/**
    Normalize
*/
body,
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

*,
::before,
::after {
  border-width: 0;
  border-style: solid;
  border-color: theme("borderColor.default", currentColor);
}

.google-map * {
  border-style: none;
}

/**
    Override the libraries variables in this file (eg : $primary-color: #d262ff)
*/
/**
    The Scientist
*/
/**
    The Architect
*/
.justify-items-start {
  justify-items: "flex-start";
}

.justify-items-end {
  justify-items: "flex-end";
}

.justify-items-center {
  justify-items: "center";
}

.justify-items-between {
  justify-items: "space-between";
}

.justify-items-around {
  justify-items: "space-around";
}

.justify-items-evenly {
  justify-items: "space-evenly";
}

.justify-items-baseline {
  justify-items: "baseline";
}

.justify-items-stretch {
  justify-items: "stretch";
}

.justify-self-start {
  justify-self: "flex-start";
}

.justify-self-end {
  justify-self: "flex-end";
}

.justify-self-center {
  justify-self: "center";
}

.justify-self-between {
  justify-self: "space-between";
}

.justify-self-around {
  justify-self: "space-around";
}

.justify-self-evenly {
  justify-self: "space-evenly";
}

.justify-self-baseline {
  justify-self: "baseline";
}

.justify-self-stretch {
  justify-self: "stretch";
}

.justify-start {
  justify-content: "flex-start";
}

.justify-end {
  justify-content: "flex-end";
}

.justify-center {
  justify-content: "center";
}

.justify-between {
  justify-content: "space-between";
}

.justify-around {
  justify-content: "space-around";
}

.justify-evenly {
  justify-content: "space-evenly";
}

.justify-baseline {
  justify-content: "baseline";
}

.justify-stretch {
  justify-content: "stretch";
}

.align-items-start {
  align-items: "flex-start";
}

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

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

.align-items-between {
  align-items: "space-between";
}

.align-items-around {
  align-items: "space-around";
}

.align-items-evenly {
  align-items: "space-evenly";
}

.align-items-baseline {
  align-items: "baseline";
}

.align-items-stretch {
  align-items: "stretch";
}

.align-self-start {
  align-self: "flex-start";
}

.align-self-end {
  align-self: "flex-end";
}

.align-self-center {
  align-self: "center";
}

.align-self-between {
  align-self: "space-between";
}

.align-self-around {
  align-self: "space-around";
}

.align-self-evenly {
  align-self: "space-evenly";
}

.align-self-baseline {
  align-self: "baseline";
}

.align-self-stretch {
  align-self: "stretch";
}

.align-start {
  align-content: "flex-start";
}

.align-end {
  align-content: "flex-end";
}

.align-center {
  align-content: "center";
}

.align-between {
  align-content: "space-between";
}

.align-around {
  align-content: "space-around";
}

.align-evenly {
  align-content: "space-evenly";
}

.align-baseline {
  align-content: "baseline";
}

.align-stretch {
  align-content: "stretch";
}

.place-items-start {
  place-items: "flex-start";
}

.place-items-end {
  place-items: "flex-end";
}

.place-items-center {
  place-items: "center";
}

.place-items-between {
  place-items: "space-between";
}

.place-items-around {
  place-items: "space-around";
}

.place-items-evenly {
  place-items: "space-evenly";
}

.place-items-baseline {
  place-items: "baseline";
}

.place-items-stretch {
  place-items: "stretch";
}

.place-self-start {
  place-self: "flex-start";
}

.place-self-end {
  place-self: "flex-end";
}

.place-self-center {
  place-self: "center";
}

.place-self-between {
  place-self: "space-between";
}

.place-self-around {
  place-self: "space-around";
}

.place-self-evenly {
  place-self: "space-evenly";
}

.place-self-baseline {
  place-self: "baseline";
}

.place-self-stretch {
  place-self: "stretch";
}

.place-start {
  place-content: "flex-start";
}

.place-end {
  place-content: "flex-end";
}

.place-center {
  place-content: "center";
}

.place-between {
  place-content: "space-between";
}

.place-around {
  place-content: "space-around";
}

.place-evenly {
  place-content: "space-evenly";
}

.place-baseline {
  place-content: "baseline";
}

.place-stretch {
  place-content: "stretch";
}

.dir-rtl {
  direction: rtl;
}

.dir-ltr {
  direction: ltr;
}

@media screen and (min-width: 450px) {
  .mobile\:dir-rtl {
    direction: rtl;
  }
  .mobile\:dir-ltr {
    direction: ltr;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:dir-rtl {
    direction: rtl;
  }
  .mobile-l\:dir-ltr {
    direction: ltr;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:dir-rtl {
    direction: rtl;
  }
  .tablet\:dir-ltr {
    direction: ltr;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:dir-rtl {
    direction: rtl;
  }
  .tablet-m\:dir-ltr {
    direction: ltr;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:dir-rtl {
    direction: rtl;
  }
  .tablet-l\:dir-ltr {
    direction: ltr;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:dir-rtl {
    direction: rtl;
  }
  .laptop\:dir-ltr {
    direction: ltr;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:dir-rtl {
    direction: rtl;
  }
  .laptop-l\:dir-ltr {
    direction: ltr;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:dir-rtl {
    direction: rtl;
  }
  .laptop-xl\:dir-ltr {
    direction: ltr;
  }
}
.white-space-break-spaces {
  white-space: break-spaces;
}

.white-space-nowrap {
  white-space: nowrap;
}

.white-space-pre {
  white-space: pre;
}

.white-space-pre-line {
  white-space: pre-line;
}

.white-space-pre-wrap {
  white-space: pre-wrap;
}

@media screen and (min-width: 450px) {
  .mobile\:white-space-break-spaces {
    white-space: break-spaces;
  }
  .mobile\:white-space-nowrap {
    white-space: nowrap;
  }
  .mobile\:white-space-pre {
    white-space: pre;
  }
  .mobile\:white-space-pre-line {
    white-space: pre-line;
  }
  .mobile\:white-space-pre-wrap {
    white-space: pre-wrap;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:white-space-break-spaces {
    white-space: break-spaces;
  }
  .mobile-l\:white-space-nowrap {
    white-space: nowrap;
  }
  .mobile-l\:white-space-pre {
    white-space: pre;
  }
  .mobile-l\:white-space-pre-line {
    white-space: pre-line;
  }
  .mobile-l\:white-space-pre-wrap {
    white-space: pre-wrap;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:white-space-break-spaces {
    white-space: break-spaces;
  }
  .tablet\:white-space-nowrap {
    white-space: nowrap;
  }
  .tablet\:white-space-pre {
    white-space: pre;
  }
  .tablet\:white-space-pre-line {
    white-space: pre-line;
  }
  .tablet\:white-space-pre-wrap {
    white-space: pre-wrap;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:white-space-break-spaces {
    white-space: break-spaces;
  }
  .tablet-m\:white-space-nowrap {
    white-space: nowrap;
  }
  .tablet-m\:white-space-pre {
    white-space: pre;
  }
  .tablet-m\:white-space-pre-line {
    white-space: pre-line;
  }
  .tablet-m\:white-space-pre-wrap {
    white-space: pre-wrap;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:white-space-break-spaces {
    white-space: break-spaces;
  }
  .tablet-l\:white-space-nowrap {
    white-space: nowrap;
  }
  .tablet-l\:white-space-pre {
    white-space: pre;
  }
  .tablet-l\:white-space-pre-line {
    white-space: pre-line;
  }
  .tablet-l\:white-space-pre-wrap {
    white-space: pre-wrap;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:white-space-break-spaces {
    white-space: break-spaces;
  }
  .laptop\:white-space-nowrap {
    white-space: nowrap;
  }
  .laptop\:white-space-pre {
    white-space: pre;
  }
  .laptop\:white-space-pre-line {
    white-space: pre-line;
  }
  .laptop\:white-space-pre-wrap {
    white-space: pre-wrap;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:white-space-break-spaces {
    white-space: break-spaces;
  }
  .laptop-l\:white-space-nowrap {
    white-space: nowrap;
  }
  .laptop-l\:white-space-pre {
    white-space: pre;
  }
  .laptop-l\:white-space-pre-line {
    white-space: pre-line;
  }
  .laptop-l\:white-space-pre-wrap {
    white-space: pre-wrap;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:white-space-break-spaces {
    white-space: break-spaces;
  }
  .laptop-xl\:white-space-nowrap {
    white-space: nowrap;
  }
  .laptop-xl\:white-space-pre {
    white-space: pre;
  }
  .laptop-xl\:white-space-pre-line {
    white-space: pre-line;
  }
  .laptop-xl\:white-space-pre-wrap {
    white-space: pre-wrap;
  }
}
.m-t--10 {
  margin-top: -100px;
}

.p-t--10 {
  padding-top: -100px;
}

.m-b--10 {
  margin-bottom: -100px;
}

.p-b--10 {
  padding-bottom: -100px;
}

.m-l--10 {
  margin-left: -100px;
}

.p-l--10 {
  padding-left: -100px;
}

.m-r--10 {
  margin-right: -100px;
}

.p-r--10 {
  padding-right: -100px;
}

.m--10 {
  margin: -100px;
}

.p--10 {
  padding: -100px;
}

.m-x--10 {
  margin-left: -100px;
  margin-right: -100px;
}

.m-y--10 {
  margin-top: -100px;
  margin-bottom: -100px;
}

.p-x--10 {
  padding-left: -100px;
  padding-right: -100px;
}

.p-y--10 {
  padding-top: -100px;
  padding-bottom: -100px;
}

.m-t--9\.9 {
  margin-top: -99px;
}

.p-t--9\.9 {
  padding-top: -99px;
}

.m-b--9\.9 {
  margin-bottom: -99px;
}

.p-b--9\.9 {
  padding-bottom: -99px;
}

.m-l--9\.9 {
  margin-left: -99px;
}

.p-l--9\.9 {
  padding-left: -99px;
}

.m-r--9\.9 {
  margin-right: -99px;
}

.p-r--9\.9 {
  padding-right: -99px;
}

.m--9\.9 {
  margin: -99px;
}

.p--9\.9 {
  padding: -99px;
}

.m-x--9\.9 {
  margin-left: -99px;
  margin-right: -99px;
}

.m-y--9\.9 {
  margin-top: -99px;
  margin-bottom: -99px;
}

.p-x--9\.9 {
  padding-left: -99px;
  padding-right: -99px;
}

.p-y--9\.9 {
  padding-top: -99px;
  padding-bottom: -99px;
}

.m-t--9\.8 {
  margin-top: -98px;
}

.p-t--9\.8 {
  padding-top: -98px;
}

.m-b--9\.8 {
  margin-bottom: -98px;
}

.p-b--9\.8 {
  padding-bottom: -98px;
}

.m-l--9\.8 {
  margin-left: -98px;
}

.p-l--9\.8 {
  padding-left: -98px;
}

.m-r--9\.8 {
  margin-right: -98px;
}

.p-r--9\.8 {
  padding-right: -98px;
}

.m--9\.8 {
  margin: -98px;
}

.p--9\.8 {
  padding: -98px;
}

.m-x--9\.8 {
  margin-left: -98px;
  margin-right: -98px;
}

.m-y--9\.8 {
  margin-top: -98px;
  margin-bottom: -98px;
}

.p-x--9\.8 {
  padding-left: -98px;
  padding-right: -98px;
}

.p-y--9\.8 {
  padding-top: -98px;
  padding-bottom: -98px;
}

.m-t--9\.7 {
  margin-top: -97px;
}

.p-t--9\.7 {
  padding-top: -97px;
}

.m-b--9\.7 {
  margin-bottom: -97px;
}

.p-b--9\.7 {
  padding-bottom: -97px;
}

.m-l--9\.7 {
  margin-left: -97px;
}

.p-l--9\.7 {
  padding-left: -97px;
}

.m-r--9\.7 {
  margin-right: -97px;
}

.p-r--9\.7 {
  padding-right: -97px;
}

.m--9\.7 {
  margin: -97px;
}

.p--9\.7 {
  padding: -97px;
}

.m-x--9\.7 {
  margin-left: -97px;
  margin-right: -97px;
}

.m-y--9\.7 {
  margin-top: -97px;
  margin-bottom: -97px;
}

.p-x--9\.7 {
  padding-left: -97px;
  padding-right: -97px;
}

.p-y--9\.7 {
  padding-top: -97px;
  padding-bottom: -97px;
}

.m-t--9\.6 {
  margin-top: -96px;
}

.p-t--9\.6 {
  padding-top: -96px;
}

.m-b--9\.6 {
  margin-bottom: -96px;
}

.p-b--9\.6 {
  padding-bottom: -96px;
}

.m-l--9\.6 {
  margin-left: -96px;
}

.p-l--9\.6 {
  padding-left: -96px;
}

.m-r--9\.6 {
  margin-right: -96px;
}

.p-r--9\.6 {
  padding-right: -96px;
}

.m--9\.6 {
  margin: -96px;
}

.p--9\.6 {
  padding: -96px;
}

.m-x--9\.6 {
  margin-left: -96px;
  margin-right: -96px;
}

.m-y--9\.6 {
  margin-top: -96px;
  margin-bottom: -96px;
}

.p-x--9\.6 {
  padding-left: -96px;
  padding-right: -96px;
}

.p-y--9\.6 {
  padding-top: -96px;
  padding-bottom: -96px;
}

.m-t--9\.5 {
  margin-top: -95px;
}

.p-t--9\.5 {
  padding-top: -95px;
}

.m-b--9\.5 {
  margin-bottom: -95px;
}

.p-b--9\.5 {
  padding-bottom: -95px;
}

.m-l--9\.5 {
  margin-left: -95px;
}

.p-l--9\.5 {
  padding-left: -95px;
}

.m-r--9\.5 {
  margin-right: -95px;
}

.p-r--9\.5 {
  padding-right: -95px;
}

.m--9\.5 {
  margin: -95px;
}

.p--9\.5 {
  padding: -95px;
}

.m-x--9\.5 {
  margin-left: -95px;
  margin-right: -95px;
}

.m-y--9\.5 {
  margin-top: -95px;
  margin-bottom: -95px;
}

.p-x--9\.5 {
  padding-left: -95px;
  padding-right: -95px;
}

.p-y--9\.5 {
  padding-top: -95px;
  padding-bottom: -95px;
}

.m-t--9\.4 {
  margin-top: -94px;
}

.p-t--9\.4 {
  padding-top: -94px;
}

.m-b--9\.4 {
  margin-bottom: -94px;
}

.p-b--9\.4 {
  padding-bottom: -94px;
}

.m-l--9\.4 {
  margin-left: -94px;
}

.p-l--9\.4 {
  padding-left: -94px;
}

.m-r--9\.4 {
  margin-right: -94px;
}

.p-r--9\.4 {
  padding-right: -94px;
}

.m--9\.4 {
  margin: -94px;
}

.p--9\.4 {
  padding: -94px;
}

.m-x--9\.4 {
  margin-left: -94px;
  margin-right: -94px;
}

.m-y--9\.4 {
  margin-top: -94px;
  margin-bottom: -94px;
}

.p-x--9\.4 {
  padding-left: -94px;
  padding-right: -94px;
}

.p-y--9\.4 {
  padding-top: -94px;
  padding-bottom: -94px;
}

.m-t--9\.3 {
  margin-top: -93px;
}

.p-t--9\.3 {
  padding-top: -93px;
}

.m-b--9\.3 {
  margin-bottom: -93px;
}

.p-b--9\.3 {
  padding-bottom: -93px;
}

.m-l--9\.3 {
  margin-left: -93px;
}

.p-l--9\.3 {
  padding-left: -93px;
}

.m-r--9\.3 {
  margin-right: -93px;
}

.p-r--9\.3 {
  padding-right: -93px;
}

.m--9\.3 {
  margin: -93px;
}

.p--9\.3 {
  padding: -93px;
}

.m-x--9\.3 {
  margin-left: -93px;
  margin-right: -93px;
}

.m-y--9\.3 {
  margin-top: -93px;
  margin-bottom: -93px;
}

.p-x--9\.3 {
  padding-left: -93px;
  padding-right: -93px;
}

.p-y--9\.3 {
  padding-top: -93px;
  padding-bottom: -93px;
}

.m-t--9\.2 {
  margin-top: -92px;
}

.p-t--9\.2 {
  padding-top: -92px;
}

.m-b--9\.2 {
  margin-bottom: -92px;
}

.p-b--9\.2 {
  padding-bottom: -92px;
}

.m-l--9\.2 {
  margin-left: -92px;
}

.p-l--9\.2 {
  padding-left: -92px;
}

.m-r--9\.2 {
  margin-right: -92px;
}

.p-r--9\.2 {
  padding-right: -92px;
}

.m--9\.2 {
  margin: -92px;
}

.p--9\.2 {
  padding: -92px;
}

.m-x--9\.2 {
  margin-left: -92px;
  margin-right: -92px;
}

.m-y--9\.2 {
  margin-top: -92px;
  margin-bottom: -92px;
}

.p-x--9\.2 {
  padding-left: -92px;
  padding-right: -92px;
}

.p-y--9\.2 {
  padding-top: -92px;
  padding-bottom: -92px;
}

.m-t--9\.1 {
  margin-top: -91px;
}

.p-t--9\.1 {
  padding-top: -91px;
}

.m-b--9\.1 {
  margin-bottom: -91px;
}

.p-b--9\.1 {
  padding-bottom: -91px;
}

.m-l--9\.1 {
  margin-left: -91px;
}

.p-l--9\.1 {
  padding-left: -91px;
}

.m-r--9\.1 {
  margin-right: -91px;
}

.p-r--9\.1 {
  padding-right: -91px;
}

.m--9\.1 {
  margin: -91px;
}

.p--9\.1 {
  padding: -91px;
}

.m-x--9\.1 {
  margin-left: -91px;
  margin-right: -91px;
}

.m-y--9\.1 {
  margin-top: -91px;
  margin-bottom: -91px;
}

.p-x--9\.1 {
  padding-left: -91px;
  padding-right: -91px;
}

.p-y--9\.1 {
  padding-top: -91px;
  padding-bottom: -91px;
}

.m-t--9 {
  margin-top: -90px;
}

.p-t--9 {
  padding-top: -90px;
}

.m-b--9 {
  margin-bottom: -90px;
}

.p-b--9 {
  padding-bottom: -90px;
}

.m-l--9 {
  margin-left: -90px;
}

.p-l--9 {
  padding-left: -90px;
}

.m-r--9 {
  margin-right: -90px;
}

.p-r--9 {
  padding-right: -90px;
}

.m--9 {
  margin: -90px;
}

.p--9 {
  padding: -90px;
}

.m-x--9 {
  margin-left: -90px;
  margin-right: -90px;
}

.m-y--9 {
  margin-top: -90px;
  margin-bottom: -90px;
}

.p-x--9 {
  padding-left: -90px;
  padding-right: -90px;
}

.p-y--9 {
  padding-top: -90px;
  padding-bottom: -90px;
}

.m-t--8\.9 {
  margin-top: -89px;
}

.p-t--8\.9 {
  padding-top: -89px;
}

.m-b--8\.9 {
  margin-bottom: -89px;
}

.p-b--8\.9 {
  padding-bottom: -89px;
}

.m-l--8\.9 {
  margin-left: -89px;
}

.p-l--8\.9 {
  padding-left: -89px;
}

.m-r--8\.9 {
  margin-right: -89px;
}

.p-r--8\.9 {
  padding-right: -89px;
}

.m--8\.9 {
  margin: -89px;
}

.p--8\.9 {
  padding: -89px;
}

.m-x--8\.9 {
  margin-left: -89px;
  margin-right: -89px;
}

.m-y--8\.9 {
  margin-top: -89px;
  margin-bottom: -89px;
}

.p-x--8\.9 {
  padding-left: -89px;
  padding-right: -89px;
}

.p-y--8\.9 {
  padding-top: -89px;
  padding-bottom: -89px;
}

.m-t--8\.8 {
  margin-top: -88px;
}

.p-t--8\.8 {
  padding-top: -88px;
}

.m-b--8\.8 {
  margin-bottom: -88px;
}

.p-b--8\.8 {
  padding-bottom: -88px;
}

.m-l--8\.8 {
  margin-left: -88px;
}

.p-l--8\.8 {
  padding-left: -88px;
}

.m-r--8\.8 {
  margin-right: -88px;
}

.p-r--8\.8 {
  padding-right: -88px;
}

.m--8\.8 {
  margin: -88px;
}

.p--8\.8 {
  padding: -88px;
}

.m-x--8\.8 {
  margin-left: -88px;
  margin-right: -88px;
}

.m-y--8\.8 {
  margin-top: -88px;
  margin-bottom: -88px;
}

.p-x--8\.8 {
  padding-left: -88px;
  padding-right: -88px;
}

.p-y--8\.8 {
  padding-top: -88px;
  padding-bottom: -88px;
}

.m-t--8\.7 {
  margin-top: -87px;
}

.p-t--8\.7 {
  padding-top: -87px;
}

.m-b--8\.7 {
  margin-bottom: -87px;
}

.p-b--8\.7 {
  padding-bottom: -87px;
}

.m-l--8\.7 {
  margin-left: -87px;
}

.p-l--8\.7 {
  padding-left: -87px;
}

.m-r--8\.7 {
  margin-right: -87px;
}

.p-r--8\.7 {
  padding-right: -87px;
}

.m--8\.7 {
  margin: -87px;
}

.p--8\.7 {
  padding: -87px;
}

.m-x--8\.7 {
  margin-left: -87px;
  margin-right: -87px;
}

.m-y--8\.7 {
  margin-top: -87px;
  margin-bottom: -87px;
}

.p-x--8\.7 {
  padding-left: -87px;
  padding-right: -87px;
}

.p-y--8\.7 {
  padding-top: -87px;
  padding-bottom: -87px;
}

.m-t--8\.6 {
  margin-top: -86px;
}

.p-t--8\.6 {
  padding-top: -86px;
}

.m-b--8\.6 {
  margin-bottom: -86px;
}

.p-b--8\.6 {
  padding-bottom: -86px;
}

.m-l--8\.6 {
  margin-left: -86px;
}

.p-l--8\.6 {
  padding-left: -86px;
}

.m-r--8\.6 {
  margin-right: -86px;
}

.p-r--8\.6 {
  padding-right: -86px;
}

.m--8\.6 {
  margin: -86px;
}

.p--8\.6 {
  padding: -86px;
}

.m-x--8\.6 {
  margin-left: -86px;
  margin-right: -86px;
}

.m-y--8\.6 {
  margin-top: -86px;
  margin-bottom: -86px;
}

.p-x--8\.6 {
  padding-left: -86px;
  padding-right: -86px;
}

.p-y--8\.6 {
  padding-top: -86px;
  padding-bottom: -86px;
}

.m-t--8\.5 {
  margin-top: -85px;
}

.p-t--8\.5 {
  padding-top: -85px;
}

.m-b--8\.5 {
  margin-bottom: -85px;
}

.p-b--8\.5 {
  padding-bottom: -85px;
}

.m-l--8\.5 {
  margin-left: -85px;
}

.p-l--8\.5 {
  padding-left: -85px;
}

.m-r--8\.5 {
  margin-right: -85px;
}

.p-r--8\.5 {
  padding-right: -85px;
}

.m--8\.5 {
  margin: -85px;
}

.p--8\.5 {
  padding: -85px;
}

.m-x--8\.5 {
  margin-left: -85px;
  margin-right: -85px;
}

.m-y--8\.5 {
  margin-top: -85px;
  margin-bottom: -85px;
}

.p-x--8\.5 {
  padding-left: -85px;
  padding-right: -85px;
}

.p-y--8\.5 {
  padding-top: -85px;
  padding-bottom: -85px;
}

.m-t--8\.4 {
  margin-top: -84px;
}

.p-t--8\.4 {
  padding-top: -84px;
}

.m-b--8\.4 {
  margin-bottom: -84px;
}

.p-b--8\.4 {
  padding-bottom: -84px;
}

.m-l--8\.4 {
  margin-left: -84px;
}

.p-l--8\.4 {
  padding-left: -84px;
}

.m-r--8\.4 {
  margin-right: -84px;
}

.p-r--8\.4 {
  padding-right: -84px;
}

.m--8\.4 {
  margin: -84px;
}

.p--8\.4 {
  padding: -84px;
}

.m-x--8\.4 {
  margin-left: -84px;
  margin-right: -84px;
}

.m-y--8\.4 {
  margin-top: -84px;
  margin-bottom: -84px;
}

.p-x--8\.4 {
  padding-left: -84px;
  padding-right: -84px;
}

.p-y--8\.4 {
  padding-top: -84px;
  padding-bottom: -84px;
}

.m-t--8\.3 {
  margin-top: -83px;
}

.p-t--8\.3 {
  padding-top: -83px;
}

.m-b--8\.3 {
  margin-bottom: -83px;
}

.p-b--8\.3 {
  padding-bottom: -83px;
}

.m-l--8\.3 {
  margin-left: -83px;
}

.p-l--8\.3 {
  padding-left: -83px;
}

.m-r--8\.3 {
  margin-right: -83px;
}

.p-r--8\.3 {
  padding-right: -83px;
}

.m--8\.3 {
  margin: -83px;
}

.p--8\.3 {
  padding: -83px;
}

.m-x--8\.3 {
  margin-left: -83px;
  margin-right: -83px;
}

.m-y--8\.3 {
  margin-top: -83px;
  margin-bottom: -83px;
}

.p-x--8\.3 {
  padding-left: -83px;
  padding-right: -83px;
}

.p-y--8\.3 {
  padding-top: -83px;
  padding-bottom: -83px;
}

.m-t--8\.2 {
  margin-top: -82px;
}

.p-t--8\.2 {
  padding-top: -82px;
}

.m-b--8\.2 {
  margin-bottom: -82px;
}

.p-b--8\.2 {
  padding-bottom: -82px;
}

.m-l--8\.2 {
  margin-left: -82px;
}

.p-l--8\.2 {
  padding-left: -82px;
}

.m-r--8\.2 {
  margin-right: -82px;
}

.p-r--8\.2 {
  padding-right: -82px;
}

.m--8\.2 {
  margin: -82px;
}

.p--8\.2 {
  padding: -82px;
}

.m-x--8\.2 {
  margin-left: -82px;
  margin-right: -82px;
}

.m-y--8\.2 {
  margin-top: -82px;
  margin-bottom: -82px;
}

.p-x--8\.2 {
  padding-left: -82px;
  padding-right: -82px;
}

.p-y--8\.2 {
  padding-top: -82px;
  padding-bottom: -82px;
}

.m-t--8\.1 {
  margin-top: -81px;
}

.p-t--8\.1 {
  padding-top: -81px;
}

.m-b--8\.1 {
  margin-bottom: -81px;
}

.p-b--8\.1 {
  padding-bottom: -81px;
}

.m-l--8\.1 {
  margin-left: -81px;
}

.p-l--8\.1 {
  padding-left: -81px;
}

.m-r--8\.1 {
  margin-right: -81px;
}

.p-r--8\.1 {
  padding-right: -81px;
}

.m--8\.1 {
  margin: -81px;
}

.p--8\.1 {
  padding: -81px;
}

.m-x--8\.1 {
  margin-left: -81px;
  margin-right: -81px;
}

.m-y--8\.1 {
  margin-top: -81px;
  margin-bottom: -81px;
}

.p-x--8\.1 {
  padding-left: -81px;
  padding-right: -81px;
}

.p-y--8\.1 {
  padding-top: -81px;
  padding-bottom: -81px;
}

.m-t--8 {
  margin-top: -80px;
}

.p-t--8 {
  padding-top: -80px;
}

.m-b--8 {
  margin-bottom: -80px;
}

.p-b--8 {
  padding-bottom: -80px;
}

.m-l--8 {
  margin-left: -80px;
}

.p-l--8 {
  padding-left: -80px;
}

.m-r--8 {
  margin-right: -80px;
}

.p-r--8 {
  padding-right: -80px;
}

.m--8 {
  margin: -80px;
}

.p--8 {
  padding: -80px;
}

.m-x--8 {
  margin-left: -80px;
  margin-right: -80px;
}

.m-y--8 {
  margin-top: -80px;
  margin-bottom: -80px;
}

.p-x--8 {
  padding-left: -80px;
  padding-right: -80px;
}

.p-y--8 {
  padding-top: -80px;
  padding-bottom: -80px;
}

.m-t--7\.9 {
  margin-top: -79px;
}

.p-t--7\.9 {
  padding-top: -79px;
}

.m-b--7\.9 {
  margin-bottom: -79px;
}

.p-b--7\.9 {
  padding-bottom: -79px;
}

.m-l--7\.9 {
  margin-left: -79px;
}

.p-l--7\.9 {
  padding-left: -79px;
}

.m-r--7\.9 {
  margin-right: -79px;
}

.p-r--7\.9 {
  padding-right: -79px;
}

.m--7\.9 {
  margin: -79px;
}

.p--7\.9 {
  padding: -79px;
}

.m-x--7\.9 {
  margin-left: -79px;
  margin-right: -79px;
}

.m-y--7\.9 {
  margin-top: -79px;
  margin-bottom: -79px;
}

.p-x--7\.9 {
  padding-left: -79px;
  padding-right: -79px;
}

.p-y--7\.9 {
  padding-top: -79px;
  padding-bottom: -79px;
}

.m-t--7\.8 {
  margin-top: -78px;
}

.p-t--7\.8 {
  padding-top: -78px;
}

.m-b--7\.8 {
  margin-bottom: -78px;
}

.p-b--7\.8 {
  padding-bottom: -78px;
}

.m-l--7\.8 {
  margin-left: -78px;
}

.p-l--7\.8 {
  padding-left: -78px;
}

.m-r--7\.8 {
  margin-right: -78px;
}

.p-r--7\.8 {
  padding-right: -78px;
}

.m--7\.8 {
  margin: -78px;
}

.p--7\.8 {
  padding: -78px;
}

.m-x--7\.8 {
  margin-left: -78px;
  margin-right: -78px;
}

.m-y--7\.8 {
  margin-top: -78px;
  margin-bottom: -78px;
}

.p-x--7\.8 {
  padding-left: -78px;
  padding-right: -78px;
}

.p-y--7\.8 {
  padding-top: -78px;
  padding-bottom: -78px;
}

.m-t--7\.7 {
  margin-top: -77px;
}

.p-t--7\.7 {
  padding-top: -77px;
}

.m-b--7\.7 {
  margin-bottom: -77px;
}

.p-b--7\.7 {
  padding-bottom: -77px;
}

.m-l--7\.7 {
  margin-left: -77px;
}

.p-l--7\.7 {
  padding-left: -77px;
}

.m-r--7\.7 {
  margin-right: -77px;
}

.p-r--7\.7 {
  padding-right: -77px;
}

.m--7\.7 {
  margin: -77px;
}

.p--7\.7 {
  padding: -77px;
}

.m-x--7\.7 {
  margin-left: -77px;
  margin-right: -77px;
}

.m-y--7\.7 {
  margin-top: -77px;
  margin-bottom: -77px;
}

.p-x--7\.7 {
  padding-left: -77px;
  padding-right: -77px;
}

.p-y--7\.7 {
  padding-top: -77px;
  padding-bottom: -77px;
}

.m-t--7\.6 {
  margin-top: -76px;
}

.p-t--7\.6 {
  padding-top: -76px;
}

.m-b--7\.6 {
  margin-bottom: -76px;
}

.p-b--7\.6 {
  padding-bottom: -76px;
}

.m-l--7\.6 {
  margin-left: -76px;
}

.p-l--7\.6 {
  padding-left: -76px;
}

.m-r--7\.6 {
  margin-right: -76px;
}

.p-r--7\.6 {
  padding-right: -76px;
}

.m--7\.6 {
  margin: -76px;
}

.p--7\.6 {
  padding: -76px;
}

.m-x--7\.6 {
  margin-left: -76px;
  margin-right: -76px;
}

.m-y--7\.6 {
  margin-top: -76px;
  margin-bottom: -76px;
}

.p-x--7\.6 {
  padding-left: -76px;
  padding-right: -76px;
}

.p-y--7\.6 {
  padding-top: -76px;
  padding-bottom: -76px;
}

.m-t--7\.5 {
  margin-top: -75px;
}

.p-t--7\.5 {
  padding-top: -75px;
}

.m-b--7\.5 {
  margin-bottom: -75px;
}

.p-b--7\.5 {
  padding-bottom: -75px;
}

.m-l--7\.5 {
  margin-left: -75px;
}

.p-l--7\.5 {
  padding-left: -75px;
}

.m-r--7\.5 {
  margin-right: -75px;
}

.p-r--7\.5 {
  padding-right: -75px;
}

.m--7\.5 {
  margin: -75px;
}

.p--7\.5 {
  padding: -75px;
}

.m-x--7\.5 {
  margin-left: -75px;
  margin-right: -75px;
}

.m-y--7\.5 {
  margin-top: -75px;
  margin-bottom: -75px;
}

.p-x--7\.5 {
  padding-left: -75px;
  padding-right: -75px;
}

.p-y--7\.5 {
  padding-top: -75px;
  padding-bottom: -75px;
}

.m-t--7\.4 {
  margin-top: -74px;
}

.p-t--7\.4 {
  padding-top: -74px;
}

.m-b--7\.4 {
  margin-bottom: -74px;
}

.p-b--7\.4 {
  padding-bottom: -74px;
}

.m-l--7\.4 {
  margin-left: -74px;
}

.p-l--7\.4 {
  padding-left: -74px;
}

.m-r--7\.4 {
  margin-right: -74px;
}

.p-r--7\.4 {
  padding-right: -74px;
}

.m--7\.4 {
  margin: -74px;
}

.p--7\.4 {
  padding: -74px;
}

.m-x--7\.4 {
  margin-left: -74px;
  margin-right: -74px;
}

.m-y--7\.4 {
  margin-top: -74px;
  margin-bottom: -74px;
}

.p-x--7\.4 {
  padding-left: -74px;
  padding-right: -74px;
}

.p-y--7\.4 {
  padding-top: -74px;
  padding-bottom: -74px;
}

.m-t--7\.3 {
  margin-top: -73px;
}

.p-t--7\.3 {
  padding-top: -73px;
}

.m-b--7\.3 {
  margin-bottom: -73px;
}

.p-b--7\.3 {
  padding-bottom: -73px;
}

.m-l--7\.3 {
  margin-left: -73px;
}

.p-l--7\.3 {
  padding-left: -73px;
}

.m-r--7\.3 {
  margin-right: -73px;
}

.p-r--7\.3 {
  padding-right: -73px;
}

.m--7\.3 {
  margin: -73px;
}

.p--7\.3 {
  padding: -73px;
}

.m-x--7\.3 {
  margin-left: -73px;
  margin-right: -73px;
}

.m-y--7\.3 {
  margin-top: -73px;
  margin-bottom: -73px;
}

.p-x--7\.3 {
  padding-left: -73px;
  padding-right: -73px;
}

.p-y--7\.3 {
  padding-top: -73px;
  padding-bottom: -73px;
}

.m-t--7\.2 {
  margin-top: -72px;
}

.p-t--7\.2 {
  padding-top: -72px;
}

.m-b--7\.2 {
  margin-bottom: -72px;
}

.p-b--7\.2 {
  padding-bottom: -72px;
}

.m-l--7\.2 {
  margin-left: -72px;
}

.p-l--7\.2 {
  padding-left: -72px;
}

.m-r--7\.2 {
  margin-right: -72px;
}

.p-r--7\.2 {
  padding-right: -72px;
}

.m--7\.2 {
  margin: -72px;
}

.p--7\.2 {
  padding: -72px;
}

.m-x--7\.2 {
  margin-left: -72px;
  margin-right: -72px;
}

.m-y--7\.2 {
  margin-top: -72px;
  margin-bottom: -72px;
}

.p-x--7\.2 {
  padding-left: -72px;
  padding-right: -72px;
}

.p-y--7\.2 {
  padding-top: -72px;
  padding-bottom: -72px;
}

.m-t--7\.1 {
  margin-top: -71px;
}

.p-t--7\.1 {
  padding-top: -71px;
}

.m-b--7\.1 {
  margin-bottom: -71px;
}

.p-b--7\.1 {
  padding-bottom: -71px;
}

.m-l--7\.1 {
  margin-left: -71px;
}

.p-l--7\.1 {
  padding-left: -71px;
}

.m-r--7\.1 {
  margin-right: -71px;
}

.p-r--7\.1 {
  padding-right: -71px;
}

.m--7\.1 {
  margin: -71px;
}

.p--7\.1 {
  padding: -71px;
}

.m-x--7\.1 {
  margin-left: -71px;
  margin-right: -71px;
}

.m-y--7\.1 {
  margin-top: -71px;
  margin-bottom: -71px;
}

.p-x--7\.1 {
  padding-left: -71px;
  padding-right: -71px;
}

.p-y--7\.1 {
  padding-top: -71px;
  padding-bottom: -71px;
}

.m-t--7 {
  margin-top: -70px;
}

.p-t--7 {
  padding-top: -70px;
}

.m-b--7 {
  margin-bottom: -70px;
}

.p-b--7 {
  padding-bottom: -70px;
}

.m-l--7 {
  margin-left: -70px;
}

.p-l--7 {
  padding-left: -70px;
}

.m-r--7 {
  margin-right: -70px;
}

.p-r--7 {
  padding-right: -70px;
}

.m--7 {
  margin: -70px;
}

.p--7 {
  padding: -70px;
}

.m-x--7 {
  margin-left: -70px;
  margin-right: -70px;
}

.m-y--7 {
  margin-top: -70px;
  margin-bottom: -70px;
}

.p-x--7 {
  padding-left: -70px;
  padding-right: -70px;
}

.p-y--7 {
  padding-top: -70px;
  padding-bottom: -70px;
}

.m-t--6\.9 {
  margin-top: -69px;
}

.p-t--6\.9 {
  padding-top: -69px;
}

.m-b--6\.9 {
  margin-bottom: -69px;
}

.p-b--6\.9 {
  padding-bottom: -69px;
}

.m-l--6\.9 {
  margin-left: -69px;
}

.p-l--6\.9 {
  padding-left: -69px;
}

.m-r--6\.9 {
  margin-right: -69px;
}

.p-r--6\.9 {
  padding-right: -69px;
}

.m--6\.9 {
  margin: -69px;
}

.p--6\.9 {
  padding: -69px;
}

.m-x--6\.9 {
  margin-left: -69px;
  margin-right: -69px;
}

.m-y--6\.9 {
  margin-top: -69px;
  margin-bottom: -69px;
}

.p-x--6\.9 {
  padding-left: -69px;
  padding-right: -69px;
}

.p-y--6\.9 {
  padding-top: -69px;
  padding-bottom: -69px;
}

.m-t--6\.8 {
  margin-top: -68px;
}

.p-t--6\.8 {
  padding-top: -68px;
}

.m-b--6\.8 {
  margin-bottom: -68px;
}

.p-b--6\.8 {
  padding-bottom: -68px;
}

.m-l--6\.8 {
  margin-left: -68px;
}

.p-l--6\.8 {
  padding-left: -68px;
}

.m-r--6\.8 {
  margin-right: -68px;
}

.p-r--6\.8 {
  padding-right: -68px;
}

.m--6\.8 {
  margin: -68px;
}

.p--6\.8 {
  padding: -68px;
}

.m-x--6\.8 {
  margin-left: -68px;
  margin-right: -68px;
}

.m-y--6\.8 {
  margin-top: -68px;
  margin-bottom: -68px;
}

.p-x--6\.8 {
  padding-left: -68px;
  padding-right: -68px;
}

.p-y--6\.8 {
  padding-top: -68px;
  padding-bottom: -68px;
}

.m-t--6\.7 {
  margin-top: -67px;
}

.p-t--6\.7 {
  padding-top: -67px;
}

.m-b--6\.7 {
  margin-bottom: -67px;
}

.p-b--6\.7 {
  padding-bottom: -67px;
}

.m-l--6\.7 {
  margin-left: -67px;
}

.p-l--6\.7 {
  padding-left: -67px;
}

.m-r--6\.7 {
  margin-right: -67px;
}

.p-r--6\.7 {
  padding-right: -67px;
}

.m--6\.7 {
  margin: -67px;
}

.p--6\.7 {
  padding: -67px;
}

.m-x--6\.7 {
  margin-left: -67px;
  margin-right: -67px;
}

.m-y--6\.7 {
  margin-top: -67px;
  margin-bottom: -67px;
}

.p-x--6\.7 {
  padding-left: -67px;
  padding-right: -67px;
}

.p-y--6\.7 {
  padding-top: -67px;
  padding-bottom: -67px;
}

.m-t--6\.6 {
  margin-top: -66px;
}

.p-t--6\.6 {
  padding-top: -66px;
}

.m-b--6\.6 {
  margin-bottom: -66px;
}

.p-b--6\.6 {
  padding-bottom: -66px;
}

.m-l--6\.6 {
  margin-left: -66px;
}

.p-l--6\.6 {
  padding-left: -66px;
}

.m-r--6\.6 {
  margin-right: -66px;
}

.p-r--6\.6 {
  padding-right: -66px;
}

.m--6\.6 {
  margin: -66px;
}

.p--6\.6 {
  padding: -66px;
}

.m-x--6\.6 {
  margin-left: -66px;
  margin-right: -66px;
}

.m-y--6\.6 {
  margin-top: -66px;
  margin-bottom: -66px;
}

.p-x--6\.6 {
  padding-left: -66px;
  padding-right: -66px;
}

.p-y--6\.6 {
  padding-top: -66px;
  padding-bottom: -66px;
}

.m-t--6\.5 {
  margin-top: -65px;
}

.p-t--6\.5 {
  padding-top: -65px;
}

.m-b--6\.5 {
  margin-bottom: -65px;
}

.p-b--6\.5 {
  padding-bottom: -65px;
}

.m-l--6\.5 {
  margin-left: -65px;
}

.p-l--6\.5 {
  padding-left: -65px;
}

.m-r--6\.5 {
  margin-right: -65px;
}

.p-r--6\.5 {
  padding-right: -65px;
}

.m--6\.5 {
  margin: -65px;
}

.p--6\.5 {
  padding: -65px;
}

.m-x--6\.5 {
  margin-left: -65px;
  margin-right: -65px;
}

.m-y--6\.5 {
  margin-top: -65px;
  margin-bottom: -65px;
}

.p-x--6\.5 {
  padding-left: -65px;
  padding-right: -65px;
}

.p-y--6\.5 {
  padding-top: -65px;
  padding-bottom: -65px;
}

.m-t--6\.4 {
  margin-top: -64px;
}

.p-t--6\.4 {
  padding-top: -64px;
}

.m-b--6\.4 {
  margin-bottom: -64px;
}

.p-b--6\.4 {
  padding-bottom: -64px;
}

.m-l--6\.4 {
  margin-left: -64px;
}

.p-l--6\.4 {
  padding-left: -64px;
}

.m-r--6\.4 {
  margin-right: -64px;
}

.p-r--6\.4 {
  padding-right: -64px;
}

.m--6\.4 {
  margin: -64px;
}

.p--6\.4 {
  padding: -64px;
}

.m-x--6\.4 {
  margin-left: -64px;
  margin-right: -64px;
}

.m-y--6\.4 {
  margin-top: -64px;
  margin-bottom: -64px;
}

.p-x--6\.4 {
  padding-left: -64px;
  padding-right: -64px;
}

.p-y--6\.4 {
  padding-top: -64px;
  padding-bottom: -64px;
}

.m-t--6\.3 {
  margin-top: -63px;
}

.p-t--6\.3 {
  padding-top: -63px;
}

.m-b--6\.3 {
  margin-bottom: -63px;
}

.p-b--6\.3 {
  padding-bottom: -63px;
}

.m-l--6\.3 {
  margin-left: -63px;
}

.p-l--6\.3 {
  padding-left: -63px;
}

.m-r--6\.3 {
  margin-right: -63px;
}

.p-r--6\.3 {
  padding-right: -63px;
}

.m--6\.3 {
  margin: -63px;
}

.p--6\.3 {
  padding: -63px;
}

.m-x--6\.3 {
  margin-left: -63px;
  margin-right: -63px;
}

.m-y--6\.3 {
  margin-top: -63px;
  margin-bottom: -63px;
}

.p-x--6\.3 {
  padding-left: -63px;
  padding-right: -63px;
}

.p-y--6\.3 {
  padding-top: -63px;
  padding-bottom: -63px;
}

.m-t--6\.2 {
  margin-top: -62px;
}

.p-t--6\.2 {
  padding-top: -62px;
}

.m-b--6\.2 {
  margin-bottom: -62px;
}

.p-b--6\.2 {
  padding-bottom: -62px;
}

.m-l--6\.2 {
  margin-left: -62px;
}

.p-l--6\.2 {
  padding-left: -62px;
}

.m-r--6\.2 {
  margin-right: -62px;
}

.p-r--6\.2 {
  padding-right: -62px;
}

.m--6\.2 {
  margin: -62px;
}

.p--6\.2 {
  padding: -62px;
}

.m-x--6\.2 {
  margin-left: -62px;
  margin-right: -62px;
}

.m-y--6\.2 {
  margin-top: -62px;
  margin-bottom: -62px;
}

.p-x--6\.2 {
  padding-left: -62px;
  padding-right: -62px;
}

.p-y--6\.2 {
  padding-top: -62px;
  padding-bottom: -62px;
}

.m-t--6\.1 {
  margin-top: -61px;
}

.p-t--6\.1 {
  padding-top: -61px;
}

.m-b--6\.1 {
  margin-bottom: -61px;
}

.p-b--6\.1 {
  padding-bottom: -61px;
}

.m-l--6\.1 {
  margin-left: -61px;
}

.p-l--6\.1 {
  padding-left: -61px;
}

.m-r--6\.1 {
  margin-right: -61px;
}

.p-r--6\.1 {
  padding-right: -61px;
}

.m--6\.1 {
  margin: -61px;
}

.p--6\.1 {
  padding: -61px;
}

.m-x--6\.1 {
  margin-left: -61px;
  margin-right: -61px;
}

.m-y--6\.1 {
  margin-top: -61px;
  margin-bottom: -61px;
}

.p-x--6\.1 {
  padding-left: -61px;
  padding-right: -61px;
}

.p-y--6\.1 {
  padding-top: -61px;
  padding-bottom: -61px;
}

.m-t--6 {
  margin-top: -60px;
}

.p-t--6 {
  padding-top: -60px;
}

.m-b--6 {
  margin-bottom: -60px;
}

.p-b--6 {
  padding-bottom: -60px;
}

.m-l--6 {
  margin-left: -60px;
}

.p-l--6 {
  padding-left: -60px;
}

.m-r--6 {
  margin-right: -60px;
}

.p-r--6 {
  padding-right: -60px;
}

.m--6 {
  margin: -60px;
}

.p--6 {
  padding: -60px;
}

.m-x--6 {
  margin-left: -60px;
  margin-right: -60px;
}

.m-y--6 {
  margin-top: -60px;
  margin-bottom: -60px;
}

.p-x--6 {
  padding-left: -60px;
  padding-right: -60px;
}

.p-y--6 {
  padding-top: -60px;
  padding-bottom: -60px;
}

.m-t--5\.9 {
  margin-top: -59px;
}

.p-t--5\.9 {
  padding-top: -59px;
}

.m-b--5\.9 {
  margin-bottom: -59px;
}

.p-b--5\.9 {
  padding-bottom: -59px;
}

.m-l--5\.9 {
  margin-left: -59px;
}

.p-l--5\.9 {
  padding-left: -59px;
}

.m-r--5\.9 {
  margin-right: -59px;
}

.p-r--5\.9 {
  padding-right: -59px;
}

.m--5\.9 {
  margin: -59px;
}

.p--5\.9 {
  padding: -59px;
}

.m-x--5\.9 {
  margin-left: -59px;
  margin-right: -59px;
}

.m-y--5\.9 {
  margin-top: -59px;
  margin-bottom: -59px;
}

.p-x--5\.9 {
  padding-left: -59px;
  padding-right: -59px;
}

.p-y--5\.9 {
  padding-top: -59px;
  padding-bottom: -59px;
}

.m-t--5\.8 {
  margin-top: -58px;
}

.p-t--5\.8 {
  padding-top: -58px;
}

.m-b--5\.8 {
  margin-bottom: -58px;
}

.p-b--5\.8 {
  padding-bottom: -58px;
}

.m-l--5\.8 {
  margin-left: -58px;
}

.p-l--5\.8 {
  padding-left: -58px;
}

.m-r--5\.8 {
  margin-right: -58px;
}

.p-r--5\.8 {
  padding-right: -58px;
}

.m--5\.8 {
  margin: -58px;
}

.p--5\.8 {
  padding: -58px;
}

.m-x--5\.8 {
  margin-left: -58px;
  margin-right: -58px;
}

.m-y--5\.8 {
  margin-top: -58px;
  margin-bottom: -58px;
}

.p-x--5\.8 {
  padding-left: -58px;
  padding-right: -58px;
}

.p-y--5\.8 {
  padding-top: -58px;
  padding-bottom: -58px;
}

.m-t--5\.7 {
  margin-top: -57px;
}

.p-t--5\.7 {
  padding-top: -57px;
}

.m-b--5\.7 {
  margin-bottom: -57px;
}

.p-b--5\.7 {
  padding-bottom: -57px;
}

.m-l--5\.7 {
  margin-left: -57px;
}

.p-l--5\.7 {
  padding-left: -57px;
}

.m-r--5\.7 {
  margin-right: -57px;
}

.p-r--5\.7 {
  padding-right: -57px;
}

.m--5\.7 {
  margin: -57px;
}

.p--5\.7 {
  padding: -57px;
}

.m-x--5\.7 {
  margin-left: -57px;
  margin-right: -57px;
}

.m-y--5\.7 {
  margin-top: -57px;
  margin-bottom: -57px;
}

.p-x--5\.7 {
  padding-left: -57px;
  padding-right: -57px;
}

.p-y--5\.7 {
  padding-top: -57px;
  padding-bottom: -57px;
}

.m-t--5\.6 {
  margin-top: -56px;
}

.p-t--5\.6 {
  padding-top: -56px;
}

.m-b--5\.6 {
  margin-bottom: -56px;
}

.p-b--5\.6 {
  padding-bottom: -56px;
}

.m-l--5\.6 {
  margin-left: -56px;
}

.p-l--5\.6 {
  padding-left: -56px;
}

.m-r--5\.6 {
  margin-right: -56px;
}

.p-r--5\.6 {
  padding-right: -56px;
}

.m--5\.6 {
  margin: -56px;
}

.p--5\.6 {
  padding: -56px;
}

.m-x--5\.6 {
  margin-left: -56px;
  margin-right: -56px;
}

.m-y--5\.6 {
  margin-top: -56px;
  margin-bottom: -56px;
}

.p-x--5\.6 {
  padding-left: -56px;
  padding-right: -56px;
}

.p-y--5\.6 {
  padding-top: -56px;
  padding-bottom: -56px;
}

.m-t--5\.5 {
  margin-top: -55px;
}

.p-t--5\.5 {
  padding-top: -55px;
}

.m-b--5\.5 {
  margin-bottom: -55px;
}

.p-b--5\.5 {
  padding-bottom: -55px;
}

.m-l--5\.5 {
  margin-left: -55px;
}

.p-l--5\.5 {
  padding-left: -55px;
}

.m-r--5\.5 {
  margin-right: -55px;
}

.p-r--5\.5 {
  padding-right: -55px;
}

.m--5\.5 {
  margin: -55px;
}

.p--5\.5 {
  padding: -55px;
}

.m-x--5\.5 {
  margin-left: -55px;
  margin-right: -55px;
}

.m-y--5\.5 {
  margin-top: -55px;
  margin-bottom: -55px;
}

.p-x--5\.5 {
  padding-left: -55px;
  padding-right: -55px;
}

.p-y--5\.5 {
  padding-top: -55px;
  padding-bottom: -55px;
}

.m-t--5\.4 {
  margin-top: -54px;
}

.p-t--5\.4 {
  padding-top: -54px;
}

.m-b--5\.4 {
  margin-bottom: -54px;
}

.p-b--5\.4 {
  padding-bottom: -54px;
}

.m-l--5\.4 {
  margin-left: -54px;
}

.p-l--5\.4 {
  padding-left: -54px;
}

.m-r--5\.4 {
  margin-right: -54px;
}

.p-r--5\.4 {
  padding-right: -54px;
}

.m--5\.4 {
  margin: -54px;
}

.p--5\.4 {
  padding: -54px;
}

.m-x--5\.4 {
  margin-left: -54px;
  margin-right: -54px;
}

.m-y--5\.4 {
  margin-top: -54px;
  margin-bottom: -54px;
}

.p-x--5\.4 {
  padding-left: -54px;
  padding-right: -54px;
}

.p-y--5\.4 {
  padding-top: -54px;
  padding-bottom: -54px;
}

.m-t--5\.3 {
  margin-top: -53px;
}

.p-t--5\.3 {
  padding-top: -53px;
}

.m-b--5\.3 {
  margin-bottom: -53px;
}

.p-b--5\.3 {
  padding-bottom: -53px;
}

.m-l--5\.3 {
  margin-left: -53px;
}

.p-l--5\.3 {
  padding-left: -53px;
}

.m-r--5\.3 {
  margin-right: -53px;
}

.p-r--5\.3 {
  padding-right: -53px;
}

.m--5\.3 {
  margin: -53px;
}

.p--5\.3 {
  padding: -53px;
}

.m-x--5\.3 {
  margin-left: -53px;
  margin-right: -53px;
}

.m-y--5\.3 {
  margin-top: -53px;
  margin-bottom: -53px;
}

.p-x--5\.3 {
  padding-left: -53px;
  padding-right: -53px;
}

.p-y--5\.3 {
  padding-top: -53px;
  padding-bottom: -53px;
}

.m-t--5\.2 {
  margin-top: -52px;
}

.p-t--5\.2 {
  padding-top: -52px;
}

.m-b--5\.2 {
  margin-bottom: -52px;
}

.p-b--5\.2 {
  padding-bottom: -52px;
}

.m-l--5\.2 {
  margin-left: -52px;
}

.p-l--5\.2 {
  padding-left: -52px;
}

.m-r--5\.2 {
  margin-right: -52px;
}

.p-r--5\.2 {
  padding-right: -52px;
}

.m--5\.2 {
  margin: -52px;
}

.p--5\.2 {
  padding: -52px;
}

.m-x--5\.2 {
  margin-left: -52px;
  margin-right: -52px;
}

.m-y--5\.2 {
  margin-top: -52px;
  margin-bottom: -52px;
}

.p-x--5\.2 {
  padding-left: -52px;
  padding-right: -52px;
}

.p-y--5\.2 {
  padding-top: -52px;
  padding-bottom: -52px;
}

.m-t--5\.1 {
  margin-top: -51px;
}

.p-t--5\.1 {
  padding-top: -51px;
}

.m-b--5\.1 {
  margin-bottom: -51px;
}

.p-b--5\.1 {
  padding-bottom: -51px;
}

.m-l--5\.1 {
  margin-left: -51px;
}

.p-l--5\.1 {
  padding-left: -51px;
}

.m-r--5\.1 {
  margin-right: -51px;
}

.p-r--5\.1 {
  padding-right: -51px;
}

.m--5\.1 {
  margin: -51px;
}

.p--5\.1 {
  padding: -51px;
}

.m-x--5\.1 {
  margin-left: -51px;
  margin-right: -51px;
}

.m-y--5\.1 {
  margin-top: -51px;
  margin-bottom: -51px;
}

.p-x--5\.1 {
  padding-left: -51px;
  padding-right: -51px;
}

.p-y--5\.1 {
  padding-top: -51px;
  padding-bottom: -51px;
}

.m-t--5 {
  margin-top: -50px;
}

.p-t--5 {
  padding-top: -50px;
}

.m-b--5 {
  margin-bottom: -50px;
}

.p-b--5 {
  padding-bottom: -50px;
}

.m-l--5 {
  margin-left: -50px;
}

.p-l--5 {
  padding-left: -50px;
}

.m-r--5 {
  margin-right: -50px;
}

.p-r--5 {
  padding-right: -50px;
}

.m--5 {
  margin: -50px;
}

.p--5 {
  padding: -50px;
}

.m-x--5 {
  margin-left: -50px;
  margin-right: -50px;
}

.m-y--5 {
  margin-top: -50px;
  margin-bottom: -50px;
}

.p-x--5 {
  padding-left: -50px;
  padding-right: -50px;
}

.p-y--5 {
  padding-top: -50px;
  padding-bottom: -50px;
}

.m-t--4\.9 {
  margin-top: -49px;
}

.p-t--4\.9 {
  padding-top: -49px;
}

.m-b--4\.9 {
  margin-bottom: -49px;
}

.p-b--4\.9 {
  padding-bottom: -49px;
}

.m-l--4\.9 {
  margin-left: -49px;
}

.p-l--4\.9 {
  padding-left: -49px;
}

.m-r--4\.9 {
  margin-right: -49px;
}

.p-r--4\.9 {
  padding-right: -49px;
}

.m--4\.9 {
  margin: -49px;
}

.p--4\.9 {
  padding: -49px;
}

.m-x--4\.9 {
  margin-left: -49px;
  margin-right: -49px;
}

.m-y--4\.9 {
  margin-top: -49px;
  margin-bottom: -49px;
}

.p-x--4\.9 {
  padding-left: -49px;
  padding-right: -49px;
}

.p-y--4\.9 {
  padding-top: -49px;
  padding-bottom: -49px;
}

.m-t--4\.8 {
  margin-top: -48px;
}

.p-t--4\.8 {
  padding-top: -48px;
}

.m-b--4\.8 {
  margin-bottom: -48px;
}

.p-b--4\.8 {
  padding-bottom: -48px;
}

.m-l--4\.8 {
  margin-left: -48px;
}

.p-l--4\.8 {
  padding-left: -48px;
}

.m-r--4\.8 {
  margin-right: -48px;
}

.p-r--4\.8 {
  padding-right: -48px;
}

.m--4\.8 {
  margin: -48px;
}

.p--4\.8 {
  padding: -48px;
}

.m-x--4\.8 {
  margin-left: -48px;
  margin-right: -48px;
}

.m-y--4\.8 {
  margin-top: -48px;
  margin-bottom: -48px;
}

.p-x--4\.8 {
  padding-left: -48px;
  padding-right: -48px;
}

.p-y--4\.8 {
  padding-top: -48px;
  padding-bottom: -48px;
}

.m-t--4\.7 {
  margin-top: -47px;
}

.p-t--4\.7 {
  padding-top: -47px;
}

.m-b--4\.7 {
  margin-bottom: -47px;
}

.p-b--4\.7 {
  padding-bottom: -47px;
}

.m-l--4\.7 {
  margin-left: -47px;
}

.p-l--4\.7 {
  padding-left: -47px;
}

.m-r--4\.7 {
  margin-right: -47px;
}

.p-r--4\.7 {
  padding-right: -47px;
}

.m--4\.7 {
  margin: -47px;
}

.p--4\.7 {
  padding: -47px;
}

.m-x--4\.7 {
  margin-left: -47px;
  margin-right: -47px;
}

.m-y--4\.7 {
  margin-top: -47px;
  margin-bottom: -47px;
}

.p-x--4\.7 {
  padding-left: -47px;
  padding-right: -47px;
}

.p-y--4\.7 {
  padding-top: -47px;
  padding-bottom: -47px;
}

.m-t--4\.6 {
  margin-top: -46px;
}

.p-t--4\.6 {
  padding-top: -46px;
}

.m-b--4\.6 {
  margin-bottom: -46px;
}

.p-b--4\.6 {
  padding-bottom: -46px;
}

.m-l--4\.6 {
  margin-left: -46px;
}

.p-l--4\.6 {
  padding-left: -46px;
}

.m-r--4\.6 {
  margin-right: -46px;
}

.p-r--4\.6 {
  padding-right: -46px;
}

.m--4\.6 {
  margin: -46px;
}

.p--4\.6 {
  padding: -46px;
}

.m-x--4\.6 {
  margin-left: -46px;
  margin-right: -46px;
}

.m-y--4\.6 {
  margin-top: -46px;
  margin-bottom: -46px;
}

.p-x--4\.6 {
  padding-left: -46px;
  padding-right: -46px;
}

.p-y--4\.6 {
  padding-top: -46px;
  padding-bottom: -46px;
}

.m-t--4\.5 {
  margin-top: -45px;
}

.p-t--4\.5 {
  padding-top: -45px;
}

.m-b--4\.5 {
  margin-bottom: -45px;
}

.p-b--4\.5 {
  padding-bottom: -45px;
}

.m-l--4\.5 {
  margin-left: -45px;
}

.p-l--4\.5 {
  padding-left: -45px;
}

.m-r--4\.5 {
  margin-right: -45px;
}

.p-r--4\.5 {
  padding-right: -45px;
}

.m--4\.5 {
  margin: -45px;
}

.p--4\.5 {
  padding: -45px;
}

.m-x--4\.5 {
  margin-left: -45px;
  margin-right: -45px;
}

.m-y--4\.5 {
  margin-top: -45px;
  margin-bottom: -45px;
}

.p-x--4\.5 {
  padding-left: -45px;
  padding-right: -45px;
}

.p-y--4\.5 {
  padding-top: -45px;
  padding-bottom: -45px;
}

.m-t--4\.4 {
  margin-top: -44px;
}

.p-t--4\.4 {
  padding-top: -44px;
}

.m-b--4\.4 {
  margin-bottom: -44px;
}

.p-b--4\.4 {
  padding-bottom: -44px;
}

.m-l--4\.4 {
  margin-left: -44px;
}

.p-l--4\.4 {
  padding-left: -44px;
}

.m-r--4\.4 {
  margin-right: -44px;
}

.p-r--4\.4 {
  padding-right: -44px;
}

.m--4\.4 {
  margin: -44px;
}

.p--4\.4 {
  padding: -44px;
}

.m-x--4\.4 {
  margin-left: -44px;
  margin-right: -44px;
}

.m-y--4\.4 {
  margin-top: -44px;
  margin-bottom: -44px;
}

.p-x--4\.4 {
  padding-left: -44px;
  padding-right: -44px;
}

.p-y--4\.4 {
  padding-top: -44px;
  padding-bottom: -44px;
}

.m-t--4\.3 {
  margin-top: -43px;
}

.p-t--4\.3 {
  padding-top: -43px;
}

.m-b--4\.3 {
  margin-bottom: -43px;
}

.p-b--4\.3 {
  padding-bottom: -43px;
}

.m-l--4\.3 {
  margin-left: -43px;
}

.p-l--4\.3 {
  padding-left: -43px;
}

.m-r--4\.3 {
  margin-right: -43px;
}

.p-r--4\.3 {
  padding-right: -43px;
}

.m--4\.3 {
  margin: -43px;
}

.p--4\.3 {
  padding: -43px;
}

.m-x--4\.3 {
  margin-left: -43px;
  margin-right: -43px;
}

.m-y--4\.3 {
  margin-top: -43px;
  margin-bottom: -43px;
}

.p-x--4\.3 {
  padding-left: -43px;
  padding-right: -43px;
}

.p-y--4\.3 {
  padding-top: -43px;
  padding-bottom: -43px;
}

.m-t--4\.2 {
  margin-top: -42px;
}

.p-t--4\.2 {
  padding-top: -42px;
}

.m-b--4\.2 {
  margin-bottom: -42px;
}

.p-b--4\.2 {
  padding-bottom: -42px;
}

.m-l--4\.2 {
  margin-left: -42px;
}

.p-l--4\.2 {
  padding-left: -42px;
}

.m-r--4\.2 {
  margin-right: -42px;
}

.p-r--4\.2 {
  padding-right: -42px;
}

.m--4\.2 {
  margin: -42px;
}

.p--4\.2 {
  padding: -42px;
}

.m-x--4\.2 {
  margin-left: -42px;
  margin-right: -42px;
}

.m-y--4\.2 {
  margin-top: -42px;
  margin-bottom: -42px;
}

.p-x--4\.2 {
  padding-left: -42px;
  padding-right: -42px;
}

.p-y--4\.2 {
  padding-top: -42px;
  padding-bottom: -42px;
}

.m-t--4\.1 {
  margin-top: -41px;
}

.p-t--4\.1 {
  padding-top: -41px;
}

.m-b--4\.1 {
  margin-bottom: -41px;
}

.p-b--4\.1 {
  padding-bottom: -41px;
}

.m-l--4\.1 {
  margin-left: -41px;
}

.p-l--4\.1 {
  padding-left: -41px;
}

.m-r--4\.1 {
  margin-right: -41px;
}

.p-r--4\.1 {
  padding-right: -41px;
}

.m--4\.1 {
  margin: -41px;
}

.p--4\.1 {
  padding: -41px;
}

.m-x--4\.1 {
  margin-left: -41px;
  margin-right: -41px;
}

.m-y--4\.1 {
  margin-top: -41px;
  margin-bottom: -41px;
}

.p-x--4\.1 {
  padding-left: -41px;
  padding-right: -41px;
}

.p-y--4\.1 {
  padding-top: -41px;
  padding-bottom: -41px;
}

.m-t--4 {
  margin-top: -40px;
}

.p-t--4 {
  padding-top: -40px;
}

.m-b--4 {
  margin-bottom: -40px;
}

.p-b--4 {
  padding-bottom: -40px;
}

.m-l--4 {
  margin-left: -40px;
}

.p-l--4 {
  padding-left: -40px;
}

.m-r--4 {
  margin-right: -40px;
}

.p-r--4 {
  padding-right: -40px;
}

.m--4 {
  margin: -40px;
}

.p--4 {
  padding: -40px;
}

.m-x--4 {
  margin-left: -40px;
  margin-right: -40px;
}

.m-y--4 {
  margin-top: -40px;
  margin-bottom: -40px;
}

.p-x--4 {
  padding-left: -40px;
  padding-right: -40px;
}

.p-y--4 {
  padding-top: -40px;
  padding-bottom: -40px;
}

.m-t--3\.9 {
  margin-top: -39px;
}

.p-t--3\.9 {
  padding-top: -39px;
}

.m-b--3\.9 {
  margin-bottom: -39px;
}

.p-b--3\.9 {
  padding-bottom: -39px;
}

.m-l--3\.9 {
  margin-left: -39px;
}

.p-l--3\.9 {
  padding-left: -39px;
}

.m-r--3\.9 {
  margin-right: -39px;
}

.p-r--3\.9 {
  padding-right: -39px;
}

.m--3\.9 {
  margin: -39px;
}

.p--3\.9 {
  padding: -39px;
}

.m-x--3\.9 {
  margin-left: -39px;
  margin-right: -39px;
}

.m-y--3\.9 {
  margin-top: -39px;
  margin-bottom: -39px;
}

.p-x--3\.9 {
  padding-left: -39px;
  padding-right: -39px;
}

.p-y--3\.9 {
  padding-top: -39px;
  padding-bottom: -39px;
}

.m-t--3\.8 {
  margin-top: -38px;
}

.p-t--3\.8 {
  padding-top: -38px;
}

.m-b--3\.8 {
  margin-bottom: -38px;
}

.p-b--3\.8 {
  padding-bottom: -38px;
}

.m-l--3\.8 {
  margin-left: -38px;
}

.p-l--3\.8 {
  padding-left: -38px;
}

.m-r--3\.8 {
  margin-right: -38px;
}

.p-r--3\.8 {
  padding-right: -38px;
}

.m--3\.8 {
  margin: -38px;
}

.p--3\.8 {
  padding: -38px;
}

.m-x--3\.8 {
  margin-left: -38px;
  margin-right: -38px;
}

.m-y--3\.8 {
  margin-top: -38px;
  margin-bottom: -38px;
}

.p-x--3\.8 {
  padding-left: -38px;
  padding-right: -38px;
}

.p-y--3\.8 {
  padding-top: -38px;
  padding-bottom: -38px;
}

.m-t--3\.7 {
  margin-top: -37px;
}

.p-t--3\.7 {
  padding-top: -37px;
}

.m-b--3\.7 {
  margin-bottom: -37px;
}

.p-b--3\.7 {
  padding-bottom: -37px;
}

.m-l--3\.7 {
  margin-left: -37px;
}

.p-l--3\.7 {
  padding-left: -37px;
}

.m-r--3\.7 {
  margin-right: -37px;
}

.p-r--3\.7 {
  padding-right: -37px;
}

.m--3\.7 {
  margin: -37px;
}

.p--3\.7 {
  padding: -37px;
}

.m-x--3\.7 {
  margin-left: -37px;
  margin-right: -37px;
}

.m-y--3\.7 {
  margin-top: -37px;
  margin-bottom: -37px;
}

.p-x--3\.7 {
  padding-left: -37px;
  padding-right: -37px;
}

.p-y--3\.7 {
  padding-top: -37px;
  padding-bottom: -37px;
}

.m-t--3\.6 {
  margin-top: -36px;
}

.p-t--3\.6 {
  padding-top: -36px;
}

.m-b--3\.6 {
  margin-bottom: -36px;
}

.p-b--3\.6 {
  padding-bottom: -36px;
}

.m-l--3\.6 {
  margin-left: -36px;
}

.p-l--3\.6 {
  padding-left: -36px;
}

.m-r--3\.6 {
  margin-right: -36px;
}

.p-r--3\.6 {
  padding-right: -36px;
}

.m--3\.6 {
  margin: -36px;
}

.p--3\.6 {
  padding: -36px;
}

.m-x--3\.6 {
  margin-left: -36px;
  margin-right: -36px;
}

.m-y--3\.6 {
  margin-top: -36px;
  margin-bottom: -36px;
}

.p-x--3\.6 {
  padding-left: -36px;
  padding-right: -36px;
}

.p-y--3\.6 {
  padding-top: -36px;
  padding-bottom: -36px;
}

.m-t--3\.5 {
  margin-top: -35px;
}

.p-t--3\.5 {
  padding-top: -35px;
}

.m-b--3\.5 {
  margin-bottom: -35px;
}

.p-b--3\.5 {
  padding-bottom: -35px;
}

.m-l--3\.5 {
  margin-left: -35px;
}

.p-l--3\.5 {
  padding-left: -35px;
}

.m-r--3\.5 {
  margin-right: -35px;
}

.p-r--3\.5 {
  padding-right: -35px;
}

.m--3\.5 {
  margin: -35px;
}

.p--3\.5 {
  padding: -35px;
}

.m-x--3\.5 {
  margin-left: -35px;
  margin-right: -35px;
}

.m-y--3\.5 {
  margin-top: -35px;
  margin-bottom: -35px;
}

.p-x--3\.5 {
  padding-left: -35px;
  padding-right: -35px;
}

.p-y--3\.5 {
  padding-top: -35px;
  padding-bottom: -35px;
}

.m-t--3\.4 {
  margin-top: -34px;
}

.p-t--3\.4 {
  padding-top: -34px;
}

.m-b--3\.4 {
  margin-bottom: -34px;
}

.p-b--3\.4 {
  padding-bottom: -34px;
}

.m-l--3\.4 {
  margin-left: -34px;
}

.p-l--3\.4 {
  padding-left: -34px;
}

.m-r--3\.4 {
  margin-right: -34px;
}

.p-r--3\.4 {
  padding-right: -34px;
}

.m--3\.4 {
  margin: -34px;
}

.p--3\.4 {
  padding: -34px;
}

.m-x--3\.4 {
  margin-left: -34px;
  margin-right: -34px;
}

.m-y--3\.4 {
  margin-top: -34px;
  margin-bottom: -34px;
}

.p-x--3\.4 {
  padding-left: -34px;
  padding-right: -34px;
}

.p-y--3\.4 {
  padding-top: -34px;
  padding-bottom: -34px;
}

.m-t--3\.3 {
  margin-top: -33px;
}

.p-t--3\.3 {
  padding-top: -33px;
}

.m-b--3\.3 {
  margin-bottom: -33px;
}

.p-b--3\.3 {
  padding-bottom: -33px;
}

.m-l--3\.3 {
  margin-left: -33px;
}

.p-l--3\.3 {
  padding-left: -33px;
}

.m-r--3\.3 {
  margin-right: -33px;
}

.p-r--3\.3 {
  padding-right: -33px;
}

.m--3\.3 {
  margin: -33px;
}

.p--3\.3 {
  padding: -33px;
}

.m-x--3\.3 {
  margin-left: -33px;
  margin-right: -33px;
}

.m-y--3\.3 {
  margin-top: -33px;
  margin-bottom: -33px;
}

.p-x--3\.3 {
  padding-left: -33px;
  padding-right: -33px;
}

.p-y--3\.3 {
  padding-top: -33px;
  padding-bottom: -33px;
}

.m-t--3\.2 {
  margin-top: -32px;
}

.p-t--3\.2 {
  padding-top: -32px;
}

.m-b--3\.2 {
  margin-bottom: -32px;
}

.p-b--3\.2 {
  padding-bottom: -32px;
}

.m-l--3\.2 {
  margin-left: -32px;
}

.p-l--3\.2 {
  padding-left: -32px;
}

.m-r--3\.2 {
  margin-right: -32px;
}

.p-r--3\.2 {
  padding-right: -32px;
}

.m--3\.2 {
  margin: -32px;
}

.p--3\.2 {
  padding: -32px;
}

.m-x--3\.2 {
  margin-left: -32px;
  margin-right: -32px;
}

.m-y--3\.2 {
  margin-top: -32px;
  margin-bottom: -32px;
}

.p-x--3\.2 {
  padding-left: -32px;
  padding-right: -32px;
}

.p-y--3\.2 {
  padding-top: -32px;
  padding-bottom: -32px;
}

.m-t--3\.1 {
  margin-top: -31px;
}

.p-t--3\.1 {
  padding-top: -31px;
}

.m-b--3\.1 {
  margin-bottom: -31px;
}

.p-b--3\.1 {
  padding-bottom: -31px;
}

.m-l--3\.1 {
  margin-left: -31px;
}

.p-l--3\.1 {
  padding-left: -31px;
}

.m-r--3\.1 {
  margin-right: -31px;
}

.p-r--3\.1 {
  padding-right: -31px;
}

.m--3\.1 {
  margin: -31px;
}

.p--3\.1 {
  padding: -31px;
}

.m-x--3\.1 {
  margin-left: -31px;
  margin-right: -31px;
}

.m-y--3\.1 {
  margin-top: -31px;
  margin-bottom: -31px;
}

.p-x--3\.1 {
  padding-left: -31px;
  padding-right: -31px;
}

.p-y--3\.1 {
  padding-top: -31px;
  padding-bottom: -31px;
}

.m-t--3 {
  margin-top: -30px;
}

.p-t--3 {
  padding-top: -30px;
}

.m-b--3 {
  margin-bottom: -30px;
}

.p-b--3 {
  padding-bottom: -30px;
}

.m-l--3 {
  margin-left: -30px;
}

.p-l--3 {
  padding-left: -30px;
}

.m-r--3 {
  margin-right: -30px;
}

.p-r--3 {
  padding-right: -30px;
}

.m--3 {
  margin: -30px;
}

.p--3 {
  padding: -30px;
}

.m-x--3 {
  margin-left: -30px;
  margin-right: -30px;
}

.m-y--3 {
  margin-top: -30px;
  margin-bottom: -30px;
}

.p-x--3 {
  padding-left: -30px;
  padding-right: -30px;
}

.p-y--3 {
  padding-top: -30px;
  padding-bottom: -30px;
}

.m-t--2\.9 {
  margin-top: -29px;
}

.p-t--2\.9 {
  padding-top: -29px;
}

.m-b--2\.9 {
  margin-bottom: -29px;
}

.p-b--2\.9 {
  padding-bottom: -29px;
}

.m-l--2\.9 {
  margin-left: -29px;
}

.p-l--2\.9 {
  padding-left: -29px;
}

.m-r--2\.9 {
  margin-right: -29px;
}

.p-r--2\.9 {
  padding-right: -29px;
}

.m--2\.9 {
  margin: -29px;
}

.p--2\.9 {
  padding: -29px;
}

.m-x--2\.9 {
  margin-left: -29px;
  margin-right: -29px;
}

.m-y--2\.9 {
  margin-top: -29px;
  margin-bottom: -29px;
}

.p-x--2\.9 {
  padding-left: -29px;
  padding-right: -29px;
}

.p-y--2\.9 {
  padding-top: -29px;
  padding-bottom: -29px;
}

.m-t--2\.8 {
  margin-top: -28px;
}

.p-t--2\.8 {
  padding-top: -28px;
}

.m-b--2\.8 {
  margin-bottom: -28px;
}

.p-b--2\.8 {
  padding-bottom: -28px;
}

.m-l--2\.8 {
  margin-left: -28px;
}

.p-l--2\.8 {
  padding-left: -28px;
}

.m-r--2\.8 {
  margin-right: -28px;
}

.p-r--2\.8 {
  padding-right: -28px;
}

.m--2\.8 {
  margin: -28px;
}

.p--2\.8 {
  padding: -28px;
}

.m-x--2\.8 {
  margin-left: -28px;
  margin-right: -28px;
}

.m-y--2\.8 {
  margin-top: -28px;
  margin-bottom: -28px;
}

.p-x--2\.8 {
  padding-left: -28px;
  padding-right: -28px;
}

.p-y--2\.8 {
  padding-top: -28px;
  padding-bottom: -28px;
}

.m-t--2\.7 {
  margin-top: -27px;
}

.p-t--2\.7 {
  padding-top: -27px;
}

.m-b--2\.7 {
  margin-bottom: -27px;
}

.p-b--2\.7 {
  padding-bottom: -27px;
}

.m-l--2\.7 {
  margin-left: -27px;
}

.p-l--2\.7 {
  padding-left: -27px;
}

.m-r--2\.7 {
  margin-right: -27px;
}

.p-r--2\.7 {
  padding-right: -27px;
}

.m--2\.7 {
  margin: -27px;
}

.p--2\.7 {
  padding: -27px;
}

.m-x--2\.7 {
  margin-left: -27px;
  margin-right: -27px;
}

.m-y--2\.7 {
  margin-top: -27px;
  margin-bottom: -27px;
}

.p-x--2\.7 {
  padding-left: -27px;
  padding-right: -27px;
}

.p-y--2\.7 {
  padding-top: -27px;
  padding-bottom: -27px;
}

.m-t--2\.6 {
  margin-top: -26px;
}

.p-t--2\.6 {
  padding-top: -26px;
}

.m-b--2\.6 {
  margin-bottom: -26px;
}

.p-b--2\.6 {
  padding-bottom: -26px;
}

.m-l--2\.6 {
  margin-left: -26px;
}

.p-l--2\.6 {
  padding-left: -26px;
}

.m-r--2\.6 {
  margin-right: -26px;
}

.p-r--2\.6 {
  padding-right: -26px;
}

.m--2\.6 {
  margin: -26px;
}

.p--2\.6 {
  padding: -26px;
}

.m-x--2\.6 {
  margin-left: -26px;
  margin-right: -26px;
}

.m-y--2\.6 {
  margin-top: -26px;
  margin-bottom: -26px;
}

.p-x--2\.6 {
  padding-left: -26px;
  padding-right: -26px;
}

.p-y--2\.6 {
  padding-top: -26px;
  padding-bottom: -26px;
}

.m-t--2\.5 {
  margin-top: -25px;
}

.p-t--2\.5 {
  padding-top: -25px;
}

.m-b--2\.5 {
  margin-bottom: -25px;
}

.p-b--2\.5 {
  padding-bottom: -25px;
}

.m-l--2\.5 {
  margin-left: -25px;
}

.p-l--2\.5 {
  padding-left: -25px;
}

.m-r--2\.5 {
  margin-right: -25px;
}

.p-r--2\.5 {
  padding-right: -25px;
}

.m--2\.5 {
  margin: -25px;
}

.p--2\.5 {
  padding: -25px;
}

.m-x--2\.5 {
  margin-left: -25px;
  margin-right: -25px;
}

.m-y--2\.5 {
  margin-top: -25px;
  margin-bottom: -25px;
}

.p-x--2\.5 {
  padding-left: -25px;
  padding-right: -25px;
}

.p-y--2\.5 {
  padding-top: -25px;
  padding-bottom: -25px;
}

.m-t--2\.4 {
  margin-top: -24px;
}

.p-t--2\.4 {
  padding-top: -24px;
}

.m-b--2\.4 {
  margin-bottom: -24px;
}

.p-b--2\.4 {
  padding-bottom: -24px;
}

.m-l--2\.4 {
  margin-left: -24px;
}

.p-l--2\.4 {
  padding-left: -24px;
}

.m-r--2\.4 {
  margin-right: -24px;
}

.p-r--2\.4 {
  padding-right: -24px;
}

.m--2\.4 {
  margin: -24px;
}

.p--2\.4 {
  padding: -24px;
}

.m-x--2\.4 {
  margin-left: -24px;
  margin-right: -24px;
}

.m-y--2\.4 {
  margin-top: -24px;
  margin-bottom: -24px;
}

.p-x--2\.4 {
  padding-left: -24px;
  padding-right: -24px;
}

.p-y--2\.4 {
  padding-top: -24px;
  padding-bottom: -24px;
}

.m-t--2\.3 {
  margin-top: -23px;
}

.p-t--2\.3 {
  padding-top: -23px;
}

.m-b--2\.3 {
  margin-bottom: -23px;
}

.p-b--2\.3 {
  padding-bottom: -23px;
}

.m-l--2\.3 {
  margin-left: -23px;
}

.p-l--2\.3 {
  padding-left: -23px;
}

.m-r--2\.3 {
  margin-right: -23px;
}

.p-r--2\.3 {
  padding-right: -23px;
}

.m--2\.3 {
  margin: -23px;
}

.p--2\.3 {
  padding: -23px;
}

.m-x--2\.3 {
  margin-left: -23px;
  margin-right: -23px;
}

.m-y--2\.3 {
  margin-top: -23px;
  margin-bottom: -23px;
}

.p-x--2\.3 {
  padding-left: -23px;
  padding-right: -23px;
}

.p-y--2\.3 {
  padding-top: -23px;
  padding-bottom: -23px;
}

.m-t--2\.2 {
  margin-top: -22px;
}

.p-t--2\.2 {
  padding-top: -22px;
}

.m-b--2\.2 {
  margin-bottom: -22px;
}

.p-b--2\.2 {
  padding-bottom: -22px;
}

.m-l--2\.2 {
  margin-left: -22px;
}

.p-l--2\.2 {
  padding-left: -22px;
}

.m-r--2\.2 {
  margin-right: -22px;
}

.p-r--2\.2 {
  padding-right: -22px;
}

.m--2\.2 {
  margin: -22px;
}

.p--2\.2 {
  padding: -22px;
}

.m-x--2\.2 {
  margin-left: -22px;
  margin-right: -22px;
}

.m-y--2\.2 {
  margin-top: -22px;
  margin-bottom: -22px;
}

.p-x--2\.2 {
  padding-left: -22px;
  padding-right: -22px;
}

.p-y--2\.2 {
  padding-top: -22px;
  padding-bottom: -22px;
}

.m-t--2\.1 {
  margin-top: -21px;
}

.p-t--2\.1 {
  padding-top: -21px;
}

.m-b--2\.1 {
  margin-bottom: -21px;
}

.p-b--2\.1 {
  padding-bottom: -21px;
}

.m-l--2\.1 {
  margin-left: -21px;
}

.p-l--2\.1 {
  padding-left: -21px;
}

.m-r--2\.1 {
  margin-right: -21px;
}

.p-r--2\.1 {
  padding-right: -21px;
}

.m--2\.1 {
  margin: -21px;
}

.p--2\.1 {
  padding: -21px;
}

.m-x--2\.1 {
  margin-left: -21px;
  margin-right: -21px;
}

.m-y--2\.1 {
  margin-top: -21px;
  margin-bottom: -21px;
}

.p-x--2\.1 {
  padding-left: -21px;
  padding-right: -21px;
}

.p-y--2\.1 {
  padding-top: -21px;
  padding-bottom: -21px;
}

.m-t--2 {
  margin-top: -20px;
}

.p-t--2 {
  padding-top: -20px;
}

.m-b--2 {
  margin-bottom: -20px;
}

.p-b--2 {
  padding-bottom: -20px;
}

.m-l--2 {
  margin-left: -20px;
}

.p-l--2 {
  padding-left: -20px;
}

.m-r--2 {
  margin-right: -20px;
}

.p-r--2 {
  padding-right: -20px;
}

.m--2 {
  margin: -20px;
}

.p--2 {
  padding: -20px;
}

.m-x--2 {
  margin-left: -20px;
  margin-right: -20px;
}

.m-y--2 {
  margin-top: -20px;
  margin-bottom: -20px;
}

.p-x--2 {
  padding-left: -20px;
  padding-right: -20px;
}

.p-y--2 {
  padding-top: -20px;
  padding-bottom: -20px;
}

.m-t--1\.9 {
  margin-top: -19px;
}

.p-t--1\.9 {
  padding-top: -19px;
}

.m-b--1\.9 {
  margin-bottom: -19px;
}

.p-b--1\.9 {
  padding-bottom: -19px;
}

.m-l--1\.9 {
  margin-left: -19px;
}

.p-l--1\.9 {
  padding-left: -19px;
}

.m-r--1\.9 {
  margin-right: -19px;
}

.p-r--1\.9 {
  padding-right: -19px;
}

.m--1\.9 {
  margin: -19px;
}

.p--1\.9 {
  padding: -19px;
}

.m-x--1\.9 {
  margin-left: -19px;
  margin-right: -19px;
}

.m-y--1\.9 {
  margin-top: -19px;
  margin-bottom: -19px;
}

.p-x--1\.9 {
  padding-left: -19px;
  padding-right: -19px;
}

.p-y--1\.9 {
  padding-top: -19px;
  padding-bottom: -19px;
}

.m-t--1\.8 {
  margin-top: -18px;
}

.p-t--1\.8 {
  padding-top: -18px;
}

.m-b--1\.8 {
  margin-bottom: -18px;
}

.p-b--1\.8 {
  padding-bottom: -18px;
}

.m-l--1\.8 {
  margin-left: -18px;
}

.p-l--1\.8 {
  padding-left: -18px;
}

.m-r--1\.8 {
  margin-right: -18px;
}

.p-r--1\.8 {
  padding-right: -18px;
}

.m--1\.8 {
  margin: -18px;
}

.p--1\.8 {
  padding: -18px;
}

.m-x--1\.8 {
  margin-left: -18px;
  margin-right: -18px;
}

.m-y--1\.8 {
  margin-top: -18px;
  margin-bottom: -18px;
}

.p-x--1\.8 {
  padding-left: -18px;
  padding-right: -18px;
}

.p-y--1\.8 {
  padding-top: -18px;
  padding-bottom: -18px;
}

.m-t--1\.7 {
  margin-top: -17px;
}

.p-t--1\.7 {
  padding-top: -17px;
}

.m-b--1\.7 {
  margin-bottom: -17px;
}

.p-b--1\.7 {
  padding-bottom: -17px;
}

.m-l--1\.7 {
  margin-left: -17px;
}

.p-l--1\.7 {
  padding-left: -17px;
}

.m-r--1\.7 {
  margin-right: -17px;
}

.p-r--1\.7 {
  padding-right: -17px;
}

.m--1\.7 {
  margin: -17px;
}

.p--1\.7 {
  padding: -17px;
}

.m-x--1\.7 {
  margin-left: -17px;
  margin-right: -17px;
}

.m-y--1\.7 {
  margin-top: -17px;
  margin-bottom: -17px;
}

.p-x--1\.7 {
  padding-left: -17px;
  padding-right: -17px;
}

.p-y--1\.7 {
  padding-top: -17px;
  padding-bottom: -17px;
}

.m-t--1\.6 {
  margin-top: -16px;
}

.p-t--1\.6 {
  padding-top: -16px;
}

.m-b--1\.6 {
  margin-bottom: -16px;
}

.p-b--1\.6 {
  padding-bottom: -16px;
}

.m-l--1\.6 {
  margin-left: -16px;
}

.p-l--1\.6 {
  padding-left: -16px;
}

.m-r--1\.6 {
  margin-right: -16px;
}

.p-r--1\.6 {
  padding-right: -16px;
}

.m--1\.6 {
  margin: -16px;
}

.p--1\.6 {
  padding: -16px;
}

.m-x--1\.6 {
  margin-left: -16px;
  margin-right: -16px;
}

.m-y--1\.6 {
  margin-top: -16px;
  margin-bottom: -16px;
}

.p-x--1\.6 {
  padding-left: -16px;
  padding-right: -16px;
}

.p-y--1\.6 {
  padding-top: -16px;
  padding-bottom: -16px;
}

.m-t--1\.5 {
  margin-top: -15px;
}

.p-t--1\.5 {
  padding-top: -15px;
}

.m-b--1\.5 {
  margin-bottom: -15px;
}

.p-b--1\.5 {
  padding-bottom: -15px;
}

.m-l--1\.5 {
  margin-left: -15px;
}

.p-l--1\.5 {
  padding-left: -15px;
}

.m-r--1\.5 {
  margin-right: -15px;
}

.p-r--1\.5 {
  padding-right: -15px;
}

.m--1\.5 {
  margin: -15px;
}

.p--1\.5 {
  padding: -15px;
}

.m-x--1\.5 {
  margin-left: -15px;
  margin-right: -15px;
}

.m-y--1\.5 {
  margin-top: -15px;
  margin-bottom: -15px;
}

.p-x--1\.5 {
  padding-left: -15px;
  padding-right: -15px;
}

.p-y--1\.5 {
  padding-top: -15px;
  padding-bottom: -15px;
}

.m-t--1\.4 {
  margin-top: -14px;
}

.p-t--1\.4 {
  padding-top: -14px;
}

.m-b--1\.4 {
  margin-bottom: -14px;
}

.p-b--1\.4 {
  padding-bottom: -14px;
}

.m-l--1\.4 {
  margin-left: -14px;
}

.p-l--1\.4 {
  padding-left: -14px;
}

.m-r--1\.4 {
  margin-right: -14px;
}

.p-r--1\.4 {
  padding-right: -14px;
}

.m--1\.4 {
  margin: -14px;
}

.p--1\.4 {
  padding: -14px;
}

.m-x--1\.4 {
  margin-left: -14px;
  margin-right: -14px;
}

.m-y--1\.4 {
  margin-top: -14px;
  margin-bottom: -14px;
}

.p-x--1\.4 {
  padding-left: -14px;
  padding-right: -14px;
}

.p-y--1\.4 {
  padding-top: -14px;
  padding-bottom: -14px;
}

.m-t--1\.3 {
  margin-top: -13px;
}

.p-t--1\.3 {
  padding-top: -13px;
}

.m-b--1\.3 {
  margin-bottom: -13px;
}

.p-b--1\.3 {
  padding-bottom: -13px;
}

.m-l--1\.3 {
  margin-left: -13px;
}

.p-l--1\.3 {
  padding-left: -13px;
}

.m-r--1\.3 {
  margin-right: -13px;
}

.p-r--1\.3 {
  padding-right: -13px;
}

.m--1\.3 {
  margin: -13px;
}

.p--1\.3 {
  padding: -13px;
}

.m-x--1\.3 {
  margin-left: -13px;
  margin-right: -13px;
}

.m-y--1\.3 {
  margin-top: -13px;
  margin-bottom: -13px;
}

.p-x--1\.3 {
  padding-left: -13px;
  padding-right: -13px;
}

.p-y--1\.3 {
  padding-top: -13px;
  padding-bottom: -13px;
}

.m-t--1\.2 {
  margin-top: -12px;
}

.p-t--1\.2 {
  padding-top: -12px;
}

.m-b--1\.2 {
  margin-bottom: -12px;
}

.p-b--1\.2 {
  padding-bottom: -12px;
}

.m-l--1\.2 {
  margin-left: -12px;
}

.p-l--1\.2 {
  padding-left: -12px;
}

.m-r--1\.2 {
  margin-right: -12px;
}

.p-r--1\.2 {
  padding-right: -12px;
}

.m--1\.2 {
  margin: -12px;
}

.p--1\.2 {
  padding: -12px;
}

.m-x--1\.2 {
  margin-left: -12px;
  margin-right: -12px;
}

.m-y--1\.2 {
  margin-top: -12px;
  margin-bottom: -12px;
}

.p-x--1\.2 {
  padding-left: -12px;
  padding-right: -12px;
}

.p-y--1\.2 {
  padding-top: -12px;
  padding-bottom: -12px;
}

.m-t--1\.1 {
  margin-top: -11px;
}

.p-t--1\.1 {
  padding-top: -11px;
}

.m-b--1\.1 {
  margin-bottom: -11px;
}

.p-b--1\.1 {
  padding-bottom: -11px;
}

.m-l--1\.1 {
  margin-left: -11px;
}

.p-l--1\.1 {
  padding-left: -11px;
}

.m-r--1\.1 {
  margin-right: -11px;
}

.p-r--1\.1 {
  padding-right: -11px;
}

.m--1\.1 {
  margin: -11px;
}

.p--1\.1 {
  padding: -11px;
}

.m-x--1\.1 {
  margin-left: -11px;
  margin-right: -11px;
}

.m-y--1\.1 {
  margin-top: -11px;
  margin-bottom: -11px;
}

.p-x--1\.1 {
  padding-left: -11px;
  padding-right: -11px;
}

.p-y--1\.1 {
  padding-top: -11px;
  padding-bottom: -11px;
}

.m-t--1 {
  margin-top: -10px;
}

.p-t--1 {
  padding-top: -10px;
}

.m-b--1 {
  margin-bottom: -10px;
}

.p-b--1 {
  padding-bottom: -10px;
}

.m-l--1 {
  margin-left: -10px;
}

.p-l--1 {
  padding-left: -10px;
}

.m-r--1 {
  margin-right: -10px;
}

.p-r--1 {
  padding-right: -10px;
}

.m--1 {
  margin: -10px;
}

.p--1 {
  padding: -10px;
}

.m-x--1 {
  margin-left: -10px;
  margin-right: -10px;
}

.m-y--1 {
  margin-top: -10px;
  margin-bottom: -10px;
}

.p-x--1 {
  padding-left: -10px;
  padding-right: -10px;
}

.p-y--1 {
  padding-top: -10px;
  padding-bottom: -10px;
}

.m-t--0\.9 {
  margin-top: -9px;
}

.p-t--0\.9 {
  padding-top: -9px;
}

.m-b--0\.9 {
  margin-bottom: -9px;
}

.p-b--0\.9 {
  padding-bottom: -9px;
}

.m-l--0\.9 {
  margin-left: -9px;
}

.p-l--0\.9 {
  padding-left: -9px;
}

.m-r--0\.9 {
  margin-right: -9px;
}

.p-r--0\.9 {
  padding-right: -9px;
}

.m--0\.9 {
  margin: -9px;
}

.p--0\.9 {
  padding: -9px;
}

.m-x--0\.9 {
  margin-left: -9px;
  margin-right: -9px;
}

.m-y--0\.9 {
  margin-top: -9px;
  margin-bottom: -9px;
}

.p-x--0\.9 {
  padding-left: -9px;
  padding-right: -9px;
}

.p-y--0\.9 {
  padding-top: -9px;
  padding-bottom: -9px;
}

.m-t--0\.8 {
  margin-top: -8px;
}

.p-t--0\.8 {
  padding-top: -8px;
}

.m-b--0\.8 {
  margin-bottom: -8px;
}

.p-b--0\.8 {
  padding-bottom: -8px;
}

.m-l--0\.8 {
  margin-left: -8px;
}

.p-l--0\.8 {
  padding-left: -8px;
}

.m-r--0\.8 {
  margin-right: -8px;
}

.p-r--0\.8 {
  padding-right: -8px;
}

.m--0\.8 {
  margin: -8px;
}

.p--0\.8 {
  padding: -8px;
}

.m-x--0\.8 {
  margin-left: -8px;
  margin-right: -8px;
}

.m-y--0\.8 {
  margin-top: -8px;
  margin-bottom: -8px;
}

.p-x--0\.8 {
  padding-left: -8px;
  padding-right: -8px;
}

.p-y--0\.8 {
  padding-top: -8px;
  padding-bottom: -8px;
}

.m-t--0\.7 {
  margin-top: -7px;
}

.p-t--0\.7 {
  padding-top: -7px;
}

.m-b--0\.7 {
  margin-bottom: -7px;
}

.p-b--0\.7 {
  padding-bottom: -7px;
}

.m-l--0\.7 {
  margin-left: -7px;
}

.p-l--0\.7 {
  padding-left: -7px;
}

.m-r--0\.7 {
  margin-right: -7px;
}

.p-r--0\.7 {
  padding-right: -7px;
}

.m--0\.7 {
  margin: -7px;
}

.p--0\.7 {
  padding: -7px;
}

.m-x--0\.7 {
  margin-left: -7px;
  margin-right: -7px;
}

.m-y--0\.7 {
  margin-top: -7px;
  margin-bottom: -7px;
}

.p-x--0\.7 {
  padding-left: -7px;
  padding-right: -7px;
}

.p-y--0\.7 {
  padding-top: -7px;
  padding-bottom: -7px;
}

.m-t--0\.6 {
  margin-top: -6px;
}

.p-t--0\.6 {
  padding-top: -6px;
}

.m-b--0\.6 {
  margin-bottom: -6px;
}

.p-b--0\.6 {
  padding-bottom: -6px;
}

.m-l--0\.6 {
  margin-left: -6px;
}

.p-l--0\.6 {
  padding-left: -6px;
}

.m-r--0\.6 {
  margin-right: -6px;
}

.p-r--0\.6 {
  padding-right: -6px;
}

.m--0\.6 {
  margin: -6px;
}

.p--0\.6 {
  padding: -6px;
}

.m-x--0\.6 {
  margin-left: -6px;
  margin-right: -6px;
}

.m-y--0\.6 {
  margin-top: -6px;
  margin-bottom: -6px;
}

.p-x--0\.6 {
  padding-left: -6px;
  padding-right: -6px;
}

.p-y--0\.6 {
  padding-top: -6px;
  padding-bottom: -6px;
}

.m-t--0\.5 {
  margin-top: -5px;
}

.p-t--0\.5 {
  padding-top: -5px;
}

.m-b--0\.5 {
  margin-bottom: -5px;
}

.p-b--0\.5 {
  padding-bottom: -5px;
}

.m-l--0\.5 {
  margin-left: -5px;
}

.p-l--0\.5 {
  padding-left: -5px;
}

.m-r--0\.5 {
  margin-right: -5px;
}

.p-r--0\.5 {
  padding-right: -5px;
}

.m--0\.5 {
  margin: -5px;
}

.p--0\.5 {
  padding: -5px;
}

.m-x--0\.5 {
  margin-left: -5px;
  margin-right: -5px;
}

.m-y--0\.5 {
  margin-top: -5px;
  margin-bottom: -5px;
}

.p-x--0\.5 {
  padding-left: -5px;
  padding-right: -5px;
}

.p-y--0\.5 {
  padding-top: -5px;
  padding-bottom: -5px;
}

.m-t--0\.4 {
  margin-top: -4px;
}

.p-t--0\.4 {
  padding-top: -4px;
}

.m-b--0\.4 {
  margin-bottom: -4px;
}

.p-b--0\.4 {
  padding-bottom: -4px;
}

.m-l--0\.4 {
  margin-left: -4px;
}

.p-l--0\.4 {
  padding-left: -4px;
}

.m-r--0\.4 {
  margin-right: -4px;
}

.p-r--0\.4 {
  padding-right: -4px;
}

.m--0\.4 {
  margin: -4px;
}

.p--0\.4 {
  padding: -4px;
}

.m-x--0\.4 {
  margin-left: -4px;
  margin-right: -4px;
}

.m-y--0\.4 {
  margin-top: -4px;
  margin-bottom: -4px;
}

.p-x--0\.4 {
  padding-left: -4px;
  padding-right: -4px;
}

.p-y--0\.4 {
  padding-top: -4px;
  padding-bottom: -4px;
}

.m-t--0\.3 {
  margin-top: -3px;
}

.p-t--0\.3 {
  padding-top: -3px;
}

.m-b--0\.3 {
  margin-bottom: -3px;
}

.p-b--0\.3 {
  padding-bottom: -3px;
}

.m-l--0\.3 {
  margin-left: -3px;
}

.p-l--0\.3 {
  padding-left: -3px;
}

.m-r--0\.3 {
  margin-right: -3px;
}

.p-r--0\.3 {
  padding-right: -3px;
}

.m--0\.3 {
  margin: -3px;
}

.p--0\.3 {
  padding: -3px;
}

.m-x--0\.3 {
  margin-left: -3px;
  margin-right: -3px;
}

.m-y--0\.3 {
  margin-top: -3px;
  margin-bottom: -3px;
}

.p-x--0\.3 {
  padding-left: -3px;
  padding-right: -3px;
}

.p-y--0\.3 {
  padding-top: -3px;
  padding-bottom: -3px;
}

.m-t--0\.2 {
  margin-top: -2px;
}

.p-t--0\.2 {
  padding-top: -2px;
}

.m-b--0\.2 {
  margin-bottom: -2px;
}

.p-b--0\.2 {
  padding-bottom: -2px;
}

.m-l--0\.2 {
  margin-left: -2px;
}

.p-l--0\.2 {
  padding-left: -2px;
}

.m-r--0\.2 {
  margin-right: -2px;
}

.p-r--0\.2 {
  padding-right: -2px;
}

.m--0\.2 {
  margin: -2px;
}

.p--0\.2 {
  padding: -2px;
}

.m-x--0\.2 {
  margin-left: -2px;
  margin-right: -2px;
}

.m-y--0\.2 {
  margin-top: -2px;
  margin-bottom: -2px;
}

.p-x--0\.2 {
  padding-left: -2px;
  padding-right: -2px;
}

.p-y--0\.2 {
  padding-top: -2px;
  padding-bottom: -2px;
}

.m-t--0\.1 {
  margin-top: -1px;
}

.p-t--0\.1 {
  padding-top: -1px;
}

.m-b--0\.1 {
  margin-bottom: -1px;
}

.p-b--0\.1 {
  padding-bottom: -1px;
}

.m-l--0\.1 {
  margin-left: -1px;
}

.p-l--0\.1 {
  padding-left: -1px;
}

.m-r--0\.1 {
  margin-right: -1px;
}

.p-r--0\.1 {
  padding-right: -1px;
}

.m--0\.1 {
  margin: -1px;
}

.p--0\.1 {
  padding: -1px;
}

.m-x--0\.1 {
  margin-left: -1px;
  margin-right: -1px;
}

.m-y--0\.1 {
  margin-top: -1px;
  margin-bottom: -1px;
}

.p-x--0\.1 {
  padding-left: -1px;
  padding-right: -1px;
}

.p-y--0\.1 {
  padding-top: -1px;
  padding-bottom: -1px;
}

.m-t-0 {
  margin-top: 0px;
}

.p-t-0 {
  padding-top: 0px;
}

.m-b-0 {
  margin-bottom: 0px;
}

.p-b-0 {
  padding-bottom: 0px;
}

.m-l-0 {
  margin-left: 0px;
}

.p-l-0 {
  padding-left: 0px;
}

.m-r-0 {
  margin-right: 0px;
}

.p-r-0 {
  padding-right: 0px;
}

.m-0 {
  margin: 0px;
}

.p-0 {
  padding: 0px;
}

.m-x-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.m-y-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.p-x-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.p-y-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.m-t-0\.1 {
  margin-top: 1px;
}

.p-t-0\.1 {
  padding-top: 1px;
}

.m-b-0\.1 {
  margin-bottom: 1px;
}

.p-b-0\.1 {
  padding-bottom: 1px;
}

.m-l-0\.1 {
  margin-left: 1px;
}

.p-l-0\.1 {
  padding-left: 1px;
}

.m-r-0\.1 {
  margin-right: 1px;
}

.p-r-0\.1 {
  padding-right: 1px;
}

.m-0\.1 {
  margin: 1px;
}

.p-0\.1 {
  padding: 1px;
}

.m-x-0\.1 {
  margin-left: 1px;
  margin-right: 1px;
}

.m-y-0\.1 {
  margin-top: 1px;
  margin-bottom: 1px;
}

.p-x-0\.1 {
  padding-left: 1px;
  padding-right: 1px;
}

.p-y-0\.1 {
  padding-top: 1px;
  padding-bottom: 1px;
}

.m-t-0\.2 {
  margin-top: 2px;
}

.p-t-0\.2 {
  padding-top: 2px;
}

.m-b-0\.2 {
  margin-bottom: 2px;
}

.p-b-0\.2 {
  padding-bottom: 2px;
}

.m-l-0\.2 {
  margin-left: 2px;
}

.p-l-0\.2 {
  padding-left: 2px;
}

.m-r-0\.2 {
  margin-right: 2px;
}

.p-r-0\.2 {
  padding-right: 2px;
}

.m-0\.2 {
  margin: 2px;
}

.p-0\.2 {
  padding: 2px;
}

.m-x-0\.2 {
  margin-left: 2px;
  margin-right: 2px;
}

.m-y-0\.2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.p-x-0\.2 {
  padding-left: 2px;
  padding-right: 2px;
}

.p-y-0\.2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.m-t-0\.3 {
  margin-top: 3px;
}

.p-t-0\.3 {
  padding-top: 3px;
}

.m-b-0\.3 {
  margin-bottom: 3px;
}

.p-b-0\.3 {
  padding-bottom: 3px;
}

.m-l-0\.3 {
  margin-left: 3px;
}

.p-l-0\.3 {
  padding-left: 3px;
}

.m-r-0\.3 {
  margin-right: 3px;
}

.p-r-0\.3 {
  padding-right: 3px;
}

.m-0\.3 {
  margin: 3px;
}

.p-0\.3 {
  padding: 3px;
}

.m-x-0\.3 {
  margin-left: 3px;
  margin-right: 3px;
}

.m-y-0\.3 {
  margin-top: 3px;
  margin-bottom: 3px;
}

.p-x-0\.3 {
  padding-left: 3px;
  padding-right: 3px;
}

.p-y-0\.3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.m-t-0\.4 {
  margin-top: 4px;
}

.p-t-0\.4 {
  padding-top: 4px;
}

.m-b-0\.4 {
  margin-bottom: 4px;
}

.p-b-0\.4 {
  padding-bottom: 4px;
}

.m-l-0\.4 {
  margin-left: 4px;
}

.p-l-0\.4 {
  padding-left: 4px;
}

.m-r-0\.4 {
  margin-right: 4px;
}

.p-r-0\.4 {
  padding-right: 4px;
}

.m-0\.4 {
  margin: 4px;
}

.p-0\.4 {
  padding: 4px;
}

.m-x-0\.4 {
  margin-left: 4px;
  margin-right: 4px;
}

.m-y-0\.4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.p-x-0\.4 {
  padding-left: 4px;
  padding-right: 4px;
}

.p-y-0\.4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.m-t-0\.5 {
  margin-top: 5px;
}

.p-t-0\.5 {
  padding-top: 5px;
}

.m-b-0\.5 {
  margin-bottom: 5px;
}

.p-b-0\.5 {
  padding-bottom: 5px;
}

.m-l-0\.5 {
  margin-left: 5px;
}

.p-l-0\.5 {
  padding-left: 5px;
}

.m-r-0\.5 {
  margin-right: 5px;
}

.p-r-0\.5 {
  padding-right: 5px;
}

.m-0\.5 {
  margin: 5px;
}

.p-0\.5 {
  padding: 5px;
}

.m-x-0\.5 {
  margin-left: 5px;
  margin-right: 5px;
}

.m-y-0\.5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.p-x-0\.5 {
  padding-left: 5px;
  padding-right: 5px;
}

.p-y-0\.5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.m-t-0\.6 {
  margin-top: 6px;
}

.p-t-0\.6 {
  padding-top: 6px;
}

.m-b-0\.6 {
  margin-bottom: 6px;
}

.p-b-0\.6 {
  padding-bottom: 6px;
}

.m-l-0\.6 {
  margin-left: 6px;
}

.p-l-0\.6 {
  padding-left: 6px;
}

.m-r-0\.6 {
  margin-right: 6px;
}

.p-r-0\.6 {
  padding-right: 6px;
}

.m-0\.6 {
  margin: 6px;
}

.p-0\.6 {
  padding: 6px;
}

.m-x-0\.6 {
  margin-left: 6px;
  margin-right: 6px;
}

.m-y-0\.6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.p-x-0\.6 {
  padding-left: 6px;
  padding-right: 6px;
}

.p-y-0\.6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.m-t-0\.7 {
  margin-top: 7px;
}

.p-t-0\.7 {
  padding-top: 7px;
}

.m-b-0\.7 {
  margin-bottom: 7px;
}

.p-b-0\.7 {
  padding-bottom: 7px;
}

.m-l-0\.7 {
  margin-left: 7px;
}

.p-l-0\.7 {
  padding-left: 7px;
}

.m-r-0\.7 {
  margin-right: 7px;
}

.p-r-0\.7 {
  padding-right: 7px;
}

.m-0\.7 {
  margin: 7px;
}

.p-0\.7 {
  padding: 7px;
}

.m-x-0\.7 {
  margin-left: 7px;
  margin-right: 7px;
}

.m-y-0\.7 {
  margin-top: 7px;
  margin-bottom: 7px;
}

.p-x-0\.7 {
  padding-left: 7px;
  padding-right: 7px;
}

.p-y-0\.7 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.m-t-0\.8 {
  margin-top: 8px;
}

.p-t-0\.8 {
  padding-top: 8px;
}

.m-b-0\.8 {
  margin-bottom: 8px;
}

.p-b-0\.8 {
  padding-bottom: 8px;
}

.m-l-0\.8 {
  margin-left: 8px;
}

.p-l-0\.8 {
  padding-left: 8px;
}

.m-r-0\.8 {
  margin-right: 8px;
}

.p-r-0\.8 {
  padding-right: 8px;
}

.m-0\.8 {
  margin: 8px;
}

.p-0\.8 {
  padding: 8px;
}

.m-x-0\.8 {
  margin-left: 8px;
  margin-right: 8px;
}

.m-y-0\.8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.p-x-0\.8 {
  padding-left: 8px;
  padding-right: 8px;
}

.p-y-0\.8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.m-t-0\.9 {
  margin-top: 9px;
}

.p-t-0\.9 {
  padding-top: 9px;
}

.m-b-0\.9 {
  margin-bottom: 9px;
}

.p-b-0\.9 {
  padding-bottom: 9px;
}

.m-l-0\.9 {
  margin-left: 9px;
}

.p-l-0\.9 {
  padding-left: 9px;
}

.m-r-0\.9 {
  margin-right: 9px;
}

.p-r-0\.9 {
  padding-right: 9px;
}

.m-0\.9 {
  margin: 9px;
}

.p-0\.9 {
  padding: 9px;
}

.m-x-0\.9 {
  margin-left: 9px;
  margin-right: 9px;
}

.m-y-0\.9 {
  margin-top: 9px;
  margin-bottom: 9px;
}

.p-x-0\.9 {
  padding-left: 9px;
  padding-right: 9px;
}

.p-y-0\.9 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.m-t-1 {
  margin-top: 10px;
}

.p-t-1 {
  padding-top: 10px;
}

.m-b-1 {
  margin-bottom: 10px;
}

.p-b-1 {
  padding-bottom: 10px;
}

.m-l-1 {
  margin-left: 10px;
}

.p-l-1 {
  padding-left: 10px;
}

.m-r-1 {
  margin-right: 10px;
}

.p-r-1 {
  padding-right: 10px;
}

.m-1 {
  margin: 10px;
}

.p-1 {
  padding: 10px;
}

.m-x-1 {
  margin-left: 10px;
  margin-right: 10px;
}

.m-y-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-x-1 {
  padding-left: 10px;
  padding-right: 10px;
}

.p-y-1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.m-t-1\.1 {
  margin-top: 11px;
}

.p-t-1\.1 {
  padding-top: 11px;
}

.m-b-1\.1 {
  margin-bottom: 11px;
}

.p-b-1\.1 {
  padding-bottom: 11px;
}

.m-l-1\.1 {
  margin-left: 11px;
}

.p-l-1\.1 {
  padding-left: 11px;
}

.m-r-1\.1 {
  margin-right: 11px;
}

.p-r-1\.1 {
  padding-right: 11px;
}

.m-1\.1 {
  margin: 11px;
}

.p-1\.1 {
  padding: 11px;
}

.m-x-1\.1 {
  margin-left: 11px;
  margin-right: 11px;
}

.m-y-1\.1 {
  margin-top: 11px;
  margin-bottom: 11px;
}

.p-x-1\.1 {
  padding-left: 11px;
  padding-right: 11px;
}

.p-y-1\.1 {
  padding-top: 11px;
  padding-bottom: 11px;
}

.m-t-1\.2 {
  margin-top: 12px;
}

.p-t-1\.2 {
  padding-top: 12px;
}

.m-b-1\.2 {
  margin-bottom: 12px;
}

.p-b-1\.2 {
  padding-bottom: 12px;
}

.m-l-1\.2 {
  margin-left: 12px;
}

.p-l-1\.2 {
  padding-left: 12px;
}

.m-r-1\.2 {
  margin-right: 12px;
}

.p-r-1\.2 {
  padding-right: 12px;
}

.m-1\.2 {
  margin: 12px;
}

.p-1\.2 {
  padding: 12px;
}

.m-x-1\.2 {
  margin-left: 12px;
  margin-right: 12px;
}

.m-y-1\.2 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.p-x-1\.2 {
  padding-left: 12px;
  padding-right: 12px;
}

.p-y-1\.2 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.m-t-1\.3 {
  margin-top: 13px;
}

.p-t-1\.3 {
  padding-top: 13px;
}

.m-b-1\.3 {
  margin-bottom: 13px;
}

.p-b-1\.3 {
  padding-bottom: 13px;
}

.m-l-1\.3 {
  margin-left: 13px;
}

.p-l-1\.3 {
  padding-left: 13px;
}

.m-r-1\.3 {
  margin-right: 13px;
}

.p-r-1\.3 {
  padding-right: 13px;
}

.m-1\.3 {
  margin: 13px;
}

.p-1\.3 {
  padding: 13px;
}

.m-x-1\.3 {
  margin-left: 13px;
  margin-right: 13px;
}

.m-y-1\.3 {
  margin-top: 13px;
  margin-bottom: 13px;
}

.p-x-1\.3 {
  padding-left: 13px;
  padding-right: 13px;
}

.p-y-1\.3 {
  padding-top: 13px;
  padding-bottom: 13px;
}

.m-t-1\.4 {
  margin-top: 14px;
}

.p-t-1\.4 {
  padding-top: 14px;
}

.m-b-1\.4 {
  margin-bottom: 14px;
}

.p-b-1\.4 {
  padding-bottom: 14px;
}

.m-l-1\.4 {
  margin-left: 14px;
}

.p-l-1\.4 {
  padding-left: 14px;
}

.m-r-1\.4 {
  margin-right: 14px;
}

.p-r-1\.4 {
  padding-right: 14px;
}

.m-1\.4 {
  margin: 14px;
}

.p-1\.4 {
  padding: 14px;
}

.m-x-1\.4 {
  margin-left: 14px;
  margin-right: 14px;
}

.m-y-1\.4 {
  margin-top: 14px;
  margin-bottom: 14px;
}

.p-x-1\.4 {
  padding-left: 14px;
  padding-right: 14px;
}

.p-y-1\.4 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.m-t-1\.5 {
  margin-top: 15px;
}

.p-t-1\.5 {
  padding-top: 15px;
}

.m-b-1\.5 {
  margin-bottom: 15px;
}

.p-b-1\.5 {
  padding-bottom: 15px;
}

.m-l-1\.5 {
  margin-left: 15px;
}

.p-l-1\.5 {
  padding-left: 15px;
}

.m-r-1\.5 {
  margin-right: 15px;
}

.p-r-1\.5 {
  padding-right: 15px;
}

.m-1\.5 {
  margin: 15px;
}

.p-1\.5 {
  padding: 15px;
}

.m-x-1\.5 {
  margin-left: 15px;
  margin-right: 15px;
}

.m-y-1\.5 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.p-x-1\.5 {
  padding-left: 15px;
  padding-right: 15px;
}

.p-y-1\.5 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.m-t-1\.6 {
  margin-top: 16px;
}

.p-t-1\.6 {
  padding-top: 16px;
}

.m-b-1\.6 {
  margin-bottom: 16px;
}

.p-b-1\.6 {
  padding-bottom: 16px;
}

.m-l-1\.6 {
  margin-left: 16px;
}

.p-l-1\.6 {
  padding-left: 16px;
}

.m-r-1\.6 {
  margin-right: 16px;
}

.p-r-1\.6 {
  padding-right: 16px;
}

.m-1\.6 {
  margin: 16px;
}

.p-1\.6 {
  padding: 16px;
}

.m-x-1\.6 {
  margin-left: 16px;
  margin-right: 16px;
}

.m-y-1\.6 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.p-x-1\.6 {
  padding-left: 16px;
  padding-right: 16px;
}

.p-y-1\.6 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.m-t-1\.7 {
  margin-top: 17px;
}

.p-t-1\.7 {
  padding-top: 17px;
}

.m-b-1\.7 {
  margin-bottom: 17px;
}

.p-b-1\.7 {
  padding-bottom: 17px;
}

.m-l-1\.7 {
  margin-left: 17px;
}

.p-l-1\.7 {
  padding-left: 17px;
}

.m-r-1\.7 {
  margin-right: 17px;
}

.p-r-1\.7 {
  padding-right: 17px;
}

.m-1\.7 {
  margin: 17px;
}

.p-1\.7 {
  padding: 17px;
}

.m-x-1\.7 {
  margin-left: 17px;
  margin-right: 17px;
}

.m-y-1\.7 {
  margin-top: 17px;
  margin-bottom: 17px;
}

.p-x-1\.7 {
  padding-left: 17px;
  padding-right: 17px;
}

.p-y-1\.7 {
  padding-top: 17px;
  padding-bottom: 17px;
}

.m-t-1\.8 {
  margin-top: 18px;
}

.p-t-1\.8 {
  padding-top: 18px;
}

.m-b-1\.8 {
  margin-bottom: 18px;
}

.p-b-1\.8 {
  padding-bottom: 18px;
}

.m-l-1\.8 {
  margin-left: 18px;
}

.p-l-1\.8 {
  padding-left: 18px;
}

.m-r-1\.8 {
  margin-right: 18px;
}

.p-r-1\.8 {
  padding-right: 18px;
}

.m-1\.8 {
  margin: 18px;
}

.p-1\.8 {
  padding: 18px;
}

.m-x-1\.8 {
  margin-left: 18px;
  margin-right: 18px;
}

.m-y-1\.8 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.p-x-1\.8 {
  padding-left: 18px;
  padding-right: 18px;
}

.p-y-1\.8 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.m-t-1\.9 {
  margin-top: 19px;
}

.p-t-1\.9 {
  padding-top: 19px;
}

.m-b-1\.9 {
  margin-bottom: 19px;
}

.p-b-1\.9 {
  padding-bottom: 19px;
}

.m-l-1\.9 {
  margin-left: 19px;
}

.p-l-1\.9 {
  padding-left: 19px;
}

.m-r-1\.9 {
  margin-right: 19px;
}

.p-r-1\.9 {
  padding-right: 19px;
}

.m-1\.9 {
  margin: 19px;
}

.p-1\.9 {
  padding: 19px;
}

.m-x-1\.9 {
  margin-left: 19px;
  margin-right: 19px;
}

.m-y-1\.9 {
  margin-top: 19px;
  margin-bottom: 19px;
}

.p-x-1\.9 {
  padding-left: 19px;
  padding-right: 19px;
}

.p-y-1\.9 {
  padding-top: 19px;
  padding-bottom: 19px;
}

.m-t-2 {
  margin-top: 20px;
}

.p-t-2 {
  padding-top: 20px;
}

.m-b-2 {
  margin-bottom: 20px;
}

.p-b-2 {
  padding-bottom: 20px;
}

.m-l-2 {
  margin-left: 20px;
}

.p-l-2 {
  padding-left: 20px;
}

.m-r-2 {
  margin-right: 20px;
}

.p-r-2 {
  padding-right: 20px;
}

.m-2 {
  margin: 20px;
}

.p-2 {
  padding: 20px;
}

.m-x-2 {
  margin-left: 20px;
  margin-right: 20px;
}

.m-y-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-x-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.p-y-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.m-t-2\.1 {
  margin-top: 21px;
}

.p-t-2\.1 {
  padding-top: 21px;
}

.m-b-2\.1 {
  margin-bottom: 21px;
}

.p-b-2\.1 {
  padding-bottom: 21px;
}

.m-l-2\.1 {
  margin-left: 21px;
}

.p-l-2\.1 {
  padding-left: 21px;
}

.m-r-2\.1 {
  margin-right: 21px;
}

.p-r-2\.1 {
  padding-right: 21px;
}

.m-2\.1 {
  margin: 21px;
}

.p-2\.1 {
  padding: 21px;
}

.m-x-2\.1 {
  margin-left: 21px;
  margin-right: 21px;
}

.m-y-2\.1 {
  margin-top: 21px;
  margin-bottom: 21px;
}

.p-x-2\.1 {
  padding-left: 21px;
  padding-right: 21px;
}

.p-y-2\.1 {
  padding-top: 21px;
  padding-bottom: 21px;
}

.m-t-2\.2 {
  margin-top: 22px;
}

.p-t-2\.2 {
  padding-top: 22px;
}

.m-b-2\.2 {
  margin-bottom: 22px;
}

.p-b-2\.2 {
  padding-bottom: 22px;
}

.m-l-2\.2 {
  margin-left: 22px;
}

.p-l-2\.2 {
  padding-left: 22px;
}

.m-r-2\.2 {
  margin-right: 22px;
}

.p-r-2\.2 {
  padding-right: 22px;
}

.m-2\.2 {
  margin: 22px;
}

.p-2\.2 {
  padding: 22px;
}

.m-x-2\.2 {
  margin-left: 22px;
  margin-right: 22px;
}

.m-y-2\.2 {
  margin-top: 22px;
  margin-bottom: 22px;
}

.p-x-2\.2 {
  padding-left: 22px;
  padding-right: 22px;
}

.p-y-2\.2 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.m-t-2\.3 {
  margin-top: 23px;
}

.p-t-2\.3 {
  padding-top: 23px;
}

.m-b-2\.3 {
  margin-bottom: 23px;
}

.p-b-2\.3 {
  padding-bottom: 23px;
}

.m-l-2\.3 {
  margin-left: 23px;
}

.p-l-2\.3 {
  padding-left: 23px;
}

.m-r-2\.3 {
  margin-right: 23px;
}

.p-r-2\.3 {
  padding-right: 23px;
}

.m-2\.3 {
  margin: 23px;
}

.p-2\.3 {
  padding: 23px;
}

.m-x-2\.3 {
  margin-left: 23px;
  margin-right: 23px;
}

.m-y-2\.3 {
  margin-top: 23px;
  margin-bottom: 23px;
}

.p-x-2\.3 {
  padding-left: 23px;
  padding-right: 23px;
}

.p-y-2\.3 {
  padding-top: 23px;
  padding-bottom: 23px;
}

.m-t-2\.4 {
  margin-top: 24px;
}

.p-t-2\.4 {
  padding-top: 24px;
}

.m-b-2\.4 {
  margin-bottom: 24px;
}

.p-b-2\.4 {
  padding-bottom: 24px;
}

.m-l-2\.4 {
  margin-left: 24px;
}

.p-l-2\.4 {
  padding-left: 24px;
}

.m-r-2\.4 {
  margin-right: 24px;
}

.p-r-2\.4 {
  padding-right: 24px;
}

.m-2\.4 {
  margin: 24px;
}

.p-2\.4 {
  padding: 24px;
}

.m-x-2\.4 {
  margin-left: 24px;
  margin-right: 24px;
}

.m-y-2\.4 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.p-x-2\.4 {
  padding-left: 24px;
  padding-right: 24px;
}

.p-y-2\.4 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.m-t-2\.5 {
  margin-top: 25px;
}

.p-t-2\.5 {
  padding-top: 25px;
}

.m-b-2\.5 {
  margin-bottom: 25px;
}

.p-b-2\.5 {
  padding-bottom: 25px;
}

.m-l-2\.5 {
  margin-left: 25px;
}

.p-l-2\.5 {
  padding-left: 25px;
}

.m-r-2\.5 {
  margin-right: 25px;
}

.p-r-2\.5 {
  padding-right: 25px;
}

.m-2\.5 {
  margin: 25px;
}

.p-2\.5 {
  padding: 25px;
}

.m-x-2\.5 {
  margin-left: 25px;
  margin-right: 25px;
}

.m-y-2\.5 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.p-x-2\.5 {
  padding-left: 25px;
  padding-right: 25px;
}

.p-y-2\.5 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.m-t-2\.6 {
  margin-top: 26px;
}

.p-t-2\.6 {
  padding-top: 26px;
}

.m-b-2\.6 {
  margin-bottom: 26px;
}

.p-b-2\.6 {
  padding-bottom: 26px;
}

.m-l-2\.6 {
  margin-left: 26px;
}

.p-l-2\.6 {
  padding-left: 26px;
}

.m-r-2\.6 {
  margin-right: 26px;
}

.p-r-2\.6 {
  padding-right: 26px;
}

.m-2\.6 {
  margin: 26px;
}

.p-2\.6 {
  padding: 26px;
}

.m-x-2\.6 {
  margin-left: 26px;
  margin-right: 26px;
}

.m-y-2\.6 {
  margin-top: 26px;
  margin-bottom: 26px;
}

.p-x-2\.6 {
  padding-left: 26px;
  padding-right: 26px;
}

.p-y-2\.6 {
  padding-top: 26px;
  padding-bottom: 26px;
}

.m-t-2\.7 {
  margin-top: 27px;
}

.p-t-2\.7 {
  padding-top: 27px;
}

.m-b-2\.7 {
  margin-bottom: 27px;
}

.p-b-2\.7 {
  padding-bottom: 27px;
}

.m-l-2\.7 {
  margin-left: 27px;
}

.p-l-2\.7 {
  padding-left: 27px;
}

.m-r-2\.7 {
  margin-right: 27px;
}

.p-r-2\.7 {
  padding-right: 27px;
}

.m-2\.7 {
  margin: 27px;
}

.p-2\.7 {
  padding: 27px;
}

.m-x-2\.7 {
  margin-left: 27px;
  margin-right: 27px;
}

.m-y-2\.7 {
  margin-top: 27px;
  margin-bottom: 27px;
}

.p-x-2\.7 {
  padding-left: 27px;
  padding-right: 27px;
}

.p-y-2\.7 {
  padding-top: 27px;
  padding-bottom: 27px;
}

.m-t-2\.8 {
  margin-top: 28px;
}

.p-t-2\.8 {
  padding-top: 28px;
}

.m-b-2\.8 {
  margin-bottom: 28px;
}

.p-b-2\.8 {
  padding-bottom: 28px;
}

.m-l-2\.8 {
  margin-left: 28px;
}

.p-l-2\.8 {
  padding-left: 28px;
}

.m-r-2\.8 {
  margin-right: 28px;
}

.p-r-2\.8 {
  padding-right: 28px;
}

.m-2\.8 {
  margin: 28px;
}

.p-2\.8 {
  padding: 28px;
}

.m-x-2\.8 {
  margin-left: 28px;
  margin-right: 28px;
}

.m-y-2\.8 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.p-x-2\.8 {
  padding-left: 28px;
  padding-right: 28px;
}

.p-y-2\.8 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.m-t-2\.9 {
  margin-top: 29px;
}

.p-t-2\.9 {
  padding-top: 29px;
}

.m-b-2\.9 {
  margin-bottom: 29px;
}

.p-b-2\.9 {
  padding-bottom: 29px;
}

.m-l-2\.9 {
  margin-left: 29px;
}

.p-l-2\.9 {
  padding-left: 29px;
}

.m-r-2\.9 {
  margin-right: 29px;
}

.p-r-2\.9 {
  padding-right: 29px;
}

.m-2\.9 {
  margin: 29px;
}

.p-2\.9 {
  padding: 29px;
}

.m-x-2\.9 {
  margin-left: 29px;
  margin-right: 29px;
}

.m-y-2\.9 {
  margin-top: 29px;
  margin-bottom: 29px;
}

.p-x-2\.9 {
  padding-left: 29px;
  padding-right: 29px;
}

.p-y-2\.9 {
  padding-top: 29px;
  padding-bottom: 29px;
}

.m-t-3 {
  margin-top: 30px;
}

.p-t-3 {
  padding-top: 30px;
}

.m-b-3 {
  margin-bottom: 30px;
}

.p-b-3 {
  padding-bottom: 30px;
}

.m-l-3 {
  margin-left: 30px;
}

.p-l-3 {
  padding-left: 30px;
}

.m-r-3 {
  margin-right: 30px;
}

.p-r-3 {
  padding-right: 30px;
}

.m-3 {
  margin: 30px;
}

.p-3 {
  padding: 30px;
}

.m-x-3 {
  margin-left: 30px;
  margin-right: 30px;
}

.m-y-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-x-3 {
  padding-left: 30px;
  padding-right: 30px;
}

.p-y-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.m-t-3\.1 {
  margin-top: 31px;
}

.p-t-3\.1 {
  padding-top: 31px;
}

.m-b-3\.1 {
  margin-bottom: 31px;
}

.p-b-3\.1 {
  padding-bottom: 31px;
}

.m-l-3\.1 {
  margin-left: 31px;
}

.p-l-3\.1 {
  padding-left: 31px;
}

.m-r-3\.1 {
  margin-right: 31px;
}

.p-r-3\.1 {
  padding-right: 31px;
}

.m-3\.1 {
  margin: 31px;
}

.p-3\.1 {
  padding: 31px;
}

.m-x-3\.1 {
  margin-left: 31px;
  margin-right: 31px;
}

.m-y-3\.1 {
  margin-top: 31px;
  margin-bottom: 31px;
}

.p-x-3\.1 {
  padding-left: 31px;
  padding-right: 31px;
}

.p-y-3\.1 {
  padding-top: 31px;
  padding-bottom: 31px;
}

.m-t-3\.2 {
  margin-top: 32px;
}

.p-t-3\.2 {
  padding-top: 32px;
}

.m-b-3\.2 {
  margin-bottom: 32px;
}

.p-b-3\.2 {
  padding-bottom: 32px;
}

.m-l-3\.2 {
  margin-left: 32px;
}

.p-l-3\.2 {
  padding-left: 32px;
}

.m-r-3\.2 {
  margin-right: 32px;
}

.p-r-3\.2 {
  padding-right: 32px;
}

.m-3\.2 {
  margin: 32px;
}

.p-3\.2 {
  padding: 32px;
}

.m-x-3\.2 {
  margin-left: 32px;
  margin-right: 32px;
}

.m-y-3\.2 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.p-x-3\.2 {
  padding-left: 32px;
  padding-right: 32px;
}

.p-y-3\.2 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.m-t-3\.3 {
  margin-top: 33px;
}

.p-t-3\.3 {
  padding-top: 33px;
}

.m-b-3\.3 {
  margin-bottom: 33px;
}

.p-b-3\.3 {
  padding-bottom: 33px;
}

.m-l-3\.3 {
  margin-left: 33px;
}

.p-l-3\.3 {
  padding-left: 33px;
}

.m-r-3\.3 {
  margin-right: 33px;
}

.p-r-3\.3 {
  padding-right: 33px;
}

.m-3\.3 {
  margin: 33px;
}

.p-3\.3 {
  padding: 33px;
}

.m-x-3\.3 {
  margin-left: 33px;
  margin-right: 33px;
}

.m-y-3\.3 {
  margin-top: 33px;
  margin-bottom: 33px;
}

.p-x-3\.3 {
  padding-left: 33px;
  padding-right: 33px;
}

.p-y-3\.3 {
  padding-top: 33px;
  padding-bottom: 33px;
}

.m-t-3\.4 {
  margin-top: 34px;
}

.p-t-3\.4 {
  padding-top: 34px;
}

.m-b-3\.4 {
  margin-bottom: 34px;
}

.p-b-3\.4 {
  padding-bottom: 34px;
}

.m-l-3\.4 {
  margin-left: 34px;
}

.p-l-3\.4 {
  padding-left: 34px;
}

.m-r-3\.4 {
  margin-right: 34px;
}

.p-r-3\.4 {
  padding-right: 34px;
}

.m-3\.4 {
  margin: 34px;
}

.p-3\.4 {
  padding: 34px;
}

.m-x-3\.4 {
  margin-left: 34px;
  margin-right: 34px;
}

.m-y-3\.4 {
  margin-top: 34px;
  margin-bottom: 34px;
}

.p-x-3\.4 {
  padding-left: 34px;
  padding-right: 34px;
}

.p-y-3\.4 {
  padding-top: 34px;
  padding-bottom: 34px;
}

.m-t-3\.5 {
  margin-top: 35px;
}

.p-t-3\.5 {
  padding-top: 35px;
}

.m-b-3\.5 {
  margin-bottom: 35px;
}

.p-b-3\.5 {
  padding-bottom: 35px;
}

.m-l-3\.5 {
  margin-left: 35px;
}

.p-l-3\.5 {
  padding-left: 35px;
}

.m-r-3\.5 {
  margin-right: 35px;
}

.p-r-3\.5 {
  padding-right: 35px;
}

.m-3\.5 {
  margin: 35px;
}

.p-3\.5 {
  padding: 35px;
}

.m-x-3\.5 {
  margin-left: 35px;
  margin-right: 35px;
}

.m-y-3\.5 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.p-x-3\.5 {
  padding-left: 35px;
  padding-right: 35px;
}

.p-y-3\.5 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.m-t-3\.6 {
  margin-top: 36px;
}

.p-t-3\.6 {
  padding-top: 36px;
}

.m-b-3\.6 {
  margin-bottom: 36px;
}

.p-b-3\.6 {
  padding-bottom: 36px;
}

.m-l-3\.6 {
  margin-left: 36px;
}

.p-l-3\.6 {
  padding-left: 36px;
}

.m-r-3\.6 {
  margin-right: 36px;
}

.p-r-3\.6 {
  padding-right: 36px;
}

.m-3\.6 {
  margin: 36px;
}

.p-3\.6 {
  padding: 36px;
}

.m-x-3\.6 {
  margin-left: 36px;
  margin-right: 36px;
}

.m-y-3\.6 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.p-x-3\.6 {
  padding-left: 36px;
  padding-right: 36px;
}

.p-y-3\.6 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.m-t-3\.7 {
  margin-top: 37px;
}

.p-t-3\.7 {
  padding-top: 37px;
}

.m-b-3\.7 {
  margin-bottom: 37px;
}

.p-b-3\.7 {
  padding-bottom: 37px;
}

.m-l-3\.7 {
  margin-left: 37px;
}

.p-l-3\.7 {
  padding-left: 37px;
}

.m-r-3\.7 {
  margin-right: 37px;
}

.p-r-3\.7 {
  padding-right: 37px;
}

.m-3\.7 {
  margin: 37px;
}

.p-3\.7 {
  padding: 37px;
}

.m-x-3\.7 {
  margin-left: 37px;
  margin-right: 37px;
}

.m-y-3\.7 {
  margin-top: 37px;
  margin-bottom: 37px;
}

.p-x-3\.7 {
  padding-left: 37px;
  padding-right: 37px;
}

.p-y-3\.7 {
  padding-top: 37px;
  padding-bottom: 37px;
}

.m-t-3\.8 {
  margin-top: 38px;
}

.p-t-3\.8 {
  padding-top: 38px;
}

.m-b-3\.8 {
  margin-bottom: 38px;
}

.p-b-3\.8 {
  padding-bottom: 38px;
}

.m-l-3\.8 {
  margin-left: 38px;
}

.p-l-3\.8 {
  padding-left: 38px;
}

.m-r-3\.8 {
  margin-right: 38px;
}

.p-r-3\.8 {
  padding-right: 38px;
}

.m-3\.8 {
  margin: 38px;
}

.p-3\.8 {
  padding: 38px;
}

.m-x-3\.8 {
  margin-left: 38px;
  margin-right: 38px;
}

.m-y-3\.8 {
  margin-top: 38px;
  margin-bottom: 38px;
}

.p-x-3\.8 {
  padding-left: 38px;
  padding-right: 38px;
}

.p-y-3\.8 {
  padding-top: 38px;
  padding-bottom: 38px;
}

.m-t-3\.9 {
  margin-top: 39px;
}

.p-t-3\.9 {
  padding-top: 39px;
}

.m-b-3\.9 {
  margin-bottom: 39px;
}

.p-b-3\.9 {
  padding-bottom: 39px;
}

.m-l-3\.9 {
  margin-left: 39px;
}

.p-l-3\.9 {
  padding-left: 39px;
}

.m-r-3\.9 {
  margin-right: 39px;
}

.p-r-3\.9 {
  padding-right: 39px;
}

.m-3\.9 {
  margin: 39px;
}

.p-3\.9 {
  padding: 39px;
}

.m-x-3\.9 {
  margin-left: 39px;
  margin-right: 39px;
}

.m-y-3\.9 {
  margin-top: 39px;
  margin-bottom: 39px;
}

.p-x-3\.9 {
  padding-left: 39px;
  padding-right: 39px;
}

.p-y-3\.9 {
  padding-top: 39px;
  padding-bottom: 39px;
}

.m-t-4 {
  margin-top: 40px;
}

.p-t-4 {
  padding-top: 40px;
}

.m-b-4 {
  margin-bottom: 40px;
}

.p-b-4 {
  padding-bottom: 40px;
}

.m-l-4 {
  margin-left: 40px;
}

.p-l-4 {
  padding-left: 40px;
}

.m-r-4 {
  margin-right: 40px;
}

.p-r-4 {
  padding-right: 40px;
}

.m-4 {
  margin: 40px;
}

.p-4 {
  padding: 40px;
}

.m-x-4 {
  margin-left: 40px;
  margin-right: 40px;
}

.m-y-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-x-4 {
  padding-left: 40px;
  padding-right: 40px;
}

.p-y-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.m-t-4\.1 {
  margin-top: 41px;
}

.p-t-4\.1 {
  padding-top: 41px;
}

.m-b-4\.1 {
  margin-bottom: 41px;
}

.p-b-4\.1 {
  padding-bottom: 41px;
}

.m-l-4\.1 {
  margin-left: 41px;
}

.p-l-4\.1 {
  padding-left: 41px;
}

.m-r-4\.1 {
  margin-right: 41px;
}

.p-r-4\.1 {
  padding-right: 41px;
}

.m-4\.1 {
  margin: 41px;
}

.p-4\.1 {
  padding: 41px;
}

.m-x-4\.1 {
  margin-left: 41px;
  margin-right: 41px;
}

.m-y-4\.1 {
  margin-top: 41px;
  margin-bottom: 41px;
}

.p-x-4\.1 {
  padding-left: 41px;
  padding-right: 41px;
}

.p-y-4\.1 {
  padding-top: 41px;
  padding-bottom: 41px;
}

.m-t-4\.2 {
  margin-top: 42px;
}

.p-t-4\.2 {
  padding-top: 42px;
}

.m-b-4\.2 {
  margin-bottom: 42px;
}

.p-b-4\.2 {
  padding-bottom: 42px;
}

.m-l-4\.2 {
  margin-left: 42px;
}

.p-l-4\.2 {
  padding-left: 42px;
}

.m-r-4\.2 {
  margin-right: 42px;
}

.p-r-4\.2 {
  padding-right: 42px;
}

.m-4\.2 {
  margin: 42px;
}

.p-4\.2 {
  padding: 42px;
}

.m-x-4\.2 {
  margin-left: 42px;
  margin-right: 42px;
}

.m-y-4\.2 {
  margin-top: 42px;
  margin-bottom: 42px;
}

.p-x-4\.2 {
  padding-left: 42px;
  padding-right: 42px;
}

.p-y-4\.2 {
  padding-top: 42px;
  padding-bottom: 42px;
}

.m-t-4\.3 {
  margin-top: 43px;
}

.p-t-4\.3 {
  padding-top: 43px;
}

.m-b-4\.3 {
  margin-bottom: 43px;
}

.p-b-4\.3 {
  padding-bottom: 43px;
}

.m-l-4\.3 {
  margin-left: 43px;
}

.p-l-4\.3 {
  padding-left: 43px;
}

.m-r-4\.3 {
  margin-right: 43px;
}

.p-r-4\.3 {
  padding-right: 43px;
}

.m-4\.3 {
  margin: 43px;
}

.p-4\.3 {
  padding: 43px;
}

.m-x-4\.3 {
  margin-left: 43px;
  margin-right: 43px;
}

.m-y-4\.3 {
  margin-top: 43px;
  margin-bottom: 43px;
}

.p-x-4\.3 {
  padding-left: 43px;
  padding-right: 43px;
}

.p-y-4\.3 {
  padding-top: 43px;
  padding-bottom: 43px;
}

.m-t-4\.4 {
  margin-top: 44px;
}

.p-t-4\.4 {
  padding-top: 44px;
}

.m-b-4\.4 {
  margin-bottom: 44px;
}

.p-b-4\.4 {
  padding-bottom: 44px;
}

.m-l-4\.4 {
  margin-left: 44px;
}

.p-l-4\.4 {
  padding-left: 44px;
}

.m-r-4\.4 {
  margin-right: 44px;
}

.p-r-4\.4 {
  padding-right: 44px;
}

.m-4\.4 {
  margin: 44px;
}

.p-4\.4 {
  padding: 44px;
}

.m-x-4\.4 {
  margin-left: 44px;
  margin-right: 44px;
}

.m-y-4\.4 {
  margin-top: 44px;
  margin-bottom: 44px;
}

.p-x-4\.4 {
  padding-left: 44px;
  padding-right: 44px;
}

.p-y-4\.4 {
  padding-top: 44px;
  padding-bottom: 44px;
}

.m-t-4\.5 {
  margin-top: 45px;
}

.p-t-4\.5 {
  padding-top: 45px;
}

.m-b-4\.5 {
  margin-bottom: 45px;
}

.p-b-4\.5 {
  padding-bottom: 45px;
}

.m-l-4\.5 {
  margin-left: 45px;
}

.p-l-4\.5 {
  padding-left: 45px;
}

.m-r-4\.5 {
  margin-right: 45px;
}

.p-r-4\.5 {
  padding-right: 45px;
}

.m-4\.5 {
  margin: 45px;
}

.p-4\.5 {
  padding: 45px;
}

.m-x-4\.5 {
  margin-left: 45px;
  margin-right: 45px;
}

.m-y-4\.5 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.p-x-4\.5 {
  padding-left: 45px;
  padding-right: 45px;
}

.p-y-4\.5 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.m-t-4\.6 {
  margin-top: 46px;
}

.p-t-4\.6 {
  padding-top: 46px;
}

.m-b-4\.6 {
  margin-bottom: 46px;
}

.p-b-4\.6 {
  padding-bottom: 46px;
}

.m-l-4\.6 {
  margin-left: 46px;
}

.p-l-4\.6 {
  padding-left: 46px;
}

.m-r-4\.6 {
  margin-right: 46px;
}

.p-r-4\.6 {
  padding-right: 46px;
}

.m-4\.6 {
  margin: 46px;
}

.p-4\.6 {
  padding: 46px;
}

.m-x-4\.6 {
  margin-left: 46px;
  margin-right: 46px;
}

.m-y-4\.6 {
  margin-top: 46px;
  margin-bottom: 46px;
}

.p-x-4\.6 {
  padding-left: 46px;
  padding-right: 46px;
}

.p-y-4\.6 {
  padding-top: 46px;
  padding-bottom: 46px;
}

.m-t-4\.7 {
  margin-top: 47px;
}

.p-t-4\.7 {
  padding-top: 47px;
}

.m-b-4\.7 {
  margin-bottom: 47px;
}

.p-b-4\.7 {
  padding-bottom: 47px;
}

.m-l-4\.7 {
  margin-left: 47px;
}

.p-l-4\.7 {
  padding-left: 47px;
}

.m-r-4\.7 {
  margin-right: 47px;
}

.p-r-4\.7 {
  padding-right: 47px;
}

.m-4\.7 {
  margin: 47px;
}

.p-4\.7 {
  padding: 47px;
}

.m-x-4\.7 {
  margin-left: 47px;
  margin-right: 47px;
}

.m-y-4\.7 {
  margin-top: 47px;
  margin-bottom: 47px;
}

.p-x-4\.7 {
  padding-left: 47px;
  padding-right: 47px;
}

.p-y-4\.7 {
  padding-top: 47px;
  padding-bottom: 47px;
}

.m-t-4\.8 {
  margin-top: 48px;
}

.p-t-4\.8 {
  padding-top: 48px;
}

.m-b-4\.8 {
  margin-bottom: 48px;
}

.p-b-4\.8 {
  padding-bottom: 48px;
}

.m-l-4\.8 {
  margin-left: 48px;
}

.p-l-4\.8 {
  padding-left: 48px;
}

.m-r-4\.8 {
  margin-right: 48px;
}

.p-r-4\.8 {
  padding-right: 48px;
}

.m-4\.8 {
  margin: 48px;
}

.p-4\.8 {
  padding: 48px;
}

.m-x-4\.8 {
  margin-left: 48px;
  margin-right: 48px;
}

.m-y-4\.8 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.p-x-4\.8 {
  padding-left: 48px;
  padding-right: 48px;
}

.p-y-4\.8 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.m-t-4\.9 {
  margin-top: 49px;
}

.p-t-4\.9 {
  padding-top: 49px;
}

.m-b-4\.9 {
  margin-bottom: 49px;
}

.p-b-4\.9 {
  padding-bottom: 49px;
}

.m-l-4\.9 {
  margin-left: 49px;
}

.p-l-4\.9 {
  padding-left: 49px;
}

.m-r-4\.9 {
  margin-right: 49px;
}

.p-r-4\.9 {
  padding-right: 49px;
}

.m-4\.9 {
  margin: 49px;
}

.p-4\.9 {
  padding: 49px;
}

.m-x-4\.9 {
  margin-left: 49px;
  margin-right: 49px;
}

.m-y-4\.9 {
  margin-top: 49px;
  margin-bottom: 49px;
}

.p-x-4\.9 {
  padding-left: 49px;
  padding-right: 49px;
}

.p-y-4\.9 {
  padding-top: 49px;
  padding-bottom: 49px;
}

.m-t-5 {
  margin-top: 50px;
}

.p-t-5 {
  padding-top: 50px;
}

.m-b-5 {
  margin-bottom: 50px;
}

.p-b-5 {
  padding-bottom: 50px;
}

.m-l-5 {
  margin-left: 50px;
}

.p-l-5 {
  padding-left: 50px;
}

.m-r-5 {
  margin-right: 50px;
}

.p-r-5 {
  padding-right: 50px;
}

.m-5 {
  margin: 50px;
}

.p-5 {
  padding: 50px;
}

.m-x-5 {
  margin-left: 50px;
  margin-right: 50px;
}

.m-y-5 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.p-x-5 {
  padding-left: 50px;
  padding-right: 50px;
}

.p-y-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.m-t-6 {
  margin-top: 60px;
}

.p-t-6 {
  padding-top: 60px;
}

.m-b-6 {
  margin-bottom: 60px;
}

.p-b-6 {
  padding-bottom: 60px;
}

.m-l-6 {
  margin-left: 60px;
}

.p-l-6 {
  padding-left: 60px;
}

.m-r-6 {
  margin-right: 60px;
}

.p-r-6 {
  padding-right: 60px;
}

.m-6 {
  margin: 60px;
}

.p-6 {
  padding: 60px;
}

.m-x-6 {
  margin-left: 60px;
  margin-right: 60px;
}

.m-y-6 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.p-x-6 {
  padding-left: 60px;
  padding-right: 60px;
}

.p-y-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.m-t-7 {
  margin-top: 70px;
}

.p-t-7 {
  padding-top: 70px;
}

.m-b-7 {
  margin-bottom: 70px;
}

.p-b-7 {
  padding-bottom: 70px;
}

.m-l-7 {
  margin-left: 70px;
}

.p-l-7 {
  padding-left: 70px;
}

.m-r-7 {
  margin-right: 70px;
}

.p-r-7 {
  padding-right: 70px;
}

.m-7 {
  margin: 70px;
}

.p-7 {
  padding: 70px;
}

.m-x-7 {
  margin-left: 70px;
  margin-right: 70px;
}

.m-y-7 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.p-x-7 {
  padding-left: 70px;
  padding-right: 70px;
}

.p-y-7 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.m-t-8 {
  margin-top: 80px;
}

.p-t-8 {
  padding-top: 80px;
}

.m-b-8 {
  margin-bottom: 80px;
}

.p-b-8 {
  padding-bottom: 80px;
}

.m-l-8 {
  margin-left: 80px;
}

.p-l-8 {
  padding-left: 80px;
}

.m-r-8 {
  margin-right: 80px;
}

.p-r-8 {
  padding-right: 80px;
}

.m-8 {
  margin: 80px;
}

.p-8 {
  padding: 80px;
}

.m-x-8 {
  margin-left: 80px;
  margin-right: 80px;
}

.m-y-8 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.p-x-8 {
  padding-left: 80px;
  padding-right: 80px;
}

.p-y-8 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.m-t-9 {
  margin-top: 90px;
}

.p-t-9 {
  padding-top: 90px;
}

.m-b-9 {
  margin-bottom: 90px;
}

.p-b-9 {
  padding-bottom: 90px;
}

.m-l-9 {
  margin-left: 90px;
}

.p-l-9 {
  padding-left: 90px;
}

.m-r-9 {
  margin-right: 90px;
}

.p-r-9 {
  padding-right: 90px;
}

.m-9 {
  margin: 90px;
}

.p-9 {
  padding: 90px;
}

.m-x-9 {
  margin-left: 90px;
  margin-right: 90px;
}

.m-y-9 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.p-x-9 {
  padding-left: 90px;
  padding-right: 90px;
}

.p-y-9 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.m-t-10 {
  margin-top: 100px;
}

.p-t-10 {
  padding-top: 100px;
}

.m-b-10 {
  margin-bottom: 100px;
}

.p-b-10 {
  padding-bottom: 100px;
}

.m-l-10 {
  margin-left: 100px;
}

.p-l-10 {
  padding-left: 100px;
}

.m-r-10 {
  margin-right: 100px;
}

.p-r-10 {
  padding-right: 100px;
}

.m-10 {
  margin: 100px;
}

.p-10 {
  padding: 100px;
}

.m-x-10 {
  margin-left: 100px;
  margin-right: 100px;
}

.m-y-10 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.p-x-10 {
  padding-left: 100px;
  padding-right: 100px;
}

.p-y-10 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.m-t-11 {
  margin-top: 110px;
}

.p-t-11 {
  padding-top: 110px;
}

.m-b-11 {
  margin-bottom: 110px;
}

.p-b-11 {
  padding-bottom: 110px;
}

.m-l-11 {
  margin-left: 110px;
}

.p-l-11 {
  padding-left: 110px;
}

.m-r-11 {
  margin-right: 110px;
}

.p-r-11 {
  padding-right: 110px;
}

.m-11 {
  margin: 110px;
}

.p-11 {
  padding: 110px;
}

.m-x-11 {
  margin-left: 110px;
  margin-right: 110px;
}

.m-y-11 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.p-x-11 {
  padding-left: 110px;
  padding-right: 110px;
}

.p-y-11 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.m-t-12 {
  margin-top: 120px;
}

.p-t-12 {
  padding-top: 120px;
}

.m-b-12 {
  margin-bottom: 120px;
}

.p-b-12 {
  padding-bottom: 120px;
}

.m-l-12 {
  margin-left: 120px;
}

.p-l-12 {
  padding-left: 120px;
}

.m-r-12 {
  margin-right: 120px;
}

.p-r-12 {
  padding-right: 120px;
}

.m-12 {
  margin: 120px;
}

.p-12 {
  padding: 120px;
}

.m-x-12 {
  margin-left: 120px;
  margin-right: 120px;
}

.m-y-12 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.p-x-12 {
  padding-left: 120px;
  padding-right: 120px;
}

.p-y-12 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.m-t-13 {
  margin-top: 130px;
}

.p-t-13 {
  padding-top: 130px;
}

.m-b-13 {
  margin-bottom: 130px;
}

.p-b-13 {
  padding-bottom: 130px;
}

.m-l-13 {
  margin-left: 130px;
}

.p-l-13 {
  padding-left: 130px;
}

.m-r-13 {
  margin-right: 130px;
}

.p-r-13 {
  padding-right: 130px;
}

.m-13 {
  margin: 130px;
}

.p-13 {
  padding: 130px;
}

.m-x-13 {
  margin-left: 130px;
  margin-right: 130px;
}

.m-y-13 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.p-x-13 {
  padding-left: 130px;
  padding-right: 130px;
}

.p-y-13 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.m-t-14 {
  margin-top: 140px;
}

.p-t-14 {
  padding-top: 140px;
}

.m-b-14 {
  margin-bottom: 140px;
}

.p-b-14 {
  padding-bottom: 140px;
}

.m-l-14 {
  margin-left: 140px;
}

.p-l-14 {
  padding-left: 140px;
}

.m-r-14 {
  margin-right: 140px;
}

.p-r-14 {
  padding-right: 140px;
}

.m-14 {
  margin: 140px;
}

.p-14 {
  padding: 140px;
}

.m-x-14 {
  margin-left: 140px;
  margin-right: 140px;
}

.m-y-14 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.p-x-14 {
  padding-left: 140px;
  padding-right: 140px;
}

.p-y-14 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.m-t-15 {
  margin-top: 150px;
}

.p-t-15 {
  padding-top: 150px;
}

.m-b-15 {
  margin-bottom: 150px;
}

.p-b-15 {
  padding-bottom: 150px;
}

.m-l-15 {
  margin-left: 150px;
}

.p-l-15 {
  padding-left: 150px;
}

.m-r-15 {
  margin-right: 150px;
}

.p-r-15 {
  padding-right: 150px;
}

.m-15 {
  margin: 150px;
}

.p-15 {
  padding: 150px;
}

.m-x-15 {
  margin-left: 150px;
  margin-right: 150px;
}

.m-y-15 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.p-x-15 {
  padding-left: 150px;
  padding-right: 150px;
}

.p-y-15 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.m-t-16 {
  margin-top: 160px;
}

.p-t-16 {
  padding-top: 160px;
}

.m-b-16 {
  margin-bottom: 160px;
}

.p-b-16 {
  padding-bottom: 160px;
}

.m-l-16 {
  margin-left: 160px;
}

.p-l-16 {
  padding-left: 160px;
}

.m-r-16 {
  margin-right: 160px;
}

.p-r-16 {
  padding-right: 160px;
}

.m-16 {
  margin: 160px;
}

.p-16 {
  padding: 160px;
}

.m-x-16 {
  margin-left: 160px;
  margin-right: 160px;
}

.m-y-16 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.p-x-16 {
  padding-left: 160px;
  padding-right: 160px;
}

.p-y-16 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.m-t-17 {
  margin-top: 170px;
}

.p-t-17 {
  padding-top: 170px;
}

.m-b-17 {
  margin-bottom: 170px;
}

.p-b-17 {
  padding-bottom: 170px;
}

.m-l-17 {
  margin-left: 170px;
}

.p-l-17 {
  padding-left: 170px;
}

.m-r-17 {
  margin-right: 170px;
}

.p-r-17 {
  padding-right: 170px;
}

.m-17 {
  margin: 170px;
}

.p-17 {
  padding: 170px;
}

.m-x-17 {
  margin-left: 170px;
  margin-right: 170px;
}

.m-y-17 {
  margin-top: 170px;
  margin-bottom: 170px;
}

.p-x-17 {
  padding-left: 170px;
  padding-right: 170px;
}

.p-y-17 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.m-t-18 {
  margin-top: 180px;
}

.p-t-18 {
  padding-top: 180px;
}

.m-b-18 {
  margin-bottom: 180px;
}

.p-b-18 {
  padding-bottom: 180px;
}

.m-l-18 {
  margin-left: 180px;
}

.p-l-18 {
  padding-left: 180px;
}

.m-r-18 {
  margin-right: 180px;
}

.p-r-18 {
  padding-right: 180px;
}

.m-18 {
  margin: 180px;
}

.p-18 {
  padding: 180px;
}

.m-x-18 {
  margin-left: 180px;
  margin-right: 180px;
}

.m-y-18 {
  margin-top: 180px;
  margin-bottom: 180px;
}

.p-x-18 {
  padding-left: 180px;
  padding-right: 180px;
}

.p-y-18 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.m-t-19 {
  margin-top: 190px;
}

.p-t-19 {
  padding-top: 190px;
}

.m-b-19 {
  margin-bottom: 190px;
}

.p-b-19 {
  padding-bottom: 190px;
}

.m-l-19 {
  margin-left: 190px;
}

.p-l-19 {
  padding-left: 190px;
}

.m-r-19 {
  margin-right: 190px;
}

.p-r-19 {
  padding-right: 190px;
}

.m-19 {
  margin: 190px;
}

.p-19 {
  padding: 190px;
}

.m-x-19 {
  margin-left: 190px;
  margin-right: 190px;
}

.m-y-19 {
  margin-top: 190px;
  margin-bottom: 190px;
}

.p-x-19 {
  padding-left: 190px;
  padding-right: 190px;
}

.p-y-19 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.m-t-20 {
  margin-top: 200px;
}

.p-t-20 {
  padding-top: 200px;
}

.m-b-20 {
  margin-bottom: 200px;
}

.p-b-20 {
  padding-bottom: 200px;
}

.m-l-20 {
  margin-left: 200px;
}

.p-l-20 {
  padding-left: 200px;
}

.m-r-20 {
  margin-right: 200px;
}

.p-r-20 {
  padding-right: 200px;
}

.m-20 {
  margin: 200px;
}

.p-20 {
  padding: 200px;
}

.m-x-20 {
  margin-left: 200px;
  margin-right: 200px;
}

.m-y-20 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.p-x-20 {
  padding-left: 200px;
  padding-right: 200px;
}

.p-y-20 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.m-t-21 {
  margin-top: 210px;
}

.p-t-21 {
  padding-top: 210px;
}

.m-b-21 {
  margin-bottom: 210px;
}

.p-b-21 {
  padding-bottom: 210px;
}

.m-l-21 {
  margin-left: 210px;
}

.p-l-21 {
  padding-left: 210px;
}

.m-r-21 {
  margin-right: 210px;
}

.p-r-21 {
  padding-right: 210px;
}

.m-21 {
  margin: 210px;
}

.p-21 {
  padding: 210px;
}

.m-x-21 {
  margin-left: 210px;
  margin-right: 210px;
}

.m-y-21 {
  margin-top: 210px;
  margin-bottom: 210px;
}

.p-x-21 {
  padding-left: 210px;
  padding-right: 210px;
}

.p-y-21 {
  padding-top: 210px;
  padding-bottom: 210px;
}

.m-t-22 {
  margin-top: 220px;
}

.p-t-22 {
  padding-top: 220px;
}

.m-b-22 {
  margin-bottom: 220px;
}

.p-b-22 {
  padding-bottom: 220px;
}

.m-l-22 {
  margin-left: 220px;
}

.p-l-22 {
  padding-left: 220px;
}

.m-r-22 {
  margin-right: 220px;
}

.p-r-22 {
  padding-right: 220px;
}

.m-22 {
  margin: 220px;
}

.p-22 {
  padding: 220px;
}

.m-x-22 {
  margin-left: 220px;
  margin-right: 220px;
}

.m-y-22 {
  margin-top: 220px;
  margin-bottom: 220px;
}

.p-x-22 {
  padding-left: 220px;
  padding-right: 220px;
}

.p-y-22 {
  padding-top: 220px;
  padding-bottom: 220px;
}

.m-t-23 {
  margin-top: 230px;
}

.p-t-23 {
  padding-top: 230px;
}

.m-b-23 {
  margin-bottom: 230px;
}

.p-b-23 {
  padding-bottom: 230px;
}

.m-l-23 {
  margin-left: 230px;
}

.p-l-23 {
  padding-left: 230px;
}

.m-r-23 {
  margin-right: 230px;
}

.p-r-23 {
  padding-right: 230px;
}

.m-23 {
  margin: 230px;
}

.p-23 {
  padding: 230px;
}

.m-x-23 {
  margin-left: 230px;
  margin-right: 230px;
}

.m-y-23 {
  margin-top: 230px;
  margin-bottom: 230px;
}

.p-x-23 {
  padding-left: 230px;
  padding-right: 230px;
}

.p-y-23 {
  padding-top: 230px;
  padding-bottom: 230px;
}

.m-t-24 {
  margin-top: 240px;
}

.p-t-24 {
  padding-top: 240px;
}

.m-b-24 {
  margin-bottom: 240px;
}

.p-b-24 {
  padding-bottom: 240px;
}

.m-l-24 {
  margin-left: 240px;
}

.p-l-24 {
  padding-left: 240px;
}

.m-r-24 {
  margin-right: 240px;
}

.p-r-24 {
  padding-right: 240px;
}

.m-24 {
  margin: 240px;
}

.p-24 {
  padding: 240px;
}

.m-x-24 {
  margin-left: 240px;
  margin-right: 240px;
}

.m-y-24 {
  margin-top: 240px;
  margin-bottom: 240px;
}

.p-x-24 {
  padding-left: 240px;
  padding-right: 240px;
}

.p-y-24 {
  padding-top: 240px;
  padding-bottom: 240px;
}

.m-t-25 {
  margin-top: 250px;
}

.p-t-25 {
  padding-top: 250px;
}

.m-b-25 {
  margin-bottom: 250px;
}

.p-b-25 {
  padding-bottom: 250px;
}

.m-l-25 {
  margin-left: 250px;
}

.p-l-25 {
  padding-left: 250px;
}

.m-r-25 {
  margin-right: 250px;
}

.p-r-25 {
  padding-right: 250px;
}

.m-25 {
  margin: 250px;
}

.p-25 {
  padding: 250px;
}

.m-x-25 {
  margin-left: 250px;
  margin-right: 250px;
}

.m-y-25 {
  margin-top: 250px;
  margin-bottom: 250px;
}

.p-x-25 {
  padding-left: 250px;
  padding-right: 250px;
}

.p-y-25 {
  padding-top: 250px;
  padding-bottom: 250px;
}

.m-t-26 {
  margin-top: 260px;
}

.p-t-26 {
  padding-top: 260px;
}

.m-b-26 {
  margin-bottom: 260px;
}

.p-b-26 {
  padding-bottom: 260px;
}

.m-l-26 {
  margin-left: 260px;
}

.p-l-26 {
  padding-left: 260px;
}

.m-r-26 {
  margin-right: 260px;
}

.p-r-26 {
  padding-right: 260px;
}

.m-26 {
  margin: 260px;
}

.p-26 {
  padding: 260px;
}

.m-x-26 {
  margin-left: 260px;
  margin-right: 260px;
}

.m-y-26 {
  margin-top: 260px;
  margin-bottom: 260px;
}

.p-x-26 {
  padding-left: 260px;
  padding-right: 260px;
}

.p-y-26 {
  padding-top: 260px;
  padding-bottom: 260px;
}

.m-t-27 {
  margin-top: 270px;
}

.p-t-27 {
  padding-top: 270px;
}

.m-b-27 {
  margin-bottom: 270px;
}

.p-b-27 {
  padding-bottom: 270px;
}

.m-l-27 {
  margin-left: 270px;
}

.p-l-27 {
  padding-left: 270px;
}

.m-r-27 {
  margin-right: 270px;
}

.p-r-27 {
  padding-right: 270px;
}

.m-27 {
  margin: 270px;
}

.p-27 {
  padding: 270px;
}

.m-x-27 {
  margin-left: 270px;
  margin-right: 270px;
}

.m-y-27 {
  margin-top: 270px;
  margin-bottom: 270px;
}

.p-x-27 {
  padding-left: 270px;
  padding-right: 270px;
}

.p-y-27 {
  padding-top: 270px;
  padding-bottom: 270px;
}

.m-t-28 {
  margin-top: 280px;
}

.p-t-28 {
  padding-top: 280px;
}

.m-b-28 {
  margin-bottom: 280px;
}

.p-b-28 {
  padding-bottom: 280px;
}

.m-l-28 {
  margin-left: 280px;
}

.p-l-28 {
  padding-left: 280px;
}

.m-r-28 {
  margin-right: 280px;
}

.p-r-28 {
  padding-right: 280px;
}

.m-28 {
  margin: 280px;
}

.p-28 {
  padding: 280px;
}

.m-x-28 {
  margin-left: 280px;
  margin-right: 280px;
}

.m-y-28 {
  margin-top: 280px;
  margin-bottom: 280px;
}

.p-x-28 {
  padding-left: 280px;
  padding-right: 280px;
}

.p-y-28 {
  padding-top: 280px;
  padding-bottom: 280px;
}

.m-t-29 {
  margin-top: 290px;
}

.p-t-29 {
  padding-top: 290px;
}

.m-b-29 {
  margin-bottom: 290px;
}

.p-b-29 {
  padding-bottom: 290px;
}

.m-l-29 {
  margin-left: 290px;
}

.p-l-29 {
  padding-left: 290px;
}

.m-r-29 {
  margin-right: 290px;
}

.p-r-29 {
  padding-right: 290px;
}

.m-29 {
  margin: 290px;
}

.p-29 {
  padding: 290px;
}

.m-x-29 {
  margin-left: 290px;
  margin-right: 290px;
}

.m-y-29 {
  margin-top: 290px;
  margin-bottom: 290px;
}

.p-x-29 {
  padding-left: 290px;
  padding-right: 290px;
}

.p-y-29 {
  padding-top: 290px;
  padding-bottom: 290px;
}

.m-t-30 {
  margin-top: 300px;
}

.p-t-30 {
  padding-top: 300px;
}

.m-b-30 {
  margin-bottom: 300px;
}

.p-b-30 {
  padding-bottom: 300px;
}

.m-l-30 {
  margin-left: 300px;
}

.p-l-30 {
  padding-left: 300px;
}

.m-r-30 {
  margin-right: 300px;
}

.p-r-30 {
  padding-right: 300px;
}

.m-30 {
  margin: 300px;
}

.p-30 {
  padding: 300px;
}

.m-x-30 {
  margin-left: 300px;
  margin-right: 300px;
}

.m-y-30 {
  margin-top: 300px;
  margin-bottom: 300px;
}

.p-x-30 {
  padding-left: 300px;
  padding-right: 300px;
}

.p-y-30 {
  padding-top: 300px;
  padding-bottom: 300px;
}

.m-t-31 {
  margin-top: 310px;
}

.p-t-31 {
  padding-top: 310px;
}

.m-b-31 {
  margin-bottom: 310px;
}

.p-b-31 {
  padding-bottom: 310px;
}

.m-l-31 {
  margin-left: 310px;
}

.p-l-31 {
  padding-left: 310px;
}

.m-r-31 {
  margin-right: 310px;
}

.p-r-31 {
  padding-right: 310px;
}

.m-31 {
  margin: 310px;
}

.p-31 {
  padding: 310px;
}

.m-x-31 {
  margin-left: 310px;
  margin-right: 310px;
}

.m-y-31 {
  margin-top: 310px;
  margin-bottom: 310px;
}

.p-x-31 {
  padding-left: 310px;
  padding-right: 310px;
}

.p-y-31 {
  padding-top: 310px;
  padding-bottom: 310px;
}

.m-t-32 {
  margin-top: 320px;
}

.p-t-32 {
  padding-top: 320px;
}

.m-b-32 {
  margin-bottom: 320px;
}

.p-b-32 {
  padding-bottom: 320px;
}

.m-l-32 {
  margin-left: 320px;
}

.p-l-32 {
  padding-left: 320px;
}

.m-r-32 {
  margin-right: 320px;
}

.p-r-32 {
  padding-right: 320px;
}

.m-32 {
  margin: 320px;
}

.p-32 {
  padding: 320px;
}

.m-x-32 {
  margin-left: 320px;
  margin-right: 320px;
}

.m-y-32 {
  margin-top: 320px;
  margin-bottom: 320px;
}

.p-x-32 {
  padding-left: 320px;
  padding-right: 320px;
}

.p-y-32 {
  padding-top: 320px;
  padding-bottom: 320px;
}

.m-t-33 {
  margin-top: 330px;
}

.p-t-33 {
  padding-top: 330px;
}

.m-b-33 {
  margin-bottom: 330px;
}

.p-b-33 {
  padding-bottom: 330px;
}

.m-l-33 {
  margin-left: 330px;
}

.p-l-33 {
  padding-left: 330px;
}

.m-r-33 {
  margin-right: 330px;
}

.p-r-33 {
  padding-right: 330px;
}

.m-33 {
  margin: 330px;
}

.p-33 {
  padding: 330px;
}

.m-x-33 {
  margin-left: 330px;
  margin-right: 330px;
}

.m-y-33 {
  margin-top: 330px;
  margin-bottom: 330px;
}

.p-x-33 {
  padding-left: 330px;
  padding-right: 330px;
}

.p-y-33 {
  padding-top: 330px;
  padding-bottom: 330px;
}

.m-t-34 {
  margin-top: 340px;
}

.p-t-34 {
  padding-top: 340px;
}

.m-b-34 {
  margin-bottom: 340px;
}

.p-b-34 {
  padding-bottom: 340px;
}

.m-l-34 {
  margin-left: 340px;
}

.p-l-34 {
  padding-left: 340px;
}

.m-r-34 {
  margin-right: 340px;
}

.p-r-34 {
  padding-right: 340px;
}

.m-34 {
  margin: 340px;
}

.p-34 {
  padding: 340px;
}

.m-x-34 {
  margin-left: 340px;
  margin-right: 340px;
}

.m-y-34 {
  margin-top: 340px;
  margin-bottom: 340px;
}

.p-x-34 {
  padding-left: 340px;
  padding-right: 340px;
}

.p-y-34 {
  padding-top: 340px;
  padding-bottom: 340px;
}

.m-t-35 {
  margin-top: 350px;
}

.p-t-35 {
  padding-top: 350px;
}

.m-b-35 {
  margin-bottom: 350px;
}

.p-b-35 {
  padding-bottom: 350px;
}

.m-l-35 {
  margin-left: 350px;
}

.p-l-35 {
  padding-left: 350px;
}

.m-r-35 {
  margin-right: 350px;
}

.p-r-35 {
  padding-right: 350px;
}

.m-35 {
  margin: 350px;
}

.p-35 {
  padding: 350px;
}

.m-x-35 {
  margin-left: 350px;
  margin-right: 350px;
}

.m-y-35 {
  margin-top: 350px;
  margin-bottom: 350px;
}

.p-x-35 {
  padding-left: 350px;
  padding-right: 350px;
}

.p-y-35 {
  padding-top: 350px;
  padding-bottom: 350px;
}

.m-t-36 {
  margin-top: 360px;
}

.p-t-36 {
  padding-top: 360px;
}

.m-b-36 {
  margin-bottom: 360px;
}

.p-b-36 {
  padding-bottom: 360px;
}

.m-l-36 {
  margin-left: 360px;
}

.p-l-36 {
  padding-left: 360px;
}

.m-r-36 {
  margin-right: 360px;
}

.p-r-36 {
  padding-right: 360px;
}

.m-36 {
  margin: 360px;
}

.p-36 {
  padding: 360px;
}

.m-x-36 {
  margin-left: 360px;
  margin-right: 360px;
}

.m-y-36 {
  margin-top: 360px;
  margin-bottom: 360px;
}

.p-x-36 {
  padding-left: 360px;
  padding-right: 360px;
}

.p-y-36 {
  padding-top: 360px;
  padding-bottom: 360px;
}

.m-t-37 {
  margin-top: 370px;
}

.p-t-37 {
  padding-top: 370px;
}

.m-b-37 {
  margin-bottom: 370px;
}

.p-b-37 {
  padding-bottom: 370px;
}

.m-l-37 {
  margin-left: 370px;
}

.p-l-37 {
  padding-left: 370px;
}

.m-r-37 {
  margin-right: 370px;
}

.p-r-37 {
  padding-right: 370px;
}

.m-37 {
  margin: 370px;
}

.p-37 {
  padding: 370px;
}

.m-x-37 {
  margin-left: 370px;
  margin-right: 370px;
}

.m-y-37 {
  margin-top: 370px;
  margin-bottom: 370px;
}

.p-x-37 {
  padding-left: 370px;
  padding-right: 370px;
}

.p-y-37 {
  padding-top: 370px;
  padding-bottom: 370px;
}

.m-t-38 {
  margin-top: 380px;
}

.p-t-38 {
  padding-top: 380px;
}

.m-b-38 {
  margin-bottom: 380px;
}

.p-b-38 {
  padding-bottom: 380px;
}

.m-l-38 {
  margin-left: 380px;
}

.p-l-38 {
  padding-left: 380px;
}

.m-r-38 {
  margin-right: 380px;
}

.p-r-38 {
  padding-right: 380px;
}

.m-38 {
  margin: 380px;
}

.p-38 {
  padding: 380px;
}

.m-x-38 {
  margin-left: 380px;
  margin-right: 380px;
}

.m-y-38 {
  margin-top: 380px;
  margin-bottom: 380px;
}

.p-x-38 {
  padding-left: 380px;
  padding-right: 380px;
}

.p-y-38 {
  padding-top: 380px;
  padding-bottom: 380px;
}

.m-t-39 {
  margin-top: 390px;
}

.p-t-39 {
  padding-top: 390px;
}

.m-b-39 {
  margin-bottom: 390px;
}

.p-b-39 {
  padding-bottom: 390px;
}

.m-l-39 {
  margin-left: 390px;
}

.p-l-39 {
  padding-left: 390px;
}

.m-r-39 {
  margin-right: 390px;
}

.p-r-39 {
  padding-right: 390px;
}

.m-39 {
  margin: 390px;
}

.p-39 {
  padding: 390px;
}

.m-x-39 {
  margin-left: 390px;
  margin-right: 390px;
}

.m-y-39 {
  margin-top: 390px;
  margin-bottom: 390px;
}

.p-x-39 {
  padding-left: 390px;
  padding-right: 390px;
}

.p-y-39 {
  padding-top: 390px;
  padding-bottom: 390px;
}

.m-t-40 {
  margin-top: 400px;
}

.p-t-40 {
  padding-top: 400px;
}

.m-b-40 {
  margin-bottom: 400px;
}

.p-b-40 {
  padding-bottom: 400px;
}

.m-l-40 {
  margin-left: 400px;
}

.p-l-40 {
  padding-left: 400px;
}

.m-r-40 {
  margin-right: 400px;
}

.p-r-40 {
  padding-right: 400px;
}

.m-40 {
  margin: 400px;
}

.p-40 {
  padding: 400px;
}

.m-x-40 {
  margin-left: 400px;
  margin-right: 400px;
}

.m-y-40 {
  margin-top: 400px;
  margin-bottom: 400px;
}

.p-x-40 {
  padding-left: 400px;
  padding-right: 400px;
}

.p-y-40 {
  padding-top: 400px;
  padding-bottom: 400px;
}

.m-t-41 {
  margin-top: 410px;
}

.p-t-41 {
  padding-top: 410px;
}

.m-b-41 {
  margin-bottom: 410px;
}

.p-b-41 {
  padding-bottom: 410px;
}

.m-l-41 {
  margin-left: 410px;
}

.p-l-41 {
  padding-left: 410px;
}

.m-r-41 {
  margin-right: 410px;
}

.p-r-41 {
  padding-right: 410px;
}

.m-41 {
  margin: 410px;
}

.p-41 {
  padding: 410px;
}

.m-x-41 {
  margin-left: 410px;
  margin-right: 410px;
}

.m-y-41 {
  margin-top: 410px;
  margin-bottom: 410px;
}

.p-x-41 {
  padding-left: 410px;
  padding-right: 410px;
}

.p-y-41 {
  padding-top: 410px;
  padding-bottom: 410px;
}

.m-t-42 {
  margin-top: 420px;
}

.p-t-42 {
  padding-top: 420px;
}

.m-b-42 {
  margin-bottom: 420px;
}

.p-b-42 {
  padding-bottom: 420px;
}

.m-l-42 {
  margin-left: 420px;
}

.p-l-42 {
  padding-left: 420px;
}

.m-r-42 {
  margin-right: 420px;
}

.p-r-42 {
  padding-right: 420px;
}

.m-42 {
  margin: 420px;
}

.p-42 {
  padding: 420px;
}

.m-x-42 {
  margin-left: 420px;
  margin-right: 420px;
}

.m-y-42 {
  margin-top: 420px;
  margin-bottom: 420px;
}

.p-x-42 {
  padding-left: 420px;
  padding-right: 420px;
}

.p-y-42 {
  padding-top: 420px;
  padding-bottom: 420px;
}

.m-t-43 {
  margin-top: 430px;
}

.p-t-43 {
  padding-top: 430px;
}

.m-b-43 {
  margin-bottom: 430px;
}

.p-b-43 {
  padding-bottom: 430px;
}

.m-l-43 {
  margin-left: 430px;
}

.p-l-43 {
  padding-left: 430px;
}

.m-r-43 {
  margin-right: 430px;
}

.p-r-43 {
  padding-right: 430px;
}

.m-43 {
  margin: 430px;
}

.p-43 {
  padding: 430px;
}

.m-x-43 {
  margin-left: 430px;
  margin-right: 430px;
}

.m-y-43 {
  margin-top: 430px;
  margin-bottom: 430px;
}

.p-x-43 {
  padding-left: 430px;
  padding-right: 430px;
}

.p-y-43 {
  padding-top: 430px;
  padding-bottom: 430px;
}

.m-t-44 {
  margin-top: 440px;
}

.p-t-44 {
  padding-top: 440px;
}

.m-b-44 {
  margin-bottom: 440px;
}

.p-b-44 {
  padding-bottom: 440px;
}

.m-l-44 {
  margin-left: 440px;
}

.p-l-44 {
  padding-left: 440px;
}

.m-r-44 {
  margin-right: 440px;
}

.p-r-44 {
  padding-right: 440px;
}

.m-44 {
  margin: 440px;
}

.p-44 {
  padding: 440px;
}

.m-x-44 {
  margin-left: 440px;
  margin-right: 440px;
}

.m-y-44 {
  margin-top: 440px;
  margin-bottom: 440px;
}

.p-x-44 {
  padding-left: 440px;
  padding-right: 440px;
}

.p-y-44 {
  padding-top: 440px;
  padding-bottom: 440px;
}

.m-t-45 {
  margin-top: 450px;
}

.p-t-45 {
  padding-top: 450px;
}

.m-b-45 {
  margin-bottom: 450px;
}

.p-b-45 {
  padding-bottom: 450px;
}

.m-l-45 {
  margin-left: 450px;
}

.p-l-45 {
  padding-left: 450px;
}

.m-r-45 {
  margin-right: 450px;
}

.p-r-45 {
  padding-right: 450px;
}

.m-45 {
  margin: 450px;
}

.p-45 {
  padding: 450px;
}

.m-x-45 {
  margin-left: 450px;
  margin-right: 450px;
}

.m-y-45 {
  margin-top: 450px;
  margin-bottom: 450px;
}

.p-x-45 {
  padding-left: 450px;
  padding-right: 450px;
}

.p-y-45 {
  padding-top: 450px;
  padding-bottom: 450px;
}

.m-t-46 {
  margin-top: 460px;
}

.p-t-46 {
  padding-top: 460px;
}

.m-b-46 {
  margin-bottom: 460px;
}

.p-b-46 {
  padding-bottom: 460px;
}

.m-l-46 {
  margin-left: 460px;
}

.p-l-46 {
  padding-left: 460px;
}

.m-r-46 {
  margin-right: 460px;
}

.p-r-46 {
  padding-right: 460px;
}

.m-46 {
  margin: 460px;
}

.p-46 {
  padding: 460px;
}

.m-x-46 {
  margin-left: 460px;
  margin-right: 460px;
}

.m-y-46 {
  margin-top: 460px;
  margin-bottom: 460px;
}

.p-x-46 {
  padding-left: 460px;
  padding-right: 460px;
}

.p-y-46 {
  padding-top: 460px;
  padding-bottom: 460px;
}

.m-t-47 {
  margin-top: 470px;
}

.p-t-47 {
  padding-top: 470px;
}

.m-b-47 {
  margin-bottom: 470px;
}

.p-b-47 {
  padding-bottom: 470px;
}

.m-l-47 {
  margin-left: 470px;
}

.p-l-47 {
  padding-left: 470px;
}

.m-r-47 {
  margin-right: 470px;
}

.p-r-47 {
  padding-right: 470px;
}

.m-47 {
  margin: 470px;
}

.p-47 {
  padding: 470px;
}

.m-x-47 {
  margin-left: 470px;
  margin-right: 470px;
}

.m-y-47 {
  margin-top: 470px;
  margin-bottom: 470px;
}

.p-x-47 {
  padding-left: 470px;
  padding-right: 470px;
}

.p-y-47 {
  padding-top: 470px;
  padding-bottom: 470px;
}

.m-t-48 {
  margin-top: 480px;
}

.p-t-48 {
  padding-top: 480px;
}

.m-b-48 {
  margin-bottom: 480px;
}

.p-b-48 {
  padding-bottom: 480px;
}

.m-l-48 {
  margin-left: 480px;
}

.p-l-48 {
  padding-left: 480px;
}

.m-r-48 {
  margin-right: 480px;
}

.p-r-48 {
  padding-right: 480px;
}

.m-48 {
  margin: 480px;
}

.p-48 {
  padding: 480px;
}

.m-x-48 {
  margin-left: 480px;
  margin-right: 480px;
}

.m-y-48 {
  margin-top: 480px;
  margin-bottom: 480px;
}

.p-x-48 {
  padding-left: 480px;
  padding-right: 480px;
}

.p-y-48 {
  padding-top: 480px;
  padding-bottom: 480px;
}

.m-t-49 {
  margin-top: 490px;
}

.p-t-49 {
  padding-top: 490px;
}

.m-b-49 {
  margin-bottom: 490px;
}

.p-b-49 {
  padding-bottom: 490px;
}

.m-l-49 {
  margin-left: 490px;
}

.p-l-49 {
  padding-left: 490px;
}

.m-r-49 {
  margin-right: 490px;
}

.p-r-49 {
  padding-right: 490px;
}

.m-49 {
  margin: 490px;
}

.p-49 {
  padding: 490px;
}

.m-x-49 {
  margin-left: 490px;
  margin-right: 490px;
}

.m-y-49 {
  margin-top: 490px;
  margin-bottom: 490px;
}

.p-x-49 {
  padding-left: 490px;
  padding-right: 490px;
}

.p-y-49 {
  padding-top: 490px;
  padding-bottom: 490px;
}

@media screen and (min-width: 450px) {
  .mobile\:m--10 {
    margin: -100px !important;
  }
  .mobile\:p--10 {
    padding: -100px !important;
  }
  .mobile\:m-x--10 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }
  .mobile\:m-y--10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .mobile\:p-x--10 {
    padding-left: -100px !important;
    padding-right: -100px !important;
  }
  .mobile\:p-y--10 {
    padding-top: -100px !important;
    padding-bottom: -100px !important;
  }
  .mobile-m--10 {
    margin: -100px !important;
  }
  .mobile-p--10 {
    padding: -100px !important;
  }
  .mobile-m-x--10 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }
  .mobile-m-y--10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .mobile-p-x--10 {
    padding-left: -100px !important;
    padding-right: -100px !important;
  }
  .mobile-p-y--10 {
    padding-top: -100px !important;
    padding-bottom: -100px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--9\.9 {
    margin: -99px !important;
  }
  .mobile\:p--9\.9 {
    padding: -99px !important;
  }
  .mobile\:m-x--9\.9 {
    margin-left: -99px !important;
    margin-right: -99px !important;
  }
  .mobile\:m-y--9\.9 {
    margin-top: -99px !important;
    margin-bottom: -99px !important;
  }
  .mobile\:p-x--9\.9 {
    padding-left: -99px !important;
    padding-right: -99px !important;
  }
  .mobile\:p-y--9\.9 {
    padding-top: -99px !important;
    padding-bottom: -99px !important;
  }
  .mobile-m--9\.9 {
    margin: -99px !important;
  }
  .mobile-p--9\.9 {
    padding: -99px !important;
  }
  .mobile-m-x--9\.9 {
    margin-left: -99px !important;
    margin-right: -99px !important;
  }
  .mobile-m-y--9\.9 {
    margin-top: -99px !important;
    margin-bottom: -99px !important;
  }
  .mobile-p-x--9\.9 {
    padding-left: -99px !important;
    padding-right: -99px !important;
  }
  .mobile-p-y--9\.9 {
    padding-top: -99px !important;
    padding-bottom: -99px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--9\.8 {
    margin: -98px !important;
  }
  .mobile\:p--9\.8 {
    padding: -98px !important;
  }
  .mobile\:m-x--9\.8 {
    margin-left: -98px !important;
    margin-right: -98px !important;
  }
  .mobile\:m-y--9\.8 {
    margin-top: -98px !important;
    margin-bottom: -98px !important;
  }
  .mobile\:p-x--9\.8 {
    padding-left: -98px !important;
    padding-right: -98px !important;
  }
  .mobile\:p-y--9\.8 {
    padding-top: -98px !important;
    padding-bottom: -98px !important;
  }
  .mobile-m--9\.8 {
    margin: -98px !important;
  }
  .mobile-p--9\.8 {
    padding: -98px !important;
  }
  .mobile-m-x--9\.8 {
    margin-left: -98px !important;
    margin-right: -98px !important;
  }
  .mobile-m-y--9\.8 {
    margin-top: -98px !important;
    margin-bottom: -98px !important;
  }
  .mobile-p-x--9\.8 {
    padding-left: -98px !important;
    padding-right: -98px !important;
  }
  .mobile-p-y--9\.8 {
    padding-top: -98px !important;
    padding-bottom: -98px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--9\.7 {
    margin: -97px !important;
  }
  .mobile\:p--9\.7 {
    padding: -97px !important;
  }
  .mobile\:m-x--9\.7 {
    margin-left: -97px !important;
    margin-right: -97px !important;
  }
  .mobile\:m-y--9\.7 {
    margin-top: -97px !important;
    margin-bottom: -97px !important;
  }
  .mobile\:p-x--9\.7 {
    padding-left: -97px !important;
    padding-right: -97px !important;
  }
  .mobile\:p-y--9\.7 {
    padding-top: -97px !important;
    padding-bottom: -97px !important;
  }
  .mobile-m--9\.7 {
    margin: -97px !important;
  }
  .mobile-p--9\.7 {
    padding: -97px !important;
  }
  .mobile-m-x--9\.7 {
    margin-left: -97px !important;
    margin-right: -97px !important;
  }
  .mobile-m-y--9\.7 {
    margin-top: -97px !important;
    margin-bottom: -97px !important;
  }
  .mobile-p-x--9\.7 {
    padding-left: -97px !important;
    padding-right: -97px !important;
  }
  .mobile-p-y--9\.7 {
    padding-top: -97px !important;
    padding-bottom: -97px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--9\.6 {
    margin: -96px !important;
  }
  .mobile\:p--9\.6 {
    padding: -96px !important;
  }
  .mobile\:m-x--9\.6 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }
  .mobile\:m-y--9\.6 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
  .mobile\:p-x--9\.6 {
    padding-left: -96px !important;
    padding-right: -96px !important;
  }
  .mobile\:p-y--9\.6 {
    padding-top: -96px !important;
    padding-bottom: -96px !important;
  }
  .mobile-m--9\.6 {
    margin: -96px !important;
  }
  .mobile-p--9\.6 {
    padding: -96px !important;
  }
  .mobile-m-x--9\.6 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }
  .mobile-m-y--9\.6 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
  .mobile-p-x--9\.6 {
    padding-left: -96px !important;
    padding-right: -96px !important;
  }
  .mobile-p-y--9\.6 {
    padding-top: -96px !important;
    padding-bottom: -96px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--9\.5 {
    margin: -95px !important;
  }
  .mobile\:p--9\.5 {
    padding: -95px !important;
  }
  .mobile\:m-x--9\.5 {
    margin-left: -95px !important;
    margin-right: -95px !important;
  }
  .mobile\:m-y--9\.5 {
    margin-top: -95px !important;
    margin-bottom: -95px !important;
  }
  .mobile\:p-x--9\.5 {
    padding-left: -95px !important;
    padding-right: -95px !important;
  }
  .mobile\:p-y--9\.5 {
    padding-top: -95px !important;
    padding-bottom: -95px !important;
  }
  .mobile-m--9\.5 {
    margin: -95px !important;
  }
  .mobile-p--9\.5 {
    padding: -95px !important;
  }
  .mobile-m-x--9\.5 {
    margin-left: -95px !important;
    margin-right: -95px !important;
  }
  .mobile-m-y--9\.5 {
    margin-top: -95px !important;
    margin-bottom: -95px !important;
  }
  .mobile-p-x--9\.5 {
    padding-left: -95px !important;
    padding-right: -95px !important;
  }
  .mobile-p-y--9\.5 {
    padding-top: -95px !important;
    padding-bottom: -95px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--9\.4 {
    margin: -94px !important;
  }
  .mobile\:p--9\.4 {
    padding: -94px !important;
  }
  .mobile\:m-x--9\.4 {
    margin-left: -94px !important;
    margin-right: -94px !important;
  }
  .mobile\:m-y--9\.4 {
    margin-top: -94px !important;
    margin-bottom: -94px !important;
  }
  .mobile\:p-x--9\.4 {
    padding-left: -94px !important;
    padding-right: -94px !important;
  }
  .mobile\:p-y--9\.4 {
    padding-top: -94px !important;
    padding-bottom: -94px !important;
  }
  .mobile-m--9\.4 {
    margin: -94px !important;
  }
  .mobile-p--9\.4 {
    padding: -94px !important;
  }
  .mobile-m-x--9\.4 {
    margin-left: -94px !important;
    margin-right: -94px !important;
  }
  .mobile-m-y--9\.4 {
    margin-top: -94px !important;
    margin-bottom: -94px !important;
  }
  .mobile-p-x--9\.4 {
    padding-left: -94px !important;
    padding-right: -94px !important;
  }
  .mobile-p-y--9\.4 {
    padding-top: -94px !important;
    padding-bottom: -94px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--9\.3 {
    margin: -93px !important;
  }
  .mobile\:p--9\.3 {
    padding: -93px !important;
  }
  .mobile\:m-x--9\.3 {
    margin-left: -93px !important;
    margin-right: -93px !important;
  }
  .mobile\:m-y--9\.3 {
    margin-top: -93px !important;
    margin-bottom: -93px !important;
  }
  .mobile\:p-x--9\.3 {
    padding-left: -93px !important;
    padding-right: -93px !important;
  }
  .mobile\:p-y--9\.3 {
    padding-top: -93px !important;
    padding-bottom: -93px !important;
  }
  .mobile-m--9\.3 {
    margin: -93px !important;
  }
  .mobile-p--9\.3 {
    padding: -93px !important;
  }
  .mobile-m-x--9\.3 {
    margin-left: -93px !important;
    margin-right: -93px !important;
  }
  .mobile-m-y--9\.3 {
    margin-top: -93px !important;
    margin-bottom: -93px !important;
  }
  .mobile-p-x--9\.3 {
    padding-left: -93px !important;
    padding-right: -93px !important;
  }
  .mobile-p-y--9\.3 {
    padding-top: -93px !important;
    padding-bottom: -93px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--9\.2 {
    margin: -92px !important;
  }
  .mobile\:p--9\.2 {
    padding: -92px !important;
  }
  .mobile\:m-x--9\.2 {
    margin-left: -92px !important;
    margin-right: -92px !important;
  }
  .mobile\:m-y--9\.2 {
    margin-top: -92px !important;
    margin-bottom: -92px !important;
  }
  .mobile\:p-x--9\.2 {
    padding-left: -92px !important;
    padding-right: -92px !important;
  }
  .mobile\:p-y--9\.2 {
    padding-top: -92px !important;
    padding-bottom: -92px !important;
  }
  .mobile-m--9\.2 {
    margin: -92px !important;
  }
  .mobile-p--9\.2 {
    padding: -92px !important;
  }
  .mobile-m-x--9\.2 {
    margin-left: -92px !important;
    margin-right: -92px !important;
  }
  .mobile-m-y--9\.2 {
    margin-top: -92px !important;
    margin-bottom: -92px !important;
  }
  .mobile-p-x--9\.2 {
    padding-left: -92px !important;
    padding-right: -92px !important;
  }
  .mobile-p-y--9\.2 {
    padding-top: -92px !important;
    padding-bottom: -92px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--9\.1 {
    margin: -91px !important;
  }
  .mobile\:p--9\.1 {
    padding: -91px !important;
  }
  .mobile\:m-x--9\.1 {
    margin-left: -91px !important;
    margin-right: -91px !important;
  }
  .mobile\:m-y--9\.1 {
    margin-top: -91px !important;
    margin-bottom: -91px !important;
  }
  .mobile\:p-x--9\.1 {
    padding-left: -91px !important;
    padding-right: -91px !important;
  }
  .mobile\:p-y--9\.1 {
    padding-top: -91px !important;
    padding-bottom: -91px !important;
  }
  .mobile-m--9\.1 {
    margin: -91px !important;
  }
  .mobile-p--9\.1 {
    padding: -91px !important;
  }
  .mobile-m-x--9\.1 {
    margin-left: -91px !important;
    margin-right: -91px !important;
  }
  .mobile-m-y--9\.1 {
    margin-top: -91px !important;
    margin-bottom: -91px !important;
  }
  .mobile-p-x--9\.1 {
    padding-left: -91px !important;
    padding-right: -91px !important;
  }
  .mobile-p-y--9\.1 {
    padding-top: -91px !important;
    padding-bottom: -91px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--9 {
    margin: -90px !important;
  }
  .mobile\:p--9 {
    padding: -90px !important;
  }
  .mobile\:m-x--9 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }
  .mobile\:m-y--9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .mobile\:p-x--9 {
    padding-left: -90px !important;
    padding-right: -90px !important;
  }
  .mobile\:p-y--9 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
  .mobile-m--9 {
    margin: -90px !important;
  }
  .mobile-p--9 {
    padding: -90px !important;
  }
  .mobile-m-x--9 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }
  .mobile-m-y--9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .mobile-p-x--9 {
    padding-left: -90px !important;
    padding-right: -90px !important;
  }
  .mobile-p-y--9 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--8\.9 {
    margin: -89px !important;
  }
  .mobile\:p--8\.9 {
    padding: -89px !important;
  }
  .mobile\:m-x--8\.9 {
    margin-left: -89px !important;
    margin-right: -89px !important;
  }
  .mobile\:m-y--8\.9 {
    margin-top: -89px !important;
    margin-bottom: -89px !important;
  }
  .mobile\:p-x--8\.9 {
    padding-left: -89px !important;
    padding-right: -89px !important;
  }
  .mobile\:p-y--8\.9 {
    padding-top: -89px !important;
    padding-bottom: -89px !important;
  }
  .mobile-m--8\.9 {
    margin: -89px !important;
  }
  .mobile-p--8\.9 {
    padding: -89px !important;
  }
  .mobile-m-x--8\.9 {
    margin-left: -89px !important;
    margin-right: -89px !important;
  }
  .mobile-m-y--8\.9 {
    margin-top: -89px !important;
    margin-bottom: -89px !important;
  }
  .mobile-p-x--8\.9 {
    padding-left: -89px !important;
    padding-right: -89px !important;
  }
  .mobile-p-y--8\.9 {
    padding-top: -89px !important;
    padding-bottom: -89px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--8\.8 {
    margin: -88px !important;
  }
  .mobile\:p--8\.8 {
    padding: -88px !important;
  }
  .mobile\:m-x--8\.8 {
    margin-left: -88px !important;
    margin-right: -88px !important;
  }
  .mobile\:m-y--8\.8 {
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }
  .mobile\:p-x--8\.8 {
    padding-left: -88px !important;
    padding-right: -88px !important;
  }
  .mobile\:p-y--8\.8 {
    padding-top: -88px !important;
    padding-bottom: -88px !important;
  }
  .mobile-m--8\.8 {
    margin: -88px !important;
  }
  .mobile-p--8\.8 {
    padding: -88px !important;
  }
  .mobile-m-x--8\.8 {
    margin-left: -88px !important;
    margin-right: -88px !important;
  }
  .mobile-m-y--8\.8 {
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }
  .mobile-p-x--8\.8 {
    padding-left: -88px !important;
    padding-right: -88px !important;
  }
  .mobile-p-y--8\.8 {
    padding-top: -88px !important;
    padding-bottom: -88px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--8\.7 {
    margin: -87px !important;
  }
  .mobile\:p--8\.7 {
    padding: -87px !important;
  }
  .mobile\:m-x--8\.7 {
    margin-left: -87px !important;
    margin-right: -87px !important;
  }
  .mobile\:m-y--8\.7 {
    margin-top: -87px !important;
    margin-bottom: -87px !important;
  }
  .mobile\:p-x--8\.7 {
    padding-left: -87px !important;
    padding-right: -87px !important;
  }
  .mobile\:p-y--8\.7 {
    padding-top: -87px !important;
    padding-bottom: -87px !important;
  }
  .mobile-m--8\.7 {
    margin: -87px !important;
  }
  .mobile-p--8\.7 {
    padding: -87px !important;
  }
  .mobile-m-x--8\.7 {
    margin-left: -87px !important;
    margin-right: -87px !important;
  }
  .mobile-m-y--8\.7 {
    margin-top: -87px !important;
    margin-bottom: -87px !important;
  }
  .mobile-p-x--8\.7 {
    padding-left: -87px !important;
    padding-right: -87px !important;
  }
  .mobile-p-y--8\.7 {
    padding-top: -87px !important;
    padding-bottom: -87px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--8\.6 {
    margin: -86px !important;
  }
  .mobile\:p--8\.6 {
    padding: -86px !important;
  }
  .mobile\:m-x--8\.6 {
    margin-left: -86px !important;
    margin-right: -86px !important;
  }
  .mobile\:m-y--8\.6 {
    margin-top: -86px !important;
    margin-bottom: -86px !important;
  }
  .mobile\:p-x--8\.6 {
    padding-left: -86px !important;
    padding-right: -86px !important;
  }
  .mobile\:p-y--8\.6 {
    padding-top: -86px !important;
    padding-bottom: -86px !important;
  }
  .mobile-m--8\.6 {
    margin: -86px !important;
  }
  .mobile-p--8\.6 {
    padding: -86px !important;
  }
  .mobile-m-x--8\.6 {
    margin-left: -86px !important;
    margin-right: -86px !important;
  }
  .mobile-m-y--8\.6 {
    margin-top: -86px !important;
    margin-bottom: -86px !important;
  }
  .mobile-p-x--8\.6 {
    padding-left: -86px !important;
    padding-right: -86px !important;
  }
  .mobile-p-y--8\.6 {
    padding-top: -86px !important;
    padding-bottom: -86px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--8\.5 {
    margin: -85px !important;
  }
  .mobile\:p--8\.5 {
    padding: -85px !important;
  }
  .mobile\:m-x--8\.5 {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }
  .mobile\:m-y--8\.5 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }
  .mobile\:p-x--8\.5 {
    padding-left: -85px !important;
    padding-right: -85px !important;
  }
  .mobile\:p-y--8\.5 {
    padding-top: -85px !important;
    padding-bottom: -85px !important;
  }
  .mobile-m--8\.5 {
    margin: -85px !important;
  }
  .mobile-p--8\.5 {
    padding: -85px !important;
  }
  .mobile-m-x--8\.5 {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }
  .mobile-m-y--8\.5 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }
  .mobile-p-x--8\.5 {
    padding-left: -85px !important;
    padding-right: -85px !important;
  }
  .mobile-p-y--8\.5 {
    padding-top: -85px !important;
    padding-bottom: -85px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--8\.4 {
    margin: -84px !important;
  }
  .mobile\:p--8\.4 {
    padding: -84px !important;
  }
  .mobile\:m-x--8\.4 {
    margin-left: -84px !important;
    margin-right: -84px !important;
  }
  .mobile\:m-y--8\.4 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }
  .mobile\:p-x--8\.4 {
    padding-left: -84px !important;
    padding-right: -84px !important;
  }
  .mobile\:p-y--8\.4 {
    padding-top: -84px !important;
    padding-bottom: -84px !important;
  }
  .mobile-m--8\.4 {
    margin: -84px !important;
  }
  .mobile-p--8\.4 {
    padding: -84px !important;
  }
  .mobile-m-x--8\.4 {
    margin-left: -84px !important;
    margin-right: -84px !important;
  }
  .mobile-m-y--8\.4 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }
  .mobile-p-x--8\.4 {
    padding-left: -84px !important;
    padding-right: -84px !important;
  }
  .mobile-p-y--8\.4 {
    padding-top: -84px !important;
    padding-bottom: -84px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--8\.3 {
    margin: -83px !important;
  }
  .mobile\:p--8\.3 {
    padding: -83px !important;
  }
  .mobile\:m-x--8\.3 {
    margin-left: -83px !important;
    margin-right: -83px !important;
  }
  .mobile\:m-y--8\.3 {
    margin-top: -83px !important;
    margin-bottom: -83px !important;
  }
  .mobile\:p-x--8\.3 {
    padding-left: -83px !important;
    padding-right: -83px !important;
  }
  .mobile\:p-y--8\.3 {
    padding-top: -83px !important;
    padding-bottom: -83px !important;
  }
  .mobile-m--8\.3 {
    margin: -83px !important;
  }
  .mobile-p--8\.3 {
    padding: -83px !important;
  }
  .mobile-m-x--8\.3 {
    margin-left: -83px !important;
    margin-right: -83px !important;
  }
  .mobile-m-y--8\.3 {
    margin-top: -83px !important;
    margin-bottom: -83px !important;
  }
  .mobile-p-x--8\.3 {
    padding-left: -83px !important;
    padding-right: -83px !important;
  }
  .mobile-p-y--8\.3 {
    padding-top: -83px !important;
    padding-bottom: -83px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--8\.2 {
    margin: -82px !important;
  }
  .mobile\:p--8\.2 {
    padding: -82px !important;
  }
  .mobile\:m-x--8\.2 {
    margin-left: -82px !important;
    margin-right: -82px !important;
  }
  .mobile\:m-y--8\.2 {
    margin-top: -82px !important;
    margin-bottom: -82px !important;
  }
  .mobile\:p-x--8\.2 {
    padding-left: -82px !important;
    padding-right: -82px !important;
  }
  .mobile\:p-y--8\.2 {
    padding-top: -82px !important;
    padding-bottom: -82px !important;
  }
  .mobile-m--8\.2 {
    margin: -82px !important;
  }
  .mobile-p--8\.2 {
    padding: -82px !important;
  }
  .mobile-m-x--8\.2 {
    margin-left: -82px !important;
    margin-right: -82px !important;
  }
  .mobile-m-y--8\.2 {
    margin-top: -82px !important;
    margin-bottom: -82px !important;
  }
  .mobile-p-x--8\.2 {
    padding-left: -82px !important;
    padding-right: -82px !important;
  }
  .mobile-p-y--8\.2 {
    padding-top: -82px !important;
    padding-bottom: -82px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--8\.1 {
    margin: -81px !important;
  }
  .mobile\:p--8\.1 {
    padding: -81px !important;
  }
  .mobile\:m-x--8\.1 {
    margin-left: -81px !important;
    margin-right: -81px !important;
  }
  .mobile\:m-y--8\.1 {
    margin-top: -81px !important;
    margin-bottom: -81px !important;
  }
  .mobile\:p-x--8\.1 {
    padding-left: -81px !important;
    padding-right: -81px !important;
  }
  .mobile\:p-y--8\.1 {
    padding-top: -81px !important;
    padding-bottom: -81px !important;
  }
  .mobile-m--8\.1 {
    margin: -81px !important;
  }
  .mobile-p--8\.1 {
    padding: -81px !important;
  }
  .mobile-m-x--8\.1 {
    margin-left: -81px !important;
    margin-right: -81px !important;
  }
  .mobile-m-y--8\.1 {
    margin-top: -81px !important;
    margin-bottom: -81px !important;
  }
  .mobile-p-x--8\.1 {
    padding-left: -81px !important;
    padding-right: -81px !important;
  }
  .mobile-p-y--8\.1 {
    padding-top: -81px !important;
    padding-bottom: -81px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--8 {
    margin: -80px !important;
  }
  .mobile\:p--8 {
    padding: -80px !important;
  }
  .mobile\:m-x--8 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }
  .mobile\:m-y--8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .mobile\:p-x--8 {
    padding-left: -80px !important;
    padding-right: -80px !important;
  }
  .mobile\:p-y--8 {
    padding-top: -80px !important;
    padding-bottom: -80px !important;
  }
  .mobile-m--8 {
    margin: -80px !important;
  }
  .mobile-p--8 {
    padding: -80px !important;
  }
  .mobile-m-x--8 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }
  .mobile-m-y--8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .mobile-p-x--8 {
    padding-left: -80px !important;
    padding-right: -80px !important;
  }
  .mobile-p-y--8 {
    padding-top: -80px !important;
    padding-bottom: -80px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--7\.9 {
    margin: -79px !important;
  }
  .mobile\:p--7\.9 {
    padding: -79px !important;
  }
  .mobile\:m-x--7\.9 {
    margin-left: -79px !important;
    margin-right: -79px !important;
  }
  .mobile\:m-y--7\.9 {
    margin-top: -79px !important;
    margin-bottom: -79px !important;
  }
  .mobile\:p-x--7\.9 {
    padding-left: -79px !important;
    padding-right: -79px !important;
  }
  .mobile\:p-y--7\.9 {
    padding-top: -79px !important;
    padding-bottom: -79px !important;
  }
  .mobile-m--7\.9 {
    margin: -79px !important;
  }
  .mobile-p--7\.9 {
    padding: -79px !important;
  }
  .mobile-m-x--7\.9 {
    margin-left: -79px !important;
    margin-right: -79px !important;
  }
  .mobile-m-y--7\.9 {
    margin-top: -79px !important;
    margin-bottom: -79px !important;
  }
  .mobile-p-x--7\.9 {
    padding-left: -79px !important;
    padding-right: -79px !important;
  }
  .mobile-p-y--7\.9 {
    padding-top: -79px !important;
    padding-bottom: -79px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--7\.8 {
    margin: -78px !important;
  }
  .mobile\:p--7\.8 {
    padding: -78px !important;
  }
  .mobile\:m-x--7\.8 {
    margin-left: -78px !important;
    margin-right: -78px !important;
  }
  .mobile\:m-y--7\.8 {
    margin-top: -78px !important;
    margin-bottom: -78px !important;
  }
  .mobile\:p-x--7\.8 {
    padding-left: -78px !important;
    padding-right: -78px !important;
  }
  .mobile\:p-y--7\.8 {
    padding-top: -78px !important;
    padding-bottom: -78px !important;
  }
  .mobile-m--7\.8 {
    margin: -78px !important;
  }
  .mobile-p--7\.8 {
    padding: -78px !important;
  }
  .mobile-m-x--7\.8 {
    margin-left: -78px !important;
    margin-right: -78px !important;
  }
  .mobile-m-y--7\.8 {
    margin-top: -78px !important;
    margin-bottom: -78px !important;
  }
  .mobile-p-x--7\.8 {
    padding-left: -78px !important;
    padding-right: -78px !important;
  }
  .mobile-p-y--7\.8 {
    padding-top: -78px !important;
    padding-bottom: -78px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--7\.7 {
    margin: -77px !important;
  }
  .mobile\:p--7\.7 {
    padding: -77px !important;
  }
  .mobile\:m-x--7\.7 {
    margin-left: -77px !important;
    margin-right: -77px !important;
  }
  .mobile\:m-y--7\.7 {
    margin-top: -77px !important;
    margin-bottom: -77px !important;
  }
  .mobile\:p-x--7\.7 {
    padding-left: -77px !important;
    padding-right: -77px !important;
  }
  .mobile\:p-y--7\.7 {
    padding-top: -77px !important;
    padding-bottom: -77px !important;
  }
  .mobile-m--7\.7 {
    margin: -77px !important;
  }
  .mobile-p--7\.7 {
    padding: -77px !important;
  }
  .mobile-m-x--7\.7 {
    margin-left: -77px !important;
    margin-right: -77px !important;
  }
  .mobile-m-y--7\.7 {
    margin-top: -77px !important;
    margin-bottom: -77px !important;
  }
  .mobile-p-x--7\.7 {
    padding-left: -77px !important;
    padding-right: -77px !important;
  }
  .mobile-p-y--7\.7 {
    padding-top: -77px !important;
    padding-bottom: -77px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--7\.6 {
    margin: -76px !important;
  }
  .mobile\:p--7\.6 {
    padding: -76px !important;
  }
  .mobile\:m-x--7\.6 {
    margin-left: -76px !important;
    margin-right: -76px !important;
  }
  .mobile\:m-y--7\.6 {
    margin-top: -76px !important;
    margin-bottom: -76px !important;
  }
  .mobile\:p-x--7\.6 {
    padding-left: -76px !important;
    padding-right: -76px !important;
  }
  .mobile\:p-y--7\.6 {
    padding-top: -76px !important;
    padding-bottom: -76px !important;
  }
  .mobile-m--7\.6 {
    margin: -76px !important;
  }
  .mobile-p--7\.6 {
    padding: -76px !important;
  }
  .mobile-m-x--7\.6 {
    margin-left: -76px !important;
    margin-right: -76px !important;
  }
  .mobile-m-y--7\.6 {
    margin-top: -76px !important;
    margin-bottom: -76px !important;
  }
  .mobile-p-x--7\.6 {
    padding-left: -76px !important;
    padding-right: -76px !important;
  }
  .mobile-p-y--7\.6 {
    padding-top: -76px !important;
    padding-bottom: -76px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--7\.5 {
    margin: -75px !important;
  }
  .mobile\:p--7\.5 {
    padding: -75px !important;
  }
  .mobile\:m-x--7\.5 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }
  .mobile\:m-y--7\.5 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }
  .mobile\:p-x--7\.5 {
    padding-left: -75px !important;
    padding-right: -75px !important;
  }
  .mobile\:p-y--7\.5 {
    padding-top: -75px !important;
    padding-bottom: -75px !important;
  }
  .mobile-m--7\.5 {
    margin: -75px !important;
  }
  .mobile-p--7\.5 {
    padding: -75px !important;
  }
  .mobile-m-x--7\.5 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }
  .mobile-m-y--7\.5 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }
  .mobile-p-x--7\.5 {
    padding-left: -75px !important;
    padding-right: -75px !important;
  }
  .mobile-p-y--7\.5 {
    padding-top: -75px !important;
    padding-bottom: -75px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--7\.4 {
    margin: -74px !important;
  }
  .mobile\:p--7\.4 {
    padding: -74px !important;
  }
  .mobile\:m-x--7\.4 {
    margin-left: -74px !important;
    margin-right: -74px !important;
  }
  .mobile\:m-y--7\.4 {
    margin-top: -74px !important;
    margin-bottom: -74px !important;
  }
  .mobile\:p-x--7\.4 {
    padding-left: -74px !important;
    padding-right: -74px !important;
  }
  .mobile\:p-y--7\.4 {
    padding-top: -74px !important;
    padding-bottom: -74px !important;
  }
  .mobile-m--7\.4 {
    margin: -74px !important;
  }
  .mobile-p--7\.4 {
    padding: -74px !important;
  }
  .mobile-m-x--7\.4 {
    margin-left: -74px !important;
    margin-right: -74px !important;
  }
  .mobile-m-y--7\.4 {
    margin-top: -74px !important;
    margin-bottom: -74px !important;
  }
  .mobile-p-x--7\.4 {
    padding-left: -74px !important;
    padding-right: -74px !important;
  }
  .mobile-p-y--7\.4 {
    padding-top: -74px !important;
    padding-bottom: -74px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--7\.3 {
    margin: -73px !important;
  }
  .mobile\:p--7\.3 {
    padding: -73px !important;
  }
  .mobile\:m-x--7\.3 {
    margin-left: -73px !important;
    margin-right: -73px !important;
  }
  .mobile\:m-y--7\.3 {
    margin-top: -73px !important;
    margin-bottom: -73px !important;
  }
  .mobile\:p-x--7\.3 {
    padding-left: -73px !important;
    padding-right: -73px !important;
  }
  .mobile\:p-y--7\.3 {
    padding-top: -73px !important;
    padding-bottom: -73px !important;
  }
  .mobile-m--7\.3 {
    margin: -73px !important;
  }
  .mobile-p--7\.3 {
    padding: -73px !important;
  }
  .mobile-m-x--7\.3 {
    margin-left: -73px !important;
    margin-right: -73px !important;
  }
  .mobile-m-y--7\.3 {
    margin-top: -73px !important;
    margin-bottom: -73px !important;
  }
  .mobile-p-x--7\.3 {
    padding-left: -73px !important;
    padding-right: -73px !important;
  }
  .mobile-p-y--7\.3 {
    padding-top: -73px !important;
    padding-bottom: -73px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--7\.2 {
    margin: -72px !important;
  }
  .mobile\:p--7\.2 {
    padding: -72px !important;
  }
  .mobile\:m-x--7\.2 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }
  .mobile\:m-y--7\.2 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .mobile\:p-x--7\.2 {
    padding-left: -72px !important;
    padding-right: -72px !important;
  }
  .mobile\:p-y--7\.2 {
    padding-top: -72px !important;
    padding-bottom: -72px !important;
  }
  .mobile-m--7\.2 {
    margin: -72px !important;
  }
  .mobile-p--7\.2 {
    padding: -72px !important;
  }
  .mobile-m-x--7\.2 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }
  .mobile-m-y--7\.2 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .mobile-p-x--7\.2 {
    padding-left: -72px !important;
    padding-right: -72px !important;
  }
  .mobile-p-y--7\.2 {
    padding-top: -72px !important;
    padding-bottom: -72px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--7\.1 {
    margin: -71px !important;
  }
  .mobile\:p--7\.1 {
    padding: -71px !important;
  }
  .mobile\:m-x--7\.1 {
    margin-left: -71px !important;
    margin-right: -71px !important;
  }
  .mobile\:m-y--7\.1 {
    margin-top: -71px !important;
    margin-bottom: -71px !important;
  }
  .mobile\:p-x--7\.1 {
    padding-left: -71px !important;
    padding-right: -71px !important;
  }
  .mobile\:p-y--7\.1 {
    padding-top: -71px !important;
    padding-bottom: -71px !important;
  }
  .mobile-m--7\.1 {
    margin: -71px !important;
  }
  .mobile-p--7\.1 {
    padding: -71px !important;
  }
  .mobile-m-x--7\.1 {
    margin-left: -71px !important;
    margin-right: -71px !important;
  }
  .mobile-m-y--7\.1 {
    margin-top: -71px !important;
    margin-bottom: -71px !important;
  }
  .mobile-p-x--7\.1 {
    padding-left: -71px !important;
    padding-right: -71px !important;
  }
  .mobile-p-y--7\.1 {
    padding-top: -71px !important;
    padding-bottom: -71px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--7 {
    margin: -70px !important;
  }
  .mobile\:p--7 {
    padding: -70px !important;
  }
  .mobile\:m-x--7 {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }
  .mobile\:m-y--7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }
  .mobile\:p-x--7 {
    padding-left: -70px !important;
    padding-right: -70px !important;
  }
  .mobile\:p-y--7 {
    padding-top: -70px !important;
    padding-bottom: -70px !important;
  }
  .mobile-m--7 {
    margin: -70px !important;
  }
  .mobile-p--7 {
    padding: -70px !important;
  }
  .mobile-m-x--7 {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }
  .mobile-m-y--7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }
  .mobile-p-x--7 {
    padding-left: -70px !important;
    padding-right: -70px !important;
  }
  .mobile-p-y--7 {
    padding-top: -70px !important;
    padding-bottom: -70px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--6\.9 {
    margin: -69px !important;
  }
  .mobile\:p--6\.9 {
    padding: -69px !important;
  }
  .mobile\:m-x--6\.9 {
    margin-left: -69px !important;
    margin-right: -69px !important;
  }
  .mobile\:m-y--6\.9 {
    margin-top: -69px !important;
    margin-bottom: -69px !important;
  }
  .mobile\:p-x--6\.9 {
    padding-left: -69px !important;
    padding-right: -69px !important;
  }
  .mobile\:p-y--6\.9 {
    padding-top: -69px !important;
    padding-bottom: -69px !important;
  }
  .mobile-m--6\.9 {
    margin: -69px !important;
  }
  .mobile-p--6\.9 {
    padding: -69px !important;
  }
  .mobile-m-x--6\.9 {
    margin-left: -69px !important;
    margin-right: -69px !important;
  }
  .mobile-m-y--6\.9 {
    margin-top: -69px !important;
    margin-bottom: -69px !important;
  }
  .mobile-p-x--6\.9 {
    padding-left: -69px !important;
    padding-right: -69px !important;
  }
  .mobile-p-y--6\.9 {
    padding-top: -69px !important;
    padding-bottom: -69px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--6\.8 {
    margin: -68px !important;
  }
  .mobile\:p--6\.8 {
    padding: -68px !important;
  }
  .mobile\:m-x--6\.8 {
    margin-left: -68px !important;
    margin-right: -68px !important;
  }
  .mobile\:m-y--6\.8 {
    margin-top: -68px !important;
    margin-bottom: -68px !important;
  }
  .mobile\:p-x--6\.8 {
    padding-left: -68px !important;
    padding-right: -68px !important;
  }
  .mobile\:p-y--6\.8 {
    padding-top: -68px !important;
    padding-bottom: -68px !important;
  }
  .mobile-m--6\.8 {
    margin: -68px !important;
  }
  .mobile-p--6\.8 {
    padding: -68px !important;
  }
  .mobile-m-x--6\.8 {
    margin-left: -68px !important;
    margin-right: -68px !important;
  }
  .mobile-m-y--6\.8 {
    margin-top: -68px !important;
    margin-bottom: -68px !important;
  }
  .mobile-p-x--6\.8 {
    padding-left: -68px !important;
    padding-right: -68px !important;
  }
  .mobile-p-y--6\.8 {
    padding-top: -68px !important;
    padding-bottom: -68px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--6\.7 {
    margin: -67px !important;
  }
  .mobile\:p--6\.7 {
    padding: -67px !important;
  }
  .mobile\:m-x--6\.7 {
    margin-left: -67px !important;
    margin-right: -67px !important;
  }
  .mobile\:m-y--6\.7 {
    margin-top: -67px !important;
    margin-bottom: -67px !important;
  }
  .mobile\:p-x--6\.7 {
    padding-left: -67px !important;
    padding-right: -67px !important;
  }
  .mobile\:p-y--6\.7 {
    padding-top: -67px !important;
    padding-bottom: -67px !important;
  }
  .mobile-m--6\.7 {
    margin: -67px !important;
  }
  .mobile-p--6\.7 {
    padding: -67px !important;
  }
  .mobile-m-x--6\.7 {
    margin-left: -67px !important;
    margin-right: -67px !important;
  }
  .mobile-m-y--6\.7 {
    margin-top: -67px !important;
    margin-bottom: -67px !important;
  }
  .mobile-p-x--6\.7 {
    padding-left: -67px !important;
    padding-right: -67px !important;
  }
  .mobile-p-y--6\.7 {
    padding-top: -67px !important;
    padding-bottom: -67px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--6\.6 {
    margin: -66px !important;
  }
  .mobile\:p--6\.6 {
    padding: -66px !important;
  }
  .mobile\:m-x--6\.6 {
    margin-left: -66px !important;
    margin-right: -66px !important;
  }
  .mobile\:m-y--6\.6 {
    margin-top: -66px !important;
    margin-bottom: -66px !important;
  }
  .mobile\:p-x--6\.6 {
    padding-left: -66px !important;
    padding-right: -66px !important;
  }
  .mobile\:p-y--6\.6 {
    padding-top: -66px !important;
    padding-bottom: -66px !important;
  }
  .mobile-m--6\.6 {
    margin: -66px !important;
  }
  .mobile-p--6\.6 {
    padding: -66px !important;
  }
  .mobile-m-x--6\.6 {
    margin-left: -66px !important;
    margin-right: -66px !important;
  }
  .mobile-m-y--6\.6 {
    margin-top: -66px !important;
    margin-bottom: -66px !important;
  }
  .mobile-p-x--6\.6 {
    padding-left: -66px !important;
    padding-right: -66px !important;
  }
  .mobile-p-y--6\.6 {
    padding-top: -66px !important;
    padding-bottom: -66px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--6\.5 {
    margin: -65px !important;
  }
  .mobile\:p--6\.5 {
    padding: -65px !important;
  }
  .mobile\:m-x--6\.5 {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }
  .mobile\:m-y--6\.5 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }
  .mobile\:p-x--6\.5 {
    padding-left: -65px !important;
    padding-right: -65px !important;
  }
  .mobile\:p-y--6\.5 {
    padding-top: -65px !important;
    padding-bottom: -65px !important;
  }
  .mobile-m--6\.5 {
    margin: -65px !important;
  }
  .mobile-p--6\.5 {
    padding: -65px !important;
  }
  .mobile-m-x--6\.5 {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }
  .mobile-m-y--6\.5 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }
  .mobile-p-x--6\.5 {
    padding-left: -65px !important;
    padding-right: -65px !important;
  }
  .mobile-p-y--6\.5 {
    padding-top: -65px !important;
    padding-bottom: -65px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--6\.4 {
    margin: -64px !important;
  }
  .mobile\:p--6\.4 {
    padding: -64px !important;
  }
  .mobile\:m-x--6\.4 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }
  .mobile\:m-y--6\.4 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .mobile\:p-x--6\.4 {
    padding-left: -64px !important;
    padding-right: -64px !important;
  }
  .mobile\:p-y--6\.4 {
    padding-top: -64px !important;
    padding-bottom: -64px !important;
  }
  .mobile-m--6\.4 {
    margin: -64px !important;
  }
  .mobile-p--6\.4 {
    padding: -64px !important;
  }
  .mobile-m-x--6\.4 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }
  .mobile-m-y--6\.4 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .mobile-p-x--6\.4 {
    padding-left: -64px !important;
    padding-right: -64px !important;
  }
  .mobile-p-y--6\.4 {
    padding-top: -64px !important;
    padding-bottom: -64px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--6\.3 {
    margin: -63px !important;
  }
  .mobile\:p--6\.3 {
    padding: -63px !important;
  }
  .mobile\:m-x--6\.3 {
    margin-left: -63px !important;
    margin-right: -63px !important;
  }
  .mobile\:m-y--6\.3 {
    margin-top: -63px !important;
    margin-bottom: -63px !important;
  }
  .mobile\:p-x--6\.3 {
    padding-left: -63px !important;
    padding-right: -63px !important;
  }
  .mobile\:p-y--6\.3 {
    padding-top: -63px !important;
    padding-bottom: -63px !important;
  }
  .mobile-m--6\.3 {
    margin: -63px !important;
  }
  .mobile-p--6\.3 {
    padding: -63px !important;
  }
  .mobile-m-x--6\.3 {
    margin-left: -63px !important;
    margin-right: -63px !important;
  }
  .mobile-m-y--6\.3 {
    margin-top: -63px !important;
    margin-bottom: -63px !important;
  }
  .mobile-p-x--6\.3 {
    padding-left: -63px !important;
    padding-right: -63px !important;
  }
  .mobile-p-y--6\.3 {
    padding-top: -63px !important;
    padding-bottom: -63px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--6\.2 {
    margin: -62px !important;
  }
  .mobile\:p--6\.2 {
    padding: -62px !important;
  }
  .mobile\:m-x--6\.2 {
    margin-left: -62px !important;
    margin-right: -62px !important;
  }
  .mobile\:m-y--6\.2 {
    margin-top: -62px !important;
    margin-bottom: -62px !important;
  }
  .mobile\:p-x--6\.2 {
    padding-left: -62px !important;
    padding-right: -62px !important;
  }
  .mobile\:p-y--6\.2 {
    padding-top: -62px !important;
    padding-bottom: -62px !important;
  }
  .mobile-m--6\.2 {
    margin: -62px !important;
  }
  .mobile-p--6\.2 {
    padding: -62px !important;
  }
  .mobile-m-x--6\.2 {
    margin-left: -62px !important;
    margin-right: -62px !important;
  }
  .mobile-m-y--6\.2 {
    margin-top: -62px !important;
    margin-bottom: -62px !important;
  }
  .mobile-p-x--6\.2 {
    padding-left: -62px !important;
    padding-right: -62px !important;
  }
  .mobile-p-y--6\.2 {
    padding-top: -62px !important;
    padding-bottom: -62px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--6\.1 {
    margin: -61px !important;
  }
  .mobile\:p--6\.1 {
    padding: -61px !important;
  }
  .mobile\:m-x--6\.1 {
    margin-left: -61px !important;
    margin-right: -61px !important;
  }
  .mobile\:m-y--6\.1 {
    margin-top: -61px !important;
    margin-bottom: -61px !important;
  }
  .mobile\:p-x--6\.1 {
    padding-left: -61px !important;
    padding-right: -61px !important;
  }
  .mobile\:p-y--6\.1 {
    padding-top: -61px !important;
    padding-bottom: -61px !important;
  }
  .mobile-m--6\.1 {
    margin: -61px !important;
  }
  .mobile-p--6\.1 {
    padding: -61px !important;
  }
  .mobile-m-x--6\.1 {
    margin-left: -61px !important;
    margin-right: -61px !important;
  }
  .mobile-m-y--6\.1 {
    margin-top: -61px !important;
    margin-bottom: -61px !important;
  }
  .mobile-p-x--6\.1 {
    padding-left: -61px !important;
    padding-right: -61px !important;
  }
  .mobile-p-y--6\.1 {
    padding-top: -61px !important;
    padding-bottom: -61px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--6 {
    margin: -60px !important;
  }
  .mobile\:p--6 {
    padding: -60px !important;
  }
  .mobile\:m-x--6 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }
  .mobile\:m-y--6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .mobile\:p-x--6 {
    padding-left: -60px !important;
    padding-right: -60px !important;
  }
  .mobile\:p-y--6 {
    padding-top: -60px !important;
    padding-bottom: -60px !important;
  }
  .mobile-m--6 {
    margin: -60px !important;
  }
  .mobile-p--6 {
    padding: -60px !important;
  }
  .mobile-m-x--6 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }
  .mobile-m-y--6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .mobile-p-x--6 {
    padding-left: -60px !important;
    padding-right: -60px !important;
  }
  .mobile-p-y--6 {
    padding-top: -60px !important;
    padding-bottom: -60px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--5\.9 {
    margin: -59px !important;
  }
  .mobile\:p--5\.9 {
    padding: -59px !important;
  }
  .mobile\:m-x--5\.9 {
    margin-left: -59px !important;
    margin-right: -59px !important;
  }
  .mobile\:m-y--5\.9 {
    margin-top: -59px !important;
    margin-bottom: -59px !important;
  }
  .mobile\:p-x--5\.9 {
    padding-left: -59px !important;
    padding-right: -59px !important;
  }
  .mobile\:p-y--5\.9 {
    padding-top: -59px !important;
    padding-bottom: -59px !important;
  }
  .mobile-m--5\.9 {
    margin: -59px !important;
  }
  .mobile-p--5\.9 {
    padding: -59px !important;
  }
  .mobile-m-x--5\.9 {
    margin-left: -59px !important;
    margin-right: -59px !important;
  }
  .mobile-m-y--5\.9 {
    margin-top: -59px !important;
    margin-bottom: -59px !important;
  }
  .mobile-p-x--5\.9 {
    padding-left: -59px !important;
    padding-right: -59px !important;
  }
  .mobile-p-y--5\.9 {
    padding-top: -59px !important;
    padding-bottom: -59px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--5\.8 {
    margin: -58px !important;
  }
  .mobile\:p--5\.8 {
    padding: -58px !important;
  }
  .mobile\:m-x--5\.8 {
    margin-left: -58px !important;
    margin-right: -58px !important;
  }
  .mobile\:m-y--5\.8 {
    margin-top: -58px !important;
    margin-bottom: -58px !important;
  }
  .mobile\:p-x--5\.8 {
    padding-left: -58px !important;
    padding-right: -58px !important;
  }
  .mobile\:p-y--5\.8 {
    padding-top: -58px !important;
    padding-bottom: -58px !important;
  }
  .mobile-m--5\.8 {
    margin: -58px !important;
  }
  .mobile-p--5\.8 {
    padding: -58px !important;
  }
  .mobile-m-x--5\.8 {
    margin-left: -58px !important;
    margin-right: -58px !important;
  }
  .mobile-m-y--5\.8 {
    margin-top: -58px !important;
    margin-bottom: -58px !important;
  }
  .mobile-p-x--5\.8 {
    padding-left: -58px !important;
    padding-right: -58px !important;
  }
  .mobile-p-y--5\.8 {
    padding-top: -58px !important;
    padding-bottom: -58px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--5\.7 {
    margin: -57px !important;
  }
  .mobile\:p--5\.7 {
    padding: -57px !important;
  }
  .mobile\:m-x--5\.7 {
    margin-left: -57px !important;
    margin-right: -57px !important;
  }
  .mobile\:m-y--5\.7 {
    margin-top: -57px !important;
    margin-bottom: -57px !important;
  }
  .mobile\:p-x--5\.7 {
    padding-left: -57px !important;
    padding-right: -57px !important;
  }
  .mobile\:p-y--5\.7 {
    padding-top: -57px !important;
    padding-bottom: -57px !important;
  }
  .mobile-m--5\.7 {
    margin: -57px !important;
  }
  .mobile-p--5\.7 {
    padding: -57px !important;
  }
  .mobile-m-x--5\.7 {
    margin-left: -57px !important;
    margin-right: -57px !important;
  }
  .mobile-m-y--5\.7 {
    margin-top: -57px !important;
    margin-bottom: -57px !important;
  }
  .mobile-p-x--5\.7 {
    padding-left: -57px !important;
    padding-right: -57px !important;
  }
  .mobile-p-y--5\.7 {
    padding-top: -57px !important;
    padding-bottom: -57px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--5\.6 {
    margin: -56px !important;
  }
  .mobile\:p--5\.6 {
    padding: -56px !important;
  }
  .mobile\:m-x--5\.6 {
    margin-left: -56px !important;
    margin-right: -56px !important;
  }
  .mobile\:m-y--5\.6 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .mobile\:p-x--5\.6 {
    padding-left: -56px !important;
    padding-right: -56px !important;
  }
  .mobile\:p-y--5\.6 {
    padding-top: -56px !important;
    padding-bottom: -56px !important;
  }
  .mobile-m--5\.6 {
    margin: -56px !important;
  }
  .mobile-p--5\.6 {
    padding: -56px !important;
  }
  .mobile-m-x--5\.6 {
    margin-left: -56px !important;
    margin-right: -56px !important;
  }
  .mobile-m-y--5\.6 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .mobile-p-x--5\.6 {
    padding-left: -56px !important;
    padding-right: -56px !important;
  }
  .mobile-p-y--5\.6 {
    padding-top: -56px !important;
    padding-bottom: -56px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--5\.5 {
    margin: -55px !important;
  }
  .mobile\:p--5\.5 {
    padding: -55px !important;
  }
  .mobile\:m-x--5\.5 {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }
  .mobile\:m-y--5\.5 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .mobile\:p-x--5\.5 {
    padding-left: -55px !important;
    padding-right: -55px !important;
  }
  .mobile\:p-y--5\.5 {
    padding-top: -55px !important;
    padding-bottom: -55px !important;
  }
  .mobile-m--5\.5 {
    margin: -55px !important;
  }
  .mobile-p--5\.5 {
    padding: -55px !important;
  }
  .mobile-m-x--5\.5 {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }
  .mobile-m-y--5\.5 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .mobile-p-x--5\.5 {
    padding-left: -55px !important;
    padding-right: -55px !important;
  }
  .mobile-p-y--5\.5 {
    padding-top: -55px !important;
    padding-bottom: -55px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--5\.4 {
    margin: -54px !important;
  }
  .mobile\:p--5\.4 {
    padding: -54px !important;
  }
  .mobile\:m-x--5\.4 {
    margin-left: -54px !important;
    margin-right: -54px !important;
  }
  .mobile\:m-y--5\.4 {
    margin-top: -54px !important;
    margin-bottom: -54px !important;
  }
  .mobile\:p-x--5\.4 {
    padding-left: -54px !important;
    padding-right: -54px !important;
  }
  .mobile\:p-y--5\.4 {
    padding-top: -54px !important;
    padding-bottom: -54px !important;
  }
  .mobile-m--5\.4 {
    margin: -54px !important;
  }
  .mobile-p--5\.4 {
    padding: -54px !important;
  }
  .mobile-m-x--5\.4 {
    margin-left: -54px !important;
    margin-right: -54px !important;
  }
  .mobile-m-y--5\.4 {
    margin-top: -54px !important;
    margin-bottom: -54px !important;
  }
  .mobile-p-x--5\.4 {
    padding-left: -54px !important;
    padding-right: -54px !important;
  }
  .mobile-p-y--5\.4 {
    padding-top: -54px !important;
    padding-bottom: -54px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--5\.3 {
    margin: -53px !important;
  }
  .mobile\:p--5\.3 {
    padding: -53px !important;
  }
  .mobile\:m-x--5\.3 {
    margin-left: -53px !important;
    margin-right: -53px !important;
  }
  .mobile\:m-y--5\.3 {
    margin-top: -53px !important;
    margin-bottom: -53px !important;
  }
  .mobile\:p-x--5\.3 {
    padding-left: -53px !important;
    padding-right: -53px !important;
  }
  .mobile\:p-y--5\.3 {
    padding-top: -53px !important;
    padding-bottom: -53px !important;
  }
  .mobile-m--5\.3 {
    margin: -53px !important;
  }
  .mobile-p--5\.3 {
    padding: -53px !important;
  }
  .mobile-m-x--5\.3 {
    margin-left: -53px !important;
    margin-right: -53px !important;
  }
  .mobile-m-y--5\.3 {
    margin-top: -53px !important;
    margin-bottom: -53px !important;
  }
  .mobile-p-x--5\.3 {
    padding-left: -53px !important;
    padding-right: -53px !important;
  }
  .mobile-p-y--5\.3 {
    padding-top: -53px !important;
    padding-bottom: -53px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--5\.2 {
    margin: -52px !important;
  }
  .mobile\:p--5\.2 {
    padding: -52px !important;
  }
  .mobile\:m-x--5\.2 {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }
  .mobile\:m-y--5\.2 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }
  .mobile\:p-x--5\.2 {
    padding-left: -52px !important;
    padding-right: -52px !important;
  }
  .mobile\:p-y--5\.2 {
    padding-top: -52px !important;
    padding-bottom: -52px !important;
  }
  .mobile-m--5\.2 {
    margin: -52px !important;
  }
  .mobile-p--5\.2 {
    padding: -52px !important;
  }
  .mobile-m-x--5\.2 {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }
  .mobile-m-y--5\.2 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }
  .mobile-p-x--5\.2 {
    padding-left: -52px !important;
    padding-right: -52px !important;
  }
  .mobile-p-y--5\.2 {
    padding-top: -52px !important;
    padding-bottom: -52px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--5\.1 {
    margin: -51px !important;
  }
  .mobile\:p--5\.1 {
    padding: -51px !important;
  }
  .mobile\:m-x--5\.1 {
    margin-left: -51px !important;
    margin-right: -51px !important;
  }
  .mobile\:m-y--5\.1 {
    margin-top: -51px !important;
    margin-bottom: -51px !important;
  }
  .mobile\:p-x--5\.1 {
    padding-left: -51px !important;
    padding-right: -51px !important;
  }
  .mobile\:p-y--5\.1 {
    padding-top: -51px !important;
    padding-bottom: -51px !important;
  }
  .mobile-m--5\.1 {
    margin: -51px !important;
  }
  .mobile-p--5\.1 {
    padding: -51px !important;
  }
  .mobile-m-x--5\.1 {
    margin-left: -51px !important;
    margin-right: -51px !important;
  }
  .mobile-m-y--5\.1 {
    margin-top: -51px !important;
    margin-bottom: -51px !important;
  }
  .mobile-p-x--5\.1 {
    padding-left: -51px !important;
    padding-right: -51px !important;
  }
  .mobile-p-y--5\.1 {
    padding-top: -51px !important;
    padding-bottom: -51px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--5 {
    margin: -50px !important;
  }
  .mobile\:p--5 {
    padding: -50px !important;
  }
  .mobile\:m-x--5 {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }
  .mobile\:m-y--5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .mobile\:p-x--5 {
    padding-left: -50px !important;
    padding-right: -50px !important;
  }
  .mobile\:p-y--5 {
    padding-top: -50px !important;
    padding-bottom: -50px !important;
  }
  .mobile-m--5 {
    margin: -50px !important;
  }
  .mobile-p--5 {
    padding: -50px !important;
  }
  .mobile-m-x--5 {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }
  .mobile-m-y--5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .mobile-p-x--5 {
    padding-left: -50px !important;
    padding-right: -50px !important;
  }
  .mobile-p-y--5 {
    padding-top: -50px !important;
    padding-bottom: -50px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--4\.9 {
    margin: -49px !important;
  }
  .mobile\:p--4\.9 {
    padding: -49px !important;
  }
  .mobile\:m-x--4\.9 {
    margin-left: -49px !important;
    margin-right: -49px !important;
  }
  .mobile\:m-y--4\.9 {
    margin-top: -49px !important;
    margin-bottom: -49px !important;
  }
  .mobile\:p-x--4\.9 {
    padding-left: -49px !important;
    padding-right: -49px !important;
  }
  .mobile\:p-y--4\.9 {
    padding-top: -49px !important;
    padding-bottom: -49px !important;
  }
  .mobile-m--4\.9 {
    margin: -49px !important;
  }
  .mobile-p--4\.9 {
    padding: -49px !important;
  }
  .mobile-m-x--4\.9 {
    margin-left: -49px !important;
    margin-right: -49px !important;
  }
  .mobile-m-y--4\.9 {
    margin-top: -49px !important;
    margin-bottom: -49px !important;
  }
  .mobile-p-x--4\.9 {
    padding-left: -49px !important;
    padding-right: -49px !important;
  }
  .mobile-p-y--4\.9 {
    padding-top: -49px !important;
    padding-bottom: -49px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--4\.8 {
    margin: -48px !important;
  }
  .mobile\:p--4\.8 {
    padding: -48px !important;
  }
  .mobile\:m-x--4\.8 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }
  .mobile\:m-y--4\.8 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .mobile\:p-x--4\.8 {
    padding-left: -48px !important;
    padding-right: -48px !important;
  }
  .mobile\:p-y--4\.8 {
    padding-top: -48px !important;
    padding-bottom: -48px !important;
  }
  .mobile-m--4\.8 {
    margin: -48px !important;
  }
  .mobile-p--4\.8 {
    padding: -48px !important;
  }
  .mobile-m-x--4\.8 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }
  .mobile-m-y--4\.8 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .mobile-p-x--4\.8 {
    padding-left: -48px !important;
    padding-right: -48px !important;
  }
  .mobile-p-y--4\.8 {
    padding-top: -48px !important;
    padding-bottom: -48px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--4\.7 {
    margin: -47px !important;
  }
  .mobile\:p--4\.7 {
    padding: -47px !important;
  }
  .mobile\:m-x--4\.7 {
    margin-left: -47px !important;
    margin-right: -47px !important;
  }
  .mobile\:m-y--4\.7 {
    margin-top: -47px !important;
    margin-bottom: -47px !important;
  }
  .mobile\:p-x--4\.7 {
    padding-left: -47px !important;
    padding-right: -47px !important;
  }
  .mobile\:p-y--4\.7 {
    padding-top: -47px !important;
    padding-bottom: -47px !important;
  }
  .mobile-m--4\.7 {
    margin: -47px !important;
  }
  .mobile-p--4\.7 {
    padding: -47px !important;
  }
  .mobile-m-x--4\.7 {
    margin-left: -47px !important;
    margin-right: -47px !important;
  }
  .mobile-m-y--4\.7 {
    margin-top: -47px !important;
    margin-bottom: -47px !important;
  }
  .mobile-p-x--4\.7 {
    padding-left: -47px !important;
    padding-right: -47px !important;
  }
  .mobile-p-y--4\.7 {
    padding-top: -47px !important;
    padding-bottom: -47px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--4\.6 {
    margin: -46px !important;
  }
  .mobile\:p--4\.6 {
    padding: -46px !important;
  }
  .mobile\:m-x--4\.6 {
    margin-left: -46px !important;
    margin-right: -46px !important;
  }
  .mobile\:m-y--4\.6 {
    margin-top: -46px !important;
    margin-bottom: -46px !important;
  }
  .mobile\:p-x--4\.6 {
    padding-left: -46px !important;
    padding-right: -46px !important;
  }
  .mobile\:p-y--4\.6 {
    padding-top: -46px !important;
    padding-bottom: -46px !important;
  }
  .mobile-m--4\.6 {
    margin: -46px !important;
  }
  .mobile-p--4\.6 {
    padding: -46px !important;
  }
  .mobile-m-x--4\.6 {
    margin-left: -46px !important;
    margin-right: -46px !important;
  }
  .mobile-m-y--4\.6 {
    margin-top: -46px !important;
    margin-bottom: -46px !important;
  }
  .mobile-p-x--4\.6 {
    padding-left: -46px !important;
    padding-right: -46px !important;
  }
  .mobile-p-y--4\.6 {
    padding-top: -46px !important;
    padding-bottom: -46px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--4\.5 {
    margin: -45px !important;
  }
  .mobile\:p--4\.5 {
    padding: -45px !important;
  }
  .mobile\:m-x--4\.5 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }
  .mobile\:m-y--4\.5 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .mobile\:p-x--4\.5 {
    padding-left: -45px !important;
    padding-right: -45px !important;
  }
  .mobile\:p-y--4\.5 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
  .mobile-m--4\.5 {
    margin: -45px !important;
  }
  .mobile-p--4\.5 {
    padding: -45px !important;
  }
  .mobile-m-x--4\.5 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }
  .mobile-m-y--4\.5 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .mobile-p-x--4\.5 {
    padding-left: -45px !important;
    padding-right: -45px !important;
  }
  .mobile-p-y--4\.5 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--4\.4 {
    margin: -44px !important;
  }
  .mobile\:p--4\.4 {
    padding: -44px !important;
  }
  .mobile\:m-x--4\.4 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }
  .mobile\:m-y--4\.4 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }
  .mobile\:p-x--4\.4 {
    padding-left: -44px !important;
    padding-right: -44px !important;
  }
  .mobile\:p-y--4\.4 {
    padding-top: -44px !important;
    padding-bottom: -44px !important;
  }
  .mobile-m--4\.4 {
    margin: -44px !important;
  }
  .mobile-p--4\.4 {
    padding: -44px !important;
  }
  .mobile-m-x--4\.4 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }
  .mobile-m-y--4\.4 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }
  .mobile-p-x--4\.4 {
    padding-left: -44px !important;
    padding-right: -44px !important;
  }
  .mobile-p-y--4\.4 {
    padding-top: -44px !important;
    padding-bottom: -44px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--4\.3 {
    margin: -43px !important;
  }
  .mobile\:p--4\.3 {
    padding: -43px !important;
  }
  .mobile\:m-x--4\.3 {
    margin-left: -43px !important;
    margin-right: -43px !important;
  }
  .mobile\:m-y--4\.3 {
    margin-top: -43px !important;
    margin-bottom: -43px !important;
  }
  .mobile\:p-x--4\.3 {
    padding-left: -43px !important;
    padding-right: -43px !important;
  }
  .mobile\:p-y--4\.3 {
    padding-top: -43px !important;
    padding-bottom: -43px !important;
  }
  .mobile-m--4\.3 {
    margin: -43px !important;
  }
  .mobile-p--4\.3 {
    padding: -43px !important;
  }
  .mobile-m-x--4\.3 {
    margin-left: -43px !important;
    margin-right: -43px !important;
  }
  .mobile-m-y--4\.3 {
    margin-top: -43px !important;
    margin-bottom: -43px !important;
  }
  .mobile-p-x--4\.3 {
    padding-left: -43px !important;
    padding-right: -43px !important;
  }
  .mobile-p-y--4\.3 {
    padding-top: -43px !important;
    padding-bottom: -43px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--4\.2 {
    margin: -42px !important;
  }
  .mobile\:p--4\.2 {
    padding: -42px !important;
  }
  .mobile\:m-x--4\.2 {
    margin-left: -42px !important;
    margin-right: -42px !important;
  }
  .mobile\:m-y--4\.2 {
    margin-top: -42px !important;
    margin-bottom: -42px !important;
  }
  .mobile\:p-x--4\.2 {
    padding-left: -42px !important;
    padding-right: -42px !important;
  }
  .mobile\:p-y--4\.2 {
    padding-top: -42px !important;
    padding-bottom: -42px !important;
  }
  .mobile-m--4\.2 {
    margin: -42px !important;
  }
  .mobile-p--4\.2 {
    padding: -42px !important;
  }
  .mobile-m-x--4\.2 {
    margin-left: -42px !important;
    margin-right: -42px !important;
  }
  .mobile-m-y--4\.2 {
    margin-top: -42px !important;
    margin-bottom: -42px !important;
  }
  .mobile-p-x--4\.2 {
    padding-left: -42px !important;
    padding-right: -42px !important;
  }
  .mobile-p-y--4\.2 {
    padding-top: -42px !important;
    padding-bottom: -42px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--4\.1 {
    margin: -41px !important;
  }
  .mobile\:p--4\.1 {
    padding: -41px !important;
  }
  .mobile\:m-x--4\.1 {
    margin-left: -41px !important;
    margin-right: -41px !important;
  }
  .mobile\:m-y--4\.1 {
    margin-top: -41px !important;
    margin-bottom: -41px !important;
  }
  .mobile\:p-x--4\.1 {
    padding-left: -41px !important;
    padding-right: -41px !important;
  }
  .mobile\:p-y--4\.1 {
    padding-top: -41px !important;
    padding-bottom: -41px !important;
  }
  .mobile-m--4\.1 {
    margin: -41px !important;
  }
  .mobile-p--4\.1 {
    padding: -41px !important;
  }
  .mobile-m-x--4\.1 {
    margin-left: -41px !important;
    margin-right: -41px !important;
  }
  .mobile-m-y--4\.1 {
    margin-top: -41px !important;
    margin-bottom: -41px !important;
  }
  .mobile-p-x--4\.1 {
    padding-left: -41px !important;
    padding-right: -41px !important;
  }
  .mobile-p-y--4\.1 {
    padding-top: -41px !important;
    padding-bottom: -41px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--4 {
    margin: -40px !important;
  }
  .mobile\:p--4 {
    padding: -40px !important;
  }
  .mobile\:m-x--4 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
  .mobile\:m-y--4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .mobile\:p-x--4 {
    padding-left: -40px !important;
    padding-right: -40px !important;
  }
  .mobile\:p-y--4 {
    padding-top: -40px !important;
    padding-bottom: -40px !important;
  }
  .mobile-m--4 {
    margin: -40px !important;
  }
  .mobile-p--4 {
    padding: -40px !important;
  }
  .mobile-m-x--4 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
  .mobile-m-y--4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .mobile-p-x--4 {
    padding-left: -40px !important;
    padding-right: -40px !important;
  }
  .mobile-p-y--4 {
    padding-top: -40px !important;
    padding-bottom: -40px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--3\.9 {
    margin: -39px !important;
  }
  .mobile\:p--3\.9 {
    padding: -39px !important;
  }
  .mobile\:m-x--3\.9 {
    margin-left: -39px !important;
    margin-right: -39px !important;
  }
  .mobile\:m-y--3\.9 {
    margin-top: -39px !important;
    margin-bottom: -39px !important;
  }
  .mobile\:p-x--3\.9 {
    padding-left: -39px !important;
    padding-right: -39px !important;
  }
  .mobile\:p-y--3\.9 {
    padding-top: -39px !important;
    padding-bottom: -39px !important;
  }
  .mobile-m--3\.9 {
    margin: -39px !important;
  }
  .mobile-p--3\.9 {
    padding: -39px !important;
  }
  .mobile-m-x--3\.9 {
    margin-left: -39px !important;
    margin-right: -39px !important;
  }
  .mobile-m-y--3\.9 {
    margin-top: -39px !important;
    margin-bottom: -39px !important;
  }
  .mobile-p-x--3\.9 {
    padding-left: -39px !important;
    padding-right: -39px !important;
  }
  .mobile-p-y--3\.9 {
    padding-top: -39px !important;
    padding-bottom: -39px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--3\.8 {
    margin: -38px !important;
  }
  .mobile\:p--3\.8 {
    padding: -38px !important;
  }
  .mobile\:m-x--3\.8 {
    margin-left: -38px !important;
    margin-right: -38px !important;
  }
  .mobile\:m-y--3\.8 {
    margin-top: -38px !important;
    margin-bottom: -38px !important;
  }
  .mobile\:p-x--3\.8 {
    padding-left: -38px !important;
    padding-right: -38px !important;
  }
  .mobile\:p-y--3\.8 {
    padding-top: -38px !important;
    padding-bottom: -38px !important;
  }
  .mobile-m--3\.8 {
    margin: -38px !important;
  }
  .mobile-p--3\.8 {
    padding: -38px !important;
  }
  .mobile-m-x--3\.8 {
    margin-left: -38px !important;
    margin-right: -38px !important;
  }
  .mobile-m-y--3\.8 {
    margin-top: -38px !important;
    margin-bottom: -38px !important;
  }
  .mobile-p-x--3\.8 {
    padding-left: -38px !important;
    padding-right: -38px !important;
  }
  .mobile-p-y--3\.8 {
    padding-top: -38px !important;
    padding-bottom: -38px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--3\.7 {
    margin: -37px !important;
  }
  .mobile\:p--3\.7 {
    padding: -37px !important;
  }
  .mobile\:m-x--3\.7 {
    margin-left: -37px !important;
    margin-right: -37px !important;
  }
  .mobile\:m-y--3\.7 {
    margin-top: -37px !important;
    margin-bottom: -37px !important;
  }
  .mobile\:p-x--3\.7 {
    padding-left: -37px !important;
    padding-right: -37px !important;
  }
  .mobile\:p-y--3\.7 {
    padding-top: -37px !important;
    padding-bottom: -37px !important;
  }
  .mobile-m--3\.7 {
    margin: -37px !important;
  }
  .mobile-p--3\.7 {
    padding: -37px !important;
  }
  .mobile-m-x--3\.7 {
    margin-left: -37px !important;
    margin-right: -37px !important;
  }
  .mobile-m-y--3\.7 {
    margin-top: -37px !important;
    margin-bottom: -37px !important;
  }
  .mobile-p-x--3\.7 {
    padding-left: -37px !important;
    padding-right: -37px !important;
  }
  .mobile-p-y--3\.7 {
    padding-top: -37px !important;
    padding-bottom: -37px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--3\.6 {
    margin: -36px !important;
  }
  .mobile\:p--3\.6 {
    padding: -36px !important;
  }
  .mobile\:m-x--3\.6 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }
  .mobile\:m-y--3\.6 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
  .mobile\:p-x--3\.6 {
    padding-left: -36px !important;
    padding-right: -36px !important;
  }
  .mobile\:p-y--3\.6 {
    padding-top: -36px !important;
    padding-bottom: -36px !important;
  }
  .mobile-m--3\.6 {
    margin: -36px !important;
  }
  .mobile-p--3\.6 {
    padding: -36px !important;
  }
  .mobile-m-x--3\.6 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }
  .mobile-m-y--3\.6 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
  .mobile-p-x--3\.6 {
    padding-left: -36px !important;
    padding-right: -36px !important;
  }
  .mobile-p-y--3\.6 {
    padding-top: -36px !important;
    padding-bottom: -36px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--3\.5 {
    margin: -35px !important;
  }
  .mobile\:p--3\.5 {
    padding: -35px !important;
  }
  .mobile\:m-x--3\.5 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }
  .mobile\:m-y--3\.5 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .mobile\:p-x--3\.5 {
    padding-left: -35px !important;
    padding-right: -35px !important;
  }
  .mobile\:p-y--3\.5 {
    padding-top: -35px !important;
    padding-bottom: -35px !important;
  }
  .mobile-m--3\.5 {
    margin: -35px !important;
  }
  .mobile-p--3\.5 {
    padding: -35px !important;
  }
  .mobile-m-x--3\.5 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }
  .mobile-m-y--3\.5 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .mobile-p-x--3\.5 {
    padding-left: -35px !important;
    padding-right: -35px !important;
  }
  .mobile-p-y--3\.5 {
    padding-top: -35px !important;
    padding-bottom: -35px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--3\.4 {
    margin: -34px !important;
  }
  .mobile\:p--3\.4 {
    padding: -34px !important;
  }
  .mobile\:m-x--3\.4 {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }
  .mobile\:m-y--3\.4 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }
  .mobile\:p-x--3\.4 {
    padding-left: -34px !important;
    padding-right: -34px !important;
  }
  .mobile\:p-y--3\.4 {
    padding-top: -34px !important;
    padding-bottom: -34px !important;
  }
  .mobile-m--3\.4 {
    margin: -34px !important;
  }
  .mobile-p--3\.4 {
    padding: -34px !important;
  }
  .mobile-m-x--3\.4 {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }
  .mobile-m-y--3\.4 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }
  .mobile-p-x--3\.4 {
    padding-left: -34px !important;
    padding-right: -34px !important;
  }
  .mobile-p-y--3\.4 {
    padding-top: -34px !important;
    padding-bottom: -34px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--3\.3 {
    margin: -33px !important;
  }
  .mobile\:p--3\.3 {
    padding: -33px !important;
  }
  .mobile\:m-x--3\.3 {
    margin-left: -33px !important;
    margin-right: -33px !important;
  }
  .mobile\:m-y--3\.3 {
    margin-top: -33px !important;
    margin-bottom: -33px !important;
  }
  .mobile\:p-x--3\.3 {
    padding-left: -33px !important;
    padding-right: -33px !important;
  }
  .mobile\:p-y--3\.3 {
    padding-top: -33px !important;
    padding-bottom: -33px !important;
  }
  .mobile-m--3\.3 {
    margin: -33px !important;
  }
  .mobile-p--3\.3 {
    padding: -33px !important;
  }
  .mobile-m-x--3\.3 {
    margin-left: -33px !important;
    margin-right: -33px !important;
  }
  .mobile-m-y--3\.3 {
    margin-top: -33px !important;
    margin-bottom: -33px !important;
  }
  .mobile-p-x--3\.3 {
    padding-left: -33px !important;
    padding-right: -33px !important;
  }
  .mobile-p-y--3\.3 {
    padding-top: -33px !important;
    padding-bottom: -33px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--3\.2 {
    margin: -32px !important;
  }
  .mobile\:p--3\.2 {
    padding: -32px !important;
  }
  .mobile\:m-x--3\.2 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }
  .mobile\:m-y--3\.2 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .mobile\:p-x--3\.2 {
    padding-left: -32px !important;
    padding-right: -32px !important;
  }
  .mobile\:p-y--3\.2 {
    padding-top: -32px !important;
    padding-bottom: -32px !important;
  }
  .mobile-m--3\.2 {
    margin: -32px !important;
  }
  .mobile-p--3\.2 {
    padding: -32px !important;
  }
  .mobile-m-x--3\.2 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }
  .mobile-m-y--3\.2 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .mobile-p-x--3\.2 {
    padding-left: -32px !important;
    padding-right: -32px !important;
  }
  .mobile-p-y--3\.2 {
    padding-top: -32px !important;
    padding-bottom: -32px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--3\.1 {
    margin: -31px !important;
  }
  .mobile\:p--3\.1 {
    padding: -31px !important;
  }
  .mobile\:m-x--3\.1 {
    margin-left: -31px !important;
    margin-right: -31px !important;
  }
  .mobile\:m-y--3\.1 {
    margin-top: -31px !important;
    margin-bottom: -31px !important;
  }
  .mobile\:p-x--3\.1 {
    padding-left: -31px !important;
    padding-right: -31px !important;
  }
  .mobile\:p-y--3\.1 {
    padding-top: -31px !important;
    padding-bottom: -31px !important;
  }
  .mobile-m--3\.1 {
    margin: -31px !important;
  }
  .mobile-p--3\.1 {
    padding: -31px !important;
  }
  .mobile-m-x--3\.1 {
    margin-left: -31px !important;
    margin-right: -31px !important;
  }
  .mobile-m-y--3\.1 {
    margin-top: -31px !important;
    margin-bottom: -31px !important;
  }
  .mobile-p-x--3\.1 {
    padding-left: -31px !important;
    padding-right: -31px !important;
  }
  .mobile-p-y--3\.1 {
    padding-top: -31px !important;
    padding-bottom: -31px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--3 {
    margin: -30px !important;
  }
  .mobile\:p--3 {
    padding: -30px !important;
  }
  .mobile\:m-x--3 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .mobile\:m-y--3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .mobile\:p-x--3 {
    padding-left: -30px !important;
    padding-right: -30px !important;
  }
  .mobile\:p-y--3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .mobile-m--3 {
    margin: -30px !important;
  }
  .mobile-p--3 {
    padding: -30px !important;
  }
  .mobile-m-x--3 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .mobile-m-y--3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .mobile-p-x--3 {
    padding-left: -30px !important;
    padding-right: -30px !important;
  }
  .mobile-p-y--3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--2\.9 {
    margin: -29px !important;
  }
  .mobile\:p--2\.9 {
    padding: -29px !important;
  }
  .mobile\:m-x--2\.9 {
    margin-left: -29px !important;
    margin-right: -29px !important;
  }
  .mobile\:m-y--2\.9 {
    margin-top: -29px !important;
    margin-bottom: -29px !important;
  }
  .mobile\:p-x--2\.9 {
    padding-left: -29px !important;
    padding-right: -29px !important;
  }
  .mobile\:p-y--2\.9 {
    padding-top: -29px !important;
    padding-bottom: -29px !important;
  }
  .mobile-m--2\.9 {
    margin: -29px !important;
  }
  .mobile-p--2\.9 {
    padding: -29px !important;
  }
  .mobile-m-x--2\.9 {
    margin-left: -29px !important;
    margin-right: -29px !important;
  }
  .mobile-m-y--2\.9 {
    margin-top: -29px !important;
    margin-bottom: -29px !important;
  }
  .mobile-p-x--2\.9 {
    padding-left: -29px !important;
    padding-right: -29px !important;
  }
  .mobile-p-y--2\.9 {
    padding-top: -29px !important;
    padding-bottom: -29px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--2\.8 {
    margin: -28px !important;
  }
  .mobile\:p--2\.8 {
    padding: -28px !important;
  }
  .mobile\:m-x--2\.8 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }
  .mobile\:m-y--2\.8 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
  .mobile\:p-x--2\.8 {
    padding-left: -28px !important;
    padding-right: -28px !important;
  }
  .mobile\:p-y--2\.8 {
    padding-top: -28px !important;
    padding-bottom: -28px !important;
  }
  .mobile-m--2\.8 {
    margin: -28px !important;
  }
  .mobile-p--2\.8 {
    padding: -28px !important;
  }
  .mobile-m-x--2\.8 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }
  .mobile-m-y--2\.8 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
  .mobile-p-x--2\.8 {
    padding-left: -28px !important;
    padding-right: -28px !important;
  }
  .mobile-p-y--2\.8 {
    padding-top: -28px !important;
    padding-bottom: -28px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--2\.7 {
    margin: -27px !important;
  }
  .mobile\:p--2\.7 {
    padding: -27px !important;
  }
  .mobile\:m-x--2\.7 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }
  .mobile\:m-y--2\.7 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }
  .mobile\:p-x--2\.7 {
    padding-left: -27px !important;
    padding-right: -27px !important;
  }
  .mobile\:p-y--2\.7 {
    padding-top: -27px !important;
    padding-bottom: -27px !important;
  }
  .mobile-m--2\.7 {
    margin: -27px !important;
  }
  .mobile-p--2\.7 {
    padding: -27px !important;
  }
  .mobile-m-x--2\.7 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }
  .mobile-m-y--2\.7 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }
  .mobile-p-x--2\.7 {
    padding-left: -27px !important;
    padding-right: -27px !important;
  }
  .mobile-p-y--2\.7 {
    padding-top: -27px !important;
    padding-bottom: -27px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--2\.6 {
    margin: -26px !important;
  }
  .mobile\:p--2\.6 {
    padding: -26px !important;
  }
  .mobile\:m-x--2\.6 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }
  .mobile\:m-y--2\.6 {
    margin-top: -26px !important;
    margin-bottom: -26px !important;
  }
  .mobile\:p-x--2\.6 {
    padding-left: -26px !important;
    padding-right: -26px !important;
  }
  .mobile\:p-y--2\.6 {
    padding-top: -26px !important;
    padding-bottom: -26px !important;
  }
  .mobile-m--2\.6 {
    margin: -26px !important;
  }
  .mobile-p--2\.6 {
    padding: -26px !important;
  }
  .mobile-m-x--2\.6 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }
  .mobile-m-y--2\.6 {
    margin-top: -26px !important;
    margin-bottom: -26px !important;
  }
  .mobile-p-x--2\.6 {
    padding-left: -26px !important;
    padding-right: -26px !important;
  }
  .mobile-p-y--2\.6 {
    padding-top: -26px !important;
    padding-bottom: -26px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--2\.5 {
    margin: -25px !important;
  }
  .mobile\:p--2\.5 {
    padding: -25px !important;
  }
  .mobile\:m-x--2\.5 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
  .mobile\:m-y--2\.5 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .mobile\:p-x--2\.5 {
    padding-left: -25px !important;
    padding-right: -25px !important;
  }
  .mobile\:p-y--2\.5 {
    padding-top: -25px !important;
    padding-bottom: -25px !important;
  }
  .mobile-m--2\.5 {
    margin: -25px !important;
  }
  .mobile-p--2\.5 {
    padding: -25px !important;
  }
  .mobile-m-x--2\.5 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
  .mobile-m-y--2\.5 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .mobile-p-x--2\.5 {
    padding-left: -25px !important;
    padding-right: -25px !important;
  }
  .mobile-p-y--2\.5 {
    padding-top: -25px !important;
    padding-bottom: -25px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--2\.4 {
    margin: -24px !important;
  }
  .mobile\:p--2\.4 {
    padding: -24px !important;
  }
  .mobile\:m-x--2\.4 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
  .mobile\:m-y--2\.4 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .mobile\:p-x--2\.4 {
    padding-left: -24px !important;
    padding-right: -24px !important;
  }
  .mobile\:p-y--2\.4 {
    padding-top: -24px !important;
    padding-bottom: -24px !important;
  }
  .mobile-m--2\.4 {
    margin: -24px !important;
  }
  .mobile-p--2\.4 {
    padding: -24px !important;
  }
  .mobile-m-x--2\.4 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
  .mobile-m-y--2\.4 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .mobile-p-x--2\.4 {
    padding-left: -24px !important;
    padding-right: -24px !important;
  }
  .mobile-p-y--2\.4 {
    padding-top: -24px !important;
    padding-bottom: -24px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--2\.3 {
    margin: -23px !important;
  }
  .mobile\:p--2\.3 {
    padding: -23px !important;
  }
  .mobile\:m-x--2\.3 {
    margin-left: -23px !important;
    margin-right: -23px !important;
  }
  .mobile\:m-y--2\.3 {
    margin-top: -23px !important;
    margin-bottom: -23px !important;
  }
  .mobile\:p-x--2\.3 {
    padding-left: -23px !important;
    padding-right: -23px !important;
  }
  .mobile\:p-y--2\.3 {
    padding-top: -23px !important;
    padding-bottom: -23px !important;
  }
  .mobile-m--2\.3 {
    margin: -23px !important;
  }
  .mobile-p--2\.3 {
    padding: -23px !important;
  }
  .mobile-m-x--2\.3 {
    margin-left: -23px !important;
    margin-right: -23px !important;
  }
  .mobile-m-y--2\.3 {
    margin-top: -23px !important;
    margin-bottom: -23px !important;
  }
  .mobile-p-x--2\.3 {
    padding-left: -23px !important;
    padding-right: -23px !important;
  }
  .mobile-p-y--2\.3 {
    padding-top: -23px !important;
    padding-bottom: -23px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--2\.2 {
    margin: -22px !important;
  }
  .mobile\:p--2\.2 {
    padding: -22px !important;
  }
  .mobile\:m-x--2\.2 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }
  .mobile\:m-y--2\.2 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }
  .mobile\:p-x--2\.2 {
    padding-left: -22px !important;
    padding-right: -22px !important;
  }
  .mobile\:p-y--2\.2 {
    padding-top: -22px !important;
    padding-bottom: -22px !important;
  }
  .mobile-m--2\.2 {
    margin: -22px !important;
  }
  .mobile-p--2\.2 {
    padding: -22px !important;
  }
  .mobile-m-x--2\.2 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }
  .mobile-m-y--2\.2 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }
  .mobile-p-x--2\.2 {
    padding-left: -22px !important;
    padding-right: -22px !important;
  }
  .mobile-p-y--2\.2 {
    padding-top: -22px !important;
    padding-bottom: -22px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--2\.1 {
    margin: -21px !important;
  }
  .mobile\:p--2\.1 {
    padding: -21px !important;
  }
  .mobile\:m-x--2\.1 {
    margin-left: -21px !important;
    margin-right: -21px !important;
  }
  .mobile\:m-y--2\.1 {
    margin-top: -21px !important;
    margin-bottom: -21px !important;
  }
  .mobile\:p-x--2\.1 {
    padding-left: -21px !important;
    padding-right: -21px !important;
  }
  .mobile\:p-y--2\.1 {
    padding-top: -21px !important;
    padding-bottom: -21px !important;
  }
  .mobile-m--2\.1 {
    margin: -21px !important;
  }
  .mobile-p--2\.1 {
    padding: -21px !important;
  }
  .mobile-m-x--2\.1 {
    margin-left: -21px !important;
    margin-right: -21px !important;
  }
  .mobile-m-y--2\.1 {
    margin-top: -21px !important;
    margin-bottom: -21px !important;
  }
  .mobile-p-x--2\.1 {
    padding-left: -21px !important;
    padding-right: -21px !important;
  }
  .mobile-p-y--2\.1 {
    padding-top: -21px !important;
    padding-bottom: -21px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--2 {
    margin: -20px !important;
  }
  .mobile\:p--2 {
    padding: -20px !important;
  }
  .mobile\:m-x--2 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .mobile\:m-y--2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .mobile\:p-x--2 {
    padding-left: -20px !important;
    padding-right: -20px !important;
  }
  .mobile\:p-y--2 {
    padding-top: -20px !important;
    padding-bottom: -20px !important;
  }
  .mobile-m--2 {
    margin: -20px !important;
  }
  .mobile-p--2 {
    padding: -20px !important;
  }
  .mobile-m-x--2 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .mobile-m-y--2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .mobile-p-x--2 {
    padding-left: -20px !important;
    padding-right: -20px !important;
  }
  .mobile-p-y--2 {
    padding-top: -20px !important;
    padding-bottom: -20px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--1\.9 {
    margin: -19px !important;
  }
  .mobile\:p--1\.9 {
    padding: -19px !important;
  }
  .mobile\:m-x--1\.9 {
    margin-left: -19px !important;
    margin-right: -19px !important;
  }
  .mobile\:m-y--1\.9 {
    margin-top: -19px !important;
    margin-bottom: -19px !important;
  }
  .mobile\:p-x--1\.9 {
    padding-left: -19px !important;
    padding-right: -19px !important;
  }
  .mobile\:p-y--1\.9 {
    padding-top: -19px !important;
    padding-bottom: -19px !important;
  }
  .mobile-m--1\.9 {
    margin: -19px !important;
  }
  .mobile-p--1\.9 {
    padding: -19px !important;
  }
  .mobile-m-x--1\.9 {
    margin-left: -19px !important;
    margin-right: -19px !important;
  }
  .mobile-m-y--1\.9 {
    margin-top: -19px !important;
    margin-bottom: -19px !important;
  }
  .mobile-p-x--1\.9 {
    padding-left: -19px !important;
    padding-right: -19px !important;
  }
  .mobile-p-y--1\.9 {
    padding-top: -19px !important;
    padding-bottom: -19px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--1\.8 {
    margin: -18px !important;
  }
  .mobile\:p--1\.8 {
    padding: -18px !important;
  }
  .mobile\:m-x--1\.8 {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }
  .mobile\:m-y--1\.8 {
    margin-top: -18px !important;
    margin-bottom: -18px !important;
  }
  .mobile\:p-x--1\.8 {
    padding-left: -18px !important;
    padding-right: -18px !important;
  }
  .mobile\:p-y--1\.8 {
    padding-top: -18px !important;
    padding-bottom: -18px !important;
  }
  .mobile-m--1\.8 {
    margin: -18px !important;
  }
  .mobile-p--1\.8 {
    padding: -18px !important;
  }
  .mobile-m-x--1\.8 {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }
  .mobile-m-y--1\.8 {
    margin-top: -18px !important;
    margin-bottom: -18px !important;
  }
  .mobile-p-x--1\.8 {
    padding-left: -18px !important;
    padding-right: -18px !important;
  }
  .mobile-p-y--1\.8 {
    padding-top: -18px !important;
    padding-bottom: -18px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--1\.7 {
    margin: -17px !important;
  }
  .mobile\:p--1\.7 {
    padding: -17px !important;
  }
  .mobile\:m-x--1\.7 {
    margin-left: -17px !important;
    margin-right: -17px !important;
  }
  .mobile\:m-y--1\.7 {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
  }
  .mobile\:p-x--1\.7 {
    padding-left: -17px !important;
    padding-right: -17px !important;
  }
  .mobile\:p-y--1\.7 {
    padding-top: -17px !important;
    padding-bottom: -17px !important;
  }
  .mobile-m--1\.7 {
    margin: -17px !important;
  }
  .mobile-p--1\.7 {
    padding: -17px !important;
  }
  .mobile-m-x--1\.7 {
    margin-left: -17px !important;
    margin-right: -17px !important;
  }
  .mobile-m-y--1\.7 {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
  }
  .mobile-p-x--1\.7 {
    padding-left: -17px !important;
    padding-right: -17px !important;
  }
  .mobile-p-y--1\.7 {
    padding-top: -17px !important;
    padding-bottom: -17px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--1\.6 {
    margin: -16px !important;
  }
  .mobile\:p--1\.6 {
    padding: -16px !important;
  }
  .mobile\:m-x--1\.6 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .mobile\:m-y--1\.6 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .mobile\:p-x--1\.6 {
    padding-left: -16px !important;
    padding-right: -16px !important;
  }
  .mobile\:p-y--1\.6 {
    padding-top: -16px !important;
    padding-bottom: -16px !important;
  }
  .mobile-m--1\.6 {
    margin: -16px !important;
  }
  .mobile-p--1\.6 {
    padding: -16px !important;
  }
  .mobile-m-x--1\.6 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .mobile-m-y--1\.6 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .mobile-p-x--1\.6 {
    padding-left: -16px !important;
    padding-right: -16px !important;
  }
  .mobile-p-y--1\.6 {
    padding-top: -16px !important;
    padding-bottom: -16px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--1\.5 {
    margin: -15px !important;
  }
  .mobile\:p--1\.5 {
    padding: -15px !important;
  }
  .mobile\:m-x--1\.5 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .mobile\:m-y--1\.5 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .mobile\:p-x--1\.5 {
    padding-left: -15px !important;
    padding-right: -15px !important;
  }
  .mobile\:p-y--1\.5 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
  .mobile-m--1\.5 {
    margin: -15px !important;
  }
  .mobile-p--1\.5 {
    padding: -15px !important;
  }
  .mobile-m-x--1\.5 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .mobile-m-y--1\.5 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .mobile-p-x--1\.5 {
    padding-left: -15px !important;
    padding-right: -15px !important;
  }
  .mobile-p-y--1\.5 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--1\.4 {
    margin: -14px !important;
  }
  .mobile\:p--1\.4 {
    padding: -14px !important;
  }
  .mobile\:m-x--1\.4 {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }
  .mobile\:m-y--1\.4 {
    margin-top: -14px !important;
    margin-bottom: -14px !important;
  }
  .mobile\:p-x--1\.4 {
    padding-left: -14px !important;
    padding-right: -14px !important;
  }
  .mobile\:p-y--1\.4 {
    padding-top: -14px !important;
    padding-bottom: -14px !important;
  }
  .mobile-m--1\.4 {
    margin: -14px !important;
  }
  .mobile-p--1\.4 {
    padding: -14px !important;
  }
  .mobile-m-x--1\.4 {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }
  .mobile-m-y--1\.4 {
    margin-top: -14px !important;
    margin-bottom: -14px !important;
  }
  .mobile-p-x--1\.4 {
    padding-left: -14px !important;
    padding-right: -14px !important;
  }
  .mobile-p-y--1\.4 {
    padding-top: -14px !important;
    padding-bottom: -14px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--1\.3 {
    margin: -13px !important;
  }
  .mobile\:p--1\.3 {
    padding: -13px !important;
  }
  .mobile\:m-x--1\.3 {
    margin-left: -13px !important;
    margin-right: -13px !important;
  }
  .mobile\:m-y--1\.3 {
    margin-top: -13px !important;
    margin-bottom: -13px !important;
  }
  .mobile\:p-x--1\.3 {
    padding-left: -13px !important;
    padding-right: -13px !important;
  }
  .mobile\:p-y--1\.3 {
    padding-top: -13px !important;
    padding-bottom: -13px !important;
  }
  .mobile-m--1\.3 {
    margin: -13px !important;
  }
  .mobile-p--1\.3 {
    padding: -13px !important;
  }
  .mobile-m-x--1\.3 {
    margin-left: -13px !important;
    margin-right: -13px !important;
  }
  .mobile-m-y--1\.3 {
    margin-top: -13px !important;
    margin-bottom: -13px !important;
  }
  .mobile-p-x--1\.3 {
    padding-left: -13px !important;
    padding-right: -13px !important;
  }
  .mobile-p-y--1\.3 {
    padding-top: -13px !important;
    padding-bottom: -13px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--1\.2 {
    margin: -12px !important;
  }
  .mobile\:p--1\.2 {
    padding: -12px !important;
  }
  .mobile\:m-x--1\.2 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
  .mobile\:m-y--1\.2 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .mobile\:p-x--1\.2 {
    padding-left: -12px !important;
    padding-right: -12px !important;
  }
  .mobile\:p-y--1\.2 {
    padding-top: -12px !important;
    padding-bottom: -12px !important;
  }
  .mobile-m--1\.2 {
    margin: -12px !important;
  }
  .mobile-p--1\.2 {
    padding: -12px !important;
  }
  .mobile-m-x--1\.2 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
  .mobile-m-y--1\.2 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .mobile-p-x--1\.2 {
    padding-left: -12px !important;
    padding-right: -12px !important;
  }
  .mobile-p-y--1\.2 {
    padding-top: -12px !important;
    padding-bottom: -12px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--1\.1 {
    margin: -11px !important;
  }
  .mobile\:p--1\.1 {
    padding: -11px !important;
  }
  .mobile\:m-x--1\.1 {
    margin-left: -11px !important;
    margin-right: -11px !important;
  }
  .mobile\:m-y--1\.1 {
    margin-top: -11px !important;
    margin-bottom: -11px !important;
  }
  .mobile\:p-x--1\.1 {
    padding-left: -11px !important;
    padding-right: -11px !important;
  }
  .mobile\:p-y--1\.1 {
    padding-top: -11px !important;
    padding-bottom: -11px !important;
  }
  .mobile-m--1\.1 {
    margin: -11px !important;
  }
  .mobile-p--1\.1 {
    padding: -11px !important;
  }
  .mobile-m-x--1\.1 {
    margin-left: -11px !important;
    margin-right: -11px !important;
  }
  .mobile-m-y--1\.1 {
    margin-top: -11px !important;
    margin-bottom: -11px !important;
  }
  .mobile-p-x--1\.1 {
    padding-left: -11px !important;
    padding-right: -11px !important;
  }
  .mobile-p-y--1\.1 {
    padding-top: -11px !important;
    padding-bottom: -11px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--1 {
    margin: -10px !important;
  }
  .mobile\:p--1 {
    padding: -10px !important;
  }
  .mobile\:m-x--1 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .mobile\:m-y--1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .mobile\:p-x--1 {
    padding-left: -10px !important;
    padding-right: -10px !important;
  }
  .mobile\:p-y--1 {
    padding-top: -10px !important;
    padding-bottom: -10px !important;
  }
  .mobile-m--1 {
    margin: -10px !important;
  }
  .mobile-p--1 {
    padding: -10px !important;
  }
  .mobile-m-x--1 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .mobile-m-y--1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .mobile-p-x--1 {
    padding-left: -10px !important;
    padding-right: -10px !important;
  }
  .mobile-p-y--1 {
    padding-top: -10px !important;
    padding-bottom: -10px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--0\.9 {
    margin: -9px !important;
  }
  .mobile\:p--0\.9 {
    padding: -9px !important;
  }
  .mobile\:m-x--0\.9 {
    margin-left: -9px !important;
    margin-right: -9px !important;
  }
  .mobile\:m-y--0\.9 {
    margin-top: -9px !important;
    margin-bottom: -9px !important;
  }
  .mobile\:p-x--0\.9 {
    padding-left: -9px !important;
    padding-right: -9px !important;
  }
  .mobile\:p-y--0\.9 {
    padding-top: -9px !important;
    padding-bottom: -9px !important;
  }
  .mobile-m--0\.9 {
    margin: -9px !important;
  }
  .mobile-p--0\.9 {
    padding: -9px !important;
  }
  .mobile-m-x--0\.9 {
    margin-left: -9px !important;
    margin-right: -9px !important;
  }
  .mobile-m-y--0\.9 {
    margin-top: -9px !important;
    margin-bottom: -9px !important;
  }
  .mobile-p-x--0\.9 {
    padding-left: -9px !important;
    padding-right: -9px !important;
  }
  .mobile-p-y--0\.9 {
    padding-top: -9px !important;
    padding-bottom: -9px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--0\.8 {
    margin: -8px !important;
  }
  .mobile\:p--0\.8 {
    padding: -8px !important;
  }
  .mobile\:m-x--0\.8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  .mobile\:m-y--0\.8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .mobile\:p-x--0\.8 {
    padding-left: -8px !important;
    padding-right: -8px !important;
  }
  .mobile\:p-y--0\.8 {
    padding-top: -8px !important;
    padding-bottom: -8px !important;
  }
  .mobile-m--0\.8 {
    margin: -8px !important;
  }
  .mobile-p--0\.8 {
    padding: -8px !important;
  }
  .mobile-m-x--0\.8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  .mobile-m-y--0\.8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .mobile-p-x--0\.8 {
    padding-left: -8px !important;
    padding-right: -8px !important;
  }
  .mobile-p-y--0\.8 {
    padding-top: -8px !important;
    padding-bottom: -8px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--0\.7 {
    margin: -7px !important;
  }
  .mobile\:p--0\.7 {
    padding: -7px !important;
  }
  .mobile\:m-x--0\.7 {
    margin-left: -7px !important;
    margin-right: -7px !important;
  }
  .mobile\:m-y--0\.7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important;
  }
  .mobile\:p-x--0\.7 {
    padding-left: -7px !important;
    padding-right: -7px !important;
  }
  .mobile\:p-y--0\.7 {
    padding-top: -7px !important;
    padding-bottom: -7px !important;
  }
  .mobile-m--0\.7 {
    margin: -7px !important;
  }
  .mobile-p--0\.7 {
    padding: -7px !important;
  }
  .mobile-m-x--0\.7 {
    margin-left: -7px !important;
    margin-right: -7px !important;
  }
  .mobile-m-y--0\.7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important;
  }
  .mobile-p-x--0\.7 {
    padding-left: -7px !important;
    padding-right: -7px !important;
  }
  .mobile-p-y--0\.7 {
    padding-top: -7px !important;
    padding-bottom: -7px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--0\.6 {
    margin: -6px !important;
  }
  .mobile\:p--0\.6 {
    padding: -6px !important;
  }
  .mobile\:m-x--0\.6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
  .mobile\:m-y--0\.6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }
  .mobile\:p-x--0\.6 {
    padding-left: -6px !important;
    padding-right: -6px !important;
  }
  .mobile\:p-y--0\.6 {
    padding-top: -6px !important;
    padding-bottom: -6px !important;
  }
  .mobile-m--0\.6 {
    margin: -6px !important;
  }
  .mobile-p--0\.6 {
    padding: -6px !important;
  }
  .mobile-m-x--0\.6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
  .mobile-m-y--0\.6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }
  .mobile-p-x--0\.6 {
    padding-left: -6px !important;
    padding-right: -6px !important;
  }
  .mobile-p-y--0\.6 {
    padding-top: -6px !important;
    padding-bottom: -6px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--0\.5 {
    margin: -5px !important;
  }
  .mobile\:p--0\.5 {
    padding: -5px !important;
  }
  .mobile\:m-x--0\.5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .mobile\:m-y--0\.5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .mobile\:p-x--0\.5 {
    padding-left: -5px !important;
    padding-right: -5px !important;
  }
  .mobile\:p-y--0\.5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important;
  }
  .mobile-m--0\.5 {
    margin: -5px !important;
  }
  .mobile-p--0\.5 {
    padding: -5px !important;
  }
  .mobile-m-x--0\.5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .mobile-m-y--0\.5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .mobile-p-x--0\.5 {
    padding-left: -5px !important;
    padding-right: -5px !important;
  }
  .mobile-p-y--0\.5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--0\.4 {
    margin: -4px !important;
  }
  .mobile\:p--0\.4 {
    padding: -4px !important;
  }
  .mobile\:m-x--0\.4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  .mobile\:m-y--0\.4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .mobile\:p-x--0\.4 {
    padding-left: -4px !important;
    padding-right: -4px !important;
  }
  .mobile\:p-y--0\.4 {
    padding-top: -4px !important;
    padding-bottom: -4px !important;
  }
  .mobile-m--0\.4 {
    margin: -4px !important;
  }
  .mobile-p--0\.4 {
    padding: -4px !important;
  }
  .mobile-m-x--0\.4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  .mobile-m-y--0\.4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .mobile-p-x--0\.4 {
    padding-left: -4px !important;
    padding-right: -4px !important;
  }
  .mobile-p-y--0\.4 {
    padding-top: -4px !important;
    padding-bottom: -4px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--0\.3 {
    margin: -3px !important;
  }
  .mobile\:p--0\.3 {
    padding: -3px !important;
  }
  .mobile\:m-x--0\.3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }
  .mobile\:m-y--0\.3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }
  .mobile\:p-x--0\.3 {
    padding-left: -3px !important;
    padding-right: -3px !important;
  }
  .mobile\:p-y--0\.3 {
    padding-top: -3px !important;
    padding-bottom: -3px !important;
  }
  .mobile-m--0\.3 {
    margin: -3px !important;
  }
  .mobile-p--0\.3 {
    padding: -3px !important;
  }
  .mobile-m-x--0\.3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }
  .mobile-m-y--0\.3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }
  .mobile-p-x--0\.3 {
    padding-left: -3px !important;
    padding-right: -3px !important;
  }
  .mobile-p-y--0\.3 {
    padding-top: -3px !important;
    padding-bottom: -3px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--0\.2 {
    margin: -2px !important;
  }
  .mobile\:p--0\.2 {
    padding: -2px !important;
  }
  .mobile\:m-x--0\.2 {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .mobile\:m-y--0\.2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
  .mobile\:p-x--0\.2 {
    padding-left: -2px !important;
    padding-right: -2px !important;
  }
  .mobile\:p-y--0\.2 {
    padding-top: -2px !important;
    padding-bottom: -2px !important;
  }
  .mobile-m--0\.2 {
    margin: -2px !important;
  }
  .mobile-p--0\.2 {
    padding: -2px !important;
  }
  .mobile-m-x--0\.2 {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .mobile-m-y--0\.2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
  .mobile-p-x--0\.2 {
    padding-left: -2px !important;
    padding-right: -2px !important;
  }
  .mobile-p-y--0\.2 {
    padding-top: -2px !important;
    padding-bottom: -2px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m--0\.1 {
    margin: -1px !important;
  }
  .mobile\:p--0\.1 {
    padding: -1px !important;
  }
  .mobile\:m-x--0\.1 {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .mobile\:m-y--0\.1 {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .mobile\:p-x--0\.1 {
    padding-left: -1px !important;
    padding-right: -1px !important;
  }
  .mobile\:p-y--0\.1 {
    padding-top: -1px !important;
    padding-bottom: -1px !important;
  }
  .mobile-m--0\.1 {
    margin: -1px !important;
  }
  .mobile-p--0\.1 {
    padding: -1px !important;
  }
  .mobile-m-x--0\.1 {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .mobile-m-y--0\.1 {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .mobile-p-x--0\.1 {
    padding-left: -1px !important;
    padding-right: -1px !important;
  }
  .mobile-p-y--0\.1 {
    padding-top: -1px !important;
    padding-bottom: -1px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-0 {
    margin: 0px !important;
  }
  .mobile\:p-0 {
    padding: 0px !important;
  }
  .mobile\:m-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .mobile\:m-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mobile\:p-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .mobile\:p-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .mobile-m-0 {
    margin: 0px !important;
  }
  .mobile-p-0 {
    padding: 0px !important;
  }
  .mobile-m-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .mobile-m-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mobile-p-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .mobile-p-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-0\.1 {
    margin: 1px !important;
  }
  .mobile\:p-0\.1 {
    padding: 1px !important;
  }
  .mobile\:m-x-0\.1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .mobile\:m-y-0\.1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .mobile\:p-x-0\.1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .mobile\:p-y-0\.1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .mobile-m-0\.1 {
    margin: 1px !important;
  }
  .mobile-p-0\.1 {
    padding: 1px !important;
  }
  .mobile-m-x-0\.1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .mobile-m-y-0\.1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .mobile-p-x-0\.1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .mobile-p-y-0\.1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-0\.2 {
    margin: 2px !important;
  }
  .mobile\:p-0\.2 {
    padding: 2px !important;
  }
  .mobile\:m-x-0\.2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .mobile\:m-y-0\.2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .mobile\:p-x-0\.2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .mobile\:p-y-0\.2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .mobile-m-0\.2 {
    margin: 2px !important;
  }
  .mobile-p-0\.2 {
    padding: 2px !important;
  }
  .mobile-m-x-0\.2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .mobile-m-y-0\.2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .mobile-p-x-0\.2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .mobile-p-y-0\.2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-0\.3 {
    margin: 3px !important;
  }
  .mobile\:p-0\.3 {
    padding: 3px !important;
  }
  .mobile\:m-x-0\.3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .mobile\:m-y-0\.3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .mobile\:p-x-0\.3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .mobile\:p-y-0\.3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .mobile-m-0\.3 {
    margin: 3px !important;
  }
  .mobile-p-0\.3 {
    padding: 3px !important;
  }
  .mobile-m-x-0\.3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .mobile-m-y-0\.3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .mobile-p-x-0\.3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .mobile-p-y-0\.3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-0\.4 {
    margin: 4px !important;
  }
  .mobile\:p-0\.4 {
    padding: 4px !important;
  }
  .mobile\:m-x-0\.4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .mobile\:m-y-0\.4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mobile\:p-x-0\.4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .mobile\:p-y-0\.4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .mobile-m-0\.4 {
    margin: 4px !important;
  }
  .mobile-p-0\.4 {
    padding: 4px !important;
  }
  .mobile-m-x-0\.4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .mobile-m-y-0\.4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mobile-p-x-0\.4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .mobile-p-y-0\.4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-0\.5 {
    margin: 5px !important;
  }
  .mobile\:p-0\.5 {
    padding: 5px !important;
  }
  .mobile\:m-x-0\.5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .mobile\:m-y-0\.5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .mobile\:p-x-0\.5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .mobile\:p-y-0\.5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .mobile-m-0\.5 {
    margin: 5px !important;
  }
  .mobile-p-0\.5 {
    padding: 5px !important;
  }
  .mobile-m-x-0\.5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .mobile-m-y-0\.5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .mobile-p-x-0\.5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .mobile-p-y-0\.5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-0\.6 {
    margin: 6px !important;
  }
  .mobile\:p-0\.6 {
    padding: 6px !important;
  }
  .mobile\:m-x-0\.6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .mobile\:m-y-0\.6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .mobile\:p-x-0\.6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .mobile\:p-y-0\.6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .mobile-m-0\.6 {
    margin: 6px !important;
  }
  .mobile-p-0\.6 {
    padding: 6px !important;
  }
  .mobile-m-x-0\.6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .mobile-m-y-0\.6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .mobile-p-x-0\.6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .mobile-p-y-0\.6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-0\.7 {
    margin: 7px !important;
  }
  .mobile\:p-0\.7 {
    padding: 7px !important;
  }
  .mobile\:m-x-0\.7 {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
  .mobile\:m-y-0\.7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .mobile\:p-x-0\.7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .mobile\:p-y-0\.7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .mobile-m-0\.7 {
    margin: 7px !important;
  }
  .mobile-p-0\.7 {
    padding: 7px !important;
  }
  .mobile-m-x-0\.7 {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
  .mobile-m-y-0\.7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .mobile-p-x-0\.7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .mobile-p-y-0\.7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-0\.8 {
    margin: 8px !important;
  }
  .mobile\:p-0\.8 {
    padding: 8px !important;
  }
  .mobile\:m-x-0\.8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .mobile\:m-y-0\.8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mobile\:p-x-0\.8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .mobile\:p-y-0\.8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .mobile-m-0\.8 {
    margin: 8px !important;
  }
  .mobile-p-0\.8 {
    padding: 8px !important;
  }
  .mobile-m-x-0\.8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .mobile-m-y-0\.8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mobile-p-x-0\.8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .mobile-p-y-0\.8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-0\.9 {
    margin: 9px !important;
  }
  .mobile\:p-0\.9 {
    padding: 9px !important;
  }
  .mobile\:m-x-0\.9 {
    margin-left: 9px !important;
    margin-right: 9px !important;
  }
  .mobile\:m-y-0\.9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }
  .mobile\:p-x-0\.9 {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .mobile\:p-y-0\.9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
  .mobile-m-0\.9 {
    margin: 9px !important;
  }
  .mobile-p-0\.9 {
    padding: 9px !important;
  }
  .mobile-m-x-0\.9 {
    margin-left: 9px !important;
    margin-right: 9px !important;
  }
  .mobile-m-y-0\.9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }
  .mobile-p-x-0\.9 {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .mobile-p-y-0\.9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-1 {
    margin: 10px !important;
  }
  .mobile\:p-1 {
    padding: 10px !important;
  }
  .mobile\:m-x-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mobile\:m-y-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mobile\:p-x-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .mobile\:p-y-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .mobile-m-1 {
    margin: 10px !important;
  }
  .mobile-p-1 {
    padding: 10px !important;
  }
  .mobile-m-x-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mobile-m-y-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mobile-p-x-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .mobile-p-y-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-1\.1 {
    margin: 11px !important;
  }
  .mobile\:p-1\.1 {
    padding: 11px !important;
  }
  .mobile\:m-x-1\.1 {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }
  .mobile\:m-y-1\.1 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }
  .mobile\:p-x-1\.1 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  .mobile\:p-y-1\.1 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
  .mobile-m-1\.1 {
    margin: 11px !important;
  }
  .mobile-p-1\.1 {
    padding: 11px !important;
  }
  .mobile-m-x-1\.1 {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }
  .mobile-m-y-1\.1 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }
  .mobile-p-x-1\.1 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  .mobile-p-y-1\.1 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-1\.2 {
    margin: 12px !important;
  }
  .mobile\:p-1\.2 {
    padding: 12px !important;
  }
  .mobile\:m-x-1\.2 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .mobile\:m-y-1\.2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mobile\:p-x-1\.2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .mobile\:p-y-1\.2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .mobile-m-1\.2 {
    margin: 12px !important;
  }
  .mobile-p-1\.2 {
    padding: 12px !important;
  }
  .mobile-m-x-1\.2 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .mobile-m-y-1\.2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mobile-p-x-1\.2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .mobile-p-y-1\.2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-1\.3 {
    margin: 13px !important;
  }
  .mobile\:p-1\.3 {
    padding: 13px !important;
  }
  .mobile\:m-x-1\.3 {
    margin-left: 13px !important;
    margin-right: 13px !important;
  }
  .mobile\:m-y-1\.3 {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
  }
  .mobile\:p-x-1\.3 {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  .mobile\:p-y-1\.3 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  .mobile-m-1\.3 {
    margin: 13px !important;
  }
  .mobile-p-1\.3 {
    padding: 13px !important;
  }
  .mobile-m-x-1\.3 {
    margin-left: 13px !important;
    margin-right: 13px !important;
  }
  .mobile-m-y-1\.3 {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
  }
  .mobile-p-x-1\.3 {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  .mobile-p-y-1\.3 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-1\.4 {
    margin: 14px !important;
  }
  .mobile\:p-1\.4 {
    padding: 14px !important;
  }
  .mobile\:m-x-1\.4 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .mobile\:m-y-1\.4 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .mobile\:p-x-1\.4 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .mobile\:p-y-1\.4 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .mobile-m-1\.4 {
    margin: 14px !important;
  }
  .mobile-p-1\.4 {
    padding: 14px !important;
  }
  .mobile-m-x-1\.4 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .mobile-m-y-1\.4 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .mobile-p-x-1\.4 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .mobile-p-y-1\.4 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-1\.5 {
    margin: 15px !important;
  }
  .mobile\:p-1\.5 {
    padding: 15px !important;
  }
  .mobile\:m-x-1\.5 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .mobile\:m-y-1\.5 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mobile\:p-x-1\.5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .mobile\:p-y-1\.5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .mobile-m-1\.5 {
    margin: 15px !important;
  }
  .mobile-p-1\.5 {
    padding: 15px !important;
  }
  .mobile-m-x-1\.5 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .mobile-m-y-1\.5 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mobile-p-x-1\.5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .mobile-p-y-1\.5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-1\.6 {
    margin: 16px !important;
  }
  .mobile\:p-1\.6 {
    padding: 16px !important;
  }
  .mobile\:m-x-1\.6 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .mobile\:m-y-1\.6 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mobile\:p-x-1\.6 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .mobile\:p-y-1\.6 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .mobile-m-1\.6 {
    margin: 16px !important;
  }
  .mobile-p-1\.6 {
    padding: 16px !important;
  }
  .mobile-m-x-1\.6 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .mobile-m-y-1\.6 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mobile-p-x-1\.6 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .mobile-p-y-1\.6 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-1\.7 {
    margin: 17px !important;
  }
  .mobile\:p-1\.7 {
    padding: 17px !important;
  }
  .mobile\:m-x-1\.7 {
    margin-left: 17px !important;
    margin-right: 17px !important;
  }
  .mobile\:m-y-1\.7 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .mobile\:p-x-1\.7 {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .mobile\:p-y-1\.7 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  .mobile-m-1\.7 {
    margin: 17px !important;
  }
  .mobile-p-1\.7 {
    padding: 17px !important;
  }
  .mobile-m-x-1\.7 {
    margin-left: 17px !important;
    margin-right: 17px !important;
  }
  .mobile-m-y-1\.7 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .mobile-p-x-1\.7 {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .mobile-p-y-1\.7 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-1\.8 {
    margin: 18px !important;
  }
  .mobile\:p-1\.8 {
    padding: 18px !important;
  }
  .mobile\:m-x-1\.8 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .mobile\:m-y-1\.8 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .mobile\:p-x-1\.8 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .mobile\:p-y-1\.8 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .mobile-m-1\.8 {
    margin: 18px !important;
  }
  .mobile-p-1\.8 {
    padding: 18px !important;
  }
  .mobile-m-x-1\.8 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .mobile-m-y-1\.8 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .mobile-p-x-1\.8 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .mobile-p-y-1\.8 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-1\.9 {
    margin: 19px !important;
  }
  .mobile\:p-1\.9 {
    padding: 19px !important;
  }
  .mobile\:m-x-1\.9 {
    margin-left: 19px !important;
    margin-right: 19px !important;
  }
  .mobile\:m-y-1\.9 {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
  }
  .mobile\:p-x-1\.9 {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .mobile\:p-y-1\.9 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
  .mobile-m-1\.9 {
    margin: 19px !important;
  }
  .mobile-p-1\.9 {
    padding: 19px !important;
  }
  .mobile-m-x-1\.9 {
    margin-left: 19px !important;
    margin-right: 19px !important;
  }
  .mobile-m-y-1\.9 {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
  }
  .mobile-p-x-1\.9 {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .mobile-p-y-1\.9 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-2 {
    margin: 20px !important;
  }
  .mobile\:p-2 {
    padding: 20px !important;
  }
  .mobile\:m-x-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mobile\:m-y-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mobile\:p-x-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .mobile\:p-y-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .mobile-m-2 {
    margin: 20px !important;
  }
  .mobile-p-2 {
    padding: 20px !important;
  }
  .mobile-m-x-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mobile-m-y-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mobile-p-x-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .mobile-p-y-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-2\.1 {
    margin: 21px !important;
  }
  .mobile\:p-2\.1 {
    padding: 21px !important;
  }
  .mobile\:m-x-2\.1 {
    margin-left: 21px !important;
    margin-right: 21px !important;
  }
  .mobile\:m-y-2\.1 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .mobile\:p-x-2\.1 {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
  .mobile\:p-y-2\.1 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
  .mobile-m-2\.1 {
    margin: 21px !important;
  }
  .mobile-p-2\.1 {
    padding: 21px !important;
  }
  .mobile-m-x-2\.1 {
    margin-left: 21px !important;
    margin-right: 21px !important;
  }
  .mobile-m-y-2\.1 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .mobile-p-x-2\.1 {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
  .mobile-p-y-2\.1 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-2\.2 {
    margin: 22px !important;
  }
  .mobile\:p-2\.2 {
    padding: 22px !important;
  }
  .mobile\:m-x-2\.2 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .mobile\:m-y-2\.2 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .mobile\:p-x-2\.2 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .mobile\:p-y-2\.2 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .mobile-m-2\.2 {
    margin: 22px !important;
  }
  .mobile-p-2\.2 {
    padding: 22px !important;
  }
  .mobile-m-x-2\.2 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .mobile-m-y-2\.2 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .mobile-p-x-2\.2 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .mobile-p-y-2\.2 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-2\.3 {
    margin: 23px !important;
  }
  .mobile\:p-2\.3 {
    padding: 23px !important;
  }
  .mobile\:m-x-2\.3 {
    margin-left: 23px !important;
    margin-right: 23px !important;
  }
  .mobile\:m-y-2\.3 {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .mobile\:p-x-2\.3 {
    padding-left: 23px !important;
    padding-right: 23px !important;
  }
  .mobile\:p-y-2\.3 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
  .mobile-m-2\.3 {
    margin: 23px !important;
  }
  .mobile-p-2\.3 {
    padding: 23px !important;
  }
  .mobile-m-x-2\.3 {
    margin-left: 23px !important;
    margin-right: 23px !important;
  }
  .mobile-m-y-2\.3 {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .mobile-p-x-2\.3 {
    padding-left: 23px !important;
    padding-right: 23px !important;
  }
  .mobile-p-y-2\.3 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-2\.4 {
    margin: 24px !important;
  }
  .mobile\:p-2\.4 {
    padding: 24px !important;
  }
  .mobile\:m-x-2\.4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .mobile\:m-y-2\.4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mobile\:p-x-2\.4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .mobile\:p-y-2\.4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .mobile-m-2\.4 {
    margin: 24px !important;
  }
  .mobile-p-2\.4 {
    padding: 24px !important;
  }
  .mobile-m-x-2\.4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .mobile-m-y-2\.4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mobile-p-x-2\.4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .mobile-p-y-2\.4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-2\.5 {
    margin: 25px !important;
  }
  .mobile\:p-2\.5 {
    padding: 25px !important;
  }
  .mobile\:m-x-2\.5 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .mobile\:m-y-2\.5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mobile\:p-x-2\.5 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .mobile\:p-y-2\.5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .mobile-m-2\.5 {
    margin: 25px !important;
  }
  .mobile-p-2\.5 {
    padding: 25px !important;
  }
  .mobile-m-x-2\.5 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .mobile-m-y-2\.5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mobile-p-x-2\.5 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .mobile-p-y-2\.5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-2\.6 {
    margin: 26px !important;
  }
  .mobile\:p-2\.6 {
    padding: 26px !important;
  }
  .mobile\:m-x-2\.6 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }
  .mobile\:m-y-2\.6 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  .mobile\:p-x-2\.6 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  .mobile\:p-y-2\.6 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  .mobile-m-2\.6 {
    margin: 26px !important;
  }
  .mobile-p-2\.6 {
    padding: 26px !important;
  }
  .mobile-m-x-2\.6 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }
  .mobile-m-y-2\.6 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  .mobile-p-x-2\.6 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  .mobile-p-y-2\.6 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-2\.7 {
    margin: 27px !important;
  }
  .mobile\:p-2\.7 {
    padding: 27px !important;
  }
  .mobile\:m-x-2\.7 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }
  .mobile\:m-y-2\.7 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }
  .mobile\:p-x-2\.7 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
  .mobile\:p-y-2\.7 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
  .mobile-m-2\.7 {
    margin: 27px !important;
  }
  .mobile-p-2\.7 {
    padding: 27px !important;
  }
  .mobile-m-x-2\.7 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }
  .mobile-m-y-2\.7 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }
  .mobile-p-x-2\.7 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
  .mobile-p-y-2\.7 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-2\.8 {
    margin: 28px !important;
  }
  .mobile\:p-2\.8 {
    padding: 28px !important;
  }
  .mobile\:m-x-2\.8 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .mobile\:m-y-2\.8 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mobile\:p-x-2\.8 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .mobile\:p-y-2\.8 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .mobile-m-2\.8 {
    margin: 28px !important;
  }
  .mobile-p-2\.8 {
    padding: 28px !important;
  }
  .mobile-m-x-2\.8 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .mobile-m-y-2\.8 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mobile-p-x-2\.8 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .mobile-p-y-2\.8 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-2\.9 {
    margin: 29px !important;
  }
  .mobile\:p-2\.9 {
    padding: 29px !important;
  }
  .mobile\:m-x-2\.9 {
    margin-left: 29px !important;
    margin-right: 29px !important;
  }
  .mobile\:m-y-2\.9 {
    margin-top: 29px !important;
    margin-bottom: 29px !important;
  }
  .mobile\:p-x-2\.9 {
    padding-left: 29px !important;
    padding-right: 29px !important;
  }
  .mobile\:p-y-2\.9 {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
  }
  .mobile-m-2\.9 {
    margin: 29px !important;
  }
  .mobile-p-2\.9 {
    padding: 29px !important;
  }
  .mobile-m-x-2\.9 {
    margin-left: 29px !important;
    margin-right: 29px !important;
  }
  .mobile-m-y-2\.9 {
    margin-top: 29px !important;
    margin-bottom: 29px !important;
  }
  .mobile-p-x-2\.9 {
    padding-left: 29px !important;
    padding-right: 29px !important;
  }
  .mobile-p-y-2\.9 {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-3 {
    margin: 30px !important;
  }
  .mobile\:p-3 {
    padding: 30px !important;
  }
  .mobile\:m-x-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .mobile\:m-y-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mobile\:p-x-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .mobile\:p-y-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .mobile-m-3 {
    margin: 30px !important;
  }
  .mobile-p-3 {
    padding: 30px !important;
  }
  .mobile-m-x-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .mobile-m-y-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mobile-p-x-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .mobile-p-y-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-3\.1 {
    margin: 31px !important;
  }
  .mobile\:p-3\.1 {
    padding: 31px !important;
  }
  .mobile\:m-x-3\.1 {
    margin-left: 31px !important;
    margin-right: 31px !important;
  }
  .mobile\:m-y-3\.1 {
    margin-top: 31px !important;
    margin-bottom: 31px !important;
  }
  .mobile\:p-x-3\.1 {
    padding-left: 31px !important;
    padding-right: 31px !important;
  }
  .mobile\:p-y-3\.1 {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }
  .mobile-m-3\.1 {
    margin: 31px !important;
  }
  .mobile-p-3\.1 {
    padding: 31px !important;
  }
  .mobile-m-x-3\.1 {
    margin-left: 31px !important;
    margin-right: 31px !important;
  }
  .mobile-m-y-3\.1 {
    margin-top: 31px !important;
    margin-bottom: 31px !important;
  }
  .mobile-p-x-3\.1 {
    padding-left: 31px !important;
    padding-right: 31px !important;
  }
  .mobile-p-y-3\.1 {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-3\.2 {
    margin: 32px !important;
  }
  .mobile\:p-3\.2 {
    padding: 32px !important;
  }
  .mobile\:m-x-3\.2 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .mobile\:m-y-3\.2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mobile\:p-x-3\.2 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .mobile\:p-y-3\.2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .mobile-m-3\.2 {
    margin: 32px !important;
  }
  .mobile-p-3\.2 {
    padding: 32px !important;
  }
  .mobile-m-x-3\.2 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .mobile-m-y-3\.2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mobile-p-x-3\.2 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .mobile-p-y-3\.2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-3\.3 {
    margin: 33px !important;
  }
  .mobile\:p-3\.3 {
    padding: 33px !important;
  }
  .mobile\:m-x-3\.3 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }
  .mobile\:m-y-3\.3 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }
  .mobile\:p-x-3\.3 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
  .mobile\:p-y-3\.3 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }
  .mobile-m-3\.3 {
    margin: 33px !important;
  }
  .mobile-p-3\.3 {
    padding: 33px !important;
  }
  .mobile-m-x-3\.3 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }
  .mobile-m-y-3\.3 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }
  .mobile-p-x-3\.3 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
  .mobile-p-y-3\.3 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-3\.4 {
    margin: 34px !important;
  }
  .mobile\:p-3\.4 {
    padding: 34px !important;
  }
  .mobile\:m-x-3\.4 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }
  .mobile\:m-y-3\.4 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .mobile\:p-x-3\.4 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
  .mobile\:p-y-3\.4 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .mobile-m-3\.4 {
    margin: 34px !important;
  }
  .mobile-p-3\.4 {
    padding: 34px !important;
  }
  .mobile-m-x-3\.4 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }
  .mobile-m-y-3\.4 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .mobile-p-x-3\.4 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
  .mobile-p-y-3\.4 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-3\.5 {
    margin: 35px !important;
  }
  .mobile\:p-3\.5 {
    padding: 35px !important;
  }
  .mobile\:m-x-3\.5 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .mobile\:m-y-3\.5 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .mobile\:p-x-3\.5 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .mobile\:p-y-3\.5 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .mobile-m-3\.5 {
    margin: 35px !important;
  }
  .mobile-p-3\.5 {
    padding: 35px !important;
  }
  .mobile-m-x-3\.5 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .mobile-m-y-3\.5 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .mobile-p-x-3\.5 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .mobile-p-y-3\.5 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-3\.6 {
    margin: 36px !important;
  }
  .mobile\:p-3\.6 {
    padding: 36px !important;
  }
  .mobile\:m-x-3\.6 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .mobile\:m-y-3\.6 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .mobile\:p-x-3\.6 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .mobile\:p-y-3\.6 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .mobile-m-3\.6 {
    margin: 36px !important;
  }
  .mobile-p-3\.6 {
    padding: 36px !important;
  }
  .mobile-m-x-3\.6 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .mobile-m-y-3\.6 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .mobile-p-x-3\.6 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .mobile-p-y-3\.6 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-3\.7 {
    margin: 37px !important;
  }
  .mobile\:p-3\.7 {
    padding: 37px !important;
  }
  .mobile\:m-x-3\.7 {
    margin-left: 37px !important;
    margin-right: 37px !important;
  }
  .mobile\:m-y-3\.7 {
    margin-top: 37px !important;
    margin-bottom: 37px !important;
  }
  .mobile\:p-x-3\.7 {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
  .mobile\:p-y-3\.7 {
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }
  .mobile-m-3\.7 {
    margin: 37px !important;
  }
  .mobile-p-3\.7 {
    padding: 37px !important;
  }
  .mobile-m-x-3\.7 {
    margin-left: 37px !important;
    margin-right: 37px !important;
  }
  .mobile-m-y-3\.7 {
    margin-top: 37px !important;
    margin-bottom: 37px !important;
  }
  .mobile-p-x-3\.7 {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
  .mobile-p-y-3\.7 {
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-3\.8 {
    margin: 38px !important;
  }
  .mobile\:p-3\.8 {
    padding: 38px !important;
  }
  .mobile\:m-x-3\.8 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }
  .mobile\:m-y-3\.8 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .mobile\:p-x-3\.8 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
  .mobile\:p-y-3\.8 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
  .mobile-m-3\.8 {
    margin: 38px !important;
  }
  .mobile-p-3\.8 {
    padding: 38px !important;
  }
  .mobile-m-x-3\.8 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }
  .mobile-m-y-3\.8 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .mobile-p-x-3\.8 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
  .mobile-p-y-3\.8 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-3\.9 {
    margin: 39px !important;
  }
  .mobile\:p-3\.9 {
    padding: 39px !important;
  }
  .mobile\:m-x-3\.9 {
    margin-left: 39px !important;
    margin-right: 39px !important;
  }
  .mobile\:m-y-3\.9 {
    margin-top: 39px !important;
    margin-bottom: 39px !important;
  }
  .mobile\:p-x-3\.9 {
    padding-left: 39px !important;
    padding-right: 39px !important;
  }
  .mobile\:p-y-3\.9 {
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }
  .mobile-m-3\.9 {
    margin: 39px !important;
  }
  .mobile-p-3\.9 {
    padding: 39px !important;
  }
  .mobile-m-x-3\.9 {
    margin-left: 39px !important;
    margin-right: 39px !important;
  }
  .mobile-m-y-3\.9 {
    margin-top: 39px !important;
    margin-bottom: 39px !important;
  }
  .mobile-p-x-3\.9 {
    padding-left: 39px !important;
    padding-right: 39px !important;
  }
  .mobile-p-y-3\.9 {
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-4 {
    margin: 40px !important;
  }
  .mobile\:p-4 {
    padding: 40px !important;
  }
  .mobile\:m-x-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mobile\:m-y-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mobile\:p-x-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .mobile\:p-y-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .mobile-m-4 {
    margin: 40px !important;
  }
  .mobile-p-4 {
    padding: 40px !important;
  }
  .mobile-m-x-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mobile-m-y-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mobile-p-x-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .mobile-p-y-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-4\.1 {
    margin: 41px !important;
  }
  .mobile\:p-4\.1 {
    padding: 41px !important;
  }
  .mobile\:m-x-4\.1 {
    margin-left: 41px !important;
    margin-right: 41px !important;
  }
  .mobile\:m-y-4\.1 {
    margin-top: 41px !important;
    margin-bottom: 41px !important;
  }
  .mobile\:p-x-4\.1 {
    padding-left: 41px !important;
    padding-right: 41px !important;
  }
  .mobile\:p-y-4\.1 {
    padding-top: 41px !important;
    padding-bottom: 41px !important;
  }
  .mobile-m-4\.1 {
    margin: 41px !important;
  }
  .mobile-p-4\.1 {
    padding: 41px !important;
  }
  .mobile-m-x-4\.1 {
    margin-left: 41px !important;
    margin-right: 41px !important;
  }
  .mobile-m-y-4\.1 {
    margin-top: 41px !important;
    margin-bottom: 41px !important;
  }
  .mobile-p-x-4\.1 {
    padding-left: 41px !important;
    padding-right: 41px !important;
  }
  .mobile-p-y-4\.1 {
    padding-top: 41px !important;
    padding-bottom: 41px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-4\.2 {
    margin: 42px !important;
  }
  .mobile\:p-4\.2 {
    padding: 42px !important;
  }
  .mobile\:m-x-4\.2 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }
  .mobile\:m-y-4\.2 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .mobile\:p-x-4\.2 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
  .mobile\:p-y-4\.2 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .mobile-m-4\.2 {
    margin: 42px !important;
  }
  .mobile-p-4\.2 {
    padding: 42px !important;
  }
  .mobile-m-x-4\.2 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }
  .mobile-m-y-4\.2 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .mobile-p-x-4\.2 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
  .mobile-p-y-4\.2 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-4\.3 {
    margin: 43px !important;
  }
  .mobile\:p-4\.3 {
    padding: 43px !important;
  }
  .mobile\:m-x-4\.3 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  .mobile\:m-y-4\.3 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .mobile\:p-x-4\.3 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  .mobile\:p-y-4\.3 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  .mobile-m-4\.3 {
    margin: 43px !important;
  }
  .mobile-p-4\.3 {
    padding: 43px !important;
  }
  .mobile-m-x-4\.3 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  .mobile-m-y-4\.3 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .mobile-p-x-4\.3 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  .mobile-p-y-4\.3 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-4\.4 {
    margin: 44px !important;
  }
  .mobile\:p-4\.4 {
    padding: 44px !important;
  }
  .mobile\:m-x-4\.4 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }
  .mobile\:m-y-4\.4 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .mobile\:p-x-4\.4 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
  .mobile\:p-y-4\.4 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .mobile-m-4\.4 {
    margin: 44px !important;
  }
  .mobile-p-4\.4 {
    padding: 44px !important;
  }
  .mobile-m-x-4\.4 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }
  .mobile-m-y-4\.4 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .mobile-p-x-4\.4 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
  .mobile-p-y-4\.4 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-4\.5 {
    margin: 45px !important;
  }
  .mobile\:p-4\.5 {
    padding: 45px !important;
  }
  .mobile\:m-x-4\.5 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .mobile\:m-y-4\.5 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .mobile\:p-x-4\.5 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .mobile\:p-y-4\.5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .mobile-m-4\.5 {
    margin: 45px !important;
  }
  .mobile-p-4\.5 {
    padding: 45px !important;
  }
  .mobile-m-x-4\.5 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .mobile-m-y-4\.5 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .mobile-p-x-4\.5 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .mobile-p-y-4\.5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-4\.6 {
    margin: 46px !important;
  }
  .mobile\:p-4\.6 {
    padding: 46px !important;
  }
  .mobile\:m-x-4\.6 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .mobile\:m-y-4\.6 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .mobile\:p-x-4\.6 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  .mobile\:p-y-4\.6 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .mobile-m-4\.6 {
    margin: 46px !important;
  }
  .mobile-p-4\.6 {
    padding: 46px !important;
  }
  .mobile-m-x-4\.6 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .mobile-m-y-4\.6 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .mobile-p-x-4\.6 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  .mobile-p-y-4\.6 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-4\.7 {
    margin: 47px !important;
  }
  .mobile\:p-4\.7 {
    padding: 47px !important;
  }
  .mobile\:m-x-4\.7 {
    margin-left: 47px !important;
    margin-right: 47px !important;
  }
  .mobile\:m-y-4\.7 {
    margin-top: 47px !important;
    margin-bottom: 47px !important;
  }
  .mobile\:p-x-4\.7 {
    padding-left: 47px !important;
    padding-right: 47px !important;
  }
  .mobile\:p-y-4\.7 {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
  }
  .mobile-m-4\.7 {
    margin: 47px !important;
  }
  .mobile-p-4\.7 {
    padding: 47px !important;
  }
  .mobile-m-x-4\.7 {
    margin-left: 47px !important;
    margin-right: 47px !important;
  }
  .mobile-m-y-4\.7 {
    margin-top: 47px !important;
    margin-bottom: 47px !important;
  }
  .mobile-p-x-4\.7 {
    padding-left: 47px !important;
    padding-right: 47px !important;
  }
  .mobile-p-y-4\.7 {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-4\.8 {
    margin: 48px !important;
  }
  .mobile\:p-4\.8 {
    padding: 48px !important;
  }
  .mobile\:m-x-4\.8 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .mobile\:m-y-4\.8 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mobile\:p-x-4\.8 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .mobile\:p-y-4\.8 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .mobile-m-4\.8 {
    margin: 48px !important;
  }
  .mobile-p-4\.8 {
    padding: 48px !important;
  }
  .mobile-m-x-4\.8 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .mobile-m-y-4\.8 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mobile-p-x-4\.8 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .mobile-p-y-4\.8 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-4\.9 {
    margin: 49px !important;
  }
  .mobile\:p-4\.9 {
    padding: 49px !important;
  }
  .mobile\:m-x-4\.9 {
    margin-left: 49px !important;
    margin-right: 49px !important;
  }
  .mobile\:m-y-4\.9 {
    margin-top: 49px !important;
    margin-bottom: 49px !important;
  }
  .mobile\:p-x-4\.9 {
    padding-left: 49px !important;
    padding-right: 49px !important;
  }
  .mobile\:p-y-4\.9 {
    padding-top: 49px !important;
    padding-bottom: 49px !important;
  }
  .mobile-m-4\.9 {
    margin: 49px !important;
  }
  .mobile-p-4\.9 {
    padding: 49px !important;
  }
  .mobile-m-x-4\.9 {
    margin-left: 49px !important;
    margin-right: 49px !important;
  }
  .mobile-m-y-4\.9 {
    margin-top: 49px !important;
    margin-bottom: 49px !important;
  }
  .mobile-p-x-4\.9 {
    padding-left: 49px !important;
    padding-right: 49px !important;
  }
  .mobile-p-y-4\.9 {
    padding-top: 49px !important;
    padding-bottom: 49px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-5 {
    margin: 50px !important;
  }
  .mobile\:p-5 {
    padding: 50px !important;
  }
  .mobile\:m-x-5 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .mobile\:m-y-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mobile\:p-x-5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .mobile\:p-y-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .mobile-m-5 {
    margin: 50px !important;
  }
  .mobile-p-5 {
    padding: 50px !important;
  }
  .mobile-m-x-5 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .mobile-m-y-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mobile-p-x-5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .mobile-p-y-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-6 {
    margin: 60px !important;
  }
  .mobile\:p-6 {
    padding: 60px !important;
  }
  .mobile\:m-x-6 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .mobile\:m-y-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mobile\:p-x-6 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .mobile\:p-y-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .mobile-m-6 {
    margin: 60px !important;
  }
  .mobile-p-6 {
    padding: 60px !important;
  }
  .mobile-m-x-6 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .mobile-m-y-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mobile-p-x-6 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .mobile-p-y-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-7 {
    margin: 70px !important;
  }
  .mobile\:p-7 {
    padding: 70px !important;
  }
  .mobile\:m-x-7 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .mobile\:m-y-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .mobile\:p-x-7 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .mobile\:p-y-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .mobile-m-7 {
    margin: 70px !important;
  }
  .mobile-p-7 {
    padding: 70px !important;
  }
  .mobile-m-x-7 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .mobile-m-y-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .mobile-p-x-7 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .mobile-p-y-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-8 {
    margin: 80px !important;
  }
  .mobile\:p-8 {
    padding: 80px !important;
  }
  .mobile\:m-x-8 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .mobile\:m-y-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mobile\:p-x-8 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .mobile\:p-y-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .mobile-m-8 {
    margin: 80px !important;
  }
  .mobile-p-8 {
    padding: 80px !important;
  }
  .mobile-m-x-8 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .mobile-m-y-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mobile-p-x-8 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .mobile-p-y-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-9 {
    margin: 90px !important;
  }
  .mobile\:p-9 {
    padding: 90px !important;
  }
  .mobile\:m-x-9 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .mobile\:m-y-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .mobile\:p-x-9 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .mobile\:p-y-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .mobile-m-9 {
    margin: 90px !important;
  }
  .mobile-p-9 {
    padding: 90px !important;
  }
  .mobile-m-x-9 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .mobile-m-y-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .mobile-p-x-9 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .mobile-p-y-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-10 {
    margin: 100px !important;
  }
  .mobile\:p-10 {
    padding: 100px !important;
  }
  .mobile\:m-x-10 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .mobile\:m-y-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mobile\:p-x-10 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .mobile\:p-y-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .mobile-m-10 {
    margin: 100px !important;
  }
  .mobile-p-10 {
    padding: 100px !important;
  }
  .mobile-m-x-10 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .mobile-m-y-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mobile-p-x-10 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .mobile-p-y-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-11 {
    margin: 110px !important;
  }
  .mobile\:p-11 {
    padding: 110px !important;
  }
  .mobile\:m-x-11 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  .mobile\:m-y-11 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .mobile\:p-x-11 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .mobile\:p-y-11 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .mobile-m-11 {
    margin: 110px !important;
  }
  .mobile-p-11 {
    padding: 110px !important;
  }
  .mobile-m-x-11 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  .mobile-m-y-11 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .mobile-p-x-11 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .mobile-p-y-11 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-12 {
    margin: 120px !important;
  }
  .mobile\:p-12 {
    padding: 120px !important;
  }
  .mobile\:m-x-12 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .mobile\:m-y-12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .mobile\:p-x-12 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .mobile\:p-y-12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .mobile-m-12 {
    margin: 120px !important;
  }
  .mobile-p-12 {
    padding: 120px !important;
  }
  .mobile-m-x-12 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .mobile-m-y-12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .mobile-p-x-12 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .mobile-p-y-12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-13 {
    margin: 130px !important;
  }
  .mobile\:p-13 {
    padding: 130px !important;
  }
  .mobile\:m-x-13 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  .mobile\:m-y-13 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .mobile\:p-x-13 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .mobile\:p-y-13 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .mobile-m-13 {
    margin: 130px !important;
  }
  .mobile-p-13 {
    padding: 130px !important;
  }
  .mobile-m-x-13 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  .mobile-m-y-13 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .mobile-p-x-13 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .mobile-p-y-13 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-14 {
    margin: 140px !important;
  }
  .mobile\:p-14 {
    padding: 140px !important;
  }
  .mobile\:m-x-14 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  .mobile\:m-y-14 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .mobile\:p-x-14 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .mobile\:p-y-14 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .mobile-m-14 {
    margin: 140px !important;
  }
  .mobile-p-14 {
    padding: 140px !important;
  }
  .mobile-m-x-14 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  .mobile-m-y-14 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .mobile-p-x-14 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .mobile-p-y-14 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-15 {
    margin: 150px !important;
  }
  .mobile\:p-15 {
    padding: 150px !important;
  }
  .mobile\:m-x-15 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .mobile\:m-y-15 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .mobile\:p-x-15 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .mobile\:p-y-15 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .mobile-m-15 {
    margin: 150px !important;
  }
  .mobile-p-15 {
    padding: 150px !important;
  }
  .mobile-m-x-15 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .mobile-m-y-15 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .mobile-p-x-15 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .mobile-p-y-15 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-16 {
    margin: 160px !important;
  }
  .mobile\:p-16 {
    padding: 160px !important;
  }
  .mobile\:m-x-16 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .mobile\:m-y-16 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .mobile\:p-x-16 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .mobile\:p-y-16 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .mobile-m-16 {
    margin: 160px !important;
  }
  .mobile-p-16 {
    padding: 160px !important;
  }
  .mobile-m-x-16 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .mobile-m-y-16 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .mobile-p-x-16 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .mobile-p-y-16 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-17 {
    margin: 170px !important;
  }
  .mobile\:p-17 {
    padding: 170px !important;
  }
  .mobile\:m-x-17 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  .mobile\:m-y-17 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .mobile\:p-x-17 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  .mobile\:p-y-17 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .mobile-m-17 {
    margin: 170px !important;
  }
  .mobile-p-17 {
    padding: 170px !important;
  }
  .mobile-m-x-17 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  .mobile-m-y-17 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .mobile-p-x-17 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  .mobile-p-y-17 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-18 {
    margin: 180px !important;
  }
  .mobile\:p-18 {
    padding: 180px !important;
  }
  .mobile\:m-x-18 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  .mobile\:m-y-18 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .mobile\:p-x-18 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .mobile\:p-y-18 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .mobile-m-18 {
    margin: 180px !important;
  }
  .mobile-p-18 {
    padding: 180px !important;
  }
  .mobile-m-x-18 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  .mobile-m-y-18 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .mobile-p-x-18 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .mobile-p-y-18 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-19 {
    margin: 190px !important;
  }
  .mobile\:p-19 {
    padding: 190px !important;
  }
  .mobile\:m-x-19 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  .mobile\:m-y-19 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .mobile\:p-x-19 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  .mobile\:p-y-19 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .mobile-m-19 {
    margin: 190px !important;
  }
  .mobile-p-19 {
    padding: 190px !important;
  }
  .mobile-m-x-19 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  .mobile-m-y-19 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .mobile-p-x-19 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  .mobile-p-y-19 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-20 {
    margin: 200px !important;
  }
  .mobile\:p-20 {
    padding: 200px !important;
  }
  .mobile\:m-x-20 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .mobile\:m-y-20 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .mobile\:p-x-20 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .mobile\:p-y-20 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .mobile-m-20 {
    margin: 200px !important;
  }
  .mobile-p-20 {
    padding: 200px !important;
  }
  .mobile-m-x-20 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .mobile-m-y-20 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .mobile-p-x-20 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .mobile-p-y-20 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-21 {
    margin: 210px !important;
  }
  .mobile\:p-21 {
    padding: 210px !important;
  }
  .mobile\:m-x-21 {
    margin-left: 210px !important;
    margin-right: 210px !important;
  }
  .mobile\:m-y-21 {
    margin-top: 210px !important;
    margin-bottom: 210px !important;
  }
  .mobile\:p-x-21 {
    padding-left: 210px !important;
    padding-right: 210px !important;
  }
  .mobile\:p-y-21 {
    padding-top: 210px !important;
    padding-bottom: 210px !important;
  }
  .mobile-m-21 {
    margin: 210px !important;
  }
  .mobile-p-21 {
    padding: 210px !important;
  }
  .mobile-m-x-21 {
    margin-left: 210px !important;
    margin-right: 210px !important;
  }
  .mobile-m-y-21 {
    margin-top: 210px !important;
    margin-bottom: 210px !important;
  }
  .mobile-p-x-21 {
    padding-left: 210px !important;
    padding-right: 210px !important;
  }
  .mobile-p-y-21 {
    padding-top: 210px !important;
    padding-bottom: 210px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-22 {
    margin: 220px !important;
  }
  .mobile\:p-22 {
    padding: 220px !important;
  }
  .mobile\:m-x-22 {
    margin-left: 220px !important;
    margin-right: 220px !important;
  }
  .mobile\:m-y-22 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .mobile\:p-x-22 {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }
  .mobile\:p-y-22 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .mobile-m-22 {
    margin: 220px !important;
  }
  .mobile-p-22 {
    padding: 220px !important;
  }
  .mobile-m-x-22 {
    margin-left: 220px !important;
    margin-right: 220px !important;
  }
  .mobile-m-y-22 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .mobile-p-x-22 {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }
  .mobile-p-y-22 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-23 {
    margin: 230px !important;
  }
  .mobile\:p-23 {
    padding: 230px !important;
  }
  .mobile\:m-x-23 {
    margin-left: 230px !important;
    margin-right: 230px !important;
  }
  .mobile\:m-y-23 {
    margin-top: 230px !important;
    margin-bottom: 230px !important;
  }
  .mobile\:p-x-23 {
    padding-left: 230px !important;
    padding-right: 230px !important;
  }
  .mobile\:p-y-23 {
    padding-top: 230px !important;
    padding-bottom: 230px !important;
  }
  .mobile-m-23 {
    margin: 230px !important;
  }
  .mobile-p-23 {
    padding: 230px !important;
  }
  .mobile-m-x-23 {
    margin-left: 230px !important;
    margin-right: 230px !important;
  }
  .mobile-m-y-23 {
    margin-top: 230px !important;
    margin-bottom: 230px !important;
  }
  .mobile-p-x-23 {
    padding-left: 230px !important;
    padding-right: 230px !important;
  }
  .mobile-p-y-23 {
    padding-top: 230px !important;
    padding-bottom: 230px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-24 {
    margin: 240px !important;
  }
  .mobile\:p-24 {
    padding: 240px !important;
  }
  .mobile\:m-x-24 {
    margin-left: 240px !important;
    margin-right: 240px !important;
  }
  .mobile\:m-y-24 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .mobile\:p-x-24 {
    padding-left: 240px !important;
    padding-right: 240px !important;
  }
  .mobile\:p-y-24 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .mobile-m-24 {
    margin: 240px !important;
  }
  .mobile-p-24 {
    padding: 240px !important;
  }
  .mobile-m-x-24 {
    margin-left: 240px !important;
    margin-right: 240px !important;
  }
  .mobile-m-y-24 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .mobile-p-x-24 {
    padding-left: 240px !important;
    padding-right: 240px !important;
  }
  .mobile-p-y-24 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-25 {
    margin: 250px !important;
  }
  .mobile\:p-25 {
    padding: 250px !important;
  }
  .mobile\:m-x-25 {
    margin-left: 250px !important;
    margin-right: 250px !important;
  }
  .mobile\:m-y-25 {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }
  .mobile\:p-x-25 {
    padding-left: 250px !important;
    padding-right: 250px !important;
  }
  .mobile\:p-y-25 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }
  .mobile-m-25 {
    margin: 250px !important;
  }
  .mobile-p-25 {
    padding: 250px !important;
  }
  .mobile-m-x-25 {
    margin-left: 250px !important;
    margin-right: 250px !important;
  }
  .mobile-m-y-25 {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }
  .mobile-p-x-25 {
    padding-left: 250px !important;
    padding-right: 250px !important;
  }
  .mobile-p-y-25 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-26 {
    margin: 260px !important;
  }
  .mobile\:p-26 {
    padding: 260px !important;
  }
  .mobile\:m-x-26 {
    margin-left: 260px !important;
    margin-right: 260px !important;
  }
  .mobile\:m-y-26 {
    margin-top: 260px !important;
    margin-bottom: 260px !important;
  }
  .mobile\:p-x-26 {
    padding-left: 260px !important;
    padding-right: 260px !important;
  }
  .mobile\:p-y-26 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
  }
  .mobile-m-26 {
    margin: 260px !important;
  }
  .mobile-p-26 {
    padding: 260px !important;
  }
  .mobile-m-x-26 {
    margin-left: 260px !important;
    margin-right: 260px !important;
  }
  .mobile-m-y-26 {
    margin-top: 260px !important;
    margin-bottom: 260px !important;
  }
  .mobile-p-x-26 {
    padding-left: 260px !important;
    padding-right: 260px !important;
  }
  .mobile-p-y-26 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-27 {
    margin: 270px !important;
  }
  .mobile\:p-27 {
    padding: 270px !important;
  }
  .mobile\:m-x-27 {
    margin-left: 270px !important;
    margin-right: 270px !important;
  }
  .mobile\:m-y-27 {
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }
  .mobile\:p-x-27 {
    padding-left: 270px !important;
    padding-right: 270px !important;
  }
  .mobile\:p-y-27 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }
  .mobile-m-27 {
    margin: 270px !important;
  }
  .mobile-p-27 {
    padding: 270px !important;
  }
  .mobile-m-x-27 {
    margin-left: 270px !important;
    margin-right: 270px !important;
  }
  .mobile-m-y-27 {
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }
  .mobile-p-x-27 {
    padding-left: 270px !important;
    padding-right: 270px !important;
  }
  .mobile-p-y-27 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-28 {
    margin: 280px !important;
  }
  .mobile\:p-28 {
    padding: 280px !important;
  }
  .mobile\:m-x-28 {
    margin-left: 280px !important;
    margin-right: 280px !important;
  }
  .mobile\:m-y-28 {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
  }
  .mobile\:p-x-28 {
    padding-left: 280px !important;
    padding-right: 280px !important;
  }
  .mobile\:p-y-28 {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
  }
  .mobile-m-28 {
    margin: 280px !important;
  }
  .mobile-p-28 {
    padding: 280px !important;
  }
  .mobile-m-x-28 {
    margin-left: 280px !important;
    margin-right: 280px !important;
  }
  .mobile-m-y-28 {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
  }
  .mobile-p-x-28 {
    padding-left: 280px !important;
    padding-right: 280px !important;
  }
  .mobile-p-y-28 {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-29 {
    margin: 290px !important;
  }
  .mobile\:p-29 {
    padding: 290px !important;
  }
  .mobile\:m-x-29 {
    margin-left: 290px !important;
    margin-right: 290px !important;
  }
  .mobile\:m-y-29 {
    margin-top: 290px !important;
    margin-bottom: 290px !important;
  }
  .mobile\:p-x-29 {
    padding-left: 290px !important;
    padding-right: 290px !important;
  }
  .mobile\:p-y-29 {
    padding-top: 290px !important;
    padding-bottom: 290px !important;
  }
  .mobile-m-29 {
    margin: 290px !important;
  }
  .mobile-p-29 {
    padding: 290px !important;
  }
  .mobile-m-x-29 {
    margin-left: 290px !important;
    margin-right: 290px !important;
  }
  .mobile-m-y-29 {
    margin-top: 290px !important;
    margin-bottom: 290px !important;
  }
  .mobile-p-x-29 {
    padding-left: 290px !important;
    padding-right: 290px !important;
  }
  .mobile-p-y-29 {
    padding-top: 290px !important;
    padding-bottom: 290px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-30 {
    margin: 300px !important;
  }
  .mobile\:p-30 {
    padding: 300px !important;
  }
  .mobile\:m-x-30 {
    margin-left: 300px !important;
    margin-right: 300px !important;
  }
  .mobile\:m-y-30 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }
  .mobile\:p-x-30 {
    padding-left: 300px !important;
    padding-right: 300px !important;
  }
  .mobile\:p-y-30 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }
  .mobile-m-30 {
    margin: 300px !important;
  }
  .mobile-p-30 {
    padding: 300px !important;
  }
  .mobile-m-x-30 {
    margin-left: 300px !important;
    margin-right: 300px !important;
  }
  .mobile-m-y-30 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }
  .mobile-p-x-30 {
    padding-left: 300px !important;
    padding-right: 300px !important;
  }
  .mobile-p-y-30 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-31 {
    margin: 310px !important;
  }
  .mobile\:p-31 {
    padding: 310px !important;
  }
  .mobile\:m-x-31 {
    margin-left: 310px !important;
    margin-right: 310px !important;
  }
  .mobile\:m-y-31 {
    margin-top: 310px !important;
    margin-bottom: 310px !important;
  }
  .mobile\:p-x-31 {
    padding-left: 310px !important;
    padding-right: 310px !important;
  }
  .mobile\:p-y-31 {
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }
  .mobile-m-31 {
    margin: 310px !important;
  }
  .mobile-p-31 {
    padding: 310px !important;
  }
  .mobile-m-x-31 {
    margin-left: 310px !important;
    margin-right: 310px !important;
  }
  .mobile-m-y-31 {
    margin-top: 310px !important;
    margin-bottom: 310px !important;
  }
  .mobile-p-x-31 {
    padding-left: 310px !important;
    padding-right: 310px !important;
  }
  .mobile-p-y-31 {
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-32 {
    margin: 320px !important;
  }
  .mobile\:p-32 {
    padding: 320px !important;
  }
  .mobile\:m-x-32 {
    margin-left: 320px !important;
    margin-right: 320px !important;
  }
  .mobile\:m-y-32 {
    margin-top: 320px !important;
    margin-bottom: 320px !important;
  }
  .mobile\:p-x-32 {
    padding-left: 320px !important;
    padding-right: 320px !important;
  }
  .mobile\:p-y-32 {
    padding-top: 320px !important;
    padding-bottom: 320px !important;
  }
  .mobile-m-32 {
    margin: 320px !important;
  }
  .mobile-p-32 {
    padding: 320px !important;
  }
  .mobile-m-x-32 {
    margin-left: 320px !important;
    margin-right: 320px !important;
  }
  .mobile-m-y-32 {
    margin-top: 320px !important;
    margin-bottom: 320px !important;
  }
  .mobile-p-x-32 {
    padding-left: 320px !important;
    padding-right: 320px !important;
  }
  .mobile-p-y-32 {
    padding-top: 320px !important;
    padding-bottom: 320px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-33 {
    margin: 330px !important;
  }
  .mobile\:p-33 {
    padding: 330px !important;
  }
  .mobile\:m-x-33 {
    margin-left: 330px !important;
    margin-right: 330px !important;
  }
  .mobile\:m-y-33 {
    margin-top: 330px !important;
    margin-bottom: 330px !important;
  }
  .mobile\:p-x-33 {
    padding-left: 330px !important;
    padding-right: 330px !important;
  }
  .mobile\:p-y-33 {
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }
  .mobile-m-33 {
    margin: 330px !important;
  }
  .mobile-p-33 {
    padding: 330px !important;
  }
  .mobile-m-x-33 {
    margin-left: 330px !important;
    margin-right: 330px !important;
  }
  .mobile-m-y-33 {
    margin-top: 330px !important;
    margin-bottom: 330px !important;
  }
  .mobile-p-x-33 {
    padding-left: 330px !important;
    padding-right: 330px !important;
  }
  .mobile-p-y-33 {
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-34 {
    margin: 340px !important;
  }
  .mobile\:p-34 {
    padding: 340px !important;
  }
  .mobile\:m-x-34 {
    margin-left: 340px !important;
    margin-right: 340px !important;
  }
  .mobile\:m-y-34 {
    margin-top: 340px !important;
    margin-bottom: 340px !important;
  }
  .mobile\:p-x-34 {
    padding-left: 340px !important;
    padding-right: 340px !important;
  }
  .mobile\:p-y-34 {
    padding-top: 340px !important;
    padding-bottom: 340px !important;
  }
  .mobile-m-34 {
    margin: 340px !important;
  }
  .mobile-p-34 {
    padding: 340px !important;
  }
  .mobile-m-x-34 {
    margin-left: 340px !important;
    margin-right: 340px !important;
  }
  .mobile-m-y-34 {
    margin-top: 340px !important;
    margin-bottom: 340px !important;
  }
  .mobile-p-x-34 {
    padding-left: 340px !important;
    padding-right: 340px !important;
  }
  .mobile-p-y-34 {
    padding-top: 340px !important;
    padding-bottom: 340px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-35 {
    margin: 350px !important;
  }
  .mobile\:p-35 {
    padding: 350px !important;
  }
  .mobile\:m-x-35 {
    margin-left: 350px !important;
    margin-right: 350px !important;
  }
  .mobile\:m-y-35 {
    margin-top: 350px !important;
    margin-bottom: 350px !important;
  }
  .mobile\:p-x-35 {
    padding-left: 350px !important;
    padding-right: 350px !important;
  }
  .mobile\:p-y-35 {
    padding-top: 350px !important;
    padding-bottom: 350px !important;
  }
  .mobile-m-35 {
    margin: 350px !important;
  }
  .mobile-p-35 {
    padding: 350px !important;
  }
  .mobile-m-x-35 {
    margin-left: 350px !important;
    margin-right: 350px !important;
  }
  .mobile-m-y-35 {
    margin-top: 350px !important;
    margin-bottom: 350px !important;
  }
  .mobile-p-x-35 {
    padding-left: 350px !important;
    padding-right: 350px !important;
  }
  .mobile-p-y-35 {
    padding-top: 350px !important;
    padding-bottom: 350px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-36 {
    margin: 360px !important;
  }
  .mobile\:p-36 {
    padding: 360px !important;
  }
  .mobile\:m-x-36 {
    margin-left: 360px !important;
    margin-right: 360px !important;
  }
  .mobile\:m-y-36 {
    margin-top: 360px !important;
    margin-bottom: 360px !important;
  }
  .mobile\:p-x-36 {
    padding-left: 360px !important;
    padding-right: 360px !important;
  }
  .mobile\:p-y-36 {
    padding-top: 360px !important;
    padding-bottom: 360px !important;
  }
  .mobile-m-36 {
    margin: 360px !important;
  }
  .mobile-p-36 {
    padding: 360px !important;
  }
  .mobile-m-x-36 {
    margin-left: 360px !important;
    margin-right: 360px !important;
  }
  .mobile-m-y-36 {
    margin-top: 360px !important;
    margin-bottom: 360px !important;
  }
  .mobile-p-x-36 {
    padding-left: 360px !important;
    padding-right: 360px !important;
  }
  .mobile-p-y-36 {
    padding-top: 360px !important;
    padding-bottom: 360px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-37 {
    margin: 370px !important;
  }
  .mobile\:p-37 {
    padding: 370px !important;
  }
  .mobile\:m-x-37 {
    margin-left: 370px !important;
    margin-right: 370px !important;
  }
  .mobile\:m-y-37 {
    margin-top: 370px !important;
    margin-bottom: 370px !important;
  }
  .mobile\:p-x-37 {
    padding-left: 370px !important;
    padding-right: 370px !important;
  }
  .mobile\:p-y-37 {
    padding-top: 370px !important;
    padding-bottom: 370px !important;
  }
  .mobile-m-37 {
    margin: 370px !important;
  }
  .mobile-p-37 {
    padding: 370px !important;
  }
  .mobile-m-x-37 {
    margin-left: 370px !important;
    margin-right: 370px !important;
  }
  .mobile-m-y-37 {
    margin-top: 370px !important;
    margin-bottom: 370px !important;
  }
  .mobile-p-x-37 {
    padding-left: 370px !important;
    padding-right: 370px !important;
  }
  .mobile-p-y-37 {
    padding-top: 370px !important;
    padding-bottom: 370px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-38 {
    margin: 380px !important;
  }
  .mobile\:p-38 {
    padding: 380px !important;
  }
  .mobile\:m-x-38 {
    margin-left: 380px !important;
    margin-right: 380px !important;
  }
  .mobile\:m-y-38 {
    margin-top: 380px !important;
    margin-bottom: 380px !important;
  }
  .mobile\:p-x-38 {
    padding-left: 380px !important;
    padding-right: 380px !important;
  }
  .mobile\:p-y-38 {
    padding-top: 380px !important;
    padding-bottom: 380px !important;
  }
  .mobile-m-38 {
    margin: 380px !important;
  }
  .mobile-p-38 {
    padding: 380px !important;
  }
  .mobile-m-x-38 {
    margin-left: 380px !important;
    margin-right: 380px !important;
  }
  .mobile-m-y-38 {
    margin-top: 380px !important;
    margin-bottom: 380px !important;
  }
  .mobile-p-x-38 {
    padding-left: 380px !important;
    padding-right: 380px !important;
  }
  .mobile-p-y-38 {
    padding-top: 380px !important;
    padding-bottom: 380px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-39 {
    margin: 390px !important;
  }
  .mobile\:p-39 {
    padding: 390px !important;
  }
  .mobile\:m-x-39 {
    margin-left: 390px !important;
    margin-right: 390px !important;
  }
  .mobile\:m-y-39 {
    margin-top: 390px !important;
    margin-bottom: 390px !important;
  }
  .mobile\:p-x-39 {
    padding-left: 390px !important;
    padding-right: 390px !important;
  }
  .mobile\:p-y-39 {
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }
  .mobile-m-39 {
    margin: 390px !important;
  }
  .mobile-p-39 {
    padding: 390px !important;
  }
  .mobile-m-x-39 {
    margin-left: 390px !important;
    margin-right: 390px !important;
  }
  .mobile-m-y-39 {
    margin-top: 390px !important;
    margin-bottom: 390px !important;
  }
  .mobile-p-x-39 {
    padding-left: 390px !important;
    padding-right: 390px !important;
  }
  .mobile-p-y-39 {
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-40 {
    margin: 400px !important;
  }
  .mobile\:p-40 {
    padding: 400px !important;
  }
  .mobile\:m-x-40 {
    margin-left: 400px !important;
    margin-right: 400px !important;
  }
  .mobile\:m-y-40 {
    margin-top: 400px !important;
    margin-bottom: 400px !important;
  }
  .mobile\:p-x-40 {
    padding-left: 400px !important;
    padding-right: 400px !important;
  }
  .mobile\:p-y-40 {
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }
  .mobile-m-40 {
    margin: 400px !important;
  }
  .mobile-p-40 {
    padding: 400px !important;
  }
  .mobile-m-x-40 {
    margin-left: 400px !important;
    margin-right: 400px !important;
  }
  .mobile-m-y-40 {
    margin-top: 400px !important;
    margin-bottom: 400px !important;
  }
  .mobile-p-x-40 {
    padding-left: 400px !important;
    padding-right: 400px !important;
  }
  .mobile-p-y-40 {
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-41 {
    margin: 410px !important;
  }
  .mobile\:p-41 {
    padding: 410px !important;
  }
  .mobile\:m-x-41 {
    margin-left: 410px !important;
    margin-right: 410px !important;
  }
  .mobile\:m-y-41 {
    margin-top: 410px !important;
    margin-bottom: 410px !important;
  }
  .mobile\:p-x-41 {
    padding-left: 410px !important;
    padding-right: 410px !important;
  }
  .mobile\:p-y-41 {
    padding-top: 410px !important;
    padding-bottom: 410px !important;
  }
  .mobile-m-41 {
    margin: 410px !important;
  }
  .mobile-p-41 {
    padding: 410px !important;
  }
  .mobile-m-x-41 {
    margin-left: 410px !important;
    margin-right: 410px !important;
  }
  .mobile-m-y-41 {
    margin-top: 410px !important;
    margin-bottom: 410px !important;
  }
  .mobile-p-x-41 {
    padding-left: 410px !important;
    padding-right: 410px !important;
  }
  .mobile-p-y-41 {
    padding-top: 410px !important;
    padding-bottom: 410px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-42 {
    margin: 420px !important;
  }
  .mobile\:p-42 {
    padding: 420px !important;
  }
  .mobile\:m-x-42 {
    margin-left: 420px !important;
    margin-right: 420px !important;
  }
  .mobile\:m-y-42 {
    margin-top: 420px !important;
    margin-bottom: 420px !important;
  }
  .mobile\:p-x-42 {
    padding-left: 420px !important;
    padding-right: 420px !important;
  }
  .mobile\:p-y-42 {
    padding-top: 420px !important;
    padding-bottom: 420px !important;
  }
  .mobile-m-42 {
    margin: 420px !important;
  }
  .mobile-p-42 {
    padding: 420px !important;
  }
  .mobile-m-x-42 {
    margin-left: 420px !important;
    margin-right: 420px !important;
  }
  .mobile-m-y-42 {
    margin-top: 420px !important;
    margin-bottom: 420px !important;
  }
  .mobile-p-x-42 {
    padding-left: 420px !important;
    padding-right: 420px !important;
  }
  .mobile-p-y-42 {
    padding-top: 420px !important;
    padding-bottom: 420px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-43 {
    margin: 430px !important;
  }
  .mobile\:p-43 {
    padding: 430px !important;
  }
  .mobile\:m-x-43 {
    margin-left: 430px !important;
    margin-right: 430px !important;
  }
  .mobile\:m-y-43 {
    margin-top: 430px !important;
    margin-bottom: 430px !important;
  }
  .mobile\:p-x-43 {
    padding-left: 430px !important;
    padding-right: 430px !important;
  }
  .mobile\:p-y-43 {
    padding-top: 430px !important;
    padding-bottom: 430px !important;
  }
  .mobile-m-43 {
    margin: 430px !important;
  }
  .mobile-p-43 {
    padding: 430px !important;
  }
  .mobile-m-x-43 {
    margin-left: 430px !important;
    margin-right: 430px !important;
  }
  .mobile-m-y-43 {
    margin-top: 430px !important;
    margin-bottom: 430px !important;
  }
  .mobile-p-x-43 {
    padding-left: 430px !important;
    padding-right: 430px !important;
  }
  .mobile-p-y-43 {
    padding-top: 430px !important;
    padding-bottom: 430px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-44 {
    margin: 440px !important;
  }
  .mobile\:p-44 {
    padding: 440px !important;
  }
  .mobile\:m-x-44 {
    margin-left: 440px !important;
    margin-right: 440px !important;
  }
  .mobile\:m-y-44 {
    margin-top: 440px !important;
    margin-bottom: 440px !important;
  }
  .mobile\:p-x-44 {
    padding-left: 440px !important;
    padding-right: 440px !important;
  }
  .mobile\:p-y-44 {
    padding-top: 440px !important;
    padding-bottom: 440px !important;
  }
  .mobile-m-44 {
    margin: 440px !important;
  }
  .mobile-p-44 {
    padding: 440px !important;
  }
  .mobile-m-x-44 {
    margin-left: 440px !important;
    margin-right: 440px !important;
  }
  .mobile-m-y-44 {
    margin-top: 440px !important;
    margin-bottom: 440px !important;
  }
  .mobile-p-x-44 {
    padding-left: 440px !important;
    padding-right: 440px !important;
  }
  .mobile-p-y-44 {
    padding-top: 440px !important;
    padding-bottom: 440px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-45 {
    margin: 450px !important;
  }
  .mobile\:p-45 {
    padding: 450px !important;
  }
  .mobile\:m-x-45 {
    margin-left: 450px !important;
    margin-right: 450px !important;
  }
  .mobile\:m-y-45 {
    margin-top: 450px !important;
    margin-bottom: 450px !important;
  }
  .mobile\:p-x-45 {
    padding-left: 450px !important;
    padding-right: 450px !important;
  }
  .mobile\:p-y-45 {
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }
  .mobile-m-45 {
    margin: 450px !important;
  }
  .mobile-p-45 {
    padding: 450px !important;
  }
  .mobile-m-x-45 {
    margin-left: 450px !important;
    margin-right: 450px !important;
  }
  .mobile-m-y-45 {
    margin-top: 450px !important;
    margin-bottom: 450px !important;
  }
  .mobile-p-x-45 {
    padding-left: 450px !important;
    padding-right: 450px !important;
  }
  .mobile-p-y-45 {
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-46 {
    margin: 460px !important;
  }
  .mobile\:p-46 {
    padding: 460px !important;
  }
  .mobile\:m-x-46 {
    margin-left: 460px !important;
    margin-right: 460px !important;
  }
  .mobile\:m-y-46 {
    margin-top: 460px !important;
    margin-bottom: 460px !important;
  }
  .mobile\:p-x-46 {
    padding-left: 460px !important;
    padding-right: 460px !important;
  }
  .mobile\:p-y-46 {
    padding-top: 460px !important;
    padding-bottom: 460px !important;
  }
  .mobile-m-46 {
    margin: 460px !important;
  }
  .mobile-p-46 {
    padding: 460px !important;
  }
  .mobile-m-x-46 {
    margin-left: 460px !important;
    margin-right: 460px !important;
  }
  .mobile-m-y-46 {
    margin-top: 460px !important;
    margin-bottom: 460px !important;
  }
  .mobile-p-x-46 {
    padding-left: 460px !important;
    padding-right: 460px !important;
  }
  .mobile-p-y-46 {
    padding-top: 460px !important;
    padding-bottom: 460px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-47 {
    margin: 470px !important;
  }
  .mobile\:p-47 {
    padding: 470px !important;
  }
  .mobile\:m-x-47 {
    margin-left: 470px !important;
    margin-right: 470px !important;
  }
  .mobile\:m-y-47 {
    margin-top: 470px !important;
    margin-bottom: 470px !important;
  }
  .mobile\:p-x-47 {
    padding-left: 470px !important;
    padding-right: 470px !important;
  }
  .mobile\:p-y-47 {
    padding-top: 470px !important;
    padding-bottom: 470px !important;
  }
  .mobile-m-47 {
    margin: 470px !important;
  }
  .mobile-p-47 {
    padding: 470px !important;
  }
  .mobile-m-x-47 {
    margin-left: 470px !important;
    margin-right: 470px !important;
  }
  .mobile-m-y-47 {
    margin-top: 470px !important;
    margin-bottom: 470px !important;
  }
  .mobile-p-x-47 {
    padding-left: 470px !important;
    padding-right: 470px !important;
  }
  .mobile-p-y-47 {
    padding-top: 470px !important;
    padding-bottom: 470px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-48 {
    margin: 480px !important;
  }
  .mobile\:p-48 {
    padding: 480px !important;
  }
  .mobile\:m-x-48 {
    margin-left: 480px !important;
    margin-right: 480px !important;
  }
  .mobile\:m-y-48 {
    margin-top: 480px !important;
    margin-bottom: 480px !important;
  }
  .mobile\:p-x-48 {
    padding-left: 480px !important;
    padding-right: 480px !important;
  }
  .mobile\:p-y-48 {
    padding-top: 480px !important;
    padding-bottom: 480px !important;
  }
  .mobile-m-48 {
    margin: 480px !important;
  }
  .mobile-p-48 {
    padding: 480px !important;
  }
  .mobile-m-x-48 {
    margin-left: 480px !important;
    margin-right: 480px !important;
  }
  .mobile-m-y-48 {
    margin-top: 480px !important;
    margin-bottom: 480px !important;
  }
  .mobile-p-x-48 {
    padding-left: 480px !important;
    padding-right: 480px !important;
  }
  .mobile-p-y-48 {
    padding-top: 480px !important;
    padding-bottom: 480px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-49 {
    margin: 490px !important;
  }
  .mobile\:p-49 {
    padding: 490px !important;
  }
  .mobile\:m-x-49 {
    margin-left: 490px !important;
    margin-right: 490px !important;
  }
  .mobile\:m-y-49 {
    margin-top: 490px !important;
    margin-bottom: 490px !important;
  }
  .mobile\:p-x-49 {
    padding-left: 490px !important;
    padding-right: 490px !important;
  }
  .mobile\:p-y-49 {
    padding-top: 490px !important;
    padding-bottom: 490px !important;
  }
  .mobile-m-49 {
    margin: 490px !important;
  }
  .mobile-p-49 {
    padding: 490px !important;
  }
  .mobile-m-x-49 {
    margin-left: 490px !important;
    margin-right: 490px !important;
  }
  .mobile-m-y-49 {
    margin-top: 490px !important;
    margin-bottom: 490px !important;
  }
  .mobile-p-x-49 {
    padding-left: 490px !important;
    padding-right: 490px !important;
  }
  .mobile-p-y-49 {
    padding-top: 490px !important;
    padding-bottom: 490px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--10 {
    margin: -100px !important;
  }
  .mobile-l\:p--10 {
    padding: -100px !important;
  }
  .mobile-l\:m-x--10 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }
  .mobile-l\:m-y--10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .mobile-l\:p-x--10 {
    padding-left: -100px !important;
    padding-right: -100px !important;
  }
  .mobile-l\:p-y--10 {
    padding-top: -100px !important;
    padding-bottom: -100px !important;
  }
  .mobile-l-m--10 {
    margin: -100px !important;
  }
  .mobile-l-p--10 {
    padding: -100px !important;
  }
  .mobile-l-m-x--10 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }
  .mobile-l-m-y--10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .mobile-l-p-x--10 {
    padding-left: -100px !important;
    padding-right: -100px !important;
  }
  .mobile-l-p-y--10 {
    padding-top: -100px !important;
    padding-bottom: -100px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--9\.9 {
    margin: -99px !important;
  }
  .mobile-l\:p--9\.9 {
    padding: -99px !important;
  }
  .mobile-l\:m-x--9\.9 {
    margin-left: -99px !important;
    margin-right: -99px !important;
  }
  .mobile-l\:m-y--9\.9 {
    margin-top: -99px !important;
    margin-bottom: -99px !important;
  }
  .mobile-l\:p-x--9\.9 {
    padding-left: -99px !important;
    padding-right: -99px !important;
  }
  .mobile-l\:p-y--9\.9 {
    padding-top: -99px !important;
    padding-bottom: -99px !important;
  }
  .mobile-l-m--9\.9 {
    margin: -99px !important;
  }
  .mobile-l-p--9\.9 {
    padding: -99px !important;
  }
  .mobile-l-m-x--9\.9 {
    margin-left: -99px !important;
    margin-right: -99px !important;
  }
  .mobile-l-m-y--9\.9 {
    margin-top: -99px !important;
    margin-bottom: -99px !important;
  }
  .mobile-l-p-x--9\.9 {
    padding-left: -99px !important;
    padding-right: -99px !important;
  }
  .mobile-l-p-y--9\.9 {
    padding-top: -99px !important;
    padding-bottom: -99px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--9\.8 {
    margin: -98px !important;
  }
  .mobile-l\:p--9\.8 {
    padding: -98px !important;
  }
  .mobile-l\:m-x--9\.8 {
    margin-left: -98px !important;
    margin-right: -98px !important;
  }
  .mobile-l\:m-y--9\.8 {
    margin-top: -98px !important;
    margin-bottom: -98px !important;
  }
  .mobile-l\:p-x--9\.8 {
    padding-left: -98px !important;
    padding-right: -98px !important;
  }
  .mobile-l\:p-y--9\.8 {
    padding-top: -98px !important;
    padding-bottom: -98px !important;
  }
  .mobile-l-m--9\.8 {
    margin: -98px !important;
  }
  .mobile-l-p--9\.8 {
    padding: -98px !important;
  }
  .mobile-l-m-x--9\.8 {
    margin-left: -98px !important;
    margin-right: -98px !important;
  }
  .mobile-l-m-y--9\.8 {
    margin-top: -98px !important;
    margin-bottom: -98px !important;
  }
  .mobile-l-p-x--9\.8 {
    padding-left: -98px !important;
    padding-right: -98px !important;
  }
  .mobile-l-p-y--9\.8 {
    padding-top: -98px !important;
    padding-bottom: -98px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--9\.7 {
    margin: -97px !important;
  }
  .mobile-l\:p--9\.7 {
    padding: -97px !important;
  }
  .mobile-l\:m-x--9\.7 {
    margin-left: -97px !important;
    margin-right: -97px !important;
  }
  .mobile-l\:m-y--9\.7 {
    margin-top: -97px !important;
    margin-bottom: -97px !important;
  }
  .mobile-l\:p-x--9\.7 {
    padding-left: -97px !important;
    padding-right: -97px !important;
  }
  .mobile-l\:p-y--9\.7 {
    padding-top: -97px !important;
    padding-bottom: -97px !important;
  }
  .mobile-l-m--9\.7 {
    margin: -97px !important;
  }
  .mobile-l-p--9\.7 {
    padding: -97px !important;
  }
  .mobile-l-m-x--9\.7 {
    margin-left: -97px !important;
    margin-right: -97px !important;
  }
  .mobile-l-m-y--9\.7 {
    margin-top: -97px !important;
    margin-bottom: -97px !important;
  }
  .mobile-l-p-x--9\.7 {
    padding-left: -97px !important;
    padding-right: -97px !important;
  }
  .mobile-l-p-y--9\.7 {
    padding-top: -97px !important;
    padding-bottom: -97px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--9\.6 {
    margin: -96px !important;
  }
  .mobile-l\:p--9\.6 {
    padding: -96px !important;
  }
  .mobile-l\:m-x--9\.6 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }
  .mobile-l\:m-y--9\.6 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
  .mobile-l\:p-x--9\.6 {
    padding-left: -96px !important;
    padding-right: -96px !important;
  }
  .mobile-l\:p-y--9\.6 {
    padding-top: -96px !important;
    padding-bottom: -96px !important;
  }
  .mobile-l-m--9\.6 {
    margin: -96px !important;
  }
  .mobile-l-p--9\.6 {
    padding: -96px !important;
  }
  .mobile-l-m-x--9\.6 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }
  .mobile-l-m-y--9\.6 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
  .mobile-l-p-x--9\.6 {
    padding-left: -96px !important;
    padding-right: -96px !important;
  }
  .mobile-l-p-y--9\.6 {
    padding-top: -96px !important;
    padding-bottom: -96px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--9\.5 {
    margin: -95px !important;
  }
  .mobile-l\:p--9\.5 {
    padding: -95px !important;
  }
  .mobile-l\:m-x--9\.5 {
    margin-left: -95px !important;
    margin-right: -95px !important;
  }
  .mobile-l\:m-y--9\.5 {
    margin-top: -95px !important;
    margin-bottom: -95px !important;
  }
  .mobile-l\:p-x--9\.5 {
    padding-left: -95px !important;
    padding-right: -95px !important;
  }
  .mobile-l\:p-y--9\.5 {
    padding-top: -95px !important;
    padding-bottom: -95px !important;
  }
  .mobile-l-m--9\.5 {
    margin: -95px !important;
  }
  .mobile-l-p--9\.5 {
    padding: -95px !important;
  }
  .mobile-l-m-x--9\.5 {
    margin-left: -95px !important;
    margin-right: -95px !important;
  }
  .mobile-l-m-y--9\.5 {
    margin-top: -95px !important;
    margin-bottom: -95px !important;
  }
  .mobile-l-p-x--9\.5 {
    padding-left: -95px !important;
    padding-right: -95px !important;
  }
  .mobile-l-p-y--9\.5 {
    padding-top: -95px !important;
    padding-bottom: -95px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--9\.4 {
    margin: -94px !important;
  }
  .mobile-l\:p--9\.4 {
    padding: -94px !important;
  }
  .mobile-l\:m-x--9\.4 {
    margin-left: -94px !important;
    margin-right: -94px !important;
  }
  .mobile-l\:m-y--9\.4 {
    margin-top: -94px !important;
    margin-bottom: -94px !important;
  }
  .mobile-l\:p-x--9\.4 {
    padding-left: -94px !important;
    padding-right: -94px !important;
  }
  .mobile-l\:p-y--9\.4 {
    padding-top: -94px !important;
    padding-bottom: -94px !important;
  }
  .mobile-l-m--9\.4 {
    margin: -94px !important;
  }
  .mobile-l-p--9\.4 {
    padding: -94px !important;
  }
  .mobile-l-m-x--9\.4 {
    margin-left: -94px !important;
    margin-right: -94px !important;
  }
  .mobile-l-m-y--9\.4 {
    margin-top: -94px !important;
    margin-bottom: -94px !important;
  }
  .mobile-l-p-x--9\.4 {
    padding-left: -94px !important;
    padding-right: -94px !important;
  }
  .mobile-l-p-y--9\.4 {
    padding-top: -94px !important;
    padding-bottom: -94px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--9\.3 {
    margin: -93px !important;
  }
  .mobile-l\:p--9\.3 {
    padding: -93px !important;
  }
  .mobile-l\:m-x--9\.3 {
    margin-left: -93px !important;
    margin-right: -93px !important;
  }
  .mobile-l\:m-y--9\.3 {
    margin-top: -93px !important;
    margin-bottom: -93px !important;
  }
  .mobile-l\:p-x--9\.3 {
    padding-left: -93px !important;
    padding-right: -93px !important;
  }
  .mobile-l\:p-y--9\.3 {
    padding-top: -93px !important;
    padding-bottom: -93px !important;
  }
  .mobile-l-m--9\.3 {
    margin: -93px !important;
  }
  .mobile-l-p--9\.3 {
    padding: -93px !important;
  }
  .mobile-l-m-x--9\.3 {
    margin-left: -93px !important;
    margin-right: -93px !important;
  }
  .mobile-l-m-y--9\.3 {
    margin-top: -93px !important;
    margin-bottom: -93px !important;
  }
  .mobile-l-p-x--9\.3 {
    padding-left: -93px !important;
    padding-right: -93px !important;
  }
  .mobile-l-p-y--9\.3 {
    padding-top: -93px !important;
    padding-bottom: -93px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--9\.2 {
    margin: -92px !important;
  }
  .mobile-l\:p--9\.2 {
    padding: -92px !important;
  }
  .mobile-l\:m-x--9\.2 {
    margin-left: -92px !important;
    margin-right: -92px !important;
  }
  .mobile-l\:m-y--9\.2 {
    margin-top: -92px !important;
    margin-bottom: -92px !important;
  }
  .mobile-l\:p-x--9\.2 {
    padding-left: -92px !important;
    padding-right: -92px !important;
  }
  .mobile-l\:p-y--9\.2 {
    padding-top: -92px !important;
    padding-bottom: -92px !important;
  }
  .mobile-l-m--9\.2 {
    margin: -92px !important;
  }
  .mobile-l-p--9\.2 {
    padding: -92px !important;
  }
  .mobile-l-m-x--9\.2 {
    margin-left: -92px !important;
    margin-right: -92px !important;
  }
  .mobile-l-m-y--9\.2 {
    margin-top: -92px !important;
    margin-bottom: -92px !important;
  }
  .mobile-l-p-x--9\.2 {
    padding-left: -92px !important;
    padding-right: -92px !important;
  }
  .mobile-l-p-y--9\.2 {
    padding-top: -92px !important;
    padding-bottom: -92px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--9\.1 {
    margin: -91px !important;
  }
  .mobile-l\:p--9\.1 {
    padding: -91px !important;
  }
  .mobile-l\:m-x--9\.1 {
    margin-left: -91px !important;
    margin-right: -91px !important;
  }
  .mobile-l\:m-y--9\.1 {
    margin-top: -91px !important;
    margin-bottom: -91px !important;
  }
  .mobile-l\:p-x--9\.1 {
    padding-left: -91px !important;
    padding-right: -91px !important;
  }
  .mobile-l\:p-y--9\.1 {
    padding-top: -91px !important;
    padding-bottom: -91px !important;
  }
  .mobile-l-m--9\.1 {
    margin: -91px !important;
  }
  .mobile-l-p--9\.1 {
    padding: -91px !important;
  }
  .mobile-l-m-x--9\.1 {
    margin-left: -91px !important;
    margin-right: -91px !important;
  }
  .mobile-l-m-y--9\.1 {
    margin-top: -91px !important;
    margin-bottom: -91px !important;
  }
  .mobile-l-p-x--9\.1 {
    padding-left: -91px !important;
    padding-right: -91px !important;
  }
  .mobile-l-p-y--9\.1 {
    padding-top: -91px !important;
    padding-bottom: -91px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--9 {
    margin: -90px !important;
  }
  .mobile-l\:p--9 {
    padding: -90px !important;
  }
  .mobile-l\:m-x--9 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }
  .mobile-l\:m-y--9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .mobile-l\:p-x--9 {
    padding-left: -90px !important;
    padding-right: -90px !important;
  }
  .mobile-l\:p-y--9 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
  .mobile-l-m--9 {
    margin: -90px !important;
  }
  .mobile-l-p--9 {
    padding: -90px !important;
  }
  .mobile-l-m-x--9 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }
  .mobile-l-m-y--9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .mobile-l-p-x--9 {
    padding-left: -90px !important;
    padding-right: -90px !important;
  }
  .mobile-l-p-y--9 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--8\.9 {
    margin: -89px !important;
  }
  .mobile-l\:p--8\.9 {
    padding: -89px !important;
  }
  .mobile-l\:m-x--8\.9 {
    margin-left: -89px !important;
    margin-right: -89px !important;
  }
  .mobile-l\:m-y--8\.9 {
    margin-top: -89px !important;
    margin-bottom: -89px !important;
  }
  .mobile-l\:p-x--8\.9 {
    padding-left: -89px !important;
    padding-right: -89px !important;
  }
  .mobile-l\:p-y--8\.9 {
    padding-top: -89px !important;
    padding-bottom: -89px !important;
  }
  .mobile-l-m--8\.9 {
    margin: -89px !important;
  }
  .mobile-l-p--8\.9 {
    padding: -89px !important;
  }
  .mobile-l-m-x--8\.9 {
    margin-left: -89px !important;
    margin-right: -89px !important;
  }
  .mobile-l-m-y--8\.9 {
    margin-top: -89px !important;
    margin-bottom: -89px !important;
  }
  .mobile-l-p-x--8\.9 {
    padding-left: -89px !important;
    padding-right: -89px !important;
  }
  .mobile-l-p-y--8\.9 {
    padding-top: -89px !important;
    padding-bottom: -89px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--8\.8 {
    margin: -88px !important;
  }
  .mobile-l\:p--8\.8 {
    padding: -88px !important;
  }
  .mobile-l\:m-x--8\.8 {
    margin-left: -88px !important;
    margin-right: -88px !important;
  }
  .mobile-l\:m-y--8\.8 {
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }
  .mobile-l\:p-x--8\.8 {
    padding-left: -88px !important;
    padding-right: -88px !important;
  }
  .mobile-l\:p-y--8\.8 {
    padding-top: -88px !important;
    padding-bottom: -88px !important;
  }
  .mobile-l-m--8\.8 {
    margin: -88px !important;
  }
  .mobile-l-p--8\.8 {
    padding: -88px !important;
  }
  .mobile-l-m-x--8\.8 {
    margin-left: -88px !important;
    margin-right: -88px !important;
  }
  .mobile-l-m-y--8\.8 {
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }
  .mobile-l-p-x--8\.8 {
    padding-left: -88px !important;
    padding-right: -88px !important;
  }
  .mobile-l-p-y--8\.8 {
    padding-top: -88px !important;
    padding-bottom: -88px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--8\.7 {
    margin: -87px !important;
  }
  .mobile-l\:p--8\.7 {
    padding: -87px !important;
  }
  .mobile-l\:m-x--8\.7 {
    margin-left: -87px !important;
    margin-right: -87px !important;
  }
  .mobile-l\:m-y--8\.7 {
    margin-top: -87px !important;
    margin-bottom: -87px !important;
  }
  .mobile-l\:p-x--8\.7 {
    padding-left: -87px !important;
    padding-right: -87px !important;
  }
  .mobile-l\:p-y--8\.7 {
    padding-top: -87px !important;
    padding-bottom: -87px !important;
  }
  .mobile-l-m--8\.7 {
    margin: -87px !important;
  }
  .mobile-l-p--8\.7 {
    padding: -87px !important;
  }
  .mobile-l-m-x--8\.7 {
    margin-left: -87px !important;
    margin-right: -87px !important;
  }
  .mobile-l-m-y--8\.7 {
    margin-top: -87px !important;
    margin-bottom: -87px !important;
  }
  .mobile-l-p-x--8\.7 {
    padding-left: -87px !important;
    padding-right: -87px !important;
  }
  .mobile-l-p-y--8\.7 {
    padding-top: -87px !important;
    padding-bottom: -87px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--8\.6 {
    margin: -86px !important;
  }
  .mobile-l\:p--8\.6 {
    padding: -86px !important;
  }
  .mobile-l\:m-x--8\.6 {
    margin-left: -86px !important;
    margin-right: -86px !important;
  }
  .mobile-l\:m-y--8\.6 {
    margin-top: -86px !important;
    margin-bottom: -86px !important;
  }
  .mobile-l\:p-x--8\.6 {
    padding-left: -86px !important;
    padding-right: -86px !important;
  }
  .mobile-l\:p-y--8\.6 {
    padding-top: -86px !important;
    padding-bottom: -86px !important;
  }
  .mobile-l-m--8\.6 {
    margin: -86px !important;
  }
  .mobile-l-p--8\.6 {
    padding: -86px !important;
  }
  .mobile-l-m-x--8\.6 {
    margin-left: -86px !important;
    margin-right: -86px !important;
  }
  .mobile-l-m-y--8\.6 {
    margin-top: -86px !important;
    margin-bottom: -86px !important;
  }
  .mobile-l-p-x--8\.6 {
    padding-left: -86px !important;
    padding-right: -86px !important;
  }
  .mobile-l-p-y--8\.6 {
    padding-top: -86px !important;
    padding-bottom: -86px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--8\.5 {
    margin: -85px !important;
  }
  .mobile-l\:p--8\.5 {
    padding: -85px !important;
  }
  .mobile-l\:m-x--8\.5 {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }
  .mobile-l\:m-y--8\.5 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }
  .mobile-l\:p-x--8\.5 {
    padding-left: -85px !important;
    padding-right: -85px !important;
  }
  .mobile-l\:p-y--8\.5 {
    padding-top: -85px !important;
    padding-bottom: -85px !important;
  }
  .mobile-l-m--8\.5 {
    margin: -85px !important;
  }
  .mobile-l-p--8\.5 {
    padding: -85px !important;
  }
  .mobile-l-m-x--8\.5 {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }
  .mobile-l-m-y--8\.5 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }
  .mobile-l-p-x--8\.5 {
    padding-left: -85px !important;
    padding-right: -85px !important;
  }
  .mobile-l-p-y--8\.5 {
    padding-top: -85px !important;
    padding-bottom: -85px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--8\.4 {
    margin: -84px !important;
  }
  .mobile-l\:p--8\.4 {
    padding: -84px !important;
  }
  .mobile-l\:m-x--8\.4 {
    margin-left: -84px !important;
    margin-right: -84px !important;
  }
  .mobile-l\:m-y--8\.4 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }
  .mobile-l\:p-x--8\.4 {
    padding-left: -84px !important;
    padding-right: -84px !important;
  }
  .mobile-l\:p-y--8\.4 {
    padding-top: -84px !important;
    padding-bottom: -84px !important;
  }
  .mobile-l-m--8\.4 {
    margin: -84px !important;
  }
  .mobile-l-p--8\.4 {
    padding: -84px !important;
  }
  .mobile-l-m-x--8\.4 {
    margin-left: -84px !important;
    margin-right: -84px !important;
  }
  .mobile-l-m-y--8\.4 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }
  .mobile-l-p-x--8\.4 {
    padding-left: -84px !important;
    padding-right: -84px !important;
  }
  .mobile-l-p-y--8\.4 {
    padding-top: -84px !important;
    padding-bottom: -84px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--8\.3 {
    margin: -83px !important;
  }
  .mobile-l\:p--8\.3 {
    padding: -83px !important;
  }
  .mobile-l\:m-x--8\.3 {
    margin-left: -83px !important;
    margin-right: -83px !important;
  }
  .mobile-l\:m-y--8\.3 {
    margin-top: -83px !important;
    margin-bottom: -83px !important;
  }
  .mobile-l\:p-x--8\.3 {
    padding-left: -83px !important;
    padding-right: -83px !important;
  }
  .mobile-l\:p-y--8\.3 {
    padding-top: -83px !important;
    padding-bottom: -83px !important;
  }
  .mobile-l-m--8\.3 {
    margin: -83px !important;
  }
  .mobile-l-p--8\.3 {
    padding: -83px !important;
  }
  .mobile-l-m-x--8\.3 {
    margin-left: -83px !important;
    margin-right: -83px !important;
  }
  .mobile-l-m-y--8\.3 {
    margin-top: -83px !important;
    margin-bottom: -83px !important;
  }
  .mobile-l-p-x--8\.3 {
    padding-left: -83px !important;
    padding-right: -83px !important;
  }
  .mobile-l-p-y--8\.3 {
    padding-top: -83px !important;
    padding-bottom: -83px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--8\.2 {
    margin: -82px !important;
  }
  .mobile-l\:p--8\.2 {
    padding: -82px !important;
  }
  .mobile-l\:m-x--8\.2 {
    margin-left: -82px !important;
    margin-right: -82px !important;
  }
  .mobile-l\:m-y--8\.2 {
    margin-top: -82px !important;
    margin-bottom: -82px !important;
  }
  .mobile-l\:p-x--8\.2 {
    padding-left: -82px !important;
    padding-right: -82px !important;
  }
  .mobile-l\:p-y--8\.2 {
    padding-top: -82px !important;
    padding-bottom: -82px !important;
  }
  .mobile-l-m--8\.2 {
    margin: -82px !important;
  }
  .mobile-l-p--8\.2 {
    padding: -82px !important;
  }
  .mobile-l-m-x--8\.2 {
    margin-left: -82px !important;
    margin-right: -82px !important;
  }
  .mobile-l-m-y--8\.2 {
    margin-top: -82px !important;
    margin-bottom: -82px !important;
  }
  .mobile-l-p-x--8\.2 {
    padding-left: -82px !important;
    padding-right: -82px !important;
  }
  .mobile-l-p-y--8\.2 {
    padding-top: -82px !important;
    padding-bottom: -82px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--8\.1 {
    margin: -81px !important;
  }
  .mobile-l\:p--8\.1 {
    padding: -81px !important;
  }
  .mobile-l\:m-x--8\.1 {
    margin-left: -81px !important;
    margin-right: -81px !important;
  }
  .mobile-l\:m-y--8\.1 {
    margin-top: -81px !important;
    margin-bottom: -81px !important;
  }
  .mobile-l\:p-x--8\.1 {
    padding-left: -81px !important;
    padding-right: -81px !important;
  }
  .mobile-l\:p-y--8\.1 {
    padding-top: -81px !important;
    padding-bottom: -81px !important;
  }
  .mobile-l-m--8\.1 {
    margin: -81px !important;
  }
  .mobile-l-p--8\.1 {
    padding: -81px !important;
  }
  .mobile-l-m-x--8\.1 {
    margin-left: -81px !important;
    margin-right: -81px !important;
  }
  .mobile-l-m-y--8\.1 {
    margin-top: -81px !important;
    margin-bottom: -81px !important;
  }
  .mobile-l-p-x--8\.1 {
    padding-left: -81px !important;
    padding-right: -81px !important;
  }
  .mobile-l-p-y--8\.1 {
    padding-top: -81px !important;
    padding-bottom: -81px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--8 {
    margin: -80px !important;
  }
  .mobile-l\:p--8 {
    padding: -80px !important;
  }
  .mobile-l\:m-x--8 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }
  .mobile-l\:m-y--8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .mobile-l\:p-x--8 {
    padding-left: -80px !important;
    padding-right: -80px !important;
  }
  .mobile-l\:p-y--8 {
    padding-top: -80px !important;
    padding-bottom: -80px !important;
  }
  .mobile-l-m--8 {
    margin: -80px !important;
  }
  .mobile-l-p--8 {
    padding: -80px !important;
  }
  .mobile-l-m-x--8 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }
  .mobile-l-m-y--8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .mobile-l-p-x--8 {
    padding-left: -80px !important;
    padding-right: -80px !important;
  }
  .mobile-l-p-y--8 {
    padding-top: -80px !important;
    padding-bottom: -80px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--7\.9 {
    margin: -79px !important;
  }
  .mobile-l\:p--7\.9 {
    padding: -79px !important;
  }
  .mobile-l\:m-x--7\.9 {
    margin-left: -79px !important;
    margin-right: -79px !important;
  }
  .mobile-l\:m-y--7\.9 {
    margin-top: -79px !important;
    margin-bottom: -79px !important;
  }
  .mobile-l\:p-x--7\.9 {
    padding-left: -79px !important;
    padding-right: -79px !important;
  }
  .mobile-l\:p-y--7\.9 {
    padding-top: -79px !important;
    padding-bottom: -79px !important;
  }
  .mobile-l-m--7\.9 {
    margin: -79px !important;
  }
  .mobile-l-p--7\.9 {
    padding: -79px !important;
  }
  .mobile-l-m-x--7\.9 {
    margin-left: -79px !important;
    margin-right: -79px !important;
  }
  .mobile-l-m-y--7\.9 {
    margin-top: -79px !important;
    margin-bottom: -79px !important;
  }
  .mobile-l-p-x--7\.9 {
    padding-left: -79px !important;
    padding-right: -79px !important;
  }
  .mobile-l-p-y--7\.9 {
    padding-top: -79px !important;
    padding-bottom: -79px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--7\.8 {
    margin: -78px !important;
  }
  .mobile-l\:p--7\.8 {
    padding: -78px !important;
  }
  .mobile-l\:m-x--7\.8 {
    margin-left: -78px !important;
    margin-right: -78px !important;
  }
  .mobile-l\:m-y--7\.8 {
    margin-top: -78px !important;
    margin-bottom: -78px !important;
  }
  .mobile-l\:p-x--7\.8 {
    padding-left: -78px !important;
    padding-right: -78px !important;
  }
  .mobile-l\:p-y--7\.8 {
    padding-top: -78px !important;
    padding-bottom: -78px !important;
  }
  .mobile-l-m--7\.8 {
    margin: -78px !important;
  }
  .mobile-l-p--7\.8 {
    padding: -78px !important;
  }
  .mobile-l-m-x--7\.8 {
    margin-left: -78px !important;
    margin-right: -78px !important;
  }
  .mobile-l-m-y--7\.8 {
    margin-top: -78px !important;
    margin-bottom: -78px !important;
  }
  .mobile-l-p-x--7\.8 {
    padding-left: -78px !important;
    padding-right: -78px !important;
  }
  .mobile-l-p-y--7\.8 {
    padding-top: -78px !important;
    padding-bottom: -78px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--7\.7 {
    margin: -77px !important;
  }
  .mobile-l\:p--7\.7 {
    padding: -77px !important;
  }
  .mobile-l\:m-x--7\.7 {
    margin-left: -77px !important;
    margin-right: -77px !important;
  }
  .mobile-l\:m-y--7\.7 {
    margin-top: -77px !important;
    margin-bottom: -77px !important;
  }
  .mobile-l\:p-x--7\.7 {
    padding-left: -77px !important;
    padding-right: -77px !important;
  }
  .mobile-l\:p-y--7\.7 {
    padding-top: -77px !important;
    padding-bottom: -77px !important;
  }
  .mobile-l-m--7\.7 {
    margin: -77px !important;
  }
  .mobile-l-p--7\.7 {
    padding: -77px !important;
  }
  .mobile-l-m-x--7\.7 {
    margin-left: -77px !important;
    margin-right: -77px !important;
  }
  .mobile-l-m-y--7\.7 {
    margin-top: -77px !important;
    margin-bottom: -77px !important;
  }
  .mobile-l-p-x--7\.7 {
    padding-left: -77px !important;
    padding-right: -77px !important;
  }
  .mobile-l-p-y--7\.7 {
    padding-top: -77px !important;
    padding-bottom: -77px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--7\.6 {
    margin: -76px !important;
  }
  .mobile-l\:p--7\.6 {
    padding: -76px !important;
  }
  .mobile-l\:m-x--7\.6 {
    margin-left: -76px !important;
    margin-right: -76px !important;
  }
  .mobile-l\:m-y--7\.6 {
    margin-top: -76px !important;
    margin-bottom: -76px !important;
  }
  .mobile-l\:p-x--7\.6 {
    padding-left: -76px !important;
    padding-right: -76px !important;
  }
  .mobile-l\:p-y--7\.6 {
    padding-top: -76px !important;
    padding-bottom: -76px !important;
  }
  .mobile-l-m--7\.6 {
    margin: -76px !important;
  }
  .mobile-l-p--7\.6 {
    padding: -76px !important;
  }
  .mobile-l-m-x--7\.6 {
    margin-left: -76px !important;
    margin-right: -76px !important;
  }
  .mobile-l-m-y--7\.6 {
    margin-top: -76px !important;
    margin-bottom: -76px !important;
  }
  .mobile-l-p-x--7\.6 {
    padding-left: -76px !important;
    padding-right: -76px !important;
  }
  .mobile-l-p-y--7\.6 {
    padding-top: -76px !important;
    padding-bottom: -76px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--7\.5 {
    margin: -75px !important;
  }
  .mobile-l\:p--7\.5 {
    padding: -75px !important;
  }
  .mobile-l\:m-x--7\.5 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }
  .mobile-l\:m-y--7\.5 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }
  .mobile-l\:p-x--7\.5 {
    padding-left: -75px !important;
    padding-right: -75px !important;
  }
  .mobile-l\:p-y--7\.5 {
    padding-top: -75px !important;
    padding-bottom: -75px !important;
  }
  .mobile-l-m--7\.5 {
    margin: -75px !important;
  }
  .mobile-l-p--7\.5 {
    padding: -75px !important;
  }
  .mobile-l-m-x--7\.5 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }
  .mobile-l-m-y--7\.5 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }
  .mobile-l-p-x--7\.5 {
    padding-left: -75px !important;
    padding-right: -75px !important;
  }
  .mobile-l-p-y--7\.5 {
    padding-top: -75px !important;
    padding-bottom: -75px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--7\.4 {
    margin: -74px !important;
  }
  .mobile-l\:p--7\.4 {
    padding: -74px !important;
  }
  .mobile-l\:m-x--7\.4 {
    margin-left: -74px !important;
    margin-right: -74px !important;
  }
  .mobile-l\:m-y--7\.4 {
    margin-top: -74px !important;
    margin-bottom: -74px !important;
  }
  .mobile-l\:p-x--7\.4 {
    padding-left: -74px !important;
    padding-right: -74px !important;
  }
  .mobile-l\:p-y--7\.4 {
    padding-top: -74px !important;
    padding-bottom: -74px !important;
  }
  .mobile-l-m--7\.4 {
    margin: -74px !important;
  }
  .mobile-l-p--7\.4 {
    padding: -74px !important;
  }
  .mobile-l-m-x--7\.4 {
    margin-left: -74px !important;
    margin-right: -74px !important;
  }
  .mobile-l-m-y--7\.4 {
    margin-top: -74px !important;
    margin-bottom: -74px !important;
  }
  .mobile-l-p-x--7\.4 {
    padding-left: -74px !important;
    padding-right: -74px !important;
  }
  .mobile-l-p-y--7\.4 {
    padding-top: -74px !important;
    padding-bottom: -74px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--7\.3 {
    margin: -73px !important;
  }
  .mobile-l\:p--7\.3 {
    padding: -73px !important;
  }
  .mobile-l\:m-x--7\.3 {
    margin-left: -73px !important;
    margin-right: -73px !important;
  }
  .mobile-l\:m-y--7\.3 {
    margin-top: -73px !important;
    margin-bottom: -73px !important;
  }
  .mobile-l\:p-x--7\.3 {
    padding-left: -73px !important;
    padding-right: -73px !important;
  }
  .mobile-l\:p-y--7\.3 {
    padding-top: -73px !important;
    padding-bottom: -73px !important;
  }
  .mobile-l-m--7\.3 {
    margin: -73px !important;
  }
  .mobile-l-p--7\.3 {
    padding: -73px !important;
  }
  .mobile-l-m-x--7\.3 {
    margin-left: -73px !important;
    margin-right: -73px !important;
  }
  .mobile-l-m-y--7\.3 {
    margin-top: -73px !important;
    margin-bottom: -73px !important;
  }
  .mobile-l-p-x--7\.3 {
    padding-left: -73px !important;
    padding-right: -73px !important;
  }
  .mobile-l-p-y--7\.3 {
    padding-top: -73px !important;
    padding-bottom: -73px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--7\.2 {
    margin: -72px !important;
  }
  .mobile-l\:p--7\.2 {
    padding: -72px !important;
  }
  .mobile-l\:m-x--7\.2 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }
  .mobile-l\:m-y--7\.2 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .mobile-l\:p-x--7\.2 {
    padding-left: -72px !important;
    padding-right: -72px !important;
  }
  .mobile-l\:p-y--7\.2 {
    padding-top: -72px !important;
    padding-bottom: -72px !important;
  }
  .mobile-l-m--7\.2 {
    margin: -72px !important;
  }
  .mobile-l-p--7\.2 {
    padding: -72px !important;
  }
  .mobile-l-m-x--7\.2 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }
  .mobile-l-m-y--7\.2 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .mobile-l-p-x--7\.2 {
    padding-left: -72px !important;
    padding-right: -72px !important;
  }
  .mobile-l-p-y--7\.2 {
    padding-top: -72px !important;
    padding-bottom: -72px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--7\.1 {
    margin: -71px !important;
  }
  .mobile-l\:p--7\.1 {
    padding: -71px !important;
  }
  .mobile-l\:m-x--7\.1 {
    margin-left: -71px !important;
    margin-right: -71px !important;
  }
  .mobile-l\:m-y--7\.1 {
    margin-top: -71px !important;
    margin-bottom: -71px !important;
  }
  .mobile-l\:p-x--7\.1 {
    padding-left: -71px !important;
    padding-right: -71px !important;
  }
  .mobile-l\:p-y--7\.1 {
    padding-top: -71px !important;
    padding-bottom: -71px !important;
  }
  .mobile-l-m--7\.1 {
    margin: -71px !important;
  }
  .mobile-l-p--7\.1 {
    padding: -71px !important;
  }
  .mobile-l-m-x--7\.1 {
    margin-left: -71px !important;
    margin-right: -71px !important;
  }
  .mobile-l-m-y--7\.1 {
    margin-top: -71px !important;
    margin-bottom: -71px !important;
  }
  .mobile-l-p-x--7\.1 {
    padding-left: -71px !important;
    padding-right: -71px !important;
  }
  .mobile-l-p-y--7\.1 {
    padding-top: -71px !important;
    padding-bottom: -71px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--7 {
    margin: -70px !important;
  }
  .mobile-l\:p--7 {
    padding: -70px !important;
  }
  .mobile-l\:m-x--7 {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }
  .mobile-l\:m-y--7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }
  .mobile-l\:p-x--7 {
    padding-left: -70px !important;
    padding-right: -70px !important;
  }
  .mobile-l\:p-y--7 {
    padding-top: -70px !important;
    padding-bottom: -70px !important;
  }
  .mobile-l-m--7 {
    margin: -70px !important;
  }
  .mobile-l-p--7 {
    padding: -70px !important;
  }
  .mobile-l-m-x--7 {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }
  .mobile-l-m-y--7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }
  .mobile-l-p-x--7 {
    padding-left: -70px !important;
    padding-right: -70px !important;
  }
  .mobile-l-p-y--7 {
    padding-top: -70px !important;
    padding-bottom: -70px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--6\.9 {
    margin: -69px !important;
  }
  .mobile-l\:p--6\.9 {
    padding: -69px !important;
  }
  .mobile-l\:m-x--6\.9 {
    margin-left: -69px !important;
    margin-right: -69px !important;
  }
  .mobile-l\:m-y--6\.9 {
    margin-top: -69px !important;
    margin-bottom: -69px !important;
  }
  .mobile-l\:p-x--6\.9 {
    padding-left: -69px !important;
    padding-right: -69px !important;
  }
  .mobile-l\:p-y--6\.9 {
    padding-top: -69px !important;
    padding-bottom: -69px !important;
  }
  .mobile-l-m--6\.9 {
    margin: -69px !important;
  }
  .mobile-l-p--6\.9 {
    padding: -69px !important;
  }
  .mobile-l-m-x--6\.9 {
    margin-left: -69px !important;
    margin-right: -69px !important;
  }
  .mobile-l-m-y--6\.9 {
    margin-top: -69px !important;
    margin-bottom: -69px !important;
  }
  .mobile-l-p-x--6\.9 {
    padding-left: -69px !important;
    padding-right: -69px !important;
  }
  .mobile-l-p-y--6\.9 {
    padding-top: -69px !important;
    padding-bottom: -69px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--6\.8 {
    margin: -68px !important;
  }
  .mobile-l\:p--6\.8 {
    padding: -68px !important;
  }
  .mobile-l\:m-x--6\.8 {
    margin-left: -68px !important;
    margin-right: -68px !important;
  }
  .mobile-l\:m-y--6\.8 {
    margin-top: -68px !important;
    margin-bottom: -68px !important;
  }
  .mobile-l\:p-x--6\.8 {
    padding-left: -68px !important;
    padding-right: -68px !important;
  }
  .mobile-l\:p-y--6\.8 {
    padding-top: -68px !important;
    padding-bottom: -68px !important;
  }
  .mobile-l-m--6\.8 {
    margin: -68px !important;
  }
  .mobile-l-p--6\.8 {
    padding: -68px !important;
  }
  .mobile-l-m-x--6\.8 {
    margin-left: -68px !important;
    margin-right: -68px !important;
  }
  .mobile-l-m-y--6\.8 {
    margin-top: -68px !important;
    margin-bottom: -68px !important;
  }
  .mobile-l-p-x--6\.8 {
    padding-left: -68px !important;
    padding-right: -68px !important;
  }
  .mobile-l-p-y--6\.8 {
    padding-top: -68px !important;
    padding-bottom: -68px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--6\.7 {
    margin: -67px !important;
  }
  .mobile-l\:p--6\.7 {
    padding: -67px !important;
  }
  .mobile-l\:m-x--6\.7 {
    margin-left: -67px !important;
    margin-right: -67px !important;
  }
  .mobile-l\:m-y--6\.7 {
    margin-top: -67px !important;
    margin-bottom: -67px !important;
  }
  .mobile-l\:p-x--6\.7 {
    padding-left: -67px !important;
    padding-right: -67px !important;
  }
  .mobile-l\:p-y--6\.7 {
    padding-top: -67px !important;
    padding-bottom: -67px !important;
  }
  .mobile-l-m--6\.7 {
    margin: -67px !important;
  }
  .mobile-l-p--6\.7 {
    padding: -67px !important;
  }
  .mobile-l-m-x--6\.7 {
    margin-left: -67px !important;
    margin-right: -67px !important;
  }
  .mobile-l-m-y--6\.7 {
    margin-top: -67px !important;
    margin-bottom: -67px !important;
  }
  .mobile-l-p-x--6\.7 {
    padding-left: -67px !important;
    padding-right: -67px !important;
  }
  .mobile-l-p-y--6\.7 {
    padding-top: -67px !important;
    padding-bottom: -67px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--6\.6 {
    margin: -66px !important;
  }
  .mobile-l\:p--6\.6 {
    padding: -66px !important;
  }
  .mobile-l\:m-x--6\.6 {
    margin-left: -66px !important;
    margin-right: -66px !important;
  }
  .mobile-l\:m-y--6\.6 {
    margin-top: -66px !important;
    margin-bottom: -66px !important;
  }
  .mobile-l\:p-x--6\.6 {
    padding-left: -66px !important;
    padding-right: -66px !important;
  }
  .mobile-l\:p-y--6\.6 {
    padding-top: -66px !important;
    padding-bottom: -66px !important;
  }
  .mobile-l-m--6\.6 {
    margin: -66px !important;
  }
  .mobile-l-p--6\.6 {
    padding: -66px !important;
  }
  .mobile-l-m-x--6\.6 {
    margin-left: -66px !important;
    margin-right: -66px !important;
  }
  .mobile-l-m-y--6\.6 {
    margin-top: -66px !important;
    margin-bottom: -66px !important;
  }
  .mobile-l-p-x--6\.6 {
    padding-left: -66px !important;
    padding-right: -66px !important;
  }
  .mobile-l-p-y--6\.6 {
    padding-top: -66px !important;
    padding-bottom: -66px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--6\.5 {
    margin: -65px !important;
  }
  .mobile-l\:p--6\.5 {
    padding: -65px !important;
  }
  .mobile-l\:m-x--6\.5 {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }
  .mobile-l\:m-y--6\.5 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }
  .mobile-l\:p-x--6\.5 {
    padding-left: -65px !important;
    padding-right: -65px !important;
  }
  .mobile-l\:p-y--6\.5 {
    padding-top: -65px !important;
    padding-bottom: -65px !important;
  }
  .mobile-l-m--6\.5 {
    margin: -65px !important;
  }
  .mobile-l-p--6\.5 {
    padding: -65px !important;
  }
  .mobile-l-m-x--6\.5 {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }
  .mobile-l-m-y--6\.5 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }
  .mobile-l-p-x--6\.5 {
    padding-left: -65px !important;
    padding-right: -65px !important;
  }
  .mobile-l-p-y--6\.5 {
    padding-top: -65px !important;
    padding-bottom: -65px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--6\.4 {
    margin: -64px !important;
  }
  .mobile-l\:p--6\.4 {
    padding: -64px !important;
  }
  .mobile-l\:m-x--6\.4 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }
  .mobile-l\:m-y--6\.4 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .mobile-l\:p-x--6\.4 {
    padding-left: -64px !important;
    padding-right: -64px !important;
  }
  .mobile-l\:p-y--6\.4 {
    padding-top: -64px !important;
    padding-bottom: -64px !important;
  }
  .mobile-l-m--6\.4 {
    margin: -64px !important;
  }
  .mobile-l-p--6\.4 {
    padding: -64px !important;
  }
  .mobile-l-m-x--6\.4 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }
  .mobile-l-m-y--6\.4 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .mobile-l-p-x--6\.4 {
    padding-left: -64px !important;
    padding-right: -64px !important;
  }
  .mobile-l-p-y--6\.4 {
    padding-top: -64px !important;
    padding-bottom: -64px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--6\.3 {
    margin: -63px !important;
  }
  .mobile-l\:p--6\.3 {
    padding: -63px !important;
  }
  .mobile-l\:m-x--6\.3 {
    margin-left: -63px !important;
    margin-right: -63px !important;
  }
  .mobile-l\:m-y--6\.3 {
    margin-top: -63px !important;
    margin-bottom: -63px !important;
  }
  .mobile-l\:p-x--6\.3 {
    padding-left: -63px !important;
    padding-right: -63px !important;
  }
  .mobile-l\:p-y--6\.3 {
    padding-top: -63px !important;
    padding-bottom: -63px !important;
  }
  .mobile-l-m--6\.3 {
    margin: -63px !important;
  }
  .mobile-l-p--6\.3 {
    padding: -63px !important;
  }
  .mobile-l-m-x--6\.3 {
    margin-left: -63px !important;
    margin-right: -63px !important;
  }
  .mobile-l-m-y--6\.3 {
    margin-top: -63px !important;
    margin-bottom: -63px !important;
  }
  .mobile-l-p-x--6\.3 {
    padding-left: -63px !important;
    padding-right: -63px !important;
  }
  .mobile-l-p-y--6\.3 {
    padding-top: -63px !important;
    padding-bottom: -63px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--6\.2 {
    margin: -62px !important;
  }
  .mobile-l\:p--6\.2 {
    padding: -62px !important;
  }
  .mobile-l\:m-x--6\.2 {
    margin-left: -62px !important;
    margin-right: -62px !important;
  }
  .mobile-l\:m-y--6\.2 {
    margin-top: -62px !important;
    margin-bottom: -62px !important;
  }
  .mobile-l\:p-x--6\.2 {
    padding-left: -62px !important;
    padding-right: -62px !important;
  }
  .mobile-l\:p-y--6\.2 {
    padding-top: -62px !important;
    padding-bottom: -62px !important;
  }
  .mobile-l-m--6\.2 {
    margin: -62px !important;
  }
  .mobile-l-p--6\.2 {
    padding: -62px !important;
  }
  .mobile-l-m-x--6\.2 {
    margin-left: -62px !important;
    margin-right: -62px !important;
  }
  .mobile-l-m-y--6\.2 {
    margin-top: -62px !important;
    margin-bottom: -62px !important;
  }
  .mobile-l-p-x--6\.2 {
    padding-left: -62px !important;
    padding-right: -62px !important;
  }
  .mobile-l-p-y--6\.2 {
    padding-top: -62px !important;
    padding-bottom: -62px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--6\.1 {
    margin: -61px !important;
  }
  .mobile-l\:p--6\.1 {
    padding: -61px !important;
  }
  .mobile-l\:m-x--6\.1 {
    margin-left: -61px !important;
    margin-right: -61px !important;
  }
  .mobile-l\:m-y--6\.1 {
    margin-top: -61px !important;
    margin-bottom: -61px !important;
  }
  .mobile-l\:p-x--6\.1 {
    padding-left: -61px !important;
    padding-right: -61px !important;
  }
  .mobile-l\:p-y--6\.1 {
    padding-top: -61px !important;
    padding-bottom: -61px !important;
  }
  .mobile-l-m--6\.1 {
    margin: -61px !important;
  }
  .mobile-l-p--6\.1 {
    padding: -61px !important;
  }
  .mobile-l-m-x--6\.1 {
    margin-left: -61px !important;
    margin-right: -61px !important;
  }
  .mobile-l-m-y--6\.1 {
    margin-top: -61px !important;
    margin-bottom: -61px !important;
  }
  .mobile-l-p-x--6\.1 {
    padding-left: -61px !important;
    padding-right: -61px !important;
  }
  .mobile-l-p-y--6\.1 {
    padding-top: -61px !important;
    padding-bottom: -61px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--6 {
    margin: -60px !important;
  }
  .mobile-l\:p--6 {
    padding: -60px !important;
  }
  .mobile-l\:m-x--6 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }
  .mobile-l\:m-y--6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .mobile-l\:p-x--6 {
    padding-left: -60px !important;
    padding-right: -60px !important;
  }
  .mobile-l\:p-y--6 {
    padding-top: -60px !important;
    padding-bottom: -60px !important;
  }
  .mobile-l-m--6 {
    margin: -60px !important;
  }
  .mobile-l-p--6 {
    padding: -60px !important;
  }
  .mobile-l-m-x--6 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }
  .mobile-l-m-y--6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .mobile-l-p-x--6 {
    padding-left: -60px !important;
    padding-right: -60px !important;
  }
  .mobile-l-p-y--6 {
    padding-top: -60px !important;
    padding-bottom: -60px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--5\.9 {
    margin: -59px !important;
  }
  .mobile-l\:p--5\.9 {
    padding: -59px !important;
  }
  .mobile-l\:m-x--5\.9 {
    margin-left: -59px !important;
    margin-right: -59px !important;
  }
  .mobile-l\:m-y--5\.9 {
    margin-top: -59px !important;
    margin-bottom: -59px !important;
  }
  .mobile-l\:p-x--5\.9 {
    padding-left: -59px !important;
    padding-right: -59px !important;
  }
  .mobile-l\:p-y--5\.9 {
    padding-top: -59px !important;
    padding-bottom: -59px !important;
  }
  .mobile-l-m--5\.9 {
    margin: -59px !important;
  }
  .mobile-l-p--5\.9 {
    padding: -59px !important;
  }
  .mobile-l-m-x--5\.9 {
    margin-left: -59px !important;
    margin-right: -59px !important;
  }
  .mobile-l-m-y--5\.9 {
    margin-top: -59px !important;
    margin-bottom: -59px !important;
  }
  .mobile-l-p-x--5\.9 {
    padding-left: -59px !important;
    padding-right: -59px !important;
  }
  .mobile-l-p-y--5\.9 {
    padding-top: -59px !important;
    padding-bottom: -59px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--5\.8 {
    margin: -58px !important;
  }
  .mobile-l\:p--5\.8 {
    padding: -58px !important;
  }
  .mobile-l\:m-x--5\.8 {
    margin-left: -58px !important;
    margin-right: -58px !important;
  }
  .mobile-l\:m-y--5\.8 {
    margin-top: -58px !important;
    margin-bottom: -58px !important;
  }
  .mobile-l\:p-x--5\.8 {
    padding-left: -58px !important;
    padding-right: -58px !important;
  }
  .mobile-l\:p-y--5\.8 {
    padding-top: -58px !important;
    padding-bottom: -58px !important;
  }
  .mobile-l-m--5\.8 {
    margin: -58px !important;
  }
  .mobile-l-p--5\.8 {
    padding: -58px !important;
  }
  .mobile-l-m-x--5\.8 {
    margin-left: -58px !important;
    margin-right: -58px !important;
  }
  .mobile-l-m-y--5\.8 {
    margin-top: -58px !important;
    margin-bottom: -58px !important;
  }
  .mobile-l-p-x--5\.8 {
    padding-left: -58px !important;
    padding-right: -58px !important;
  }
  .mobile-l-p-y--5\.8 {
    padding-top: -58px !important;
    padding-bottom: -58px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--5\.7 {
    margin: -57px !important;
  }
  .mobile-l\:p--5\.7 {
    padding: -57px !important;
  }
  .mobile-l\:m-x--5\.7 {
    margin-left: -57px !important;
    margin-right: -57px !important;
  }
  .mobile-l\:m-y--5\.7 {
    margin-top: -57px !important;
    margin-bottom: -57px !important;
  }
  .mobile-l\:p-x--5\.7 {
    padding-left: -57px !important;
    padding-right: -57px !important;
  }
  .mobile-l\:p-y--5\.7 {
    padding-top: -57px !important;
    padding-bottom: -57px !important;
  }
  .mobile-l-m--5\.7 {
    margin: -57px !important;
  }
  .mobile-l-p--5\.7 {
    padding: -57px !important;
  }
  .mobile-l-m-x--5\.7 {
    margin-left: -57px !important;
    margin-right: -57px !important;
  }
  .mobile-l-m-y--5\.7 {
    margin-top: -57px !important;
    margin-bottom: -57px !important;
  }
  .mobile-l-p-x--5\.7 {
    padding-left: -57px !important;
    padding-right: -57px !important;
  }
  .mobile-l-p-y--5\.7 {
    padding-top: -57px !important;
    padding-bottom: -57px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--5\.6 {
    margin: -56px !important;
  }
  .mobile-l\:p--5\.6 {
    padding: -56px !important;
  }
  .mobile-l\:m-x--5\.6 {
    margin-left: -56px !important;
    margin-right: -56px !important;
  }
  .mobile-l\:m-y--5\.6 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .mobile-l\:p-x--5\.6 {
    padding-left: -56px !important;
    padding-right: -56px !important;
  }
  .mobile-l\:p-y--5\.6 {
    padding-top: -56px !important;
    padding-bottom: -56px !important;
  }
  .mobile-l-m--5\.6 {
    margin: -56px !important;
  }
  .mobile-l-p--5\.6 {
    padding: -56px !important;
  }
  .mobile-l-m-x--5\.6 {
    margin-left: -56px !important;
    margin-right: -56px !important;
  }
  .mobile-l-m-y--5\.6 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .mobile-l-p-x--5\.6 {
    padding-left: -56px !important;
    padding-right: -56px !important;
  }
  .mobile-l-p-y--5\.6 {
    padding-top: -56px !important;
    padding-bottom: -56px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--5\.5 {
    margin: -55px !important;
  }
  .mobile-l\:p--5\.5 {
    padding: -55px !important;
  }
  .mobile-l\:m-x--5\.5 {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }
  .mobile-l\:m-y--5\.5 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .mobile-l\:p-x--5\.5 {
    padding-left: -55px !important;
    padding-right: -55px !important;
  }
  .mobile-l\:p-y--5\.5 {
    padding-top: -55px !important;
    padding-bottom: -55px !important;
  }
  .mobile-l-m--5\.5 {
    margin: -55px !important;
  }
  .mobile-l-p--5\.5 {
    padding: -55px !important;
  }
  .mobile-l-m-x--5\.5 {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }
  .mobile-l-m-y--5\.5 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .mobile-l-p-x--5\.5 {
    padding-left: -55px !important;
    padding-right: -55px !important;
  }
  .mobile-l-p-y--5\.5 {
    padding-top: -55px !important;
    padding-bottom: -55px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--5\.4 {
    margin: -54px !important;
  }
  .mobile-l\:p--5\.4 {
    padding: -54px !important;
  }
  .mobile-l\:m-x--5\.4 {
    margin-left: -54px !important;
    margin-right: -54px !important;
  }
  .mobile-l\:m-y--5\.4 {
    margin-top: -54px !important;
    margin-bottom: -54px !important;
  }
  .mobile-l\:p-x--5\.4 {
    padding-left: -54px !important;
    padding-right: -54px !important;
  }
  .mobile-l\:p-y--5\.4 {
    padding-top: -54px !important;
    padding-bottom: -54px !important;
  }
  .mobile-l-m--5\.4 {
    margin: -54px !important;
  }
  .mobile-l-p--5\.4 {
    padding: -54px !important;
  }
  .mobile-l-m-x--5\.4 {
    margin-left: -54px !important;
    margin-right: -54px !important;
  }
  .mobile-l-m-y--5\.4 {
    margin-top: -54px !important;
    margin-bottom: -54px !important;
  }
  .mobile-l-p-x--5\.4 {
    padding-left: -54px !important;
    padding-right: -54px !important;
  }
  .mobile-l-p-y--5\.4 {
    padding-top: -54px !important;
    padding-bottom: -54px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--5\.3 {
    margin: -53px !important;
  }
  .mobile-l\:p--5\.3 {
    padding: -53px !important;
  }
  .mobile-l\:m-x--5\.3 {
    margin-left: -53px !important;
    margin-right: -53px !important;
  }
  .mobile-l\:m-y--5\.3 {
    margin-top: -53px !important;
    margin-bottom: -53px !important;
  }
  .mobile-l\:p-x--5\.3 {
    padding-left: -53px !important;
    padding-right: -53px !important;
  }
  .mobile-l\:p-y--5\.3 {
    padding-top: -53px !important;
    padding-bottom: -53px !important;
  }
  .mobile-l-m--5\.3 {
    margin: -53px !important;
  }
  .mobile-l-p--5\.3 {
    padding: -53px !important;
  }
  .mobile-l-m-x--5\.3 {
    margin-left: -53px !important;
    margin-right: -53px !important;
  }
  .mobile-l-m-y--5\.3 {
    margin-top: -53px !important;
    margin-bottom: -53px !important;
  }
  .mobile-l-p-x--5\.3 {
    padding-left: -53px !important;
    padding-right: -53px !important;
  }
  .mobile-l-p-y--5\.3 {
    padding-top: -53px !important;
    padding-bottom: -53px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--5\.2 {
    margin: -52px !important;
  }
  .mobile-l\:p--5\.2 {
    padding: -52px !important;
  }
  .mobile-l\:m-x--5\.2 {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }
  .mobile-l\:m-y--5\.2 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }
  .mobile-l\:p-x--5\.2 {
    padding-left: -52px !important;
    padding-right: -52px !important;
  }
  .mobile-l\:p-y--5\.2 {
    padding-top: -52px !important;
    padding-bottom: -52px !important;
  }
  .mobile-l-m--5\.2 {
    margin: -52px !important;
  }
  .mobile-l-p--5\.2 {
    padding: -52px !important;
  }
  .mobile-l-m-x--5\.2 {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }
  .mobile-l-m-y--5\.2 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }
  .mobile-l-p-x--5\.2 {
    padding-left: -52px !important;
    padding-right: -52px !important;
  }
  .mobile-l-p-y--5\.2 {
    padding-top: -52px !important;
    padding-bottom: -52px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--5\.1 {
    margin: -51px !important;
  }
  .mobile-l\:p--5\.1 {
    padding: -51px !important;
  }
  .mobile-l\:m-x--5\.1 {
    margin-left: -51px !important;
    margin-right: -51px !important;
  }
  .mobile-l\:m-y--5\.1 {
    margin-top: -51px !important;
    margin-bottom: -51px !important;
  }
  .mobile-l\:p-x--5\.1 {
    padding-left: -51px !important;
    padding-right: -51px !important;
  }
  .mobile-l\:p-y--5\.1 {
    padding-top: -51px !important;
    padding-bottom: -51px !important;
  }
  .mobile-l-m--5\.1 {
    margin: -51px !important;
  }
  .mobile-l-p--5\.1 {
    padding: -51px !important;
  }
  .mobile-l-m-x--5\.1 {
    margin-left: -51px !important;
    margin-right: -51px !important;
  }
  .mobile-l-m-y--5\.1 {
    margin-top: -51px !important;
    margin-bottom: -51px !important;
  }
  .mobile-l-p-x--5\.1 {
    padding-left: -51px !important;
    padding-right: -51px !important;
  }
  .mobile-l-p-y--5\.1 {
    padding-top: -51px !important;
    padding-bottom: -51px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--5 {
    margin: -50px !important;
  }
  .mobile-l\:p--5 {
    padding: -50px !important;
  }
  .mobile-l\:m-x--5 {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }
  .mobile-l\:m-y--5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .mobile-l\:p-x--5 {
    padding-left: -50px !important;
    padding-right: -50px !important;
  }
  .mobile-l\:p-y--5 {
    padding-top: -50px !important;
    padding-bottom: -50px !important;
  }
  .mobile-l-m--5 {
    margin: -50px !important;
  }
  .mobile-l-p--5 {
    padding: -50px !important;
  }
  .mobile-l-m-x--5 {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }
  .mobile-l-m-y--5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .mobile-l-p-x--5 {
    padding-left: -50px !important;
    padding-right: -50px !important;
  }
  .mobile-l-p-y--5 {
    padding-top: -50px !important;
    padding-bottom: -50px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--4\.9 {
    margin: -49px !important;
  }
  .mobile-l\:p--4\.9 {
    padding: -49px !important;
  }
  .mobile-l\:m-x--4\.9 {
    margin-left: -49px !important;
    margin-right: -49px !important;
  }
  .mobile-l\:m-y--4\.9 {
    margin-top: -49px !important;
    margin-bottom: -49px !important;
  }
  .mobile-l\:p-x--4\.9 {
    padding-left: -49px !important;
    padding-right: -49px !important;
  }
  .mobile-l\:p-y--4\.9 {
    padding-top: -49px !important;
    padding-bottom: -49px !important;
  }
  .mobile-l-m--4\.9 {
    margin: -49px !important;
  }
  .mobile-l-p--4\.9 {
    padding: -49px !important;
  }
  .mobile-l-m-x--4\.9 {
    margin-left: -49px !important;
    margin-right: -49px !important;
  }
  .mobile-l-m-y--4\.9 {
    margin-top: -49px !important;
    margin-bottom: -49px !important;
  }
  .mobile-l-p-x--4\.9 {
    padding-left: -49px !important;
    padding-right: -49px !important;
  }
  .mobile-l-p-y--4\.9 {
    padding-top: -49px !important;
    padding-bottom: -49px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--4\.8 {
    margin: -48px !important;
  }
  .mobile-l\:p--4\.8 {
    padding: -48px !important;
  }
  .mobile-l\:m-x--4\.8 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }
  .mobile-l\:m-y--4\.8 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .mobile-l\:p-x--4\.8 {
    padding-left: -48px !important;
    padding-right: -48px !important;
  }
  .mobile-l\:p-y--4\.8 {
    padding-top: -48px !important;
    padding-bottom: -48px !important;
  }
  .mobile-l-m--4\.8 {
    margin: -48px !important;
  }
  .mobile-l-p--4\.8 {
    padding: -48px !important;
  }
  .mobile-l-m-x--4\.8 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }
  .mobile-l-m-y--4\.8 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .mobile-l-p-x--4\.8 {
    padding-left: -48px !important;
    padding-right: -48px !important;
  }
  .mobile-l-p-y--4\.8 {
    padding-top: -48px !important;
    padding-bottom: -48px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--4\.7 {
    margin: -47px !important;
  }
  .mobile-l\:p--4\.7 {
    padding: -47px !important;
  }
  .mobile-l\:m-x--4\.7 {
    margin-left: -47px !important;
    margin-right: -47px !important;
  }
  .mobile-l\:m-y--4\.7 {
    margin-top: -47px !important;
    margin-bottom: -47px !important;
  }
  .mobile-l\:p-x--4\.7 {
    padding-left: -47px !important;
    padding-right: -47px !important;
  }
  .mobile-l\:p-y--4\.7 {
    padding-top: -47px !important;
    padding-bottom: -47px !important;
  }
  .mobile-l-m--4\.7 {
    margin: -47px !important;
  }
  .mobile-l-p--4\.7 {
    padding: -47px !important;
  }
  .mobile-l-m-x--4\.7 {
    margin-left: -47px !important;
    margin-right: -47px !important;
  }
  .mobile-l-m-y--4\.7 {
    margin-top: -47px !important;
    margin-bottom: -47px !important;
  }
  .mobile-l-p-x--4\.7 {
    padding-left: -47px !important;
    padding-right: -47px !important;
  }
  .mobile-l-p-y--4\.7 {
    padding-top: -47px !important;
    padding-bottom: -47px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--4\.6 {
    margin: -46px !important;
  }
  .mobile-l\:p--4\.6 {
    padding: -46px !important;
  }
  .mobile-l\:m-x--4\.6 {
    margin-left: -46px !important;
    margin-right: -46px !important;
  }
  .mobile-l\:m-y--4\.6 {
    margin-top: -46px !important;
    margin-bottom: -46px !important;
  }
  .mobile-l\:p-x--4\.6 {
    padding-left: -46px !important;
    padding-right: -46px !important;
  }
  .mobile-l\:p-y--4\.6 {
    padding-top: -46px !important;
    padding-bottom: -46px !important;
  }
  .mobile-l-m--4\.6 {
    margin: -46px !important;
  }
  .mobile-l-p--4\.6 {
    padding: -46px !important;
  }
  .mobile-l-m-x--4\.6 {
    margin-left: -46px !important;
    margin-right: -46px !important;
  }
  .mobile-l-m-y--4\.6 {
    margin-top: -46px !important;
    margin-bottom: -46px !important;
  }
  .mobile-l-p-x--4\.6 {
    padding-left: -46px !important;
    padding-right: -46px !important;
  }
  .mobile-l-p-y--4\.6 {
    padding-top: -46px !important;
    padding-bottom: -46px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--4\.5 {
    margin: -45px !important;
  }
  .mobile-l\:p--4\.5 {
    padding: -45px !important;
  }
  .mobile-l\:m-x--4\.5 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }
  .mobile-l\:m-y--4\.5 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .mobile-l\:p-x--4\.5 {
    padding-left: -45px !important;
    padding-right: -45px !important;
  }
  .mobile-l\:p-y--4\.5 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
  .mobile-l-m--4\.5 {
    margin: -45px !important;
  }
  .mobile-l-p--4\.5 {
    padding: -45px !important;
  }
  .mobile-l-m-x--4\.5 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }
  .mobile-l-m-y--4\.5 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .mobile-l-p-x--4\.5 {
    padding-left: -45px !important;
    padding-right: -45px !important;
  }
  .mobile-l-p-y--4\.5 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--4\.4 {
    margin: -44px !important;
  }
  .mobile-l\:p--4\.4 {
    padding: -44px !important;
  }
  .mobile-l\:m-x--4\.4 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }
  .mobile-l\:m-y--4\.4 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }
  .mobile-l\:p-x--4\.4 {
    padding-left: -44px !important;
    padding-right: -44px !important;
  }
  .mobile-l\:p-y--4\.4 {
    padding-top: -44px !important;
    padding-bottom: -44px !important;
  }
  .mobile-l-m--4\.4 {
    margin: -44px !important;
  }
  .mobile-l-p--4\.4 {
    padding: -44px !important;
  }
  .mobile-l-m-x--4\.4 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }
  .mobile-l-m-y--4\.4 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }
  .mobile-l-p-x--4\.4 {
    padding-left: -44px !important;
    padding-right: -44px !important;
  }
  .mobile-l-p-y--4\.4 {
    padding-top: -44px !important;
    padding-bottom: -44px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--4\.3 {
    margin: -43px !important;
  }
  .mobile-l\:p--4\.3 {
    padding: -43px !important;
  }
  .mobile-l\:m-x--4\.3 {
    margin-left: -43px !important;
    margin-right: -43px !important;
  }
  .mobile-l\:m-y--4\.3 {
    margin-top: -43px !important;
    margin-bottom: -43px !important;
  }
  .mobile-l\:p-x--4\.3 {
    padding-left: -43px !important;
    padding-right: -43px !important;
  }
  .mobile-l\:p-y--4\.3 {
    padding-top: -43px !important;
    padding-bottom: -43px !important;
  }
  .mobile-l-m--4\.3 {
    margin: -43px !important;
  }
  .mobile-l-p--4\.3 {
    padding: -43px !important;
  }
  .mobile-l-m-x--4\.3 {
    margin-left: -43px !important;
    margin-right: -43px !important;
  }
  .mobile-l-m-y--4\.3 {
    margin-top: -43px !important;
    margin-bottom: -43px !important;
  }
  .mobile-l-p-x--4\.3 {
    padding-left: -43px !important;
    padding-right: -43px !important;
  }
  .mobile-l-p-y--4\.3 {
    padding-top: -43px !important;
    padding-bottom: -43px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--4\.2 {
    margin: -42px !important;
  }
  .mobile-l\:p--4\.2 {
    padding: -42px !important;
  }
  .mobile-l\:m-x--4\.2 {
    margin-left: -42px !important;
    margin-right: -42px !important;
  }
  .mobile-l\:m-y--4\.2 {
    margin-top: -42px !important;
    margin-bottom: -42px !important;
  }
  .mobile-l\:p-x--4\.2 {
    padding-left: -42px !important;
    padding-right: -42px !important;
  }
  .mobile-l\:p-y--4\.2 {
    padding-top: -42px !important;
    padding-bottom: -42px !important;
  }
  .mobile-l-m--4\.2 {
    margin: -42px !important;
  }
  .mobile-l-p--4\.2 {
    padding: -42px !important;
  }
  .mobile-l-m-x--4\.2 {
    margin-left: -42px !important;
    margin-right: -42px !important;
  }
  .mobile-l-m-y--4\.2 {
    margin-top: -42px !important;
    margin-bottom: -42px !important;
  }
  .mobile-l-p-x--4\.2 {
    padding-left: -42px !important;
    padding-right: -42px !important;
  }
  .mobile-l-p-y--4\.2 {
    padding-top: -42px !important;
    padding-bottom: -42px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--4\.1 {
    margin: -41px !important;
  }
  .mobile-l\:p--4\.1 {
    padding: -41px !important;
  }
  .mobile-l\:m-x--4\.1 {
    margin-left: -41px !important;
    margin-right: -41px !important;
  }
  .mobile-l\:m-y--4\.1 {
    margin-top: -41px !important;
    margin-bottom: -41px !important;
  }
  .mobile-l\:p-x--4\.1 {
    padding-left: -41px !important;
    padding-right: -41px !important;
  }
  .mobile-l\:p-y--4\.1 {
    padding-top: -41px !important;
    padding-bottom: -41px !important;
  }
  .mobile-l-m--4\.1 {
    margin: -41px !important;
  }
  .mobile-l-p--4\.1 {
    padding: -41px !important;
  }
  .mobile-l-m-x--4\.1 {
    margin-left: -41px !important;
    margin-right: -41px !important;
  }
  .mobile-l-m-y--4\.1 {
    margin-top: -41px !important;
    margin-bottom: -41px !important;
  }
  .mobile-l-p-x--4\.1 {
    padding-left: -41px !important;
    padding-right: -41px !important;
  }
  .mobile-l-p-y--4\.1 {
    padding-top: -41px !important;
    padding-bottom: -41px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--4 {
    margin: -40px !important;
  }
  .mobile-l\:p--4 {
    padding: -40px !important;
  }
  .mobile-l\:m-x--4 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
  .mobile-l\:m-y--4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .mobile-l\:p-x--4 {
    padding-left: -40px !important;
    padding-right: -40px !important;
  }
  .mobile-l\:p-y--4 {
    padding-top: -40px !important;
    padding-bottom: -40px !important;
  }
  .mobile-l-m--4 {
    margin: -40px !important;
  }
  .mobile-l-p--4 {
    padding: -40px !important;
  }
  .mobile-l-m-x--4 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
  .mobile-l-m-y--4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .mobile-l-p-x--4 {
    padding-left: -40px !important;
    padding-right: -40px !important;
  }
  .mobile-l-p-y--4 {
    padding-top: -40px !important;
    padding-bottom: -40px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--3\.9 {
    margin: -39px !important;
  }
  .mobile-l\:p--3\.9 {
    padding: -39px !important;
  }
  .mobile-l\:m-x--3\.9 {
    margin-left: -39px !important;
    margin-right: -39px !important;
  }
  .mobile-l\:m-y--3\.9 {
    margin-top: -39px !important;
    margin-bottom: -39px !important;
  }
  .mobile-l\:p-x--3\.9 {
    padding-left: -39px !important;
    padding-right: -39px !important;
  }
  .mobile-l\:p-y--3\.9 {
    padding-top: -39px !important;
    padding-bottom: -39px !important;
  }
  .mobile-l-m--3\.9 {
    margin: -39px !important;
  }
  .mobile-l-p--3\.9 {
    padding: -39px !important;
  }
  .mobile-l-m-x--3\.9 {
    margin-left: -39px !important;
    margin-right: -39px !important;
  }
  .mobile-l-m-y--3\.9 {
    margin-top: -39px !important;
    margin-bottom: -39px !important;
  }
  .mobile-l-p-x--3\.9 {
    padding-left: -39px !important;
    padding-right: -39px !important;
  }
  .mobile-l-p-y--3\.9 {
    padding-top: -39px !important;
    padding-bottom: -39px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--3\.8 {
    margin: -38px !important;
  }
  .mobile-l\:p--3\.8 {
    padding: -38px !important;
  }
  .mobile-l\:m-x--3\.8 {
    margin-left: -38px !important;
    margin-right: -38px !important;
  }
  .mobile-l\:m-y--3\.8 {
    margin-top: -38px !important;
    margin-bottom: -38px !important;
  }
  .mobile-l\:p-x--3\.8 {
    padding-left: -38px !important;
    padding-right: -38px !important;
  }
  .mobile-l\:p-y--3\.8 {
    padding-top: -38px !important;
    padding-bottom: -38px !important;
  }
  .mobile-l-m--3\.8 {
    margin: -38px !important;
  }
  .mobile-l-p--3\.8 {
    padding: -38px !important;
  }
  .mobile-l-m-x--3\.8 {
    margin-left: -38px !important;
    margin-right: -38px !important;
  }
  .mobile-l-m-y--3\.8 {
    margin-top: -38px !important;
    margin-bottom: -38px !important;
  }
  .mobile-l-p-x--3\.8 {
    padding-left: -38px !important;
    padding-right: -38px !important;
  }
  .mobile-l-p-y--3\.8 {
    padding-top: -38px !important;
    padding-bottom: -38px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--3\.7 {
    margin: -37px !important;
  }
  .mobile-l\:p--3\.7 {
    padding: -37px !important;
  }
  .mobile-l\:m-x--3\.7 {
    margin-left: -37px !important;
    margin-right: -37px !important;
  }
  .mobile-l\:m-y--3\.7 {
    margin-top: -37px !important;
    margin-bottom: -37px !important;
  }
  .mobile-l\:p-x--3\.7 {
    padding-left: -37px !important;
    padding-right: -37px !important;
  }
  .mobile-l\:p-y--3\.7 {
    padding-top: -37px !important;
    padding-bottom: -37px !important;
  }
  .mobile-l-m--3\.7 {
    margin: -37px !important;
  }
  .mobile-l-p--3\.7 {
    padding: -37px !important;
  }
  .mobile-l-m-x--3\.7 {
    margin-left: -37px !important;
    margin-right: -37px !important;
  }
  .mobile-l-m-y--3\.7 {
    margin-top: -37px !important;
    margin-bottom: -37px !important;
  }
  .mobile-l-p-x--3\.7 {
    padding-left: -37px !important;
    padding-right: -37px !important;
  }
  .mobile-l-p-y--3\.7 {
    padding-top: -37px !important;
    padding-bottom: -37px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--3\.6 {
    margin: -36px !important;
  }
  .mobile-l\:p--3\.6 {
    padding: -36px !important;
  }
  .mobile-l\:m-x--3\.6 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }
  .mobile-l\:m-y--3\.6 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
  .mobile-l\:p-x--3\.6 {
    padding-left: -36px !important;
    padding-right: -36px !important;
  }
  .mobile-l\:p-y--3\.6 {
    padding-top: -36px !important;
    padding-bottom: -36px !important;
  }
  .mobile-l-m--3\.6 {
    margin: -36px !important;
  }
  .mobile-l-p--3\.6 {
    padding: -36px !important;
  }
  .mobile-l-m-x--3\.6 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }
  .mobile-l-m-y--3\.6 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
  .mobile-l-p-x--3\.6 {
    padding-left: -36px !important;
    padding-right: -36px !important;
  }
  .mobile-l-p-y--3\.6 {
    padding-top: -36px !important;
    padding-bottom: -36px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--3\.5 {
    margin: -35px !important;
  }
  .mobile-l\:p--3\.5 {
    padding: -35px !important;
  }
  .mobile-l\:m-x--3\.5 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }
  .mobile-l\:m-y--3\.5 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .mobile-l\:p-x--3\.5 {
    padding-left: -35px !important;
    padding-right: -35px !important;
  }
  .mobile-l\:p-y--3\.5 {
    padding-top: -35px !important;
    padding-bottom: -35px !important;
  }
  .mobile-l-m--3\.5 {
    margin: -35px !important;
  }
  .mobile-l-p--3\.5 {
    padding: -35px !important;
  }
  .mobile-l-m-x--3\.5 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }
  .mobile-l-m-y--3\.5 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .mobile-l-p-x--3\.5 {
    padding-left: -35px !important;
    padding-right: -35px !important;
  }
  .mobile-l-p-y--3\.5 {
    padding-top: -35px !important;
    padding-bottom: -35px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--3\.4 {
    margin: -34px !important;
  }
  .mobile-l\:p--3\.4 {
    padding: -34px !important;
  }
  .mobile-l\:m-x--3\.4 {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }
  .mobile-l\:m-y--3\.4 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }
  .mobile-l\:p-x--3\.4 {
    padding-left: -34px !important;
    padding-right: -34px !important;
  }
  .mobile-l\:p-y--3\.4 {
    padding-top: -34px !important;
    padding-bottom: -34px !important;
  }
  .mobile-l-m--3\.4 {
    margin: -34px !important;
  }
  .mobile-l-p--3\.4 {
    padding: -34px !important;
  }
  .mobile-l-m-x--3\.4 {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }
  .mobile-l-m-y--3\.4 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }
  .mobile-l-p-x--3\.4 {
    padding-left: -34px !important;
    padding-right: -34px !important;
  }
  .mobile-l-p-y--3\.4 {
    padding-top: -34px !important;
    padding-bottom: -34px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--3\.3 {
    margin: -33px !important;
  }
  .mobile-l\:p--3\.3 {
    padding: -33px !important;
  }
  .mobile-l\:m-x--3\.3 {
    margin-left: -33px !important;
    margin-right: -33px !important;
  }
  .mobile-l\:m-y--3\.3 {
    margin-top: -33px !important;
    margin-bottom: -33px !important;
  }
  .mobile-l\:p-x--3\.3 {
    padding-left: -33px !important;
    padding-right: -33px !important;
  }
  .mobile-l\:p-y--3\.3 {
    padding-top: -33px !important;
    padding-bottom: -33px !important;
  }
  .mobile-l-m--3\.3 {
    margin: -33px !important;
  }
  .mobile-l-p--3\.3 {
    padding: -33px !important;
  }
  .mobile-l-m-x--3\.3 {
    margin-left: -33px !important;
    margin-right: -33px !important;
  }
  .mobile-l-m-y--3\.3 {
    margin-top: -33px !important;
    margin-bottom: -33px !important;
  }
  .mobile-l-p-x--3\.3 {
    padding-left: -33px !important;
    padding-right: -33px !important;
  }
  .mobile-l-p-y--3\.3 {
    padding-top: -33px !important;
    padding-bottom: -33px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--3\.2 {
    margin: -32px !important;
  }
  .mobile-l\:p--3\.2 {
    padding: -32px !important;
  }
  .mobile-l\:m-x--3\.2 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }
  .mobile-l\:m-y--3\.2 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .mobile-l\:p-x--3\.2 {
    padding-left: -32px !important;
    padding-right: -32px !important;
  }
  .mobile-l\:p-y--3\.2 {
    padding-top: -32px !important;
    padding-bottom: -32px !important;
  }
  .mobile-l-m--3\.2 {
    margin: -32px !important;
  }
  .mobile-l-p--3\.2 {
    padding: -32px !important;
  }
  .mobile-l-m-x--3\.2 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }
  .mobile-l-m-y--3\.2 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .mobile-l-p-x--3\.2 {
    padding-left: -32px !important;
    padding-right: -32px !important;
  }
  .mobile-l-p-y--3\.2 {
    padding-top: -32px !important;
    padding-bottom: -32px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--3\.1 {
    margin: -31px !important;
  }
  .mobile-l\:p--3\.1 {
    padding: -31px !important;
  }
  .mobile-l\:m-x--3\.1 {
    margin-left: -31px !important;
    margin-right: -31px !important;
  }
  .mobile-l\:m-y--3\.1 {
    margin-top: -31px !important;
    margin-bottom: -31px !important;
  }
  .mobile-l\:p-x--3\.1 {
    padding-left: -31px !important;
    padding-right: -31px !important;
  }
  .mobile-l\:p-y--3\.1 {
    padding-top: -31px !important;
    padding-bottom: -31px !important;
  }
  .mobile-l-m--3\.1 {
    margin: -31px !important;
  }
  .mobile-l-p--3\.1 {
    padding: -31px !important;
  }
  .mobile-l-m-x--3\.1 {
    margin-left: -31px !important;
    margin-right: -31px !important;
  }
  .mobile-l-m-y--3\.1 {
    margin-top: -31px !important;
    margin-bottom: -31px !important;
  }
  .mobile-l-p-x--3\.1 {
    padding-left: -31px !important;
    padding-right: -31px !important;
  }
  .mobile-l-p-y--3\.1 {
    padding-top: -31px !important;
    padding-bottom: -31px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--3 {
    margin: -30px !important;
  }
  .mobile-l\:p--3 {
    padding: -30px !important;
  }
  .mobile-l\:m-x--3 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .mobile-l\:m-y--3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .mobile-l\:p-x--3 {
    padding-left: -30px !important;
    padding-right: -30px !important;
  }
  .mobile-l\:p-y--3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .mobile-l-m--3 {
    margin: -30px !important;
  }
  .mobile-l-p--3 {
    padding: -30px !important;
  }
  .mobile-l-m-x--3 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .mobile-l-m-y--3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .mobile-l-p-x--3 {
    padding-left: -30px !important;
    padding-right: -30px !important;
  }
  .mobile-l-p-y--3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--2\.9 {
    margin: -29px !important;
  }
  .mobile-l\:p--2\.9 {
    padding: -29px !important;
  }
  .mobile-l\:m-x--2\.9 {
    margin-left: -29px !important;
    margin-right: -29px !important;
  }
  .mobile-l\:m-y--2\.9 {
    margin-top: -29px !important;
    margin-bottom: -29px !important;
  }
  .mobile-l\:p-x--2\.9 {
    padding-left: -29px !important;
    padding-right: -29px !important;
  }
  .mobile-l\:p-y--2\.9 {
    padding-top: -29px !important;
    padding-bottom: -29px !important;
  }
  .mobile-l-m--2\.9 {
    margin: -29px !important;
  }
  .mobile-l-p--2\.9 {
    padding: -29px !important;
  }
  .mobile-l-m-x--2\.9 {
    margin-left: -29px !important;
    margin-right: -29px !important;
  }
  .mobile-l-m-y--2\.9 {
    margin-top: -29px !important;
    margin-bottom: -29px !important;
  }
  .mobile-l-p-x--2\.9 {
    padding-left: -29px !important;
    padding-right: -29px !important;
  }
  .mobile-l-p-y--2\.9 {
    padding-top: -29px !important;
    padding-bottom: -29px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--2\.8 {
    margin: -28px !important;
  }
  .mobile-l\:p--2\.8 {
    padding: -28px !important;
  }
  .mobile-l\:m-x--2\.8 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }
  .mobile-l\:m-y--2\.8 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
  .mobile-l\:p-x--2\.8 {
    padding-left: -28px !important;
    padding-right: -28px !important;
  }
  .mobile-l\:p-y--2\.8 {
    padding-top: -28px !important;
    padding-bottom: -28px !important;
  }
  .mobile-l-m--2\.8 {
    margin: -28px !important;
  }
  .mobile-l-p--2\.8 {
    padding: -28px !important;
  }
  .mobile-l-m-x--2\.8 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }
  .mobile-l-m-y--2\.8 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
  .mobile-l-p-x--2\.8 {
    padding-left: -28px !important;
    padding-right: -28px !important;
  }
  .mobile-l-p-y--2\.8 {
    padding-top: -28px !important;
    padding-bottom: -28px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--2\.7 {
    margin: -27px !important;
  }
  .mobile-l\:p--2\.7 {
    padding: -27px !important;
  }
  .mobile-l\:m-x--2\.7 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }
  .mobile-l\:m-y--2\.7 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }
  .mobile-l\:p-x--2\.7 {
    padding-left: -27px !important;
    padding-right: -27px !important;
  }
  .mobile-l\:p-y--2\.7 {
    padding-top: -27px !important;
    padding-bottom: -27px !important;
  }
  .mobile-l-m--2\.7 {
    margin: -27px !important;
  }
  .mobile-l-p--2\.7 {
    padding: -27px !important;
  }
  .mobile-l-m-x--2\.7 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }
  .mobile-l-m-y--2\.7 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }
  .mobile-l-p-x--2\.7 {
    padding-left: -27px !important;
    padding-right: -27px !important;
  }
  .mobile-l-p-y--2\.7 {
    padding-top: -27px !important;
    padding-bottom: -27px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--2\.6 {
    margin: -26px !important;
  }
  .mobile-l\:p--2\.6 {
    padding: -26px !important;
  }
  .mobile-l\:m-x--2\.6 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }
  .mobile-l\:m-y--2\.6 {
    margin-top: -26px !important;
    margin-bottom: -26px !important;
  }
  .mobile-l\:p-x--2\.6 {
    padding-left: -26px !important;
    padding-right: -26px !important;
  }
  .mobile-l\:p-y--2\.6 {
    padding-top: -26px !important;
    padding-bottom: -26px !important;
  }
  .mobile-l-m--2\.6 {
    margin: -26px !important;
  }
  .mobile-l-p--2\.6 {
    padding: -26px !important;
  }
  .mobile-l-m-x--2\.6 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }
  .mobile-l-m-y--2\.6 {
    margin-top: -26px !important;
    margin-bottom: -26px !important;
  }
  .mobile-l-p-x--2\.6 {
    padding-left: -26px !important;
    padding-right: -26px !important;
  }
  .mobile-l-p-y--2\.6 {
    padding-top: -26px !important;
    padding-bottom: -26px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--2\.5 {
    margin: -25px !important;
  }
  .mobile-l\:p--2\.5 {
    padding: -25px !important;
  }
  .mobile-l\:m-x--2\.5 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
  .mobile-l\:m-y--2\.5 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .mobile-l\:p-x--2\.5 {
    padding-left: -25px !important;
    padding-right: -25px !important;
  }
  .mobile-l\:p-y--2\.5 {
    padding-top: -25px !important;
    padding-bottom: -25px !important;
  }
  .mobile-l-m--2\.5 {
    margin: -25px !important;
  }
  .mobile-l-p--2\.5 {
    padding: -25px !important;
  }
  .mobile-l-m-x--2\.5 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
  .mobile-l-m-y--2\.5 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .mobile-l-p-x--2\.5 {
    padding-left: -25px !important;
    padding-right: -25px !important;
  }
  .mobile-l-p-y--2\.5 {
    padding-top: -25px !important;
    padding-bottom: -25px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--2\.4 {
    margin: -24px !important;
  }
  .mobile-l\:p--2\.4 {
    padding: -24px !important;
  }
  .mobile-l\:m-x--2\.4 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
  .mobile-l\:m-y--2\.4 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .mobile-l\:p-x--2\.4 {
    padding-left: -24px !important;
    padding-right: -24px !important;
  }
  .mobile-l\:p-y--2\.4 {
    padding-top: -24px !important;
    padding-bottom: -24px !important;
  }
  .mobile-l-m--2\.4 {
    margin: -24px !important;
  }
  .mobile-l-p--2\.4 {
    padding: -24px !important;
  }
  .mobile-l-m-x--2\.4 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
  .mobile-l-m-y--2\.4 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .mobile-l-p-x--2\.4 {
    padding-left: -24px !important;
    padding-right: -24px !important;
  }
  .mobile-l-p-y--2\.4 {
    padding-top: -24px !important;
    padding-bottom: -24px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--2\.3 {
    margin: -23px !important;
  }
  .mobile-l\:p--2\.3 {
    padding: -23px !important;
  }
  .mobile-l\:m-x--2\.3 {
    margin-left: -23px !important;
    margin-right: -23px !important;
  }
  .mobile-l\:m-y--2\.3 {
    margin-top: -23px !important;
    margin-bottom: -23px !important;
  }
  .mobile-l\:p-x--2\.3 {
    padding-left: -23px !important;
    padding-right: -23px !important;
  }
  .mobile-l\:p-y--2\.3 {
    padding-top: -23px !important;
    padding-bottom: -23px !important;
  }
  .mobile-l-m--2\.3 {
    margin: -23px !important;
  }
  .mobile-l-p--2\.3 {
    padding: -23px !important;
  }
  .mobile-l-m-x--2\.3 {
    margin-left: -23px !important;
    margin-right: -23px !important;
  }
  .mobile-l-m-y--2\.3 {
    margin-top: -23px !important;
    margin-bottom: -23px !important;
  }
  .mobile-l-p-x--2\.3 {
    padding-left: -23px !important;
    padding-right: -23px !important;
  }
  .mobile-l-p-y--2\.3 {
    padding-top: -23px !important;
    padding-bottom: -23px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--2\.2 {
    margin: -22px !important;
  }
  .mobile-l\:p--2\.2 {
    padding: -22px !important;
  }
  .mobile-l\:m-x--2\.2 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }
  .mobile-l\:m-y--2\.2 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }
  .mobile-l\:p-x--2\.2 {
    padding-left: -22px !important;
    padding-right: -22px !important;
  }
  .mobile-l\:p-y--2\.2 {
    padding-top: -22px !important;
    padding-bottom: -22px !important;
  }
  .mobile-l-m--2\.2 {
    margin: -22px !important;
  }
  .mobile-l-p--2\.2 {
    padding: -22px !important;
  }
  .mobile-l-m-x--2\.2 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }
  .mobile-l-m-y--2\.2 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }
  .mobile-l-p-x--2\.2 {
    padding-left: -22px !important;
    padding-right: -22px !important;
  }
  .mobile-l-p-y--2\.2 {
    padding-top: -22px !important;
    padding-bottom: -22px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--2\.1 {
    margin: -21px !important;
  }
  .mobile-l\:p--2\.1 {
    padding: -21px !important;
  }
  .mobile-l\:m-x--2\.1 {
    margin-left: -21px !important;
    margin-right: -21px !important;
  }
  .mobile-l\:m-y--2\.1 {
    margin-top: -21px !important;
    margin-bottom: -21px !important;
  }
  .mobile-l\:p-x--2\.1 {
    padding-left: -21px !important;
    padding-right: -21px !important;
  }
  .mobile-l\:p-y--2\.1 {
    padding-top: -21px !important;
    padding-bottom: -21px !important;
  }
  .mobile-l-m--2\.1 {
    margin: -21px !important;
  }
  .mobile-l-p--2\.1 {
    padding: -21px !important;
  }
  .mobile-l-m-x--2\.1 {
    margin-left: -21px !important;
    margin-right: -21px !important;
  }
  .mobile-l-m-y--2\.1 {
    margin-top: -21px !important;
    margin-bottom: -21px !important;
  }
  .mobile-l-p-x--2\.1 {
    padding-left: -21px !important;
    padding-right: -21px !important;
  }
  .mobile-l-p-y--2\.1 {
    padding-top: -21px !important;
    padding-bottom: -21px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--2 {
    margin: -20px !important;
  }
  .mobile-l\:p--2 {
    padding: -20px !important;
  }
  .mobile-l\:m-x--2 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .mobile-l\:m-y--2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .mobile-l\:p-x--2 {
    padding-left: -20px !important;
    padding-right: -20px !important;
  }
  .mobile-l\:p-y--2 {
    padding-top: -20px !important;
    padding-bottom: -20px !important;
  }
  .mobile-l-m--2 {
    margin: -20px !important;
  }
  .mobile-l-p--2 {
    padding: -20px !important;
  }
  .mobile-l-m-x--2 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .mobile-l-m-y--2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .mobile-l-p-x--2 {
    padding-left: -20px !important;
    padding-right: -20px !important;
  }
  .mobile-l-p-y--2 {
    padding-top: -20px !important;
    padding-bottom: -20px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--1\.9 {
    margin: -19px !important;
  }
  .mobile-l\:p--1\.9 {
    padding: -19px !important;
  }
  .mobile-l\:m-x--1\.9 {
    margin-left: -19px !important;
    margin-right: -19px !important;
  }
  .mobile-l\:m-y--1\.9 {
    margin-top: -19px !important;
    margin-bottom: -19px !important;
  }
  .mobile-l\:p-x--1\.9 {
    padding-left: -19px !important;
    padding-right: -19px !important;
  }
  .mobile-l\:p-y--1\.9 {
    padding-top: -19px !important;
    padding-bottom: -19px !important;
  }
  .mobile-l-m--1\.9 {
    margin: -19px !important;
  }
  .mobile-l-p--1\.9 {
    padding: -19px !important;
  }
  .mobile-l-m-x--1\.9 {
    margin-left: -19px !important;
    margin-right: -19px !important;
  }
  .mobile-l-m-y--1\.9 {
    margin-top: -19px !important;
    margin-bottom: -19px !important;
  }
  .mobile-l-p-x--1\.9 {
    padding-left: -19px !important;
    padding-right: -19px !important;
  }
  .mobile-l-p-y--1\.9 {
    padding-top: -19px !important;
    padding-bottom: -19px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--1\.8 {
    margin: -18px !important;
  }
  .mobile-l\:p--1\.8 {
    padding: -18px !important;
  }
  .mobile-l\:m-x--1\.8 {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }
  .mobile-l\:m-y--1\.8 {
    margin-top: -18px !important;
    margin-bottom: -18px !important;
  }
  .mobile-l\:p-x--1\.8 {
    padding-left: -18px !important;
    padding-right: -18px !important;
  }
  .mobile-l\:p-y--1\.8 {
    padding-top: -18px !important;
    padding-bottom: -18px !important;
  }
  .mobile-l-m--1\.8 {
    margin: -18px !important;
  }
  .mobile-l-p--1\.8 {
    padding: -18px !important;
  }
  .mobile-l-m-x--1\.8 {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }
  .mobile-l-m-y--1\.8 {
    margin-top: -18px !important;
    margin-bottom: -18px !important;
  }
  .mobile-l-p-x--1\.8 {
    padding-left: -18px !important;
    padding-right: -18px !important;
  }
  .mobile-l-p-y--1\.8 {
    padding-top: -18px !important;
    padding-bottom: -18px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--1\.7 {
    margin: -17px !important;
  }
  .mobile-l\:p--1\.7 {
    padding: -17px !important;
  }
  .mobile-l\:m-x--1\.7 {
    margin-left: -17px !important;
    margin-right: -17px !important;
  }
  .mobile-l\:m-y--1\.7 {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
  }
  .mobile-l\:p-x--1\.7 {
    padding-left: -17px !important;
    padding-right: -17px !important;
  }
  .mobile-l\:p-y--1\.7 {
    padding-top: -17px !important;
    padding-bottom: -17px !important;
  }
  .mobile-l-m--1\.7 {
    margin: -17px !important;
  }
  .mobile-l-p--1\.7 {
    padding: -17px !important;
  }
  .mobile-l-m-x--1\.7 {
    margin-left: -17px !important;
    margin-right: -17px !important;
  }
  .mobile-l-m-y--1\.7 {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
  }
  .mobile-l-p-x--1\.7 {
    padding-left: -17px !important;
    padding-right: -17px !important;
  }
  .mobile-l-p-y--1\.7 {
    padding-top: -17px !important;
    padding-bottom: -17px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--1\.6 {
    margin: -16px !important;
  }
  .mobile-l\:p--1\.6 {
    padding: -16px !important;
  }
  .mobile-l\:m-x--1\.6 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .mobile-l\:m-y--1\.6 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .mobile-l\:p-x--1\.6 {
    padding-left: -16px !important;
    padding-right: -16px !important;
  }
  .mobile-l\:p-y--1\.6 {
    padding-top: -16px !important;
    padding-bottom: -16px !important;
  }
  .mobile-l-m--1\.6 {
    margin: -16px !important;
  }
  .mobile-l-p--1\.6 {
    padding: -16px !important;
  }
  .mobile-l-m-x--1\.6 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .mobile-l-m-y--1\.6 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .mobile-l-p-x--1\.6 {
    padding-left: -16px !important;
    padding-right: -16px !important;
  }
  .mobile-l-p-y--1\.6 {
    padding-top: -16px !important;
    padding-bottom: -16px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--1\.5 {
    margin: -15px !important;
  }
  .mobile-l\:p--1\.5 {
    padding: -15px !important;
  }
  .mobile-l\:m-x--1\.5 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .mobile-l\:m-y--1\.5 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .mobile-l\:p-x--1\.5 {
    padding-left: -15px !important;
    padding-right: -15px !important;
  }
  .mobile-l\:p-y--1\.5 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
  .mobile-l-m--1\.5 {
    margin: -15px !important;
  }
  .mobile-l-p--1\.5 {
    padding: -15px !important;
  }
  .mobile-l-m-x--1\.5 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .mobile-l-m-y--1\.5 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .mobile-l-p-x--1\.5 {
    padding-left: -15px !important;
    padding-right: -15px !important;
  }
  .mobile-l-p-y--1\.5 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--1\.4 {
    margin: -14px !important;
  }
  .mobile-l\:p--1\.4 {
    padding: -14px !important;
  }
  .mobile-l\:m-x--1\.4 {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }
  .mobile-l\:m-y--1\.4 {
    margin-top: -14px !important;
    margin-bottom: -14px !important;
  }
  .mobile-l\:p-x--1\.4 {
    padding-left: -14px !important;
    padding-right: -14px !important;
  }
  .mobile-l\:p-y--1\.4 {
    padding-top: -14px !important;
    padding-bottom: -14px !important;
  }
  .mobile-l-m--1\.4 {
    margin: -14px !important;
  }
  .mobile-l-p--1\.4 {
    padding: -14px !important;
  }
  .mobile-l-m-x--1\.4 {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }
  .mobile-l-m-y--1\.4 {
    margin-top: -14px !important;
    margin-bottom: -14px !important;
  }
  .mobile-l-p-x--1\.4 {
    padding-left: -14px !important;
    padding-right: -14px !important;
  }
  .mobile-l-p-y--1\.4 {
    padding-top: -14px !important;
    padding-bottom: -14px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--1\.3 {
    margin: -13px !important;
  }
  .mobile-l\:p--1\.3 {
    padding: -13px !important;
  }
  .mobile-l\:m-x--1\.3 {
    margin-left: -13px !important;
    margin-right: -13px !important;
  }
  .mobile-l\:m-y--1\.3 {
    margin-top: -13px !important;
    margin-bottom: -13px !important;
  }
  .mobile-l\:p-x--1\.3 {
    padding-left: -13px !important;
    padding-right: -13px !important;
  }
  .mobile-l\:p-y--1\.3 {
    padding-top: -13px !important;
    padding-bottom: -13px !important;
  }
  .mobile-l-m--1\.3 {
    margin: -13px !important;
  }
  .mobile-l-p--1\.3 {
    padding: -13px !important;
  }
  .mobile-l-m-x--1\.3 {
    margin-left: -13px !important;
    margin-right: -13px !important;
  }
  .mobile-l-m-y--1\.3 {
    margin-top: -13px !important;
    margin-bottom: -13px !important;
  }
  .mobile-l-p-x--1\.3 {
    padding-left: -13px !important;
    padding-right: -13px !important;
  }
  .mobile-l-p-y--1\.3 {
    padding-top: -13px !important;
    padding-bottom: -13px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--1\.2 {
    margin: -12px !important;
  }
  .mobile-l\:p--1\.2 {
    padding: -12px !important;
  }
  .mobile-l\:m-x--1\.2 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
  .mobile-l\:m-y--1\.2 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .mobile-l\:p-x--1\.2 {
    padding-left: -12px !important;
    padding-right: -12px !important;
  }
  .mobile-l\:p-y--1\.2 {
    padding-top: -12px !important;
    padding-bottom: -12px !important;
  }
  .mobile-l-m--1\.2 {
    margin: -12px !important;
  }
  .mobile-l-p--1\.2 {
    padding: -12px !important;
  }
  .mobile-l-m-x--1\.2 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
  .mobile-l-m-y--1\.2 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .mobile-l-p-x--1\.2 {
    padding-left: -12px !important;
    padding-right: -12px !important;
  }
  .mobile-l-p-y--1\.2 {
    padding-top: -12px !important;
    padding-bottom: -12px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--1\.1 {
    margin: -11px !important;
  }
  .mobile-l\:p--1\.1 {
    padding: -11px !important;
  }
  .mobile-l\:m-x--1\.1 {
    margin-left: -11px !important;
    margin-right: -11px !important;
  }
  .mobile-l\:m-y--1\.1 {
    margin-top: -11px !important;
    margin-bottom: -11px !important;
  }
  .mobile-l\:p-x--1\.1 {
    padding-left: -11px !important;
    padding-right: -11px !important;
  }
  .mobile-l\:p-y--1\.1 {
    padding-top: -11px !important;
    padding-bottom: -11px !important;
  }
  .mobile-l-m--1\.1 {
    margin: -11px !important;
  }
  .mobile-l-p--1\.1 {
    padding: -11px !important;
  }
  .mobile-l-m-x--1\.1 {
    margin-left: -11px !important;
    margin-right: -11px !important;
  }
  .mobile-l-m-y--1\.1 {
    margin-top: -11px !important;
    margin-bottom: -11px !important;
  }
  .mobile-l-p-x--1\.1 {
    padding-left: -11px !important;
    padding-right: -11px !important;
  }
  .mobile-l-p-y--1\.1 {
    padding-top: -11px !important;
    padding-bottom: -11px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--1 {
    margin: -10px !important;
  }
  .mobile-l\:p--1 {
    padding: -10px !important;
  }
  .mobile-l\:m-x--1 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .mobile-l\:m-y--1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .mobile-l\:p-x--1 {
    padding-left: -10px !important;
    padding-right: -10px !important;
  }
  .mobile-l\:p-y--1 {
    padding-top: -10px !important;
    padding-bottom: -10px !important;
  }
  .mobile-l-m--1 {
    margin: -10px !important;
  }
  .mobile-l-p--1 {
    padding: -10px !important;
  }
  .mobile-l-m-x--1 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .mobile-l-m-y--1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .mobile-l-p-x--1 {
    padding-left: -10px !important;
    padding-right: -10px !important;
  }
  .mobile-l-p-y--1 {
    padding-top: -10px !important;
    padding-bottom: -10px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--0\.9 {
    margin: -9px !important;
  }
  .mobile-l\:p--0\.9 {
    padding: -9px !important;
  }
  .mobile-l\:m-x--0\.9 {
    margin-left: -9px !important;
    margin-right: -9px !important;
  }
  .mobile-l\:m-y--0\.9 {
    margin-top: -9px !important;
    margin-bottom: -9px !important;
  }
  .mobile-l\:p-x--0\.9 {
    padding-left: -9px !important;
    padding-right: -9px !important;
  }
  .mobile-l\:p-y--0\.9 {
    padding-top: -9px !important;
    padding-bottom: -9px !important;
  }
  .mobile-l-m--0\.9 {
    margin: -9px !important;
  }
  .mobile-l-p--0\.9 {
    padding: -9px !important;
  }
  .mobile-l-m-x--0\.9 {
    margin-left: -9px !important;
    margin-right: -9px !important;
  }
  .mobile-l-m-y--0\.9 {
    margin-top: -9px !important;
    margin-bottom: -9px !important;
  }
  .mobile-l-p-x--0\.9 {
    padding-left: -9px !important;
    padding-right: -9px !important;
  }
  .mobile-l-p-y--0\.9 {
    padding-top: -9px !important;
    padding-bottom: -9px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--0\.8 {
    margin: -8px !important;
  }
  .mobile-l\:p--0\.8 {
    padding: -8px !important;
  }
  .mobile-l\:m-x--0\.8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  .mobile-l\:m-y--0\.8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .mobile-l\:p-x--0\.8 {
    padding-left: -8px !important;
    padding-right: -8px !important;
  }
  .mobile-l\:p-y--0\.8 {
    padding-top: -8px !important;
    padding-bottom: -8px !important;
  }
  .mobile-l-m--0\.8 {
    margin: -8px !important;
  }
  .mobile-l-p--0\.8 {
    padding: -8px !important;
  }
  .mobile-l-m-x--0\.8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  .mobile-l-m-y--0\.8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .mobile-l-p-x--0\.8 {
    padding-left: -8px !important;
    padding-right: -8px !important;
  }
  .mobile-l-p-y--0\.8 {
    padding-top: -8px !important;
    padding-bottom: -8px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--0\.7 {
    margin: -7px !important;
  }
  .mobile-l\:p--0\.7 {
    padding: -7px !important;
  }
  .mobile-l\:m-x--0\.7 {
    margin-left: -7px !important;
    margin-right: -7px !important;
  }
  .mobile-l\:m-y--0\.7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important;
  }
  .mobile-l\:p-x--0\.7 {
    padding-left: -7px !important;
    padding-right: -7px !important;
  }
  .mobile-l\:p-y--0\.7 {
    padding-top: -7px !important;
    padding-bottom: -7px !important;
  }
  .mobile-l-m--0\.7 {
    margin: -7px !important;
  }
  .mobile-l-p--0\.7 {
    padding: -7px !important;
  }
  .mobile-l-m-x--0\.7 {
    margin-left: -7px !important;
    margin-right: -7px !important;
  }
  .mobile-l-m-y--0\.7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important;
  }
  .mobile-l-p-x--0\.7 {
    padding-left: -7px !important;
    padding-right: -7px !important;
  }
  .mobile-l-p-y--0\.7 {
    padding-top: -7px !important;
    padding-bottom: -7px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--0\.6 {
    margin: -6px !important;
  }
  .mobile-l\:p--0\.6 {
    padding: -6px !important;
  }
  .mobile-l\:m-x--0\.6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
  .mobile-l\:m-y--0\.6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }
  .mobile-l\:p-x--0\.6 {
    padding-left: -6px !important;
    padding-right: -6px !important;
  }
  .mobile-l\:p-y--0\.6 {
    padding-top: -6px !important;
    padding-bottom: -6px !important;
  }
  .mobile-l-m--0\.6 {
    margin: -6px !important;
  }
  .mobile-l-p--0\.6 {
    padding: -6px !important;
  }
  .mobile-l-m-x--0\.6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
  .mobile-l-m-y--0\.6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }
  .mobile-l-p-x--0\.6 {
    padding-left: -6px !important;
    padding-right: -6px !important;
  }
  .mobile-l-p-y--0\.6 {
    padding-top: -6px !important;
    padding-bottom: -6px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--0\.5 {
    margin: -5px !important;
  }
  .mobile-l\:p--0\.5 {
    padding: -5px !important;
  }
  .mobile-l\:m-x--0\.5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .mobile-l\:m-y--0\.5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .mobile-l\:p-x--0\.5 {
    padding-left: -5px !important;
    padding-right: -5px !important;
  }
  .mobile-l\:p-y--0\.5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important;
  }
  .mobile-l-m--0\.5 {
    margin: -5px !important;
  }
  .mobile-l-p--0\.5 {
    padding: -5px !important;
  }
  .mobile-l-m-x--0\.5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .mobile-l-m-y--0\.5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .mobile-l-p-x--0\.5 {
    padding-left: -5px !important;
    padding-right: -5px !important;
  }
  .mobile-l-p-y--0\.5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--0\.4 {
    margin: -4px !important;
  }
  .mobile-l\:p--0\.4 {
    padding: -4px !important;
  }
  .mobile-l\:m-x--0\.4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  .mobile-l\:m-y--0\.4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .mobile-l\:p-x--0\.4 {
    padding-left: -4px !important;
    padding-right: -4px !important;
  }
  .mobile-l\:p-y--0\.4 {
    padding-top: -4px !important;
    padding-bottom: -4px !important;
  }
  .mobile-l-m--0\.4 {
    margin: -4px !important;
  }
  .mobile-l-p--0\.4 {
    padding: -4px !important;
  }
  .mobile-l-m-x--0\.4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  .mobile-l-m-y--0\.4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .mobile-l-p-x--0\.4 {
    padding-left: -4px !important;
    padding-right: -4px !important;
  }
  .mobile-l-p-y--0\.4 {
    padding-top: -4px !important;
    padding-bottom: -4px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--0\.3 {
    margin: -3px !important;
  }
  .mobile-l\:p--0\.3 {
    padding: -3px !important;
  }
  .mobile-l\:m-x--0\.3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }
  .mobile-l\:m-y--0\.3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }
  .mobile-l\:p-x--0\.3 {
    padding-left: -3px !important;
    padding-right: -3px !important;
  }
  .mobile-l\:p-y--0\.3 {
    padding-top: -3px !important;
    padding-bottom: -3px !important;
  }
  .mobile-l-m--0\.3 {
    margin: -3px !important;
  }
  .mobile-l-p--0\.3 {
    padding: -3px !important;
  }
  .mobile-l-m-x--0\.3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }
  .mobile-l-m-y--0\.3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }
  .mobile-l-p-x--0\.3 {
    padding-left: -3px !important;
    padding-right: -3px !important;
  }
  .mobile-l-p-y--0\.3 {
    padding-top: -3px !important;
    padding-bottom: -3px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--0\.2 {
    margin: -2px !important;
  }
  .mobile-l\:p--0\.2 {
    padding: -2px !important;
  }
  .mobile-l\:m-x--0\.2 {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .mobile-l\:m-y--0\.2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
  .mobile-l\:p-x--0\.2 {
    padding-left: -2px !important;
    padding-right: -2px !important;
  }
  .mobile-l\:p-y--0\.2 {
    padding-top: -2px !important;
    padding-bottom: -2px !important;
  }
  .mobile-l-m--0\.2 {
    margin: -2px !important;
  }
  .mobile-l-p--0\.2 {
    padding: -2px !important;
  }
  .mobile-l-m-x--0\.2 {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .mobile-l-m-y--0\.2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
  .mobile-l-p-x--0\.2 {
    padding-left: -2px !important;
    padding-right: -2px !important;
  }
  .mobile-l-p-y--0\.2 {
    padding-top: -2px !important;
    padding-bottom: -2px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m--0\.1 {
    margin: -1px !important;
  }
  .mobile-l\:p--0\.1 {
    padding: -1px !important;
  }
  .mobile-l\:m-x--0\.1 {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .mobile-l\:m-y--0\.1 {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .mobile-l\:p-x--0\.1 {
    padding-left: -1px !important;
    padding-right: -1px !important;
  }
  .mobile-l\:p-y--0\.1 {
    padding-top: -1px !important;
    padding-bottom: -1px !important;
  }
  .mobile-l-m--0\.1 {
    margin: -1px !important;
  }
  .mobile-l-p--0\.1 {
    padding: -1px !important;
  }
  .mobile-l-m-x--0\.1 {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .mobile-l-m-y--0\.1 {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .mobile-l-p-x--0\.1 {
    padding-left: -1px !important;
    padding-right: -1px !important;
  }
  .mobile-l-p-y--0\.1 {
    padding-top: -1px !important;
    padding-bottom: -1px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-0 {
    margin: 0px !important;
  }
  .mobile-l\:p-0 {
    padding: 0px !important;
  }
  .mobile-l\:m-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .mobile-l\:m-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mobile-l\:p-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .mobile-l\:p-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .mobile-l-m-0 {
    margin: 0px !important;
  }
  .mobile-l-p-0 {
    padding: 0px !important;
  }
  .mobile-l-m-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .mobile-l-m-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mobile-l-p-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .mobile-l-p-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-0\.1 {
    margin: 1px !important;
  }
  .mobile-l\:p-0\.1 {
    padding: 1px !important;
  }
  .mobile-l\:m-x-0\.1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .mobile-l\:m-y-0\.1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .mobile-l\:p-x-0\.1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .mobile-l\:p-y-0\.1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .mobile-l-m-0\.1 {
    margin: 1px !important;
  }
  .mobile-l-p-0\.1 {
    padding: 1px !important;
  }
  .mobile-l-m-x-0\.1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .mobile-l-m-y-0\.1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .mobile-l-p-x-0\.1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .mobile-l-p-y-0\.1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-0\.2 {
    margin: 2px !important;
  }
  .mobile-l\:p-0\.2 {
    padding: 2px !important;
  }
  .mobile-l\:m-x-0\.2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .mobile-l\:m-y-0\.2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .mobile-l\:p-x-0\.2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .mobile-l\:p-y-0\.2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .mobile-l-m-0\.2 {
    margin: 2px !important;
  }
  .mobile-l-p-0\.2 {
    padding: 2px !important;
  }
  .mobile-l-m-x-0\.2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .mobile-l-m-y-0\.2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .mobile-l-p-x-0\.2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .mobile-l-p-y-0\.2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-0\.3 {
    margin: 3px !important;
  }
  .mobile-l\:p-0\.3 {
    padding: 3px !important;
  }
  .mobile-l\:m-x-0\.3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .mobile-l\:m-y-0\.3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .mobile-l\:p-x-0\.3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .mobile-l\:p-y-0\.3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .mobile-l-m-0\.3 {
    margin: 3px !important;
  }
  .mobile-l-p-0\.3 {
    padding: 3px !important;
  }
  .mobile-l-m-x-0\.3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .mobile-l-m-y-0\.3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .mobile-l-p-x-0\.3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .mobile-l-p-y-0\.3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-0\.4 {
    margin: 4px !important;
  }
  .mobile-l\:p-0\.4 {
    padding: 4px !important;
  }
  .mobile-l\:m-x-0\.4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .mobile-l\:m-y-0\.4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mobile-l\:p-x-0\.4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .mobile-l\:p-y-0\.4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .mobile-l-m-0\.4 {
    margin: 4px !important;
  }
  .mobile-l-p-0\.4 {
    padding: 4px !important;
  }
  .mobile-l-m-x-0\.4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .mobile-l-m-y-0\.4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mobile-l-p-x-0\.4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .mobile-l-p-y-0\.4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-0\.5 {
    margin: 5px !important;
  }
  .mobile-l\:p-0\.5 {
    padding: 5px !important;
  }
  .mobile-l\:m-x-0\.5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .mobile-l\:m-y-0\.5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .mobile-l\:p-x-0\.5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .mobile-l\:p-y-0\.5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .mobile-l-m-0\.5 {
    margin: 5px !important;
  }
  .mobile-l-p-0\.5 {
    padding: 5px !important;
  }
  .mobile-l-m-x-0\.5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .mobile-l-m-y-0\.5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .mobile-l-p-x-0\.5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .mobile-l-p-y-0\.5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-0\.6 {
    margin: 6px !important;
  }
  .mobile-l\:p-0\.6 {
    padding: 6px !important;
  }
  .mobile-l\:m-x-0\.6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .mobile-l\:m-y-0\.6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .mobile-l\:p-x-0\.6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .mobile-l\:p-y-0\.6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .mobile-l-m-0\.6 {
    margin: 6px !important;
  }
  .mobile-l-p-0\.6 {
    padding: 6px !important;
  }
  .mobile-l-m-x-0\.6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .mobile-l-m-y-0\.6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .mobile-l-p-x-0\.6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .mobile-l-p-y-0\.6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-0\.7 {
    margin: 7px !important;
  }
  .mobile-l\:p-0\.7 {
    padding: 7px !important;
  }
  .mobile-l\:m-x-0\.7 {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
  .mobile-l\:m-y-0\.7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .mobile-l\:p-x-0\.7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .mobile-l\:p-y-0\.7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .mobile-l-m-0\.7 {
    margin: 7px !important;
  }
  .mobile-l-p-0\.7 {
    padding: 7px !important;
  }
  .mobile-l-m-x-0\.7 {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
  .mobile-l-m-y-0\.7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .mobile-l-p-x-0\.7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .mobile-l-p-y-0\.7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-0\.8 {
    margin: 8px !important;
  }
  .mobile-l\:p-0\.8 {
    padding: 8px !important;
  }
  .mobile-l\:m-x-0\.8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .mobile-l\:m-y-0\.8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mobile-l\:p-x-0\.8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .mobile-l\:p-y-0\.8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .mobile-l-m-0\.8 {
    margin: 8px !important;
  }
  .mobile-l-p-0\.8 {
    padding: 8px !important;
  }
  .mobile-l-m-x-0\.8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .mobile-l-m-y-0\.8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mobile-l-p-x-0\.8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .mobile-l-p-y-0\.8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-0\.9 {
    margin: 9px !important;
  }
  .mobile-l\:p-0\.9 {
    padding: 9px !important;
  }
  .mobile-l\:m-x-0\.9 {
    margin-left: 9px !important;
    margin-right: 9px !important;
  }
  .mobile-l\:m-y-0\.9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }
  .mobile-l\:p-x-0\.9 {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .mobile-l\:p-y-0\.9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
  .mobile-l-m-0\.9 {
    margin: 9px !important;
  }
  .mobile-l-p-0\.9 {
    padding: 9px !important;
  }
  .mobile-l-m-x-0\.9 {
    margin-left: 9px !important;
    margin-right: 9px !important;
  }
  .mobile-l-m-y-0\.9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }
  .mobile-l-p-x-0\.9 {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .mobile-l-p-y-0\.9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-1 {
    margin: 10px !important;
  }
  .mobile-l\:p-1 {
    padding: 10px !important;
  }
  .mobile-l\:m-x-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mobile-l\:m-y-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mobile-l\:p-x-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .mobile-l\:p-y-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .mobile-l-m-1 {
    margin: 10px !important;
  }
  .mobile-l-p-1 {
    padding: 10px !important;
  }
  .mobile-l-m-x-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mobile-l-m-y-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mobile-l-p-x-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .mobile-l-p-y-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-1\.1 {
    margin: 11px !important;
  }
  .mobile-l\:p-1\.1 {
    padding: 11px !important;
  }
  .mobile-l\:m-x-1\.1 {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }
  .mobile-l\:m-y-1\.1 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }
  .mobile-l\:p-x-1\.1 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  .mobile-l\:p-y-1\.1 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
  .mobile-l-m-1\.1 {
    margin: 11px !important;
  }
  .mobile-l-p-1\.1 {
    padding: 11px !important;
  }
  .mobile-l-m-x-1\.1 {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }
  .mobile-l-m-y-1\.1 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }
  .mobile-l-p-x-1\.1 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  .mobile-l-p-y-1\.1 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-1\.2 {
    margin: 12px !important;
  }
  .mobile-l\:p-1\.2 {
    padding: 12px !important;
  }
  .mobile-l\:m-x-1\.2 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .mobile-l\:m-y-1\.2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mobile-l\:p-x-1\.2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .mobile-l\:p-y-1\.2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .mobile-l-m-1\.2 {
    margin: 12px !important;
  }
  .mobile-l-p-1\.2 {
    padding: 12px !important;
  }
  .mobile-l-m-x-1\.2 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .mobile-l-m-y-1\.2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mobile-l-p-x-1\.2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .mobile-l-p-y-1\.2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-1\.3 {
    margin: 13px !important;
  }
  .mobile-l\:p-1\.3 {
    padding: 13px !important;
  }
  .mobile-l\:m-x-1\.3 {
    margin-left: 13px !important;
    margin-right: 13px !important;
  }
  .mobile-l\:m-y-1\.3 {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
  }
  .mobile-l\:p-x-1\.3 {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  .mobile-l\:p-y-1\.3 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  .mobile-l-m-1\.3 {
    margin: 13px !important;
  }
  .mobile-l-p-1\.3 {
    padding: 13px !important;
  }
  .mobile-l-m-x-1\.3 {
    margin-left: 13px !important;
    margin-right: 13px !important;
  }
  .mobile-l-m-y-1\.3 {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
  }
  .mobile-l-p-x-1\.3 {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  .mobile-l-p-y-1\.3 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-1\.4 {
    margin: 14px !important;
  }
  .mobile-l\:p-1\.4 {
    padding: 14px !important;
  }
  .mobile-l\:m-x-1\.4 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .mobile-l\:m-y-1\.4 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .mobile-l\:p-x-1\.4 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .mobile-l\:p-y-1\.4 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .mobile-l-m-1\.4 {
    margin: 14px !important;
  }
  .mobile-l-p-1\.4 {
    padding: 14px !important;
  }
  .mobile-l-m-x-1\.4 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .mobile-l-m-y-1\.4 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .mobile-l-p-x-1\.4 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .mobile-l-p-y-1\.4 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-1\.5 {
    margin: 15px !important;
  }
  .mobile-l\:p-1\.5 {
    padding: 15px !important;
  }
  .mobile-l\:m-x-1\.5 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .mobile-l\:m-y-1\.5 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mobile-l\:p-x-1\.5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .mobile-l\:p-y-1\.5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .mobile-l-m-1\.5 {
    margin: 15px !important;
  }
  .mobile-l-p-1\.5 {
    padding: 15px !important;
  }
  .mobile-l-m-x-1\.5 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .mobile-l-m-y-1\.5 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mobile-l-p-x-1\.5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .mobile-l-p-y-1\.5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-1\.6 {
    margin: 16px !important;
  }
  .mobile-l\:p-1\.6 {
    padding: 16px !important;
  }
  .mobile-l\:m-x-1\.6 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .mobile-l\:m-y-1\.6 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mobile-l\:p-x-1\.6 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .mobile-l\:p-y-1\.6 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .mobile-l-m-1\.6 {
    margin: 16px !important;
  }
  .mobile-l-p-1\.6 {
    padding: 16px !important;
  }
  .mobile-l-m-x-1\.6 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .mobile-l-m-y-1\.6 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mobile-l-p-x-1\.6 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .mobile-l-p-y-1\.6 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-1\.7 {
    margin: 17px !important;
  }
  .mobile-l\:p-1\.7 {
    padding: 17px !important;
  }
  .mobile-l\:m-x-1\.7 {
    margin-left: 17px !important;
    margin-right: 17px !important;
  }
  .mobile-l\:m-y-1\.7 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .mobile-l\:p-x-1\.7 {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .mobile-l\:p-y-1\.7 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  .mobile-l-m-1\.7 {
    margin: 17px !important;
  }
  .mobile-l-p-1\.7 {
    padding: 17px !important;
  }
  .mobile-l-m-x-1\.7 {
    margin-left: 17px !important;
    margin-right: 17px !important;
  }
  .mobile-l-m-y-1\.7 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .mobile-l-p-x-1\.7 {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .mobile-l-p-y-1\.7 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-1\.8 {
    margin: 18px !important;
  }
  .mobile-l\:p-1\.8 {
    padding: 18px !important;
  }
  .mobile-l\:m-x-1\.8 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .mobile-l\:m-y-1\.8 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .mobile-l\:p-x-1\.8 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .mobile-l\:p-y-1\.8 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .mobile-l-m-1\.8 {
    margin: 18px !important;
  }
  .mobile-l-p-1\.8 {
    padding: 18px !important;
  }
  .mobile-l-m-x-1\.8 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .mobile-l-m-y-1\.8 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .mobile-l-p-x-1\.8 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .mobile-l-p-y-1\.8 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-1\.9 {
    margin: 19px !important;
  }
  .mobile-l\:p-1\.9 {
    padding: 19px !important;
  }
  .mobile-l\:m-x-1\.9 {
    margin-left: 19px !important;
    margin-right: 19px !important;
  }
  .mobile-l\:m-y-1\.9 {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
  }
  .mobile-l\:p-x-1\.9 {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .mobile-l\:p-y-1\.9 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
  .mobile-l-m-1\.9 {
    margin: 19px !important;
  }
  .mobile-l-p-1\.9 {
    padding: 19px !important;
  }
  .mobile-l-m-x-1\.9 {
    margin-left: 19px !important;
    margin-right: 19px !important;
  }
  .mobile-l-m-y-1\.9 {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
  }
  .mobile-l-p-x-1\.9 {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .mobile-l-p-y-1\.9 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-2 {
    margin: 20px !important;
  }
  .mobile-l\:p-2 {
    padding: 20px !important;
  }
  .mobile-l\:m-x-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mobile-l\:m-y-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mobile-l\:p-x-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .mobile-l\:p-y-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .mobile-l-m-2 {
    margin: 20px !important;
  }
  .mobile-l-p-2 {
    padding: 20px !important;
  }
  .mobile-l-m-x-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mobile-l-m-y-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mobile-l-p-x-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .mobile-l-p-y-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-2\.1 {
    margin: 21px !important;
  }
  .mobile-l\:p-2\.1 {
    padding: 21px !important;
  }
  .mobile-l\:m-x-2\.1 {
    margin-left: 21px !important;
    margin-right: 21px !important;
  }
  .mobile-l\:m-y-2\.1 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .mobile-l\:p-x-2\.1 {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
  .mobile-l\:p-y-2\.1 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
  .mobile-l-m-2\.1 {
    margin: 21px !important;
  }
  .mobile-l-p-2\.1 {
    padding: 21px !important;
  }
  .mobile-l-m-x-2\.1 {
    margin-left: 21px !important;
    margin-right: 21px !important;
  }
  .mobile-l-m-y-2\.1 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .mobile-l-p-x-2\.1 {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
  .mobile-l-p-y-2\.1 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-2\.2 {
    margin: 22px !important;
  }
  .mobile-l\:p-2\.2 {
    padding: 22px !important;
  }
  .mobile-l\:m-x-2\.2 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .mobile-l\:m-y-2\.2 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .mobile-l\:p-x-2\.2 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .mobile-l\:p-y-2\.2 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .mobile-l-m-2\.2 {
    margin: 22px !important;
  }
  .mobile-l-p-2\.2 {
    padding: 22px !important;
  }
  .mobile-l-m-x-2\.2 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .mobile-l-m-y-2\.2 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .mobile-l-p-x-2\.2 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .mobile-l-p-y-2\.2 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-2\.3 {
    margin: 23px !important;
  }
  .mobile-l\:p-2\.3 {
    padding: 23px !important;
  }
  .mobile-l\:m-x-2\.3 {
    margin-left: 23px !important;
    margin-right: 23px !important;
  }
  .mobile-l\:m-y-2\.3 {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .mobile-l\:p-x-2\.3 {
    padding-left: 23px !important;
    padding-right: 23px !important;
  }
  .mobile-l\:p-y-2\.3 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
  .mobile-l-m-2\.3 {
    margin: 23px !important;
  }
  .mobile-l-p-2\.3 {
    padding: 23px !important;
  }
  .mobile-l-m-x-2\.3 {
    margin-left: 23px !important;
    margin-right: 23px !important;
  }
  .mobile-l-m-y-2\.3 {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .mobile-l-p-x-2\.3 {
    padding-left: 23px !important;
    padding-right: 23px !important;
  }
  .mobile-l-p-y-2\.3 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-2\.4 {
    margin: 24px !important;
  }
  .mobile-l\:p-2\.4 {
    padding: 24px !important;
  }
  .mobile-l\:m-x-2\.4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .mobile-l\:m-y-2\.4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mobile-l\:p-x-2\.4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .mobile-l\:p-y-2\.4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .mobile-l-m-2\.4 {
    margin: 24px !important;
  }
  .mobile-l-p-2\.4 {
    padding: 24px !important;
  }
  .mobile-l-m-x-2\.4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .mobile-l-m-y-2\.4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mobile-l-p-x-2\.4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .mobile-l-p-y-2\.4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-2\.5 {
    margin: 25px !important;
  }
  .mobile-l\:p-2\.5 {
    padding: 25px !important;
  }
  .mobile-l\:m-x-2\.5 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .mobile-l\:m-y-2\.5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mobile-l\:p-x-2\.5 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .mobile-l\:p-y-2\.5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .mobile-l-m-2\.5 {
    margin: 25px !important;
  }
  .mobile-l-p-2\.5 {
    padding: 25px !important;
  }
  .mobile-l-m-x-2\.5 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .mobile-l-m-y-2\.5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mobile-l-p-x-2\.5 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .mobile-l-p-y-2\.5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-2\.6 {
    margin: 26px !important;
  }
  .mobile-l\:p-2\.6 {
    padding: 26px !important;
  }
  .mobile-l\:m-x-2\.6 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }
  .mobile-l\:m-y-2\.6 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  .mobile-l\:p-x-2\.6 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  .mobile-l\:p-y-2\.6 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  .mobile-l-m-2\.6 {
    margin: 26px !important;
  }
  .mobile-l-p-2\.6 {
    padding: 26px !important;
  }
  .mobile-l-m-x-2\.6 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }
  .mobile-l-m-y-2\.6 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  .mobile-l-p-x-2\.6 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  .mobile-l-p-y-2\.6 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-2\.7 {
    margin: 27px !important;
  }
  .mobile-l\:p-2\.7 {
    padding: 27px !important;
  }
  .mobile-l\:m-x-2\.7 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }
  .mobile-l\:m-y-2\.7 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }
  .mobile-l\:p-x-2\.7 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
  .mobile-l\:p-y-2\.7 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
  .mobile-l-m-2\.7 {
    margin: 27px !important;
  }
  .mobile-l-p-2\.7 {
    padding: 27px !important;
  }
  .mobile-l-m-x-2\.7 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }
  .mobile-l-m-y-2\.7 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }
  .mobile-l-p-x-2\.7 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
  .mobile-l-p-y-2\.7 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-2\.8 {
    margin: 28px !important;
  }
  .mobile-l\:p-2\.8 {
    padding: 28px !important;
  }
  .mobile-l\:m-x-2\.8 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .mobile-l\:m-y-2\.8 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mobile-l\:p-x-2\.8 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .mobile-l\:p-y-2\.8 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .mobile-l-m-2\.8 {
    margin: 28px !important;
  }
  .mobile-l-p-2\.8 {
    padding: 28px !important;
  }
  .mobile-l-m-x-2\.8 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .mobile-l-m-y-2\.8 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mobile-l-p-x-2\.8 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .mobile-l-p-y-2\.8 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-2\.9 {
    margin: 29px !important;
  }
  .mobile-l\:p-2\.9 {
    padding: 29px !important;
  }
  .mobile-l\:m-x-2\.9 {
    margin-left: 29px !important;
    margin-right: 29px !important;
  }
  .mobile-l\:m-y-2\.9 {
    margin-top: 29px !important;
    margin-bottom: 29px !important;
  }
  .mobile-l\:p-x-2\.9 {
    padding-left: 29px !important;
    padding-right: 29px !important;
  }
  .mobile-l\:p-y-2\.9 {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
  }
  .mobile-l-m-2\.9 {
    margin: 29px !important;
  }
  .mobile-l-p-2\.9 {
    padding: 29px !important;
  }
  .mobile-l-m-x-2\.9 {
    margin-left: 29px !important;
    margin-right: 29px !important;
  }
  .mobile-l-m-y-2\.9 {
    margin-top: 29px !important;
    margin-bottom: 29px !important;
  }
  .mobile-l-p-x-2\.9 {
    padding-left: 29px !important;
    padding-right: 29px !important;
  }
  .mobile-l-p-y-2\.9 {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-3 {
    margin: 30px !important;
  }
  .mobile-l\:p-3 {
    padding: 30px !important;
  }
  .mobile-l\:m-x-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .mobile-l\:m-y-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mobile-l\:p-x-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .mobile-l\:p-y-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .mobile-l-m-3 {
    margin: 30px !important;
  }
  .mobile-l-p-3 {
    padding: 30px !important;
  }
  .mobile-l-m-x-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .mobile-l-m-y-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mobile-l-p-x-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .mobile-l-p-y-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-3\.1 {
    margin: 31px !important;
  }
  .mobile-l\:p-3\.1 {
    padding: 31px !important;
  }
  .mobile-l\:m-x-3\.1 {
    margin-left: 31px !important;
    margin-right: 31px !important;
  }
  .mobile-l\:m-y-3\.1 {
    margin-top: 31px !important;
    margin-bottom: 31px !important;
  }
  .mobile-l\:p-x-3\.1 {
    padding-left: 31px !important;
    padding-right: 31px !important;
  }
  .mobile-l\:p-y-3\.1 {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }
  .mobile-l-m-3\.1 {
    margin: 31px !important;
  }
  .mobile-l-p-3\.1 {
    padding: 31px !important;
  }
  .mobile-l-m-x-3\.1 {
    margin-left: 31px !important;
    margin-right: 31px !important;
  }
  .mobile-l-m-y-3\.1 {
    margin-top: 31px !important;
    margin-bottom: 31px !important;
  }
  .mobile-l-p-x-3\.1 {
    padding-left: 31px !important;
    padding-right: 31px !important;
  }
  .mobile-l-p-y-3\.1 {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-3\.2 {
    margin: 32px !important;
  }
  .mobile-l\:p-3\.2 {
    padding: 32px !important;
  }
  .mobile-l\:m-x-3\.2 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .mobile-l\:m-y-3\.2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mobile-l\:p-x-3\.2 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .mobile-l\:p-y-3\.2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .mobile-l-m-3\.2 {
    margin: 32px !important;
  }
  .mobile-l-p-3\.2 {
    padding: 32px !important;
  }
  .mobile-l-m-x-3\.2 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .mobile-l-m-y-3\.2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mobile-l-p-x-3\.2 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .mobile-l-p-y-3\.2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-3\.3 {
    margin: 33px !important;
  }
  .mobile-l\:p-3\.3 {
    padding: 33px !important;
  }
  .mobile-l\:m-x-3\.3 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }
  .mobile-l\:m-y-3\.3 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }
  .mobile-l\:p-x-3\.3 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
  .mobile-l\:p-y-3\.3 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }
  .mobile-l-m-3\.3 {
    margin: 33px !important;
  }
  .mobile-l-p-3\.3 {
    padding: 33px !important;
  }
  .mobile-l-m-x-3\.3 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }
  .mobile-l-m-y-3\.3 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }
  .mobile-l-p-x-3\.3 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
  .mobile-l-p-y-3\.3 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-3\.4 {
    margin: 34px !important;
  }
  .mobile-l\:p-3\.4 {
    padding: 34px !important;
  }
  .mobile-l\:m-x-3\.4 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }
  .mobile-l\:m-y-3\.4 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .mobile-l\:p-x-3\.4 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
  .mobile-l\:p-y-3\.4 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .mobile-l-m-3\.4 {
    margin: 34px !important;
  }
  .mobile-l-p-3\.4 {
    padding: 34px !important;
  }
  .mobile-l-m-x-3\.4 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }
  .mobile-l-m-y-3\.4 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .mobile-l-p-x-3\.4 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
  .mobile-l-p-y-3\.4 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-3\.5 {
    margin: 35px !important;
  }
  .mobile-l\:p-3\.5 {
    padding: 35px !important;
  }
  .mobile-l\:m-x-3\.5 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .mobile-l\:m-y-3\.5 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .mobile-l\:p-x-3\.5 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .mobile-l\:p-y-3\.5 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .mobile-l-m-3\.5 {
    margin: 35px !important;
  }
  .mobile-l-p-3\.5 {
    padding: 35px !important;
  }
  .mobile-l-m-x-3\.5 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .mobile-l-m-y-3\.5 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .mobile-l-p-x-3\.5 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .mobile-l-p-y-3\.5 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-3\.6 {
    margin: 36px !important;
  }
  .mobile-l\:p-3\.6 {
    padding: 36px !important;
  }
  .mobile-l\:m-x-3\.6 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .mobile-l\:m-y-3\.6 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .mobile-l\:p-x-3\.6 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .mobile-l\:p-y-3\.6 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .mobile-l-m-3\.6 {
    margin: 36px !important;
  }
  .mobile-l-p-3\.6 {
    padding: 36px !important;
  }
  .mobile-l-m-x-3\.6 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .mobile-l-m-y-3\.6 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .mobile-l-p-x-3\.6 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .mobile-l-p-y-3\.6 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-3\.7 {
    margin: 37px !important;
  }
  .mobile-l\:p-3\.7 {
    padding: 37px !important;
  }
  .mobile-l\:m-x-3\.7 {
    margin-left: 37px !important;
    margin-right: 37px !important;
  }
  .mobile-l\:m-y-3\.7 {
    margin-top: 37px !important;
    margin-bottom: 37px !important;
  }
  .mobile-l\:p-x-3\.7 {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
  .mobile-l\:p-y-3\.7 {
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }
  .mobile-l-m-3\.7 {
    margin: 37px !important;
  }
  .mobile-l-p-3\.7 {
    padding: 37px !important;
  }
  .mobile-l-m-x-3\.7 {
    margin-left: 37px !important;
    margin-right: 37px !important;
  }
  .mobile-l-m-y-3\.7 {
    margin-top: 37px !important;
    margin-bottom: 37px !important;
  }
  .mobile-l-p-x-3\.7 {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
  .mobile-l-p-y-3\.7 {
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-3\.8 {
    margin: 38px !important;
  }
  .mobile-l\:p-3\.8 {
    padding: 38px !important;
  }
  .mobile-l\:m-x-3\.8 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }
  .mobile-l\:m-y-3\.8 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .mobile-l\:p-x-3\.8 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
  .mobile-l\:p-y-3\.8 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
  .mobile-l-m-3\.8 {
    margin: 38px !important;
  }
  .mobile-l-p-3\.8 {
    padding: 38px !important;
  }
  .mobile-l-m-x-3\.8 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }
  .mobile-l-m-y-3\.8 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .mobile-l-p-x-3\.8 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
  .mobile-l-p-y-3\.8 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-3\.9 {
    margin: 39px !important;
  }
  .mobile-l\:p-3\.9 {
    padding: 39px !important;
  }
  .mobile-l\:m-x-3\.9 {
    margin-left: 39px !important;
    margin-right: 39px !important;
  }
  .mobile-l\:m-y-3\.9 {
    margin-top: 39px !important;
    margin-bottom: 39px !important;
  }
  .mobile-l\:p-x-3\.9 {
    padding-left: 39px !important;
    padding-right: 39px !important;
  }
  .mobile-l\:p-y-3\.9 {
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }
  .mobile-l-m-3\.9 {
    margin: 39px !important;
  }
  .mobile-l-p-3\.9 {
    padding: 39px !important;
  }
  .mobile-l-m-x-3\.9 {
    margin-left: 39px !important;
    margin-right: 39px !important;
  }
  .mobile-l-m-y-3\.9 {
    margin-top: 39px !important;
    margin-bottom: 39px !important;
  }
  .mobile-l-p-x-3\.9 {
    padding-left: 39px !important;
    padding-right: 39px !important;
  }
  .mobile-l-p-y-3\.9 {
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-4 {
    margin: 40px !important;
  }
  .mobile-l\:p-4 {
    padding: 40px !important;
  }
  .mobile-l\:m-x-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mobile-l\:m-y-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mobile-l\:p-x-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .mobile-l\:p-y-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .mobile-l-m-4 {
    margin: 40px !important;
  }
  .mobile-l-p-4 {
    padding: 40px !important;
  }
  .mobile-l-m-x-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mobile-l-m-y-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mobile-l-p-x-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .mobile-l-p-y-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-4\.1 {
    margin: 41px !important;
  }
  .mobile-l\:p-4\.1 {
    padding: 41px !important;
  }
  .mobile-l\:m-x-4\.1 {
    margin-left: 41px !important;
    margin-right: 41px !important;
  }
  .mobile-l\:m-y-4\.1 {
    margin-top: 41px !important;
    margin-bottom: 41px !important;
  }
  .mobile-l\:p-x-4\.1 {
    padding-left: 41px !important;
    padding-right: 41px !important;
  }
  .mobile-l\:p-y-4\.1 {
    padding-top: 41px !important;
    padding-bottom: 41px !important;
  }
  .mobile-l-m-4\.1 {
    margin: 41px !important;
  }
  .mobile-l-p-4\.1 {
    padding: 41px !important;
  }
  .mobile-l-m-x-4\.1 {
    margin-left: 41px !important;
    margin-right: 41px !important;
  }
  .mobile-l-m-y-4\.1 {
    margin-top: 41px !important;
    margin-bottom: 41px !important;
  }
  .mobile-l-p-x-4\.1 {
    padding-left: 41px !important;
    padding-right: 41px !important;
  }
  .mobile-l-p-y-4\.1 {
    padding-top: 41px !important;
    padding-bottom: 41px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-4\.2 {
    margin: 42px !important;
  }
  .mobile-l\:p-4\.2 {
    padding: 42px !important;
  }
  .mobile-l\:m-x-4\.2 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }
  .mobile-l\:m-y-4\.2 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .mobile-l\:p-x-4\.2 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
  .mobile-l\:p-y-4\.2 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .mobile-l-m-4\.2 {
    margin: 42px !important;
  }
  .mobile-l-p-4\.2 {
    padding: 42px !important;
  }
  .mobile-l-m-x-4\.2 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }
  .mobile-l-m-y-4\.2 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .mobile-l-p-x-4\.2 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
  .mobile-l-p-y-4\.2 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-4\.3 {
    margin: 43px !important;
  }
  .mobile-l\:p-4\.3 {
    padding: 43px !important;
  }
  .mobile-l\:m-x-4\.3 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  .mobile-l\:m-y-4\.3 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .mobile-l\:p-x-4\.3 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  .mobile-l\:p-y-4\.3 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  .mobile-l-m-4\.3 {
    margin: 43px !important;
  }
  .mobile-l-p-4\.3 {
    padding: 43px !important;
  }
  .mobile-l-m-x-4\.3 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  .mobile-l-m-y-4\.3 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .mobile-l-p-x-4\.3 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  .mobile-l-p-y-4\.3 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-4\.4 {
    margin: 44px !important;
  }
  .mobile-l\:p-4\.4 {
    padding: 44px !important;
  }
  .mobile-l\:m-x-4\.4 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }
  .mobile-l\:m-y-4\.4 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .mobile-l\:p-x-4\.4 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
  .mobile-l\:p-y-4\.4 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .mobile-l-m-4\.4 {
    margin: 44px !important;
  }
  .mobile-l-p-4\.4 {
    padding: 44px !important;
  }
  .mobile-l-m-x-4\.4 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }
  .mobile-l-m-y-4\.4 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .mobile-l-p-x-4\.4 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
  .mobile-l-p-y-4\.4 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-4\.5 {
    margin: 45px !important;
  }
  .mobile-l\:p-4\.5 {
    padding: 45px !important;
  }
  .mobile-l\:m-x-4\.5 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .mobile-l\:m-y-4\.5 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .mobile-l\:p-x-4\.5 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .mobile-l\:p-y-4\.5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .mobile-l-m-4\.5 {
    margin: 45px !important;
  }
  .mobile-l-p-4\.5 {
    padding: 45px !important;
  }
  .mobile-l-m-x-4\.5 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .mobile-l-m-y-4\.5 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .mobile-l-p-x-4\.5 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .mobile-l-p-y-4\.5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-4\.6 {
    margin: 46px !important;
  }
  .mobile-l\:p-4\.6 {
    padding: 46px !important;
  }
  .mobile-l\:m-x-4\.6 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .mobile-l\:m-y-4\.6 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .mobile-l\:p-x-4\.6 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  .mobile-l\:p-y-4\.6 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .mobile-l-m-4\.6 {
    margin: 46px !important;
  }
  .mobile-l-p-4\.6 {
    padding: 46px !important;
  }
  .mobile-l-m-x-4\.6 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .mobile-l-m-y-4\.6 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .mobile-l-p-x-4\.6 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  .mobile-l-p-y-4\.6 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-4\.7 {
    margin: 47px !important;
  }
  .mobile-l\:p-4\.7 {
    padding: 47px !important;
  }
  .mobile-l\:m-x-4\.7 {
    margin-left: 47px !important;
    margin-right: 47px !important;
  }
  .mobile-l\:m-y-4\.7 {
    margin-top: 47px !important;
    margin-bottom: 47px !important;
  }
  .mobile-l\:p-x-4\.7 {
    padding-left: 47px !important;
    padding-right: 47px !important;
  }
  .mobile-l\:p-y-4\.7 {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
  }
  .mobile-l-m-4\.7 {
    margin: 47px !important;
  }
  .mobile-l-p-4\.7 {
    padding: 47px !important;
  }
  .mobile-l-m-x-4\.7 {
    margin-left: 47px !important;
    margin-right: 47px !important;
  }
  .mobile-l-m-y-4\.7 {
    margin-top: 47px !important;
    margin-bottom: 47px !important;
  }
  .mobile-l-p-x-4\.7 {
    padding-left: 47px !important;
    padding-right: 47px !important;
  }
  .mobile-l-p-y-4\.7 {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-4\.8 {
    margin: 48px !important;
  }
  .mobile-l\:p-4\.8 {
    padding: 48px !important;
  }
  .mobile-l\:m-x-4\.8 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .mobile-l\:m-y-4\.8 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mobile-l\:p-x-4\.8 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .mobile-l\:p-y-4\.8 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .mobile-l-m-4\.8 {
    margin: 48px !important;
  }
  .mobile-l-p-4\.8 {
    padding: 48px !important;
  }
  .mobile-l-m-x-4\.8 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .mobile-l-m-y-4\.8 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mobile-l-p-x-4\.8 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .mobile-l-p-y-4\.8 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-4\.9 {
    margin: 49px !important;
  }
  .mobile-l\:p-4\.9 {
    padding: 49px !important;
  }
  .mobile-l\:m-x-4\.9 {
    margin-left: 49px !important;
    margin-right: 49px !important;
  }
  .mobile-l\:m-y-4\.9 {
    margin-top: 49px !important;
    margin-bottom: 49px !important;
  }
  .mobile-l\:p-x-4\.9 {
    padding-left: 49px !important;
    padding-right: 49px !important;
  }
  .mobile-l\:p-y-4\.9 {
    padding-top: 49px !important;
    padding-bottom: 49px !important;
  }
  .mobile-l-m-4\.9 {
    margin: 49px !important;
  }
  .mobile-l-p-4\.9 {
    padding: 49px !important;
  }
  .mobile-l-m-x-4\.9 {
    margin-left: 49px !important;
    margin-right: 49px !important;
  }
  .mobile-l-m-y-4\.9 {
    margin-top: 49px !important;
    margin-bottom: 49px !important;
  }
  .mobile-l-p-x-4\.9 {
    padding-left: 49px !important;
    padding-right: 49px !important;
  }
  .mobile-l-p-y-4\.9 {
    padding-top: 49px !important;
    padding-bottom: 49px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-5 {
    margin: 50px !important;
  }
  .mobile-l\:p-5 {
    padding: 50px !important;
  }
  .mobile-l\:m-x-5 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .mobile-l\:m-y-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mobile-l\:p-x-5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .mobile-l\:p-y-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .mobile-l-m-5 {
    margin: 50px !important;
  }
  .mobile-l-p-5 {
    padding: 50px !important;
  }
  .mobile-l-m-x-5 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .mobile-l-m-y-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mobile-l-p-x-5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .mobile-l-p-y-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-6 {
    margin: 60px !important;
  }
  .mobile-l\:p-6 {
    padding: 60px !important;
  }
  .mobile-l\:m-x-6 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .mobile-l\:m-y-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mobile-l\:p-x-6 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .mobile-l\:p-y-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .mobile-l-m-6 {
    margin: 60px !important;
  }
  .mobile-l-p-6 {
    padding: 60px !important;
  }
  .mobile-l-m-x-6 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .mobile-l-m-y-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mobile-l-p-x-6 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .mobile-l-p-y-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-7 {
    margin: 70px !important;
  }
  .mobile-l\:p-7 {
    padding: 70px !important;
  }
  .mobile-l\:m-x-7 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .mobile-l\:m-y-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .mobile-l\:p-x-7 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .mobile-l\:p-y-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .mobile-l-m-7 {
    margin: 70px !important;
  }
  .mobile-l-p-7 {
    padding: 70px !important;
  }
  .mobile-l-m-x-7 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .mobile-l-m-y-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .mobile-l-p-x-7 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .mobile-l-p-y-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-8 {
    margin: 80px !important;
  }
  .mobile-l\:p-8 {
    padding: 80px !important;
  }
  .mobile-l\:m-x-8 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .mobile-l\:m-y-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mobile-l\:p-x-8 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .mobile-l\:p-y-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .mobile-l-m-8 {
    margin: 80px !important;
  }
  .mobile-l-p-8 {
    padding: 80px !important;
  }
  .mobile-l-m-x-8 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .mobile-l-m-y-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mobile-l-p-x-8 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .mobile-l-p-y-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-9 {
    margin: 90px !important;
  }
  .mobile-l\:p-9 {
    padding: 90px !important;
  }
  .mobile-l\:m-x-9 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .mobile-l\:m-y-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .mobile-l\:p-x-9 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .mobile-l\:p-y-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .mobile-l-m-9 {
    margin: 90px !important;
  }
  .mobile-l-p-9 {
    padding: 90px !important;
  }
  .mobile-l-m-x-9 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .mobile-l-m-y-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .mobile-l-p-x-9 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .mobile-l-p-y-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-10 {
    margin: 100px !important;
  }
  .mobile-l\:p-10 {
    padding: 100px !important;
  }
  .mobile-l\:m-x-10 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .mobile-l\:m-y-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mobile-l\:p-x-10 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .mobile-l\:p-y-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .mobile-l-m-10 {
    margin: 100px !important;
  }
  .mobile-l-p-10 {
    padding: 100px !important;
  }
  .mobile-l-m-x-10 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .mobile-l-m-y-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mobile-l-p-x-10 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .mobile-l-p-y-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-11 {
    margin: 110px !important;
  }
  .mobile-l\:p-11 {
    padding: 110px !important;
  }
  .mobile-l\:m-x-11 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  .mobile-l\:m-y-11 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .mobile-l\:p-x-11 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .mobile-l\:p-y-11 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .mobile-l-m-11 {
    margin: 110px !important;
  }
  .mobile-l-p-11 {
    padding: 110px !important;
  }
  .mobile-l-m-x-11 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  .mobile-l-m-y-11 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .mobile-l-p-x-11 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .mobile-l-p-y-11 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-12 {
    margin: 120px !important;
  }
  .mobile-l\:p-12 {
    padding: 120px !important;
  }
  .mobile-l\:m-x-12 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .mobile-l\:m-y-12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .mobile-l\:p-x-12 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .mobile-l\:p-y-12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .mobile-l-m-12 {
    margin: 120px !important;
  }
  .mobile-l-p-12 {
    padding: 120px !important;
  }
  .mobile-l-m-x-12 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .mobile-l-m-y-12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .mobile-l-p-x-12 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .mobile-l-p-y-12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-13 {
    margin: 130px !important;
  }
  .mobile-l\:p-13 {
    padding: 130px !important;
  }
  .mobile-l\:m-x-13 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  .mobile-l\:m-y-13 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .mobile-l\:p-x-13 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .mobile-l\:p-y-13 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .mobile-l-m-13 {
    margin: 130px !important;
  }
  .mobile-l-p-13 {
    padding: 130px !important;
  }
  .mobile-l-m-x-13 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  .mobile-l-m-y-13 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .mobile-l-p-x-13 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .mobile-l-p-y-13 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-14 {
    margin: 140px !important;
  }
  .mobile-l\:p-14 {
    padding: 140px !important;
  }
  .mobile-l\:m-x-14 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  .mobile-l\:m-y-14 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .mobile-l\:p-x-14 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .mobile-l\:p-y-14 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .mobile-l-m-14 {
    margin: 140px !important;
  }
  .mobile-l-p-14 {
    padding: 140px !important;
  }
  .mobile-l-m-x-14 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  .mobile-l-m-y-14 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .mobile-l-p-x-14 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .mobile-l-p-y-14 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-15 {
    margin: 150px !important;
  }
  .mobile-l\:p-15 {
    padding: 150px !important;
  }
  .mobile-l\:m-x-15 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .mobile-l\:m-y-15 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .mobile-l\:p-x-15 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .mobile-l\:p-y-15 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .mobile-l-m-15 {
    margin: 150px !important;
  }
  .mobile-l-p-15 {
    padding: 150px !important;
  }
  .mobile-l-m-x-15 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .mobile-l-m-y-15 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .mobile-l-p-x-15 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .mobile-l-p-y-15 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-16 {
    margin: 160px !important;
  }
  .mobile-l\:p-16 {
    padding: 160px !important;
  }
  .mobile-l\:m-x-16 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .mobile-l\:m-y-16 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .mobile-l\:p-x-16 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .mobile-l\:p-y-16 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .mobile-l-m-16 {
    margin: 160px !important;
  }
  .mobile-l-p-16 {
    padding: 160px !important;
  }
  .mobile-l-m-x-16 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .mobile-l-m-y-16 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .mobile-l-p-x-16 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .mobile-l-p-y-16 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-17 {
    margin: 170px !important;
  }
  .mobile-l\:p-17 {
    padding: 170px !important;
  }
  .mobile-l\:m-x-17 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  .mobile-l\:m-y-17 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .mobile-l\:p-x-17 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  .mobile-l\:p-y-17 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .mobile-l-m-17 {
    margin: 170px !important;
  }
  .mobile-l-p-17 {
    padding: 170px !important;
  }
  .mobile-l-m-x-17 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  .mobile-l-m-y-17 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .mobile-l-p-x-17 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  .mobile-l-p-y-17 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-18 {
    margin: 180px !important;
  }
  .mobile-l\:p-18 {
    padding: 180px !important;
  }
  .mobile-l\:m-x-18 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  .mobile-l\:m-y-18 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .mobile-l\:p-x-18 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .mobile-l\:p-y-18 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .mobile-l-m-18 {
    margin: 180px !important;
  }
  .mobile-l-p-18 {
    padding: 180px !important;
  }
  .mobile-l-m-x-18 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  .mobile-l-m-y-18 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .mobile-l-p-x-18 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .mobile-l-p-y-18 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-19 {
    margin: 190px !important;
  }
  .mobile-l\:p-19 {
    padding: 190px !important;
  }
  .mobile-l\:m-x-19 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  .mobile-l\:m-y-19 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .mobile-l\:p-x-19 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  .mobile-l\:p-y-19 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .mobile-l-m-19 {
    margin: 190px !important;
  }
  .mobile-l-p-19 {
    padding: 190px !important;
  }
  .mobile-l-m-x-19 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  .mobile-l-m-y-19 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .mobile-l-p-x-19 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  .mobile-l-p-y-19 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-20 {
    margin: 200px !important;
  }
  .mobile-l\:p-20 {
    padding: 200px !important;
  }
  .mobile-l\:m-x-20 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .mobile-l\:m-y-20 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .mobile-l\:p-x-20 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .mobile-l\:p-y-20 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .mobile-l-m-20 {
    margin: 200px !important;
  }
  .mobile-l-p-20 {
    padding: 200px !important;
  }
  .mobile-l-m-x-20 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .mobile-l-m-y-20 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .mobile-l-p-x-20 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .mobile-l-p-y-20 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-21 {
    margin: 210px !important;
  }
  .mobile-l\:p-21 {
    padding: 210px !important;
  }
  .mobile-l\:m-x-21 {
    margin-left: 210px !important;
    margin-right: 210px !important;
  }
  .mobile-l\:m-y-21 {
    margin-top: 210px !important;
    margin-bottom: 210px !important;
  }
  .mobile-l\:p-x-21 {
    padding-left: 210px !important;
    padding-right: 210px !important;
  }
  .mobile-l\:p-y-21 {
    padding-top: 210px !important;
    padding-bottom: 210px !important;
  }
  .mobile-l-m-21 {
    margin: 210px !important;
  }
  .mobile-l-p-21 {
    padding: 210px !important;
  }
  .mobile-l-m-x-21 {
    margin-left: 210px !important;
    margin-right: 210px !important;
  }
  .mobile-l-m-y-21 {
    margin-top: 210px !important;
    margin-bottom: 210px !important;
  }
  .mobile-l-p-x-21 {
    padding-left: 210px !important;
    padding-right: 210px !important;
  }
  .mobile-l-p-y-21 {
    padding-top: 210px !important;
    padding-bottom: 210px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-22 {
    margin: 220px !important;
  }
  .mobile-l\:p-22 {
    padding: 220px !important;
  }
  .mobile-l\:m-x-22 {
    margin-left: 220px !important;
    margin-right: 220px !important;
  }
  .mobile-l\:m-y-22 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .mobile-l\:p-x-22 {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }
  .mobile-l\:p-y-22 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .mobile-l-m-22 {
    margin: 220px !important;
  }
  .mobile-l-p-22 {
    padding: 220px !important;
  }
  .mobile-l-m-x-22 {
    margin-left: 220px !important;
    margin-right: 220px !important;
  }
  .mobile-l-m-y-22 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .mobile-l-p-x-22 {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }
  .mobile-l-p-y-22 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-23 {
    margin: 230px !important;
  }
  .mobile-l\:p-23 {
    padding: 230px !important;
  }
  .mobile-l\:m-x-23 {
    margin-left: 230px !important;
    margin-right: 230px !important;
  }
  .mobile-l\:m-y-23 {
    margin-top: 230px !important;
    margin-bottom: 230px !important;
  }
  .mobile-l\:p-x-23 {
    padding-left: 230px !important;
    padding-right: 230px !important;
  }
  .mobile-l\:p-y-23 {
    padding-top: 230px !important;
    padding-bottom: 230px !important;
  }
  .mobile-l-m-23 {
    margin: 230px !important;
  }
  .mobile-l-p-23 {
    padding: 230px !important;
  }
  .mobile-l-m-x-23 {
    margin-left: 230px !important;
    margin-right: 230px !important;
  }
  .mobile-l-m-y-23 {
    margin-top: 230px !important;
    margin-bottom: 230px !important;
  }
  .mobile-l-p-x-23 {
    padding-left: 230px !important;
    padding-right: 230px !important;
  }
  .mobile-l-p-y-23 {
    padding-top: 230px !important;
    padding-bottom: 230px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-24 {
    margin: 240px !important;
  }
  .mobile-l\:p-24 {
    padding: 240px !important;
  }
  .mobile-l\:m-x-24 {
    margin-left: 240px !important;
    margin-right: 240px !important;
  }
  .mobile-l\:m-y-24 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .mobile-l\:p-x-24 {
    padding-left: 240px !important;
    padding-right: 240px !important;
  }
  .mobile-l\:p-y-24 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .mobile-l-m-24 {
    margin: 240px !important;
  }
  .mobile-l-p-24 {
    padding: 240px !important;
  }
  .mobile-l-m-x-24 {
    margin-left: 240px !important;
    margin-right: 240px !important;
  }
  .mobile-l-m-y-24 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .mobile-l-p-x-24 {
    padding-left: 240px !important;
    padding-right: 240px !important;
  }
  .mobile-l-p-y-24 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-25 {
    margin: 250px !important;
  }
  .mobile-l\:p-25 {
    padding: 250px !important;
  }
  .mobile-l\:m-x-25 {
    margin-left: 250px !important;
    margin-right: 250px !important;
  }
  .mobile-l\:m-y-25 {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }
  .mobile-l\:p-x-25 {
    padding-left: 250px !important;
    padding-right: 250px !important;
  }
  .mobile-l\:p-y-25 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }
  .mobile-l-m-25 {
    margin: 250px !important;
  }
  .mobile-l-p-25 {
    padding: 250px !important;
  }
  .mobile-l-m-x-25 {
    margin-left: 250px !important;
    margin-right: 250px !important;
  }
  .mobile-l-m-y-25 {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }
  .mobile-l-p-x-25 {
    padding-left: 250px !important;
    padding-right: 250px !important;
  }
  .mobile-l-p-y-25 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-26 {
    margin: 260px !important;
  }
  .mobile-l\:p-26 {
    padding: 260px !important;
  }
  .mobile-l\:m-x-26 {
    margin-left: 260px !important;
    margin-right: 260px !important;
  }
  .mobile-l\:m-y-26 {
    margin-top: 260px !important;
    margin-bottom: 260px !important;
  }
  .mobile-l\:p-x-26 {
    padding-left: 260px !important;
    padding-right: 260px !important;
  }
  .mobile-l\:p-y-26 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
  }
  .mobile-l-m-26 {
    margin: 260px !important;
  }
  .mobile-l-p-26 {
    padding: 260px !important;
  }
  .mobile-l-m-x-26 {
    margin-left: 260px !important;
    margin-right: 260px !important;
  }
  .mobile-l-m-y-26 {
    margin-top: 260px !important;
    margin-bottom: 260px !important;
  }
  .mobile-l-p-x-26 {
    padding-left: 260px !important;
    padding-right: 260px !important;
  }
  .mobile-l-p-y-26 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-27 {
    margin: 270px !important;
  }
  .mobile-l\:p-27 {
    padding: 270px !important;
  }
  .mobile-l\:m-x-27 {
    margin-left: 270px !important;
    margin-right: 270px !important;
  }
  .mobile-l\:m-y-27 {
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }
  .mobile-l\:p-x-27 {
    padding-left: 270px !important;
    padding-right: 270px !important;
  }
  .mobile-l\:p-y-27 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }
  .mobile-l-m-27 {
    margin: 270px !important;
  }
  .mobile-l-p-27 {
    padding: 270px !important;
  }
  .mobile-l-m-x-27 {
    margin-left: 270px !important;
    margin-right: 270px !important;
  }
  .mobile-l-m-y-27 {
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }
  .mobile-l-p-x-27 {
    padding-left: 270px !important;
    padding-right: 270px !important;
  }
  .mobile-l-p-y-27 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-28 {
    margin: 280px !important;
  }
  .mobile-l\:p-28 {
    padding: 280px !important;
  }
  .mobile-l\:m-x-28 {
    margin-left: 280px !important;
    margin-right: 280px !important;
  }
  .mobile-l\:m-y-28 {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
  }
  .mobile-l\:p-x-28 {
    padding-left: 280px !important;
    padding-right: 280px !important;
  }
  .mobile-l\:p-y-28 {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
  }
  .mobile-l-m-28 {
    margin: 280px !important;
  }
  .mobile-l-p-28 {
    padding: 280px !important;
  }
  .mobile-l-m-x-28 {
    margin-left: 280px !important;
    margin-right: 280px !important;
  }
  .mobile-l-m-y-28 {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
  }
  .mobile-l-p-x-28 {
    padding-left: 280px !important;
    padding-right: 280px !important;
  }
  .mobile-l-p-y-28 {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-29 {
    margin: 290px !important;
  }
  .mobile-l\:p-29 {
    padding: 290px !important;
  }
  .mobile-l\:m-x-29 {
    margin-left: 290px !important;
    margin-right: 290px !important;
  }
  .mobile-l\:m-y-29 {
    margin-top: 290px !important;
    margin-bottom: 290px !important;
  }
  .mobile-l\:p-x-29 {
    padding-left: 290px !important;
    padding-right: 290px !important;
  }
  .mobile-l\:p-y-29 {
    padding-top: 290px !important;
    padding-bottom: 290px !important;
  }
  .mobile-l-m-29 {
    margin: 290px !important;
  }
  .mobile-l-p-29 {
    padding: 290px !important;
  }
  .mobile-l-m-x-29 {
    margin-left: 290px !important;
    margin-right: 290px !important;
  }
  .mobile-l-m-y-29 {
    margin-top: 290px !important;
    margin-bottom: 290px !important;
  }
  .mobile-l-p-x-29 {
    padding-left: 290px !important;
    padding-right: 290px !important;
  }
  .mobile-l-p-y-29 {
    padding-top: 290px !important;
    padding-bottom: 290px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-30 {
    margin: 300px !important;
  }
  .mobile-l\:p-30 {
    padding: 300px !important;
  }
  .mobile-l\:m-x-30 {
    margin-left: 300px !important;
    margin-right: 300px !important;
  }
  .mobile-l\:m-y-30 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }
  .mobile-l\:p-x-30 {
    padding-left: 300px !important;
    padding-right: 300px !important;
  }
  .mobile-l\:p-y-30 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }
  .mobile-l-m-30 {
    margin: 300px !important;
  }
  .mobile-l-p-30 {
    padding: 300px !important;
  }
  .mobile-l-m-x-30 {
    margin-left: 300px !important;
    margin-right: 300px !important;
  }
  .mobile-l-m-y-30 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }
  .mobile-l-p-x-30 {
    padding-left: 300px !important;
    padding-right: 300px !important;
  }
  .mobile-l-p-y-30 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-31 {
    margin: 310px !important;
  }
  .mobile-l\:p-31 {
    padding: 310px !important;
  }
  .mobile-l\:m-x-31 {
    margin-left: 310px !important;
    margin-right: 310px !important;
  }
  .mobile-l\:m-y-31 {
    margin-top: 310px !important;
    margin-bottom: 310px !important;
  }
  .mobile-l\:p-x-31 {
    padding-left: 310px !important;
    padding-right: 310px !important;
  }
  .mobile-l\:p-y-31 {
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }
  .mobile-l-m-31 {
    margin: 310px !important;
  }
  .mobile-l-p-31 {
    padding: 310px !important;
  }
  .mobile-l-m-x-31 {
    margin-left: 310px !important;
    margin-right: 310px !important;
  }
  .mobile-l-m-y-31 {
    margin-top: 310px !important;
    margin-bottom: 310px !important;
  }
  .mobile-l-p-x-31 {
    padding-left: 310px !important;
    padding-right: 310px !important;
  }
  .mobile-l-p-y-31 {
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-32 {
    margin: 320px !important;
  }
  .mobile-l\:p-32 {
    padding: 320px !important;
  }
  .mobile-l\:m-x-32 {
    margin-left: 320px !important;
    margin-right: 320px !important;
  }
  .mobile-l\:m-y-32 {
    margin-top: 320px !important;
    margin-bottom: 320px !important;
  }
  .mobile-l\:p-x-32 {
    padding-left: 320px !important;
    padding-right: 320px !important;
  }
  .mobile-l\:p-y-32 {
    padding-top: 320px !important;
    padding-bottom: 320px !important;
  }
  .mobile-l-m-32 {
    margin: 320px !important;
  }
  .mobile-l-p-32 {
    padding: 320px !important;
  }
  .mobile-l-m-x-32 {
    margin-left: 320px !important;
    margin-right: 320px !important;
  }
  .mobile-l-m-y-32 {
    margin-top: 320px !important;
    margin-bottom: 320px !important;
  }
  .mobile-l-p-x-32 {
    padding-left: 320px !important;
    padding-right: 320px !important;
  }
  .mobile-l-p-y-32 {
    padding-top: 320px !important;
    padding-bottom: 320px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-33 {
    margin: 330px !important;
  }
  .mobile-l\:p-33 {
    padding: 330px !important;
  }
  .mobile-l\:m-x-33 {
    margin-left: 330px !important;
    margin-right: 330px !important;
  }
  .mobile-l\:m-y-33 {
    margin-top: 330px !important;
    margin-bottom: 330px !important;
  }
  .mobile-l\:p-x-33 {
    padding-left: 330px !important;
    padding-right: 330px !important;
  }
  .mobile-l\:p-y-33 {
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }
  .mobile-l-m-33 {
    margin: 330px !important;
  }
  .mobile-l-p-33 {
    padding: 330px !important;
  }
  .mobile-l-m-x-33 {
    margin-left: 330px !important;
    margin-right: 330px !important;
  }
  .mobile-l-m-y-33 {
    margin-top: 330px !important;
    margin-bottom: 330px !important;
  }
  .mobile-l-p-x-33 {
    padding-left: 330px !important;
    padding-right: 330px !important;
  }
  .mobile-l-p-y-33 {
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-34 {
    margin: 340px !important;
  }
  .mobile-l\:p-34 {
    padding: 340px !important;
  }
  .mobile-l\:m-x-34 {
    margin-left: 340px !important;
    margin-right: 340px !important;
  }
  .mobile-l\:m-y-34 {
    margin-top: 340px !important;
    margin-bottom: 340px !important;
  }
  .mobile-l\:p-x-34 {
    padding-left: 340px !important;
    padding-right: 340px !important;
  }
  .mobile-l\:p-y-34 {
    padding-top: 340px !important;
    padding-bottom: 340px !important;
  }
  .mobile-l-m-34 {
    margin: 340px !important;
  }
  .mobile-l-p-34 {
    padding: 340px !important;
  }
  .mobile-l-m-x-34 {
    margin-left: 340px !important;
    margin-right: 340px !important;
  }
  .mobile-l-m-y-34 {
    margin-top: 340px !important;
    margin-bottom: 340px !important;
  }
  .mobile-l-p-x-34 {
    padding-left: 340px !important;
    padding-right: 340px !important;
  }
  .mobile-l-p-y-34 {
    padding-top: 340px !important;
    padding-bottom: 340px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-35 {
    margin: 350px !important;
  }
  .mobile-l\:p-35 {
    padding: 350px !important;
  }
  .mobile-l\:m-x-35 {
    margin-left: 350px !important;
    margin-right: 350px !important;
  }
  .mobile-l\:m-y-35 {
    margin-top: 350px !important;
    margin-bottom: 350px !important;
  }
  .mobile-l\:p-x-35 {
    padding-left: 350px !important;
    padding-right: 350px !important;
  }
  .mobile-l\:p-y-35 {
    padding-top: 350px !important;
    padding-bottom: 350px !important;
  }
  .mobile-l-m-35 {
    margin: 350px !important;
  }
  .mobile-l-p-35 {
    padding: 350px !important;
  }
  .mobile-l-m-x-35 {
    margin-left: 350px !important;
    margin-right: 350px !important;
  }
  .mobile-l-m-y-35 {
    margin-top: 350px !important;
    margin-bottom: 350px !important;
  }
  .mobile-l-p-x-35 {
    padding-left: 350px !important;
    padding-right: 350px !important;
  }
  .mobile-l-p-y-35 {
    padding-top: 350px !important;
    padding-bottom: 350px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-36 {
    margin: 360px !important;
  }
  .mobile-l\:p-36 {
    padding: 360px !important;
  }
  .mobile-l\:m-x-36 {
    margin-left: 360px !important;
    margin-right: 360px !important;
  }
  .mobile-l\:m-y-36 {
    margin-top: 360px !important;
    margin-bottom: 360px !important;
  }
  .mobile-l\:p-x-36 {
    padding-left: 360px !important;
    padding-right: 360px !important;
  }
  .mobile-l\:p-y-36 {
    padding-top: 360px !important;
    padding-bottom: 360px !important;
  }
  .mobile-l-m-36 {
    margin: 360px !important;
  }
  .mobile-l-p-36 {
    padding: 360px !important;
  }
  .mobile-l-m-x-36 {
    margin-left: 360px !important;
    margin-right: 360px !important;
  }
  .mobile-l-m-y-36 {
    margin-top: 360px !important;
    margin-bottom: 360px !important;
  }
  .mobile-l-p-x-36 {
    padding-left: 360px !important;
    padding-right: 360px !important;
  }
  .mobile-l-p-y-36 {
    padding-top: 360px !important;
    padding-bottom: 360px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-37 {
    margin: 370px !important;
  }
  .mobile-l\:p-37 {
    padding: 370px !important;
  }
  .mobile-l\:m-x-37 {
    margin-left: 370px !important;
    margin-right: 370px !important;
  }
  .mobile-l\:m-y-37 {
    margin-top: 370px !important;
    margin-bottom: 370px !important;
  }
  .mobile-l\:p-x-37 {
    padding-left: 370px !important;
    padding-right: 370px !important;
  }
  .mobile-l\:p-y-37 {
    padding-top: 370px !important;
    padding-bottom: 370px !important;
  }
  .mobile-l-m-37 {
    margin: 370px !important;
  }
  .mobile-l-p-37 {
    padding: 370px !important;
  }
  .mobile-l-m-x-37 {
    margin-left: 370px !important;
    margin-right: 370px !important;
  }
  .mobile-l-m-y-37 {
    margin-top: 370px !important;
    margin-bottom: 370px !important;
  }
  .mobile-l-p-x-37 {
    padding-left: 370px !important;
    padding-right: 370px !important;
  }
  .mobile-l-p-y-37 {
    padding-top: 370px !important;
    padding-bottom: 370px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-38 {
    margin: 380px !important;
  }
  .mobile-l\:p-38 {
    padding: 380px !important;
  }
  .mobile-l\:m-x-38 {
    margin-left: 380px !important;
    margin-right: 380px !important;
  }
  .mobile-l\:m-y-38 {
    margin-top: 380px !important;
    margin-bottom: 380px !important;
  }
  .mobile-l\:p-x-38 {
    padding-left: 380px !important;
    padding-right: 380px !important;
  }
  .mobile-l\:p-y-38 {
    padding-top: 380px !important;
    padding-bottom: 380px !important;
  }
  .mobile-l-m-38 {
    margin: 380px !important;
  }
  .mobile-l-p-38 {
    padding: 380px !important;
  }
  .mobile-l-m-x-38 {
    margin-left: 380px !important;
    margin-right: 380px !important;
  }
  .mobile-l-m-y-38 {
    margin-top: 380px !important;
    margin-bottom: 380px !important;
  }
  .mobile-l-p-x-38 {
    padding-left: 380px !important;
    padding-right: 380px !important;
  }
  .mobile-l-p-y-38 {
    padding-top: 380px !important;
    padding-bottom: 380px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-39 {
    margin: 390px !important;
  }
  .mobile-l\:p-39 {
    padding: 390px !important;
  }
  .mobile-l\:m-x-39 {
    margin-left: 390px !important;
    margin-right: 390px !important;
  }
  .mobile-l\:m-y-39 {
    margin-top: 390px !important;
    margin-bottom: 390px !important;
  }
  .mobile-l\:p-x-39 {
    padding-left: 390px !important;
    padding-right: 390px !important;
  }
  .mobile-l\:p-y-39 {
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }
  .mobile-l-m-39 {
    margin: 390px !important;
  }
  .mobile-l-p-39 {
    padding: 390px !important;
  }
  .mobile-l-m-x-39 {
    margin-left: 390px !important;
    margin-right: 390px !important;
  }
  .mobile-l-m-y-39 {
    margin-top: 390px !important;
    margin-bottom: 390px !important;
  }
  .mobile-l-p-x-39 {
    padding-left: 390px !important;
    padding-right: 390px !important;
  }
  .mobile-l-p-y-39 {
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-40 {
    margin: 400px !important;
  }
  .mobile-l\:p-40 {
    padding: 400px !important;
  }
  .mobile-l\:m-x-40 {
    margin-left: 400px !important;
    margin-right: 400px !important;
  }
  .mobile-l\:m-y-40 {
    margin-top: 400px !important;
    margin-bottom: 400px !important;
  }
  .mobile-l\:p-x-40 {
    padding-left: 400px !important;
    padding-right: 400px !important;
  }
  .mobile-l\:p-y-40 {
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }
  .mobile-l-m-40 {
    margin: 400px !important;
  }
  .mobile-l-p-40 {
    padding: 400px !important;
  }
  .mobile-l-m-x-40 {
    margin-left: 400px !important;
    margin-right: 400px !important;
  }
  .mobile-l-m-y-40 {
    margin-top: 400px !important;
    margin-bottom: 400px !important;
  }
  .mobile-l-p-x-40 {
    padding-left: 400px !important;
    padding-right: 400px !important;
  }
  .mobile-l-p-y-40 {
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-41 {
    margin: 410px !important;
  }
  .mobile-l\:p-41 {
    padding: 410px !important;
  }
  .mobile-l\:m-x-41 {
    margin-left: 410px !important;
    margin-right: 410px !important;
  }
  .mobile-l\:m-y-41 {
    margin-top: 410px !important;
    margin-bottom: 410px !important;
  }
  .mobile-l\:p-x-41 {
    padding-left: 410px !important;
    padding-right: 410px !important;
  }
  .mobile-l\:p-y-41 {
    padding-top: 410px !important;
    padding-bottom: 410px !important;
  }
  .mobile-l-m-41 {
    margin: 410px !important;
  }
  .mobile-l-p-41 {
    padding: 410px !important;
  }
  .mobile-l-m-x-41 {
    margin-left: 410px !important;
    margin-right: 410px !important;
  }
  .mobile-l-m-y-41 {
    margin-top: 410px !important;
    margin-bottom: 410px !important;
  }
  .mobile-l-p-x-41 {
    padding-left: 410px !important;
    padding-right: 410px !important;
  }
  .mobile-l-p-y-41 {
    padding-top: 410px !important;
    padding-bottom: 410px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-42 {
    margin: 420px !important;
  }
  .mobile-l\:p-42 {
    padding: 420px !important;
  }
  .mobile-l\:m-x-42 {
    margin-left: 420px !important;
    margin-right: 420px !important;
  }
  .mobile-l\:m-y-42 {
    margin-top: 420px !important;
    margin-bottom: 420px !important;
  }
  .mobile-l\:p-x-42 {
    padding-left: 420px !important;
    padding-right: 420px !important;
  }
  .mobile-l\:p-y-42 {
    padding-top: 420px !important;
    padding-bottom: 420px !important;
  }
  .mobile-l-m-42 {
    margin: 420px !important;
  }
  .mobile-l-p-42 {
    padding: 420px !important;
  }
  .mobile-l-m-x-42 {
    margin-left: 420px !important;
    margin-right: 420px !important;
  }
  .mobile-l-m-y-42 {
    margin-top: 420px !important;
    margin-bottom: 420px !important;
  }
  .mobile-l-p-x-42 {
    padding-left: 420px !important;
    padding-right: 420px !important;
  }
  .mobile-l-p-y-42 {
    padding-top: 420px !important;
    padding-bottom: 420px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-43 {
    margin: 430px !important;
  }
  .mobile-l\:p-43 {
    padding: 430px !important;
  }
  .mobile-l\:m-x-43 {
    margin-left: 430px !important;
    margin-right: 430px !important;
  }
  .mobile-l\:m-y-43 {
    margin-top: 430px !important;
    margin-bottom: 430px !important;
  }
  .mobile-l\:p-x-43 {
    padding-left: 430px !important;
    padding-right: 430px !important;
  }
  .mobile-l\:p-y-43 {
    padding-top: 430px !important;
    padding-bottom: 430px !important;
  }
  .mobile-l-m-43 {
    margin: 430px !important;
  }
  .mobile-l-p-43 {
    padding: 430px !important;
  }
  .mobile-l-m-x-43 {
    margin-left: 430px !important;
    margin-right: 430px !important;
  }
  .mobile-l-m-y-43 {
    margin-top: 430px !important;
    margin-bottom: 430px !important;
  }
  .mobile-l-p-x-43 {
    padding-left: 430px !important;
    padding-right: 430px !important;
  }
  .mobile-l-p-y-43 {
    padding-top: 430px !important;
    padding-bottom: 430px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-44 {
    margin: 440px !important;
  }
  .mobile-l\:p-44 {
    padding: 440px !important;
  }
  .mobile-l\:m-x-44 {
    margin-left: 440px !important;
    margin-right: 440px !important;
  }
  .mobile-l\:m-y-44 {
    margin-top: 440px !important;
    margin-bottom: 440px !important;
  }
  .mobile-l\:p-x-44 {
    padding-left: 440px !important;
    padding-right: 440px !important;
  }
  .mobile-l\:p-y-44 {
    padding-top: 440px !important;
    padding-bottom: 440px !important;
  }
  .mobile-l-m-44 {
    margin: 440px !important;
  }
  .mobile-l-p-44 {
    padding: 440px !important;
  }
  .mobile-l-m-x-44 {
    margin-left: 440px !important;
    margin-right: 440px !important;
  }
  .mobile-l-m-y-44 {
    margin-top: 440px !important;
    margin-bottom: 440px !important;
  }
  .mobile-l-p-x-44 {
    padding-left: 440px !important;
    padding-right: 440px !important;
  }
  .mobile-l-p-y-44 {
    padding-top: 440px !important;
    padding-bottom: 440px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-45 {
    margin: 450px !important;
  }
  .mobile-l\:p-45 {
    padding: 450px !important;
  }
  .mobile-l\:m-x-45 {
    margin-left: 450px !important;
    margin-right: 450px !important;
  }
  .mobile-l\:m-y-45 {
    margin-top: 450px !important;
    margin-bottom: 450px !important;
  }
  .mobile-l\:p-x-45 {
    padding-left: 450px !important;
    padding-right: 450px !important;
  }
  .mobile-l\:p-y-45 {
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }
  .mobile-l-m-45 {
    margin: 450px !important;
  }
  .mobile-l-p-45 {
    padding: 450px !important;
  }
  .mobile-l-m-x-45 {
    margin-left: 450px !important;
    margin-right: 450px !important;
  }
  .mobile-l-m-y-45 {
    margin-top: 450px !important;
    margin-bottom: 450px !important;
  }
  .mobile-l-p-x-45 {
    padding-left: 450px !important;
    padding-right: 450px !important;
  }
  .mobile-l-p-y-45 {
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-46 {
    margin: 460px !important;
  }
  .mobile-l\:p-46 {
    padding: 460px !important;
  }
  .mobile-l\:m-x-46 {
    margin-left: 460px !important;
    margin-right: 460px !important;
  }
  .mobile-l\:m-y-46 {
    margin-top: 460px !important;
    margin-bottom: 460px !important;
  }
  .mobile-l\:p-x-46 {
    padding-left: 460px !important;
    padding-right: 460px !important;
  }
  .mobile-l\:p-y-46 {
    padding-top: 460px !important;
    padding-bottom: 460px !important;
  }
  .mobile-l-m-46 {
    margin: 460px !important;
  }
  .mobile-l-p-46 {
    padding: 460px !important;
  }
  .mobile-l-m-x-46 {
    margin-left: 460px !important;
    margin-right: 460px !important;
  }
  .mobile-l-m-y-46 {
    margin-top: 460px !important;
    margin-bottom: 460px !important;
  }
  .mobile-l-p-x-46 {
    padding-left: 460px !important;
    padding-right: 460px !important;
  }
  .mobile-l-p-y-46 {
    padding-top: 460px !important;
    padding-bottom: 460px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-47 {
    margin: 470px !important;
  }
  .mobile-l\:p-47 {
    padding: 470px !important;
  }
  .mobile-l\:m-x-47 {
    margin-left: 470px !important;
    margin-right: 470px !important;
  }
  .mobile-l\:m-y-47 {
    margin-top: 470px !important;
    margin-bottom: 470px !important;
  }
  .mobile-l\:p-x-47 {
    padding-left: 470px !important;
    padding-right: 470px !important;
  }
  .mobile-l\:p-y-47 {
    padding-top: 470px !important;
    padding-bottom: 470px !important;
  }
  .mobile-l-m-47 {
    margin: 470px !important;
  }
  .mobile-l-p-47 {
    padding: 470px !important;
  }
  .mobile-l-m-x-47 {
    margin-left: 470px !important;
    margin-right: 470px !important;
  }
  .mobile-l-m-y-47 {
    margin-top: 470px !important;
    margin-bottom: 470px !important;
  }
  .mobile-l-p-x-47 {
    padding-left: 470px !important;
    padding-right: 470px !important;
  }
  .mobile-l-p-y-47 {
    padding-top: 470px !important;
    padding-bottom: 470px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-48 {
    margin: 480px !important;
  }
  .mobile-l\:p-48 {
    padding: 480px !important;
  }
  .mobile-l\:m-x-48 {
    margin-left: 480px !important;
    margin-right: 480px !important;
  }
  .mobile-l\:m-y-48 {
    margin-top: 480px !important;
    margin-bottom: 480px !important;
  }
  .mobile-l\:p-x-48 {
    padding-left: 480px !important;
    padding-right: 480px !important;
  }
  .mobile-l\:p-y-48 {
    padding-top: 480px !important;
    padding-bottom: 480px !important;
  }
  .mobile-l-m-48 {
    margin: 480px !important;
  }
  .mobile-l-p-48 {
    padding: 480px !important;
  }
  .mobile-l-m-x-48 {
    margin-left: 480px !important;
    margin-right: 480px !important;
  }
  .mobile-l-m-y-48 {
    margin-top: 480px !important;
    margin-bottom: 480px !important;
  }
  .mobile-l-p-x-48 {
    padding-left: 480px !important;
    padding-right: 480px !important;
  }
  .mobile-l-p-y-48 {
    padding-top: 480px !important;
    padding-bottom: 480px !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-49 {
    margin: 490px !important;
  }
  .mobile-l\:p-49 {
    padding: 490px !important;
  }
  .mobile-l\:m-x-49 {
    margin-left: 490px !important;
    margin-right: 490px !important;
  }
  .mobile-l\:m-y-49 {
    margin-top: 490px !important;
    margin-bottom: 490px !important;
  }
  .mobile-l\:p-x-49 {
    padding-left: 490px !important;
    padding-right: 490px !important;
  }
  .mobile-l\:p-y-49 {
    padding-top: 490px !important;
    padding-bottom: 490px !important;
  }
  .mobile-l-m-49 {
    margin: 490px !important;
  }
  .mobile-l-p-49 {
    padding: 490px !important;
  }
  .mobile-l-m-x-49 {
    margin-left: 490px !important;
    margin-right: 490px !important;
  }
  .mobile-l-m-y-49 {
    margin-top: 490px !important;
    margin-bottom: 490px !important;
  }
  .mobile-l-p-x-49 {
    padding-left: 490px !important;
    padding-right: 490px !important;
  }
  .mobile-l-p-y-49 {
    padding-top: 490px !important;
    padding-bottom: 490px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--10 {
    margin: -100px !important;
  }
  .tablet\:p--10 {
    padding: -100px !important;
  }
  .tablet\:m-x--10 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }
  .tablet\:m-y--10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .tablet\:p-x--10 {
    padding-left: -100px !important;
    padding-right: -100px !important;
  }
  .tablet\:p-y--10 {
    padding-top: -100px !important;
    padding-bottom: -100px !important;
  }
  .tablet-m--10 {
    margin: -100px !important;
  }
  .tablet-p--10 {
    padding: -100px !important;
  }
  .tablet-m-x--10 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }
  .tablet-m-y--10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .tablet-p-x--10 {
    padding-left: -100px !important;
    padding-right: -100px !important;
  }
  .tablet-p-y--10 {
    padding-top: -100px !important;
    padding-bottom: -100px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--9\.9 {
    margin: -99px !important;
  }
  .tablet\:p--9\.9 {
    padding: -99px !important;
  }
  .tablet\:m-x--9\.9 {
    margin-left: -99px !important;
    margin-right: -99px !important;
  }
  .tablet\:m-y--9\.9 {
    margin-top: -99px !important;
    margin-bottom: -99px !important;
  }
  .tablet\:p-x--9\.9 {
    padding-left: -99px !important;
    padding-right: -99px !important;
  }
  .tablet\:p-y--9\.9 {
    padding-top: -99px !important;
    padding-bottom: -99px !important;
  }
  .tablet-m--9\.9 {
    margin: -99px !important;
  }
  .tablet-p--9\.9 {
    padding: -99px !important;
  }
  .tablet-m-x--9\.9 {
    margin-left: -99px !important;
    margin-right: -99px !important;
  }
  .tablet-m-y--9\.9 {
    margin-top: -99px !important;
    margin-bottom: -99px !important;
  }
  .tablet-p-x--9\.9 {
    padding-left: -99px !important;
    padding-right: -99px !important;
  }
  .tablet-p-y--9\.9 {
    padding-top: -99px !important;
    padding-bottom: -99px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--9\.8 {
    margin: -98px !important;
  }
  .tablet\:p--9\.8 {
    padding: -98px !important;
  }
  .tablet\:m-x--9\.8 {
    margin-left: -98px !important;
    margin-right: -98px !important;
  }
  .tablet\:m-y--9\.8 {
    margin-top: -98px !important;
    margin-bottom: -98px !important;
  }
  .tablet\:p-x--9\.8 {
    padding-left: -98px !important;
    padding-right: -98px !important;
  }
  .tablet\:p-y--9\.8 {
    padding-top: -98px !important;
    padding-bottom: -98px !important;
  }
  .tablet-m--9\.8 {
    margin: -98px !important;
  }
  .tablet-p--9\.8 {
    padding: -98px !important;
  }
  .tablet-m-x--9\.8 {
    margin-left: -98px !important;
    margin-right: -98px !important;
  }
  .tablet-m-y--9\.8 {
    margin-top: -98px !important;
    margin-bottom: -98px !important;
  }
  .tablet-p-x--9\.8 {
    padding-left: -98px !important;
    padding-right: -98px !important;
  }
  .tablet-p-y--9\.8 {
    padding-top: -98px !important;
    padding-bottom: -98px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--9\.7 {
    margin: -97px !important;
  }
  .tablet\:p--9\.7 {
    padding: -97px !important;
  }
  .tablet\:m-x--9\.7 {
    margin-left: -97px !important;
    margin-right: -97px !important;
  }
  .tablet\:m-y--9\.7 {
    margin-top: -97px !important;
    margin-bottom: -97px !important;
  }
  .tablet\:p-x--9\.7 {
    padding-left: -97px !important;
    padding-right: -97px !important;
  }
  .tablet\:p-y--9\.7 {
    padding-top: -97px !important;
    padding-bottom: -97px !important;
  }
  .tablet-m--9\.7 {
    margin: -97px !important;
  }
  .tablet-p--9\.7 {
    padding: -97px !important;
  }
  .tablet-m-x--9\.7 {
    margin-left: -97px !important;
    margin-right: -97px !important;
  }
  .tablet-m-y--9\.7 {
    margin-top: -97px !important;
    margin-bottom: -97px !important;
  }
  .tablet-p-x--9\.7 {
    padding-left: -97px !important;
    padding-right: -97px !important;
  }
  .tablet-p-y--9\.7 {
    padding-top: -97px !important;
    padding-bottom: -97px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--9\.6 {
    margin: -96px !important;
  }
  .tablet\:p--9\.6 {
    padding: -96px !important;
  }
  .tablet\:m-x--9\.6 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }
  .tablet\:m-y--9\.6 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
  .tablet\:p-x--9\.6 {
    padding-left: -96px !important;
    padding-right: -96px !important;
  }
  .tablet\:p-y--9\.6 {
    padding-top: -96px !important;
    padding-bottom: -96px !important;
  }
  .tablet-m--9\.6 {
    margin: -96px !important;
  }
  .tablet-p--9\.6 {
    padding: -96px !important;
  }
  .tablet-m-x--9\.6 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }
  .tablet-m-y--9\.6 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
  .tablet-p-x--9\.6 {
    padding-left: -96px !important;
    padding-right: -96px !important;
  }
  .tablet-p-y--9\.6 {
    padding-top: -96px !important;
    padding-bottom: -96px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--9\.5 {
    margin: -95px !important;
  }
  .tablet\:p--9\.5 {
    padding: -95px !important;
  }
  .tablet\:m-x--9\.5 {
    margin-left: -95px !important;
    margin-right: -95px !important;
  }
  .tablet\:m-y--9\.5 {
    margin-top: -95px !important;
    margin-bottom: -95px !important;
  }
  .tablet\:p-x--9\.5 {
    padding-left: -95px !important;
    padding-right: -95px !important;
  }
  .tablet\:p-y--9\.5 {
    padding-top: -95px !important;
    padding-bottom: -95px !important;
  }
  .tablet-m--9\.5 {
    margin: -95px !important;
  }
  .tablet-p--9\.5 {
    padding: -95px !important;
  }
  .tablet-m-x--9\.5 {
    margin-left: -95px !important;
    margin-right: -95px !important;
  }
  .tablet-m-y--9\.5 {
    margin-top: -95px !important;
    margin-bottom: -95px !important;
  }
  .tablet-p-x--9\.5 {
    padding-left: -95px !important;
    padding-right: -95px !important;
  }
  .tablet-p-y--9\.5 {
    padding-top: -95px !important;
    padding-bottom: -95px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--9\.4 {
    margin: -94px !important;
  }
  .tablet\:p--9\.4 {
    padding: -94px !important;
  }
  .tablet\:m-x--9\.4 {
    margin-left: -94px !important;
    margin-right: -94px !important;
  }
  .tablet\:m-y--9\.4 {
    margin-top: -94px !important;
    margin-bottom: -94px !important;
  }
  .tablet\:p-x--9\.4 {
    padding-left: -94px !important;
    padding-right: -94px !important;
  }
  .tablet\:p-y--9\.4 {
    padding-top: -94px !important;
    padding-bottom: -94px !important;
  }
  .tablet-m--9\.4 {
    margin: -94px !important;
  }
  .tablet-p--9\.4 {
    padding: -94px !important;
  }
  .tablet-m-x--9\.4 {
    margin-left: -94px !important;
    margin-right: -94px !important;
  }
  .tablet-m-y--9\.4 {
    margin-top: -94px !important;
    margin-bottom: -94px !important;
  }
  .tablet-p-x--9\.4 {
    padding-left: -94px !important;
    padding-right: -94px !important;
  }
  .tablet-p-y--9\.4 {
    padding-top: -94px !important;
    padding-bottom: -94px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--9\.3 {
    margin: -93px !important;
  }
  .tablet\:p--9\.3 {
    padding: -93px !important;
  }
  .tablet\:m-x--9\.3 {
    margin-left: -93px !important;
    margin-right: -93px !important;
  }
  .tablet\:m-y--9\.3 {
    margin-top: -93px !important;
    margin-bottom: -93px !important;
  }
  .tablet\:p-x--9\.3 {
    padding-left: -93px !important;
    padding-right: -93px !important;
  }
  .tablet\:p-y--9\.3 {
    padding-top: -93px !important;
    padding-bottom: -93px !important;
  }
  .tablet-m--9\.3 {
    margin: -93px !important;
  }
  .tablet-p--9\.3 {
    padding: -93px !important;
  }
  .tablet-m-x--9\.3 {
    margin-left: -93px !important;
    margin-right: -93px !important;
  }
  .tablet-m-y--9\.3 {
    margin-top: -93px !important;
    margin-bottom: -93px !important;
  }
  .tablet-p-x--9\.3 {
    padding-left: -93px !important;
    padding-right: -93px !important;
  }
  .tablet-p-y--9\.3 {
    padding-top: -93px !important;
    padding-bottom: -93px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--9\.2 {
    margin: -92px !important;
  }
  .tablet\:p--9\.2 {
    padding: -92px !important;
  }
  .tablet\:m-x--9\.2 {
    margin-left: -92px !important;
    margin-right: -92px !important;
  }
  .tablet\:m-y--9\.2 {
    margin-top: -92px !important;
    margin-bottom: -92px !important;
  }
  .tablet\:p-x--9\.2 {
    padding-left: -92px !important;
    padding-right: -92px !important;
  }
  .tablet\:p-y--9\.2 {
    padding-top: -92px !important;
    padding-bottom: -92px !important;
  }
  .tablet-m--9\.2 {
    margin: -92px !important;
  }
  .tablet-p--9\.2 {
    padding: -92px !important;
  }
  .tablet-m-x--9\.2 {
    margin-left: -92px !important;
    margin-right: -92px !important;
  }
  .tablet-m-y--9\.2 {
    margin-top: -92px !important;
    margin-bottom: -92px !important;
  }
  .tablet-p-x--9\.2 {
    padding-left: -92px !important;
    padding-right: -92px !important;
  }
  .tablet-p-y--9\.2 {
    padding-top: -92px !important;
    padding-bottom: -92px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--9\.1 {
    margin: -91px !important;
  }
  .tablet\:p--9\.1 {
    padding: -91px !important;
  }
  .tablet\:m-x--9\.1 {
    margin-left: -91px !important;
    margin-right: -91px !important;
  }
  .tablet\:m-y--9\.1 {
    margin-top: -91px !important;
    margin-bottom: -91px !important;
  }
  .tablet\:p-x--9\.1 {
    padding-left: -91px !important;
    padding-right: -91px !important;
  }
  .tablet\:p-y--9\.1 {
    padding-top: -91px !important;
    padding-bottom: -91px !important;
  }
  .tablet-m--9\.1 {
    margin: -91px !important;
  }
  .tablet-p--9\.1 {
    padding: -91px !important;
  }
  .tablet-m-x--9\.1 {
    margin-left: -91px !important;
    margin-right: -91px !important;
  }
  .tablet-m-y--9\.1 {
    margin-top: -91px !important;
    margin-bottom: -91px !important;
  }
  .tablet-p-x--9\.1 {
    padding-left: -91px !important;
    padding-right: -91px !important;
  }
  .tablet-p-y--9\.1 {
    padding-top: -91px !important;
    padding-bottom: -91px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--9 {
    margin: -90px !important;
  }
  .tablet\:p--9 {
    padding: -90px !important;
  }
  .tablet\:m-x--9 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }
  .tablet\:m-y--9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .tablet\:p-x--9 {
    padding-left: -90px !important;
    padding-right: -90px !important;
  }
  .tablet\:p-y--9 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
  .tablet-m--9 {
    margin: -90px !important;
  }
  .tablet-p--9 {
    padding: -90px !important;
  }
  .tablet-m-x--9 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }
  .tablet-m-y--9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .tablet-p-x--9 {
    padding-left: -90px !important;
    padding-right: -90px !important;
  }
  .tablet-p-y--9 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--8\.9 {
    margin: -89px !important;
  }
  .tablet\:p--8\.9 {
    padding: -89px !important;
  }
  .tablet\:m-x--8\.9 {
    margin-left: -89px !important;
    margin-right: -89px !important;
  }
  .tablet\:m-y--8\.9 {
    margin-top: -89px !important;
    margin-bottom: -89px !important;
  }
  .tablet\:p-x--8\.9 {
    padding-left: -89px !important;
    padding-right: -89px !important;
  }
  .tablet\:p-y--8\.9 {
    padding-top: -89px !important;
    padding-bottom: -89px !important;
  }
  .tablet-m--8\.9 {
    margin: -89px !important;
  }
  .tablet-p--8\.9 {
    padding: -89px !important;
  }
  .tablet-m-x--8\.9 {
    margin-left: -89px !important;
    margin-right: -89px !important;
  }
  .tablet-m-y--8\.9 {
    margin-top: -89px !important;
    margin-bottom: -89px !important;
  }
  .tablet-p-x--8\.9 {
    padding-left: -89px !important;
    padding-right: -89px !important;
  }
  .tablet-p-y--8\.9 {
    padding-top: -89px !important;
    padding-bottom: -89px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--8\.8 {
    margin: -88px !important;
  }
  .tablet\:p--8\.8 {
    padding: -88px !important;
  }
  .tablet\:m-x--8\.8 {
    margin-left: -88px !important;
    margin-right: -88px !important;
  }
  .tablet\:m-y--8\.8 {
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }
  .tablet\:p-x--8\.8 {
    padding-left: -88px !important;
    padding-right: -88px !important;
  }
  .tablet\:p-y--8\.8 {
    padding-top: -88px !important;
    padding-bottom: -88px !important;
  }
  .tablet-m--8\.8 {
    margin: -88px !important;
  }
  .tablet-p--8\.8 {
    padding: -88px !important;
  }
  .tablet-m-x--8\.8 {
    margin-left: -88px !important;
    margin-right: -88px !important;
  }
  .tablet-m-y--8\.8 {
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }
  .tablet-p-x--8\.8 {
    padding-left: -88px !important;
    padding-right: -88px !important;
  }
  .tablet-p-y--8\.8 {
    padding-top: -88px !important;
    padding-bottom: -88px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--8\.7 {
    margin: -87px !important;
  }
  .tablet\:p--8\.7 {
    padding: -87px !important;
  }
  .tablet\:m-x--8\.7 {
    margin-left: -87px !important;
    margin-right: -87px !important;
  }
  .tablet\:m-y--8\.7 {
    margin-top: -87px !important;
    margin-bottom: -87px !important;
  }
  .tablet\:p-x--8\.7 {
    padding-left: -87px !important;
    padding-right: -87px !important;
  }
  .tablet\:p-y--8\.7 {
    padding-top: -87px !important;
    padding-bottom: -87px !important;
  }
  .tablet-m--8\.7 {
    margin: -87px !important;
  }
  .tablet-p--8\.7 {
    padding: -87px !important;
  }
  .tablet-m-x--8\.7 {
    margin-left: -87px !important;
    margin-right: -87px !important;
  }
  .tablet-m-y--8\.7 {
    margin-top: -87px !important;
    margin-bottom: -87px !important;
  }
  .tablet-p-x--8\.7 {
    padding-left: -87px !important;
    padding-right: -87px !important;
  }
  .tablet-p-y--8\.7 {
    padding-top: -87px !important;
    padding-bottom: -87px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--8\.6 {
    margin: -86px !important;
  }
  .tablet\:p--8\.6 {
    padding: -86px !important;
  }
  .tablet\:m-x--8\.6 {
    margin-left: -86px !important;
    margin-right: -86px !important;
  }
  .tablet\:m-y--8\.6 {
    margin-top: -86px !important;
    margin-bottom: -86px !important;
  }
  .tablet\:p-x--8\.6 {
    padding-left: -86px !important;
    padding-right: -86px !important;
  }
  .tablet\:p-y--8\.6 {
    padding-top: -86px !important;
    padding-bottom: -86px !important;
  }
  .tablet-m--8\.6 {
    margin: -86px !important;
  }
  .tablet-p--8\.6 {
    padding: -86px !important;
  }
  .tablet-m-x--8\.6 {
    margin-left: -86px !important;
    margin-right: -86px !important;
  }
  .tablet-m-y--8\.6 {
    margin-top: -86px !important;
    margin-bottom: -86px !important;
  }
  .tablet-p-x--8\.6 {
    padding-left: -86px !important;
    padding-right: -86px !important;
  }
  .tablet-p-y--8\.6 {
    padding-top: -86px !important;
    padding-bottom: -86px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--8\.5 {
    margin: -85px !important;
  }
  .tablet\:p--8\.5 {
    padding: -85px !important;
  }
  .tablet\:m-x--8\.5 {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }
  .tablet\:m-y--8\.5 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }
  .tablet\:p-x--8\.5 {
    padding-left: -85px !important;
    padding-right: -85px !important;
  }
  .tablet\:p-y--8\.5 {
    padding-top: -85px !important;
    padding-bottom: -85px !important;
  }
  .tablet-m--8\.5 {
    margin: -85px !important;
  }
  .tablet-p--8\.5 {
    padding: -85px !important;
  }
  .tablet-m-x--8\.5 {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }
  .tablet-m-y--8\.5 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }
  .tablet-p-x--8\.5 {
    padding-left: -85px !important;
    padding-right: -85px !important;
  }
  .tablet-p-y--8\.5 {
    padding-top: -85px !important;
    padding-bottom: -85px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--8\.4 {
    margin: -84px !important;
  }
  .tablet\:p--8\.4 {
    padding: -84px !important;
  }
  .tablet\:m-x--8\.4 {
    margin-left: -84px !important;
    margin-right: -84px !important;
  }
  .tablet\:m-y--8\.4 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }
  .tablet\:p-x--8\.4 {
    padding-left: -84px !important;
    padding-right: -84px !important;
  }
  .tablet\:p-y--8\.4 {
    padding-top: -84px !important;
    padding-bottom: -84px !important;
  }
  .tablet-m--8\.4 {
    margin: -84px !important;
  }
  .tablet-p--8\.4 {
    padding: -84px !important;
  }
  .tablet-m-x--8\.4 {
    margin-left: -84px !important;
    margin-right: -84px !important;
  }
  .tablet-m-y--8\.4 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }
  .tablet-p-x--8\.4 {
    padding-left: -84px !important;
    padding-right: -84px !important;
  }
  .tablet-p-y--8\.4 {
    padding-top: -84px !important;
    padding-bottom: -84px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--8\.3 {
    margin: -83px !important;
  }
  .tablet\:p--8\.3 {
    padding: -83px !important;
  }
  .tablet\:m-x--8\.3 {
    margin-left: -83px !important;
    margin-right: -83px !important;
  }
  .tablet\:m-y--8\.3 {
    margin-top: -83px !important;
    margin-bottom: -83px !important;
  }
  .tablet\:p-x--8\.3 {
    padding-left: -83px !important;
    padding-right: -83px !important;
  }
  .tablet\:p-y--8\.3 {
    padding-top: -83px !important;
    padding-bottom: -83px !important;
  }
  .tablet-m--8\.3 {
    margin: -83px !important;
  }
  .tablet-p--8\.3 {
    padding: -83px !important;
  }
  .tablet-m-x--8\.3 {
    margin-left: -83px !important;
    margin-right: -83px !important;
  }
  .tablet-m-y--8\.3 {
    margin-top: -83px !important;
    margin-bottom: -83px !important;
  }
  .tablet-p-x--8\.3 {
    padding-left: -83px !important;
    padding-right: -83px !important;
  }
  .tablet-p-y--8\.3 {
    padding-top: -83px !important;
    padding-bottom: -83px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--8\.2 {
    margin: -82px !important;
  }
  .tablet\:p--8\.2 {
    padding: -82px !important;
  }
  .tablet\:m-x--8\.2 {
    margin-left: -82px !important;
    margin-right: -82px !important;
  }
  .tablet\:m-y--8\.2 {
    margin-top: -82px !important;
    margin-bottom: -82px !important;
  }
  .tablet\:p-x--8\.2 {
    padding-left: -82px !important;
    padding-right: -82px !important;
  }
  .tablet\:p-y--8\.2 {
    padding-top: -82px !important;
    padding-bottom: -82px !important;
  }
  .tablet-m--8\.2 {
    margin: -82px !important;
  }
  .tablet-p--8\.2 {
    padding: -82px !important;
  }
  .tablet-m-x--8\.2 {
    margin-left: -82px !important;
    margin-right: -82px !important;
  }
  .tablet-m-y--8\.2 {
    margin-top: -82px !important;
    margin-bottom: -82px !important;
  }
  .tablet-p-x--8\.2 {
    padding-left: -82px !important;
    padding-right: -82px !important;
  }
  .tablet-p-y--8\.2 {
    padding-top: -82px !important;
    padding-bottom: -82px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--8\.1 {
    margin: -81px !important;
  }
  .tablet\:p--8\.1 {
    padding: -81px !important;
  }
  .tablet\:m-x--8\.1 {
    margin-left: -81px !important;
    margin-right: -81px !important;
  }
  .tablet\:m-y--8\.1 {
    margin-top: -81px !important;
    margin-bottom: -81px !important;
  }
  .tablet\:p-x--8\.1 {
    padding-left: -81px !important;
    padding-right: -81px !important;
  }
  .tablet\:p-y--8\.1 {
    padding-top: -81px !important;
    padding-bottom: -81px !important;
  }
  .tablet-m--8\.1 {
    margin: -81px !important;
  }
  .tablet-p--8\.1 {
    padding: -81px !important;
  }
  .tablet-m-x--8\.1 {
    margin-left: -81px !important;
    margin-right: -81px !important;
  }
  .tablet-m-y--8\.1 {
    margin-top: -81px !important;
    margin-bottom: -81px !important;
  }
  .tablet-p-x--8\.1 {
    padding-left: -81px !important;
    padding-right: -81px !important;
  }
  .tablet-p-y--8\.1 {
    padding-top: -81px !important;
    padding-bottom: -81px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--8 {
    margin: -80px !important;
  }
  .tablet\:p--8 {
    padding: -80px !important;
  }
  .tablet\:m-x--8 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }
  .tablet\:m-y--8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .tablet\:p-x--8 {
    padding-left: -80px !important;
    padding-right: -80px !important;
  }
  .tablet\:p-y--8 {
    padding-top: -80px !important;
    padding-bottom: -80px !important;
  }
  .tablet-m--8 {
    margin: -80px !important;
  }
  .tablet-p--8 {
    padding: -80px !important;
  }
  .tablet-m-x--8 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }
  .tablet-m-y--8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .tablet-p-x--8 {
    padding-left: -80px !important;
    padding-right: -80px !important;
  }
  .tablet-p-y--8 {
    padding-top: -80px !important;
    padding-bottom: -80px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--7\.9 {
    margin: -79px !important;
  }
  .tablet\:p--7\.9 {
    padding: -79px !important;
  }
  .tablet\:m-x--7\.9 {
    margin-left: -79px !important;
    margin-right: -79px !important;
  }
  .tablet\:m-y--7\.9 {
    margin-top: -79px !important;
    margin-bottom: -79px !important;
  }
  .tablet\:p-x--7\.9 {
    padding-left: -79px !important;
    padding-right: -79px !important;
  }
  .tablet\:p-y--7\.9 {
    padding-top: -79px !important;
    padding-bottom: -79px !important;
  }
  .tablet-m--7\.9 {
    margin: -79px !important;
  }
  .tablet-p--7\.9 {
    padding: -79px !important;
  }
  .tablet-m-x--7\.9 {
    margin-left: -79px !important;
    margin-right: -79px !important;
  }
  .tablet-m-y--7\.9 {
    margin-top: -79px !important;
    margin-bottom: -79px !important;
  }
  .tablet-p-x--7\.9 {
    padding-left: -79px !important;
    padding-right: -79px !important;
  }
  .tablet-p-y--7\.9 {
    padding-top: -79px !important;
    padding-bottom: -79px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--7\.8 {
    margin: -78px !important;
  }
  .tablet\:p--7\.8 {
    padding: -78px !important;
  }
  .tablet\:m-x--7\.8 {
    margin-left: -78px !important;
    margin-right: -78px !important;
  }
  .tablet\:m-y--7\.8 {
    margin-top: -78px !important;
    margin-bottom: -78px !important;
  }
  .tablet\:p-x--7\.8 {
    padding-left: -78px !important;
    padding-right: -78px !important;
  }
  .tablet\:p-y--7\.8 {
    padding-top: -78px !important;
    padding-bottom: -78px !important;
  }
  .tablet-m--7\.8 {
    margin: -78px !important;
  }
  .tablet-p--7\.8 {
    padding: -78px !important;
  }
  .tablet-m-x--7\.8 {
    margin-left: -78px !important;
    margin-right: -78px !important;
  }
  .tablet-m-y--7\.8 {
    margin-top: -78px !important;
    margin-bottom: -78px !important;
  }
  .tablet-p-x--7\.8 {
    padding-left: -78px !important;
    padding-right: -78px !important;
  }
  .tablet-p-y--7\.8 {
    padding-top: -78px !important;
    padding-bottom: -78px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--7\.7 {
    margin: -77px !important;
  }
  .tablet\:p--7\.7 {
    padding: -77px !important;
  }
  .tablet\:m-x--7\.7 {
    margin-left: -77px !important;
    margin-right: -77px !important;
  }
  .tablet\:m-y--7\.7 {
    margin-top: -77px !important;
    margin-bottom: -77px !important;
  }
  .tablet\:p-x--7\.7 {
    padding-left: -77px !important;
    padding-right: -77px !important;
  }
  .tablet\:p-y--7\.7 {
    padding-top: -77px !important;
    padding-bottom: -77px !important;
  }
  .tablet-m--7\.7 {
    margin: -77px !important;
  }
  .tablet-p--7\.7 {
    padding: -77px !important;
  }
  .tablet-m-x--7\.7 {
    margin-left: -77px !important;
    margin-right: -77px !important;
  }
  .tablet-m-y--7\.7 {
    margin-top: -77px !important;
    margin-bottom: -77px !important;
  }
  .tablet-p-x--7\.7 {
    padding-left: -77px !important;
    padding-right: -77px !important;
  }
  .tablet-p-y--7\.7 {
    padding-top: -77px !important;
    padding-bottom: -77px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--7\.6 {
    margin: -76px !important;
  }
  .tablet\:p--7\.6 {
    padding: -76px !important;
  }
  .tablet\:m-x--7\.6 {
    margin-left: -76px !important;
    margin-right: -76px !important;
  }
  .tablet\:m-y--7\.6 {
    margin-top: -76px !important;
    margin-bottom: -76px !important;
  }
  .tablet\:p-x--7\.6 {
    padding-left: -76px !important;
    padding-right: -76px !important;
  }
  .tablet\:p-y--7\.6 {
    padding-top: -76px !important;
    padding-bottom: -76px !important;
  }
  .tablet-m--7\.6 {
    margin: -76px !important;
  }
  .tablet-p--7\.6 {
    padding: -76px !important;
  }
  .tablet-m-x--7\.6 {
    margin-left: -76px !important;
    margin-right: -76px !important;
  }
  .tablet-m-y--7\.6 {
    margin-top: -76px !important;
    margin-bottom: -76px !important;
  }
  .tablet-p-x--7\.6 {
    padding-left: -76px !important;
    padding-right: -76px !important;
  }
  .tablet-p-y--7\.6 {
    padding-top: -76px !important;
    padding-bottom: -76px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--7\.5 {
    margin: -75px !important;
  }
  .tablet\:p--7\.5 {
    padding: -75px !important;
  }
  .tablet\:m-x--7\.5 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }
  .tablet\:m-y--7\.5 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }
  .tablet\:p-x--7\.5 {
    padding-left: -75px !important;
    padding-right: -75px !important;
  }
  .tablet\:p-y--7\.5 {
    padding-top: -75px !important;
    padding-bottom: -75px !important;
  }
  .tablet-m--7\.5 {
    margin: -75px !important;
  }
  .tablet-p--7\.5 {
    padding: -75px !important;
  }
  .tablet-m-x--7\.5 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }
  .tablet-m-y--7\.5 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }
  .tablet-p-x--7\.5 {
    padding-left: -75px !important;
    padding-right: -75px !important;
  }
  .tablet-p-y--7\.5 {
    padding-top: -75px !important;
    padding-bottom: -75px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--7\.4 {
    margin: -74px !important;
  }
  .tablet\:p--7\.4 {
    padding: -74px !important;
  }
  .tablet\:m-x--7\.4 {
    margin-left: -74px !important;
    margin-right: -74px !important;
  }
  .tablet\:m-y--7\.4 {
    margin-top: -74px !important;
    margin-bottom: -74px !important;
  }
  .tablet\:p-x--7\.4 {
    padding-left: -74px !important;
    padding-right: -74px !important;
  }
  .tablet\:p-y--7\.4 {
    padding-top: -74px !important;
    padding-bottom: -74px !important;
  }
  .tablet-m--7\.4 {
    margin: -74px !important;
  }
  .tablet-p--7\.4 {
    padding: -74px !important;
  }
  .tablet-m-x--7\.4 {
    margin-left: -74px !important;
    margin-right: -74px !important;
  }
  .tablet-m-y--7\.4 {
    margin-top: -74px !important;
    margin-bottom: -74px !important;
  }
  .tablet-p-x--7\.4 {
    padding-left: -74px !important;
    padding-right: -74px !important;
  }
  .tablet-p-y--7\.4 {
    padding-top: -74px !important;
    padding-bottom: -74px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--7\.3 {
    margin: -73px !important;
  }
  .tablet\:p--7\.3 {
    padding: -73px !important;
  }
  .tablet\:m-x--7\.3 {
    margin-left: -73px !important;
    margin-right: -73px !important;
  }
  .tablet\:m-y--7\.3 {
    margin-top: -73px !important;
    margin-bottom: -73px !important;
  }
  .tablet\:p-x--7\.3 {
    padding-left: -73px !important;
    padding-right: -73px !important;
  }
  .tablet\:p-y--7\.3 {
    padding-top: -73px !important;
    padding-bottom: -73px !important;
  }
  .tablet-m--7\.3 {
    margin: -73px !important;
  }
  .tablet-p--7\.3 {
    padding: -73px !important;
  }
  .tablet-m-x--7\.3 {
    margin-left: -73px !important;
    margin-right: -73px !important;
  }
  .tablet-m-y--7\.3 {
    margin-top: -73px !important;
    margin-bottom: -73px !important;
  }
  .tablet-p-x--7\.3 {
    padding-left: -73px !important;
    padding-right: -73px !important;
  }
  .tablet-p-y--7\.3 {
    padding-top: -73px !important;
    padding-bottom: -73px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--7\.2 {
    margin: -72px !important;
  }
  .tablet\:p--7\.2 {
    padding: -72px !important;
  }
  .tablet\:m-x--7\.2 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }
  .tablet\:m-y--7\.2 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .tablet\:p-x--7\.2 {
    padding-left: -72px !important;
    padding-right: -72px !important;
  }
  .tablet\:p-y--7\.2 {
    padding-top: -72px !important;
    padding-bottom: -72px !important;
  }
  .tablet-m--7\.2 {
    margin: -72px !important;
  }
  .tablet-p--7\.2 {
    padding: -72px !important;
  }
  .tablet-m-x--7\.2 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }
  .tablet-m-y--7\.2 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .tablet-p-x--7\.2 {
    padding-left: -72px !important;
    padding-right: -72px !important;
  }
  .tablet-p-y--7\.2 {
    padding-top: -72px !important;
    padding-bottom: -72px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--7\.1 {
    margin: -71px !important;
  }
  .tablet\:p--7\.1 {
    padding: -71px !important;
  }
  .tablet\:m-x--7\.1 {
    margin-left: -71px !important;
    margin-right: -71px !important;
  }
  .tablet\:m-y--7\.1 {
    margin-top: -71px !important;
    margin-bottom: -71px !important;
  }
  .tablet\:p-x--7\.1 {
    padding-left: -71px !important;
    padding-right: -71px !important;
  }
  .tablet\:p-y--7\.1 {
    padding-top: -71px !important;
    padding-bottom: -71px !important;
  }
  .tablet-m--7\.1 {
    margin: -71px !important;
  }
  .tablet-p--7\.1 {
    padding: -71px !important;
  }
  .tablet-m-x--7\.1 {
    margin-left: -71px !important;
    margin-right: -71px !important;
  }
  .tablet-m-y--7\.1 {
    margin-top: -71px !important;
    margin-bottom: -71px !important;
  }
  .tablet-p-x--7\.1 {
    padding-left: -71px !important;
    padding-right: -71px !important;
  }
  .tablet-p-y--7\.1 {
    padding-top: -71px !important;
    padding-bottom: -71px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--7 {
    margin: -70px !important;
  }
  .tablet\:p--7 {
    padding: -70px !important;
  }
  .tablet\:m-x--7 {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }
  .tablet\:m-y--7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }
  .tablet\:p-x--7 {
    padding-left: -70px !important;
    padding-right: -70px !important;
  }
  .tablet\:p-y--7 {
    padding-top: -70px !important;
    padding-bottom: -70px !important;
  }
  .tablet-m--7 {
    margin: -70px !important;
  }
  .tablet-p--7 {
    padding: -70px !important;
  }
  .tablet-m-x--7 {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }
  .tablet-m-y--7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }
  .tablet-p-x--7 {
    padding-left: -70px !important;
    padding-right: -70px !important;
  }
  .tablet-p-y--7 {
    padding-top: -70px !important;
    padding-bottom: -70px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--6\.9 {
    margin: -69px !important;
  }
  .tablet\:p--6\.9 {
    padding: -69px !important;
  }
  .tablet\:m-x--6\.9 {
    margin-left: -69px !important;
    margin-right: -69px !important;
  }
  .tablet\:m-y--6\.9 {
    margin-top: -69px !important;
    margin-bottom: -69px !important;
  }
  .tablet\:p-x--6\.9 {
    padding-left: -69px !important;
    padding-right: -69px !important;
  }
  .tablet\:p-y--6\.9 {
    padding-top: -69px !important;
    padding-bottom: -69px !important;
  }
  .tablet-m--6\.9 {
    margin: -69px !important;
  }
  .tablet-p--6\.9 {
    padding: -69px !important;
  }
  .tablet-m-x--6\.9 {
    margin-left: -69px !important;
    margin-right: -69px !important;
  }
  .tablet-m-y--6\.9 {
    margin-top: -69px !important;
    margin-bottom: -69px !important;
  }
  .tablet-p-x--6\.9 {
    padding-left: -69px !important;
    padding-right: -69px !important;
  }
  .tablet-p-y--6\.9 {
    padding-top: -69px !important;
    padding-bottom: -69px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--6\.8 {
    margin: -68px !important;
  }
  .tablet\:p--6\.8 {
    padding: -68px !important;
  }
  .tablet\:m-x--6\.8 {
    margin-left: -68px !important;
    margin-right: -68px !important;
  }
  .tablet\:m-y--6\.8 {
    margin-top: -68px !important;
    margin-bottom: -68px !important;
  }
  .tablet\:p-x--6\.8 {
    padding-left: -68px !important;
    padding-right: -68px !important;
  }
  .tablet\:p-y--6\.8 {
    padding-top: -68px !important;
    padding-bottom: -68px !important;
  }
  .tablet-m--6\.8 {
    margin: -68px !important;
  }
  .tablet-p--6\.8 {
    padding: -68px !important;
  }
  .tablet-m-x--6\.8 {
    margin-left: -68px !important;
    margin-right: -68px !important;
  }
  .tablet-m-y--6\.8 {
    margin-top: -68px !important;
    margin-bottom: -68px !important;
  }
  .tablet-p-x--6\.8 {
    padding-left: -68px !important;
    padding-right: -68px !important;
  }
  .tablet-p-y--6\.8 {
    padding-top: -68px !important;
    padding-bottom: -68px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--6\.7 {
    margin: -67px !important;
  }
  .tablet\:p--6\.7 {
    padding: -67px !important;
  }
  .tablet\:m-x--6\.7 {
    margin-left: -67px !important;
    margin-right: -67px !important;
  }
  .tablet\:m-y--6\.7 {
    margin-top: -67px !important;
    margin-bottom: -67px !important;
  }
  .tablet\:p-x--6\.7 {
    padding-left: -67px !important;
    padding-right: -67px !important;
  }
  .tablet\:p-y--6\.7 {
    padding-top: -67px !important;
    padding-bottom: -67px !important;
  }
  .tablet-m--6\.7 {
    margin: -67px !important;
  }
  .tablet-p--6\.7 {
    padding: -67px !important;
  }
  .tablet-m-x--6\.7 {
    margin-left: -67px !important;
    margin-right: -67px !important;
  }
  .tablet-m-y--6\.7 {
    margin-top: -67px !important;
    margin-bottom: -67px !important;
  }
  .tablet-p-x--6\.7 {
    padding-left: -67px !important;
    padding-right: -67px !important;
  }
  .tablet-p-y--6\.7 {
    padding-top: -67px !important;
    padding-bottom: -67px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--6\.6 {
    margin: -66px !important;
  }
  .tablet\:p--6\.6 {
    padding: -66px !important;
  }
  .tablet\:m-x--6\.6 {
    margin-left: -66px !important;
    margin-right: -66px !important;
  }
  .tablet\:m-y--6\.6 {
    margin-top: -66px !important;
    margin-bottom: -66px !important;
  }
  .tablet\:p-x--6\.6 {
    padding-left: -66px !important;
    padding-right: -66px !important;
  }
  .tablet\:p-y--6\.6 {
    padding-top: -66px !important;
    padding-bottom: -66px !important;
  }
  .tablet-m--6\.6 {
    margin: -66px !important;
  }
  .tablet-p--6\.6 {
    padding: -66px !important;
  }
  .tablet-m-x--6\.6 {
    margin-left: -66px !important;
    margin-right: -66px !important;
  }
  .tablet-m-y--6\.6 {
    margin-top: -66px !important;
    margin-bottom: -66px !important;
  }
  .tablet-p-x--6\.6 {
    padding-left: -66px !important;
    padding-right: -66px !important;
  }
  .tablet-p-y--6\.6 {
    padding-top: -66px !important;
    padding-bottom: -66px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--6\.5 {
    margin: -65px !important;
  }
  .tablet\:p--6\.5 {
    padding: -65px !important;
  }
  .tablet\:m-x--6\.5 {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }
  .tablet\:m-y--6\.5 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }
  .tablet\:p-x--6\.5 {
    padding-left: -65px !important;
    padding-right: -65px !important;
  }
  .tablet\:p-y--6\.5 {
    padding-top: -65px !important;
    padding-bottom: -65px !important;
  }
  .tablet-m--6\.5 {
    margin: -65px !important;
  }
  .tablet-p--6\.5 {
    padding: -65px !important;
  }
  .tablet-m-x--6\.5 {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }
  .tablet-m-y--6\.5 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }
  .tablet-p-x--6\.5 {
    padding-left: -65px !important;
    padding-right: -65px !important;
  }
  .tablet-p-y--6\.5 {
    padding-top: -65px !important;
    padding-bottom: -65px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--6\.4 {
    margin: -64px !important;
  }
  .tablet\:p--6\.4 {
    padding: -64px !important;
  }
  .tablet\:m-x--6\.4 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }
  .tablet\:m-y--6\.4 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .tablet\:p-x--6\.4 {
    padding-left: -64px !important;
    padding-right: -64px !important;
  }
  .tablet\:p-y--6\.4 {
    padding-top: -64px !important;
    padding-bottom: -64px !important;
  }
  .tablet-m--6\.4 {
    margin: -64px !important;
  }
  .tablet-p--6\.4 {
    padding: -64px !important;
  }
  .tablet-m-x--6\.4 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }
  .tablet-m-y--6\.4 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .tablet-p-x--6\.4 {
    padding-left: -64px !important;
    padding-right: -64px !important;
  }
  .tablet-p-y--6\.4 {
    padding-top: -64px !important;
    padding-bottom: -64px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--6\.3 {
    margin: -63px !important;
  }
  .tablet\:p--6\.3 {
    padding: -63px !important;
  }
  .tablet\:m-x--6\.3 {
    margin-left: -63px !important;
    margin-right: -63px !important;
  }
  .tablet\:m-y--6\.3 {
    margin-top: -63px !important;
    margin-bottom: -63px !important;
  }
  .tablet\:p-x--6\.3 {
    padding-left: -63px !important;
    padding-right: -63px !important;
  }
  .tablet\:p-y--6\.3 {
    padding-top: -63px !important;
    padding-bottom: -63px !important;
  }
  .tablet-m--6\.3 {
    margin: -63px !important;
  }
  .tablet-p--6\.3 {
    padding: -63px !important;
  }
  .tablet-m-x--6\.3 {
    margin-left: -63px !important;
    margin-right: -63px !important;
  }
  .tablet-m-y--6\.3 {
    margin-top: -63px !important;
    margin-bottom: -63px !important;
  }
  .tablet-p-x--6\.3 {
    padding-left: -63px !important;
    padding-right: -63px !important;
  }
  .tablet-p-y--6\.3 {
    padding-top: -63px !important;
    padding-bottom: -63px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--6\.2 {
    margin: -62px !important;
  }
  .tablet\:p--6\.2 {
    padding: -62px !important;
  }
  .tablet\:m-x--6\.2 {
    margin-left: -62px !important;
    margin-right: -62px !important;
  }
  .tablet\:m-y--6\.2 {
    margin-top: -62px !important;
    margin-bottom: -62px !important;
  }
  .tablet\:p-x--6\.2 {
    padding-left: -62px !important;
    padding-right: -62px !important;
  }
  .tablet\:p-y--6\.2 {
    padding-top: -62px !important;
    padding-bottom: -62px !important;
  }
  .tablet-m--6\.2 {
    margin: -62px !important;
  }
  .tablet-p--6\.2 {
    padding: -62px !important;
  }
  .tablet-m-x--6\.2 {
    margin-left: -62px !important;
    margin-right: -62px !important;
  }
  .tablet-m-y--6\.2 {
    margin-top: -62px !important;
    margin-bottom: -62px !important;
  }
  .tablet-p-x--6\.2 {
    padding-left: -62px !important;
    padding-right: -62px !important;
  }
  .tablet-p-y--6\.2 {
    padding-top: -62px !important;
    padding-bottom: -62px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--6\.1 {
    margin: -61px !important;
  }
  .tablet\:p--6\.1 {
    padding: -61px !important;
  }
  .tablet\:m-x--6\.1 {
    margin-left: -61px !important;
    margin-right: -61px !important;
  }
  .tablet\:m-y--6\.1 {
    margin-top: -61px !important;
    margin-bottom: -61px !important;
  }
  .tablet\:p-x--6\.1 {
    padding-left: -61px !important;
    padding-right: -61px !important;
  }
  .tablet\:p-y--6\.1 {
    padding-top: -61px !important;
    padding-bottom: -61px !important;
  }
  .tablet-m--6\.1 {
    margin: -61px !important;
  }
  .tablet-p--6\.1 {
    padding: -61px !important;
  }
  .tablet-m-x--6\.1 {
    margin-left: -61px !important;
    margin-right: -61px !important;
  }
  .tablet-m-y--6\.1 {
    margin-top: -61px !important;
    margin-bottom: -61px !important;
  }
  .tablet-p-x--6\.1 {
    padding-left: -61px !important;
    padding-right: -61px !important;
  }
  .tablet-p-y--6\.1 {
    padding-top: -61px !important;
    padding-bottom: -61px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--6 {
    margin: -60px !important;
  }
  .tablet\:p--6 {
    padding: -60px !important;
  }
  .tablet\:m-x--6 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }
  .tablet\:m-y--6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .tablet\:p-x--6 {
    padding-left: -60px !important;
    padding-right: -60px !important;
  }
  .tablet\:p-y--6 {
    padding-top: -60px !important;
    padding-bottom: -60px !important;
  }
  .tablet-m--6 {
    margin: -60px !important;
  }
  .tablet-p--6 {
    padding: -60px !important;
  }
  .tablet-m-x--6 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }
  .tablet-m-y--6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .tablet-p-x--6 {
    padding-left: -60px !important;
    padding-right: -60px !important;
  }
  .tablet-p-y--6 {
    padding-top: -60px !important;
    padding-bottom: -60px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--5\.9 {
    margin: -59px !important;
  }
  .tablet\:p--5\.9 {
    padding: -59px !important;
  }
  .tablet\:m-x--5\.9 {
    margin-left: -59px !important;
    margin-right: -59px !important;
  }
  .tablet\:m-y--5\.9 {
    margin-top: -59px !important;
    margin-bottom: -59px !important;
  }
  .tablet\:p-x--5\.9 {
    padding-left: -59px !important;
    padding-right: -59px !important;
  }
  .tablet\:p-y--5\.9 {
    padding-top: -59px !important;
    padding-bottom: -59px !important;
  }
  .tablet-m--5\.9 {
    margin: -59px !important;
  }
  .tablet-p--5\.9 {
    padding: -59px !important;
  }
  .tablet-m-x--5\.9 {
    margin-left: -59px !important;
    margin-right: -59px !important;
  }
  .tablet-m-y--5\.9 {
    margin-top: -59px !important;
    margin-bottom: -59px !important;
  }
  .tablet-p-x--5\.9 {
    padding-left: -59px !important;
    padding-right: -59px !important;
  }
  .tablet-p-y--5\.9 {
    padding-top: -59px !important;
    padding-bottom: -59px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--5\.8 {
    margin: -58px !important;
  }
  .tablet\:p--5\.8 {
    padding: -58px !important;
  }
  .tablet\:m-x--5\.8 {
    margin-left: -58px !important;
    margin-right: -58px !important;
  }
  .tablet\:m-y--5\.8 {
    margin-top: -58px !important;
    margin-bottom: -58px !important;
  }
  .tablet\:p-x--5\.8 {
    padding-left: -58px !important;
    padding-right: -58px !important;
  }
  .tablet\:p-y--5\.8 {
    padding-top: -58px !important;
    padding-bottom: -58px !important;
  }
  .tablet-m--5\.8 {
    margin: -58px !important;
  }
  .tablet-p--5\.8 {
    padding: -58px !important;
  }
  .tablet-m-x--5\.8 {
    margin-left: -58px !important;
    margin-right: -58px !important;
  }
  .tablet-m-y--5\.8 {
    margin-top: -58px !important;
    margin-bottom: -58px !important;
  }
  .tablet-p-x--5\.8 {
    padding-left: -58px !important;
    padding-right: -58px !important;
  }
  .tablet-p-y--5\.8 {
    padding-top: -58px !important;
    padding-bottom: -58px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--5\.7 {
    margin: -57px !important;
  }
  .tablet\:p--5\.7 {
    padding: -57px !important;
  }
  .tablet\:m-x--5\.7 {
    margin-left: -57px !important;
    margin-right: -57px !important;
  }
  .tablet\:m-y--5\.7 {
    margin-top: -57px !important;
    margin-bottom: -57px !important;
  }
  .tablet\:p-x--5\.7 {
    padding-left: -57px !important;
    padding-right: -57px !important;
  }
  .tablet\:p-y--5\.7 {
    padding-top: -57px !important;
    padding-bottom: -57px !important;
  }
  .tablet-m--5\.7 {
    margin: -57px !important;
  }
  .tablet-p--5\.7 {
    padding: -57px !important;
  }
  .tablet-m-x--5\.7 {
    margin-left: -57px !important;
    margin-right: -57px !important;
  }
  .tablet-m-y--5\.7 {
    margin-top: -57px !important;
    margin-bottom: -57px !important;
  }
  .tablet-p-x--5\.7 {
    padding-left: -57px !important;
    padding-right: -57px !important;
  }
  .tablet-p-y--5\.7 {
    padding-top: -57px !important;
    padding-bottom: -57px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--5\.6 {
    margin: -56px !important;
  }
  .tablet\:p--5\.6 {
    padding: -56px !important;
  }
  .tablet\:m-x--5\.6 {
    margin-left: -56px !important;
    margin-right: -56px !important;
  }
  .tablet\:m-y--5\.6 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .tablet\:p-x--5\.6 {
    padding-left: -56px !important;
    padding-right: -56px !important;
  }
  .tablet\:p-y--5\.6 {
    padding-top: -56px !important;
    padding-bottom: -56px !important;
  }
  .tablet-m--5\.6 {
    margin: -56px !important;
  }
  .tablet-p--5\.6 {
    padding: -56px !important;
  }
  .tablet-m-x--5\.6 {
    margin-left: -56px !important;
    margin-right: -56px !important;
  }
  .tablet-m-y--5\.6 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .tablet-p-x--5\.6 {
    padding-left: -56px !important;
    padding-right: -56px !important;
  }
  .tablet-p-y--5\.6 {
    padding-top: -56px !important;
    padding-bottom: -56px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--5\.5 {
    margin: -55px !important;
  }
  .tablet\:p--5\.5 {
    padding: -55px !important;
  }
  .tablet\:m-x--5\.5 {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }
  .tablet\:m-y--5\.5 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .tablet\:p-x--5\.5 {
    padding-left: -55px !important;
    padding-right: -55px !important;
  }
  .tablet\:p-y--5\.5 {
    padding-top: -55px !important;
    padding-bottom: -55px !important;
  }
  .tablet-m--5\.5 {
    margin: -55px !important;
  }
  .tablet-p--5\.5 {
    padding: -55px !important;
  }
  .tablet-m-x--5\.5 {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }
  .tablet-m-y--5\.5 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .tablet-p-x--5\.5 {
    padding-left: -55px !important;
    padding-right: -55px !important;
  }
  .tablet-p-y--5\.5 {
    padding-top: -55px !important;
    padding-bottom: -55px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--5\.4 {
    margin: -54px !important;
  }
  .tablet\:p--5\.4 {
    padding: -54px !important;
  }
  .tablet\:m-x--5\.4 {
    margin-left: -54px !important;
    margin-right: -54px !important;
  }
  .tablet\:m-y--5\.4 {
    margin-top: -54px !important;
    margin-bottom: -54px !important;
  }
  .tablet\:p-x--5\.4 {
    padding-left: -54px !important;
    padding-right: -54px !important;
  }
  .tablet\:p-y--5\.4 {
    padding-top: -54px !important;
    padding-bottom: -54px !important;
  }
  .tablet-m--5\.4 {
    margin: -54px !important;
  }
  .tablet-p--5\.4 {
    padding: -54px !important;
  }
  .tablet-m-x--5\.4 {
    margin-left: -54px !important;
    margin-right: -54px !important;
  }
  .tablet-m-y--5\.4 {
    margin-top: -54px !important;
    margin-bottom: -54px !important;
  }
  .tablet-p-x--5\.4 {
    padding-left: -54px !important;
    padding-right: -54px !important;
  }
  .tablet-p-y--5\.4 {
    padding-top: -54px !important;
    padding-bottom: -54px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--5\.3 {
    margin: -53px !important;
  }
  .tablet\:p--5\.3 {
    padding: -53px !important;
  }
  .tablet\:m-x--5\.3 {
    margin-left: -53px !important;
    margin-right: -53px !important;
  }
  .tablet\:m-y--5\.3 {
    margin-top: -53px !important;
    margin-bottom: -53px !important;
  }
  .tablet\:p-x--5\.3 {
    padding-left: -53px !important;
    padding-right: -53px !important;
  }
  .tablet\:p-y--5\.3 {
    padding-top: -53px !important;
    padding-bottom: -53px !important;
  }
  .tablet-m--5\.3 {
    margin: -53px !important;
  }
  .tablet-p--5\.3 {
    padding: -53px !important;
  }
  .tablet-m-x--5\.3 {
    margin-left: -53px !important;
    margin-right: -53px !important;
  }
  .tablet-m-y--5\.3 {
    margin-top: -53px !important;
    margin-bottom: -53px !important;
  }
  .tablet-p-x--5\.3 {
    padding-left: -53px !important;
    padding-right: -53px !important;
  }
  .tablet-p-y--5\.3 {
    padding-top: -53px !important;
    padding-bottom: -53px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--5\.2 {
    margin: -52px !important;
  }
  .tablet\:p--5\.2 {
    padding: -52px !important;
  }
  .tablet\:m-x--5\.2 {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }
  .tablet\:m-y--5\.2 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }
  .tablet\:p-x--5\.2 {
    padding-left: -52px !important;
    padding-right: -52px !important;
  }
  .tablet\:p-y--5\.2 {
    padding-top: -52px !important;
    padding-bottom: -52px !important;
  }
  .tablet-m--5\.2 {
    margin: -52px !important;
  }
  .tablet-p--5\.2 {
    padding: -52px !important;
  }
  .tablet-m-x--5\.2 {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }
  .tablet-m-y--5\.2 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }
  .tablet-p-x--5\.2 {
    padding-left: -52px !important;
    padding-right: -52px !important;
  }
  .tablet-p-y--5\.2 {
    padding-top: -52px !important;
    padding-bottom: -52px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--5\.1 {
    margin: -51px !important;
  }
  .tablet\:p--5\.1 {
    padding: -51px !important;
  }
  .tablet\:m-x--5\.1 {
    margin-left: -51px !important;
    margin-right: -51px !important;
  }
  .tablet\:m-y--5\.1 {
    margin-top: -51px !important;
    margin-bottom: -51px !important;
  }
  .tablet\:p-x--5\.1 {
    padding-left: -51px !important;
    padding-right: -51px !important;
  }
  .tablet\:p-y--5\.1 {
    padding-top: -51px !important;
    padding-bottom: -51px !important;
  }
  .tablet-m--5\.1 {
    margin: -51px !important;
  }
  .tablet-p--5\.1 {
    padding: -51px !important;
  }
  .tablet-m-x--5\.1 {
    margin-left: -51px !important;
    margin-right: -51px !important;
  }
  .tablet-m-y--5\.1 {
    margin-top: -51px !important;
    margin-bottom: -51px !important;
  }
  .tablet-p-x--5\.1 {
    padding-left: -51px !important;
    padding-right: -51px !important;
  }
  .tablet-p-y--5\.1 {
    padding-top: -51px !important;
    padding-bottom: -51px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--5 {
    margin: -50px !important;
  }
  .tablet\:p--5 {
    padding: -50px !important;
  }
  .tablet\:m-x--5 {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }
  .tablet\:m-y--5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .tablet\:p-x--5 {
    padding-left: -50px !important;
    padding-right: -50px !important;
  }
  .tablet\:p-y--5 {
    padding-top: -50px !important;
    padding-bottom: -50px !important;
  }
  .tablet-m--5 {
    margin: -50px !important;
  }
  .tablet-p--5 {
    padding: -50px !important;
  }
  .tablet-m-x--5 {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }
  .tablet-m-y--5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .tablet-p-x--5 {
    padding-left: -50px !important;
    padding-right: -50px !important;
  }
  .tablet-p-y--5 {
    padding-top: -50px !important;
    padding-bottom: -50px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--4\.9 {
    margin: -49px !important;
  }
  .tablet\:p--4\.9 {
    padding: -49px !important;
  }
  .tablet\:m-x--4\.9 {
    margin-left: -49px !important;
    margin-right: -49px !important;
  }
  .tablet\:m-y--4\.9 {
    margin-top: -49px !important;
    margin-bottom: -49px !important;
  }
  .tablet\:p-x--4\.9 {
    padding-left: -49px !important;
    padding-right: -49px !important;
  }
  .tablet\:p-y--4\.9 {
    padding-top: -49px !important;
    padding-bottom: -49px !important;
  }
  .tablet-m--4\.9 {
    margin: -49px !important;
  }
  .tablet-p--4\.9 {
    padding: -49px !important;
  }
  .tablet-m-x--4\.9 {
    margin-left: -49px !important;
    margin-right: -49px !important;
  }
  .tablet-m-y--4\.9 {
    margin-top: -49px !important;
    margin-bottom: -49px !important;
  }
  .tablet-p-x--4\.9 {
    padding-left: -49px !important;
    padding-right: -49px !important;
  }
  .tablet-p-y--4\.9 {
    padding-top: -49px !important;
    padding-bottom: -49px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--4\.8 {
    margin: -48px !important;
  }
  .tablet\:p--4\.8 {
    padding: -48px !important;
  }
  .tablet\:m-x--4\.8 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }
  .tablet\:m-y--4\.8 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .tablet\:p-x--4\.8 {
    padding-left: -48px !important;
    padding-right: -48px !important;
  }
  .tablet\:p-y--4\.8 {
    padding-top: -48px !important;
    padding-bottom: -48px !important;
  }
  .tablet-m--4\.8 {
    margin: -48px !important;
  }
  .tablet-p--4\.8 {
    padding: -48px !important;
  }
  .tablet-m-x--4\.8 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }
  .tablet-m-y--4\.8 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .tablet-p-x--4\.8 {
    padding-left: -48px !important;
    padding-right: -48px !important;
  }
  .tablet-p-y--4\.8 {
    padding-top: -48px !important;
    padding-bottom: -48px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--4\.7 {
    margin: -47px !important;
  }
  .tablet\:p--4\.7 {
    padding: -47px !important;
  }
  .tablet\:m-x--4\.7 {
    margin-left: -47px !important;
    margin-right: -47px !important;
  }
  .tablet\:m-y--4\.7 {
    margin-top: -47px !important;
    margin-bottom: -47px !important;
  }
  .tablet\:p-x--4\.7 {
    padding-left: -47px !important;
    padding-right: -47px !important;
  }
  .tablet\:p-y--4\.7 {
    padding-top: -47px !important;
    padding-bottom: -47px !important;
  }
  .tablet-m--4\.7 {
    margin: -47px !important;
  }
  .tablet-p--4\.7 {
    padding: -47px !important;
  }
  .tablet-m-x--4\.7 {
    margin-left: -47px !important;
    margin-right: -47px !important;
  }
  .tablet-m-y--4\.7 {
    margin-top: -47px !important;
    margin-bottom: -47px !important;
  }
  .tablet-p-x--4\.7 {
    padding-left: -47px !important;
    padding-right: -47px !important;
  }
  .tablet-p-y--4\.7 {
    padding-top: -47px !important;
    padding-bottom: -47px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--4\.6 {
    margin: -46px !important;
  }
  .tablet\:p--4\.6 {
    padding: -46px !important;
  }
  .tablet\:m-x--4\.6 {
    margin-left: -46px !important;
    margin-right: -46px !important;
  }
  .tablet\:m-y--4\.6 {
    margin-top: -46px !important;
    margin-bottom: -46px !important;
  }
  .tablet\:p-x--4\.6 {
    padding-left: -46px !important;
    padding-right: -46px !important;
  }
  .tablet\:p-y--4\.6 {
    padding-top: -46px !important;
    padding-bottom: -46px !important;
  }
  .tablet-m--4\.6 {
    margin: -46px !important;
  }
  .tablet-p--4\.6 {
    padding: -46px !important;
  }
  .tablet-m-x--4\.6 {
    margin-left: -46px !important;
    margin-right: -46px !important;
  }
  .tablet-m-y--4\.6 {
    margin-top: -46px !important;
    margin-bottom: -46px !important;
  }
  .tablet-p-x--4\.6 {
    padding-left: -46px !important;
    padding-right: -46px !important;
  }
  .tablet-p-y--4\.6 {
    padding-top: -46px !important;
    padding-bottom: -46px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--4\.5 {
    margin: -45px !important;
  }
  .tablet\:p--4\.5 {
    padding: -45px !important;
  }
  .tablet\:m-x--4\.5 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }
  .tablet\:m-y--4\.5 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .tablet\:p-x--4\.5 {
    padding-left: -45px !important;
    padding-right: -45px !important;
  }
  .tablet\:p-y--4\.5 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
  .tablet-m--4\.5 {
    margin: -45px !important;
  }
  .tablet-p--4\.5 {
    padding: -45px !important;
  }
  .tablet-m-x--4\.5 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }
  .tablet-m-y--4\.5 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .tablet-p-x--4\.5 {
    padding-left: -45px !important;
    padding-right: -45px !important;
  }
  .tablet-p-y--4\.5 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--4\.4 {
    margin: -44px !important;
  }
  .tablet\:p--4\.4 {
    padding: -44px !important;
  }
  .tablet\:m-x--4\.4 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }
  .tablet\:m-y--4\.4 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }
  .tablet\:p-x--4\.4 {
    padding-left: -44px !important;
    padding-right: -44px !important;
  }
  .tablet\:p-y--4\.4 {
    padding-top: -44px !important;
    padding-bottom: -44px !important;
  }
  .tablet-m--4\.4 {
    margin: -44px !important;
  }
  .tablet-p--4\.4 {
    padding: -44px !important;
  }
  .tablet-m-x--4\.4 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }
  .tablet-m-y--4\.4 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }
  .tablet-p-x--4\.4 {
    padding-left: -44px !important;
    padding-right: -44px !important;
  }
  .tablet-p-y--4\.4 {
    padding-top: -44px !important;
    padding-bottom: -44px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--4\.3 {
    margin: -43px !important;
  }
  .tablet\:p--4\.3 {
    padding: -43px !important;
  }
  .tablet\:m-x--4\.3 {
    margin-left: -43px !important;
    margin-right: -43px !important;
  }
  .tablet\:m-y--4\.3 {
    margin-top: -43px !important;
    margin-bottom: -43px !important;
  }
  .tablet\:p-x--4\.3 {
    padding-left: -43px !important;
    padding-right: -43px !important;
  }
  .tablet\:p-y--4\.3 {
    padding-top: -43px !important;
    padding-bottom: -43px !important;
  }
  .tablet-m--4\.3 {
    margin: -43px !important;
  }
  .tablet-p--4\.3 {
    padding: -43px !important;
  }
  .tablet-m-x--4\.3 {
    margin-left: -43px !important;
    margin-right: -43px !important;
  }
  .tablet-m-y--4\.3 {
    margin-top: -43px !important;
    margin-bottom: -43px !important;
  }
  .tablet-p-x--4\.3 {
    padding-left: -43px !important;
    padding-right: -43px !important;
  }
  .tablet-p-y--4\.3 {
    padding-top: -43px !important;
    padding-bottom: -43px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--4\.2 {
    margin: -42px !important;
  }
  .tablet\:p--4\.2 {
    padding: -42px !important;
  }
  .tablet\:m-x--4\.2 {
    margin-left: -42px !important;
    margin-right: -42px !important;
  }
  .tablet\:m-y--4\.2 {
    margin-top: -42px !important;
    margin-bottom: -42px !important;
  }
  .tablet\:p-x--4\.2 {
    padding-left: -42px !important;
    padding-right: -42px !important;
  }
  .tablet\:p-y--4\.2 {
    padding-top: -42px !important;
    padding-bottom: -42px !important;
  }
  .tablet-m--4\.2 {
    margin: -42px !important;
  }
  .tablet-p--4\.2 {
    padding: -42px !important;
  }
  .tablet-m-x--4\.2 {
    margin-left: -42px !important;
    margin-right: -42px !important;
  }
  .tablet-m-y--4\.2 {
    margin-top: -42px !important;
    margin-bottom: -42px !important;
  }
  .tablet-p-x--4\.2 {
    padding-left: -42px !important;
    padding-right: -42px !important;
  }
  .tablet-p-y--4\.2 {
    padding-top: -42px !important;
    padding-bottom: -42px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--4\.1 {
    margin: -41px !important;
  }
  .tablet\:p--4\.1 {
    padding: -41px !important;
  }
  .tablet\:m-x--4\.1 {
    margin-left: -41px !important;
    margin-right: -41px !important;
  }
  .tablet\:m-y--4\.1 {
    margin-top: -41px !important;
    margin-bottom: -41px !important;
  }
  .tablet\:p-x--4\.1 {
    padding-left: -41px !important;
    padding-right: -41px !important;
  }
  .tablet\:p-y--4\.1 {
    padding-top: -41px !important;
    padding-bottom: -41px !important;
  }
  .tablet-m--4\.1 {
    margin: -41px !important;
  }
  .tablet-p--4\.1 {
    padding: -41px !important;
  }
  .tablet-m-x--4\.1 {
    margin-left: -41px !important;
    margin-right: -41px !important;
  }
  .tablet-m-y--4\.1 {
    margin-top: -41px !important;
    margin-bottom: -41px !important;
  }
  .tablet-p-x--4\.1 {
    padding-left: -41px !important;
    padding-right: -41px !important;
  }
  .tablet-p-y--4\.1 {
    padding-top: -41px !important;
    padding-bottom: -41px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--4 {
    margin: -40px !important;
  }
  .tablet\:p--4 {
    padding: -40px !important;
  }
  .tablet\:m-x--4 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
  .tablet\:m-y--4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .tablet\:p-x--4 {
    padding-left: -40px !important;
    padding-right: -40px !important;
  }
  .tablet\:p-y--4 {
    padding-top: -40px !important;
    padding-bottom: -40px !important;
  }
  .tablet-m--4 {
    margin: -40px !important;
  }
  .tablet-p--4 {
    padding: -40px !important;
  }
  .tablet-m-x--4 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
  .tablet-m-y--4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .tablet-p-x--4 {
    padding-left: -40px !important;
    padding-right: -40px !important;
  }
  .tablet-p-y--4 {
    padding-top: -40px !important;
    padding-bottom: -40px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--3\.9 {
    margin: -39px !important;
  }
  .tablet\:p--3\.9 {
    padding: -39px !important;
  }
  .tablet\:m-x--3\.9 {
    margin-left: -39px !important;
    margin-right: -39px !important;
  }
  .tablet\:m-y--3\.9 {
    margin-top: -39px !important;
    margin-bottom: -39px !important;
  }
  .tablet\:p-x--3\.9 {
    padding-left: -39px !important;
    padding-right: -39px !important;
  }
  .tablet\:p-y--3\.9 {
    padding-top: -39px !important;
    padding-bottom: -39px !important;
  }
  .tablet-m--3\.9 {
    margin: -39px !important;
  }
  .tablet-p--3\.9 {
    padding: -39px !important;
  }
  .tablet-m-x--3\.9 {
    margin-left: -39px !important;
    margin-right: -39px !important;
  }
  .tablet-m-y--3\.9 {
    margin-top: -39px !important;
    margin-bottom: -39px !important;
  }
  .tablet-p-x--3\.9 {
    padding-left: -39px !important;
    padding-right: -39px !important;
  }
  .tablet-p-y--3\.9 {
    padding-top: -39px !important;
    padding-bottom: -39px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--3\.8 {
    margin: -38px !important;
  }
  .tablet\:p--3\.8 {
    padding: -38px !important;
  }
  .tablet\:m-x--3\.8 {
    margin-left: -38px !important;
    margin-right: -38px !important;
  }
  .tablet\:m-y--3\.8 {
    margin-top: -38px !important;
    margin-bottom: -38px !important;
  }
  .tablet\:p-x--3\.8 {
    padding-left: -38px !important;
    padding-right: -38px !important;
  }
  .tablet\:p-y--3\.8 {
    padding-top: -38px !important;
    padding-bottom: -38px !important;
  }
  .tablet-m--3\.8 {
    margin: -38px !important;
  }
  .tablet-p--3\.8 {
    padding: -38px !important;
  }
  .tablet-m-x--3\.8 {
    margin-left: -38px !important;
    margin-right: -38px !important;
  }
  .tablet-m-y--3\.8 {
    margin-top: -38px !important;
    margin-bottom: -38px !important;
  }
  .tablet-p-x--3\.8 {
    padding-left: -38px !important;
    padding-right: -38px !important;
  }
  .tablet-p-y--3\.8 {
    padding-top: -38px !important;
    padding-bottom: -38px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--3\.7 {
    margin: -37px !important;
  }
  .tablet\:p--3\.7 {
    padding: -37px !important;
  }
  .tablet\:m-x--3\.7 {
    margin-left: -37px !important;
    margin-right: -37px !important;
  }
  .tablet\:m-y--3\.7 {
    margin-top: -37px !important;
    margin-bottom: -37px !important;
  }
  .tablet\:p-x--3\.7 {
    padding-left: -37px !important;
    padding-right: -37px !important;
  }
  .tablet\:p-y--3\.7 {
    padding-top: -37px !important;
    padding-bottom: -37px !important;
  }
  .tablet-m--3\.7 {
    margin: -37px !important;
  }
  .tablet-p--3\.7 {
    padding: -37px !important;
  }
  .tablet-m-x--3\.7 {
    margin-left: -37px !important;
    margin-right: -37px !important;
  }
  .tablet-m-y--3\.7 {
    margin-top: -37px !important;
    margin-bottom: -37px !important;
  }
  .tablet-p-x--3\.7 {
    padding-left: -37px !important;
    padding-right: -37px !important;
  }
  .tablet-p-y--3\.7 {
    padding-top: -37px !important;
    padding-bottom: -37px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--3\.6 {
    margin: -36px !important;
  }
  .tablet\:p--3\.6 {
    padding: -36px !important;
  }
  .tablet\:m-x--3\.6 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }
  .tablet\:m-y--3\.6 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
  .tablet\:p-x--3\.6 {
    padding-left: -36px !important;
    padding-right: -36px !important;
  }
  .tablet\:p-y--3\.6 {
    padding-top: -36px !important;
    padding-bottom: -36px !important;
  }
  .tablet-m--3\.6 {
    margin: -36px !important;
  }
  .tablet-p--3\.6 {
    padding: -36px !important;
  }
  .tablet-m-x--3\.6 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }
  .tablet-m-y--3\.6 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
  .tablet-p-x--3\.6 {
    padding-left: -36px !important;
    padding-right: -36px !important;
  }
  .tablet-p-y--3\.6 {
    padding-top: -36px !important;
    padding-bottom: -36px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--3\.5 {
    margin: -35px !important;
  }
  .tablet\:p--3\.5 {
    padding: -35px !important;
  }
  .tablet\:m-x--3\.5 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }
  .tablet\:m-y--3\.5 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .tablet\:p-x--3\.5 {
    padding-left: -35px !important;
    padding-right: -35px !important;
  }
  .tablet\:p-y--3\.5 {
    padding-top: -35px !important;
    padding-bottom: -35px !important;
  }
  .tablet-m--3\.5 {
    margin: -35px !important;
  }
  .tablet-p--3\.5 {
    padding: -35px !important;
  }
  .tablet-m-x--3\.5 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }
  .tablet-m-y--3\.5 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .tablet-p-x--3\.5 {
    padding-left: -35px !important;
    padding-right: -35px !important;
  }
  .tablet-p-y--3\.5 {
    padding-top: -35px !important;
    padding-bottom: -35px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--3\.4 {
    margin: -34px !important;
  }
  .tablet\:p--3\.4 {
    padding: -34px !important;
  }
  .tablet\:m-x--3\.4 {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }
  .tablet\:m-y--3\.4 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }
  .tablet\:p-x--3\.4 {
    padding-left: -34px !important;
    padding-right: -34px !important;
  }
  .tablet\:p-y--3\.4 {
    padding-top: -34px !important;
    padding-bottom: -34px !important;
  }
  .tablet-m--3\.4 {
    margin: -34px !important;
  }
  .tablet-p--3\.4 {
    padding: -34px !important;
  }
  .tablet-m-x--3\.4 {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }
  .tablet-m-y--3\.4 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }
  .tablet-p-x--3\.4 {
    padding-left: -34px !important;
    padding-right: -34px !important;
  }
  .tablet-p-y--3\.4 {
    padding-top: -34px !important;
    padding-bottom: -34px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--3\.3 {
    margin: -33px !important;
  }
  .tablet\:p--3\.3 {
    padding: -33px !important;
  }
  .tablet\:m-x--3\.3 {
    margin-left: -33px !important;
    margin-right: -33px !important;
  }
  .tablet\:m-y--3\.3 {
    margin-top: -33px !important;
    margin-bottom: -33px !important;
  }
  .tablet\:p-x--3\.3 {
    padding-left: -33px !important;
    padding-right: -33px !important;
  }
  .tablet\:p-y--3\.3 {
    padding-top: -33px !important;
    padding-bottom: -33px !important;
  }
  .tablet-m--3\.3 {
    margin: -33px !important;
  }
  .tablet-p--3\.3 {
    padding: -33px !important;
  }
  .tablet-m-x--3\.3 {
    margin-left: -33px !important;
    margin-right: -33px !important;
  }
  .tablet-m-y--3\.3 {
    margin-top: -33px !important;
    margin-bottom: -33px !important;
  }
  .tablet-p-x--3\.3 {
    padding-left: -33px !important;
    padding-right: -33px !important;
  }
  .tablet-p-y--3\.3 {
    padding-top: -33px !important;
    padding-bottom: -33px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--3\.2 {
    margin: -32px !important;
  }
  .tablet\:p--3\.2 {
    padding: -32px !important;
  }
  .tablet\:m-x--3\.2 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }
  .tablet\:m-y--3\.2 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .tablet\:p-x--3\.2 {
    padding-left: -32px !important;
    padding-right: -32px !important;
  }
  .tablet\:p-y--3\.2 {
    padding-top: -32px !important;
    padding-bottom: -32px !important;
  }
  .tablet-m--3\.2 {
    margin: -32px !important;
  }
  .tablet-p--3\.2 {
    padding: -32px !important;
  }
  .tablet-m-x--3\.2 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }
  .tablet-m-y--3\.2 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .tablet-p-x--3\.2 {
    padding-left: -32px !important;
    padding-right: -32px !important;
  }
  .tablet-p-y--3\.2 {
    padding-top: -32px !important;
    padding-bottom: -32px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--3\.1 {
    margin: -31px !important;
  }
  .tablet\:p--3\.1 {
    padding: -31px !important;
  }
  .tablet\:m-x--3\.1 {
    margin-left: -31px !important;
    margin-right: -31px !important;
  }
  .tablet\:m-y--3\.1 {
    margin-top: -31px !important;
    margin-bottom: -31px !important;
  }
  .tablet\:p-x--3\.1 {
    padding-left: -31px !important;
    padding-right: -31px !important;
  }
  .tablet\:p-y--3\.1 {
    padding-top: -31px !important;
    padding-bottom: -31px !important;
  }
  .tablet-m--3\.1 {
    margin: -31px !important;
  }
  .tablet-p--3\.1 {
    padding: -31px !important;
  }
  .tablet-m-x--3\.1 {
    margin-left: -31px !important;
    margin-right: -31px !important;
  }
  .tablet-m-y--3\.1 {
    margin-top: -31px !important;
    margin-bottom: -31px !important;
  }
  .tablet-p-x--3\.1 {
    padding-left: -31px !important;
    padding-right: -31px !important;
  }
  .tablet-p-y--3\.1 {
    padding-top: -31px !important;
    padding-bottom: -31px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--3 {
    margin: -30px !important;
  }
  .tablet\:p--3 {
    padding: -30px !important;
  }
  .tablet\:m-x--3 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .tablet\:m-y--3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .tablet\:p-x--3 {
    padding-left: -30px !important;
    padding-right: -30px !important;
  }
  .tablet\:p-y--3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .tablet-m--3 {
    margin: -30px !important;
  }
  .tablet-p--3 {
    padding: -30px !important;
  }
  .tablet-m-x--3 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .tablet-m-y--3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .tablet-p-x--3 {
    padding-left: -30px !important;
    padding-right: -30px !important;
  }
  .tablet-p-y--3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--2\.9 {
    margin: -29px !important;
  }
  .tablet\:p--2\.9 {
    padding: -29px !important;
  }
  .tablet\:m-x--2\.9 {
    margin-left: -29px !important;
    margin-right: -29px !important;
  }
  .tablet\:m-y--2\.9 {
    margin-top: -29px !important;
    margin-bottom: -29px !important;
  }
  .tablet\:p-x--2\.9 {
    padding-left: -29px !important;
    padding-right: -29px !important;
  }
  .tablet\:p-y--2\.9 {
    padding-top: -29px !important;
    padding-bottom: -29px !important;
  }
  .tablet-m--2\.9 {
    margin: -29px !important;
  }
  .tablet-p--2\.9 {
    padding: -29px !important;
  }
  .tablet-m-x--2\.9 {
    margin-left: -29px !important;
    margin-right: -29px !important;
  }
  .tablet-m-y--2\.9 {
    margin-top: -29px !important;
    margin-bottom: -29px !important;
  }
  .tablet-p-x--2\.9 {
    padding-left: -29px !important;
    padding-right: -29px !important;
  }
  .tablet-p-y--2\.9 {
    padding-top: -29px !important;
    padding-bottom: -29px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--2\.8 {
    margin: -28px !important;
  }
  .tablet\:p--2\.8 {
    padding: -28px !important;
  }
  .tablet\:m-x--2\.8 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }
  .tablet\:m-y--2\.8 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
  .tablet\:p-x--2\.8 {
    padding-left: -28px !important;
    padding-right: -28px !important;
  }
  .tablet\:p-y--2\.8 {
    padding-top: -28px !important;
    padding-bottom: -28px !important;
  }
  .tablet-m--2\.8 {
    margin: -28px !important;
  }
  .tablet-p--2\.8 {
    padding: -28px !important;
  }
  .tablet-m-x--2\.8 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }
  .tablet-m-y--2\.8 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
  .tablet-p-x--2\.8 {
    padding-left: -28px !important;
    padding-right: -28px !important;
  }
  .tablet-p-y--2\.8 {
    padding-top: -28px !important;
    padding-bottom: -28px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--2\.7 {
    margin: -27px !important;
  }
  .tablet\:p--2\.7 {
    padding: -27px !important;
  }
  .tablet\:m-x--2\.7 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }
  .tablet\:m-y--2\.7 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }
  .tablet\:p-x--2\.7 {
    padding-left: -27px !important;
    padding-right: -27px !important;
  }
  .tablet\:p-y--2\.7 {
    padding-top: -27px !important;
    padding-bottom: -27px !important;
  }
  .tablet-m--2\.7 {
    margin: -27px !important;
  }
  .tablet-p--2\.7 {
    padding: -27px !important;
  }
  .tablet-m-x--2\.7 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }
  .tablet-m-y--2\.7 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }
  .tablet-p-x--2\.7 {
    padding-left: -27px !important;
    padding-right: -27px !important;
  }
  .tablet-p-y--2\.7 {
    padding-top: -27px !important;
    padding-bottom: -27px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--2\.6 {
    margin: -26px !important;
  }
  .tablet\:p--2\.6 {
    padding: -26px !important;
  }
  .tablet\:m-x--2\.6 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }
  .tablet\:m-y--2\.6 {
    margin-top: -26px !important;
    margin-bottom: -26px !important;
  }
  .tablet\:p-x--2\.6 {
    padding-left: -26px !important;
    padding-right: -26px !important;
  }
  .tablet\:p-y--2\.6 {
    padding-top: -26px !important;
    padding-bottom: -26px !important;
  }
  .tablet-m--2\.6 {
    margin: -26px !important;
  }
  .tablet-p--2\.6 {
    padding: -26px !important;
  }
  .tablet-m-x--2\.6 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }
  .tablet-m-y--2\.6 {
    margin-top: -26px !important;
    margin-bottom: -26px !important;
  }
  .tablet-p-x--2\.6 {
    padding-left: -26px !important;
    padding-right: -26px !important;
  }
  .tablet-p-y--2\.6 {
    padding-top: -26px !important;
    padding-bottom: -26px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--2\.5 {
    margin: -25px !important;
  }
  .tablet\:p--2\.5 {
    padding: -25px !important;
  }
  .tablet\:m-x--2\.5 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
  .tablet\:m-y--2\.5 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .tablet\:p-x--2\.5 {
    padding-left: -25px !important;
    padding-right: -25px !important;
  }
  .tablet\:p-y--2\.5 {
    padding-top: -25px !important;
    padding-bottom: -25px !important;
  }
  .tablet-m--2\.5 {
    margin: -25px !important;
  }
  .tablet-p--2\.5 {
    padding: -25px !important;
  }
  .tablet-m-x--2\.5 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
  .tablet-m-y--2\.5 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .tablet-p-x--2\.5 {
    padding-left: -25px !important;
    padding-right: -25px !important;
  }
  .tablet-p-y--2\.5 {
    padding-top: -25px !important;
    padding-bottom: -25px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--2\.4 {
    margin: -24px !important;
  }
  .tablet\:p--2\.4 {
    padding: -24px !important;
  }
  .tablet\:m-x--2\.4 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
  .tablet\:m-y--2\.4 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .tablet\:p-x--2\.4 {
    padding-left: -24px !important;
    padding-right: -24px !important;
  }
  .tablet\:p-y--2\.4 {
    padding-top: -24px !important;
    padding-bottom: -24px !important;
  }
  .tablet-m--2\.4 {
    margin: -24px !important;
  }
  .tablet-p--2\.4 {
    padding: -24px !important;
  }
  .tablet-m-x--2\.4 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
  .tablet-m-y--2\.4 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .tablet-p-x--2\.4 {
    padding-left: -24px !important;
    padding-right: -24px !important;
  }
  .tablet-p-y--2\.4 {
    padding-top: -24px !important;
    padding-bottom: -24px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--2\.3 {
    margin: -23px !important;
  }
  .tablet\:p--2\.3 {
    padding: -23px !important;
  }
  .tablet\:m-x--2\.3 {
    margin-left: -23px !important;
    margin-right: -23px !important;
  }
  .tablet\:m-y--2\.3 {
    margin-top: -23px !important;
    margin-bottom: -23px !important;
  }
  .tablet\:p-x--2\.3 {
    padding-left: -23px !important;
    padding-right: -23px !important;
  }
  .tablet\:p-y--2\.3 {
    padding-top: -23px !important;
    padding-bottom: -23px !important;
  }
  .tablet-m--2\.3 {
    margin: -23px !important;
  }
  .tablet-p--2\.3 {
    padding: -23px !important;
  }
  .tablet-m-x--2\.3 {
    margin-left: -23px !important;
    margin-right: -23px !important;
  }
  .tablet-m-y--2\.3 {
    margin-top: -23px !important;
    margin-bottom: -23px !important;
  }
  .tablet-p-x--2\.3 {
    padding-left: -23px !important;
    padding-right: -23px !important;
  }
  .tablet-p-y--2\.3 {
    padding-top: -23px !important;
    padding-bottom: -23px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--2\.2 {
    margin: -22px !important;
  }
  .tablet\:p--2\.2 {
    padding: -22px !important;
  }
  .tablet\:m-x--2\.2 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }
  .tablet\:m-y--2\.2 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }
  .tablet\:p-x--2\.2 {
    padding-left: -22px !important;
    padding-right: -22px !important;
  }
  .tablet\:p-y--2\.2 {
    padding-top: -22px !important;
    padding-bottom: -22px !important;
  }
  .tablet-m--2\.2 {
    margin: -22px !important;
  }
  .tablet-p--2\.2 {
    padding: -22px !important;
  }
  .tablet-m-x--2\.2 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }
  .tablet-m-y--2\.2 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }
  .tablet-p-x--2\.2 {
    padding-left: -22px !important;
    padding-right: -22px !important;
  }
  .tablet-p-y--2\.2 {
    padding-top: -22px !important;
    padding-bottom: -22px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--2\.1 {
    margin: -21px !important;
  }
  .tablet\:p--2\.1 {
    padding: -21px !important;
  }
  .tablet\:m-x--2\.1 {
    margin-left: -21px !important;
    margin-right: -21px !important;
  }
  .tablet\:m-y--2\.1 {
    margin-top: -21px !important;
    margin-bottom: -21px !important;
  }
  .tablet\:p-x--2\.1 {
    padding-left: -21px !important;
    padding-right: -21px !important;
  }
  .tablet\:p-y--2\.1 {
    padding-top: -21px !important;
    padding-bottom: -21px !important;
  }
  .tablet-m--2\.1 {
    margin: -21px !important;
  }
  .tablet-p--2\.1 {
    padding: -21px !important;
  }
  .tablet-m-x--2\.1 {
    margin-left: -21px !important;
    margin-right: -21px !important;
  }
  .tablet-m-y--2\.1 {
    margin-top: -21px !important;
    margin-bottom: -21px !important;
  }
  .tablet-p-x--2\.1 {
    padding-left: -21px !important;
    padding-right: -21px !important;
  }
  .tablet-p-y--2\.1 {
    padding-top: -21px !important;
    padding-bottom: -21px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--2 {
    margin: -20px !important;
  }
  .tablet\:p--2 {
    padding: -20px !important;
  }
  .tablet\:m-x--2 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .tablet\:m-y--2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .tablet\:p-x--2 {
    padding-left: -20px !important;
    padding-right: -20px !important;
  }
  .tablet\:p-y--2 {
    padding-top: -20px !important;
    padding-bottom: -20px !important;
  }
  .tablet-m--2 {
    margin: -20px !important;
  }
  .tablet-p--2 {
    padding: -20px !important;
  }
  .tablet-m-x--2 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .tablet-m-y--2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .tablet-p-x--2 {
    padding-left: -20px !important;
    padding-right: -20px !important;
  }
  .tablet-p-y--2 {
    padding-top: -20px !important;
    padding-bottom: -20px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--1\.9 {
    margin: -19px !important;
  }
  .tablet\:p--1\.9 {
    padding: -19px !important;
  }
  .tablet\:m-x--1\.9 {
    margin-left: -19px !important;
    margin-right: -19px !important;
  }
  .tablet\:m-y--1\.9 {
    margin-top: -19px !important;
    margin-bottom: -19px !important;
  }
  .tablet\:p-x--1\.9 {
    padding-left: -19px !important;
    padding-right: -19px !important;
  }
  .tablet\:p-y--1\.9 {
    padding-top: -19px !important;
    padding-bottom: -19px !important;
  }
  .tablet-m--1\.9 {
    margin: -19px !important;
  }
  .tablet-p--1\.9 {
    padding: -19px !important;
  }
  .tablet-m-x--1\.9 {
    margin-left: -19px !important;
    margin-right: -19px !important;
  }
  .tablet-m-y--1\.9 {
    margin-top: -19px !important;
    margin-bottom: -19px !important;
  }
  .tablet-p-x--1\.9 {
    padding-left: -19px !important;
    padding-right: -19px !important;
  }
  .tablet-p-y--1\.9 {
    padding-top: -19px !important;
    padding-bottom: -19px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--1\.8 {
    margin: -18px !important;
  }
  .tablet\:p--1\.8 {
    padding: -18px !important;
  }
  .tablet\:m-x--1\.8 {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }
  .tablet\:m-y--1\.8 {
    margin-top: -18px !important;
    margin-bottom: -18px !important;
  }
  .tablet\:p-x--1\.8 {
    padding-left: -18px !important;
    padding-right: -18px !important;
  }
  .tablet\:p-y--1\.8 {
    padding-top: -18px !important;
    padding-bottom: -18px !important;
  }
  .tablet-m--1\.8 {
    margin: -18px !important;
  }
  .tablet-p--1\.8 {
    padding: -18px !important;
  }
  .tablet-m-x--1\.8 {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }
  .tablet-m-y--1\.8 {
    margin-top: -18px !important;
    margin-bottom: -18px !important;
  }
  .tablet-p-x--1\.8 {
    padding-left: -18px !important;
    padding-right: -18px !important;
  }
  .tablet-p-y--1\.8 {
    padding-top: -18px !important;
    padding-bottom: -18px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--1\.7 {
    margin: -17px !important;
  }
  .tablet\:p--1\.7 {
    padding: -17px !important;
  }
  .tablet\:m-x--1\.7 {
    margin-left: -17px !important;
    margin-right: -17px !important;
  }
  .tablet\:m-y--1\.7 {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
  }
  .tablet\:p-x--1\.7 {
    padding-left: -17px !important;
    padding-right: -17px !important;
  }
  .tablet\:p-y--1\.7 {
    padding-top: -17px !important;
    padding-bottom: -17px !important;
  }
  .tablet-m--1\.7 {
    margin: -17px !important;
  }
  .tablet-p--1\.7 {
    padding: -17px !important;
  }
  .tablet-m-x--1\.7 {
    margin-left: -17px !important;
    margin-right: -17px !important;
  }
  .tablet-m-y--1\.7 {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
  }
  .tablet-p-x--1\.7 {
    padding-left: -17px !important;
    padding-right: -17px !important;
  }
  .tablet-p-y--1\.7 {
    padding-top: -17px !important;
    padding-bottom: -17px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--1\.6 {
    margin: -16px !important;
  }
  .tablet\:p--1\.6 {
    padding: -16px !important;
  }
  .tablet\:m-x--1\.6 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .tablet\:m-y--1\.6 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .tablet\:p-x--1\.6 {
    padding-left: -16px !important;
    padding-right: -16px !important;
  }
  .tablet\:p-y--1\.6 {
    padding-top: -16px !important;
    padding-bottom: -16px !important;
  }
  .tablet-m--1\.6 {
    margin: -16px !important;
  }
  .tablet-p--1\.6 {
    padding: -16px !important;
  }
  .tablet-m-x--1\.6 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .tablet-m-y--1\.6 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .tablet-p-x--1\.6 {
    padding-left: -16px !important;
    padding-right: -16px !important;
  }
  .tablet-p-y--1\.6 {
    padding-top: -16px !important;
    padding-bottom: -16px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--1\.5 {
    margin: -15px !important;
  }
  .tablet\:p--1\.5 {
    padding: -15px !important;
  }
  .tablet\:m-x--1\.5 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .tablet\:m-y--1\.5 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .tablet\:p-x--1\.5 {
    padding-left: -15px !important;
    padding-right: -15px !important;
  }
  .tablet\:p-y--1\.5 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
  .tablet-m--1\.5 {
    margin: -15px !important;
  }
  .tablet-p--1\.5 {
    padding: -15px !important;
  }
  .tablet-m-x--1\.5 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .tablet-m-y--1\.5 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .tablet-p-x--1\.5 {
    padding-left: -15px !important;
    padding-right: -15px !important;
  }
  .tablet-p-y--1\.5 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--1\.4 {
    margin: -14px !important;
  }
  .tablet\:p--1\.4 {
    padding: -14px !important;
  }
  .tablet\:m-x--1\.4 {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }
  .tablet\:m-y--1\.4 {
    margin-top: -14px !important;
    margin-bottom: -14px !important;
  }
  .tablet\:p-x--1\.4 {
    padding-left: -14px !important;
    padding-right: -14px !important;
  }
  .tablet\:p-y--1\.4 {
    padding-top: -14px !important;
    padding-bottom: -14px !important;
  }
  .tablet-m--1\.4 {
    margin: -14px !important;
  }
  .tablet-p--1\.4 {
    padding: -14px !important;
  }
  .tablet-m-x--1\.4 {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }
  .tablet-m-y--1\.4 {
    margin-top: -14px !important;
    margin-bottom: -14px !important;
  }
  .tablet-p-x--1\.4 {
    padding-left: -14px !important;
    padding-right: -14px !important;
  }
  .tablet-p-y--1\.4 {
    padding-top: -14px !important;
    padding-bottom: -14px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--1\.3 {
    margin: -13px !important;
  }
  .tablet\:p--1\.3 {
    padding: -13px !important;
  }
  .tablet\:m-x--1\.3 {
    margin-left: -13px !important;
    margin-right: -13px !important;
  }
  .tablet\:m-y--1\.3 {
    margin-top: -13px !important;
    margin-bottom: -13px !important;
  }
  .tablet\:p-x--1\.3 {
    padding-left: -13px !important;
    padding-right: -13px !important;
  }
  .tablet\:p-y--1\.3 {
    padding-top: -13px !important;
    padding-bottom: -13px !important;
  }
  .tablet-m--1\.3 {
    margin: -13px !important;
  }
  .tablet-p--1\.3 {
    padding: -13px !important;
  }
  .tablet-m-x--1\.3 {
    margin-left: -13px !important;
    margin-right: -13px !important;
  }
  .tablet-m-y--1\.3 {
    margin-top: -13px !important;
    margin-bottom: -13px !important;
  }
  .tablet-p-x--1\.3 {
    padding-left: -13px !important;
    padding-right: -13px !important;
  }
  .tablet-p-y--1\.3 {
    padding-top: -13px !important;
    padding-bottom: -13px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--1\.2 {
    margin: -12px !important;
  }
  .tablet\:p--1\.2 {
    padding: -12px !important;
  }
  .tablet\:m-x--1\.2 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
  .tablet\:m-y--1\.2 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .tablet\:p-x--1\.2 {
    padding-left: -12px !important;
    padding-right: -12px !important;
  }
  .tablet\:p-y--1\.2 {
    padding-top: -12px !important;
    padding-bottom: -12px !important;
  }
  .tablet-m--1\.2 {
    margin: -12px !important;
  }
  .tablet-p--1\.2 {
    padding: -12px !important;
  }
  .tablet-m-x--1\.2 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
  .tablet-m-y--1\.2 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .tablet-p-x--1\.2 {
    padding-left: -12px !important;
    padding-right: -12px !important;
  }
  .tablet-p-y--1\.2 {
    padding-top: -12px !important;
    padding-bottom: -12px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--1\.1 {
    margin: -11px !important;
  }
  .tablet\:p--1\.1 {
    padding: -11px !important;
  }
  .tablet\:m-x--1\.1 {
    margin-left: -11px !important;
    margin-right: -11px !important;
  }
  .tablet\:m-y--1\.1 {
    margin-top: -11px !important;
    margin-bottom: -11px !important;
  }
  .tablet\:p-x--1\.1 {
    padding-left: -11px !important;
    padding-right: -11px !important;
  }
  .tablet\:p-y--1\.1 {
    padding-top: -11px !important;
    padding-bottom: -11px !important;
  }
  .tablet-m--1\.1 {
    margin: -11px !important;
  }
  .tablet-p--1\.1 {
    padding: -11px !important;
  }
  .tablet-m-x--1\.1 {
    margin-left: -11px !important;
    margin-right: -11px !important;
  }
  .tablet-m-y--1\.1 {
    margin-top: -11px !important;
    margin-bottom: -11px !important;
  }
  .tablet-p-x--1\.1 {
    padding-left: -11px !important;
    padding-right: -11px !important;
  }
  .tablet-p-y--1\.1 {
    padding-top: -11px !important;
    padding-bottom: -11px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--1 {
    margin: -10px !important;
  }
  .tablet\:p--1 {
    padding: -10px !important;
  }
  .tablet\:m-x--1 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .tablet\:m-y--1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .tablet\:p-x--1 {
    padding-left: -10px !important;
    padding-right: -10px !important;
  }
  .tablet\:p-y--1 {
    padding-top: -10px !important;
    padding-bottom: -10px !important;
  }
  .tablet-m--1 {
    margin: -10px !important;
  }
  .tablet-p--1 {
    padding: -10px !important;
  }
  .tablet-m-x--1 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .tablet-m-y--1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .tablet-p-x--1 {
    padding-left: -10px !important;
    padding-right: -10px !important;
  }
  .tablet-p-y--1 {
    padding-top: -10px !important;
    padding-bottom: -10px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--0\.9 {
    margin: -9px !important;
  }
  .tablet\:p--0\.9 {
    padding: -9px !important;
  }
  .tablet\:m-x--0\.9 {
    margin-left: -9px !important;
    margin-right: -9px !important;
  }
  .tablet\:m-y--0\.9 {
    margin-top: -9px !important;
    margin-bottom: -9px !important;
  }
  .tablet\:p-x--0\.9 {
    padding-left: -9px !important;
    padding-right: -9px !important;
  }
  .tablet\:p-y--0\.9 {
    padding-top: -9px !important;
    padding-bottom: -9px !important;
  }
  .tablet-m--0\.9 {
    margin: -9px !important;
  }
  .tablet-p--0\.9 {
    padding: -9px !important;
  }
  .tablet-m-x--0\.9 {
    margin-left: -9px !important;
    margin-right: -9px !important;
  }
  .tablet-m-y--0\.9 {
    margin-top: -9px !important;
    margin-bottom: -9px !important;
  }
  .tablet-p-x--0\.9 {
    padding-left: -9px !important;
    padding-right: -9px !important;
  }
  .tablet-p-y--0\.9 {
    padding-top: -9px !important;
    padding-bottom: -9px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--0\.8 {
    margin: -8px !important;
  }
  .tablet\:p--0\.8 {
    padding: -8px !important;
  }
  .tablet\:m-x--0\.8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  .tablet\:m-y--0\.8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .tablet\:p-x--0\.8 {
    padding-left: -8px !important;
    padding-right: -8px !important;
  }
  .tablet\:p-y--0\.8 {
    padding-top: -8px !important;
    padding-bottom: -8px !important;
  }
  .tablet-m--0\.8 {
    margin: -8px !important;
  }
  .tablet-p--0\.8 {
    padding: -8px !important;
  }
  .tablet-m-x--0\.8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  .tablet-m-y--0\.8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .tablet-p-x--0\.8 {
    padding-left: -8px !important;
    padding-right: -8px !important;
  }
  .tablet-p-y--0\.8 {
    padding-top: -8px !important;
    padding-bottom: -8px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--0\.7 {
    margin: -7px !important;
  }
  .tablet\:p--0\.7 {
    padding: -7px !important;
  }
  .tablet\:m-x--0\.7 {
    margin-left: -7px !important;
    margin-right: -7px !important;
  }
  .tablet\:m-y--0\.7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important;
  }
  .tablet\:p-x--0\.7 {
    padding-left: -7px !important;
    padding-right: -7px !important;
  }
  .tablet\:p-y--0\.7 {
    padding-top: -7px !important;
    padding-bottom: -7px !important;
  }
  .tablet-m--0\.7 {
    margin: -7px !important;
  }
  .tablet-p--0\.7 {
    padding: -7px !important;
  }
  .tablet-m-x--0\.7 {
    margin-left: -7px !important;
    margin-right: -7px !important;
  }
  .tablet-m-y--0\.7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important;
  }
  .tablet-p-x--0\.7 {
    padding-left: -7px !important;
    padding-right: -7px !important;
  }
  .tablet-p-y--0\.7 {
    padding-top: -7px !important;
    padding-bottom: -7px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--0\.6 {
    margin: -6px !important;
  }
  .tablet\:p--0\.6 {
    padding: -6px !important;
  }
  .tablet\:m-x--0\.6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
  .tablet\:m-y--0\.6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }
  .tablet\:p-x--0\.6 {
    padding-left: -6px !important;
    padding-right: -6px !important;
  }
  .tablet\:p-y--0\.6 {
    padding-top: -6px !important;
    padding-bottom: -6px !important;
  }
  .tablet-m--0\.6 {
    margin: -6px !important;
  }
  .tablet-p--0\.6 {
    padding: -6px !important;
  }
  .tablet-m-x--0\.6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
  .tablet-m-y--0\.6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }
  .tablet-p-x--0\.6 {
    padding-left: -6px !important;
    padding-right: -6px !important;
  }
  .tablet-p-y--0\.6 {
    padding-top: -6px !important;
    padding-bottom: -6px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--0\.5 {
    margin: -5px !important;
  }
  .tablet\:p--0\.5 {
    padding: -5px !important;
  }
  .tablet\:m-x--0\.5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .tablet\:m-y--0\.5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .tablet\:p-x--0\.5 {
    padding-left: -5px !important;
    padding-right: -5px !important;
  }
  .tablet\:p-y--0\.5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important;
  }
  .tablet-m--0\.5 {
    margin: -5px !important;
  }
  .tablet-p--0\.5 {
    padding: -5px !important;
  }
  .tablet-m-x--0\.5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .tablet-m-y--0\.5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .tablet-p-x--0\.5 {
    padding-left: -5px !important;
    padding-right: -5px !important;
  }
  .tablet-p-y--0\.5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--0\.4 {
    margin: -4px !important;
  }
  .tablet\:p--0\.4 {
    padding: -4px !important;
  }
  .tablet\:m-x--0\.4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  .tablet\:m-y--0\.4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .tablet\:p-x--0\.4 {
    padding-left: -4px !important;
    padding-right: -4px !important;
  }
  .tablet\:p-y--0\.4 {
    padding-top: -4px !important;
    padding-bottom: -4px !important;
  }
  .tablet-m--0\.4 {
    margin: -4px !important;
  }
  .tablet-p--0\.4 {
    padding: -4px !important;
  }
  .tablet-m-x--0\.4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  .tablet-m-y--0\.4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .tablet-p-x--0\.4 {
    padding-left: -4px !important;
    padding-right: -4px !important;
  }
  .tablet-p-y--0\.4 {
    padding-top: -4px !important;
    padding-bottom: -4px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--0\.3 {
    margin: -3px !important;
  }
  .tablet\:p--0\.3 {
    padding: -3px !important;
  }
  .tablet\:m-x--0\.3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }
  .tablet\:m-y--0\.3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }
  .tablet\:p-x--0\.3 {
    padding-left: -3px !important;
    padding-right: -3px !important;
  }
  .tablet\:p-y--0\.3 {
    padding-top: -3px !important;
    padding-bottom: -3px !important;
  }
  .tablet-m--0\.3 {
    margin: -3px !important;
  }
  .tablet-p--0\.3 {
    padding: -3px !important;
  }
  .tablet-m-x--0\.3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }
  .tablet-m-y--0\.3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }
  .tablet-p-x--0\.3 {
    padding-left: -3px !important;
    padding-right: -3px !important;
  }
  .tablet-p-y--0\.3 {
    padding-top: -3px !important;
    padding-bottom: -3px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--0\.2 {
    margin: -2px !important;
  }
  .tablet\:p--0\.2 {
    padding: -2px !important;
  }
  .tablet\:m-x--0\.2 {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .tablet\:m-y--0\.2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
  .tablet\:p-x--0\.2 {
    padding-left: -2px !important;
    padding-right: -2px !important;
  }
  .tablet\:p-y--0\.2 {
    padding-top: -2px !important;
    padding-bottom: -2px !important;
  }
  .tablet-m--0\.2 {
    margin: -2px !important;
  }
  .tablet-p--0\.2 {
    padding: -2px !important;
  }
  .tablet-m-x--0\.2 {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .tablet-m-y--0\.2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
  .tablet-p-x--0\.2 {
    padding-left: -2px !important;
    padding-right: -2px !important;
  }
  .tablet-p-y--0\.2 {
    padding-top: -2px !important;
    padding-bottom: -2px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m--0\.1 {
    margin: -1px !important;
  }
  .tablet\:p--0\.1 {
    padding: -1px !important;
  }
  .tablet\:m-x--0\.1 {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .tablet\:m-y--0\.1 {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .tablet\:p-x--0\.1 {
    padding-left: -1px !important;
    padding-right: -1px !important;
  }
  .tablet\:p-y--0\.1 {
    padding-top: -1px !important;
    padding-bottom: -1px !important;
  }
  .tablet-m--0\.1 {
    margin: -1px !important;
  }
  .tablet-p--0\.1 {
    padding: -1px !important;
  }
  .tablet-m-x--0\.1 {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .tablet-m-y--0\.1 {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .tablet-p-x--0\.1 {
    padding-left: -1px !important;
    padding-right: -1px !important;
  }
  .tablet-p-y--0\.1 {
    padding-top: -1px !important;
    padding-bottom: -1px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-0 {
    margin: 0px !important;
  }
  .tablet\:p-0 {
    padding: 0px !important;
  }
  .tablet\:m-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .tablet\:m-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tablet\:p-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .tablet\:p-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .tablet-m-0 {
    margin: 0px !important;
  }
  .tablet-p-0 {
    padding: 0px !important;
  }
  .tablet-m-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .tablet-m-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tablet-p-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .tablet-p-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-0\.1 {
    margin: 1px !important;
  }
  .tablet\:p-0\.1 {
    padding: 1px !important;
  }
  .tablet\:m-x-0\.1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .tablet\:m-y-0\.1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .tablet\:p-x-0\.1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .tablet\:p-y-0\.1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .tablet-m-0\.1 {
    margin: 1px !important;
  }
  .tablet-p-0\.1 {
    padding: 1px !important;
  }
  .tablet-m-x-0\.1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .tablet-m-y-0\.1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .tablet-p-x-0\.1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .tablet-p-y-0\.1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-0\.2 {
    margin: 2px !important;
  }
  .tablet\:p-0\.2 {
    padding: 2px !important;
  }
  .tablet\:m-x-0\.2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .tablet\:m-y-0\.2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .tablet\:p-x-0\.2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .tablet\:p-y-0\.2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .tablet-m-0\.2 {
    margin: 2px !important;
  }
  .tablet-p-0\.2 {
    padding: 2px !important;
  }
  .tablet-m-x-0\.2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .tablet-m-y-0\.2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .tablet-p-x-0\.2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .tablet-p-y-0\.2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-0\.3 {
    margin: 3px !important;
  }
  .tablet\:p-0\.3 {
    padding: 3px !important;
  }
  .tablet\:m-x-0\.3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .tablet\:m-y-0\.3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .tablet\:p-x-0\.3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .tablet\:p-y-0\.3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .tablet-m-0\.3 {
    margin: 3px !important;
  }
  .tablet-p-0\.3 {
    padding: 3px !important;
  }
  .tablet-m-x-0\.3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .tablet-m-y-0\.3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .tablet-p-x-0\.3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .tablet-p-y-0\.3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-0\.4 {
    margin: 4px !important;
  }
  .tablet\:p-0\.4 {
    padding: 4px !important;
  }
  .tablet\:m-x-0\.4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .tablet\:m-y-0\.4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .tablet\:p-x-0\.4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .tablet\:p-y-0\.4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .tablet-m-0\.4 {
    margin: 4px !important;
  }
  .tablet-p-0\.4 {
    padding: 4px !important;
  }
  .tablet-m-x-0\.4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .tablet-m-y-0\.4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .tablet-p-x-0\.4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .tablet-p-y-0\.4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-0\.5 {
    margin: 5px !important;
  }
  .tablet\:p-0\.5 {
    padding: 5px !important;
  }
  .tablet\:m-x-0\.5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .tablet\:m-y-0\.5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .tablet\:p-x-0\.5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .tablet\:p-y-0\.5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .tablet-m-0\.5 {
    margin: 5px !important;
  }
  .tablet-p-0\.5 {
    padding: 5px !important;
  }
  .tablet-m-x-0\.5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .tablet-m-y-0\.5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .tablet-p-x-0\.5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .tablet-p-y-0\.5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-0\.6 {
    margin: 6px !important;
  }
  .tablet\:p-0\.6 {
    padding: 6px !important;
  }
  .tablet\:m-x-0\.6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .tablet\:m-y-0\.6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .tablet\:p-x-0\.6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .tablet\:p-y-0\.6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .tablet-m-0\.6 {
    margin: 6px !important;
  }
  .tablet-p-0\.6 {
    padding: 6px !important;
  }
  .tablet-m-x-0\.6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .tablet-m-y-0\.6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .tablet-p-x-0\.6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .tablet-p-y-0\.6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-0\.7 {
    margin: 7px !important;
  }
  .tablet\:p-0\.7 {
    padding: 7px !important;
  }
  .tablet\:m-x-0\.7 {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
  .tablet\:m-y-0\.7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .tablet\:p-x-0\.7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .tablet\:p-y-0\.7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .tablet-m-0\.7 {
    margin: 7px !important;
  }
  .tablet-p-0\.7 {
    padding: 7px !important;
  }
  .tablet-m-x-0\.7 {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
  .tablet-m-y-0\.7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .tablet-p-x-0\.7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .tablet-p-y-0\.7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-0\.8 {
    margin: 8px !important;
  }
  .tablet\:p-0\.8 {
    padding: 8px !important;
  }
  .tablet\:m-x-0\.8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .tablet\:m-y-0\.8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .tablet\:p-x-0\.8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .tablet\:p-y-0\.8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .tablet-m-0\.8 {
    margin: 8px !important;
  }
  .tablet-p-0\.8 {
    padding: 8px !important;
  }
  .tablet-m-x-0\.8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .tablet-m-y-0\.8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .tablet-p-x-0\.8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .tablet-p-y-0\.8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-0\.9 {
    margin: 9px !important;
  }
  .tablet\:p-0\.9 {
    padding: 9px !important;
  }
  .tablet\:m-x-0\.9 {
    margin-left: 9px !important;
    margin-right: 9px !important;
  }
  .tablet\:m-y-0\.9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }
  .tablet\:p-x-0\.9 {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .tablet\:p-y-0\.9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
  .tablet-m-0\.9 {
    margin: 9px !important;
  }
  .tablet-p-0\.9 {
    padding: 9px !important;
  }
  .tablet-m-x-0\.9 {
    margin-left: 9px !important;
    margin-right: 9px !important;
  }
  .tablet-m-y-0\.9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }
  .tablet-p-x-0\.9 {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .tablet-p-y-0\.9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-1 {
    margin: 10px !important;
  }
  .tablet\:p-1 {
    padding: 10px !important;
  }
  .tablet\:m-x-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .tablet\:m-y-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .tablet\:p-x-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .tablet\:p-y-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .tablet-m-1 {
    margin: 10px !important;
  }
  .tablet-p-1 {
    padding: 10px !important;
  }
  .tablet-m-x-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .tablet-m-y-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .tablet-p-x-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .tablet-p-y-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-1\.1 {
    margin: 11px !important;
  }
  .tablet\:p-1\.1 {
    padding: 11px !important;
  }
  .tablet\:m-x-1\.1 {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }
  .tablet\:m-y-1\.1 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }
  .tablet\:p-x-1\.1 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  .tablet\:p-y-1\.1 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
  .tablet-m-1\.1 {
    margin: 11px !important;
  }
  .tablet-p-1\.1 {
    padding: 11px !important;
  }
  .tablet-m-x-1\.1 {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }
  .tablet-m-y-1\.1 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }
  .tablet-p-x-1\.1 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  .tablet-p-y-1\.1 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-1\.2 {
    margin: 12px !important;
  }
  .tablet\:p-1\.2 {
    padding: 12px !important;
  }
  .tablet\:m-x-1\.2 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .tablet\:m-y-1\.2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .tablet\:p-x-1\.2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .tablet\:p-y-1\.2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .tablet-m-1\.2 {
    margin: 12px !important;
  }
  .tablet-p-1\.2 {
    padding: 12px !important;
  }
  .tablet-m-x-1\.2 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .tablet-m-y-1\.2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .tablet-p-x-1\.2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .tablet-p-y-1\.2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-1\.3 {
    margin: 13px !important;
  }
  .tablet\:p-1\.3 {
    padding: 13px !important;
  }
  .tablet\:m-x-1\.3 {
    margin-left: 13px !important;
    margin-right: 13px !important;
  }
  .tablet\:m-y-1\.3 {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
  }
  .tablet\:p-x-1\.3 {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  .tablet\:p-y-1\.3 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  .tablet-m-1\.3 {
    margin: 13px !important;
  }
  .tablet-p-1\.3 {
    padding: 13px !important;
  }
  .tablet-m-x-1\.3 {
    margin-left: 13px !important;
    margin-right: 13px !important;
  }
  .tablet-m-y-1\.3 {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
  }
  .tablet-p-x-1\.3 {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  .tablet-p-y-1\.3 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-1\.4 {
    margin: 14px !important;
  }
  .tablet\:p-1\.4 {
    padding: 14px !important;
  }
  .tablet\:m-x-1\.4 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .tablet\:m-y-1\.4 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .tablet\:p-x-1\.4 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .tablet\:p-y-1\.4 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .tablet-m-1\.4 {
    margin: 14px !important;
  }
  .tablet-p-1\.4 {
    padding: 14px !important;
  }
  .tablet-m-x-1\.4 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .tablet-m-y-1\.4 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .tablet-p-x-1\.4 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .tablet-p-y-1\.4 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-1\.5 {
    margin: 15px !important;
  }
  .tablet\:p-1\.5 {
    padding: 15px !important;
  }
  .tablet\:m-x-1\.5 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .tablet\:m-y-1\.5 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .tablet\:p-x-1\.5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .tablet\:p-y-1\.5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .tablet-m-1\.5 {
    margin: 15px !important;
  }
  .tablet-p-1\.5 {
    padding: 15px !important;
  }
  .tablet-m-x-1\.5 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .tablet-m-y-1\.5 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .tablet-p-x-1\.5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .tablet-p-y-1\.5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-1\.6 {
    margin: 16px !important;
  }
  .tablet\:p-1\.6 {
    padding: 16px !important;
  }
  .tablet\:m-x-1\.6 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .tablet\:m-y-1\.6 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .tablet\:p-x-1\.6 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .tablet\:p-y-1\.6 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .tablet-m-1\.6 {
    margin: 16px !important;
  }
  .tablet-p-1\.6 {
    padding: 16px !important;
  }
  .tablet-m-x-1\.6 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .tablet-m-y-1\.6 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .tablet-p-x-1\.6 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .tablet-p-y-1\.6 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-1\.7 {
    margin: 17px !important;
  }
  .tablet\:p-1\.7 {
    padding: 17px !important;
  }
  .tablet\:m-x-1\.7 {
    margin-left: 17px !important;
    margin-right: 17px !important;
  }
  .tablet\:m-y-1\.7 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .tablet\:p-x-1\.7 {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .tablet\:p-y-1\.7 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  .tablet-m-1\.7 {
    margin: 17px !important;
  }
  .tablet-p-1\.7 {
    padding: 17px !important;
  }
  .tablet-m-x-1\.7 {
    margin-left: 17px !important;
    margin-right: 17px !important;
  }
  .tablet-m-y-1\.7 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .tablet-p-x-1\.7 {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .tablet-p-y-1\.7 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-1\.8 {
    margin: 18px !important;
  }
  .tablet\:p-1\.8 {
    padding: 18px !important;
  }
  .tablet\:m-x-1\.8 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .tablet\:m-y-1\.8 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .tablet\:p-x-1\.8 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .tablet\:p-y-1\.8 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .tablet-m-1\.8 {
    margin: 18px !important;
  }
  .tablet-p-1\.8 {
    padding: 18px !important;
  }
  .tablet-m-x-1\.8 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .tablet-m-y-1\.8 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .tablet-p-x-1\.8 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .tablet-p-y-1\.8 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-1\.9 {
    margin: 19px !important;
  }
  .tablet\:p-1\.9 {
    padding: 19px !important;
  }
  .tablet\:m-x-1\.9 {
    margin-left: 19px !important;
    margin-right: 19px !important;
  }
  .tablet\:m-y-1\.9 {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
  }
  .tablet\:p-x-1\.9 {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .tablet\:p-y-1\.9 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
  .tablet-m-1\.9 {
    margin: 19px !important;
  }
  .tablet-p-1\.9 {
    padding: 19px !important;
  }
  .tablet-m-x-1\.9 {
    margin-left: 19px !important;
    margin-right: 19px !important;
  }
  .tablet-m-y-1\.9 {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
  }
  .tablet-p-x-1\.9 {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .tablet-p-y-1\.9 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-2 {
    margin: 20px !important;
  }
  .tablet\:p-2 {
    padding: 20px !important;
  }
  .tablet\:m-x-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .tablet\:m-y-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .tablet\:p-x-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tablet\:p-y-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .tablet-m-2 {
    margin: 20px !important;
  }
  .tablet-p-2 {
    padding: 20px !important;
  }
  .tablet-m-x-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .tablet-m-y-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .tablet-p-x-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tablet-p-y-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-2\.1 {
    margin: 21px !important;
  }
  .tablet\:p-2\.1 {
    padding: 21px !important;
  }
  .tablet\:m-x-2\.1 {
    margin-left: 21px !important;
    margin-right: 21px !important;
  }
  .tablet\:m-y-2\.1 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .tablet\:p-x-2\.1 {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
  .tablet\:p-y-2\.1 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
  .tablet-m-2\.1 {
    margin: 21px !important;
  }
  .tablet-p-2\.1 {
    padding: 21px !important;
  }
  .tablet-m-x-2\.1 {
    margin-left: 21px !important;
    margin-right: 21px !important;
  }
  .tablet-m-y-2\.1 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .tablet-p-x-2\.1 {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
  .tablet-p-y-2\.1 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-2\.2 {
    margin: 22px !important;
  }
  .tablet\:p-2\.2 {
    padding: 22px !important;
  }
  .tablet\:m-x-2\.2 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .tablet\:m-y-2\.2 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .tablet\:p-x-2\.2 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .tablet\:p-y-2\.2 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .tablet-m-2\.2 {
    margin: 22px !important;
  }
  .tablet-p-2\.2 {
    padding: 22px !important;
  }
  .tablet-m-x-2\.2 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .tablet-m-y-2\.2 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .tablet-p-x-2\.2 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .tablet-p-y-2\.2 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-2\.3 {
    margin: 23px !important;
  }
  .tablet\:p-2\.3 {
    padding: 23px !important;
  }
  .tablet\:m-x-2\.3 {
    margin-left: 23px !important;
    margin-right: 23px !important;
  }
  .tablet\:m-y-2\.3 {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .tablet\:p-x-2\.3 {
    padding-left: 23px !important;
    padding-right: 23px !important;
  }
  .tablet\:p-y-2\.3 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
  .tablet-m-2\.3 {
    margin: 23px !important;
  }
  .tablet-p-2\.3 {
    padding: 23px !important;
  }
  .tablet-m-x-2\.3 {
    margin-left: 23px !important;
    margin-right: 23px !important;
  }
  .tablet-m-y-2\.3 {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .tablet-p-x-2\.3 {
    padding-left: 23px !important;
    padding-right: 23px !important;
  }
  .tablet-p-y-2\.3 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-2\.4 {
    margin: 24px !important;
  }
  .tablet\:p-2\.4 {
    padding: 24px !important;
  }
  .tablet\:m-x-2\.4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .tablet\:m-y-2\.4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .tablet\:p-x-2\.4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .tablet\:p-y-2\.4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .tablet-m-2\.4 {
    margin: 24px !important;
  }
  .tablet-p-2\.4 {
    padding: 24px !important;
  }
  .tablet-m-x-2\.4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .tablet-m-y-2\.4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .tablet-p-x-2\.4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .tablet-p-y-2\.4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-2\.5 {
    margin: 25px !important;
  }
  .tablet\:p-2\.5 {
    padding: 25px !important;
  }
  .tablet\:m-x-2\.5 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .tablet\:m-y-2\.5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .tablet\:p-x-2\.5 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .tablet\:p-y-2\.5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .tablet-m-2\.5 {
    margin: 25px !important;
  }
  .tablet-p-2\.5 {
    padding: 25px !important;
  }
  .tablet-m-x-2\.5 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .tablet-m-y-2\.5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .tablet-p-x-2\.5 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .tablet-p-y-2\.5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-2\.6 {
    margin: 26px !important;
  }
  .tablet\:p-2\.6 {
    padding: 26px !important;
  }
  .tablet\:m-x-2\.6 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }
  .tablet\:m-y-2\.6 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  .tablet\:p-x-2\.6 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  .tablet\:p-y-2\.6 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  .tablet-m-2\.6 {
    margin: 26px !important;
  }
  .tablet-p-2\.6 {
    padding: 26px !important;
  }
  .tablet-m-x-2\.6 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }
  .tablet-m-y-2\.6 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  .tablet-p-x-2\.6 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  .tablet-p-y-2\.6 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-2\.7 {
    margin: 27px !important;
  }
  .tablet\:p-2\.7 {
    padding: 27px !important;
  }
  .tablet\:m-x-2\.7 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }
  .tablet\:m-y-2\.7 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }
  .tablet\:p-x-2\.7 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
  .tablet\:p-y-2\.7 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
  .tablet-m-2\.7 {
    margin: 27px !important;
  }
  .tablet-p-2\.7 {
    padding: 27px !important;
  }
  .tablet-m-x-2\.7 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }
  .tablet-m-y-2\.7 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }
  .tablet-p-x-2\.7 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
  .tablet-p-y-2\.7 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-2\.8 {
    margin: 28px !important;
  }
  .tablet\:p-2\.8 {
    padding: 28px !important;
  }
  .tablet\:m-x-2\.8 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .tablet\:m-y-2\.8 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .tablet\:p-x-2\.8 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .tablet\:p-y-2\.8 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .tablet-m-2\.8 {
    margin: 28px !important;
  }
  .tablet-p-2\.8 {
    padding: 28px !important;
  }
  .tablet-m-x-2\.8 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .tablet-m-y-2\.8 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .tablet-p-x-2\.8 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .tablet-p-y-2\.8 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-2\.9 {
    margin: 29px !important;
  }
  .tablet\:p-2\.9 {
    padding: 29px !important;
  }
  .tablet\:m-x-2\.9 {
    margin-left: 29px !important;
    margin-right: 29px !important;
  }
  .tablet\:m-y-2\.9 {
    margin-top: 29px !important;
    margin-bottom: 29px !important;
  }
  .tablet\:p-x-2\.9 {
    padding-left: 29px !important;
    padding-right: 29px !important;
  }
  .tablet\:p-y-2\.9 {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
  }
  .tablet-m-2\.9 {
    margin: 29px !important;
  }
  .tablet-p-2\.9 {
    padding: 29px !important;
  }
  .tablet-m-x-2\.9 {
    margin-left: 29px !important;
    margin-right: 29px !important;
  }
  .tablet-m-y-2\.9 {
    margin-top: 29px !important;
    margin-bottom: 29px !important;
  }
  .tablet-p-x-2\.9 {
    padding-left: 29px !important;
    padding-right: 29px !important;
  }
  .tablet-p-y-2\.9 {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-3 {
    margin: 30px !important;
  }
  .tablet\:p-3 {
    padding: 30px !important;
  }
  .tablet\:m-x-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .tablet\:m-y-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .tablet\:p-x-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .tablet\:p-y-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .tablet-m-3 {
    margin: 30px !important;
  }
  .tablet-p-3 {
    padding: 30px !important;
  }
  .tablet-m-x-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .tablet-m-y-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .tablet-p-x-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .tablet-p-y-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-3\.1 {
    margin: 31px !important;
  }
  .tablet\:p-3\.1 {
    padding: 31px !important;
  }
  .tablet\:m-x-3\.1 {
    margin-left: 31px !important;
    margin-right: 31px !important;
  }
  .tablet\:m-y-3\.1 {
    margin-top: 31px !important;
    margin-bottom: 31px !important;
  }
  .tablet\:p-x-3\.1 {
    padding-left: 31px !important;
    padding-right: 31px !important;
  }
  .tablet\:p-y-3\.1 {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }
  .tablet-m-3\.1 {
    margin: 31px !important;
  }
  .tablet-p-3\.1 {
    padding: 31px !important;
  }
  .tablet-m-x-3\.1 {
    margin-left: 31px !important;
    margin-right: 31px !important;
  }
  .tablet-m-y-3\.1 {
    margin-top: 31px !important;
    margin-bottom: 31px !important;
  }
  .tablet-p-x-3\.1 {
    padding-left: 31px !important;
    padding-right: 31px !important;
  }
  .tablet-p-y-3\.1 {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-3\.2 {
    margin: 32px !important;
  }
  .tablet\:p-3\.2 {
    padding: 32px !important;
  }
  .tablet\:m-x-3\.2 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .tablet\:m-y-3\.2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .tablet\:p-x-3\.2 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .tablet\:p-y-3\.2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .tablet-m-3\.2 {
    margin: 32px !important;
  }
  .tablet-p-3\.2 {
    padding: 32px !important;
  }
  .tablet-m-x-3\.2 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .tablet-m-y-3\.2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .tablet-p-x-3\.2 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .tablet-p-y-3\.2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-3\.3 {
    margin: 33px !important;
  }
  .tablet\:p-3\.3 {
    padding: 33px !important;
  }
  .tablet\:m-x-3\.3 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }
  .tablet\:m-y-3\.3 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }
  .tablet\:p-x-3\.3 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
  .tablet\:p-y-3\.3 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }
  .tablet-m-3\.3 {
    margin: 33px !important;
  }
  .tablet-p-3\.3 {
    padding: 33px !important;
  }
  .tablet-m-x-3\.3 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }
  .tablet-m-y-3\.3 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }
  .tablet-p-x-3\.3 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
  .tablet-p-y-3\.3 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-3\.4 {
    margin: 34px !important;
  }
  .tablet\:p-3\.4 {
    padding: 34px !important;
  }
  .tablet\:m-x-3\.4 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }
  .tablet\:m-y-3\.4 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .tablet\:p-x-3\.4 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
  .tablet\:p-y-3\.4 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .tablet-m-3\.4 {
    margin: 34px !important;
  }
  .tablet-p-3\.4 {
    padding: 34px !important;
  }
  .tablet-m-x-3\.4 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }
  .tablet-m-y-3\.4 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .tablet-p-x-3\.4 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
  .tablet-p-y-3\.4 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-3\.5 {
    margin: 35px !important;
  }
  .tablet\:p-3\.5 {
    padding: 35px !important;
  }
  .tablet\:m-x-3\.5 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .tablet\:m-y-3\.5 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .tablet\:p-x-3\.5 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .tablet\:p-y-3\.5 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .tablet-m-3\.5 {
    margin: 35px !important;
  }
  .tablet-p-3\.5 {
    padding: 35px !important;
  }
  .tablet-m-x-3\.5 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .tablet-m-y-3\.5 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .tablet-p-x-3\.5 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .tablet-p-y-3\.5 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-3\.6 {
    margin: 36px !important;
  }
  .tablet\:p-3\.6 {
    padding: 36px !important;
  }
  .tablet\:m-x-3\.6 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .tablet\:m-y-3\.6 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .tablet\:p-x-3\.6 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .tablet\:p-y-3\.6 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .tablet-m-3\.6 {
    margin: 36px !important;
  }
  .tablet-p-3\.6 {
    padding: 36px !important;
  }
  .tablet-m-x-3\.6 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .tablet-m-y-3\.6 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .tablet-p-x-3\.6 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .tablet-p-y-3\.6 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-3\.7 {
    margin: 37px !important;
  }
  .tablet\:p-3\.7 {
    padding: 37px !important;
  }
  .tablet\:m-x-3\.7 {
    margin-left: 37px !important;
    margin-right: 37px !important;
  }
  .tablet\:m-y-3\.7 {
    margin-top: 37px !important;
    margin-bottom: 37px !important;
  }
  .tablet\:p-x-3\.7 {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
  .tablet\:p-y-3\.7 {
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }
  .tablet-m-3\.7 {
    margin: 37px !important;
  }
  .tablet-p-3\.7 {
    padding: 37px !important;
  }
  .tablet-m-x-3\.7 {
    margin-left: 37px !important;
    margin-right: 37px !important;
  }
  .tablet-m-y-3\.7 {
    margin-top: 37px !important;
    margin-bottom: 37px !important;
  }
  .tablet-p-x-3\.7 {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
  .tablet-p-y-3\.7 {
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-3\.8 {
    margin: 38px !important;
  }
  .tablet\:p-3\.8 {
    padding: 38px !important;
  }
  .tablet\:m-x-3\.8 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }
  .tablet\:m-y-3\.8 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .tablet\:p-x-3\.8 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
  .tablet\:p-y-3\.8 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
  .tablet-m-3\.8 {
    margin: 38px !important;
  }
  .tablet-p-3\.8 {
    padding: 38px !important;
  }
  .tablet-m-x-3\.8 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }
  .tablet-m-y-3\.8 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .tablet-p-x-3\.8 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
  .tablet-p-y-3\.8 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-3\.9 {
    margin: 39px !important;
  }
  .tablet\:p-3\.9 {
    padding: 39px !important;
  }
  .tablet\:m-x-3\.9 {
    margin-left: 39px !important;
    margin-right: 39px !important;
  }
  .tablet\:m-y-3\.9 {
    margin-top: 39px !important;
    margin-bottom: 39px !important;
  }
  .tablet\:p-x-3\.9 {
    padding-left: 39px !important;
    padding-right: 39px !important;
  }
  .tablet\:p-y-3\.9 {
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }
  .tablet-m-3\.9 {
    margin: 39px !important;
  }
  .tablet-p-3\.9 {
    padding: 39px !important;
  }
  .tablet-m-x-3\.9 {
    margin-left: 39px !important;
    margin-right: 39px !important;
  }
  .tablet-m-y-3\.9 {
    margin-top: 39px !important;
    margin-bottom: 39px !important;
  }
  .tablet-p-x-3\.9 {
    padding-left: 39px !important;
    padding-right: 39px !important;
  }
  .tablet-p-y-3\.9 {
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-4 {
    margin: 40px !important;
  }
  .tablet\:p-4 {
    padding: 40px !important;
  }
  .tablet\:m-x-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .tablet\:m-y-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .tablet\:p-x-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .tablet\:p-y-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .tablet-m-4 {
    margin: 40px !important;
  }
  .tablet-p-4 {
    padding: 40px !important;
  }
  .tablet-m-x-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .tablet-m-y-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .tablet-p-x-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .tablet-p-y-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-4\.1 {
    margin: 41px !important;
  }
  .tablet\:p-4\.1 {
    padding: 41px !important;
  }
  .tablet\:m-x-4\.1 {
    margin-left: 41px !important;
    margin-right: 41px !important;
  }
  .tablet\:m-y-4\.1 {
    margin-top: 41px !important;
    margin-bottom: 41px !important;
  }
  .tablet\:p-x-4\.1 {
    padding-left: 41px !important;
    padding-right: 41px !important;
  }
  .tablet\:p-y-4\.1 {
    padding-top: 41px !important;
    padding-bottom: 41px !important;
  }
  .tablet-m-4\.1 {
    margin: 41px !important;
  }
  .tablet-p-4\.1 {
    padding: 41px !important;
  }
  .tablet-m-x-4\.1 {
    margin-left: 41px !important;
    margin-right: 41px !important;
  }
  .tablet-m-y-4\.1 {
    margin-top: 41px !important;
    margin-bottom: 41px !important;
  }
  .tablet-p-x-4\.1 {
    padding-left: 41px !important;
    padding-right: 41px !important;
  }
  .tablet-p-y-4\.1 {
    padding-top: 41px !important;
    padding-bottom: 41px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-4\.2 {
    margin: 42px !important;
  }
  .tablet\:p-4\.2 {
    padding: 42px !important;
  }
  .tablet\:m-x-4\.2 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }
  .tablet\:m-y-4\.2 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .tablet\:p-x-4\.2 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
  .tablet\:p-y-4\.2 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .tablet-m-4\.2 {
    margin: 42px !important;
  }
  .tablet-p-4\.2 {
    padding: 42px !important;
  }
  .tablet-m-x-4\.2 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }
  .tablet-m-y-4\.2 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .tablet-p-x-4\.2 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
  .tablet-p-y-4\.2 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-4\.3 {
    margin: 43px !important;
  }
  .tablet\:p-4\.3 {
    padding: 43px !important;
  }
  .tablet\:m-x-4\.3 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  .tablet\:m-y-4\.3 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .tablet\:p-x-4\.3 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  .tablet\:p-y-4\.3 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  .tablet-m-4\.3 {
    margin: 43px !important;
  }
  .tablet-p-4\.3 {
    padding: 43px !important;
  }
  .tablet-m-x-4\.3 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  .tablet-m-y-4\.3 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .tablet-p-x-4\.3 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  .tablet-p-y-4\.3 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-4\.4 {
    margin: 44px !important;
  }
  .tablet\:p-4\.4 {
    padding: 44px !important;
  }
  .tablet\:m-x-4\.4 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }
  .tablet\:m-y-4\.4 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .tablet\:p-x-4\.4 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
  .tablet\:p-y-4\.4 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .tablet-m-4\.4 {
    margin: 44px !important;
  }
  .tablet-p-4\.4 {
    padding: 44px !important;
  }
  .tablet-m-x-4\.4 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }
  .tablet-m-y-4\.4 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .tablet-p-x-4\.4 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
  .tablet-p-y-4\.4 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-4\.5 {
    margin: 45px !important;
  }
  .tablet\:p-4\.5 {
    padding: 45px !important;
  }
  .tablet\:m-x-4\.5 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .tablet\:m-y-4\.5 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .tablet\:p-x-4\.5 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .tablet\:p-y-4\.5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .tablet-m-4\.5 {
    margin: 45px !important;
  }
  .tablet-p-4\.5 {
    padding: 45px !important;
  }
  .tablet-m-x-4\.5 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .tablet-m-y-4\.5 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .tablet-p-x-4\.5 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .tablet-p-y-4\.5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-4\.6 {
    margin: 46px !important;
  }
  .tablet\:p-4\.6 {
    padding: 46px !important;
  }
  .tablet\:m-x-4\.6 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .tablet\:m-y-4\.6 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .tablet\:p-x-4\.6 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  .tablet\:p-y-4\.6 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .tablet-m-4\.6 {
    margin: 46px !important;
  }
  .tablet-p-4\.6 {
    padding: 46px !important;
  }
  .tablet-m-x-4\.6 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .tablet-m-y-4\.6 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .tablet-p-x-4\.6 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  .tablet-p-y-4\.6 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-4\.7 {
    margin: 47px !important;
  }
  .tablet\:p-4\.7 {
    padding: 47px !important;
  }
  .tablet\:m-x-4\.7 {
    margin-left: 47px !important;
    margin-right: 47px !important;
  }
  .tablet\:m-y-4\.7 {
    margin-top: 47px !important;
    margin-bottom: 47px !important;
  }
  .tablet\:p-x-4\.7 {
    padding-left: 47px !important;
    padding-right: 47px !important;
  }
  .tablet\:p-y-4\.7 {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
  }
  .tablet-m-4\.7 {
    margin: 47px !important;
  }
  .tablet-p-4\.7 {
    padding: 47px !important;
  }
  .tablet-m-x-4\.7 {
    margin-left: 47px !important;
    margin-right: 47px !important;
  }
  .tablet-m-y-4\.7 {
    margin-top: 47px !important;
    margin-bottom: 47px !important;
  }
  .tablet-p-x-4\.7 {
    padding-left: 47px !important;
    padding-right: 47px !important;
  }
  .tablet-p-y-4\.7 {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-4\.8 {
    margin: 48px !important;
  }
  .tablet\:p-4\.8 {
    padding: 48px !important;
  }
  .tablet\:m-x-4\.8 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .tablet\:m-y-4\.8 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .tablet\:p-x-4\.8 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .tablet\:p-y-4\.8 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .tablet-m-4\.8 {
    margin: 48px !important;
  }
  .tablet-p-4\.8 {
    padding: 48px !important;
  }
  .tablet-m-x-4\.8 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .tablet-m-y-4\.8 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .tablet-p-x-4\.8 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .tablet-p-y-4\.8 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-4\.9 {
    margin: 49px !important;
  }
  .tablet\:p-4\.9 {
    padding: 49px !important;
  }
  .tablet\:m-x-4\.9 {
    margin-left: 49px !important;
    margin-right: 49px !important;
  }
  .tablet\:m-y-4\.9 {
    margin-top: 49px !important;
    margin-bottom: 49px !important;
  }
  .tablet\:p-x-4\.9 {
    padding-left: 49px !important;
    padding-right: 49px !important;
  }
  .tablet\:p-y-4\.9 {
    padding-top: 49px !important;
    padding-bottom: 49px !important;
  }
  .tablet-m-4\.9 {
    margin: 49px !important;
  }
  .tablet-p-4\.9 {
    padding: 49px !important;
  }
  .tablet-m-x-4\.9 {
    margin-left: 49px !important;
    margin-right: 49px !important;
  }
  .tablet-m-y-4\.9 {
    margin-top: 49px !important;
    margin-bottom: 49px !important;
  }
  .tablet-p-x-4\.9 {
    padding-left: 49px !important;
    padding-right: 49px !important;
  }
  .tablet-p-y-4\.9 {
    padding-top: 49px !important;
    padding-bottom: 49px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-5 {
    margin: 50px !important;
  }
  .tablet\:p-5 {
    padding: 50px !important;
  }
  .tablet\:m-x-5 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .tablet\:m-y-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .tablet\:p-x-5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .tablet\:p-y-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .tablet-m-5 {
    margin: 50px !important;
  }
  .tablet-p-5 {
    padding: 50px !important;
  }
  .tablet-m-x-5 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .tablet-m-y-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .tablet-p-x-5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .tablet-p-y-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-6 {
    margin: 60px !important;
  }
  .tablet\:p-6 {
    padding: 60px !important;
  }
  .tablet\:m-x-6 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .tablet\:m-y-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .tablet\:p-x-6 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .tablet\:p-y-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .tablet-m-6 {
    margin: 60px !important;
  }
  .tablet-p-6 {
    padding: 60px !important;
  }
  .tablet-m-x-6 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .tablet-m-y-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .tablet-p-x-6 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .tablet-p-y-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-7 {
    margin: 70px !important;
  }
  .tablet\:p-7 {
    padding: 70px !important;
  }
  .tablet\:m-x-7 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .tablet\:m-y-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .tablet\:p-x-7 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .tablet\:p-y-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .tablet-m-7 {
    margin: 70px !important;
  }
  .tablet-p-7 {
    padding: 70px !important;
  }
  .tablet-m-x-7 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .tablet-m-y-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .tablet-p-x-7 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .tablet-p-y-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-8 {
    margin: 80px !important;
  }
  .tablet\:p-8 {
    padding: 80px !important;
  }
  .tablet\:m-x-8 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .tablet\:m-y-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .tablet\:p-x-8 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .tablet\:p-y-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .tablet-m-8 {
    margin: 80px !important;
  }
  .tablet-p-8 {
    padding: 80px !important;
  }
  .tablet-m-x-8 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .tablet-m-y-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .tablet-p-x-8 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .tablet-p-y-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-9 {
    margin: 90px !important;
  }
  .tablet\:p-9 {
    padding: 90px !important;
  }
  .tablet\:m-x-9 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .tablet\:m-y-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .tablet\:p-x-9 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .tablet\:p-y-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .tablet-m-9 {
    margin: 90px !important;
  }
  .tablet-p-9 {
    padding: 90px !important;
  }
  .tablet-m-x-9 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .tablet-m-y-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .tablet-p-x-9 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .tablet-p-y-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-10 {
    margin: 100px !important;
  }
  .tablet\:p-10 {
    padding: 100px !important;
  }
  .tablet\:m-x-10 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .tablet\:m-y-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .tablet\:p-x-10 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .tablet\:p-y-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .tablet-m-10 {
    margin: 100px !important;
  }
  .tablet-p-10 {
    padding: 100px !important;
  }
  .tablet-m-x-10 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .tablet-m-y-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .tablet-p-x-10 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .tablet-p-y-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-11 {
    margin: 110px !important;
  }
  .tablet\:p-11 {
    padding: 110px !important;
  }
  .tablet\:m-x-11 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  .tablet\:m-y-11 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .tablet\:p-x-11 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .tablet\:p-y-11 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .tablet-m-11 {
    margin: 110px !important;
  }
  .tablet-p-11 {
    padding: 110px !important;
  }
  .tablet-m-x-11 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  .tablet-m-y-11 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .tablet-p-x-11 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .tablet-p-y-11 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-12 {
    margin: 120px !important;
  }
  .tablet\:p-12 {
    padding: 120px !important;
  }
  .tablet\:m-x-12 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .tablet\:m-y-12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .tablet\:p-x-12 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .tablet\:p-y-12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .tablet-m-12 {
    margin: 120px !important;
  }
  .tablet-p-12 {
    padding: 120px !important;
  }
  .tablet-m-x-12 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .tablet-m-y-12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .tablet-p-x-12 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .tablet-p-y-12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-13 {
    margin: 130px !important;
  }
  .tablet\:p-13 {
    padding: 130px !important;
  }
  .tablet\:m-x-13 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  .tablet\:m-y-13 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .tablet\:p-x-13 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .tablet\:p-y-13 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .tablet-m-13 {
    margin: 130px !important;
  }
  .tablet-p-13 {
    padding: 130px !important;
  }
  .tablet-m-x-13 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  .tablet-m-y-13 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .tablet-p-x-13 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .tablet-p-y-13 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-14 {
    margin: 140px !important;
  }
  .tablet\:p-14 {
    padding: 140px !important;
  }
  .tablet\:m-x-14 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  .tablet\:m-y-14 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .tablet\:p-x-14 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .tablet\:p-y-14 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .tablet-m-14 {
    margin: 140px !important;
  }
  .tablet-p-14 {
    padding: 140px !important;
  }
  .tablet-m-x-14 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  .tablet-m-y-14 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .tablet-p-x-14 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .tablet-p-y-14 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-15 {
    margin: 150px !important;
  }
  .tablet\:p-15 {
    padding: 150px !important;
  }
  .tablet\:m-x-15 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .tablet\:m-y-15 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .tablet\:p-x-15 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .tablet\:p-y-15 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .tablet-m-15 {
    margin: 150px !important;
  }
  .tablet-p-15 {
    padding: 150px !important;
  }
  .tablet-m-x-15 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .tablet-m-y-15 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .tablet-p-x-15 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .tablet-p-y-15 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-16 {
    margin: 160px !important;
  }
  .tablet\:p-16 {
    padding: 160px !important;
  }
  .tablet\:m-x-16 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .tablet\:m-y-16 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .tablet\:p-x-16 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .tablet\:p-y-16 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .tablet-m-16 {
    margin: 160px !important;
  }
  .tablet-p-16 {
    padding: 160px !important;
  }
  .tablet-m-x-16 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .tablet-m-y-16 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .tablet-p-x-16 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .tablet-p-y-16 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-17 {
    margin: 170px !important;
  }
  .tablet\:p-17 {
    padding: 170px !important;
  }
  .tablet\:m-x-17 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  .tablet\:m-y-17 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .tablet\:p-x-17 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  .tablet\:p-y-17 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .tablet-m-17 {
    margin: 170px !important;
  }
  .tablet-p-17 {
    padding: 170px !important;
  }
  .tablet-m-x-17 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  .tablet-m-y-17 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .tablet-p-x-17 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  .tablet-p-y-17 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-18 {
    margin: 180px !important;
  }
  .tablet\:p-18 {
    padding: 180px !important;
  }
  .tablet\:m-x-18 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  .tablet\:m-y-18 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .tablet\:p-x-18 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .tablet\:p-y-18 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .tablet-m-18 {
    margin: 180px !important;
  }
  .tablet-p-18 {
    padding: 180px !important;
  }
  .tablet-m-x-18 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  .tablet-m-y-18 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .tablet-p-x-18 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .tablet-p-y-18 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-19 {
    margin: 190px !important;
  }
  .tablet\:p-19 {
    padding: 190px !important;
  }
  .tablet\:m-x-19 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  .tablet\:m-y-19 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .tablet\:p-x-19 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  .tablet\:p-y-19 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .tablet-m-19 {
    margin: 190px !important;
  }
  .tablet-p-19 {
    padding: 190px !important;
  }
  .tablet-m-x-19 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  .tablet-m-y-19 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .tablet-p-x-19 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  .tablet-p-y-19 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-20 {
    margin: 200px !important;
  }
  .tablet\:p-20 {
    padding: 200px !important;
  }
  .tablet\:m-x-20 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .tablet\:m-y-20 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .tablet\:p-x-20 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .tablet\:p-y-20 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .tablet-m-20 {
    margin: 200px !important;
  }
  .tablet-p-20 {
    padding: 200px !important;
  }
  .tablet-m-x-20 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .tablet-m-y-20 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .tablet-p-x-20 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .tablet-p-y-20 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-21 {
    margin: 210px !important;
  }
  .tablet\:p-21 {
    padding: 210px !important;
  }
  .tablet\:m-x-21 {
    margin-left: 210px !important;
    margin-right: 210px !important;
  }
  .tablet\:m-y-21 {
    margin-top: 210px !important;
    margin-bottom: 210px !important;
  }
  .tablet\:p-x-21 {
    padding-left: 210px !important;
    padding-right: 210px !important;
  }
  .tablet\:p-y-21 {
    padding-top: 210px !important;
    padding-bottom: 210px !important;
  }
  .tablet-m-21 {
    margin: 210px !important;
  }
  .tablet-p-21 {
    padding: 210px !important;
  }
  .tablet-m-x-21 {
    margin-left: 210px !important;
    margin-right: 210px !important;
  }
  .tablet-m-y-21 {
    margin-top: 210px !important;
    margin-bottom: 210px !important;
  }
  .tablet-p-x-21 {
    padding-left: 210px !important;
    padding-right: 210px !important;
  }
  .tablet-p-y-21 {
    padding-top: 210px !important;
    padding-bottom: 210px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-22 {
    margin: 220px !important;
  }
  .tablet\:p-22 {
    padding: 220px !important;
  }
  .tablet\:m-x-22 {
    margin-left: 220px !important;
    margin-right: 220px !important;
  }
  .tablet\:m-y-22 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .tablet\:p-x-22 {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }
  .tablet\:p-y-22 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .tablet-m-22 {
    margin: 220px !important;
  }
  .tablet-p-22 {
    padding: 220px !important;
  }
  .tablet-m-x-22 {
    margin-left: 220px !important;
    margin-right: 220px !important;
  }
  .tablet-m-y-22 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .tablet-p-x-22 {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }
  .tablet-p-y-22 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-23 {
    margin: 230px !important;
  }
  .tablet\:p-23 {
    padding: 230px !important;
  }
  .tablet\:m-x-23 {
    margin-left: 230px !important;
    margin-right: 230px !important;
  }
  .tablet\:m-y-23 {
    margin-top: 230px !important;
    margin-bottom: 230px !important;
  }
  .tablet\:p-x-23 {
    padding-left: 230px !important;
    padding-right: 230px !important;
  }
  .tablet\:p-y-23 {
    padding-top: 230px !important;
    padding-bottom: 230px !important;
  }
  .tablet-m-23 {
    margin: 230px !important;
  }
  .tablet-p-23 {
    padding: 230px !important;
  }
  .tablet-m-x-23 {
    margin-left: 230px !important;
    margin-right: 230px !important;
  }
  .tablet-m-y-23 {
    margin-top: 230px !important;
    margin-bottom: 230px !important;
  }
  .tablet-p-x-23 {
    padding-left: 230px !important;
    padding-right: 230px !important;
  }
  .tablet-p-y-23 {
    padding-top: 230px !important;
    padding-bottom: 230px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-24 {
    margin: 240px !important;
  }
  .tablet\:p-24 {
    padding: 240px !important;
  }
  .tablet\:m-x-24 {
    margin-left: 240px !important;
    margin-right: 240px !important;
  }
  .tablet\:m-y-24 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .tablet\:p-x-24 {
    padding-left: 240px !important;
    padding-right: 240px !important;
  }
  .tablet\:p-y-24 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .tablet-m-24 {
    margin: 240px !important;
  }
  .tablet-p-24 {
    padding: 240px !important;
  }
  .tablet-m-x-24 {
    margin-left: 240px !important;
    margin-right: 240px !important;
  }
  .tablet-m-y-24 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .tablet-p-x-24 {
    padding-left: 240px !important;
    padding-right: 240px !important;
  }
  .tablet-p-y-24 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-25 {
    margin: 250px !important;
  }
  .tablet\:p-25 {
    padding: 250px !important;
  }
  .tablet\:m-x-25 {
    margin-left: 250px !important;
    margin-right: 250px !important;
  }
  .tablet\:m-y-25 {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }
  .tablet\:p-x-25 {
    padding-left: 250px !important;
    padding-right: 250px !important;
  }
  .tablet\:p-y-25 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }
  .tablet-m-25 {
    margin: 250px !important;
  }
  .tablet-p-25 {
    padding: 250px !important;
  }
  .tablet-m-x-25 {
    margin-left: 250px !important;
    margin-right: 250px !important;
  }
  .tablet-m-y-25 {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }
  .tablet-p-x-25 {
    padding-left: 250px !important;
    padding-right: 250px !important;
  }
  .tablet-p-y-25 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-26 {
    margin: 260px !important;
  }
  .tablet\:p-26 {
    padding: 260px !important;
  }
  .tablet\:m-x-26 {
    margin-left: 260px !important;
    margin-right: 260px !important;
  }
  .tablet\:m-y-26 {
    margin-top: 260px !important;
    margin-bottom: 260px !important;
  }
  .tablet\:p-x-26 {
    padding-left: 260px !important;
    padding-right: 260px !important;
  }
  .tablet\:p-y-26 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
  }
  .tablet-m-26 {
    margin: 260px !important;
  }
  .tablet-p-26 {
    padding: 260px !important;
  }
  .tablet-m-x-26 {
    margin-left: 260px !important;
    margin-right: 260px !important;
  }
  .tablet-m-y-26 {
    margin-top: 260px !important;
    margin-bottom: 260px !important;
  }
  .tablet-p-x-26 {
    padding-left: 260px !important;
    padding-right: 260px !important;
  }
  .tablet-p-y-26 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-27 {
    margin: 270px !important;
  }
  .tablet\:p-27 {
    padding: 270px !important;
  }
  .tablet\:m-x-27 {
    margin-left: 270px !important;
    margin-right: 270px !important;
  }
  .tablet\:m-y-27 {
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }
  .tablet\:p-x-27 {
    padding-left: 270px !important;
    padding-right: 270px !important;
  }
  .tablet\:p-y-27 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }
  .tablet-m-27 {
    margin: 270px !important;
  }
  .tablet-p-27 {
    padding: 270px !important;
  }
  .tablet-m-x-27 {
    margin-left: 270px !important;
    margin-right: 270px !important;
  }
  .tablet-m-y-27 {
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }
  .tablet-p-x-27 {
    padding-left: 270px !important;
    padding-right: 270px !important;
  }
  .tablet-p-y-27 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-28 {
    margin: 280px !important;
  }
  .tablet\:p-28 {
    padding: 280px !important;
  }
  .tablet\:m-x-28 {
    margin-left: 280px !important;
    margin-right: 280px !important;
  }
  .tablet\:m-y-28 {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
  }
  .tablet\:p-x-28 {
    padding-left: 280px !important;
    padding-right: 280px !important;
  }
  .tablet\:p-y-28 {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
  }
  .tablet-m-28 {
    margin: 280px !important;
  }
  .tablet-p-28 {
    padding: 280px !important;
  }
  .tablet-m-x-28 {
    margin-left: 280px !important;
    margin-right: 280px !important;
  }
  .tablet-m-y-28 {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
  }
  .tablet-p-x-28 {
    padding-left: 280px !important;
    padding-right: 280px !important;
  }
  .tablet-p-y-28 {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-29 {
    margin: 290px !important;
  }
  .tablet\:p-29 {
    padding: 290px !important;
  }
  .tablet\:m-x-29 {
    margin-left: 290px !important;
    margin-right: 290px !important;
  }
  .tablet\:m-y-29 {
    margin-top: 290px !important;
    margin-bottom: 290px !important;
  }
  .tablet\:p-x-29 {
    padding-left: 290px !important;
    padding-right: 290px !important;
  }
  .tablet\:p-y-29 {
    padding-top: 290px !important;
    padding-bottom: 290px !important;
  }
  .tablet-m-29 {
    margin: 290px !important;
  }
  .tablet-p-29 {
    padding: 290px !important;
  }
  .tablet-m-x-29 {
    margin-left: 290px !important;
    margin-right: 290px !important;
  }
  .tablet-m-y-29 {
    margin-top: 290px !important;
    margin-bottom: 290px !important;
  }
  .tablet-p-x-29 {
    padding-left: 290px !important;
    padding-right: 290px !important;
  }
  .tablet-p-y-29 {
    padding-top: 290px !important;
    padding-bottom: 290px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-30 {
    margin: 300px !important;
  }
  .tablet\:p-30 {
    padding: 300px !important;
  }
  .tablet\:m-x-30 {
    margin-left: 300px !important;
    margin-right: 300px !important;
  }
  .tablet\:m-y-30 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }
  .tablet\:p-x-30 {
    padding-left: 300px !important;
    padding-right: 300px !important;
  }
  .tablet\:p-y-30 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }
  .tablet-m-30 {
    margin: 300px !important;
  }
  .tablet-p-30 {
    padding: 300px !important;
  }
  .tablet-m-x-30 {
    margin-left: 300px !important;
    margin-right: 300px !important;
  }
  .tablet-m-y-30 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }
  .tablet-p-x-30 {
    padding-left: 300px !important;
    padding-right: 300px !important;
  }
  .tablet-p-y-30 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-31 {
    margin: 310px !important;
  }
  .tablet\:p-31 {
    padding: 310px !important;
  }
  .tablet\:m-x-31 {
    margin-left: 310px !important;
    margin-right: 310px !important;
  }
  .tablet\:m-y-31 {
    margin-top: 310px !important;
    margin-bottom: 310px !important;
  }
  .tablet\:p-x-31 {
    padding-left: 310px !important;
    padding-right: 310px !important;
  }
  .tablet\:p-y-31 {
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }
  .tablet-m-31 {
    margin: 310px !important;
  }
  .tablet-p-31 {
    padding: 310px !important;
  }
  .tablet-m-x-31 {
    margin-left: 310px !important;
    margin-right: 310px !important;
  }
  .tablet-m-y-31 {
    margin-top: 310px !important;
    margin-bottom: 310px !important;
  }
  .tablet-p-x-31 {
    padding-left: 310px !important;
    padding-right: 310px !important;
  }
  .tablet-p-y-31 {
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-32 {
    margin: 320px !important;
  }
  .tablet\:p-32 {
    padding: 320px !important;
  }
  .tablet\:m-x-32 {
    margin-left: 320px !important;
    margin-right: 320px !important;
  }
  .tablet\:m-y-32 {
    margin-top: 320px !important;
    margin-bottom: 320px !important;
  }
  .tablet\:p-x-32 {
    padding-left: 320px !important;
    padding-right: 320px !important;
  }
  .tablet\:p-y-32 {
    padding-top: 320px !important;
    padding-bottom: 320px !important;
  }
  .tablet-m-32 {
    margin: 320px !important;
  }
  .tablet-p-32 {
    padding: 320px !important;
  }
  .tablet-m-x-32 {
    margin-left: 320px !important;
    margin-right: 320px !important;
  }
  .tablet-m-y-32 {
    margin-top: 320px !important;
    margin-bottom: 320px !important;
  }
  .tablet-p-x-32 {
    padding-left: 320px !important;
    padding-right: 320px !important;
  }
  .tablet-p-y-32 {
    padding-top: 320px !important;
    padding-bottom: 320px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-33 {
    margin: 330px !important;
  }
  .tablet\:p-33 {
    padding: 330px !important;
  }
  .tablet\:m-x-33 {
    margin-left: 330px !important;
    margin-right: 330px !important;
  }
  .tablet\:m-y-33 {
    margin-top: 330px !important;
    margin-bottom: 330px !important;
  }
  .tablet\:p-x-33 {
    padding-left: 330px !important;
    padding-right: 330px !important;
  }
  .tablet\:p-y-33 {
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }
  .tablet-m-33 {
    margin: 330px !important;
  }
  .tablet-p-33 {
    padding: 330px !important;
  }
  .tablet-m-x-33 {
    margin-left: 330px !important;
    margin-right: 330px !important;
  }
  .tablet-m-y-33 {
    margin-top: 330px !important;
    margin-bottom: 330px !important;
  }
  .tablet-p-x-33 {
    padding-left: 330px !important;
    padding-right: 330px !important;
  }
  .tablet-p-y-33 {
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-34 {
    margin: 340px !important;
  }
  .tablet\:p-34 {
    padding: 340px !important;
  }
  .tablet\:m-x-34 {
    margin-left: 340px !important;
    margin-right: 340px !important;
  }
  .tablet\:m-y-34 {
    margin-top: 340px !important;
    margin-bottom: 340px !important;
  }
  .tablet\:p-x-34 {
    padding-left: 340px !important;
    padding-right: 340px !important;
  }
  .tablet\:p-y-34 {
    padding-top: 340px !important;
    padding-bottom: 340px !important;
  }
  .tablet-m-34 {
    margin: 340px !important;
  }
  .tablet-p-34 {
    padding: 340px !important;
  }
  .tablet-m-x-34 {
    margin-left: 340px !important;
    margin-right: 340px !important;
  }
  .tablet-m-y-34 {
    margin-top: 340px !important;
    margin-bottom: 340px !important;
  }
  .tablet-p-x-34 {
    padding-left: 340px !important;
    padding-right: 340px !important;
  }
  .tablet-p-y-34 {
    padding-top: 340px !important;
    padding-bottom: 340px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-35 {
    margin: 350px !important;
  }
  .tablet\:p-35 {
    padding: 350px !important;
  }
  .tablet\:m-x-35 {
    margin-left: 350px !important;
    margin-right: 350px !important;
  }
  .tablet\:m-y-35 {
    margin-top: 350px !important;
    margin-bottom: 350px !important;
  }
  .tablet\:p-x-35 {
    padding-left: 350px !important;
    padding-right: 350px !important;
  }
  .tablet\:p-y-35 {
    padding-top: 350px !important;
    padding-bottom: 350px !important;
  }
  .tablet-m-35 {
    margin: 350px !important;
  }
  .tablet-p-35 {
    padding: 350px !important;
  }
  .tablet-m-x-35 {
    margin-left: 350px !important;
    margin-right: 350px !important;
  }
  .tablet-m-y-35 {
    margin-top: 350px !important;
    margin-bottom: 350px !important;
  }
  .tablet-p-x-35 {
    padding-left: 350px !important;
    padding-right: 350px !important;
  }
  .tablet-p-y-35 {
    padding-top: 350px !important;
    padding-bottom: 350px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-36 {
    margin: 360px !important;
  }
  .tablet\:p-36 {
    padding: 360px !important;
  }
  .tablet\:m-x-36 {
    margin-left: 360px !important;
    margin-right: 360px !important;
  }
  .tablet\:m-y-36 {
    margin-top: 360px !important;
    margin-bottom: 360px !important;
  }
  .tablet\:p-x-36 {
    padding-left: 360px !important;
    padding-right: 360px !important;
  }
  .tablet\:p-y-36 {
    padding-top: 360px !important;
    padding-bottom: 360px !important;
  }
  .tablet-m-36 {
    margin: 360px !important;
  }
  .tablet-p-36 {
    padding: 360px !important;
  }
  .tablet-m-x-36 {
    margin-left: 360px !important;
    margin-right: 360px !important;
  }
  .tablet-m-y-36 {
    margin-top: 360px !important;
    margin-bottom: 360px !important;
  }
  .tablet-p-x-36 {
    padding-left: 360px !important;
    padding-right: 360px !important;
  }
  .tablet-p-y-36 {
    padding-top: 360px !important;
    padding-bottom: 360px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-37 {
    margin: 370px !important;
  }
  .tablet\:p-37 {
    padding: 370px !important;
  }
  .tablet\:m-x-37 {
    margin-left: 370px !important;
    margin-right: 370px !important;
  }
  .tablet\:m-y-37 {
    margin-top: 370px !important;
    margin-bottom: 370px !important;
  }
  .tablet\:p-x-37 {
    padding-left: 370px !important;
    padding-right: 370px !important;
  }
  .tablet\:p-y-37 {
    padding-top: 370px !important;
    padding-bottom: 370px !important;
  }
  .tablet-m-37 {
    margin: 370px !important;
  }
  .tablet-p-37 {
    padding: 370px !important;
  }
  .tablet-m-x-37 {
    margin-left: 370px !important;
    margin-right: 370px !important;
  }
  .tablet-m-y-37 {
    margin-top: 370px !important;
    margin-bottom: 370px !important;
  }
  .tablet-p-x-37 {
    padding-left: 370px !important;
    padding-right: 370px !important;
  }
  .tablet-p-y-37 {
    padding-top: 370px !important;
    padding-bottom: 370px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-38 {
    margin: 380px !important;
  }
  .tablet\:p-38 {
    padding: 380px !important;
  }
  .tablet\:m-x-38 {
    margin-left: 380px !important;
    margin-right: 380px !important;
  }
  .tablet\:m-y-38 {
    margin-top: 380px !important;
    margin-bottom: 380px !important;
  }
  .tablet\:p-x-38 {
    padding-left: 380px !important;
    padding-right: 380px !important;
  }
  .tablet\:p-y-38 {
    padding-top: 380px !important;
    padding-bottom: 380px !important;
  }
  .tablet-m-38 {
    margin: 380px !important;
  }
  .tablet-p-38 {
    padding: 380px !important;
  }
  .tablet-m-x-38 {
    margin-left: 380px !important;
    margin-right: 380px !important;
  }
  .tablet-m-y-38 {
    margin-top: 380px !important;
    margin-bottom: 380px !important;
  }
  .tablet-p-x-38 {
    padding-left: 380px !important;
    padding-right: 380px !important;
  }
  .tablet-p-y-38 {
    padding-top: 380px !important;
    padding-bottom: 380px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-39 {
    margin: 390px !important;
  }
  .tablet\:p-39 {
    padding: 390px !important;
  }
  .tablet\:m-x-39 {
    margin-left: 390px !important;
    margin-right: 390px !important;
  }
  .tablet\:m-y-39 {
    margin-top: 390px !important;
    margin-bottom: 390px !important;
  }
  .tablet\:p-x-39 {
    padding-left: 390px !important;
    padding-right: 390px !important;
  }
  .tablet\:p-y-39 {
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }
  .tablet-m-39 {
    margin: 390px !important;
  }
  .tablet-p-39 {
    padding: 390px !important;
  }
  .tablet-m-x-39 {
    margin-left: 390px !important;
    margin-right: 390px !important;
  }
  .tablet-m-y-39 {
    margin-top: 390px !important;
    margin-bottom: 390px !important;
  }
  .tablet-p-x-39 {
    padding-left: 390px !important;
    padding-right: 390px !important;
  }
  .tablet-p-y-39 {
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-40 {
    margin: 400px !important;
  }
  .tablet\:p-40 {
    padding: 400px !important;
  }
  .tablet\:m-x-40 {
    margin-left: 400px !important;
    margin-right: 400px !important;
  }
  .tablet\:m-y-40 {
    margin-top: 400px !important;
    margin-bottom: 400px !important;
  }
  .tablet\:p-x-40 {
    padding-left: 400px !important;
    padding-right: 400px !important;
  }
  .tablet\:p-y-40 {
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }
  .tablet-m-40 {
    margin: 400px !important;
  }
  .tablet-p-40 {
    padding: 400px !important;
  }
  .tablet-m-x-40 {
    margin-left: 400px !important;
    margin-right: 400px !important;
  }
  .tablet-m-y-40 {
    margin-top: 400px !important;
    margin-bottom: 400px !important;
  }
  .tablet-p-x-40 {
    padding-left: 400px !important;
    padding-right: 400px !important;
  }
  .tablet-p-y-40 {
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-41 {
    margin: 410px !important;
  }
  .tablet\:p-41 {
    padding: 410px !important;
  }
  .tablet\:m-x-41 {
    margin-left: 410px !important;
    margin-right: 410px !important;
  }
  .tablet\:m-y-41 {
    margin-top: 410px !important;
    margin-bottom: 410px !important;
  }
  .tablet\:p-x-41 {
    padding-left: 410px !important;
    padding-right: 410px !important;
  }
  .tablet\:p-y-41 {
    padding-top: 410px !important;
    padding-bottom: 410px !important;
  }
  .tablet-m-41 {
    margin: 410px !important;
  }
  .tablet-p-41 {
    padding: 410px !important;
  }
  .tablet-m-x-41 {
    margin-left: 410px !important;
    margin-right: 410px !important;
  }
  .tablet-m-y-41 {
    margin-top: 410px !important;
    margin-bottom: 410px !important;
  }
  .tablet-p-x-41 {
    padding-left: 410px !important;
    padding-right: 410px !important;
  }
  .tablet-p-y-41 {
    padding-top: 410px !important;
    padding-bottom: 410px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-42 {
    margin: 420px !important;
  }
  .tablet\:p-42 {
    padding: 420px !important;
  }
  .tablet\:m-x-42 {
    margin-left: 420px !important;
    margin-right: 420px !important;
  }
  .tablet\:m-y-42 {
    margin-top: 420px !important;
    margin-bottom: 420px !important;
  }
  .tablet\:p-x-42 {
    padding-left: 420px !important;
    padding-right: 420px !important;
  }
  .tablet\:p-y-42 {
    padding-top: 420px !important;
    padding-bottom: 420px !important;
  }
  .tablet-m-42 {
    margin: 420px !important;
  }
  .tablet-p-42 {
    padding: 420px !important;
  }
  .tablet-m-x-42 {
    margin-left: 420px !important;
    margin-right: 420px !important;
  }
  .tablet-m-y-42 {
    margin-top: 420px !important;
    margin-bottom: 420px !important;
  }
  .tablet-p-x-42 {
    padding-left: 420px !important;
    padding-right: 420px !important;
  }
  .tablet-p-y-42 {
    padding-top: 420px !important;
    padding-bottom: 420px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-43 {
    margin: 430px !important;
  }
  .tablet\:p-43 {
    padding: 430px !important;
  }
  .tablet\:m-x-43 {
    margin-left: 430px !important;
    margin-right: 430px !important;
  }
  .tablet\:m-y-43 {
    margin-top: 430px !important;
    margin-bottom: 430px !important;
  }
  .tablet\:p-x-43 {
    padding-left: 430px !important;
    padding-right: 430px !important;
  }
  .tablet\:p-y-43 {
    padding-top: 430px !important;
    padding-bottom: 430px !important;
  }
  .tablet-m-43 {
    margin: 430px !important;
  }
  .tablet-p-43 {
    padding: 430px !important;
  }
  .tablet-m-x-43 {
    margin-left: 430px !important;
    margin-right: 430px !important;
  }
  .tablet-m-y-43 {
    margin-top: 430px !important;
    margin-bottom: 430px !important;
  }
  .tablet-p-x-43 {
    padding-left: 430px !important;
    padding-right: 430px !important;
  }
  .tablet-p-y-43 {
    padding-top: 430px !important;
    padding-bottom: 430px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-44 {
    margin: 440px !important;
  }
  .tablet\:p-44 {
    padding: 440px !important;
  }
  .tablet\:m-x-44 {
    margin-left: 440px !important;
    margin-right: 440px !important;
  }
  .tablet\:m-y-44 {
    margin-top: 440px !important;
    margin-bottom: 440px !important;
  }
  .tablet\:p-x-44 {
    padding-left: 440px !important;
    padding-right: 440px !important;
  }
  .tablet\:p-y-44 {
    padding-top: 440px !important;
    padding-bottom: 440px !important;
  }
  .tablet-m-44 {
    margin: 440px !important;
  }
  .tablet-p-44 {
    padding: 440px !important;
  }
  .tablet-m-x-44 {
    margin-left: 440px !important;
    margin-right: 440px !important;
  }
  .tablet-m-y-44 {
    margin-top: 440px !important;
    margin-bottom: 440px !important;
  }
  .tablet-p-x-44 {
    padding-left: 440px !important;
    padding-right: 440px !important;
  }
  .tablet-p-y-44 {
    padding-top: 440px !important;
    padding-bottom: 440px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-45 {
    margin: 450px !important;
  }
  .tablet\:p-45 {
    padding: 450px !important;
  }
  .tablet\:m-x-45 {
    margin-left: 450px !important;
    margin-right: 450px !important;
  }
  .tablet\:m-y-45 {
    margin-top: 450px !important;
    margin-bottom: 450px !important;
  }
  .tablet\:p-x-45 {
    padding-left: 450px !important;
    padding-right: 450px !important;
  }
  .tablet\:p-y-45 {
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }
  .tablet-m-45 {
    margin: 450px !important;
  }
  .tablet-p-45 {
    padding: 450px !important;
  }
  .tablet-m-x-45 {
    margin-left: 450px !important;
    margin-right: 450px !important;
  }
  .tablet-m-y-45 {
    margin-top: 450px !important;
    margin-bottom: 450px !important;
  }
  .tablet-p-x-45 {
    padding-left: 450px !important;
    padding-right: 450px !important;
  }
  .tablet-p-y-45 {
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-46 {
    margin: 460px !important;
  }
  .tablet\:p-46 {
    padding: 460px !important;
  }
  .tablet\:m-x-46 {
    margin-left: 460px !important;
    margin-right: 460px !important;
  }
  .tablet\:m-y-46 {
    margin-top: 460px !important;
    margin-bottom: 460px !important;
  }
  .tablet\:p-x-46 {
    padding-left: 460px !important;
    padding-right: 460px !important;
  }
  .tablet\:p-y-46 {
    padding-top: 460px !important;
    padding-bottom: 460px !important;
  }
  .tablet-m-46 {
    margin: 460px !important;
  }
  .tablet-p-46 {
    padding: 460px !important;
  }
  .tablet-m-x-46 {
    margin-left: 460px !important;
    margin-right: 460px !important;
  }
  .tablet-m-y-46 {
    margin-top: 460px !important;
    margin-bottom: 460px !important;
  }
  .tablet-p-x-46 {
    padding-left: 460px !important;
    padding-right: 460px !important;
  }
  .tablet-p-y-46 {
    padding-top: 460px !important;
    padding-bottom: 460px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-47 {
    margin: 470px !important;
  }
  .tablet\:p-47 {
    padding: 470px !important;
  }
  .tablet\:m-x-47 {
    margin-left: 470px !important;
    margin-right: 470px !important;
  }
  .tablet\:m-y-47 {
    margin-top: 470px !important;
    margin-bottom: 470px !important;
  }
  .tablet\:p-x-47 {
    padding-left: 470px !important;
    padding-right: 470px !important;
  }
  .tablet\:p-y-47 {
    padding-top: 470px !important;
    padding-bottom: 470px !important;
  }
  .tablet-m-47 {
    margin: 470px !important;
  }
  .tablet-p-47 {
    padding: 470px !important;
  }
  .tablet-m-x-47 {
    margin-left: 470px !important;
    margin-right: 470px !important;
  }
  .tablet-m-y-47 {
    margin-top: 470px !important;
    margin-bottom: 470px !important;
  }
  .tablet-p-x-47 {
    padding-left: 470px !important;
    padding-right: 470px !important;
  }
  .tablet-p-y-47 {
    padding-top: 470px !important;
    padding-bottom: 470px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-48 {
    margin: 480px !important;
  }
  .tablet\:p-48 {
    padding: 480px !important;
  }
  .tablet\:m-x-48 {
    margin-left: 480px !important;
    margin-right: 480px !important;
  }
  .tablet\:m-y-48 {
    margin-top: 480px !important;
    margin-bottom: 480px !important;
  }
  .tablet\:p-x-48 {
    padding-left: 480px !important;
    padding-right: 480px !important;
  }
  .tablet\:p-y-48 {
    padding-top: 480px !important;
    padding-bottom: 480px !important;
  }
  .tablet-m-48 {
    margin: 480px !important;
  }
  .tablet-p-48 {
    padding: 480px !important;
  }
  .tablet-m-x-48 {
    margin-left: 480px !important;
    margin-right: 480px !important;
  }
  .tablet-m-y-48 {
    margin-top: 480px !important;
    margin-bottom: 480px !important;
  }
  .tablet-p-x-48 {
    padding-left: 480px !important;
    padding-right: 480px !important;
  }
  .tablet-p-y-48 {
    padding-top: 480px !important;
    padding-bottom: 480px !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-49 {
    margin: 490px !important;
  }
  .tablet\:p-49 {
    padding: 490px !important;
  }
  .tablet\:m-x-49 {
    margin-left: 490px !important;
    margin-right: 490px !important;
  }
  .tablet\:m-y-49 {
    margin-top: 490px !important;
    margin-bottom: 490px !important;
  }
  .tablet\:p-x-49 {
    padding-left: 490px !important;
    padding-right: 490px !important;
  }
  .tablet\:p-y-49 {
    padding-top: 490px !important;
    padding-bottom: 490px !important;
  }
  .tablet-m-49 {
    margin: 490px !important;
  }
  .tablet-p-49 {
    padding: 490px !important;
  }
  .tablet-m-x-49 {
    margin-left: 490px !important;
    margin-right: 490px !important;
  }
  .tablet-m-y-49 {
    margin-top: 490px !important;
    margin-bottom: 490px !important;
  }
  .tablet-p-x-49 {
    padding-left: 490px !important;
    padding-right: 490px !important;
  }
  .tablet-p-y-49 {
    padding-top: 490px !important;
    padding-bottom: 490px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--10 {
    margin: -100px !important;
  }
  .tablet-m\:p--10 {
    padding: -100px !important;
  }
  .tablet-m\:m-x--10 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }
  .tablet-m\:m-y--10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .tablet-m\:p-x--10 {
    padding-left: -100px !important;
    padding-right: -100px !important;
  }
  .tablet-m\:p-y--10 {
    padding-top: -100px !important;
    padding-bottom: -100px !important;
  }
  .tablet-m-m--10 {
    margin: -100px !important;
  }
  .tablet-m-p--10 {
    padding: -100px !important;
  }
  .tablet-m-m-x--10 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }
  .tablet-m-m-y--10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .tablet-m-p-x--10 {
    padding-left: -100px !important;
    padding-right: -100px !important;
  }
  .tablet-m-p-y--10 {
    padding-top: -100px !important;
    padding-bottom: -100px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--9\.9 {
    margin: -99px !important;
  }
  .tablet-m\:p--9\.9 {
    padding: -99px !important;
  }
  .tablet-m\:m-x--9\.9 {
    margin-left: -99px !important;
    margin-right: -99px !important;
  }
  .tablet-m\:m-y--9\.9 {
    margin-top: -99px !important;
    margin-bottom: -99px !important;
  }
  .tablet-m\:p-x--9\.9 {
    padding-left: -99px !important;
    padding-right: -99px !important;
  }
  .tablet-m\:p-y--9\.9 {
    padding-top: -99px !important;
    padding-bottom: -99px !important;
  }
  .tablet-m-m--9\.9 {
    margin: -99px !important;
  }
  .tablet-m-p--9\.9 {
    padding: -99px !important;
  }
  .tablet-m-m-x--9\.9 {
    margin-left: -99px !important;
    margin-right: -99px !important;
  }
  .tablet-m-m-y--9\.9 {
    margin-top: -99px !important;
    margin-bottom: -99px !important;
  }
  .tablet-m-p-x--9\.9 {
    padding-left: -99px !important;
    padding-right: -99px !important;
  }
  .tablet-m-p-y--9\.9 {
    padding-top: -99px !important;
    padding-bottom: -99px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--9\.8 {
    margin: -98px !important;
  }
  .tablet-m\:p--9\.8 {
    padding: -98px !important;
  }
  .tablet-m\:m-x--9\.8 {
    margin-left: -98px !important;
    margin-right: -98px !important;
  }
  .tablet-m\:m-y--9\.8 {
    margin-top: -98px !important;
    margin-bottom: -98px !important;
  }
  .tablet-m\:p-x--9\.8 {
    padding-left: -98px !important;
    padding-right: -98px !important;
  }
  .tablet-m\:p-y--9\.8 {
    padding-top: -98px !important;
    padding-bottom: -98px !important;
  }
  .tablet-m-m--9\.8 {
    margin: -98px !important;
  }
  .tablet-m-p--9\.8 {
    padding: -98px !important;
  }
  .tablet-m-m-x--9\.8 {
    margin-left: -98px !important;
    margin-right: -98px !important;
  }
  .tablet-m-m-y--9\.8 {
    margin-top: -98px !important;
    margin-bottom: -98px !important;
  }
  .tablet-m-p-x--9\.8 {
    padding-left: -98px !important;
    padding-right: -98px !important;
  }
  .tablet-m-p-y--9\.8 {
    padding-top: -98px !important;
    padding-bottom: -98px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--9\.7 {
    margin: -97px !important;
  }
  .tablet-m\:p--9\.7 {
    padding: -97px !important;
  }
  .tablet-m\:m-x--9\.7 {
    margin-left: -97px !important;
    margin-right: -97px !important;
  }
  .tablet-m\:m-y--9\.7 {
    margin-top: -97px !important;
    margin-bottom: -97px !important;
  }
  .tablet-m\:p-x--9\.7 {
    padding-left: -97px !important;
    padding-right: -97px !important;
  }
  .tablet-m\:p-y--9\.7 {
    padding-top: -97px !important;
    padding-bottom: -97px !important;
  }
  .tablet-m-m--9\.7 {
    margin: -97px !important;
  }
  .tablet-m-p--9\.7 {
    padding: -97px !important;
  }
  .tablet-m-m-x--9\.7 {
    margin-left: -97px !important;
    margin-right: -97px !important;
  }
  .tablet-m-m-y--9\.7 {
    margin-top: -97px !important;
    margin-bottom: -97px !important;
  }
  .tablet-m-p-x--9\.7 {
    padding-left: -97px !important;
    padding-right: -97px !important;
  }
  .tablet-m-p-y--9\.7 {
    padding-top: -97px !important;
    padding-bottom: -97px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--9\.6 {
    margin: -96px !important;
  }
  .tablet-m\:p--9\.6 {
    padding: -96px !important;
  }
  .tablet-m\:m-x--9\.6 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }
  .tablet-m\:m-y--9\.6 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
  .tablet-m\:p-x--9\.6 {
    padding-left: -96px !important;
    padding-right: -96px !important;
  }
  .tablet-m\:p-y--9\.6 {
    padding-top: -96px !important;
    padding-bottom: -96px !important;
  }
  .tablet-m-m--9\.6 {
    margin: -96px !important;
  }
  .tablet-m-p--9\.6 {
    padding: -96px !important;
  }
  .tablet-m-m-x--9\.6 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }
  .tablet-m-m-y--9\.6 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
  .tablet-m-p-x--9\.6 {
    padding-left: -96px !important;
    padding-right: -96px !important;
  }
  .tablet-m-p-y--9\.6 {
    padding-top: -96px !important;
    padding-bottom: -96px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--9\.5 {
    margin: -95px !important;
  }
  .tablet-m\:p--9\.5 {
    padding: -95px !important;
  }
  .tablet-m\:m-x--9\.5 {
    margin-left: -95px !important;
    margin-right: -95px !important;
  }
  .tablet-m\:m-y--9\.5 {
    margin-top: -95px !important;
    margin-bottom: -95px !important;
  }
  .tablet-m\:p-x--9\.5 {
    padding-left: -95px !important;
    padding-right: -95px !important;
  }
  .tablet-m\:p-y--9\.5 {
    padding-top: -95px !important;
    padding-bottom: -95px !important;
  }
  .tablet-m-m--9\.5 {
    margin: -95px !important;
  }
  .tablet-m-p--9\.5 {
    padding: -95px !important;
  }
  .tablet-m-m-x--9\.5 {
    margin-left: -95px !important;
    margin-right: -95px !important;
  }
  .tablet-m-m-y--9\.5 {
    margin-top: -95px !important;
    margin-bottom: -95px !important;
  }
  .tablet-m-p-x--9\.5 {
    padding-left: -95px !important;
    padding-right: -95px !important;
  }
  .tablet-m-p-y--9\.5 {
    padding-top: -95px !important;
    padding-bottom: -95px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--9\.4 {
    margin: -94px !important;
  }
  .tablet-m\:p--9\.4 {
    padding: -94px !important;
  }
  .tablet-m\:m-x--9\.4 {
    margin-left: -94px !important;
    margin-right: -94px !important;
  }
  .tablet-m\:m-y--9\.4 {
    margin-top: -94px !important;
    margin-bottom: -94px !important;
  }
  .tablet-m\:p-x--9\.4 {
    padding-left: -94px !important;
    padding-right: -94px !important;
  }
  .tablet-m\:p-y--9\.4 {
    padding-top: -94px !important;
    padding-bottom: -94px !important;
  }
  .tablet-m-m--9\.4 {
    margin: -94px !important;
  }
  .tablet-m-p--9\.4 {
    padding: -94px !important;
  }
  .tablet-m-m-x--9\.4 {
    margin-left: -94px !important;
    margin-right: -94px !important;
  }
  .tablet-m-m-y--9\.4 {
    margin-top: -94px !important;
    margin-bottom: -94px !important;
  }
  .tablet-m-p-x--9\.4 {
    padding-left: -94px !important;
    padding-right: -94px !important;
  }
  .tablet-m-p-y--9\.4 {
    padding-top: -94px !important;
    padding-bottom: -94px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--9\.3 {
    margin: -93px !important;
  }
  .tablet-m\:p--9\.3 {
    padding: -93px !important;
  }
  .tablet-m\:m-x--9\.3 {
    margin-left: -93px !important;
    margin-right: -93px !important;
  }
  .tablet-m\:m-y--9\.3 {
    margin-top: -93px !important;
    margin-bottom: -93px !important;
  }
  .tablet-m\:p-x--9\.3 {
    padding-left: -93px !important;
    padding-right: -93px !important;
  }
  .tablet-m\:p-y--9\.3 {
    padding-top: -93px !important;
    padding-bottom: -93px !important;
  }
  .tablet-m-m--9\.3 {
    margin: -93px !important;
  }
  .tablet-m-p--9\.3 {
    padding: -93px !important;
  }
  .tablet-m-m-x--9\.3 {
    margin-left: -93px !important;
    margin-right: -93px !important;
  }
  .tablet-m-m-y--9\.3 {
    margin-top: -93px !important;
    margin-bottom: -93px !important;
  }
  .tablet-m-p-x--9\.3 {
    padding-left: -93px !important;
    padding-right: -93px !important;
  }
  .tablet-m-p-y--9\.3 {
    padding-top: -93px !important;
    padding-bottom: -93px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--9\.2 {
    margin: -92px !important;
  }
  .tablet-m\:p--9\.2 {
    padding: -92px !important;
  }
  .tablet-m\:m-x--9\.2 {
    margin-left: -92px !important;
    margin-right: -92px !important;
  }
  .tablet-m\:m-y--9\.2 {
    margin-top: -92px !important;
    margin-bottom: -92px !important;
  }
  .tablet-m\:p-x--9\.2 {
    padding-left: -92px !important;
    padding-right: -92px !important;
  }
  .tablet-m\:p-y--9\.2 {
    padding-top: -92px !important;
    padding-bottom: -92px !important;
  }
  .tablet-m-m--9\.2 {
    margin: -92px !important;
  }
  .tablet-m-p--9\.2 {
    padding: -92px !important;
  }
  .tablet-m-m-x--9\.2 {
    margin-left: -92px !important;
    margin-right: -92px !important;
  }
  .tablet-m-m-y--9\.2 {
    margin-top: -92px !important;
    margin-bottom: -92px !important;
  }
  .tablet-m-p-x--9\.2 {
    padding-left: -92px !important;
    padding-right: -92px !important;
  }
  .tablet-m-p-y--9\.2 {
    padding-top: -92px !important;
    padding-bottom: -92px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--9\.1 {
    margin: -91px !important;
  }
  .tablet-m\:p--9\.1 {
    padding: -91px !important;
  }
  .tablet-m\:m-x--9\.1 {
    margin-left: -91px !important;
    margin-right: -91px !important;
  }
  .tablet-m\:m-y--9\.1 {
    margin-top: -91px !important;
    margin-bottom: -91px !important;
  }
  .tablet-m\:p-x--9\.1 {
    padding-left: -91px !important;
    padding-right: -91px !important;
  }
  .tablet-m\:p-y--9\.1 {
    padding-top: -91px !important;
    padding-bottom: -91px !important;
  }
  .tablet-m-m--9\.1 {
    margin: -91px !important;
  }
  .tablet-m-p--9\.1 {
    padding: -91px !important;
  }
  .tablet-m-m-x--9\.1 {
    margin-left: -91px !important;
    margin-right: -91px !important;
  }
  .tablet-m-m-y--9\.1 {
    margin-top: -91px !important;
    margin-bottom: -91px !important;
  }
  .tablet-m-p-x--9\.1 {
    padding-left: -91px !important;
    padding-right: -91px !important;
  }
  .tablet-m-p-y--9\.1 {
    padding-top: -91px !important;
    padding-bottom: -91px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--9 {
    margin: -90px !important;
  }
  .tablet-m\:p--9 {
    padding: -90px !important;
  }
  .tablet-m\:m-x--9 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }
  .tablet-m\:m-y--9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .tablet-m\:p-x--9 {
    padding-left: -90px !important;
    padding-right: -90px !important;
  }
  .tablet-m\:p-y--9 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
  .tablet-m-m--9 {
    margin: -90px !important;
  }
  .tablet-m-p--9 {
    padding: -90px !important;
  }
  .tablet-m-m-x--9 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }
  .tablet-m-m-y--9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .tablet-m-p-x--9 {
    padding-left: -90px !important;
    padding-right: -90px !important;
  }
  .tablet-m-p-y--9 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--8\.9 {
    margin: -89px !important;
  }
  .tablet-m\:p--8\.9 {
    padding: -89px !important;
  }
  .tablet-m\:m-x--8\.9 {
    margin-left: -89px !important;
    margin-right: -89px !important;
  }
  .tablet-m\:m-y--8\.9 {
    margin-top: -89px !important;
    margin-bottom: -89px !important;
  }
  .tablet-m\:p-x--8\.9 {
    padding-left: -89px !important;
    padding-right: -89px !important;
  }
  .tablet-m\:p-y--8\.9 {
    padding-top: -89px !important;
    padding-bottom: -89px !important;
  }
  .tablet-m-m--8\.9 {
    margin: -89px !important;
  }
  .tablet-m-p--8\.9 {
    padding: -89px !important;
  }
  .tablet-m-m-x--8\.9 {
    margin-left: -89px !important;
    margin-right: -89px !important;
  }
  .tablet-m-m-y--8\.9 {
    margin-top: -89px !important;
    margin-bottom: -89px !important;
  }
  .tablet-m-p-x--8\.9 {
    padding-left: -89px !important;
    padding-right: -89px !important;
  }
  .tablet-m-p-y--8\.9 {
    padding-top: -89px !important;
    padding-bottom: -89px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--8\.8 {
    margin: -88px !important;
  }
  .tablet-m\:p--8\.8 {
    padding: -88px !important;
  }
  .tablet-m\:m-x--8\.8 {
    margin-left: -88px !important;
    margin-right: -88px !important;
  }
  .tablet-m\:m-y--8\.8 {
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }
  .tablet-m\:p-x--8\.8 {
    padding-left: -88px !important;
    padding-right: -88px !important;
  }
  .tablet-m\:p-y--8\.8 {
    padding-top: -88px !important;
    padding-bottom: -88px !important;
  }
  .tablet-m-m--8\.8 {
    margin: -88px !important;
  }
  .tablet-m-p--8\.8 {
    padding: -88px !important;
  }
  .tablet-m-m-x--8\.8 {
    margin-left: -88px !important;
    margin-right: -88px !important;
  }
  .tablet-m-m-y--8\.8 {
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }
  .tablet-m-p-x--8\.8 {
    padding-left: -88px !important;
    padding-right: -88px !important;
  }
  .tablet-m-p-y--8\.8 {
    padding-top: -88px !important;
    padding-bottom: -88px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--8\.7 {
    margin: -87px !important;
  }
  .tablet-m\:p--8\.7 {
    padding: -87px !important;
  }
  .tablet-m\:m-x--8\.7 {
    margin-left: -87px !important;
    margin-right: -87px !important;
  }
  .tablet-m\:m-y--8\.7 {
    margin-top: -87px !important;
    margin-bottom: -87px !important;
  }
  .tablet-m\:p-x--8\.7 {
    padding-left: -87px !important;
    padding-right: -87px !important;
  }
  .tablet-m\:p-y--8\.7 {
    padding-top: -87px !important;
    padding-bottom: -87px !important;
  }
  .tablet-m-m--8\.7 {
    margin: -87px !important;
  }
  .tablet-m-p--8\.7 {
    padding: -87px !important;
  }
  .tablet-m-m-x--8\.7 {
    margin-left: -87px !important;
    margin-right: -87px !important;
  }
  .tablet-m-m-y--8\.7 {
    margin-top: -87px !important;
    margin-bottom: -87px !important;
  }
  .tablet-m-p-x--8\.7 {
    padding-left: -87px !important;
    padding-right: -87px !important;
  }
  .tablet-m-p-y--8\.7 {
    padding-top: -87px !important;
    padding-bottom: -87px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--8\.6 {
    margin: -86px !important;
  }
  .tablet-m\:p--8\.6 {
    padding: -86px !important;
  }
  .tablet-m\:m-x--8\.6 {
    margin-left: -86px !important;
    margin-right: -86px !important;
  }
  .tablet-m\:m-y--8\.6 {
    margin-top: -86px !important;
    margin-bottom: -86px !important;
  }
  .tablet-m\:p-x--8\.6 {
    padding-left: -86px !important;
    padding-right: -86px !important;
  }
  .tablet-m\:p-y--8\.6 {
    padding-top: -86px !important;
    padding-bottom: -86px !important;
  }
  .tablet-m-m--8\.6 {
    margin: -86px !important;
  }
  .tablet-m-p--8\.6 {
    padding: -86px !important;
  }
  .tablet-m-m-x--8\.6 {
    margin-left: -86px !important;
    margin-right: -86px !important;
  }
  .tablet-m-m-y--8\.6 {
    margin-top: -86px !important;
    margin-bottom: -86px !important;
  }
  .tablet-m-p-x--8\.6 {
    padding-left: -86px !important;
    padding-right: -86px !important;
  }
  .tablet-m-p-y--8\.6 {
    padding-top: -86px !important;
    padding-bottom: -86px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--8\.5 {
    margin: -85px !important;
  }
  .tablet-m\:p--8\.5 {
    padding: -85px !important;
  }
  .tablet-m\:m-x--8\.5 {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }
  .tablet-m\:m-y--8\.5 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }
  .tablet-m\:p-x--8\.5 {
    padding-left: -85px !important;
    padding-right: -85px !important;
  }
  .tablet-m\:p-y--8\.5 {
    padding-top: -85px !important;
    padding-bottom: -85px !important;
  }
  .tablet-m-m--8\.5 {
    margin: -85px !important;
  }
  .tablet-m-p--8\.5 {
    padding: -85px !important;
  }
  .tablet-m-m-x--8\.5 {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }
  .tablet-m-m-y--8\.5 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }
  .tablet-m-p-x--8\.5 {
    padding-left: -85px !important;
    padding-right: -85px !important;
  }
  .tablet-m-p-y--8\.5 {
    padding-top: -85px !important;
    padding-bottom: -85px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--8\.4 {
    margin: -84px !important;
  }
  .tablet-m\:p--8\.4 {
    padding: -84px !important;
  }
  .tablet-m\:m-x--8\.4 {
    margin-left: -84px !important;
    margin-right: -84px !important;
  }
  .tablet-m\:m-y--8\.4 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }
  .tablet-m\:p-x--8\.4 {
    padding-left: -84px !important;
    padding-right: -84px !important;
  }
  .tablet-m\:p-y--8\.4 {
    padding-top: -84px !important;
    padding-bottom: -84px !important;
  }
  .tablet-m-m--8\.4 {
    margin: -84px !important;
  }
  .tablet-m-p--8\.4 {
    padding: -84px !important;
  }
  .tablet-m-m-x--8\.4 {
    margin-left: -84px !important;
    margin-right: -84px !important;
  }
  .tablet-m-m-y--8\.4 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }
  .tablet-m-p-x--8\.4 {
    padding-left: -84px !important;
    padding-right: -84px !important;
  }
  .tablet-m-p-y--8\.4 {
    padding-top: -84px !important;
    padding-bottom: -84px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--8\.3 {
    margin: -83px !important;
  }
  .tablet-m\:p--8\.3 {
    padding: -83px !important;
  }
  .tablet-m\:m-x--8\.3 {
    margin-left: -83px !important;
    margin-right: -83px !important;
  }
  .tablet-m\:m-y--8\.3 {
    margin-top: -83px !important;
    margin-bottom: -83px !important;
  }
  .tablet-m\:p-x--8\.3 {
    padding-left: -83px !important;
    padding-right: -83px !important;
  }
  .tablet-m\:p-y--8\.3 {
    padding-top: -83px !important;
    padding-bottom: -83px !important;
  }
  .tablet-m-m--8\.3 {
    margin: -83px !important;
  }
  .tablet-m-p--8\.3 {
    padding: -83px !important;
  }
  .tablet-m-m-x--8\.3 {
    margin-left: -83px !important;
    margin-right: -83px !important;
  }
  .tablet-m-m-y--8\.3 {
    margin-top: -83px !important;
    margin-bottom: -83px !important;
  }
  .tablet-m-p-x--8\.3 {
    padding-left: -83px !important;
    padding-right: -83px !important;
  }
  .tablet-m-p-y--8\.3 {
    padding-top: -83px !important;
    padding-bottom: -83px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--8\.2 {
    margin: -82px !important;
  }
  .tablet-m\:p--8\.2 {
    padding: -82px !important;
  }
  .tablet-m\:m-x--8\.2 {
    margin-left: -82px !important;
    margin-right: -82px !important;
  }
  .tablet-m\:m-y--8\.2 {
    margin-top: -82px !important;
    margin-bottom: -82px !important;
  }
  .tablet-m\:p-x--8\.2 {
    padding-left: -82px !important;
    padding-right: -82px !important;
  }
  .tablet-m\:p-y--8\.2 {
    padding-top: -82px !important;
    padding-bottom: -82px !important;
  }
  .tablet-m-m--8\.2 {
    margin: -82px !important;
  }
  .tablet-m-p--8\.2 {
    padding: -82px !important;
  }
  .tablet-m-m-x--8\.2 {
    margin-left: -82px !important;
    margin-right: -82px !important;
  }
  .tablet-m-m-y--8\.2 {
    margin-top: -82px !important;
    margin-bottom: -82px !important;
  }
  .tablet-m-p-x--8\.2 {
    padding-left: -82px !important;
    padding-right: -82px !important;
  }
  .tablet-m-p-y--8\.2 {
    padding-top: -82px !important;
    padding-bottom: -82px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--8\.1 {
    margin: -81px !important;
  }
  .tablet-m\:p--8\.1 {
    padding: -81px !important;
  }
  .tablet-m\:m-x--8\.1 {
    margin-left: -81px !important;
    margin-right: -81px !important;
  }
  .tablet-m\:m-y--8\.1 {
    margin-top: -81px !important;
    margin-bottom: -81px !important;
  }
  .tablet-m\:p-x--8\.1 {
    padding-left: -81px !important;
    padding-right: -81px !important;
  }
  .tablet-m\:p-y--8\.1 {
    padding-top: -81px !important;
    padding-bottom: -81px !important;
  }
  .tablet-m-m--8\.1 {
    margin: -81px !important;
  }
  .tablet-m-p--8\.1 {
    padding: -81px !important;
  }
  .tablet-m-m-x--8\.1 {
    margin-left: -81px !important;
    margin-right: -81px !important;
  }
  .tablet-m-m-y--8\.1 {
    margin-top: -81px !important;
    margin-bottom: -81px !important;
  }
  .tablet-m-p-x--8\.1 {
    padding-left: -81px !important;
    padding-right: -81px !important;
  }
  .tablet-m-p-y--8\.1 {
    padding-top: -81px !important;
    padding-bottom: -81px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--8 {
    margin: -80px !important;
  }
  .tablet-m\:p--8 {
    padding: -80px !important;
  }
  .tablet-m\:m-x--8 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }
  .tablet-m\:m-y--8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .tablet-m\:p-x--8 {
    padding-left: -80px !important;
    padding-right: -80px !important;
  }
  .tablet-m\:p-y--8 {
    padding-top: -80px !important;
    padding-bottom: -80px !important;
  }
  .tablet-m-m--8 {
    margin: -80px !important;
  }
  .tablet-m-p--8 {
    padding: -80px !important;
  }
  .tablet-m-m-x--8 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }
  .tablet-m-m-y--8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .tablet-m-p-x--8 {
    padding-left: -80px !important;
    padding-right: -80px !important;
  }
  .tablet-m-p-y--8 {
    padding-top: -80px !important;
    padding-bottom: -80px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--7\.9 {
    margin: -79px !important;
  }
  .tablet-m\:p--7\.9 {
    padding: -79px !important;
  }
  .tablet-m\:m-x--7\.9 {
    margin-left: -79px !important;
    margin-right: -79px !important;
  }
  .tablet-m\:m-y--7\.9 {
    margin-top: -79px !important;
    margin-bottom: -79px !important;
  }
  .tablet-m\:p-x--7\.9 {
    padding-left: -79px !important;
    padding-right: -79px !important;
  }
  .tablet-m\:p-y--7\.9 {
    padding-top: -79px !important;
    padding-bottom: -79px !important;
  }
  .tablet-m-m--7\.9 {
    margin: -79px !important;
  }
  .tablet-m-p--7\.9 {
    padding: -79px !important;
  }
  .tablet-m-m-x--7\.9 {
    margin-left: -79px !important;
    margin-right: -79px !important;
  }
  .tablet-m-m-y--7\.9 {
    margin-top: -79px !important;
    margin-bottom: -79px !important;
  }
  .tablet-m-p-x--7\.9 {
    padding-left: -79px !important;
    padding-right: -79px !important;
  }
  .tablet-m-p-y--7\.9 {
    padding-top: -79px !important;
    padding-bottom: -79px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--7\.8 {
    margin: -78px !important;
  }
  .tablet-m\:p--7\.8 {
    padding: -78px !important;
  }
  .tablet-m\:m-x--7\.8 {
    margin-left: -78px !important;
    margin-right: -78px !important;
  }
  .tablet-m\:m-y--7\.8 {
    margin-top: -78px !important;
    margin-bottom: -78px !important;
  }
  .tablet-m\:p-x--7\.8 {
    padding-left: -78px !important;
    padding-right: -78px !important;
  }
  .tablet-m\:p-y--7\.8 {
    padding-top: -78px !important;
    padding-bottom: -78px !important;
  }
  .tablet-m-m--7\.8 {
    margin: -78px !important;
  }
  .tablet-m-p--7\.8 {
    padding: -78px !important;
  }
  .tablet-m-m-x--7\.8 {
    margin-left: -78px !important;
    margin-right: -78px !important;
  }
  .tablet-m-m-y--7\.8 {
    margin-top: -78px !important;
    margin-bottom: -78px !important;
  }
  .tablet-m-p-x--7\.8 {
    padding-left: -78px !important;
    padding-right: -78px !important;
  }
  .tablet-m-p-y--7\.8 {
    padding-top: -78px !important;
    padding-bottom: -78px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--7\.7 {
    margin: -77px !important;
  }
  .tablet-m\:p--7\.7 {
    padding: -77px !important;
  }
  .tablet-m\:m-x--7\.7 {
    margin-left: -77px !important;
    margin-right: -77px !important;
  }
  .tablet-m\:m-y--7\.7 {
    margin-top: -77px !important;
    margin-bottom: -77px !important;
  }
  .tablet-m\:p-x--7\.7 {
    padding-left: -77px !important;
    padding-right: -77px !important;
  }
  .tablet-m\:p-y--7\.7 {
    padding-top: -77px !important;
    padding-bottom: -77px !important;
  }
  .tablet-m-m--7\.7 {
    margin: -77px !important;
  }
  .tablet-m-p--7\.7 {
    padding: -77px !important;
  }
  .tablet-m-m-x--7\.7 {
    margin-left: -77px !important;
    margin-right: -77px !important;
  }
  .tablet-m-m-y--7\.7 {
    margin-top: -77px !important;
    margin-bottom: -77px !important;
  }
  .tablet-m-p-x--7\.7 {
    padding-left: -77px !important;
    padding-right: -77px !important;
  }
  .tablet-m-p-y--7\.7 {
    padding-top: -77px !important;
    padding-bottom: -77px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--7\.6 {
    margin: -76px !important;
  }
  .tablet-m\:p--7\.6 {
    padding: -76px !important;
  }
  .tablet-m\:m-x--7\.6 {
    margin-left: -76px !important;
    margin-right: -76px !important;
  }
  .tablet-m\:m-y--7\.6 {
    margin-top: -76px !important;
    margin-bottom: -76px !important;
  }
  .tablet-m\:p-x--7\.6 {
    padding-left: -76px !important;
    padding-right: -76px !important;
  }
  .tablet-m\:p-y--7\.6 {
    padding-top: -76px !important;
    padding-bottom: -76px !important;
  }
  .tablet-m-m--7\.6 {
    margin: -76px !important;
  }
  .tablet-m-p--7\.6 {
    padding: -76px !important;
  }
  .tablet-m-m-x--7\.6 {
    margin-left: -76px !important;
    margin-right: -76px !important;
  }
  .tablet-m-m-y--7\.6 {
    margin-top: -76px !important;
    margin-bottom: -76px !important;
  }
  .tablet-m-p-x--7\.6 {
    padding-left: -76px !important;
    padding-right: -76px !important;
  }
  .tablet-m-p-y--7\.6 {
    padding-top: -76px !important;
    padding-bottom: -76px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--7\.5 {
    margin: -75px !important;
  }
  .tablet-m\:p--7\.5 {
    padding: -75px !important;
  }
  .tablet-m\:m-x--7\.5 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }
  .tablet-m\:m-y--7\.5 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }
  .tablet-m\:p-x--7\.5 {
    padding-left: -75px !important;
    padding-right: -75px !important;
  }
  .tablet-m\:p-y--7\.5 {
    padding-top: -75px !important;
    padding-bottom: -75px !important;
  }
  .tablet-m-m--7\.5 {
    margin: -75px !important;
  }
  .tablet-m-p--7\.5 {
    padding: -75px !important;
  }
  .tablet-m-m-x--7\.5 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }
  .tablet-m-m-y--7\.5 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }
  .tablet-m-p-x--7\.5 {
    padding-left: -75px !important;
    padding-right: -75px !important;
  }
  .tablet-m-p-y--7\.5 {
    padding-top: -75px !important;
    padding-bottom: -75px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--7\.4 {
    margin: -74px !important;
  }
  .tablet-m\:p--7\.4 {
    padding: -74px !important;
  }
  .tablet-m\:m-x--7\.4 {
    margin-left: -74px !important;
    margin-right: -74px !important;
  }
  .tablet-m\:m-y--7\.4 {
    margin-top: -74px !important;
    margin-bottom: -74px !important;
  }
  .tablet-m\:p-x--7\.4 {
    padding-left: -74px !important;
    padding-right: -74px !important;
  }
  .tablet-m\:p-y--7\.4 {
    padding-top: -74px !important;
    padding-bottom: -74px !important;
  }
  .tablet-m-m--7\.4 {
    margin: -74px !important;
  }
  .tablet-m-p--7\.4 {
    padding: -74px !important;
  }
  .tablet-m-m-x--7\.4 {
    margin-left: -74px !important;
    margin-right: -74px !important;
  }
  .tablet-m-m-y--7\.4 {
    margin-top: -74px !important;
    margin-bottom: -74px !important;
  }
  .tablet-m-p-x--7\.4 {
    padding-left: -74px !important;
    padding-right: -74px !important;
  }
  .tablet-m-p-y--7\.4 {
    padding-top: -74px !important;
    padding-bottom: -74px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--7\.3 {
    margin: -73px !important;
  }
  .tablet-m\:p--7\.3 {
    padding: -73px !important;
  }
  .tablet-m\:m-x--7\.3 {
    margin-left: -73px !important;
    margin-right: -73px !important;
  }
  .tablet-m\:m-y--7\.3 {
    margin-top: -73px !important;
    margin-bottom: -73px !important;
  }
  .tablet-m\:p-x--7\.3 {
    padding-left: -73px !important;
    padding-right: -73px !important;
  }
  .tablet-m\:p-y--7\.3 {
    padding-top: -73px !important;
    padding-bottom: -73px !important;
  }
  .tablet-m-m--7\.3 {
    margin: -73px !important;
  }
  .tablet-m-p--7\.3 {
    padding: -73px !important;
  }
  .tablet-m-m-x--7\.3 {
    margin-left: -73px !important;
    margin-right: -73px !important;
  }
  .tablet-m-m-y--7\.3 {
    margin-top: -73px !important;
    margin-bottom: -73px !important;
  }
  .tablet-m-p-x--7\.3 {
    padding-left: -73px !important;
    padding-right: -73px !important;
  }
  .tablet-m-p-y--7\.3 {
    padding-top: -73px !important;
    padding-bottom: -73px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--7\.2 {
    margin: -72px !important;
  }
  .tablet-m\:p--7\.2 {
    padding: -72px !important;
  }
  .tablet-m\:m-x--7\.2 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }
  .tablet-m\:m-y--7\.2 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .tablet-m\:p-x--7\.2 {
    padding-left: -72px !important;
    padding-right: -72px !important;
  }
  .tablet-m\:p-y--7\.2 {
    padding-top: -72px !important;
    padding-bottom: -72px !important;
  }
  .tablet-m-m--7\.2 {
    margin: -72px !important;
  }
  .tablet-m-p--7\.2 {
    padding: -72px !important;
  }
  .tablet-m-m-x--7\.2 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }
  .tablet-m-m-y--7\.2 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .tablet-m-p-x--7\.2 {
    padding-left: -72px !important;
    padding-right: -72px !important;
  }
  .tablet-m-p-y--7\.2 {
    padding-top: -72px !important;
    padding-bottom: -72px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--7\.1 {
    margin: -71px !important;
  }
  .tablet-m\:p--7\.1 {
    padding: -71px !important;
  }
  .tablet-m\:m-x--7\.1 {
    margin-left: -71px !important;
    margin-right: -71px !important;
  }
  .tablet-m\:m-y--7\.1 {
    margin-top: -71px !important;
    margin-bottom: -71px !important;
  }
  .tablet-m\:p-x--7\.1 {
    padding-left: -71px !important;
    padding-right: -71px !important;
  }
  .tablet-m\:p-y--7\.1 {
    padding-top: -71px !important;
    padding-bottom: -71px !important;
  }
  .tablet-m-m--7\.1 {
    margin: -71px !important;
  }
  .tablet-m-p--7\.1 {
    padding: -71px !important;
  }
  .tablet-m-m-x--7\.1 {
    margin-left: -71px !important;
    margin-right: -71px !important;
  }
  .tablet-m-m-y--7\.1 {
    margin-top: -71px !important;
    margin-bottom: -71px !important;
  }
  .tablet-m-p-x--7\.1 {
    padding-left: -71px !important;
    padding-right: -71px !important;
  }
  .tablet-m-p-y--7\.1 {
    padding-top: -71px !important;
    padding-bottom: -71px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--7 {
    margin: -70px !important;
  }
  .tablet-m\:p--7 {
    padding: -70px !important;
  }
  .tablet-m\:m-x--7 {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }
  .tablet-m\:m-y--7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }
  .tablet-m\:p-x--7 {
    padding-left: -70px !important;
    padding-right: -70px !important;
  }
  .tablet-m\:p-y--7 {
    padding-top: -70px !important;
    padding-bottom: -70px !important;
  }
  .tablet-m-m--7 {
    margin: -70px !important;
  }
  .tablet-m-p--7 {
    padding: -70px !important;
  }
  .tablet-m-m-x--7 {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }
  .tablet-m-m-y--7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }
  .tablet-m-p-x--7 {
    padding-left: -70px !important;
    padding-right: -70px !important;
  }
  .tablet-m-p-y--7 {
    padding-top: -70px !important;
    padding-bottom: -70px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--6\.9 {
    margin: -69px !important;
  }
  .tablet-m\:p--6\.9 {
    padding: -69px !important;
  }
  .tablet-m\:m-x--6\.9 {
    margin-left: -69px !important;
    margin-right: -69px !important;
  }
  .tablet-m\:m-y--6\.9 {
    margin-top: -69px !important;
    margin-bottom: -69px !important;
  }
  .tablet-m\:p-x--6\.9 {
    padding-left: -69px !important;
    padding-right: -69px !important;
  }
  .tablet-m\:p-y--6\.9 {
    padding-top: -69px !important;
    padding-bottom: -69px !important;
  }
  .tablet-m-m--6\.9 {
    margin: -69px !important;
  }
  .tablet-m-p--6\.9 {
    padding: -69px !important;
  }
  .tablet-m-m-x--6\.9 {
    margin-left: -69px !important;
    margin-right: -69px !important;
  }
  .tablet-m-m-y--6\.9 {
    margin-top: -69px !important;
    margin-bottom: -69px !important;
  }
  .tablet-m-p-x--6\.9 {
    padding-left: -69px !important;
    padding-right: -69px !important;
  }
  .tablet-m-p-y--6\.9 {
    padding-top: -69px !important;
    padding-bottom: -69px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--6\.8 {
    margin: -68px !important;
  }
  .tablet-m\:p--6\.8 {
    padding: -68px !important;
  }
  .tablet-m\:m-x--6\.8 {
    margin-left: -68px !important;
    margin-right: -68px !important;
  }
  .tablet-m\:m-y--6\.8 {
    margin-top: -68px !important;
    margin-bottom: -68px !important;
  }
  .tablet-m\:p-x--6\.8 {
    padding-left: -68px !important;
    padding-right: -68px !important;
  }
  .tablet-m\:p-y--6\.8 {
    padding-top: -68px !important;
    padding-bottom: -68px !important;
  }
  .tablet-m-m--6\.8 {
    margin: -68px !important;
  }
  .tablet-m-p--6\.8 {
    padding: -68px !important;
  }
  .tablet-m-m-x--6\.8 {
    margin-left: -68px !important;
    margin-right: -68px !important;
  }
  .tablet-m-m-y--6\.8 {
    margin-top: -68px !important;
    margin-bottom: -68px !important;
  }
  .tablet-m-p-x--6\.8 {
    padding-left: -68px !important;
    padding-right: -68px !important;
  }
  .tablet-m-p-y--6\.8 {
    padding-top: -68px !important;
    padding-bottom: -68px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--6\.7 {
    margin: -67px !important;
  }
  .tablet-m\:p--6\.7 {
    padding: -67px !important;
  }
  .tablet-m\:m-x--6\.7 {
    margin-left: -67px !important;
    margin-right: -67px !important;
  }
  .tablet-m\:m-y--6\.7 {
    margin-top: -67px !important;
    margin-bottom: -67px !important;
  }
  .tablet-m\:p-x--6\.7 {
    padding-left: -67px !important;
    padding-right: -67px !important;
  }
  .tablet-m\:p-y--6\.7 {
    padding-top: -67px !important;
    padding-bottom: -67px !important;
  }
  .tablet-m-m--6\.7 {
    margin: -67px !important;
  }
  .tablet-m-p--6\.7 {
    padding: -67px !important;
  }
  .tablet-m-m-x--6\.7 {
    margin-left: -67px !important;
    margin-right: -67px !important;
  }
  .tablet-m-m-y--6\.7 {
    margin-top: -67px !important;
    margin-bottom: -67px !important;
  }
  .tablet-m-p-x--6\.7 {
    padding-left: -67px !important;
    padding-right: -67px !important;
  }
  .tablet-m-p-y--6\.7 {
    padding-top: -67px !important;
    padding-bottom: -67px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--6\.6 {
    margin: -66px !important;
  }
  .tablet-m\:p--6\.6 {
    padding: -66px !important;
  }
  .tablet-m\:m-x--6\.6 {
    margin-left: -66px !important;
    margin-right: -66px !important;
  }
  .tablet-m\:m-y--6\.6 {
    margin-top: -66px !important;
    margin-bottom: -66px !important;
  }
  .tablet-m\:p-x--6\.6 {
    padding-left: -66px !important;
    padding-right: -66px !important;
  }
  .tablet-m\:p-y--6\.6 {
    padding-top: -66px !important;
    padding-bottom: -66px !important;
  }
  .tablet-m-m--6\.6 {
    margin: -66px !important;
  }
  .tablet-m-p--6\.6 {
    padding: -66px !important;
  }
  .tablet-m-m-x--6\.6 {
    margin-left: -66px !important;
    margin-right: -66px !important;
  }
  .tablet-m-m-y--6\.6 {
    margin-top: -66px !important;
    margin-bottom: -66px !important;
  }
  .tablet-m-p-x--6\.6 {
    padding-left: -66px !important;
    padding-right: -66px !important;
  }
  .tablet-m-p-y--6\.6 {
    padding-top: -66px !important;
    padding-bottom: -66px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--6\.5 {
    margin: -65px !important;
  }
  .tablet-m\:p--6\.5 {
    padding: -65px !important;
  }
  .tablet-m\:m-x--6\.5 {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }
  .tablet-m\:m-y--6\.5 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }
  .tablet-m\:p-x--6\.5 {
    padding-left: -65px !important;
    padding-right: -65px !important;
  }
  .tablet-m\:p-y--6\.5 {
    padding-top: -65px !important;
    padding-bottom: -65px !important;
  }
  .tablet-m-m--6\.5 {
    margin: -65px !important;
  }
  .tablet-m-p--6\.5 {
    padding: -65px !important;
  }
  .tablet-m-m-x--6\.5 {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }
  .tablet-m-m-y--6\.5 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }
  .tablet-m-p-x--6\.5 {
    padding-left: -65px !important;
    padding-right: -65px !important;
  }
  .tablet-m-p-y--6\.5 {
    padding-top: -65px !important;
    padding-bottom: -65px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--6\.4 {
    margin: -64px !important;
  }
  .tablet-m\:p--6\.4 {
    padding: -64px !important;
  }
  .tablet-m\:m-x--6\.4 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }
  .tablet-m\:m-y--6\.4 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .tablet-m\:p-x--6\.4 {
    padding-left: -64px !important;
    padding-right: -64px !important;
  }
  .tablet-m\:p-y--6\.4 {
    padding-top: -64px !important;
    padding-bottom: -64px !important;
  }
  .tablet-m-m--6\.4 {
    margin: -64px !important;
  }
  .tablet-m-p--6\.4 {
    padding: -64px !important;
  }
  .tablet-m-m-x--6\.4 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }
  .tablet-m-m-y--6\.4 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .tablet-m-p-x--6\.4 {
    padding-left: -64px !important;
    padding-right: -64px !important;
  }
  .tablet-m-p-y--6\.4 {
    padding-top: -64px !important;
    padding-bottom: -64px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--6\.3 {
    margin: -63px !important;
  }
  .tablet-m\:p--6\.3 {
    padding: -63px !important;
  }
  .tablet-m\:m-x--6\.3 {
    margin-left: -63px !important;
    margin-right: -63px !important;
  }
  .tablet-m\:m-y--6\.3 {
    margin-top: -63px !important;
    margin-bottom: -63px !important;
  }
  .tablet-m\:p-x--6\.3 {
    padding-left: -63px !important;
    padding-right: -63px !important;
  }
  .tablet-m\:p-y--6\.3 {
    padding-top: -63px !important;
    padding-bottom: -63px !important;
  }
  .tablet-m-m--6\.3 {
    margin: -63px !important;
  }
  .tablet-m-p--6\.3 {
    padding: -63px !important;
  }
  .tablet-m-m-x--6\.3 {
    margin-left: -63px !important;
    margin-right: -63px !important;
  }
  .tablet-m-m-y--6\.3 {
    margin-top: -63px !important;
    margin-bottom: -63px !important;
  }
  .tablet-m-p-x--6\.3 {
    padding-left: -63px !important;
    padding-right: -63px !important;
  }
  .tablet-m-p-y--6\.3 {
    padding-top: -63px !important;
    padding-bottom: -63px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--6\.2 {
    margin: -62px !important;
  }
  .tablet-m\:p--6\.2 {
    padding: -62px !important;
  }
  .tablet-m\:m-x--6\.2 {
    margin-left: -62px !important;
    margin-right: -62px !important;
  }
  .tablet-m\:m-y--6\.2 {
    margin-top: -62px !important;
    margin-bottom: -62px !important;
  }
  .tablet-m\:p-x--6\.2 {
    padding-left: -62px !important;
    padding-right: -62px !important;
  }
  .tablet-m\:p-y--6\.2 {
    padding-top: -62px !important;
    padding-bottom: -62px !important;
  }
  .tablet-m-m--6\.2 {
    margin: -62px !important;
  }
  .tablet-m-p--6\.2 {
    padding: -62px !important;
  }
  .tablet-m-m-x--6\.2 {
    margin-left: -62px !important;
    margin-right: -62px !important;
  }
  .tablet-m-m-y--6\.2 {
    margin-top: -62px !important;
    margin-bottom: -62px !important;
  }
  .tablet-m-p-x--6\.2 {
    padding-left: -62px !important;
    padding-right: -62px !important;
  }
  .tablet-m-p-y--6\.2 {
    padding-top: -62px !important;
    padding-bottom: -62px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--6\.1 {
    margin: -61px !important;
  }
  .tablet-m\:p--6\.1 {
    padding: -61px !important;
  }
  .tablet-m\:m-x--6\.1 {
    margin-left: -61px !important;
    margin-right: -61px !important;
  }
  .tablet-m\:m-y--6\.1 {
    margin-top: -61px !important;
    margin-bottom: -61px !important;
  }
  .tablet-m\:p-x--6\.1 {
    padding-left: -61px !important;
    padding-right: -61px !important;
  }
  .tablet-m\:p-y--6\.1 {
    padding-top: -61px !important;
    padding-bottom: -61px !important;
  }
  .tablet-m-m--6\.1 {
    margin: -61px !important;
  }
  .tablet-m-p--6\.1 {
    padding: -61px !important;
  }
  .tablet-m-m-x--6\.1 {
    margin-left: -61px !important;
    margin-right: -61px !important;
  }
  .tablet-m-m-y--6\.1 {
    margin-top: -61px !important;
    margin-bottom: -61px !important;
  }
  .tablet-m-p-x--6\.1 {
    padding-left: -61px !important;
    padding-right: -61px !important;
  }
  .tablet-m-p-y--6\.1 {
    padding-top: -61px !important;
    padding-bottom: -61px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--6 {
    margin: -60px !important;
  }
  .tablet-m\:p--6 {
    padding: -60px !important;
  }
  .tablet-m\:m-x--6 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }
  .tablet-m\:m-y--6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .tablet-m\:p-x--6 {
    padding-left: -60px !important;
    padding-right: -60px !important;
  }
  .tablet-m\:p-y--6 {
    padding-top: -60px !important;
    padding-bottom: -60px !important;
  }
  .tablet-m-m--6 {
    margin: -60px !important;
  }
  .tablet-m-p--6 {
    padding: -60px !important;
  }
  .tablet-m-m-x--6 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }
  .tablet-m-m-y--6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .tablet-m-p-x--6 {
    padding-left: -60px !important;
    padding-right: -60px !important;
  }
  .tablet-m-p-y--6 {
    padding-top: -60px !important;
    padding-bottom: -60px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--5\.9 {
    margin: -59px !important;
  }
  .tablet-m\:p--5\.9 {
    padding: -59px !important;
  }
  .tablet-m\:m-x--5\.9 {
    margin-left: -59px !important;
    margin-right: -59px !important;
  }
  .tablet-m\:m-y--5\.9 {
    margin-top: -59px !important;
    margin-bottom: -59px !important;
  }
  .tablet-m\:p-x--5\.9 {
    padding-left: -59px !important;
    padding-right: -59px !important;
  }
  .tablet-m\:p-y--5\.9 {
    padding-top: -59px !important;
    padding-bottom: -59px !important;
  }
  .tablet-m-m--5\.9 {
    margin: -59px !important;
  }
  .tablet-m-p--5\.9 {
    padding: -59px !important;
  }
  .tablet-m-m-x--5\.9 {
    margin-left: -59px !important;
    margin-right: -59px !important;
  }
  .tablet-m-m-y--5\.9 {
    margin-top: -59px !important;
    margin-bottom: -59px !important;
  }
  .tablet-m-p-x--5\.9 {
    padding-left: -59px !important;
    padding-right: -59px !important;
  }
  .tablet-m-p-y--5\.9 {
    padding-top: -59px !important;
    padding-bottom: -59px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--5\.8 {
    margin: -58px !important;
  }
  .tablet-m\:p--5\.8 {
    padding: -58px !important;
  }
  .tablet-m\:m-x--5\.8 {
    margin-left: -58px !important;
    margin-right: -58px !important;
  }
  .tablet-m\:m-y--5\.8 {
    margin-top: -58px !important;
    margin-bottom: -58px !important;
  }
  .tablet-m\:p-x--5\.8 {
    padding-left: -58px !important;
    padding-right: -58px !important;
  }
  .tablet-m\:p-y--5\.8 {
    padding-top: -58px !important;
    padding-bottom: -58px !important;
  }
  .tablet-m-m--5\.8 {
    margin: -58px !important;
  }
  .tablet-m-p--5\.8 {
    padding: -58px !important;
  }
  .tablet-m-m-x--5\.8 {
    margin-left: -58px !important;
    margin-right: -58px !important;
  }
  .tablet-m-m-y--5\.8 {
    margin-top: -58px !important;
    margin-bottom: -58px !important;
  }
  .tablet-m-p-x--5\.8 {
    padding-left: -58px !important;
    padding-right: -58px !important;
  }
  .tablet-m-p-y--5\.8 {
    padding-top: -58px !important;
    padding-bottom: -58px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--5\.7 {
    margin: -57px !important;
  }
  .tablet-m\:p--5\.7 {
    padding: -57px !important;
  }
  .tablet-m\:m-x--5\.7 {
    margin-left: -57px !important;
    margin-right: -57px !important;
  }
  .tablet-m\:m-y--5\.7 {
    margin-top: -57px !important;
    margin-bottom: -57px !important;
  }
  .tablet-m\:p-x--5\.7 {
    padding-left: -57px !important;
    padding-right: -57px !important;
  }
  .tablet-m\:p-y--5\.7 {
    padding-top: -57px !important;
    padding-bottom: -57px !important;
  }
  .tablet-m-m--5\.7 {
    margin: -57px !important;
  }
  .tablet-m-p--5\.7 {
    padding: -57px !important;
  }
  .tablet-m-m-x--5\.7 {
    margin-left: -57px !important;
    margin-right: -57px !important;
  }
  .tablet-m-m-y--5\.7 {
    margin-top: -57px !important;
    margin-bottom: -57px !important;
  }
  .tablet-m-p-x--5\.7 {
    padding-left: -57px !important;
    padding-right: -57px !important;
  }
  .tablet-m-p-y--5\.7 {
    padding-top: -57px !important;
    padding-bottom: -57px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--5\.6 {
    margin: -56px !important;
  }
  .tablet-m\:p--5\.6 {
    padding: -56px !important;
  }
  .tablet-m\:m-x--5\.6 {
    margin-left: -56px !important;
    margin-right: -56px !important;
  }
  .tablet-m\:m-y--5\.6 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .tablet-m\:p-x--5\.6 {
    padding-left: -56px !important;
    padding-right: -56px !important;
  }
  .tablet-m\:p-y--5\.6 {
    padding-top: -56px !important;
    padding-bottom: -56px !important;
  }
  .tablet-m-m--5\.6 {
    margin: -56px !important;
  }
  .tablet-m-p--5\.6 {
    padding: -56px !important;
  }
  .tablet-m-m-x--5\.6 {
    margin-left: -56px !important;
    margin-right: -56px !important;
  }
  .tablet-m-m-y--5\.6 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .tablet-m-p-x--5\.6 {
    padding-left: -56px !important;
    padding-right: -56px !important;
  }
  .tablet-m-p-y--5\.6 {
    padding-top: -56px !important;
    padding-bottom: -56px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--5\.5 {
    margin: -55px !important;
  }
  .tablet-m\:p--5\.5 {
    padding: -55px !important;
  }
  .tablet-m\:m-x--5\.5 {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }
  .tablet-m\:m-y--5\.5 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .tablet-m\:p-x--5\.5 {
    padding-left: -55px !important;
    padding-right: -55px !important;
  }
  .tablet-m\:p-y--5\.5 {
    padding-top: -55px !important;
    padding-bottom: -55px !important;
  }
  .tablet-m-m--5\.5 {
    margin: -55px !important;
  }
  .tablet-m-p--5\.5 {
    padding: -55px !important;
  }
  .tablet-m-m-x--5\.5 {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }
  .tablet-m-m-y--5\.5 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .tablet-m-p-x--5\.5 {
    padding-left: -55px !important;
    padding-right: -55px !important;
  }
  .tablet-m-p-y--5\.5 {
    padding-top: -55px !important;
    padding-bottom: -55px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--5\.4 {
    margin: -54px !important;
  }
  .tablet-m\:p--5\.4 {
    padding: -54px !important;
  }
  .tablet-m\:m-x--5\.4 {
    margin-left: -54px !important;
    margin-right: -54px !important;
  }
  .tablet-m\:m-y--5\.4 {
    margin-top: -54px !important;
    margin-bottom: -54px !important;
  }
  .tablet-m\:p-x--5\.4 {
    padding-left: -54px !important;
    padding-right: -54px !important;
  }
  .tablet-m\:p-y--5\.4 {
    padding-top: -54px !important;
    padding-bottom: -54px !important;
  }
  .tablet-m-m--5\.4 {
    margin: -54px !important;
  }
  .tablet-m-p--5\.4 {
    padding: -54px !important;
  }
  .tablet-m-m-x--5\.4 {
    margin-left: -54px !important;
    margin-right: -54px !important;
  }
  .tablet-m-m-y--5\.4 {
    margin-top: -54px !important;
    margin-bottom: -54px !important;
  }
  .tablet-m-p-x--5\.4 {
    padding-left: -54px !important;
    padding-right: -54px !important;
  }
  .tablet-m-p-y--5\.4 {
    padding-top: -54px !important;
    padding-bottom: -54px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--5\.3 {
    margin: -53px !important;
  }
  .tablet-m\:p--5\.3 {
    padding: -53px !important;
  }
  .tablet-m\:m-x--5\.3 {
    margin-left: -53px !important;
    margin-right: -53px !important;
  }
  .tablet-m\:m-y--5\.3 {
    margin-top: -53px !important;
    margin-bottom: -53px !important;
  }
  .tablet-m\:p-x--5\.3 {
    padding-left: -53px !important;
    padding-right: -53px !important;
  }
  .tablet-m\:p-y--5\.3 {
    padding-top: -53px !important;
    padding-bottom: -53px !important;
  }
  .tablet-m-m--5\.3 {
    margin: -53px !important;
  }
  .tablet-m-p--5\.3 {
    padding: -53px !important;
  }
  .tablet-m-m-x--5\.3 {
    margin-left: -53px !important;
    margin-right: -53px !important;
  }
  .tablet-m-m-y--5\.3 {
    margin-top: -53px !important;
    margin-bottom: -53px !important;
  }
  .tablet-m-p-x--5\.3 {
    padding-left: -53px !important;
    padding-right: -53px !important;
  }
  .tablet-m-p-y--5\.3 {
    padding-top: -53px !important;
    padding-bottom: -53px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--5\.2 {
    margin: -52px !important;
  }
  .tablet-m\:p--5\.2 {
    padding: -52px !important;
  }
  .tablet-m\:m-x--5\.2 {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }
  .tablet-m\:m-y--5\.2 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }
  .tablet-m\:p-x--5\.2 {
    padding-left: -52px !important;
    padding-right: -52px !important;
  }
  .tablet-m\:p-y--5\.2 {
    padding-top: -52px !important;
    padding-bottom: -52px !important;
  }
  .tablet-m-m--5\.2 {
    margin: -52px !important;
  }
  .tablet-m-p--5\.2 {
    padding: -52px !important;
  }
  .tablet-m-m-x--5\.2 {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }
  .tablet-m-m-y--5\.2 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }
  .tablet-m-p-x--5\.2 {
    padding-left: -52px !important;
    padding-right: -52px !important;
  }
  .tablet-m-p-y--5\.2 {
    padding-top: -52px !important;
    padding-bottom: -52px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--5\.1 {
    margin: -51px !important;
  }
  .tablet-m\:p--5\.1 {
    padding: -51px !important;
  }
  .tablet-m\:m-x--5\.1 {
    margin-left: -51px !important;
    margin-right: -51px !important;
  }
  .tablet-m\:m-y--5\.1 {
    margin-top: -51px !important;
    margin-bottom: -51px !important;
  }
  .tablet-m\:p-x--5\.1 {
    padding-left: -51px !important;
    padding-right: -51px !important;
  }
  .tablet-m\:p-y--5\.1 {
    padding-top: -51px !important;
    padding-bottom: -51px !important;
  }
  .tablet-m-m--5\.1 {
    margin: -51px !important;
  }
  .tablet-m-p--5\.1 {
    padding: -51px !important;
  }
  .tablet-m-m-x--5\.1 {
    margin-left: -51px !important;
    margin-right: -51px !important;
  }
  .tablet-m-m-y--5\.1 {
    margin-top: -51px !important;
    margin-bottom: -51px !important;
  }
  .tablet-m-p-x--5\.1 {
    padding-left: -51px !important;
    padding-right: -51px !important;
  }
  .tablet-m-p-y--5\.1 {
    padding-top: -51px !important;
    padding-bottom: -51px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--5 {
    margin: -50px !important;
  }
  .tablet-m\:p--5 {
    padding: -50px !important;
  }
  .tablet-m\:m-x--5 {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }
  .tablet-m\:m-y--5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .tablet-m\:p-x--5 {
    padding-left: -50px !important;
    padding-right: -50px !important;
  }
  .tablet-m\:p-y--5 {
    padding-top: -50px !important;
    padding-bottom: -50px !important;
  }
  .tablet-m-m--5 {
    margin: -50px !important;
  }
  .tablet-m-p--5 {
    padding: -50px !important;
  }
  .tablet-m-m-x--5 {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }
  .tablet-m-m-y--5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .tablet-m-p-x--5 {
    padding-left: -50px !important;
    padding-right: -50px !important;
  }
  .tablet-m-p-y--5 {
    padding-top: -50px !important;
    padding-bottom: -50px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--4\.9 {
    margin: -49px !important;
  }
  .tablet-m\:p--4\.9 {
    padding: -49px !important;
  }
  .tablet-m\:m-x--4\.9 {
    margin-left: -49px !important;
    margin-right: -49px !important;
  }
  .tablet-m\:m-y--4\.9 {
    margin-top: -49px !important;
    margin-bottom: -49px !important;
  }
  .tablet-m\:p-x--4\.9 {
    padding-left: -49px !important;
    padding-right: -49px !important;
  }
  .tablet-m\:p-y--4\.9 {
    padding-top: -49px !important;
    padding-bottom: -49px !important;
  }
  .tablet-m-m--4\.9 {
    margin: -49px !important;
  }
  .tablet-m-p--4\.9 {
    padding: -49px !important;
  }
  .tablet-m-m-x--4\.9 {
    margin-left: -49px !important;
    margin-right: -49px !important;
  }
  .tablet-m-m-y--4\.9 {
    margin-top: -49px !important;
    margin-bottom: -49px !important;
  }
  .tablet-m-p-x--4\.9 {
    padding-left: -49px !important;
    padding-right: -49px !important;
  }
  .tablet-m-p-y--4\.9 {
    padding-top: -49px !important;
    padding-bottom: -49px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--4\.8 {
    margin: -48px !important;
  }
  .tablet-m\:p--4\.8 {
    padding: -48px !important;
  }
  .tablet-m\:m-x--4\.8 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }
  .tablet-m\:m-y--4\.8 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .tablet-m\:p-x--4\.8 {
    padding-left: -48px !important;
    padding-right: -48px !important;
  }
  .tablet-m\:p-y--4\.8 {
    padding-top: -48px !important;
    padding-bottom: -48px !important;
  }
  .tablet-m-m--4\.8 {
    margin: -48px !important;
  }
  .tablet-m-p--4\.8 {
    padding: -48px !important;
  }
  .tablet-m-m-x--4\.8 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }
  .tablet-m-m-y--4\.8 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .tablet-m-p-x--4\.8 {
    padding-left: -48px !important;
    padding-right: -48px !important;
  }
  .tablet-m-p-y--4\.8 {
    padding-top: -48px !important;
    padding-bottom: -48px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--4\.7 {
    margin: -47px !important;
  }
  .tablet-m\:p--4\.7 {
    padding: -47px !important;
  }
  .tablet-m\:m-x--4\.7 {
    margin-left: -47px !important;
    margin-right: -47px !important;
  }
  .tablet-m\:m-y--4\.7 {
    margin-top: -47px !important;
    margin-bottom: -47px !important;
  }
  .tablet-m\:p-x--4\.7 {
    padding-left: -47px !important;
    padding-right: -47px !important;
  }
  .tablet-m\:p-y--4\.7 {
    padding-top: -47px !important;
    padding-bottom: -47px !important;
  }
  .tablet-m-m--4\.7 {
    margin: -47px !important;
  }
  .tablet-m-p--4\.7 {
    padding: -47px !important;
  }
  .tablet-m-m-x--4\.7 {
    margin-left: -47px !important;
    margin-right: -47px !important;
  }
  .tablet-m-m-y--4\.7 {
    margin-top: -47px !important;
    margin-bottom: -47px !important;
  }
  .tablet-m-p-x--4\.7 {
    padding-left: -47px !important;
    padding-right: -47px !important;
  }
  .tablet-m-p-y--4\.7 {
    padding-top: -47px !important;
    padding-bottom: -47px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--4\.6 {
    margin: -46px !important;
  }
  .tablet-m\:p--4\.6 {
    padding: -46px !important;
  }
  .tablet-m\:m-x--4\.6 {
    margin-left: -46px !important;
    margin-right: -46px !important;
  }
  .tablet-m\:m-y--4\.6 {
    margin-top: -46px !important;
    margin-bottom: -46px !important;
  }
  .tablet-m\:p-x--4\.6 {
    padding-left: -46px !important;
    padding-right: -46px !important;
  }
  .tablet-m\:p-y--4\.6 {
    padding-top: -46px !important;
    padding-bottom: -46px !important;
  }
  .tablet-m-m--4\.6 {
    margin: -46px !important;
  }
  .tablet-m-p--4\.6 {
    padding: -46px !important;
  }
  .tablet-m-m-x--4\.6 {
    margin-left: -46px !important;
    margin-right: -46px !important;
  }
  .tablet-m-m-y--4\.6 {
    margin-top: -46px !important;
    margin-bottom: -46px !important;
  }
  .tablet-m-p-x--4\.6 {
    padding-left: -46px !important;
    padding-right: -46px !important;
  }
  .tablet-m-p-y--4\.6 {
    padding-top: -46px !important;
    padding-bottom: -46px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--4\.5 {
    margin: -45px !important;
  }
  .tablet-m\:p--4\.5 {
    padding: -45px !important;
  }
  .tablet-m\:m-x--4\.5 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }
  .tablet-m\:m-y--4\.5 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .tablet-m\:p-x--4\.5 {
    padding-left: -45px !important;
    padding-right: -45px !important;
  }
  .tablet-m\:p-y--4\.5 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
  .tablet-m-m--4\.5 {
    margin: -45px !important;
  }
  .tablet-m-p--4\.5 {
    padding: -45px !important;
  }
  .tablet-m-m-x--4\.5 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }
  .tablet-m-m-y--4\.5 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .tablet-m-p-x--4\.5 {
    padding-left: -45px !important;
    padding-right: -45px !important;
  }
  .tablet-m-p-y--4\.5 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--4\.4 {
    margin: -44px !important;
  }
  .tablet-m\:p--4\.4 {
    padding: -44px !important;
  }
  .tablet-m\:m-x--4\.4 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }
  .tablet-m\:m-y--4\.4 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }
  .tablet-m\:p-x--4\.4 {
    padding-left: -44px !important;
    padding-right: -44px !important;
  }
  .tablet-m\:p-y--4\.4 {
    padding-top: -44px !important;
    padding-bottom: -44px !important;
  }
  .tablet-m-m--4\.4 {
    margin: -44px !important;
  }
  .tablet-m-p--4\.4 {
    padding: -44px !important;
  }
  .tablet-m-m-x--4\.4 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }
  .tablet-m-m-y--4\.4 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }
  .tablet-m-p-x--4\.4 {
    padding-left: -44px !important;
    padding-right: -44px !important;
  }
  .tablet-m-p-y--4\.4 {
    padding-top: -44px !important;
    padding-bottom: -44px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--4\.3 {
    margin: -43px !important;
  }
  .tablet-m\:p--4\.3 {
    padding: -43px !important;
  }
  .tablet-m\:m-x--4\.3 {
    margin-left: -43px !important;
    margin-right: -43px !important;
  }
  .tablet-m\:m-y--4\.3 {
    margin-top: -43px !important;
    margin-bottom: -43px !important;
  }
  .tablet-m\:p-x--4\.3 {
    padding-left: -43px !important;
    padding-right: -43px !important;
  }
  .tablet-m\:p-y--4\.3 {
    padding-top: -43px !important;
    padding-bottom: -43px !important;
  }
  .tablet-m-m--4\.3 {
    margin: -43px !important;
  }
  .tablet-m-p--4\.3 {
    padding: -43px !important;
  }
  .tablet-m-m-x--4\.3 {
    margin-left: -43px !important;
    margin-right: -43px !important;
  }
  .tablet-m-m-y--4\.3 {
    margin-top: -43px !important;
    margin-bottom: -43px !important;
  }
  .tablet-m-p-x--4\.3 {
    padding-left: -43px !important;
    padding-right: -43px !important;
  }
  .tablet-m-p-y--4\.3 {
    padding-top: -43px !important;
    padding-bottom: -43px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--4\.2 {
    margin: -42px !important;
  }
  .tablet-m\:p--4\.2 {
    padding: -42px !important;
  }
  .tablet-m\:m-x--4\.2 {
    margin-left: -42px !important;
    margin-right: -42px !important;
  }
  .tablet-m\:m-y--4\.2 {
    margin-top: -42px !important;
    margin-bottom: -42px !important;
  }
  .tablet-m\:p-x--4\.2 {
    padding-left: -42px !important;
    padding-right: -42px !important;
  }
  .tablet-m\:p-y--4\.2 {
    padding-top: -42px !important;
    padding-bottom: -42px !important;
  }
  .tablet-m-m--4\.2 {
    margin: -42px !important;
  }
  .tablet-m-p--4\.2 {
    padding: -42px !important;
  }
  .tablet-m-m-x--4\.2 {
    margin-left: -42px !important;
    margin-right: -42px !important;
  }
  .tablet-m-m-y--4\.2 {
    margin-top: -42px !important;
    margin-bottom: -42px !important;
  }
  .tablet-m-p-x--4\.2 {
    padding-left: -42px !important;
    padding-right: -42px !important;
  }
  .tablet-m-p-y--4\.2 {
    padding-top: -42px !important;
    padding-bottom: -42px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--4\.1 {
    margin: -41px !important;
  }
  .tablet-m\:p--4\.1 {
    padding: -41px !important;
  }
  .tablet-m\:m-x--4\.1 {
    margin-left: -41px !important;
    margin-right: -41px !important;
  }
  .tablet-m\:m-y--4\.1 {
    margin-top: -41px !important;
    margin-bottom: -41px !important;
  }
  .tablet-m\:p-x--4\.1 {
    padding-left: -41px !important;
    padding-right: -41px !important;
  }
  .tablet-m\:p-y--4\.1 {
    padding-top: -41px !important;
    padding-bottom: -41px !important;
  }
  .tablet-m-m--4\.1 {
    margin: -41px !important;
  }
  .tablet-m-p--4\.1 {
    padding: -41px !important;
  }
  .tablet-m-m-x--4\.1 {
    margin-left: -41px !important;
    margin-right: -41px !important;
  }
  .tablet-m-m-y--4\.1 {
    margin-top: -41px !important;
    margin-bottom: -41px !important;
  }
  .tablet-m-p-x--4\.1 {
    padding-left: -41px !important;
    padding-right: -41px !important;
  }
  .tablet-m-p-y--4\.1 {
    padding-top: -41px !important;
    padding-bottom: -41px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--4 {
    margin: -40px !important;
  }
  .tablet-m\:p--4 {
    padding: -40px !important;
  }
  .tablet-m\:m-x--4 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
  .tablet-m\:m-y--4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .tablet-m\:p-x--4 {
    padding-left: -40px !important;
    padding-right: -40px !important;
  }
  .tablet-m\:p-y--4 {
    padding-top: -40px !important;
    padding-bottom: -40px !important;
  }
  .tablet-m-m--4 {
    margin: -40px !important;
  }
  .tablet-m-p--4 {
    padding: -40px !important;
  }
  .tablet-m-m-x--4 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
  .tablet-m-m-y--4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .tablet-m-p-x--4 {
    padding-left: -40px !important;
    padding-right: -40px !important;
  }
  .tablet-m-p-y--4 {
    padding-top: -40px !important;
    padding-bottom: -40px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--3\.9 {
    margin: -39px !important;
  }
  .tablet-m\:p--3\.9 {
    padding: -39px !important;
  }
  .tablet-m\:m-x--3\.9 {
    margin-left: -39px !important;
    margin-right: -39px !important;
  }
  .tablet-m\:m-y--3\.9 {
    margin-top: -39px !important;
    margin-bottom: -39px !important;
  }
  .tablet-m\:p-x--3\.9 {
    padding-left: -39px !important;
    padding-right: -39px !important;
  }
  .tablet-m\:p-y--3\.9 {
    padding-top: -39px !important;
    padding-bottom: -39px !important;
  }
  .tablet-m-m--3\.9 {
    margin: -39px !important;
  }
  .tablet-m-p--3\.9 {
    padding: -39px !important;
  }
  .tablet-m-m-x--3\.9 {
    margin-left: -39px !important;
    margin-right: -39px !important;
  }
  .tablet-m-m-y--3\.9 {
    margin-top: -39px !important;
    margin-bottom: -39px !important;
  }
  .tablet-m-p-x--3\.9 {
    padding-left: -39px !important;
    padding-right: -39px !important;
  }
  .tablet-m-p-y--3\.9 {
    padding-top: -39px !important;
    padding-bottom: -39px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--3\.8 {
    margin: -38px !important;
  }
  .tablet-m\:p--3\.8 {
    padding: -38px !important;
  }
  .tablet-m\:m-x--3\.8 {
    margin-left: -38px !important;
    margin-right: -38px !important;
  }
  .tablet-m\:m-y--3\.8 {
    margin-top: -38px !important;
    margin-bottom: -38px !important;
  }
  .tablet-m\:p-x--3\.8 {
    padding-left: -38px !important;
    padding-right: -38px !important;
  }
  .tablet-m\:p-y--3\.8 {
    padding-top: -38px !important;
    padding-bottom: -38px !important;
  }
  .tablet-m-m--3\.8 {
    margin: -38px !important;
  }
  .tablet-m-p--3\.8 {
    padding: -38px !important;
  }
  .tablet-m-m-x--3\.8 {
    margin-left: -38px !important;
    margin-right: -38px !important;
  }
  .tablet-m-m-y--3\.8 {
    margin-top: -38px !important;
    margin-bottom: -38px !important;
  }
  .tablet-m-p-x--3\.8 {
    padding-left: -38px !important;
    padding-right: -38px !important;
  }
  .tablet-m-p-y--3\.8 {
    padding-top: -38px !important;
    padding-bottom: -38px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--3\.7 {
    margin: -37px !important;
  }
  .tablet-m\:p--3\.7 {
    padding: -37px !important;
  }
  .tablet-m\:m-x--3\.7 {
    margin-left: -37px !important;
    margin-right: -37px !important;
  }
  .tablet-m\:m-y--3\.7 {
    margin-top: -37px !important;
    margin-bottom: -37px !important;
  }
  .tablet-m\:p-x--3\.7 {
    padding-left: -37px !important;
    padding-right: -37px !important;
  }
  .tablet-m\:p-y--3\.7 {
    padding-top: -37px !important;
    padding-bottom: -37px !important;
  }
  .tablet-m-m--3\.7 {
    margin: -37px !important;
  }
  .tablet-m-p--3\.7 {
    padding: -37px !important;
  }
  .tablet-m-m-x--3\.7 {
    margin-left: -37px !important;
    margin-right: -37px !important;
  }
  .tablet-m-m-y--3\.7 {
    margin-top: -37px !important;
    margin-bottom: -37px !important;
  }
  .tablet-m-p-x--3\.7 {
    padding-left: -37px !important;
    padding-right: -37px !important;
  }
  .tablet-m-p-y--3\.7 {
    padding-top: -37px !important;
    padding-bottom: -37px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--3\.6 {
    margin: -36px !important;
  }
  .tablet-m\:p--3\.6 {
    padding: -36px !important;
  }
  .tablet-m\:m-x--3\.6 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }
  .tablet-m\:m-y--3\.6 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
  .tablet-m\:p-x--3\.6 {
    padding-left: -36px !important;
    padding-right: -36px !important;
  }
  .tablet-m\:p-y--3\.6 {
    padding-top: -36px !important;
    padding-bottom: -36px !important;
  }
  .tablet-m-m--3\.6 {
    margin: -36px !important;
  }
  .tablet-m-p--3\.6 {
    padding: -36px !important;
  }
  .tablet-m-m-x--3\.6 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }
  .tablet-m-m-y--3\.6 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
  .tablet-m-p-x--3\.6 {
    padding-left: -36px !important;
    padding-right: -36px !important;
  }
  .tablet-m-p-y--3\.6 {
    padding-top: -36px !important;
    padding-bottom: -36px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--3\.5 {
    margin: -35px !important;
  }
  .tablet-m\:p--3\.5 {
    padding: -35px !important;
  }
  .tablet-m\:m-x--3\.5 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }
  .tablet-m\:m-y--3\.5 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .tablet-m\:p-x--3\.5 {
    padding-left: -35px !important;
    padding-right: -35px !important;
  }
  .tablet-m\:p-y--3\.5 {
    padding-top: -35px !important;
    padding-bottom: -35px !important;
  }
  .tablet-m-m--3\.5 {
    margin: -35px !important;
  }
  .tablet-m-p--3\.5 {
    padding: -35px !important;
  }
  .tablet-m-m-x--3\.5 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }
  .tablet-m-m-y--3\.5 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .tablet-m-p-x--3\.5 {
    padding-left: -35px !important;
    padding-right: -35px !important;
  }
  .tablet-m-p-y--3\.5 {
    padding-top: -35px !important;
    padding-bottom: -35px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--3\.4 {
    margin: -34px !important;
  }
  .tablet-m\:p--3\.4 {
    padding: -34px !important;
  }
  .tablet-m\:m-x--3\.4 {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }
  .tablet-m\:m-y--3\.4 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }
  .tablet-m\:p-x--3\.4 {
    padding-left: -34px !important;
    padding-right: -34px !important;
  }
  .tablet-m\:p-y--3\.4 {
    padding-top: -34px !important;
    padding-bottom: -34px !important;
  }
  .tablet-m-m--3\.4 {
    margin: -34px !important;
  }
  .tablet-m-p--3\.4 {
    padding: -34px !important;
  }
  .tablet-m-m-x--3\.4 {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }
  .tablet-m-m-y--3\.4 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }
  .tablet-m-p-x--3\.4 {
    padding-left: -34px !important;
    padding-right: -34px !important;
  }
  .tablet-m-p-y--3\.4 {
    padding-top: -34px !important;
    padding-bottom: -34px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--3\.3 {
    margin: -33px !important;
  }
  .tablet-m\:p--3\.3 {
    padding: -33px !important;
  }
  .tablet-m\:m-x--3\.3 {
    margin-left: -33px !important;
    margin-right: -33px !important;
  }
  .tablet-m\:m-y--3\.3 {
    margin-top: -33px !important;
    margin-bottom: -33px !important;
  }
  .tablet-m\:p-x--3\.3 {
    padding-left: -33px !important;
    padding-right: -33px !important;
  }
  .tablet-m\:p-y--3\.3 {
    padding-top: -33px !important;
    padding-bottom: -33px !important;
  }
  .tablet-m-m--3\.3 {
    margin: -33px !important;
  }
  .tablet-m-p--3\.3 {
    padding: -33px !important;
  }
  .tablet-m-m-x--3\.3 {
    margin-left: -33px !important;
    margin-right: -33px !important;
  }
  .tablet-m-m-y--3\.3 {
    margin-top: -33px !important;
    margin-bottom: -33px !important;
  }
  .tablet-m-p-x--3\.3 {
    padding-left: -33px !important;
    padding-right: -33px !important;
  }
  .tablet-m-p-y--3\.3 {
    padding-top: -33px !important;
    padding-bottom: -33px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--3\.2 {
    margin: -32px !important;
  }
  .tablet-m\:p--3\.2 {
    padding: -32px !important;
  }
  .tablet-m\:m-x--3\.2 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }
  .tablet-m\:m-y--3\.2 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .tablet-m\:p-x--3\.2 {
    padding-left: -32px !important;
    padding-right: -32px !important;
  }
  .tablet-m\:p-y--3\.2 {
    padding-top: -32px !important;
    padding-bottom: -32px !important;
  }
  .tablet-m-m--3\.2 {
    margin: -32px !important;
  }
  .tablet-m-p--3\.2 {
    padding: -32px !important;
  }
  .tablet-m-m-x--3\.2 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }
  .tablet-m-m-y--3\.2 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .tablet-m-p-x--3\.2 {
    padding-left: -32px !important;
    padding-right: -32px !important;
  }
  .tablet-m-p-y--3\.2 {
    padding-top: -32px !important;
    padding-bottom: -32px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--3\.1 {
    margin: -31px !important;
  }
  .tablet-m\:p--3\.1 {
    padding: -31px !important;
  }
  .tablet-m\:m-x--3\.1 {
    margin-left: -31px !important;
    margin-right: -31px !important;
  }
  .tablet-m\:m-y--3\.1 {
    margin-top: -31px !important;
    margin-bottom: -31px !important;
  }
  .tablet-m\:p-x--3\.1 {
    padding-left: -31px !important;
    padding-right: -31px !important;
  }
  .tablet-m\:p-y--3\.1 {
    padding-top: -31px !important;
    padding-bottom: -31px !important;
  }
  .tablet-m-m--3\.1 {
    margin: -31px !important;
  }
  .tablet-m-p--3\.1 {
    padding: -31px !important;
  }
  .tablet-m-m-x--3\.1 {
    margin-left: -31px !important;
    margin-right: -31px !important;
  }
  .tablet-m-m-y--3\.1 {
    margin-top: -31px !important;
    margin-bottom: -31px !important;
  }
  .tablet-m-p-x--3\.1 {
    padding-left: -31px !important;
    padding-right: -31px !important;
  }
  .tablet-m-p-y--3\.1 {
    padding-top: -31px !important;
    padding-bottom: -31px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--3 {
    margin: -30px !important;
  }
  .tablet-m\:p--3 {
    padding: -30px !important;
  }
  .tablet-m\:m-x--3 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .tablet-m\:m-y--3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .tablet-m\:p-x--3 {
    padding-left: -30px !important;
    padding-right: -30px !important;
  }
  .tablet-m\:p-y--3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .tablet-m-m--3 {
    margin: -30px !important;
  }
  .tablet-m-p--3 {
    padding: -30px !important;
  }
  .tablet-m-m-x--3 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .tablet-m-m-y--3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .tablet-m-p-x--3 {
    padding-left: -30px !important;
    padding-right: -30px !important;
  }
  .tablet-m-p-y--3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--2\.9 {
    margin: -29px !important;
  }
  .tablet-m\:p--2\.9 {
    padding: -29px !important;
  }
  .tablet-m\:m-x--2\.9 {
    margin-left: -29px !important;
    margin-right: -29px !important;
  }
  .tablet-m\:m-y--2\.9 {
    margin-top: -29px !important;
    margin-bottom: -29px !important;
  }
  .tablet-m\:p-x--2\.9 {
    padding-left: -29px !important;
    padding-right: -29px !important;
  }
  .tablet-m\:p-y--2\.9 {
    padding-top: -29px !important;
    padding-bottom: -29px !important;
  }
  .tablet-m-m--2\.9 {
    margin: -29px !important;
  }
  .tablet-m-p--2\.9 {
    padding: -29px !important;
  }
  .tablet-m-m-x--2\.9 {
    margin-left: -29px !important;
    margin-right: -29px !important;
  }
  .tablet-m-m-y--2\.9 {
    margin-top: -29px !important;
    margin-bottom: -29px !important;
  }
  .tablet-m-p-x--2\.9 {
    padding-left: -29px !important;
    padding-right: -29px !important;
  }
  .tablet-m-p-y--2\.9 {
    padding-top: -29px !important;
    padding-bottom: -29px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--2\.8 {
    margin: -28px !important;
  }
  .tablet-m\:p--2\.8 {
    padding: -28px !important;
  }
  .tablet-m\:m-x--2\.8 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }
  .tablet-m\:m-y--2\.8 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
  .tablet-m\:p-x--2\.8 {
    padding-left: -28px !important;
    padding-right: -28px !important;
  }
  .tablet-m\:p-y--2\.8 {
    padding-top: -28px !important;
    padding-bottom: -28px !important;
  }
  .tablet-m-m--2\.8 {
    margin: -28px !important;
  }
  .tablet-m-p--2\.8 {
    padding: -28px !important;
  }
  .tablet-m-m-x--2\.8 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }
  .tablet-m-m-y--2\.8 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
  .tablet-m-p-x--2\.8 {
    padding-left: -28px !important;
    padding-right: -28px !important;
  }
  .tablet-m-p-y--2\.8 {
    padding-top: -28px !important;
    padding-bottom: -28px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--2\.7 {
    margin: -27px !important;
  }
  .tablet-m\:p--2\.7 {
    padding: -27px !important;
  }
  .tablet-m\:m-x--2\.7 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }
  .tablet-m\:m-y--2\.7 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }
  .tablet-m\:p-x--2\.7 {
    padding-left: -27px !important;
    padding-right: -27px !important;
  }
  .tablet-m\:p-y--2\.7 {
    padding-top: -27px !important;
    padding-bottom: -27px !important;
  }
  .tablet-m-m--2\.7 {
    margin: -27px !important;
  }
  .tablet-m-p--2\.7 {
    padding: -27px !important;
  }
  .tablet-m-m-x--2\.7 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }
  .tablet-m-m-y--2\.7 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }
  .tablet-m-p-x--2\.7 {
    padding-left: -27px !important;
    padding-right: -27px !important;
  }
  .tablet-m-p-y--2\.7 {
    padding-top: -27px !important;
    padding-bottom: -27px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--2\.6 {
    margin: -26px !important;
  }
  .tablet-m\:p--2\.6 {
    padding: -26px !important;
  }
  .tablet-m\:m-x--2\.6 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }
  .tablet-m\:m-y--2\.6 {
    margin-top: -26px !important;
    margin-bottom: -26px !important;
  }
  .tablet-m\:p-x--2\.6 {
    padding-left: -26px !important;
    padding-right: -26px !important;
  }
  .tablet-m\:p-y--2\.6 {
    padding-top: -26px !important;
    padding-bottom: -26px !important;
  }
  .tablet-m-m--2\.6 {
    margin: -26px !important;
  }
  .tablet-m-p--2\.6 {
    padding: -26px !important;
  }
  .tablet-m-m-x--2\.6 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }
  .tablet-m-m-y--2\.6 {
    margin-top: -26px !important;
    margin-bottom: -26px !important;
  }
  .tablet-m-p-x--2\.6 {
    padding-left: -26px !important;
    padding-right: -26px !important;
  }
  .tablet-m-p-y--2\.6 {
    padding-top: -26px !important;
    padding-bottom: -26px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--2\.5 {
    margin: -25px !important;
  }
  .tablet-m\:p--2\.5 {
    padding: -25px !important;
  }
  .tablet-m\:m-x--2\.5 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
  .tablet-m\:m-y--2\.5 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .tablet-m\:p-x--2\.5 {
    padding-left: -25px !important;
    padding-right: -25px !important;
  }
  .tablet-m\:p-y--2\.5 {
    padding-top: -25px !important;
    padding-bottom: -25px !important;
  }
  .tablet-m-m--2\.5 {
    margin: -25px !important;
  }
  .tablet-m-p--2\.5 {
    padding: -25px !important;
  }
  .tablet-m-m-x--2\.5 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
  .tablet-m-m-y--2\.5 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .tablet-m-p-x--2\.5 {
    padding-left: -25px !important;
    padding-right: -25px !important;
  }
  .tablet-m-p-y--2\.5 {
    padding-top: -25px !important;
    padding-bottom: -25px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--2\.4 {
    margin: -24px !important;
  }
  .tablet-m\:p--2\.4 {
    padding: -24px !important;
  }
  .tablet-m\:m-x--2\.4 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
  .tablet-m\:m-y--2\.4 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .tablet-m\:p-x--2\.4 {
    padding-left: -24px !important;
    padding-right: -24px !important;
  }
  .tablet-m\:p-y--2\.4 {
    padding-top: -24px !important;
    padding-bottom: -24px !important;
  }
  .tablet-m-m--2\.4 {
    margin: -24px !important;
  }
  .tablet-m-p--2\.4 {
    padding: -24px !important;
  }
  .tablet-m-m-x--2\.4 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
  .tablet-m-m-y--2\.4 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .tablet-m-p-x--2\.4 {
    padding-left: -24px !important;
    padding-right: -24px !important;
  }
  .tablet-m-p-y--2\.4 {
    padding-top: -24px !important;
    padding-bottom: -24px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--2\.3 {
    margin: -23px !important;
  }
  .tablet-m\:p--2\.3 {
    padding: -23px !important;
  }
  .tablet-m\:m-x--2\.3 {
    margin-left: -23px !important;
    margin-right: -23px !important;
  }
  .tablet-m\:m-y--2\.3 {
    margin-top: -23px !important;
    margin-bottom: -23px !important;
  }
  .tablet-m\:p-x--2\.3 {
    padding-left: -23px !important;
    padding-right: -23px !important;
  }
  .tablet-m\:p-y--2\.3 {
    padding-top: -23px !important;
    padding-bottom: -23px !important;
  }
  .tablet-m-m--2\.3 {
    margin: -23px !important;
  }
  .tablet-m-p--2\.3 {
    padding: -23px !important;
  }
  .tablet-m-m-x--2\.3 {
    margin-left: -23px !important;
    margin-right: -23px !important;
  }
  .tablet-m-m-y--2\.3 {
    margin-top: -23px !important;
    margin-bottom: -23px !important;
  }
  .tablet-m-p-x--2\.3 {
    padding-left: -23px !important;
    padding-right: -23px !important;
  }
  .tablet-m-p-y--2\.3 {
    padding-top: -23px !important;
    padding-bottom: -23px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--2\.2 {
    margin: -22px !important;
  }
  .tablet-m\:p--2\.2 {
    padding: -22px !important;
  }
  .tablet-m\:m-x--2\.2 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }
  .tablet-m\:m-y--2\.2 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }
  .tablet-m\:p-x--2\.2 {
    padding-left: -22px !important;
    padding-right: -22px !important;
  }
  .tablet-m\:p-y--2\.2 {
    padding-top: -22px !important;
    padding-bottom: -22px !important;
  }
  .tablet-m-m--2\.2 {
    margin: -22px !important;
  }
  .tablet-m-p--2\.2 {
    padding: -22px !important;
  }
  .tablet-m-m-x--2\.2 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }
  .tablet-m-m-y--2\.2 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }
  .tablet-m-p-x--2\.2 {
    padding-left: -22px !important;
    padding-right: -22px !important;
  }
  .tablet-m-p-y--2\.2 {
    padding-top: -22px !important;
    padding-bottom: -22px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--2\.1 {
    margin: -21px !important;
  }
  .tablet-m\:p--2\.1 {
    padding: -21px !important;
  }
  .tablet-m\:m-x--2\.1 {
    margin-left: -21px !important;
    margin-right: -21px !important;
  }
  .tablet-m\:m-y--2\.1 {
    margin-top: -21px !important;
    margin-bottom: -21px !important;
  }
  .tablet-m\:p-x--2\.1 {
    padding-left: -21px !important;
    padding-right: -21px !important;
  }
  .tablet-m\:p-y--2\.1 {
    padding-top: -21px !important;
    padding-bottom: -21px !important;
  }
  .tablet-m-m--2\.1 {
    margin: -21px !important;
  }
  .tablet-m-p--2\.1 {
    padding: -21px !important;
  }
  .tablet-m-m-x--2\.1 {
    margin-left: -21px !important;
    margin-right: -21px !important;
  }
  .tablet-m-m-y--2\.1 {
    margin-top: -21px !important;
    margin-bottom: -21px !important;
  }
  .tablet-m-p-x--2\.1 {
    padding-left: -21px !important;
    padding-right: -21px !important;
  }
  .tablet-m-p-y--2\.1 {
    padding-top: -21px !important;
    padding-bottom: -21px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--2 {
    margin: -20px !important;
  }
  .tablet-m\:p--2 {
    padding: -20px !important;
  }
  .tablet-m\:m-x--2 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .tablet-m\:m-y--2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .tablet-m\:p-x--2 {
    padding-left: -20px !important;
    padding-right: -20px !important;
  }
  .tablet-m\:p-y--2 {
    padding-top: -20px !important;
    padding-bottom: -20px !important;
  }
  .tablet-m-m--2 {
    margin: -20px !important;
  }
  .tablet-m-p--2 {
    padding: -20px !important;
  }
  .tablet-m-m-x--2 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .tablet-m-m-y--2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .tablet-m-p-x--2 {
    padding-left: -20px !important;
    padding-right: -20px !important;
  }
  .tablet-m-p-y--2 {
    padding-top: -20px !important;
    padding-bottom: -20px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--1\.9 {
    margin: -19px !important;
  }
  .tablet-m\:p--1\.9 {
    padding: -19px !important;
  }
  .tablet-m\:m-x--1\.9 {
    margin-left: -19px !important;
    margin-right: -19px !important;
  }
  .tablet-m\:m-y--1\.9 {
    margin-top: -19px !important;
    margin-bottom: -19px !important;
  }
  .tablet-m\:p-x--1\.9 {
    padding-left: -19px !important;
    padding-right: -19px !important;
  }
  .tablet-m\:p-y--1\.9 {
    padding-top: -19px !important;
    padding-bottom: -19px !important;
  }
  .tablet-m-m--1\.9 {
    margin: -19px !important;
  }
  .tablet-m-p--1\.9 {
    padding: -19px !important;
  }
  .tablet-m-m-x--1\.9 {
    margin-left: -19px !important;
    margin-right: -19px !important;
  }
  .tablet-m-m-y--1\.9 {
    margin-top: -19px !important;
    margin-bottom: -19px !important;
  }
  .tablet-m-p-x--1\.9 {
    padding-left: -19px !important;
    padding-right: -19px !important;
  }
  .tablet-m-p-y--1\.9 {
    padding-top: -19px !important;
    padding-bottom: -19px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--1\.8 {
    margin: -18px !important;
  }
  .tablet-m\:p--1\.8 {
    padding: -18px !important;
  }
  .tablet-m\:m-x--1\.8 {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }
  .tablet-m\:m-y--1\.8 {
    margin-top: -18px !important;
    margin-bottom: -18px !important;
  }
  .tablet-m\:p-x--1\.8 {
    padding-left: -18px !important;
    padding-right: -18px !important;
  }
  .tablet-m\:p-y--1\.8 {
    padding-top: -18px !important;
    padding-bottom: -18px !important;
  }
  .tablet-m-m--1\.8 {
    margin: -18px !important;
  }
  .tablet-m-p--1\.8 {
    padding: -18px !important;
  }
  .tablet-m-m-x--1\.8 {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }
  .tablet-m-m-y--1\.8 {
    margin-top: -18px !important;
    margin-bottom: -18px !important;
  }
  .tablet-m-p-x--1\.8 {
    padding-left: -18px !important;
    padding-right: -18px !important;
  }
  .tablet-m-p-y--1\.8 {
    padding-top: -18px !important;
    padding-bottom: -18px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--1\.7 {
    margin: -17px !important;
  }
  .tablet-m\:p--1\.7 {
    padding: -17px !important;
  }
  .tablet-m\:m-x--1\.7 {
    margin-left: -17px !important;
    margin-right: -17px !important;
  }
  .tablet-m\:m-y--1\.7 {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
  }
  .tablet-m\:p-x--1\.7 {
    padding-left: -17px !important;
    padding-right: -17px !important;
  }
  .tablet-m\:p-y--1\.7 {
    padding-top: -17px !important;
    padding-bottom: -17px !important;
  }
  .tablet-m-m--1\.7 {
    margin: -17px !important;
  }
  .tablet-m-p--1\.7 {
    padding: -17px !important;
  }
  .tablet-m-m-x--1\.7 {
    margin-left: -17px !important;
    margin-right: -17px !important;
  }
  .tablet-m-m-y--1\.7 {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
  }
  .tablet-m-p-x--1\.7 {
    padding-left: -17px !important;
    padding-right: -17px !important;
  }
  .tablet-m-p-y--1\.7 {
    padding-top: -17px !important;
    padding-bottom: -17px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--1\.6 {
    margin: -16px !important;
  }
  .tablet-m\:p--1\.6 {
    padding: -16px !important;
  }
  .tablet-m\:m-x--1\.6 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .tablet-m\:m-y--1\.6 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .tablet-m\:p-x--1\.6 {
    padding-left: -16px !important;
    padding-right: -16px !important;
  }
  .tablet-m\:p-y--1\.6 {
    padding-top: -16px !important;
    padding-bottom: -16px !important;
  }
  .tablet-m-m--1\.6 {
    margin: -16px !important;
  }
  .tablet-m-p--1\.6 {
    padding: -16px !important;
  }
  .tablet-m-m-x--1\.6 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .tablet-m-m-y--1\.6 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .tablet-m-p-x--1\.6 {
    padding-left: -16px !important;
    padding-right: -16px !important;
  }
  .tablet-m-p-y--1\.6 {
    padding-top: -16px !important;
    padding-bottom: -16px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--1\.5 {
    margin: -15px !important;
  }
  .tablet-m\:p--1\.5 {
    padding: -15px !important;
  }
  .tablet-m\:m-x--1\.5 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .tablet-m\:m-y--1\.5 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .tablet-m\:p-x--1\.5 {
    padding-left: -15px !important;
    padding-right: -15px !important;
  }
  .tablet-m\:p-y--1\.5 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
  .tablet-m-m--1\.5 {
    margin: -15px !important;
  }
  .tablet-m-p--1\.5 {
    padding: -15px !important;
  }
  .tablet-m-m-x--1\.5 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .tablet-m-m-y--1\.5 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .tablet-m-p-x--1\.5 {
    padding-left: -15px !important;
    padding-right: -15px !important;
  }
  .tablet-m-p-y--1\.5 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--1\.4 {
    margin: -14px !important;
  }
  .tablet-m\:p--1\.4 {
    padding: -14px !important;
  }
  .tablet-m\:m-x--1\.4 {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }
  .tablet-m\:m-y--1\.4 {
    margin-top: -14px !important;
    margin-bottom: -14px !important;
  }
  .tablet-m\:p-x--1\.4 {
    padding-left: -14px !important;
    padding-right: -14px !important;
  }
  .tablet-m\:p-y--1\.4 {
    padding-top: -14px !important;
    padding-bottom: -14px !important;
  }
  .tablet-m-m--1\.4 {
    margin: -14px !important;
  }
  .tablet-m-p--1\.4 {
    padding: -14px !important;
  }
  .tablet-m-m-x--1\.4 {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }
  .tablet-m-m-y--1\.4 {
    margin-top: -14px !important;
    margin-bottom: -14px !important;
  }
  .tablet-m-p-x--1\.4 {
    padding-left: -14px !important;
    padding-right: -14px !important;
  }
  .tablet-m-p-y--1\.4 {
    padding-top: -14px !important;
    padding-bottom: -14px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--1\.3 {
    margin: -13px !important;
  }
  .tablet-m\:p--1\.3 {
    padding: -13px !important;
  }
  .tablet-m\:m-x--1\.3 {
    margin-left: -13px !important;
    margin-right: -13px !important;
  }
  .tablet-m\:m-y--1\.3 {
    margin-top: -13px !important;
    margin-bottom: -13px !important;
  }
  .tablet-m\:p-x--1\.3 {
    padding-left: -13px !important;
    padding-right: -13px !important;
  }
  .tablet-m\:p-y--1\.3 {
    padding-top: -13px !important;
    padding-bottom: -13px !important;
  }
  .tablet-m-m--1\.3 {
    margin: -13px !important;
  }
  .tablet-m-p--1\.3 {
    padding: -13px !important;
  }
  .tablet-m-m-x--1\.3 {
    margin-left: -13px !important;
    margin-right: -13px !important;
  }
  .tablet-m-m-y--1\.3 {
    margin-top: -13px !important;
    margin-bottom: -13px !important;
  }
  .tablet-m-p-x--1\.3 {
    padding-left: -13px !important;
    padding-right: -13px !important;
  }
  .tablet-m-p-y--1\.3 {
    padding-top: -13px !important;
    padding-bottom: -13px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--1\.2 {
    margin: -12px !important;
  }
  .tablet-m\:p--1\.2 {
    padding: -12px !important;
  }
  .tablet-m\:m-x--1\.2 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
  .tablet-m\:m-y--1\.2 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .tablet-m\:p-x--1\.2 {
    padding-left: -12px !important;
    padding-right: -12px !important;
  }
  .tablet-m\:p-y--1\.2 {
    padding-top: -12px !important;
    padding-bottom: -12px !important;
  }
  .tablet-m-m--1\.2 {
    margin: -12px !important;
  }
  .tablet-m-p--1\.2 {
    padding: -12px !important;
  }
  .tablet-m-m-x--1\.2 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
  .tablet-m-m-y--1\.2 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .tablet-m-p-x--1\.2 {
    padding-left: -12px !important;
    padding-right: -12px !important;
  }
  .tablet-m-p-y--1\.2 {
    padding-top: -12px !important;
    padding-bottom: -12px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--1\.1 {
    margin: -11px !important;
  }
  .tablet-m\:p--1\.1 {
    padding: -11px !important;
  }
  .tablet-m\:m-x--1\.1 {
    margin-left: -11px !important;
    margin-right: -11px !important;
  }
  .tablet-m\:m-y--1\.1 {
    margin-top: -11px !important;
    margin-bottom: -11px !important;
  }
  .tablet-m\:p-x--1\.1 {
    padding-left: -11px !important;
    padding-right: -11px !important;
  }
  .tablet-m\:p-y--1\.1 {
    padding-top: -11px !important;
    padding-bottom: -11px !important;
  }
  .tablet-m-m--1\.1 {
    margin: -11px !important;
  }
  .tablet-m-p--1\.1 {
    padding: -11px !important;
  }
  .tablet-m-m-x--1\.1 {
    margin-left: -11px !important;
    margin-right: -11px !important;
  }
  .tablet-m-m-y--1\.1 {
    margin-top: -11px !important;
    margin-bottom: -11px !important;
  }
  .tablet-m-p-x--1\.1 {
    padding-left: -11px !important;
    padding-right: -11px !important;
  }
  .tablet-m-p-y--1\.1 {
    padding-top: -11px !important;
    padding-bottom: -11px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--1 {
    margin: -10px !important;
  }
  .tablet-m\:p--1 {
    padding: -10px !important;
  }
  .tablet-m\:m-x--1 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .tablet-m\:m-y--1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .tablet-m\:p-x--1 {
    padding-left: -10px !important;
    padding-right: -10px !important;
  }
  .tablet-m\:p-y--1 {
    padding-top: -10px !important;
    padding-bottom: -10px !important;
  }
  .tablet-m-m--1 {
    margin: -10px !important;
  }
  .tablet-m-p--1 {
    padding: -10px !important;
  }
  .tablet-m-m-x--1 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .tablet-m-m-y--1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .tablet-m-p-x--1 {
    padding-left: -10px !important;
    padding-right: -10px !important;
  }
  .tablet-m-p-y--1 {
    padding-top: -10px !important;
    padding-bottom: -10px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--0\.9 {
    margin: -9px !important;
  }
  .tablet-m\:p--0\.9 {
    padding: -9px !important;
  }
  .tablet-m\:m-x--0\.9 {
    margin-left: -9px !important;
    margin-right: -9px !important;
  }
  .tablet-m\:m-y--0\.9 {
    margin-top: -9px !important;
    margin-bottom: -9px !important;
  }
  .tablet-m\:p-x--0\.9 {
    padding-left: -9px !important;
    padding-right: -9px !important;
  }
  .tablet-m\:p-y--0\.9 {
    padding-top: -9px !important;
    padding-bottom: -9px !important;
  }
  .tablet-m-m--0\.9 {
    margin: -9px !important;
  }
  .tablet-m-p--0\.9 {
    padding: -9px !important;
  }
  .tablet-m-m-x--0\.9 {
    margin-left: -9px !important;
    margin-right: -9px !important;
  }
  .tablet-m-m-y--0\.9 {
    margin-top: -9px !important;
    margin-bottom: -9px !important;
  }
  .tablet-m-p-x--0\.9 {
    padding-left: -9px !important;
    padding-right: -9px !important;
  }
  .tablet-m-p-y--0\.9 {
    padding-top: -9px !important;
    padding-bottom: -9px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--0\.8 {
    margin: -8px !important;
  }
  .tablet-m\:p--0\.8 {
    padding: -8px !important;
  }
  .tablet-m\:m-x--0\.8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  .tablet-m\:m-y--0\.8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .tablet-m\:p-x--0\.8 {
    padding-left: -8px !important;
    padding-right: -8px !important;
  }
  .tablet-m\:p-y--0\.8 {
    padding-top: -8px !important;
    padding-bottom: -8px !important;
  }
  .tablet-m-m--0\.8 {
    margin: -8px !important;
  }
  .tablet-m-p--0\.8 {
    padding: -8px !important;
  }
  .tablet-m-m-x--0\.8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  .tablet-m-m-y--0\.8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .tablet-m-p-x--0\.8 {
    padding-left: -8px !important;
    padding-right: -8px !important;
  }
  .tablet-m-p-y--0\.8 {
    padding-top: -8px !important;
    padding-bottom: -8px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--0\.7 {
    margin: -7px !important;
  }
  .tablet-m\:p--0\.7 {
    padding: -7px !important;
  }
  .tablet-m\:m-x--0\.7 {
    margin-left: -7px !important;
    margin-right: -7px !important;
  }
  .tablet-m\:m-y--0\.7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important;
  }
  .tablet-m\:p-x--0\.7 {
    padding-left: -7px !important;
    padding-right: -7px !important;
  }
  .tablet-m\:p-y--0\.7 {
    padding-top: -7px !important;
    padding-bottom: -7px !important;
  }
  .tablet-m-m--0\.7 {
    margin: -7px !important;
  }
  .tablet-m-p--0\.7 {
    padding: -7px !important;
  }
  .tablet-m-m-x--0\.7 {
    margin-left: -7px !important;
    margin-right: -7px !important;
  }
  .tablet-m-m-y--0\.7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important;
  }
  .tablet-m-p-x--0\.7 {
    padding-left: -7px !important;
    padding-right: -7px !important;
  }
  .tablet-m-p-y--0\.7 {
    padding-top: -7px !important;
    padding-bottom: -7px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--0\.6 {
    margin: -6px !important;
  }
  .tablet-m\:p--0\.6 {
    padding: -6px !important;
  }
  .tablet-m\:m-x--0\.6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
  .tablet-m\:m-y--0\.6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }
  .tablet-m\:p-x--0\.6 {
    padding-left: -6px !important;
    padding-right: -6px !important;
  }
  .tablet-m\:p-y--0\.6 {
    padding-top: -6px !important;
    padding-bottom: -6px !important;
  }
  .tablet-m-m--0\.6 {
    margin: -6px !important;
  }
  .tablet-m-p--0\.6 {
    padding: -6px !important;
  }
  .tablet-m-m-x--0\.6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
  .tablet-m-m-y--0\.6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }
  .tablet-m-p-x--0\.6 {
    padding-left: -6px !important;
    padding-right: -6px !important;
  }
  .tablet-m-p-y--0\.6 {
    padding-top: -6px !important;
    padding-bottom: -6px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--0\.5 {
    margin: -5px !important;
  }
  .tablet-m\:p--0\.5 {
    padding: -5px !important;
  }
  .tablet-m\:m-x--0\.5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .tablet-m\:m-y--0\.5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .tablet-m\:p-x--0\.5 {
    padding-left: -5px !important;
    padding-right: -5px !important;
  }
  .tablet-m\:p-y--0\.5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important;
  }
  .tablet-m-m--0\.5 {
    margin: -5px !important;
  }
  .tablet-m-p--0\.5 {
    padding: -5px !important;
  }
  .tablet-m-m-x--0\.5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .tablet-m-m-y--0\.5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .tablet-m-p-x--0\.5 {
    padding-left: -5px !important;
    padding-right: -5px !important;
  }
  .tablet-m-p-y--0\.5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--0\.4 {
    margin: -4px !important;
  }
  .tablet-m\:p--0\.4 {
    padding: -4px !important;
  }
  .tablet-m\:m-x--0\.4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  .tablet-m\:m-y--0\.4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .tablet-m\:p-x--0\.4 {
    padding-left: -4px !important;
    padding-right: -4px !important;
  }
  .tablet-m\:p-y--0\.4 {
    padding-top: -4px !important;
    padding-bottom: -4px !important;
  }
  .tablet-m-m--0\.4 {
    margin: -4px !important;
  }
  .tablet-m-p--0\.4 {
    padding: -4px !important;
  }
  .tablet-m-m-x--0\.4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  .tablet-m-m-y--0\.4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .tablet-m-p-x--0\.4 {
    padding-left: -4px !important;
    padding-right: -4px !important;
  }
  .tablet-m-p-y--0\.4 {
    padding-top: -4px !important;
    padding-bottom: -4px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--0\.3 {
    margin: -3px !important;
  }
  .tablet-m\:p--0\.3 {
    padding: -3px !important;
  }
  .tablet-m\:m-x--0\.3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }
  .tablet-m\:m-y--0\.3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }
  .tablet-m\:p-x--0\.3 {
    padding-left: -3px !important;
    padding-right: -3px !important;
  }
  .tablet-m\:p-y--0\.3 {
    padding-top: -3px !important;
    padding-bottom: -3px !important;
  }
  .tablet-m-m--0\.3 {
    margin: -3px !important;
  }
  .tablet-m-p--0\.3 {
    padding: -3px !important;
  }
  .tablet-m-m-x--0\.3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }
  .tablet-m-m-y--0\.3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }
  .tablet-m-p-x--0\.3 {
    padding-left: -3px !important;
    padding-right: -3px !important;
  }
  .tablet-m-p-y--0\.3 {
    padding-top: -3px !important;
    padding-bottom: -3px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--0\.2 {
    margin: -2px !important;
  }
  .tablet-m\:p--0\.2 {
    padding: -2px !important;
  }
  .tablet-m\:m-x--0\.2 {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .tablet-m\:m-y--0\.2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
  .tablet-m\:p-x--0\.2 {
    padding-left: -2px !important;
    padding-right: -2px !important;
  }
  .tablet-m\:p-y--0\.2 {
    padding-top: -2px !important;
    padding-bottom: -2px !important;
  }
  .tablet-m-m--0\.2 {
    margin: -2px !important;
  }
  .tablet-m-p--0\.2 {
    padding: -2px !important;
  }
  .tablet-m-m-x--0\.2 {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .tablet-m-m-y--0\.2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
  .tablet-m-p-x--0\.2 {
    padding-left: -2px !important;
    padding-right: -2px !important;
  }
  .tablet-m-p-y--0\.2 {
    padding-top: -2px !important;
    padding-bottom: -2px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m--0\.1 {
    margin: -1px !important;
  }
  .tablet-m\:p--0\.1 {
    padding: -1px !important;
  }
  .tablet-m\:m-x--0\.1 {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .tablet-m\:m-y--0\.1 {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .tablet-m\:p-x--0\.1 {
    padding-left: -1px !important;
    padding-right: -1px !important;
  }
  .tablet-m\:p-y--0\.1 {
    padding-top: -1px !important;
    padding-bottom: -1px !important;
  }
  .tablet-m-m--0\.1 {
    margin: -1px !important;
  }
  .tablet-m-p--0\.1 {
    padding: -1px !important;
  }
  .tablet-m-m-x--0\.1 {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .tablet-m-m-y--0\.1 {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .tablet-m-p-x--0\.1 {
    padding-left: -1px !important;
    padding-right: -1px !important;
  }
  .tablet-m-p-y--0\.1 {
    padding-top: -1px !important;
    padding-bottom: -1px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-0 {
    margin: 0px !important;
  }
  .tablet-m\:p-0 {
    padding: 0px !important;
  }
  .tablet-m\:m-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .tablet-m\:m-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tablet-m\:p-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .tablet-m\:p-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .tablet-m-m-0 {
    margin: 0px !important;
  }
  .tablet-m-p-0 {
    padding: 0px !important;
  }
  .tablet-m-m-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .tablet-m-m-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tablet-m-p-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .tablet-m-p-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-0\.1 {
    margin: 1px !important;
  }
  .tablet-m\:p-0\.1 {
    padding: 1px !important;
  }
  .tablet-m\:m-x-0\.1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .tablet-m\:m-y-0\.1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .tablet-m\:p-x-0\.1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .tablet-m\:p-y-0\.1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .tablet-m-m-0\.1 {
    margin: 1px !important;
  }
  .tablet-m-p-0\.1 {
    padding: 1px !important;
  }
  .tablet-m-m-x-0\.1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .tablet-m-m-y-0\.1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .tablet-m-p-x-0\.1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .tablet-m-p-y-0\.1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-0\.2 {
    margin: 2px !important;
  }
  .tablet-m\:p-0\.2 {
    padding: 2px !important;
  }
  .tablet-m\:m-x-0\.2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .tablet-m\:m-y-0\.2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .tablet-m\:p-x-0\.2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .tablet-m\:p-y-0\.2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .tablet-m-m-0\.2 {
    margin: 2px !important;
  }
  .tablet-m-p-0\.2 {
    padding: 2px !important;
  }
  .tablet-m-m-x-0\.2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .tablet-m-m-y-0\.2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .tablet-m-p-x-0\.2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .tablet-m-p-y-0\.2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-0\.3 {
    margin: 3px !important;
  }
  .tablet-m\:p-0\.3 {
    padding: 3px !important;
  }
  .tablet-m\:m-x-0\.3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .tablet-m\:m-y-0\.3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .tablet-m\:p-x-0\.3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .tablet-m\:p-y-0\.3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .tablet-m-m-0\.3 {
    margin: 3px !important;
  }
  .tablet-m-p-0\.3 {
    padding: 3px !important;
  }
  .tablet-m-m-x-0\.3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .tablet-m-m-y-0\.3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .tablet-m-p-x-0\.3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .tablet-m-p-y-0\.3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-0\.4 {
    margin: 4px !important;
  }
  .tablet-m\:p-0\.4 {
    padding: 4px !important;
  }
  .tablet-m\:m-x-0\.4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .tablet-m\:m-y-0\.4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .tablet-m\:p-x-0\.4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .tablet-m\:p-y-0\.4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .tablet-m-m-0\.4 {
    margin: 4px !important;
  }
  .tablet-m-p-0\.4 {
    padding: 4px !important;
  }
  .tablet-m-m-x-0\.4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .tablet-m-m-y-0\.4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .tablet-m-p-x-0\.4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .tablet-m-p-y-0\.4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-0\.5 {
    margin: 5px !important;
  }
  .tablet-m\:p-0\.5 {
    padding: 5px !important;
  }
  .tablet-m\:m-x-0\.5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .tablet-m\:m-y-0\.5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .tablet-m\:p-x-0\.5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .tablet-m\:p-y-0\.5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .tablet-m-m-0\.5 {
    margin: 5px !important;
  }
  .tablet-m-p-0\.5 {
    padding: 5px !important;
  }
  .tablet-m-m-x-0\.5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .tablet-m-m-y-0\.5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .tablet-m-p-x-0\.5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .tablet-m-p-y-0\.5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-0\.6 {
    margin: 6px !important;
  }
  .tablet-m\:p-0\.6 {
    padding: 6px !important;
  }
  .tablet-m\:m-x-0\.6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .tablet-m\:m-y-0\.6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .tablet-m\:p-x-0\.6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .tablet-m\:p-y-0\.6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .tablet-m-m-0\.6 {
    margin: 6px !important;
  }
  .tablet-m-p-0\.6 {
    padding: 6px !important;
  }
  .tablet-m-m-x-0\.6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .tablet-m-m-y-0\.6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .tablet-m-p-x-0\.6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .tablet-m-p-y-0\.6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-0\.7 {
    margin: 7px !important;
  }
  .tablet-m\:p-0\.7 {
    padding: 7px !important;
  }
  .tablet-m\:m-x-0\.7 {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
  .tablet-m\:m-y-0\.7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .tablet-m\:p-x-0\.7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .tablet-m\:p-y-0\.7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .tablet-m-m-0\.7 {
    margin: 7px !important;
  }
  .tablet-m-p-0\.7 {
    padding: 7px !important;
  }
  .tablet-m-m-x-0\.7 {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
  .tablet-m-m-y-0\.7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .tablet-m-p-x-0\.7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .tablet-m-p-y-0\.7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-0\.8 {
    margin: 8px !important;
  }
  .tablet-m\:p-0\.8 {
    padding: 8px !important;
  }
  .tablet-m\:m-x-0\.8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .tablet-m\:m-y-0\.8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .tablet-m\:p-x-0\.8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .tablet-m\:p-y-0\.8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .tablet-m-m-0\.8 {
    margin: 8px !important;
  }
  .tablet-m-p-0\.8 {
    padding: 8px !important;
  }
  .tablet-m-m-x-0\.8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .tablet-m-m-y-0\.8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .tablet-m-p-x-0\.8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .tablet-m-p-y-0\.8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-0\.9 {
    margin: 9px !important;
  }
  .tablet-m\:p-0\.9 {
    padding: 9px !important;
  }
  .tablet-m\:m-x-0\.9 {
    margin-left: 9px !important;
    margin-right: 9px !important;
  }
  .tablet-m\:m-y-0\.9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }
  .tablet-m\:p-x-0\.9 {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .tablet-m\:p-y-0\.9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
  .tablet-m-m-0\.9 {
    margin: 9px !important;
  }
  .tablet-m-p-0\.9 {
    padding: 9px !important;
  }
  .tablet-m-m-x-0\.9 {
    margin-left: 9px !important;
    margin-right: 9px !important;
  }
  .tablet-m-m-y-0\.9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }
  .tablet-m-p-x-0\.9 {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .tablet-m-p-y-0\.9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-1 {
    margin: 10px !important;
  }
  .tablet-m\:p-1 {
    padding: 10px !important;
  }
  .tablet-m\:m-x-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .tablet-m\:m-y-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .tablet-m\:p-x-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .tablet-m\:p-y-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .tablet-m-m-1 {
    margin: 10px !important;
  }
  .tablet-m-p-1 {
    padding: 10px !important;
  }
  .tablet-m-m-x-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .tablet-m-m-y-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .tablet-m-p-x-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .tablet-m-p-y-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-1\.1 {
    margin: 11px !important;
  }
  .tablet-m\:p-1\.1 {
    padding: 11px !important;
  }
  .tablet-m\:m-x-1\.1 {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }
  .tablet-m\:m-y-1\.1 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }
  .tablet-m\:p-x-1\.1 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  .tablet-m\:p-y-1\.1 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
  .tablet-m-m-1\.1 {
    margin: 11px !important;
  }
  .tablet-m-p-1\.1 {
    padding: 11px !important;
  }
  .tablet-m-m-x-1\.1 {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }
  .tablet-m-m-y-1\.1 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }
  .tablet-m-p-x-1\.1 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  .tablet-m-p-y-1\.1 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-1\.2 {
    margin: 12px !important;
  }
  .tablet-m\:p-1\.2 {
    padding: 12px !important;
  }
  .tablet-m\:m-x-1\.2 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .tablet-m\:m-y-1\.2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .tablet-m\:p-x-1\.2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .tablet-m\:p-y-1\.2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .tablet-m-m-1\.2 {
    margin: 12px !important;
  }
  .tablet-m-p-1\.2 {
    padding: 12px !important;
  }
  .tablet-m-m-x-1\.2 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .tablet-m-m-y-1\.2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .tablet-m-p-x-1\.2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .tablet-m-p-y-1\.2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-1\.3 {
    margin: 13px !important;
  }
  .tablet-m\:p-1\.3 {
    padding: 13px !important;
  }
  .tablet-m\:m-x-1\.3 {
    margin-left: 13px !important;
    margin-right: 13px !important;
  }
  .tablet-m\:m-y-1\.3 {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
  }
  .tablet-m\:p-x-1\.3 {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  .tablet-m\:p-y-1\.3 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  .tablet-m-m-1\.3 {
    margin: 13px !important;
  }
  .tablet-m-p-1\.3 {
    padding: 13px !important;
  }
  .tablet-m-m-x-1\.3 {
    margin-left: 13px !important;
    margin-right: 13px !important;
  }
  .tablet-m-m-y-1\.3 {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
  }
  .tablet-m-p-x-1\.3 {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  .tablet-m-p-y-1\.3 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-1\.4 {
    margin: 14px !important;
  }
  .tablet-m\:p-1\.4 {
    padding: 14px !important;
  }
  .tablet-m\:m-x-1\.4 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .tablet-m\:m-y-1\.4 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .tablet-m\:p-x-1\.4 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .tablet-m\:p-y-1\.4 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .tablet-m-m-1\.4 {
    margin: 14px !important;
  }
  .tablet-m-p-1\.4 {
    padding: 14px !important;
  }
  .tablet-m-m-x-1\.4 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .tablet-m-m-y-1\.4 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .tablet-m-p-x-1\.4 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .tablet-m-p-y-1\.4 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-1\.5 {
    margin: 15px !important;
  }
  .tablet-m\:p-1\.5 {
    padding: 15px !important;
  }
  .tablet-m\:m-x-1\.5 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .tablet-m\:m-y-1\.5 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .tablet-m\:p-x-1\.5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .tablet-m\:p-y-1\.5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .tablet-m-m-1\.5 {
    margin: 15px !important;
  }
  .tablet-m-p-1\.5 {
    padding: 15px !important;
  }
  .tablet-m-m-x-1\.5 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .tablet-m-m-y-1\.5 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .tablet-m-p-x-1\.5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .tablet-m-p-y-1\.5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-1\.6 {
    margin: 16px !important;
  }
  .tablet-m\:p-1\.6 {
    padding: 16px !important;
  }
  .tablet-m\:m-x-1\.6 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .tablet-m\:m-y-1\.6 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .tablet-m\:p-x-1\.6 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .tablet-m\:p-y-1\.6 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .tablet-m-m-1\.6 {
    margin: 16px !important;
  }
  .tablet-m-p-1\.6 {
    padding: 16px !important;
  }
  .tablet-m-m-x-1\.6 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .tablet-m-m-y-1\.6 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .tablet-m-p-x-1\.6 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .tablet-m-p-y-1\.6 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-1\.7 {
    margin: 17px !important;
  }
  .tablet-m\:p-1\.7 {
    padding: 17px !important;
  }
  .tablet-m\:m-x-1\.7 {
    margin-left: 17px !important;
    margin-right: 17px !important;
  }
  .tablet-m\:m-y-1\.7 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .tablet-m\:p-x-1\.7 {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .tablet-m\:p-y-1\.7 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  .tablet-m-m-1\.7 {
    margin: 17px !important;
  }
  .tablet-m-p-1\.7 {
    padding: 17px !important;
  }
  .tablet-m-m-x-1\.7 {
    margin-left: 17px !important;
    margin-right: 17px !important;
  }
  .tablet-m-m-y-1\.7 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .tablet-m-p-x-1\.7 {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .tablet-m-p-y-1\.7 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-1\.8 {
    margin: 18px !important;
  }
  .tablet-m\:p-1\.8 {
    padding: 18px !important;
  }
  .tablet-m\:m-x-1\.8 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .tablet-m\:m-y-1\.8 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .tablet-m\:p-x-1\.8 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .tablet-m\:p-y-1\.8 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .tablet-m-m-1\.8 {
    margin: 18px !important;
  }
  .tablet-m-p-1\.8 {
    padding: 18px !important;
  }
  .tablet-m-m-x-1\.8 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .tablet-m-m-y-1\.8 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .tablet-m-p-x-1\.8 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .tablet-m-p-y-1\.8 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-1\.9 {
    margin: 19px !important;
  }
  .tablet-m\:p-1\.9 {
    padding: 19px !important;
  }
  .tablet-m\:m-x-1\.9 {
    margin-left: 19px !important;
    margin-right: 19px !important;
  }
  .tablet-m\:m-y-1\.9 {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
  }
  .tablet-m\:p-x-1\.9 {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .tablet-m\:p-y-1\.9 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
  .tablet-m-m-1\.9 {
    margin: 19px !important;
  }
  .tablet-m-p-1\.9 {
    padding: 19px !important;
  }
  .tablet-m-m-x-1\.9 {
    margin-left: 19px !important;
    margin-right: 19px !important;
  }
  .tablet-m-m-y-1\.9 {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
  }
  .tablet-m-p-x-1\.9 {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .tablet-m-p-y-1\.9 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-2 {
    margin: 20px !important;
  }
  .tablet-m\:p-2 {
    padding: 20px !important;
  }
  .tablet-m\:m-x-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .tablet-m\:m-y-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .tablet-m\:p-x-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tablet-m\:p-y-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .tablet-m-m-2 {
    margin: 20px !important;
  }
  .tablet-m-p-2 {
    padding: 20px !important;
  }
  .tablet-m-m-x-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .tablet-m-m-y-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .tablet-m-p-x-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tablet-m-p-y-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-2\.1 {
    margin: 21px !important;
  }
  .tablet-m\:p-2\.1 {
    padding: 21px !important;
  }
  .tablet-m\:m-x-2\.1 {
    margin-left: 21px !important;
    margin-right: 21px !important;
  }
  .tablet-m\:m-y-2\.1 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .tablet-m\:p-x-2\.1 {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
  .tablet-m\:p-y-2\.1 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
  .tablet-m-m-2\.1 {
    margin: 21px !important;
  }
  .tablet-m-p-2\.1 {
    padding: 21px !important;
  }
  .tablet-m-m-x-2\.1 {
    margin-left: 21px !important;
    margin-right: 21px !important;
  }
  .tablet-m-m-y-2\.1 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .tablet-m-p-x-2\.1 {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
  .tablet-m-p-y-2\.1 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-2\.2 {
    margin: 22px !important;
  }
  .tablet-m\:p-2\.2 {
    padding: 22px !important;
  }
  .tablet-m\:m-x-2\.2 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .tablet-m\:m-y-2\.2 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .tablet-m\:p-x-2\.2 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .tablet-m\:p-y-2\.2 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .tablet-m-m-2\.2 {
    margin: 22px !important;
  }
  .tablet-m-p-2\.2 {
    padding: 22px !important;
  }
  .tablet-m-m-x-2\.2 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .tablet-m-m-y-2\.2 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .tablet-m-p-x-2\.2 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .tablet-m-p-y-2\.2 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-2\.3 {
    margin: 23px !important;
  }
  .tablet-m\:p-2\.3 {
    padding: 23px !important;
  }
  .tablet-m\:m-x-2\.3 {
    margin-left: 23px !important;
    margin-right: 23px !important;
  }
  .tablet-m\:m-y-2\.3 {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .tablet-m\:p-x-2\.3 {
    padding-left: 23px !important;
    padding-right: 23px !important;
  }
  .tablet-m\:p-y-2\.3 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
  .tablet-m-m-2\.3 {
    margin: 23px !important;
  }
  .tablet-m-p-2\.3 {
    padding: 23px !important;
  }
  .tablet-m-m-x-2\.3 {
    margin-left: 23px !important;
    margin-right: 23px !important;
  }
  .tablet-m-m-y-2\.3 {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .tablet-m-p-x-2\.3 {
    padding-left: 23px !important;
    padding-right: 23px !important;
  }
  .tablet-m-p-y-2\.3 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-2\.4 {
    margin: 24px !important;
  }
  .tablet-m\:p-2\.4 {
    padding: 24px !important;
  }
  .tablet-m\:m-x-2\.4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .tablet-m\:m-y-2\.4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .tablet-m\:p-x-2\.4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .tablet-m\:p-y-2\.4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .tablet-m-m-2\.4 {
    margin: 24px !important;
  }
  .tablet-m-p-2\.4 {
    padding: 24px !important;
  }
  .tablet-m-m-x-2\.4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .tablet-m-m-y-2\.4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .tablet-m-p-x-2\.4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .tablet-m-p-y-2\.4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-2\.5 {
    margin: 25px !important;
  }
  .tablet-m\:p-2\.5 {
    padding: 25px !important;
  }
  .tablet-m\:m-x-2\.5 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .tablet-m\:m-y-2\.5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .tablet-m\:p-x-2\.5 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .tablet-m\:p-y-2\.5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .tablet-m-m-2\.5 {
    margin: 25px !important;
  }
  .tablet-m-p-2\.5 {
    padding: 25px !important;
  }
  .tablet-m-m-x-2\.5 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .tablet-m-m-y-2\.5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .tablet-m-p-x-2\.5 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .tablet-m-p-y-2\.5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-2\.6 {
    margin: 26px !important;
  }
  .tablet-m\:p-2\.6 {
    padding: 26px !important;
  }
  .tablet-m\:m-x-2\.6 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }
  .tablet-m\:m-y-2\.6 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  .tablet-m\:p-x-2\.6 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  .tablet-m\:p-y-2\.6 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  .tablet-m-m-2\.6 {
    margin: 26px !important;
  }
  .tablet-m-p-2\.6 {
    padding: 26px !important;
  }
  .tablet-m-m-x-2\.6 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }
  .tablet-m-m-y-2\.6 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  .tablet-m-p-x-2\.6 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  .tablet-m-p-y-2\.6 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-2\.7 {
    margin: 27px !important;
  }
  .tablet-m\:p-2\.7 {
    padding: 27px !important;
  }
  .tablet-m\:m-x-2\.7 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }
  .tablet-m\:m-y-2\.7 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }
  .tablet-m\:p-x-2\.7 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
  .tablet-m\:p-y-2\.7 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
  .tablet-m-m-2\.7 {
    margin: 27px !important;
  }
  .tablet-m-p-2\.7 {
    padding: 27px !important;
  }
  .tablet-m-m-x-2\.7 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }
  .tablet-m-m-y-2\.7 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }
  .tablet-m-p-x-2\.7 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
  .tablet-m-p-y-2\.7 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-2\.8 {
    margin: 28px !important;
  }
  .tablet-m\:p-2\.8 {
    padding: 28px !important;
  }
  .tablet-m\:m-x-2\.8 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .tablet-m\:m-y-2\.8 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .tablet-m\:p-x-2\.8 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .tablet-m\:p-y-2\.8 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .tablet-m-m-2\.8 {
    margin: 28px !important;
  }
  .tablet-m-p-2\.8 {
    padding: 28px !important;
  }
  .tablet-m-m-x-2\.8 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .tablet-m-m-y-2\.8 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .tablet-m-p-x-2\.8 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .tablet-m-p-y-2\.8 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-2\.9 {
    margin: 29px !important;
  }
  .tablet-m\:p-2\.9 {
    padding: 29px !important;
  }
  .tablet-m\:m-x-2\.9 {
    margin-left: 29px !important;
    margin-right: 29px !important;
  }
  .tablet-m\:m-y-2\.9 {
    margin-top: 29px !important;
    margin-bottom: 29px !important;
  }
  .tablet-m\:p-x-2\.9 {
    padding-left: 29px !important;
    padding-right: 29px !important;
  }
  .tablet-m\:p-y-2\.9 {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
  }
  .tablet-m-m-2\.9 {
    margin: 29px !important;
  }
  .tablet-m-p-2\.9 {
    padding: 29px !important;
  }
  .tablet-m-m-x-2\.9 {
    margin-left: 29px !important;
    margin-right: 29px !important;
  }
  .tablet-m-m-y-2\.9 {
    margin-top: 29px !important;
    margin-bottom: 29px !important;
  }
  .tablet-m-p-x-2\.9 {
    padding-left: 29px !important;
    padding-right: 29px !important;
  }
  .tablet-m-p-y-2\.9 {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-3 {
    margin: 30px !important;
  }
  .tablet-m\:p-3 {
    padding: 30px !important;
  }
  .tablet-m\:m-x-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .tablet-m\:m-y-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .tablet-m\:p-x-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .tablet-m\:p-y-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .tablet-m-m-3 {
    margin: 30px !important;
  }
  .tablet-m-p-3 {
    padding: 30px !important;
  }
  .tablet-m-m-x-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .tablet-m-m-y-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .tablet-m-p-x-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .tablet-m-p-y-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-3\.1 {
    margin: 31px !important;
  }
  .tablet-m\:p-3\.1 {
    padding: 31px !important;
  }
  .tablet-m\:m-x-3\.1 {
    margin-left: 31px !important;
    margin-right: 31px !important;
  }
  .tablet-m\:m-y-3\.1 {
    margin-top: 31px !important;
    margin-bottom: 31px !important;
  }
  .tablet-m\:p-x-3\.1 {
    padding-left: 31px !important;
    padding-right: 31px !important;
  }
  .tablet-m\:p-y-3\.1 {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }
  .tablet-m-m-3\.1 {
    margin: 31px !important;
  }
  .tablet-m-p-3\.1 {
    padding: 31px !important;
  }
  .tablet-m-m-x-3\.1 {
    margin-left: 31px !important;
    margin-right: 31px !important;
  }
  .tablet-m-m-y-3\.1 {
    margin-top: 31px !important;
    margin-bottom: 31px !important;
  }
  .tablet-m-p-x-3\.1 {
    padding-left: 31px !important;
    padding-right: 31px !important;
  }
  .tablet-m-p-y-3\.1 {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-3\.2 {
    margin: 32px !important;
  }
  .tablet-m\:p-3\.2 {
    padding: 32px !important;
  }
  .tablet-m\:m-x-3\.2 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .tablet-m\:m-y-3\.2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .tablet-m\:p-x-3\.2 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .tablet-m\:p-y-3\.2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .tablet-m-m-3\.2 {
    margin: 32px !important;
  }
  .tablet-m-p-3\.2 {
    padding: 32px !important;
  }
  .tablet-m-m-x-3\.2 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .tablet-m-m-y-3\.2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .tablet-m-p-x-3\.2 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .tablet-m-p-y-3\.2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-3\.3 {
    margin: 33px !important;
  }
  .tablet-m\:p-3\.3 {
    padding: 33px !important;
  }
  .tablet-m\:m-x-3\.3 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }
  .tablet-m\:m-y-3\.3 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }
  .tablet-m\:p-x-3\.3 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
  .tablet-m\:p-y-3\.3 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }
  .tablet-m-m-3\.3 {
    margin: 33px !important;
  }
  .tablet-m-p-3\.3 {
    padding: 33px !important;
  }
  .tablet-m-m-x-3\.3 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }
  .tablet-m-m-y-3\.3 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }
  .tablet-m-p-x-3\.3 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
  .tablet-m-p-y-3\.3 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-3\.4 {
    margin: 34px !important;
  }
  .tablet-m\:p-3\.4 {
    padding: 34px !important;
  }
  .tablet-m\:m-x-3\.4 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }
  .tablet-m\:m-y-3\.4 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .tablet-m\:p-x-3\.4 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
  .tablet-m\:p-y-3\.4 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .tablet-m-m-3\.4 {
    margin: 34px !important;
  }
  .tablet-m-p-3\.4 {
    padding: 34px !important;
  }
  .tablet-m-m-x-3\.4 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }
  .tablet-m-m-y-3\.4 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .tablet-m-p-x-3\.4 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
  .tablet-m-p-y-3\.4 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-3\.5 {
    margin: 35px !important;
  }
  .tablet-m\:p-3\.5 {
    padding: 35px !important;
  }
  .tablet-m\:m-x-3\.5 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .tablet-m\:m-y-3\.5 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .tablet-m\:p-x-3\.5 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .tablet-m\:p-y-3\.5 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .tablet-m-m-3\.5 {
    margin: 35px !important;
  }
  .tablet-m-p-3\.5 {
    padding: 35px !important;
  }
  .tablet-m-m-x-3\.5 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .tablet-m-m-y-3\.5 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .tablet-m-p-x-3\.5 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .tablet-m-p-y-3\.5 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-3\.6 {
    margin: 36px !important;
  }
  .tablet-m\:p-3\.6 {
    padding: 36px !important;
  }
  .tablet-m\:m-x-3\.6 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .tablet-m\:m-y-3\.6 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .tablet-m\:p-x-3\.6 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .tablet-m\:p-y-3\.6 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .tablet-m-m-3\.6 {
    margin: 36px !important;
  }
  .tablet-m-p-3\.6 {
    padding: 36px !important;
  }
  .tablet-m-m-x-3\.6 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .tablet-m-m-y-3\.6 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .tablet-m-p-x-3\.6 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .tablet-m-p-y-3\.6 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-3\.7 {
    margin: 37px !important;
  }
  .tablet-m\:p-3\.7 {
    padding: 37px !important;
  }
  .tablet-m\:m-x-3\.7 {
    margin-left: 37px !important;
    margin-right: 37px !important;
  }
  .tablet-m\:m-y-3\.7 {
    margin-top: 37px !important;
    margin-bottom: 37px !important;
  }
  .tablet-m\:p-x-3\.7 {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
  .tablet-m\:p-y-3\.7 {
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }
  .tablet-m-m-3\.7 {
    margin: 37px !important;
  }
  .tablet-m-p-3\.7 {
    padding: 37px !important;
  }
  .tablet-m-m-x-3\.7 {
    margin-left: 37px !important;
    margin-right: 37px !important;
  }
  .tablet-m-m-y-3\.7 {
    margin-top: 37px !important;
    margin-bottom: 37px !important;
  }
  .tablet-m-p-x-3\.7 {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
  .tablet-m-p-y-3\.7 {
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-3\.8 {
    margin: 38px !important;
  }
  .tablet-m\:p-3\.8 {
    padding: 38px !important;
  }
  .tablet-m\:m-x-3\.8 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }
  .tablet-m\:m-y-3\.8 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .tablet-m\:p-x-3\.8 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
  .tablet-m\:p-y-3\.8 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
  .tablet-m-m-3\.8 {
    margin: 38px !important;
  }
  .tablet-m-p-3\.8 {
    padding: 38px !important;
  }
  .tablet-m-m-x-3\.8 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }
  .tablet-m-m-y-3\.8 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .tablet-m-p-x-3\.8 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
  .tablet-m-p-y-3\.8 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-3\.9 {
    margin: 39px !important;
  }
  .tablet-m\:p-3\.9 {
    padding: 39px !important;
  }
  .tablet-m\:m-x-3\.9 {
    margin-left: 39px !important;
    margin-right: 39px !important;
  }
  .tablet-m\:m-y-3\.9 {
    margin-top: 39px !important;
    margin-bottom: 39px !important;
  }
  .tablet-m\:p-x-3\.9 {
    padding-left: 39px !important;
    padding-right: 39px !important;
  }
  .tablet-m\:p-y-3\.9 {
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }
  .tablet-m-m-3\.9 {
    margin: 39px !important;
  }
  .tablet-m-p-3\.9 {
    padding: 39px !important;
  }
  .tablet-m-m-x-3\.9 {
    margin-left: 39px !important;
    margin-right: 39px !important;
  }
  .tablet-m-m-y-3\.9 {
    margin-top: 39px !important;
    margin-bottom: 39px !important;
  }
  .tablet-m-p-x-3\.9 {
    padding-left: 39px !important;
    padding-right: 39px !important;
  }
  .tablet-m-p-y-3\.9 {
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-4 {
    margin: 40px !important;
  }
  .tablet-m\:p-4 {
    padding: 40px !important;
  }
  .tablet-m\:m-x-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .tablet-m\:m-y-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .tablet-m\:p-x-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .tablet-m\:p-y-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .tablet-m-m-4 {
    margin: 40px !important;
  }
  .tablet-m-p-4 {
    padding: 40px !important;
  }
  .tablet-m-m-x-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .tablet-m-m-y-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .tablet-m-p-x-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .tablet-m-p-y-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-4\.1 {
    margin: 41px !important;
  }
  .tablet-m\:p-4\.1 {
    padding: 41px !important;
  }
  .tablet-m\:m-x-4\.1 {
    margin-left: 41px !important;
    margin-right: 41px !important;
  }
  .tablet-m\:m-y-4\.1 {
    margin-top: 41px !important;
    margin-bottom: 41px !important;
  }
  .tablet-m\:p-x-4\.1 {
    padding-left: 41px !important;
    padding-right: 41px !important;
  }
  .tablet-m\:p-y-4\.1 {
    padding-top: 41px !important;
    padding-bottom: 41px !important;
  }
  .tablet-m-m-4\.1 {
    margin: 41px !important;
  }
  .tablet-m-p-4\.1 {
    padding: 41px !important;
  }
  .tablet-m-m-x-4\.1 {
    margin-left: 41px !important;
    margin-right: 41px !important;
  }
  .tablet-m-m-y-4\.1 {
    margin-top: 41px !important;
    margin-bottom: 41px !important;
  }
  .tablet-m-p-x-4\.1 {
    padding-left: 41px !important;
    padding-right: 41px !important;
  }
  .tablet-m-p-y-4\.1 {
    padding-top: 41px !important;
    padding-bottom: 41px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-4\.2 {
    margin: 42px !important;
  }
  .tablet-m\:p-4\.2 {
    padding: 42px !important;
  }
  .tablet-m\:m-x-4\.2 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }
  .tablet-m\:m-y-4\.2 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .tablet-m\:p-x-4\.2 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
  .tablet-m\:p-y-4\.2 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .tablet-m-m-4\.2 {
    margin: 42px !important;
  }
  .tablet-m-p-4\.2 {
    padding: 42px !important;
  }
  .tablet-m-m-x-4\.2 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }
  .tablet-m-m-y-4\.2 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .tablet-m-p-x-4\.2 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
  .tablet-m-p-y-4\.2 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-4\.3 {
    margin: 43px !important;
  }
  .tablet-m\:p-4\.3 {
    padding: 43px !important;
  }
  .tablet-m\:m-x-4\.3 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  .tablet-m\:m-y-4\.3 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .tablet-m\:p-x-4\.3 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  .tablet-m\:p-y-4\.3 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  .tablet-m-m-4\.3 {
    margin: 43px !important;
  }
  .tablet-m-p-4\.3 {
    padding: 43px !important;
  }
  .tablet-m-m-x-4\.3 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  .tablet-m-m-y-4\.3 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .tablet-m-p-x-4\.3 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  .tablet-m-p-y-4\.3 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-4\.4 {
    margin: 44px !important;
  }
  .tablet-m\:p-4\.4 {
    padding: 44px !important;
  }
  .tablet-m\:m-x-4\.4 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }
  .tablet-m\:m-y-4\.4 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .tablet-m\:p-x-4\.4 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
  .tablet-m\:p-y-4\.4 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .tablet-m-m-4\.4 {
    margin: 44px !important;
  }
  .tablet-m-p-4\.4 {
    padding: 44px !important;
  }
  .tablet-m-m-x-4\.4 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }
  .tablet-m-m-y-4\.4 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .tablet-m-p-x-4\.4 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
  .tablet-m-p-y-4\.4 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-4\.5 {
    margin: 45px !important;
  }
  .tablet-m\:p-4\.5 {
    padding: 45px !important;
  }
  .tablet-m\:m-x-4\.5 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .tablet-m\:m-y-4\.5 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .tablet-m\:p-x-4\.5 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .tablet-m\:p-y-4\.5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .tablet-m-m-4\.5 {
    margin: 45px !important;
  }
  .tablet-m-p-4\.5 {
    padding: 45px !important;
  }
  .tablet-m-m-x-4\.5 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .tablet-m-m-y-4\.5 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .tablet-m-p-x-4\.5 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .tablet-m-p-y-4\.5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-4\.6 {
    margin: 46px !important;
  }
  .tablet-m\:p-4\.6 {
    padding: 46px !important;
  }
  .tablet-m\:m-x-4\.6 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .tablet-m\:m-y-4\.6 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .tablet-m\:p-x-4\.6 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  .tablet-m\:p-y-4\.6 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .tablet-m-m-4\.6 {
    margin: 46px !important;
  }
  .tablet-m-p-4\.6 {
    padding: 46px !important;
  }
  .tablet-m-m-x-4\.6 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .tablet-m-m-y-4\.6 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .tablet-m-p-x-4\.6 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  .tablet-m-p-y-4\.6 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-4\.7 {
    margin: 47px !important;
  }
  .tablet-m\:p-4\.7 {
    padding: 47px !important;
  }
  .tablet-m\:m-x-4\.7 {
    margin-left: 47px !important;
    margin-right: 47px !important;
  }
  .tablet-m\:m-y-4\.7 {
    margin-top: 47px !important;
    margin-bottom: 47px !important;
  }
  .tablet-m\:p-x-4\.7 {
    padding-left: 47px !important;
    padding-right: 47px !important;
  }
  .tablet-m\:p-y-4\.7 {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
  }
  .tablet-m-m-4\.7 {
    margin: 47px !important;
  }
  .tablet-m-p-4\.7 {
    padding: 47px !important;
  }
  .tablet-m-m-x-4\.7 {
    margin-left: 47px !important;
    margin-right: 47px !important;
  }
  .tablet-m-m-y-4\.7 {
    margin-top: 47px !important;
    margin-bottom: 47px !important;
  }
  .tablet-m-p-x-4\.7 {
    padding-left: 47px !important;
    padding-right: 47px !important;
  }
  .tablet-m-p-y-4\.7 {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-4\.8 {
    margin: 48px !important;
  }
  .tablet-m\:p-4\.8 {
    padding: 48px !important;
  }
  .tablet-m\:m-x-4\.8 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .tablet-m\:m-y-4\.8 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .tablet-m\:p-x-4\.8 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .tablet-m\:p-y-4\.8 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .tablet-m-m-4\.8 {
    margin: 48px !important;
  }
  .tablet-m-p-4\.8 {
    padding: 48px !important;
  }
  .tablet-m-m-x-4\.8 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .tablet-m-m-y-4\.8 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .tablet-m-p-x-4\.8 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .tablet-m-p-y-4\.8 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-4\.9 {
    margin: 49px !important;
  }
  .tablet-m\:p-4\.9 {
    padding: 49px !important;
  }
  .tablet-m\:m-x-4\.9 {
    margin-left: 49px !important;
    margin-right: 49px !important;
  }
  .tablet-m\:m-y-4\.9 {
    margin-top: 49px !important;
    margin-bottom: 49px !important;
  }
  .tablet-m\:p-x-4\.9 {
    padding-left: 49px !important;
    padding-right: 49px !important;
  }
  .tablet-m\:p-y-4\.9 {
    padding-top: 49px !important;
    padding-bottom: 49px !important;
  }
  .tablet-m-m-4\.9 {
    margin: 49px !important;
  }
  .tablet-m-p-4\.9 {
    padding: 49px !important;
  }
  .tablet-m-m-x-4\.9 {
    margin-left: 49px !important;
    margin-right: 49px !important;
  }
  .tablet-m-m-y-4\.9 {
    margin-top: 49px !important;
    margin-bottom: 49px !important;
  }
  .tablet-m-p-x-4\.9 {
    padding-left: 49px !important;
    padding-right: 49px !important;
  }
  .tablet-m-p-y-4\.9 {
    padding-top: 49px !important;
    padding-bottom: 49px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-5 {
    margin: 50px !important;
  }
  .tablet-m\:p-5 {
    padding: 50px !important;
  }
  .tablet-m\:m-x-5 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .tablet-m\:m-y-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .tablet-m\:p-x-5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .tablet-m\:p-y-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .tablet-m-m-5 {
    margin: 50px !important;
  }
  .tablet-m-p-5 {
    padding: 50px !important;
  }
  .tablet-m-m-x-5 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .tablet-m-m-y-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .tablet-m-p-x-5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .tablet-m-p-y-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-6 {
    margin: 60px !important;
  }
  .tablet-m\:p-6 {
    padding: 60px !important;
  }
  .tablet-m\:m-x-6 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .tablet-m\:m-y-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .tablet-m\:p-x-6 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .tablet-m\:p-y-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .tablet-m-m-6 {
    margin: 60px !important;
  }
  .tablet-m-p-6 {
    padding: 60px !important;
  }
  .tablet-m-m-x-6 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .tablet-m-m-y-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .tablet-m-p-x-6 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .tablet-m-p-y-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-7 {
    margin: 70px !important;
  }
  .tablet-m\:p-7 {
    padding: 70px !important;
  }
  .tablet-m\:m-x-7 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .tablet-m\:m-y-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .tablet-m\:p-x-7 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .tablet-m\:p-y-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .tablet-m-m-7 {
    margin: 70px !important;
  }
  .tablet-m-p-7 {
    padding: 70px !important;
  }
  .tablet-m-m-x-7 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .tablet-m-m-y-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .tablet-m-p-x-7 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .tablet-m-p-y-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-8 {
    margin: 80px !important;
  }
  .tablet-m\:p-8 {
    padding: 80px !important;
  }
  .tablet-m\:m-x-8 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .tablet-m\:m-y-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .tablet-m\:p-x-8 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .tablet-m\:p-y-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .tablet-m-m-8 {
    margin: 80px !important;
  }
  .tablet-m-p-8 {
    padding: 80px !important;
  }
  .tablet-m-m-x-8 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .tablet-m-m-y-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .tablet-m-p-x-8 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .tablet-m-p-y-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-9 {
    margin: 90px !important;
  }
  .tablet-m\:p-9 {
    padding: 90px !important;
  }
  .tablet-m\:m-x-9 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .tablet-m\:m-y-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .tablet-m\:p-x-9 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .tablet-m\:p-y-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .tablet-m-m-9 {
    margin: 90px !important;
  }
  .tablet-m-p-9 {
    padding: 90px !important;
  }
  .tablet-m-m-x-9 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .tablet-m-m-y-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .tablet-m-p-x-9 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .tablet-m-p-y-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-10 {
    margin: 100px !important;
  }
  .tablet-m\:p-10 {
    padding: 100px !important;
  }
  .tablet-m\:m-x-10 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .tablet-m\:m-y-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .tablet-m\:p-x-10 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .tablet-m\:p-y-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .tablet-m-m-10 {
    margin: 100px !important;
  }
  .tablet-m-p-10 {
    padding: 100px !important;
  }
  .tablet-m-m-x-10 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .tablet-m-m-y-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .tablet-m-p-x-10 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .tablet-m-p-y-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-11 {
    margin: 110px !important;
  }
  .tablet-m\:p-11 {
    padding: 110px !important;
  }
  .tablet-m\:m-x-11 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  .tablet-m\:m-y-11 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .tablet-m\:p-x-11 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .tablet-m\:p-y-11 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .tablet-m-m-11 {
    margin: 110px !important;
  }
  .tablet-m-p-11 {
    padding: 110px !important;
  }
  .tablet-m-m-x-11 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  .tablet-m-m-y-11 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .tablet-m-p-x-11 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .tablet-m-p-y-11 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-12 {
    margin: 120px !important;
  }
  .tablet-m\:p-12 {
    padding: 120px !important;
  }
  .tablet-m\:m-x-12 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .tablet-m\:m-y-12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .tablet-m\:p-x-12 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .tablet-m\:p-y-12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .tablet-m-m-12 {
    margin: 120px !important;
  }
  .tablet-m-p-12 {
    padding: 120px !important;
  }
  .tablet-m-m-x-12 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .tablet-m-m-y-12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .tablet-m-p-x-12 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .tablet-m-p-y-12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-13 {
    margin: 130px !important;
  }
  .tablet-m\:p-13 {
    padding: 130px !important;
  }
  .tablet-m\:m-x-13 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  .tablet-m\:m-y-13 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .tablet-m\:p-x-13 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .tablet-m\:p-y-13 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .tablet-m-m-13 {
    margin: 130px !important;
  }
  .tablet-m-p-13 {
    padding: 130px !important;
  }
  .tablet-m-m-x-13 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  .tablet-m-m-y-13 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .tablet-m-p-x-13 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .tablet-m-p-y-13 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-14 {
    margin: 140px !important;
  }
  .tablet-m\:p-14 {
    padding: 140px !important;
  }
  .tablet-m\:m-x-14 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  .tablet-m\:m-y-14 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .tablet-m\:p-x-14 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .tablet-m\:p-y-14 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .tablet-m-m-14 {
    margin: 140px !important;
  }
  .tablet-m-p-14 {
    padding: 140px !important;
  }
  .tablet-m-m-x-14 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  .tablet-m-m-y-14 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .tablet-m-p-x-14 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .tablet-m-p-y-14 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-15 {
    margin: 150px !important;
  }
  .tablet-m\:p-15 {
    padding: 150px !important;
  }
  .tablet-m\:m-x-15 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .tablet-m\:m-y-15 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .tablet-m\:p-x-15 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .tablet-m\:p-y-15 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .tablet-m-m-15 {
    margin: 150px !important;
  }
  .tablet-m-p-15 {
    padding: 150px !important;
  }
  .tablet-m-m-x-15 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .tablet-m-m-y-15 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .tablet-m-p-x-15 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .tablet-m-p-y-15 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-16 {
    margin: 160px !important;
  }
  .tablet-m\:p-16 {
    padding: 160px !important;
  }
  .tablet-m\:m-x-16 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .tablet-m\:m-y-16 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .tablet-m\:p-x-16 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .tablet-m\:p-y-16 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .tablet-m-m-16 {
    margin: 160px !important;
  }
  .tablet-m-p-16 {
    padding: 160px !important;
  }
  .tablet-m-m-x-16 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .tablet-m-m-y-16 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .tablet-m-p-x-16 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .tablet-m-p-y-16 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-17 {
    margin: 170px !important;
  }
  .tablet-m\:p-17 {
    padding: 170px !important;
  }
  .tablet-m\:m-x-17 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  .tablet-m\:m-y-17 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .tablet-m\:p-x-17 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  .tablet-m\:p-y-17 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .tablet-m-m-17 {
    margin: 170px !important;
  }
  .tablet-m-p-17 {
    padding: 170px !important;
  }
  .tablet-m-m-x-17 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  .tablet-m-m-y-17 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .tablet-m-p-x-17 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  .tablet-m-p-y-17 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-18 {
    margin: 180px !important;
  }
  .tablet-m\:p-18 {
    padding: 180px !important;
  }
  .tablet-m\:m-x-18 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  .tablet-m\:m-y-18 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .tablet-m\:p-x-18 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .tablet-m\:p-y-18 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .tablet-m-m-18 {
    margin: 180px !important;
  }
  .tablet-m-p-18 {
    padding: 180px !important;
  }
  .tablet-m-m-x-18 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  .tablet-m-m-y-18 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .tablet-m-p-x-18 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .tablet-m-p-y-18 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-19 {
    margin: 190px !important;
  }
  .tablet-m\:p-19 {
    padding: 190px !important;
  }
  .tablet-m\:m-x-19 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  .tablet-m\:m-y-19 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .tablet-m\:p-x-19 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  .tablet-m\:p-y-19 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .tablet-m-m-19 {
    margin: 190px !important;
  }
  .tablet-m-p-19 {
    padding: 190px !important;
  }
  .tablet-m-m-x-19 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  .tablet-m-m-y-19 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .tablet-m-p-x-19 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  .tablet-m-p-y-19 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-20 {
    margin: 200px !important;
  }
  .tablet-m\:p-20 {
    padding: 200px !important;
  }
  .tablet-m\:m-x-20 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .tablet-m\:m-y-20 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .tablet-m\:p-x-20 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .tablet-m\:p-y-20 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .tablet-m-m-20 {
    margin: 200px !important;
  }
  .tablet-m-p-20 {
    padding: 200px !important;
  }
  .tablet-m-m-x-20 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .tablet-m-m-y-20 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .tablet-m-p-x-20 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .tablet-m-p-y-20 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-21 {
    margin: 210px !important;
  }
  .tablet-m\:p-21 {
    padding: 210px !important;
  }
  .tablet-m\:m-x-21 {
    margin-left: 210px !important;
    margin-right: 210px !important;
  }
  .tablet-m\:m-y-21 {
    margin-top: 210px !important;
    margin-bottom: 210px !important;
  }
  .tablet-m\:p-x-21 {
    padding-left: 210px !important;
    padding-right: 210px !important;
  }
  .tablet-m\:p-y-21 {
    padding-top: 210px !important;
    padding-bottom: 210px !important;
  }
  .tablet-m-m-21 {
    margin: 210px !important;
  }
  .tablet-m-p-21 {
    padding: 210px !important;
  }
  .tablet-m-m-x-21 {
    margin-left: 210px !important;
    margin-right: 210px !important;
  }
  .tablet-m-m-y-21 {
    margin-top: 210px !important;
    margin-bottom: 210px !important;
  }
  .tablet-m-p-x-21 {
    padding-left: 210px !important;
    padding-right: 210px !important;
  }
  .tablet-m-p-y-21 {
    padding-top: 210px !important;
    padding-bottom: 210px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-22 {
    margin: 220px !important;
  }
  .tablet-m\:p-22 {
    padding: 220px !important;
  }
  .tablet-m\:m-x-22 {
    margin-left: 220px !important;
    margin-right: 220px !important;
  }
  .tablet-m\:m-y-22 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .tablet-m\:p-x-22 {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }
  .tablet-m\:p-y-22 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .tablet-m-m-22 {
    margin: 220px !important;
  }
  .tablet-m-p-22 {
    padding: 220px !important;
  }
  .tablet-m-m-x-22 {
    margin-left: 220px !important;
    margin-right: 220px !important;
  }
  .tablet-m-m-y-22 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .tablet-m-p-x-22 {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }
  .tablet-m-p-y-22 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-23 {
    margin: 230px !important;
  }
  .tablet-m\:p-23 {
    padding: 230px !important;
  }
  .tablet-m\:m-x-23 {
    margin-left: 230px !important;
    margin-right: 230px !important;
  }
  .tablet-m\:m-y-23 {
    margin-top: 230px !important;
    margin-bottom: 230px !important;
  }
  .tablet-m\:p-x-23 {
    padding-left: 230px !important;
    padding-right: 230px !important;
  }
  .tablet-m\:p-y-23 {
    padding-top: 230px !important;
    padding-bottom: 230px !important;
  }
  .tablet-m-m-23 {
    margin: 230px !important;
  }
  .tablet-m-p-23 {
    padding: 230px !important;
  }
  .tablet-m-m-x-23 {
    margin-left: 230px !important;
    margin-right: 230px !important;
  }
  .tablet-m-m-y-23 {
    margin-top: 230px !important;
    margin-bottom: 230px !important;
  }
  .tablet-m-p-x-23 {
    padding-left: 230px !important;
    padding-right: 230px !important;
  }
  .tablet-m-p-y-23 {
    padding-top: 230px !important;
    padding-bottom: 230px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-24 {
    margin: 240px !important;
  }
  .tablet-m\:p-24 {
    padding: 240px !important;
  }
  .tablet-m\:m-x-24 {
    margin-left: 240px !important;
    margin-right: 240px !important;
  }
  .tablet-m\:m-y-24 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .tablet-m\:p-x-24 {
    padding-left: 240px !important;
    padding-right: 240px !important;
  }
  .tablet-m\:p-y-24 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .tablet-m-m-24 {
    margin: 240px !important;
  }
  .tablet-m-p-24 {
    padding: 240px !important;
  }
  .tablet-m-m-x-24 {
    margin-left: 240px !important;
    margin-right: 240px !important;
  }
  .tablet-m-m-y-24 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .tablet-m-p-x-24 {
    padding-left: 240px !important;
    padding-right: 240px !important;
  }
  .tablet-m-p-y-24 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-25 {
    margin: 250px !important;
  }
  .tablet-m\:p-25 {
    padding: 250px !important;
  }
  .tablet-m\:m-x-25 {
    margin-left: 250px !important;
    margin-right: 250px !important;
  }
  .tablet-m\:m-y-25 {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }
  .tablet-m\:p-x-25 {
    padding-left: 250px !important;
    padding-right: 250px !important;
  }
  .tablet-m\:p-y-25 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }
  .tablet-m-m-25 {
    margin: 250px !important;
  }
  .tablet-m-p-25 {
    padding: 250px !important;
  }
  .tablet-m-m-x-25 {
    margin-left: 250px !important;
    margin-right: 250px !important;
  }
  .tablet-m-m-y-25 {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }
  .tablet-m-p-x-25 {
    padding-left: 250px !important;
    padding-right: 250px !important;
  }
  .tablet-m-p-y-25 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-26 {
    margin: 260px !important;
  }
  .tablet-m\:p-26 {
    padding: 260px !important;
  }
  .tablet-m\:m-x-26 {
    margin-left: 260px !important;
    margin-right: 260px !important;
  }
  .tablet-m\:m-y-26 {
    margin-top: 260px !important;
    margin-bottom: 260px !important;
  }
  .tablet-m\:p-x-26 {
    padding-left: 260px !important;
    padding-right: 260px !important;
  }
  .tablet-m\:p-y-26 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
  }
  .tablet-m-m-26 {
    margin: 260px !important;
  }
  .tablet-m-p-26 {
    padding: 260px !important;
  }
  .tablet-m-m-x-26 {
    margin-left: 260px !important;
    margin-right: 260px !important;
  }
  .tablet-m-m-y-26 {
    margin-top: 260px !important;
    margin-bottom: 260px !important;
  }
  .tablet-m-p-x-26 {
    padding-left: 260px !important;
    padding-right: 260px !important;
  }
  .tablet-m-p-y-26 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-27 {
    margin: 270px !important;
  }
  .tablet-m\:p-27 {
    padding: 270px !important;
  }
  .tablet-m\:m-x-27 {
    margin-left: 270px !important;
    margin-right: 270px !important;
  }
  .tablet-m\:m-y-27 {
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }
  .tablet-m\:p-x-27 {
    padding-left: 270px !important;
    padding-right: 270px !important;
  }
  .tablet-m\:p-y-27 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }
  .tablet-m-m-27 {
    margin: 270px !important;
  }
  .tablet-m-p-27 {
    padding: 270px !important;
  }
  .tablet-m-m-x-27 {
    margin-left: 270px !important;
    margin-right: 270px !important;
  }
  .tablet-m-m-y-27 {
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }
  .tablet-m-p-x-27 {
    padding-left: 270px !important;
    padding-right: 270px !important;
  }
  .tablet-m-p-y-27 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-28 {
    margin: 280px !important;
  }
  .tablet-m\:p-28 {
    padding: 280px !important;
  }
  .tablet-m\:m-x-28 {
    margin-left: 280px !important;
    margin-right: 280px !important;
  }
  .tablet-m\:m-y-28 {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
  }
  .tablet-m\:p-x-28 {
    padding-left: 280px !important;
    padding-right: 280px !important;
  }
  .tablet-m\:p-y-28 {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
  }
  .tablet-m-m-28 {
    margin: 280px !important;
  }
  .tablet-m-p-28 {
    padding: 280px !important;
  }
  .tablet-m-m-x-28 {
    margin-left: 280px !important;
    margin-right: 280px !important;
  }
  .tablet-m-m-y-28 {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
  }
  .tablet-m-p-x-28 {
    padding-left: 280px !important;
    padding-right: 280px !important;
  }
  .tablet-m-p-y-28 {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-29 {
    margin: 290px !important;
  }
  .tablet-m\:p-29 {
    padding: 290px !important;
  }
  .tablet-m\:m-x-29 {
    margin-left: 290px !important;
    margin-right: 290px !important;
  }
  .tablet-m\:m-y-29 {
    margin-top: 290px !important;
    margin-bottom: 290px !important;
  }
  .tablet-m\:p-x-29 {
    padding-left: 290px !important;
    padding-right: 290px !important;
  }
  .tablet-m\:p-y-29 {
    padding-top: 290px !important;
    padding-bottom: 290px !important;
  }
  .tablet-m-m-29 {
    margin: 290px !important;
  }
  .tablet-m-p-29 {
    padding: 290px !important;
  }
  .tablet-m-m-x-29 {
    margin-left: 290px !important;
    margin-right: 290px !important;
  }
  .tablet-m-m-y-29 {
    margin-top: 290px !important;
    margin-bottom: 290px !important;
  }
  .tablet-m-p-x-29 {
    padding-left: 290px !important;
    padding-right: 290px !important;
  }
  .tablet-m-p-y-29 {
    padding-top: 290px !important;
    padding-bottom: 290px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-30 {
    margin: 300px !important;
  }
  .tablet-m\:p-30 {
    padding: 300px !important;
  }
  .tablet-m\:m-x-30 {
    margin-left: 300px !important;
    margin-right: 300px !important;
  }
  .tablet-m\:m-y-30 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }
  .tablet-m\:p-x-30 {
    padding-left: 300px !important;
    padding-right: 300px !important;
  }
  .tablet-m\:p-y-30 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }
  .tablet-m-m-30 {
    margin: 300px !important;
  }
  .tablet-m-p-30 {
    padding: 300px !important;
  }
  .tablet-m-m-x-30 {
    margin-left: 300px !important;
    margin-right: 300px !important;
  }
  .tablet-m-m-y-30 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }
  .tablet-m-p-x-30 {
    padding-left: 300px !important;
    padding-right: 300px !important;
  }
  .tablet-m-p-y-30 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-31 {
    margin: 310px !important;
  }
  .tablet-m\:p-31 {
    padding: 310px !important;
  }
  .tablet-m\:m-x-31 {
    margin-left: 310px !important;
    margin-right: 310px !important;
  }
  .tablet-m\:m-y-31 {
    margin-top: 310px !important;
    margin-bottom: 310px !important;
  }
  .tablet-m\:p-x-31 {
    padding-left: 310px !important;
    padding-right: 310px !important;
  }
  .tablet-m\:p-y-31 {
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }
  .tablet-m-m-31 {
    margin: 310px !important;
  }
  .tablet-m-p-31 {
    padding: 310px !important;
  }
  .tablet-m-m-x-31 {
    margin-left: 310px !important;
    margin-right: 310px !important;
  }
  .tablet-m-m-y-31 {
    margin-top: 310px !important;
    margin-bottom: 310px !important;
  }
  .tablet-m-p-x-31 {
    padding-left: 310px !important;
    padding-right: 310px !important;
  }
  .tablet-m-p-y-31 {
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-32 {
    margin: 320px !important;
  }
  .tablet-m\:p-32 {
    padding: 320px !important;
  }
  .tablet-m\:m-x-32 {
    margin-left: 320px !important;
    margin-right: 320px !important;
  }
  .tablet-m\:m-y-32 {
    margin-top: 320px !important;
    margin-bottom: 320px !important;
  }
  .tablet-m\:p-x-32 {
    padding-left: 320px !important;
    padding-right: 320px !important;
  }
  .tablet-m\:p-y-32 {
    padding-top: 320px !important;
    padding-bottom: 320px !important;
  }
  .tablet-m-m-32 {
    margin: 320px !important;
  }
  .tablet-m-p-32 {
    padding: 320px !important;
  }
  .tablet-m-m-x-32 {
    margin-left: 320px !important;
    margin-right: 320px !important;
  }
  .tablet-m-m-y-32 {
    margin-top: 320px !important;
    margin-bottom: 320px !important;
  }
  .tablet-m-p-x-32 {
    padding-left: 320px !important;
    padding-right: 320px !important;
  }
  .tablet-m-p-y-32 {
    padding-top: 320px !important;
    padding-bottom: 320px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-33 {
    margin: 330px !important;
  }
  .tablet-m\:p-33 {
    padding: 330px !important;
  }
  .tablet-m\:m-x-33 {
    margin-left: 330px !important;
    margin-right: 330px !important;
  }
  .tablet-m\:m-y-33 {
    margin-top: 330px !important;
    margin-bottom: 330px !important;
  }
  .tablet-m\:p-x-33 {
    padding-left: 330px !important;
    padding-right: 330px !important;
  }
  .tablet-m\:p-y-33 {
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }
  .tablet-m-m-33 {
    margin: 330px !important;
  }
  .tablet-m-p-33 {
    padding: 330px !important;
  }
  .tablet-m-m-x-33 {
    margin-left: 330px !important;
    margin-right: 330px !important;
  }
  .tablet-m-m-y-33 {
    margin-top: 330px !important;
    margin-bottom: 330px !important;
  }
  .tablet-m-p-x-33 {
    padding-left: 330px !important;
    padding-right: 330px !important;
  }
  .tablet-m-p-y-33 {
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-34 {
    margin: 340px !important;
  }
  .tablet-m\:p-34 {
    padding: 340px !important;
  }
  .tablet-m\:m-x-34 {
    margin-left: 340px !important;
    margin-right: 340px !important;
  }
  .tablet-m\:m-y-34 {
    margin-top: 340px !important;
    margin-bottom: 340px !important;
  }
  .tablet-m\:p-x-34 {
    padding-left: 340px !important;
    padding-right: 340px !important;
  }
  .tablet-m\:p-y-34 {
    padding-top: 340px !important;
    padding-bottom: 340px !important;
  }
  .tablet-m-m-34 {
    margin: 340px !important;
  }
  .tablet-m-p-34 {
    padding: 340px !important;
  }
  .tablet-m-m-x-34 {
    margin-left: 340px !important;
    margin-right: 340px !important;
  }
  .tablet-m-m-y-34 {
    margin-top: 340px !important;
    margin-bottom: 340px !important;
  }
  .tablet-m-p-x-34 {
    padding-left: 340px !important;
    padding-right: 340px !important;
  }
  .tablet-m-p-y-34 {
    padding-top: 340px !important;
    padding-bottom: 340px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-35 {
    margin: 350px !important;
  }
  .tablet-m\:p-35 {
    padding: 350px !important;
  }
  .tablet-m\:m-x-35 {
    margin-left: 350px !important;
    margin-right: 350px !important;
  }
  .tablet-m\:m-y-35 {
    margin-top: 350px !important;
    margin-bottom: 350px !important;
  }
  .tablet-m\:p-x-35 {
    padding-left: 350px !important;
    padding-right: 350px !important;
  }
  .tablet-m\:p-y-35 {
    padding-top: 350px !important;
    padding-bottom: 350px !important;
  }
  .tablet-m-m-35 {
    margin: 350px !important;
  }
  .tablet-m-p-35 {
    padding: 350px !important;
  }
  .tablet-m-m-x-35 {
    margin-left: 350px !important;
    margin-right: 350px !important;
  }
  .tablet-m-m-y-35 {
    margin-top: 350px !important;
    margin-bottom: 350px !important;
  }
  .tablet-m-p-x-35 {
    padding-left: 350px !important;
    padding-right: 350px !important;
  }
  .tablet-m-p-y-35 {
    padding-top: 350px !important;
    padding-bottom: 350px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-36 {
    margin: 360px !important;
  }
  .tablet-m\:p-36 {
    padding: 360px !important;
  }
  .tablet-m\:m-x-36 {
    margin-left: 360px !important;
    margin-right: 360px !important;
  }
  .tablet-m\:m-y-36 {
    margin-top: 360px !important;
    margin-bottom: 360px !important;
  }
  .tablet-m\:p-x-36 {
    padding-left: 360px !important;
    padding-right: 360px !important;
  }
  .tablet-m\:p-y-36 {
    padding-top: 360px !important;
    padding-bottom: 360px !important;
  }
  .tablet-m-m-36 {
    margin: 360px !important;
  }
  .tablet-m-p-36 {
    padding: 360px !important;
  }
  .tablet-m-m-x-36 {
    margin-left: 360px !important;
    margin-right: 360px !important;
  }
  .tablet-m-m-y-36 {
    margin-top: 360px !important;
    margin-bottom: 360px !important;
  }
  .tablet-m-p-x-36 {
    padding-left: 360px !important;
    padding-right: 360px !important;
  }
  .tablet-m-p-y-36 {
    padding-top: 360px !important;
    padding-bottom: 360px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-37 {
    margin: 370px !important;
  }
  .tablet-m\:p-37 {
    padding: 370px !important;
  }
  .tablet-m\:m-x-37 {
    margin-left: 370px !important;
    margin-right: 370px !important;
  }
  .tablet-m\:m-y-37 {
    margin-top: 370px !important;
    margin-bottom: 370px !important;
  }
  .tablet-m\:p-x-37 {
    padding-left: 370px !important;
    padding-right: 370px !important;
  }
  .tablet-m\:p-y-37 {
    padding-top: 370px !important;
    padding-bottom: 370px !important;
  }
  .tablet-m-m-37 {
    margin: 370px !important;
  }
  .tablet-m-p-37 {
    padding: 370px !important;
  }
  .tablet-m-m-x-37 {
    margin-left: 370px !important;
    margin-right: 370px !important;
  }
  .tablet-m-m-y-37 {
    margin-top: 370px !important;
    margin-bottom: 370px !important;
  }
  .tablet-m-p-x-37 {
    padding-left: 370px !important;
    padding-right: 370px !important;
  }
  .tablet-m-p-y-37 {
    padding-top: 370px !important;
    padding-bottom: 370px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-38 {
    margin: 380px !important;
  }
  .tablet-m\:p-38 {
    padding: 380px !important;
  }
  .tablet-m\:m-x-38 {
    margin-left: 380px !important;
    margin-right: 380px !important;
  }
  .tablet-m\:m-y-38 {
    margin-top: 380px !important;
    margin-bottom: 380px !important;
  }
  .tablet-m\:p-x-38 {
    padding-left: 380px !important;
    padding-right: 380px !important;
  }
  .tablet-m\:p-y-38 {
    padding-top: 380px !important;
    padding-bottom: 380px !important;
  }
  .tablet-m-m-38 {
    margin: 380px !important;
  }
  .tablet-m-p-38 {
    padding: 380px !important;
  }
  .tablet-m-m-x-38 {
    margin-left: 380px !important;
    margin-right: 380px !important;
  }
  .tablet-m-m-y-38 {
    margin-top: 380px !important;
    margin-bottom: 380px !important;
  }
  .tablet-m-p-x-38 {
    padding-left: 380px !important;
    padding-right: 380px !important;
  }
  .tablet-m-p-y-38 {
    padding-top: 380px !important;
    padding-bottom: 380px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-39 {
    margin: 390px !important;
  }
  .tablet-m\:p-39 {
    padding: 390px !important;
  }
  .tablet-m\:m-x-39 {
    margin-left: 390px !important;
    margin-right: 390px !important;
  }
  .tablet-m\:m-y-39 {
    margin-top: 390px !important;
    margin-bottom: 390px !important;
  }
  .tablet-m\:p-x-39 {
    padding-left: 390px !important;
    padding-right: 390px !important;
  }
  .tablet-m\:p-y-39 {
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }
  .tablet-m-m-39 {
    margin: 390px !important;
  }
  .tablet-m-p-39 {
    padding: 390px !important;
  }
  .tablet-m-m-x-39 {
    margin-left: 390px !important;
    margin-right: 390px !important;
  }
  .tablet-m-m-y-39 {
    margin-top: 390px !important;
    margin-bottom: 390px !important;
  }
  .tablet-m-p-x-39 {
    padding-left: 390px !important;
    padding-right: 390px !important;
  }
  .tablet-m-p-y-39 {
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-40 {
    margin: 400px !important;
  }
  .tablet-m\:p-40 {
    padding: 400px !important;
  }
  .tablet-m\:m-x-40 {
    margin-left: 400px !important;
    margin-right: 400px !important;
  }
  .tablet-m\:m-y-40 {
    margin-top: 400px !important;
    margin-bottom: 400px !important;
  }
  .tablet-m\:p-x-40 {
    padding-left: 400px !important;
    padding-right: 400px !important;
  }
  .tablet-m\:p-y-40 {
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }
  .tablet-m-m-40 {
    margin: 400px !important;
  }
  .tablet-m-p-40 {
    padding: 400px !important;
  }
  .tablet-m-m-x-40 {
    margin-left: 400px !important;
    margin-right: 400px !important;
  }
  .tablet-m-m-y-40 {
    margin-top: 400px !important;
    margin-bottom: 400px !important;
  }
  .tablet-m-p-x-40 {
    padding-left: 400px !important;
    padding-right: 400px !important;
  }
  .tablet-m-p-y-40 {
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-41 {
    margin: 410px !important;
  }
  .tablet-m\:p-41 {
    padding: 410px !important;
  }
  .tablet-m\:m-x-41 {
    margin-left: 410px !important;
    margin-right: 410px !important;
  }
  .tablet-m\:m-y-41 {
    margin-top: 410px !important;
    margin-bottom: 410px !important;
  }
  .tablet-m\:p-x-41 {
    padding-left: 410px !important;
    padding-right: 410px !important;
  }
  .tablet-m\:p-y-41 {
    padding-top: 410px !important;
    padding-bottom: 410px !important;
  }
  .tablet-m-m-41 {
    margin: 410px !important;
  }
  .tablet-m-p-41 {
    padding: 410px !important;
  }
  .tablet-m-m-x-41 {
    margin-left: 410px !important;
    margin-right: 410px !important;
  }
  .tablet-m-m-y-41 {
    margin-top: 410px !important;
    margin-bottom: 410px !important;
  }
  .tablet-m-p-x-41 {
    padding-left: 410px !important;
    padding-right: 410px !important;
  }
  .tablet-m-p-y-41 {
    padding-top: 410px !important;
    padding-bottom: 410px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-42 {
    margin: 420px !important;
  }
  .tablet-m\:p-42 {
    padding: 420px !important;
  }
  .tablet-m\:m-x-42 {
    margin-left: 420px !important;
    margin-right: 420px !important;
  }
  .tablet-m\:m-y-42 {
    margin-top: 420px !important;
    margin-bottom: 420px !important;
  }
  .tablet-m\:p-x-42 {
    padding-left: 420px !important;
    padding-right: 420px !important;
  }
  .tablet-m\:p-y-42 {
    padding-top: 420px !important;
    padding-bottom: 420px !important;
  }
  .tablet-m-m-42 {
    margin: 420px !important;
  }
  .tablet-m-p-42 {
    padding: 420px !important;
  }
  .tablet-m-m-x-42 {
    margin-left: 420px !important;
    margin-right: 420px !important;
  }
  .tablet-m-m-y-42 {
    margin-top: 420px !important;
    margin-bottom: 420px !important;
  }
  .tablet-m-p-x-42 {
    padding-left: 420px !important;
    padding-right: 420px !important;
  }
  .tablet-m-p-y-42 {
    padding-top: 420px !important;
    padding-bottom: 420px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-43 {
    margin: 430px !important;
  }
  .tablet-m\:p-43 {
    padding: 430px !important;
  }
  .tablet-m\:m-x-43 {
    margin-left: 430px !important;
    margin-right: 430px !important;
  }
  .tablet-m\:m-y-43 {
    margin-top: 430px !important;
    margin-bottom: 430px !important;
  }
  .tablet-m\:p-x-43 {
    padding-left: 430px !important;
    padding-right: 430px !important;
  }
  .tablet-m\:p-y-43 {
    padding-top: 430px !important;
    padding-bottom: 430px !important;
  }
  .tablet-m-m-43 {
    margin: 430px !important;
  }
  .tablet-m-p-43 {
    padding: 430px !important;
  }
  .tablet-m-m-x-43 {
    margin-left: 430px !important;
    margin-right: 430px !important;
  }
  .tablet-m-m-y-43 {
    margin-top: 430px !important;
    margin-bottom: 430px !important;
  }
  .tablet-m-p-x-43 {
    padding-left: 430px !important;
    padding-right: 430px !important;
  }
  .tablet-m-p-y-43 {
    padding-top: 430px !important;
    padding-bottom: 430px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-44 {
    margin: 440px !important;
  }
  .tablet-m\:p-44 {
    padding: 440px !important;
  }
  .tablet-m\:m-x-44 {
    margin-left: 440px !important;
    margin-right: 440px !important;
  }
  .tablet-m\:m-y-44 {
    margin-top: 440px !important;
    margin-bottom: 440px !important;
  }
  .tablet-m\:p-x-44 {
    padding-left: 440px !important;
    padding-right: 440px !important;
  }
  .tablet-m\:p-y-44 {
    padding-top: 440px !important;
    padding-bottom: 440px !important;
  }
  .tablet-m-m-44 {
    margin: 440px !important;
  }
  .tablet-m-p-44 {
    padding: 440px !important;
  }
  .tablet-m-m-x-44 {
    margin-left: 440px !important;
    margin-right: 440px !important;
  }
  .tablet-m-m-y-44 {
    margin-top: 440px !important;
    margin-bottom: 440px !important;
  }
  .tablet-m-p-x-44 {
    padding-left: 440px !important;
    padding-right: 440px !important;
  }
  .tablet-m-p-y-44 {
    padding-top: 440px !important;
    padding-bottom: 440px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-45 {
    margin: 450px !important;
  }
  .tablet-m\:p-45 {
    padding: 450px !important;
  }
  .tablet-m\:m-x-45 {
    margin-left: 450px !important;
    margin-right: 450px !important;
  }
  .tablet-m\:m-y-45 {
    margin-top: 450px !important;
    margin-bottom: 450px !important;
  }
  .tablet-m\:p-x-45 {
    padding-left: 450px !important;
    padding-right: 450px !important;
  }
  .tablet-m\:p-y-45 {
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }
  .tablet-m-m-45 {
    margin: 450px !important;
  }
  .tablet-m-p-45 {
    padding: 450px !important;
  }
  .tablet-m-m-x-45 {
    margin-left: 450px !important;
    margin-right: 450px !important;
  }
  .tablet-m-m-y-45 {
    margin-top: 450px !important;
    margin-bottom: 450px !important;
  }
  .tablet-m-p-x-45 {
    padding-left: 450px !important;
    padding-right: 450px !important;
  }
  .tablet-m-p-y-45 {
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-46 {
    margin: 460px !important;
  }
  .tablet-m\:p-46 {
    padding: 460px !important;
  }
  .tablet-m\:m-x-46 {
    margin-left: 460px !important;
    margin-right: 460px !important;
  }
  .tablet-m\:m-y-46 {
    margin-top: 460px !important;
    margin-bottom: 460px !important;
  }
  .tablet-m\:p-x-46 {
    padding-left: 460px !important;
    padding-right: 460px !important;
  }
  .tablet-m\:p-y-46 {
    padding-top: 460px !important;
    padding-bottom: 460px !important;
  }
  .tablet-m-m-46 {
    margin: 460px !important;
  }
  .tablet-m-p-46 {
    padding: 460px !important;
  }
  .tablet-m-m-x-46 {
    margin-left: 460px !important;
    margin-right: 460px !important;
  }
  .tablet-m-m-y-46 {
    margin-top: 460px !important;
    margin-bottom: 460px !important;
  }
  .tablet-m-p-x-46 {
    padding-left: 460px !important;
    padding-right: 460px !important;
  }
  .tablet-m-p-y-46 {
    padding-top: 460px !important;
    padding-bottom: 460px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-47 {
    margin: 470px !important;
  }
  .tablet-m\:p-47 {
    padding: 470px !important;
  }
  .tablet-m\:m-x-47 {
    margin-left: 470px !important;
    margin-right: 470px !important;
  }
  .tablet-m\:m-y-47 {
    margin-top: 470px !important;
    margin-bottom: 470px !important;
  }
  .tablet-m\:p-x-47 {
    padding-left: 470px !important;
    padding-right: 470px !important;
  }
  .tablet-m\:p-y-47 {
    padding-top: 470px !important;
    padding-bottom: 470px !important;
  }
  .tablet-m-m-47 {
    margin: 470px !important;
  }
  .tablet-m-p-47 {
    padding: 470px !important;
  }
  .tablet-m-m-x-47 {
    margin-left: 470px !important;
    margin-right: 470px !important;
  }
  .tablet-m-m-y-47 {
    margin-top: 470px !important;
    margin-bottom: 470px !important;
  }
  .tablet-m-p-x-47 {
    padding-left: 470px !important;
    padding-right: 470px !important;
  }
  .tablet-m-p-y-47 {
    padding-top: 470px !important;
    padding-bottom: 470px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-48 {
    margin: 480px !important;
  }
  .tablet-m\:p-48 {
    padding: 480px !important;
  }
  .tablet-m\:m-x-48 {
    margin-left: 480px !important;
    margin-right: 480px !important;
  }
  .tablet-m\:m-y-48 {
    margin-top: 480px !important;
    margin-bottom: 480px !important;
  }
  .tablet-m\:p-x-48 {
    padding-left: 480px !important;
    padding-right: 480px !important;
  }
  .tablet-m\:p-y-48 {
    padding-top: 480px !important;
    padding-bottom: 480px !important;
  }
  .tablet-m-m-48 {
    margin: 480px !important;
  }
  .tablet-m-p-48 {
    padding: 480px !important;
  }
  .tablet-m-m-x-48 {
    margin-left: 480px !important;
    margin-right: 480px !important;
  }
  .tablet-m-m-y-48 {
    margin-top: 480px !important;
    margin-bottom: 480px !important;
  }
  .tablet-m-p-x-48 {
    padding-left: 480px !important;
    padding-right: 480px !important;
  }
  .tablet-m-p-y-48 {
    padding-top: 480px !important;
    padding-bottom: 480px !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-49 {
    margin: 490px !important;
  }
  .tablet-m\:p-49 {
    padding: 490px !important;
  }
  .tablet-m\:m-x-49 {
    margin-left: 490px !important;
    margin-right: 490px !important;
  }
  .tablet-m\:m-y-49 {
    margin-top: 490px !important;
    margin-bottom: 490px !important;
  }
  .tablet-m\:p-x-49 {
    padding-left: 490px !important;
    padding-right: 490px !important;
  }
  .tablet-m\:p-y-49 {
    padding-top: 490px !important;
    padding-bottom: 490px !important;
  }
  .tablet-m-m-49 {
    margin: 490px !important;
  }
  .tablet-m-p-49 {
    padding: 490px !important;
  }
  .tablet-m-m-x-49 {
    margin-left: 490px !important;
    margin-right: 490px !important;
  }
  .tablet-m-m-y-49 {
    margin-top: 490px !important;
    margin-bottom: 490px !important;
  }
  .tablet-m-p-x-49 {
    padding-left: 490px !important;
    padding-right: 490px !important;
  }
  .tablet-m-p-y-49 {
    padding-top: 490px !important;
    padding-bottom: 490px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--10 {
    margin: -100px !important;
  }
  .tablet-l\:p--10 {
    padding: -100px !important;
  }
  .tablet-l\:m-x--10 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }
  .tablet-l\:m-y--10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .tablet-l\:p-x--10 {
    padding-left: -100px !important;
    padding-right: -100px !important;
  }
  .tablet-l\:p-y--10 {
    padding-top: -100px !important;
    padding-bottom: -100px !important;
  }
  .tablet-l-m--10 {
    margin: -100px !important;
  }
  .tablet-l-p--10 {
    padding: -100px !important;
  }
  .tablet-l-m-x--10 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }
  .tablet-l-m-y--10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .tablet-l-p-x--10 {
    padding-left: -100px !important;
    padding-right: -100px !important;
  }
  .tablet-l-p-y--10 {
    padding-top: -100px !important;
    padding-bottom: -100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--9\.9 {
    margin: -99px !important;
  }
  .tablet-l\:p--9\.9 {
    padding: -99px !important;
  }
  .tablet-l\:m-x--9\.9 {
    margin-left: -99px !important;
    margin-right: -99px !important;
  }
  .tablet-l\:m-y--9\.9 {
    margin-top: -99px !important;
    margin-bottom: -99px !important;
  }
  .tablet-l\:p-x--9\.9 {
    padding-left: -99px !important;
    padding-right: -99px !important;
  }
  .tablet-l\:p-y--9\.9 {
    padding-top: -99px !important;
    padding-bottom: -99px !important;
  }
  .tablet-l-m--9\.9 {
    margin: -99px !important;
  }
  .tablet-l-p--9\.9 {
    padding: -99px !important;
  }
  .tablet-l-m-x--9\.9 {
    margin-left: -99px !important;
    margin-right: -99px !important;
  }
  .tablet-l-m-y--9\.9 {
    margin-top: -99px !important;
    margin-bottom: -99px !important;
  }
  .tablet-l-p-x--9\.9 {
    padding-left: -99px !important;
    padding-right: -99px !important;
  }
  .tablet-l-p-y--9\.9 {
    padding-top: -99px !important;
    padding-bottom: -99px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--9\.8 {
    margin: -98px !important;
  }
  .tablet-l\:p--9\.8 {
    padding: -98px !important;
  }
  .tablet-l\:m-x--9\.8 {
    margin-left: -98px !important;
    margin-right: -98px !important;
  }
  .tablet-l\:m-y--9\.8 {
    margin-top: -98px !important;
    margin-bottom: -98px !important;
  }
  .tablet-l\:p-x--9\.8 {
    padding-left: -98px !important;
    padding-right: -98px !important;
  }
  .tablet-l\:p-y--9\.8 {
    padding-top: -98px !important;
    padding-bottom: -98px !important;
  }
  .tablet-l-m--9\.8 {
    margin: -98px !important;
  }
  .tablet-l-p--9\.8 {
    padding: -98px !important;
  }
  .tablet-l-m-x--9\.8 {
    margin-left: -98px !important;
    margin-right: -98px !important;
  }
  .tablet-l-m-y--9\.8 {
    margin-top: -98px !important;
    margin-bottom: -98px !important;
  }
  .tablet-l-p-x--9\.8 {
    padding-left: -98px !important;
    padding-right: -98px !important;
  }
  .tablet-l-p-y--9\.8 {
    padding-top: -98px !important;
    padding-bottom: -98px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--9\.7 {
    margin: -97px !important;
  }
  .tablet-l\:p--9\.7 {
    padding: -97px !important;
  }
  .tablet-l\:m-x--9\.7 {
    margin-left: -97px !important;
    margin-right: -97px !important;
  }
  .tablet-l\:m-y--9\.7 {
    margin-top: -97px !important;
    margin-bottom: -97px !important;
  }
  .tablet-l\:p-x--9\.7 {
    padding-left: -97px !important;
    padding-right: -97px !important;
  }
  .tablet-l\:p-y--9\.7 {
    padding-top: -97px !important;
    padding-bottom: -97px !important;
  }
  .tablet-l-m--9\.7 {
    margin: -97px !important;
  }
  .tablet-l-p--9\.7 {
    padding: -97px !important;
  }
  .tablet-l-m-x--9\.7 {
    margin-left: -97px !important;
    margin-right: -97px !important;
  }
  .tablet-l-m-y--9\.7 {
    margin-top: -97px !important;
    margin-bottom: -97px !important;
  }
  .tablet-l-p-x--9\.7 {
    padding-left: -97px !important;
    padding-right: -97px !important;
  }
  .tablet-l-p-y--9\.7 {
    padding-top: -97px !important;
    padding-bottom: -97px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--9\.6 {
    margin: -96px !important;
  }
  .tablet-l\:p--9\.6 {
    padding: -96px !important;
  }
  .tablet-l\:m-x--9\.6 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }
  .tablet-l\:m-y--9\.6 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
  .tablet-l\:p-x--9\.6 {
    padding-left: -96px !important;
    padding-right: -96px !important;
  }
  .tablet-l\:p-y--9\.6 {
    padding-top: -96px !important;
    padding-bottom: -96px !important;
  }
  .tablet-l-m--9\.6 {
    margin: -96px !important;
  }
  .tablet-l-p--9\.6 {
    padding: -96px !important;
  }
  .tablet-l-m-x--9\.6 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }
  .tablet-l-m-y--9\.6 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
  .tablet-l-p-x--9\.6 {
    padding-left: -96px !important;
    padding-right: -96px !important;
  }
  .tablet-l-p-y--9\.6 {
    padding-top: -96px !important;
    padding-bottom: -96px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--9\.5 {
    margin: -95px !important;
  }
  .tablet-l\:p--9\.5 {
    padding: -95px !important;
  }
  .tablet-l\:m-x--9\.5 {
    margin-left: -95px !important;
    margin-right: -95px !important;
  }
  .tablet-l\:m-y--9\.5 {
    margin-top: -95px !important;
    margin-bottom: -95px !important;
  }
  .tablet-l\:p-x--9\.5 {
    padding-left: -95px !important;
    padding-right: -95px !important;
  }
  .tablet-l\:p-y--9\.5 {
    padding-top: -95px !important;
    padding-bottom: -95px !important;
  }
  .tablet-l-m--9\.5 {
    margin: -95px !important;
  }
  .tablet-l-p--9\.5 {
    padding: -95px !important;
  }
  .tablet-l-m-x--9\.5 {
    margin-left: -95px !important;
    margin-right: -95px !important;
  }
  .tablet-l-m-y--9\.5 {
    margin-top: -95px !important;
    margin-bottom: -95px !important;
  }
  .tablet-l-p-x--9\.5 {
    padding-left: -95px !important;
    padding-right: -95px !important;
  }
  .tablet-l-p-y--9\.5 {
    padding-top: -95px !important;
    padding-bottom: -95px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--9\.4 {
    margin: -94px !important;
  }
  .tablet-l\:p--9\.4 {
    padding: -94px !important;
  }
  .tablet-l\:m-x--9\.4 {
    margin-left: -94px !important;
    margin-right: -94px !important;
  }
  .tablet-l\:m-y--9\.4 {
    margin-top: -94px !important;
    margin-bottom: -94px !important;
  }
  .tablet-l\:p-x--9\.4 {
    padding-left: -94px !important;
    padding-right: -94px !important;
  }
  .tablet-l\:p-y--9\.4 {
    padding-top: -94px !important;
    padding-bottom: -94px !important;
  }
  .tablet-l-m--9\.4 {
    margin: -94px !important;
  }
  .tablet-l-p--9\.4 {
    padding: -94px !important;
  }
  .tablet-l-m-x--9\.4 {
    margin-left: -94px !important;
    margin-right: -94px !important;
  }
  .tablet-l-m-y--9\.4 {
    margin-top: -94px !important;
    margin-bottom: -94px !important;
  }
  .tablet-l-p-x--9\.4 {
    padding-left: -94px !important;
    padding-right: -94px !important;
  }
  .tablet-l-p-y--9\.4 {
    padding-top: -94px !important;
    padding-bottom: -94px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--9\.3 {
    margin: -93px !important;
  }
  .tablet-l\:p--9\.3 {
    padding: -93px !important;
  }
  .tablet-l\:m-x--9\.3 {
    margin-left: -93px !important;
    margin-right: -93px !important;
  }
  .tablet-l\:m-y--9\.3 {
    margin-top: -93px !important;
    margin-bottom: -93px !important;
  }
  .tablet-l\:p-x--9\.3 {
    padding-left: -93px !important;
    padding-right: -93px !important;
  }
  .tablet-l\:p-y--9\.3 {
    padding-top: -93px !important;
    padding-bottom: -93px !important;
  }
  .tablet-l-m--9\.3 {
    margin: -93px !important;
  }
  .tablet-l-p--9\.3 {
    padding: -93px !important;
  }
  .tablet-l-m-x--9\.3 {
    margin-left: -93px !important;
    margin-right: -93px !important;
  }
  .tablet-l-m-y--9\.3 {
    margin-top: -93px !important;
    margin-bottom: -93px !important;
  }
  .tablet-l-p-x--9\.3 {
    padding-left: -93px !important;
    padding-right: -93px !important;
  }
  .tablet-l-p-y--9\.3 {
    padding-top: -93px !important;
    padding-bottom: -93px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--9\.2 {
    margin: -92px !important;
  }
  .tablet-l\:p--9\.2 {
    padding: -92px !important;
  }
  .tablet-l\:m-x--9\.2 {
    margin-left: -92px !important;
    margin-right: -92px !important;
  }
  .tablet-l\:m-y--9\.2 {
    margin-top: -92px !important;
    margin-bottom: -92px !important;
  }
  .tablet-l\:p-x--9\.2 {
    padding-left: -92px !important;
    padding-right: -92px !important;
  }
  .tablet-l\:p-y--9\.2 {
    padding-top: -92px !important;
    padding-bottom: -92px !important;
  }
  .tablet-l-m--9\.2 {
    margin: -92px !important;
  }
  .tablet-l-p--9\.2 {
    padding: -92px !important;
  }
  .tablet-l-m-x--9\.2 {
    margin-left: -92px !important;
    margin-right: -92px !important;
  }
  .tablet-l-m-y--9\.2 {
    margin-top: -92px !important;
    margin-bottom: -92px !important;
  }
  .tablet-l-p-x--9\.2 {
    padding-left: -92px !important;
    padding-right: -92px !important;
  }
  .tablet-l-p-y--9\.2 {
    padding-top: -92px !important;
    padding-bottom: -92px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--9\.1 {
    margin: -91px !important;
  }
  .tablet-l\:p--9\.1 {
    padding: -91px !important;
  }
  .tablet-l\:m-x--9\.1 {
    margin-left: -91px !important;
    margin-right: -91px !important;
  }
  .tablet-l\:m-y--9\.1 {
    margin-top: -91px !important;
    margin-bottom: -91px !important;
  }
  .tablet-l\:p-x--9\.1 {
    padding-left: -91px !important;
    padding-right: -91px !important;
  }
  .tablet-l\:p-y--9\.1 {
    padding-top: -91px !important;
    padding-bottom: -91px !important;
  }
  .tablet-l-m--9\.1 {
    margin: -91px !important;
  }
  .tablet-l-p--9\.1 {
    padding: -91px !important;
  }
  .tablet-l-m-x--9\.1 {
    margin-left: -91px !important;
    margin-right: -91px !important;
  }
  .tablet-l-m-y--9\.1 {
    margin-top: -91px !important;
    margin-bottom: -91px !important;
  }
  .tablet-l-p-x--9\.1 {
    padding-left: -91px !important;
    padding-right: -91px !important;
  }
  .tablet-l-p-y--9\.1 {
    padding-top: -91px !important;
    padding-bottom: -91px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--9 {
    margin: -90px !important;
  }
  .tablet-l\:p--9 {
    padding: -90px !important;
  }
  .tablet-l\:m-x--9 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }
  .tablet-l\:m-y--9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .tablet-l\:p-x--9 {
    padding-left: -90px !important;
    padding-right: -90px !important;
  }
  .tablet-l\:p-y--9 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
  .tablet-l-m--9 {
    margin: -90px !important;
  }
  .tablet-l-p--9 {
    padding: -90px !important;
  }
  .tablet-l-m-x--9 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }
  .tablet-l-m-y--9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .tablet-l-p-x--9 {
    padding-left: -90px !important;
    padding-right: -90px !important;
  }
  .tablet-l-p-y--9 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--8\.9 {
    margin: -89px !important;
  }
  .tablet-l\:p--8\.9 {
    padding: -89px !important;
  }
  .tablet-l\:m-x--8\.9 {
    margin-left: -89px !important;
    margin-right: -89px !important;
  }
  .tablet-l\:m-y--8\.9 {
    margin-top: -89px !important;
    margin-bottom: -89px !important;
  }
  .tablet-l\:p-x--8\.9 {
    padding-left: -89px !important;
    padding-right: -89px !important;
  }
  .tablet-l\:p-y--8\.9 {
    padding-top: -89px !important;
    padding-bottom: -89px !important;
  }
  .tablet-l-m--8\.9 {
    margin: -89px !important;
  }
  .tablet-l-p--8\.9 {
    padding: -89px !important;
  }
  .tablet-l-m-x--8\.9 {
    margin-left: -89px !important;
    margin-right: -89px !important;
  }
  .tablet-l-m-y--8\.9 {
    margin-top: -89px !important;
    margin-bottom: -89px !important;
  }
  .tablet-l-p-x--8\.9 {
    padding-left: -89px !important;
    padding-right: -89px !important;
  }
  .tablet-l-p-y--8\.9 {
    padding-top: -89px !important;
    padding-bottom: -89px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--8\.8 {
    margin: -88px !important;
  }
  .tablet-l\:p--8\.8 {
    padding: -88px !important;
  }
  .tablet-l\:m-x--8\.8 {
    margin-left: -88px !important;
    margin-right: -88px !important;
  }
  .tablet-l\:m-y--8\.8 {
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }
  .tablet-l\:p-x--8\.8 {
    padding-left: -88px !important;
    padding-right: -88px !important;
  }
  .tablet-l\:p-y--8\.8 {
    padding-top: -88px !important;
    padding-bottom: -88px !important;
  }
  .tablet-l-m--8\.8 {
    margin: -88px !important;
  }
  .tablet-l-p--8\.8 {
    padding: -88px !important;
  }
  .tablet-l-m-x--8\.8 {
    margin-left: -88px !important;
    margin-right: -88px !important;
  }
  .tablet-l-m-y--8\.8 {
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }
  .tablet-l-p-x--8\.8 {
    padding-left: -88px !important;
    padding-right: -88px !important;
  }
  .tablet-l-p-y--8\.8 {
    padding-top: -88px !important;
    padding-bottom: -88px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--8\.7 {
    margin: -87px !important;
  }
  .tablet-l\:p--8\.7 {
    padding: -87px !important;
  }
  .tablet-l\:m-x--8\.7 {
    margin-left: -87px !important;
    margin-right: -87px !important;
  }
  .tablet-l\:m-y--8\.7 {
    margin-top: -87px !important;
    margin-bottom: -87px !important;
  }
  .tablet-l\:p-x--8\.7 {
    padding-left: -87px !important;
    padding-right: -87px !important;
  }
  .tablet-l\:p-y--8\.7 {
    padding-top: -87px !important;
    padding-bottom: -87px !important;
  }
  .tablet-l-m--8\.7 {
    margin: -87px !important;
  }
  .tablet-l-p--8\.7 {
    padding: -87px !important;
  }
  .tablet-l-m-x--8\.7 {
    margin-left: -87px !important;
    margin-right: -87px !important;
  }
  .tablet-l-m-y--8\.7 {
    margin-top: -87px !important;
    margin-bottom: -87px !important;
  }
  .tablet-l-p-x--8\.7 {
    padding-left: -87px !important;
    padding-right: -87px !important;
  }
  .tablet-l-p-y--8\.7 {
    padding-top: -87px !important;
    padding-bottom: -87px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--8\.6 {
    margin: -86px !important;
  }
  .tablet-l\:p--8\.6 {
    padding: -86px !important;
  }
  .tablet-l\:m-x--8\.6 {
    margin-left: -86px !important;
    margin-right: -86px !important;
  }
  .tablet-l\:m-y--8\.6 {
    margin-top: -86px !important;
    margin-bottom: -86px !important;
  }
  .tablet-l\:p-x--8\.6 {
    padding-left: -86px !important;
    padding-right: -86px !important;
  }
  .tablet-l\:p-y--8\.6 {
    padding-top: -86px !important;
    padding-bottom: -86px !important;
  }
  .tablet-l-m--8\.6 {
    margin: -86px !important;
  }
  .tablet-l-p--8\.6 {
    padding: -86px !important;
  }
  .tablet-l-m-x--8\.6 {
    margin-left: -86px !important;
    margin-right: -86px !important;
  }
  .tablet-l-m-y--8\.6 {
    margin-top: -86px !important;
    margin-bottom: -86px !important;
  }
  .tablet-l-p-x--8\.6 {
    padding-left: -86px !important;
    padding-right: -86px !important;
  }
  .tablet-l-p-y--8\.6 {
    padding-top: -86px !important;
    padding-bottom: -86px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--8\.5 {
    margin: -85px !important;
  }
  .tablet-l\:p--8\.5 {
    padding: -85px !important;
  }
  .tablet-l\:m-x--8\.5 {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }
  .tablet-l\:m-y--8\.5 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }
  .tablet-l\:p-x--8\.5 {
    padding-left: -85px !important;
    padding-right: -85px !important;
  }
  .tablet-l\:p-y--8\.5 {
    padding-top: -85px !important;
    padding-bottom: -85px !important;
  }
  .tablet-l-m--8\.5 {
    margin: -85px !important;
  }
  .tablet-l-p--8\.5 {
    padding: -85px !important;
  }
  .tablet-l-m-x--8\.5 {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }
  .tablet-l-m-y--8\.5 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }
  .tablet-l-p-x--8\.5 {
    padding-left: -85px !important;
    padding-right: -85px !important;
  }
  .tablet-l-p-y--8\.5 {
    padding-top: -85px !important;
    padding-bottom: -85px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--8\.4 {
    margin: -84px !important;
  }
  .tablet-l\:p--8\.4 {
    padding: -84px !important;
  }
  .tablet-l\:m-x--8\.4 {
    margin-left: -84px !important;
    margin-right: -84px !important;
  }
  .tablet-l\:m-y--8\.4 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }
  .tablet-l\:p-x--8\.4 {
    padding-left: -84px !important;
    padding-right: -84px !important;
  }
  .tablet-l\:p-y--8\.4 {
    padding-top: -84px !important;
    padding-bottom: -84px !important;
  }
  .tablet-l-m--8\.4 {
    margin: -84px !important;
  }
  .tablet-l-p--8\.4 {
    padding: -84px !important;
  }
  .tablet-l-m-x--8\.4 {
    margin-left: -84px !important;
    margin-right: -84px !important;
  }
  .tablet-l-m-y--8\.4 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }
  .tablet-l-p-x--8\.4 {
    padding-left: -84px !important;
    padding-right: -84px !important;
  }
  .tablet-l-p-y--8\.4 {
    padding-top: -84px !important;
    padding-bottom: -84px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--8\.3 {
    margin: -83px !important;
  }
  .tablet-l\:p--8\.3 {
    padding: -83px !important;
  }
  .tablet-l\:m-x--8\.3 {
    margin-left: -83px !important;
    margin-right: -83px !important;
  }
  .tablet-l\:m-y--8\.3 {
    margin-top: -83px !important;
    margin-bottom: -83px !important;
  }
  .tablet-l\:p-x--8\.3 {
    padding-left: -83px !important;
    padding-right: -83px !important;
  }
  .tablet-l\:p-y--8\.3 {
    padding-top: -83px !important;
    padding-bottom: -83px !important;
  }
  .tablet-l-m--8\.3 {
    margin: -83px !important;
  }
  .tablet-l-p--8\.3 {
    padding: -83px !important;
  }
  .tablet-l-m-x--8\.3 {
    margin-left: -83px !important;
    margin-right: -83px !important;
  }
  .tablet-l-m-y--8\.3 {
    margin-top: -83px !important;
    margin-bottom: -83px !important;
  }
  .tablet-l-p-x--8\.3 {
    padding-left: -83px !important;
    padding-right: -83px !important;
  }
  .tablet-l-p-y--8\.3 {
    padding-top: -83px !important;
    padding-bottom: -83px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--8\.2 {
    margin: -82px !important;
  }
  .tablet-l\:p--8\.2 {
    padding: -82px !important;
  }
  .tablet-l\:m-x--8\.2 {
    margin-left: -82px !important;
    margin-right: -82px !important;
  }
  .tablet-l\:m-y--8\.2 {
    margin-top: -82px !important;
    margin-bottom: -82px !important;
  }
  .tablet-l\:p-x--8\.2 {
    padding-left: -82px !important;
    padding-right: -82px !important;
  }
  .tablet-l\:p-y--8\.2 {
    padding-top: -82px !important;
    padding-bottom: -82px !important;
  }
  .tablet-l-m--8\.2 {
    margin: -82px !important;
  }
  .tablet-l-p--8\.2 {
    padding: -82px !important;
  }
  .tablet-l-m-x--8\.2 {
    margin-left: -82px !important;
    margin-right: -82px !important;
  }
  .tablet-l-m-y--8\.2 {
    margin-top: -82px !important;
    margin-bottom: -82px !important;
  }
  .tablet-l-p-x--8\.2 {
    padding-left: -82px !important;
    padding-right: -82px !important;
  }
  .tablet-l-p-y--8\.2 {
    padding-top: -82px !important;
    padding-bottom: -82px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--8\.1 {
    margin: -81px !important;
  }
  .tablet-l\:p--8\.1 {
    padding: -81px !important;
  }
  .tablet-l\:m-x--8\.1 {
    margin-left: -81px !important;
    margin-right: -81px !important;
  }
  .tablet-l\:m-y--8\.1 {
    margin-top: -81px !important;
    margin-bottom: -81px !important;
  }
  .tablet-l\:p-x--8\.1 {
    padding-left: -81px !important;
    padding-right: -81px !important;
  }
  .tablet-l\:p-y--8\.1 {
    padding-top: -81px !important;
    padding-bottom: -81px !important;
  }
  .tablet-l-m--8\.1 {
    margin: -81px !important;
  }
  .tablet-l-p--8\.1 {
    padding: -81px !important;
  }
  .tablet-l-m-x--8\.1 {
    margin-left: -81px !important;
    margin-right: -81px !important;
  }
  .tablet-l-m-y--8\.1 {
    margin-top: -81px !important;
    margin-bottom: -81px !important;
  }
  .tablet-l-p-x--8\.1 {
    padding-left: -81px !important;
    padding-right: -81px !important;
  }
  .tablet-l-p-y--8\.1 {
    padding-top: -81px !important;
    padding-bottom: -81px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--8 {
    margin: -80px !important;
  }
  .tablet-l\:p--8 {
    padding: -80px !important;
  }
  .tablet-l\:m-x--8 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }
  .tablet-l\:m-y--8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .tablet-l\:p-x--8 {
    padding-left: -80px !important;
    padding-right: -80px !important;
  }
  .tablet-l\:p-y--8 {
    padding-top: -80px !important;
    padding-bottom: -80px !important;
  }
  .tablet-l-m--8 {
    margin: -80px !important;
  }
  .tablet-l-p--8 {
    padding: -80px !important;
  }
  .tablet-l-m-x--8 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }
  .tablet-l-m-y--8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .tablet-l-p-x--8 {
    padding-left: -80px !important;
    padding-right: -80px !important;
  }
  .tablet-l-p-y--8 {
    padding-top: -80px !important;
    padding-bottom: -80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--7\.9 {
    margin: -79px !important;
  }
  .tablet-l\:p--7\.9 {
    padding: -79px !important;
  }
  .tablet-l\:m-x--7\.9 {
    margin-left: -79px !important;
    margin-right: -79px !important;
  }
  .tablet-l\:m-y--7\.9 {
    margin-top: -79px !important;
    margin-bottom: -79px !important;
  }
  .tablet-l\:p-x--7\.9 {
    padding-left: -79px !important;
    padding-right: -79px !important;
  }
  .tablet-l\:p-y--7\.9 {
    padding-top: -79px !important;
    padding-bottom: -79px !important;
  }
  .tablet-l-m--7\.9 {
    margin: -79px !important;
  }
  .tablet-l-p--7\.9 {
    padding: -79px !important;
  }
  .tablet-l-m-x--7\.9 {
    margin-left: -79px !important;
    margin-right: -79px !important;
  }
  .tablet-l-m-y--7\.9 {
    margin-top: -79px !important;
    margin-bottom: -79px !important;
  }
  .tablet-l-p-x--7\.9 {
    padding-left: -79px !important;
    padding-right: -79px !important;
  }
  .tablet-l-p-y--7\.9 {
    padding-top: -79px !important;
    padding-bottom: -79px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--7\.8 {
    margin: -78px !important;
  }
  .tablet-l\:p--7\.8 {
    padding: -78px !important;
  }
  .tablet-l\:m-x--7\.8 {
    margin-left: -78px !important;
    margin-right: -78px !important;
  }
  .tablet-l\:m-y--7\.8 {
    margin-top: -78px !important;
    margin-bottom: -78px !important;
  }
  .tablet-l\:p-x--7\.8 {
    padding-left: -78px !important;
    padding-right: -78px !important;
  }
  .tablet-l\:p-y--7\.8 {
    padding-top: -78px !important;
    padding-bottom: -78px !important;
  }
  .tablet-l-m--7\.8 {
    margin: -78px !important;
  }
  .tablet-l-p--7\.8 {
    padding: -78px !important;
  }
  .tablet-l-m-x--7\.8 {
    margin-left: -78px !important;
    margin-right: -78px !important;
  }
  .tablet-l-m-y--7\.8 {
    margin-top: -78px !important;
    margin-bottom: -78px !important;
  }
  .tablet-l-p-x--7\.8 {
    padding-left: -78px !important;
    padding-right: -78px !important;
  }
  .tablet-l-p-y--7\.8 {
    padding-top: -78px !important;
    padding-bottom: -78px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--7\.7 {
    margin: -77px !important;
  }
  .tablet-l\:p--7\.7 {
    padding: -77px !important;
  }
  .tablet-l\:m-x--7\.7 {
    margin-left: -77px !important;
    margin-right: -77px !important;
  }
  .tablet-l\:m-y--7\.7 {
    margin-top: -77px !important;
    margin-bottom: -77px !important;
  }
  .tablet-l\:p-x--7\.7 {
    padding-left: -77px !important;
    padding-right: -77px !important;
  }
  .tablet-l\:p-y--7\.7 {
    padding-top: -77px !important;
    padding-bottom: -77px !important;
  }
  .tablet-l-m--7\.7 {
    margin: -77px !important;
  }
  .tablet-l-p--7\.7 {
    padding: -77px !important;
  }
  .tablet-l-m-x--7\.7 {
    margin-left: -77px !important;
    margin-right: -77px !important;
  }
  .tablet-l-m-y--7\.7 {
    margin-top: -77px !important;
    margin-bottom: -77px !important;
  }
  .tablet-l-p-x--7\.7 {
    padding-left: -77px !important;
    padding-right: -77px !important;
  }
  .tablet-l-p-y--7\.7 {
    padding-top: -77px !important;
    padding-bottom: -77px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--7\.6 {
    margin: -76px !important;
  }
  .tablet-l\:p--7\.6 {
    padding: -76px !important;
  }
  .tablet-l\:m-x--7\.6 {
    margin-left: -76px !important;
    margin-right: -76px !important;
  }
  .tablet-l\:m-y--7\.6 {
    margin-top: -76px !important;
    margin-bottom: -76px !important;
  }
  .tablet-l\:p-x--7\.6 {
    padding-left: -76px !important;
    padding-right: -76px !important;
  }
  .tablet-l\:p-y--7\.6 {
    padding-top: -76px !important;
    padding-bottom: -76px !important;
  }
  .tablet-l-m--7\.6 {
    margin: -76px !important;
  }
  .tablet-l-p--7\.6 {
    padding: -76px !important;
  }
  .tablet-l-m-x--7\.6 {
    margin-left: -76px !important;
    margin-right: -76px !important;
  }
  .tablet-l-m-y--7\.6 {
    margin-top: -76px !important;
    margin-bottom: -76px !important;
  }
  .tablet-l-p-x--7\.6 {
    padding-left: -76px !important;
    padding-right: -76px !important;
  }
  .tablet-l-p-y--7\.6 {
    padding-top: -76px !important;
    padding-bottom: -76px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--7\.5 {
    margin: -75px !important;
  }
  .tablet-l\:p--7\.5 {
    padding: -75px !important;
  }
  .tablet-l\:m-x--7\.5 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }
  .tablet-l\:m-y--7\.5 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }
  .tablet-l\:p-x--7\.5 {
    padding-left: -75px !important;
    padding-right: -75px !important;
  }
  .tablet-l\:p-y--7\.5 {
    padding-top: -75px !important;
    padding-bottom: -75px !important;
  }
  .tablet-l-m--7\.5 {
    margin: -75px !important;
  }
  .tablet-l-p--7\.5 {
    padding: -75px !important;
  }
  .tablet-l-m-x--7\.5 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }
  .tablet-l-m-y--7\.5 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }
  .tablet-l-p-x--7\.5 {
    padding-left: -75px !important;
    padding-right: -75px !important;
  }
  .tablet-l-p-y--7\.5 {
    padding-top: -75px !important;
    padding-bottom: -75px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--7\.4 {
    margin: -74px !important;
  }
  .tablet-l\:p--7\.4 {
    padding: -74px !important;
  }
  .tablet-l\:m-x--7\.4 {
    margin-left: -74px !important;
    margin-right: -74px !important;
  }
  .tablet-l\:m-y--7\.4 {
    margin-top: -74px !important;
    margin-bottom: -74px !important;
  }
  .tablet-l\:p-x--7\.4 {
    padding-left: -74px !important;
    padding-right: -74px !important;
  }
  .tablet-l\:p-y--7\.4 {
    padding-top: -74px !important;
    padding-bottom: -74px !important;
  }
  .tablet-l-m--7\.4 {
    margin: -74px !important;
  }
  .tablet-l-p--7\.4 {
    padding: -74px !important;
  }
  .tablet-l-m-x--7\.4 {
    margin-left: -74px !important;
    margin-right: -74px !important;
  }
  .tablet-l-m-y--7\.4 {
    margin-top: -74px !important;
    margin-bottom: -74px !important;
  }
  .tablet-l-p-x--7\.4 {
    padding-left: -74px !important;
    padding-right: -74px !important;
  }
  .tablet-l-p-y--7\.4 {
    padding-top: -74px !important;
    padding-bottom: -74px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--7\.3 {
    margin: -73px !important;
  }
  .tablet-l\:p--7\.3 {
    padding: -73px !important;
  }
  .tablet-l\:m-x--7\.3 {
    margin-left: -73px !important;
    margin-right: -73px !important;
  }
  .tablet-l\:m-y--7\.3 {
    margin-top: -73px !important;
    margin-bottom: -73px !important;
  }
  .tablet-l\:p-x--7\.3 {
    padding-left: -73px !important;
    padding-right: -73px !important;
  }
  .tablet-l\:p-y--7\.3 {
    padding-top: -73px !important;
    padding-bottom: -73px !important;
  }
  .tablet-l-m--7\.3 {
    margin: -73px !important;
  }
  .tablet-l-p--7\.3 {
    padding: -73px !important;
  }
  .tablet-l-m-x--7\.3 {
    margin-left: -73px !important;
    margin-right: -73px !important;
  }
  .tablet-l-m-y--7\.3 {
    margin-top: -73px !important;
    margin-bottom: -73px !important;
  }
  .tablet-l-p-x--7\.3 {
    padding-left: -73px !important;
    padding-right: -73px !important;
  }
  .tablet-l-p-y--7\.3 {
    padding-top: -73px !important;
    padding-bottom: -73px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--7\.2 {
    margin: -72px !important;
  }
  .tablet-l\:p--7\.2 {
    padding: -72px !important;
  }
  .tablet-l\:m-x--7\.2 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }
  .tablet-l\:m-y--7\.2 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .tablet-l\:p-x--7\.2 {
    padding-left: -72px !important;
    padding-right: -72px !important;
  }
  .tablet-l\:p-y--7\.2 {
    padding-top: -72px !important;
    padding-bottom: -72px !important;
  }
  .tablet-l-m--7\.2 {
    margin: -72px !important;
  }
  .tablet-l-p--7\.2 {
    padding: -72px !important;
  }
  .tablet-l-m-x--7\.2 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }
  .tablet-l-m-y--7\.2 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .tablet-l-p-x--7\.2 {
    padding-left: -72px !important;
    padding-right: -72px !important;
  }
  .tablet-l-p-y--7\.2 {
    padding-top: -72px !important;
    padding-bottom: -72px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--7\.1 {
    margin: -71px !important;
  }
  .tablet-l\:p--7\.1 {
    padding: -71px !important;
  }
  .tablet-l\:m-x--7\.1 {
    margin-left: -71px !important;
    margin-right: -71px !important;
  }
  .tablet-l\:m-y--7\.1 {
    margin-top: -71px !important;
    margin-bottom: -71px !important;
  }
  .tablet-l\:p-x--7\.1 {
    padding-left: -71px !important;
    padding-right: -71px !important;
  }
  .tablet-l\:p-y--7\.1 {
    padding-top: -71px !important;
    padding-bottom: -71px !important;
  }
  .tablet-l-m--7\.1 {
    margin: -71px !important;
  }
  .tablet-l-p--7\.1 {
    padding: -71px !important;
  }
  .tablet-l-m-x--7\.1 {
    margin-left: -71px !important;
    margin-right: -71px !important;
  }
  .tablet-l-m-y--7\.1 {
    margin-top: -71px !important;
    margin-bottom: -71px !important;
  }
  .tablet-l-p-x--7\.1 {
    padding-left: -71px !important;
    padding-right: -71px !important;
  }
  .tablet-l-p-y--7\.1 {
    padding-top: -71px !important;
    padding-bottom: -71px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--7 {
    margin: -70px !important;
  }
  .tablet-l\:p--7 {
    padding: -70px !important;
  }
  .tablet-l\:m-x--7 {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }
  .tablet-l\:m-y--7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }
  .tablet-l\:p-x--7 {
    padding-left: -70px !important;
    padding-right: -70px !important;
  }
  .tablet-l\:p-y--7 {
    padding-top: -70px !important;
    padding-bottom: -70px !important;
  }
  .tablet-l-m--7 {
    margin: -70px !important;
  }
  .tablet-l-p--7 {
    padding: -70px !important;
  }
  .tablet-l-m-x--7 {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }
  .tablet-l-m-y--7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }
  .tablet-l-p-x--7 {
    padding-left: -70px !important;
    padding-right: -70px !important;
  }
  .tablet-l-p-y--7 {
    padding-top: -70px !important;
    padding-bottom: -70px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--6\.9 {
    margin: -69px !important;
  }
  .tablet-l\:p--6\.9 {
    padding: -69px !important;
  }
  .tablet-l\:m-x--6\.9 {
    margin-left: -69px !important;
    margin-right: -69px !important;
  }
  .tablet-l\:m-y--6\.9 {
    margin-top: -69px !important;
    margin-bottom: -69px !important;
  }
  .tablet-l\:p-x--6\.9 {
    padding-left: -69px !important;
    padding-right: -69px !important;
  }
  .tablet-l\:p-y--6\.9 {
    padding-top: -69px !important;
    padding-bottom: -69px !important;
  }
  .tablet-l-m--6\.9 {
    margin: -69px !important;
  }
  .tablet-l-p--6\.9 {
    padding: -69px !important;
  }
  .tablet-l-m-x--6\.9 {
    margin-left: -69px !important;
    margin-right: -69px !important;
  }
  .tablet-l-m-y--6\.9 {
    margin-top: -69px !important;
    margin-bottom: -69px !important;
  }
  .tablet-l-p-x--6\.9 {
    padding-left: -69px !important;
    padding-right: -69px !important;
  }
  .tablet-l-p-y--6\.9 {
    padding-top: -69px !important;
    padding-bottom: -69px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--6\.8 {
    margin: -68px !important;
  }
  .tablet-l\:p--6\.8 {
    padding: -68px !important;
  }
  .tablet-l\:m-x--6\.8 {
    margin-left: -68px !important;
    margin-right: -68px !important;
  }
  .tablet-l\:m-y--6\.8 {
    margin-top: -68px !important;
    margin-bottom: -68px !important;
  }
  .tablet-l\:p-x--6\.8 {
    padding-left: -68px !important;
    padding-right: -68px !important;
  }
  .tablet-l\:p-y--6\.8 {
    padding-top: -68px !important;
    padding-bottom: -68px !important;
  }
  .tablet-l-m--6\.8 {
    margin: -68px !important;
  }
  .tablet-l-p--6\.8 {
    padding: -68px !important;
  }
  .tablet-l-m-x--6\.8 {
    margin-left: -68px !important;
    margin-right: -68px !important;
  }
  .tablet-l-m-y--6\.8 {
    margin-top: -68px !important;
    margin-bottom: -68px !important;
  }
  .tablet-l-p-x--6\.8 {
    padding-left: -68px !important;
    padding-right: -68px !important;
  }
  .tablet-l-p-y--6\.8 {
    padding-top: -68px !important;
    padding-bottom: -68px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--6\.7 {
    margin: -67px !important;
  }
  .tablet-l\:p--6\.7 {
    padding: -67px !important;
  }
  .tablet-l\:m-x--6\.7 {
    margin-left: -67px !important;
    margin-right: -67px !important;
  }
  .tablet-l\:m-y--6\.7 {
    margin-top: -67px !important;
    margin-bottom: -67px !important;
  }
  .tablet-l\:p-x--6\.7 {
    padding-left: -67px !important;
    padding-right: -67px !important;
  }
  .tablet-l\:p-y--6\.7 {
    padding-top: -67px !important;
    padding-bottom: -67px !important;
  }
  .tablet-l-m--6\.7 {
    margin: -67px !important;
  }
  .tablet-l-p--6\.7 {
    padding: -67px !important;
  }
  .tablet-l-m-x--6\.7 {
    margin-left: -67px !important;
    margin-right: -67px !important;
  }
  .tablet-l-m-y--6\.7 {
    margin-top: -67px !important;
    margin-bottom: -67px !important;
  }
  .tablet-l-p-x--6\.7 {
    padding-left: -67px !important;
    padding-right: -67px !important;
  }
  .tablet-l-p-y--6\.7 {
    padding-top: -67px !important;
    padding-bottom: -67px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--6\.6 {
    margin: -66px !important;
  }
  .tablet-l\:p--6\.6 {
    padding: -66px !important;
  }
  .tablet-l\:m-x--6\.6 {
    margin-left: -66px !important;
    margin-right: -66px !important;
  }
  .tablet-l\:m-y--6\.6 {
    margin-top: -66px !important;
    margin-bottom: -66px !important;
  }
  .tablet-l\:p-x--6\.6 {
    padding-left: -66px !important;
    padding-right: -66px !important;
  }
  .tablet-l\:p-y--6\.6 {
    padding-top: -66px !important;
    padding-bottom: -66px !important;
  }
  .tablet-l-m--6\.6 {
    margin: -66px !important;
  }
  .tablet-l-p--6\.6 {
    padding: -66px !important;
  }
  .tablet-l-m-x--6\.6 {
    margin-left: -66px !important;
    margin-right: -66px !important;
  }
  .tablet-l-m-y--6\.6 {
    margin-top: -66px !important;
    margin-bottom: -66px !important;
  }
  .tablet-l-p-x--6\.6 {
    padding-left: -66px !important;
    padding-right: -66px !important;
  }
  .tablet-l-p-y--6\.6 {
    padding-top: -66px !important;
    padding-bottom: -66px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--6\.5 {
    margin: -65px !important;
  }
  .tablet-l\:p--6\.5 {
    padding: -65px !important;
  }
  .tablet-l\:m-x--6\.5 {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }
  .tablet-l\:m-y--6\.5 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }
  .tablet-l\:p-x--6\.5 {
    padding-left: -65px !important;
    padding-right: -65px !important;
  }
  .tablet-l\:p-y--6\.5 {
    padding-top: -65px !important;
    padding-bottom: -65px !important;
  }
  .tablet-l-m--6\.5 {
    margin: -65px !important;
  }
  .tablet-l-p--6\.5 {
    padding: -65px !important;
  }
  .tablet-l-m-x--6\.5 {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }
  .tablet-l-m-y--6\.5 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }
  .tablet-l-p-x--6\.5 {
    padding-left: -65px !important;
    padding-right: -65px !important;
  }
  .tablet-l-p-y--6\.5 {
    padding-top: -65px !important;
    padding-bottom: -65px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--6\.4 {
    margin: -64px !important;
  }
  .tablet-l\:p--6\.4 {
    padding: -64px !important;
  }
  .tablet-l\:m-x--6\.4 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }
  .tablet-l\:m-y--6\.4 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .tablet-l\:p-x--6\.4 {
    padding-left: -64px !important;
    padding-right: -64px !important;
  }
  .tablet-l\:p-y--6\.4 {
    padding-top: -64px !important;
    padding-bottom: -64px !important;
  }
  .tablet-l-m--6\.4 {
    margin: -64px !important;
  }
  .tablet-l-p--6\.4 {
    padding: -64px !important;
  }
  .tablet-l-m-x--6\.4 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }
  .tablet-l-m-y--6\.4 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .tablet-l-p-x--6\.4 {
    padding-left: -64px !important;
    padding-right: -64px !important;
  }
  .tablet-l-p-y--6\.4 {
    padding-top: -64px !important;
    padding-bottom: -64px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--6\.3 {
    margin: -63px !important;
  }
  .tablet-l\:p--6\.3 {
    padding: -63px !important;
  }
  .tablet-l\:m-x--6\.3 {
    margin-left: -63px !important;
    margin-right: -63px !important;
  }
  .tablet-l\:m-y--6\.3 {
    margin-top: -63px !important;
    margin-bottom: -63px !important;
  }
  .tablet-l\:p-x--6\.3 {
    padding-left: -63px !important;
    padding-right: -63px !important;
  }
  .tablet-l\:p-y--6\.3 {
    padding-top: -63px !important;
    padding-bottom: -63px !important;
  }
  .tablet-l-m--6\.3 {
    margin: -63px !important;
  }
  .tablet-l-p--6\.3 {
    padding: -63px !important;
  }
  .tablet-l-m-x--6\.3 {
    margin-left: -63px !important;
    margin-right: -63px !important;
  }
  .tablet-l-m-y--6\.3 {
    margin-top: -63px !important;
    margin-bottom: -63px !important;
  }
  .tablet-l-p-x--6\.3 {
    padding-left: -63px !important;
    padding-right: -63px !important;
  }
  .tablet-l-p-y--6\.3 {
    padding-top: -63px !important;
    padding-bottom: -63px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--6\.2 {
    margin: -62px !important;
  }
  .tablet-l\:p--6\.2 {
    padding: -62px !important;
  }
  .tablet-l\:m-x--6\.2 {
    margin-left: -62px !important;
    margin-right: -62px !important;
  }
  .tablet-l\:m-y--6\.2 {
    margin-top: -62px !important;
    margin-bottom: -62px !important;
  }
  .tablet-l\:p-x--6\.2 {
    padding-left: -62px !important;
    padding-right: -62px !important;
  }
  .tablet-l\:p-y--6\.2 {
    padding-top: -62px !important;
    padding-bottom: -62px !important;
  }
  .tablet-l-m--6\.2 {
    margin: -62px !important;
  }
  .tablet-l-p--6\.2 {
    padding: -62px !important;
  }
  .tablet-l-m-x--6\.2 {
    margin-left: -62px !important;
    margin-right: -62px !important;
  }
  .tablet-l-m-y--6\.2 {
    margin-top: -62px !important;
    margin-bottom: -62px !important;
  }
  .tablet-l-p-x--6\.2 {
    padding-left: -62px !important;
    padding-right: -62px !important;
  }
  .tablet-l-p-y--6\.2 {
    padding-top: -62px !important;
    padding-bottom: -62px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--6\.1 {
    margin: -61px !important;
  }
  .tablet-l\:p--6\.1 {
    padding: -61px !important;
  }
  .tablet-l\:m-x--6\.1 {
    margin-left: -61px !important;
    margin-right: -61px !important;
  }
  .tablet-l\:m-y--6\.1 {
    margin-top: -61px !important;
    margin-bottom: -61px !important;
  }
  .tablet-l\:p-x--6\.1 {
    padding-left: -61px !important;
    padding-right: -61px !important;
  }
  .tablet-l\:p-y--6\.1 {
    padding-top: -61px !important;
    padding-bottom: -61px !important;
  }
  .tablet-l-m--6\.1 {
    margin: -61px !important;
  }
  .tablet-l-p--6\.1 {
    padding: -61px !important;
  }
  .tablet-l-m-x--6\.1 {
    margin-left: -61px !important;
    margin-right: -61px !important;
  }
  .tablet-l-m-y--6\.1 {
    margin-top: -61px !important;
    margin-bottom: -61px !important;
  }
  .tablet-l-p-x--6\.1 {
    padding-left: -61px !important;
    padding-right: -61px !important;
  }
  .tablet-l-p-y--6\.1 {
    padding-top: -61px !important;
    padding-bottom: -61px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--6 {
    margin: -60px !important;
  }
  .tablet-l\:p--6 {
    padding: -60px !important;
  }
  .tablet-l\:m-x--6 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }
  .tablet-l\:m-y--6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .tablet-l\:p-x--6 {
    padding-left: -60px !important;
    padding-right: -60px !important;
  }
  .tablet-l\:p-y--6 {
    padding-top: -60px !important;
    padding-bottom: -60px !important;
  }
  .tablet-l-m--6 {
    margin: -60px !important;
  }
  .tablet-l-p--6 {
    padding: -60px !important;
  }
  .tablet-l-m-x--6 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }
  .tablet-l-m-y--6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .tablet-l-p-x--6 {
    padding-left: -60px !important;
    padding-right: -60px !important;
  }
  .tablet-l-p-y--6 {
    padding-top: -60px !important;
    padding-bottom: -60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--5\.9 {
    margin: -59px !important;
  }
  .tablet-l\:p--5\.9 {
    padding: -59px !important;
  }
  .tablet-l\:m-x--5\.9 {
    margin-left: -59px !important;
    margin-right: -59px !important;
  }
  .tablet-l\:m-y--5\.9 {
    margin-top: -59px !important;
    margin-bottom: -59px !important;
  }
  .tablet-l\:p-x--5\.9 {
    padding-left: -59px !important;
    padding-right: -59px !important;
  }
  .tablet-l\:p-y--5\.9 {
    padding-top: -59px !important;
    padding-bottom: -59px !important;
  }
  .tablet-l-m--5\.9 {
    margin: -59px !important;
  }
  .tablet-l-p--5\.9 {
    padding: -59px !important;
  }
  .tablet-l-m-x--5\.9 {
    margin-left: -59px !important;
    margin-right: -59px !important;
  }
  .tablet-l-m-y--5\.9 {
    margin-top: -59px !important;
    margin-bottom: -59px !important;
  }
  .tablet-l-p-x--5\.9 {
    padding-left: -59px !important;
    padding-right: -59px !important;
  }
  .tablet-l-p-y--5\.9 {
    padding-top: -59px !important;
    padding-bottom: -59px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--5\.8 {
    margin: -58px !important;
  }
  .tablet-l\:p--5\.8 {
    padding: -58px !important;
  }
  .tablet-l\:m-x--5\.8 {
    margin-left: -58px !important;
    margin-right: -58px !important;
  }
  .tablet-l\:m-y--5\.8 {
    margin-top: -58px !important;
    margin-bottom: -58px !important;
  }
  .tablet-l\:p-x--5\.8 {
    padding-left: -58px !important;
    padding-right: -58px !important;
  }
  .tablet-l\:p-y--5\.8 {
    padding-top: -58px !important;
    padding-bottom: -58px !important;
  }
  .tablet-l-m--5\.8 {
    margin: -58px !important;
  }
  .tablet-l-p--5\.8 {
    padding: -58px !important;
  }
  .tablet-l-m-x--5\.8 {
    margin-left: -58px !important;
    margin-right: -58px !important;
  }
  .tablet-l-m-y--5\.8 {
    margin-top: -58px !important;
    margin-bottom: -58px !important;
  }
  .tablet-l-p-x--5\.8 {
    padding-left: -58px !important;
    padding-right: -58px !important;
  }
  .tablet-l-p-y--5\.8 {
    padding-top: -58px !important;
    padding-bottom: -58px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--5\.7 {
    margin: -57px !important;
  }
  .tablet-l\:p--5\.7 {
    padding: -57px !important;
  }
  .tablet-l\:m-x--5\.7 {
    margin-left: -57px !important;
    margin-right: -57px !important;
  }
  .tablet-l\:m-y--5\.7 {
    margin-top: -57px !important;
    margin-bottom: -57px !important;
  }
  .tablet-l\:p-x--5\.7 {
    padding-left: -57px !important;
    padding-right: -57px !important;
  }
  .tablet-l\:p-y--5\.7 {
    padding-top: -57px !important;
    padding-bottom: -57px !important;
  }
  .tablet-l-m--5\.7 {
    margin: -57px !important;
  }
  .tablet-l-p--5\.7 {
    padding: -57px !important;
  }
  .tablet-l-m-x--5\.7 {
    margin-left: -57px !important;
    margin-right: -57px !important;
  }
  .tablet-l-m-y--5\.7 {
    margin-top: -57px !important;
    margin-bottom: -57px !important;
  }
  .tablet-l-p-x--5\.7 {
    padding-left: -57px !important;
    padding-right: -57px !important;
  }
  .tablet-l-p-y--5\.7 {
    padding-top: -57px !important;
    padding-bottom: -57px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--5\.6 {
    margin: -56px !important;
  }
  .tablet-l\:p--5\.6 {
    padding: -56px !important;
  }
  .tablet-l\:m-x--5\.6 {
    margin-left: -56px !important;
    margin-right: -56px !important;
  }
  .tablet-l\:m-y--5\.6 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .tablet-l\:p-x--5\.6 {
    padding-left: -56px !important;
    padding-right: -56px !important;
  }
  .tablet-l\:p-y--5\.6 {
    padding-top: -56px !important;
    padding-bottom: -56px !important;
  }
  .tablet-l-m--5\.6 {
    margin: -56px !important;
  }
  .tablet-l-p--5\.6 {
    padding: -56px !important;
  }
  .tablet-l-m-x--5\.6 {
    margin-left: -56px !important;
    margin-right: -56px !important;
  }
  .tablet-l-m-y--5\.6 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .tablet-l-p-x--5\.6 {
    padding-left: -56px !important;
    padding-right: -56px !important;
  }
  .tablet-l-p-y--5\.6 {
    padding-top: -56px !important;
    padding-bottom: -56px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--5\.5 {
    margin: -55px !important;
  }
  .tablet-l\:p--5\.5 {
    padding: -55px !important;
  }
  .tablet-l\:m-x--5\.5 {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }
  .tablet-l\:m-y--5\.5 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .tablet-l\:p-x--5\.5 {
    padding-left: -55px !important;
    padding-right: -55px !important;
  }
  .tablet-l\:p-y--5\.5 {
    padding-top: -55px !important;
    padding-bottom: -55px !important;
  }
  .tablet-l-m--5\.5 {
    margin: -55px !important;
  }
  .tablet-l-p--5\.5 {
    padding: -55px !important;
  }
  .tablet-l-m-x--5\.5 {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }
  .tablet-l-m-y--5\.5 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .tablet-l-p-x--5\.5 {
    padding-left: -55px !important;
    padding-right: -55px !important;
  }
  .tablet-l-p-y--5\.5 {
    padding-top: -55px !important;
    padding-bottom: -55px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--5\.4 {
    margin: -54px !important;
  }
  .tablet-l\:p--5\.4 {
    padding: -54px !important;
  }
  .tablet-l\:m-x--5\.4 {
    margin-left: -54px !important;
    margin-right: -54px !important;
  }
  .tablet-l\:m-y--5\.4 {
    margin-top: -54px !important;
    margin-bottom: -54px !important;
  }
  .tablet-l\:p-x--5\.4 {
    padding-left: -54px !important;
    padding-right: -54px !important;
  }
  .tablet-l\:p-y--5\.4 {
    padding-top: -54px !important;
    padding-bottom: -54px !important;
  }
  .tablet-l-m--5\.4 {
    margin: -54px !important;
  }
  .tablet-l-p--5\.4 {
    padding: -54px !important;
  }
  .tablet-l-m-x--5\.4 {
    margin-left: -54px !important;
    margin-right: -54px !important;
  }
  .tablet-l-m-y--5\.4 {
    margin-top: -54px !important;
    margin-bottom: -54px !important;
  }
  .tablet-l-p-x--5\.4 {
    padding-left: -54px !important;
    padding-right: -54px !important;
  }
  .tablet-l-p-y--5\.4 {
    padding-top: -54px !important;
    padding-bottom: -54px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--5\.3 {
    margin: -53px !important;
  }
  .tablet-l\:p--5\.3 {
    padding: -53px !important;
  }
  .tablet-l\:m-x--5\.3 {
    margin-left: -53px !important;
    margin-right: -53px !important;
  }
  .tablet-l\:m-y--5\.3 {
    margin-top: -53px !important;
    margin-bottom: -53px !important;
  }
  .tablet-l\:p-x--5\.3 {
    padding-left: -53px !important;
    padding-right: -53px !important;
  }
  .tablet-l\:p-y--5\.3 {
    padding-top: -53px !important;
    padding-bottom: -53px !important;
  }
  .tablet-l-m--5\.3 {
    margin: -53px !important;
  }
  .tablet-l-p--5\.3 {
    padding: -53px !important;
  }
  .tablet-l-m-x--5\.3 {
    margin-left: -53px !important;
    margin-right: -53px !important;
  }
  .tablet-l-m-y--5\.3 {
    margin-top: -53px !important;
    margin-bottom: -53px !important;
  }
  .tablet-l-p-x--5\.3 {
    padding-left: -53px !important;
    padding-right: -53px !important;
  }
  .tablet-l-p-y--5\.3 {
    padding-top: -53px !important;
    padding-bottom: -53px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--5\.2 {
    margin: -52px !important;
  }
  .tablet-l\:p--5\.2 {
    padding: -52px !important;
  }
  .tablet-l\:m-x--5\.2 {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }
  .tablet-l\:m-y--5\.2 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }
  .tablet-l\:p-x--5\.2 {
    padding-left: -52px !important;
    padding-right: -52px !important;
  }
  .tablet-l\:p-y--5\.2 {
    padding-top: -52px !important;
    padding-bottom: -52px !important;
  }
  .tablet-l-m--5\.2 {
    margin: -52px !important;
  }
  .tablet-l-p--5\.2 {
    padding: -52px !important;
  }
  .tablet-l-m-x--5\.2 {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }
  .tablet-l-m-y--5\.2 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }
  .tablet-l-p-x--5\.2 {
    padding-left: -52px !important;
    padding-right: -52px !important;
  }
  .tablet-l-p-y--5\.2 {
    padding-top: -52px !important;
    padding-bottom: -52px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--5\.1 {
    margin: -51px !important;
  }
  .tablet-l\:p--5\.1 {
    padding: -51px !important;
  }
  .tablet-l\:m-x--5\.1 {
    margin-left: -51px !important;
    margin-right: -51px !important;
  }
  .tablet-l\:m-y--5\.1 {
    margin-top: -51px !important;
    margin-bottom: -51px !important;
  }
  .tablet-l\:p-x--5\.1 {
    padding-left: -51px !important;
    padding-right: -51px !important;
  }
  .tablet-l\:p-y--5\.1 {
    padding-top: -51px !important;
    padding-bottom: -51px !important;
  }
  .tablet-l-m--5\.1 {
    margin: -51px !important;
  }
  .tablet-l-p--5\.1 {
    padding: -51px !important;
  }
  .tablet-l-m-x--5\.1 {
    margin-left: -51px !important;
    margin-right: -51px !important;
  }
  .tablet-l-m-y--5\.1 {
    margin-top: -51px !important;
    margin-bottom: -51px !important;
  }
  .tablet-l-p-x--5\.1 {
    padding-left: -51px !important;
    padding-right: -51px !important;
  }
  .tablet-l-p-y--5\.1 {
    padding-top: -51px !important;
    padding-bottom: -51px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--5 {
    margin: -50px !important;
  }
  .tablet-l\:p--5 {
    padding: -50px !important;
  }
  .tablet-l\:m-x--5 {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }
  .tablet-l\:m-y--5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .tablet-l\:p-x--5 {
    padding-left: -50px !important;
    padding-right: -50px !important;
  }
  .tablet-l\:p-y--5 {
    padding-top: -50px !important;
    padding-bottom: -50px !important;
  }
  .tablet-l-m--5 {
    margin: -50px !important;
  }
  .tablet-l-p--5 {
    padding: -50px !important;
  }
  .tablet-l-m-x--5 {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }
  .tablet-l-m-y--5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .tablet-l-p-x--5 {
    padding-left: -50px !important;
    padding-right: -50px !important;
  }
  .tablet-l-p-y--5 {
    padding-top: -50px !important;
    padding-bottom: -50px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--4\.9 {
    margin: -49px !important;
  }
  .tablet-l\:p--4\.9 {
    padding: -49px !important;
  }
  .tablet-l\:m-x--4\.9 {
    margin-left: -49px !important;
    margin-right: -49px !important;
  }
  .tablet-l\:m-y--4\.9 {
    margin-top: -49px !important;
    margin-bottom: -49px !important;
  }
  .tablet-l\:p-x--4\.9 {
    padding-left: -49px !important;
    padding-right: -49px !important;
  }
  .tablet-l\:p-y--4\.9 {
    padding-top: -49px !important;
    padding-bottom: -49px !important;
  }
  .tablet-l-m--4\.9 {
    margin: -49px !important;
  }
  .tablet-l-p--4\.9 {
    padding: -49px !important;
  }
  .tablet-l-m-x--4\.9 {
    margin-left: -49px !important;
    margin-right: -49px !important;
  }
  .tablet-l-m-y--4\.9 {
    margin-top: -49px !important;
    margin-bottom: -49px !important;
  }
  .tablet-l-p-x--4\.9 {
    padding-left: -49px !important;
    padding-right: -49px !important;
  }
  .tablet-l-p-y--4\.9 {
    padding-top: -49px !important;
    padding-bottom: -49px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--4\.8 {
    margin: -48px !important;
  }
  .tablet-l\:p--4\.8 {
    padding: -48px !important;
  }
  .tablet-l\:m-x--4\.8 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }
  .tablet-l\:m-y--4\.8 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .tablet-l\:p-x--4\.8 {
    padding-left: -48px !important;
    padding-right: -48px !important;
  }
  .tablet-l\:p-y--4\.8 {
    padding-top: -48px !important;
    padding-bottom: -48px !important;
  }
  .tablet-l-m--4\.8 {
    margin: -48px !important;
  }
  .tablet-l-p--4\.8 {
    padding: -48px !important;
  }
  .tablet-l-m-x--4\.8 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }
  .tablet-l-m-y--4\.8 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .tablet-l-p-x--4\.8 {
    padding-left: -48px !important;
    padding-right: -48px !important;
  }
  .tablet-l-p-y--4\.8 {
    padding-top: -48px !important;
    padding-bottom: -48px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--4\.7 {
    margin: -47px !important;
  }
  .tablet-l\:p--4\.7 {
    padding: -47px !important;
  }
  .tablet-l\:m-x--4\.7 {
    margin-left: -47px !important;
    margin-right: -47px !important;
  }
  .tablet-l\:m-y--4\.7 {
    margin-top: -47px !important;
    margin-bottom: -47px !important;
  }
  .tablet-l\:p-x--4\.7 {
    padding-left: -47px !important;
    padding-right: -47px !important;
  }
  .tablet-l\:p-y--4\.7 {
    padding-top: -47px !important;
    padding-bottom: -47px !important;
  }
  .tablet-l-m--4\.7 {
    margin: -47px !important;
  }
  .tablet-l-p--4\.7 {
    padding: -47px !important;
  }
  .tablet-l-m-x--4\.7 {
    margin-left: -47px !important;
    margin-right: -47px !important;
  }
  .tablet-l-m-y--4\.7 {
    margin-top: -47px !important;
    margin-bottom: -47px !important;
  }
  .tablet-l-p-x--4\.7 {
    padding-left: -47px !important;
    padding-right: -47px !important;
  }
  .tablet-l-p-y--4\.7 {
    padding-top: -47px !important;
    padding-bottom: -47px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--4\.6 {
    margin: -46px !important;
  }
  .tablet-l\:p--4\.6 {
    padding: -46px !important;
  }
  .tablet-l\:m-x--4\.6 {
    margin-left: -46px !important;
    margin-right: -46px !important;
  }
  .tablet-l\:m-y--4\.6 {
    margin-top: -46px !important;
    margin-bottom: -46px !important;
  }
  .tablet-l\:p-x--4\.6 {
    padding-left: -46px !important;
    padding-right: -46px !important;
  }
  .tablet-l\:p-y--4\.6 {
    padding-top: -46px !important;
    padding-bottom: -46px !important;
  }
  .tablet-l-m--4\.6 {
    margin: -46px !important;
  }
  .tablet-l-p--4\.6 {
    padding: -46px !important;
  }
  .tablet-l-m-x--4\.6 {
    margin-left: -46px !important;
    margin-right: -46px !important;
  }
  .tablet-l-m-y--4\.6 {
    margin-top: -46px !important;
    margin-bottom: -46px !important;
  }
  .tablet-l-p-x--4\.6 {
    padding-left: -46px !important;
    padding-right: -46px !important;
  }
  .tablet-l-p-y--4\.6 {
    padding-top: -46px !important;
    padding-bottom: -46px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--4\.5 {
    margin: -45px !important;
  }
  .tablet-l\:p--4\.5 {
    padding: -45px !important;
  }
  .tablet-l\:m-x--4\.5 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }
  .tablet-l\:m-y--4\.5 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .tablet-l\:p-x--4\.5 {
    padding-left: -45px !important;
    padding-right: -45px !important;
  }
  .tablet-l\:p-y--4\.5 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
  .tablet-l-m--4\.5 {
    margin: -45px !important;
  }
  .tablet-l-p--4\.5 {
    padding: -45px !important;
  }
  .tablet-l-m-x--4\.5 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }
  .tablet-l-m-y--4\.5 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .tablet-l-p-x--4\.5 {
    padding-left: -45px !important;
    padding-right: -45px !important;
  }
  .tablet-l-p-y--4\.5 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--4\.4 {
    margin: -44px !important;
  }
  .tablet-l\:p--4\.4 {
    padding: -44px !important;
  }
  .tablet-l\:m-x--4\.4 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }
  .tablet-l\:m-y--4\.4 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }
  .tablet-l\:p-x--4\.4 {
    padding-left: -44px !important;
    padding-right: -44px !important;
  }
  .tablet-l\:p-y--4\.4 {
    padding-top: -44px !important;
    padding-bottom: -44px !important;
  }
  .tablet-l-m--4\.4 {
    margin: -44px !important;
  }
  .tablet-l-p--4\.4 {
    padding: -44px !important;
  }
  .tablet-l-m-x--4\.4 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }
  .tablet-l-m-y--4\.4 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }
  .tablet-l-p-x--4\.4 {
    padding-left: -44px !important;
    padding-right: -44px !important;
  }
  .tablet-l-p-y--4\.4 {
    padding-top: -44px !important;
    padding-bottom: -44px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--4\.3 {
    margin: -43px !important;
  }
  .tablet-l\:p--4\.3 {
    padding: -43px !important;
  }
  .tablet-l\:m-x--4\.3 {
    margin-left: -43px !important;
    margin-right: -43px !important;
  }
  .tablet-l\:m-y--4\.3 {
    margin-top: -43px !important;
    margin-bottom: -43px !important;
  }
  .tablet-l\:p-x--4\.3 {
    padding-left: -43px !important;
    padding-right: -43px !important;
  }
  .tablet-l\:p-y--4\.3 {
    padding-top: -43px !important;
    padding-bottom: -43px !important;
  }
  .tablet-l-m--4\.3 {
    margin: -43px !important;
  }
  .tablet-l-p--4\.3 {
    padding: -43px !important;
  }
  .tablet-l-m-x--4\.3 {
    margin-left: -43px !important;
    margin-right: -43px !important;
  }
  .tablet-l-m-y--4\.3 {
    margin-top: -43px !important;
    margin-bottom: -43px !important;
  }
  .tablet-l-p-x--4\.3 {
    padding-left: -43px !important;
    padding-right: -43px !important;
  }
  .tablet-l-p-y--4\.3 {
    padding-top: -43px !important;
    padding-bottom: -43px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--4\.2 {
    margin: -42px !important;
  }
  .tablet-l\:p--4\.2 {
    padding: -42px !important;
  }
  .tablet-l\:m-x--4\.2 {
    margin-left: -42px !important;
    margin-right: -42px !important;
  }
  .tablet-l\:m-y--4\.2 {
    margin-top: -42px !important;
    margin-bottom: -42px !important;
  }
  .tablet-l\:p-x--4\.2 {
    padding-left: -42px !important;
    padding-right: -42px !important;
  }
  .tablet-l\:p-y--4\.2 {
    padding-top: -42px !important;
    padding-bottom: -42px !important;
  }
  .tablet-l-m--4\.2 {
    margin: -42px !important;
  }
  .tablet-l-p--4\.2 {
    padding: -42px !important;
  }
  .tablet-l-m-x--4\.2 {
    margin-left: -42px !important;
    margin-right: -42px !important;
  }
  .tablet-l-m-y--4\.2 {
    margin-top: -42px !important;
    margin-bottom: -42px !important;
  }
  .tablet-l-p-x--4\.2 {
    padding-left: -42px !important;
    padding-right: -42px !important;
  }
  .tablet-l-p-y--4\.2 {
    padding-top: -42px !important;
    padding-bottom: -42px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--4\.1 {
    margin: -41px !important;
  }
  .tablet-l\:p--4\.1 {
    padding: -41px !important;
  }
  .tablet-l\:m-x--4\.1 {
    margin-left: -41px !important;
    margin-right: -41px !important;
  }
  .tablet-l\:m-y--4\.1 {
    margin-top: -41px !important;
    margin-bottom: -41px !important;
  }
  .tablet-l\:p-x--4\.1 {
    padding-left: -41px !important;
    padding-right: -41px !important;
  }
  .tablet-l\:p-y--4\.1 {
    padding-top: -41px !important;
    padding-bottom: -41px !important;
  }
  .tablet-l-m--4\.1 {
    margin: -41px !important;
  }
  .tablet-l-p--4\.1 {
    padding: -41px !important;
  }
  .tablet-l-m-x--4\.1 {
    margin-left: -41px !important;
    margin-right: -41px !important;
  }
  .tablet-l-m-y--4\.1 {
    margin-top: -41px !important;
    margin-bottom: -41px !important;
  }
  .tablet-l-p-x--4\.1 {
    padding-left: -41px !important;
    padding-right: -41px !important;
  }
  .tablet-l-p-y--4\.1 {
    padding-top: -41px !important;
    padding-bottom: -41px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--4 {
    margin: -40px !important;
  }
  .tablet-l\:p--4 {
    padding: -40px !important;
  }
  .tablet-l\:m-x--4 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
  .tablet-l\:m-y--4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .tablet-l\:p-x--4 {
    padding-left: -40px !important;
    padding-right: -40px !important;
  }
  .tablet-l\:p-y--4 {
    padding-top: -40px !important;
    padding-bottom: -40px !important;
  }
  .tablet-l-m--4 {
    margin: -40px !important;
  }
  .tablet-l-p--4 {
    padding: -40px !important;
  }
  .tablet-l-m-x--4 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
  .tablet-l-m-y--4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .tablet-l-p-x--4 {
    padding-left: -40px !important;
    padding-right: -40px !important;
  }
  .tablet-l-p-y--4 {
    padding-top: -40px !important;
    padding-bottom: -40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--3\.9 {
    margin: -39px !important;
  }
  .tablet-l\:p--3\.9 {
    padding: -39px !important;
  }
  .tablet-l\:m-x--3\.9 {
    margin-left: -39px !important;
    margin-right: -39px !important;
  }
  .tablet-l\:m-y--3\.9 {
    margin-top: -39px !important;
    margin-bottom: -39px !important;
  }
  .tablet-l\:p-x--3\.9 {
    padding-left: -39px !important;
    padding-right: -39px !important;
  }
  .tablet-l\:p-y--3\.9 {
    padding-top: -39px !important;
    padding-bottom: -39px !important;
  }
  .tablet-l-m--3\.9 {
    margin: -39px !important;
  }
  .tablet-l-p--3\.9 {
    padding: -39px !important;
  }
  .tablet-l-m-x--3\.9 {
    margin-left: -39px !important;
    margin-right: -39px !important;
  }
  .tablet-l-m-y--3\.9 {
    margin-top: -39px !important;
    margin-bottom: -39px !important;
  }
  .tablet-l-p-x--3\.9 {
    padding-left: -39px !important;
    padding-right: -39px !important;
  }
  .tablet-l-p-y--3\.9 {
    padding-top: -39px !important;
    padding-bottom: -39px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--3\.8 {
    margin: -38px !important;
  }
  .tablet-l\:p--3\.8 {
    padding: -38px !important;
  }
  .tablet-l\:m-x--3\.8 {
    margin-left: -38px !important;
    margin-right: -38px !important;
  }
  .tablet-l\:m-y--3\.8 {
    margin-top: -38px !important;
    margin-bottom: -38px !important;
  }
  .tablet-l\:p-x--3\.8 {
    padding-left: -38px !important;
    padding-right: -38px !important;
  }
  .tablet-l\:p-y--3\.8 {
    padding-top: -38px !important;
    padding-bottom: -38px !important;
  }
  .tablet-l-m--3\.8 {
    margin: -38px !important;
  }
  .tablet-l-p--3\.8 {
    padding: -38px !important;
  }
  .tablet-l-m-x--3\.8 {
    margin-left: -38px !important;
    margin-right: -38px !important;
  }
  .tablet-l-m-y--3\.8 {
    margin-top: -38px !important;
    margin-bottom: -38px !important;
  }
  .tablet-l-p-x--3\.8 {
    padding-left: -38px !important;
    padding-right: -38px !important;
  }
  .tablet-l-p-y--3\.8 {
    padding-top: -38px !important;
    padding-bottom: -38px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--3\.7 {
    margin: -37px !important;
  }
  .tablet-l\:p--3\.7 {
    padding: -37px !important;
  }
  .tablet-l\:m-x--3\.7 {
    margin-left: -37px !important;
    margin-right: -37px !important;
  }
  .tablet-l\:m-y--3\.7 {
    margin-top: -37px !important;
    margin-bottom: -37px !important;
  }
  .tablet-l\:p-x--3\.7 {
    padding-left: -37px !important;
    padding-right: -37px !important;
  }
  .tablet-l\:p-y--3\.7 {
    padding-top: -37px !important;
    padding-bottom: -37px !important;
  }
  .tablet-l-m--3\.7 {
    margin: -37px !important;
  }
  .tablet-l-p--3\.7 {
    padding: -37px !important;
  }
  .tablet-l-m-x--3\.7 {
    margin-left: -37px !important;
    margin-right: -37px !important;
  }
  .tablet-l-m-y--3\.7 {
    margin-top: -37px !important;
    margin-bottom: -37px !important;
  }
  .tablet-l-p-x--3\.7 {
    padding-left: -37px !important;
    padding-right: -37px !important;
  }
  .tablet-l-p-y--3\.7 {
    padding-top: -37px !important;
    padding-bottom: -37px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--3\.6 {
    margin: -36px !important;
  }
  .tablet-l\:p--3\.6 {
    padding: -36px !important;
  }
  .tablet-l\:m-x--3\.6 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }
  .tablet-l\:m-y--3\.6 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
  .tablet-l\:p-x--3\.6 {
    padding-left: -36px !important;
    padding-right: -36px !important;
  }
  .tablet-l\:p-y--3\.6 {
    padding-top: -36px !important;
    padding-bottom: -36px !important;
  }
  .tablet-l-m--3\.6 {
    margin: -36px !important;
  }
  .tablet-l-p--3\.6 {
    padding: -36px !important;
  }
  .tablet-l-m-x--3\.6 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }
  .tablet-l-m-y--3\.6 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
  .tablet-l-p-x--3\.6 {
    padding-left: -36px !important;
    padding-right: -36px !important;
  }
  .tablet-l-p-y--3\.6 {
    padding-top: -36px !important;
    padding-bottom: -36px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--3\.5 {
    margin: -35px !important;
  }
  .tablet-l\:p--3\.5 {
    padding: -35px !important;
  }
  .tablet-l\:m-x--3\.5 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }
  .tablet-l\:m-y--3\.5 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .tablet-l\:p-x--3\.5 {
    padding-left: -35px !important;
    padding-right: -35px !important;
  }
  .tablet-l\:p-y--3\.5 {
    padding-top: -35px !important;
    padding-bottom: -35px !important;
  }
  .tablet-l-m--3\.5 {
    margin: -35px !important;
  }
  .tablet-l-p--3\.5 {
    padding: -35px !important;
  }
  .tablet-l-m-x--3\.5 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }
  .tablet-l-m-y--3\.5 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .tablet-l-p-x--3\.5 {
    padding-left: -35px !important;
    padding-right: -35px !important;
  }
  .tablet-l-p-y--3\.5 {
    padding-top: -35px !important;
    padding-bottom: -35px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--3\.4 {
    margin: -34px !important;
  }
  .tablet-l\:p--3\.4 {
    padding: -34px !important;
  }
  .tablet-l\:m-x--3\.4 {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }
  .tablet-l\:m-y--3\.4 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }
  .tablet-l\:p-x--3\.4 {
    padding-left: -34px !important;
    padding-right: -34px !important;
  }
  .tablet-l\:p-y--3\.4 {
    padding-top: -34px !important;
    padding-bottom: -34px !important;
  }
  .tablet-l-m--3\.4 {
    margin: -34px !important;
  }
  .tablet-l-p--3\.4 {
    padding: -34px !important;
  }
  .tablet-l-m-x--3\.4 {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }
  .tablet-l-m-y--3\.4 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }
  .tablet-l-p-x--3\.4 {
    padding-left: -34px !important;
    padding-right: -34px !important;
  }
  .tablet-l-p-y--3\.4 {
    padding-top: -34px !important;
    padding-bottom: -34px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--3\.3 {
    margin: -33px !important;
  }
  .tablet-l\:p--3\.3 {
    padding: -33px !important;
  }
  .tablet-l\:m-x--3\.3 {
    margin-left: -33px !important;
    margin-right: -33px !important;
  }
  .tablet-l\:m-y--3\.3 {
    margin-top: -33px !important;
    margin-bottom: -33px !important;
  }
  .tablet-l\:p-x--3\.3 {
    padding-left: -33px !important;
    padding-right: -33px !important;
  }
  .tablet-l\:p-y--3\.3 {
    padding-top: -33px !important;
    padding-bottom: -33px !important;
  }
  .tablet-l-m--3\.3 {
    margin: -33px !important;
  }
  .tablet-l-p--3\.3 {
    padding: -33px !important;
  }
  .tablet-l-m-x--3\.3 {
    margin-left: -33px !important;
    margin-right: -33px !important;
  }
  .tablet-l-m-y--3\.3 {
    margin-top: -33px !important;
    margin-bottom: -33px !important;
  }
  .tablet-l-p-x--3\.3 {
    padding-left: -33px !important;
    padding-right: -33px !important;
  }
  .tablet-l-p-y--3\.3 {
    padding-top: -33px !important;
    padding-bottom: -33px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--3\.2 {
    margin: -32px !important;
  }
  .tablet-l\:p--3\.2 {
    padding: -32px !important;
  }
  .tablet-l\:m-x--3\.2 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }
  .tablet-l\:m-y--3\.2 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .tablet-l\:p-x--3\.2 {
    padding-left: -32px !important;
    padding-right: -32px !important;
  }
  .tablet-l\:p-y--3\.2 {
    padding-top: -32px !important;
    padding-bottom: -32px !important;
  }
  .tablet-l-m--3\.2 {
    margin: -32px !important;
  }
  .tablet-l-p--3\.2 {
    padding: -32px !important;
  }
  .tablet-l-m-x--3\.2 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }
  .tablet-l-m-y--3\.2 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .tablet-l-p-x--3\.2 {
    padding-left: -32px !important;
    padding-right: -32px !important;
  }
  .tablet-l-p-y--3\.2 {
    padding-top: -32px !important;
    padding-bottom: -32px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--3\.1 {
    margin: -31px !important;
  }
  .tablet-l\:p--3\.1 {
    padding: -31px !important;
  }
  .tablet-l\:m-x--3\.1 {
    margin-left: -31px !important;
    margin-right: -31px !important;
  }
  .tablet-l\:m-y--3\.1 {
    margin-top: -31px !important;
    margin-bottom: -31px !important;
  }
  .tablet-l\:p-x--3\.1 {
    padding-left: -31px !important;
    padding-right: -31px !important;
  }
  .tablet-l\:p-y--3\.1 {
    padding-top: -31px !important;
    padding-bottom: -31px !important;
  }
  .tablet-l-m--3\.1 {
    margin: -31px !important;
  }
  .tablet-l-p--3\.1 {
    padding: -31px !important;
  }
  .tablet-l-m-x--3\.1 {
    margin-left: -31px !important;
    margin-right: -31px !important;
  }
  .tablet-l-m-y--3\.1 {
    margin-top: -31px !important;
    margin-bottom: -31px !important;
  }
  .tablet-l-p-x--3\.1 {
    padding-left: -31px !important;
    padding-right: -31px !important;
  }
  .tablet-l-p-y--3\.1 {
    padding-top: -31px !important;
    padding-bottom: -31px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--3 {
    margin: -30px !important;
  }
  .tablet-l\:p--3 {
    padding: -30px !important;
  }
  .tablet-l\:m-x--3 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .tablet-l\:m-y--3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .tablet-l\:p-x--3 {
    padding-left: -30px !important;
    padding-right: -30px !important;
  }
  .tablet-l\:p-y--3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .tablet-l-m--3 {
    margin: -30px !important;
  }
  .tablet-l-p--3 {
    padding: -30px !important;
  }
  .tablet-l-m-x--3 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .tablet-l-m-y--3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .tablet-l-p-x--3 {
    padding-left: -30px !important;
    padding-right: -30px !important;
  }
  .tablet-l-p-y--3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--2\.9 {
    margin: -29px !important;
  }
  .tablet-l\:p--2\.9 {
    padding: -29px !important;
  }
  .tablet-l\:m-x--2\.9 {
    margin-left: -29px !important;
    margin-right: -29px !important;
  }
  .tablet-l\:m-y--2\.9 {
    margin-top: -29px !important;
    margin-bottom: -29px !important;
  }
  .tablet-l\:p-x--2\.9 {
    padding-left: -29px !important;
    padding-right: -29px !important;
  }
  .tablet-l\:p-y--2\.9 {
    padding-top: -29px !important;
    padding-bottom: -29px !important;
  }
  .tablet-l-m--2\.9 {
    margin: -29px !important;
  }
  .tablet-l-p--2\.9 {
    padding: -29px !important;
  }
  .tablet-l-m-x--2\.9 {
    margin-left: -29px !important;
    margin-right: -29px !important;
  }
  .tablet-l-m-y--2\.9 {
    margin-top: -29px !important;
    margin-bottom: -29px !important;
  }
  .tablet-l-p-x--2\.9 {
    padding-left: -29px !important;
    padding-right: -29px !important;
  }
  .tablet-l-p-y--2\.9 {
    padding-top: -29px !important;
    padding-bottom: -29px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--2\.8 {
    margin: -28px !important;
  }
  .tablet-l\:p--2\.8 {
    padding: -28px !important;
  }
  .tablet-l\:m-x--2\.8 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }
  .tablet-l\:m-y--2\.8 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
  .tablet-l\:p-x--2\.8 {
    padding-left: -28px !important;
    padding-right: -28px !important;
  }
  .tablet-l\:p-y--2\.8 {
    padding-top: -28px !important;
    padding-bottom: -28px !important;
  }
  .tablet-l-m--2\.8 {
    margin: -28px !important;
  }
  .tablet-l-p--2\.8 {
    padding: -28px !important;
  }
  .tablet-l-m-x--2\.8 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }
  .tablet-l-m-y--2\.8 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
  .tablet-l-p-x--2\.8 {
    padding-left: -28px !important;
    padding-right: -28px !important;
  }
  .tablet-l-p-y--2\.8 {
    padding-top: -28px !important;
    padding-bottom: -28px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--2\.7 {
    margin: -27px !important;
  }
  .tablet-l\:p--2\.7 {
    padding: -27px !important;
  }
  .tablet-l\:m-x--2\.7 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }
  .tablet-l\:m-y--2\.7 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }
  .tablet-l\:p-x--2\.7 {
    padding-left: -27px !important;
    padding-right: -27px !important;
  }
  .tablet-l\:p-y--2\.7 {
    padding-top: -27px !important;
    padding-bottom: -27px !important;
  }
  .tablet-l-m--2\.7 {
    margin: -27px !important;
  }
  .tablet-l-p--2\.7 {
    padding: -27px !important;
  }
  .tablet-l-m-x--2\.7 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }
  .tablet-l-m-y--2\.7 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }
  .tablet-l-p-x--2\.7 {
    padding-left: -27px !important;
    padding-right: -27px !important;
  }
  .tablet-l-p-y--2\.7 {
    padding-top: -27px !important;
    padding-bottom: -27px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--2\.6 {
    margin: -26px !important;
  }
  .tablet-l\:p--2\.6 {
    padding: -26px !important;
  }
  .tablet-l\:m-x--2\.6 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }
  .tablet-l\:m-y--2\.6 {
    margin-top: -26px !important;
    margin-bottom: -26px !important;
  }
  .tablet-l\:p-x--2\.6 {
    padding-left: -26px !important;
    padding-right: -26px !important;
  }
  .tablet-l\:p-y--2\.6 {
    padding-top: -26px !important;
    padding-bottom: -26px !important;
  }
  .tablet-l-m--2\.6 {
    margin: -26px !important;
  }
  .tablet-l-p--2\.6 {
    padding: -26px !important;
  }
  .tablet-l-m-x--2\.6 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }
  .tablet-l-m-y--2\.6 {
    margin-top: -26px !important;
    margin-bottom: -26px !important;
  }
  .tablet-l-p-x--2\.6 {
    padding-left: -26px !important;
    padding-right: -26px !important;
  }
  .tablet-l-p-y--2\.6 {
    padding-top: -26px !important;
    padding-bottom: -26px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--2\.5 {
    margin: -25px !important;
  }
  .tablet-l\:p--2\.5 {
    padding: -25px !important;
  }
  .tablet-l\:m-x--2\.5 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
  .tablet-l\:m-y--2\.5 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .tablet-l\:p-x--2\.5 {
    padding-left: -25px !important;
    padding-right: -25px !important;
  }
  .tablet-l\:p-y--2\.5 {
    padding-top: -25px !important;
    padding-bottom: -25px !important;
  }
  .tablet-l-m--2\.5 {
    margin: -25px !important;
  }
  .tablet-l-p--2\.5 {
    padding: -25px !important;
  }
  .tablet-l-m-x--2\.5 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
  .tablet-l-m-y--2\.5 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .tablet-l-p-x--2\.5 {
    padding-left: -25px !important;
    padding-right: -25px !important;
  }
  .tablet-l-p-y--2\.5 {
    padding-top: -25px !important;
    padding-bottom: -25px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--2\.4 {
    margin: -24px !important;
  }
  .tablet-l\:p--2\.4 {
    padding: -24px !important;
  }
  .tablet-l\:m-x--2\.4 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
  .tablet-l\:m-y--2\.4 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .tablet-l\:p-x--2\.4 {
    padding-left: -24px !important;
    padding-right: -24px !important;
  }
  .tablet-l\:p-y--2\.4 {
    padding-top: -24px !important;
    padding-bottom: -24px !important;
  }
  .tablet-l-m--2\.4 {
    margin: -24px !important;
  }
  .tablet-l-p--2\.4 {
    padding: -24px !important;
  }
  .tablet-l-m-x--2\.4 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
  .tablet-l-m-y--2\.4 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .tablet-l-p-x--2\.4 {
    padding-left: -24px !important;
    padding-right: -24px !important;
  }
  .tablet-l-p-y--2\.4 {
    padding-top: -24px !important;
    padding-bottom: -24px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--2\.3 {
    margin: -23px !important;
  }
  .tablet-l\:p--2\.3 {
    padding: -23px !important;
  }
  .tablet-l\:m-x--2\.3 {
    margin-left: -23px !important;
    margin-right: -23px !important;
  }
  .tablet-l\:m-y--2\.3 {
    margin-top: -23px !important;
    margin-bottom: -23px !important;
  }
  .tablet-l\:p-x--2\.3 {
    padding-left: -23px !important;
    padding-right: -23px !important;
  }
  .tablet-l\:p-y--2\.3 {
    padding-top: -23px !important;
    padding-bottom: -23px !important;
  }
  .tablet-l-m--2\.3 {
    margin: -23px !important;
  }
  .tablet-l-p--2\.3 {
    padding: -23px !important;
  }
  .tablet-l-m-x--2\.3 {
    margin-left: -23px !important;
    margin-right: -23px !important;
  }
  .tablet-l-m-y--2\.3 {
    margin-top: -23px !important;
    margin-bottom: -23px !important;
  }
  .tablet-l-p-x--2\.3 {
    padding-left: -23px !important;
    padding-right: -23px !important;
  }
  .tablet-l-p-y--2\.3 {
    padding-top: -23px !important;
    padding-bottom: -23px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--2\.2 {
    margin: -22px !important;
  }
  .tablet-l\:p--2\.2 {
    padding: -22px !important;
  }
  .tablet-l\:m-x--2\.2 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }
  .tablet-l\:m-y--2\.2 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }
  .tablet-l\:p-x--2\.2 {
    padding-left: -22px !important;
    padding-right: -22px !important;
  }
  .tablet-l\:p-y--2\.2 {
    padding-top: -22px !important;
    padding-bottom: -22px !important;
  }
  .tablet-l-m--2\.2 {
    margin: -22px !important;
  }
  .tablet-l-p--2\.2 {
    padding: -22px !important;
  }
  .tablet-l-m-x--2\.2 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }
  .tablet-l-m-y--2\.2 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }
  .tablet-l-p-x--2\.2 {
    padding-left: -22px !important;
    padding-right: -22px !important;
  }
  .tablet-l-p-y--2\.2 {
    padding-top: -22px !important;
    padding-bottom: -22px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--2\.1 {
    margin: -21px !important;
  }
  .tablet-l\:p--2\.1 {
    padding: -21px !important;
  }
  .tablet-l\:m-x--2\.1 {
    margin-left: -21px !important;
    margin-right: -21px !important;
  }
  .tablet-l\:m-y--2\.1 {
    margin-top: -21px !important;
    margin-bottom: -21px !important;
  }
  .tablet-l\:p-x--2\.1 {
    padding-left: -21px !important;
    padding-right: -21px !important;
  }
  .tablet-l\:p-y--2\.1 {
    padding-top: -21px !important;
    padding-bottom: -21px !important;
  }
  .tablet-l-m--2\.1 {
    margin: -21px !important;
  }
  .tablet-l-p--2\.1 {
    padding: -21px !important;
  }
  .tablet-l-m-x--2\.1 {
    margin-left: -21px !important;
    margin-right: -21px !important;
  }
  .tablet-l-m-y--2\.1 {
    margin-top: -21px !important;
    margin-bottom: -21px !important;
  }
  .tablet-l-p-x--2\.1 {
    padding-left: -21px !important;
    padding-right: -21px !important;
  }
  .tablet-l-p-y--2\.1 {
    padding-top: -21px !important;
    padding-bottom: -21px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--2 {
    margin: -20px !important;
  }
  .tablet-l\:p--2 {
    padding: -20px !important;
  }
  .tablet-l\:m-x--2 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .tablet-l\:m-y--2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .tablet-l\:p-x--2 {
    padding-left: -20px !important;
    padding-right: -20px !important;
  }
  .tablet-l\:p-y--2 {
    padding-top: -20px !important;
    padding-bottom: -20px !important;
  }
  .tablet-l-m--2 {
    margin: -20px !important;
  }
  .tablet-l-p--2 {
    padding: -20px !important;
  }
  .tablet-l-m-x--2 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .tablet-l-m-y--2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .tablet-l-p-x--2 {
    padding-left: -20px !important;
    padding-right: -20px !important;
  }
  .tablet-l-p-y--2 {
    padding-top: -20px !important;
    padding-bottom: -20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--1\.9 {
    margin: -19px !important;
  }
  .tablet-l\:p--1\.9 {
    padding: -19px !important;
  }
  .tablet-l\:m-x--1\.9 {
    margin-left: -19px !important;
    margin-right: -19px !important;
  }
  .tablet-l\:m-y--1\.9 {
    margin-top: -19px !important;
    margin-bottom: -19px !important;
  }
  .tablet-l\:p-x--1\.9 {
    padding-left: -19px !important;
    padding-right: -19px !important;
  }
  .tablet-l\:p-y--1\.9 {
    padding-top: -19px !important;
    padding-bottom: -19px !important;
  }
  .tablet-l-m--1\.9 {
    margin: -19px !important;
  }
  .tablet-l-p--1\.9 {
    padding: -19px !important;
  }
  .tablet-l-m-x--1\.9 {
    margin-left: -19px !important;
    margin-right: -19px !important;
  }
  .tablet-l-m-y--1\.9 {
    margin-top: -19px !important;
    margin-bottom: -19px !important;
  }
  .tablet-l-p-x--1\.9 {
    padding-left: -19px !important;
    padding-right: -19px !important;
  }
  .tablet-l-p-y--1\.9 {
    padding-top: -19px !important;
    padding-bottom: -19px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--1\.8 {
    margin: -18px !important;
  }
  .tablet-l\:p--1\.8 {
    padding: -18px !important;
  }
  .tablet-l\:m-x--1\.8 {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }
  .tablet-l\:m-y--1\.8 {
    margin-top: -18px !important;
    margin-bottom: -18px !important;
  }
  .tablet-l\:p-x--1\.8 {
    padding-left: -18px !important;
    padding-right: -18px !important;
  }
  .tablet-l\:p-y--1\.8 {
    padding-top: -18px !important;
    padding-bottom: -18px !important;
  }
  .tablet-l-m--1\.8 {
    margin: -18px !important;
  }
  .tablet-l-p--1\.8 {
    padding: -18px !important;
  }
  .tablet-l-m-x--1\.8 {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }
  .tablet-l-m-y--1\.8 {
    margin-top: -18px !important;
    margin-bottom: -18px !important;
  }
  .tablet-l-p-x--1\.8 {
    padding-left: -18px !important;
    padding-right: -18px !important;
  }
  .tablet-l-p-y--1\.8 {
    padding-top: -18px !important;
    padding-bottom: -18px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--1\.7 {
    margin: -17px !important;
  }
  .tablet-l\:p--1\.7 {
    padding: -17px !important;
  }
  .tablet-l\:m-x--1\.7 {
    margin-left: -17px !important;
    margin-right: -17px !important;
  }
  .tablet-l\:m-y--1\.7 {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
  }
  .tablet-l\:p-x--1\.7 {
    padding-left: -17px !important;
    padding-right: -17px !important;
  }
  .tablet-l\:p-y--1\.7 {
    padding-top: -17px !important;
    padding-bottom: -17px !important;
  }
  .tablet-l-m--1\.7 {
    margin: -17px !important;
  }
  .tablet-l-p--1\.7 {
    padding: -17px !important;
  }
  .tablet-l-m-x--1\.7 {
    margin-left: -17px !important;
    margin-right: -17px !important;
  }
  .tablet-l-m-y--1\.7 {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
  }
  .tablet-l-p-x--1\.7 {
    padding-left: -17px !important;
    padding-right: -17px !important;
  }
  .tablet-l-p-y--1\.7 {
    padding-top: -17px !important;
    padding-bottom: -17px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--1\.6 {
    margin: -16px !important;
  }
  .tablet-l\:p--1\.6 {
    padding: -16px !important;
  }
  .tablet-l\:m-x--1\.6 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .tablet-l\:m-y--1\.6 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .tablet-l\:p-x--1\.6 {
    padding-left: -16px !important;
    padding-right: -16px !important;
  }
  .tablet-l\:p-y--1\.6 {
    padding-top: -16px !important;
    padding-bottom: -16px !important;
  }
  .tablet-l-m--1\.6 {
    margin: -16px !important;
  }
  .tablet-l-p--1\.6 {
    padding: -16px !important;
  }
  .tablet-l-m-x--1\.6 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .tablet-l-m-y--1\.6 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .tablet-l-p-x--1\.6 {
    padding-left: -16px !important;
    padding-right: -16px !important;
  }
  .tablet-l-p-y--1\.6 {
    padding-top: -16px !important;
    padding-bottom: -16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--1\.5 {
    margin: -15px !important;
  }
  .tablet-l\:p--1\.5 {
    padding: -15px !important;
  }
  .tablet-l\:m-x--1\.5 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .tablet-l\:m-y--1\.5 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .tablet-l\:p-x--1\.5 {
    padding-left: -15px !important;
    padding-right: -15px !important;
  }
  .tablet-l\:p-y--1\.5 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
  .tablet-l-m--1\.5 {
    margin: -15px !important;
  }
  .tablet-l-p--1\.5 {
    padding: -15px !important;
  }
  .tablet-l-m-x--1\.5 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .tablet-l-m-y--1\.5 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .tablet-l-p-x--1\.5 {
    padding-left: -15px !important;
    padding-right: -15px !important;
  }
  .tablet-l-p-y--1\.5 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--1\.4 {
    margin: -14px !important;
  }
  .tablet-l\:p--1\.4 {
    padding: -14px !important;
  }
  .tablet-l\:m-x--1\.4 {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }
  .tablet-l\:m-y--1\.4 {
    margin-top: -14px !important;
    margin-bottom: -14px !important;
  }
  .tablet-l\:p-x--1\.4 {
    padding-left: -14px !important;
    padding-right: -14px !important;
  }
  .tablet-l\:p-y--1\.4 {
    padding-top: -14px !important;
    padding-bottom: -14px !important;
  }
  .tablet-l-m--1\.4 {
    margin: -14px !important;
  }
  .tablet-l-p--1\.4 {
    padding: -14px !important;
  }
  .tablet-l-m-x--1\.4 {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }
  .tablet-l-m-y--1\.4 {
    margin-top: -14px !important;
    margin-bottom: -14px !important;
  }
  .tablet-l-p-x--1\.4 {
    padding-left: -14px !important;
    padding-right: -14px !important;
  }
  .tablet-l-p-y--1\.4 {
    padding-top: -14px !important;
    padding-bottom: -14px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--1\.3 {
    margin: -13px !important;
  }
  .tablet-l\:p--1\.3 {
    padding: -13px !important;
  }
  .tablet-l\:m-x--1\.3 {
    margin-left: -13px !important;
    margin-right: -13px !important;
  }
  .tablet-l\:m-y--1\.3 {
    margin-top: -13px !important;
    margin-bottom: -13px !important;
  }
  .tablet-l\:p-x--1\.3 {
    padding-left: -13px !important;
    padding-right: -13px !important;
  }
  .tablet-l\:p-y--1\.3 {
    padding-top: -13px !important;
    padding-bottom: -13px !important;
  }
  .tablet-l-m--1\.3 {
    margin: -13px !important;
  }
  .tablet-l-p--1\.3 {
    padding: -13px !important;
  }
  .tablet-l-m-x--1\.3 {
    margin-left: -13px !important;
    margin-right: -13px !important;
  }
  .tablet-l-m-y--1\.3 {
    margin-top: -13px !important;
    margin-bottom: -13px !important;
  }
  .tablet-l-p-x--1\.3 {
    padding-left: -13px !important;
    padding-right: -13px !important;
  }
  .tablet-l-p-y--1\.3 {
    padding-top: -13px !important;
    padding-bottom: -13px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--1\.2 {
    margin: -12px !important;
  }
  .tablet-l\:p--1\.2 {
    padding: -12px !important;
  }
  .tablet-l\:m-x--1\.2 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
  .tablet-l\:m-y--1\.2 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .tablet-l\:p-x--1\.2 {
    padding-left: -12px !important;
    padding-right: -12px !important;
  }
  .tablet-l\:p-y--1\.2 {
    padding-top: -12px !important;
    padding-bottom: -12px !important;
  }
  .tablet-l-m--1\.2 {
    margin: -12px !important;
  }
  .tablet-l-p--1\.2 {
    padding: -12px !important;
  }
  .tablet-l-m-x--1\.2 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
  .tablet-l-m-y--1\.2 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .tablet-l-p-x--1\.2 {
    padding-left: -12px !important;
    padding-right: -12px !important;
  }
  .tablet-l-p-y--1\.2 {
    padding-top: -12px !important;
    padding-bottom: -12px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--1\.1 {
    margin: -11px !important;
  }
  .tablet-l\:p--1\.1 {
    padding: -11px !important;
  }
  .tablet-l\:m-x--1\.1 {
    margin-left: -11px !important;
    margin-right: -11px !important;
  }
  .tablet-l\:m-y--1\.1 {
    margin-top: -11px !important;
    margin-bottom: -11px !important;
  }
  .tablet-l\:p-x--1\.1 {
    padding-left: -11px !important;
    padding-right: -11px !important;
  }
  .tablet-l\:p-y--1\.1 {
    padding-top: -11px !important;
    padding-bottom: -11px !important;
  }
  .tablet-l-m--1\.1 {
    margin: -11px !important;
  }
  .tablet-l-p--1\.1 {
    padding: -11px !important;
  }
  .tablet-l-m-x--1\.1 {
    margin-left: -11px !important;
    margin-right: -11px !important;
  }
  .tablet-l-m-y--1\.1 {
    margin-top: -11px !important;
    margin-bottom: -11px !important;
  }
  .tablet-l-p-x--1\.1 {
    padding-left: -11px !important;
    padding-right: -11px !important;
  }
  .tablet-l-p-y--1\.1 {
    padding-top: -11px !important;
    padding-bottom: -11px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--1 {
    margin: -10px !important;
  }
  .tablet-l\:p--1 {
    padding: -10px !important;
  }
  .tablet-l\:m-x--1 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .tablet-l\:m-y--1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .tablet-l\:p-x--1 {
    padding-left: -10px !important;
    padding-right: -10px !important;
  }
  .tablet-l\:p-y--1 {
    padding-top: -10px !important;
    padding-bottom: -10px !important;
  }
  .tablet-l-m--1 {
    margin: -10px !important;
  }
  .tablet-l-p--1 {
    padding: -10px !important;
  }
  .tablet-l-m-x--1 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .tablet-l-m-y--1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .tablet-l-p-x--1 {
    padding-left: -10px !important;
    padding-right: -10px !important;
  }
  .tablet-l-p-y--1 {
    padding-top: -10px !important;
    padding-bottom: -10px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--0\.9 {
    margin: -9px !important;
  }
  .tablet-l\:p--0\.9 {
    padding: -9px !important;
  }
  .tablet-l\:m-x--0\.9 {
    margin-left: -9px !important;
    margin-right: -9px !important;
  }
  .tablet-l\:m-y--0\.9 {
    margin-top: -9px !important;
    margin-bottom: -9px !important;
  }
  .tablet-l\:p-x--0\.9 {
    padding-left: -9px !important;
    padding-right: -9px !important;
  }
  .tablet-l\:p-y--0\.9 {
    padding-top: -9px !important;
    padding-bottom: -9px !important;
  }
  .tablet-l-m--0\.9 {
    margin: -9px !important;
  }
  .tablet-l-p--0\.9 {
    padding: -9px !important;
  }
  .tablet-l-m-x--0\.9 {
    margin-left: -9px !important;
    margin-right: -9px !important;
  }
  .tablet-l-m-y--0\.9 {
    margin-top: -9px !important;
    margin-bottom: -9px !important;
  }
  .tablet-l-p-x--0\.9 {
    padding-left: -9px !important;
    padding-right: -9px !important;
  }
  .tablet-l-p-y--0\.9 {
    padding-top: -9px !important;
    padding-bottom: -9px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--0\.8 {
    margin: -8px !important;
  }
  .tablet-l\:p--0\.8 {
    padding: -8px !important;
  }
  .tablet-l\:m-x--0\.8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  .tablet-l\:m-y--0\.8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .tablet-l\:p-x--0\.8 {
    padding-left: -8px !important;
    padding-right: -8px !important;
  }
  .tablet-l\:p-y--0\.8 {
    padding-top: -8px !important;
    padding-bottom: -8px !important;
  }
  .tablet-l-m--0\.8 {
    margin: -8px !important;
  }
  .tablet-l-p--0\.8 {
    padding: -8px !important;
  }
  .tablet-l-m-x--0\.8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  .tablet-l-m-y--0\.8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .tablet-l-p-x--0\.8 {
    padding-left: -8px !important;
    padding-right: -8px !important;
  }
  .tablet-l-p-y--0\.8 {
    padding-top: -8px !important;
    padding-bottom: -8px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--0\.7 {
    margin: -7px !important;
  }
  .tablet-l\:p--0\.7 {
    padding: -7px !important;
  }
  .tablet-l\:m-x--0\.7 {
    margin-left: -7px !important;
    margin-right: -7px !important;
  }
  .tablet-l\:m-y--0\.7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important;
  }
  .tablet-l\:p-x--0\.7 {
    padding-left: -7px !important;
    padding-right: -7px !important;
  }
  .tablet-l\:p-y--0\.7 {
    padding-top: -7px !important;
    padding-bottom: -7px !important;
  }
  .tablet-l-m--0\.7 {
    margin: -7px !important;
  }
  .tablet-l-p--0\.7 {
    padding: -7px !important;
  }
  .tablet-l-m-x--0\.7 {
    margin-left: -7px !important;
    margin-right: -7px !important;
  }
  .tablet-l-m-y--0\.7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important;
  }
  .tablet-l-p-x--0\.7 {
    padding-left: -7px !important;
    padding-right: -7px !important;
  }
  .tablet-l-p-y--0\.7 {
    padding-top: -7px !important;
    padding-bottom: -7px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--0\.6 {
    margin: -6px !important;
  }
  .tablet-l\:p--0\.6 {
    padding: -6px !important;
  }
  .tablet-l\:m-x--0\.6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
  .tablet-l\:m-y--0\.6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }
  .tablet-l\:p-x--0\.6 {
    padding-left: -6px !important;
    padding-right: -6px !important;
  }
  .tablet-l\:p-y--0\.6 {
    padding-top: -6px !important;
    padding-bottom: -6px !important;
  }
  .tablet-l-m--0\.6 {
    margin: -6px !important;
  }
  .tablet-l-p--0\.6 {
    padding: -6px !important;
  }
  .tablet-l-m-x--0\.6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
  .tablet-l-m-y--0\.6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }
  .tablet-l-p-x--0\.6 {
    padding-left: -6px !important;
    padding-right: -6px !important;
  }
  .tablet-l-p-y--0\.6 {
    padding-top: -6px !important;
    padding-bottom: -6px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--0\.5 {
    margin: -5px !important;
  }
  .tablet-l\:p--0\.5 {
    padding: -5px !important;
  }
  .tablet-l\:m-x--0\.5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .tablet-l\:m-y--0\.5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .tablet-l\:p-x--0\.5 {
    padding-left: -5px !important;
    padding-right: -5px !important;
  }
  .tablet-l\:p-y--0\.5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important;
  }
  .tablet-l-m--0\.5 {
    margin: -5px !important;
  }
  .tablet-l-p--0\.5 {
    padding: -5px !important;
  }
  .tablet-l-m-x--0\.5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .tablet-l-m-y--0\.5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .tablet-l-p-x--0\.5 {
    padding-left: -5px !important;
    padding-right: -5px !important;
  }
  .tablet-l-p-y--0\.5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--0\.4 {
    margin: -4px !important;
  }
  .tablet-l\:p--0\.4 {
    padding: -4px !important;
  }
  .tablet-l\:m-x--0\.4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  .tablet-l\:m-y--0\.4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .tablet-l\:p-x--0\.4 {
    padding-left: -4px !important;
    padding-right: -4px !important;
  }
  .tablet-l\:p-y--0\.4 {
    padding-top: -4px !important;
    padding-bottom: -4px !important;
  }
  .tablet-l-m--0\.4 {
    margin: -4px !important;
  }
  .tablet-l-p--0\.4 {
    padding: -4px !important;
  }
  .tablet-l-m-x--0\.4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  .tablet-l-m-y--0\.4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .tablet-l-p-x--0\.4 {
    padding-left: -4px !important;
    padding-right: -4px !important;
  }
  .tablet-l-p-y--0\.4 {
    padding-top: -4px !important;
    padding-bottom: -4px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--0\.3 {
    margin: -3px !important;
  }
  .tablet-l\:p--0\.3 {
    padding: -3px !important;
  }
  .tablet-l\:m-x--0\.3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }
  .tablet-l\:m-y--0\.3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }
  .tablet-l\:p-x--0\.3 {
    padding-left: -3px !important;
    padding-right: -3px !important;
  }
  .tablet-l\:p-y--0\.3 {
    padding-top: -3px !important;
    padding-bottom: -3px !important;
  }
  .tablet-l-m--0\.3 {
    margin: -3px !important;
  }
  .tablet-l-p--0\.3 {
    padding: -3px !important;
  }
  .tablet-l-m-x--0\.3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }
  .tablet-l-m-y--0\.3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }
  .tablet-l-p-x--0\.3 {
    padding-left: -3px !important;
    padding-right: -3px !important;
  }
  .tablet-l-p-y--0\.3 {
    padding-top: -3px !important;
    padding-bottom: -3px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--0\.2 {
    margin: -2px !important;
  }
  .tablet-l\:p--0\.2 {
    padding: -2px !important;
  }
  .tablet-l\:m-x--0\.2 {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .tablet-l\:m-y--0\.2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
  .tablet-l\:p-x--0\.2 {
    padding-left: -2px !important;
    padding-right: -2px !important;
  }
  .tablet-l\:p-y--0\.2 {
    padding-top: -2px !important;
    padding-bottom: -2px !important;
  }
  .tablet-l-m--0\.2 {
    margin: -2px !important;
  }
  .tablet-l-p--0\.2 {
    padding: -2px !important;
  }
  .tablet-l-m-x--0\.2 {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .tablet-l-m-y--0\.2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
  .tablet-l-p-x--0\.2 {
    padding-left: -2px !important;
    padding-right: -2px !important;
  }
  .tablet-l-p-y--0\.2 {
    padding-top: -2px !important;
    padding-bottom: -2px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m--0\.1 {
    margin: -1px !important;
  }
  .tablet-l\:p--0\.1 {
    padding: -1px !important;
  }
  .tablet-l\:m-x--0\.1 {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .tablet-l\:m-y--0\.1 {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .tablet-l\:p-x--0\.1 {
    padding-left: -1px !important;
    padding-right: -1px !important;
  }
  .tablet-l\:p-y--0\.1 {
    padding-top: -1px !important;
    padding-bottom: -1px !important;
  }
  .tablet-l-m--0\.1 {
    margin: -1px !important;
  }
  .tablet-l-p--0\.1 {
    padding: -1px !important;
  }
  .tablet-l-m-x--0\.1 {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .tablet-l-m-y--0\.1 {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .tablet-l-p-x--0\.1 {
    padding-left: -1px !important;
    padding-right: -1px !important;
  }
  .tablet-l-p-y--0\.1 {
    padding-top: -1px !important;
    padding-bottom: -1px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-0 {
    margin: 0px !important;
  }
  .tablet-l\:p-0 {
    padding: 0px !important;
  }
  .tablet-l\:m-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .tablet-l\:m-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tablet-l\:p-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .tablet-l\:p-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .tablet-l-m-0 {
    margin: 0px !important;
  }
  .tablet-l-p-0 {
    padding: 0px !important;
  }
  .tablet-l-m-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .tablet-l-m-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .tablet-l-p-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .tablet-l-p-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-0\.1 {
    margin: 1px !important;
  }
  .tablet-l\:p-0\.1 {
    padding: 1px !important;
  }
  .tablet-l\:m-x-0\.1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .tablet-l\:m-y-0\.1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .tablet-l\:p-x-0\.1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .tablet-l\:p-y-0\.1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .tablet-l-m-0\.1 {
    margin: 1px !important;
  }
  .tablet-l-p-0\.1 {
    padding: 1px !important;
  }
  .tablet-l-m-x-0\.1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .tablet-l-m-y-0\.1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .tablet-l-p-x-0\.1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .tablet-l-p-y-0\.1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-0\.2 {
    margin: 2px !important;
  }
  .tablet-l\:p-0\.2 {
    padding: 2px !important;
  }
  .tablet-l\:m-x-0\.2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .tablet-l\:m-y-0\.2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .tablet-l\:p-x-0\.2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .tablet-l\:p-y-0\.2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .tablet-l-m-0\.2 {
    margin: 2px !important;
  }
  .tablet-l-p-0\.2 {
    padding: 2px !important;
  }
  .tablet-l-m-x-0\.2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .tablet-l-m-y-0\.2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .tablet-l-p-x-0\.2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .tablet-l-p-y-0\.2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-0\.3 {
    margin: 3px !important;
  }
  .tablet-l\:p-0\.3 {
    padding: 3px !important;
  }
  .tablet-l\:m-x-0\.3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .tablet-l\:m-y-0\.3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .tablet-l\:p-x-0\.3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .tablet-l\:p-y-0\.3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .tablet-l-m-0\.3 {
    margin: 3px !important;
  }
  .tablet-l-p-0\.3 {
    padding: 3px !important;
  }
  .tablet-l-m-x-0\.3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .tablet-l-m-y-0\.3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .tablet-l-p-x-0\.3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .tablet-l-p-y-0\.3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-0\.4 {
    margin: 4px !important;
  }
  .tablet-l\:p-0\.4 {
    padding: 4px !important;
  }
  .tablet-l\:m-x-0\.4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .tablet-l\:m-y-0\.4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .tablet-l\:p-x-0\.4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .tablet-l\:p-y-0\.4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .tablet-l-m-0\.4 {
    margin: 4px !important;
  }
  .tablet-l-p-0\.4 {
    padding: 4px !important;
  }
  .tablet-l-m-x-0\.4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .tablet-l-m-y-0\.4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .tablet-l-p-x-0\.4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .tablet-l-p-y-0\.4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-0\.5 {
    margin: 5px !important;
  }
  .tablet-l\:p-0\.5 {
    padding: 5px !important;
  }
  .tablet-l\:m-x-0\.5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .tablet-l\:m-y-0\.5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .tablet-l\:p-x-0\.5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .tablet-l\:p-y-0\.5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .tablet-l-m-0\.5 {
    margin: 5px !important;
  }
  .tablet-l-p-0\.5 {
    padding: 5px !important;
  }
  .tablet-l-m-x-0\.5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .tablet-l-m-y-0\.5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .tablet-l-p-x-0\.5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .tablet-l-p-y-0\.5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-0\.6 {
    margin: 6px !important;
  }
  .tablet-l\:p-0\.6 {
    padding: 6px !important;
  }
  .tablet-l\:m-x-0\.6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .tablet-l\:m-y-0\.6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .tablet-l\:p-x-0\.6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .tablet-l\:p-y-0\.6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .tablet-l-m-0\.6 {
    margin: 6px !important;
  }
  .tablet-l-p-0\.6 {
    padding: 6px !important;
  }
  .tablet-l-m-x-0\.6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .tablet-l-m-y-0\.6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .tablet-l-p-x-0\.6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .tablet-l-p-y-0\.6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-0\.7 {
    margin: 7px !important;
  }
  .tablet-l\:p-0\.7 {
    padding: 7px !important;
  }
  .tablet-l\:m-x-0\.7 {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
  .tablet-l\:m-y-0\.7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .tablet-l\:p-x-0\.7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .tablet-l\:p-y-0\.7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .tablet-l-m-0\.7 {
    margin: 7px !important;
  }
  .tablet-l-p-0\.7 {
    padding: 7px !important;
  }
  .tablet-l-m-x-0\.7 {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
  .tablet-l-m-y-0\.7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .tablet-l-p-x-0\.7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .tablet-l-p-y-0\.7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-0\.8 {
    margin: 8px !important;
  }
  .tablet-l\:p-0\.8 {
    padding: 8px !important;
  }
  .tablet-l\:m-x-0\.8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .tablet-l\:m-y-0\.8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .tablet-l\:p-x-0\.8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .tablet-l\:p-y-0\.8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .tablet-l-m-0\.8 {
    margin: 8px !important;
  }
  .tablet-l-p-0\.8 {
    padding: 8px !important;
  }
  .tablet-l-m-x-0\.8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .tablet-l-m-y-0\.8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .tablet-l-p-x-0\.8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .tablet-l-p-y-0\.8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-0\.9 {
    margin: 9px !important;
  }
  .tablet-l\:p-0\.9 {
    padding: 9px !important;
  }
  .tablet-l\:m-x-0\.9 {
    margin-left: 9px !important;
    margin-right: 9px !important;
  }
  .tablet-l\:m-y-0\.9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }
  .tablet-l\:p-x-0\.9 {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .tablet-l\:p-y-0\.9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
  .tablet-l-m-0\.9 {
    margin: 9px !important;
  }
  .tablet-l-p-0\.9 {
    padding: 9px !important;
  }
  .tablet-l-m-x-0\.9 {
    margin-left: 9px !important;
    margin-right: 9px !important;
  }
  .tablet-l-m-y-0\.9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }
  .tablet-l-p-x-0\.9 {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .tablet-l-p-y-0\.9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-1 {
    margin: 10px !important;
  }
  .tablet-l\:p-1 {
    padding: 10px !important;
  }
  .tablet-l\:m-x-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .tablet-l\:m-y-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .tablet-l\:p-x-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .tablet-l\:p-y-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .tablet-l-m-1 {
    margin: 10px !important;
  }
  .tablet-l-p-1 {
    padding: 10px !important;
  }
  .tablet-l-m-x-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .tablet-l-m-y-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .tablet-l-p-x-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .tablet-l-p-y-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-1\.1 {
    margin: 11px !important;
  }
  .tablet-l\:p-1\.1 {
    padding: 11px !important;
  }
  .tablet-l\:m-x-1\.1 {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }
  .tablet-l\:m-y-1\.1 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }
  .tablet-l\:p-x-1\.1 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  .tablet-l\:p-y-1\.1 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
  .tablet-l-m-1\.1 {
    margin: 11px !important;
  }
  .tablet-l-p-1\.1 {
    padding: 11px !important;
  }
  .tablet-l-m-x-1\.1 {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }
  .tablet-l-m-y-1\.1 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }
  .tablet-l-p-x-1\.1 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  .tablet-l-p-y-1\.1 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-1\.2 {
    margin: 12px !important;
  }
  .tablet-l\:p-1\.2 {
    padding: 12px !important;
  }
  .tablet-l\:m-x-1\.2 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .tablet-l\:m-y-1\.2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .tablet-l\:p-x-1\.2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .tablet-l\:p-y-1\.2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .tablet-l-m-1\.2 {
    margin: 12px !important;
  }
  .tablet-l-p-1\.2 {
    padding: 12px !important;
  }
  .tablet-l-m-x-1\.2 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .tablet-l-m-y-1\.2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .tablet-l-p-x-1\.2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .tablet-l-p-y-1\.2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-1\.3 {
    margin: 13px !important;
  }
  .tablet-l\:p-1\.3 {
    padding: 13px !important;
  }
  .tablet-l\:m-x-1\.3 {
    margin-left: 13px !important;
    margin-right: 13px !important;
  }
  .tablet-l\:m-y-1\.3 {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
  }
  .tablet-l\:p-x-1\.3 {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  .tablet-l\:p-y-1\.3 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  .tablet-l-m-1\.3 {
    margin: 13px !important;
  }
  .tablet-l-p-1\.3 {
    padding: 13px !important;
  }
  .tablet-l-m-x-1\.3 {
    margin-left: 13px !important;
    margin-right: 13px !important;
  }
  .tablet-l-m-y-1\.3 {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
  }
  .tablet-l-p-x-1\.3 {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  .tablet-l-p-y-1\.3 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-1\.4 {
    margin: 14px !important;
  }
  .tablet-l\:p-1\.4 {
    padding: 14px !important;
  }
  .tablet-l\:m-x-1\.4 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .tablet-l\:m-y-1\.4 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .tablet-l\:p-x-1\.4 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .tablet-l\:p-y-1\.4 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .tablet-l-m-1\.4 {
    margin: 14px !important;
  }
  .tablet-l-p-1\.4 {
    padding: 14px !important;
  }
  .tablet-l-m-x-1\.4 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .tablet-l-m-y-1\.4 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .tablet-l-p-x-1\.4 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .tablet-l-p-y-1\.4 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-1\.5 {
    margin: 15px !important;
  }
  .tablet-l\:p-1\.5 {
    padding: 15px !important;
  }
  .tablet-l\:m-x-1\.5 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .tablet-l\:m-y-1\.5 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .tablet-l\:p-x-1\.5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .tablet-l\:p-y-1\.5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .tablet-l-m-1\.5 {
    margin: 15px !important;
  }
  .tablet-l-p-1\.5 {
    padding: 15px !important;
  }
  .tablet-l-m-x-1\.5 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .tablet-l-m-y-1\.5 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .tablet-l-p-x-1\.5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .tablet-l-p-y-1\.5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-1\.6 {
    margin: 16px !important;
  }
  .tablet-l\:p-1\.6 {
    padding: 16px !important;
  }
  .tablet-l\:m-x-1\.6 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .tablet-l\:m-y-1\.6 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .tablet-l\:p-x-1\.6 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .tablet-l\:p-y-1\.6 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .tablet-l-m-1\.6 {
    margin: 16px !important;
  }
  .tablet-l-p-1\.6 {
    padding: 16px !important;
  }
  .tablet-l-m-x-1\.6 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .tablet-l-m-y-1\.6 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .tablet-l-p-x-1\.6 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .tablet-l-p-y-1\.6 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-1\.7 {
    margin: 17px !important;
  }
  .tablet-l\:p-1\.7 {
    padding: 17px !important;
  }
  .tablet-l\:m-x-1\.7 {
    margin-left: 17px !important;
    margin-right: 17px !important;
  }
  .tablet-l\:m-y-1\.7 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .tablet-l\:p-x-1\.7 {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .tablet-l\:p-y-1\.7 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  .tablet-l-m-1\.7 {
    margin: 17px !important;
  }
  .tablet-l-p-1\.7 {
    padding: 17px !important;
  }
  .tablet-l-m-x-1\.7 {
    margin-left: 17px !important;
    margin-right: 17px !important;
  }
  .tablet-l-m-y-1\.7 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .tablet-l-p-x-1\.7 {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .tablet-l-p-y-1\.7 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-1\.8 {
    margin: 18px !important;
  }
  .tablet-l\:p-1\.8 {
    padding: 18px !important;
  }
  .tablet-l\:m-x-1\.8 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .tablet-l\:m-y-1\.8 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .tablet-l\:p-x-1\.8 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .tablet-l\:p-y-1\.8 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .tablet-l-m-1\.8 {
    margin: 18px !important;
  }
  .tablet-l-p-1\.8 {
    padding: 18px !important;
  }
  .tablet-l-m-x-1\.8 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .tablet-l-m-y-1\.8 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .tablet-l-p-x-1\.8 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .tablet-l-p-y-1\.8 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-1\.9 {
    margin: 19px !important;
  }
  .tablet-l\:p-1\.9 {
    padding: 19px !important;
  }
  .tablet-l\:m-x-1\.9 {
    margin-left: 19px !important;
    margin-right: 19px !important;
  }
  .tablet-l\:m-y-1\.9 {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
  }
  .tablet-l\:p-x-1\.9 {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .tablet-l\:p-y-1\.9 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
  .tablet-l-m-1\.9 {
    margin: 19px !important;
  }
  .tablet-l-p-1\.9 {
    padding: 19px !important;
  }
  .tablet-l-m-x-1\.9 {
    margin-left: 19px !important;
    margin-right: 19px !important;
  }
  .tablet-l-m-y-1\.9 {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
  }
  .tablet-l-p-x-1\.9 {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .tablet-l-p-y-1\.9 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-2 {
    margin: 20px !important;
  }
  .tablet-l\:p-2 {
    padding: 20px !important;
  }
  .tablet-l\:m-x-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .tablet-l\:m-y-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .tablet-l\:p-x-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tablet-l\:p-y-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .tablet-l-m-2 {
    margin: 20px !important;
  }
  .tablet-l-p-2 {
    padding: 20px !important;
  }
  .tablet-l-m-x-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .tablet-l-m-y-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .tablet-l-p-x-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tablet-l-p-y-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-2\.1 {
    margin: 21px !important;
  }
  .tablet-l\:p-2\.1 {
    padding: 21px !important;
  }
  .tablet-l\:m-x-2\.1 {
    margin-left: 21px !important;
    margin-right: 21px !important;
  }
  .tablet-l\:m-y-2\.1 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .tablet-l\:p-x-2\.1 {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
  .tablet-l\:p-y-2\.1 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
  .tablet-l-m-2\.1 {
    margin: 21px !important;
  }
  .tablet-l-p-2\.1 {
    padding: 21px !important;
  }
  .tablet-l-m-x-2\.1 {
    margin-left: 21px !important;
    margin-right: 21px !important;
  }
  .tablet-l-m-y-2\.1 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .tablet-l-p-x-2\.1 {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
  .tablet-l-p-y-2\.1 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-2\.2 {
    margin: 22px !important;
  }
  .tablet-l\:p-2\.2 {
    padding: 22px !important;
  }
  .tablet-l\:m-x-2\.2 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .tablet-l\:m-y-2\.2 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .tablet-l\:p-x-2\.2 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .tablet-l\:p-y-2\.2 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .tablet-l-m-2\.2 {
    margin: 22px !important;
  }
  .tablet-l-p-2\.2 {
    padding: 22px !important;
  }
  .tablet-l-m-x-2\.2 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .tablet-l-m-y-2\.2 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .tablet-l-p-x-2\.2 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .tablet-l-p-y-2\.2 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-2\.3 {
    margin: 23px !important;
  }
  .tablet-l\:p-2\.3 {
    padding: 23px !important;
  }
  .tablet-l\:m-x-2\.3 {
    margin-left: 23px !important;
    margin-right: 23px !important;
  }
  .tablet-l\:m-y-2\.3 {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .tablet-l\:p-x-2\.3 {
    padding-left: 23px !important;
    padding-right: 23px !important;
  }
  .tablet-l\:p-y-2\.3 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
  .tablet-l-m-2\.3 {
    margin: 23px !important;
  }
  .tablet-l-p-2\.3 {
    padding: 23px !important;
  }
  .tablet-l-m-x-2\.3 {
    margin-left: 23px !important;
    margin-right: 23px !important;
  }
  .tablet-l-m-y-2\.3 {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .tablet-l-p-x-2\.3 {
    padding-left: 23px !important;
    padding-right: 23px !important;
  }
  .tablet-l-p-y-2\.3 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-2\.4 {
    margin: 24px !important;
  }
  .tablet-l\:p-2\.4 {
    padding: 24px !important;
  }
  .tablet-l\:m-x-2\.4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .tablet-l\:m-y-2\.4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .tablet-l\:p-x-2\.4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .tablet-l\:p-y-2\.4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .tablet-l-m-2\.4 {
    margin: 24px !important;
  }
  .tablet-l-p-2\.4 {
    padding: 24px !important;
  }
  .tablet-l-m-x-2\.4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .tablet-l-m-y-2\.4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .tablet-l-p-x-2\.4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .tablet-l-p-y-2\.4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-2\.5 {
    margin: 25px !important;
  }
  .tablet-l\:p-2\.5 {
    padding: 25px !important;
  }
  .tablet-l\:m-x-2\.5 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .tablet-l\:m-y-2\.5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .tablet-l\:p-x-2\.5 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .tablet-l\:p-y-2\.5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .tablet-l-m-2\.5 {
    margin: 25px !important;
  }
  .tablet-l-p-2\.5 {
    padding: 25px !important;
  }
  .tablet-l-m-x-2\.5 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .tablet-l-m-y-2\.5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .tablet-l-p-x-2\.5 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .tablet-l-p-y-2\.5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-2\.6 {
    margin: 26px !important;
  }
  .tablet-l\:p-2\.6 {
    padding: 26px !important;
  }
  .tablet-l\:m-x-2\.6 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }
  .tablet-l\:m-y-2\.6 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  .tablet-l\:p-x-2\.6 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  .tablet-l\:p-y-2\.6 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  .tablet-l-m-2\.6 {
    margin: 26px !important;
  }
  .tablet-l-p-2\.6 {
    padding: 26px !important;
  }
  .tablet-l-m-x-2\.6 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }
  .tablet-l-m-y-2\.6 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  .tablet-l-p-x-2\.6 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  .tablet-l-p-y-2\.6 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-2\.7 {
    margin: 27px !important;
  }
  .tablet-l\:p-2\.7 {
    padding: 27px !important;
  }
  .tablet-l\:m-x-2\.7 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }
  .tablet-l\:m-y-2\.7 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }
  .tablet-l\:p-x-2\.7 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
  .tablet-l\:p-y-2\.7 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
  .tablet-l-m-2\.7 {
    margin: 27px !important;
  }
  .tablet-l-p-2\.7 {
    padding: 27px !important;
  }
  .tablet-l-m-x-2\.7 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }
  .tablet-l-m-y-2\.7 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }
  .tablet-l-p-x-2\.7 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
  .tablet-l-p-y-2\.7 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-2\.8 {
    margin: 28px !important;
  }
  .tablet-l\:p-2\.8 {
    padding: 28px !important;
  }
  .tablet-l\:m-x-2\.8 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .tablet-l\:m-y-2\.8 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .tablet-l\:p-x-2\.8 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .tablet-l\:p-y-2\.8 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .tablet-l-m-2\.8 {
    margin: 28px !important;
  }
  .tablet-l-p-2\.8 {
    padding: 28px !important;
  }
  .tablet-l-m-x-2\.8 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .tablet-l-m-y-2\.8 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .tablet-l-p-x-2\.8 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .tablet-l-p-y-2\.8 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-2\.9 {
    margin: 29px !important;
  }
  .tablet-l\:p-2\.9 {
    padding: 29px !important;
  }
  .tablet-l\:m-x-2\.9 {
    margin-left: 29px !important;
    margin-right: 29px !important;
  }
  .tablet-l\:m-y-2\.9 {
    margin-top: 29px !important;
    margin-bottom: 29px !important;
  }
  .tablet-l\:p-x-2\.9 {
    padding-left: 29px !important;
    padding-right: 29px !important;
  }
  .tablet-l\:p-y-2\.9 {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
  }
  .tablet-l-m-2\.9 {
    margin: 29px !important;
  }
  .tablet-l-p-2\.9 {
    padding: 29px !important;
  }
  .tablet-l-m-x-2\.9 {
    margin-left: 29px !important;
    margin-right: 29px !important;
  }
  .tablet-l-m-y-2\.9 {
    margin-top: 29px !important;
    margin-bottom: 29px !important;
  }
  .tablet-l-p-x-2\.9 {
    padding-left: 29px !important;
    padding-right: 29px !important;
  }
  .tablet-l-p-y-2\.9 {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-3 {
    margin: 30px !important;
  }
  .tablet-l\:p-3 {
    padding: 30px !important;
  }
  .tablet-l\:m-x-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .tablet-l\:m-y-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .tablet-l\:p-x-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .tablet-l\:p-y-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .tablet-l-m-3 {
    margin: 30px !important;
  }
  .tablet-l-p-3 {
    padding: 30px !important;
  }
  .tablet-l-m-x-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .tablet-l-m-y-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .tablet-l-p-x-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .tablet-l-p-y-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-3\.1 {
    margin: 31px !important;
  }
  .tablet-l\:p-3\.1 {
    padding: 31px !important;
  }
  .tablet-l\:m-x-3\.1 {
    margin-left: 31px !important;
    margin-right: 31px !important;
  }
  .tablet-l\:m-y-3\.1 {
    margin-top: 31px !important;
    margin-bottom: 31px !important;
  }
  .tablet-l\:p-x-3\.1 {
    padding-left: 31px !important;
    padding-right: 31px !important;
  }
  .tablet-l\:p-y-3\.1 {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }
  .tablet-l-m-3\.1 {
    margin: 31px !important;
  }
  .tablet-l-p-3\.1 {
    padding: 31px !important;
  }
  .tablet-l-m-x-3\.1 {
    margin-left: 31px !important;
    margin-right: 31px !important;
  }
  .tablet-l-m-y-3\.1 {
    margin-top: 31px !important;
    margin-bottom: 31px !important;
  }
  .tablet-l-p-x-3\.1 {
    padding-left: 31px !important;
    padding-right: 31px !important;
  }
  .tablet-l-p-y-3\.1 {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-3\.2 {
    margin: 32px !important;
  }
  .tablet-l\:p-3\.2 {
    padding: 32px !important;
  }
  .tablet-l\:m-x-3\.2 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .tablet-l\:m-y-3\.2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .tablet-l\:p-x-3\.2 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .tablet-l\:p-y-3\.2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .tablet-l-m-3\.2 {
    margin: 32px !important;
  }
  .tablet-l-p-3\.2 {
    padding: 32px !important;
  }
  .tablet-l-m-x-3\.2 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .tablet-l-m-y-3\.2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .tablet-l-p-x-3\.2 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .tablet-l-p-y-3\.2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-3\.3 {
    margin: 33px !important;
  }
  .tablet-l\:p-3\.3 {
    padding: 33px !important;
  }
  .tablet-l\:m-x-3\.3 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }
  .tablet-l\:m-y-3\.3 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }
  .tablet-l\:p-x-3\.3 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
  .tablet-l\:p-y-3\.3 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }
  .tablet-l-m-3\.3 {
    margin: 33px !important;
  }
  .tablet-l-p-3\.3 {
    padding: 33px !important;
  }
  .tablet-l-m-x-3\.3 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }
  .tablet-l-m-y-3\.3 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }
  .tablet-l-p-x-3\.3 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
  .tablet-l-p-y-3\.3 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-3\.4 {
    margin: 34px !important;
  }
  .tablet-l\:p-3\.4 {
    padding: 34px !important;
  }
  .tablet-l\:m-x-3\.4 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }
  .tablet-l\:m-y-3\.4 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .tablet-l\:p-x-3\.4 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
  .tablet-l\:p-y-3\.4 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .tablet-l-m-3\.4 {
    margin: 34px !important;
  }
  .tablet-l-p-3\.4 {
    padding: 34px !important;
  }
  .tablet-l-m-x-3\.4 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }
  .tablet-l-m-y-3\.4 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .tablet-l-p-x-3\.4 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
  .tablet-l-p-y-3\.4 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-3\.5 {
    margin: 35px !important;
  }
  .tablet-l\:p-3\.5 {
    padding: 35px !important;
  }
  .tablet-l\:m-x-3\.5 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .tablet-l\:m-y-3\.5 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .tablet-l\:p-x-3\.5 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .tablet-l\:p-y-3\.5 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .tablet-l-m-3\.5 {
    margin: 35px !important;
  }
  .tablet-l-p-3\.5 {
    padding: 35px !important;
  }
  .tablet-l-m-x-3\.5 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .tablet-l-m-y-3\.5 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .tablet-l-p-x-3\.5 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .tablet-l-p-y-3\.5 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-3\.6 {
    margin: 36px !important;
  }
  .tablet-l\:p-3\.6 {
    padding: 36px !important;
  }
  .tablet-l\:m-x-3\.6 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .tablet-l\:m-y-3\.6 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .tablet-l\:p-x-3\.6 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .tablet-l\:p-y-3\.6 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .tablet-l-m-3\.6 {
    margin: 36px !important;
  }
  .tablet-l-p-3\.6 {
    padding: 36px !important;
  }
  .tablet-l-m-x-3\.6 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .tablet-l-m-y-3\.6 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .tablet-l-p-x-3\.6 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .tablet-l-p-y-3\.6 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-3\.7 {
    margin: 37px !important;
  }
  .tablet-l\:p-3\.7 {
    padding: 37px !important;
  }
  .tablet-l\:m-x-3\.7 {
    margin-left: 37px !important;
    margin-right: 37px !important;
  }
  .tablet-l\:m-y-3\.7 {
    margin-top: 37px !important;
    margin-bottom: 37px !important;
  }
  .tablet-l\:p-x-3\.7 {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
  .tablet-l\:p-y-3\.7 {
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }
  .tablet-l-m-3\.7 {
    margin: 37px !important;
  }
  .tablet-l-p-3\.7 {
    padding: 37px !important;
  }
  .tablet-l-m-x-3\.7 {
    margin-left: 37px !important;
    margin-right: 37px !important;
  }
  .tablet-l-m-y-3\.7 {
    margin-top: 37px !important;
    margin-bottom: 37px !important;
  }
  .tablet-l-p-x-3\.7 {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
  .tablet-l-p-y-3\.7 {
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-3\.8 {
    margin: 38px !important;
  }
  .tablet-l\:p-3\.8 {
    padding: 38px !important;
  }
  .tablet-l\:m-x-3\.8 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }
  .tablet-l\:m-y-3\.8 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .tablet-l\:p-x-3\.8 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
  .tablet-l\:p-y-3\.8 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
  .tablet-l-m-3\.8 {
    margin: 38px !important;
  }
  .tablet-l-p-3\.8 {
    padding: 38px !important;
  }
  .tablet-l-m-x-3\.8 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }
  .tablet-l-m-y-3\.8 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .tablet-l-p-x-3\.8 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
  .tablet-l-p-y-3\.8 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-3\.9 {
    margin: 39px !important;
  }
  .tablet-l\:p-3\.9 {
    padding: 39px !important;
  }
  .tablet-l\:m-x-3\.9 {
    margin-left: 39px !important;
    margin-right: 39px !important;
  }
  .tablet-l\:m-y-3\.9 {
    margin-top: 39px !important;
    margin-bottom: 39px !important;
  }
  .tablet-l\:p-x-3\.9 {
    padding-left: 39px !important;
    padding-right: 39px !important;
  }
  .tablet-l\:p-y-3\.9 {
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }
  .tablet-l-m-3\.9 {
    margin: 39px !important;
  }
  .tablet-l-p-3\.9 {
    padding: 39px !important;
  }
  .tablet-l-m-x-3\.9 {
    margin-left: 39px !important;
    margin-right: 39px !important;
  }
  .tablet-l-m-y-3\.9 {
    margin-top: 39px !important;
    margin-bottom: 39px !important;
  }
  .tablet-l-p-x-3\.9 {
    padding-left: 39px !important;
    padding-right: 39px !important;
  }
  .tablet-l-p-y-3\.9 {
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-4 {
    margin: 40px !important;
  }
  .tablet-l\:p-4 {
    padding: 40px !important;
  }
  .tablet-l\:m-x-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .tablet-l\:m-y-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .tablet-l\:p-x-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .tablet-l\:p-y-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .tablet-l-m-4 {
    margin: 40px !important;
  }
  .tablet-l-p-4 {
    padding: 40px !important;
  }
  .tablet-l-m-x-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .tablet-l-m-y-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .tablet-l-p-x-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .tablet-l-p-y-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-4\.1 {
    margin: 41px !important;
  }
  .tablet-l\:p-4\.1 {
    padding: 41px !important;
  }
  .tablet-l\:m-x-4\.1 {
    margin-left: 41px !important;
    margin-right: 41px !important;
  }
  .tablet-l\:m-y-4\.1 {
    margin-top: 41px !important;
    margin-bottom: 41px !important;
  }
  .tablet-l\:p-x-4\.1 {
    padding-left: 41px !important;
    padding-right: 41px !important;
  }
  .tablet-l\:p-y-4\.1 {
    padding-top: 41px !important;
    padding-bottom: 41px !important;
  }
  .tablet-l-m-4\.1 {
    margin: 41px !important;
  }
  .tablet-l-p-4\.1 {
    padding: 41px !important;
  }
  .tablet-l-m-x-4\.1 {
    margin-left: 41px !important;
    margin-right: 41px !important;
  }
  .tablet-l-m-y-4\.1 {
    margin-top: 41px !important;
    margin-bottom: 41px !important;
  }
  .tablet-l-p-x-4\.1 {
    padding-left: 41px !important;
    padding-right: 41px !important;
  }
  .tablet-l-p-y-4\.1 {
    padding-top: 41px !important;
    padding-bottom: 41px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-4\.2 {
    margin: 42px !important;
  }
  .tablet-l\:p-4\.2 {
    padding: 42px !important;
  }
  .tablet-l\:m-x-4\.2 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }
  .tablet-l\:m-y-4\.2 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .tablet-l\:p-x-4\.2 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
  .tablet-l\:p-y-4\.2 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .tablet-l-m-4\.2 {
    margin: 42px !important;
  }
  .tablet-l-p-4\.2 {
    padding: 42px !important;
  }
  .tablet-l-m-x-4\.2 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }
  .tablet-l-m-y-4\.2 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .tablet-l-p-x-4\.2 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
  .tablet-l-p-y-4\.2 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-4\.3 {
    margin: 43px !important;
  }
  .tablet-l\:p-4\.3 {
    padding: 43px !important;
  }
  .tablet-l\:m-x-4\.3 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  .tablet-l\:m-y-4\.3 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .tablet-l\:p-x-4\.3 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  .tablet-l\:p-y-4\.3 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  .tablet-l-m-4\.3 {
    margin: 43px !important;
  }
  .tablet-l-p-4\.3 {
    padding: 43px !important;
  }
  .tablet-l-m-x-4\.3 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  .tablet-l-m-y-4\.3 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .tablet-l-p-x-4\.3 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  .tablet-l-p-y-4\.3 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-4\.4 {
    margin: 44px !important;
  }
  .tablet-l\:p-4\.4 {
    padding: 44px !important;
  }
  .tablet-l\:m-x-4\.4 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }
  .tablet-l\:m-y-4\.4 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .tablet-l\:p-x-4\.4 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
  .tablet-l\:p-y-4\.4 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .tablet-l-m-4\.4 {
    margin: 44px !important;
  }
  .tablet-l-p-4\.4 {
    padding: 44px !important;
  }
  .tablet-l-m-x-4\.4 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }
  .tablet-l-m-y-4\.4 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .tablet-l-p-x-4\.4 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
  .tablet-l-p-y-4\.4 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-4\.5 {
    margin: 45px !important;
  }
  .tablet-l\:p-4\.5 {
    padding: 45px !important;
  }
  .tablet-l\:m-x-4\.5 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .tablet-l\:m-y-4\.5 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .tablet-l\:p-x-4\.5 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .tablet-l\:p-y-4\.5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .tablet-l-m-4\.5 {
    margin: 45px !important;
  }
  .tablet-l-p-4\.5 {
    padding: 45px !important;
  }
  .tablet-l-m-x-4\.5 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .tablet-l-m-y-4\.5 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .tablet-l-p-x-4\.5 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .tablet-l-p-y-4\.5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-4\.6 {
    margin: 46px !important;
  }
  .tablet-l\:p-4\.6 {
    padding: 46px !important;
  }
  .tablet-l\:m-x-4\.6 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .tablet-l\:m-y-4\.6 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .tablet-l\:p-x-4\.6 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  .tablet-l\:p-y-4\.6 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .tablet-l-m-4\.6 {
    margin: 46px !important;
  }
  .tablet-l-p-4\.6 {
    padding: 46px !important;
  }
  .tablet-l-m-x-4\.6 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .tablet-l-m-y-4\.6 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .tablet-l-p-x-4\.6 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  .tablet-l-p-y-4\.6 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-4\.7 {
    margin: 47px !important;
  }
  .tablet-l\:p-4\.7 {
    padding: 47px !important;
  }
  .tablet-l\:m-x-4\.7 {
    margin-left: 47px !important;
    margin-right: 47px !important;
  }
  .tablet-l\:m-y-4\.7 {
    margin-top: 47px !important;
    margin-bottom: 47px !important;
  }
  .tablet-l\:p-x-4\.7 {
    padding-left: 47px !important;
    padding-right: 47px !important;
  }
  .tablet-l\:p-y-4\.7 {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
  }
  .tablet-l-m-4\.7 {
    margin: 47px !important;
  }
  .tablet-l-p-4\.7 {
    padding: 47px !important;
  }
  .tablet-l-m-x-4\.7 {
    margin-left: 47px !important;
    margin-right: 47px !important;
  }
  .tablet-l-m-y-4\.7 {
    margin-top: 47px !important;
    margin-bottom: 47px !important;
  }
  .tablet-l-p-x-4\.7 {
    padding-left: 47px !important;
    padding-right: 47px !important;
  }
  .tablet-l-p-y-4\.7 {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-4\.8 {
    margin: 48px !important;
  }
  .tablet-l\:p-4\.8 {
    padding: 48px !important;
  }
  .tablet-l\:m-x-4\.8 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .tablet-l\:m-y-4\.8 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .tablet-l\:p-x-4\.8 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .tablet-l\:p-y-4\.8 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .tablet-l-m-4\.8 {
    margin: 48px !important;
  }
  .tablet-l-p-4\.8 {
    padding: 48px !important;
  }
  .tablet-l-m-x-4\.8 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .tablet-l-m-y-4\.8 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .tablet-l-p-x-4\.8 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .tablet-l-p-y-4\.8 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-4\.9 {
    margin: 49px !important;
  }
  .tablet-l\:p-4\.9 {
    padding: 49px !important;
  }
  .tablet-l\:m-x-4\.9 {
    margin-left: 49px !important;
    margin-right: 49px !important;
  }
  .tablet-l\:m-y-4\.9 {
    margin-top: 49px !important;
    margin-bottom: 49px !important;
  }
  .tablet-l\:p-x-4\.9 {
    padding-left: 49px !important;
    padding-right: 49px !important;
  }
  .tablet-l\:p-y-4\.9 {
    padding-top: 49px !important;
    padding-bottom: 49px !important;
  }
  .tablet-l-m-4\.9 {
    margin: 49px !important;
  }
  .tablet-l-p-4\.9 {
    padding: 49px !important;
  }
  .tablet-l-m-x-4\.9 {
    margin-left: 49px !important;
    margin-right: 49px !important;
  }
  .tablet-l-m-y-4\.9 {
    margin-top: 49px !important;
    margin-bottom: 49px !important;
  }
  .tablet-l-p-x-4\.9 {
    padding-left: 49px !important;
    padding-right: 49px !important;
  }
  .tablet-l-p-y-4\.9 {
    padding-top: 49px !important;
    padding-bottom: 49px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-5 {
    margin: 50px !important;
  }
  .tablet-l\:p-5 {
    padding: 50px !important;
  }
  .tablet-l\:m-x-5 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .tablet-l\:m-y-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .tablet-l\:p-x-5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .tablet-l\:p-y-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .tablet-l-m-5 {
    margin: 50px !important;
  }
  .tablet-l-p-5 {
    padding: 50px !important;
  }
  .tablet-l-m-x-5 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .tablet-l-m-y-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .tablet-l-p-x-5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .tablet-l-p-y-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-6 {
    margin: 60px !important;
  }
  .tablet-l\:p-6 {
    padding: 60px !important;
  }
  .tablet-l\:m-x-6 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .tablet-l\:m-y-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .tablet-l\:p-x-6 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .tablet-l\:p-y-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .tablet-l-m-6 {
    margin: 60px !important;
  }
  .tablet-l-p-6 {
    padding: 60px !important;
  }
  .tablet-l-m-x-6 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .tablet-l-m-y-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .tablet-l-p-x-6 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .tablet-l-p-y-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-7 {
    margin: 70px !important;
  }
  .tablet-l\:p-7 {
    padding: 70px !important;
  }
  .tablet-l\:m-x-7 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .tablet-l\:m-y-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .tablet-l\:p-x-7 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .tablet-l\:p-y-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .tablet-l-m-7 {
    margin: 70px !important;
  }
  .tablet-l-p-7 {
    padding: 70px !important;
  }
  .tablet-l-m-x-7 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .tablet-l-m-y-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .tablet-l-p-x-7 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .tablet-l-p-y-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-8 {
    margin: 80px !important;
  }
  .tablet-l\:p-8 {
    padding: 80px !important;
  }
  .tablet-l\:m-x-8 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .tablet-l\:m-y-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .tablet-l\:p-x-8 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .tablet-l\:p-y-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .tablet-l-m-8 {
    margin: 80px !important;
  }
  .tablet-l-p-8 {
    padding: 80px !important;
  }
  .tablet-l-m-x-8 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .tablet-l-m-y-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .tablet-l-p-x-8 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .tablet-l-p-y-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-9 {
    margin: 90px !important;
  }
  .tablet-l\:p-9 {
    padding: 90px !important;
  }
  .tablet-l\:m-x-9 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .tablet-l\:m-y-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .tablet-l\:p-x-9 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .tablet-l\:p-y-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .tablet-l-m-9 {
    margin: 90px !important;
  }
  .tablet-l-p-9 {
    padding: 90px !important;
  }
  .tablet-l-m-x-9 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .tablet-l-m-y-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .tablet-l-p-x-9 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .tablet-l-p-y-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-10 {
    margin: 100px !important;
  }
  .tablet-l\:p-10 {
    padding: 100px !important;
  }
  .tablet-l\:m-x-10 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .tablet-l\:m-y-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .tablet-l\:p-x-10 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .tablet-l\:p-y-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .tablet-l-m-10 {
    margin: 100px !important;
  }
  .tablet-l-p-10 {
    padding: 100px !important;
  }
  .tablet-l-m-x-10 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .tablet-l-m-y-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .tablet-l-p-x-10 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .tablet-l-p-y-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-11 {
    margin: 110px !important;
  }
  .tablet-l\:p-11 {
    padding: 110px !important;
  }
  .tablet-l\:m-x-11 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  .tablet-l\:m-y-11 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .tablet-l\:p-x-11 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .tablet-l\:p-y-11 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .tablet-l-m-11 {
    margin: 110px !important;
  }
  .tablet-l-p-11 {
    padding: 110px !important;
  }
  .tablet-l-m-x-11 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  .tablet-l-m-y-11 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .tablet-l-p-x-11 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .tablet-l-p-y-11 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-12 {
    margin: 120px !important;
  }
  .tablet-l\:p-12 {
    padding: 120px !important;
  }
  .tablet-l\:m-x-12 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .tablet-l\:m-y-12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .tablet-l\:p-x-12 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .tablet-l\:p-y-12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .tablet-l-m-12 {
    margin: 120px !important;
  }
  .tablet-l-p-12 {
    padding: 120px !important;
  }
  .tablet-l-m-x-12 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .tablet-l-m-y-12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .tablet-l-p-x-12 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .tablet-l-p-y-12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-13 {
    margin: 130px !important;
  }
  .tablet-l\:p-13 {
    padding: 130px !important;
  }
  .tablet-l\:m-x-13 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  .tablet-l\:m-y-13 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .tablet-l\:p-x-13 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .tablet-l\:p-y-13 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .tablet-l-m-13 {
    margin: 130px !important;
  }
  .tablet-l-p-13 {
    padding: 130px !important;
  }
  .tablet-l-m-x-13 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  .tablet-l-m-y-13 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .tablet-l-p-x-13 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .tablet-l-p-y-13 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-14 {
    margin: 140px !important;
  }
  .tablet-l\:p-14 {
    padding: 140px !important;
  }
  .tablet-l\:m-x-14 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  .tablet-l\:m-y-14 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .tablet-l\:p-x-14 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .tablet-l\:p-y-14 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .tablet-l-m-14 {
    margin: 140px !important;
  }
  .tablet-l-p-14 {
    padding: 140px !important;
  }
  .tablet-l-m-x-14 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  .tablet-l-m-y-14 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .tablet-l-p-x-14 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .tablet-l-p-y-14 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-15 {
    margin: 150px !important;
  }
  .tablet-l\:p-15 {
    padding: 150px !important;
  }
  .tablet-l\:m-x-15 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .tablet-l\:m-y-15 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .tablet-l\:p-x-15 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .tablet-l\:p-y-15 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .tablet-l-m-15 {
    margin: 150px !important;
  }
  .tablet-l-p-15 {
    padding: 150px !important;
  }
  .tablet-l-m-x-15 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .tablet-l-m-y-15 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .tablet-l-p-x-15 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .tablet-l-p-y-15 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-16 {
    margin: 160px !important;
  }
  .tablet-l\:p-16 {
    padding: 160px !important;
  }
  .tablet-l\:m-x-16 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .tablet-l\:m-y-16 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .tablet-l\:p-x-16 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .tablet-l\:p-y-16 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .tablet-l-m-16 {
    margin: 160px !important;
  }
  .tablet-l-p-16 {
    padding: 160px !important;
  }
  .tablet-l-m-x-16 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .tablet-l-m-y-16 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .tablet-l-p-x-16 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .tablet-l-p-y-16 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-17 {
    margin: 170px !important;
  }
  .tablet-l\:p-17 {
    padding: 170px !important;
  }
  .tablet-l\:m-x-17 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  .tablet-l\:m-y-17 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .tablet-l\:p-x-17 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  .tablet-l\:p-y-17 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .tablet-l-m-17 {
    margin: 170px !important;
  }
  .tablet-l-p-17 {
    padding: 170px !important;
  }
  .tablet-l-m-x-17 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  .tablet-l-m-y-17 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .tablet-l-p-x-17 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  .tablet-l-p-y-17 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-18 {
    margin: 180px !important;
  }
  .tablet-l\:p-18 {
    padding: 180px !important;
  }
  .tablet-l\:m-x-18 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  .tablet-l\:m-y-18 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .tablet-l\:p-x-18 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .tablet-l\:p-y-18 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .tablet-l-m-18 {
    margin: 180px !important;
  }
  .tablet-l-p-18 {
    padding: 180px !important;
  }
  .tablet-l-m-x-18 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  .tablet-l-m-y-18 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .tablet-l-p-x-18 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .tablet-l-p-y-18 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-19 {
    margin: 190px !important;
  }
  .tablet-l\:p-19 {
    padding: 190px !important;
  }
  .tablet-l\:m-x-19 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  .tablet-l\:m-y-19 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .tablet-l\:p-x-19 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  .tablet-l\:p-y-19 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .tablet-l-m-19 {
    margin: 190px !important;
  }
  .tablet-l-p-19 {
    padding: 190px !important;
  }
  .tablet-l-m-x-19 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  .tablet-l-m-y-19 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .tablet-l-p-x-19 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  .tablet-l-p-y-19 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-20 {
    margin: 200px !important;
  }
  .tablet-l\:p-20 {
    padding: 200px !important;
  }
  .tablet-l\:m-x-20 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .tablet-l\:m-y-20 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .tablet-l\:p-x-20 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .tablet-l\:p-y-20 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .tablet-l-m-20 {
    margin: 200px !important;
  }
  .tablet-l-p-20 {
    padding: 200px !important;
  }
  .tablet-l-m-x-20 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .tablet-l-m-y-20 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .tablet-l-p-x-20 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .tablet-l-p-y-20 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-21 {
    margin: 210px !important;
  }
  .tablet-l\:p-21 {
    padding: 210px !important;
  }
  .tablet-l\:m-x-21 {
    margin-left: 210px !important;
    margin-right: 210px !important;
  }
  .tablet-l\:m-y-21 {
    margin-top: 210px !important;
    margin-bottom: 210px !important;
  }
  .tablet-l\:p-x-21 {
    padding-left: 210px !important;
    padding-right: 210px !important;
  }
  .tablet-l\:p-y-21 {
    padding-top: 210px !important;
    padding-bottom: 210px !important;
  }
  .tablet-l-m-21 {
    margin: 210px !important;
  }
  .tablet-l-p-21 {
    padding: 210px !important;
  }
  .tablet-l-m-x-21 {
    margin-left: 210px !important;
    margin-right: 210px !important;
  }
  .tablet-l-m-y-21 {
    margin-top: 210px !important;
    margin-bottom: 210px !important;
  }
  .tablet-l-p-x-21 {
    padding-left: 210px !important;
    padding-right: 210px !important;
  }
  .tablet-l-p-y-21 {
    padding-top: 210px !important;
    padding-bottom: 210px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-22 {
    margin: 220px !important;
  }
  .tablet-l\:p-22 {
    padding: 220px !important;
  }
  .tablet-l\:m-x-22 {
    margin-left: 220px !important;
    margin-right: 220px !important;
  }
  .tablet-l\:m-y-22 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .tablet-l\:p-x-22 {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }
  .tablet-l\:p-y-22 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .tablet-l-m-22 {
    margin: 220px !important;
  }
  .tablet-l-p-22 {
    padding: 220px !important;
  }
  .tablet-l-m-x-22 {
    margin-left: 220px !important;
    margin-right: 220px !important;
  }
  .tablet-l-m-y-22 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .tablet-l-p-x-22 {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }
  .tablet-l-p-y-22 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-23 {
    margin: 230px !important;
  }
  .tablet-l\:p-23 {
    padding: 230px !important;
  }
  .tablet-l\:m-x-23 {
    margin-left: 230px !important;
    margin-right: 230px !important;
  }
  .tablet-l\:m-y-23 {
    margin-top: 230px !important;
    margin-bottom: 230px !important;
  }
  .tablet-l\:p-x-23 {
    padding-left: 230px !important;
    padding-right: 230px !important;
  }
  .tablet-l\:p-y-23 {
    padding-top: 230px !important;
    padding-bottom: 230px !important;
  }
  .tablet-l-m-23 {
    margin: 230px !important;
  }
  .tablet-l-p-23 {
    padding: 230px !important;
  }
  .tablet-l-m-x-23 {
    margin-left: 230px !important;
    margin-right: 230px !important;
  }
  .tablet-l-m-y-23 {
    margin-top: 230px !important;
    margin-bottom: 230px !important;
  }
  .tablet-l-p-x-23 {
    padding-left: 230px !important;
    padding-right: 230px !important;
  }
  .tablet-l-p-y-23 {
    padding-top: 230px !important;
    padding-bottom: 230px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-24 {
    margin: 240px !important;
  }
  .tablet-l\:p-24 {
    padding: 240px !important;
  }
  .tablet-l\:m-x-24 {
    margin-left: 240px !important;
    margin-right: 240px !important;
  }
  .tablet-l\:m-y-24 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .tablet-l\:p-x-24 {
    padding-left: 240px !important;
    padding-right: 240px !important;
  }
  .tablet-l\:p-y-24 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .tablet-l-m-24 {
    margin: 240px !important;
  }
  .tablet-l-p-24 {
    padding: 240px !important;
  }
  .tablet-l-m-x-24 {
    margin-left: 240px !important;
    margin-right: 240px !important;
  }
  .tablet-l-m-y-24 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .tablet-l-p-x-24 {
    padding-left: 240px !important;
    padding-right: 240px !important;
  }
  .tablet-l-p-y-24 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-25 {
    margin: 250px !important;
  }
  .tablet-l\:p-25 {
    padding: 250px !important;
  }
  .tablet-l\:m-x-25 {
    margin-left: 250px !important;
    margin-right: 250px !important;
  }
  .tablet-l\:m-y-25 {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }
  .tablet-l\:p-x-25 {
    padding-left: 250px !important;
    padding-right: 250px !important;
  }
  .tablet-l\:p-y-25 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }
  .tablet-l-m-25 {
    margin: 250px !important;
  }
  .tablet-l-p-25 {
    padding: 250px !important;
  }
  .tablet-l-m-x-25 {
    margin-left: 250px !important;
    margin-right: 250px !important;
  }
  .tablet-l-m-y-25 {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }
  .tablet-l-p-x-25 {
    padding-left: 250px !important;
    padding-right: 250px !important;
  }
  .tablet-l-p-y-25 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-26 {
    margin: 260px !important;
  }
  .tablet-l\:p-26 {
    padding: 260px !important;
  }
  .tablet-l\:m-x-26 {
    margin-left: 260px !important;
    margin-right: 260px !important;
  }
  .tablet-l\:m-y-26 {
    margin-top: 260px !important;
    margin-bottom: 260px !important;
  }
  .tablet-l\:p-x-26 {
    padding-left: 260px !important;
    padding-right: 260px !important;
  }
  .tablet-l\:p-y-26 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
  }
  .tablet-l-m-26 {
    margin: 260px !important;
  }
  .tablet-l-p-26 {
    padding: 260px !important;
  }
  .tablet-l-m-x-26 {
    margin-left: 260px !important;
    margin-right: 260px !important;
  }
  .tablet-l-m-y-26 {
    margin-top: 260px !important;
    margin-bottom: 260px !important;
  }
  .tablet-l-p-x-26 {
    padding-left: 260px !important;
    padding-right: 260px !important;
  }
  .tablet-l-p-y-26 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-27 {
    margin: 270px !important;
  }
  .tablet-l\:p-27 {
    padding: 270px !important;
  }
  .tablet-l\:m-x-27 {
    margin-left: 270px !important;
    margin-right: 270px !important;
  }
  .tablet-l\:m-y-27 {
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }
  .tablet-l\:p-x-27 {
    padding-left: 270px !important;
    padding-right: 270px !important;
  }
  .tablet-l\:p-y-27 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }
  .tablet-l-m-27 {
    margin: 270px !important;
  }
  .tablet-l-p-27 {
    padding: 270px !important;
  }
  .tablet-l-m-x-27 {
    margin-left: 270px !important;
    margin-right: 270px !important;
  }
  .tablet-l-m-y-27 {
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }
  .tablet-l-p-x-27 {
    padding-left: 270px !important;
    padding-right: 270px !important;
  }
  .tablet-l-p-y-27 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-28 {
    margin: 280px !important;
  }
  .tablet-l\:p-28 {
    padding: 280px !important;
  }
  .tablet-l\:m-x-28 {
    margin-left: 280px !important;
    margin-right: 280px !important;
  }
  .tablet-l\:m-y-28 {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
  }
  .tablet-l\:p-x-28 {
    padding-left: 280px !important;
    padding-right: 280px !important;
  }
  .tablet-l\:p-y-28 {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
  }
  .tablet-l-m-28 {
    margin: 280px !important;
  }
  .tablet-l-p-28 {
    padding: 280px !important;
  }
  .tablet-l-m-x-28 {
    margin-left: 280px !important;
    margin-right: 280px !important;
  }
  .tablet-l-m-y-28 {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
  }
  .tablet-l-p-x-28 {
    padding-left: 280px !important;
    padding-right: 280px !important;
  }
  .tablet-l-p-y-28 {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-29 {
    margin: 290px !important;
  }
  .tablet-l\:p-29 {
    padding: 290px !important;
  }
  .tablet-l\:m-x-29 {
    margin-left: 290px !important;
    margin-right: 290px !important;
  }
  .tablet-l\:m-y-29 {
    margin-top: 290px !important;
    margin-bottom: 290px !important;
  }
  .tablet-l\:p-x-29 {
    padding-left: 290px !important;
    padding-right: 290px !important;
  }
  .tablet-l\:p-y-29 {
    padding-top: 290px !important;
    padding-bottom: 290px !important;
  }
  .tablet-l-m-29 {
    margin: 290px !important;
  }
  .tablet-l-p-29 {
    padding: 290px !important;
  }
  .tablet-l-m-x-29 {
    margin-left: 290px !important;
    margin-right: 290px !important;
  }
  .tablet-l-m-y-29 {
    margin-top: 290px !important;
    margin-bottom: 290px !important;
  }
  .tablet-l-p-x-29 {
    padding-left: 290px !important;
    padding-right: 290px !important;
  }
  .tablet-l-p-y-29 {
    padding-top: 290px !important;
    padding-bottom: 290px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-30 {
    margin: 300px !important;
  }
  .tablet-l\:p-30 {
    padding: 300px !important;
  }
  .tablet-l\:m-x-30 {
    margin-left: 300px !important;
    margin-right: 300px !important;
  }
  .tablet-l\:m-y-30 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }
  .tablet-l\:p-x-30 {
    padding-left: 300px !important;
    padding-right: 300px !important;
  }
  .tablet-l\:p-y-30 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }
  .tablet-l-m-30 {
    margin: 300px !important;
  }
  .tablet-l-p-30 {
    padding: 300px !important;
  }
  .tablet-l-m-x-30 {
    margin-left: 300px !important;
    margin-right: 300px !important;
  }
  .tablet-l-m-y-30 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }
  .tablet-l-p-x-30 {
    padding-left: 300px !important;
    padding-right: 300px !important;
  }
  .tablet-l-p-y-30 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-31 {
    margin: 310px !important;
  }
  .tablet-l\:p-31 {
    padding: 310px !important;
  }
  .tablet-l\:m-x-31 {
    margin-left: 310px !important;
    margin-right: 310px !important;
  }
  .tablet-l\:m-y-31 {
    margin-top: 310px !important;
    margin-bottom: 310px !important;
  }
  .tablet-l\:p-x-31 {
    padding-left: 310px !important;
    padding-right: 310px !important;
  }
  .tablet-l\:p-y-31 {
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }
  .tablet-l-m-31 {
    margin: 310px !important;
  }
  .tablet-l-p-31 {
    padding: 310px !important;
  }
  .tablet-l-m-x-31 {
    margin-left: 310px !important;
    margin-right: 310px !important;
  }
  .tablet-l-m-y-31 {
    margin-top: 310px !important;
    margin-bottom: 310px !important;
  }
  .tablet-l-p-x-31 {
    padding-left: 310px !important;
    padding-right: 310px !important;
  }
  .tablet-l-p-y-31 {
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-32 {
    margin: 320px !important;
  }
  .tablet-l\:p-32 {
    padding: 320px !important;
  }
  .tablet-l\:m-x-32 {
    margin-left: 320px !important;
    margin-right: 320px !important;
  }
  .tablet-l\:m-y-32 {
    margin-top: 320px !important;
    margin-bottom: 320px !important;
  }
  .tablet-l\:p-x-32 {
    padding-left: 320px !important;
    padding-right: 320px !important;
  }
  .tablet-l\:p-y-32 {
    padding-top: 320px !important;
    padding-bottom: 320px !important;
  }
  .tablet-l-m-32 {
    margin: 320px !important;
  }
  .tablet-l-p-32 {
    padding: 320px !important;
  }
  .tablet-l-m-x-32 {
    margin-left: 320px !important;
    margin-right: 320px !important;
  }
  .tablet-l-m-y-32 {
    margin-top: 320px !important;
    margin-bottom: 320px !important;
  }
  .tablet-l-p-x-32 {
    padding-left: 320px !important;
    padding-right: 320px !important;
  }
  .tablet-l-p-y-32 {
    padding-top: 320px !important;
    padding-bottom: 320px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-33 {
    margin: 330px !important;
  }
  .tablet-l\:p-33 {
    padding: 330px !important;
  }
  .tablet-l\:m-x-33 {
    margin-left: 330px !important;
    margin-right: 330px !important;
  }
  .tablet-l\:m-y-33 {
    margin-top: 330px !important;
    margin-bottom: 330px !important;
  }
  .tablet-l\:p-x-33 {
    padding-left: 330px !important;
    padding-right: 330px !important;
  }
  .tablet-l\:p-y-33 {
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }
  .tablet-l-m-33 {
    margin: 330px !important;
  }
  .tablet-l-p-33 {
    padding: 330px !important;
  }
  .tablet-l-m-x-33 {
    margin-left: 330px !important;
    margin-right: 330px !important;
  }
  .tablet-l-m-y-33 {
    margin-top: 330px !important;
    margin-bottom: 330px !important;
  }
  .tablet-l-p-x-33 {
    padding-left: 330px !important;
    padding-right: 330px !important;
  }
  .tablet-l-p-y-33 {
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-34 {
    margin: 340px !important;
  }
  .tablet-l\:p-34 {
    padding: 340px !important;
  }
  .tablet-l\:m-x-34 {
    margin-left: 340px !important;
    margin-right: 340px !important;
  }
  .tablet-l\:m-y-34 {
    margin-top: 340px !important;
    margin-bottom: 340px !important;
  }
  .tablet-l\:p-x-34 {
    padding-left: 340px !important;
    padding-right: 340px !important;
  }
  .tablet-l\:p-y-34 {
    padding-top: 340px !important;
    padding-bottom: 340px !important;
  }
  .tablet-l-m-34 {
    margin: 340px !important;
  }
  .tablet-l-p-34 {
    padding: 340px !important;
  }
  .tablet-l-m-x-34 {
    margin-left: 340px !important;
    margin-right: 340px !important;
  }
  .tablet-l-m-y-34 {
    margin-top: 340px !important;
    margin-bottom: 340px !important;
  }
  .tablet-l-p-x-34 {
    padding-left: 340px !important;
    padding-right: 340px !important;
  }
  .tablet-l-p-y-34 {
    padding-top: 340px !important;
    padding-bottom: 340px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-35 {
    margin: 350px !important;
  }
  .tablet-l\:p-35 {
    padding: 350px !important;
  }
  .tablet-l\:m-x-35 {
    margin-left: 350px !important;
    margin-right: 350px !important;
  }
  .tablet-l\:m-y-35 {
    margin-top: 350px !important;
    margin-bottom: 350px !important;
  }
  .tablet-l\:p-x-35 {
    padding-left: 350px !important;
    padding-right: 350px !important;
  }
  .tablet-l\:p-y-35 {
    padding-top: 350px !important;
    padding-bottom: 350px !important;
  }
  .tablet-l-m-35 {
    margin: 350px !important;
  }
  .tablet-l-p-35 {
    padding: 350px !important;
  }
  .tablet-l-m-x-35 {
    margin-left: 350px !important;
    margin-right: 350px !important;
  }
  .tablet-l-m-y-35 {
    margin-top: 350px !important;
    margin-bottom: 350px !important;
  }
  .tablet-l-p-x-35 {
    padding-left: 350px !important;
    padding-right: 350px !important;
  }
  .tablet-l-p-y-35 {
    padding-top: 350px !important;
    padding-bottom: 350px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-36 {
    margin: 360px !important;
  }
  .tablet-l\:p-36 {
    padding: 360px !important;
  }
  .tablet-l\:m-x-36 {
    margin-left: 360px !important;
    margin-right: 360px !important;
  }
  .tablet-l\:m-y-36 {
    margin-top: 360px !important;
    margin-bottom: 360px !important;
  }
  .tablet-l\:p-x-36 {
    padding-left: 360px !important;
    padding-right: 360px !important;
  }
  .tablet-l\:p-y-36 {
    padding-top: 360px !important;
    padding-bottom: 360px !important;
  }
  .tablet-l-m-36 {
    margin: 360px !important;
  }
  .tablet-l-p-36 {
    padding: 360px !important;
  }
  .tablet-l-m-x-36 {
    margin-left: 360px !important;
    margin-right: 360px !important;
  }
  .tablet-l-m-y-36 {
    margin-top: 360px !important;
    margin-bottom: 360px !important;
  }
  .tablet-l-p-x-36 {
    padding-left: 360px !important;
    padding-right: 360px !important;
  }
  .tablet-l-p-y-36 {
    padding-top: 360px !important;
    padding-bottom: 360px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-37 {
    margin: 370px !important;
  }
  .tablet-l\:p-37 {
    padding: 370px !important;
  }
  .tablet-l\:m-x-37 {
    margin-left: 370px !important;
    margin-right: 370px !important;
  }
  .tablet-l\:m-y-37 {
    margin-top: 370px !important;
    margin-bottom: 370px !important;
  }
  .tablet-l\:p-x-37 {
    padding-left: 370px !important;
    padding-right: 370px !important;
  }
  .tablet-l\:p-y-37 {
    padding-top: 370px !important;
    padding-bottom: 370px !important;
  }
  .tablet-l-m-37 {
    margin: 370px !important;
  }
  .tablet-l-p-37 {
    padding: 370px !important;
  }
  .tablet-l-m-x-37 {
    margin-left: 370px !important;
    margin-right: 370px !important;
  }
  .tablet-l-m-y-37 {
    margin-top: 370px !important;
    margin-bottom: 370px !important;
  }
  .tablet-l-p-x-37 {
    padding-left: 370px !important;
    padding-right: 370px !important;
  }
  .tablet-l-p-y-37 {
    padding-top: 370px !important;
    padding-bottom: 370px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-38 {
    margin: 380px !important;
  }
  .tablet-l\:p-38 {
    padding: 380px !important;
  }
  .tablet-l\:m-x-38 {
    margin-left: 380px !important;
    margin-right: 380px !important;
  }
  .tablet-l\:m-y-38 {
    margin-top: 380px !important;
    margin-bottom: 380px !important;
  }
  .tablet-l\:p-x-38 {
    padding-left: 380px !important;
    padding-right: 380px !important;
  }
  .tablet-l\:p-y-38 {
    padding-top: 380px !important;
    padding-bottom: 380px !important;
  }
  .tablet-l-m-38 {
    margin: 380px !important;
  }
  .tablet-l-p-38 {
    padding: 380px !important;
  }
  .tablet-l-m-x-38 {
    margin-left: 380px !important;
    margin-right: 380px !important;
  }
  .tablet-l-m-y-38 {
    margin-top: 380px !important;
    margin-bottom: 380px !important;
  }
  .tablet-l-p-x-38 {
    padding-left: 380px !important;
    padding-right: 380px !important;
  }
  .tablet-l-p-y-38 {
    padding-top: 380px !important;
    padding-bottom: 380px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-39 {
    margin: 390px !important;
  }
  .tablet-l\:p-39 {
    padding: 390px !important;
  }
  .tablet-l\:m-x-39 {
    margin-left: 390px !important;
    margin-right: 390px !important;
  }
  .tablet-l\:m-y-39 {
    margin-top: 390px !important;
    margin-bottom: 390px !important;
  }
  .tablet-l\:p-x-39 {
    padding-left: 390px !important;
    padding-right: 390px !important;
  }
  .tablet-l\:p-y-39 {
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }
  .tablet-l-m-39 {
    margin: 390px !important;
  }
  .tablet-l-p-39 {
    padding: 390px !important;
  }
  .tablet-l-m-x-39 {
    margin-left: 390px !important;
    margin-right: 390px !important;
  }
  .tablet-l-m-y-39 {
    margin-top: 390px !important;
    margin-bottom: 390px !important;
  }
  .tablet-l-p-x-39 {
    padding-left: 390px !important;
    padding-right: 390px !important;
  }
  .tablet-l-p-y-39 {
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-40 {
    margin: 400px !important;
  }
  .tablet-l\:p-40 {
    padding: 400px !important;
  }
  .tablet-l\:m-x-40 {
    margin-left: 400px !important;
    margin-right: 400px !important;
  }
  .tablet-l\:m-y-40 {
    margin-top: 400px !important;
    margin-bottom: 400px !important;
  }
  .tablet-l\:p-x-40 {
    padding-left: 400px !important;
    padding-right: 400px !important;
  }
  .tablet-l\:p-y-40 {
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }
  .tablet-l-m-40 {
    margin: 400px !important;
  }
  .tablet-l-p-40 {
    padding: 400px !important;
  }
  .tablet-l-m-x-40 {
    margin-left: 400px !important;
    margin-right: 400px !important;
  }
  .tablet-l-m-y-40 {
    margin-top: 400px !important;
    margin-bottom: 400px !important;
  }
  .tablet-l-p-x-40 {
    padding-left: 400px !important;
    padding-right: 400px !important;
  }
  .tablet-l-p-y-40 {
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-41 {
    margin: 410px !important;
  }
  .tablet-l\:p-41 {
    padding: 410px !important;
  }
  .tablet-l\:m-x-41 {
    margin-left: 410px !important;
    margin-right: 410px !important;
  }
  .tablet-l\:m-y-41 {
    margin-top: 410px !important;
    margin-bottom: 410px !important;
  }
  .tablet-l\:p-x-41 {
    padding-left: 410px !important;
    padding-right: 410px !important;
  }
  .tablet-l\:p-y-41 {
    padding-top: 410px !important;
    padding-bottom: 410px !important;
  }
  .tablet-l-m-41 {
    margin: 410px !important;
  }
  .tablet-l-p-41 {
    padding: 410px !important;
  }
  .tablet-l-m-x-41 {
    margin-left: 410px !important;
    margin-right: 410px !important;
  }
  .tablet-l-m-y-41 {
    margin-top: 410px !important;
    margin-bottom: 410px !important;
  }
  .tablet-l-p-x-41 {
    padding-left: 410px !important;
    padding-right: 410px !important;
  }
  .tablet-l-p-y-41 {
    padding-top: 410px !important;
    padding-bottom: 410px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-42 {
    margin: 420px !important;
  }
  .tablet-l\:p-42 {
    padding: 420px !important;
  }
  .tablet-l\:m-x-42 {
    margin-left: 420px !important;
    margin-right: 420px !important;
  }
  .tablet-l\:m-y-42 {
    margin-top: 420px !important;
    margin-bottom: 420px !important;
  }
  .tablet-l\:p-x-42 {
    padding-left: 420px !important;
    padding-right: 420px !important;
  }
  .tablet-l\:p-y-42 {
    padding-top: 420px !important;
    padding-bottom: 420px !important;
  }
  .tablet-l-m-42 {
    margin: 420px !important;
  }
  .tablet-l-p-42 {
    padding: 420px !important;
  }
  .tablet-l-m-x-42 {
    margin-left: 420px !important;
    margin-right: 420px !important;
  }
  .tablet-l-m-y-42 {
    margin-top: 420px !important;
    margin-bottom: 420px !important;
  }
  .tablet-l-p-x-42 {
    padding-left: 420px !important;
    padding-right: 420px !important;
  }
  .tablet-l-p-y-42 {
    padding-top: 420px !important;
    padding-bottom: 420px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-43 {
    margin: 430px !important;
  }
  .tablet-l\:p-43 {
    padding: 430px !important;
  }
  .tablet-l\:m-x-43 {
    margin-left: 430px !important;
    margin-right: 430px !important;
  }
  .tablet-l\:m-y-43 {
    margin-top: 430px !important;
    margin-bottom: 430px !important;
  }
  .tablet-l\:p-x-43 {
    padding-left: 430px !important;
    padding-right: 430px !important;
  }
  .tablet-l\:p-y-43 {
    padding-top: 430px !important;
    padding-bottom: 430px !important;
  }
  .tablet-l-m-43 {
    margin: 430px !important;
  }
  .tablet-l-p-43 {
    padding: 430px !important;
  }
  .tablet-l-m-x-43 {
    margin-left: 430px !important;
    margin-right: 430px !important;
  }
  .tablet-l-m-y-43 {
    margin-top: 430px !important;
    margin-bottom: 430px !important;
  }
  .tablet-l-p-x-43 {
    padding-left: 430px !important;
    padding-right: 430px !important;
  }
  .tablet-l-p-y-43 {
    padding-top: 430px !important;
    padding-bottom: 430px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-44 {
    margin: 440px !important;
  }
  .tablet-l\:p-44 {
    padding: 440px !important;
  }
  .tablet-l\:m-x-44 {
    margin-left: 440px !important;
    margin-right: 440px !important;
  }
  .tablet-l\:m-y-44 {
    margin-top: 440px !important;
    margin-bottom: 440px !important;
  }
  .tablet-l\:p-x-44 {
    padding-left: 440px !important;
    padding-right: 440px !important;
  }
  .tablet-l\:p-y-44 {
    padding-top: 440px !important;
    padding-bottom: 440px !important;
  }
  .tablet-l-m-44 {
    margin: 440px !important;
  }
  .tablet-l-p-44 {
    padding: 440px !important;
  }
  .tablet-l-m-x-44 {
    margin-left: 440px !important;
    margin-right: 440px !important;
  }
  .tablet-l-m-y-44 {
    margin-top: 440px !important;
    margin-bottom: 440px !important;
  }
  .tablet-l-p-x-44 {
    padding-left: 440px !important;
    padding-right: 440px !important;
  }
  .tablet-l-p-y-44 {
    padding-top: 440px !important;
    padding-bottom: 440px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-45 {
    margin: 450px !important;
  }
  .tablet-l\:p-45 {
    padding: 450px !important;
  }
  .tablet-l\:m-x-45 {
    margin-left: 450px !important;
    margin-right: 450px !important;
  }
  .tablet-l\:m-y-45 {
    margin-top: 450px !important;
    margin-bottom: 450px !important;
  }
  .tablet-l\:p-x-45 {
    padding-left: 450px !important;
    padding-right: 450px !important;
  }
  .tablet-l\:p-y-45 {
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }
  .tablet-l-m-45 {
    margin: 450px !important;
  }
  .tablet-l-p-45 {
    padding: 450px !important;
  }
  .tablet-l-m-x-45 {
    margin-left: 450px !important;
    margin-right: 450px !important;
  }
  .tablet-l-m-y-45 {
    margin-top: 450px !important;
    margin-bottom: 450px !important;
  }
  .tablet-l-p-x-45 {
    padding-left: 450px !important;
    padding-right: 450px !important;
  }
  .tablet-l-p-y-45 {
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-46 {
    margin: 460px !important;
  }
  .tablet-l\:p-46 {
    padding: 460px !important;
  }
  .tablet-l\:m-x-46 {
    margin-left: 460px !important;
    margin-right: 460px !important;
  }
  .tablet-l\:m-y-46 {
    margin-top: 460px !important;
    margin-bottom: 460px !important;
  }
  .tablet-l\:p-x-46 {
    padding-left: 460px !important;
    padding-right: 460px !important;
  }
  .tablet-l\:p-y-46 {
    padding-top: 460px !important;
    padding-bottom: 460px !important;
  }
  .tablet-l-m-46 {
    margin: 460px !important;
  }
  .tablet-l-p-46 {
    padding: 460px !important;
  }
  .tablet-l-m-x-46 {
    margin-left: 460px !important;
    margin-right: 460px !important;
  }
  .tablet-l-m-y-46 {
    margin-top: 460px !important;
    margin-bottom: 460px !important;
  }
  .tablet-l-p-x-46 {
    padding-left: 460px !important;
    padding-right: 460px !important;
  }
  .tablet-l-p-y-46 {
    padding-top: 460px !important;
    padding-bottom: 460px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-47 {
    margin: 470px !important;
  }
  .tablet-l\:p-47 {
    padding: 470px !important;
  }
  .tablet-l\:m-x-47 {
    margin-left: 470px !important;
    margin-right: 470px !important;
  }
  .tablet-l\:m-y-47 {
    margin-top: 470px !important;
    margin-bottom: 470px !important;
  }
  .tablet-l\:p-x-47 {
    padding-left: 470px !important;
    padding-right: 470px !important;
  }
  .tablet-l\:p-y-47 {
    padding-top: 470px !important;
    padding-bottom: 470px !important;
  }
  .tablet-l-m-47 {
    margin: 470px !important;
  }
  .tablet-l-p-47 {
    padding: 470px !important;
  }
  .tablet-l-m-x-47 {
    margin-left: 470px !important;
    margin-right: 470px !important;
  }
  .tablet-l-m-y-47 {
    margin-top: 470px !important;
    margin-bottom: 470px !important;
  }
  .tablet-l-p-x-47 {
    padding-left: 470px !important;
    padding-right: 470px !important;
  }
  .tablet-l-p-y-47 {
    padding-top: 470px !important;
    padding-bottom: 470px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-48 {
    margin: 480px !important;
  }
  .tablet-l\:p-48 {
    padding: 480px !important;
  }
  .tablet-l\:m-x-48 {
    margin-left: 480px !important;
    margin-right: 480px !important;
  }
  .tablet-l\:m-y-48 {
    margin-top: 480px !important;
    margin-bottom: 480px !important;
  }
  .tablet-l\:p-x-48 {
    padding-left: 480px !important;
    padding-right: 480px !important;
  }
  .tablet-l\:p-y-48 {
    padding-top: 480px !important;
    padding-bottom: 480px !important;
  }
  .tablet-l-m-48 {
    margin: 480px !important;
  }
  .tablet-l-p-48 {
    padding: 480px !important;
  }
  .tablet-l-m-x-48 {
    margin-left: 480px !important;
    margin-right: 480px !important;
  }
  .tablet-l-m-y-48 {
    margin-top: 480px !important;
    margin-bottom: 480px !important;
  }
  .tablet-l-p-x-48 {
    padding-left: 480px !important;
    padding-right: 480px !important;
  }
  .tablet-l-p-y-48 {
    padding-top: 480px !important;
    padding-bottom: 480px !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-49 {
    margin: 490px !important;
  }
  .tablet-l\:p-49 {
    padding: 490px !important;
  }
  .tablet-l\:m-x-49 {
    margin-left: 490px !important;
    margin-right: 490px !important;
  }
  .tablet-l\:m-y-49 {
    margin-top: 490px !important;
    margin-bottom: 490px !important;
  }
  .tablet-l\:p-x-49 {
    padding-left: 490px !important;
    padding-right: 490px !important;
  }
  .tablet-l\:p-y-49 {
    padding-top: 490px !important;
    padding-bottom: 490px !important;
  }
  .tablet-l-m-49 {
    margin: 490px !important;
  }
  .tablet-l-p-49 {
    padding: 490px !important;
  }
  .tablet-l-m-x-49 {
    margin-left: 490px !important;
    margin-right: 490px !important;
  }
  .tablet-l-m-y-49 {
    margin-top: 490px !important;
    margin-bottom: 490px !important;
  }
  .tablet-l-p-x-49 {
    padding-left: 490px !important;
    padding-right: 490px !important;
  }
  .tablet-l-p-y-49 {
    padding-top: 490px !important;
    padding-bottom: 490px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--10 {
    margin: -100px !important;
  }
  .laptop\:p--10 {
    padding: -100px !important;
  }
  .laptop\:m-x--10 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }
  .laptop\:m-y--10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .laptop\:p-x--10 {
    padding-left: -100px !important;
    padding-right: -100px !important;
  }
  .laptop\:p-y--10 {
    padding-top: -100px !important;
    padding-bottom: -100px !important;
  }
  .laptop-m--10 {
    margin: -100px !important;
  }
  .laptop-p--10 {
    padding: -100px !important;
  }
  .laptop-m-x--10 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }
  .laptop-m-y--10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .laptop-p-x--10 {
    padding-left: -100px !important;
    padding-right: -100px !important;
  }
  .laptop-p-y--10 {
    padding-top: -100px !important;
    padding-bottom: -100px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--9\.9 {
    margin: -99px !important;
  }
  .laptop\:p--9\.9 {
    padding: -99px !important;
  }
  .laptop\:m-x--9\.9 {
    margin-left: -99px !important;
    margin-right: -99px !important;
  }
  .laptop\:m-y--9\.9 {
    margin-top: -99px !important;
    margin-bottom: -99px !important;
  }
  .laptop\:p-x--9\.9 {
    padding-left: -99px !important;
    padding-right: -99px !important;
  }
  .laptop\:p-y--9\.9 {
    padding-top: -99px !important;
    padding-bottom: -99px !important;
  }
  .laptop-m--9\.9 {
    margin: -99px !important;
  }
  .laptop-p--9\.9 {
    padding: -99px !important;
  }
  .laptop-m-x--9\.9 {
    margin-left: -99px !important;
    margin-right: -99px !important;
  }
  .laptop-m-y--9\.9 {
    margin-top: -99px !important;
    margin-bottom: -99px !important;
  }
  .laptop-p-x--9\.9 {
    padding-left: -99px !important;
    padding-right: -99px !important;
  }
  .laptop-p-y--9\.9 {
    padding-top: -99px !important;
    padding-bottom: -99px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--9\.8 {
    margin: -98px !important;
  }
  .laptop\:p--9\.8 {
    padding: -98px !important;
  }
  .laptop\:m-x--9\.8 {
    margin-left: -98px !important;
    margin-right: -98px !important;
  }
  .laptop\:m-y--9\.8 {
    margin-top: -98px !important;
    margin-bottom: -98px !important;
  }
  .laptop\:p-x--9\.8 {
    padding-left: -98px !important;
    padding-right: -98px !important;
  }
  .laptop\:p-y--9\.8 {
    padding-top: -98px !important;
    padding-bottom: -98px !important;
  }
  .laptop-m--9\.8 {
    margin: -98px !important;
  }
  .laptop-p--9\.8 {
    padding: -98px !important;
  }
  .laptop-m-x--9\.8 {
    margin-left: -98px !important;
    margin-right: -98px !important;
  }
  .laptop-m-y--9\.8 {
    margin-top: -98px !important;
    margin-bottom: -98px !important;
  }
  .laptop-p-x--9\.8 {
    padding-left: -98px !important;
    padding-right: -98px !important;
  }
  .laptop-p-y--9\.8 {
    padding-top: -98px !important;
    padding-bottom: -98px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--9\.7 {
    margin: -97px !important;
  }
  .laptop\:p--9\.7 {
    padding: -97px !important;
  }
  .laptop\:m-x--9\.7 {
    margin-left: -97px !important;
    margin-right: -97px !important;
  }
  .laptop\:m-y--9\.7 {
    margin-top: -97px !important;
    margin-bottom: -97px !important;
  }
  .laptop\:p-x--9\.7 {
    padding-left: -97px !important;
    padding-right: -97px !important;
  }
  .laptop\:p-y--9\.7 {
    padding-top: -97px !important;
    padding-bottom: -97px !important;
  }
  .laptop-m--9\.7 {
    margin: -97px !important;
  }
  .laptop-p--9\.7 {
    padding: -97px !important;
  }
  .laptop-m-x--9\.7 {
    margin-left: -97px !important;
    margin-right: -97px !important;
  }
  .laptop-m-y--9\.7 {
    margin-top: -97px !important;
    margin-bottom: -97px !important;
  }
  .laptop-p-x--9\.7 {
    padding-left: -97px !important;
    padding-right: -97px !important;
  }
  .laptop-p-y--9\.7 {
    padding-top: -97px !important;
    padding-bottom: -97px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--9\.6 {
    margin: -96px !important;
  }
  .laptop\:p--9\.6 {
    padding: -96px !important;
  }
  .laptop\:m-x--9\.6 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }
  .laptop\:m-y--9\.6 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
  .laptop\:p-x--9\.6 {
    padding-left: -96px !important;
    padding-right: -96px !important;
  }
  .laptop\:p-y--9\.6 {
    padding-top: -96px !important;
    padding-bottom: -96px !important;
  }
  .laptop-m--9\.6 {
    margin: -96px !important;
  }
  .laptop-p--9\.6 {
    padding: -96px !important;
  }
  .laptop-m-x--9\.6 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }
  .laptop-m-y--9\.6 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
  .laptop-p-x--9\.6 {
    padding-left: -96px !important;
    padding-right: -96px !important;
  }
  .laptop-p-y--9\.6 {
    padding-top: -96px !important;
    padding-bottom: -96px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--9\.5 {
    margin: -95px !important;
  }
  .laptop\:p--9\.5 {
    padding: -95px !important;
  }
  .laptop\:m-x--9\.5 {
    margin-left: -95px !important;
    margin-right: -95px !important;
  }
  .laptop\:m-y--9\.5 {
    margin-top: -95px !important;
    margin-bottom: -95px !important;
  }
  .laptop\:p-x--9\.5 {
    padding-left: -95px !important;
    padding-right: -95px !important;
  }
  .laptop\:p-y--9\.5 {
    padding-top: -95px !important;
    padding-bottom: -95px !important;
  }
  .laptop-m--9\.5 {
    margin: -95px !important;
  }
  .laptop-p--9\.5 {
    padding: -95px !important;
  }
  .laptop-m-x--9\.5 {
    margin-left: -95px !important;
    margin-right: -95px !important;
  }
  .laptop-m-y--9\.5 {
    margin-top: -95px !important;
    margin-bottom: -95px !important;
  }
  .laptop-p-x--9\.5 {
    padding-left: -95px !important;
    padding-right: -95px !important;
  }
  .laptop-p-y--9\.5 {
    padding-top: -95px !important;
    padding-bottom: -95px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--9\.4 {
    margin: -94px !important;
  }
  .laptop\:p--9\.4 {
    padding: -94px !important;
  }
  .laptop\:m-x--9\.4 {
    margin-left: -94px !important;
    margin-right: -94px !important;
  }
  .laptop\:m-y--9\.4 {
    margin-top: -94px !important;
    margin-bottom: -94px !important;
  }
  .laptop\:p-x--9\.4 {
    padding-left: -94px !important;
    padding-right: -94px !important;
  }
  .laptop\:p-y--9\.4 {
    padding-top: -94px !important;
    padding-bottom: -94px !important;
  }
  .laptop-m--9\.4 {
    margin: -94px !important;
  }
  .laptop-p--9\.4 {
    padding: -94px !important;
  }
  .laptop-m-x--9\.4 {
    margin-left: -94px !important;
    margin-right: -94px !important;
  }
  .laptop-m-y--9\.4 {
    margin-top: -94px !important;
    margin-bottom: -94px !important;
  }
  .laptop-p-x--9\.4 {
    padding-left: -94px !important;
    padding-right: -94px !important;
  }
  .laptop-p-y--9\.4 {
    padding-top: -94px !important;
    padding-bottom: -94px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--9\.3 {
    margin: -93px !important;
  }
  .laptop\:p--9\.3 {
    padding: -93px !important;
  }
  .laptop\:m-x--9\.3 {
    margin-left: -93px !important;
    margin-right: -93px !important;
  }
  .laptop\:m-y--9\.3 {
    margin-top: -93px !important;
    margin-bottom: -93px !important;
  }
  .laptop\:p-x--9\.3 {
    padding-left: -93px !important;
    padding-right: -93px !important;
  }
  .laptop\:p-y--9\.3 {
    padding-top: -93px !important;
    padding-bottom: -93px !important;
  }
  .laptop-m--9\.3 {
    margin: -93px !important;
  }
  .laptop-p--9\.3 {
    padding: -93px !important;
  }
  .laptop-m-x--9\.3 {
    margin-left: -93px !important;
    margin-right: -93px !important;
  }
  .laptop-m-y--9\.3 {
    margin-top: -93px !important;
    margin-bottom: -93px !important;
  }
  .laptop-p-x--9\.3 {
    padding-left: -93px !important;
    padding-right: -93px !important;
  }
  .laptop-p-y--9\.3 {
    padding-top: -93px !important;
    padding-bottom: -93px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--9\.2 {
    margin: -92px !important;
  }
  .laptop\:p--9\.2 {
    padding: -92px !important;
  }
  .laptop\:m-x--9\.2 {
    margin-left: -92px !important;
    margin-right: -92px !important;
  }
  .laptop\:m-y--9\.2 {
    margin-top: -92px !important;
    margin-bottom: -92px !important;
  }
  .laptop\:p-x--9\.2 {
    padding-left: -92px !important;
    padding-right: -92px !important;
  }
  .laptop\:p-y--9\.2 {
    padding-top: -92px !important;
    padding-bottom: -92px !important;
  }
  .laptop-m--9\.2 {
    margin: -92px !important;
  }
  .laptop-p--9\.2 {
    padding: -92px !important;
  }
  .laptop-m-x--9\.2 {
    margin-left: -92px !important;
    margin-right: -92px !important;
  }
  .laptop-m-y--9\.2 {
    margin-top: -92px !important;
    margin-bottom: -92px !important;
  }
  .laptop-p-x--9\.2 {
    padding-left: -92px !important;
    padding-right: -92px !important;
  }
  .laptop-p-y--9\.2 {
    padding-top: -92px !important;
    padding-bottom: -92px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--9\.1 {
    margin: -91px !important;
  }
  .laptop\:p--9\.1 {
    padding: -91px !important;
  }
  .laptop\:m-x--9\.1 {
    margin-left: -91px !important;
    margin-right: -91px !important;
  }
  .laptop\:m-y--9\.1 {
    margin-top: -91px !important;
    margin-bottom: -91px !important;
  }
  .laptop\:p-x--9\.1 {
    padding-left: -91px !important;
    padding-right: -91px !important;
  }
  .laptop\:p-y--9\.1 {
    padding-top: -91px !important;
    padding-bottom: -91px !important;
  }
  .laptop-m--9\.1 {
    margin: -91px !important;
  }
  .laptop-p--9\.1 {
    padding: -91px !important;
  }
  .laptop-m-x--9\.1 {
    margin-left: -91px !important;
    margin-right: -91px !important;
  }
  .laptop-m-y--9\.1 {
    margin-top: -91px !important;
    margin-bottom: -91px !important;
  }
  .laptop-p-x--9\.1 {
    padding-left: -91px !important;
    padding-right: -91px !important;
  }
  .laptop-p-y--9\.1 {
    padding-top: -91px !important;
    padding-bottom: -91px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--9 {
    margin: -90px !important;
  }
  .laptop\:p--9 {
    padding: -90px !important;
  }
  .laptop\:m-x--9 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }
  .laptop\:m-y--9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .laptop\:p-x--9 {
    padding-left: -90px !important;
    padding-right: -90px !important;
  }
  .laptop\:p-y--9 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
  .laptop-m--9 {
    margin: -90px !important;
  }
  .laptop-p--9 {
    padding: -90px !important;
  }
  .laptop-m-x--9 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }
  .laptop-m-y--9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .laptop-p-x--9 {
    padding-left: -90px !important;
    padding-right: -90px !important;
  }
  .laptop-p-y--9 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--8\.9 {
    margin: -89px !important;
  }
  .laptop\:p--8\.9 {
    padding: -89px !important;
  }
  .laptop\:m-x--8\.9 {
    margin-left: -89px !important;
    margin-right: -89px !important;
  }
  .laptop\:m-y--8\.9 {
    margin-top: -89px !important;
    margin-bottom: -89px !important;
  }
  .laptop\:p-x--8\.9 {
    padding-left: -89px !important;
    padding-right: -89px !important;
  }
  .laptop\:p-y--8\.9 {
    padding-top: -89px !important;
    padding-bottom: -89px !important;
  }
  .laptop-m--8\.9 {
    margin: -89px !important;
  }
  .laptop-p--8\.9 {
    padding: -89px !important;
  }
  .laptop-m-x--8\.9 {
    margin-left: -89px !important;
    margin-right: -89px !important;
  }
  .laptop-m-y--8\.9 {
    margin-top: -89px !important;
    margin-bottom: -89px !important;
  }
  .laptop-p-x--8\.9 {
    padding-left: -89px !important;
    padding-right: -89px !important;
  }
  .laptop-p-y--8\.9 {
    padding-top: -89px !important;
    padding-bottom: -89px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--8\.8 {
    margin: -88px !important;
  }
  .laptop\:p--8\.8 {
    padding: -88px !important;
  }
  .laptop\:m-x--8\.8 {
    margin-left: -88px !important;
    margin-right: -88px !important;
  }
  .laptop\:m-y--8\.8 {
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }
  .laptop\:p-x--8\.8 {
    padding-left: -88px !important;
    padding-right: -88px !important;
  }
  .laptop\:p-y--8\.8 {
    padding-top: -88px !important;
    padding-bottom: -88px !important;
  }
  .laptop-m--8\.8 {
    margin: -88px !important;
  }
  .laptop-p--8\.8 {
    padding: -88px !important;
  }
  .laptop-m-x--8\.8 {
    margin-left: -88px !important;
    margin-right: -88px !important;
  }
  .laptop-m-y--8\.8 {
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }
  .laptop-p-x--8\.8 {
    padding-left: -88px !important;
    padding-right: -88px !important;
  }
  .laptop-p-y--8\.8 {
    padding-top: -88px !important;
    padding-bottom: -88px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--8\.7 {
    margin: -87px !important;
  }
  .laptop\:p--8\.7 {
    padding: -87px !important;
  }
  .laptop\:m-x--8\.7 {
    margin-left: -87px !important;
    margin-right: -87px !important;
  }
  .laptop\:m-y--8\.7 {
    margin-top: -87px !important;
    margin-bottom: -87px !important;
  }
  .laptop\:p-x--8\.7 {
    padding-left: -87px !important;
    padding-right: -87px !important;
  }
  .laptop\:p-y--8\.7 {
    padding-top: -87px !important;
    padding-bottom: -87px !important;
  }
  .laptop-m--8\.7 {
    margin: -87px !important;
  }
  .laptop-p--8\.7 {
    padding: -87px !important;
  }
  .laptop-m-x--8\.7 {
    margin-left: -87px !important;
    margin-right: -87px !important;
  }
  .laptop-m-y--8\.7 {
    margin-top: -87px !important;
    margin-bottom: -87px !important;
  }
  .laptop-p-x--8\.7 {
    padding-left: -87px !important;
    padding-right: -87px !important;
  }
  .laptop-p-y--8\.7 {
    padding-top: -87px !important;
    padding-bottom: -87px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--8\.6 {
    margin: -86px !important;
  }
  .laptop\:p--8\.6 {
    padding: -86px !important;
  }
  .laptop\:m-x--8\.6 {
    margin-left: -86px !important;
    margin-right: -86px !important;
  }
  .laptop\:m-y--8\.6 {
    margin-top: -86px !important;
    margin-bottom: -86px !important;
  }
  .laptop\:p-x--8\.6 {
    padding-left: -86px !important;
    padding-right: -86px !important;
  }
  .laptop\:p-y--8\.6 {
    padding-top: -86px !important;
    padding-bottom: -86px !important;
  }
  .laptop-m--8\.6 {
    margin: -86px !important;
  }
  .laptop-p--8\.6 {
    padding: -86px !important;
  }
  .laptop-m-x--8\.6 {
    margin-left: -86px !important;
    margin-right: -86px !important;
  }
  .laptop-m-y--8\.6 {
    margin-top: -86px !important;
    margin-bottom: -86px !important;
  }
  .laptop-p-x--8\.6 {
    padding-left: -86px !important;
    padding-right: -86px !important;
  }
  .laptop-p-y--8\.6 {
    padding-top: -86px !important;
    padding-bottom: -86px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--8\.5 {
    margin: -85px !important;
  }
  .laptop\:p--8\.5 {
    padding: -85px !important;
  }
  .laptop\:m-x--8\.5 {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }
  .laptop\:m-y--8\.5 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }
  .laptop\:p-x--8\.5 {
    padding-left: -85px !important;
    padding-right: -85px !important;
  }
  .laptop\:p-y--8\.5 {
    padding-top: -85px !important;
    padding-bottom: -85px !important;
  }
  .laptop-m--8\.5 {
    margin: -85px !important;
  }
  .laptop-p--8\.5 {
    padding: -85px !important;
  }
  .laptop-m-x--8\.5 {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }
  .laptop-m-y--8\.5 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }
  .laptop-p-x--8\.5 {
    padding-left: -85px !important;
    padding-right: -85px !important;
  }
  .laptop-p-y--8\.5 {
    padding-top: -85px !important;
    padding-bottom: -85px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--8\.4 {
    margin: -84px !important;
  }
  .laptop\:p--8\.4 {
    padding: -84px !important;
  }
  .laptop\:m-x--8\.4 {
    margin-left: -84px !important;
    margin-right: -84px !important;
  }
  .laptop\:m-y--8\.4 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }
  .laptop\:p-x--8\.4 {
    padding-left: -84px !important;
    padding-right: -84px !important;
  }
  .laptop\:p-y--8\.4 {
    padding-top: -84px !important;
    padding-bottom: -84px !important;
  }
  .laptop-m--8\.4 {
    margin: -84px !important;
  }
  .laptop-p--8\.4 {
    padding: -84px !important;
  }
  .laptop-m-x--8\.4 {
    margin-left: -84px !important;
    margin-right: -84px !important;
  }
  .laptop-m-y--8\.4 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }
  .laptop-p-x--8\.4 {
    padding-left: -84px !important;
    padding-right: -84px !important;
  }
  .laptop-p-y--8\.4 {
    padding-top: -84px !important;
    padding-bottom: -84px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--8\.3 {
    margin: -83px !important;
  }
  .laptop\:p--8\.3 {
    padding: -83px !important;
  }
  .laptop\:m-x--8\.3 {
    margin-left: -83px !important;
    margin-right: -83px !important;
  }
  .laptop\:m-y--8\.3 {
    margin-top: -83px !important;
    margin-bottom: -83px !important;
  }
  .laptop\:p-x--8\.3 {
    padding-left: -83px !important;
    padding-right: -83px !important;
  }
  .laptop\:p-y--8\.3 {
    padding-top: -83px !important;
    padding-bottom: -83px !important;
  }
  .laptop-m--8\.3 {
    margin: -83px !important;
  }
  .laptop-p--8\.3 {
    padding: -83px !important;
  }
  .laptop-m-x--8\.3 {
    margin-left: -83px !important;
    margin-right: -83px !important;
  }
  .laptop-m-y--8\.3 {
    margin-top: -83px !important;
    margin-bottom: -83px !important;
  }
  .laptop-p-x--8\.3 {
    padding-left: -83px !important;
    padding-right: -83px !important;
  }
  .laptop-p-y--8\.3 {
    padding-top: -83px !important;
    padding-bottom: -83px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--8\.2 {
    margin: -82px !important;
  }
  .laptop\:p--8\.2 {
    padding: -82px !important;
  }
  .laptop\:m-x--8\.2 {
    margin-left: -82px !important;
    margin-right: -82px !important;
  }
  .laptop\:m-y--8\.2 {
    margin-top: -82px !important;
    margin-bottom: -82px !important;
  }
  .laptop\:p-x--8\.2 {
    padding-left: -82px !important;
    padding-right: -82px !important;
  }
  .laptop\:p-y--8\.2 {
    padding-top: -82px !important;
    padding-bottom: -82px !important;
  }
  .laptop-m--8\.2 {
    margin: -82px !important;
  }
  .laptop-p--8\.2 {
    padding: -82px !important;
  }
  .laptop-m-x--8\.2 {
    margin-left: -82px !important;
    margin-right: -82px !important;
  }
  .laptop-m-y--8\.2 {
    margin-top: -82px !important;
    margin-bottom: -82px !important;
  }
  .laptop-p-x--8\.2 {
    padding-left: -82px !important;
    padding-right: -82px !important;
  }
  .laptop-p-y--8\.2 {
    padding-top: -82px !important;
    padding-bottom: -82px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--8\.1 {
    margin: -81px !important;
  }
  .laptop\:p--8\.1 {
    padding: -81px !important;
  }
  .laptop\:m-x--8\.1 {
    margin-left: -81px !important;
    margin-right: -81px !important;
  }
  .laptop\:m-y--8\.1 {
    margin-top: -81px !important;
    margin-bottom: -81px !important;
  }
  .laptop\:p-x--8\.1 {
    padding-left: -81px !important;
    padding-right: -81px !important;
  }
  .laptop\:p-y--8\.1 {
    padding-top: -81px !important;
    padding-bottom: -81px !important;
  }
  .laptop-m--8\.1 {
    margin: -81px !important;
  }
  .laptop-p--8\.1 {
    padding: -81px !important;
  }
  .laptop-m-x--8\.1 {
    margin-left: -81px !important;
    margin-right: -81px !important;
  }
  .laptop-m-y--8\.1 {
    margin-top: -81px !important;
    margin-bottom: -81px !important;
  }
  .laptop-p-x--8\.1 {
    padding-left: -81px !important;
    padding-right: -81px !important;
  }
  .laptop-p-y--8\.1 {
    padding-top: -81px !important;
    padding-bottom: -81px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--8 {
    margin: -80px !important;
  }
  .laptop\:p--8 {
    padding: -80px !important;
  }
  .laptop\:m-x--8 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }
  .laptop\:m-y--8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .laptop\:p-x--8 {
    padding-left: -80px !important;
    padding-right: -80px !important;
  }
  .laptop\:p-y--8 {
    padding-top: -80px !important;
    padding-bottom: -80px !important;
  }
  .laptop-m--8 {
    margin: -80px !important;
  }
  .laptop-p--8 {
    padding: -80px !important;
  }
  .laptop-m-x--8 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }
  .laptop-m-y--8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .laptop-p-x--8 {
    padding-left: -80px !important;
    padding-right: -80px !important;
  }
  .laptop-p-y--8 {
    padding-top: -80px !important;
    padding-bottom: -80px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--7\.9 {
    margin: -79px !important;
  }
  .laptop\:p--7\.9 {
    padding: -79px !important;
  }
  .laptop\:m-x--7\.9 {
    margin-left: -79px !important;
    margin-right: -79px !important;
  }
  .laptop\:m-y--7\.9 {
    margin-top: -79px !important;
    margin-bottom: -79px !important;
  }
  .laptop\:p-x--7\.9 {
    padding-left: -79px !important;
    padding-right: -79px !important;
  }
  .laptop\:p-y--7\.9 {
    padding-top: -79px !important;
    padding-bottom: -79px !important;
  }
  .laptop-m--7\.9 {
    margin: -79px !important;
  }
  .laptop-p--7\.9 {
    padding: -79px !important;
  }
  .laptop-m-x--7\.9 {
    margin-left: -79px !important;
    margin-right: -79px !important;
  }
  .laptop-m-y--7\.9 {
    margin-top: -79px !important;
    margin-bottom: -79px !important;
  }
  .laptop-p-x--7\.9 {
    padding-left: -79px !important;
    padding-right: -79px !important;
  }
  .laptop-p-y--7\.9 {
    padding-top: -79px !important;
    padding-bottom: -79px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--7\.8 {
    margin: -78px !important;
  }
  .laptop\:p--7\.8 {
    padding: -78px !important;
  }
  .laptop\:m-x--7\.8 {
    margin-left: -78px !important;
    margin-right: -78px !important;
  }
  .laptop\:m-y--7\.8 {
    margin-top: -78px !important;
    margin-bottom: -78px !important;
  }
  .laptop\:p-x--7\.8 {
    padding-left: -78px !important;
    padding-right: -78px !important;
  }
  .laptop\:p-y--7\.8 {
    padding-top: -78px !important;
    padding-bottom: -78px !important;
  }
  .laptop-m--7\.8 {
    margin: -78px !important;
  }
  .laptop-p--7\.8 {
    padding: -78px !important;
  }
  .laptop-m-x--7\.8 {
    margin-left: -78px !important;
    margin-right: -78px !important;
  }
  .laptop-m-y--7\.8 {
    margin-top: -78px !important;
    margin-bottom: -78px !important;
  }
  .laptop-p-x--7\.8 {
    padding-left: -78px !important;
    padding-right: -78px !important;
  }
  .laptop-p-y--7\.8 {
    padding-top: -78px !important;
    padding-bottom: -78px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--7\.7 {
    margin: -77px !important;
  }
  .laptop\:p--7\.7 {
    padding: -77px !important;
  }
  .laptop\:m-x--7\.7 {
    margin-left: -77px !important;
    margin-right: -77px !important;
  }
  .laptop\:m-y--7\.7 {
    margin-top: -77px !important;
    margin-bottom: -77px !important;
  }
  .laptop\:p-x--7\.7 {
    padding-left: -77px !important;
    padding-right: -77px !important;
  }
  .laptop\:p-y--7\.7 {
    padding-top: -77px !important;
    padding-bottom: -77px !important;
  }
  .laptop-m--7\.7 {
    margin: -77px !important;
  }
  .laptop-p--7\.7 {
    padding: -77px !important;
  }
  .laptop-m-x--7\.7 {
    margin-left: -77px !important;
    margin-right: -77px !important;
  }
  .laptop-m-y--7\.7 {
    margin-top: -77px !important;
    margin-bottom: -77px !important;
  }
  .laptop-p-x--7\.7 {
    padding-left: -77px !important;
    padding-right: -77px !important;
  }
  .laptop-p-y--7\.7 {
    padding-top: -77px !important;
    padding-bottom: -77px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--7\.6 {
    margin: -76px !important;
  }
  .laptop\:p--7\.6 {
    padding: -76px !important;
  }
  .laptop\:m-x--7\.6 {
    margin-left: -76px !important;
    margin-right: -76px !important;
  }
  .laptop\:m-y--7\.6 {
    margin-top: -76px !important;
    margin-bottom: -76px !important;
  }
  .laptop\:p-x--7\.6 {
    padding-left: -76px !important;
    padding-right: -76px !important;
  }
  .laptop\:p-y--7\.6 {
    padding-top: -76px !important;
    padding-bottom: -76px !important;
  }
  .laptop-m--7\.6 {
    margin: -76px !important;
  }
  .laptop-p--7\.6 {
    padding: -76px !important;
  }
  .laptop-m-x--7\.6 {
    margin-left: -76px !important;
    margin-right: -76px !important;
  }
  .laptop-m-y--7\.6 {
    margin-top: -76px !important;
    margin-bottom: -76px !important;
  }
  .laptop-p-x--7\.6 {
    padding-left: -76px !important;
    padding-right: -76px !important;
  }
  .laptop-p-y--7\.6 {
    padding-top: -76px !important;
    padding-bottom: -76px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--7\.5 {
    margin: -75px !important;
  }
  .laptop\:p--7\.5 {
    padding: -75px !important;
  }
  .laptop\:m-x--7\.5 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }
  .laptop\:m-y--7\.5 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }
  .laptop\:p-x--7\.5 {
    padding-left: -75px !important;
    padding-right: -75px !important;
  }
  .laptop\:p-y--7\.5 {
    padding-top: -75px !important;
    padding-bottom: -75px !important;
  }
  .laptop-m--7\.5 {
    margin: -75px !important;
  }
  .laptop-p--7\.5 {
    padding: -75px !important;
  }
  .laptop-m-x--7\.5 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }
  .laptop-m-y--7\.5 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }
  .laptop-p-x--7\.5 {
    padding-left: -75px !important;
    padding-right: -75px !important;
  }
  .laptop-p-y--7\.5 {
    padding-top: -75px !important;
    padding-bottom: -75px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--7\.4 {
    margin: -74px !important;
  }
  .laptop\:p--7\.4 {
    padding: -74px !important;
  }
  .laptop\:m-x--7\.4 {
    margin-left: -74px !important;
    margin-right: -74px !important;
  }
  .laptop\:m-y--7\.4 {
    margin-top: -74px !important;
    margin-bottom: -74px !important;
  }
  .laptop\:p-x--7\.4 {
    padding-left: -74px !important;
    padding-right: -74px !important;
  }
  .laptop\:p-y--7\.4 {
    padding-top: -74px !important;
    padding-bottom: -74px !important;
  }
  .laptop-m--7\.4 {
    margin: -74px !important;
  }
  .laptop-p--7\.4 {
    padding: -74px !important;
  }
  .laptop-m-x--7\.4 {
    margin-left: -74px !important;
    margin-right: -74px !important;
  }
  .laptop-m-y--7\.4 {
    margin-top: -74px !important;
    margin-bottom: -74px !important;
  }
  .laptop-p-x--7\.4 {
    padding-left: -74px !important;
    padding-right: -74px !important;
  }
  .laptop-p-y--7\.4 {
    padding-top: -74px !important;
    padding-bottom: -74px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--7\.3 {
    margin: -73px !important;
  }
  .laptop\:p--7\.3 {
    padding: -73px !important;
  }
  .laptop\:m-x--7\.3 {
    margin-left: -73px !important;
    margin-right: -73px !important;
  }
  .laptop\:m-y--7\.3 {
    margin-top: -73px !important;
    margin-bottom: -73px !important;
  }
  .laptop\:p-x--7\.3 {
    padding-left: -73px !important;
    padding-right: -73px !important;
  }
  .laptop\:p-y--7\.3 {
    padding-top: -73px !important;
    padding-bottom: -73px !important;
  }
  .laptop-m--7\.3 {
    margin: -73px !important;
  }
  .laptop-p--7\.3 {
    padding: -73px !important;
  }
  .laptop-m-x--7\.3 {
    margin-left: -73px !important;
    margin-right: -73px !important;
  }
  .laptop-m-y--7\.3 {
    margin-top: -73px !important;
    margin-bottom: -73px !important;
  }
  .laptop-p-x--7\.3 {
    padding-left: -73px !important;
    padding-right: -73px !important;
  }
  .laptop-p-y--7\.3 {
    padding-top: -73px !important;
    padding-bottom: -73px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--7\.2 {
    margin: -72px !important;
  }
  .laptop\:p--7\.2 {
    padding: -72px !important;
  }
  .laptop\:m-x--7\.2 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }
  .laptop\:m-y--7\.2 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .laptop\:p-x--7\.2 {
    padding-left: -72px !important;
    padding-right: -72px !important;
  }
  .laptop\:p-y--7\.2 {
    padding-top: -72px !important;
    padding-bottom: -72px !important;
  }
  .laptop-m--7\.2 {
    margin: -72px !important;
  }
  .laptop-p--7\.2 {
    padding: -72px !important;
  }
  .laptop-m-x--7\.2 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }
  .laptop-m-y--7\.2 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .laptop-p-x--7\.2 {
    padding-left: -72px !important;
    padding-right: -72px !important;
  }
  .laptop-p-y--7\.2 {
    padding-top: -72px !important;
    padding-bottom: -72px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--7\.1 {
    margin: -71px !important;
  }
  .laptop\:p--7\.1 {
    padding: -71px !important;
  }
  .laptop\:m-x--7\.1 {
    margin-left: -71px !important;
    margin-right: -71px !important;
  }
  .laptop\:m-y--7\.1 {
    margin-top: -71px !important;
    margin-bottom: -71px !important;
  }
  .laptop\:p-x--7\.1 {
    padding-left: -71px !important;
    padding-right: -71px !important;
  }
  .laptop\:p-y--7\.1 {
    padding-top: -71px !important;
    padding-bottom: -71px !important;
  }
  .laptop-m--7\.1 {
    margin: -71px !important;
  }
  .laptop-p--7\.1 {
    padding: -71px !important;
  }
  .laptop-m-x--7\.1 {
    margin-left: -71px !important;
    margin-right: -71px !important;
  }
  .laptop-m-y--7\.1 {
    margin-top: -71px !important;
    margin-bottom: -71px !important;
  }
  .laptop-p-x--7\.1 {
    padding-left: -71px !important;
    padding-right: -71px !important;
  }
  .laptop-p-y--7\.1 {
    padding-top: -71px !important;
    padding-bottom: -71px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--7 {
    margin: -70px !important;
  }
  .laptop\:p--7 {
    padding: -70px !important;
  }
  .laptop\:m-x--7 {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }
  .laptop\:m-y--7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }
  .laptop\:p-x--7 {
    padding-left: -70px !important;
    padding-right: -70px !important;
  }
  .laptop\:p-y--7 {
    padding-top: -70px !important;
    padding-bottom: -70px !important;
  }
  .laptop-m--7 {
    margin: -70px !important;
  }
  .laptop-p--7 {
    padding: -70px !important;
  }
  .laptop-m-x--7 {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }
  .laptop-m-y--7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }
  .laptop-p-x--7 {
    padding-left: -70px !important;
    padding-right: -70px !important;
  }
  .laptop-p-y--7 {
    padding-top: -70px !important;
    padding-bottom: -70px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--6\.9 {
    margin: -69px !important;
  }
  .laptop\:p--6\.9 {
    padding: -69px !important;
  }
  .laptop\:m-x--6\.9 {
    margin-left: -69px !important;
    margin-right: -69px !important;
  }
  .laptop\:m-y--6\.9 {
    margin-top: -69px !important;
    margin-bottom: -69px !important;
  }
  .laptop\:p-x--6\.9 {
    padding-left: -69px !important;
    padding-right: -69px !important;
  }
  .laptop\:p-y--6\.9 {
    padding-top: -69px !important;
    padding-bottom: -69px !important;
  }
  .laptop-m--6\.9 {
    margin: -69px !important;
  }
  .laptop-p--6\.9 {
    padding: -69px !important;
  }
  .laptop-m-x--6\.9 {
    margin-left: -69px !important;
    margin-right: -69px !important;
  }
  .laptop-m-y--6\.9 {
    margin-top: -69px !important;
    margin-bottom: -69px !important;
  }
  .laptop-p-x--6\.9 {
    padding-left: -69px !important;
    padding-right: -69px !important;
  }
  .laptop-p-y--6\.9 {
    padding-top: -69px !important;
    padding-bottom: -69px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--6\.8 {
    margin: -68px !important;
  }
  .laptop\:p--6\.8 {
    padding: -68px !important;
  }
  .laptop\:m-x--6\.8 {
    margin-left: -68px !important;
    margin-right: -68px !important;
  }
  .laptop\:m-y--6\.8 {
    margin-top: -68px !important;
    margin-bottom: -68px !important;
  }
  .laptop\:p-x--6\.8 {
    padding-left: -68px !important;
    padding-right: -68px !important;
  }
  .laptop\:p-y--6\.8 {
    padding-top: -68px !important;
    padding-bottom: -68px !important;
  }
  .laptop-m--6\.8 {
    margin: -68px !important;
  }
  .laptop-p--6\.8 {
    padding: -68px !important;
  }
  .laptop-m-x--6\.8 {
    margin-left: -68px !important;
    margin-right: -68px !important;
  }
  .laptop-m-y--6\.8 {
    margin-top: -68px !important;
    margin-bottom: -68px !important;
  }
  .laptop-p-x--6\.8 {
    padding-left: -68px !important;
    padding-right: -68px !important;
  }
  .laptop-p-y--6\.8 {
    padding-top: -68px !important;
    padding-bottom: -68px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--6\.7 {
    margin: -67px !important;
  }
  .laptop\:p--6\.7 {
    padding: -67px !important;
  }
  .laptop\:m-x--6\.7 {
    margin-left: -67px !important;
    margin-right: -67px !important;
  }
  .laptop\:m-y--6\.7 {
    margin-top: -67px !important;
    margin-bottom: -67px !important;
  }
  .laptop\:p-x--6\.7 {
    padding-left: -67px !important;
    padding-right: -67px !important;
  }
  .laptop\:p-y--6\.7 {
    padding-top: -67px !important;
    padding-bottom: -67px !important;
  }
  .laptop-m--6\.7 {
    margin: -67px !important;
  }
  .laptop-p--6\.7 {
    padding: -67px !important;
  }
  .laptop-m-x--6\.7 {
    margin-left: -67px !important;
    margin-right: -67px !important;
  }
  .laptop-m-y--6\.7 {
    margin-top: -67px !important;
    margin-bottom: -67px !important;
  }
  .laptop-p-x--6\.7 {
    padding-left: -67px !important;
    padding-right: -67px !important;
  }
  .laptop-p-y--6\.7 {
    padding-top: -67px !important;
    padding-bottom: -67px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--6\.6 {
    margin: -66px !important;
  }
  .laptop\:p--6\.6 {
    padding: -66px !important;
  }
  .laptop\:m-x--6\.6 {
    margin-left: -66px !important;
    margin-right: -66px !important;
  }
  .laptop\:m-y--6\.6 {
    margin-top: -66px !important;
    margin-bottom: -66px !important;
  }
  .laptop\:p-x--6\.6 {
    padding-left: -66px !important;
    padding-right: -66px !important;
  }
  .laptop\:p-y--6\.6 {
    padding-top: -66px !important;
    padding-bottom: -66px !important;
  }
  .laptop-m--6\.6 {
    margin: -66px !important;
  }
  .laptop-p--6\.6 {
    padding: -66px !important;
  }
  .laptop-m-x--6\.6 {
    margin-left: -66px !important;
    margin-right: -66px !important;
  }
  .laptop-m-y--6\.6 {
    margin-top: -66px !important;
    margin-bottom: -66px !important;
  }
  .laptop-p-x--6\.6 {
    padding-left: -66px !important;
    padding-right: -66px !important;
  }
  .laptop-p-y--6\.6 {
    padding-top: -66px !important;
    padding-bottom: -66px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--6\.5 {
    margin: -65px !important;
  }
  .laptop\:p--6\.5 {
    padding: -65px !important;
  }
  .laptop\:m-x--6\.5 {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }
  .laptop\:m-y--6\.5 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }
  .laptop\:p-x--6\.5 {
    padding-left: -65px !important;
    padding-right: -65px !important;
  }
  .laptop\:p-y--6\.5 {
    padding-top: -65px !important;
    padding-bottom: -65px !important;
  }
  .laptop-m--6\.5 {
    margin: -65px !important;
  }
  .laptop-p--6\.5 {
    padding: -65px !important;
  }
  .laptop-m-x--6\.5 {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }
  .laptop-m-y--6\.5 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }
  .laptop-p-x--6\.5 {
    padding-left: -65px !important;
    padding-right: -65px !important;
  }
  .laptop-p-y--6\.5 {
    padding-top: -65px !important;
    padding-bottom: -65px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--6\.4 {
    margin: -64px !important;
  }
  .laptop\:p--6\.4 {
    padding: -64px !important;
  }
  .laptop\:m-x--6\.4 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }
  .laptop\:m-y--6\.4 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .laptop\:p-x--6\.4 {
    padding-left: -64px !important;
    padding-right: -64px !important;
  }
  .laptop\:p-y--6\.4 {
    padding-top: -64px !important;
    padding-bottom: -64px !important;
  }
  .laptop-m--6\.4 {
    margin: -64px !important;
  }
  .laptop-p--6\.4 {
    padding: -64px !important;
  }
  .laptop-m-x--6\.4 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }
  .laptop-m-y--6\.4 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .laptop-p-x--6\.4 {
    padding-left: -64px !important;
    padding-right: -64px !important;
  }
  .laptop-p-y--6\.4 {
    padding-top: -64px !important;
    padding-bottom: -64px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--6\.3 {
    margin: -63px !important;
  }
  .laptop\:p--6\.3 {
    padding: -63px !important;
  }
  .laptop\:m-x--6\.3 {
    margin-left: -63px !important;
    margin-right: -63px !important;
  }
  .laptop\:m-y--6\.3 {
    margin-top: -63px !important;
    margin-bottom: -63px !important;
  }
  .laptop\:p-x--6\.3 {
    padding-left: -63px !important;
    padding-right: -63px !important;
  }
  .laptop\:p-y--6\.3 {
    padding-top: -63px !important;
    padding-bottom: -63px !important;
  }
  .laptop-m--6\.3 {
    margin: -63px !important;
  }
  .laptop-p--6\.3 {
    padding: -63px !important;
  }
  .laptop-m-x--6\.3 {
    margin-left: -63px !important;
    margin-right: -63px !important;
  }
  .laptop-m-y--6\.3 {
    margin-top: -63px !important;
    margin-bottom: -63px !important;
  }
  .laptop-p-x--6\.3 {
    padding-left: -63px !important;
    padding-right: -63px !important;
  }
  .laptop-p-y--6\.3 {
    padding-top: -63px !important;
    padding-bottom: -63px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--6\.2 {
    margin: -62px !important;
  }
  .laptop\:p--6\.2 {
    padding: -62px !important;
  }
  .laptop\:m-x--6\.2 {
    margin-left: -62px !important;
    margin-right: -62px !important;
  }
  .laptop\:m-y--6\.2 {
    margin-top: -62px !important;
    margin-bottom: -62px !important;
  }
  .laptop\:p-x--6\.2 {
    padding-left: -62px !important;
    padding-right: -62px !important;
  }
  .laptop\:p-y--6\.2 {
    padding-top: -62px !important;
    padding-bottom: -62px !important;
  }
  .laptop-m--6\.2 {
    margin: -62px !important;
  }
  .laptop-p--6\.2 {
    padding: -62px !important;
  }
  .laptop-m-x--6\.2 {
    margin-left: -62px !important;
    margin-right: -62px !important;
  }
  .laptop-m-y--6\.2 {
    margin-top: -62px !important;
    margin-bottom: -62px !important;
  }
  .laptop-p-x--6\.2 {
    padding-left: -62px !important;
    padding-right: -62px !important;
  }
  .laptop-p-y--6\.2 {
    padding-top: -62px !important;
    padding-bottom: -62px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--6\.1 {
    margin: -61px !important;
  }
  .laptop\:p--6\.1 {
    padding: -61px !important;
  }
  .laptop\:m-x--6\.1 {
    margin-left: -61px !important;
    margin-right: -61px !important;
  }
  .laptop\:m-y--6\.1 {
    margin-top: -61px !important;
    margin-bottom: -61px !important;
  }
  .laptop\:p-x--6\.1 {
    padding-left: -61px !important;
    padding-right: -61px !important;
  }
  .laptop\:p-y--6\.1 {
    padding-top: -61px !important;
    padding-bottom: -61px !important;
  }
  .laptop-m--6\.1 {
    margin: -61px !important;
  }
  .laptop-p--6\.1 {
    padding: -61px !important;
  }
  .laptop-m-x--6\.1 {
    margin-left: -61px !important;
    margin-right: -61px !important;
  }
  .laptop-m-y--6\.1 {
    margin-top: -61px !important;
    margin-bottom: -61px !important;
  }
  .laptop-p-x--6\.1 {
    padding-left: -61px !important;
    padding-right: -61px !important;
  }
  .laptop-p-y--6\.1 {
    padding-top: -61px !important;
    padding-bottom: -61px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--6 {
    margin: -60px !important;
  }
  .laptop\:p--6 {
    padding: -60px !important;
  }
  .laptop\:m-x--6 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }
  .laptop\:m-y--6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .laptop\:p-x--6 {
    padding-left: -60px !important;
    padding-right: -60px !important;
  }
  .laptop\:p-y--6 {
    padding-top: -60px !important;
    padding-bottom: -60px !important;
  }
  .laptop-m--6 {
    margin: -60px !important;
  }
  .laptop-p--6 {
    padding: -60px !important;
  }
  .laptop-m-x--6 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }
  .laptop-m-y--6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .laptop-p-x--6 {
    padding-left: -60px !important;
    padding-right: -60px !important;
  }
  .laptop-p-y--6 {
    padding-top: -60px !important;
    padding-bottom: -60px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--5\.9 {
    margin: -59px !important;
  }
  .laptop\:p--5\.9 {
    padding: -59px !important;
  }
  .laptop\:m-x--5\.9 {
    margin-left: -59px !important;
    margin-right: -59px !important;
  }
  .laptop\:m-y--5\.9 {
    margin-top: -59px !important;
    margin-bottom: -59px !important;
  }
  .laptop\:p-x--5\.9 {
    padding-left: -59px !important;
    padding-right: -59px !important;
  }
  .laptop\:p-y--5\.9 {
    padding-top: -59px !important;
    padding-bottom: -59px !important;
  }
  .laptop-m--5\.9 {
    margin: -59px !important;
  }
  .laptop-p--5\.9 {
    padding: -59px !important;
  }
  .laptop-m-x--5\.9 {
    margin-left: -59px !important;
    margin-right: -59px !important;
  }
  .laptop-m-y--5\.9 {
    margin-top: -59px !important;
    margin-bottom: -59px !important;
  }
  .laptop-p-x--5\.9 {
    padding-left: -59px !important;
    padding-right: -59px !important;
  }
  .laptop-p-y--5\.9 {
    padding-top: -59px !important;
    padding-bottom: -59px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--5\.8 {
    margin: -58px !important;
  }
  .laptop\:p--5\.8 {
    padding: -58px !important;
  }
  .laptop\:m-x--5\.8 {
    margin-left: -58px !important;
    margin-right: -58px !important;
  }
  .laptop\:m-y--5\.8 {
    margin-top: -58px !important;
    margin-bottom: -58px !important;
  }
  .laptop\:p-x--5\.8 {
    padding-left: -58px !important;
    padding-right: -58px !important;
  }
  .laptop\:p-y--5\.8 {
    padding-top: -58px !important;
    padding-bottom: -58px !important;
  }
  .laptop-m--5\.8 {
    margin: -58px !important;
  }
  .laptop-p--5\.8 {
    padding: -58px !important;
  }
  .laptop-m-x--5\.8 {
    margin-left: -58px !important;
    margin-right: -58px !important;
  }
  .laptop-m-y--5\.8 {
    margin-top: -58px !important;
    margin-bottom: -58px !important;
  }
  .laptop-p-x--5\.8 {
    padding-left: -58px !important;
    padding-right: -58px !important;
  }
  .laptop-p-y--5\.8 {
    padding-top: -58px !important;
    padding-bottom: -58px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--5\.7 {
    margin: -57px !important;
  }
  .laptop\:p--5\.7 {
    padding: -57px !important;
  }
  .laptop\:m-x--5\.7 {
    margin-left: -57px !important;
    margin-right: -57px !important;
  }
  .laptop\:m-y--5\.7 {
    margin-top: -57px !important;
    margin-bottom: -57px !important;
  }
  .laptop\:p-x--5\.7 {
    padding-left: -57px !important;
    padding-right: -57px !important;
  }
  .laptop\:p-y--5\.7 {
    padding-top: -57px !important;
    padding-bottom: -57px !important;
  }
  .laptop-m--5\.7 {
    margin: -57px !important;
  }
  .laptop-p--5\.7 {
    padding: -57px !important;
  }
  .laptop-m-x--5\.7 {
    margin-left: -57px !important;
    margin-right: -57px !important;
  }
  .laptop-m-y--5\.7 {
    margin-top: -57px !important;
    margin-bottom: -57px !important;
  }
  .laptop-p-x--5\.7 {
    padding-left: -57px !important;
    padding-right: -57px !important;
  }
  .laptop-p-y--5\.7 {
    padding-top: -57px !important;
    padding-bottom: -57px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--5\.6 {
    margin: -56px !important;
  }
  .laptop\:p--5\.6 {
    padding: -56px !important;
  }
  .laptop\:m-x--5\.6 {
    margin-left: -56px !important;
    margin-right: -56px !important;
  }
  .laptop\:m-y--5\.6 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .laptop\:p-x--5\.6 {
    padding-left: -56px !important;
    padding-right: -56px !important;
  }
  .laptop\:p-y--5\.6 {
    padding-top: -56px !important;
    padding-bottom: -56px !important;
  }
  .laptop-m--5\.6 {
    margin: -56px !important;
  }
  .laptop-p--5\.6 {
    padding: -56px !important;
  }
  .laptop-m-x--5\.6 {
    margin-left: -56px !important;
    margin-right: -56px !important;
  }
  .laptop-m-y--5\.6 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .laptop-p-x--5\.6 {
    padding-left: -56px !important;
    padding-right: -56px !important;
  }
  .laptop-p-y--5\.6 {
    padding-top: -56px !important;
    padding-bottom: -56px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--5\.5 {
    margin: -55px !important;
  }
  .laptop\:p--5\.5 {
    padding: -55px !important;
  }
  .laptop\:m-x--5\.5 {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }
  .laptop\:m-y--5\.5 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .laptop\:p-x--5\.5 {
    padding-left: -55px !important;
    padding-right: -55px !important;
  }
  .laptop\:p-y--5\.5 {
    padding-top: -55px !important;
    padding-bottom: -55px !important;
  }
  .laptop-m--5\.5 {
    margin: -55px !important;
  }
  .laptop-p--5\.5 {
    padding: -55px !important;
  }
  .laptop-m-x--5\.5 {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }
  .laptop-m-y--5\.5 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .laptop-p-x--5\.5 {
    padding-left: -55px !important;
    padding-right: -55px !important;
  }
  .laptop-p-y--5\.5 {
    padding-top: -55px !important;
    padding-bottom: -55px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--5\.4 {
    margin: -54px !important;
  }
  .laptop\:p--5\.4 {
    padding: -54px !important;
  }
  .laptop\:m-x--5\.4 {
    margin-left: -54px !important;
    margin-right: -54px !important;
  }
  .laptop\:m-y--5\.4 {
    margin-top: -54px !important;
    margin-bottom: -54px !important;
  }
  .laptop\:p-x--5\.4 {
    padding-left: -54px !important;
    padding-right: -54px !important;
  }
  .laptop\:p-y--5\.4 {
    padding-top: -54px !important;
    padding-bottom: -54px !important;
  }
  .laptop-m--5\.4 {
    margin: -54px !important;
  }
  .laptop-p--5\.4 {
    padding: -54px !important;
  }
  .laptop-m-x--5\.4 {
    margin-left: -54px !important;
    margin-right: -54px !important;
  }
  .laptop-m-y--5\.4 {
    margin-top: -54px !important;
    margin-bottom: -54px !important;
  }
  .laptop-p-x--5\.4 {
    padding-left: -54px !important;
    padding-right: -54px !important;
  }
  .laptop-p-y--5\.4 {
    padding-top: -54px !important;
    padding-bottom: -54px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--5\.3 {
    margin: -53px !important;
  }
  .laptop\:p--5\.3 {
    padding: -53px !important;
  }
  .laptop\:m-x--5\.3 {
    margin-left: -53px !important;
    margin-right: -53px !important;
  }
  .laptop\:m-y--5\.3 {
    margin-top: -53px !important;
    margin-bottom: -53px !important;
  }
  .laptop\:p-x--5\.3 {
    padding-left: -53px !important;
    padding-right: -53px !important;
  }
  .laptop\:p-y--5\.3 {
    padding-top: -53px !important;
    padding-bottom: -53px !important;
  }
  .laptop-m--5\.3 {
    margin: -53px !important;
  }
  .laptop-p--5\.3 {
    padding: -53px !important;
  }
  .laptop-m-x--5\.3 {
    margin-left: -53px !important;
    margin-right: -53px !important;
  }
  .laptop-m-y--5\.3 {
    margin-top: -53px !important;
    margin-bottom: -53px !important;
  }
  .laptop-p-x--5\.3 {
    padding-left: -53px !important;
    padding-right: -53px !important;
  }
  .laptop-p-y--5\.3 {
    padding-top: -53px !important;
    padding-bottom: -53px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--5\.2 {
    margin: -52px !important;
  }
  .laptop\:p--5\.2 {
    padding: -52px !important;
  }
  .laptop\:m-x--5\.2 {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }
  .laptop\:m-y--5\.2 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }
  .laptop\:p-x--5\.2 {
    padding-left: -52px !important;
    padding-right: -52px !important;
  }
  .laptop\:p-y--5\.2 {
    padding-top: -52px !important;
    padding-bottom: -52px !important;
  }
  .laptop-m--5\.2 {
    margin: -52px !important;
  }
  .laptop-p--5\.2 {
    padding: -52px !important;
  }
  .laptop-m-x--5\.2 {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }
  .laptop-m-y--5\.2 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }
  .laptop-p-x--5\.2 {
    padding-left: -52px !important;
    padding-right: -52px !important;
  }
  .laptop-p-y--5\.2 {
    padding-top: -52px !important;
    padding-bottom: -52px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--5\.1 {
    margin: -51px !important;
  }
  .laptop\:p--5\.1 {
    padding: -51px !important;
  }
  .laptop\:m-x--5\.1 {
    margin-left: -51px !important;
    margin-right: -51px !important;
  }
  .laptop\:m-y--5\.1 {
    margin-top: -51px !important;
    margin-bottom: -51px !important;
  }
  .laptop\:p-x--5\.1 {
    padding-left: -51px !important;
    padding-right: -51px !important;
  }
  .laptop\:p-y--5\.1 {
    padding-top: -51px !important;
    padding-bottom: -51px !important;
  }
  .laptop-m--5\.1 {
    margin: -51px !important;
  }
  .laptop-p--5\.1 {
    padding: -51px !important;
  }
  .laptop-m-x--5\.1 {
    margin-left: -51px !important;
    margin-right: -51px !important;
  }
  .laptop-m-y--5\.1 {
    margin-top: -51px !important;
    margin-bottom: -51px !important;
  }
  .laptop-p-x--5\.1 {
    padding-left: -51px !important;
    padding-right: -51px !important;
  }
  .laptop-p-y--5\.1 {
    padding-top: -51px !important;
    padding-bottom: -51px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--5 {
    margin: -50px !important;
  }
  .laptop\:p--5 {
    padding: -50px !important;
  }
  .laptop\:m-x--5 {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }
  .laptop\:m-y--5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .laptop\:p-x--5 {
    padding-left: -50px !important;
    padding-right: -50px !important;
  }
  .laptop\:p-y--5 {
    padding-top: -50px !important;
    padding-bottom: -50px !important;
  }
  .laptop-m--5 {
    margin: -50px !important;
  }
  .laptop-p--5 {
    padding: -50px !important;
  }
  .laptop-m-x--5 {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }
  .laptop-m-y--5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .laptop-p-x--5 {
    padding-left: -50px !important;
    padding-right: -50px !important;
  }
  .laptop-p-y--5 {
    padding-top: -50px !important;
    padding-bottom: -50px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--4\.9 {
    margin: -49px !important;
  }
  .laptop\:p--4\.9 {
    padding: -49px !important;
  }
  .laptop\:m-x--4\.9 {
    margin-left: -49px !important;
    margin-right: -49px !important;
  }
  .laptop\:m-y--4\.9 {
    margin-top: -49px !important;
    margin-bottom: -49px !important;
  }
  .laptop\:p-x--4\.9 {
    padding-left: -49px !important;
    padding-right: -49px !important;
  }
  .laptop\:p-y--4\.9 {
    padding-top: -49px !important;
    padding-bottom: -49px !important;
  }
  .laptop-m--4\.9 {
    margin: -49px !important;
  }
  .laptop-p--4\.9 {
    padding: -49px !important;
  }
  .laptop-m-x--4\.9 {
    margin-left: -49px !important;
    margin-right: -49px !important;
  }
  .laptop-m-y--4\.9 {
    margin-top: -49px !important;
    margin-bottom: -49px !important;
  }
  .laptop-p-x--4\.9 {
    padding-left: -49px !important;
    padding-right: -49px !important;
  }
  .laptop-p-y--4\.9 {
    padding-top: -49px !important;
    padding-bottom: -49px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--4\.8 {
    margin: -48px !important;
  }
  .laptop\:p--4\.8 {
    padding: -48px !important;
  }
  .laptop\:m-x--4\.8 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }
  .laptop\:m-y--4\.8 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .laptop\:p-x--4\.8 {
    padding-left: -48px !important;
    padding-right: -48px !important;
  }
  .laptop\:p-y--4\.8 {
    padding-top: -48px !important;
    padding-bottom: -48px !important;
  }
  .laptop-m--4\.8 {
    margin: -48px !important;
  }
  .laptop-p--4\.8 {
    padding: -48px !important;
  }
  .laptop-m-x--4\.8 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }
  .laptop-m-y--4\.8 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .laptop-p-x--4\.8 {
    padding-left: -48px !important;
    padding-right: -48px !important;
  }
  .laptop-p-y--4\.8 {
    padding-top: -48px !important;
    padding-bottom: -48px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--4\.7 {
    margin: -47px !important;
  }
  .laptop\:p--4\.7 {
    padding: -47px !important;
  }
  .laptop\:m-x--4\.7 {
    margin-left: -47px !important;
    margin-right: -47px !important;
  }
  .laptop\:m-y--4\.7 {
    margin-top: -47px !important;
    margin-bottom: -47px !important;
  }
  .laptop\:p-x--4\.7 {
    padding-left: -47px !important;
    padding-right: -47px !important;
  }
  .laptop\:p-y--4\.7 {
    padding-top: -47px !important;
    padding-bottom: -47px !important;
  }
  .laptop-m--4\.7 {
    margin: -47px !important;
  }
  .laptop-p--4\.7 {
    padding: -47px !important;
  }
  .laptop-m-x--4\.7 {
    margin-left: -47px !important;
    margin-right: -47px !important;
  }
  .laptop-m-y--4\.7 {
    margin-top: -47px !important;
    margin-bottom: -47px !important;
  }
  .laptop-p-x--4\.7 {
    padding-left: -47px !important;
    padding-right: -47px !important;
  }
  .laptop-p-y--4\.7 {
    padding-top: -47px !important;
    padding-bottom: -47px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--4\.6 {
    margin: -46px !important;
  }
  .laptop\:p--4\.6 {
    padding: -46px !important;
  }
  .laptop\:m-x--4\.6 {
    margin-left: -46px !important;
    margin-right: -46px !important;
  }
  .laptop\:m-y--4\.6 {
    margin-top: -46px !important;
    margin-bottom: -46px !important;
  }
  .laptop\:p-x--4\.6 {
    padding-left: -46px !important;
    padding-right: -46px !important;
  }
  .laptop\:p-y--4\.6 {
    padding-top: -46px !important;
    padding-bottom: -46px !important;
  }
  .laptop-m--4\.6 {
    margin: -46px !important;
  }
  .laptop-p--4\.6 {
    padding: -46px !important;
  }
  .laptop-m-x--4\.6 {
    margin-left: -46px !important;
    margin-right: -46px !important;
  }
  .laptop-m-y--4\.6 {
    margin-top: -46px !important;
    margin-bottom: -46px !important;
  }
  .laptop-p-x--4\.6 {
    padding-left: -46px !important;
    padding-right: -46px !important;
  }
  .laptop-p-y--4\.6 {
    padding-top: -46px !important;
    padding-bottom: -46px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--4\.5 {
    margin: -45px !important;
  }
  .laptop\:p--4\.5 {
    padding: -45px !important;
  }
  .laptop\:m-x--4\.5 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }
  .laptop\:m-y--4\.5 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .laptop\:p-x--4\.5 {
    padding-left: -45px !important;
    padding-right: -45px !important;
  }
  .laptop\:p-y--4\.5 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
  .laptop-m--4\.5 {
    margin: -45px !important;
  }
  .laptop-p--4\.5 {
    padding: -45px !important;
  }
  .laptop-m-x--4\.5 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }
  .laptop-m-y--4\.5 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .laptop-p-x--4\.5 {
    padding-left: -45px !important;
    padding-right: -45px !important;
  }
  .laptop-p-y--4\.5 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--4\.4 {
    margin: -44px !important;
  }
  .laptop\:p--4\.4 {
    padding: -44px !important;
  }
  .laptop\:m-x--4\.4 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }
  .laptop\:m-y--4\.4 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }
  .laptop\:p-x--4\.4 {
    padding-left: -44px !important;
    padding-right: -44px !important;
  }
  .laptop\:p-y--4\.4 {
    padding-top: -44px !important;
    padding-bottom: -44px !important;
  }
  .laptop-m--4\.4 {
    margin: -44px !important;
  }
  .laptop-p--4\.4 {
    padding: -44px !important;
  }
  .laptop-m-x--4\.4 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }
  .laptop-m-y--4\.4 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }
  .laptop-p-x--4\.4 {
    padding-left: -44px !important;
    padding-right: -44px !important;
  }
  .laptop-p-y--4\.4 {
    padding-top: -44px !important;
    padding-bottom: -44px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--4\.3 {
    margin: -43px !important;
  }
  .laptop\:p--4\.3 {
    padding: -43px !important;
  }
  .laptop\:m-x--4\.3 {
    margin-left: -43px !important;
    margin-right: -43px !important;
  }
  .laptop\:m-y--4\.3 {
    margin-top: -43px !important;
    margin-bottom: -43px !important;
  }
  .laptop\:p-x--4\.3 {
    padding-left: -43px !important;
    padding-right: -43px !important;
  }
  .laptop\:p-y--4\.3 {
    padding-top: -43px !important;
    padding-bottom: -43px !important;
  }
  .laptop-m--4\.3 {
    margin: -43px !important;
  }
  .laptop-p--4\.3 {
    padding: -43px !important;
  }
  .laptop-m-x--4\.3 {
    margin-left: -43px !important;
    margin-right: -43px !important;
  }
  .laptop-m-y--4\.3 {
    margin-top: -43px !important;
    margin-bottom: -43px !important;
  }
  .laptop-p-x--4\.3 {
    padding-left: -43px !important;
    padding-right: -43px !important;
  }
  .laptop-p-y--4\.3 {
    padding-top: -43px !important;
    padding-bottom: -43px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--4\.2 {
    margin: -42px !important;
  }
  .laptop\:p--4\.2 {
    padding: -42px !important;
  }
  .laptop\:m-x--4\.2 {
    margin-left: -42px !important;
    margin-right: -42px !important;
  }
  .laptop\:m-y--4\.2 {
    margin-top: -42px !important;
    margin-bottom: -42px !important;
  }
  .laptop\:p-x--4\.2 {
    padding-left: -42px !important;
    padding-right: -42px !important;
  }
  .laptop\:p-y--4\.2 {
    padding-top: -42px !important;
    padding-bottom: -42px !important;
  }
  .laptop-m--4\.2 {
    margin: -42px !important;
  }
  .laptop-p--4\.2 {
    padding: -42px !important;
  }
  .laptop-m-x--4\.2 {
    margin-left: -42px !important;
    margin-right: -42px !important;
  }
  .laptop-m-y--4\.2 {
    margin-top: -42px !important;
    margin-bottom: -42px !important;
  }
  .laptop-p-x--4\.2 {
    padding-left: -42px !important;
    padding-right: -42px !important;
  }
  .laptop-p-y--4\.2 {
    padding-top: -42px !important;
    padding-bottom: -42px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--4\.1 {
    margin: -41px !important;
  }
  .laptop\:p--4\.1 {
    padding: -41px !important;
  }
  .laptop\:m-x--4\.1 {
    margin-left: -41px !important;
    margin-right: -41px !important;
  }
  .laptop\:m-y--4\.1 {
    margin-top: -41px !important;
    margin-bottom: -41px !important;
  }
  .laptop\:p-x--4\.1 {
    padding-left: -41px !important;
    padding-right: -41px !important;
  }
  .laptop\:p-y--4\.1 {
    padding-top: -41px !important;
    padding-bottom: -41px !important;
  }
  .laptop-m--4\.1 {
    margin: -41px !important;
  }
  .laptop-p--4\.1 {
    padding: -41px !important;
  }
  .laptop-m-x--4\.1 {
    margin-left: -41px !important;
    margin-right: -41px !important;
  }
  .laptop-m-y--4\.1 {
    margin-top: -41px !important;
    margin-bottom: -41px !important;
  }
  .laptop-p-x--4\.1 {
    padding-left: -41px !important;
    padding-right: -41px !important;
  }
  .laptop-p-y--4\.1 {
    padding-top: -41px !important;
    padding-bottom: -41px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--4 {
    margin: -40px !important;
  }
  .laptop\:p--4 {
    padding: -40px !important;
  }
  .laptop\:m-x--4 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
  .laptop\:m-y--4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .laptop\:p-x--4 {
    padding-left: -40px !important;
    padding-right: -40px !important;
  }
  .laptop\:p-y--4 {
    padding-top: -40px !important;
    padding-bottom: -40px !important;
  }
  .laptop-m--4 {
    margin: -40px !important;
  }
  .laptop-p--4 {
    padding: -40px !important;
  }
  .laptop-m-x--4 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
  .laptop-m-y--4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .laptop-p-x--4 {
    padding-left: -40px !important;
    padding-right: -40px !important;
  }
  .laptop-p-y--4 {
    padding-top: -40px !important;
    padding-bottom: -40px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--3\.9 {
    margin: -39px !important;
  }
  .laptop\:p--3\.9 {
    padding: -39px !important;
  }
  .laptop\:m-x--3\.9 {
    margin-left: -39px !important;
    margin-right: -39px !important;
  }
  .laptop\:m-y--3\.9 {
    margin-top: -39px !important;
    margin-bottom: -39px !important;
  }
  .laptop\:p-x--3\.9 {
    padding-left: -39px !important;
    padding-right: -39px !important;
  }
  .laptop\:p-y--3\.9 {
    padding-top: -39px !important;
    padding-bottom: -39px !important;
  }
  .laptop-m--3\.9 {
    margin: -39px !important;
  }
  .laptop-p--3\.9 {
    padding: -39px !important;
  }
  .laptop-m-x--3\.9 {
    margin-left: -39px !important;
    margin-right: -39px !important;
  }
  .laptop-m-y--3\.9 {
    margin-top: -39px !important;
    margin-bottom: -39px !important;
  }
  .laptop-p-x--3\.9 {
    padding-left: -39px !important;
    padding-right: -39px !important;
  }
  .laptop-p-y--3\.9 {
    padding-top: -39px !important;
    padding-bottom: -39px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--3\.8 {
    margin: -38px !important;
  }
  .laptop\:p--3\.8 {
    padding: -38px !important;
  }
  .laptop\:m-x--3\.8 {
    margin-left: -38px !important;
    margin-right: -38px !important;
  }
  .laptop\:m-y--3\.8 {
    margin-top: -38px !important;
    margin-bottom: -38px !important;
  }
  .laptop\:p-x--3\.8 {
    padding-left: -38px !important;
    padding-right: -38px !important;
  }
  .laptop\:p-y--3\.8 {
    padding-top: -38px !important;
    padding-bottom: -38px !important;
  }
  .laptop-m--3\.8 {
    margin: -38px !important;
  }
  .laptop-p--3\.8 {
    padding: -38px !important;
  }
  .laptop-m-x--3\.8 {
    margin-left: -38px !important;
    margin-right: -38px !important;
  }
  .laptop-m-y--3\.8 {
    margin-top: -38px !important;
    margin-bottom: -38px !important;
  }
  .laptop-p-x--3\.8 {
    padding-left: -38px !important;
    padding-right: -38px !important;
  }
  .laptop-p-y--3\.8 {
    padding-top: -38px !important;
    padding-bottom: -38px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--3\.7 {
    margin: -37px !important;
  }
  .laptop\:p--3\.7 {
    padding: -37px !important;
  }
  .laptop\:m-x--3\.7 {
    margin-left: -37px !important;
    margin-right: -37px !important;
  }
  .laptop\:m-y--3\.7 {
    margin-top: -37px !important;
    margin-bottom: -37px !important;
  }
  .laptop\:p-x--3\.7 {
    padding-left: -37px !important;
    padding-right: -37px !important;
  }
  .laptop\:p-y--3\.7 {
    padding-top: -37px !important;
    padding-bottom: -37px !important;
  }
  .laptop-m--3\.7 {
    margin: -37px !important;
  }
  .laptop-p--3\.7 {
    padding: -37px !important;
  }
  .laptop-m-x--3\.7 {
    margin-left: -37px !important;
    margin-right: -37px !important;
  }
  .laptop-m-y--3\.7 {
    margin-top: -37px !important;
    margin-bottom: -37px !important;
  }
  .laptop-p-x--3\.7 {
    padding-left: -37px !important;
    padding-right: -37px !important;
  }
  .laptop-p-y--3\.7 {
    padding-top: -37px !important;
    padding-bottom: -37px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--3\.6 {
    margin: -36px !important;
  }
  .laptop\:p--3\.6 {
    padding: -36px !important;
  }
  .laptop\:m-x--3\.6 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }
  .laptop\:m-y--3\.6 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
  .laptop\:p-x--3\.6 {
    padding-left: -36px !important;
    padding-right: -36px !important;
  }
  .laptop\:p-y--3\.6 {
    padding-top: -36px !important;
    padding-bottom: -36px !important;
  }
  .laptop-m--3\.6 {
    margin: -36px !important;
  }
  .laptop-p--3\.6 {
    padding: -36px !important;
  }
  .laptop-m-x--3\.6 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }
  .laptop-m-y--3\.6 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
  .laptop-p-x--3\.6 {
    padding-left: -36px !important;
    padding-right: -36px !important;
  }
  .laptop-p-y--3\.6 {
    padding-top: -36px !important;
    padding-bottom: -36px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--3\.5 {
    margin: -35px !important;
  }
  .laptop\:p--3\.5 {
    padding: -35px !important;
  }
  .laptop\:m-x--3\.5 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }
  .laptop\:m-y--3\.5 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .laptop\:p-x--3\.5 {
    padding-left: -35px !important;
    padding-right: -35px !important;
  }
  .laptop\:p-y--3\.5 {
    padding-top: -35px !important;
    padding-bottom: -35px !important;
  }
  .laptop-m--3\.5 {
    margin: -35px !important;
  }
  .laptop-p--3\.5 {
    padding: -35px !important;
  }
  .laptop-m-x--3\.5 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }
  .laptop-m-y--3\.5 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .laptop-p-x--3\.5 {
    padding-left: -35px !important;
    padding-right: -35px !important;
  }
  .laptop-p-y--3\.5 {
    padding-top: -35px !important;
    padding-bottom: -35px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--3\.4 {
    margin: -34px !important;
  }
  .laptop\:p--3\.4 {
    padding: -34px !important;
  }
  .laptop\:m-x--3\.4 {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }
  .laptop\:m-y--3\.4 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }
  .laptop\:p-x--3\.4 {
    padding-left: -34px !important;
    padding-right: -34px !important;
  }
  .laptop\:p-y--3\.4 {
    padding-top: -34px !important;
    padding-bottom: -34px !important;
  }
  .laptop-m--3\.4 {
    margin: -34px !important;
  }
  .laptop-p--3\.4 {
    padding: -34px !important;
  }
  .laptop-m-x--3\.4 {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }
  .laptop-m-y--3\.4 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }
  .laptop-p-x--3\.4 {
    padding-left: -34px !important;
    padding-right: -34px !important;
  }
  .laptop-p-y--3\.4 {
    padding-top: -34px !important;
    padding-bottom: -34px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--3\.3 {
    margin: -33px !important;
  }
  .laptop\:p--3\.3 {
    padding: -33px !important;
  }
  .laptop\:m-x--3\.3 {
    margin-left: -33px !important;
    margin-right: -33px !important;
  }
  .laptop\:m-y--3\.3 {
    margin-top: -33px !important;
    margin-bottom: -33px !important;
  }
  .laptop\:p-x--3\.3 {
    padding-left: -33px !important;
    padding-right: -33px !important;
  }
  .laptop\:p-y--3\.3 {
    padding-top: -33px !important;
    padding-bottom: -33px !important;
  }
  .laptop-m--3\.3 {
    margin: -33px !important;
  }
  .laptop-p--3\.3 {
    padding: -33px !important;
  }
  .laptop-m-x--3\.3 {
    margin-left: -33px !important;
    margin-right: -33px !important;
  }
  .laptop-m-y--3\.3 {
    margin-top: -33px !important;
    margin-bottom: -33px !important;
  }
  .laptop-p-x--3\.3 {
    padding-left: -33px !important;
    padding-right: -33px !important;
  }
  .laptop-p-y--3\.3 {
    padding-top: -33px !important;
    padding-bottom: -33px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--3\.2 {
    margin: -32px !important;
  }
  .laptop\:p--3\.2 {
    padding: -32px !important;
  }
  .laptop\:m-x--3\.2 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }
  .laptop\:m-y--3\.2 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .laptop\:p-x--3\.2 {
    padding-left: -32px !important;
    padding-right: -32px !important;
  }
  .laptop\:p-y--3\.2 {
    padding-top: -32px !important;
    padding-bottom: -32px !important;
  }
  .laptop-m--3\.2 {
    margin: -32px !important;
  }
  .laptop-p--3\.2 {
    padding: -32px !important;
  }
  .laptop-m-x--3\.2 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }
  .laptop-m-y--3\.2 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .laptop-p-x--3\.2 {
    padding-left: -32px !important;
    padding-right: -32px !important;
  }
  .laptop-p-y--3\.2 {
    padding-top: -32px !important;
    padding-bottom: -32px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--3\.1 {
    margin: -31px !important;
  }
  .laptop\:p--3\.1 {
    padding: -31px !important;
  }
  .laptop\:m-x--3\.1 {
    margin-left: -31px !important;
    margin-right: -31px !important;
  }
  .laptop\:m-y--3\.1 {
    margin-top: -31px !important;
    margin-bottom: -31px !important;
  }
  .laptop\:p-x--3\.1 {
    padding-left: -31px !important;
    padding-right: -31px !important;
  }
  .laptop\:p-y--3\.1 {
    padding-top: -31px !important;
    padding-bottom: -31px !important;
  }
  .laptop-m--3\.1 {
    margin: -31px !important;
  }
  .laptop-p--3\.1 {
    padding: -31px !important;
  }
  .laptop-m-x--3\.1 {
    margin-left: -31px !important;
    margin-right: -31px !important;
  }
  .laptop-m-y--3\.1 {
    margin-top: -31px !important;
    margin-bottom: -31px !important;
  }
  .laptop-p-x--3\.1 {
    padding-left: -31px !important;
    padding-right: -31px !important;
  }
  .laptop-p-y--3\.1 {
    padding-top: -31px !important;
    padding-bottom: -31px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--3 {
    margin: -30px !important;
  }
  .laptop\:p--3 {
    padding: -30px !important;
  }
  .laptop\:m-x--3 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .laptop\:m-y--3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .laptop\:p-x--3 {
    padding-left: -30px !important;
    padding-right: -30px !important;
  }
  .laptop\:p-y--3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .laptop-m--3 {
    margin: -30px !important;
  }
  .laptop-p--3 {
    padding: -30px !important;
  }
  .laptop-m-x--3 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .laptop-m-y--3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .laptop-p-x--3 {
    padding-left: -30px !important;
    padding-right: -30px !important;
  }
  .laptop-p-y--3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--2\.9 {
    margin: -29px !important;
  }
  .laptop\:p--2\.9 {
    padding: -29px !important;
  }
  .laptop\:m-x--2\.9 {
    margin-left: -29px !important;
    margin-right: -29px !important;
  }
  .laptop\:m-y--2\.9 {
    margin-top: -29px !important;
    margin-bottom: -29px !important;
  }
  .laptop\:p-x--2\.9 {
    padding-left: -29px !important;
    padding-right: -29px !important;
  }
  .laptop\:p-y--2\.9 {
    padding-top: -29px !important;
    padding-bottom: -29px !important;
  }
  .laptop-m--2\.9 {
    margin: -29px !important;
  }
  .laptop-p--2\.9 {
    padding: -29px !important;
  }
  .laptop-m-x--2\.9 {
    margin-left: -29px !important;
    margin-right: -29px !important;
  }
  .laptop-m-y--2\.9 {
    margin-top: -29px !important;
    margin-bottom: -29px !important;
  }
  .laptop-p-x--2\.9 {
    padding-left: -29px !important;
    padding-right: -29px !important;
  }
  .laptop-p-y--2\.9 {
    padding-top: -29px !important;
    padding-bottom: -29px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--2\.8 {
    margin: -28px !important;
  }
  .laptop\:p--2\.8 {
    padding: -28px !important;
  }
  .laptop\:m-x--2\.8 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }
  .laptop\:m-y--2\.8 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
  .laptop\:p-x--2\.8 {
    padding-left: -28px !important;
    padding-right: -28px !important;
  }
  .laptop\:p-y--2\.8 {
    padding-top: -28px !important;
    padding-bottom: -28px !important;
  }
  .laptop-m--2\.8 {
    margin: -28px !important;
  }
  .laptop-p--2\.8 {
    padding: -28px !important;
  }
  .laptop-m-x--2\.8 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }
  .laptop-m-y--2\.8 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
  .laptop-p-x--2\.8 {
    padding-left: -28px !important;
    padding-right: -28px !important;
  }
  .laptop-p-y--2\.8 {
    padding-top: -28px !important;
    padding-bottom: -28px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--2\.7 {
    margin: -27px !important;
  }
  .laptop\:p--2\.7 {
    padding: -27px !important;
  }
  .laptop\:m-x--2\.7 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }
  .laptop\:m-y--2\.7 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }
  .laptop\:p-x--2\.7 {
    padding-left: -27px !important;
    padding-right: -27px !important;
  }
  .laptop\:p-y--2\.7 {
    padding-top: -27px !important;
    padding-bottom: -27px !important;
  }
  .laptop-m--2\.7 {
    margin: -27px !important;
  }
  .laptop-p--2\.7 {
    padding: -27px !important;
  }
  .laptop-m-x--2\.7 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }
  .laptop-m-y--2\.7 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }
  .laptop-p-x--2\.7 {
    padding-left: -27px !important;
    padding-right: -27px !important;
  }
  .laptop-p-y--2\.7 {
    padding-top: -27px !important;
    padding-bottom: -27px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--2\.6 {
    margin: -26px !important;
  }
  .laptop\:p--2\.6 {
    padding: -26px !important;
  }
  .laptop\:m-x--2\.6 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }
  .laptop\:m-y--2\.6 {
    margin-top: -26px !important;
    margin-bottom: -26px !important;
  }
  .laptop\:p-x--2\.6 {
    padding-left: -26px !important;
    padding-right: -26px !important;
  }
  .laptop\:p-y--2\.6 {
    padding-top: -26px !important;
    padding-bottom: -26px !important;
  }
  .laptop-m--2\.6 {
    margin: -26px !important;
  }
  .laptop-p--2\.6 {
    padding: -26px !important;
  }
  .laptop-m-x--2\.6 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }
  .laptop-m-y--2\.6 {
    margin-top: -26px !important;
    margin-bottom: -26px !important;
  }
  .laptop-p-x--2\.6 {
    padding-left: -26px !important;
    padding-right: -26px !important;
  }
  .laptop-p-y--2\.6 {
    padding-top: -26px !important;
    padding-bottom: -26px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--2\.5 {
    margin: -25px !important;
  }
  .laptop\:p--2\.5 {
    padding: -25px !important;
  }
  .laptop\:m-x--2\.5 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
  .laptop\:m-y--2\.5 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .laptop\:p-x--2\.5 {
    padding-left: -25px !important;
    padding-right: -25px !important;
  }
  .laptop\:p-y--2\.5 {
    padding-top: -25px !important;
    padding-bottom: -25px !important;
  }
  .laptop-m--2\.5 {
    margin: -25px !important;
  }
  .laptop-p--2\.5 {
    padding: -25px !important;
  }
  .laptop-m-x--2\.5 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
  .laptop-m-y--2\.5 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .laptop-p-x--2\.5 {
    padding-left: -25px !important;
    padding-right: -25px !important;
  }
  .laptop-p-y--2\.5 {
    padding-top: -25px !important;
    padding-bottom: -25px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--2\.4 {
    margin: -24px !important;
  }
  .laptop\:p--2\.4 {
    padding: -24px !important;
  }
  .laptop\:m-x--2\.4 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
  .laptop\:m-y--2\.4 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .laptop\:p-x--2\.4 {
    padding-left: -24px !important;
    padding-right: -24px !important;
  }
  .laptop\:p-y--2\.4 {
    padding-top: -24px !important;
    padding-bottom: -24px !important;
  }
  .laptop-m--2\.4 {
    margin: -24px !important;
  }
  .laptop-p--2\.4 {
    padding: -24px !important;
  }
  .laptop-m-x--2\.4 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
  .laptop-m-y--2\.4 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .laptop-p-x--2\.4 {
    padding-left: -24px !important;
    padding-right: -24px !important;
  }
  .laptop-p-y--2\.4 {
    padding-top: -24px !important;
    padding-bottom: -24px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--2\.3 {
    margin: -23px !important;
  }
  .laptop\:p--2\.3 {
    padding: -23px !important;
  }
  .laptop\:m-x--2\.3 {
    margin-left: -23px !important;
    margin-right: -23px !important;
  }
  .laptop\:m-y--2\.3 {
    margin-top: -23px !important;
    margin-bottom: -23px !important;
  }
  .laptop\:p-x--2\.3 {
    padding-left: -23px !important;
    padding-right: -23px !important;
  }
  .laptop\:p-y--2\.3 {
    padding-top: -23px !important;
    padding-bottom: -23px !important;
  }
  .laptop-m--2\.3 {
    margin: -23px !important;
  }
  .laptop-p--2\.3 {
    padding: -23px !important;
  }
  .laptop-m-x--2\.3 {
    margin-left: -23px !important;
    margin-right: -23px !important;
  }
  .laptop-m-y--2\.3 {
    margin-top: -23px !important;
    margin-bottom: -23px !important;
  }
  .laptop-p-x--2\.3 {
    padding-left: -23px !important;
    padding-right: -23px !important;
  }
  .laptop-p-y--2\.3 {
    padding-top: -23px !important;
    padding-bottom: -23px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--2\.2 {
    margin: -22px !important;
  }
  .laptop\:p--2\.2 {
    padding: -22px !important;
  }
  .laptop\:m-x--2\.2 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }
  .laptop\:m-y--2\.2 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }
  .laptop\:p-x--2\.2 {
    padding-left: -22px !important;
    padding-right: -22px !important;
  }
  .laptop\:p-y--2\.2 {
    padding-top: -22px !important;
    padding-bottom: -22px !important;
  }
  .laptop-m--2\.2 {
    margin: -22px !important;
  }
  .laptop-p--2\.2 {
    padding: -22px !important;
  }
  .laptop-m-x--2\.2 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }
  .laptop-m-y--2\.2 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }
  .laptop-p-x--2\.2 {
    padding-left: -22px !important;
    padding-right: -22px !important;
  }
  .laptop-p-y--2\.2 {
    padding-top: -22px !important;
    padding-bottom: -22px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--2\.1 {
    margin: -21px !important;
  }
  .laptop\:p--2\.1 {
    padding: -21px !important;
  }
  .laptop\:m-x--2\.1 {
    margin-left: -21px !important;
    margin-right: -21px !important;
  }
  .laptop\:m-y--2\.1 {
    margin-top: -21px !important;
    margin-bottom: -21px !important;
  }
  .laptop\:p-x--2\.1 {
    padding-left: -21px !important;
    padding-right: -21px !important;
  }
  .laptop\:p-y--2\.1 {
    padding-top: -21px !important;
    padding-bottom: -21px !important;
  }
  .laptop-m--2\.1 {
    margin: -21px !important;
  }
  .laptop-p--2\.1 {
    padding: -21px !important;
  }
  .laptop-m-x--2\.1 {
    margin-left: -21px !important;
    margin-right: -21px !important;
  }
  .laptop-m-y--2\.1 {
    margin-top: -21px !important;
    margin-bottom: -21px !important;
  }
  .laptop-p-x--2\.1 {
    padding-left: -21px !important;
    padding-right: -21px !important;
  }
  .laptop-p-y--2\.1 {
    padding-top: -21px !important;
    padding-bottom: -21px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--2 {
    margin: -20px !important;
  }
  .laptop\:p--2 {
    padding: -20px !important;
  }
  .laptop\:m-x--2 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .laptop\:m-y--2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .laptop\:p-x--2 {
    padding-left: -20px !important;
    padding-right: -20px !important;
  }
  .laptop\:p-y--2 {
    padding-top: -20px !important;
    padding-bottom: -20px !important;
  }
  .laptop-m--2 {
    margin: -20px !important;
  }
  .laptop-p--2 {
    padding: -20px !important;
  }
  .laptop-m-x--2 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .laptop-m-y--2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .laptop-p-x--2 {
    padding-left: -20px !important;
    padding-right: -20px !important;
  }
  .laptop-p-y--2 {
    padding-top: -20px !important;
    padding-bottom: -20px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--1\.9 {
    margin: -19px !important;
  }
  .laptop\:p--1\.9 {
    padding: -19px !important;
  }
  .laptop\:m-x--1\.9 {
    margin-left: -19px !important;
    margin-right: -19px !important;
  }
  .laptop\:m-y--1\.9 {
    margin-top: -19px !important;
    margin-bottom: -19px !important;
  }
  .laptop\:p-x--1\.9 {
    padding-left: -19px !important;
    padding-right: -19px !important;
  }
  .laptop\:p-y--1\.9 {
    padding-top: -19px !important;
    padding-bottom: -19px !important;
  }
  .laptop-m--1\.9 {
    margin: -19px !important;
  }
  .laptop-p--1\.9 {
    padding: -19px !important;
  }
  .laptop-m-x--1\.9 {
    margin-left: -19px !important;
    margin-right: -19px !important;
  }
  .laptop-m-y--1\.9 {
    margin-top: -19px !important;
    margin-bottom: -19px !important;
  }
  .laptop-p-x--1\.9 {
    padding-left: -19px !important;
    padding-right: -19px !important;
  }
  .laptop-p-y--1\.9 {
    padding-top: -19px !important;
    padding-bottom: -19px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--1\.8 {
    margin: -18px !important;
  }
  .laptop\:p--1\.8 {
    padding: -18px !important;
  }
  .laptop\:m-x--1\.8 {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }
  .laptop\:m-y--1\.8 {
    margin-top: -18px !important;
    margin-bottom: -18px !important;
  }
  .laptop\:p-x--1\.8 {
    padding-left: -18px !important;
    padding-right: -18px !important;
  }
  .laptop\:p-y--1\.8 {
    padding-top: -18px !important;
    padding-bottom: -18px !important;
  }
  .laptop-m--1\.8 {
    margin: -18px !important;
  }
  .laptop-p--1\.8 {
    padding: -18px !important;
  }
  .laptop-m-x--1\.8 {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }
  .laptop-m-y--1\.8 {
    margin-top: -18px !important;
    margin-bottom: -18px !important;
  }
  .laptop-p-x--1\.8 {
    padding-left: -18px !important;
    padding-right: -18px !important;
  }
  .laptop-p-y--1\.8 {
    padding-top: -18px !important;
    padding-bottom: -18px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--1\.7 {
    margin: -17px !important;
  }
  .laptop\:p--1\.7 {
    padding: -17px !important;
  }
  .laptop\:m-x--1\.7 {
    margin-left: -17px !important;
    margin-right: -17px !important;
  }
  .laptop\:m-y--1\.7 {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
  }
  .laptop\:p-x--1\.7 {
    padding-left: -17px !important;
    padding-right: -17px !important;
  }
  .laptop\:p-y--1\.7 {
    padding-top: -17px !important;
    padding-bottom: -17px !important;
  }
  .laptop-m--1\.7 {
    margin: -17px !important;
  }
  .laptop-p--1\.7 {
    padding: -17px !important;
  }
  .laptop-m-x--1\.7 {
    margin-left: -17px !important;
    margin-right: -17px !important;
  }
  .laptop-m-y--1\.7 {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
  }
  .laptop-p-x--1\.7 {
    padding-left: -17px !important;
    padding-right: -17px !important;
  }
  .laptop-p-y--1\.7 {
    padding-top: -17px !important;
    padding-bottom: -17px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--1\.6 {
    margin: -16px !important;
  }
  .laptop\:p--1\.6 {
    padding: -16px !important;
  }
  .laptop\:m-x--1\.6 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .laptop\:m-y--1\.6 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .laptop\:p-x--1\.6 {
    padding-left: -16px !important;
    padding-right: -16px !important;
  }
  .laptop\:p-y--1\.6 {
    padding-top: -16px !important;
    padding-bottom: -16px !important;
  }
  .laptop-m--1\.6 {
    margin: -16px !important;
  }
  .laptop-p--1\.6 {
    padding: -16px !important;
  }
  .laptop-m-x--1\.6 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .laptop-m-y--1\.6 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .laptop-p-x--1\.6 {
    padding-left: -16px !important;
    padding-right: -16px !important;
  }
  .laptop-p-y--1\.6 {
    padding-top: -16px !important;
    padding-bottom: -16px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--1\.5 {
    margin: -15px !important;
  }
  .laptop\:p--1\.5 {
    padding: -15px !important;
  }
  .laptop\:m-x--1\.5 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .laptop\:m-y--1\.5 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .laptop\:p-x--1\.5 {
    padding-left: -15px !important;
    padding-right: -15px !important;
  }
  .laptop\:p-y--1\.5 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
  .laptop-m--1\.5 {
    margin: -15px !important;
  }
  .laptop-p--1\.5 {
    padding: -15px !important;
  }
  .laptop-m-x--1\.5 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .laptop-m-y--1\.5 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .laptop-p-x--1\.5 {
    padding-left: -15px !important;
    padding-right: -15px !important;
  }
  .laptop-p-y--1\.5 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--1\.4 {
    margin: -14px !important;
  }
  .laptop\:p--1\.4 {
    padding: -14px !important;
  }
  .laptop\:m-x--1\.4 {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }
  .laptop\:m-y--1\.4 {
    margin-top: -14px !important;
    margin-bottom: -14px !important;
  }
  .laptop\:p-x--1\.4 {
    padding-left: -14px !important;
    padding-right: -14px !important;
  }
  .laptop\:p-y--1\.4 {
    padding-top: -14px !important;
    padding-bottom: -14px !important;
  }
  .laptop-m--1\.4 {
    margin: -14px !important;
  }
  .laptop-p--1\.4 {
    padding: -14px !important;
  }
  .laptop-m-x--1\.4 {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }
  .laptop-m-y--1\.4 {
    margin-top: -14px !important;
    margin-bottom: -14px !important;
  }
  .laptop-p-x--1\.4 {
    padding-left: -14px !important;
    padding-right: -14px !important;
  }
  .laptop-p-y--1\.4 {
    padding-top: -14px !important;
    padding-bottom: -14px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--1\.3 {
    margin: -13px !important;
  }
  .laptop\:p--1\.3 {
    padding: -13px !important;
  }
  .laptop\:m-x--1\.3 {
    margin-left: -13px !important;
    margin-right: -13px !important;
  }
  .laptop\:m-y--1\.3 {
    margin-top: -13px !important;
    margin-bottom: -13px !important;
  }
  .laptop\:p-x--1\.3 {
    padding-left: -13px !important;
    padding-right: -13px !important;
  }
  .laptop\:p-y--1\.3 {
    padding-top: -13px !important;
    padding-bottom: -13px !important;
  }
  .laptop-m--1\.3 {
    margin: -13px !important;
  }
  .laptop-p--1\.3 {
    padding: -13px !important;
  }
  .laptop-m-x--1\.3 {
    margin-left: -13px !important;
    margin-right: -13px !important;
  }
  .laptop-m-y--1\.3 {
    margin-top: -13px !important;
    margin-bottom: -13px !important;
  }
  .laptop-p-x--1\.3 {
    padding-left: -13px !important;
    padding-right: -13px !important;
  }
  .laptop-p-y--1\.3 {
    padding-top: -13px !important;
    padding-bottom: -13px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--1\.2 {
    margin: -12px !important;
  }
  .laptop\:p--1\.2 {
    padding: -12px !important;
  }
  .laptop\:m-x--1\.2 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
  .laptop\:m-y--1\.2 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .laptop\:p-x--1\.2 {
    padding-left: -12px !important;
    padding-right: -12px !important;
  }
  .laptop\:p-y--1\.2 {
    padding-top: -12px !important;
    padding-bottom: -12px !important;
  }
  .laptop-m--1\.2 {
    margin: -12px !important;
  }
  .laptop-p--1\.2 {
    padding: -12px !important;
  }
  .laptop-m-x--1\.2 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
  .laptop-m-y--1\.2 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .laptop-p-x--1\.2 {
    padding-left: -12px !important;
    padding-right: -12px !important;
  }
  .laptop-p-y--1\.2 {
    padding-top: -12px !important;
    padding-bottom: -12px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--1\.1 {
    margin: -11px !important;
  }
  .laptop\:p--1\.1 {
    padding: -11px !important;
  }
  .laptop\:m-x--1\.1 {
    margin-left: -11px !important;
    margin-right: -11px !important;
  }
  .laptop\:m-y--1\.1 {
    margin-top: -11px !important;
    margin-bottom: -11px !important;
  }
  .laptop\:p-x--1\.1 {
    padding-left: -11px !important;
    padding-right: -11px !important;
  }
  .laptop\:p-y--1\.1 {
    padding-top: -11px !important;
    padding-bottom: -11px !important;
  }
  .laptop-m--1\.1 {
    margin: -11px !important;
  }
  .laptop-p--1\.1 {
    padding: -11px !important;
  }
  .laptop-m-x--1\.1 {
    margin-left: -11px !important;
    margin-right: -11px !important;
  }
  .laptop-m-y--1\.1 {
    margin-top: -11px !important;
    margin-bottom: -11px !important;
  }
  .laptop-p-x--1\.1 {
    padding-left: -11px !important;
    padding-right: -11px !important;
  }
  .laptop-p-y--1\.1 {
    padding-top: -11px !important;
    padding-bottom: -11px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--1 {
    margin: -10px !important;
  }
  .laptop\:p--1 {
    padding: -10px !important;
  }
  .laptop\:m-x--1 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .laptop\:m-y--1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .laptop\:p-x--1 {
    padding-left: -10px !important;
    padding-right: -10px !important;
  }
  .laptop\:p-y--1 {
    padding-top: -10px !important;
    padding-bottom: -10px !important;
  }
  .laptop-m--1 {
    margin: -10px !important;
  }
  .laptop-p--1 {
    padding: -10px !important;
  }
  .laptop-m-x--1 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .laptop-m-y--1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .laptop-p-x--1 {
    padding-left: -10px !important;
    padding-right: -10px !important;
  }
  .laptop-p-y--1 {
    padding-top: -10px !important;
    padding-bottom: -10px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--0\.9 {
    margin: -9px !important;
  }
  .laptop\:p--0\.9 {
    padding: -9px !important;
  }
  .laptop\:m-x--0\.9 {
    margin-left: -9px !important;
    margin-right: -9px !important;
  }
  .laptop\:m-y--0\.9 {
    margin-top: -9px !important;
    margin-bottom: -9px !important;
  }
  .laptop\:p-x--0\.9 {
    padding-left: -9px !important;
    padding-right: -9px !important;
  }
  .laptop\:p-y--0\.9 {
    padding-top: -9px !important;
    padding-bottom: -9px !important;
  }
  .laptop-m--0\.9 {
    margin: -9px !important;
  }
  .laptop-p--0\.9 {
    padding: -9px !important;
  }
  .laptop-m-x--0\.9 {
    margin-left: -9px !important;
    margin-right: -9px !important;
  }
  .laptop-m-y--0\.9 {
    margin-top: -9px !important;
    margin-bottom: -9px !important;
  }
  .laptop-p-x--0\.9 {
    padding-left: -9px !important;
    padding-right: -9px !important;
  }
  .laptop-p-y--0\.9 {
    padding-top: -9px !important;
    padding-bottom: -9px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--0\.8 {
    margin: -8px !important;
  }
  .laptop\:p--0\.8 {
    padding: -8px !important;
  }
  .laptop\:m-x--0\.8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  .laptop\:m-y--0\.8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .laptop\:p-x--0\.8 {
    padding-left: -8px !important;
    padding-right: -8px !important;
  }
  .laptop\:p-y--0\.8 {
    padding-top: -8px !important;
    padding-bottom: -8px !important;
  }
  .laptop-m--0\.8 {
    margin: -8px !important;
  }
  .laptop-p--0\.8 {
    padding: -8px !important;
  }
  .laptop-m-x--0\.8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  .laptop-m-y--0\.8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .laptop-p-x--0\.8 {
    padding-left: -8px !important;
    padding-right: -8px !important;
  }
  .laptop-p-y--0\.8 {
    padding-top: -8px !important;
    padding-bottom: -8px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--0\.7 {
    margin: -7px !important;
  }
  .laptop\:p--0\.7 {
    padding: -7px !important;
  }
  .laptop\:m-x--0\.7 {
    margin-left: -7px !important;
    margin-right: -7px !important;
  }
  .laptop\:m-y--0\.7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important;
  }
  .laptop\:p-x--0\.7 {
    padding-left: -7px !important;
    padding-right: -7px !important;
  }
  .laptop\:p-y--0\.7 {
    padding-top: -7px !important;
    padding-bottom: -7px !important;
  }
  .laptop-m--0\.7 {
    margin: -7px !important;
  }
  .laptop-p--0\.7 {
    padding: -7px !important;
  }
  .laptop-m-x--0\.7 {
    margin-left: -7px !important;
    margin-right: -7px !important;
  }
  .laptop-m-y--0\.7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important;
  }
  .laptop-p-x--0\.7 {
    padding-left: -7px !important;
    padding-right: -7px !important;
  }
  .laptop-p-y--0\.7 {
    padding-top: -7px !important;
    padding-bottom: -7px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--0\.6 {
    margin: -6px !important;
  }
  .laptop\:p--0\.6 {
    padding: -6px !important;
  }
  .laptop\:m-x--0\.6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
  .laptop\:m-y--0\.6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }
  .laptop\:p-x--0\.6 {
    padding-left: -6px !important;
    padding-right: -6px !important;
  }
  .laptop\:p-y--0\.6 {
    padding-top: -6px !important;
    padding-bottom: -6px !important;
  }
  .laptop-m--0\.6 {
    margin: -6px !important;
  }
  .laptop-p--0\.6 {
    padding: -6px !important;
  }
  .laptop-m-x--0\.6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
  .laptop-m-y--0\.6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }
  .laptop-p-x--0\.6 {
    padding-left: -6px !important;
    padding-right: -6px !important;
  }
  .laptop-p-y--0\.6 {
    padding-top: -6px !important;
    padding-bottom: -6px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--0\.5 {
    margin: -5px !important;
  }
  .laptop\:p--0\.5 {
    padding: -5px !important;
  }
  .laptop\:m-x--0\.5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .laptop\:m-y--0\.5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .laptop\:p-x--0\.5 {
    padding-left: -5px !important;
    padding-right: -5px !important;
  }
  .laptop\:p-y--0\.5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important;
  }
  .laptop-m--0\.5 {
    margin: -5px !important;
  }
  .laptop-p--0\.5 {
    padding: -5px !important;
  }
  .laptop-m-x--0\.5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .laptop-m-y--0\.5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .laptop-p-x--0\.5 {
    padding-left: -5px !important;
    padding-right: -5px !important;
  }
  .laptop-p-y--0\.5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--0\.4 {
    margin: -4px !important;
  }
  .laptop\:p--0\.4 {
    padding: -4px !important;
  }
  .laptop\:m-x--0\.4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  .laptop\:m-y--0\.4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .laptop\:p-x--0\.4 {
    padding-left: -4px !important;
    padding-right: -4px !important;
  }
  .laptop\:p-y--0\.4 {
    padding-top: -4px !important;
    padding-bottom: -4px !important;
  }
  .laptop-m--0\.4 {
    margin: -4px !important;
  }
  .laptop-p--0\.4 {
    padding: -4px !important;
  }
  .laptop-m-x--0\.4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  .laptop-m-y--0\.4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .laptop-p-x--0\.4 {
    padding-left: -4px !important;
    padding-right: -4px !important;
  }
  .laptop-p-y--0\.4 {
    padding-top: -4px !important;
    padding-bottom: -4px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--0\.3 {
    margin: -3px !important;
  }
  .laptop\:p--0\.3 {
    padding: -3px !important;
  }
  .laptop\:m-x--0\.3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }
  .laptop\:m-y--0\.3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }
  .laptop\:p-x--0\.3 {
    padding-left: -3px !important;
    padding-right: -3px !important;
  }
  .laptop\:p-y--0\.3 {
    padding-top: -3px !important;
    padding-bottom: -3px !important;
  }
  .laptop-m--0\.3 {
    margin: -3px !important;
  }
  .laptop-p--0\.3 {
    padding: -3px !important;
  }
  .laptop-m-x--0\.3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }
  .laptop-m-y--0\.3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }
  .laptop-p-x--0\.3 {
    padding-left: -3px !important;
    padding-right: -3px !important;
  }
  .laptop-p-y--0\.3 {
    padding-top: -3px !important;
    padding-bottom: -3px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--0\.2 {
    margin: -2px !important;
  }
  .laptop\:p--0\.2 {
    padding: -2px !important;
  }
  .laptop\:m-x--0\.2 {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .laptop\:m-y--0\.2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
  .laptop\:p-x--0\.2 {
    padding-left: -2px !important;
    padding-right: -2px !important;
  }
  .laptop\:p-y--0\.2 {
    padding-top: -2px !important;
    padding-bottom: -2px !important;
  }
  .laptop-m--0\.2 {
    margin: -2px !important;
  }
  .laptop-p--0\.2 {
    padding: -2px !important;
  }
  .laptop-m-x--0\.2 {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .laptop-m-y--0\.2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
  .laptop-p-x--0\.2 {
    padding-left: -2px !important;
    padding-right: -2px !important;
  }
  .laptop-p-y--0\.2 {
    padding-top: -2px !important;
    padding-bottom: -2px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m--0\.1 {
    margin: -1px !important;
  }
  .laptop\:p--0\.1 {
    padding: -1px !important;
  }
  .laptop\:m-x--0\.1 {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .laptop\:m-y--0\.1 {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .laptop\:p-x--0\.1 {
    padding-left: -1px !important;
    padding-right: -1px !important;
  }
  .laptop\:p-y--0\.1 {
    padding-top: -1px !important;
    padding-bottom: -1px !important;
  }
  .laptop-m--0\.1 {
    margin: -1px !important;
  }
  .laptop-p--0\.1 {
    padding: -1px !important;
  }
  .laptop-m-x--0\.1 {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .laptop-m-y--0\.1 {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .laptop-p-x--0\.1 {
    padding-left: -1px !important;
    padding-right: -1px !important;
  }
  .laptop-p-y--0\.1 {
    padding-top: -1px !important;
    padding-bottom: -1px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-0 {
    margin: 0px !important;
  }
  .laptop\:p-0 {
    padding: 0px !important;
  }
  .laptop\:m-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .laptop\:m-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .laptop\:p-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .laptop\:p-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .laptop-m-0 {
    margin: 0px !important;
  }
  .laptop-p-0 {
    padding: 0px !important;
  }
  .laptop-m-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .laptop-m-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .laptop-p-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .laptop-p-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-0\.1 {
    margin: 1px !important;
  }
  .laptop\:p-0\.1 {
    padding: 1px !important;
  }
  .laptop\:m-x-0\.1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .laptop\:m-y-0\.1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .laptop\:p-x-0\.1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .laptop\:p-y-0\.1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .laptop-m-0\.1 {
    margin: 1px !important;
  }
  .laptop-p-0\.1 {
    padding: 1px !important;
  }
  .laptop-m-x-0\.1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .laptop-m-y-0\.1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .laptop-p-x-0\.1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .laptop-p-y-0\.1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-0\.2 {
    margin: 2px !important;
  }
  .laptop\:p-0\.2 {
    padding: 2px !important;
  }
  .laptop\:m-x-0\.2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .laptop\:m-y-0\.2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .laptop\:p-x-0\.2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .laptop\:p-y-0\.2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .laptop-m-0\.2 {
    margin: 2px !important;
  }
  .laptop-p-0\.2 {
    padding: 2px !important;
  }
  .laptop-m-x-0\.2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .laptop-m-y-0\.2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .laptop-p-x-0\.2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .laptop-p-y-0\.2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-0\.3 {
    margin: 3px !important;
  }
  .laptop\:p-0\.3 {
    padding: 3px !important;
  }
  .laptop\:m-x-0\.3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .laptop\:m-y-0\.3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .laptop\:p-x-0\.3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .laptop\:p-y-0\.3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .laptop-m-0\.3 {
    margin: 3px !important;
  }
  .laptop-p-0\.3 {
    padding: 3px !important;
  }
  .laptop-m-x-0\.3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .laptop-m-y-0\.3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .laptop-p-x-0\.3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .laptop-p-y-0\.3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-0\.4 {
    margin: 4px !important;
  }
  .laptop\:p-0\.4 {
    padding: 4px !important;
  }
  .laptop\:m-x-0\.4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .laptop\:m-y-0\.4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .laptop\:p-x-0\.4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .laptop\:p-y-0\.4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .laptop-m-0\.4 {
    margin: 4px !important;
  }
  .laptop-p-0\.4 {
    padding: 4px !important;
  }
  .laptop-m-x-0\.4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .laptop-m-y-0\.4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .laptop-p-x-0\.4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .laptop-p-y-0\.4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-0\.5 {
    margin: 5px !important;
  }
  .laptop\:p-0\.5 {
    padding: 5px !important;
  }
  .laptop\:m-x-0\.5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .laptop\:m-y-0\.5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .laptop\:p-x-0\.5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .laptop\:p-y-0\.5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .laptop-m-0\.5 {
    margin: 5px !important;
  }
  .laptop-p-0\.5 {
    padding: 5px !important;
  }
  .laptop-m-x-0\.5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .laptop-m-y-0\.5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .laptop-p-x-0\.5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .laptop-p-y-0\.5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-0\.6 {
    margin: 6px !important;
  }
  .laptop\:p-0\.6 {
    padding: 6px !important;
  }
  .laptop\:m-x-0\.6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .laptop\:m-y-0\.6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .laptop\:p-x-0\.6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .laptop\:p-y-0\.6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .laptop-m-0\.6 {
    margin: 6px !important;
  }
  .laptop-p-0\.6 {
    padding: 6px !important;
  }
  .laptop-m-x-0\.6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .laptop-m-y-0\.6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .laptop-p-x-0\.6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .laptop-p-y-0\.6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-0\.7 {
    margin: 7px !important;
  }
  .laptop\:p-0\.7 {
    padding: 7px !important;
  }
  .laptop\:m-x-0\.7 {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
  .laptop\:m-y-0\.7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .laptop\:p-x-0\.7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .laptop\:p-y-0\.7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .laptop-m-0\.7 {
    margin: 7px !important;
  }
  .laptop-p-0\.7 {
    padding: 7px !important;
  }
  .laptop-m-x-0\.7 {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
  .laptop-m-y-0\.7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .laptop-p-x-0\.7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .laptop-p-y-0\.7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-0\.8 {
    margin: 8px !important;
  }
  .laptop\:p-0\.8 {
    padding: 8px !important;
  }
  .laptop\:m-x-0\.8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .laptop\:m-y-0\.8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .laptop\:p-x-0\.8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .laptop\:p-y-0\.8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .laptop-m-0\.8 {
    margin: 8px !important;
  }
  .laptop-p-0\.8 {
    padding: 8px !important;
  }
  .laptop-m-x-0\.8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .laptop-m-y-0\.8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .laptop-p-x-0\.8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .laptop-p-y-0\.8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-0\.9 {
    margin: 9px !important;
  }
  .laptop\:p-0\.9 {
    padding: 9px !important;
  }
  .laptop\:m-x-0\.9 {
    margin-left: 9px !important;
    margin-right: 9px !important;
  }
  .laptop\:m-y-0\.9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }
  .laptop\:p-x-0\.9 {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .laptop\:p-y-0\.9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
  .laptop-m-0\.9 {
    margin: 9px !important;
  }
  .laptop-p-0\.9 {
    padding: 9px !important;
  }
  .laptop-m-x-0\.9 {
    margin-left: 9px !important;
    margin-right: 9px !important;
  }
  .laptop-m-y-0\.9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }
  .laptop-p-x-0\.9 {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .laptop-p-y-0\.9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-1 {
    margin: 10px !important;
  }
  .laptop\:p-1 {
    padding: 10px !important;
  }
  .laptop\:m-x-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .laptop\:m-y-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .laptop\:p-x-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .laptop\:p-y-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .laptop-m-1 {
    margin: 10px !important;
  }
  .laptop-p-1 {
    padding: 10px !important;
  }
  .laptop-m-x-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .laptop-m-y-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .laptop-p-x-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .laptop-p-y-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-1\.1 {
    margin: 11px !important;
  }
  .laptop\:p-1\.1 {
    padding: 11px !important;
  }
  .laptop\:m-x-1\.1 {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }
  .laptop\:m-y-1\.1 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }
  .laptop\:p-x-1\.1 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  .laptop\:p-y-1\.1 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
  .laptop-m-1\.1 {
    margin: 11px !important;
  }
  .laptop-p-1\.1 {
    padding: 11px !important;
  }
  .laptop-m-x-1\.1 {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }
  .laptop-m-y-1\.1 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }
  .laptop-p-x-1\.1 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  .laptop-p-y-1\.1 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-1\.2 {
    margin: 12px !important;
  }
  .laptop\:p-1\.2 {
    padding: 12px !important;
  }
  .laptop\:m-x-1\.2 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .laptop\:m-y-1\.2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .laptop\:p-x-1\.2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .laptop\:p-y-1\.2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .laptop-m-1\.2 {
    margin: 12px !important;
  }
  .laptop-p-1\.2 {
    padding: 12px !important;
  }
  .laptop-m-x-1\.2 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .laptop-m-y-1\.2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .laptop-p-x-1\.2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .laptop-p-y-1\.2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-1\.3 {
    margin: 13px !important;
  }
  .laptop\:p-1\.3 {
    padding: 13px !important;
  }
  .laptop\:m-x-1\.3 {
    margin-left: 13px !important;
    margin-right: 13px !important;
  }
  .laptop\:m-y-1\.3 {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
  }
  .laptop\:p-x-1\.3 {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  .laptop\:p-y-1\.3 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  .laptop-m-1\.3 {
    margin: 13px !important;
  }
  .laptop-p-1\.3 {
    padding: 13px !important;
  }
  .laptop-m-x-1\.3 {
    margin-left: 13px !important;
    margin-right: 13px !important;
  }
  .laptop-m-y-1\.3 {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
  }
  .laptop-p-x-1\.3 {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  .laptop-p-y-1\.3 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-1\.4 {
    margin: 14px !important;
  }
  .laptop\:p-1\.4 {
    padding: 14px !important;
  }
  .laptop\:m-x-1\.4 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .laptop\:m-y-1\.4 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .laptop\:p-x-1\.4 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .laptop\:p-y-1\.4 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .laptop-m-1\.4 {
    margin: 14px !important;
  }
  .laptop-p-1\.4 {
    padding: 14px !important;
  }
  .laptop-m-x-1\.4 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .laptop-m-y-1\.4 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .laptop-p-x-1\.4 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .laptop-p-y-1\.4 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-1\.5 {
    margin: 15px !important;
  }
  .laptop\:p-1\.5 {
    padding: 15px !important;
  }
  .laptop\:m-x-1\.5 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .laptop\:m-y-1\.5 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .laptop\:p-x-1\.5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .laptop\:p-y-1\.5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .laptop-m-1\.5 {
    margin: 15px !important;
  }
  .laptop-p-1\.5 {
    padding: 15px !important;
  }
  .laptop-m-x-1\.5 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .laptop-m-y-1\.5 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .laptop-p-x-1\.5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .laptop-p-y-1\.5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-1\.6 {
    margin: 16px !important;
  }
  .laptop\:p-1\.6 {
    padding: 16px !important;
  }
  .laptop\:m-x-1\.6 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .laptop\:m-y-1\.6 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .laptop\:p-x-1\.6 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .laptop\:p-y-1\.6 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .laptop-m-1\.6 {
    margin: 16px !important;
  }
  .laptop-p-1\.6 {
    padding: 16px !important;
  }
  .laptop-m-x-1\.6 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .laptop-m-y-1\.6 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .laptop-p-x-1\.6 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .laptop-p-y-1\.6 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-1\.7 {
    margin: 17px !important;
  }
  .laptop\:p-1\.7 {
    padding: 17px !important;
  }
  .laptop\:m-x-1\.7 {
    margin-left: 17px !important;
    margin-right: 17px !important;
  }
  .laptop\:m-y-1\.7 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .laptop\:p-x-1\.7 {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .laptop\:p-y-1\.7 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  .laptop-m-1\.7 {
    margin: 17px !important;
  }
  .laptop-p-1\.7 {
    padding: 17px !important;
  }
  .laptop-m-x-1\.7 {
    margin-left: 17px !important;
    margin-right: 17px !important;
  }
  .laptop-m-y-1\.7 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .laptop-p-x-1\.7 {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .laptop-p-y-1\.7 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-1\.8 {
    margin: 18px !important;
  }
  .laptop\:p-1\.8 {
    padding: 18px !important;
  }
  .laptop\:m-x-1\.8 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .laptop\:m-y-1\.8 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .laptop\:p-x-1\.8 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .laptop\:p-y-1\.8 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .laptop-m-1\.8 {
    margin: 18px !important;
  }
  .laptop-p-1\.8 {
    padding: 18px !important;
  }
  .laptop-m-x-1\.8 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .laptop-m-y-1\.8 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .laptop-p-x-1\.8 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .laptop-p-y-1\.8 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-1\.9 {
    margin: 19px !important;
  }
  .laptop\:p-1\.9 {
    padding: 19px !important;
  }
  .laptop\:m-x-1\.9 {
    margin-left: 19px !important;
    margin-right: 19px !important;
  }
  .laptop\:m-y-1\.9 {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
  }
  .laptop\:p-x-1\.9 {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .laptop\:p-y-1\.9 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
  .laptop-m-1\.9 {
    margin: 19px !important;
  }
  .laptop-p-1\.9 {
    padding: 19px !important;
  }
  .laptop-m-x-1\.9 {
    margin-left: 19px !important;
    margin-right: 19px !important;
  }
  .laptop-m-y-1\.9 {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
  }
  .laptop-p-x-1\.9 {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .laptop-p-y-1\.9 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-2 {
    margin: 20px !important;
  }
  .laptop\:p-2 {
    padding: 20px !important;
  }
  .laptop\:m-x-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .laptop\:m-y-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .laptop\:p-x-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .laptop\:p-y-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .laptop-m-2 {
    margin: 20px !important;
  }
  .laptop-p-2 {
    padding: 20px !important;
  }
  .laptop-m-x-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .laptop-m-y-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .laptop-p-x-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .laptop-p-y-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-2\.1 {
    margin: 21px !important;
  }
  .laptop\:p-2\.1 {
    padding: 21px !important;
  }
  .laptop\:m-x-2\.1 {
    margin-left: 21px !important;
    margin-right: 21px !important;
  }
  .laptop\:m-y-2\.1 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .laptop\:p-x-2\.1 {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
  .laptop\:p-y-2\.1 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
  .laptop-m-2\.1 {
    margin: 21px !important;
  }
  .laptop-p-2\.1 {
    padding: 21px !important;
  }
  .laptop-m-x-2\.1 {
    margin-left: 21px !important;
    margin-right: 21px !important;
  }
  .laptop-m-y-2\.1 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .laptop-p-x-2\.1 {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
  .laptop-p-y-2\.1 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-2\.2 {
    margin: 22px !important;
  }
  .laptop\:p-2\.2 {
    padding: 22px !important;
  }
  .laptop\:m-x-2\.2 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .laptop\:m-y-2\.2 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .laptop\:p-x-2\.2 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .laptop\:p-y-2\.2 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .laptop-m-2\.2 {
    margin: 22px !important;
  }
  .laptop-p-2\.2 {
    padding: 22px !important;
  }
  .laptop-m-x-2\.2 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .laptop-m-y-2\.2 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .laptop-p-x-2\.2 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .laptop-p-y-2\.2 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-2\.3 {
    margin: 23px !important;
  }
  .laptop\:p-2\.3 {
    padding: 23px !important;
  }
  .laptop\:m-x-2\.3 {
    margin-left: 23px !important;
    margin-right: 23px !important;
  }
  .laptop\:m-y-2\.3 {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .laptop\:p-x-2\.3 {
    padding-left: 23px !important;
    padding-right: 23px !important;
  }
  .laptop\:p-y-2\.3 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
  .laptop-m-2\.3 {
    margin: 23px !important;
  }
  .laptop-p-2\.3 {
    padding: 23px !important;
  }
  .laptop-m-x-2\.3 {
    margin-left: 23px !important;
    margin-right: 23px !important;
  }
  .laptop-m-y-2\.3 {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .laptop-p-x-2\.3 {
    padding-left: 23px !important;
    padding-right: 23px !important;
  }
  .laptop-p-y-2\.3 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-2\.4 {
    margin: 24px !important;
  }
  .laptop\:p-2\.4 {
    padding: 24px !important;
  }
  .laptop\:m-x-2\.4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .laptop\:m-y-2\.4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .laptop\:p-x-2\.4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .laptop\:p-y-2\.4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .laptop-m-2\.4 {
    margin: 24px !important;
  }
  .laptop-p-2\.4 {
    padding: 24px !important;
  }
  .laptop-m-x-2\.4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .laptop-m-y-2\.4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .laptop-p-x-2\.4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .laptop-p-y-2\.4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-2\.5 {
    margin: 25px !important;
  }
  .laptop\:p-2\.5 {
    padding: 25px !important;
  }
  .laptop\:m-x-2\.5 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .laptop\:m-y-2\.5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .laptop\:p-x-2\.5 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .laptop\:p-y-2\.5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .laptop-m-2\.5 {
    margin: 25px !important;
  }
  .laptop-p-2\.5 {
    padding: 25px !important;
  }
  .laptop-m-x-2\.5 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .laptop-m-y-2\.5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .laptop-p-x-2\.5 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .laptop-p-y-2\.5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-2\.6 {
    margin: 26px !important;
  }
  .laptop\:p-2\.6 {
    padding: 26px !important;
  }
  .laptop\:m-x-2\.6 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }
  .laptop\:m-y-2\.6 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  .laptop\:p-x-2\.6 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  .laptop\:p-y-2\.6 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  .laptop-m-2\.6 {
    margin: 26px !important;
  }
  .laptop-p-2\.6 {
    padding: 26px !important;
  }
  .laptop-m-x-2\.6 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }
  .laptop-m-y-2\.6 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  .laptop-p-x-2\.6 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  .laptop-p-y-2\.6 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-2\.7 {
    margin: 27px !important;
  }
  .laptop\:p-2\.7 {
    padding: 27px !important;
  }
  .laptop\:m-x-2\.7 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }
  .laptop\:m-y-2\.7 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }
  .laptop\:p-x-2\.7 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
  .laptop\:p-y-2\.7 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
  .laptop-m-2\.7 {
    margin: 27px !important;
  }
  .laptop-p-2\.7 {
    padding: 27px !important;
  }
  .laptop-m-x-2\.7 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }
  .laptop-m-y-2\.7 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }
  .laptop-p-x-2\.7 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
  .laptop-p-y-2\.7 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-2\.8 {
    margin: 28px !important;
  }
  .laptop\:p-2\.8 {
    padding: 28px !important;
  }
  .laptop\:m-x-2\.8 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .laptop\:m-y-2\.8 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .laptop\:p-x-2\.8 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .laptop\:p-y-2\.8 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .laptop-m-2\.8 {
    margin: 28px !important;
  }
  .laptop-p-2\.8 {
    padding: 28px !important;
  }
  .laptop-m-x-2\.8 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .laptop-m-y-2\.8 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .laptop-p-x-2\.8 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .laptop-p-y-2\.8 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-2\.9 {
    margin: 29px !important;
  }
  .laptop\:p-2\.9 {
    padding: 29px !important;
  }
  .laptop\:m-x-2\.9 {
    margin-left: 29px !important;
    margin-right: 29px !important;
  }
  .laptop\:m-y-2\.9 {
    margin-top: 29px !important;
    margin-bottom: 29px !important;
  }
  .laptop\:p-x-2\.9 {
    padding-left: 29px !important;
    padding-right: 29px !important;
  }
  .laptop\:p-y-2\.9 {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
  }
  .laptop-m-2\.9 {
    margin: 29px !important;
  }
  .laptop-p-2\.9 {
    padding: 29px !important;
  }
  .laptop-m-x-2\.9 {
    margin-left: 29px !important;
    margin-right: 29px !important;
  }
  .laptop-m-y-2\.9 {
    margin-top: 29px !important;
    margin-bottom: 29px !important;
  }
  .laptop-p-x-2\.9 {
    padding-left: 29px !important;
    padding-right: 29px !important;
  }
  .laptop-p-y-2\.9 {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-3 {
    margin: 30px !important;
  }
  .laptop\:p-3 {
    padding: 30px !important;
  }
  .laptop\:m-x-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .laptop\:m-y-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .laptop\:p-x-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .laptop\:p-y-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .laptop-m-3 {
    margin: 30px !important;
  }
  .laptop-p-3 {
    padding: 30px !important;
  }
  .laptop-m-x-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .laptop-m-y-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .laptop-p-x-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .laptop-p-y-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-3\.1 {
    margin: 31px !important;
  }
  .laptop\:p-3\.1 {
    padding: 31px !important;
  }
  .laptop\:m-x-3\.1 {
    margin-left: 31px !important;
    margin-right: 31px !important;
  }
  .laptop\:m-y-3\.1 {
    margin-top: 31px !important;
    margin-bottom: 31px !important;
  }
  .laptop\:p-x-3\.1 {
    padding-left: 31px !important;
    padding-right: 31px !important;
  }
  .laptop\:p-y-3\.1 {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }
  .laptop-m-3\.1 {
    margin: 31px !important;
  }
  .laptop-p-3\.1 {
    padding: 31px !important;
  }
  .laptop-m-x-3\.1 {
    margin-left: 31px !important;
    margin-right: 31px !important;
  }
  .laptop-m-y-3\.1 {
    margin-top: 31px !important;
    margin-bottom: 31px !important;
  }
  .laptop-p-x-3\.1 {
    padding-left: 31px !important;
    padding-right: 31px !important;
  }
  .laptop-p-y-3\.1 {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-3\.2 {
    margin: 32px !important;
  }
  .laptop\:p-3\.2 {
    padding: 32px !important;
  }
  .laptop\:m-x-3\.2 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .laptop\:m-y-3\.2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .laptop\:p-x-3\.2 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .laptop\:p-y-3\.2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .laptop-m-3\.2 {
    margin: 32px !important;
  }
  .laptop-p-3\.2 {
    padding: 32px !important;
  }
  .laptop-m-x-3\.2 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .laptop-m-y-3\.2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .laptop-p-x-3\.2 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .laptop-p-y-3\.2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-3\.3 {
    margin: 33px !important;
  }
  .laptop\:p-3\.3 {
    padding: 33px !important;
  }
  .laptop\:m-x-3\.3 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }
  .laptop\:m-y-3\.3 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }
  .laptop\:p-x-3\.3 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
  .laptop\:p-y-3\.3 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }
  .laptop-m-3\.3 {
    margin: 33px !important;
  }
  .laptop-p-3\.3 {
    padding: 33px !important;
  }
  .laptop-m-x-3\.3 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }
  .laptop-m-y-3\.3 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }
  .laptop-p-x-3\.3 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
  .laptop-p-y-3\.3 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-3\.4 {
    margin: 34px !important;
  }
  .laptop\:p-3\.4 {
    padding: 34px !important;
  }
  .laptop\:m-x-3\.4 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }
  .laptop\:m-y-3\.4 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .laptop\:p-x-3\.4 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
  .laptop\:p-y-3\.4 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .laptop-m-3\.4 {
    margin: 34px !important;
  }
  .laptop-p-3\.4 {
    padding: 34px !important;
  }
  .laptop-m-x-3\.4 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }
  .laptop-m-y-3\.4 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .laptop-p-x-3\.4 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
  .laptop-p-y-3\.4 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-3\.5 {
    margin: 35px !important;
  }
  .laptop\:p-3\.5 {
    padding: 35px !important;
  }
  .laptop\:m-x-3\.5 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .laptop\:m-y-3\.5 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .laptop\:p-x-3\.5 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .laptop\:p-y-3\.5 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .laptop-m-3\.5 {
    margin: 35px !important;
  }
  .laptop-p-3\.5 {
    padding: 35px !important;
  }
  .laptop-m-x-3\.5 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .laptop-m-y-3\.5 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .laptop-p-x-3\.5 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .laptop-p-y-3\.5 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-3\.6 {
    margin: 36px !important;
  }
  .laptop\:p-3\.6 {
    padding: 36px !important;
  }
  .laptop\:m-x-3\.6 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .laptop\:m-y-3\.6 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .laptop\:p-x-3\.6 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .laptop\:p-y-3\.6 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .laptop-m-3\.6 {
    margin: 36px !important;
  }
  .laptop-p-3\.6 {
    padding: 36px !important;
  }
  .laptop-m-x-3\.6 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .laptop-m-y-3\.6 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .laptop-p-x-3\.6 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .laptop-p-y-3\.6 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-3\.7 {
    margin: 37px !important;
  }
  .laptop\:p-3\.7 {
    padding: 37px !important;
  }
  .laptop\:m-x-3\.7 {
    margin-left: 37px !important;
    margin-right: 37px !important;
  }
  .laptop\:m-y-3\.7 {
    margin-top: 37px !important;
    margin-bottom: 37px !important;
  }
  .laptop\:p-x-3\.7 {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
  .laptop\:p-y-3\.7 {
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }
  .laptop-m-3\.7 {
    margin: 37px !important;
  }
  .laptop-p-3\.7 {
    padding: 37px !important;
  }
  .laptop-m-x-3\.7 {
    margin-left: 37px !important;
    margin-right: 37px !important;
  }
  .laptop-m-y-3\.7 {
    margin-top: 37px !important;
    margin-bottom: 37px !important;
  }
  .laptop-p-x-3\.7 {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
  .laptop-p-y-3\.7 {
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-3\.8 {
    margin: 38px !important;
  }
  .laptop\:p-3\.8 {
    padding: 38px !important;
  }
  .laptop\:m-x-3\.8 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }
  .laptop\:m-y-3\.8 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .laptop\:p-x-3\.8 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
  .laptop\:p-y-3\.8 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
  .laptop-m-3\.8 {
    margin: 38px !important;
  }
  .laptop-p-3\.8 {
    padding: 38px !important;
  }
  .laptop-m-x-3\.8 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }
  .laptop-m-y-3\.8 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .laptop-p-x-3\.8 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
  .laptop-p-y-3\.8 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-3\.9 {
    margin: 39px !important;
  }
  .laptop\:p-3\.9 {
    padding: 39px !important;
  }
  .laptop\:m-x-3\.9 {
    margin-left: 39px !important;
    margin-right: 39px !important;
  }
  .laptop\:m-y-3\.9 {
    margin-top: 39px !important;
    margin-bottom: 39px !important;
  }
  .laptop\:p-x-3\.9 {
    padding-left: 39px !important;
    padding-right: 39px !important;
  }
  .laptop\:p-y-3\.9 {
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }
  .laptop-m-3\.9 {
    margin: 39px !important;
  }
  .laptop-p-3\.9 {
    padding: 39px !important;
  }
  .laptop-m-x-3\.9 {
    margin-left: 39px !important;
    margin-right: 39px !important;
  }
  .laptop-m-y-3\.9 {
    margin-top: 39px !important;
    margin-bottom: 39px !important;
  }
  .laptop-p-x-3\.9 {
    padding-left: 39px !important;
    padding-right: 39px !important;
  }
  .laptop-p-y-3\.9 {
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-4 {
    margin: 40px !important;
  }
  .laptop\:p-4 {
    padding: 40px !important;
  }
  .laptop\:m-x-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .laptop\:m-y-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .laptop\:p-x-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .laptop\:p-y-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .laptop-m-4 {
    margin: 40px !important;
  }
  .laptop-p-4 {
    padding: 40px !important;
  }
  .laptop-m-x-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .laptop-m-y-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .laptop-p-x-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .laptop-p-y-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-4\.1 {
    margin: 41px !important;
  }
  .laptop\:p-4\.1 {
    padding: 41px !important;
  }
  .laptop\:m-x-4\.1 {
    margin-left: 41px !important;
    margin-right: 41px !important;
  }
  .laptop\:m-y-4\.1 {
    margin-top: 41px !important;
    margin-bottom: 41px !important;
  }
  .laptop\:p-x-4\.1 {
    padding-left: 41px !important;
    padding-right: 41px !important;
  }
  .laptop\:p-y-4\.1 {
    padding-top: 41px !important;
    padding-bottom: 41px !important;
  }
  .laptop-m-4\.1 {
    margin: 41px !important;
  }
  .laptop-p-4\.1 {
    padding: 41px !important;
  }
  .laptop-m-x-4\.1 {
    margin-left: 41px !important;
    margin-right: 41px !important;
  }
  .laptop-m-y-4\.1 {
    margin-top: 41px !important;
    margin-bottom: 41px !important;
  }
  .laptop-p-x-4\.1 {
    padding-left: 41px !important;
    padding-right: 41px !important;
  }
  .laptop-p-y-4\.1 {
    padding-top: 41px !important;
    padding-bottom: 41px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-4\.2 {
    margin: 42px !important;
  }
  .laptop\:p-4\.2 {
    padding: 42px !important;
  }
  .laptop\:m-x-4\.2 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }
  .laptop\:m-y-4\.2 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .laptop\:p-x-4\.2 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
  .laptop\:p-y-4\.2 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .laptop-m-4\.2 {
    margin: 42px !important;
  }
  .laptop-p-4\.2 {
    padding: 42px !important;
  }
  .laptop-m-x-4\.2 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }
  .laptop-m-y-4\.2 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .laptop-p-x-4\.2 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
  .laptop-p-y-4\.2 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-4\.3 {
    margin: 43px !important;
  }
  .laptop\:p-4\.3 {
    padding: 43px !important;
  }
  .laptop\:m-x-4\.3 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  .laptop\:m-y-4\.3 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .laptop\:p-x-4\.3 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  .laptop\:p-y-4\.3 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  .laptop-m-4\.3 {
    margin: 43px !important;
  }
  .laptop-p-4\.3 {
    padding: 43px !important;
  }
  .laptop-m-x-4\.3 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  .laptop-m-y-4\.3 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .laptop-p-x-4\.3 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  .laptop-p-y-4\.3 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-4\.4 {
    margin: 44px !important;
  }
  .laptop\:p-4\.4 {
    padding: 44px !important;
  }
  .laptop\:m-x-4\.4 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }
  .laptop\:m-y-4\.4 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .laptop\:p-x-4\.4 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
  .laptop\:p-y-4\.4 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .laptop-m-4\.4 {
    margin: 44px !important;
  }
  .laptop-p-4\.4 {
    padding: 44px !important;
  }
  .laptop-m-x-4\.4 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }
  .laptop-m-y-4\.4 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .laptop-p-x-4\.4 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
  .laptop-p-y-4\.4 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-4\.5 {
    margin: 45px !important;
  }
  .laptop\:p-4\.5 {
    padding: 45px !important;
  }
  .laptop\:m-x-4\.5 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .laptop\:m-y-4\.5 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .laptop\:p-x-4\.5 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .laptop\:p-y-4\.5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .laptop-m-4\.5 {
    margin: 45px !important;
  }
  .laptop-p-4\.5 {
    padding: 45px !important;
  }
  .laptop-m-x-4\.5 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .laptop-m-y-4\.5 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .laptop-p-x-4\.5 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .laptop-p-y-4\.5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-4\.6 {
    margin: 46px !important;
  }
  .laptop\:p-4\.6 {
    padding: 46px !important;
  }
  .laptop\:m-x-4\.6 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .laptop\:m-y-4\.6 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .laptop\:p-x-4\.6 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  .laptop\:p-y-4\.6 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .laptop-m-4\.6 {
    margin: 46px !important;
  }
  .laptop-p-4\.6 {
    padding: 46px !important;
  }
  .laptop-m-x-4\.6 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .laptop-m-y-4\.6 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .laptop-p-x-4\.6 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  .laptop-p-y-4\.6 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-4\.7 {
    margin: 47px !important;
  }
  .laptop\:p-4\.7 {
    padding: 47px !important;
  }
  .laptop\:m-x-4\.7 {
    margin-left: 47px !important;
    margin-right: 47px !important;
  }
  .laptop\:m-y-4\.7 {
    margin-top: 47px !important;
    margin-bottom: 47px !important;
  }
  .laptop\:p-x-4\.7 {
    padding-left: 47px !important;
    padding-right: 47px !important;
  }
  .laptop\:p-y-4\.7 {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
  }
  .laptop-m-4\.7 {
    margin: 47px !important;
  }
  .laptop-p-4\.7 {
    padding: 47px !important;
  }
  .laptop-m-x-4\.7 {
    margin-left: 47px !important;
    margin-right: 47px !important;
  }
  .laptop-m-y-4\.7 {
    margin-top: 47px !important;
    margin-bottom: 47px !important;
  }
  .laptop-p-x-4\.7 {
    padding-left: 47px !important;
    padding-right: 47px !important;
  }
  .laptop-p-y-4\.7 {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-4\.8 {
    margin: 48px !important;
  }
  .laptop\:p-4\.8 {
    padding: 48px !important;
  }
  .laptop\:m-x-4\.8 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .laptop\:m-y-4\.8 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .laptop\:p-x-4\.8 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .laptop\:p-y-4\.8 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .laptop-m-4\.8 {
    margin: 48px !important;
  }
  .laptop-p-4\.8 {
    padding: 48px !important;
  }
  .laptop-m-x-4\.8 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .laptop-m-y-4\.8 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .laptop-p-x-4\.8 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .laptop-p-y-4\.8 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-4\.9 {
    margin: 49px !important;
  }
  .laptop\:p-4\.9 {
    padding: 49px !important;
  }
  .laptop\:m-x-4\.9 {
    margin-left: 49px !important;
    margin-right: 49px !important;
  }
  .laptop\:m-y-4\.9 {
    margin-top: 49px !important;
    margin-bottom: 49px !important;
  }
  .laptop\:p-x-4\.9 {
    padding-left: 49px !important;
    padding-right: 49px !important;
  }
  .laptop\:p-y-4\.9 {
    padding-top: 49px !important;
    padding-bottom: 49px !important;
  }
  .laptop-m-4\.9 {
    margin: 49px !important;
  }
  .laptop-p-4\.9 {
    padding: 49px !important;
  }
  .laptop-m-x-4\.9 {
    margin-left: 49px !important;
    margin-right: 49px !important;
  }
  .laptop-m-y-4\.9 {
    margin-top: 49px !important;
    margin-bottom: 49px !important;
  }
  .laptop-p-x-4\.9 {
    padding-left: 49px !important;
    padding-right: 49px !important;
  }
  .laptop-p-y-4\.9 {
    padding-top: 49px !important;
    padding-bottom: 49px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-5 {
    margin: 50px !important;
  }
  .laptop\:p-5 {
    padding: 50px !important;
  }
  .laptop\:m-x-5 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .laptop\:m-y-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .laptop\:p-x-5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .laptop\:p-y-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .laptop-m-5 {
    margin: 50px !important;
  }
  .laptop-p-5 {
    padding: 50px !important;
  }
  .laptop-m-x-5 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .laptop-m-y-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .laptop-p-x-5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .laptop-p-y-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-6 {
    margin: 60px !important;
  }
  .laptop\:p-6 {
    padding: 60px !important;
  }
  .laptop\:m-x-6 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .laptop\:m-y-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .laptop\:p-x-6 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .laptop\:p-y-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .laptop-m-6 {
    margin: 60px !important;
  }
  .laptop-p-6 {
    padding: 60px !important;
  }
  .laptop-m-x-6 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .laptop-m-y-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .laptop-p-x-6 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .laptop-p-y-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-7 {
    margin: 70px !important;
  }
  .laptop\:p-7 {
    padding: 70px !important;
  }
  .laptop\:m-x-7 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .laptop\:m-y-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .laptop\:p-x-7 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .laptop\:p-y-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .laptop-m-7 {
    margin: 70px !important;
  }
  .laptop-p-7 {
    padding: 70px !important;
  }
  .laptop-m-x-7 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .laptop-m-y-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .laptop-p-x-7 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .laptop-p-y-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-8 {
    margin: 80px !important;
  }
  .laptop\:p-8 {
    padding: 80px !important;
  }
  .laptop\:m-x-8 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .laptop\:m-y-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .laptop\:p-x-8 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .laptop\:p-y-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .laptop-m-8 {
    margin: 80px !important;
  }
  .laptop-p-8 {
    padding: 80px !important;
  }
  .laptop-m-x-8 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .laptop-m-y-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .laptop-p-x-8 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .laptop-p-y-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-9 {
    margin: 90px !important;
  }
  .laptop\:p-9 {
    padding: 90px !important;
  }
  .laptop\:m-x-9 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .laptop\:m-y-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .laptop\:p-x-9 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .laptop\:p-y-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .laptop-m-9 {
    margin: 90px !important;
  }
  .laptop-p-9 {
    padding: 90px !important;
  }
  .laptop-m-x-9 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .laptop-m-y-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .laptop-p-x-9 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .laptop-p-y-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-10 {
    margin: 100px !important;
  }
  .laptop\:p-10 {
    padding: 100px !important;
  }
  .laptop\:m-x-10 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .laptop\:m-y-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .laptop\:p-x-10 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .laptop\:p-y-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .laptop-m-10 {
    margin: 100px !important;
  }
  .laptop-p-10 {
    padding: 100px !important;
  }
  .laptop-m-x-10 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .laptop-m-y-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .laptop-p-x-10 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .laptop-p-y-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-11 {
    margin: 110px !important;
  }
  .laptop\:p-11 {
    padding: 110px !important;
  }
  .laptop\:m-x-11 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  .laptop\:m-y-11 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .laptop\:p-x-11 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .laptop\:p-y-11 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .laptop-m-11 {
    margin: 110px !important;
  }
  .laptop-p-11 {
    padding: 110px !important;
  }
  .laptop-m-x-11 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  .laptop-m-y-11 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .laptop-p-x-11 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .laptop-p-y-11 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-12 {
    margin: 120px !important;
  }
  .laptop\:p-12 {
    padding: 120px !important;
  }
  .laptop\:m-x-12 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .laptop\:m-y-12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .laptop\:p-x-12 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .laptop\:p-y-12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .laptop-m-12 {
    margin: 120px !important;
  }
  .laptop-p-12 {
    padding: 120px !important;
  }
  .laptop-m-x-12 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .laptop-m-y-12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .laptop-p-x-12 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .laptop-p-y-12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-13 {
    margin: 130px !important;
  }
  .laptop\:p-13 {
    padding: 130px !important;
  }
  .laptop\:m-x-13 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  .laptop\:m-y-13 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .laptop\:p-x-13 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .laptop\:p-y-13 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .laptop-m-13 {
    margin: 130px !important;
  }
  .laptop-p-13 {
    padding: 130px !important;
  }
  .laptop-m-x-13 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  .laptop-m-y-13 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .laptop-p-x-13 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .laptop-p-y-13 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-14 {
    margin: 140px !important;
  }
  .laptop\:p-14 {
    padding: 140px !important;
  }
  .laptop\:m-x-14 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  .laptop\:m-y-14 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .laptop\:p-x-14 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .laptop\:p-y-14 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .laptop-m-14 {
    margin: 140px !important;
  }
  .laptop-p-14 {
    padding: 140px !important;
  }
  .laptop-m-x-14 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  .laptop-m-y-14 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .laptop-p-x-14 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .laptop-p-y-14 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-15 {
    margin: 150px !important;
  }
  .laptop\:p-15 {
    padding: 150px !important;
  }
  .laptop\:m-x-15 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .laptop\:m-y-15 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .laptop\:p-x-15 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .laptop\:p-y-15 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .laptop-m-15 {
    margin: 150px !important;
  }
  .laptop-p-15 {
    padding: 150px !important;
  }
  .laptop-m-x-15 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .laptop-m-y-15 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .laptop-p-x-15 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .laptop-p-y-15 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-16 {
    margin: 160px !important;
  }
  .laptop\:p-16 {
    padding: 160px !important;
  }
  .laptop\:m-x-16 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .laptop\:m-y-16 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .laptop\:p-x-16 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .laptop\:p-y-16 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .laptop-m-16 {
    margin: 160px !important;
  }
  .laptop-p-16 {
    padding: 160px !important;
  }
  .laptop-m-x-16 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .laptop-m-y-16 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .laptop-p-x-16 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .laptop-p-y-16 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-17 {
    margin: 170px !important;
  }
  .laptop\:p-17 {
    padding: 170px !important;
  }
  .laptop\:m-x-17 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  .laptop\:m-y-17 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .laptop\:p-x-17 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  .laptop\:p-y-17 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .laptop-m-17 {
    margin: 170px !important;
  }
  .laptop-p-17 {
    padding: 170px !important;
  }
  .laptop-m-x-17 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  .laptop-m-y-17 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .laptop-p-x-17 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  .laptop-p-y-17 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-18 {
    margin: 180px !important;
  }
  .laptop\:p-18 {
    padding: 180px !important;
  }
  .laptop\:m-x-18 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  .laptop\:m-y-18 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .laptop\:p-x-18 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .laptop\:p-y-18 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .laptop-m-18 {
    margin: 180px !important;
  }
  .laptop-p-18 {
    padding: 180px !important;
  }
  .laptop-m-x-18 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  .laptop-m-y-18 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .laptop-p-x-18 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .laptop-p-y-18 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-19 {
    margin: 190px !important;
  }
  .laptop\:p-19 {
    padding: 190px !important;
  }
  .laptop\:m-x-19 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  .laptop\:m-y-19 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .laptop\:p-x-19 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  .laptop\:p-y-19 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .laptop-m-19 {
    margin: 190px !important;
  }
  .laptop-p-19 {
    padding: 190px !important;
  }
  .laptop-m-x-19 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  .laptop-m-y-19 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .laptop-p-x-19 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  .laptop-p-y-19 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-20 {
    margin: 200px !important;
  }
  .laptop\:p-20 {
    padding: 200px !important;
  }
  .laptop\:m-x-20 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .laptop\:m-y-20 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .laptop\:p-x-20 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .laptop\:p-y-20 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .laptop-m-20 {
    margin: 200px !important;
  }
  .laptop-p-20 {
    padding: 200px !important;
  }
  .laptop-m-x-20 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .laptop-m-y-20 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .laptop-p-x-20 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .laptop-p-y-20 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-21 {
    margin: 210px !important;
  }
  .laptop\:p-21 {
    padding: 210px !important;
  }
  .laptop\:m-x-21 {
    margin-left: 210px !important;
    margin-right: 210px !important;
  }
  .laptop\:m-y-21 {
    margin-top: 210px !important;
    margin-bottom: 210px !important;
  }
  .laptop\:p-x-21 {
    padding-left: 210px !important;
    padding-right: 210px !important;
  }
  .laptop\:p-y-21 {
    padding-top: 210px !important;
    padding-bottom: 210px !important;
  }
  .laptop-m-21 {
    margin: 210px !important;
  }
  .laptop-p-21 {
    padding: 210px !important;
  }
  .laptop-m-x-21 {
    margin-left: 210px !important;
    margin-right: 210px !important;
  }
  .laptop-m-y-21 {
    margin-top: 210px !important;
    margin-bottom: 210px !important;
  }
  .laptop-p-x-21 {
    padding-left: 210px !important;
    padding-right: 210px !important;
  }
  .laptop-p-y-21 {
    padding-top: 210px !important;
    padding-bottom: 210px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-22 {
    margin: 220px !important;
  }
  .laptop\:p-22 {
    padding: 220px !important;
  }
  .laptop\:m-x-22 {
    margin-left: 220px !important;
    margin-right: 220px !important;
  }
  .laptop\:m-y-22 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .laptop\:p-x-22 {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }
  .laptop\:p-y-22 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .laptop-m-22 {
    margin: 220px !important;
  }
  .laptop-p-22 {
    padding: 220px !important;
  }
  .laptop-m-x-22 {
    margin-left: 220px !important;
    margin-right: 220px !important;
  }
  .laptop-m-y-22 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .laptop-p-x-22 {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }
  .laptop-p-y-22 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-23 {
    margin: 230px !important;
  }
  .laptop\:p-23 {
    padding: 230px !important;
  }
  .laptop\:m-x-23 {
    margin-left: 230px !important;
    margin-right: 230px !important;
  }
  .laptop\:m-y-23 {
    margin-top: 230px !important;
    margin-bottom: 230px !important;
  }
  .laptop\:p-x-23 {
    padding-left: 230px !important;
    padding-right: 230px !important;
  }
  .laptop\:p-y-23 {
    padding-top: 230px !important;
    padding-bottom: 230px !important;
  }
  .laptop-m-23 {
    margin: 230px !important;
  }
  .laptop-p-23 {
    padding: 230px !important;
  }
  .laptop-m-x-23 {
    margin-left: 230px !important;
    margin-right: 230px !important;
  }
  .laptop-m-y-23 {
    margin-top: 230px !important;
    margin-bottom: 230px !important;
  }
  .laptop-p-x-23 {
    padding-left: 230px !important;
    padding-right: 230px !important;
  }
  .laptop-p-y-23 {
    padding-top: 230px !important;
    padding-bottom: 230px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-24 {
    margin: 240px !important;
  }
  .laptop\:p-24 {
    padding: 240px !important;
  }
  .laptop\:m-x-24 {
    margin-left: 240px !important;
    margin-right: 240px !important;
  }
  .laptop\:m-y-24 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .laptop\:p-x-24 {
    padding-left: 240px !important;
    padding-right: 240px !important;
  }
  .laptop\:p-y-24 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .laptop-m-24 {
    margin: 240px !important;
  }
  .laptop-p-24 {
    padding: 240px !important;
  }
  .laptop-m-x-24 {
    margin-left: 240px !important;
    margin-right: 240px !important;
  }
  .laptop-m-y-24 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .laptop-p-x-24 {
    padding-left: 240px !important;
    padding-right: 240px !important;
  }
  .laptop-p-y-24 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-25 {
    margin: 250px !important;
  }
  .laptop\:p-25 {
    padding: 250px !important;
  }
  .laptop\:m-x-25 {
    margin-left: 250px !important;
    margin-right: 250px !important;
  }
  .laptop\:m-y-25 {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }
  .laptop\:p-x-25 {
    padding-left: 250px !important;
    padding-right: 250px !important;
  }
  .laptop\:p-y-25 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }
  .laptop-m-25 {
    margin: 250px !important;
  }
  .laptop-p-25 {
    padding: 250px !important;
  }
  .laptop-m-x-25 {
    margin-left: 250px !important;
    margin-right: 250px !important;
  }
  .laptop-m-y-25 {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }
  .laptop-p-x-25 {
    padding-left: 250px !important;
    padding-right: 250px !important;
  }
  .laptop-p-y-25 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-26 {
    margin: 260px !important;
  }
  .laptop\:p-26 {
    padding: 260px !important;
  }
  .laptop\:m-x-26 {
    margin-left: 260px !important;
    margin-right: 260px !important;
  }
  .laptop\:m-y-26 {
    margin-top: 260px !important;
    margin-bottom: 260px !important;
  }
  .laptop\:p-x-26 {
    padding-left: 260px !important;
    padding-right: 260px !important;
  }
  .laptop\:p-y-26 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
  }
  .laptop-m-26 {
    margin: 260px !important;
  }
  .laptop-p-26 {
    padding: 260px !important;
  }
  .laptop-m-x-26 {
    margin-left: 260px !important;
    margin-right: 260px !important;
  }
  .laptop-m-y-26 {
    margin-top: 260px !important;
    margin-bottom: 260px !important;
  }
  .laptop-p-x-26 {
    padding-left: 260px !important;
    padding-right: 260px !important;
  }
  .laptop-p-y-26 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-27 {
    margin: 270px !important;
  }
  .laptop\:p-27 {
    padding: 270px !important;
  }
  .laptop\:m-x-27 {
    margin-left: 270px !important;
    margin-right: 270px !important;
  }
  .laptop\:m-y-27 {
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }
  .laptop\:p-x-27 {
    padding-left: 270px !important;
    padding-right: 270px !important;
  }
  .laptop\:p-y-27 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }
  .laptop-m-27 {
    margin: 270px !important;
  }
  .laptop-p-27 {
    padding: 270px !important;
  }
  .laptop-m-x-27 {
    margin-left: 270px !important;
    margin-right: 270px !important;
  }
  .laptop-m-y-27 {
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }
  .laptop-p-x-27 {
    padding-left: 270px !important;
    padding-right: 270px !important;
  }
  .laptop-p-y-27 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-28 {
    margin: 280px !important;
  }
  .laptop\:p-28 {
    padding: 280px !important;
  }
  .laptop\:m-x-28 {
    margin-left: 280px !important;
    margin-right: 280px !important;
  }
  .laptop\:m-y-28 {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
  }
  .laptop\:p-x-28 {
    padding-left: 280px !important;
    padding-right: 280px !important;
  }
  .laptop\:p-y-28 {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
  }
  .laptop-m-28 {
    margin: 280px !important;
  }
  .laptop-p-28 {
    padding: 280px !important;
  }
  .laptop-m-x-28 {
    margin-left: 280px !important;
    margin-right: 280px !important;
  }
  .laptop-m-y-28 {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
  }
  .laptop-p-x-28 {
    padding-left: 280px !important;
    padding-right: 280px !important;
  }
  .laptop-p-y-28 {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-29 {
    margin: 290px !important;
  }
  .laptop\:p-29 {
    padding: 290px !important;
  }
  .laptop\:m-x-29 {
    margin-left: 290px !important;
    margin-right: 290px !important;
  }
  .laptop\:m-y-29 {
    margin-top: 290px !important;
    margin-bottom: 290px !important;
  }
  .laptop\:p-x-29 {
    padding-left: 290px !important;
    padding-right: 290px !important;
  }
  .laptop\:p-y-29 {
    padding-top: 290px !important;
    padding-bottom: 290px !important;
  }
  .laptop-m-29 {
    margin: 290px !important;
  }
  .laptop-p-29 {
    padding: 290px !important;
  }
  .laptop-m-x-29 {
    margin-left: 290px !important;
    margin-right: 290px !important;
  }
  .laptop-m-y-29 {
    margin-top: 290px !important;
    margin-bottom: 290px !important;
  }
  .laptop-p-x-29 {
    padding-left: 290px !important;
    padding-right: 290px !important;
  }
  .laptop-p-y-29 {
    padding-top: 290px !important;
    padding-bottom: 290px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-30 {
    margin: 300px !important;
  }
  .laptop\:p-30 {
    padding: 300px !important;
  }
  .laptop\:m-x-30 {
    margin-left: 300px !important;
    margin-right: 300px !important;
  }
  .laptop\:m-y-30 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }
  .laptop\:p-x-30 {
    padding-left: 300px !important;
    padding-right: 300px !important;
  }
  .laptop\:p-y-30 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }
  .laptop-m-30 {
    margin: 300px !important;
  }
  .laptop-p-30 {
    padding: 300px !important;
  }
  .laptop-m-x-30 {
    margin-left: 300px !important;
    margin-right: 300px !important;
  }
  .laptop-m-y-30 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }
  .laptop-p-x-30 {
    padding-left: 300px !important;
    padding-right: 300px !important;
  }
  .laptop-p-y-30 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-31 {
    margin: 310px !important;
  }
  .laptop\:p-31 {
    padding: 310px !important;
  }
  .laptop\:m-x-31 {
    margin-left: 310px !important;
    margin-right: 310px !important;
  }
  .laptop\:m-y-31 {
    margin-top: 310px !important;
    margin-bottom: 310px !important;
  }
  .laptop\:p-x-31 {
    padding-left: 310px !important;
    padding-right: 310px !important;
  }
  .laptop\:p-y-31 {
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }
  .laptop-m-31 {
    margin: 310px !important;
  }
  .laptop-p-31 {
    padding: 310px !important;
  }
  .laptop-m-x-31 {
    margin-left: 310px !important;
    margin-right: 310px !important;
  }
  .laptop-m-y-31 {
    margin-top: 310px !important;
    margin-bottom: 310px !important;
  }
  .laptop-p-x-31 {
    padding-left: 310px !important;
    padding-right: 310px !important;
  }
  .laptop-p-y-31 {
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-32 {
    margin: 320px !important;
  }
  .laptop\:p-32 {
    padding: 320px !important;
  }
  .laptop\:m-x-32 {
    margin-left: 320px !important;
    margin-right: 320px !important;
  }
  .laptop\:m-y-32 {
    margin-top: 320px !important;
    margin-bottom: 320px !important;
  }
  .laptop\:p-x-32 {
    padding-left: 320px !important;
    padding-right: 320px !important;
  }
  .laptop\:p-y-32 {
    padding-top: 320px !important;
    padding-bottom: 320px !important;
  }
  .laptop-m-32 {
    margin: 320px !important;
  }
  .laptop-p-32 {
    padding: 320px !important;
  }
  .laptop-m-x-32 {
    margin-left: 320px !important;
    margin-right: 320px !important;
  }
  .laptop-m-y-32 {
    margin-top: 320px !important;
    margin-bottom: 320px !important;
  }
  .laptop-p-x-32 {
    padding-left: 320px !important;
    padding-right: 320px !important;
  }
  .laptop-p-y-32 {
    padding-top: 320px !important;
    padding-bottom: 320px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-33 {
    margin: 330px !important;
  }
  .laptop\:p-33 {
    padding: 330px !important;
  }
  .laptop\:m-x-33 {
    margin-left: 330px !important;
    margin-right: 330px !important;
  }
  .laptop\:m-y-33 {
    margin-top: 330px !important;
    margin-bottom: 330px !important;
  }
  .laptop\:p-x-33 {
    padding-left: 330px !important;
    padding-right: 330px !important;
  }
  .laptop\:p-y-33 {
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }
  .laptop-m-33 {
    margin: 330px !important;
  }
  .laptop-p-33 {
    padding: 330px !important;
  }
  .laptop-m-x-33 {
    margin-left: 330px !important;
    margin-right: 330px !important;
  }
  .laptop-m-y-33 {
    margin-top: 330px !important;
    margin-bottom: 330px !important;
  }
  .laptop-p-x-33 {
    padding-left: 330px !important;
    padding-right: 330px !important;
  }
  .laptop-p-y-33 {
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-34 {
    margin: 340px !important;
  }
  .laptop\:p-34 {
    padding: 340px !important;
  }
  .laptop\:m-x-34 {
    margin-left: 340px !important;
    margin-right: 340px !important;
  }
  .laptop\:m-y-34 {
    margin-top: 340px !important;
    margin-bottom: 340px !important;
  }
  .laptop\:p-x-34 {
    padding-left: 340px !important;
    padding-right: 340px !important;
  }
  .laptop\:p-y-34 {
    padding-top: 340px !important;
    padding-bottom: 340px !important;
  }
  .laptop-m-34 {
    margin: 340px !important;
  }
  .laptop-p-34 {
    padding: 340px !important;
  }
  .laptop-m-x-34 {
    margin-left: 340px !important;
    margin-right: 340px !important;
  }
  .laptop-m-y-34 {
    margin-top: 340px !important;
    margin-bottom: 340px !important;
  }
  .laptop-p-x-34 {
    padding-left: 340px !important;
    padding-right: 340px !important;
  }
  .laptop-p-y-34 {
    padding-top: 340px !important;
    padding-bottom: 340px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-35 {
    margin: 350px !important;
  }
  .laptop\:p-35 {
    padding: 350px !important;
  }
  .laptop\:m-x-35 {
    margin-left: 350px !important;
    margin-right: 350px !important;
  }
  .laptop\:m-y-35 {
    margin-top: 350px !important;
    margin-bottom: 350px !important;
  }
  .laptop\:p-x-35 {
    padding-left: 350px !important;
    padding-right: 350px !important;
  }
  .laptop\:p-y-35 {
    padding-top: 350px !important;
    padding-bottom: 350px !important;
  }
  .laptop-m-35 {
    margin: 350px !important;
  }
  .laptop-p-35 {
    padding: 350px !important;
  }
  .laptop-m-x-35 {
    margin-left: 350px !important;
    margin-right: 350px !important;
  }
  .laptop-m-y-35 {
    margin-top: 350px !important;
    margin-bottom: 350px !important;
  }
  .laptop-p-x-35 {
    padding-left: 350px !important;
    padding-right: 350px !important;
  }
  .laptop-p-y-35 {
    padding-top: 350px !important;
    padding-bottom: 350px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-36 {
    margin: 360px !important;
  }
  .laptop\:p-36 {
    padding: 360px !important;
  }
  .laptop\:m-x-36 {
    margin-left: 360px !important;
    margin-right: 360px !important;
  }
  .laptop\:m-y-36 {
    margin-top: 360px !important;
    margin-bottom: 360px !important;
  }
  .laptop\:p-x-36 {
    padding-left: 360px !important;
    padding-right: 360px !important;
  }
  .laptop\:p-y-36 {
    padding-top: 360px !important;
    padding-bottom: 360px !important;
  }
  .laptop-m-36 {
    margin: 360px !important;
  }
  .laptop-p-36 {
    padding: 360px !important;
  }
  .laptop-m-x-36 {
    margin-left: 360px !important;
    margin-right: 360px !important;
  }
  .laptop-m-y-36 {
    margin-top: 360px !important;
    margin-bottom: 360px !important;
  }
  .laptop-p-x-36 {
    padding-left: 360px !important;
    padding-right: 360px !important;
  }
  .laptop-p-y-36 {
    padding-top: 360px !important;
    padding-bottom: 360px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-37 {
    margin: 370px !important;
  }
  .laptop\:p-37 {
    padding: 370px !important;
  }
  .laptop\:m-x-37 {
    margin-left: 370px !important;
    margin-right: 370px !important;
  }
  .laptop\:m-y-37 {
    margin-top: 370px !important;
    margin-bottom: 370px !important;
  }
  .laptop\:p-x-37 {
    padding-left: 370px !important;
    padding-right: 370px !important;
  }
  .laptop\:p-y-37 {
    padding-top: 370px !important;
    padding-bottom: 370px !important;
  }
  .laptop-m-37 {
    margin: 370px !important;
  }
  .laptop-p-37 {
    padding: 370px !important;
  }
  .laptop-m-x-37 {
    margin-left: 370px !important;
    margin-right: 370px !important;
  }
  .laptop-m-y-37 {
    margin-top: 370px !important;
    margin-bottom: 370px !important;
  }
  .laptop-p-x-37 {
    padding-left: 370px !important;
    padding-right: 370px !important;
  }
  .laptop-p-y-37 {
    padding-top: 370px !important;
    padding-bottom: 370px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-38 {
    margin: 380px !important;
  }
  .laptop\:p-38 {
    padding: 380px !important;
  }
  .laptop\:m-x-38 {
    margin-left: 380px !important;
    margin-right: 380px !important;
  }
  .laptop\:m-y-38 {
    margin-top: 380px !important;
    margin-bottom: 380px !important;
  }
  .laptop\:p-x-38 {
    padding-left: 380px !important;
    padding-right: 380px !important;
  }
  .laptop\:p-y-38 {
    padding-top: 380px !important;
    padding-bottom: 380px !important;
  }
  .laptop-m-38 {
    margin: 380px !important;
  }
  .laptop-p-38 {
    padding: 380px !important;
  }
  .laptop-m-x-38 {
    margin-left: 380px !important;
    margin-right: 380px !important;
  }
  .laptop-m-y-38 {
    margin-top: 380px !important;
    margin-bottom: 380px !important;
  }
  .laptop-p-x-38 {
    padding-left: 380px !important;
    padding-right: 380px !important;
  }
  .laptop-p-y-38 {
    padding-top: 380px !important;
    padding-bottom: 380px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-39 {
    margin: 390px !important;
  }
  .laptop\:p-39 {
    padding: 390px !important;
  }
  .laptop\:m-x-39 {
    margin-left: 390px !important;
    margin-right: 390px !important;
  }
  .laptop\:m-y-39 {
    margin-top: 390px !important;
    margin-bottom: 390px !important;
  }
  .laptop\:p-x-39 {
    padding-left: 390px !important;
    padding-right: 390px !important;
  }
  .laptop\:p-y-39 {
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }
  .laptop-m-39 {
    margin: 390px !important;
  }
  .laptop-p-39 {
    padding: 390px !important;
  }
  .laptop-m-x-39 {
    margin-left: 390px !important;
    margin-right: 390px !important;
  }
  .laptop-m-y-39 {
    margin-top: 390px !important;
    margin-bottom: 390px !important;
  }
  .laptop-p-x-39 {
    padding-left: 390px !important;
    padding-right: 390px !important;
  }
  .laptop-p-y-39 {
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-40 {
    margin: 400px !important;
  }
  .laptop\:p-40 {
    padding: 400px !important;
  }
  .laptop\:m-x-40 {
    margin-left: 400px !important;
    margin-right: 400px !important;
  }
  .laptop\:m-y-40 {
    margin-top: 400px !important;
    margin-bottom: 400px !important;
  }
  .laptop\:p-x-40 {
    padding-left: 400px !important;
    padding-right: 400px !important;
  }
  .laptop\:p-y-40 {
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }
  .laptop-m-40 {
    margin: 400px !important;
  }
  .laptop-p-40 {
    padding: 400px !important;
  }
  .laptop-m-x-40 {
    margin-left: 400px !important;
    margin-right: 400px !important;
  }
  .laptop-m-y-40 {
    margin-top: 400px !important;
    margin-bottom: 400px !important;
  }
  .laptop-p-x-40 {
    padding-left: 400px !important;
    padding-right: 400px !important;
  }
  .laptop-p-y-40 {
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-41 {
    margin: 410px !important;
  }
  .laptop\:p-41 {
    padding: 410px !important;
  }
  .laptop\:m-x-41 {
    margin-left: 410px !important;
    margin-right: 410px !important;
  }
  .laptop\:m-y-41 {
    margin-top: 410px !important;
    margin-bottom: 410px !important;
  }
  .laptop\:p-x-41 {
    padding-left: 410px !important;
    padding-right: 410px !important;
  }
  .laptop\:p-y-41 {
    padding-top: 410px !important;
    padding-bottom: 410px !important;
  }
  .laptop-m-41 {
    margin: 410px !important;
  }
  .laptop-p-41 {
    padding: 410px !important;
  }
  .laptop-m-x-41 {
    margin-left: 410px !important;
    margin-right: 410px !important;
  }
  .laptop-m-y-41 {
    margin-top: 410px !important;
    margin-bottom: 410px !important;
  }
  .laptop-p-x-41 {
    padding-left: 410px !important;
    padding-right: 410px !important;
  }
  .laptop-p-y-41 {
    padding-top: 410px !important;
    padding-bottom: 410px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-42 {
    margin: 420px !important;
  }
  .laptop\:p-42 {
    padding: 420px !important;
  }
  .laptop\:m-x-42 {
    margin-left: 420px !important;
    margin-right: 420px !important;
  }
  .laptop\:m-y-42 {
    margin-top: 420px !important;
    margin-bottom: 420px !important;
  }
  .laptop\:p-x-42 {
    padding-left: 420px !important;
    padding-right: 420px !important;
  }
  .laptop\:p-y-42 {
    padding-top: 420px !important;
    padding-bottom: 420px !important;
  }
  .laptop-m-42 {
    margin: 420px !important;
  }
  .laptop-p-42 {
    padding: 420px !important;
  }
  .laptop-m-x-42 {
    margin-left: 420px !important;
    margin-right: 420px !important;
  }
  .laptop-m-y-42 {
    margin-top: 420px !important;
    margin-bottom: 420px !important;
  }
  .laptop-p-x-42 {
    padding-left: 420px !important;
    padding-right: 420px !important;
  }
  .laptop-p-y-42 {
    padding-top: 420px !important;
    padding-bottom: 420px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-43 {
    margin: 430px !important;
  }
  .laptop\:p-43 {
    padding: 430px !important;
  }
  .laptop\:m-x-43 {
    margin-left: 430px !important;
    margin-right: 430px !important;
  }
  .laptop\:m-y-43 {
    margin-top: 430px !important;
    margin-bottom: 430px !important;
  }
  .laptop\:p-x-43 {
    padding-left: 430px !important;
    padding-right: 430px !important;
  }
  .laptop\:p-y-43 {
    padding-top: 430px !important;
    padding-bottom: 430px !important;
  }
  .laptop-m-43 {
    margin: 430px !important;
  }
  .laptop-p-43 {
    padding: 430px !important;
  }
  .laptop-m-x-43 {
    margin-left: 430px !important;
    margin-right: 430px !important;
  }
  .laptop-m-y-43 {
    margin-top: 430px !important;
    margin-bottom: 430px !important;
  }
  .laptop-p-x-43 {
    padding-left: 430px !important;
    padding-right: 430px !important;
  }
  .laptop-p-y-43 {
    padding-top: 430px !important;
    padding-bottom: 430px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-44 {
    margin: 440px !important;
  }
  .laptop\:p-44 {
    padding: 440px !important;
  }
  .laptop\:m-x-44 {
    margin-left: 440px !important;
    margin-right: 440px !important;
  }
  .laptop\:m-y-44 {
    margin-top: 440px !important;
    margin-bottom: 440px !important;
  }
  .laptop\:p-x-44 {
    padding-left: 440px !important;
    padding-right: 440px !important;
  }
  .laptop\:p-y-44 {
    padding-top: 440px !important;
    padding-bottom: 440px !important;
  }
  .laptop-m-44 {
    margin: 440px !important;
  }
  .laptop-p-44 {
    padding: 440px !important;
  }
  .laptop-m-x-44 {
    margin-left: 440px !important;
    margin-right: 440px !important;
  }
  .laptop-m-y-44 {
    margin-top: 440px !important;
    margin-bottom: 440px !important;
  }
  .laptop-p-x-44 {
    padding-left: 440px !important;
    padding-right: 440px !important;
  }
  .laptop-p-y-44 {
    padding-top: 440px !important;
    padding-bottom: 440px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-45 {
    margin: 450px !important;
  }
  .laptop\:p-45 {
    padding: 450px !important;
  }
  .laptop\:m-x-45 {
    margin-left: 450px !important;
    margin-right: 450px !important;
  }
  .laptop\:m-y-45 {
    margin-top: 450px !important;
    margin-bottom: 450px !important;
  }
  .laptop\:p-x-45 {
    padding-left: 450px !important;
    padding-right: 450px !important;
  }
  .laptop\:p-y-45 {
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }
  .laptop-m-45 {
    margin: 450px !important;
  }
  .laptop-p-45 {
    padding: 450px !important;
  }
  .laptop-m-x-45 {
    margin-left: 450px !important;
    margin-right: 450px !important;
  }
  .laptop-m-y-45 {
    margin-top: 450px !important;
    margin-bottom: 450px !important;
  }
  .laptop-p-x-45 {
    padding-left: 450px !important;
    padding-right: 450px !important;
  }
  .laptop-p-y-45 {
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-46 {
    margin: 460px !important;
  }
  .laptop\:p-46 {
    padding: 460px !important;
  }
  .laptop\:m-x-46 {
    margin-left: 460px !important;
    margin-right: 460px !important;
  }
  .laptop\:m-y-46 {
    margin-top: 460px !important;
    margin-bottom: 460px !important;
  }
  .laptop\:p-x-46 {
    padding-left: 460px !important;
    padding-right: 460px !important;
  }
  .laptop\:p-y-46 {
    padding-top: 460px !important;
    padding-bottom: 460px !important;
  }
  .laptop-m-46 {
    margin: 460px !important;
  }
  .laptop-p-46 {
    padding: 460px !important;
  }
  .laptop-m-x-46 {
    margin-left: 460px !important;
    margin-right: 460px !important;
  }
  .laptop-m-y-46 {
    margin-top: 460px !important;
    margin-bottom: 460px !important;
  }
  .laptop-p-x-46 {
    padding-left: 460px !important;
    padding-right: 460px !important;
  }
  .laptop-p-y-46 {
    padding-top: 460px !important;
    padding-bottom: 460px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-47 {
    margin: 470px !important;
  }
  .laptop\:p-47 {
    padding: 470px !important;
  }
  .laptop\:m-x-47 {
    margin-left: 470px !important;
    margin-right: 470px !important;
  }
  .laptop\:m-y-47 {
    margin-top: 470px !important;
    margin-bottom: 470px !important;
  }
  .laptop\:p-x-47 {
    padding-left: 470px !important;
    padding-right: 470px !important;
  }
  .laptop\:p-y-47 {
    padding-top: 470px !important;
    padding-bottom: 470px !important;
  }
  .laptop-m-47 {
    margin: 470px !important;
  }
  .laptop-p-47 {
    padding: 470px !important;
  }
  .laptop-m-x-47 {
    margin-left: 470px !important;
    margin-right: 470px !important;
  }
  .laptop-m-y-47 {
    margin-top: 470px !important;
    margin-bottom: 470px !important;
  }
  .laptop-p-x-47 {
    padding-left: 470px !important;
    padding-right: 470px !important;
  }
  .laptop-p-y-47 {
    padding-top: 470px !important;
    padding-bottom: 470px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-48 {
    margin: 480px !important;
  }
  .laptop\:p-48 {
    padding: 480px !important;
  }
  .laptop\:m-x-48 {
    margin-left: 480px !important;
    margin-right: 480px !important;
  }
  .laptop\:m-y-48 {
    margin-top: 480px !important;
    margin-bottom: 480px !important;
  }
  .laptop\:p-x-48 {
    padding-left: 480px !important;
    padding-right: 480px !important;
  }
  .laptop\:p-y-48 {
    padding-top: 480px !important;
    padding-bottom: 480px !important;
  }
  .laptop-m-48 {
    margin: 480px !important;
  }
  .laptop-p-48 {
    padding: 480px !important;
  }
  .laptop-m-x-48 {
    margin-left: 480px !important;
    margin-right: 480px !important;
  }
  .laptop-m-y-48 {
    margin-top: 480px !important;
    margin-bottom: 480px !important;
  }
  .laptop-p-x-48 {
    padding-left: 480px !important;
    padding-right: 480px !important;
  }
  .laptop-p-y-48 {
    padding-top: 480px !important;
    padding-bottom: 480px !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-49 {
    margin: 490px !important;
  }
  .laptop\:p-49 {
    padding: 490px !important;
  }
  .laptop\:m-x-49 {
    margin-left: 490px !important;
    margin-right: 490px !important;
  }
  .laptop\:m-y-49 {
    margin-top: 490px !important;
    margin-bottom: 490px !important;
  }
  .laptop\:p-x-49 {
    padding-left: 490px !important;
    padding-right: 490px !important;
  }
  .laptop\:p-y-49 {
    padding-top: 490px !important;
    padding-bottom: 490px !important;
  }
  .laptop-m-49 {
    margin: 490px !important;
  }
  .laptop-p-49 {
    padding: 490px !important;
  }
  .laptop-m-x-49 {
    margin-left: 490px !important;
    margin-right: 490px !important;
  }
  .laptop-m-y-49 {
    margin-top: 490px !important;
    margin-bottom: 490px !important;
  }
  .laptop-p-x-49 {
    padding-left: 490px !important;
    padding-right: 490px !important;
  }
  .laptop-p-y-49 {
    padding-top: 490px !important;
    padding-bottom: 490px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--10 {
    margin: -100px !important;
  }
  .laptop-l\:p--10 {
    padding: -100px !important;
  }
  .laptop-l\:m-x--10 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }
  .laptop-l\:m-y--10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .laptop-l\:p-x--10 {
    padding-left: -100px !important;
    padding-right: -100px !important;
  }
  .laptop-l\:p-y--10 {
    padding-top: -100px !important;
    padding-bottom: -100px !important;
  }
  .laptop-l-m--10 {
    margin: -100px !important;
  }
  .laptop-l-p--10 {
    padding: -100px !important;
  }
  .laptop-l-m-x--10 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }
  .laptop-l-m-y--10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .laptop-l-p-x--10 {
    padding-left: -100px !important;
    padding-right: -100px !important;
  }
  .laptop-l-p-y--10 {
    padding-top: -100px !important;
    padding-bottom: -100px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--9\.9 {
    margin: -99px !important;
  }
  .laptop-l\:p--9\.9 {
    padding: -99px !important;
  }
  .laptop-l\:m-x--9\.9 {
    margin-left: -99px !important;
    margin-right: -99px !important;
  }
  .laptop-l\:m-y--9\.9 {
    margin-top: -99px !important;
    margin-bottom: -99px !important;
  }
  .laptop-l\:p-x--9\.9 {
    padding-left: -99px !important;
    padding-right: -99px !important;
  }
  .laptop-l\:p-y--9\.9 {
    padding-top: -99px !important;
    padding-bottom: -99px !important;
  }
  .laptop-l-m--9\.9 {
    margin: -99px !important;
  }
  .laptop-l-p--9\.9 {
    padding: -99px !important;
  }
  .laptop-l-m-x--9\.9 {
    margin-left: -99px !important;
    margin-right: -99px !important;
  }
  .laptop-l-m-y--9\.9 {
    margin-top: -99px !important;
    margin-bottom: -99px !important;
  }
  .laptop-l-p-x--9\.9 {
    padding-left: -99px !important;
    padding-right: -99px !important;
  }
  .laptop-l-p-y--9\.9 {
    padding-top: -99px !important;
    padding-bottom: -99px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--9\.8 {
    margin: -98px !important;
  }
  .laptop-l\:p--9\.8 {
    padding: -98px !important;
  }
  .laptop-l\:m-x--9\.8 {
    margin-left: -98px !important;
    margin-right: -98px !important;
  }
  .laptop-l\:m-y--9\.8 {
    margin-top: -98px !important;
    margin-bottom: -98px !important;
  }
  .laptop-l\:p-x--9\.8 {
    padding-left: -98px !important;
    padding-right: -98px !important;
  }
  .laptop-l\:p-y--9\.8 {
    padding-top: -98px !important;
    padding-bottom: -98px !important;
  }
  .laptop-l-m--9\.8 {
    margin: -98px !important;
  }
  .laptop-l-p--9\.8 {
    padding: -98px !important;
  }
  .laptop-l-m-x--9\.8 {
    margin-left: -98px !important;
    margin-right: -98px !important;
  }
  .laptop-l-m-y--9\.8 {
    margin-top: -98px !important;
    margin-bottom: -98px !important;
  }
  .laptop-l-p-x--9\.8 {
    padding-left: -98px !important;
    padding-right: -98px !important;
  }
  .laptop-l-p-y--9\.8 {
    padding-top: -98px !important;
    padding-bottom: -98px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--9\.7 {
    margin: -97px !important;
  }
  .laptop-l\:p--9\.7 {
    padding: -97px !important;
  }
  .laptop-l\:m-x--9\.7 {
    margin-left: -97px !important;
    margin-right: -97px !important;
  }
  .laptop-l\:m-y--9\.7 {
    margin-top: -97px !important;
    margin-bottom: -97px !important;
  }
  .laptop-l\:p-x--9\.7 {
    padding-left: -97px !important;
    padding-right: -97px !important;
  }
  .laptop-l\:p-y--9\.7 {
    padding-top: -97px !important;
    padding-bottom: -97px !important;
  }
  .laptop-l-m--9\.7 {
    margin: -97px !important;
  }
  .laptop-l-p--9\.7 {
    padding: -97px !important;
  }
  .laptop-l-m-x--9\.7 {
    margin-left: -97px !important;
    margin-right: -97px !important;
  }
  .laptop-l-m-y--9\.7 {
    margin-top: -97px !important;
    margin-bottom: -97px !important;
  }
  .laptop-l-p-x--9\.7 {
    padding-left: -97px !important;
    padding-right: -97px !important;
  }
  .laptop-l-p-y--9\.7 {
    padding-top: -97px !important;
    padding-bottom: -97px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--9\.6 {
    margin: -96px !important;
  }
  .laptop-l\:p--9\.6 {
    padding: -96px !important;
  }
  .laptop-l\:m-x--9\.6 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }
  .laptop-l\:m-y--9\.6 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
  .laptop-l\:p-x--9\.6 {
    padding-left: -96px !important;
    padding-right: -96px !important;
  }
  .laptop-l\:p-y--9\.6 {
    padding-top: -96px !important;
    padding-bottom: -96px !important;
  }
  .laptop-l-m--9\.6 {
    margin: -96px !important;
  }
  .laptop-l-p--9\.6 {
    padding: -96px !important;
  }
  .laptop-l-m-x--9\.6 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }
  .laptop-l-m-y--9\.6 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
  .laptop-l-p-x--9\.6 {
    padding-left: -96px !important;
    padding-right: -96px !important;
  }
  .laptop-l-p-y--9\.6 {
    padding-top: -96px !important;
    padding-bottom: -96px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--9\.5 {
    margin: -95px !important;
  }
  .laptop-l\:p--9\.5 {
    padding: -95px !important;
  }
  .laptop-l\:m-x--9\.5 {
    margin-left: -95px !important;
    margin-right: -95px !important;
  }
  .laptop-l\:m-y--9\.5 {
    margin-top: -95px !important;
    margin-bottom: -95px !important;
  }
  .laptop-l\:p-x--9\.5 {
    padding-left: -95px !important;
    padding-right: -95px !important;
  }
  .laptop-l\:p-y--9\.5 {
    padding-top: -95px !important;
    padding-bottom: -95px !important;
  }
  .laptop-l-m--9\.5 {
    margin: -95px !important;
  }
  .laptop-l-p--9\.5 {
    padding: -95px !important;
  }
  .laptop-l-m-x--9\.5 {
    margin-left: -95px !important;
    margin-right: -95px !important;
  }
  .laptop-l-m-y--9\.5 {
    margin-top: -95px !important;
    margin-bottom: -95px !important;
  }
  .laptop-l-p-x--9\.5 {
    padding-left: -95px !important;
    padding-right: -95px !important;
  }
  .laptop-l-p-y--9\.5 {
    padding-top: -95px !important;
    padding-bottom: -95px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--9\.4 {
    margin: -94px !important;
  }
  .laptop-l\:p--9\.4 {
    padding: -94px !important;
  }
  .laptop-l\:m-x--9\.4 {
    margin-left: -94px !important;
    margin-right: -94px !important;
  }
  .laptop-l\:m-y--9\.4 {
    margin-top: -94px !important;
    margin-bottom: -94px !important;
  }
  .laptop-l\:p-x--9\.4 {
    padding-left: -94px !important;
    padding-right: -94px !important;
  }
  .laptop-l\:p-y--9\.4 {
    padding-top: -94px !important;
    padding-bottom: -94px !important;
  }
  .laptop-l-m--9\.4 {
    margin: -94px !important;
  }
  .laptop-l-p--9\.4 {
    padding: -94px !important;
  }
  .laptop-l-m-x--9\.4 {
    margin-left: -94px !important;
    margin-right: -94px !important;
  }
  .laptop-l-m-y--9\.4 {
    margin-top: -94px !important;
    margin-bottom: -94px !important;
  }
  .laptop-l-p-x--9\.4 {
    padding-left: -94px !important;
    padding-right: -94px !important;
  }
  .laptop-l-p-y--9\.4 {
    padding-top: -94px !important;
    padding-bottom: -94px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--9\.3 {
    margin: -93px !important;
  }
  .laptop-l\:p--9\.3 {
    padding: -93px !important;
  }
  .laptop-l\:m-x--9\.3 {
    margin-left: -93px !important;
    margin-right: -93px !important;
  }
  .laptop-l\:m-y--9\.3 {
    margin-top: -93px !important;
    margin-bottom: -93px !important;
  }
  .laptop-l\:p-x--9\.3 {
    padding-left: -93px !important;
    padding-right: -93px !important;
  }
  .laptop-l\:p-y--9\.3 {
    padding-top: -93px !important;
    padding-bottom: -93px !important;
  }
  .laptop-l-m--9\.3 {
    margin: -93px !important;
  }
  .laptop-l-p--9\.3 {
    padding: -93px !important;
  }
  .laptop-l-m-x--9\.3 {
    margin-left: -93px !important;
    margin-right: -93px !important;
  }
  .laptop-l-m-y--9\.3 {
    margin-top: -93px !important;
    margin-bottom: -93px !important;
  }
  .laptop-l-p-x--9\.3 {
    padding-left: -93px !important;
    padding-right: -93px !important;
  }
  .laptop-l-p-y--9\.3 {
    padding-top: -93px !important;
    padding-bottom: -93px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--9\.2 {
    margin: -92px !important;
  }
  .laptop-l\:p--9\.2 {
    padding: -92px !important;
  }
  .laptop-l\:m-x--9\.2 {
    margin-left: -92px !important;
    margin-right: -92px !important;
  }
  .laptop-l\:m-y--9\.2 {
    margin-top: -92px !important;
    margin-bottom: -92px !important;
  }
  .laptop-l\:p-x--9\.2 {
    padding-left: -92px !important;
    padding-right: -92px !important;
  }
  .laptop-l\:p-y--9\.2 {
    padding-top: -92px !important;
    padding-bottom: -92px !important;
  }
  .laptop-l-m--9\.2 {
    margin: -92px !important;
  }
  .laptop-l-p--9\.2 {
    padding: -92px !important;
  }
  .laptop-l-m-x--9\.2 {
    margin-left: -92px !important;
    margin-right: -92px !important;
  }
  .laptop-l-m-y--9\.2 {
    margin-top: -92px !important;
    margin-bottom: -92px !important;
  }
  .laptop-l-p-x--9\.2 {
    padding-left: -92px !important;
    padding-right: -92px !important;
  }
  .laptop-l-p-y--9\.2 {
    padding-top: -92px !important;
    padding-bottom: -92px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--9\.1 {
    margin: -91px !important;
  }
  .laptop-l\:p--9\.1 {
    padding: -91px !important;
  }
  .laptop-l\:m-x--9\.1 {
    margin-left: -91px !important;
    margin-right: -91px !important;
  }
  .laptop-l\:m-y--9\.1 {
    margin-top: -91px !important;
    margin-bottom: -91px !important;
  }
  .laptop-l\:p-x--9\.1 {
    padding-left: -91px !important;
    padding-right: -91px !important;
  }
  .laptop-l\:p-y--9\.1 {
    padding-top: -91px !important;
    padding-bottom: -91px !important;
  }
  .laptop-l-m--9\.1 {
    margin: -91px !important;
  }
  .laptop-l-p--9\.1 {
    padding: -91px !important;
  }
  .laptop-l-m-x--9\.1 {
    margin-left: -91px !important;
    margin-right: -91px !important;
  }
  .laptop-l-m-y--9\.1 {
    margin-top: -91px !important;
    margin-bottom: -91px !important;
  }
  .laptop-l-p-x--9\.1 {
    padding-left: -91px !important;
    padding-right: -91px !important;
  }
  .laptop-l-p-y--9\.1 {
    padding-top: -91px !important;
    padding-bottom: -91px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--9 {
    margin: -90px !important;
  }
  .laptop-l\:p--9 {
    padding: -90px !important;
  }
  .laptop-l\:m-x--9 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }
  .laptop-l\:m-y--9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .laptop-l\:p-x--9 {
    padding-left: -90px !important;
    padding-right: -90px !important;
  }
  .laptop-l\:p-y--9 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
  .laptop-l-m--9 {
    margin: -90px !important;
  }
  .laptop-l-p--9 {
    padding: -90px !important;
  }
  .laptop-l-m-x--9 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }
  .laptop-l-m-y--9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .laptop-l-p-x--9 {
    padding-left: -90px !important;
    padding-right: -90px !important;
  }
  .laptop-l-p-y--9 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--8\.9 {
    margin: -89px !important;
  }
  .laptop-l\:p--8\.9 {
    padding: -89px !important;
  }
  .laptop-l\:m-x--8\.9 {
    margin-left: -89px !important;
    margin-right: -89px !important;
  }
  .laptop-l\:m-y--8\.9 {
    margin-top: -89px !important;
    margin-bottom: -89px !important;
  }
  .laptop-l\:p-x--8\.9 {
    padding-left: -89px !important;
    padding-right: -89px !important;
  }
  .laptop-l\:p-y--8\.9 {
    padding-top: -89px !important;
    padding-bottom: -89px !important;
  }
  .laptop-l-m--8\.9 {
    margin: -89px !important;
  }
  .laptop-l-p--8\.9 {
    padding: -89px !important;
  }
  .laptop-l-m-x--8\.9 {
    margin-left: -89px !important;
    margin-right: -89px !important;
  }
  .laptop-l-m-y--8\.9 {
    margin-top: -89px !important;
    margin-bottom: -89px !important;
  }
  .laptop-l-p-x--8\.9 {
    padding-left: -89px !important;
    padding-right: -89px !important;
  }
  .laptop-l-p-y--8\.9 {
    padding-top: -89px !important;
    padding-bottom: -89px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--8\.8 {
    margin: -88px !important;
  }
  .laptop-l\:p--8\.8 {
    padding: -88px !important;
  }
  .laptop-l\:m-x--8\.8 {
    margin-left: -88px !important;
    margin-right: -88px !important;
  }
  .laptop-l\:m-y--8\.8 {
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }
  .laptop-l\:p-x--8\.8 {
    padding-left: -88px !important;
    padding-right: -88px !important;
  }
  .laptop-l\:p-y--8\.8 {
    padding-top: -88px !important;
    padding-bottom: -88px !important;
  }
  .laptop-l-m--8\.8 {
    margin: -88px !important;
  }
  .laptop-l-p--8\.8 {
    padding: -88px !important;
  }
  .laptop-l-m-x--8\.8 {
    margin-left: -88px !important;
    margin-right: -88px !important;
  }
  .laptop-l-m-y--8\.8 {
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }
  .laptop-l-p-x--8\.8 {
    padding-left: -88px !important;
    padding-right: -88px !important;
  }
  .laptop-l-p-y--8\.8 {
    padding-top: -88px !important;
    padding-bottom: -88px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--8\.7 {
    margin: -87px !important;
  }
  .laptop-l\:p--8\.7 {
    padding: -87px !important;
  }
  .laptop-l\:m-x--8\.7 {
    margin-left: -87px !important;
    margin-right: -87px !important;
  }
  .laptop-l\:m-y--8\.7 {
    margin-top: -87px !important;
    margin-bottom: -87px !important;
  }
  .laptop-l\:p-x--8\.7 {
    padding-left: -87px !important;
    padding-right: -87px !important;
  }
  .laptop-l\:p-y--8\.7 {
    padding-top: -87px !important;
    padding-bottom: -87px !important;
  }
  .laptop-l-m--8\.7 {
    margin: -87px !important;
  }
  .laptop-l-p--8\.7 {
    padding: -87px !important;
  }
  .laptop-l-m-x--8\.7 {
    margin-left: -87px !important;
    margin-right: -87px !important;
  }
  .laptop-l-m-y--8\.7 {
    margin-top: -87px !important;
    margin-bottom: -87px !important;
  }
  .laptop-l-p-x--8\.7 {
    padding-left: -87px !important;
    padding-right: -87px !important;
  }
  .laptop-l-p-y--8\.7 {
    padding-top: -87px !important;
    padding-bottom: -87px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--8\.6 {
    margin: -86px !important;
  }
  .laptop-l\:p--8\.6 {
    padding: -86px !important;
  }
  .laptop-l\:m-x--8\.6 {
    margin-left: -86px !important;
    margin-right: -86px !important;
  }
  .laptop-l\:m-y--8\.6 {
    margin-top: -86px !important;
    margin-bottom: -86px !important;
  }
  .laptop-l\:p-x--8\.6 {
    padding-left: -86px !important;
    padding-right: -86px !important;
  }
  .laptop-l\:p-y--8\.6 {
    padding-top: -86px !important;
    padding-bottom: -86px !important;
  }
  .laptop-l-m--8\.6 {
    margin: -86px !important;
  }
  .laptop-l-p--8\.6 {
    padding: -86px !important;
  }
  .laptop-l-m-x--8\.6 {
    margin-left: -86px !important;
    margin-right: -86px !important;
  }
  .laptop-l-m-y--8\.6 {
    margin-top: -86px !important;
    margin-bottom: -86px !important;
  }
  .laptop-l-p-x--8\.6 {
    padding-left: -86px !important;
    padding-right: -86px !important;
  }
  .laptop-l-p-y--8\.6 {
    padding-top: -86px !important;
    padding-bottom: -86px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--8\.5 {
    margin: -85px !important;
  }
  .laptop-l\:p--8\.5 {
    padding: -85px !important;
  }
  .laptop-l\:m-x--8\.5 {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }
  .laptop-l\:m-y--8\.5 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }
  .laptop-l\:p-x--8\.5 {
    padding-left: -85px !important;
    padding-right: -85px !important;
  }
  .laptop-l\:p-y--8\.5 {
    padding-top: -85px !important;
    padding-bottom: -85px !important;
  }
  .laptop-l-m--8\.5 {
    margin: -85px !important;
  }
  .laptop-l-p--8\.5 {
    padding: -85px !important;
  }
  .laptop-l-m-x--8\.5 {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }
  .laptop-l-m-y--8\.5 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }
  .laptop-l-p-x--8\.5 {
    padding-left: -85px !important;
    padding-right: -85px !important;
  }
  .laptop-l-p-y--8\.5 {
    padding-top: -85px !important;
    padding-bottom: -85px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--8\.4 {
    margin: -84px !important;
  }
  .laptop-l\:p--8\.4 {
    padding: -84px !important;
  }
  .laptop-l\:m-x--8\.4 {
    margin-left: -84px !important;
    margin-right: -84px !important;
  }
  .laptop-l\:m-y--8\.4 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }
  .laptop-l\:p-x--8\.4 {
    padding-left: -84px !important;
    padding-right: -84px !important;
  }
  .laptop-l\:p-y--8\.4 {
    padding-top: -84px !important;
    padding-bottom: -84px !important;
  }
  .laptop-l-m--8\.4 {
    margin: -84px !important;
  }
  .laptop-l-p--8\.4 {
    padding: -84px !important;
  }
  .laptop-l-m-x--8\.4 {
    margin-left: -84px !important;
    margin-right: -84px !important;
  }
  .laptop-l-m-y--8\.4 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }
  .laptop-l-p-x--8\.4 {
    padding-left: -84px !important;
    padding-right: -84px !important;
  }
  .laptop-l-p-y--8\.4 {
    padding-top: -84px !important;
    padding-bottom: -84px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--8\.3 {
    margin: -83px !important;
  }
  .laptop-l\:p--8\.3 {
    padding: -83px !important;
  }
  .laptop-l\:m-x--8\.3 {
    margin-left: -83px !important;
    margin-right: -83px !important;
  }
  .laptop-l\:m-y--8\.3 {
    margin-top: -83px !important;
    margin-bottom: -83px !important;
  }
  .laptop-l\:p-x--8\.3 {
    padding-left: -83px !important;
    padding-right: -83px !important;
  }
  .laptop-l\:p-y--8\.3 {
    padding-top: -83px !important;
    padding-bottom: -83px !important;
  }
  .laptop-l-m--8\.3 {
    margin: -83px !important;
  }
  .laptop-l-p--8\.3 {
    padding: -83px !important;
  }
  .laptop-l-m-x--8\.3 {
    margin-left: -83px !important;
    margin-right: -83px !important;
  }
  .laptop-l-m-y--8\.3 {
    margin-top: -83px !important;
    margin-bottom: -83px !important;
  }
  .laptop-l-p-x--8\.3 {
    padding-left: -83px !important;
    padding-right: -83px !important;
  }
  .laptop-l-p-y--8\.3 {
    padding-top: -83px !important;
    padding-bottom: -83px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--8\.2 {
    margin: -82px !important;
  }
  .laptop-l\:p--8\.2 {
    padding: -82px !important;
  }
  .laptop-l\:m-x--8\.2 {
    margin-left: -82px !important;
    margin-right: -82px !important;
  }
  .laptop-l\:m-y--8\.2 {
    margin-top: -82px !important;
    margin-bottom: -82px !important;
  }
  .laptop-l\:p-x--8\.2 {
    padding-left: -82px !important;
    padding-right: -82px !important;
  }
  .laptop-l\:p-y--8\.2 {
    padding-top: -82px !important;
    padding-bottom: -82px !important;
  }
  .laptop-l-m--8\.2 {
    margin: -82px !important;
  }
  .laptop-l-p--8\.2 {
    padding: -82px !important;
  }
  .laptop-l-m-x--8\.2 {
    margin-left: -82px !important;
    margin-right: -82px !important;
  }
  .laptop-l-m-y--8\.2 {
    margin-top: -82px !important;
    margin-bottom: -82px !important;
  }
  .laptop-l-p-x--8\.2 {
    padding-left: -82px !important;
    padding-right: -82px !important;
  }
  .laptop-l-p-y--8\.2 {
    padding-top: -82px !important;
    padding-bottom: -82px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--8\.1 {
    margin: -81px !important;
  }
  .laptop-l\:p--8\.1 {
    padding: -81px !important;
  }
  .laptop-l\:m-x--8\.1 {
    margin-left: -81px !important;
    margin-right: -81px !important;
  }
  .laptop-l\:m-y--8\.1 {
    margin-top: -81px !important;
    margin-bottom: -81px !important;
  }
  .laptop-l\:p-x--8\.1 {
    padding-left: -81px !important;
    padding-right: -81px !important;
  }
  .laptop-l\:p-y--8\.1 {
    padding-top: -81px !important;
    padding-bottom: -81px !important;
  }
  .laptop-l-m--8\.1 {
    margin: -81px !important;
  }
  .laptop-l-p--8\.1 {
    padding: -81px !important;
  }
  .laptop-l-m-x--8\.1 {
    margin-left: -81px !important;
    margin-right: -81px !important;
  }
  .laptop-l-m-y--8\.1 {
    margin-top: -81px !important;
    margin-bottom: -81px !important;
  }
  .laptop-l-p-x--8\.1 {
    padding-left: -81px !important;
    padding-right: -81px !important;
  }
  .laptop-l-p-y--8\.1 {
    padding-top: -81px !important;
    padding-bottom: -81px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--8 {
    margin: -80px !important;
  }
  .laptop-l\:p--8 {
    padding: -80px !important;
  }
  .laptop-l\:m-x--8 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }
  .laptop-l\:m-y--8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .laptop-l\:p-x--8 {
    padding-left: -80px !important;
    padding-right: -80px !important;
  }
  .laptop-l\:p-y--8 {
    padding-top: -80px !important;
    padding-bottom: -80px !important;
  }
  .laptop-l-m--8 {
    margin: -80px !important;
  }
  .laptop-l-p--8 {
    padding: -80px !important;
  }
  .laptop-l-m-x--8 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }
  .laptop-l-m-y--8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .laptop-l-p-x--8 {
    padding-left: -80px !important;
    padding-right: -80px !important;
  }
  .laptop-l-p-y--8 {
    padding-top: -80px !important;
    padding-bottom: -80px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--7\.9 {
    margin: -79px !important;
  }
  .laptop-l\:p--7\.9 {
    padding: -79px !important;
  }
  .laptop-l\:m-x--7\.9 {
    margin-left: -79px !important;
    margin-right: -79px !important;
  }
  .laptop-l\:m-y--7\.9 {
    margin-top: -79px !important;
    margin-bottom: -79px !important;
  }
  .laptop-l\:p-x--7\.9 {
    padding-left: -79px !important;
    padding-right: -79px !important;
  }
  .laptop-l\:p-y--7\.9 {
    padding-top: -79px !important;
    padding-bottom: -79px !important;
  }
  .laptop-l-m--7\.9 {
    margin: -79px !important;
  }
  .laptop-l-p--7\.9 {
    padding: -79px !important;
  }
  .laptop-l-m-x--7\.9 {
    margin-left: -79px !important;
    margin-right: -79px !important;
  }
  .laptop-l-m-y--7\.9 {
    margin-top: -79px !important;
    margin-bottom: -79px !important;
  }
  .laptop-l-p-x--7\.9 {
    padding-left: -79px !important;
    padding-right: -79px !important;
  }
  .laptop-l-p-y--7\.9 {
    padding-top: -79px !important;
    padding-bottom: -79px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--7\.8 {
    margin: -78px !important;
  }
  .laptop-l\:p--7\.8 {
    padding: -78px !important;
  }
  .laptop-l\:m-x--7\.8 {
    margin-left: -78px !important;
    margin-right: -78px !important;
  }
  .laptop-l\:m-y--7\.8 {
    margin-top: -78px !important;
    margin-bottom: -78px !important;
  }
  .laptop-l\:p-x--7\.8 {
    padding-left: -78px !important;
    padding-right: -78px !important;
  }
  .laptop-l\:p-y--7\.8 {
    padding-top: -78px !important;
    padding-bottom: -78px !important;
  }
  .laptop-l-m--7\.8 {
    margin: -78px !important;
  }
  .laptop-l-p--7\.8 {
    padding: -78px !important;
  }
  .laptop-l-m-x--7\.8 {
    margin-left: -78px !important;
    margin-right: -78px !important;
  }
  .laptop-l-m-y--7\.8 {
    margin-top: -78px !important;
    margin-bottom: -78px !important;
  }
  .laptop-l-p-x--7\.8 {
    padding-left: -78px !important;
    padding-right: -78px !important;
  }
  .laptop-l-p-y--7\.8 {
    padding-top: -78px !important;
    padding-bottom: -78px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--7\.7 {
    margin: -77px !important;
  }
  .laptop-l\:p--7\.7 {
    padding: -77px !important;
  }
  .laptop-l\:m-x--7\.7 {
    margin-left: -77px !important;
    margin-right: -77px !important;
  }
  .laptop-l\:m-y--7\.7 {
    margin-top: -77px !important;
    margin-bottom: -77px !important;
  }
  .laptop-l\:p-x--7\.7 {
    padding-left: -77px !important;
    padding-right: -77px !important;
  }
  .laptop-l\:p-y--7\.7 {
    padding-top: -77px !important;
    padding-bottom: -77px !important;
  }
  .laptop-l-m--7\.7 {
    margin: -77px !important;
  }
  .laptop-l-p--7\.7 {
    padding: -77px !important;
  }
  .laptop-l-m-x--7\.7 {
    margin-left: -77px !important;
    margin-right: -77px !important;
  }
  .laptop-l-m-y--7\.7 {
    margin-top: -77px !important;
    margin-bottom: -77px !important;
  }
  .laptop-l-p-x--7\.7 {
    padding-left: -77px !important;
    padding-right: -77px !important;
  }
  .laptop-l-p-y--7\.7 {
    padding-top: -77px !important;
    padding-bottom: -77px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--7\.6 {
    margin: -76px !important;
  }
  .laptop-l\:p--7\.6 {
    padding: -76px !important;
  }
  .laptop-l\:m-x--7\.6 {
    margin-left: -76px !important;
    margin-right: -76px !important;
  }
  .laptop-l\:m-y--7\.6 {
    margin-top: -76px !important;
    margin-bottom: -76px !important;
  }
  .laptop-l\:p-x--7\.6 {
    padding-left: -76px !important;
    padding-right: -76px !important;
  }
  .laptop-l\:p-y--7\.6 {
    padding-top: -76px !important;
    padding-bottom: -76px !important;
  }
  .laptop-l-m--7\.6 {
    margin: -76px !important;
  }
  .laptop-l-p--7\.6 {
    padding: -76px !important;
  }
  .laptop-l-m-x--7\.6 {
    margin-left: -76px !important;
    margin-right: -76px !important;
  }
  .laptop-l-m-y--7\.6 {
    margin-top: -76px !important;
    margin-bottom: -76px !important;
  }
  .laptop-l-p-x--7\.6 {
    padding-left: -76px !important;
    padding-right: -76px !important;
  }
  .laptop-l-p-y--7\.6 {
    padding-top: -76px !important;
    padding-bottom: -76px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--7\.5 {
    margin: -75px !important;
  }
  .laptop-l\:p--7\.5 {
    padding: -75px !important;
  }
  .laptop-l\:m-x--7\.5 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }
  .laptop-l\:m-y--7\.5 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }
  .laptop-l\:p-x--7\.5 {
    padding-left: -75px !important;
    padding-right: -75px !important;
  }
  .laptop-l\:p-y--7\.5 {
    padding-top: -75px !important;
    padding-bottom: -75px !important;
  }
  .laptop-l-m--7\.5 {
    margin: -75px !important;
  }
  .laptop-l-p--7\.5 {
    padding: -75px !important;
  }
  .laptop-l-m-x--7\.5 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }
  .laptop-l-m-y--7\.5 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }
  .laptop-l-p-x--7\.5 {
    padding-left: -75px !important;
    padding-right: -75px !important;
  }
  .laptop-l-p-y--7\.5 {
    padding-top: -75px !important;
    padding-bottom: -75px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--7\.4 {
    margin: -74px !important;
  }
  .laptop-l\:p--7\.4 {
    padding: -74px !important;
  }
  .laptop-l\:m-x--7\.4 {
    margin-left: -74px !important;
    margin-right: -74px !important;
  }
  .laptop-l\:m-y--7\.4 {
    margin-top: -74px !important;
    margin-bottom: -74px !important;
  }
  .laptop-l\:p-x--7\.4 {
    padding-left: -74px !important;
    padding-right: -74px !important;
  }
  .laptop-l\:p-y--7\.4 {
    padding-top: -74px !important;
    padding-bottom: -74px !important;
  }
  .laptop-l-m--7\.4 {
    margin: -74px !important;
  }
  .laptop-l-p--7\.4 {
    padding: -74px !important;
  }
  .laptop-l-m-x--7\.4 {
    margin-left: -74px !important;
    margin-right: -74px !important;
  }
  .laptop-l-m-y--7\.4 {
    margin-top: -74px !important;
    margin-bottom: -74px !important;
  }
  .laptop-l-p-x--7\.4 {
    padding-left: -74px !important;
    padding-right: -74px !important;
  }
  .laptop-l-p-y--7\.4 {
    padding-top: -74px !important;
    padding-bottom: -74px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--7\.3 {
    margin: -73px !important;
  }
  .laptop-l\:p--7\.3 {
    padding: -73px !important;
  }
  .laptop-l\:m-x--7\.3 {
    margin-left: -73px !important;
    margin-right: -73px !important;
  }
  .laptop-l\:m-y--7\.3 {
    margin-top: -73px !important;
    margin-bottom: -73px !important;
  }
  .laptop-l\:p-x--7\.3 {
    padding-left: -73px !important;
    padding-right: -73px !important;
  }
  .laptop-l\:p-y--7\.3 {
    padding-top: -73px !important;
    padding-bottom: -73px !important;
  }
  .laptop-l-m--7\.3 {
    margin: -73px !important;
  }
  .laptop-l-p--7\.3 {
    padding: -73px !important;
  }
  .laptop-l-m-x--7\.3 {
    margin-left: -73px !important;
    margin-right: -73px !important;
  }
  .laptop-l-m-y--7\.3 {
    margin-top: -73px !important;
    margin-bottom: -73px !important;
  }
  .laptop-l-p-x--7\.3 {
    padding-left: -73px !important;
    padding-right: -73px !important;
  }
  .laptop-l-p-y--7\.3 {
    padding-top: -73px !important;
    padding-bottom: -73px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--7\.2 {
    margin: -72px !important;
  }
  .laptop-l\:p--7\.2 {
    padding: -72px !important;
  }
  .laptop-l\:m-x--7\.2 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }
  .laptop-l\:m-y--7\.2 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .laptop-l\:p-x--7\.2 {
    padding-left: -72px !important;
    padding-right: -72px !important;
  }
  .laptop-l\:p-y--7\.2 {
    padding-top: -72px !important;
    padding-bottom: -72px !important;
  }
  .laptop-l-m--7\.2 {
    margin: -72px !important;
  }
  .laptop-l-p--7\.2 {
    padding: -72px !important;
  }
  .laptop-l-m-x--7\.2 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }
  .laptop-l-m-y--7\.2 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .laptop-l-p-x--7\.2 {
    padding-left: -72px !important;
    padding-right: -72px !important;
  }
  .laptop-l-p-y--7\.2 {
    padding-top: -72px !important;
    padding-bottom: -72px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--7\.1 {
    margin: -71px !important;
  }
  .laptop-l\:p--7\.1 {
    padding: -71px !important;
  }
  .laptop-l\:m-x--7\.1 {
    margin-left: -71px !important;
    margin-right: -71px !important;
  }
  .laptop-l\:m-y--7\.1 {
    margin-top: -71px !important;
    margin-bottom: -71px !important;
  }
  .laptop-l\:p-x--7\.1 {
    padding-left: -71px !important;
    padding-right: -71px !important;
  }
  .laptop-l\:p-y--7\.1 {
    padding-top: -71px !important;
    padding-bottom: -71px !important;
  }
  .laptop-l-m--7\.1 {
    margin: -71px !important;
  }
  .laptop-l-p--7\.1 {
    padding: -71px !important;
  }
  .laptop-l-m-x--7\.1 {
    margin-left: -71px !important;
    margin-right: -71px !important;
  }
  .laptop-l-m-y--7\.1 {
    margin-top: -71px !important;
    margin-bottom: -71px !important;
  }
  .laptop-l-p-x--7\.1 {
    padding-left: -71px !important;
    padding-right: -71px !important;
  }
  .laptop-l-p-y--7\.1 {
    padding-top: -71px !important;
    padding-bottom: -71px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--7 {
    margin: -70px !important;
  }
  .laptop-l\:p--7 {
    padding: -70px !important;
  }
  .laptop-l\:m-x--7 {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }
  .laptop-l\:m-y--7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }
  .laptop-l\:p-x--7 {
    padding-left: -70px !important;
    padding-right: -70px !important;
  }
  .laptop-l\:p-y--7 {
    padding-top: -70px !important;
    padding-bottom: -70px !important;
  }
  .laptop-l-m--7 {
    margin: -70px !important;
  }
  .laptop-l-p--7 {
    padding: -70px !important;
  }
  .laptop-l-m-x--7 {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }
  .laptop-l-m-y--7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }
  .laptop-l-p-x--7 {
    padding-left: -70px !important;
    padding-right: -70px !important;
  }
  .laptop-l-p-y--7 {
    padding-top: -70px !important;
    padding-bottom: -70px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--6\.9 {
    margin: -69px !important;
  }
  .laptop-l\:p--6\.9 {
    padding: -69px !important;
  }
  .laptop-l\:m-x--6\.9 {
    margin-left: -69px !important;
    margin-right: -69px !important;
  }
  .laptop-l\:m-y--6\.9 {
    margin-top: -69px !important;
    margin-bottom: -69px !important;
  }
  .laptop-l\:p-x--6\.9 {
    padding-left: -69px !important;
    padding-right: -69px !important;
  }
  .laptop-l\:p-y--6\.9 {
    padding-top: -69px !important;
    padding-bottom: -69px !important;
  }
  .laptop-l-m--6\.9 {
    margin: -69px !important;
  }
  .laptop-l-p--6\.9 {
    padding: -69px !important;
  }
  .laptop-l-m-x--6\.9 {
    margin-left: -69px !important;
    margin-right: -69px !important;
  }
  .laptop-l-m-y--6\.9 {
    margin-top: -69px !important;
    margin-bottom: -69px !important;
  }
  .laptop-l-p-x--6\.9 {
    padding-left: -69px !important;
    padding-right: -69px !important;
  }
  .laptop-l-p-y--6\.9 {
    padding-top: -69px !important;
    padding-bottom: -69px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--6\.8 {
    margin: -68px !important;
  }
  .laptop-l\:p--6\.8 {
    padding: -68px !important;
  }
  .laptop-l\:m-x--6\.8 {
    margin-left: -68px !important;
    margin-right: -68px !important;
  }
  .laptop-l\:m-y--6\.8 {
    margin-top: -68px !important;
    margin-bottom: -68px !important;
  }
  .laptop-l\:p-x--6\.8 {
    padding-left: -68px !important;
    padding-right: -68px !important;
  }
  .laptop-l\:p-y--6\.8 {
    padding-top: -68px !important;
    padding-bottom: -68px !important;
  }
  .laptop-l-m--6\.8 {
    margin: -68px !important;
  }
  .laptop-l-p--6\.8 {
    padding: -68px !important;
  }
  .laptop-l-m-x--6\.8 {
    margin-left: -68px !important;
    margin-right: -68px !important;
  }
  .laptop-l-m-y--6\.8 {
    margin-top: -68px !important;
    margin-bottom: -68px !important;
  }
  .laptop-l-p-x--6\.8 {
    padding-left: -68px !important;
    padding-right: -68px !important;
  }
  .laptop-l-p-y--6\.8 {
    padding-top: -68px !important;
    padding-bottom: -68px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--6\.7 {
    margin: -67px !important;
  }
  .laptop-l\:p--6\.7 {
    padding: -67px !important;
  }
  .laptop-l\:m-x--6\.7 {
    margin-left: -67px !important;
    margin-right: -67px !important;
  }
  .laptop-l\:m-y--6\.7 {
    margin-top: -67px !important;
    margin-bottom: -67px !important;
  }
  .laptop-l\:p-x--6\.7 {
    padding-left: -67px !important;
    padding-right: -67px !important;
  }
  .laptop-l\:p-y--6\.7 {
    padding-top: -67px !important;
    padding-bottom: -67px !important;
  }
  .laptop-l-m--6\.7 {
    margin: -67px !important;
  }
  .laptop-l-p--6\.7 {
    padding: -67px !important;
  }
  .laptop-l-m-x--6\.7 {
    margin-left: -67px !important;
    margin-right: -67px !important;
  }
  .laptop-l-m-y--6\.7 {
    margin-top: -67px !important;
    margin-bottom: -67px !important;
  }
  .laptop-l-p-x--6\.7 {
    padding-left: -67px !important;
    padding-right: -67px !important;
  }
  .laptop-l-p-y--6\.7 {
    padding-top: -67px !important;
    padding-bottom: -67px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--6\.6 {
    margin: -66px !important;
  }
  .laptop-l\:p--6\.6 {
    padding: -66px !important;
  }
  .laptop-l\:m-x--6\.6 {
    margin-left: -66px !important;
    margin-right: -66px !important;
  }
  .laptop-l\:m-y--6\.6 {
    margin-top: -66px !important;
    margin-bottom: -66px !important;
  }
  .laptop-l\:p-x--6\.6 {
    padding-left: -66px !important;
    padding-right: -66px !important;
  }
  .laptop-l\:p-y--6\.6 {
    padding-top: -66px !important;
    padding-bottom: -66px !important;
  }
  .laptop-l-m--6\.6 {
    margin: -66px !important;
  }
  .laptop-l-p--6\.6 {
    padding: -66px !important;
  }
  .laptop-l-m-x--6\.6 {
    margin-left: -66px !important;
    margin-right: -66px !important;
  }
  .laptop-l-m-y--6\.6 {
    margin-top: -66px !important;
    margin-bottom: -66px !important;
  }
  .laptop-l-p-x--6\.6 {
    padding-left: -66px !important;
    padding-right: -66px !important;
  }
  .laptop-l-p-y--6\.6 {
    padding-top: -66px !important;
    padding-bottom: -66px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--6\.5 {
    margin: -65px !important;
  }
  .laptop-l\:p--6\.5 {
    padding: -65px !important;
  }
  .laptop-l\:m-x--6\.5 {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }
  .laptop-l\:m-y--6\.5 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }
  .laptop-l\:p-x--6\.5 {
    padding-left: -65px !important;
    padding-right: -65px !important;
  }
  .laptop-l\:p-y--6\.5 {
    padding-top: -65px !important;
    padding-bottom: -65px !important;
  }
  .laptop-l-m--6\.5 {
    margin: -65px !important;
  }
  .laptop-l-p--6\.5 {
    padding: -65px !important;
  }
  .laptop-l-m-x--6\.5 {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }
  .laptop-l-m-y--6\.5 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }
  .laptop-l-p-x--6\.5 {
    padding-left: -65px !important;
    padding-right: -65px !important;
  }
  .laptop-l-p-y--6\.5 {
    padding-top: -65px !important;
    padding-bottom: -65px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--6\.4 {
    margin: -64px !important;
  }
  .laptop-l\:p--6\.4 {
    padding: -64px !important;
  }
  .laptop-l\:m-x--6\.4 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }
  .laptop-l\:m-y--6\.4 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .laptop-l\:p-x--6\.4 {
    padding-left: -64px !important;
    padding-right: -64px !important;
  }
  .laptop-l\:p-y--6\.4 {
    padding-top: -64px !important;
    padding-bottom: -64px !important;
  }
  .laptop-l-m--6\.4 {
    margin: -64px !important;
  }
  .laptop-l-p--6\.4 {
    padding: -64px !important;
  }
  .laptop-l-m-x--6\.4 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }
  .laptop-l-m-y--6\.4 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .laptop-l-p-x--6\.4 {
    padding-left: -64px !important;
    padding-right: -64px !important;
  }
  .laptop-l-p-y--6\.4 {
    padding-top: -64px !important;
    padding-bottom: -64px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--6\.3 {
    margin: -63px !important;
  }
  .laptop-l\:p--6\.3 {
    padding: -63px !important;
  }
  .laptop-l\:m-x--6\.3 {
    margin-left: -63px !important;
    margin-right: -63px !important;
  }
  .laptop-l\:m-y--6\.3 {
    margin-top: -63px !important;
    margin-bottom: -63px !important;
  }
  .laptop-l\:p-x--6\.3 {
    padding-left: -63px !important;
    padding-right: -63px !important;
  }
  .laptop-l\:p-y--6\.3 {
    padding-top: -63px !important;
    padding-bottom: -63px !important;
  }
  .laptop-l-m--6\.3 {
    margin: -63px !important;
  }
  .laptop-l-p--6\.3 {
    padding: -63px !important;
  }
  .laptop-l-m-x--6\.3 {
    margin-left: -63px !important;
    margin-right: -63px !important;
  }
  .laptop-l-m-y--6\.3 {
    margin-top: -63px !important;
    margin-bottom: -63px !important;
  }
  .laptop-l-p-x--6\.3 {
    padding-left: -63px !important;
    padding-right: -63px !important;
  }
  .laptop-l-p-y--6\.3 {
    padding-top: -63px !important;
    padding-bottom: -63px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--6\.2 {
    margin: -62px !important;
  }
  .laptop-l\:p--6\.2 {
    padding: -62px !important;
  }
  .laptop-l\:m-x--6\.2 {
    margin-left: -62px !important;
    margin-right: -62px !important;
  }
  .laptop-l\:m-y--6\.2 {
    margin-top: -62px !important;
    margin-bottom: -62px !important;
  }
  .laptop-l\:p-x--6\.2 {
    padding-left: -62px !important;
    padding-right: -62px !important;
  }
  .laptop-l\:p-y--6\.2 {
    padding-top: -62px !important;
    padding-bottom: -62px !important;
  }
  .laptop-l-m--6\.2 {
    margin: -62px !important;
  }
  .laptop-l-p--6\.2 {
    padding: -62px !important;
  }
  .laptop-l-m-x--6\.2 {
    margin-left: -62px !important;
    margin-right: -62px !important;
  }
  .laptop-l-m-y--6\.2 {
    margin-top: -62px !important;
    margin-bottom: -62px !important;
  }
  .laptop-l-p-x--6\.2 {
    padding-left: -62px !important;
    padding-right: -62px !important;
  }
  .laptop-l-p-y--6\.2 {
    padding-top: -62px !important;
    padding-bottom: -62px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--6\.1 {
    margin: -61px !important;
  }
  .laptop-l\:p--6\.1 {
    padding: -61px !important;
  }
  .laptop-l\:m-x--6\.1 {
    margin-left: -61px !important;
    margin-right: -61px !important;
  }
  .laptop-l\:m-y--6\.1 {
    margin-top: -61px !important;
    margin-bottom: -61px !important;
  }
  .laptop-l\:p-x--6\.1 {
    padding-left: -61px !important;
    padding-right: -61px !important;
  }
  .laptop-l\:p-y--6\.1 {
    padding-top: -61px !important;
    padding-bottom: -61px !important;
  }
  .laptop-l-m--6\.1 {
    margin: -61px !important;
  }
  .laptop-l-p--6\.1 {
    padding: -61px !important;
  }
  .laptop-l-m-x--6\.1 {
    margin-left: -61px !important;
    margin-right: -61px !important;
  }
  .laptop-l-m-y--6\.1 {
    margin-top: -61px !important;
    margin-bottom: -61px !important;
  }
  .laptop-l-p-x--6\.1 {
    padding-left: -61px !important;
    padding-right: -61px !important;
  }
  .laptop-l-p-y--6\.1 {
    padding-top: -61px !important;
    padding-bottom: -61px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--6 {
    margin: -60px !important;
  }
  .laptop-l\:p--6 {
    padding: -60px !important;
  }
  .laptop-l\:m-x--6 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }
  .laptop-l\:m-y--6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .laptop-l\:p-x--6 {
    padding-left: -60px !important;
    padding-right: -60px !important;
  }
  .laptop-l\:p-y--6 {
    padding-top: -60px !important;
    padding-bottom: -60px !important;
  }
  .laptop-l-m--6 {
    margin: -60px !important;
  }
  .laptop-l-p--6 {
    padding: -60px !important;
  }
  .laptop-l-m-x--6 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }
  .laptop-l-m-y--6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .laptop-l-p-x--6 {
    padding-left: -60px !important;
    padding-right: -60px !important;
  }
  .laptop-l-p-y--6 {
    padding-top: -60px !important;
    padding-bottom: -60px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--5\.9 {
    margin: -59px !important;
  }
  .laptop-l\:p--5\.9 {
    padding: -59px !important;
  }
  .laptop-l\:m-x--5\.9 {
    margin-left: -59px !important;
    margin-right: -59px !important;
  }
  .laptop-l\:m-y--5\.9 {
    margin-top: -59px !important;
    margin-bottom: -59px !important;
  }
  .laptop-l\:p-x--5\.9 {
    padding-left: -59px !important;
    padding-right: -59px !important;
  }
  .laptop-l\:p-y--5\.9 {
    padding-top: -59px !important;
    padding-bottom: -59px !important;
  }
  .laptop-l-m--5\.9 {
    margin: -59px !important;
  }
  .laptop-l-p--5\.9 {
    padding: -59px !important;
  }
  .laptop-l-m-x--5\.9 {
    margin-left: -59px !important;
    margin-right: -59px !important;
  }
  .laptop-l-m-y--5\.9 {
    margin-top: -59px !important;
    margin-bottom: -59px !important;
  }
  .laptop-l-p-x--5\.9 {
    padding-left: -59px !important;
    padding-right: -59px !important;
  }
  .laptop-l-p-y--5\.9 {
    padding-top: -59px !important;
    padding-bottom: -59px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--5\.8 {
    margin: -58px !important;
  }
  .laptop-l\:p--5\.8 {
    padding: -58px !important;
  }
  .laptop-l\:m-x--5\.8 {
    margin-left: -58px !important;
    margin-right: -58px !important;
  }
  .laptop-l\:m-y--5\.8 {
    margin-top: -58px !important;
    margin-bottom: -58px !important;
  }
  .laptop-l\:p-x--5\.8 {
    padding-left: -58px !important;
    padding-right: -58px !important;
  }
  .laptop-l\:p-y--5\.8 {
    padding-top: -58px !important;
    padding-bottom: -58px !important;
  }
  .laptop-l-m--5\.8 {
    margin: -58px !important;
  }
  .laptop-l-p--5\.8 {
    padding: -58px !important;
  }
  .laptop-l-m-x--5\.8 {
    margin-left: -58px !important;
    margin-right: -58px !important;
  }
  .laptop-l-m-y--5\.8 {
    margin-top: -58px !important;
    margin-bottom: -58px !important;
  }
  .laptop-l-p-x--5\.8 {
    padding-left: -58px !important;
    padding-right: -58px !important;
  }
  .laptop-l-p-y--5\.8 {
    padding-top: -58px !important;
    padding-bottom: -58px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--5\.7 {
    margin: -57px !important;
  }
  .laptop-l\:p--5\.7 {
    padding: -57px !important;
  }
  .laptop-l\:m-x--5\.7 {
    margin-left: -57px !important;
    margin-right: -57px !important;
  }
  .laptop-l\:m-y--5\.7 {
    margin-top: -57px !important;
    margin-bottom: -57px !important;
  }
  .laptop-l\:p-x--5\.7 {
    padding-left: -57px !important;
    padding-right: -57px !important;
  }
  .laptop-l\:p-y--5\.7 {
    padding-top: -57px !important;
    padding-bottom: -57px !important;
  }
  .laptop-l-m--5\.7 {
    margin: -57px !important;
  }
  .laptop-l-p--5\.7 {
    padding: -57px !important;
  }
  .laptop-l-m-x--5\.7 {
    margin-left: -57px !important;
    margin-right: -57px !important;
  }
  .laptop-l-m-y--5\.7 {
    margin-top: -57px !important;
    margin-bottom: -57px !important;
  }
  .laptop-l-p-x--5\.7 {
    padding-left: -57px !important;
    padding-right: -57px !important;
  }
  .laptop-l-p-y--5\.7 {
    padding-top: -57px !important;
    padding-bottom: -57px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--5\.6 {
    margin: -56px !important;
  }
  .laptop-l\:p--5\.6 {
    padding: -56px !important;
  }
  .laptop-l\:m-x--5\.6 {
    margin-left: -56px !important;
    margin-right: -56px !important;
  }
  .laptop-l\:m-y--5\.6 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .laptop-l\:p-x--5\.6 {
    padding-left: -56px !important;
    padding-right: -56px !important;
  }
  .laptop-l\:p-y--5\.6 {
    padding-top: -56px !important;
    padding-bottom: -56px !important;
  }
  .laptop-l-m--5\.6 {
    margin: -56px !important;
  }
  .laptop-l-p--5\.6 {
    padding: -56px !important;
  }
  .laptop-l-m-x--5\.6 {
    margin-left: -56px !important;
    margin-right: -56px !important;
  }
  .laptop-l-m-y--5\.6 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .laptop-l-p-x--5\.6 {
    padding-left: -56px !important;
    padding-right: -56px !important;
  }
  .laptop-l-p-y--5\.6 {
    padding-top: -56px !important;
    padding-bottom: -56px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--5\.5 {
    margin: -55px !important;
  }
  .laptop-l\:p--5\.5 {
    padding: -55px !important;
  }
  .laptop-l\:m-x--5\.5 {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }
  .laptop-l\:m-y--5\.5 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .laptop-l\:p-x--5\.5 {
    padding-left: -55px !important;
    padding-right: -55px !important;
  }
  .laptop-l\:p-y--5\.5 {
    padding-top: -55px !important;
    padding-bottom: -55px !important;
  }
  .laptop-l-m--5\.5 {
    margin: -55px !important;
  }
  .laptop-l-p--5\.5 {
    padding: -55px !important;
  }
  .laptop-l-m-x--5\.5 {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }
  .laptop-l-m-y--5\.5 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .laptop-l-p-x--5\.5 {
    padding-left: -55px !important;
    padding-right: -55px !important;
  }
  .laptop-l-p-y--5\.5 {
    padding-top: -55px !important;
    padding-bottom: -55px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--5\.4 {
    margin: -54px !important;
  }
  .laptop-l\:p--5\.4 {
    padding: -54px !important;
  }
  .laptop-l\:m-x--5\.4 {
    margin-left: -54px !important;
    margin-right: -54px !important;
  }
  .laptop-l\:m-y--5\.4 {
    margin-top: -54px !important;
    margin-bottom: -54px !important;
  }
  .laptop-l\:p-x--5\.4 {
    padding-left: -54px !important;
    padding-right: -54px !important;
  }
  .laptop-l\:p-y--5\.4 {
    padding-top: -54px !important;
    padding-bottom: -54px !important;
  }
  .laptop-l-m--5\.4 {
    margin: -54px !important;
  }
  .laptop-l-p--5\.4 {
    padding: -54px !important;
  }
  .laptop-l-m-x--5\.4 {
    margin-left: -54px !important;
    margin-right: -54px !important;
  }
  .laptop-l-m-y--5\.4 {
    margin-top: -54px !important;
    margin-bottom: -54px !important;
  }
  .laptop-l-p-x--5\.4 {
    padding-left: -54px !important;
    padding-right: -54px !important;
  }
  .laptop-l-p-y--5\.4 {
    padding-top: -54px !important;
    padding-bottom: -54px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--5\.3 {
    margin: -53px !important;
  }
  .laptop-l\:p--5\.3 {
    padding: -53px !important;
  }
  .laptop-l\:m-x--5\.3 {
    margin-left: -53px !important;
    margin-right: -53px !important;
  }
  .laptop-l\:m-y--5\.3 {
    margin-top: -53px !important;
    margin-bottom: -53px !important;
  }
  .laptop-l\:p-x--5\.3 {
    padding-left: -53px !important;
    padding-right: -53px !important;
  }
  .laptop-l\:p-y--5\.3 {
    padding-top: -53px !important;
    padding-bottom: -53px !important;
  }
  .laptop-l-m--5\.3 {
    margin: -53px !important;
  }
  .laptop-l-p--5\.3 {
    padding: -53px !important;
  }
  .laptop-l-m-x--5\.3 {
    margin-left: -53px !important;
    margin-right: -53px !important;
  }
  .laptop-l-m-y--5\.3 {
    margin-top: -53px !important;
    margin-bottom: -53px !important;
  }
  .laptop-l-p-x--5\.3 {
    padding-left: -53px !important;
    padding-right: -53px !important;
  }
  .laptop-l-p-y--5\.3 {
    padding-top: -53px !important;
    padding-bottom: -53px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--5\.2 {
    margin: -52px !important;
  }
  .laptop-l\:p--5\.2 {
    padding: -52px !important;
  }
  .laptop-l\:m-x--5\.2 {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }
  .laptop-l\:m-y--5\.2 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }
  .laptop-l\:p-x--5\.2 {
    padding-left: -52px !important;
    padding-right: -52px !important;
  }
  .laptop-l\:p-y--5\.2 {
    padding-top: -52px !important;
    padding-bottom: -52px !important;
  }
  .laptop-l-m--5\.2 {
    margin: -52px !important;
  }
  .laptop-l-p--5\.2 {
    padding: -52px !important;
  }
  .laptop-l-m-x--5\.2 {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }
  .laptop-l-m-y--5\.2 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }
  .laptop-l-p-x--5\.2 {
    padding-left: -52px !important;
    padding-right: -52px !important;
  }
  .laptop-l-p-y--5\.2 {
    padding-top: -52px !important;
    padding-bottom: -52px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--5\.1 {
    margin: -51px !important;
  }
  .laptop-l\:p--5\.1 {
    padding: -51px !important;
  }
  .laptop-l\:m-x--5\.1 {
    margin-left: -51px !important;
    margin-right: -51px !important;
  }
  .laptop-l\:m-y--5\.1 {
    margin-top: -51px !important;
    margin-bottom: -51px !important;
  }
  .laptop-l\:p-x--5\.1 {
    padding-left: -51px !important;
    padding-right: -51px !important;
  }
  .laptop-l\:p-y--5\.1 {
    padding-top: -51px !important;
    padding-bottom: -51px !important;
  }
  .laptop-l-m--5\.1 {
    margin: -51px !important;
  }
  .laptop-l-p--5\.1 {
    padding: -51px !important;
  }
  .laptop-l-m-x--5\.1 {
    margin-left: -51px !important;
    margin-right: -51px !important;
  }
  .laptop-l-m-y--5\.1 {
    margin-top: -51px !important;
    margin-bottom: -51px !important;
  }
  .laptop-l-p-x--5\.1 {
    padding-left: -51px !important;
    padding-right: -51px !important;
  }
  .laptop-l-p-y--5\.1 {
    padding-top: -51px !important;
    padding-bottom: -51px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--5 {
    margin: -50px !important;
  }
  .laptop-l\:p--5 {
    padding: -50px !important;
  }
  .laptop-l\:m-x--5 {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }
  .laptop-l\:m-y--5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .laptop-l\:p-x--5 {
    padding-left: -50px !important;
    padding-right: -50px !important;
  }
  .laptop-l\:p-y--5 {
    padding-top: -50px !important;
    padding-bottom: -50px !important;
  }
  .laptop-l-m--5 {
    margin: -50px !important;
  }
  .laptop-l-p--5 {
    padding: -50px !important;
  }
  .laptop-l-m-x--5 {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }
  .laptop-l-m-y--5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .laptop-l-p-x--5 {
    padding-left: -50px !important;
    padding-right: -50px !important;
  }
  .laptop-l-p-y--5 {
    padding-top: -50px !important;
    padding-bottom: -50px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--4\.9 {
    margin: -49px !important;
  }
  .laptop-l\:p--4\.9 {
    padding: -49px !important;
  }
  .laptop-l\:m-x--4\.9 {
    margin-left: -49px !important;
    margin-right: -49px !important;
  }
  .laptop-l\:m-y--4\.9 {
    margin-top: -49px !important;
    margin-bottom: -49px !important;
  }
  .laptop-l\:p-x--4\.9 {
    padding-left: -49px !important;
    padding-right: -49px !important;
  }
  .laptop-l\:p-y--4\.9 {
    padding-top: -49px !important;
    padding-bottom: -49px !important;
  }
  .laptop-l-m--4\.9 {
    margin: -49px !important;
  }
  .laptop-l-p--4\.9 {
    padding: -49px !important;
  }
  .laptop-l-m-x--4\.9 {
    margin-left: -49px !important;
    margin-right: -49px !important;
  }
  .laptop-l-m-y--4\.9 {
    margin-top: -49px !important;
    margin-bottom: -49px !important;
  }
  .laptop-l-p-x--4\.9 {
    padding-left: -49px !important;
    padding-right: -49px !important;
  }
  .laptop-l-p-y--4\.9 {
    padding-top: -49px !important;
    padding-bottom: -49px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--4\.8 {
    margin: -48px !important;
  }
  .laptop-l\:p--4\.8 {
    padding: -48px !important;
  }
  .laptop-l\:m-x--4\.8 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }
  .laptop-l\:m-y--4\.8 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .laptop-l\:p-x--4\.8 {
    padding-left: -48px !important;
    padding-right: -48px !important;
  }
  .laptop-l\:p-y--4\.8 {
    padding-top: -48px !important;
    padding-bottom: -48px !important;
  }
  .laptop-l-m--4\.8 {
    margin: -48px !important;
  }
  .laptop-l-p--4\.8 {
    padding: -48px !important;
  }
  .laptop-l-m-x--4\.8 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }
  .laptop-l-m-y--4\.8 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .laptop-l-p-x--4\.8 {
    padding-left: -48px !important;
    padding-right: -48px !important;
  }
  .laptop-l-p-y--4\.8 {
    padding-top: -48px !important;
    padding-bottom: -48px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--4\.7 {
    margin: -47px !important;
  }
  .laptop-l\:p--4\.7 {
    padding: -47px !important;
  }
  .laptop-l\:m-x--4\.7 {
    margin-left: -47px !important;
    margin-right: -47px !important;
  }
  .laptop-l\:m-y--4\.7 {
    margin-top: -47px !important;
    margin-bottom: -47px !important;
  }
  .laptop-l\:p-x--4\.7 {
    padding-left: -47px !important;
    padding-right: -47px !important;
  }
  .laptop-l\:p-y--4\.7 {
    padding-top: -47px !important;
    padding-bottom: -47px !important;
  }
  .laptop-l-m--4\.7 {
    margin: -47px !important;
  }
  .laptop-l-p--4\.7 {
    padding: -47px !important;
  }
  .laptop-l-m-x--4\.7 {
    margin-left: -47px !important;
    margin-right: -47px !important;
  }
  .laptop-l-m-y--4\.7 {
    margin-top: -47px !important;
    margin-bottom: -47px !important;
  }
  .laptop-l-p-x--4\.7 {
    padding-left: -47px !important;
    padding-right: -47px !important;
  }
  .laptop-l-p-y--4\.7 {
    padding-top: -47px !important;
    padding-bottom: -47px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--4\.6 {
    margin: -46px !important;
  }
  .laptop-l\:p--4\.6 {
    padding: -46px !important;
  }
  .laptop-l\:m-x--4\.6 {
    margin-left: -46px !important;
    margin-right: -46px !important;
  }
  .laptop-l\:m-y--4\.6 {
    margin-top: -46px !important;
    margin-bottom: -46px !important;
  }
  .laptop-l\:p-x--4\.6 {
    padding-left: -46px !important;
    padding-right: -46px !important;
  }
  .laptop-l\:p-y--4\.6 {
    padding-top: -46px !important;
    padding-bottom: -46px !important;
  }
  .laptop-l-m--4\.6 {
    margin: -46px !important;
  }
  .laptop-l-p--4\.6 {
    padding: -46px !important;
  }
  .laptop-l-m-x--4\.6 {
    margin-left: -46px !important;
    margin-right: -46px !important;
  }
  .laptop-l-m-y--4\.6 {
    margin-top: -46px !important;
    margin-bottom: -46px !important;
  }
  .laptop-l-p-x--4\.6 {
    padding-left: -46px !important;
    padding-right: -46px !important;
  }
  .laptop-l-p-y--4\.6 {
    padding-top: -46px !important;
    padding-bottom: -46px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--4\.5 {
    margin: -45px !important;
  }
  .laptop-l\:p--4\.5 {
    padding: -45px !important;
  }
  .laptop-l\:m-x--4\.5 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }
  .laptop-l\:m-y--4\.5 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .laptop-l\:p-x--4\.5 {
    padding-left: -45px !important;
    padding-right: -45px !important;
  }
  .laptop-l\:p-y--4\.5 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
  .laptop-l-m--4\.5 {
    margin: -45px !important;
  }
  .laptop-l-p--4\.5 {
    padding: -45px !important;
  }
  .laptop-l-m-x--4\.5 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }
  .laptop-l-m-y--4\.5 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .laptop-l-p-x--4\.5 {
    padding-left: -45px !important;
    padding-right: -45px !important;
  }
  .laptop-l-p-y--4\.5 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--4\.4 {
    margin: -44px !important;
  }
  .laptop-l\:p--4\.4 {
    padding: -44px !important;
  }
  .laptop-l\:m-x--4\.4 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }
  .laptop-l\:m-y--4\.4 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }
  .laptop-l\:p-x--4\.4 {
    padding-left: -44px !important;
    padding-right: -44px !important;
  }
  .laptop-l\:p-y--4\.4 {
    padding-top: -44px !important;
    padding-bottom: -44px !important;
  }
  .laptop-l-m--4\.4 {
    margin: -44px !important;
  }
  .laptop-l-p--4\.4 {
    padding: -44px !important;
  }
  .laptop-l-m-x--4\.4 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }
  .laptop-l-m-y--4\.4 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }
  .laptop-l-p-x--4\.4 {
    padding-left: -44px !important;
    padding-right: -44px !important;
  }
  .laptop-l-p-y--4\.4 {
    padding-top: -44px !important;
    padding-bottom: -44px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--4\.3 {
    margin: -43px !important;
  }
  .laptop-l\:p--4\.3 {
    padding: -43px !important;
  }
  .laptop-l\:m-x--4\.3 {
    margin-left: -43px !important;
    margin-right: -43px !important;
  }
  .laptop-l\:m-y--4\.3 {
    margin-top: -43px !important;
    margin-bottom: -43px !important;
  }
  .laptop-l\:p-x--4\.3 {
    padding-left: -43px !important;
    padding-right: -43px !important;
  }
  .laptop-l\:p-y--4\.3 {
    padding-top: -43px !important;
    padding-bottom: -43px !important;
  }
  .laptop-l-m--4\.3 {
    margin: -43px !important;
  }
  .laptop-l-p--4\.3 {
    padding: -43px !important;
  }
  .laptop-l-m-x--4\.3 {
    margin-left: -43px !important;
    margin-right: -43px !important;
  }
  .laptop-l-m-y--4\.3 {
    margin-top: -43px !important;
    margin-bottom: -43px !important;
  }
  .laptop-l-p-x--4\.3 {
    padding-left: -43px !important;
    padding-right: -43px !important;
  }
  .laptop-l-p-y--4\.3 {
    padding-top: -43px !important;
    padding-bottom: -43px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--4\.2 {
    margin: -42px !important;
  }
  .laptop-l\:p--4\.2 {
    padding: -42px !important;
  }
  .laptop-l\:m-x--4\.2 {
    margin-left: -42px !important;
    margin-right: -42px !important;
  }
  .laptop-l\:m-y--4\.2 {
    margin-top: -42px !important;
    margin-bottom: -42px !important;
  }
  .laptop-l\:p-x--4\.2 {
    padding-left: -42px !important;
    padding-right: -42px !important;
  }
  .laptop-l\:p-y--4\.2 {
    padding-top: -42px !important;
    padding-bottom: -42px !important;
  }
  .laptop-l-m--4\.2 {
    margin: -42px !important;
  }
  .laptop-l-p--4\.2 {
    padding: -42px !important;
  }
  .laptop-l-m-x--4\.2 {
    margin-left: -42px !important;
    margin-right: -42px !important;
  }
  .laptop-l-m-y--4\.2 {
    margin-top: -42px !important;
    margin-bottom: -42px !important;
  }
  .laptop-l-p-x--4\.2 {
    padding-left: -42px !important;
    padding-right: -42px !important;
  }
  .laptop-l-p-y--4\.2 {
    padding-top: -42px !important;
    padding-bottom: -42px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--4\.1 {
    margin: -41px !important;
  }
  .laptop-l\:p--4\.1 {
    padding: -41px !important;
  }
  .laptop-l\:m-x--4\.1 {
    margin-left: -41px !important;
    margin-right: -41px !important;
  }
  .laptop-l\:m-y--4\.1 {
    margin-top: -41px !important;
    margin-bottom: -41px !important;
  }
  .laptop-l\:p-x--4\.1 {
    padding-left: -41px !important;
    padding-right: -41px !important;
  }
  .laptop-l\:p-y--4\.1 {
    padding-top: -41px !important;
    padding-bottom: -41px !important;
  }
  .laptop-l-m--4\.1 {
    margin: -41px !important;
  }
  .laptop-l-p--4\.1 {
    padding: -41px !important;
  }
  .laptop-l-m-x--4\.1 {
    margin-left: -41px !important;
    margin-right: -41px !important;
  }
  .laptop-l-m-y--4\.1 {
    margin-top: -41px !important;
    margin-bottom: -41px !important;
  }
  .laptop-l-p-x--4\.1 {
    padding-left: -41px !important;
    padding-right: -41px !important;
  }
  .laptop-l-p-y--4\.1 {
    padding-top: -41px !important;
    padding-bottom: -41px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--4 {
    margin: -40px !important;
  }
  .laptop-l\:p--4 {
    padding: -40px !important;
  }
  .laptop-l\:m-x--4 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
  .laptop-l\:m-y--4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .laptop-l\:p-x--4 {
    padding-left: -40px !important;
    padding-right: -40px !important;
  }
  .laptop-l\:p-y--4 {
    padding-top: -40px !important;
    padding-bottom: -40px !important;
  }
  .laptop-l-m--4 {
    margin: -40px !important;
  }
  .laptop-l-p--4 {
    padding: -40px !important;
  }
  .laptop-l-m-x--4 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
  .laptop-l-m-y--4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .laptop-l-p-x--4 {
    padding-left: -40px !important;
    padding-right: -40px !important;
  }
  .laptop-l-p-y--4 {
    padding-top: -40px !important;
    padding-bottom: -40px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--3\.9 {
    margin: -39px !important;
  }
  .laptop-l\:p--3\.9 {
    padding: -39px !important;
  }
  .laptop-l\:m-x--3\.9 {
    margin-left: -39px !important;
    margin-right: -39px !important;
  }
  .laptop-l\:m-y--3\.9 {
    margin-top: -39px !important;
    margin-bottom: -39px !important;
  }
  .laptop-l\:p-x--3\.9 {
    padding-left: -39px !important;
    padding-right: -39px !important;
  }
  .laptop-l\:p-y--3\.9 {
    padding-top: -39px !important;
    padding-bottom: -39px !important;
  }
  .laptop-l-m--3\.9 {
    margin: -39px !important;
  }
  .laptop-l-p--3\.9 {
    padding: -39px !important;
  }
  .laptop-l-m-x--3\.9 {
    margin-left: -39px !important;
    margin-right: -39px !important;
  }
  .laptop-l-m-y--3\.9 {
    margin-top: -39px !important;
    margin-bottom: -39px !important;
  }
  .laptop-l-p-x--3\.9 {
    padding-left: -39px !important;
    padding-right: -39px !important;
  }
  .laptop-l-p-y--3\.9 {
    padding-top: -39px !important;
    padding-bottom: -39px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--3\.8 {
    margin: -38px !important;
  }
  .laptop-l\:p--3\.8 {
    padding: -38px !important;
  }
  .laptop-l\:m-x--3\.8 {
    margin-left: -38px !important;
    margin-right: -38px !important;
  }
  .laptop-l\:m-y--3\.8 {
    margin-top: -38px !important;
    margin-bottom: -38px !important;
  }
  .laptop-l\:p-x--3\.8 {
    padding-left: -38px !important;
    padding-right: -38px !important;
  }
  .laptop-l\:p-y--3\.8 {
    padding-top: -38px !important;
    padding-bottom: -38px !important;
  }
  .laptop-l-m--3\.8 {
    margin: -38px !important;
  }
  .laptop-l-p--3\.8 {
    padding: -38px !important;
  }
  .laptop-l-m-x--3\.8 {
    margin-left: -38px !important;
    margin-right: -38px !important;
  }
  .laptop-l-m-y--3\.8 {
    margin-top: -38px !important;
    margin-bottom: -38px !important;
  }
  .laptop-l-p-x--3\.8 {
    padding-left: -38px !important;
    padding-right: -38px !important;
  }
  .laptop-l-p-y--3\.8 {
    padding-top: -38px !important;
    padding-bottom: -38px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--3\.7 {
    margin: -37px !important;
  }
  .laptop-l\:p--3\.7 {
    padding: -37px !important;
  }
  .laptop-l\:m-x--3\.7 {
    margin-left: -37px !important;
    margin-right: -37px !important;
  }
  .laptop-l\:m-y--3\.7 {
    margin-top: -37px !important;
    margin-bottom: -37px !important;
  }
  .laptop-l\:p-x--3\.7 {
    padding-left: -37px !important;
    padding-right: -37px !important;
  }
  .laptop-l\:p-y--3\.7 {
    padding-top: -37px !important;
    padding-bottom: -37px !important;
  }
  .laptop-l-m--3\.7 {
    margin: -37px !important;
  }
  .laptop-l-p--3\.7 {
    padding: -37px !important;
  }
  .laptop-l-m-x--3\.7 {
    margin-left: -37px !important;
    margin-right: -37px !important;
  }
  .laptop-l-m-y--3\.7 {
    margin-top: -37px !important;
    margin-bottom: -37px !important;
  }
  .laptop-l-p-x--3\.7 {
    padding-left: -37px !important;
    padding-right: -37px !important;
  }
  .laptop-l-p-y--3\.7 {
    padding-top: -37px !important;
    padding-bottom: -37px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--3\.6 {
    margin: -36px !important;
  }
  .laptop-l\:p--3\.6 {
    padding: -36px !important;
  }
  .laptop-l\:m-x--3\.6 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }
  .laptop-l\:m-y--3\.6 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
  .laptop-l\:p-x--3\.6 {
    padding-left: -36px !important;
    padding-right: -36px !important;
  }
  .laptop-l\:p-y--3\.6 {
    padding-top: -36px !important;
    padding-bottom: -36px !important;
  }
  .laptop-l-m--3\.6 {
    margin: -36px !important;
  }
  .laptop-l-p--3\.6 {
    padding: -36px !important;
  }
  .laptop-l-m-x--3\.6 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }
  .laptop-l-m-y--3\.6 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
  .laptop-l-p-x--3\.6 {
    padding-left: -36px !important;
    padding-right: -36px !important;
  }
  .laptop-l-p-y--3\.6 {
    padding-top: -36px !important;
    padding-bottom: -36px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--3\.5 {
    margin: -35px !important;
  }
  .laptop-l\:p--3\.5 {
    padding: -35px !important;
  }
  .laptop-l\:m-x--3\.5 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }
  .laptop-l\:m-y--3\.5 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .laptop-l\:p-x--3\.5 {
    padding-left: -35px !important;
    padding-right: -35px !important;
  }
  .laptop-l\:p-y--3\.5 {
    padding-top: -35px !important;
    padding-bottom: -35px !important;
  }
  .laptop-l-m--3\.5 {
    margin: -35px !important;
  }
  .laptop-l-p--3\.5 {
    padding: -35px !important;
  }
  .laptop-l-m-x--3\.5 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }
  .laptop-l-m-y--3\.5 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .laptop-l-p-x--3\.5 {
    padding-left: -35px !important;
    padding-right: -35px !important;
  }
  .laptop-l-p-y--3\.5 {
    padding-top: -35px !important;
    padding-bottom: -35px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--3\.4 {
    margin: -34px !important;
  }
  .laptop-l\:p--3\.4 {
    padding: -34px !important;
  }
  .laptop-l\:m-x--3\.4 {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }
  .laptop-l\:m-y--3\.4 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }
  .laptop-l\:p-x--3\.4 {
    padding-left: -34px !important;
    padding-right: -34px !important;
  }
  .laptop-l\:p-y--3\.4 {
    padding-top: -34px !important;
    padding-bottom: -34px !important;
  }
  .laptop-l-m--3\.4 {
    margin: -34px !important;
  }
  .laptop-l-p--3\.4 {
    padding: -34px !important;
  }
  .laptop-l-m-x--3\.4 {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }
  .laptop-l-m-y--3\.4 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }
  .laptop-l-p-x--3\.4 {
    padding-left: -34px !important;
    padding-right: -34px !important;
  }
  .laptop-l-p-y--3\.4 {
    padding-top: -34px !important;
    padding-bottom: -34px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--3\.3 {
    margin: -33px !important;
  }
  .laptop-l\:p--3\.3 {
    padding: -33px !important;
  }
  .laptop-l\:m-x--3\.3 {
    margin-left: -33px !important;
    margin-right: -33px !important;
  }
  .laptop-l\:m-y--3\.3 {
    margin-top: -33px !important;
    margin-bottom: -33px !important;
  }
  .laptop-l\:p-x--3\.3 {
    padding-left: -33px !important;
    padding-right: -33px !important;
  }
  .laptop-l\:p-y--3\.3 {
    padding-top: -33px !important;
    padding-bottom: -33px !important;
  }
  .laptop-l-m--3\.3 {
    margin: -33px !important;
  }
  .laptop-l-p--3\.3 {
    padding: -33px !important;
  }
  .laptop-l-m-x--3\.3 {
    margin-left: -33px !important;
    margin-right: -33px !important;
  }
  .laptop-l-m-y--3\.3 {
    margin-top: -33px !important;
    margin-bottom: -33px !important;
  }
  .laptop-l-p-x--3\.3 {
    padding-left: -33px !important;
    padding-right: -33px !important;
  }
  .laptop-l-p-y--3\.3 {
    padding-top: -33px !important;
    padding-bottom: -33px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--3\.2 {
    margin: -32px !important;
  }
  .laptop-l\:p--3\.2 {
    padding: -32px !important;
  }
  .laptop-l\:m-x--3\.2 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }
  .laptop-l\:m-y--3\.2 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .laptop-l\:p-x--3\.2 {
    padding-left: -32px !important;
    padding-right: -32px !important;
  }
  .laptop-l\:p-y--3\.2 {
    padding-top: -32px !important;
    padding-bottom: -32px !important;
  }
  .laptop-l-m--3\.2 {
    margin: -32px !important;
  }
  .laptop-l-p--3\.2 {
    padding: -32px !important;
  }
  .laptop-l-m-x--3\.2 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }
  .laptop-l-m-y--3\.2 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .laptop-l-p-x--3\.2 {
    padding-left: -32px !important;
    padding-right: -32px !important;
  }
  .laptop-l-p-y--3\.2 {
    padding-top: -32px !important;
    padding-bottom: -32px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--3\.1 {
    margin: -31px !important;
  }
  .laptop-l\:p--3\.1 {
    padding: -31px !important;
  }
  .laptop-l\:m-x--3\.1 {
    margin-left: -31px !important;
    margin-right: -31px !important;
  }
  .laptop-l\:m-y--3\.1 {
    margin-top: -31px !important;
    margin-bottom: -31px !important;
  }
  .laptop-l\:p-x--3\.1 {
    padding-left: -31px !important;
    padding-right: -31px !important;
  }
  .laptop-l\:p-y--3\.1 {
    padding-top: -31px !important;
    padding-bottom: -31px !important;
  }
  .laptop-l-m--3\.1 {
    margin: -31px !important;
  }
  .laptop-l-p--3\.1 {
    padding: -31px !important;
  }
  .laptop-l-m-x--3\.1 {
    margin-left: -31px !important;
    margin-right: -31px !important;
  }
  .laptop-l-m-y--3\.1 {
    margin-top: -31px !important;
    margin-bottom: -31px !important;
  }
  .laptop-l-p-x--3\.1 {
    padding-left: -31px !important;
    padding-right: -31px !important;
  }
  .laptop-l-p-y--3\.1 {
    padding-top: -31px !important;
    padding-bottom: -31px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--3 {
    margin: -30px !important;
  }
  .laptop-l\:p--3 {
    padding: -30px !important;
  }
  .laptop-l\:m-x--3 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .laptop-l\:m-y--3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .laptop-l\:p-x--3 {
    padding-left: -30px !important;
    padding-right: -30px !important;
  }
  .laptop-l\:p-y--3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .laptop-l-m--3 {
    margin: -30px !important;
  }
  .laptop-l-p--3 {
    padding: -30px !important;
  }
  .laptop-l-m-x--3 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .laptop-l-m-y--3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .laptop-l-p-x--3 {
    padding-left: -30px !important;
    padding-right: -30px !important;
  }
  .laptop-l-p-y--3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--2\.9 {
    margin: -29px !important;
  }
  .laptop-l\:p--2\.9 {
    padding: -29px !important;
  }
  .laptop-l\:m-x--2\.9 {
    margin-left: -29px !important;
    margin-right: -29px !important;
  }
  .laptop-l\:m-y--2\.9 {
    margin-top: -29px !important;
    margin-bottom: -29px !important;
  }
  .laptop-l\:p-x--2\.9 {
    padding-left: -29px !important;
    padding-right: -29px !important;
  }
  .laptop-l\:p-y--2\.9 {
    padding-top: -29px !important;
    padding-bottom: -29px !important;
  }
  .laptop-l-m--2\.9 {
    margin: -29px !important;
  }
  .laptop-l-p--2\.9 {
    padding: -29px !important;
  }
  .laptop-l-m-x--2\.9 {
    margin-left: -29px !important;
    margin-right: -29px !important;
  }
  .laptop-l-m-y--2\.9 {
    margin-top: -29px !important;
    margin-bottom: -29px !important;
  }
  .laptop-l-p-x--2\.9 {
    padding-left: -29px !important;
    padding-right: -29px !important;
  }
  .laptop-l-p-y--2\.9 {
    padding-top: -29px !important;
    padding-bottom: -29px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--2\.8 {
    margin: -28px !important;
  }
  .laptop-l\:p--2\.8 {
    padding: -28px !important;
  }
  .laptop-l\:m-x--2\.8 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }
  .laptop-l\:m-y--2\.8 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
  .laptop-l\:p-x--2\.8 {
    padding-left: -28px !important;
    padding-right: -28px !important;
  }
  .laptop-l\:p-y--2\.8 {
    padding-top: -28px !important;
    padding-bottom: -28px !important;
  }
  .laptop-l-m--2\.8 {
    margin: -28px !important;
  }
  .laptop-l-p--2\.8 {
    padding: -28px !important;
  }
  .laptop-l-m-x--2\.8 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }
  .laptop-l-m-y--2\.8 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
  .laptop-l-p-x--2\.8 {
    padding-left: -28px !important;
    padding-right: -28px !important;
  }
  .laptop-l-p-y--2\.8 {
    padding-top: -28px !important;
    padding-bottom: -28px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--2\.7 {
    margin: -27px !important;
  }
  .laptop-l\:p--2\.7 {
    padding: -27px !important;
  }
  .laptop-l\:m-x--2\.7 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }
  .laptop-l\:m-y--2\.7 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }
  .laptop-l\:p-x--2\.7 {
    padding-left: -27px !important;
    padding-right: -27px !important;
  }
  .laptop-l\:p-y--2\.7 {
    padding-top: -27px !important;
    padding-bottom: -27px !important;
  }
  .laptop-l-m--2\.7 {
    margin: -27px !important;
  }
  .laptop-l-p--2\.7 {
    padding: -27px !important;
  }
  .laptop-l-m-x--2\.7 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }
  .laptop-l-m-y--2\.7 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }
  .laptop-l-p-x--2\.7 {
    padding-left: -27px !important;
    padding-right: -27px !important;
  }
  .laptop-l-p-y--2\.7 {
    padding-top: -27px !important;
    padding-bottom: -27px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--2\.6 {
    margin: -26px !important;
  }
  .laptop-l\:p--2\.6 {
    padding: -26px !important;
  }
  .laptop-l\:m-x--2\.6 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }
  .laptop-l\:m-y--2\.6 {
    margin-top: -26px !important;
    margin-bottom: -26px !important;
  }
  .laptop-l\:p-x--2\.6 {
    padding-left: -26px !important;
    padding-right: -26px !important;
  }
  .laptop-l\:p-y--2\.6 {
    padding-top: -26px !important;
    padding-bottom: -26px !important;
  }
  .laptop-l-m--2\.6 {
    margin: -26px !important;
  }
  .laptop-l-p--2\.6 {
    padding: -26px !important;
  }
  .laptop-l-m-x--2\.6 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }
  .laptop-l-m-y--2\.6 {
    margin-top: -26px !important;
    margin-bottom: -26px !important;
  }
  .laptop-l-p-x--2\.6 {
    padding-left: -26px !important;
    padding-right: -26px !important;
  }
  .laptop-l-p-y--2\.6 {
    padding-top: -26px !important;
    padding-bottom: -26px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--2\.5 {
    margin: -25px !important;
  }
  .laptop-l\:p--2\.5 {
    padding: -25px !important;
  }
  .laptop-l\:m-x--2\.5 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
  .laptop-l\:m-y--2\.5 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .laptop-l\:p-x--2\.5 {
    padding-left: -25px !important;
    padding-right: -25px !important;
  }
  .laptop-l\:p-y--2\.5 {
    padding-top: -25px !important;
    padding-bottom: -25px !important;
  }
  .laptop-l-m--2\.5 {
    margin: -25px !important;
  }
  .laptop-l-p--2\.5 {
    padding: -25px !important;
  }
  .laptop-l-m-x--2\.5 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
  .laptop-l-m-y--2\.5 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .laptop-l-p-x--2\.5 {
    padding-left: -25px !important;
    padding-right: -25px !important;
  }
  .laptop-l-p-y--2\.5 {
    padding-top: -25px !important;
    padding-bottom: -25px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--2\.4 {
    margin: -24px !important;
  }
  .laptop-l\:p--2\.4 {
    padding: -24px !important;
  }
  .laptop-l\:m-x--2\.4 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
  .laptop-l\:m-y--2\.4 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .laptop-l\:p-x--2\.4 {
    padding-left: -24px !important;
    padding-right: -24px !important;
  }
  .laptop-l\:p-y--2\.4 {
    padding-top: -24px !important;
    padding-bottom: -24px !important;
  }
  .laptop-l-m--2\.4 {
    margin: -24px !important;
  }
  .laptop-l-p--2\.4 {
    padding: -24px !important;
  }
  .laptop-l-m-x--2\.4 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
  .laptop-l-m-y--2\.4 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .laptop-l-p-x--2\.4 {
    padding-left: -24px !important;
    padding-right: -24px !important;
  }
  .laptop-l-p-y--2\.4 {
    padding-top: -24px !important;
    padding-bottom: -24px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--2\.3 {
    margin: -23px !important;
  }
  .laptop-l\:p--2\.3 {
    padding: -23px !important;
  }
  .laptop-l\:m-x--2\.3 {
    margin-left: -23px !important;
    margin-right: -23px !important;
  }
  .laptop-l\:m-y--2\.3 {
    margin-top: -23px !important;
    margin-bottom: -23px !important;
  }
  .laptop-l\:p-x--2\.3 {
    padding-left: -23px !important;
    padding-right: -23px !important;
  }
  .laptop-l\:p-y--2\.3 {
    padding-top: -23px !important;
    padding-bottom: -23px !important;
  }
  .laptop-l-m--2\.3 {
    margin: -23px !important;
  }
  .laptop-l-p--2\.3 {
    padding: -23px !important;
  }
  .laptop-l-m-x--2\.3 {
    margin-left: -23px !important;
    margin-right: -23px !important;
  }
  .laptop-l-m-y--2\.3 {
    margin-top: -23px !important;
    margin-bottom: -23px !important;
  }
  .laptop-l-p-x--2\.3 {
    padding-left: -23px !important;
    padding-right: -23px !important;
  }
  .laptop-l-p-y--2\.3 {
    padding-top: -23px !important;
    padding-bottom: -23px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--2\.2 {
    margin: -22px !important;
  }
  .laptop-l\:p--2\.2 {
    padding: -22px !important;
  }
  .laptop-l\:m-x--2\.2 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }
  .laptop-l\:m-y--2\.2 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }
  .laptop-l\:p-x--2\.2 {
    padding-left: -22px !important;
    padding-right: -22px !important;
  }
  .laptop-l\:p-y--2\.2 {
    padding-top: -22px !important;
    padding-bottom: -22px !important;
  }
  .laptop-l-m--2\.2 {
    margin: -22px !important;
  }
  .laptop-l-p--2\.2 {
    padding: -22px !important;
  }
  .laptop-l-m-x--2\.2 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }
  .laptop-l-m-y--2\.2 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }
  .laptop-l-p-x--2\.2 {
    padding-left: -22px !important;
    padding-right: -22px !important;
  }
  .laptop-l-p-y--2\.2 {
    padding-top: -22px !important;
    padding-bottom: -22px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--2\.1 {
    margin: -21px !important;
  }
  .laptop-l\:p--2\.1 {
    padding: -21px !important;
  }
  .laptop-l\:m-x--2\.1 {
    margin-left: -21px !important;
    margin-right: -21px !important;
  }
  .laptop-l\:m-y--2\.1 {
    margin-top: -21px !important;
    margin-bottom: -21px !important;
  }
  .laptop-l\:p-x--2\.1 {
    padding-left: -21px !important;
    padding-right: -21px !important;
  }
  .laptop-l\:p-y--2\.1 {
    padding-top: -21px !important;
    padding-bottom: -21px !important;
  }
  .laptop-l-m--2\.1 {
    margin: -21px !important;
  }
  .laptop-l-p--2\.1 {
    padding: -21px !important;
  }
  .laptop-l-m-x--2\.1 {
    margin-left: -21px !important;
    margin-right: -21px !important;
  }
  .laptop-l-m-y--2\.1 {
    margin-top: -21px !important;
    margin-bottom: -21px !important;
  }
  .laptop-l-p-x--2\.1 {
    padding-left: -21px !important;
    padding-right: -21px !important;
  }
  .laptop-l-p-y--2\.1 {
    padding-top: -21px !important;
    padding-bottom: -21px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--2 {
    margin: -20px !important;
  }
  .laptop-l\:p--2 {
    padding: -20px !important;
  }
  .laptop-l\:m-x--2 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .laptop-l\:m-y--2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .laptop-l\:p-x--2 {
    padding-left: -20px !important;
    padding-right: -20px !important;
  }
  .laptop-l\:p-y--2 {
    padding-top: -20px !important;
    padding-bottom: -20px !important;
  }
  .laptop-l-m--2 {
    margin: -20px !important;
  }
  .laptop-l-p--2 {
    padding: -20px !important;
  }
  .laptop-l-m-x--2 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .laptop-l-m-y--2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .laptop-l-p-x--2 {
    padding-left: -20px !important;
    padding-right: -20px !important;
  }
  .laptop-l-p-y--2 {
    padding-top: -20px !important;
    padding-bottom: -20px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--1\.9 {
    margin: -19px !important;
  }
  .laptop-l\:p--1\.9 {
    padding: -19px !important;
  }
  .laptop-l\:m-x--1\.9 {
    margin-left: -19px !important;
    margin-right: -19px !important;
  }
  .laptop-l\:m-y--1\.9 {
    margin-top: -19px !important;
    margin-bottom: -19px !important;
  }
  .laptop-l\:p-x--1\.9 {
    padding-left: -19px !important;
    padding-right: -19px !important;
  }
  .laptop-l\:p-y--1\.9 {
    padding-top: -19px !important;
    padding-bottom: -19px !important;
  }
  .laptop-l-m--1\.9 {
    margin: -19px !important;
  }
  .laptop-l-p--1\.9 {
    padding: -19px !important;
  }
  .laptop-l-m-x--1\.9 {
    margin-left: -19px !important;
    margin-right: -19px !important;
  }
  .laptop-l-m-y--1\.9 {
    margin-top: -19px !important;
    margin-bottom: -19px !important;
  }
  .laptop-l-p-x--1\.9 {
    padding-left: -19px !important;
    padding-right: -19px !important;
  }
  .laptop-l-p-y--1\.9 {
    padding-top: -19px !important;
    padding-bottom: -19px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--1\.8 {
    margin: -18px !important;
  }
  .laptop-l\:p--1\.8 {
    padding: -18px !important;
  }
  .laptop-l\:m-x--1\.8 {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }
  .laptop-l\:m-y--1\.8 {
    margin-top: -18px !important;
    margin-bottom: -18px !important;
  }
  .laptop-l\:p-x--1\.8 {
    padding-left: -18px !important;
    padding-right: -18px !important;
  }
  .laptop-l\:p-y--1\.8 {
    padding-top: -18px !important;
    padding-bottom: -18px !important;
  }
  .laptop-l-m--1\.8 {
    margin: -18px !important;
  }
  .laptop-l-p--1\.8 {
    padding: -18px !important;
  }
  .laptop-l-m-x--1\.8 {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }
  .laptop-l-m-y--1\.8 {
    margin-top: -18px !important;
    margin-bottom: -18px !important;
  }
  .laptop-l-p-x--1\.8 {
    padding-left: -18px !important;
    padding-right: -18px !important;
  }
  .laptop-l-p-y--1\.8 {
    padding-top: -18px !important;
    padding-bottom: -18px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--1\.7 {
    margin: -17px !important;
  }
  .laptop-l\:p--1\.7 {
    padding: -17px !important;
  }
  .laptop-l\:m-x--1\.7 {
    margin-left: -17px !important;
    margin-right: -17px !important;
  }
  .laptop-l\:m-y--1\.7 {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
  }
  .laptop-l\:p-x--1\.7 {
    padding-left: -17px !important;
    padding-right: -17px !important;
  }
  .laptop-l\:p-y--1\.7 {
    padding-top: -17px !important;
    padding-bottom: -17px !important;
  }
  .laptop-l-m--1\.7 {
    margin: -17px !important;
  }
  .laptop-l-p--1\.7 {
    padding: -17px !important;
  }
  .laptop-l-m-x--1\.7 {
    margin-left: -17px !important;
    margin-right: -17px !important;
  }
  .laptop-l-m-y--1\.7 {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
  }
  .laptop-l-p-x--1\.7 {
    padding-left: -17px !important;
    padding-right: -17px !important;
  }
  .laptop-l-p-y--1\.7 {
    padding-top: -17px !important;
    padding-bottom: -17px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--1\.6 {
    margin: -16px !important;
  }
  .laptop-l\:p--1\.6 {
    padding: -16px !important;
  }
  .laptop-l\:m-x--1\.6 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .laptop-l\:m-y--1\.6 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .laptop-l\:p-x--1\.6 {
    padding-left: -16px !important;
    padding-right: -16px !important;
  }
  .laptop-l\:p-y--1\.6 {
    padding-top: -16px !important;
    padding-bottom: -16px !important;
  }
  .laptop-l-m--1\.6 {
    margin: -16px !important;
  }
  .laptop-l-p--1\.6 {
    padding: -16px !important;
  }
  .laptop-l-m-x--1\.6 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .laptop-l-m-y--1\.6 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .laptop-l-p-x--1\.6 {
    padding-left: -16px !important;
    padding-right: -16px !important;
  }
  .laptop-l-p-y--1\.6 {
    padding-top: -16px !important;
    padding-bottom: -16px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--1\.5 {
    margin: -15px !important;
  }
  .laptop-l\:p--1\.5 {
    padding: -15px !important;
  }
  .laptop-l\:m-x--1\.5 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .laptop-l\:m-y--1\.5 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .laptop-l\:p-x--1\.5 {
    padding-left: -15px !important;
    padding-right: -15px !important;
  }
  .laptop-l\:p-y--1\.5 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
  .laptop-l-m--1\.5 {
    margin: -15px !important;
  }
  .laptop-l-p--1\.5 {
    padding: -15px !important;
  }
  .laptop-l-m-x--1\.5 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .laptop-l-m-y--1\.5 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .laptop-l-p-x--1\.5 {
    padding-left: -15px !important;
    padding-right: -15px !important;
  }
  .laptop-l-p-y--1\.5 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--1\.4 {
    margin: -14px !important;
  }
  .laptop-l\:p--1\.4 {
    padding: -14px !important;
  }
  .laptop-l\:m-x--1\.4 {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }
  .laptop-l\:m-y--1\.4 {
    margin-top: -14px !important;
    margin-bottom: -14px !important;
  }
  .laptop-l\:p-x--1\.4 {
    padding-left: -14px !important;
    padding-right: -14px !important;
  }
  .laptop-l\:p-y--1\.4 {
    padding-top: -14px !important;
    padding-bottom: -14px !important;
  }
  .laptop-l-m--1\.4 {
    margin: -14px !important;
  }
  .laptop-l-p--1\.4 {
    padding: -14px !important;
  }
  .laptop-l-m-x--1\.4 {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }
  .laptop-l-m-y--1\.4 {
    margin-top: -14px !important;
    margin-bottom: -14px !important;
  }
  .laptop-l-p-x--1\.4 {
    padding-left: -14px !important;
    padding-right: -14px !important;
  }
  .laptop-l-p-y--1\.4 {
    padding-top: -14px !important;
    padding-bottom: -14px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--1\.3 {
    margin: -13px !important;
  }
  .laptop-l\:p--1\.3 {
    padding: -13px !important;
  }
  .laptop-l\:m-x--1\.3 {
    margin-left: -13px !important;
    margin-right: -13px !important;
  }
  .laptop-l\:m-y--1\.3 {
    margin-top: -13px !important;
    margin-bottom: -13px !important;
  }
  .laptop-l\:p-x--1\.3 {
    padding-left: -13px !important;
    padding-right: -13px !important;
  }
  .laptop-l\:p-y--1\.3 {
    padding-top: -13px !important;
    padding-bottom: -13px !important;
  }
  .laptop-l-m--1\.3 {
    margin: -13px !important;
  }
  .laptop-l-p--1\.3 {
    padding: -13px !important;
  }
  .laptop-l-m-x--1\.3 {
    margin-left: -13px !important;
    margin-right: -13px !important;
  }
  .laptop-l-m-y--1\.3 {
    margin-top: -13px !important;
    margin-bottom: -13px !important;
  }
  .laptop-l-p-x--1\.3 {
    padding-left: -13px !important;
    padding-right: -13px !important;
  }
  .laptop-l-p-y--1\.3 {
    padding-top: -13px !important;
    padding-bottom: -13px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--1\.2 {
    margin: -12px !important;
  }
  .laptop-l\:p--1\.2 {
    padding: -12px !important;
  }
  .laptop-l\:m-x--1\.2 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
  .laptop-l\:m-y--1\.2 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .laptop-l\:p-x--1\.2 {
    padding-left: -12px !important;
    padding-right: -12px !important;
  }
  .laptop-l\:p-y--1\.2 {
    padding-top: -12px !important;
    padding-bottom: -12px !important;
  }
  .laptop-l-m--1\.2 {
    margin: -12px !important;
  }
  .laptop-l-p--1\.2 {
    padding: -12px !important;
  }
  .laptop-l-m-x--1\.2 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
  .laptop-l-m-y--1\.2 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .laptop-l-p-x--1\.2 {
    padding-left: -12px !important;
    padding-right: -12px !important;
  }
  .laptop-l-p-y--1\.2 {
    padding-top: -12px !important;
    padding-bottom: -12px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--1\.1 {
    margin: -11px !important;
  }
  .laptop-l\:p--1\.1 {
    padding: -11px !important;
  }
  .laptop-l\:m-x--1\.1 {
    margin-left: -11px !important;
    margin-right: -11px !important;
  }
  .laptop-l\:m-y--1\.1 {
    margin-top: -11px !important;
    margin-bottom: -11px !important;
  }
  .laptop-l\:p-x--1\.1 {
    padding-left: -11px !important;
    padding-right: -11px !important;
  }
  .laptop-l\:p-y--1\.1 {
    padding-top: -11px !important;
    padding-bottom: -11px !important;
  }
  .laptop-l-m--1\.1 {
    margin: -11px !important;
  }
  .laptop-l-p--1\.1 {
    padding: -11px !important;
  }
  .laptop-l-m-x--1\.1 {
    margin-left: -11px !important;
    margin-right: -11px !important;
  }
  .laptop-l-m-y--1\.1 {
    margin-top: -11px !important;
    margin-bottom: -11px !important;
  }
  .laptop-l-p-x--1\.1 {
    padding-left: -11px !important;
    padding-right: -11px !important;
  }
  .laptop-l-p-y--1\.1 {
    padding-top: -11px !important;
    padding-bottom: -11px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--1 {
    margin: -10px !important;
  }
  .laptop-l\:p--1 {
    padding: -10px !important;
  }
  .laptop-l\:m-x--1 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .laptop-l\:m-y--1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .laptop-l\:p-x--1 {
    padding-left: -10px !important;
    padding-right: -10px !important;
  }
  .laptop-l\:p-y--1 {
    padding-top: -10px !important;
    padding-bottom: -10px !important;
  }
  .laptop-l-m--1 {
    margin: -10px !important;
  }
  .laptop-l-p--1 {
    padding: -10px !important;
  }
  .laptop-l-m-x--1 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .laptop-l-m-y--1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .laptop-l-p-x--1 {
    padding-left: -10px !important;
    padding-right: -10px !important;
  }
  .laptop-l-p-y--1 {
    padding-top: -10px !important;
    padding-bottom: -10px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--0\.9 {
    margin: -9px !important;
  }
  .laptop-l\:p--0\.9 {
    padding: -9px !important;
  }
  .laptop-l\:m-x--0\.9 {
    margin-left: -9px !important;
    margin-right: -9px !important;
  }
  .laptop-l\:m-y--0\.9 {
    margin-top: -9px !important;
    margin-bottom: -9px !important;
  }
  .laptop-l\:p-x--0\.9 {
    padding-left: -9px !important;
    padding-right: -9px !important;
  }
  .laptop-l\:p-y--0\.9 {
    padding-top: -9px !important;
    padding-bottom: -9px !important;
  }
  .laptop-l-m--0\.9 {
    margin: -9px !important;
  }
  .laptop-l-p--0\.9 {
    padding: -9px !important;
  }
  .laptop-l-m-x--0\.9 {
    margin-left: -9px !important;
    margin-right: -9px !important;
  }
  .laptop-l-m-y--0\.9 {
    margin-top: -9px !important;
    margin-bottom: -9px !important;
  }
  .laptop-l-p-x--0\.9 {
    padding-left: -9px !important;
    padding-right: -9px !important;
  }
  .laptop-l-p-y--0\.9 {
    padding-top: -9px !important;
    padding-bottom: -9px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--0\.8 {
    margin: -8px !important;
  }
  .laptop-l\:p--0\.8 {
    padding: -8px !important;
  }
  .laptop-l\:m-x--0\.8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  .laptop-l\:m-y--0\.8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .laptop-l\:p-x--0\.8 {
    padding-left: -8px !important;
    padding-right: -8px !important;
  }
  .laptop-l\:p-y--0\.8 {
    padding-top: -8px !important;
    padding-bottom: -8px !important;
  }
  .laptop-l-m--0\.8 {
    margin: -8px !important;
  }
  .laptop-l-p--0\.8 {
    padding: -8px !important;
  }
  .laptop-l-m-x--0\.8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  .laptop-l-m-y--0\.8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .laptop-l-p-x--0\.8 {
    padding-left: -8px !important;
    padding-right: -8px !important;
  }
  .laptop-l-p-y--0\.8 {
    padding-top: -8px !important;
    padding-bottom: -8px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--0\.7 {
    margin: -7px !important;
  }
  .laptop-l\:p--0\.7 {
    padding: -7px !important;
  }
  .laptop-l\:m-x--0\.7 {
    margin-left: -7px !important;
    margin-right: -7px !important;
  }
  .laptop-l\:m-y--0\.7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important;
  }
  .laptop-l\:p-x--0\.7 {
    padding-left: -7px !important;
    padding-right: -7px !important;
  }
  .laptop-l\:p-y--0\.7 {
    padding-top: -7px !important;
    padding-bottom: -7px !important;
  }
  .laptop-l-m--0\.7 {
    margin: -7px !important;
  }
  .laptop-l-p--0\.7 {
    padding: -7px !important;
  }
  .laptop-l-m-x--0\.7 {
    margin-left: -7px !important;
    margin-right: -7px !important;
  }
  .laptop-l-m-y--0\.7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important;
  }
  .laptop-l-p-x--0\.7 {
    padding-left: -7px !important;
    padding-right: -7px !important;
  }
  .laptop-l-p-y--0\.7 {
    padding-top: -7px !important;
    padding-bottom: -7px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--0\.6 {
    margin: -6px !important;
  }
  .laptop-l\:p--0\.6 {
    padding: -6px !important;
  }
  .laptop-l\:m-x--0\.6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
  .laptop-l\:m-y--0\.6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }
  .laptop-l\:p-x--0\.6 {
    padding-left: -6px !important;
    padding-right: -6px !important;
  }
  .laptop-l\:p-y--0\.6 {
    padding-top: -6px !important;
    padding-bottom: -6px !important;
  }
  .laptop-l-m--0\.6 {
    margin: -6px !important;
  }
  .laptop-l-p--0\.6 {
    padding: -6px !important;
  }
  .laptop-l-m-x--0\.6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
  .laptop-l-m-y--0\.6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }
  .laptop-l-p-x--0\.6 {
    padding-left: -6px !important;
    padding-right: -6px !important;
  }
  .laptop-l-p-y--0\.6 {
    padding-top: -6px !important;
    padding-bottom: -6px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--0\.5 {
    margin: -5px !important;
  }
  .laptop-l\:p--0\.5 {
    padding: -5px !important;
  }
  .laptop-l\:m-x--0\.5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .laptop-l\:m-y--0\.5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .laptop-l\:p-x--0\.5 {
    padding-left: -5px !important;
    padding-right: -5px !important;
  }
  .laptop-l\:p-y--0\.5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important;
  }
  .laptop-l-m--0\.5 {
    margin: -5px !important;
  }
  .laptop-l-p--0\.5 {
    padding: -5px !important;
  }
  .laptop-l-m-x--0\.5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .laptop-l-m-y--0\.5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .laptop-l-p-x--0\.5 {
    padding-left: -5px !important;
    padding-right: -5px !important;
  }
  .laptop-l-p-y--0\.5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--0\.4 {
    margin: -4px !important;
  }
  .laptop-l\:p--0\.4 {
    padding: -4px !important;
  }
  .laptop-l\:m-x--0\.4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  .laptop-l\:m-y--0\.4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .laptop-l\:p-x--0\.4 {
    padding-left: -4px !important;
    padding-right: -4px !important;
  }
  .laptop-l\:p-y--0\.4 {
    padding-top: -4px !important;
    padding-bottom: -4px !important;
  }
  .laptop-l-m--0\.4 {
    margin: -4px !important;
  }
  .laptop-l-p--0\.4 {
    padding: -4px !important;
  }
  .laptop-l-m-x--0\.4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  .laptop-l-m-y--0\.4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .laptop-l-p-x--0\.4 {
    padding-left: -4px !important;
    padding-right: -4px !important;
  }
  .laptop-l-p-y--0\.4 {
    padding-top: -4px !important;
    padding-bottom: -4px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--0\.3 {
    margin: -3px !important;
  }
  .laptop-l\:p--0\.3 {
    padding: -3px !important;
  }
  .laptop-l\:m-x--0\.3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }
  .laptop-l\:m-y--0\.3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }
  .laptop-l\:p-x--0\.3 {
    padding-left: -3px !important;
    padding-right: -3px !important;
  }
  .laptop-l\:p-y--0\.3 {
    padding-top: -3px !important;
    padding-bottom: -3px !important;
  }
  .laptop-l-m--0\.3 {
    margin: -3px !important;
  }
  .laptop-l-p--0\.3 {
    padding: -3px !important;
  }
  .laptop-l-m-x--0\.3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }
  .laptop-l-m-y--0\.3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }
  .laptop-l-p-x--0\.3 {
    padding-left: -3px !important;
    padding-right: -3px !important;
  }
  .laptop-l-p-y--0\.3 {
    padding-top: -3px !important;
    padding-bottom: -3px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--0\.2 {
    margin: -2px !important;
  }
  .laptop-l\:p--0\.2 {
    padding: -2px !important;
  }
  .laptop-l\:m-x--0\.2 {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .laptop-l\:m-y--0\.2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
  .laptop-l\:p-x--0\.2 {
    padding-left: -2px !important;
    padding-right: -2px !important;
  }
  .laptop-l\:p-y--0\.2 {
    padding-top: -2px !important;
    padding-bottom: -2px !important;
  }
  .laptop-l-m--0\.2 {
    margin: -2px !important;
  }
  .laptop-l-p--0\.2 {
    padding: -2px !important;
  }
  .laptop-l-m-x--0\.2 {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .laptop-l-m-y--0\.2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
  .laptop-l-p-x--0\.2 {
    padding-left: -2px !important;
    padding-right: -2px !important;
  }
  .laptop-l-p-y--0\.2 {
    padding-top: -2px !important;
    padding-bottom: -2px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m--0\.1 {
    margin: -1px !important;
  }
  .laptop-l\:p--0\.1 {
    padding: -1px !important;
  }
  .laptop-l\:m-x--0\.1 {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .laptop-l\:m-y--0\.1 {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .laptop-l\:p-x--0\.1 {
    padding-left: -1px !important;
    padding-right: -1px !important;
  }
  .laptop-l\:p-y--0\.1 {
    padding-top: -1px !important;
    padding-bottom: -1px !important;
  }
  .laptop-l-m--0\.1 {
    margin: -1px !important;
  }
  .laptop-l-p--0\.1 {
    padding: -1px !important;
  }
  .laptop-l-m-x--0\.1 {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .laptop-l-m-y--0\.1 {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .laptop-l-p-x--0\.1 {
    padding-left: -1px !important;
    padding-right: -1px !important;
  }
  .laptop-l-p-y--0\.1 {
    padding-top: -1px !important;
    padding-bottom: -1px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-0 {
    margin: 0px !important;
  }
  .laptop-l\:p-0 {
    padding: 0px !important;
  }
  .laptop-l\:m-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .laptop-l\:m-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .laptop-l\:p-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .laptop-l\:p-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .laptop-l-m-0 {
    margin: 0px !important;
  }
  .laptop-l-p-0 {
    padding: 0px !important;
  }
  .laptop-l-m-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .laptop-l-m-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .laptop-l-p-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .laptop-l-p-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-0\.1 {
    margin: 1px !important;
  }
  .laptop-l\:p-0\.1 {
    padding: 1px !important;
  }
  .laptop-l\:m-x-0\.1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .laptop-l\:m-y-0\.1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .laptop-l\:p-x-0\.1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .laptop-l\:p-y-0\.1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .laptop-l-m-0\.1 {
    margin: 1px !important;
  }
  .laptop-l-p-0\.1 {
    padding: 1px !important;
  }
  .laptop-l-m-x-0\.1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .laptop-l-m-y-0\.1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .laptop-l-p-x-0\.1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .laptop-l-p-y-0\.1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-0\.2 {
    margin: 2px !important;
  }
  .laptop-l\:p-0\.2 {
    padding: 2px !important;
  }
  .laptop-l\:m-x-0\.2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .laptop-l\:m-y-0\.2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .laptop-l\:p-x-0\.2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .laptop-l\:p-y-0\.2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .laptop-l-m-0\.2 {
    margin: 2px !important;
  }
  .laptop-l-p-0\.2 {
    padding: 2px !important;
  }
  .laptop-l-m-x-0\.2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .laptop-l-m-y-0\.2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .laptop-l-p-x-0\.2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .laptop-l-p-y-0\.2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-0\.3 {
    margin: 3px !important;
  }
  .laptop-l\:p-0\.3 {
    padding: 3px !important;
  }
  .laptop-l\:m-x-0\.3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .laptop-l\:m-y-0\.3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .laptop-l\:p-x-0\.3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .laptop-l\:p-y-0\.3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .laptop-l-m-0\.3 {
    margin: 3px !important;
  }
  .laptop-l-p-0\.3 {
    padding: 3px !important;
  }
  .laptop-l-m-x-0\.3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .laptop-l-m-y-0\.3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .laptop-l-p-x-0\.3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .laptop-l-p-y-0\.3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-0\.4 {
    margin: 4px !important;
  }
  .laptop-l\:p-0\.4 {
    padding: 4px !important;
  }
  .laptop-l\:m-x-0\.4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .laptop-l\:m-y-0\.4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .laptop-l\:p-x-0\.4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .laptop-l\:p-y-0\.4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .laptop-l-m-0\.4 {
    margin: 4px !important;
  }
  .laptop-l-p-0\.4 {
    padding: 4px !important;
  }
  .laptop-l-m-x-0\.4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .laptop-l-m-y-0\.4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .laptop-l-p-x-0\.4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .laptop-l-p-y-0\.4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-0\.5 {
    margin: 5px !important;
  }
  .laptop-l\:p-0\.5 {
    padding: 5px !important;
  }
  .laptop-l\:m-x-0\.5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .laptop-l\:m-y-0\.5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .laptop-l\:p-x-0\.5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .laptop-l\:p-y-0\.5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .laptop-l-m-0\.5 {
    margin: 5px !important;
  }
  .laptop-l-p-0\.5 {
    padding: 5px !important;
  }
  .laptop-l-m-x-0\.5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .laptop-l-m-y-0\.5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .laptop-l-p-x-0\.5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .laptop-l-p-y-0\.5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-0\.6 {
    margin: 6px !important;
  }
  .laptop-l\:p-0\.6 {
    padding: 6px !important;
  }
  .laptop-l\:m-x-0\.6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .laptop-l\:m-y-0\.6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .laptop-l\:p-x-0\.6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .laptop-l\:p-y-0\.6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .laptop-l-m-0\.6 {
    margin: 6px !important;
  }
  .laptop-l-p-0\.6 {
    padding: 6px !important;
  }
  .laptop-l-m-x-0\.6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .laptop-l-m-y-0\.6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .laptop-l-p-x-0\.6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .laptop-l-p-y-0\.6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-0\.7 {
    margin: 7px !important;
  }
  .laptop-l\:p-0\.7 {
    padding: 7px !important;
  }
  .laptop-l\:m-x-0\.7 {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
  .laptop-l\:m-y-0\.7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .laptop-l\:p-x-0\.7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .laptop-l\:p-y-0\.7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .laptop-l-m-0\.7 {
    margin: 7px !important;
  }
  .laptop-l-p-0\.7 {
    padding: 7px !important;
  }
  .laptop-l-m-x-0\.7 {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
  .laptop-l-m-y-0\.7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .laptop-l-p-x-0\.7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .laptop-l-p-y-0\.7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-0\.8 {
    margin: 8px !important;
  }
  .laptop-l\:p-0\.8 {
    padding: 8px !important;
  }
  .laptop-l\:m-x-0\.8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .laptop-l\:m-y-0\.8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .laptop-l\:p-x-0\.8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .laptop-l\:p-y-0\.8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .laptop-l-m-0\.8 {
    margin: 8px !important;
  }
  .laptop-l-p-0\.8 {
    padding: 8px !important;
  }
  .laptop-l-m-x-0\.8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .laptop-l-m-y-0\.8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .laptop-l-p-x-0\.8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .laptop-l-p-y-0\.8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-0\.9 {
    margin: 9px !important;
  }
  .laptop-l\:p-0\.9 {
    padding: 9px !important;
  }
  .laptop-l\:m-x-0\.9 {
    margin-left: 9px !important;
    margin-right: 9px !important;
  }
  .laptop-l\:m-y-0\.9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }
  .laptop-l\:p-x-0\.9 {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .laptop-l\:p-y-0\.9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
  .laptop-l-m-0\.9 {
    margin: 9px !important;
  }
  .laptop-l-p-0\.9 {
    padding: 9px !important;
  }
  .laptop-l-m-x-0\.9 {
    margin-left: 9px !important;
    margin-right: 9px !important;
  }
  .laptop-l-m-y-0\.9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }
  .laptop-l-p-x-0\.9 {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .laptop-l-p-y-0\.9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-1 {
    margin: 10px !important;
  }
  .laptop-l\:p-1 {
    padding: 10px !important;
  }
  .laptop-l\:m-x-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .laptop-l\:m-y-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .laptop-l\:p-x-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .laptop-l\:p-y-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .laptop-l-m-1 {
    margin: 10px !important;
  }
  .laptop-l-p-1 {
    padding: 10px !important;
  }
  .laptop-l-m-x-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .laptop-l-m-y-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .laptop-l-p-x-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .laptop-l-p-y-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-1\.1 {
    margin: 11px !important;
  }
  .laptop-l\:p-1\.1 {
    padding: 11px !important;
  }
  .laptop-l\:m-x-1\.1 {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }
  .laptop-l\:m-y-1\.1 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }
  .laptop-l\:p-x-1\.1 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  .laptop-l\:p-y-1\.1 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
  .laptop-l-m-1\.1 {
    margin: 11px !important;
  }
  .laptop-l-p-1\.1 {
    padding: 11px !important;
  }
  .laptop-l-m-x-1\.1 {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }
  .laptop-l-m-y-1\.1 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }
  .laptop-l-p-x-1\.1 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  .laptop-l-p-y-1\.1 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-1\.2 {
    margin: 12px !important;
  }
  .laptop-l\:p-1\.2 {
    padding: 12px !important;
  }
  .laptop-l\:m-x-1\.2 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .laptop-l\:m-y-1\.2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .laptop-l\:p-x-1\.2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .laptop-l\:p-y-1\.2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .laptop-l-m-1\.2 {
    margin: 12px !important;
  }
  .laptop-l-p-1\.2 {
    padding: 12px !important;
  }
  .laptop-l-m-x-1\.2 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .laptop-l-m-y-1\.2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .laptop-l-p-x-1\.2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .laptop-l-p-y-1\.2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-1\.3 {
    margin: 13px !important;
  }
  .laptop-l\:p-1\.3 {
    padding: 13px !important;
  }
  .laptop-l\:m-x-1\.3 {
    margin-left: 13px !important;
    margin-right: 13px !important;
  }
  .laptop-l\:m-y-1\.3 {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
  }
  .laptop-l\:p-x-1\.3 {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  .laptop-l\:p-y-1\.3 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  .laptop-l-m-1\.3 {
    margin: 13px !important;
  }
  .laptop-l-p-1\.3 {
    padding: 13px !important;
  }
  .laptop-l-m-x-1\.3 {
    margin-left: 13px !important;
    margin-right: 13px !important;
  }
  .laptop-l-m-y-1\.3 {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
  }
  .laptop-l-p-x-1\.3 {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  .laptop-l-p-y-1\.3 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-1\.4 {
    margin: 14px !important;
  }
  .laptop-l\:p-1\.4 {
    padding: 14px !important;
  }
  .laptop-l\:m-x-1\.4 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .laptop-l\:m-y-1\.4 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .laptop-l\:p-x-1\.4 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .laptop-l\:p-y-1\.4 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .laptop-l-m-1\.4 {
    margin: 14px !important;
  }
  .laptop-l-p-1\.4 {
    padding: 14px !important;
  }
  .laptop-l-m-x-1\.4 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .laptop-l-m-y-1\.4 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .laptop-l-p-x-1\.4 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .laptop-l-p-y-1\.4 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-1\.5 {
    margin: 15px !important;
  }
  .laptop-l\:p-1\.5 {
    padding: 15px !important;
  }
  .laptop-l\:m-x-1\.5 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .laptop-l\:m-y-1\.5 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .laptop-l\:p-x-1\.5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .laptop-l\:p-y-1\.5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .laptop-l-m-1\.5 {
    margin: 15px !important;
  }
  .laptop-l-p-1\.5 {
    padding: 15px !important;
  }
  .laptop-l-m-x-1\.5 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .laptop-l-m-y-1\.5 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .laptop-l-p-x-1\.5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .laptop-l-p-y-1\.5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-1\.6 {
    margin: 16px !important;
  }
  .laptop-l\:p-1\.6 {
    padding: 16px !important;
  }
  .laptop-l\:m-x-1\.6 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .laptop-l\:m-y-1\.6 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .laptop-l\:p-x-1\.6 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .laptop-l\:p-y-1\.6 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .laptop-l-m-1\.6 {
    margin: 16px !important;
  }
  .laptop-l-p-1\.6 {
    padding: 16px !important;
  }
  .laptop-l-m-x-1\.6 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .laptop-l-m-y-1\.6 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .laptop-l-p-x-1\.6 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .laptop-l-p-y-1\.6 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-1\.7 {
    margin: 17px !important;
  }
  .laptop-l\:p-1\.7 {
    padding: 17px !important;
  }
  .laptop-l\:m-x-1\.7 {
    margin-left: 17px !important;
    margin-right: 17px !important;
  }
  .laptop-l\:m-y-1\.7 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .laptop-l\:p-x-1\.7 {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .laptop-l\:p-y-1\.7 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  .laptop-l-m-1\.7 {
    margin: 17px !important;
  }
  .laptop-l-p-1\.7 {
    padding: 17px !important;
  }
  .laptop-l-m-x-1\.7 {
    margin-left: 17px !important;
    margin-right: 17px !important;
  }
  .laptop-l-m-y-1\.7 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .laptop-l-p-x-1\.7 {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .laptop-l-p-y-1\.7 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-1\.8 {
    margin: 18px !important;
  }
  .laptop-l\:p-1\.8 {
    padding: 18px !important;
  }
  .laptop-l\:m-x-1\.8 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .laptop-l\:m-y-1\.8 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .laptop-l\:p-x-1\.8 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .laptop-l\:p-y-1\.8 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .laptop-l-m-1\.8 {
    margin: 18px !important;
  }
  .laptop-l-p-1\.8 {
    padding: 18px !important;
  }
  .laptop-l-m-x-1\.8 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .laptop-l-m-y-1\.8 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .laptop-l-p-x-1\.8 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .laptop-l-p-y-1\.8 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-1\.9 {
    margin: 19px !important;
  }
  .laptop-l\:p-1\.9 {
    padding: 19px !important;
  }
  .laptop-l\:m-x-1\.9 {
    margin-left: 19px !important;
    margin-right: 19px !important;
  }
  .laptop-l\:m-y-1\.9 {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
  }
  .laptop-l\:p-x-1\.9 {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .laptop-l\:p-y-1\.9 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
  .laptop-l-m-1\.9 {
    margin: 19px !important;
  }
  .laptop-l-p-1\.9 {
    padding: 19px !important;
  }
  .laptop-l-m-x-1\.9 {
    margin-left: 19px !important;
    margin-right: 19px !important;
  }
  .laptop-l-m-y-1\.9 {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
  }
  .laptop-l-p-x-1\.9 {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .laptop-l-p-y-1\.9 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-2 {
    margin: 20px !important;
  }
  .laptop-l\:p-2 {
    padding: 20px !important;
  }
  .laptop-l\:m-x-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .laptop-l\:m-y-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .laptop-l\:p-x-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .laptop-l\:p-y-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .laptop-l-m-2 {
    margin: 20px !important;
  }
  .laptop-l-p-2 {
    padding: 20px !important;
  }
  .laptop-l-m-x-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .laptop-l-m-y-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .laptop-l-p-x-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .laptop-l-p-y-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-2\.1 {
    margin: 21px !important;
  }
  .laptop-l\:p-2\.1 {
    padding: 21px !important;
  }
  .laptop-l\:m-x-2\.1 {
    margin-left: 21px !important;
    margin-right: 21px !important;
  }
  .laptop-l\:m-y-2\.1 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .laptop-l\:p-x-2\.1 {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
  .laptop-l\:p-y-2\.1 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
  .laptop-l-m-2\.1 {
    margin: 21px !important;
  }
  .laptop-l-p-2\.1 {
    padding: 21px !important;
  }
  .laptop-l-m-x-2\.1 {
    margin-left: 21px !important;
    margin-right: 21px !important;
  }
  .laptop-l-m-y-2\.1 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .laptop-l-p-x-2\.1 {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
  .laptop-l-p-y-2\.1 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-2\.2 {
    margin: 22px !important;
  }
  .laptop-l\:p-2\.2 {
    padding: 22px !important;
  }
  .laptop-l\:m-x-2\.2 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .laptop-l\:m-y-2\.2 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .laptop-l\:p-x-2\.2 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .laptop-l\:p-y-2\.2 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .laptop-l-m-2\.2 {
    margin: 22px !important;
  }
  .laptop-l-p-2\.2 {
    padding: 22px !important;
  }
  .laptop-l-m-x-2\.2 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .laptop-l-m-y-2\.2 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .laptop-l-p-x-2\.2 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .laptop-l-p-y-2\.2 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-2\.3 {
    margin: 23px !important;
  }
  .laptop-l\:p-2\.3 {
    padding: 23px !important;
  }
  .laptop-l\:m-x-2\.3 {
    margin-left: 23px !important;
    margin-right: 23px !important;
  }
  .laptop-l\:m-y-2\.3 {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .laptop-l\:p-x-2\.3 {
    padding-left: 23px !important;
    padding-right: 23px !important;
  }
  .laptop-l\:p-y-2\.3 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
  .laptop-l-m-2\.3 {
    margin: 23px !important;
  }
  .laptop-l-p-2\.3 {
    padding: 23px !important;
  }
  .laptop-l-m-x-2\.3 {
    margin-left: 23px !important;
    margin-right: 23px !important;
  }
  .laptop-l-m-y-2\.3 {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .laptop-l-p-x-2\.3 {
    padding-left: 23px !important;
    padding-right: 23px !important;
  }
  .laptop-l-p-y-2\.3 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-2\.4 {
    margin: 24px !important;
  }
  .laptop-l\:p-2\.4 {
    padding: 24px !important;
  }
  .laptop-l\:m-x-2\.4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .laptop-l\:m-y-2\.4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .laptop-l\:p-x-2\.4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .laptop-l\:p-y-2\.4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .laptop-l-m-2\.4 {
    margin: 24px !important;
  }
  .laptop-l-p-2\.4 {
    padding: 24px !important;
  }
  .laptop-l-m-x-2\.4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .laptop-l-m-y-2\.4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .laptop-l-p-x-2\.4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .laptop-l-p-y-2\.4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-2\.5 {
    margin: 25px !important;
  }
  .laptop-l\:p-2\.5 {
    padding: 25px !important;
  }
  .laptop-l\:m-x-2\.5 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .laptop-l\:m-y-2\.5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .laptop-l\:p-x-2\.5 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .laptop-l\:p-y-2\.5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .laptop-l-m-2\.5 {
    margin: 25px !important;
  }
  .laptop-l-p-2\.5 {
    padding: 25px !important;
  }
  .laptop-l-m-x-2\.5 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .laptop-l-m-y-2\.5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .laptop-l-p-x-2\.5 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .laptop-l-p-y-2\.5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-2\.6 {
    margin: 26px !important;
  }
  .laptop-l\:p-2\.6 {
    padding: 26px !important;
  }
  .laptop-l\:m-x-2\.6 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }
  .laptop-l\:m-y-2\.6 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  .laptop-l\:p-x-2\.6 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  .laptop-l\:p-y-2\.6 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  .laptop-l-m-2\.6 {
    margin: 26px !important;
  }
  .laptop-l-p-2\.6 {
    padding: 26px !important;
  }
  .laptop-l-m-x-2\.6 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }
  .laptop-l-m-y-2\.6 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  .laptop-l-p-x-2\.6 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  .laptop-l-p-y-2\.6 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-2\.7 {
    margin: 27px !important;
  }
  .laptop-l\:p-2\.7 {
    padding: 27px !important;
  }
  .laptop-l\:m-x-2\.7 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }
  .laptop-l\:m-y-2\.7 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }
  .laptop-l\:p-x-2\.7 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
  .laptop-l\:p-y-2\.7 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
  .laptop-l-m-2\.7 {
    margin: 27px !important;
  }
  .laptop-l-p-2\.7 {
    padding: 27px !important;
  }
  .laptop-l-m-x-2\.7 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }
  .laptop-l-m-y-2\.7 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }
  .laptop-l-p-x-2\.7 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
  .laptop-l-p-y-2\.7 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-2\.8 {
    margin: 28px !important;
  }
  .laptop-l\:p-2\.8 {
    padding: 28px !important;
  }
  .laptop-l\:m-x-2\.8 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .laptop-l\:m-y-2\.8 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .laptop-l\:p-x-2\.8 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .laptop-l\:p-y-2\.8 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .laptop-l-m-2\.8 {
    margin: 28px !important;
  }
  .laptop-l-p-2\.8 {
    padding: 28px !important;
  }
  .laptop-l-m-x-2\.8 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .laptop-l-m-y-2\.8 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .laptop-l-p-x-2\.8 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .laptop-l-p-y-2\.8 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-2\.9 {
    margin: 29px !important;
  }
  .laptop-l\:p-2\.9 {
    padding: 29px !important;
  }
  .laptop-l\:m-x-2\.9 {
    margin-left: 29px !important;
    margin-right: 29px !important;
  }
  .laptop-l\:m-y-2\.9 {
    margin-top: 29px !important;
    margin-bottom: 29px !important;
  }
  .laptop-l\:p-x-2\.9 {
    padding-left: 29px !important;
    padding-right: 29px !important;
  }
  .laptop-l\:p-y-2\.9 {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
  }
  .laptop-l-m-2\.9 {
    margin: 29px !important;
  }
  .laptop-l-p-2\.9 {
    padding: 29px !important;
  }
  .laptop-l-m-x-2\.9 {
    margin-left: 29px !important;
    margin-right: 29px !important;
  }
  .laptop-l-m-y-2\.9 {
    margin-top: 29px !important;
    margin-bottom: 29px !important;
  }
  .laptop-l-p-x-2\.9 {
    padding-left: 29px !important;
    padding-right: 29px !important;
  }
  .laptop-l-p-y-2\.9 {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-3 {
    margin: 30px !important;
  }
  .laptop-l\:p-3 {
    padding: 30px !important;
  }
  .laptop-l\:m-x-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .laptop-l\:m-y-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .laptop-l\:p-x-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .laptop-l\:p-y-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .laptop-l-m-3 {
    margin: 30px !important;
  }
  .laptop-l-p-3 {
    padding: 30px !important;
  }
  .laptop-l-m-x-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .laptop-l-m-y-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .laptop-l-p-x-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .laptop-l-p-y-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-3\.1 {
    margin: 31px !important;
  }
  .laptop-l\:p-3\.1 {
    padding: 31px !important;
  }
  .laptop-l\:m-x-3\.1 {
    margin-left: 31px !important;
    margin-right: 31px !important;
  }
  .laptop-l\:m-y-3\.1 {
    margin-top: 31px !important;
    margin-bottom: 31px !important;
  }
  .laptop-l\:p-x-3\.1 {
    padding-left: 31px !important;
    padding-right: 31px !important;
  }
  .laptop-l\:p-y-3\.1 {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }
  .laptop-l-m-3\.1 {
    margin: 31px !important;
  }
  .laptop-l-p-3\.1 {
    padding: 31px !important;
  }
  .laptop-l-m-x-3\.1 {
    margin-left: 31px !important;
    margin-right: 31px !important;
  }
  .laptop-l-m-y-3\.1 {
    margin-top: 31px !important;
    margin-bottom: 31px !important;
  }
  .laptop-l-p-x-3\.1 {
    padding-left: 31px !important;
    padding-right: 31px !important;
  }
  .laptop-l-p-y-3\.1 {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-3\.2 {
    margin: 32px !important;
  }
  .laptop-l\:p-3\.2 {
    padding: 32px !important;
  }
  .laptop-l\:m-x-3\.2 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .laptop-l\:m-y-3\.2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .laptop-l\:p-x-3\.2 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .laptop-l\:p-y-3\.2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .laptop-l-m-3\.2 {
    margin: 32px !important;
  }
  .laptop-l-p-3\.2 {
    padding: 32px !important;
  }
  .laptop-l-m-x-3\.2 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .laptop-l-m-y-3\.2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .laptop-l-p-x-3\.2 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .laptop-l-p-y-3\.2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-3\.3 {
    margin: 33px !important;
  }
  .laptop-l\:p-3\.3 {
    padding: 33px !important;
  }
  .laptop-l\:m-x-3\.3 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }
  .laptop-l\:m-y-3\.3 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }
  .laptop-l\:p-x-3\.3 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
  .laptop-l\:p-y-3\.3 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }
  .laptop-l-m-3\.3 {
    margin: 33px !important;
  }
  .laptop-l-p-3\.3 {
    padding: 33px !important;
  }
  .laptop-l-m-x-3\.3 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }
  .laptop-l-m-y-3\.3 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }
  .laptop-l-p-x-3\.3 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
  .laptop-l-p-y-3\.3 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-3\.4 {
    margin: 34px !important;
  }
  .laptop-l\:p-3\.4 {
    padding: 34px !important;
  }
  .laptop-l\:m-x-3\.4 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }
  .laptop-l\:m-y-3\.4 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .laptop-l\:p-x-3\.4 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
  .laptop-l\:p-y-3\.4 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .laptop-l-m-3\.4 {
    margin: 34px !important;
  }
  .laptop-l-p-3\.4 {
    padding: 34px !important;
  }
  .laptop-l-m-x-3\.4 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }
  .laptop-l-m-y-3\.4 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .laptop-l-p-x-3\.4 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
  .laptop-l-p-y-3\.4 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-3\.5 {
    margin: 35px !important;
  }
  .laptop-l\:p-3\.5 {
    padding: 35px !important;
  }
  .laptop-l\:m-x-3\.5 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .laptop-l\:m-y-3\.5 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .laptop-l\:p-x-3\.5 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .laptop-l\:p-y-3\.5 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .laptop-l-m-3\.5 {
    margin: 35px !important;
  }
  .laptop-l-p-3\.5 {
    padding: 35px !important;
  }
  .laptop-l-m-x-3\.5 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .laptop-l-m-y-3\.5 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .laptop-l-p-x-3\.5 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .laptop-l-p-y-3\.5 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-3\.6 {
    margin: 36px !important;
  }
  .laptop-l\:p-3\.6 {
    padding: 36px !important;
  }
  .laptop-l\:m-x-3\.6 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .laptop-l\:m-y-3\.6 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .laptop-l\:p-x-3\.6 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .laptop-l\:p-y-3\.6 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .laptop-l-m-3\.6 {
    margin: 36px !important;
  }
  .laptop-l-p-3\.6 {
    padding: 36px !important;
  }
  .laptop-l-m-x-3\.6 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .laptop-l-m-y-3\.6 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .laptop-l-p-x-3\.6 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .laptop-l-p-y-3\.6 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-3\.7 {
    margin: 37px !important;
  }
  .laptop-l\:p-3\.7 {
    padding: 37px !important;
  }
  .laptop-l\:m-x-3\.7 {
    margin-left: 37px !important;
    margin-right: 37px !important;
  }
  .laptop-l\:m-y-3\.7 {
    margin-top: 37px !important;
    margin-bottom: 37px !important;
  }
  .laptop-l\:p-x-3\.7 {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
  .laptop-l\:p-y-3\.7 {
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }
  .laptop-l-m-3\.7 {
    margin: 37px !important;
  }
  .laptop-l-p-3\.7 {
    padding: 37px !important;
  }
  .laptop-l-m-x-3\.7 {
    margin-left: 37px !important;
    margin-right: 37px !important;
  }
  .laptop-l-m-y-3\.7 {
    margin-top: 37px !important;
    margin-bottom: 37px !important;
  }
  .laptop-l-p-x-3\.7 {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
  .laptop-l-p-y-3\.7 {
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-3\.8 {
    margin: 38px !important;
  }
  .laptop-l\:p-3\.8 {
    padding: 38px !important;
  }
  .laptop-l\:m-x-3\.8 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }
  .laptop-l\:m-y-3\.8 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .laptop-l\:p-x-3\.8 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
  .laptop-l\:p-y-3\.8 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
  .laptop-l-m-3\.8 {
    margin: 38px !important;
  }
  .laptop-l-p-3\.8 {
    padding: 38px !important;
  }
  .laptop-l-m-x-3\.8 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }
  .laptop-l-m-y-3\.8 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .laptop-l-p-x-3\.8 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
  .laptop-l-p-y-3\.8 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-3\.9 {
    margin: 39px !important;
  }
  .laptop-l\:p-3\.9 {
    padding: 39px !important;
  }
  .laptop-l\:m-x-3\.9 {
    margin-left: 39px !important;
    margin-right: 39px !important;
  }
  .laptop-l\:m-y-3\.9 {
    margin-top: 39px !important;
    margin-bottom: 39px !important;
  }
  .laptop-l\:p-x-3\.9 {
    padding-left: 39px !important;
    padding-right: 39px !important;
  }
  .laptop-l\:p-y-3\.9 {
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }
  .laptop-l-m-3\.9 {
    margin: 39px !important;
  }
  .laptop-l-p-3\.9 {
    padding: 39px !important;
  }
  .laptop-l-m-x-3\.9 {
    margin-left: 39px !important;
    margin-right: 39px !important;
  }
  .laptop-l-m-y-3\.9 {
    margin-top: 39px !important;
    margin-bottom: 39px !important;
  }
  .laptop-l-p-x-3\.9 {
    padding-left: 39px !important;
    padding-right: 39px !important;
  }
  .laptop-l-p-y-3\.9 {
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-4 {
    margin: 40px !important;
  }
  .laptop-l\:p-4 {
    padding: 40px !important;
  }
  .laptop-l\:m-x-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .laptop-l\:m-y-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .laptop-l\:p-x-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .laptop-l\:p-y-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .laptop-l-m-4 {
    margin: 40px !important;
  }
  .laptop-l-p-4 {
    padding: 40px !important;
  }
  .laptop-l-m-x-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .laptop-l-m-y-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .laptop-l-p-x-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .laptop-l-p-y-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-4\.1 {
    margin: 41px !important;
  }
  .laptop-l\:p-4\.1 {
    padding: 41px !important;
  }
  .laptop-l\:m-x-4\.1 {
    margin-left: 41px !important;
    margin-right: 41px !important;
  }
  .laptop-l\:m-y-4\.1 {
    margin-top: 41px !important;
    margin-bottom: 41px !important;
  }
  .laptop-l\:p-x-4\.1 {
    padding-left: 41px !important;
    padding-right: 41px !important;
  }
  .laptop-l\:p-y-4\.1 {
    padding-top: 41px !important;
    padding-bottom: 41px !important;
  }
  .laptop-l-m-4\.1 {
    margin: 41px !important;
  }
  .laptop-l-p-4\.1 {
    padding: 41px !important;
  }
  .laptop-l-m-x-4\.1 {
    margin-left: 41px !important;
    margin-right: 41px !important;
  }
  .laptop-l-m-y-4\.1 {
    margin-top: 41px !important;
    margin-bottom: 41px !important;
  }
  .laptop-l-p-x-4\.1 {
    padding-left: 41px !important;
    padding-right: 41px !important;
  }
  .laptop-l-p-y-4\.1 {
    padding-top: 41px !important;
    padding-bottom: 41px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-4\.2 {
    margin: 42px !important;
  }
  .laptop-l\:p-4\.2 {
    padding: 42px !important;
  }
  .laptop-l\:m-x-4\.2 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }
  .laptop-l\:m-y-4\.2 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .laptop-l\:p-x-4\.2 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
  .laptop-l\:p-y-4\.2 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .laptop-l-m-4\.2 {
    margin: 42px !important;
  }
  .laptop-l-p-4\.2 {
    padding: 42px !important;
  }
  .laptop-l-m-x-4\.2 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }
  .laptop-l-m-y-4\.2 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .laptop-l-p-x-4\.2 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
  .laptop-l-p-y-4\.2 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-4\.3 {
    margin: 43px !important;
  }
  .laptop-l\:p-4\.3 {
    padding: 43px !important;
  }
  .laptop-l\:m-x-4\.3 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  .laptop-l\:m-y-4\.3 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .laptop-l\:p-x-4\.3 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  .laptop-l\:p-y-4\.3 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  .laptop-l-m-4\.3 {
    margin: 43px !important;
  }
  .laptop-l-p-4\.3 {
    padding: 43px !important;
  }
  .laptop-l-m-x-4\.3 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  .laptop-l-m-y-4\.3 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .laptop-l-p-x-4\.3 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  .laptop-l-p-y-4\.3 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-4\.4 {
    margin: 44px !important;
  }
  .laptop-l\:p-4\.4 {
    padding: 44px !important;
  }
  .laptop-l\:m-x-4\.4 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }
  .laptop-l\:m-y-4\.4 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .laptop-l\:p-x-4\.4 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
  .laptop-l\:p-y-4\.4 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .laptop-l-m-4\.4 {
    margin: 44px !important;
  }
  .laptop-l-p-4\.4 {
    padding: 44px !important;
  }
  .laptop-l-m-x-4\.4 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }
  .laptop-l-m-y-4\.4 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .laptop-l-p-x-4\.4 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
  .laptop-l-p-y-4\.4 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-4\.5 {
    margin: 45px !important;
  }
  .laptop-l\:p-4\.5 {
    padding: 45px !important;
  }
  .laptop-l\:m-x-4\.5 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .laptop-l\:m-y-4\.5 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .laptop-l\:p-x-4\.5 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .laptop-l\:p-y-4\.5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .laptop-l-m-4\.5 {
    margin: 45px !important;
  }
  .laptop-l-p-4\.5 {
    padding: 45px !important;
  }
  .laptop-l-m-x-4\.5 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .laptop-l-m-y-4\.5 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .laptop-l-p-x-4\.5 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .laptop-l-p-y-4\.5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-4\.6 {
    margin: 46px !important;
  }
  .laptop-l\:p-4\.6 {
    padding: 46px !important;
  }
  .laptop-l\:m-x-4\.6 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .laptop-l\:m-y-4\.6 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .laptop-l\:p-x-4\.6 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  .laptop-l\:p-y-4\.6 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .laptop-l-m-4\.6 {
    margin: 46px !important;
  }
  .laptop-l-p-4\.6 {
    padding: 46px !important;
  }
  .laptop-l-m-x-4\.6 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .laptop-l-m-y-4\.6 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .laptop-l-p-x-4\.6 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  .laptop-l-p-y-4\.6 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-4\.7 {
    margin: 47px !important;
  }
  .laptop-l\:p-4\.7 {
    padding: 47px !important;
  }
  .laptop-l\:m-x-4\.7 {
    margin-left: 47px !important;
    margin-right: 47px !important;
  }
  .laptop-l\:m-y-4\.7 {
    margin-top: 47px !important;
    margin-bottom: 47px !important;
  }
  .laptop-l\:p-x-4\.7 {
    padding-left: 47px !important;
    padding-right: 47px !important;
  }
  .laptop-l\:p-y-4\.7 {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
  }
  .laptop-l-m-4\.7 {
    margin: 47px !important;
  }
  .laptop-l-p-4\.7 {
    padding: 47px !important;
  }
  .laptop-l-m-x-4\.7 {
    margin-left: 47px !important;
    margin-right: 47px !important;
  }
  .laptop-l-m-y-4\.7 {
    margin-top: 47px !important;
    margin-bottom: 47px !important;
  }
  .laptop-l-p-x-4\.7 {
    padding-left: 47px !important;
    padding-right: 47px !important;
  }
  .laptop-l-p-y-4\.7 {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-4\.8 {
    margin: 48px !important;
  }
  .laptop-l\:p-4\.8 {
    padding: 48px !important;
  }
  .laptop-l\:m-x-4\.8 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .laptop-l\:m-y-4\.8 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .laptop-l\:p-x-4\.8 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .laptop-l\:p-y-4\.8 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .laptop-l-m-4\.8 {
    margin: 48px !important;
  }
  .laptop-l-p-4\.8 {
    padding: 48px !important;
  }
  .laptop-l-m-x-4\.8 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .laptop-l-m-y-4\.8 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .laptop-l-p-x-4\.8 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .laptop-l-p-y-4\.8 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-4\.9 {
    margin: 49px !important;
  }
  .laptop-l\:p-4\.9 {
    padding: 49px !important;
  }
  .laptop-l\:m-x-4\.9 {
    margin-left: 49px !important;
    margin-right: 49px !important;
  }
  .laptop-l\:m-y-4\.9 {
    margin-top: 49px !important;
    margin-bottom: 49px !important;
  }
  .laptop-l\:p-x-4\.9 {
    padding-left: 49px !important;
    padding-right: 49px !important;
  }
  .laptop-l\:p-y-4\.9 {
    padding-top: 49px !important;
    padding-bottom: 49px !important;
  }
  .laptop-l-m-4\.9 {
    margin: 49px !important;
  }
  .laptop-l-p-4\.9 {
    padding: 49px !important;
  }
  .laptop-l-m-x-4\.9 {
    margin-left: 49px !important;
    margin-right: 49px !important;
  }
  .laptop-l-m-y-4\.9 {
    margin-top: 49px !important;
    margin-bottom: 49px !important;
  }
  .laptop-l-p-x-4\.9 {
    padding-left: 49px !important;
    padding-right: 49px !important;
  }
  .laptop-l-p-y-4\.9 {
    padding-top: 49px !important;
    padding-bottom: 49px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-5 {
    margin: 50px !important;
  }
  .laptop-l\:p-5 {
    padding: 50px !important;
  }
  .laptop-l\:m-x-5 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .laptop-l\:m-y-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .laptop-l\:p-x-5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .laptop-l\:p-y-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .laptop-l-m-5 {
    margin: 50px !important;
  }
  .laptop-l-p-5 {
    padding: 50px !important;
  }
  .laptop-l-m-x-5 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .laptop-l-m-y-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .laptop-l-p-x-5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .laptop-l-p-y-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-6 {
    margin: 60px !important;
  }
  .laptop-l\:p-6 {
    padding: 60px !important;
  }
  .laptop-l\:m-x-6 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .laptop-l\:m-y-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .laptop-l\:p-x-6 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .laptop-l\:p-y-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .laptop-l-m-6 {
    margin: 60px !important;
  }
  .laptop-l-p-6 {
    padding: 60px !important;
  }
  .laptop-l-m-x-6 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .laptop-l-m-y-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .laptop-l-p-x-6 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .laptop-l-p-y-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-7 {
    margin: 70px !important;
  }
  .laptop-l\:p-7 {
    padding: 70px !important;
  }
  .laptop-l\:m-x-7 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .laptop-l\:m-y-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .laptop-l\:p-x-7 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .laptop-l\:p-y-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .laptop-l-m-7 {
    margin: 70px !important;
  }
  .laptop-l-p-7 {
    padding: 70px !important;
  }
  .laptop-l-m-x-7 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .laptop-l-m-y-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .laptop-l-p-x-7 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .laptop-l-p-y-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-8 {
    margin: 80px !important;
  }
  .laptop-l\:p-8 {
    padding: 80px !important;
  }
  .laptop-l\:m-x-8 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .laptop-l\:m-y-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .laptop-l\:p-x-8 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .laptop-l\:p-y-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .laptop-l-m-8 {
    margin: 80px !important;
  }
  .laptop-l-p-8 {
    padding: 80px !important;
  }
  .laptop-l-m-x-8 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .laptop-l-m-y-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .laptop-l-p-x-8 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .laptop-l-p-y-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-9 {
    margin: 90px !important;
  }
  .laptop-l\:p-9 {
    padding: 90px !important;
  }
  .laptop-l\:m-x-9 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .laptop-l\:m-y-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .laptop-l\:p-x-9 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .laptop-l\:p-y-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .laptop-l-m-9 {
    margin: 90px !important;
  }
  .laptop-l-p-9 {
    padding: 90px !important;
  }
  .laptop-l-m-x-9 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .laptop-l-m-y-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .laptop-l-p-x-9 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .laptop-l-p-y-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-10 {
    margin: 100px !important;
  }
  .laptop-l\:p-10 {
    padding: 100px !important;
  }
  .laptop-l\:m-x-10 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .laptop-l\:m-y-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .laptop-l\:p-x-10 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .laptop-l\:p-y-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .laptop-l-m-10 {
    margin: 100px !important;
  }
  .laptop-l-p-10 {
    padding: 100px !important;
  }
  .laptop-l-m-x-10 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .laptop-l-m-y-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .laptop-l-p-x-10 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .laptop-l-p-y-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-11 {
    margin: 110px !important;
  }
  .laptop-l\:p-11 {
    padding: 110px !important;
  }
  .laptop-l\:m-x-11 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  .laptop-l\:m-y-11 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .laptop-l\:p-x-11 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .laptop-l\:p-y-11 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .laptop-l-m-11 {
    margin: 110px !important;
  }
  .laptop-l-p-11 {
    padding: 110px !important;
  }
  .laptop-l-m-x-11 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  .laptop-l-m-y-11 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .laptop-l-p-x-11 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .laptop-l-p-y-11 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-12 {
    margin: 120px !important;
  }
  .laptop-l\:p-12 {
    padding: 120px !important;
  }
  .laptop-l\:m-x-12 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .laptop-l\:m-y-12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .laptop-l\:p-x-12 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .laptop-l\:p-y-12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .laptop-l-m-12 {
    margin: 120px !important;
  }
  .laptop-l-p-12 {
    padding: 120px !important;
  }
  .laptop-l-m-x-12 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .laptop-l-m-y-12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .laptop-l-p-x-12 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .laptop-l-p-y-12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-13 {
    margin: 130px !important;
  }
  .laptop-l\:p-13 {
    padding: 130px !important;
  }
  .laptop-l\:m-x-13 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  .laptop-l\:m-y-13 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .laptop-l\:p-x-13 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .laptop-l\:p-y-13 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .laptop-l-m-13 {
    margin: 130px !important;
  }
  .laptop-l-p-13 {
    padding: 130px !important;
  }
  .laptop-l-m-x-13 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  .laptop-l-m-y-13 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .laptop-l-p-x-13 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .laptop-l-p-y-13 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-14 {
    margin: 140px !important;
  }
  .laptop-l\:p-14 {
    padding: 140px !important;
  }
  .laptop-l\:m-x-14 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  .laptop-l\:m-y-14 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .laptop-l\:p-x-14 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .laptop-l\:p-y-14 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .laptop-l-m-14 {
    margin: 140px !important;
  }
  .laptop-l-p-14 {
    padding: 140px !important;
  }
  .laptop-l-m-x-14 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  .laptop-l-m-y-14 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .laptop-l-p-x-14 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .laptop-l-p-y-14 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-15 {
    margin: 150px !important;
  }
  .laptop-l\:p-15 {
    padding: 150px !important;
  }
  .laptop-l\:m-x-15 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .laptop-l\:m-y-15 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .laptop-l\:p-x-15 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .laptop-l\:p-y-15 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .laptop-l-m-15 {
    margin: 150px !important;
  }
  .laptop-l-p-15 {
    padding: 150px !important;
  }
  .laptop-l-m-x-15 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .laptop-l-m-y-15 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .laptop-l-p-x-15 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .laptop-l-p-y-15 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-16 {
    margin: 160px !important;
  }
  .laptop-l\:p-16 {
    padding: 160px !important;
  }
  .laptop-l\:m-x-16 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .laptop-l\:m-y-16 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .laptop-l\:p-x-16 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .laptop-l\:p-y-16 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .laptop-l-m-16 {
    margin: 160px !important;
  }
  .laptop-l-p-16 {
    padding: 160px !important;
  }
  .laptop-l-m-x-16 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .laptop-l-m-y-16 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .laptop-l-p-x-16 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .laptop-l-p-y-16 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-17 {
    margin: 170px !important;
  }
  .laptop-l\:p-17 {
    padding: 170px !important;
  }
  .laptop-l\:m-x-17 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  .laptop-l\:m-y-17 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .laptop-l\:p-x-17 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  .laptop-l\:p-y-17 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .laptop-l-m-17 {
    margin: 170px !important;
  }
  .laptop-l-p-17 {
    padding: 170px !important;
  }
  .laptop-l-m-x-17 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  .laptop-l-m-y-17 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .laptop-l-p-x-17 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  .laptop-l-p-y-17 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-18 {
    margin: 180px !important;
  }
  .laptop-l\:p-18 {
    padding: 180px !important;
  }
  .laptop-l\:m-x-18 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  .laptop-l\:m-y-18 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .laptop-l\:p-x-18 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .laptop-l\:p-y-18 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .laptop-l-m-18 {
    margin: 180px !important;
  }
  .laptop-l-p-18 {
    padding: 180px !important;
  }
  .laptop-l-m-x-18 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  .laptop-l-m-y-18 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .laptop-l-p-x-18 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .laptop-l-p-y-18 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-19 {
    margin: 190px !important;
  }
  .laptop-l\:p-19 {
    padding: 190px !important;
  }
  .laptop-l\:m-x-19 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  .laptop-l\:m-y-19 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .laptop-l\:p-x-19 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  .laptop-l\:p-y-19 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .laptop-l-m-19 {
    margin: 190px !important;
  }
  .laptop-l-p-19 {
    padding: 190px !important;
  }
  .laptop-l-m-x-19 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  .laptop-l-m-y-19 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .laptop-l-p-x-19 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  .laptop-l-p-y-19 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-20 {
    margin: 200px !important;
  }
  .laptop-l\:p-20 {
    padding: 200px !important;
  }
  .laptop-l\:m-x-20 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .laptop-l\:m-y-20 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .laptop-l\:p-x-20 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .laptop-l\:p-y-20 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .laptop-l-m-20 {
    margin: 200px !important;
  }
  .laptop-l-p-20 {
    padding: 200px !important;
  }
  .laptop-l-m-x-20 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .laptop-l-m-y-20 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .laptop-l-p-x-20 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .laptop-l-p-y-20 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-21 {
    margin: 210px !important;
  }
  .laptop-l\:p-21 {
    padding: 210px !important;
  }
  .laptop-l\:m-x-21 {
    margin-left: 210px !important;
    margin-right: 210px !important;
  }
  .laptop-l\:m-y-21 {
    margin-top: 210px !important;
    margin-bottom: 210px !important;
  }
  .laptop-l\:p-x-21 {
    padding-left: 210px !important;
    padding-right: 210px !important;
  }
  .laptop-l\:p-y-21 {
    padding-top: 210px !important;
    padding-bottom: 210px !important;
  }
  .laptop-l-m-21 {
    margin: 210px !important;
  }
  .laptop-l-p-21 {
    padding: 210px !important;
  }
  .laptop-l-m-x-21 {
    margin-left: 210px !important;
    margin-right: 210px !important;
  }
  .laptop-l-m-y-21 {
    margin-top: 210px !important;
    margin-bottom: 210px !important;
  }
  .laptop-l-p-x-21 {
    padding-left: 210px !important;
    padding-right: 210px !important;
  }
  .laptop-l-p-y-21 {
    padding-top: 210px !important;
    padding-bottom: 210px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-22 {
    margin: 220px !important;
  }
  .laptop-l\:p-22 {
    padding: 220px !important;
  }
  .laptop-l\:m-x-22 {
    margin-left: 220px !important;
    margin-right: 220px !important;
  }
  .laptop-l\:m-y-22 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .laptop-l\:p-x-22 {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }
  .laptop-l\:p-y-22 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .laptop-l-m-22 {
    margin: 220px !important;
  }
  .laptop-l-p-22 {
    padding: 220px !important;
  }
  .laptop-l-m-x-22 {
    margin-left: 220px !important;
    margin-right: 220px !important;
  }
  .laptop-l-m-y-22 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .laptop-l-p-x-22 {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }
  .laptop-l-p-y-22 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-23 {
    margin: 230px !important;
  }
  .laptop-l\:p-23 {
    padding: 230px !important;
  }
  .laptop-l\:m-x-23 {
    margin-left: 230px !important;
    margin-right: 230px !important;
  }
  .laptop-l\:m-y-23 {
    margin-top: 230px !important;
    margin-bottom: 230px !important;
  }
  .laptop-l\:p-x-23 {
    padding-left: 230px !important;
    padding-right: 230px !important;
  }
  .laptop-l\:p-y-23 {
    padding-top: 230px !important;
    padding-bottom: 230px !important;
  }
  .laptop-l-m-23 {
    margin: 230px !important;
  }
  .laptop-l-p-23 {
    padding: 230px !important;
  }
  .laptop-l-m-x-23 {
    margin-left: 230px !important;
    margin-right: 230px !important;
  }
  .laptop-l-m-y-23 {
    margin-top: 230px !important;
    margin-bottom: 230px !important;
  }
  .laptop-l-p-x-23 {
    padding-left: 230px !important;
    padding-right: 230px !important;
  }
  .laptop-l-p-y-23 {
    padding-top: 230px !important;
    padding-bottom: 230px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-24 {
    margin: 240px !important;
  }
  .laptop-l\:p-24 {
    padding: 240px !important;
  }
  .laptop-l\:m-x-24 {
    margin-left: 240px !important;
    margin-right: 240px !important;
  }
  .laptop-l\:m-y-24 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .laptop-l\:p-x-24 {
    padding-left: 240px !important;
    padding-right: 240px !important;
  }
  .laptop-l\:p-y-24 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .laptop-l-m-24 {
    margin: 240px !important;
  }
  .laptop-l-p-24 {
    padding: 240px !important;
  }
  .laptop-l-m-x-24 {
    margin-left: 240px !important;
    margin-right: 240px !important;
  }
  .laptop-l-m-y-24 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .laptop-l-p-x-24 {
    padding-left: 240px !important;
    padding-right: 240px !important;
  }
  .laptop-l-p-y-24 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-25 {
    margin: 250px !important;
  }
  .laptop-l\:p-25 {
    padding: 250px !important;
  }
  .laptop-l\:m-x-25 {
    margin-left: 250px !important;
    margin-right: 250px !important;
  }
  .laptop-l\:m-y-25 {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }
  .laptop-l\:p-x-25 {
    padding-left: 250px !important;
    padding-right: 250px !important;
  }
  .laptop-l\:p-y-25 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }
  .laptop-l-m-25 {
    margin: 250px !important;
  }
  .laptop-l-p-25 {
    padding: 250px !important;
  }
  .laptop-l-m-x-25 {
    margin-left: 250px !important;
    margin-right: 250px !important;
  }
  .laptop-l-m-y-25 {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }
  .laptop-l-p-x-25 {
    padding-left: 250px !important;
    padding-right: 250px !important;
  }
  .laptop-l-p-y-25 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-26 {
    margin: 260px !important;
  }
  .laptop-l\:p-26 {
    padding: 260px !important;
  }
  .laptop-l\:m-x-26 {
    margin-left: 260px !important;
    margin-right: 260px !important;
  }
  .laptop-l\:m-y-26 {
    margin-top: 260px !important;
    margin-bottom: 260px !important;
  }
  .laptop-l\:p-x-26 {
    padding-left: 260px !important;
    padding-right: 260px !important;
  }
  .laptop-l\:p-y-26 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
  }
  .laptop-l-m-26 {
    margin: 260px !important;
  }
  .laptop-l-p-26 {
    padding: 260px !important;
  }
  .laptop-l-m-x-26 {
    margin-left: 260px !important;
    margin-right: 260px !important;
  }
  .laptop-l-m-y-26 {
    margin-top: 260px !important;
    margin-bottom: 260px !important;
  }
  .laptop-l-p-x-26 {
    padding-left: 260px !important;
    padding-right: 260px !important;
  }
  .laptop-l-p-y-26 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-27 {
    margin: 270px !important;
  }
  .laptop-l\:p-27 {
    padding: 270px !important;
  }
  .laptop-l\:m-x-27 {
    margin-left: 270px !important;
    margin-right: 270px !important;
  }
  .laptop-l\:m-y-27 {
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }
  .laptop-l\:p-x-27 {
    padding-left: 270px !important;
    padding-right: 270px !important;
  }
  .laptop-l\:p-y-27 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }
  .laptop-l-m-27 {
    margin: 270px !important;
  }
  .laptop-l-p-27 {
    padding: 270px !important;
  }
  .laptop-l-m-x-27 {
    margin-left: 270px !important;
    margin-right: 270px !important;
  }
  .laptop-l-m-y-27 {
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }
  .laptop-l-p-x-27 {
    padding-left: 270px !important;
    padding-right: 270px !important;
  }
  .laptop-l-p-y-27 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-28 {
    margin: 280px !important;
  }
  .laptop-l\:p-28 {
    padding: 280px !important;
  }
  .laptop-l\:m-x-28 {
    margin-left: 280px !important;
    margin-right: 280px !important;
  }
  .laptop-l\:m-y-28 {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
  }
  .laptop-l\:p-x-28 {
    padding-left: 280px !important;
    padding-right: 280px !important;
  }
  .laptop-l\:p-y-28 {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
  }
  .laptop-l-m-28 {
    margin: 280px !important;
  }
  .laptop-l-p-28 {
    padding: 280px !important;
  }
  .laptop-l-m-x-28 {
    margin-left: 280px !important;
    margin-right: 280px !important;
  }
  .laptop-l-m-y-28 {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
  }
  .laptop-l-p-x-28 {
    padding-left: 280px !important;
    padding-right: 280px !important;
  }
  .laptop-l-p-y-28 {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-29 {
    margin: 290px !important;
  }
  .laptop-l\:p-29 {
    padding: 290px !important;
  }
  .laptop-l\:m-x-29 {
    margin-left: 290px !important;
    margin-right: 290px !important;
  }
  .laptop-l\:m-y-29 {
    margin-top: 290px !important;
    margin-bottom: 290px !important;
  }
  .laptop-l\:p-x-29 {
    padding-left: 290px !important;
    padding-right: 290px !important;
  }
  .laptop-l\:p-y-29 {
    padding-top: 290px !important;
    padding-bottom: 290px !important;
  }
  .laptop-l-m-29 {
    margin: 290px !important;
  }
  .laptop-l-p-29 {
    padding: 290px !important;
  }
  .laptop-l-m-x-29 {
    margin-left: 290px !important;
    margin-right: 290px !important;
  }
  .laptop-l-m-y-29 {
    margin-top: 290px !important;
    margin-bottom: 290px !important;
  }
  .laptop-l-p-x-29 {
    padding-left: 290px !important;
    padding-right: 290px !important;
  }
  .laptop-l-p-y-29 {
    padding-top: 290px !important;
    padding-bottom: 290px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-30 {
    margin: 300px !important;
  }
  .laptop-l\:p-30 {
    padding: 300px !important;
  }
  .laptop-l\:m-x-30 {
    margin-left: 300px !important;
    margin-right: 300px !important;
  }
  .laptop-l\:m-y-30 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }
  .laptop-l\:p-x-30 {
    padding-left: 300px !important;
    padding-right: 300px !important;
  }
  .laptop-l\:p-y-30 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }
  .laptop-l-m-30 {
    margin: 300px !important;
  }
  .laptop-l-p-30 {
    padding: 300px !important;
  }
  .laptop-l-m-x-30 {
    margin-left: 300px !important;
    margin-right: 300px !important;
  }
  .laptop-l-m-y-30 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }
  .laptop-l-p-x-30 {
    padding-left: 300px !important;
    padding-right: 300px !important;
  }
  .laptop-l-p-y-30 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-31 {
    margin: 310px !important;
  }
  .laptop-l\:p-31 {
    padding: 310px !important;
  }
  .laptop-l\:m-x-31 {
    margin-left: 310px !important;
    margin-right: 310px !important;
  }
  .laptop-l\:m-y-31 {
    margin-top: 310px !important;
    margin-bottom: 310px !important;
  }
  .laptop-l\:p-x-31 {
    padding-left: 310px !important;
    padding-right: 310px !important;
  }
  .laptop-l\:p-y-31 {
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }
  .laptop-l-m-31 {
    margin: 310px !important;
  }
  .laptop-l-p-31 {
    padding: 310px !important;
  }
  .laptop-l-m-x-31 {
    margin-left: 310px !important;
    margin-right: 310px !important;
  }
  .laptop-l-m-y-31 {
    margin-top: 310px !important;
    margin-bottom: 310px !important;
  }
  .laptop-l-p-x-31 {
    padding-left: 310px !important;
    padding-right: 310px !important;
  }
  .laptop-l-p-y-31 {
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-32 {
    margin: 320px !important;
  }
  .laptop-l\:p-32 {
    padding: 320px !important;
  }
  .laptop-l\:m-x-32 {
    margin-left: 320px !important;
    margin-right: 320px !important;
  }
  .laptop-l\:m-y-32 {
    margin-top: 320px !important;
    margin-bottom: 320px !important;
  }
  .laptop-l\:p-x-32 {
    padding-left: 320px !important;
    padding-right: 320px !important;
  }
  .laptop-l\:p-y-32 {
    padding-top: 320px !important;
    padding-bottom: 320px !important;
  }
  .laptop-l-m-32 {
    margin: 320px !important;
  }
  .laptop-l-p-32 {
    padding: 320px !important;
  }
  .laptop-l-m-x-32 {
    margin-left: 320px !important;
    margin-right: 320px !important;
  }
  .laptop-l-m-y-32 {
    margin-top: 320px !important;
    margin-bottom: 320px !important;
  }
  .laptop-l-p-x-32 {
    padding-left: 320px !important;
    padding-right: 320px !important;
  }
  .laptop-l-p-y-32 {
    padding-top: 320px !important;
    padding-bottom: 320px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-33 {
    margin: 330px !important;
  }
  .laptop-l\:p-33 {
    padding: 330px !important;
  }
  .laptop-l\:m-x-33 {
    margin-left: 330px !important;
    margin-right: 330px !important;
  }
  .laptop-l\:m-y-33 {
    margin-top: 330px !important;
    margin-bottom: 330px !important;
  }
  .laptop-l\:p-x-33 {
    padding-left: 330px !important;
    padding-right: 330px !important;
  }
  .laptop-l\:p-y-33 {
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }
  .laptop-l-m-33 {
    margin: 330px !important;
  }
  .laptop-l-p-33 {
    padding: 330px !important;
  }
  .laptop-l-m-x-33 {
    margin-left: 330px !important;
    margin-right: 330px !important;
  }
  .laptop-l-m-y-33 {
    margin-top: 330px !important;
    margin-bottom: 330px !important;
  }
  .laptop-l-p-x-33 {
    padding-left: 330px !important;
    padding-right: 330px !important;
  }
  .laptop-l-p-y-33 {
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-34 {
    margin: 340px !important;
  }
  .laptop-l\:p-34 {
    padding: 340px !important;
  }
  .laptop-l\:m-x-34 {
    margin-left: 340px !important;
    margin-right: 340px !important;
  }
  .laptop-l\:m-y-34 {
    margin-top: 340px !important;
    margin-bottom: 340px !important;
  }
  .laptop-l\:p-x-34 {
    padding-left: 340px !important;
    padding-right: 340px !important;
  }
  .laptop-l\:p-y-34 {
    padding-top: 340px !important;
    padding-bottom: 340px !important;
  }
  .laptop-l-m-34 {
    margin: 340px !important;
  }
  .laptop-l-p-34 {
    padding: 340px !important;
  }
  .laptop-l-m-x-34 {
    margin-left: 340px !important;
    margin-right: 340px !important;
  }
  .laptop-l-m-y-34 {
    margin-top: 340px !important;
    margin-bottom: 340px !important;
  }
  .laptop-l-p-x-34 {
    padding-left: 340px !important;
    padding-right: 340px !important;
  }
  .laptop-l-p-y-34 {
    padding-top: 340px !important;
    padding-bottom: 340px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-35 {
    margin: 350px !important;
  }
  .laptop-l\:p-35 {
    padding: 350px !important;
  }
  .laptop-l\:m-x-35 {
    margin-left: 350px !important;
    margin-right: 350px !important;
  }
  .laptop-l\:m-y-35 {
    margin-top: 350px !important;
    margin-bottom: 350px !important;
  }
  .laptop-l\:p-x-35 {
    padding-left: 350px !important;
    padding-right: 350px !important;
  }
  .laptop-l\:p-y-35 {
    padding-top: 350px !important;
    padding-bottom: 350px !important;
  }
  .laptop-l-m-35 {
    margin: 350px !important;
  }
  .laptop-l-p-35 {
    padding: 350px !important;
  }
  .laptop-l-m-x-35 {
    margin-left: 350px !important;
    margin-right: 350px !important;
  }
  .laptop-l-m-y-35 {
    margin-top: 350px !important;
    margin-bottom: 350px !important;
  }
  .laptop-l-p-x-35 {
    padding-left: 350px !important;
    padding-right: 350px !important;
  }
  .laptop-l-p-y-35 {
    padding-top: 350px !important;
    padding-bottom: 350px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-36 {
    margin: 360px !important;
  }
  .laptop-l\:p-36 {
    padding: 360px !important;
  }
  .laptop-l\:m-x-36 {
    margin-left: 360px !important;
    margin-right: 360px !important;
  }
  .laptop-l\:m-y-36 {
    margin-top: 360px !important;
    margin-bottom: 360px !important;
  }
  .laptop-l\:p-x-36 {
    padding-left: 360px !important;
    padding-right: 360px !important;
  }
  .laptop-l\:p-y-36 {
    padding-top: 360px !important;
    padding-bottom: 360px !important;
  }
  .laptop-l-m-36 {
    margin: 360px !important;
  }
  .laptop-l-p-36 {
    padding: 360px !important;
  }
  .laptop-l-m-x-36 {
    margin-left: 360px !important;
    margin-right: 360px !important;
  }
  .laptop-l-m-y-36 {
    margin-top: 360px !important;
    margin-bottom: 360px !important;
  }
  .laptop-l-p-x-36 {
    padding-left: 360px !important;
    padding-right: 360px !important;
  }
  .laptop-l-p-y-36 {
    padding-top: 360px !important;
    padding-bottom: 360px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-37 {
    margin: 370px !important;
  }
  .laptop-l\:p-37 {
    padding: 370px !important;
  }
  .laptop-l\:m-x-37 {
    margin-left: 370px !important;
    margin-right: 370px !important;
  }
  .laptop-l\:m-y-37 {
    margin-top: 370px !important;
    margin-bottom: 370px !important;
  }
  .laptop-l\:p-x-37 {
    padding-left: 370px !important;
    padding-right: 370px !important;
  }
  .laptop-l\:p-y-37 {
    padding-top: 370px !important;
    padding-bottom: 370px !important;
  }
  .laptop-l-m-37 {
    margin: 370px !important;
  }
  .laptop-l-p-37 {
    padding: 370px !important;
  }
  .laptop-l-m-x-37 {
    margin-left: 370px !important;
    margin-right: 370px !important;
  }
  .laptop-l-m-y-37 {
    margin-top: 370px !important;
    margin-bottom: 370px !important;
  }
  .laptop-l-p-x-37 {
    padding-left: 370px !important;
    padding-right: 370px !important;
  }
  .laptop-l-p-y-37 {
    padding-top: 370px !important;
    padding-bottom: 370px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-38 {
    margin: 380px !important;
  }
  .laptop-l\:p-38 {
    padding: 380px !important;
  }
  .laptop-l\:m-x-38 {
    margin-left: 380px !important;
    margin-right: 380px !important;
  }
  .laptop-l\:m-y-38 {
    margin-top: 380px !important;
    margin-bottom: 380px !important;
  }
  .laptop-l\:p-x-38 {
    padding-left: 380px !important;
    padding-right: 380px !important;
  }
  .laptop-l\:p-y-38 {
    padding-top: 380px !important;
    padding-bottom: 380px !important;
  }
  .laptop-l-m-38 {
    margin: 380px !important;
  }
  .laptop-l-p-38 {
    padding: 380px !important;
  }
  .laptop-l-m-x-38 {
    margin-left: 380px !important;
    margin-right: 380px !important;
  }
  .laptop-l-m-y-38 {
    margin-top: 380px !important;
    margin-bottom: 380px !important;
  }
  .laptop-l-p-x-38 {
    padding-left: 380px !important;
    padding-right: 380px !important;
  }
  .laptop-l-p-y-38 {
    padding-top: 380px !important;
    padding-bottom: 380px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-39 {
    margin: 390px !important;
  }
  .laptop-l\:p-39 {
    padding: 390px !important;
  }
  .laptop-l\:m-x-39 {
    margin-left: 390px !important;
    margin-right: 390px !important;
  }
  .laptop-l\:m-y-39 {
    margin-top: 390px !important;
    margin-bottom: 390px !important;
  }
  .laptop-l\:p-x-39 {
    padding-left: 390px !important;
    padding-right: 390px !important;
  }
  .laptop-l\:p-y-39 {
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }
  .laptop-l-m-39 {
    margin: 390px !important;
  }
  .laptop-l-p-39 {
    padding: 390px !important;
  }
  .laptop-l-m-x-39 {
    margin-left: 390px !important;
    margin-right: 390px !important;
  }
  .laptop-l-m-y-39 {
    margin-top: 390px !important;
    margin-bottom: 390px !important;
  }
  .laptop-l-p-x-39 {
    padding-left: 390px !important;
    padding-right: 390px !important;
  }
  .laptop-l-p-y-39 {
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-40 {
    margin: 400px !important;
  }
  .laptop-l\:p-40 {
    padding: 400px !important;
  }
  .laptop-l\:m-x-40 {
    margin-left: 400px !important;
    margin-right: 400px !important;
  }
  .laptop-l\:m-y-40 {
    margin-top: 400px !important;
    margin-bottom: 400px !important;
  }
  .laptop-l\:p-x-40 {
    padding-left: 400px !important;
    padding-right: 400px !important;
  }
  .laptop-l\:p-y-40 {
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }
  .laptop-l-m-40 {
    margin: 400px !important;
  }
  .laptop-l-p-40 {
    padding: 400px !important;
  }
  .laptop-l-m-x-40 {
    margin-left: 400px !important;
    margin-right: 400px !important;
  }
  .laptop-l-m-y-40 {
    margin-top: 400px !important;
    margin-bottom: 400px !important;
  }
  .laptop-l-p-x-40 {
    padding-left: 400px !important;
    padding-right: 400px !important;
  }
  .laptop-l-p-y-40 {
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-41 {
    margin: 410px !important;
  }
  .laptop-l\:p-41 {
    padding: 410px !important;
  }
  .laptop-l\:m-x-41 {
    margin-left: 410px !important;
    margin-right: 410px !important;
  }
  .laptop-l\:m-y-41 {
    margin-top: 410px !important;
    margin-bottom: 410px !important;
  }
  .laptop-l\:p-x-41 {
    padding-left: 410px !important;
    padding-right: 410px !important;
  }
  .laptop-l\:p-y-41 {
    padding-top: 410px !important;
    padding-bottom: 410px !important;
  }
  .laptop-l-m-41 {
    margin: 410px !important;
  }
  .laptop-l-p-41 {
    padding: 410px !important;
  }
  .laptop-l-m-x-41 {
    margin-left: 410px !important;
    margin-right: 410px !important;
  }
  .laptop-l-m-y-41 {
    margin-top: 410px !important;
    margin-bottom: 410px !important;
  }
  .laptop-l-p-x-41 {
    padding-left: 410px !important;
    padding-right: 410px !important;
  }
  .laptop-l-p-y-41 {
    padding-top: 410px !important;
    padding-bottom: 410px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-42 {
    margin: 420px !important;
  }
  .laptop-l\:p-42 {
    padding: 420px !important;
  }
  .laptop-l\:m-x-42 {
    margin-left: 420px !important;
    margin-right: 420px !important;
  }
  .laptop-l\:m-y-42 {
    margin-top: 420px !important;
    margin-bottom: 420px !important;
  }
  .laptop-l\:p-x-42 {
    padding-left: 420px !important;
    padding-right: 420px !important;
  }
  .laptop-l\:p-y-42 {
    padding-top: 420px !important;
    padding-bottom: 420px !important;
  }
  .laptop-l-m-42 {
    margin: 420px !important;
  }
  .laptop-l-p-42 {
    padding: 420px !important;
  }
  .laptop-l-m-x-42 {
    margin-left: 420px !important;
    margin-right: 420px !important;
  }
  .laptop-l-m-y-42 {
    margin-top: 420px !important;
    margin-bottom: 420px !important;
  }
  .laptop-l-p-x-42 {
    padding-left: 420px !important;
    padding-right: 420px !important;
  }
  .laptop-l-p-y-42 {
    padding-top: 420px !important;
    padding-bottom: 420px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-43 {
    margin: 430px !important;
  }
  .laptop-l\:p-43 {
    padding: 430px !important;
  }
  .laptop-l\:m-x-43 {
    margin-left: 430px !important;
    margin-right: 430px !important;
  }
  .laptop-l\:m-y-43 {
    margin-top: 430px !important;
    margin-bottom: 430px !important;
  }
  .laptop-l\:p-x-43 {
    padding-left: 430px !important;
    padding-right: 430px !important;
  }
  .laptop-l\:p-y-43 {
    padding-top: 430px !important;
    padding-bottom: 430px !important;
  }
  .laptop-l-m-43 {
    margin: 430px !important;
  }
  .laptop-l-p-43 {
    padding: 430px !important;
  }
  .laptop-l-m-x-43 {
    margin-left: 430px !important;
    margin-right: 430px !important;
  }
  .laptop-l-m-y-43 {
    margin-top: 430px !important;
    margin-bottom: 430px !important;
  }
  .laptop-l-p-x-43 {
    padding-left: 430px !important;
    padding-right: 430px !important;
  }
  .laptop-l-p-y-43 {
    padding-top: 430px !important;
    padding-bottom: 430px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-44 {
    margin: 440px !important;
  }
  .laptop-l\:p-44 {
    padding: 440px !important;
  }
  .laptop-l\:m-x-44 {
    margin-left: 440px !important;
    margin-right: 440px !important;
  }
  .laptop-l\:m-y-44 {
    margin-top: 440px !important;
    margin-bottom: 440px !important;
  }
  .laptop-l\:p-x-44 {
    padding-left: 440px !important;
    padding-right: 440px !important;
  }
  .laptop-l\:p-y-44 {
    padding-top: 440px !important;
    padding-bottom: 440px !important;
  }
  .laptop-l-m-44 {
    margin: 440px !important;
  }
  .laptop-l-p-44 {
    padding: 440px !important;
  }
  .laptop-l-m-x-44 {
    margin-left: 440px !important;
    margin-right: 440px !important;
  }
  .laptop-l-m-y-44 {
    margin-top: 440px !important;
    margin-bottom: 440px !important;
  }
  .laptop-l-p-x-44 {
    padding-left: 440px !important;
    padding-right: 440px !important;
  }
  .laptop-l-p-y-44 {
    padding-top: 440px !important;
    padding-bottom: 440px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-45 {
    margin: 450px !important;
  }
  .laptop-l\:p-45 {
    padding: 450px !important;
  }
  .laptop-l\:m-x-45 {
    margin-left: 450px !important;
    margin-right: 450px !important;
  }
  .laptop-l\:m-y-45 {
    margin-top: 450px !important;
    margin-bottom: 450px !important;
  }
  .laptop-l\:p-x-45 {
    padding-left: 450px !important;
    padding-right: 450px !important;
  }
  .laptop-l\:p-y-45 {
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }
  .laptop-l-m-45 {
    margin: 450px !important;
  }
  .laptop-l-p-45 {
    padding: 450px !important;
  }
  .laptop-l-m-x-45 {
    margin-left: 450px !important;
    margin-right: 450px !important;
  }
  .laptop-l-m-y-45 {
    margin-top: 450px !important;
    margin-bottom: 450px !important;
  }
  .laptop-l-p-x-45 {
    padding-left: 450px !important;
    padding-right: 450px !important;
  }
  .laptop-l-p-y-45 {
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-46 {
    margin: 460px !important;
  }
  .laptop-l\:p-46 {
    padding: 460px !important;
  }
  .laptop-l\:m-x-46 {
    margin-left: 460px !important;
    margin-right: 460px !important;
  }
  .laptop-l\:m-y-46 {
    margin-top: 460px !important;
    margin-bottom: 460px !important;
  }
  .laptop-l\:p-x-46 {
    padding-left: 460px !important;
    padding-right: 460px !important;
  }
  .laptop-l\:p-y-46 {
    padding-top: 460px !important;
    padding-bottom: 460px !important;
  }
  .laptop-l-m-46 {
    margin: 460px !important;
  }
  .laptop-l-p-46 {
    padding: 460px !important;
  }
  .laptop-l-m-x-46 {
    margin-left: 460px !important;
    margin-right: 460px !important;
  }
  .laptop-l-m-y-46 {
    margin-top: 460px !important;
    margin-bottom: 460px !important;
  }
  .laptop-l-p-x-46 {
    padding-left: 460px !important;
    padding-right: 460px !important;
  }
  .laptop-l-p-y-46 {
    padding-top: 460px !important;
    padding-bottom: 460px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-47 {
    margin: 470px !important;
  }
  .laptop-l\:p-47 {
    padding: 470px !important;
  }
  .laptop-l\:m-x-47 {
    margin-left: 470px !important;
    margin-right: 470px !important;
  }
  .laptop-l\:m-y-47 {
    margin-top: 470px !important;
    margin-bottom: 470px !important;
  }
  .laptop-l\:p-x-47 {
    padding-left: 470px !important;
    padding-right: 470px !important;
  }
  .laptop-l\:p-y-47 {
    padding-top: 470px !important;
    padding-bottom: 470px !important;
  }
  .laptop-l-m-47 {
    margin: 470px !important;
  }
  .laptop-l-p-47 {
    padding: 470px !important;
  }
  .laptop-l-m-x-47 {
    margin-left: 470px !important;
    margin-right: 470px !important;
  }
  .laptop-l-m-y-47 {
    margin-top: 470px !important;
    margin-bottom: 470px !important;
  }
  .laptop-l-p-x-47 {
    padding-left: 470px !important;
    padding-right: 470px !important;
  }
  .laptop-l-p-y-47 {
    padding-top: 470px !important;
    padding-bottom: 470px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-48 {
    margin: 480px !important;
  }
  .laptop-l\:p-48 {
    padding: 480px !important;
  }
  .laptop-l\:m-x-48 {
    margin-left: 480px !important;
    margin-right: 480px !important;
  }
  .laptop-l\:m-y-48 {
    margin-top: 480px !important;
    margin-bottom: 480px !important;
  }
  .laptop-l\:p-x-48 {
    padding-left: 480px !important;
    padding-right: 480px !important;
  }
  .laptop-l\:p-y-48 {
    padding-top: 480px !important;
    padding-bottom: 480px !important;
  }
  .laptop-l-m-48 {
    margin: 480px !important;
  }
  .laptop-l-p-48 {
    padding: 480px !important;
  }
  .laptop-l-m-x-48 {
    margin-left: 480px !important;
    margin-right: 480px !important;
  }
  .laptop-l-m-y-48 {
    margin-top: 480px !important;
    margin-bottom: 480px !important;
  }
  .laptop-l-p-x-48 {
    padding-left: 480px !important;
    padding-right: 480px !important;
  }
  .laptop-l-p-y-48 {
    padding-top: 480px !important;
    padding-bottom: 480px !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-49 {
    margin: 490px !important;
  }
  .laptop-l\:p-49 {
    padding: 490px !important;
  }
  .laptop-l\:m-x-49 {
    margin-left: 490px !important;
    margin-right: 490px !important;
  }
  .laptop-l\:m-y-49 {
    margin-top: 490px !important;
    margin-bottom: 490px !important;
  }
  .laptop-l\:p-x-49 {
    padding-left: 490px !important;
    padding-right: 490px !important;
  }
  .laptop-l\:p-y-49 {
    padding-top: 490px !important;
    padding-bottom: 490px !important;
  }
  .laptop-l-m-49 {
    margin: 490px !important;
  }
  .laptop-l-p-49 {
    padding: 490px !important;
  }
  .laptop-l-m-x-49 {
    margin-left: 490px !important;
    margin-right: 490px !important;
  }
  .laptop-l-m-y-49 {
    margin-top: 490px !important;
    margin-bottom: 490px !important;
  }
  .laptop-l-p-x-49 {
    padding-left: 490px !important;
    padding-right: 490px !important;
  }
  .laptop-l-p-y-49 {
    padding-top: 490px !important;
    padding-bottom: 490px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--10 {
    margin: -100px !important;
  }
  .laptop-xl\:p--10 {
    padding: -100px !important;
  }
  .laptop-xl\:m-x--10 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }
  .laptop-xl\:m-y--10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .laptop-xl\:p-x--10 {
    padding-left: -100px !important;
    padding-right: -100px !important;
  }
  .laptop-xl\:p-y--10 {
    padding-top: -100px !important;
    padding-bottom: -100px !important;
  }
  .laptop-xl-m--10 {
    margin: -100px !important;
  }
  .laptop-xl-p--10 {
    padding: -100px !important;
  }
  .laptop-xl-m-x--10 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }
  .laptop-xl-m-y--10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .laptop-xl-p-x--10 {
    padding-left: -100px !important;
    padding-right: -100px !important;
  }
  .laptop-xl-p-y--10 {
    padding-top: -100px !important;
    padding-bottom: -100px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--9\.9 {
    margin: -99px !important;
  }
  .laptop-xl\:p--9\.9 {
    padding: -99px !important;
  }
  .laptop-xl\:m-x--9\.9 {
    margin-left: -99px !important;
    margin-right: -99px !important;
  }
  .laptop-xl\:m-y--9\.9 {
    margin-top: -99px !important;
    margin-bottom: -99px !important;
  }
  .laptop-xl\:p-x--9\.9 {
    padding-left: -99px !important;
    padding-right: -99px !important;
  }
  .laptop-xl\:p-y--9\.9 {
    padding-top: -99px !important;
    padding-bottom: -99px !important;
  }
  .laptop-xl-m--9\.9 {
    margin: -99px !important;
  }
  .laptop-xl-p--9\.9 {
    padding: -99px !important;
  }
  .laptop-xl-m-x--9\.9 {
    margin-left: -99px !important;
    margin-right: -99px !important;
  }
  .laptop-xl-m-y--9\.9 {
    margin-top: -99px !important;
    margin-bottom: -99px !important;
  }
  .laptop-xl-p-x--9\.9 {
    padding-left: -99px !important;
    padding-right: -99px !important;
  }
  .laptop-xl-p-y--9\.9 {
    padding-top: -99px !important;
    padding-bottom: -99px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--9\.8 {
    margin: -98px !important;
  }
  .laptop-xl\:p--9\.8 {
    padding: -98px !important;
  }
  .laptop-xl\:m-x--9\.8 {
    margin-left: -98px !important;
    margin-right: -98px !important;
  }
  .laptop-xl\:m-y--9\.8 {
    margin-top: -98px !important;
    margin-bottom: -98px !important;
  }
  .laptop-xl\:p-x--9\.8 {
    padding-left: -98px !important;
    padding-right: -98px !important;
  }
  .laptop-xl\:p-y--9\.8 {
    padding-top: -98px !important;
    padding-bottom: -98px !important;
  }
  .laptop-xl-m--9\.8 {
    margin: -98px !important;
  }
  .laptop-xl-p--9\.8 {
    padding: -98px !important;
  }
  .laptop-xl-m-x--9\.8 {
    margin-left: -98px !important;
    margin-right: -98px !important;
  }
  .laptop-xl-m-y--9\.8 {
    margin-top: -98px !important;
    margin-bottom: -98px !important;
  }
  .laptop-xl-p-x--9\.8 {
    padding-left: -98px !important;
    padding-right: -98px !important;
  }
  .laptop-xl-p-y--9\.8 {
    padding-top: -98px !important;
    padding-bottom: -98px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--9\.7 {
    margin: -97px !important;
  }
  .laptop-xl\:p--9\.7 {
    padding: -97px !important;
  }
  .laptop-xl\:m-x--9\.7 {
    margin-left: -97px !important;
    margin-right: -97px !important;
  }
  .laptop-xl\:m-y--9\.7 {
    margin-top: -97px !important;
    margin-bottom: -97px !important;
  }
  .laptop-xl\:p-x--9\.7 {
    padding-left: -97px !important;
    padding-right: -97px !important;
  }
  .laptop-xl\:p-y--9\.7 {
    padding-top: -97px !important;
    padding-bottom: -97px !important;
  }
  .laptop-xl-m--9\.7 {
    margin: -97px !important;
  }
  .laptop-xl-p--9\.7 {
    padding: -97px !important;
  }
  .laptop-xl-m-x--9\.7 {
    margin-left: -97px !important;
    margin-right: -97px !important;
  }
  .laptop-xl-m-y--9\.7 {
    margin-top: -97px !important;
    margin-bottom: -97px !important;
  }
  .laptop-xl-p-x--9\.7 {
    padding-left: -97px !important;
    padding-right: -97px !important;
  }
  .laptop-xl-p-y--9\.7 {
    padding-top: -97px !important;
    padding-bottom: -97px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--9\.6 {
    margin: -96px !important;
  }
  .laptop-xl\:p--9\.6 {
    padding: -96px !important;
  }
  .laptop-xl\:m-x--9\.6 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }
  .laptop-xl\:m-y--9\.6 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
  .laptop-xl\:p-x--9\.6 {
    padding-left: -96px !important;
    padding-right: -96px !important;
  }
  .laptop-xl\:p-y--9\.6 {
    padding-top: -96px !important;
    padding-bottom: -96px !important;
  }
  .laptop-xl-m--9\.6 {
    margin: -96px !important;
  }
  .laptop-xl-p--9\.6 {
    padding: -96px !important;
  }
  .laptop-xl-m-x--9\.6 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }
  .laptop-xl-m-y--9\.6 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
  .laptop-xl-p-x--9\.6 {
    padding-left: -96px !important;
    padding-right: -96px !important;
  }
  .laptop-xl-p-y--9\.6 {
    padding-top: -96px !important;
    padding-bottom: -96px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--9\.5 {
    margin: -95px !important;
  }
  .laptop-xl\:p--9\.5 {
    padding: -95px !important;
  }
  .laptop-xl\:m-x--9\.5 {
    margin-left: -95px !important;
    margin-right: -95px !important;
  }
  .laptop-xl\:m-y--9\.5 {
    margin-top: -95px !important;
    margin-bottom: -95px !important;
  }
  .laptop-xl\:p-x--9\.5 {
    padding-left: -95px !important;
    padding-right: -95px !important;
  }
  .laptop-xl\:p-y--9\.5 {
    padding-top: -95px !important;
    padding-bottom: -95px !important;
  }
  .laptop-xl-m--9\.5 {
    margin: -95px !important;
  }
  .laptop-xl-p--9\.5 {
    padding: -95px !important;
  }
  .laptop-xl-m-x--9\.5 {
    margin-left: -95px !important;
    margin-right: -95px !important;
  }
  .laptop-xl-m-y--9\.5 {
    margin-top: -95px !important;
    margin-bottom: -95px !important;
  }
  .laptop-xl-p-x--9\.5 {
    padding-left: -95px !important;
    padding-right: -95px !important;
  }
  .laptop-xl-p-y--9\.5 {
    padding-top: -95px !important;
    padding-bottom: -95px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--9\.4 {
    margin: -94px !important;
  }
  .laptop-xl\:p--9\.4 {
    padding: -94px !important;
  }
  .laptop-xl\:m-x--9\.4 {
    margin-left: -94px !important;
    margin-right: -94px !important;
  }
  .laptop-xl\:m-y--9\.4 {
    margin-top: -94px !important;
    margin-bottom: -94px !important;
  }
  .laptop-xl\:p-x--9\.4 {
    padding-left: -94px !important;
    padding-right: -94px !important;
  }
  .laptop-xl\:p-y--9\.4 {
    padding-top: -94px !important;
    padding-bottom: -94px !important;
  }
  .laptop-xl-m--9\.4 {
    margin: -94px !important;
  }
  .laptop-xl-p--9\.4 {
    padding: -94px !important;
  }
  .laptop-xl-m-x--9\.4 {
    margin-left: -94px !important;
    margin-right: -94px !important;
  }
  .laptop-xl-m-y--9\.4 {
    margin-top: -94px !important;
    margin-bottom: -94px !important;
  }
  .laptop-xl-p-x--9\.4 {
    padding-left: -94px !important;
    padding-right: -94px !important;
  }
  .laptop-xl-p-y--9\.4 {
    padding-top: -94px !important;
    padding-bottom: -94px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--9\.3 {
    margin: -93px !important;
  }
  .laptop-xl\:p--9\.3 {
    padding: -93px !important;
  }
  .laptop-xl\:m-x--9\.3 {
    margin-left: -93px !important;
    margin-right: -93px !important;
  }
  .laptop-xl\:m-y--9\.3 {
    margin-top: -93px !important;
    margin-bottom: -93px !important;
  }
  .laptop-xl\:p-x--9\.3 {
    padding-left: -93px !important;
    padding-right: -93px !important;
  }
  .laptop-xl\:p-y--9\.3 {
    padding-top: -93px !important;
    padding-bottom: -93px !important;
  }
  .laptop-xl-m--9\.3 {
    margin: -93px !important;
  }
  .laptop-xl-p--9\.3 {
    padding: -93px !important;
  }
  .laptop-xl-m-x--9\.3 {
    margin-left: -93px !important;
    margin-right: -93px !important;
  }
  .laptop-xl-m-y--9\.3 {
    margin-top: -93px !important;
    margin-bottom: -93px !important;
  }
  .laptop-xl-p-x--9\.3 {
    padding-left: -93px !important;
    padding-right: -93px !important;
  }
  .laptop-xl-p-y--9\.3 {
    padding-top: -93px !important;
    padding-bottom: -93px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--9\.2 {
    margin: -92px !important;
  }
  .laptop-xl\:p--9\.2 {
    padding: -92px !important;
  }
  .laptop-xl\:m-x--9\.2 {
    margin-left: -92px !important;
    margin-right: -92px !important;
  }
  .laptop-xl\:m-y--9\.2 {
    margin-top: -92px !important;
    margin-bottom: -92px !important;
  }
  .laptop-xl\:p-x--9\.2 {
    padding-left: -92px !important;
    padding-right: -92px !important;
  }
  .laptop-xl\:p-y--9\.2 {
    padding-top: -92px !important;
    padding-bottom: -92px !important;
  }
  .laptop-xl-m--9\.2 {
    margin: -92px !important;
  }
  .laptop-xl-p--9\.2 {
    padding: -92px !important;
  }
  .laptop-xl-m-x--9\.2 {
    margin-left: -92px !important;
    margin-right: -92px !important;
  }
  .laptop-xl-m-y--9\.2 {
    margin-top: -92px !important;
    margin-bottom: -92px !important;
  }
  .laptop-xl-p-x--9\.2 {
    padding-left: -92px !important;
    padding-right: -92px !important;
  }
  .laptop-xl-p-y--9\.2 {
    padding-top: -92px !important;
    padding-bottom: -92px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--9\.1 {
    margin: -91px !important;
  }
  .laptop-xl\:p--9\.1 {
    padding: -91px !important;
  }
  .laptop-xl\:m-x--9\.1 {
    margin-left: -91px !important;
    margin-right: -91px !important;
  }
  .laptop-xl\:m-y--9\.1 {
    margin-top: -91px !important;
    margin-bottom: -91px !important;
  }
  .laptop-xl\:p-x--9\.1 {
    padding-left: -91px !important;
    padding-right: -91px !important;
  }
  .laptop-xl\:p-y--9\.1 {
    padding-top: -91px !important;
    padding-bottom: -91px !important;
  }
  .laptop-xl-m--9\.1 {
    margin: -91px !important;
  }
  .laptop-xl-p--9\.1 {
    padding: -91px !important;
  }
  .laptop-xl-m-x--9\.1 {
    margin-left: -91px !important;
    margin-right: -91px !important;
  }
  .laptop-xl-m-y--9\.1 {
    margin-top: -91px !important;
    margin-bottom: -91px !important;
  }
  .laptop-xl-p-x--9\.1 {
    padding-left: -91px !important;
    padding-right: -91px !important;
  }
  .laptop-xl-p-y--9\.1 {
    padding-top: -91px !important;
    padding-bottom: -91px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--9 {
    margin: -90px !important;
  }
  .laptop-xl\:p--9 {
    padding: -90px !important;
  }
  .laptop-xl\:m-x--9 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }
  .laptop-xl\:m-y--9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .laptop-xl\:p-x--9 {
    padding-left: -90px !important;
    padding-right: -90px !important;
  }
  .laptop-xl\:p-y--9 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
  .laptop-xl-m--9 {
    margin: -90px !important;
  }
  .laptop-xl-p--9 {
    padding: -90px !important;
  }
  .laptop-xl-m-x--9 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }
  .laptop-xl-m-y--9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .laptop-xl-p-x--9 {
    padding-left: -90px !important;
    padding-right: -90px !important;
  }
  .laptop-xl-p-y--9 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--8\.9 {
    margin: -89px !important;
  }
  .laptop-xl\:p--8\.9 {
    padding: -89px !important;
  }
  .laptop-xl\:m-x--8\.9 {
    margin-left: -89px !important;
    margin-right: -89px !important;
  }
  .laptop-xl\:m-y--8\.9 {
    margin-top: -89px !important;
    margin-bottom: -89px !important;
  }
  .laptop-xl\:p-x--8\.9 {
    padding-left: -89px !important;
    padding-right: -89px !important;
  }
  .laptop-xl\:p-y--8\.9 {
    padding-top: -89px !important;
    padding-bottom: -89px !important;
  }
  .laptop-xl-m--8\.9 {
    margin: -89px !important;
  }
  .laptop-xl-p--8\.9 {
    padding: -89px !important;
  }
  .laptop-xl-m-x--8\.9 {
    margin-left: -89px !important;
    margin-right: -89px !important;
  }
  .laptop-xl-m-y--8\.9 {
    margin-top: -89px !important;
    margin-bottom: -89px !important;
  }
  .laptop-xl-p-x--8\.9 {
    padding-left: -89px !important;
    padding-right: -89px !important;
  }
  .laptop-xl-p-y--8\.9 {
    padding-top: -89px !important;
    padding-bottom: -89px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--8\.8 {
    margin: -88px !important;
  }
  .laptop-xl\:p--8\.8 {
    padding: -88px !important;
  }
  .laptop-xl\:m-x--8\.8 {
    margin-left: -88px !important;
    margin-right: -88px !important;
  }
  .laptop-xl\:m-y--8\.8 {
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }
  .laptop-xl\:p-x--8\.8 {
    padding-left: -88px !important;
    padding-right: -88px !important;
  }
  .laptop-xl\:p-y--8\.8 {
    padding-top: -88px !important;
    padding-bottom: -88px !important;
  }
  .laptop-xl-m--8\.8 {
    margin: -88px !important;
  }
  .laptop-xl-p--8\.8 {
    padding: -88px !important;
  }
  .laptop-xl-m-x--8\.8 {
    margin-left: -88px !important;
    margin-right: -88px !important;
  }
  .laptop-xl-m-y--8\.8 {
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }
  .laptop-xl-p-x--8\.8 {
    padding-left: -88px !important;
    padding-right: -88px !important;
  }
  .laptop-xl-p-y--8\.8 {
    padding-top: -88px !important;
    padding-bottom: -88px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--8\.7 {
    margin: -87px !important;
  }
  .laptop-xl\:p--8\.7 {
    padding: -87px !important;
  }
  .laptop-xl\:m-x--8\.7 {
    margin-left: -87px !important;
    margin-right: -87px !important;
  }
  .laptop-xl\:m-y--8\.7 {
    margin-top: -87px !important;
    margin-bottom: -87px !important;
  }
  .laptop-xl\:p-x--8\.7 {
    padding-left: -87px !important;
    padding-right: -87px !important;
  }
  .laptop-xl\:p-y--8\.7 {
    padding-top: -87px !important;
    padding-bottom: -87px !important;
  }
  .laptop-xl-m--8\.7 {
    margin: -87px !important;
  }
  .laptop-xl-p--8\.7 {
    padding: -87px !important;
  }
  .laptop-xl-m-x--8\.7 {
    margin-left: -87px !important;
    margin-right: -87px !important;
  }
  .laptop-xl-m-y--8\.7 {
    margin-top: -87px !important;
    margin-bottom: -87px !important;
  }
  .laptop-xl-p-x--8\.7 {
    padding-left: -87px !important;
    padding-right: -87px !important;
  }
  .laptop-xl-p-y--8\.7 {
    padding-top: -87px !important;
    padding-bottom: -87px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--8\.6 {
    margin: -86px !important;
  }
  .laptop-xl\:p--8\.6 {
    padding: -86px !important;
  }
  .laptop-xl\:m-x--8\.6 {
    margin-left: -86px !important;
    margin-right: -86px !important;
  }
  .laptop-xl\:m-y--8\.6 {
    margin-top: -86px !important;
    margin-bottom: -86px !important;
  }
  .laptop-xl\:p-x--8\.6 {
    padding-left: -86px !important;
    padding-right: -86px !important;
  }
  .laptop-xl\:p-y--8\.6 {
    padding-top: -86px !important;
    padding-bottom: -86px !important;
  }
  .laptop-xl-m--8\.6 {
    margin: -86px !important;
  }
  .laptop-xl-p--8\.6 {
    padding: -86px !important;
  }
  .laptop-xl-m-x--8\.6 {
    margin-left: -86px !important;
    margin-right: -86px !important;
  }
  .laptop-xl-m-y--8\.6 {
    margin-top: -86px !important;
    margin-bottom: -86px !important;
  }
  .laptop-xl-p-x--8\.6 {
    padding-left: -86px !important;
    padding-right: -86px !important;
  }
  .laptop-xl-p-y--8\.6 {
    padding-top: -86px !important;
    padding-bottom: -86px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--8\.5 {
    margin: -85px !important;
  }
  .laptop-xl\:p--8\.5 {
    padding: -85px !important;
  }
  .laptop-xl\:m-x--8\.5 {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }
  .laptop-xl\:m-y--8\.5 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }
  .laptop-xl\:p-x--8\.5 {
    padding-left: -85px !important;
    padding-right: -85px !important;
  }
  .laptop-xl\:p-y--8\.5 {
    padding-top: -85px !important;
    padding-bottom: -85px !important;
  }
  .laptop-xl-m--8\.5 {
    margin: -85px !important;
  }
  .laptop-xl-p--8\.5 {
    padding: -85px !important;
  }
  .laptop-xl-m-x--8\.5 {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }
  .laptop-xl-m-y--8\.5 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }
  .laptop-xl-p-x--8\.5 {
    padding-left: -85px !important;
    padding-right: -85px !important;
  }
  .laptop-xl-p-y--8\.5 {
    padding-top: -85px !important;
    padding-bottom: -85px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--8\.4 {
    margin: -84px !important;
  }
  .laptop-xl\:p--8\.4 {
    padding: -84px !important;
  }
  .laptop-xl\:m-x--8\.4 {
    margin-left: -84px !important;
    margin-right: -84px !important;
  }
  .laptop-xl\:m-y--8\.4 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }
  .laptop-xl\:p-x--8\.4 {
    padding-left: -84px !important;
    padding-right: -84px !important;
  }
  .laptop-xl\:p-y--8\.4 {
    padding-top: -84px !important;
    padding-bottom: -84px !important;
  }
  .laptop-xl-m--8\.4 {
    margin: -84px !important;
  }
  .laptop-xl-p--8\.4 {
    padding: -84px !important;
  }
  .laptop-xl-m-x--8\.4 {
    margin-left: -84px !important;
    margin-right: -84px !important;
  }
  .laptop-xl-m-y--8\.4 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }
  .laptop-xl-p-x--8\.4 {
    padding-left: -84px !important;
    padding-right: -84px !important;
  }
  .laptop-xl-p-y--8\.4 {
    padding-top: -84px !important;
    padding-bottom: -84px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--8\.3 {
    margin: -83px !important;
  }
  .laptop-xl\:p--8\.3 {
    padding: -83px !important;
  }
  .laptop-xl\:m-x--8\.3 {
    margin-left: -83px !important;
    margin-right: -83px !important;
  }
  .laptop-xl\:m-y--8\.3 {
    margin-top: -83px !important;
    margin-bottom: -83px !important;
  }
  .laptop-xl\:p-x--8\.3 {
    padding-left: -83px !important;
    padding-right: -83px !important;
  }
  .laptop-xl\:p-y--8\.3 {
    padding-top: -83px !important;
    padding-bottom: -83px !important;
  }
  .laptop-xl-m--8\.3 {
    margin: -83px !important;
  }
  .laptop-xl-p--8\.3 {
    padding: -83px !important;
  }
  .laptop-xl-m-x--8\.3 {
    margin-left: -83px !important;
    margin-right: -83px !important;
  }
  .laptop-xl-m-y--8\.3 {
    margin-top: -83px !important;
    margin-bottom: -83px !important;
  }
  .laptop-xl-p-x--8\.3 {
    padding-left: -83px !important;
    padding-right: -83px !important;
  }
  .laptop-xl-p-y--8\.3 {
    padding-top: -83px !important;
    padding-bottom: -83px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--8\.2 {
    margin: -82px !important;
  }
  .laptop-xl\:p--8\.2 {
    padding: -82px !important;
  }
  .laptop-xl\:m-x--8\.2 {
    margin-left: -82px !important;
    margin-right: -82px !important;
  }
  .laptop-xl\:m-y--8\.2 {
    margin-top: -82px !important;
    margin-bottom: -82px !important;
  }
  .laptop-xl\:p-x--8\.2 {
    padding-left: -82px !important;
    padding-right: -82px !important;
  }
  .laptop-xl\:p-y--8\.2 {
    padding-top: -82px !important;
    padding-bottom: -82px !important;
  }
  .laptop-xl-m--8\.2 {
    margin: -82px !important;
  }
  .laptop-xl-p--8\.2 {
    padding: -82px !important;
  }
  .laptop-xl-m-x--8\.2 {
    margin-left: -82px !important;
    margin-right: -82px !important;
  }
  .laptop-xl-m-y--8\.2 {
    margin-top: -82px !important;
    margin-bottom: -82px !important;
  }
  .laptop-xl-p-x--8\.2 {
    padding-left: -82px !important;
    padding-right: -82px !important;
  }
  .laptop-xl-p-y--8\.2 {
    padding-top: -82px !important;
    padding-bottom: -82px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--8\.1 {
    margin: -81px !important;
  }
  .laptop-xl\:p--8\.1 {
    padding: -81px !important;
  }
  .laptop-xl\:m-x--8\.1 {
    margin-left: -81px !important;
    margin-right: -81px !important;
  }
  .laptop-xl\:m-y--8\.1 {
    margin-top: -81px !important;
    margin-bottom: -81px !important;
  }
  .laptop-xl\:p-x--8\.1 {
    padding-left: -81px !important;
    padding-right: -81px !important;
  }
  .laptop-xl\:p-y--8\.1 {
    padding-top: -81px !important;
    padding-bottom: -81px !important;
  }
  .laptop-xl-m--8\.1 {
    margin: -81px !important;
  }
  .laptop-xl-p--8\.1 {
    padding: -81px !important;
  }
  .laptop-xl-m-x--8\.1 {
    margin-left: -81px !important;
    margin-right: -81px !important;
  }
  .laptop-xl-m-y--8\.1 {
    margin-top: -81px !important;
    margin-bottom: -81px !important;
  }
  .laptop-xl-p-x--8\.1 {
    padding-left: -81px !important;
    padding-right: -81px !important;
  }
  .laptop-xl-p-y--8\.1 {
    padding-top: -81px !important;
    padding-bottom: -81px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--8 {
    margin: -80px !important;
  }
  .laptop-xl\:p--8 {
    padding: -80px !important;
  }
  .laptop-xl\:m-x--8 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }
  .laptop-xl\:m-y--8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .laptop-xl\:p-x--8 {
    padding-left: -80px !important;
    padding-right: -80px !important;
  }
  .laptop-xl\:p-y--8 {
    padding-top: -80px !important;
    padding-bottom: -80px !important;
  }
  .laptop-xl-m--8 {
    margin: -80px !important;
  }
  .laptop-xl-p--8 {
    padding: -80px !important;
  }
  .laptop-xl-m-x--8 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }
  .laptop-xl-m-y--8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .laptop-xl-p-x--8 {
    padding-left: -80px !important;
    padding-right: -80px !important;
  }
  .laptop-xl-p-y--8 {
    padding-top: -80px !important;
    padding-bottom: -80px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--7\.9 {
    margin: -79px !important;
  }
  .laptop-xl\:p--7\.9 {
    padding: -79px !important;
  }
  .laptop-xl\:m-x--7\.9 {
    margin-left: -79px !important;
    margin-right: -79px !important;
  }
  .laptop-xl\:m-y--7\.9 {
    margin-top: -79px !important;
    margin-bottom: -79px !important;
  }
  .laptop-xl\:p-x--7\.9 {
    padding-left: -79px !important;
    padding-right: -79px !important;
  }
  .laptop-xl\:p-y--7\.9 {
    padding-top: -79px !important;
    padding-bottom: -79px !important;
  }
  .laptop-xl-m--7\.9 {
    margin: -79px !important;
  }
  .laptop-xl-p--7\.9 {
    padding: -79px !important;
  }
  .laptop-xl-m-x--7\.9 {
    margin-left: -79px !important;
    margin-right: -79px !important;
  }
  .laptop-xl-m-y--7\.9 {
    margin-top: -79px !important;
    margin-bottom: -79px !important;
  }
  .laptop-xl-p-x--7\.9 {
    padding-left: -79px !important;
    padding-right: -79px !important;
  }
  .laptop-xl-p-y--7\.9 {
    padding-top: -79px !important;
    padding-bottom: -79px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--7\.8 {
    margin: -78px !important;
  }
  .laptop-xl\:p--7\.8 {
    padding: -78px !important;
  }
  .laptop-xl\:m-x--7\.8 {
    margin-left: -78px !important;
    margin-right: -78px !important;
  }
  .laptop-xl\:m-y--7\.8 {
    margin-top: -78px !important;
    margin-bottom: -78px !important;
  }
  .laptop-xl\:p-x--7\.8 {
    padding-left: -78px !important;
    padding-right: -78px !important;
  }
  .laptop-xl\:p-y--7\.8 {
    padding-top: -78px !important;
    padding-bottom: -78px !important;
  }
  .laptop-xl-m--7\.8 {
    margin: -78px !important;
  }
  .laptop-xl-p--7\.8 {
    padding: -78px !important;
  }
  .laptop-xl-m-x--7\.8 {
    margin-left: -78px !important;
    margin-right: -78px !important;
  }
  .laptop-xl-m-y--7\.8 {
    margin-top: -78px !important;
    margin-bottom: -78px !important;
  }
  .laptop-xl-p-x--7\.8 {
    padding-left: -78px !important;
    padding-right: -78px !important;
  }
  .laptop-xl-p-y--7\.8 {
    padding-top: -78px !important;
    padding-bottom: -78px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--7\.7 {
    margin: -77px !important;
  }
  .laptop-xl\:p--7\.7 {
    padding: -77px !important;
  }
  .laptop-xl\:m-x--7\.7 {
    margin-left: -77px !important;
    margin-right: -77px !important;
  }
  .laptop-xl\:m-y--7\.7 {
    margin-top: -77px !important;
    margin-bottom: -77px !important;
  }
  .laptop-xl\:p-x--7\.7 {
    padding-left: -77px !important;
    padding-right: -77px !important;
  }
  .laptop-xl\:p-y--7\.7 {
    padding-top: -77px !important;
    padding-bottom: -77px !important;
  }
  .laptop-xl-m--7\.7 {
    margin: -77px !important;
  }
  .laptop-xl-p--7\.7 {
    padding: -77px !important;
  }
  .laptop-xl-m-x--7\.7 {
    margin-left: -77px !important;
    margin-right: -77px !important;
  }
  .laptop-xl-m-y--7\.7 {
    margin-top: -77px !important;
    margin-bottom: -77px !important;
  }
  .laptop-xl-p-x--7\.7 {
    padding-left: -77px !important;
    padding-right: -77px !important;
  }
  .laptop-xl-p-y--7\.7 {
    padding-top: -77px !important;
    padding-bottom: -77px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--7\.6 {
    margin: -76px !important;
  }
  .laptop-xl\:p--7\.6 {
    padding: -76px !important;
  }
  .laptop-xl\:m-x--7\.6 {
    margin-left: -76px !important;
    margin-right: -76px !important;
  }
  .laptop-xl\:m-y--7\.6 {
    margin-top: -76px !important;
    margin-bottom: -76px !important;
  }
  .laptop-xl\:p-x--7\.6 {
    padding-left: -76px !important;
    padding-right: -76px !important;
  }
  .laptop-xl\:p-y--7\.6 {
    padding-top: -76px !important;
    padding-bottom: -76px !important;
  }
  .laptop-xl-m--7\.6 {
    margin: -76px !important;
  }
  .laptop-xl-p--7\.6 {
    padding: -76px !important;
  }
  .laptop-xl-m-x--7\.6 {
    margin-left: -76px !important;
    margin-right: -76px !important;
  }
  .laptop-xl-m-y--7\.6 {
    margin-top: -76px !important;
    margin-bottom: -76px !important;
  }
  .laptop-xl-p-x--7\.6 {
    padding-left: -76px !important;
    padding-right: -76px !important;
  }
  .laptop-xl-p-y--7\.6 {
    padding-top: -76px !important;
    padding-bottom: -76px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--7\.5 {
    margin: -75px !important;
  }
  .laptop-xl\:p--7\.5 {
    padding: -75px !important;
  }
  .laptop-xl\:m-x--7\.5 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }
  .laptop-xl\:m-y--7\.5 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }
  .laptop-xl\:p-x--7\.5 {
    padding-left: -75px !important;
    padding-right: -75px !important;
  }
  .laptop-xl\:p-y--7\.5 {
    padding-top: -75px !important;
    padding-bottom: -75px !important;
  }
  .laptop-xl-m--7\.5 {
    margin: -75px !important;
  }
  .laptop-xl-p--7\.5 {
    padding: -75px !important;
  }
  .laptop-xl-m-x--7\.5 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }
  .laptop-xl-m-y--7\.5 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }
  .laptop-xl-p-x--7\.5 {
    padding-left: -75px !important;
    padding-right: -75px !important;
  }
  .laptop-xl-p-y--7\.5 {
    padding-top: -75px !important;
    padding-bottom: -75px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--7\.4 {
    margin: -74px !important;
  }
  .laptop-xl\:p--7\.4 {
    padding: -74px !important;
  }
  .laptop-xl\:m-x--7\.4 {
    margin-left: -74px !important;
    margin-right: -74px !important;
  }
  .laptop-xl\:m-y--7\.4 {
    margin-top: -74px !important;
    margin-bottom: -74px !important;
  }
  .laptop-xl\:p-x--7\.4 {
    padding-left: -74px !important;
    padding-right: -74px !important;
  }
  .laptop-xl\:p-y--7\.4 {
    padding-top: -74px !important;
    padding-bottom: -74px !important;
  }
  .laptop-xl-m--7\.4 {
    margin: -74px !important;
  }
  .laptop-xl-p--7\.4 {
    padding: -74px !important;
  }
  .laptop-xl-m-x--7\.4 {
    margin-left: -74px !important;
    margin-right: -74px !important;
  }
  .laptop-xl-m-y--7\.4 {
    margin-top: -74px !important;
    margin-bottom: -74px !important;
  }
  .laptop-xl-p-x--7\.4 {
    padding-left: -74px !important;
    padding-right: -74px !important;
  }
  .laptop-xl-p-y--7\.4 {
    padding-top: -74px !important;
    padding-bottom: -74px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--7\.3 {
    margin: -73px !important;
  }
  .laptop-xl\:p--7\.3 {
    padding: -73px !important;
  }
  .laptop-xl\:m-x--7\.3 {
    margin-left: -73px !important;
    margin-right: -73px !important;
  }
  .laptop-xl\:m-y--7\.3 {
    margin-top: -73px !important;
    margin-bottom: -73px !important;
  }
  .laptop-xl\:p-x--7\.3 {
    padding-left: -73px !important;
    padding-right: -73px !important;
  }
  .laptop-xl\:p-y--7\.3 {
    padding-top: -73px !important;
    padding-bottom: -73px !important;
  }
  .laptop-xl-m--7\.3 {
    margin: -73px !important;
  }
  .laptop-xl-p--7\.3 {
    padding: -73px !important;
  }
  .laptop-xl-m-x--7\.3 {
    margin-left: -73px !important;
    margin-right: -73px !important;
  }
  .laptop-xl-m-y--7\.3 {
    margin-top: -73px !important;
    margin-bottom: -73px !important;
  }
  .laptop-xl-p-x--7\.3 {
    padding-left: -73px !important;
    padding-right: -73px !important;
  }
  .laptop-xl-p-y--7\.3 {
    padding-top: -73px !important;
    padding-bottom: -73px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--7\.2 {
    margin: -72px !important;
  }
  .laptop-xl\:p--7\.2 {
    padding: -72px !important;
  }
  .laptop-xl\:m-x--7\.2 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }
  .laptop-xl\:m-y--7\.2 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .laptop-xl\:p-x--7\.2 {
    padding-left: -72px !important;
    padding-right: -72px !important;
  }
  .laptop-xl\:p-y--7\.2 {
    padding-top: -72px !important;
    padding-bottom: -72px !important;
  }
  .laptop-xl-m--7\.2 {
    margin: -72px !important;
  }
  .laptop-xl-p--7\.2 {
    padding: -72px !important;
  }
  .laptop-xl-m-x--7\.2 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }
  .laptop-xl-m-y--7\.2 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .laptop-xl-p-x--7\.2 {
    padding-left: -72px !important;
    padding-right: -72px !important;
  }
  .laptop-xl-p-y--7\.2 {
    padding-top: -72px !important;
    padding-bottom: -72px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--7\.1 {
    margin: -71px !important;
  }
  .laptop-xl\:p--7\.1 {
    padding: -71px !important;
  }
  .laptop-xl\:m-x--7\.1 {
    margin-left: -71px !important;
    margin-right: -71px !important;
  }
  .laptop-xl\:m-y--7\.1 {
    margin-top: -71px !important;
    margin-bottom: -71px !important;
  }
  .laptop-xl\:p-x--7\.1 {
    padding-left: -71px !important;
    padding-right: -71px !important;
  }
  .laptop-xl\:p-y--7\.1 {
    padding-top: -71px !important;
    padding-bottom: -71px !important;
  }
  .laptop-xl-m--7\.1 {
    margin: -71px !important;
  }
  .laptop-xl-p--7\.1 {
    padding: -71px !important;
  }
  .laptop-xl-m-x--7\.1 {
    margin-left: -71px !important;
    margin-right: -71px !important;
  }
  .laptop-xl-m-y--7\.1 {
    margin-top: -71px !important;
    margin-bottom: -71px !important;
  }
  .laptop-xl-p-x--7\.1 {
    padding-left: -71px !important;
    padding-right: -71px !important;
  }
  .laptop-xl-p-y--7\.1 {
    padding-top: -71px !important;
    padding-bottom: -71px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--7 {
    margin: -70px !important;
  }
  .laptop-xl\:p--7 {
    padding: -70px !important;
  }
  .laptop-xl\:m-x--7 {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }
  .laptop-xl\:m-y--7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }
  .laptop-xl\:p-x--7 {
    padding-left: -70px !important;
    padding-right: -70px !important;
  }
  .laptop-xl\:p-y--7 {
    padding-top: -70px !important;
    padding-bottom: -70px !important;
  }
  .laptop-xl-m--7 {
    margin: -70px !important;
  }
  .laptop-xl-p--7 {
    padding: -70px !important;
  }
  .laptop-xl-m-x--7 {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }
  .laptop-xl-m-y--7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }
  .laptop-xl-p-x--7 {
    padding-left: -70px !important;
    padding-right: -70px !important;
  }
  .laptop-xl-p-y--7 {
    padding-top: -70px !important;
    padding-bottom: -70px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--6\.9 {
    margin: -69px !important;
  }
  .laptop-xl\:p--6\.9 {
    padding: -69px !important;
  }
  .laptop-xl\:m-x--6\.9 {
    margin-left: -69px !important;
    margin-right: -69px !important;
  }
  .laptop-xl\:m-y--6\.9 {
    margin-top: -69px !important;
    margin-bottom: -69px !important;
  }
  .laptop-xl\:p-x--6\.9 {
    padding-left: -69px !important;
    padding-right: -69px !important;
  }
  .laptop-xl\:p-y--6\.9 {
    padding-top: -69px !important;
    padding-bottom: -69px !important;
  }
  .laptop-xl-m--6\.9 {
    margin: -69px !important;
  }
  .laptop-xl-p--6\.9 {
    padding: -69px !important;
  }
  .laptop-xl-m-x--6\.9 {
    margin-left: -69px !important;
    margin-right: -69px !important;
  }
  .laptop-xl-m-y--6\.9 {
    margin-top: -69px !important;
    margin-bottom: -69px !important;
  }
  .laptop-xl-p-x--6\.9 {
    padding-left: -69px !important;
    padding-right: -69px !important;
  }
  .laptop-xl-p-y--6\.9 {
    padding-top: -69px !important;
    padding-bottom: -69px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--6\.8 {
    margin: -68px !important;
  }
  .laptop-xl\:p--6\.8 {
    padding: -68px !important;
  }
  .laptop-xl\:m-x--6\.8 {
    margin-left: -68px !important;
    margin-right: -68px !important;
  }
  .laptop-xl\:m-y--6\.8 {
    margin-top: -68px !important;
    margin-bottom: -68px !important;
  }
  .laptop-xl\:p-x--6\.8 {
    padding-left: -68px !important;
    padding-right: -68px !important;
  }
  .laptop-xl\:p-y--6\.8 {
    padding-top: -68px !important;
    padding-bottom: -68px !important;
  }
  .laptop-xl-m--6\.8 {
    margin: -68px !important;
  }
  .laptop-xl-p--6\.8 {
    padding: -68px !important;
  }
  .laptop-xl-m-x--6\.8 {
    margin-left: -68px !important;
    margin-right: -68px !important;
  }
  .laptop-xl-m-y--6\.8 {
    margin-top: -68px !important;
    margin-bottom: -68px !important;
  }
  .laptop-xl-p-x--6\.8 {
    padding-left: -68px !important;
    padding-right: -68px !important;
  }
  .laptop-xl-p-y--6\.8 {
    padding-top: -68px !important;
    padding-bottom: -68px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--6\.7 {
    margin: -67px !important;
  }
  .laptop-xl\:p--6\.7 {
    padding: -67px !important;
  }
  .laptop-xl\:m-x--6\.7 {
    margin-left: -67px !important;
    margin-right: -67px !important;
  }
  .laptop-xl\:m-y--6\.7 {
    margin-top: -67px !important;
    margin-bottom: -67px !important;
  }
  .laptop-xl\:p-x--6\.7 {
    padding-left: -67px !important;
    padding-right: -67px !important;
  }
  .laptop-xl\:p-y--6\.7 {
    padding-top: -67px !important;
    padding-bottom: -67px !important;
  }
  .laptop-xl-m--6\.7 {
    margin: -67px !important;
  }
  .laptop-xl-p--6\.7 {
    padding: -67px !important;
  }
  .laptop-xl-m-x--6\.7 {
    margin-left: -67px !important;
    margin-right: -67px !important;
  }
  .laptop-xl-m-y--6\.7 {
    margin-top: -67px !important;
    margin-bottom: -67px !important;
  }
  .laptop-xl-p-x--6\.7 {
    padding-left: -67px !important;
    padding-right: -67px !important;
  }
  .laptop-xl-p-y--6\.7 {
    padding-top: -67px !important;
    padding-bottom: -67px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--6\.6 {
    margin: -66px !important;
  }
  .laptop-xl\:p--6\.6 {
    padding: -66px !important;
  }
  .laptop-xl\:m-x--6\.6 {
    margin-left: -66px !important;
    margin-right: -66px !important;
  }
  .laptop-xl\:m-y--6\.6 {
    margin-top: -66px !important;
    margin-bottom: -66px !important;
  }
  .laptop-xl\:p-x--6\.6 {
    padding-left: -66px !important;
    padding-right: -66px !important;
  }
  .laptop-xl\:p-y--6\.6 {
    padding-top: -66px !important;
    padding-bottom: -66px !important;
  }
  .laptop-xl-m--6\.6 {
    margin: -66px !important;
  }
  .laptop-xl-p--6\.6 {
    padding: -66px !important;
  }
  .laptop-xl-m-x--6\.6 {
    margin-left: -66px !important;
    margin-right: -66px !important;
  }
  .laptop-xl-m-y--6\.6 {
    margin-top: -66px !important;
    margin-bottom: -66px !important;
  }
  .laptop-xl-p-x--6\.6 {
    padding-left: -66px !important;
    padding-right: -66px !important;
  }
  .laptop-xl-p-y--6\.6 {
    padding-top: -66px !important;
    padding-bottom: -66px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--6\.5 {
    margin: -65px !important;
  }
  .laptop-xl\:p--6\.5 {
    padding: -65px !important;
  }
  .laptop-xl\:m-x--6\.5 {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }
  .laptop-xl\:m-y--6\.5 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }
  .laptop-xl\:p-x--6\.5 {
    padding-left: -65px !important;
    padding-right: -65px !important;
  }
  .laptop-xl\:p-y--6\.5 {
    padding-top: -65px !important;
    padding-bottom: -65px !important;
  }
  .laptop-xl-m--6\.5 {
    margin: -65px !important;
  }
  .laptop-xl-p--6\.5 {
    padding: -65px !important;
  }
  .laptop-xl-m-x--6\.5 {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }
  .laptop-xl-m-y--6\.5 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }
  .laptop-xl-p-x--6\.5 {
    padding-left: -65px !important;
    padding-right: -65px !important;
  }
  .laptop-xl-p-y--6\.5 {
    padding-top: -65px !important;
    padding-bottom: -65px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--6\.4 {
    margin: -64px !important;
  }
  .laptop-xl\:p--6\.4 {
    padding: -64px !important;
  }
  .laptop-xl\:m-x--6\.4 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }
  .laptop-xl\:m-y--6\.4 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .laptop-xl\:p-x--6\.4 {
    padding-left: -64px !important;
    padding-right: -64px !important;
  }
  .laptop-xl\:p-y--6\.4 {
    padding-top: -64px !important;
    padding-bottom: -64px !important;
  }
  .laptop-xl-m--6\.4 {
    margin: -64px !important;
  }
  .laptop-xl-p--6\.4 {
    padding: -64px !important;
  }
  .laptop-xl-m-x--6\.4 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }
  .laptop-xl-m-y--6\.4 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .laptop-xl-p-x--6\.4 {
    padding-left: -64px !important;
    padding-right: -64px !important;
  }
  .laptop-xl-p-y--6\.4 {
    padding-top: -64px !important;
    padding-bottom: -64px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--6\.3 {
    margin: -63px !important;
  }
  .laptop-xl\:p--6\.3 {
    padding: -63px !important;
  }
  .laptop-xl\:m-x--6\.3 {
    margin-left: -63px !important;
    margin-right: -63px !important;
  }
  .laptop-xl\:m-y--6\.3 {
    margin-top: -63px !important;
    margin-bottom: -63px !important;
  }
  .laptop-xl\:p-x--6\.3 {
    padding-left: -63px !important;
    padding-right: -63px !important;
  }
  .laptop-xl\:p-y--6\.3 {
    padding-top: -63px !important;
    padding-bottom: -63px !important;
  }
  .laptop-xl-m--6\.3 {
    margin: -63px !important;
  }
  .laptop-xl-p--6\.3 {
    padding: -63px !important;
  }
  .laptop-xl-m-x--6\.3 {
    margin-left: -63px !important;
    margin-right: -63px !important;
  }
  .laptop-xl-m-y--6\.3 {
    margin-top: -63px !important;
    margin-bottom: -63px !important;
  }
  .laptop-xl-p-x--6\.3 {
    padding-left: -63px !important;
    padding-right: -63px !important;
  }
  .laptop-xl-p-y--6\.3 {
    padding-top: -63px !important;
    padding-bottom: -63px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--6\.2 {
    margin: -62px !important;
  }
  .laptop-xl\:p--6\.2 {
    padding: -62px !important;
  }
  .laptop-xl\:m-x--6\.2 {
    margin-left: -62px !important;
    margin-right: -62px !important;
  }
  .laptop-xl\:m-y--6\.2 {
    margin-top: -62px !important;
    margin-bottom: -62px !important;
  }
  .laptop-xl\:p-x--6\.2 {
    padding-left: -62px !important;
    padding-right: -62px !important;
  }
  .laptop-xl\:p-y--6\.2 {
    padding-top: -62px !important;
    padding-bottom: -62px !important;
  }
  .laptop-xl-m--6\.2 {
    margin: -62px !important;
  }
  .laptop-xl-p--6\.2 {
    padding: -62px !important;
  }
  .laptop-xl-m-x--6\.2 {
    margin-left: -62px !important;
    margin-right: -62px !important;
  }
  .laptop-xl-m-y--6\.2 {
    margin-top: -62px !important;
    margin-bottom: -62px !important;
  }
  .laptop-xl-p-x--6\.2 {
    padding-left: -62px !important;
    padding-right: -62px !important;
  }
  .laptop-xl-p-y--6\.2 {
    padding-top: -62px !important;
    padding-bottom: -62px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--6\.1 {
    margin: -61px !important;
  }
  .laptop-xl\:p--6\.1 {
    padding: -61px !important;
  }
  .laptop-xl\:m-x--6\.1 {
    margin-left: -61px !important;
    margin-right: -61px !important;
  }
  .laptop-xl\:m-y--6\.1 {
    margin-top: -61px !important;
    margin-bottom: -61px !important;
  }
  .laptop-xl\:p-x--6\.1 {
    padding-left: -61px !important;
    padding-right: -61px !important;
  }
  .laptop-xl\:p-y--6\.1 {
    padding-top: -61px !important;
    padding-bottom: -61px !important;
  }
  .laptop-xl-m--6\.1 {
    margin: -61px !important;
  }
  .laptop-xl-p--6\.1 {
    padding: -61px !important;
  }
  .laptop-xl-m-x--6\.1 {
    margin-left: -61px !important;
    margin-right: -61px !important;
  }
  .laptop-xl-m-y--6\.1 {
    margin-top: -61px !important;
    margin-bottom: -61px !important;
  }
  .laptop-xl-p-x--6\.1 {
    padding-left: -61px !important;
    padding-right: -61px !important;
  }
  .laptop-xl-p-y--6\.1 {
    padding-top: -61px !important;
    padding-bottom: -61px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--6 {
    margin: -60px !important;
  }
  .laptop-xl\:p--6 {
    padding: -60px !important;
  }
  .laptop-xl\:m-x--6 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }
  .laptop-xl\:m-y--6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .laptop-xl\:p-x--6 {
    padding-left: -60px !important;
    padding-right: -60px !important;
  }
  .laptop-xl\:p-y--6 {
    padding-top: -60px !important;
    padding-bottom: -60px !important;
  }
  .laptop-xl-m--6 {
    margin: -60px !important;
  }
  .laptop-xl-p--6 {
    padding: -60px !important;
  }
  .laptop-xl-m-x--6 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }
  .laptop-xl-m-y--6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .laptop-xl-p-x--6 {
    padding-left: -60px !important;
    padding-right: -60px !important;
  }
  .laptop-xl-p-y--6 {
    padding-top: -60px !important;
    padding-bottom: -60px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--5\.9 {
    margin: -59px !important;
  }
  .laptop-xl\:p--5\.9 {
    padding: -59px !important;
  }
  .laptop-xl\:m-x--5\.9 {
    margin-left: -59px !important;
    margin-right: -59px !important;
  }
  .laptop-xl\:m-y--5\.9 {
    margin-top: -59px !important;
    margin-bottom: -59px !important;
  }
  .laptop-xl\:p-x--5\.9 {
    padding-left: -59px !important;
    padding-right: -59px !important;
  }
  .laptop-xl\:p-y--5\.9 {
    padding-top: -59px !important;
    padding-bottom: -59px !important;
  }
  .laptop-xl-m--5\.9 {
    margin: -59px !important;
  }
  .laptop-xl-p--5\.9 {
    padding: -59px !important;
  }
  .laptop-xl-m-x--5\.9 {
    margin-left: -59px !important;
    margin-right: -59px !important;
  }
  .laptop-xl-m-y--5\.9 {
    margin-top: -59px !important;
    margin-bottom: -59px !important;
  }
  .laptop-xl-p-x--5\.9 {
    padding-left: -59px !important;
    padding-right: -59px !important;
  }
  .laptop-xl-p-y--5\.9 {
    padding-top: -59px !important;
    padding-bottom: -59px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--5\.8 {
    margin: -58px !important;
  }
  .laptop-xl\:p--5\.8 {
    padding: -58px !important;
  }
  .laptop-xl\:m-x--5\.8 {
    margin-left: -58px !important;
    margin-right: -58px !important;
  }
  .laptop-xl\:m-y--5\.8 {
    margin-top: -58px !important;
    margin-bottom: -58px !important;
  }
  .laptop-xl\:p-x--5\.8 {
    padding-left: -58px !important;
    padding-right: -58px !important;
  }
  .laptop-xl\:p-y--5\.8 {
    padding-top: -58px !important;
    padding-bottom: -58px !important;
  }
  .laptop-xl-m--5\.8 {
    margin: -58px !important;
  }
  .laptop-xl-p--5\.8 {
    padding: -58px !important;
  }
  .laptop-xl-m-x--5\.8 {
    margin-left: -58px !important;
    margin-right: -58px !important;
  }
  .laptop-xl-m-y--5\.8 {
    margin-top: -58px !important;
    margin-bottom: -58px !important;
  }
  .laptop-xl-p-x--5\.8 {
    padding-left: -58px !important;
    padding-right: -58px !important;
  }
  .laptop-xl-p-y--5\.8 {
    padding-top: -58px !important;
    padding-bottom: -58px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--5\.7 {
    margin: -57px !important;
  }
  .laptop-xl\:p--5\.7 {
    padding: -57px !important;
  }
  .laptop-xl\:m-x--5\.7 {
    margin-left: -57px !important;
    margin-right: -57px !important;
  }
  .laptop-xl\:m-y--5\.7 {
    margin-top: -57px !important;
    margin-bottom: -57px !important;
  }
  .laptop-xl\:p-x--5\.7 {
    padding-left: -57px !important;
    padding-right: -57px !important;
  }
  .laptop-xl\:p-y--5\.7 {
    padding-top: -57px !important;
    padding-bottom: -57px !important;
  }
  .laptop-xl-m--5\.7 {
    margin: -57px !important;
  }
  .laptop-xl-p--5\.7 {
    padding: -57px !important;
  }
  .laptop-xl-m-x--5\.7 {
    margin-left: -57px !important;
    margin-right: -57px !important;
  }
  .laptop-xl-m-y--5\.7 {
    margin-top: -57px !important;
    margin-bottom: -57px !important;
  }
  .laptop-xl-p-x--5\.7 {
    padding-left: -57px !important;
    padding-right: -57px !important;
  }
  .laptop-xl-p-y--5\.7 {
    padding-top: -57px !important;
    padding-bottom: -57px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--5\.6 {
    margin: -56px !important;
  }
  .laptop-xl\:p--5\.6 {
    padding: -56px !important;
  }
  .laptop-xl\:m-x--5\.6 {
    margin-left: -56px !important;
    margin-right: -56px !important;
  }
  .laptop-xl\:m-y--5\.6 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .laptop-xl\:p-x--5\.6 {
    padding-left: -56px !important;
    padding-right: -56px !important;
  }
  .laptop-xl\:p-y--5\.6 {
    padding-top: -56px !important;
    padding-bottom: -56px !important;
  }
  .laptop-xl-m--5\.6 {
    margin: -56px !important;
  }
  .laptop-xl-p--5\.6 {
    padding: -56px !important;
  }
  .laptop-xl-m-x--5\.6 {
    margin-left: -56px !important;
    margin-right: -56px !important;
  }
  .laptop-xl-m-y--5\.6 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .laptop-xl-p-x--5\.6 {
    padding-left: -56px !important;
    padding-right: -56px !important;
  }
  .laptop-xl-p-y--5\.6 {
    padding-top: -56px !important;
    padding-bottom: -56px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--5\.5 {
    margin: -55px !important;
  }
  .laptop-xl\:p--5\.5 {
    padding: -55px !important;
  }
  .laptop-xl\:m-x--5\.5 {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }
  .laptop-xl\:m-y--5\.5 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .laptop-xl\:p-x--5\.5 {
    padding-left: -55px !important;
    padding-right: -55px !important;
  }
  .laptop-xl\:p-y--5\.5 {
    padding-top: -55px !important;
    padding-bottom: -55px !important;
  }
  .laptop-xl-m--5\.5 {
    margin: -55px !important;
  }
  .laptop-xl-p--5\.5 {
    padding: -55px !important;
  }
  .laptop-xl-m-x--5\.5 {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }
  .laptop-xl-m-y--5\.5 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .laptop-xl-p-x--5\.5 {
    padding-left: -55px !important;
    padding-right: -55px !important;
  }
  .laptop-xl-p-y--5\.5 {
    padding-top: -55px !important;
    padding-bottom: -55px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--5\.4 {
    margin: -54px !important;
  }
  .laptop-xl\:p--5\.4 {
    padding: -54px !important;
  }
  .laptop-xl\:m-x--5\.4 {
    margin-left: -54px !important;
    margin-right: -54px !important;
  }
  .laptop-xl\:m-y--5\.4 {
    margin-top: -54px !important;
    margin-bottom: -54px !important;
  }
  .laptop-xl\:p-x--5\.4 {
    padding-left: -54px !important;
    padding-right: -54px !important;
  }
  .laptop-xl\:p-y--5\.4 {
    padding-top: -54px !important;
    padding-bottom: -54px !important;
  }
  .laptop-xl-m--5\.4 {
    margin: -54px !important;
  }
  .laptop-xl-p--5\.4 {
    padding: -54px !important;
  }
  .laptop-xl-m-x--5\.4 {
    margin-left: -54px !important;
    margin-right: -54px !important;
  }
  .laptop-xl-m-y--5\.4 {
    margin-top: -54px !important;
    margin-bottom: -54px !important;
  }
  .laptop-xl-p-x--5\.4 {
    padding-left: -54px !important;
    padding-right: -54px !important;
  }
  .laptop-xl-p-y--5\.4 {
    padding-top: -54px !important;
    padding-bottom: -54px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--5\.3 {
    margin: -53px !important;
  }
  .laptop-xl\:p--5\.3 {
    padding: -53px !important;
  }
  .laptop-xl\:m-x--5\.3 {
    margin-left: -53px !important;
    margin-right: -53px !important;
  }
  .laptop-xl\:m-y--5\.3 {
    margin-top: -53px !important;
    margin-bottom: -53px !important;
  }
  .laptop-xl\:p-x--5\.3 {
    padding-left: -53px !important;
    padding-right: -53px !important;
  }
  .laptop-xl\:p-y--5\.3 {
    padding-top: -53px !important;
    padding-bottom: -53px !important;
  }
  .laptop-xl-m--5\.3 {
    margin: -53px !important;
  }
  .laptop-xl-p--5\.3 {
    padding: -53px !important;
  }
  .laptop-xl-m-x--5\.3 {
    margin-left: -53px !important;
    margin-right: -53px !important;
  }
  .laptop-xl-m-y--5\.3 {
    margin-top: -53px !important;
    margin-bottom: -53px !important;
  }
  .laptop-xl-p-x--5\.3 {
    padding-left: -53px !important;
    padding-right: -53px !important;
  }
  .laptop-xl-p-y--5\.3 {
    padding-top: -53px !important;
    padding-bottom: -53px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--5\.2 {
    margin: -52px !important;
  }
  .laptop-xl\:p--5\.2 {
    padding: -52px !important;
  }
  .laptop-xl\:m-x--5\.2 {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }
  .laptop-xl\:m-y--5\.2 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }
  .laptop-xl\:p-x--5\.2 {
    padding-left: -52px !important;
    padding-right: -52px !important;
  }
  .laptop-xl\:p-y--5\.2 {
    padding-top: -52px !important;
    padding-bottom: -52px !important;
  }
  .laptop-xl-m--5\.2 {
    margin: -52px !important;
  }
  .laptop-xl-p--5\.2 {
    padding: -52px !important;
  }
  .laptop-xl-m-x--5\.2 {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }
  .laptop-xl-m-y--5\.2 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }
  .laptop-xl-p-x--5\.2 {
    padding-left: -52px !important;
    padding-right: -52px !important;
  }
  .laptop-xl-p-y--5\.2 {
    padding-top: -52px !important;
    padding-bottom: -52px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--5\.1 {
    margin: -51px !important;
  }
  .laptop-xl\:p--5\.1 {
    padding: -51px !important;
  }
  .laptop-xl\:m-x--5\.1 {
    margin-left: -51px !important;
    margin-right: -51px !important;
  }
  .laptop-xl\:m-y--5\.1 {
    margin-top: -51px !important;
    margin-bottom: -51px !important;
  }
  .laptop-xl\:p-x--5\.1 {
    padding-left: -51px !important;
    padding-right: -51px !important;
  }
  .laptop-xl\:p-y--5\.1 {
    padding-top: -51px !important;
    padding-bottom: -51px !important;
  }
  .laptop-xl-m--5\.1 {
    margin: -51px !important;
  }
  .laptop-xl-p--5\.1 {
    padding: -51px !important;
  }
  .laptop-xl-m-x--5\.1 {
    margin-left: -51px !important;
    margin-right: -51px !important;
  }
  .laptop-xl-m-y--5\.1 {
    margin-top: -51px !important;
    margin-bottom: -51px !important;
  }
  .laptop-xl-p-x--5\.1 {
    padding-left: -51px !important;
    padding-right: -51px !important;
  }
  .laptop-xl-p-y--5\.1 {
    padding-top: -51px !important;
    padding-bottom: -51px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--5 {
    margin: -50px !important;
  }
  .laptop-xl\:p--5 {
    padding: -50px !important;
  }
  .laptop-xl\:m-x--5 {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }
  .laptop-xl\:m-y--5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .laptop-xl\:p-x--5 {
    padding-left: -50px !important;
    padding-right: -50px !important;
  }
  .laptop-xl\:p-y--5 {
    padding-top: -50px !important;
    padding-bottom: -50px !important;
  }
  .laptop-xl-m--5 {
    margin: -50px !important;
  }
  .laptop-xl-p--5 {
    padding: -50px !important;
  }
  .laptop-xl-m-x--5 {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }
  .laptop-xl-m-y--5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .laptop-xl-p-x--5 {
    padding-left: -50px !important;
    padding-right: -50px !important;
  }
  .laptop-xl-p-y--5 {
    padding-top: -50px !important;
    padding-bottom: -50px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--4\.9 {
    margin: -49px !important;
  }
  .laptop-xl\:p--4\.9 {
    padding: -49px !important;
  }
  .laptop-xl\:m-x--4\.9 {
    margin-left: -49px !important;
    margin-right: -49px !important;
  }
  .laptop-xl\:m-y--4\.9 {
    margin-top: -49px !important;
    margin-bottom: -49px !important;
  }
  .laptop-xl\:p-x--4\.9 {
    padding-left: -49px !important;
    padding-right: -49px !important;
  }
  .laptop-xl\:p-y--4\.9 {
    padding-top: -49px !important;
    padding-bottom: -49px !important;
  }
  .laptop-xl-m--4\.9 {
    margin: -49px !important;
  }
  .laptop-xl-p--4\.9 {
    padding: -49px !important;
  }
  .laptop-xl-m-x--4\.9 {
    margin-left: -49px !important;
    margin-right: -49px !important;
  }
  .laptop-xl-m-y--4\.9 {
    margin-top: -49px !important;
    margin-bottom: -49px !important;
  }
  .laptop-xl-p-x--4\.9 {
    padding-left: -49px !important;
    padding-right: -49px !important;
  }
  .laptop-xl-p-y--4\.9 {
    padding-top: -49px !important;
    padding-bottom: -49px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--4\.8 {
    margin: -48px !important;
  }
  .laptop-xl\:p--4\.8 {
    padding: -48px !important;
  }
  .laptop-xl\:m-x--4\.8 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }
  .laptop-xl\:m-y--4\.8 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .laptop-xl\:p-x--4\.8 {
    padding-left: -48px !important;
    padding-right: -48px !important;
  }
  .laptop-xl\:p-y--4\.8 {
    padding-top: -48px !important;
    padding-bottom: -48px !important;
  }
  .laptop-xl-m--4\.8 {
    margin: -48px !important;
  }
  .laptop-xl-p--4\.8 {
    padding: -48px !important;
  }
  .laptop-xl-m-x--4\.8 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }
  .laptop-xl-m-y--4\.8 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .laptop-xl-p-x--4\.8 {
    padding-left: -48px !important;
    padding-right: -48px !important;
  }
  .laptop-xl-p-y--4\.8 {
    padding-top: -48px !important;
    padding-bottom: -48px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--4\.7 {
    margin: -47px !important;
  }
  .laptop-xl\:p--4\.7 {
    padding: -47px !important;
  }
  .laptop-xl\:m-x--4\.7 {
    margin-left: -47px !important;
    margin-right: -47px !important;
  }
  .laptop-xl\:m-y--4\.7 {
    margin-top: -47px !important;
    margin-bottom: -47px !important;
  }
  .laptop-xl\:p-x--4\.7 {
    padding-left: -47px !important;
    padding-right: -47px !important;
  }
  .laptop-xl\:p-y--4\.7 {
    padding-top: -47px !important;
    padding-bottom: -47px !important;
  }
  .laptop-xl-m--4\.7 {
    margin: -47px !important;
  }
  .laptop-xl-p--4\.7 {
    padding: -47px !important;
  }
  .laptop-xl-m-x--4\.7 {
    margin-left: -47px !important;
    margin-right: -47px !important;
  }
  .laptop-xl-m-y--4\.7 {
    margin-top: -47px !important;
    margin-bottom: -47px !important;
  }
  .laptop-xl-p-x--4\.7 {
    padding-left: -47px !important;
    padding-right: -47px !important;
  }
  .laptop-xl-p-y--4\.7 {
    padding-top: -47px !important;
    padding-bottom: -47px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--4\.6 {
    margin: -46px !important;
  }
  .laptop-xl\:p--4\.6 {
    padding: -46px !important;
  }
  .laptop-xl\:m-x--4\.6 {
    margin-left: -46px !important;
    margin-right: -46px !important;
  }
  .laptop-xl\:m-y--4\.6 {
    margin-top: -46px !important;
    margin-bottom: -46px !important;
  }
  .laptop-xl\:p-x--4\.6 {
    padding-left: -46px !important;
    padding-right: -46px !important;
  }
  .laptop-xl\:p-y--4\.6 {
    padding-top: -46px !important;
    padding-bottom: -46px !important;
  }
  .laptop-xl-m--4\.6 {
    margin: -46px !important;
  }
  .laptop-xl-p--4\.6 {
    padding: -46px !important;
  }
  .laptop-xl-m-x--4\.6 {
    margin-left: -46px !important;
    margin-right: -46px !important;
  }
  .laptop-xl-m-y--4\.6 {
    margin-top: -46px !important;
    margin-bottom: -46px !important;
  }
  .laptop-xl-p-x--4\.6 {
    padding-left: -46px !important;
    padding-right: -46px !important;
  }
  .laptop-xl-p-y--4\.6 {
    padding-top: -46px !important;
    padding-bottom: -46px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--4\.5 {
    margin: -45px !important;
  }
  .laptop-xl\:p--4\.5 {
    padding: -45px !important;
  }
  .laptop-xl\:m-x--4\.5 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }
  .laptop-xl\:m-y--4\.5 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .laptop-xl\:p-x--4\.5 {
    padding-left: -45px !important;
    padding-right: -45px !important;
  }
  .laptop-xl\:p-y--4\.5 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
  .laptop-xl-m--4\.5 {
    margin: -45px !important;
  }
  .laptop-xl-p--4\.5 {
    padding: -45px !important;
  }
  .laptop-xl-m-x--4\.5 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }
  .laptop-xl-m-y--4\.5 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .laptop-xl-p-x--4\.5 {
    padding-left: -45px !important;
    padding-right: -45px !important;
  }
  .laptop-xl-p-y--4\.5 {
    padding-top: -45px !important;
    padding-bottom: -45px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--4\.4 {
    margin: -44px !important;
  }
  .laptop-xl\:p--4\.4 {
    padding: -44px !important;
  }
  .laptop-xl\:m-x--4\.4 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }
  .laptop-xl\:m-y--4\.4 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }
  .laptop-xl\:p-x--4\.4 {
    padding-left: -44px !important;
    padding-right: -44px !important;
  }
  .laptop-xl\:p-y--4\.4 {
    padding-top: -44px !important;
    padding-bottom: -44px !important;
  }
  .laptop-xl-m--4\.4 {
    margin: -44px !important;
  }
  .laptop-xl-p--4\.4 {
    padding: -44px !important;
  }
  .laptop-xl-m-x--4\.4 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }
  .laptop-xl-m-y--4\.4 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }
  .laptop-xl-p-x--4\.4 {
    padding-left: -44px !important;
    padding-right: -44px !important;
  }
  .laptop-xl-p-y--4\.4 {
    padding-top: -44px !important;
    padding-bottom: -44px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--4\.3 {
    margin: -43px !important;
  }
  .laptop-xl\:p--4\.3 {
    padding: -43px !important;
  }
  .laptop-xl\:m-x--4\.3 {
    margin-left: -43px !important;
    margin-right: -43px !important;
  }
  .laptop-xl\:m-y--4\.3 {
    margin-top: -43px !important;
    margin-bottom: -43px !important;
  }
  .laptop-xl\:p-x--4\.3 {
    padding-left: -43px !important;
    padding-right: -43px !important;
  }
  .laptop-xl\:p-y--4\.3 {
    padding-top: -43px !important;
    padding-bottom: -43px !important;
  }
  .laptop-xl-m--4\.3 {
    margin: -43px !important;
  }
  .laptop-xl-p--4\.3 {
    padding: -43px !important;
  }
  .laptop-xl-m-x--4\.3 {
    margin-left: -43px !important;
    margin-right: -43px !important;
  }
  .laptop-xl-m-y--4\.3 {
    margin-top: -43px !important;
    margin-bottom: -43px !important;
  }
  .laptop-xl-p-x--4\.3 {
    padding-left: -43px !important;
    padding-right: -43px !important;
  }
  .laptop-xl-p-y--4\.3 {
    padding-top: -43px !important;
    padding-bottom: -43px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--4\.2 {
    margin: -42px !important;
  }
  .laptop-xl\:p--4\.2 {
    padding: -42px !important;
  }
  .laptop-xl\:m-x--4\.2 {
    margin-left: -42px !important;
    margin-right: -42px !important;
  }
  .laptop-xl\:m-y--4\.2 {
    margin-top: -42px !important;
    margin-bottom: -42px !important;
  }
  .laptop-xl\:p-x--4\.2 {
    padding-left: -42px !important;
    padding-right: -42px !important;
  }
  .laptop-xl\:p-y--4\.2 {
    padding-top: -42px !important;
    padding-bottom: -42px !important;
  }
  .laptop-xl-m--4\.2 {
    margin: -42px !important;
  }
  .laptop-xl-p--4\.2 {
    padding: -42px !important;
  }
  .laptop-xl-m-x--4\.2 {
    margin-left: -42px !important;
    margin-right: -42px !important;
  }
  .laptop-xl-m-y--4\.2 {
    margin-top: -42px !important;
    margin-bottom: -42px !important;
  }
  .laptop-xl-p-x--4\.2 {
    padding-left: -42px !important;
    padding-right: -42px !important;
  }
  .laptop-xl-p-y--4\.2 {
    padding-top: -42px !important;
    padding-bottom: -42px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--4\.1 {
    margin: -41px !important;
  }
  .laptop-xl\:p--4\.1 {
    padding: -41px !important;
  }
  .laptop-xl\:m-x--4\.1 {
    margin-left: -41px !important;
    margin-right: -41px !important;
  }
  .laptop-xl\:m-y--4\.1 {
    margin-top: -41px !important;
    margin-bottom: -41px !important;
  }
  .laptop-xl\:p-x--4\.1 {
    padding-left: -41px !important;
    padding-right: -41px !important;
  }
  .laptop-xl\:p-y--4\.1 {
    padding-top: -41px !important;
    padding-bottom: -41px !important;
  }
  .laptop-xl-m--4\.1 {
    margin: -41px !important;
  }
  .laptop-xl-p--4\.1 {
    padding: -41px !important;
  }
  .laptop-xl-m-x--4\.1 {
    margin-left: -41px !important;
    margin-right: -41px !important;
  }
  .laptop-xl-m-y--4\.1 {
    margin-top: -41px !important;
    margin-bottom: -41px !important;
  }
  .laptop-xl-p-x--4\.1 {
    padding-left: -41px !important;
    padding-right: -41px !important;
  }
  .laptop-xl-p-y--4\.1 {
    padding-top: -41px !important;
    padding-bottom: -41px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--4 {
    margin: -40px !important;
  }
  .laptop-xl\:p--4 {
    padding: -40px !important;
  }
  .laptop-xl\:m-x--4 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
  .laptop-xl\:m-y--4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .laptop-xl\:p-x--4 {
    padding-left: -40px !important;
    padding-right: -40px !important;
  }
  .laptop-xl\:p-y--4 {
    padding-top: -40px !important;
    padding-bottom: -40px !important;
  }
  .laptop-xl-m--4 {
    margin: -40px !important;
  }
  .laptop-xl-p--4 {
    padding: -40px !important;
  }
  .laptop-xl-m-x--4 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
  .laptop-xl-m-y--4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .laptop-xl-p-x--4 {
    padding-left: -40px !important;
    padding-right: -40px !important;
  }
  .laptop-xl-p-y--4 {
    padding-top: -40px !important;
    padding-bottom: -40px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--3\.9 {
    margin: -39px !important;
  }
  .laptop-xl\:p--3\.9 {
    padding: -39px !important;
  }
  .laptop-xl\:m-x--3\.9 {
    margin-left: -39px !important;
    margin-right: -39px !important;
  }
  .laptop-xl\:m-y--3\.9 {
    margin-top: -39px !important;
    margin-bottom: -39px !important;
  }
  .laptop-xl\:p-x--3\.9 {
    padding-left: -39px !important;
    padding-right: -39px !important;
  }
  .laptop-xl\:p-y--3\.9 {
    padding-top: -39px !important;
    padding-bottom: -39px !important;
  }
  .laptop-xl-m--3\.9 {
    margin: -39px !important;
  }
  .laptop-xl-p--3\.9 {
    padding: -39px !important;
  }
  .laptop-xl-m-x--3\.9 {
    margin-left: -39px !important;
    margin-right: -39px !important;
  }
  .laptop-xl-m-y--3\.9 {
    margin-top: -39px !important;
    margin-bottom: -39px !important;
  }
  .laptop-xl-p-x--3\.9 {
    padding-left: -39px !important;
    padding-right: -39px !important;
  }
  .laptop-xl-p-y--3\.9 {
    padding-top: -39px !important;
    padding-bottom: -39px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--3\.8 {
    margin: -38px !important;
  }
  .laptop-xl\:p--3\.8 {
    padding: -38px !important;
  }
  .laptop-xl\:m-x--3\.8 {
    margin-left: -38px !important;
    margin-right: -38px !important;
  }
  .laptop-xl\:m-y--3\.8 {
    margin-top: -38px !important;
    margin-bottom: -38px !important;
  }
  .laptop-xl\:p-x--3\.8 {
    padding-left: -38px !important;
    padding-right: -38px !important;
  }
  .laptop-xl\:p-y--3\.8 {
    padding-top: -38px !important;
    padding-bottom: -38px !important;
  }
  .laptop-xl-m--3\.8 {
    margin: -38px !important;
  }
  .laptop-xl-p--3\.8 {
    padding: -38px !important;
  }
  .laptop-xl-m-x--3\.8 {
    margin-left: -38px !important;
    margin-right: -38px !important;
  }
  .laptop-xl-m-y--3\.8 {
    margin-top: -38px !important;
    margin-bottom: -38px !important;
  }
  .laptop-xl-p-x--3\.8 {
    padding-left: -38px !important;
    padding-right: -38px !important;
  }
  .laptop-xl-p-y--3\.8 {
    padding-top: -38px !important;
    padding-bottom: -38px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--3\.7 {
    margin: -37px !important;
  }
  .laptop-xl\:p--3\.7 {
    padding: -37px !important;
  }
  .laptop-xl\:m-x--3\.7 {
    margin-left: -37px !important;
    margin-right: -37px !important;
  }
  .laptop-xl\:m-y--3\.7 {
    margin-top: -37px !important;
    margin-bottom: -37px !important;
  }
  .laptop-xl\:p-x--3\.7 {
    padding-left: -37px !important;
    padding-right: -37px !important;
  }
  .laptop-xl\:p-y--3\.7 {
    padding-top: -37px !important;
    padding-bottom: -37px !important;
  }
  .laptop-xl-m--3\.7 {
    margin: -37px !important;
  }
  .laptop-xl-p--3\.7 {
    padding: -37px !important;
  }
  .laptop-xl-m-x--3\.7 {
    margin-left: -37px !important;
    margin-right: -37px !important;
  }
  .laptop-xl-m-y--3\.7 {
    margin-top: -37px !important;
    margin-bottom: -37px !important;
  }
  .laptop-xl-p-x--3\.7 {
    padding-left: -37px !important;
    padding-right: -37px !important;
  }
  .laptop-xl-p-y--3\.7 {
    padding-top: -37px !important;
    padding-bottom: -37px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--3\.6 {
    margin: -36px !important;
  }
  .laptop-xl\:p--3\.6 {
    padding: -36px !important;
  }
  .laptop-xl\:m-x--3\.6 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }
  .laptop-xl\:m-y--3\.6 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
  .laptop-xl\:p-x--3\.6 {
    padding-left: -36px !important;
    padding-right: -36px !important;
  }
  .laptop-xl\:p-y--3\.6 {
    padding-top: -36px !important;
    padding-bottom: -36px !important;
  }
  .laptop-xl-m--3\.6 {
    margin: -36px !important;
  }
  .laptop-xl-p--3\.6 {
    padding: -36px !important;
  }
  .laptop-xl-m-x--3\.6 {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }
  .laptop-xl-m-y--3\.6 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
  .laptop-xl-p-x--3\.6 {
    padding-left: -36px !important;
    padding-right: -36px !important;
  }
  .laptop-xl-p-y--3\.6 {
    padding-top: -36px !important;
    padding-bottom: -36px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--3\.5 {
    margin: -35px !important;
  }
  .laptop-xl\:p--3\.5 {
    padding: -35px !important;
  }
  .laptop-xl\:m-x--3\.5 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }
  .laptop-xl\:m-y--3\.5 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .laptop-xl\:p-x--3\.5 {
    padding-left: -35px !important;
    padding-right: -35px !important;
  }
  .laptop-xl\:p-y--3\.5 {
    padding-top: -35px !important;
    padding-bottom: -35px !important;
  }
  .laptop-xl-m--3\.5 {
    margin: -35px !important;
  }
  .laptop-xl-p--3\.5 {
    padding: -35px !important;
  }
  .laptop-xl-m-x--3\.5 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }
  .laptop-xl-m-y--3\.5 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .laptop-xl-p-x--3\.5 {
    padding-left: -35px !important;
    padding-right: -35px !important;
  }
  .laptop-xl-p-y--3\.5 {
    padding-top: -35px !important;
    padding-bottom: -35px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--3\.4 {
    margin: -34px !important;
  }
  .laptop-xl\:p--3\.4 {
    padding: -34px !important;
  }
  .laptop-xl\:m-x--3\.4 {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }
  .laptop-xl\:m-y--3\.4 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }
  .laptop-xl\:p-x--3\.4 {
    padding-left: -34px !important;
    padding-right: -34px !important;
  }
  .laptop-xl\:p-y--3\.4 {
    padding-top: -34px !important;
    padding-bottom: -34px !important;
  }
  .laptop-xl-m--3\.4 {
    margin: -34px !important;
  }
  .laptop-xl-p--3\.4 {
    padding: -34px !important;
  }
  .laptop-xl-m-x--3\.4 {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }
  .laptop-xl-m-y--3\.4 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }
  .laptop-xl-p-x--3\.4 {
    padding-left: -34px !important;
    padding-right: -34px !important;
  }
  .laptop-xl-p-y--3\.4 {
    padding-top: -34px !important;
    padding-bottom: -34px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--3\.3 {
    margin: -33px !important;
  }
  .laptop-xl\:p--3\.3 {
    padding: -33px !important;
  }
  .laptop-xl\:m-x--3\.3 {
    margin-left: -33px !important;
    margin-right: -33px !important;
  }
  .laptop-xl\:m-y--3\.3 {
    margin-top: -33px !important;
    margin-bottom: -33px !important;
  }
  .laptop-xl\:p-x--3\.3 {
    padding-left: -33px !important;
    padding-right: -33px !important;
  }
  .laptop-xl\:p-y--3\.3 {
    padding-top: -33px !important;
    padding-bottom: -33px !important;
  }
  .laptop-xl-m--3\.3 {
    margin: -33px !important;
  }
  .laptop-xl-p--3\.3 {
    padding: -33px !important;
  }
  .laptop-xl-m-x--3\.3 {
    margin-left: -33px !important;
    margin-right: -33px !important;
  }
  .laptop-xl-m-y--3\.3 {
    margin-top: -33px !important;
    margin-bottom: -33px !important;
  }
  .laptop-xl-p-x--3\.3 {
    padding-left: -33px !important;
    padding-right: -33px !important;
  }
  .laptop-xl-p-y--3\.3 {
    padding-top: -33px !important;
    padding-bottom: -33px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--3\.2 {
    margin: -32px !important;
  }
  .laptop-xl\:p--3\.2 {
    padding: -32px !important;
  }
  .laptop-xl\:m-x--3\.2 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }
  .laptop-xl\:m-y--3\.2 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .laptop-xl\:p-x--3\.2 {
    padding-left: -32px !important;
    padding-right: -32px !important;
  }
  .laptop-xl\:p-y--3\.2 {
    padding-top: -32px !important;
    padding-bottom: -32px !important;
  }
  .laptop-xl-m--3\.2 {
    margin: -32px !important;
  }
  .laptop-xl-p--3\.2 {
    padding: -32px !important;
  }
  .laptop-xl-m-x--3\.2 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }
  .laptop-xl-m-y--3\.2 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .laptop-xl-p-x--3\.2 {
    padding-left: -32px !important;
    padding-right: -32px !important;
  }
  .laptop-xl-p-y--3\.2 {
    padding-top: -32px !important;
    padding-bottom: -32px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--3\.1 {
    margin: -31px !important;
  }
  .laptop-xl\:p--3\.1 {
    padding: -31px !important;
  }
  .laptop-xl\:m-x--3\.1 {
    margin-left: -31px !important;
    margin-right: -31px !important;
  }
  .laptop-xl\:m-y--3\.1 {
    margin-top: -31px !important;
    margin-bottom: -31px !important;
  }
  .laptop-xl\:p-x--3\.1 {
    padding-left: -31px !important;
    padding-right: -31px !important;
  }
  .laptop-xl\:p-y--3\.1 {
    padding-top: -31px !important;
    padding-bottom: -31px !important;
  }
  .laptop-xl-m--3\.1 {
    margin: -31px !important;
  }
  .laptop-xl-p--3\.1 {
    padding: -31px !important;
  }
  .laptop-xl-m-x--3\.1 {
    margin-left: -31px !important;
    margin-right: -31px !important;
  }
  .laptop-xl-m-y--3\.1 {
    margin-top: -31px !important;
    margin-bottom: -31px !important;
  }
  .laptop-xl-p-x--3\.1 {
    padding-left: -31px !important;
    padding-right: -31px !important;
  }
  .laptop-xl-p-y--3\.1 {
    padding-top: -31px !important;
    padding-bottom: -31px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--3 {
    margin: -30px !important;
  }
  .laptop-xl\:p--3 {
    padding: -30px !important;
  }
  .laptop-xl\:m-x--3 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .laptop-xl\:m-y--3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .laptop-xl\:p-x--3 {
    padding-left: -30px !important;
    padding-right: -30px !important;
  }
  .laptop-xl\:p-y--3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .laptop-xl-m--3 {
    margin: -30px !important;
  }
  .laptop-xl-p--3 {
    padding: -30px !important;
  }
  .laptop-xl-m-x--3 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .laptop-xl-m-y--3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .laptop-xl-p-x--3 {
    padding-left: -30px !important;
    padding-right: -30px !important;
  }
  .laptop-xl-p-y--3 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--2\.9 {
    margin: -29px !important;
  }
  .laptop-xl\:p--2\.9 {
    padding: -29px !important;
  }
  .laptop-xl\:m-x--2\.9 {
    margin-left: -29px !important;
    margin-right: -29px !important;
  }
  .laptop-xl\:m-y--2\.9 {
    margin-top: -29px !important;
    margin-bottom: -29px !important;
  }
  .laptop-xl\:p-x--2\.9 {
    padding-left: -29px !important;
    padding-right: -29px !important;
  }
  .laptop-xl\:p-y--2\.9 {
    padding-top: -29px !important;
    padding-bottom: -29px !important;
  }
  .laptop-xl-m--2\.9 {
    margin: -29px !important;
  }
  .laptop-xl-p--2\.9 {
    padding: -29px !important;
  }
  .laptop-xl-m-x--2\.9 {
    margin-left: -29px !important;
    margin-right: -29px !important;
  }
  .laptop-xl-m-y--2\.9 {
    margin-top: -29px !important;
    margin-bottom: -29px !important;
  }
  .laptop-xl-p-x--2\.9 {
    padding-left: -29px !important;
    padding-right: -29px !important;
  }
  .laptop-xl-p-y--2\.9 {
    padding-top: -29px !important;
    padding-bottom: -29px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--2\.8 {
    margin: -28px !important;
  }
  .laptop-xl\:p--2\.8 {
    padding: -28px !important;
  }
  .laptop-xl\:m-x--2\.8 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }
  .laptop-xl\:m-y--2\.8 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
  .laptop-xl\:p-x--2\.8 {
    padding-left: -28px !important;
    padding-right: -28px !important;
  }
  .laptop-xl\:p-y--2\.8 {
    padding-top: -28px !important;
    padding-bottom: -28px !important;
  }
  .laptop-xl-m--2\.8 {
    margin: -28px !important;
  }
  .laptop-xl-p--2\.8 {
    padding: -28px !important;
  }
  .laptop-xl-m-x--2\.8 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }
  .laptop-xl-m-y--2\.8 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
  .laptop-xl-p-x--2\.8 {
    padding-left: -28px !important;
    padding-right: -28px !important;
  }
  .laptop-xl-p-y--2\.8 {
    padding-top: -28px !important;
    padding-bottom: -28px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--2\.7 {
    margin: -27px !important;
  }
  .laptop-xl\:p--2\.7 {
    padding: -27px !important;
  }
  .laptop-xl\:m-x--2\.7 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }
  .laptop-xl\:m-y--2\.7 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }
  .laptop-xl\:p-x--2\.7 {
    padding-left: -27px !important;
    padding-right: -27px !important;
  }
  .laptop-xl\:p-y--2\.7 {
    padding-top: -27px !important;
    padding-bottom: -27px !important;
  }
  .laptop-xl-m--2\.7 {
    margin: -27px !important;
  }
  .laptop-xl-p--2\.7 {
    padding: -27px !important;
  }
  .laptop-xl-m-x--2\.7 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }
  .laptop-xl-m-y--2\.7 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }
  .laptop-xl-p-x--2\.7 {
    padding-left: -27px !important;
    padding-right: -27px !important;
  }
  .laptop-xl-p-y--2\.7 {
    padding-top: -27px !important;
    padding-bottom: -27px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--2\.6 {
    margin: -26px !important;
  }
  .laptop-xl\:p--2\.6 {
    padding: -26px !important;
  }
  .laptop-xl\:m-x--2\.6 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }
  .laptop-xl\:m-y--2\.6 {
    margin-top: -26px !important;
    margin-bottom: -26px !important;
  }
  .laptop-xl\:p-x--2\.6 {
    padding-left: -26px !important;
    padding-right: -26px !important;
  }
  .laptop-xl\:p-y--2\.6 {
    padding-top: -26px !important;
    padding-bottom: -26px !important;
  }
  .laptop-xl-m--2\.6 {
    margin: -26px !important;
  }
  .laptop-xl-p--2\.6 {
    padding: -26px !important;
  }
  .laptop-xl-m-x--2\.6 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }
  .laptop-xl-m-y--2\.6 {
    margin-top: -26px !important;
    margin-bottom: -26px !important;
  }
  .laptop-xl-p-x--2\.6 {
    padding-left: -26px !important;
    padding-right: -26px !important;
  }
  .laptop-xl-p-y--2\.6 {
    padding-top: -26px !important;
    padding-bottom: -26px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--2\.5 {
    margin: -25px !important;
  }
  .laptop-xl\:p--2\.5 {
    padding: -25px !important;
  }
  .laptop-xl\:m-x--2\.5 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
  .laptop-xl\:m-y--2\.5 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .laptop-xl\:p-x--2\.5 {
    padding-left: -25px !important;
    padding-right: -25px !important;
  }
  .laptop-xl\:p-y--2\.5 {
    padding-top: -25px !important;
    padding-bottom: -25px !important;
  }
  .laptop-xl-m--2\.5 {
    margin: -25px !important;
  }
  .laptop-xl-p--2\.5 {
    padding: -25px !important;
  }
  .laptop-xl-m-x--2\.5 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
  .laptop-xl-m-y--2\.5 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .laptop-xl-p-x--2\.5 {
    padding-left: -25px !important;
    padding-right: -25px !important;
  }
  .laptop-xl-p-y--2\.5 {
    padding-top: -25px !important;
    padding-bottom: -25px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--2\.4 {
    margin: -24px !important;
  }
  .laptop-xl\:p--2\.4 {
    padding: -24px !important;
  }
  .laptop-xl\:m-x--2\.4 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
  .laptop-xl\:m-y--2\.4 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .laptop-xl\:p-x--2\.4 {
    padding-left: -24px !important;
    padding-right: -24px !important;
  }
  .laptop-xl\:p-y--2\.4 {
    padding-top: -24px !important;
    padding-bottom: -24px !important;
  }
  .laptop-xl-m--2\.4 {
    margin: -24px !important;
  }
  .laptop-xl-p--2\.4 {
    padding: -24px !important;
  }
  .laptop-xl-m-x--2\.4 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
  .laptop-xl-m-y--2\.4 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .laptop-xl-p-x--2\.4 {
    padding-left: -24px !important;
    padding-right: -24px !important;
  }
  .laptop-xl-p-y--2\.4 {
    padding-top: -24px !important;
    padding-bottom: -24px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--2\.3 {
    margin: -23px !important;
  }
  .laptop-xl\:p--2\.3 {
    padding: -23px !important;
  }
  .laptop-xl\:m-x--2\.3 {
    margin-left: -23px !important;
    margin-right: -23px !important;
  }
  .laptop-xl\:m-y--2\.3 {
    margin-top: -23px !important;
    margin-bottom: -23px !important;
  }
  .laptop-xl\:p-x--2\.3 {
    padding-left: -23px !important;
    padding-right: -23px !important;
  }
  .laptop-xl\:p-y--2\.3 {
    padding-top: -23px !important;
    padding-bottom: -23px !important;
  }
  .laptop-xl-m--2\.3 {
    margin: -23px !important;
  }
  .laptop-xl-p--2\.3 {
    padding: -23px !important;
  }
  .laptop-xl-m-x--2\.3 {
    margin-left: -23px !important;
    margin-right: -23px !important;
  }
  .laptop-xl-m-y--2\.3 {
    margin-top: -23px !important;
    margin-bottom: -23px !important;
  }
  .laptop-xl-p-x--2\.3 {
    padding-left: -23px !important;
    padding-right: -23px !important;
  }
  .laptop-xl-p-y--2\.3 {
    padding-top: -23px !important;
    padding-bottom: -23px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--2\.2 {
    margin: -22px !important;
  }
  .laptop-xl\:p--2\.2 {
    padding: -22px !important;
  }
  .laptop-xl\:m-x--2\.2 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }
  .laptop-xl\:m-y--2\.2 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }
  .laptop-xl\:p-x--2\.2 {
    padding-left: -22px !important;
    padding-right: -22px !important;
  }
  .laptop-xl\:p-y--2\.2 {
    padding-top: -22px !important;
    padding-bottom: -22px !important;
  }
  .laptop-xl-m--2\.2 {
    margin: -22px !important;
  }
  .laptop-xl-p--2\.2 {
    padding: -22px !important;
  }
  .laptop-xl-m-x--2\.2 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }
  .laptop-xl-m-y--2\.2 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }
  .laptop-xl-p-x--2\.2 {
    padding-left: -22px !important;
    padding-right: -22px !important;
  }
  .laptop-xl-p-y--2\.2 {
    padding-top: -22px !important;
    padding-bottom: -22px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--2\.1 {
    margin: -21px !important;
  }
  .laptop-xl\:p--2\.1 {
    padding: -21px !important;
  }
  .laptop-xl\:m-x--2\.1 {
    margin-left: -21px !important;
    margin-right: -21px !important;
  }
  .laptop-xl\:m-y--2\.1 {
    margin-top: -21px !important;
    margin-bottom: -21px !important;
  }
  .laptop-xl\:p-x--2\.1 {
    padding-left: -21px !important;
    padding-right: -21px !important;
  }
  .laptop-xl\:p-y--2\.1 {
    padding-top: -21px !important;
    padding-bottom: -21px !important;
  }
  .laptop-xl-m--2\.1 {
    margin: -21px !important;
  }
  .laptop-xl-p--2\.1 {
    padding: -21px !important;
  }
  .laptop-xl-m-x--2\.1 {
    margin-left: -21px !important;
    margin-right: -21px !important;
  }
  .laptop-xl-m-y--2\.1 {
    margin-top: -21px !important;
    margin-bottom: -21px !important;
  }
  .laptop-xl-p-x--2\.1 {
    padding-left: -21px !important;
    padding-right: -21px !important;
  }
  .laptop-xl-p-y--2\.1 {
    padding-top: -21px !important;
    padding-bottom: -21px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--2 {
    margin: -20px !important;
  }
  .laptop-xl\:p--2 {
    padding: -20px !important;
  }
  .laptop-xl\:m-x--2 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .laptop-xl\:m-y--2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .laptop-xl\:p-x--2 {
    padding-left: -20px !important;
    padding-right: -20px !important;
  }
  .laptop-xl\:p-y--2 {
    padding-top: -20px !important;
    padding-bottom: -20px !important;
  }
  .laptop-xl-m--2 {
    margin: -20px !important;
  }
  .laptop-xl-p--2 {
    padding: -20px !important;
  }
  .laptop-xl-m-x--2 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .laptop-xl-m-y--2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .laptop-xl-p-x--2 {
    padding-left: -20px !important;
    padding-right: -20px !important;
  }
  .laptop-xl-p-y--2 {
    padding-top: -20px !important;
    padding-bottom: -20px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--1\.9 {
    margin: -19px !important;
  }
  .laptop-xl\:p--1\.9 {
    padding: -19px !important;
  }
  .laptop-xl\:m-x--1\.9 {
    margin-left: -19px !important;
    margin-right: -19px !important;
  }
  .laptop-xl\:m-y--1\.9 {
    margin-top: -19px !important;
    margin-bottom: -19px !important;
  }
  .laptop-xl\:p-x--1\.9 {
    padding-left: -19px !important;
    padding-right: -19px !important;
  }
  .laptop-xl\:p-y--1\.9 {
    padding-top: -19px !important;
    padding-bottom: -19px !important;
  }
  .laptop-xl-m--1\.9 {
    margin: -19px !important;
  }
  .laptop-xl-p--1\.9 {
    padding: -19px !important;
  }
  .laptop-xl-m-x--1\.9 {
    margin-left: -19px !important;
    margin-right: -19px !important;
  }
  .laptop-xl-m-y--1\.9 {
    margin-top: -19px !important;
    margin-bottom: -19px !important;
  }
  .laptop-xl-p-x--1\.9 {
    padding-left: -19px !important;
    padding-right: -19px !important;
  }
  .laptop-xl-p-y--1\.9 {
    padding-top: -19px !important;
    padding-bottom: -19px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--1\.8 {
    margin: -18px !important;
  }
  .laptop-xl\:p--1\.8 {
    padding: -18px !important;
  }
  .laptop-xl\:m-x--1\.8 {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }
  .laptop-xl\:m-y--1\.8 {
    margin-top: -18px !important;
    margin-bottom: -18px !important;
  }
  .laptop-xl\:p-x--1\.8 {
    padding-left: -18px !important;
    padding-right: -18px !important;
  }
  .laptop-xl\:p-y--1\.8 {
    padding-top: -18px !important;
    padding-bottom: -18px !important;
  }
  .laptop-xl-m--1\.8 {
    margin: -18px !important;
  }
  .laptop-xl-p--1\.8 {
    padding: -18px !important;
  }
  .laptop-xl-m-x--1\.8 {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }
  .laptop-xl-m-y--1\.8 {
    margin-top: -18px !important;
    margin-bottom: -18px !important;
  }
  .laptop-xl-p-x--1\.8 {
    padding-left: -18px !important;
    padding-right: -18px !important;
  }
  .laptop-xl-p-y--1\.8 {
    padding-top: -18px !important;
    padding-bottom: -18px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--1\.7 {
    margin: -17px !important;
  }
  .laptop-xl\:p--1\.7 {
    padding: -17px !important;
  }
  .laptop-xl\:m-x--1\.7 {
    margin-left: -17px !important;
    margin-right: -17px !important;
  }
  .laptop-xl\:m-y--1\.7 {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
  }
  .laptop-xl\:p-x--1\.7 {
    padding-left: -17px !important;
    padding-right: -17px !important;
  }
  .laptop-xl\:p-y--1\.7 {
    padding-top: -17px !important;
    padding-bottom: -17px !important;
  }
  .laptop-xl-m--1\.7 {
    margin: -17px !important;
  }
  .laptop-xl-p--1\.7 {
    padding: -17px !important;
  }
  .laptop-xl-m-x--1\.7 {
    margin-left: -17px !important;
    margin-right: -17px !important;
  }
  .laptop-xl-m-y--1\.7 {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
  }
  .laptop-xl-p-x--1\.7 {
    padding-left: -17px !important;
    padding-right: -17px !important;
  }
  .laptop-xl-p-y--1\.7 {
    padding-top: -17px !important;
    padding-bottom: -17px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--1\.6 {
    margin: -16px !important;
  }
  .laptop-xl\:p--1\.6 {
    padding: -16px !important;
  }
  .laptop-xl\:m-x--1\.6 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .laptop-xl\:m-y--1\.6 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .laptop-xl\:p-x--1\.6 {
    padding-left: -16px !important;
    padding-right: -16px !important;
  }
  .laptop-xl\:p-y--1\.6 {
    padding-top: -16px !important;
    padding-bottom: -16px !important;
  }
  .laptop-xl-m--1\.6 {
    margin: -16px !important;
  }
  .laptop-xl-p--1\.6 {
    padding: -16px !important;
  }
  .laptop-xl-m-x--1\.6 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .laptop-xl-m-y--1\.6 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .laptop-xl-p-x--1\.6 {
    padding-left: -16px !important;
    padding-right: -16px !important;
  }
  .laptop-xl-p-y--1\.6 {
    padding-top: -16px !important;
    padding-bottom: -16px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--1\.5 {
    margin: -15px !important;
  }
  .laptop-xl\:p--1\.5 {
    padding: -15px !important;
  }
  .laptop-xl\:m-x--1\.5 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .laptop-xl\:m-y--1\.5 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .laptop-xl\:p-x--1\.5 {
    padding-left: -15px !important;
    padding-right: -15px !important;
  }
  .laptop-xl\:p-y--1\.5 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
  .laptop-xl-m--1\.5 {
    margin: -15px !important;
  }
  .laptop-xl-p--1\.5 {
    padding: -15px !important;
  }
  .laptop-xl-m-x--1\.5 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .laptop-xl-m-y--1\.5 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .laptop-xl-p-x--1\.5 {
    padding-left: -15px !important;
    padding-right: -15px !important;
  }
  .laptop-xl-p-y--1\.5 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--1\.4 {
    margin: -14px !important;
  }
  .laptop-xl\:p--1\.4 {
    padding: -14px !important;
  }
  .laptop-xl\:m-x--1\.4 {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }
  .laptop-xl\:m-y--1\.4 {
    margin-top: -14px !important;
    margin-bottom: -14px !important;
  }
  .laptop-xl\:p-x--1\.4 {
    padding-left: -14px !important;
    padding-right: -14px !important;
  }
  .laptop-xl\:p-y--1\.4 {
    padding-top: -14px !important;
    padding-bottom: -14px !important;
  }
  .laptop-xl-m--1\.4 {
    margin: -14px !important;
  }
  .laptop-xl-p--1\.4 {
    padding: -14px !important;
  }
  .laptop-xl-m-x--1\.4 {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }
  .laptop-xl-m-y--1\.4 {
    margin-top: -14px !important;
    margin-bottom: -14px !important;
  }
  .laptop-xl-p-x--1\.4 {
    padding-left: -14px !important;
    padding-right: -14px !important;
  }
  .laptop-xl-p-y--1\.4 {
    padding-top: -14px !important;
    padding-bottom: -14px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--1\.3 {
    margin: -13px !important;
  }
  .laptop-xl\:p--1\.3 {
    padding: -13px !important;
  }
  .laptop-xl\:m-x--1\.3 {
    margin-left: -13px !important;
    margin-right: -13px !important;
  }
  .laptop-xl\:m-y--1\.3 {
    margin-top: -13px !important;
    margin-bottom: -13px !important;
  }
  .laptop-xl\:p-x--1\.3 {
    padding-left: -13px !important;
    padding-right: -13px !important;
  }
  .laptop-xl\:p-y--1\.3 {
    padding-top: -13px !important;
    padding-bottom: -13px !important;
  }
  .laptop-xl-m--1\.3 {
    margin: -13px !important;
  }
  .laptop-xl-p--1\.3 {
    padding: -13px !important;
  }
  .laptop-xl-m-x--1\.3 {
    margin-left: -13px !important;
    margin-right: -13px !important;
  }
  .laptop-xl-m-y--1\.3 {
    margin-top: -13px !important;
    margin-bottom: -13px !important;
  }
  .laptop-xl-p-x--1\.3 {
    padding-left: -13px !important;
    padding-right: -13px !important;
  }
  .laptop-xl-p-y--1\.3 {
    padding-top: -13px !important;
    padding-bottom: -13px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--1\.2 {
    margin: -12px !important;
  }
  .laptop-xl\:p--1\.2 {
    padding: -12px !important;
  }
  .laptop-xl\:m-x--1\.2 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
  .laptop-xl\:m-y--1\.2 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .laptop-xl\:p-x--1\.2 {
    padding-left: -12px !important;
    padding-right: -12px !important;
  }
  .laptop-xl\:p-y--1\.2 {
    padding-top: -12px !important;
    padding-bottom: -12px !important;
  }
  .laptop-xl-m--1\.2 {
    margin: -12px !important;
  }
  .laptop-xl-p--1\.2 {
    padding: -12px !important;
  }
  .laptop-xl-m-x--1\.2 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
  .laptop-xl-m-y--1\.2 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .laptop-xl-p-x--1\.2 {
    padding-left: -12px !important;
    padding-right: -12px !important;
  }
  .laptop-xl-p-y--1\.2 {
    padding-top: -12px !important;
    padding-bottom: -12px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--1\.1 {
    margin: -11px !important;
  }
  .laptop-xl\:p--1\.1 {
    padding: -11px !important;
  }
  .laptop-xl\:m-x--1\.1 {
    margin-left: -11px !important;
    margin-right: -11px !important;
  }
  .laptop-xl\:m-y--1\.1 {
    margin-top: -11px !important;
    margin-bottom: -11px !important;
  }
  .laptop-xl\:p-x--1\.1 {
    padding-left: -11px !important;
    padding-right: -11px !important;
  }
  .laptop-xl\:p-y--1\.1 {
    padding-top: -11px !important;
    padding-bottom: -11px !important;
  }
  .laptop-xl-m--1\.1 {
    margin: -11px !important;
  }
  .laptop-xl-p--1\.1 {
    padding: -11px !important;
  }
  .laptop-xl-m-x--1\.1 {
    margin-left: -11px !important;
    margin-right: -11px !important;
  }
  .laptop-xl-m-y--1\.1 {
    margin-top: -11px !important;
    margin-bottom: -11px !important;
  }
  .laptop-xl-p-x--1\.1 {
    padding-left: -11px !important;
    padding-right: -11px !important;
  }
  .laptop-xl-p-y--1\.1 {
    padding-top: -11px !important;
    padding-bottom: -11px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--1 {
    margin: -10px !important;
  }
  .laptop-xl\:p--1 {
    padding: -10px !important;
  }
  .laptop-xl\:m-x--1 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .laptop-xl\:m-y--1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .laptop-xl\:p-x--1 {
    padding-left: -10px !important;
    padding-right: -10px !important;
  }
  .laptop-xl\:p-y--1 {
    padding-top: -10px !important;
    padding-bottom: -10px !important;
  }
  .laptop-xl-m--1 {
    margin: -10px !important;
  }
  .laptop-xl-p--1 {
    padding: -10px !important;
  }
  .laptop-xl-m-x--1 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .laptop-xl-m-y--1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .laptop-xl-p-x--1 {
    padding-left: -10px !important;
    padding-right: -10px !important;
  }
  .laptop-xl-p-y--1 {
    padding-top: -10px !important;
    padding-bottom: -10px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--0\.9 {
    margin: -9px !important;
  }
  .laptop-xl\:p--0\.9 {
    padding: -9px !important;
  }
  .laptop-xl\:m-x--0\.9 {
    margin-left: -9px !important;
    margin-right: -9px !important;
  }
  .laptop-xl\:m-y--0\.9 {
    margin-top: -9px !important;
    margin-bottom: -9px !important;
  }
  .laptop-xl\:p-x--0\.9 {
    padding-left: -9px !important;
    padding-right: -9px !important;
  }
  .laptop-xl\:p-y--0\.9 {
    padding-top: -9px !important;
    padding-bottom: -9px !important;
  }
  .laptop-xl-m--0\.9 {
    margin: -9px !important;
  }
  .laptop-xl-p--0\.9 {
    padding: -9px !important;
  }
  .laptop-xl-m-x--0\.9 {
    margin-left: -9px !important;
    margin-right: -9px !important;
  }
  .laptop-xl-m-y--0\.9 {
    margin-top: -9px !important;
    margin-bottom: -9px !important;
  }
  .laptop-xl-p-x--0\.9 {
    padding-left: -9px !important;
    padding-right: -9px !important;
  }
  .laptop-xl-p-y--0\.9 {
    padding-top: -9px !important;
    padding-bottom: -9px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--0\.8 {
    margin: -8px !important;
  }
  .laptop-xl\:p--0\.8 {
    padding: -8px !important;
  }
  .laptop-xl\:m-x--0\.8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  .laptop-xl\:m-y--0\.8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .laptop-xl\:p-x--0\.8 {
    padding-left: -8px !important;
    padding-right: -8px !important;
  }
  .laptop-xl\:p-y--0\.8 {
    padding-top: -8px !important;
    padding-bottom: -8px !important;
  }
  .laptop-xl-m--0\.8 {
    margin: -8px !important;
  }
  .laptop-xl-p--0\.8 {
    padding: -8px !important;
  }
  .laptop-xl-m-x--0\.8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  .laptop-xl-m-y--0\.8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .laptop-xl-p-x--0\.8 {
    padding-left: -8px !important;
    padding-right: -8px !important;
  }
  .laptop-xl-p-y--0\.8 {
    padding-top: -8px !important;
    padding-bottom: -8px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--0\.7 {
    margin: -7px !important;
  }
  .laptop-xl\:p--0\.7 {
    padding: -7px !important;
  }
  .laptop-xl\:m-x--0\.7 {
    margin-left: -7px !important;
    margin-right: -7px !important;
  }
  .laptop-xl\:m-y--0\.7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important;
  }
  .laptop-xl\:p-x--0\.7 {
    padding-left: -7px !important;
    padding-right: -7px !important;
  }
  .laptop-xl\:p-y--0\.7 {
    padding-top: -7px !important;
    padding-bottom: -7px !important;
  }
  .laptop-xl-m--0\.7 {
    margin: -7px !important;
  }
  .laptop-xl-p--0\.7 {
    padding: -7px !important;
  }
  .laptop-xl-m-x--0\.7 {
    margin-left: -7px !important;
    margin-right: -7px !important;
  }
  .laptop-xl-m-y--0\.7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important;
  }
  .laptop-xl-p-x--0\.7 {
    padding-left: -7px !important;
    padding-right: -7px !important;
  }
  .laptop-xl-p-y--0\.7 {
    padding-top: -7px !important;
    padding-bottom: -7px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--0\.6 {
    margin: -6px !important;
  }
  .laptop-xl\:p--0\.6 {
    padding: -6px !important;
  }
  .laptop-xl\:m-x--0\.6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
  .laptop-xl\:m-y--0\.6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }
  .laptop-xl\:p-x--0\.6 {
    padding-left: -6px !important;
    padding-right: -6px !important;
  }
  .laptop-xl\:p-y--0\.6 {
    padding-top: -6px !important;
    padding-bottom: -6px !important;
  }
  .laptop-xl-m--0\.6 {
    margin: -6px !important;
  }
  .laptop-xl-p--0\.6 {
    padding: -6px !important;
  }
  .laptop-xl-m-x--0\.6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
  .laptop-xl-m-y--0\.6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }
  .laptop-xl-p-x--0\.6 {
    padding-left: -6px !important;
    padding-right: -6px !important;
  }
  .laptop-xl-p-y--0\.6 {
    padding-top: -6px !important;
    padding-bottom: -6px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--0\.5 {
    margin: -5px !important;
  }
  .laptop-xl\:p--0\.5 {
    padding: -5px !important;
  }
  .laptop-xl\:m-x--0\.5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .laptop-xl\:m-y--0\.5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .laptop-xl\:p-x--0\.5 {
    padding-left: -5px !important;
    padding-right: -5px !important;
  }
  .laptop-xl\:p-y--0\.5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important;
  }
  .laptop-xl-m--0\.5 {
    margin: -5px !important;
  }
  .laptop-xl-p--0\.5 {
    padding: -5px !important;
  }
  .laptop-xl-m-x--0\.5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .laptop-xl-m-y--0\.5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .laptop-xl-p-x--0\.5 {
    padding-left: -5px !important;
    padding-right: -5px !important;
  }
  .laptop-xl-p-y--0\.5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--0\.4 {
    margin: -4px !important;
  }
  .laptop-xl\:p--0\.4 {
    padding: -4px !important;
  }
  .laptop-xl\:m-x--0\.4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  .laptop-xl\:m-y--0\.4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .laptop-xl\:p-x--0\.4 {
    padding-left: -4px !important;
    padding-right: -4px !important;
  }
  .laptop-xl\:p-y--0\.4 {
    padding-top: -4px !important;
    padding-bottom: -4px !important;
  }
  .laptop-xl-m--0\.4 {
    margin: -4px !important;
  }
  .laptop-xl-p--0\.4 {
    padding: -4px !important;
  }
  .laptop-xl-m-x--0\.4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  .laptop-xl-m-y--0\.4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .laptop-xl-p-x--0\.4 {
    padding-left: -4px !important;
    padding-right: -4px !important;
  }
  .laptop-xl-p-y--0\.4 {
    padding-top: -4px !important;
    padding-bottom: -4px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--0\.3 {
    margin: -3px !important;
  }
  .laptop-xl\:p--0\.3 {
    padding: -3px !important;
  }
  .laptop-xl\:m-x--0\.3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }
  .laptop-xl\:m-y--0\.3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }
  .laptop-xl\:p-x--0\.3 {
    padding-left: -3px !important;
    padding-right: -3px !important;
  }
  .laptop-xl\:p-y--0\.3 {
    padding-top: -3px !important;
    padding-bottom: -3px !important;
  }
  .laptop-xl-m--0\.3 {
    margin: -3px !important;
  }
  .laptop-xl-p--0\.3 {
    padding: -3px !important;
  }
  .laptop-xl-m-x--0\.3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }
  .laptop-xl-m-y--0\.3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }
  .laptop-xl-p-x--0\.3 {
    padding-left: -3px !important;
    padding-right: -3px !important;
  }
  .laptop-xl-p-y--0\.3 {
    padding-top: -3px !important;
    padding-bottom: -3px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--0\.2 {
    margin: -2px !important;
  }
  .laptop-xl\:p--0\.2 {
    padding: -2px !important;
  }
  .laptop-xl\:m-x--0\.2 {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .laptop-xl\:m-y--0\.2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
  .laptop-xl\:p-x--0\.2 {
    padding-left: -2px !important;
    padding-right: -2px !important;
  }
  .laptop-xl\:p-y--0\.2 {
    padding-top: -2px !important;
    padding-bottom: -2px !important;
  }
  .laptop-xl-m--0\.2 {
    margin: -2px !important;
  }
  .laptop-xl-p--0\.2 {
    padding: -2px !important;
  }
  .laptop-xl-m-x--0\.2 {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .laptop-xl-m-y--0\.2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
  .laptop-xl-p-x--0\.2 {
    padding-left: -2px !important;
    padding-right: -2px !important;
  }
  .laptop-xl-p-y--0\.2 {
    padding-top: -2px !important;
    padding-bottom: -2px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m--0\.1 {
    margin: -1px !important;
  }
  .laptop-xl\:p--0\.1 {
    padding: -1px !important;
  }
  .laptop-xl\:m-x--0\.1 {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .laptop-xl\:m-y--0\.1 {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .laptop-xl\:p-x--0\.1 {
    padding-left: -1px !important;
    padding-right: -1px !important;
  }
  .laptop-xl\:p-y--0\.1 {
    padding-top: -1px !important;
    padding-bottom: -1px !important;
  }
  .laptop-xl-m--0\.1 {
    margin: -1px !important;
  }
  .laptop-xl-p--0\.1 {
    padding: -1px !important;
  }
  .laptop-xl-m-x--0\.1 {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .laptop-xl-m-y--0\.1 {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .laptop-xl-p-x--0\.1 {
    padding-left: -1px !important;
    padding-right: -1px !important;
  }
  .laptop-xl-p-y--0\.1 {
    padding-top: -1px !important;
    padding-bottom: -1px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-0 {
    margin: 0px !important;
  }
  .laptop-xl\:p-0 {
    padding: 0px !important;
  }
  .laptop-xl\:m-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .laptop-xl\:m-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .laptop-xl\:p-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .laptop-xl\:p-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .laptop-xl-m-0 {
    margin: 0px !important;
  }
  .laptop-xl-p-0 {
    padding: 0px !important;
  }
  .laptop-xl-m-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .laptop-xl-m-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .laptop-xl-p-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .laptop-xl-p-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-0\.1 {
    margin: 1px !important;
  }
  .laptop-xl\:p-0\.1 {
    padding: 1px !important;
  }
  .laptop-xl\:m-x-0\.1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .laptop-xl\:m-y-0\.1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .laptop-xl\:p-x-0\.1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .laptop-xl\:p-y-0\.1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .laptop-xl-m-0\.1 {
    margin: 1px !important;
  }
  .laptop-xl-p-0\.1 {
    padding: 1px !important;
  }
  .laptop-xl-m-x-0\.1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .laptop-xl-m-y-0\.1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .laptop-xl-p-x-0\.1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .laptop-xl-p-y-0\.1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-0\.2 {
    margin: 2px !important;
  }
  .laptop-xl\:p-0\.2 {
    padding: 2px !important;
  }
  .laptop-xl\:m-x-0\.2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .laptop-xl\:m-y-0\.2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .laptop-xl\:p-x-0\.2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .laptop-xl\:p-y-0\.2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .laptop-xl-m-0\.2 {
    margin: 2px !important;
  }
  .laptop-xl-p-0\.2 {
    padding: 2px !important;
  }
  .laptop-xl-m-x-0\.2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .laptop-xl-m-y-0\.2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .laptop-xl-p-x-0\.2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .laptop-xl-p-y-0\.2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-0\.3 {
    margin: 3px !important;
  }
  .laptop-xl\:p-0\.3 {
    padding: 3px !important;
  }
  .laptop-xl\:m-x-0\.3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .laptop-xl\:m-y-0\.3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .laptop-xl\:p-x-0\.3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .laptop-xl\:p-y-0\.3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .laptop-xl-m-0\.3 {
    margin: 3px !important;
  }
  .laptop-xl-p-0\.3 {
    padding: 3px !important;
  }
  .laptop-xl-m-x-0\.3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .laptop-xl-m-y-0\.3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .laptop-xl-p-x-0\.3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .laptop-xl-p-y-0\.3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-0\.4 {
    margin: 4px !important;
  }
  .laptop-xl\:p-0\.4 {
    padding: 4px !important;
  }
  .laptop-xl\:m-x-0\.4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .laptop-xl\:m-y-0\.4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .laptop-xl\:p-x-0\.4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .laptop-xl\:p-y-0\.4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .laptop-xl-m-0\.4 {
    margin: 4px !important;
  }
  .laptop-xl-p-0\.4 {
    padding: 4px !important;
  }
  .laptop-xl-m-x-0\.4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .laptop-xl-m-y-0\.4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .laptop-xl-p-x-0\.4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .laptop-xl-p-y-0\.4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-0\.5 {
    margin: 5px !important;
  }
  .laptop-xl\:p-0\.5 {
    padding: 5px !important;
  }
  .laptop-xl\:m-x-0\.5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .laptop-xl\:m-y-0\.5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .laptop-xl\:p-x-0\.5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .laptop-xl\:p-y-0\.5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .laptop-xl-m-0\.5 {
    margin: 5px !important;
  }
  .laptop-xl-p-0\.5 {
    padding: 5px !important;
  }
  .laptop-xl-m-x-0\.5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .laptop-xl-m-y-0\.5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .laptop-xl-p-x-0\.5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .laptop-xl-p-y-0\.5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-0\.6 {
    margin: 6px !important;
  }
  .laptop-xl\:p-0\.6 {
    padding: 6px !important;
  }
  .laptop-xl\:m-x-0\.6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .laptop-xl\:m-y-0\.6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .laptop-xl\:p-x-0\.6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .laptop-xl\:p-y-0\.6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .laptop-xl-m-0\.6 {
    margin: 6px !important;
  }
  .laptop-xl-p-0\.6 {
    padding: 6px !important;
  }
  .laptop-xl-m-x-0\.6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .laptop-xl-m-y-0\.6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .laptop-xl-p-x-0\.6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .laptop-xl-p-y-0\.6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-0\.7 {
    margin: 7px !important;
  }
  .laptop-xl\:p-0\.7 {
    padding: 7px !important;
  }
  .laptop-xl\:m-x-0\.7 {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
  .laptop-xl\:m-y-0\.7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .laptop-xl\:p-x-0\.7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .laptop-xl\:p-y-0\.7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .laptop-xl-m-0\.7 {
    margin: 7px !important;
  }
  .laptop-xl-p-0\.7 {
    padding: 7px !important;
  }
  .laptop-xl-m-x-0\.7 {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
  .laptop-xl-m-y-0\.7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .laptop-xl-p-x-0\.7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .laptop-xl-p-y-0\.7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-0\.8 {
    margin: 8px !important;
  }
  .laptop-xl\:p-0\.8 {
    padding: 8px !important;
  }
  .laptop-xl\:m-x-0\.8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .laptop-xl\:m-y-0\.8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .laptop-xl\:p-x-0\.8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .laptop-xl\:p-y-0\.8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .laptop-xl-m-0\.8 {
    margin: 8px !important;
  }
  .laptop-xl-p-0\.8 {
    padding: 8px !important;
  }
  .laptop-xl-m-x-0\.8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .laptop-xl-m-y-0\.8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .laptop-xl-p-x-0\.8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .laptop-xl-p-y-0\.8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-0\.9 {
    margin: 9px !important;
  }
  .laptop-xl\:p-0\.9 {
    padding: 9px !important;
  }
  .laptop-xl\:m-x-0\.9 {
    margin-left: 9px !important;
    margin-right: 9px !important;
  }
  .laptop-xl\:m-y-0\.9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }
  .laptop-xl\:p-x-0\.9 {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .laptop-xl\:p-y-0\.9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
  .laptop-xl-m-0\.9 {
    margin: 9px !important;
  }
  .laptop-xl-p-0\.9 {
    padding: 9px !important;
  }
  .laptop-xl-m-x-0\.9 {
    margin-left: 9px !important;
    margin-right: 9px !important;
  }
  .laptop-xl-m-y-0\.9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }
  .laptop-xl-p-x-0\.9 {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .laptop-xl-p-y-0\.9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-1 {
    margin: 10px !important;
  }
  .laptop-xl\:p-1 {
    padding: 10px !important;
  }
  .laptop-xl\:m-x-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .laptop-xl\:m-y-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .laptop-xl\:p-x-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .laptop-xl\:p-y-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .laptop-xl-m-1 {
    margin: 10px !important;
  }
  .laptop-xl-p-1 {
    padding: 10px !important;
  }
  .laptop-xl-m-x-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .laptop-xl-m-y-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .laptop-xl-p-x-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .laptop-xl-p-y-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-1\.1 {
    margin: 11px !important;
  }
  .laptop-xl\:p-1\.1 {
    padding: 11px !important;
  }
  .laptop-xl\:m-x-1\.1 {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }
  .laptop-xl\:m-y-1\.1 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }
  .laptop-xl\:p-x-1\.1 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  .laptop-xl\:p-y-1\.1 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
  .laptop-xl-m-1\.1 {
    margin: 11px !important;
  }
  .laptop-xl-p-1\.1 {
    padding: 11px !important;
  }
  .laptop-xl-m-x-1\.1 {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }
  .laptop-xl-m-y-1\.1 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }
  .laptop-xl-p-x-1\.1 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  .laptop-xl-p-y-1\.1 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-1\.2 {
    margin: 12px !important;
  }
  .laptop-xl\:p-1\.2 {
    padding: 12px !important;
  }
  .laptop-xl\:m-x-1\.2 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .laptop-xl\:m-y-1\.2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .laptop-xl\:p-x-1\.2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .laptop-xl\:p-y-1\.2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .laptop-xl-m-1\.2 {
    margin: 12px !important;
  }
  .laptop-xl-p-1\.2 {
    padding: 12px !important;
  }
  .laptop-xl-m-x-1\.2 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .laptop-xl-m-y-1\.2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .laptop-xl-p-x-1\.2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .laptop-xl-p-y-1\.2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-1\.3 {
    margin: 13px !important;
  }
  .laptop-xl\:p-1\.3 {
    padding: 13px !important;
  }
  .laptop-xl\:m-x-1\.3 {
    margin-left: 13px !important;
    margin-right: 13px !important;
  }
  .laptop-xl\:m-y-1\.3 {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
  }
  .laptop-xl\:p-x-1\.3 {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  .laptop-xl\:p-y-1\.3 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  .laptop-xl-m-1\.3 {
    margin: 13px !important;
  }
  .laptop-xl-p-1\.3 {
    padding: 13px !important;
  }
  .laptop-xl-m-x-1\.3 {
    margin-left: 13px !important;
    margin-right: 13px !important;
  }
  .laptop-xl-m-y-1\.3 {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
  }
  .laptop-xl-p-x-1\.3 {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  .laptop-xl-p-y-1\.3 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-1\.4 {
    margin: 14px !important;
  }
  .laptop-xl\:p-1\.4 {
    padding: 14px !important;
  }
  .laptop-xl\:m-x-1\.4 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .laptop-xl\:m-y-1\.4 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .laptop-xl\:p-x-1\.4 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .laptop-xl\:p-y-1\.4 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .laptop-xl-m-1\.4 {
    margin: 14px !important;
  }
  .laptop-xl-p-1\.4 {
    padding: 14px !important;
  }
  .laptop-xl-m-x-1\.4 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .laptop-xl-m-y-1\.4 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .laptop-xl-p-x-1\.4 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .laptop-xl-p-y-1\.4 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-1\.5 {
    margin: 15px !important;
  }
  .laptop-xl\:p-1\.5 {
    padding: 15px !important;
  }
  .laptop-xl\:m-x-1\.5 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .laptop-xl\:m-y-1\.5 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .laptop-xl\:p-x-1\.5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .laptop-xl\:p-y-1\.5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .laptop-xl-m-1\.5 {
    margin: 15px !important;
  }
  .laptop-xl-p-1\.5 {
    padding: 15px !important;
  }
  .laptop-xl-m-x-1\.5 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .laptop-xl-m-y-1\.5 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .laptop-xl-p-x-1\.5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .laptop-xl-p-y-1\.5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-1\.6 {
    margin: 16px !important;
  }
  .laptop-xl\:p-1\.6 {
    padding: 16px !important;
  }
  .laptop-xl\:m-x-1\.6 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .laptop-xl\:m-y-1\.6 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .laptop-xl\:p-x-1\.6 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .laptop-xl\:p-y-1\.6 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .laptop-xl-m-1\.6 {
    margin: 16px !important;
  }
  .laptop-xl-p-1\.6 {
    padding: 16px !important;
  }
  .laptop-xl-m-x-1\.6 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .laptop-xl-m-y-1\.6 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .laptop-xl-p-x-1\.6 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .laptop-xl-p-y-1\.6 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-1\.7 {
    margin: 17px !important;
  }
  .laptop-xl\:p-1\.7 {
    padding: 17px !important;
  }
  .laptop-xl\:m-x-1\.7 {
    margin-left: 17px !important;
    margin-right: 17px !important;
  }
  .laptop-xl\:m-y-1\.7 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .laptop-xl\:p-x-1\.7 {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .laptop-xl\:p-y-1\.7 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  .laptop-xl-m-1\.7 {
    margin: 17px !important;
  }
  .laptop-xl-p-1\.7 {
    padding: 17px !important;
  }
  .laptop-xl-m-x-1\.7 {
    margin-left: 17px !important;
    margin-right: 17px !important;
  }
  .laptop-xl-m-y-1\.7 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .laptop-xl-p-x-1\.7 {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .laptop-xl-p-y-1\.7 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-1\.8 {
    margin: 18px !important;
  }
  .laptop-xl\:p-1\.8 {
    padding: 18px !important;
  }
  .laptop-xl\:m-x-1\.8 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .laptop-xl\:m-y-1\.8 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .laptop-xl\:p-x-1\.8 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .laptop-xl\:p-y-1\.8 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .laptop-xl-m-1\.8 {
    margin: 18px !important;
  }
  .laptop-xl-p-1\.8 {
    padding: 18px !important;
  }
  .laptop-xl-m-x-1\.8 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .laptop-xl-m-y-1\.8 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .laptop-xl-p-x-1\.8 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .laptop-xl-p-y-1\.8 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-1\.9 {
    margin: 19px !important;
  }
  .laptop-xl\:p-1\.9 {
    padding: 19px !important;
  }
  .laptop-xl\:m-x-1\.9 {
    margin-left: 19px !important;
    margin-right: 19px !important;
  }
  .laptop-xl\:m-y-1\.9 {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
  }
  .laptop-xl\:p-x-1\.9 {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .laptop-xl\:p-y-1\.9 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
  .laptop-xl-m-1\.9 {
    margin: 19px !important;
  }
  .laptop-xl-p-1\.9 {
    padding: 19px !important;
  }
  .laptop-xl-m-x-1\.9 {
    margin-left: 19px !important;
    margin-right: 19px !important;
  }
  .laptop-xl-m-y-1\.9 {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
  }
  .laptop-xl-p-x-1\.9 {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .laptop-xl-p-y-1\.9 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-2 {
    margin: 20px !important;
  }
  .laptop-xl\:p-2 {
    padding: 20px !important;
  }
  .laptop-xl\:m-x-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .laptop-xl\:m-y-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .laptop-xl\:p-x-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .laptop-xl\:p-y-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .laptop-xl-m-2 {
    margin: 20px !important;
  }
  .laptop-xl-p-2 {
    padding: 20px !important;
  }
  .laptop-xl-m-x-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .laptop-xl-m-y-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .laptop-xl-p-x-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .laptop-xl-p-y-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-2\.1 {
    margin: 21px !important;
  }
  .laptop-xl\:p-2\.1 {
    padding: 21px !important;
  }
  .laptop-xl\:m-x-2\.1 {
    margin-left: 21px !important;
    margin-right: 21px !important;
  }
  .laptop-xl\:m-y-2\.1 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .laptop-xl\:p-x-2\.1 {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
  .laptop-xl\:p-y-2\.1 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
  .laptop-xl-m-2\.1 {
    margin: 21px !important;
  }
  .laptop-xl-p-2\.1 {
    padding: 21px !important;
  }
  .laptop-xl-m-x-2\.1 {
    margin-left: 21px !important;
    margin-right: 21px !important;
  }
  .laptop-xl-m-y-2\.1 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .laptop-xl-p-x-2\.1 {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
  .laptop-xl-p-y-2\.1 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-2\.2 {
    margin: 22px !important;
  }
  .laptop-xl\:p-2\.2 {
    padding: 22px !important;
  }
  .laptop-xl\:m-x-2\.2 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .laptop-xl\:m-y-2\.2 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .laptop-xl\:p-x-2\.2 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .laptop-xl\:p-y-2\.2 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .laptop-xl-m-2\.2 {
    margin: 22px !important;
  }
  .laptop-xl-p-2\.2 {
    padding: 22px !important;
  }
  .laptop-xl-m-x-2\.2 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .laptop-xl-m-y-2\.2 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .laptop-xl-p-x-2\.2 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .laptop-xl-p-y-2\.2 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-2\.3 {
    margin: 23px !important;
  }
  .laptop-xl\:p-2\.3 {
    padding: 23px !important;
  }
  .laptop-xl\:m-x-2\.3 {
    margin-left: 23px !important;
    margin-right: 23px !important;
  }
  .laptop-xl\:m-y-2\.3 {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .laptop-xl\:p-x-2\.3 {
    padding-left: 23px !important;
    padding-right: 23px !important;
  }
  .laptop-xl\:p-y-2\.3 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
  .laptop-xl-m-2\.3 {
    margin: 23px !important;
  }
  .laptop-xl-p-2\.3 {
    padding: 23px !important;
  }
  .laptop-xl-m-x-2\.3 {
    margin-left: 23px !important;
    margin-right: 23px !important;
  }
  .laptop-xl-m-y-2\.3 {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .laptop-xl-p-x-2\.3 {
    padding-left: 23px !important;
    padding-right: 23px !important;
  }
  .laptop-xl-p-y-2\.3 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-2\.4 {
    margin: 24px !important;
  }
  .laptop-xl\:p-2\.4 {
    padding: 24px !important;
  }
  .laptop-xl\:m-x-2\.4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .laptop-xl\:m-y-2\.4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .laptop-xl\:p-x-2\.4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .laptop-xl\:p-y-2\.4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .laptop-xl-m-2\.4 {
    margin: 24px !important;
  }
  .laptop-xl-p-2\.4 {
    padding: 24px !important;
  }
  .laptop-xl-m-x-2\.4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .laptop-xl-m-y-2\.4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .laptop-xl-p-x-2\.4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .laptop-xl-p-y-2\.4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-2\.5 {
    margin: 25px !important;
  }
  .laptop-xl\:p-2\.5 {
    padding: 25px !important;
  }
  .laptop-xl\:m-x-2\.5 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .laptop-xl\:m-y-2\.5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .laptop-xl\:p-x-2\.5 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .laptop-xl\:p-y-2\.5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .laptop-xl-m-2\.5 {
    margin: 25px !important;
  }
  .laptop-xl-p-2\.5 {
    padding: 25px !important;
  }
  .laptop-xl-m-x-2\.5 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .laptop-xl-m-y-2\.5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .laptop-xl-p-x-2\.5 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .laptop-xl-p-y-2\.5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-2\.6 {
    margin: 26px !important;
  }
  .laptop-xl\:p-2\.6 {
    padding: 26px !important;
  }
  .laptop-xl\:m-x-2\.6 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }
  .laptop-xl\:m-y-2\.6 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  .laptop-xl\:p-x-2\.6 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  .laptop-xl\:p-y-2\.6 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  .laptop-xl-m-2\.6 {
    margin: 26px !important;
  }
  .laptop-xl-p-2\.6 {
    padding: 26px !important;
  }
  .laptop-xl-m-x-2\.6 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }
  .laptop-xl-m-y-2\.6 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  .laptop-xl-p-x-2\.6 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  .laptop-xl-p-y-2\.6 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-2\.7 {
    margin: 27px !important;
  }
  .laptop-xl\:p-2\.7 {
    padding: 27px !important;
  }
  .laptop-xl\:m-x-2\.7 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }
  .laptop-xl\:m-y-2\.7 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }
  .laptop-xl\:p-x-2\.7 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
  .laptop-xl\:p-y-2\.7 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
  .laptop-xl-m-2\.7 {
    margin: 27px !important;
  }
  .laptop-xl-p-2\.7 {
    padding: 27px !important;
  }
  .laptop-xl-m-x-2\.7 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }
  .laptop-xl-m-y-2\.7 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }
  .laptop-xl-p-x-2\.7 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
  .laptop-xl-p-y-2\.7 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-2\.8 {
    margin: 28px !important;
  }
  .laptop-xl\:p-2\.8 {
    padding: 28px !important;
  }
  .laptop-xl\:m-x-2\.8 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .laptop-xl\:m-y-2\.8 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .laptop-xl\:p-x-2\.8 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .laptop-xl\:p-y-2\.8 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .laptop-xl-m-2\.8 {
    margin: 28px !important;
  }
  .laptop-xl-p-2\.8 {
    padding: 28px !important;
  }
  .laptop-xl-m-x-2\.8 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .laptop-xl-m-y-2\.8 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .laptop-xl-p-x-2\.8 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .laptop-xl-p-y-2\.8 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-2\.9 {
    margin: 29px !important;
  }
  .laptop-xl\:p-2\.9 {
    padding: 29px !important;
  }
  .laptop-xl\:m-x-2\.9 {
    margin-left: 29px !important;
    margin-right: 29px !important;
  }
  .laptop-xl\:m-y-2\.9 {
    margin-top: 29px !important;
    margin-bottom: 29px !important;
  }
  .laptop-xl\:p-x-2\.9 {
    padding-left: 29px !important;
    padding-right: 29px !important;
  }
  .laptop-xl\:p-y-2\.9 {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
  }
  .laptop-xl-m-2\.9 {
    margin: 29px !important;
  }
  .laptop-xl-p-2\.9 {
    padding: 29px !important;
  }
  .laptop-xl-m-x-2\.9 {
    margin-left: 29px !important;
    margin-right: 29px !important;
  }
  .laptop-xl-m-y-2\.9 {
    margin-top: 29px !important;
    margin-bottom: 29px !important;
  }
  .laptop-xl-p-x-2\.9 {
    padding-left: 29px !important;
    padding-right: 29px !important;
  }
  .laptop-xl-p-y-2\.9 {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-3 {
    margin: 30px !important;
  }
  .laptop-xl\:p-3 {
    padding: 30px !important;
  }
  .laptop-xl\:m-x-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .laptop-xl\:m-y-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .laptop-xl\:p-x-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .laptop-xl\:p-y-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .laptop-xl-m-3 {
    margin: 30px !important;
  }
  .laptop-xl-p-3 {
    padding: 30px !important;
  }
  .laptop-xl-m-x-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .laptop-xl-m-y-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .laptop-xl-p-x-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .laptop-xl-p-y-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-3\.1 {
    margin: 31px !important;
  }
  .laptop-xl\:p-3\.1 {
    padding: 31px !important;
  }
  .laptop-xl\:m-x-3\.1 {
    margin-left: 31px !important;
    margin-right: 31px !important;
  }
  .laptop-xl\:m-y-3\.1 {
    margin-top: 31px !important;
    margin-bottom: 31px !important;
  }
  .laptop-xl\:p-x-3\.1 {
    padding-left: 31px !important;
    padding-right: 31px !important;
  }
  .laptop-xl\:p-y-3\.1 {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }
  .laptop-xl-m-3\.1 {
    margin: 31px !important;
  }
  .laptop-xl-p-3\.1 {
    padding: 31px !important;
  }
  .laptop-xl-m-x-3\.1 {
    margin-left: 31px !important;
    margin-right: 31px !important;
  }
  .laptop-xl-m-y-3\.1 {
    margin-top: 31px !important;
    margin-bottom: 31px !important;
  }
  .laptop-xl-p-x-3\.1 {
    padding-left: 31px !important;
    padding-right: 31px !important;
  }
  .laptop-xl-p-y-3\.1 {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-3\.2 {
    margin: 32px !important;
  }
  .laptop-xl\:p-3\.2 {
    padding: 32px !important;
  }
  .laptop-xl\:m-x-3\.2 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .laptop-xl\:m-y-3\.2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .laptop-xl\:p-x-3\.2 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .laptop-xl\:p-y-3\.2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .laptop-xl-m-3\.2 {
    margin: 32px !important;
  }
  .laptop-xl-p-3\.2 {
    padding: 32px !important;
  }
  .laptop-xl-m-x-3\.2 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .laptop-xl-m-y-3\.2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .laptop-xl-p-x-3\.2 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .laptop-xl-p-y-3\.2 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-3\.3 {
    margin: 33px !important;
  }
  .laptop-xl\:p-3\.3 {
    padding: 33px !important;
  }
  .laptop-xl\:m-x-3\.3 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }
  .laptop-xl\:m-y-3\.3 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }
  .laptop-xl\:p-x-3\.3 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
  .laptop-xl\:p-y-3\.3 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }
  .laptop-xl-m-3\.3 {
    margin: 33px !important;
  }
  .laptop-xl-p-3\.3 {
    padding: 33px !important;
  }
  .laptop-xl-m-x-3\.3 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }
  .laptop-xl-m-y-3\.3 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }
  .laptop-xl-p-x-3\.3 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
  .laptop-xl-p-y-3\.3 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-3\.4 {
    margin: 34px !important;
  }
  .laptop-xl\:p-3\.4 {
    padding: 34px !important;
  }
  .laptop-xl\:m-x-3\.4 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }
  .laptop-xl\:m-y-3\.4 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .laptop-xl\:p-x-3\.4 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
  .laptop-xl\:p-y-3\.4 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .laptop-xl-m-3\.4 {
    margin: 34px !important;
  }
  .laptop-xl-p-3\.4 {
    padding: 34px !important;
  }
  .laptop-xl-m-x-3\.4 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }
  .laptop-xl-m-y-3\.4 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .laptop-xl-p-x-3\.4 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
  .laptop-xl-p-y-3\.4 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-3\.5 {
    margin: 35px !important;
  }
  .laptop-xl\:p-3\.5 {
    padding: 35px !important;
  }
  .laptop-xl\:m-x-3\.5 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .laptop-xl\:m-y-3\.5 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .laptop-xl\:p-x-3\.5 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .laptop-xl\:p-y-3\.5 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .laptop-xl-m-3\.5 {
    margin: 35px !important;
  }
  .laptop-xl-p-3\.5 {
    padding: 35px !important;
  }
  .laptop-xl-m-x-3\.5 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .laptop-xl-m-y-3\.5 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .laptop-xl-p-x-3\.5 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .laptop-xl-p-y-3\.5 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-3\.6 {
    margin: 36px !important;
  }
  .laptop-xl\:p-3\.6 {
    padding: 36px !important;
  }
  .laptop-xl\:m-x-3\.6 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .laptop-xl\:m-y-3\.6 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .laptop-xl\:p-x-3\.6 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .laptop-xl\:p-y-3\.6 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .laptop-xl-m-3\.6 {
    margin: 36px !important;
  }
  .laptop-xl-p-3\.6 {
    padding: 36px !important;
  }
  .laptop-xl-m-x-3\.6 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .laptop-xl-m-y-3\.6 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .laptop-xl-p-x-3\.6 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .laptop-xl-p-y-3\.6 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-3\.7 {
    margin: 37px !important;
  }
  .laptop-xl\:p-3\.7 {
    padding: 37px !important;
  }
  .laptop-xl\:m-x-3\.7 {
    margin-left: 37px !important;
    margin-right: 37px !important;
  }
  .laptop-xl\:m-y-3\.7 {
    margin-top: 37px !important;
    margin-bottom: 37px !important;
  }
  .laptop-xl\:p-x-3\.7 {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
  .laptop-xl\:p-y-3\.7 {
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }
  .laptop-xl-m-3\.7 {
    margin: 37px !important;
  }
  .laptop-xl-p-3\.7 {
    padding: 37px !important;
  }
  .laptop-xl-m-x-3\.7 {
    margin-left: 37px !important;
    margin-right: 37px !important;
  }
  .laptop-xl-m-y-3\.7 {
    margin-top: 37px !important;
    margin-bottom: 37px !important;
  }
  .laptop-xl-p-x-3\.7 {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
  .laptop-xl-p-y-3\.7 {
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-3\.8 {
    margin: 38px !important;
  }
  .laptop-xl\:p-3\.8 {
    padding: 38px !important;
  }
  .laptop-xl\:m-x-3\.8 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }
  .laptop-xl\:m-y-3\.8 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .laptop-xl\:p-x-3\.8 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
  .laptop-xl\:p-y-3\.8 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
  .laptop-xl-m-3\.8 {
    margin: 38px !important;
  }
  .laptop-xl-p-3\.8 {
    padding: 38px !important;
  }
  .laptop-xl-m-x-3\.8 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }
  .laptop-xl-m-y-3\.8 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .laptop-xl-p-x-3\.8 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
  .laptop-xl-p-y-3\.8 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-3\.9 {
    margin: 39px !important;
  }
  .laptop-xl\:p-3\.9 {
    padding: 39px !important;
  }
  .laptop-xl\:m-x-3\.9 {
    margin-left: 39px !important;
    margin-right: 39px !important;
  }
  .laptop-xl\:m-y-3\.9 {
    margin-top: 39px !important;
    margin-bottom: 39px !important;
  }
  .laptop-xl\:p-x-3\.9 {
    padding-left: 39px !important;
    padding-right: 39px !important;
  }
  .laptop-xl\:p-y-3\.9 {
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }
  .laptop-xl-m-3\.9 {
    margin: 39px !important;
  }
  .laptop-xl-p-3\.9 {
    padding: 39px !important;
  }
  .laptop-xl-m-x-3\.9 {
    margin-left: 39px !important;
    margin-right: 39px !important;
  }
  .laptop-xl-m-y-3\.9 {
    margin-top: 39px !important;
    margin-bottom: 39px !important;
  }
  .laptop-xl-p-x-3\.9 {
    padding-left: 39px !important;
    padding-right: 39px !important;
  }
  .laptop-xl-p-y-3\.9 {
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-4 {
    margin: 40px !important;
  }
  .laptop-xl\:p-4 {
    padding: 40px !important;
  }
  .laptop-xl\:m-x-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .laptop-xl\:m-y-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .laptop-xl\:p-x-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .laptop-xl\:p-y-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .laptop-xl-m-4 {
    margin: 40px !important;
  }
  .laptop-xl-p-4 {
    padding: 40px !important;
  }
  .laptop-xl-m-x-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .laptop-xl-m-y-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .laptop-xl-p-x-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .laptop-xl-p-y-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-4\.1 {
    margin: 41px !important;
  }
  .laptop-xl\:p-4\.1 {
    padding: 41px !important;
  }
  .laptop-xl\:m-x-4\.1 {
    margin-left: 41px !important;
    margin-right: 41px !important;
  }
  .laptop-xl\:m-y-4\.1 {
    margin-top: 41px !important;
    margin-bottom: 41px !important;
  }
  .laptop-xl\:p-x-4\.1 {
    padding-left: 41px !important;
    padding-right: 41px !important;
  }
  .laptop-xl\:p-y-4\.1 {
    padding-top: 41px !important;
    padding-bottom: 41px !important;
  }
  .laptop-xl-m-4\.1 {
    margin: 41px !important;
  }
  .laptop-xl-p-4\.1 {
    padding: 41px !important;
  }
  .laptop-xl-m-x-4\.1 {
    margin-left: 41px !important;
    margin-right: 41px !important;
  }
  .laptop-xl-m-y-4\.1 {
    margin-top: 41px !important;
    margin-bottom: 41px !important;
  }
  .laptop-xl-p-x-4\.1 {
    padding-left: 41px !important;
    padding-right: 41px !important;
  }
  .laptop-xl-p-y-4\.1 {
    padding-top: 41px !important;
    padding-bottom: 41px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-4\.2 {
    margin: 42px !important;
  }
  .laptop-xl\:p-4\.2 {
    padding: 42px !important;
  }
  .laptop-xl\:m-x-4\.2 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }
  .laptop-xl\:m-y-4\.2 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .laptop-xl\:p-x-4\.2 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
  .laptop-xl\:p-y-4\.2 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .laptop-xl-m-4\.2 {
    margin: 42px !important;
  }
  .laptop-xl-p-4\.2 {
    padding: 42px !important;
  }
  .laptop-xl-m-x-4\.2 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }
  .laptop-xl-m-y-4\.2 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .laptop-xl-p-x-4\.2 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
  .laptop-xl-p-y-4\.2 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-4\.3 {
    margin: 43px !important;
  }
  .laptop-xl\:p-4\.3 {
    padding: 43px !important;
  }
  .laptop-xl\:m-x-4\.3 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  .laptop-xl\:m-y-4\.3 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .laptop-xl\:p-x-4\.3 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  .laptop-xl\:p-y-4\.3 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  .laptop-xl-m-4\.3 {
    margin: 43px !important;
  }
  .laptop-xl-p-4\.3 {
    padding: 43px !important;
  }
  .laptop-xl-m-x-4\.3 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  .laptop-xl-m-y-4\.3 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .laptop-xl-p-x-4\.3 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  .laptop-xl-p-y-4\.3 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-4\.4 {
    margin: 44px !important;
  }
  .laptop-xl\:p-4\.4 {
    padding: 44px !important;
  }
  .laptop-xl\:m-x-4\.4 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }
  .laptop-xl\:m-y-4\.4 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .laptop-xl\:p-x-4\.4 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
  .laptop-xl\:p-y-4\.4 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .laptop-xl-m-4\.4 {
    margin: 44px !important;
  }
  .laptop-xl-p-4\.4 {
    padding: 44px !important;
  }
  .laptop-xl-m-x-4\.4 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }
  .laptop-xl-m-y-4\.4 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .laptop-xl-p-x-4\.4 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
  .laptop-xl-p-y-4\.4 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-4\.5 {
    margin: 45px !important;
  }
  .laptop-xl\:p-4\.5 {
    padding: 45px !important;
  }
  .laptop-xl\:m-x-4\.5 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .laptop-xl\:m-y-4\.5 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .laptop-xl\:p-x-4\.5 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .laptop-xl\:p-y-4\.5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .laptop-xl-m-4\.5 {
    margin: 45px !important;
  }
  .laptop-xl-p-4\.5 {
    padding: 45px !important;
  }
  .laptop-xl-m-x-4\.5 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .laptop-xl-m-y-4\.5 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .laptop-xl-p-x-4\.5 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .laptop-xl-p-y-4\.5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-4\.6 {
    margin: 46px !important;
  }
  .laptop-xl\:p-4\.6 {
    padding: 46px !important;
  }
  .laptop-xl\:m-x-4\.6 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .laptop-xl\:m-y-4\.6 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .laptop-xl\:p-x-4\.6 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  .laptop-xl\:p-y-4\.6 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .laptop-xl-m-4\.6 {
    margin: 46px !important;
  }
  .laptop-xl-p-4\.6 {
    padding: 46px !important;
  }
  .laptop-xl-m-x-4\.6 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .laptop-xl-m-y-4\.6 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .laptop-xl-p-x-4\.6 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  .laptop-xl-p-y-4\.6 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-4\.7 {
    margin: 47px !important;
  }
  .laptop-xl\:p-4\.7 {
    padding: 47px !important;
  }
  .laptop-xl\:m-x-4\.7 {
    margin-left: 47px !important;
    margin-right: 47px !important;
  }
  .laptop-xl\:m-y-4\.7 {
    margin-top: 47px !important;
    margin-bottom: 47px !important;
  }
  .laptop-xl\:p-x-4\.7 {
    padding-left: 47px !important;
    padding-right: 47px !important;
  }
  .laptop-xl\:p-y-4\.7 {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
  }
  .laptop-xl-m-4\.7 {
    margin: 47px !important;
  }
  .laptop-xl-p-4\.7 {
    padding: 47px !important;
  }
  .laptop-xl-m-x-4\.7 {
    margin-left: 47px !important;
    margin-right: 47px !important;
  }
  .laptop-xl-m-y-4\.7 {
    margin-top: 47px !important;
    margin-bottom: 47px !important;
  }
  .laptop-xl-p-x-4\.7 {
    padding-left: 47px !important;
    padding-right: 47px !important;
  }
  .laptop-xl-p-y-4\.7 {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-4\.8 {
    margin: 48px !important;
  }
  .laptop-xl\:p-4\.8 {
    padding: 48px !important;
  }
  .laptop-xl\:m-x-4\.8 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .laptop-xl\:m-y-4\.8 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .laptop-xl\:p-x-4\.8 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .laptop-xl\:p-y-4\.8 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .laptop-xl-m-4\.8 {
    margin: 48px !important;
  }
  .laptop-xl-p-4\.8 {
    padding: 48px !important;
  }
  .laptop-xl-m-x-4\.8 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .laptop-xl-m-y-4\.8 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .laptop-xl-p-x-4\.8 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .laptop-xl-p-y-4\.8 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-4\.9 {
    margin: 49px !important;
  }
  .laptop-xl\:p-4\.9 {
    padding: 49px !important;
  }
  .laptop-xl\:m-x-4\.9 {
    margin-left: 49px !important;
    margin-right: 49px !important;
  }
  .laptop-xl\:m-y-4\.9 {
    margin-top: 49px !important;
    margin-bottom: 49px !important;
  }
  .laptop-xl\:p-x-4\.9 {
    padding-left: 49px !important;
    padding-right: 49px !important;
  }
  .laptop-xl\:p-y-4\.9 {
    padding-top: 49px !important;
    padding-bottom: 49px !important;
  }
  .laptop-xl-m-4\.9 {
    margin: 49px !important;
  }
  .laptop-xl-p-4\.9 {
    padding: 49px !important;
  }
  .laptop-xl-m-x-4\.9 {
    margin-left: 49px !important;
    margin-right: 49px !important;
  }
  .laptop-xl-m-y-4\.9 {
    margin-top: 49px !important;
    margin-bottom: 49px !important;
  }
  .laptop-xl-p-x-4\.9 {
    padding-left: 49px !important;
    padding-right: 49px !important;
  }
  .laptop-xl-p-y-4\.9 {
    padding-top: 49px !important;
    padding-bottom: 49px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-5 {
    margin: 50px !important;
  }
  .laptop-xl\:p-5 {
    padding: 50px !important;
  }
  .laptop-xl\:m-x-5 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .laptop-xl\:m-y-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .laptop-xl\:p-x-5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .laptop-xl\:p-y-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .laptop-xl-m-5 {
    margin: 50px !important;
  }
  .laptop-xl-p-5 {
    padding: 50px !important;
  }
  .laptop-xl-m-x-5 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .laptop-xl-m-y-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .laptop-xl-p-x-5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .laptop-xl-p-y-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-6 {
    margin: 60px !important;
  }
  .laptop-xl\:p-6 {
    padding: 60px !important;
  }
  .laptop-xl\:m-x-6 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .laptop-xl\:m-y-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .laptop-xl\:p-x-6 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .laptop-xl\:p-y-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .laptop-xl-m-6 {
    margin: 60px !important;
  }
  .laptop-xl-p-6 {
    padding: 60px !important;
  }
  .laptop-xl-m-x-6 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .laptop-xl-m-y-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .laptop-xl-p-x-6 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .laptop-xl-p-y-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-7 {
    margin: 70px !important;
  }
  .laptop-xl\:p-7 {
    padding: 70px !important;
  }
  .laptop-xl\:m-x-7 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .laptop-xl\:m-y-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .laptop-xl\:p-x-7 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .laptop-xl\:p-y-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .laptop-xl-m-7 {
    margin: 70px !important;
  }
  .laptop-xl-p-7 {
    padding: 70px !important;
  }
  .laptop-xl-m-x-7 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .laptop-xl-m-y-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .laptop-xl-p-x-7 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .laptop-xl-p-y-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-8 {
    margin: 80px !important;
  }
  .laptop-xl\:p-8 {
    padding: 80px !important;
  }
  .laptop-xl\:m-x-8 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .laptop-xl\:m-y-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .laptop-xl\:p-x-8 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .laptop-xl\:p-y-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .laptop-xl-m-8 {
    margin: 80px !important;
  }
  .laptop-xl-p-8 {
    padding: 80px !important;
  }
  .laptop-xl-m-x-8 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .laptop-xl-m-y-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .laptop-xl-p-x-8 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .laptop-xl-p-y-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-9 {
    margin: 90px !important;
  }
  .laptop-xl\:p-9 {
    padding: 90px !important;
  }
  .laptop-xl\:m-x-9 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .laptop-xl\:m-y-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .laptop-xl\:p-x-9 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .laptop-xl\:p-y-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .laptop-xl-m-9 {
    margin: 90px !important;
  }
  .laptop-xl-p-9 {
    padding: 90px !important;
  }
  .laptop-xl-m-x-9 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .laptop-xl-m-y-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .laptop-xl-p-x-9 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .laptop-xl-p-y-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-10 {
    margin: 100px !important;
  }
  .laptop-xl\:p-10 {
    padding: 100px !important;
  }
  .laptop-xl\:m-x-10 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .laptop-xl\:m-y-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .laptop-xl\:p-x-10 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .laptop-xl\:p-y-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .laptop-xl-m-10 {
    margin: 100px !important;
  }
  .laptop-xl-p-10 {
    padding: 100px !important;
  }
  .laptop-xl-m-x-10 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .laptop-xl-m-y-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .laptop-xl-p-x-10 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .laptop-xl-p-y-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-11 {
    margin: 110px !important;
  }
  .laptop-xl\:p-11 {
    padding: 110px !important;
  }
  .laptop-xl\:m-x-11 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  .laptop-xl\:m-y-11 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .laptop-xl\:p-x-11 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .laptop-xl\:p-y-11 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .laptop-xl-m-11 {
    margin: 110px !important;
  }
  .laptop-xl-p-11 {
    padding: 110px !important;
  }
  .laptop-xl-m-x-11 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  .laptop-xl-m-y-11 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .laptop-xl-p-x-11 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .laptop-xl-p-y-11 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-12 {
    margin: 120px !important;
  }
  .laptop-xl\:p-12 {
    padding: 120px !important;
  }
  .laptop-xl\:m-x-12 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .laptop-xl\:m-y-12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .laptop-xl\:p-x-12 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .laptop-xl\:p-y-12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .laptop-xl-m-12 {
    margin: 120px !important;
  }
  .laptop-xl-p-12 {
    padding: 120px !important;
  }
  .laptop-xl-m-x-12 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .laptop-xl-m-y-12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .laptop-xl-p-x-12 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .laptop-xl-p-y-12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-13 {
    margin: 130px !important;
  }
  .laptop-xl\:p-13 {
    padding: 130px !important;
  }
  .laptop-xl\:m-x-13 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  .laptop-xl\:m-y-13 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .laptop-xl\:p-x-13 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .laptop-xl\:p-y-13 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .laptop-xl-m-13 {
    margin: 130px !important;
  }
  .laptop-xl-p-13 {
    padding: 130px !important;
  }
  .laptop-xl-m-x-13 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  .laptop-xl-m-y-13 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .laptop-xl-p-x-13 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .laptop-xl-p-y-13 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-14 {
    margin: 140px !important;
  }
  .laptop-xl\:p-14 {
    padding: 140px !important;
  }
  .laptop-xl\:m-x-14 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  .laptop-xl\:m-y-14 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .laptop-xl\:p-x-14 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .laptop-xl\:p-y-14 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .laptop-xl-m-14 {
    margin: 140px !important;
  }
  .laptop-xl-p-14 {
    padding: 140px !important;
  }
  .laptop-xl-m-x-14 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  .laptop-xl-m-y-14 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .laptop-xl-p-x-14 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .laptop-xl-p-y-14 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-15 {
    margin: 150px !important;
  }
  .laptop-xl\:p-15 {
    padding: 150px !important;
  }
  .laptop-xl\:m-x-15 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .laptop-xl\:m-y-15 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .laptop-xl\:p-x-15 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .laptop-xl\:p-y-15 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .laptop-xl-m-15 {
    margin: 150px !important;
  }
  .laptop-xl-p-15 {
    padding: 150px !important;
  }
  .laptop-xl-m-x-15 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .laptop-xl-m-y-15 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .laptop-xl-p-x-15 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .laptop-xl-p-y-15 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-16 {
    margin: 160px !important;
  }
  .laptop-xl\:p-16 {
    padding: 160px !important;
  }
  .laptop-xl\:m-x-16 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .laptop-xl\:m-y-16 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .laptop-xl\:p-x-16 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .laptop-xl\:p-y-16 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .laptop-xl-m-16 {
    margin: 160px !important;
  }
  .laptop-xl-p-16 {
    padding: 160px !important;
  }
  .laptop-xl-m-x-16 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .laptop-xl-m-y-16 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .laptop-xl-p-x-16 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .laptop-xl-p-y-16 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-17 {
    margin: 170px !important;
  }
  .laptop-xl\:p-17 {
    padding: 170px !important;
  }
  .laptop-xl\:m-x-17 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  .laptop-xl\:m-y-17 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .laptop-xl\:p-x-17 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  .laptop-xl\:p-y-17 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .laptop-xl-m-17 {
    margin: 170px !important;
  }
  .laptop-xl-p-17 {
    padding: 170px !important;
  }
  .laptop-xl-m-x-17 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  .laptop-xl-m-y-17 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .laptop-xl-p-x-17 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  .laptop-xl-p-y-17 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-18 {
    margin: 180px !important;
  }
  .laptop-xl\:p-18 {
    padding: 180px !important;
  }
  .laptop-xl\:m-x-18 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  .laptop-xl\:m-y-18 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .laptop-xl\:p-x-18 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .laptop-xl\:p-y-18 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .laptop-xl-m-18 {
    margin: 180px !important;
  }
  .laptop-xl-p-18 {
    padding: 180px !important;
  }
  .laptop-xl-m-x-18 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  .laptop-xl-m-y-18 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .laptop-xl-p-x-18 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .laptop-xl-p-y-18 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-19 {
    margin: 190px !important;
  }
  .laptop-xl\:p-19 {
    padding: 190px !important;
  }
  .laptop-xl\:m-x-19 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  .laptop-xl\:m-y-19 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .laptop-xl\:p-x-19 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  .laptop-xl\:p-y-19 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .laptop-xl-m-19 {
    margin: 190px !important;
  }
  .laptop-xl-p-19 {
    padding: 190px !important;
  }
  .laptop-xl-m-x-19 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  .laptop-xl-m-y-19 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .laptop-xl-p-x-19 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  .laptop-xl-p-y-19 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-20 {
    margin: 200px !important;
  }
  .laptop-xl\:p-20 {
    padding: 200px !important;
  }
  .laptop-xl\:m-x-20 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .laptop-xl\:m-y-20 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .laptop-xl\:p-x-20 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .laptop-xl\:p-y-20 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .laptop-xl-m-20 {
    margin: 200px !important;
  }
  .laptop-xl-p-20 {
    padding: 200px !important;
  }
  .laptop-xl-m-x-20 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .laptop-xl-m-y-20 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .laptop-xl-p-x-20 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .laptop-xl-p-y-20 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-21 {
    margin: 210px !important;
  }
  .laptop-xl\:p-21 {
    padding: 210px !important;
  }
  .laptop-xl\:m-x-21 {
    margin-left: 210px !important;
    margin-right: 210px !important;
  }
  .laptop-xl\:m-y-21 {
    margin-top: 210px !important;
    margin-bottom: 210px !important;
  }
  .laptop-xl\:p-x-21 {
    padding-left: 210px !important;
    padding-right: 210px !important;
  }
  .laptop-xl\:p-y-21 {
    padding-top: 210px !important;
    padding-bottom: 210px !important;
  }
  .laptop-xl-m-21 {
    margin: 210px !important;
  }
  .laptop-xl-p-21 {
    padding: 210px !important;
  }
  .laptop-xl-m-x-21 {
    margin-left: 210px !important;
    margin-right: 210px !important;
  }
  .laptop-xl-m-y-21 {
    margin-top: 210px !important;
    margin-bottom: 210px !important;
  }
  .laptop-xl-p-x-21 {
    padding-left: 210px !important;
    padding-right: 210px !important;
  }
  .laptop-xl-p-y-21 {
    padding-top: 210px !important;
    padding-bottom: 210px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-22 {
    margin: 220px !important;
  }
  .laptop-xl\:p-22 {
    padding: 220px !important;
  }
  .laptop-xl\:m-x-22 {
    margin-left: 220px !important;
    margin-right: 220px !important;
  }
  .laptop-xl\:m-y-22 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .laptop-xl\:p-x-22 {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }
  .laptop-xl\:p-y-22 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .laptop-xl-m-22 {
    margin: 220px !important;
  }
  .laptop-xl-p-22 {
    padding: 220px !important;
  }
  .laptop-xl-m-x-22 {
    margin-left: 220px !important;
    margin-right: 220px !important;
  }
  .laptop-xl-m-y-22 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .laptop-xl-p-x-22 {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }
  .laptop-xl-p-y-22 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-23 {
    margin: 230px !important;
  }
  .laptop-xl\:p-23 {
    padding: 230px !important;
  }
  .laptop-xl\:m-x-23 {
    margin-left: 230px !important;
    margin-right: 230px !important;
  }
  .laptop-xl\:m-y-23 {
    margin-top: 230px !important;
    margin-bottom: 230px !important;
  }
  .laptop-xl\:p-x-23 {
    padding-left: 230px !important;
    padding-right: 230px !important;
  }
  .laptop-xl\:p-y-23 {
    padding-top: 230px !important;
    padding-bottom: 230px !important;
  }
  .laptop-xl-m-23 {
    margin: 230px !important;
  }
  .laptop-xl-p-23 {
    padding: 230px !important;
  }
  .laptop-xl-m-x-23 {
    margin-left: 230px !important;
    margin-right: 230px !important;
  }
  .laptop-xl-m-y-23 {
    margin-top: 230px !important;
    margin-bottom: 230px !important;
  }
  .laptop-xl-p-x-23 {
    padding-left: 230px !important;
    padding-right: 230px !important;
  }
  .laptop-xl-p-y-23 {
    padding-top: 230px !important;
    padding-bottom: 230px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-24 {
    margin: 240px !important;
  }
  .laptop-xl\:p-24 {
    padding: 240px !important;
  }
  .laptop-xl\:m-x-24 {
    margin-left: 240px !important;
    margin-right: 240px !important;
  }
  .laptop-xl\:m-y-24 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .laptop-xl\:p-x-24 {
    padding-left: 240px !important;
    padding-right: 240px !important;
  }
  .laptop-xl\:p-y-24 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .laptop-xl-m-24 {
    margin: 240px !important;
  }
  .laptop-xl-p-24 {
    padding: 240px !important;
  }
  .laptop-xl-m-x-24 {
    margin-left: 240px !important;
    margin-right: 240px !important;
  }
  .laptop-xl-m-y-24 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .laptop-xl-p-x-24 {
    padding-left: 240px !important;
    padding-right: 240px !important;
  }
  .laptop-xl-p-y-24 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-25 {
    margin: 250px !important;
  }
  .laptop-xl\:p-25 {
    padding: 250px !important;
  }
  .laptop-xl\:m-x-25 {
    margin-left: 250px !important;
    margin-right: 250px !important;
  }
  .laptop-xl\:m-y-25 {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }
  .laptop-xl\:p-x-25 {
    padding-left: 250px !important;
    padding-right: 250px !important;
  }
  .laptop-xl\:p-y-25 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }
  .laptop-xl-m-25 {
    margin: 250px !important;
  }
  .laptop-xl-p-25 {
    padding: 250px !important;
  }
  .laptop-xl-m-x-25 {
    margin-left: 250px !important;
    margin-right: 250px !important;
  }
  .laptop-xl-m-y-25 {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }
  .laptop-xl-p-x-25 {
    padding-left: 250px !important;
    padding-right: 250px !important;
  }
  .laptop-xl-p-y-25 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-26 {
    margin: 260px !important;
  }
  .laptop-xl\:p-26 {
    padding: 260px !important;
  }
  .laptop-xl\:m-x-26 {
    margin-left: 260px !important;
    margin-right: 260px !important;
  }
  .laptop-xl\:m-y-26 {
    margin-top: 260px !important;
    margin-bottom: 260px !important;
  }
  .laptop-xl\:p-x-26 {
    padding-left: 260px !important;
    padding-right: 260px !important;
  }
  .laptop-xl\:p-y-26 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
  }
  .laptop-xl-m-26 {
    margin: 260px !important;
  }
  .laptop-xl-p-26 {
    padding: 260px !important;
  }
  .laptop-xl-m-x-26 {
    margin-left: 260px !important;
    margin-right: 260px !important;
  }
  .laptop-xl-m-y-26 {
    margin-top: 260px !important;
    margin-bottom: 260px !important;
  }
  .laptop-xl-p-x-26 {
    padding-left: 260px !important;
    padding-right: 260px !important;
  }
  .laptop-xl-p-y-26 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-27 {
    margin: 270px !important;
  }
  .laptop-xl\:p-27 {
    padding: 270px !important;
  }
  .laptop-xl\:m-x-27 {
    margin-left: 270px !important;
    margin-right: 270px !important;
  }
  .laptop-xl\:m-y-27 {
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }
  .laptop-xl\:p-x-27 {
    padding-left: 270px !important;
    padding-right: 270px !important;
  }
  .laptop-xl\:p-y-27 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }
  .laptop-xl-m-27 {
    margin: 270px !important;
  }
  .laptop-xl-p-27 {
    padding: 270px !important;
  }
  .laptop-xl-m-x-27 {
    margin-left: 270px !important;
    margin-right: 270px !important;
  }
  .laptop-xl-m-y-27 {
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }
  .laptop-xl-p-x-27 {
    padding-left: 270px !important;
    padding-right: 270px !important;
  }
  .laptop-xl-p-y-27 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-28 {
    margin: 280px !important;
  }
  .laptop-xl\:p-28 {
    padding: 280px !important;
  }
  .laptop-xl\:m-x-28 {
    margin-left: 280px !important;
    margin-right: 280px !important;
  }
  .laptop-xl\:m-y-28 {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
  }
  .laptop-xl\:p-x-28 {
    padding-left: 280px !important;
    padding-right: 280px !important;
  }
  .laptop-xl\:p-y-28 {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
  }
  .laptop-xl-m-28 {
    margin: 280px !important;
  }
  .laptop-xl-p-28 {
    padding: 280px !important;
  }
  .laptop-xl-m-x-28 {
    margin-left: 280px !important;
    margin-right: 280px !important;
  }
  .laptop-xl-m-y-28 {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
  }
  .laptop-xl-p-x-28 {
    padding-left: 280px !important;
    padding-right: 280px !important;
  }
  .laptop-xl-p-y-28 {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-29 {
    margin: 290px !important;
  }
  .laptop-xl\:p-29 {
    padding: 290px !important;
  }
  .laptop-xl\:m-x-29 {
    margin-left: 290px !important;
    margin-right: 290px !important;
  }
  .laptop-xl\:m-y-29 {
    margin-top: 290px !important;
    margin-bottom: 290px !important;
  }
  .laptop-xl\:p-x-29 {
    padding-left: 290px !important;
    padding-right: 290px !important;
  }
  .laptop-xl\:p-y-29 {
    padding-top: 290px !important;
    padding-bottom: 290px !important;
  }
  .laptop-xl-m-29 {
    margin: 290px !important;
  }
  .laptop-xl-p-29 {
    padding: 290px !important;
  }
  .laptop-xl-m-x-29 {
    margin-left: 290px !important;
    margin-right: 290px !important;
  }
  .laptop-xl-m-y-29 {
    margin-top: 290px !important;
    margin-bottom: 290px !important;
  }
  .laptop-xl-p-x-29 {
    padding-left: 290px !important;
    padding-right: 290px !important;
  }
  .laptop-xl-p-y-29 {
    padding-top: 290px !important;
    padding-bottom: 290px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-30 {
    margin: 300px !important;
  }
  .laptop-xl\:p-30 {
    padding: 300px !important;
  }
  .laptop-xl\:m-x-30 {
    margin-left: 300px !important;
    margin-right: 300px !important;
  }
  .laptop-xl\:m-y-30 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }
  .laptop-xl\:p-x-30 {
    padding-left: 300px !important;
    padding-right: 300px !important;
  }
  .laptop-xl\:p-y-30 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }
  .laptop-xl-m-30 {
    margin: 300px !important;
  }
  .laptop-xl-p-30 {
    padding: 300px !important;
  }
  .laptop-xl-m-x-30 {
    margin-left: 300px !important;
    margin-right: 300px !important;
  }
  .laptop-xl-m-y-30 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }
  .laptop-xl-p-x-30 {
    padding-left: 300px !important;
    padding-right: 300px !important;
  }
  .laptop-xl-p-y-30 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-31 {
    margin: 310px !important;
  }
  .laptop-xl\:p-31 {
    padding: 310px !important;
  }
  .laptop-xl\:m-x-31 {
    margin-left: 310px !important;
    margin-right: 310px !important;
  }
  .laptop-xl\:m-y-31 {
    margin-top: 310px !important;
    margin-bottom: 310px !important;
  }
  .laptop-xl\:p-x-31 {
    padding-left: 310px !important;
    padding-right: 310px !important;
  }
  .laptop-xl\:p-y-31 {
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }
  .laptop-xl-m-31 {
    margin: 310px !important;
  }
  .laptop-xl-p-31 {
    padding: 310px !important;
  }
  .laptop-xl-m-x-31 {
    margin-left: 310px !important;
    margin-right: 310px !important;
  }
  .laptop-xl-m-y-31 {
    margin-top: 310px !important;
    margin-bottom: 310px !important;
  }
  .laptop-xl-p-x-31 {
    padding-left: 310px !important;
    padding-right: 310px !important;
  }
  .laptop-xl-p-y-31 {
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-32 {
    margin: 320px !important;
  }
  .laptop-xl\:p-32 {
    padding: 320px !important;
  }
  .laptop-xl\:m-x-32 {
    margin-left: 320px !important;
    margin-right: 320px !important;
  }
  .laptop-xl\:m-y-32 {
    margin-top: 320px !important;
    margin-bottom: 320px !important;
  }
  .laptop-xl\:p-x-32 {
    padding-left: 320px !important;
    padding-right: 320px !important;
  }
  .laptop-xl\:p-y-32 {
    padding-top: 320px !important;
    padding-bottom: 320px !important;
  }
  .laptop-xl-m-32 {
    margin: 320px !important;
  }
  .laptop-xl-p-32 {
    padding: 320px !important;
  }
  .laptop-xl-m-x-32 {
    margin-left: 320px !important;
    margin-right: 320px !important;
  }
  .laptop-xl-m-y-32 {
    margin-top: 320px !important;
    margin-bottom: 320px !important;
  }
  .laptop-xl-p-x-32 {
    padding-left: 320px !important;
    padding-right: 320px !important;
  }
  .laptop-xl-p-y-32 {
    padding-top: 320px !important;
    padding-bottom: 320px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-33 {
    margin: 330px !important;
  }
  .laptop-xl\:p-33 {
    padding: 330px !important;
  }
  .laptop-xl\:m-x-33 {
    margin-left: 330px !important;
    margin-right: 330px !important;
  }
  .laptop-xl\:m-y-33 {
    margin-top: 330px !important;
    margin-bottom: 330px !important;
  }
  .laptop-xl\:p-x-33 {
    padding-left: 330px !important;
    padding-right: 330px !important;
  }
  .laptop-xl\:p-y-33 {
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }
  .laptop-xl-m-33 {
    margin: 330px !important;
  }
  .laptop-xl-p-33 {
    padding: 330px !important;
  }
  .laptop-xl-m-x-33 {
    margin-left: 330px !important;
    margin-right: 330px !important;
  }
  .laptop-xl-m-y-33 {
    margin-top: 330px !important;
    margin-bottom: 330px !important;
  }
  .laptop-xl-p-x-33 {
    padding-left: 330px !important;
    padding-right: 330px !important;
  }
  .laptop-xl-p-y-33 {
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-34 {
    margin: 340px !important;
  }
  .laptop-xl\:p-34 {
    padding: 340px !important;
  }
  .laptop-xl\:m-x-34 {
    margin-left: 340px !important;
    margin-right: 340px !important;
  }
  .laptop-xl\:m-y-34 {
    margin-top: 340px !important;
    margin-bottom: 340px !important;
  }
  .laptop-xl\:p-x-34 {
    padding-left: 340px !important;
    padding-right: 340px !important;
  }
  .laptop-xl\:p-y-34 {
    padding-top: 340px !important;
    padding-bottom: 340px !important;
  }
  .laptop-xl-m-34 {
    margin: 340px !important;
  }
  .laptop-xl-p-34 {
    padding: 340px !important;
  }
  .laptop-xl-m-x-34 {
    margin-left: 340px !important;
    margin-right: 340px !important;
  }
  .laptop-xl-m-y-34 {
    margin-top: 340px !important;
    margin-bottom: 340px !important;
  }
  .laptop-xl-p-x-34 {
    padding-left: 340px !important;
    padding-right: 340px !important;
  }
  .laptop-xl-p-y-34 {
    padding-top: 340px !important;
    padding-bottom: 340px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-35 {
    margin: 350px !important;
  }
  .laptop-xl\:p-35 {
    padding: 350px !important;
  }
  .laptop-xl\:m-x-35 {
    margin-left: 350px !important;
    margin-right: 350px !important;
  }
  .laptop-xl\:m-y-35 {
    margin-top: 350px !important;
    margin-bottom: 350px !important;
  }
  .laptop-xl\:p-x-35 {
    padding-left: 350px !important;
    padding-right: 350px !important;
  }
  .laptop-xl\:p-y-35 {
    padding-top: 350px !important;
    padding-bottom: 350px !important;
  }
  .laptop-xl-m-35 {
    margin: 350px !important;
  }
  .laptop-xl-p-35 {
    padding: 350px !important;
  }
  .laptop-xl-m-x-35 {
    margin-left: 350px !important;
    margin-right: 350px !important;
  }
  .laptop-xl-m-y-35 {
    margin-top: 350px !important;
    margin-bottom: 350px !important;
  }
  .laptop-xl-p-x-35 {
    padding-left: 350px !important;
    padding-right: 350px !important;
  }
  .laptop-xl-p-y-35 {
    padding-top: 350px !important;
    padding-bottom: 350px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-36 {
    margin: 360px !important;
  }
  .laptop-xl\:p-36 {
    padding: 360px !important;
  }
  .laptop-xl\:m-x-36 {
    margin-left: 360px !important;
    margin-right: 360px !important;
  }
  .laptop-xl\:m-y-36 {
    margin-top: 360px !important;
    margin-bottom: 360px !important;
  }
  .laptop-xl\:p-x-36 {
    padding-left: 360px !important;
    padding-right: 360px !important;
  }
  .laptop-xl\:p-y-36 {
    padding-top: 360px !important;
    padding-bottom: 360px !important;
  }
  .laptop-xl-m-36 {
    margin: 360px !important;
  }
  .laptop-xl-p-36 {
    padding: 360px !important;
  }
  .laptop-xl-m-x-36 {
    margin-left: 360px !important;
    margin-right: 360px !important;
  }
  .laptop-xl-m-y-36 {
    margin-top: 360px !important;
    margin-bottom: 360px !important;
  }
  .laptop-xl-p-x-36 {
    padding-left: 360px !important;
    padding-right: 360px !important;
  }
  .laptop-xl-p-y-36 {
    padding-top: 360px !important;
    padding-bottom: 360px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-37 {
    margin: 370px !important;
  }
  .laptop-xl\:p-37 {
    padding: 370px !important;
  }
  .laptop-xl\:m-x-37 {
    margin-left: 370px !important;
    margin-right: 370px !important;
  }
  .laptop-xl\:m-y-37 {
    margin-top: 370px !important;
    margin-bottom: 370px !important;
  }
  .laptop-xl\:p-x-37 {
    padding-left: 370px !important;
    padding-right: 370px !important;
  }
  .laptop-xl\:p-y-37 {
    padding-top: 370px !important;
    padding-bottom: 370px !important;
  }
  .laptop-xl-m-37 {
    margin: 370px !important;
  }
  .laptop-xl-p-37 {
    padding: 370px !important;
  }
  .laptop-xl-m-x-37 {
    margin-left: 370px !important;
    margin-right: 370px !important;
  }
  .laptop-xl-m-y-37 {
    margin-top: 370px !important;
    margin-bottom: 370px !important;
  }
  .laptop-xl-p-x-37 {
    padding-left: 370px !important;
    padding-right: 370px !important;
  }
  .laptop-xl-p-y-37 {
    padding-top: 370px !important;
    padding-bottom: 370px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-38 {
    margin: 380px !important;
  }
  .laptop-xl\:p-38 {
    padding: 380px !important;
  }
  .laptop-xl\:m-x-38 {
    margin-left: 380px !important;
    margin-right: 380px !important;
  }
  .laptop-xl\:m-y-38 {
    margin-top: 380px !important;
    margin-bottom: 380px !important;
  }
  .laptop-xl\:p-x-38 {
    padding-left: 380px !important;
    padding-right: 380px !important;
  }
  .laptop-xl\:p-y-38 {
    padding-top: 380px !important;
    padding-bottom: 380px !important;
  }
  .laptop-xl-m-38 {
    margin: 380px !important;
  }
  .laptop-xl-p-38 {
    padding: 380px !important;
  }
  .laptop-xl-m-x-38 {
    margin-left: 380px !important;
    margin-right: 380px !important;
  }
  .laptop-xl-m-y-38 {
    margin-top: 380px !important;
    margin-bottom: 380px !important;
  }
  .laptop-xl-p-x-38 {
    padding-left: 380px !important;
    padding-right: 380px !important;
  }
  .laptop-xl-p-y-38 {
    padding-top: 380px !important;
    padding-bottom: 380px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-39 {
    margin: 390px !important;
  }
  .laptop-xl\:p-39 {
    padding: 390px !important;
  }
  .laptop-xl\:m-x-39 {
    margin-left: 390px !important;
    margin-right: 390px !important;
  }
  .laptop-xl\:m-y-39 {
    margin-top: 390px !important;
    margin-bottom: 390px !important;
  }
  .laptop-xl\:p-x-39 {
    padding-left: 390px !important;
    padding-right: 390px !important;
  }
  .laptop-xl\:p-y-39 {
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }
  .laptop-xl-m-39 {
    margin: 390px !important;
  }
  .laptop-xl-p-39 {
    padding: 390px !important;
  }
  .laptop-xl-m-x-39 {
    margin-left: 390px !important;
    margin-right: 390px !important;
  }
  .laptop-xl-m-y-39 {
    margin-top: 390px !important;
    margin-bottom: 390px !important;
  }
  .laptop-xl-p-x-39 {
    padding-left: 390px !important;
    padding-right: 390px !important;
  }
  .laptop-xl-p-y-39 {
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-40 {
    margin: 400px !important;
  }
  .laptop-xl\:p-40 {
    padding: 400px !important;
  }
  .laptop-xl\:m-x-40 {
    margin-left: 400px !important;
    margin-right: 400px !important;
  }
  .laptop-xl\:m-y-40 {
    margin-top: 400px !important;
    margin-bottom: 400px !important;
  }
  .laptop-xl\:p-x-40 {
    padding-left: 400px !important;
    padding-right: 400px !important;
  }
  .laptop-xl\:p-y-40 {
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }
  .laptop-xl-m-40 {
    margin: 400px !important;
  }
  .laptop-xl-p-40 {
    padding: 400px !important;
  }
  .laptop-xl-m-x-40 {
    margin-left: 400px !important;
    margin-right: 400px !important;
  }
  .laptop-xl-m-y-40 {
    margin-top: 400px !important;
    margin-bottom: 400px !important;
  }
  .laptop-xl-p-x-40 {
    padding-left: 400px !important;
    padding-right: 400px !important;
  }
  .laptop-xl-p-y-40 {
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-41 {
    margin: 410px !important;
  }
  .laptop-xl\:p-41 {
    padding: 410px !important;
  }
  .laptop-xl\:m-x-41 {
    margin-left: 410px !important;
    margin-right: 410px !important;
  }
  .laptop-xl\:m-y-41 {
    margin-top: 410px !important;
    margin-bottom: 410px !important;
  }
  .laptop-xl\:p-x-41 {
    padding-left: 410px !important;
    padding-right: 410px !important;
  }
  .laptop-xl\:p-y-41 {
    padding-top: 410px !important;
    padding-bottom: 410px !important;
  }
  .laptop-xl-m-41 {
    margin: 410px !important;
  }
  .laptop-xl-p-41 {
    padding: 410px !important;
  }
  .laptop-xl-m-x-41 {
    margin-left: 410px !important;
    margin-right: 410px !important;
  }
  .laptop-xl-m-y-41 {
    margin-top: 410px !important;
    margin-bottom: 410px !important;
  }
  .laptop-xl-p-x-41 {
    padding-left: 410px !important;
    padding-right: 410px !important;
  }
  .laptop-xl-p-y-41 {
    padding-top: 410px !important;
    padding-bottom: 410px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-42 {
    margin: 420px !important;
  }
  .laptop-xl\:p-42 {
    padding: 420px !important;
  }
  .laptop-xl\:m-x-42 {
    margin-left: 420px !important;
    margin-right: 420px !important;
  }
  .laptop-xl\:m-y-42 {
    margin-top: 420px !important;
    margin-bottom: 420px !important;
  }
  .laptop-xl\:p-x-42 {
    padding-left: 420px !important;
    padding-right: 420px !important;
  }
  .laptop-xl\:p-y-42 {
    padding-top: 420px !important;
    padding-bottom: 420px !important;
  }
  .laptop-xl-m-42 {
    margin: 420px !important;
  }
  .laptop-xl-p-42 {
    padding: 420px !important;
  }
  .laptop-xl-m-x-42 {
    margin-left: 420px !important;
    margin-right: 420px !important;
  }
  .laptop-xl-m-y-42 {
    margin-top: 420px !important;
    margin-bottom: 420px !important;
  }
  .laptop-xl-p-x-42 {
    padding-left: 420px !important;
    padding-right: 420px !important;
  }
  .laptop-xl-p-y-42 {
    padding-top: 420px !important;
    padding-bottom: 420px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-43 {
    margin: 430px !important;
  }
  .laptop-xl\:p-43 {
    padding: 430px !important;
  }
  .laptop-xl\:m-x-43 {
    margin-left: 430px !important;
    margin-right: 430px !important;
  }
  .laptop-xl\:m-y-43 {
    margin-top: 430px !important;
    margin-bottom: 430px !important;
  }
  .laptop-xl\:p-x-43 {
    padding-left: 430px !important;
    padding-right: 430px !important;
  }
  .laptop-xl\:p-y-43 {
    padding-top: 430px !important;
    padding-bottom: 430px !important;
  }
  .laptop-xl-m-43 {
    margin: 430px !important;
  }
  .laptop-xl-p-43 {
    padding: 430px !important;
  }
  .laptop-xl-m-x-43 {
    margin-left: 430px !important;
    margin-right: 430px !important;
  }
  .laptop-xl-m-y-43 {
    margin-top: 430px !important;
    margin-bottom: 430px !important;
  }
  .laptop-xl-p-x-43 {
    padding-left: 430px !important;
    padding-right: 430px !important;
  }
  .laptop-xl-p-y-43 {
    padding-top: 430px !important;
    padding-bottom: 430px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-44 {
    margin: 440px !important;
  }
  .laptop-xl\:p-44 {
    padding: 440px !important;
  }
  .laptop-xl\:m-x-44 {
    margin-left: 440px !important;
    margin-right: 440px !important;
  }
  .laptop-xl\:m-y-44 {
    margin-top: 440px !important;
    margin-bottom: 440px !important;
  }
  .laptop-xl\:p-x-44 {
    padding-left: 440px !important;
    padding-right: 440px !important;
  }
  .laptop-xl\:p-y-44 {
    padding-top: 440px !important;
    padding-bottom: 440px !important;
  }
  .laptop-xl-m-44 {
    margin: 440px !important;
  }
  .laptop-xl-p-44 {
    padding: 440px !important;
  }
  .laptop-xl-m-x-44 {
    margin-left: 440px !important;
    margin-right: 440px !important;
  }
  .laptop-xl-m-y-44 {
    margin-top: 440px !important;
    margin-bottom: 440px !important;
  }
  .laptop-xl-p-x-44 {
    padding-left: 440px !important;
    padding-right: 440px !important;
  }
  .laptop-xl-p-y-44 {
    padding-top: 440px !important;
    padding-bottom: 440px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-45 {
    margin: 450px !important;
  }
  .laptop-xl\:p-45 {
    padding: 450px !important;
  }
  .laptop-xl\:m-x-45 {
    margin-left: 450px !important;
    margin-right: 450px !important;
  }
  .laptop-xl\:m-y-45 {
    margin-top: 450px !important;
    margin-bottom: 450px !important;
  }
  .laptop-xl\:p-x-45 {
    padding-left: 450px !important;
    padding-right: 450px !important;
  }
  .laptop-xl\:p-y-45 {
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }
  .laptop-xl-m-45 {
    margin: 450px !important;
  }
  .laptop-xl-p-45 {
    padding: 450px !important;
  }
  .laptop-xl-m-x-45 {
    margin-left: 450px !important;
    margin-right: 450px !important;
  }
  .laptop-xl-m-y-45 {
    margin-top: 450px !important;
    margin-bottom: 450px !important;
  }
  .laptop-xl-p-x-45 {
    padding-left: 450px !important;
    padding-right: 450px !important;
  }
  .laptop-xl-p-y-45 {
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-46 {
    margin: 460px !important;
  }
  .laptop-xl\:p-46 {
    padding: 460px !important;
  }
  .laptop-xl\:m-x-46 {
    margin-left: 460px !important;
    margin-right: 460px !important;
  }
  .laptop-xl\:m-y-46 {
    margin-top: 460px !important;
    margin-bottom: 460px !important;
  }
  .laptop-xl\:p-x-46 {
    padding-left: 460px !important;
    padding-right: 460px !important;
  }
  .laptop-xl\:p-y-46 {
    padding-top: 460px !important;
    padding-bottom: 460px !important;
  }
  .laptop-xl-m-46 {
    margin: 460px !important;
  }
  .laptop-xl-p-46 {
    padding: 460px !important;
  }
  .laptop-xl-m-x-46 {
    margin-left: 460px !important;
    margin-right: 460px !important;
  }
  .laptop-xl-m-y-46 {
    margin-top: 460px !important;
    margin-bottom: 460px !important;
  }
  .laptop-xl-p-x-46 {
    padding-left: 460px !important;
    padding-right: 460px !important;
  }
  .laptop-xl-p-y-46 {
    padding-top: 460px !important;
    padding-bottom: 460px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-47 {
    margin: 470px !important;
  }
  .laptop-xl\:p-47 {
    padding: 470px !important;
  }
  .laptop-xl\:m-x-47 {
    margin-left: 470px !important;
    margin-right: 470px !important;
  }
  .laptop-xl\:m-y-47 {
    margin-top: 470px !important;
    margin-bottom: 470px !important;
  }
  .laptop-xl\:p-x-47 {
    padding-left: 470px !important;
    padding-right: 470px !important;
  }
  .laptop-xl\:p-y-47 {
    padding-top: 470px !important;
    padding-bottom: 470px !important;
  }
  .laptop-xl-m-47 {
    margin: 470px !important;
  }
  .laptop-xl-p-47 {
    padding: 470px !important;
  }
  .laptop-xl-m-x-47 {
    margin-left: 470px !important;
    margin-right: 470px !important;
  }
  .laptop-xl-m-y-47 {
    margin-top: 470px !important;
    margin-bottom: 470px !important;
  }
  .laptop-xl-p-x-47 {
    padding-left: 470px !important;
    padding-right: 470px !important;
  }
  .laptop-xl-p-y-47 {
    padding-top: 470px !important;
    padding-bottom: 470px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-48 {
    margin: 480px !important;
  }
  .laptop-xl\:p-48 {
    padding: 480px !important;
  }
  .laptop-xl\:m-x-48 {
    margin-left: 480px !important;
    margin-right: 480px !important;
  }
  .laptop-xl\:m-y-48 {
    margin-top: 480px !important;
    margin-bottom: 480px !important;
  }
  .laptop-xl\:p-x-48 {
    padding-left: 480px !important;
    padding-right: 480px !important;
  }
  .laptop-xl\:p-y-48 {
    padding-top: 480px !important;
    padding-bottom: 480px !important;
  }
  .laptop-xl-m-48 {
    margin: 480px !important;
  }
  .laptop-xl-p-48 {
    padding: 480px !important;
  }
  .laptop-xl-m-x-48 {
    margin-left: 480px !important;
    margin-right: 480px !important;
  }
  .laptop-xl-m-y-48 {
    margin-top: 480px !important;
    margin-bottom: 480px !important;
  }
  .laptop-xl-p-x-48 {
    padding-left: 480px !important;
    padding-right: 480px !important;
  }
  .laptop-xl-p-y-48 {
    padding-top: 480px !important;
    padding-bottom: 480px !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-49 {
    margin: 490px !important;
  }
  .laptop-xl\:p-49 {
    padding: 490px !important;
  }
  .laptop-xl\:m-x-49 {
    margin-left: 490px !important;
    margin-right: 490px !important;
  }
  .laptop-xl\:m-y-49 {
    margin-top: 490px !important;
    margin-bottom: 490px !important;
  }
  .laptop-xl\:p-x-49 {
    padding-left: 490px !important;
    padding-right: 490px !important;
  }
  .laptop-xl\:p-y-49 {
    padding-top: 490px !important;
    padding-bottom: 490px !important;
  }
  .laptop-xl-m-49 {
    margin: 490px !important;
  }
  .laptop-xl-p-49 {
    padding: 490px !important;
  }
  .laptop-xl-m-x-49 {
    margin-left: 490px !important;
    margin-right: 490px !important;
  }
  .laptop-xl-m-y-49 {
    margin-top: 490px !important;
    margin-bottom: 490px !important;
  }
  .laptop-xl-p-x-49 {
    padding-left: 490px !important;
    padding-right: 490px !important;
  }
  .laptop-xl-p-y-49 {
    padding-top: 490px !important;
    padding-bottom: 490px !important;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--10 {
    margin-top: -100px;
  }
  .mobile\:p-t--10 {
    padding-top: -100px;
  }
  .mobile-m-t--10 {
    margin-top: -100px;
  }
  .mobile-p-t--10 {
    padding-top: -100px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--10 {
    margin-bottom: -100px;
  }
  .mobile\:p-b--10 {
    padding-bottom: -100px;
  }
  .mobile-m-b--10 {
    margin-bottom: -100px;
  }
  .mobile-p-b--10 {
    padding-bottom: -100px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--10 {
    margin-left: -100px;
  }
  .mobile\:p-l--10 {
    padding-left: -100px;
  }
  .mobile-m-l--10 {
    margin-left: -100px;
  }
  .mobile-p-l--10 {
    padding-left: -100px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--10 {
    margin-right: -100px;
  }
  .mobile\:p-r--10 {
    padding-right: -100px;
  }
  .mobile-m-r--10 {
    margin-right: -100px;
  }
  .mobile-p-r--10 {
    padding-right: -100px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--9\.9 {
    margin-top: -99px;
  }
  .mobile\:p-t--9\.9 {
    padding-top: -99px;
  }
  .mobile-m-t--9\.9 {
    margin-top: -99px;
  }
  .mobile-p-t--9\.9 {
    padding-top: -99px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--9\.9 {
    margin-bottom: -99px;
  }
  .mobile\:p-b--9\.9 {
    padding-bottom: -99px;
  }
  .mobile-m-b--9\.9 {
    margin-bottom: -99px;
  }
  .mobile-p-b--9\.9 {
    padding-bottom: -99px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--9\.9 {
    margin-left: -99px;
  }
  .mobile\:p-l--9\.9 {
    padding-left: -99px;
  }
  .mobile-m-l--9\.9 {
    margin-left: -99px;
  }
  .mobile-p-l--9\.9 {
    padding-left: -99px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--9\.9 {
    margin-right: -99px;
  }
  .mobile\:p-r--9\.9 {
    padding-right: -99px;
  }
  .mobile-m-r--9\.9 {
    margin-right: -99px;
  }
  .mobile-p-r--9\.9 {
    padding-right: -99px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--9\.8 {
    margin-top: -98px;
  }
  .mobile\:p-t--9\.8 {
    padding-top: -98px;
  }
  .mobile-m-t--9\.8 {
    margin-top: -98px;
  }
  .mobile-p-t--9\.8 {
    padding-top: -98px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--9\.8 {
    margin-bottom: -98px;
  }
  .mobile\:p-b--9\.8 {
    padding-bottom: -98px;
  }
  .mobile-m-b--9\.8 {
    margin-bottom: -98px;
  }
  .mobile-p-b--9\.8 {
    padding-bottom: -98px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--9\.8 {
    margin-left: -98px;
  }
  .mobile\:p-l--9\.8 {
    padding-left: -98px;
  }
  .mobile-m-l--9\.8 {
    margin-left: -98px;
  }
  .mobile-p-l--9\.8 {
    padding-left: -98px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--9\.8 {
    margin-right: -98px;
  }
  .mobile\:p-r--9\.8 {
    padding-right: -98px;
  }
  .mobile-m-r--9\.8 {
    margin-right: -98px;
  }
  .mobile-p-r--9\.8 {
    padding-right: -98px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--9\.7 {
    margin-top: -97px;
  }
  .mobile\:p-t--9\.7 {
    padding-top: -97px;
  }
  .mobile-m-t--9\.7 {
    margin-top: -97px;
  }
  .mobile-p-t--9\.7 {
    padding-top: -97px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--9\.7 {
    margin-bottom: -97px;
  }
  .mobile\:p-b--9\.7 {
    padding-bottom: -97px;
  }
  .mobile-m-b--9\.7 {
    margin-bottom: -97px;
  }
  .mobile-p-b--9\.7 {
    padding-bottom: -97px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--9\.7 {
    margin-left: -97px;
  }
  .mobile\:p-l--9\.7 {
    padding-left: -97px;
  }
  .mobile-m-l--9\.7 {
    margin-left: -97px;
  }
  .mobile-p-l--9\.7 {
    padding-left: -97px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--9\.7 {
    margin-right: -97px;
  }
  .mobile\:p-r--9\.7 {
    padding-right: -97px;
  }
  .mobile-m-r--9\.7 {
    margin-right: -97px;
  }
  .mobile-p-r--9\.7 {
    padding-right: -97px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--9\.6 {
    margin-top: -96px;
  }
  .mobile\:p-t--9\.6 {
    padding-top: -96px;
  }
  .mobile-m-t--9\.6 {
    margin-top: -96px;
  }
  .mobile-p-t--9\.6 {
    padding-top: -96px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--9\.6 {
    margin-bottom: -96px;
  }
  .mobile\:p-b--9\.6 {
    padding-bottom: -96px;
  }
  .mobile-m-b--9\.6 {
    margin-bottom: -96px;
  }
  .mobile-p-b--9\.6 {
    padding-bottom: -96px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--9\.6 {
    margin-left: -96px;
  }
  .mobile\:p-l--9\.6 {
    padding-left: -96px;
  }
  .mobile-m-l--9\.6 {
    margin-left: -96px;
  }
  .mobile-p-l--9\.6 {
    padding-left: -96px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--9\.6 {
    margin-right: -96px;
  }
  .mobile\:p-r--9\.6 {
    padding-right: -96px;
  }
  .mobile-m-r--9\.6 {
    margin-right: -96px;
  }
  .mobile-p-r--9\.6 {
    padding-right: -96px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--9\.5 {
    margin-top: -95px;
  }
  .mobile\:p-t--9\.5 {
    padding-top: -95px;
  }
  .mobile-m-t--9\.5 {
    margin-top: -95px;
  }
  .mobile-p-t--9\.5 {
    padding-top: -95px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--9\.5 {
    margin-bottom: -95px;
  }
  .mobile\:p-b--9\.5 {
    padding-bottom: -95px;
  }
  .mobile-m-b--9\.5 {
    margin-bottom: -95px;
  }
  .mobile-p-b--9\.5 {
    padding-bottom: -95px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--9\.5 {
    margin-left: -95px;
  }
  .mobile\:p-l--9\.5 {
    padding-left: -95px;
  }
  .mobile-m-l--9\.5 {
    margin-left: -95px;
  }
  .mobile-p-l--9\.5 {
    padding-left: -95px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--9\.5 {
    margin-right: -95px;
  }
  .mobile\:p-r--9\.5 {
    padding-right: -95px;
  }
  .mobile-m-r--9\.5 {
    margin-right: -95px;
  }
  .mobile-p-r--9\.5 {
    padding-right: -95px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--9\.4 {
    margin-top: -94px;
  }
  .mobile\:p-t--9\.4 {
    padding-top: -94px;
  }
  .mobile-m-t--9\.4 {
    margin-top: -94px;
  }
  .mobile-p-t--9\.4 {
    padding-top: -94px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--9\.4 {
    margin-bottom: -94px;
  }
  .mobile\:p-b--9\.4 {
    padding-bottom: -94px;
  }
  .mobile-m-b--9\.4 {
    margin-bottom: -94px;
  }
  .mobile-p-b--9\.4 {
    padding-bottom: -94px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--9\.4 {
    margin-left: -94px;
  }
  .mobile\:p-l--9\.4 {
    padding-left: -94px;
  }
  .mobile-m-l--9\.4 {
    margin-left: -94px;
  }
  .mobile-p-l--9\.4 {
    padding-left: -94px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--9\.4 {
    margin-right: -94px;
  }
  .mobile\:p-r--9\.4 {
    padding-right: -94px;
  }
  .mobile-m-r--9\.4 {
    margin-right: -94px;
  }
  .mobile-p-r--9\.4 {
    padding-right: -94px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--9\.3 {
    margin-top: -93px;
  }
  .mobile\:p-t--9\.3 {
    padding-top: -93px;
  }
  .mobile-m-t--9\.3 {
    margin-top: -93px;
  }
  .mobile-p-t--9\.3 {
    padding-top: -93px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--9\.3 {
    margin-bottom: -93px;
  }
  .mobile\:p-b--9\.3 {
    padding-bottom: -93px;
  }
  .mobile-m-b--9\.3 {
    margin-bottom: -93px;
  }
  .mobile-p-b--9\.3 {
    padding-bottom: -93px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--9\.3 {
    margin-left: -93px;
  }
  .mobile\:p-l--9\.3 {
    padding-left: -93px;
  }
  .mobile-m-l--9\.3 {
    margin-left: -93px;
  }
  .mobile-p-l--9\.3 {
    padding-left: -93px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--9\.3 {
    margin-right: -93px;
  }
  .mobile\:p-r--9\.3 {
    padding-right: -93px;
  }
  .mobile-m-r--9\.3 {
    margin-right: -93px;
  }
  .mobile-p-r--9\.3 {
    padding-right: -93px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--9\.2 {
    margin-top: -92px;
  }
  .mobile\:p-t--9\.2 {
    padding-top: -92px;
  }
  .mobile-m-t--9\.2 {
    margin-top: -92px;
  }
  .mobile-p-t--9\.2 {
    padding-top: -92px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--9\.2 {
    margin-bottom: -92px;
  }
  .mobile\:p-b--9\.2 {
    padding-bottom: -92px;
  }
  .mobile-m-b--9\.2 {
    margin-bottom: -92px;
  }
  .mobile-p-b--9\.2 {
    padding-bottom: -92px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--9\.2 {
    margin-left: -92px;
  }
  .mobile\:p-l--9\.2 {
    padding-left: -92px;
  }
  .mobile-m-l--9\.2 {
    margin-left: -92px;
  }
  .mobile-p-l--9\.2 {
    padding-left: -92px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--9\.2 {
    margin-right: -92px;
  }
  .mobile\:p-r--9\.2 {
    padding-right: -92px;
  }
  .mobile-m-r--9\.2 {
    margin-right: -92px;
  }
  .mobile-p-r--9\.2 {
    padding-right: -92px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--9\.1 {
    margin-top: -91px;
  }
  .mobile\:p-t--9\.1 {
    padding-top: -91px;
  }
  .mobile-m-t--9\.1 {
    margin-top: -91px;
  }
  .mobile-p-t--9\.1 {
    padding-top: -91px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--9\.1 {
    margin-bottom: -91px;
  }
  .mobile\:p-b--9\.1 {
    padding-bottom: -91px;
  }
  .mobile-m-b--9\.1 {
    margin-bottom: -91px;
  }
  .mobile-p-b--9\.1 {
    padding-bottom: -91px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--9\.1 {
    margin-left: -91px;
  }
  .mobile\:p-l--9\.1 {
    padding-left: -91px;
  }
  .mobile-m-l--9\.1 {
    margin-left: -91px;
  }
  .mobile-p-l--9\.1 {
    padding-left: -91px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--9\.1 {
    margin-right: -91px;
  }
  .mobile\:p-r--9\.1 {
    padding-right: -91px;
  }
  .mobile-m-r--9\.1 {
    margin-right: -91px;
  }
  .mobile-p-r--9\.1 {
    padding-right: -91px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--9 {
    margin-top: -90px;
  }
  .mobile\:p-t--9 {
    padding-top: -90px;
  }
  .mobile-m-t--9 {
    margin-top: -90px;
  }
  .mobile-p-t--9 {
    padding-top: -90px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--9 {
    margin-bottom: -90px;
  }
  .mobile\:p-b--9 {
    padding-bottom: -90px;
  }
  .mobile-m-b--9 {
    margin-bottom: -90px;
  }
  .mobile-p-b--9 {
    padding-bottom: -90px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--9 {
    margin-left: -90px;
  }
  .mobile\:p-l--9 {
    padding-left: -90px;
  }
  .mobile-m-l--9 {
    margin-left: -90px;
  }
  .mobile-p-l--9 {
    padding-left: -90px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--9 {
    margin-right: -90px;
  }
  .mobile\:p-r--9 {
    padding-right: -90px;
  }
  .mobile-m-r--9 {
    margin-right: -90px;
  }
  .mobile-p-r--9 {
    padding-right: -90px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--8\.9 {
    margin-top: -89px;
  }
  .mobile\:p-t--8\.9 {
    padding-top: -89px;
  }
  .mobile-m-t--8\.9 {
    margin-top: -89px;
  }
  .mobile-p-t--8\.9 {
    padding-top: -89px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--8\.9 {
    margin-bottom: -89px;
  }
  .mobile\:p-b--8\.9 {
    padding-bottom: -89px;
  }
  .mobile-m-b--8\.9 {
    margin-bottom: -89px;
  }
  .mobile-p-b--8\.9 {
    padding-bottom: -89px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--8\.9 {
    margin-left: -89px;
  }
  .mobile\:p-l--8\.9 {
    padding-left: -89px;
  }
  .mobile-m-l--8\.9 {
    margin-left: -89px;
  }
  .mobile-p-l--8\.9 {
    padding-left: -89px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--8\.9 {
    margin-right: -89px;
  }
  .mobile\:p-r--8\.9 {
    padding-right: -89px;
  }
  .mobile-m-r--8\.9 {
    margin-right: -89px;
  }
  .mobile-p-r--8\.9 {
    padding-right: -89px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--8\.8 {
    margin-top: -88px;
  }
  .mobile\:p-t--8\.8 {
    padding-top: -88px;
  }
  .mobile-m-t--8\.8 {
    margin-top: -88px;
  }
  .mobile-p-t--8\.8 {
    padding-top: -88px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--8\.8 {
    margin-bottom: -88px;
  }
  .mobile\:p-b--8\.8 {
    padding-bottom: -88px;
  }
  .mobile-m-b--8\.8 {
    margin-bottom: -88px;
  }
  .mobile-p-b--8\.8 {
    padding-bottom: -88px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--8\.8 {
    margin-left: -88px;
  }
  .mobile\:p-l--8\.8 {
    padding-left: -88px;
  }
  .mobile-m-l--8\.8 {
    margin-left: -88px;
  }
  .mobile-p-l--8\.8 {
    padding-left: -88px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--8\.8 {
    margin-right: -88px;
  }
  .mobile\:p-r--8\.8 {
    padding-right: -88px;
  }
  .mobile-m-r--8\.8 {
    margin-right: -88px;
  }
  .mobile-p-r--8\.8 {
    padding-right: -88px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--8\.7 {
    margin-top: -87px;
  }
  .mobile\:p-t--8\.7 {
    padding-top: -87px;
  }
  .mobile-m-t--8\.7 {
    margin-top: -87px;
  }
  .mobile-p-t--8\.7 {
    padding-top: -87px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--8\.7 {
    margin-bottom: -87px;
  }
  .mobile\:p-b--8\.7 {
    padding-bottom: -87px;
  }
  .mobile-m-b--8\.7 {
    margin-bottom: -87px;
  }
  .mobile-p-b--8\.7 {
    padding-bottom: -87px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--8\.7 {
    margin-left: -87px;
  }
  .mobile\:p-l--8\.7 {
    padding-left: -87px;
  }
  .mobile-m-l--8\.7 {
    margin-left: -87px;
  }
  .mobile-p-l--8\.7 {
    padding-left: -87px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--8\.7 {
    margin-right: -87px;
  }
  .mobile\:p-r--8\.7 {
    padding-right: -87px;
  }
  .mobile-m-r--8\.7 {
    margin-right: -87px;
  }
  .mobile-p-r--8\.7 {
    padding-right: -87px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--8\.6 {
    margin-top: -86px;
  }
  .mobile\:p-t--8\.6 {
    padding-top: -86px;
  }
  .mobile-m-t--8\.6 {
    margin-top: -86px;
  }
  .mobile-p-t--8\.6 {
    padding-top: -86px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--8\.6 {
    margin-bottom: -86px;
  }
  .mobile\:p-b--8\.6 {
    padding-bottom: -86px;
  }
  .mobile-m-b--8\.6 {
    margin-bottom: -86px;
  }
  .mobile-p-b--8\.6 {
    padding-bottom: -86px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--8\.6 {
    margin-left: -86px;
  }
  .mobile\:p-l--8\.6 {
    padding-left: -86px;
  }
  .mobile-m-l--8\.6 {
    margin-left: -86px;
  }
  .mobile-p-l--8\.6 {
    padding-left: -86px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--8\.6 {
    margin-right: -86px;
  }
  .mobile\:p-r--8\.6 {
    padding-right: -86px;
  }
  .mobile-m-r--8\.6 {
    margin-right: -86px;
  }
  .mobile-p-r--8\.6 {
    padding-right: -86px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--8\.5 {
    margin-top: -85px;
  }
  .mobile\:p-t--8\.5 {
    padding-top: -85px;
  }
  .mobile-m-t--8\.5 {
    margin-top: -85px;
  }
  .mobile-p-t--8\.5 {
    padding-top: -85px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--8\.5 {
    margin-bottom: -85px;
  }
  .mobile\:p-b--8\.5 {
    padding-bottom: -85px;
  }
  .mobile-m-b--8\.5 {
    margin-bottom: -85px;
  }
  .mobile-p-b--8\.5 {
    padding-bottom: -85px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--8\.5 {
    margin-left: -85px;
  }
  .mobile\:p-l--8\.5 {
    padding-left: -85px;
  }
  .mobile-m-l--8\.5 {
    margin-left: -85px;
  }
  .mobile-p-l--8\.5 {
    padding-left: -85px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--8\.5 {
    margin-right: -85px;
  }
  .mobile\:p-r--8\.5 {
    padding-right: -85px;
  }
  .mobile-m-r--8\.5 {
    margin-right: -85px;
  }
  .mobile-p-r--8\.5 {
    padding-right: -85px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--8\.4 {
    margin-top: -84px;
  }
  .mobile\:p-t--8\.4 {
    padding-top: -84px;
  }
  .mobile-m-t--8\.4 {
    margin-top: -84px;
  }
  .mobile-p-t--8\.4 {
    padding-top: -84px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--8\.4 {
    margin-bottom: -84px;
  }
  .mobile\:p-b--8\.4 {
    padding-bottom: -84px;
  }
  .mobile-m-b--8\.4 {
    margin-bottom: -84px;
  }
  .mobile-p-b--8\.4 {
    padding-bottom: -84px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--8\.4 {
    margin-left: -84px;
  }
  .mobile\:p-l--8\.4 {
    padding-left: -84px;
  }
  .mobile-m-l--8\.4 {
    margin-left: -84px;
  }
  .mobile-p-l--8\.4 {
    padding-left: -84px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--8\.4 {
    margin-right: -84px;
  }
  .mobile\:p-r--8\.4 {
    padding-right: -84px;
  }
  .mobile-m-r--8\.4 {
    margin-right: -84px;
  }
  .mobile-p-r--8\.4 {
    padding-right: -84px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--8\.3 {
    margin-top: -83px;
  }
  .mobile\:p-t--8\.3 {
    padding-top: -83px;
  }
  .mobile-m-t--8\.3 {
    margin-top: -83px;
  }
  .mobile-p-t--8\.3 {
    padding-top: -83px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--8\.3 {
    margin-bottom: -83px;
  }
  .mobile\:p-b--8\.3 {
    padding-bottom: -83px;
  }
  .mobile-m-b--8\.3 {
    margin-bottom: -83px;
  }
  .mobile-p-b--8\.3 {
    padding-bottom: -83px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--8\.3 {
    margin-left: -83px;
  }
  .mobile\:p-l--8\.3 {
    padding-left: -83px;
  }
  .mobile-m-l--8\.3 {
    margin-left: -83px;
  }
  .mobile-p-l--8\.3 {
    padding-left: -83px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--8\.3 {
    margin-right: -83px;
  }
  .mobile\:p-r--8\.3 {
    padding-right: -83px;
  }
  .mobile-m-r--8\.3 {
    margin-right: -83px;
  }
  .mobile-p-r--8\.3 {
    padding-right: -83px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--8\.2 {
    margin-top: -82px;
  }
  .mobile\:p-t--8\.2 {
    padding-top: -82px;
  }
  .mobile-m-t--8\.2 {
    margin-top: -82px;
  }
  .mobile-p-t--8\.2 {
    padding-top: -82px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--8\.2 {
    margin-bottom: -82px;
  }
  .mobile\:p-b--8\.2 {
    padding-bottom: -82px;
  }
  .mobile-m-b--8\.2 {
    margin-bottom: -82px;
  }
  .mobile-p-b--8\.2 {
    padding-bottom: -82px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--8\.2 {
    margin-left: -82px;
  }
  .mobile\:p-l--8\.2 {
    padding-left: -82px;
  }
  .mobile-m-l--8\.2 {
    margin-left: -82px;
  }
  .mobile-p-l--8\.2 {
    padding-left: -82px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--8\.2 {
    margin-right: -82px;
  }
  .mobile\:p-r--8\.2 {
    padding-right: -82px;
  }
  .mobile-m-r--8\.2 {
    margin-right: -82px;
  }
  .mobile-p-r--8\.2 {
    padding-right: -82px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--8\.1 {
    margin-top: -81px;
  }
  .mobile\:p-t--8\.1 {
    padding-top: -81px;
  }
  .mobile-m-t--8\.1 {
    margin-top: -81px;
  }
  .mobile-p-t--8\.1 {
    padding-top: -81px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--8\.1 {
    margin-bottom: -81px;
  }
  .mobile\:p-b--8\.1 {
    padding-bottom: -81px;
  }
  .mobile-m-b--8\.1 {
    margin-bottom: -81px;
  }
  .mobile-p-b--8\.1 {
    padding-bottom: -81px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--8\.1 {
    margin-left: -81px;
  }
  .mobile\:p-l--8\.1 {
    padding-left: -81px;
  }
  .mobile-m-l--8\.1 {
    margin-left: -81px;
  }
  .mobile-p-l--8\.1 {
    padding-left: -81px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--8\.1 {
    margin-right: -81px;
  }
  .mobile\:p-r--8\.1 {
    padding-right: -81px;
  }
  .mobile-m-r--8\.1 {
    margin-right: -81px;
  }
  .mobile-p-r--8\.1 {
    padding-right: -81px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--8 {
    margin-top: -80px;
  }
  .mobile\:p-t--8 {
    padding-top: -80px;
  }
  .mobile-m-t--8 {
    margin-top: -80px;
  }
  .mobile-p-t--8 {
    padding-top: -80px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--8 {
    margin-bottom: -80px;
  }
  .mobile\:p-b--8 {
    padding-bottom: -80px;
  }
  .mobile-m-b--8 {
    margin-bottom: -80px;
  }
  .mobile-p-b--8 {
    padding-bottom: -80px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--8 {
    margin-left: -80px;
  }
  .mobile\:p-l--8 {
    padding-left: -80px;
  }
  .mobile-m-l--8 {
    margin-left: -80px;
  }
  .mobile-p-l--8 {
    padding-left: -80px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--8 {
    margin-right: -80px;
  }
  .mobile\:p-r--8 {
    padding-right: -80px;
  }
  .mobile-m-r--8 {
    margin-right: -80px;
  }
  .mobile-p-r--8 {
    padding-right: -80px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--7\.9 {
    margin-top: -79px;
  }
  .mobile\:p-t--7\.9 {
    padding-top: -79px;
  }
  .mobile-m-t--7\.9 {
    margin-top: -79px;
  }
  .mobile-p-t--7\.9 {
    padding-top: -79px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--7\.9 {
    margin-bottom: -79px;
  }
  .mobile\:p-b--7\.9 {
    padding-bottom: -79px;
  }
  .mobile-m-b--7\.9 {
    margin-bottom: -79px;
  }
  .mobile-p-b--7\.9 {
    padding-bottom: -79px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--7\.9 {
    margin-left: -79px;
  }
  .mobile\:p-l--7\.9 {
    padding-left: -79px;
  }
  .mobile-m-l--7\.9 {
    margin-left: -79px;
  }
  .mobile-p-l--7\.9 {
    padding-left: -79px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--7\.9 {
    margin-right: -79px;
  }
  .mobile\:p-r--7\.9 {
    padding-right: -79px;
  }
  .mobile-m-r--7\.9 {
    margin-right: -79px;
  }
  .mobile-p-r--7\.9 {
    padding-right: -79px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--7\.8 {
    margin-top: -78px;
  }
  .mobile\:p-t--7\.8 {
    padding-top: -78px;
  }
  .mobile-m-t--7\.8 {
    margin-top: -78px;
  }
  .mobile-p-t--7\.8 {
    padding-top: -78px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--7\.8 {
    margin-bottom: -78px;
  }
  .mobile\:p-b--7\.8 {
    padding-bottom: -78px;
  }
  .mobile-m-b--7\.8 {
    margin-bottom: -78px;
  }
  .mobile-p-b--7\.8 {
    padding-bottom: -78px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--7\.8 {
    margin-left: -78px;
  }
  .mobile\:p-l--7\.8 {
    padding-left: -78px;
  }
  .mobile-m-l--7\.8 {
    margin-left: -78px;
  }
  .mobile-p-l--7\.8 {
    padding-left: -78px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--7\.8 {
    margin-right: -78px;
  }
  .mobile\:p-r--7\.8 {
    padding-right: -78px;
  }
  .mobile-m-r--7\.8 {
    margin-right: -78px;
  }
  .mobile-p-r--7\.8 {
    padding-right: -78px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--7\.7 {
    margin-top: -77px;
  }
  .mobile\:p-t--7\.7 {
    padding-top: -77px;
  }
  .mobile-m-t--7\.7 {
    margin-top: -77px;
  }
  .mobile-p-t--7\.7 {
    padding-top: -77px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--7\.7 {
    margin-bottom: -77px;
  }
  .mobile\:p-b--7\.7 {
    padding-bottom: -77px;
  }
  .mobile-m-b--7\.7 {
    margin-bottom: -77px;
  }
  .mobile-p-b--7\.7 {
    padding-bottom: -77px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--7\.7 {
    margin-left: -77px;
  }
  .mobile\:p-l--7\.7 {
    padding-left: -77px;
  }
  .mobile-m-l--7\.7 {
    margin-left: -77px;
  }
  .mobile-p-l--7\.7 {
    padding-left: -77px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--7\.7 {
    margin-right: -77px;
  }
  .mobile\:p-r--7\.7 {
    padding-right: -77px;
  }
  .mobile-m-r--7\.7 {
    margin-right: -77px;
  }
  .mobile-p-r--7\.7 {
    padding-right: -77px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--7\.6 {
    margin-top: -76px;
  }
  .mobile\:p-t--7\.6 {
    padding-top: -76px;
  }
  .mobile-m-t--7\.6 {
    margin-top: -76px;
  }
  .mobile-p-t--7\.6 {
    padding-top: -76px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--7\.6 {
    margin-bottom: -76px;
  }
  .mobile\:p-b--7\.6 {
    padding-bottom: -76px;
  }
  .mobile-m-b--7\.6 {
    margin-bottom: -76px;
  }
  .mobile-p-b--7\.6 {
    padding-bottom: -76px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--7\.6 {
    margin-left: -76px;
  }
  .mobile\:p-l--7\.6 {
    padding-left: -76px;
  }
  .mobile-m-l--7\.6 {
    margin-left: -76px;
  }
  .mobile-p-l--7\.6 {
    padding-left: -76px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--7\.6 {
    margin-right: -76px;
  }
  .mobile\:p-r--7\.6 {
    padding-right: -76px;
  }
  .mobile-m-r--7\.6 {
    margin-right: -76px;
  }
  .mobile-p-r--7\.6 {
    padding-right: -76px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--7\.5 {
    margin-top: -75px;
  }
  .mobile\:p-t--7\.5 {
    padding-top: -75px;
  }
  .mobile-m-t--7\.5 {
    margin-top: -75px;
  }
  .mobile-p-t--7\.5 {
    padding-top: -75px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--7\.5 {
    margin-bottom: -75px;
  }
  .mobile\:p-b--7\.5 {
    padding-bottom: -75px;
  }
  .mobile-m-b--7\.5 {
    margin-bottom: -75px;
  }
  .mobile-p-b--7\.5 {
    padding-bottom: -75px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--7\.5 {
    margin-left: -75px;
  }
  .mobile\:p-l--7\.5 {
    padding-left: -75px;
  }
  .mobile-m-l--7\.5 {
    margin-left: -75px;
  }
  .mobile-p-l--7\.5 {
    padding-left: -75px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--7\.5 {
    margin-right: -75px;
  }
  .mobile\:p-r--7\.5 {
    padding-right: -75px;
  }
  .mobile-m-r--7\.5 {
    margin-right: -75px;
  }
  .mobile-p-r--7\.5 {
    padding-right: -75px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--7\.4 {
    margin-top: -74px;
  }
  .mobile\:p-t--7\.4 {
    padding-top: -74px;
  }
  .mobile-m-t--7\.4 {
    margin-top: -74px;
  }
  .mobile-p-t--7\.4 {
    padding-top: -74px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--7\.4 {
    margin-bottom: -74px;
  }
  .mobile\:p-b--7\.4 {
    padding-bottom: -74px;
  }
  .mobile-m-b--7\.4 {
    margin-bottom: -74px;
  }
  .mobile-p-b--7\.4 {
    padding-bottom: -74px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--7\.4 {
    margin-left: -74px;
  }
  .mobile\:p-l--7\.4 {
    padding-left: -74px;
  }
  .mobile-m-l--7\.4 {
    margin-left: -74px;
  }
  .mobile-p-l--7\.4 {
    padding-left: -74px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--7\.4 {
    margin-right: -74px;
  }
  .mobile\:p-r--7\.4 {
    padding-right: -74px;
  }
  .mobile-m-r--7\.4 {
    margin-right: -74px;
  }
  .mobile-p-r--7\.4 {
    padding-right: -74px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--7\.3 {
    margin-top: -73px;
  }
  .mobile\:p-t--7\.3 {
    padding-top: -73px;
  }
  .mobile-m-t--7\.3 {
    margin-top: -73px;
  }
  .mobile-p-t--7\.3 {
    padding-top: -73px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--7\.3 {
    margin-bottom: -73px;
  }
  .mobile\:p-b--7\.3 {
    padding-bottom: -73px;
  }
  .mobile-m-b--7\.3 {
    margin-bottom: -73px;
  }
  .mobile-p-b--7\.3 {
    padding-bottom: -73px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--7\.3 {
    margin-left: -73px;
  }
  .mobile\:p-l--7\.3 {
    padding-left: -73px;
  }
  .mobile-m-l--7\.3 {
    margin-left: -73px;
  }
  .mobile-p-l--7\.3 {
    padding-left: -73px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--7\.3 {
    margin-right: -73px;
  }
  .mobile\:p-r--7\.3 {
    padding-right: -73px;
  }
  .mobile-m-r--7\.3 {
    margin-right: -73px;
  }
  .mobile-p-r--7\.3 {
    padding-right: -73px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--7\.2 {
    margin-top: -72px;
  }
  .mobile\:p-t--7\.2 {
    padding-top: -72px;
  }
  .mobile-m-t--7\.2 {
    margin-top: -72px;
  }
  .mobile-p-t--7\.2 {
    padding-top: -72px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--7\.2 {
    margin-bottom: -72px;
  }
  .mobile\:p-b--7\.2 {
    padding-bottom: -72px;
  }
  .mobile-m-b--7\.2 {
    margin-bottom: -72px;
  }
  .mobile-p-b--7\.2 {
    padding-bottom: -72px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--7\.2 {
    margin-left: -72px;
  }
  .mobile\:p-l--7\.2 {
    padding-left: -72px;
  }
  .mobile-m-l--7\.2 {
    margin-left: -72px;
  }
  .mobile-p-l--7\.2 {
    padding-left: -72px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--7\.2 {
    margin-right: -72px;
  }
  .mobile\:p-r--7\.2 {
    padding-right: -72px;
  }
  .mobile-m-r--7\.2 {
    margin-right: -72px;
  }
  .mobile-p-r--7\.2 {
    padding-right: -72px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--7\.1 {
    margin-top: -71px;
  }
  .mobile\:p-t--7\.1 {
    padding-top: -71px;
  }
  .mobile-m-t--7\.1 {
    margin-top: -71px;
  }
  .mobile-p-t--7\.1 {
    padding-top: -71px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--7\.1 {
    margin-bottom: -71px;
  }
  .mobile\:p-b--7\.1 {
    padding-bottom: -71px;
  }
  .mobile-m-b--7\.1 {
    margin-bottom: -71px;
  }
  .mobile-p-b--7\.1 {
    padding-bottom: -71px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--7\.1 {
    margin-left: -71px;
  }
  .mobile\:p-l--7\.1 {
    padding-left: -71px;
  }
  .mobile-m-l--7\.1 {
    margin-left: -71px;
  }
  .mobile-p-l--7\.1 {
    padding-left: -71px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--7\.1 {
    margin-right: -71px;
  }
  .mobile\:p-r--7\.1 {
    padding-right: -71px;
  }
  .mobile-m-r--7\.1 {
    margin-right: -71px;
  }
  .mobile-p-r--7\.1 {
    padding-right: -71px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--7 {
    margin-top: -70px;
  }
  .mobile\:p-t--7 {
    padding-top: -70px;
  }
  .mobile-m-t--7 {
    margin-top: -70px;
  }
  .mobile-p-t--7 {
    padding-top: -70px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--7 {
    margin-bottom: -70px;
  }
  .mobile\:p-b--7 {
    padding-bottom: -70px;
  }
  .mobile-m-b--7 {
    margin-bottom: -70px;
  }
  .mobile-p-b--7 {
    padding-bottom: -70px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--7 {
    margin-left: -70px;
  }
  .mobile\:p-l--7 {
    padding-left: -70px;
  }
  .mobile-m-l--7 {
    margin-left: -70px;
  }
  .mobile-p-l--7 {
    padding-left: -70px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--7 {
    margin-right: -70px;
  }
  .mobile\:p-r--7 {
    padding-right: -70px;
  }
  .mobile-m-r--7 {
    margin-right: -70px;
  }
  .mobile-p-r--7 {
    padding-right: -70px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--6\.9 {
    margin-top: -69px;
  }
  .mobile\:p-t--6\.9 {
    padding-top: -69px;
  }
  .mobile-m-t--6\.9 {
    margin-top: -69px;
  }
  .mobile-p-t--6\.9 {
    padding-top: -69px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--6\.9 {
    margin-bottom: -69px;
  }
  .mobile\:p-b--6\.9 {
    padding-bottom: -69px;
  }
  .mobile-m-b--6\.9 {
    margin-bottom: -69px;
  }
  .mobile-p-b--6\.9 {
    padding-bottom: -69px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--6\.9 {
    margin-left: -69px;
  }
  .mobile\:p-l--6\.9 {
    padding-left: -69px;
  }
  .mobile-m-l--6\.9 {
    margin-left: -69px;
  }
  .mobile-p-l--6\.9 {
    padding-left: -69px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--6\.9 {
    margin-right: -69px;
  }
  .mobile\:p-r--6\.9 {
    padding-right: -69px;
  }
  .mobile-m-r--6\.9 {
    margin-right: -69px;
  }
  .mobile-p-r--6\.9 {
    padding-right: -69px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--6\.8 {
    margin-top: -68px;
  }
  .mobile\:p-t--6\.8 {
    padding-top: -68px;
  }
  .mobile-m-t--6\.8 {
    margin-top: -68px;
  }
  .mobile-p-t--6\.8 {
    padding-top: -68px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--6\.8 {
    margin-bottom: -68px;
  }
  .mobile\:p-b--6\.8 {
    padding-bottom: -68px;
  }
  .mobile-m-b--6\.8 {
    margin-bottom: -68px;
  }
  .mobile-p-b--6\.8 {
    padding-bottom: -68px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--6\.8 {
    margin-left: -68px;
  }
  .mobile\:p-l--6\.8 {
    padding-left: -68px;
  }
  .mobile-m-l--6\.8 {
    margin-left: -68px;
  }
  .mobile-p-l--6\.8 {
    padding-left: -68px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--6\.8 {
    margin-right: -68px;
  }
  .mobile\:p-r--6\.8 {
    padding-right: -68px;
  }
  .mobile-m-r--6\.8 {
    margin-right: -68px;
  }
  .mobile-p-r--6\.8 {
    padding-right: -68px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--6\.7 {
    margin-top: -67px;
  }
  .mobile\:p-t--6\.7 {
    padding-top: -67px;
  }
  .mobile-m-t--6\.7 {
    margin-top: -67px;
  }
  .mobile-p-t--6\.7 {
    padding-top: -67px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--6\.7 {
    margin-bottom: -67px;
  }
  .mobile\:p-b--6\.7 {
    padding-bottom: -67px;
  }
  .mobile-m-b--6\.7 {
    margin-bottom: -67px;
  }
  .mobile-p-b--6\.7 {
    padding-bottom: -67px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--6\.7 {
    margin-left: -67px;
  }
  .mobile\:p-l--6\.7 {
    padding-left: -67px;
  }
  .mobile-m-l--6\.7 {
    margin-left: -67px;
  }
  .mobile-p-l--6\.7 {
    padding-left: -67px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--6\.7 {
    margin-right: -67px;
  }
  .mobile\:p-r--6\.7 {
    padding-right: -67px;
  }
  .mobile-m-r--6\.7 {
    margin-right: -67px;
  }
  .mobile-p-r--6\.7 {
    padding-right: -67px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--6\.6 {
    margin-top: -66px;
  }
  .mobile\:p-t--6\.6 {
    padding-top: -66px;
  }
  .mobile-m-t--6\.6 {
    margin-top: -66px;
  }
  .mobile-p-t--6\.6 {
    padding-top: -66px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--6\.6 {
    margin-bottom: -66px;
  }
  .mobile\:p-b--6\.6 {
    padding-bottom: -66px;
  }
  .mobile-m-b--6\.6 {
    margin-bottom: -66px;
  }
  .mobile-p-b--6\.6 {
    padding-bottom: -66px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--6\.6 {
    margin-left: -66px;
  }
  .mobile\:p-l--6\.6 {
    padding-left: -66px;
  }
  .mobile-m-l--6\.6 {
    margin-left: -66px;
  }
  .mobile-p-l--6\.6 {
    padding-left: -66px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--6\.6 {
    margin-right: -66px;
  }
  .mobile\:p-r--6\.6 {
    padding-right: -66px;
  }
  .mobile-m-r--6\.6 {
    margin-right: -66px;
  }
  .mobile-p-r--6\.6 {
    padding-right: -66px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--6\.5 {
    margin-top: -65px;
  }
  .mobile\:p-t--6\.5 {
    padding-top: -65px;
  }
  .mobile-m-t--6\.5 {
    margin-top: -65px;
  }
  .mobile-p-t--6\.5 {
    padding-top: -65px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--6\.5 {
    margin-bottom: -65px;
  }
  .mobile\:p-b--6\.5 {
    padding-bottom: -65px;
  }
  .mobile-m-b--6\.5 {
    margin-bottom: -65px;
  }
  .mobile-p-b--6\.5 {
    padding-bottom: -65px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--6\.5 {
    margin-left: -65px;
  }
  .mobile\:p-l--6\.5 {
    padding-left: -65px;
  }
  .mobile-m-l--6\.5 {
    margin-left: -65px;
  }
  .mobile-p-l--6\.5 {
    padding-left: -65px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--6\.5 {
    margin-right: -65px;
  }
  .mobile\:p-r--6\.5 {
    padding-right: -65px;
  }
  .mobile-m-r--6\.5 {
    margin-right: -65px;
  }
  .mobile-p-r--6\.5 {
    padding-right: -65px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--6\.4 {
    margin-top: -64px;
  }
  .mobile\:p-t--6\.4 {
    padding-top: -64px;
  }
  .mobile-m-t--6\.4 {
    margin-top: -64px;
  }
  .mobile-p-t--6\.4 {
    padding-top: -64px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--6\.4 {
    margin-bottom: -64px;
  }
  .mobile\:p-b--6\.4 {
    padding-bottom: -64px;
  }
  .mobile-m-b--6\.4 {
    margin-bottom: -64px;
  }
  .mobile-p-b--6\.4 {
    padding-bottom: -64px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--6\.4 {
    margin-left: -64px;
  }
  .mobile\:p-l--6\.4 {
    padding-left: -64px;
  }
  .mobile-m-l--6\.4 {
    margin-left: -64px;
  }
  .mobile-p-l--6\.4 {
    padding-left: -64px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--6\.4 {
    margin-right: -64px;
  }
  .mobile\:p-r--6\.4 {
    padding-right: -64px;
  }
  .mobile-m-r--6\.4 {
    margin-right: -64px;
  }
  .mobile-p-r--6\.4 {
    padding-right: -64px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--6\.3 {
    margin-top: -63px;
  }
  .mobile\:p-t--6\.3 {
    padding-top: -63px;
  }
  .mobile-m-t--6\.3 {
    margin-top: -63px;
  }
  .mobile-p-t--6\.3 {
    padding-top: -63px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--6\.3 {
    margin-bottom: -63px;
  }
  .mobile\:p-b--6\.3 {
    padding-bottom: -63px;
  }
  .mobile-m-b--6\.3 {
    margin-bottom: -63px;
  }
  .mobile-p-b--6\.3 {
    padding-bottom: -63px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--6\.3 {
    margin-left: -63px;
  }
  .mobile\:p-l--6\.3 {
    padding-left: -63px;
  }
  .mobile-m-l--6\.3 {
    margin-left: -63px;
  }
  .mobile-p-l--6\.3 {
    padding-left: -63px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--6\.3 {
    margin-right: -63px;
  }
  .mobile\:p-r--6\.3 {
    padding-right: -63px;
  }
  .mobile-m-r--6\.3 {
    margin-right: -63px;
  }
  .mobile-p-r--6\.3 {
    padding-right: -63px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--6\.2 {
    margin-top: -62px;
  }
  .mobile\:p-t--6\.2 {
    padding-top: -62px;
  }
  .mobile-m-t--6\.2 {
    margin-top: -62px;
  }
  .mobile-p-t--6\.2 {
    padding-top: -62px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--6\.2 {
    margin-bottom: -62px;
  }
  .mobile\:p-b--6\.2 {
    padding-bottom: -62px;
  }
  .mobile-m-b--6\.2 {
    margin-bottom: -62px;
  }
  .mobile-p-b--6\.2 {
    padding-bottom: -62px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--6\.2 {
    margin-left: -62px;
  }
  .mobile\:p-l--6\.2 {
    padding-left: -62px;
  }
  .mobile-m-l--6\.2 {
    margin-left: -62px;
  }
  .mobile-p-l--6\.2 {
    padding-left: -62px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--6\.2 {
    margin-right: -62px;
  }
  .mobile\:p-r--6\.2 {
    padding-right: -62px;
  }
  .mobile-m-r--6\.2 {
    margin-right: -62px;
  }
  .mobile-p-r--6\.2 {
    padding-right: -62px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--6\.1 {
    margin-top: -61px;
  }
  .mobile\:p-t--6\.1 {
    padding-top: -61px;
  }
  .mobile-m-t--6\.1 {
    margin-top: -61px;
  }
  .mobile-p-t--6\.1 {
    padding-top: -61px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--6\.1 {
    margin-bottom: -61px;
  }
  .mobile\:p-b--6\.1 {
    padding-bottom: -61px;
  }
  .mobile-m-b--6\.1 {
    margin-bottom: -61px;
  }
  .mobile-p-b--6\.1 {
    padding-bottom: -61px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--6\.1 {
    margin-left: -61px;
  }
  .mobile\:p-l--6\.1 {
    padding-left: -61px;
  }
  .mobile-m-l--6\.1 {
    margin-left: -61px;
  }
  .mobile-p-l--6\.1 {
    padding-left: -61px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--6\.1 {
    margin-right: -61px;
  }
  .mobile\:p-r--6\.1 {
    padding-right: -61px;
  }
  .mobile-m-r--6\.1 {
    margin-right: -61px;
  }
  .mobile-p-r--6\.1 {
    padding-right: -61px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--6 {
    margin-top: -60px;
  }
  .mobile\:p-t--6 {
    padding-top: -60px;
  }
  .mobile-m-t--6 {
    margin-top: -60px;
  }
  .mobile-p-t--6 {
    padding-top: -60px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--6 {
    margin-bottom: -60px;
  }
  .mobile\:p-b--6 {
    padding-bottom: -60px;
  }
  .mobile-m-b--6 {
    margin-bottom: -60px;
  }
  .mobile-p-b--6 {
    padding-bottom: -60px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--6 {
    margin-left: -60px;
  }
  .mobile\:p-l--6 {
    padding-left: -60px;
  }
  .mobile-m-l--6 {
    margin-left: -60px;
  }
  .mobile-p-l--6 {
    padding-left: -60px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--6 {
    margin-right: -60px;
  }
  .mobile\:p-r--6 {
    padding-right: -60px;
  }
  .mobile-m-r--6 {
    margin-right: -60px;
  }
  .mobile-p-r--6 {
    padding-right: -60px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--5\.9 {
    margin-top: -59px;
  }
  .mobile\:p-t--5\.9 {
    padding-top: -59px;
  }
  .mobile-m-t--5\.9 {
    margin-top: -59px;
  }
  .mobile-p-t--5\.9 {
    padding-top: -59px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--5\.9 {
    margin-bottom: -59px;
  }
  .mobile\:p-b--5\.9 {
    padding-bottom: -59px;
  }
  .mobile-m-b--5\.9 {
    margin-bottom: -59px;
  }
  .mobile-p-b--5\.9 {
    padding-bottom: -59px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--5\.9 {
    margin-left: -59px;
  }
  .mobile\:p-l--5\.9 {
    padding-left: -59px;
  }
  .mobile-m-l--5\.9 {
    margin-left: -59px;
  }
  .mobile-p-l--5\.9 {
    padding-left: -59px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--5\.9 {
    margin-right: -59px;
  }
  .mobile\:p-r--5\.9 {
    padding-right: -59px;
  }
  .mobile-m-r--5\.9 {
    margin-right: -59px;
  }
  .mobile-p-r--5\.9 {
    padding-right: -59px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--5\.8 {
    margin-top: -58px;
  }
  .mobile\:p-t--5\.8 {
    padding-top: -58px;
  }
  .mobile-m-t--5\.8 {
    margin-top: -58px;
  }
  .mobile-p-t--5\.8 {
    padding-top: -58px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--5\.8 {
    margin-bottom: -58px;
  }
  .mobile\:p-b--5\.8 {
    padding-bottom: -58px;
  }
  .mobile-m-b--5\.8 {
    margin-bottom: -58px;
  }
  .mobile-p-b--5\.8 {
    padding-bottom: -58px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--5\.8 {
    margin-left: -58px;
  }
  .mobile\:p-l--5\.8 {
    padding-left: -58px;
  }
  .mobile-m-l--5\.8 {
    margin-left: -58px;
  }
  .mobile-p-l--5\.8 {
    padding-left: -58px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--5\.8 {
    margin-right: -58px;
  }
  .mobile\:p-r--5\.8 {
    padding-right: -58px;
  }
  .mobile-m-r--5\.8 {
    margin-right: -58px;
  }
  .mobile-p-r--5\.8 {
    padding-right: -58px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--5\.7 {
    margin-top: -57px;
  }
  .mobile\:p-t--5\.7 {
    padding-top: -57px;
  }
  .mobile-m-t--5\.7 {
    margin-top: -57px;
  }
  .mobile-p-t--5\.7 {
    padding-top: -57px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--5\.7 {
    margin-bottom: -57px;
  }
  .mobile\:p-b--5\.7 {
    padding-bottom: -57px;
  }
  .mobile-m-b--5\.7 {
    margin-bottom: -57px;
  }
  .mobile-p-b--5\.7 {
    padding-bottom: -57px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--5\.7 {
    margin-left: -57px;
  }
  .mobile\:p-l--5\.7 {
    padding-left: -57px;
  }
  .mobile-m-l--5\.7 {
    margin-left: -57px;
  }
  .mobile-p-l--5\.7 {
    padding-left: -57px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--5\.7 {
    margin-right: -57px;
  }
  .mobile\:p-r--5\.7 {
    padding-right: -57px;
  }
  .mobile-m-r--5\.7 {
    margin-right: -57px;
  }
  .mobile-p-r--5\.7 {
    padding-right: -57px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--5\.6 {
    margin-top: -56px;
  }
  .mobile\:p-t--5\.6 {
    padding-top: -56px;
  }
  .mobile-m-t--5\.6 {
    margin-top: -56px;
  }
  .mobile-p-t--5\.6 {
    padding-top: -56px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--5\.6 {
    margin-bottom: -56px;
  }
  .mobile\:p-b--5\.6 {
    padding-bottom: -56px;
  }
  .mobile-m-b--5\.6 {
    margin-bottom: -56px;
  }
  .mobile-p-b--5\.6 {
    padding-bottom: -56px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--5\.6 {
    margin-left: -56px;
  }
  .mobile\:p-l--5\.6 {
    padding-left: -56px;
  }
  .mobile-m-l--5\.6 {
    margin-left: -56px;
  }
  .mobile-p-l--5\.6 {
    padding-left: -56px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--5\.6 {
    margin-right: -56px;
  }
  .mobile\:p-r--5\.6 {
    padding-right: -56px;
  }
  .mobile-m-r--5\.6 {
    margin-right: -56px;
  }
  .mobile-p-r--5\.6 {
    padding-right: -56px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--5\.5 {
    margin-top: -55px;
  }
  .mobile\:p-t--5\.5 {
    padding-top: -55px;
  }
  .mobile-m-t--5\.5 {
    margin-top: -55px;
  }
  .mobile-p-t--5\.5 {
    padding-top: -55px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--5\.5 {
    margin-bottom: -55px;
  }
  .mobile\:p-b--5\.5 {
    padding-bottom: -55px;
  }
  .mobile-m-b--5\.5 {
    margin-bottom: -55px;
  }
  .mobile-p-b--5\.5 {
    padding-bottom: -55px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--5\.5 {
    margin-left: -55px;
  }
  .mobile\:p-l--5\.5 {
    padding-left: -55px;
  }
  .mobile-m-l--5\.5 {
    margin-left: -55px;
  }
  .mobile-p-l--5\.5 {
    padding-left: -55px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--5\.5 {
    margin-right: -55px;
  }
  .mobile\:p-r--5\.5 {
    padding-right: -55px;
  }
  .mobile-m-r--5\.5 {
    margin-right: -55px;
  }
  .mobile-p-r--5\.5 {
    padding-right: -55px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--5\.4 {
    margin-top: -54px;
  }
  .mobile\:p-t--5\.4 {
    padding-top: -54px;
  }
  .mobile-m-t--5\.4 {
    margin-top: -54px;
  }
  .mobile-p-t--5\.4 {
    padding-top: -54px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--5\.4 {
    margin-bottom: -54px;
  }
  .mobile\:p-b--5\.4 {
    padding-bottom: -54px;
  }
  .mobile-m-b--5\.4 {
    margin-bottom: -54px;
  }
  .mobile-p-b--5\.4 {
    padding-bottom: -54px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--5\.4 {
    margin-left: -54px;
  }
  .mobile\:p-l--5\.4 {
    padding-left: -54px;
  }
  .mobile-m-l--5\.4 {
    margin-left: -54px;
  }
  .mobile-p-l--5\.4 {
    padding-left: -54px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--5\.4 {
    margin-right: -54px;
  }
  .mobile\:p-r--5\.4 {
    padding-right: -54px;
  }
  .mobile-m-r--5\.4 {
    margin-right: -54px;
  }
  .mobile-p-r--5\.4 {
    padding-right: -54px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--5\.3 {
    margin-top: -53px;
  }
  .mobile\:p-t--5\.3 {
    padding-top: -53px;
  }
  .mobile-m-t--5\.3 {
    margin-top: -53px;
  }
  .mobile-p-t--5\.3 {
    padding-top: -53px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--5\.3 {
    margin-bottom: -53px;
  }
  .mobile\:p-b--5\.3 {
    padding-bottom: -53px;
  }
  .mobile-m-b--5\.3 {
    margin-bottom: -53px;
  }
  .mobile-p-b--5\.3 {
    padding-bottom: -53px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--5\.3 {
    margin-left: -53px;
  }
  .mobile\:p-l--5\.3 {
    padding-left: -53px;
  }
  .mobile-m-l--5\.3 {
    margin-left: -53px;
  }
  .mobile-p-l--5\.3 {
    padding-left: -53px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--5\.3 {
    margin-right: -53px;
  }
  .mobile\:p-r--5\.3 {
    padding-right: -53px;
  }
  .mobile-m-r--5\.3 {
    margin-right: -53px;
  }
  .mobile-p-r--5\.3 {
    padding-right: -53px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--5\.2 {
    margin-top: -52px;
  }
  .mobile\:p-t--5\.2 {
    padding-top: -52px;
  }
  .mobile-m-t--5\.2 {
    margin-top: -52px;
  }
  .mobile-p-t--5\.2 {
    padding-top: -52px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--5\.2 {
    margin-bottom: -52px;
  }
  .mobile\:p-b--5\.2 {
    padding-bottom: -52px;
  }
  .mobile-m-b--5\.2 {
    margin-bottom: -52px;
  }
  .mobile-p-b--5\.2 {
    padding-bottom: -52px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--5\.2 {
    margin-left: -52px;
  }
  .mobile\:p-l--5\.2 {
    padding-left: -52px;
  }
  .mobile-m-l--5\.2 {
    margin-left: -52px;
  }
  .mobile-p-l--5\.2 {
    padding-left: -52px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--5\.2 {
    margin-right: -52px;
  }
  .mobile\:p-r--5\.2 {
    padding-right: -52px;
  }
  .mobile-m-r--5\.2 {
    margin-right: -52px;
  }
  .mobile-p-r--5\.2 {
    padding-right: -52px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--5\.1 {
    margin-top: -51px;
  }
  .mobile\:p-t--5\.1 {
    padding-top: -51px;
  }
  .mobile-m-t--5\.1 {
    margin-top: -51px;
  }
  .mobile-p-t--5\.1 {
    padding-top: -51px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--5\.1 {
    margin-bottom: -51px;
  }
  .mobile\:p-b--5\.1 {
    padding-bottom: -51px;
  }
  .mobile-m-b--5\.1 {
    margin-bottom: -51px;
  }
  .mobile-p-b--5\.1 {
    padding-bottom: -51px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--5\.1 {
    margin-left: -51px;
  }
  .mobile\:p-l--5\.1 {
    padding-left: -51px;
  }
  .mobile-m-l--5\.1 {
    margin-left: -51px;
  }
  .mobile-p-l--5\.1 {
    padding-left: -51px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--5\.1 {
    margin-right: -51px;
  }
  .mobile\:p-r--5\.1 {
    padding-right: -51px;
  }
  .mobile-m-r--5\.1 {
    margin-right: -51px;
  }
  .mobile-p-r--5\.1 {
    padding-right: -51px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--5 {
    margin-top: -50px;
  }
  .mobile\:p-t--5 {
    padding-top: -50px;
  }
  .mobile-m-t--5 {
    margin-top: -50px;
  }
  .mobile-p-t--5 {
    padding-top: -50px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--5 {
    margin-bottom: -50px;
  }
  .mobile\:p-b--5 {
    padding-bottom: -50px;
  }
  .mobile-m-b--5 {
    margin-bottom: -50px;
  }
  .mobile-p-b--5 {
    padding-bottom: -50px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--5 {
    margin-left: -50px;
  }
  .mobile\:p-l--5 {
    padding-left: -50px;
  }
  .mobile-m-l--5 {
    margin-left: -50px;
  }
  .mobile-p-l--5 {
    padding-left: -50px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--5 {
    margin-right: -50px;
  }
  .mobile\:p-r--5 {
    padding-right: -50px;
  }
  .mobile-m-r--5 {
    margin-right: -50px;
  }
  .mobile-p-r--5 {
    padding-right: -50px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--4\.9 {
    margin-top: -49px;
  }
  .mobile\:p-t--4\.9 {
    padding-top: -49px;
  }
  .mobile-m-t--4\.9 {
    margin-top: -49px;
  }
  .mobile-p-t--4\.9 {
    padding-top: -49px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--4\.9 {
    margin-bottom: -49px;
  }
  .mobile\:p-b--4\.9 {
    padding-bottom: -49px;
  }
  .mobile-m-b--4\.9 {
    margin-bottom: -49px;
  }
  .mobile-p-b--4\.9 {
    padding-bottom: -49px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--4\.9 {
    margin-left: -49px;
  }
  .mobile\:p-l--4\.9 {
    padding-left: -49px;
  }
  .mobile-m-l--4\.9 {
    margin-left: -49px;
  }
  .mobile-p-l--4\.9 {
    padding-left: -49px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--4\.9 {
    margin-right: -49px;
  }
  .mobile\:p-r--4\.9 {
    padding-right: -49px;
  }
  .mobile-m-r--4\.9 {
    margin-right: -49px;
  }
  .mobile-p-r--4\.9 {
    padding-right: -49px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--4\.8 {
    margin-top: -48px;
  }
  .mobile\:p-t--4\.8 {
    padding-top: -48px;
  }
  .mobile-m-t--4\.8 {
    margin-top: -48px;
  }
  .mobile-p-t--4\.8 {
    padding-top: -48px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--4\.8 {
    margin-bottom: -48px;
  }
  .mobile\:p-b--4\.8 {
    padding-bottom: -48px;
  }
  .mobile-m-b--4\.8 {
    margin-bottom: -48px;
  }
  .mobile-p-b--4\.8 {
    padding-bottom: -48px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--4\.8 {
    margin-left: -48px;
  }
  .mobile\:p-l--4\.8 {
    padding-left: -48px;
  }
  .mobile-m-l--4\.8 {
    margin-left: -48px;
  }
  .mobile-p-l--4\.8 {
    padding-left: -48px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--4\.8 {
    margin-right: -48px;
  }
  .mobile\:p-r--4\.8 {
    padding-right: -48px;
  }
  .mobile-m-r--4\.8 {
    margin-right: -48px;
  }
  .mobile-p-r--4\.8 {
    padding-right: -48px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--4\.7 {
    margin-top: -47px;
  }
  .mobile\:p-t--4\.7 {
    padding-top: -47px;
  }
  .mobile-m-t--4\.7 {
    margin-top: -47px;
  }
  .mobile-p-t--4\.7 {
    padding-top: -47px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--4\.7 {
    margin-bottom: -47px;
  }
  .mobile\:p-b--4\.7 {
    padding-bottom: -47px;
  }
  .mobile-m-b--4\.7 {
    margin-bottom: -47px;
  }
  .mobile-p-b--4\.7 {
    padding-bottom: -47px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--4\.7 {
    margin-left: -47px;
  }
  .mobile\:p-l--4\.7 {
    padding-left: -47px;
  }
  .mobile-m-l--4\.7 {
    margin-left: -47px;
  }
  .mobile-p-l--4\.7 {
    padding-left: -47px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--4\.7 {
    margin-right: -47px;
  }
  .mobile\:p-r--4\.7 {
    padding-right: -47px;
  }
  .mobile-m-r--4\.7 {
    margin-right: -47px;
  }
  .mobile-p-r--4\.7 {
    padding-right: -47px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--4\.6 {
    margin-top: -46px;
  }
  .mobile\:p-t--4\.6 {
    padding-top: -46px;
  }
  .mobile-m-t--4\.6 {
    margin-top: -46px;
  }
  .mobile-p-t--4\.6 {
    padding-top: -46px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--4\.6 {
    margin-bottom: -46px;
  }
  .mobile\:p-b--4\.6 {
    padding-bottom: -46px;
  }
  .mobile-m-b--4\.6 {
    margin-bottom: -46px;
  }
  .mobile-p-b--4\.6 {
    padding-bottom: -46px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--4\.6 {
    margin-left: -46px;
  }
  .mobile\:p-l--4\.6 {
    padding-left: -46px;
  }
  .mobile-m-l--4\.6 {
    margin-left: -46px;
  }
  .mobile-p-l--4\.6 {
    padding-left: -46px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--4\.6 {
    margin-right: -46px;
  }
  .mobile\:p-r--4\.6 {
    padding-right: -46px;
  }
  .mobile-m-r--4\.6 {
    margin-right: -46px;
  }
  .mobile-p-r--4\.6 {
    padding-right: -46px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--4\.5 {
    margin-top: -45px;
  }
  .mobile\:p-t--4\.5 {
    padding-top: -45px;
  }
  .mobile-m-t--4\.5 {
    margin-top: -45px;
  }
  .mobile-p-t--4\.5 {
    padding-top: -45px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--4\.5 {
    margin-bottom: -45px;
  }
  .mobile\:p-b--4\.5 {
    padding-bottom: -45px;
  }
  .mobile-m-b--4\.5 {
    margin-bottom: -45px;
  }
  .mobile-p-b--4\.5 {
    padding-bottom: -45px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--4\.5 {
    margin-left: -45px;
  }
  .mobile\:p-l--4\.5 {
    padding-left: -45px;
  }
  .mobile-m-l--4\.5 {
    margin-left: -45px;
  }
  .mobile-p-l--4\.5 {
    padding-left: -45px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--4\.5 {
    margin-right: -45px;
  }
  .mobile\:p-r--4\.5 {
    padding-right: -45px;
  }
  .mobile-m-r--4\.5 {
    margin-right: -45px;
  }
  .mobile-p-r--4\.5 {
    padding-right: -45px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--4\.4 {
    margin-top: -44px;
  }
  .mobile\:p-t--4\.4 {
    padding-top: -44px;
  }
  .mobile-m-t--4\.4 {
    margin-top: -44px;
  }
  .mobile-p-t--4\.4 {
    padding-top: -44px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--4\.4 {
    margin-bottom: -44px;
  }
  .mobile\:p-b--4\.4 {
    padding-bottom: -44px;
  }
  .mobile-m-b--4\.4 {
    margin-bottom: -44px;
  }
  .mobile-p-b--4\.4 {
    padding-bottom: -44px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--4\.4 {
    margin-left: -44px;
  }
  .mobile\:p-l--4\.4 {
    padding-left: -44px;
  }
  .mobile-m-l--4\.4 {
    margin-left: -44px;
  }
  .mobile-p-l--4\.4 {
    padding-left: -44px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--4\.4 {
    margin-right: -44px;
  }
  .mobile\:p-r--4\.4 {
    padding-right: -44px;
  }
  .mobile-m-r--4\.4 {
    margin-right: -44px;
  }
  .mobile-p-r--4\.4 {
    padding-right: -44px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--4\.3 {
    margin-top: -43px;
  }
  .mobile\:p-t--4\.3 {
    padding-top: -43px;
  }
  .mobile-m-t--4\.3 {
    margin-top: -43px;
  }
  .mobile-p-t--4\.3 {
    padding-top: -43px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--4\.3 {
    margin-bottom: -43px;
  }
  .mobile\:p-b--4\.3 {
    padding-bottom: -43px;
  }
  .mobile-m-b--4\.3 {
    margin-bottom: -43px;
  }
  .mobile-p-b--4\.3 {
    padding-bottom: -43px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--4\.3 {
    margin-left: -43px;
  }
  .mobile\:p-l--4\.3 {
    padding-left: -43px;
  }
  .mobile-m-l--4\.3 {
    margin-left: -43px;
  }
  .mobile-p-l--4\.3 {
    padding-left: -43px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--4\.3 {
    margin-right: -43px;
  }
  .mobile\:p-r--4\.3 {
    padding-right: -43px;
  }
  .mobile-m-r--4\.3 {
    margin-right: -43px;
  }
  .mobile-p-r--4\.3 {
    padding-right: -43px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--4\.2 {
    margin-top: -42px;
  }
  .mobile\:p-t--4\.2 {
    padding-top: -42px;
  }
  .mobile-m-t--4\.2 {
    margin-top: -42px;
  }
  .mobile-p-t--4\.2 {
    padding-top: -42px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--4\.2 {
    margin-bottom: -42px;
  }
  .mobile\:p-b--4\.2 {
    padding-bottom: -42px;
  }
  .mobile-m-b--4\.2 {
    margin-bottom: -42px;
  }
  .mobile-p-b--4\.2 {
    padding-bottom: -42px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--4\.2 {
    margin-left: -42px;
  }
  .mobile\:p-l--4\.2 {
    padding-left: -42px;
  }
  .mobile-m-l--4\.2 {
    margin-left: -42px;
  }
  .mobile-p-l--4\.2 {
    padding-left: -42px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--4\.2 {
    margin-right: -42px;
  }
  .mobile\:p-r--4\.2 {
    padding-right: -42px;
  }
  .mobile-m-r--4\.2 {
    margin-right: -42px;
  }
  .mobile-p-r--4\.2 {
    padding-right: -42px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--4\.1 {
    margin-top: -41px;
  }
  .mobile\:p-t--4\.1 {
    padding-top: -41px;
  }
  .mobile-m-t--4\.1 {
    margin-top: -41px;
  }
  .mobile-p-t--4\.1 {
    padding-top: -41px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--4\.1 {
    margin-bottom: -41px;
  }
  .mobile\:p-b--4\.1 {
    padding-bottom: -41px;
  }
  .mobile-m-b--4\.1 {
    margin-bottom: -41px;
  }
  .mobile-p-b--4\.1 {
    padding-bottom: -41px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--4\.1 {
    margin-left: -41px;
  }
  .mobile\:p-l--4\.1 {
    padding-left: -41px;
  }
  .mobile-m-l--4\.1 {
    margin-left: -41px;
  }
  .mobile-p-l--4\.1 {
    padding-left: -41px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--4\.1 {
    margin-right: -41px;
  }
  .mobile\:p-r--4\.1 {
    padding-right: -41px;
  }
  .mobile-m-r--4\.1 {
    margin-right: -41px;
  }
  .mobile-p-r--4\.1 {
    padding-right: -41px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--4 {
    margin-top: -40px;
  }
  .mobile\:p-t--4 {
    padding-top: -40px;
  }
  .mobile-m-t--4 {
    margin-top: -40px;
  }
  .mobile-p-t--4 {
    padding-top: -40px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--4 {
    margin-bottom: -40px;
  }
  .mobile\:p-b--4 {
    padding-bottom: -40px;
  }
  .mobile-m-b--4 {
    margin-bottom: -40px;
  }
  .mobile-p-b--4 {
    padding-bottom: -40px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--4 {
    margin-left: -40px;
  }
  .mobile\:p-l--4 {
    padding-left: -40px;
  }
  .mobile-m-l--4 {
    margin-left: -40px;
  }
  .mobile-p-l--4 {
    padding-left: -40px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--4 {
    margin-right: -40px;
  }
  .mobile\:p-r--4 {
    padding-right: -40px;
  }
  .mobile-m-r--4 {
    margin-right: -40px;
  }
  .mobile-p-r--4 {
    padding-right: -40px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--3\.9 {
    margin-top: -39px;
  }
  .mobile\:p-t--3\.9 {
    padding-top: -39px;
  }
  .mobile-m-t--3\.9 {
    margin-top: -39px;
  }
  .mobile-p-t--3\.9 {
    padding-top: -39px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--3\.9 {
    margin-bottom: -39px;
  }
  .mobile\:p-b--3\.9 {
    padding-bottom: -39px;
  }
  .mobile-m-b--3\.9 {
    margin-bottom: -39px;
  }
  .mobile-p-b--3\.9 {
    padding-bottom: -39px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--3\.9 {
    margin-left: -39px;
  }
  .mobile\:p-l--3\.9 {
    padding-left: -39px;
  }
  .mobile-m-l--3\.9 {
    margin-left: -39px;
  }
  .mobile-p-l--3\.9 {
    padding-left: -39px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--3\.9 {
    margin-right: -39px;
  }
  .mobile\:p-r--3\.9 {
    padding-right: -39px;
  }
  .mobile-m-r--3\.9 {
    margin-right: -39px;
  }
  .mobile-p-r--3\.9 {
    padding-right: -39px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--3\.8 {
    margin-top: -38px;
  }
  .mobile\:p-t--3\.8 {
    padding-top: -38px;
  }
  .mobile-m-t--3\.8 {
    margin-top: -38px;
  }
  .mobile-p-t--3\.8 {
    padding-top: -38px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--3\.8 {
    margin-bottom: -38px;
  }
  .mobile\:p-b--3\.8 {
    padding-bottom: -38px;
  }
  .mobile-m-b--3\.8 {
    margin-bottom: -38px;
  }
  .mobile-p-b--3\.8 {
    padding-bottom: -38px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--3\.8 {
    margin-left: -38px;
  }
  .mobile\:p-l--3\.8 {
    padding-left: -38px;
  }
  .mobile-m-l--3\.8 {
    margin-left: -38px;
  }
  .mobile-p-l--3\.8 {
    padding-left: -38px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--3\.8 {
    margin-right: -38px;
  }
  .mobile\:p-r--3\.8 {
    padding-right: -38px;
  }
  .mobile-m-r--3\.8 {
    margin-right: -38px;
  }
  .mobile-p-r--3\.8 {
    padding-right: -38px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--3\.7 {
    margin-top: -37px;
  }
  .mobile\:p-t--3\.7 {
    padding-top: -37px;
  }
  .mobile-m-t--3\.7 {
    margin-top: -37px;
  }
  .mobile-p-t--3\.7 {
    padding-top: -37px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--3\.7 {
    margin-bottom: -37px;
  }
  .mobile\:p-b--3\.7 {
    padding-bottom: -37px;
  }
  .mobile-m-b--3\.7 {
    margin-bottom: -37px;
  }
  .mobile-p-b--3\.7 {
    padding-bottom: -37px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--3\.7 {
    margin-left: -37px;
  }
  .mobile\:p-l--3\.7 {
    padding-left: -37px;
  }
  .mobile-m-l--3\.7 {
    margin-left: -37px;
  }
  .mobile-p-l--3\.7 {
    padding-left: -37px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--3\.7 {
    margin-right: -37px;
  }
  .mobile\:p-r--3\.7 {
    padding-right: -37px;
  }
  .mobile-m-r--3\.7 {
    margin-right: -37px;
  }
  .mobile-p-r--3\.7 {
    padding-right: -37px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--3\.6 {
    margin-top: -36px;
  }
  .mobile\:p-t--3\.6 {
    padding-top: -36px;
  }
  .mobile-m-t--3\.6 {
    margin-top: -36px;
  }
  .mobile-p-t--3\.6 {
    padding-top: -36px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--3\.6 {
    margin-bottom: -36px;
  }
  .mobile\:p-b--3\.6 {
    padding-bottom: -36px;
  }
  .mobile-m-b--3\.6 {
    margin-bottom: -36px;
  }
  .mobile-p-b--3\.6 {
    padding-bottom: -36px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--3\.6 {
    margin-left: -36px;
  }
  .mobile\:p-l--3\.6 {
    padding-left: -36px;
  }
  .mobile-m-l--3\.6 {
    margin-left: -36px;
  }
  .mobile-p-l--3\.6 {
    padding-left: -36px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--3\.6 {
    margin-right: -36px;
  }
  .mobile\:p-r--3\.6 {
    padding-right: -36px;
  }
  .mobile-m-r--3\.6 {
    margin-right: -36px;
  }
  .mobile-p-r--3\.6 {
    padding-right: -36px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--3\.5 {
    margin-top: -35px;
  }
  .mobile\:p-t--3\.5 {
    padding-top: -35px;
  }
  .mobile-m-t--3\.5 {
    margin-top: -35px;
  }
  .mobile-p-t--3\.5 {
    padding-top: -35px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--3\.5 {
    margin-bottom: -35px;
  }
  .mobile\:p-b--3\.5 {
    padding-bottom: -35px;
  }
  .mobile-m-b--3\.5 {
    margin-bottom: -35px;
  }
  .mobile-p-b--3\.5 {
    padding-bottom: -35px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--3\.5 {
    margin-left: -35px;
  }
  .mobile\:p-l--3\.5 {
    padding-left: -35px;
  }
  .mobile-m-l--3\.5 {
    margin-left: -35px;
  }
  .mobile-p-l--3\.5 {
    padding-left: -35px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--3\.5 {
    margin-right: -35px;
  }
  .mobile\:p-r--3\.5 {
    padding-right: -35px;
  }
  .mobile-m-r--3\.5 {
    margin-right: -35px;
  }
  .mobile-p-r--3\.5 {
    padding-right: -35px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--3\.4 {
    margin-top: -34px;
  }
  .mobile\:p-t--3\.4 {
    padding-top: -34px;
  }
  .mobile-m-t--3\.4 {
    margin-top: -34px;
  }
  .mobile-p-t--3\.4 {
    padding-top: -34px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--3\.4 {
    margin-bottom: -34px;
  }
  .mobile\:p-b--3\.4 {
    padding-bottom: -34px;
  }
  .mobile-m-b--3\.4 {
    margin-bottom: -34px;
  }
  .mobile-p-b--3\.4 {
    padding-bottom: -34px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--3\.4 {
    margin-left: -34px;
  }
  .mobile\:p-l--3\.4 {
    padding-left: -34px;
  }
  .mobile-m-l--3\.4 {
    margin-left: -34px;
  }
  .mobile-p-l--3\.4 {
    padding-left: -34px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--3\.4 {
    margin-right: -34px;
  }
  .mobile\:p-r--3\.4 {
    padding-right: -34px;
  }
  .mobile-m-r--3\.4 {
    margin-right: -34px;
  }
  .mobile-p-r--3\.4 {
    padding-right: -34px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--3\.3 {
    margin-top: -33px;
  }
  .mobile\:p-t--3\.3 {
    padding-top: -33px;
  }
  .mobile-m-t--3\.3 {
    margin-top: -33px;
  }
  .mobile-p-t--3\.3 {
    padding-top: -33px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--3\.3 {
    margin-bottom: -33px;
  }
  .mobile\:p-b--3\.3 {
    padding-bottom: -33px;
  }
  .mobile-m-b--3\.3 {
    margin-bottom: -33px;
  }
  .mobile-p-b--3\.3 {
    padding-bottom: -33px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--3\.3 {
    margin-left: -33px;
  }
  .mobile\:p-l--3\.3 {
    padding-left: -33px;
  }
  .mobile-m-l--3\.3 {
    margin-left: -33px;
  }
  .mobile-p-l--3\.3 {
    padding-left: -33px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--3\.3 {
    margin-right: -33px;
  }
  .mobile\:p-r--3\.3 {
    padding-right: -33px;
  }
  .mobile-m-r--3\.3 {
    margin-right: -33px;
  }
  .mobile-p-r--3\.3 {
    padding-right: -33px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--3\.2 {
    margin-top: -32px;
  }
  .mobile\:p-t--3\.2 {
    padding-top: -32px;
  }
  .mobile-m-t--3\.2 {
    margin-top: -32px;
  }
  .mobile-p-t--3\.2 {
    padding-top: -32px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--3\.2 {
    margin-bottom: -32px;
  }
  .mobile\:p-b--3\.2 {
    padding-bottom: -32px;
  }
  .mobile-m-b--3\.2 {
    margin-bottom: -32px;
  }
  .mobile-p-b--3\.2 {
    padding-bottom: -32px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--3\.2 {
    margin-left: -32px;
  }
  .mobile\:p-l--3\.2 {
    padding-left: -32px;
  }
  .mobile-m-l--3\.2 {
    margin-left: -32px;
  }
  .mobile-p-l--3\.2 {
    padding-left: -32px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--3\.2 {
    margin-right: -32px;
  }
  .mobile\:p-r--3\.2 {
    padding-right: -32px;
  }
  .mobile-m-r--3\.2 {
    margin-right: -32px;
  }
  .mobile-p-r--3\.2 {
    padding-right: -32px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--3\.1 {
    margin-top: -31px;
  }
  .mobile\:p-t--3\.1 {
    padding-top: -31px;
  }
  .mobile-m-t--3\.1 {
    margin-top: -31px;
  }
  .mobile-p-t--3\.1 {
    padding-top: -31px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--3\.1 {
    margin-bottom: -31px;
  }
  .mobile\:p-b--3\.1 {
    padding-bottom: -31px;
  }
  .mobile-m-b--3\.1 {
    margin-bottom: -31px;
  }
  .mobile-p-b--3\.1 {
    padding-bottom: -31px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--3\.1 {
    margin-left: -31px;
  }
  .mobile\:p-l--3\.1 {
    padding-left: -31px;
  }
  .mobile-m-l--3\.1 {
    margin-left: -31px;
  }
  .mobile-p-l--3\.1 {
    padding-left: -31px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--3\.1 {
    margin-right: -31px;
  }
  .mobile\:p-r--3\.1 {
    padding-right: -31px;
  }
  .mobile-m-r--3\.1 {
    margin-right: -31px;
  }
  .mobile-p-r--3\.1 {
    padding-right: -31px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--3 {
    margin-top: -30px;
  }
  .mobile\:p-t--3 {
    padding-top: -30px;
  }
  .mobile-m-t--3 {
    margin-top: -30px;
  }
  .mobile-p-t--3 {
    padding-top: -30px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--3 {
    margin-bottom: -30px;
  }
  .mobile\:p-b--3 {
    padding-bottom: -30px;
  }
  .mobile-m-b--3 {
    margin-bottom: -30px;
  }
  .mobile-p-b--3 {
    padding-bottom: -30px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--3 {
    margin-left: -30px;
  }
  .mobile\:p-l--3 {
    padding-left: -30px;
  }
  .mobile-m-l--3 {
    margin-left: -30px;
  }
  .mobile-p-l--3 {
    padding-left: -30px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--3 {
    margin-right: -30px;
  }
  .mobile\:p-r--3 {
    padding-right: -30px;
  }
  .mobile-m-r--3 {
    margin-right: -30px;
  }
  .mobile-p-r--3 {
    padding-right: -30px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--2\.9 {
    margin-top: -29px;
  }
  .mobile\:p-t--2\.9 {
    padding-top: -29px;
  }
  .mobile-m-t--2\.9 {
    margin-top: -29px;
  }
  .mobile-p-t--2\.9 {
    padding-top: -29px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--2\.9 {
    margin-bottom: -29px;
  }
  .mobile\:p-b--2\.9 {
    padding-bottom: -29px;
  }
  .mobile-m-b--2\.9 {
    margin-bottom: -29px;
  }
  .mobile-p-b--2\.9 {
    padding-bottom: -29px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--2\.9 {
    margin-left: -29px;
  }
  .mobile\:p-l--2\.9 {
    padding-left: -29px;
  }
  .mobile-m-l--2\.9 {
    margin-left: -29px;
  }
  .mobile-p-l--2\.9 {
    padding-left: -29px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--2\.9 {
    margin-right: -29px;
  }
  .mobile\:p-r--2\.9 {
    padding-right: -29px;
  }
  .mobile-m-r--2\.9 {
    margin-right: -29px;
  }
  .mobile-p-r--2\.9 {
    padding-right: -29px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--2\.8 {
    margin-top: -28px;
  }
  .mobile\:p-t--2\.8 {
    padding-top: -28px;
  }
  .mobile-m-t--2\.8 {
    margin-top: -28px;
  }
  .mobile-p-t--2\.8 {
    padding-top: -28px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--2\.8 {
    margin-bottom: -28px;
  }
  .mobile\:p-b--2\.8 {
    padding-bottom: -28px;
  }
  .mobile-m-b--2\.8 {
    margin-bottom: -28px;
  }
  .mobile-p-b--2\.8 {
    padding-bottom: -28px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--2\.8 {
    margin-left: -28px;
  }
  .mobile\:p-l--2\.8 {
    padding-left: -28px;
  }
  .mobile-m-l--2\.8 {
    margin-left: -28px;
  }
  .mobile-p-l--2\.8 {
    padding-left: -28px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--2\.8 {
    margin-right: -28px;
  }
  .mobile\:p-r--2\.8 {
    padding-right: -28px;
  }
  .mobile-m-r--2\.8 {
    margin-right: -28px;
  }
  .mobile-p-r--2\.8 {
    padding-right: -28px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--2\.7 {
    margin-top: -27px;
  }
  .mobile\:p-t--2\.7 {
    padding-top: -27px;
  }
  .mobile-m-t--2\.7 {
    margin-top: -27px;
  }
  .mobile-p-t--2\.7 {
    padding-top: -27px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--2\.7 {
    margin-bottom: -27px;
  }
  .mobile\:p-b--2\.7 {
    padding-bottom: -27px;
  }
  .mobile-m-b--2\.7 {
    margin-bottom: -27px;
  }
  .mobile-p-b--2\.7 {
    padding-bottom: -27px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--2\.7 {
    margin-left: -27px;
  }
  .mobile\:p-l--2\.7 {
    padding-left: -27px;
  }
  .mobile-m-l--2\.7 {
    margin-left: -27px;
  }
  .mobile-p-l--2\.7 {
    padding-left: -27px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--2\.7 {
    margin-right: -27px;
  }
  .mobile\:p-r--2\.7 {
    padding-right: -27px;
  }
  .mobile-m-r--2\.7 {
    margin-right: -27px;
  }
  .mobile-p-r--2\.7 {
    padding-right: -27px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--2\.6 {
    margin-top: -26px;
  }
  .mobile\:p-t--2\.6 {
    padding-top: -26px;
  }
  .mobile-m-t--2\.6 {
    margin-top: -26px;
  }
  .mobile-p-t--2\.6 {
    padding-top: -26px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--2\.6 {
    margin-bottom: -26px;
  }
  .mobile\:p-b--2\.6 {
    padding-bottom: -26px;
  }
  .mobile-m-b--2\.6 {
    margin-bottom: -26px;
  }
  .mobile-p-b--2\.6 {
    padding-bottom: -26px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--2\.6 {
    margin-left: -26px;
  }
  .mobile\:p-l--2\.6 {
    padding-left: -26px;
  }
  .mobile-m-l--2\.6 {
    margin-left: -26px;
  }
  .mobile-p-l--2\.6 {
    padding-left: -26px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--2\.6 {
    margin-right: -26px;
  }
  .mobile\:p-r--2\.6 {
    padding-right: -26px;
  }
  .mobile-m-r--2\.6 {
    margin-right: -26px;
  }
  .mobile-p-r--2\.6 {
    padding-right: -26px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--2\.5 {
    margin-top: -25px;
  }
  .mobile\:p-t--2\.5 {
    padding-top: -25px;
  }
  .mobile-m-t--2\.5 {
    margin-top: -25px;
  }
  .mobile-p-t--2\.5 {
    padding-top: -25px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--2\.5 {
    margin-bottom: -25px;
  }
  .mobile\:p-b--2\.5 {
    padding-bottom: -25px;
  }
  .mobile-m-b--2\.5 {
    margin-bottom: -25px;
  }
  .mobile-p-b--2\.5 {
    padding-bottom: -25px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--2\.5 {
    margin-left: -25px;
  }
  .mobile\:p-l--2\.5 {
    padding-left: -25px;
  }
  .mobile-m-l--2\.5 {
    margin-left: -25px;
  }
  .mobile-p-l--2\.5 {
    padding-left: -25px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--2\.5 {
    margin-right: -25px;
  }
  .mobile\:p-r--2\.5 {
    padding-right: -25px;
  }
  .mobile-m-r--2\.5 {
    margin-right: -25px;
  }
  .mobile-p-r--2\.5 {
    padding-right: -25px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--2\.4 {
    margin-top: -24px;
  }
  .mobile\:p-t--2\.4 {
    padding-top: -24px;
  }
  .mobile-m-t--2\.4 {
    margin-top: -24px;
  }
  .mobile-p-t--2\.4 {
    padding-top: -24px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--2\.4 {
    margin-bottom: -24px;
  }
  .mobile\:p-b--2\.4 {
    padding-bottom: -24px;
  }
  .mobile-m-b--2\.4 {
    margin-bottom: -24px;
  }
  .mobile-p-b--2\.4 {
    padding-bottom: -24px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--2\.4 {
    margin-left: -24px;
  }
  .mobile\:p-l--2\.4 {
    padding-left: -24px;
  }
  .mobile-m-l--2\.4 {
    margin-left: -24px;
  }
  .mobile-p-l--2\.4 {
    padding-left: -24px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--2\.4 {
    margin-right: -24px;
  }
  .mobile\:p-r--2\.4 {
    padding-right: -24px;
  }
  .mobile-m-r--2\.4 {
    margin-right: -24px;
  }
  .mobile-p-r--2\.4 {
    padding-right: -24px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--2\.3 {
    margin-top: -23px;
  }
  .mobile\:p-t--2\.3 {
    padding-top: -23px;
  }
  .mobile-m-t--2\.3 {
    margin-top: -23px;
  }
  .mobile-p-t--2\.3 {
    padding-top: -23px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--2\.3 {
    margin-bottom: -23px;
  }
  .mobile\:p-b--2\.3 {
    padding-bottom: -23px;
  }
  .mobile-m-b--2\.3 {
    margin-bottom: -23px;
  }
  .mobile-p-b--2\.3 {
    padding-bottom: -23px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--2\.3 {
    margin-left: -23px;
  }
  .mobile\:p-l--2\.3 {
    padding-left: -23px;
  }
  .mobile-m-l--2\.3 {
    margin-left: -23px;
  }
  .mobile-p-l--2\.3 {
    padding-left: -23px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--2\.3 {
    margin-right: -23px;
  }
  .mobile\:p-r--2\.3 {
    padding-right: -23px;
  }
  .mobile-m-r--2\.3 {
    margin-right: -23px;
  }
  .mobile-p-r--2\.3 {
    padding-right: -23px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--2\.2 {
    margin-top: -22px;
  }
  .mobile\:p-t--2\.2 {
    padding-top: -22px;
  }
  .mobile-m-t--2\.2 {
    margin-top: -22px;
  }
  .mobile-p-t--2\.2 {
    padding-top: -22px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--2\.2 {
    margin-bottom: -22px;
  }
  .mobile\:p-b--2\.2 {
    padding-bottom: -22px;
  }
  .mobile-m-b--2\.2 {
    margin-bottom: -22px;
  }
  .mobile-p-b--2\.2 {
    padding-bottom: -22px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--2\.2 {
    margin-left: -22px;
  }
  .mobile\:p-l--2\.2 {
    padding-left: -22px;
  }
  .mobile-m-l--2\.2 {
    margin-left: -22px;
  }
  .mobile-p-l--2\.2 {
    padding-left: -22px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--2\.2 {
    margin-right: -22px;
  }
  .mobile\:p-r--2\.2 {
    padding-right: -22px;
  }
  .mobile-m-r--2\.2 {
    margin-right: -22px;
  }
  .mobile-p-r--2\.2 {
    padding-right: -22px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--2\.1 {
    margin-top: -21px;
  }
  .mobile\:p-t--2\.1 {
    padding-top: -21px;
  }
  .mobile-m-t--2\.1 {
    margin-top: -21px;
  }
  .mobile-p-t--2\.1 {
    padding-top: -21px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--2\.1 {
    margin-bottom: -21px;
  }
  .mobile\:p-b--2\.1 {
    padding-bottom: -21px;
  }
  .mobile-m-b--2\.1 {
    margin-bottom: -21px;
  }
  .mobile-p-b--2\.1 {
    padding-bottom: -21px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--2\.1 {
    margin-left: -21px;
  }
  .mobile\:p-l--2\.1 {
    padding-left: -21px;
  }
  .mobile-m-l--2\.1 {
    margin-left: -21px;
  }
  .mobile-p-l--2\.1 {
    padding-left: -21px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--2\.1 {
    margin-right: -21px;
  }
  .mobile\:p-r--2\.1 {
    padding-right: -21px;
  }
  .mobile-m-r--2\.1 {
    margin-right: -21px;
  }
  .mobile-p-r--2\.1 {
    padding-right: -21px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--2 {
    margin-top: -20px;
  }
  .mobile\:p-t--2 {
    padding-top: -20px;
  }
  .mobile-m-t--2 {
    margin-top: -20px;
  }
  .mobile-p-t--2 {
    padding-top: -20px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--2 {
    margin-bottom: -20px;
  }
  .mobile\:p-b--2 {
    padding-bottom: -20px;
  }
  .mobile-m-b--2 {
    margin-bottom: -20px;
  }
  .mobile-p-b--2 {
    padding-bottom: -20px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--2 {
    margin-left: -20px;
  }
  .mobile\:p-l--2 {
    padding-left: -20px;
  }
  .mobile-m-l--2 {
    margin-left: -20px;
  }
  .mobile-p-l--2 {
    padding-left: -20px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--2 {
    margin-right: -20px;
  }
  .mobile\:p-r--2 {
    padding-right: -20px;
  }
  .mobile-m-r--2 {
    margin-right: -20px;
  }
  .mobile-p-r--2 {
    padding-right: -20px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--1\.9 {
    margin-top: -19px;
  }
  .mobile\:p-t--1\.9 {
    padding-top: -19px;
  }
  .mobile-m-t--1\.9 {
    margin-top: -19px;
  }
  .mobile-p-t--1\.9 {
    padding-top: -19px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--1\.9 {
    margin-bottom: -19px;
  }
  .mobile\:p-b--1\.9 {
    padding-bottom: -19px;
  }
  .mobile-m-b--1\.9 {
    margin-bottom: -19px;
  }
  .mobile-p-b--1\.9 {
    padding-bottom: -19px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--1\.9 {
    margin-left: -19px;
  }
  .mobile\:p-l--1\.9 {
    padding-left: -19px;
  }
  .mobile-m-l--1\.9 {
    margin-left: -19px;
  }
  .mobile-p-l--1\.9 {
    padding-left: -19px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--1\.9 {
    margin-right: -19px;
  }
  .mobile\:p-r--1\.9 {
    padding-right: -19px;
  }
  .mobile-m-r--1\.9 {
    margin-right: -19px;
  }
  .mobile-p-r--1\.9 {
    padding-right: -19px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--1\.8 {
    margin-top: -18px;
  }
  .mobile\:p-t--1\.8 {
    padding-top: -18px;
  }
  .mobile-m-t--1\.8 {
    margin-top: -18px;
  }
  .mobile-p-t--1\.8 {
    padding-top: -18px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--1\.8 {
    margin-bottom: -18px;
  }
  .mobile\:p-b--1\.8 {
    padding-bottom: -18px;
  }
  .mobile-m-b--1\.8 {
    margin-bottom: -18px;
  }
  .mobile-p-b--1\.8 {
    padding-bottom: -18px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--1\.8 {
    margin-left: -18px;
  }
  .mobile\:p-l--1\.8 {
    padding-left: -18px;
  }
  .mobile-m-l--1\.8 {
    margin-left: -18px;
  }
  .mobile-p-l--1\.8 {
    padding-left: -18px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--1\.8 {
    margin-right: -18px;
  }
  .mobile\:p-r--1\.8 {
    padding-right: -18px;
  }
  .mobile-m-r--1\.8 {
    margin-right: -18px;
  }
  .mobile-p-r--1\.8 {
    padding-right: -18px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--1\.7 {
    margin-top: -17px;
  }
  .mobile\:p-t--1\.7 {
    padding-top: -17px;
  }
  .mobile-m-t--1\.7 {
    margin-top: -17px;
  }
  .mobile-p-t--1\.7 {
    padding-top: -17px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--1\.7 {
    margin-bottom: -17px;
  }
  .mobile\:p-b--1\.7 {
    padding-bottom: -17px;
  }
  .mobile-m-b--1\.7 {
    margin-bottom: -17px;
  }
  .mobile-p-b--1\.7 {
    padding-bottom: -17px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--1\.7 {
    margin-left: -17px;
  }
  .mobile\:p-l--1\.7 {
    padding-left: -17px;
  }
  .mobile-m-l--1\.7 {
    margin-left: -17px;
  }
  .mobile-p-l--1\.7 {
    padding-left: -17px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--1\.7 {
    margin-right: -17px;
  }
  .mobile\:p-r--1\.7 {
    padding-right: -17px;
  }
  .mobile-m-r--1\.7 {
    margin-right: -17px;
  }
  .mobile-p-r--1\.7 {
    padding-right: -17px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--1\.6 {
    margin-top: -16px;
  }
  .mobile\:p-t--1\.6 {
    padding-top: -16px;
  }
  .mobile-m-t--1\.6 {
    margin-top: -16px;
  }
  .mobile-p-t--1\.6 {
    padding-top: -16px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--1\.6 {
    margin-bottom: -16px;
  }
  .mobile\:p-b--1\.6 {
    padding-bottom: -16px;
  }
  .mobile-m-b--1\.6 {
    margin-bottom: -16px;
  }
  .mobile-p-b--1\.6 {
    padding-bottom: -16px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--1\.6 {
    margin-left: -16px;
  }
  .mobile\:p-l--1\.6 {
    padding-left: -16px;
  }
  .mobile-m-l--1\.6 {
    margin-left: -16px;
  }
  .mobile-p-l--1\.6 {
    padding-left: -16px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--1\.6 {
    margin-right: -16px;
  }
  .mobile\:p-r--1\.6 {
    padding-right: -16px;
  }
  .mobile-m-r--1\.6 {
    margin-right: -16px;
  }
  .mobile-p-r--1\.6 {
    padding-right: -16px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--1\.5 {
    margin-top: -15px;
  }
  .mobile\:p-t--1\.5 {
    padding-top: -15px;
  }
  .mobile-m-t--1\.5 {
    margin-top: -15px;
  }
  .mobile-p-t--1\.5 {
    padding-top: -15px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--1\.5 {
    margin-bottom: -15px;
  }
  .mobile\:p-b--1\.5 {
    padding-bottom: -15px;
  }
  .mobile-m-b--1\.5 {
    margin-bottom: -15px;
  }
  .mobile-p-b--1\.5 {
    padding-bottom: -15px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--1\.5 {
    margin-left: -15px;
  }
  .mobile\:p-l--1\.5 {
    padding-left: -15px;
  }
  .mobile-m-l--1\.5 {
    margin-left: -15px;
  }
  .mobile-p-l--1\.5 {
    padding-left: -15px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--1\.5 {
    margin-right: -15px;
  }
  .mobile\:p-r--1\.5 {
    padding-right: -15px;
  }
  .mobile-m-r--1\.5 {
    margin-right: -15px;
  }
  .mobile-p-r--1\.5 {
    padding-right: -15px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--1\.4 {
    margin-top: -14px;
  }
  .mobile\:p-t--1\.4 {
    padding-top: -14px;
  }
  .mobile-m-t--1\.4 {
    margin-top: -14px;
  }
  .mobile-p-t--1\.4 {
    padding-top: -14px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--1\.4 {
    margin-bottom: -14px;
  }
  .mobile\:p-b--1\.4 {
    padding-bottom: -14px;
  }
  .mobile-m-b--1\.4 {
    margin-bottom: -14px;
  }
  .mobile-p-b--1\.4 {
    padding-bottom: -14px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--1\.4 {
    margin-left: -14px;
  }
  .mobile\:p-l--1\.4 {
    padding-left: -14px;
  }
  .mobile-m-l--1\.4 {
    margin-left: -14px;
  }
  .mobile-p-l--1\.4 {
    padding-left: -14px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--1\.4 {
    margin-right: -14px;
  }
  .mobile\:p-r--1\.4 {
    padding-right: -14px;
  }
  .mobile-m-r--1\.4 {
    margin-right: -14px;
  }
  .mobile-p-r--1\.4 {
    padding-right: -14px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--1\.3 {
    margin-top: -13px;
  }
  .mobile\:p-t--1\.3 {
    padding-top: -13px;
  }
  .mobile-m-t--1\.3 {
    margin-top: -13px;
  }
  .mobile-p-t--1\.3 {
    padding-top: -13px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--1\.3 {
    margin-bottom: -13px;
  }
  .mobile\:p-b--1\.3 {
    padding-bottom: -13px;
  }
  .mobile-m-b--1\.3 {
    margin-bottom: -13px;
  }
  .mobile-p-b--1\.3 {
    padding-bottom: -13px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--1\.3 {
    margin-left: -13px;
  }
  .mobile\:p-l--1\.3 {
    padding-left: -13px;
  }
  .mobile-m-l--1\.3 {
    margin-left: -13px;
  }
  .mobile-p-l--1\.3 {
    padding-left: -13px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--1\.3 {
    margin-right: -13px;
  }
  .mobile\:p-r--1\.3 {
    padding-right: -13px;
  }
  .mobile-m-r--1\.3 {
    margin-right: -13px;
  }
  .mobile-p-r--1\.3 {
    padding-right: -13px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--1\.2 {
    margin-top: -12px;
  }
  .mobile\:p-t--1\.2 {
    padding-top: -12px;
  }
  .mobile-m-t--1\.2 {
    margin-top: -12px;
  }
  .mobile-p-t--1\.2 {
    padding-top: -12px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--1\.2 {
    margin-bottom: -12px;
  }
  .mobile\:p-b--1\.2 {
    padding-bottom: -12px;
  }
  .mobile-m-b--1\.2 {
    margin-bottom: -12px;
  }
  .mobile-p-b--1\.2 {
    padding-bottom: -12px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--1\.2 {
    margin-left: -12px;
  }
  .mobile\:p-l--1\.2 {
    padding-left: -12px;
  }
  .mobile-m-l--1\.2 {
    margin-left: -12px;
  }
  .mobile-p-l--1\.2 {
    padding-left: -12px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--1\.2 {
    margin-right: -12px;
  }
  .mobile\:p-r--1\.2 {
    padding-right: -12px;
  }
  .mobile-m-r--1\.2 {
    margin-right: -12px;
  }
  .mobile-p-r--1\.2 {
    padding-right: -12px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--1\.1 {
    margin-top: -11px;
  }
  .mobile\:p-t--1\.1 {
    padding-top: -11px;
  }
  .mobile-m-t--1\.1 {
    margin-top: -11px;
  }
  .mobile-p-t--1\.1 {
    padding-top: -11px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--1\.1 {
    margin-bottom: -11px;
  }
  .mobile\:p-b--1\.1 {
    padding-bottom: -11px;
  }
  .mobile-m-b--1\.1 {
    margin-bottom: -11px;
  }
  .mobile-p-b--1\.1 {
    padding-bottom: -11px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--1\.1 {
    margin-left: -11px;
  }
  .mobile\:p-l--1\.1 {
    padding-left: -11px;
  }
  .mobile-m-l--1\.1 {
    margin-left: -11px;
  }
  .mobile-p-l--1\.1 {
    padding-left: -11px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--1\.1 {
    margin-right: -11px;
  }
  .mobile\:p-r--1\.1 {
    padding-right: -11px;
  }
  .mobile-m-r--1\.1 {
    margin-right: -11px;
  }
  .mobile-p-r--1\.1 {
    padding-right: -11px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--1 {
    margin-top: -10px;
  }
  .mobile\:p-t--1 {
    padding-top: -10px;
  }
  .mobile-m-t--1 {
    margin-top: -10px;
  }
  .mobile-p-t--1 {
    padding-top: -10px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--1 {
    margin-bottom: -10px;
  }
  .mobile\:p-b--1 {
    padding-bottom: -10px;
  }
  .mobile-m-b--1 {
    margin-bottom: -10px;
  }
  .mobile-p-b--1 {
    padding-bottom: -10px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--1 {
    margin-left: -10px;
  }
  .mobile\:p-l--1 {
    padding-left: -10px;
  }
  .mobile-m-l--1 {
    margin-left: -10px;
  }
  .mobile-p-l--1 {
    padding-left: -10px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--1 {
    margin-right: -10px;
  }
  .mobile\:p-r--1 {
    padding-right: -10px;
  }
  .mobile-m-r--1 {
    margin-right: -10px;
  }
  .mobile-p-r--1 {
    padding-right: -10px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--0\.9 {
    margin-top: -9px;
  }
  .mobile\:p-t--0\.9 {
    padding-top: -9px;
  }
  .mobile-m-t--0\.9 {
    margin-top: -9px;
  }
  .mobile-p-t--0\.9 {
    padding-top: -9px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--0\.9 {
    margin-bottom: -9px;
  }
  .mobile\:p-b--0\.9 {
    padding-bottom: -9px;
  }
  .mobile-m-b--0\.9 {
    margin-bottom: -9px;
  }
  .mobile-p-b--0\.9 {
    padding-bottom: -9px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--0\.9 {
    margin-left: -9px;
  }
  .mobile\:p-l--0\.9 {
    padding-left: -9px;
  }
  .mobile-m-l--0\.9 {
    margin-left: -9px;
  }
  .mobile-p-l--0\.9 {
    padding-left: -9px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--0\.9 {
    margin-right: -9px;
  }
  .mobile\:p-r--0\.9 {
    padding-right: -9px;
  }
  .mobile-m-r--0\.9 {
    margin-right: -9px;
  }
  .mobile-p-r--0\.9 {
    padding-right: -9px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--0\.8 {
    margin-top: -8px;
  }
  .mobile\:p-t--0\.8 {
    padding-top: -8px;
  }
  .mobile-m-t--0\.8 {
    margin-top: -8px;
  }
  .mobile-p-t--0\.8 {
    padding-top: -8px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--0\.8 {
    margin-bottom: -8px;
  }
  .mobile\:p-b--0\.8 {
    padding-bottom: -8px;
  }
  .mobile-m-b--0\.8 {
    margin-bottom: -8px;
  }
  .mobile-p-b--0\.8 {
    padding-bottom: -8px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--0\.8 {
    margin-left: -8px;
  }
  .mobile\:p-l--0\.8 {
    padding-left: -8px;
  }
  .mobile-m-l--0\.8 {
    margin-left: -8px;
  }
  .mobile-p-l--0\.8 {
    padding-left: -8px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--0\.8 {
    margin-right: -8px;
  }
  .mobile\:p-r--0\.8 {
    padding-right: -8px;
  }
  .mobile-m-r--0\.8 {
    margin-right: -8px;
  }
  .mobile-p-r--0\.8 {
    padding-right: -8px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--0\.7 {
    margin-top: -7px;
  }
  .mobile\:p-t--0\.7 {
    padding-top: -7px;
  }
  .mobile-m-t--0\.7 {
    margin-top: -7px;
  }
  .mobile-p-t--0\.7 {
    padding-top: -7px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--0\.7 {
    margin-bottom: -7px;
  }
  .mobile\:p-b--0\.7 {
    padding-bottom: -7px;
  }
  .mobile-m-b--0\.7 {
    margin-bottom: -7px;
  }
  .mobile-p-b--0\.7 {
    padding-bottom: -7px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--0\.7 {
    margin-left: -7px;
  }
  .mobile\:p-l--0\.7 {
    padding-left: -7px;
  }
  .mobile-m-l--0\.7 {
    margin-left: -7px;
  }
  .mobile-p-l--0\.7 {
    padding-left: -7px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--0\.7 {
    margin-right: -7px;
  }
  .mobile\:p-r--0\.7 {
    padding-right: -7px;
  }
  .mobile-m-r--0\.7 {
    margin-right: -7px;
  }
  .mobile-p-r--0\.7 {
    padding-right: -7px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--0\.6 {
    margin-top: -6px;
  }
  .mobile\:p-t--0\.6 {
    padding-top: -6px;
  }
  .mobile-m-t--0\.6 {
    margin-top: -6px;
  }
  .mobile-p-t--0\.6 {
    padding-top: -6px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--0\.6 {
    margin-bottom: -6px;
  }
  .mobile\:p-b--0\.6 {
    padding-bottom: -6px;
  }
  .mobile-m-b--0\.6 {
    margin-bottom: -6px;
  }
  .mobile-p-b--0\.6 {
    padding-bottom: -6px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--0\.6 {
    margin-left: -6px;
  }
  .mobile\:p-l--0\.6 {
    padding-left: -6px;
  }
  .mobile-m-l--0\.6 {
    margin-left: -6px;
  }
  .mobile-p-l--0\.6 {
    padding-left: -6px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--0\.6 {
    margin-right: -6px;
  }
  .mobile\:p-r--0\.6 {
    padding-right: -6px;
  }
  .mobile-m-r--0\.6 {
    margin-right: -6px;
  }
  .mobile-p-r--0\.6 {
    padding-right: -6px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--0\.5 {
    margin-top: -5px;
  }
  .mobile\:p-t--0\.5 {
    padding-top: -5px;
  }
  .mobile-m-t--0\.5 {
    margin-top: -5px;
  }
  .mobile-p-t--0\.5 {
    padding-top: -5px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--0\.5 {
    margin-bottom: -5px;
  }
  .mobile\:p-b--0\.5 {
    padding-bottom: -5px;
  }
  .mobile-m-b--0\.5 {
    margin-bottom: -5px;
  }
  .mobile-p-b--0\.5 {
    padding-bottom: -5px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--0\.5 {
    margin-left: -5px;
  }
  .mobile\:p-l--0\.5 {
    padding-left: -5px;
  }
  .mobile-m-l--0\.5 {
    margin-left: -5px;
  }
  .mobile-p-l--0\.5 {
    padding-left: -5px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--0\.5 {
    margin-right: -5px;
  }
  .mobile\:p-r--0\.5 {
    padding-right: -5px;
  }
  .mobile-m-r--0\.5 {
    margin-right: -5px;
  }
  .mobile-p-r--0\.5 {
    padding-right: -5px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--0\.4 {
    margin-top: -4px;
  }
  .mobile\:p-t--0\.4 {
    padding-top: -4px;
  }
  .mobile-m-t--0\.4 {
    margin-top: -4px;
  }
  .mobile-p-t--0\.4 {
    padding-top: -4px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--0\.4 {
    margin-bottom: -4px;
  }
  .mobile\:p-b--0\.4 {
    padding-bottom: -4px;
  }
  .mobile-m-b--0\.4 {
    margin-bottom: -4px;
  }
  .mobile-p-b--0\.4 {
    padding-bottom: -4px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--0\.4 {
    margin-left: -4px;
  }
  .mobile\:p-l--0\.4 {
    padding-left: -4px;
  }
  .mobile-m-l--0\.4 {
    margin-left: -4px;
  }
  .mobile-p-l--0\.4 {
    padding-left: -4px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--0\.4 {
    margin-right: -4px;
  }
  .mobile\:p-r--0\.4 {
    padding-right: -4px;
  }
  .mobile-m-r--0\.4 {
    margin-right: -4px;
  }
  .mobile-p-r--0\.4 {
    padding-right: -4px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--0\.3 {
    margin-top: -3px;
  }
  .mobile\:p-t--0\.3 {
    padding-top: -3px;
  }
  .mobile-m-t--0\.3 {
    margin-top: -3px;
  }
  .mobile-p-t--0\.3 {
    padding-top: -3px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--0\.3 {
    margin-bottom: -3px;
  }
  .mobile\:p-b--0\.3 {
    padding-bottom: -3px;
  }
  .mobile-m-b--0\.3 {
    margin-bottom: -3px;
  }
  .mobile-p-b--0\.3 {
    padding-bottom: -3px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--0\.3 {
    margin-left: -3px;
  }
  .mobile\:p-l--0\.3 {
    padding-left: -3px;
  }
  .mobile-m-l--0\.3 {
    margin-left: -3px;
  }
  .mobile-p-l--0\.3 {
    padding-left: -3px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--0\.3 {
    margin-right: -3px;
  }
  .mobile\:p-r--0\.3 {
    padding-right: -3px;
  }
  .mobile-m-r--0\.3 {
    margin-right: -3px;
  }
  .mobile-p-r--0\.3 {
    padding-right: -3px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--0\.2 {
    margin-top: -2px;
  }
  .mobile\:p-t--0\.2 {
    padding-top: -2px;
  }
  .mobile-m-t--0\.2 {
    margin-top: -2px;
  }
  .mobile-p-t--0\.2 {
    padding-top: -2px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--0\.2 {
    margin-bottom: -2px;
  }
  .mobile\:p-b--0\.2 {
    padding-bottom: -2px;
  }
  .mobile-m-b--0\.2 {
    margin-bottom: -2px;
  }
  .mobile-p-b--0\.2 {
    padding-bottom: -2px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--0\.2 {
    margin-left: -2px;
  }
  .mobile\:p-l--0\.2 {
    padding-left: -2px;
  }
  .mobile-m-l--0\.2 {
    margin-left: -2px;
  }
  .mobile-p-l--0\.2 {
    padding-left: -2px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--0\.2 {
    margin-right: -2px;
  }
  .mobile\:p-r--0\.2 {
    padding-right: -2px;
  }
  .mobile-m-r--0\.2 {
    margin-right: -2px;
  }
  .mobile-p-r--0\.2 {
    padding-right: -2px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t--0\.1 {
    margin-top: -1px;
  }
  .mobile\:p-t--0\.1 {
    padding-top: -1px;
  }
  .mobile-m-t--0\.1 {
    margin-top: -1px;
  }
  .mobile-p-t--0\.1 {
    padding-top: -1px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b--0\.1 {
    margin-bottom: -1px;
  }
  .mobile\:p-b--0\.1 {
    padding-bottom: -1px;
  }
  .mobile-m-b--0\.1 {
    margin-bottom: -1px;
  }
  .mobile-p-b--0\.1 {
    padding-bottom: -1px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l--0\.1 {
    margin-left: -1px;
  }
  .mobile\:p-l--0\.1 {
    padding-left: -1px;
  }
  .mobile-m-l--0\.1 {
    margin-left: -1px;
  }
  .mobile-p-l--0\.1 {
    padding-left: -1px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r--0\.1 {
    margin-right: -1px;
  }
  .mobile\:p-r--0\.1 {
    padding-right: -1px;
  }
  .mobile-m-r--0\.1 {
    margin-right: -1px;
  }
  .mobile-p-r--0\.1 {
    padding-right: -1px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-0 {
    margin-top: 0px;
  }
  .mobile\:p-t-0 {
    padding-top: 0px;
  }
  .mobile-m-t-0 {
    margin-top: 0px;
  }
  .mobile-p-t-0 {
    padding-top: 0px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-0 {
    margin-bottom: 0px;
  }
  .mobile\:p-b-0 {
    padding-bottom: 0px;
  }
  .mobile-m-b-0 {
    margin-bottom: 0px;
  }
  .mobile-p-b-0 {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-0 {
    margin-left: 0px;
  }
  .mobile\:p-l-0 {
    padding-left: 0px;
  }
  .mobile-m-l-0 {
    margin-left: 0px;
  }
  .mobile-p-l-0 {
    padding-left: 0px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-0 {
    margin-right: 0px;
  }
  .mobile\:p-r-0 {
    padding-right: 0px;
  }
  .mobile-m-r-0 {
    margin-right: 0px;
  }
  .mobile-p-r-0 {
    padding-right: 0px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-0\.1 {
    margin-top: 1px;
  }
  .mobile\:p-t-0\.1 {
    padding-top: 1px;
  }
  .mobile-m-t-0\.1 {
    margin-top: 1px;
  }
  .mobile-p-t-0\.1 {
    padding-top: 1px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-0\.1 {
    margin-bottom: 1px;
  }
  .mobile\:p-b-0\.1 {
    padding-bottom: 1px;
  }
  .mobile-m-b-0\.1 {
    margin-bottom: 1px;
  }
  .mobile-p-b-0\.1 {
    padding-bottom: 1px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-0\.1 {
    margin-left: 1px;
  }
  .mobile\:p-l-0\.1 {
    padding-left: 1px;
  }
  .mobile-m-l-0\.1 {
    margin-left: 1px;
  }
  .mobile-p-l-0\.1 {
    padding-left: 1px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-0\.1 {
    margin-right: 1px;
  }
  .mobile\:p-r-0\.1 {
    padding-right: 1px;
  }
  .mobile-m-r-0\.1 {
    margin-right: 1px;
  }
  .mobile-p-r-0\.1 {
    padding-right: 1px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-0\.2 {
    margin-top: 2px;
  }
  .mobile\:p-t-0\.2 {
    padding-top: 2px;
  }
  .mobile-m-t-0\.2 {
    margin-top: 2px;
  }
  .mobile-p-t-0\.2 {
    padding-top: 2px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-0\.2 {
    margin-bottom: 2px;
  }
  .mobile\:p-b-0\.2 {
    padding-bottom: 2px;
  }
  .mobile-m-b-0\.2 {
    margin-bottom: 2px;
  }
  .mobile-p-b-0\.2 {
    padding-bottom: 2px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-0\.2 {
    margin-left: 2px;
  }
  .mobile\:p-l-0\.2 {
    padding-left: 2px;
  }
  .mobile-m-l-0\.2 {
    margin-left: 2px;
  }
  .mobile-p-l-0\.2 {
    padding-left: 2px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-0\.2 {
    margin-right: 2px;
  }
  .mobile\:p-r-0\.2 {
    padding-right: 2px;
  }
  .mobile-m-r-0\.2 {
    margin-right: 2px;
  }
  .mobile-p-r-0\.2 {
    padding-right: 2px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-0\.3 {
    margin-top: 3px;
  }
  .mobile\:p-t-0\.3 {
    padding-top: 3px;
  }
  .mobile-m-t-0\.3 {
    margin-top: 3px;
  }
  .mobile-p-t-0\.3 {
    padding-top: 3px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-0\.3 {
    margin-bottom: 3px;
  }
  .mobile\:p-b-0\.3 {
    padding-bottom: 3px;
  }
  .mobile-m-b-0\.3 {
    margin-bottom: 3px;
  }
  .mobile-p-b-0\.3 {
    padding-bottom: 3px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-0\.3 {
    margin-left: 3px;
  }
  .mobile\:p-l-0\.3 {
    padding-left: 3px;
  }
  .mobile-m-l-0\.3 {
    margin-left: 3px;
  }
  .mobile-p-l-0\.3 {
    padding-left: 3px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-0\.3 {
    margin-right: 3px;
  }
  .mobile\:p-r-0\.3 {
    padding-right: 3px;
  }
  .mobile-m-r-0\.3 {
    margin-right: 3px;
  }
  .mobile-p-r-0\.3 {
    padding-right: 3px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-0\.4 {
    margin-top: 4px;
  }
  .mobile\:p-t-0\.4 {
    padding-top: 4px;
  }
  .mobile-m-t-0\.4 {
    margin-top: 4px;
  }
  .mobile-p-t-0\.4 {
    padding-top: 4px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-0\.4 {
    margin-bottom: 4px;
  }
  .mobile\:p-b-0\.4 {
    padding-bottom: 4px;
  }
  .mobile-m-b-0\.4 {
    margin-bottom: 4px;
  }
  .mobile-p-b-0\.4 {
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-0\.4 {
    margin-left: 4px;
  }
  .mobile\:p-l-0\.4 {
    padding-left: 4px;
  }
  .mobile-m-l-0\.4 {
    margin-left: 4px;
  }
  .mobile-p-l-0\.4 {
    padding-left: 4px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-0\.4 {
    margin-right: 4px;
  }
  .mobile\:p-r-0\.4 {
    padding-right: 4px;
  }
  .mobile-m-r-0\.4 {
    margin-right: 4px;
  }
  .mobile-p-r-0\.4 {
    padding-right: 4px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-0\.5 {
    margin-top: 5px;
  }
  .mobile\:p-t-0\.5 {
    padding-top: 5px;
  }
  .mobile-m-t-0\.5 {
    margin-top: 5px;
  }
  .mobile-p-t-0\.5 {
    padding-top: 5px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-0\.5 {
    margin-bottom: 5px;
  }
  .mobile\:p-b-0\.5 {
    padding-bottom: 5px;
  }
  .mobile-m-b-0\.5 {
    margin-bottom: 5px;
  }
  .mobile-p-b-0\.5 {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-0\.5 {
    margin-left: 5px;
  }
  .mobile\:p-l-0\.5 {
    padding-left: 5px;
  }
  .mobile-m-l-0\.5 {
    margin-left: 5px;
  }
  .mobile-p-l-0\.5 {
    padding-left: 5px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-0\.5 {
    margin-right: 5px;
  }
  .mobile\:p-r-0\.5 {
    padding-right: 5px;
  }
  .mobile-m-r-0\.5 {
    margin-right: 5px;
  }
  .mobile-p-r-0\.5 {
    padding-right: 5px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-0\.6 {
    margin-top: 6px;
  }
  .mobile\:p-t-0\.6 {
    padding-top: 6px;
  }
  .mobile-m-t-0\.6 {
    margin-top: 6px;
  }
  .mobile-p-t-0\.6 {
    padding-top: 6px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-0\.6 {
    margin-bottom: 6px;
  }
  .mobile\:p-b-0\.6 {
    padding-bottom: 6px;
  }
  .mobile-m-b-0\.6 {
    margin-bottom: 6px;
  }
  .mobile-p-b-0\.6 {
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-0\.6 {
    margin-left: 6px;
  }
  .mobile\:p-l-0\.6 {
    padding-left: 6px;
  }
  .mobile-m-l-0\.6 {
    margin-left: 6px;
  }
  .mobile-p-l-0\.6 {
    padding-left: 6px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-0\.6 {
    margin-right: 6px;
  }
  .mobile\:p-r-0\.6 {
    padding-right: 6px;
  }
  .mobile-m-r-0\.6 {
    margin-right: 6px;
  }
  .mobile-p-r-0\.6 {
    padding-right: 6px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-0\.7 {
    margin-top: 7px;
  }
  .mobile\:p-t-0\.7 {
    padding-top: 7px;
  }
  .mobile-m-t-0\.7 {
    margin-top: 7px;
  }
  .mobile-p-t-0\.7 {
    padding-top: 7px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-0\.7 {
    margin-bottom: 7px;
  }
  .mobile\:p-b-0\.7 {
    padding-bottom: 7px;
  }
  .mobile-m-b-0\.7 {
    margin-bottom: 7px;
  }
  .mobile-p-b-0\.7 {
    padding-bottom: 7px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-0\.7 {
    margin-left: 7px;
  }
  .mobile\:p-l-0\.7 {
    padding-left: 7px;
  }
  .mobile-m-l-0\.7 {
    margin-left: 7px;
  }
  .mobile-p-l-0\.7 {
    padding-left: 7px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-0\.7 {
    margin-right: 7px;
  }
  .mobile\:p-r-0\.7 {
    padding-right: 7px;
  }
  .mobile-m-r-0\.7 {
    margin-right: 7px;
  }
  .mobile-p-r-0\.7 {
    padding-right: 7px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-0\.8 {
    margin-top: 8px;
  }
  .mobile\:p-t-0\.8 {
    padding-top: 8px;
  }
  .mobile-m-t-0\.8 {
    margin-top: 8px;
  }
  .mobile-p-t-0\.8 {
    padding-top: 8px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-0\.8 {
    margin-bottom: 8px;
  }
  .mobile\:p-b-0\.8 {
    padding-bottom: 8px;
  }
  .mobile-m-b-0\.8 {
    margin-bottom: 8px;
  }
  .mobile-p-b-0\.8 {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-0\.8 {
    margin-left: 8px;
  }
  .mobile\:p-l-0\.8 {
    padding-left: 8px;
  }
  .mobile-m-l-0\.8 {
    margin-left: 8px;
  }
  .mobile-p-l-0\.8 {
    padding-left: 8px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-0\.8 {
    margin-right: 8px;
  }
  .mobile\:p-r-0\.8 {
    padding-right: 8px;
  }
  .mobile-m-r-0\.8 {
    margin-right: 8px;
  }
  .mobile-p-r-0\.8 {
    padding-right: 8px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-0\.9 {
    margin-top: 9px;
  }
  .mobile\:p-t-0\.9 {
    padding-top: 9px;
  }
  .mobile-m-t-0\.9 {
    margin-top: 9px;
  }
  .mobile-p-t-0\.9 {
    padding-top: 9px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-0\.9 {
    margin-bottom: 9px;
  }
  .mobile\:p-b-0\.9 {
    padding-bottom: 9px;
  }
  .mobile-m-b-0\.9 {
    margin-bottom: 9px;
  }
  .mobile-p-b-0\.9 {
    padding-bottom: 9px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-0\.9 {
    margin-left: 9px;
  }
  .mobile\:p-l-0\.9 {
    padding-left: 9px;
  }
  .mobile-m-l-0\.9 {
    margin-left: 9px;
  }
  .mobile-p-l-0\.9 {
    padding-left: 9px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-0\.9 {
    margin-right: 9px;
  }
  .mobile\:p-r-0\.9 {
    padding-right: 9px;
  }
  .mobile-m-r-0\.9 {
    margin-right: 9px;
  }
  .mobile-p-r-0\.9 {
    padding-right: 9px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-1 {
    margin-top: 10px;
  }
  .mobile\:p-t-1 {
    padding-top: 10px;
  }
  .mobile-m-t-1 {
    margin-top: 10px;
  }
  .mobile-p-t-1 {
    padding-top: 10px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-1 {
    margin-bottom: 10px;
  }
  .mobile\:p-b-1 {
    padding-bottom: 10px;
  }
  .mobile-m-b-1 {
    margin-bottom: 10px;
  }
  .mobile-p-b-1 {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-1 {
    margin-left: 10px;
  }
  .mobile\:p-l-1 {
    padding-left: 10px;
  }
  .mobile-m-l-1 {
    margin-left: 10px;
  }
  .mobile-p-l-1 {
    padding-left: 10px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-1 {
    margin-right: 10px;
  }
  .mobile\:p-r-1 {
    padding-right: 10px;
  }
  .mobile-m-r-1 {
    margin-right: 10px;
  }
  .mobile-p-r-1 {
    padding-right: 10px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-1\.1 {
    margin-top: 11px;
  }
  .mobile\:p-t-1\.1 {
    padding-top: 11px;
  }
  .mobile-m-t-1\.1 {
    margin-top: 11px;
  }
  .mobile-p-t-1\.1 {
    padding-top: 11px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-1\.1 {
    margin-bottom: 11px;
  }
  .mobile\:p-b-1\.1 {
    padding-bottom: 11px;
  }
  .mobile-m-b-1\.1 {
    margin-bottom: 11px;
  }
  .mobile-p-b-1\.1 {
    padding-bottom: 11px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-1\.1 {
    margin-left: 11px;
  }
  .mobile\:p-l-1\.1 {
    padding-left: 11px;
  }
  .mobile-m-l-1\.1 {
    margin-left: 11px;
  }
  .mobile-p-l-1\.1 {
    padding-left: 11px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-1\.1 {
    margin-right: 11px;
  }
  .mobile\:p-r-1\.1 {
    padding-right: 11px;
  }
  .mobile-m-r-1\.1 {
    margin-right: 11px;
  }
  .mobile-p-r-1\.1 {
    padding-right: 11px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-1\.2 {
    margin-top: 12px;
  }
  .mobile\:p-t-1\.2 {
    padding-top: 12px;
  }
  .mobile-m-t-1\.2 {
    margin-top: 12px;
  }
  .mobile-p-t-1\.2 {
    padding-top: 12px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-1\.2 {
    margin-bottom: 12px;
  }
  .mobile\:p-b-1\.2 {
    padding-bottom: 12px;
  }
  .mobile-m-b-1\.2 {
    margin-bottom: 12px;
  }
  .mobile-p-b-1\.2 {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-1\.2 {
    margin-left: 12px;
  }
  .mobile\:p-l-1\.2 {
    padding-left: 12px;
  }
  .mobile-m-l-1\.2 {
    margin-left: 12px;
  }
  .mobile-p-l-1\.2 {
    padding-left: 12px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-1\.2 {
    margin-right: 12px;
  }
  .mobile\:p-r-1\.2 {
    padding-right: 12px;
  }
  .mobile-m-r-1\.2 {
    margin-right: 12px;
  }
  .mobile-p-r-1\.2 {
    padding-right: 12px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-1\.3 {
    margin-top: 13px;
  }
  .mobile\:p-t-1\.3 {
    padding-top: 13px;
  }
  .mobile-m-t-1\.3 {
    margin-top: 13px;
  }
  .mobile-p-t-1\.3 {
    padding-top: 13px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-1\.3 {
    margin-bottom: 13px;
  }
  .mobile\:p-b-1\.3 {
    padding-bottom: 13px;
  }
  .mobile-m-b-1\.3 {
    margin-bottom: 13px;
  }
  .mobile-p-b-1\.3 {
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-1\.3 {
    margin-left: 13px;
  }
  .mobile\:p-l-1\.3 {
    padding-left: 13px;
  }
  .mobile-m-l-1\.3 {
    margin-left: 13px;
  }
  .mobile-p-l-1\.3 {
    padding-left: 13px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-1\.3 {
    margin-right: 13px;
  }
  .mobile\:p-r-1\.3 {
    padding-right: 13px;
  }
  .mobile-m-r-1\.3 {
    margin-right: 13px;
  }
  .mobile-p-r-1\.3 {
    padding-right: 13px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-1\.4 {
    margin-top: 14px;
  }
  .mobile\:p-t-1\.4 {
    padding-top: 14px;
  }
  .mobile-m-t-1\.4 {
    margin-top: 14px;
  }
  .mobile-p-t-1\.4 {
    padding-top: 14px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-1\.4 {
    margin-bottom: 14px;
  }
  .mobile\:p-b-1\.4 {
    padding-bottom: 14px;
  }
  .mobile-m-b-1\.4 {
    margin-bottom: 14px;
  }
  .mobile-p-b-1\.4 {
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-1\.4 {
    margin-left: 14px;
  }
  .mobile\:p-l-1\.4 {
    padding-left: 14px;
  }
  .mobile-m-l-1\.4 {
    margin-left: 14px;
  }
  .mobile-p-l-1\.4 {
    padding-left: 14px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-1\.4 {
    margin-right: 14px;
  }
  .mobile\:p-r-1\.4 {
    padding-right: 14px;
  }
  .mobile-m-r-1\.4 {
    margin-right: 14px;
  }
  .mobile-p-r-1\.4 {
    padding-right: 14px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-1\.5 {
    margin-top: 15px;
  }
  .mobile\:p-t-1\.5 {
    padding-top: 15px;
  }
  .mobile-m-t-1\.5 {
    margin-top: 15px;
  }
  .mobile-p-t-1\.5 {
    padding-top: 15px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-1\.5 {
    margin-bottom: 15px;
  }
  .mobile\:p-b-1\.5 {
    padding-bottom: 15px;
  }
  .mobile-m-b-1\.5 {
    margin-bottom: 15px;
  }
  .mobile-p-b-1\.5 {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-1\.5 {
    margin-left: 15px;
  }
  .mobile\:p-l-1\.5 {
    padding-left: 15px;
  }
  .mobile-m-l-1\.5 {
    margin-left: 15px;
  }
  .mobile-p-l-1\.5 {
    padding-left: 15px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-1\.5 {
    margin-right: 15px;
  }
  .mobile\:p-r-1\.5 {
    padding-right: 15px;
  }
  .mobile-m-r-1\.5 {
    margin-right: 15px;
  }
  .mobile-p-r-1\.5 {
    padding-right: 15px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-1\.6 {
    margin-top: 16px;
  }
  .mobile\:p-t-1\.6 {
    padding-top: 16px;
  }
  .mobile-m-t-1\.6 {
    margin-top: 16px;
  }
  .mobile-p-t-1\.6 {
    padding-top: 16px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-1\.6 {
    margin-bottom: 16px;
  }
  .mobile\:p-b-1\.6 {
    padding-bottom: 16px;
  }
  .mobile-m-b-1\.6 {
    margin-bottom: 16px;
  }
  .mobile-p-b-1\.6 {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-1\.6 {
    margin-left: 16px;
  }
  .mobile\:p-l-1\.6 {
    padding-left: 16px;
  }
  .mobile-m-l-1\.6 {
    margin-left: 16px;
  }
  .mobile-p-l-1\.6 {
    padding-left: 16px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-1\.6 {
    margin-right: 16px;
  }
  .mobile\:p-r-1\.6 {
    padding-right: 16px;
  }
  .mobile-m-r-1\.6 {
    margin-right: 16px;
  }
  .mobile-p-r-1\.6 {
    padding-right: 16px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-1\.7 {
    margin-top: 17px;
  }
  .mobile\:p-t-1\.7 {
    padding-top: 17px;
  }
  .mobile-m-t-1\.7 {
    margin-top: 17px;
  }
  .mobile-p-t-1\.7 {
    padding-top: 17px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-1\.7 {
    margin-bottom: 17px;
  }
  .mobile\:p-b-1\.7 {
    padding-bottom: 17px;
  }
  .mobile-m-b-1\.7 {
    margin-bottom: 17px;
  }
  .mobile-p-b-1\.7 {
    padding-bottom: 17px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-1\.7 {
    margin-left: 17px;
  }
  .mobile\:p-l-1\.7 {
    padding-left: 17px;
  }
  .mobile-m-l-1\.7 {
    margin-left: 17px;
  }
  .mobile-p-l-1\.7 {
    padding-left: 17px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-1\.7 {
    margin-right: 17px;
  }
  .mobile\:p-r-1\.7 {
    padding-right: 17px;
  }
  .mobile-m-r-1\.7 {
    margin-right: 17px;
  }
  .mobile-p-r-1\.7 {
    padding-right: 17px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-1\.8 {
    margin-top: 18px;
  }
  .mobile\:p-t-1\.8 {
    padding-top: 18px;
  }
  .mobile-m-t-1\.8 {
    margin-top: 18px;
  }
  .mobile-p-t-1\.8 {
    padding-top: 18px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-1\.8 {
    margin-bottom: 18px;
  }
  .mobile\:p-b-1\.8 {
    padding-bottom: 18px;
  }
  .mobile-m-b-1\.8 {
    margin-bottom: 18px;
  }
  .mobile-p-b-1\.8 {
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-1\.8 {
    margin-left: 18px;
  }
  .mobile\:p-l-1\.8 {
    padding-left: 18px;
  }
  .mobile-m-l-1\.8 {
    margin-left: 18px;
  }
  .mobile-p-l-1\.8 {
    padding-left: 18px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-1\.8 {
    margin-right: 18px;
  }
  .mobile\:p-r-1\.8 {
    padding-right: 18px;
  }
  .mobile-m-r-1\.8 {
    margin-right: 18px;
  }
  .mobile-p-r-1\.8 {
    padding-right: 18px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-1\.9 {
    margin-top: 19px;
  }
  .mobile\:p-t-1\.9 {
    padding-top: 19px;
  }
  .mobile-m-t-1\.9 {
    margin-top: 19px;
  }
  .mobile-p-t-1\.9 {
    padding-top: 19px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-1\.9 {
    margin-bottom: 19px;
  }
  .mobile\:p-b-1\.9 {
    padding-bottom: 19px;
  }
  .mobile-m-b-1\.9 {
    margin-bottom: 19px;
  }
  .mobile-p-b-1\.9 {
    padding-bottom: 19px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-1\.9 {
    margin-left: 19px;
  }
  .mobile\:p-l-1\.9 {
    padding-left: 19px;
  }
  .mobile-m-l-1\.9 {
    margin-left: 19px;
  }
  .mobile-p-l-1\.9 {
    padding-left: 19px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-1\.9 {
    margin-right: 19px;
  }
  .mobile\:p-r-1\.9 {
    padding-right: 19px;
  }
  .mobile-m-r-1\.9 {
    margin-right: 19px;
  }
  .mobile-p-r-1\.9 {
    padding-right: 19px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-2 {
    margin-top: 20px;
  }
  .mobile\:p-t-2 {
    padding-top: 20px;
  }
  .mobile-m-t-2 {
    margin-top: 20px;
  }
  .mobile-p-t-2 {
    padding-top: 20px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-2 {
    margin-bottom: 20px;
  }
  .mobile\:p-b-2 {
    padding-bottom: 20px;
  }
  .mobile-m-b-2 {
    margin-bottom: 20px;
  }
  .mobile-p-b-2 {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-2 {
    margin-left: 20px;
  }
  .mobile\:p-l-2 {
    padding-left: 20px;
  }
  .mobile-m-l-2 {
    margin-left: 20px;
  }
  .mobile-p-l-2 {
    padding-left: 20px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-2 {
    margin-right: 20px;
  }
  .mobile\:p-r-2 {
    padding-right: 20px;
  }
  .mobile-m-r-2 {
    margin-right: 20px;
  }
  .mobile-p-r-2 {
    padding-right: 20px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-2\.1 {
    margin-top: 21px;
  }
  .mobile\:p-t-2\.1 {
    padding-top: 21px;
  }
  .mobile-m-t-2\.1 {
    margin-top: 21px;
  }
  .mobile-p-t-2\.1 {
    padding-top: 21px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-2\.1 {
    margin-bottom: 21px;
  }
  .mobile\:p-b-2\.1 {
    padding-bottom: 21px;
  }
  .mobile-m-b-2\.1 {
    margin-bottom: 21px;
  }
  .mobile-p-b-2\.1 {
    padding-bottom: 21px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-2\.1 {
    margin-left: 21px;
  }
  .mobile\:p-l-2\.1 {
    padding-left: 21px;
  }
  .mobile-m-l-2\.1 {
    margin-left: 21px;
  }
  .mobile-p-l-2\.1 {
    padding-left: 21px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-2\.1 {
    margin-right: 21px;
  }
  .mobile\:p-r-2\.1 {
    padding-right: 21px;
  }
  .mobile-m-r-2\.1 {
    margin-right: 21px;
  }
  .mobile-p-r-2\.1 {
    padding-right: 21px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-2\.2 {
    margin-top: 22px;
  }
  .mobile\:p-t-2\.2 {
    padding-top: 22px;
  }
  .mobile-m-t-2\.2 {
    margin-top: 22px;
  }
  .mobile-p-t-2\.2 {
    padding-top: 22px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-2\.2 {
    margin-bottom: 22px;
  }
  .mobile\:p-b-2\.2 {
    padding-bottom: 22px;
  }
  .mobile-m-b-2\.2 {
    margin-bottom: 22px;
  }
  .mobile-p-b-2\.2 {
    padding-bottom: 22px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-2\.2 {
    margin-left: 22px;
  }
  .mobile\:p-l-2\.2 {
    padding-left: 22px;
  }
  .mobile-m-l-2\.2 {
    margin-left: 22px;
  }
  .mobile-p-l-2\.2 {
    padding-left: 22px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-2\.2 {
    margin-right: 22px;
  }
  .mobile\:p-r-2\.2 {
    padding-right: 22px;
  }
  .mobile-m-r-2\.2 {
    margin-right: 22px;
  }
  .mobile-p-r-2\.2 {
    padding-right: 22px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-2\.3 {
    margin-top: 23px;
  }
  .mobile\:p-t-2\.3 {
    padding-top: 23px;
  }
  .mobile-m-t-2\.3 {
    margin-top: 23px;
  }
  .mobile-p-t-2\.3 {
    padding-top: 23px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-2\.3 {
    margin-bottom: 23px;
  }
  .mobile\:p-b-2\.3 {
    padding-bottom: 23px;
  }
  .mobile-m-b-2\.3 {
    margin-bottom: 23px;
  }
  .mobile-p-b-2\.3 {
    padding-bottom: 23px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-2\.3 {
    margin-left: 23px;
  }
  .mobile\:p-l-2\.3 {
    padding-left: 23px;
  }
  .mobile-m-l-2\.3 {
    margin-left: 23px;
  }
  .mobile-p-l-2\.3 {
    padding-left: 23px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-2\.3 {
    margin-right: 23px;
  }
  .mobile\:p-r-2\.3 {
    padding-right: 23px;
  }
  .mobile-m-r-2\.3 {
    margin-right: 23px;
  }
  .mobile-p-r-2\.3 {
    padding-right: 23px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-2\.4 {
    margin-top: 24px;
  }
  .mobile\:p-t-2\.4 {
    padding-top: 24px;
  }
  .mobile-m-t-2\.4 {
    margin-top: 24px;
  }
  .mobile-p-t-2\.4 {
    padding-top: 24px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-2\.4 {
    margin-bottom: 24px;
  }
  .mobile\:p-b-2\.4 {
    padding-bottom: 24px;
  }
  .mobile-m-b-2\.4 {
    margin-bottom: 24px;
  }
  .mobile-p-b-2\.4 {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-2\.4 {
    margin-left: 24px;
  }
  .mobile\:p-l-2\.4 {
    padding-left: 24px;
  }
  .mobile-m-l-2\.4 {
    margin-left: 24px;
  }
  .mobile-p-l-2\.4 {
    padding-left: 24px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-2\.4 {
    margin-right: 24px;
  }
  .mobile\:p-r-2\.4 {
    padding-right: 24px;
  }
  .mobile-m-r-2\.4 {
    margin-right: 24px;
  }
  .mobile-p-r-2\.4 {
    padding-right: 24px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-2\.5 {
    margin-top: 25px;
  }
  .mobile\:p-t-2\.5 {
    padding-top: 25px;
  }
  .mobile-m-t-2\.5 {
    margin-top: 25px;
  }
  .mobile-p-t-2\.5 {
    padding-top: 25px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-2\.5 {
    margin-bottom: 25px;
  }
  .mobile\:p-b-2\.5 {
    padding-bottom: 25px;
  }
  .mobile-m-b-2\.5 {
    margin-bottom: 25px;
  }
  .mobile-p-b-2\.5 {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-2\.5 {
    margin-left: 25px;
  }
  .mobile\:p-l-2\.5 {
    padding-left: 25px;
  }
  .mobile-m-l-2\.5 {
    margin-left: 25px;
  }
  .mobile-p-l-2\.5 {
    padding-left: 25px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-2\.5 {
    margin-right: 25px;
  }
  .mobile\:p-r-2\.5 {
    padding-right: 25px;
  }
  .mobile-m-r-2\.5 {
    margin-right: 25px;
  }
  .mobile-p-r-2\.5 {
    padding-right: 25px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-2\.6 {
    margin-top: 26px;
  }
  .mobile\:p-t-2\.6 {
    padding-top: 26px;
  }
  .mobile-m-t-2\.6 {
    margin-top: 26px;
  }
  .mobile-p-t-2\.6 {
    padding-top: 26px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-2\.6 {
    margin-bottom: 26px;
  }
  .mobile\:p-b-2\.6 {
    padding-bottom: 26px;
  }
  .mobile-m-b-2\.6 {
    margin-bottom: 26px;
  }
  .mobile-p-b-2\.6 {
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-2\.6 {
    margin-left: 26px;
  }
  .mobile\:p-l-2\.6 {
    padding-left: 26px;
  }
  .mobile-m-l-2\.6 {
    margin-left: 26px;
  }
  .mobile-p-l-2\.6 {
    padding-left: 26px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-2\.6 {
    margin-right: 26px;
  }
  .mobile\:p-r-2\.6 {
    padding-right: 26px;
  }
  .mobile-m-r-2\.6 {
    margin-right: 26px;
  }
  .mobile-p-r-2\.6 {
    padding-right: 26px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-2\.7 {
    margin-top: 27px;
  }
  .mobile\:p-t-2\.7 {
    padding-top: 27px;
  }
  .mobile-m-t-2\.7 {
    margin-top: 27px;
  }
  .mobile-p-t-2\.7 {
    padding-top: 27px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-2\.7 {
    margin-bottom: 27px;
  }
  .mobile\:p-b-2\.7 {
    padding-bottom: 27px;
  }
  .mobile-m-b-2\.7 {
    margin-bottom: 27px;
  }
  .mobile-p-b-2\.7 {
    padding-bottom: 27px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-2\.7 {
    margin-left: 27px;
  }
  .mobile\:p-l-2\.7 {
    padding-left: 27px;
  }
  .mobile-m-l-2\.7 {
    margin-left: 27px;
  }
  .mobile-p-l-2\.7 {
    padding-left: 27px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-2\.7 {
    margin-right: 27px;
  }
  .mobile\:p-r-2\.7 {
    padding-right: 27px;
  }
  .mobile-m-r-2\.7 {
    margin-right: 27px;
  }
  .mobile-p-r-2\.7 {
    padding-right: 27px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-2\.8 {
    margin-top: 28px;
  }
  .mobile\:p-t-2\.8 {
    padding-top: 28px;
  }
  .mobile-m-t-2\.8 {
    margin-top: 28px;
  }
  .mobile-p-t-2\.8 {
    padding-top: 28px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-2\.8 {
    margin-bottom: 28px;
  }
  .mobile\:p-b-2\.8 {
    padding-bottom: 28px;
  }
  .mobile-m-b-2\.8 {
    margin-bottom: 28px;
  }
  .mobile-p-b-2\.8 {
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-2\.8 {
    margin-left: 28px;
  }
  .mobile\:p-l-2\.8 {
    padding-left: 28px;
  }
  .mobile-m-l-2\.8 {
    margin-left: 28px;
  }
  .mobile-p-l-2\.8 {
    padding-left: 28px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-2\.8 {
    margin-right: 28px;
  }
  .mobile\:p-r-2\.8 {
    padding-right: 28px;
  }
  .mobile-m-r-2\.8 {
    margin-right: 28px;
  }
  .mobile-p-r-2\.8 {
    padding-right: 28px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-2\.9 {
    margin-top: 29px;
  }
  .mobile\:p-t-2\.9 {
    padding-top: 29px;
  }
  .mobile-m-t-2\.9 {
    margin-top: 29px;
  }
  .mobile-p-t-2\.9 {
    padding-top: 29px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-2\.9 {
    margin-bottom: 29px;
  }
  .mobile\:p-b-2\.9 {
    padding-bottom: 29px;
  }
  .mobile-m-b-2\.9 {
    margin-bottom: 29px;
  }
  .mobile-p-b-2\.9 {
    padding-bottom: 29px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-2\.9 {
    margin-left: 29px;
  }
  .mobile\:p-l-2\.9 {
    padding-left: 29px;
  }
  .mobile-m-l-2\.9 {
    margin-left: 29px;
  }
  .mobile-p-l-2\.9 {
    padding-left: 29px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-2\.9 {
    margin-right: 29px;
  }
  .mobile\:p-r-2\.9 {
    padding-right: 29px;
  }
  .mobile-m-r-2\.9 {
    margin-right: 29px;
  }
  .mobile-p-r-2\.9 {
    padding-right: 29px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-3 {
    margin-top: 30px;
  }
  .mobile\:p-t-3 {
    padding-top: 30px;
  }
  .mobile-m-t-3 {
    margin-top: 30px;
  }
  .mobile-p-t-3 {
    padding-top: 30px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-3 {
    margin-bottom: 30px;
  }
  .mobile\:p-b-3 {
    padding-bottom: 30px;
  }
  .mobile-m-b-3 {
    margin-bottom: 30px;
  }
  .mobile-p-b-3 {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-3 {
    margin-left: 30px;
  }
  .mobile\:p-l-3 {
    padding-left: 30px;
  }
  .mobile-m-l-3 {
    margin-left: 30px;
  }
  .mobile-p-l-3 {
    padding-left: 30px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-3 {
    margin-right: 30px;
  }
  .mobile\:p-r-3 {
    padding-right: 30px;
  }
  .mobile-m-r-3 {
    margin-right: 30px;
  }
  .mobile-p-r-3 {
    padding-right: 30px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-3\.1 {
    margin-top: 31px;
  }
  .mobile\:p-t-3\.1 {
    padding-top: 31px;
  }
  .mobile-m-t-3\.1 {
    margin-top: 31px;
  }
  .mobile-p-t-3\.1 {
    padding-top: 31px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-3\.1 {
    margin-bottom: 31px;
  }
  .mobile\:p-b-3\.1 {
    padding-bottom: 31px;
  }
  .mobile-m-b-3\.1 {
    margin-bottom: 31px;
  }
  .mobile-p-b-3\.1 {
    padding-bottom: 31px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-3\.1 {
    margin-left: 31px;
  }
  .mobile\:p-l-3\.1 {
    padding-left: 31px;
  }
  .mobile-m-l-3\.1 {
    margin-left: 31px;
  }
  .mobile-p-l-3\.1 {
    padding-left: 31px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-3\.1 {
    margin-right: 31px;
  }
  .mobile\:p-r-3\.1 {
    padding-right: 31px;
  }
  .mobile-m-r-3\.1 {
    margin-right: 31px;
  }
  .mobile-p-r-3\.1 {
    padding-right: 31px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-3\.2 {
    margin-top: 32px;
  }
  .mobile\:p-t-3\.2 {
    padding-top: 32px;
  }
  .mobile-m-t-3\.2 {
    margin-top: 32px;
  }
  .mobile-p-t-3\.2 {
    padding-top: 32px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-3\.2 {
    margin-bottom: 32px;
  }
  .mobile\:p-b-3\.2 {
    padding-bottom: 32px;
  }
  .mobile-m-b-3\.2 {
    margin-bottom: 32px;
  }
  .mobile-p-b-3\.2 {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-3\.2 {
    margin-left: 32px;
  }
  .mobile\:p-l-3\.2 {
    padding-left: 32px;
  }
  .mobile-m-l-3\.2 {
    margin-left: 32px;
  }
  .mobile-p-l-3\.2 {
    padding-left: 32px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-3\.2 {
    margin-right: 32px;
  }
  .mobile\:p-r-3\.2 {
    padding-right: 32px;
  }
  .mobile-m-r-3\.2 {
    margin-right: 32px;
  }
  .mobile-p-r-3\.2 {
    padding-right: 32px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-3\.3 {
    margin-top: 33px;
  }
  .mobile\:p-t-3\.3 {
    padding-top: 33px;
  }
  .mobile-m-t-3\.3 {
    margin-top: 33px;
  }
  .mobile-p-t-3\.3 {
    padding-top: 33px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-3\.3 {
    margin-bottom: 33px;
  }
  .mobile\:p-b-3\.3 {
    padding-bottom: 33px;
  }
  .mobile-m-b-3\.3 {
    margin-bottom: 33px;
  }
  .mobile-p-b-3\.3 {
    padding-bottom: 33px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-3\.3 {
    margin-left: 33px;
  }
  .mobile\:p-l-3\.3 {
    padding-left: 33px;
  }
  .mobile-m-l-3\.3 {
    margin-left: 33px;
  }
  .mobile-p-l-3\.3 {
    padding-left: 33px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-3\.3 {
    margin-right: 33px;
  }
  .mobile\:p-r-3\.3 {
    padding-right: 33px;
  }
  .mobile-m-r-3\.3 {
    margin-right: 33px;
  }
  .mobile-p-r-3\.3 {
    padding-right: 33px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-3\.4 {
    margin-top: 34px;
  }
  .mobile\:p-t-3\.4 {
    padding-top: 34px;
  }
  .mobile-m-t-3\.4 {
    margin-top: 34px;
  }
  .mobile-p-t-3\.4 {
    padding-top: 34px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-3\.4 {
    margin-bottom: 34px;
  }
  .mobile\:p-b-3\.4 {
    padding-bottom: 34px;
  }
  .mobile-m-b-3\.4 {
    margin-bottom: 34px;
  }
  .mobile-p-b-3\.4 {
    padding-bottom: 34px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-3\.4 {
    margin-left: 34px;
  }
  .mobile\:p-l-3\.4 {
    padding-left: 34px;
  }
  .mobile-m-l-3\.4 {
    margin-left: 34px;
  }
  .mobile-p-l-3\.4 {
    padding-left: 34px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-3\.4 {
    margin-right: 34px;
  }
  .mobile\:p-r-3\.4 {
    padding-right: 34px;
  }
  .mobile-m-r-3\.4 {
    margin-right: 34px;
  }
  .mobile-p-r-3\.4 {
    padding-right: 34px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-3\.5 {
    margin-top: 35px;
  }
  .mobile\:p-t-3\.5 {
    padding-top: 35px;
  }
  .mobile-m-t-3\.5 {
    margin-top: 35px;
  }
  .mobile-p-t-3\.5 {
    padding-top: 35px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-3\.5 {
    margin-bottom: 35px;
  }
  .mobile\:p-b-3\.5 {
    padding-bottom: 35px;
  }
  .mobile-m-b-3\.5 {
    margin-bottom: 35px;
  }
  .mobile-p-b-3\.5 {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-3\.5 {
    margin-left: 35px;
  }
  .mobile\:p-l-3\.5 {
    padding-left: 35px;
  }
  .mobile-m-l-3\.5 {
    margin-left: 35px;
  }
  .mobile-p-l-3\.5 {
    padding-left: 35px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-3\.5 {
    margin-right: 35px;
  }
  .mobile\:p-r-3\.5 {
    padding-right: 35px;
  }
  .mobile-m-r-3\.5 {
    margin-right: 35px;
  }
  .mobile-p-r-3\.5 {
    padding-right: 35px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-3\.6 {
    margin-top: 36px;
  }
  .mobile\:p-t-3\.6 {
    padding-top: 36px;
  }
  .mobile-m-t-3\.6 {
    margin-top: 36px;
  }
  .mobile-p-t-3\.6 {
    padding-top: 36px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-3\.6 {
    margin-bottom: 36px;
  }
  .mobile\:p-b-3\.6 {
    padding-bottom: 36px;
  }
  .mobile-m-b-3\.6 {
    margin-bottom: 36px;
  }
  .mobile-p-b-3\.6 {
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-3\.6 {
    margin-left: 36px;
  }
  .mobile\:p-l-3\.6 {
    padding-left: 36px;
  }
  .mobile-m-l-3\.6 {
    margin-left: 36px;
  }
  .mobile-p-l-3\.6 {
    padding-left: 36px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-3\.6 {
    margin-right: 36px;
  }
  .mobile\:p-r-3\.6 {
    padding-right: 36px;
  }
  .mobile-m-r-3\.6 {
    margin-right: 36px;
  }
  .mobile-p-r-3\.6 {
    padding-right: 36px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-3\.7 {
    margin-top: 37px;
  }
  .mobile\:p-t-3\.7 {
    padding-top: 37px;
  }
  .mobile-m-t-3\.7 {
    margin-top: 37px;
  }
  .mobile-p-t-3\.7 {
    padding-top: 37px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-3\.7 {
    margin-bottom: 37px;
  }
  .mobile\:p-b-3\.7 {
    padding-bottom: 37px;
  }
  .mobile-m-b-3\.7 {
    margin-bottom: 37px;
  }
  .mobile-p-b-3\.7 {
    padding-bottom: 37px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-3\.7 {
    margin-left: 37px;
  }
  .mobile\:p-l-3\.7 {
    padding-left: 37px;
  }
  .mobile-m-l-3\.7 {
    margin-left: 37px;
  }
  .mobile-p-l-3\.7 {
    padding-left: 37px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-3\.7 {
    margin-right: 37px;
  }
  .mobile\:p-r-3\.7 {
    padding-right: 37px;
  }
  .mobile-m-r-3\.7 {
    margin-right: 37px;
  }
  .mobile-p-r-3\.7 {
    padding-right: 37px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-3\.8 {
    margin-top: 38px;
  }
  .mobile\:p-t-3\.8 {
    padding-top: 38px;
  }
  .mobile-m-t-3\.8 {
    margin-top: 38px;
  }
  .mobile-p-t-3\.8 {
    padding-top: 38px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-3\.8 {
    margin-bottom: 38px;
  }
  .mobile\:p-b-3\.8 {
    padding-bottom: 38px;
  }
  .mobile-m-b-3\.8 {
    margin-bottom: 38px;
  }
  .mobile-p-b-3\.8 {
    padding-bottom: 38px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-3\.8 {
    margin-left: 38px;
  }
  .mobile\:p-l-3\.8 {
    padding-left: 38px;
  }
  .mobile-m-l-3\.8 {
    margin-left: 38px;
  }
  .mobile-p-l-3\.8 {
    padding-left: 38px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-3\.8 {
    margin-right: 38px;
  }
  .mobile\:p-r-3\.8 {
    padding-right: 38px;
  }
  .mobile-m-r-3\.8 {
    margin-right: 38px;
  }
  .mobile-p-r-3\.8 {
    padding-right: 38px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-3\.9 {
    margin-top: 39px;
  }
  .mobile\:p-t-3\.9 {
    padding-top: 39px;
  }
  .mobile-m-t-3\.9 {
    margin-top: 39px;
  }
  .mobile-p-t-3\.9 {
    padding-top: 39px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-3\.9 {
    margin-bottom: 39px;
  }
  .mobile\:p-b-3\.9 {
    padding-bottom: 39px;
  }
  .mobile-m-b-3\.9 {
    margin-bottom: 39px;
  }
  .mobile-p-b-3\.9 {
    padding-bottom: 39px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-3\.9 {
    margin-left: 39px;
  }
  .mobile\:p-l-3\.9 {
    padding-left: 39px;
  }
  .mobile-m-l-3\.9 {
    margin-left: 39px;
  }
  .mobile-p-l-3\.9 {
    padding-left: 39px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-3\.9 {
    margin-right: 39px;
  }
  .mobile\:p-r-3\.9 {
    padding-right: 39px;
  }
  .mobile-m-r-3\.9 {
    margin-right: 39px;
  }
  .mobile-p-r-3\.9 {
    padding-right: 39px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-4 {
    margin-top: 40px;
  }
  .mobile\:p-t-4 {
    padding-top: 40px;
  }
  .mobile-m-t-4 {
    margin-top: 40px;
  }
  .mobile-p-t-4 {
    padding-top: 40px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-4 {
    margin-bottom: 40px;
  }
  .mobile\:p-b-4 {
    padding-bottom: 40px;
  }
  .mobile-m-b-4 {
    margin-bottom: 40px;
  }
  .mobile-p-b-4 {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-4 {
    margin-left: 40px;
  }
  .mobile\:p-l-4 {
    padding-left: 40px;
  }
  .mobile-m-l-4 {
    margin-left: 40px;
  }
  .mobile-p-l-4 {
    padding-left: 40px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-4 {
    margin-right: 40px;
  }
  .mobile\:p-r-4 {
    padding-right: 40px;
  }
  .mobile-m-r-4 {
    margin-right: 40px;
  }
  .mobile-p-r-4 {
    padding-right: 40px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-4\.1 {
    margin-top: 41px;
  }
  .mobile\:p-t-4\.1 {
    padding-top: 41px;
  }
  .mobile-m-t-4\.1 {
    margin-top: 41px;
  }
  .mobile-p-t-4\.1 {
    padding-top: 41px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-4\.1 {
    margin-bottom: 41px;
  }
  .mobile\:p-b-4\.1 {
    padding-bottom: 41px;
  }
  .mobile-m-b-4\.1 {
    margin-bottom: 41px;
  }
  .mobile-p-b-4\.1 {
    padding-bottom: 41px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-4\.1 {
    margin-left: 41px;
  }
  .mobile\:p-l-4\.1 {
    padding-left: 41px;
  }
  .mobile-m-l-4\.1 {
    margin-left: 41px;
  }
  .mobile-p-l-4\.1 {
    padding-left: 41px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-4\.1 {
    margin-right: 41px;
  }
  .mobile\:p-r-4\.1 {
    padding-right: 41px;
  }
  .mobile-m-r-4\.1 {
    margin-right: 41px;
  }
  .mobile-p-r-4\.1 {
    padding-right: 41px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-4\.2 {
    margin-top: 42px;
  }
  .mobile\:p-t-4\.2 {
    padding-top: 42px;
  }
  .mobile-m-t-4\.2 {
    margin-top: 42px;
  }
  .mobile-p-t-4\.2 {
    padding-top: 42px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-4\.2 {
    margin-bottom: 42px;
  }
  .mobile\:p-b-4\.2 {
    padding-bottom: 42px;
  }
  .mobile-m-b-4\.2 {
    margin-bottom: 42px;
  }
  .mobile-p-b-4\.2 {
    padding-bottom: 42px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-4\.2 {
    margin-left: 42px;
  }
  .mobile\:p-l-4\.2 {
    padding-left: 42px;
  }
  .mobile-m-l-4\.2 {
    margin-left: 42px;
  }
  .mobile-p-l-4\.2 {
    padding-left: 42px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-4\.2 {
    margin-right: 42px;
  }
  .mobile\:p-r-4\.2 {
    padding-right: 42px;
  }
  .mobile-m-r-4\.2 {
    margin-right: 42px;
  }
  .mobile-p-r-4\.2 {
    padding-right: 42px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-4\.3 {
    margin-top: 43px;
  }
  .mobile\:p-t-4\.3 {
    padding-top: 43px;
  }
  .mobile-m-t-4\.3 {
    margin-top: 43px;
  }
  .mobile-p-t-4\.3 {
    padding-top: 43px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-4\.3 {
    margin-bottom: 43px;
  }
  .mobile\:p-b-4\.3 {
    padding-bottom: 43px;
  }
  .mobile-m-b-4\.3 {
    margin-bottom: 43px;
  }
  .mobile-p-b-4\.3 {
    padding-bottom: 43px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-4\.3 {
    margin-left: 43px;
  }
  .mobile\:p-l-4\.3 {
    padding-left: 43px;
  }
  .mobile-m-l-4\.3 {
    margin-left: 43px;
  }
  .mobile-p-l-4\.3 {
    padding-left: 43px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-4\.3 {
    margin-right: 43px;
  }
  .mobile\:p-r-4\.3 {
    padding-right: 43px;
  }
  .mobile-m-r-4\.3 {
    margin-right: 43px;
  }
  .mobile-p-r-4\.3 {
    padding-right: 43px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-4\.4 {
    margin-top: 44px;
  }
  .mobile\:p-t-4\.4 {
    padding-top: 44px;
  }
  .mobile-m-t-4\.4 {
    margin-top: 44px;
  }
  .mobile-p-t-4\.4 {
    padding-top: 44px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-4\.4 {
    margin-bottom: 44px;
  }
  .mobile\:p-b-4\.4 {
    padding-bottom: 44px;
  }
  .mobile-m-b-4\.4 {
    margin-bottom: 44px;
  }
  .mobile-p-b-4\.4 {
    padding-bottom: 44px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-4\.4 {
    margin-left: 44px;
  }
  .mobile\:p-l-4\.4 {
    padding-left: 44px;
  }
  .mobile-m-l-4\.4 {
    margin-left: 44px;
  }
  .mobile-p-l-4\.4 {
    padding-left: 44px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-4\.4 {
    margin-right: 44px;
  }
  .mobile\:p-r-4\.4 {
    padding-right: 44px;
  }
  .mobile-m-r-4\.4 {
    margin-right: 44px;
  }
  .mobile-p-r-4\.4 {
    padding-right: 44px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-4\.5 {
    margin-top: 45px;
  }
  .mobile\:p-t-4\.5 {
    padding-top: 45px;
  }
  .mobile-m-t-4\.5 {
    margin-top: 45px;
  }
  .mobile-p-t-4\.5 {
    padding-top: 45px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-4\.5 {
    margin-bottom: 45px;
  }
  .mobile\:p-b-4\.5 {
    padding-bottom: 45px;
  }
  .mobile-m-b-4\.5 {
    margin-bottom: 45px;
  }
  .mobile-p-b-4\.5 {
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-4\.5 {
    margin-left: 45px;
  }
  .mobile\:p-l-4\.5 {
    padding-left: 45px;
  }
  .mobile-m-l-4\.5 {
    margin-left: 45px;
  }
  .mobile-p-l-4\.5 {
    padding-left: 45px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-4\.5 {
    margin-right: 45px;
  }
  .mobile\:p-r-4\.5 {
    padding-right: 45px;
  }
  .mobile-m-r-4\.5 {
    margin-right: 45px;
  }
  .mobile-p-r-4\.5 {
    padding-right: 45px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-4\.6 {
    margin-top: 46px;
  }
  .mobile\:p-t-4\.6 {
    padding-top: 46px;
  }
  .mobile-m-t-4\.6 {
    margin-top: 46px;
  }
  .mobile-p-t-4\.6 {
    padding-top: 46px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-4\.6 {
    margin-bottom: 46px;
  }
  .mobile\:p-b-4\.6 {
    padding-bottom: 46px;
  }
  .mobile-m-b-4\.6 {
    margin-bottom: 46px;
  }
  .mobile-p-b-4\.6 {
    padding-bottom: 46px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-4\.6 {
    margin-left: 46px;
  }
  .mobile\:p-l-4\.6 {
    padding-left: 46px;
  }
  .mobile-m-l-4\.6 {
    margin-left: 46px;
  }
  .mobile-p-l-4\.6 {
    padding-left: 46px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-4\.6 {
    margin-right: 46px;
  }
  .mobile\:p-r-4\.6 {
    padding-right: 46px;
  }
  .mobile-m-r-4\.6 {
    margin-right: 46px;
  }
  .mobile-p-r-4\.6 {
    padding-right: 46px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-4\.7 {
    margin-top: 47px;
  }
  .mobile\:p-t-4\.7 {
    padding-top: 47px;
  }
  .mobile-m-t-4\.7 {
    margin-top: 47px;
  }
  .mobile-p-t-4\.7 {
    padding-top: 47px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-4\.7 {
    margin-bottom: 47px;
  }
  .mobile\:p-b-4\.7 {
    padding-bottom: 47px;
  }
  .mobile-m-b-4\.7 {
    margin-bottom: 47px;
  }
  .mobile-p-b-4\.7 {
    padding-bottom: 47px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-4\.7 {
    margin-left: 47px;
  }
  .mobile\:p-l-4\.7 {
    padding-left: 47px;
  }
  .mobile-m-l-4\.7 {
    margin-left: 47px;
  }
  .mobile-p-l-4\.7 {
    padding-left: 47px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-4\.7 {
    margin-right: 47px;
  }
  .mobile\:p-r-4\.7 {
    padding-right: 47px;
  }
  .mobile-m-r-4\.7 {
    margin-right: 47px;
  }
  .mobile-p-r-4\.7 {
    padding-right: 47px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-4\.8 {
    margin-top: 48px;
  }
  .mobile\:p-t-4\.8 {
    padding-top: 48px;
  }
  .mobile-m-t-4\.8 {
    margin-top: 48px;
  }
  .mobile-p-t-4\.8 {
    padding-top: 48px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-4\.8 {
    margin-bottom: 48px;
  }
  .mobile\:p-b-4\.8 {
    padding-bottom: 48px;
  }
  .mobile-m-b-4\.8 {
    margin-bottom: 48px;
  }
  .mobile-p-b-4\.8 {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-4\.8 {
    margin-left: 48px;
  }
  .mobile\:p-l-4\.8 {
    padding-left: 48px;
  }
  .mobile-m-l-4\.8 {
    margin-left: 48px;
  }
  .mobile-p-l-4\.8 {
    padding-left: 48px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-4\.8 {
    margin-right: 48px;
  }
  .mobile\:p-r-4\.8 {
    padding-right: 48px;
  }
  .mobile-m-r-4\.8 {
    margin-right: 48px;
  }
  .mobile-p-r-4\.8 {
    padding-right: 48px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-4\.9 {
    margin-top: 49px;
  }
  .mobile\:p-t-4\.9 {
    padding-top: 49px;
  }
  .mobile-m-t-4\.9 {
    margin-top: 49px;
  }
  .mobile-p-t-4\.9 {
    padding-top: 49px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-4\.9 {
    margin-bottom: 49px;
  }
  .mobile\:p-b-4\.9 {
    padding-bottom: 49px;
  }
  .mobile-m-b-4\.9 {
    margin-bottom: 49px;
  }
  .mobile-p-b-4\.9 {
    padding-bottom: 49px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-4\.9 {
    margin-left: 49px;
  }
  .mobile\:p-l-4\.9 {
    padding-left: 49px;
  }
  .mobile-m-l-4\.9 {
    margin-left: 49px;
  }
  .mobile-p-l-4\.9 {
    padding-left: 49px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-4\.9 {
    margin-right: 49px;
  }
  .mobile\:p-r-4\.9 {
    padding-right: 49px;
  }
  .mobile-m-r-4\.9 {
    margin-right: 49px;
  }
  .mobile-p-r-4\.9 {
    padding-right: 49px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-5 {
    margin-top: 50px;
  }
  .mobile\:p-t-5 {
    padding-top: 50px;
  }
  .mobile-m-t-5 {
    margin-top: 50px;
  }
  .mobile-p-t-5 {
    padding-top: 50px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-5 {
    margin-bottom: 50px;
  }
  .mobile\:p-b-5 {
    padding-bottom: 50px;
  }
  .mobile-m-b-5 {
    margin-bottom: 50px;
  }
  .mobile-p-b-5 {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-5 {
    margin-left: 50px;
  }
  .mobile\:p-l-5 {
    padding-left: 50px;
  }
  .mobile-m-l-5 {
    margin-left: 50px;
  }
  .mobile-p-l-5 {
    padding-left: 50px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-5 {
    margin-right: 50px;
  }
  .mobile\:p-r-5 {
    padding-right: 50px;
  }
  .mobile-m-r-5 {
    margin-right: 50px;
  }
  .mobile-p-r-5 {
    padding-right: 50px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-6 {
    margin-top: 60px;
  }
  .mobile\:p-t-6 {
    padding-top: 60px;
  }
  .mobile-m-t-6 {
    margin-top: 60px;
  }
  .mobile-p-t-6 {
    padding-top: 60px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-6 {
    margin-bottom: 60px;
  }
  .mobile\:p-b-6 {
    padding-bottom: 60px;
  }
  .mobile-m-b-6 {
    margin-bottom: 60px;
  }
  .mobile-p-b-6 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-6 {
    margin-left: 60px;
  }
  .mobile\:p-l-6 {
    padding-left: 60px;
  }
  .mobile-m-l-6 {
    margin-left: 60px;
  }
  .mobile-p-l-6 {
    padding-left: 60px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-6 {
    margin-right: 60px;
  }
  .mobile\:p-r-6 {
    padding-right: 60px;
  }
  .mobile-m-r-6 {
    margin-right: 60px;
  }
  .mobile-p-r-6 {
    padding-right: 60px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-7 {
    margin-top: 70px;
  }
  .mobile\:p-t-7 {
    padding-top: 70px;
  }
  .mobile-m-t-7 {
    margin-top: 70px;
  }
  .mobile-p-t-7 {
    padding-top: 70px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-7 {
    margin-bottom: 70px;
  }
  .mobile\:p-b-7 {
    padding-bottom: 70px;
  }
  .mobile-m-b-7 {
    margin-bottom: 70px;
  }
  .mobile-p-b-7 {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-7 {
    margin-left: 70px;
  }
  .mobile\:p-l-7 {
    padding-left: 70px;
  }
  .mobile-m-l-7 {
    margin-left: 70px;
  }
  .mobile-p-l-7 {
    padding-left: 70px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-7 {
    margin-right: 70px;
  }
  .mobile\:p-r-7 {
    padding-right: 70px;
  }
  .mobile-m-r-7 {
    margin-right: 70px;
  }
  .mobile-p-r-7 {
    padding-right: 70px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-8 {
    margin-top: 80px;
  }
  .mobile\:p-t-8 {
    padding-top: 80px;
  }
  .mobile-m-t-8 {
    margin-top: 80px;
  }
  .mobile-p-t-8 {
    padding-top: 80px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-8 {
    margin-bottom: 80px;
  }
  .mobile\:p-b-8 {
    padding-bottom: 80px;
  }
  .mobile-m-b-8 {
    margin-bottom: 80px;
  }
  .mobile-p-b-8 {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-8 {
    margin-left: 80px;
  }
  .mobile\:p-l-8 {
    padding-left: 80px;
  }
  .mobile-m-l-8 {
    margin-left: 80px;
  }
  .mobile-p-l-8 {
    padding-left: 80px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-8 {
    margin-right: 80px;
  }
  .mobile\:p-r-8 {
    padding-right: 80px;
  }
  .mobile-m-r-8 {
    margin-right: 80px;
  }
  .mobile-p-r-8 {
    padding-right: 80px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-9 {
    margin-top: 90px;
  }
  .mobile\:p-t-9 {
    padding-top: 90px;
  }
  .mobile-m-t-9 {
    margin-top: 90px;
  }
  .mobile-p-t-9 {
    padding-top: 90px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-9 {
    margin-bottom: 90px;
  }
  .mobile\:p-b-9 {
    padding-bottom: 90px;
  }
  .mobile-m-b-9 {
    margin-bottom: 90px;
  }
  .mobile-p-b-9 {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-9 {
    margin-left: 90px;
  }
  .mobile\:p-l-9 {
    padding-left: 90px;
  }
  .mobile-m-l-9 {
    margin-left: 90px;
  }
  .mobile-p-l-9 {
    padding-left: 90px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-9 {
    margin-right: 90px;
  }
  .mobile\:p-r-9 {
    padding-right: 90px;
  }
  .mobile-m-r-9 {
    margin-right: 90px;
  }
  .mobile-p-r-9 {
    padding-right: 90px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-10 {
    margin-top: 100px;
  }
  .mobile\:p-t-10 {
    padding-top: 100px;
  }
  .mobile-m-t-10 {
    margin-top: 100px;
  }
  .mobile-p-t-10 {
    padding-top: 100px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-10 {
    margin-bottom: 100px;
  }
  .mobile\:p-b-10 {
    padding-bottom: 100px;
  }
  .mobile-m-b-10 {
    margin-bottom: 100px;
  }
  .mobile-p-b-10 {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-10 {
    margin-left: 100px;
  }
  .mobile\:p-l-10 {
    padding-left: 100px;
  }
  .mobile-m-l-10 {
    margin-left: 100px;
  }
  .mobile-p-l-10 {
    padding-left: 100px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-10 {
    margin-right: 100px;
  }
  .mobile\:p-r-10 {
    padding-right: 100px;
  }
  .mobile-m-r-10 {
    margin-right: 100px;
  }
  .mobile-p-r-10 {
    padding-right: 100px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-11 {
    margin-top: 110px;
  }
  .mobile\:p-t-11 {
    padding-top: 110px;
  }
  .mobile-m-t-11 {
    margin-top: 110px;
  }
  .mobile-p-t-11 {
    padding-top: 110px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-11 {
    margin-bottom: 110px;
  }
  .mobile\:p-b-11 {
    padding-bottom: 110px;
  }
  .mobile-m-b-11 {
    margin-bottom: 110px;
  }
  .mobile-p-b-11 {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-11 {
    margin-left: 110px;
  }
  .mobile\:p-l-11 {
    padding-left: 110px;
  }
  .mobile-m-l-11 {
    margin-left: 110px;
  }
  .mobile-p-l-11 {
    padding-left: 110px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-11 {
    margin-right: 110px;
  }
  .mobile\:p-r-11 {
    padding-right: 110px;
  }
  .mobile-m-r-11 {
    margin-right: 110px;
  }
  .mobile-p-r-11 {
    padding-right: 110px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-12 {
    margin-top: 120px;
  }
  .mobile\:p-t-12 {
    padding-top: 120px;
  }
  .mobile-m-t-12 {
    margin-top: 120px;
  }
  .mobile-p-t-12 {
    padding-top: 120px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-12 {
    margin-bottom: 120px;
  }
  .mobile\:p-b-12 {
    padding-bottom: 120px;
  }
  .mobile-m-b-12 {
    margin-bottom: 120px;
  }
  .mobile-p-b-12 {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-12 {
    margin-left: 120px;
  }
  .mobile\:p-l-12 {
    padding-left: 120px;
  }
  .mobile-m-l-12 {
    margin-left: 120px;
  }
  .mobile-p-l-12 {
    padding-left: 120px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-12 {
    margin-right: 120px;
  }
  .mobile\:p-r-12 {
    padding-right: 120px;
  }
  .mobile-m-r-12 {
    margin-right: 120px;
  }
  .mobile-p-r-12 {
    padding-right: 120px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-13 {
    margin-top: 130px;
  }
  .mobile\:p-t-13 {
    padding-top: 130px;
  }
  .mobile-m-t-13 {
    margin-top: 130px;
  }
  .mobile-p-t-13 {
    padding-top: 130px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-13 {
    margin-bottom: 130px;
  }
  .mobile\:p-b-13 {
    padding-bottom: 130px;
  }
  .mobile-m-b-13 {
    margin-bottom: 130px;
  }
  .mobile-p-b-13 {
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-13 {
    margin-left: 130px;
  }
  .mobile\:p-l-13 {
    padding-left: 130px;
  }
  .mobile-m-l-13 {
    margin-left: 130px;
  }
  .mobile-p-l-13 {
    padding-left: 130px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-13 {
    margin-right: 130px;
  }
  .mobile\:p-r-13 {
    padding-right: 130px;
  }
  .mobile-m-r-13 {
    margin-right: 130px;
  }
  .mobile-p-r-13 {
    padding-right: 130px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-14 {
    margin-top: 140px;
  }
  .mobile\:p-t-14 {
    padding-top: 140px;
  }
  .mobile-m-t-14 {
    margin-top: 140px;
  }
  .mobile-p-t-14 {
    padding-top: 140px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-14 {
    margin-bottom: 140px;
  }
  .mobile\:p-b-14 {
    padding-bottom: 140px;
  }
  .mobile-m-b-14 {
    margin-bottom: 140px;
  }
  .mobile-p-b-14 {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-14 {
    margin-left: 140px;
  }
  .mobile\:p-l-14 {
    padding-left: 140px;
  }
  .mobile-m-l-14 {
    margin-left: 140px;
  }
  .mobile-p-l-14 {
    padding-left: 140px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-14 {
    margin-right: 140px;
  }
  .mobile\:p-r-14 {
    padding-right: 140px;
  }
  .mobile-m-r-14 {
    margin-right: 140px;
  }
  .mobile-p-r-14 {
    padding-right: 140px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-15 {
    margin-top: 150px;
  }
  .mobile\:p-t-15 {
    padding-top: 150px;
  }
  .mobile-m-t-15 {
    margin-top: 150px;
  }
  .mobile-p-t-15 {
    padding-top: 150px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-15 {
    margin-bottom: 150px;
  }
  .mobile\:p-b-15 {
    padding-bottom: 150px;
  }
  .mobile-m-b-15 {
    margin-bottom: 150px;
  }
  .mobile-p-b-15 {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-15 {
    margin-left: 150px;
  }
  .mobile\:p-l-15 {
    padding-left: 150px;
  }
  .mobile-m-l-15 {
    margin-left: 150px;
  }
  .mobile-p-l-15 {
    padding-left: 150px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-15 {
    margin-right: 150px;
  }
  .mobile\:p-r-15 {
    padding-right: 150px;
  }
  .mobile-m-r-15 {
    margin-right: 150px;
  }
  .mobile-p-r-15 {
    padding-right: 150px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-16 {
    margin-top: 160px;
  }
  .mobile\:p-t-16 {
    padding-top: 160px;
  }
  .mobile-m-t-16 {
    margin-top: 160px;
  }
  .mobile-p-t-16 {
    padding-top: 160px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-16 {
    margin-bottom: 160px;
  }
  .mobile\:p-b-16 {
    padding-bottom: 160px;
  }
  .mobile-m-b-16 {
    margin-bottom: 160px;
  }
  .mobile-p-b-16 {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-16 {
    margin-left: 160px;
  }
  .mobile\:p-l-16 {
    padding-left: 160px;
  }
  .mobile-m-l-16 {
    margin-left: 160px;
  }
  .mobile-p-l-16 {
    padding-left: 160px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-16 {
    margin-right: 160px;
  }
  .mobile\:p-r-16 {
    padding-right: 160px;
  }
  .mobile-m-r-16 {
    margin-right: 160px;
  }
  .mobile-p-r-16 {
    padding-right: 160px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-17 {
    margin-top: 170px;
  }
  .mobile\:p-t-17 {
    padding-top: 170px;
  }
  .mobile-m-t-17 {
    margin-top: 170px;
  }
  .mobile-p-t-17 {
    padding-top: 170px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-17 {
    margin-bottom: 170px;
  }
  .mobile\:p-b-17 {
    padding-bottom: 170px;
  }
  .mobile-m-b-17 {
    margin-bottom: 170px;
  }
  .mobile-p-b-17 {
    padding-bottom: 170px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-17 {
    margin-left: 170px;
  }
  .mobile\:p-l-17 {
    padding-left: 170px;
  }
  .mobile-m-l-17 {
    margin-left: 170px;
  }
  .mobile-p-l-17 {
    padding-left: 170px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-17 {
    margin-right: 170px;
  }
  .mobile\:p-r-17 {
    padding-right: 170px;
  }
  .mobile-m-r-17 {
    margin-right: 170px;
  }
  .mobile-p-r-17 {
    padding-right: 170px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-18 {
    margin-top: 180px;
  }
  .mobile\:p-t-18 {
    padding-top: 180px;
  }
  .mobile-m-t-18 {
    margin-top: 180px;
  }
  .mobile-p-t-18 {
    padding-top: 180px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-18 {
    margin-bottom: 180px;
  }
  .mobile\:p-b-18 {
    padding-bottom: 180px;
  }
  .mobile-m-b-18 {
    margin-bottom: 180px;
  }
  .mobile-p-b-18 {
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-18 {
    margin-left: 180px;
  }
  .mobile\:p-l-18 {
    padding-left: 180px;
  }
  .mobile-m-l-18 {
    margin-left: 180px;
  }
  .mobile-p-l-18 {
    padding-left: 180px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-18 {
    margin-right: 180px;
  }
  .mobile\:p-r-18 {
    padding-right: 180px;
  }
  .mobile-m-r-18 {
    margin-right: 180px;
  }
  .mobile-p-r-18 {
    padding-right: 180px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-19 {
    margin-top: 190px;
  }
  .mobile\:p-t-19 {
    padding-top: 190px;
  }
  .mobile-m-t-19 {
    margin-top: 190px;
  }
  .mobile-p-t-19 {
    padding-top: 190px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-19 {
    margin-bottom: 190px;
  }
  .mobile\:p-b-19 {
    padding-bottom: 190px;
  }
  .mobile-m-b-19 {
    margin-bottom: 190px;
  }
  .mobile-p-b-19 {
    padding-bottom: 190px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-19 {
    margin-left: 190px;
  }
  .mobile\:p-l-19 {
    padding-left: 190px;
  }
  .mobile-m-l-19 {
    margin-left: 190px;
  }
  .mobile-p-l-19 {
    padding-left: 190px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-19 {
    margin-right: 190px;
  }
  .mobile\:p-r-19 {
    padding-right: 190px;
  }
  .mobile-m-r-19 {
    margin-right: 190px;
  }
  .mobile-p-r-19 {
    padding-right: 190px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-20 {
    margin-top: 200px;
  }
  .mobile\:p-t-20 {
    padding-top: 200px;
  }
  .mobile-m-t-20 {
    margin-top: 200px;
  }
  .mobile-p-t-20 {
    padding-top: 200px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-20 {
    margin-bottom: 200px;
  }
  .mobile\:p-b-20 {
    padding-bottom: 200px;
  }
  .mobile-m-b-20 {
    margin-bottom: 200px;
  }
  .mobile-p-b-20 {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-20 {
    margin-left: 200px;
  }
  .mobile\:p-l-20 {
    padding-left: 200px;
  }
  .mobile-m-l-20 {
    margin-left: 200px;
  }
  .mobile-p-l-20 {
    padding-left: 200px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-20 {
    margin-right: 200px;
  }
  .mobile\:p-r-20 {
    padding-right: 200px;
  }
  .mobile-m-r-20 {
    margin-right: 200px;
  }
  .mobile-p-r-20 {
    padding-right: 200px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-21 {
    margin-top: 210px;
  }
  .mobile\:p-t-21 {
    padding-top: 210px;
  }
  .mobile-m-t-21 {
    margin-top: 210px;
  }
  .mobile-p-t-21 {
    padding-top: 210px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-21 {
    margin-bottom: 210px;
  }
  .mobile\:p-b-21 {
    padding-bottom: 210px;
  }
  .mobile-m-b-21 {
    margin-bottom: 210px;
  }
  .mobile-p-b-21 {
    padding-bottom: 210px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-21 {
    margin-left: 210px;
  }
  .mobile\:p-l-21 {
    padding-left: 210px;
  }
  .mobile-m-l-21 {
    margin-left: 210px;
  }
  .mobile-p-l-21 {
    padding-left: 210px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-21 {
    margin-right: 210px;
  }
  .mobile\:p-r-21 {
    padding-right: 210px;
  }
  .mobile-m-r-21 {
    margin-right: 210px;
  }
  .mobile-p-r-21 {
    padding-right: 210px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-22 {
    margin-top: 220px;
  }
  .mobile\:p-t-22 {
    padding-top: 220px;
  }
  .mobile-m-t-22 {
    margin-top: 220px;
  }
  .mobile-p-t-22 {
    padding-top: 220px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-22 {
    margin-bottom: 220px;
  }
  .mobile\:p-b-22 {
    padding-bottom: 220px;
  }
  .mobile-m-b-22 {
    margin-bottom: 220px;
  }
  .mobile-p-b-22 {
    padding-bottom: 220px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-22 {
    margin-left: 220px;
  }
  .mobile\:p-l-22 {
    padding-left: 220px;
  }
  .mobile-m-l-22 {
    margin-left: 220px;
  }
  .mobile-p-l-22 {
    padding-left: 220px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-22 {
    margin-right: 220px;
  }
  .mobile\:p-r-22 {
    padding-right: 220px;
  }
  .mobile-m-r-22 {
    margin-right: 220px;
  }
  .mobile-p-r-22 {
    padding-right: 220px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-23 {
    margin-top: 230px;
  }
  .mobile\:p-t-23 {
    padding-top: 230px;
  }
  .mobile-m-t-23 {
    margin-top: 230px;
  }
  .mobile-p-t-23 {
    padding-top: 230px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-23 {
    margin-bottom: 230px;
  }
  .mobile\:p-b-23 {
    padding-bottom: 230px;
  }
  .mobile-m-b-23 {
    margin-bottom: 230px;
  }
  .mobile-p-b-23 {
    padding-bottom: 230px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-23 {
    margin-left: 230px;
  }
  .mobile\:p-l-23 {
    padding-left: 230px;
  }
  .mobile-m-l-23 {
    margin-left: 230px;
  }
  .mobile-p-l-23 {
    padding-left: 230px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-23 {
    margin-right: 230px;
  }
  .mobile\:p-r-23 {
    padding-right: 230px;
  }
  .mobile-m-r-23 {
    margin-right: 230px;
  }
  .mobile-p-r-23 {
    padding-right: 230px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-24 {
    margin-top: 240px;
  }
  .mobile\:p-t-24 {
    padding-top: 240px;
  }
  .mobile-m-t-24 {
    margin-top: 240px;
  }
  .mobile-p-t-24 {
    padding-top: 240px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-24 {
    margin-bottom: 240px;
  }
  .mobile\:p-b-24 {
    padding-bottom: 240px;
  }
  .mobile-m-b-24 {
    margin-bottom: 240px;
  }
  .mobile-p-b-24 {
    padding-bottom: 240px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-24 {
    margin-left: 240px;
  }
  .mobile\:p-l-24 {
    padding-left: 240px;
  }
  .mobile-m-l-24 {
    margin-left: 240px;
  }
  .mobile-p-l-24 {
    padding-left: 240px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-24 {
    margin-right: 240px;
  }
  .mobile\:p-r-24 {
    padding-right: 240px;
  }
  .mobile-m-r-24 {
    margin-right: 240px;
  }
  .mobile-p-r-24 {
    padding-right: 240px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-25 {
    margin-top: 250px;
  }
  .mobile\:p-t-25 {
    padding-top: 250px;
  }
  .mobile-m-t-25 {
    margin-top: 250px;
  }
  .mobile-p-t-25 {
    padding-top: 250px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-25 {
    margin-bottom: 250px;
  }
  .mobile\:p-b-25 {
    padding-bottom: 250px;
  }
  .mobile-m-b-25 {
    margin-bottom: 250px;
  }
  .mobile-p-b-25 {
    padding-bottom: 250px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-25 {
    margin-left: 250px;
  }
  .mobile\:p-l-25 {
    padding-left: 250px;
  }
  .mobile-m-l-25 {
    margin-left: 250px;
  }
  .mobile-p-l-25 {
    padding-left: 250px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-25 {
    margin-right: 250px;
  }
  .mobile\:p-r-25 {
    padding-right: 250px;
  }
  .mobile-m-r-25 {
    margin-right: 250px;
  }
  .mobile-p-r-25 {
    padding-right: 250px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-26 {
    margin-top: 260px;
  }
  .mobile\:p-t-26 {
    padding-top: 260px;
  }
  .mobile-m-t-26 {
    margin-top: 260px;
  }
  .mobile-p-t-26 {
    padding-top: 260px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-26 {
    margin-bottom: 260px;
  }
  .mobile\:p-b-26 {
    padding-bottom: 260px;
  }
  .mobile-m-b-26 {
    margin-bottom: 260px;
  }
  .mobile-p-b-26 {
    padding-bottom: 260px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-26 {
    margin-left: 260px;
  }
  .mobile\:p-l-26 {
    padding-left: 260px;
  }
  .mobile-m-l-26 {
    margin-left: 260px;
  }
  .mobile-p-l-26 {
    padding-left: 260px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-26 {
    margin-right: 260px;
  }
  .mobile\:p-r-26 {
    padding-right: 260px;
  }
  .mobile-m-r-26 {
    margin-right: 260px;
  }
  .mobile-p-r-26 {
    padding-right: 260px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-27 {
    margin-top: 270px;
  }
  .mobile\:p-t-27 {
    padding-top: 270px;
  }
  .mobile-m-t-27 {
    margin-top: 270px;
  }
  .mobile-p-t-27 {
    padding-top: 270px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-27 {
    margin-bottom: 270px;
  }
  .mobile\:p-b-27 {
    padding-bottom: 270px;
  }
  .mobile-m-b-27 {
    margin-bottom: 270px;
  }
  .mobile-p-b-27 {
    padding-bottom: 270px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-27 {
    margin-left: 270px;
  }
  .mobile\:p-l-27 {
    padding-left: 270px;
  }
  .mobile-m-l-27 {
    margin-left: 270px;
  }
  .mobile-p-l-27 {
    padding-left: 270px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-27 {
    margin-right: 270px;
  }
  .mobile\:p-r-27 {
    padding-right: 270px;
  }
  .mobile-m-r-27 {
    margin-right: 270px;
  }
  .mobile-p-r-27 {
    padding-right: 270px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-28 {
    margin-top: 280px;
  }
  .mobile\:p-t-28 {
    padding-top: 280px;
  }
  .mobile-m-t-28 {
    margin-top: 280px;
  }
  .mobile-p-t-28 {
    padding-top: 280px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-28 {
    margin-bottom: 280px;
  }
  .mobile\:p-b-28 {
    padding-bottom: 280px;
  }
  .mobile-m-b-28 {
    margin-bottom: 280px;
  }
  .mobile-p-b-28 {
    padding-bottom: 280px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-28 {
    margin-left: 280px;
  }
  .mobile\:p-l-28 {
    padding-left: 280px;
  }
  .mobile-m-l-28 {
    margin-left: 280px;
  }
  .mobile-p-l-28 {
    padding-left: 280px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-28 {
    margin-right: 280px;
  }
  .mobile\:p-r-28 {
    padding-right: 280px;
  }
  .mobile-m-r-28 {
    margin-right: 280px;
  }
  .mobile-p-r-28 {
    padding-right: 280px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-29 {
    margin-top: 290px;
  }
  .mobile\:p-t-29 {
    padding-top: 290px;
  }
  .mobile-m-t-29 {
    margin-top: 290px;
  }
  .mobile-p-t-29 {
    padding-top: 290px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-29 {
    margin-bottom: 290px;
  }
  .mobile\:p-b-29 {
    padding-bottom: 290px;
  }
  .mobile-m-b-29 {
    margin-bottom: 290px;
  }
  .mobile-p-b-29 {
    padding-bottom: 290px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-29 {
    margin-left: 290px;
  }
  .mobile\:p-l-29 {
    padding-left: 290px;
  }
  .mobile-m-l-29 {
    margin-left: 290px;
  }
  .mobile-p-l-29 {
    padding-left: 290px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-29 {
    margin-right: 290px;
  }
  .mobile\:p-r-29 {
    padding-right: 290px;
  }
  .mobile-m-r-29 {
    margin-right: 290px;
  }
  .mobile-p-r-29 {
    padding-right: 290px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-30 {
    margin-top: 300px;
  }
  .mobile\:p-t-30 {
    padding-top: 300px;
  }
  .mobile-m-t-30 {
    margin-top: 300px;
  }
  .mobile-p-t-30 {
    padding-top: 300px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-30 {
    margin-bottom: 300px;
  }
  .mobile\:p-b-30 {
    padding-bottom: 300px;
  }
  .mobile-m-b-30 {
    margin-bottom: 300px;
  }
  .mobile-p-b-30 {
    padding-bottom: 300px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-30 {
    margin-left: 300px;
  }
  .mobile\:p-l-30 {
    padding-left: 300px;
  }
  .mobile-m-l-30 {
    margin-left: 300px;
  }
  .mobile-p-l-30 {
    padding-left: 300px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-30 {
    margin-right: 300px;
  }
  .mobile\:p-r-30 {
    padding-right: 300px;
  }
  .mobile-m-r-30 {
    margin-right: 300px;
  }
  .mobile-p-r-30 {
    padding-right: 300px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-31 {
    margin-top: 310px;
  }
  .mobile\:p-t-31 {
    padding-top: 310px;
  }
  .mobile-m-t-31 {
    margin-top: 310px;
  }
  .mobile-p-t-31 {
    padding-top: 310px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-31 {
    margin-bottom: 310px;
  }
  .mobile\:p-b-31 {
    padding-bottom: 310px;
  }
  .mobile-m-b-31 {
    margin-bottom: 310px;
  }
  .mobile-p-b-31 {
    padding-bottom: 310px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-31 {
    margin-left: 310px;
  }
  .mobile\:p-l-31 {
    padding-left: 310px;
  }
  .mobile-m-l-31 {
    margin-left: 310px;
  }
  .mobile-p-l-31 {
    padding-left: 310px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-31 {
    margin-right: 310px;
  }
  .mobile\:p-r-31 {
    padding-right: 310px;
  }
  .mobile-m-r-31 {
    margin-right: 310px;
  }
  .mobile-p-r-31 {
    padding-right: 310px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-32 {
    margin-top: 320px;
  }
  .mobile\:p-t-32 {
    padding-top: 320px;
  }
  .mobile-m-t-32 {
    margin-top: 320px;
  }
  .mobile-p-t-32 {
    padding-top: 320px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-32 {
    margin-bottom: 320px;
  }
  .mobile\:p-b-32 {
    padding-bottom: 320px;
  }
  .mobile-m-b-32 {
    margin-bottom: 320px;
  }
  .mobile-p-b-32 {
    padding-bottom: 320px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-32 {
    margin-left: 320px;
  }
  .mobile\:p-l-32 {
    padding-left: 320px;
  }
  .mobile-m-l-32 {
    margin-left: 320px;
  }
  .mobile-p-l-32 {
    padding-left: 320px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-32 {
    margin-right: 320px;
  }
  .mobile\:p-r-32 {
    padding-right: 320px;
  }
  .mobile-m-r-32 {
    margin-right: 320px;
  }
  .mobile-p-r-32 {
    padding-right: 320px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-33 {
    margin-top: 330px;
  }
  .mobile\:p-t-33 {
    padding-top: 330px;
  }
  .mobile-m-t-33 {
    margin-top: 330px;
  }
  .mobile-p-t-33 {
    padding-top: 330px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-33 {
    margin-bottom: 330px;
  }
  .mobile\:p-b-33 {
    padding-bottom: 330px;
  }
  .mobile-m-b-33 {
    margin-bottom: 330px;
  }
  .mobile-p-b-33 {
    padding-bottom: 330px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-33 {
    margin-left: 330px;
  }
  .mobile\:p-l-33 {
    padding-left: 330px;
  }
  .mobile-m-l-33 {
    margin-left: 330px;
  }
  .mobile-p-l-33 {
    padding-left: 330px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-33 {
    margin-right: 330px;
  }
  .mobile\:p-r-33 {
    padding-right: 330px;
  }
  .mobile-m-r-33 {
    margin-right: 330px;
  }
  .mobile-p-r-33 {
    padding-right: 330px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-34 {
    margin-top: 340px;
  }
  .mobile\:p-t-34 {
    padding-top: 340px;
  }
  .mobile-m-t-34 {
    margin-top: 340px;
  }
  .mobile-p-t-34 {
    padding-top: 340px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-34 {
    margin-bottom: 340px;
  }
  .mobile\:p-b-34 {
    padding-bottom: 340px;
  }
  .mobile-m-b-34 {
    margin-bottom: 340px;
  }
  .mobile-p-b-34 {
    padding-bottom: 340px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-34 {
    margin-left: 340px;
  }
  .mobile\:p-l-34 {
    padding-left: 340px;
  }
  .mobile-m-l-34 {
    margin-left: 340px;
  }
  .mobile-p-l-34 {
    padding-left: 340px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-34 {
    margin-right: 340px;
  }
  .mobile\:p-r-34 {
    padding-right: 340px;
  }
  .mobile-m-r-34 {
    margin-right: 340px;
  }
  .mobile-p-r-34 {
    padding-right: 340px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-35 {
    margin-top: 350px;
  }
  .mobile\:p-t-35 {
    padding-top: 350px;
  }
  .mobile-m-t-35 {
    margin-top: 350px;
  }
  .mobile-p-t-35 {
    padding-top: 350px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-35 {
    margin-bottom: 350px;
  }
  .mobile\:p-b-35 {
    padding-bottom: 350px;
  }
  .mobile-m-b-35 {
    margin-bottom: 350px;
  }
  .mobile-p-b-35 {
    padding-bottom: 350px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-35 {
    margin-left: 350px;
  }
  .mobile\:p-l-35 {
    padding-left: 350px;
  }
  .mobile-m-l-35 {
    margin-left: 350px;
  }
  .mobile-p-l-35 {
    padding-left: 350px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-35 {
    margin-right: 350px;
  }
  .mobile\:p-r-35 {
    padding-right: 350px;
  }
  .mobile-m-r-35 {
    margin-right: 350px;
  }
  .mobile-p-r-35 {
    padding-right: 350px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-36 {
    margin-top: 360px;
  }
  .mobile\:p-t-36 {
    padding-top: 360px;
  }
  .mobile-m-t-36 {
    margin-top: 360px;
  }
  .mobile-p-t-36 {
    padding-top: 360px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-36 {
    margin-bottom: 360px;
  }
  .mobile\:p-b-36 {
    padding-bottom: 360px;
  }
  .mobile-m-b-36 {
    margin-bottom: 360px;
  }
  .mobile-p-b-36 {
    padding-bottom: 360px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-36 {
    margin-left: 360px;
  }
  .mobile\:p-l-36 {
    padding-left: 360px;
  }
  .mobile-m-l-36 {
    margin-left: 360px;
  }
  .mobile-p-l-36 {
    padding-left: 360px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-36 {
    margin-right: 360px;
  }
  .mobile\:p-r-36 {
    padding-right: 360px;
  }
  .mobile-m-r-36 {
    margin-right: 360px;
  }
  .mobile-p-r-36 {
    padding-right: 360px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-37 {
    margin-top: 370px;
  }
  .mobile\:p-t-37 {
    padding-top: 370px;
  }
  .mobile-m-t-37 {
    margin-top: 370px;
  }
  .mobile-p-t-37 {
    padding-top: 370px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-37 {
    margin-bottom: 370px;
  }
  .mobile\:p-b-37 {
    padding-bottom: 370px;
  }
  .mobile-m-b-37 {
    margin-bottom: 370px;
  }
  .mobile-p-b-37 {
    padding-bottom: 370px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-37 {
    margin-left: 370px;
  }
  .mobile\:p-l-37 {
    padding-left: 370px;
  }
  .mobile-m-l-37 {
    margin-left: 370px;
  }
  .mobile-p-l-37 {
    padding-left: 370px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-37 {
    margin-right: 370px;
  }
  .mobile\:p-r-37 {
    padding-right: 370px;
  }
  .mobile-m-r-37 {
    margin-right: 370px;
  }
  .mobile-p-r-37 {
    padding-right: 370px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-38 {
    margin-top: 380px;
  }
  .mobile\:p-t-38 {
    padding-top: 380px;
  }
  .mobile-m-t-38 {
    margin-top: 380px;
  }
  .mobile-p-t-38 {
    padding-top: 380px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-38 {
    margin-bottom: 380px;
  }
  .mobile\:p-b-38 {
    padding-bottom: 380px;
  }
  .mobile-m-b-38 {
    margin-bottom: 380px;
  }
  .mobile-p-b-38 {
    padding-bottom: 380px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-38 {
    margin-left: 380px;
  }
  .mobile\:p-l-38 {
    padding-left: 380px;
  }
  .mobile-m-l-38 {
    margin-left: 380px;
  }
  .mobile-p-l-38 {
    padding-left: 380px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-38 {
    margin-right: 380px;
  }
  .mobile\:p-r-38 {
    padding-right: 380px;
  }
  .mobile-m-r-38 {
    margin-right: 380px;
  }
  .mobile-p-r-38 {
    padding-right: 380px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-39 {
    margin-top: 390px;
  }
  .mobile\:p-t-39 {
    padding-top: 390px;
  }
  .mobile-m-t-39 {
    margin-top: 390px;
  }
  .mobile-p-t-39 {
    padding-top: 390px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-39 {
    margin-bottom: 390px;
  }
  .mobile\:p-b-39 {
    padding-bottom: 390px;
  }
  .mobile-m-b-39 {
    margin-bottom: 390px;
  }
  .mobile-p-b-39 {
    padding-bottom: 390px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-39 {
    margin-left: 390px;
  }
  .mobile\:p-l-39 {
    padding-left: 390px;
  }
  .mobile-m-l-39 {
    margin-left: 390px;
  }
  .mobile-p-l-39 {
    padding-left: 390px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-39 {
    margin-right: 390px;
  }
  .mobile\:p-r-39 {
    padding-right: 390px;
  }
  .mobile-m-r-39 {
    margin-right: 390px;
  }
  .mobile-p-r-39 {
    padding-right: 390px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-40 {
    margin-top: 400px;
  }
  .mobile\:p-t-40 {
    padding-top: 400px;
  }
  .mobile-m-t-40 {
    margin-top: 400px;
  }
  .mobile-p-t-40 {
    padding-top: 400px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-40 {
    margin-bottom: 400px;
  }
  .mobile\:p-b-40 {
    padding-bottom: 400px;
  }
  .mobile-m-b-40 {
    margin-bottom: 400px;
  }
  .mobile-p-b-40 {
    padding-bottom: 400px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-40 {
    margin-left: 400px;
  }
  .mobile\:p-l-40 {
    padding-left: 400px;
  }
  .mobile-m-l-40 {
    margin-left: 400px;
  }
  .mobile-p-l-40 {
    padding-left: 400px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-40 {
    margin-right: 400px;
  }
  .mobile\:p-r-40 {
    padding-right: 400px;
  }
  .mobile-m-r-40 {
    margin-right: 400px;
  }
  .mobile-p-r-40 {
    padding-right: 400px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-41 {
    margin-top: 410px;
  }
  .mobile\:p-t-41 {
    padding-top: 410px;
  }
  .mobile-m-t-41 {
    margin-top: 410px;
  }
  .mobile-p-t-41 {
    padding-top: 410px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-41 {
    margin-bottom: 410px;
  }
  .mobile\:p-b-41 {
    padding-bottom: 410px;
  }
  .mobile-m-b-41 {
    margin-bottom: 410px;
  }
  .mobile-p-b-41 {
    padding-bottom: 410px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-41 {
    margin-left: 410px;
  }
  .mobile\:p-l-41 {
    padding-left: 410px;
  }
  .mobile-m-l-41 {
    margin-left: 410px;
  }
  .mobile-p-l-41 {
    padding-left: 410px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-41 {
    margin-right: 410px;
  }
  .mobile\:p-r-41 {
    padding-right: 410px;
  }
  .mobile-m-r-41 {
    margin-right: 410px;
  }
  .mobile-p-r-41 {
    padding-right: 410px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-42 {
    margin-top: 420px;
  }
  .mobile\:p-t-42 {
    padding-top: 420px;
  }
  .mobile-m-t-42 {
    margin-top: 420px;
  }
  .mobile-p-t-42 {
    padding-top: 420px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-42 {
    margin-bottom: 420px;
  }
  .mobile\:p-b-42 {
    padding-bottom: 420px;
  }
  .mobile-m-b-42 {
    margin-bottom: 420px;
  }
  .mobile-p-b-42 {
    padding-bottom: 420px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-42 {
    margin-left: 420px;
  }
  .mobile\:p-l-42 {
    padding-left: 420px;
  }
  .mobile-m-l-42 {
    margin-left: 420px;
  }
  .mobile-p-l-42 {
    padding-left: 420px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-42 {
    margin-right: 420px;
  }
  .mobile\:p-r-42 {
    padding-right: 420px;
  }
  .mobile-m-r-42 {
    margin-right: 420px;
  }
  .mobile-p-r-42 {
    padding-right: 420px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-43 {
    margin-top: 430px;
  }
  .mobile\:p-t-43 {
    padding-top: 430px;
  }
  .mobile-m-t-43 {
    margin-top: 430px;
  }
  .mobile-p-t-43 {
    padding-top: 430px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-43 {
    margin-bottom: 430px;
  }
  .mobile\:p-b-43 {
    padding-bottom: 430px;
  }
  .mobile-m-b-43 {
    margin-bottom: 430px;
  }
  .mobile-p-b-43 {
    padding-bottom: 430px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-43 {
    margin-left: 430px;
  }
  .mobile\:p-l-43 {
    padding-left: 430px;
  }
  .mobile-m-l-43 {
    margin-left: 430px;
  }
  .mobile-p-l-43 {
    padding-left: 430px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-43 {
    margin-right: 430px;
  }
  .mobile\:p-r-43 {
    padding-right: 430px;
  }
  .mobile-m-r-43 {
    margin-right: 430px;
  }
  .mobile-p-r-43 {
    padding-right: 430px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-44 {
    margin-top: 440px;
  }
  .mobile\:p-t-44 {
    padding-top: 440px;
  }
  .mobile-m-t-44 {
    margin-top: 440px;
  }
  .mobile-p-t-44 {
    padding-top: 440px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-44 {
    margin-bottom: 440px;
  }
  .mobile\:p-b-44 {
    padding-bottom: 440px;
  }
  .mobile-m-b-44 {
    margin-bottom: 440px;
  }
  .mobile-p-b-44 {
    padding-bottom: 440px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-44 {
    margin-left: 440px;
  }
  .mobile\:p-l-44 {
    padding-left: 440px;
  }
  .mobile-m-l-44 {
    margin-left: 440px;
  }
  .mobile-p-l-44 {
    padding-left: 440px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-44 {
    margin-right: 440px;
  }
  .mobile\:p-r-44 {
    padding-right: 440px;
  }
  .mobile-m-r-44 {
    margin-right: 440px;
  }
  .mobile-p-r-44 {
    padding-right: 440px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-45 {
    margin-top: 450px;
  }
  .mobile\:p-t-45 {
    padding-top: 450px;
  }
  .mobile-m-t-45 {
    margin-top: 450px;
  }
  .mobile-p-t-45 {
    padding-top: 450px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-45 {
    margin-bottom: 450px;
  }
  .mobile\:p-b-45 {
    padding-bottom: 450px;
  }
  .mobile-m-b-45 {
    margin-bottom: 450px;
  }
  .mobile-p-b-45 {
    padding-bottom: 450px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-45 {
    margin-left: 450px;
  }
  .mobile\:p-l-45 {
    padding-left: 450px;
  }
  .mobile-m-l-45 {
    margin-left: 450px;
  }
  .mobile-p-l-45 {
    padding-left: 450px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-45 {
    margin-right: 450px;
  }
  .mobile\:p-r-45 {
    padding-right: 450px;
  }
  .mobile-m-r-45 {
    margin-right: 450px;
  }
  .mobile-p-r-45 {
    padding-right: 450px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-46 {
    margin-top: 460px;
  }
  .mobile\:p-t-46 {
    padding-top: 460px;
  }
  .mobile-m-t-46 {
    margin-top: 460px;
  }
  .mobile-p-t-46 {
    padding-top: 460px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-46 {
    margin-bottom: 460px;
  }
  .mobile\:p-b-46 {
    padding-bottom: 460px;
  }
  .mobile-m-b-46 {
    margin-bottom: 460px;
  }
  .mobile-p-b-46 {
    padding-bottom: 460px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-46 {
    margin-left: 460px;
  }
  .mobile\:p-l-46 {
    padding-left: 460px;
  }
  .mobile-m-l-46 {
    margin-left: 460px;
  }
  .mobile-p-l-46 {
    padding-left: 460px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-46 {
    margin-right: 460px;
  }
  .mobile\:p-r-46 {
    padding-right: 460px;
  }
  .mobile-m-r-46 {
    margin-right: 460px;
  }
  .mobile-p-r-46 {
    padding-right: 460px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-47 {
    margin-top: 470px;
  }
  .mobile\:p-t-47 {
    padding-top: 470px;
  }
  .mobile-m-t-47 {
    margin-top: 470px;
  }
  .mobile-p-t-47 {
    padding-top: 470px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-47 {
    margin-bottom: 470px;
  }
  .mobile\:p-b-47 {
    padding-bottom: 470px;
  }
  .mobile-m-b-47 {
    margin-bottom: 470px;
  }
  .mobile-p-b-47 {
    padding-bottom: 470px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-47 {
    margin-left: 470px;
  }
  .mobile\:p-l-47 {
    padding-left: 470px;
  }
  .mobile-m-l-47 {
    margin-left: 470px;
  }
  .mobile-p-l-47 {
    padding-left: 470px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-47 {
    margin-right: 470px;
  }
  .mobile\:p-r-47 {
    padding-right: 470px;
  }
  .mobile-m-r-47 {
    margin-right: 470px;
  }
  .mobile-p-r-47 {
    padding-right: 470px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-48 {
    margin-top: 480px;
  }
  .mobile\:p-t-48 {
    padding-top: 480px;
  }
  .mobile-m-t-48 {
    margin-top: 480px;
  }
  .mobile-p-t-48 {
    padding-top: 480px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-48 {
    margin-bottom: 480px;
  }
  .mobile\:p-b-48 {
    padding-bottom: 480px;
  }
  .mobile-m-b-48 {
    margin-bottom: 480px;
  }
  .mobile-p-b-48 {
    padding-bottom: 480px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-48 {
    margin-left: 480px;
  }
  .mobile\:p-l-48 {
    padding-left: 480px;
  }
  .mobile-m-l-48 {
    margin-left: 480px;
  }
  .mobile-p-l-48 {
    padding-left: 480px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-48 {
    margin-right: 480px;
  }
  .mobile\:p-r-48 {
    padding-right: 480px;
  }
  .mobile-m-r-48 {
    margin-right: 480px;
  }
  .mobile-p-r-48 {
    padding-right: 480px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-49 {
    margin-top: 490px;
  }
  .mobile\:p-t-49 {
    padding-top: 490px;
  }
  .mobile-m-t-49 {
    margin-top: 490px;
  }
  .mobile-p-t-49 {
    padding-top: 490px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-49 {
    margin-bottom: 490px;
  }
  .mobile\:p-b-49 {
    padding-bottom: 490px;
  }
  .mobile-m-b-49 {
    margin-bottom: 490px;
  }
  .mobile-p-b-49 {
    padding-bottom: 490px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-49 {
    margin-left: 490px;
  }
  .mobile\:p-l-49 {
    padding-left: 490px;
  }
  .mobile-m-l-49 {
    margin-left: 490px;
  }
  .mobile-p-l-49 {
    padding-left: 490px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-49 {
    margin-right: 490px;
  }
  .mobile\:p-r-49 {
    padding-right: 490px;
  }
  .mobile-m-r-49 {
    margin-right: 490px;
  }
  .mobile-p-r-49 {
    padding-right: 490px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--10 {
    margin-top: -100px;
  }
  .mobile-l\:p-t--10 {
    padding-top: -100px;
  }
  .mobile-l-m-t--10 {
    margin-top: -100px;
  }
  .mobile-l-p-t--10 {
    padding-top: -100px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--10 {
    margin-bottom: -100px;
  }
  .mobile-l\:p-b--10 {
    padding-bottom: -100px;
  }
  .mobile-l-m-b--10 {
    margin-bottom: -100px;
  }
  .mobile-l-p-b--10 {
    padding-bottom: -100px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--10 {
    margin-left: -100px;
  }
  .mobile-l\:p-l--10 {
    padding-left: -100px;
  }
  .mobile-l-m-l--10 {
    margin-left: -100px;
  }
  .mobile-l-p-l--10 {
    padding-left: -100px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--10 {
    margin-right: -100px;
  }
  .mobile-l\:p-r--10 {
    padding-right: -100px;
  }
  .mobile-l-m-r--10 {
    margin-right: -100px;
  }
  .mobile-l-p-r--10 {
    padding-right: -100px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--9\.9 {
    margin-top: -99px;
  }
  .mobile-l\:p-t--9\.9 {
    padding-top: -99px;
  }
  .mobile-l-m-t--9\.9 {
    margin-top: -99px;
  }
  .mobile-l-p-t--9\.9 {
    padding-top: -99px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--9\.9 {
    margin-bottom: -99px;
  }
  .mobile-l\:p-b--9\.9 {
    padding-bottom: -99px;
  }
  .mobile-l-m-b--9\.9 {
    margin-bottom: -99px;
  }
  .mobile-l-p-b--9\.9 {
    padding-bottom: -99px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--9\.9 {
    margin-left: -99px;
  }
  .mobile-l\:p-l--9\.9 {
    padding-left: -99px;
  }
  .mobile-l-m-l--9\.9 {
    margin-left: -99px;
  }
  .mobile-l-p-l--9\.9 {
    padding-left: -99px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--9\.9 {
    margin-right: -99px;
  }
  .mobile-l\:p-r--9\.9 {
    padding-right: -99px;
  }
  .mobile-l-m-r--9\.9 {
    margin-right: -99px;
  }
  .mobile-l-p-r--9\.9 {
    padding-right: -99px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--9\.8 {
    margin-top: -98px;
  }
  .mobile-l\:p-t--9\.8 {
    padding-top: -98px;
  }
  .mobile-l-m-t--9\.8 {
    margin-top: -98px;
  }
  .mobile-l-p-t--9\.8 {
    padding-top: -98px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--9\.8 {
    margin-bottom: -98px;
  }
  .mobile-l\:p-b--9\.8 {
    padding-bottom: -98px;
  }
  .mobile-l-m-b--9\.8 {
    margin-bottom: -98px;
  }
  .mobile-l-p-b--9\.8 {
    padding-bottom: -98px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--9\.8 {
    margin-left: -98px;
  }
  .mobile-l\:p-l--9\.8 {
    padding-left: -98px;
  }
  .mobile-l-m-l--9\.8 {
    margin-left: -98px;
  }
  .mobile-l-p-l--9\.8 {
    padding-left: -98px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--9\.8 {
    margin-right: -98px;
  }
  .mobile-l\:p-r--9\.8 {
    padding-right: -98px;
  }
  .mobile-l-m-r--9\.8 {
    margin-right: -98px;
  }
  .mobile-l-p-r--9\.8 {
    padding-right: -98px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--9\.7 {
    margin-top: -97px;
  }
  .mobile-l\:p-t--9\.7 {
    padding-top: -97px;
  }
  .mobile-l-m-t--9\.7 {
    margin-top: -97px;
  }
  .mobile-l-p-t--9\.7 {
    padding-top: -97px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--9\.7 {
    margin-bottom: -97px;
  }
  .mobile-l\:p-b--9\.7 {
    padding-bottom: -97px;
  }
  .mobile-l-m-b--9\.7 {
    margin-bottom: -97px;
  }
  .mobile-l-p-b--9\.7 {
    padding-bottom: -97px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--9\.7 {
    margin-left: -97px;
  }
  .mobile-l\:p-l--9\.7 {
    padding-left: -97px;
  }
  .mobile-l-m-l--9\.7 {
    margin-left: -97px;
  }
  .mobile-l-p-l--9\.7 {
    padding-left: -97px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--9\.7 {
    margin-right: -97px;
  }
  .mobile-l\:p-r--9\.7 {
    padding-right: -97px;
  }
  .mobile-l-m-r--9\.7 {
    margin-right: -97px;
  }
  .mobile-l-p-r--9\.7 {
    padding-right: -97px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--9\.6 {
    margin-top: -96px;
  }
  .mobile-l\:p-t--9\.6 {
    padding-top: -96px;
  }
  .mobile-l-m-t--9\.6 {
    margin-top: -96px;
  }
  .mobile-l-p-t--9\.6 {
    padding-top: -96px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--9\.6 {
    margin-bottom: -96px;
  }
  .mobile-l\:p-b--9\.6 {
    padding-bottom: -96px;
  }
  .mobile-l-m-b--9\.6 {
    margin-bottom: -96px;
  }
  .mobile-l-p-b--9\.6 {
    padding-bottom: -96px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--9\.6 {
    margin-left: -96px;
  }
  .mobile-l\:p-l--9\.6 {
    padding-left: -96px;
  }
  .mobile-l-m-l--9\.6 {
    margin-left: -96px;
  }
  .mobile-l-p-l--9\.6 {
    padding-left: -96px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--9\.6 {
    margin-right: -96px;
  }
  .mobile-l\:p-r--9\.6 {
    padding-right: -96px;
  }
  .mobile-l-m-r--9\.6 {
    margin-right: -96px;
  }
  .mobile-l-p-r--9\.6 {
    padding-right: -96px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--9\.5 {
    margin-top: -95px;
  }
  .mobile-l\:p-t--9\.5 {
    padding-top: -95px;
  }
  .mobile-l-m-t--9\.5 {
    margin-top: -95px;
  }
  .mobile-l-p-t--9\.5 {
    padding-top: -95px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--9\.5 {
    margin-bottom: -95px;
  }
  .mobile-l\:p-b--9\.5 {
    padding-bottom: -95px;
  }
  .mobile-l-m-b--9\.5 {
    margin-bottom: -95px;
  }
  .mobile-l-p-b--9\.5 {
    padding-bottom: -95px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--9\.5 {
    margin-left: -95px;
  }
  .mobile-l\:p-l--9\.5 {
    padding-left: -95px;
  }
  .mobile-l-m-l--9\.5 {
    margin-left: -95px;
  }
  .mobile-l-p-l--9\.5 {
    padding-left: -95px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--9\.5 {
    margin-right: -95px;
  }
  .mobile-l\:p-r--9\.5 {
    padding-right: -95px;
  }
  .mobile-l-m-r--9\.5 {
    margin-right: -95px;
  }
  .mobile-l-p-r--9\.5 {
    padding-right: -95px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--9\.4 {
    margin-top: -94px;
  }
  .mobile-l\:p-t--9\.4 {
    padding-top: -94px;
  }
  .mobile-l-m-t--9\.4 {
    margin-top: -94px;
  }
  .mobile-l-p-t--9\.4 {
    padding-top: -94px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--9\.4 {
    margin-bottom: -94px;
  }
  .mobile-l\:p-b--9\.4 {
    padding-bottom: -94px;
  }
  .mobile-l-m-b--9\.4 {
    margin-bottom: -94px;
  }
  .mobile-l-p-b--9\.4 {
    padding-bottom: -94px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--9\.4 {
    margin-left: -94px;
  }
  .mobile-l\:p-l--9\.4 {
    padding-left: -94px;
  }
  .mobile-l-m-l--9\.4 {
    margin-left: -94px;
  }
  .mobile-l-p-l--9\.4 {
    padding-left: -94px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--9\.4 {
    margin-right: -94px;
  }
  .mobile-l\:p-r--9\.4 {
    padding-right: -94px;
  }
  .mobile-l-m-r--9\.4 {
    margin-right: -94px;
  }
  .mobile-l-p-r--9\.4 {
    padding-right: -94px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--9\.3 {
    margin-top: -93px;
  }
  .mobile-l\:p-t--9\.3 {
    padding-top: -93px;
  }
  .mobile-l-m-t--9\.3 {
    margin-top: -93px;
  }
  .mobile-l-p-t--9\.3 {
    padding-top: -93px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--9\.3 {
    margin-bottom: -93px;
  }
  .mobile-l\:p-b--9\.3 {
    padding-bottom: -93px;
  }
  .mobile-l-m-b--9\.3 {
    margin-bottom: -93px;
  }
  .mobile-l-p-b--9\.3 {
    padding-bottom: -93px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--9\.3 {
    margin-left: -93px;
  }
  .mobile-l\:p-l--9\.3 {
    padding-left: -93px;
  }
  .mobile-l-m-l--9\.3 {
    margin-left: -93px;
  }
  .mobile-l-p-l--9\.3 {
    padding-left: -93px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--9\.3 {
    margin-right: -93px;
  }
  .mobile-l\:p-r--9\.3 {
    padding-right: -93px;
  }
  .mobile-l-m-r--9\.3 {
    margin-right: -93px;
  }
  .mobile-l-p-r--9\.3 {
    padding-right: -93px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--9\.2 {
    margin-top: -92px;
  }
  .mobile-l\:p-t--9\.2 {
    padding-top: -92px;
  }
  .mobile-l-m-t--9\.2 {
    margin-top: -92px;
  }
  .mobile-l-p-t--9\.2 {
    padding-top: -92px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--9\.2 {
    margin-bottom: -92px;
  }
  .mobile-l\:p-b--9\.2 {
    padding-bottom: -92px;
  }
  .mobile-l-m-b--9\.2 {
    margin-bottom: -92px;
  }
  .mobile-l-p-b--9\.2 {
    padding-bottom: -92px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--9\.2 {
    margin-left: -92px;
  }
  .mobile-l\:p-l--9\.2 {
    padding-left: -92px;
  }
  .mobile-l-m-l--9\.2 {
    margin-left: -92px;
  }
  .mobile-l-p-l--9\.2 {
    padding-left: -92px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--9\.2 {
    margin-right: -92px;
  }
  .mobile-l\:p-r--9\.2 {
    padding-right: -92px;
  }
  .mobile-l-m-r--9\.2 {
    margin-right: -92px;
  }
  .mobile-l-p-r--9\.2 {
    padding-right: -92px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--9\.1 {
    margin-top: -91px;
  }
  .mobile-l\:p-t--9\.1 {
    padding-top: -91px;
  }
  .mobile-l-m-t--9\.1 {
    margin-top: -91px;
  }
  .mobile-l-p-t--9\.1 {
    padding-top: -91px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--9\.1 {
    margin-bottom: -91px;
  }
  .mobile-l\:p-b--9\.1 {
    padding-bottom: -91px;
  }
  .mobile-l-m-b--9\.1 {
    margin-bottom: -91px;
  }
  .mobile-l-p-b--9\.1 {
    padding-bottom: -91px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--9\.1 {
    margin-left: -91px;
  }
  .mobile-l\:p-l--9\.1 {
    padding-left: -91px;
  }
  .mobile-l-m-l--9\.1 {
    margin-left: -91px;
  }
  .mobile-l-p-l--9\.1 {
    padding-left: -91px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--9\.1 {
    margin-right: -91px;
  }
  .mobile-l\:p-r--9\.1 {
    padding-right: -91px;
  }
  .mobile-l-m-r--9\.1 {
    margin-right: -91px;
  }
  .mobile-l-p-r--9\.1 {
    padding-right: -91px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--9 {
    margin-top: -90px;
  }
  .mobile-l\:p-t--9 {
    padding-top: -90px;
  }
  .mobile-l-m-t--9 {
    margin-top: -90px;
  }
  .mobile-l-p-t--9 {
    padding-top: -90px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--9 {
    margin-bottom: -90px;
  }
  .mobile-l\:p-b--9 {
    padding-bottom: -90px;
  }
  .mobile-l-m-b--9 {
    margin-bottom: -90px;
  }
  .mobile-l-p-b--9 {
    padding-bottom: -90px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--9 {
    margin-left: -90px;
  }
  .mobile-l\:p-l--9 {
    padding-left: -90px;
  }
  .mobile-l-m-l--9 {
    margin-left: -90px;
  }
  .mobile-l-p-l--9 {
    padding-left: -90px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--9 {
    margin-right: -90px;
  }
  .mobile-l\:p-r--9 {
    padding-right: -90px;
  }
  .mobile-l-m-r--9 {
    margin-right: -90px;
  }
  .mobile-l-p-r--9 {
    padding-right: -90px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--8\.9 {
    margin-top: -89px;
  }
  .mobile-l\:p-t--8\.9 {
    padding-top: -89px;
  }
  .mobile-l-m-t--8\.9 {
    margin-top: -89px;
  }
  .mobile-l-p-t--8\.9 {
    padding-top: -89px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--8\.9 {
    margin-bottom: -89px;
  }
  .mobile-l\:p-b--8\.9 {
    padding-bottom: -89px;
  }
  .mobile-l-m-b--8\.9 {
    margin-bottom: -89px;
  }
  .mobile-l-p-b--8\.9 {
    padding-bottom: -89px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--8\.9 {
    margin-left: -89px;
  }
  .mobile-l\:p-l--8\.9 {
    padding-left: -89px;
  }
  .mobile-l-m-l--8\.9 {
    margin-left: -89px;
  }
  .mobile-l-p-l--8\.9 {
    padding-left: -89px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--8\.9 {
    margin-right: -89px;
  }
  .mobile-l\:p-r--8\.9 {
    padding-right: -89px;
  }
  .mobile-l-m-r--8\.9 {
    margin-right: -89px;
  }
  .mobile-l-p-r--8\.9 {
    padding-right: -89px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--8\.8 {
    margin-top: -88px;
  }
  .mobile-l\:p-t--8\.8 {
    padding-top: -88px;
  }
  .mobile-l-m-t--8\.8 {
    margin-top: -88px;
  }
  .mobile-l-p-t--8\.8 {
    padding-top: -88px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--8\.8 {
    margin-bottom: -88px;
  }
  .mobile-l\:p-b--8\.8 {
    padding-bottom: -88px;
  }
  .mobile-l-m-b--8\.8 {
    margin-bottom: -88px;
  }
  .mobile-l-p-b--8\.8 {
    padding-bottom: -88px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--8\.8 {
    margin-left: -88px;
  }
  .mobile-l\:p-l--8\.8 {
    padding-left: -88px;
  }
  .mobile-l-m-l--8\.8 {
    margin-left: -88px;
  }
  .mobile-l-p-l--8\.8 {
    padding-left: -88px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--8\.8 {
    margin-right: -88px;
  }
  .mobile-l\:p-r--8\.8 {
    padding-right: -88px;
  }
  .mobile-l-m-r--8\.8 {
    margin-right: -88px;
  }
  .mobile-l-p-r--8\.8 {
    padding-right: -88px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--8\.7 {
    margin-top: -87px;
  }
  .mobile-l\:p-t--8\.7 {
    padding-top: -87px;
  }
  .mobile-l-m-t--8\.7 {
    margin-top: -87px;
  }
  .mobile-l-p-t--8\.7 {
    padding-top: -87px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--8\.7 {
    margin-bottom: -87px;
  }
  .mobile-l\:p-b--8\.7 {
    padding-bottom: -87px;
  }
  .mobile-l-m-b--8\.7 {
    margin-bottom: -87px;
  }
  .mobile-l-p-b--8\.7 {
    padding-bottom: -87px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--8\.7 {
    margin-left: -87px;
  }
  .mobile-l\:p-l--8\.7 {
    padding-left: -87px;
  }
  .mobile-l-m-l--8\.7 {
    margin-left: -87px;
  }
  .mobile-l-p-l--8\.7 {
    padding-left: -87px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--8\.7 {
    margin-right: -87px;
  }
  .mobile-l\:p-r--8\.7 {
    padding-right: -87px;
  }
  .mobile-l-m-r--8\.7 {
    margin-right: -87px;
  }
  .mobile-l-p-r--8\.7 {
    padding-right: -87px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--8\.6 {
    margin-top: -86px;
  }
  .mobile-l\:p-t--8\.6 {
    padding-top: -86px;
  }
  .mobile-l-m-t--8\.6 {
    margin-top: -86px;
  }
  .mobile-l-p-t--8\.6 {
    padding-top: -86px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--8\.6 {
    margin-bottom: -86px;
  }
  .mobile-l\:p-b--8\.6 {
    padding-bottom: -86px;
  }
  .mobile-l-m-b--8\.6 {
    margin-bottom: -86px;
  }
  .mobile-l-p-b--8\.6 {
    padding-bottom: -86px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--8\.6 {
    margin-left: -86px;
  }
  .mobile-l\:p-l--8\.6 {
    padding-left: -86px;
  }
  .mobile-l-m-l--8\.6 {
    margin-left: -86px;
  }
  .mobile-l-p-l--8\.6 {
    padding-left: -86px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--8\.6 {
    margin-right: -86px;
  }
  .mobile-l\:p-r--8\.6 {
    padding-right: -86px;
  }
  .mobile-l-m-r--8\.6 {
    margin-right: -86px;
  }
  .mobile-l-p-r--8\.6 {
    padding-right: -86px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--8\.5 {
    margin-top: -85px;
  }
  .mobile-l\:p-t--8\.5 {
    padding-top: -85px;
  }
  .mobile-l-m-t--8\.5 {
    margin-top: -85px;
  }
  .mobile-l-p-t--8\.5 {
    padding-top: -85px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--8\.5 {
    margin-bottom: -85px;
  }
  .mobile-l\:p-b--8\.5 {
    padding-bottom: -85px;
  }
  .mobile-l-m-b--8\.5 {
    margin-bottom: -85px;
  }
  .mobile-l-p-b--8\.5 {
    padding-bottom: -85px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--8\.5 {
    margin-left: -85px;
  }
  .mobile-l\:p-l--8\.5 {
    padding-left: -85px;
  }
  .mobile-l-m-l--8\.5 {
    margin-left: -85px;
  }
  .mobile-l-p-l--8\.5 {
    padding-left: -85px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--8\.5 {
    margin-right: -85px;
  }
  .mobile-l\:p-r--8\.5 {
    padding-right: -85px;
  }
  .mobile-l-m-r--8\.5 {
    margin-right: -85px;
  }
  .mobile-l-p-r--8\.5 {
    padding-right: -85px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--8\.4 {
    margin-top: -84px;
  }
  .mobile-l\:p-t--8\.4 {
    padding-top: -84px;
  }
  .mobile-l-m-t--8\.4 {
    margin-top: -84px;
  }
  .mobile-l-p-t--8\.4 {
    padding-top: -84px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--8\.4 {
    margin-bottom: -84px;
  }
  .mobile-l\:p-b--8\.4 {
    padding-bottom: -84px;
  }
  .mobile-l-m-b--8\.4 {
    margin-bottom: -84px;
  }
  .mobile-l-p-b--8\.4 {
    padding-bottom: -84px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--8\.4 {
    margin-left: -84px;
  }
  .mobile-l\:p-l--8\.4 {
    padding-left: -84px;
  }
  .mobile-l-m-l--8\.4 {
    margin-left: -84px;
  }
  .mobile-l-p-l--8\.4 {
    padding-left: -84px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--8\.4 {
    margin-right: -84px;
  }
  .mobile-l\:p-r--8\.4 {
    padding-right: -84px;
  }
  .mobile-l-m-r--8\.4 {
    margin-right: -84px;
  }
  .mobile-l-p-r--8\.4 {
    padding-right: -84px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--8\.3 {
    margin-top: -83px;
  }
  .mobile-l\:p-t--8\.3 {
    padding-top: -83px;
  }
  .mobile-l-m-t--8\.3 {
    margin-top: -83px;
  }
  .mobile-l-p-t--8\.3 {
    padding-top: -83px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--8\.3 {
    margin-bottom: -83px;
  }
  .mobile-l\:p-b--8\.3 {
    padding-bottom: -83px;
  }
  .mobile-l-m-b--8\.3 {
    margin-bottom: -83px;
  }
  .mobile-l-p-b--8\.3 {
    padding-bottom: -83px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--8\.3 {
    margin-left: -83px;
  }
  .mobile-l\:p-l--8\.3 {
    padding-left: -83px;
  }
  .mobile-l-m-l--8\.3 {
    margin-left: -83px;
  }
  .mobile-l-p-l--8\.3 {
    padding-left: -83px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--8\.3 {
    margin-right: -83px;
  }
  .mobile-l\:p-r--8\.3 {
    padding-right: -83px;
  }
  .mobile-l-m-r--8\.3 {
    margin-right: -83px;
  }
  .mobile-l-p-r--8\.3 {
    padding-right: -83px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--8\.2 {
    margin-top: -82px;
  }
  .mobile-l\:p-t--8\.2 {
    padding-top: -82px;
  }
  .mobile-l-m-t--8\.2 {
    margin-top: -82px;
  }
  .mobile-l-p-t--8\.2 {
    padding-top: -82px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--8\.2 {
    margin-bottom: -82px;
  }
  .mobile-l\:p-b--8\.2 {
    padding-bottom: -82px;
  }
  .mobile-l-m-b--8\.2 {
    margin-bottom: -82px;
  }
  .mobile-l-p-b--8\.2 {
    padding-bottom: -82px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--8\.2 {
    margin-left: -82px;
  }
  .mobile-l\:p-l--8\.2 {
    padding-left: -82px;
  }
  .mobile-l-m-l--8\.2 {
    margin-left: -82px;
  }
  .mobile-l-p-l--8\.2 {
    padding-left: -82px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--8\.2 {
    margin-right: -82px;
  }
  .mobile-l\:p-r--8\.2 {
    padding-right: -82px;
  }
  .mobile-l-m-r--8\.2 {
    margin-right: -82px;
  }
  .mobile-l-p-r--8\.2 {
    padding-right: -82px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--8\.1 {
    margin-top: -81px;
  }
  .mobile-l\:p-t--8\.1 {
    padding-top: -81px;
  }
  .mobile-l-m-t--8\.1 {
    margin-top: -81px;
  }
  .mobile-l-p-t--8\.1 {
    padding-top: -81px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--8\.1 {
    margin-bottom: -81px;
  }
  .mobile-l\:p-b--8\.1 {
    padding-bottom: -81px;
  }
  .mobile-l-m-b--8\.1 {
    margin-bottom: -81px;
  }
  .mobile-l-p-b--8\.1 {
    padding-bottom: -81px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--8\.1 {
    margin-left: -81px;
  }
  .mobile-l\:p-l--8\.1 {
    padding-left: -81px;
  }
  .mobile-l-m-l--8\.1 {
    margin-left: -81px;
  }
  .mobile-l-p-l--8\.1 {
    padding-left: -81px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--8\.1 {
    margin-right: -81px;
  }
  .mobile-l\:p-r--8\.1 {
    padding-right: -81px;
  }
  .mobile-l-m-r--8\.1 {
    margin-right: -81px;
  }
  .mobile-l-p-r--8\.1 {
    padding-right: -81px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--8 {
    margin-top: -80px;
  }
  .mobile-l\:p-t--8 {
    padding-top: -80px;
  }
  .mobile-l-m-t--8 {
    margin-top: -80px;
  }
  .mobile-l-p-t--8 {
    padding-top: -80px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--8 {
    margin-bottom: -80px;
  }
  .mobile-l\:p-b--8 {
    padding-bottom: -80px;
  }
  .mobile-l-m-b--8 {
    margin-bottom: -80px;
  }
  .mobile-l-p-b--8 {
    padding-bottom: -80px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--8 {
    margin-left: -80px;
  }
  .mobile-l\:p-l--8 {
    padding-left: -80px;
  }
  .mobile-l-m-l--8 {
    margin-left: -80px;
  }
  .mobile-l-p-l--8 {
    padding-left: -80px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--8 {
    margin-right: -80px;
  }
  .mobile-l\:p-r--8 {
    padding-right: -80px;
  }
  .mobile-l-m-r--8 {
    margin-right: -80px;
  }
  .mobile-l-p-r--8 {
    padding-right: -80px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--7\.9 {
    margin-top: -79px;
  }
  .mobile-l\:p-t--7\.9 {
    padding-top: -79px;
  }
  .mobile-l-m-t--7\.9 {
    margin-top: -79px;
  }
  .mobile-l-p-t--7\.9 {
    padding-top: -79px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--7\.9 {
    margin-bottom: -79px;
  }
  .mobile-l\:p-b--7\.9 {
    padding-bottom: -79px;
  }
  .mobile-l-m-b--7\.9 {
    margin-bottom: -79px;
  }
  .mobile-l-p-b--7\.9 {
    padding-bottom: -79px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--7\.9 {
    margin-left: -79px;
  }
  .mobile-l\:p-l--7\.9 {
    padding-left: -79px;
  }
  .mobile-l-m-l--7\.9 {
    margin-left: -79px;
  }
  .mobile-l-p-l--7\.9 {
    padding-left: -79px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--7\.9 {
    margin-right: -79px;
  }
  .mobile-l\:p-r--7\.9 {
    padding-right: -79px;
  }
  .mobile-l-m-r--7\.9 {
    margin-right: -79px;
  }
  .mobile-l-p-r--7\.9 {
    padding-right: -79px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--7\.8 {
    margin-top: -78px;
  }
  .mobile-l\:p-t--7\.8 {
    padding-top: -78px;
  }
  .mobile-l-m-t--7\.8 {
    margin-top: -78px;
  }
  .mobile-l-p-t--7\.8 {
    padding-top: -78px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--7\.8 {
    margin-bottom: -78px;
  }
  .mobile-l\:p-b--7\.8 {
    padding-bottom: -78px;
  }
  .mobile-l-m-b--7\.8 {
    margin-bottom: -78px;
  }
  .mobile-l-p-b--7\.8 {
    padding-bottom: -78px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--7\.8 {
    margin-left: -78px;
  }
  .mobile-l\:p-l--7\.8 {
    padding-left: -78px;
  }
  .mobile-l-m-l--7\.8 {
    margin-left: -78px;
  }
  .mobile-l-p-l--7\.8 {
    padding-left: -78px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--7\.8 {
    margin-right: -78px;
  }
  .mobile-l\:p-r--7\.8 {
    padding-right: -78px;
  }
  .mobile-l-m-r--7\.8 {
    margin-right: -78px;
  }
  .mobile-l-p-r--7\.8 {
    padding-right: -78px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--7\.7 {
    margin-top: -77px;
  }
  .mobile-l\:p-t--7\.7 {
    padding-top: -77px;
  }
  .mobile-l-m-t--7\.7 {
    margin-top: -77px;
  }
  .mobile-l-p-t--7\.7 {
    padding-top: -77px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--7\.7 {
    margin-bottom: -77px;
  }
  .mobile-l\:p-b--7\.7 {
    padding-bottom: -77px;
  }
  .mobile-l-m-b--7\.7 {
    margin-bottom: -77px;
  }
  .mobile-l-p-b--7\.7 {
    padding-bottom: -77px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--7\.7 {
    margin-left: -77px;
  }
  .mobile-l\:p-l--7\.7 {
    padding-left: -77px;
  }
  .mobile-l-m-l--7\.7 {
    margin-left: -77px;
  }
  .mobile-l-p-l--7\.7 {
    padding-left: -77px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--7\.7 {
    margin-right: -77px;
  }
  .mobile-l\:p-r--7\.7 {
    padding-right: -77px;
  }
  .mobile-l-m-r--7\.7 {
    margin-right: -77px;
  }
  .mobile-l-p-r--7\.7 {
    padding-right: -77px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--7\.6 {
    margin-top: -76px;
  }
  .mobile-l\:p-t--7\.6 {
    padding-top: -76px;
  }
  .mobile-l-m-t--7\.6 {
    margin-top: -76px;
  }
  .mobile-l-p-t--7\.6 {
    padding-top: -76px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--7\.6 {
    margin-bottom: -76px;
  }
  .mobile-l\:p-b--7\.6 {
    padding-bottom: -76px;
  }
  .mobile-l-m-b--7\.6 {
    margin-bottom: -76px;
  }
  .mobile-l-p-b--7\.6 {
    padding-bottom: -76px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--7\.6 {
    margin-left: -76px;
  }
  .mobile-l\:p-l--7\.6 {
    padding-left: -76px;
  }
  .mobile-l-m-l--7\.6 {
    margin-left: -76px;
  }
  .mobile-l-p-l--7\.6 {
    padding-left: -76px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--7\.6 {
    margin-right: -76px;
  }
  .mobile-l\:p-r--7\.6 {
    padding-right: -76px;
  }
  .mobile-l-m-r--7\.6 {
    margin-right: -76px;
  }
  .mobile-l-p-r--7\.6 {
    padding-right: -76px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--7\.5 {
    margin-top: -75px;
  }
  .mobile-l\:p-t--7\.5 {
    padding-top: -75px;
  }
  .mobile-l-m-t--7\.5 {
    margin-top: -75px;
  }
  .mobile-l-p-t--7\.5 {
    padding-top: -75px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--7\.5 {
    margin-bottom: -75px;
  }
  .mobile-l\:p-b--7\.5 {
    padding-bottom: -75px;
  }
  .mobile-l-m-b--7\.5 {
    margin-bottom: -75px;
  }
  .mobile-l-p-b--7\.5 {
    padding-bottom: -75px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--7\.5 {
    margin-left: -75px;
  }
  .mobile-l\:p-l--7\.5 {
    padding-left: -75px;
  }
  .mobile-l-m-l--7\.5 {
    margin-left: -75px;
  }
  .mobile-l-p-l--7\.5 {
    padding-left: -75px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--7\.5 {
    margin-right: -75px;
  }
  .mobile-l\:p-r--7\.5 {
    padding-right: -75px;
  }
  .mobile-l-m-r--7\.5 {
    margin-right: -75px;
  }
  .mobile-l-p-r--7\.5 {
    padding-right: -75px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--7\.4 {
    margin-top: -74px;
  }
  .mobile-l\:p-t--7\.4 {
    padding-top: -74px;
  }
  .mobile-l-m-t--7\.4 {
    margin-top: -74px;
  }
  .mobile-l-p-t--7\.4 {
    padding-top: -74px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--7\.4 {
    margin-bottom: -74px;
  }
  .mobile-l\:p-b--7\.4 {
    padding-bottom: -74px;
  }
  .mobile-l-m-b--7\.4 {
    margin-bottom: -74px;
  }
  .mobile-l-p-b--7\.4 {
    padding-bottom: -74px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--7\.4 {
    margin-left: -74px;
  }
  .mobile-l\:p-l--7\.4 {
    padding-left: -74px;
  }
  .mobile-l-m-l--7\.4 {
    margin-left: -74px;
  }
  .mobile-l-p-l--7\.4 {
    padding-left: -74px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--7\.4 {
    margin-right: -74px;
  }
  .mobile-l\:p-r--7\.4 {
    padding-right: -74px;
  }
  .mobile-l-m-r--7\.4 {
    margin-right: -74px;
  }
  .mobile-l-p-r--7\.4 {
    padding-right: -74px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--7\.3 {
    margin-top: -73px;
  }
  .mobile-l\:p-t--7\.3 {
    padding-top: -73px;
  }
  .mobile-l-m-t--7\.3 {
    margin-top: -73px;
  }
  .mobile-l-p-t--7\.3 {
    padding-top: -73px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--7\.3 {
    margin-bottom: -73px;
  }
  .mobile-l\:p-b--7\.3 {
    padding-bottom: -73px;
  }
  .mobile-l-m-b--7\.3 {
    margin-bottom: -73px;
  }
  .mobile-l-p-b--7\.3 {
    padding-bottom: -73px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--7\.3 {
    margin-left: -73px;
  }
  .mobile-l\:p-l--7\.3 {
    padding-left: -73px;
  }
  .mobile-l-m-l--7\.3 {
    margin-left: -73px;
  }
  .mobile-l-p-l--7\.3 {
    padding-left: -73px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--7\.3 {
    margin-right: -73px;
  }
  .mobile-l\:p-r--7\.3 {
    padding-right: -73px;
  }
  .mobile-l-m-r--7\.3 {
    margin-right: -73px;
  }
  .mobile-l-p-r--7\.3 {
    padding-right: -73px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--7\.2 {
    margin-top: -72px;
  }
  .mobile-l\:p-t--7\.2 {
    padding-top: -72px;
  }
  .mobile-l-m-t--7\.2 {
    margin-top: -72px;
  }
  .mobile-l-p-t--7\.2 {
    padding-top: -72px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--7\.2 {
    margin-bottom: -72px;
  }
  .mobile-l\:p-b--7\.2 {
    padding-bottom: -72px;
  }
  .mobile-l-m-b--7\.2 {
    margin-bottom: -72px;
  }
  .mobile-l-p-b--7\.2 {
    padding-bottom: -72px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--7\.2 {
    margin-left: -72px;
  }
  .mobile-l\:p-l--7\.2 {
    padding-left: -72px;
  }
  .mobile-l-m-l--7\.2 {
    margin-left: -72px;
  }
  .mobile-l-p-l--7\.2 {
    padding-left: -72px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--7\.2 {
    margin-right: -72px;
  }
  .mobile-l\:p-r--7\.2 {
    padding-right: -72px;
  }
  .mobile-l-m-r--7\.2 {
    margin-right: -72px;
  }
  .mobile-l-p-r--7\.2 {
    padding-right: -72px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--7\.1 {
    margin-top: -71px;
  }
  .mobile-l\:p-t--7\.1 {
    padding-top: -71px;
  }
  .mobile-l-m-t--7\.1 {
    margin-top: -71px;
  }
  .mobile-l-p-t--7\.1 {
    padding-top: -71px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--7\.1 {
    margin-bottom: -71px;
  }
  .mobile-l\:p-b--7\.1 {
    padding-bottom: -71px;
  }
  .mobile-l-m-b--7\.1 {
    margin-bottom: -71px;
  }
  .mobile-l-p-b--7\.1 {
    padding-bottom: -71px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--7\.1 {
    margin-left: -71px;
  }
  .mobile-l\:p-l--7\.1 {
    padding-left: -71px;
  }
  .mobile-l-m-l--7\.1 {
    margin-left: -71px;
  }
  .mobile-l-p-l--7\.1 {
    padding-left: -71px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--7\.1 {
    margin-right: -71px;
  }
  .mobile-l\:p-r--7\.1 {
    padding-right: -71px;
  }
  .mobile-l-m-r--7\.1 {
    margin-right: -71px;
  }
  .mobile-l-p-r--7\.1 {
    padding-right: -71px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--7 {
    margin-top: -70px;
  }
  .mobile-l\:p-t--7 {
    padding-top: -70px;
  }
  .mobile-l-m-t--7 {
    margin-top: -70px;
  }
  .mobile-l-p-t--7 {
    padding-top: -70px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--7 {
    margin-bottom: -70px;
  }
  .mobile-l\:p-b--7 {
    padding-bottom: -70px;
  }
  .mobile-l-m-b--7 {
    margin-bottom: -70px;
  }
  .mobile-l-p-b--7 {
    padding-bottom: -70px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--7 {
    margin-left: -70px;
  }
  .mobile-l\:p-l--7 {
    padding-left: -70px;
  }
  .mobile-l-m-l--7 {
    margin-left: -70px;
  }
  .mobile-l-p-l--7 {
    padding-left: -70px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--7 {
    margin-right: -70px;
  }
  .mobile-l\:p-r--7 {
    padding-right: -70px;
  }
  .mobile-l-m-r--7 {
    margin-right: -70px;
  }
  .mobile-l-p-r--7 {
    padding-right: -70px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--6\.9 {
    margin-top: -69px;
  }
  .mobile-l\:p-t--6\.9 {
    padding-top: -69px;
  }
  .mobile-l-m-t--6\.9 {
    margin-top: -69px;
  }
  .mobile-l-p-t--6\.9 {
    padding-top: -69px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--6\.9 {
    margin-bottom: -69px;
  }
  .mobile-l\:p-b--6\.9 {
    padding-bottom: -69px;
  }
  .mobile-l-m-b--6\.9 {
    margin-bottom: -69px;
  }
  .mobile-l-p-b--6\.9 {
    padding-bottom: -69px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--6\.9 {
    margin-left: -69px;
  }
  .mobile-l\:p-l--6\.9 {
    padding-left: -69px;
  }
  .mobile-l-m-l--6\.9 {
    margin-left: -69px;
  }
  .mobile-l-p-l--6\.9 {
    padding-left: -69px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--6\.9 {
    margin-right: -69px;
  }
  .mobile-l\:p-r--6\.9 {
    padding-right: -69px;
  }
  .mobile-l-m-r--6\.9 {
    margin-right: -69px;
  }
  .mobile-l-p-r--6\.9 {
    padding-right: -69px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--6\.8 {
    margin-top: -68px;
  }
  .mobile-l\:p-t--6\.8 {
    padding-top: -68px;
  }
  .mobile-l-m-t--6\.8 {
    margin-top: -68px;
  }
  .mobile-l-p-t--6\.8 {
    padding-top: -68px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--6\.8 {
    margin-bottom: -68px;
  }
  .mobile-l\:p-b--6\.8 {
    padding-bottom: -68px;
  }
  .mobile-l-m-b--6\.8 {
    margin-bottom: -68px;
  }
  .mobile-l-p-b--6\.8 {
    padding-bottom: -68px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--6\.8 {
    margin-left: -68px;
  }
  .mobile-l\:p-l--6\.8 {
    padding-left: -68px;
  }
  .mobile-l-m-l--6\.8 {
    margin-left: -68px;
  }
  .mobile-l-p-l--6\.8 {
    padding-left: -68px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--6\.8 {
    margin-right: -68px;
  }
  .mobile-l\:p-r--6\.8 {
    padding-right: -68px;
  }
  .mobile-l-m-r--6\.8 {
    margin-right: -68px;
  }
  .mobile-l-p-r--6\.8 {
    padding-right: -68px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--6\.7 {
    margin-top: -67px;
  }
  .mobile-l\:p-t--6\.7 {
    padding-top: -67px;
  }
  .mobile-l-m-t--6\.7 {
    margin-top: -67px;
  }
  .mobile-l-p-t--6\.7 {
    padding-top: -67px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--6\.7 {
    margin-bottom: -67px;
  }
  .mobile-l\:p-b--6\.7 {
    padding-bottom: -67px;
  }
  .mobile-l-m-b--6\.7 {
    margin-bottom: -67px;
  }
  .mobile-l-p-b--6\.7 {
    padding-bottom: -67px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--6\.7 {
    margin-left: -67px;
  }
  .mobile-l\:p-l--6\.7 {
    padding-left: -67px;
  }
  .mobile-l-m-l--6\.7 {
    margin-left: -67px;
  }
  .mobile-l-p-l--6\.7 {
    padding-left: -67px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--6\.7 {
    margin-right: -67px;
  }
  .mobile-l\:p-r--6\.7 {
    padding-right: -67px;
  }
  .mobile-l-m-r--6\.7 {
    margin-right: -67px;
  }
  .mobile-l-p-r--6\.7 {
    padding-right: -67px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--6\.6 {
    margin-top: -66px;
  }
  .mobile-l\:p-t--6\.6 {
    padding-top: -66px;
  }
  .mobile-l-m-t--6\.6 {
    margin-top: -66px;
  }
  .mobile-l-p-t--6\.6 {
    padding-top: -66px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--6\.6 {
    margin-bottom: -66px;
  }
  .mobile-l\:p-b--6\.6 {
    padding-bottom: -66px;
  }
  .mobile-l-m-b--6\.6 {
    margin-bottom: -66px;
  }
  .mobile-l-p-b--6\.6 {
    padding-bottom: -66px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--6\.6 {
    margin-left: -66px;
  }
  .mobile-l\:p-l--6\.6 {
    padding-left: -66px;
  }
  .mobile-l-m-l--6\.6 {
    margin-left: -66px;
  }
  .mobile-l-p-l--6\.6 {
    padding-left: -66px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--6\.6 {
    margin-right: -66px;
  }
  .mobile-l\:p-r--6\.6 {
    padding-right: -66px;
  }
  .mobile-l-m-r--6\.6 {
    margin-right: -66px;
  }
  .mobile-l-p-r--6\.6 {
    padding-right: -66px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--6\.5 {
    margin-top: -65px;
  }
  .mobile-l\:p-t--6\.5 {
    padding-top: -65px;
  }
  .mobile-l-m-t--6\.5 {
    margin-top: -65px;
  }
  .mobile-l-p-t--6\.5 {
    padding-top: -65px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--6\.5 {
    margin-bottom: -65px;
  }
  .mobile-l\:p-b--6\.5 {
    padding-bottom: -65px;
  }
  .mobile-l-m-b--6\.5 {
    margin-bottom: -65px;
  }
  .mobile-l-p-b--6\.5 {
    padding-bottom: -65px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--6\.5 {
    margin-left: -65px;
  }
  .mobile-l\:p-l--6\.5 {
    padding-left: -65px;
  }
  .mobile-l-m-l--6\.5 {
    margin-left: -65px;
  }
  .mobile-l-p-l--6\.5 {
    padding-left: -65px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--6\.5 {
    margin-right: -65px;
  }
  .mobile-l\:p-r--6\.5 {
    padding-right: -65px;
  }
  .mobile-l-m-r--6\.5 {
    margin-right: -65px;
  }
  .mobile-l-p-r--6\.5 {
    padding-right: -65px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--6\.4 {
    margin-top: -64px;
  }
  .mobile-l\:p-t--6\.4 {
    padding-top: -64px;
  }
  .mobile-l-m-t--6\.4 {
    margin-top: -64px;
  }
  .mobile-l-p-t--6\.4 {
    padding-top: -64px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--6\.4 {
    margin-bottom: -64px;
  }
  .mobile-l\:p-b--6\.4 {
    padding-bottom: -64px;
  }
  .mobile-l-m-b--6\.4 {
    margin-bottom: -64px;
  }
  .mobile-l-p-b--6\.4 {
    padding-bottom: -64px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--6\.4 {
    margin-left: -64px;
  }
  .mobile-l\:p-l--6\.4 {
    padding-left: -64px;
  }
  .mobile-l-m-l--6\.4 {
    margin-left: -64px;
  }
  .mobile-l-p-l--6\.4 {
    padding-left: -64px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--6\.4 {
    margin-right: -64px;
  }
  .mobile-l\:p-r--6\.4 {
    padding-right: -64px;
  }
  .mobile-l-m-r--6\.4 {
    margin-right: -64px;
  }
  .mobile-l-p-r--6\.4 {
    padding-right: -64px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--6\.3 {
    margin-top: -63px;
  }
  .mobile-l\:p-t--6\.3 {
    padding-top: -63px;
  }
  .mobile-l-m-t--6\.3 {
    margin-top: -63px;
  }
  .mobile-l-p-t--6\.3 {
    padding-top: -63px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--6\.3 {
    margin-bottom: -63px;
  }
  .mobile-l\:p-b--6\.3 {
    padding-bottom: -63px;
  }
  .mobile-l-m-b--6\.3 {
    margin-bottom: -63px;
  }
  .mobile-l-p-b--6\.3 {
    padding-bottom: -63px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--6\.3 {
    margin-left: -63px;
  }
  .mobile-l\:p-l--6\.3 {
    padding-left: -63px;
  }
  .mobile-l-m-l--6\.3 {
    margin-left: -63px;
  }
  .mobile-l-p-l--6\.3 {
    padding-left: -63px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--6\.3 {
    margin-right: -63px;
  }
  .mobile-l\:p-r--6\.3 {
    padding-right: -63px;
  }
  .mobile-l-m-r--6\.3 {
    margin-right: -63px;
  }
  .mobile-l-p-r--6\.3 {
    padding-right: -63px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--6\.2 {
    margin-top: -62px;
  }
  .mobile-l\:p-t--6\.2 {
    padding-top: -62px;
  }
  .mobile-l-m-t--6\.2 {
    margin-top: -62px;
  }
  .mobile-l-p-t--6\.2 {
    padding-top: -62px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--6\.2 {
    margin-bottom: -62px;
  }
  .mobile-l\:p-b--6\.2 {
    padding-bottom: -62px;
  }
  .mobile-l-m-b--6\.2 {
    margin-bottom: -62px;
  }
  .mobile-l-p-b--6\.2 {
    padding-bottom: -62px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--6\.2 {
    margin-left: -62px;
  }
  .mobile-l\:p-l--6\.2 {
    padding-left: -62px;
  }
  .mobile-l-m-l--6\.2 {
    margin-left: -62px;
  }
  .mobile-l-p-l--6\.2 {
    padding-left: -62px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--6\.2 {
    margin-right: -62px;
  }
  .mobile-l\:p-r--6\.2 {
    padding-right: -62px;
  }
  .mobile-l-m-r--6\.2 {
    margin-right: -62px;
  }
  .mobile-l-p-r--6\.2 {
    padding-right: -62px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--6\.1 {
    margin-top: -61px;
  }
  .mobile-l\:p-t--6\.1 {
    padding-top: -61px;
  }
  .mobile-l-m-t--6\.1 {
    margin-top: -61px;
  }
  .mobile-l-p-t--6\.1 {
    padding-top: -61px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--6\.1 {
    margin-bottom: -61px;
  }
  .mobile-l\:p-b--6\.1 {
    padding-bottom: -61px;
  }
  .mobile-l-m-b--6\.1 {
    margin-bottom: -61px;
  }
  .mobile-l-p-b--6\.1 {
    padding-bottom: -61px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--6\.1 {
    margin-left: -61px;
  }
  .mobile-l\:p-l--6\.1 {
    padding-left: -61px;
  }
  .mobile-l-m-l--6\.1 {
    margin-left: -61px;
  }
  .mobile-l-p-l--6\.1 {
    padding-left: -61px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--6\.1 {
    margin-right: -61px;
  }
  .mobile-l\:p-r--6\.1 {
    padding-right: -61px;
  }
  .mobile-l-m-r--6\.1 {
    margin-right: -61px;
  }
  .mobile-l-p-r--6\.1 {
    padding-right: -61px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--6 {
    margin-top: -60px;
  }
  .mobile-l\:p-t--6 {
    padding-top: -60px;
  }
  .mobile-l-m-t--6 {
    margin-top: -60px;
  }
  .mobile-l-p-t--6 {
    padding-top: -60px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--6 {
    margin-bottom: -60px;
  }
  .mobile-l\:p-b--6 {
    padding-bottom: -60px;
  }
  .mobile-l-m-b--6 {
    margin-bottom: -60px;
  }
  .mobile-l-p-b--6 {
    padding-bottom: -60px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--6 {
    margin-left: -60px;
  }
  .mobile-l\:p-l--6 {
    padding-left: -60px;
  }
  .mobile-l-m-l--6 {
    margin-left: -60px;
  }
  .mobile-l-p-l--6 {
    padding-left: -60px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--6 {
    margin-right: -60px;
  }
  .mobile-l\:p-r--6 {
    padding-right: -60px;
  }
  .mobile-l-m-r--6 {
    margin-right: -60px;
  }
  .mobile-l-p-r--6 {
    padding-right: -60px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--5\.9 {
    margin-top: -59px;
  }
  .mobile-l\:p-t--5\.9 {
    padding-top: -59px;
  }
  .mobile-l-m-t--5\.9 {
    margin-top: -59px;
  }
  .mobile-l-p-t--5\.9 {
    padding-top: -59px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--5\.9 {
    margin-bottom: -59px;
  }
  .mobile-l\:p-b--5\.9 {
    padding-bottom: -59px;
  }
  .mobile-l-m-b--5\.9 {
    margin-bottom: -59px;
  }
  .mobile-l-p-b--5\.9 {
    padding-bottom: -59px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--5\.9 {
    margin-left: -59px;
  }
  .mobile-l\:p-l--5\.9 {
    padding-left: -59px;
  }
  .mobile-l-m-l--5\.9 {
    margin-left: -59px;
  }
  .mobile-l-p-l--5\.9 {
    padding-left: -59px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--5\.9 {
    margin-right: -59px;
  }
  .mobile-l\:p-r--5\.9 {
    padding-right: -59px;
  }
  .mobile-l-m-r--5\.9 {
    margin-right: -59px;
  }
  .mobile-l-p-r--5\.9 {
    padding-right: -59px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--5\.8 {
    margin-top: -58px;
  }
  .mobile-l\:p-t--5\.8 {
    padding-top: -58px;
  }
  .mobile-l-m-t--5\.8 {
    margin-top: -58px;
  }
  .mobile-l-p-t--5\.8 {
    padding-top: -58px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--5\.8 {
    margin-bottom: -58px;
  }
  .mobile-l\:p-b--5\.8 {
    padding-bottom: -58px;
  }
  .mobile-l-m-b--5\.8 {
    margin-bottom: -58px;
  }
  .mobile-l-p-b--5\.8 {
    padding-bottom: -58px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--5\.8 {
    margin-left: -58px;
  }
  .mobile-l\:p-l--5\.8 {
    padding-left: -58px;
  }
  .mobile-l-m-l--5\.8 {
    margin-left: -58px;
  }
  .mobile-l-p-l--5\.8 {
    padding-left: -58px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--5\.8 {
    margin-right: -58px;
  }
  .mobile-l\:p-r--5\.8 {
    padding-right: -58px;
  }
  .mobile-l-m-r--5\.8 {
    margin-right: -58px;
  }
  .mobile-l-p-r--5\.8 {
    padding-right: -58px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--5\.7 {
    margin-top: -57px;
  }
  .mobile-l\:p-t--5\.7 {
    padding-top: -57px;
  }
  .mobile-l-m-t--5\.7 {
    margin-top: -57px;
  }
  .mobile-l-p-t--5\.7 {
    padding-top: -57px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--5\.7 {
    margin-bottom: -57px;
  }
  .mobile-l\:p-b--5\.7 {
    padding-bottom: -57px;
  }
  .mobile-l-m-b--5\.7 {
    margin-bottom: -57px;
  }
  .mobile-l-p-b--5\.7 {
    padding-bottom: -57px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--5\.7 {
    margin-left: -57px;
  }
  .mobile-l\:p-l--5\.7 {
    padding-left: -57px;
  }
  .mobile-l-m-l--5\.7 {
    margin-left: -57px;
  }
  .mobile-l-p-l--5\.7 {
    padding-left: -57px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--5\.7 {
    margin-right: -57px;
  }
  .mobile-l\:p-r--5\.7 {
    padding-right: -57px;
  }
  .mobile-l-m-r--5\.7 {
    margin-right: -57px;
  }
  .mobile-l-p-r--5\.7 {
    padding-right: -57px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--5\.6 {
    margin-top: -56px;
  }
  .mobile-l\:p-t--5\.6 {
    padding-top: -56px;
  }
  .mobile-l-m-t--5\.6 {
    margin-top: -56px;
  }
  .mobile-l-p-t--5\.6 {
    padding-top: -56px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--5\.6 {
    margin-bottom: -56px;
  }
  .mobile-l\:p-b--5\.6 {
    padding-bottom: -56px;
  }
  .mobile-l-m-b--5\.6 {
    margin-bottom: -56px;
  }
  .mobile-l-p-b--5\.6 {
    padding-bottom: -56px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--5\.6 {
    margin-left: -56px;
  }
  .mobile-l\:p-l--5\.6 {
    padding-left: -56px;
  }
  .mobile-l-m-l--5\.6 {
    margin-left: -56px;
  }
  .mobile-l-p-l--5\.6 {
    padding-left: -56px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--5\.6 {
    margin-right: -56px;
  }
  .mobile-l\:p-r--5\.6 {
    padding-right: -56px;
  }
  .mobile-l-m-r--5\.6 {
    margin-right: -56px;
  }
  .mobile-l-p-r--5\.6 {
    padding-right: -56px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--5\.5 {
    margin-top: -55px;
  }
  .mobile-l\:p-t--5\.5 {
    padding-top: -55px;
  }
  .mobile-l-m-t--5\.5 {
    margin-top: -55px;
  }
  .mobile-l-p-t--5\.5 {
    padding-top: -55px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--5\.5 {
    margin-bottom: -55px;
  }
  .mobile-l\:p-b--5\.5 {
    padding-bottom: -55px;
  }
  .mobile-l-m-b--5\.5 {
    margin-bottom: -55px;
  }
  .mobile-l-p-b--5\.5 {
    padding-bottom: -55px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--5\.5 {
    margin-left: -55px;
  }
  .mobile-l\:p-l--5\.5 {
    padding-left: -55px;
  }
  .mobile-l-m-l--5\.5 {
    margin-left: -55px;
  }
  .mobile-l-p-l--5\.5 {
    padding-left: -55px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--5\.5 {
    margin-right: -55px;
  }
  .mobile-l\:p-r--5\.5 {
    padding-right: -55px;
  }
  .mobile-l-m-r--5\.5 {
    margin-right: -55px;
  }
  .mobile-l-p-r--5\.5 {
    padding-right: -55px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--5\.4 {
    margin-top: -54px;
  }
  .mobile-l\:p-t--5\.4 {
    padding-top: -54px;
  }
  .mobile-l-m-t--5\.4 {
    margin-top: -54px;
  }
  .mobile-l-p-t--5\.4 {
    padding-top: -54px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--5\.4 {
    margin-bottom: -54px;
  }
  .mobile-l\:p-b--5\.4 {
    padding-bottom: -54px;
  }
  .mobile-l-m-b--5\.4 {
    margin-bottom: -54px;
  }
  .mobile-l-p-b--5\.4 {
    padding-bottom: -54px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--5\.4 {
    margin-left: -54px;
  }
  .mobile-l\:p-l--5\.4 {
    padding-left: -54px;
  }
  .mobile-l-m-l--5\.4 {
    margin-left: -54px;
  }
  .mobile-l-p-l--5\.4 {
    padding-left: -54px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--5\.4 {
    margin-right: -54px;
  }
  .mobile-l\:p-r--5\.4 {
    padding-right: -54px;
  }
  .mobile-l-m-r--5\.4 {
    margin-right: -54px;
  }
  .mobile-l-p-r--5\.4 {
    padding-right: -54px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--5\.3 {
    margin-top: -53px;
  }
  .mobile-l\:p-t--5\.3 {
    padding-top: -53px;
  }
  .mobile-l-m-t--5\.3 {
    margin-top: -53px;
  }
  .mobile-l-p-t--5\.3 {
    padding-top: -53px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--5\.3 {
    margin-bottom: -53px;
  }
  .mobile-l\:p-b--5\.3 {
    padding-bottom: -53px;
  }
  .mobile-l-m-b--5\.3 {
    margin-bottom: -53px;
  }
  .mobile-l-p-b--5\.3 {
    padding-bottom: -53px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--5\.3 {
    margin-left: -53px;
  }
  .mobile-l\:p-l--5\.3 {
    padding-left: -53px;
  }
  .mobile-l-m-l--5\.3 {
    margin-left: -53px;
  }
  .mobile-l-p-l--5\.3 {
    padding-left: -53px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--5\.3 {
    margin-right: -53px;
  }
  .mobile-l\:p-r--5\.3 {
    padding-right: -53px;
  }
  .mobile-l-m-r--5\.3 {
    margin-right: -53px;
  }
  .mobile-l-p-r--5\.3 {
    padding-right: -53px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--5\.2 {
    margin-top: -52px;
  }
  .mobile-l\:p-t--5\.2 {
    padding-top: -52px;
  }
  .mobile-l-m-t--5\.2 {
    margin-top: -52px;
  }
  .mobile-l-p-t--5\.2 {
    padding-top: -52px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--5\.2 {
    margin-bottom: -52px;
  }
  .mobile-l\:p-b--5\.2 {
    padding-bottom: -52px;
  }
  .mobile-l-m-b--5\.2 {
    margin-bottom: -52px;
  }
  .mobile-l-p-b--5\.2 {
    padding-bottom: -52px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--5\.2 {
    margin-left: -52px;
  }
  .mobile-l\:p-l--5\.2 {
    padding-left: -52px;
  }
  .mobile-l-m-l--5\.2 {
    margin-left: -52px;
  }
  .mobile-l-p-l--5\.2 {
    padding-left: -52px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--5\.2 {
    margin-right: -52px;
  }
  .mobile-l\:p-r--5\.2 {
    padding-right: -52px;
  }
  .mobile-l-m-r--5\.2 {
    margin-right: -52px;
  }
  .mobile-l-p-r--5\.2 {
    padding-right: -52px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--5\.1 {
    margin-top: -51px;
  }
  .mobile-l\:p-t--5\.1 {
    padding-top: -51px;
  }
  .mobile-l-m-t--5\.1 {
    margin-top: -51px;
  }
  .mobile-l-p-t--5\.1 {
    padding-top: -51px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--5\.1 {
    margin-bottom: -51px;
  }
  .mobile-l\:p-b--5\.1 {
    padding-bottom: -51px;
  }
  .mobile-l-m-b--5\.1 {
    margin-bottom: -51px;
  }
  .mobile-l-p-b--5\.1 {
    padding-bottom: -51px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--5\.1 {
    margin-left: -51px;
  }
  .mobile-l\:p-l--5\.1 {
    padding-left: -51px;
  }
  .mobile-l-m-l--5\.1 {
    margin-left: -51px;
  }
  .mobile-l-p-l--5\.1 {
    padding-left: -51px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--5\.1 {
    margin-right: -51px;
  }
  .mobile-l\:p-r--5\.1 {
    padding-right: -51px;
  }
  .mobile-l-m-r--5\.1 {
    margin-right: -51px;
  }
  .mobile-l-p-r--5\.1 {
    padding-right: -51px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--5 {
    margin-top: -50px;
  }
  .mobile-l\:p-t--5 {
    padding-top: -50px;
  }
  .mobile-l-m-t--5 {
    margin-top: -50px;
  }
  .mobile-l-p-t--5 {
    padding-top: -50px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--5 {
    margin-bottom: -50px;
  }
  .mobile-l\:p-b--5 {
    padding-bottom: -50px;
  }
  .mobile-l-m-b--5 {
    margin-bottom: -50px;
  }
  .mobile-l-p-b--5 {
    padding-bottom: -50px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--5 {
    margin-left: -50px;
  }
  .mobile-l\:p-l--5 {
    padding-left: -50px;
  }
  .mobile-l-m-l--5 {
    margin-left: -50px;
  }
  .mobile-l-p-l--5 {
    padding-left: -50px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--5 {
    margin-right: -50px;
  }
  .mobile-l\:p-r--5 {
    padding-right: -50px;
  }
  .mobile-l-m-r--5 {
    margin-right: -50px;
  }
  .mobile-l-p-r--5 {
    padding-right: -50px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--4\.9 {
    margin-top: -49px;
  }
  .mobile-l\:p-t--4\.9 {
    padding-top: -49px;
  }
  .mobile-l-m-t--4\.9 {
    margin-top: -49px;
  }
  .mobile-l-p-t--4\.9 {
    padding-top: -49px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--4\.9 {
    margin-bottom: -49px;
  }
  .mobile-l\:p-b--4\.9 {
    padding-bottom: -49px;
  }
  .mobile-l-m-b--4\.9 {
    margin-bottom: -49px;
  }
  .mobile-l-p-b--4\.9 {
    padding-bottom: -49px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--4\.9 {
    margin-left: -49px;
  }
  .mobile-l\:p-l--4\.9 {
    padding-left: -49px;
  }
  .mobile-l-m-l--4\.9 {
    margin-left: -49px;
  }
  .mobile-l-p-l--4\.9 {
    padding-left: -49px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--4\.9 {
    margin-right: -49px;
  }
  .mobile-l\:p-r--4\.9 {
    padding-right: -49px;
  }
  .mobile-l-m-r--4\.9 {
    margin-right: -49px;
  }
  .mobile-l-p-r--4\.9 {
    padding-right: -49px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--4\.8 {
    margin-top: -48px;
  }
  .mobile-l\:p-t--4\.8 {
    padding-top: -48px;
  }
  .mobile-l-m-t--4\.8 {
    margin-top: -48px;
  }
  .mobile-l-p-t--4\.8 {
    padding-top: -48px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--4\.8 {
    margin-bottom: -48px;
  }
  .mobile-l\:p-b--4\.8 {
    padding-bottom: -48px;
  }
  .mobile-l-m-b--4\.8 {
    margin-bottom: -48px;
  }
  .mobile-l-p-b--4\.8 {
    padding-bottom: -48px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--4\.8 {
    margin-left: -48px;
  }
  .mobile-l\:p-l--4\.8 {
    padding-left: -48px;
  }
  .mobile-l-m-l--4\.8 {
    margin-left: -48px;
  }
  .mobile-l-p-l--4\.8 {
    padding-left: -48px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--4\.8 {
    margin-right: -48px;
  }
  .mobile-l\:p-r--4\.8 {
    padding-right: -48px;
  }
  .mobile-l-m-r--4\.8 {
    margin-right: -48px;
  }
  .mobile-l-p-r--4\.8 {
    padding-right: -48px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--4\.7 {
    margin-top: -47px;
  }
  .mobile-l\:p-t--4\.7 {
    padding-top: -47px;
  }
  .mobile-l-m-t--4\.7 {
    margin-top: -47px;
  }
  .mobile-l-p-t--4\.7 {
    padding-top: -47px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--4\.7 {
    margin-bottom: -47px;
  }
  .mobile-l\:p-b--4\.7 {
    padding-bottom: -47px;
  }
  .mobile-l-m-b--4\.7 {
    margin-bottom: -47px;
  }
  .mobile-l-p-b--4\.7 {
    padding-bottom: -47px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--4\.7 {
    margin-left: -47px;
  }
  .mobile-l\:p-l--4\.7 {
    padding-left: -47px;
  }
  .mobile-l-m-l--4\.7 {
    margin-left: -47px;
  }
  .mobile-l-p-l--4\.7 {
    padding-left: -47px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--4\.7 {
    margin-right: -47px;
  }
  .mobile-l\:p-r--4\.7 {
    padding-right: -47px;
  }
  .mobile-l-m-r--4\.7 {
    margin-right: -47px;
  }
  .mobile-l-p-r--4\.7 {
    padding-right: -47px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--4\.6 {
    margin-top: -46px;
  }
  .mobile-l\:p-t--4\.6 {
    padding-top: -46px;
  }
  .mobile-l-m-t--4\.6 {
    margin-top: -46px;
  }
  .mobile-l-p-t--4\.6 {
    padding-top: -46px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--4\.6 {
    margin-bottom: -46px;
  }
  .mobile-l\:p-b--4\.6 {
    padding-bottom: -46px;
  }
  .mobile-l-m-b--4\.6 {
    margin-bottom: -46px;
  }
  .mobile-l-p-b--4\.6 {
    padding-bottom: -46px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--4\.6 {
    margin-left: -46px;
  }
  .mobile-l\:p-l--4\.6 {
    padding-left: -46px;
  }
  .mobile-l-m-l--4\.6 {
    margin-left: -46px;
  }
  .mobile-l-p-l--4\.6 {
    padding-left: -46px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--4\.6 {
    margin-right: -46px;
  }
  .mobile-l\:p-r--4\.6 {
    padding-right: -46px;
  }
  .mobile-l-m-r--4\.6 {
    margin-right: -46px;
  }
  .mobile-l-p-r--4\.6 {
    padding-right: -46px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--4\.5 {
    margin-top: -45px;
  }
  .mobile-l\:p-t--4\.5 {
    padding-top: -45px;
  }
  .mobile-l-m-t--4\.5 {
    margin-top: -45px;
  }
  .mobile-l-p-t--4\.5 {
    padding-top: -45px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--4\.5 {
    margin-bottom: -45px;
  }
  .mobile-l\:p-b--4\.5 {
    padding-bottom: -45px;
  }
  .mobile-l-m-b--4\.5 {
    margin-bottom: -45px;
  }
  .mobile-l-p-b--4\.5 {
    padding-bottom: -45px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--4\.5 {
    margin-left: -45px;
  }
  .mobile-l\:p-l--4\.5 {
    padding-left: -45px;
  }
  .mobile-l-m-l--4\.5 {
    margin-left: -45px;
  }
  .mobile-l-p-l--4\.5 {
    padding-left: -45px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--4\.5 {
    margin-right: -45px;
  }
  .mobile-l\:p-r--4\.5 {
    padding-right: -45px;
  }
  .mobile-l-m-r--4\.5 {
    margin-right: -45px;
  }
  .mobile-l-p-r--4\.5 {
    padding-right: -45px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--4\.4 {
    margin-top: -44px;
  }
  .mobile-l\:p-t--4\.4 {
    padding-top: -44px;
  }
  .mobile-l-m-t--4\.4 {
    margin-top: -44px;
  }
  .mobile-l-p-t--4\.4 {
    padding-top: -44px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--4\.4 {
    margin-bottom: -44px;
  }
  .mobile-l\:p-b--4\.4 {
    padding-bottom: -44px;
  }
  .mobile-l-m-b--4\.4 {
    margin-bottom: -44px;
  }
  .mobile-l-p-b--4\.4 {
    padding-bottom: -44px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--4\.4 {
    margin-left: -44px;
  }
  .mobile-l\:p-l--4\.4 {
    padding-left: -44px;
  }
  .mobile-l-m-l--4\.4 {
    margin-left: -44px;
  }
  .mobile-l-p-l--4\.4 {
    padding-left: -44px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--4\.4 {
    margin-right: -44px;
  }
  .mobile-l\:p-r--4\.4 {
    padding-right: -44px;
  }
  .mobile-l-m-r--4\.4 {
    margin-right: -44px;
  }
  .mobile-l-p-r--4\.4 {
    padding-right: -44px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--4\.3 {
    margin-top: -43px;
  }
  .mobile-l\:p-t--4\.3 {
    padding-top: -43px;
  }
  .mobile-l-m-t--4\.3 {
    margin-top: -43px;
  }
  .mobile-l-p-t--4\.3 {
    padding-top: -43px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--4\.3 {
    margin-bottom: -43px;
  }
  .mobile-l\:p-b--4\.3 {
    padding-bottom: -43px;
  }
  .mobile-l-m-b--4\.3 {
    margin-bottom: -43px;
  }
  .mobile-l-p-b--4\.3 {
    padding-bottom: -43px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--4\.3 {
    margin-left: -43px;
  }
  .mobile-l\:p-l--4\.3 {
    padding-left: -43px;
  }
  .mobile-l-m-l--4\.3 {
    margin-left: -43px;
  }
  .mobile-l-p-l--4\.3 {
    padding-left: -43px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--4\.3 {
    margin-right: -43px;
  }
  .mobile-l\:p-r--4\.3 {
    padding-right: -43px;
  }
  .mobile-l-m-r--4\.3 {
    margin-right: -43px;
  }
  .mobile-l-p-r--4\.3 {
    padding-right: -43px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--4\.2 {
    margin-top: -42px;
  }
  .mobile-l\:p-t--4\.2 {
    padding-top: -42px;
  }
  .mobile-l-m-t--4\.2 {
    margin-top: -42px;
  }
  .mobile-l-p-t--4\.2 {
    padding-top: -42px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--4\.2 {
    margin-bottom: -42px;
  }
  .mobile-l\:p-b--4\.2 {
    padding-bottom: -42px;
  }
  .mobile-l-m-b--4\.2 {
    margin-bottom: -42px;
  }
  .mobile-l-p-b--4\.2 {
    padding-bottom: -42px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--4\.2 {
    margin-left: -42px;
  }
  .mobile-l\:p-l--4\.2 {
    padding-left: -42px;
  }
  .mobile-l-m-l--4\.2 {
    margin-left: -42px;
  }
  .mobile-l-p-l--4\.2 {
    padding-left: -42px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--4\.2 {
    margin-right: -42px;
  }
  .mobile-l\:p-r--4\.2 {
    padding-right: -42px;
  }
  .mobile-l-m-r--4\.2 {
    margin-right: -42px;
  }
  .mobile-l-p-r--4\.2 {
    padding-right: -42px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--4\.1 {
    margin-top: -41px;
  }
  .mobile-l\:p-t--4\.1 {
    padding-top: -41px;
  }
  .mobile-l-m-t--4\.1 {
    margin-top: -41px;
  }
  .mobile-l-p-t--4\.1 {
    padding-top: -41px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--4\.1 {
    margin-bottom: -41px;
  }
  .mobile-l\:p-b--4\.1 {
    padding-bottom: -41px;
  }
  .mobile-l-m-b--4\.1 {
    margin-bottom: -41px;
  }
  .mobile-l-p-b--4\.1 {
    padding-bottom: -41px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--4\.1 {
    margin-left: -41px;
  }
  .mobile-l\:p-l--4\.1 {
    padding-left: -41px;
  }
  .mobile-l-m-l--4\.1 {
    margin-left: -41px;
  }
  .mobile-l-p-l--4\.1 {
    padding-left: -41px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--4\.1 {
    margin-right: -41px;
  }
  .mobile-l\:p-r--4\.1 {
    padding-right: -41px;
  }
  .mobile-l-m-r--4\.1 {
    margin-right: -41px;
  }
  .mobile-l-p-r--4\.1 {
    padding-right: -41px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--4 {
    margin-top: -40px;
  }
  .mobile-l\:p-t--4 {
    padding-top: -40px;
  }
  .mobile-l-m-t--4 {
    margin-top: -40px;
  }
  .mobile-l-p-t--4 {
    padding-top: -40px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--4 {
    margin-bottom: -40px;
  }
  .mobile-l\:p-b--4 {
    padding-bottom: -40px;
  }
  .mobile-l-m-b--4 {
    margin-bottom: -40px;
  }
  .mobile-l-p-b--4 {
    padding-bottom: -40px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--4 {
    margin-left: -40px;
  }
  .mobile-l\:p-l--4 {
    padding-left: -40px;
  }
  .mobile-l-m-l--4 {
    margin-left: -40px;
  }
  .mobile-l-p-l--4 {
    padding-left: -40px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--4 {
    margin-right: -40px;
  }
  .mobile-l\:p-r--4 {
    padding-right: -40px;
  }
  .mobile-l-m-r--4 {
    margin-right: -40px;
  }
  .mobile-l-p-r--4 {
    padding-right: -40px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--3\.9 {
    margin-top: -39px;
  }
  .mobile-l\:p-t--3\.9 {
    padding-top: -39px;
  }
  .mobile-l-m-t--3\.9 {
    margin-top: -39px;
  }
  .mobile-l-p-t--3\.9 {
    padding-top: -39px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--3\.9 {
    margin-bottom: -39px;
  }
  .mobile-l\:p-b--3\.9 {
    padding-bottom: -39px;
  }
  .mobile-l-m-b--3\.9 {
    margin-bottom: -39px;
  }
  .mobile-l-p-b--3\.9 {
    padding-bottom: -39px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--3\.9 {
    margin-left: -39px;
  }
  .mobile-l\:p-l--3\.9 {
    padding-left: -39px;
  }
  .mobile-l-m-l--3\.9 {
    margin-left: -39px;
  }
  .mobile-l-p-l--3\.9 {
    padding-left: -39px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--3\.9 {
    margin-right: -39px;
  }
  .mobile-l\:p-r--3\.9 {
    padding-right: -39px;
  }
  .mobile-l-m-r--3\.9 {
    margin-right: -39px;
  }
  .mobile-l-p-r--3\.9 {
    padding-right: -39px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--3\.8 {
    margin-top: -38px;
  }
  .mobile-l\:p-t--3\.8 {
    padding-top: -38px;
  }
  .mobile-l-m-t--3\.8 {
    margin-top: -38px;
  }
  .mobile-l-p-t--3\.8 {
    padding-top: -38px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--3\.8 {
    margin-bottom: -38px;
  }
  .mobile-l\:p-b--3\.8 {
    padding-bottom: -38px;
  }
  .mobile-l-m-b--3\.8 {
    margin-bottom: -38px;
  }
  .mobile-l-p-b--3\.8 {
    padding-bottom: -38px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--3\.8 {
    margin-left: -38px;
  }
  .mobile-l\:p-l--3\.8 {
    padding-left: -38px;
  }
  .mobile-l-m-l--3\.8 {
    margin-left: -38px;
  }
  .mobile-l-p-l--3\.8 {
    padding-left: -38px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--3\.8 {
    margin-right: -38px;
  }
  .mobile-l\:p-r--3\.8 {
    padding-right: -38px;
  }
  .mobile-l-m-r--3\.8 {
    margin-right: -38px;
  }
  .mobile-l-p-r--3\.8 {
    padding-right: -38px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--3\.7 {
    margin-top: -37px;
  }
  .mobile-l\:p-t--3\.7 {
    padding-top: -37px;
  }
  .mobile-l-m-t--3\.7 {
    margin-top: -37px;
  }
  .mobile-l-p-t--3\.7 {
    padding-top: -37px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--3\.7 {
    margin-bottom: -37px;
  }
  .mobile-l\:p-b--3\.7 {
    padding-bottom: -37px;
  }
  .mobile-l-m-b--3\.7 {
    margin-bottom: -37px;
  }
  .mobile-l-p-b--3\.7 {
    padding-bottom: -37px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--3\.7 {
    margin-left: -37px;
  }
  .mobile-l\:p-l--3\.7 {
    padding-left: -37px;
  }
  .mobile-l-m-l--3\.7 {
    margin-left: -37px;
  }
  .mobile-l-p-l--3\.7 {
    padding-left: -37px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--3\.7 {
    margin-right: -37px;
  }
  .mobile-l\:p-r--3\.7 {
    padding-right: -37px;
  }
  .mobile-l-m-r--3\.7 {
    margin-right: -37px;
  }
  .mobile-l-p-r--3\.7 {
    padding-right: -37px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--3\.6 {
    margin-top: -36px;
  }
  .mobile-l\:p-t--3\.6 {
    padding-top: -36px;
  }
  .mobile-l-m-t--3\.6 {
    margin-top: -36px;
  }
  .mobile-l-p-t--3\.6 {
    padding-top: -36px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--3\.6 {
    margin-bottom: -36px;
  }
  .mobile-l\:p-b--3\.6 {
    padding-bottom: -36px;
  }
  .mobile-l-m-b--3\.6 {
    margin-bottom: -36px;
  }
  .mobile-l-p-b--3\.6 {
    padding-bottom: -36px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--3\.6 {
    margin-left: -36px;
  }
  .mobile-l\:p-l--3\.6 {
    padding-left: -36px;
  }
  .mobile-l-m-l--3\.6 {
    margin-left: -36px;
  }
  .mobile-l-p-l--3\.6 {
    padding-left: -36px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--3\.6 {
    margin-right: -36px;
  }
  .mobile-l\:p-r--3\.6 {
    padding-right: -36px;
  }
  .mobile-l-m-r--3\.6 {
    margin-right: -36px;
  }
  .mobile-l-p-r--3\.6 {
    padding-right: -36px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--3\.5 {
    margin-top: -35px;
  }
  .mobile-l\:p-t--3\.5 {
    padding-top: -35px;
  }
  .mobile-l-m-t--3\.5 {
    margin-top: -35px;
  }
  .mobile-l-p-t--3\.5 {
    padding-top: -35px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--3\.5 {
    margin-bottom: -35px;
  }
  .mobile-l\:p-b--3\.5 {
    padding-bottom: -35px;
  }
  .mobile-l-m-b--3\.5 {
    margin-bottom: -35px;
  }
  .mobile-l-p-b--3\.5 {
    padding-bottom: -35px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--3\.5 {
    margin-left: -35px;
  }
  .mobile-l\:p-l--3\.5 {
    padding-left: -35px;
  }
  .mobile-l-m-l--3\.5 {
    margin-left: -35px;
  }
  .mobile-l-p-l--3\.5 {
    padding-left: -35px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--3\.5 {
    margin-right: -35px;
  }
  .mobile-l\:p-r--3\.5 {
    padding-right: -35px;
  }
  .mobile-l-m-r--3\.5 {
    margin-right: -35px;
  }
  .mobile-l-p-r--3\.5 {
    padding-right: -35px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--3\.4 {
    margin-top: -34px;
  }
  .mobile-l\:p-t--3\.4 {
    padding-top: -34px;
  }
  .mobile-l-m-t--3\.4 {
    margin-top: -34px;
  }
  .mobile-l-p-t--3\.4 {
    padding-top: -34px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--3\.4 {
    margin-bottom: -34px;
  }
  .mobile-l\:p-b--3\.4 {
    padding-bottom: -34px;
  }
  .mobile-l-m-b--3\.4 {
    margin-bottom: -34px;
  }
  .mobile-l-p-b--3\.4 {
    padding-bottom: -34px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--3\.4 {
    margin-left: -34px;
  }
  .mobile-l\:p-l--3\.4 {
    padding-left: -34px;
  }
  .mobile-l-m-l--3\.4 {
    margin-left: -34px;
  }
  .mobile-l-p-l--3\.4 {
    padding-left: -34px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--3\.4 {
    margin-right: -34px;
  }
  .mobile-l\:p-r--3\.4 {
    padding-right: -34px;
  }
  .mobile-l-m-r--3\.4 {
    margin-right: -34px;
  }
  .mobile-l-p-r--3\.4 {
    padding-right: -34px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--3\.3 {
    margin-top: -33px;
  }
  .mobile-l\:p-t--3\.3 {
    padding-top: -33px;
  }
  .mobile-l-m-t--3\.3 {
    margin-top: -33px;
  }
  .mobile-l-p-t--3\.3 {
    padding-top: -33px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--3\.3 {
    margin-bottom: -33px;
  }
  .mobile-l\:p-b--3\.3 {
    padding-bottom: -33px;
  }
  .mobile-l-m-b--3\.3 {
    margin-bottom: -33px;
  }
  .mobile-l-p-b--3\.3 {
    padding-bottom: -33px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--3\.3 {
    margin-left: -33px;
  }
  .mobile-l\:p-l--3\.3 {
    padding-left: -33px;
  }
  .mobile-l-m-l--3\.3 {
    margin-left: -33px;
  }
  .mobile-l-p-l--3\.3 {
    padding-left: -33px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--3\.3 {
    margin-right: -33px;
  }
  .mobile-l\:p-r--3\.3 {
    padding-right: -33px;
  }
  .mobile-l-m-r--3\.3 {
    margin-right: -33px;
  }
  .mobile-l-p-r--3\.3 {
    padding-right: -33px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--3\.2 {
    margin-top: -32px;
  }
  .mobile-l\:p-t--3\.2 {
    padding-top: -32px;
  }
  .mobile-l-m-t--3\.2 {
    margin-top: -32px;
  }
  .mobile-l-p-t--3\.2 {
    padding-top: -32px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--3\.2 {
    margin-bottom: -32px;
  }
  .mobile-l\:p-b--3\.2 {
    padding-bottom: -32px;
  }
  .mobile-l-m-b--3\.2 {
    margin-bottom: -32px;
  }
  .mobile-l-p-b--3\.2 {
    padding-bottom: -32px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--3\.2 {
    margin-left: -32px;
  }
  .mobile-l\:p-l--3\.2 {
    padding-left: -32px;
  }
  .mobile-l-m-l--3\.2 {
    margin-left: -32px;
  }
  .mobile-l-p-l--3\.2 {
    padding-left: -32px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--3\.2 {
    margin-right: -32px;
  }
  .mobile-l\:p-r--3\.2 {
    padding-right: -32px;
  }
  .mobile-l-m-r--3\.2 {
    margin-right: -32px;
  }
  .mobile-l-p-r--3\.2 {
    padding-right: -32px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--3\.1 {
    margin-top: -31px;
  }
  .mobile-l\:p-t--3\.1 {
    padding-top: -31px;
  }
  .mobile-l-m-t--3\.1 {
    margin-top: -31px;
  }
  .mobile-l-p-t--3\.1 {
    padding-top: -31px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--3\.1 {
    margin-bottom: -31px;
  }
  .mobile-l\:p-b--3\.1 {
    padding-bottom: -31px;
  }
  .mobile-l-m-b--3\.1 {
    margin-bottom: -31px;
  }
  .mobile-l-p-b--3\.1 {
    padding-bottom: -31px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--3\.1 {
    margin-left: -31px;
  }
  .mobile-l\:p-l--3\.1 {
    padding-left: -31px;
  }
  .mobile-l-m-l--3\.1 {
    margin-left: -31px;
  }
  .mobile-l-p-l--3\.1 {
    padding-left: -31px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--3\.1 {
    margin-right: -31px;
  }
  .mobile-l\:p-r--3\.1 {
    padding-right: -31px;
  }
  .mobile-l-m-r--3\.1 {
    margin-right: -31px;
  }
  .mobile-l-p-r--3\.1 {
    padding-right: -31px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--3 {
    margin-top: -30px;
  }
  .mobile-l\:p-t--3 {
    padding-top: -30px;
  }
  .mobile-l-m-t--3 {
    margin-top: -30px;
  }
  .mobile-l-p-t--3 {
    padding-top: -30px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--3 {
    margin-bottom: -30px;
  }
  .mobile-l\:p-b--3 {
    padding-bottom: -30px;
  }
  .mobile-l-m-b--3 {
    margin-bottom: -30px;
  }
  .mobile-l-p-b--3 {
    padding-bottom: -30px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--3 {
    margin-left: -30px;
  }
  .mobile-l\:p-l--3 {
    padding-left: -30px;
  }
  .mobile-l-m-l--3 {
    margin-left: -30px;
  }
  .mobile-l-p-l--3 {
    padding-left: -30px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--3 {
    margin-right: -30px;
  }
  .mobile-l\:p-r--3 {
    padding-right: -30px;
  }
  .mobile-l-m-r--3 {
    margin-right: -30px;
  }
  .mobile-l-p-r--3 {
    padding-right: -30px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--2\.9 {
    margin-top: -29px;
  }
  .mobile-l\:p-t--2\.9 {
    padding-top: -29px;
  }
  .mobile-l-m-t--2\.9 {
    margin-top: -29px;
  }
  .mobile-l-p-t--2\.9 {
    padding-top: -29px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--2\.9 {
    margin-bottom: -29px;
  }
  .mobile-l\:p-b--2\.9 {
    padding-bottom: -29px;
  }
  .mobile-l-m-b--2\.9 {
    margin-bottom: -29px;
  }
  .mobile-l-p-b--2\.9 {
    padding-bottom: -29px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--2\.9 {
    margin-left: -29px;
  }
  .mobile-l\:p-l--2\.9 {
    padding-left: -29px;
  }
  .mobile-l-m-l--2\.9 {
    margin-left: -29px;
  }
  .mobile-l-p-l--2\.9 {
    padding-left: -29px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--2\.9 {
    margin-right: -29px;
  }
  .mobile-l\:p-r--2\.9 {
    padding-right: -29px;
  }
  .mobile-l-m-r--2\.9 {
    margin-right: -29px;
  }
  .mobile-l-p-r--2\.9 {
    padding-right: -29px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--2\.8 {
    margin-top: -28px;
  }
  .mobile-l\:p-t--2\.8 {
    padding-top: -28px;
  }
  .mobile-l-m-t--2\.8 {
    margin-top: -28px;
  }
  .mobile-l-p-t--2\.8 {
    padding-top: -28px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--2\.8 {
    margin-bottom: -28px;
  }
  .mobile-l\:p-b--2\.8 {
    padding-bottom: -28px;
  }
  .mobile-l-m-b--2\.8 {
    margin-bottom: -28px;
  }
  .mobile-l-p-b--2\.8 {
    padding-bottom: -28px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--2\.8 {
    margin-left: -28px;
  }
  .mobile-l\:p-l--2\.8 {
    padding-left: -28px;
  }
  .mobile-l-m-l--2\.8 {
    margin-left: -28px;
  }
  .mobile-l-p-l--2\.8 {
    padding-left: -28px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--2\.8 {
    margin-right: -28px;
  }
  .mobile-l\:p-r--2\.8 {
    padding-right: -28px;
  }
  .mobile-l-m-r--2\.8 {
    margin-right: -28px;
  }
  .mobile-l-p-r--2\.8 {
    padding-right: -28px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--2\.7 {
    margin-top: -27px;
  }
  .mobile-l\:p-t--2\.7 {
    padding-top: -27px;
  }
  .mobile-l-m-t--2\.7 {
    margin-top: -27px;
  }
  .mobile-l-p-t--2\.7 {
    padding-top: -27px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--2\.7 {
    margin-bottom: -27px;
  }
  .mobile-l\:p-b--2\.7 {
    padding-bottom: -27px;
  }
  .mobile-l-m-b--2\.7 {
    margin-bottom: -27px;
  }
  .mobile-l-p-b--2\.7 {
    padding-bottom: -27px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--2\.7 {
    margin-left: -27px;
  }
  .mobile-l\:p-l--2\.7 {
    padding-left: -27px;
  }
  .mobile-l-m-l--2\.7 {
    margin-left: -27px;
  }
  .mobile-l-p-l--2\.7 {
    padding-left: -27px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--2\.7 {
    margin-right: -27px;
  }
  .mobile-l\:p-r--2\.7 {
    padding-right: -27px;
  }
  .mobile-l-m-r--2\.7 {
    margin-right: -27px;
  }
  .mobile-l-p-r--2\.7 {
    padding-right: -27px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--2\.6 {
    margin-top: -26px;
  }
  .mobile-l\:p-t--2\.6 {
    padding-top: -26px;
  }
  .mobile-l-m-t--2\.6 {
    margin-top: -26px;
  }
  .mobile-l-p-t--2\.6 {
    padding-top: -26px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--2\.6 {
    margin-bottom: -26px;
  }
  .mobile-l\:p-b--2\.6 {
    padding-bottom: -26px;
  }
  .mobile-l-m-b--2\.6 {
    margin-bottom: -26px;
  }
  .mobile-l-p-b--2\.6 {
    padding-bottom: -26px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--2\.6 {
    margin-left: -26px;
  }
  .mobile-l\:p-l--2\.6 {
    padding-left: -26px;
  }
  .mobile-l-m-l--2\.6 {
    margin-left: -26px;
  }
  .mobile-l-p-l--2\.6 {
    padding-left: -26px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--2\.6 {
    margin-right: -26px;
  }
  .mobile-l\:p-r--2\.6 {
    padding-right: -26px;
  }
  .mobile-l-m-r--2\.6 {
    margin-right: -26px;
  }
  .mobile-l-p-r--2\.6 {
    padding-right: -26px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--2\.5 {
    margin-top: -25px;
  }
  .mobile-l\:p-t--2\.5 {
    padding-top: -25px;
  }
  .mobile-l-m-t--2\.5 {
    margin-top: -25px;
  }
  .mobile-l-p-t--2\.5 {
    padding-top: -25px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--2\.5 {
    margin-bottom: -25px;
  }
  .mobile-l\:p-b--2\.5 {
    padding-bottom: -25px;
  }
  .mobile-l-m-b--2\.5 {
    margin-bottom: -25px;
  }
  .mobile-l-p-b--2\.5 {
    padding-bottom: -25px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--2\.5 {
    margin-left: -25px;
  }
  .mobile-l\:p-l--2\.5 {
    padding-left: -25px;
  }
  .mobile-l-m-l--2\.5 {
    margin-left: -25px;
  }
  .mobile-l-p-l--2\.5 {
    padding-left: -25px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--2\.5 {
    margin-right: -25px;
  }
  .mobile-l\:p-r--2\.5 {
    padding-right: -25px;
  }
  .mobile-l-m-r--2\.5 {
    margin-right: -25px;
  }
  .mobile-l-p-r--2\.5 {
    padding-right: -25px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--2\.4 {
    margin-top: -24px;
  }
  .mobile-l\:p-t--2\.4 {
    padding-top: -24px;
  }
  .mobile-l-m-t--2\.4 {
    margin-top: -24px;
  }
  .mobile-l-p-t--2\.4 {
    padding-top: -24px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--2\.4 {
    margin-bottom: -24px;
  }
  .mobile-l\:p-b--2\.4 {
    padding-bottom: -24px;
  }
  .mobile-l-m-b--2\.4 {
    margin-bottom: -24px;
  }
  .mobile-l-p-b--2\.4 {
    padding-bottom: -24px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--2\.4 {
    margin-left: -24px;
  }
  .mobile-l\:p-l--2\.4 {
    padding-left: -24px;
  }
  .mobile-l-m-l--2\.4 {
    margin-left: -24px;
  }
  .mobile-l-p-l--2\.4 {
    padding-left: -24px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--2\.4 {
    margin-right: -24px;
  }
  .mobile-l\:p-r--2\.4 {
    padding-right: -24px;
  }
  .mobile-l-m-r--2\.4 {
    margin-right: -24px;
  }
  .mobile-l-p-r--2\.4 {
    padding-right: -24px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--2\.3 {
    margin-top: -23px;
  }
  .mobile-l\:p-t--2\.3 {
    padding-top: -23px;
  }
  .mobile-l-m-t--2\.3 {
    margin-top: -23px;
  }
  .mobile-l-p-t--2\.3 {
    padding-top: -23px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--2\.3 {
    margin-bottom: -23px;
  }
  .mobile-l\:p-b--2\.3 {
    padding-bottom: -23px;
  }
  .mobile-l-m-b--2\.3 {
    margin-bottom: -23px;
  }
  .mobile-l-p-b--2\.3 {
    padding-bottom: -23px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--2\.3 {
    margin-left: -23px;
  }
  .mobile-l\:p-l--2\.3 {
    padding-left: -23px;
  }
  .mobile-l-m-l--2\.3 {
    margin-left: -23px;
  }
  .mobile-l-p-l--2\.3 {
    padding-left: -23px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--2\.3 {
    margin-right: -23px;
  }
  .mobile-l\:p-r--2\.3 {
    padding-right: -23px;
  }
  .mobile-l-m-r--2\.3 {
    margin-right: -23px;
  }
  .mobile-l-p-r--2\.3 {
    padding-right: -23px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--2\.2 {
    margin-top: -22px;
  }
  .mobile-l\:p-t--2\.2 {
    padding-top: -22px;
  }
  .mobile-l-m-t--2\.2 {
    margin-top: -22px;
  }
  .mobile-l-p-t--2\.2 {
    padding-top: -22px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--2\.2 {
    margin-bottom: -22px;
  }
  .mobile-l\:p-b--2\.2 {
    padding-bottom: -22px;
  }
  .mobile-l-m-b--2\.2 {
    margin-bottom: -22px;
  }
  .mobile-l-p-b--2\.2 {
    padding-bottom: -22px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--2\.2 {
    margin-left: -22px;
  }
  .mobile-l\:p-l--2\.2 {
    padding-left: -22px;
  }
  .mobile-l-m-l--2\.2 {
    margin-left: -22px;
  }
  .mobile-l-p-l--2\.2 {
    padding-left: -22px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--2\.2 {
    margin-right: -22px;
  }
  .mobile-l\:p-r--2\.2 {
    padding-right: -22px;
  }
  .mobile-l-m-r--2\.2 {
    margin-right: -22px;
  }
  .mobile-l-p-r--2\.2 {
    padding-right: -22px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--2\.1 {
    margin-top: -21px;
  }
  .mobile-l\:p-t--2\.1 {
    padding-top: -21px;
  }
  .mobile-l-m-t--2\.1 {
    margin-top: -21px;
  }
  .mobile-l-p-t--2\.1 {
    padding-top: -21px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--2\.1 {
    margin-bottom: -21px;
  }
  .mobile-l\:p-b--2\.1 {
    padding-bottom: -21px;
  }
  .mobile-l-m-b--2\.1 {
    margin-bottom: -21px;
  }
  .mobile-l-p-b--2\.1 {
    padding-bottom: -21px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--2\.1 {
    margin-left: -21px;
  }
  .mobile-l\:p-l--2\.1 {
    padding-left: -21px;
  }
  .mobile-l-m-l--2\.1 {
    margin-left: -21px;
  }
  .mobile-l-p-l--2\.1 {
    padding-left: -21px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--2\.1 {
    margin-right: -21px;
  }
  .mobile-l\:p-r--2\.1 {
    padding-right: -21px;
  }
  .mobile-l-m-r--2\.1 {
    margin-right: -21px;
  }
  .mobile-l-p-r--2\.1 {
    padding-right: -21px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--2 {
    margin-top: -20px;
  }
  .mobile-l\:p-t--2 {
    padding-top: -20px;
  }
  .mobile-l-m-t--2 {
    margin-top: -20px;
  }
  .mobile-l-p-t--2 {
    padding-top: -20px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--2 {
    margin-bottom: -20px;
  }
  .mobile-l\:p-b--2 {
    padding-bottom: -20px;
  }
  .mobile-l-m-b--2 {
    margin-bottom: -20px;
  }
  .mobile-l-p-b--2 {
    padding-bottom: -20px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--2 {
    margin-left: -20px;
  }
  .mobile-l\:p-l--2 {
    padding-left: -20px;
  }
  .mobile-l-m-l--2 {
    margin-left: -20px;
  }
  .mobile-l-p-l--2 {
    padding-left: -20px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--2 {
    margin-right: -20px;
  }
  .mobile-l\:p-r--2 {
    padding-right: -20px;
  }
  .mobile-l-m-r--2 {
    margin-right: -20px;
  }
  .mobile-l-p-r--2 {
    padding-right: -20px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--1\.9 {
    margin-top: -19px;
  }
  .mobile-l\:p-t--1\.9 {
    padding-top: -19px;
  }
  .mobile-l-m-t--1\.9 {
    margin-top: -19px;
  }
  .mobile-l-p-t--1\.9 {
    padding-top: -19px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--1\.9 {
    margin-bottom: -19px;
  }
  .mobile-l\:p-b--1\.9 {
    padding-bottom: -19px;
  }
  .mobile-l-m-b--1\.9 {
    margin-bottom: -19px;
  }
  .mobile-l-p-b--1\.9 {
    padding-bottom: -19px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--1\.9 {
    margin-left: -19px;
  }
  .mobile-l\:p-l--1\.9 {
    padding-left: -19px;
  }
  .mobile-l-m-l--1\.9 {
    margin-left: -19px;
  }
  .mobile-l-p-l--1\.9 {
    padding-left: -19px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--1\.9 {
    margin-right: -19px;
  }
  .mobile-l\:p-r--1\.9 {
    padding-right: -19px;
  }
  .mobile-l-m-r--1\.9 {
    margin-right: -19px;
  }
  .mobile-l-p-r--1\.9 {
    padding-right: -19px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--1\.8 {
    margin-top: -18px;
  }
  .mobile-l\:p-t--1\.8 {
    padding-top: -18px;
  }
  .mobile-l-m-t--1\.8 {
    margin-top: -18px;
  }
  .mobile-l-p-t--1\.8 {
    padding-top: -18px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--1\.8 {
    margin-bottom: -18px;
  }
  .mobile-l\:p-b--1\.8 {
    padding-bottom: -18px;
  }
  .mobile-l-m-b--1\.8 {
    margin-bottom: -18px;
  }
  .mobile-l-p-b--1\.8 {
    padding-bottom: -18px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--1\.8 {
    margin-left: -18px;
  }
  .mobile-l\:p-l--1\.8 {
    padding-left: -18px;
  }
  .mobile-l-m-l--1\.8 {
    margin-left: -18px;
  }
  .mobile-l-p-l--1\.8 {
    padding-left: -18px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--1\.8 {
    margin-right: -18px;
  }
  .mobile-l\:p-r--1\.8 {
    padding-right: -18px;
  }
  .mobile-l-m-r--1\.8 {
    margin-right: -18px;
  }
  .mobile-l-p-r--1\.8 {
    padding-right: -18px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--1\.7 {
    margin-top: -17px;
  }
  .mobile-l\:p-t--1\.7 {
    padding-top: -17px;
  }
  .mobile-l-m-t--1\.7 {
    margin-top: -17px;
  }
  .mobile-l-p-t--1\.7 {
    padding-top: -17px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--1\.7 {
    margin-bottom: -17px;
  }
  .mobile-l\:p-b--1\.7 {
    padding-bottom: -17px;
  }
  .mobile-l-m-b--1\.7 {
    margin-bottom: -17px;
  }
  .mobile-l-p-b--1\.7 {
    padding-bottom: -17px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--1\.7 {
    margin-left: -17px;
  }
  .mobile-l\:p-l--1\.7 {
    padding-left: -17px;
  }
  .mobile-l-m-l--1\.7 {
    margin-left: -17px;
  }
  .mobile-l-p-l--1\.7 {
    padding-left: -17px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--1\.7 {
    margin-right: -17px;
  }
  .mobile-l\:p-r--1\.7 {
    padding-right: -17px;
  }
  .mobile-l-m-r--1\.7 {
    margin-right: -17px;
  }
  .mobile-l-p-r--1\.7 {
    padding-right: -17px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--1\.6 {
    margin-top: -16px;
  }
  .mobile-l\:p-t--1\.6 {
    padding-top: -16px;
  }
  .mobile-l-m-t--1\.6 {
    margin-top: -16px;
  }
  .mobile-l-p-t--1\.6 {
    padding-top: -16px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--1\.6 {
    margin-bottom: -16px;
  }
  .mobile-l\:p-b--1\.6 {
    padding-bottom: -16px;
  }
  .mobile-l-m-b--1\.6 {
    margin-bottom: -16px;
  }
  .mobile-l-p-b--1\.6 {
    padding-bottom: -16px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--1\.6 {
    margin-left: -16px;
  }
  .mobile-l\:p-l--1\.6 {
    padding-left: -16px;
  }
  .mobile-l-m-l--1\.6 {
    margin-left: -16px;
  }
  .mobile-l-p-l--1\.6 {
    padding-left: -16px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--1\.6 {
    margin-right: -16px;
  }
  .mobile-l\:p-r--1\.6 {
    padding-right: -16px;
  }
  .mobile-l-m-r--1\.6 {
    margin-right: -16px;
  }
  .mobile-l-p-r--1\.6 {
    padding-right: -16px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--1\.5 {
    margin-top: -15px;
  }
  .mobile-l\:p-t--1\.5 {
    padding-top: -15px;
  }
  .mobile-l-m-t--1\.5 {
    margin-top: -15px;
  }
  .mobile-l-p-t--1\.5 {
    padding-top: -15px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--1\.5 {
    margin-bottom: -15px;
  }
  .mobile-l\:p-b--1\.5 {
    padding-bottom: -15px;
  }
  .mobile-l-m-b--1\.5 {
    margin-bottom: -15px;
  }
  .mobile-l-p-b--1\.5 {
    padding-bottom: -15px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--1\.5 {
    margin-left: -15px;
  }
  .mobile-l\:p-l--1\.5 {
    padding-left: -15px;
  }
  .mobile-l-m-l--1\.5 {
    margin-left: -15px;
  }
  .mobile-l-p-l--1\.5 {
    padding-left: -15px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--1\.5 {
    margin-right: -15px;
  }
  .mobile-l\:p-r--1\.5 {
    padding-right: -15px;
  }
  .mobile-l-m-r--1\.5 {
    margin-right: -15px;
  }
  .mobile-l-p-r--1\.5 {
    padding-right: -15px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--1\.4 {
    margin-top: -14px;
  }
  .mobile-l\:p-t--1\.4 {
    padding-top: -14px;
  }
  .mobile-l-m-t--1\.4 {
    margin-top: -14px;
  }
  .mobile-l-p-t--1\.4 {
    padding-top: -14px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--1\.4 {
    margin-bottom: -14px;
  }
  .mobile-l\:p-b--1\.4 {
    padding-bottom: -14px;
  }
  .mobile-l-m-b--1\.4 {
    margin-bottom: -14px;
  }
  .mobile-l-p-b--1\.4 {
    padding-bottom: -14px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--1\.4 {
    margin-left: -14px;
  }
  .mobile-l\:p-l--1\.4 {
    padding-left: -14px;
  }
  .mobile-l-m-l--1\.4 {
    margin-left: -14px;
  }
  .mobile-l-p-l--1\.4 {
    padding-left: -14px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--1\.4 {
    margin-right: -14px;
  }
  .mobile-l\:p-r--1\.4 {
    padding-right: -14px;
  }
  .mobile-l-m-r--1\.4 {
    margin-right: -14px;
  }
  .mobile-l-p-r--1\.4 {
    padding-right: -14px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--1\.3 {
    margin-top: -13px;
  }
  .mobile-l\:p-t--1\.3 {
    padding-top: -13px;
  }
  .mobile-l-m-t--1\.3 {
    margin-top: -13px;
  }
  .mobile-l-p-t--1\.3 {
    padding-top: -13px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--1\.3 {
    margin-bottom: -13px;
  }
  .mobile-l\:p-b--1\.3 {
    padding-bottom: -13px;
  }
  .mobile-l-m-b--1\.3 {
    margin-bottom: -13px;
  }
  .mobile-l-p-b--1\.3 {
    padding-bottom: -13px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--1\.3 {
    margin-left: -13px;
  }
  .mobile-l\:p-l--1\.3 {
    padding-left: -13px;
  }
  .mobile-l-m-l--1\.3 {
    margin-left: -13px;
  }
  .mobile-l-p-l--1\.3 {
    padding-left: -13px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--1\.3 {
    margin-right: -13px;
  }
  .mobile-l\:p-r--1\.3 {
    padding-right: -13px;
  }
  .mobile-l-m-r--1\.3 {
    margin-right: -13px;
  }
  .mobile-l-p-r--1\.3 {
    padding-right: -13px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--1\.2 {
    margin-top: -12px;
  }
  .mobile-l\:p-t--1\.2 {
    padding-top: -12px;
  }
  .mobile-l-m-t--1\.2 {
    margin-top: -12px;
  }
  .mobile-l-p-t--1\.2 {
    padding-top: -12px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--1\.2 {
    margin-bottom: -12px;
  }
  .mobile-l\:p-b--1\.2 {
    padding-bottom: -12px;
  }
  .mobile-l-m-b--1\.2 {
    margin-bottom: -12px;
  }
  .mobile-l-p-b--1\.2 {
    padding-bottom: -12px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--1\.2 {
    margin-left: -12px;
  }
  .mobile-l\:p-l--1\.2 {
    padding-left: -12px;
  }
  .mobile-l-m-l--1\.2 {
    margin-left: -12px;
  }
  .mobile-l-p-l--1\.2 {
    padding-left: -12px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--1\.2 {
    margin-right: -12px;
  }
  .mobile-l\:p-r--1\.2 {
    padding-right: -12px;
  }
  .mobile-l-m-r--1\.2 {
    margin-right: -12px;
  }
  .mobile-l-p-r--1\.2 {
    padding-right: -12px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--1\.1 {
    margin-top: -11px;
  }
  .mobile-l\:p-t--1\.1 {
    padding-top: -11px;
  }
  .mobile-l-m-t--1\.1 {
    margin-top: -11px;
  }
  .mobile-l-p-t--1\.1 {
    padding-top: -11px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--1\.1 {
    margin-bottom: -11px;
  }
  .mobile-l\:p-b--1\.1 {
    padding-bottom: -11px;
  }
  .mobile-l-m-b--1\.1 {
    margin-bottom: -11px;
  }
  .mobile-l-p-b--1\.1 {
    padding-bottom: -11px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--1\.1 {
    margin-left: -11px;
  }
  .mobile-l\:p-l--1\.1 {
    padding-left: -11px;
  }
  .mobile-l-m-l--1\.1 {
    margin-left: -11px;
  }
  .mobile-l-p-l--1\.1 {
    padding-left: -11px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--1\.1 {
    margin-right: -11px;
  }
  .mobile-l\:p-r--1\.1 {
    padding-right: -11px;
  }
  .mobile-l-m-r--1\.1 {
    margin-right: -11px;
  }
  .mobile-l-p-r--1\.1 {
    padding-right: -11px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--1 {
    margin-top: -10px;
  }
  .mobile-l\:p-t--1 {
    padding-top: -10px;
  }
  .mobile-l-m-t--1 {
    margin-top: -10px;
  }
  .mobile-l-p-t--1 {
    padding-top: -10px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--1 {
    margin-bottom: -10px;
  }
  .mobile-l\:p-b--1 {
    padding-bottom: -10px;
  }
  .mobile-l-m-b--1 {
    margin-bottom: -10px;
  }
  .mobile-l-p-b--1 {
    padding-bottom: -10px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--1 {
    margin-left: -10px;
  }
  .mobile-l\:p-l--1 {
    padding-left: -10px;
  }
  .mobile-l-m-l--1 {
    margin-left: -10px;
  }
  .mobile-l-p-l--1 {
    padding-left: -10px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--1 {
    margin-right: -10px;
  }
  .mobile-l\:p-r--1 {
    padding-right: -10px;
  }
  .mobile-l-m-r--1 {
    margin-right: -10px;
  }
  .mobile-l-p-r--1 {
    padding-right: -10px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--0\.9 {
    margin-top: -9px;
  }
  .mobile-l\:p-t--0\.9 {
    padding-top: -9px;
  }
  .mobile-l-m-t--0\.9 {
    margin-top: -9px;
  }
  .mobile-l-p-t--0\.9 {
    padding-top: -9px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--0\.9 {
    margin-bottom: -9px;
  }
  .mobile-l\:p-b--0\.9 {
    padding-bottom: -9px;
  }
  .mobile-l-m-b--0\.9 {
    margin-bottom: -9px;
  }
  .mobile-l-p-b--0\.9 {
    padding-bottom: -9px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--0\.9 {
    margin-left: -9px;
  }
  .mobile-l\:p-l--0\.9 {
    padding-left: -9px;
  }
  .mobile-l-m-l--0\.9 {
    margin-left: -9px;
  }
  .mobile-l-p-l--0\.9 {
    padding-left: -9px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--0\.9 {
    margin-right: -9px;
  }
  .mobile-l\:p-r--0\.9 {
    padding-right: -9px;
  }
  .mobile-l-m-r--0\.9 {
    margin-right: -9px;
  }
  .mobile-l-p-r--0\.9 {
    padding-right: -9px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--0\.8 {
    margin-top: -8px;
  }
  .mobile-l\:p-t--0\.8 {
    padding-top: -8px;
  }
  .mobile-l-m-t--0\.8 {
    margin-top: -8px;
  }
  .mobile-l-p-t--0\.8 {
    padding-top: -8px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--0\.8 {
    margin-bottom: -8px;
  }
  .mobile-l\:p-b--0\.8 {
    padding-bottom: -8px;
  }
  .mobile-l-m-b--0\.8 {
    margin-bottom: -8px;
  }
  .mobile-l-p-b--0\.8 {
    padding-bottom: -8px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--0\.8 {
    margin-left: -8px;
  }
  .mobile-l\:p-l--0\.8 {
    padding-left: -8px;
  }
  .mobile-l-m-l--0\.8 {
    margin-left: -8px;
  }
  .mobile-l-p-l--0\.8 {
    padding-left: -8px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--0\.8 {
    margin-right: -8px;
  }
  .mobile-l\:p-r--0\.8 {
    padding-right: -8px;
  }
  .mobile-l-m-r--0\.8 {
    margin-right: -8px;
  }
  .mobile-l-p-r--0\.8 {
    padding-right: -8px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--0\.7 {
    margin-top: -7px;
  }
  .mobile-l\:p-t--0\.7 {
    padding-top: -7px;
  }
  .mobile-l-m-t--0\.7 {
    margin-top: -7px;
  }
  .mobile-l-p-t--0\.7 {
    padding-top: -7px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--0\.7 {
    margin-bottom: -7px;
  }
  .mobile-l\:p-b--0\.7 {
    padding-bottom: -7px;
  }
  .mobile-l-m-b--0\.7 {
    margin-bottom: -7px;
  }
  .mobile-l-p-b--0\.7 {
    padding-bottom: -7px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--0\.7 {
    margin-left: -7px;
  }
  .mobile-l\:p-l--0\.7 {
    padding-left: -7px;
  }
  .mobile-l-m-l--0\.7 {
    margin-left: -7px;
  }
  .mobile-l-p-l--0\.7 {
    padding-left: -7px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--0\.7 {
    margin-right: -7px;
  }
  .mobile-l\:p-r--0\.7 {
    padding-right: -7px;
  }
  .mobile-l-m-r--0\.7 {
    margin-right: -7px;
  }
  .mobile-l-p-r--0\.7 {
    padding-right: -7px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--0\.6 {
    margin-top: -6px;
  }
  .mobile-l\:p-t--0\.6 {
    padding-top: -6px;
  }
  .mobile-l-m-t--0\.6 {
    margin-top: -6px;
  }
  .mobile-l-p-t--0\.6 {
    padding-top: -6px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--0\.6 {
    margin-bottom: -6px;
  }
  .mobile-l\:p-b--0\.6 {
    padding-bottom: -6px;
  }
  .mobile-l-m-b--0\.6 {
    margin-bottom: -6px;
  }
  .mobile-l-p-b--0\.6 {
    padding-bottom: -6px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--0\.6 {
    margin-left: -6px;
  }
  .mobile-l\:p-l--0\.6 {
    padding-left: -6px;
  }
  .mobile-l-m-l--0\.6 {
    margin-left: -6px;
  }
  .mobile-l-p-l--0\.6 {
    padding-left: -6px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--0\.6 {
    margin-right: -6px;
  }
  .mobile-l\:p-r--0\.6 {
    padding-right: -6px;
  }
  .mobile-l-m-r--0\.6 {
    margin-right: -6px;
  }
  .mobile-l-p-r--0\.6 {
    padding-right: -6px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--0\.5 {
    margin-top: -5px;
  }
  .mobile-l\:p-t--0\.5 {
    padding-top: -5px;
  }
  .mobile-l-m-t--0\.5 {
    margin-top: -5px;
  }
  .mobile-l-p-t--0\.5 {
    padding-top: -5px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--0\.5 {
    margin-bottom: -5px;
  }
  .mobile-l\:p-b--0\.5 {
    padding-bottom: -5px;
  }
  .mobile-l-m-b--0\.5 {
    margin-bottom: -5px;
  }
  .mobile-l-p-b--0\.5 {
    padding-bottom: -5px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--0\.5 {
    margin-left: -5px;
  }
  .mobile-l\:p-l--0\.5 {
    padding-left: -5px;
  }
  .mobile-l-m-l--0\.5 {
    margin-left: -5px;
  }
  .mobile-l-p-l--0\.5 {
    padding-left: -5px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--0\.5 {
    margin-right: -5px;
  }
  .mobile-l\:p-r--0\.5 {
    padding-right: -5px;
  }
  .mobile-l-m-r--0\.5 {
    margin-right: -5px;
  }
  .mobile-l-p-r--0\.5 {
    padding-right: -5px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--0\.4 {
    margin-top: -4px;
  }
  .mobile-l\:p-t--0\.4 {
    padding-top: -4px;
  }
  .mobile-l-m-t--0\.4 {
    margin-top: -4px;
  }
  .mobile-l-p-t--0\.4 {
    padding-top: -4px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--0\.4 {
    margin-bottom: -4px;
  }
  .mobile-l\:p-b--0\.4 {
    padding-bottom: -4px;
  }
  .mobile-l-m-b--0\.4 {
    margin-bottom: -4px;
  }
  .mobile-l-p-b--0\.4 {
    padding-bottom: -4px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--0\.4 {
    margin-left: -4px;
  }
  .mobile-l\:p-l--0\.4 {
    padding-left: -4px;
  }
  .mobile-l-m-l--0\.4 {
    margin-left: -4px;
  }
  .mobile-l-p-l--0\.4 {
    padding-left: -4px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--0\.4 {
    margin-right: -4px;
  }
  .mobile-l\:p-r--0\.4 {
    padding-right: -4px;
  }
  .mobile-l-m-r--0\.4 {
    margin-right: -4px;
  }
  .mobile-l-p-r--0\.4 {
    padding-right: -4px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--0\.3 {
    margin-top: -3px;
  }
  .mobile-l\:p-t--0\.3 {
    padding-top: -3px;
  }
  .mobile-l-m-t--0\.3 {
    margin-top: -3px;
  }
  .mobile-l-p-t--0\.3 {
    padding-top: -3px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--0\.3 {
    margin-bottom: -3px;
  }
  .mobile-l\:p-b--0\.3 {
    padding-bottom: -3px;
  }
  .mobile-l-m-b--0\.3 {
    margin-bottom: -3px;
  }
  .mobile-l-p-b--0\.3 {
    padding-bottom: -3px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--0\.3 {
    margin-left: -3px;
  }
  .mobile-l\:p-l--0\.3 {
    padding-left: -3px;
  }
  .mobile-l-m-l--0\.3 {
    margin-left: -3px;
  }
  .mobile-l-p-l--0\.3 {
    padding-left: -3px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--0\.3 {
    margin-right: -3px;
  }
  .mobile-l\:p-r--0\.3 {
    padding-right: -3px;
  }
  .mobile-l-m-r--0\.3 {
    margin-right: -3px;
  }
  .mobile-l-p-r--0\.3 {
    padding-right: -3px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--0\.2 {
    margin-top: -2px;
  }
  .mobile-l\:p-t--0\.2 {
    padding-top: -2px;
  }
  .mobile-l-m-t--0\.2 {
    margin-top: -2px;
  }
  .mobile-l-p-t--0\.2 {
    padding-top: -2px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--0\.2 {
    margin-bottom: -2px;
  }
  .mobile-l\:p-b--0\.2 {
    padding-bottom: -2px;
  }
  .mobile-l-m-b--0\.2 {
    margin-bottom: -2px;
  }
  .mobile-l-p-b--0\.2 {
    padding-bottom: -2px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--0\.2 {
    margin-left: -2px;
  }
  .mobile-l\:p-l--0\.2 {
    padding-left: -2px;
  }
  .mobile-l-m-l--0\.2 {
    margin-left: -2px;
  }
  .mobile-l-p-l--0\.2 {
    padding-left: -2px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--0\.2 {
    margin-right: -2px;
  }
  .mobile-l\:p-r--0\.2 {
    padding-right: -2px;
  }
  .mobile-l-m-r--0\.2 {
    margin-right: -2px;
  }
  .mobile-l-p-r--0\.2 {
    padding-right: -2px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t--0\.1 {
    margin-top: -1px;
  }
  .mobile-l\:p-t--0\.1 {
    padding-top: -1px;
  }
  .mobile-l-m-t--0\.1 {
    margin-top: -1px;
  }
  .mobile-l-p-t--0\.1 {
    padding-top: -1px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b--0\.1 {
    margin-bottom: -1px;
  }
  .mobile-l\:p-b--0\.1 {
    padding-bottom: -1px;
  }
  .mobile-l-m-b--0\.1 {
    margin-bottom: -1px;
  }
  .mobile-l-p-b--0\.1 {
    padding-bottom: -1px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l--0\.1 {
    margin-left: -1px;
  }
  .mobile-l\:p-l--0\.1 {
    padding-left: -1px;
  }
  .mobile-l-m-l--0\.1 {
    margin-left: -1px;
  }
  .mobile-l-p-l--0\.1 {
    padding-left: -1px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r--0\.1 {
    margin-right: -1px;
  }
  .mobile-l\:p-r--0\.1 {
    padding-right: -1px;
  }
  .mobile-l-m-r--0\.1 {
    margin-right: -1px;
  }
  .mobile-l-p-r--0\.1 {
    padding-right: -1px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-0 {
    margin-top: 0px;
  }
  .mobile-l\:p-t-0 {
    padding-top: 0px;
  }
  .mobile-l-m-t-0 {
    margin-top: 0px;
  }
  .mobile-l-p-t-0 {
    padding-top: 0px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-0 {
    margin-bottom: 0px;
  }
  .mobile-l\:p-b-0 {
    padding-bottom: 0px;
  }
  .mobile-l-m-b-0 {
    margin-bottom: 0px;
  }
  .mobile-l-p-b-0 {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-0 {
    margin-left: 0px;
  }
  .mobile-l\:p-l-0 {
    padding-left: 0px;
  }
  .mobile-l-m-l-0 {
    margin-left: 0px;
  }
  .mobile-l-p-l-0 {
    padding-left: 0px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-0 {
    margin-right: 0px;
  }
  .mobile-l\:p-r-0 {
    padding-right: 0px;
  }
  .mobile-l-m-r-0 {
    margin-right: 0px;
  }
  .mobile-l-p-r-0 {
    padding-right: 0px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-0\.1 {
    margin-top: 1px;
  }
  .mobile-l\:p-t-0\.1 {
    padding-top: 1px;
  }
  .mobile-l-m-t-0\.1 {
    margin-top: 1px;
  }
  .mobile-l-p-t-0\.1 {
    padding-top: 1px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-0\.1 {
    margin-bottom: 1px;
  }
  .mobile-l\:p-b-0\.1 {
    padding-bottom: 1px;
  }
  .mobile-l-m-b-0\.1 {
    margin-bottom: 1px;
  }
  .mobile-l-p-b-0\.1 {
    padding-bottom: 1px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-0\.1 {
    margin-left: 1px;
  }
  .mobile-l\:p-l-0\.1 {
    padding-left: 1px;
  }
  .mobile-l-m-l-0\.1 {
    margin-left: 1px;
  }
  .mobile-l-p-l-0\.1 {
    padding-left: 1px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-0\.1 {
    margin-right: 1px;
  }
  .mobile-l\:p-r-0\.1 {
    padding-right: 1px;
  }
  .mobile-l-m-r-0\.1 {
    margin-right: 1px;
  }
  .mobile-l-p-r-0\.1 {
    padding-right: 1px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-0\.2 {
    margin-top: 2px;
  }
  .mobile-l\:p-t-0\.2 {
    padding-top: 2px;
  }
  .mobile-l-m-t-0\.2 {
    margin-top: 2px;
  }
  .mobile-l-p-t-0\.2 {
    padding-top: 2px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-0\.2 {
    margin-bottom: 2px;
  }
  .mobile-l\:p-b-0\.2 {
    padding-bottom: 2px;
  }
  .mobile-l-m-b-0\.2 {
    margin-bottom: 2px;
  }
  .mobile-l-p-b-0\.2 {
    padding-bottom: 2px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-0\.2 {
    margin-left: 2px;
  }
  .mobile-l\:p-l-0\.2 {
    padding-left: 2px;
  }
  .mobile-l-m-l-0\.2 {
    margin-left: 2px;
  }
  .mobile-l-p-l-0\.2 {
    padding-left: 2px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-0\.2 {
    margin-right: 2px;
  }
  .mobile-l\:p-r-0\.2 {
    padding-right: 2px;
  }
  .mobile-l-m-r-0\.2 {
    margin-right: 2px;
  }
  .mobile-l-p-r-0\.2 {
    padding-right: 2px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-0\.3 {
    margin-top: 3px;
  }
  .mobile-l\:p-t-0\.3 {
    padding-top: 3px;
  }
  .mobile-l-m-t-0\.3 {
    margin-top: 3px;
  }
  .mobile-l-p-t-0\.3 {
    padding-top: 3px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-0\.3 {
    margin-bottom: 3px;
  }
  .mobile-l\:p-b-0\.3 {
    padding-bottom: 3px;
  }
  .mobile-l-m-b-0\.3 {
    margin-bottom: 3px;
  }
  .mobile-l-p-b-0\.3 {
    padding-bottom: 3px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-0\.3 {
    margin-left: 3px;
  }
  .mobile-l\:p-l-0\.3 {
    padding-left: 3px;
  }
  .mobile-l-m-l-0\.3 {
    margin-left: 3px;
  }
  .mobile-l-p-l-0\.3 {
    padding-left: 3px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-0\.3 {
    margin-right: 3px;
  }
  .mobile-l\:p-r-0\.3 {
    padding-right: 3px;
  }
  .mobile-l-m-r-0\.3 {
    margin-right: 3px;
  }
  .mobile-l-p-r-0\.3 {
    padding-right: 3px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-0\.4 {
    margin-top: 4px;
  }
  .mobile-l\:p-t-0\.4 {
    padding-top: 4px;
  }
  .mobile-l-m-t-0\.4 {
    margin-top: 4px;
  }
  .mobile-l-p-t-0\.4 {
    padding-top: 4px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-0\.4 {
    margin-bottom: 4px;
  }
  .mobile-l\:p-b-0\.4 {
    padding-bottom: 4px;
  }
  .mobile-l-m-b-0\.4 {
    margin-bottom: 4px;
  }
  .mobile-l-p-b-0\.4 {
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-0\.4 {
    margin-left: 4px;
  }
  .mobile-l\:p-l-0\.4 {
    padding-left: 4px;
  }
  .mobile-l-m-l-0\.4 {
    margin-left: 4px;
  }
  .mobile-l-p-l-0\.4 {
    padding-left: 4px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-0\.4 {
    margin-right: 4px;
  }
  .mobile-l\:p-r-0\.4 {
    padding-right: 4px;
  }
  .mobile-l-m-r-0\.4 {
    margin-right: 4px;
  }
  .mobile-l-p-r-0\.4 {
    padding-right: 4px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-0\.5 {
    margin-top: 5px;
  }
  .mobile-l\:p-t-0\.5 {
    padding-top: 5px;
  }
  .mobile-l-m-t-0\.5 {
    margin-top: 5px;
  }
  .mobile-l-p-t-0\.5 {
    padding-top: 5px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-0\.5 {
    margin-bottom: 5px;
  }
  .mobile-l\:p-b-0\.5 {
    padding-bottom: 5px;
  }
  .mobile-l-m-b-0\.5 {
    margin-bottom: 5px;
  }
  .mobile-l-p-b-0\.5 {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-0\.5 {
    margin-left: 5px;
  }
  .mobile-l\:p-l-0\.5 {
    padding-left: 5px;
  }
  .mobile-l-m-l-0\.5 {
    margin-left: 5px;
  }
  .mobile-l-p-l-0\.5 {
    padding-left: 5px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-0\.5 {
    margin-right: 5px;
  }
  .mobile-l\:p-r-0\.5 {
    padding-right: 5px;
  }
  .mobile-l-m-r-0\.5 {
    margin-right: 5px;
  }
  .mobile-l-p-r-0\.5 {
    padding-right: 5px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-0\.6 {
    margin-top: 6px;
  }
  .mobile-l\:p-t-0\.6 {
    padding-top: 6px;
  }
  .mobile-l-m-t-0\.6 {
    margin-top: 6px;
  }
  .mobile-l-p-t-0\.6 {
    padding-top: 6px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-0\.6 {
    margin-bottom: 6px;
  }
  .mobile-l\:p-b-0\.6 {
    padding-bottom: 6px;
  }
  .mobile-l-m-b-0\.6 {
    margin-bottom: 6px;
  }
  .mobile-l-p-b-0\.6 {
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-0\.6 {
    margin-left: 6px;
  }
  .mobile-l\:p-l-0\.6 {
    padding-left: 6px;
  }
  .mobile-l-m-l-0\.6 {
    margin-left: 6px;
  }
  .mobile-l-p-l-0\.6 {
    padding-left: 6px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-0\.6 {
    margin-right: 6px;
  }
  .mobile-l\:p-r-0\.6 {
    padding-right: 6px;
  }
  .mobile-l-m-r-0\.6 {
    margin-right: 6px;
  }
  .mobile-l-p-r-0\.6 {
    padding-right: 6px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-0\.7 {
    margin-top: 7px;
  }
  .mobile-l\:p-t-0\.7 {
    padding-top: 7px;
  }
  .mobile-l-m-t-0\.7 {
    margin-top: 7px;
  }
  .mobile-l-p-t-0\.7 {
    padding-top: 7px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-0\.7 {
    margin-bottom: 7px;
  }
  .mobile-l\:p-b-0\.7 {
    padding-bottom: 7px;
  }
  .mobile-l-m-b-0\.7 {
    margin-bottom: 7px;
  }
  .mobile-l-p-b-0\.7 {
    padding-bottom: 7px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-0\.7 {
    margin-left: 7px;
  }
  .mobile-l\:p-l-0\.7 {
    padding-left: 7px;
  }
  .mobile-l-m-l-0\.7 {
    margin-left: 7px;
  }
  .mobile-l-p-l-0\.7 {
    padding-left: 7px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-0\.7 {
    margin-right: 7px;
  }
  .mobile-l\:p-r-0\.7 {
    padding-right: 7px;
  }
  .mobile-l-m-r-0\.7 {
    margin-right: 7px;
  }
  .mobile-l-p-r-0\.7 {
    padding-right: 7px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-0\.8 {
    margin-top: 8px;
  }
  .mobile-l\:p-t-0\.8 {
    padding-top: 8px;
  }
  .mobile-l-m-t-0\.8 {
    margin-top: 8px;
  }
  .mobile-l-p-t-0\.8 {
    padding-top: 8px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-0\.8 {
    margin-bottom: 8px;
  }
  .mobile-l\:p-b-0\.8 {
    padding-bottom: 8px;
  }
  .mobile-l-m-b-0\.8 {
    margin-bottom: 8px;
  }
  .mobile-l-p-b-0\.8 {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-0\.8 {
    margin-left: 8px;
  }
  .mobile-l\:p-l-0\.8 {
    padding-left: 8px;
  }
  .mobile-l-m-l-0\.8 {
    margin-left: 8px;
  }
  .mobile-l-p-l-0\.8 {
    padding-left: 8px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-0\.8 {
    margin-right: 8px;
  }
  .mobile-l\:p-r-0\.8 {
    padding-right: 8px;
  }
  .mobile-l-m-r-0\.8 {
    margin-right: 8px;
  }
  .mobile-l-p-r-0\.8 {
    padding-right: 8px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-0\.9 {
    margin-top: 9px;
  }
  .mobile-l\:p-t-0\.9 {
    padding-top: 9px;
  }
  .mobile-l-m-t-0\.9 {
    margin-top: 9px;
  }
  .mobile-l-p-t-0\.9 {
    padding-top: 9px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-0\.9 {
    margin-bottom: 9px;
  }
  .mobile-l\:p-b-0\.9 {
    padding-bottom: 9px;
  }
  .mobile-l-m-b-0\.9 {
    margin-bottom: 9px;
  }
  .mobile-l-p-b-0\.9 {
    padding-bottom: 9px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-0\.9 {
    margin-left: 9px;
  }
  .mobile-l\:p-l-0\.9 {
    padding-left: 9px;
  }
  .mobile-l-m-l-0\.9 {
    margin-left: 9px;
  }
  .mobile-l-p-l-0\.9 {
    padding-left: 9px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-0\.9 {
    margin-right: 9px;
  }
  .mobile-l\:p-r-0\.9 {
    padding-right: 9px;
  }
  .mobile-l-m-r-0\.9 {
    margin-right: 9px;
  }
  .mobile-l-p-r-0\.9 {
    padding-right: 9px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-1 {
    margin-top: 10px;
  }
  .mobile-l\:p-t-1 {
    padding-top: 10px;
  }
  .mobile-l-m-t-1 {
    margin-top: 10px;
  }
  .mobile-l-p-t-1 {
    padding-top: 10px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-1 {
    margin-bottom: 10px;
  }
  .mobile-l\:p-b-1 {
    padding-bottom: 10px;
  }
  .mobile-l-m-b-1 {
    margin-bottom: 10px;
  }
  .mobile-l-p-b-1 {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-1 {
    margin-left: 10px;
  }
  .mobile-l\:p-l-1 {
    padding-left: 10px;
  }
  .mobile-l-m-l-1 {
    margin-left: 10px;
  }
  .mobile-l-p-l-1 {
    padding-left: 10px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-1 {
    margin-right: 10px;
  }
  .mobile-l\:p-r-1 {
    padding-right: 10px;
  }
  .mobile-l-m-r-1 {
    margin-right: 10px;
  }
  .mobile-l-p-r-1 {
    padding-right: 10px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-1\.1 {
    margin-top: 11px;
  }
  .mobile-l\:p-t-1\.1 {
    padding-top: 11px;
  }
  .mobile-l-m-t-1\.1 {
    margin-top: 11px;
  }
  .mobile-l-p-t-1\.1 {
    padding-top: 11px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-1\.1 {
    margin-bottom: 11px;
  }
  .mobile-l\:p-b-1\.1 {
    padding-bottom: 11px;
  }
  .mobile-l-m-b-1\.1 {
    margin-bottom: 11px;
  }
  .mobile-l-p-b-1\.1 {
    padding-bottom: 11px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-1\.1 {
    margin-left: 11px;
  }
  .mobile-l\:p-l-1\.1 {
    padding-left: 11px;
  }
  .mobile-l-m-l-1\.1 {
    margin-left: 11px;
  }
  .mobile-l-p-l-1\.1 {
    padding-left: 11px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-1\.1 {
    margin-right: 11px;
  }
  .mobile-l\:p-r-1\.1 {
    padding-right: 11px;
  }
  .mobile-l-m-r-1\.1 {
    margin-right: 11px;
  }
  .mobile-l-p-r-1\.1 {
    padding-right: 11px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-1\.2 {
    margin-top: 12px;
  }
  .mobile-l\:p-t-1\.2 {
    padding-top: 12px;
  }
  .mobile-l-m-t-1\.2 {
    margin-top: 12px;
  }
  .mobile-l-p-t-1\.2 {
    padding-top: 12px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-1\.2 {
    margin-bottom: 12px;
  }
  .mobile-l\:p-b-1\.2 {
    padding-bottom: 12px;
  }
  .mobile-l-m-b-1\.2 {
    margin-bottom: 12px;
  }
  .mobile-l-p-b-1\.2 {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-1\.2 {
    margin-left: 12px;
  }
  .mobile-l\:p-l-1\.2 {
    padding-left: 12px;
  }
  .mobile-l-m-l-1\.2 {
    margin-left: 12px;
  }
  .mobile-l-p-l-1\.2 {
    padding-left: 12px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-1\.2 {
    margin-right: 12px;
  }
  .mobile-l\:p-r-1\.2 {
    padding-right: 12px;
  }
  .mobile-l-m-r-1\.2 {
    margin-right: 12px;
  }
  .mobile-l-p-r-1\.2 {
    padding-right: 12px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-1\.3 {
    margin-top: 13px;
  }
  .mobile-l\:p-t-1\.3 {
    padding-top: 13px;
  }
  .mobile-l-m-t-1\.3 {
    margin-top: 13px;
  }
  .mobile-l-p-t-1\.3 {
    padding-top: 13px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-1\.3 {
    margin-bottom: 13px;
  }
  .mobile-l\:p-b-1\.3 {
    padding-bottom: 13px;
  }
  .mobile-l-m-b-1\.3 {
    margin-bottom: 13px;
  }
  .mobile-l-p-b-1\.3 {
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-1\.3 {
    margin-left: 13px;
  }
  .mobile-l\:p-l-1\.3 {
    padding-left: 13px;
  }
  .mobile-l-m-l-1\.3 {
    margin-left: 13px;
  }
  .mobile-l-p-l-1\.3 {
    padding-left: 13px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-1\.3 {
    margin-right: 13px;
  }
  .mobile-l\:p-r-1\.3 {
    padding-right: 13px;
  }
  .mobile-l-m-r-1\.3 {
    margin-right: 13px;
  }
  .mobile-l-p-r-1\.3 {
    padding-right: 13px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-1\.4 {
    margin-top: 14px;
  }
  .mobile-l\:p-t-1\.4 {
    padding-top: 14px;
  }
  .mobile-l-m-t-1\.4 {
    margin-top: 14px;
  }
  .mobile-l-p-t-1\.4 {
    padding-top: 14px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-1\.4 {
    margin-bottom: 14px;
  }
  .mobile-l\:p-b-1\.4 {
    padding-bottom: 14px;
  }
  .mobile-l-m-b-1\.4 {
    margin-bottom: 14px;
  }
  .mobile-l-p-b-1\.4 {
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-1\.4 {
    margin-left: 14px;
  }
  .mobile-l\:p-l-1\.4 {
    padding-left: 14px;
  }
  .mobile-l-m-l-1\.4 {
    margin-left: 14px;
  }
  .mobile-l-p-l-1\.4 {
    padding-left: 14px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-1\.4 {
    margin-right: 14px;
  }
  .mobile-l\:p-r-1\.4 {
    padding-right: 14px;
  }
  .mobile-l-m-r-1\.4 {
    margin-right: 14px;
  }
  .mobile-l-p-r-1\.4 {
    padding-right: 14px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-1\.5 {
    margin-top: 15px;
  }
  .mobile-l\:p-t-1\.5 {
    padding-top: 15px;
  }
  .mobile-l-m-t-1\.5 {
    margin-top: 15px;
  }
  .mobile-l-p-t-1\.5 {
    padding-top: 15px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-1\.5 {
    margin-bottom: 15px;
  }
  .mobile-l\:p-b-1\.5 {
    padding-bottom: 15px;
  }
  .mobile-l-m-b-1\.5 {
    margin-bottom: 15px;
  }
  .mobile-l-p-b-1\.5 {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-1\.5 {
    margin-left: 15px;
  }
  .mobile-l\:p-l-1\.5 {
    padding-left: 15px;
  }
  .mobile-l-m-l-1\.5 {
    margin-left: 15px;
  }
  .mobile-l-p-l-1\.5 {
    padding-left: 15px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-1\.5 {
    margin-right: 15px;
  }
  .mobile-l\:p-r-1\.5 {
    padding-right: 15px;
  }
  .mobile-l-m-r-1\.5 {
    margin-right: 15px;
  }
  .mobile-l-p-r-1\.5 {
    padding-right: 15px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-1\.6 {
    margin-top: 16px;
  }
  .mobile-l\:p-t-1\.6 {
    padding-top: 16px;
  }
  .mobile-l-m-t-1\.6 {
    margin-top: 16px;
  }
  .mobile-l-p-t-1\.6 {
    padding-top: 16px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-1\.6 {
    margin-bottom: 16px;
  }
  .mobile-l\:p-b-1\.6 {
    padding-bottom: 16px;
  }
  .mobile-l-m-b-1\.6 {
    margin-bottom: 16px;
  }
  .mobile-l-p-b-1\.6 {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-1\.6 {
    margin-left: 16px;
  }
  .mobile-l\:p-l-1\.6 {
    padding-left: 16px;
  }
  .mobile-l-m-l-1\.6 {
    margin-left: 16px;
  }
  .mobile-l-p-l-1\.6 {
    padding-left: 16px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-1\.6 {
    margin-right: 16px;
  }
  .mobile-l\:p-r-1\.6 {
    padding-right: 16px;
  }
  .mobile-l-m-r-1\.6 {
    margin-right: 16px;
  }
  .mobile-l-p-r-1\.6 {
    padding-right: 16px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-1\.7 {
    margin-top: 17px;
  }
  .mobile-l\:p-t-1\.7 {
    padding-top: 17px;
  }
  .mobile-l-m-t-1\.7 {
    margin-top: 17px;
  }
  .mobile-l-p-t-1\.7 {
    padding-top: 17px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-1\.7 {
    margin-bottom: 17px;
  }
  .mobile-l\:p-b-1\.7 {
    padding-bottom: 17px;
  }
  .mobile-l-m-b-1\.7 {
    margin-bottom: 17px;
  }
  .mobile-l-p-b-1\.7 {
    padding-bottom: 17px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-1\.7 {
    margin-left: 17px;
  }
  .mobile-l\:p-l-1\.7 {
    padding-left: 17px;
  }
  .mobile-l-m-l-1\.7 {
    margin-left: 17px;
  }
  .mobile-l-p-l-1\.7 {
    padding-left: 17px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-1\.7 {
    margin-right: 17px;
  }
  .mobile-l\:p-r-1\.7 {
    padding-right: 17px;
  }
  .mobile-l-m-r-1\.7 {
    margin-right: 17px;
  }
  .mobile-l-p-r-1\.7 {
    padding-right: 17px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-1\.8 {
    margin-top: 18px;
  }
  .mobile-l\:p-t-1\.8 {
    padding-top: 18px;
  }
  .mobile-l-m-t-1\.8 {
    margin-top: 18px;
  }
  .mobile-l-p-t-1\.8 {
    padding-top: 18px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-1\.8 {
    margin-bottom: 18px;
  }
  .mobile-l\:p-b-1\.8 {
    padding-bottom: 18px;
  }
  .mobile-l-m-b-1\.8 {
    margin-bottom: 18px;
  }
  .mobile-l-p-b-1\.8 {
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-1\.8 {
    margin-left: 18px;
  }
  .mobile-l\:p-l-1\.8 {
    padding-left: 18px;
  }
  .mobile-l-m-l-1\.8 {
    margin-left: 18px;
  }
  .mobile-l-p-l-1\.8 {
    padding-left: 18px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-1\.8 {
    margin-right: 18px;
  }
  .mobile-l\:p-r-1\.8 {
    padding-right: 18px;
  }
  .mobile-l-m-r-1\.8 {
    margin-right: 18px;
  }
  .mobile-l-p-r-1\.8 {
    padding-right: 18px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-1\.9 {
    margin-top: 19px;
  }
  .mobile-l\:p-t-1\.9 {
    padding-top: 19px;
  }
  .mobile-l-m-t-1\.9 {
    margin-top: 19px;
  }
  .mobile-l-p-t-1\.9 {
    padding-top: 19px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-1\.9 {
    margin-bottom: 19px;
  }
  .mobile-l\:p-b-1\.9 {
    padding-bottom: 19px;
  }
  .mobile-l-m-b-1\.9 {
    margin-bottom: 19px;
  }
  .mobile-l-p-b-1\.9 {
    padding-bottom: 19px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-1\.9 {
    margin-left: 19px;
  }
  .mobile-l\:p-l-1\.9 {
    padding-left: 19px;
  }
  .mobile-l-m-l-1\.9 {
    margin-left: 19px;
  }
  .mobile-l-p-l-1\.9 {
    padding-left: 19px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-1\.9 {
    margin-right: 19px;
  }
  .mobile-l\:p-r-1\.9 {
    padding-right: 19px;
  }
  .mobile-l-m-r-1\.9 {
    margin-right: 19px;
  }
  .mobile-l-p-r-1\.9 {
    padding-right: 19px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-2 {
    margin-top: 20px;
  }
  .mobile-l\:p-t-2 {
    padding-top: 20px;
  }
  .mobile-l-m-t-2 {
    margin-top: 20px;
  }
  .mobile-l-p-t-2 {
    padding-top: 20px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-2 {
    margin-bottom: 20px;
  }
  .mobile-l\:p-b-2 {
    padding-bottom: 20px;
  }
  .mobile-l-m-b-2 {
    margin-bottom: 20px;
  }
  .mobile-l-p-b-2 {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-2 {
    margin-left: 20px;
  }
  .mobile-l\:p-l-2 {
    padding-left: 20px;
  }
  .mobile-l-m-l-2 {
    margin-left: 20px;
  }
  .mobile-l-p-l-2 {
    padding-left: 20px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-2 {
    margin-right: 20px;
  }
  .mobile-l\:p-r-2 {
    padding-right: 20px;
  }
  .mobile-l-m-r-2 {
    margin-right: 20px;
  }
  .mobile-l-p-r-2 {
    padding-right: 20px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-2\.1 {
    margin-top: 21px;
  }
  .mobile-l\:p-t-2\.1 {
    padding-top: 21px;
  }
  .mobile-l-m-t-2\.1 {
    margin-top: 21px;
  }
  .mobile-l-p-t-2\.1 {
    padding-top: 21px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-2\.1 {
    margin-bottom: 21px;
  }
  .mobile-l\:p-b-2\.1 {
    padding-bottom: 21px;
  }
  .mobile-l-m-b-2\.1 {
    margin-bottom: 21px;
  }
  .mobile-l-p-b-2\.1 {
    padding-bottom: 21px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-2\.1 {
    margin-left: 21px;
  }
  .mobile-l\:p-l-2\.1 {
    padding-left: 21px;
  }
  .mobile-l-m-l-2\.1 {
    margin-left: 21px;
  }
  .mobile-l-p-l-2\.1 {
    padding-left: 21px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-2\.1 {
    margin-right: 21px;
  }
  .mobile-l\:p-r-2\.1 {
    padding-right: 21px;
  }
  .mobile-l-m-r-2\.1 {
    margin-right: 21px;
  }
  .mobile-l-p-r-2\.1 {
    padding-right: 21px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-2\.2 {
    margin-top: 22px;
  }
  .mobile-l\:p-t-2\.2 {
    padding-top: 22px;
  }
  .mobile-l-m-t-2\.2 {
    margin-top: 22px;
  }
  .mobile-l-p-t-2\.2 {
    padding-top: 22px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-2\.2 {
    margin-bottom: 22px;
  }
  .mobile-l\:p-b-2\.2 {
    padding-bottom: 22px;
  }
  .mobile-l-m-b-2\.2 {
    margin-bottom: 22px;
  }
  .mobile-l-p-b-2\.2 {
    padding-bottom: 22px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-2\.2 {
    margin-left: 22px;
  }
  .mobile-l\:p-l-2\.2 {
    padding-left: 22px;
  }
  .mobile-l-m-l-2\.2 {
    margin-left: 22px;
  }
  .mobile-l-p-l-2\.2 {
    padding-left: 22px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-2\.2 {
    margin-right: 22px;
  }
  .mobile-l\:p-r-2\.2 {
    padding-right: 22px;
  }
  .mobile-l-m-r-2\.2 {
    margin-right: 22px;
  }
  .mobile-l-p-r-2\.2 {
    padding-right: 22px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-2\.3 {
    margin-top: 23px;
  }
  .mobile-l\:p-t-2\.3 {
    padding-top: 23px;
  }
  .mobile-l-m-t-2\.3 {
    margin-top: 23px;
  }
  .mobile-l-p-t-2\.3 {
    padding-top: 23px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-2\.3 {
    margin-bottom: 23px;
  }
  .mobile-l\:p-b-2\.3 {
    padding-bottom: 23px;
  }
  .mobile-l-m-b-2\.3 {
    margin-bottom: 23px;
  }
  .mobile-l-p-b-2\.3 {
    padding-bottom: 23px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-2\.3 {
    margin-left: 23px;
  }
  .mobile-l\:p-l-2\.3 {
    padding-left: 23px;
  }
  .mobile-l-m-l-2\.3 {
    margin-left: 23px;
  }
  .mobile-l-p-l-2\.3 {
    padding-left: 23px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-2\.3 {
    margin-right: 23px;
  }
  .mobile-l\:p-r-2\.3 {
    padding-right: 23px;
  }
  .mobile-l-m-r-2\.3 {
    margin-right: 23px;
  }
  .mobile-l-p-r-2\.3 {
    padding-right: 23px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-2\.4 {
    margin-top: 24px;
  }
  .mobile-l\:p-t-2\.4 {
    padding-top: 24px;
  }
  .mobile-l-m-t-2\.4 {
    margin-top: 24px;
  }
  .mobile-l-p-t-2\.4 {
    padding-top: 24px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-2\.4 {
    margin-bottom: 24px;
  }
  .mobile-l\:p-b-2\.4 {
    padding-bottom: 24px;
  }
  .mobile-l-m-b-2\.4 {
    margin-bottom: 24px;
  }
  .mobile-l-p-b-2\.4 {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-2\.4 {
    margin-left: 24px;
  }
  .mobile-l\:p-l-2\.4 {
    padding-left: 24px;
  }
  .mobile-l-m-l-2\.4 {
    margin-left: 24px;
  }
  .mobile-l-p-l-2\.4 {
    padding-left: 24px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-2\.4 {
    margin-right: 24px;
  }
  .mobile-l\:p-r-2\.4 {
    padding-right: 24px;
  }
  .mobile-l-m-r-2\.4 {
    margin-right: 24px;
  }
  .mobile-l-p-r-2\.4 {
    padding-right: 24px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-2\.5 {
    margin-top: 25px;
  }
  .mobile-l\:p-t-2\.5 {
    padding-top: 25px;
  }
  .mobile-l-m-t-2\.5 {
    margin-top: 25px;
  }
  .mobile-l-p-t-2\.5 {
    padding-top: 25px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-2\.5 {
    margin-bottom: 25px;
  }
  .mobile-l\:p-b-2\.5 {
    padding-bottom: 25px;
  }
  .mobile-l-m-b-2\.5 {
    margin-bottom: 25px;
  }
  .mobile-l-p-b-2\.5 {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-2\.5 {
    margin-left: 25px;
  }
  .mobile-l\:p-l-2\.5 {
    padding-left: 25px;
  }
  .mobile-l-m-l-2\.5 {
    margin-left: 25px;
  }
  .mobile-l-p-l-2\.5 {
    padding-left: 25px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-2\.5 {
    margin-right: 25px;
  }
  .mobile-l\:p-r-2\.5 {
    padding-right: 25px;
  }
  .mobile-l-m-r-2\.5 {
    margin-right: 25px;
  }
  .mobile-l-p-r-2\.5 {
    padding-right: 25px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-2\.6 {
    margin-top: 26px;
  }
  .mobile-l\:p-t-2\.6 {
    padding-top: 26px;
  }
  .mobile-l-m-t-2\.6 {
    margin-top: 26px;
  }
  .mobile-l-p-t-2\.6 {
    padding-top: 26px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-2\.6 {
    margin-bottom: 26px;
  }
  .mobile-l\:p-b-2\.6 {
    padding-bottom: 26px;
  }
  .mobile-l-m-b-2\.6 {
    margin-bottom: 26px;
  }
  .mobile-l-p-b-2\.6 {
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-2\.6 {
    margin-left: 26px;
  }
  .mobile-l\:p-l-2\.6 {
    padding-left: 26px;
  }
  .mobile-l-m-l-2\.6 {
    margin-left: 26px;
  }
  .mobile-l-p-l-2\.6 {
    padding-left: 26px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-2\.6 {
    margin-right: 26px;
  }
  .mobile-l\:p-r-2\.6 {
    padding-right: 26px;
  }
  .mobile-l-m-r-2\.6 {
    margin-right: 26px;
  }
  .mobile-l-p-r-2\.6 {
    padding-right: 26px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-2\.7 {
    margin-top: 27px;
  }
  .mobile-l\:p-t-2\.7 {
    padding-top: 27px;
  }
  .mobile-l-m-t-2\.7 {
    margin-top: 27px;
  }
  .mobile-l-p-t-2\.7 {
    padding-top: 27px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-2\.7 {
    margin-bottom: 27px;
  }
  .mobile-l\:p-b-2\.7 {
    padding-bottom: 27px;
  }
  .mobile-l-m-b-2\.7 {
    margin-bottom: 27px;
  }
  .mobile-l-p-b-2\.7 {
    padding-bottom: 27px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-2\.7 {
    margin-left: 27px;
  }
  .mobile-l\:p-l-2\.7 {
    padding-left: 27px;
  }
  .mobile-l-m-l-2\.7 {
    margin-left: 27px;
  }
  .mobile-l-p-l-2\.7 {
    padding-left: 27px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-2\.7 {
    margin-right: 27px;
  }
  .mobile-l\:p-r-2\.7 {
    padding-right: 27px;
  }
  .mobile-l-m-r-2\.7 {
    margin-right: 27px;
  }
  .mobile-l-p-r-2\.7 {
    padding-right: 27px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-2\.8 {
    margin-top: 28px;
  }
  .mobile-l\:p-t-2\.8 {
    padding-top: 28px;
  }
  .mobile-l-m-t-2\.8 {
    margin-top: 28px;
  }
  .mobile-l-p-t-2\.8 {
    padding-top: 28px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-2\.8 {
    margin-bottom: 28px;
  }
  .mobile-l\:p-b-2\.8 {
    padding-bottom: 28px;
  }
  .mobile-l-m-b-2\.8 {
    margin-bottom: 28px;
  }
  .mobile-l-p-b-2\.8 {
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-2\.8 {
    margin-left: 28px;
  }
  .mobile-l\:p-l-2\.8 {
    padding-left: 28px;
  }
  .mobile-l-m-l-2\.8 {
    margin-left: 28px;
  }
  .mobile-l-p-l-2\.8 {
    padding-left: 28px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-2\.8 {
    margin-right: 28px;
  }
  .mobile-l\:p-r-2\.8 {
    padding-right: 28px;
  }
  .mobile-l-m-r-2\.8 {
    margin-right: 28px;
  }
  .mobile-l-p-r-2\.8 {
    padding-right: 28px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-2\.9 {
    margin-top: 29px;
  }
  .mobile-l\:p-t-2\.9 {
    padding-top: 29px;
  }
  .mobile-l-m-t-2\.9 {
    margin-top: 29px;
  }
  .mobile-l-p-t-2\.9 {
    padding-top: 29px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-2\.9 {
    margin-bottom: 29px;
  }
  .mobile-l\:p-b-2\.9 {
    padding-bottom: 29px;
  }
  .mobile-l-m-b-2\.9 {
    margin-bottom: 29px;
  }
  .mobile-l-p-b-2\.9 {
    padding-bottom: 29px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-2\.9 {
    margin-left: 29px;
  }
  .mobile-l\:p-l-2\.9 {
    padding-left: 29px;
  }
  .mobile-l-m-l-2\.9 {
    margin-left: 29px;
  }
  .mobile-l-p-l-2\.9 {
    padding-left: 29px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-2\.9 {
    margin-right: 29px;
  }
  .mobile-l\:p-r-2\.9 {
    padding-right: 29px;
  }
  .mobile-l-m-r-2\.9 {
    margin-right: 29px;
  }
  .mobile-l-p-r-2\.9 {
    padding-right: 29px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-3 {
    margin-top: 30px;
  }
  .mobile-l\:p-t-3 {
    padding-top: 30px;
  }
  .mobile-l-m-t-3 {
    margin-top: 30px;
  }
  .mobile-l-p-t-3 {
    padding-top: 30px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-3 {
    margin-bottom: 30px;
  }
  .mobile-l\:p-b-3 {
    padding-bottom: 30px;
  }
  .mobile-l-m-b-3 {
    margin-bottom: 30px;
  }
  .mobile-l-p-b-3 {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-3 {
    margin-left: 30px;
  }
  .mobile-l\:p-l-3 {
    padding-left: 30px;
  }
  .mobile-l-m-l-3 {
    margin-left: 30px;
  }
  .mobile-l-p-l-3 {
    padding-left: 30px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-3 {
    margin-right: 30px;
  }
  .mobile-l\:p-r-3 {
    padding-right: 30px;
  }
  .mobile-l-m-r-3 {
    margin-right: 30px;
  }
  .mobile-l-p-r-3 {
    padding-right: 30px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-3\.1 {
    margin-top: 31px;
  }
  .mobile-l\:p-t-3\.1 {
    padding-top: 31px;
  }
  .mobile-l-m-t-3\.1 {
    margin-top: 31px;
  }
  .mobile-l-p-t-3\.1 {
    padding-top: 31px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-3\.1 {
    margin-bottom: 31px;
  }
  .mobile-l\:p-b-3\.1 {
    padding-bottom: 31px;
  }
  .mobile-l-m-b-3\.1 {
    margin-bottom: 31px;
  }
  .mobile-l-p-b-3\.1 {
    padding-bottom: 31px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-3\.1 {
    margin-left: 31px;
  }
  .mobile-l\:p-l-3\.1 {
    padding-left: 31px;
  }
  .mobile-l-m-l-3\.1 {
    margin-left: 31px;
  }
  .mobile-l-p-l-3\.1 {
    padding-left: 31px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-3\.1 {
    margin-right: 31px;
  }
  .mobile-l\:p-r-3\.1 {
    padding-right: 31px;
  }
  .mobile-l-m-r-3\.1 {
    margin-right: 31px;
  }
  .mobile-l-p-r-3\.1 {
    padding-right: 31px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-3\.2 {
    margin-top: 32px;
  }
  .mobile-l\:p-t-3\.2 {
    padding-top: 32px;
  }
  .mobile-l-m-t-3\.2 {
    margin-top: 32px;
  }
  .mobile-l-p-t-3\.2 {
    padding-top: 32px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-3\.2 {
    margin-bottom: 32px;
  }
  .mobile-l\:p-b-3\.2 {
    padding-bottom: 32px;
  }
  .mobile-l-m-b-3\.2 {
    margin-bottom: 32px;
  }
  .mobile-l-p-b-3\.2 {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-3\.2 {
    margin-left: 32px;
  }
  .mobile-l\:p-l-3\.2 {
    padding-left: 32px;
  }
  .mobile-l-m-l-3\.2 {
    margin-left: 32px;
  }
  .mobile-l-p-l-3\.2 {
    padding-left: 32px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-3\.2 {
    margin-right: 32px;
  }
  .mobile-l\:p-r-3\.2 {
    padding-right: 32px;
  }
  .mobile-l-m-r-3\.2 {
    margin-right: 32px;
  }
  .mobile-l-p-r-3\.2 {
    padding-right: 32px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-3\.3 {
    margin-top: 33px;
  }
  .mobile-l\:p-t-3\.3 {
    padding-top: 33px;
  }
  .mobile-l-m-t-3\.3 {
    margin-top: 33px;
  }
  .mobile-l-p-t-3\.3 {
    padding-top: 33px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-3\.3 {
    margin-bottom: 33px;
  }
  .mobile-l\:p-b-3\.3 {
    padding-bottom: 33px;
  }
  .mobile-l-m-b-3\.3 {
    margin-bottom: 33px;
  }
  .mobile-l-p-b-3\.3 {
    padding-bottom: 33px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-3\.3 {
    margin-left: 33px;
  }
  .mobile-l\:p-l-3\.3 {
    padding-left: 33px;
  }
  .mobile-l-m-l-3\.3 {
    margin-left: 33px;
  }
  .mobile-l-p-l-3\.3 {
    padding-left: 33px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-3\.3 {
    margin-right: 33px;
  }
  .mobile-l\:p-r-3\.3 {
    padding-right: 33px;
  }
  .mobile-l-m-r-3\.3 {
    margin-right: 33px;
  }
  .mobile-l-p-r-3\.3 {
    padding-right: 33px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-3\.4 {
    margin-top: 34px;
  }
  .mobile-l\:p-t-3\.4 {
    padding-top: 34px;
  }
  .mobile-l-m-t-3\.4 {
    margin-top: 34px;
  }
  .mobile-l-p-t-3\.4 {
    padding-top: 34px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-3\.4 {
    margin-bottom: 34px;
  }
  .mobile-l\:p-b-3\.4 {
    padding-bottom: 34px;
  }
  .mobile-l-m-b-3\.4 {
    margin-bottom: 34px;
  }
  .mobile-l-p-b-3\.4 {
    padding-bottom: 34px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-3\.4 {
    margin-left: 34px;
  }
  .mobile-l\:p-l-3\.4 {
    padding-left: 34px;
  }
  .mobile-l-m-l-3\.4 {
    margin-left: 34px;
  }
  .mobile-l-p-l-3\.4 {
    padding-left: 34px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-3\.4 {
    margin-right: 34px;
  }
  .mobile-l\:p-r-3\.4 {
    padding-right: 34px;
  }
  .mobile-l-m-r-3\.4 {
    margin-right: 34px;
  }
  .mobile-l-p-r-3\.4 {
    padding-right: 34px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-3\.5 {
    margin-top: 35px;
  }
  .mobile-l\:p-t-3\.5 {
    padding-top: 35px;
  }
  .mobile-l-m-t-3\.5 {
    margin-top: 35px;
  }
  .mobile-l-p-t-3\.5 {
    padding-top: 35px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-3\.5 {
    margin-bottom: 35px;
  }
  .mobile-l\:p-b-3\.5 {
    padding-bottom: 35px;
  }
  .mobile-l-m-b-3\.5 {
    margin-bottom: 35px;
  }
  .mobile-l-p-b-3\.5 {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-3\.5 {
    margin-left: 35px;
  }
  .mobile-l\:p-l-3\.5 {
    padding-left: 35px;
  }
  .mobile-l-m-l-3\.5 {
    margin-left: 35px;
  }
  .mobile-l-p-l-3\.5 {
    padding-left: 35px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-3\.5 {
    margin-right: 35px;
  }
  .mobile-l\:p-r-3\.5 {
    padding-right: 35px;
  }
  .mobile-l-m-r-3\.5 {
    margin-right: 35px;
  }
  .mobile-l-p-r-3\.5 {
    padding-right: 35px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-3\.6 {
    margin-top: 36px;
  }
  .mobile-l\:p-t-3\.6 {
    padding-top: 36px;
  }
  .mobile-l-m-t-3\.6 {
    margin-top: 36px;
  }
  .mobile-l-p-t-3\.6 {
    padding-top: 36px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-3\.6 {
    margin-bottom: 36px;
  }
  .mobile-l\:p-b-3\.6 {
    padding-bottom: 36px;
  }
  .mobile-l-m-b-3\.6 {
    margin-bottom: 36px;
  }
  .mobile-l-p-b-3\.6 {
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-3\.6 {
    margin-left: 36px;
  }
  .mobile-l\:p-l-3\.6 {
    padding-left: 36px;
  }
  .mobile-l-m-l-3\.6 {
    margin-left: 36px;
  }
  .mobile-l-p-l-3\.6 {
    padding-left: 36px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-3\.6 {
    margin-right: 36px;
  }
  .mobile-l\:p-r-3\.6 {
    padding-right: 36px;
  }
  .mobile-l-m-r-3\.6 {
    margin-right: 36px;
  }
  .mobile-l-p-r-3\.6 {
    padding-right: 36px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-3\.7 {
    margin-top: 37px;
  }
  .mobile-l\:p-t-3\.7 {
    padding-top: 37px;
  }
  .mobile-l-m-t-3\.7 {
    margin-top: 37px;
  }
  .mobile-l-p-t-3\.7 {
    padding-top: 37px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-3\.7 {
    margin-bottom: 37px;
  }
  .mobile-l\:p-b-3\.7 {
    padding-bottom: 37px;
  }
  .mobile-l-m-b-3\.7 {
    margin-bottom: 37px;
  }
  .mobile-l-p-b-3\.7 {
    padding-bottom: 37px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-3\.7 {
    margin-left: 37px;
  }
  .mobile-l\:p-l-3\.7 {
    padding-left: 37px;
  }
  .mobile-l-m-l-3\.7 {
    margin-left: 37px;
  }
  .mobile-l-p-l-3\.7 {
    padding-left: 37px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-3\.7 {
    margin-right: 37px;
  }
  .mobile-l\:p-r-3\.7 {
    padding-right: 37px;
  }
  .mobile-l-m-r-3\.7 {
    margin-right: 37px;
  }
  .mobile-l-p-r-3\.7 {
    padding-right: 37px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-3\.8 {
    margin-top: 38px;
  }
  .mobile-l\:p-t-3\.8 {
    padding-top: 38px;
  }
  .mobile-l-m-t-3\.8 {
    margin-top: 38px;
  }
  .mobile-l-p-t-3\.8 {
    padding-top: 38px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-3\.8 {
    margin-bottom: 38px;
  }
  .mobile-l\:p-b-3\.8 {
    padding-bottom: 38px;
  }
  .mobile-l-m-b-3\.8 {
    margin-bottom: 38px;
  }
  .mobile-l-p-b-3\.8 {
    padding-bottom: 38px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-3\.8 {
    margin-left: 38px;
  }
  .mobile-l\:p-l-3\.8 {
    padding-left: 38px;
  }
  .mobile-l-m-l-3\.8 {
    margin-left: 38px;
  }
  .mobile-l-p-l-3\.8 {
    padding-left: 38px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-3\.8 {
    margin-right: 38px;
  }
  .mobile-l\:p-r-3\.8 {
    padding-right: 38px;
  }
  .mobile-l-m-r-3\.8 {
    margin-right: 38px;
  }
  .mobile-l-p-r-3\.8 {
    padding-right: 38px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-3\.9 {
    margin-top: 39px;
  }
  .mobile-l\:p-t-3\.9 {
    padding-top: 39px;
  }
  .mobile-l-m-t-3\.9 {
    margin-top: 39px;
  }
  .mobile-l-p-t-3\.9 {
    padding-top: 39px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-3\.9 {
    margin-bottom: 39px;
  }
  .mobile-l\:p-b-3\.9 {
    padding-bottom: 39px;
  }
  .mobile-l-m-b-3\.9 {
    margin-bottom: 39px;
  }
  .mobile-l-p-b-3\.9 {
    padding-bottom: 39px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-3\.9 {
    margin-left: 39px;
  }
  .mobile-l\:p-l-3\.9 {
    padding-left: 39px;
  }
  .mobile-l-m-l-3\.9 {
    margin-left: 39px;
  }
  .mobile-l-p-l-3\.9 {
    padding-left: 39px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-3\.9 {
    margin-right: 39px;
  }
  .mobile-l\:p-r-3\.9 {
    padding-right: 39px;
  }
  .mobile-l-m-r-3\.9 {
    margin-right: 39px;
  }
  .mobile-l-p-r-3\.9 {
    padding-right: 39px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-4 {
    margin-top: 40px;
  }
  .mobile-l\:p-t-4 {
    padding-top: 40px;
  }
  .mobile-l-m-t-4 {
    margin-top: 40px;
  }
  .mobile-l-p-t-4 {
    padding-top: 40px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-4 {
    margin-bottom: 40px;
  }
  .mobile-l\:p-b-4 {
    padding-bottom: 40px;
  }
  .mobile-l-m-b-4 {
    margin-bottom: 40px;
  }
  .mobile-l-p-b-4 {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-4 {
    margin-left: 40px;
  }
  .mobile-l\:p-l-4 {
    padding-left: 40px;
  }
  .mobile-l-m-l-4 {
    margin-left: 40px;
  }
  .mobile-l-p-l-4 {
    padding-left: 40px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-4 {
    margin-right: 40px;
  }
  .mobile-l\:p-r-4 {
    padding-right: 40px;
  }
  .mobile-l-m-r-4 {
    margin-right: 40px;
  }
  .mobile-l-p-r-4 {
    padding-right: 40px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-4\.1 {
    margin-top: 41px;
  }
  .mobile-l\:p-t-4\.1 {
    padding-top: 41px;
  }
  .mobile-l-m-t-4\.1 {
    margin-top: 41px;
  }
  .mobile-l-p-t-4\.1 {
    padding-top: 41px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-4\.1 {
    margin-bottom: 41px;
  }
  .mobile-l\:p-b-4\.1 {
    padding-bottom: 41px;
  }
  .mobile-l-m-b-4\.1 {
    margin-bottom: 41px;
  }
  .mobile-l-p-b-4\.1 {
    padding-bottom: 41px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-4\.1 {
    margin-left: 41px;
  }
  .mobile-l\:p-l-4\.1 {
    padding-left: 41px;
  }
  .mobile-l-m-l-4\.1 {
    margin-left: 41px;
  }
  .mobile-l-p-l-4\.1 {
    padding-left: 41px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-4\.1 {
    margin-right: 41px;
  }
  .mobile-l\:p-r-4\.1 {
    padding-right: 41px;
  }
  .mobile-l-m-r-4\.1 {
    margin-right: 41px;
  }
  .mobile-l-p-r-4\.1 {
    padding-right: 41px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-4\.2 {
    margin-top: 42px;
  }
  .mobile-l\:p-t-4\.2 {
    padding-top: 42px;
  }
  .mobile-l-m-t-4\.2 {
    margin-top: 42px;
  }
  .mobile-l-p-t-4\.2 {
    padding-top: 42px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-4\.2 {
    margin-bottom: 42px;
  }
  .mobile-l\:p-b-4\.2 {
    padding-bottom: 42px;
  }
  .mobile-l-m-b-4\.2 {
    margin-bottom: 42px;
  }
  .mobile-l-p-b-4\.2 {
    padding-bottom: 42px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-4\.2 {
    margin-left: 42px;
  }
  .mobile-l\:p-l-4\.2 {
    padding-left: 42px;
  }
  .mobile-l-m-l-4\.2 {
    margin-left: 42px;
  }
  .mobile-l-p-l-4\.2 {
    padding-left: 42px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-4\.2 {
    margin-right: 42px;
  }
  .mobile-l\:p-r-4\.2 {
    padding-right: 42px;
  }
  .mobile-l-m-r-4\.2 {
    margin-right: 42px;
  }
  .mobile-l-p-r-4\.2 {
    padding-right: 42px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-4\.3 {
    margin-top: 43px;
  }
  .mobile-l\:p-t-4\.3 {
    padding-top: 43px;
  }
  .mobile-l-m-t-4\.3 {
    margin-top: 43px;
  }
  .mobile-l-p-t-4\.3 {
    padding-top: 43px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-4\.3 {
    margin-bottom: 43px;
  }
  .mobile-l\:p-b-4\.3 {
    padding-bottom: 43px;
  }
  .mobile-l-m-b-4\.3 {
    margin-bottom: 43px;
  }
  .mobile-l-p-b-4\.3 {
    padding-bottom: 43px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-4\.3 {
    margin-left: 43px;
  }
  .mobile-l\:p-l-4\.3 {
    padding-left: 43px;
  }
  .mobile-l-m-l-4\.3 {
    margin-left: 43px;
  }
  .mobile-l-p-l-4\.3 {
    padding-left: 43px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-4\.3 {
    margin-right: 43px;
  }
  .mobile-l\:p-r-4\.3 {
    padding-right: 43px;
  }
  .mobile-l-m-r-4\.3 {
    margin-right: 43px;
  }
  .mobile-l-p-r-4\.3 {
    padding-right: 43px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-4\.4 {
    margin-top: 44px;
  }
  .mobile-l\:p-t-4\.4 {
    padding-top: 44px;
  }
  .mobile-l-m-t-4\.4 {
    margin-top: 44px;
  }
  .mobile-l-p-t-4\.4 {
    padding-top: 44px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-4\.4 {
    margin-bottom: 44px;
  }
  .mobile-l\:p-b-4\.4 {
    padding-bottom: 44px;
  }
  .mobile-l-m-b-4\.4 {
    margin-bottom: 44px;
  }
  .mobile-l-p-b-4\.4 {
    padding-bottom: 44px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-4\.4 {
    margin-left: 44px;
  }
  .mobile-l\:p-l-4\.4 {
    padding-left: 44px;
  }
  .mobile-l-m-l-4\.4 {
    margin-left: 44px;
  }
  .mobile-l-p-l-4\.4 {
    padding-left: 44px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-4\.4 {
    margin-right: 44px;
  }
  .mobile-l\:p-r-4\.4 {
    padding-right: 44px;
  }
  .mobile-l-m-r-4\.4 {
    margin-right: 44px;
  }
  .mobile-l-p-r-4\.4 {
    padding-right: 44px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-4\.5 {
    margin-top: 45px;
  }
  .mobile-l\:p-t-4\.5 {
    padding-top: 45px;
  }
  .mobile-l-m-t-4\.5 {
    margin-top: 45px;
  }
  .mobile-l-p-t-4\.5 {
    padding-top: 45px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-4\.5 {
    margin-bottom: 45px;
  }
  .mobile-l\:p-b-4\.5 {
    padding-bottom: 45px;
  }
  .mobile-l-m-b-4\.5 {
    margin-bottom: 45px;
  }
  .mobile-l-p-b-4\.5 {
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-4\.5 {
    margin-left: 45px;
  }
  .mobile-l\:p-l-4\.5 {
    padding-left: 45px;
  }
  .mobile-l-m-l-4\.5 {
    margin-left: 45px;
  }
  .mobile-l-p-l-4\.5 {
    padding-left: 45px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-4\.5 {
    margin-right: 45px;
  }
  .mobile-l\:p-r-4\.5 {
    padding-right: 45px;
  }
  .mobile-l-m-r-4\.5 {
    margin-right: 45px;
  }
  .mobile-l-p-r-4\.5 {
    padding-right: 45px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-4\.6 {
    margin-top: 46px;
  }
  .mobile-l\:p-t-4\.6 {
    padding-top: 46px;
  }
  .mobile-l-m-t-4\.6 {
    margin-top: 46px;
  }
  .mobile-l-p-t-4\.6 {
    padding-top: 46px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-4\.6 {
    margin-bottom: 46px;
  }
  .mobile-l\:p-b-4\.6 {
    padding-bottom: 46px;
  }
  .mobile-l-m-b-4\.6 {
    margin-bottom: 46px;
  }
  .mobile-l-p-b-4\.6 {
    padding-bottom: 46px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-4\.6 {
    margin-left: 46px;
  }
  .mobile-l\:p-l-4\.6 {
    padding-left: 46px;
  }
  .mobile-l-m-l-4\.6 {
    margin-left: 46px;
  }
  .mobile-l-p-l-4\.6 {
    padding-left: 46px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-4\.6 {
    margin-right: 46px;
  }
  .mobile-l\:p-r-4\.6 {
    padding-right: 46px;
  }
  .mobile-l-m-r-4\.6 {
    margin-right: 46px;
  }
  .mobile-l-p-r-4\.6 {
    padding-right: 46px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-4\.7 {
    margin-top: 47px;
  }
  .mobile-l\:p-t-4\.7 {
    padding-top: 47px;
  }
  .mobile-l-m-t-4\.7 {
    margin-top: 47px;
  }
  .mobile-l-p-t-4\.7 {
    padding-top: 47px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-4\.7 {
    margin-bottom: 47px;
  }
  .mobile-l\:p-b-4\.7 {
    padding-bottom: 47px;
  }
  .mobile-l-m-b-4\.7 {
    margin-bottom: 47px;
  }
  .mobile-l-p-b-4\.7 {
    padding-bottom: 47px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-4\.7 {
    margin-left: 47px;
  }
  .mobile-l\:p-l-4\.7 {
    padding-left: 47px;
  }
  .mobile-l-m-l-4\.7 {
    margin-left: 47px;
  }
  .mobile-l-p-l-4\.7 {
    padding-left: 47px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-4\.7 {
    margin-right: 47px;
  }
  .mobile-l\:p-r-4\.7 {
    padding-right: 47px;
  }
  .mobile-l-m-r-4\.7 {
    margin-right: 47px;
  }
  .mobile-l-p-r-4\.7 {
    padding-right: 47px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-4\.8 {
    margin-top: 48px;
  }
  .mobile-l\:p-t-4\.8 {
    padding-top: 48px;
  }
  .mobile-l-m-t-4\.8 {
    margin-top: 48px;
  }
  .mobile-l-p-t-4\.8 {
    padding-top: 48px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-4\.8 {
    margin-bottom: 48px;
  }
  .mobile-l\:p-b-4\.8 {
    padding-bottom: 48px;
  }
  .mobile-l-m-b-4\.8 {
    margin-bottom: 48px;
  }
  .mobile-l-p-b-4\.8 {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-4\.8 {
    margin-left: 48px;
  }
  .mobile-l\:p-l-4\.8 {
    padding-left: 48px;
  }
  .mobile-l-m-l-4\.8 {
    margin-left: 48px;
  }
  .mobile-l-p-l-4\.8 {
    padding-left: 48px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-4\.8 {
    margin-right: 48px;
  }
  .mobile-l\:p-r-4\.8 {
    padding-right: 48px;
  }
  .mobile-l-m-r-4\.8 {
    margin-right: 48px;
  }
  .mobile-l-p-r-4\.8 {
    padding-right: 48px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-4\.9 {
    margin-top: 49px;
  }
  .mobile-l\:p-t-4\.9 {
    padding-top: 49px;
  }
  .mobile-l-m-t-4\.9 {
    margin-top: 49px;
  }
  .mobile-l-p-t-4\.9 {
    padding-top: 49px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-4\.9 {
    margin-bottom: 49px;
  }
  .mobile-l\:p-b-4\.9 {
    padding-bottom: 49px;
  }
  .mobile-l-m-b-4\.9 {
    margin-bottom: 49px;
  }
  .mobile-l-p-b-4\.9 {
    padding-bottom: 49px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-4\.9 {
    margin-left: 49px;
  }
  .mobile-l\:p-l-4\.9 {
    padding-left: 49px;
  }
  .mobile-l-m-l-4\.9 {
    margin-left: 49px;
  }
  .mobile-l-p-l-4\.9 {
    padding-left: 49px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-4\.9 {
    margin-right: 49px;
  }
  .mobile-l\:p-r-4\.9 {
    padding-right: 49px;
  }
  .mobile-l-m-r-4\.9 {
    margin-right: 49px;
  }
  .mobile-l-p-r-4\.9 {
    padding-right: 49px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-5 {
    margin-top: 50px;
  }
  .mobile-l\:p-t-5 {
    padding-top: 50px;
  }
  .mobile-l-m-t-5 {
    margin-top: 50px;
  }
  .mobile-l-p-t-5 {
    padding-top: 50px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-5 {
    margin-bottom: 50px;
  }
  .mobile-l\:p-b-5 {
    padding-bottom: 50px;
  }
  .mobile-l-m-b-5 {
    margin-bottom: 50px;
  }
  .mobile-l-p-b-5 {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-5 {
    margin-left: 50px;
  }
  .mobile-l\:p-l-5 {
    padding-left: 50px;
  }
  .mobile-l-m-l-5 {
    margin-left: 50px;
  }
  .mobile-l-p-l-5 {
    padding-left: 50px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-5 {
    margin-right: 50px;
  }
  .mobile-l\:p-r-5 {
    padding-right: 50px;
  }
  .mobile-l-m-r-5 {
    margin-right: 50px;
  }
  .mobile-l-p-r-5 {
    padding-right: 50px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-6 {
    margin-top: 60px;
  }
  .mobile-l\:p-t-6 {
    padding-top: 60px;
  }
  .mobile-l-m-t-6 {
    margin-top: 60px;
  }
  .mobile-l-p-t-6 {
    padding-top: 60px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-6 {
    margin-bottom: 60px;
  }
  .mobile-l\:p-b-6 {
    padding-bottom: 60px;
  }
  .mobile-l-m-b-6 {
    margin-bottom: 60px;
  }
  .mobile-l-p-b-6 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-6 {
    margin-left: 60px;
  }
  .mobile-l\:p-l-6 {
    padding-left: 60px;
  }
  .mobile-l-m-l-6 {
    margin-left: 60px;
  }
  .mobile-l-p-l-6 {
    padding-left: 60px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-6 {
    margin-right: 60px;
  }
  .mobile-l\:p-r-6 {
    padding-right: 60px;
  }
  .mobile-l-m-r-6 {
    margin-right: 60px;
  }
  .mobile-l-p-r-6 {
    padding-right: 60px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-7 {
    margin-top: 70px;
  }
  .mobile-l\:p-t-7 {
    padding-top: 70px;
  }
  .mobile-l-m-t-7 {
    margin-top: 70px;
  }
  .mobile-l-p-t-7 {
    padding-top: 70px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-7 {
    margin-bottom: 70px;
  }
  .mobile-l\:p-b-7 {
    padding-bottom: 70px;
  }
  .mobile-l-m-b-7 {
    margin-bottom: 70px;
  }
  .mobile-l-p-b-7 {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-7 {
    margin-left: 70px;
  }
  .mobile-l\:p-l-7 {
    padding-left: 70px;
  }
  .mobile-l-m-l-7 {
    margin-left: 70px;
  }
  .mobile-l-p-l-7 {
    padding-left: 70px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-7 {
    margin-right: 70px;
  }
  .mobile-l\:p-r-7 {
    padding-right: 70px;
  }
  .mobile-l-m-r-7 {
    margin-right: 70px;
  }
  .mobile-l-p-r-7 {
    padding-right: 70px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-8 {
    margin-top: 80px;
  }
  .mobile-l\:p-t-8 {
    padding-top: 80px;
  }
  .mobile-l-m-t-8 {
    margin-top: 80px;
  }
  .mobile-l-p-t-8 {
    padding-top: 80px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-8 {
    margin-bottom: 80px;
  }
  .mobile-l\:p-b-8 {
    padding-bottom: 80px;
  }
  .mobile-l-m-b-8 {
    margin-bottom: 80px;
  }
  .mobile-l-p-b-8 {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-8 {
    margin-left: 80px;
  }
  .mobile-l\:p-l-8 {
    padding-left: 80px;
  }
  .mobile-l-m-l-8 {
    margin-left: 80px;
  }
  .mobile-l-p-l-8 {
    padding-left: 80px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-8 {
    margin-right: 80px;
  }
  .mobile-l\:p-r-8 {
    padding-right: 80px;
  }
  .mobile-l-m-r-8 {
    margin-right: 80px;
  }
  .mobile-l-p-r-8 {
    padding-right: 80px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-9 {
    margin-top: 90px;
  }
  .mobile-l\:p-t-9 {
    padding-top: 90px;
  }
  .mobile-l-m-t-9 {
    margin-top: 90px;
  }
  .mobile-l-p-t-9 {
    padding-top: 90px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-9 {
    margin-bottom: 90px;
  }
  .mobile-l\:p-b-9 {
    padding-bottom: 90px;
  }
  .mobile-l-m-b-9 {
    margin-bottom: 90px;
  }
  .mobile-l-p-b-9 {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-9 {
    margin-left: 90px;
  }
  .mobile-l\:p-l-9 {
    padding-left: 90px;
  }
  .mobile-l-m-l-9 {
    margin-left: 90px;
  }
  .mobile-l-p-l-9 {
    padding-left: 90px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-9 {
    margin-right: 90px;
  }
  .mobile-l\:p-r-9 {
    padding-right: 90px;
  }
  .mobile-l-m-r-9 {
    margin-right: 90px;
  }
  .mobile-l-p-r-9 {
    padding-right: 90px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-10 {
    margin-top: 100px;
  }
  .mobile-l\:p-t-10 {
    padding-top: 100px;
  }
  .mobile-l-m-t-10 {
    margin-top: 100px;
  }
  .mobile-l-p-t-10 {
    padding-top: 100px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-10 {
    margin-bottom: 100px;
  }
  .mobile-l\:p-b-10 {
    padding-bottom: 100px;
  }
  .mobile-l-m-b-10 {
    margin-bottom: 100px;
  }
  .mobile-l-p-b-10 {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-10 {
    margin-left: 100px;
  }
  .mobile-l\:p-l-10 {
    padding-left: 100px;
  }
  .mobile-l-m-l-10 {
    margin-left: 100px;
  }
  .mobile-l-p-l-10 {
    padding-left: 100px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-10 {
    margin-right: 100px;
  }
  .mobile-l\:p-r-10 {
    padding-right: 100px;
  }
  .mobile-l-m-r-10 {
    margin-right: 100px;
  }
  .mobile-l-p-r-10 {
    padding-right: 100px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-11 {
    margin-top: 110px;
  }
  .mobile-l\:p-t-11 {
    padding-top: 110px;
  }
  .mobile-l-m-t-11 {
    margin-top: 110px;
  }
  .mobile-l-p-t-11 {
    padding-top: 110px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-11 {
    margin-bottom: 110px;
  }
  .mobile-l\:p-b-11 {
    padding-bottom: 110px;
  }
  .mobile-l-m-b-11 {
    margin-bottom: 110px;
  }
  .mobile-l-p-b-11 {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-11 {
    margin-left: 110px;
  }
  .mobile-l\:p-l-11 {
    padding-left: 110px;
  }
  .mobile-l-m-l-11 {
    margin-left: 110px;
  }
  .mobile-l-p-l-11 {
    padding-left: 110px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-11 {
    margin-right: 110px;
  }
  .mobile-l\:p-r-11 {
    padding-right: 110px;
  }
  .mobile-l-m-r-11 {
    margin-right: 110px;
  }
  .mobile-l-p-r-11 {
    padding-right: 110px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-12 {
    margin-top: 120px;
  }
  .mobile-l\:p-t-12 {
    padding-top: 120px;
  }
  .mobile-l-m-t-12 {
    margin-top: 120px;
  }
  .mobile-l-p-t-12 {
    padding-top: 120px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-12 {
    margin-bottom: 120px;
  }
  .mobile-l\:p-b-12 {
    padding-bottom: 120px;
  }
  .mobile-l-m-b-12 {
    margin-bottom: 120px;
  }
  .mobile-l-p-b-12 {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-12 {
    margin-left: 120px;
  }
  .mobile-l\:p-l-12 {
    padding-left: 120px;
  }
  .mobile-l-m-l-12 {
    margin-left: 120px;
  }
  .mobile-l-p-l-12 {
    padding-left: 120px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-12 {
    margin-right: 120px;
  }
  .mobile-l\:p-r-12 {
    padding-right: 120px;
  }
  .mobile-l-m-r-12 {
    margin-right: 120px;
  }
  .mobile-l-p-r-12 {
    padding-right: 120px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-13 {
    margin-top: 130px;
  }
  .mobile-l\:p-t-13 {
    padding-top: 130px;
  }
  .mobile-l-m-t-13 {
    margin-top: 130px;
  }
  .mobile-l-p-t-13 {
    padding-top: 130px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-13 {
    margin-bottom: 130px;
  }
  .mobile-l\:p-b-13 {
    padding-bottom: 130px;
  }
  .mobile-l-m-b-13 {
    margin-bottom: 130px;
  }
  .mobile-l-p-b-13 {
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-13 {
    margin-left: 130px;
  }
  .mobile-l\:p-l-13 {
    padding-left: 130px;
  }
  .mobile-l-m-l-13 {
    margin-left: 130px;
  }
  .mobile-l-p-l-13 {
    padding-left: 130px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-13 {
    margin-right: 130px;
  }
  .mobile-l\:p-r-13 {
    padding-right: 130px;
  }
  .mobile-l-m-r-13 {
    margin-right: 130px;
  }
  .mobile-l-p-r-13 {
    padding-right: 130px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-14 {
    margin-top: 140px;
  }
  .mobile-l\:p-t-14 {
    padding-top: 140px;
  }
  .mobile-l-m-t-14 {
    margin-top: 140px;
  }
  .mobile-l-p-t-14 {
    padding-top: 140px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-14 {
    margin-bottom: 140px;
  }
  .mobile-l\:p-b-14 {
    padding-bottom: 140px;
  }
  .mobile-l-m-b-14 {
    margin-bottom: 140px;
  }
  .mobile-l-p-b-14 {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-14 {
    margin-left: 140px;
  }
  .mobile-l\:p-l-14 {
    padding-left: 140px;
  }
  .mobile-l-m-l-14 {
    margin-left: 140px;
  }
  .mobile-l-p-l-14 {
    padding-left: 140px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-14 {
    margin-right: 140px;
  }
  .mobile-l\:p-r-14 {
    padding-right: 140px;
  }
  .mobile-l-m-r-14 {
    margin-right: 140px;
  }
  .mobile-l-p-r-14 {
    padding-right: 140px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-15 {
    margin-top: 150px;
  }
  .mobile-l\:p-t-15 {
    padding-top: 150px;
  }
  .mobile-l-m-t-15 {
    margin-top: 150px;
  }
  .mobile-l-p-t-15 {
    padding-top: 150px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-15 {
    margin-bottom: 150px;
  }
  .mobile-l\:p-b-15 {
    padding-bottom: 150px;
  }
  .mobile-l-m-b-15 {
    margin-bottom: 150px;
  }
  .mobile-l-p-b-15 {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-15 {
    margin-left: 150px;
  }
  .mobile-l\:p-l-15 {
    padding-left: 150px;
  }
  .mobile-l-m-l-15 {
    margin-left: 150px;
  }
  .mobile-l-p-l-15 {
    padding-left: 150px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-15 {
    margin-right: 150px;
  }
  .mobile-l\:p-r-15 {
    padding-right: 150px;
  }
  .mobile-l-m-r-15 {
    margin-right: 150px;
  }
  .mobile-l-p-r-15 {
    padding-right: 150px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-16 {
    margin-top: 160px;
  }
  .mobile-l\:p-t-16 {
    padding-top: 160px;
  }
  .mobile-l-m-t-16 {
    margin-top: 160px;
  }
  .mobile-l-p-t-16 {
    padding-top: 160px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-16 {
    margin-bottom: 160px;
  }
  .mobile-l\:p-b-16 {
    padding-bottom: 160px;
  }
  .mobile-l-m-b-16 {
    margin-bottom: 160px;
  }
  .mobile-l-p-b-16 {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-16 {
    margin-left: 160px;
  }
  .mobile-l\:p-l-16 {
    padding-left: 160px;
  }
  .mobile-l-m-l-16 {
    margin-left: 160px;
  }
  .mobile-l-p-l-16 {
    padding-left: 160px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-16 {
    margin-right: 160px;
  }
  .mobile-l\:p-r-16 {
    padding-right: 160px;
  }
  .mobile-l-m-r-16 {
    margin-right: 160px;
  }
  .mobile-l-p-r-16 {
    padding-right: 160px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-17 {
    margin-top: 170px;
  }
  .mobile-l\:p-t-17 {
    padding-top: 170px;
  }
  .mobile-l-m-t-17 {
    margin-top: 170px;
  }
  .mobile-l-p-t-17 {
    padding-top: 170px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-17 {
    margin-bottom: 170px;
  }
  .mobile-l\:p-b-17 {
    padding-bottom: 170px;
  }
  .mobile-l-m-b-17 {
    margin-bottom: 170px;
  }
  .mobile-l-p-b-17 {
    padding-bottom: 170px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-17 {
    margin-left: 170px;
  }
  .mobile-l\:p-l-17 {
    padding-left: 170px;
  }
  .mobile-l-m-l-17 {
    margin-left: 170px;
  }
  .mobile-l-p-l-17 {
    padding-left: 170px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-17 {
    margin-right: 170px;
  }
  .mobile-l\:p-r-17 {
    padding-right: 170px;
  }
  .mobile-l-m-r-17 {
    margin-right: 170px;
  }
  .mobile-l-p-r-17 {
    padding-right: 170px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-18 {
    margin-top: 180px;
  }
  .mobile-l\:p-t-18 {
    padding-top: 180px;
  }
  .mobile-l-m-t-18 {
    margin-top: 180px;
  }
  .mobile-l-p-t-18 {
    padding-top: 180px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-18 {
    margin-bottom: 180px;
  }
  .mobile-l\:p-b-18 {
    padding-bottom: 180px;
  }
  .mobile-l-m-b-18 {
    margin-bottom: 180px;
  }
  .mobile-l-p-b-18 {
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-18 {
    margin-left: 180px;
  }
  .mobile-l\:p-l-18 {
    padding-left: 180px;
  }
  .mobile-l-m-l-18 {
    margin-left: 180px;
  }
  .mobile-l-p-l-18 {
    padding-left: 180px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-18 {
    margin-right: 180px;
  }
  .mobile-l\:p-r-18 {
    padding-right: 180px;
  }
  .mobile-l-m-r-18 {
    margin-right: 180px;
  }
  .mobile-l-p-r-18 {
    padding-right: 180px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-19 {
    margin-top: 190px;
  }
  .mobile-l\:p-t-19 {
    padding-top: 190px;
  }
  .mobile-l-m-t-19 {
    margin-top: 190px;
  }
  .mobile-l-p-t-19 {
    padding-top: 190px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-19 {
    margin-bottom: 190px;
  }
  .mobile-l\:p-b-19 {
    padding-bottom: 190px;
  }
  .mobile-l-m-b-19 {
    margin-bottom: 190px;
  }
  .mobile-l-p-b-19 {
    padding-bottom: 190px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-19 {
    margin-left: 190px;
  }
  .mobile-l\:p-l-19 {
    padding-left: 190px;
  }
  .mobile-l-m-l-19 {
    margin-left: 190px;
  }
  .mobile-l-p-l-19 {
    padding-left: 190px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-19 {
    margin-right: 190px;
  }
  .mobile-l\:p-r-19 {
    padding-right: 190px;
  }
  .mobile-l-m-r-19 {
    margin-right: 190px;
  }
  .mobile-l-p-r-19 {
    padding-right: 190px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-20 {
    margin-top: 200px;
  }
  .mobile-l\:p-t-20 {
    padding-top: 200px;
  }
  .mobile-l-m-t-20 {
    margin-top: 200px;
  }
  .mobile-l-p-t-20 {
    padding-top: 200px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-20 {
    margin-bottom: 200px;
  }
  .mobile-l\:p-b-20 {
    padding-bottom: 200px;
  }
  .mobile-l-m-b-20 {
    margin-bottom: 200px;
  }
  .mobile-l-p-b-20 {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-20 {
    margin-left: 200px;
  }
  .mobile-l\:p-l-20 {
    padding-left: 200px;
  }
  .mobile-l-m-l-20 {
    margin-left: 200px;
  }
  .mobile-l-p-l-20 {
    padding-left: 200px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-20 {
    margin-right: 200px;
  }
  .mobile-l\:p-r-20 {
    padding-right: 200px;
  }
  .mobile-l-m-r-20 {
    margin-right: 200px;
  }
  .mobile-l-p-r-20 {
    padding-right: 200px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-21 {
    margin-top: 210px;
  }
  .mobile-l\:p-t-21 {
    padding-top: 210px;
  }
  .mobile-l-m-t-21 {
    margin-top: 210px;
  }
  .mobile-l-p-t-21 {
    padding-top: 210px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-21 {
    margin-bottom: 210px;
  }
  .mobile-l\:p-b-21 {
    padding-bottom: 210px;
  }
  .mobile-l-m-b-21 {
    margin-bottom: 210px;
  }
  .mobile-l-p-b-21 {
    padding-bottom: 210px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-21 {
    margin-left: 210px;
  }
  .mobile-l\:p-l-21 {
    padding-left: 210px;
  }
  .mobile-l-m-l-21 {
    margin-left: 210px;
  }
  .mobile-l-p-l-21 {
    padding-left: 210px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-21 {
    margin-right: 210px;
  }
  .mobile-l\:p-r-21 {
    padding-right: 210px;
  }
  .mobile-l-m-r-21 {
    margin-right: 210px;
  }
  .mobile-l-p-r-21 {
    padding-right: 210px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-22 {
    margin-top: 220px;
  }
  .mobile-l\:p-t-22 {
    padding-top: 220px;
  }
  .mobile-l-m-t-22 {
    margin-top: 220px;
  }
  .mobile-l-p-t-22 {
    padding-top: 220px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-22 {
    margin-bottom: 220px;
  }
  .mobile-l\:p-b-22 {
    padding-bottom: 220px;
  }
  .mobile-l-m-b-22 {
    margin-bottom: 220px;
  }
  .mobile-l-p-b-22 {
    padding-bottom: 220px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-22 {
    margin-left: 220px;
  }
  .mobile-l\:p-l-22 {
    padding-left: 220px;
  }
  .mobile-l-m-l-22 {
    margin-left: 220px;
  }
  .mobile-l-p-l-22 {
    padding-left: 220px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-22 {
    margin-right: 220px;
  }
  .mobile-l\:p-r-22 {
    padding-right: 220px;
  }
  .mobile-l-m-r-22 {
    margin-right: 220px;
  }
  .mobile-l-p-r-22 {
    padding-right: 220px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-23 {
    margin-top: 230px;
  }
  .mobile-l\:p-t-23 {
    padding-top: 230px;
  }
  .mobile-l-m-t-23 {
    margin-top: 230px;
  }
  .mobile-l-p-t-23 {
    padding-top: 230px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-23 {
    margin-bottom: 230px;
  }
  .mobile-l\:p-b-23 {
    padding-bottom: 230px;
  }
  .mobile-l-m-b-23 {
    margin-bottom: 230px;
  }
  .mobile-l-p-b-23 {
    padding-bottom: 230px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-23 {
    margin-left: 230px;
  }
  .mobile-l\:p-l-23 {
    padding-left: 230px;
  }
  .mobile-l-m-l-23 {
    margin-left: 230px;
  }
  .mobile-l-p-l-23 {
    padding-left: 230px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-23 {
    margin-right: 230px;
  }
  .mobile-l\:p-r-23 {
    padding-right: 230px;
  }
  .mobile-l-m-r-23 {
    margin-right: 230px;
  }
  .mobile-l-p-r-23 {
    padding-right: 230px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-24 {
    margin-top: 240px;
  }
  .mobile-l\:p-t-24 {
    padding-top: 240px;
  }
  .mobile-l-m-t-24 {
    margin-top: 240px;
  }
  .mobile-l-p-t-24 {
    padding-top: 240px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-24 {
    margin-bottom: 240px;
  }
  .mobile-l\:p-b-24 {
    padding-bottom: 240px;
  }
  .mobile-l-m-b-24 {
    margin-bottom: 240px;
  }
  .mobile-l-p-b-24 {
    padding-bottom: 240px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-24 {
    margin-left: 240px;
  }
  .mobile-l\:p-l-24 {
    padding-left: 240px;
  }
  .mobile-l-m-l-24 {
    margin-left: 240px;
  }
  .mobile-l-p-l-24 {
    padding-left: 240px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-24 {
    margin-right: 240px;
  }
  .mobile-l\:p-r-24 {
    padding-right: 240px;
  }
  .mobile-l-m-r-24 {
    margin-right: 240px;
  }
  .mobile-l-p-r-24 {
    padding-right: 240px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-25 {
    margin-top: 250px;
  }
  .mobile-l\:p-t-25 {
    padding-top: 250px;
  }
  .mobile-l-m-t-25 {
    margin-top: 250px;
  }
  .mobile-l-p-t-25 {
    padding-top: 250px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-25 {
    margin-bottom: 250px;
  }
  .mobile-l\:p-b-25 {
    padding-bottom: 250px;
  }
  .mobile-l-m-b-25 {
    margin-bottom: 250px;
  }
  .mobile-l-p-b-25 {
    padding-bottom: 250px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-25 {
    margin-left: 250px;
  }
  .mobile-l\:p-l-25 {
    padding-left: 250px;
  }
  .mobile-l-m-l-25 {
    margin-left: 250px;
  }
  .mobile-l-p-l-25 {
    padding-left: 250px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-25 {
    margin-right: 250px;
  }
  .mobile-l\:p-r-25 {
    padding-right: 250px;
  }
  .mobile-l-m-r-25 {
    margin-right: 250px;
  }
  .mobile-l-p-r-25 {
    padding-right: 250px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-26 {
    margin-top: 260px;
  }
  .mobile-l\:p-t-26 {
    padding-top: 260px;
  }
  .mobile-l-m-t-26 {
    margin-top: 260px;
  }
  .mobile-l-p-t-26 {
    padding-top: 260px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-26 {
    margin-bottom: 260px;
  }
  .mobile-l\:p-b-26 {
    padding-bottom: 260px;
  }
  .mobile-l-m-b-26 {
    margin-bottom: 260px;
  }
  .mobile-l-p-b-26 {
    padding-bottom: 260px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-26 {
    margin-left: 260px;
  }
  .mobile-l\:p-l-26 {
    padding-left: 260px;
  }
  .mobile-l-m-l-26 {
    margin-left: 260px;
  }
  .mobile-l-p-l-26 {
    padding-left: 260px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-26 {
    margin-right: 260px;
  }
  .mobile-l\:p-r-26 {
    padding-right: 260px;
  }
  .mobile-l-m-r-26 {
    margin-right: 260px;
  }
  .mobile-l-p-r-26 {
    padding-right: 260px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-27 {
    margin-top: 270px;
  }
  .mobile-l\:p-t-27 {
    padding-top: 270px;
  }
  .mobile-l-m-t-27 {
    margin-top: 270px;
  }
  .mobile-l-p-t-27 {
    padding-top: 270px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-27 {
    margin-bottom: 270px;
  }
  .mobile-l\:p-b-27 {
    padding-bottom: 270px;
  }
  .mobile-l-m-b-27 {
    margin-bottom: 270px;
  }
  .mobile-l-p-b-27 {
    padding-bottom: 270px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-27 {
    margin-left: 270px;
  }
  .mobile-l\:p-l-27 {
    padding-left: 270px;
  }
  .mobile-l-m-l-27 {
    margin-left: 270px;
  }
  .mobile-l-p-l-27 {
    padding-left: 270px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-27 {
    margin-right: 270px;
  }
  .mobile-l\:p-r-27 {
    padding-right: 270px;
  }
  .mobile-l-m-r-27 {
    margin-right: 270px;
  }
  .mobile-l-p-r-27 {
    padding-right: 270px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-28 {
    margin-top: 280px;
  }
  .mobile-l\:p-t-28 {
    padding-top: 280px;
  }
  .mobile-l-m-t-28 {
    margin-top: 280px;
  }
  .mobile-l-p-t-28 {
    padding-top: 280px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-28 {
    margin-bottom: 280px;
  }
  .mobile-l\:p-b-28 {
    padding-bottom: 280px;
  }
  .mobile-l-m-b-28 {
    margin-bottom: 280px;
  }
  .mobile-l-p-b-28 {
    padding-bottom: 280px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-28 {
    margin-left: 280px;
  }
  .mobile-l\:p-l-28 {
    padding-left: 280px;
  }
  .mobile-l-m-l-28 {
    margin-left: 280px;
  }
  .mobile-l-p-l-28 {
    padding-left: 280px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-28 {
    margin-right: 280px;
  }
  .mobile-l\:p-r-28 {
    padding-right: 280px;
  }
  .mobile-l-m-r-28 {
    margin-right: 280px;
  }
  .mobile-l-p-r-28 {
    padding-right: 280px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-29 {
    margin-top: 290px;
  }
  .mobile-l\:p-t-29 {
    padding-top: 290px;
  }
  .mobile-l-m-t-29 {
    margin-top: 290px;
  }
  .mobile-l-p-t-29 {
    padding-top: 290px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-29 {
    margin-bottom: 290px;
  }
  .mobile-l\:p-b-29 {
    padding-bottom: 290px;
  }
  .mobile-l-m-b-29 {
    margin-bottom: 290px;
  }
  .mobile-l-p-b-29 {
    padding-bottom: 290px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-29 {
    margin-left: 290px;
  }
  .mobile-l\:p-l-29 {
    padding-left: 290px;
  }
  .mobile-l-m-l-29 {
    margin-left: 290px;
  }
  .mobile-l-p-l-29 {
    padding-left: 290px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-29 {
    margin-right: 290px;
  }
  .mobile-l\:p-r-29 {
    padding-right: 290px;
  }
  .mobile-l-m-r-29 {
    margin-right: 290px;
  }
  .mobile-l-p-r-29 {
    padding-right: 290px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-30 {
    margin-top: 300px;
  }
  .mobile-l\:p-t-30 {
    padding-top: 300px;
  }
  .mobile-l-m-t-30 {
    margin-top: 300px;
  }
  .mobile-l-p-t-30 {
    padding-top: 300px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-30 {
    margin-bottom: 300px;
  }
  .mobile-l\:p-b-30 {
    padding-bottom: 300px;
  }
  .mobile-l-m-b-30 {
    margin-bottom: 300px;
  }
  .mobile-l-p-b-30 {
    padding-bottom: 300px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-30 {
    margin-left: 300px;
  }
  .mobile-l\:p-l-30 {
    padding-left: 300px;
  }
  .mobile-l-m-l-30 {
    margin-left: 300px;
  }
  .mobile-l-p-l-30 {
    padding-left: 300px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-30 {
    margin-right: 300px;
  }
  .mobile-l\:p-r-30 {
    padding-right: 300px;
  }
  .mobile-l-m-r-30 {
    margin-right: 300px;
  }
  .mobile-l-p-r-30 {
    padding-right: 300px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-31 {
    margin-top: 310px;
  }
  .mobile-l\:p-t-31 {
    padding-top: 310px;
  }
  .mobile-l-m-t-31 {
    margin-top: 310px;
  }
  .mobile-l-p-t-31 {
    padding-top: 310px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-31 {
    margin-bottom: 310px;
  }
  .mobile-l\:p-b-31 {
    padding-bottom: 310px;
  }
  .mobile-l-m-b-31 {
    margin-bottom: 310px;
  }
  .mobile-l-p-b-31 {
    padding-bottom: 310px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-31 {
    margin-left: 310px;
  }
  .mobile-l\:p-l-31 {
    padding-left: 310px;
  }
  .mobile-l-m-l-31 {
    margin-left: 310px;
  }
  .mobile-l-p-l-31 {
    padding-left: 310px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-31 {
    margin-right: 310px;
  }
  .mobile-l\:p-r-31 {
    padding-right: 310px;
  }
  .mobile-l-m-r-31 {
    margin-right: 310px;
  }
  .mobile-l-p-r-31 {
    padding-right: 310px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-32 {
    margin-top: 320px;
  }
  .mobile-l\:p-t-32 {
    padding-top: 320px;
  }
  .mobile-l-m-t-32 {
    margin-top: 320px;
  }
  .mobile-l-p-t-32 {
    padding-top: 320px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-32 {
    margin-bottom: 320px;
  }
  .mobile-l\:p-b-32 {
    padding-bottom: 320px;
  }
  .mobile-l-m-b-32 {
    margin-bottom: 320px;
  }
  .mobile-l-p-b-32 {
    padding-bottom: 320px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-32 {
    margin-left: 320px;
  }
  .mobile-l\:p-l-32 {
    padding-left: 320px;
  }
  .mobile-l-m-l-32 {
    margin-left: 320px;
  }
  .mobile-l-p-l-32 {
    padding-left: 320px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-32 {
    margin-right: 320px;
  }
  .mobile-l\:p-r-32 {
    padding-right: 320px;
  }
  .mobile-l-m-r-32 {
    margin-right: 320px;
  }
  .mobile-l-p-r-32 {
    padding-right: 320px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-33 {
    margin-top: 330px;
  }
  .mobile-l\:p-t-33 {
    padding-top: 330px;
  }
  .mobile-l-m-t-33 {
    margin-top: 330px;
  }
  .mobile-l-p-t-33 {
    padding-top: 330px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-33 {
    margin-bottom: 330px;
  }
  .mobile-l\:p-b-33 {
    padding-bottom: 330px;
  }
  .mobile-l-m-b-33 {
    margin-bottom: 330px;
  }
  .mobile-l-p-b-33 {
    padding-bottom: 330px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-33 {
    margin-left: 330px;
  }
  .mobile-l\:p-l-33 {
    padding-left: 330px;
  }
  .mobile-l-m-l-33 {
    margin-left: 330px;
  }
  .mobile-l-p-l-33 {
    padding-left: 330px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-33 {
    margin-right: 330px;
  }
  .mobile-l\:p-r-33 {
    padding-right: 330px;
  }
  .mobile-l-m-r-33 {
    margin-right: 330px;
  }
  .mobile-l-p-r-33 {
    padding-right: 330px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-34 {
    margin-top: 340px;
  }
  .mobile-l\:p-t-34 {
    padding-top: 340px;
  }
  .mobile-l-m-t-34 {
    margin-top: 340px;
  }
  .mobile-l-p-t-34 {
    padding-top: 340px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-34 {
    margin-bottom: 340px;
  }
  .mobile-l\:p-b-34 {
    padding-bottom: 340px;
  }
  .mobile-l-m-b-34 {
    margin-bottom: 340px;
  }
  .mobile-l-p-b-34 {
    padding-bottom: 340px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-34 {
    margin-left: 340px;
  }
  .mobile-l\:p-l-34 {
    padding-left: 340px;
  }
  .mobile-l-m-l-34 {
    margin-left: 340px;
  }
  .mobile-l-p-l-34 {
    padding-left: 340px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-34 {
    margin-right: 340px;
  }
  .mobile-l\:p-r-34 {
    padding-right: 340px;
  }
  .mobile-l-m-r-34 {
    margin-right: 340px;
  }
  .mobile-l-p-r-34 {
    padding-right: 340px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-35 {
    margin-top: 350px;
  }
  .mobile-l\:p-t-35 {
    padding-top: 350px;
  }
  .mobile-l-m-t-35 {
    margin-top: 350px;
  }
  .mobile-l-p-t-35 {
    padding-top: 350px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-35 {
    margin-bottom: 350px;
  }
  .mobile-l\:p-b-35 {
    padding-bottom: 350px;
  }
  .mobile-l-m-b-35 {
    margin-bottom: 350px;
  }
  .mobile-l-p-b-35 {
    padding-bottom: 350px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-35 {
    margin-left: 350px;
  }
  .mobile-l\:p-l-35 {
    padding-left: 350px;
  }
  .mobile-l-m-l-35 {
    margin-left: 350px;
  }
  .mobile-l-p-l-35 {
    padding-left: 350px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-35 {
    margin-right: 350px;
  }
  .mobile-l\:p-r-35 {
    padding-right: 350px;
  }
  .mobile-l-m-r-35 {
    margin-right: 350px;
  }
  .mobile-l-p-r-35 {
    padding-right: 350px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-36 {
    margin-top: 360px;
  }
  .mobile-l\:p-t-36 {
    padding-top: 360px;
  }
  .mobile-l-m-t-36 {
    margin-top: 360px;
  }
  .mobile-l-p-t-36 {
    padding-top: 360px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-36 {
    margin-bottom: 360px;
  }
  .mobile-l\:p-b-36 {
    padding-bottom: 360px;
  }
  .mobile-l-m-b-36 {
    margin-bottom: 360px;
  }
  .mobile-l-p-b-36 {
    padding-bottom: 360px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-36 {
    margin-left: 360px;
  }
  .mobile-l\:p-l-36 {
    padding-left: 360px;
  }
  .mobile-l-m-l-36 {
    margin-left: 360px;
  }
  .mobile-l-p-l-36 {
    padding-left: 360px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-36 {
    margin-right: 360px;
  }
  .mobile-l\:p-r-36 {
    padding-right: 360px;
  }
  .mobile-l-m-r-36 {
    margin-right: 360px;
  }
  .mobile-l-p-r-36 {
    padding-right: 360px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-37 {
    margin-top: 370px;
  }
  .mobile-l\:p-t-37 {
    padding-top: 370px;
  }
  .mobile-l-m-t-37 {
    margin-top: 370px;
  }
  .mobile-l-p-t-37 {
    padding-top: 370px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-37 {
    margin-bottom: 370px;
  }
  .mobile-l\:p-b-37 {
    padding-bottom: 370px;
  }
  .mobile-l-m-b-37 {
    margin-bottom: 370px;
  }
  .mobile-l-p-b-37 {
    padding-bottom: 370px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-37 {
    margin-left: 370px;
  }
  .mobile-l\:p-l-37 {
    padding-left: 370px;
  }
  .mobile-l-m-l-37 {
    margin-left: 370px;
  }
  .mobile-l-p-l-37 {
    padding-left: 370px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-37 {
    margin-right: 370px;
  }
  .mobile-l\:p-r-37 {
    padding-right: 370px;
  }
  .mobile-l-m-r-37 {
    margin-right: 370px;
  }
  .mobile-l-p-r-37 {
    padding-right: 370px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-38 {
    margin-top: 380px;
  }
  .mobile-l\:p-t-38 {
    padding-top: 380px;
  }
  .mobile-l-m-t-38 {
    margin-top: 380px;
  }
  .mobile-l-p-t-38 {
    padding-top: 380px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-38 {
    margin-bottom: 380px;
  }
  .mobile-l\:p-b-38 {
    padding-bottom: 380px;
  }
  .mobile-l-m-b-38 {
    margin-bottom: 380px;
  }
  .mobile-l-p-b-38 {
    padding-bottom: 380px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-38 {
    margin-left: 380px;
  }
  .mobile-l\:p-l-38 {
    padding-left: 380px;
  }
  .mobile-l-m-l-38 {
    margin-left: 380px;
  }
  .mobile-l-p-l-38 {
    padding-left: 380px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-38 {
    margin-right: 380px;
  }
  .mobile-l\:p-r-38 {
    padding-right: 380px;
  }
  .mobile-l-m-r-38 {
    margin-right: 380px;
  }
  .mobile-l-p-r-38 {
    padding-right: 380px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-39 {
    margin-top: 390px;
  }
  .mobile-l\:p-t-39 {
    padding-top: 390px;
  }
  .mobile-l-m-t-39 {
    margin-top: 390px;
  }
  .mobile-l-p-t-39 {
    padding-top: 390px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-39 {
    margin-bottom: 390px;
  }
  .mobile-l\:p-b-39 {
    padding-bottom: 390px;
  }
  .mobile-l-m-b-39 {
    margin-bottom: 390px;
  }
  .mobile-l-p-b-39 {
    padding-bottom: 390px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-39 {
    margin-left: 390px;
  }
  .mobile-l\:p-l-39 {
    padding-left: 390px;
  }
  .mobile-l-m-l-39 {
    margin-left: 390px;
  }
  .mobile-l-p-l-39 {
    padding-left: 390px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-39 {
    margin-right: 390px;
  }
  .mobile-l\:p-r-39 {
    padding-right: 390px;
  }
  .mobile-l-m-r-39 {
    margin-right: 390px;
  }
  .mobile-l-p-r-39 {
    padding-right: 390px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-40 {
    margin-top: 400px;
  }
  .mobile-l\:p-t-40 {
    padding-top: 400px;
  }
  .mobile-l-m-t-40 {
    margin-top: 400px;
  }
  .mobile-l-p-t-40 {
    padding-top: 400px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-40 {
    margin-bottom: 400px;
  }
  .mobile-l\:p-b-40 {
    padding-bottom: 400px;
  }
  .mobile-l-m-b-40 {
    margin-bottom: 400px;
  }
  .mobile-l-p-b-40 {
    padding-bottom: 400px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-40 {
    margin-left: 400px;
  }
  .mobile-l\:p-l-40 {
    padding-left: 400px;
  }
  .mobile-l-m-l-40 {
    margin-left: 400px;
  }
  .mobile-l-p-l-40 {
    padding-left: 400px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-40 {
    margin-right: 400px;
  }
  .mobile-l\:p-r-40 {
    padding-right: 400px;
  }
  .mobile-l-m-r-40 {
    margin-right: 400px;
  }
  .mobile-l-p-r-40 {
    padding-right: 400px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-41 {
    margin-top: 410px;
  }
  .mobile-l\:p-t-41 {
    padding-top: 410px;
  }
  .mobile-l-m-t-41 {
    margin-top: 410px;
  }
  .mobile-l-p-t-41 {
    padding-top: 410px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-41 {
    margin-bottom: 410px;
  }
  .mobile-l\:p-b-41 {
    padding-bottom: 410px;
  }
  .mobile-l-m-b-41 {
    margin-bottom: 410px;
  }
  .mobile-l-p-b-41 {
    padding-bottom: 410px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-41 {
    margin-left: 410px;
  }
  .mobile-l\:p-l-41 {
    padding-left: 410px;
  }
  .mobile-l-m-l-41 {
    margin-left: 410px;
  }
  .mobile-l-p-l-41 {
    padding-left: 410px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-41 {
    margin-right: 410px;
  }
  .mobile-l\:p-r-41 {
    padding-right: 410px;
  }
  .mobile-l-m-r-41 {
    margin-right: 410px;
  }
  .mobile-l-p-r-41 {
    padding-right: 410px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-42 {
    margin-top: 420px;
  }
  .mobile-l\:p-t-42 {
    padding-top: 420px;
  }
  .mobile-l-m-t-42 {
    margin-top: 420px;
  }
  .mobile-l-p-t-42 {
    padding-top: 420px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-42 {
    margin-bottom: 420px;
  }
  .mobile-l\:p-b-42 {
    padding-bottom: 420px;
  }
  .mobile-l-m-b-42 {
    margin-bottom: 420px;
  }
  .mobile-l-p-b-42 {
    padding-bottom: 420px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-42 {
    margin-left: 420px;
  }
  .mobile-l\:p-l-42 {
    padding-left: 420px;
  }
  .mobile-l-m-l-42 {
    margin-left: 420px;
  }
  .mobile-l-p-l-42 {
    padding-left: 420px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-42 {
    margin-right: 420px;
  }
  .mobile-l\:p-r-42 {
    padding-right: 420px;
  }
  .mobile-l-m-r-42 {
    margin-right: 420px;
  }
  .mobile-l-p-r-42 {
    padding-right: 420px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-43 {
    margin-top: 430px;
  }
  .mobile-l\:p-t-43 {
    padding-top: 430px;
  }
  .mobile-l-m-t-43 {
    margin-top: 430px;
  }
  .mobile-l-p-t-43 {
    padding-top: 430px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-43 {
    margin-bottom: 430px;
  }
  .mobile-l\:p-b-43 {
    padding-bottom: 430px;
  }
  .mobile-l-m-b-43 {
    margin-bottom: 430px;
  }
  .mobile-l-p-b-43 {
    padding-bottom: 430px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-43 {
    margin-left: 430px;
  }
  .mobile-l\:p-l-43 {
    padding-left: 430px;
  }
  .mobile-l-m-l-43 {
    margin-left: 430px;
  }
  .mobile-l-p-l-43 {
    padding-left: 430px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-43 {
    margin-right: 430px;
  }
  .mobile-l\:p-r-43 {
    padding-right: 430px;
  }
  .mobile-l-m-r-43 {
    margin-right: 430px;
  }
  .mobile-l-p-r-43 {
    padding-right: 430px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-44 {
    margin-top: 440px;
  }
  .mobile-l\:p-t-44 {
    padding-top: 440px;
  }
  .mobile-l-m-t-44 {
    margin-top: 440px;
  }
  .mobile-l-p-t-44 {
    padding-top: 440px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-44 {
    margin-bottom: 440px;
  }
  .mobile-l\:p-b-44 {
    padding-bottom: 440px;
  }
  .mobile-l-m-b-44 {
    margin-bottom: 440px;
  }
  .mobile-l-p-b-44 {
    padding-bottom: 440px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-44 {
    margin-left: 440px;
  }
  .mobile-l\:p-l-44 {
    padding-left: 440px;
  }
  .mobile-l-m-l-44 {
    margin-left: 440px;
  }
  .mobile-l-p-l-44 {
    padding-left: 440px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-44 {
    margin-right: 440px;
  }
  .mobile-l\:p-r-44 {
    padding-right: 440px;
  }
  .mobile-l-m-r-44 {
    margin-right: 440px;
  }
  .mobile-l-p-r-44 {
    padding-right: 440px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-45 {
    margin-top: 450px;
  }
  .mobile-l\:p-t-45 {
    padding-top: 450px;
  }
  .mobile-l-m-t-45 {
    margin-top: 450px;
  }
  .mobile-l-p-t-45 {
    padding-top: 450px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-45 {
    margin-bottom: 450px;
  }
  .mobile-l\:p-b-45 {
    padding-bottom: 450px;
  }
  .mobile-l-m-b-45 {
    margin-bottom: 450px;
  }
  .mobile-l-p-b-45 {
    padding-bottom: 450px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-45 {
    margin-left: 450px;
  }
  .mobile-l\:p-l-45 {
    padding-left: 450px;
  }
  .mobile-l-m-l-45 {
    margin-left: 450px;
  }
  .mobile-l-p-l-45 {
    padding-left: 450px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-45 {
    margin-right: 450px;
  }
  .mobile-l\:p-r-45 {
    padding-right: 450px;
  }
  .mobile-l-m-r-45 {
    margin-right: 450px;
  }
  .mobile-l-p-r-45 {
    padding-right: 450px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-46 {
    margin-top: 460px;
  }
  .mobile-l\:p-t-46 {
    padding-top: 460px;
  }
  .mobile-l-m-t-46 {
    margin-top: 460px;
  }
  .mobile-l-p-t-46 {
    padding-top: 460px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-46 {
    margin-bottom: 460px;
  }
  .mobile-l\:p-b-46 {
    padding-bottom: 460px;
  }
  .mobile-l-m-b-46 {
    margin-bottom: 460px;
  }
  .mobile-l-p-b-46 {
    padding-bottom: 460px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-46 {
    margin-left: 460px;
  }
  .mobile-l\:p-l-46 {
    padding-left: 460px;
  }
  .mobile-l-m-l-46 {
    margin-left: 460px;
  }
  .mobile-l-p-l-46 {
    padding-left: 460px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-46 {
    margin-right: 460px;
  }
  .mobile-l\:p-r-46 {
    padding-right: 460px;
  }
  .mobile-l-m-r-46 {
    margin-right: 460px;
  }
  .mobile-l-p-r-46 {
    padding-right: 460px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-47 {
    margin-top: 470px;
  }
  .mobile-l\:p-t-47 {
    padding-top: 470px;
  }
  .mobile-l-m-t-47 {
    margin-top: 470px;
  }
  .mobile-l-p-t-47 {
    padding-top: 470px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-47 {
    margin-bottom: 470px;
  }
  .mobile-l\:p-b-47 {
    padding-bottom: 470px;
  }
  .mobile-l-m-b-47 {
    margin-bottom: 470px;
  }
  .mobile-l-p-b-47 {
    padding-bottom: 470px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-47 {
    margin-left: 470px;
  }
  .mobile-l\:p-l-47 {
    padding-left: 470px;
  }
  .mobile-l-m-l-47 {
    margin-left: 470px;
  }
  .mobile-l-p-l-47 {
    padding-left: 470px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-47 {
    margin-right: 470px;
  }
  .mobile-l\:p-r-47 {
    padding-right: 470px;
  }
  .mobile-l-m-r-47 {
    margin-right: 470px;
  }
  .mobile-l-p-r-47 {
    padding-right: 470px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-48 {
    margin-top: 480px;
  }
  .mobile-l\:p-t-48 {
    padding-top: 480px;
  }
  .mobile-l-m-t-48 {
    margin-top: 480px;
  }
  .mobile-l-p-t-48 {
    padding-top: 480px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-48 {
    margin-bottom: 480px;
  }
  .mobile-l\:p-b-48 {
    padding-bottom: 480px;
  }
  .mobile-l-m-b-48 {
    margin-bottom: 480px;
  }
  .mobile-l-p-b-48 {
    padding-bottom: 480px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-48 {
    margin-left: 480px;
  }
  .mobile-l\:p-l-48 {
    padding-left: 480px;
  }
  .mobile-l-m-l-48 {
    margin-left: 480px;
  }
  .mobile-l-p-l-48 {
    padding-left: 480px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-48 {
    margin-right: 480px;
  }
  .mobile-l\:p-r-48 {
    padding-right: 480px;
  }
  .mobile-l-m-r-48 {
    margin-right: 480px;
  }
  .mobile-l-p-r-48 {
    padding-right: 480px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-49 {
    margin-top: 490px;
  }
  .mobile-l\:p-t-49 {
    padding-top: 490px;
  }
  .mobile-l-m-t-49 {
    margin-top: 490px;
  }
  .mobile-l-p-t-49 {
    padding-top: 490px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-b-49 {
    margin-bottom: 490px;
  }
  .mobile-l\:p-b-49 {
    padding-bottom: 490px;
  }
  .mobile-l-m-b-49 {
    margin-bottom: 490px;
  }
  .mobile-l-p-b-49 {
    padding-bottom: 490px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-l-49 {
    margin-left: 490px;
  }
  .mobile-l\:p-l-49 {
    padding-left: 490px;
  }
  .mobile-l-m-l-49 {
    margin-left: 490px;
  }
  .mobile-l-p-l-49 {
    padding-left: 490px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-r-49 {
    margin-right: 490px;
  }
  .mobile-l\:p-r-49 {
    padding-right: 490px;
  }
  .mobile-l-m-r-49 {
    margin-right: 490px;
  }
  .mobile-l-p-r-49 {
    padding-right: 490px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--10 {
    margin-top: -100px;
  }
  .tablet\:p-t--10 {
    padding-top: -100px;
  }
  .tablet-m-t--10 {
    margin-top: -100px;
  }
  .tablet-p-t--10 {
    padding-top: -100px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--10 {
    margin-bottom: -100px;
  }
  .tablet\:p-b--10 {
    padding-bottom: -100px;
  }
  .tablet-m-b--10 {
    margin-bottom: -100px;
  }
  .tablet-p-b--10 {
    padding-bottom: -100px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--10 {
    margin-left: -100px;
  }
  .tablet\:p-l--10 {
    padding-left: -100px;
  }
  .tablet-m-l--10 {
    margin-left: -100px;
  }
  .tablet-p-l--10 {
    padding-left: -100px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--10 {
    margin-right: -100px;
  }
  .tablet\:p-r--10 {
    padding-right: -100px;
  }
  .tablet-m-r--10 {
    margin-right: -100px;
  }
  .tablet-p-r--10 {
    padding-right: -100px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--9\.9 {
    margin-top: -99px;
  }
  .tablet\:p-t--9\.9 {
    padding-top: -99px;
  }
  .tablet-m-t--9\.9 {
    margin-top: -99px;
  }
  .tablet-p-t--9\.9 {
    padding-top: -99px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--9\.9 {
    margin-bottom: -99px;
  }
  .tablet\:p-b--9\.9 {
    padding-bottom: -99px;
  }
  .tablet-m-b--9\.9 {
    margin-bottom: -99px;
  }
  .tablet-p-b--9\.9 {
    padding-bottom: -99px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--9\.9 {
    margin-left: -99px;
  }
  .tablet\:p-l--9\.9 {
    padding-left: -99px;
  }
  .tablet-m-l--9\.9 {
    margin-left: -99px;
  }
  .tablet-p-l--9\.9 {
    padding-left: -99px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--9\.9 {
    margin-right: -99px;
  }
  .tablet\:p-r--9\.9 {
    padding-right: -99px;
  }
  .tablet-m-r--9\.9 {
    margin-right: -99px;
  }
  .tablet-p-r--9\.9 {
    padding-right: -99px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--9\.8 {
    margin-top: -98px;
  }
  .tablet\:p-t--9\.8 {
    padding-top: -98px;
  }
  .tablet-m-t--9\.8 {
    margin-top: -98px;
  }
  .tablet-p-t--9\.8 {
    padding-top: -98px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--9\.8 {
    margin-bottom: -98px;
  }
  .tablet\:p-b--9\.8 {
    padding-bottom: -98px;
  }
  .tablet-m-b--9\.8 {
    margin-bottom: -98px;
  }
  .tablet-p-b--9\.8 {
    padding-bottom: -98px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--9\.8 {
    margin-left: -98px;
  }
  .tablet\:p-l--9\.8 {
    padding-left: -98px;
  }
  .tablet-m-l--9\.8 {
    margin-left: -98px;
  }
  .tablet-p-l--9\.8 {
    padding-left: -98px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--9\.8 {
    margin-right: -98px;
  }
  .tablet\:p-r--9\.8 {
    padding-right: -98px;
  }
  .tablet-m-r--9\.8 {
    margin-right: -98px;
  }
  .tablet-p-r--9\.8 {
    padding-right: -98px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--9\.7 {
    margin-top: -97px;
  }
  .tablet\:p-t--9\.7 {
    padding-top: -97px;
  }
  .tablet-m-t--9\.7 {
    margin-top: -97px;
  }
  .tablet-p-t--9\.7 {
    padding-top: -97px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--9\.7 {
    margin-bottom: -97px;
  }
  .tablet\:p-b--9\.7 {
    padding-bottom: -97px;
  }
  .tablet-m-b--9\.7 {
    margin-bottom: -97px;
  }
  .tablet-p-b--9\.7 {
    padding-bottom: -97px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--9\.7 {
    margin-left: -97px;
  }
  .tablet\:p-l--9\.7 {
    padding-left: -97px;
  }
  .tablet-m-l--9\.7 {
    margin-left: -97px;
  }
  .tablet-p-l--9\.7 {
    padding-left: -97px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--9\.7 {
    margin-right: -97px;
  }
  .tablet\:p-r--9\.7 {
    padding-right: -97px;
  }
  .tablet-m-r--9\.7 {
    margin-right: -97px;
  }
  .tablet-p-r--9\.7 {
    padding-right: -97px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--9\.6 {
    margin-top: -96px;
  }
  .tablet\:p-t--9\.6 {
    padding-top: -96px;
  }
  .tablet-m-t--9\.6 {
    margin-top: -96px;
  }
  .tablet-p-t--9\.6 {
    padding-top: -96px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--9\.6 {
    margin-bottom: -96px;
  }
  .tablet\:p-b--9\.6 {
    padding-bottom: -96px;
  }
  .tablet-m-b--9\.6 {
    margin-bottom: -96px;
  }
  .tablet-p-b--9\.6 {
    padding-bottom: -96px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--9\.6 {
    margin-left: -96px;
  }
  .tablet\:p-l--9\.6 {
    padding-left: -96px;
  }
  .tablet-m-l--9\.6 {
    margin-left: -96px;
  }
  .tablet-p-l--9\.6 {
    padding-left: -96px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--9\.6 {
    margin-right: -96px;
  }
  .tablet\:p-r--9\.6 {
    padding-right: -96px;
  }
  .tablet-m-r--9\.6 {
    margin-right: -96px;
  }
  .tablet-p-r--9\.6 {
    padding-right: -96px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--9\.5 {
    margin-top: -95px;
  }
  .tablet\:p-t--9\.5 {
    padding-top: -95px;
  }
  .tablet-m-t--9\.5 {
    margin-top: -95px;
  }
  .tablet-p-t--9\.5 {
    padding-top: -95px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--9\.5 {
    margin-bottom: -95px;
  }
  .tablet\:p-b--9\.5 {
    padding-bottom: -95px;
  }
  .tablet-m-b--9\.5 {
    margin-bottom: -95px;
  }
  .tablet-p-b--9\.5 {
    padding-bottom: -95px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--9\.5 {
    margin-left: -95px;
  }
  .tablet\:p-l--9\.5 {
    padding-left: -95px;
  }
  .tablet-m-l--9\.5 {
    margin-left: -95px;
  }
  .tablet-p-l--9\.5 {
    padding-left: -95px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--9\.5 {
    margin-right: -95px;
  }
  .tablet\:p-r--9\.5 {
    padding-right: -95px;
  }
  .tablet-m-r--9\.5 {
    margin-right: -95px;
  }
  .tablet-p-r--9\.5 {
    padding-right: -95px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--9\.4 {
    margin-top: -94px;
  }
  .tablet\:p-t--9\.4 {
    padding-top: -94px;
  }
  .tablet-m-t--9\.4 {
    margin-top: -94px;
  }
  .tablet-p-t--9\.4 {
    padding-top: -94px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--9\.4 {
    margin-bottom: -94px;
  }
  .tablet\:p-b--9\.4 {
    padding-bottom: -94px;
  }
  .tablet-m-b--9\.4 {
    margin-bottom: -94px;
  }
  .tablet-p-b--9\.4 {
    padding-bottom: -94px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--9\.4 {
    margin-left: -94px;
  }
  .tablet\:p-l--9\.4 {
    padding-left: -94px;
  }
  .tablet-m-l--9\.4 {
    margin-left: -94px;
  }
  .tablet-p-l--9\.4 {
    padding-left: -94px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--9\.4 {
    margin-right: -94px;
  }
  .tablet\:p-r--9\.4 {
    padding-right: -94px;
  }
  .tablet-m-r--9\.4 {
    margin-right: -94px;
  }
  .tablet-p-r--9\.4 {
    padding-right: -94px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--9\.3 {
    margin-top: -93px;
  }
  .tablet\:p-t--9\.3 {
    padding-top: -93px;
  }
  .tablet-m-t--9\.3 {
    margin-top: -93px;
  }
  .tablet-p-t--9\.3 {
    padding-top: -93px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--9\.3 {
    margin-bottom: -93px;
  }
  .tablet\:p-b--9\.3 {
    padding-bottom: -93px;
  }
  .tablet-m-b--9\.3 {
    margin-bottom: -93px;
  }
  .tablet-p-b--9\.3 {
    padding-bottom: -93px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--9\.3 {
    margin-left: -93px;
  }
  .tablet\:p-l--9\.3 {
    padding-left: -93px;
  }
  .tablet-m-l--9\.3 {
    margin-left: -93px;
  }
  .tablet-p-l--9\.3 {
    padding-left: -93px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--9\.3 {
    margin-right: -93px;
  }
  .tablet\:p-r--9\.3 {
    padding-right: -93px;
  }
  .tablet-m-r--9\.3 {
    margin-right: -93px;
  }
  .tablet-p-r--9\.3 {
    padding-right: -93px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--9\.2 {
    margin-top: -92px;
  }
  .tablet\:p-t--9\.2 {
    padding-top: -92px;
  }
  .tablet-m-t--9\.2 {
    margin-top: -92px;
  }
  .tablet-p-t--9\.2 {
    padding-top: -92px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--9\.2 {
    margin-bottom: -92px;
  }
  .tablet\:p-b--9\.2 {
    padding-bottom: -92px;
  }
  .tablet-m-b--9\.2 {
    margin-bottom: -92px;
  }
  .tablet-p-b--9\.2 {
    padding-bottom: -92px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--9\.2 {
    margin-left: -92px;
  }
  .tablet\:p-l--9\.2 {
    padding-left: -92px;
  }
  .tablet-m-l--9\.2 {
    margin-left: -92px;
  }
  .tablet-p-l--9\.2 {
    padding-left: -92px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--9\.2 {
    margin-right: -92px;
  }
  .tablet\:p-r--9\.2 {
    padding-right: -92px;
  }
  .tablet-m-r--9\.2 {
    margin-right: -92px;
  }
  .tablet-p-r--9\.2 {
    padding-right: -92px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--9\.1 {
    margin-top: -91px;
  }
  .tablet\:p-t--9\.1 {
    padding-top: -91px;
  }
  .tablet-m-t--9\.1 {
    margin-top: -91px;
  }
  .tablet-p-t--9\.1 {
    padding-top: -91px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--9\.1 {
    margin-bottom: -91px;
  }
  .tablet\:p-b--9\.1 {
    padding-bottom: -91px;
  }
  .tablet-m-b--9\.1 {
    margin-bottom: -91px;
  }
  .tablet-p-b--9\.1 {
    padding-bottom: -91px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--9\.1 {
    margin-left: -91px;
  }
  .tablet\:p-l--9\.1 {
    padding-left: -91px;
  }
  .tablet-m-l--9\.1 {
    margin-left: -91px;
  }
  .tablet-p-l--9\.1 {
    padding-left: -91px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--9\.1 {
    margin-right: -91px;
  }
  .tablet\:p-r--9\.1 {
    padding-right: -91px;
  }
  .tablet-m-r--9\.1 {
    margin-right: -91px;
  }
  .tablet-p-r--9\.1 {
    padding-right: -91px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--9 {
    margin-top: -90px;
  }
  .tablet\:p-t--9 {
    padding-top: -90px;
  }
  .tablet-m-t--9 {
    margin-top: -90px;
  }
  .tablet-p-t--9 {
    padding-top: -90px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--9 {
    margin-bottom: -90px;
  }
  .tablet\:p-b--9 {
    padding-bottom: -90px;
  }
  .tablet-m-b--9 {
    margin-bottom: -90px;
  }
  .tablet-p-b--9 {
    padding-bottom: -90px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--9 {
    margin-left: -90px;
  }
  .tablet\:p-l--9 {
    padding-left: -90px;
  }
  .tablet-m-l--9 {
    margin-left: -90px;
  }
  .tablet-p-l--9 {
    padding-left: -90px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--9 {
    margin-right: -90px;
  }
  .tablet\:p-r--9 {
    padding-right: -90px;
  }
  .tablet-m-r--9 {
    margin-right: -90px;
  }
  .tablet-p-r--9 {
    padding-right: -90px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--8\.9 {
    margin-top: -89px;
  }
  .tablet\:p-t--8\.9 {
    padding-top: -89px;
  }
  .tablet-m-t--8\.9 {
    margin-top: -89px;
  }
  .tablet-p-t--8\.9 {
    padding-top: -89px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--8\.9 {
    margin-bottom: -89px;
  }
  .tablet\:p-b--8\.9 {
    padding-bottom: -89px;
  }
  .tablet-m-b--8\.9 {
    margin-bottom: -89px;
  }
  .tablet-p-b--8\.9 {
    padding-bottom: -89px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--8\.9 {
    margin-left: -89px;
  }
  .tablet\:p-l--8\.9 {
    padding-left: -89px;
  }
  .tablet-m-l--8\.9 {
    margin-left: -89px;
  }
  .tablet-p-l--8\.9 {
    padding-left: -89px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--8\.9 {
    margin-right: -89px;
  }
  .tablet\:p-r--8\.9 {
    padding-right: -89px;
  }
  .tablet-m-r--8\.9 {
    margin-right: -89px;
  }
  .tablet-p-r--8\.9 {
    padding-right: -89px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--8\.8 {
    margin-top: -88px;
  }
  .tablet\:p-t--8\.8 {
    padding-top: -88px;
  }
  .tablet-m-t--8\.8 {
    margin-top: -88px;
  }
  .tablet-p-t--8\.8 {
    padding-top: -88px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--8\.8 {
    margin-bottom: -88px;
  }
  .tablet\:p-b--8\.8 {
    padding-bottom: -88px;
  }
  .tablet-m-b--8\.8 {
    margin-bottom: -88px;
  }
  .tablet-p-b--8\.8 {
    padding-bottom: -88px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--8\.8 {
    margin-left: -88px;
  }
  .tablet\:p-l--8\.8 {
    padding-left: -88px;
  }
  .tablet-m-l--8\.8 {
    margin-left: -88px;
  }
  .tablet-p-l--8\.8 {
    padding-left: -88px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--8\.8 {
    margin-right: -88px;
  }
  .tablet\:p-r--8\.8 {
    padding-right: -88px;
  }
  .tablet-m-r--8\.8 {
    margin-right: -88px;
  }
  .tablet-p-r--8\.8 {
    padding-right: -88px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--8\.7 {
    margin-top: -87px;
  }
  .tablet\:p-t--8\.7 {
    padding-top: -87px;
  }
  .tablet-m-t--8\.7 {
    margin-top: -87px;
  }
  .tablet-p-t--8\.7 {
    padding-top: -87px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--8\.7 {
    margin-bottom: -87px;
  }
  .tablet\:p-b--8\.7 {
    padding-bottom: -87px;
  }
  .tablet-m-b--8\.7 {
    margin-bottom: -87px;
  }
  .tablet-p-b--8\.7 {
    padding-bottom: -87px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--8\.7 {
    margin-left: -87px;
  }
  .tablet\:p-l--8\.7 {
    padding-left: -87px;
  }
  .tablet-m-l--8\.7 {
    margin-left: -87px;
  }
  .tablet-p-l--8\.7 {
    padding-left: -87px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--8\.7 {
    margin-right: -87px;
  }
  .tablet\:p-r--8\.7 {
    padding-right: -87px;
  }
  .tablet-m-r--8\.7 {
    margin-right: -87px;
  }
  .tablet-p-r--8\.7 {
    padding-right: -87px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--8\.6 {
    margin-top: -86px;
  }
  .tablet\:p-t--8\.6 {
    padding-top: -86px;
  }
  .tablet-m-t--8\.6 {
    margin-top: -86px;
  }
  .tablet-p-t--8\.6 {
    padding-top: -86px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--8\.6 {
    margin-bottom: -86px;
  }
  .tablet\:p-b--8\.6 {
    padding-bottom: -86px;
  }
  .tablet-m-b--8\.6 {
    margin-bottom: -86px;
  }
  .tablet-p-b--8\.6 {
    padding-bottom: -86px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--8\.6 {
    margin-left: -86px;
  }
  .tablet\:p-l--8\.6 {
    padding-left: -86px;
  }
  .tablet-m-l--8\.6 {
    margin-left: -86px;
  }
  .tablet-p-l--8\.6 {
    padding-left: -86px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--8\.6 {
    margin-right: -86px;
  }
  .tablet\:p-r--8\.6 {
    padding-right: -86px;
  }
  .tablet-m-r--8\.6 {
    margin-right: -86px;
  }
  .tablet-p-r--8\.6 {
    padding-right: -86px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--8\.5 {
    margin-top: -85px;
  }
  .tablet\:p-t--8\.5 {
    padding-top: -85px;
  }
  .tablet-m-t--8\.5 {
    margin-top: -85px;
  }
  .tablet-p-t--8\.5 {
    padding-top: -85px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--8\.5 {
    margin-bottom: -85px;
  }
  .tablet\:p-b--8\.5 {
    padding-bottom: -85px;
  }
  .tablet-m-b--8\.5 {
    margin-bottom: -85px;
  }
  .tablet-p-b--8\.5 {
    padding-bottom: -85px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--8\.5 {
    margin-left: -85px;
  }
  .tablet\:p-l--8\.5 {
    padding-left: -85px;
  }
  .tablet-m-l--8\.5 {
    margin-left: -85px;
  }
  .tablet-p-l--8\.5 {
    padding-left: -85px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--8\.5 {
    margin-right: -85px;
  }
  .tablet\:p-r--8\.5 {
    padding-right: -85px;
  }
  .tablet-m-r--8\.5 {
    margin-right: -85px;
  }
  .tablet-p-r--8\.5 {
    padding-right: -85px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--8\.4 {
    margin-top: -84px;
  }
  .tablet\:p-t--8\.4 {
    padding-top: -84px;
  }
  .tablet-m-t--8\.4 {
    margin-top: -84px;
  }
  .tablet-p-t--8\.4 {
    padding-top: -84px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--8\.4 {
    margin-bottom: -84px;
  }
  .tablet\:p-b--8\.4 {
    padding-bottom: -84px;
  }
  .tablet-m-b--8\.4 {
    margin-bottom: -84px;
  }
  .tablet-p-b--8\.4 {
    padding-bottom: -84px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--8\.4 {
    margin-left: -84px;
  }
  .tablet\:p-l--8\.4 {
    padding-left: -84px;
  }
  .tablet-m-l--8\.4 {
    margin-left: -84px;
  }
  .tablet-p-l--8\.4 {
    padding-left: -84px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--8\.4 {
    margin-right: -84px;
  }
  .tablet\:p-r--8\.4 {
    padding-right: -84px;
  }
  .tablet-m-r--8\.4 {
    margin-right: -84px;
  }
  .tablet-p-r--8\.4 {
    padding-right: -84px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--8\.3 {
    margin-top: -83px;
  }
  .tablet\:p-t--8\.3 {
    padding-top: -83px;
  }
  .tablet-m-t--8\.3 {
    margin-top: -83px;
  }
  .tablet-p-t--8\.3 {
    padding-top: -83px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--8\.3 {
    margin-bottom: -83px;
  }
  .tablet\:p-b--8\.3 {
    padding-bottom: -83px;
  }
  .tablet-m-b--8\.3 {
    margin-bottom: -83px;
  }
  .tablet-p-b--8\.3 {
    padding-bottom: -83px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--8\.3 {
    margin-left: -83px;
  }
  .tablet\:p-l--8\.3 {
    padding-left: -83px;
  }
  .tablet-m-l--8\.3 {
    margin-left: -83px;
  }
  .tablet-p-l--8\.3 {
    padding-left: -83px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--8\.3 {
    margin-right: -83px;
  }
  .tablet\:p-r--8\.3 {
    padding-right: -83px;
  }
  .tablet-m-r--8\.3 {
    margin-right: -83px;
  }
  .tablet-p-r--8\.3 {
    padding-right: -83px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--8\.2 {
    margin-top: -82px;
  }
  .tablet\:p-t--8\.2 {
    padding-top: -82px;
  }
  .tablet-m-t--8\.2 {
    margin-top: -82px;
  }
  .tablet-p-t--8\.2 {
    padding-top: -82px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--8\.2 {
    margin-bottom: -82px;
  }
  .tablet\:p-b--8\.2 {
    padding-bottom: -82px;
  }
  .tablet-m-b--8\.2 {
    margin-bottom: -82px;
  }
  .tablet-p-b--8\.2 {
    padding-bottom: -82px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--8\.2 {
    margin-left: -82px;
  }
  .tablet\:p-l--8\.2 {
    padding-left: -82px;
  }
  .tablet-m-l--8\.2 {
    margin-left: -82px;
  }
  .tablet-p-l--8\.2 {
    padding-left: -82px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--8\.2 {
    margin-right: -82px;
  }
  .tablet\:p-r--8\.2 {
    padding-right: -82px;
  }
  .tablet-m-r--8\.2 {
    margin-right: -82px;
  }
  .tablet-p-r--8\.2 {
    padding-right: -82px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--8\.1 {
    margin-top: -81px;
  }
  .tablet\:p-t--8\.1 {
    padding-top: -81px;
  }
  .tablet-m-t--8\.1 {
    margin-top: -81px;
  }
  .tablet-p-t--8\.1 {
    padding-top: -81px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--8\.1 {
    margin-bottom: -81px;
  }
  .tablet\:p-b--8\.1 {
    padding-bottom: -81px;
  }
  .tablet-m-b--8\.1 {
    margin-bottom: -81px;
  }
  .tablet-p-b--8\.1 {
    padding-bottom: -81px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--8\.1 {
    margin-left: -81px;
  }
  .tablet\:p-l--8\.1 {
    padding-left: -81px;
  }
  .tablet-m-l--8\.1 {
    margin-left: -81px;
  }
  .tablet-p-l--8\.1 {
    padding-left: -81px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--8\.1 {
    margin-right: -81px;
  }
  .tablet\:p-r--8\.1 {
    padding-right: -81px;
  }
  .tablet-m-r--8\.1 {
    margin-right: -81px;
  }
  .tablet-p-r--8\.1 {
    padding-right: -81px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--8 {
    margin-top: -80px;
  }
  .tablet\:p-t--8 {
    padding-top: -80px;
  }
  .tablet-m-t--8 {
    margin-top: -80px;
  }
  .tablet-p-t--8 {
    padding-top: -80px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--8 {
    margin-bottom: -80px;
  }
  .tablet\:p-b--8 {
    padding-bottom: -80px;
  }
  .tablet-m-b--8 {
    margin-bottom: -80px;
  }
  .tablet-p-b--8 {
    padding-bottom: -80px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--8 {
    margin-left: -80px;
  }
  .tablet\:p-l--8 {
    padding-left: -80px;
  }
  .tablet-m-l--8 {
    margin-left: -80px;
  }
  .tablet-p-l--8 {
    padding-left: -80px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--8 {
    margin-right: -80px;
  }
  .tablet\:p-r--8 {
    padding-right: -80px;
  }
  .tablet-m-r--8 {
    margin-right: -80px;
  }
  .tablet-p-r--8 {
    padding-right: -80px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--7\.9 {
    margin-top: -79px;
  }
  .tablet\:p-t--7\.9 {
    padding-top: -79px;
  }
  .tablet-m-t--7\.9 {
    margin-top: -79px;
  }
  .tablet-p-t--7\.9 {
    padding-top: -79px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--7\.9 {
    margin-bottom: -79px;
  }
  .tablet\:p-b--7\.9 {
    padding-bottom: -79px;
  }
  .tablet-m-b--7\.9 {
    margin-bottom: -79px;
  }
  .tablet-p-b--7\.9 {
    padding-bottom: -79px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--7\.9 {
    margin-left: -79px;
  }
  .tablet\:p-l--7\.9 {
    padding-left: -79px;
  }
  .tablet-m-l--7\.9 {
    margin-left: -79px;
  }
  .tablet-p-l--7\.9 {
    padding-left: -79px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--7\.9 {
    margin-right: -79px;
  }
  .tablet\:p-r--7\.9 {
    padding-right: -79px;
  }
  .tablet-m-r--7\.9 {
    margin-right: -79px;
  }
  .tablet-p-r--7\.9 {
    padding-right: -79px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--7\.8 {
    margin-top: -78px;
  }
  .tablet\:p-t--7\.8 {
    padding-top: -78px;
  }
  .tablet-m-t--7\.8 {
    margin-top: -78px;
  }
  .tablet-p-t--7\.8 {
    padding-top: -78px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--7\.8 {
    margin-bottom: -78px;
  }
  .tablet\:p-b--7\.8 {
    padding-bottom: -78px;
  }
  .tablet-m-b--7\.8 {
    margin-bottom: -78px;
  }
  .tablet-p-b--7\.8 {
    padding-bottom: -78px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--7\.8 {
    margin-left: -78px;
  }
  .tablet\:p-l--7\.8 {
    padding-left: -78px;
  }
  .tablet-m-l--7\.8 {
    margin-left: -78px;
  }
  .tablet-p-l--7\.8 {
    padding-left: -78px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--7\.8 {
    margin-right: -78px;
  }
  .tablet\:p-r--7\.8 {
    padding-right: -78px;
  }
  .tablet-m-r--7\.8 {
    margin-right: -78px;
  }
  .tablet-p-r--7\.8 {
    padding-right: -78px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--7\.7 {
    margin-top: -77px;
  }
  .tablet\:p-t--7\.7 {
    padding-top: -77px;
  }
  .tablet-m-t--7\.7 {
    margin-top: -77px;
  }
  .tablet-p-t--7\.7 {
    padding-top: -77px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--7\.7 {
    margin-bottom: -77px;
  }
  .tablet\:p-b--7\.7 {
    padding-bottom: -77px;
  }
  .tablet-m-b--7\.7 {
    margin-bottom: -77px;
  }
  .tablet-p-b--7\.7 {
    padding-bottom: -77px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--7\.7 {
    margin-left: -77px;
  }
  .tablet\:p-l--7\.7 {
    padding-left: -77px;
  }
  .tablet-m-l--7\.7 {
    margin-left: -77px;
  }
  .tablet-p-l--7\.7 {
    padding-left: -77px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--7\.7 {
    margin-right: -77px;
  }
  .tablet\:p-r--7\.7 {
    padding-right: -77px;
  }
  .tablet-m-r--7\.7 {
    margin-right: -77px;
  }
  .tablet-p-r--7\.7 {
    padding-right: -77px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--7\.6 {
    margin-top: -76px;
  }
  .tablet\:p-t--7\.6 {
    padding-top: -76px;
  }
  .tablet-m-t--7\.6 {
    margin-top: -76px;
  }
  .tablet-p-t--7\.6 {
    padding-top: -76px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--7\.6 {
    margin-bottom: -76px;
  }
  .tablet\:p-b--7\.6 {
    padding-bottom: -76px;
  }
  .tablet-m-b--7\.6 {
    margin-bottom: -76px;
  }
  .tablet-p-b--7\.6 {
    padding-bottom: -76px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--7\.6 {
    margin-left: -76px;
  }
  .tablet\:p-l--7\.6 {
    padding-left: -76px;
  }
  .tablet-m-l--7\.6 {
    margin-left: -76px;
  }
  .tablet-p-l--7\.6 {
    padding-left: -76px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--7\.6 {
    margin-right: -76px;
  }
  .tablet\:p-r--7\.6 {
    padding-right: -76px;
  }
  .tablet-m-r--7\.6 {
    margin-right: -76px;
  }
  .tablet-p-r--7\.6 {
    padding-right: -76px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--7\.5 {
    margin-top: -75px;
  }
  .tablet\:p-t--7\.5 {
    padding-top: -75px;
  }
  .tablet-m-t--7\.5 {
    margin-top: -75px;
  }
  .tablet-p-t--7\.5 {
    padding-top: -75px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--7\.5 {
    margin-bottom: -75px;
  }
  .tablet\:p-b--7\.5 {
    padding-bottom: -75px;
  }
  .tablet-m-b--7\.5 {
    margin-bottom: -75px;
  }
  .tablet-p-b--7\.5 {
    padding-bottom: -75px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--7\.5 {
    margin-left: -75px;
  }
  .tablet\:p-l--7\.5 {
    padding-left: -75px;
  }
  .tablet-m-l--7\.5 {
    margin-left: -75px;
  }
  .tablet-p-l--7\.5 {
    padding-left: -75px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--7\.5 {
    margin-right: -75px;
  }
  .tablet\:p-r--7\.5 {
    padding-right: -75px;
  }
  .tablet-m-r--7\.5 {
    margin-right: -75px;
  }
  .tablet-p-r--7\.5 {
    padding-right: -75px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--7\.4 {
    margin-top: -74px;
  }
  .tablet\:p-t--7\.4 {
    padding-top: -74px;
  }
  .tablet-m-t--7\.4 {
    margin-top: -74px;
  }
  .tablet-p-t--7\.4 {
    padding-top: -74px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--7\.4 {
    margin-bottom: -74px;
  }
  .tablet\:p-b--7\.4 {
    padding-bottom: -74px;
  }
  .tablet-m-b--7\.4 {
    margin-bottom: -74px;
  }
  .tablet-p-b--7\.4 {
    padding-bottom: -74px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--7\.4 {
    margin-left: -74px;
  }
  .tablet\:p-l--7\.4 {
    padding-left: -74px;
  }
  .tablet-m-l--7\.4 {
    margin-left: -74px;
  }
  .tablet-p-l--7\.4 {
    padding-left: -74px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--7\.4 {
    margin-right: -74px;
  }
  .tablet\:p-r--7\.4 {
    padding-right: -74px;
  }
  .tablet-m-r--7\.4 {
    margin-right: -74px;
  }
  .tablet-p-r--7\.4 {
    padding-right: -74px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--7\.3 {
    margin-top: -73px;
  }
  .tablet\:p-t--7\.3 {
    padding-top: -73px;
  }
  .tablet-m-t--7\.3 {
    margin-top: -73px;
  }
  .tablet-p-t--7\.3 {
    padding-top: -73px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--7\.3 {
    margin-bottom: -73px;
  }
  .tablet\:p-b--7\.3 {
    padding-bottom: -73px;
  }
  .tablet-m-b--7\.3 {
    margin-bottom: -73px;
  }
  .tablet-p-b--7\.3 {
    padding-bottom: -73px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--7\.3 {
    margin-left: -73px;
  }
  .tablet\:p-l--7\.3 {
    padding-left: -73px;
  }
  .tablet-m-l--7\.3 {
    margin-left: -73px;
  }
  .tablet-p-l--7\.3 {
    padding-left: -73px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--7\.3 {
    margin-right: -73px;
  }
  .tablet\:p-r--7\.3 {
    padding-right: -73px;
  }
  .tablet-m-r--7\.3 {
    margin-right: -73px;
  }
  .tablet-p-r--7\.3 {
    padding-right: -73px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--7\.2 {
    margin-top: -72px;
  }
  .tablet\:p-t--7\.2 {
    padding-top: -72px;
  }
  .tablet-m-t--7\.2 {
    margin-top: -72px;
  }
  .tablet-p-t--7\.2 {
    padding-top: -72px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--7\.2 {
    margin-bottom: -72px;
  }
  .tablet\:p-b--7\.2 {
    padding-bottom: -72px;
  }
  .tablet-m-b--7\.2 {
    margin-bottom: -72px;
  }
  .tablet-p-b--7\.2 {
    padding-bottom: -72px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--7\.2 {
    margin-left: -72px;
  }
  .tablet\:p-l--7\.2 {
    padding-left: -72px;
  }
  .tablet-m-l--7\.2 {
    margin-left: -72px;
  }
  .tablet-p-l--7\.2 {
    padding-left: -72px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--7\.2 {
    margin-right: -72px;
  }
  .tablet\:p-r--7\.2 {
    padding-right: -72px;
  }
  .tablet-m-r--7\.2 {
    margin-right: -72px;
  }
  .tablet-p-r--7\.2 {
    padding-right: -72px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--7\.1 {
    margin-top: -71px;
  }
  .tablet\:p-t--7\.1 {
    padding-top: -71px;
  }
  .tablet-m-t--7\.1 {
    margin-top: -71px;
  }
  .tablet-p-t--7\.1 {
    padding-top: -71px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--7\.1 {
    margin-bottom: -71px;
  }
  .tablet\:p-b--7\.1 {
    padding-bottom: -71px;
  }
  .tablet-m-b--7\.1 {
    margin-bottom: -71px;
  }
  .tablet-p-b--7\.1 {
    padding-bottom: -71px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--7\.1 {
    margin-left: -71px;
  }
  .tablet\:p-l--7\.1 {
    padding-left: -71px;
  }
  .tablet-m-l--7\.1 {
    margin-left: -71px;
  }
  .tablet-p-l--7\.1 {
    padding-left: -71px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--7\.1 {
    margin-right: -71px;
  }
  .tablet\:p-r--7\.1 {
    padding-right: -71px;
  }
  .tablet-m-r--7\.1 {
    margin-right: -71px;
  }
  .tablet-p-r--7\.1 {
    padding-right: -71px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--7 {
    margin-top: -70px;
  }
  .tablet\:p-t--7 {
    padding-top: -70px;
  }
  .tablet-m-t--7 {
    margin-top: -70px;
  }
  .tablet-p-t--7 {
    padding-top: -70px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--7 {
    margin-bottom: -70px;
  }
  .tablet\:p-b--7 {
    padding-bottom: -70px;
  }
  .tablet-m-b--7 {
    margin-bottom: -70px;
  }
  .tablet-p-b--7 {
    padding-bottom: -70px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--7 {
    margin-left: -70px;
  }
  .tablet\:p-l--7 {
    padding-left: -70px;
  }
  .tablet-m-l--7 {
    margin-left: -70px;
  }
  .tablet-p-l--7 {
    padding-left: -70px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--7 {
    margin-right: -70px;
  }
  .tablet\:p-r--7 {
    padding-right: -70px;
  }
  .tablet-m-r--7 {
    margin-right: -70px;
  }
  .tablet-p-r--7 {
    padding-right: -70px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--6\.9 {
    margin-top: -69px;
  }
  .tablet\:p-t--6\.9 {
    padding-top: -69px;
  }
  .tablet-m-t--6\.9 {
    margin-top: -69px;
  }
  .tablet-p-t--6\.9 {
    padding-top: -69px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--6\.9 {
    margin-bottom: -69px;
  }
  .tablet\:p-b--6\.9 {
    padding-bottom: -69px;
  }
  .tablet-m-b--6\.9 {
    margin-bottom: -69px;
  }
  .tablet-p-b--6\.9 {
    padding-bottom: -69px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--6\.9 {
    margin-left: -69px;
  }
  .tablet\:p-l--6\.9 {
    padding-left: -69px;
  }
  .tablet-m-l--6\.9 {
    margin-left: -69px;
  }
  .tablet-p-l--6\.9 {
    padding-left: -69px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--6\.9 {
    margin-right: -69px;
  }
  .tablet\:p-r--6\.9 {
    padding-right: -69px;
  }
  .tablet-m-r--6\.9 {
    margin-right: -69px;
  }
  .tablet-p-r--6\.9 {
    padding-right: -69px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--6\.8 {
    margin-top: -68px;
  }
  .tablet\:p-t--6\.8 {
    padding-top: -68px;
  }
  .tablet-m-t--6\.8 {
    margin-top: -68px;
  }
  .tablet-p-t--6\.8 {
    padding-top: -68px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--6\.8 {
    margin-bottom: -68px;
  }
  .tablet\:p-b--6\.8 {
    padding-bottom: -68px;
  }
  .tablet-m-b--6\.8 {
    margin-bottom: -68px;
  }
  .tablet-p-b--6\.8 {
    padding-bottom: -68px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--6\.8 {
    margin-left: -68px;
  }
  .tablet\:p-l--6\.8 {
    padding-left: -68px;
  }
  .tablet-m-l--6\.8 {
    margin-left: -68px;
  }
  .tablet-p-l--6\.8 {
    padding-left: -68px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--6\.8 {
    margin-right: -68px;
  }
  .tablet\:p-r--6\.8 {
    padding-right: -68px;
  }
  .tablet-m-r--6\.8 {
    margin-right: -68px;
  }
  .tablet-p-r--6\.8 {
    padding-right: -68px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--6\.7 {
    margin-top: -67px;
  }
  .tablet\:p-t--6\.7 {
    padding-top: -67px;
  }
  .tablet-m-t--6\.7 {
    margin-top: -67px;
  }
  .tablet-p-t--6\.7 {
    padding-top: -67px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--6\.7 {
    margin-bottom: -67px;
  }
  .tablet\:p-b--6\.7 {
    padding-bottom: -67px;
  }
  .tablet-m-b--6\.7 {
    margin-bottom: -67px;
  }
  .tablet-p-b--6\.7 {
    padding-bottom: -67px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--6\.7 {
    margin-left: -67px;
  }
  .tablet\:p-l--6\.7 {
    padding-left: -67px;
  }
  .tablet-m-l--6\.7 {
    margin-left: -67px;
  }
  .tablet-p-l--6\.7 {
    padding-left: -67px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--6\.7 {
    margin-right: -67px;
  }
  .tablet\:p-r--6\.7 {
    padding-right: -67px;
  }
  .tablet-m-r--6\.7 {
    margin-right: -67px;
  }
  .tablet-p-r--6\.7 {
    padding-right: -67px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--6\.6 {
    margin-top: -66px;
  }
  .tablet\:p-t--6\.6 {
    padding-top: -66px;
  }
  .tablet-m-t--6\.6 {
    margin-top: -66px;
  }
  .tablet-p-t--6\.6 {
    padding-top: -66px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--6\.6 {
    margin-bottom: -66px;
  }
  .tablet\:p-b--6\.6 {
    padding-bottom: -66px;
  }
  .tablet-m-b--6\.6 {
    margin-bottom: -66px;
  }
  .tablet-p-b--6\.6 {
    padding-bottom: -66px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--6\.6 {
    margin-left: -66px;
  }
  .tablet\:p-l--6\.6 {
    padding-left: -66px;
  }
  .tablet-m-l--6\.6 {
    margin-left: -66px;
  }
  .tablet-p-l--6\.6 {
    padding-left: -66px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--6\.6 {
    margin-right: -66px;
  }
  .tablet\:p-r--6\.6 {
    padding-right: -66px;
  }
  .tablet-m-r--6\.6 {
    margin-right: -66px;
  }
  .tablet-p-r--6\.6 {
    padding-right: -66px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--6\.5 {
    margin-top: -65px;
  }
  .tablet\:p-t--6\.5 {
    padding-top: -65px;
  }
  .tablet-m-t--6\.5 {
    margin-top: -65px;
  }
  .tablet-p-t--6\.5 {
    padding-top: -65px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--6\.5 {
    margin-bottom: -65px;
  }
  .tablet\:p-b--6\.5 {
    padding-bottom: -65px;
  }
  .tablet-m-b--6\.5 {
    margin-bottom: -65px;
  }
  .tablet-p-b--6\.5 {
    padding-bottom: -65px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--6\.5 {
    margin-left: -65px;
  }
  .tablet\:p-l--6\.5 {
    padding-left: -65px;
  }
  .tablet-m-l--6\.5 {
    margin-left: -65px;
  }
  .tablet-p-l--6\.5 {
    padding-left: -65px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--6\.5 {
    margin-right: -65px;
  }
  .tablet\:p-r--6\.5 {
    padding-right: -65px;
  }
  .tablet-m-r--6\.5 {
    margin-right: -65px;
  }
  .tablet-p-r--6\.5 {
    padding-right: -65px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--6\.4 {
    margin-top: -64px;
  }
  .tablet\:p-t--6\.4 {
    padding-top: -64px;
  }
  .tablet-m-t--6\.4 {
    margin-top: -64px;
  }
  .tablet-p-t--6\.4 {
    padding-top: -64px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--6\.4 {
    margin-bottom: -64px;
  }
  .tablet\:p-b--6\.4 {
    padding-bottom: -64px;
  }
  .tablet-m-b--6\.4 {
    margin-bottom: -64px;
  }
  .tablet-p-b--6\.4 {
    padding-bottom: -64px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--6\.4 {
    margin-left: -64px;
  }
  .tablet\:p-l--6\.4 {
    padding-left: -64px;
  }
  .tablet-m-l--6\.4 {
    margin-left: -64px;
  }
  .tablet-p-l--6\.4 {
    padding-left: -64px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--6\.4 {
    margin-right: -64px;
  }
  .tablet\:p-r--6\.4 {
    padding-right: -64px;
  }
  .tablet-m-r--6\.4 {
    margin-right: -64px;
  }
  .tablet-p-r--6\.4 {
    padding-right: -64px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--6\.3 {
    margin-top: -63px;
  }
  .tablet\:p-t--6\.3 {
    padding-top: -63px;
  }
  .tablet-m-t--6\.3 {
    margin-top: -63px;
  }
  .tablet-p-t--6\.3 {
    padding-top: -63px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--6\.3 {
    margin-bottom: -63px;
  }
  .tablet\:p-b--6\.3 {
    padding-bottom: -63px;
  }
  .tablet-m-b--6\.3 {
    margin-bottom: -63px;
  }
  .tablet-p-b--6\.3 {
    padding-bottom: -63px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--6\.3 {
    margin-left: -63px;
  }
  .tablet\:p-l--6\.3 {
    padding-left: -63px;
  }
  .tablet-m-l--6\.3 {
    margin-left: -63px;
  }
  .tablet-p-l--6\.3 {
    padding-left: -63px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--6\.3 {
    margin-right: -63px;
  }
  .tablet\:p-r--6\.3 {
    padding-right: -63px;
  }
  .tablet-m-r--6\.3 {
    margin-right: -63px;
  }
  .tablet-p-r--6\.3 {
    padding-right: -63px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--6\.2 {
    margin-top: -62px;
  }
  .tablet\:p-t--6\.2 {
    padding-top: -62px;
  }
  .tablet-m-t--6\.2 {
    margin-top: -62px;
  }
  .tablet-p-t--6\.2 {
    padding-top: -62px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--6\.2 {
    margin-bottom: -62px;
  }
  .tablet\:p-b--6\.2 {
    padding-bottom: -62px;
  }
  .tablet-m-b--6\.2 {
    margin-bottom: -62px;
  }
  .tablet-p-b--6\.2 {
    padding-bottom: -62px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--6\.2 {
    margin-left: -62px;
  }
  .tablet\:p-l--6\.2 {
    padding-left: -62px;
  }
  .tablet-m-l--6\.2 {
    margin-left: -62px;
  }
  .tablet-p-l--6\.2 {
    padding-left: -62px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--6\.2 {
    margin-right: -62px;
  }
  .tablet\:p-r--6\.2 {
    padding-right: -62px;
  }
  .tablet-m-r--6\.2 {
    margin-right: -62px;
  }
  .tablet-p-r--6\.2 {
    padding-right: -62px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--6\.1 {
    margin-top: -61px;
  }
  .tablet\:p-t--6\.1 {
    padding-top: -61px;
  }
  .tablet-m-t--6\.1 {
    margin-top: -61px;
  }
  .tablet-p-t--6\.1 {
    padding-top: -61px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--6\.1 {
    margin-bottom: -61px;
  }
  .tablet\:p-b--6\.1 {
    padding-bottom: -61px;
  }
  .tablet-m-b--6\.1 {
    margin-bottom: -61px;
  }
  .tablet-p-b--6\.1 {
    padding-bottom: -61px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--6\.1 {
    margin-left: -61px;
  }
  .tablet\:p-l--6\.1 {
    padding-left: -61px;
  }
  .tablet-m-l--6\.1 {
    margin-left: -61px;
  }
  .tablet-p-l--6\.1 {
    padding-left: -61px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--6\.1 {
    margin-right: -61px;
  }
  .tablet\:p-r--6\.1 {
    padding-right: -61px;
  }
  .tablet-m-r--6\.1 {
    margin-right: -61px;
  }
  .tablet-p-r--6\.1 {
    padding-right: -61px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--6 {
    margin-top: -60px;
  }
  .tablet\:p-t--6 {
    padding-top: -60px;
  }
  .tablet-m-t--6 {
    margin-top: -60px;
  }
  .tablet-p-t--6 {
    padding-top: -60px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--6 {
    margin-bottom: -60px;
  }
  .tablet\:p-b--6 {
    padding-bottom: -60px;
  }
  .tablet-m-b--6 {
    margin-bottom: -60px;
  }
  .tablet-p-b--6 {
    padding-bottom: -60px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--6 {
    margin-left: -60px;
  }
  .tablet\:p-l--6 {
    padding-left: -60px;
  }
  .tablet-m-l--6 {
    margin-left: -60px;
  }
  .tablet-p-l--6 {
    padding-left: -60px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--6 {
    margin-right: -60px;
  }
  .tablet\:p-r--6 {
    padding-right: -60px;
  }
  .tablet-m-r--6 {
    margin-right: -60px;
  }
  .tablet-p-r--6 {
    padding-right: -60px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--5\.9 {
    margin-top: -59px;
  }
  .tablet\:p-t--5\.9 {
    padding-top: -59px;
  }
  .tablet-m-t--5\.9 {
    margin-top: -59px;
  }
  .tablet-p-t--5\.9 {
    padding-top: -59px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--5\.9 {
    margin-bottom: -59px;
  }
  .tablet\:p-b--5\.9 {
    padding-bottom: -59px;
  }
  .tablet-m-b--5\.9 {
    margin-bottom: -59px;
  }
  .tablet-p-b--5\.9 {
    padding-bottom: -59px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--5\.9 {
    margin-left: -59px;
  }
  .tablet\:p-l--5\.9 {
    padding-left: -59px;
  }
  .tablet-m-l--5\.9 {
    margin-left: -59px;
  }
  .tablet-p-l--5\.9 {
    padding-left: -59px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--5\.9 {
    margin-right: -59px;
  }
  .tablet\:p-r--5\.9 {
    padding-right: -59px;
  }
  .tablet-m-r--5\.9 {
    margin-right: -59px;
  }
  .tablet-p-r--5\.9 {
    padding-right: -59px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--5\.8 {
    margin-top: -58px;
  }
  .tablet\:p-t--5\.8 {
    padding-top: -58px;
  }
  .tablet-m-t--5\.8 {
    margin-top: -58px;
  }
  .tablet-p-t--5\.8 {
    padding-top: -58px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--5\.8 {
    margin-bottom: -58px;
  }
  .tablet\:p-b--5\.8 {
    padding-bottom: -58px;
  }
  .tablet-m-b--5\.8 {
    margin-bottom: -58px;
  }
  .tablet-p-b--5\.8 {
    padding-bottom: -58px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--5\.8 {
    margin-left: -58px;
  }
  .tablet\:p-l--5\.8 {
    padding-left: -58px;
  }
  .tablet-m-l--5\.8 {
    margin-left: -58px;
  }
  .tablet-p-l--5\.8 {
    padding-left: -58px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--5\.8 {
    margin-right: -58px;
  }
  .tablet\:p-r--5\.8 {
    padding-right: -58px;
  }
  .tablet-m-r--5\.8 {
    margin-right: -58px;
  }
  .tablet-p-r--5\.8 {
    padding-right: -58px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--5\.7 {
    margin-top: -57px;
  }
  .tablet\:p-t--5\.7 {
    padding-top: -57px;
  }
  .tablet-m-t--5\.7 {
    margin-top: -57px;
  }
  .tablet-p-t--5\.7 {
    padding-top: -57px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--5\.7 {
    margin-bottom: -57px;
  }
  .tablet\:p-b--5\.7 {
    padding-bottom: -57px;
  }
  .tablet-m-b--5\.7 {
    margin-bottom: -57px;
  }
  .tablet-p-b--5\.7 {
    padding-bottom: -57px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--5\.7 {
    margin-left: -57px;
  }
  .tablet\:p-l--5\.7 {
    padding-left: -57px;
  }
  .tablet-m-l--5\.7 {
    margin-left: -57px;
  }
  .tablet-p-l--5\.7 {
    padding-left: -57px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--5\.7 {
    margin-right: -57px;
  }
  .tablet\:p-r--5\.7 {
    padding-right: -57px;
  }
  .tablet-m-r--5\.7 {
    margin-right: -57px;
  }
  .tablet-p-r--5\.7 {
    padding-right: -57px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--5\.6 {
    margin-top: -56px;
  }
  .tablet\:p-t--5\.6 {
    padding-top: -56px;
  }
  .tablet-m-t--5\.6 {
    margin-top: -56px;
  }
  .tablet-p-t--5\.6 {
    padding-top: -56px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--5\.6 {
    margin-bottom: -56px;
  }
  .tablet\:p-b--5\.6 {
    padding-bottom: -56px;
  }
  .tablet-m-b--5\.6 {
    margin-bottom: -56px;
  }
  .tablet-p-b--5\.6 {
    padding-bottom: -56px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--5\.6 {
    margin-left: -56px;
  }
  .tablet\:p-l--5\.6 {
    padding-left: -56px;
  }
  .tablet-m-l--5\.6 {
    margin-left: -56px;
  }
  .tablet-p-l--5\.6 {
    padding-left: -56px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--5\.6 {
    margin-right: -56px;
  }
  .tablet\:p-r--5\.6 {
    padding-right: -56px;
  }
  .tablet-m-r--5\.6 {
    margin-right: -56px;
  }
  .tablet-p-r--5\.6 {
    padding-right: -56px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--5\.5 {
    margin-top: -55px;
  }
  .tablet\:p-t--5\.5 {
    padding-top: -55px;
  }
  .tablet-m-t--5\.5 {
    margin-top: -55px;
  }
  .tablet-p-t--5\.5 {
    padding-top: -55px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--5\.5 {
    margin-bottom: -55px;
  }
  .tablet\:p-b--5\.5 {
    padding-bottom: -55px;
  }
  .tablet-m-b--5\.5 {
    margin-bottom: -55px;
  }
  .tablet-p-b--5\.5 {
    padding-bottom: -55px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--5\.5 {
    margin-left: -55px;
  }
  .tablet\:p-l--5\.5 {
    padding-left: -55px;
  }
  .tablet-m-l--5\.5 {
    margin-left: -55px;
  }
  .tablet-p-l--5\.5 {
    padding-left: -55px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--5\.5 {
    margin-right: -55px;
  }
  .tablet\:p-r--5\.5 {
    padding-right: -55px;
  }
  .tablet-m-r--5\.5 {
    margin-right: -55px;
  }
  .tablet-p-r--5\.5 {
    padding-right: -55px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--5\.4 {
    margin-top: -54px;
  }
  .tablet\:p-t--5\.4 {
    padding-top: -54px;
  }
  .tablet-m-t--5\.4 {
    margin-top: -54px;
  }
  .tablet-p-t--5\.4 {
    padding-top: -54px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--5\.4 {
    margin-bottom: -54px;
  }
  .tablet\:p-b--5\.4 {
    padding-bottom: -54px;
  }
  .tablet-m-b--5\.4 {
    margin-bottom: -54px;
  }
  .tablet-p-b--5\.4 {
    padding-bottom: -54px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--5\.4 {
    margin-left: -54px;
  }
  .tablet\:p-l--5\.4 {
    padding-left: -54px;
  }
  .tablet-m-l--5\.4 {
    margin-left: -54px;
  }
  .tablet-p-l--5\.4 {
    padding-left: -54px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--5\.4 {
    margin-right: -54px;
  }
  .tablet\:p-r--5\.4 {
    padding-right: -54px;
  }
  .tablet-m-r--5\.4 {
    margin-right: -54px;
  }
  .tablet-p-r--5\.4 {
    padding-right: -54px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--5\.3 {
    margin-top: -53px;
  }
  .tablet\:p-t--5\.3 {
    padding-top: -53px;
  }
  .tablet-m-t--5\.3 {
    margin-top: -53px;
  }
  .tablet-p-t--5\.3 {
    padding-top: -53px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--5\.3 {
    margin-bottom: -53px;
  }
  .tablet\:p-b--5\.3 {
    padding-bottom: -53px;
  }
  .tablet-m-b--5\.3 {
    margin-bottom: -53px;
  }
  .tablet-p-b--5\.3 {
    padding-bottom: -53px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--5\.3 {
    margin-left: -53px;
  }
  .tablet\:p-l--5\.3 {
    padding-left: -53px;
  }
  .tablet-m-l--5\.3 {
    margin-left: -53px;
  }
  .tablet-p-l--5\.3 {
    padding-left: -53px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--5\.3 {
    margin-right: -53px;
  }
  .tablet\:p-r--5\.3 {
    padding-right: -53px;
  }
  .tablet-m-r--5\.3 {
    margin-right: -53px;
  }
  .tablet-p-r--5\.3 {
    padding-right: -53px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--5\.2 {
    margin-top: -52px;
  }
  .tablet\:p-t--5\.2 {
    padding-top: -52px;
  }
  .tablet-m-t--5\.2 {
    margin-top: -52px;
  }
  .tablet-p-t--5\.2 {
    padding-top: -52px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--5\.2 {
    margin-bottom: -52px;
  }
  .tablet\:p-b--5\.2 {
    padding-bottom: -52px;
  }
  .tablet-m-b--5\.2 {
    margin-bottom: -52px;
  }
  .tablet-p-b--5\.2 {
    padding-bottom: -52px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--5\.2 {
    margin-left: -52px;
  }
  .tablet\:p-l--5\.2 {
    padding-left: -52px;
  }
  .tablet-m-l--5\.2 {
    margin-left: -52px;
  }
  .tablet-p-l--5\.2 {
    padding-left: -52px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--5\.2 {
    margin-right: -52px;
  }
  .tablet\:p-r--5\.2 {
    padding-right: -52px;
  }
  .tablet-m-r--5\.2 {
    margin-right: -52px;
  }
  .tablet-p-r--5\.2 {
    padding-right: -52px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--5\.1 {
    margin-top: -51px;
  }
  .tablet\:p-t--5\.1 {
    padding-top: -51px;
  }
  .tablet-m-t--5\.1 {
    margin-top: -51px;
  }
  .tablet-p-t--5\.1 {
    padding-top: -51px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--5\.1 {
    margin-bottom: -51px;
  }
  .tablet\:p-b--5\.1 {
    padding-bottom: -51px;
  }
  .tablet-m-b--5\.1 {
    margin-bottom: -51px;
  }
  .tablet-p-b--5\.1 {
    padding-bottom: -51px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--5\.1 {
    margin-left: -51px;
  }
  .tablet\:p-l--5\.1 {
    padding-left: -51px;
  }
  .tablet-m-l--5\.1 {
    margin-left: -51px;
  }
  .tablet-p-l--5\.1 {
    padding-left: -51px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--5\.1 {
    margin-right: -51px;
  }
  .tablet\:p-r--5\.1 {
    padding-right: -51px;
  }
  .tablet-m-r--5\.1 {
    margin-right: -51px;
  }
  .tablet-p-r--5\.1 {
    padding-right: -51px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--5 {
    margin-top: -50px;
  }
  .tablet\:p-t--5 {
    padding-top: -50px;
  }
  .tablet-m-t--5 {
    margin-top: -50px;
  }
  .tablet-p-t--5 {
    padding-top: -50px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--5 {
    margin-bottom: -50px;
  }
  .tablet\:p-b--5 {
    padding-bottom: -50px;
  }
  .tablet-m-b--5 {
    margin-bottom: -50px;
  }
  .tablet-p-b--5 {
    padding-bottom: -50px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--5 {
    margin-left: -50px;
  }
  .tablet\:p-l--5 {
    padding-left: -50px;
  }
  .tablet-m-l--5 {
    margin-left: -50px;
  }
  .tablet-p-l--5 {
    padding-left: -50px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--5 {
    margin-right: -50px;
  }
  .tablet\:p-r--5 {
    padding-right: -50px;
  }
  .tablet-m-r--5 {
    margin-right: -50px;
  }
  .tablet-p-r--5 {
    padding-right: -50px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--4\.9 {
    margin-top: -49px;
  }
  .tablet\:p-t--4\.9 {
    padding-top: -49px;
  }
  .tablet-m-t--4\.9 {
    margin-top: -49px;
  }
  .tablet-p-t--4\.9 {
    padding-top: -49px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--4\.9 {
    margin-bottom: -49px;
  }
  .tablet\:p-b--4\.9 {
    padding-bottom: -49px;
  }
  .tablet-m-b--4\.9 {
    margin-bottom: -49px;
  }
  .tablet-p-b--4\.9 {
    padding-bottom: -49px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--4\.9 {
    margin-left: -49px;
  }
  .tablet\:p-l--4\.9 {
    padding-left: -49px;
  }
  .tablet-m-l--4\.9 {
    margin-left: -49px;
  }
  .tablet-p-l--4\.9 {
    padding-left: -49px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--4\.9 {
    margin-right: -49px;
  }
  .tablet\:p-r--4\.9 {
    padding-right: -49px;
  }
  .tablet-m-r--4\.9 {
    margin-right: -49px;
  }
  .tablet-p-r--4\.9 {
    padding-right: -49px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--4\.8 {
    margin-top: -48px;
  }
  .tablet\:p-t--4\.8 {
    padding-top: -48px;
  }
  .tablet-m-t--4\.8 {
    margin-top: -48px;
  }
  .tablet-p-t--4\.8 {
    padding-top: -48px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--4\.8 {
    margin-bottom: -48px;
  }
  .tablet\:p-b--4\.8 {
    padding-bottom: -48px;
  }
  .tablet-m-b--4\.8 {
    margin-bottom: -48px;
  }
  .tablet-p-b--4\.8 {
    padding-bottom: -48px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--4\.8 {
    margin-left: -48px;
  }
  .tablet\:p-l--4\.8 {
    padding-left: -48px;
  }
  .tablet-m-l--4\.8 {
    margin-left: -48px;
  }
  .tablet-p-l--4\.8 {
    padding-left: -48px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--4\.8 {
    margin-right: -48px;
  }
  .tablet\:p-r--4\.8 {
    padding-right: -48px;
  }
  .tablet-m-r--4\.8 {
    margin-right: -48px;
  }
  .tablet-p-r--4\.8 {
    padding-right: -48px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--4\.7 {
    margin-top: -47px;
  }
  .tablet\:p-t--4\.7 {
    padding-top: -47px;
  }
  .tablet-m-t--4\.7 {
    margin-top: -47px;
  }
  .tablet-p-t--4\.7 {
    padding-top: -47px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--4\.7 {
    margin-bottom: -47px;
  }
  .tablet\:p-b--4\.7 {
    padding-bottom: -47px;
  }
  .tablet-m-b--4\.7 {
    margin-bottom: -47px;
  }
  .tablet-p-b--4\.7 {
    padding-bottom: -47px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--4\.7 {
    margin-left: -47px;
  }
  .tablet\:p-l--4\.7 {
    padding-left: -47px;
  }
  .tablet-m-l--4\.7 {
    margin-left: -47px;
  }
  .tablet-p-l--4\.7 {
    padding-left: -47px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--4\.7 {
    margin-right: -47px;
  }
  .tablet\:p-r--4\.7 {
    padding-right: -47px;
  }
  .tablet-m-r--4\.7 {
    margin-right: -47px;
  }
  .tablet-p-r--4\.7 {
    padding-right: -47px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--4\.6 {
    margin-top: -46px;
  }
  .tablet\:p-t--4\.6 {
    padding-top: -46px;
  }
  .tablet-m-t--4\.6 {
    margin-top: -46px;
  }
  .tablet-p-t--4\.6 {
    padding-top: -46px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--4\.6 {
    margin-bottom: -46px;
  }
  .tablet\:p-b--4\.6 {
    padding-bottom: -46px;
  }
  .tablet-m-b--4\.6 {
    margin-bottom: -46px;
  }
  .tablet-p-b--4\.6 {
    padding-bottom: -46px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--4\.6 {
    margin-left: -46px;
  }
  .tablet\:p-l--4\.6 {
    padding-left: -46px;
  }
  .tablet-m-l--4\.6 {
    margin-left: -46px;
  }
  .tablet-p-l--4\.6 {
    padding-left: -46px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--4\.6 {
    margin-right: -46px;
  }
  .tablet\:p-r--4\.6 {
    padding-right: -46px;
  }
  .tablet-m-r--4\.6 {
    margin-right: -46px;
  }
  .tablet-p-r--4\.6 {
    padding-right: -46px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--4\.5 {
    margin-top: -45px;
  }
  .tablet\:p-t--4\.5 {
    padding-top: -45px;
  }
  .tablet-m-t--4\.5 {
    margin-top: -45px;
  }
  .tablet-p-t--4\.5 {
    padding-top: -45px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--4\.5 {
    margin-bottom: -45px;
  }
  .tablet\:p-b--4\.5 {
    padding-bottom: -45px;
  }
  .tablet-m-b--4\.5 {
    margin-bottom: -45px;
  }
  .tablet-p-b--4\.5 {
    padding-bottom: -45px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--4\.5 {
    margin-left: -45px;
  }
  .tablet\:p-l--4\.5 {
    padding-left: -45px;
  }
  .tablet-m-l--4\.5 {
    margin-left: -45px;
  }
  .tablet-p-l--4\.5 {
    padding-left: -45px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--4\.5 {
    margin-right: -45px;
  }
  .tablet\:p-r--4\.5 {
    padding-right: -45px;
  }
  .tablet-m-r--4\.5 {
    margin-right: -45px;
  }
  .tablet-p-r--4\.5 {
    padding-right: -45px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--4\.4 {
    margin-top: -44px;
  }
  .tablet\:p-t--4\.4 {
    padding-top: -44px;
  }
  .tablet-m-t--4\.4 {
    margin-top: -44px;
  }
  .tablet-p-t--4\.4 {
    padding-top: -44px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--4\.4 {
    margin-bottom: -44px;
  }
  .tablet\:p-b--4\.4 {
    padding-bottom: -44px;
  }
  .tablet-m-b--4\.4 {
    margin-bottom: -44px;
  }
  .tablet-p-b--4\.4 {
    padding-bottom: -44px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--4\.4 {
    margin-left: -44px;
  }
  .tablet\:p-l--4\.4 {
    padding-left: -44px;
  }
  .tablet-m-l--4\.4 {
    margin-left: -44px;
  }
  .tablet-p-l--4\.4 {
    padding-left: -44px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--4\.4 {
    margin-right: -44px;
  }
  .tablet\:p-r--4\.4 {
    padding-right: -44px;
  }
  .tablet-m-r--4\.4 {
    margin-right: -44px;
  }
  .tablet-p-r--4\.4 {
    padding-right: -44px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--4\.3 {
    margin-top: -43px;
  }
  .tablet\:p-t--4\.3 {
    padding-top: -43px;
  }
  .tablet-m-t--4\.3 {
    margin-top: -43px;
  }
  .tablet-p-t--4\.3 {
    padding-top: -43px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--4\.3 {
    margin-bottom: -43px;
  }
  .tablet\:p-b--4\.3 {
    padding-bottom: -43px;
  }
  .tablet-m-b--4\.3 {
    margin-bottom: -43px;
  }
  .tablet-p-b--4\.3 {
    padding-bottom: -43px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--4\.3 {
    margin-left: -43px;
  }
  .tablet\:p-l--4\.3 {
    padding-left: -43px;
  }
  .tablet-m-l--4\.3 {
    margin-left: -43px;
  }
  .tablet-p-l--4\.3 {
    padding-left: -43px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--4\.3 {
    margin-right: -43px;
  }
  .tablet\:p-r--4\.3 {
    padding-right: -43px;
  }
  .tablet-m-r--4\.3 {
    margin-right: -43px;
  }
  .tablet-p-r--4\.3 {
    padding-right: -43px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--4\.2 {
    margin-top: -42px;
  }
  .tablet\:p-t--4\.2 {
    padding-top: -42px;
  }
  .tablet-m-t--4\.2 {
    margin-top: -42px;
  }
  .tablet-p-t--4\.2 {
    padding-top: -42px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--4\.2 {
    margin-bottom: -42px;
  }
  .tablet\:p-b--4\.2 {
    padding-bottom: -42px;
  }
  .tablet-m-b--4\.2 {
    margin-bottom: -42px;
  }
  .tablet-p-b--4\.2 {
    padding-bottom: -42px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--4\.2 {
    margin-left: -42px;
  }
  .tablet\:p-l--4\.2 {
    padding-left: -42px;
  }
  .tablet-m-l--4\.2 {
    margin-left: -42px;
  }
  .tablet-p-l--4\.2 {
    padding-left: -42px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--4\.2 {
    margin-right: -42px;
  }
  .tablet\:p-r--4\.2 {
    padding-right: -42px;
  }
  .tablet-m-r--4\.2 {
    margin-right: -42px;
  }
  .tablet-p-r--4\.2 {
    padding-right: -42px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--4\.1 {
    margin-top: -41px;
  }
  .tablet\:p-t--4\.1 {
    padding-top: -41px;
  }
  .tablet-m-t--4\.1 {
    margin-top: -41px;
  }
  .tablet-p-t--4\.1 {
    padding-top: -41px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--4\.1 {
    margin-bottom: -41px;
  }
  .tablet\:p-b--4\.1 {
    padding-bottom: -41px;
  }
  .tablet-m-b--4\.1 {
    margin-bottom: -41px;
  }
  .tablet-p-b--4\.1 {
    padding-bottom: -41px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--4\.1 {
    margin-left: -41px;
  }
  .tablet\:p-l--4\.1 {
    padding-left: -41px;
  }
  .tablet-m-l--4\.1 {
    margin-left: -41px;
  }
  .tablet-p-l--4\.1 {
    padding-left: -41px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--4\.1 {
    margin-right: -41px;
  }
  .tablet\:p-r--4\.1 {
    padding-right: -41px;
  }
  .tablet-m-r--4\.1 {
    margin-right: -41px;
  }
  .tablet-p-r--4\.1 {
    padding-right: -41px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--4 {
    margin-top: -40px;
  }
  .tablet\:p-t--4 {
    padding-top: -40px;
  }
  .tablet-m-t--4 {
    margin-top: -40px;
  }
  .tablet-p-t--4 {
    padding-top: -40px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--4 {
    margin-bottom: -40px;
  }
  .tablet\:p-b--4 {
    padding-bottom: -40px;
  }
  .tablet-m-b--4 {
    margin-bottom: -40px;
  }
  .tablet-p-b--4 {
    padding-bottom: -40px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--4 {
    margin-left: -40px;
  }
  .tablet\:p-l--4 {
    padding-left: -40px;
  }
  .tablet-m-l--4 {
    margin-left: -40px;
  }
  .tablet-p-l--4 {
    padding-left: -40px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--4 {
    margin-right: -40px;
  }
  .tablet\:p-r--4 {
    padding-right: -40px;
  }
  .tablet-m-r--4 {
    margin-right: -40px;
  }
  .tablet-p-r--4 {
    padding-right: -40px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--3\.9 {
    margin-top: -39px;
  }
  .tablet\:p-t--3\.9 {
    padding-top: -39px;
  }
  .tablet-m-t--3\.9 {
    margin-top: -39px;
  }
  .tablet-p-t--3\.9 {
    padding-top: -39px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--3\.9 {
    margin-bottom: -39px;
  }
  .tablet\:p-b--3\.9 {
    padding-bottom: -39px;
  }
  .tablet-m-b--3\.9 {
    margin-bottom: -39px;
  }
  .tablet-p-b--3\.9 {
    padding-bottom: -39px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--3\.9 {
    margin-left: -39px;
  }
  .tablet\:p-l--3\.9 {
    padding-left: -39px;
  }
  .tablet-m-l--3\.9 {
    margin-left: -39px;
  }
  .tablet-p-l--3\.9 {
    padding-left: -39px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--3\.9 {
    margin-right: -39px;
  }
  .tablet\:p-r--3\.9 {
    padding-right: -39px;
  }
  .tablet-m-r--3\.9 {
    margin-right: -39px;
  }
  .tablet-p-r--3\.9 {
    padding-right: -39px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--3\.8 {
    margin-top: -38px;
  }
  .tablet\:p-t--3\.8 {
    padding-top: -38px;
  }
  .tablet-m-t--3\.8 {
    margin-top: -38px;
  }
  .tablet-p-t--3\.8 {
    padding-top: -38px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--3\.8 {
    margin-bottom: -38px;
  }
  .tablet\:p-b--3\.8 {
    padding-bottom: -38px;
  }
  .tablet-m-b--3\.8 {
    margin-bottom: -38px;
  }
  .tablet-p-b--3\.8 {
    padding-bottom: -38px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--3\.8 {
    margin-left: -38px;
  }
  .tablet\:p-l--3\.8 {
    padding-left: -38px;
  }
  .tablet-m-l--3\.8 {
    margin-left: -38px;
  }
  .tablet-p-l--3\.8 {
    padding-left: -38px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--3\.8 {
    margin-right: -38px;
  }
  .tablet\:p-r--3\.8 {
    padding-right: -38px;
  }
  .tablet-m-r--3\.8 {
    margin-right: -38px;
  }
  .tablet-p-r--3\.8 {
    padding-right: -38px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--3\.7 {
    margin-top: -37px;
  }
  .tablet\:p-t--3\.7 {
    padding-top: -37px;
  }
  .tablet-m-t--3\.7 {
    margin-top: -37px;
  }
  .tablet-p-t--3\.7 {
    padding-top: -37px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--3\.7 {
    margin-bottom: -37px;
  }
  .tablet\:p-b--3\.7 {
    padding-bottom: -37px;
  }
  .tablet-m-b--3\.7 {
    margin-bottom: -37px;
  }
  .tablet-p-b--3\.7 {
    padding-bottom: -37px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--3\.7 {
    margin-left: -37px;
  }
  .tablet\:p-l--3\.7 {
    padding-left: -37px;
  }
  .tablet-m-l--3\.7 {
    margin-left: -37px;
  }
  .tablet-p-l--3\.7 {
    padding-left: -37px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--3\.7 {
    margin-right: -37px;
  }
  .tablet\:p-r--3\.7 {
    padding-right: -37px;
  }
  .tablet-m-r--3\.7 {
    margin-right: -37px;
  }
  .tablet-p-r--3\.7 {
    padding-right: -37px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--3\.6 {
    margin-top: -36px;
  }
  .tablet\:p-t--3\.6 {
    padding-top: -36px;
  }
  .tablet-m-t--3\.6 {
    margin-top: -36px;
  }
  .tablet-p-t--3\.6 {
    padding-top: -36px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--3\.6 {
    margin-bottom: -36px;
  }
  .tablet\:p-b--3\.6 {
    padding-bottom: -36px;
  }
  .tablet-m-b--3\.6 {
    margin-bottom: -36px;
  }
  .tablet-p-b--3\.6 {
    padding-bottom: -36px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--3\.6 {
    margin-left: -36px;
  }
  .tablet\:p-l--3\.6 {
    padding-left: -36px;
  }
  .tablet-m-l--3\.6 {
    margin-left: -36px;
  }
  .tablet-p-l--3\.6 {
    padding-left: -36px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--3\.6 {
    margin-right: -36px;
  }
  .tablet\:p-r--3\.6 {
    padding-right: -36px;
  }
  .tablet-m-r--3\.6 {
    margin-right: -36px;
  }
  .tablet-p-r--3\.6 {
    padding-right: -36px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--3\.5 {
    margin-top: -35px;
  }
  .tablet\:p-t--3\.5 {
    padding-top: -35px;
  }
  .tablet-m-t--3\.5 {
    margin-top: -35px;
  }
  .tablet-p-t--3\.5 {
    padding-top: -35px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--3\.5 {
    margin-bottom: -35px;
  }
  .tablet\:p-b--3\.5 {
    padding-bottom: -35px;
  }
  .tablet-m-b--3\.5 {
    margin-bottom: -35px;
  }
  .tablet-p-b--3\.5 {
    padding-bottom: -35px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--3\.5 {
    margin-left: -35px;
  }
  .tablet\:p-l--3\.5 {
    padding-left: -35px;
  }
  .tablet-m-l--3\.5 {
    margin-left: -35px;
  }
  .tablet-p-l--3\.5 {
    padding-left: -35px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--3\.5 {
    margin-right: -35px;
  }
  .tablet\:p-r--3\.5 {
    padding-right: -35px;
  }
  .tablet-m-r--3\.5 {
    margin-right: -35px;
  }
  .tablet-p-r--3\.5 {
    padding-right: -35px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--3\.4 {
    margin-top: -34px;
  }
  .tablet\:p-t--3\.4 {
    padding-top: -34px;
  }
  .tablet-m-t--3\.4 {
    margin-top: -34px;
  }
  .tablet-p-t--3\.4 {
    padding-top: -34px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--3\.4 {
    margin-bottom: -34px;
  }
  .tablet\:p-b--3\.4 {
    padding-bottom: -34px;
  }
  .tablet-m-b--3\.4 {
    margin-bottom: -34px;
  }
  .tablet-p-b--3\.4 {
    padding-bottom: -34px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--3\.4 {
    margin-left: -34px;
  }
  .tablet\:p-l--3\.4 {
    padding-left: -34px;
  }
  .tablet-m-l--3\.4 {
    margin-left: -34px;
  }
  .tablet-p-l--3\.4 {
    padding-left: -34px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--3\.4 {
    margin-right: -34px;
  }
  .tablet\:p-r--3\.4 {
    padding-right: -34px;
  }
  .tablet-m-r--3\.4 {
    margin-right: -34px;
  }
  .tablet-p-r--3\.4 {
    padding-right: -34px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--3\.3 {
    margin-top: -33px;
  }
  .tablet\:p-t--3\.3 {
    padding-top: -33px;
  }
  .tablet-m-t--3\.3 {
    margin-top: -33px;
  }
  .tablet-p-t--3\.3 {
    padding-top: -33px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--3\.3 {
    margin-bottom: -33px;
  }
  .tablet\:p-b--3\.3 {
    padding-bottom: -33px;
  }
  .tablet-m-b--3\.3 {
    margin-bottom: -33px;
  }
  .tablet-p-b--3\.3 {
    padding-bottom: -33px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--3\.3 {
    margin-left: -33px;
  }
  .tablet\:p-l--3\.3 {
    padding-left: -33px;
  }
  .tablet-m-l--3\.3 {
    margin-left: -33px;
  }
  .tablet-p-l--3\.3 {
    padding-left: -33px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--3\.3 {
    margin-right: -33px;
  }
  .tablet\:p-r--3\.3 {
    padding-right: -33px;
  }
  .tablet-m-r--3\.3 {
    margin-right: -33px;
  }
  .tablet-p-r--3\.3 {
    padding-right: -33px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--3\.2 {
    margin-top: -32px;
  }
  .tablet\:p-t--3\.2 {
    padding-top: -32px;
  }
  .tablet-m-t--3\.2 {
    margin-top: -32px;
  }
  .tablet-p-t--3\.2 {
    padding-top: -32px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--3\.2 {
    margin-bottom: -32px;
  }
  .tablet\:p-b--3\.2 {
    padding-bottom: -32px;
  }
  .tablet-m-b--3\.2 {
    margin-bottom: -32px;
  }
  .tablet-p-b--3\.2 {
    padding-bottom: -32px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--3\.2 {
    margin-left: -32px;
  }
  .tablet\:p-l--3\.2 {
    padding-left: -32px;
  }
  .tablet-m-l--3\.2 {
    margin-left: -32px;
  }
  .tablet-p-l--3\.2 {
    padding-left: -32px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--3\.2 {
    margin-right: -32px;
  }
  .tablet\:p-r--3\.2 {
    padding-right: -32px;
  }
  .tablet-m-r--3\.2 {
    margin-right: -32px;
  }
  .tablet-p-r--3\.2 {
    padding-right: -32px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--3\.1 {
    margin-top: -31px;
  }
  .tablet\:p-t--3\.1 {
    padding-top: -31px;
  }
  .tablet-m-t--3\.1 {
    margin-top: -31px;
  }
  .tablet-p-t--3\.1 {
    padding-top: -31px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--3\.1 {
    margin-bottom: -31px;
  }
  .tablet\:p-b--3\.1 {
    padding-bottom: -31px;
  }
  .tablet-m-b--3\.1 {
    margin-bottom: -31px;
  }
  .tablet-p-b--3\.1 {
    padding-bottom: -31px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--3\.1 {
    margin-left: -31px;
  }
  .tablet\:p-l--3\.1 {
    padding-left: -31px;
  }
  .tablet-m-l--3\.1 {
    margin-left: -31px;
  }
  .tablet-p-l--3\.1 {
    padding-left: -31px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--3\.1 {
    margin-right: -31px;
  }
  .tablet\:p-r--3\.1 {
    padding-right: -31px;
  }
  .tablet-m-r--3\.1 {
    margin-right: -31px;
  }
  .tablet-p-r--3\.1 {
    padding-right: -31px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--3 {
    margin-top: -30px;
  }
  .tablet\:p-t--3 {
    padding-top: -30px;
  }
  .tablet-m-t--3 {
    margin-top: -30px;
  }
  .tablet-p-t--3 {
    padding-top: -30px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--3 {
    margin-bottom: -30px;
  }
  .tablet\:p-b--3 {
    padding-bottom: -30px;
  }
  .tablet-m-b--3 {
    margin-bottom: -30px;
  }
  .tablet-p-b--3 {
    padding-bottom: -30px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--3 {
    margin-left: -30px;
  }
  .tablet\:p-l--3 {
    padding-left: -30px;
  }
  .tablet-m-l--3 {
    margin-left: -30px;
  }
  .tablet-p-l--3 {
    padding-left: -30px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--3 {
    margin-right: -30px;
  }
  .tablet\:p-r--3 {
    padding-right: -30px;
  }
  .tablet-m-r--3 {
    margin-right: -30px;
  }
  .tablet-p-r--3 {
    padding-right: -30px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--2\.9 {
    margin-top: -29px;
  }
  .tablet\:p-t--2\.9 {
    padding-top: -29px;
  }
  .tablet-m-t--2\.9 {
    margin-top: -29px;
  }
  .tablet-p-t--2\.9 {
    padding-top: -29px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--2\.9 {
    margin-bottom: -29px;
  }
  .tablet\:p-b--2\.9 {
    padding-bottom: -29px;
  }
  .tablet-m-b--2\.9 {
    margin-bottom: -29px;
  }
  .tablet-p-b--2\.9 {
    padding-bottom: -29px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--2\.9 {
    margin-left: -29px;
  }
  .tablet\:p-l--2\.9 {
    padding-left: -29px;
  }
  .tablet-m-l--2\.9 {
    margin-left: -29px;
  }
  .tablet-p-l--2\.9 {
    padding-left: -29px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--2\.9 {
    margin-right: -29px;
  }
  .tablet\:p-r--2\.9 {
    padding-right: -29px;
  }
  .tablet-m-r--2\.9 {
    margin-right: -29px;
  }
  .tablet-p-r--2\.9 {
    padding-right: -29px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--2\.8 {
    margin-top: -28px;
  }
  .tablet\:p-t--2\.8 {
    padding-top: -28px;
  }
  .tablet-m-t--2\.8 {
    margin-top: -28px;
  }
  .tablet-p-t--2\.8 {
    padding-top: -28px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--2\.8 {
    margin-bottom: -28px;
  }
  .tablet\:p-b--2\.8 {
    padding-bottom: -28px;
  }
  .tablet-m-b--2\.8 {
    margin-bottom: -28px;
  }
  .tablet-p-b--2\.8 {
    padding-bottom: -28px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--2\.8 {
    margin-left: -28px;
  }
  .tablet\:p-l--2\.8 {
    padding-left: -28px;
  }
  .tablet-m-l--2\.8 {
    margin-left: -28px;
  }
  .tablet-p-l--2\.8 {
    padding-left: -28px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--2\.8 {
    margin-right: -28px;
  }
  .tablet\:p-r--2\.8 {
    padding-right: -28px;
  }
  .tablet-m-r--2\.8 {
    margin-right: -28px;
  }
  .tablet-p-r--2\.8 {
    padding-right: -28px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--2\.7 {
    margin-top: -27px;
  }
  .tablet\:p-t--2\.7 {
    padding-top: -27px;
  }
  .tablet-m-t--2\.7 {
    margin-top: -27px;
  }
  .tablet-p-t--2\.7 {
    padding-top: -27px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--2\.7 {
    margin-bottom: -27px;
  }
  .tablet\:p-b--2\.7 {
    padding-bottom: -27px;
  }
  .tablet-m-b--2\.7 {
    margin-bottom: -27px;
  }
  .tablet-p-b--2\.7 {
    padding-bottom: -27px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--2\.7 {
    margin-left: -27px;
  }
  .tablet\:p-l--2\.7 {
    padding-left: -27px;
  }
  .tablet-m-l--2\.7 {
    margin-left: -27px;
  }
  .tablet-p-l--2\.7 {
    padding-left: -27px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--2\.7 {
    margin-right: -27px;
  }
  .tablet\:p-r--2\.7 {
    padding-right: -27px;
  }
  .tablet-m-r--2\.7 {
    margin-right: -27px;
  }
  .tablet-p-r--2\.7 {
    padding-right: -27px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--2\.6 {
    margin-top: -26px;
  }
  .tablet\:p-t--2\.6 {
    padding-top: -26px;
  }
  .tablet-m-t--2\.6 {
    margin-top: -26px;
  }
  .tablet-p-t--2\.6 {
    padding-top: -26px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--2\.6 {
    margin-bottom: -26px;
  }
  .tablet\:p-b--2\.6 {
    padding-bottom: -26px;
  }
  .tablet-m-b--2\.6 {
    margin-bottom: -26px;
  }
  .tablet-p-b--2\.6 {
    padding-bottom: -26px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--2\.6 {
    margin-left: -26px;
  }
  .tablet\:p-l--2\.6 {
    padding-left: -26px;
  }
  .tablet-m-l--2\.6 {
    margin-left: -26px;
  }
  .tablet-p-l--2\.6 {
    padding-left: -26px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--2\.6 {
    margin-right: -26px;
  }
  .tablet\:p-r--2\.6 {
    padding-right: -26px;
  }
  .tablet-m-r--2\.6 {
    margin-right: -26px;
  }
  .tablet-p-r--2\.6 {
    padding-right: -26px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--2\.5 {
    margin-top: -25px;
  }
  .tablet\:p-t--2\.5 {
    padding-top: -25px;
  }
  .tablet-m-t--2\.5 {
    margin-top: -25px;
  }
  .tablet-p-t--2\.5 {
    padding-top: -25px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--2\.5 {
    margin-bottom: -25px;
  }
  .tablet\:p-b--2\.5 {
    padding-bottom: -25px;
  }
  .tablet-m-b--2\.5 {
    margin-bottom: -25px;
  }
  .tablet-p-b--2\.5 {
    padding-bottom: -25px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--2\.5 {
    margin-left: -25px;
  }
  .tablet\:p-l--2\.5 {
    padding-left: -25px;
  }
  .tablet-m-l--2\.5 {
    margin-left: -25px;
  }
  .tablet-p-l--2\.5 {
    padding-left: -25px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--2\.5 {
    margin-right: -25px;
  }
  .tablet\:p-r--2\.5 {
    padding-right: -25px;
  }
  .tablet-m-r--2\.5 {
    margin-right: -25px;
  }
  .tablet-p-r--2\.5 {
    padding-right: -25px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--2\.4 {
    margin-top: -24px;
  }
  .tablet\:p-t--2\.4 {
    padding-top: -24px;
  }
  .tablet-m-t--2\.4 {
    margin-top: -24px;
  }
  .tablet-p-t--2\.4 {
    padding-top: -24px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--2\.4 {
    margin-bottom: -24px;
  }
  .tablet\:p-b--2\.4 {
    padding-bottom: -24px;
  }
  .tablet-m-b--2\.4 {
    margin-bottom: -24px;
  }
  .tablet-p-b--2\.4 {
    padding-bottom: -24px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--2\.4 {
    margin-left: -24px;
  }
  .tablet\:p-l--2\.4 {
    padding-left: -24px;
  }
  .tablet-m-l--2\.4 {
    margin-left: -24px;
  }
  .tablet-p-l--2\.4 {
    padding-left: -24px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--2\.4 {
    margin-right: -24px;
  }
  .tablet\:p-r--2\.4 {
    padding-right: -24px;
  }
  .tablet-m-r--2\.4 {
    margin-right: -24px;
  }
  .tablet-p-r--2\.4 {
    padding-right: -24px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--2\.3 {
    margin-top: -23px;
  }
  .tablet\:p-t--2\.3 {
    padding-top: -23px;
  }
  .tablet-m-t--2\.3 {
    margin-top: -23px;
  }
  .tablet-p-t--2\.3 {
    padding-top: -23px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--2\.3 {
    margin-bottom: -23px;
  }
  .tablet\:p-b--2\.3 {
    padding-bottom: -23px;
  }
  .tablet-m-b--2\.3 {
    margin-bottom: -23px;
  }
  .tablet-p-b--2\.3 {
    padding-bottom: -23px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--2\.3 {
    margin-left: -23px;
  }
  .tablet\:p-l--2\.3 {
    padding-left: -23px;
  }
  .tablet-m-l--2\.3 {
    margin-left: -23px;
  }
  .tablet-p-l--2\.3 {
    padding-left: -23px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--2\.3 {
    margin-right: -23px;
  }
  .tablet\:p-r--2\.3 {
    padding-right: -23px;
  }
  .tablet-m-r--2\.3 {
    margin-right: -23px;
  }
  .tablet-p-r--2\.3 {
    padding-right: -23px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--2\.2 {
    margin-top: -22px;
  }
  .tablet\:p-t--2\.2 {
    padding-top: -22px;
  }
  .tablet-m-t--2\.2 {
    margin-top: -22px;
  }
  .tablet-p-t--2\.2 {
    padding-top: -22px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--2\.2 {
    margin-bottom: -22px;
  }
  .tablet\:p-b--2\.2 {
    padding-bottom: -22px;
  }
  .tablet-m-b--2\.2 {
    margin-bottom: -22px;
  }
  .tablet-p-b--2\.2 {
    padding-bottom: -22px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--2\.2 {
    margin-left: -22px;
  }
  .tablet\:p-l--2\.2 {
    padding-left: -22px;
  }
  .tablet-m-l--2\.2 {
    margin-left: -22px;
  }
  .tablet-p-l--2\.2 {
    padding-left: -22px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--2\.2 {
    margin-right: -22px;
  }
  .tablet\:p-r--2\.2 {
    padding-right: -22px;
  }
  .tablet-m-r--2\.2 {
    margin-right: -22px;
  }
  .tablet-p-r--2\.2 {
    padding-right: -22px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--2\.1 {
    margin-top: -21px;
  }
  .tablet\:p-t--2\.1 {
    padding-top: -21px;
  }
  .tablet-m-t--2\.1 {
    margin-top: -21px;
  }
  .tablet-p-t--2\.1 {
    padding-top: -21px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--2\.1 {
    margin-bottom: -21px;
  }
  .tablet\:p-b--2\.1 {
    padding-bottom: -21px;
  }
  .tablet-m-b--2\.1 {
    margin-bottom: -21px;
  }
  .tablet-p-b--2\.1 {
    padding-bottom: -21px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--2\.1 {
    margin-left: -21px;
  }
  .tablet\:p-l--2\.1 {
    padding-left: -21px;
  }
  .tablet-m-l--2\.1 {
    margin-left: -21px;
  }
  .tablet-p-l--2\.1 {
    padding-left: -21px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--2\.1 {
    margin-right: -21px;
  }
  .tablet\:p-r--2\.1 {
    padding-right: -21px;
  }
  .tablet-m-r--2\.1 {
    margin-right: -21px;
  }
  .tablet-p-r--2\.1 {
    padding-right: -21px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--2 {
    margin-top: -20px;
  }
  .tablet\:p-t--2 {
    padding-top: -20px;
  }
  .tablet-m-t--2 {
    margin-top: -20px;
  }
  .tablet-p-t--2 {
    padding-top: -20px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--2 {
    margin-bottom: -20px;
  }
  .tablet\:p-b--2 {
    padding-bottom: -20px;
  }
  .tablet-m-b--2 {
    margin-bottom: -20px;
  }
  .tablet-p-b--2 {
    padding-bottom: -20px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--2 {
    margin-left: -20px;
  }
  .tablet\:p-l--2 {
    padding-left: -20px;
  }
  .tablet-m-l--2 {
    margin-left: -20px;
  }
  .tablet-p-l--2 {
    padding-left: -20px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--2 {
    margin-right: -20px;
  }
  .tablet\:p-r--2 {
    padding-right: -20px;
  }
  .tablet-m-r--2 {
    margin-right: -20px;
  }
  .tablet-p-r--2 {
    padding-right: -20px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--1\.9 {
    margin-top: -19px;
  }
  .tablet\:p-t--1\.9 {
    padding-top: -19px;
  }
  .tablet-m-t--1\.9 {
    margin-top: -19px;
  }
  .tablet-p-t--1\.9 {
    padding-top: -19px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--1\.9 {
    margin-bottom: -19px;
  }
  .tablet\:p-b--1\.9 {
    padding-bottom: -19px;
  }
  .tablet-m-b--1\.9 {
    margin-bottom: -19px;
  }
  .tablet-p-b--1\.9 {
    padding-bottom: -19px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--1\.9 {
    margin-left: -19px;
  }
  .tablet\:p-l--1\.9 {
    padding-left: -19px;
  }
  .tablet-m-l--1\.9 {
    margin-left: -19px;
  }
  .tablet-p-l--1\.9 {
    padding-left: -19px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--1\.9 {
    margin-right: -19px;
  }
  .tablet\:p-r--1\.9 {
    padding-right: -19px;
  }
  .tablet-m-r--1\.9 {
    margin-right: -19px;
  }
  .tablet-p-r--1\.9 {
    padding-right: -19px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--1\.8 {
    margin-top: -18px;
  }
  .tablet\:p-t--1\.8 {
    padding-top: -18px;
  }
  .tablet-m-t--1\.8 {
    margin-top: -18px;
  }
  .tablet-p-t--1\.8 {
    padding-top: -18px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--1\.8 {
    margin-bottom: -18px;
  }
  .tablet\:p-b--1\.8 {
    padding-bottom: -18px;
  }
  .tablet-m-b--1\.8 {
    margin-bottom: -18px;
  }
  .tablet-p-b--1\.8 {
    padding-bottom: -18px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--1\.8 {
    margin-left: -18px;
  }
  .tablet\:p-l--1\.8 {
    padding-left: -18px;
  }
  .tablet-m-l--1\.8 {
    margin-left: -18px;
  }
  .tablet-p-l--1\.8 {
    padding-left: -18px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--1\.8 {
    margin-right: -18px;
  }
  .tablet\:p-r--1\.8 {
    padding-right: -18px;
  }
  .tablet-m-r--1\.8 {
    margin-right: -18px;
  }
  .tablet-p-r--1\.8 {
    padding-right: -18px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--1\.7 {
    margin-top: -17px;
  }
  .tablet\:p-t--1\.7 {
    padding-top: -17px;
  }
  .tablet-m-t--1\.7 {
    margin-top: -17px;
  }
  .tablet-p-t--1\.7 {
    padding-top: -17px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--1\.7 {
    margin-bottom: -17px;
  }
  .tablet\:p-b--1\.7 {
    padding-bottom: -17px;
  }
  .tablet-m-b--1\.7 {
    margin-bottom: -17px;
  }
  .tablet-p-b--1\.7 {
    padding-bottom: -17px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--1\.7 {
    margin-left: -17px;
  }
  .tablet\:p-l--1\.7 {
    padding-left: -17px;
  }
  .tablet-m-l--1\.7 {
    margin-left: -17px;
  }
  .tablet-p-l--1\.7 {
    padding-left: -17px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--1\.7 {
    margin-right: -17px;
  }
  .tablet\:p-r--1\.7 {
    padding-right: -17px;
  }
  .tablet-m-r--1\.7 {
    margin-right: -17px;
  }
  .tablet-p-r--1\.7 {
    padding-right: -17px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--1\.6 {
    margin-top: -16px;
  }
  .tablet\:p-t--1\.6 {
    padding-top: -16px;
  }
  .tablet-m-t--1\.6 {
    margin-top: -16px;
  }
  .tablet-p-t--1\.6 {
    padding-top: -16px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--1\.6 {
    margin-bottom: -16px;
  }
  .tablet\:p-b--1\.6 {
    padding-bottom: -16px;
  }
  .tablet-m-b--1\.6 {
    margin-bottom: -16px;
  }
  .tablet-p-b--1\.6 {
    padding-bottom: -16px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--1\.6 {
    margin-left: -16px;
  }
  .tablet\:p-l--1\.6 {
    padding-left: -16px;
  }
  .tablet-m-l--1\.6 {
    margin-left: -16px;
  }
  .tablet-p-l--1\.6 {
    padding-left: -16px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--1\.6 {
    margin-right: -16px;
  }
  .tablet\:p-r--1\.6 {
    padding-right: -16px;
  }
  .tablet-m-r--1\.6 {
    margin-right: -16px;
  }
  .tablet-p-r--1\.6 {
    padding-right: -16px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--1\.5 {
    margin-top: -15px;
  }
  .tablet\:p-t--1\.5 {
    padding-top: -15px;
  }
  .tablet-m-t--1\.5 {
    margin-top: -15px;
  }
  .tablet-p-t--1\.5 {
    padding-top: -15px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--1\.5 {
    margin-bottom: -15px;
  }
  .tablet\:p-b--1\.5 {
    padding-bottom: -15px;
  }
  .tablet-m-b--1\.5 {
    margin-bottom: -15px;
  }
  .tablet-p-b--1\.5 {
    padding-bottom: -15px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--1\.5 {
    margin-left: -15px;
  }
  .tablet\:p-l--1\.5 {
    padding-left: -15px;
  }
  .tablet-m-l--1\.5 {
    margin-left: -15px;
  }
  .tablet-p-l--1\.5 {
    padding-left: -15px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--1\.5 {
    margin-right: -15px;
  }
  .tablet\:p-r--1\.5 {
    padding-right: -15px;
  }
  .tablet-m-r--1\.5 {
    margin-right: -15px;
  }
  .tablet-p-r--1\.5 {
    padding-right: -15px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--1\.4 {
    margin-top: -14px;
  }
  .tablet\:p-t--1\.4 {
    padding-top: -14px;
  }
  .tablet-m-t--1\.4 {
    margin-top: -14px;
  }
  .tablet-p-t--1\.4 {
    padding-top: -14px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--1\.4 {
    margin-bottom: -14px;
  }
  .tablet\:p-b--1\.4 {
    padding-bottom: -14px;
  }
  .tablet-m-b--1\.4 {
    margin-bottom: -14px;
  }
  .tablet-p-b--1\.4 {
    padding-bottom: -14px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--1\.4 {
    margin-left: -14px;
  }
  .tablet\:p-l--1\.4 {
    padding-left: -14px;
  }
  .tablet-m-l--1\.4 {
    margin-left: -14px;
  }
  .tablet-p-l--1\.4 {
    padding-left: -14px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--1\.4 {
    margin-right: -14px;
  }
  .tablet\:p-r--1\.4 {
    padding-right: -14px;
  }
  .tablet-m-r--1\.4 {
    margin-right: -14px;
  }
  .tablet-p-r--1\.4 {
    padding-right: -14px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--1\.3 {
    margin-top: -13px;
  }
  .tablet\:p-t--1\.3 {
    padding-top: -13px;
  }
  .tablet-m-t--1\.3 {
    margin-top: -13px;
  }
  .tablet-p-t--1\.3 {
    padding-top: -13px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--1\.3 {
    margin-bottom: -13px;
  }
  .tablet\:p-b--1\.3 {
    padding-bottom: -13px;
  }
  .tablet-m-b--1\.3 {
    margin-bottom: -13px;
  }
  .tablet-p-b--1\.3 {
    padding-bottom: -13px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--1\.3 {
    margin-left: -13px;
  }
  .tablet\:p-l--1\.3 {
    padding-left: -13px;
  }
  .tablet-m-l--1\.3 {
    margin-left: -13px;
  }
  .tablet-p-l--1\.3 {
    padding-left: -13px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--1\.3 {
    margin-right: -13px;
  }
  .tablet\:p-r--1\.3 {
    padding-right: -13px;
  }
  .tablet-m-r--1\.3 {
    margin-right: -13px;
  }
  .tablet-p-r--1\.3 {
    padding-right: -13px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--1\.2 {
    margin-top: -12px;
  }
  .tablet\:p-t--1\.2 {
    padding-top: -12px;
  }
  .tablet-m-t--1\.2 {
    margin-top: -12px;
  }
  .tablet-p-t--1\.2 {
    padding-top: -12px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--1\.2 {
    margin-bottom: -12px;
  }
  .tablet\:p-b--1\.2 {
    padding-bottom: -12px;
  }
  .tablet-m-b--1\.2 {
    margin-bottom: -12px;
  }
  .tablet-p-b--1\.2 {
    padding-bottom: -12px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--1\.2 {
    margin-left: -12px;
  }
  .tablet\:p-l--1\.2 {
    padding-left: -12px;
  }
  .tablet-m-l--1\.2 {
    margin-left: -12px;
  }
  .tablet-p-l--1\.2 {
    padding-left: -12px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--1\.2 {
    margin-right: -12px;
  }
  .tablet\:p-r--1\.2 {
    padding-right: -12px;
  }
  .tablet-m-r--1\.2 {
    margin-right: -12px;
  }
  .tablet-p-r--1\.2 {
    padding-right: -12px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--1\.1 {
    margin-top: -11px;
  }
  .tablet\:p-t--1\.1 {
    padding-top: -11px;
  }
  .tablet-m-t--1\.1 {
    margin-top: -11px;
  }
  .tablet-p-t--1\.1 {
    padding-top: -11px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--1\.1 {
    margin-bottom: -11px;
  }
  .tablet\:p-b--1\.1 {
    padding-bottom: -11px;
  }
  .tablet-m-b--1\.1 {
    margin-bottom: -11px;
  }
  .tablet-p-b--1\.1 {
    padding-bottom: -11px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--1\.1 {
    margin-left: -11px;
  }
  .tablet\:p-l--1\.1 {
    padding-left: -11px;
  }
  .tablet-m-l--1\.1 {
    margin-left: -11px;
  }
  .tablet-p-l--1\.1 {
    padding-left: -11px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--1\.1 {
    margin-right: -11px;
  }
  .tablet\:p-r--1\.1 {
    padding-right: -11px;
  }
  .tablet-m-r--1\.1 {
    margin-right: -11px;
  }
  .tablet-p-r--1\.1 {
    padding-right: -11px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--1 {
    margin-top: -10px;
  }
  .tablet\:p-t--1 {
    padding-top: -10px;
  }
  .tablet-m-t--1 {
    margin-top: -10px;
  }
  .tablet-p-t--1 {
    padding-top: -10px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--1 {
    margin-bottom: -10px;
  }
  .tablet\:p-b--1 {
    padding-bottom: -10px;
  }
  .tablet-m-b--1 {
    margin-bottom: -10px;
  }
  .tablet-p-b--1 {
    padding-bottom: -10px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--1 {
    margin-left: -10px;
  }
  .tablet\:p-l--1 {
    padding-left: -10px;
  }
  .tablet-m-l--1 {
    margin-left: -10px;
  }
  .tablet-p-l--1 {
    padding-left: -10px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--1 {
    margin-right: -10px;
  }
  .tablet\:p-r--1 {
    padding-right: -10px;
  }
  .tablet-m-r--1 {
    margin-right: -10px;
  }
  .tablet-p-r--1 {
    padding-right: -10px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--0\.9 {
    margin-top: -9px;
  }
  .tablet\:p-t--0\.9 {
    padding-top: -9px;
  }
  .tablet-m-t--0\.9 {
    margin-top: -9px;
  }
  .tablet-p-t--0\.9 {
    padding-top: -9px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--0\.9 {
    margin-bottom: -9px;
  }
  .tablet\:p-b--0\.9 {
    padding-bottom: -9px;
  }
  .tablet-m-b--0\.9 {
    margin-bottom: -9px;
  }
  .tablet-p-b--0\.9 {
    padding-bottom: -9px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--0\.9 {
    margin-left: -9px;
  }
  .tablet\:p-l--0\.9 {
    padding-left: -9px;
  }
  .tablet-m-l--0\.9 {
    margin-left: -9px;
  }
  .tablet-p-l--0\.9 {
    padding-left: -9px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--0\.9 {
    margin-right: -9px;
  }
  .tablet\:p-r--0\.9 {
    padding-right: -9px;
  }
  .tablet-m-r--0\.9 {
    margin-right: -9px;
  }
  .tablet-p-r--0\.9 {
    padding-right: -9px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--0\.8 {
    margin-top: -8px;
  }
  .tablet\:p-t--0\.8 {
    padding-top: -8px;
  }
  .tablet-m-t--0\.8 {
    margin-top: -8px;
  }
  .tablet-p-t--0\.8 {
    padding-top: -8px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--0\.8 {
    margin-bottom: -8px;
  }
  .tablet\:p-b--0\.8 {
    padding-bottom: -8px;
  }
  .tablet-m-b--0\.8 {
    margin-bottom: -8px;
  }
  .tablet-p-b--0\.8 {
    padding-bottom: -8px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--0\.8 {
    margin-left: -8px;
  }
  .tablet\:p-l--0\.8 {
    padding-left: -8px;
  }
  .tablet-m-l--0\.8 {
    margin-left: -8px;
  }
  .tablet-p-l--0\.8 {
    padding-left: -8px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--0\.8 {
    margin-right: -8px;
  }
  .tablet\:p-r--0\.8 {
    padding-right: -8px;
  }
  .tablet-m-r--0\.8 {
    margin-right: -8px;
  }
  .tablet-p-r--0\.8 {
    padding-right: -8px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--0\.7 {
    margin-top: -7px;
  }
  .tablet\:p-t--0\.7 {
    padding-top: -7px;
  }
  .tablet-m-t--0\.7 {
    margin-top: -7px;
  }
  .tablet-p-t--0\.7 {
    padding-top: -7px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--0\.7 {
    margin-bottom: -7px;
  }
  .tablet\:p-b--0\.7 {
    padding-bottom: -7px;
  }
  .tablet-m-b--0\.7 {
    margin-bottom: -7px;
  }
  .tablet-p-b--0\.7 {
    padding-bottom: -7px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--0\.7 {
    margin-left: -7px;
  }
  .tablet\:p-l--0\.7 {
    padding-left: -7px;
  }
  .tablet-m-l--0\.7 {
    margin-left: -7px;
  }
  .tablet-p-l--0\.7 {
    padding-left: -7px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--0\.7 {
    margin-right: -7px;
  }
  .tablet\:p-r--0\.7 {
    padding-right: -7px;
  }
  .tablet-m-r--0\.7 {
    margin-right: -7px;
  }
  .tablet-p-r--0\.7 {
    padding-right: -7px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--0\.6 {
    margin-top: -6px;
  }
  .tablet\:p-t--0\.6 {
    padding-top: -6px;
  }
  .tablet-m-t--0\.6 {
    margin-top: -6px;
  }
  .tablet-p-t--0\.6 {
    padding-top: -6px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--0\.6 {
    margin-bottom: -6px;
  }
  .tablet\:p-b--0\.6 {
    padding-bottom: -6px;
  }
  .tablet-m-b--0\.6 {
    margin-bottom: -6px;
  }
  .tablet-p-b--0\.6 {
    padding-bottom: -6px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--0\.6 {
    margin-left: -6px;
  }
  .tablet\:p-l--0\.6 {
    padding-left: -6px;
  }
  .tablet-m-l--0\.6 {
    margin-left: -6px;
  }
  .tablet-p-l--0\.6 {
    padding-left: -6px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--0\.6 {
    margin-right: -6px;
  }
  .tablet\:p-r--0\.6 {
    padding-right: -6px;
  }
  .tablet-m-r--0\.6 {
    margin-right: -6px;
  }
  .tablet-p-r--0\.6 {
    padding-right: -6px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--0\.5 {
    margin-top: -5px;
  }
  .tablet\:p-t--0\.5 {
    padding-top: -5px;
  }
  .tablet-m-t--0\.5 {
    margin-top: -5px;
  }
  .tablet-p-t--0\.5 {
    padding-top: -5px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--0\.5 {
    margin-bottom: -5px;
  }
  .tablet\:p-b--0\.5 {
    padding-bottom: -5px;
  }
  .tablet-m-b--0\.5 {
    margin-bottom: -5px;
  }
  .tablet-p-b--0\.5 {
    padding-bottom: -5px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--0\.5 {
    margin-left: -5px;
  }
  .tablet\:p-l--0\.5 {
    padding-left: -5px;
  }
  .tablet-m-l--0\.5 {
    margin-left: -5px;
  }
  .tablet-p-l--0\.5 {
    padding-left: -5px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--0\.5 {
    margin-right: -5px;
  }
  .tablet\:p-r--0\.5 {
    padding-right: -5px;
  }
  .tablet-m-r--0\.5 {
    margin-right: -5px;
  }
  .tablet-p-r--0\.5 {
    padding-right: -5px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--0\.4 {
    margin-top: -4px;
  }
  .tablet\:p-t--0\.4 {
    padding-top: -4px;
  }
  .tablet-m-t--0\.4 {
    margin-top: -4px;
  }
  .tablet-p-t--0\.4 {
    padding-top: -4px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--0\.4 {
    margin-bottom: -4px;
  }
  .tablet\:p-b--0\.4 {
    padding-bottom: -4px;
  }
  .tablet-m-b--0\.4 {
    margin-bottom: -4px;
  }
  .tablet-p-b--0\.4 {
    padding-bottom: -4px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--0\.4 {
    margin-left: -4px;
  }
  .tablet\:p-l--0\.4 {
    padding-left: -4px;
  }
  .tablet-m-l--0\.4 {
    margin-left: -4px;
  }
  .tablet-p-l--0\.4 {
    padding-left: -4px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--0\.4 {
    margin-right: -4px;
  }
  .tablet\:p-r--0\.4 {
    padding-right: -4px;
  }
  .tablet-m-r--0\.4 {
    margin-right: -4px;
  }
  .tablet-p-r--0\.4 {
    padding-right: -4px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--0\.3 {
    margin-top: -3px;
  }
  .tablet\:p-t--0\.3 {
    padding-top: -3px;
  }
  .tablet-m-t--0\.3 {
    margin-top: -3px;
  }
  .tablet-p-t--0\.3 {
    padding-top: -3px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--0\.3 {
    margin-bottom: -3px;
  }
  .tablet\:p-b--0\.3 {
    padding-bottom: -3px;
  }
  .tablet-m-b--0\.3 {
    margin-bottom: -3px;
  }
  .tablet-p-b--0\.3 {
    padding-bottom: -3px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--0\.3 {
    margin-left: -3px;
  }
  .tablet\:p-l--0\.3 {
    padding-left: -3px;
  }
  .tablet-m-l--0\.3 {
    margin-left: -3px;
  }
  .tablet-p-l--0\.3 {
    padding-left: -3px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--0\.3 {
    margin-right: -3px;
  }
  .tablet\:p-r--0\.3 {
    padding-right: -3px;
  }
  .tablet-m-r--0\.3 {
    margin-right: -3px;
  }
  .tablet-p-r--0\.3 {
    padding-right: -3px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--0\.2 {
    margin-top: -2px;
  }
  .tablet\:p-t--0\.2 {
    padding-top: -2px;
  }
  .tablet-m-t--0\.2 {
    margin-top: -2px;
  }
  .tablet-p-t--0\.2 {
    padding-top: -2px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--0\.2 {
    margin-bottom: -2px;
  }
  .tablet\:p-b--0\.2 {
    padding-bottom: -2px;
  }
  .tablet-m-b--0\.2 {
    margin-bottom: -2px;
  }
  .tablet-p-b--0\.2 {
    padding-bottom: -2px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--0\.2 {
    margin-left: -2px;
  }
  .tablet\:p-l--0\.2 {
    padding-left: -2px;
  }
  .tablet-m-l--0\.2 {
    margin-left: -2px;
  }
  .tablet-p-l--0\.2 {
    padding-left: -2px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--0\.2 {
    margin-right: -2px;
  }
  .tablet\:p-r--0\.2 {
    padding-right: -2px;
  }
  .tablet-m-r--0\.2 {
    margin-right: -2px;
  }
  .tablet-p-r--0\.2 {
    padding-right: -2px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t--0\.1 {
    margin-top: -1px;
  }
  .tablet\:p-t--0\.1 {
    padding-top: -1px;
  }
  .tablet-m-t--0\.1 {
    margin-top: -1px;
  }
  .tablet-p-t--0\.1 {
    padding-top: -1px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b--0\.1 {
    margin-bottom: -1px;
  }
  .tablet\:p-b--0\.1 {
    padding-bottom: -1px;
  }
  .tablet-m-b--0\.1 {
    margin-bottom: -1px;
  }
  .tablet-p-b--0\.1 {
    padding-bottom: -1px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l--0\.1 {
    margin-left: -1px;
  }
  .tablet\:p-l--0\.1 {
    padding-left: -1px;
  }
  .tablet-m-l--0\.1 {
    margin-left: -1px;
  }
  .tablet-p-l--0\.1 {
    padding-left: -1px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r--0\.1 {
    margin-right: -1px;
  }
  .tablet\:p-r--0\.1 {
    padding-right: -1px;
  }
  .tablet-m-r--0\.1 {
    margin-right: -1px;
  }
  .tablet-p-r--0\.1 {
    padding-right: -1px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-0 {
    margin-top: 0px;
  }
  .tablet\:p-t-0 {
    padding-top: 0px;
  }
  .tablet-m-t-0 {
    margin-top: 0px;
  }
  .tablet-p-t-0 {
    padding-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-0 {
    margin-bottom: 0px;
  }
  .tablet\:p-b-0 {
    padding-bottom: 0px;
  }
  .tablet-m-b-0 {
    margin-bottom: 0px;
  }
  .tablet-p-b-0 {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-0 {
    margin-left: 0px;
  }
  .tablet\:p-l-0 {
    padding-left: 0px;
  }
  .tablet-m-l-0 {
    margin-left: 0px;
  }
  .tablet-p-l-0 {
    padding-left: 0px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-0 {
    margin-right: 0px;
  }
  .tablet\:p-r-0 {
    padding-right: 0px;
  }
  .tablet-m-r-0 {
    margin-right: 0px;
  }
  .tablet-p-r-0 {
    padding-right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-0\.1 {
    margin-top: 1px;
  }
  .tablet\:p-t-0\.1 {
    padding-top: 1px;
  }
  .tablet-m-t-0\.1 {
    margin-top: 1px;
  }
  .tablet-p-t-0\.1 {
    padding-top: 1px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-0\.1 {
    margin-bottom: 1px;
  }
  .tablet\:p-b-0\.1 {
    padding-bottom: 1px;
  }
  .tablet-m-b-0\.1 {
    margin-bottom: 1px;
  }
  .tablet-p-b-0\.1 {
    padding-bottom: 1px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-0\.1 {
    margin-left: 1px;
  }
  .tablet\:p-l-0\.1 {
    padding-left: 1px;
  }
  .tablet-m-l-0\.1 {
    margin-left: 1px;
  }
  .tablet-p-l-0\.1 {
    padding-left: 1px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-0\.1 {
    margin-right: 1px;
  }
  .tablet\:p-r-0\.1 {
    padding-right: 1px;
  }
  .tablet-m-r-0\.1 {
    margin-right: 1px;
  }
  .tablet-p-r-0\.1 {
    padding-right: 1px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-0\.2 {
    margin-top: 2px;
  }
  .tablet\:p-t-0\.2 {
    padding-top: 2px;
  }
  .tablet-m-t-0\.2 {
    margin-top: 2px;
  }
  .tablet-p-t-0\.2 {
    padding-top: 2px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-0\.2 {
    margin-bottom: 2px;
  }
  .tablet\:p-b-0\.2 {
    padding-bottom: 2px;
  }
  .tablet-m-b-0\.2 {
    margin-bottom: 2px;
  }
  .tablet-p-b-0\.2 {
    padding-bottom: 2px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-0\.2 {
    margin-left: 2px;
  }
  .tablet\:p-l-0\.2 {
    padding-left: 2px;
  }
  .tablet-m-l-0\.2 {
    margin-left: 2px;
  }
  .tablet-p-l-0\.2 {
    padding-left: 2px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-0\.2 {
    margin-right: 2px;
  }
  .tablet\:p-r-0\.2 {
    padding-right: 2px;
  }
  .tablet-m-r-0\.2 {
    margin-right: 2px;
  }
  .tablet-p-r-0\.2 {
    padding-right: 2px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-0\.3 {
    margin-top: 3px;
  }
  .tablet\:p-t-0\.3 {
    padding-top: 3px;
  }
  .tablet-m-t-0\.3 {
    margin-top: 3px;
  }
  .tablet-p-t-0\.3 {
    padding-top: 3px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-0\.3 {
    margin-bottom: 3px;
  }
  .tablet\:p-b-0\.3 {
    padding-bottom: 3px;
  }
  .tablet-m-b-0\.3 {
    margin-bottom: 3px;
  }
  .tablet-p-b-0\.3 {
    padding-bottom: 3px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-0\.3 {
    margin-left: 3px;
  }
  .tablet\:p-l-0\.3 {
    padding-left: 3px;
  }
  .tablet-m-l-0\.3 {
    margin-left: 3px;
  }
  .tablet-p-l-0\.3 {
    padding-left: 3px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-0\.3 {
    margin-right: 3px;
  }
  .tablet\:p-r-0\.3 {
    padding-right: 3px;
  }
  .tablet-m-r-0\.3 {
    margin-right: 3px;
  }
  .tablet-p-r-0\.3 {
    padding-right: 3px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-0\.4 {
    margin-top: 4px;
  }
  .tablet\:p-t-0\.4 {
    padding-top: 4px;
  }
  .tablet-m-t-0\.4 {
    margin-top: 4px;
  }
  .tablet-p-t-0\.4 {
    padding-top: 4px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-0\.4 {
    margin-bottom: 4px;
  }
  .tablet\:p-b-0\.4 {
    padding-bottom: 4px;
  }
  .tablet-m-b-0\.4 {
    margin-bottom: 4px;
  }
  .tablet-p-b-0\.4 {
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-0\.4 {
    margin-left: 4px;
  }
  .tablet\:p-l-0\.4 {
    padding-left: 4px;
  }
  .tablet-m-l-0\.4 {
    margin-left: 4px;
  }
  .tablet-p-l-0\.4 {
    padding-left: 4px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-0\.4 {
    margin-right: 4px;
  }
  .tablet\:p-r-0\.4 {
    padding-right: 4px;
  }
  .tablet-m-r-0\.4 {
    margin-right: 4px;
  }
  .tablet-p-r-0\.4 {
    padding-right: 4px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-0\.5 {
    margin-top: 5px;
  }
  .tablet\:p-t-0\.5 {
    padding-top: 5px;
  }
  .tablet-m-t-0\.5 {
    margin-top: 5px;
  }
  .tablet-p-t-0\.5 {
    padding-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-0\.5 {
    margin-bottom: 5px;
  }
  .tablet\:p-b-0\.5 {
    padding-bottom: 5px;
  }
  .tablet-m-b-0\.5 {
    margin-bottom: 5px;
  }
  .tablet-p-b-0\.5 {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-0\.5 {
    margin-left: 5px;
  }
  .tablet\:p-l-0\.5 {
    padding-left: 5px;
  }
  .tablet-m-l-0\.5 {
    margin-left: 5px;
  }
  .tablet-p-l-0\.5 {
    padding-left: 5px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-0\.5 {
    margin-right: 5px;
  }
  .tablet\:p-r-0\.5 {
    padding-right: 5px;
  }
  .tablet-m-r-0\.5 {
    margin-right: 5px;
  }
  .tablet-p-r-0\.5 {
    padding-right: 5px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-0\.6 {
    margin-top: 6px;
  }
  .tablet\:p-t-0\.6 {
    padding-top: 6px;
  }
  .tablet-m-t-0\.6 {
    margin-top: 6px;
  }
  .tablet-p-t-0\.6 {
    padding-top: 6px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-0\.6 {
    margin-bottom: 6px;
  }
  .tablet\:p-b-0\.6 {
    padding-bottom: 6px;
  }
  .tablet-m-b-0\.6 {
    margin-bottom: 6px;
  }
  .tablet-p-b-0\.6 {
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-0\.6 {
    margin-left: 6px;
  }
  .tablet\:p-l-0\.6 {
    padding-left: 6px;
  }
  .tablet-m-l-0\.6 {
    margin-left: 6px;
  }
  .tablet-p-l-0\.6 {
    padding-left: 6px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-0\.6 {
    margin-right: 6px;
  }
  .tablet\:p-r-0\.6 {
    padding-right: 6px;
  }
  .tablet-m-r-0\.6 {
    margin-right: 6px;
  }
  .tablet-p-r-0\.6 {
    padding-right: 6px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-0\.7 {
    margin-top: 7px;
  }
  .tablet\:p-t-0\.7 {
    padding-top: 7px;
  }
  .tablet-m-t-0\.7 {
    margin-top: 7px;
  }
  .tablet-p-t-0\.7 {
    padding-top: 7px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-0\.7 {
    margin-bottom: 7px;
  }
  .tablet\:p-b-0\.7 {
    padding-bottom: 7px;
  }
  .tablet-m-b-0\.7 {
    margin-bottom: 7px;
  }
  .tablet-p-b-0\.7 {
    padding-bottom: 7px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-0\.7 {
    margin-left: 7px;
  }
  .tablet\:p-l-0\.7 {
    padding-left: 7px;
  }
  .tablet-m-l-0\.7 {
    margin-left: 7px;
  }
  .tablet-p-l-0\.7 {
    padding-left: 7px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-0\.7 {
    margin-right: 7px;
  }
  .tablet\:p-r-0\.7 {
    padding-right: 7px;
  }
  .tablet-m-r-0\.7 {
    margin-right: 7px;
  }
  .tablet-p-r-0\.7 {
    padding-right: 7px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-0\.8 {
    margin-top: 8px;
  }
  .tablet\:p-t-0\.8 {
    padding-top: 8px;
  }
  .tablet-m-t-0\.8 {
    margin-top: 8px;
  }
  .tablet-p-t-0\.8 {
    padding-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-0\.8 {
    margin-bottom: 8px;
  }
  .tablet\:p-b-0\.8 {
    padding-bottom: 8px;
  }
  .tablet-m-b-0\.8 {
    margin-bottom: 8px;
  }
  .tablet-p-b-0\.8 {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-0\.8 {
    margin-left: 8px;
  }
  .tablet\:p-l-0\.8 {
    padding-left: 8px;
  }
  .tablet-m-l-0\.8 {
    margin-left: 8px;
  }
  .tablet-p-l-0\.8 {
    padding-left: 8px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-0\.8 {
    margin-right: 8px;
  }
  .tablet\:p-r-0\.8 {
    padding-right: 8px;
  }
  .tablet-m-r-0\.8 {
    margin-right: 8px;
  }
  .tablet-p-r-0\.8 {
    padding-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-0\.9 {
    margin-top: 9px;
  }
  .tablet\:p-t-0\.9 {
    padding-top: 9px;
  }
  .tablet-m-t-0\.9 {
    margin-top: 9px;
  }
  .tablet-p-t-0\.9 {
    padding-top: 9px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-0\.9 {
    margin-bottom: 9px;
  }
  .tablet\:p-b-0\.9 {
    padding-bottom: 9px;
  }
  .tablet-m-b-0\.9 {
    margin-bottom: 9px;
  }
  .tablet-p-b-0\.9 {
    padding-bottom: 9px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-0\.9 {
    margin-left: 9px;
  }
  .tablet\:p-l-0\.9 {
    padding-left: 9px;
  }
  .tablet-m-l-0\.9 {
    margin-left: 9px;
  }
  .tablet-p-l-0\.9 {
    padding-left: 9px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-0\.9 {
    margin-right: 9px;
  }
  .tablet\:p-r-0\.9 {
    padding-right: 9px;
  }
  .tablet-m-r-0\.9 {
    margin-right: 9px;
  }
  .tablet-p-r-0\.9 {
    padding-right: 9px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-1 {
    margin-top: 10px;
  }
  .tablet\:p-t-1 {
    padding-top: 10px;
  }
  .tablet-m-t-1 {
    margin-top: 10px;
  }
  .tablet-p-t-1 {
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-1 {
    margin-bottom: 10px;
  }
  .tablet\:p-b-1 {
    padding-bottom: 10px;
  }
  .tablet-m-b-1 {
    margin-bottom: 10px;
  }
  .tablet-p-b-1 {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-1 {
    margin-left: 10px;
  }
  .tablet\:p-l-1 {
    padding-left: 10px;
  }
  .tablet-m-l-1 {
    margin-left: 10px;
  }
  .tablet-p-l-1 {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-1 {
    margin-right: 10px;
  }
  .tablet\:p-r-1 {
    padding-right: 10px;
  }
  .tablet-m-r-1 {
    margin-right: 10px;
  }
  .tablet-p-r-1 {
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-1\.1 {
    margin-top: 11px;
  }
  .tablet\:p-t-1\.1 {
    padding-top: 11px;
  }
  .tablet-m-t-1\.1 {
    margin-top: 11px;
  }
  .tablet-p-t-1\.1 {
    padding-top: 11px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-1\.1 {
    margin-bottom: 11px;
  }
  .tablet\:p-b-1\.1 {
    padding-bottom: 11px;
  }
  .tablet-m-b-1\.1 {
    margin-bottom: 11px;
  }
  .tablet-p-b-1\.1 {
    padding-bottom: 11px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-1\.1 {
    margin-left: 11px;
  }
  .tablet\:p-l-1\.1 {
    padding-left: 11px;
  }
  .tablet-m-l-1\.1 {
    margin-left: 11px;
  }
  .tablet-p-l-1\.1 {
    padding-left: 11px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-1\.1 {
    margin-right: 11px;
  }
  .tablet\:p-r-1\.1 {
    padding-right: 11px;
  }
  .tablet-m-r-1\.1 {
    margin-right: 11px;
  }
  .tablet-p-r-1\.1 {
    padding-right: 11px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-1\.2 {
    margin-top: 12px;
  }
  .tablet\:p-t-1\.2 {
    padding-top: 12px;
  }
  .tablet-m-t-1\.2 {
    margin-top: 12px;
  }
  .tablet-p-t-1\.2 {
    padding-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-1\.2 {
    margin-bottom: 12px;
  }
  .tablet\:p-b-1\.2 {
    padding-bottom: 12px;
  }
  .tablet-m-b-1\.2 {
    margin-bottom: 12px;
  }
  .tablet-p-b-1\.2 {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-1\.2 {
    margin-left: 12px;
  }
  .tablet\:p-l-1\.2 {
    padding-left: 12px;
  }
  .tablet-m-l-1\.2 {
    margin-left: 12px;
  }
  .tablet-p-l-1\.2 {
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-1\.2 {
    margin-right: 12px;
  }
  .tablet\:p-r-1\.2 {
    padding-right: 12px;
  }
  .tablet-m-r-1\.2 {
    margin-right: 12px;
  }
  .tablet-p-r-1\.2 {
    padding-right: 12px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-1\.3 {
    margin-top: 13px;
  }
  .tablet\:p-t-1\.3 {
    padding-top: 13px;
  }
  .tablet-m-t-1\.3 {
    margin-top: 13px;
  }
  .tablet-p-t-1\.3 {
    padding-top: 13px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-1\.3 {
    margin-bottom: 13px;
  }
  .tablet\:p-b-1\.3 {
    padding-bottom: 13px;
  }
  .tablet-m-b-1\.3 {
    margin-bottom: 13px;
  }
  .tablet-p-b-1\.3 {
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-1\.3 {
    margin-left: 13px;
  }
  .tablet\:p-l-1\.3 {
    padding-left: 13px;
  }
  .tablet-m-l-1\.3 {
    margin-left: 13px;
  }
  .tablet-p-l-1\.3 {
    padding-left: 13px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-1\.3 {
    margin-right: 13px;
  }
  .tablet\:p-r-1\.3 {
    padding-right: 13px;
  }
  .tablet-m-r-1\.3 {
    margin-right: 13px;
  }
  .tablet-p-r-1\.3 {
    padding-right: 13px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-1\.4 {
    margin-top: 14px;
  }
  .tablet\:p-t-1\.4 {
    padding-top: 14px;
  }
  .tablet-m-t-1\.4 {
    margin-top: 14px;
  }
  .tablet-p-t-1\.4 {
    padding-top: 14px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-1\.4 {
    margin-bottom: 14px;
  }
  .tablet\:p-b-1\.4 {
    padding-bottom: 14px;
  }
  .tablet-m-b-1\.4 {
    margin-bottom: 14px;
  }
  .tablet-p-b-1\.4 {
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-1\.4 {
    margin-left: 14px;
  }
  .tablet\:p-l-1\.4 {
    padding-left: 14px;
  }
  .tablet-m-l-1\.4 {
    margin-left: 14px;
  }
  .tablet-p-l-1\.4 {
    padding-left: 14px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-1\.4 {
    margin-right: 14px;
  }
  .tablet\:p-r-1\.4 {
    padding-right: 14px;
  }
  .tablet-m-r-1\.4 {
    margin-right: 14px;
  }
  .tablet-p-r-1\.4 {
    padding-right: 14px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-1\.5 {
    margin-top: 15px;
  }
  .tablet\:p-t-1\.5 {
    padding-top: 15px;
  }
  .tablet-m-t-1\.5 {
    margin-top: 15px;
  }
  .tablet-p-t-1\.5 {
    padding-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-1\.5 {
    margin-bottom: 15px;
  }
  .tablet\:p-b-1\.5 {
    padding-bottom: 15px;
  }
  .tablet-m-b-1\.5 {
    margin-bottom: 15px;
  }
  .tablet-p-b-1\.5 {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-1\.5 {
    margin-left: 15px;
  }
  .tablet\:p-l-1\.5 {
    padding-left: 15px;
  }
  .tablet-m-l-1\.5 {
    margin-left: 15px;
  }
  .tablet-p-l-1\.5 {
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-1\.5 {
    margin-right: 15px;
  }
  .tablet\:p-r-1\.5 {
    padding-right: 15px;
  }
  .tablet-m-r-1\.5 {
    margin-right: 15px;
  }
  .tablet-p-r-1\.5 {
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-1\.6 {
    margin-top: 16px;
  }
  .tablet\:p-t-1\.6 {
    padding-top: 16px;
  }
  .tablet-m-t-1\.6 {
    margin-top: 16px;
  }
  .tablet-p-t-1\.6 {
    padding-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-1\.6 {
    margin-bottom: 16px;
  }
  .tablet\:p-b-1\.6 {
    padding-bottom: 16px;
  }
  .tablet-m-b-1\.6 {
    margin-bottom: 16px;
  }
  .tablet-p-b-1\.6 {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-1\.6 {
    margin-left: 16px;
  }
  .tablet\:p-l-1\.6 {
    padding-left: 16px;
  }
  .tablet-m-l-1\.6 {
    margin-left: 16px;
  }
  .tablet-p-l-1\.6 {
    padding-left: 16px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-1\.6 {
    margin-right: 16px;
  }
  .tablet\:p-r-1\.6 {
    padding-right: 16px;
  }
  .tablet-m-r-1\.6 {
    margin-right: 16px;
  }
  .tablet-p-r-1\.6 {
    padding-right: 16px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-1\.7 {
    margin-top: 17px;
  }
  .tablet\:p-t-1\.7 {
    padding-top: 17px;
  }
  .tablet-m-t-1\.7 {
    margin-top: 17px;
  }
  .tablet-p-t-1\.7 {
    padding-top: 17px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-1\.7 {
    margin-bottom: 17px;
  }
  .tablet\:p-b-1\.7 {
    padding-bottom: 17px;
  }
  .tablet-m-b-1\.7 {
    margin-bottom: 17px;
  }
  .tablet-p-b-1\.7 {
    padding-bottom: 17px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-1\.7 {
    margin-left: 17px;
  }
  .tablet\:p-l-1\.7 {
    padding-left: 17px;
  }
  .tablet-m-l-1\.7 {
    margin-left: 17px;
  }
  .tablet-p-l-1\.7 {
    padding-left: 17px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-1\.7 {
    margin-right: 17px;
  }
  .tablet\:p-r-1\.7 {
    padding-right: 17px;
  }
  .tablet-m-r-1\.7 {
    margin-right: 17px;
  }
  .tablet-p-r-1\.7 {
    padding-right: 17px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-1\.8 {
    margin-top: 18px;
  }
  .tablet\:p-t-1\.8 {
    padding-top: 18px;
  }
  .tablet-m-t-1\.8 {
    margin-top: 18px;
  }
  .tablet-p-t-1\.8 {
    padding-top: 18px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-1\.8 {
    margin-bottom: 18px;
  }
  .tablet\:p-b-1\.8 {
    padding-bottom: 18px;
  }
  .tablet-m-b-1\.8 {
    margin-bottom: 18px;
  }
  .tablet-p-b-1\.8 {
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-1\.8 {
    margin-left: 18px;
  }
  .tablet\:p-l-1\.8 {
    padding-left: 18px;
  }
  .tablet-m-l-1\.8 {
    margin-left: 18px;
  }
  .tablet-p-l-1\.8 {
    padding-left: 18px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-1\.8 {
    margin-right: 18px;
  }
  .tablet\:p-r-1\.8 {
    padding-right: 18px;
  }
  .tablet-m-r-1\.8 {
    margin-right: 18px;
  }
  .tablet-p-r-1\.8 {
    padding-right: 18px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-1\.9 {
    margin-top: 19px;
  }
  .tablet\:p-t-1\.9 {
    padding-top: 19px;
  }
  .tablet-m-t-1\.9 {
    margin-top: 19px;
  }
  .tablet-p-t-1\.9 {
    padding-top: 19px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-1\.9 {
    margin-bottom: 19px;
  }
  .tablet\:p-b-1\.9 {
    padding-bottom: 19px;
  }
  .tablet-m-b-1\.9 {
    margin-bottom: 19px;
  }
  .tablet-p-b-1\.9 {
    padding-bottom: 19px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-1\.9 {
    margin-left: 19px;
  }
  .tablet\:p-l-1\.9 {
    padding-left: 19px;
  }
  .tablet-m-l-1\.9 {
    margin-left: 19px;
  }
  .tablet-p-l-1\.9 {
    padding-left: 19px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-1\.9 {
    margin-right: 19px;
  }
  .tablet\:p-r-1\.9 {
    padding-right: 19px;
  }
  .tablet-m-r-1\.9 {
    margin-right: 19px;
  }
  .tablet-p-r-1\.9 {
    padding-right: 19px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-2 {
    margin-top: 20px;
  }
  .tablet\:p-t-2 {
    padding-top: 20px;
  }
  .tablet-m-t-2 {
    margin-top: 20px;
  }
  .tablet-p-t-2 {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-2 {
    margin-bottom: 20px;
  }
  .tablet\:p-b-2 {
    padding-bottom: 20px;
  }
  .tablet-m-b-2 {
    margin-bottom: 20px;
  }
  .tablet-p-b-2 {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-2 {
    margin-left: 20px;
  }
  .tablet\:p-l-2 {
    padding-left: 20px;
  }
  .tablet-m-l-2 {
    margin-left: 20px;
  }
  .tablet-p-l-2 {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-2 {
    margin-right: 20px;
  }
  .tablet\:p-r-2 {
    padding-right: 20px;
  }
  .tablet-m-r-2 {
    margin-right: 20px;
  }
  .tablet-p-r-2 {
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-2\.1 {
    margin-top: 21px;
  }
  .tablet\:p-t-2\.1 {
    padding-top: 21px;
  }
  .tablet-m-t-2\.1 {
    margin-top: 21px;
  }
  .tablet-p-t-2\.1 {
    padding-top: 21px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-2\.1 {
    margin-bottom: 21px;
  }
  .tablet\:p-b-2\.1 {
    padding-bottom: 21px;
  }
  .tablet-m-b-2\.1 {
    margin-bottom: 21px;
  }
  .tablet-p-b-2\.1 {
    padding-bottom: 21px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-2\.1 {
    margin-left: 21px;
  }
  .tablet\:p-l-2\.1 {
    padding-left: 21px;
  }
  .tablet-m-l-2\.1 {
    margin-left: 21px;
  }
  .tablet-p-l-2\.1 {
    padding-left: 21px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-2\.1 {
    margin-right: 21px;
  }
  .tablet\:p-r-2\.1 {
    padding-right: 21px;
  }
  .tablet-m-r-2\.1 {
    margin-right: 21px;
  }
  .tablet-p-r-2\.1 {
    padding-right: 21px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-2\.2 {
    margin-top: 22px;
  }
  .tablet\:p-t-2\.2 {
    padding-top: 22px;
  }
  .tablet-m-t-2\.2 {
    margin-top: 22px;
  }
  .tablet-p-t-2\.2 {
    padding-top: 22px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-2\.2 {
    margin-bottom: 22px;
  }
  .tablet\:p-b-2\.2 {
    padding-bottom: 22px;
  }
  .tablet-m-b-2\.2 {
    margin-bottom: 22px;
  }
  .tablet-p-b-2\.2 {
    padding-bottom: 22px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-2\.2 {
    margin-left: 22px;
  }
  .tablet\:p-l-2\.2 {
    padding-left: 22px;
  }
  .tablet-m-l-2\.2 {
    margin-left: 22px;
  }
  .tablet-p-l-2\.2 {
    padding-left: 22px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-2\.2 {
    margin-right: 22px;
  }
  .tablet\:p-r-2\.2 {
    padding-right: 22px;
  }
  .tablet-m-r-2\.2 {
    margin-right: 22px;
  }
  .tablet-p-r-2\.2 {
    padding-right: 22px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-2\.3 {
    margin-top: 23px;
  }
  .tablet\:p-t-2\.3 {
    padding-top: 23px;
  }
  .tablet-m-t-2\.3 {
    margin-top: 23px;
  }
  .tablet-p-t-2\.3 {
    padding-top: 23px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-2\.3 {
    margin-bottom: 23px;
  }
  .tablet\:p-b-2\.3 {
    padding-bottom: 23px;
  }
  .tablet-m-b-2\.3 {
    margin-bottom: 23px;
  }
  .tablet-p-b-2\.3 {
    padding-bottom: 23px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-2\.3 {
    margin-left: 23px;
  }
  .tablet\:p-l-2\.3 {
    padding-left: 23px;
  }
  .tablet-m-l-2\.3 {
    margin-left: 23px;
  }
  .tablet-p-l-2\.3 {
    padding-left: 23px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-2\.3 {
    margin-right: 23px;
  }
  .tablet\:p-r-2\.3 {
    padding-right: 23px;
  }
  .tablet-m-r-2\.3 {
    margin-right: 23px;
  }
  .tablet-p-r-2\.3 {
    padding-right: 23px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-2\.4 {
    margin-top: 24px;
  }
  .tablet\:p-t-2\.4 {
    padding-top: 24px;
  }
  .tablet-m-t-2\.4 {
    margin-top: 24px;
  }
  .tablet-p-t-2\.4 {
    padding-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-2\.4 {
    margin-bottom: 24px;
  }
  .tablet\:p-b-2\.4 {
    padding-bottom: 24px;
  }
  .tablet-m-b-2\.4 {
    margin-bottom: 24px;
  }
  .tablet-p-b-2\.4 {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-2\.4 {
    margin-left: 24px;
  }
  .tablet\:p-l-2\.4 {
    padding-left: 24px;
  }
  .tablet-m-l-2\.4 {
    margin-left: 24px;
  }
  .tablet-p-l-2\.4 {
    padding-left: 24px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-2\.4 {
    margin-right: 24px;
  }
  .tablet\:p-r-2\.4 {
    padding-right: 24px;
  }
  .tablet-m-r-2\.4 {
    margin-right: 24px;
  }
  .tablet-p-r-2\.4 {
    padding-right: 24px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-2\.5 {
    margin-top: 25px;
  }
  .tablet\:p-t-2\.5 {
    padding-top: 25px;
  }
  .tablet-m-t-2\.5 {
    margin-top: 25px;
  }
  .tablet-p-t-2\.5 {
    padding-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-2\.5 {
    margin-bottom: 25px;
  }
  .tablet\:p-b-2\.5 {
    padding-bottom: 25px;
  }
  .tablet-m-b-2\.5 {
    margin-bottom: 25px;
  }
  .tablet-p-b-2\.5 {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-2\.5 {
    margin-left: 25px;
  }
  .tablet\:p-l-2\.5 {
    padding-left: 25px;
  }
  .tablet-m-l-2\.5 {
    margin-left: 25px;
  }
  .tablet-p-l-2\.5 {
    padding-left: 25px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-2\.5 {
    margin-right: 25px;
  }
  .tablet\:p-r-2\.5 {
    padding-right: 25px;
  }
  .tablet-m-r-2\.5 {
    margin-right: 25px;
  }
  .tablet-p-r-2\.5 {
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-2\.6 {
    margin-top: 26px;
  }
  .tablet\:p-t-2\.6 {
    padding-top: 26px;
  }
  .tablet-m-t-2\.6 {
    margin-top: 26px;
  }
  .tablet-p-t-2\.6 {
    padding-top: 26px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-2\.6 {
    margin-bottom: 26px;
  }
  .tablet\:p-b-2\.6 {
    padding-bottom: 26px;
  }
  .tablet-m-b-2\.6 {
    margin-bottom: 26px;
  }
  .tablet-p-b-2\.6 {
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-2\.6 {
    margin-left: 26px;
  }
  .tablet\:p-l-2\.6 {
    padding-left: 26px;
  }
  .tablet-m-l-2\.6 {
    margin-left: 26px;
  }
  .tablet-p-l-2\.6 {
    padding-left: 26px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-2\.6 {
    margin-right: 26px;
  }
  .tablet\:p-r-2\.6 {
    padding-right: 26px;
  }
  .tablet-m-r-2\.6 {
    margin-right: 26px;
  }
  .tablet-p-r-2\.6 {
    padding-right: 26px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-2\.7 {
    margin-top: 27px;
  }
  .tablet\:p-t-2\.7 {
    padding-top: 27px;
  }
  .tablet-m-t-2\.7 {
    margin-top: 27px;
  }
  .tablet-p-t-2\.7 {
    padding-top: 27px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-2\.7 {
    margin-bottom: 27px;
  }
  .tablet\:p-b-2\.7 {
    padding-bottom: 27px;
  }
  .tablet-m-b-2\.7 {
    margin-bottom: 27px;
  }
  .tablet-p-b-2\.7 {
    padding-bottom: 27px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-2\.7 {
    margin-left: 27px;
  }
  .tablet\:p-l-2\.7 {
    padding-left: 27px;
  }
  .tablet-m-l-2\.7 {
    margin-left: 27px;
  }
  .tablet-p-l-2\.7 {
    padding-left: 27px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-2\.7 {
    margin-right: 27px;
  }
  .tablet\:p-r-2\.7 {
    padding-right: 27px;
  }
  .tablet-m-r-2\.7 {
    margin-right: 27px;
  }
  .tablet-p-r-2\.7 {
    padding-right: 27px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-2\.8 {
    margin-top: 28px;
  }
  .tablet\:p-t-2\.8 {
    padding-top: 28px;
  }
  .tablet-m-t-2\.8 {
    margin-top: 28px;
  }
  .tablet-p-t-2\.8 {
    padding-top: 28px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-2\.8 {
    margin-bottom: 28px;
  }
  .tablet\:p-b-2\.8 {
    padding-bottom: 28px;
  }
  .tablet-m-b-2\.8 {
    margin-bottom: 28px;
  }
  .tablet-p-b-2\.8 {
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-2\.8 {
    margin-left: 28px;
  }
  .tablet\:p-l-2\.8 {
    padding-left: 28px;
  }
  .tablet-m-l-2\.8 {
    margin-left: 28px;
  }
  .tablet-p-l-2\.8 {
    padding-left: 28px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-2\.8 {
    margin-right: 28px;
  }
  .tablet\:p-r-2\.8 {
    padding-right: 28px;
  }
  .tablet-m-r-2\.8 {
    margin-right: 28px;
  }
  .tablet-p-r-2\.8 {
    padding-right: 28px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-2\.9 {
    margin-top: 29px;
  }
  .tablet\:p-t-2\.9 {
    padding-top: 29px;
  }
  .tablet-m-t-2\.9 {
    margin-top: 29px;
  }
  .tablet-p-t-2\.9 {
    padding-top: 29px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-2\.9 {
    margin-bottom: 29px;
  }
  .tablet\:p-b-2\.9 {
    padding-bottom: 29px;
  }
  .tablet-m-b-2\.9 {
    margin-bottom: 29px;
  }
  .tablet-p-b-2\.9 {
    padding-bottom: 29px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-2\.9 {
    margin-left: 29px;
  }
  .tablet\:p-l-2\.9 {
    padding-left: 29px;
  }
  .tablet-m-l-2\.9 {
    margin-left: 29px;
  }
  .tablet-p-l-2\.9 {
    padding-left: 29px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-2\.9 {
    margin-right: 29px;
  }
  .tablet\:p-r-2\.9 {
    padding-right: 29px;
  }
  .tablet-m-r-2\.9 {
    margin-right: 29px;
  }
  .tablet-p-r-2\.9 {
    padding-right: 29px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-3 {
    margin-top: 30px;
  }
  .tablet\:p-t-3 {
    padding-top: 30px;
  }
  .tablet-m-t-3 {
    margin-top: 30px;
  }
  .tablet-p-t-3 {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-3 {
    margin-bottom: 30px;
  }
  .tablet\:p-b-3 {
    padding-bottom: 30px;
  }
  .tablet-m-b-3 {
    margin-bottom: 30px;
  }
  .tablet-p-b-3 {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-3 {
    margin-left: 30px;
  }
  .tablet\:p-l-3 {
    padding-left: 30px;
  }
  .tablet-m-l-3 {
    margin-left: 30px;
  }
  .tablet-p-l-3 {
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-3 {
    margin-right: 30px;
  }
  .tablet\:p-r-3 {
    padding-right: 30px;
  }
  .tablet-m-r-3 {
    margin-right: 30px;
  }
  .tablet-p-r-3 {
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-3\.1 {
    margin-top: 31px;
  }
  .tablet\:p-t-3\.1 {
    padding-top: 31px;
  }
  .tablet-m-t-3\.1 {
    margin-top: 31px;
  }
  .tablet-p-t-3\.1 {
    padding-top: 31px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-3\.1 {
    margin-bottom: 31px;
  }
  .tablet\:p-b-3\.1 {
    padding-bottom: 31px;
  }
  .tablet-m-b-3\.1 {
    margin-bottom: 31px;
  }
  .tablet-p-b-3\.1 {
    padding-bottom: 31px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-3\.1 {
    margin-left: 31px;
  }
  .tablet\:p-l-3\.1 {
    padding-left: 31px;
  }
  .tablet-m-l-3\.1 {
    margin-left: 31px;
  }
  .tablet-p-l-3\.1 {
    padding-left: 31px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-3\.1 {
    margin-right: 31px;
  }
  .tablet\:p-r-3\.1 {
    padding-right: 31px;
  }
  .tablet-m-r-3\.1 {
    margin-right: 31px;
  }
  .tablet-p-r-3\.1 {
    padding-right: 31px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-3\.2 {
    margin-top: 32px;
  }
  .tablet\:p-t-3\.2 {
    padding-top: 32px;
  }
  .tablet-m-t-3\.2 {
    margin-top: 32px;
  }
  .tablet-p-t-3\.2 {
    padding-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-3\.2 {
    margin-bottom: 32px;
  }
  .tablet\:p-b-3\.2 {
    padding-bottom: 32px;
  }
  .tablet-m-b-3\.2 {
    margin-bottom: 32px;
  }
  .tablet-p-b-3\.2 {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-3\.2 {
    margin-left: 32px;
  }
  .tablet\:p-l-3\.2 {
    padding-left: 32px;
  }
  .tablet-m-l-3\.2 {
    margin-left: 32px;
  }
  .tablet-p-l-3\.2 {
    padding-left: 32px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-3\.2 {
    margin-right: 32px;
  }
  .tablet\:p-r-3\.2 {
    padding-right: 32px;
  }
  .tablet-m-r-3\.2 {
    margin-right: 32px;
  }
  .tablet-p-r-3\.2 {
    padding-right: 32px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-3\.3 {
    margin-top: 33px;
  }
  .tablet\:p-t-3\.3 {
    padding-top: 33px;
  }
  .tablet-m-t-3\.3 {
    margin-top: 33px;
  }
  .tablet-p-t-3\.3 {
    padding-top: 33px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-3\.3 {
    margin-bottom: 33px;
  }
  .tablet\:p-b-3\.3 {
    padding-bottom: 33px;
  }
  .tablet-m-b-3\.3 {
    margin-bottom: 33px;
  }
  .tablet-p-b-3\.3 {
    padding-bottom: 33px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-3\.3 {
    margin-left: 33px;
  }
  .tablet\:p-l-3\.3 {
    padding-left: 33px;
  }
  .tablet-m-l-3\.3 {
    margin-left: 33px;
  }
  .tablet-p-l-3\.3 {
    padding-left: 33px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-3\.3 {
    margin-right: 33px;
  }
  .tablet\:p-r-3\.3 {
    padding-right: 33px;
  }
  .tablet-m-r-3\.3 {
    margin-right: 33px;
  }
  .tablet-p-r-3\.3 {
    padding-right: 33px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-3\.4 {
    margin-top: 34px;
  }
  .tablet\:p-t-3\.4 {
    padding-top: 34px;
  }
  .tablet-m-t-3\.4 {
    margin-top: 34px;
  }
  .tablet-p-t-3\.4 {
    padding-top: 34px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-3\.4 {
    margin-bottom: 34px;
  }
  .tablet\:p-b-3\.4 {
    padding-bottom: 34px;
  }
  .tablet-m-b-3\.4 {
    margin-bottom: 34px;
  }
  .tablet-p-b-3\.4 {
    padding-bottom: 34px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-3\.4 {
    margin-left: 34px;
  }
  .tablet\:p-l-3\.4 {
    padding-left: 34px;
  }
  .tablet-m-l-3\.4 {
    margin-left: 34px;
  }
  .tablet-p-l-3\.4 {
    padding-left: 34px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-3\.4 {
    margin-right: 34px;
  }
  .tablet\:p-r-3\.4 {
    padding-right: 34px;
  }
  .tablet-m-r-3\.4 {
    margin-right: 34px;
  }
  .tablet-p-r-3\.4 {
    padding-right: 34px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-3\.5 {
    margin-top: 35px;
  }
  .tablet\:p-t-3\.5 {
    padding-top: 35px;
  }
  .tablet-m-t-3\.5 {
    margin-top: 35px;
  }
  .tablet-p-t-3\.5 {
    padding-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-3\.5 {
    margin-bottom: 35px;
  }
  .tablet\:p-b-3\.5 {
    padding-bottom: 35px;
  }
  .tablet-m-b-3\.5 {
    margin-bottom: 35px;
  }
  .tablet-p-b-3\.5 {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-3\.5 {
    margin-left: 35px;
  }
  .tablet\:p-l-3\.5 {
    padding-left: 35px;
  }
  .tablet-m-l-3\.5 {
    margin-left: 35px;
  }
  .tablet-p-l-3\.5 {
    padding-left: 35px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-3\.5 {
    margin-right: 35px;
  }
  .tablet\:p-r-3\.5 {
    padding-right: 35px;
  }
  .tablet-m-r-3\.5 {
    margin-right: 35px;
  }
  .tablet-p-r-3\.5 {
    padding-right: 35px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-3\.6 {
    margin-top: 36px;
  }
  .tablet\:p-t-3\.6 {
    padding-top: 36px;
  }
  .tablet-m-t-3\.6 {
    margin-top: 36px;
  }
  .tablet-p-t-3\.6 {
    padding-top: 36px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-3\.6 {
    margin-bottom: 36px;
  }
  .tablet\:p-b-3\.6 {
    padding-bottom: 36px;
  }
  .tablet-m-b-3\.6 {
    margin-bottom: 36px;
  }
  .tablet-p-b-3\.6 {
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-3\.6 {
    margin-left: 36px;
  }
  .tablet\:p-l-3\.6 {
    padding-left: 36px;
  }
  .tablet-m-l-3\.6 {
    margin-left: 36px;
  }
  .tablet-p-l-3\.6 {
    padding-left: 36px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-3\.6 {
    margin-right: 36px;
  }
  .tablet\:p-r-3\.6 {
    padding-right: 36px;
  }
  .tablet-m-r-3\.6 {
    margin-right: 36px;
  }
  .tablet-p-r-3\.6 {
    padding-right: 36px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-3\.7 {
    margin-top: 37px;
  }
  .tablet\:p-t-3\.7 {
    padding-top: 37px;
  }
  .tablet-m-t-3\.7 {
    margin-top: 37px;
  }
  .tablet-p-t-3\.7 {
    padding-top: 37px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-3\.7 {
    margin-bottom: 37px;
  }
  .tablet\:p-b-3\.7 {
    padding-bottom: 37px;
  }
  .tablet-m-b-3\.7 {
    margin-bottom: 37px;
  }
  .tablet-p-b-3\.7 {
    padding-bottom: 37px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-3\.7 {
    margin-left: 37px;
  }
  .tablet\:p-l-3\.7 {
    padding-left: 37px;
  }
  .tablet-m-l-3\.7 {
    margin-left: 37px;
  }
  .tablet-p-l-3\.7 {
    padding-left: 37px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-3\.7 {
    margin-right: 37px;
  }
  .tablet\:p-r-3\.7 {
    padding-right: 37px;
  }
  .tablet-m-r-3\.7 {
    margin-right: 37px;
  }
  .tablet-p-r-3\.7 {
    padding-right: 37px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-3\.8 {
    margin-top: 38px;
  }
  .tablet\:p-t-3\.8 {
    padding-top: 38px;
  }
  .tablet-m-t-3\.8 {
    margin-top: 38px;
  }
  .tablet-p-t-3\.8 {
    padding-top: 38px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-3\.8 {
    margin-bottom: 38px;
  }
  .tablet\:p-b-3\.8 {
    padding-bottom: 38px;
  }
  .tablet-m-b-3\.8 {
    margin-bottom: 38px;
  }
  .tablet-p-b-3\.8 {
    padding-bottom: 38px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-3\.8 {
    margin-left: 38px;
  }
  .tablet\:p-l-3\.8 {
    padding-left: 38px;
  }
  .tablet-m-l-3\.8 {
    margin-left: 38px;
  }
  .tablet-p-l-3\.8 {
    padding-left: 38px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-3\.8 {
    margin-right: 38px;
  }
  .tablet\:p-r-3\.8 {
    padding-right: 38px;
  }
  .tablet-m-r-3\.8 {
    margin-right: 38px;
  }
  .tablet-p-r-3\.8 {
    padding-right: 38px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-3\.9 {
    margin-top: 39px;
  }
  .tablet\:p-t-3\.9 {
    padding-top: 39px;
  }
  .tablet-m-t-3\.9 {
    margin-top: 39px;
  }
  .tablet-p-t-3\.9 {
    padding-top: 39px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-3\.9 {
    margin-bottom: 39px;
  }
  .tablet\:p-b-3\.9 {
    padding-bottom: 39px;
  }
  .tablet-m-b-3\.9 {
    margin-bottom: 39px;
  }
  .tablet-p-b-3\.9 {
    padding-bottom: 39px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-3\.9 {
    margin-left: 39px;
  }
  .tablet\:p-l-3\.9 {
    padding-left: 39px;
  }
  .tablet-m-l-3\.9 {
    margin-left: 39px;
  }
  .tablet-p-l-3\.9 {
    padding-left: 39px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-3\.9 {
    margin-right: 39px;
  }
  .tablet\:p-r-3\.9 {
    padding-right: 39px;
  }
  .tablet-m-r-3\.9 {
    margin-right: 39px;
  }
  .tablet-p-r-3\.9 {
    padding-right: 39px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-4 {
    margin-top: 40px;
  }
  .tablet\:p-t-4 {
    padding-top: 40px;
  }
  .tablet-m-t-4 {
    margin-top: 40px;
  }
  .tablet-p-t-4 {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-4 {
    margin-bottom: 40px;
  }
  .tablet\:p-b-4 {
    padding-bottom: 40px;
  }
  .tablet-m-b-4 {
    margin-bottom: 40px;
  }
  .tablet-p-b-4 {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-4 {
    margin-left: 40px;
  }
  .tablet\:p-l-4 {
    padding-left: 40px;
  }
  .tablet-m-l-4 {
    margin-left: 40px;
  }
  .tablet-p-l-4 {
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-4 {
    margin-right: 40px;
  }
  .tablet\:p-r-4 {
    padding-right: 40px;
  }
  .tablet-m-r-4 {
    margin-right: 40px;
  }
  .tablet-p-r-4 {
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-4\.1 {
    margin-top: 41px;
  }
  .tablet\:p-t-4\.1 {
    padding-top: 41px;
  }
  .tablet-m-t-4\.1 {
    margin-top: 41px;
  }
  .tablet-p-t-4\.1 {
    padding-top: 41px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-4\.1 {
    margin-bottom: 41px;
  }
  .tablet\:p-b-4\.1 {
    padding-bottom: 41px;
  }
  .tablet-m-b-4\.1 {
    margin-bottom: 41px;
  }
  .tablet-p-b-4\.1 {
    padding-bottom: 41px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-4\.1 {
    margin-left: 41px;
  }
  .tablet\:p-l-4\.1 {
    padding-left: 41px;
  }
  .tablet-m-l-4\.1 {
    margin-left: 41px;
  }
  .tablet-p-l-4\.1 {
    padding-left: 41px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-4\.1 {
    margin-right: 41px;
  }
  .tablet\:p-r-4\.1 {
    padding-right: 41px;
  }
  .tablet-m-r-4\.1 {
    margin-right: 41px;
  }
  .tablet-p-r-4\.1 {
    padding-right: 41px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-4\.2 {
    margin-top: 42px;
  }
  .tablet\:p-t-4\.2 {
    padding-top: 42px;
  }
  .tablet-m-t-4\.2 {
    margin-top: 42px;
  }
  .tablet-p-t-4\.2 {
    padding-top: 42px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-4\.2 {
    margin-bottom: 42px;
  }
  .tablet\:p-b-4\.2 {
    padding-bottom: 42px;
  }
  .tablet-m-b-4\.2 {
    margin-bottom: 42px;
  }
  .tablet-p-b-4\.2 {
    padding-bottom: 42px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-4\.2 {
    margin-left: 42px;
  }
  .tablet\:p-l-4\.2 {
    padding-left: 42px;
  }
  .tablet-m-l-4\.2 {
    margin-left: 42px;
  }
  .tablet-p-l-4\.2 {
    padding-left: 42px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-4\.2 {
    margin-right: 42px;
  }
  .tablet\:p-r-4\.2 {
    padding-right: 42px;
  }
  .tablet-m-r-4\.2 {
    margin-right: 42px;
  }
  .tablet-p-r-4\.2 {
    padding-right: 42px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-4\.3 {
    margin-top: 43px;
  }
  .tablet\:p-t-4\.3 {
    padding-top: 43px;
  }
  .tablet-m-t-4\.3 {
    margin-top: 43px;
  }
  .tablet-p-t-4\.3 {
    padding-top: 43px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-4\.3 {
    margin-bottom: 43px;
  }
  .tablet\:p-b-4\.3 {
    padding-bottom: 43px;
  }
  .tablet-m-b-4\.3 {
    margin-bottom: 43px;
  }
  .tablet-p-b-4\.3 {
    padding-bottom: 43px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-4\.3 {
    margin-left: 43px;
  }
  .tablet\:p-l-4\.3 {
    padding-left: 43px;
  }
  .tablet-m-l-4\.3 {
    margin-left: 43px;
  }
  .tablet-p-l-4\.3 {
    padding-left: 43px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-4\.3 {
    margin-right: 43px;
  }
  .tablet\:p-r-4\.3 {
    padding-right: 43px;
  }
  .tablet-m-r-4\.3 {
    margin-right: 43px;
  }
  .tablet-p-r-4\.3 {
    padding-right: 43px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-4\.4 {
    margin-top: 44px;
  }
  .tablet\:p-t-4\.4 {
    padding-top: 44px;
  }
  .tablet-m-t-4\.4 {
    margin-top: 44px;
  }
  .tablet-p-t-4\.4 {
    padding-top: 44px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-4\.4 {
    margin-bottom: 44px;
  }
  .tablet\:p-b-4\.4 {
    padding-bottom: 44px;
  }
  .tablet-m-b-4\.4 {
    margin-bottom: 44px;
  }
  .tablet-p-b-4\.4 {
    padding-bottom: 44px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-4\.4 {
    margin-left: 44px;
  }
  .tablet\:p-l-4\.4 {
    padding-left: 44px;
  }
  .tablet-m-l-4\.4 {
    margin-left: 44px;
  }
  .tablet-p-l-4\.4 {
    padding-left: 44px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-4\.4 {
    margin-right: 44px;
  }
  .tablet\:p-r-4\.4 {
    padding-right: 44px;
  }
  .tablet-m-r-4\.4 {
    margin-right: 44px;
  }
  .tablet-p-r-4\.4 {
    padding-right: 44px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-4\.5 {
    margin-top: 45px;
  }
  .tablet\:p-t-4\.5 {
    padding-top: 45px;
  }
  .tablet-m-t-4\.5 {
    margin-top: 45px;
  }
  .tablet-p-t-4\.5 {
    padding-top: 45px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-4\.5 {
    margin-bottom: 45px;
  }
  .tablet\:p-b-4\.5 {
    padding-bottom: 45px;
  }
  .tablet-m-b-4\.5 {
    margin-bottom: 45px;
  }
  .tablet-p-b-4\.5 {
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-4\.5 {
    margin-left: 45px;
  }
  .tablet\:p-l-4\.5 {
    padding-left: 45px;
  }
  .tablet-m-l-4\.5 {
    margin-left: 45px;
  }
  .tablet-p-l-4\.5 {
    padding-left: 45px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-4\.5 {
    margin-right: 45px;
  }
  .tablet\:p-r-4\.5 {
    padding-right: 45px;
  }
  .tablet-m-r-4\.5 {
    margin-right: 45px;
  }
  .tablet-p-r-4\.5 {
    padding-right: 45px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-4\.6 {
    margin-top: 46px;
  }
  .tablet\:p-t-4\.6 {
    padding-top: 46px;
  }
  .tablet-m-t-4\.6 {
    margin-top: 46px;
  }
  .tablet-p-t-4\.6 {
    padding-top: 46px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-4\.6 {
    margin-bottom: 46px;
  }
  .tablet\:p-b-4\.6 {
    padding-bottom: 46px;
  }
  .tablet-m-b-4\.6 {
    margin-bottom: 46px;
  }
  .tablet-p-b-4\.6 {
    padding-bottom: 46px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-4\.6 {
    margin-left: 46px;
  }
  .tablet\:p-l-4\.6 {
    padding-left: 46px;
  }
  .tablet-m-l-4\.6 {
    margin-left: 46px;
  }
  .tablet-p-l-4\.6 {
    padding-left: 46px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-4\.6 {
    margin-right: 46px;
  }
  .tablet\:p-r-4\.6 {
    padding-right: 46px;
  }
  .tablet-m-r-4\.6 {
    margin-right: 46px;
  }
  .tablet-p-r-4\.6 {
    padding-right: 46px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-4\.7 {
    margin-top: 47px;
  }
  .tablet\:p-t-4\.7 {
    padding-top: 47px;
  }
  .tablet-m-t-4\.7 {
    margin-top: 47px;
  }
  .tablet-p-t-4\.7 {
    padding-top: 47px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-4\.7 {
    margin-bottom: 47px;
  }
  .tablet\:p-b-4\.7 {
    padding-bottom: 47px;
  }
  .tablet-m-b-4\.7 {
    margin-bottom: 47px;
  }
  .tablet-p-b-4\.7 {
    padding-bottom: 47px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-4\.7 {
    margin-left: 47px;
  }
  .tablet\:p-l-4\.7 {
    padding-left: 47px;
  }
  .tablet-m-l-4\.7 {
    margin-left: 47px;
  }
  .tablet-p-l-4\.7 {
    padding-left: 47px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-4\.7 {
    margin-right: 47px;
  }
  .tablet\:p-r-4\.7 {
    padding-right: 47px;
  }
  .tablet-m-r-4\.7 {
    margin-right: 47px;
  }
  .tablet-p-r-4\.7 {
    padding-right: 47px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-4\.8 {
    margin-top: 48px;
  }
  .tablet\:p-t-4\.8 {
    padding-top: 48px;
  }
  .tablet-m-t-4\.8 {
    margin-top: 48px;
  }
  .tablet-p-t-4\.8 {
    padding-top: 48px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-4\.8 {
    margin-bottom: 48px;
  }
  .tablet\:p-b-4\.8 {
    padding-bottom: 48px;
  }
  .tablet-m-b-4\.8 {
    margin-bottom: 48px;
  }
  .tablet-p-b-4\.8 {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-4\.8 {
    margin-left: 48px;
  }
  .tablet\:p-l-4\.8 {
    padding-left: 48px;
  }
  .tablet-m-l-4\.8 {
    margin-left: 48px;
  }
  .tablet-p-l-4\.8 {
    padding-left: 48px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-4\.8 {
    margin-right: 48px;
  }
  .tablet\:p-r-4\.8 {
    padding-right: 48px;
  }
  .tablet-m-r-4\.8 {
    margin-right: 48px;
  }
  .tablet-p-r-4\.8 {
    padding-right: 48px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-4\.9 {
    margin-top: 49px;
  }
  .tablet\:p-t-4\.9 {
    padding-top: 49px;
  }
  .tablet-m-t-4\.9 {
    margin-top: 49px;
  }
  .tablet-p-t-4\.9 {
    padding-top: 49px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-4\.9 {
    margin-bottom: 49px;
  }
  .tablet\:p-b-4\.9 {
    padding-bottom: 49px;
  }
  .tablet-m-b-4\.9 {
    margin-bottom: 49px;
  }
  .tablet-p-b-4\.9 {
    padding-bottom: 49px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-4\.9 {
    margin-left: 49px;
  }
  .tablet\:p-l-4\.9 {
    padding-left: 49px;
  }
  .tablet-m-l-4\.9 {
    margin-left: 49px;
  }
  .tablet-p-l-4\.9 {
    padding-left: 49px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-4\.9 {
    margin-right: 49px;
  }
  .tablet\:p-r-4\.9 {
    padding-right: 49px;
  }
  .tablet-m-r-4\.9 {
    margin-right: 49px;
  }
  .tablet-p-r-4\.9 {
    padding-right: 49px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-5 {
    margin-top: 50px;
  }
  .tablet\:p-t-5 {
    padding-top: 50px;
  }
  .tablet-m-t-5 {
    margin-top: 50px;
  }
  .tablet-p-t-5 {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-5 {
    margin-bottom: 50px;
  }
  .tablet\:p-b-5 {
    padding-bottom: 50px;
  }
  .tablet-m-b-5 {
    margin-bottom: 50px;
  }
  .tablet-p-b-5 {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-5 {
    margin-left: 50px;
  }
  .tablet\:p-l-5 {
    padding-left: 50px;
  }
  .tablet-m-l-5 {
    margin-left: 50px;
  }
  .tablet-p-l-5 {
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-5 {
    margin-right: 50px;
  }
  .tablet\:p-r-5 {
    padding-right: 50px;
  }
  .tablet-m-r-5 {
    margin-right: 50px;
  }
  .tablet-p-r-5 {
    padding-right: 50px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-6 {
    margin-top: 60px;
  }
  .tablet\:p-t-6 {
    padding-top: 60px;
  }
  .tablet-m-t-6 {
    margin-top: 60px;
  }
  .tablet-p-t-6 {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-6 {
    margin-bottom: 60px;
  }
  .tablet\:p-b-6 {
    padding-bottom: 60px;
  }
  .tablet-m-b-6 {
    margin-bottom: 60px;
  }
  .tablet-p-b-6 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-6 {
    margin-left: 60px;
  }
  .tablet\:p-l-6 {
    padding-left: 60px;
  }
  .tablet-m-l-6 {
    margin-left: 60px;
  }
  .tablet-p-l-6 {
    padding-left: 60px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-6 {
    margin-right: 60px;
  }
  .tablet\:p-r-6 {
    padding-right: 60px;
  }
  .tablet-m-r-6 {
    margin-right: 60px;
  }
  .tablet-p-r-6 {
    padding-right: 60px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-7 {
    margin-top: 70px;
  }
  .tablet\:p-t-7 {
    padding-top: 70px;
  }
  .tablet-m-t-7 {
    margin-top: 70px;
  }
  .tablet-p-t-7 {
    padding-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-7 {
    margin-bottom: 70px;
  }
  .tablet\:p-b-7 {
    padding-bottom: 70px;
  }
  .tablet-m-b-7 {
    margin-bottom: 70px;
  }
  .tablet-p-b-7 {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-7 {
    margin-left: 70px;
  }
  .tablet\:p-l-7 {
    padding-left: 70px;
  }
  .tablet-m-l-7 {
    margin-left: 70px;
  }
  .tablet-p-l-7 {
    padding-left: 70px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-7 {
    margin-right: 70px;
  }
  .tablet\:p-r-7 {
    padding-right: 70px;
  }
  .tablet-m-r-7 {
    margin-right: 70px;
  }
  .tablet-p-r-7 {
    padding-right: 70px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-8 {
    margin-top: 80px;
  }
  .tablet\:p-t-8 {
    padding-top: 80px;
  }
  .tablet-m-t-8 {
    margin-top: 80px;
  }
  .tablet-p-t-8 {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-8 {
    margin-bottom: 80px;
  }
  .tablet\:p-b-8 {
    padding-bottom: 80px;
  }
  .tablet-m-b-8 {
    margin-bottom: 80px;
  }
  .tablet-p-b-8 {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-8 {
    margin-left: 80px;
  }
  .tablet\:p-l-8 {
    padding-left: 80px;
  }
  .tablet-m-l-8 {
    margin-left: 80px;
  }
  .tablet-p-l-8 {
    padding-left: 80px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-8 {
    margin-right: 80px;
  }
  .tablet\:p-r-8 {
    padding-right: 80px;
  }
  .tablet-m-r-8 {
    margin-right: 80px;
  }
  .tablet-p-r-8 {
    padding-right: 80px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-9 {
    margin-top: 90px;
  }
  .tablet\:p-t-9 {
    padding-top: 90px;
  }
  .tablet-m-t-9 {
    margin-top: 90px;
  }
  .tablet-p-t-9 {
    padding-top: 90px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-9 {
    margin-bottom: 90px;
  }
  .tablet\:p-b-9 {
    padding-bottom: 90px;
  }
  .tablet-m-b-9 {
    margin-bottom: 90px;
  }
  .tablet-p-b-9 {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-9 {
    margin-left: 90px;
  }
  .tablet\:p-l-9 {
    padding-left: 90px;
  }
  .tablet-m-l-9 {
    margin-left: 90px;
  }
  .tablet-p-l-9 {
    padding-left: 90px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-9 {
    margin-right: 90px;
  }
  .tablet\:p-r-9 {
    padding-right: 90px;
  }
  .tablet-m-r-9 {
    margin-right: 90px;
  }
  .tablet-p-r-9 {
    padding-right: 90px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-10 {
    margin-top: 100px;
  }
  .tablet\:p-t-10 {
    padding-top: 100px;
  }
  .tablet-m-t-10 {
    margin-top: 100px;
  }
  .tablet-p-t-10 {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-10 {
    margin-bottom: 100px;
  }
  .tablet\:p-b-10 {
    padding-bottom: 100px;
  }
  .tablet-m-b-10 {
    margin-bottom: 100px;
  }
  .tablet-p-b-10 {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-10 {
    margin-left: 100px;
  }
  .tablet\:p-l-10 {
    padding-left: 100px;
  }
  .tablet-m-l-10 {
    margin-left: 100px;
  }
  .tablet-p-l-10 {
    padding-left: 100px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-10 {
    margin-right: 100px;
  }
  .tablet\:p-r-10 {
    padding-right: 100px;
  }
  .tablet-m-r-10 {
    margin-right: 100px;
  }
  .tablet-p-r-10 {
    padding-right: 100px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-11 {
    margin-top: 110px;
  }
  .tablet\:p-t-11 {
    padding-top: 110px;
  }
  .tablet-m-t-11 {
    margin-top: 110px;
  }
  .tablet-p-t-11 {
    padding-top: 110px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-11 {
    margin-bottom: 110px;
  }
  .tablet\:p-b-11 {
    padding-bottom: 110px;
  }
  .tablet-m-b-11 {
    margin-bottom: 110px;
  }
  .tablet-p-b-11 {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-11 {
    margin-left: 110px;
  }
  .tablet\:p-l-11 {
    padding-left: 110px;
  }
  .tablet-m-l-11 {
    margin-left: 110px;
  }
  .tablet-p-l-11 {
    padding-left: 110px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-11 {
    margin-right: 110px;
  }
  .tablet\:p-r-11 {
    padding-right: 110px;
  }
  .tablet-m-r-11 {
    margin-right: 110px;
  }
  .tablet-p-r-11 {
    padding-right: 110px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-12 {
    margin-top: 120px;
  }
  .tablet\:p-t-12 {
    padding-top: 120px;
  }
  .tablet-m-t-12 {
    margin-top: 120px;
  }
  .tablet-p-t-12 {
    padding-top: 120px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-12 {
    margin-bottom: 120px;
  }
  .tablet\:p-b-12 {
    padding-bottom: 120px;
  }
  .tablet-m-b-12 {
    margin-bottom: 120px;
  }
  .tablet-p-b-12 {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-12 {
    margin-left: 120px;
  }
  .tablet\:p-l-12 {
    padding-left: 120px;
  }
  .tablet-m-l-12 {
    margin-left: 120px;
  }
  .tablet-p-l-12 {
    padding-left: 120px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-12 {
    margin-right: 120px;
  }
  .tablet\:p-r-12 {
    padding-right: 120px;
  }
  .tablet-m-r-12 {
    margin-right: 120px;
  }
  .tablet-p-r-12 {
    padding-right: 120px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-13 {
    margin-top: 130px;
  }
  .tablet\:p-t-13 {
    padding-top: 130px;
  }
  .tablet-m-t-13 {
    margin-top: 130px;
  }
  .tablet-p-t-13 {
    padding-top: 130px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-13 {
    margin-bottom: 130px;
  }
  .tablet\:p-b-13 {
    padding-bottom: 130px;
  }
  .tablet-m-b-13 {
    margin-bottom: 130px;
  }
  .tablet-p-b-13 {
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-13 {
    margin-left: 130px;
  }
  .tablet\:p-l-13 {
    padding-left: 130px;
  }
  .tablet-m-l-13 {
    margin-left: 130px;
  }
  .tablet-p-l-13 {
    padding-left: 130px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-13 {
    margin-right: 130px;
  }
  .tablet\:p-r-13 {
    padding-right: 130px;
  }
  .tablet-m-r-13 {
    margin-right: 130px;
  }
  .tablet-p-r-13 {
    padding-right: 130px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-14 {
    margin-top: 140px;
  }
  .tablet\:p-t-14 {
    padding-top: 140px;
  }
  .tablet-m-t-14 {
    margin-top: 140px;
  }
  .tablet-p-t-14 {
    padding-top: 140px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-14 {
    margin-bottom: 140px;
  }
  .tablet\:p-b-14 {
    padding-bottom: 140px;
  }
  .tablet-m-b-14 {
    margin-bottom: 140px;
  }
  .tablet-p-b-14 {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-14 {
    margin-left: 140px;
  }
  .tablet\:p-l-14 {
    padding-left: 140px;
  }
  .tablet-m-l-14 {
    margin-left: 140px;
  }
  .tablet-p-l-14 {
    padding-left: 140px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-14 {
    margin-right: 140px;
  }
  .tablet\:p-r-14 {
    padding-right: 140px;
  }
  .tablet-m-r-14 {
    margin-right: 140px;
  }
  .tablet-p-r-14 {
    padding-right: 140px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-15 {
    margin-top: 150px;
  }
  .tablet\:p-t-15 {
    padding-top: 150px;
  }
  .tablet-m-t-15 {
    margin-top: 150px;
  }
  .tablet-p-t-15 {
    padding-top: 150px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-15 {
    margin-bottom: 150px;
  }
  .tablet\:p-b-15 {
    padding-bottom: 150px;
  }
  .tablet-m-b-15 {
    margin-bottom: 150px;
  }
  .tablet-p-b-15 {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-15 {
    margin-left: 150px;
  }
  .tablet\:p-l-15 {
    padding-left: 150px;
  }
  .tablet-m-l-15 {
    margin-left: 150px;
  }
  .tablet-p-l-15 {
    padding-left: 150px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-15 {
    margin-right: 150px;
  }
  .tablet\:p-r-15 {
    padding-right: 150px;
  }
  .tablet-m-r-15 {
    margin-right: 150px;
  }
  .tablet-p-r-15 {
    padding-right: 150px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-16 {
    margin-top: 160px;
  }
  .tablet\:p-t-16 {
    padding-top: 160px;
  }
  .tablet-m-t-16 {
    margin-top: 160px;
  }
  .tablet-p-t-16 {
    padding-top: 160px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-16 {
    margin-bottom: 160px;
  }
  .tablet\:p-b-16 {
    padding-bottom: 160px;
  }
  .tablet-m-b-16 {
    margin-bottom: 160px;
  }
  .tablet-p-b-16 {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-16 {
    margin-left: 160px;
  }
  .tablet\:p-l-16 {
    padding-left: 160px;
  }
  .tablet-m-l-16 {
    margin-left: 160px;
  }
  .tablet-p-l-16 {
    padding-left: 160px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-16 {
    margin-right: 160px;
  }
  .tablet\:p-r-16 {
    padding-right: 160px;
  }
  .tablet-m-r-16 {
    margin-right: 160px;
  }
  .tablet-p-r-16 {
    padding-right: 160px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-17 {
    margin-top: 170px;
  }
  .tablet\:p-t-17 {
    padding-top: 170px;
  }
  .tablet-m-t-17 {
    margin-top: 170px;
  }
  .tablet-p-t-17 {
    padding-top: 170px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-17 {
    margin-bottom: 170px;
  }
  .tablet\:p-b-17 {
    padding-bottom: 170px;
  }
  .tablet-m-b-17 {
    margin-bottom: 170px;
  }
  .tablet-p-b-17 {
    padding-bottom: 170px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-17 {
    margin-left: 170px;
  }
  .tablet\:p-l-17 {
    padding-left: 170px;
  }
  .tablet-m-l-17 {
    margin-left: 170px;
  }
  .tablet-p-l-17 {
    padding-left: 170px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-17 {
    margin-right: 170px;
  }
  .tablet\:p-r-17 {
    padding-right: 170px;
  }
  .tablet-m-r-17 {
    margin-right: 170px;
  }
  .tablet-p-r-17 {
    padding-right: 170px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-18 {
    margin-top: 180px;
  }
  .tablet\:p-t-18 {
    padding-top: 180px;
  }
  .tablet-m-t-18 {
    margin-top: 180px;
  }
  .tablet-p-t-18 {
    padding-top: 180px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-18 {
    margin-bottom: 180px;
  }
  .tablet\:p-b-18 {
    padding-bottom: 180px;
  }
  .tablet-m-b-18 {
    margin-bottom: 180px;
  }
  .tablet-p-b-18 {
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-18 {
    margin-left: 180px;
  }
  .tablet\:p-l-18 {
    padding-left: 180px;
  }
  .tablet-m-l-18 {
    margin-left: 180px;
  }
  .tablet-p-l-18 {
    padding-left: 180px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-18 {
    margin-right: 180px;
  }
  .tablet\:p-r-18 {
    padding-right: 180px;
  }
  .tablet-m-r-18 {
    margin-right: 180px;
  }
  .tablet-p-r-18 {
    padding-right: 180px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-19 {
    margin-top: 190px;
  }
  .tablet\:p-t-19 {
    padding-top: 190px;
  }
  .tablet-m-t-19 {
    margin-top: 190px;
  }
  .tablet-p-t-19 {
    padding-top: 190px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-19 {
    margin-bottom: 190px;
  }
  .tablet\:p-b-19 {
    padding-bottom: 190px;
  }
  .tablet-m-b-19 {
    margin-bottom: 190px;
  }
  .tablet-p-b-19 {
    padding-bottom: 190px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-19 {
    margin-left: 190px;
  }
  .tablet\:p-l-19 {
    padding-left: 190px;
  }
  .tablet-m-l-19 {
    margin-left: 190px;
  }
  .tablet-p-l-19 {
    padding-left: 190px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-19 {
    margin-right: 190px;
  }
  .tablet\:p-r-19 {
    padding-right: 190px;
  }
  .tablet-m-r-19 {
    margin-right: 190px;
  }
  .tablet-p-r-19 {
    padding-right: 190px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-20 {
    margin-top: 200px;
  }
  .tablet\:p-t-20 {
    padding-top: 200px;
  }
  .tablet-m-t-20 {
    margin-top: 200px;
  }
  .tablet-p-t-20 {
    padding-top: 200px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-20 {
    margin-bottom: 200px;
  }
  .tablet\:p-b-20 {
    padding-bottom: 200px;
  }
  .tablet-m-b-20 {
    margin-bottom: 200px;
  }
  .tablet-p-b-20 {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-20 {
    margin-left: 200px;
  }
  .tablet\:p-l-20 {
    padding-left: 200px;
  }
  .tablet-m-l-20 {
    margin-left: 200px;
  }
  .tablet-p-l-20 {
    padding-left: 200px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-20 {
    margin-right: 200px;
  }
  .tablet\:p-r-20 {
    padding-right: 200px;
  }
  .tablet-m-r-20 {
    margin-right: 200px;
  }
  .tablet-p-r-20 {
    padding-right: 200px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-21 {
    margin-top: 210px;
  }
  .tablet\:p-t-21 {
    padding-top: 210px;
  }
  .tablet-m-t-21 {
    margin-top: 210px;
  }
  .tablet-p-t-21 {
    padding-top: 210px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-21 {
    margin-bottom: 210px;
  }
  .tablet\:p-b-21 {
    padding-bottom: 210px;
  }
  .tablet-m-b-21 {
    margin-bottom: 210px;
  }
  .tablet-p-b-21 {
    padding-bottom: 210px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-21 {
    margin-left: 210px;
  }
  .tablet\:p-l-21 {
    padding-left: 210px;
  }
  .tablet-m-l-21 {
    margin-left: 210px;
  }
  .tablet-p-l-21 {
    padding-left: 210px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-21 {
    margin-right: 210px;
  }
  .tablet\:p-r-21 {
    padding-right: 210px;
  }
  .tablet-m-r-21 {
    margin-right: 210px;
  }
  .tablet-p-r-21 {
    padding-right: 210px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-22 {
    margin-top: 220px;
  }
  .tablet\:p-t-22 {
    padding-top: 220px;
  }
  .tablet-m-t-22 {
    margin-top: 220px;
  }
  .tablet-p-t-22 {
    padding-top: 220px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-22 {
    margin-bottom: 220px;
  }
  .tablet\:p-b-22 {
    padding-bottom: 220px;
  }
  .tablet-m-b-22 {
    margin-bottom: 220px;
  }
  .tablet-p-b-22 {
    padding-bottom: 220px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-22 {
    margin-left: 220px;
  }
  .tablet\:p-l-22 {
    padding-left: 220px;
  }
  .tablet-m-l-22 {
    margin-left: 220px;
  }
  .tablet-p-l-22 {
    padding-left: 220px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-22 {
    margin-right: 220px;
  }
  .tablet\:p-r-22 {
    padding-right: 220px;
  }
  .tablet-m-r-22 {
    margin-right: 220px;
  }
  .tablet-p-r-22 {
    padding-right: 220px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-23 {
    margin-top: 230px;
  }
  .tablet\:p-t-23 {
    padding-top: 230px;
  }
  .tablet-m-t-23 {
    margin-top: 230px;
  }
  .tablet-p-t-23 {
    padding-top: 230px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-23 {
    margin-bottom: 230px;
  }
  .tablet\:p-b-23 {
    padding-bottom: 230px;
  }
  .tablet-m-b-23 {
    margin-bottom: 230px;
  }
  .tablet-p-b-23 {
    padding-bottom: 230px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-23 {
    margin-left: 230px;
  }
  .tablet\:p-l-23 {
    padding-left: 230px;
  }
  .tablet-m-l-23 {
    margin-left: 230px;
  }
  .tablet-p-l-23 {
    padding-left: 230px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-23 {
    margin-right: 230px;
  }
  .tablet\:p-r-23 {
    padding-right: 230px;
  }
  .tablet-m-r-23 {
    margin-right: 230px;
  }
  .tablet-p-r-23 {
    padding-right: 230px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-24 {
    margin-top: 240px;
  }
  .tablet\:p-t-24 {
    padding-top: 240px;
  }
  .tablet-m-t-24 {
    margin-top: 240px;
  }
  .tablet-p-t-24 {
    padding-top: 240px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-24 {
    margin-bottom: 240px;
  }
  .tablet\:p-b-24 {
    padding-bottom: 240px;
  }
  .tablet-m-b-24 {
    margin-bottom: 240px;
  }
  .tablet-p-b-24 {
    padding-bottom: 240px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-24 {
    margin-left: 240px;
  }
  .tablet\:p-l-24 {
    padding-left: 240px;
  }
  .tablet-m-l-24 {
    margin-left: 240px;
  }
  .tablet-p-l-24 {
    padding-left: 240px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-24 {
    margin-right: 240px;
  }
  .tablet\:p-r-24 {
    padding-right: 240px;
  }
  .tablet-m-r-24 {
    margin-right: 240px;
  }
  .tablet-p-r-24 {
    padding-right: 240px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-25 {
    margin-top: 250px;
  }
  .tablet\:p-t-25 {
    padding-top: 250px;
  }
  .tablet-m-t-25 {
    margin-top: 250px;
  }
  .tablet-p-t-25 {
    padding-top: 250px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-25 {
    margin-bottom: 250px;
  }
  .tablet\:p-b-25 {
    padding-bottom: 250px;
  }
  .tablet-m-b-25 {
    margin-bottom: 250px;
  }
  .tablet-p-b-25 {
    padding-bottom: 250px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-25 {
    margin-left: 250px;
  }
  .tablet\:p-l-25 {
    padding-left: 250px;
  }
  .tablet-m-l-25 {
    margin-left: 250px;
  }
  .tablet-p-l-25 {
    padding-left: 250px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-25 {
    margin-right: 250px;
  }
  .tablet\:p-r-25 {
    padding-right: 250px;
  }
  .tablet-m-r-25 {
    margin-right: 250px;
  }
  .tablet-p-r-25 {
    padding-right: 250px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-26 {
    margin-top: 260px;
  }
  .tablet\:p-t-26 {
    padding-top: 260px;
  }
  .tablet-m-t-26 {
    margin-top: 260px;
  }
  .tablet-p-t-26 {
    padding-top: 260px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-26 {
    margin-bottom: 260px;
  }
  .tablet\:p-b-26 {
    padding-bottom: 260px;
  }
  .tablet-m-b-26 {
    margin-bottom: 260px;
  }
  .tablet-p-b-26 {
    padding-bottom: 260px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-26 {
    margin-left: 260px;
  }
  .tablet\:p-l-26 {
    padding-left: 260px;
  }
  .tablet-m-l-26 {
    margin-left: 260px;
  }
  .tablet-p-l-26 {
    padding-left: 260px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-26 {
    margin-right: 260px;
  }
  .tablet\:p-r-26 {
    padding-right: 260px;
  }
  .tablet-m-r-26 {
    margin-right: 260px;
  }
  .tablet-p-r-26 {
    padding-right: 260px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-27 {
    margin-top: 270px;
  }
  .tablet\:p-t-27 {
    padding-top: 270px;
  }
  .tablet-m-t-27 {
    margin-top: 270px;
  }
  .tablet-p-t-27 {
    padding-top: 270px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-27 {
    margin-bottom: 270px;
  }
  .tablet\:p-b-27 {
    padding-bottom: 270px;
  }
  .tablet-m-b-27 {
    margin-bottom: 270px;
  }
  .tablet-p-b-27 {
    padding-bottom: 270px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-27 {
    margin-left: 270px;
  }
  .tablet\:p-l-27 {
    padding-left: 270px;
  }
  .tablet-m-l-27 {
    margin-left: 270px;
  }
  .tablet-p-l-27 {
    padding-left: 270px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-27 {
    margin-right: 270px;
  }
  .tablet\:p-r-27 {
    padding-right: 270px;
  }
  .tablet-m-r-27 {
    margin-right: 270px;
  }
  .tablet-p-r-27 {
    padding-right: 270px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-28 {
    margin-top: 280px;
  }
  .tablet\:p-t-28 {
    padding-top: 280px;
  }
  .tablet-m-t-28 {
    margin-top: 280px;
  }
  .tablet-p-t-28 {
    padding-top: 280px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-28 {
    margin-bottom: 280px;
  }
  .tablet\:p-b-28 {
    padding-bottom: 280px;
  }
  .tablet-m-b-28 {
    margin-bottom: 280px;
  }
  .tablet-p-b-28 {
    padding-bottom: 280px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-28 {
    margin-left: 280px;
  }
  .tablet\:p-l-28 {
    padding-left: 280px;
  }
  .tablet-m-l-28 {
    margin-left: 280px;
  }
  .tablet-p-l-28 {
    padding-left: 280px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-28 {
    margin-right: 280px;
  }
  .tablet\:p-r-28 {
    padding-right: 280px;
  }
  .tablet-m-r-28 {
    margin-right: 280px;
  }
  .tablet-p-r-28 {
    padding-right: 280px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-29 {
    margin-top: 290px;
  }
  .tablet\:p-t-29 {
    padding-top: 290px;
  }
  .tablet-m-t-29 {
    margin-top: 290px;
  }
  .tablet-p-t-29 {
    padding-top: 290px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-29 {
    margin-bottom: 290px;
  }
  .tablet\:p-b-29 {
    padding-bottom: 290px;
  }
  .tablet-m-b-29 {
    margin-bottom: 290px;
  }
  .tablet-p-b-29 {
    padding-bottom: 290px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-29 {
    margin-left: 290px;
  }
  .tablet\:p-l-29 {
    padding-left: 290px;
  }
  .tablet-m-l-29 {
    margin-left: 290px;
  }
  .tablet-p-l-29 {
    padding-left: 290px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-29 {
    margin-right: 290px;
  }
  .tablet\:p-r-29 {
    padding-right: 290px;
  }
  .tablet-m-r-29 {
    margin-right: 290px;
  }
  .tablet-p-r-29 {
    padding-right: 290px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-30 {
    margin-top: 300px;
  }
  .tablet\:p-t-30 {
    padding-top: 300px;
  }
  .tablet-m-t-30 {
    margin-top: 300px;
  }
  .tablet-p-t-30 {
    padding-top: 300px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-30 {
    margin-bottom: 300px;
  }
  .tablet\:p-b-30 {
    padding-bottom: 300px;
  }
  .tablet-m-b-30 {
    margin-bottom: 300px;
  }
  .tablet-p-b-30 {
    padding-bottom: 300px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-30 {
    margin-left: 300px;
  }
  .tablet\:p-l-30 {
    padding-left: 300px;
  }
  .tablet-m-l-30 {
    margin-left: 300px;
  }
  .tablet-p-l-30 {
    padding-left: 300px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-30 {
    margin-right: 300px;
  }
  .tablet\:p-r-30 {
    padding-right: 300px;
  }
  .tablet-m-r-30 {
    margin-right: 300px;
  }
  .tablet-p-r-30 {
    padding-right: 300px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-31 {
    margin-top: 310px;
  }
  .tablet\:p-t-31 {
    padding-top: 310px;
  }
  .tablet-m-t-31 {
    margin-top: 310px;
  }
  .tablet-p-t-31 {
    padding-top: 310px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-31 {
    margin-bottom: 310px;
  }
  .tablet\:p-b-31 {
    padding-bottom: 310px;
  }
  .tablet-m-b-31 {
    margin-bottom: 310px;
  }
  .tablet-p-b-31 {
    padding-bottom: 310px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-31 {
    margin-left: 310px;
  }
  .tablet\:p-l-31 {
    padding-left: 310px;
  }
  .tablet-m-l-31 {
    margin-left: 310px;
  }
  .tablet-p-l-31 {
    padding-left: 310px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-31 {
    margin-right: 310px;
  }
  .tablet\:p-r-31 {
    padding-right: 310px;
  }
  .tablet-m-r-31 {
    margin-right: 310px;
  }
  .tablet-p-r-31 {
    padding-right: 310px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-32 {
    margin-top: 320px;
  }
  .tablet\:p-t-32 {
    padding-top: 320px;
  }
  .tablet-m-t-32 {
    margin-top: 320px;
  }
  .tablet-p-t-32 {
    padding-top: 320px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-32 {
    margin-bottom: 320px;
  }
  .tablet\:p-b-32 {
    padding-bottom: 320px;
  }
  .tablet-m-b-32 {
    margin-bottom: 320px;
  }
  .tablet-p-b-32 {
    padding-bottom: 320px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-32 {
    margin-left: 320px;
  }
  .tablet\:p-l-32 {
    padding-left: 320px;
  }
  .tablet-m-l-32 {
    margin-left: 320px;
  }
  .tablet-p-l-32 {
    padding-left: 320px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-32 {
    margin-right: 320px;
  }
  .tablet\:p-r-32 {
    padding-right: 320px;
  }
  .tablet-m-r-32 {
    margin-right: 320px;
  }
  .tablet-p-r-32 {
    padding-right: 320px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-33 {
    margin-top: 330px;
  }
  .tablet\:p-t-33 {
    padding-top: 330px;
  }
  .tablet-m-t-33 {
    margin-top: 330px;
  }
  .tablet-p-t-33 {
    padding-top: 330px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-33 {
    margin-bottom: 330px;
  }
  .tablet\:p-b-33 {
    padding-bottom: 330px;
  }
  .tablet-m-b-33 {
    margin-bottom: 330px;
  }
  .tablet-p-b-33 {
    padding-bottom: 330px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-33 {
    margin-left: 330px;
  }
  .tablet\:p-l-33 {
    padding-left: 330px;
  }
  .tablet-m-l-33 {
    margin-left: 330px;
  }
  .tablet-p-l-33 {
    padding-left: 330px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-33 {
    margin-right: 330px;
  }
  .tablet\:p-r-33 {
    padding-right: 330px;
  }
  .tablet-m-r-33 {
    margin-right: 330px;
  }
  .tablet-p-r-33 {
    padding-right: 330px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-34 {
    margin-top: 340px;
  }
  .tablet\:p-t-34 {
    padding-top: 340px;
  }
  .tablet-m-t-34 {
    margin-top: 340px;
  }
  .tablet-p-t-34 {
    padding-top: 340px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-34 {
    margin-bottom: 340px;
  }
  .tablet\:p-b-34 {
    padding-bottom: 340px;
  }
  .tablet-m-b-34 {
    margin-bottom: 340px;
  }
  .tablet-p-b-34 {
    padding-bottom: 340px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-34 {
    margin-left: 340px;
  }
  .tablet\:p-l-34 {
    padding-left: 340px;
  }
  .tablet-m-l-34 {
    margin-left: 340px;
  }
  .tablet-p-l-34 {
    padding-left: 340px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-34 {
    margin-right: 340px;
  }
  .tablet\:p-r-34 {
    padding-right: 340px;
  }
  .tablet-m-r-34 {
    margin-right: 340px;
  }
  .tablet-p-r-34 {
    padding-right: 340px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-35 {
    margin-top: 350px;
  }
  .tablet\:p-t-35 {
    padding-top: 350px;
  }
  .tablet-m-t-35 {
    margin-top: 350px;
  }
  .tablet-p-t-35 {
    padding-top: 350px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-35 {
    margin-bottom: 350px;
  }
  .tablet\:p-b-35 {
    padding-bottom: 350px;
  }
  .tablet-m-b-35 {
    margin-bottom: 350px;
  }
  .tablet-p-b-35 {
    padding-bottom: 350px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-35 {
    margin-left: 350px;
  }
  .tablet\:p-l-35 {
    padding-left: 350px;
  }
  .tablet-m-l-35 {
    margin-left: 350px;
  }
  .tablet-p-l-35 {
    padding-left: 350px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-35 {
    margin-right: 350px;
  }
  .tablet\:p-r-35 {
    padding-right: 350px;
  }
  .tablet-m-r-35 {
    margin-right: 350px;
  }
  .tablet-p-r-35 {
    padding-right: 350px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-36 {
    margin-top: 360px;
  }
  .tablet\:p-t-36 {
    padding-top: 360px;
  }
  .tablet-m-t-36 {
    margin-top: 360px;
  }
  .tablet-p-t-36 {
    padding-top: 360px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-36 {
    margin-bottom: 360px;
  }
  .tablet\:p-b-36 {
    padding-bottom: 360px;
  }
  .tablet-m-b-36 {
    margin-bottom: 360px;
  }
  .tablet-p-b-36 {
    padding-bottom: 360px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-36 {
    margin-left: 360px;
  }
  .tablet\:p-l-36 {
    padding-left: 360px;
  }
  .tablet-m-l-36 {
    margin-left: 360px;
  }
  .tablet-p-l-36 {
    padding-left: 360px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-36 {
    margin-right: 360px;
  }
  .tablet\:p-r-36 {
    padding-right: 360px;
  }
  .tablet-m-r-36 {
    margin-right: 360px;
  }
  .tablet-p-r-36 {
    padding-right: 360px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-37 {
    margin-top: 370px;
  }
  .tablet\:p-t-37 {
    padding-top: 370px;
  }
  .tablet-m-t-37 {
    margin-top: 370px;
  }
  .tablet-p-t-37 {
    padding-top: 370px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-37 {
    margin-bottom: 370px;
  }
  .tablet\:p-b-37 {
    padding-bottom: 370px;
  }
  .tablet-m-b-37 {
    margin-bottom: 370px;
  }
  .tablet-p-b-37 {
    padding-bottom: 370px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-37 {
    margin-left: 370px;
  }
  .tablet\:p-l-37 {
    padding-left: 370px;
  }
  .tablet-m-l-37 {
    margin-left: 370px;
  }
  .tablet-p-l-37 {
    padding-left: 370px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-37 {
    margin-right: 370px;
  }
  .tablet\:p-r-37 {
    padding-right: 370px;
  }
  .tablet-m-r-37 {
    margin-right: 370px;
  }
  .tablet-p-r-37 {
    padding-right: 370px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-38 {
    margin-top: 380px;
  }
  .tablet\:p-t-38 {
    padding-top: 380px;
  }
  .tablet-m-t-38 {
    margin-top: 380px;
  }
  .tablet-p-t-38 {
    padding-top: 380px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-38 {
    margin-bottom: 380px;
  }
  .tablet\:p-b-38 {
    padding-bottom: 380px;
  }
  .tablet-m-b-38 {
    margin-bottom: 380px;
  }
  .tablet-p-b-38 {
    padding-bottom: 380px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-38 {
    margin-left: 380px;
  }
  .tablet\:p-l-38 {
    padding-left: 380px;
  }
  .tablet-m-l-38 {
    margin-left: 380px;
  }
  .tablet-p-l-38 {
    padding-left: 380px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-38 {
    margin-right: 380px;
  }
  .tablet\:p-r-38 {
    padding-right: 380px;
  }
  .tablet-m-r-38 {
    margin-right: 380px;
  }
  .tablet-p-r-38 {
    padding-right: 380px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-39 {
    margin-top: 390px;
  }
  .tablet\:p-t-39 {
    padding-top: 390px;
  }
  .tablet-m-t-39 {
    margin-top: 390px;
  }
  .tablet-p-t-39 {
    padding-top: 390px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-39 {
    margin-bottom: 390px;
  }
  .tablet\:p-b-39 {
    padding-bottom: 390px;
  }
  .tablet-m-b-39 {
    margin-bottom: 390px;
  }
  .tablet-p-b-39 {
    padding-bottom: 390px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-39 {
    margin-left: 390px;
  }
  .tablet\:p-l-39 {
    padding-left: 390px;
  }
  .tablet-m-l-39 {
    margin-left: 390px;
  }
  .tablet-p-l-39 {
    padding-left: 390px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-39 {
    margin-right: 390px;
  }
  .tablet\:p-r-39 {
    padding-right: 390px;
  }
  .tablet-m-r-39 {
    margin-right: 390px;
  }
  .tablet-p-r-39 {
    padding-right: 390px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-40 {
    margin-top: 400px;
  }
  .tablet\:p-t-40 {
    padding-top: 400px;
  }
  .tablet-m-t-40 {
    margin-top: 400px;
  }
  .tablet-p-t-40 {
    padding-top: 400px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-40 {
    margin-bottom: 400px;
  }
  .tablet\:p-b-40 {
    padding-bottom: 400px;
  }
  .tablet-m-b-40 {
    margin-bottom: 400px;
  }
  .tablet-p-b-40 {
    padding-bottom: 400px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-40 {
    margin-left: 400px;
  }
  .tablet\:p-l-40 {
    padding-left: 400px;
  }
  .tablet-m-l-40 {
    margin-left: 400px;
  }
  .tablet-p-l-40 {
    padding-left: 400px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-40 {
    margin-right: 400px;
  }
  .tablet\:p-r-40 {
    padding-right: 400px;
  }
  .tablet-m-r-40 {
    margin-right: 400px;
  }
  .tablet-p-r-40 {
    padding-right: 400px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-41 {
    margin-top: 410px;
  }
  .tablet\:p-t-41 {
    padding-top: 410px;
  }
  .tablet-m-t-41 {
    margin-top: 410px;
  }
  .tablet-p-t-41 {
    padding-top: 410px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-41 {
    margin-bottom: 410px;
  }
  .tablet\:p-b-41 {
    padding-bottom: 410px;
  }
  .tablet-m-b-41 {
    margin-bottom: 410px;
  }
  .tablet-p-b-41 {
    padding-bottom: 410px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-41 {
    margin-left: 410px;
  }
  .tablet\:p-l-41 {
    padding-left: 410px;
  }
  .tablet-m-l-41 {
    margin-left: 410px;
  }
  .tablet-p-l-41 {
    padding-left: 410px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-41 {
    margin-right: 410px;
  }
  .tablet\:p-r-41 {
    padding-right: 410px;
  }
  .tablet-m-r-41 {
    margin-right: 410px;
  }
  .tablet-p-r-41 {
    padding-right: 410px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-42 {
    margin-top: 420px;
  }
  .tablet\:p-t-42 {
    padding-top: 420px;
  }
  .tablet-m-t-42 {
    margin-top: 420px;
  }
  .tablet-p-t-42 {
    padding-top: 420px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-42 {
    margin-bottom: 420px;
  }
  .tablet\:p-b-42 {
    padding-bottom: 420px;
  }
  .tablet-m-b-42 {
    margin-bottom: 420px;
  }
  .tablet-p-b-42 {
    padding-bottom: 420px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-42 {
    margin-left: 420px;
  }
  .tablet\:p-l-42 {
    padding-left: 420px;
  }
  .tablet-m-l-42 {
    margin-left: 420px;
  }
  .tablet-p-l-42 {
    padding-left: 420px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-42 {
    margin-right: 420px;
  }
  .tablet\:p-r-42 {
    padding-right: 420px;
  }
  .tablet-m-r-42 {
    margin-right: 420px;
  }
  .tablet-p-r-42 {
    padding-right: 420px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-43 {
    margin-top: 430px;
  }
  .tablet\:p-t-43 {
    padding-top: 430px;
  }
  .tablet-m-t-43 {
    margin-top: 430px;
  }
  .tablet-p-t-43 {
    padding-top: 430px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-43 {
    margin-bottom: 430px;
  }
  .tablet\:p-b-43 {
    padding-bottom: 430px;
  }
  .tablet-m-b-43 {
    margin-bottom: 430px;
  }
  .tablet-p-b-43 {
    padding-bottom: 430px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-43 {
    margin-left: 430px;
  }
  .tablet\:p-l-43 {
    padding-left: 430px;
  }
  .tablet-m-l-43 {
    margin-left: 430px;
  }
  .tablet-p-l-43 {
    padding-left: 430px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-43 {
    margin-right: 430px;
  }
  .tablet\:p-r-43 {
    padding-right: 430px;
  }
  .tablet-m-r-43 {
    margin-right: 430px;
  }
  .tablet-p-r-43 {
    padding-right: 430px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-44 {
    margin-top: 440px;
  }
  .tablet\:p-t-44 {
    padding-top: 440px;
  }
  .tablet-m-t-44 {
    margin-top: 440px;
  }
  .tablet-p-t-44 {
    padding-top: 440px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-44 {
    margin-bottom: 440px;
  }
  .tablet\:p-b-44 {
    padding-bottom: 440px;
  }
  .tablet-m-b-44 {
    margin-bottom: 440px;
  }
  .tablet-p-b-44 {
    padding-bottom: 440px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-44 {
    margin-left: 440px;
  }
  .tablet\:p-l-44 {
    padding-left: 440px;
  }
  .tablet-m-l-44 {
    margin-left: 440px;
  }
  .tablet-p-l-44 {
    padding-left: 440px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-44 {
    margin-right: 440px;
  }
  .tablet\:p-r-44 {
    padding-right: 440px;
  }
  .tablet-m-r-44 {
    margin-right: 440px;
  }
  .tablet-p-r-44 {
    padding-right: 440px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-45 {
    margin-top: 450px;
  }
  .tablet\:p-t-45 {
    padding-top: 450px;
  }
  .tablet-m-t-45 {
    margin-top: 450px;
  }
  .tablet-p-t-45 {
    padding-top: 450px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-45 {
    margin-bottom: 450px;
  }
  .tablet\:p-b-45 {
    padding-bottom: 450px;
  }
  .tablet-m-b-45 {
    margin-bottom: 450px;
  }
  .tablet-p-b-45 {
    padding-bottom: 450px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-45 {
    margin-left: 450px;
  }
  .tablet\:p-l-45 {
    padding-left: 450px;
  }
  .tablet-m-l-45 {
    margin-left: 450px;
  }
  .tablet-p-l-45 {
    padding-left: 450px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-45 {
    margin-right: 450px;
  }
  .tablet\:p-r-45 {
    padding-right: 450px;
  }
  .tablet-m-r-45 {
    margin-right: 450px;
  }
  .tablet-p-r-45 {
    padding-right: 450px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-46 {
    margin-top: 460px;
  }
  .tablet\:p-t-46 {
    padding-top: 460px;
  }
  .tablet-m-t-46 {
    margin-top: 460px;
  }
  .tablet-p-t-46 {
    padding-top: 460px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-46 {
    margin-bottom: 460px;
  }
  .tablet\:p-b-46 {
    padding-bottom: 460px;
  }
  .tablet-m-b-46 {
    margin-bottom: 460px;
  }
  .tablet-p-b-46 {
    padding-bottom: 460px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-46 {
    margin-left: 460px;
  }
  .tablet\:p-l-46 {
    padding-left: 460px;
  }
  .tablet-m-l-46 {
    margin-left: 460px;
  }
  .tablet-p-l-46 {
    padding-left: 460px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-46 {
    margin-right: 460px;
  }
  .tablet\:p-r-46 {
    padding-right: 460px;
  }
  .tablet-m-r-46 {
    margin-right: 460px;
  }
  .tablet-p-r-46 {
    padding-right: 460px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-47 {
    margin-top: 470px;
  }
  .tablet\:p-t-47 {
    padding-top: 470px;
  }
  .tablet-m-t-47 {
    margin-top: 470px;
  }
  .tablet-p-t-47 {
    padding-top: 470px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-47 {
    margin-bottom: 470px;
  }
  .tablet\:p-b-47 {
    padding-bottom: 470px;
  }
  .tablet-m-b-47 {
    margin-bottom: 470px;
  }
  .tablet-p-b-47 {
    padding-bottom: 470px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-47 {
    margin-left: 470px;
  }
  .tablet\:p-l-47 {
    padding-left: 470px;
  }
  .tablet-m-l-47 {
    margin-left: 470px;
  }
  .tablet-p-l-47 {
    padding-left: 470px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-47 {
    margin-right: 470px;
  }
  .tablet\:p-r-47 {
    padding-right: 470px;
  }
  .tablet-m-r-47 {
    margin-right: 470px;
  }
  .tablet-p-r-47 {
    padding-right: 470px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-48 {
    margin-top: 480px;
  }
  .tablet\:p-t-48 {
    padding-top: 480px;
  }
  .tablet-m-t-48 {
    margin-top: 480px;
  }
  .tablet-p-t-48 {
    padding-top: 480px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-48 {
    margin-bottom: 480px;
  }
  .tablet\:p-b-48 {
    padding-bottom: 480px;
  }
  .tablet-m-b-48 {
    margin-bottom: 480px;
  }
  .tablet-p-b-48 {
    padding-bottom: 480px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-48 {
    margin-left: 480px;
  }
  .tablet\:p-l-48 {
    padding-left: 480px;
  }
  .tablet-m-l-48 {
    margin-left: 480px;
  }
  .tablet-p-l-48 {
    padding-left: 480px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-48 {
    margin-right: 480px;
  }
  .tablet\:p-r-48 {
    padding-right: 480px;
  }
  .tablet-m-r-48 {
    margin-right: 480px;
  }
  .tablet-p-r-48 {
    padding-right: 480px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-49 {
    margin-top: 490px;
  }
  .tablet\:p-t-49 {
    padding-top: 490px;
  }
  .tablet-m-t-49 {
    margin-top: 490px;
  }
  .tablet-p-t-49 {
    padding-top: 490px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-b-49 {
    margin-bottom: 490px;
  }
  .tablet\:p-b-49 {
    padding-bottom: 490px;
  }
  .tablet-m-b-49 {
    margin-bottom: 490px;
  }
  .tablet-p-b-49 {
    padding-bottom: 490px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-l-49 {
    margin-left: 490px;
  }
  .tablet\:p-l-49 {
    padding-left: 490px;
  }
  .tablet-m-l-49 {
    margin-left: 490px;
  }
  .tablet-p-l-49 {
    padding-left: 490px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-r-49 {
    margin-right: 490px;
  }
  .tablet\:p-r-49 {
    padding-right: 490px;
  }
  .tablet-m-r-49 {
    margin-right: 490px;
  }
  .tablet-p-r-49 {
    padding-right: 490px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--10 {
    margin-top: -100px;
  }
  .tablet-m\:p-t--10 {
    padding-top: -100px;
  }
  .tablet-m-m-t--10 {
    margin-top: -100px;
  }
  .tablet-m-p-t--10 {
    padding-top: -100px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--10 {
    margin-bottom: -100px;
  }
  .tablet-m\:p-b--10 {
    padding-bottom: -100px;
  }
  .tablet-m-m-b--10 {
    margin-bottom: -100px;
  }
  .tablet-m-p-b--10 {
    padding-bottom: -100px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--10 {
    margin-left: -100px;
  }
  .tablet-m\:p-l--10 {
    padding-left: -100px;
  }
  .tablet-m-m-l--10 {
    margin-left: -100px;
  }
  .tablet-m-p-l--10 {
    padding-left: -100px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--10 {
    margin-right: -100px;
  }
  .tablet-m\:p-r--10 {
    padding-right: -100px;
  }
  .tablet-m-m-r--10 {
    margin-right: -100px;
  }
  .tablet-m-p-r--10 {
    padding-right: -100px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--9\.9 {
    margin-top: -99px;
  }
  .tablet-m\:p-t--9\.9 {
    padding-top: -99px;
  }
  .tablet-m-m-t--9\.9 {
    margin-top: -99px;
  }
  .tablet-m-p-t--9\.9 {
    padding-top: -99px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--9\.9 {
    margin-bottom: -99px;
  }
  .tablet-m\:p-b--9\.9 {
    padding-bottom: -99px;
  }
  .tablet-m-m-b--9\.9 {
    margin-bottom: -99px;
  }
  .tablet-m-p-b--9\.9 {
    padding-bottom: -99px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--9\.9 {
    margin-left: -99px;
  }
  .tablet-m\:p-l--9\.9 {
    padding-left: -99px;
  }
  .tablet-m-m-l--9\.9 {
    margin-left: -99px;
  }
  .tablet-m-p-l--9\.9 {
    padding-left: -99px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--9\.9 {
    margin-right: -99px;
  }
  .tablet-m\:p-r--9\.9 {
    padding-right: -99px;
  }
  .tablet-m-m-r--9\.9 {
    margin-right: -99px;
  }
  .tablet-m-p-r--9\.9 {
    padding-right: -99px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--9\.8 {
    margin-top: -98px;
  }
  .tablet-m\:p-t--9\.8 {
    padding-top: -98px;
  }
  .tablet-m-m-t--9\.8 {
    margin-top: -98px;
  }
  .tablet-m-p-t--9\.8 {
    padding-top: -98px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--9\.8 {
    margin-bottom: -98px;
  }
  .tablet-m\:p-b--9\.8 {
    padding-bottom: -98px;
  }
  .tablet-m-m-b--9\.8 {
    margin-bottom: -98px;
  }
  .tablet-m-p-b--9\.8 {
    padding-bottom: -98px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--9\.8 {
    margin-left: -98px;
  }
  .tablet-m\:p-l--9\.8 {
    padding-left: -98px;
  }
  .tablet-m-m-l--9\.8 {
    margin-left: -98px;
  }
  .tablet-m-p-l--9\.8 {
    padding-left: -98px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--9\.8 {
    margin-right: -98px;
  }
  .tablet-m\:p-r--9\.8 {
    padding-right: -98px;
  }
  .tablet-m-m-r--9\.8 {
    margin-right: -98px;
  }
  .tablet-m-p-r--9\.8 {
    padding-right: -98px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--9\.7 {
    margin-top: -97px;
  }
  .tablet-m\:p-t--9\.7 {
    padding-top: -97px;
  }
  .tablet-m-m-t--9\.7 {
    margin-top: -97px;
  }
  .tablet-m-p-t--9\.7 {
    padding-top: -97px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--9\.7 {
    margin-bottom: -97px;
  }
  .tablet-m\:p-b--9\.7 {
    padding-bottom: -97px;
  }
  .tablet-m-m-b--9\.7 {
    margin-bottom: -97px;
  }
  .tablet-m-p-b--9\.7 {
    padding-bottom: -97px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--9\.7 {
    margin-left: -97px;
  }
  .tablet-m\:p-l--9\.7 {
    padding-left: -97px;
  }
  .tablet-m-m-l--9\.7 {
    margin-left: -97px;
  }
  .tablet-m-p-l--9\.7 {
    padding-left: -97px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--9\.7 {
    margin-right: -97px;
  }
  .tablet-m\:p-r--9\.7 {
    padding-right: -97px;
  }
  .tablet-m-m-r--9\.7 {
    margin-right: -97px;
  }
  .tablet-m-p-r--9\.7 {
    padding-right: -97px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--9\.6 {
    margin-top: -96px;
  }
  .tablet-m\:p-t--9\.6 {
    padding-top: -96px;
  }
  .tablet-m-m-t--9\.6 {
    margin-top: -96px;
  }
  .tablet-m-p-t--9\.6 {
    padding-top: -96px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--9\.6 {
    margin-bottom: -96px;
  }
  .tablet-m\:p-b--9\.6 {
    padding-bottom: -96px;
  }
  .tablet-m-m-b--9\.6 {
    margin-bottom: -96px;
  }
  .tablet-m-p-b--9\.6 {
    padding-bottom: -96px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--9\.6 {
    margin-left: -96px;
  }
  .tablet-m\:p-l--9\.6 {
    padding-left: -96px;
  }
  .tablet-m-m-l--9\.6 {
    margin-left: -96px;
  }
  .tablet-m-p-l--9\.6 {
    padding-left: -96px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--9\.6 {
    margin-right: -96px;
  }
  .tablet-m\:p-r--9\.6 {
    padding-right: -96px;
  }
  .tablet-m-m-r--9\.6 {
    margin-right: -96px;
  }
  .tablet-m-p-r--9\.6 {
    padding-right: -96px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--9\.5 {
    margin-top: -95px;
  }
  .tablet-m\:p-t--9\.5 {
    padding-top: -95px;
  }
  .tablet-m-m-t--9\.5 {
    margin-top: -95px;
  }
  .tablet-m-p-t--9\.5 {
    padding-top: -95px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--9\.5 {
    margin-bottom: -95px;
  }
  .tablet-m\:p-b--9\.5 {
    padding-bottom: -95px;
  }
  .tablet-m-m-b--9\.5 {
    margin-bottom: -95px;
  }
  .tablet-m-p-b--9\.5 {
    padding-bottom: -95px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--9\.5 {
    margin-left: -95px;
  }
  .tablet-m\:p-l--9\.5 {
    padding-left: -95px;
  }
  .tablet-m-m-l--9\.5 {
    margin-left: -95px;
  }
  .tablet-m-p-l--9\.5 {
    padding-left: -95px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--9\.5 {
    margin-right: -95px;
  }
  .tablet-m\:p-r--9\.5 {
    padding-right: -95px;
  }
  .tablet-m-m-r--9\.5 {
    margin-right: -95px;
  }
  .tablet-m-p-r--9\.5 {
    padding-right: -95px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--9\.4 {
    margin-top: -94px;
  }
  .tablet-m\:p-t--9\.4 {
    padding-top: -94px;
  }
  .tablet-m-m-t--9\.4 {
    margin-top: -94px;
  }
  .tablet-m-p-t--9\.4 {
    padding-top: -94px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--9\.4 {
    margin-bottom: -94px;
  }
  .tablet-m\:p-b--9\.4 {
    padding-bottom: -94px;
  }
  .tablet-m-m-b--9\.4 {
    margin-bottom: -94px;
  }
  .tablet-m-p-b--9\.4 {
    padding-bottom: -94px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--9\.4 {
    margin-left: -94px;
  }
  .tablet-m\:p-l--9\.4 {
    padding-left: -94px;
  }
  .tablet-m-m-l--9\.4 {
    margin-left: -94px;
  }
  .tablet-m-p-l--9\.4 {
    padding-left: -94px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--9\.4 {
    margin-right: -94px;
  }
  .tablet-m\:p-r--9\.4 {
    padding-right: -94px;
  }
  .tablet-m-m-r--9\.4 {
    margin-right: -94px;
  }
  .tablet-m-p-r--9\.4 {
    padding-right: -94px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--9\.3 {
    margin-top: -93px;
  }
  .tablet-m\:p-t--9\.3 {
    padding-top: -93px;
  }
  .tablet-m-m-t--9\.3 {
    margin-top: -93px;
  }
  .tablet-m-p-t--9\.3 {
    padding-top: -93px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--9\.3 {
    margin-bottom: -93px;
  }
  .tablet-m\:p-b--9\.3 {
    padding-bottom: -93px;
  }
  .tablet-m-m-b--9\.3 {
    margin-bottom: -93px;
  }
  .tablet-m-p-b--9\.3 {
    padding-bottom: -93px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--9\.3 {
    margin-left: -93px;
  }
  .tablet-m\:p-l--9\.3 {
    padding-left: -93px;
  }
  .tablet-m-m-l--9\.3 {
    margin-left: -93px;
  }
  .tablet-m-p-l--9\.3 {
    padding-left: -93px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--9\.3 {
    margin-right: -93px;
  }
  .tablet-m\:p-r--9\.3 {
    padding-right: -93px;
  }
  .tablet-m-m-r--9\.3 {
    margin-right: -93px;
  }
  .tablet-m-p-r--9\.3 {
    padding-right: -93px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--9\.2 {
    margin-top: -92px;
  }
  .tablet-m\:p-t--9\.2 {
    padding-top: -92px;
  }
  .tablet-m-m-t--9\.2 {
    margin-top: -92px;
  }
  .tablet-m-p-t--9\.2 {
    padding-top: -92px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--9\.2 {
    margin-bottom: -92px;
  }
  .tablet-m\:p-b--9\.2 {
    padding-bottom: -92px;
  }
  .tablet-m-m-b--9\.2 {
    margin-bottom: -92px;
  }
  .tablet-m-p-b--9\.2 {
    padding-bottom: -92px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--9\.2 {
    margin-left: -92px;
  }
  .tablet-m\:p-l--9\.2 {
    padding-left: -92px;
  }
  .tablet-m-m-l--9\.2 {
    margin-left: -92px;
  }
  .tablet-m-p-l--9\.2 {
    padding-left: -92px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--9\.2 {
    margin-right: -92px;
  }
  .tablet-m\:p-r--9\.2 {
    padding-right: -92px;
  }
  .tablet-m-m-r--9\.2 {
    margin-right: -92px;
  }
  .tablet-m-p-r--9\.2 {
    padding-right: -92px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--9\.1 {
    margin-top: -91px;
  }
  .tablet-m\:p-t--9\.1 {
    padding-top: -91px;
  }
  .tablet-m-m-t--9\.1 {
    margin-top: -91px;
  }
  .tablet-m-p-t--9\.1 {
    padding-top: -91px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--9\.1 {
    margin-bottom: -91px;
  }
  .tablet-m\:p-b--9\.1 {
    padding-bottom: -91px;
  }
  .tablet-m-m-b--9\.1 {
    margin-bottom: -91px;
  }
  .tablet-m-p-b--9\.1 {
    padding-bottom: -91px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--9\.1 {
    margin-left: -91px;
  }
  .tablet-m\:p-l--9\.1 {
    padding-left: -91px;
  }
  .tablet-m-m-l--9\.1 {
    margin-left: -91px;
  }
  .tablet-m-p-l--9\.1 {
    padding-left: -91px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--9\.1 {
    margin-right: -91px;
  }
  .tablet-m\:p-r--9\.1 {
    padding-right: -91px;
  }
  .tablet-m-m-r--9\.1 {
    margin-right: -91px;
  }
  .tablet-m-p-r--9\.1 {
    padding-right: -91px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--9 {
    margin-top: -90px;
  }
  .tablet-m\:p-t--9 {
    padding-top: -90px;
  }
  .tablet-m-m-t--9 {
    margin-top: -90px;
  }
  .tablet-m-p-t--9 {
    padding-top: -90px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--9 {
    margin-bottom: -90px;
  }
  .tablet-m\:p-b--9 {
    padding-bottom: -90px;
  }
  .tablet-m-m-b--9 {
    margin-bottom: -90px;
  }
  .tablet-m-p-b--9 {
    padding-bottom: -90px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--9 {
    margin-left: -90px;
  }
  .tablet-m\:p-l--9 {
    padding-left: -90px;
  }
  .tablet-m-m-l--9 {
    margin-left: -90px;
  }
  .tablet-m-p-l--9 {
    padding-left: -90px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--9 {
    margin-right: -90px;
  }
  .tablet-m\:p-r--9 {
    padding-right: -90px;
  }
  .tablet-m-m-r--9 {
    margin-right: -90px;
  }
  .tablet-m-p-r--9 {
    padding-right: -90px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--8\.9 {
    margin-top: -89px;
  }
  .tablet-m\:p-t--8\.9 {
    padding-top: -89px;
  }
  .tablet-m-m-t--8\.9 {
    margin-top: -89px;
  }
  .tablet-m-p-t--8\.9 {
    padding-top: -89px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--8\.9 {
    margin-bottom: -89px;
  }
  .tablet-m\:p-b--8\.9 {
    padding-bottom: -89px;
  }
  .tablet-m-m-b--8\.9 {
    margin-bottom: -89px;
  }
  .tablet-m-p-b--8\.9 {
    padding-bottom: -89px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--8\.9 {
    margin-left: -89px;
  }
  .tablet-m\:p-l--8\.9 {
    padding-left: -89px;
  }
  .tablet-m-m-l--8\.9 {
    margin-left: -89px;
  }
  .tablet-m-p-l--8\.9 {
    padding-left: -89px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--8\.9 {
    margin-right: -89px;
  }
  .tablet-m\:p-r--8\.9 {
    padding-right: -89px;
  }
  .tablet-m-m-r--8\.9 {
    margin-right: -89px;
  }
  .tablet-m-p-r--8\.9 {
    padding-right: -89px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--8\.8 {
    margin-top: -88px;
  }
  .tablet-m\:p-t--8\.8 {
    padding-top: -88px;
  }
  .tablet-m-m-t--8\.8 {
    margin-top: -88px;
  }
  .tablet-m-p-t--8\.8 {
    padding-top: -88px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--8\.8 {
    margin-bottom: -88px;
  }
  .tablet-m\:p-b--8\.8 {
    padding-bottom: -88px;
  }
  .tablet-m-m-b--8\.8 {
    margin-bottom: -88px;
  }
  .tablet-m-p-b--8\.8 {
    padding-bottom: -88px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--8\.8 {
    margin-left: -88px;
  }
  .tablet-m\:p-l--8\.8 {
    padding-left: -88px;
  }
  .tablet-m-m-l--8\.8 {
    margin-left: -88px;
  }
  .tablet-m-p-l--8\.8 {
    padding-left: -88px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--8\.8 {
    margin-right: -88px;
  }
  .tablet-m\:p-r--8\.8 {
    padding-right: -88px;
  }
  .tablet-m-m-r--8\.8 {
    margin-right: -88px;
  }
  .tablet-m-p-r--8\.8 {
    padding-right: -88px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--8\.7 {
    margin-top: -87px;
  }
  .tablet-m\:p-t--8\.7 {
    padding-top: -87px;
  }
  .tablet-m-m-t--8\.7 {
    margin-top: -87px;
  }
  .tablet-m-p-t--8\.7 {
    padding-top: -87px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--8\.7 {
    margin-bottom: -87px;
  }
  .tablet-m\:p-b--8\.7 {
    padding-bottom: -87px;
  }
  .tablet-m-m-b--8\.7 {
    margin-bottom: -87px;
  }
  .tablet-m-p-b--8\.7 {
    padding-bottom: -87px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--8\.7 {
    margin-left: -87px;
  }
  .tablet-m\:p-l--8\.7 {
    padding-left: -87px;
  }
  .tablet-m-m-l--8\.7 {
    margin-left: -87px;
  }
  .tablet-m-p-l--8\.7 {
    padding-left: -87px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--8\.7 {
    margin-right: -87px;
  }
  .tablet-m\:p-r--8\.7 {
    padding-right: -87px;
  }
  .tablet-m-m-r--8\.7 {
    margin-right: -87px;
  }
  .tablet-m-p-r--8\.7 {
    padding-right: -87px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--8\.6 {
    margin-top: -86px;
  }
  .tablet-m\:p-t--8\.6 {
    padding-top: -86px;
  }
  .tablet-m-m-t--8\.6 {
    margin-top: -86px;
  }
  .tablet-m-p-t--8\.6 {
    padding-top: -86px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--8\.6 {
    margin-bottom: -86px;
  }
  .tablet-m\:p-b--8\.6 {
    padding-bottom: -86px;
  }
  .tablet-m-m-b--8\.6 {
    margin-bottom: -86px;
  }
  .tablet-m-p-b--8\.6 {
    padding-bottom: -86px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--8\.6 {
    margin-left: -86px;
  }
  .tablet-m\:p-l--8\.6 {
    padding-left: -86px;
  }
  .tablet-m-m-l--8\.6 {
    margin-left: -86px;
  }
  .tablet-m-p-l--8\.6 {
    padding-left: -86px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--8\.6 {
    margin-right: -86px;
  }
  .tablet-m\:p-r--8\.6 {
    padding-right: -86px;
  }
  .tablet-m-m-r--8\.6 {
    margin-right: -86px;
  }
  .tablet-m-p-r--8\.6 {
    padding-right: -86px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--8\.5 {
    margin-top: -85px;
  }
  .tablet-m\:p-t--8\.5 {
    padding-top: -85px;
  }
  .tablet-m-m-t--8\.5 {
    margin-top: -85px;
  }
  .tablet-m-p-t--8\.5 {
    padding-top: -85px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--8\.5 {
    margin-bottom: -85px;
  }
  .tablet-m\:p-b--8\.5 {
    padding-bottom: -85px;
  }
  .tablet-m-m-b--8\.5 {
    margin-bottom: -85px;
  }
  .tablet-m-p-b--8\.5 {
    padding-bottom: -85px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--8\.5 {
    margin-left: -85px;
  }
  .tablet-m\:p-l--8\.5 {
    padding-left: -85px;
  }
  .tablet-m-m-l--8\.5 {
    margin-left: -85px;
  }
  .tablet-m-p-l--8\.5 {
    padding-left: -85px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--8\.5 {
    margin-right: -85px;
  }
  .tablet-m\:p-r--8\.5 {
    padding-right: -85px;
  }
  .tablet-m-m-r--8\.5 {
    margin-right: -85px;
  }
  .tablet-m-p-r--8\.5 {
    padding-right: -85px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--8\.4 {
    margin-top: -84px;
  }
  .tablet-m\:p-t--8\.4 {
    padding-top: -84px;
  }
  .tablet-m-m-t--8\.4 {
    margin-top: -84px;
  }
  .tablet-m-p-t--8\.4 {
    padding-top: -84px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--8\.4 {
    margin-bottom: -84px;
  }
  .tablet-m\:p-b--8\.4 {
    padding-bottom: -84px;
  }
  .tablet-m-m-b--8\.4 {
    margin-bottom: -84px;
  }
  .tablet-m-p-b--8\.4 {
    padding-bottom: -84px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--8\.4 {
    margin-left: -84px;
  }
  .tablet-m\:p-l--8\.4 {
    padding-left: -84px;
  }
  .tablet-m-m-l--8\.4 {
    margin-left: -84px;
  }
  .tablet-m-p-l--8\.4 {
    padding-left: -84px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--8\.4 {
    margin-right: -84px;
  }
  .tablet-m\:p-r--8\.4 {
    padding-right: -84px;
  }
  .tablet-m-m-r--8\.4 {
    margin-right: -84px;
  }
  .tablet-m-p-r--8\.4 {
    padding-right: -84px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--8\.3 {
    margin-top: -83px;
  }
  .tablet-m\:p-t--8\.3 {
    padding-top: -83px;
  }
  .tablet-m-m-t--8\.3 {
    margin-top: -83px;
  }
  .tablet-m-p-t--8\.3 {
    padding-top: -83px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--8\.3 {
    margin-bottom: -83px;
  }
  .tablet-m\:p-b--8\.3 {
    padding-bottom: -83px;
  }
  .tablet-m-m-b--8\.3 {
    margin-bottom: -83px;
  }
  .tablet-m-p-b--8\.3 {
    padding-bottom: -83px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--8\.3 {
    margin-left: -83px;
  }
  .tablet-m\:p-l--8\.3 {
    padding-left: -83px;
  }
  .tablet-m-m-l--8\.3 {
    margin-left: -83px;
  }
  .tablet-m-p-l--8\.3 {
    padding-left: -83px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--8\.3 {
    margin-right: -83px;
  }
  .tablet-m\:p-r--8\.3 {
    padding-right: -83px;
  }
  .tablet-m-m-r--8\.3 {
    margin-right: -83px;
  }
  .tablet-m-p-r--8\.3 {
    padding-right: -83px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--8\.2 {
    margin-top: -82px;
  }
  .tablet-m\:p-t--8\.2 {
    padding-top: -82px;
  }
  .tablet-m-m-t--8\.2 {
    margin-top: -82px;
  }
  .tablet-m-p-t--8\.2 {
    padding-top: -82px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--8\.2 {
    margin-bottom: -82px;
  }
  .tablet-m\:p-b--8\.2 {
    padding-bottom: -82px;
  }
  .tablet-m-m-b--8\.2 {
    margin-bottom: -82px;
  }
  .tablet-m-p-b--8\.2 {
    padding-bottom: -82px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--8\.2 {
    margin-left: -82px;
  }
  .tablet-m\:p-l--8\.2 {
    padding-left: -82px;
  }
  .tablet-m-m-l--8\.2 {
    margin-left: -82px;
  }
  .tablet-m-p-l--8\.2 {
    padding-left: -82px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--8\.2 {
    margin-right: -82px;
  }
  .tablet-m\:p-r--8\.2 {
    padding-right: -82px;
  }
  .tablet-m-m-r--8\.2 {
    margin-right: -82px;
  }
  .tablet-m-p-r--8\.2 {
    padding-right: -82px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--8\.1 {
    margin-top: -81px;
  }
  .tablet-m\:p-t--8\.1 {
    padding-top: -81px;
  }
  .tablet-m-m-t--8\.1 {
    margin-top: -81px;
  }
  .tablet-m-p-t--8\.1 {
    padding-top: -81px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--8\.1 {
    margin-bottom: -81px;
  }
  .tablet-m\:p-b--8\.1 {
    padding-bottom: -81px;
  }
  .tablet-m-m-b--8\.1 {
    margin-bottom: -81px;
  }
  .tablet-m-p-b--8\.1 {
    padding-bottom: -81px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--8\.1 {
    margin-left: -81px;
  }
  .tablet-m\:p-l--8\.1 {
    padding-left: -81px;
  }
  .tablet-m-m-l--8\.1 {
    margin-left: -81px;
  }
  .tablet-m-p-l--8\.1 {
    padding-left: -81px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--8\.1 {
    margin-right: -81px;
  }
  .tablet-m\:p-r--8\.1 {
    padding-right: -81px;
  }
  .tablet-m-m-r--8\.1 {
    margin-right: -81px;
  }
  .tablet-m-p-r--8\.1 {
    padding-right: -81px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--8 {
    margin-top: -80px;
  }
  .tablet-m\:p-t--8 {
    padding-top: -80px;
  }
  .tablet-m-m-t--8 {
    margin-top: -80px;
  }
  .tablet-m-p-t--8 {
    padding-top: -80px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--8 {
    margin-bottom: -80px;
  }
  .tablet-m\:p-b--8 {
    padding-bottom: -80px;
  }
  .tablet-m-m-b--8 {
    margin-bottom: -80px;
  }
  .tablet-m-p-b--8 {
    padding-bottom: -80px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--8 {
    margin-left: -80px;
  }
  .tablet-m\:p-l--8 {
    padding-left: -80px;
  }
  .tablet-m-m-l--8 {
    margin-left: -80px;
  }
  .tablet-m-p-l--8 {
    padding-left: -80px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--8 {
    margin-right: -80px;
  }
  .tablet-m\:p-r--8 {
    padding-right: -80px;
  }
  .tablet-m-m-r--8 {
    margin-right: -80px;
  }
  .tablet-m-p-r--8 {
    padding-right: -80px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--7\.9 {
    margin-top: -79px;
  }
  .tablet-m\:p-t--7\.9 {
    padding-top: -79px;
  }
  .tablet-m-m-t--7\.9 {
    margin-top: -79px;
  }
  .tablet-m-p-t--7\.9 {
    padding-top: -79px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--7\.9 {
    margin-bottom: -79px;
  }
  .tablet-m\:p-b--7\.9 {
    padding-bottom: -79px;
  }
  .tablet-m-m-b--7\.9 {
    margin-bottom: -79px;
  }
  .tablet-m-p-b--7\.9 {
    padding-bottom: -79px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--7\.9 {
    margin-left: -79px;
  }
  .tablet-m\:p-l--7\.9 {
    padding-left: -79px;
  }
  .tablet-m-m-l--7\.9 {
    margin-left: -79px;
  }
  .tablet-m-p-l--7\.9 {
    padding-left: -79px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--7\.9 {
    margin-right: -79px;
  }
  .tablet-m\:p-r--7\.9 {
    padding-right: -79px;
  }
  .tablet-m-m-r--7\.9 {
    margin-right: -79px;
  }
  .tablet-m-p-r--7\.9 {
    padding-right: -79px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--7\.8 {
    margin-top: -78px;
  }
  .tablet-m\:p-t--7\.8 {
    padding-top: -78px;
  }
  .tablet-m-m-t--7\.8 {
    margin-top: -78px;
  }
  .tablet-m-p-t--7\.8 {
    padding-top: -78px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--7\.8 {
    margin-bottom: -78px;
  }
  .tablet-m\:p-b--7\.8 {
    padding-bottom: -78px;
  }
  .tablet-m-m-b--7\.8 {
    margin-bottom: -78px;
  }
  .tablet-m-p-b--7\.8 {
    padding-bottom: -78px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--7\.8 {
    margin-left: -78px;
  }
  .tablet-m\:p-l--7\.8 {
    padding-left: -78px;
  }
  .tablet-m-m-l--7\.8 {
    margin-left: -78px;
  }
  .tablet-m-p-l--7\.8 {
    padding-left: -78px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--7\.8 {
    margin-right: -78px;
  }
  .tablet-m\:p-r--7\.8 {
    padding-right: -78px;
  }
  .tablet-m-m-r--7\.8 {
    margin-right: -78px;
  }
  .tablet-m-p-r--7\.8 {
    padding-right: -78px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--7\.7 {
    margin-top: -77px;
  }
  .tablet-m\:p-t--7\.7 {
    padding-top: -77px;
  }
  .tablet-m-m-t--7\.7 {
    margin-top: -77px;
  }
  .tablet-m-p-t--7\.7 {
    padding-top: -77px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--7\.7 {
    margin-bottom: -77px;
  }
  .tablet-m\:p-b--7\.7 {
    padding-bottom: -77px;
  }
  .tablet-m-m-b--7\.7 {
    margin-bottom: -77px;
  }
  .tablet-m-p-b--7\.7 {
    padding-bottom: -77px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--7\.7 {
    margin-left: -77px;
  }
  .tablet-m\:p-l--7\.7 {
    padding-left: -77px;
  }
  .tablet-m-m-l--7\.7 {
    margin-left: -77px;
  }
  .tablet-m-p-l--7\.7 {
    padding-left: -77px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--7\.7 {
    margin-right: -77px;
  }
  .tablet-m\:p-r--7\.7 {
    padding-right: -77px;
  }
  .tablet-m-m-r--7\.7 {
    margin-right: -77px;
  }
  .tablet-m-p-r--7\.7 {
    padding-right: -77px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--7\.6 {
    margin-top: -76px;
  }
  .tablet-m\:p-t--7\.6 {
    padding-top: -76px;
  }
  .tablet-m-m-t--7\.6 {
    margin-top: -76px;
  }
  .tablet-m-p-t--7\.6 {
    padding-top: -76px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--7\.6 {
    margin-bottom: -76px;
  }
  .tablet-m\:p-b--7\.6 {
    padding-bottom: -76px;
  }
  .tablet-m-m-b--7\.6 {
    margin-bottom: -76px;
  }
  .tablet-m-p-b--7\.6 {
    padding-bottom: -76px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--7\.6 {
    margin-left: -76px;
  }
  .tablet-m\:p-l--7\.6 {
    padding-left: -76px;
  }
  .tablet-m-m-l--7\.6 {
    margin-left: -76px;
  }
  .tablet-m-p-l--7\.6 {
    padding-left: -76px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--7\.6 {
    margin-right: -76px;
  }
  .tablet-m\:p-r--7\.6 {
    padding-right: -76px;
  }
  .tablet-m-m-r--7\.6 {
    margin-right: -76px;
  }
  .tablet-m-p-r--7\.6 {
    padding-right: -76px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--7\.5 {
    margin-top: -75px;
  }
  .tablet-m\:p-t--7\.5 {
    padding-top: -75px;
  }
  .tablet-m-m-t--7\.5 {
    margin-top: -75px;
  }
  .tablet-m-p-t--7\.5 {
    padding-top: -75px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--7\.5 {
    margin-bottom: -75px;
  }
  .tablet-m\:p-b--7\.5 {
    padding-bottom: -75px;
  }
  .tablet-m-m-b--7\.5 {
    margin-bottom: -75px;
  }
  .tablet-m-p-b--7\.5 {
    padding-bottom: -75px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--7\.5 {
    margin-left: -75px;
  }
  .tablet-m\:p-l--7\.5 {
    padding-left: -75px;
  }
  .tablet-m-m-l--7\.5 {
    margin-left: -75px;
  }
  .tablet-m-p-l--7\.5 {
    padding-left: -75px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--7\.5 {
    margin-right: -75px;
  }
  .tablet-m\:p-r--7\.5 {
    padding-right: -75px;
  }
  .tablet-m-m-r--7\.5 {
    margin-right: -75px;
  }
  .tablet-m-p-r--7\.5 {
    padding-right: -75px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--7\.4 {
    margin-top: -74px;
  }
  .tablet-m\:p-t--7\.4 {
    padding-top: -74px;
  }
  .tablet-m-m-t--7\.4 {
    margin-top: -74px;
  }
  .tablet-m-p-t--7\.4 {
    padding-top: -74px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--7\.4 {
    margin-bottom: -74px;
  }
  .tablet-m\:p-b--7\.4 {
    padding-bottom: -74px;
  }
  .tablet-m-m-b--7\.4 {
    margin-bottom: -74px;
  }
  .tablet-m-p-b--7\.4 {
    padding-bottom: -74px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--7\.4 {
    margin-left: -74px;
  }
  .tablet-m\:p-l--7\.4 {
    padding-left: -74px;
  }
  .tablet-m-m-l--7\.4 {
    margin-left: -74px;
  }
  .tablet-m-p-l--7\.4 {
    padding-left: -74px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--7\.4 {
    margin-right: -74px;
  }
  .tablet-m\:p-r--7\.4 {
    padding-right: -74px;
  }
  .tablet-m-m-r--7\.4 {
    margin-right: -74px;
  }
  .tablet-m-p-r--7\.4 {
    padding-right: -74px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--7\.3 {
    margin-top: -73px;
  }
  .tablet-m\:p-t--7\.3 {
    padding-top: -73px;
  }
  .tablet-m-m-t--7\.3 {
    margin-top: -73px;
  }
  .tablet-m-p-t--7\.3 {
    padding-top: -73px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--7\.3 {
    margin-bottom: -73px;
  }
  .tablet-m\:p-b--7\.3 {
    padding-bottom: -73px;
  }
  .tablet-m-m-b--7\.3 {
    margin-bottom: -73px;
  }
  .tablet-m-p-b--7\.3 {
    padding-bottom: -73px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--7\.3 {
    margin-left: -73px;
  }
  .tablet-m\:p-l--7\.3 {
    padding-left: -73px;
  }
  .tablet-m-m-l--7\.3 {
    margin-left: -73px;
  }
  .tablet-m-p-l--7\.3 {
    padding-left: -73px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--7\.3 {
    margin-right: -73px;
  }
  .tablet-m\:p-r--7\.3 {
    padding-right: -73px;
  }
  .tablet-m-m-r--7\.3 {
    margin-right: -73px;
  }
  .tablet-m-p-r--7\.3 {
    padding-right: -73px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--7\.2 {
    margin-top: -72px;
  }
  .tablet-m\:p-t--7\.2 {
    padding-top: -72px;
  }
  .tablet-m-m-t--7\.2 {
    margin-top: -72px;
  }
  .tablet-m-p-t--7\.2 {
    padding-top: -72px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--7\.2 {
    margin-bottom: -72px;
  }
  .tablet-m\:p-b--7\.2 {
    padding-bottom: -72px;
  }
  .tablet-m-m-b--7\.2 {
    margin-bottom: -72px;
  }
  .tablet-m-p-b--7\.2 {
    padding-bottom: -72px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--7\.2 {
    margin-left: -72px;
  }
  .tablet-m\:p-l--7\.2 {
    padding-left: -72px;
  }
  .tablet-m-m-l--7\.2 {
    margin-left: -72px;
  }
  .tablet-m-p-l--7\.2 {
    padding-left: -72px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--7\.2 {
    margin-right: -72px;
  }
  .tablet-m\:p-r--7\.2 {
    padding-right: -72px;
  }
  .tablet-m-m-r--7\.2 {
    margin-right: -72px;
  }
  .tablet-m-p-r--7\.2 {
    padding-right: -72px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--7\.1 {
    margin-top: -71px;
  }
  .tablet-m\:p-t--7\.1 {
    padding-top: -71px;
  }
  .tablet-m-m-t--7\.1 {
    margin-top: -71px;
  }
  .tablet-m-p-t--7\.1 {
    padding-top: -71px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--7\.1 {
    margin-bottom: -71px;
  }
  .tablet-m\:p-b--7\.1 {
    padding-bottom: -71px;
  }
  .tablet-m-m-b--7\.1 {
    margin-bottom: -71px;
  }
  .tablet-m-p-b--7\.1 {
    padding-bottom: -71px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--7\.1 {
    margin-left: -71px;
  }
  .tablet-m\:p-l--7\.1 {
    padding-left: -71px;
  }
  .tablet-m-m-l--7\.1 {
    margin-left: -71px;
  }
  .tablet-m-p-l--7\.1 {
    padding-left: -71px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--7\.1 {
    margin-right: -71px;
  }
  .tablet-m\:p-r--7\.1 {
    padding-right: -71px;
  }
  .tablet-m-m-r--7\.1 {
    margin-right: -71px;
  }
  .tablet-m-p-r--7\.1 {
    padding-right: -71px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--7 {
    margin-top: -70px;
  }
  .tablet-m\:p-t--7 {
    padding-top: -70px;
  }
  .tablet-m-m-t--7 {
    margin-top: -70px;
  }
  .tablet-m-p-t--7 {
    padding-top: -70px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--7 {
    margin-bottom: -70px;
  }
  .tablet-m\:p-b--7 {
    padding-bottom: -70px;
  }
  .tablet-m-m-b--7 {
    margin-bottom: -70px;
  }
  .tablet-m-p-b--7 {
    padding-bottom: -70px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--7 {
    margin-left: -70px;
  }
  .tablet-m\:p-l--7 {
    padding-left: -70px;
  }
  .tablet-m-m-l--7 {
    margin-left: -70px;
  }
  .tablet-m-p-l--7 {
    padding-left: -70px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--7 {
    margin-right: -70px;
  }
  .tablet-m\:p-r--7 {
    padding-right: -70px;
  }
  .tablet-m-m-r--7 {
    margin-right: -70px;
  }
  .tablet-m-p-r--7 {
    padding-right: -70px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--6\.9 {
    margin-top: -69px;
  }
  .tablet-m\:p-t--6\.9 {
    padding-top: -69px;
  }
  .tablet-m-m-t--6\.9 {
    margin-top: -69px;
  }
  .tablet-m-p-t--6\.9 {
    padding-top: -69px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--6\.9 {
    margin-bottom: -69px;
  }
  .tablet-m\:p-b--6\.9 {
    padding-bottom: -69px;
  }
  .tablet-m-m-b--6\.9 {
    margin-bottom: -69px;
  }
  .tablet-m-p-b--6\.9 {
    padding-bottom: -69px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--6\.9 {
    margin-left: -69px;
  }
  .tablet-m\:p-l--6\.9 {
    padding-left: -69px;
  }
  .tablet-m-m-l--6\.9 {
    margin-left: -69px;
  }
  .tablet-m-p-l--6\.9 {
    padding-left: -69px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--6\.9 {
    margin-right: -69px;
  }
  .tablet-m\:p-r--6\.9 {
    padding-right: -69px;
  }
  .tablet-m-m-r--6\.9 {
    margin-right: -69px;
  }
  .tablet-m-p-r--6\.9 {
    padding-right: -69px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--6\.8 {
    margin-top: -68px;
  }
  .tablet-m\:p-t--6\.8 {
    padding-top: -68px;
  }
  .tablet-m-m-t--6\.8 {
    margin-top: -68px;
  }
  .tablet-m-p-t--6\.8 {
    padding-top: -68px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--6\.8 {
    margin-bottom: -68px;
  }
  .tablet-m\:p-b--6\.8 {
    padding-bottom: -68px;
  }
  .tablet-m-m-b--6\.8 {
    margin-bottom: -68px;
  }
  .tablet-m-p-b--6\.8 {
    padding-bottom: -68px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--6\.8 {
    margin-left: -68px;
  }
  .tablet-m\:p-l--6\.8 {
    padding-left: -68px;
  }
  .tablet-m-m-l--6\.8 {
    margin-left: -68px;
  }
  .tablet-m-p-l--6\.8 {
    padding-left: -68px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--6\.8 {
    margin-right: -68px;
  }
  .tablet-m\:p-r--6\.8 {
    padding-right: -68px;
  }
  .tablet-m-m-r--6\.8 {
    margin-right: -68px;
  }
  .tablet-m-p-r--6\.8 {
    padding-right: -68px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--6\.7 {
    margin-top: -67px;
  }
  .tablet-m\:p-t--6\.7 {
    padding-top: -67px;
  }
  .tablet-m-m-t--6\.7 {
    margin-top: -67px;
  }
  .tablet-m-p-t--6\.7 {
    padding-top: -67px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--6\.7 {
    margin-bottom: -67px;
  }
  .tablet-m\:p-b--6\.7 {
    padding-bottom: -67px;
  }
  .tablet-m-m-b--6\.7 {
    margin-bottom: -67px;
  }
  .tablet-m-p-b--6\.7 {
    padding-bottom: -67px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--6\.7 {
    margin-left: -67px;
  }
  .tablet-m\:p-l--6\.7 {
    padding-left: -67px;
  }
  .tablet-m-m-l--6\.7 {
    margin-left: -67px;
  }
  .tablet-m-p-l--6\.7 {
    padding-left: -67px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--6\.7 {
    margin-right: -67px;
  }
  .tablet-m\:p-r--6\.7 {
    padding-right: -67px;
  }
  .tablet-m-m-r--6\.7 {
    margin-right: -67px;
  }
  .tablet-m-p-r--6\.7 {
    padding-right: -67px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--6\.6 {
    margin-top: -66px;
  }
  .tablet-m\:p-t--6\.6 {
    padding-top: -66px;
  }
  .tablet-m-m-t--6\.6 {
    margin-top: -66px;
  }
  .tablet-m-p-t--6\.6 {
    padding-top: -66px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--6\.6 {
    margin-bottom: -66px;
  }
  .tablet-m\:p-b--6\.6 {
    padding-bottom: -66px;
  }
  .tablet-m-m-b--6\.6 {
    margin-bottom: -66px;
  }
  .tablet-m-p-b--6\.6 {
    padding-bottom: -66px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--6\.6 {
    margin-left: -66px;
  }
  .tablet-m\:p-l--6\.6 {
    padding-left: -66px;
  }
  .tablet-m-m-l--6\.6 {
    margin-left: -66px;
  }
  .tablet-m-p-l--6\.6 {
    padding-left: -66px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--6\.6 {
    margin-right: -66px;
  }
  .tablet-m\:p-r--6\.6 {
    padding-right: -66px;
  }
  .tablet-m-m-r--6\.6 {
    margin-right: -66px;
  }
  .tablet-m-p-r--6\.6 {
    padding-right: -66px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--6\.5 {
    margin-top: -65px;
  }
  .tablet-m\:p-t--6\.5 {
    padding-top: -65px;
  }
  .tablet-m-m-t--6\.5 {
    margin-top: -65px;
  }
  .tablet-m-p-t--6\.5 {
    padding-top: -65px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--6\.5 {
    margin-bottom: -65px;
  }
  .tablet-m\:p-b--6\.5 {
    padding-bottom: -65px;
  }
  .tablet-m-m-b--6\.5 {
    margin-bottom: -65px;
  }
  .tablet-m-p-b--6\.5 {
    padding-bottom: -65px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--6\.5 {
    margin-left: -65px;
  }
  .tablet-m\:p-l--6\.5 {
    padding-left: -65px;
  }
  .tablet-m-m-l--6\.5 {
    margin-left: -65px;
  }
  .tablet-m-p-l--6\.5 {
    padding-left: -65px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--6\.5 {
    margin-right: -65px;
  }
  .tablet-m\:p-r--6\.5 {
    padding-right: -65px;
  }
  .tablet-m-m-r--6\.5 {
    margin-right: -65px;
  }
  .tablet-m-p-r--6\.5 {
    padding-right: -65px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--6\.4 {
    margin-top: -64px;
  }
  .tablet-m\:p-t--6\.4 {
    padding-top: -64px;
  }
  .tablet-m-m-t--6\.4 {
    margin-top: -64px;
  }
  .tablet-m-p-t--6\.4 {
    padding-top: -64px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--6\.4 {
    margin-bottom: -64px;
  }
  .tablet-m\:p-b--6\.4 {
    padding-bottom: -64px;
  }
  .tablet-m-m-b--6\.4 {
    margin-bottom: -64px;
  }
  .tablet-m-p-b--6\.4 {
    padding-bottom: -64px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--6\.4 {
    margin-left: -64px;
  }
  .tablet-m\:p-l--6\.4 {
    padding-left: -64px;
  }
  .tablet-m-m-l--6\.4 {
    margin-left: -64px;
  }
  .tablet-m-p-l--6\.4 {
    padding-left: -64px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--6\.4 {
    margin-right: -64px;
  }
  .tablet-m\:p-r--6\.4 {
    padding-right: -64px;
  }
  .tablet-m-m-r--6\.4 {
    margin-right: -64px;
  }
  .tablet-m-p-r--6\.4 {
    padding-right: -64px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--6\.3 {
    margin-top: -63px;
  }
  .tablet-m\:p-t--6\.3 {
    padding-top: -63px;
  }
  .tablet-m-m-t--6\.3 {
    margin-top: -63px;
  }
  .tablet-m-p-t--6\.3 {
    padding-top: -63px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--6\.3 {
    margin-bottom: -63px;
  }
  .tablet-m\:p-b--6\.3 {
    padding-bottom: -63px;
  }
  .tablet-m-m-b--6\.3 {
    margin-bottom: -63px;
  }
  .tablet-m-p-b--6\.3 {
    padding-bottom: -63px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--6\.3 {
    margin-left: -63px;
  }
  .tablet-m\:p-l--6\.3 {
    padding-left: -63px;
  }
  .tablet-m-m-l--6\.3 {
    margin-left: -63px;
  }
  .tablet-m-p-l--6\.3 {
    padding-left: -63px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--6\.3 {
    margin-right: -63px;
  }
  .tablet-m\:p-r--6\.3 {
    padding-right: -63px;
  }
  .tablet-m-m-r--6\.3 {
    margin-right: -63px;
  }
  .tablet-m-p-r--6\.3 {
    padding-right: -63px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--6\.2 {
    margin-top: -62px;
  }
  .tablet-m\:p-t--6\.2 {
    padding-top: -62px;
  }
  .tablet-m-m-t--6\.2 {
    margin-top: -62px;
  }
  .tablet-m-p-t--6\.2 {
    padding-top: -62px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--6\.2 {
    margin-bottom: -62px;
  }
  .tablet-m\:p-b--6\.2 {
    padding-bottom: -62px;
  }
  .tablet-m-m-b--6\.2 {
    margin-bottom: -62px;
  }
  .tablet-m-p-b--6\.2 {
    padding-bottom: -62px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--6\.2 {
    margin-left: -62px;
  }
  .tablet-m\:p-l--6\.2 {
    padding-left: -62px;
  }
  .tablet-m-m-l--6\.2 {
    margin-left: -62px;
  }
  .tablet-m-p-l--6\.2 {
    padding-left: -62px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--6\.2 {
    margin-right: -62px;
  }
  .tablet-m\:p-r--6\.2 {
    padding-right: -62px;
  }
  .tablet-m-m-r--6\.2 {
    margin-right: -62px;
  }
  .tablet-m-p-r--6\.2 {
    padding-right: -62px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--6\.1 {
    margin-top: -61px;
  }
  .tablet-m\:p-t--6\.1 {
    padding-top: -61px;
  }
  .tablet-m-m-t--6\.1 {
    margin-top: -61px;
  }
  .tablet-m-p-t--6\.1 {
    padding-top: -61px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--6\.1 {
    margin-bottom: -61px;
  }
  .tablet-m\:p-b--6\.1 {
    padding-bottom: -61px;
  }
  .tablet-m-m-b--6\.1 {
    margin-bottom: -61px;
  }
  .tablet-m-p-b--6\.1 {
    padding-bottom: -61px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--6\.1 {
    margin-left: -61px;
  }
  .tablet-m\:p-l--6\.1 {
    padding-left: -61px;
  }
  .tablet-m-m-l--6\.1 {
    margin-left: -61px;
  }
  .tablet-m-p-l--6\.1 {
    padding-left: -61px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--6\.1 {
    margin-right: -61px;
  }
  .tablet-m\:p-r--6\.1 {
    padding-right: -61px;
  }
  .tablet-m-m-r--6\.1 {
    margin-right: -61px;
  }
  .tablet-m-p-r--6\.1 {
    padding-right: -61px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--6 {
    margin-top: -60px;
  }
  .tablet-m\:p-t--6 {
    padding-top: -60px;
  }
  .tablet-m-m-t--6 {
    margin-top: -60px;
  }
  .tablet-m-p-t--6 {
    padding-top: -60px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--6 {
    margin-bottom: -60px;
  }
  .tablet-m\:p-b--6 {
    padding-bottom: -60px;
  }
  .tablet-m-m-b--6 {
    margin-bottom: -60px;
  }
  .tablet-m-p-b--6 {
    padding-bottom: -60px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--6 {
    margin-left: -60px;
  }
  .tablet-m\:p-l--6 {
    padding-left: -60px;
  }
  .tablet-m-m-l--6 {
    margin-left: -60px;
  }
  .tablet-m-p-l--6 {
    padding-left: -60px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--6 {
    margin-right: -60px;
  }
  .tablet-m\:p-r--6 {
    padding-right: -60px;
  }
  .tablet-m-m-r--6 {
    margin-right: -60px;
  }
  .tablet-m-p-r--6 {
    padding-right: -60px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--5\.9 {
    margin-top: -59px;
  }
  .tablet-m\:p-t--5\.9 {
    padding-top: -59px;
  }
  .tablet-m-m-t--5\.9 {
    margin-top: -59px;
  }
  .tablet-m-p-t--5\.9 {
    padding-top: -59px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--5\.9 {
    margin-bottom: -59px;
  }
  .tablet-m\:p-b--5\.9 {
    padding-bottom: -59px;
  }
  .tablet-m-m-b--5\.9 {
    margin-bottom: -59px;
  }
  .tablet-m-p-b--5\.9 {
    padding-bottom: -59px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--5\.9 {
    margin-left: -59px;
  }
  .tablet-m\:p-l--5\.9 {
    padding-left: -59px;
  }
  .tablet-m-m-l--5\.9 {
    margin-left: -59px;
  }
  .tablet-m-p-l--5\.9 {
    padding-left: -59px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--5\.9 {
    margin-right: -59px;
  }
  .tablet-m\:p-r--5\.9 {
    padding-right: -59px;
  }
  .tablet-m-m-r--5\.9 {
    margin-right: -59px;
  }
  .tablet-m-p-r--5\.9 {
    padding-right: -59px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--5\.8 {
    margin-top: -58px;
  }
  .tablet-m\:p-t--5\.8 {
    padding-top: -58px;
  }
  .tablet-m-m-t--5\.8 {
    margin-top: -58px;
  }
  .tablet-m-p-t--5\.8 {
    padding-top: -58px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--5\.8 {
    margin-bottom: -58px;
  }
  .tablet-m\:p-b--5\.8 {
    padding-bottom: -58px;
  }
  .tablet-m-m-b--5\.8 {
    margin-bottom: -58px;
  }
  .tablet-m-p-b--5\.8 {
    padding-bottom: -58px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--5\.8 {
    margin-left: -58px;
  }
  .tablet-m\:p-l--5\.8 {
    padding-left: -58px;
  }
  .tablet-m-m-l--5\.8 {
    margin-left: -58px;
  }
  .tablet-m-p-l--5\.8 {
    padding-left: -58px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--5\.8 {
    margin-right: -58px;
  }
  .tablet-m\:p-r--5\.8 {
    padding-right: -58px;
  }
  .tablet-m-m-r--5\.8 {
    margin-right: -58px;
  }
  .tablet-m-p-r--5\.8 {
    padding-right: -58px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--5\.7 {
    margin-top: -57px;
  }
  .tablet-m\:p-t--5\.7 {
    padding-top: -57px;
  }
  .tablet-m-m-t--5\.7 {
    margin-top: -57px;
  }
  .tablet-m-p-t--5\.7 {
    padding-top: -57px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--5\.7 {
    margin-bottom: -57px;
  }
  .tablet-m\:p-b--5\.7 {
    padding-bottom: -57px;
  }
  .tablet-m-m-b--5\.7 {
    margin-bottom: -57px;
  }
  .tablet-m-p-b--5\.7 {
    padding-bottom: -57px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--5\.7 {
    margin-left: -57px;
  }
  .tablet-m\:p-l--5\.7 {
    padding-left: -57px;
  }
  .tablet-m-m-l--5\.7 {
    margin-left: -57px;
  }
  .tablet-m-p-l--5\.7 {
    padding-left: -57px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--5\.7 {
    margin-right: -57px;
  }
  .tablet-m\:p-r--5\.7 {
    padding-right: -57px;
  }
  .tablet-m-m-r--5\.7 {
    margin-right: -57px;
  }
  .tablet-m-p-r--5\.7 {
    padding-right: -57px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--5\.6 {
    margin-top: -56px;
  }
  .tablet-m\:p-t--5\.6 {
    padding-top: -56px;
  }
  .tablet-m-m-t--5\.6 {
    margin-top: -56px;
  }
  .tablet-m-p-t--5\.6 {
    padding-top: -56px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--5\.6 {
    margin-bottom: -56px;
  }
  .tablet-m\:p-b--5\.6 {
    padding-bottom: -56px;
  }
  .tablet-m-m-b--5\.6 {
    margin-bottom: -56px;
  }
  .tablet-m-p-b--5\.6 {
    padding-bottom: -56px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--5\.6 {
    margin-left: -56px;
  }
  .tablet-m\:p-l--5\.6 {
    padding-left: -56px;
  }
  .tablet-m-m-l--5\.6 {
    margin-left: -56px;
  }
  .tablet-m-p-l--5\.6 {
    padding-left: -56px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--5\.6 {
    margin-right: -56px;
  }
  .tablet-m\:p-r--5\.6 {
    padding-right: -56px;
  }
  .tablet-m-m-r--5\.6 {
    margin-right: -56px;
  }
  .tablet-m-p-r--5\.6 {
    padding-right: -56px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--5\.5 {
    margin-top: -55px;
  }
  .tablet-m\:p-t--5\.5 {
    padding-top: -55px;
  }
  .tablet-m-m-t--5\.5 {
    margin-top: -55px;
  }
  .tablet-m-p-t--5\.5 {
    padding-top: -55px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--5\.5 {
    margin-bottom: -55px;
  }
  .tablet-m\:p-b--5\.5 {
    padding-bottom: -55px;
  }
  .tablet-m-m-b--5\.5 {
    margin-bottom: -55px;
  }
  .tablet-m-p-b--5\.5 {
    padding-bottom: -55px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--5\.5 {
    margin-left: -55px;
  }
  .tablet-m\:p-l--5\.5 {
    padding-left: -55px;
  }
  .tablet-m-m-l--5\.5 {
    margin-left: -55px;
  }
  .tablet-m-p-l--5\.5 {
    padding-left: -55px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--5\.5 {
    margin-right: -55px;
  }
  .tablet-m\:p-r--5\.5 {
    padding-right: -55px;
  }
  .tablet-m-m-r--5\.5 {
    margin-right: -55px;
  }
  .tablet-m-p-r--5\.5 {
    padding-right: -55px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--5\.4 {
    margin-top: -54px;
  }
  .tablet-m\:p-t--5\.4 {
    padding-top: -54px;
  }
  .tablet-m-m-t--5\.4 {
    margin-top: -54px;
  }
  .tablet-m-p-t--5\.4 {
    padding-top: -54px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--5\.4 {
    margin-bottom: -54px;
  }
  .tablet-m\:p-b--5\.4 {
    padding-bottom: -54px;
  }
  .tablet-m-m-b--5\.4 {
    margin-bottom: -54px;
  }
  .tablet-m-p-b--5\.4 {
    padding-bottom: -54px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--5\.4 {
    margin-left: -54px;
  }
  .tablet-m\:p-l--5\.4 {
    padding-left: -54px;
  }
  .tablet-m-m-l--5\.4 {
    margin-left: -54px;
  }
  .tablet-m-p-l--5\.4 {
    padding-left: -54px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--5\.4 {
    margin-right: -54px;
  }
  .tablet-m\:p-r--5\.4 {
    padding-right: -54px;
  }
  .tablet-m-m-r--5\.4 {
    margin-right: -54px;
  }
  .tablet-m-p-r--5\.4 {
    padding-right: -54px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--5\.3 {
    margin-top: -53px;
  }
  .tablet-m\:p-t--5\.3 {
    padding-top: -53px;
  }
  .tablet-m-m-t--5\.3 {
    margin-top: -53px;
  }
  .tablet-m-p-t--5\.3 {
    padding-top: -53px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--5\.3 {
    margin-bottom: -53px;
  }
  .tablet-m\:p-b--5\.3 {
    padding-bottom: -53px;
  }
  .tablet-m-m-b--5\.3 {
    margin-bottom: -53px;
  }
  .tablet-m-p-b--5\.3 {
    padding-bottom: -53px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--5\.3 {
    margin-left: -53px;
  }
  .tablet-m\:p-l--5\.3 {
    padding-left: -53px;
  }
  .tablet-m-m-l--5\.3 {
    margin-left: -53px;
  }
  .tablet-m-p-l--5\.3 {
    padding-left: -53px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--5\.3 {
    margin-right: -53px;
  }
  .tablet-m\:p-r--5\.3 {
    padding-right: -53px;
  }
  .tablet-m-m-r--5\.3 {
    margin-right: -53px;
  }
  .tablet-m-p-r--5\.3 {
    padding-right: -53px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--5\.2 {
    margin-top: -52px;
  }
  .tablet-m\:p-t--5\.2 {
    padding-top: -52px;
  }
  .tablet-m-m-t--5\.2 {
    margin-top: -52px;
  }
  .tablet-m-p-t--5\.2 {
    padding-top: -52px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--5\.2 {
    margin-bottom: -52px;
  }
  .tablet-m\:p-b--5\.2 {
    padding-bottom: -52px;
  }
  .tablet-m-m-b--5\.2 {
    margin-bottom: -52px;
  }
  .tablet-m-p-b--5\.2 {
    padding-bottom: -52px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--5\.2 {
    margin-left: -52px;
  }
  .tablet-m\:p-l--5\.2 {
    padding-left: -52px;
  }
  .tablet-m-m-l--5\.2 {
    margin-left: -52px;
  }
  .tablet-m-p-l--5\.2 {
    padding-left: -52px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--5\.2 {
    margin-right: -52px;
  }
  .tablet-m\:p-r--5\.2 {
    padding-right: -52px;
  }
  .tablet-m-m-r--5\.2 {
    margin-right: -52px;
  }
  .tablet-m-p-r--5\.2 {
    padding-right: -52px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--5\.1 {
    margin-top: -51px;
  }
  .tablet-m\:p-t--5\.1 {
    padding-top: -51px;
  }
  .tablet-m-m-t--5\.1 {
    margin-top: -51px;
  }
  .tablet-m-p-t--5\.1 {
    padding-top: -51px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--5\.1 {
    margin-bottom: -51px;
  }
  .tablet-m\:p-b--5\.1 {
    padding-bottom: -51px;
  }
  .tablet-m-m-b--5\.1 {
    margin-bottom: -51px;
  }
  .tablet-m-p-b--5\.1 {
    padding-bottom: -51px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--5\.1 {
    margin-left: -51px;
  }
  .tablet-m\:p-l--5\.1 {
    padding-left: -51px;
  }
  .tablet-m-m-l--5\.1 {
    margin-left: -51px;
  }
  .tablet-m-p-l--5\.1 {
    padding-left: -51px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--5\.1 {
    margin-right: -51px;
  }
  .tablet-m\:p-r--5\.1 {
    padding-right: -51px;
  }
  .tablet-m-m-r--5\.1 {
    margin-right: -51px;
  }
  .tablet-m-p-r--5\.1 {
    padding-right: -51px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--5 {
    margin-top: -50px;
  }
  .tablet-m\:p-t--5 {
    padding-top: -50px;
  }
  .tablet-m-m-t--5 {
    margin-top: -50px;
  }
  .tablet-m-p-t--5 {
    padding-top: -50px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--5 {
    margin-bottom: -50px;
  }
  .tablet-m\:p-b--5 {
    padding-bottom: -50px;
  }
  .tablet-m-m-b--5 {
    margin-bottom: -50px;
  }
  .tablet-m-p-b--5 {
    padding-bottom: -50px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--5 {
    margin-left: -50px;
  }
  .tablet-m\:p-l--5 {
    padding-left: -50px;
  }
  .tablet-m-m-l--5 {
    margin-left: -50px;
  }
  .tablet-m-p-l--5 {
    padding-left: -50px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--5 {
    margin-right: -50px;
  }
  .tablet-m\:p-r--5 {
    padding-right: -50px;
  }
  .tablet-m-m-r--5 {
    margin-right: -50px;
  }
  .tablet-m-p-r--5 {
    padding-right: -50px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--4\.9 {
    margin-top: -49px;
  }
  .tablet-m\:p-t--4\.9 {
    padding-top: -49px;
  }
  .tablet-m-m-t--4\.9 {
    margin-top: -49px;
  }
  .tablet-m-p-t--4\.9 {
    padding-top: -49px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--4\.9 {
    margin-bottom: -49px;
  }
  .tablet-m\:p-b--4\.9 {
    padding-bottom: -49px;
  }
  .tablet-m-m-b--4\.9 {
    margin-bottom: -49px;
  }
  .tablet-m-p-b--4\.9 {
    padding-bottom: -49px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--4\.9 {
    margin-left: -49px;
  }
  .tablet-m\:p-l--4\.9 {
    padding-left: -49px;
  }
  .tablet-m-m-l--4\.9 {
    margin-left: -49px;
  }
  .tablet-m-p-l--4\.9 {
    padding-left: -49px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--4\.9 {
    margin-right: -49px;
  }
  .tablet-m\:p-r--4\.9 {
    padding-right: -49px;
  }
  .tablet-m-m-r--4\.9 {
    margin-right: -49px;
  }
  .tablet-m-p-r--4\.9 {
    padding-right: -49px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--4\.8 {
    margin-top: -48px;
  }
  .tablet-m\:p-t--4\.8 {
    padding-top: -48px;
  }
  .tablet-m-m-t--4\.8 {
    margin-top: -48px;
  }
  .tablet-m-p-t--4\.8 {
    padding-top: -48px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--4\.8 {
    margin-bottom: -48px;
  }
  .tablet-m\:p-b--4\.8 {
    padding-bottom: -48px;
  }
  .tablet-m-m-b--4\.8 {
    margin-bottom: -48px;
  }
  .tablet-m-p-b--4\.8 {
    padding-bottom: -48px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--4\.8 {
    margin-left: -48px;
  }
  .tablet-m\:p-l--4\.8 {
    padding-left: -48px;
  }
  .tablet-m-m-l--4\.8 {
    margin-left: -48px;
  }
  .tablet-m-p-l--4\.8 {
    padding-left: -48px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--4\.8 {
    margin-right: -48px;
  }
  .tablet-m\:p-r--4\.8 {
    padding-right: -48px;
  }
  .tablet-m-m-r--4\.8 {
    margin-right: -48px;
  }
  .tablet-m-p-r--4\.8 {
    padding-right: -48px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--4\.7 {
    margin-top: -47px;
  }
  .tablet-m\:p-t--4\.7 {
    padding-top: -47px;
  }
  .tablet-m-m-t--4\.7 {
    margin-top: -47px;
  }
  .tablet-m-p-t--4\.7 {
    padding-top: -47px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--4\.7 {
    margin-bottom: -47px;
  }
  .tablet-m\:p-b--4\.7 {
    padding-bottom: -47px;
  }
  .tablet-m-m-b--4\.7 {
    margin-bottom: -47px;
  }
  .tablet-m-p-b--4\.7 {
    padding-bottom: -47px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--4\.7 {
    margin-left: -47px;
  }
  .tablet-m\:p-l--4\.7 {
    padding-left: -47px;
  }
  .tablet-m-m-l--4\.7 {
    margin-left: -47px;
  }
  .tablet-m-p-l--4\.7 {
    padding-left: -47px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--4\.7 {
    margin-right: -47px;
  }
  .tablet-m\:p-r--4\.7 {
    padding-right: -47px;
  }
  .tablet-m-m-r--4\.7 {
    margin-right: -47px;
  }
  .tablet-m-p-r--4\.7 {
    padding-right: -47px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--4\.6 {
    margin-top: -46px;
  }
  .tablet-m\:p-t--4\.6 {
    padding-top: -46px;
  }
  .tablet-m-m-t--4\.6 {
    margin-top: -46px;
  }
  .tablet-m-p-t--4\.6 {
    padding-top: -46px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--4\.6 {
    margin-bottom: -46px;
  }
  .tablet-m\:p-b--4\.6 {
    padding-bottom: -46px;
  }
  .tablet-m-m-b--4\.6 {
    margin-bottom: -46px;
  }
  .tablet-m-p-b--4\.6 {
    padding-bottom: -46px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--4\.6 {
    margin-left: -46px;
  }
  .tablet-m\:p-l--4\.6 {
    padding-left: -46px;
  }
  .tablet-m-m-l--4\.6 {
    margin-left: -46px;
  }
  .tablet-m-p-l--4\.6 {
    padding-left: -46px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--4\.6 {
    margin-right: -46px;
  }
  .tablet-m\:p-r--4\.6 {
    padding-right: -46px;
  }
  .tablet-m-m-r--4\.6 {
    margin-right: -46px;
  }
  .tablet-m-p-r--4\.6 {
    padding-right: -46px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--4\.5 {
    margin-top: -45px;
  }
  .tablet-m\:p-t--4\.5 {
    padding-top: -45px;
  }
  .tablet-m-m-t--4\.5 {
    margin-top: -45px;
  }
  .tablet-m-p-t--4\.5 {
    padding-top: -45px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--4\.5 {
    margin-bottom: -45px;
  }
  .tablet-m\:p-b--4\.5 {
    padding-bottom: -45px;
  }
  .tablet-m-m-b--4\.5 {
    margin-bottom: -45px;
  }
  .tablet-m-p-b--4\.5 {
    padding-bottom: -45px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--4\.5 {
    margin-left: -45px;
  }
  .tablet-m\:p-l--4\.5 {
    padding-left: -45px;
  }
  .tablet-m-m-l--4\.5 {
    margin-left: -45px;
  }
  .tablet-m-p-l--4\.5 {
    padding-left: -45px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--4\.5 {
    margin-right: -45px;
  }
  .tablet-m\:p-r--4\.5 {
    padding-right: -45px;
  }
  .tablet-m-m-r--4\.5 {
    margin-right: -45px;
  }
  .tablet-m-p-r--4\.5 {
    padding-right: -45px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--4\.4 {
    margin-top: -44px;
  }
  .tablet-m\:p-t--4\.4 {
    padding-top: -44px;
  }
  .tablet-m-m-t--4\.4 {
    margin-top: -44px;
  }
  .tablet-m-p-t--4\.4 {
    padding-top: -44px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--4\.4 {
    margin-bottom: -44px;
  }
  .tablet-m\:p-b--4\.4 {
    padding-bottom: -44px;
  }
  .tablet-m-m-b--4\.4 {
    margin-bottom: -44px;
  }
  .tablet-m-p-b--4\.4 {
    padding-bottom: -44px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--4\.4 {
    margin-left: -44px;
  }
  .tablet-m\:p-l--4\.4 {
    padding-left: -44px;
  }
  .tablet-m-m-l--4\.4 {
    margin-left: -44px;
  }
  .tablet-m-p-l--4\.4 {
    padding-left: -44px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--4\.4 {
    margin-right: -44px;
  }
  .tablet-m\:p-r--4\.4 {
    padding-right: -44px;
  }
  .tablet-m-m-r--4\.4 {
    margin-right: -44px;
  }
  .tablet-m-p-r--4\.4 {
    padding-right: -44px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--4\.3 {
    margin-top: -43px;
  }
  .tablet-m\:p-t--4\.3 {
    padding-top: -43px;
  }
  .tablet-m-m-t--4\.3 {
    margin-top: -43px;
  }
  .tablet-m-p-t--4\.3 {
    padding-top: -43px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--4\.3 {
    margin-bottom: -43px;
  }
  .tablet-m\:p-b--4\.3 {
    padding-bottom: -43px;
  }
  .tablet-m-m-b--4\.3 {
    margin-bottom: -43px;
  }
  .tablet-m-p-b--4\.3 {
    padding-bottom: -43px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--4\.3 {
    margin-left: -43px;
  }
  .tablet-m\:p-l--4\.3 {
    padding-left: -43px;
  }
  .tablet-m-m-l--4\.3 {
    margin-left: -43px;
  }
  .tablet-m-p-l--4\.3 {
    padding-left: -43px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--4\.3 {
    margin-right: -43px;
  }
  .tablet-m\:p-r--4\.3 {
    padding-right: -43px;
  }
  .tablet-m-m-r--4\.3 {
    margin-right: -43px;
  }
  .tablet-m-p-r--4\.3 {
    padding-right: -43px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--4\.2 {
    margin-top: -42px;
  }
  .tablet-m\:p-t--4\.2 {
    padding-top: -42px;
  }
  .tablet-m-m-t--4\.2 {
    margin-top: -42px;
  }
  .tablet-m-p-t--4\.2 {
    padding-top: -42px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--4\.2 {
    margin-bottom: -42px;
  }
  .tablet-m\:p-b--4\.2 {
    padding-bottom: -42px;
  }
  .tablet-m-m-b--4\.2 {
    margin-bottom: -42px;
  }
  .tablet-m-p-b--4\.2 {
    padding-bottom: -42px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--4\.2 {
    margin-left: -42px;
  }
  .tablet-m\:p-l--4\.2 {
    padding-left: -42px;
  }
  .tablet-m-m-l--4\.2 {
    margin-left: -42px;
  }
  .tablet-m-p-l--4\.2 {
    padding-left: -42px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--4\.2 {
    margin-right: -42px;
  }
  .tablet-m\:p-r--4\.2 {
    padding-right: -42px;
  }
  .tablet-m-m-r--4\.2 {
    margin-right: -42px;
  }
  .tablet-m-p-r--4\.2 {
    padding-right: -42px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--4\.1 {
    margin-top: -41px;
  }
  .tablet-m\:p-t--4\.1 {
    padding-top: -41px;
  }
  .tablet-m-m-t--4\.1 {
    margin-top: -41px;
  }
  .tablet-m-p-t--4\.1 {
    padding-top: -41px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--4\.1 {
    margin-bottom: -41px;
  }
  .tablet-m\:p-b--4\.1 {
    padding-bottom: -41px;
  }
  .tablet-m-m-b--4\.1 {
    margin-bottom: -41px;
  }
  .tablet-m-p-b--4\.1 {
    padding-bottom: -41px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--4\.1 {
    margin-left: -41px;
  }
  .tablet-m\:p-l--4\.1 {
    padding-left: -41px;
  }
  .tablet-m-m-l--4\.1 {
    margin-left: -41px;
  }
  .tablet-m-p-l--4\.1 {
    padding-left: -41px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--4\.1 {
    margin-right: -41px;
  }
  .tablet-m\:p-r--4\.1 {
    padding-right: -41px;
  }
  .tablet-m-m-r--4\.1 {
    margin-right: -41px;
  }
  .tablet-m-p-r--4\.1 {
    padding-right: -41px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--4 {
    margin-top: -40px;
  }
  .tablet-m\:p-t--4 {
    padding-top: -40px;
  }
  .tablet-m-m-t--4 {
    margin-top: -40px;
  }
  .tablet-m-p-t--4 {
    padding-top: -40px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--4 {
    margin-bottom: -40px;
  }
  .tablet-m\:p-b--4 {
    padding-bottom: -40px;
  }
  .tablet-m-m-b--4 {
    margin-bottom: -40px;
  }
  .tablet-m-p-b--4 {
    padding-bottom: -40px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--4 {
    margin-left: -40px;
  }
  .tablet-m\:p-l--4 {
    padding-left: -40px;
  }
  .tablet-m-m-l--4 {
    margin-left: -40px;
  }
  .tablet-m-p-l--4 {
    padding-left: -40px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--4 {
    margin-right: -40px;
  }
  .tablet-m\:p-r--4 {
    padding-right: -40px;
  }
  .tablet-m-m-r--4 {
    margin-right: -40px;
  }
  .tablet-m-p-r--4 {
    padding-right: -40px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--3\.9 {
    margin-top: -39px;
  }
  .tablet-m\:p-t--3\.9 {
    padding-top: -39px;
  }
  .tablet-m-m-t--3\.9 {
    margin-top: -39px;
  }
  .tablet-m-p-t--3\.9 {
    padding-top: -39px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--3\.9 {
    margin-bottom: -39px;
  }
  .tablet-m\:p-b--3\.9 {
    padding-bottom: -39px;
  }
  .tablet-m-m-b--3\.9 {
    margin-bottom: -39px;
  }
  .tablet-m-p-b--3\.9 {
    padding-bottom: -39px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--3\.9 {
    margin-left: -39px;
  }
  .tablet-m\:p-l--3\.9 {
    padding-left: -39px;
  }
  .tablet-m-m-l--3\.9 {
    margin-left: -39px;
  }
  .tablet-m-p-l--3\.9 {
    padding-left: -39px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--3\.9 {
    margin-right: -39px;
  }
  .tablet-m\:p-r--3\.9 {
    padding-right: -39px;
  }
  .tablet-m-m-r--3\.9 {
    margin-right: -39px;
  }
  .tablet-m-p-r--3\.9 {
    padding-right: -39px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--3\.8 {
    margin-top: -38px;
  }
  .tablet-m\:p-t--3\.8 {
    padding-top: -38px;
  }
  .tablet-m-m-t--3\.8 {
    margin-top: -38px;
  }
  .tablet-m-p-t--3\.8 {
    padding-top: -38px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--3\.8 {
    margin-bottom: -38px;
  }
  .tablet-m\:p-b--3\.8 {
    padding-bottom: -38px;
  }
  .tablet-m-m-b--3\.8 {
    margin-bottom: -38px;
  }
  .tablet-m-p-b--3\.8 {
    padding-bottom: -38px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--3\.8 {
    margin-left: -38px;
  }
  .tablet-m\:p-l--3\.8 {
    padding-left: -38px;
  }
  .tablet-m-m-l--3\.8 {
    margin-left: -38px;
  }
  .tablet-m-p-l--3\.8 {
    padding-left: -38px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--3\.8 {
    margin-right: -38px;
  }
  .tablet-m\:p-r--3\.8 {
    padding-right: -38px;
  }
  .tablet-m-m-r--3\.8 {
    margin-right: -38px;
  }
  .tablet-m-p-r--3\.8 {
    padding-right: -38px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--3\.7 {
    margin-top: -37px;
  }
  .tablet-m\:p-t--3\.7 {
    padding-top: -37px;
  }
  .tablet-m-m-t--3\.7 {
    margin-top: -37px;
  }
  .tablet-m-p-t--3\.7 {
    padding-top: -37px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--3\.7 {
    margin-bottom: -37px;
  }
  .tablet-m\:p-b--3\.7 {
    padding-bottom: -37px;
  }
  .tablet-m-m-b--3\.7 {
    margin-bottom: -37px;
  }
  .tablet-m-p-b--3\.7 {
    padding-bottom: -37px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--3\.7 {
    margin-left: -37px;
  }
  .tablet-m\:p-l--3\.7 {
    padding-left: -37px;
  }
  .tablet-m-m-l--3\.7 {
    margin-left: -37px;
  }
  .tablet-m-p-l--3\.7 {
    padding-left: -37px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--3\.7 {
    margin-right: -37px;
  }
  .tablet-m\:p-r--3\.7 {
    padding-right: -37px;
  }
  .tablet-m-m-r--3\.7 {
    margin-right: -37px;
  }
  .tablet-m-p-r--3\.7 {
    padding-right: -37px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--3\.6 {
    margin-top: -36px;
  }
  .tablet-m\:p-t--3\.6 {
    padding-top: -36px;
  }
  .tablet-m-m-t--3\.6 {
    margin-top: -36px;
  }
  .tablet-m-p-t--3\.6 {
    padding-top: -36px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--3\.6 {
    margin-bottom: -36px;
  }
  .tablet-m\:p-b--3\.6 {
    padding-bottom: -36px;
  }
  .tablet-m-m-b--3\.6 {
    margin-bottom: -36px;
  }
  .tablet-m-p-b--3\.6 {
    padding-bottom: -36px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--3\.6 {
    margin-left: -36px;
  }
  .tablet-m\:p-l--3\.6 {
    padding-left: -36px;
  }
  .tablet-m-m-l--3\.6 {
    margin-left: -36px;
  }
  .tablet-m-p-l--3\.6 {
    padding-left: -36px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--3\.6 {
    margin-right: -36px;
  }
  .tablet-m\:p-r--3\.6 {
    padding-right: -36px;
  }
  .tablet-m-m-r--3\.6 {
    margin-right: -36px;
  }
  .tablet-m-p-r--3\.6 {
    padding-right: -36px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--3\.5 {
    margin-top: -35px;
  }
  .tablet-m\:p-t--3\.5 {
    padding-top: -35px;
  }
  .tablet-m-m-t--3\.5 {
    margin-top: -35px;
  }
  .tablet-m-p-t--3\.5 {
    padding-top: -35px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--3\.5 {
    margin-bottom: -35px;
  }
  .tablet-m\:p-b--3\.5 {
    padding-bottom: -35px;
  }
  .tablet-m-m-b--3\.5 {
    margin-bottom: -35px;
  }
  .tablet-m-p-b--3\.5 {
    padding-bottom: -35px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--3\.5 {
    margin-left: -35px;
  }
  .tablet-m\:p-l--3\.5 {
    padding-left: -35px;
  }
  .tablet-m-m-l--3\.5 {
    margin-left: -35px;
  }
  .tablet-m-p-l--3\.5 {
    padding-left: -35px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--3\.5 {
    margin-right: -35px;
  }
  .tablet-m\:p-r--3\.5 {
    padding-right: -35px;
  }
  .tablet-m-m-r--3\.5 {
    margin-right: -35px;
  }
  .tablet-m-p-r--3\.5 {
    padding-right: -35px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--3\.4 {
    margin-top: -34px;
  }
  .tablet-m\:p-t--3\.4 {
    padding-top: -34px;
  }
  .tablet-m-m-t--3\.4 {
    margin-top: -34px;
  }
  .tablet-m-p-t--3\.4 {
    padding-top: -34px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--3\.4 {
    margin-bottom: -34px;
  }
  .tablet-m\:p-b--3\.4 {
    padding-bottom: -34px;
  }
  .tablet-m-m-b--3\.4 {
    margin-bottom: -34px;
  }
  .tablet-m-p-b--3\.4 {
    padding-bottom: -34px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--3\.4 {
    margin-left: -34px;
  }
  .tablet-m\:p-l--3\.4 {
    padding-left: -34px;
  }
  .tablet-m-m-l--3\.4 {
    margin-left: -34px;
  }
  .tablet-m-p-l--3\.4 {
    padding-left: -34px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--3\.4 {
    margin-right: -34px;
  }
  .tablet-m\:p-r--3\.4 {
    padding-right: -34px;
  }
  .tablet-m-m-r--3\.4 {
    margin-right: -34px;
  }
  .tablet-m-p-r--3\.4 {
    padding-right: -34px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--3\.3 {
    margin-top: -33px;
  }
  .tablet-m\:p-t--3\.3 {
    padding-top: -33px;
  }
  .tablet-m-m-t--3\.3 {
    margin-top: -33px;
  }
  .tablet-m-p-t--3\.3 {
    padding-top: -33px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--3\.3 {
    margin-bottom: -33px;
  }
  .tablet-m\:p-b--3\.3 {
    padding-bottom: -33px;
  }
  .tablet-m-m-b--3\.3 {
    margin-bottom: -33px;
  }
  .tablet-m-p-b--3\.3 {
    padding-bottom: -33px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--3\.3 {
    margin-left: -33px;
  }
  .tablet-m\:p-l--3\.3 {
    padding-left: -33px;
  }
  .tablet-m-m-l--3\.3 {
    margin-left: -33px;
  }
  .tablet-m-p-l--3\.3 {
    padding-left: -33px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--3\.3 {
    margin-right: -33px;
  }
  .tablet-m\:p-r--3\.3 {
    padding-right: -33px;
  }
  .tablet-m-m-r--3\.3 {
    margin-right: -33px;
  }
  .tablet-m-p-r--3\.3 {
    padding-right: -33px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--3\.2 {
    margin-top: -32px;
  }
  .tablet-m\:p-t--3\.2 {
    padding-top: -32px;
  }
  .tablet-m-m-t--3\.2 {
    margin-top: -32px;
  }
  .tablet-m-p-t--3\.2 {
    padding-top: -32px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--3\.2 {
    margin-bottom: -32px;
  }
  .tablet-m\:p-b--3\.2 {
    padding-bottom: -32px;
  }
  .tablet-m-m-b--3\.2 {
    margin-bottom: -32px;
  }
  .tablet-m-p-b--3\.2 {
    padding-bottom: -32px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--3\.2 {
    margin-left: -32px;
  }
  .tablet-m\:p-l--3\.2 {
    padding-left: -32px;
  }
  .tablet-m-m-l--3\.2 {
    margin-left: -32px;
  }
  .tablet-m-p-l--3\.2 {
    padding-left: -32px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--3\.2 {
    margin-right: -32px;
  }
  .tablet-m\:p-r--3\.2 {
    padding-right: -32px;
  }
  .tablet-m-m-r--3\.2 {
    margin-right: -32px;
  }
  .tablet-m-p-r--3\.2 {
    padding-right: -32px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--3\.1 {
    margin-top: -31px;
  }
  .tablet-m\:p-t--3\.1 {
    padding-top: -31px;
  }
  .tablet-m-m-t--3\.1 {
    margin-top: -31px;
  }
  .tablet-m-p-t--3\.1 {
    padding-top: -31px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--3\.1 {
    margin-bottom: -31px;
  }
  .tablet-m\:p-b--3\.1 {
    padding-bottom: -31px;
  }
  .tablet-m-m-b--3\.1 {
    margin-bottom: -31px;
  }
  .tablet-m-p-b--3\.1 {
    padding-bottom: -31px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--3\.1 {
    margin-left: -31px;
  }
  .tablet-m\:p-l--3\.1 {
    padding-left: -31px;
  }
  .tablet-m-m-l--3\.1 {
    margin-left: -31px;
  }
  .tablet-m-p-l--3\.1 {
    padding-left: -31px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--3\.1 {
    margin-right: -31px;
  }
  .tablet-m\:p-r--3\.1 {
    padding-right: -31px;
  }
  .tablet-m-m-r--3\.1 {
    margin-right: -31px;
  }
  .tablet-m-p-r--3\.1 {
    padding-right: -31px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--3 {
    margin-top: -30px;
  }
  .tablet-m\:p-t--3 {
    padding-top: -30px;
  }
  .tablet-m-m-t--3 {
    margin-top: -30px;
  }
  .tablet-m-p-t--3 {
    padding-top: -30px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--3 {
    margin-bottom: -30px;
  }
  .tablet-m\:p-b--3 {
    padding-bottom: -30px;
  }
  .tablet-m-m-b--3 {
    margin-bottom: -30px;
  }
  .tablet-m-p-b--3 {
    padding-bottom: -30px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--3 {
    margin-left: -30px;
  }
  .tablet-m\:p-l--3 {
    padding-left: -30px;
  }
  .tablet-m-m-l--3 {
    margin-left: -30px;
  }
  .tablet-m-p-l--3 {
    padding-left: -30px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--3 {
    margin-right: -30px;
  }
  .tablet-m\:p-r--3 {
    padding-right: -30px;
  }
  .tablet-m-m-r--3 {
    margin-right: -30px;
  }
  .tablet-m-p-r--3 {
    padding-right: -30px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--2\.9 {
    margin-top: -29px;
  }
  .tablet-m\:p-t--2\.9 {
    padding-top: -29px;
  }
  .tablet-m-m-t--2\.9 {
    margin-top: -29px;
  }
  .tablet-m-p-t--2\.9 {
    padding-top: -29px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--2\.9 {
    margin-bottom: -29px;
  }
  .tablet-m\:p-b--2\.9 {
    padding-bottom: -29px;
  }
  .tablet-m-m-b--2\.9 {
    margin-bottom: -29px;
  }
  .tablet-m-p-b--2\.9 {
    padding-bottom: -29px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--2\.9 {
    margin-left: -29px;
  }
  .tablet-m\:p-l--2\.9 {
    padding-left: -29px;
  }
  .tablet-m-m-l--2\.9 {
    margin-left: -29px;
  }
  .tablet-m-p-l--2\.9 {
    padding-left: -29px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--2\.9 {
    margin-right: -29px;
  }
  .tablet-m\:p-r--2\.9 {
    padding-right: -29px;
  }
  .tablet-m-m-r--2\.9 {
    margin-right: -29px;
  }
  .tablet-m-p-r--2\.9 {
    padding-right: -29px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--2\.8 {
    margin-top: -28px;
  }
  .tablet-m\:p-t--2\.8 {
    padding-top: -28px;
  }
  .tablet-m-m-t--2\.8 {
    margin-top: -28px;
  }
  .tablet-m-p-t--2\.8 {
    padding-top: -28px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--2\.8 {
    margin-bottom: -28px;
  }
  .tablet-m\:p-b--2\.8 {
    padding-bottom: -28px;
  }
  .tablet-m-m-b--2\.8 {
    margin-bottom: -28px;
  }
  .tablet-m-p-b--2\.8 {
    padding-bottom: -28px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--2\.8 {
    margin-left: -28px;
  }
  .tablet-m\:p-l--2\.8 {
    padding-left: -28px;
  }
  .tablet-m-m-l--2\.8 {
    margin-left: -28px;
  }
  .tablet-m-p-l--2\.8 {
    padding-left: -28px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--2\.8 {
    margin-right: -28px;
  }
  .tablet-m\:p-r--2\.8 {
    padding-right: -28px;
  }
  .tablet-m-m-r--2\.8 {
    margin-right: -28px;
  }
  .tablet-m-p-r--2\.8 {
    padding-right: -28px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--2\.7 {
    margin-top: -27px;
  }
  .tablet-m\:p-t--2\.7 {
    padding-top: -27px;
  }
  .tablet-m-m-t--2\.7 {
    margin-top: -27px;
  }
  .tablet-m-p-t--2\.7 {
    padding-top: -27px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--2\.7 {
    margin-bottom: -27px;
  }
  .tablet-m\:p-b--2\.7 {
    padding-bottom: -27px;
  }
  .tablet-m-m-b--2\.7 {
    margin-bottom: -27px;
  }
  .tablet-m-p-b--2\.7 {
    padding-bottom: -27px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--2\.7 {
    margin-left: -27px;
  }
  .tablet-m\:p-l--2\.7 {
    padding-left: -27px;
  }
  .tablet-m-m-l--2\.7 {
    margin-left: -27px;
  }
  .tablet-m-p-l--2\.7 {
    padding-left: -27px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--2\.7 {
    margin-right: -27px;
  }
  .tablet-m\:p-r--2\.7 {
    padding-right: -27px;
  }
  .tablet-m-m-r--2\.7 {
    margin-right: -27px;
  }
  .tablet-m-p-r--2\.7 {
    padding-right: -27px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--2\.6 {
    margin-top: -26px;
  }
  .tablet-m\:p-t--2\.6 {
    padding-top: -26px;
  }
  .tablet-m-m-t--2\.6 {
    margin-top: -26px;
  }
  .tablet-m-p-t--2\.6 {
    padding-top: -26px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--2\.6 {
    margin-bottom: -26px;
  }
  .tablet-m\:p-b--2\.6 {
    padding-bottom: -26px;
  }
  .tablet-m-m-b--2\.6 {
    margin-bottom: -26px;
  }
  .tablet-m-p-b--2\.6 {
    padding-bottom: -26px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--2\.6 {
    margin-left: -26px;
  }
  .tablet-m\:p-l--2\.6 {
    padding-left: -26px;
  }
  .tablet-m-m-l--2\.6 {
    margin-left: -26px;
  }
  .tablet-m-p-l--2\.6 {
    padding-left: -26px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--2\.6 {
    margin-right: -26px;
  }
  .tablet-m\:p-r--2\.6 {
    padding-right: -26px;
  }
  .tablet-m-m-r--2\.6 {
    margin-right: -26px;
  }
  .tablet-m-p-r--2\.6 {
    padding-right: -26px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--2\.5 {
    margin-top: -25px;
  }
  .tablet-m\:p-t--2\.5 {
    padding-top: -25px;
  }
  .tablet-m-m-t--2\.5 {
    margin-top: -25px;
  }
  .tablet-m-p-t--2\.5 {
    padding-top: -25px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--2\.5 {
    margin-bottom: -25px;
  }
  .tablet-m\:p-b--2\.5 {
    padding-bottom: -25px;
  }
  .tablet-m-m-b--2\.5 {
    margin-bottom: -25px;
  }
  .tablet-m-p-b--2\.5 {
    padding-bottom: -25px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--2\.5 {
    margin-left: -25px;
  }
  .tablet-m\:p-l--2\.5 {
    padding-left: -25px;
  }
  .tablet-m-m-l--2\.5 {
    margin-left: -25px;
  }
  .tablet-m-p-l--2\.5 {
    padding-left: -25px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--2\.5 {
    margin-right: -25px;
  }
  .tablet-m\:p-r--2\.5 {
    padding-right: -25px;
  }
  .tablet-m-m-r--2\.5 {
    margin-right: -25px;
  }
  .tablet-m-p-r--2\.5 {
    padding-right: -25px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--2\.4 {
    margin-top: -24px;
  }
  .tablet-m\:p-t--2\.4 {
    padding-top: -24px;
  }
  .tablet-m-m-t--2\.4 {
    margin-top: -24px;
  }
  .tablet-m-p-t--2\.4 {
    padding-top: -24px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--2\.4 {
    margin-bottom: -24px;
  }
  .tablet-m\:p-b--2\.4 {
    padding-bottom: -24px;
  }
  .tablet-m-m-b--2\.4 {
    margin-bottom: -24px;
  }
  .tablet-m-p-b--2\.4 {
    padding-bottom: -24px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--2\.4 {
    margin-left: -24px;
  }
  .tablet-m\:p-l--2\.4 {
    padding-left: -24px;
  }
  .tablet-m-m-l--2\.4 {
    margin-left: -24px;
  }
  .tablet-m-p-l--2\.4 {
    padding-left: -24px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--2\.4 {
    margin-right: -24px;
  }
  .tablet-m\:p-r--2\.4 {
    padding-right: -24px;
  }
  .tablet-m-m-r--2\.4 {
    margin-right: -24px;
  }
  .tablet-m-p-r--2\.4 {
    padding-right: -24px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--2\.3 {
    margin-top: -23px;
  }
  .tablet-m\:p-t--2\.3 {
    padding-top: -23px;
  }
  .tablet-m-m-t--2\.3 {
    margin-top: -23px;
  }
  .tablet-m-p-t--2\.3 {
    padding-top: -23px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--2\.3 {
    margin-bottom: -23px;
  }
  .tablet-m\:p-b--2\.3 {
    padding-bottom: -23px;
  }
  .tablet-m-m-b--2\.3 {
    margin-bottom: -23px;
  }
  .tablet-m-p-b--2\.3 {
    padding-bottom: -23px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--2\.3 {
    margin-left: -23px;
  }
  .tablet-m\:p-l--2\.3 {
    padding-left: -23px;
  }
  .tablet-m-m-l--2\.3 {
    margin-left: -23px;
  }
  .tablet-m-p-l--2\.3 {
    padding-left: -23px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--2\.3 {
    margin-right: -23px;
  }
  .tablet-m\:p-r--2\.3 {
    padding-right: -23px;
  }
  .tablet-m-m-r--2\.3 {
    margin-right: -23px;
  }
  .tablet-m-p-r--2\.3 {
    padding-right: -23px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--2\.2 {
    margin-top: -22px;
  }
  .tablet-m\:p-t--2\.2 {
    padding-top: -22px;
  }
  .tablet-m-m-t--2\.2 {
    margin-top: -22px;
  }
  .tablet-m-p-t--2\.2 {
    padding-top: -22px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--2\.2 {
    margin-bottom: -22px;
  }
  .tablet-m\:p-b--2\.2 {
    padding-bottom: -22px;
  }
  .tablet-m-m-b--2\.2 {
    margin-bottom: -22px;
  }
  .tablet-m-p-b--2\.2 {
    padding-bottom: -22px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--2\.2 {
    margin-left: -22px;
  }
  .tablet-m\:p-l--2\.2 {
    padding-left: -22px;
  }
  .tablet-m-m-l--2\.2 {
    margin-left: -22px;
  }
  .tablet-m-p-l--2\.2 {
    padding-left: -22px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--2\.2 {
    margin-right: -22px;
  }
  .tablet-m\:p-r--2\.2 {
    padding-right: -22px;
  }
  .tablet-m-m-r--2\.2 {
    margin-right: -22px;
  }
  .tablet-m-p-r--2\.2 {
    padding-right: -22px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--2\.1 {
    margin-top: -21px;
  }
  .tablet-m\:p-t--2\.1 {
    padding-top: -21px;
  }
  .tablet-m-m-t--2\.1 {
    margin-top: -21px;
  }
  .tablet-m-p-t--2\.1 {
    padding-top: -21px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--2\.1 {
    margin-bottom: -21px;
  }
  .tablet-m\:p-b--2\.1 {
    padding-bottom: -21px;
  }
  .tablet-m-m-b--2\.1 {
    margin-bottom: -21px;
  }
  .tablet-m-p-b--2\.1 {
    padding-bottom: -21px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--2\.1 {
    margin-left: -21px;
  }
  .tablet-m\:p-l--2\.1 {
    padding-left: -21px;
  }
  .tablet-m-m-l--2\.1 {
    margin-left: -21px;
  }
  .tablet-m-p-l--2\.1 {
    padding-left: -21px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--2\.1 {
    margin-right: -21px;
  }
  .tablet-m\:p-r--2\.1 {
    padding-right: -21px;
  }
  .tablet-m-m-r--2\.1 {
    margin-right: -21px;
  }
  .tablet-m-p-r--2\.1 {
    padding-right: -21px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--2 {
    margin-top: -20px;
  }
  .tablet-m\:p-t--2 {
    padding-top: -20px;
  }
  .tablet-m-m-t--2 {
    margin-top: -20px;
  }
  .tablet-m-p-t--2 {
    padding-top: -20px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--2 {
    margin-bottom: -20px;
  }
  .tablet-m\:p-b--2 {
    padding-bottom: -20px;
  }
  .tablet-m-m-b--2 {
    margin-bottom: -20px;
  }
  .tablet-m-p-b--2 {
    padding-bottom: -20px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--2 {
    margin-left: -20px;
  }
  .tablet-m\:p-l--2 {
    padding-left: -20px;
  }
  .tablet-m-m-l--2 {
    margin-left: -20px;
  }
  .tablet-m-p-l--2 {
    padding-left: -20px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--2 {
    margin-right: -20px;
  }
  .tablet-m\:p-r--2 {
    padding-right: -20px;
  }
  .tablet-m-m-r--2 {
    margin-right: -20px;
  }
  .tablet-m-p-r--2 {
    padding-right: -20px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--1\.9 {
    margin-top: -19px;
  }
  .tablet-m\:p-t--1\.9 {
    padding-top: -19px;
  }
  .tablet-m-m-t--1\.9 {
    margin-top: -19px;
  }
  .tablet-m-p-t--1\.9 {
    padding-top: -19px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--1\.9 {
    margin-bottom: -19px;
  }
  .tablet-m\:p-b--1\.9 {
    padding-bottom: -19px;
  }
  .tablet-m-m-b--1\.9 {
    margin-bottom: -19px;
  }
  .tablet-m-p-b--1\.9 {
    padding-bottom: -19px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--1\.9 {
    margin-left: -19px;
  }
  .tablet-m\:p-l--1\.9 {
    padding-left: -19px;
  }
  .tablet-m-m-l--1\.9 {
    margin-left: -19px;
  }
  .tablet-m-p-l--1\.9 {
    padding-left: -19px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--1\.9 {
    margin-right: -19px;
  }
  .tablet-m\:p-r--1\.9 {
    padding-right: -19px;
  }
  .tablet-m-m-r--1\.9 {
    margin-right: -19px;
  }
  .tablet-m-p-r--1\.9 {
    padding-right: -19px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--1\.8 {
    margin-top: -18px;
  }
  .tablet-m\:p-t--1\.8 {
    padding-top: -18px;
  }
  .tablet-m-m-t--1\.8 {
    margin-top: -18px;
  }
  .tablet-m-p-t--1\.8 {
    padding-top: -18px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--1\.8 {
    margin-bottom: -18px;
  }
  .tablet-m\:p-b--1\.8 {
    padding-bottom: -18px;
  }
  .tablet-m-m-b--1\.8 {
    margin-bottom: -18px;
  }
  .tablet-m-p-b--1\.8 {
    padding-bottom: -18px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--1\.8 {
    margin-left: -18px;
  }
  .tablet-m\:p-l--1\.8 {
    padding-left: -18px;
  }
  .tablet-m-m-l--1\.8 {
    margin-left: -18px;
  }
  .tablet-m-p-l--1\.8 {
    padding-left: -18px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--1\.8 {
    margin-right: -18px;
  }
  .tablet-m\:p-r--1\.8 {
    padding-right: -18px;
  }
  .tablet-m-m-r--1\.8 {
    margin-right: -18px;
  }
  .tablet-m-p-r--1\.8 {
    padding-right: -18px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--1\.7 {
    margin-top: -17px;
  }
  .tablet-m\:p-t--1\.7 {
    padding-top: -17px;
  }
  .tablet-m-m-t--1\.7 {
    margin-top: -17px;
  }
  .tablet-m-p-t--1\.7 {
    padding-top: -17px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--1\.7 {
    margin-bottom: -17px;
  }
  .tablet-m\:p-b--1\.7 {
    padding-bottom: -17px;
  }
  .tablet-m-m-b--1\.7 {
    margin-bottom: -17px;
  }
  .tablet-m-p-b--1\.7 {
    padding-bottom: -17px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--1\.7 {
    margin-left: -17px;
  }
  .tablet-m\:p-l--1\.7 {
    padding-left: -17px;
  }
  .tablet-m-m-l--1\.7 {
    margin-left: -17px;
  }
  .tablet-m-p-l--1\.7 {
    padding-left: -17px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--1\.7 {
    margin-right: -17px;
  }
  .tablet-m\:p-r--1\.7 {
    padding-right: -17px;
  }
  .tablet-m-m-r--1\.7 {
    margin-right: -17px;
  }
  .tablet-m-p-r--1\.7 {
    padding-right: -17px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--1\.6 {
    margin-top: -16px;
  }
  .tablet-m\:p-t--1\.6 {
    padding-top: -16px;
  }
  .tablet-m-m-t--1\.6 {
    margin-top: -16px;
  }
  .tablet-m-p-t--1\.6 {
    padding-top: -16px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--1\.6 {
    margin-bottom: -16px;
  }
  .tablet-m\:p-b--1\.6 {
    padding-bottom: -16px;
  }
  .tablet-m-m-b--1\.6 {
    margin-bottom: -16px;
  }
  .tablet-m-p-b--1\.6 {
    padding-bottom: -16px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--1\.6 {
    margin-left: -16px;
  }
  .tablet-m\:p-l--1\.6 {
    padding-left: -16px;
  }
  .tablet-m-m-l--1\.6 {
    margin-left: -16px;
  }
  .tablet-m-p-l--1\.6 {
    padding-left: -16px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--1\.6 {
    margin-right: -16px;
  }
  .tablet-m\:p-r--1\.6 {
    padding-right: -16px;
  }
  .tablet-m-m-r--1\.6 {
    margin-right: -16px;
  }
  .tablet-m-p-r--1\.6 {
    padding-right: -16px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--1\.5 {
    margin-top: -15px;
  }
  .tablet-m\:p-t--1\.5 {
    padding-top: -15px;
  }
  .tablet-m-m-t--1\.5 {
    margin-top: -15px;
  }
  .tablet-m-p-t--1\.5 {
    padding-top: -15px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--1\.5 {
    margin-bottom: -15px;
  }
  .tablet-m\:p-b--1\.5 {
    padding-bottom: -15px;
  }
  .tablet-m-m-b--1\.5 {
    margin-bottom: -15px;
  }
  .tablet-m-p-b--1\.5 {
    padding-bottom: -15px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--1\.5 {
    margin-left: -15px;
  }
  .tablet-m\:p-l--1\.5 {
    padding-left: -15px;
  }
  .tablet-m-m-l--1\.5 {
    margin-left: -15px;
  }
  .tablet-m-p-l--1\.5 {
    padding-left: -15px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--1\.5 {
    margin-right: -15px;
  }
  .tablet-m\:p-r--1\.5 {
    padding-right: -15px;
  }
  .tablet-m-m-r--1\.5 {
    margin-right: -15px;
  }
  .tablet-m-p-r--1\.5 {
    padding-right: -15px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--1\.4 {
    margin-top: -14px;
  }
  .tablet-m\:p-t--1\.4 {
    padding-top: -14px;
  }
  .tablet-m-m-t--1\.4 {
    margin-top: -14px;
  }
  .tablet-m-p-t--1\.4 {
    padding-top: -14px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--1\.4 {
    margin-bottom: -14px;
  }
  .tablet-m\:p-b--1\.4 {
    padding-bottom: -14px;
  }
  .tablet-m-m-b--1\.4 {
    margin-bottom: -14px;
  }
  .tablet-m-p-b--1\.4 {
    padding-bottom: -14px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--1\.4 {
    margin-left: -14px;
  }
  .tablet-m\:p-l--1\.4 {
    padding-left: -14px;
  }
  .tablet-m-m-l--1\.4 {
    margin-left: -14px;
  }
  .tablet-m-p-l--1\.4 {
    padding-left: -14px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--1\.4 {
    margin-right: -14px;
  }
  .tablet-m\:p-r--1\.4 {
    padding-right: -14px;
  }
  .tablet-m-m-r--1\.4 {
    margin-right: -14px;
  }
  .tablet-m-p-r--1\.4 {
    padding-right: -14px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--1\.3 {
    margin-top: -13px;
  }
  .tablet-m\:p-t--1\.3 {
    padding-top: -13px;
  }
  .tablet-m-m-t--1\.3 {
    margin-top: -13px;
  }
  .tablet-m-p-t--1\.3 {
    padding-top: -13px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--1\.3 {
    margin-bottom: -13px;
  }
  .tablet-m\:p-b--1\.3 {
    padding-bottom: -13px;
  }
  .tablet-m-m-b--1\.3 {
    margin-bottom: -13px;
  }
  .tablet-m-p-b--1\.3 {
    padding-bottom: -13px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--1\.3 {
    margin-left: -13px;
  }
  .tablet-m\:p-l--1\.3 {
    padding-left: -13px;
  }
  .tablet-m-m-l--1\.3 {
    margin-left: -13px;
  }
  .tablet-m-p-l--1\.3 {
    padding-left: -13px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--1\.3 {
    margin-right: -13px;
  }
  .tablet-m\:p-r--1\.3 {
    padding-right: -13px;
  }
  .tablet-m-m-r--1\.3 {
    margin-right: -13px;
  }
  .tablet-m-p-r--1\.3 {
    padding-right: -13px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--1\.2 {
    margin-top: -12px;
  }
  .tablet-m\:p-t--1\.2 {
    padding-top: -12px;
  }
  .tablet-m-m-t--1\.2 {
    margin-top: -12px;
  }
  .tablet-m-p-t--1\.2 {
    padding-top: -12px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--1\.2 {
    margin-bottom: -12px;
  }
  .tablet-m\:p-b--1\.2 {
    padding-bottom: -12px;
  }
  .tablet-m-m-b--1\.2 {
    margin-bottom: -12px;
  }
  .tablet-m-p-b--1\.2 {
    padding-bottom: -12px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--1\.2 {
    margin-left: -12px;
  }
  .tablet-m\:p-l--1\.2 {
    padding-left: -12px;
  }
  .tablet-m-m-l--1\.2 {
    margin-left: -12px;
  }
  .tablet-m-p-l--1\.2 {
    padding-left: -12px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--1\.2 {
    margin-right: -12px;
  }
  .tablet-m\:p-r--1\.2 {
    padding-right: -12px;
  }
  .tablet-m-m-r--1\.2 {
    margin-right: -12px;
  }
  .tablet-m-p-r--1\.2 {
    padding-right: -12px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--1\.1 {
    margin-top: -11px;
  }
  .tablet-m\:p-t--1\.1 {
    padding-top: -11px;
  }
  .tablet-m-m-t--1\.1 {
    margin-top: -11px;
  }
  .tablet-m-p-t--1\.1 {
    padding-top: -11px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--1\.1 {
    margin-bottom: -11px;
  }
  .tablet-m\:p-b--1\.1 {
    padding-bottom: -11px;
  }
  .tablet-m-m-b--1\.1 {
    margin-bottom: -11px;
  }
  .tablet-m-p-b--1\.1 {
    padding-bottom: -11px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--1\.1 {
    margin-left: -11px;
  }
  .tablet-m\:p-l--1\.1 {
    padding-left: -11px;
  }
  .tablet-m-m-l--1\.1 {
    margin-left: -11px;
  }
  .tablet-m-p-l--1\.1 {
    padding-left: -11px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--1\.1 {
    margin-right: -11px;
  }
  .tablet-m\:p-r--1\.1 {
    padding-right: -11px;
  }
  .tablet-m-m-r--1\.1 {
    margin-right: -11px;
  }
  .tablet-m-p-r--1\.1 {
    padding-right: -11px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--1 {
    margin-top: -10px;
  }
  .tablet-m\:p-t--1 {
    padding-top: -10px;
  }
  .tablet-m-m-t--1 {
    margin-top: -10px;
  }
  .tablet-m-p-t--1 {
    padding-top: -10px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--1 {
    margin-bottom: -10px;
  }
  .tablet-m\:p-b--1 {
    padding-bottom: -10px;
  }
  .tablet-m-m-b--1 {
    margin-bottom: -10px;
  }
  .tablet-m-p-b--1 {
    padding-bottom: -10px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--1 {
    margin-left: -10px;
  }
  .tablet-m\:p-l--1 {
    padding-left: -10px;
  }
  .tablet-m-m-l--1 {
    margin-left: -10px;
  }
  .tablet-m-p-l--1 {
    padding-left: -10px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--1 {
    margin-right: -10px;
  }
  .tablet-m\:p-r--1 {
    padding-right: -10px;
  }
  .tablet-m-m-r--1 {
    margin-right: -10px;
  }
  .tablet-m-p-r--1 {
    padding-right: -10px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--0\.9 {
    margin-top: -9px;
  }
  .tablet-m\:p-t--0\.9 {
    padding-top: -9px;
  }
  .tablet-m-m-t--0\.9 {
    margin-top: -9px;
  }
  .tablet-m-p-t--0\.9 {
    padding-top: -9px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--0\.9 {
    margin-bottom: -9px;
  }
  .tablet-m\:p-b--0\.9 {
    padding-bottom: -9px;
  }
  .tablet-m-m-b--0\.9 {
    margin-bottom: -9px;
  }
  .tablet-m-p-b--0\.9 {
    padding-bottom: -9px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--0\.9 {
    margin-left: -9px;
  }
  .tablet-m\:p-l--0\.9 {
    padding-left: -9px;
  }
  .tablet-m-m-l--0\.9 {
    margin-left: -9px;
  }
  .tablet-m-p-l--0\.9 {
    padding-left: -9px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--0\.9 {
    margin-right: -9px;
  }
  .tablet-m\:p-r--0\.9 {
    padding-right: -9px;
  }
  .tablet-m-m-r--0\.9 {
    margin-right: -9px;
  }
  .tablet-m-p-r--0\.9 {
    padding-right: -9px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--0\.8 {
    margin-top: -8px;
  }
  .tablet-m\:p-t--0\.8 {
    padding-top: -8px;
  }
  .tablet-m-m-t--0\.8 {
    margin-top: -8px;
  }
  .tablet-m-p-t--0\.8 {
    padding-top: -8px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--0\.8 {
    margin-bottom: -8px;
  }
  .tablet-m\:p-b--0\.8 {
    padding-bottom: -8px;
  }
  .tablet-m-m-b--0\.8 {
    margin-bottom: -8px;
  }
  .tablet-m-p-b--0\.8 {
    padding-bottom: -8px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--0\.8 {
    margin-left: -8px;
  }
  .tablet-m\:p-l--0\.8 {
    padding-left: -8px;
  }
  .tablet-m-m-l--0\.8 {
    margin-left: -8px;
  }
  .tablet-m-p-l--0\.8 {
    padding-left: -8px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--0\.8 {
    margin-right: -8px;
  }
  .tablet-m\:p-r--0\.8 {
    padding-right: -8px;
  }
  .tablet-m-m-r--0\.8 {
    margin-right: -8px;
  }
  .tablet-m-p-r--0\.8 {
    padding-right: -8px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--0\.7 {
    margin-top: -7px;
  }
  .tablet-m\:p-t--0\.7 {
    padding-top: -7px;
  }
  .tablet-m-m-t--0\.7 {
    margin-top: -7px;
  }
  .tablet-m-p-t--0\.7 {
    padding-top: -7px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--0\.7 {
    margin-bottom: -7px;
  }
  .tablet-m\:p-b--0\.7 {
    padding-bottom: -7px;
  }
  .tablet-m-m-b--0\.7 {
    margin-bottom: -7px;
  }
  .tablet-m-p-b--0\.7 {
    padding-bottom: -7px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--0\.7 {
    margin-left: -7px;
  }
  .tablet-m\:p-l--0\.7 {
    padding-left: -7px;
  }
  .tablet-m-m-l--0\.7 {
    margin-left: -7px;
  }
  .tablet-m-p-l--0\.7 {
    padding-left: -7px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--0\.7 {
    margin-right: -7px;
  }
  .tablet-m\:p-r--0\.7 {
    padding-right: -7px;
  }
  .tablet-m-m-r--0\.7 {
    margin-right: -7px;
  }
  .tablet-m-p-r--0\.7 {
    padding-right: -7px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--0\.6 {
    margin-top: -6px;
  }
  .tablet-m\:p-t--0\.6 {
    padding-top: -6px;
  }
  .tablet-m-m-t--0\.6 {
    margin-top: -6px;
  }
  .tablet-m-p-t--0\.6 {
    padding-top: -6px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--0\.6 {
    margin-bottom: -6px;
  }
  .tablet-m\:p-b--0\.6 {
    padding-bottom: -6px;
  }
  .tablet-m-m-b--0\.6 {
    margin-bottom: -6px;
  }
  .tablet-m-p-b--0\.6 {
    padding-bottom: -6px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--0\.6 {
    margin-left: -6px;
  }
  .tablet-m\:p-l--0\.6 {
    padding-left: -6px;
  }
  .tablet-m-m-l--0\.6 {
    margin-left: -6px;
  }
  .tablet-m-p-l--0\.6 {
    padding-left: -6px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--0\.6 {
    margin-right: -6px;
  }
  .tablet-m\:p-r--0\.6 {
    padding-right: -6px;
  }
  .tablet-m-m-r--0\.6 {
    margin-right: -6px;
  }
  .tablet-m-p-r--0\.6 {
    padding-right: -6px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--0\.5 {
    margin-top: -5px;
  }
  .tablet-m\:p-t--0\.5 {
    padding-top: -5px;
  }
  .tablet-m-m-t--0\.5 {
    margin-top: -5px;
  }
  .tablet-m-p-t--0\.5 {
    padding-top: -5px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--0\.5 {
    margin-bottom: -5px;
  }
  .tablet-m\:p-b--0\.5 {
    padding-bottom: -5px;
  }
  .tablet-m-m-b--0\.5 {
    margin-bottom: -5px;
  }
  .tablet-m-p-b--0\.5 {
    padding-bottom: -5px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--0\.5 {
    margin-left: -5px;
  }
  .tablet-m\:p-l--0\.5 {
    padding-left: -5px;
  }
  .tablet-m-m-l--0\.5 {
    margin-left: -5px;
  }
  .tablet-m-p-l--0\.5 {
    padding-left: -5px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--0\.5 {
    margin-right: -5px;
  }
  .tablet-m\:p-r--0\.5 {
    padding-right: -5px;
  }
  .tablet-m-m-r--0\.5 {
    margin-right: -5px;
  }
  .tablet-m-p-r--0\.5 {
    padding-right: -5px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--0\.4 {
    margin-top: -4px;
  }
  .tablet-m\:p-t--0\.4 {
    padding-top: -4px;
  }
  .tablet-m-m-t--0\.4 {
    margin-top: -4px;
  }
  .tablet-m-p-t--0\.4 {
    padding-top: -4px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--0\.4 {
    margin-bottom: -4px;
  }
  .tablet-m\:p-b--0\.4 {
    padding-bottom: -4px;
  }
  .tablet-m-m-b--0\.4 {
    margin-bottom: -4px;
  }
  .tablet-m-p-b--0\.4 {
    padding-bottom: -4px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--0\.4 {
    margin-left: -4px;
  }
  .tablet-m\:p-l--0\.4 {
    padding-left: -4px;
  }
  .tablet-m-m-l--0\.4 {
    margin-left: -4px;
  }
  .tablet-m-p-l--0\.4 {
    padding-left: -4px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--0\.4 {
    margin-right: -4px;
  }
  .tablet-m\:p-r--0\.4 {
    padding-right: -4px;
  }
  .tablet-m-m-r--0\.4 {
    margin-right: -4px;
  }
  .tablet-m-p-r--0\.4 {
    padding-right: -4px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--0\.3 {
    margin-top: -3px;
  }
  .tablet-m\:p-t--0\.3 {
    padding-top: -3px;
  }
  .tablet-m-m-t--0\.3 {
    margin-top: -3px;
  }
  .tablet-m-p-t--0\.3 {
    padding-top: -3px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--0\.3 {
    margin-bottom: -3px;
  }
  .tablet-m\:p-b--0\.3 {
    padding-bottom: -3px;
  }
  .tablet-m-m-b--0\.3 {
    margin-bottom: -3px;
  }
  .tablet-m-p-b--0\.3 {
    padding-bottom: -3px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--0\.3 {
    margin-left: -3px;
  }
  .tablet-m\:p-l--0\.3 {
    padding-left: -3px;
  }
  .tablet-m-m-l--0\.3 {
    margin-left: -3px;
  }
  .tablet-m-p-l--0\.3 {
    padding-left: -3px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--0\.3 {
    margin-right: -3px;
  }
  .tablet-m\:p-r--0\.3 {
    padding-right: -3px;
  }
  .tablet-m-m-r--0\.3 {
    margin-right: -3px;
  }
  .tablet-m-p-r--0\.3 {
    padding-right: -3px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--0\.2 {
    margin-top: -2px;
  }
  .tablet-m\:p-t--0\.2 {
    padding-top: -2px;
  }
  .tablet-m-m-t--0\.2 {
    margin-top: -2px;
  }
  .tablet-m-p-t--0\.2 {
    padding-top: -2px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--0\.2 {
    margin-bottom: -2px;
  }
  .tablet-m\:p-b--0\.2 {
    padding-bottom: -2px;
  }
  .tablet-m-m-b--0\.2 {
    margin-bottom: -2px;
  }
  .tablet-m-p-b--0\.2 {
    padding-bottom: -2px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--0\.2 {
    margin-left: -2px;
  }
  .tablet-m\:p-l--0\.2 {
    padding-left: -2px;
  }
  .tablet-m-m-l--0\.2 {
    margin-left: -2px;
  }
  .tablet-m-p-l--0\.2 {
    padding-left: -2px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--0\.2 {
    margin-right: -2px;
  }
  .tablet-m\:p-r--0\.2 {
    padding-right: -2px;
  }
  .tablet-m-m-r--0\.2 {
    margin-right: -2px;
  }
  .tablet-m-p-r--0\.2 {
    padding-right: -2px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t--0\.1 {
    margin-top: -1px;
  }
  .tablet-m\:p-t--0\.1 {
    padding-top: -1px;
  }
  .tablet-m-m-t--0\.1 {
    margin-top: -1px;
  }
  .tablet-m-p-t--0\.1 {
    padding-top: -1px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b--0\.1 {
    margin-bottom: -1px;
  }
  .tablet-m\:p-b--0\.1 {
    padding-bottom: -1px;
  }
  .tablet-m-m-b--0\.1 {
    margin-bottom: -1px;
  }
  .tablet-m-p-b--0\.1 {
    padding-bottom: -1px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l--0\.1 {
    margin-left: -1px;
  }
  .tablet-m\:p-l--0\.1 {
    padding-left: -1px;
  }
  .tablet-m-m-l--0\.1 {
    margin-left: -1px;
  }
  .tablet-m-p-l--0\.1 {
    padding-left: -1px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r--0\.1 {
    margin-right: -1px;
  }
  .tablet-m\:p-r--0\.1 {
    padding-right: -1px;
  }
  .tablet-m-m-r--0\.1 {
    margin-right: -1px;
  }
  .tablet-m-p-r--0\.1 {
    padding-right: -1px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-0 {
    margin-top: 0px;
  }
  .tablet-m\:p-t-0 {
    padding-top: 0px;
  }
  .tablet-m-m-t-0 {
    margin-top: 0px;
  }
  .tablet-m-p-t-0 {
    padding-top: 0px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-0 {
    margin-bottom: 0px;
  }
  .tablet-m\:p-b-0 {
    padding-bottom: 0px;
  }
  .tablet-m-m-b-0 {
    margin-bottom: 0px;
  }
  .tablet-m-p-b-0 {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-0 {
    margin-left: 0px;
  }
  .tablet-m\:p-l-0 {
    padding-left: 0px;
  }
  .tablet-m-m-l-0 {
    margin-left: 0px;
  }
  .tablet-m-p-l-0 {
    padding-left: 0px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-0 {
    margin-right: 0px;
  }
  .tablet-m\:p-r-0 {
    padding-right: 0px;
  }
  .tablet-m-m-r-0 {
    margin-right: 0px;
  }
  .tablet-m-p-r-0 {
    padding-right: 0px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-0\.1 {
    margin-top: 1px;
  }
  .tablet-m\:p-t-0\.1 {
    padding-top: 1px;
  }
  .tablet-m-m-t-0\.1 {
    margin-top: 1px;
  }
  .tablet-m-p-t-0\.1 {
    padding-top: 1px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-0\.1 {
    margin-bottom: 1px;
  }
  .tablet-m\:p-b-0\.1 {
    padding-bottom: 1px;
  }
  .tablet-m-m-b-0\.1 {
    margin-bottom: 1px;
  }
  .tablet-m-p-b-0\.1 {
    padding-bottom: 1px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-0\.1 {
    margin-left: 1px;
  }
  .tablet-m\:p-l-0\.1 {
    padding-left: 1px;
  }
  .tablet-m-m-l-0\.1 {
    margin-left: 1px;
  }
  .tablet-m-p-l-0\.1 {
    padding-left: 1px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-0\.1 {
    margin-right: 1px;
  }
  .tablet-m\:p-r-0\.1 {
    padding-right: 1px;
  }
  .tablet-m-m-r-0\.1 {
    margin-right: 1px;
  }
  .tablet-m-p-r-0\.1 {
    padding-right: 1px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-0\.2 {
    margin-top: 2px;
  }
  .tablet-m\:p-t-0\.2 {
    padding-top: 2px;
  }
  .tablet-m-m-t-0\.2 {
    margin-top: 2px;
  }
  .tablet-m-p-t-0\.2 {
    padding-top: 2px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-0\.2 {
    margin-bottom: 2px;
  }
  .tablet-m\:p-b-0\.2 {
    padding-bottom: 2px;
  }
  .tablet-m-m-b-0\.2 {
    margin-bottom: 2px;
  }
  .tablet-m-p-b-0\.2 {
    padding-bottom: 2px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-0\.2 {
    margin-left: 2px;
  }
  .tablet-m\:p-l-0\.2 {
    padding-left: 2px;
  }
  .tablet-m-m-l-0\.2 {
    margin-left: 2px;
  }
  .tablet-m-p-l-0\.2 {
    padding-left: 2px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-0\.2 {
    margin-right: 2px;
  }
  .tablet-m\:p-r-0\.2 {
    padding-right: 2px;
  }
  .tablet-m-m-r-0\.2 {
    margin-right: 2px;
  }
  .tablet-m-p-r-0\.2 {
    padding-right: 2px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-0\.3 {
    margin-top: 3px;
  }
  .tablet-m\:p-t-0\.3 {
    padding-top: 3px;
  }
  .tablet-m-m-t-0\.3 {
    margin-top: 3px;
  }
  .tablet-m-p-t-0\.3 {
    padding-top: 3px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-0\.3 {
    margin-bottom: 3px;
  }
  .tablet-m\:p-b-0\.3 {
    padding-bottom: 3px;
  }
  .tablet-m-m-b-0\.3 {
    margin-bottom: 3px;
  }
  .tablet-m-p-b-0\.3 {
    padding-bottom: 3px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-0\.3 {
    margin-left: 3px;
  }
  .tablet-m\:p-l-0\.3 {
    padding-left: 3px;
  }
  .tablet-m-m-l-0\.3 {
    margin-left: 3px;
  }
  .tablet-m-p-l-0\.3 {
    padding-left: 3px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-0\.3 {
    margin-right: 3px;
  }
  .tablet-m\:p-r-0\.3 {
    padding-right: 3px;
  }
  .tablet-m-m-r-0\.3 {
    margin-right: 3px;
  }
  .tablet-m-p-r-0\.3 {
    padding-right: 3px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-0\.4 {
    margin-top: 4px;
  }
  .tablet-m\:p-t-0\.4 {
    padding-top: 4px;
  }
  .tablet-m-m-t-0\.4 {
    margin-top: 4px;
  }
  .tablet-m-p-t-0\.4 {
    padding-top: 4px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-0\.4 {
    margin-bottom: 4px;
  }
  .tablet-m\:p-b-0\.4 {
    padding-bottom: 4px;
  }
  .tablet-m-m-b-0\.4 {
    margin-bottom: 4px;
  }
  .tablet-m-p-b-0\.4 {
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-0\.4 {
    margin-left: 4px;
  }
  .tablet-m\:p-l-0\.4 {
    padding-left: 4px;
  }
  .tablet-m-m-l-0\.4 {
    margin-left: 4px;
  }
  .tablet-m-p-l-0\.4 {
    padding-left: 4px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-0\.4 {
    margin-right: 4px;
  }
  .tablet-m\:p-r-0\.4 {
    padding-right: 4px;
  }
  .tablet-m-m-r-0\.4 {
    margin-right: 4px;
  }
  .tablet-m-p-r-0\.4 {
    padding-right: 4px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-0\.5 {
    margin-top: 5px;
  }
  .tablet-m\:p-t-0\.5 {
    padding-top: 5px;
  }
  .tablet-m-m-t-0\.5 {
    margin-top: 5px;
  }
  .tablet-m-p-t-0\.5 {
    padding-top: 5px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-0\.5 {
    margin-bottom: 5px;
  }
  .tablet-m\:p-b-0\.5 {
    padding-bottom: 5px;
  }
  .tablet-m-m-b-0\.5 {
    margin-bottom: 5px;
  }
  .tablet-m-p-b-0\.5 {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-0\.5 {
    margin-left: 5px;
  }
  .tablet-m\:p-l-0\.5 {
    padding-left: 5px;
  }
  .tablet-m-m-l-0\.5 {
    margin-left: 5px;
  }
  .tablet-m-p-l-0\.5 {
    padding-left: 5px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-0\.5 {
    margin-right: 5px;
  }
  .tablet-m\:p-r-0\.5 {
    padding-right: 5px;
  }
  .tablet-m-m-r-0\.5 {
    margin-right: 5px;
  }
  .tablet-m-p-r-0\.5 {
    padding-right: 5px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-0\.6 {
    margin-top: 6px;
  }
  .tablet-m\:p-t-0\.6 {
    padding-top: 6px;
  }
  .tablet-m-m-t-0\.6 {
    margin-top: 6px;
  }
  .tablet-m-p-t-0\.6 {
    padding-top: 6px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-0\.6 {
    margin-bottom: 6px;
  }
  .tablet-m\:p-b-0\.6 {
    padding-bottom: 6px;
  }
  .tablet-m-m-b-0\.6 {
    margin-bottom: 6px;
  }
  .tablet-m-p-b-0\.6 {
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-0\.6 {
    margin-left: 6px;
  }
  .tablet-m\:p-l-0\.6 {
    padding-left: 6px;
  }
  .tablet-m-m-l-0\.6 {
    margin-left: 6px;
  }
  .tablet-m-p-l-0\.6 {
    padding-left: 6px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-0\.6 {
    margin-right: 6px;
  }
  .tablet-m\:p-r-0\.6 {
    padding-right: 6px;
  }
  .tablet-m-m-r-0\.6 {
    margin-right: 6px;
  }
  .tablet-m-p-r-0\.6 {
    padding-right: 6px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-0\.7 {
    margin-top: 7px;
  }
  .tablet-m\:p-t-0\.7 {
    padding-top: 7px;
  }
  .tablet-m-m-t-0\.7 {
    margin-top: 7px;
  }
  .tablet-m-p-t-0\.7 {
    padding-top: 7px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-0\.7 {
    margin-bottom: 7px;
  }
  .tablet-m\:p-b-0\.7 {
    padding-bottom: 7px;
  }
  .tablet-m-m-b-0\.7 {
    margin-bottom: 7px;
  }
  .tablet-m-p-b-0\.7 {
    padding-bottom: 7px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-0\.7 {
    margin-left: 7px;
  }
  .tablet-m\:p-l-0\.7 {
    padding-left: 7px;
  }
  .tablet-m-m-l-0\.7 {
    margin-left: 7px;
  }
  .tablet-m-p-l-0\.7 {
    padding-left: 7px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-0\.7 {
    margin-right: 7px;
  }
  .tablet-m\:p-r-0\.7 {
    padding-right: 7px;
  }
  .tablet-m-m-r-0\.7 {
    margin-right: 7px;
  }
  .tablet-m-p-r-0\.7 {
    padding-right: 7px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-0\.8 {
    margin-top: 8px;
  }
  .tablet-m\:p-t-0\.8 {
    padding-top: 8px;
  }
  .tablet-m-m-t-0\.8 {
    margin-top: 8px;
  }
  .tablet-m-p-t-0\.8 {
    padding-top: 8px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-0\.8 {
    margin-bottom: 8px;
  }
  .tablet-m\:p-b-0\.8 {
    padding-bottom: 8px;
  }
  .tablet-m-m-b-0\.8 {
    margin-bottom: 8px;
  }
  .tablet-m-p-b-0\.8 {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-0\.8 {
    margin-left: 8px;
  }
  .tablet-m\:p-l-0\.8 {
    padding-left: 8px;
  }
  .tablet-m-m-l-0\.8 {
    margin-left: 8px;
  }
  .tablet-m-p-l-0\.8 {
    padding-left: 8px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-0\.8 {
    margin-right: 8px;
  }
  .tablet-m\:p-r-0\.8 {
    padding-right: 8px;
  }
  .tablet-m-m-r-0\.8 {
    margin-right: 8px;
  }
  .tablet-m-p-r-0\.8 {
    padding-right: 8px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-0\.9 {
    margin-top: 9px;
  }
  .tablet-m\:p-t-0\.9 {
    padding-top: 9px;
  }
  .tablet-m-m-t-0\.9 {
    margin-top: 9px;
  }
  .tablet-m-p-t-0\.9 {
    padding-top: 9px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-0\.9 {
    margin-bottom: 9px;
  }
  .tablet-m\:p-b-0\.9 {
    padding-bottom: 9px;
  }
  .tablet-m-m-b-0\.9 {
    margin-bottom: 9px;
  }
  .tablet-m-p-b-0\.9 {
    padding-bottom: 9px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-0\.9 {
    margin-left: 9px;
  }
  .tablet-m\:p-l-0\.9 {
    padding-left: 9px;
  }
  .tablet-m-m-l-0\.9 {
    margin-left: 9px;
  }
  .tablet-m-p-l-0\.9 {
    padding-left: 9px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-0\.9 {
    margin-right: 9px;
  }
  .tablet-m\:p-r-0\.9 {
    padding-right: 9px;
  }
  .tablet-m-m-r-0\.9 {
    margin-right: 9px;
  }
  .tablet-m-p-r-0\.9 {
    padding-right: 9px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-1 {
    margin-top: 10px;
  }
  .tablet-m\:p-t-1 {
    padding-top: 10px;
  }
  .tablet-m-m-t-1 {
    margin-top: 10px;
  }
  .tablet-m-p-t-1 {
    padding-top: 10px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-1 {
    margin-bottom: 10px;
  }
  .tablet-m\:p-b-1 {
    padding-bottom: 10px;
  }
  .tablet-m-m-b-1 {
    margin-bottom: 10px;
  }
  .tablet-m-p-b-1 {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-1 {
    margin-left: 10px;
  }
  .tablet-m\:p-l-1 {
    padding-left: 10px;
  }
  .tablet-m-m-l-1 {
    margin-left: 10px;
  }
  .tablet-m-p-l-1 {
    padding-left: 10px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-1 {
    margin-right: 10px;
  }
  .tablet-m\:p-r-1 {
    padding-right: 10px;
  }
  .tablet-m-m-r-1 {
    margin-right: 10px;
  }
  .tablet-m-p-r-1 {
    padding-right: 10px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-1\.1 {
    margin-top: 11px;
  }
  .tablet-m\:p-t-1\.1 {
    padding-top: 11px;
  }
  .tablet-m-m-t-1\.1 {
    margin-top: 11px;
  }
  .tablet-m-p-t-1\.1 {
    padding-top: 11px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-1\.1 {
    margin-bottom: 11px;
  }
  .tablet-m\:p-b-1\.1 {
    padding-bottom: 11px;
  }
  .tablet-m-m-b-1\.1 {
    margin-bottom: 11px;
  }
  .tablet-m-p-b-1\.1 {
    padding-bottom: 11px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-1\.1 {
    margin-left: 11px;
  }
  .tablet-m\:p-l-1\.1 {
    padding-left: 11px;
  }
  .tablet-m-m-l-1\.1 {
    margin-left: 11px;
  }
  .tablet-m-p-l-1\.1 {
    padding-left: 11px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-1\.1 {
    margin-right: 11px;
  }
  .tablet-m\:p-r-1\.1 {
    padding-right: 11px;
  }
  .tablet-m-m-r-1\.1 {
    margin-right: 11px;
  }
  .tablet-m-p-r-1\.1 {
    padding-right: 11px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-1\.2 {
    margin-top: 12px;
  }
  .tablet-m\:p-t-1\.2 {
    padding-top: 12px;
  }
  .tablet-m-m-t-1\.2 {
    margin-top: 12px;
  }
  .tablet-m-p-t-1\.2 {
    padding-top: 12px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-1\.2 {
    margin-bottom: 12px;
  }
  .tablet-m\:p-b-1\.2 {
    padding-bottom: 12px;
  }
  .tablet-m-m-b-1\.2 {
    margin-bottom: 12px;
  }
  .tablet-m-p-b-1\.2 {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-1\.2 {
    margin-left: 12px;
  }
  .tablet-m\:p-l-1\.2 {
    padding-left: 12px;
  }
  .tablet-m-m-l-1\.2 {
    margin-left: 12px;
  }
  .tablet-m-p-l-1\.2 {
    padding-left: 12px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-1\.2 {
    margin-right: 12px;
  }
  .tablet-m\:p-r-1\.2 {
    padding-right: 12px;
  }
  .tablet-m-m-r-1\.2 {
    margin-right: 12px;
  }
  .tablet-m-p-r-1\.2 {
    padding-right: 12px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-1\.3 {
    margin-top: 13px;
  }
  .tablet-m\:p-t-1\.3 {
    padding-top: 13px;
  }
  .tablet-m-m-t-1\.3 {
    margin-top: 13px;
  }
  .tablet-m-p-t-1\.3 {
    padding-top: 13px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-1\.3 {
    margin-bottom: 13px;
  }
  .tablet-m\:p-b-1\.3 {
    padding-bottom: 13px;
  }
  .tablet-m-m-b-1\.3 {
    margin-bottom: 13px;
  }
  .tablet-m-p-b-1\.3 {
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-1\.3 {
    margin-left: 13px;
  }
  .tablet-m\:p-l-1\.3 {
    padding-left: 13px;
  }
  .tablet-m-m-l-1\.3 {
    margin-left: 13px;
  }
  .tablet-m-p-l-1\.3 {
    padding-left: 13px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-1\.3 {
    margin-right: 13px;
  }
  .tablet-m\:p-r-1\.3 {
    padding-right: 13px;
  }
  .tablet-m-m-r-1\.3 {
    margin-right: 13px;
  }
  .tablet-m-p-r-1\.3 {
    padding-right: 13px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-1\.4 {
    margin-top: 14px;
  }
  .tablet-m\:p-t-1\.4 {
    padding-top: 14px;
  }
  .tablet-m-m-t-1\.4 {
    margin-top: 14px;
  }
  .tablet-m-p-t-1\.4 {
    padding-top: 14px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-1\.4 {
    margin-bottom: 14px;
  }
  .tablet-m\:p-b-1\.4 {
    padding-bottom: 14px;
  }
  .tablet-m-m-b-1\.4 {
    margin-bottom: 14px;
  }
  .tablet-m-p-b-1\.4 {
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-1\.4 {
    margin-left: 14px;
  }
  .tablet-m\:p-l-1\.4 {
    padding-left: 14px;
  }
  .tablet-m-m-l-1\.4 {
    margin-left: 14px;
  }
  .tablet-m-p-l-1\.4 {
    padding-left: 14px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-1\.4 {
    margin-right: 14px;
  }
  .tablet-m\:p-r-1\.4 {
    padding-right: 14px;
  }
  .tablet-m-m-r-1\.4 {
    margin-right: 14px;
  }
  .tablet-m-p-r-1\.4 {
    padding-right: 14px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-1\.5 {
    margin-top: 15px;
  }
  .tablet-m\:p-t-1\.5 {
    padding-top: 15px;
  }
  .tablet-m-m-t-1\.5 {
    margin-top: 15px;
  }
  .tablet-m-p-t-1\.5 {
    padding-top: 15px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-1\.5 {
    margin-bottom: 15px;
  }
  .tablet-m\:p-b-1\.5 {
    padding-bottom: 15px;
  }
  .tablet-m-m-b-1\.5 {
    margin-bottom: 15px;
  }
  .tablet-m-p-b-1\.5 {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-1\.5 {
    margin-left: 15px;
  }
  .tablet-m\:p-l-1\.5 {
    padding-left: 15px;
  }
  .tablet-m-m-l-1\.5 {
    margin-left: 15px;
  }
  .tablet-m-p-l-1\.5 {
    padding-left: 15px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-1\.5 {
    margin-right: 15px;
  }
  .tablet-m\:p-r-1\.5 {
    padding-right: 15px;
  }
  .tablet-m-m-r-1\.5 {
    margin-right: 15px;
  }
  .tablet-m-p-r-1\.5 {
    padding-right: 15px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-1\.6 {
    margin-top: 16px;
  }
  .tablet-m\:p-t-1\.6 {
    padding-top: 16px;
  }
  .tablet-m-m-t-1\.6 {
    margin-top: 16px;
  }
  .tablet-m-p-t-1\.6 {
    padding-top: 16px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-1\.6 {
    margin-bottom: 16px;
  }
  .tablet-m\:p-b-1\.6 {
    padding-bottom: 16px;
  }
  .tablet-m-m-b-1\.6 {
    margin-bottom: 16px;
  }
  .tablet-m-p-b-1\.6 {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-1\.6 {
    margin-left: 16px;
  }
  .tablet-m\:p-l-1\.6 {
    padding-left: 16px;
  }
  .tablet-m-m-l-1\.6 {
    margin-left: 16px;
  }
  .tablet-m-p-l-1\.6 {
    padding-left: 16px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-1\.6 {
    margin-right: 16px;
  }
  .tablet-m\:p-r-1\.6 {
    padding-right: 16px;
  }
  .tablet-m-m-r-1\.6 {
    margin-right: 16px;
  }
  .tablet-m-p-r-1\.6 {
    padding-right: 16px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-1\.7 {
    margin-top: 17px;
  }
  .tablet-m\:p-t-1\.7 {
    padding-top: 17px;
  }
  .tablet-m-m-t-1\.7 {
    margin-top: 17px;
  }
  .tablet-m-p-t-1\.7 {
    padding-top: 17px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-1\.7 {
    margin-bottom: 17px;
  }
  .tablet-m\:p-b-1\.7 {
    padding-bottom: 17px;
  }
  .tablet-m-m-b-1\.7 {
    margin-bottom: 17px;
  }
  .tablet-m-p-b-1\.7 {
    padding-bottom: 17px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-1\.7 {
    margin-left: 17px;
  }
  .tablet-m\:p-l-1\.7 {
    padding-left: 17px;
  }
  .tablet-m-m-l-1\.7 {
    margin-left: 17px;
  }
  .tablet-m-p-l-1\.7 {
    padding-left: 17px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-1\.7 {
    margin-right: 17px;
  }
  .tablet-m\:p-r-1\.7 {
    padding-right: 17px;
  }
  .tablet-m-m-r-1\.7 {
    margin-right: 17px;
  }
  .tablet-m-p-r-1\.7 {
    padding-right: 17px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-1\.8 {
    margin-top: 18px;
  }
  .tablet-m\:p-t-1\.8 {
    padding-top: 18px;
  }
  .tablet-m-m-t-1\.8 {
    margin-top: 18px;
  }
  .tablet-m-p-t-1\.8 {
    padding-top: 18px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-1\.8 {
    margin-bottom: 18px;
  }
  .tablet-m\:p-b-1\.8 {
    padding-bottom: 18px;
  }
  .tablet-m-m-b-1\.8 {
    margin-bottom: 18px;
  }
  .tablet-m-p-b-1\.8 {
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-1\.8 {
    margin-left: 18px;
  }
  .tablet-m\:p-l-1\.8 {
    padding-left: 18px;
  }
  .tablet-m-m-l-1\.8 {
    margin-left: 18px;
  }
  .tablet-m-p-l-1\.8 {
    padding-left: 18px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-1\.8 {
    margin-right: 18px;
  }
  .tablet-m\:p-r-1\.8 {
    padding-right: 18px;
  }
  .tablet-m-m-r-1\.8 {
    margin-right: 18px;
  }
  .tablet-m-p-r-1\.8 {
    padding-right: 18px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-1\.9 {
    margin-top: 19px;
  }
  .tablet-m\:p-t-1\.9 {
    padding-top: 19px;
  }
  .tablet-m-m-t-1\.9 {
    margin-top: 19px;
  }
  .tablet-m-p-t-1\.9 {
    padding-top: 19px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-1\.9 {
    margin-bottom: 19px;
  }
  .tablet-m\:p-b-1\.9 {
    padding-bottom: 19px;
  }
  .tablet-m-m-b-1\.9 {
    margin-bottom: 19px;
  }
  .tablet-m-p-b-1\.9 {
    padding-bottom: 19px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-1\.9 {
    margin-left: 19px;
  }
  .tablet-m\:p-l-1\.9 {
    padding-left: 19px;
  }
  .tablet-m-m-l-1\.9 {
    margin-left: 19px;
  }
  .tablet-m-p-l-1\.9 {
    padding-left: 19px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-1\.9 {
    margin-right: 19px;
  }
  .tablet-m\:p-r-1\.9 {
    padding-right: 19px;
  }
  .tablet-m-m-r-1\.9 {
    margin-right: 19px;
  }
  .tablet-m-p-r-1\.9 {
    padding-right: 19px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-2 {
    margin-top: 20px;
  }
  .tablet-m\:p-t-2 {
    padding-top: 20px;
  }
  .tablet-m-m-t-2 {
    margin-top: 20px;
  }
  .tablet-m-p-t-2 {
    padding-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-2 {
    margin-bottom: 20px;
  }
  .tablet-m\:p-b-2 {
    padding-bottom: 20px;
  }
  .tablet-m-m-b-2 {
    margin-bottom: 20px;
  }
  .tablet-m-p-b-2 {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-2 {
    margin-left: 20px;
  }
  .tablet-m\:p-l-2 {
    padding-left: 20px;
  }
  .tablet-m-m-l-2 {
    margin-left: 20px;
  }
  .tablet-m-p-l-2 {
    padding-left: 20px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-2 {
    margin-right: 20px;
  }
  .tablet-m\:p-r-2 {
    padding-right: 20px;
  }
  .tablet-m-m-r-2 {
    margin-right: 20px;
  }
  .tablet-m-p-r-2 {
    padding-right: 20px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-2\.1 {
    margin-top: 21px;
  }
  .tablet-m\:p-t-2\.1 {
    padding-top: 21px;
  }
  .tablet-m-m-t-2\.1 {
    margin-top: 21px;
  }
  .tablet-m-p-t-2\.1 {
    padding-top: 21px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-2\.1 {
    margin-bottom: 21px;
  }
  .tablet-m\:p-b-2\.1 {
    padding-bottom: 21px;
  }
  .tablet-m-m-b-2\.1 {
    margin-bottom: 21px;
  }
  .tablet-m-p-b-2\.1 {
    padding-bottom: 21px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-2\.1 {
    margin-left: 21px;
  }
  .tablet-m\:p-l-2\.1 {
    padding-left: 21px;
  }
  .tablet-m-m-l-2\.1 {
    margin-left: 21px;
  }
  .tablet-m-p-l-2\.1 {
    padding-left: 21px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-2\.1 {
    margin-right: 21px;
  }
  .tablet-m\:p-r-2\.1 {
    padding-right: 21px;
  }
  .tablet-m-m-r-2\.1 {
    margin-right: 21px;
  }
  .tablet-m-p-r-2\.1 {
    padding-right: 21px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-2\.2 {
    margin-top: 22px;
  }
  .tablet-m\:p-t-2\.2 {
    padding-top: 22px;
  }
  .tablet-m-m-t-2\.2 {
    margin-top: 22px;
  }
  .tablet-m-p-t-2\.2 {
    padding-top: 22px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-2\.2 {
    margin-bottom: 22px;
  }
  .tablet-m\:p-b-2\.2 {
    padding-bottom: 22px;
  }
  .tablet-m-m-b-2\.2 {
    margin-bottom: 22px;
  }
  .tablet-m-p-b-2\.2 {
    padding-bottom: 22px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-2\.2 {
    margin-left: 22px;
  }
  .tablet-m\:p-l-2\.2 {
    padding-left: 22px;
  }
  .tablet-m-m-l-2\.2 {
    margin-left: 22px;
  }
  .tablet-m-p-l-2\.2 {
    padding-left: 22px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-2\.2 {
    margin-right: 22px;
  }
  .tablet-m\:p-r-2\.2 {
    padding-right: 22px;
  }
  .tablet-m-m-r-2\.2 {
    margin-right: 22px;
  }
  .tablet-m-p-r-2\.2 {
    padding-right: 22px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-2\.3 {
    margin-top: 23px;
  }
  .tablet-m\:p-t-2\.3 {
    padding-top: 23px;
  }
  .tablet-m-m-t-2\.3 {
    margin-top: 23px;
  }
  .tablet-m-p-t-2\.3 {
    padding-top: 23px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-2\.3 {
    margin-bottom: 23px;
  }
  .tablet-m\:p-b-2\.3 {
    padding-bottom: 23px;
  }
  .tablet-m-m-b-2\.3 {
    margin-bottom: 23px;
  }
  .tablet-m-p-b-2\.3 {
    padding-bottom: 23px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-2\.3 {
    margin-left: 23px;
  }
  .tablet-m\:p-l-2\.3 {
    padding-left: 23px;
  }
  .tablet-m-m-l-2\.3 {
    margin-left: 23px;
  }
  .tablet-m-p-l-2\.3 {
    padding-left: 23px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-2\.3 {
    margin-right: 23px;
  }
  .tablet-m\:p-r-2\.3 {
    padding-right: 23px;
  }
  .tablet-m-m-r-2\.3 {
    margin-right: 23px;
  }
  .tablet-m-p-r-2\.3 {
    padding-right: 23px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-2\.4 {
    margin-top: 24px;
  }
  .tablet-m\:p-t-2\.4 {
    padding-top: 24px;
  }
  .tablet-m-m-t-2\.4 {
    margin-top: 24px;
  }
  .tablet-m-p-t-2\.4 {
    padding-top: 24px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-2\.4 {
    margin-bottom: 24px;
  }
  .tablet-m\:p-b-2\.4 {
    padding-bottom: 24px;
  }
  .tablet-m-m-b-2\.4 {
    margin-bottom: 24px;
  }
  .tablet-m-p-b-2\.4 {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-2\.4 {
    margin-left: 24px;
  }
  .tablet-m\:p-l-2\.4 {
    padding-left: 24px;
  }
  .tablet-m-m-l-2\.4 {
    margin-left: 24px;
  }
  .tablet-m-p-l-2\.4 {
    padding-left: 24px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-2\.4 {
    margin-right: 24px;
  }
  .tablet-m\:p-r-2\.4 {
    padding-right: 24px;
  }
  .tablet-m-m-r-2\.4 {
    margin-right: 24px;
  }
  .tablet-m-p-r-2\.4 {
    padding-right: 24px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-2\.5 {
    margin-top: 25px;
  }
  .tablet-m\:p-t-2\.5 {
    padding-top: 25px;
  }
  .tablet-m-m-t-2\.5 {
    margin-top: 25px;
  }
  .tablet-m-p-t-2\.5 {
    padding-top: 25px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-2\.5 {
    margin-bottom: 25px;
  }
  .tablet-m\:p-b-2\.5 {
    padding-bottom: 25px;
  }
  .tablet-m-m-b-2\.5 {
    margin-bottom: 25px;
  }
  .tablet-m-p-b-2\.5 {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-2\.5 {
    margin-left: 25px;
  }
  .tablet-m\:p-l-2\.5 {
    padding-left: 25px;
  }
  .tablet-m-m-l-2\.5 {
    margin-left: 25px;
  }
  .tablet-m-p-l-2\.5 {
    padding-left: 25px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-2\.5 {
    margin-right: 25px;
  }
  .tablet-m\:p-r-2\.5 {
    padding-right: 25px;
  }
  .tablet-m-m-r-2\.5 {
    margin-right: 25px;
  }
  .tablet-m-p-r-2\.5 {
    padding-right: 25px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-2\.6 {
    margin-top: 26px;
  }
  .tablet-m\:p-t-2\.6 {
    padding-top: 26px;
  }
  .tablet-m-m-t-2\.6 {
    margin-top: 26px;
  }
  .tablet-m-p-t-2\.6 {
    padding-top: 26px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-2\.6 {
    margin-bottom: 26px;
  }
  .tablet-m\:p-b-2\.6 {
    padding-bottom: 26px;
  }
  .tablet-m-m-b-2\.6 {
    margin-bottom: 26px;
  }
  .tablet-m-p-b-2\.6 {
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-2\.6 {
    margin-left: 26px;
  }
  .tablet-m\:p-l-2\.6 {
    padding-left: 26px;
  }
  .tablet-m-m-l-2\.6 {
    margin-left: 26px;
  }
  .tablet-m-p-l-2\.6 {
    padding-left: 26px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-2\.6 {
    margin-right: 26px;
  }
  .tablet-m\:p-r-2\.6 {
    padding-right: 26px;
  }
  .tablet-m-m-r-2\.6 {
    margin-right: 26px;
  }
  .tablet-m-p-r-2\.6 {
    padding-right: 26px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-2\.7 {
    margin-top: 27px;
  }
  .tablet-m\:p-t-2\.7 {
    padding-top: 27px;
  }
  .tablet-m-m-t-2\.7 {
    margin-top: 27px;
  }
  .tablet-m-p-t-2\.7 {
    padding-top: 27px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-2\.7 {
    margin-bottom: 27px;
  }
  .tablet-m\:p-b-2\.7 {
    padding-bottom: 27px;
  }
  .tablet-m-m-b-2\.7 {
    margin-bottom: 27px;
  }
  .tablet-m-p-b-2\.7 {
    padding-bottom: 27px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-2\.7 {
    margin-left: 27px;
  }
  .tablet-m\:p-l-2\.7 {
    padding-left: 27px;
  }
  .tablet-m-m-l-2\.7 {
    margin-left: 27px;
  }
  .tablet-m-p-l-2\.7 {
    padding-left: 27px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-2\.7 {
    margin-right: 27px;
  }
  .tablet-m\:p-r-2\.7 {
    padding-right: 27px;
  }
  .tablet-m-m-r-2\.7 {
    margin-right: 27px;
  }
  .tablet-m-p-r-2\.7 {
    padding-right: 27px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-2\.8 {
    margin-top: 28px;
  }
  .tablet-m\:p-t-2\.8 {
    padding-top: 28px;
  }
  .tablet-m-m-t-2\.8 {
    margin-top: 28px;
  }
  .tablet-m-p-t-2\.8 {
    padding-top: 28px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-2\.8 {
    margin-bottom: 28px;
  }
  .tablet-m\:p-b-2\.8 {
    padding-bottom: 28px;
  }
  .tablet-m-m-b-2\.8 {
    margin-bottom: 28px;
  }
  .tablet-m-p-b-2\.8 {
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-2\.8 {
    margin-left: 28px;
  }
  .tablet-m\:p-l-2\.8 {
    padding-left: 28px;
  }
  .tablet-m-m-l-2\.8 {
    margin-left: 28px;
  }
  .tablet-m-p-l-2\.8 {
    padding-left: 28px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-2\.8 {
    margin-right: 28px;
  }
  .tablet-m\:p-r-2\.8 {
    padding-right: 28px;
  }
  .tablet-m-m-r-2\.8 {
    margin-right: 28px;
  }
  .tablet-m-p-r-2\.8 {
    padding-right: 28px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-2\.9 {
    margin-top: 29px;
  }
  .tablet-m\:p-t-2\.9 {
    padding-top: 29px;
  }
  .tablet-m-m-t-2\.9 {
    margin-top: 29px;
  }
  .tablet-m-p-t-2\.9 {
    padding-top: 29px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-2\.9 {
    margin-bottom: 29px;
  }
  .tablet-m\:p-b-2\.9 {
    padding-bottom: 29px;
  }
  .tablet-m-m-b-2\.9 {
    margin-bottom: 29px;
  }
  .tablet-m-p-b-2\.9 {
    padding-bottom: 29px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-2\.9 {
    margin-left: 29px;
  }
  .tablet-m\:p-l-2\.9 {
    padding-left: 29px;
  }
  .tablet-m-m-l-2\.9 {
    margin-left: 29px;
  }
  .tablet-m-p-l-2\.9 {
    padding-left: 29px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-2\.9 {
    margin-right: 29px;
  }
  .tablet-m\:p-r-2\.9 {
    padding-right: 29px;
  }
  .tablet-m-m-r-2\.9 {
    margin-right: 29px;
  }
  .tablet-m-p-r-2\.9 {
    padding-right: 29px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-3 {
    margin-top: 30px;
  }
  .tablet-m\:p-t-3 {
    padding-top: 30px;
  }
  .tablet-m-m-t-3 {
    margin-top: 30px;
  }
  .tablet-m-p-t-3 {
    padding-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-3 {
    margin-bottom: 30px;
  }
  .tablet-m\:p-b-3 {
    padding-bottom: 30px;
  }
  .tablet-m-m-b-3 {
    margin-bottom: 30px;
  }
  .tablet-m-p-b-3 {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-3 {
    margin-left: 30px;
  }
  .tablet-m\:p-l-3 {
    padding-left: 30px;
  }
  .tablet-m-m-l-3 {
    margin-left: 30px;
  }
  .tablet-m-p-l-3 {
    padding-left: 30px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-3 {
    margin-right: 30px;
  }
  .tablet-m\:p-r-3 {
    padding-right: 30px;
  }
  .tablet-m-m-r-3 {
    margin-right: 30px;
  }
  .tablet-m-p-r-3 {
    padding-right: 30px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-3\.1 {
    margin-top: 31px;
  }
  .tablet-m\:p-t-3\.1 {
    padding-top: 31px;
  }
  .tablet-m-m-t-3\.1 {
    margin-top: 31px;
  }
  .tablet-m-p-t-3\.1 {
    padding-top: 31px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-3\.1 {
    margin-bottom: 31px;
  }
  .tablet-m\:p-b-3\.1 {
    padding-bottom: 31px;
  }
  .tablet-m-m-b-3\.1 {
    margin-bottom: 31px;
  }
  .tablet-m-p-b-3\.1 {
    padding-bottom: 31px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-3\.1 {
    margin-left: 31px;
  }
  .tablet-m\:p-l-3\.1 {
    padding-left: 31px;
  }
  .tablet-m-m-l-3\.1 {
    margin-left: 31px;
  }
  .tablet-m-p-l-3\.1 {
    padding-left: 31px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-3\.1 {
    margin-right: 31px;
  }
  .tablet-m\:p-r-3\.1 {
    padding-right: 31px;
  }
  .tablet-m-m-r-3\.1 {
    margin-right: 31px;
  }
  .tablet-m-p-r-3\.1 {
    padding-right: 31px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-3\.2 {
    margin-top: 32px;
  }
  .tablet-m\:p-t-3\.2 {
    padding-top: 32px;
  }
  .tablet-m-m-t-3\.2 {
    margin-top: 32px;
  }
  .tablet-m-p-t-3\.2 {
    padding-top: 32px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-3\.2 {
    margin-bottom: 32px;
  }
  .tablet-m\:p-b-3\.2 {
    padding-bottom: 32px;
  }
  .tablet-m-m-b-3\.2 {
    margin-bottom: 32px;
  }
  .tablet-m-p-b-3\.2 {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-3\.2 {
    margin-left: 32px;
  }
  .tablet-m\:p-l-3\.2 {
    padding-left: 32px;
  }
  .tablet-m-m-l-3\.2 {
    margin-left: 32px;
  }
  .tablet-m-p-l-3\.2 {
    padding-left: 32px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-3\.2 {
    margin-right: 32px;
  }
  .tablet-m\:p-r-3\.2 {
    padding-right: 32px;
  }
  .tablet-m-m-r-3\.2 {
    margin-right: 32px;
  }
  .tablet-m-p-r-3\.2 {
    padding-right: 32px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-3\.3 {
    margin-top: 33px;
  }
  .tablet-m\:p-t-3\.3 {
    padding-top: 33px;
  }
  .tablet-m-m-t-3\.3 {
    margin-top: 33px;
  }
  .tablet-m-p-t-3\.3 {
    padding-top: 33px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-3\.3 {
    margin-bottom: 33px;
  }
  .tablet-m\:p-b-3\.3 {
    padding-bottom: 33px;
  }
  .tablet-m-m-b-3\.3 {
    margin-bottom: 33px;
  }
  .tablet-m-p-b-3\.3 {
    padding-bottom: 33px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-3\.3 {
    margin-left: 33px;
  }
  .tablet-m\:p-l-3\.3 {
    padding-left: 33px;
  }
  .tablet-m-m-l-3\.3 {
    margin-left: 33px;
  }
  .tablet-m-p-l-3\.3 {
    padding-left: 33px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-3\.3 {
    margin-right: 33px;
  }
  .tablet-m\:p-r-3\.3 {
    padding-right: 33px;
  }
  .tablet-m-m-r-3\.3 {
    margin-right: 33px;
  }
  .tablet-m-p-r-3\.3 {
    padding-right: 33px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-3\.4 {
    margin-top: 34px;
  }
  .tablet-m\:p-t-3\.4 {
    padding-top: 34px;
  }
  .tablet-m-m-t-3\.4 {
    margin-top: 34px;
  }
  .tablet-m-p-t-3\.4 {
    padding-top: 34px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-3\.4 {
    margin-bottom: 34px;
  }
  .tablet-m\:p-b-3\.4 {
    padding-bottom: 34px;
  }
  .tablet-m-m-b-3\.4 {
    margin-bottom: 34px;
  }
  .tablet-m-p-b-3\.4 {
    padding-bottom: 34px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-3\.4 {
    margin-left: 34px;
  }
  .tablet-m\:p-l-3\.4 {
    padding-left: 34px;
  }
  .tablet-m-m-l-3\.4 {
    margin-left: 34px;
  }
  .tablet-m-p-l-3\.4 {
    padding-left: 34px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-3\.4 {
    margin-right: 34px;
  }
  .tablet-m\:p-r-3\.4 {
    padding-right: 34px;
  }
  .tablet-m-m-r-3\.4 {
    margin-right: 34px;
  }
  .tablet-m-p-r-3\.4 {
    padding-right: 34px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-3\.5 {
    margin-top: 35px;
  }
  .tablet-m\:p-t-3\.5 {
    padding-top: 35px;
  }
  .tablet-m-m-t-3\.5 {
    margin-top: 35px;
  }
  .tablet-m-p-t-3\.5 {
    padding-top: 35px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-3\.5 {
    margin-bottom: 35px;
  }
  .tablet-m\:p-b-3\.5 {
    padding-bottom: 35px;
  }
  .tablet-m-m-b-3\.5 {
    margin-bottom: 35px;
  }
  .tablet-m-p-b-3\.5 {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-3\.5 {
    margin-left: 35px;
  }
  .tablet-m\:p-l-3\.5 {
    padding-left: 35px;
  }
  .tablet-m-m-l-3\.5 {
    margin-left: 35px;
  }
  .tablet-m-p-l-3\.5 {
    padding-left: 35px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-3\.5 {
    margin-right: 35px;
  }
  .tablet-m\:p-r-3\.5 {
    padding-right: 35px;
  }
  .tablet-m-m-r-3\.5 {
    margin-right: 35px;
  }
  .tablet-m-p-r-3\.5 {
    padding-right: 35px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-3\.6 {
    margin-top: 36px;
  }
  .tablet-m\:p-t-3\.6 {
    padding-top: 36px;
  }
  .tablet-m-m-t-3\.6 {
    margin-top: 36px;
  }
  .tablet-m-p-t-3\.6 {
    padding-top: 36px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-3\.6 {
    margin-bottom: 36px;
  }
  .tablet-m\:p-b-3\.6 {
    padding-bottom: 36px;
  }
  .tablet-m-m-b-3\.6 {
    margin-bottom: 36px;
  }
  .tablet-m-p-b-3\.6 {
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-3\.6 {
    margin-left: 36px;
  }
  .tablet-m\:p-l-3\.6 {
    padding-left: 36px;
  }
  .tablet-m-m-l-3\.6 {
    margin-left: 36px;
  }
  .tablet-m-p-l-3\.6 {
    padding-left: 36px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-3\.6 {
    margin-right: 36px;
  }
  .tablet-m\:p-r-3\.6 {
    padding-right: 36px;
  }
  .tablet-m-m-r-3\.6 {
    margin-right: 36px;
  }
  .tablet-m-p-r-3\.6 {
    padding-right: 36px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-3\.7 {
    margin-top: 37px;
  }
  .tablet-m\:p-t-3\.7 {
    padding-top: 37px;
  }
  .tablet-m-m-t-3\.7 {
    margin-top: 37px;
  }
  .tablet-m-p-t-3\.7 {
    padding-top: 37px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-3\.7 {
    margin-bottom: 37px;
  }
  .tablet-m\:p-b-3\.7 {
    padding-bottom: 37px;
  }
  .tablet-m-m-b-3\.7 {
    margin-bottom: 37px;
  }
  .tablet-m-p-b-3\.7 {
    padding-bottom: 37px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-3\.7 {
    margin-left: 37px;
  }
  .tablet-m\:p-l-3\.7 {
    padding-left: 37px;
  }
  .tablet-m-m-l-3\.7 {
    margin-left: 37px;
  }
  .tablet-m-p-l-3\.7 {
    padding-left: 37px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-3\.7 {
    margin-right: 37px;
  }
  .tablet-m\:p-r-3\.7 {
    padding-right: 37px;
  }
  .tablet-m-m-r-3\.7 {
    margin-right: 37px;
  }
  .tablet-m-p-r-3\.7 {
    padding-right: 37px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-3\.8 {
    margin-top: 38px;
  }
  .tablet-m\:p-t-3\.8 {
    padding-top: 38px;
  }
  .tablet-m-m-t-3\.8 {
    margin-top: 38px;
  }
  .tablet-m-p-t-3\.8 {
    padding-top: 38px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-3\.8 {
    margin-bottom: 38px;
  }
  .tablet-m\:p-b-3\.8 {
    padding-bottom: 38px;
  }
  .tablet-m-m-b-3\.8 {
    margin-bottom: 38px;
  }
  .tablet-m-p-b-3\.8 {
    padding-bottom: 38px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-3\.8 {
    margin-left: 38px;
  }
  .tablet-m\:p-l-3\.8 {
    padding-left: 38px;
  }
  .tablet-m-m-l-3\.8 {
    margin-left: 38px;
  }
  .tablet-m-p-l-3\.8 {
    padding-left: 38px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-3\.8 {
    margin-right: 38px;
  }
  .tablet-m\:p-r-3\.8 {
    padding-right: 38px;
  }
  .tablet-m-m-r-3\.8 {
    margin-right: 38px;
  }
  .tablet-m-p-r-3\.8 {
    padding-right: 38px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-3\.9 {
    margin-top: 39px;
  }
  .tablet-m\:p-t-3\.9 {
    padding-top: 39px;
  }
  .tablet-m-m-t-3\.9 {
    margin-top: 39px;
  }
  .tablet-m-p-t-3\.9 {
    padding-top: 39px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-3\.9 {
    margin-bottom: 39px;
  }
  .tablet-m\:p-b-3\.9 {
    padding-bottom: 39px;
  }
  .tablet-m-m-b-3\.9 {
    margin-bottom: 39px;
  }
  .tablet-m-p-b-3\.9 {
    padding-bottom: 39px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-3\.9 {
    margin-left: 39px;
  }
  .tablet-m\:p-l-3\.9 {
    padding-left: 39px;
  }
  .tablet-m-m-l-3\.9 {
    margin-left: 39px;
  }
  .tablet-m-p-l-3\.9 {
    padding-left: 39px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-3\.9 {
    margin-right: 39px;
  }
  .tablet-m\:p-r-3\.9 {
    padding-right: 39px;
  }
  .tablet-m-m-r-3\.9 {
    margin-right: 39px;
  }
  .tablet-m-p-r-3\.9 {
    padding-right: 39px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-4 {
    margin-top: 40px;
  }
  .tablet-m\:p-t-4 {
    padding-top: 40px;
  }
  .tablet-m-m-t-4 {
    margin-top: 40px;
  }
  .tablet-m-p-t-4 {
    padding-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-4 {
    margin-bottom: 40px;
  }
  .tablet-m\:p-b-4 {
    padding-bottom: 40px;
  }
  .tablet-m-m-b-4 {
    margin-bottom: 40px;
  }
  .tablet-m-p-b-4 {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-4 {
    margin-left: 40px;
  }
  .tablet-m\:p-l-4 {
    padding-left: 40px;
  }
  .tablet-m-m-l-4 {
    margin-left: 40px;
  }
  .tablet-m-p-l-4 {
    padding-left: 40px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-4 {
    margin-right: 40px;
  }
  .tablet-m\:p-r-4 {
    padding-right: 40px;
  }
  .tablet-m-m-r-4 {
    margin-right: 40px;
  }
  .tablet-m-p-r-4 {
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-4\.1 {
    margin-top: 41px;
  }
  .tablet-m\:p-t-4\.1 {
    padding-top: 41px;
  }
  .tablet-m-m-t-4\.1 {
    margin-top: 41px;
  }
  .tablet-m-p-t-4\.1 {
    padding-top: 41px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-4\.1 {
    margin-bottom: 41px;
  }
  .tablet-m\:p-b-4\.1 {
    padding-bottom: 41px;
  }
  .tablet-m-m-b-4\.1 {
    margin-bottom: 41px;
  }
  .tablet-m-p-b-4\.1 {
    padding-bottom: 41px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-4\.1 {
    margin-left: 41px;
  }
  .tablet-m\:p-l-4\.1 {
    padding-left: 41px;
  }
  .tablet-m-m-l-4\.1 {
    margin-left: 41px;
  }
  .tablet-m-p-l-4\.1 {
    padding-left: 41px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-4\.1 {
    margin-right: 41px;
  }
  .tablet-m\:p-r-4\.1 {
    padding-right: 41px;
  }
  .tablet-m-m-r-4\.1 {
    margin-right: 41px;
  }
  .tablet-m-p-r-4\.1 {
    padding-right: 41px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-4\.2 {
    margin-top: 42px;
  }
  .tablet-m\:p-t-4\.2 {
    padding-top: 42px;
  }
  .tablet-m-m-t-4\.2 {
    margin-top: 42px;
  }
  .tablet-m-p-t-4\.2 {
    padding-top: 42px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-4\.2 {
    margin-bottom: 42px;
  }
  .tablet-m\:p-b-4\.2 {
    padding-bottom: 42px;
  }
  .tablet-m-m-b-4\.2 {
    margin-bottom: 42px;
  }
  .tablet-m-p-b-4\.2 {
    padding-bottom: 42px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-4\.2 {
    margin-left: 42px;
  }
  .tablet-m\:p-l-4\.2 {
    padding-left: 42px;
  }
  .tablet-m-m-l-4\.2 {
    margin-left: 42px;
  }
  .tablet-m-p-l-4\.2 {
    padding-left: 42px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-4\.2 {
    margin-right: 42px;
  }
  .tablet-m\:p-r-4\.2 {
    padding-right: 42px;
  }
  .tablet-m-m-r-4\.2 {
    margin-right: 42px;
  }
  .tablet-m-p-r-4\.2 {
    padding-right: 42px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-4\.3 {
    margin-top: 43px;
  }
  .tablet-m\:p-t-4\.3 {
    padding-top: 43px;
  }
  .tablet-m-m-t-4\.3 {
    margin-top: 43px;
  }
  .tablet-m-p-t-4\.3 {
    padding-top: 43px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-4\.3 {
    margin-bottom: 43px;
  }
  .tablet-m\:p-b-4\.3 {
    padding-bottom: 43px;
  }
  .tablet-m-m-b-4\.3 {
    margin-bottom: 43px;
  }
  .tablet-m-p-b-4\.3 {
    padding-bottom: 43px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-4\.3 {
    margin-left: 43px;
  }
  .tablet-m\:p-l-4\.3 {
    padding-left: 43px;
  }
  .tablet-m-m-l-4\.3 {
    margin-left: 43px;
  }
  .tablet-m-p-l-4\.3 {
    padding-left: 43px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-4\.3 {
    margin-right: 43px;
  }
  .tablet-m\:p-r-4\.3 {
    padding-right: 43px;
  }
  .tablet-m-m-r-4\.3 {
    margin-right: 43px;
  }
  .tablet-m-p-r-4\.3 {
    padding-right: 43px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-4\.4 {
    margin-top: 44px;
  }
  .tablet-m\:p-t-4\.4 {
    padding-top: 44px;
  }
  .tablet-m-m-t-4\.4 {
    margin-top: 44px;
  }
  .tablet-m-p-t-4\.4 {
    padding-top: 44px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-4\.4 {
    margin-bottom: 44px;
  }
  .tablet-m\:p-b-4\.4 {
    padding-bottom: 44px;
  }
  .tablet-m-m-b-4\.4 {
    margin-bottom: 44px;
  }
  .tablet-m-p-b-4\.4 {
    padding-bottom: 44px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-4\.4 {
    margin-left: 44px;
  }
  .tablet-m\:p-l-4\.4 {
    padding-left: 44px;
  }
  .tablet-m-m-l-4\.4 {
    margin-left: 44px;
  }
  .tablet-m-p-l-4\.4 {
    padding-left: 44px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-4\.4 {
    margin-right: 44px;
  }
  .tablet-m\:p-r-4\.4 {
    padding-right: 44px;
  }
  .tablet-m-m-r-4\.4 {
    margin-right: 44px;
  }
  .tablet-m-p-r-4\.4 {
    padding-right: 44px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-4\.5 {
    margin-top: 45px;
  }
  .tablet-m\:p-t-4\.5 {
    padding-top: 45px;
  }
  .tablet-m-m-t-4\.5 {
    margin-top: 45px;
  }
  .tablet-m-p-t-4\.5 {
    padding-top: 45px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-4\.5 {
    margin-bottom: 45px;
  }
  .tablet-m\:p-b-4\.5 {
    padding-bottom: 45px;
  }
  .tablet-m-m-b-4\.5 {
    margin-bottom: 45px;
  }
  .tablet-m-p-b-4\.5 {
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-4\.5 {
    margin-left: 45px;
  }
  .tablet-m\:p-l-4\.5 {
    padding-left: 45px;
  }
  .tablet-m-m-l-4\.5 {
    margin-left: 45px;
  }
  .tablet-m-p-l-4\.5 {
    padding-left: 45px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-4\.5 {
    margin-right: 45px;
  }
  .tablet-m\:p-r-4\.5 {
    padding-right: 45px;
  }
  .tablet-m-m-r-4\.5 {
    margin-right: 45px;
  }
  .tablet-m-p-r-4\.5 {
    padding-right: 45px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-4\.6 {
    margin-top: 46px;
  }
  .tablet-m\:p-t-4\.6 {
    padding-top: 46px;
  }
  .tablet-m-m-t-4\.6 {
    margin-top: 46px;
  }
  .tablet-m-p-t-4\.6 {
    padding-top: 46px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-4\.6 {
    margin-bottom: 46px;
  }
  .tablet-m\:p-b-4\.6 {
    padding-bottom: 46px;
  }
  .tablet-m-m-b-4\.6 {
    margin-bottom: 46px;
  }
  .tablet-m-p-b-4\.6 {
    padding-bottom: 46px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-4\.6 {
    margin-left: 46px;
  }
  .tablet-m\:p-l-4\.6 {
    padding-left: 46px;
  }
  .tablet-m-m-l-4\.6 {
    margin-left: 46px;
  }
  .tablet-m-p-l-4\.6 {
    padding-left: 46px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-4\.6 {
    margin-right: 46px;
  }
  .tablet-m\:p-r-4\.6 {
    padding-right: 46px;
  }
  .tablet-m-m-r-4\.6 {
    margin-right: 46px;
  }
  .tablet-m-p-r-4\.6 {
    padding-right: 46px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-4\.7 {
    margin-top: 47px;
  }
  .tablet-m\:p-t-4\.7 {
    padding-top: 47px;
  }
  .tablet-m-m-t-4\.7 {
    margin-top: 47px;
  }
  .tablet-m-p-t-4\.7 {
    padding-top: 47px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-4\.7 {
    margin-bottom: 47px;
  }
  .tablet-m\:p-b-4\.7 {
    padding-bottom: 47px;
  }
  .tablet-m-m-b-4\.7 {
    margin-bottom: 47px;
  }
  .tablet-m-p-b-4\.7 {
    padding-bottom: 47px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-4\.7 {
    margin-left: 47px;
  }
  .tablet-m\:p-l-4\.7 {
    padding-left: 47px;
  }
  .tablet-m-m-l-4\.7 {
    margin-left: 47px;
  }
  .tablet-m-p-l-4\.7 {
    padding-left: 47px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-4\.7 {
    margin-right: 47px;
  }
  .tablet-m\:p-r-4\.7 {
    padding-right: 47px;
  }
  .tablet-m-m-r-4\.7 {
    margin-right: 47px;
  }
  .tablet-m-p-r-4\.7 {
    padding-right: 47px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-4\.8 {
    margin-top: 48px;
  }
  .tablet-m\:p-t-4\.8 {
    padding-top: 48px;
  }
  .tablet-m-m-t-4\.8 {
    margin-top: 48px;
  }
  .tablet-m-p-t-4\.8 {
    padding-top: 48px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-4\.8 {
    margin-bottom: 48px;
  }
  .tablet-m\:p-b-4\.8 {
    padding-bottom: 48px;
  }
  .tablet-m-m-b-4\.8 {
    margin-bottom: 48px;
  }
  .tablet-m-p-b-4\.8 {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-4\.8 {
    margin-left: 48px;
  }
  .tablet-m\:p-l-4\.8 {
    padding-left: 48px;
  }
  .tablet-m-m-l-4\.8 {
    margin-left: 48px;
  }
  .tablet-m-p-l-4\.8 {
    padding-left: 48px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-4\.8 {
    margin-right: 48px;
  }
  .tablet-m\:p-r-4\.8 {
    padding-right: 48px;
  }
  .tablet-m-m-r-4\.8 {
    margin-right: 48px;
  }
  .tablet-m-p-r-4\.8 {
    padding-right: 48px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-4\.9 {
    margin-top: 49px;
  }
  .tablet-m\:p-t-4\.9 {
    padding-top: 49px;
  }
  .tablet-m-m-t-4\.9 {
    margin-top: 49px;
  }
  .tablet-m-p-t-4\.9 {
    padding-top: 49px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-4\.9 {
    margin-bottom: 49px;
  }
  .tablet-m\:p-b-4\.9 {
    padding-bottom: 49px;
  }
  .tablet-m-m-b-4\.9 {
    margin-bottom: 49px;
  }
  .tablet-m-p-b-4\.9 {
    padding-bottom: 49px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-4\.9 {
    margin-left: 49px;
  }
  .tablet-m\:p-l-4\.9 {
    padding-left: 49px;
  }
  .tablet-m-m-l-4\.9 {
    margin-left: 49px;
  }
  .tablet-m-p-l-4\.9 {
    padding-left: 49px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-4\.9 {
    margin-right: 49px;
  }
  .tablet-m\:p-r-4\.9 {
    padding-right: 49px;
  }
  .tablet-m-m-r-4\.9 {
    margin-right: 49px;
  }
  .tablet-m-p-r-4\.9 {
    padding-right: 49px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-5 {
    margin-top: 50px;
  }
  .tablet-m\:p-t-5 {
    padding-top: 50px;
  }
  .tablet-m-m-t-5 {
    margin-top: 50px;
  }
  .tablet-m-p-t-5 {
    padding-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-5 {
    margin-bottom: 50px;
  }
  .tablet-m\:p-b-5 {
    padding-bottom: 50px;
  }
  .tablet-m-m-b-5 {
    margin-bottom: 50px;
  }
  .tablet-m-p-b-5 {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-5 {
    margin-left: 50px;
  }
  .tablet-m\:p-l-5 {
    padding-left: 50px;
  }
  .tablet-m-m-l-5 {
    margin-left: 50px;
  }
  .tablet-m-p-l-5 {
    padding-left: 50px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-5 {
    margin-right: 50px;
  }
  .tablet-m\:p-r-5 {
    padding-right: 50px;
  }
  .tablet-m-m-r-5 {
    margin-right: 50px;
  }
  .tablet-m-p-r-5 {
    padding-right: 50px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-6 {
    margin-top: 60px;
  }
  .tablet-m\:p-t-6 {
    padding-top: 60px;
  }
  .tablet-m-m-t-6 {
    margin-top: 60px;
  }
  .tablet-m-p-t-6 {
    padding-top: 60px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-6 {
    margin-bottom: 60px;
  }
  .tablet-m\:p-b-6 {
    padding-bottom: 60px;
  }
  .tablet-m-m-b-6 {
    margin-bottom: 60px;
  }
  .tablet-m-p-b-6 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-6 {
    margin-left: 60px;
  }
  .tablet-m\:p-l-6 {
    padding-left: 60px;
  }
  .tablet-m-m-l-6 {
    margin-left: 60px;
  }
  .tablet-m-p-l-6 {
    padding-left: 60px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-6 {
    margin-right: 60px;
  }
  .tablet-m\:p-r-6 {
    padding-right: 60px;
  }
  .tablet-m-m-r-6 {
    margin-right: 60px;
  }
  .tablet-m-p-r-6 {
    padding-right: 60px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-7 {
    margin-top: 70px;
  }
  .tablet-m\:p-t-7 {
    padding-top: 70px;
  }
  .tablet-m-m-t-7 {
    margin-top: 70px;
  }
  .tablet-m-p-t-7 {
    padding-top: 70px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-7 {
    margin-bottom: 70px;
  }
  .tablet-m\:p-b-7 {
    padding-bottom: 70px;
  }
  .tablet-m-m-b-7 {
    margin-bottom: 70px;
  }
  .tablet-m-p-b-7 {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-7 {
    margin-left: 70px;
  }
  .tablet-m\:p-l-7 {
    padding-left: 70px;
  }
  .tablet-m-m-l-7 {
    margin-left: 70px;
  }
  .tablet-m-p-l-7 {
    padding-left: 70px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-7 {
    margin-right: 70px;
  }
  .tablet-m\:p-r-7 {
    padding-right: 70px;
  }
  .tablet-m-m-r-7 {
    margin-right: 70px;
  }
  .tablet-m-p-r-7 {
    padding-right: 70px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-8 {
    margin-top: 80px;
  }
  .tablet-m\:p-t-8 {
    padding-top: 80px;
  }
  .tablet-m-m-t-8 {
    margin-top: 80px;
  }
  .tablet-m-p-t-8 {
    padding-top: 80px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-8 {
    margin-bottom: 80px;
  }
  .tablet-m\:p-b-8 {
    padding-bottom: 80px;
  }
  .tablet-m-m-b-8 {
    margin-bottom: 80px;
  }
  .tablet-m-p-b-8 {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-8 {
    margin-left: 80px;
  }
  .tablet-m\:p-l-8 {
    padding-left: 80px;
  }
  .tablet-m-m-l-8 {
    margin-left: 80px;
  }
  .tablet-m-p-l-8 {
    padding-left: 80px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-8 {
    margin-right: 80px;
  }
  .tablet-m\:p-r-8 {
    padding-right: 80px;
  }
  .tablet-m-m-r-8 {
    margin-right: 80px;
  }
  .tablet-m-p-r-8 {
    padding-right: 80px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-9 {
    margin-top: 90px;
  }
  .tablet-m\:p-t-9 {
    padding-top: 90px;
  }
  .tablet-m-m-t-9 {
    margin-top: 90px;
  }
  .tablet-m-p-t-9 {
    padding-top: 90px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-9 {
    margin-bottom: 90px;
  }
  .tablet-m\:p-b-9 {
    padding-bottom: 90px;
  }
  .tablet-m-m-b-9 {
    margin-bottom: 90px;
  }
  .tablet-m-p-b-9 {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-9 {
    margin-left: 90px;
  }
  .tablet-m\:p-l-9 {
    padding-left: 90px;
  }
  .tablet-m-m-l-9 {
    margin-left: 90px;
  }
  .tablet-m-p-l-9 {
    padding-left: 90px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-9 {
    margin-right: 90px;
  }
  .tablet-m\:p-r-9 {
    padding-right: 90px;
  }
  .tablet-m-m-r-9 {
    margin-right: 90px;
  }
  .tablet-m-p-r-9 {
    padding-right: 90px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-10 {
    margin-top: 100px;
  }
  .tablet-m\:p-t-10 {
    padding-top: 100px;
  }
  .tablet-m-m-t-10 {
    margin-top: 100px;
  }
  .tablet-m-p-t-10 {
    padding-top: 100px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-10 {
    margin-bottom: 100px;
  }
  .tablet-m\:p-b-10 {
    padding-bottom: 100px;
  }
  .tablet-m-m-b-10 {
    margin-bottom: 100px;
  }
  .tablet-m-p-b-10 {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-10 {
    margin-left: 100px;
  }
  .tablet-m\:p-l-10 {
    padding-left: 100px;
  }
  .tablet-m-m-l-10 {
    margin-left: 100px;
  }
  .tablet-m-p-l-10 {
    padding-left: 100px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-10 {
    margin-right: 100px;
  }
  .tablet-m\:p-r-10 {
    padding-right: 100px;
  }
  .tablet-m-m-r-10 {
    margin-right: 100px;
  }
  .tablet-m-p-r-10 {
    padding-right: 100px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-11 {
    margin-top: 110px;
  }
  .tablet-m\:p-t-11 {
    padding-top: 110px;
  }
  .tablet-m-m-t-11 {
    margin-top: 110px;
  }
  .tablet-m-p-t-11 {
    padding-top: 110px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-11 {
    margin-bottom: 110px;
  }
  .tablet-m\:p-b-11 {
    padding-bottom: 110px;
  }
  .tablet-m-m-b-11 {
    margin-bottom: 110px;
  }
  .tablet-m-p-b-11 {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-11 {
    margin-left: 110px;
  }
  .tablet-m\:p-l-11 {
    padding-left: 110px;
  }
  .tablet-m-m-l-11 {
    margin-left: 110px;
  }
  .tablet-m-p-l-11 {
    padding-left: 110px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-11 {
    margin-right: 110px;
  }
  .tablet-m\:p-r-11 {
    padding-right: 110px;
  }
  .tablet-m-m-r-11 {
    margin-right: 110px;
  }
  .tablet-m-p-r-11 {
    padding-right: 110px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-12 {
    margin-top: 120px;
  }
  .tablet-m\:p-t-12 {
    padding-top: 120px;
  }
  .tablet-m-m-t-12 {
    margin-top: 120px;
  }
  .tablet-m-p-t-12 {
    padding-top: 120px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-12 {
    margin-bottom: 120px;
  }
  .tablet-m\:p-b-12 {
    padding-bottom: 120px;
  }
  .tablet-m-m-b-12 {
    margin-bottom: 120px;
  }
  .tablet-m-p-b-12 {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-12 {
    margin-left: 120px;
  }
  .tablet-m\:p-l-12 {
    padding-left: 120px;
  }
  .tablet-m-m-l-12 {
    margin-left: 120px;
  }
  .tablet-m-p-l-12 {
    padding-left: 120px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-12 {
    margin-right: 120px;
  }
  .tablet-m\:p-r-12 {
    padding-right: 120px;
  }
  .tablet-m-m-r-12 {
    margin-right: 120px;
  }
  .tablet-m-p-r-12 {
    padding-right: 120px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-13 {
    margin-top: 130px;
  }
  .tablet-m\:p-t-13 {
    padding-top: 130px;
  }
  .tablet-m-m-t-13 {
    margin-top: 130px;
  }
  .tablet-m-p-t-13 {
    padding-top: 130px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-13 {
    margin-bottom: 130px;
  }
  .tablet-m\:p-b-13 {
    padding-bottom: 130px;
  }
  .tablet-m-m-b-13 {
    margin-bottom: 130px;
  }
  .tablet-m-p-b-13 {
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-13 {
    margin-left: 130px;
  }
  .tablet-m\:p-l-13 {
    padding-left: 130px;
  }
  .tablet-m-m-l-13 {
    margin-left: 130px;
  }
  .tablet-m-p-l-13 {
    padding-left: 130px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-13 {
    margin-right: 130px;
  }
  .tablet-m\:p-r-13 {
    padding-right: 130px;
  }
  .tablet-m-m-r-13 {
    margin-right: 130px;
  }
  .tablet-m-p-r-13 {
    padding-right: 130px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-14 {
    margin-top: 140px;
  }
  .tablet-m\:p-t-14 {
    padding-top: 140px;
  }
  .tablet-m-m-t-14 {
    margin-top: 140px;
  }
  .tablet-m-p-t-14 {
    padding-top: 140px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-14 {
    margin-bottom: 140px;
  }
  .tablet-m\:p-b-14 {
    padding-bottom: 140px;
  }
  .tablet-m-m-b-14 {
    margin-bottom: 140px;
  }
  .tablet-m-p-b-14 {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-14 {
    margin-left: 140px;
  }
  .tablet-m\:p-l-14 {
    padding-left: 140px;
  }
  .tablet-m-m-l-14 {
    margin-left: 140px;
  }
  .tablet-m-p-l-14 {
    padding-left: 140px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-14 {
    margin-right: 140px;
  }
  .tablet-m\:p-r-14 {
    padding-right: 140px;
  }
  .tablet-m-m-r-14 {
    margin-right: 140px;
  }
  .tablet-m-p-r-14 {
    padding-right: 140px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-15 {
    margin-top: 150px;
  }
  .tablet-m\:p-t-15 {
    padding-top: 150px;
  }
  .tablet-m-m-t-15 {
    margin-top: 150px;
  }
  .tablet-m-p-t-15 {
    padding-top: 150px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-15 {
    margin-bottom: 150px;
  }
  .tablet-m\:p-b-15 {
    padding-bottom: 150px;
  }
  .tablet-m-m-b-15 {
    margin-bottom: 150px;
  }
  .tablet-m-p-b-15 {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-15 {
    margin-left: 150px;
  }
  .tablet-m\:p-l-15 {
    padding-left: 150px;
  }
  .tablet-m-m-l-15 {
    margin-left: 150px;
  }
  .tablet-m-p-l-15 {
    padding-left: 150px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-15 {
    margin-right: 150px;
  }
  .tablet-m\:p-r-15 {
    padding-right: 150px;
  }
  .tablet-m-m-r-15 {
    margin-right: 150px;
  }
  .tablet-m-p-r-15 {
    padding-right: 150px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-16 {
    margin-top: 160px;
  }
  .tablet-m\:p-t-16 {
    padding-top: 160px;
  }
  .tablet-m-m-t-16 {
    margin-top: 160px;
  }
  .tablet-m-p-t-16 {
    padding-top: 160px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-16 {
    margin-bottom: 160px;
  }
  .tablet-m\:p-b-16 {
    padding-bottom: 160px;
  }
  .tablet-m-m-b-16 {
    margin-bottom: 160px;
  }
  .tablet-m-p-b-16 {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-16 {
    margin-left: 160px;
  }
  .tablet-m\:p-l-16 {
    padding-left: 160px;
  }
  .tablet-m-m-l-16 {
    margin-left: 160px;
  }
  .tablet-m-p-l-16 {
    padding-left: 160px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-16 {
    margin-right: 160px;
  }
  .tablet-m\:p-r-16 {
    padding-right: 160px;
  }
  .tablet-m-m-r-16 {
    margin-right: 160px;
  }
  .tablet-m-p-r-16 {
    padding-right: 160px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-17 {
    margin-top: 170px;
  }
  .tablet-m\:p-t-17 {
    padding-top: 170px;
  }
  .tablet-m-m-t-17 {
    margin-top: 170px;
  }
  .tablet-m-p-t-17 {
    padding-top: 170px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-17 {
    margin-bottom: 170px;
  }
  .tablet-m\:p-b-17 {
    padding-bottom: 170px;
  }
  .tablet-m-m-b-17 {
    margin-bottom: 170px;
  }
  .tablet-m-p-b-17 {
    padding-bottom: 170px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-17 {
    margin-left: 170px;
  }
  .tablet-m\:p-l-17 {
    padding-left: 170px;
  }
  .tablet-m-m-l-17 {
    margin-left: 170px;
  }
  .tablet-m-p-l-17 {
    padding-left: 170px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-17 {
    margin-right: 170px;
  }
  .tablet-m\:p-r-17 {
    padding-right: 170px;
  }
  .tablet-m-m-r-17 {
    margin-right: 170px;
  }
  .tablet-m-p-r-17 {
    padding-right: 170px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-18 {
    margin-top: 180px;
  }
  .tablet-m\:p-t-18 {
    padding-top: 180px;
  }
  .tablet-m-m-t-18 {
    margin-top: 180px;
  }
  .tablet-m-p-t-18 {
    padding-top: 180px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-18 {
    margin-bottom: 180px;
  }
  .tablet-m\:p-b-18 {
    padding-bottom: 180px;
  }
  .tablet-m-m-b-18 {
    margin-bottom: 180px;
  }
  .tablet-m-p-b-18 {
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-18 {
    margin-left: 180px;
  }
  .tablet-m\:p-l-18 {
    padding-left: 180px;
  }
  .tablet-m-m-l-18 {
    margin-left: 180px;
  }
  .tablet-m-p-l-18 {
    padding-left: 180px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-18 {
    margin-right: 180px;
  }
  .tablet-m\:p-r-18 {
    padding-right: 180px;
  }
  .tablet-m-m-r-18 {
    margin-right: 180px;
  }
  .tablet-m-p-r-18 {
    padding-right: 180px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-19 {
    margin-top: 190px;
  }
  .tablet-m\:p-t-19 {
    padding-top: 190px;
  }
  .tablet-m-m-t-19 {
    margin-top: 190px;
  }
  .tablet-m-p-t-19 {
    padding-top: 190px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-19 {
    margin-bottom: 190px;
  }
  .tablet-m\:p-b-19 {
    padding-bottom: 190px;
  }
  .tablet-m-m-b-19 {
    margin-bottom: 190px;
  }
  .tablet-m-p-b-19 {
    padding-bottom: 190px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-19 {
    margin-left: 190px;
  }
  .tablet-m\:p-l-19 {
    padding-left: 190px;
  }
  .tablet-m-m-l-19 {
    margin-left: 190px;
  }
  .tablet-m-p-l-19 {
    padding-left: 190px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-19 {
    margin-right: 190px;
  }
  .tablet-m\:p-r-19 {
    padding-right: 190px;
  }
  .tablet-m-m-r-19 {
    margin-right: 190px;
  }
  .tablet-m-p-r-19 {
    padding-right: 190px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-20 {
    margin-top: 200px;
  }
  .tablet-m\:p-t-20 {
    padding-top: 200px;
  }
  .tablet-m-m-t-20 {
    margin-top: 200px;
  }
  .tablet-m-p-t-20 {
    padding-top: 200px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-20 {
    margin-bottom: 200px;
  }
  .tablet-m\:p-b-20 {
    padding-bottom: 200px;
  }
  .tablet-m-m-b-20 {
    margin-bottom: 200px;
  }
  .tablet-m-p-b-20 {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-20 {
    margin-left: 200px;
  }
  .tablet-m\:p-l-20 {
    padding-left: 200px;
  }
  .tablet-m-m-l-20 {
    margin-left: 200px;
  }
  .tablet-m-p-l-20 {
    padding-left: 200px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-20 {
    margin-right: 200px;
  }
  .tablet-m\:p-r-20 {
    padding-right: 200px;
  }
  .tablet-m-m-r-20 {
    margin-right: 200px;
  }
  .tablet-m-p-r-20 {
    padding-right: 200px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-21 {
    margin-top: 210px;
  }
  .tablet-m\:p-t-21 {
    padding-top: 210px;
  }
  .tablet-m-m-t-21 {
    margin-top: 210px;
  }
  .tablet-m-p-t-21 {
    padding-top: 210px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-21 {
    margin-bottom: 210px;
  }
  .tablet-m\:p-b-21 {
    padding-bottom: 210px;
  }
  .tablet-m-m-b-21 {
    margin-bottom: 210px;
  }
  .tablet-m-p-b-21 {
    padding-bottom: 210px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-21 {
    margin-left: 210px;
  }
  .tablet-m\:p-l-21 {
    padding-left: 210px;
  }
  .tablet-m-m-l-21 {
    margin-left: 210px;
  }
  .tablet-m-p-l-21 {
    padding-left: 210px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-21 {
    margin-right: 210px;
  }
  .tablet-m\:p-r-21 {
    padding-right: 210px;
  }
  .tablet-m-m-r-21 {
    margin-right: 210px;
  }
  .tablet-m-p-r-21 {
    padding-right: 210px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-22 {
    margin-top: 220px;
  }
  .tablet-m\:p-t-22 {
    padding-top: 220px;
  }
  .tablet-m-m-t-22 {
    margin-top: 220px;
  }
  .tablet-m-p-t-22 {
    padding-top: 220px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-22 {
    margin-bottom: 220px;
  }
  .tablet-m\:p-b-22 {
    padding-bottom: 220px;
  }
  .tablet-m-m-b-22 {
    margin-bottom: 220px;
  }
  .tablet-m-p-b-22 {
    padding-bottom: 220px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-22 {
    margin-left: 220px;
  }
  .tablet-m\:p-l-22 {
    padding-left: 220px;
  }
  .tablet-m-m-l-22 {
    margin-left: 220px;
  }
  .tablet-m-p-l-22 {
    padding-left: 220px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-22 {
    margin-right: 220px;
  }
  .tablet-m\:p-r-22 {
    padding-right: 220px;
  }
  .tablet-m-m-r-22 {
    margin-right: 220px;
  }
  .tablet-m-p-r-22 {
    padding-right: 220px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-23 {
    margin-top: 230px;
  }
  .tablet-m\:p-t-23 {
    padding-top: 230px;
  }
  .tablet-m-m-t-23 {
    margin-top: 230px;
  }
  .tablet-m-p-t-23 {
    padding-top: 230px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-23 {
    margin-bottom: 230px;
  }
  .tablet-m\:p-b-23 {
    padding-bottom: 230px;
  }
  .tablet-m-m-b-23 {
    margin-bottom: 230px;
  }
  .tablet-m-p-b-23 {
    padding-bottom: 230px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-23 {
    margin-left: 230px;
  }
  .tablet-m\:p-l-23 {
    padding-left: 230px;
  }
  .tablet-m-m-l-23 {
    margin-left: 230px;
  }
  .tablet-m-p-l-23 {
    padding-left: 230px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-23 {
    margin-right: 230px;
  }
  .tablet-m\:p-r-23 {
    padding-right: 230px;
  }
  .tablet-m-m-r-23 {
    margin-right: 230px;
  }
  .tablet-m-p-r-23 {
    padding-right: 230px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-24 {
    margin-top: 240px;
  }
  .tablet-m\:p-t-24 {
    padding-top: 240px;
  }
  .tablet-m-m-t-24 {
    margin-top: 240px;
  }
  .tablet-m-p-t-24 {
    padding-top: 240px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-24 {
    margin-bottom: 240px;
  }
  .tablet-m\:p-b-24 {
    padding-bottom: 240px;
  }
  .tablet-m-m-b-24 {
    margin-bottom: 240px;
  }
  .tablet-m-p-b-24 {
    padding-bottom: 240px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-24 {
    margin-left: 240px;
  }
  .tablet-m\:p-l-24 {
    padding-left: 240px;
  }
  .tablet-m-m-l-24 {
    margin-left: 240px;
  }
  .tablet-m-p-l-24 {
    padding-left: 240px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-24 {
    margin-right: 240px;
  }
  .tablet-m\:p-r-24 {
    padding-right: 240px;
  }
  .tablet-m-m-r-24 {
    margin-right: 240px;
  }
  .tablet-m-p-r-24 {
    padding-right: 240px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-25 {
    margin-top: 250px;
  }
  .tablet-m\:p-t-25 {
    padding-top: 250px;
  }
  .tablet-m-m-t-25 {
    margin-top: 250px;
  }
  .tablet-m-p-t-25 {
    padding-top: 250px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-25 {
    margin-bottom: 250px;
  }
  .tablet-m\:p-b-25 {
    padding-bottom: 250px;
  }
  .tablet-m-m-b-25 {
    margin-bottom: 250px;
  }
  .tablet-m-p-b-25 {
    padding-bottom: 250px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-25 {
    margin-left: 250px;
  }
  .tablet-m\:p-l-25 {
    padding-left: 250px;
  }
  .tablet-m-m-l-25 {
    margin-left: 250px;
  }
  .tablet-m-p-l-25 {
    padding-left: 250px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-25 {
    margin-right: 250px;
  }
  .tablet-m\:p-r-25 {
    padding-right: 250px;
  }
  .tablet-m-m-r-25 {
    margin-right: 250px;
  }
  .tablet-m-p-r-25 {
    padding-right: 250px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-26 {
    margin-top: 260px;
  }
  .tablet-m\:p-t-26 {
    padding-top: 260px;
  }
  .tablet-m-m-t-26 {
    margin-top: 260px;
  }
  .tablet-m-p-t-26 {
    padding-top: 260px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-26 {
    margin-bottom: 260px;
  }
  .tablet-m\:p-b-26 {
    padding-bottom: 260px;
  }
  .tablet-m-m-b-26 {
    margin-bottom: 260px;
  }
  .tablet-m-p-b-26 {
    padding-bottom: 260px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-26 {
    margin-left: 260px;
  }
  .tablet-m\:p-l-26 {
    padding-left: 260px;
  }
  .tablet-m-m-l-26 {
    margin-left: 260px;
  }
  .tablet-m-p-l-26 {
    padding-left: 260px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-26 {
    margin-right: 260px;
  }
  .tablet-m\:p-r-26 {
    padding-right: 260px;
  }
  .tablet-m-m-r-26 {
    margin-right: 260px;
  }
  .tablet-m-p-r-26 {
    padding-right: 260px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-27 {
    margin-top: 270px;
  }
  .tablet-m\:p-t-27 {
    padding-top: 270px;
  }
  .tablet-m-m-t-27 {
    margin-top: 270px;
  }
  .tablet-m-p-t-27 {
    padding-top: 270px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-27 {
    margin-bottom: 270px;
  }
  .tablet-m\:p-b-27 {
    padding-bottom: 270px;
  }
  .tablet-m-m-b-27 {
    margin-bottom: 270px;
  }
  .tablet-m-p-b-27 {
    padding-bottom: 270px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-27 {
    margin-left: 270px;
  }
  .tablet-m\:p-l-27 {
    padding-left: 270px;
  }
  .tablet-m-m-l-27 {
    margin-left: 270px;
  }
  .tablet-m-p-l-27 {
    padding-left: 270px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-27 {
    margin-right: 270px;
  }
  .tablet-m\:p-r-27 {
    padding-right: 270px;
  }
  .tablet-m-m-r-27 {
    margin-right: 270px;
  }
  .tablet-m-p-r-27 {
    padding-right: 270px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-28 {
    margin-top: 280px;
  }
  .tablet-m\:p-t-28 {
    padding-top: 280px;
  }
  .tablet-m-m-t-28 {
    margin-top: 280px;
  }
  .tablet-m-p-t-28 {
    padding-top: 280px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-28 {
    margin-bottom: 280px;
  }
  .tablet-m\:p-b-28 {
    padding-bottom: 280px;
  }
  .tablet-m-m-b-28 {
    margin-bottom: 280px;
  }
  .tablet-m-p-b-28 {
    padding-bottom: 280px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-28 {
    margin-left: 280px;
  }
  .tablet-m\:p-l-28 {
    padding-left: 280px;
  }
  .tablet-m-m-l-28 {
    margin-left: 280px;
  }
  .tablet-m-p-l-28 {
    padding-left: 280px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-28 {
    margin-right: 280px;
  }
  .tablet-m\:p-r-28 {
    padding-right: 280px;
  }
  .tablet-m-m-r-28 {
    margin-right: 280px;
  }
  .tablet-m-p-r-28 {
    padding-right: 280px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-29 {
    margin-top: 290px;
  }
  .tablet-m\:p-t-29 {
    padding-top: 290px;
  }
  .tablet-m-m-t-29 {
    margin-top: 290px;
  }
  .tablet-m-p-t-29 {
    padding-top: 290px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-29 {
    margin-bottom: 290px;
  }
  .tablet-m\:p-b-29 {
    padding-bottom: 290px;
  }
  .tablet-m-m-b-29 {
    margin-bottom: 290px;
  }
  .tablet-m-p-b-29 {
    padding-bottom: 290px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-29 {
    margin-left: 290px;
  }
  .tablet-m\:p-l-29 {
    padding-left: 290px;
  }
  .tablet-m-m-l-29 {
    margin-left: 290px;
  }
  .tablet-m-p-l-29 {
    padding-left: 290px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-29 {
    margin-right: 290px;
  }
  .tablet-m\:p-r-29 {
    padding-right: 290px;
  }
  .tablet-m-m-r-29 {
    margin-right: 290px;
  }
  .tablet-m-p-r-29 {
    padding-right: 290px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-30 {
    margin-top: 300px;
  }
  .tablet-m\:p-t-30 {
    padding-top: 300px;
  }
  .tablet-m-m-t-30 {
    margin-top: 300px;
  }
  .tablet-m-p-t-30 {
    padding-top: 300px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-30 {
    margin-bottom: 300px;
  }
  .tablet-m\:p-b-30 {
    padding-bottom: 300px;
  }
  .tablet-m-m-b-30 {
    margin-bottom: 300px;
  }
  .tablet-m-p-b-30 {
    padding-bottom: 300px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-30 {
    margin-left: 300px;
  }
  .tablet-m\:p-l-30 {
    padding-left: 300px;
  }
  .tablet-m-m-l-30 {
    margin-left: 300px;
  }
  .tablet-m-p-l-30 {
    padding-left: 300px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-30 {
    margin-right: 300px;
  }
  .tablet-m\:p-r-30 {
    padding-right: 300px;
  }
  .tablet-m-m-r-30 {
    margin-right: 300px;
  }
  .tablet-m-p-r-30 {
    padding-right: 300px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-31 {
    margin-top: 310px;
  }
  .tablet-m\:p-t-31 {
    padding-top: 310px;
  }
  .tablet-m-m-t-31 {
    margin-top: 310px;
  }
  .tablet-m-p-t-31 {
    padding-top: 310px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-31 {
    margin-bottom: 310px;
  }
  .tablet-m\:p-b-31 {
    padding-bottom: 310px;
  }
  .tablet-m-m-b-31 {
    margin-bottom: 310px;
  }
  .tablet-m-p-b-31 {
    padding-bottom: 310px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-31 {
    margin-left: 310px;
  }
  .tablet-m\:p-l-31 {
    padding-left: 310px;
  }
  .tablet-m-m-l-31 {
    margin-left: 310px;
  }
  .tablet-m-p-l-31 {
    padding-left: 310px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-31 {
    margin-right: 310px;
  }
  .tablet-m\:p-r-31 {
    padding-right: 310px;
  }
  .tablet-m-m-r-31 {
    margin-right: 310px;
  }
  .tablet-m-p-r-31 {
    padding-right: 310px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-32 {
    margin-top: 320px;
  }
  .tablet-m\:p-t-32 {
    padding-top: 320px;
  }
  .tablet-m-m-t-32 {
    margin-top: 320px;
  }
  .tablet-m-p-t-32 {
    padding-top: 320px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-32 {
    margin-bottom: 320px;
  }
  .tablet-m\:p-b-32 {
    padding-bottom: 320px;
  }
  .tablet-m-m-b-32 {
    margin-bottom: 320px;
  }
  .tablet-m-p-b-32 {
    padding-bottom: 320px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-32 {
    margin-left: 320px;
  }
  .tablet-m\:p-l-32 {
    padding-left: 320px;
  }
  .tablet-m-m-l-32 {
    margin-left: 320px;
  }
  .tablet-m-p-l-32 {
    padding-left: 320px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-32 {
    margin-right: 320px;
  }
  .tablet-m\:p-r-32 {
    padding-right: 320px;
  }
  .tablet-m-m-r-32 {
    margin-right: 320px;
  }
  .tablet-m-p-r-32 {
    padding-right: 320px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-33 {
    margin-top: 330px;
  }
  .tablet-m\:p-t-33 {
    padding-top: 330px;
  }
  .tablet-m-m-t-33 {
    margin-top: 330px;
  }
  .tablet-m-p-t-33 {
    padding-top: 330px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-33 {
    margin-bottom: 330px;
  }
  .tablet-m\:p-b-33 {
    padding-bottom: 330px;
  }
  .tablet-m-m-b-33 {
    margin-bottom: 330px;
  }
  .tablet-m-p-b-33 {
    padding-bottom: 330px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-33 {
    margin-left: 330px;
  }
  .tablet-m\:p-l-33 {
    padding-left: 330px;
  }
  .tablet-m-m-l-33 {
    margin-left: 330px;
  }
  .tablet-m-p-l-33 {
    padding-left: 330px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-33 {
    margin-right: 330px;
  }
  .tablet-m\:p-r-33 {
    padding-right: 330px;
  }
  .tablet-m-m-r-33 {
    margin-right: 330px;
  }
  .tablet-m-p-r-33 {
    padding-right: 330px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-34 {
    margin-top: 340px;
  }
  .tablet-m\:p-t-34 {
    padding-top: 340px;
  }
  .tablet-m-m-t-34 {
    margin-top: 340px;
  }
  .tablet-m-p-t-34 {
    padding-top: 340px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-34 {
    margin-bottom: 340px;
  }
  .tablet-m\:p-b-34 {
    padding-bottom: 340px;
  }
  .tablet-m-m-b-34 {
    margin-bottom: 340px;
  }
  .tablet-m-p-b-34 {
    padding-bottom: 340px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-34 {
    margin-left: 340px;
  }
  .tablet-m\:p-l-34 {
    padding-left: 340px;
  }
  .tablet-m-m-l-34 {
    margin-left: 340px;
  }
  .tablet-m-p-l-34 {
    padding-left: 340px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-34 {
    margin-right: 340px;
  }
  .tablet-m\:p-r-34 {
    padding-right: 340px;
  }
  .tablet-m-m-r-34 {
    margin-right: 340px;
  }
  .tablet-m-p-r-34 {
    padding-right: 340px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-35 {
    margin-top: 350px;
  }
  .tablet-m\:p-t-35 {
    padding-top: 350px;
  }
  .tablet-m-m-t-35 {
    margin-top: 350px;
  }
  .tablet-m-p-t-35 {
    padding-top: 350px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-35 {
    margin-bottom: 350px;
  }
  .tablet-m\:p-b-35 {
    padding-bottom: 350px;
  }
  .tablet-m-m-b-35 {
    margin-bottom: 350px;
  }
  .tablet-m-p-b-35 {
    padding-bottom: 350px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-35 {
    margin-left: 350px;
  }
  .tablet-m\:p-l-35 {
    padding-left: 350px;
  }
  .tablet-m-m-l-35 {
    margin-left: 350px;
  }
  .tablet-m-p-l-35 {
    padding-left: 350px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-35 {
    margin-right: 350px;
  }
  .tablet-m\:p-r-35 {
    padding-right: 350px;
  }
  .tablet-m-m-r-35 {
    margin-right: 350px;
  }
  .tablet-m-p-r-35 {
    padding-right: 350px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-36 {
    margin-top: 360px;
  }
  .tablet-m\:p-t-36 {
    padding-top: 360px;
  }
  .tablet-m-m-t-36 {
    margin-top: 360px;
  }
  .tablet-m-p-t-36 {
    padding-top: 360px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-36 {
    margin-bottom: 360px;
  }
  .tablet-m\:p-b-36 {
    padding-bottom: 360px;
  }
  .tablet-m-m-b-36 {
    margin-bottom: 360px;
  }
  .tablet-m-p-b-36 {
    padding-bottom: 360px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-36 {
    margin-left: 360px;
  }
  .tablet-m\:p-l-36 {
    padding-left: 360px;
  }
  .tablet-m-m-l-36 {
    margin-left: 360px;
  }
  .tablet-m-p-l-36 {
    padding-left: 360px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-36 {
    margin-right: 360px;
  }
  .tablet-m\:p-r-36 {
    padding-right: 360px;
  }
  .tablet-m-m-r-36 {
    margin-right: 360px;
  }
  .tablet-m-p-r-36 {
    padding-right: 360px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-37 {
    margin-top: 370px;
  }
  .tablet-m\:p-t-37 {
    padding-top: 370px;
  }
  .tablet-m-m-t-37 {
    margin-top: 370px;
  }
  .tablet-m-p-t-37 {
    padding-top: 370px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-37 {
    margin-bottom: 370px;
  }
  .tablet-m\:p-b-37 {
    padding-bottom: 370px;
  }
  .tablet-m-m-b-37 {
    margin-bottom: 370px;
  }
  .tablet-m-p-b-37 {
    padding-bottom: 370px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-37 {
    margin-left: 370px;
  }
  .tablet-m\:p-l-37 {
    padding-left: 370px;
  }
  .tablet-m-m-l-37 {
    margin-left: 370px;
  }
  .tablet-m-p-l-37 {
    padding-left: 370px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-37 {
    margin-right: 370px;
  }
  .tablet-m\:p-r-37 {
    padding-right: 370px;
  }
  .tablet-m-m-r-37 {
    margin-right: 370px;
  }
  .tablet-m-p-r-37 {
    padding-right: 370px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-38 {
    margin-top: 380px;
  }
  .tablet-m\:p-t-38 {
    padding-top: 380px;
  }
  .tablet-m-m-t-38 {
    margin-top: 380px;
  }
  .tablet-m-p-t-38 {
    padding-top: 380px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-38 {
    margin-bottom: 380px;
  }
  .tablet-m\:p-b-38 {
    padding-bottom: 380px;
  }
  .tablet-m-m-b-38 {
    margin-bottom: 380px;
  }
  .tablet-m-p-b-38 {
    padding-bottom: 380px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-38 {
    margin-left: 380px;
  }
  .tablet-m\:p-l-38 {
    padding-left: 380px;
  }
  .tablet-m-m-l-38 {
    margin-left: 380px;
  }
  .tablet-m-p-l-38 {
    padding-left: 380px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-38 {
    margin-right: 380px;
  }
  .tablet-m\:p-r-38 {
    padding-right: 380px;
  }
  .tablet-m-m-r-38 {
    margin-right: 380px;
  }
  .tablet-m-p-r-38 {
    padding-right: 380px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-39 {
    margin-top: 390px;
  }
  .tablet-m\:p-t-39 {
    padding-top: 390px;
  }
  .tablet-m-m-t-39 {
    margin-top: 390px;
  }
  .tablet-m-p-t-39 {
    padding-top: 390px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-39 {
    margin-bottom: 390px;
  }
  .tablet-m\:p-b-39 {
    padding-bottom: 390px;
  }
  .tablet-m-m-b-39 {
    margin-bottom: 390px;
  }
  .tablet-m-p-b-39 {
    padding-bottom: 390px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-39 {
    margin-left: 390px;
  }
  .tablet-m\:p-l-39 {
    padding-left: 390px;
  }
  .tablet-m-m-l-39 {
    margin-left: 390px;
  }
  .tablet-m-p-l-39 {
    padding-left: 390px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-39 {
    margin-right: 390px;
  }
  .tablet-m\:p-r-39 {
    padding-right: 390px;
  }
  .tablet-m-m-r-39 {
    margin-right: 390px;
  }
  .tablet-m-p-r-39 {
    padding-right: 390px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-40 {
    margin-top: 400px;
  }
  .tablet-m\:p-t-40 {
    padding-top: 400px;
  }
  .tablet-m-m-t-40 {
    margin-top: 400px;
  }
  .tablet-m-p-t-40 {
    padding-top: 400px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-40 {
    margin-bottom: 400px;
  }
  .tablet-m\:p-b-40 {
    padding-bottom: 400px;
  }
  .tablet-m-m-b-40 {
    margin-bottom: 400px;
  }
  .tablet-m-p-b-40 {
    padding-bottom: 400px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-40 {
    margin-left: 400px;
  }
  .tablet-m\:p-l-40 {
    padding-left: 400px;
  }
  .tablet-m-m-l-40 {
    margin-left: 400px;
  }
  .tablet-m-p-l-40 {
    padding-left: 400px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-40 {
    margin-right: 400px;
  }
  .tablet-m\:p-r-40 {
    padding-right: 400px;
  }
  .tablet-m-m-r-40 {
    margin-right: 400px;
  }
  .tablet-m-p-r-40 {
    padding-right: 400px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-41 {
    margin-top: 410px;
  }
  .tablet-m\:p-t-41 {
    padding-top: 410px;
  }
  .tablet-m-m-t-41 {
    margin-top: 410px;
  }
  .tablet-m-p-t-41 {
    padding-top: 410px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-41 {
    margin-bottom: 410px;
  }
  .tablet-m\:p-b-41 {
    padding-bottom: 410px;
  }
  .tablet-m-m-b-41 {
    margin-bottom: 410px;
  }
  .tablet-m-p-b-41 {
    padding-bottom: 410px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-41 {
    margin-left: 410px;
  }
  .tablet-m\:p-l-41 {
    padding-left: 410px;
  }
  .tablet-m-m-l-41 {
    margin-left: 410px;
  }
  .tablet-m-p-l-41 {
    padding-left: 410px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-41 {
    margin-right: 410px;
  }
  .tablet-m\:p-r-41 {
    padding-right: 410px;
  }
  .tablet-m-m-r-41 {
    margin-right: 410px;
  }
  .tablet-m-p-r-41 {
    padding-right: 410px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-42 {
    margin-top: 420px;
  }
  .tablet-m\:p-t-42 {
    padding-top: 420px;
  }
  .tablet-m-m-t-42 {
    margin-top: 420px;
  }
  .tablet-m-p-t-42 {
    padding-top: 420px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-42 {
    margin-bottom: 420px;
  }
  .tablet-m\:p-b-42 {
    padding-bottom: 420px;
  }
  .tablet-m-m-b-42 {
    margin-bottom: 420px;
  }
  .tablet-m-p-b-42 {
    padding-bottom: 420px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-42 {
    margin-left: 420px;
  }
  .tablet-m\:p-l-42 {
    padding-left: 420px;
  }
  .tablet-m-m-l-42 {
    margin-left: 420px;
  }
  .tablet-m-p-l-42 {
    padding-left: 420px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-42 {
    margin-right: 420px;
  }
  .tablet-m\:p-r-42 {
    padding-right: 420px;
  }
  .tablet-m-m-r-42 {
    margin-right: 420px;
  }
  .tablet-m-p-r-42 {
    padding-right: 420px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-43 {
    margin-top: 430px;
  }
  .tablet-m\:p-t-43 {
    padding-top: 430px;
  }
  .tablet-m-m-t-43 {
    margin-top: 430px;
  }
  .tablet-m-p-t-43 {
    padding-top: 430px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-43 {
    margin-bottom: 430px;
  }
  .tablet-m\:p-b-43 {
    padding-bottom: 430px;
  }
  .tablet-m-m-b-43 {
    margin-bottom: 430px;
  }
  .tablet-m-p-b-43 {
    padding-bottom: 430px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-43 {
    margin-left: 430px;
  }
  .tablet-m\:p-l-43 {
    padding-left: 430px;
  }
  .tablet-m-m-l-43 {
    margin-left: 430px;
  }
  .tablet-m-p-l-43 {
    padding-left: 430px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-43 {
    margin-right: 430px;
  }
  .tablet-m\:p-r-43 {
    padding-right: 430px;
  }
  .tablet-m-m-r-43 {
    margin-right: 430px;
  }
  .tablet-m-p-r-43 {
    padding-right: 430px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-44 {
    margin-top: 440px;
  }
  .tablet-m\:p-t-44 {
    padding-top: 440px;
  }
  .tablet-m-m-t-44 {
    margin-top: 440px;
  }
  .tablet-m-p-t-44 {
    padding-top: 440px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-44 {
    margin-bottom: 440px;
  }
  .tablet-m\:p-b-44 {
    padding-bottom: 440px;
  }
  .tablet-m-m-b-44 {
    margin-bottom: 440px;
  }
  .tablet-m-p-b-44 {
    padding-bottom: 440px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-44 {
    margin-left: 440px;
  }
  .tablet-m\:p-l-44 {
    padding-left: 440px;
  }
  .tablet-m-m-l-44 {
    margin-left: 440px;
  }
  .tablet-m-p-l-44 {
    padding-left: 440px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-44 {
    margin-right: 440px;
  }
  .tablet-m\:p-r-44 {
    padding-right: 440px;
  }
  .tablet-m-m-r-44 {
    margin-right: 440px;
  }
  .tablet-m-p-r-44 {
    padding-right: 440px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-45 {
    margin-top: 450px;
  }
  .tablet-m\:p-t-45 {
    padding-top: 450px;
  }
  .tablet-m-m-t-45 {
    margin-top: 450px;
  }
  .tablet-m-p-t-45 {
    padding-top: 450px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-45 {
    margin-bottom: 450px;
  }
  .tablet-m\:p-b-45 {
    padding-bottom: 450px;
  }
  .tablet-m-m-b-45 {
    margin-bottom: 450px;
  }
  .tablet-m-p-b-45 {
    padding-bottom: 450px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-45 {
    margin-left: 450px;
  }
  .tablet-m\:p-l-45 {
    padding-left: 450px;
  }
  .tablet-m-m-l-45 {
    margin-left: 450px;
  }
  .tablet-m-p-l-45 {
    padding-left: 450px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-45 {
    margin-right: 450px;
  }
  .tablet-m\:p-r-45 {
    padding-right: 450px;
  }
  .tablet-m-m-r-45 {
    margin-right: 450px;
  }
  .tablet-m-p-r-45 {
    padding-right: 450px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-46 {
    margin-top: 460px;
  }
  .tablet-m\:p-t-46 {
    padding-top: 460px;
  }
  .tablet-m-m-t-46 {
    margin-top: 460px;
  }
  .tablet-m-p-t-46 {
    padding-top: 460px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-46 {
    margin-bottom: 460px;
  }
  .tablet-m\:p-b-46 {
    padding-bottom: 460px;
  }
  .tablet-m-m-b-46 {
    margin-bottom: 460px;
  }
  .tablet-m-p-b-46 {
    padding-bottom: 460px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-46 {
    margin-left: 460px;
  }
  .tablet-m\:p-l-46 {
    padding-left: 460px;
  }
  .tablet-m-m-l-46 {
    margin-left: 460px;
  }
  .tablet-m-p-l-46 {
    padding-left: 460px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-46 {
    margin-right: 460px;
  }
  .tablet-m\:p-r-46 {
    padding-right: 460px;
  }
  .tablet-m-m-r-46 {
    margin-right: 460px;
  }
  .tablet-m-p-r-46 {
    padding-right: 460px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-47 {
    margin-top: 470px;
  }
  .tablet-m\:p-t-47 {
    padding-top: 470px;
  }
  .tablet-m-m-t-47 {
    margin-top: 470px;
  }
  .tablet-m-p-t-47 {
    padding-top: 470px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-47 {
    margin-bottom: 470px;
  }
  .tablet-m\:p-b-47 {
    padding-bottom: 470px;
  }
  .tablet-m-m-b-47 {
    margin-bottom: 470px;
  }
  .tablet-m-p-b-47 {
    padding-bottom: 470px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-47 {
    margin-left: 470px;
  }
  .tablet-m\:p-l-47 {
    padding-left: 470px;
  }
  .tablet-m-m-l-47 {
    margin-left: 470px;
  }
  .tablet-m-p-l-47 {
    padding-left: 470px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-47 {
    margin-right: 470px;
  }
  .tablet-m\:p-r-47 {
    padding-right: 470px;
  }
  .tablet-m-m-r-47 {
    margin-right: 470px;
  }
  .tablet-m-p-r-47 {
    padding-right: 470px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-48 {
    margin-top: 480px;
  }
  .tablet-m\:p-t-48 {
    padding-top: 480px;
  }
  .tablet-m-m-t-48 {
    margin-top: 480px;
  }
  .tablet-m-p-t-48 {
    padding-top: 480px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-48 {
    margin-bottom: 480px;
  }
  .tablet-m\:p-b-48 {
    padding-bottom: 480px;
  }
  .tablet-m-m-b-48 {
    margin-bottom: 480px;
  }
  .tablet-m-p-b-48 {
    padding-bottom: 480px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-48 {
    margin-left: 480px;
  }
  .tablet-m\:p-l-48 {
    padding-left: 480px;
  }
  .tablet-m-m-l-48 {
    margin-left: 480px;
  }
  .tablet-m-p-l-48 {
    padding-left: 480px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-48 {
    margin-right: 480px;
  }
  .tablet-m\:p-r-48 {
    padding-right: 480px;
  }
  .tablet-m-m-r-48 {
    margin-right: 480px;
  }
  .tablet-m-p-r-48 {
    padding-right: 480px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-49 {
    margin-top: 490px;
  }
  .tablet-m\:p-t-49 {
    padding-top: 490px;
  }
  .tablet-m-m-t-49 {
    margin-top: 490px;
  }
  .tablet-m-p-t-49 {
    padding-top: 490px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-b-49 {
    margin-bottom: 490px;
  }
  .tablet-m\:p-b-49 {
    padding-bottom: 490px;
  }
  .tablet-m-m-b-49 {
    margin-bottom: 490px;
  }
  .tablet-m-p-b-49 {
    padding-bottom: 490px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-l-49 {
    margin-left: 490px;
  }
  .tablet-m\:p-l-49 {
    padding-left: 490px;
  }
  .tablet-m-m-l-49 {
    margin-left: 490px;
  }
  .tablet-m-p-l-49 {
    padding-left: 490px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-r-49 {
    margin-right: 490px;
  }
  .tablet-m\:p-r-49 {
    padding-right: 490px;
  }
  .tablet-m-m-r-49 {
    margin-right: 490px;
  }
  .tablet-m-p-r-49 {
    padding-right: 490px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--10 {
    margin-top: -100px;
  }
  .tablet-l\:p-t--10 {
    padding-top: -100px;
  }
  .tablet-l-m-t--10 {
    margin-top: -100px;
  }
  .tablet-l-p-t--10 {
    padding-top: -100px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--10 {
    margin-bottom: -100px;
  }
  .tablet-l\:p-b--10 {
    padding-bottom: -100px;
  }
  .tablet-l-m-b--10 {
    margin-bottom: -100px;
  }
  .tablet-l-p-b--10 {
    padding-bottom: -100px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--10 {
    margin-left: -100px;
  }
  .tablet-l\:p-l--10 {
    padding-left: -100px;
  }
  .tablet-l-m-l--10 {
    margin-left: -100px;
  }
  .tablet-l-p-l--10 {
    padding-left: -100px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--10 {
    margin-right: -100px;
  }
  .tablet-l\:p-r--10 {
    padding-right: -100px;
  }
  .tablet-l-m-r--10 {
    margin-right: -100px;
  }
  .tablet-l-p-r--10 {
    padding-right: -100px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--9\.9 {
    margin-top: -99px;
  }
  .tablet-l\:p-t--9\.9 {
    padding-top: -99px;
  }
  .tablet-l-m-t--9\.9 {
    margin-top: -99px;
  }
  .tablet-l-p-t--9\.9 {
    padding-top: -99px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--9\.9 {
    margin-bottom: -99px;
  }
  .tablet-l\:p-b--9\.9 {
    padding-bottom: -99px;
  }
  .tablet-l-m-b--9\.9 {
    margin-bottom: -99px;
  }
  .tablet-l-p-b--9\.9 {
    padding-bottom: -99px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--9\.9 {
    margin-left: -99px;
  }
  .tablet-l\:p-l--9\.9 {
    padding-left: -99px;
  }
  .tablet-l-m-l--9\.9 {
    margin-left: -99px;
  }
  .tablet-l-p-l--9\.9 {
    padding-left: -99px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--9\.9 {
    margin-right: -99px;
  }
  .tablet-l\:p-r--9\.9 {
    padding-right: -99px;
  }
  .tablet-l-m-r--9\.9 {
    margin-right: -99px;
  }
  .tablet-l-p-r--9\.9 {
    padding-right: -99px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--9\.8 {
    margin-top: -98px;
  }
  .tablet-l\:p-t--9\.8 {
    padding-top: -98px;
  }
  .tablet-l-m-t--9\.8 {
    margin-top: -98px;
  }
  .tablet-l-p-t--9\.8 {
    padding-top: -98px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--9\.8 {
    margin-bottom: -98px;
  }
  .tablet-l\:p-b--9\.8 {
    padding-bottom: -98px;
  }
  .tablet-l-m-b--9\.8 {
    margin-bottom: -98px;
  }
  .tablet-l-p-b--9\.8 {
    padding-bottom: -98px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--9\.8 {
    margin-left: -98px;
  }
  .tablet-l\:p-l--9\.8 {
    padding-left: -98px;
  }
  .tablet-l-m-l--9\.8 {
    margin-left: -98px;
  }
  .tablet-l-p-l--9\.8 {
    padding-left: -98px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--9\.8 {
    margin-right: -98px;
  }
  .tablet-l\:p-r--9\.8 {
    padding-right: -98px;
  }
  .tablet-l-m-r--9\.8 {
    margin-right: -98px;
  }
  .tablet-l-p-r--9\.8 {
    padding-right: -98px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--9\.7 {
    margin-top: -97px;
  }
  .tablet-l\:p-t--9\.7 {
    padding-top: -97px;
  }
  .tablet-l-m-t--9\.7 {
    margin-top: -97px;
  }
  .tablet-l-p-t--9\.7 {
    padding-top: -97px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--9\.7 {
    margin-bottom: -97px;
  }
  .tablet-l\:p-b--9\.7 {
    padding-bottom: -97px;
  }
  .tablet-l-m-b--9\.7 {
    margin-bottom: -97px;
  }
  .tablet-l-p-b--9\.7 {
    padding-bottom: -97px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--9\.7 {
    margin-left: -97px;
  }
  .tablet-l\:p-l--9\.7 {
    padding-left: -97px;
  }
  .tablet-l-m-l--9\.7 {
    margin-left: -97px;
  }
  .tablet-l-p-l--9\.7 {
    padding-left: -97px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--9\.7 {
    margin-right: -97px;
  }
  .tablet-l\:p-r--9\.7 {
    padding-right: -97px;
  }
  .tablet-l-m-r--9\.7 {
    margin-right: -97px;
  }
  .tablet-l-p-r--9\.7 {
    padding-right: -97px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--9\.6 {
    margin-top: -96px;
  }
  .tablet-l\:p-t--9\.6 {
    padding-top: -96px;
  }
  .tablet-l-m-t--9\.6 {
    margin-top: -96px;
  }
  .tablet-l-p-t--9\.6 {
    padding-top: -96px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--9\.6 {
    margin-bottom: -96px;
  }
  .tablet-l\:p-b--9\.6 {
    padding-bottom: -96px;
  }
  .tablet-l-m-b--9\.6 {
    margin-bottom: -96px;
  }
  .tablet-l-p-b--9\.6 {
    padding-bottom: -96px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--9\.6 {
    margin-left: -96px;
  }
  .tablet-l\:p-l--9\.6 {
    padding-left: -96px;
  }
  .tablet-l-m-l--9\.6 {
    margin-left: -96px;
  }
  .tablet-l-p-l--9\.6 {
    padding-left: -96px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--9\.6 {
    margin-right: -96px;
  }
  .tablet-l\:p-r--9\.6 {
    padding-right: -96px;
  }
  .tablet-l-m-r--9\.6 {
    margin-right: -96px;
  }
  .tablet-l-p-r--9\.6 {
    padding-right: -96px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--9\.5 {
    margin-top: -95px;
  }
  .tablet-l\:p-t--9\.5 {
    padding-top: -95px;
  }
  .tablet-l-m-t--9\.5 {
    margin-top: -95px;
  }
  .tablet-l-p-t--9\.5 {
    padding-top: -95px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--9\.5 {
    margin-bottom: -95px;
  }
  .tablet-l\:p-b--9\.5 {
    padding-bottom: -95px;
  }
  .tablet-l-m-b--9\.5 {
    margin-bottom: -95px;
  }
  .tablet-l-p-b--9\.5 {
    padding-bottom: -95px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--9\.5 {
    margin-left: -95px;
  }
  .tablet-l\:p-l--9\.5 {
    padding-left: -95px;
  }
  .tablet-l-m-l--9\.5 {
    margin-left: -95px;
  }
  .tablet-l-p-l--9\.5 {
    padding-left: -95px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--9\.5 {
    margin-right: -95px;
  }
  .tablet-l\:p-r--9\.5 {
    padding-right: -95px;
  }
  .tablet-l-m-r--9\.5 {
    margin-right: -95px;
  }
  .tablet-l-p-r--9\.5 {
    padding-right: -95px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--9\.4 {
    margin-top: -94px;
  }
  .tablet-l\:p-t--9\.4 {
    padding-top: -94px;
  }
  .tablet-l-m-t--9\.4 {
    margin-top: -94px;
  }
  .tablet-l-p-t--9\.4 {
    padding-top: -94px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--9\.4 {
    margin-bottom: -94px;
  }
  .tablet-l\:p-b--9\.4 {
    padding-bottom: -94px;
  }
  .tablet-l-m-b--9\.4 {
    margin-bottom: -94px;
  }
  .tablet-l-p-b--9\.4 {
    padding-bottom: -94px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--9\.4 {
    margin-left: -94px;
  }
  .tablet-l\:p-l--9\.4 {
    padding-left: -94px;
  }
  .tablet-l-m-l--9\.4 {
    margin-left: -94px;
  }
  .tablet-l-p-l--9\.4 {
    padding-left: -94px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--9\.4 {
    margin-right: -94px;
  }
  .tablet-l\:p-r--9\.4 {
    padding-right: -94px;
  }
  .tablet-l-m-r--9\.4 {
    margin-right: -94px;
  }
  .tablet-l-p-r--9\.4 {
    padding-right: -94px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--9\.3 {
    margin-top: -93px;
  }
  .tablet-l\:p-t--9\.3 {
    padding-top: -93px;
  }
  .tablet-l-m-t--9\.3 {
    margin-top: -93px;
  }
  .tablet-l-p-t--9\.3 {
    padding-top: -93px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--9\.3 {
    margin-bottom: -93px;
  }
  .tablet-l\:p-b--9\.3 {
    padding-bottom: -93px;
  }
  .tablet-l-m-b--9\.3 {
    margin-bottom: -93px;
  }
  .tablet-l-p-b--9\.3 {
    padding-bottom: -93px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--9\.3 {
    margin-left: -93px;
  }
  .tablet-l\:p-l--9\.3 {
    padding-left: -93px;
  }
  .tablet-l-m-l--9\.3 {
    margin-left: -93px;
  }
  .tablet-l-p-l--9\.3 {
    padding-left: -93px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--9\.3 {
    margin-right: -93px;
  }
  .tablet-l\:p-r--9\.3 {
    padding-right: -93px;
  }
  .tablet-l-m-r--9\.3 {
    margin-right: -93px;
  }
  .tablet-l-p-r--9\.3 {
    padding-right: -93px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--9\.2 {
    margin-top: -92px;
  }
  .tablet-l\:p-t--9\.2 {
    padding-top: -92px;
  }
  .tablet-l-m-t--9\.2 {
    margin-top: -92px;
  }
  .tablet-l-p-t--9\.2 {
    padding-top: -92px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--9\.2 {
    margin-bottom: -92px;
  }
  .tablet-l\:p-b--9\.2 {
    padding-bottom: -92px;
  }
  .tablet-l-m-b--9\.2 {
    margin-bottom: -92px;
  }
  .tablet-l-p-b--9\.2 {
    padding-bottom: -92px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--9\.2 {
    margin-left: -92px;
  }
  .tablet-l\:p-l--9\.2 {
    padding-left: -92px;
  }
  .tablet-l-m-l--9\.2 {
    margin-left: -92px;
  }
  .tablet-l-p-l--9\.2 {
    padding-left: -92px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--9\.2 {
    margin-right: -92px;
  }
  .tablet-l\:p-r--9\.2 {
    padding-right: -92px;
  }
  .tablet-l-m-r--9\.2 {
    margin-right: -92px;
  }
  .tablet-l-p-r--9\.2 {
    padding-right: -92px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--9\.1 {
    margin-top: -91px;
  }
  .tablet-l\:p-t--9\.1 {
    padding-top: -91px;
  }
  .tablet-l-m-t--9\.1 {
    margin-top: -91px;
  }
  .tablet-l-p-t--9\.1 {
    padding-top: -91px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--9\.1 {
    margin-bottom: -91px;
  }
  .tablet-l\:p-b--9\.1 {
    padding-bottom: -91px;
  }
  .tablet-l-m-b--9\.1 {
    margin-bottom: -91px;
  }
  .tablet-l-p-b--9\.1 {
    padding-bottom: -91px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--9\.1 {
    margin-left: -91px;
  }
  .tablet-l\:p-l--9\.1 {
    padding-left: -91px;
  }
  .tablet-l-m-l--9\.1 {
    margin-left: -91px;
  }
  .tablet-l-p-l--9\.1 {
    padding-left: -91px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--9\.1 {
    margin-right: -91px;
  }
  .tablet-l\:p-r--9\.1 {
    padding-right: -91px;
  }
  .tablet-l-m-r--9\.1 {
    margin-right: -91px;
  }
  .tablet-l-p-r--9\.1 {
    padding-right: -91px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--9 {
    margin-top: -90px;
  }
  .tablet-l\:p-t--9 {
    padding-top: -90px;
  }
  .tablet-l-m-t--9 {
    margin-top: -90px;
  }
  .tablet-l-p-t--9 {
    padding-top: -90px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--9 {
    margin-bottom: -90px;
  }
  .tablet-l\:p-b--9 {
    padding-bottom: -90px;
  }
  .tablet-l-m-b--9 {
    margin-bottom: -90px;
  }
  .tablet-l-p-b--9 {
    padding-bottom: -90px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--9 {
    margin-left: -90px;
  }
  .tablet-l\:p-l--9 {
    padding-left: -90px;
  }
  .tablet-l-m-l--9 {
    margin-left: -90px;
  }
  .tablet-l-p-l--9 {
    padding-left: -90px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--9 {
    margin-right: -90px;
  }
  .tablet-l\:p-r--9 {
    padding-right: -90px;
  }
  .tablet-l-m-r--9 {
    margin-right: -90px;
  }
  .tablet-l-p-r--9 {
    padding-right: -90px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--8\.9 {
    margin-top: -89px;
  }
  .tablet-l\:p-t--8\.9 {
    padding-top: -89px;
  }
  .tablet-l-m-t--8\.9 {
    margin-top: -89px;
  }
  .tablet-l-p-t--8\.9 {
    padding-top: -89px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--8\.9 {
    margin-bottom: -89px;
  }
  .tablet-l\:p-b--8\.9 {
    padding-bottom: -89px;
  }
  .tablet-l-m-b--8\.9 {
    margin-bottom: -89px;
  }
  .tablet-l-p-b--8\.9 {
    padding-bottom: -89px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--8\.9 {
    margin-left: -89px;
  }
  .tablet-l\:p-l--8\.9 {
    padding-left: -89px;
  }
  .tablet-l-m-l--8\.9 {
    margin-left: -89px;
  }
  .tablet-l-p-l--8\.9 {
    padding-left: -89px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--8\.9 {
    margin-right: -89px;
  }
  .tablet-l\:p-r--8\.9 {
    padding-right: -89px;
  }
  .tablet-l-m-r--8\.9 {
    margin-right: -89px;
  }
  .tablet-l-p-r--8\.9 {
    padding-right: -89px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--8\.8 {
    margin-top: -88px;
  }
  .tablet-l\:p-t--8\.8 {
    padding-top: -88px;
  }
  .tablet-l-m-t--8\.8 {
    margin-top: -88px;
  }
  .tablet-l-p-t--8\.8 {
    padding-top: -88px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--8\.8 {
    margin-bottom: -88px;
  }
  .tablet-l\:p-b--8\.8 {
    padding-bottom: -88px;
  }
  .tablet-l-m-b--8\.8 {
    margin-bottom: -88px;
  }
  .tablet-l-p-b--8\.8 {
    padding-bottom: -88px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--8\.8 {
    margin-left: -88px;
  }
  .tablet-l\:p-l--8\.8 {
    padding-left: -88px;
  }
  .tablet-l-m-l--8\.8 {
    margin-left: -88px;
  }
  .tablet-l-p-l--8\.8 {
    padding-left: -88px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--8\.8 {
    margin-right: -88px;
  }
  .tablet-l\:p-r--8\.8 {
    padding-right: -88px;
  }
  .tablet-l-m-r--8\.8 {
    margin-right: -88px;
  }
  .tablet-l-p-r--8\.8 {
    padding-right: -88px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--8\.7 {
    margin-top: -87px;
  }
  .tablet-l\:p-t--8\.7 {
    padding-top: -87px;
  }
  .tablet-l-m-t--8\.7 {
    margin-top: -87px;
  }
  .tablet-l-p-t--8\.7 {
    padding-top: -87px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--8\.7 {
    margin-bottom: -87px;
  }
  .tablet-l\:p-b--8\.7 {
    padding-bottom: -87px;
  }
  .tablet-l-m-b--8\.7 {
    margin-bottom: -87px;
  }
  .tablet-l-p-b--8\.7 {
    padding-bottom: -87px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--8\.7 {
    margin-left: -87px;
  }
  .tablet-l\:p-l--8\.7 {
    padding-left: -87px;
  }
  .tablet-l-m-l--8\.7 {
    margin-left: -87px;
  }
  .tablet-l-p-l--8\.7 {
    padding-left: -87px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--8\.7 {
    margin-right: -87px;
  }
  .tablet-l\:p-r--8\.7 {
    padding-right: -87px;
  }
  .tablet-l-m-r--8\.7 {
    margin-right: -87px;
  }
  .tablet-l-p-r--8\.7 {
    padding-right: -87px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--8\.6 {
    margin-top: -86px;
  }
  .tablet-l\:p-t--8\.6 {
    padding-top: -86px;
  }
  .tablet-l-m-t--8\.6 {
    margin-top: -86px;
  }
  .tablet-l-p-t--8\.6 {
    padding-top: -86px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--8\.6 {
    margin-bottom: -86px;
  }
  .tablet-l\:p-b--8\.6 {
    padding-bottom: -86px;
  }
  .tablet-l-m-b--8\.6 {
    margin-bottom: -86px;
  }
  .tablet-l-p-b--8\.6 {
    padding-bottom: -86px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--8\.6 {
    margin-left: -86px;
  }
  .tablet-l\:p-l--8\.6 {
    padding-left: -86px;
  }
  .tablet-l-m-l--8\.6 {
    margin-left: -86px;
  }
  .tablet-l-p-l--8\.6 {
    padding-left: -86px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--8\.6 {
    margin-right: -86px;
  }
  .tablet-l\:p-r--8\.6 {
    padding-right: -86px;
  }
  .tablet-l-m-r--8\.6 {
    margin-right: -86px;
  }
  .tablet-l-p-r--8\.6 {
    padding-right: -86px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--8\.5 {
    margin-top: -85px;
  }
  .tablet-l\:p-t--8\.5 {
    padding-top: -85px;
  }
  .tablet-l-m-t--8\.5 {
    margin-top: -85px;
  }
  .tablet-l-p-t--8\.5 {
    padding-top: -85px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--8\.5 {
    margin-bottom: -85px;
  }
  .tablet-l\:p-b--8\.5 {
    padding-bottom: -85px;
  }
  .tablet-l-m-b--8\.5 {
    margin-bottom: -85px;
  }
  .tablet-l-p-b--8\.5 {
    padding-bottom: -85px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--8\.5 {
    margin-left: -85px;
  }
  .tablet-l\:p-l--8\.5 {
    padding-left: -85px;
  }
  .tablet-l-m-l--8\.5 {
    margin-left: -85px;
  }
  .tablet-l-p-l--8\.5 {
    padding-left: -85px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--8\.5 {
    margin-right: -85px;
  }
  .tablet-l\:p-r--8\.5 {
    padding-right: -85px;
  }
  .tablet-l-m-r--8\.5 {
    margin-right: -85px;
  }
  .tablet-l-p-r--8\.5 {
    padding-right: -85px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--8\.4 {
    margin-top: -84px;
  }
  .tablet-l\:p-t--8\.4 {
    padding-top: -84px;
  }
  .tablet-l-m-t--8\.4 {
    margin-top: -84px;
  }
  .tablet-l-p-t--8\.4 {
    padding-top: -84px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--8\.4 {
    margin-bottom: -84px;
  }
  .tablet-l\:p-b--8\.4 {
    padding-bottom: -84px;
  }
  .tablet-l-m-b--8\.4 {
    margin-bottom: -84px;
  }
  .tablet-l-p-b--8\.4 {
    padding-bottom: -84px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--8\.4 {
    margin-left: -84px;
  }
  .tablet-l\:p-l--8\.4 {
    padding-left: -84px;
  }
  .tablet-l-m-l--8\.4 {
    margin-left: -84px;
  }
  .tablet-l-p-l--8\.4 {
    padding-left: -84px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--8\.4 {
    margin-right: -84px;
  }
  .tablet-l\:p-r--8\.4 {
    padding-right: -84px;
  }
  .tablet-l-m-r--8\.4 {
    margin-right: -84px;
  }
  .tablet-l-p-r--8\.4 {
    padding-right: -84px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--8\.3 {
    margin-top: -83px;
  }
  .tablet-l\:p-t--8\.3 {
    padding-top: -83px;
  }
  .tablet-l-m-t--8\.3 {
    margin-top: -83px;
  }
  .tablet-l-p-t--8\.3 {
    padding-top: -83px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--8\.3 {
    margin-bottom: -83px;
  }
  .tablet-l\:p-b--8\.3 {
    padding-bottom: -83px;
  }
  .tablet-l-m-b--8\.3 {
    margin-bottom: -83px;
  }
  .tablet-l-p-b--8\.3 {
    padding-bottom: -83px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--8\.3 {
    margin-left: -83px;
  }
  .tablet-l\:p-l--8\.3 {
    padding-left: -83px;
  }
  .tablet-l-m-l--8\.3 {
    margin-left: -83px;
  }
  .tablet-l-p-l--8\.3 {
    padding-left: -83px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--8\.3 {
    margin-right: -83px;
  }
  .tablet-l\:p-r--8\.3 {
    padding-right: -83px;
  }
  .tablet-l-m-r--8\.3 {
    margin-right: -83px;
  }
  .tablet-l-p-r--8\.3 {
    padding-right: -83px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--8\.2 {
    margin-top: -82px;
  }
  .tablet-l\:p-t--8\.2 {
    padding-top: -82px;
  }
  .tablet-l-m-t--8\.2 {
    margin-top: -82px;
  }
  .tablet-l-p-t--8\.2 {
    padding-top: -82px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--8\.2 {
    margin-bottom: -82px;
  }
  .tablet-l\:p-b--8\.2 {
    padding-bottom: -82px;
  }
  .tablet-l-m-b--8\.2 {
    margin-bottom: -82px;
  }
  .tablet-l-p-b--8\.2 {
    padding-bottom: -82px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--8\.2 {
    margin-left: -82px;
  }
  .tablet-l\:p-l--8\.2 {
    padding-left: -82px;
  }
  .tablet-l-m-l--8\.2 {
    margin-left: -82px;
  }
  .tablet-l-p-l--8\.2 {
    padding-left: -82px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--8\.2 {
    margin-right: -82px;
  }
  .tablet-l\:p-r--8\.2 {
    padding-right: -82px;
  }
  .tablet-l-m-r--8\.2 {
    margin-right: -82px;
  }
  .tablet-l-p-r--8\.2 {
    padding-right: -82px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--8\.1 {
    margin-top: -81px;
  }
  .tablet-l\:p-t--8\.1 {
    padding-top: -81px;
  }
  .tablet-l-m-t--8\.1 {
    margin-top: -81px;
  }
  .tablet-l-p-t--8\.1 {
    padding-top: -81px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--8\.1 {
    margin-bottom: -81px;
  }
  .tablet-l\:p-b--8\.1 {
    padding-bottom: -81px;
  }
  .tablet-l-m-b--8\.1 {
    margin-bottom: -81px;
  }
  .tablet-l-p-b--8\.1 {
    padding-bottom: -81px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--8\.1 {
    margin-left: -81px;
  }
  .tablet-l\:p-l--8\.1 {
    padding-left: -81px;
  }
  .tablet-l-m-l--8\.1 {
    margin-left: -81px;
  }
  .tablet-l-p-l--8\.1 {
    padding-left: -81px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--8\.1 {
    margin-right: -81px;
  }
  .tablet-l\:p-r--8\.1 {
    padding-right: -81px;
  }
  .tablet-l-m-r--8\.1 {
    margin-right: -81px;
  }
  .tablet-l-p-r--8\.1 {
    padding-right: -81px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--8 {
    margin-top: -80px;
  }
  .tablet-l\:p-t--8 {
    padding-top: -80px;
  }
  .tablet-l-m-t--8 {
    margin-top: -80px;
  }
  .tablet-l-p-t--8 {
    padding-top: -80px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--8 {
    margin-bottom: -80px;
  }
  .tablet-l\:p-b--8 {
    padding-bottom: -80px;
  }
  .tablet-l-m-b--8 {
    margin-bottom: -80px;
  }
  .tablet-l-p-b--8 {
    padding-bottom: -80px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--8 {
    margin-left: -80px;
  }
  .tablet-l\:p-l--8 {
    padding-left: -80px;
  }
  .tablet-l-m-l--8 {
    margin-left: -80px;
  }
  .tablet-l-p-l--8 {
    padding-left: -80px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--8 {
    margin-right: -80px;
  }
  .tablet-l\:p-r--8 {
    padding-right: -80px;
  }
  .tablet-l-m-r--8 {
    margin-right: -80px;
  }
  .tablet-l-p-r--8 {
    padding-right: -80px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--7\.9 {
    margin-top: -79px;
  }
  .tablet-l\:p-t--7\.9 {
    padding-top: -79px;
  }
  .tablet-l-m-t--7\.9 {
    margin-top: -79px;
  }
  .tablet-l-p-t--7\.9 {
    padding-top: -79px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--7\.9 {
    margin-bottom: -79px;
  }
  .tablet-l\:p-b--7\.9 {
    padding-bottom: -79px;
  }
  .tablet-l-m-b--7\.9 {
    margin-bottom: -79px;
  }
  .tablet-l-p-b--7\.9 {
    padding-bottom: -79px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--7\.9 {
    margin-left: -79px;
  }
  .tablet-l\:p-l--7\.9 {
    padding-left: -79px;
  }
  .tablet-l-m-l--7\.9 {
    margin-left: -79px;
  }
  .tablet-l-p-l--7\.9 {
    padding-left: -79px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--7\.9 {
    margin-right: -79px;
  }
  .tablet-l\:p-r--7\.9 {
    padding-right: -79px;
  }
  .tablet-l-m-r--7\.9 {
    margin-right: -79px;
  }
  .tablet-l-p-r--7\.9 {
    padding-right: -79px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--7\.8 {
    margin-top: -78px;
  }
  .tablet-l\:p-t--7\.8 {
    padding-top: -78px;
  }
  .tablet-l-m-t--7\.8 {
    margin-top: -78px;
  }
  .tablet-l-p-t--7\.8 {
    padding-top: -78px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--7\.8 {
    margin-bottom: -78px;
  }
  .tablet-l\:p-b--7\.8 {
    padding-bottom: -78px;
  }
  .tablet-l-m-b--7\.8 {
    margin-bottom: -78px;
  }
  .tablet-l-p-b--7\.8 {
    padding-bottom: -78px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--7\.8 {
    margin-left: -78px;
  }
  .tablet-l\:p-l--7\.8 {
    padding-left: -78px;
  }
  .tablet-l-m-l--7\.8 {
    margin-left: -78px;
  }
  .tablet-l-p-l--7\.8 {
    padding-left: -78px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--7\.8 {
    margin-right: -78px;
  }
  .tablet-l\:p-r--7\.8 {
    padding-right: -78px;
  }
  .tablet-l-m-r--7\.8 {
    margin-right: -78px;
  }
  .tablet-l-p-r--7\.8 {
    padding-right: -78px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--7\.7 {
    margin-top: -77px;
  }
  .tablet-l\:p-t--7\.7 {
    padding-top: -77px;
  }
  .tablet-l-m-t--7\.7 {
    margin-top: -77px;
  }
  .tablet-l-p-t--7\.7 {
    padding-top: -77px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--7\.7 {
    margin-bottom: -77px;
  }
  .tablet-l\:p-b--7\.7 {
    padding-bottom: -77px;
  }
  .tablet-l-m-b--7\.7 {
    margin-bottom: -77px;
  }
  .tablet-l-p-b--7\.7 {
    padding-bottom: -77px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--7\.7 {
    margin-left: -77px;
  }
  .tablet-l\:p-l--7\.7 {
    padding-left: -77px;
  }
  .tablet-l-m-l--7\.7 {
    margin-left: -77px;
  }
  .tablet-l-p-l--7\.7 {
    padding-left: -77px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--7\.7 {
    margin-right: -77px;
  }
  .tablet-l\:p-r--7\.7 {
    padding-right: -77px;
  }
  .tablet-l-m-r--7\.7 {
    margin-right: -77px;
  }
  .tablet-l-p-r--7\.7 {
    padding-right: -77px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--7\.6 {
    margin-top: -76px;
  }
  .tablet-l\:p-t--7\.6 {
    padding-top: -76px;
  }
  .tablet-l-m-t--7\.6 {
    margin-top: -76px;
  }
  .tablet-l-p-t--7\.6 {
    padding-top: -76px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--7\.6 {
    margin-bottom: -76px;
  }
  .tablet-l\:p-b--7\.6 {
    padding-bottom: -76px;
  }
  .tablet-l-m-b--7\.6 {
    margin-bottom: -76px;
  }
  .tablet-l-p-b--7\.6 {
    padding-bottom: -76px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--7\.6 {
    margin-left: -76px;
  }
  .tablet-l\:p-l--7\.6 {
    padding-left: -76px;
  }
  .tablet-l-m-l--7\.6 {
    margin-left: -76px;
  }
  .tablet-l-p-l--7\.6 {
    padding-left: -76px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--7\.6 {
    margin-right: -76px;
  }
  .tablet-l\:p-r--7\.6 {
    padding-right: -76px;
  }
  .tablet-l-m-r--7\.6 {
    margin-right: -76px;
  }
  .tablet-l-p-r--7\.6 {
    padding-right: -76px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--7\.5 {
    margin-top: -75px;
  }
  .tablet-l\:p-t--7\.5 {
    padding-top: -75px;
  }
  .tablet-l-m-t--7\.5 {
    margin-top: -75px;
  }
  .tablet-l-p-t--7\.5 {
    padding-top: -75px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--7\.5 {
    margin-bottom: -75px;
  }
  .tablet-l\:p-b--7\.5 {
    padding-bottom: -75px;
  }
  .tablet-l-m-b--7\.5 {
    margin-bottom: -75px;
  }
  .tablet-l-p-b--7\.5 {
    padding-bottom: -75px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--7\.5 {
    margin-left: -75px;
  }
  .tablet-l\:p-l--7\.5 {
    padding-left: -75px;
  }
  .tablet-l-m-l--7\.5 {
    margin-left: -75px;
  }
  .tablet-l-p-l--7\.5 {
    padding-left: -75px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--7\.5 {
    margin-right: -75px;
  }
  .tablet-l\:p-r--7\.5 {
    padding-right: -75px;
  }
  .tablet-l-m-r--7\.5 {
    margin-right: -75px;
  }
  .tablet-l-p-r--7\.5 {
    padding-right: -75px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--7\.4 {
    margin-top: -74px;
  }
  .tablet-l\:p-t--7\.4 {
    padding-top: -74px;
  }
  .tablet-l-m-t--7\.4 {
    margin-top: -74px;
  }
  .tablet-l-p-t--7\.4 {
    padding-top: -74px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--7\.4 {
    margin-bottom: -74px;
  }
  .tablet-l\:p-b--7\.4 {
    padding-bottom: -74px;
  }
  .tablet-l-m-b--7\.4 {
    margin-bottom: -74px;
  }
  .tablet-l-p-b--7\.4 {
    padding-bottom: -74px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--7\.4 {
    margin-left: -74px;
  }
  .tablet-l\:p-l--7\.4 {
    padding-left: -74px;
  }
  .tablet-l-m-l--7\.4 {
    margin-left: -74px;
  }
  .tablet-l-p-l--7\.4 {
    padding-left: -74px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--7\.4 {
    margin-right: -74px;
  }
  .tablet-l\:p-r--7\.4 {
    padding-right: -74px;
  }
  .tablet-l-m-r--7\.4 {
    margin-right: -74px;
  }
  .tablet-l-p-r--7\.4 {
    padding-right: -74px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--7\.3 {
    margin-top: -73px;
  }
  .tablet-l\:p-t--7\.3 {
    padding-top: -73px;
  }
  .tablet-l-m-t--7\.3 {
    margin-top: -73px;
  }
  .tablet-l-p-t--7\.3 {
    padding-top: -73px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--7\.3 {
    margin-bottom: -73px;
  }
  .tablet-l\:p-b--7\.3 {
    padding-bottom: -73px;
  }
  .tablet-l-m-b--7\.3 {
    margin-bottom: -73px;
  }
  .tablet-l-p-b--7\.3 {
    padding-bottom: -73px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--7\.3 {
    margin-left: -73px;
  }
  .tablet-l\:p-l--7\.3 {
    padding-left: -73px;
  }
  .tablet-l-m-l--7\.3 {
    margin-left: -73px;
  }
  .tablet-l-p-l--7\.3 {
    padding-left: -73px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--7\.3 {
    margin-right: -73px;
  }
  .tablet-l\:p-r--7\.3 {
    padding-right: -73px;
  }
  .tablet-l-m-r--7\.3 {
    margin-right: -73px;
  }
  .tablet-l-p-r--7\.3 {
    padding-right: -73px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--7\.2 {
    margin-top: -72px;
  }
  .tablet-l\:p-t--7\.2 {
    padding-top: -72px;
  }
  .tablet-l-m-t--7\.2 {
    margin-top: -72px;
  }
  .tablet-l-p-t--7\.2 {
    padding-top: -72px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--7\.2 {
    margin-bottom: -72px;
  }
  .tablet-l\:p-b--7\.2 {
    padding-bottom: -72px;
  }
  .tablet-l-m-b--7\.2 {
    margin-bottom: -72px;
  }
  .tablet-l-p-b--7\.2 {
    padding-bottom: -72px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--7\.2 {
    margin-left: -72px;
  }
  .tablet-l\:p-l--7\.2 {
    padding-left: -72px;
  }
  .tablet-l-m-l--7\.2 {
    margin-left: -72px;
  }
  .tablet-l-p-l--7\.2 {
    padding-left: -72px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--7\.2 {
    margin-right: -72px;
  }
  .tablet-l\:p-r--7\.2 {
    padding-right: -72px;
  }
  .tablet-l-m-r--7\.2 {
    margin-right: -72px;
  }
  .tablet-l-p-r--7\.2 {
    padding-right: -72px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--7\.1 {
    margin-top: -71px;
  }
  .tablet-l\:p-t--7\.1 {
    padding-top: -71px;
  }
  .tablet-l-m-t--7\.1 {
    margin-top: -71px;
  }
  .tablet-l-p-t--7\.1 {
    padding-top: -71px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--7\.1 {
    margin-bottom: -71px;
  }
  .tablet-l\:p-b--7\.1 {
    padding-bottom: -71px;
  }
  .tablet-l-m-b--7\.1 {
    margin-bottom: -71px;
  }
  .tablet-l-p-b--7\.1 {
    padding-bottom: -71px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--7\.1 {
    margin-left: -71px;
  }
  .tablet-l\:p-l--7\.1 {
    padding-left: -71px;
  }
  .tablet-l-m-l--7\.1 {
    margin-left: -71px;
  }
  .tablet-l-p-l--7\.1 {
    padding-left: -71px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--7\.1 {
    margin-right: -71px;
  }
  .tablet-l\:p-r--7\.1 {
    padding-right: -71px;
  }
  .tablet-l-m-r--7\.1 {
    margin-right: -71px;
  }
  .tablet-l-p-r--7\.1 {
    padding-right: -71px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--7 {
    margin-top: -70px;
  }
  .tablet-l\:p-t--7 {
    padding-top: -70px;
  }
  .tablet-l-m-t--7 {
    margin-top: -70px;
  }
  .tablet-l-p-t--7 {
    padding-top: -70px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--7 {
    margin-bottom: -70px;
  }
  .tablet-l\:p-b--7 {
    padding-bottom: -70px;
  }
  .tablet-l-m-b--7 {
    margin-bottom: -70px;
  }
  .tablet-l-p-b--7 {
    padding-bottom: -70px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--7 {
    margin-left: -70px;
  }
  .tablet-l\:p-l--7 {
    padding-left: -70px;
  }
  .tablet-l-m-l--7 {
    margin-left: -70px;
  }
  .tablet-l-p-l--7 {
    padding-left: -70px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--7 {
    margin-right: -70px;
  }
  .tablet-l\:p-r--7 {
    padding-right: -70px;
  }
  .tablet-l-m-r--7 {
    margin-right: -70px;
  }
  .tablet-l-p-r--7 {
    padding-right: -70px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--6\.9 {
    margin-top: -69px;
  }
  .tablet-l\:p-t--6\.9 {
    padding-top: -69px;
  }
  .tablet-l-m-t--6\.9 {
    margin-top: -69px;
  }
  .tablet-l-p-t--6\.9 {
    padding-top: -69px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--6\.9 {
    margin-bottom: -69px;
  }
  .tablet-l\:p-b--6\.9 {
    padding-bottom: -69px;
  }
  .tablet-l-m-b--6\.9 {
    margin-bottom: -69px;
  }
  .tablet-l-p-b--6\.9 {
    padding-bottom: -69px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--6\.9 {
    margin-left: -69px;
  }
  .tablet-l\:p-l--6\.9 {
    padding-left: -69px;
  }
  .tablet-l-m-l--6\.9 {
    margin-left: -69px;
  }
  .tablet-l-p-l--6\.9 {
    padding-left: -69px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--6\.9 {
    margin-right: -69px;
  }
  .tablet-l\:p-r--6\.9 {
    padding-right: -69px;
  }
  .tablet-l-m-r--6\.9 {
    margin-right: -69px;
  }
  .tablet-l-p-r--6\.9 {
    padding-right: -69px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--6\.8 {
    margin-top: -68px;
  }
  .tablet-l\:p-t--6\.8 {
    padding-top: -68px;
  }
  .tablet-l-m-t--6\.8 {
    margin-top: -68px;
  }
  .tablet-l-p-t--6\.8 {
    padding-top: -68px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--6\.8 {
    margin-bottom: -68px;
  }
  .tablet-l\:p-b--6\.8 {
    padding-bottom: -68px;
  }
  .tablet-l-m-b--6\.8 {
    margin-bottom: -68px;
  }
  .tablet-l-p-b--6\.8 {
    padding-bottom: -68px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--6\.8 {
    margin-left: -68px;
  }
  .tablet-l\:p-l--6\.8 {
    padding-left: -68px;
  }
  .tablet-l-m-l--6\.8 {
    margin-left: -68px;
  }
  .tablet-l-p-l--6\.8 {
    padding-left: -68px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--6\.8 {
    margin-right: -68px;
  }
  .tablet-l\:p-r--6\.8 {
    padding-right: -68px;
  }
  .tablet-l-m-r--6\.8 {
    margin-right: -68px;
  }
  .tablet-l-p-r--6\.8 {
    padding-right: -68px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--6\.7 {
    margin-top: -67px;
  }
  .tablet-l\:p-t--6\.7 {
    padding-top: -67px;
  }
  .tablet-l-m-t--6\.7 {
    margin-top: -67px;
  }
  .tablet-l-p-t--6\.7 {
    padding-top: -67px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--6\.7 {
    margin-bottom: -67px;
  }
  .tablet-l\:p-b--6\.7 {
    padding-bottom: -67px;
  }
  .tablet-l-m-b--6\.7 {
    margin-bottom: -67px;
  }
  .tablet-l-p-b--6\.7 {
    padding-bottom: -67px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--6\.7 {
    margin-left: -67px;
  }
  .tablet-l\:p-l--6\.7 {
    padding-left: -67px;
  }
  .tablet-l-m-l--6\.7 {
    margin-left: -67px;
  }
  .tablet-l-p-l--6\.7 {
    padding-left: -67px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--6\.7 {
    margin-right: -67px;
  }
  .tablet-l\:p-r--6\.7 {
    padding-right: -67px;
  }
  .tablet-l-m-r--6\.7 {
    margin-right: -67px;
  }
  .tablet-l-p-r--6\.7 {
    padding-right: -67px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--6\.6 {
    margin-top: -66px;
  }
  .tablet-l\:p-t--6\.6 {
    padding-top: -66px;
  }
  .tablet-l-m-t--6\.6 {
    margin-top: -66px;
  }
  .tablet-l-p-t--6\.6 {
    padding-top: -66px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--6\.6 {
    margin-bottom: -66px;
  }
  .tablet-l\:p-b--6\.6 {
    padding-bottom: -66px;
  }
  .tablet-l-m-b--6\.6 {
    margin-bottom: -66px;
  }
  .tablet-l-p-b--6\.6 {
    padding-bottom: -66px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--6\.6 {
    margin-left: -66px;
  }
  .tablet-l\:p-l--6\.6 {
    padding-left: -66px;
  }
  .tablet-l-m-l--6\.6 {
    margin-left: -66px;
  }
  .tablet-l-p-l--6\.6 {
    padding-left: -66px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--6\.6 {
    margin-right: -66px;
  }
  .tablet-l\:p-r--6\.6 {
    padding-right: -66px;
  }
  .tablet-l-m-r--6\.6 {
    margin-right: -66px;
  }
  .tablet-l-p-r--6\.6 {
    padding-right: -66px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--6\.5 {
    margin-top: -65px;
  }
  .tablet-l\:p-t--6\.5 {
    padding-top: -65px;
  }
  .tablet-l-m-t--6\.5 {
    margin-top: -65px;
  }
  .tablet-l-p-t--6\.5 {
    padding-top: -65px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--6\.5 {
    margin-bottom: -65px;
  }
  .tablet-l\:p-b--6\.5 {
    padding-bottom: -65px;
  }
  .tablet-l-m-b--6\.5 {
    margin-bottom: -65px;
  }
  .tablet-l-p-b--6\.5 {
    padding-bottom: -65px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--6\.5 {
    margin-left: -65px;
  }
  .tablet-l\:p-l--6\.5 {
    padding-left: -65px;
  }
  .tablet-l-m-l--6\.5 {
    margin-left: -65px;
  }
  .tablet-l-p-l--6\.5 {
    padding-left: -65px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--6\.5 {
    margin-right: -65px;
  }
  .tablet-l\:p-r--6\.5 {
    padding-right: -65px;
  }
  .tablet-l-m-r--6\.5 {
    margin-right: -65px;
  }
  .tablet-l-p-r--6\.5 {
    padding-right: -65px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--6\.4 {
    margin-top: -64px;
  }
  .tablet-l\:p-t--6\.4 {
    padding-top: -64px;
  }
  .tablet-l-m-t--6\.4 {
    margin-top: -64px;
  }
  .tablet-l-p-t--6\.4 {
    padding-top: -64px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--6\.4 {
    margin-bottom: -64px;
  }
  .tablet-l\:p-b--6\.4 {
    padding-bottom: -64px;
  }
  .tablet-l-m-b--6\.4 {
    margin-bottom: -64px;
  }
  .tablet-l-p-b--6\.4 {
    padding-bottom: -64px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--6\.4 {
    margin-left: -64px;
  }
  .tablet-l\:p-l--6\.4 {
    padding-left: -64px;
  }
  .tablet-l-m-l--6\.4 {
    margin-left: -64px;
  }
  .tablet-l-p-l--6\.4 {
    padding-left: -64px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--6\.4 {
    margin-right: -64px;
  }
  .tablet-l\:p-r--6\.4 {
    padding-right: -64px;
  }
  .tablet-l-m-r--6\.4 {
    margin-right: -64px;
  }
  .tablet-l-p-r--6\.4 {
    padding-right: -64px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--6\.3 {
    margin-top: -63px;
  }
  .tablet-l\:p-t--6\.3 {
    padding-top: -63px;
  }
  .tablet-l-m-t--6\.3 {
    margin-top: -63px;
  }
  .tablet-l-p-t--6\.3 {
    padding-top: -63px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--6\.3 {
    margin-bottom: -63px;
  }
  .tablet-l\:p-b--6\.3 {
    padding-bottom: -63px;
  }
  .tablet-l-m-b--6\.3 {
    margin-bottom: -63px;
  }
  .tablet-l-p-b--6\.3 {
    padding-bottom: -63px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--6\.3 {
    margin-left: -63px;
  }
  .tablet-l\:p-l--6\.3 {
    padding-left: -63px;
  }
  .tablet-l-m-l--6\.3 {
    margin-left: -63px;
  }
  .tablet-l-p-l--6\.3 {
    padding-left: -63px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--6\.3 {
    margin-right: -63px;
  }
  .tablet-l\:p-r--6\.3 {
    padding-right: -63px;
  }
  .tablet-l-m-r--6\.3 {
    margin-right: -63px;
  }
  .tablet-l-p-r--6\.3 {
    padding-right: -63px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--6\.2 {
    margin-top: -62px;
  }
  .tablet-l\:p-t--6\.2 {
    padding-top: -62px;
  }
  .tablet-l-m-t--6\.2 {
    margin-top: -62px;
  }
  .tablet-l-p-t--6\.2 {
    padding-top: -62px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--6\.2 {
    margin-bottom: -62px;
  }
  .tablet-l\:p-b--6\.2 {
    padding-bottom: -62px;
  }
  .tablet-l-m-b--6\.2 {
    margin-bottom: -62px;
  }
  .tablet-l-p-b--6\.2 {
    padding-bottom: -62px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--6\.2 {
    margin-left: -62px;
  }
  .tablet-l\:p-l--6\.2 {
    padding-left: -62px;
  }
  .tablet-l-m-l--6\.2 {
    margin-left: -62px;
  }
  .tablet-l-p-l--6\.2 {
    padding-left: -62px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--6\.2 {
    margin-right: -62px;
  }
  .tablet-l\:p-r--6\.2 {
    padding-right: -62px;
  }
  .tablet-l-m-r--6\.2 {
    margin-right: -62px;
  }
  .tablet-l-p-r--6\.2 {
    padding-right: -62px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--6\.1 {
    margin-top: -61px;
  }
  .tablet-l\:p-t--6\.1 {
    padding-top: -61px;
  }
  .tablet-l-m-t--6\.1 {
    margin-top: -61px;
  }
  .tablet-l-p-t--6\.1 {
    padding-top: -61px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--6\.1 {
    margin-bottom: -61px;
  }
  .tablet-l\:p-b--6\.1 {
    padding-bottom: -61px;
  }
  .tablet-l-m-b--6\.1 {
    margin-bottom: -61px;
  }
  .tablet-l-p-b--6\.1 {
    padding-bottom: -61px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--6\.1 {
    margin-left: -61px;
  }
  .tablet-l\:p-l--6\.1 {
    padding-left: -61px;
  }
  .tablet-l-m-l--6\.1 {
    margin-left: -61px;
  }
  .tablet-l-p-l--6\.1 {
    padding-left: -61px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--6\.1 {
    margin-right: -61px;
  }
  .tablet-l\:p-r--6\.1 {
    padding-right: -61px;
  }
  .tablet-l-m-r--6\.1 {
    margin-right: -61px;
  }
  .tablet-l-p-r--6\.1 {
    padding-right: -61px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--6 {
    margin-top: -60px;
  }
  .tablet-l\:p-t--6 {
    padding-top: -60px;
  }
  .tablet-l-m-t--6 {
    margin-top: -60px;
  }
  .tablet-l-p-t--6 {
    padding-top: -60px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--6 {
    margin-bottom: -60px;
  }
  .tablet-l\:p-b--6 {
    padding-bottom: -60px;
  }
  .tablet-l-m-b--6 {
    margin-bottom: -60px;
  }
  .tablet-l-p-b--6 {
    padding-bottom: -60px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--6 {
    margin-left: -60px;
  }
  .tablet-l\:p-l--6 {
    padding-left: -60px;
  }
  .tablet-l-m-l--6 {
    margin-left: -60px;
  }
  .tablet-l-p-l--6 {
    padding-left: -60px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--6 {
    margin-right: -60px;
  }
  .tablet-l\:p-r--6 {
    padding-right: -60px;
  }
  .tablet-l-m-r--6 {
    margin-right: -60px;
  }
  .tablet-l-p-r--6 {
    padding-right: -60px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--5\.9 {
    margin-top: -59px;
  }
  .tablet-l\:p-t--5\.9 {
    padding-top: -59px;
  }
  .tablet-l-m-t--5\.9 {
    margin-top: -59px;
  }
  .tablet-l-p-t--5\.9 {
    padding-top: -59px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--5\.9 {
    margin-bottom: -59px;
  }
  .tablet-l\:p-b--5\.9 {
    padding-bottom: -59px;
  }
  .tablet-l-m-b--5\.9 {
    margin-bottom: -59px;
  }
  .tablet-l-p-b--5\.9 {
    padding-bottom: -59px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--5\.9 {
    margin-left: -59px;
  }
  .tablet-l\:p-l--5\.9 {
    padding-left: -59px;
  }
  .tablet-l-m-l--5\.9 {
    margin-left: -59px;
  }
  .tablet-l-p-l--5\.9 {
    padding-left: -59px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--5\.9 {
    margin-right: -59px;
  }
  .tablet-l\:p-r--5\.9 {
    padding-right: -59px;
  }
  .tablet-l-m-r--5\.9 {
    margin-right: -59px;
  }
  .tablet-l-p-r--5\.9 {
    padding-right: -59px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--5\.8 {
    margin-top: -58px;
  }
  .tablet-l\:p-t--5\.8 {
    padding-top: -58px;
  }
  .tablet-l-m-t--5\.8 {
    margin-top: -58px;
  }
  .tablet-l-p-t--5\.8 {
    padding-top: -58px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--5\.8 {
    margin-bottom: -58px;
  }
  .tablet-l\:p-b--5\.8 {
    padding-bottom: -58px;
  }
  .tablet-l-m-b--5\.8 {
    margin-bottom: -58px;
  }
  .tablet-l-p-b--5\.8 {
    padding-bottom: -58px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--5\.8 {
    margin-left: -58px;
  }
  .tablet-l\:p-l--5\.8 {
    padding-left: -58px;
  }
  .tablet-l-m-l--5\.8 {
    margin-left: -58px;
  }
  .tablet-l-p-l--5\.8 {
    padding-left: -58px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--5\.8 {
    margin-right: -58px;
  }
  .tablet-l\:p-r--5\.8 {
    padding-right: -58px;
  }
  .tablet-l-m-r--5\.8 {
    margin-right: -58px;
  }
  .tablet-l-p-r--5\.8 {
    padding-right: -58px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--5\.7 {
    margin-top: -57px;
  }
  .tablet-l\:p-t--5\.7 {
    padding-top: -57px;
  }
  .tablet-l-m-t--5\.7 {
    margin-top: -57px;
  }
  .tablet-l-p-t--5\.7 {
    padding-top: -57px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--5\.7 {
    margin-bottom: -57px;
  }
  .tablet-l\:p-b--5\.7 {
    padding-bottom: -57px;
  }
  .tablet-l-m-b--5\.7 {
    margin-bottom: -57px;
  }
  .tablet-l-p-b--5\.7 {
    padding-bottom: -57px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--5\.7 {
    margin-left: -57px;
  }
  .tablet-l\:p-l--5\.7 {
    padding-left: -57px;
  }
  .tablet-l-m-l--5\.7 {
    margin-left: -57px;
  }
  .tablet-l-p-l--5\.7 {
    padding-left: -57px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--5\.7 {
    margin-right: -57px;
  }
  .tablet-l\:p-r--5\.7 {
    padding-right: -57px;
  }
  .tablet-l-m-r--5\.7 {
    margin-right: -57px;
  }
  .tablet-l-p-r--5\.7 {
    padding-right: -57px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--5\.6 {
    margin-top: -56px;
  }
  .tablet-l\:p-t--5\.6 {
    padding-top: -56px;
  }
  .tablet-l-m-t--5\.6 {
    margin-top: -56px;
  }
  .tablet-l-p-t--5\.6 {
    padding-top: -56px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--5\.6 {
    margin-bottom: -56px;
  }
  .tablet-l\:p-b--5\.6 {
    padding-bottom: -56px;
  }
  .tablet-l-m-b--5\.6 {
    margin-bottom: -56px;
  }
  .tablet-l-p-b--5\.6 {
    padding-bottom: -56px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--5\.6 {
    margin-left: -56px;
  }
  .tablet-l\:p-l--5\.6 {
    padding-left: -56px;
  }
  .tablet-l-m-l--5\.6 {
    margin-left: -56px;
  }
  .tablet-l-p-l--5\.6 {
    padding-left: -56px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--5\.6 {
    margin-right: -56px;
  }
  .tablet-l\:p-r--5\.6 {
    padding-right: -56px;
  }
  .tablet-l-m-r--5\.6 {
    margin-right: -56px;
  }
  .tablet-l-p-r--5\.6 {
    padding-right: -56px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--5\.5 {
    margin-top: -55px;
  }
  .tablet-l\:p-t--5\.5 {
    padding-top: -55px;
  }
  .tablet-l-m-t--5\.5 {
    margin-top: -55px;
  }
  .tablet-l-p-t--5\.5 {
    padding-top: -55px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--5\.5 {
    margin-bottom: -55px;
  }
  .tablet-l\:p-b--5\.5 {
    padding-bottom: -55px;
  }
  .tablet-l-m-b--5\.5 {
    margin-bottom: -55px;
  }
  .tablet-l-p-b--5\.5 {
    padding-bottom: -55px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--5\.5 {
    margin-left: -55px;
  }
  .tablet-l\:p-l--5\.5 {
    padding-left: -55px;
  }
  .tablet-l-m-l--5\.5 {
    margin-left: -55px;
  }
  .tablet-l-p-l--5\.5 {
    padding-left: -55px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--5\.5 {
    margin-right: -55px;
  }
  .tablet-l\:p-r--5\.5 {
    padding-right: -55px;
  }
  .tablet-l-m-r--5\.5 {
    margin-right: -55px;
  }
  .tablet-l-p-r--5\.5 {
    padding-right: -55px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--5\.4 {
    margin-top: -54px;
  }
  .tablet-l\:p-t--5\.4 {
    padding-top: -54px;
  }
  .tablet-l-m-t--5\.4 {
    margin-top: -54px;
  }
  .tablet-l-p-t--5\.4 {
    padding-top: -54px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--5\.4 {
    margin-bottom: -54px;
  }
  .tablet-l\:p-b--5\.4 {
    padding-bottom: -54px;
  }
  .tablet-l-m-b--5\.4 {
    margin-bottom: -54px;
  }
  .tablet-l-p-b--5\.4 {
    padding-bottom: -54px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--5\.4 {
    margin-left: -54px;
  }
  .tablet-l\:p-l--5\.4 {
    padding-left: -54px;
  }
  .tablet-l-m-l--5\.4 {
    margin-left: -54px;
  }
  .tablet-l-p-l--5\.4 {
    padding-left: -54px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--5\.4 {
    margin-right: -54px;
  }
  .tablet-l\:p-r--5\.4 {
    padding-right: -54px;
  }
  .tablet-l-m-r--5\.4 {
    margin-right: -54px;
  }
  .tablet-l-p-r--5\.4 {
    padding-right: -54px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--5\.3 {
    margin-top: -53px;
  }
  .tablet-l\:p-t--5\.3 {
    padding-top: -53px;
  }
  .tablet-l-m-t--5\.3 {
    margin-top: -53px;
  }
  .tablet-l-p-t--5\.3 {
    padding-top: -53px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--5\.3 {
    margin-bottom: -53px;
  }
  .tablet-l\:p-b--5\.3 {
    padding-bottom: -53px;
  }
  .tablet-l-m-b--5\.3 {
    margin-bottom: -53px;
  }
  .tablet-l-p-b--5\.3 {
    padding-bottom: -53px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--5\.3 {
    margin-left: -53px;
  }
  .tablet-l\:p-l--5\.3 {
    padding-left: -53px;
  }
  .tablet-l-m-l--5\.3 {
    margin-left: -53px;
  }
  .tablet-l-p-l--5\.3 {
    padding-left: -53px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--5\.3 {
    margin-right: -53px;
  }
  .tablet-l\:p-r--5\.3 {
    padding-right: -53px;
  }
  .tablet-l-m-r--5\.3 {
    margin-right: -53px;
  }
  .tablet-l-p-r--5\.3 {
    padding-right: -53px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--5\.2 {
    margin-top: -52px;
  }
  .tablet-l\:p-t--5\.2 {
    padding-top: -52px;
  }
  .tablet-l-m-t--5\.2 {
    margin-top: -52px;
  }
  .tablet-l-p-t--5\.2 {
    padding-top: -52px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--5\.2 {
    margin-bottom: -52px;
  }
  .tablet-l\:p-b--5\.2 {
    padding-bottom: -52px;
  }
  .tablet-l-m-b--5\.2 {
    margin-bottom: -52px;
  }
  .tablet-l-p-b--5\.2 {
    padding-bottom: -52px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--5\.2 {
    margin-left: -52px;
  }
  .tablet-l\:p-l--5\.2 {
    padding-left: -52px;
  }
  .tablet-l-m-l--5\.2 {
    margin-left: -52px;
  }
  .tablet-l-p-l--5\.2 {
    padding-left: -52px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--5\.2 {
    margin-right: -52px;
  }
  .tablet-l\:p-r--5\.2 {
    padding-right: -52px;
  }
  .tablet-l-m-r--5\.2 {
    margin-right: -52px;
  }
  .tablet-l-p-r--5\.2 {
    padding-right: -52px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--5\.1 {
    margin-top: -51px;
  }
  .tablet-l\:p-t--5\.1 {
    padding-top: -51px;
  }
  .tablet-l-m-t--5\.1 {
    margin-top: -51px;
  }
  .tablet-l-p-t--5\.1 {
    padding-top: -51px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--5\.1 {
    margin-bottom: -51px;
  }
  .tablet-l\:p-b--5\.1 {
    padding-bottom: -51px;
  }
  .tablet-l-m-b--5\.1 {
    margin-bottom: -51px;
  }
  .tablet-l-p-b--5\.1 {
    padding-bottom: -51px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--5\.1 {
    margin-left: -51px;
  }
  .tablet-l\:p-l--5\.1 {
    padding-left: -51px;
  }
  .tablet-l-m-l--5\.1 {
    margin-left: -51px;
  }
  .tablet-l-p-l--5\.1 {
    padding-left: -51px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--5\.1 {
    margin-right: -51px;
  }
  .tablet-l\:p-r--5\.1 {
    padding-right: -51px;
  }
  .tablet-l-m-r--5\.1 {
    margin-right: -51px;
  }
  .tablet-l-p-r--5\.1 {
    padding-right: -51px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--5 {
    margin-top: -50px;
  }
  .tablet-l\:p-t--5 {
    padding-top: -50px;
  }
  .tablet-l-m-t--5 {
    margin-top: -50px;
  }
  .tablet-l-p-t--5 {
    padding-top: -50px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--5 {
    margin-bottom: -50px;
  }
  .tablet-l\:p-b--5 {
    padding-bottom: -50px;
  }
  .tablet-l-m-b--5 {
    margin-bottom: -50px;
  }
  .tablet-l-p-b--5 {
    padding-bottom: -50px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--5 {
    margin-left: -50px;
  }
  .tablet-l\:p-l--5 {
    padding-left: -50px;
  }
  .tablet-l-m-l--5 {
    margin-left: -50px;
  }
  .tablet-l-p-l--5 {
    padding-left: -50px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--5 {
    margin-right: -50px;
  }
  .tablet-l\:p-r--5 {
    padding-right: -50px;
  }
  .tablet-l-m-r--5 {
    margin-right: -50px;
  }
  .tablet-l-p-r--5 {
    padding-right: -50px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--4\.9 {
    margin-top: -49px;
  }
  .tablet-l\:p-t--4\.9 {
    padding-top: -49px;
  }
  .tablet-l-m-t--4\.9 {
    margin-top: -49px;
  }
  .tablet-l-p-t--4\.9 {
    padding-top: -49px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--4\.9 {
    margin-bottom: -49px;
  }
  .tablet-l\:p-b--4\.9 {
    padding-bottom: -49px;
  }
  .tablet-l-m-b--4\.9 {
    margin-bottom: -49px;
  }
  .tablet-l-p-b--4\.9 {
    padding-bottom: -49px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--4\.9 {
    margin-left: -49px;
  }
  .tablet-l\:p-l--4\.9 {
    padding-left: -49px;
  }
  .tablet-l-m-l--4\.9 {
    margin-left: -49px;
  }
  .tablet-l-p-l--4\.9 {
    padding-left: -49px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--4\.9 {
    margin-right: -49px;
  }
  .tablet-l\:p-r--4\.9 {
    padding-right: -49px;
  }
  .tablet-l-m-r--4\.9 {
    margin-right: -49px;
  }
  .tablet-l-p-r--4\.9 {
    padding-right: -49px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--4\.8 {
    margin-top: -48px;
  }
  .tablet-l\:p-t--4\.8 {
    padding-top: -48px;
  }
  .tablet-l-m-t--4\.8 {
    margin-top: -48px;
  }
  .tablet-l-p-t--4\.8 {
    padding-top: -48px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--4\.8 {
    margin-bottom: -48px;
  }
  .tablet-l\:p-b--4\.8 {
    padding-bottom: -48px;
  }
  .tablet-l-m-b--4\.8 {
    margin-bottom: -48px;
  }
  .tablet-l-p-b--4\.8 {
    padding-bottom: -48px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--4\.8 {
    margin-left: -48px;
  }
  .tablet-l\:p-l--4\.8 {
    padding-left: -48px;
  }
  .tablet-l-m-l--4\.8 {
    margin-left: -48px;
  }
  .tablet-l-p-l--4\.8 {
    padding-left: -48px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--4\.8 {
    margin-right: -48px;
  }
  .tablet-l\:p-r--4\.8 {
    padding-right: -48px;
  }
  .tablet-l-m-r--4\.8 {
    margin-right: -48px;
  }
  .tablet-l-p-r--4\.8 {
    padding-right: -48px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--4\.7 {
    margin-top: -47px;
  }
  .tablet-l\:p-t--4\.7 {
    padding-top: -47px;
  }
  .tablet-l-m-t--4\.7 {
    margin-top: -47px;
  }
  .tablet-l-p-t--4\.7 {
    padding-top: -47px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--4\.7 {
    margin-bottom: -47px;
  }
  .tablet-l\:p-b--4\.7 {
    padding-bottom: -47px;
  }
  .tablet-l-m-b--4\.7 {
    margin-bottom: -47px;
  }
  .tablet-l-p-b--4\.7 {
    padding-bottom: -47px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--4\.7 {
    margin-left: -47px;
  }
  .tablet-l\:p-l--4\.7 {
    padding-left: -47px;
  }
  .tablet-l-m-l--4\.7 {
    margin-left: -47px;
  }
  .tablet-l-p-l--4\.7 {
    padding-left: -47px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--4\.7 {
    margin-right: -47px;
  }
  .tablet-l\:p-r--4\.7 {
    padding-right: -47px;
  }
  .tablet-l-m-r--4\.7 {
    margin-right: -47px;
  }
  .tablet-l-p-r--4\.7 {
    padding-right: -47px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--4\.6 {
    margin-top: -46px;
  }
  .tablet-l\:p-t--4\.6 {
    padding-top: -46px;
  }
  .tablet-l-m-t--4\.6 {
    margin-top: -46px;
  }
  .tablet-l-p-t--4\.6 {
    padding-top: -46px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--4\.6 {
    margin-bottom: -46px;
  }
  .tablet-l\:p-b--4\.6 {
    padding-bottom: -46px;
  }
  .tablet-l-m-b--4\.6 {
    margin-bottom: -46px;
  }
  .tablet-l-p-b--4\.6 {
    padding-bottom: -46px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--4\.6 {
    margin-left: -46px;
  }
  .tablet-l\:p-l--4\.6 {
    padding-left: -46px;
  }
  .tablet-l-m-l--4\.6 {
    margin-left: -46px;
  }
  .tablet-l-p-l--4\.6 {
    padding-left: -46px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--4\.6 {
    margin-right: -46px;
  }
  .tablet-l\:p-r--4\.6 {
    padding-right: -46px;
  }
  .tablet-l-m-r--4\.6 {
    margin-right: -46px;
  }
  .tablet-l-p-r--4\.6 {
    padding-right: -46px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--4\.5 {
    margin-top: -45px;
  }
  .tablet-l\:p-t--4\.5 {
    padding-top: -45px;
  }
  .tablet-l-m-t--4\.5 {
    margin-top: -45px;
  }
  .tablet-l-p-t--4\.5 {
    padding-top: -45px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--4\.5 {
    margin-bottom: -45px;
  }
  .tablet-l\:p-b--4\.5 {
    padding-bottom: -45px;
  }
  .tablet-l-m-b--4\.5 {
    margin-bottom: -45px;
  }
  .tablet-l-p-b--4\.5 {
    padding-bottom: -45px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--4\.5 {
    margin-left: -45px;
  }
  .tablet-l\:p-l--4\.5 {
    padding-left: -45px;
  }
  .tablet-l-m-l--4\.5 {
    margin-left: -45px;
  }
  .tablet-l-p-l--4\.5 {
    padding-left: -45px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--4\.5 {
    margin-right: -45px;
  }
  .tablet-l\:p-r--4\.5 {
    padding-right: -45px;
  }
  .tablet-l-m-r--4\.5 {
    margin-right: -45px;
  }
  .tablet-l-p-r--4\.5 {
    padding-right: -45px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--4\.4 {
    margin-top: -44px;
  }
  .tablet-l\:p-t--4\.4 {
    padding-top: -44px;
  }
  .tablet-l-m-t--4\.4 {
    margin-top: -44px;
  }
  .tablet-l-p-t--4\.4 {
    padding-top: -44px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--4\.4 {
    margin-bottom: -44px;
  }
  .tablet-l\:p-b--4\.4 {
    padding-bottom: -44px;
  }
  .tablet-l-m-b--4\.4 {
    margin-bottom: -44px;
  }
  .tablet-l-p-b--4\.4 {
    padding-bottom: -44px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--4\.4 {
    margin-left: -44px;
  }
  .tablet-l\:p-l--4\.4 {
    padding-left: -44px;
  }
  .tablet-l-m-l--4\.4 {
    margin-left: -44px;
  }
  .tablet-l-p-l--4\.4 {
    padding-left: -44px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--4\.4 {
    margin-right: -44px;
  }
  .tablet-l\:p-r--4\.4 {
    padding-right: -44px;
  }
  .tablet-l-m-r--4\.4 {
    margin-right: -44px;
  }
  .tablet-l-p-r--4\.4 {
    padding-right: -44px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--4\.3 {
    margin-top: -43px;
  }
  .tablet-l\:p-t--4\.3 {
    padding-top: -43px;
  }
  .tablet-l-m-t--4\.3 {
    margin-top: -43px;
  }
  .tablet-l-p-t--4\.3 {
    padding-top: -43px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--4\.3 {
    margin-bottom: -43px;
  }
  .tablet-l\:p-b--4\.3 {
    padding-bottom: -43px;
  }
  .tablet-l-m-b--4\.3 {
    margin-bottom: -43px;
  }
  .tablet-l-p-b--4\.3 {
    padding-bottom: -43px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--4\.3 {
    margin-left: -43px;
  }
  .tablet-l\:p-l--4\.3 {
    padding-left: -43px;
  }
  .tablet-l-m-l--4\.3 {
    margin-left: -43px;
  }
  .tablet-l-p-l--4\.3 {
    padding-left: -43px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--4\.3 {
    margin-right: -43px;
  }
  .tablet-l\:p-r--4\.3 {
    padding-right: -43px;
  }
  .tablet-l-m-r--4\.3 {
    margin-right: -43px;
  }
  .tablet-l-p-r--4\.3 {
    padding-right: -43px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--4\.2 {
    margin-top: -42px;
  }
  .tablet-l\:p-t--4\.2 {
    padding-top: -42px;
  }
  .tablet-l-m-t--4\.2 {
    margin-top: -42px;
  }
  .tablet-l-p-t--4\.2 {
    padding-top: -42px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--4\.2 {
    margin-bottom: -42px;
  }
  .tablet-l\:p-b--4\.2 {
    padding-bottom: -42px;
  }
  .tablet-l-m-b--4\.2 {
    margin-bottom: -42px;
  }
  .tablet-l-p-b--4\.2 {
    padding-bottom: -42px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--4\.2 {
    margin-left: -42px;
  }
  .tablet-l\:p-l--4\.2 {
    padding-left: -42px;
  }
  .tablet-l-m-l--4\.2 {
    margin-left: -42px;
  }
  .tablet-l-p-l--4\.2 {
    padding-left: -42px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--4\.2 {
    margin-right: -42px;
  }
  .tablet-l\:p-r--4\.2 {
    padding-right: -42px;
  }
  .tablet-l-m-r--4\.2 {
    margin-right: -42px;
  }
  .tablet-l-p-r--4\.2 {
    padding-right: -42px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--4\.1 {
    margin-top: -41px;
  }
  .tablet-l\:p-t--4\.1 {
    padding-top: -41px;
  }
  .tablet-l-m-t--4\.1 {
    margin-top: -41px;
  }
  .tablet-l-p-t--4\.1 {
    padding-top: -41px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--4\.1 {
    margin-bottom: -41px;
  }
  .tablet-l\:p-b--4\.1 {
    padding-bottom: -41px;
  }
  .tablet-l-m-b--4\.1 {
    margin-bottom: -41px;
  }
  .tablet-l-p-b--4\.1 {
    padding-bottom: -41px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--4\.1 {
    margin-left: -41px;
  }
  .tablet-l\:p-l--4\.1 {
    padding-left: -41px;
  }
  .tablet-l-m-l--4\.1 {
    margin-left: -41px;
  }
  .tablet-l-p-l--4\.1 {
    padding-left: -41px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--4\.1 {
    margin-right: -41px;
  }
  .tablet-l\:p-r--4\.1 {
    padding-right: -41px;
  }
  .tablet-l-m-r--4\.1 {
    margin-right: -41px;
  }
  .tablet-l-p-r--4\.1 {
    padding-right: -41px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--4 {
    margin-top: -40px;
  }
  .tablet-l\:p-t--4 {
    padding-top: -40px;
  }
  .tablet-l-m-t--4 {
    margin-top: -40px;
  }
  .tablet-l-p-t--4 {
    padding-top: -40px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--4 {
    margin-bottom: -40px;
  }
  .tablet-l\:p-b--4 {
    padding-bottom: -40px;
  }
  .tablet-l-m-b--4 {
    margin-bottom: -40px;
  }
  .tablet-l-p-b--4 {
    padding-bottom: -40px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--4 {
    margin-left: -40px;
  }
  .tablet-l\:p-l--4 {
    padding-left: -40px;
  }
  .tablet-l-m-l--4 {
    margin-left: -40px;
  }
  .tablet-l-p-l--4 {
    padding-left: -40px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--4 {
    margin-right: -40px;
  }
  .tablet-l\:p-r--4 {
    padding-right: -40px;
  }
  .tablet-l-m-r--4 {
    margin-right: -40px;
  }
  .tablet-l-p-r--4 {
    padding-right: -40px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--3\.9 {
    margin-top: -39px;
  }
  .tablet-l\:p-t--3\.9 {
    padding-top: -39px;
  }
  .tablet-l-m-t--3\.9 {
    margin-top: -39px;
  }
  .tablet-l-p-t--3\.9 {
    padding-top: -39px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--3\.9 {
    margin-bottom: -39px;
  }
  .tablet-l\:p-b--3\.9 {
    padding-bottom: -39px;
  }
  .tablet-l-m-b--3\.9 {
    margin-bottom: -39px;
  }
  .tablet-l-p-b--3\.9 {
    padding-bottom: -39px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--3\.9 {
    margin-left: -39px;
  }
  .tablet-l\:p-l--3\.9 {
    padding-left: -39px;
  }
  .tablet-l-m-l--3\.9 {
    margin-left: -39px;
  }
  .tablet-l-p-l--3\.9 {
    padding-left: -39px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--3\.9 {
    margin-right: -39px;
  }
  .tablet-l\:p-r--3\.9 {
    padding-right: -39px;
  }
  .tablet-l-m-r--3\.9 {
    margin-right: -39px;
  }
  .tablet-l-p-r--3\.9 {
    padding-right: -39px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--3\.8 {
    margin-top: -38px;
  }
  .tablet-l\:p-t--3\.8 {
    padding-top: -38px;
  }
  .tablet-l-m-t--3\.8 {
    margin-top: -38px;
  }
  .tablet-l-p-t--3\.8 {
    padding-top: -38px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--3\.8 {
    margin-bottom: -38px;
  }
  .tablet-l\:p-b--3\.8 {
    padding-bottom: -38px;
  }
  .tablet-l-m-b--3\.8 {
    margin-bottom: -38px;
  }
  .tablet-l-p-b--3\.8 {
    padding-bottom: -38px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--3\.8 {
    margin-left: -38px;
  }
  .tablet-l\:p-l--3\.8 {
    padding-left: -38px;
  }
  .tablet-l-m-l--3\.8 {
    margin-left: -38px;
  }
  .tablet-l-p-l--3\.8 {
    padding-left: -38px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--3\.8 {
    margin-right: -38px;
  }
  .tablet-l\:p-r--3\.8 {
    padding-right: -38px;
  }
  .tablet-l-m-r--3\.8 {
    margin-right: -38px;
  }
  .tablet-l-p-r--3\.8 {
    padding-right: -38px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--3\.7 {
    margin-top: -37px;
  }
  .tablet-l\:p-t--3\.7 {
    padding-top: -37px;
  }
  .tablet-l-m-t--3\.7 {
    margin-top: -37px;
  }
  .tablet-l-p-t--3\.7 {
    padding-top: -37px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--3\.7 {
    margin-bottom: -37px;
  }
  .tablet-l\:p-b--3\.7 {
    padding-bottom: -37px;
  }
  .tablet-l-m-b--3\.7 {
    margin-bottom: -37px;
  }
  .tablet-l-p-b--3\.7 {
    padding-bottom: -37px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--3\.7 {
    margin-left: -37px;
  }
  .tablet-l\:p-l--3\.7 {
    padding-left: -37px;
  }
  .tablet-l-m-l--3\.7 {
    margin-left: -37px;
  }
  .tablet-l-p-l--3\.7 {
    padding-left: -37px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--3\.7 {
    margin-right: -37px;
  }
  .tablet-l\:p-r--3\.7 {
    padding-right: -37px;
  }
  .tablet-l-m-r--3\.7 {
    margin-right: -37px;
  }
  .tablet-l-p-r--3\.7 {
    padding-right: -37px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--3\.6 {
    margin-top: -36px;
  }
  .tablet-l\:p-t--3\.6 {
    padding-top: -36px;
  }
  .tablet-l-m-t--3\.6 {
    margin-top: -36px;
  }
  .tablet-l-p-t--3\.6 {
    padding-top: -36px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--3\.6 {
    margin-bottom: -36px;
  }
  .tablet-l\:p-b--3\.6 {
    padding-bottom: -36px;
  }
  .tablet-l-m-b--3\.6 {
    margin-bottom: -36px;
  }
  .tablet-l-p-b--3\.6 {
    padding-bottom: -36px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--3\.6 {
    margin-left: -36px;
  }
  .tablet-l\:p-l--3\.6 {
    padding-left: -36px;
  }
  .tablet-l-m-l--3\.6 {
    margin-left: -36px;
  }
  .tablet-l-p-l--3\.6 {
    padding-left: -36px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--3\.6 {
    margin-right: -36px;
  }
  .tablet-l\:p-r--3\.6 {
    padding-right: -36px;
  }
  .tablet-l-m-r--3\.6 {
    margin-right: -36px;
  }
  .tablet-l-p-r--3\.6 {
    padding-right: -36px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--3\.5 {
    margin-top: -35px;
  }
  .tablet-l\:p-t--3\.5 {
    padding-top: -35px;
  }
  .tablet-l-m-t--3\.5 {
    margin-top: -35px;
  }
  .tablet-l-p-t--3\.5 {
    padding-top: -35px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--3\.5 {
    margin-bottom: -35px;
  }
  .tablet-l\:p-b--3\.5 {
    padding-bottom: -35px;
  }
  .tablet-l-m-b--3\.5 {
    margin-bottom: -35px;
  }
  .tablet-l-p-b--3\.5 {
    padding-bottom: -35px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--3\.5 {
    margin-left: -35px;
  }
  .tablet-l\:p-l--3\.5 {
    padding-left: -35px;
  }
  .tablet-l-m-l--3\.5 {
    margin-left: -35px;
  }
  .tablet-l-p-l--3\.5 {
    padding-left: -35px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--3\.5 {
    margin-right: -35px;
  }
  .tablet-l\:p-r--3\.5 {
    padding-right: -35px;
  }
  .tablet-l-m-r--3\.5 {
    margin-right: -35px;
  }
  .tablet-l-p-r--3\.5 {
    padding-right: -35px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--3\.4 {
    margin-top: -34px;
  }
  .tablet-l\:p-t--3\.4 {
    padding-top: -34px;
  }
  .tablet-l-m-t--3\.4 {
    margin-top: -34px;
  }
  .tablet-l-p-t--3\.4 {
    padding-top: -34px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--3\.4 {
    margin-bottom: -34px;
  }
  .tablet-l\:p-b--3\.4 {
    padding-bottom: -34px;
  }
  .tablet-l-m-b--3\.4 {
    margin-bottom: -34px;
  }
  .tablet-l-p-b--3\.4 {
    padding-bottom: -34px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--3\.4 {
    margin-left: -34px;
  }
  .tablet-l\:p-l--3\.4 {
    padding-left: -34px;
  }
  .tablet-l-m-l--3\.4 {
    margin-left: -34px;
  }
  .tablet-l-p-l--3\.4 {
    padding-left: -34px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--3\.4 {
    margin-right: -34px;
  }
  .tablet-l\:p-r--3\.4 {
    padding-right: -34px;
  }
  .tablet-l-m-r--3\.4 {
    margin-right: -34px;
  }
  .tablet-l-p-r--3\.4 {
    padding-right: -34px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--3\.3 {
    margin-top: -33px;
  }
  .tablet-l\:p-t--3\.3 {
    padding-top: -33px;
  }
  .tablet-l-m-t--3\.3 {
    margin-top: -33px;
  }
  .tablet-l-p-t--3\.3 {
    padding-top: -33px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--3\.3 {
    margin-bottom: -33px;
  }
  .tablet-l\:p-b--3\.3 {
    padding-bottom: -33px;
  }
  .tablet-l-m-b--3\.3 {
    margin-bottom: -33px;
  }
  .tablet-l-p-b--3\.3 {
    padding-bottom: -33px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--3\.3 {
    margin-left: -33px;
  }
  .tablet-l\:p-l--3\.3 {
    padding-left: -33px;
  }
  .tablet-l-m-l--3\.3 {
    margin-left: -33px;
  }
  .tablet-l-p-l--3\.3 {
    padding-left: -33px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--3\.3 {
    margin-right: -33px;
  }
  .tablet-l\:p-r--3\.3 {
    padding-right: -33px;
  }
  .tablet-l-m-r--3\.3 {
    margin-right: -33px;
  }
  .tablet-l-p-r--3\.3 {
    padding-right: -33px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--3\.2 {
    margin-top: -32px;
  }
  .tablet-l\:p-t--3\.2 {
    padding-top: -32px;
  }
  .tablet-l-m-t--3\.2 {
    margin-top: -32px;
  }
  .tablet-l-p-t--3\.2 {
    padding-top: -32px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--3\.2 {
    margin-bottom: -32px;
  }
  .tablet-l\:p-b--3\.2 {
    padding-bottom: -32px;
  }
  .tablet-l-m-b--3\.2 {
    margin-bottom: -32px;
  }
  .tablet-l-p-b--3\.2 {
    padding-bottom: -32px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--3\.2 {
    margin-left: -32px;
  }
  .tablet-l\:p-l--3\.2 {
    padding-left: -32px;
  }
  .tablet-l-m-l--3\.2 {
    margin-left: -32px;
  }
  .tablet-l-p-l--3\.2 {
    padding-left: -32px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--3\.2 {
    margin-right: -32px;
  }
  .tablet-l\:p-r--3\.2 {
    padding-right: -32px;
  }
  .tablet-l-m-r--3\.2 {
    margin-right: -32px;
  }
  .tablet-l-p-r--3\.2 {
    padding-right: -32px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--3\.1 {
    margin-top: -31px;
  }
  .tablet-l\:p-t--3\.1 {
    padding-top: -31px;
  }
  .tablet-l-m-t--3\.1 {
    margin-top: -31px;
  }
  .tablet-l-p-t--3\.1 {
    padding-top: -31px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--3\.1 {
    margin-bottom: -31px;
  }
  .tablet-l\:p-b--3\.1 {
    padding-bottom: -31px;
  }
  .tablet-l-m-b--3\.1 {
    margin-bottom: -31px;
  }
  .tablet-l-p-b--3\.1 {
    padding-bottom: -31px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--3\.1 {
    margin-left: -31px;
  }
  .tablet-l\:p-l--3\.1 {
    padding-left: -31px;
  }
  .tablet-l-m-l--3\.1 {
    margin-left: -31px;
  }
  .tablet-l-p-l--3\.1 {
    padding-left: -31px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--3\.1 {
    margin-right: -31px;
  }
  .tablet-l\:p-r--3\.1 {
    padding-right: -31px;
  }
  .tablet-l-m-r--3\.1 {
    margin-right: -31px;
  }
  .tablet-l-p-r--3\.1 {
    padding-right: -31px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--3 {
    margin-top: -30px;
  }
  .tablet-l\:p-t--3 {
    padding-top: -30px;
  }
  .tablet-l-m-t--3 {
    margin-top: -30px;
  }
  .tablet-l-p-t--3 {
    padding-top: -30px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--3 {
    margin-bottom: -30px;
  }
  .tablet-l\:p-b--3 {
    padding-bottom: -30px;
  }
  .tablet-l-m-b--3 {
    margin-bottom: -30px;
  }
  .tablet-l-p-b--3 {
    padding-bottom: -30px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--3 {
    margin-left: -30px;
  }
  .tablet-l\:p-l--3 {
    padding-left: -30px;
  }
  .tablet-l-m-l--3 {
    margin-left: -30px;
  }
  .tablet-l-p-l--3 {
    padding-left: -30px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--3 {
    margin-right: -30px;
  }
  .tablet-l\:p-r--3 {
    padding-right: -30px;
  }
  .tablet-l-m-r--3 {
    margin-right: -30px;
  }
  .tablet-l-p-r--3 {
    padding-right: -30px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--2\.9 {
    margin-top: -29px;
  }
  .tablet-l\:p-t--2\.9 {
    padding-top: -29px;
  }
  .tablet-l-m-t--2\.9 {
    margin-top: -29px;
  }
  .tablet-l-p-t--2\.9 {
    padding-top: -29px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--2\.9 {
    margin-bottom: -29px;
  }
  .tablet-l\:p-b--2\.9 {
    padding-bottom: -29px;
  }
  .tablet-l-m-b--2\.9 {
    margin-bottom: -29px;
  }
  .tablet-l-p-b--2\.9 {
    padding-bottom: -29px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--2\.9 {
    margin-left: -29px;
  }
  .tablet-l\:p-l--2\.9 {
    padding-left: -29px;
  }
  .tablet-l-m-l--2\.9 {
    margin-left: -29px;
  }
  .tablet-l-p-l--2\.9 {
    padding-left: -29px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--2\.9 {
    margin-right: -29px;
  }
  .tablet-l\:p-r--2\.9 {
    padding-right: -29px;
  }
  .tablet-l-m-r--2\.9 {
    margin-right: -29px;
  }
  .tablet-l-p-r--2\.9 {
    padding-right: -29px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--2\.8 {
    margin-top: -28px;
  }
  .tablet-l\:p-t--2\.8 {
    padding-top: -28px;
  }
  .tablet-l-m-t--2\.8 {
    margin-top: -28px;
  }
  .tablet-l-p-t--2\.8 {
    padding-top: -28px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--2\.8 {
    margin-bottom: -28px;
  }
  .tablet-l\:p-b--2\.8 {
    padding-bottom: -28px;
  }
  .tablet-l-m-b--2\.8 {
    margin-bottom: -28px;
  }
  .tablet-l-p-b--2\.8 {
    padding-bottom: -28px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--2\.8 {
    margin-left: -28px;
  }
  .tablet-l\:p-l--2\.8 {
    padding-left: -28px;
  }
  .tablet-l-m-l--2\.8 {
    margin-left: -28px;
  }
  .tablet-l-p-l--2\.8 {
    padding-left: -28px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--2\.8 {
    margin-right: -28px;
  }
  .tablet-l\:p-r--2\.8 {
    padding-right: -28px;
  }
  .tablet-l-m-r--2\.8 {
    margin-right: -28px;
  }
  .tablet-l-p-r--2\.8 {
    padding-right: -28px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--2\.7 {
    margin-top: -27px;
  }
  .tablet-l\:p-t--2\.7 {
    padding-top: -27px;
  }
  .tablet-l-m-t--2\.7 {
    margin-top: -27px;
  }
  .tablet-l-p-t--2\.7 {
    padding-top: -27px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--2\.7 {
    margin-bottom: -27px;
  }
  .tablet-l\:p-b--2\.7 {
    padding-bottom: -27px;
  }
  .tablet-l-m-b--2\.7 {
    margin-bottom: -27px;
  }
  .tablet-l-p-b--2\.7 {
    padding-bottom: -27px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--2\.7 {
    margin-left: -27px;
  }
  .tablet-l\:p-l--2\.7 {
    padding-left: -27px;
  }
  .tablet-l-m-l--2\.7 {
    margin-left: -27px;
  }
  .tablet-l-p-l--2\.7 {
    padding-left: -27px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--2\.7 {
    margin-right: -27px;
  }
  .tablet-l\:p-r--2\.7 {
    padding-right: -27px;
  }
  .tablet-l-m-r--2\.7 {
    margin-right: -27px;
  }
  .tablet-l-p-r--2\.7 {
    padding-right: -27px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--2\.6 {
    margin-top: -26px;
  }
  .tablet-l\:p-t--2\.6 {
    padding-top: -26px;
  }
  .tablet-l-m-t--2\.6 {
    margin-top: -26px;
  }
  .tablet-l-p-t--2\.6 {
    padding-top: -26px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--2\.6 {
    margin-bottom: -26px;
  }
  .tablet-l\:p-b--2\.6 {
    padding-bottom: -26px;
  }
  .tablet-l-m-b--2\.6 {
    margin-bottom: -26px;
  }
  .tablet-l-p-b--2\.6 {
    padding-bottom: -26px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--2\.6 {
    margin-left: -26px;
  }
  .tablet-l\:p-l--2\.6 {
    padding-left: -26px;
  }
  .tablet-l-m-l--2\.6 {
    margin-left: -26px;
  }
  .tablet-l-p-l--2\.6 {
    padding-left: -26px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--2\.6 {
    margin-right: -26px;
  }
  .tablet-l\:p-r--2\.6 {
    padding-right: -26px;
  }
  .tablet-l-m-r--2\.6 {
    margin-right: -26px;
  }
  .tablet-l-p-r--2\.6 {
    padding-right: -26px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--2\.5 {
    margin-top: -25px;
  }
  .tablet-l\:p-t--2\.5 {
    padding-top: -25px;
  }
  .tablet-l-m-t--2\.5 {
    margin-top: -25px;
  }
  .tablet-l-p-t--2\.5 {
    padding-top: -25px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--2\.5 {
    margin-bottom: -25px;
  }
  .tablet-l\:p-b--2\.5 {
    padding-bottom: -25px;
  }
  .tablet-l-m-b--2\.5 {
    margin-bottom: -25px;
  }
  .tablet-l-p-b--2\.5 {
    padding-bottom: -25px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--2\.5 {
    margin-left: -25px;
  }
  .tablet-l\:p-l--2\.5 {
    padding-left: -25px;
  }
  .tablet-l-m-l--2\.5 {
    margin-left: -25px;
  }
  .tablet-l-p-l--2\.5 {
    padding-left: -25px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--2\.5 {
    margin-right: -25px;
  }
  .tablet-l\:p-r--2\.5 {
    padding-right: -25px;
  }
  .tablet-l-m-r--2\.5 {
    margin-right: -25px;
  }
  .tablet-l-p-r--2\.5 {
    padding-right: -25px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--2\.4 {
    margin-top: -24px;
  }
  .tablet-l\:p-t--2\.4 {
    padding-top: -24px;
  }
  .tablet-l-m-t--2\.4 {
    margin-top: -24px;
  }
  .tablet-l-p-t--2\.4 {
    padding-top: -24px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--2\.4 {
    margin-bottom: -24px;
  }
  .tablet-l\:p-b--2\.4 {
    padding-bottom: -24px;
  }
  .tablet-l-m-b--2\.4 {
    margin-bottom: -24px;
  }
  .tablet-l-p-b--2\.4 {
    padding-bottom: -24px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--2\.4 {
    margin-left: -24px;
  }
  .tablet-l\:p-l--2\.4 {
    padding-left: -24px;
  }
  .tablet-l-m-l--2\.4 {
    margin-left: -24px;
  }
  .tablet-l-p-l--2\.4 {
    padding-left: -24px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--2\.4 {
    margin-right: -24px;
  }
  .tablet-l\:p-r--2\.4 {
    padding-right: -24px;
  }
  .tablet-l-m-r--2\.4 {
    margin-right: -24px;
  }
  .tablet-l-p-r--2\.4 {
    padding-right: -24px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--2\.3 {
    margin-top: -23px;
  }
  .tablet-l\:p-t--2\.3 {
    padding-top: -23px;
  }
  .tablet-l-m-t--2\.3 {
    margin-top: -23px;
  }
  .tablet-l-p-t--2\.3 {
    padding-top: -23px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--2\.3 {
    margin-bottom: -23px;
  }
  .tablet-l\:p-b--2\.3 {
    padding-bottom: -23px;
  }
  .tablet-l-m-b--2\.3 {
    margin-bottom: -23px;
  }
  .tablet-l-p-b--2\.3 {
    padding-bottom: -23px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--2\.3 {
    margin-left: -23px;
  }
  .tablet-l\:p-l--2\.3 {
    padding-left: -23px;
  }
  .tablet-l-m-l--2\.3 {
    margin-left: -23px;
  }
  .tablet-l-p-l--2\.3 {
    padding-left: -23px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--2\.3 {
    margin-right: -23px;
  }
  .tablet-l\:p-r--2\.3 {
    padding-right: -23px;
  }
  .tablet-l-m-r--2\.3 {
    margin-right: -23px;
  }
  .tablet-l-p-r--2\.3 {
    padding-right: -23px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--2\.2 {
    margin-top: -22px;
  }
  .tablet-l\:p-t--2\.2 {
    padding-top: -22px;
  }
  .tablet-l-m-t--2\.2 {
    margin-top: -22px;
  }
  .tablet-l-p-t--2\.2 {
    padding-top: -22px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--2\.2 {
    margin-bottom: -22px;
  }
  .tablet-l\:p-b--2\.2 {
    padding-bottom: -22px;
  }
  .tablet-l-m-b--2\.2 {
    margin-bottom: -22px;
  }
  .tablet-l-p-b--2\.2 {
    padding-bottom: -22px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--2\.2 {
    margin-left: -22px;
  }
  .tablet-l\:p-l--2\.2 {
    padding-left: -22px;
  }
  .tablet-l-m-l--2\.2 {
    margin-left: -22px;
  }
  .tablet-l-p-l--2\.2 {
    padding-left: -22px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--2\.2 {
    margin-right: -22px;
  }
  .tablet-l\:p-r--2\.2 {
    padding-right: -22px;
  }
  .tablet-l-m-r--2\.2 {
    margin-right: -22px;
  }
  .tablet-l-p-r--2\.2 {
    padding-right: -22px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--2\.1 {
    margin-top: -21px;
  }
  .tablet-l\:p-t--2\.1 {
    padding-top: -21px;
  }
  .tablet-l-m-t--2\.1 {
    margin-top: -21px;
  }
  .tablet-l-p-t--2\.1 {
    padding-top: -21px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--2\.1 {
    margin-bottom: -21px;
  }
  .tablet-l\:p-b--2\.1 {
    padding-bottom: -21px;
  }
  .tablet-l-m-b--2\.1 {
    margin-bottom: -21px;
  }
  .tablet-l-p-b--2\.1 {
    padding-bottom: -21px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--2\.1 {
    margin-left: -21px;
  }
  .tablet-l\:p-l--2\.1 {
    padding-left: -21px;
  }
  .tablet-l-m-l--2\.1 {
    margin-left: -21px;
  }
  .tablet-l-p-l--2\.1 {
    padding-left: -21px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--2\.1 {
    margin-right: -21px;
  }
  .tablet-l\:p-r--2\.1 {
    padding-right: -21px;
  }
  .tablet-l-m-r--2\.1 {
    margin-right: -21px;
  }
  .tablet-l-p-r--2\.1 {
    padding-right: -21px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--2 {
    margin-top: -20px;
  }
  .tablet-l\:p-t--2 {
    padding-top: -20px;
  }
  .tablet-l-m-t--2 {
    margin-top: -20px;
  }
  .tablet-l-p-t--2 {
    padding-top: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--2 {
    margin-bottom: -20px;
  }
  .tablet-l\:p-b--2 {
    padding-bottom: -20px;
  }
  .tablet-l-m-b--2 {
    margin-bottom: -20px;
  }
  .tablet-l-p-b--2 {
    padding-bottom: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--2 {
    margin-left: -20px;
  }
  .tablet-l\:p-l--2 {
    padding-left: -20px;
  }
  .tablet-l-m-l--2 {
    margin-left: -20px;
  }
  .tablet-l-p-l--2 {
    padding-left: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--2 {
    margin-right: -20px;
  }
  .tablet-l\:p-r--2 {
    padding-right: -20px;
  }
  .tablet-l-m-r--2 {
    margin-right: -20px;
  }
  .tablet-l-p-r--2 {
    padding-right: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--1\.9 {
    margin-top: -19px;
  }
  .tablet-l\:p-t--1\.9 {
    padding-top: -19px;
  }
  .tablet-l-m-t--1\.9 {
    margin-top: -19px;
  }
  .tablet-l-p-t--1\.9 {
    padding-top: -19px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--1\.9 {
    margin-bottom: -19px;
  }
  .tablet-l\:p-b--1\.9 {
    padding-bottom: -19px;
  }
  .tablet-l-m-b--1\.9 {
    margin-bottom: -19px;
  }
  .tablet-l-p-b--1\.9 {
    padding-bottom: -19px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--1\.9 {
    margin-left: -19px;
  }
  .tablet-l\:p-l--1\.9 {
    padding-left: -19px;
  }
  .tablet-l-m-l--1\.9 {
    margin-left: -19px;
  }
  .tablet-l-p-l--1\.9 {
    padding-left: -19px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--1\.9 {
    margin-right: -19px;
  }
  .tablet-l\:p-r--1\.9 {
    padding-right: -19px;
  }
  .tablet-l-m-r--1\.9 {
    margin-right: -19px;
  }
  .tablet-l-p-r--1\.9 {
    padding-right: -19px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--1\.8 {
    margin-top: -18px;
  }
  .tablet-l\:p-t--1\.8 {
    padding-top: -18px;
  }
  .tablet-l-m-t--1\.8 {
    margin-top: -18px;
  }
  .tablet-l-p-t--1\.8 {
    padding-top: -18px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--1\.8 {
    margin-bottom: -18px;
  }
  .tablet-l\:p-b--1\.8 {
    padding-bottom: -18px;
  }
  .tablet-l-m-b--1\.8 {
    margin-bottom: -18px;
  }
  .tablet-l-p-b--1\.8 {
    padding-bottom: -18px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--1\.8 {
    margin-left: -18px;
  }
  .tablet-l\:p-l--1\.8 {
    padding-left: -18px;
  }
  .tablet-l-m-l--1\.8 {
    margin-left: -18px;
  }
  .tablet-l-p-l--1\.8 {
    padding-left: -18px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--1\.8 {
    margin-right: -18px;
  }
  .tablet-l\:p-r--1\.8 {
    padding-right: -18px;
  }
  .tablet-l-m-r--1\.8 {
    margin-right: -18px;
  }
  .tablet-l-p-r--1\.8 {
    padding-right: -18px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--1\.7 {
    margin-top: -17px;
  }
  .tablet-l\:p-t--1\.7 {
    padding-top: -17px;
  }
  .tablet-l-m-t--1\.7 {
    margin-top: -17px;
  }
  .tablet-l-p-t--1\.7 {
    padding-top: -17px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--1\.7 {
    margin-bottom: -17px;
  }
  .tablet-l\:p-b--1\.7 {
    padding-bottom: -17px;
  }
  .tablet-l-m-b--1\.7 {
    margin-bottom: -17px;
  }
  .tablet-l-p-b--1\.7 {
    padding-bottom: -17px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--1\.7 {
    margin-left: -17px;
  }
  .tablet-l\:p-l--1\.7 {
    padding-left: -17px;
  }
  .tablet-l-m-l--1\.7 {
    margin-left: -17px;
  }
  .tablet-l-p-l--1\.7 {
    padding-left: -17px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--1\.7 {
    margin-right: -17px;
  }
  .tablet-l\:p-r--1\.7 {
    padding-right: -17px;
  }
  .tablet-l-m-r--1\.7 {
    margin-right: -17px;
  }
  .tablet-l-p-r--1\.7 {
    padding-right: -17px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--1\.6 {
    margin-top: -16px;
  }
  .tablet-l\:p-t--1\.6 {
    padding-top: -16px;
  }
  .tablet-l-m-t--1\.6 {
    margin-top: -16px;
  }
  .tablet-l-p-t--1\.6 {
    padding-top: -16px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--1\.6 {
    margin-bottom: -16px;
  }
  .tablet-l\:p-b--1\.6 {
    padding-bottom: -16px;
  }
  .tablet-l-m-b--1\.6 {
    margin-bottom: -16px;
  }
  .tablet-l-p-b--1\.6 {
    padding-bottom: -16px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--1\.6 {
    margin-left: -16px;
  }
  .tablet-l\:p-l--1\.6 {
    padding-left: -16px;
  }
  .tablet-l-m-l--1\.6 {
    margin-left: -16px;
  }
  .tablet-l-p-l--1\.6 {
    padding-left: -16px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--1\.6 {
    margin-right: -16px;
  }
  .tablet-l\:p-r--1\.6 {
    padding-right: -16px;
  }
  .tablet-l-m-r--1\.6 {
    margin-right: -16px;
  }
  .tablet-l-p-r--1\.6 {
    padding-right: -16px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--1\.5 {
    margin-top: -15px;
  }
  .tablet-l\:p-t--1\.5 {
    padding-top: -15px;
  }
  .tablet-l-m-t--1\.5 {
    margin-top: -15px;
  }
  .tablet-l-p-t--1\.5 {
    padding-top: -15px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--1\.5 {
    margin-bottom: -15px;
  }
  .tablet-l\:p-b--1\.5 {
    padding-bottom: -15px;
  }
  .tablet-l-m-b--1\.5 {
    margin-bottom: -15px;
  }
  .tablet-l-p-b--1\.5 {
    padding-bottom: -15px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--1\.5 {
    margin-left: -15px;
  }
  .tablet-l\:p-l--1\.5 {
    padding-left: -15px;
  }
  .tablet-l-m-l--1\.5 {
    margin-left: -15px;
  }
  .tablet-l-p-l--1\.5 {
    padding-left: -15px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--1\.5 {
    margin-right: -15px;
  }
  .tablet-l\:p-r--1\.5 {
    padding-right: -15px;
  }
  .tablet-l-m-r--1\.5 {
    margin-right: -15px;
  }
  .tablet-l-p-r--1\.5 {
    padding-right: -15px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--1\.4 {
    margin-top: -14px;
  }
  .tablet-l\:p-t--1\.4 {
    padding-top: -14px;
  }
  .tablet-l-m-t--1\.4 {
    margin-top: -14px;
  }
  .tablet-l-p-t--1\.4 {
    padding-top: -14px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--1\.4 {
    margin-bottom: -14px;
  }
  .tablet-l\:p-b--1\.4 {
    padding-bottom: -14px;
  }
  .tablet-l-m-b--1\.4 {
    margin-bottom: -14px;
  }
  .tablet-l-p-b--1\.4 {
    padding-bottom: -14px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--1\.4 {
    margin-left: -14px;
  }
  .tablet-l\:p-l--1\.4 {
    padding-left: -14px;
  }
  .tablet-l-m-l--1\.4 {
    margin-left: -14px;
  }
  .tablet-l-p-l--1\.4 {
    padding-left: -14px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--1\.4 {
    margin-right: -14px;
  }
  .tablet-l\:p-r--1\.4 {
    padding-right: -14px;
  }
  .tablet-l-m-r--1\.4 {
    margin-right: -14px;
  }
  .tablet-l-p-r--1\.4 {
    padding-right: -14px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--1\.3 {
    margin-top: -13px;
  }
  .tablet-l\:p-t--1\.3 {
    padding-top: -13px;
  }
  .tablet-l-m-t--1\.3 {
    margin-top: -13px;
  }
  .tablet-l-p-t--1\.3 {
    padding-top: -13px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--1\.3 {
    margin-bottom: -13px;
  }
  .tablet-l\:p-b--1\.3 {
    padding-bottom: -13px;
  }
  .tablet-l-m-b--1\.3 {
    margin-bottom: -13px;
  }
  .tablet-l-p-b--1\.3 {
    padding-bottom: -13px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--1\.3 {
    margin-left: -13px;
  }
  .tablet-l\:p-l--1\.3 {
    padding-left: -13px;
  }
  .tablet-l-m-l--1\.3 {
    margin-left: -13px;
  }
  .tablet-l-p-l--1\.3 {
    padding-left: -13px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--1\.3 {
    margin-right: -13px;
  }
  .tablet-l\:p-r--1\.3 {
    padding-right: -13px;
  }
  .tablet-l-m-r--1\.3 {
    margin-right: -13px;
  }
  .tablet-l-p-r--1\.3 {
    padding-right: -13px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--1\.2 {
    margin-top: -12px;
  }
  .tablet-l\:p-t--1\.2 {
    padding-top: -12px;
  }
  .tablet-l-m-t--1\.2 {
    margin-top: -12px;
  }
  .tablet-l-p-t--1\.2 {
    padding-top: -12px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--1\.2 {
    margin-bottom: -12px;
  }
  .tablet-l\:p-b--1\.2 {
    padding-bottom: -12px;
  }
  .tablet-l-m-b--1\.2 {
    margin-bottom: -12px;
  }
  .tablet-l-p-b--1\.2 {
    padding-bottom: -12px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--1\.2 {
    margin-left: -12px;
  }
  .tablet-l\:p-l--1\.2 {
    padding-left: -12px;
  }
  .tablet-l-m-l--1\.2 {
    margin-left: -12px;
  }
  .tablet-l-p-l--1\.2 {
    padding-left: -12px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--1\.2 {
    margin-right: -12px;
  }
  .tablet-l\:p-r--1\.2 {
    padding-right: -12px;
  }
  .tablet-l-m-r--1\.2 {
    margin-right: -12px;
  }
  .tablet-l-p-r--1\.2 {
    padding-right: -12px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--1\.1 {
    margin-top: -11px;
  }
  .tablet-l\:p-t--1\.1 {
    padding-top: -11px;
  }
  .tablet-l-m-t--1\.1 {
    margin-top: -11px;
  }
  .tablet-l-p-t--1\.1 {
    padding-top: -11px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--1\.1 {
    margin-bottom: -11px;
  }
  .tablet-l\:p-b--1\.1 {
    padding-bottom: -11px;
  }
  .tablet-l-m-b--1\.1 {
    margin-bottom: -11px;
  }
  .tablet-l-p-b--1\.1 {
    padding-bottom: -11px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--1\.1 {
    margin-left: -11px;
  }
  .tablet-l\:p-l--1\.1 {
    padding-left: -11px;
  }
  .tablet-l-m-l--1\.1 {
    margin-left: -11px;
  }
  .tablet-l-p-l--1\.1 {
    padding-left: -11px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--1\.1 {
    margin-right: -11px;
  }
  .tablet-l\:p-r--1\.1 {
    padding-right: -11px;
  }
  .tablet-l-m-r--1\.1 {
    margin-right: -11px;
  }
  .tablet-l-p-r--1\.1 {
    padding-right: -11px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--1 {
    margin-top: -10px;
  }
  .tablet-l\:p-t--1 {
    padding-top: -10px;
  }
  .tablet-l-m-t--1 {
    margin-top: -10px;
  }
  .tablet-l-p-t--1 {
    padding-top: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--1 {
    margin-bottom: -10px;
  }
  .tablet-l\:p-b--1 {
    padding-bottom: -10px;
  }
  .tablet-l-m-b--1 {
    margin-bottom: -10px;
  }
  .tablet-l-p-b--1 {
    padding-bottom: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--1 {
    margin-left: -10px;
  }
  .tablet-l\:p-l--1 {
    padding-left: -10px;
  }
  .tablet-l-m-l--1 {
    margin-left: -10px;
  }
  .tablet-l-p-l--1 {
    padding-left: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--1 {
    margin-right: -10px;
  }
  .tablet-l\:p-r--1 {
    padding-right: -10px;
  }
  .tablet-l-m-r--1 {
    margin-right: -10px;
  }
  .tablet-l-p-r--1 {
    padding-right: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--0\.9 {
    margin-top: -9px;
  }
  .tablet-l\:p-t--0\.9 {
    padding-top: -9px;
  }
  .tablet-l-m-t--0\.9 {
    margin-top: -9px;
  }
  .tablet-l-p-t--0\.9 {
    padding-top: -9px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--0\.9 {
    margin-bottom: -9px;
  }
  .tablet-l\:p-b--0\.9 {
    padding-bottom: -9px;
  }
  .tablet-l-m-b--0\.9 {
    margin-bottom: -9px;
  }
  .tablet-l-p-b--0\.9 {
    padding-bottom: -9px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--0\.9 {
    margin-left: -9px;
  }
  .tablet-l\:p-l--0\.9 {
    padding-left: -9px;
  }
  .tablet-l-m-l--0\.9 {
    margin-left: -9px;
  }
  .tablet-l-p-l--0\.9 {
    padding-left: -9px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--0\.9 {
    margin-right: -9px;
  }
  .tablet-l\:p-r--0\.9 {
    padding-right: -9px;
  }
  .tablet-l-m-r--0\.9 {
    margin-right: -9px;
  }
  .tablet-l-p-r--0\.9 {
    padding-right: -9px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--0\.8 {
    margin-top: -8px;
  }
  .tablet-l\:p-t--0\.8 {
    padding-top: -8px;
  }
  .tablet-l-m-t--0\.8 {
    margin-top: -8px;
  }
  .tablet-l-p-t--0\.8 {
    padding-top: -8px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--0\.8 {
    margin-bottom: -8px;
  }
  .tablet-l\:p-b--0\.8 {
    padding-bottom: -8px;
  }
  .tablet-l-m-b--0\.8 {
    margin-bottom: -8px;
  }
  .tablet-l-p-b--0\.8 {
    padding-bottom: -8px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--0\.8 {
    margin-left: -8px;
  }
  .tablet-l\:p-l--0\.8 {
    padding-left: -8px;
  }
  .tablet-l-m-l--0\.8 {
    margin-left: -8px;
  }
  .tablet-l-p-l--0\.8 {
    padding-left: -8px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--0\.8 {
    margin-right: -8px;
  }
  .tablet-l\:p-r--0\.8 {
    padding-right: -8px;
  }
  .tablet-l-m-r--0\.8 {
    margin-right: -8px;
  }
  .tablet-l-p-r--0\.8 {
    padding-right: -8px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--0\.7 {
    margin-top: -7px;
  }
  .tablet-l\:p-t--0\.7 {
    padding-top: -7px;
  }
  .tablet-l-m-t--0\.7 {
    margin-top: -7px;
  }
  .tablet-l-p-t--0\.7 {
    padding-top: -7px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--0\.7 {
    margin-bottom: -7px;
  }
  .tablet-l\:p-b--0\.7 {
    padding-bottom: -7px;
  }
  .tablet-l-m-b--0\.7 {
    margin-bottom: -7px;
  }
  .tablet-l-p-b--0\.7 {
    padding-bottom: -7px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--0\.7 {
    margin-left: -7px;
  }
  .tablet-l\:p-l--0\.7 {
    padding-left: -7px;
  }
  .tablet-l-m-l--0\.7 {
    margin-left: -7px;
  }
  .tablet-l-p-l--0\.7 {
    padding-left: -7px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--0\.7 {
    margin-right: -7px;
  }
  .tablet-l\:p-r--0\.7 {
    padding-right: -7px;
  }
  .tablet-l-m-r--0\.7 {
    margin-right: -7px;
  }
  .tablet-l-p-r--0\.7 {
    padding-right: -7px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--0\.6 {
    margin-top: -6px;
  }
  .tablet-l\:p-t--0\.6 {
    padding-top: -6px;
  }
  .tablet-l-m-t--0\.6 {
    margin-top: -6px;
  }
  .tablet-l-p-t--0\.6 {
    padding-top: -6px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--0\.6 {
    margin-bottom: -6px;
  }
  .tablet-l\:p-b--0\.6 {
    padding-bottom: -6px;
  }
  .tablet-l-m-b--0\.6 {
    margin-bottom: -6px;
  }
  .tablet-l-p-b--0\.6 {
    padding-bottom: -6px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--0\.6 {
    margin-left: -6px;
  }
  .tablet-l\:p-l--0\.6 {
    padding-left: -6px;
  }
  .tablet-l-m-l--0\.6 {
    margin-left: -6px;
  }
  .tablet-l-p-l--0\.6 {
    padding-left: -6px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--0\.6 {
    margin-right: -6px;
  }
  .tablet-l\:p-r--0\.6 {
    padding-right: -6px;
  }
  .tablet-l-m-r--0\.6 {
    margin-right: -6px;
  }
  .tablet-l-p-r--0\.6 {
    padding-right: -6px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--0\.5 {
    margin-top: -5px;
  }
  .tablet-l\:p-t--0\.5 {
    padding-top: -5px;
  }
  .tablet-l-m-t--0\.5 {
    margin-top: -5px;
  }
  .tablet-l-p-t--0\.5 {
    padding-top: -5px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--0\.5 {
    margin-bottom: -5px;
  }
  .tablet-l\:p-b--0\.5 {
    padding-bottom: -5px;
  }
  .tablet-l-m-b--0\.5 {
    margin-bottom: -5px;
  }
  .tablet-l-p-b--0\.5 {
    padding-bottom: -5px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--0\.5 {
    margin-left: -5px;
  }
  .tablet-l\:p-l--0\.5 {
    padding-left: -5px;
  }
  .tablet-l-m-l--0\.5 {
    margin-left: -5px;
  }
  .tablet-l-p-l--0\.5 {
    padding-left: -5px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--0\.5 {
    margin-right: -5px;
  }
  .tablet-l\:p-r--0\.5 {
    padding-right: -5px;
  }
  .tablet-l-m-r--0\.5 {
    margin-right: -5px;
  }
  .tablet-l-p-r--0\.5 {
    padding-right: -5px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--0\.4 {
    margin-top: -4px;
  }
  .tablet-l\:p-t--0\.4 {
    padding-top: -4px;
  }
  .tablet-l-m-t--0\.4 {
    margin-top: -4px;
  }
  .tablet-l-p-t--0\.4 {
    padding-top: -4px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--0\.4 {
    margin-bottom: -4px;
  }
  .tablet-l\:p-b--0\.4 {
    padding-bottom: -4px;
  }
  .tablet-l-m-b--0\.4 {
    margin-bottom: -4px;
  }
  .tablet-l-p-b--0\.4 {
    padding-bottom: -4px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--0\.4 {
    margin-left: -4px;
  }
  .tablet-l\:p-l--0\.4 {
    padding-left: -4px;
  }
  .tablet-l-m-l--0\.4 {
    margin-left: -4px;
  }
  .tablet-l-p-l--0\.4 {
    padding-left: -4px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--0\.4 {
    margin-right: -4px;
  }
  .tablet-l\:p-r--0\.4 {
    padding-right: -4px;
  }
  .tablet-l-m-r--0\.4 {
    margin-right: -4px;
  }
  .tablet-l-p-r--0\.4 {
    padding-right: -4px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--0\.3 {
    margin-top: -3px;
  }
  .tablet-l\:p-t--0\.3 {
    padding-top: -3px;
  }
  .tablet-l-m-t--0\.3 {
    margin-top: -3px;
  }
  .tablet-l-p-t--0\.3 {
    padding-top: -3px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--0\.3 {
    margin-bottom: -3px;
  }
  .tablet-l\:p-b--0\.3 {
    padding-bottom: -3px;
  }
  .tablet-l-m-b--0\.3 {
    margin-bottom: -3px;
  }
  .tablet-l-p-b--0\.3 {
    padding-bottom: -3px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--0\.3 {
    margin-left: -3px;
  }
  .tablet-l\:p-l--0\.3 {
    padding-left: -3px;
  }
  .tablet-l-m-l--0\.3 {
    margin-left: -3px;
  }
  .tablet-l-p-l--0\.3 {
    padding-left: -3px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--0\.3 {
    margin-right: -3px;
  }
  .tablet-l\:p-r--0\.3 {
    padding-right: -3px;
  }
  .tablet-l-m-r--0\.3 {
    margin-right: -3px;
  }
  .tablet-l-p-r--0\.3 {
    padding-right: -3px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--0\.2 {
    margin-top: -2px;
  }
  .tablet-l\:p-t--0\.2 {
    padding-top: -2px;
  }
  .tablet-l-m-t--0\.2 {
    margin-top: -2px;
  }
  .tablet-l-p-t--0\.2 {
    padding-top: -2px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--0\.2 {
    margin-bottom: -2px;
  }
  .tablet-l\:p-b--0\.2 {
    padding-bottom: -2px;
  }
  .tablet-l-m-b--0\.2 {
    margin-bottom: -2px;
  }
  .tablet-l-p-b--0\.2 {
    padding-bottom: -2px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--0\.2 {
    margin-left: -2px;
  }
  .tablet-l\:p-l--0\.2 {
    padding-left: -2px;
  }
  .tablet-l-m-l--0\.2 {
    margin-left: -2px;
  }
  .tablet-l-p-l--0\.2 {
    padding-left: -2px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--0\.2 {
    margin-right: -2px;
  }
  .tablet-l\:p-r--0\.2 {
    padding-right: -2px;
  }
  .tablet-l-m-r--0\.2 {
    margin-right: -2px;
  }
  .tablet-l-p-r--0\.2 {
    padding-right: -2px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t--0\.1 {
    margin-top: -1px;
  }
  .tablet-l\:p-t--0\.1 {
    padding-top: -1px;
  }
  .tablet-l-m-t--0\.1 {
    margin-top: -1px;
  }
  .tablet-l-p-t--0\.1 {
    padding-top: -1px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b--0\.1 {
    margin-bottom: -1px;
  }
  .tablet-l\:p-b--0\.1 {
    padding-bottom: -1px;
  }
  .tablet-l-m-b--0\.1 {
    margin-bottom: -1px;
  }
  .tablet-l-p-b--0\.1 {
    padding-bottom: -1px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l--0\.1 {
    margin-left: -1px;
  }
  .tablet-l\:p-l--0\.1 {
    padding-left: -1px;
  }
  .tablet-l-m-l--0\.1 {
    margin-left: -1px;
  }
  .tablet-l-p-l--0\.1 {
    padding-left: -1px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r--0\.1 {
    margin-right: -1px;
  }
  .tablet-l\:p-r--0\.1 {
    padding-right: -1px;
  }
  .tablet-l-m-r--0\.1 {
    margin-right: -1px;
  }
  .tablet-l-p-r--0\.1 {
    padding-right: -1px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-0 {
    margin-top: 0px;
  }
  .tablet-l\:p-t-0 {
    padding-top: 0px;
  }
  .tablet-l-m-t-0 {
    margin-top: 0px;
  }
  .tablet-l-p-t-0 {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-0 {
    margin-bottom: 0px;
  }
  .tablet-l\:p-b-0 {
    padding-bottom: 0px;
  }
  .tablet-l-m-b-0 {
    margin-bottom: 0px;
  }
  .tablet-l-p-b-0 {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-0 {
    margin-left: 0px;
  }
  .tablet-l\:p-l-0 {
    padding-left: 0px;
  }
  .tablet-l-m-l-0 {
    margin-left: 0px;
  }
  .tablet-l-p-l-0 {
    padding-left: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-0 {
    margin-right: 0px;
  }
  .tablet-l\:p-r-0 {
    padding-right: 0px;
  }
  .tablet-l-m-r-0 {
    margin-right: 0px;
  }
  .tablet-l-p-r-0 {
    padding-right: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-0\.1 {
    margin-top: 1px;
  }
  .tablet-l\:p-t-0\.1 {
    padding-top: 1px;
  }
  .tablet-l-m-t-0\.1 {
    margin-top: 1px;
  }
  .tablet-l-p-t-0\.1 {
    padding-top: 1px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-0\.1 {
    margin-bottom: 1px;
  }
  .tablet-l\:p-b-0\.1 {
    padding-bottom: 1px;
  }
  .tablet-l-m-b-0\.1 {
    margin-bottom: 1px;
  }
  .tablet-l-p-b-0\.1 {
    padding-bottom: 1px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-0\.1 {
    margin-left: 1px;
  }
  .tablet-l\:p-l-0\.1 {
    padding-left: 1px;
  }
  .tablet-l-m-l-0\.1 {
    margin-left: 1px;
  }
  .tablet-l-p-l-0\.1 {
    padding-left: 1px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-0\.1 {
    margin-right: 1px;
  }
  .tablet-l\:p-r-0\.1 {
    padding-right: 1px;
  }
  .tablet-l-m-r-0\.1 {
    margin-right: 1px;
  }
  .tablet-l-p-r-0\.1 {
    padding-right: 1px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-0\.2 {
    margin-top: 2px;
  }
  .tablet-l\:p-t-0\.2 {
    padding-top: 2px;
  }
  .tablet-l-m-t-0\.2 {
    margin-top: 2px;
  }
  .tablet-l-p-t-0\.2 {
    padding-top: 2px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-0\.2 {
    margin-bottom: 2px;
  }
  .tablet-l\:p-b-0\.2 {
    padding-bottom: 2px;
  }
  .tablet-l-m-b-0\.2 {
    margin-bottom: 2px;
  }
  .tablet-l-p-b-0\.2 {
    padding-bottom: 2px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-0\.2 {
    margin-left: 2px;
  }
  .tablet-l\:p-l-0\.2 {
    padding-left: 2px;
  }
  .tablet-l-m-l-0\.2 {
    margin-left: 2px;
  }
  .tablet-l-p-l-0\.2 {
    padding-left: 2px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-0\.2 {
    margin-right: 2px;
  }
  .tablet-l\:p-r-0\.2 {
    padding-right: 2px;
  }
  .tablet-l-m-r-0\.2 {
    margin-right: 2px;
  }
  .tablet-l-p-r-0\.2 {
    padding-right: 2px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-0\.3 {
    margin-top: 3px;
  }
  .tablet-l\:p-t-0\.3 {
    padding-top: 3px;
  }
  .tablet-l-m-t-0\.3 {
    margin-top: 3px;
  }
  .tablet-l-p-t-0\.3 {
    padding-top: 3px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-0\.3 {
    margin-bottom: 3px;
  }
  .tablet-l\:p-b-0\.3 {
    padding-bottom: 3px;
  }
  .tablet-l-m-b-0\.3 {
    margin-bottom: 3px;
  }
  .tablet-l-p-b-0\.3 {
    padding-bottom: 3px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-0\.3 {
    margin-left: 3px;
  }
  .tablet-l\:p-l-0\.3 {
    padding-left: 3px;
  }
  .tablet-l-m-l-0\.3 {
    margin-left: 3px;
  }
  .tablet-l-p-l-0\.3 {
    padding-left: 3px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-0\.3 {
    margin-right: 3px;
  }
  .tablet-l\:p-r-0\.3 {
    padding-right: 3px;
  }
  .tablet-l-m-r-0\.3 {
    margin-right: 3px;
  }
  .tablet-l-p-r-0\.3 {
    padding-right: 3px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-0\.4 {
    margin-top: 4px;
  }
  .tablet-l\:p-t-0\.4 {
    padding-top: 4px;
  }
  .tablet-l-m-t-0\.4 {
    margin-top: 4px;
  }
  .tablet-l-p-t-0\.4 {
    padding-top: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-0\.4 {
    margin-bottom: 4px;
  }
  .tablet-l\:p-b-0\.4 {
    padding-bottom: 4px;
  }
  .tablet-l-m-b-0\.4 {
    margin-bottom: 4px;
  }
  .tablet-l-p-b-0\.4 {
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-0\.4 {
    margin-left: 4px;
  }
  .tablet-l\:p-l-0\.4 {
    padding-left: 4px;
  }
  .tablet-l-m-l-0\.4 {
    margin-left: 4px;
  }
  .tablet-l-p-l-0\.4 {
    padding-left: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-0\.4 {
    margin-right: 4px;
  }
  .tablet-l\:p-r-0\.4 {
    padding-right: 4px;
  }
  .tablet-l-m-r-0\.4 {
    margin-right: 4px;
  }
  .tablet-l-p-r-0\.4 {
    padding-right: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-0\.5 {
    margin-top: 5px;
  }
  .tablet-l\:p-t-0\.5 {
    padding-top: 5px;
  }
  .tablet-l-m-t-0\.5 {
    margin-top: 5px;
  }
  .tablet-l-p-t-0\.5 {
    padding-top: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-0\.5 {
    margin-bottom: 5px;
  }
  .tablet-l\:p-b-0\.5 {
    padding-bottom: 5px;
  }
  .tablet-l-m-b-0\.5 {
    margin-bottom: 5px;
  }
  .tablet-l-p-b-0\.5 {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-0\.5 {
    margin-left: 5px;
  }
  .tablet-l\:p-l-0\.5 {
    padding-left: 5px;
  }
  .tablet-l-m-l-0\.5 {
    margin-left: 5px;
  }
  .tablet-l-p-l-0\.5 {
    padding-left: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-0\.5 {
    margin-right: 5px;
  }
  .tablet-l\:p-r-0\.5 {
    padding-right: 5px;
  }
  .tablet-l-m-r-0\.5 {
    margin-right: 5px;
  }
  .tablet-l-p-r-0\.5 {
    padding-right: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-0\.6 {
    margin-top: 6px;
  }
  .tablet-l\:p-t-0\.6 {
    padding-top: 6px;
  }
  .tablet-l-m-t-0\.6 {
    margin-top: 6px;
  }
  .tablet-l-p-t-0\.6 {
    padding-top: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-0\.6 {
    margin-bottom: 6px;
  }
  .tablet-l\:p-b-0\.6 {
    padding-bottom: 6px;
  }
  .tablet-l-m-b-0\.6 {
    margin-bottom: 6px;
  }
  .tablet-l-p-b-0\.6 {
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-0\.6 {
    margin-left: 6px;
  }
  .tablet-l\:p-l-0\.6 {
    padding-left: 6px;
  }
  .tablet-l-m-l-0\.6 {
    margin-left: 6px;
  }
  .tablet-l-p-l-0\.6 {
    padding-left: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-0\.6 {
    margin-right: 6px;
  }
  .tablet-l\:p-r-0\.6 {
    padding-right: 6px;
  }
  .tablet-l-m-r-0\.6 {
    margin-right: 6px;
  }
  .tablet-l-p-r-0\.6 {
    padding-right: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-0\.7 {
    margin-top: 7px;
  }
  .tablet-l\:p-t-0\.7 {
    padding-top: 7px;
  }
  .tablet-l-m-t-0\.7 {
    margin-top: 7px;
  }
  .tablet-l-p-t-0\.7 {
    padding-top: 7px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-0\.7 {
    margin-bottom: 7px;
  }
  .tablet-l\:p-b-0\.7 {
    padding-bottom: 7px;
  }
  .tablet-l-m-b-0\.7 {
    margin-bottom: 7px;
  }
  .tablet-l-p-b-0\.7 {
    padding-bottom: 7px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-0\.7 {
    margin-left: 7px;
  }
  .tablet-l\:p-l-0\.7 {
    padding-left: 7px;
  }
  .tablet-l-m-l-0\.7 {
    margin-left: 7px;
  }
  .tablet-l-p-l-0\.7 {
    padding-left: 7px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-0\.7 {
    margin-right: 7px;
  }
  .tablet-l\:p-r-0\.7 {
    padding-right: 7px;
  }
  .tablet-l-m-r-0\.7 {
    margin-right: 7px;
  }
  .tablet-l-p-r-0\.7 {
    padding-right: 7px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-0\.8 {
    margin-top: 8px;
  }
  .tablet-l\:p-t-0\.8 {
    padding-top: 8px;
  }
  .tablet-l-m-t-0\.8 {
    margin-top: 8px;
  }
  .tablet-l-p-t-0\.8 {
    padding-top: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-0\.8 {
    margin-bottom: 8px;
  }
  .tablet-l\:p-b-0\.8 {
    padding-bottom: 8px;
  }
  .tablet-l-m-b-0\.8 {
    margin-bottom: 8px;
  }
  .tablet-l-p-b-0\.8 {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-0\.8 {
    margin-left: 8px;
  }
  .tablet-l\:p-l-0\.8 {
    padding-left: 8px;
  }
  .tablet-l-m-l-0\.8 {
    margin-left: 8px;
  }
  .tablet-l-p-l-0\.8 {
    padding-left: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-0\.8 {
    margin-right: 8px;
  }
  .tablet-l\:p-r-0\.8 {
    padding-right: 8px;
  }
  .tablet-l-m-r-0\.8 {
    margin-right: 8px;
  }
  .tablet-l-p-r-0\.8 {
    padding-right: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-0\.9 {
    margin-top: 9px;
  }
  .tablet-l\:p-t-0\.9 {
    padding-top: 9px;
  }
  .tablet-l-m-t-0\.9 {
    margin-top: 9px;
  }
  .tablet-l-p-t-0\.9 {
    padding-top: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-0\.9 {
    margin-bottom: 9px;
  }
  .tablet-l\:p-b-0\.9 {
    padding-bottom: 9px;
  }
  .tablet-l-m-b-0\.9 {
    margin-bottom: 9px;
  }
  .tablet-l-p-b-0\.9 {
    padding-bottom: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-0\.9 {
    margin-left: 9px;
  }
  .tablet-l\:p-l-0\.9 {
    padding-left: 9px;
  }
  .tablet-l-m-l-0\.9 {
    margin-left: 9px;
  }
  .tablet-l-p-l-0\.9 {
    padding-left: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-0\.9 {
    margin-right: 9px;
  }
  .tablet-l\:p-r-0\.9 {
    padding-right: 9px;
  }
  .tablet-l-m-r-0\.9 {
    margin-right: 9px;
  }
  .tablet-l-p-r-0\.9 {
    padding-right: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-1 {
    margin-top: 10px;
  }
  .tablet-l\:p-t-1 {
    padding-top: 10px;
  }
  .tablet-l-m-t-1 {
    margin-top: 10px;
  }
  .tablet-l-p-t-1 {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-1 {
    margin-bottom: 10px;
  }
  .tablet-l\:p-b-1 {
    padding-bottom: 10px;
  }
  .tablet-l-m-b-1 {
    margin-bottom: 10px;
  }
  .tablet-l-p-b-1 {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-1 {
    margin-left: 10px;
  }
  .tablet-l\:p-l-1 {
    padding-left: 10px;
  }
  .tablet-l-m-l-1 {
    margin-left: 10px;
  }
  .tablet-l-p-l-1 {
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-1 {
    margin-right: 10px;
  }
  .tablet-l\:p-r-1 {
    padding-right: 10px;
  }
  .tablet-l-m-r-1 {
    margin-right: 10px;
  }
  .tablet-l-p-r-1 {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-1\.1 {
    margin-top: 11px;
  }
  .tablet-l\:p-t-1\.1 {
    padding-top: 11px;
  }
  .tablet-l-m-t-1\.1 {
    margin-top: 11px;
  }
  .tablet-l-p-t-1\.1 {
    padding-top: 11px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-1\.1 {
    margin-bottom: 11px;
  }
  .tablet-l\:p-b-1\.1 {
    padding-bottom: 11px;
  }
  .tablet-l-m-b-1\.1 {
    margin-bottom: 11px;
  }
  .tablet-l-p-b-1\.1 {
    padding-bottom: 11px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-1\.1 {
    margin-left: 11px;
  }
  .tablet-l\:p-l-1\.1 {
    padding-left: 11px;
  }
  .tablet-l-m-l-1\.1 {
    margin-left: 11px;
  }
  .tablet-l-p-l-1\.1 {
    padding-left: 11px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-1\.1 {
    margin-right: 11px;
  }
  .tablet-l\:p-r-1\.1 {
    padding-right: 11px;
  }
  .tablet-l-m-r-1\.1 {
    margin-right: 11px;
  }
  .tablet-l-p-r-1\.1 {
    padding-right: 11px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-1\.2 {
    margin-top: 12px;
  }
  .tablet-l\:p-t-1\.2 {
    padding-top: 12px;
  }
  .tablet-l-m-t-1\.2 {
    margin-top: 12px;
  }
  .tablet-l-p-t-1\.2 {
    padding-top: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-1\.2 {
    margin-bottom: 12px;
  }
  .tablet-l\:p-b-1\.2 {
    padding-bottom: 12px;
  }
  .tablet-l-m-b-1\.2 {
    margin-bottom: 12px;
  }
  .tablet-l-p-b-1\.2 {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-1\.2 {
    margin-left: 12px;
  }
  .tablet-l\:p-l-1\.2 {
    padding-left: 12px;
  }
  .tablet-l-m-l-1\.2 {
    margin-left: 12px;
  }
  .tablet-l-p-l-1\.2 {
    padding-left: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-1\.2 {
    margin-right: 12px;
  }
  .tablet-l\:p-r-1\.2 {
    padding-right: 12px;
  }
  .tablet-l-m-r-1\.2 {
    margin-right: 12px;
  }
  .tablet-l-p-r-1\.2 {
    padding-right: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-1\.3 {
    margin-top: 13px;
  }
  .tablet-l\:p-t-1\.3 {
    padding-top: 13px;
  }
  .tablet-l-m-t-1\.3 {
    margin-top: 13px;
  }
  .tablet-l-p-t-1\.3 {
    padding-top: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-1\.3 {
    margin-bottom: 13px;
  }
  .tablet-l\:p-b-1\.3 {
    padding-bottom: 13px;
  }
  .tablet-l-m-b-1\.3 {
    margin-bottom: 13px;
  }
  .tablet-l-p-b-1\.3 {
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-1\.3 {
    margin-left: 13px;
  }
  .tablet-l\:p-l-1\.3 {
    padding-left: 13px;
  }
  .tablet-l-m-l-1\.3 {
    margin-left: 13px;
  }
  .tablet-l-p-l-1\.3 {
    padding-left: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-1\.3 {
    margin-right: 13px;
  }
  .tablet-l\:p-r-1\.3 {
    padding-right: 13px;
  }
  .tablet-l-m-r-1\.3 {
    margin-right: 13px;
  }
  .tablet-l-p-r-1\.3 {
    padding-right: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-1\.4 {
    margin-top: 14px;
  }
  .tablet-l\:p-t-1\.4 {
    padding-top: 14px;
  }
  .tablet-l-m-t-1\.4 {
    margin-top: 14px;
  }
  .tablet-l-p-t-1\.4 {
    padding-top: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-1\.4 {
    margin-bottom: 14px;
  }
  .tablet-l\:p-b-1\.4 {
    padding-bottom: 14px;
  }
  .tablet-l-m-b-1\.4 {
    margin-bottom: 14px;
  }
  .tablet-l-p-b-1\.4 {
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-1\.4 {
    margin-left: 14px;
  }
  .tablet-l\:p-l-1\.4 {
    padding-left: 14px;
  }
  .tablet-l-m-l-1\.4 {
    margin-left: 14px;
  }
  .tablet-l-p-l-1\.4 {
    padding-left: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-1\.4 {
    margin-right: 14px;
  }
  .tablet-l\:p-r-1\.4 {
    padding-right: 14px;
  }
  .tablet-l-m-r-1\.4 {
    margin-right: 14px;
  }
  .tablet-l-p-r-1\.4 {
    padding-right: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-1\.5 {
    margin-top: 15px;
  }
  .tablet-l\:p-t-1\.5 {
    padding-top: 15px;
  }
  .tablet-l-m-t-1\.5 {
    margin-top: 15px;
  }
  .tablet-l-p-t-1\.5 {
    padding-top: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-1\.5 {
    margin-bottom: 15px;
  }
  .tablet-l\:p-b-1\.5 {
    padding-bottom: 15px;
  }
  .tablet-l-m-b-1\.5 {
    margin-bottom: 15px;
  }
  .tablet-l-p-b-1\.5 {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-1\.5 {
    margin-left: 15px;
  }
  .tablet-l\:p-l-1\.5 {
    padding-left: 15px;
  }
  .tablet-l-m-l-1\.5 {
    margin-left: 15px;
  }
  .tablet-l-p-l-1\.5 {
    padding-left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-1\.5 {
    margin-right: 15px;
  }
  .tablet-l\:p-r-1\.5 {
    padding-right: 15px;
  }
  .tablet-l-m-r-1\.5 {
    margin-right: 15px;
  }
  .tablet-l-p-r-1\.5 {
    padding-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-1\.6 {
    margin-top: 16px;
  }
  .tablet-l\:p-t-1\.6 {
    padding-top: 16px;
  }
  .tablet-l-m-t-1\.6 {
    margin-top: 16px;
  }
  .tablet-l-p-t-1\.6 {
    padding-top: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-1\.6 {
    margin-bottom: 16px;
  }
  .tablet-l\:p-b-1\.6 {
    padding-bottom: 16px;
  }
  .tablet-l-m-b-1\.6 {
    margin-bottom: 16px;
  }
  .tablet-l-p-b-1\.6 {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-1\.6 {
    margin-left: 16px;
  }
  .tablet-l\:p-l-1\.6 {
    padding-left: 16px;
  }
  .tablet-l-m-l-1\.6 {
    margin-left: 16px;
  }
  .tablet-l-p-l-1\.6 {
    padding-left: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-1\.6 {
    margin-right: 16px;
  }
  .tablet-l\:p-r-1\.6 {
    padding-right: 16px;
  }
  .tablet-l-m-r-1\.6 {
    margin-right: 16px;
  }
  .tablet-l-p-r-1\.6 {
    padding-right: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-1\.7 {
    margin-top: 17px;
  }
  .tablet-l\:p-t-1\.7 {
    padding-top: 17px;
  }
  .tablet-l-m-t-1\.7 {
    margin-top: 17px;
  }
  .tablet-l-p-t-1\.7 {
    padding-top: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-1\.7 {
    margin-bottom: 17px;
  }
  .tablet-l\:p-b-1\.7 {
    padding-bottom: 17px;
  }
  .tablet-l-m-b-1\.7 {
    margin-bottom: 17px;
  }
  .tablet-l-p-b-1\.7 {
    padding-bottom: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-1\.7 {
    margin-left: 17px;
  }
  .tablet-l\:p-l-1\.7 {
    padding-left: 17px;
  }
  .tablet-l-m-l-1\.7 {
    margin-left: 17px;
  }
  .tablet-l-p-l-1\.7 {
    padding-left: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-1\.7 {
    margin-right: 17px;
  }
  .tablet-l\:p-r-1\.7 {
    padding-right: 17px;
  }
  .tablet-l-m-r-1\.7 {
    margin-right: 17px;
  }
  .tablet-l-p-r-1\.7 {
    padding-right: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-1\.8 {
    margin-top: 18px;
  }
  .tablet-l\:p-t-1\.8 {
    padding-top: 18px;
  }
  .tablet-l-m-t-1\.8 {
    margin-top: 18px;
  }
  .tablet-l-p-t-1\.8 {
    padding-top: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-1\.8 {
    margin-bottom: 18px;
  }
  .tablet-l\:p-b-1\.8 {
    padding-bottom: 18px;
  }
  .tablet-l-m-b-1\.8 {
    margin-bottom: 18px;
  }
  .tablet-l-p-b-1\.8 {
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-1\.8 {
    margin-left: 18px;
  }
  .tablet-l\:p-l-1\.8 {
    padding-left: 18px;
  }
  .tablet-l-m-l-1\.8 {
    margin-left: 18px;
  }
  .tablet-l-p-l-1\.8 {
    padding-left: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-1\.8 {
    margin-right: 18px;
  }
  .tablet-l\:p-r-1\.8 {
    padding-right: 18px;
  }
  .tablet-l-m-r-1\.8 {
    margin-right: 18px;
  }
  .tablet-l-p-r-1\.8 {
    padding-right: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-1\.9 {
    margin-top: 19px;
  }
  .tablet-l\:p-t-1\.9 {
    padding-top: 19px;
  }
  .tablet-l-m-t-1\.9 {
    margin-top: 19px;
  }
  .tablet-l-p-t-1\.9 {
    padding-top: 19px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-1\.9 {
    margin-bottom: 19px;
  }
  .tablet-l\:p-b-1\.9 {
    padding-bottom: 19px;
  }
  .tablet-l-m-b-1\.9 {
    margin-bottom: 19px;
  }
  .tablet-l-p-b-1\.9 {
    padding-bottom: 19px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-1\.9 {
    margin-left: 19px;
  }
  .tablet-l\:p-l-1\.9 {
    padding-left: 19px;
  }
  .tablet-l-m-l-1\.9 {
    margin-left: 19px;
  }
  .tablet-l-p-l-1\.9 {
    padding-left: 19px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-1\.9 {
    margin-right: 19px;
  }
  .tablet-l\:p-r-1\.9 {
    padding-right: 19px;
  }
  .tablet-l-m-r-1\.9 {
    margin-right: 19px;
  }
  .tablet-l-p-r-1\.9 {
    padding-right: 19px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-2 {
    margin-top: 20px;
  }
  .tablet-l\:p-t-2 {
    padding-top: 20px;
  }
  .tablet-l-m-t-2 {
    margin-top: 20px;
  }
  .tablet-l-p-t-2 {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-2 {
    margin-bottom: 20px;
  }
  .tablet-l\:p-b-2 {
    padding-bottom: 20px;
  }
  .tablet-l-m-b-2 {
    margin-bottom: 20px;
  }
  .tablet-l-p-b-2 {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-2 {
    margin-left: 20px;
  }
  .tablet-l\:p-l-2 {
    padding-left: 20px;
  }
  .tablet-l-m-l-2 {
    margin-left: 20px;
  }
  .tablet-l-p-l-2 {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-2 {
    margin-right: 20px;
  }
  .tablet-l\:p-r-2 {
    padding-right: 20px;
  }
  .tablet-l-m-r-2 {
    margin-right: 20px;
  }
  .tablet-l-p-r-2 {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-2\.1 {
    margin-top: 21px;
  }
  .tablet-l\:p-t-2\.1 {
    padding-top: 21px;
  }
  .tablet-l-m-t-2\.1 {
    margin-top: 21px;
  }
  .tablet-l-p-t-2\.1 {
    padding-top: 21px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-2\.1 {
    margin-bottom: 21px;
  }
  .tablet-l\:p-b-2\.1 {
    padding-bottom: 21px;
  }
  .tablet-l-m-b-2\.1 {
    margin-bottom: 21px;
  }
  .tablet-l-p-b-2\.1 {
    padding-bottom: 21px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-2\.1 {
    margin-left: 21px;
  }
  .tablet-l\:p-l-2\.1 {
    padding-left: 21px;
  }
  .tablet-l-m-l-2\.1 {
    margin-left: 21px;
  }
  .tablet-l-p-l-2\.1 {
    padding-left: 21px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-2\.1 {
    margin-right: 21px;
  }
  .tablet-l\:p-r-2\.1 {
    padding-right: 21px;
  }
  .tablet-l-m-r-2\.1 {
    margin-right: 21px;
  }
  .tablet-l-p-r-2\.1 {
    padding-right: 21px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-2\.2 {
    margin-top: 22px;
  }
  .tablet-l\:p-t-2\.2 {
    padding-top: 22px;
  }
  .tablet-l-m-t-2\.2 {
    margin-top: 22px;
  }
  .tablet-l-p-t-2\.2 {
    padding-top: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-2\.2 {
    margin-bottom: 22px;
  }
  .tablet-l\:p-b-2\.2 {
    padding-bottom: 22px;
  }
  .tablet-l-m-b-2\.2 {
    margin-bottom: 22px;
  }
  .tablet-l-p-b-2\.2 {
    padding-bottom: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-2\.2 {
    margin-left: 22px;
  }
  .tablet-l\:p-l-2\.2 {
    padding-left: 22px;
  }
  .tablet-l-m-l-2\.2 {
    margin-left: 22px;
  }
  .tablet-l-p-l-2\.2 {
    padding-left: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-2\.2 {
    margin-right: 22px;
  }
  .tablet-l\:p-r-2\.2 {
    padding-right: 22px;
  }
  .tablet-l-m-r-2\.2 {
    margin-right: 22px;
  }
  .tablet-l-p-r-2\.2 {
    padding-right: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-2\.3 {
    margin-top: 23px;
  }
  .tablet-l\:p-t-2\.3 {
    padding-top: 23px;
  }
  .tablet-l-m-t-2\.3 {
    margin-top: 23px;
  }
  .tablet-l-p-t-2\.3 {
    padding-top: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-2\.3 {
    margin-bottom: 23px;
  }
  .tablet-l\:p-b-2\.3 {
    padding-bottom: 23px;
  }
  .tablet-l-m-b-2\.3 {
    margin-bottom: 23px;
  }
  .tablet-l-p-b-2\.3 {
    padding-bottom: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-2\.3 {
    margin-left: 23px;
  }
  .tablet-l\:p-l-2\.3 {
    padding-left: 23px;
  }
  .tablet-l-m-l-2\.3 {
    margin-left: 23px;
  }
  .tablet-l-p-l-2\.3 {
    padding-left: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-2\.3 {
    margin-right: 23px;
  }
  .tablet-l\:p-r-2\.3 {
    padding-right: 23px;
  }
  .tablet-l-m-r-2\.3 {
    margin-right: 23px;
  }
  .tablet-l-p-r-2\.3 {
    padding-right: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-2\.4 {
    margin-top: 24px;
  }
  .tablet-l\:p-t-2\.4 {
    padding-top: 24px;
  }
  .tablet-l-m-t-2\.4 {
    margin-top: 24px;
  }
  .tablet-l-p-t-2\.4 {
    padding-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-2\.4 {
    margin-bottom: 24px;
  }
  .tablet-l\:p-b-2\.4 {
    padding-bottom: 24px;
  }
  .tablet-l-m-b-2\.4 {
    margin-bottom: 24px;
  }
  .tablet-l-p-b-2\.4 {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-2\.4 {
    margin-left: 24px;
  }
  .tablet-l\:p-l-2\.4 {
    padding-left: 24px;
  }
  .tablet-l-m-l-2\.4 {
    margin-left: 24px;
  }
  .tablet-l-p-l-2\.4 {
    padding-left: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-2\.4 {
    margin-right: 24px;
  }
  .tablet-l\:p-r-2\.4 {
    padding-right: 24px;
  }
  .tablet-l-m-r-2\.4 {
    margin-right: 24px;
  }
  .tablet-l-p-r-2\.4 {
    padding-right: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-2\.5 {
    margin-top: 25px;
  }
  .tablet-l\:p-t-2\.5 {
    padding-top: 25px;
  }
  .tablet-l-m-t-2\.5 {
    margin-top: 25px;
  }
  .tablet-l-p-t-2\.5 {
    padding-top: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-2\.5 {
    margin-bottom: 25px;
  }
  .tablet-l\:p-b-2\.5 {
    padding-bottom: 25px;
  }
  .tablet-l-m-b-2\.5 {
    margin-bottom: 25px;
  }
  .tablet-l-p-b-2\.5 {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-2\.5 {
    margin-left: 25px;
  }
  .tablet-l\:p-l-2\.5 {
    padding-left: 25px;
  }
  .tablet-l-m-l-2\.5 {
    margin-left: 25px;
  }
  .tablet-l-p-l-2\.5 {
    padding-left: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-2\.5 {
    margin-right: 25px;
  }
  .tablet-l\:p-r-2\.5 {
    padding-right: 25px;
  }
  .tablet-l-m-r-2\.5 {
    margin-right: 25px;
  }
  .tablet-l-p-r-2\.5 {
    padding-right: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-2\.6 {
    margin-top: 26px;
  }
  .tablet-l\:p-t-2\.6 {
    padding-top: 26px;
  }
  .tablet-l-m-t-2\.6 {
    margin-top: 26px;
  }
  .tablet-l-p-t-2\.6 {
    padding-top: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-2\.6 {
    margin-bottom: 26px;
  }
  .tablet-l\:p-b-2\.6 {
    padding-bottom: 26px;
  }
  .tablet-l-m-b-2\.6 {
    margin-bottom: 26px;
  }
  .tablet-l-p-b-2\.6 {
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-2\.6 {
    margin-left: 26px;
  }
  .tablet-l\:p-l-2\.6 {
    padding-left: 26px;
  }
  .tablet-l-m-l-2\.6 {
    margin-left: 26px;
  }
  .tablet-l-p-l-2\.6 {
    padding-left: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-2\.6 {
    margin-right: 26px;
  }
  .tablet-l\:p-r-2\.6 {
    padding-right: 26px;
  }
  .tablet-l-m-r-2\.6 {
    margin-right: 26px;
  }
  .tablet-l-p-r-2\.6 {
    padding-right: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-2\.7 {
    margin-top: 27px;
  }
  .tablet-l\:p-t-2\.7 {
    padding-top: 27px;
  }
  .tablet-l-m-t-2\.7 {
    margin-top: 27px;
  }
  .tablet-l-p-t-2\.7 {
    padding-top: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-2\.7 {
    margin-bottom: 27px;
  }
  .tablet-l\:p-b-2\.7 {
    padding-bottom: 27px;
  }
  .tablet-l-m-b-2\.7 {
    margin-bottom: 27px;
  }
  .tablet-l-p-b-2\.7 {
    padding-bottom: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-2\.7 {
    margin-left: 27px;
  }
  .tablet-l\:p-l-2\.7 {
    padding-left: 27px;
  }
  .tablet-l-m-l-2\.7 {
    margin-left: 27px;
  }
  .tablet-l-p-l-2\.7 {
    padding-left: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-2\.7 {
    margin-right: 27px;
  }
  .tablet-l\:p-r-2\.7 {
    padding-right: 27px;
  }
  .tablet-l-m-r-2\.7 {
    margin-right: 27px;
  }
  .tablet-l-p-r-2\.7 {
    padding-right: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-2\.8 {
    margin-top: 28px;
  }
  .tablet-l\:p-t-2\.8 {
    padding-top: 28px;
  }
  .tablet-l-m-t-2\.8 {
    margin-top: 28px;
  }
  .tablet-l-p-t-2\.8 {
    padding-top: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-2\.8 {
    margin-bottom: 28px;
  }
  .tablet-l\:p-b-2\.8 {
    padding-bottom: 28px;
  }
  .tablet-l-m-b-2\.8 {
    margin-bottom: 28px;
  }
  .tablet-l-p-b-2\.8 {
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-2\.8 {
    margin-left: 28px;
  }
  .tablet-l\:p-l-2\.8 {
    padding-left: 28px;
  }
  .tablet-l-m-l-2\.8 {
    margin-left: 28px;
  }
  .tablet-l-p-l-2\.8 {
    padding-left: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-2\.8 {
    margin-right: 28px;
  }
  .tablet-l\:p-r-2\.8 {
    padding-right: 28px;
  }
  .tablet-l-m-r-2\.8 {
    margin-right: 28px;
  }
  .tablet-l-p-r-2\.8 {
    padding-right: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-2\.9 {
    margin-top: 29px;
  }
  .tablet-l\:p-t-2\.9 {
    padding-top: 29px;
  }
  .tablet-l-m-t-2\.9 {
    margin-top: 29px;
  }
  .tablet-l-p-t-2\.9 {
    padding-top: 29px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-2\.9 {
    margin-bottom: 29px;
  }
  .tablet-l\:p-b-2\.9 {
    padding-bottom: 29px;
  }
  .tablet-l-m-b-2\.9 {
    margin-bottom: 29px;
  }
  .tablet-l-p-b-2\.9 {
    padding-bottom: 29px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-2\.9 {
    margin-left: 29px;
  }
  .tablet-l\:p-l-2\.9 {
    padding-left: 29px;
  }
  .tablet-l-m-l-2\.9 {
    margin-left: 29px;
  }
  .tablet-l-p-l-2\.9 {
    padding-left: 29px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-2\.9 {
    margin-right: 29px;
  }
  .tablet-l\:p-r-2\.9 {
    padding-right: 29px;
  }
  .tablet-l-m-r-2\.9 {
    margin-right: 29px;
  }
  .tablet-l-p-r-2\.9 {
    padding-right: 29px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-3 {
    margin-top: 30px;
  }
  .tablet-l\:p-t-3 {
    padding-top: 30px;
  }
  .tablet-l-m-t-3 {
    margin-top: 30px;
  }
  .tablet-l-p-t-3 {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-3 {
    margin-bottom: 30px;
  }
  .tablet-l\:p-b-3 {
    padding-bottom: 30px;
  }
  .tablet-l-m-b-3 {
    margin-bottom: 30px;
  }
  .tablet-l-p-b-3 {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-3 {
    margin-left: 30px;
  }
  .tablet-l\:p-l-3 {
    padding-left: 30px;
  }
  .tablet-l-m-l-3 {
    margin-left: 30px;
  }
  .tablet-l-p-l-3 {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-3 {
    margin-right: 30px;
  }
  .tablet-l\:p-r-3 {
    padding-right: 30px;
  }
  .tablet-l-m-r-3 {
    margin-right: 30px;
  }
  .tablet-l-p-r-3 {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-3\.1 {
    margin-top: 31px;
  }
  .tablet-l\:p-t-3\.1 {
    padding-top: 31px;
  }
  .tablet-l-m-t-3\.1 {
    margin-top: 31px;
  }
  .tablet-l-p-t-3\.1 {
    padding-top: 31px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-3\.1 {
    margin-bottom: 31px;
  }
  .tablet-l\:p-b-3\.1 {
    padding-bottom: 31px;
  }
  .tablet-l-m-b-3\.1 {
    margin-bottom: 31px;
  }
  .tablet-l-p-b-3\.1 {
    padding-bottom: 31px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-3\.1 {
    margin-left: 31px;
  }
  .tablet-l\:p-l-3\.1 {
    padding-left: 31px;
  }
  .tablet-l-m-l-3\.1 {
    margin-left: 31px;
  }
  .tablet-l-p-l-3\.1 {
    padding-left: 31px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-3\.1 {
    margin-right: 31px;
  }
  .tablet-l\:p-r-3\.1 {
    padding-right: 31px;
  }
  .tablet-l-m-r-3\.1 {
    margin-right: 31px;
  }
  .tablet-l-p-r-3\.1 {
    padding-right: 31px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-3\.2 {
    margin-top: 32px;
  }
  .tablet-l\:p-t-3\.2 {
    padding-top: 32px;
  }
  .tablet-l-m-t-3\.2 {
    margin-top: 32px;
  }
  .tablet-l-p-t-3\.2 {
    padding-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-3\.2 {
    margin-bottom: 32px;
  }
  .tablet-l\:p-b-3\.2 {
    padding-bottom: 32px;
  }
  .tablet-l-m-b-3\.2 {
    margin-bottom: 32px;
  }
  .tablet-l-p-b-3\.2 {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-3\.2 {
    margin-left: 32px;
  }
  .tablet-l\:p-l-3\.2 {
    padding-left: 32px;
  }
  .tablet-l-m-l-3\.2 {
    margin-left: 32px;
  }
  .tablet-l-p-l-3\.2 {
    padding-left: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-3\.2 {
    margin-right: 32px;
  }
  .tablet-l\:p-r-3\.2 {
    padding-right: 32px;
  }
  .tablet-l-m-r-3\.2 {
    margin-right: 32px;
  }
  .tablet-l-p-r-3\.2 {
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-3\.3 {
    margin-top: 33px;
  }
  .tablet-l\:p-t-3\.3 {
    padding-top: 33px;
  }
  .tablet-l-m-t-3\.3 {
    margin-top: 33px;
  }
  .tablet-l-p-t-3\.3 {
    padding-top: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-3\.3 {
    margin-bottom: 33px;
  }
  .tablet-l\:p-b-3\.3 {
    padding-bottom: 33px;
  }
  .tablet-l-m-b-3\.3 {
    margin-bottom: 33px;
  }
  .tablet-l-p-b-3\.3 {
    padding-bottom: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-3\.3 {
    margin-left: 33px;
  }
  .tablet-l\:p-l-3\.3 {
    padding-left: 33px;
  }
  .tablet-l-m-l-3\.3 {
    margin-left: 33px;
  }
  .tablet-l-p-l-3\.3 {
    padding-left: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-3\.3 {
    margin-right: 33px;
  }
  .tablet-l\:p-r-3\.3 {
    padding-right: 33px;
  }
  .tablet-l-m-r-3\.3 {
    margin-right: 33px;
  }
  .tablet-l-p-r-3\.3 {
    padding-right: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-3\.4 {
    margin-top: 34px;
  }
  .tablet-l\:p-t-3\.4 {
    padding-top: 34px;
  }
  .tablet-l-m-t-3\.4 {
    margin-top: 34px;
  }
  .tablet-l-p-t-3\.4 {
    padding-top: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-3\.4 {
    margin-bottom: 34px;
  }
  .tablet-l\:p-b-3\.4 {
    padding-bottom: 34px;
  }
  .tablet-l-m-b-3\.4 {
    margin-bottom: 34px;
  }
  .tablet-l-p-b-3\.4 {
    padding-bottom: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-3\.4 {
    margin-left: 34px;
  }
  .tablet-l\:p-l-3\.4 {
    padding-left: 34px;
  }
  .tablet-l-m-l-3\.4 {
    margin-left: 34px;
  }
  .tablet-l-p-l-3\.4 {
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-3\.4 {
    margin-right: 34px;
  }
  .tablet-l\:p-r-3\.4 {
    padding-right: 34px;
  }
  .tablet-l-m-r-3\.4 {
    margin-right: 34px;
  }
  .tablet-l-p-r-3\.4 {
    padding-right: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-3\.5 {
    margin-top: 35px;
  }
  .tablet-l\:p-t-3\.5 {
    padding-top: 35px;
  }
  .tablet-l-m-t-3\.5 {
    margin-top: 35px;
  }
  .tablet-l-p-t-3\.5 {
    padding-top: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-3\.5 {
    margin-bottom: 35px;
  }
  .tablet-l\:p-b-3\.5 {
    padding-bottom: 35px;
  }
  .tablet-l-m-b-3\.5 {
    margin-bottom: 35px;
  }
  .tablet-l-p-b-3\.5 {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-3\.5 {
    margin-left: 35px;
  }
  .tablet-l\:p-l-3\.5 {
    padding-left: 35px;
  }
  .tablet-l-m-l-3\.5 {
    margin-left: 35px;
  }
  .tablet-l-p-l-3\.5 {
    padding-left: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-3\.5 {
    margin-right: 35px;
  }
  .tablet-l\:p-r-3\.5 {
    padding-right: 35px;
  }
  .tablet-l-m-r-3\.5 {
    margin-right: 35px;
  }
  .tablet-l-p-r-3\.5 {
    padding-right: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-3\.6 {
    margin-top: 36px;
  }
  .tablet-l\:p-t-3\.6 {
    padding-top: 36px;
  }
  .tablet-l-m-t-3\.6 {
    margin-top: 36px;
  }
  .tablet-l-p-t-3\.6 {
    padding-top: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-3\.6 {
    margin-bottom: 36px;
  }
  .tablet-l\:p-b-3\.6 {
    padding-bottom: 36px;
  }
  .tablet-l-m-b-3\.6 {
    margin-bottom: 36px;
  }
  .tablet-l-p-b-3\.6 {
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-3\.6 {
    margin-left: 36px;
  }
  .tablet-l\:p-l-3\.6 {
    padding-left: 36px;
  }
  .tablet-l-m-l-3\.6 {
    margin-left: 36px;
  }
  .tablet-l-p-l-3\.6 {
    padding-left: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-3\.6 {
    margin-right: 36px;
  }
  .tablet-l\:p-r-3\.6 {
    padding-right: 36px;
  }
  .tablet-l-m-r-3\.6 {
    margin-right: 36px;
  }
  .tablet-l-p-r-3\.6 {
    padding-right: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-3\.7 {
    margin-top: 37px;
  }
  .tablet-l\:p-t-3\.7 {
    padding-top: 37px;
  }
  .tablet-l-m-t-3\.7 {
    margin-top: 37px;
  }
  .tablet-l-p-t-3\.7 {
    padding-top: 37px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-3\.7 {
    margin-bottom: 37px;
  }
  .tablet-l\:p-b-3\.7 {
    padding-bottom: 37px;
  }
  .tablet-l-m-b-3\.7 {
    margin-bottom: 37px;
  }
  .tablet-l-p-b-3\.7 {
    padding-bottom: 37px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-3\.7 {
    margin-left: 37px;
  }
  .tablet-l\:p-l-3\.7 {
    padding-left: 37px;
  }
  .tablet-l-m-l-3\.7 {
    margin-left: 37px;
  }
  .tablet-l-p-l-3\.7 {
    padding-left: 37px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-3\.7 {
    margin-right: 37px;
  }
  .tablet-l\:p-r-3\.7 {
    padding-right: 37px;
  }
  .tablet-l-m-r-3\.7 {
    margin-right: 37px;
  }
  .tablet-l-p-r-3\.7 {
    padding-right: 37px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-3\.8 {
    margin-top: 38px;
  }
  .tablet-l\:p-t-3\.8 {
    padding-top: 38px;
  }
  .tablet-l-m-t-3\.8 {
    margin-top: 38px;
  }
  .tablet-l-p-t-3\.8 {
    padding-top: 38px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-3\.8 {
    margin-bottom: 38px;
  }
  .tablet-l\:p-b-3\.8 {
    padding-bottom: 38px;
  }
  .tablet-l-m-b-3\.8 {
    margin-bottom: 38px;
  }
  .tablet-l-p-b-3\.8 {
    padding-bottom: 38px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-3\.8 {
    margin-left: 38px;
  }
  .tablet-l\:p-l-3\.8 {
    padding-left: 38px;
  }
  .tablet-l-m-l-3\.8 {
    margin-left: 38px;
  }
  .tablet-l-p-l-3\.8 {
    padding-left: 38px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-3\.8 {
    margin-right: 38px;
  }
  .tablet-l\:p-r-3\.8 {
    padding-right: 38px;
  }
  .tablet-l-m-r-3\.8 {
    margin-right: 38px;
  }
  .tablet-l-p-r-3\.8 {
    padding-right: 38px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-3\.9 {
    margin-top: 39px;
  }
  .tablet-l\:p-t-3\.9 {
    padding-top: 39px;
  }
  .tablet-l-m-t-3\.9 {
    margin-top: 39px;
  }
  .tablet-l-p-t-3\.9 {
    padding-top: 39px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-3\.9 {
    margin-bottom: 39px;
  }
  .tablet-l\:p-b-3\.9 {
    padding-bottom: 39px;
  }
  .tablet-l-m-b-3\.9 {
    margin-bottom: 39px;
  }
  .tablet-l-p-b-3\.9 {
    padding-bottom: 39px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-3\.9 {
    margin-left: 39px;
  }
  .tablet-l\:p-l-3\.9 {
    padding-left: 39px;
  }
  .tablet-l-m-l-3\.9 {
    margin-left: 39px;
  }
  .tablet-l-p-l-3\.9 {
    padding-left: 39px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-3\.9 {
    margin-right: 39px;
  }
  .tablet-l\:p-r-3\.9 {
    padding-right: 39px;
  }
  .tablet-l-m-r-3\.9 {
    margin-right: 39px;
  }
  .tablet-l-p-r-3\.9 {
    padding-right: 39px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-4 {
    margin-top: 40px;
  }
  .tablet-l\:p-t-4 {
    padding-top: 40px;
  }
  .tablet-l-m-t-4 {
    margin-top: 40px;
  }
  .tablet-l-p-t-4 {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-4 {
    margin-bottom: 40px;
  }
  .tablet-l\:p-b-4 {
    padding-bottom: 40px;
  }
  .tablet-l-m-b-4 {
    margin-bottom: 40px;
  }
  .tablet-l-p-b-4 {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-4 {
    margin-left: 40px;
  }
  .tablet-l\:p-l-4 {
    padding-left: 40px;
  }
  .tablet-l-m-l-4 {
    margin-left: 40px;
  }
  .tablet-l-p-l-4 {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-4 {
    margin-right: 40px;
  }
  .tablet-l\:p-r-4 {
    padding-right: 40px;
  }
  .tablet-l-m-r-4 {
    margin-right: 40px;
  }
  .tablet-l-p-r-4 {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-4\.1 {
    margin-top: 41px;
  }
  .tablet-l\:p-t-4\.1 {
    padding-top: 41px;
  }
  .tablet-l-m-t-4\.1 {
    margin-top: 41px;
  }
  .tablet-l-p-t-4\.1 {
    padding-top: 41px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-4\.1 {
    margin-bottom: 41px;
  }
  .tablet-l\:p-b-4\.1 {
    padding-bottom: 41px;
  }
  .tablet-l-m-b-4\.1 {
    margin-bottom: 41px;
  }
  .tablet-l-p-b-4\.1 {
    padding-bottom: 41px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-4\.1 {
    margin-left: 41px;
  }
  .tablet-l\:p-l-4\.1 {
    padding-left: 41px;
  }
  .tablet-l-m-l-4\.1 {
    margin-left: 41px;
  }
  .tablet-l-p-l-4\.1 {
    padding-left: 41px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-4\.1 {
    margin-right: 41px;
  }
  .tablet-l\:p-r-4\.1 {
    padding-right: 41px;
  }
  .tablet-l-m-r-4\.1 {
    margin-right: 41px;
  }
  .tablet-l-p-r-4\.1 {
    padding-right: 41px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-4\.2 {
    margin-top: 42px;
  }
  .tablet-l\:p-t-4\.2 {
    padding-top: 42px;
  }
  .tablet-l-m-t-4\.2 {
    margin-top: 42px;
  }
  .tablet-l-p-t-4\.2 {
    padding-top: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-4\.2 {
    margin-bottom: 42px;
  }
  .tablet-l\:p-b-4\.2 {
    padding-bottom: 42px;
  }
  .tablet-l-m-b-4\.2 {
    margin-bottom: 42px;
  }
  .tablet-l-p-b-4\.2 {
    padding-bottom: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-4\.2 {
    margin-left: 42px;
  }
  .tablet-l\:p-l-4\.2 {
    padding-left: 42px;
  }
  .tablet-l-m-l-4\.2 {
    margin-left: 42px;
  }
  .tablet-l-p-l-4\.2 {
    padding-left: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-4\.2 {
    margin-right: 42px;
  }
  .tablet-l\:p-r-4\.2 {
    padding-right: 42px;
  }
  .tablet-l-m-r-4\.2 {
    margin-right: 42px;
  }
  .tablet-l-p-r-4\.2 {
    padding-right: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-4\.3 {
    margin-top: 43px;
  }
  .tablet-l\:p-t-4\.3 {
    padding-top: 43px;
  }
  .tablet-l-m-t-4\.3 {
    margin-top: 43px;
  }
  .tablet-l-p-t-4\.3 {
    padding-top: 43px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-4\.3 {
    margin-bottom: 43px;
  }
  .tablet-l\:p-b-4\.3 {
    padding-bottom: 43px;
  }
  .tablet-l-m-b-4\.3 {
    margin-bottom: 43px;
  }
  .tablet-l-p-b-4\.3 {
    padding-bottom: 43px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-4\.3 {
    margin-left: 43px;
  }
  .tablet-l\:p-l-4\.3 {
    padding-left: 43px;
  }
  .tablet-l-m-l-4\.3 {
    margin-left: 43px;
  }
  .tablet-l-p-l-4\.3 {
    padding-left: 43px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-4\.3 {
    margin-right: 43px;
  }
  .tablet-l\:p-r-4\.3 {
    padding-right: 43px;
  }
  .tablet-l-m-r-4\.3 {
    margin-right: 43px;
  }
  .tablet-l-p-r-4\.3 {
    padding-right: 43px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-4\.4 {
    margin-top: 44px;
  }
  .tablet-l\:p-t-4\.4 {
    padding-top: 44px;
  }
  .tablet-l-m-t-4\.4 {
    margin-top: 44px;
  }
  .tablet-l-p-t-4\.4 {
    padding-top: 44px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-4\.4 {
    margin-bottom: 44px;
  }
  .tablet-l\:p-b-4\.4 {
    padding-bottom: 44px;
  }
  .tablet-l-m-b-4\.4 {
    margin-bottom: 44px;
  }
  .tablet-l-p-b-4\.4 {
    padding-bottom: 44px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-4\.4 {
    margin-left: 44px;
  }
  .tablet-l\:p-l-4\.4 {
    padding-left: 44px;
  }
  .tablet-l-m-l-4\.4 {
    margin-left: 44px;
  }
  .tablet-l-p-l-4\.4 {
    padding-left: 44px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-4\.4 {
    margin-right: 44px;
  }
  .tablet-l\:p-r-4\.4 {
    padding-right: 44px;
  }
  .tablet-l-m-r-4\.4 {
    margin-right: 44px;
  }
  .tablet-l-p-r-4\.4 {
    padding-right: 44px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-4\.5 {
    margin-top: 45px;
  }
  .tablet-l\:p-t-4\.5 {
    padding-top: 45px;
  }
  .tablet-l-m-t-4\.5 {
    margin-top: 45px;
  }
  .tablet-l-p-t-4\.5 {
    padding-top: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-4\.5 {
    margin-bottom: 45px;
  }
  .tablet-l\:p-b-4\.5 {
    padding-bottom: 45px;
  }
  .tablet-l-m-b-4\.5 {
    margin-bottom: 45px;
  }
  .tablet-l-p-b-4\.5 {
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-4\.5 {
    margin-left: 45px;
  }
  .tablet-l\:p-l-4\.5 {
    padding-left: 45px;
  }
  .tablet-l-m-l-4\.5 {
    margin-left: 45px;
  }
  .tablet-l-p-l-4\.5 {
    padding-left: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-4\.5 {
    margin-right: 45px;
  }
  .tablet-l\:p-r-4\.5 {
    padding-right: 45px;
  }
  .tablet-l-m-r-4\.5 {
    margin-right: 45px;
  }
  .tablet-l-p-r-4\.5 {
    padding-right: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-4\.6 {
    margin-top: 46px;
  }
  .tablet-l\:p-t-4\.6 {
    padding-top: 46px;
  }
  .tablet-l-m-t-4\.6 {
    margin-top: 46px;
  }
  .tablet-l-p-t-4\.6 {
    padding-top: 46px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-4\.6 {
    margin-bottom: 46px;
  }
  .tablet-l\:p-b-4\.6 {
    padding-bottom: 46px;
  }
  .tablet-l-m-b-4\.6 {
    margin-bottom: 46px;
  }
  .tablet-l-p-b-4\.6 {
    padding-bottom: 46px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-4\.6 {
    margin-left: 46px;
  }
  .tablet-l\:p-l-4\.6 {
    padding-left: 46px;
  }
  .tablet-l-m-l-4\.6 {
    margin-left: 46px;
  }
  .tablet-l-p-l-4\.6 {
    padding-left: 46px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-4\.6 {
    margin-right: 46px;
  }
  .tablet-l\:p-r-4\.6 {
    padding-right: 46px;
  }
  .tablet-l-m-r-4\.6 {
    margin-right: 46px;
  }
  .tablet-l-p-r-4\.6 {
    padding-right: 46px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-4\.7 {
    margin-top: 47px;
  }
  .tablet-l\:p-t-4\.7 {
    padding-top: 47px;
  }
  .tablet-l-m-t-4\.7 {
    margin-top: 47px;
  }
  .tablet-l-p-t-4\.7 {
    padding-top: 47px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-4\.7 {
    margin-bottom: 47px;
  }
  .tablet-l\:p-b-4\.7 {
    padding-bottom: 47px;
  }
  .tablet-l-m-b-4\.7 {
    margin-bottom: 47px;
  }
  .tablet-l-p-b-4\.7 {
    padding-bottom: 47px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-4\.7 {
    margin-left: 47px;
  }
  .tablet-l\:p-l-4\.7 {
    padding-left: 47px;
  }
  .tablet-l-m-l-4\.7 {
    margin-left: 47px;
  }
  .tablet-l-p-l-4\.7 {
    padding-left: 47px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-4\.7 {
    margin-right: 47px;
  }
  .tablet-l\:p-r-4\.7 {
    padding-right: 47px;
  }
  .tablet-l-m-r-4\.7 {
    margin-right: 47px;
  }
  .tablet-l-p-r-4\.7 {
    padding-right: 47px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-4\.8 {
    margin-top: 48px;
  }
  .tablet-l\:p-t-4\.8 {
    padding-top: 48px;
  }
  .tablet-l-m-t-4\.8 {
    margin-top: 48px;
  }
  .tablet-l-p-t-4\.8 {
    padding-top: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-4\.8 {
    margin-bottom: 48px;
  }
  .tablet-l\:p-b-4\.8 {
    padding-bottom: 48px;
  }
  .tablet-l-m-b-4\.8 {
    margin-bottom: 48px;
  }
  .tablet-l-p-b-4\.8 {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-4\.8 {
    margin-left: 48px;
  }
  .tablet-l\:p-l-4\.8 {
    padding-left: 48px;
  }
  .tablet-l-m-l-4\.8 {
    margin-left: 48px;
  }
  .tablet-l-p-l-4\.8 {
    padding-left: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-4\.8 {
    margin-right: 48px;
  }
  .tablet-l\:p-r-4\.8 {
    padding-right: 48px;
  }
  .tablet-l-m-r-4\.8 {
    margin-right: 48px;
  }
  .tablet-l-p-r-4\.8 {
    padding-right: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-4\.9 {
    margin-top: 49px;
  }
  .tablet-l\:p-t-4\.9 {
    padding-top: 49px;
  }
  .tablet-l-m-t-4\.9 {
    margin-top: 49px;
  }
  .tablet-l-p-t-4\.9 {
    padding-top: 49px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-4\.9 {
    margin-bottom: 49px;
  }
  .tablet-l\:p-b-4\.9 {
    padding-bottom: 49px;
  }
  .tablet-l-m-b-4\.9 {
    margin-bottom: 49px;
  }
  .tablet-l-p-b-4\.9 {
    padding-bottom: 49px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-4\.9 {
    margin-left: 49px;
  }
  .tablet-l\:p-l-4\.9 {
    padding-left: 49px;
  }
  .tablet-l-m-l-4\.9 {
    margin-left: 49px;
  }
  .tablet-l-p-l-4\.9 {
    padding-left: 49px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-4\.9 {
    margin-right: 49px;
  }
  .tablet-l\:p-r-4\.9 {
    padding-right: 49px;
  }
  .tablet-l-m-r-4\.9 {
    margin-right: 49px;
  }
  .tablet-l-p-r-4\.9 {
    padding-right: 49px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-5 {
    margin-top: 50px;
  }
  .tablet-l\:p-t-5 {
    padding-top: 50px;
  }
  .tablet-l-m-t-5 {
    margin-top: 50px;
  }
  .tablet-l-p-t-5 {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-5 {
    margin-bottom: 50px;
  }
  .tablet-l\:p-b-5 {
    padding-bottom: 50px;
  }
  .tablet-l-m-b-5 {
    margin-bottom: 50px;
  }
  .tablet-l-p-b-5 {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-5 {
    margin-left: 50px;
  }
  .tablet-l\:p-l-5 {
    padding-left: 50px;
  }
  .tablet-l-m-l-5 {
    margin-left: 50px;
  }
  .tablet-l-p-l-5 {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-5 {
    margin-right: 50px;
  }
  .tablet-l\:p-r-5 {
    padding-right: 50px;
  }
  .tablet-l-m-r-5 {
    margin-right: 50px;
  }
  .tablet-l-p-r-5 {
    padding-right: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-6 {
    margin-top: 60px;
  }
  .tablet-l\:p-t-6 {
    padding-top: 60px;
  }
  .tablet-l-m-t-6 {
    margin-top: 60px;
  }
  .tablet-l-p-t-6 {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-6 {
    margin-bottom: 60px;
  }
  .tablet-l\:p-b-6 {
    padding-bottom: 60px;
  }
  .tablet-l-m-b-6 {
    margin-bottom: 60px;
  }
  .tablet-l-p-b-6 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-6 {
    margin-left: 60px;
  }
  .tablet-l\:p-l-6 {
    padding-left: 60px;
  }
  .tablet-l-m-l-6 {
    margin-left: 60px;
  }
  .tablet-l-p-l-6 {
    padding-left: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-6 {
    margin-right: 60px;
  }
  .tablet-l\:p-r-6 {
    padding-right: 60px;
  }
  .tablet-l-m-r-6 {
    margin-right: 60px;
  }
  .tablet-l-p-r-6 {
    padding-right: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-7 {
    margin-top: 70px;
  }
  .tablet-l\:p-t-7 {
    padding-top: 70px;
  }
  .tablet-l-m-t-7 {
    margin-top: 70px;
  }
  .tablet-l-p-t-7 {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-7 {
    margin-bottom: 70px;
  }
  .tablet-l\:p-b-7 {
    padding-bottom: 70px;
  }
  .tablet-l-m-b-7 {
    margin-bottom: 70px;
  }
  .tablet-l-p-b-7 {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-7 {
    margin-left: 70px;
  }
  .tablet-l\:p-l-7 {
    padding-left: 70px;
  }
  .tablet-l-m-l-7 {
    margin-left: 70px;
  }
  .tablet-l-p-l-7 {
    padding-left: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-7 {
    margin-right: 70px;
  }
  .tablet-l\:p-r-7 {
    padding-right: 70px;
  }
  .tablet-l-m-r-7 {
    margin-right: 70px;
  }
  .tablet-l-p-r-7 {
    padding-right: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-8 {
    margin-top: 80px;
  }
  .tablet-l\:p-t-8 {
    padding-top: 80px;
  }
  .tablet-l-m-t-8 {
    margin-top: 80px;
  }
  .tablet-l-p-t-8 {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-8 {
    margin-bottom: 80px;
  }
  .tablet-l\:p-b-8 {
    padding-bottom: 80px;
  }
  .tablet-l-m-b-8 {
    margin-bottom: 80px;
  }
  .tablet-l-p-b-8 {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-8 {
    margin-left: 80px;
  }
  .tablet-l\:p-l-8 {
    padding-left: 80px;
  }
  .tablet-l-m-l-8 {
    margin-left: 80px;
  }
  .tablet-l-p-l-8 {
    padding-left: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-8 {
    margin-right: 80px;
  }
  .tablet-l\:p-r-8 {
    padding-right: 80px;
  }
  .tablet-l-m-r-8 {
    margin-right: 80px;
  }
  .tablet-l-p-r-8 {
    padding-right: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-9 {
    margin-top: 90px;
  }
  .tablet-l\:p-t-9 {
    padding-top: 90px;
  }
  .tablet-l-m-t-9 {
    margin-top: 90px;
  }
  .tablet-l-p-t-9 {
    padding-top: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-9 {
    margin-bottom: 90px;
  }
  .tablet-l\:p-b-9 {
    padding-bottom: 90px;
  }
  .tablet-l-m-b-9 {
    margin-bottom: 90px;
  }
  .tablet-l-p-b-9 {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-9 {
    margin-left: 90px;
  }
  .tablet-l\:p-l-9 {
    padding-left: 90px;
  }
  .tablet-l-m-l-9 {
    margin-left: 90px;
  }
  .tablet-l-p-l-9 {
    padding-left: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-9 {
    margin-right: 90px;
  }
  .tablet-l\:p-r-9 {
    padding-right: 90px;
  }
  .tablet-l-m-r-9 {
    margin-right: 90px;
  }
  .tablet-l-p-r-9 {
    padding-right: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-10 {
    margin-top: 100px;
  }
  .tablet-l\:p-t-10 {
    padding-top: 100px;
  }
  .tablet-l-m-t-10 {
    margin-top: 100px;
  }
  .tablet-l-p-t-10 {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-10 {
    margin-bottom: 100px;
  }
  .tablet-l\:p-b-10 {
    padding-bottom: 100px;
  }
  .tablet-l-m-b-10 {
    margin-bottom: 100px;
  }
  .tablet-l-p-b-10 {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-10 {
    margin-left: 100px;
  }
  .tablet-l\:p-l-10 {
    padding-left: 100px;
  }
  .tablet-l-m-l-10 {
    margin-left: 100px;
  }
  .tablet-l-p-l-10 {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-10 {
    margin-right: 100px;
  }
  .tablet-l\:p-r-10 {
    padding-right: 100px;
  }
  .tablet-l-m-r-10 {
    margin-right: 100px;
  }
  .tablet-l-p-r-10 {
    padding-right: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-11 {
    margin-top: 110px;
  }
  .tablet-l\:p-t-11 {
    padding-top: 110px;
  }
  .tablet-l-m-t-11 {
    margin-top: 110px;
  }
  .tablet-l-p-t-11 {
    padding-top: 110px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-11 {
    margin-bottom: 110px;
  }
  .tablet-l\:p-b-11 {
    padding-bottom: 110px;
  }
  .tablet-l-m-b-11 {
    margin-bottom: 110px;
  }
  .tablet-l-p-b-11 {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-11 {
    margin-left: 110px;
  }
  .tablet-l\:p-l-11 {
    padding-left: 110px;
  }
  .tablet-l-m-l-11 {
    margin-left: 110px;
  }
  .tablet-l-p-l-11 {
    padding-left: 110px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-11 {
    margin-right: 110px;
  }
  .tablet-l\:p-r-11 {
    padding-right: 110px;
  }
  .tablet-l-m-r-11 {
    margin-right: 110px;
  }
  .tablet-l-p-r-11 {
    padding-right: 110px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-12 {
    margin-top: 120px;
  }
  .tablet-l\:p-t-12 {
    padding-top: 120px;
  }
  .tablet-l-m-t-12 {
    margin-top: 120px;
  }
  .tablet-l-p-t-12 {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-12 {
    margin-bottom: 120px;
  }
  .tablet-l\:p-b-12 {
    padding-bottom: 120px;
  }
  .tablet-l-m-b-12 {
    margin-bottom: 120px;
  }
  .tablet-l-p-b-12 {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-12 {
    margin-left: 120px;
  }
  .tablet-l\:p-l-12 {
    padding-left: 120px;
  }
  .tablet-l-m-l-12 {
    margin-left: 120px;
  }
  .tablet-l-p-l-12 {
    padding-left: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-12 {
    margin-right: 120px;
  }
  .tablet-l\:p-r-12 {
    padding-right: 120px;
  }
  .tablet-l-m-r-12 {
    margin-right: 120px;
  }
  .tablet-l-p-r-12 {
    padding-right: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-13 {
    margin-top: 130px;
  }
  .tablet-l\:p-t-13 {
    padding-top: 130px;
  }
  .tablet-l-m-t-13 {
    margin-top: 130px;
  }
  .tablet-l-p-t-13 {
    padding-top: 130px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-13 {
    margin-bottom: 130px;
  }
  .tablet-l\:p-b-13 {
    padding-bottom: 130px;
  }
  .tablet-l-m-b-13 {
    margin-bottom: 130px;
  }
  .tablet-l-p-b-13 {
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-13 {
    margin-left: 130px;
  }
  .tablet-l\:p-l-13 {
    padding-left: 130px;
  }
  .tablet-l-m-l-13 {
    margin-left: 130px;
  }
  .tablet-l-p-l-13 {
    padding-left: 130px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-13 {
    margin-right: 130px;
  }
  .tablet-l\:p-r-13 {
    padding-right: 130px;
  }
  .tablet-l-m-r-13 {
    margin-right: 130px;
  }
  .tablet-l-p-r-13 {
    padding-right: 130px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-14 {
    margin-top: 140px;
  }
  .tablet-l\:p-t-14 {
    padding-top: 140px;
  }
  .tablet-l-m-t-14 {
    margin-top: 140px;
  }
  .tablet-l-p-t-14 {
    padding-top: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-14 {
    margin-bottom: 140px;
  }
  .tablet-l\:p-b-14 {
    padding-bottom: 140px;
  }
  .tablet-l-m-b-14 {
    margin-bottom: 140px;
  }
  .tablet-l-p-b-14 {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-14 {
    margin-left: 140px;
  }
  .tablet-l\:p-l-14 {
    padding-left: 140px;
  }
  .tablet-l-m-l-14 {
    margin-left: 140px;
  }
  .tablet-l-p-l-14 {
    padding-left: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-14 {
    margin-right: 140px;
  }
  .tablet-l\:p-r-14 {
    padding-right: 140px;
  }
  .tablet-l-m-r-14 {
    margin-right: 140px;
  }
  .tablet-l-p-r-14 {
    padding-right: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-15 {
    margin-top: 150px;
  }
  .tablet-l\:p-t-15 {
    padding-top: 150px;
  }
  .tablet-l-m-t-15 {
    margin-top: 150px;
  }
  .tablet-l-p-t-15 {
    padding-top: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-15 {
    margin-bottom: 150px;
  }
  .tablet-l\:p-b-15 {
    padding-bottom: 150px;
  }
  .tablet-l-m-b-15 {
    margin-bottom: 150px;
  }
  .tablet-l-p-b-15 {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-15 {
    margin-left: 150px;
  }
  .tablet-l\:p-l-15 {
    padding-left: 150px;
  }
  .tablet-l-m-l-15 {
    margin-left: 150px;
  }
  .tablet-l-p-l-15 {
    padding-left: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-15 {
    margin-right: 150px;
  }
  .tablet-l\:p-r-15 {
    padding-right: 150px;
  }
  .tablet-l-m-r-15 {
    margin-right: 150px;
  }
  .tablet-l-p-r-15 {
    padding-right: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-16 {
    margin-top: 160px;
  }
  .tablet-l\:p-t-16 {
    padding-top: 160px;
  }
  .tablet-l-m-t-16 {
    margin-top: 160px;
  }
  .tablet-l-p-t-16 {
    padding-top: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-16 {
    margin-bottom: 160px;
  }
  .tablet-l\:p-b-16 {
    padding-bottom: 160px;
  }
  .tablet-l-m-b-16 {
    margin-bottom: 160px;
  }
  .tablet-l-p-b-16 {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-16 {
    margin-left: 160px;
  }
  .tablet-l\:p-l-16 {
    padding-left: 160px;
  }
  .tablet-l-m-l-16 {
    margin-left: 160px;
  }
  .tablet-l-p-l-16 {
    padding-left: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-16 {
    margin-right: 160px;
  }
  .tablet-l\:p-r-16 {
    padding-right: 160px;
  }
  .tablet-l-m-r-16 {
    margin-right: 160px;
  }
  .tablet-l-p-r-16 {
    padding-right: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-17 {
    margin-top: 170px;
  }
  .tablet-l\:p-t-17 {
    padding-top: 170px;
  }
  .tablet-l-m-t-17 {
    margin-top: 170px;
  }
  .tablet-l-p-t-17 {
    padding-top: 170px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-17 {
    margin-bottom: 170px;
  }
  .tablet-l\:p-b-17 {
    padding-bottom: 170px;
  }
  .tablet-l-m-b-17 {
    margin-bottom: 170px;
  }
  .tablet-l-p-b-17 {
    padding-bottom: 170px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-17 {
    margin-left: 170px;
  }
  .tablet-l\:p-l-17 {
    padding-left: 170px;
  }
  .tablet-l-m-l-17 {
    margin-left: 170px;
  }
  .tablet-l-p-l-17 {
    padding-left: 170px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-17 {
    margin-right: 170px;
  }
  .tablet-l\:p-r-17 {
    padding-right: 170px;
  }
  .tablet-l-m-r-17 {
    margin-right: 170px;
  }
  .tablet-l-p-r-17 {
    padding-right: 170px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-18 {
    margin-top: 180px;
  }
  .tablet-l\:p-t-18 {
    padding-top: 180px;
  }
  .tablet-l-m-t-18 {
    margin-top: 180px;
  }
  .tablet-l-p-t-18 {
    padding-top: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-18 {
    margin-bottom: 180px;
  }
  .tablet-l\:p-b-18 {
    padding-bottom: 180px;
  }
  .tablet-l-m-b-18 {
    margin-bottom: 180px;
  }
  .tablet-l-p-b-18 {
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-18 {
    margin-left: 180px;
  }
  .tablet-l\:p-l-18 {
    padding-left: 180px;
  }
  .tablet-l-m-l-18 {
    margin-left: 180px;
  }
  .tablet-l-p-l-18 {
    padding-left: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-18 {
    margin-right: 180px;
  }
  .tablet-l\:p-r-18 {
    padding-right: 180px;
  }
  .tablet-l-m-r-18 {
    margin-right: 180px;
  }
  .tablet-l-p-r-18 {
    padding-right: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-19 {
    margin-top: 190px;
  }
  .tablet-l\:p-t-19 {
    padding-top: 190px;
  }
  .tablet-l-m-t-19 {
    margin-top: 190px;
  }
  .tablet-l-p-t-19 {
    padding-top: 190px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-19 {
    margin-bottom: 190px;
  }
  .tablet-l\:p-b-19 {
    padding-bottom: 190px;
  }
  .tablet-l-m-b-19 {
    margin-bottom: 190px;
  }
  .tablet-l-p-b-19 {
    padding-bottom: 190px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-19 {
    margin-left: 190px;
  }
  .tablet-l\:p-l-19 {
    padding-left: 190px;
  }
  .tablet-l-m-l-19 {
    margin-left: 190px;
  }
  .tablet-l-p-l-19 {
    padding-left: 190px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-19 {
    margin-right: 190px;
  }
  .tablet-l\:p-r-19 {
    padding-right: 190px;
  }
  .tablet-l-m-r-19 {
    margin-right: 190px;
  }
  .tablet-l-p-r-19 {
    padding-right: 190px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-20 {
    margin-top: 200px;
  }
  .tablet-l\:p-t-20 {
    padding-top: 200px;
  }
  .tablet-l-m-t-20 {
    margin-top: 200px;
  }
  .tablet-l-p-t-20 {
    padding-top: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-20 {
    margin-bottom: 200px;
  }
  .tablet-l\:p-b-20 {
    padding-bottom: 200px;
  }
  .tablet-l-m-b-20 {
    margin-bottom: 200px;
  }
  .tablet-l-p-b-20 {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-20 {
    margin-left: 200px;
  }
  .tablet-l\:p-l-20 {
    padding-left: 200px;
  }
  .tablet-l-m-l-20 {
    margin-left: 200px;
  }
  .tablet-l-p-l-20 {
    padding-left: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-20 {
    margin-right: 200px;
  }
  .tablet-l\:p-r-20 {
    padding-right: 200px;
  }
  .tablet-l-m-r-20 {
    margin-right: 200px;
  }
  .tablet-l-p-r-20 {
    padding-right: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-21 {
    margin-top: 210px;
  }
  .tablet-l\:p-t-21 {
    padding-top: 210px;
  }
  .tablet-l-m-t-21 {
    margin-top: 210px;
  }
  .tablet-l-p-t-21 {
    padding-top: 210px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-21 {
    margin-bottom: 210px;
  }
  .tablet-l\:p-b-21 {
    padding-bottom: 210px;
  }
  .tablet-l-m-b-21 {
    margin-bottom: 210px;
  }
  .tablet-l-p-b-21 {
    padding-bottom: 210px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-21 {
    margin-left: 210px;
  }
  .tablet-l\:p-l-21 {
    padding-left: 210px;
  }
  .tablet-l-m-l-21 {
    margin-left: 210px;
  }
  .tablet-l-p-l-21 {
    padding-left: 210px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-21 {
    margin-right: 210px;
  }
  .tablet-l\:p-r-21 {
    padding-right: 210px;
  }
  .tablet-l-m-r-21 {
    margin-right: 210px;
  }
  .tablet-l-p-r-21 {
    padding-right: 210px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-22 {
    margin-top: 220px;
  }
  .tablet-l\:p-t-22 {
    padding-top: 220px;
  }
  .tablet-l-m-t-22 {
    margin-top: 220px;
  }
  .tablet-l-p-t-22 {
    padding-top: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-22 {
    margin-bottom: 220px;
  }
  .tablet-l\:p-b-22 {
    padding-bottom: 220px;
  }
  .tablet-l-m-b-22 {
    margin-bottom: 220px;
  }
  .tablet-l-p-b-22 {
    padding-bottom: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-22 {
    margin-left: 220px;
  }
  .tablet-l\:p-l-22 {
    padding-left: 220px;
  }
  .tablet-l-m-l-22 {
    margin-left: 220px;
  }
  .tablet-l-p-l-22 {
    padding-left: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-22 {
    margin-right: 220px;
  }
  .tablet-l\:p-r-22 {
    padding-right: 220px;
  }
  .tablet-l-m-r-22 {
    margin-right: 220px;
  }
  .tablet-l-p-r-22 {
    padding-right: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-23 {
    margin-top: 230px;
  }
  .tablet-l\:p-t-23 {
    padding-top: 230px;
  }
  .tablet-l-m-t-23 {
    margin-top: 230px;
  }
  .tablet-l-p-t-23 {
    padding-top: 230px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-23 {
    margin-bottom: 230px;
  }
  .tablet-l\:p-b-23 {
    padding-bottom: 230px;
  }
  .tablet-l-m-b-23 {
    margin-bottom: 230px;
  }
  .tablet-l-p-b-23 {
    padding-bottom: 230px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-23 {
    margin-left: 230px;
  }
  .tablet-l\:p-l-23 {
    padding-left: 230px;
  }
  .tablet-l-m-l-23 {
    margin-left: 230px;
  }
  .tablet-l-p-l-23 {
    padding-left: 230px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-23 {
    margin-right: 230px;
  }
  .tablet-l\:p-r-23 {
    padding-right: 230px;
  }
  .tablet-l-m-r-23 {
    margin-right: 230px;
  }
  .tablet-l-p-r-23 {
    padding-right: 230px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-24 {
    margin-top: 240px;
  }
  .tablet-l\:p-t-24 {
    padding-top: 240px;
  }
  .tablet-l-m-t-24 {
    margin-top: 240px;
  }
  .tablet-l-p-t-24 {
    padding-top: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-24 {
    margin-bottom: 240px;
  }
  .tablet-l\:p-b-24 {
    padding-bottom: 240px;
  }
  .tablet-l-m-b-24 {
    margin-bottom: 240px;
  }
  .tablet-l-p-b-24 {
    padding-bottom: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-24 {
    margin-left: 240px;
  }
  .tablet-l\:p-l-24 {
    padding-left: 240px;
  }
  .tablet-l-m-l-24 {
    margin-left: 240px;
  }
  .tablet-l-p-l-24 {
    padding-left: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-24 {
    margin-right: 240px;
  }
  .tablet-l\:p-r-24 {
    padding-right: 240px;
  }
  .tablet-l-m-r-24 {
    margin-right: 240px;
  }
  .tablet-l-p-r-24 {
    padding-right: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-25 {
    margin-top: 250px;
  }
  .tablet-l\:p-t-25 {
    padding-top: 250px;
  }
  .tablet-l-m-t-25 {
    margin-top: 250px;
  }
  .tablet-l-p-t-25 {
    padding-top: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-25 {
    margin-bottom: 250px;
  }
  .tablet-l\:p-b-25 {
    padding-bottom: 250px;
  }
  .tablet-l-m-b-25 {
    margin-bottom: 250px;
  }
  .tablet-l-p-b-25 {
    padding-bottom: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-25 {
    margin-left: 250px;
  }
  .tablet-l\:p-l-25 {
    padding-left: 250px;
  }
  .tablet-l-m-l-25 {
    margin-left: 250px;
  }
  .tablet-l-p-l-25 {
    padding-left: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-25 {
    margin-right: 250px;
  }
  .tablet-l\:p-r-25 {
    padding-right: 250px;
  }
  .tablet-l-m-r-25 {
    margin-right: 250px;
  }
  .tablet-l-p-r-25 {
    padding-right: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-26 {
    margin-top: 260px;
  }
  .tablet-l\:p-t-26 {
    padding-top: 260px;
  }
  .tablet-l-m-t-26 {
    margin-top: 260px;
  }
  .tablet-l-p-t-26 {
    padding-top: 260px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-26 {
    margin-bottom: 260px;
  }
  .tablet-l\:p-b-26 {
    padding-bottom: 260px;
  }
  .tablet-l-m-b-26 {
    margin-bottom: 260px;
  }
  .tablet-l-p-b-26 {
    padding-bottom: 260px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-26 {
    margin-left: 260px;
  }
  .tablet-l\:p-l-26 {
    padding-left: 260px;
  }
  .tablet-l-m-l-26 {
    margin-left: 260px;
  }
  .tablet-l-p-l-26 {
    padding-left: 260px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-26 {
    margin-right: 260px;
  }
  .tablet-l\:p-r-26 {
    padding-right: 260px;
  }
  .tablet-l-m-r-26 {
    margin-right: 260px;
  }
  .tablet-l-p-r-26 {
    padding-right: 260px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-27 {
    margin-top: 270px;
  }
  .tablet-l\:p-t-27 {
    padding-top: 270px;
  }
  .tablet-l-m-t-27 {
    margin-top: 270px;
  }
  .tablet-l-p-t-27 {
    padding-top: 270px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-27 {
    margin-bottom: 270px;
  }
  .tablet-l\:p-b-27 {
    padding-bottom: 270px;
  }
  .tablet-l-m-b-27 {
    margin-bottom: 270px;
  }
  .tablet-l-p-b-27 {
    padding-bottom: 270px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-27 {
    margin-left: 270px;
  }
  .tablet-l\:p-l-27 {
    padding-left: 270px;
  }
  .tablet-l-m-l-27 {
    margin-left: 270px;
  }
  .tablet-l-p-l-27 {
    padding-left: 270px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-27 {
    margin-right: 270px;
  }
  .tablet-l\:p-r-27 {
    padding-right: 270px;
  }
  .tablet-l-m-r-27 {
    margin-right: 270px;
  }
  .tablet-l-p-r-27 {
    padding-right: 270px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-28 {
    margin-top: 280px;
  }
  .tablet-l\:p-t-28 {
    padding-top: 280px;
  }
  .tablet-l-m-t-28 {
    margin-top: 280px;
  }
  .tablet-l-p-t-28 {
    padding-top: 280px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-28 {
    margin-bottom: 280px;
  }
  .tablet-l\:p-b-28 {
    padding-bottom: 280px;
  }
  .tablet-l-m-b-28 {
    margin-bottom: 280px;
  }
  .tablet-l-p-b-28 {
    padding-bottom: 280px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-28 {
    margin-left: 280px;
  }
  .tablet-l\:p-l-28 {
    padding-left: 280px;
  }
  .tablet-l-m-l-28 {
    margin-left: 280px;
  }
  .tablet-l-p-l-28 {
    padding-left: 280px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-28 {
    margin-right: 280px;
  }
  .tablet-l\:p-r-28 {
    padding-right: 280px;
  }
  .tablet-l-m-r-28 {
    margin-right: 280px;
  }
  .tablet-l-p-r-28 {
    padding-right: 280px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-29 {
    margin-top: 290px;
  }
  .tablet-l\:p-t-29 {
    padding-top: 290px;
  }
  .tablet-l-m-t-29 {
    margin-top: 290px;
  }
  .tablet-l-p-t-29 {
    padding-top: 290px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-29 {
    margin-bottom: 290px;
  }
  .tablet-l\:p-b-29 {
    padding-bottom: 290px;
  }
  .tablet-l-m-b-29 {
    margin-bottom: 290px;
  }
  .tablet-l-p-b-29 {
    padding-bottom: 290px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-29 {
    margin-left: 290px;
  }
  .tablet-l\:p-l-29 {
    padding-left: 290px;
  }
  .tablet-l-m-l-29 {
    margin-left: 290px;
  }
  .tablet-l-p-l-29 {
    padding-left: 290px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-29 {
    margin-right: 290px;
  }
  .tablet-l\:p-r-29 {
    padding-right: 290px;
  }
  .tablet-l-m-r-29 {
    margin-right: 290px;
  }
  .tablet-l-p-r-29 {
    padding-right: 290px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-30 {
    margin-top: 300px;
  }
  .tablet-l\:p-t-30 {
    padding-top: 300px;
  }
  .tablet-l-m-t-30 {
    margin-top: 300px;
  }
  .tablet-l-p-t-30 {
    padding-top: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-30 {
    margin-bottom: 300px;
  }
  .tablet-l\:p-b-30 {
    padding-bottom: 300px;
  }
  .tablet-l-m-b-30 {
    margin-bottom: 300px;
  }
  .tablet-l-p-b-30 {
    padding-bottom: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-30 {
    margin-left: 300px;
  }
  .tablet-l\:p-l-30 {
    padding-left: 300px;
  }
  .tablet-l-m-l-30 {
    margin-left: 300px;
  }
  .tablet-l-p-l-30 {
    padding-left: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-30 {
    margin-right: 300px;
  }
  .tablet-l\:p-r-30 {
    padding-right: 300px;
  }
  .tablet-l-m-r-30 {
    margin-right: 300px;
  }
  .tablet-l-p-r-30 {
    padding-right: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-31 {
    margin-top: 310px;
  }
  .tablet-l\:p-t-31 {
    padding-top: 310px;
  }
  .tablet-l-m-t-31 {
    margin-top: 310px;
  }
  .tablet-l-p-t-31 {
    padding-top: 310px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-31 {
    margin-bottom: 310px;
  }
  .tablet-l\:p-b-31 {
    padding-bottom: 310px;
  }
  .tablet-l-m-b-31 {
    margin-bottom: 310px;
  }
  .tablet-l-p-b-31 {
    padding-bottom: 310px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-31 {
    margin-left: 310px;
  }
  .tablet-l\:p-l-31 {
    padding-left: 310px;
  }
  .tablet-l-m-l-31 {
    margin-left: 310px;
  }
  .tablet-l-p-l-31 {
    padding-left: 310px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-31 {
    margin-right: 310px;
  }
  .tablet-l\:p-r-31 {
    padding-right: 310px;
  }
  .tablet-l-m-r-31 {
    margin-right: 310px;
  }
  .tablet-l-p-r-31 {
    padding-right: 310px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-32 {
    margin-top: 320px;
  }
  .tablet-l\:p-t-32 {
    padding-top: 320px;
  }
  .tablet-l-m-t-32 {
    margin-top: 320px;
  }
  .tablet-l-p-t-32 {
    padding-top: 320px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-32 {
    margin-bottom: 320px;
  }
  .tablet-l\:p-b-32 {
    padding-bottom: 320px;
  }
  .tablet-l-m-b-32 {
    margin-bottom: 320px;
  }
  .tablet-l-p-b-32 {
    padding-bottom: 320px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-32 {
    margin-left: 320px;
  }
  .tablet-l\:p-l-32 {
    padding-left: 320px;
  }
  .tablet-l-m-l-32 {
    margin-left: 320px;
  }
  .tablet-l-p-l-32 {
    padding-left: 320px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-32 {
    margin-right: 320px;
  }
  .tablet-l\:p-r-32 {
    padding-right: 320px;
  }
  .tablet-l-m-r-32 {
    margin-right: 320px;
  }
  .tablet-l-p-r-32 {
    padding-right: 320px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-33 {
    margin-top: 330px;
  }
  .tablet-l\:p-t-33 {
    padding-top: 330px;
  }
  .tablet-l-m-t-33 {
    margin-top: 330px;
  }
  .tablet-l-p-t-33 {
    padding-top: 330px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-33 {
    margin-bottom: 330px;
  }
  .tablet-l\:p-b-33 {
    padding-bottom: 330px;
  }
  .tablet-l-m-b-33 {
    margin-bottom: 330px;
  }
  .tablet-l-p-b-33 {
    padding-bottom: 330px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-33 {
    margin-left: 330px;
  }
  .tablet-l\:p-l-33 {
    padding-left: 330px;
  }
  .tablet-l-m-l-33 {
    margin-left: 330px;
  }
  .tablet-l-p-l-33 {
    padding-left: 330px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-33 {
    margin-right: 330px;
  }
  .tablet-l\:p-r-33 {
    padding-right: 330px;
  }
  .tablet-l-m-r-33 {
    margin-right: 330px;
  }
  .tablet-l-p-r-33 {
    padding-right: 330px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-34 {
    margin-top: 340px;
  }
  .tablet-l\:p-t-34 {
    padding-top: 340px;
  }
  .tablet-l-m-t-34 {
    margin-top: 340px;
  }
  .tablet-l-p-t-34 {
    padding-top: 340px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-34 {
    margin-bottom: 340px;
  }
  .tablet-l\:p-b-34 {
    padding-bottom: 340px;
  }
  .tablet-l-m-b-34 {
    margin-bottom: 340px;
  }
  .tablet-l-p-b-34 {
    padding-bottom: 340px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-34 {
    margin-left: 340px;
  }
  .tablet-l\:p-l-34 {
    padding-left: 340px;
  }
  .tablet-l-m-l-34 {
    margin-left: 340px;
  }
  .tablet-l-p-l-34 {
    padding-left: 340px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-34 {
    margin-right: 340px;
  }
  .tablet-l\:p-r-34 {
    padding-right: 340px;
  }
  .tablet-l-m-r-34 {
    margin-right: 340px;
  }
  .tablet-l-p-r-34 {
    padding-right: 340px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-35 {
    margin-top: 350px;
  }
  .tablet-l\:p-t-35 {
    padding-top: 350px;
  }
  .tablet-l-m-t-35 {
    margin-top: 350px;
  }
  .tablet-l-p-t-35 {
    padding-top: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-35 {
    margin-bottom: 350px;
  }
  .tablet-l\:p-b-35 {
    padding-bottom: 350px;
  }
  .tablet-l-m-b-35 {
    margin-bottom: 350px;
  }
  .tablet-l-p-b-35 {
    padding-bottom: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-35 {
    margin-left: 350px;
  }
  .tablet-l\:p-l-35 {
    padding-left: 350px;
  }
  .tablet-l-m-l-35 {
    margin-left: 350px;
  }
  .tablet-l-p-l-35 {
    padding-left: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-35 {
    margin-right: 350px;
  }
  .tablet-l\:p-r-35 {
    padding-right: 350px;
  }
  .tablet-l-m-r-35 {
    margin-right: 350px;
  }
  .tablet-l-p-r-35 {
    padding-right: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-36 {
    margin-top: 360px;
  }
  .tablet-l\:p-t-36 {
    padding-top: 360px;
  }
  .tablet-l-m-t-36 {
    margin-top: 360px;
  }
  .tablet-l-p-t-36 {
    padding-top: 360px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-36 {
    margin-bottom: 360px;
  }
  .tablet-l\:p-b-36 {
    padding-bottom: 360px;
  }
  .tablet-l-m-b-36 {
    margin-bottom: 360px;
  }
  .tablet-l-p-b-36 {
    padding-bottom: 360px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-36 {
    margin-left: 360px;
  }
  .tablet-l\:p-l-36 {
    padding-left: 360px;
  }
  .tablet-l-m-l-36 {
    margin-left: 360px;
  }
  .tablet-l-p-l-36 {
    padding-left: 360px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-36 {
    margin-right: 360px;
  }
  .tablet-l\:p-r-36 {
    padding-right: 360px;
  }
  .tablet-l-m-r-36 {
    margin-right: 360px;
  }
  .tablet-l-p-r-36 {
    padding-right: 360px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-37 {
    margin-top: 370px;
  }
  .tablet-l\:p-t-37 {
    padding-top: 370px;
  }
  .tablet-l-m-t-37 {
    margin-top: 370px;
  }
  .tablet-l-p-t-37 {
    padding-top: 370px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-37 {
    margin-bottom: 370px;
  }
  .tablet-l\:p-b-37 {
    padding-bottom: 370px;
  }
  .tablet-l-m-b-37 {
    margin-bottom: 370px;
  }
  .tablet-l-p-b-37 {
    padding-bottom: 370px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-37 {
    margin-left: 370px;
  }
  .tablet-l\:p-l-37 {
    padding-left: 370px;
  }
  .tablet-l-m-l-37 {
    margin-left: 370px;
  }
  .tablet-l-p-l-37 {
    padding-left: 370px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-37 {
    margin-right: 370px;
  }
  .tablet-l\:p-r-37 {
    padding-right: 370px;
  }
  .tablet-l-m-r-37 {
    margin-right: 370px;
  }
  .tablet-l-p-r-37 {
    padding-right: 370px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-38 {
    margin-top: 380px;
  }
  .tablet-l\:p-t-38 {
    padding-top: 380px;
  }
  .tablet-l-m-t-38 {
    margin-top: 380px;
  }
  .tablet-l-p-t-38 {
    padding-top: 380px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-38 {
    margin-bottom: 380px;
  }
  .tablet-l\:p-b-38 {
    padding-bottom: 380px;
  }
  .tablet-l-m-b-38 {
    margin-bottom: 380px;
  }
  .tablet-l-p-b-38 {
    padding-bottom: 380px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-38 {
    margin-left: 380px;
  }
  .tablet-l\:p-l-38 {
    padding-left: 380px;
  }
  .tablet-l-m-l-38 {
    margin-left: 380px;
  }
  .tablet-l-p-l-38 {
    padding-left: 380px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-38 {
    margin-right: 380px;
  }
  .tablet-l\:p-r-38 {
    padding-right: 380px;
  }
  .tablet-l-m-r-38 {
    margin-right: 380px;
  }
  .tablet-l-p-r-38 {
    padding-right: 380px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-39 {
    margin-top: 390px;
  }
  .tablet-l\:p-t-39 {
    padding-top: 390px;
  }
  .tablet-l-m-t-39 {
    margin-top: 390px;
  }
  .tablet-l-p-t-39 {
    padding-top: 390px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-39 {
    margin-bottom: 390px;
  }
  .tablet-l\:p-b-39 {
    padding-bottom: 390px;
  }
  .tablet-l-m-b-39 {
    margin-bottom: 390px;
  }
  .tablet-l-p-b-39 {
    padding-bottom: 390px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-39 {
    margin-left: 390px;
  }
  .tablet-l\:p-l-39 {
    padding-left: 390px;
  }
  .tablet-l-m-l-39 {
    margin-left: 390px;
  }
  .tablet-l-p-l-39 {
    padding-left: 390px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-39 {
    margin-right: 390px;
  }
  .tablet-l\:p-r-39 {
    padding-right: 390px;
  }
  .tablet-l-m-r-39 {
    margin-right: 390px;
  }
  .tablet-l-p-r-39 {
    padding-right: 390px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-40 {
    margin-top: 400px;
  }
  .tablet-l\:p-t-40 {
    padding-top: 400px;
  }
  .tablet-l-m-t-40 {
    margin-top: 400px;
  }
  .tablet-l-p-t-40 {
    padding-top: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-40 {
    margin-bottom: 400px;
  }
  .tablet-l\:p-b-40 {
    padding-bottom: 400px;
  }
  .tablet-l-m-b-40 {
    margin-bottom: 400px;
  }
  .tablet-l-p-b-40 {
    padding-bottom: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-40 {
    margin-left: 400px;
  }
  .tablet-l\:p-l-40 {
    padding-left: 400px;
  }
  .tablet-l-m-l-40 {
    margin-left: 400px;
  }
  .tablet-l-p-l-40 {
    padding-left: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-40 {
    margin-right: 400px;
  }
  .tablet-l\:p-r-40 {
    padding-right: 400px;
  }
  .tablet-l-m-r-40 {
    margin-right: 400px;
  }
  .tablet-l-p-r-40 {
    padding-right: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-41 {
    margin-top: 410px;
  }
  .tablet-l\:p-t-41 {
    padding-top: 410px;
  }
  .tablet-l-m-t-41 {
    margin-top: 410px;
  }
  .tablet-l-p-t-41 {
    padding-top: 410px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-41 {
    margin-bottom: 410px;
  }
  .tablet-l\:p-b-41 {
    padding-bottom: 410px;
  }
  .tablet-l-m-b-41 {
    margin-bottom: 410px;
  }
  .tablet-l-p-b-41 {
    padding-bottom: 410px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-41 {
    margin-left: 410px;
  }
  .tablet-l\:p-l-41 {
    padding-left: 410px;
  }
  .tablet-l-m-l-41 {
    margin-left: 410px;
  }
  .tablet-l-p-l-41 {
    padding-left: 410px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-41 {
    margin-right: 410px;
  }
  .tablet-l\:p-r-41 {
    padding-right: 410px;
  }
  .tablet-l-m-r-41 {
    margin-right: 410px;
  }
  .tablet-l-p-r-41 {
    padding-right: 410px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-42 {
    margin-top: 420px;
  }
  .tablet-l\:p-t-42 {
    padding-top: 420px;
  }
  .tablet-l-m-t-42 {
    margin-top: 420px;
  }
  .tablet-l-p-t-42 {
    padding-top: 420px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-42 {
    margin-bottom: 420px;
  }
  .tablet-l\:p-b-42 {
    padding-bottom: 420px;
  }
  .tablet-l-m-b-42 {
    margin-bottom: 420px;
  }
  .tablet-l-p-b-42 {
    padding-bottom: 420px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-42 {
    margin-left: 420px;
  }
  .tablet-l\:p-l-42 {
    padding-left: 420px;
  }
  .tablet-l-m-l-42 {
    margin-left: 420px;
  }
  .tablet-l-p-l-42 {
    padding-left: 420px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-42 {
    margin-right: 420px;
  }
  .tablet-l\:p-r-42 {
    padding-right: 420px;
  }
  .tablet-l-m-r-42 {
    margin-right: 420px;
  }
  .tablet-l-p-r-42 {
    padding-right: 420px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-43 {
    margin-top: 430px;
  }
  .tablet-l\:p-t-43 {
    padding-top: 430px;
  }
  .tablet-l-m-t-43 {
    margin-top: 430px;
  }
  .tablet-l-p-t-43 {
    padding-top: 430px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-43 {
    margin-bottom: 430px;
  }
  .tablet-l\:p-b-43 {
    padding-bottom: 430px;
  }
  .tablet-l-m-b-43 {
    margin-bottom: 430px;
  }
  .tablet-l-p-b-43 {
    padding-bottom: 430px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-43 {
    margin-left: 430px;
  }
  .tablet-l\:p-l-43 {
    padding-left: 430px;
  }
  .tablet-l-m-l-43 {
    margin-left: 430px;
  }
  .tablet-l-p-l-43 {
    padding-left: 430px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-43 {
    margin-right: 430px;
  }
  .tablet-l\:p-r-43 {
    padding-right: 430px;
  }
  .tablet-l-m-r-43 {
    margin-right: 430px;
  }
  .tablet-l-p-r-43 {
    padding-right: 430px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-44 {
    margin-top: 440px;
  }
  .tablet-l\:p-t-44 {
    padding-top: 440px;
  }
  .tablet-l-m-t-44 {
    margin-top: 440px;
  }
  .tablet-l-p-t-44 {
    padding-top: 440px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-44 {
    margin-bottom: 440px;
  }
  .tablet-l\:p-b-44 {
    padding-bottom: 440px;
  }
  .tablet-l-m-b-44 {
    margin-bottom: 440px;
  }
  .tablet-l-p-b-44 {
    padding-bottom: 440px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-44 {
    margin-left: 440px;
  }
  .tablet-l\:p-l-44 {
    padding-left: 440px;
  }
  .tablet-l-m-l-44 {
    margin-left: 440px;
  }
  .tablet-l-p-l-44 {
    padding-left: 440px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-44 {
    margin-right: 440px;
  }
  .tablet-l\:p-r-44 {
    padding-right: 440px;
  }
  .tablet-l-m-r-44 {
    margin-right: 440px;
  }
  .tablet-l-p-r-44 {
    padding-right: 440px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-45 {
    margin-top: 450px;
  }
  .tablet-l\:p-t-45 {
    padding-top: 450px;
  }
  .tablet-l-m-t-45 {
    margin-top: 450px;
  }
  .tablet-l-p-t-45 {
    padding-top: 450px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-45 {
    margin-bottom: 450px;
  }
  .tablet-l\:p-b-45 {
    padding-bottom: 450px;
  }
  .tablet-l-m-b-45 {
    margin-bottom: 450px;
  }
  .tablet-l-p-b-45 {
    padding-bottom: 450px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-45 {
    margin-left: 450px;
  }
  .tablet-l\:p-l-45 {
    padding-left: 450px;
  }
  .tablet-l-m-l-45 {
    margin-left: 450px;
  }
  .tablet-l-p-l-45 {
    padding-left: 450px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-45 {
    margin-right: 450px;
  }
  .tablet-l\:p-r-45 {
    padding-right: 450px;
  }
  .tablet-l-m-r-45 {
    margin-right: 450px;
  }
  .tablet-l-p-r-45 {
    padding-right: 450px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-46 {
    margin-top: 460px;
  }
  .tablet-l\:p-t-46 {
    padding-top: 460px;
  }
  .tablet-l-m-t-46 {
    margin-top: 460px;
  }
  .tablet-l-p-t-46 {
    padding-top: 460px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-46 {
    margin-bottom: 460px;
  }
  .tablet-l\:p-b-46 {
    padding-bottom: 460px;
  }
  .tablet-l-m-b-46 {
    margin-bottom: 460px;
  }
  .tablet-l-p-b-46 {
    padding-bottom: 460px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-46 {
    margin-left: 460px;
  }
  .tablet-l\:p-l-46 {
    padding-left: 460px;
  }
  .tablet-l-m-l-46 {
    margin-left: 460px;
  }
  .tablet-l-p-l-46 {
    padding-left: 460px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-46 {
    margin-right: 460px;
  }
  .tablet-l\:p-r-46 {
    padding-right: 460px;
  }
  .tablet-l-m-r-46 {
    margin-right: 460px;
  }
  .tablet-l-p-r-46 {
    padding-right: 460px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-47 {
    margin-top: 470px;
  }
  .tablet-l\:p-t-47 {
    padding-top: 470px;
  }
  .tablet-l-m-t-47 {
    margin-top: 470px;
  }
  .tablet-l-p-t-47 {
    padding-top: 470px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-47 {
    margin-bottom: 470px;
  }
  .tablet-l\:p-b-47 {
    padding-bottom: 470px;
  }
  .tablet-l-m-b-47 {
    margin-bottom: 470px;
  }
  .tablet-l-p-b-47 {
    padding-bottom: 470px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-47 {
    margin-left: 470px;
  }
  .tablet-l\:p-l-47 {
    padding-left: 470px;
  }
  .tablet-l-m-l-47 {
    margin-left: 470px;
  }
  .tablet-l-p-l-47 {
    padding-left: 470px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-47 {
    margin-right: 470px;
  }
  .tablet-l\:p-r-47 {
    padding-right: 470px;
  }
  .tablet-l-m-r-47 {
    margin-right: 470px;
  }
  .tablet-l-p-r-47 {
    padding-right: 470px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-48 {
    margin-top: 480px;
  }
  .tablet-l\:p-t-48 {
    padding-top: 480px;
  }
  .tablet-l-m-t-48 {
    margin-top: 480px;
  }
  .tablet-l-p-t-48 {
    padding-top: 480px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-48 {
    margin-bottom: 480px;
  }
  .tablet-l\:p-b-48 {
    padding-bottom: 480px;
  }
  .tablet-l-m-b-48 {
    margin-bottom: 480px;
  }
  .tablet-l-p-b-48 {
    padding-bottom: 480px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-48 {
    margin-left: 480px;
  }
  .tablet-l\:p-l-48 {
    padding-left: 480px;
  }
  .tablet-l-m-l-48 {
    margin-left: 480px;
  }
  .tablet-l-p-l-48 {
    padding-left: 480px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-48 {
    margin-right: 480px;
  }
  .tablet-l\:p-r-48 {
    padding-right: 480px;
  }
  .tablet-l-m-r-48 {
    margin-right: 480px;
  }
  .tablet-l-p-r-48 {
    padding-right: 480px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-49 {
    margin-top: 490px;
  }
  .tablet-l\:p-t-49 {
    padding-top: 490px;
  }
  .tablet-l-m-t-49 {
    margin-top: 490px;
  }
  .tablet-l-p-t-49 {
    padding-top: 490px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-b-49 {
    margin-bottom: 490px;
  }
  .tablet-l\:p-b-49 {
    padding-bottom: 490px;
  }
  .tablet-l-m-b-49 {
    margin-bottom: 490px;
  }
  .tablet-l-p-b-49 {
    padding-bottom: 490px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-l-49 {
    margin-left: 490px;
  }
  .tablet-l\:p-l-49 {
    padding-left: 490px;
  }
  .tablet-l-m-l-49 {
    margin-left: 490px;
  }
  .tablet-l-p-l-49 {
    padding-left: 490px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-r-49 {
    margin-right: 490px;
  }
  .tablet-l\:p-r-49 {
    padding-right: 490px;
  }
  .tablet-l-m-r-49 {
    margin-right: 490px;
  }
  .tablet-l-p-r-49 {
    padding-right: 490px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--10 {
    margin-top: -100px;
  }
  .laptop\:p-t--10 {
    padding-top: -100px;
  }
  .laptop-m-t--10 {
    margin-top: -100px;
  }
  .laptop-p-t--10 {
    padding-top: -100px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--10 {
    margin-bottom: -100px;
  }
  .laptop\:p-b--10 {
    padding-bottom: -100px;
  }
  .laptop-m-b--10 {
    margin-bottom: -100px;
  }
  .laptop-p-b--10 {
    padding-bottom: -100px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--10 {
    margin-left: -100px;
  }
  .laptop\:p-l--10 {
    padding-left: -100px;
  }
  .laptop-m-l--10 {
    margin-left: -100px;
  }
  .laptop-p-l--10 {
    padding-left: -100px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--10 {
    margin-right: -100px;
  }
  .laptop\:p-r--10 {
    padding-right: -100px;
  }
  .laptop-m-r--10 {
    margin-right: -100px;
  }
  .laptop-p-r--10 {
    padding-right: -100px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--9\.9 {
    margin-top: -99px;
  }
  .laptop\:p-t--9\.9 {
    padding-top: -99px;
  }
  .laptop-m-t--9\.9 {
    margin-top: -99px;
  }
  .laptop-p-t--9\.9 {
    padding-top: -99px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--9\.9 {
    margin-bottom: -99px;
  }
  .laptop\:p-b--9\.9 {
    padding-bottom: -99px;
  }
  .laptop-m-b--9\.9 {
    margin-bottom: -99px;
  }
  .laptop-p-b--9\.9 {
    padding-bottom: -99px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--9\.9 {
    margin-left: -99px;
  }
  .laptop\:p-l--9\.9 {
    padding-left: -99px;
  }
  .laptop-m-l--9\.9 {
    margin-left: -99px;
  }
  .laptop-p-l--9\.9 {
    padding-left: -99px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--9\.9 {
    margin-right: -99px;
  }
  .laptop\:p-r--9\.9 {
    padding-right: -99px;
  }
  .laptop-m-r--9\.9 {
    margin-right: -99px;
  }
  .laptop-p-r--9\.9 {
    padding-right: -99px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--9\.8 {
    margin-top: -98px;
  }
  .laptop\:p-t--9\.8 {
    padding-top: -98px;
  }
  .laptop-m-t--9\.8 {
    margin-top: -98px;
  }
  .laptop-p-t--9\.8 {
    padding-top: -98px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--9\.8 {
    margin-bottom: -98px;
  }
  .laptop\:p-b--9\.8 {
    padding-bottom: -98px;
  }
  .laptop-m-b--9\.8 {
    margin-bottom: -98px;
  }
  .laptop-p-b--9\.8 {
    padding-bottom: -98px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--9\.8 {
    margin-left: -98px;
  }
  .laptop\:p-l--9\.8 {
    padding-left: -98px;
  }
  .laptop-m-l--9\.8 {
    margin-left: -98px;
  }
  .laptop-p-l--9\.8 {
    padding-left: -98px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--9\.8 {
    margin-right: -98px;
  }
  .laptop\:p-r--9\.8 {
    padding-right: -98px;
  }
  .laptop-m-r--9\.8 {
    margin-right: -98px;
  }
  .laptop-p-r--9\.8 {
    padding-right: -98px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--9\.7 {
    margin-top: -97px;
  }
  .laptop\:p-t--9\.7 {
    padding-top: -97px;
  }
  .laptop-m-t--9\.7 {
    margin-top: -97px;
  }
  .laptop-p-t--9\.7 {
    padding-top: -97px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--9\.7 {
    margin-bottom: -97px;
  }
  .laptop\:p-b--9\.7 {
    padding-bottom: -97px;
  }
  .laptop-m-b--9\.7 {
    margin-bottom: -97px;
  }
  .laptop-p-b--9\.7 {
    padding-bottom: -97px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--9\.7 {
    margin-left: -97px;
  }
  .laptop\:p-l--9\.7 {
    padding-left: -97px;
  }
  .laptop-m-l--9\.7 {
    margin-left: -97px;
  }
  .laptop-p-l--9\.7 {
    padding-left: -97px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--9\.7 {
    margin-right: -97px;
  }
  .laptop\:p-r--9\.7 {
    padding-right: -97px;
  }
  .laptop-m-r--9\.7 {
    margin-right: -97px;
  }
  .laptop-p-r--9\.7 {
    padding-right: -97px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--9\.6 {
    margin-top: -96px;
  }
  .laptop\:p-t--9\.6 {
    padding-top: -96px;
  }
  .laptop-m-t--9\.6 {
    margin-top: -96px;
  }
  .laptop-p-t--9\.6 {
    padding-top: -96px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--9\.6 {
    margin-bottom: -96px;
  }
  .laptop\:p-b--9\.6 {
    padding-bottom: -96px;
  }
  .laptop-m-b--9\.6 {
    margin-bottom: -96px;
  }
  .laptop-p-b--9\.6 {
    padding-bottom: -96px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--9\.6 {
    margin-left: -96px;
  }
  .laptop\:p-l--9\.6 {
    padding-left: -96px;
  }
  .laptop-m-l--9\.6 {
    margin-left: -96px;
  }
  .laptop-p-l--9\.6 {
    padding-left: -96px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--9\.6 {
    margin-right: -96px;
  }
  .laptop\:p-r--9\.6 {
    padding-right: -96px;
  }
  .laptop-m-r--9\.6 {
    margin-right: -96px;
  }
  .laptop-p-r--9\.6 {
    padding-right: -96px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--9\.5 {
    margin-top: -95px;
  }
  .laptop\:p-t--9\.5 {
    padding-top: -95px;
  }
  .laptop-m-t--9\.5 {
    margin-top: -95px;
  }
  .laptop-p-t--9\.5 {
    padding-top: -95px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--9\.5 {
    margin-bottom: -95px;
  }
  .laptop\:p-b--9\.5 {
    padding-bottom: -95px;
  }
  .laptop-m-b--9\.5 {
    margin-bottom: -95px;
  }
  .laptop-p-b--9\.5 {
    padding-bottom: -95px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--9\.5 {
    margin-left: -95px;
  }
  .laptop\:p-l--9\.5 {
    padding-left: -95px;
  }
  .laptop-m-l--9\.5 {
    margin-left: -95px;
  }
  .laptop-p-l--9\.5 {
    padding-left: -95px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--9\.5 {
    margin-right: -95px;
  }
  .laptop\:p-r--9\.5 {
    padding-right: -95px;
  }
  .laptop-m-r--9\.5 {
    margin-right: -95px;
  }
  .laptop-p-r--9\.5 {
    padding-right: -95px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--9\.4 {
    margin-top: -94px;
  }
  .laptop\:p-t--9\.4 {
    padding-top: -94px;
  }
  .laptop-m-t--9\.4 {
    margin-top: -94px;
  }
  .laptop-p-t--9\.4 {
    padding-top: -94px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--9\.4 {
    margin-bottom: -94px;
  }
  .laptop\:p-b--9\.4 {
    padding-bottom: -94px;
  }
  .laptop-m-b--9\.4 {
    margin-bottom: -94px;
  }
  .laptop-p-b--9\.4 {
    padding-bottom: -94px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--9\.4 {
    margin-left: -94px;
  }
  .laptop\:p-l--9\.4 {
    padding-left: -94px;
  }
  .laptop-m-l--9\.4 {
    margin-left: -94px;
  }
  .laptop-p-l--9\.4 {
    padding-left: -94px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--9\.4 {
    margin-right: -94px;
  }
  .laptop\:p-r--9\.4 {
    padding-right: -94px;
  }
  .laptop-m-r--9\.4 {
    margin-right: -94px;
  }
  .laptop-p-r--9\.4 {
    padding-right: -94px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--9\.3 {
    margin-top: -93px;
  }
  .laptop\:p-t--9\.3 {
    padding-top: -93px;
  }
  .laptop-m-t--9\.3 {
    margin-top: -93px;
  }
  .laptop-p-t--9\.3 {
    padding-top: -93px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--9\.3 {
    margin-bottom: -93px;
  }
  .laptop\:p-b--9\.3 {
    padding-bottom: -93px;
  }
  .laptop-m-b--9\.3 {
    margin-bottom: -93px;
  }
  .laptop-p-b--9\.3 {
    padding-bottom: -93px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--9\.3 {
    margin-left: -93px;
  }
  .laptop\:p-l--9\.3 {
    padding-left: -93px;
  }
  .laptop-m-l--9\.3 {
    margin-left: -93px;
  }
  .laptop-p-l--9\.3 {
    padding-left: -93px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--9\.3 {
    margin-right: -93px;
  }
  .laptop\:p-r--9\.3 {
    padding-right: -93px;
  }
  .laptop-m-r--9\.3 {
    margin-right: -93px;
  }
  .laptop-p-r--9\.3 {
    padding-right: -93px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--9\.2 {
    margin-top: -92px;
  }
  .laptop\:p-t--9\.2 {
    padding-top: -92px;
  }
  .laptop-m-t--9\.2 {
    margin-top: -92px;
  }
  .laptop-p-t--9\.2 {
    padding-top: -92px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--9\.2 {
    margin-bottom: -92px;
  }
  .laptop\:p-b--9\.2 {
    padding-bottom: -92px;
  }
  .laptop-m-b--9\.2 {
    margin-bottom: -92px;
  }
  .laptop-p-b--9\.2 {
    padding-bottom: -92px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--9\.2 {
    margin-left: -92px;
  }
  .laptop\:p-l--9\.2 {
    padding-left: -92px;
  }
  .laptop-m-l--9\.2 {
    margin-left: -92px;
  }
  .laptop-p-l--9\.2 {
    padding-left: -92px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--9\.2 {
    margin-right: -92px;
  }
  .laptop\:p-r--9\.2 {
    padding-right: -92px;
  }
  .laptop-m-r--9\.2 {
    margin-right: -92px;
  }
  .laptop-p-r--9\.2 {
    padding-right: -92px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--9\.1 {
    margin-top: -91px;
  }
  .laptop\:p-t--9\.1 {
    padding-top: -91px;
  }
  .laptop-m-t--9\.1 {
    margin-top: -91px;
  }
  .laptop-p-t--9\.1 {
    padding-top: -91px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--9\.1 {
    margin-bottom: -91px;
  }
  .laptop\:p-b--9\.1 {
    padding-bottom: -91px;
  }
  .laptop-m-b--9\.1 {
    margin-bottom: -91px;
  }
  .laptop-p-b--9\.1 {
    padding-bottom: -91px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--9\.1 {
    margin-left: -91px;
  }
  .laptop\:p-l--9\.1 {
    padding-left: -91px;
  }
  .laptop-m-l--9\.1 {
    margin-left: -91px;
  }
  .laptop-p-l--9\.1 {
    padding-left: -91px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--9\.1 {
    margin-right: -91px;
  }
  .laptop\:p-r--9\.1 {
    padding-right: -91px;
  }
  .laptop-m-r--9\.1 {
    margin-right: -91px;
  }
  .laptop-p-r--9\.1 {
    padding-right: -91px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--9 {
    margin-top: -90px;
  }
  .laptop\:p-t--9 {
    padding-top: -90px;
  }
  .laptop-m-t--9 {
    margin-top: -90px;
  }
  .laptop-p-t--9 {
    padding-top: -90px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--9 {
    margin-bottom: -90px;
  }
  .laptop\:p-b--9 {
    padding-bottom: -90px;
  }
  .laptop-m-b--9 {
    margin-bottom: -90px;
  }
  .laptop-p-b--9 {
    padding-bottom: -90px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--9 {
    margin-left: -90px;
  }
  .laptop\:p-l--9 {
    padding-left: -90px;
  }
  .laptop-m-l--9 {
    margin-left: -90px;
  }
  .laptop-p-l--9 {
    padding-left: -90px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--9 {
    margin-right: -90px;
  }
  .laptop\:p-r--9 {
    padding-right: -90px;
  }
  .laptop-m-r--9 {
    margin-right: -90px;
  }
  .laptop-p-r--9 {
    padding-right: -90px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--8\.9 {
    margin-top: -89px;
  }
  .laptop\:p-t--8\.9 {
    padding-top: -89px;
  }
  .laptop-m-t--8\.9 {
    margin-top: -89px;
  }
  .laptop-p-t--8\.9 {
    padding-top: -89px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--8\.9 {
    margin-bottom: -89px;
  }
  .laptop\:p-b--8\.9 {
    padding-bottom: -89px;
  }
  .laptop-m-b--8\.9 {
    margin-bottom: -89px;
  }
  .laptop-p-b--8\.9 {
    padding-bottom: -89px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--8\.9 {
    margin-left: -89px;
  }
  .laptop\:p-l--8\.9 {
    padding-left: -89px;
  }
  .laptop-m-l--8\.9 {
    margin-left: -89px;
  }
  .laptop-p-l--8\.9 {
    padding-left: -89px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--8\.9 {
    margin-right: -89px;
  }
  .laptop\:p-r--8\.9 {
    padding-right: -89px;
  }
  .laptop-m-r--8\.9 {
    margin-right: -89px;
  }
  .laptop-p-r--8\.9 {
    padding-right: -89px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--8\.8 {
    margin-top: -88px;
  }
  .laptop\:p-t--8\.8 {
    padding-top: -88px;
  }
  .laptop-m-t--8\.8 {
    margin-top: -88px;
  }
  .laptop-p-t--8\.8 {
    padding-top: -88px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--8\.8 {
    margin-bottom: -88px;
  }
  .laptop\:p-b--8\.8 {
    padding-bottom: -88px;
  }
  .laptop-m-b--8\.8 {
    margin-bottom: -88px;
  }
  .laptop-p-b--8\.8 {
    padding-bottom: -88px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--8\.8 {
    margin-left: -88px;
  }
  .laptop\:p-l--8\.8 {
    padding-left: -88px;
  }
  .laptop-m-l--8\.8 {
    margin-left: -88px;
  }
  .laptop-p-l--8\.8 {
    padding-left: -88px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--8\.8 {
    margin-right: -88px;
  }
  .laptop\:p-r--8\.8 {
    padding-right: -88px;
  }
  .laptop-m-r--8\.8 {
    margin-right: -88px;
  }
  .laptop-p-r--8\.8 {
    padding-right: -88px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--8\.7 {
    margin-top: -87px;
  }
  .laptop\:p-t--8\.7 {
    padding-top: -87px;
  }
  .laptop-m-t--8\.7 {
    margin-top: -87px;
  }
  .laptop-p-t--8\.7 {
    padding-top: -87px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--8\.7 {
    margin-bottom: -87px;
  }
  .laptop\:p-b--8\.7 {
    padding-bottom: -87px;
  }
  .laptop-m-b--8\.7 {
    margin-bottom: -87px;
  }
  .laptop-p-b--8\.7 {
    padding-bottom: -87px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--8\.7 {
    margin-left: -87px;
  }
  .laptop\:p-l--8\.7 {
    padding-left: -87px;
  }
  .laptop-m-l--8\.7 {
    margin-left: -87px;
  }
  .laptop-p-l--8\.7 {
    padding-left: -87px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--8\.7 {
    margin-right: -87px;
  }
  .laptop\:p-r--8\.7 {
    padding-right: -87px;
  }
  .laptop-m-r--8\.7 {
    margin-right: -87px;
  }
  .laptop-p-r--8\.7 {
    padding-right: -87px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--8\.6 {
    margin-top: -86px;
  }
  .laptop\:p-t--8\.6 {
    padding-top: -86px;
  }
  .laptop-m-t--8\.6 {
    margin-top: -86px;
  }
  .laptop-p-t--8\.6 {
    padding-top: -86px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--8\.6 {
    margin-bottom: -86px;
  }
  .laptop\:p-b--8\.6 {
    padding-bottom: -86px;
  }
  .laptop-m-b--8\.6 {
    margin-bottom: -86px;
  }
  .laptop-p-b--8\.6 {
    padding-bottom: -86px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--8\.6 {
    margin-left: -86px;
  }
  .laptop\:p-l--8\.6 {
    padding-left: -86px;
  }
  .laptop-m-l--8\.6 {
    margin-left: -86px;
  }
  .laptop-p-l--8\.6 {
    padding-left: -86px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--8\.6 {
    margin-right: -86px;
  }
  .laptop\:p-r--8\.6 {
    padding-right: -86px;
  }
  .laptop-m-r--8\.6 {
    margin-right: -86px;
  }
  .laptop-p-r--8\.6 {
    padding-right: -86px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--8\.5 {
    margin-top: -85px;
  }
  .laptop\:p-t--8\.5 {
    padding-top: -85px;
  }
  .laptop-m-t--8\.5 {
    margin-top: -85px;
  }
  .laptop-p-t--8\.5 {
    padding-top: -85px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--8\.5 {
    margin-bottom: -85px;
  }
  .laptop\:p-b--8\.5 {
    padding-bottom: -85px;
  }
  .laptop-m-b--8\.5 {
    margin-bottom: -85px;
  }
  .laptop-p-b--8\.5 {
    padding-bottom: -85px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--8\.5 {
    margin-left: -85px;
  }
  .laptop\:p-l--8\.5 {
    padding-left: -85px;
  }
  .laptop-m-l--8\.5 {
    margin-left: -85px;
  }
  .laptop-p-l--8\.5 {
    padding-left: -85px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--8\.5 {
    margin-right: -85px;
  }
  .laptop\:p-r--8\.5 {
    padding-right: -85px;
  }
  .laptop-m-r--8\.5 {
    margin-right: -85px;
  }
  .laptop-p-r--8\.5 {
    padding-right: -85px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--8\.4 {
    margin-top: -84px;
  }
  .laptop\:p-t--8\.4 {
    padding-top: -84px;
  }
  .laptop-m-t--8\.4 {
    margin-top: -84px;
  }
  .laptop-p-t--8\.4 {
    padding-top: -84px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--8\.4 {
    margin-bottom: -84px;
  }
  .laptop\:p-b--8\.4 {
    padding-bottom: -84px;
  }
  .laptop-m-b--8\.4 {
    margin-bottom: -84px;
  }
  .laptop-p-b--8\.4 {
    padding-bottom: -84px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--8\.4 {
    margin-left: -84px;
  }
  .laptop\:p-l--8\.4 {
    padding-left: -84px;
  }
  .laptop-m-l--8\.4 {
    margin-left: -84px;
  }
  .laptop-p-l--8\.4 {
    padding-left: -84px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--8\.4 {
    margin-right: -84px;
  }
  .laptop\:p-r--8\.4 {
    padding-right: -84px;
  }
  .laptop-m-r--8\.4 {
    margin-right: -84px;
  }
  .laptop-p-r--8\.4 {
    padding-right: -84px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--8\.3 {
    margin-top: -83px;
  }
  .laptop\:p-t--8\.3 {
    padding-top: -83px;
  }
  .laptop-m-t--8\.3 {
    margin-top: -83px;
  }
  .laptop-p-t--8\.3 {
    padding-top: -83px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--8\.3 {
    margin-bottom: -83px;
  }
  .laptop\:p-b--8\.3 {
    padding-bottom: -83px;
  }
  .laptop-m-b--8\.3 {
    margin-bottom: -83px;
  }
  .laptop-p-b--8\.3 {
    padding-bottom: -83px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--8\.3 {
    margin-left: -83px;
  }
  .laptop\:p-l--8\.3 {
    padding-left: -83px;
  }
  .laptop-m-l--8\.3 {
    margin-left: -83px;
  }
  .laptop-p-l--8\.3 {
    padding-left: -83px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--8\.3 {
    margin-right: -83px;
  }
  .laptop\:p-r--8\.3 {
    padding-right: -83px;
  }
  .laptop-m-r--8\.3 {
    margin-right: -83px;
  }
  .laptop-p-r--8\.3 {
    padding-right: -83px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--8\.2 {
    margin-top: -82px;
  }
  .laptop\:p-t--8\.2 {
    padding-top: -82px;
  }
  .laptop-m-t--8\.2 {
    margin-top: -82px;
  }
  .laptop-p-t--8\.2 {
    padding-top: -82px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--8\.2 {
    margin-bottom: -82px;
  }
  .laptop\:p-b--8\.2 {
    padding-bottom: -82px;
  }
  .laptop-m-b--8\.2 {
    margin-bottom: -82px;
  }
  .laptop-p-b--8\.2 {
    padding-bottom: -82px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--8\.2 {
    margin-left: -82px;
  }
  .laptop\:p-l--8\.2 {
    padding-left: -82px;
  }
  .laptop-m-l--8\.2 {
    margin-left: -82px;
  }
  .laptop-p-l--8\.2 {
    padding-left: -82px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--8\.2 {
    margin-right: -82px;
  }
  .laptop\:p-r--8\.2 {
    padding-right: -82px;
  }
  .laptop-m-r--8\.2 {
    margin-right: -82px;
  }
  .laptop-p-r--8\.2 {
    padding-right: -82px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--8\.1 {
    margin-top: -81px;
  }
  .laptop\:p-t--8\.1 {
    padding-top: -81px;
  }
  .laptop-m-t--8\.1 {
    margin-top: -81px;
  }
  .laptop-p-t--8\.1 {
    padding-top: -81px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--8\.1 {
    margin-bottom: -81px;
  }
  .laptop\:p-b--8\.1 {
    padding-bottom: -81px;
  }
  .laptop-m-b--8\.1 {
    margin-bottom: -81px;
  }
  .laptop-p-b--8\.1 {
    padding-bottom: -81px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--8\.1 {
    margin-left: -81px;
  }
  .laptop\:p-l--8\.1 {
    padding-left: -81px;
  }
  .laptop-m-l--8\.1 {
    margin-left: -81px;
  }
  .laptop-p-l--8\.1 {
    padding-left: -81px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--8\.1 {
    margin-right: -81px;
  }
  .laptop\:p-r--8\.1 {
    padding-right: -81px;
  }
  .laptop-m-r--8\.1 {
    margin-right: -81px;
  }
  .laptop-p-r--8\.1 {
    padding-right: -81px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--8 {
    margin-top: -80px;
  }
  .laptop\:p-t--8 {
    padding-top: -80px;
  }
  .laptop-m-t--8 {
    margin-top: -80px;
  }
  .laptop-p-t--8 {
    padding-top: -80px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--8 {
    margin-bottom: -80px;
  }
  .laptop\:p-b--8 {
    padding-bottom: -80px;
  }
  .laptop-m-b--8 {
    margin-bottom: -80px;
  }
  .laptop-p-b--8 {
    padding-bottom: -80px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--8 {
    margin-left: -80px;
  }
  .laptop\:p-l--8 {
    padding-left: -80px;
  }
  .laptop-m-l--8 {
    margin-left: -80px;
  }
  .laptop-p-l--8 {
    padding-left: -80px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--8 {
    margin-right: -80px;
  }
  .laptop\:p-r--8 {
    padding-right: -80px;
  }
  .laptop-m-r--8 {
    margin-right: -80px;
  }
  .laptop-p-r--8 {
    padding-right: -80px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--7\.9 {
    margin-top: -79px;
  }
  .laptop\:p-t--7\.9 {
    padding-top: -79px;
  }
  .laptop-m-t--7\.9 {
    margin-top: -79px;
  }
  .laptop-p-t--7\.9 {
    padding-top: -79px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--7\.9 {
    margin-bottom: -79px;
  }
  .laptop\:p-b--7\.9 {
    padding-bottom: -79px;
  }
  .laptop-m-b--7\.9 {
    margin-bottom: -79px;
  }
  .laptop-p-b--7\.9 {
    padding-bottom: -79px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--7\.9 {
    margin-left: -79px;
  }
  .laptop\:p-l--7\.9 {
    padding-left: -79px;
  }
  .laptop-m-l--7\.9 {
    margin-left: -79px;
  }
  .laptop-p-l--7\.9 {
    padding-left: -79px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--7\.9 {
    margin-right: -79px;
  }
  .laptop\:p-r--7\.9 {
    padding-right: -79px;
  }
  .laptop-m-r--7\.9 {
    margin-right: -79px;
  }
  .laptop-p-r--7\.9 {
    padding-right: -79px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--7\.8 {
    margin-top: -78px;
  }
  .laptop\:p-t--7\.8 {
    padding-top: -78px;
  }
  .laptop-m-t--7\.8 {
    margin-top: -78px;
  }
  .laptop-p-t--7\.8 {
    padding-top: -78px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--7\.8 {
    margin-bottom: -78px;
  }
  .laptop\:p-b--7\.8 {
    padding-bottom: -78px;
  }
  .laptop-m-b--7\.8 {
    margin-bottom: -78px;
  }
  .laptop-p-b--7\.8 {
    padding-bottom: -78px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--7\.8 {
    margin-left: -78px;
  }
  .laptop\:p-l--7\.8 {
    padding-left: -78px;
  }
  .laptop-m-l--7\.8 {
    margin-left: -78px;
  }
  .laptop-p-l--7\.8 {
    padding-left: -78px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--7\.8 {
    margin-right: -78px;
  }
  .laptop\:p-r--7\.8 {
    padding-right: -78px;
  }
  .laptop-m-r--7\.8 {
    margin-right: -78px;
  }
  .laptop-p-r--7\.8 {
    padding-right: -78px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--7\.7 {
    margin-top: -77px;
  }
  .laptop\:p-t--7\.7 {
    padding-top: -77px;
  }
  .laptop-m-t--7\.7 {
    margin-top: -77px;
  }
  .laptop-p-t--7\.7 {
    padding-top: -77px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--7\.7 {
    margin-bottom: -77px;
  }
  .laptop\:p-b--7\.7 {
    padding-bottom: -77px;
  }
  .laptop-m-b--7\.7 {
    margin-bottom: -77px;
  }
  .laptop-p-b--7\.7 {
    padding-bottom: -77px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--7\.7 {
    margin-left: -77px;
  }
  .laptop\:p-l--7\.7 {
    padding-left: -77px;
  }
  .laptop-m-l--7\.7 {
    margin-left: -77px;
  }
  .laptop-p-l--7\.7 {
    padding-left: -77px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--7\.7 {
    margin-right: -77px;
  }
  .laptop\:p-r--7\.7 {
    padding-right: -77px;
  }
  .laptop-m-r--7\.7 {
    margin-right: -77px;
  }
  .laptop-p-r--7\.7 {
    padding-right: -77px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--7\.6 {
    margin-top: -76px;
  }
  .laptop\:p-t--7\.6 {
    padding-top: -76px;
  }
  .laptop-m-t--7\.6 {
    margin-top: -76px;
  }
  .laptop-p-t--7\.6 {
    padding-top: -76px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--7\.6 {
    margin-bottom: -76px;
  }
  .laptop\:p-b--7\.6 {
    padding-bottom: -76px;
  }
  .laptop-m-b--7\.6 {
    margin-bottom: -76px;
  }
  .laptop-p-b--7\.6 {
    padding-bottom: -76px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--7\.6 {
    margin-left: -76px;
  }
  .laptop\:p-l--7\.6 {
    padding-left: -76px;
  }
  .laptop-m-l--7\.6 {
    margin-left: -76px;
  }
  .laptop-p-l--7\.6 {
    padding-left: -76px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--7\.6 {
    margin-right: -76px;
  }
  .laptop\:p-r--7\.6 {
    padding-right: -76px;
  }
  .laptop-m-r--7\.6 {
    margin-right: -76px;
  }
  .laptop-p-r--7\.6 {
    padding-right: -76px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--7\.5 {
    margin-top: -75px;
  }
  .laptop\:p-t--7\.5 {
    padding-top: -75px;
  }
  .laptop-m-t--7\.5 {
    margin-top: -75px;
  }
  .laptop-p-t--7\.5 {
    padding-top: -75px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--7\.5 {
    margin-bottom: -75px;
  }
  .laptop\:p-b--7\.5 {
    padding-bottom: -75px;
  }
  .laptop-m-b--7\.5 {
    margin-bottom: -75px;
  }
  .laptop-p-b--7\.5 {
    padding-bottom: -75px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--7\.5 {
    margin-left: -75px;
  }
  .laptop\:p-l--7\.5 {
    padding-left: -75px;
  }
  .laptop-m-l--7\.5 {
    margin-left: -75px;
  }
  .laptop-p-l--7\.5 {
    padding-left: -75px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--7\.5 {
    margin-right: -75px;
  }
  .laptop\:p-r--7\.5 {
    padding-right: -75px;
  }
  .laptop-m-r--7\.5 {
    margin-right: -75px;
  }
  .laptop-p-r--7\.5 {
    padding-right: -75px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--7\.4 {
    margin-top: -74px;
  }
  .laptop\:p-t--7\.4 {
    padding-top: -74px;
  }
  .laptop-m-t--7\.4 {
    margin-top: -74px;
  }
  .laptop-p-t--7\.4 {
    padding-top: -74px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--7\.4 {
    margin-bottom: -74px;
  }
  .laptop\:p-b--7\.4 {
    padding-bottom: -74px;
  }
  .laptop-m-b--7\.4 {
    margin-bottom: -74px;
  }
  .laptop-p-b--7\.4 {
    padding-bottom: -74px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--7\.4 {
    margin-left: -74px;
  }
  .laptop\:p-l--7\.4 {
    padding-left: -74px;
  }
  .laptop-m-l--7\.4 {
    margin-left: -74px;
  }
  .laptop-p-l--7\.4 {
    padding-left: -74px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--7\.4 {
    margin-right: -74px;
  }
  .laptop\:p-r--7\.4 {
    padding-right: -74px;
  }
  .laptop-m-r--7\.4 {
    margin-right: -74px;
  }
  .laptop-p-r--7\.4 {
    padding-right: -74px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--7\.3 {
    margin-top: -73px;
  }
  .laptop\:p-t--7\.3 {
    padding-top: -73px;
  }
  .laptop-m-t--7\.3 {
    margin-top: -73px;
  }
  .laptop-p-t--7\.3 {
    padding-top: -73px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--7\.3 {
    margin-bottom: -73px;
  }
  .laptop\:p-b--7\.3 {
    padding-bottom: -73px;
  }
  .laptop-m-b--7\.3 {
    margin-bottom: -73px;
  }
  .laptop-p-b--7\.3 {
    padding-bottom: -73px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--7\.3 {
    margin-left: -73px;
  }
  .laptop\:p-l--7\.3 {
    padding-left: -73px;
  }
  .laptop-m-l--7\.3 {
    margin-left: -73px;
  }
  .laptop-p-l--7\.3 {
    padding-left: -73px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--7\.3 {
    margin-right: -73px;
  }
  .laptop\:p-r--7\.3 {
    padding-right: -73px;
  }
  .laptop-m-r--7\.3 {
    margin-right: -73px;
  }
  .laptop-p-r--7\.3 {
    padding-right: -73px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--7\.2 {
    margin-top: -72px;
  }
  .laptop\:p-t--7\.2 {
    padding-top: -72px;
  }
  .laptop-m-t--7\.2 {
    margin-top: -72px;
  }
  .laptop-p-t--7\.2 {
    padding-top: -72px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--7\.2 {
    margin-bottom: -72px;
  }
  .laptop\:p-b--7\.2 {
    padding-bottom: -72px;
  }
  .laptop-m-b--7\.2 {
    margin-bottom: -72px;
  }
  .laptop-p-b--7\.2 {
    padding-bottom: -72px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--7\.2 {
    margin-left: -72px;
  }
  .laptop\:p-l--7\.2 {
    padding-left: -72px;
  }
  .laptop-m-l--7\.2 {
    margin-left: -72px;
  }
  .laptop-p-l--7\.2 {
    padding-left: -72px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--7\.2 {
    margin-right: -72px;
  }
  .laptop\:p-r--7\.2 {
    padding-right: -72px;
  }
  .laptop-m-r--7\.2 {
    margin-right: -72px;
  }
  .laptop-p-r--7\.2 {
    padding-right: -72px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--7\.1 {
    margin-top: -71px;
  }
  .laptop\:p-t--7\.1 {
    padding-top: -71px;
  }
  .laptop-m-t--7\.1 {
    margin-top: -71px;
  }
  .laptop-p-t--7\.1 {
    padding-top: -71px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--7\.1 {
    margin-bottom: -71px;
  }
  .laptop\:p-b--7\.1 {
    padding-bottom: -71px;
  }
  .laptop-m-b--7\.1 {
    margin-bottom: -71px;
  }
  .laptop-p-b--7\.1 {
    padding-bottom: -71px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--7\.1 {
    margin-left: -71px;
  }
  .laptop\:p-l--7\.1 {
    padding-left: -71px;
  }
  .laptop-m-l--7\.1 {
    margin-left: -71px;
  }
  .laptop-p-l--7\.1 {
    padding-left: -71px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--7\.1 {
    margin-right: -71px;
  }
  .laptop\:p-r--7\.1 {
    padding-right: -71px;
  }
  .laptop-m-r--7\.1 {
    margin-right: -71px;
  }
  .laptop-p-r--7\.1 {
    padding-right: -71px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--7 {
    margin-top: -70px;
  }
  .laptop\:p-t--7 {
    padding-top: -70px;
  }
  .laptop-m-t--7 {
    margin-top: -70px;
  }
  .laptop-p-t--7 {
    padding-top: -70px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--7 {
    margin-bottom: -70px;
  }
  .laptop\:p-b--7 {
    padding-bottom: -70px;
  }
  .laptop-m-b--7 {
    margin-bottom: -70px;
  }
  .laptop-p-b--7 {
    padding-bottom: -70px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--7 {
    margin-left: -70px;
  }
  .laptop\:p-l--7 {
    padding-left: -70px;
  }
  .laptop-m-l--7 {
    margin-left: -70px;
  }
  .laptop-p-l--7 {
    padding-left: -70px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--7 {
    margin-right: -70px;
  }
  .laptop\:p-r--7 {
    padding-right: -70px;
  }
  .laptop-m-r--7 {
    margin-right: -70px;
  }
  .laptop-p-r--7 {
    padding-right: -70px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--6\.9 {
    margin-top: -69px;
  }
  .laptop\:p-t--6\.9 {
    padding-top: -69px;
  }
  .laptop-m-t--6\.9 {
    margin-top: -69px;
  }
  .laptop-p-t--6\.9 {
    padding-top: -69px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--6\.9 {
    margin-bottom: -69px;
  }
  .laptop\:p-b--6\.9 {
    padding-bottom: -69px;
  }
  .laptop-m-b--6\.9 {
    margin-bottom: -69px;
  }
  .laptop-p-b--6\.9 {
    padding-bottom: -69px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--6\.9 {
    margin-left: -69px;
  }
  .laptop\:p-l--6\.9 {
    padding-left: -69px;
  }
  .laptop-m-l--6\.9 {
    margin-left: -69px;
  }
  .laptop-p-l--6\.9 {
    padding-left: -69px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--6\.9 {
    margin-right: -69px;
  }
  .laptop\:p-r--6\.9 {
    padding-right: -69px;
  }
  .laptop-m-r--6\.9 {
    margin-right: -69px;
  }
  .laptop-p-r--6\.9 {
    padding-right: -69px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--6\.8 {
    margin-top: -68px;
  }
  .laptop\:p-t--6\.8 {
    padding-top: -68px;
  }
  .laptop-m-t--6\.8 {
    margin-top: -68px;
  }
  .laptop-p-t--6\.8 {
    padding-top: -68px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--6\.8 {
    margin-bottom: -68px;
  }
  .laptop\:p-b--6\.8 {
    padding-bottom: -68px;
  }
  .laptop-m-b--6\.8 {
    margin-bottom: -68px;
  }
  .laptop-p-b--6\.8 {
    padding-bottom: -68px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--6\.8 {
    margin-left: -68px;
  }
  .laptop\:p-l--6\.8 {
    padding-left: -68px;
  }
  .laptop-m-l--6\.8 {
    margin-left: -68px;
  }
  .laptop-p-l--6\.8 {
    padding-left: -68px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--6\.8 {
    margin-right: -68px;
  }
  .laptop\:p-r--6\.8 {
    padding-right: -68px;
  }
  .laptop-m-r--6\.8 {
    margin-right: -68px;
  }
  .laptop-p-r--6\.8 {
    padding-right: -68px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--6\.7 {
    margin-top: -67px;
  }
  .laptop\:p-t--6\.7 {
    padding-top: -67px;
  }
  .laptop-m-t--6\.7 {
    margin-top: -67px;
  }
  .laptop-p-t--6\.7 {
    padding-top: -67px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--6\.7 {
    margin-bottom: -67px;
  }
  .laptop\:p-b--6\.7 {
    padding-bottom: -67px;
  }
  .laptop-m-b--6\.7 {
    margin-bottom: -67px;
  }
  .laptop-p-b--6\.7 {
    padding-bottom: -67px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--6\.7 {
    margin-left: -67px;
  }
  .laptop\:p-l--6\.7 {
    padding-left: -67px;
  }
  .laptop-m-l--6\.7 {
    margin-left: -67px;
  }
  .laptop-p-l--6\.7 {
    padding-left: -67px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--6\.7 {
    margin-right: -67px;
  }
  .laptop\:p-r--6\.7 {
    padding-right: -67px;
  }
  .laptop-m-r--6\.7 {
    margin-right: -67px;
  }
  .laptop-p-r--6\.7 {
    padding-right: -67px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--6\.6 {
    margin-top: -66px;
  }
  .laptop\:p-t--6\.6 {
    padding-top: -66px;
  }
  .laptop-m-t--6\.6 {
    margin-top: -66px;
  }
  .laptop-p-t--6\.6 {
    padding-top: -66px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--6\.6 {
    margin-bottom: -66px;
  }
  .laptop\:p-b--6\.6 {
    padding-bottom: -66px;
  }
  .laptop-m-b--6\.6 {
    margin-bottom: -66px;
  }
  .laptop-p-b--6\.6 {
    padding-bottom: -66px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--6\.6 {
    margin-left: -66px;
  }
  .laptop\:p-l--6\.6 {
    padding-left: -66px;
  }
  .laptop-m-l--6\.6 {
    margin-left: -66px;
  }
  .laptop-p-l--6\.6 {
    padding-left: -66px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--6\.6 {
    margin-right: -66px;
  }
  .laptop\:p-r--6\.6 {
    padding-right: -66px;
  }
  .laptop-m-r--6\.6 {
    margin-right: -66px;
  }
  .laptop-p-r--6\.6 {
    padding-right: -66px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--6\.5 {
    margin-top: -65px;
  }
  .laptop\:p-t--6\.5 {
    padding-top: -65px;
  }
  .laptop-m-t--6\.5 {
    margin-top: -65px;
  }
  .laptop-p-t--6\.5 {
    padding-top: -65px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--6\.5 {
    margin-bottom: -65px;
  }
  .laptop\:p-b--6\.5 {
    padding-bottom: -65px;
  }
  .laptop-m-b--6\.5 {
    margin-bottom: -65px;
  }
  .laptop-p-b--6\.5 {
    padding-bottom: -65px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--6\.5 {
    margin-left: -65px;
  }
  .laptop\:p-l--6\.5 {
    padding-left: -65px;
  }
  .laptop-m-l--6\.5 {
    margin-left: -65px;
  }
  .laptop-p-l--6\.5 {
    padding-left: -65px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--6\.5 {
    margin-right: -65px;
  }
  .laptop\:p-r--6\.5 {
    padding-right: -65px;
  }
  .laptop-m-r--6\.5 {
    margin-right: -65px;
  }
  .laptop-p-r--6\.5 {
    padding-right: -65px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--6\.4 {
    margin-top: -64px;
  }
  .laptop\:p-t--6\.4 {
    padding-top: -64px;
  }
  .laptop-m-t--6\.4 {
    margin-top: -64px;
  }
  .laptop-p-t--6\.4 {
    padding-top: -64px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--6\.4 {
    margin-bottom: -64px;
  }
  .laptop\:p-b--6\.4 {
    padding-bottom: -64px;
  }
  .laptop-m-b--6\.4 {
    margin-bottom: -64px;
  }
  .laptop-p-b--6\.4 {
    padding-bottom: -64px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--6\.4 {
    margin-left: -64px;
  }
  .laptop\:p-l--6\.4 {
    padding-left: -64px;
  }
  .laptop-m-l--6\.4 {
    margin-left: -64px;
  }
  .laptop-p-l--6\.4 {
    padding-left: -64px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--6\.4 {
    margin-right: -64px;
  }
  .laptop\:p-r--6\.4 {
    padding-right: -64px;
  }
  .laptop-m-r--6\.4 {
    margin-right: -64px;
  }
  .laptop-p-r--6\.4 {
    padding-right: -64px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--6\.3 {
    margin-top: -63px;
  }
  .laptop\:p-t--6\.3 {
    padding-top: -63px;
  }
  .laptop-m-t--6\.3 {
    margin-top: -63px;
  }
  .laptop-p-t--6\.3 {
    padding-top: -63px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--6\.3 {
    margin-bottom: -63px;
  }
  .laptop\:p-b--6\.3 {
    padding-bottom: -63px;
  }
  .laptop-m-b--6\.3 {
    margin-bottom: -63px;
  }
  .laptop-p-b--6\.3 {
    padding-bottom: -63px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--6\.3 {
    margin-left: -63px;
  }
  .laptop\:p-l--6\.3 {
    padding-left: -63px;
  }
  .laptop-m-l--6\.3 {
    margin-left: -63px;
  }
  .laptop-p-l--6\.3 {
    padding-left: -63px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--6\.3 {
    margin-right: -63px;
  }
  .laptop\:p-r--6\.3 {
    padding-right: -63px;
  }
  .laptop-m-r--6\.3 {
    margin-right: -63px;
  }
  .laptop-p-r--6\.3 {
    padding-right: -63px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--6\.2 {
    margin-top: -62px;
  }
  .laptop\:p-t--6\.2 {
    padding-top: -62px;
  }
  .laptop-m-t--6\.2 {
    margin-top: -62px;
  }
  .laptop-p-t--6\.2 {
    padding-top: -62px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--6\.2 {
    margin-bottom: -62px;
  }
  .laptop\:p-b--6\.2 {
    padding-bottom: -62px;
  }
  .laptop-m-b--6\.2 {
    margin-bottom: -62px;
  }
  .laptop-p-b--6\.2 {
    padding-bottom: -62px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--6\.2 {
    margin-left: -62px;
  }
  .laptop\:p-l--6\.2 {
    padding-left: -62px;
  }
  .laptop-m-l--6\.2 {
    margin-left: -62px;
  }
  .laptop-p-l--6\.2 {
    padding-left: -62px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--6\.2 {
    margin-right: -62px;
  }
  .laptop\:p-r--6\.2 {
    padding-right: -62px;
  }
  .laptop-m-r--6\.2 {
    margin-right: -62px;
  }
  .laptop-p-r--6\.2 {
    padding-right: -62px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--6\.1 {
    margin-top: -61px;
  }
  .laptop\:p-t--6\.1 {
    padding-top: -61px;
  }
  .laptop-m-t--6\.1 {
    margin-top: -61px;
  }
  .laptop-p-t--6\.1 {
    padding-top: -61px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--6\.1 {
    margin-bottom: -61px;
  }
  .laptop\:p-b--6\.1 {
    padding-bottom: -61px;
  }
  .laptop-m-b--6\.1 {
    margin-bottom: -61px;
  }
  .laptop-p-b--6\.1 {
    padding-bottom: -61px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--6\.1 {
    margin-left: -61px;
  }
  .laptop\:p-l--6\.1 {
    padding-left: -61px;
  }
  .laptop-m-l--6\.1 {
    margin-left: -61px;
  }
  .laptop-p-l--6\.1 {
    padding-left: -61px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--6\.1 {
    margin-right: -61px;
  }
  .laptop\:p-r--6\.1 {
    padding-right: -61px;
  }
  .laptop-m-r--6\.1 {
    margin-right: -61px;
  }
  .laptop-p-r--6\.1 {
    padding-right: -61px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--6 {
    margin-top: -60px;
  }
  .laptop\:p-t--6 {
    padding-top: -60px;
  }
  .laptop-m-t--6 {
    margin-top: -60px;
  }
  .laptop-p-t--6 {
    padding-top: -60px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--6 {
    margin-bottom: -60px;
  }
  .laptop\:p-b--6 {
    padding-bottom: -60px;
  }
  .laptop-m-b--6 {
    margin-bottom: -60px;
  }
  .laptop-p-b--6 {
    padding-bottom: -60px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--6 {
    margin-left: -60px;
  }
  .laptop\:p-l--6 {
    padding-left: -60px;
  }
  .laptop-m-l--6 {
    margin-left: -60px;
  }
  .laptop-p-l--6 {
    padding-left: -60px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--6 {
    margin-right: -60px;
  }
  .laptop\:p-r--6 {
    padding-right: -60px;
  }
  .laptop-m-r--6 {
    margin-right: -60px;
  }
  .laptop-p-r--6 {
    padding-right: -60px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--5\.9 {
    margin-top: -59px;
  }
  .laptop\:p-t--5\.9 {
    padding-top: -59px;
  }
  .laptop-m-t--5\.9 {
    margin-top: -59px;
  }
  .laptop-p-t--5\.9 {
    padding-top: -59px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--5\.9 {
    margin-bottom: -59px;
  }
  .laptop\:p-b--5\.9 {
    padding-bottom: -59px;
  }
  .laptop-m-b--5\.9 {
    margin-bottom: -59px;
  }
  .laptop-p-b--5\.9 {
    padding-bottom: -59px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--5\.9 {
    margin-left: -59px;
  }
  .laptop\:p-l--5\.9 {
    padding-left: -59px;
  }
  .laptop-m-l--5\.9 {
    margin-left: -59px;
  }
  .laptop-p-l--5\.9 {
    padding-left: -59px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--5\.9 {
    margin-right: -59px;
  }
  .laptop\:p-r--5\.9 {
    padding-right: -59px;
  }
  .laptop-m-r--5\.9 {
    margin-right: -59px;
  }
  .laptop-p-r--5\.9 {
    padding-right: -59px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--5\.8 {
    margin-top: -58px;
  }
  .laptop\:p-t--5\.8 {
    padding-top: -58px;
  }
  .laptop-m-t--5\.8 {
    margin-top: -58px;
  }
  .laptop-p-t--5\.8 {
    padding-top: -58px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--5\.8 {
    margin-bottom: -58px;
  }
  .laptop\:p-b--5\.8 {
    padding-bottom: -58px;
  }
  .laptop-m-b--5\.8 {
    margin-bottom: -58px;
  }
  .laptop-p-b--5\.8 {
    padding-bottom: -58px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--5\.8 {
    margin-left: -58px;
  }
  .laptop\:p-l--5\.8 {
    padding-left: -58px;
  }
  .laptop-m-l--5\.8 {
    margin-left: -58px;
  }
  .laptop-p-l--5\.8 {
    padding-left: -58px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--5\.8 {
    margin-right: -58px;
  }
  .laptop\:p-r--5\.8 {
    padding-right: -58px;
  }
  .laptop-m-r--5\.8 {
    margin-right: -58px;
  }
  .laptop-p-r--5\.8 {
    padding-right: -58px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--5\.7 {
    margin-top: -57px;
  }
  .laptop\:p-t--5\.7 {
    padding-top: -57px;
  }
  .laptop-m-t--5\.7 {
    margin-top: -57px;
  }
  .laptop-p-t--5\.7 {
    padding-top: -57px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--5\.7 {
    margin-bottom: -57px;
  }
  .laptop\:p-b--5\.7 {
    padding-bottom: -57px;
  }
  .laptop-m-b--5\.7 {
    margin-bottom: -57px;
  }
  .laptop-p-b--5\.7 {
    padding-bottom: -57px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--5\.7 {
    margin-left: -57px;
  }
  .laptop\:p-l--5\.7 {
    padding-left: -57px;
  }
  .laptop-m-l--5\.7 {
    margin-left: -57px;
  }
  .laptop-p-l--5\.7 {
    padding-left: -57px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--5\.7 {
    margin-right: -57px;
  }
  .laptop\:p-r--5\.7 {
    padding-right: -57px;
  }
  .laptop-m-r--5\.7 {
    margin-right: -57px;
  }
  .laptop-p-r--5\.7 {
    padding-right: -57px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--5\.6 {
    margin-top: -56px;
  }
  .laptop\:p-t--5\.6 {
    padding-top: -56px;
  }
  .laptop-m-t--5\.6 {
    margin-top: -56px;
  }
  .laptop-p-t--5\.6 {
    padding-top: -56px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--5\.6 {
    margin-bottom: -56px;
  }
  .laptop\:p-b--5\.6 {
    padding-bottom: -56px;
  }
  .laptop-m-b--5\.6 {
    margin-bottom: -56px;
  }
  .laptop-p-b--5\.6 {
    padding-bottom: -56px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--5\.6 {
    margin-left: -56px;
  }
  .laptop\:p-l--5\.6 {
    padding-left: -56px;
  }
  .laptop-m-l--5\.6 {
    margin-left: -56px;
  }
  .laptop-p-l--5\.6 {
    padding-left: -56px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--5\.6 {
    margin-right: -56px;
  }
  .laptop\:p-r--5\.6 {
    padding-right: -56px;
  }
  .laptop-m-r--5\.6 {
    margin-right: -56px;
  }
  .laptop-p-r--5\.6 {
    padding-right: -56px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--5\.5 {
    margin-top: -55px;
  }
  .laptop\:p-t--5\.5 {
    padding-top: -55px;
  }
  .laptop-m-t--5\.5 {
    margin-top: -55px;
  }
  .laptop-p-t--5\.5 {
    padding-top: -55px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--5\.5 {
    margin-bottom: -55px;
  }
  .laptop\:p-b--5\.5 {
    padding-bottom: -55px;
  }
  .laptop-m-b--5\.5 {
    margin-bottom: -55px;
  }
  .laptop-p-b--5\.5 {
    padding-bottom: -55px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--5\.5 {
    margin-left: -55px;
  }
  .laptop\:p-l--5\.5 {
    padding-left: -55px;
  }
  .laptop-m-l--5\.5 {
    margin-left: -55px;
  }
  .laptop-p-l--5\.5 {
    padding-left: -55px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--5\.5 {
    margin-right: -55px;
  }
  .laptop\:p-r--5\.5 {
    padding-right: -55px;
  }
  .laptop-m-r--5\.5 {
    margin-right: -55px;
  }
  .laptop-p-r--5\.5 {
    padding-right: -55px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--5\.4 {
    margin-top: -54px;
  }
  .laptop\:p-t--5\.4 {
    padding-top: -54px;
  }
  .laptop-m-t--5\.4 {
    margin-top: -54px;
  }
  .laptop-p-t--5\.4 {
    padding-top: -54px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--5\.4 {
    margin-bottom: -54px;
  }
  .laptop\:p-b--5\.4 {
    padding-bottom: -54px;
  }
  .laptop-m-b--5\.4 {
    margin-bottom: -54px;
  }
  .laptop-p-b--5\.4 {
    padding-bottom: -54px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--5\.4 {
    margin-left: -54px;
  }
  .laptop\:p-l--5\.4 {
    padding-left: -54px;
  }
  .laptop-m-l--5\.4 {
    margin-left: -54px;
  }
  .laptop-p-l--5\.4 {
    padding-left: -54px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--5\.4 {
    margin-right: -54px;
  }
  .laptop\:p-r--5\.4 {
    padding-right: -54px;
  }
  .laptop-m-r--5\.4 {
    margin-right: -54px;
  }
  .laptop-p-r--5\.4 {
    padding-right: -54px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--5\.3 {
    margin-top: -53px;
  }
  .laptop\:p-t--5\.3 {
    padding-top: -53px;
  }
  .laptop-m-t--5\.3 {
    margin-top: -53px;
  }
  .laptop-p-t--5\.3 {
    padding-top: -53px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--5\.3 {
    margin-bottom: -53px;
  }
  .laptop\:p-b--5\.3 {
    padding-bottom: -53px;
  }
  .laptop-m-b--5\.3 {
    margin-bottom: -53px;
  }
  .laptop-p-b--5\.3 {
    padding-bottom: -53px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--5\.3 {
    margin-left: -53px;
  }
  .laptop\:p-l--5\.3 {
    padding-left: -53px;
  }
  .laptop-m-l--5\.3 {
    margin-left: -53px;
  }
  .laptop-p-l--5\.3 {
    padding-left: -53px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--5\.3 {
    margin-right: -53px;
  }
  .laptop\:p-r--5\.3 {
    padding-right: -53px;
  }
  .laptop-m-r--5\.3 {
    margin-right: -53px;
  }
  .laptop-p-r--5\.3 {
    padding-right: -53px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--5\.2 {
    margin-top: -52px;
  }
  .laptop\:p-t--5\.2 {
    padding-top: -52px;
  }
  .laptop-m-t--5\.2 {
    margin-top: -52px;
  }
  .laptop-p-t--5\.2 {
    padding-top: -52px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--5\.2 {
    margin-bottom: -52px;
  }
  .laptop\:p-b--5\.2 {
    padding-bottom: -52px;
  }
  .laptop-m-b--5\.2 {
    margin-bottom: -52px;
  }
  .laptop-p-b--5\.2 {
    padding-bottom: -52px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--5\.2 {
    margin-left: -52px;
  }
  .laptop\:p-l--5\.2 {
    padding-left: -52px;
  }
  .laptop-m-l--5\.2 {
    margin-left: -52px;
  }
  .laptop-p-l--5\.2 {
    padding-left: -52px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--5\.2 {
    margin-right: -52px;
  }
  .laptop\:p-r--5\.2 {
    padding-right: -52px;
  }
  .laptop-m-r--5\.2 {
    margin-right: -52px;
  }
  .laptop-p-r--5\.2 {
    padding-right: -52px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--5\.1 {
    margin-top: -51px;
  }
  .laptop\:p-t--5\.1 {
    padding-top: -51px;
  }
  .laptop-m-t--5\.1 {
    margin-top: -51px;
  }
  .laptop-p-t--5\.1 {
    padding-top: -51px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--5\.1 {
    margin-bottom: -51px;
  }
  .laptop\:p-b--5\.1 {
    padding-bottom: -51px;
  }
  .laptop-m-b--5\.1 {
    margin-bottom: -51px;
  }
  .laptop-p-b--5\.1 {
    padding-bottom: -51px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--5\.1 {
    margin-left: -51px;
  }
  .laptop\:p-l--5\.1 {
    padding-left: -51px;
  }
  .laptop-m-l--5\.1 {
    margin-left: -51px;
  }
  .laptop-p-l--5\.1 {
    padding-left: -51px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--5\.1 {
    margin-right: -51px;
  }
  .laptop\:p-r--5\.1 {
    padding-right: -51px;
  }
  .laptop-m-r--5\.1 {
    margin-right: -51px;
  }
  .laptop-p-r--5\.1 {
    padding-right: -51px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--5 {
    margin-top: -50px;
  }
  .laptop\:p-t--5 {
    padding-top: -50px;
  }
  .laptop-m-t--5 {
    margin-top: -50px;
  }
  .laptop-p-t--5 {
    padding-top: -50px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--5 {
    margin-bottom: -50px;
  }
  .laptop\:p-b--5 {
    padding-bottom: -50px;
  }
  .laptop-m-b--5 {
    margin-bottom: -50px;
  }
  .laptop-p-b--5 {
    padding-bottom: -50px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--5 {
    margin-left: -50px;
  }
  .laptop\:p-l--5 {
    padding-left: -50px;
  }
  .laptop-m-l--5 {
    margin-left: -50px;
  }
  .laptop-p-l--5 {
    padding-left: -50px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--5 {
    margin-right: -50px;
  }
  .laptop\:p-r--5 {
    padding-right: -50px;
  }
  .laptop-m-r--5 {
    margin-right: -50px;
  }
  .laptop-p-r--5 {
    padding-right: -50px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--4\.9 {
    margin-top: -49px;
  }
  .laptop\:p-t--4\.9 {
    padding-top: -49px;
  }
  .laptop-m-t--4\.9 {
    margin-top: -49px;
  }
  .laptop-p-t--4\.9 {
    padding-top: -49px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--4\.9 {
    margin-bottom: -49px;
  }
  .laptop\:p-b--4\.9 {
    padding-bottom: -49px;
  }
  .laptop-m-b--4\.9 {
    margin-bottom: -49px;
  }
  .laptop-p-b--4\.9 {
    padding-bottom: -49px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--4\.9 {
    margin-left: -49px;
  }
  .laptop\:p-l--4\.9 {
    padding-left: -49px;
  }
  .laptop-m-l--4\.9 {
    margin-left: -49px;
  }
  .laptop-p-l--4\.9 {
    padding-left: -49px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--4\.9 {
    margin-right: -49px;
  }
  .laptop\:p-r--4\.9 {
    padding-right: -49px;
  }
  .laptop-m-r--4\.9 {
    margin-right: -49px;
  }
  .laptop-p-r--4\.9 {
    padding-right: -49px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--4\.8 {
    margin-top: -48px;
  }
  .laptop\:p-t--4\.8 {
    padding-top: -48px;
  }
  .laptop-m-t--4\.8 {
    margin-top: -48px;
  }
  .laptop-p-t--4\.8 {
    padding-top: -48px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--4\.8 {
    margin-bottom: -48px;
  }
  .laptop\:p-b--4\.8 {
    padding-bottom: -48px;
  }
  .laptop-m-b--4\.8 {
    margin-bottom: -48px;
  }
  .laptop-p-b--4\.8 {
    padding-bottom: -48px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--4\.8 {
    margin-left: -48px;
  }
  .laptop\:p-l--4\.8 {
    padding-left: -48px;
  }
  .laptop-m-l--4\.8 {
    margin-left: -48px;
  }
  .laptop-p-l--4\.8 {
    padding-left: -48px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--4\.8 {
    margin-right: -48px;
  }
  .laptop\:p-r--4\.8 {
    padding-right: -48px;
  }
  .laptop-m-r--4\.8 {
    margin-right: -48px;
  }
  .laptop-p-r--4\.8 {
    padding-right: -48px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--4\.7 {
    margin-top: -47px;
  }
  .laptop\:p-t--4\.7 {
    padding-top: -47px;
  }
  .laptop-m-t--4\.7 {
    margin-top: -47px;
  }
  .laptop-p-t--4\.7 {
    padding-top: -47px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--4\.7 {
    margin-bottom: -47px;
  }
  .laptop\:p-b--4\.7 {
    padding-bottom: -47px;
  }
  .laptop-m-b--4\.7 {
    margin-bottom: -47px;
  }
  .laptop-p-b--4\.7 {
    padding-bottom: -47px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--4\.7 {
    margin-left: -47px;
  }
  .laptop\:p-l--4\.7 {
    padding-left: -47px;
  }
  .laptop-m-l--4\.7 {
    margin-left: -47px;
  }
  .laptop-p-l--4\.7 {
    padding-left: -47px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--4\.7 {
    margin-right: -47px;
  }
  .laptop\:p-r--4\.7 {
    padding-right: -47px;
  }
  .laptop-m-r--4\.7 {
    margin-right: -47px;
  }
  .laptop-p-r--4\.7 {
    padding-right: -47px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--4\.6 {
    margin-top: -46px;
  }
  .laptop\:p-t--4\.6 {
    padding-top: -46px;
  }
  .laptop-m-t--4\.6 {
    margin-top: -46px;
  }
  .laptop-p-t--4\.6 {
    padding-top: -46px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--4\.6 {
    margin-bottom: -46px;
  }
  .laptop\:p-b--4\.6 {
    padding-bottom: -46px;
  }
  .laptop-m-b--4\.6 {
    margin-bottom: -46px;
  }
  .laptop-p-b--4\.6 {
    padding-bottom: -46px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--4\.6 {
    margin-left: -46px;
  }
  .laptop\:p-l--4\.6 {
    padding-left: -46px;
  }
  .laptop-m-l--4\.6 {
    margin-left: -46px;
  }
  .laptop-p-l--4\.6 {
    padding-left: -46px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--4\.6 {
    margin-right: -46px;
  }
  .laptop\:p-r--4\.6 {
    padding-right: -46px;
  }
  .laptop-m-r--4\.6 {
    margin-right: -46px;
  }
  .laptop-p-r--4\.6 {
    padding-right: -46px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--4\.5 {
    margin-top: -45px;
  }
  .laptop\:p-t--4\.5 {
    padding-top: -45px;
  }
  .laptop-m-t--4\.5 {
    margin-top: -45px;
  }
  .laptop-p-t--4\.5 {
    padding-top: -45px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--4\.5 {
    margin-bottom: -45px;
  }
  .laptop\:p-b--4\.5 {
    padding-bottom: -45px;
  }
  .laptop-m-b--4\.5 {
    margin-bottom: -45px;
  }
  .laptop-p-b--4\.5 {
    padding-bottom: -45px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--4\.5 {
    margin-left: -45px;
  }
  .laptop\:p-l--4\.5 {
    padding-left: -45px;
  }
  .laptop-m-l--4\.5 {
    margin-left: -45px;
  }
  .laptop-p-l--4\.5 {
    padding-left: -45px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--4\.5 {
    margin-right: -45px;
  }
  .laptop\:p-r--4\.5 {
    padding-right: -45px;
  }
  .laptop-m-r--4\.5 {
    margin-right: -45px;
  }
  .laptop-p-r--4\.5 {
    padding-right: -45px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--4\.4 {
    margin-top: -44px;
  }
  .laptop\:p-t--4\.4 {
    padding-top: -44px;
  }
  .laptop-m-t--4\.4 {
    margin-top: -44px;
  }
  .laptop-p-t--4\.4 {
    padding-top: -44px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--4\.4 {
    margin-bottom: -44px;
  }
  .laptop\:p-b--4\.4 {
    padding-bottom: -44px;
  }
  .laptop-m-b--4\.4 {
    margin-bottom: -44px;
  }
  .laptop-p-b--4\.4 {
    padding-bottom: -44px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--4\.4 {
    margin-left: -44px;
  }
  .laptop\:p-l--4\.4 {
    padding-left: -44px;
  }
  .laptop-m-l--4\.4 {
    margin-left: -44px;
  }
  .laptop-p-l--4\.4 {
    padding-left: -44px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--4\.4 {
    margin-right: -44px;
  }
  .laptop\:p-r--4\.4 {
    padding-right: -44px;
  }
  .laptop-m-r--4\.4 {
    margin-right: -44px;
  }
  .laptop-p-r--4\.4 {
    padding-right: -44px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--4\.3 {
    margin-top: -43px;
  }
  .laptop\:p-t--4\.3 {
    padding-top: -43px;
  }
  .laptop-m-t--4\.3 {
    margin-top: -43px;
  }
  .laptop-p-t--4\.3 {
    padding-top: -43px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--4\.3 {
    margin-bottom: -43px;
  }
  .laptop\:p-b--4\.3 {
    padding-bottom: -43px;
  }
  .laptop-m-b--4\.3 {
    margin-bottom: -43px;
  }
  .laptop-p-b--4\.3 {
    padding-bottom: -43px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--4\.3 {
    margin-left: -43px;
  }
  .laptop\:p-l--4\.3 {
    padding-left: -43px;
  }
  .laptop-m-l--4\.3 {
    margin-left: -43px;
  }
  .laptop-p-l--4\.3 {
    padding-left: -43px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--4\.3 {
    margin-right: -43px;
  }
  .laptop\:p-r--4\.3 {
    padding-right: -43px;
  }
  .laptop-m-r--4\.3 {
    margin-right: -43px;
  }
  .laptop-p-r--4\.3 {
    padding-right: -43px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--4\.2 {
    margin-top: -42px;
  }
  .laptop\:p-t--4\.2 {
    padding-top: -42px;
  }
  .laptop-m-t--4\.2 {
    margin-top: -42px;
  }
  .laptop-p-t--4\.2 {
    padding-top: -42px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--4\.2 {
    margin-bottom: -42px;
  }
  .laptop\:p-b--4\.2 {
    padding-bottom: -42px;
  }
  .laptop-m-b--4\.2 {
    margin-bottom: -42px;
  }
  .laptop-p-b--4\.2 {
    padding-bottom: -42px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--4\.2 {
    margin-left: -42px;
  }
  .laptop\:p-l--4\.2 {
    padding-left: -42px;
  }
  .laptop-m-l--4\.2 {
    margin-left: -42px;
  }
  .laptop-p-l--4\.2 {
    padding-left: -42px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--4\.2 {
    margin-right: -42px;
  }
  .laptop\:p-r--4\.2 {
    padding-right: -42px;
  }
  .laptop-m-r--4\.2 {
    margin-right: -42px;
  }
  .laptop-p-r--4\.2 {
    padding-right: -42px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--4\.1 {
    margin-top: -41px;
  }
  .laptop\:p-t--4\.1 {
    padding-top: -41px;
  }
  .laptop-m-t--4\.1 {
    margin-top: -41px;
  }
  .laptop-p-t--4\.1 {
    padding-top: -41px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--4\.1 {
    margin-bottom: -41px;
  }
  .laptop\:p-b--4\.1 {
    padding-bottom: -41px;
  }
  .laptop-m-b--4\.1 {
    margin-bottom: -41px;
  }
  .laptop-p-b--4\.1 {
    padding-bottom: -41px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--4\.1 {
    margin-left: -41px;
  }
  .laptop\:p-l--4\.1 {
    padding-left: -41px;
  }
  .laptop-m-l--4\.1 {
    margin-left: -41px;
  }
  .laptop-p-l--4\.1 {
    padding-left: -41px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--4\.1 {
    margin-right: -41px;
  }
  .laptop\:p-r--4\.1 {
    padding-right: -41px;
  }
  .laptop-m-r--4\.1 {
    margin-right: -41px;
  }
  .laptop-p-r--4\.1 {
    padding-right: -41px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--4 {
    margin-top: -40px;
  }
  .laptop\:p-t--4 {
    padding-top: -40px;
  }
  .laptop-m-t--4 {
    margin-top: -40px;
  }
  .laptop-p-t--4 {
    padding-top: -40px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--4 {
    margin-bottom: -40px;
  }
  .laptop\:p-b--4 {
    padding-bottom: -40px;
  }
  .laptop-m-b--4 {
    margin-bottom: -40px;
  }
  .laptop-p-b--4 {
    padding-bottom: -40px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--4 {
    margin-left: -40px;
  }
  .laptop\:p-l--4 {
    padding-left: -40px;
  }
  .laptop-m-l--4 {
    margin-left: -40px;
  }
  .laptop-p-l--4 {
    padding-left: -40px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--4 {
    margin-right: -40px;
  }
  .laptop\:p-r--4 {
    padding-right: -40px;
  }
  .laptop-m-r--4 {
    margin-right: -40px;
  }
  .laptop-p-r--4 {
    padding-right: -40px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--3\.9 {
    margin-top: -39px;
  }
  .laptop\:p-t--3\.9 {
    padding-top: -39px;
  }
  .laptop-m-t--3\.9 {
    margin-top: -39px;
  }
  .laptop-p-t--3\.9 {
    padding-top: -39px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--3\.9 {
    margin-bottom: -39px;
  }
  .laptop\:p-b--3\.9 {
    padding-bottom: -39px;
  }
  .laptop-m-b--3\.9 {
    margin-bottom: -39px;
  }
  .laptop-p-b--3\.9 {
    padding-bottom: -39px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--3\.9 {
    margin-left: -39px;
  }
  .laptop\:p-l--3\.9 {
    padding-left: -39px;
  }
  .laptop-m-l--3\.9 {
    margin-left: -39px;
  }
  .laptop-p-l--3\.9 {
    padding-left: -39px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--3\.9 {
    margin-right: -39px;
  }
  .laptop\:p-r--3\.9 {
    padding-right: -39px;
  }
  .laptop-m-r--3\.9 {
    margin-right: -39px;
  }
  .laptop-p-r--3\.9 {
    padding-right: -39px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--3\.8 {
    margin-top: -38px;
  }
  .laptop\:p-t--3\.8 {
    padding-top: -38px;
  }
  .laptop-m-t--3\.8 {
    margin-top: -38px;
  }
  .laptop-p-t--3\.8 {
    padding-top: -38px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--3\.8 {
    margin-bottom: -38px;
  }
  .laptop\:p-b--3\.8 {
    padding-bottom: -38px;
  }
  .laptop-m-b--3\.8 {
    margin-bottom: -38px;
  }
  .laptop-p-b--3\.8 {
    padding-bottom: -38px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--3\.8 {
    margin-left: -38px;
  }
  .laptop\:p-l--3\.8 {
    padding-left: -38px;
  }
  .laptop-m-l--3\.8 {
    margin-left: -38px;
  }
  .laptop-p-l--3\.8 {
    padding-left: -38px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--3\.8 {
    margin-right: -38px;
  }
  .laptop\:p-r--3\.8 {
    padding-right: -38px;
  }
  .laptop-m-r--3\.8 {
    margin-right: -38px;
  }
  .laptop-p-r--3\.8 {
    padding-right: -38px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--3\.7 {
    margin-top: -37px;
  }
  .laptop\:p-t--3\.7 {
    padding-top: -37px;
  }
  .laptop-m-t--3\.7 {
    margin-top: -37px;
  }
  .laptop-p-t--3\.7 {
    padding-top: -37px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--3\.7 {
    margin-bottom: -37px;
  }
  .laptop\:p-b--3\.7 {
    padding-bottom: -37px;
  }
  .laptop-m-b--3\.7 {
    margin-bottom: -37px;
  }
  .laptop-p-b--3\.7 {
    padding-bottom: -37px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--3\.7 {
    margin-left: -37px;
  }
  .laptop\:p-l--3\.7 {
    padding-left: -37px;
  }
  .laptop-m-l--3\.7 {
    margin-left: -37px;
  }
  .laptop-p-l--3\.7 {
    padding-left: -37px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--3\.7 {
    margin-right: -37px;
  }
  .laptop\:p-r--3\.7 {
    padding-right: -37px;
  }
  .laptop-m-r--3\.7 {
    margin-right: -37px;
  }
  .laptop-p-r--3\.7 {
    padding-right: -37px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--3\.6 {
    margin-top: -36px;
  }
  .laptop\:p-t--3\.6 {
    padding-top: -36px;
  }
  .laptop-m-t--3\.6 {
    margin-top: -36px;
  }
  .laptop-p-t--3\.6 {
    padding-top: -36px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--3\.6 {
    margin-bottom: -36px;
  }
  .laptop\:p-b--3\.6 {
    padding-bottom: -36px;
  }
  .laptop-m-b--3\.6 {
    margin-bottom: -36px;
  }
  .laptop-p-b--3\.6 {
    padding-bottom: -36px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--3\.6 {
    margin-left: -36px;
  }
  .laptop\:p-l--3\.6 {
    padding-left: -36px;
  }
  .laptop-m-l--3\.6 {
    margin-left: -36px;
  }
  .laptop-p-l--3\.6 {
    padding-left: -36px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--3\.6 {
    margin-right: -36px;
  }
  .laptop\:p-r--3\.6 {
    padding-right: -36px;
  }
  .laptop-m-r--3\.6 {
    margin-right: -36px;
  }
  .laptop-p-r--3\.6 {
    padding-right: -36px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--3\.5 {
    margin-top: -35px;
  }
  .laptop\:p-t--3\.5 {
    padding-top: -35px;
  }
  .laptop-m-t--3\.5 {
    margin-top: -35px;
  }
  .laptop-p-t--3\.5 {
    padding-top: -35px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--3\.5 {
    margin-bottom: -35px;
  }
  .laptop\:p-b--3\.5 {
    padding-bottom: -35px;
  }
  .laptop-m-b--3\.5 {
    margin-bottom: -35px;
  }
  .laptop-p-b--3\.5 {
    padding-bottom: -35px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--3\.5 {
    margin-left: -35px;
  }
  .laptop\:p-l--3\.5 {
    padding-left: -35px;
  }
  .laptop-m-l--3\.5 {
    margin-left: -35px;
  }
  .laptop-p-l--3\.5 {
    padding-left: -35px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--3\.5 {
    margin-right: -35px;
  }
  .laptop\:p-r--3\.5 {
    padding-right: -35px;
  }
  .laptop-m-r--3\.5 {
    margin-right: -35px;
  }
  .laptop-p-r--3\.5 {
    padding-right: -35px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--3\.4 {
    margin-top: -34px;
  }
  .laptop\:p-t--3\.4 {
    padding-top: -34px;
  }
  .laptop-m-t--3\.4 {
    margin-top: -34px;
  }
  .laptop-p-t--3\.4 {
    padding-top: -34px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--3\.4 {
    margin-bottom: -34px;
  }
  .laptop\:p-b--3\.4 {
    padding-bottom: -34px;
  }
  .laptop-m-b--3\.4 {
    margin-bottom: -34px;
  }
  .laptop-p-b--3\.4 {
    padding-bottom: -34px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--3\.4 {
    margin-left: -34px;
  }
  .laptop\:p-l--3\.4 {
    padding-left: -34px;
  }
  .laptop-m-l--3\.4 {
    margin-left: -34px;
  }
  .laptop-p-l--3\.4 {
    padding-left: -34px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--3\.4 {
    margin-right: -34px;
  }
  .laptop\:p-r--3\.4 {
    padding-right: -34px;
  }
  .laptop-m-r--3\.4 {
    margin-right: -34px;
  }
  .laptop-p-r--3\.4 {
    padding-right: -34px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--3\.3 {
    margin-top: -33px;
  }
  .laptop\:p-t--3\.3 {
    padding-top: -33px;
  }
  .laptop-m-t--3\.3 {
    margin-top: -33px;
  }
  .laptop-p-t--3\.3 {
    padding-top: -33px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--3\.3 {
    margin-bottom: -33px;
  }
  .laptop\:p-b--3\.3 {
    padding-bottom: -33px;
  }
  .laptop-m-b--3\.3 {
    margin-bottom: -33px;
  }
  .laptop-p-b--3\.3 {
    padding-bottom: -33px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--3\.3 {
    margin-left: -33px;
  }
  .laptop\:p-l--3\.3 {
    padding-left: -33px;
  }
  .laptop-m-l--3\.3 {
    margin-left: -33px;
  }
  .laptop-p-l--3\.3 {
    padding-left: -33px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--3\.3 {
    margin-right: -33px;
  }
  .laptop\:p-r--3\.3 {
    padding-right: -33px;
  }
  .laptop-m-r--3\.3 {
    margin-right: -33px;
  }
  .laptop-p-r--3\.3 {
    padding-right: -33px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--3\.2 {
    margin-top: -32px;
  }
  .laptop\:p-t--3\.2 {
    padding-top: -32px;
  }
  .laptop-m-t--3\.2 {
    margin-top: -32px;
  }
  .laptop-p-t--3\.2 {
    padding-top: -32px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--3\.2 {
    margin-bottom: -32px;
  }
  .laptop\:p-b--3\.2 {
    padding-bottom: -32px;
  }
  .laptop-m-b--3\.2 {
    margin-bottom: -32px;
  }
  .laptop-p-b--3\.2 {
    padding-bottom: -32px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--3\.2 {
    margin-left: -32px;
  }
  .laptop\:p-l--3\.2 {
    padding-left: -32px;
  }
  .laptop-m-l--3\.2 {
    margin-left: -32px;
  }
  .laptop-p-l--3\.2 {
    padding-left: -32px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--3\.2 {
    margin-right: -32px;
  }
  .laptop\:p-r--3\.2 {
    padding-right: -32px;
  }
  .laptop-m-r--3\.2 {
    margin-right: -32px;
  }
  .laptop-p-r--3\.2 {
    padding-right: -32px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--3\.1 {
    margin-top: -31px;
  }
  .laptop\:p-t--3\.1 {
    padding-top: -31px;
  }
  .laptop-m-t--3\.1 {
    margin-top: -31px;
  }
  .laptop-p-t--3\.1 {
    padding-top: -31px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--3\.1 {
    margin-bottom: -31px;
  }
  .laptop\:p-b--3\.1 {
    padding-bottom: -31px;
  }
  .laptop-m-b--3\.1 {
    margin-bottom: -31px;
  }
  .laptop-p-b--3\.1 {
    padding-bottom: -31px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--3\.1 {
    margin-left: -31px;
  }
  .laptop\:p-l--3\.1 {
    padding-left: -31px;
  }
  .laptop-m-l--3\.1 {
    margin-left: -31px;
  }
  .laptop-p-l--3\.1 {
    padding-left: -31px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--3\.1 {
    margin-right: -31px;
  }
  .laptop\:p-r--3\.1 {
    padding-right: -31px;
  }
  .laptop-m-r--3\.1 {
    margin-right: -31px;
  }
  .laptop-p-r--3\.1 {
    padding-right: -31px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--3 {
    margin-top: -30px;
  }
  .laptop\:p-t--3 {
    padding-top: -30px;
  }
  .laptop-m-t--3 {
    margin-top: -30px;
  }
  .laptop-p-t--3 {
    padding-top: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--3 {
    margin-bottom: -30px;
  }
  .laptop\:p-b--3 {
    padding-bottom: -30px;
  }
  .laptop-m-b--3 {
    margin-bottom: -30px;
  }
  .laptop-p-b--3 {
    padding-bottom: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--3 {
    margin-left: -30px;
  }
  .laptop\:p-l--3 {
    padding-left: -30px;
  }
  .laptop-m-l--3 {
    margin-left: -30px;
  }
  .laptop-p-l--3 {
    padding-left: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--3 {
    margin-right: -30px;
  }
  .laptop\:p-r--3 {
    padding-right: -30px;
  }
  .laptop-m-r--3 {
    margin-right: -30px;
  }
  .laptop-p-r--3 {
    padding-right: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--2\.9 {
    margin-top: -29px;
  }
  .laptop\:p-t--2\.9 {
    padding-top: -29px;
  }
  .laptop-m-t--2\.9 {
    margin-top: -29px;
  }
  .laptop-p-t--2\.9 {
    padding-top: -29px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--2\.9 {
    margin-bottom: -29px;
  }
  .laptop\:p-b--2\.9 {
    padding-bottom: -29px;
  }
  .laptop-m-b--2\.9 {
    margin-bottom: -29px;
  }
  .laptop-p-b--2\.9 {
    padding-bottom: -29px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--2\.9 {
    margin-left: -29px;
  }
  .laptop\:p-l--2\.9 {
    padding-left: -29px;
  }
  .laptop-m-l--2\.9 {
    margin-left: -29px;
  }
  .laptop-p-l--2\.9 {
    padding-left: -29px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--2\.9 {
    margin-right: -29px;
  }
  .laptop\:p-r--2\.9 {
    padding-right: -29px;
  }
  .laptop-m-r--2\.9 {
    margin-right: -29px;
  }
  .laptop-p-r--2\.9 {
    padding-right: -29px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--2\.8 {
    margin-top: -28px;
  }
  .laptop\:p-t--2\.8 {
    padding-top: -28px;
  }
  .laptop-m-t--2\.8 {
    margin-top: -28px;
  }
  .laptop-p-t--2\.8 {
    padding-top: -28px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--2\.8 {
    margin-bottom: -28px;
  }
  .laptop\:p-b--2\.8 {
    padding-bottom: -28px;
  }
  .laptop-m-b--2\.8 {
    margin-bottom: -28px;
  }
  .laptop-p-b--2\.8 {
    padding-bottom: -28px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--2\.8 {
    margin-left: -28px;
  }
  .laptop\:p-l--2\.8 {
    padding-left: -28px;
  }
  .laptop-m-l--2\.8 {
    margin-left: -28px;
  }
  .laptop-p-l--2\.8 {
    padding-left: -28px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--2\.8 {
    margin-right: -28px;
  }
  .laptop\:p-r--2\.8 {
    padding-right: -28px;
  }
  .laptop-m-r--2\.8 {
    margin-right: -28px;
  }
  .laptop-p-r--2\.8 {
    padding-right: -28px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--2\.7 {
    margin-top: -27px;
  }
  .laptop\:p-t--2\.7 {
    padding-top: -27px;
  }
  .laptop-m-t--2\.7 {
    margin-top: -27px;
  }
  .laptop-p-t--2\.7 {
    padding-top: -27px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--2\.7 {
    margin-bottom: -27px;
  }
  .laptop\:p-b--2\.7 {
    padding-bottom: -27px;
  }
  .laptop-m-b--2\.7 {
    margin-bottom: -27px;
  }
  .laptop-p-b--2\.7 {
    padding-bottom: -27px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--2\.7 {
    margin-left: -27px;
  }
  .laptop\:p-l--2\.7 {
    padding-left: -27px;
  }
  .laptop-m-l--2\.7 {
    margin-left: -27px;
  }
  .laptop-p-l--2\.7 {
    padding-left: -27px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--2\.7 {
    margin-right: -27px;
  }
  .laptop\:p-r--2\.7 {
    padding-right: -27px;
  }
  .laptop-m-r--2\.7 {
    margin-right: -27px;
  }
  .laptop-p-r--2\.7 {
    padding-right: -27px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--2\.6 {
    margin-top: -26px;
  }
  .laptop\:p-t--2\.6 {
    padding-top: -26px;
  }
  .laptop-m-t--2\.6 {
    margin-top: -26px;
  }
  .laptop-p-t--2\.6 {
    padding-top: -26px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--2\.6 {
    margin-bottom: -26px;
  }
  .laptop\:p-b--2\.6 {
    padding-bottom: -26px;
  }
  .laptop-m-b--2\.6 {
    margin-bottom: -26px;
  }
  .laptop-p-b--2\.6 {
    padding-bottom: -26px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--2\.6 {
    margin-left: -26px;
  }
  .laptop\:p-l--2\.6 {
    padding-left: -26px;
  }
  .laptop-m-l--2\.6 {
    margin-left: -26px;
  }
  .laptop-p-l--2\.6 {
    padding-left: -26px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--2\.6 {
    margin-right: -26px;
  }
  .laptop\:p-r--2\.6 {
    padding-right: -26px;
  }
  .laptop-m-r--2\.6 {
    margin-right: -26px;
  }
  .laptop-p-r--2\.6 {
    padding-right: -26px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--2\.5 {
    margin-top: -25px;
  }
  .laptop\:p-t--2\.5 {
    padding-top: -25px;
  }
  .laptop-m-t--2\.5 {
    margin-top: -25px;
  }
  .laptop-p-t--2\.5 {
    padding-top: -25px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--2\.5 {
    margin-bottom: -25px;
  }
  .laptop\:p-b--2\.5 {
    padding-bottom: -25px;
  }
  .laptop-m-b--2\.5 {
    margin-bottom: -25px;
  }
  .laptop-p-b--2\.5 {
    padding-bottom: -25px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--2\.5 {
    margin-left: -25px;
  }
  .laptop\:p-l--2\.5 {
    padding-left: -25px;
  }
  .laptop-m-l--2\.5 {
    margin-left: -25px;
  }
  .laptop-p-l--2\.5 {
    padding-left: -25px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--2\.5 {
    margin-right: -25px;
  }
  .laptop\:p-r--2\.5 {
    padding-right: -25px;
  }
  .laptop-m-r--2\.5 {
    margin-right: -25px;
  }
  .laptop-p-r--2\.5 {
    padding-right: -25px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--2\.4 {
    margin-top: -24px;
  }
  .laptop\:p-t--2\.4 {
    padding-top: -24px;
  }
  .laptop-m-t--2\.4 {
    margin-top: -24px;
  }
  .laptop-p-t--2\.4 {
    padding-top: -24px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--2\.4 {
    margin-bottom: -24px;
  }
  .laptop\:p-b--2\.4 {
    padding-bottom: -24px;
  }
  .laptop-m-b--2\.4 {
    margin-bottom: -24px;
  }
  .laptop-p-b--2\.4 {
    padding-bottom: -24px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--2\.4 {
    margin-left: -24px;
  }
  .laptop\:p-l--2\.4 {
    padding-left: -24px;
  }
  .laptop-m-l--2\.4 {
    margin-left: -24px;
  }
  .laptop-p-l--2\.4 {
    padding-left: -24px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--2\.4 {
    margin-right: -24px;
  }
  .laptop\:p-r--2\.4 {
    padding-right: -24px;
  }
  .laptop-m-r--2\.4 {
    margin-right: -24px;
  }
  .laptop-p-r--2\.4 {
    padding-right: -24px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--2\.3 {
    margin-top: -23px;
  }
  .laptop\:p-t--2\.3 {
    padding-top: -23px;
  }
  .laptop-m-t--2\.3 {
    margin-top: -23px;
  }
  .laptop-p-t--2\.3 {
    padding-top: -23px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--2\.3 {
    margin-bottom: -23px;
  }
  .laptop\:p-b--2\.3 {
    padding-bottom: -23px;
  }
  .laptop-m-b--2\.3 {
    margin-bottom: -23px;
  }
  .laptop-p-b--2\.3 {
    padding-bottom: -23px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--2\.3 {
    margin-left: -23px;
  }
  .laptop\:p-l--2\.3 {
    padding-left: -23px;
  }
  .laptop-m-l--2\.3 {
    margin-left: -23px;
  }
  .laptop-p-l--2\.3 {
    padding-left: -23px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--2\.3 {
    margin-right: -23px;
  }
  .laptop\:p-r--2\.3 {
    padding-right: -23px;
  }
  .laptop-m-r--2\.3 {
    margin-right: -23px;
  }
  .laptop-p-r--2\.3 {
    padding-right: -23px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--2\.2 {
    margin-top: -22px;
  }
  .laptop\:p-t--2\.2 {
    padding-top: -22px;
  }
  .laptop-m-t--2\.2 {
    margin-top: -22px;
  }
  .laptop-p-t--2\.2 {
    padding-top: -22px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--2\.2 {
    margin-bottom: -22px;
  }
  .laptop\:p-b--2\.2 {
    padding-bottom: -22px;
  }
  .laptop-m-b--2\.2 {
    margin-bottom: -22px;
  }
  .laptop-p-b--2\.2 {
    padding-bottom: -22px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--2\.2 {
    margin-left: -22px;
  }
  .laptop\:p-l--2\.2 {
    padding-left: -22px;
  }
  .laptop-m-l--2\.2 {
    margin-left: -22px;
  }
  .laptop-p-l--2\.2 {
    padding-left: -22px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--2\.2 {
    margin-right: -22px;
  }
  .laptop\:p-r--2\.2 {
    padding-right: -22px;
  }
  .laptop-m-r--2\.2 {
    margin-right: -22px;
  }
  .laptop-p-r--2\.2 {
    padding-right: -22px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--2\.1 {
    margin-top: -21px;
  }
  .laptop\:p-t--2\.1 {
    padding-top: -21px;
  }
  .laptop-m-t--2\.1 {
    margin-top: -21px;
  }
  .laptop-p-t--2\.1 {
    padding-top: -21px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--2\.1 {
    margin-bottom: -21px;
  }
  .laptop\:p-b--2\.1 {
    padding-bottom: -21px;
  }
  .laptop-m-b--2\.1 {
    margin-bottom: -21px;
  }
  .laptop-p-b--2\.1 {
    padding-bottom: -21px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--2\.1 {
    margin-left: -21px;
  }
  .laptop\:p-l--2\.1 {
    padding-left: -21px;
  }
  .laptop-m-l--2\.1 {
    margin-left: -21px;
  }
  .laptop-p-l--2\.1 {
    padding-left: -21px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--2\.1 {
    margin-right: -21px;
  }
  .laptop\:p-r--2\.1 {
    padding-right: -21px;
  }
  .laptop-m-r--2\.1 {
    margin-right: -21px;
  }
  .laptop-p-r--2\.1 {
    padding-right: -21px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--2 {
    margin-top: -20px;
  }
  .laptop\:p-t--2 {
    padding-top: -20px;
  }
  .laptop-m-t--2 {
    margin-top: -20px;
  }
  .laptop-p-t--2 {
    padding-top: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--2 {
    margin-bottom: -20px;
  }
  .laptop\:p-b--2 {
    padding-bottom: -20px;
  }
  .laptop-m-b--2 {
    margin-bottom: -20px;
  }
  .laptop-p-b--2 {
    padding-bottom: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--2 {
    margin-left: -20px;
  }
  .laptop\:p-l--2 {
    padding-left: -20px;
  }
  .laptop-m-l--2 {
    margin-left: -20px;
  }
  .laptop-p-l--2 {
    padding-left: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--2 {
    margin-right: -20px;
  }
  .laptop\:p-r--2 {
    padding-right: -20px;
  }
  .laptop-m-r--2 {
    margin-right: -20px;
  }
  .laptop-p-r--2 {
    padding-right: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--1\.9 {
    margin-top: -19px;
  }
  .laptop\:p-t--1\.9 {
    padding-top: -19px;
  }
  .laptop-m-t--1\.9 {
    margin-top: -19px;
  }
  .laptop-p-t--1\.9 {
    padding-top: -19px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--1\.9 {
    margin-bottom: -19px;
  }
  .laptop\:p-b--1\.9 {
    padding-bottom: -19px;
  }
  .laptop-m-b--1\.9 {
    margin-bottom: -19px;
  }
  .laptop-p-b--1\.9 {
    padding-bottom: -19px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--1\.9 {
    margin-left: -19px;
  }
  .laptop\:p-l--1\.9 {
    padding-left: -19px;
  }
  .laptop-m-l--1\.9 {
    margin-left: -19px;
  }
  .laptop-p-l--1\.9 {
    padding-left: -19px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--1\.9 {
    margin-right: -19px;
  }
  .laptop\:p-r--1\.9 {
    padding-right: -19px;
  }
  .laptop-m-r--1\.9 {
    margin-right: -19px;
  }
  .laptop-p-r--1\.9 {
    padding-right: -19px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--1\.8 {
    margin-top: -18px;
  }
  .laptop\:p-t--1\.8 {
    padding-top: -18px;
  }
  .laptop-m-t--1\.8 {
    margin-top: -18px;
  }
  .laptop-p-t--1\.8 {
    padding-top: -18px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--1\.8 {
    margin-bottom: -18px;
  }
  .laptop\:p-b--1\.8 {
    padding-bottom: -18px;
  }
  .laptop-m-b--1\.8 {
    margin-bottom: -18px;
  }
  .laptop-p-b--1\.8 {
    padding-bottom: -18px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--1\.8 {
    margin-left: -18px;
  }
  .laptop\:p-l--1\.8 {
    padding-left: -18px;
  }
  .laptop-m-l--1\.8 {
    margin-left: -18px;
  }
  .laptop-p-l--1\.8 {
    padding-left: -18px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--1\.8 {
    margin-right: -18px;
  }
  .laptop\:p-r--1\.8 {
    padding-right: -18px;
  }
  .laptop-m-r--1\.8 {
    margin-right: -18px;
  }
  .laptop-p-r--1\.8 {
    padding-right: -18px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--1\.7 {
    margin-top: -17px;
  }
  .laptop\:p-t--1\.7 {
    padding-top: -17px;
  }
  .laptop-m-t--1\.7 {
    margin-top: -17px;
  }
  .laptop-p-t--1\.7 {
    padding-top: -17px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--1\.7 {
    margin-bottom: -17px;
  }
  .laptop\:p-b--1\.7 {
    padding-bottom: -17px;
  }
  .laptop-m-b--1\.7 {
    margin-bottom: -17px;
  }
  .laptop-p-b--1\.7 {
    padding-bottom: -17px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--1\.7 {
    margin-left: -17px;
  }
  .laptop\:p-l--1\.7 {
    padding-left: -17px;
  }
  .laptop-m-l--1\.7 {
    margin-left: -17px;
  }
  .laptop-p-l--1\.7 {
    padding-left: -17px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--1\.7 {
    margin-right: -17px;
  }
  .laptop\:p-r--1\.7 {
    padding-right: -17px;
  }
  .laptop-m-r--1\.7 {
    margin-right: -17px;
  }
  .laptop-p-r--1\.7 {
    padding-right: -17px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--1\.6 {
    margin-top: -16px;
  }
  .laptop\:p-t--1\.6 {
    padding-top: -16px;
  }
  .laptop-m-t--1\.6 {
    margin-top: -16px;
  }
  .laptop-p-t--1\.6 {
    padding-top: -16px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--1\.6 {
    margin-bottom: -16px;
  }
  .laptop\:p-b--1\.6 {
    padding-bottom: -16px;
  }
  .laptop-m-b--1\.6 {
    margin-bottom: -16px;
  }
  .laptop-p-b--1\.6 {
    padding-bottom: -16px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--1\.6 {
    margin-left: -16px;
  }
  .laptop\:p-l--1\.6 {
    padding-left: -16px;
  }
  .laptop-m-l--1\.6 {
    margin-left: -16px;
  }
  .laptop-p-l--1\.6 {
    padding-left: -16px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--1\.6 {
    margin-right: -16px;
  }
  .laptop\:p-r--1\.6 {
    padding-right: -16px;
  }
  .laptop-m-r--1\.6 {
    margin-right: -16px;
  }
  .laptop-p-r--1\.6 {
    padding-right: -16px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--1\.5 {
    margin-top: -15px;
  }
  .laptop\:p-t--1\.5 {
    padding-top: -15px;
  }
  .laptop-m-t--1\.5 {
    margin-top: -15px;
  }
  .laptop-p-t--1\.5 {
    padding-top: -15px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--1\.5 {
    margin-bottom: -15px;
  }
  .laptop\:p-b--1\.5 {
    padding-bottom: -15px;
  }
  .laptop-m-b--1\.5 {
    margin-bottom: -15px;
  }
  .laptop-p-b--1\.5 {
    padding-bottom: -15px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--1\.5 {
    margin-left: -15px;
  }
  .laptop\:p-l--1\.5 {
    padding-left: -15px;
  }
  .laptop-m-l--1\.5 {
    margin-left: -15px;
  }
  .laptop-p-l--1\.5 {
    padding-left: -15px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--1\.5 {
    margin-right: -15px;
  }
  .laptop\:p-r--1\.5 {
    padding-right: -15px;
  }
  .laptop-m-r--1\.5 {
    margin-right: -15px;
  }
  .laptop-p-r--1\.5 {
    padding-right: -15px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--1\.4 {
    margin-top: -14px;
  }
  .laptop\:p-t--1\.4 {
    padding-top: -14px;
  }
  .laptop-m-t--1\.4 {
    margin-top: -14px;
  }
  .laptop-p-t--1\.4 {
    padding-top: -14px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--1\.4 {
    margin-bottom: -14px;
  }
  .laptop\:p-b--1\.4 {
    padding-bottom: -14px;
  }
  .laptop-m-b--1\.4 {
    margin-bottom: -14px;
  }
  .laptop-p-b--1\.4 {
    padding-bottom: -14px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--1\.4 {
    margin-left: -14px;
  }
  .laptop\:p-l--1\.4 {
    padding-left: -14px;
  }
  .laptop-m-l--1\.4 {
    margin-left: -14px;
  }
  .laptop-p-l--1\.4 {
    padding-left: -14px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--1\.4 {
    margin-right: -14px;
  }
  .laptop\:p-r--1\.4 {
    padding-right: -14px;
  }
  .laptop-m-r--1\.4 {
    margin-right: -14px;
  }
  .laptop-p-r--1\.4 {
    padding-right: -14px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--1\.3 {
    margin-top: -13px;
  }
  .laptop\:p-t--1\.3 {
    padding-top: -13px;
  }
  .laptop-m-t--1\.3 {
    margin-top: -13px;
  }
  .laptop-p-t--1\.3 {
    padding-top: -13px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--1\.3 {
    margin-bottom: -13px;
  }
  .laptop\:p-b--1\.3 {
    padding-bottom: -13px;
  }
  .laptop-m-b--1\.3 {
    margin-bottom: -13px;
  }
  .laptop-p-b--1\.3 {
    padding-bottom: -13px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--1\.3 {
    margin-left: -13px;
  }
  .laptop\:p-l--1\.3 {
    padding-left: -13px;
  }
  .laptop-m-l--1\.3 {
    margin-left: -13px;
  }
  .laptop-p-l--1\.3 {
    padding-left: -13px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--1\.3 {
    margin-right: -13px;
  }
  .laptop\:p-r--1\.3 {
    padding-right: -13px;
  }
  .laptop-m-r--1\.3 {
    margin-right: -13px;
  }
  .laptop-p-r--1\.3 {
    padding-right: -13px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--1\.2 {
    margin-top: -12px;
  }
  .laptop\:p-t--1\.2 {
    padding-top: -12px;
  }
  .laptop-m-t--1\.2 {
    margin-top: -12px;
  }
  .laptop-p-t--1\.2 {
    padding-top: -12px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--1\.2 {
    margin-bottom: -12px;
  }
  .laptop\:p-b--1\.2 {
    padding-bottom: -12px;
  }
  .laptop-m-b--1\.2 {
    margin-bottom: -12px;
  }
  .laptop-p-b--1\.2 {
    padding-bottom: -12px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--1\.2 {
    margin-left: -12px;
  }
  .laptop\:p-l--1\.2 {
    padding-left: -12px;
  }
  .laptop-m-l--1\.2 {
    margin-left: -12px;
  }
  .laptop-p-l--1\.2 {
    padding-left: -12px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--1\.2 {
    margin-right: -12px;
  }
  .laptop\:p-r--1\.2 {
    padding-right: -12px;
  }
  .laptop-m-r--1\.2 {
    margin-right: -12px;
  }
  .laptop-p-r--1\.2 {
    padding-right: -12px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--1\.1 {
    margin-top: -11px;
  }
  .laptop\:p-t--1\.1 {
    padding-top: -11px;
  }
  .laptop-m-t--1\.1 {
    margin-top: -11px;
  }
  .laptop-p-t--1\.1 {
    padding-top: -11px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--1\.1 {
    margin-bottom: -11px;
  }
  .laptop\:p-b--1\.1 {
    padding-bottom: -11px;
  }
  .laptop-m-b--1\.1 {
    margin-bottom: -11px;
  }
  .laptop-p-b--1\.1 {
    padding-bottom: -11px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--1\.1 {
    margin-left: -11px;
  }
  .laptop\:p-l--1\.1 {
    padding-left: -11px;
  }
  .laptop-m-l--1\.1 {
    margin-left: -11px;
  }
  .laptop-p-l--1\.1 {
    padding-left: -11px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--1\.1 {
    margin-right: -11px;
  }
  .laptop\:p-r--1\.1 {
    padding-right: -11px;
  }
  .laptop-m-r--1\.1 {
    margin-right: -11px;
  }
  .laptop-p-r--1\.1 {
    padding-right: -11px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--1 {
    margin-top: -10px;
  }
  .laptop\:p-t--1 {
    padding-top: -10px;
  }
  .laptop-m-t--1 {
    margin-top: -10px;
  }
  .laptop-p-t--1 {
    padding-top: -10px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--1 {
    margin-bottom: -10px;
  }
  .laptop\:p-b--1 {
    padding-bottom: -10px;
  }
  .laptop-m-b--1 {
    margin-bottom: -10px;
  }
  .laptop-p-b--1 {
    padding-bottom: -10px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--1 {
    margin-left: -10px;
  }
  .laptop\:p-l--1 {
    padding-left: -10px;
  }
  .laptop-m-l--1 {
    margin-left: -10px;
  }
  .laptop-p-l--1 {
    padding-left: -10px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--1 {
    margin-right: -10px;
  }
  .laptop\:p-r--1 {
    padding-right: -10px;
  }
  .laptop-m-r--1 {
    margin-right: -10px;
  }
  .laptop-p-r--1 {
    padding-right: -10px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--0\.9 {
    margin-top: -9px;
  }
  .laptop\:p-t--0\.9 {
    padding-top: -9px;
  }
  .laptop-m-t--0\.9 {
    margin-top: -9px;
  }
  .laptop-p-t--0\.9 {
    padding-top: -9px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--0\.9 {
    margin-bottom: -9px;
  }
  .laptop\:p-b--0\.9 {
    padding-bottom: -9px;
  }
  .laptop-m-b--0\.9 {
    margin-bottom: -9px;
  }
  .laptop-p-b--0\.9 {
    padding-bottom: -9px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--0\.9 {
    margin-left: -9px;
  }
  .laptop\:p-l--0\.9 {
    padding-left: -9px;
  }
  .laptop-m-l--0\.9 {
    margin-left: -9px;
  }
  .laptop-p-l--0\.9 {
    padding-left: -9px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--0\.9 {
    margin-right: -9px;
  }
  .laptop\:p-r--0\.9 {
    padding-right: -9px;
  }
  .laptop-m-r--0\.9 {
    margin-right: -9px;
  }
  .laptop-p-r--0\.9 {
    padding-right: -9px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--0\.8 {
    margin-top: -8px;
  }
  .laptop\:p-t--0\.8 {
    padding-top: -8px;
  }
  .laptop-m-t--0\.8 {
    margin-top: -8px;
  }
  .laptop-p-t--0\.8 {
    padding-top: -8px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--0\.8 {
    margin-bottom: -8px;
  }
  .laptop\:p-b--0\.8 {
    padding-bottom: -8px;
  }
  .laptop-m-b--0\.8 {
    margin-bottom: -8px;
  }
  .laptop-p-b--0\.8 {
    padding-bottom: -8px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--0\.8 {
    margin-left: -8px;
  }
  .laptop\:p-l--0\.8 {
    padding-left: -8px;
  }
  .laptop-m-l--0\.8 {
    margin-left: -8px;
  }
  .laptop-p-l--0\.8 {
    padding-left: -8px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--0\.8 {
    margin-right: -8px;
  }
  .laptop\:p-r--0\.8 {
    padding-right: -8px;
  }
  .laptop-m-r--0\.8 {
    margin-right: -8px;
  }
  .laptop-p-r--0\.8 {
    padding-right: -8px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--0\.7 {
    margin-top: -7px;
  }
  .laptop\:p-t--0\.7 {
    padding-top: -7px;
  }
  .laptop-m-t--0\.7 {
    margin-top: -7px;
  }
  .laptop-p-t--0\.7 {
    padding-top: -7px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--0\.7 {
    margin-bottom: -7px;
  }
  .laptop\:p-b--0\.7 {
    padding-bottom: -7px;
  }
  .laptop-m-b--0\.7 {
    margin-bottom: -7px;
  }
  .laptop-p-b--0\.7 {
    padding-bottom: -7px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--0\.7 {
    margin-left: -7px;
  }
  .laptop\:p-l--0\.7 {
    padding-left: -7px;
  }
  .laptop-m-l--0\.7 {
    margin-left: -7px;
  }
  .laptop-p-l--0\.7 {
    padding-left: -7px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--0\.7 {
    margin-right: -7px;
  }
  .laptop\:p-r--0\.7 {
    padding-right: -7px;
  }
  .laptop-m-r--0\.7 {
    margin-right: -7px;
  }
  .laptop-p-r--0\.7 {
    padding-right: -7px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--0\.6 {
    margin-top: -6px;
  }
  .laptop\:p-t--0\.6 {
    padding-top: -6px;
  }
  .laptop-m-t--0\.6 {
    margin-top: -6px;
  }
  .laptop-p-t--0\.6 {
    padding-top: -6px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--0\.6 {
    margin-bottom: -6px;
  }
  .laptop\:p-b--0\.6 {
    padding-bottom: -6px;
  }
  .laptop-m-b--0\.6 {
    margin-bottom: -6px;
  }
  .laptop-p-b--0\.6 {
    padding-bottom: -6px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--0\.6 {
    margin-left: -6px;
  }
  .laptop\:p-l--0\.6 {
    padding-left: -6px;
  }
  .laptop-m-l--0\.6 {
    margin-left: -6px;
  }
  .laptop-p-l--0\.6 {
    padding-left: -6px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--0\.6 {
    margin-right: -6px;
  }
  .laptop\:p-r--0\.6 {
    padding-right: -6px;
  }
  .laptop-m-r--0\.6 {
    margin-right: -6px;
  }
  .laptop-p-r--0\.6 {
    padding-right: -6px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--0\.5 {
    margin-top: -5px;
  }
  .laptop\:p-t--0\.5 {
    padding-top: -5px;
  }
  .laptop-m-t--0\.5 {
    margin-top: -5px;
  }
  .laptop-p-t--0\.5 {
    padding-top: -5px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--0\.5 {
    margin-bottom: -5px;
  }
  .laptop\:p-b--0\.5 {
    padding-bottom: -5px;
  }
  .laptop-m-b--0\.5 {
    margin-bottom: -5px;
  }
  .laptop-p-b--0\.5 {
    padding-bottom: -5px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--0\.5 {
    margin-left: -5px;
  }
  .laptop\:p-l--0\.5 {
    padding-left: -5px;
  }
  .laptop-m-l--0\.5 {
    margin-left: -5px;
  }
  .laptop-p-l--0\.5 {
    padding-left: -5px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--0\.5 {
    margin-right: -5px;
  }
  .laptop\:p-r--0\.5 {
    padding-right: -5px;
  }
  .laptop-m-r--0\.5 {
    margin-right: -5px;
  }
  .laptop-p-r--0\.5 {
    padding-right: -5px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--0\.4 {
    margin-top: -4px;
  }
  .laptop\:p-t--0\.4 {
    padding-top: -4px;
  }
  .laptop-m-t--0\.4 {
    margin-top: -4px;
  }
  .laptop-p-t--0\.4 {
    padding-top: -4px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--0\.4 {
    margin-bottom: -4px;
  }
  .laptop\:p-b--0\.4 {
    padding-bottom: -4px;
  }
  .laptop-m-b--0\.4 {
    margin-bottom: -4px;
  }
  .laptop-p-b--0\.4 {
    padding-bottom: -4px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--0\.4 {
    margin-left: -4px;
  }
  .laptop\:p-l--0\.4 {
    padding-left: -4px;
  }
  .laptop-m-l--0\.4 {
    margin-left: -4px;
  }
  .laptop-p-l--0\.4 {
    padding-left: -4px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--0\.4 {
    margin-right: -4px;
  }
  .laptop\:p-r--0\.4 {
    padding-right: -4px;
  }
  .laptop-m-r--0\.4 {
    margin-right: -4px;
  }
  .laptop-p-r--0\.4 {
    padding-right: -4px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--0\.3 {
    margin-top: -3px;
  }
  .laptop\:p-t--0\.3 {
    padding-top: -3px;
  }
  .laptop-m-t--0\.3 {
    margin-top: -3px;
  }
  .laptop-p-t--0\.3 {
    padding-top: -3px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--0\.3 {
    margin-bottom: -3px;
  }
  .laptop\:p-b--0\.3 {
    padding-bottom: -3px;
  }
  .laptop-m-b--0\.3 {
    margin-bottom: -3px;
  }
  .laptop-p-b--0\.3 {
    padding-bottom: -3px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--0\.3 {
    margin-left: -3px;
  }
  .laptop\:p-l--0\.3 {
    padding-left: -3px;
  }
  .laptop-m-l--0\.3 {
    margin-left: -3px;
  }
  .laptop-p-l--0\.3 {
    padding-left: -3px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--0\.3 {
    margin-right: -3px;
  }
  .laptop\:p-r--0\.3 {
    padding-right: -3px;
  }
  .laptop-m-r--0\.3 {
    margin-right: -3px;
  }
  .laptop-p-r--0\.3 {
    padding-right: -3px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--0\.2 {
    margin-top: -2px;
  }
  .laptop\:p-t--0\.2 {
    padding-top: -2px;
  }
  .laptop-m-t--0\.2 {
    margin-top: -2px;
  }
  .laptop-p-t--0\.2 {
    padding-top: -2px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--0\.2 {
    margin-bottom: -2px;
  }
  .laptop\:p-b--0\.2 {
    padding-bottom: -2px;
  }
  .laptop-m-b--0\.2 {
    margin-bottom: -2px;
  }
  .laptop-p-b--0\.2 {
    padding-bottom: -2px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--0\.2 {
    margin-left: -2px;
  }
  .laptop\:p-l--0\.2 {
    padding-left: -2px;
  }
  .laptop-m-l--0\.2 {
    margin-left: -2px;
  }
  .laptop-p-l--0\.2 {
    padding-left: -2px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--0\.2 {
    margin-right: -2px;
  }
  .laptop\:p-r--0\.2 {
    padding-right: -2px;
  }
  .laptop-m-r--0\.2 {
    margin-right: -2px;
  }
  .laptop-p-r--0\.2 {
    padding-right: -2px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t--0\.1 {
    margin-top: -1px;
  }
  .laptop\:p-t--0\.1 {
    padding-top: -1px;
  }
  .laptop-m-t--0\.1 {
    margin-top: -1px;
  }
  .laptop-p-t--0\.1 {
    padding-top: -1px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b--0\.1 {
    margin-bottom: -1px;
  }
  .laptop\:p-b--0\.1 {
    padding-bottom: -1px;
  }
  .laptop-m-b--0\.1 {
    margin-bottom: -1px;
  }
  .laptop-p-b--0\.1 {
    padding-bottom: -1px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l--0\.1 {
    margin-left: -1px;
  }
  .laptop\:p-l--0\.1 {
    padding-left: -1px;
  }
  .laptop-m-l--0\.1 {
    margin-left: -1px;
  }
  .laptop-p-l--0\.1 {
    padding-left: -1px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r--0\.1 {
    margin-right: -1px;
  }
  .laptop\:p-r--0\.1 {
    padding-right: -1px;
  }
  .laptop-m-r--0\.1 {
    margin-right: -1px;
  }
  .laptop-p-r--0\.1 {
    padding-right: -1px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-0 {
    margin-top: 0px;
  }
  .laptop\:p-t-0 {
    padding-top: 0px;
  }
  .laptop-m-t-0 {
    margin-top: 0px;
  }
  .laptop-p-t-0 {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-0 {
    margin-bottom: 0px;
  }
  .laptop\:p-b-0 {
    padding-bottom: 0px;
  }
  .laptop-m-b-0 {
    margin-bottom: 0px;
  }
  .laptop-p-b-0 {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-0 {
    margin-left: 0px;
  }
  .laptop\:p-l-0 {
    padding-left: 0px;
  }
  .laptop-m-l-0 {
    margin-left: 0px;
  }
  .laptop-p-l-0 {
    padding-left: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-0 {
    margin-right: 0px;
  }
  .laptop\:p-r-0 {
    padding-right: 0px;
  }
  .laptop-m-r-0 {
    margin-right: 0px;
  }
  .laptop-p-r-0 {
    padding-right: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-0\.1 {
    margin-top: 1px;
  }
  .laptop\:p-t-0\.1 {
    padding-top: 1px;
  }
  .laptop-m-t-0\.1 {
    margin-top: 1px;
  }
  .laptop-p-t-0\.1 {
    padding-top: 1px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-0\.1 {
    margin-bottom: 1px;
  }
  .laptop\:p-b-0\.1 {
    padding-bottom: 1px;
  }
  .laptop-m-b-0\.1 {
    margin-bottom: 1px;
  }
  .laptop-p-b-0\.1 {
    padding-bottom: 1px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-0\.1 {
    margin-left: 1px;
  }
  .laptop\:p-l-0\.1 {
    padding-left: 1px;
  }
  .laptop-m-l-0\.1 {
    margin-left: 1px;
  }
  .laptop-p-l-0\.1 {
    padding-left: 1px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-0\.1 {
    margin-right: 1px;
  }
  .laptop\:p-r-0\.1 {
    padding-right: 1px;
  }
  .laptop-m-r-0\.1 {
    margin-right: 1px;
  }
  .laptop-p-r-0\.1 {
    padding-right: 1px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-0\.2 {
    margin-top: 2px;
  }
  .laptop\:p-t-0\.2 {
    padding-top: 2px;
  }
  .laptop-m-t-0\.2 {
    margin-top: 2px;
  }
  .laptop-p-t-0\.2 {
    padding-top: 2px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-0\.2 {
    margin-bottom: 2px;
  }
  .laptop\:p-b-0\.2 {
    padding-bottom: 2px;
  }
  .laptop-m-b-0\.2 {
    margin-bottom: 2px;
  }
  .laptop-p-b-0\.2 {
    padding-bottom: 2px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-0\.2 {
    margin-left: 2px;
  }
  .laptop\:p-l-0\.2 {
    padding-left: 2px;
  }
  .laptop-m-l-0\.2 {
    margin-left: 2px;
  }
  .laptop-p-l-0\.2 {
    padding-left: 2px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-0\.2 {
    margin-right: 2px;
  }
  .laptop\:p-r-0\.2 {
    padding-right: 2px;
  }
  .laptop-m-r-0\.2 {
    margin-right: 2px;
  }
  .laptop-p-r-0\.2 {
    padding-right: 2px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-0\.3 {
    margin-top: 3px;
  }
  .laptop\:p-t-0\.3 {
    padding-top: 3px;
  }
  .laptop-m-t-0\.3 {
    margin-top: 3px;
  }
  .laptop-p-t-0\.3 {
    padding-top: 3px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-0\.3 {
    margin-bottom: 3px;
  }
  .laptop\:p-b-0\.3 {
    padding-bottom: 3px;
  }
  .laptop-m-b-0\.3 {
    margin-bottom: 3px;
  }
  .laptop-p-b-0\.3 {
    padding-bottom: 3px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-0\.3 {
    margin-left: 3px;
  }
  .laptop\:p-l-0\.3 {
    padding-left: 3px;
  }
  .laptop-m-l-0\.3 {
    margin-left: 3px;
  }
  .laptop-p-l-0\.3 {
    padding-left: 3px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-0\.3 {
    margin-right: 3px;
  }
  .laptop\:p-r-0\.3 {
    padding-right: 3px;
  }
  .laptop-m-r-0\.3 {
    margin-right: 3px;
  }
  .laptop-p-r-0\.3 {
    padding-right: 3px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-0\.4 {
    margin-top: 4px;
  }
  .laptop\:p-t-0\.4 {
    padding-top: 4px;
  }
  .laptop-m-t-0\.4 {
    margin-top: 4px;
  }
  .laptop-p-t-0\.4 {
    padding-top: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-0\.4 {
    margin-bottom: 4px;
  }
  .laptop\:p-b-0\.4 {
    padding-bottom: 4px;
  }
  .laptop-m-b-0\.4 {
    margin-bottom: 4px;
  }
  .laptop-p-b-0\.4 {
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-0\.4 {
    margin-left: 4px;
  }
  .laptop\:p-l-0\.4 {
    padding-left: 4px;
  }
  .laptop-m-l-0\.4 {
    margin-left: 4px;
  }
  .laptop-p-l-0\.4 {
    padding-left: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-0\.4 {
    margin-right: 4px;
  }
  .laptop\:p-r-0\.4 {
    padding-right: 4px;
  }
  .laptop-m-r-0\.4 {
    margin-right: 4px;
  }
  .laptop-p-r-0\.4 {
    padding-right: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-0\.5 {
    margin-top: 5px;
  }
  .laptop\:p-t-0\.5 {
    padding-top: 5px;
  }
  .laptop-m-t-0\.5 {
    margin-top: 5px;
  }
  .laptop-p-t-0\.5 {
    padding-top: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-0\.5 {
    margin-bottom: 5px;
  }
  .laptop\:p-b-0\.5 {
    padding-bottom: 5px;
  }
  .laptop-m-b-0\.5 {
    margin-bottom: 5px;
  }
  .laptop-p-b-0\.5 {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-0\.5 {
    margin-left: 5px;
  }
  .laptop\:p-l-0\.5 {
    padding-left: 5px;
  }
  .laptop-m-l-0\.5 {
    margin-left: 5px;
  }
  .laptop-p-l-0\.5 {
    padding-left: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-0\.5 {
    margin-right: 5px;
  }
  .laptop\:p-r-0\.5 {
    padding-right: 5px;
  }
  .laptop-m-r-0\.5 {
    margin-right: 5px;
  }
  .laptop-p-r-0\.5 {
    padding-right: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-0\.6 {
    margin-top: 6px;
  }
  .laptop\:p-t-0\.6 {
    padding-top: 6px;
  }
  .laptop-m-t-0\.6 {
    margin-top: 6px;
  }
  .laptop-p-t-0\.6 {
    padding-top: 6px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-0\.6 {
    margin-bottom: 6px;
  }
  .laptop\:p-b-0\.6 {
    padding-bottom: 6px;
  }
  .laptop-m-b-0\.6 {
    margin-bottom: 6px;
  }
  .laptop-p-b-0\.6 {
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-0\.6 {
    margin-left: 6px;
  }
  .laptop\:p-l-0\.6 {
    padding-left: 6px;
  }
  .laptop-m-l-0\.6 {
    margin-left: 6px;
  }
  .laptop-p-l-0\.6 {
    padding-left: 6px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-0\.6 {
    margin-right: 6px;
  }
  .laptop\:p-r-0\.6 {
    padding-right: 6px;
  }
  .laptop-m-r-0\.6 {
    margin-right: 6px;
  }
  .laptop-p-r-0\.6 {
    padding-right: 6px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-0\.7 {
    margin-top: 7px;
  }
  .laptop\:p-t-0\.7 {
    padding-top: 7px;
  }
  .laptop-m-t-0\.7 {
    margin-top: 7px;
  }
  .laptop-p-t-0\.7 {
    padding-top: 7px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-0\.7 {
    margin-bottom: 7px;
  }
  .laptop\:p-b-0\.7 {
    padding-bottom: 7px;
  }
  .laptop-m-b-0\.7 {
    margin-bottom: 7px;
  }
  .laptop-p-b-0\.7 {
    padding-bottom: 7px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-0\.7 {
    margin-left: 7px;
  }
  .laptop\:p-l-0\.7 {
    padding-left: 7px;
  }
  .laptop-m-l-0\.7 {
    margin-left: 7px;
  }
  .laptop-p-l-0\.7 {
    padding-left: 7px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-0\.7 {
    margin-right: 7px;
  }
  .laptop\:p-r-0\.7 {
    padding-right: 7px;
  }
  .laptop-m-r-0\.7 {
    margin-right: 7px;
  }
  .laptop-p-r-0\.7 {
    padding-right: 7px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-0\.8 {
    margin-top: 8px;
  }
  .laptop\:p-t-0\.8 {
    padding-top: 8px;
  }
  .laptop-m-t-0\.8 {
    margin-top: 8px;
  }
  .laptop-p-t-0\.8 {
    padding-top: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-0\.8 {
    margin-bottom: 8px;
  }
  .laptop\:p-b-0\.8 {
    padding-bottom: 8px;
  }
  .laptop-m-b-0\.8 {
    margin-bottom: 8px;
  }
  .laptop-p-b-0\.8 {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-0\.8 {
    margin-left: 8px;
  }
  .laptop\:p-l-0\.8 {
    padding-left: 8px;
  }
  .laptop-m-l-0\.8 {
    margin-left: 8px;
  }
  .laptop-p-l-0\.8 {
    padding-left: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-0\.8 {
    margin-right: 8px;
  }
  .laptop\:p-r-0\.8 {
    padding-right: 8px;
  }
  .laptop-m-r-0\.8 {
    margin-right: 8px;
  }
  .laptop-p-r-0\.8 {
    padding-right: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-0\.9 {
    margin-top: 9px;
  }
  .laptop\:p-t-0\.9 {
    padding-top: 9px;
  }
  .laptop-m-t-0\.9 {
    margin-top: 9px;
  }
  .laptop-p-t-0\.9 {
    padding-top: 9px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-0\.9 {
    margin-bottom: 9px;
  }
  .laptop\:p-b-0\.9 {
    padding-bottom: 9px;
  }
  .laptop-m-b-0\.9 {
    margin-bottom: 9px;
  }
  .laptop-p-b-0\.9 {
    padding-bottom: 9px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-0\.9 {
    margin-left: 9px;
  }
  .laptop\:p-l-0\.9 {
    padding-left: 9px;
  }
  .laptop-m-l-0\.9 {
    margin-left: 9px;
  }
  .laptop-p-l-0\.9 {
    padding-left: 9px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-0\.9 {
    margin-right: 9px;
  }
  .laptop\:p-r-0\.9 {
    padding-right: 9px;
  }
  .laptop-m-r-0\.9 {
    margin-right: 9px;
  }
  .laptop-p-r-0\.9 {
    padding-right: 9px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-1 {
    margin-top: 10px;
  }
  .laptop\:p-t-1 {
    padding-top: 10px;
  }
  .laptop-m-t-1 {
    margin-top: 10px;
  }
  .laptop-p-t-1 {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-1 {
    margin-bottom: 10px;
  }
  .laptop\:p-b-1 {
    padding-bottom: 10px;
  }
  .laptop-m-b-1 {
    margin-bottom: 10px;
  }
  .laptop-p-b-1 {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-1 {
    margin-left: 10px;
  }
  .laptop\:p-l-1 {
    padding-left: 10px;
  }
  .laptop-m-l-1 {
    margin-left: 10px;
  }
  .laptop-p-l-1 {
    padding-left: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-1 {
    margin-right: 10px;
  }
  .laptop\:p-r-1 {
    padding-right: 10px;
  }
  .laptop-m-r-1 {
    margin-right: 10px;
  }
  .laptop-p-r-1 {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-1\.1 {
    margin-top: 11px;
  }
  .laptop\:p-t-1\.1 {
    padding-top: 11px;
  }
  .laptop-m-t-1\.1 {
    margin-top: 11px;
  }
  .laptop-p-t-1\.1 {
    padding-top: 11px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-1\.1 {
    margin-bottom: 11px;
  }
  .laptop\:p-b-1\.1 {
    padding-bottom: 11px;
  }
  .laptop-m-b-1\.1 {
    margin-bottom: 11px;
  }
  .laptop-p-b-1\.1 {
    padding-bottom: 11px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-1\.1 {
    margin-left: 11px;
  }
  .laptop\:p-l-1\.1 {
    padding-left: 11px;
  }
  .laptop-m-l-1\.1 {
    margin-left: 11px;
  }
  .laptop-p-l-1\.1 {
    padding-left: 11px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-1\.1 {
    margin-right: 11px;
  }
  .laptop\:p-r-1\.1 {
    padding-right: 11px;
  }
  .laptop-m-r-1\.1 {
    margin-right: 11px;
  }
  .laptop-p-r-1\.1 {
    padding-right: 11px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-1\.2 {
    margin-top: 12px;
  }
  .laptop\:p-t-1\.2 {
    padding-top: 12px;
  }
  .laptop-m-t-1\.2 {
    margin-top: 12px;
  }
  .laptop-p-t-1\.2 {
    padding-top: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-1\.2 {
    margin-bottom: 12px;
  }
  .laptop\:p-b-1\.2 {
    padding-bottom: 12px;
  }
  .laptop-m-b-1\.2 {
    margin-bottom: 12px;
  }
  .laptop-p-b-1\.2 {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-1\.2 {
    margin-left: 12px;
  }
  .laptop\:p-l-1\.2 {
    padding-left: 12px;
  }
  .laptop-m-l-1\.2 {
    margin-left: 12px;
  }
  .laptop-p-l-1\.2 {
    padding-left: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-1\.2 {
    margin-right: 12px;
  }
  .laptop\:p-r-1\.2 {
    padding-right: 12px;
  }
  .laptop-m-r-1\.2 {
    margin-right: 12px;
  }
  .laptop-p-r-1\.2 {
    padding-right: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-1\.3 {
    margin-top: 13px;
  }
  .laptop\:p-t-1\.3 {
    padding-top: 13px;
  }
  .laptop-m-t-1\.3 {
    margin-top: 13px;
  }
  .laptop-p-t-1\.3 {
    padding-top: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-1\.3 {
    margin-bottom: 13px;
  }
  .laptop\:p-b-1\.3 {
    padding-bottom: 13px;
  }
  .laptop-m-b-1\.3 {
    margin-bottom: 13px;
  }
  .laptop-p-b-1\.3 {
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-1\.3 {
    margin-left: 13px;
  }
  .laptop\:p-l-1\.3 {
    padding-left: 13px;
  }
  .laptop-m-l-1\.3 {
    margin-left: 13px;
  }
  .laptop-p-l-1\.3 {
    padding-left: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-1\.3 {
    margin-right: 13px;
  }
  .laptop\:p-r-1\.3 {
    padding-right: 13px;
  }
  .laptop-m-r-1\.3 {
    margin-right: 13px;
  }
  .laptop-p-r-1\.3 {
    padding-right: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-1\.4 {
    margin-top: 14px;
  }
  .laptop\:p-t-1\.4 {
    padding-top: 14px;
  }
  .laptop-m-t-1\.4 {
    margin-top: 14px;
  }
  .laptop-p-t-1\.4 {
    padding-top: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-1\.4 {
    margin-bottom: 14px;
  }
  .laptop\:p-b-1\.4 {
    padding-bottom: 14px;
  }
  .laptop-m-b-1\.4 {
    margin-bottom: 14px;
  }
  .laptop-p-b-1\.4 {
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-1\.4 {
    margin-left: 14px;
  }
  .laptop\:p-l-1\.4 {
    padding-left: 14px;
  }
  .laptop-m-l-1\.4 {
    margin-left: 14px;
  }
  .laptop-p-l-1\.4 {
    padding-left: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-1\.4 {
    margin-right: 14px;
  }
  .laptop\:p-r-1\.4 {
    padding-right: 14px;
  }
  .laptop-m-r-1\.4 {
    margin-right: 14px;
  }
  .laptop-p-r-1\.4 {
    padding-right: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-1\.5 {
    margin-top: 15px;
  }
  .laptop\:p-t-1\.5 {
    padding-top: 15px;
  }
  .laptop-m-t-1\.5 {
    margin-top: 15px;
  }
  .laptop-p-t-1\.5 {
    padding-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-1\.5 {
    margin-bottom: 15px;
  }
  .laptop\:p-b-1\.5 {
    padding-bottom: 15px;
  }
  .laptop-m-b-1\.5 {
    margin-bottom: 15px;
  }
  .laptop-p-b-1\.5 {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-1\.5 {
    margin-left: 15px;
  }
  .laptop\:p-l-1\.5 {
    padding-left: 15px;
  }
  .laptop-m-l-1\.5 {
    margin-left: 15px;
  }
  .laptop-p-l-1\.5 {
    padding-left: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-1\.5 {
    margin-right: 15px;
  }
  .laptop\:p-r-1\.5 {
    padding-right: 15px;
  }
  .laptop-m-r-1\.5 {
    margin-right: 15px;
  }
  .laptop-p-r-1\.5 {
    padding-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-1\.6 {
    margin-top: 16px;
  }
  .laptop\:p-t-1\.6 {
    padding-top: 16px;
  }
  .laptop-m-t-1\.6 {
    margin-top: 16px;
  }
  .laptop-p-t-1\.6 {
    padding-top: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-1\.6 {
    margin-bottom: 16px;
  }
  .laptop\:p-b-1\.6 {
    padding-bottom: 16px;
  }
  .laptop-m-b-1\.6 {
    margin-bottom: 16px;
  }
  .laptop-p-b-1\.6 {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-1\.6 {
    margin-left: 16px;
  }
  .laptop\:p-l-1\.6 {
    padding-left: 16px;
  }
  .laptop-m-l-1\.6 {
    margin-left: 16px;
  }
  .laptop-p-l-1\.6 {
    padding-left: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-1\.6 {
    margin-right: 16px;
  }
  .laptop\:p-r-1\.6 {
    padding-right: 16px;
  }
  .laptop-m-r-1\.6 {
    margin-right: 16px;
  }
  .laptop-p-r-1\.6 {
    padding-right: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-1\.7 {
    margin-top: 17px;
  }
  .laptop\:p-t-1\.7 {
    padding-top: 17px;
  }
  .laptop-m-t-1\.7 {
    margin-top: 17px;
  }
  .laptop-p-t-1\.7 {
    padding-top: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-1\.7 {
    margin-bottom: 17px;
  }
  .laptop\:p-b-1\.7 {
    padding-bottom: 17px;
  }
  .laptop-m-b-1\.7 {
    margin-bottom: 17px;
  }
  .laptop-p-b-1\.7 {
    padding-bottom: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-1\.7 {
    margin-left: 17px;
  }
  .laptop\:p-l-1\.7 {
    padding-left: 17px;
  }
  .laptop-m-l-1\.7 {
    margin-left: 17px;
  }
  .laptop-p-l-1\.7 {
    padding-left: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-1\.7 {
    margin-right: 17px;
  }
  .laptop\:p-r-1\.7 {
    padding-right: 17px;
  }
  .laptop-m-r-1\.7 {
    margin-right: 17px;
  }
  .laptop-p-r-1\.7 {
    padding-right: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-1\.8 {
    margin-top: 18px;
  }
  .laptop\:p-t-1\.8 {
    padding-top: 18px;
  }
  .laptop-m-t-1\.8 {
    margin-top: 18px;
  }
  .laptop-p-t-1\.8 {
    padding-top: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-1\.8 {
    margin-bottom: 18px;
  }
  .laptop\:p-b-1\.8 {
    padding-bottom: 18px;
  }
  .laptop-m-b-1\.8 {
    margin-bottom: 18px;
  }
  .laptop-p-b-1\.8 {
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-1\.8 {
    margin-left: 18px;
  }
  .laptop\:p-l-1\.8 {
    padding-left: 18px;
  }
  .laptop-m-l-1\.8 {
    margin-left: 18px;
  }
  .laptop-p-l-1\.8 {
    padding-left: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-1\.8 {
    margin-right: 18px;
  }
  .laptop\:p-r-1\.8 {
    padding-right: 18px;
  }
  .laptop-m-r-1\.8 {
    margin-right: 18px;
  }
  .laptop-p-r-1\.8 {
    padding-right: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-1\.9 {
    margin-top: 19px;
  }
  .laptop\:p-t-1\.9 {
    padding-top: 19px;
  }
  .laptop-m-t-1\.9 {
    margin-top: 19px;
  }
  .laptop-p-t-1\.9 {
    padding-top: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-1\.9 {
    margin-bottom: 19px;
  }
  .laptop\:p-b-1\.9 {
    padding-bottom: 19px;
  }
  .laptop-m-b-1\.9 {
    margin-bottom: 19px;
  }
  .laptop-p-b-1\.9 {
    padding-bottom: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-1\.9 {
    margin-left: 19px;
  }
  .laptop\:p-l-1\.9 {
    padding-left: 19px;
  }
  .laptop-m-l-1\.9 {
    margin-left: 19px;
  }
  .laptop-p-l-1\.9 {
    padding-left: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-1\.9 {
    margin-right: 19px;
  }
  .laptop\:p-r-1\.9 {
    padding-right: 19px;
  }
  .laptop-m-r-1\.9 {
    margin-right: 19px;
  }
  .laptop-p-r-1\.9 {
    padding-right: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-2 {
    margin-top: 20px;
  }
  .laptop\:p-t-2 {
    padding-top: 20px;
  }
  .laptop-m-t-2 {
    margin-top: 20px;
  }
  .laptop-p-t-2 {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-2 {
    margin-bottom: 20px;
  }
  .laptop\:p-b-2 {
    padding-bottom: 20px;
  }
  .laptop-m-b-2 {
    margin-bottom: 20px;
  }
  .laptop-p-b-2 {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-2 {
    margin-left: 20px;
  }
  .laptop\:p-l-2 {
    padding-left: 20px;
  }
  .laptop-m-l-2 {
    margin-left: 20px;
  }
  .laptop-p-l-2 {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-2 {
    margin-right: 20px;
  }
  .laptop\:p-r-2 {
    padding-right: 20px;
  }
  .laptop-m-r-2 {
    margin-right: 20px;
  }
  .laptop-p-r-2 {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-2\.1 {
    margin-top: 21px;
  }
  .laptop\:p-t-2\.1 {
    padding-top: 21px;
  }
  .laptop-m-t-2\.1 {
    margin-top: 21px;
  }
  .laptop-p-t-2\.1 {
    padding-top: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-2\.1 {
    margin-bottom: 21px;
  }
  .laptop\:p-b-2\.1 {
    padding-bottom: 21px;
  }
  .laptop-m-b-2\.1 {
    margin-bottom: 21px;
  }
  .laptop-p-b-2\.1 {
    padding-bottom: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-2\.1 {
    margin-left: 21px;
  }
  .laptop\:p-l-2\.1 {
    padding-left: 21px;
  }
  .laptop-m-l-2\.1 {
    margin-left: 21px;
  }
  .laptop-p-l-2\.1 {
    padding-left: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-2\.1 {
    margin-right: 21px;
  }
  .laptop\:p-r-2\.1 {
    padding-right: 21px;
  }
  .laptop-m-r-2\.1 {
    margin-right: 21px;
  }
  .laptop-p-r-2\.1 {
    padding-right: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-2\.2 {
    margin-top: 22px;
  }
  .laptop\:p-t-2\.2 {
    padding-top: 22px;
  }
  .laptop-m-t-2\.2 {
    margin-top: 22px;
  }
  .laptop-p-t-2\.2 {
    padding-top: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-2\.2 {
    margin-bottom: 22px;
  }
  .laptop\:p-b-2\.2 {
    padding-bottom: 22px;
  }
  .laptop-m-b-2\.2 {
    margin-bottom: 22px;
  }
  .laptop-p-b-2\.2 {
    padding-bottom: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-2\.2 {
    margin-left: 22px;
  }
  .laptop\:p-l-2\.2 {
    padding-left: 22px;
  }
  .laptop-m-l-2\.2 {
    margin-left: 22px;
  }
  .laptop-p-l-2\.2 {
    padding-left: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-2\.2 {
    margin-right: 22px;
  }
  .laptop\:p-r-2\.2 {
    padding-right: 22px;
  }
  .laptop-m-r-2\.2 {
    margin-right: 22px;
  }
  .laptop-p-r-2\.2 {
    padding-right: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-2\.3 {
    margin-top: 23px;
  }
  .laptop\:p-t-2\.3 {
    padding-top: 23px;
  }
  .laptop-m-t-2\.3 {
    margin-top: 23px;
  }
  .laptop-p-t-2\.3 {
    padding-top: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-2\.3 {
    margin-bottom: 23px;
  }
  .laptop\:p-b-2\.3 {
    padding-bottom: 23px;
  }
  .laptop-m-b-2\.3 {
    margin-bottom: 23px;
  }
  .laptop-p-b-2\.3 {
    padding-bottom: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-2\.3 {
    margin-left: 23px;
  }
  .laptop\:p-l-2\.3 {
    padding-left: 23px;
  }
  .laptop-m-l-2\.3 {
    margin-left: 23px;
  }
  .laptop-p-l-2\.3 {
    padding-left: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-2\.3 {
    margin-right: 23px;
  }
  .laptop\:p-r-2\.3 {
    padding-right: 23px;
  }
  .laptop-m-r-2\.3 {
    margin-right: 23px;
  }
  .laptop-p-r-2\.3 {
    padding-right: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-2\.4 {
    margin-top: 24px;
  }
  .laptop\:p-t-2\.4 {
    padding-top: 24px;
  }
  .laptop-m-t-2\.4 {
    margin-top: 24px;
  }
  .laptop-p-t-2\.4 {
    padding-top: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-2\.4 {
    margin-bottom: 24px;
  }
  .laptop\:p-b-2\.4 {
    padding-bottom: 24px;
  }
  .laptop-m-b-2\.4 {
    margin-bottom: 24px;
  }
  .laptop-p-b-2\.4 {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-2\.4 {
    margin-left: 24px;
  }
  .laptop\:p-l-2\.4 {
    padding-left: 24px;
  }
  .laptop-m-l-2\.4 {
    margin-left: 24px;
  }
  .laptop-p-l-2\.4 {
    padding-left: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-2\.4 {
    margin-right: 24px;
  }
  .laptop\:p-r-2\.4 {
    padding-right: 24px;
  }
  .laptop-m-r-2\.4 {
    margin-right: 24px;
  }
  .laptop-p-r-2\.4 {
    padding-right: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-2\.5 {
    margin-top: 25px;
  }
  .laptop\:p-t-2\.5 {
    padding-top: 25px;
  }
  .laptop-m-t-2\.5 {
    margin-top: 25px;
  }
  .laptop-p-t-2\.5 {
    padding-top: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-2\.5 {
    margin-bottom: 25px;
  }
  .laptop\:p-b-2\.5 {
    padding-bottom: 25px;
  }
  .laptop-m-b-2\.5 {
    margin-bottom: 25px;
  }
  .laptop-p-b-2\.5 {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-2\.5 {
    margin-left: 25px;
  }
  .laptop\:p-l-2\.5 {
    padding-left: 25px;
  }
  .laptop-m-l-2\.5 {
    margin-left: 25px;
  }
  .laptop-p-l-2\.5 {
    padding-left: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-2\.5 {
    margin-right: 25px;
  }
  .laptop\:p-r-2\.5 {
    padding-right: 25px;
  }
  .laptop-m-r-2\.5 {
    margin-right: 25px;
  }
  .laptop-p-r-2\.5 {
    padding-right: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-2\.6 {
    margin-top: 26px;
  }
  .laptop\:p-t-2\.6 {
    padding-top: 26px;
  }
  .laptop-m-t-2\.6 {
    margin-top: 26px;
  }
  .laptop-p-t-2\.6 {
    padding-top: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-2\.6 {
    margin-bottom: 26px;
  }
  .laptop\:p-b-2\.6 {
    padding-bottom: 26px;
  }
  .laptop-m-b-2\.6 {
    margin-bottom: 26px;
  }
  .laptop-p-b-2\.6 {
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-2\.6 {
    margin-left: 26px;
  }
  .laptop\:p-l-2\.6 {
    padding-left: 26px;
  }
  .laptop-m-l-2\.6 {
    margin-left: 26px;
  }
  .laptop-p-l-2\.6 {
    padding-left: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-2\.6 {
    margin-right: 26px;
  }
  .laptop\:p-r-2\.6 {
    padding-right: 26px;
  }
  .laptop-m-r-2\.6 {
    margin-right: 26px;
  }
  .laptop-p-r-2\.6 {
    padding-right: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-2\.7 {
    margin-top: 27px;
  }
  .laptop\:p-t-2\.7 {
    padding-top: 27px;
  }
  .laptop-m-t-2\.7 {
    margin-top: 27px;
  }
  .laptop-p-t-2\.7 {
    padding-top: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-2\.7 {
    margin-bottom: 27px;
  }
  .laptop\:p-b-2\.7 {
    padding-bottom: 27px;
  }
  .laptop-m-b-2\.7 {
    margin-bottom: 27px;
  }
  .laptop-p-b-2\.7 {
    padding-bottom: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-2\.7 {
    margin-left: 27px;
  }
  .laptop\:p-l-2\.7 {
    padding-left: 27px;
  }
  .laptop-m-l-2\.7 {
    margin-left: 27px;
  }
  .laptop-p-l-2\.7 {
    padding-left: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-2\.7 {
    margin-right: 27px;
  }
  .laptop\:p-r-2\.7 {
    padding-right: 27px;
  }
  .laptop-m-r-2\.7 {
    margin-right: 27px;
  }
  .laptop-p-r-2\.7 {
    padding-right: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-2\.8 {
    margin-top: 28px;
  }
  .laptop\:p-t-2\.8 {
    padding-top: 28px;
  }
  .laptop-m-t-2\.8 {
    margin-top: 28px;
  }
  .laptop-p-t-2\.8 {
    padding-top: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-2\.8 {
    margin-bottom: 28px;
  }
  .laptop\:p-b-2\.8 {
    padding-bottom: 28px;
  }
  .laptop-m-b-2\.8 {
    margin-bottom: 28px;
  }
  .laptop-p-b-2\.8 {
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-2\.8 {
    margin-left: 28px;
  }
  .laptop\:p-l-2\.8 {
    padding-left: 28px;
  }
  .laptop-m-l-2\.8 {
    margin-left: 28px;
  }
  .laptop-p-l-2\.8 {
    padding-left: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-2\.8 {
    margin-right: 28px;
  }
  .laptop\:p-r-2\.8 {
    padding-right: 28px;
  }
  .laptop-m-r-2\.8 {
    margin-right: 28px;
  }
  .laptop-p-r-2\.8 {
    padding-right: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-2\.9 {
    margin-top: 29px;
  }
  .laptop\:p-t-2\.9 {
    padding-top: 29px;
  }
  .laptop-m-t-2\.9 {
    margin-top: 29px;
  }
  .laptop-p-t-2\.9 {
    padding-top: 29px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-2\.9 {
    margin-bottom: 29px;
  }
  .laptop\:p-b-2\.9 {
    padding-bottom: 29px;
  }
  .laptop-m-b-2\.9 {
    margin-bottom: 29px;
  }
  .laptop-p-b-2\.9 {
    padding-bottom: 29px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-2\.9 {
    margin-left: 29px;
  }
  .laptop\:p-l-2\.9 {
    padding-left: 29px;
  }
  .laptop-m-l-2\.9 {
    margin-left: 29px;
  }
  .laptop-p-l-2\.9 {
    padding-left: 29px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-2\.9 {
    margin-right: 29px;
  }
  .laptop\:p-r-2\.9 {
    padding-right: 29px;
  }
  .laptop-m-r-2\.9 {
    margin-right: 29px;
  }
  .laptop-p-r-2\.9 {
    padding-right: 29px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-3 {
    margin-top: 30px;
  }
  .laptop\:p-t-3 {
    padding-top: 30px;
  }
  .laptop-m-t-3 {
    margin-top: 30px;
  }
  .laptop-p-t-3 {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-3 {
    margin-bottom: 30px;
  }
  .laptop\:p-b-3 {
    padding-bottom: 30px;
  }
  .laptop-m-b-3 {
    margin-bottom: 30px;
  }
  .laptop-p-b-3 {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-3 {
    margin-left: 30px;
  }
  .laptop\:p-l-3 {
    padding-left: 30px;
  }
  .laptop-m-l-3 {
    margin-left: 30px;
  }
  .laptop-p-l-3 {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-3 {
    margin-right: 30px;
  }
  .laptop\:p-r-3 {
    padding-right: 30px;
  }
  .laptop-m-r-3 {
    margin-right: 30px;
  }
  .laptop-p-r-3 {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-3\.1 {
    margin-top: 31px;
  }
  .laptop\:p-t-3\.1 {
    padding-top: 31px;
  }
  .laptop-m-t-3\.1 {
    margin-top: 31px;
  }
  .laptop-p-t-3\.1 {
    padding-top: 31px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-3\.1 {
    margin-bottom: 31px;
  }
  .laptop\:p-b-3\.1 {
    padding-bottom: 31px;
  }
  .laptop-m-b-3\.1 {
    margin-bottom: 31px;
  }
  .laptop-p-b-3\.1 {
    padding-bottom: 31px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-3\.1 {
    margin-left: 31px;
  }
  .laptop\:p-l-3\.1 {
    padding-left: 31px;
  }
  .laptop-m-l-3\.1 {
    margin-left: 31px;
  }
  .laptop-p-l-3\.1 {
    padding-left: 31px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-3\.1 {
    margin-right: 31px;
  }
  .laptop\:p-r-3\.1 {
    padding-right: 31px;
  }
  .laptop-m-r-3\.1 {
    margin-right: 31px;
  }
  .laptop-p-r-3\.1 {
    padding-right: 31px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-3\.2 {
    margin-top: 32px;
  }
  .laptop\:p-t-3\.2 {
    padding-top: 32px;
  }
  .laptop-m-t-3\.2 {
    margin-top: 32px;
  }
  .laptop-p-t-3\.2 {
    padding-top: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-3\.2 {
    margin-bottom: 32px;
  }
  .laptop\:p-b-3\.2 {
    padding-bottom: 32px;
  }
  .laptop-m-b-3\.2 {
    margin-bottom: 32px;
  }
  .laptop-p-b-3\.2 {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-3\.2 {
    margin-left: 32px;
  }
  .laptop\:p-l-3\.2 {
    padding-left: 32px;
  }
  .laptop-m-l-3\.2 {
    margin-left: 32px;
  }
  .laptop-p-l-3\.2 {
    padding-left: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-3\.2 {
    margin-right: 32px;
  }
  .laptop\:p-r-3\.2 {
    padding-right: 32px;
  }
  .laptop-m-r-3\.2 {
    margin-right: 32px;
  }
  .laptop-p-r-3\.2 {
    padding-right: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-3\.3 {
    margin-top: 33px;
  }
  .laptop\:p-t-3\.3 {
    padding-top: 33px;
  }
  .laptop-m-t-3\.3 {
    margin-top: 33px;
  }
  .laptop-p-t-3\.3 {
    padding-top: 33px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-3\.3 {
    margin-bottom: 33px;
  }
  .laptop\:p-b-3\.3 {
    padding-bottom: 33px;
  }
  .laptop-m-b-3\.3 {
    margin-bottom: 33px;
  }
  .laptop-p-b-3\.3 {
    padding-bottom: 33px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-3\.3 {
    margin-left: 33px;
  }
  .laptop\:p-l-3\.3 {
    padding-left: 33px;
  }
  .laptop-m-l-3\.3 {
    margin-left: 33px;
  }
  .laptop-p-l-3\.3 {
    padding-left: 33px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-3\.3 {
    margin-right: 33px;
  }
  .laptop\:p-r-3\.3 {
    padding-right: 33px;
  }
  .laptop-m-r-3\.3 {
    margin-right: 33px;
  }
  .laptop-p-r-3\.3 {
    padding-right: 33px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-3\.4 {
    margin-top: 34px;
  }
  .laptop\:p-t-3\.4 {
    padding-top: 34px;
  }
  .laptop-m-t-3\.4 {
    margin-top: 34px;
  }
  .laptop-p-t-3\.4 {
    padding-top: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-3\.4 {
    margin-bottom: 34px;
  }
  .laptop\:p-b-3\.4 {
    padding-bottom: 34px;
  }
  .laptop-m-b-3\.4 {
    margin-bottom: 34px;
  }
  .laptop-p-b-3\.4 {
    padding-bottom: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-3\.4 {
    margin-left: 34px;
  }
  .laptop\:p-l-3\.4 {
    padding-left: 34px;
  }
  .laptop-m-l-3\.4 {
    margin-left: 34px;
  }
  .laptop-p-l-3\.4 {
    padding-left: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-3\.4 {
    margin-right: 34px;
  }
  .laptop\:p-r-3\.4 {
    padding-right: 34px;
  }
  .laptop-m-r-3\.4 {
    margin-right: 34px;
  }
  .laptop-p-r-3\.4 {
    padding-right: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-3\.5 {
    margin-top: 35px;
  }
  .laptop\:p-t-3\.5 {
    padding-top: 35px;
  }
  .laptop-m-t-3\.5 {
    margin-top: 35px;
  }
  .laptop-p-t-3\.5 {
    padding-top: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-3\.5 {
    margin-bottom: 35px;
  }
  .laptop\:p-b-3\.5 {
    padding-bottom: 35px;
  }
  .laptop-m-b-3\.5 {
    margin-bottom: 35px;
  }
  .laptop-p-b-3\.5 {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-3\.5 {
    margin-left: 35px;
  }
  .laptop\:p-l-3\.5 {
    padding-left: 35px;
  }
  .laptop-m-l-3\.5 {
    margin-left: 35px;
  }
  .laptop-p-l-3\.5 {
    padding-left: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-3\.5 {
    margin-right: 35px;
  }
  .laptop\:p-r-3\.5 {
    padding-right: 35px;
  }
  .laptop-m-r-3\.5 {
    margin-right: 35px;
  }
  .laptop-p-r-3\.5 {
    padding-right: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-3\.6 {
    margin-top: 36px;
  }
  .laptop\:p-t-3\.6 {
    padding-top: 36px;
  }
  .laptop-m-t-3\.6 {
    margin-top: 36px;
  }
  .laptop-p-t-3\.6 {
    padding-top: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-3\.6 {
    margin-bottom: 36px;
  }
  .laptop\:p-b-3\.6 {
    padding-bottom: 36px;
  }
  .laptop-m-b-3\.6 {
    margin-bottom: 36px;
  }
  .laptop-p-b-3\.6 {
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-3\.6 {
    margin-left: 36px;
  }
  .laptop\:p-l-3\.6 {
    padding-left: 36px;
  }
  .laptop-m-l-3\.6 {
    margin-left: 36px;
  }
  .laptop-p-l-3\.6 {
    padding-left: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-3\.6 {
    margin-right: 36px;
  }
  .laptop\:p-r-3\.6 {
    padding-right: 36px;
  }
  .laptop-m-r-3\.6 {
    margin-right: 36px;
  }
  .laptop-p-r-3\.6 {
    padding-right: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-3\.7 {
    margin-top: 37px;
  }
  .laptop\:p-t-3\.7 {
    padding-top: 37px;
  }
  .laptop-m-t-3\.7 {
    margin-top: 37px;
  }
  .laptop-p-t-3\.7 {
    padding-top: 37px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-3\.7 {
    margin-bottom: 37px;
  }
  .laptop\:p-b-3\.7 {
    padding-bottom: 37px;
  }
  .laptop-m-b-3\.7 {
    margin-bottom: 37px;
  }
  .laptop-p-b-3\.7 {
    padding-bottom: 37px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-3\.7 {
    margin-left: 37px;
  }
  .laptop\:p-l-3\.7 {
    padding-left: 37px;
  }
  .laptop-m-l-3\.7 {
    margin-left: 37px;
  }
  .laptop-p-l-3\.7 {
    padding-left: 37px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-3\.7 {
    margin-right: 37px;
  }
  .laptop\:p-r-3\.7 {
    padding-right: 37px;
  }
  .laptop-m-r-3\.7 {
    margin-right: 37px;
  }
  .laptop-p-r-3\.7 {
    padding-right: 37px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-3\.8 {
    margin-top: 38px;
  }
  .laptop\:p-t-3\.8 {
    padding-top: 38px;
  }
  .laptop-m-t-3\.8 {
    margin-top: 38px;
  }
  .laptop-p-t-3\.8 {
    padding-top: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-3\.8 {
    margin-bottom: 38px;
  }
  .laptop\:p-b-3\.8 {
    padding-bottom: 38px;
  }
  .laptop-m-b-3\.8 {
    margin-bottom: 38px;
  }
  .laptop-p-b-3\.8 {
    padding-bottom: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-3\.8 {
    margin-left: 38px;
  }
  .laptop\:p-l-3\.8 {
    padding-left: 38px;
  }
  .laptop-m-l-3\.8 {
    margin-left: 38px;
  }
  .laptop-p-l-3\.8 {
    padding-left: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-3\.8 {
    margin-right: 38px;
  }
  .laptop\:p-r-3\.8 {
    padding-right: 38px;
  }
  .laptop-m-r-3\.8 {
    margin-right: 38px;
  }
  .laptop-p-r-3\.8 {
    padding-right: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-3\.9 {
    margin-top: 39px;
  }
  .laptop\:p-t-3\.9 {
    padding-top: 39px;
  }
  .laptop-m-t-3\.9 {
    margin-top: 39px;
  }
  .laptop-p-t-3\.9 {
    padding-top: 39px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-3\.9 {
    margin-bottom: 39px;
  }
  .laptop\:p-b-3\.9 {
    padding-bottom: 39px;
  }
  .laptop-m-b-3\.9 {
    margin-bottom: 39px;
  }
  .laptop-p-b-3\.9 {
    padding-bottom: 39px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-3\.9 {
    margin-left: 39px;
  }
  .laptop\:p-l-3\.9 {
    padding-left: 39px;
  }
  .laptop-m-l-3\.9 {
    margin-left: 39px;
  }
  .laptop-p-l-3\.9 {
    padding-left: 39px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-3\.9 {
    margin-right: 39px;
  }
  .laptop\:p-r-3\.9 {
    padding-right: 39px;
  }
  .laptop-m-r-3\.9 {
    margin-right: 39px;
  }
  .laptop-p-r-3\.9 {
    padding-right: 39px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-4 {
    margin-top: 40px;
  }
  .laptop\:p-t-4 {
    padding-top: 40px;
  }
  .laptop-m-t-4 {
    margin-top: 40px;
  }
  .laptop-p-t-4 {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-4 {
    margin-bottom: 40px;
  }
  .laptop\:p-b-4 {
    padding-bottom: 40px;
  }
  .laptop-m-b-4 {
    margin-bottom: 40px;
  }
  .laptop-p-b-4 {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-4 {
    margin-left: 40px;
  }
  .laptop\:p-l-4 {
    padding-left: 40px;
  }
  .laptop-m-l-4 {
    margin-left: 40px;
  }
  .laptop-p-l-4 {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-4 {
    margin-right: 40px;
  }
  .laptop\:p-r-4 {
    padding-right: 40px;
  }
  .laptop-m-r-4 {
    margin-right: 40px;
  }
  .laptop-p-r-4 {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-4\.1 {
    margin-top: 41px;
  }
  .laptop\:p-t-4\.1 {
    padding-top: 41px;
  }
  .laptop-m-t-4\.1 {
    margin-top: 41px;
  }
  .laptop-p-t-4\.1 {
    padding-top: 41px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-4\.1 {
    margin-bottom: 41px;
  }
  .laptop\:p-b-4\.1 {
    padding-bottom: 41px;
  }
  .laptop-m-b-4\.1 {
    margin-bottom: 41px;
  }
  .laptop-p-b-4\.1 {
    padding-bottom: 41px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-4\.1 {
    margin-left: 41px;
  }
  .laptop\:p-l-4\.1 {
    padding-left: 41px;
  }
  .laptop-m-l-4\.1 {
    margin-left: 41px;
  }
  .laptop-p-l-4\.1 {
    padding-left: 41px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-4\.1 {
    margin-right: 41px;
  }
  .laptop\:p-r-4\.1 {
    padding-right: 41px;
  }
  .laptop-m-r-4\.1 {
    margin-right: 41px;
  }
  .laptop-p-r-4\.1 {
    padding-right: 41px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-4\.2 {
    margin-top: 42px;
  }
  .laptop\:p-t-4\.2 {
    padding-top: 42px;
  }
  .laptop-m-t-4\.2 {
    margin-top: 42px;
  }
  .laptop-p-t-4\.2 {
    padding-top: 42px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-4\.2 {
    margin-bottom: 42px;
  }
  .laptop\:p-b-4\.2 {
    padding-bottom: 42px;
  }
  .laptop-m-b-4\.2 {
    margin-bottom: 42px;
  }
  .laptop-p-b-4\.2 {
    padding-bottom: 42px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-4\.2 {
    margin-left: 42px;
  }
  .laptop\:p-l-4\.2 {
    padding-left: 42px;
  }
  .laptop-m-l-4\.2 {
    margin-left: 42px;
  }
  .laptop-p-l-4\.2 {
    padding-left: 42px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-4\.2 {
    margin-right: 42px;
  }
  .laptop\:p-r-4\.2 {
    padding-right: 42px;
  }
  .laptop-m-r-4\.2 {
    margin-right: 42px;
  }
  .laptop-p-r-4\.2 {
    padding-right: 42px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-4\.3 {
    margin-top: 43px;
  }
  .laptop\:p-t-4\.3 {
    padding-top: 43px;
  }
  .laptop-m-t-4\.3 {
    margin-top: 43px;
  }
  .laptop-p-t-4\.3 {
    padding-top: 43px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-4\.3 {
    margin-bottom: 43px;
  }
  .laptop\:p-b-4\.3 {
    padding-bottom: 43px;
  }
  .laptop-m-b-4\.3 {
    margin-bottom: 43px;
  }
  .laptop-p-b-4\.3 {
    padding-bottom: 43px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-4\.3 {
    margin-left: 43px;
  }
  .laptop\:p-l-4\.3 {
    padding-left: 43px;
  }
  .laptop-m-l-4\.3 {
    margin-left: 43px;
  }
  .laptop-p-l-4\.3 {
    padding-left: 43px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-4\.3 {
    margin-right: 43px;
  }
  .laptop\:p-r-4\.3 {
    padding-right: 43px;
  }
  .laptop-m-r-4\.3 {
    margin-right: 43px;
  }
  .laptop-p-r-4\.3 {
    padding-right: 43px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-4\.4 {
    margin-top: 44px;
  }
  .laptop\:p-t-4\.4 {
    padding-top: 44px;
  }
  .laptop-m-t-4\.4 {
    margin-top: 44px;
  }
  .laptop-p-t-4\.4 {
    padding-top: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-4\.4 {
    margin-bottom: 44px;
  }
  .laptop\:p-b-4\.4 {
    padding-bottom: 44px;
  }
  .laptop-m-b-4\.4 {
    margin-bottom: 44px;
  }
  .laptop-p-b-4\.4 {
    padding-bottom: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-4\.4 {
    margin-left: 44px;
  }
  .laptop\:p-l-4\.4 {
    padding-left: 44px;
  }
  .laptop-m-l-4\.4 {
    margin-left: 44px;
  }
  .laptop-p-l-4\.4 {
    padding-left: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-4\.4 {
    margin-right: 44px;
  }
  .laptop\:p-r-4\.4 {
    padding-right: 44px;
  }
  .laptop-m-r-4\.4 {
    margin-right: 44px;
  }
  .laptop-p-r-4\.4 {
    padding-right: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-4\.5 {
    margin-top: 45px;
  }
  .laptop\:p-t-4\.5 {
    padding-top: 45px;
  }
  .laptop-m-t-4\.5 {
    margin-top: 45px;
  }
  .laptop-p-t-4\.5 {
    padding-top: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-4\.5 {
    margin-bottom: 45px;
  }
  .laptop\:p-b-4\.5 {
    padding-bottom: 45px;
  }
  .laptop-m-b-4\.5 {
    margin-bottom: 45px;
  }
  .laptop-p-b-4\.5 {
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-4\.5 {
    margin-left: 45px;
  }
  .laptop\:p-l-4\.5 {
    padding-left: 45px;
  }
  .laptop-m-l-4\.5 {
    margin-left: 45px;
  }
  .laptop-p-l-4\.5 {
    padding-left: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-4\.5 {
    margin-right: 45px;
  }
  .laptop\:p-r-4\.5 {
    padding-right: 45px;
  }
  .laptop-m-r-4\.5 {
    margin-right: 45px;
  }
  .laptop-p-r-4\.5 {
    padding-right: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-4\.6 {
    margin-top: 46px;
  }
  .laptop\:p-t-4\.6 {
    padding-top: 46px;
  }
  .laptop-m-t-4\.6 {
    margin-top: 46px;
  }
  .laptop-p-t-4\.6 {
    padding-top: 46px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-4\.6 {
    margin-bottom: 46px;
  }
  .laptop\:p-b-4\.6 {
    padding-bottom: 46px;
  }
  .laptop-m-b-4\.6 {
    margin-bottom: 46px;
  }
  .laptop-p-b-4\.6 {
    padding-bottom: 46px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-4\.6 {
    margin-left: 46px;
  }
  .laptop\:p-l-4\.6 {
    padding-left: 46px;
  }
  .laptop-m-l-4\.6 {
    margin-left: 46px;
  }
  .laptop-p-l-4\.6 {
    padding-left: 46px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-4\.6 {
    margin-right: 46px;
  }
  .laptop\:p-r-4\.6 {
    padding-right: 46px;
  }
  .laptop-m-r-4\.6 {
    margin-right: 46px;
  }
  .laptop-p-r-4\.6 {
    padding-right: 46px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-4\.7 {
    margin-top: 47px;
  }
  .laptop\:p-t-4\.7 {
    padding-top: 47px;
  }
  .laptop-m-t-4\.7 {
    margin-top: 47px;
  }
  .laptop-p-t-4\.7 {
    padding-top: 47px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-4\.7 {
    margin-bottom: 47px;
  }
  .laptop\:p-b-4\.7 {
    padding-bottom: 47px;
  }
  .laptop-m-b-4\.7 {
    margin-bottom: 47px;
  }
  .laptop-p-b-4\.7 {
    padding-bottom: 47px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-4\.7 {
    margin-left: 47px;
  }
  .laptop\:p-l-4\.7 {
    padding-left: 47px;
  }
  .laptop-m-l-4\.7 {
    margin-left: 47px;
  }
  .laptop-p-l-4\.7 {
    padding-left: 47px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-4\.7 {
    margin-right: 47px;
  }
  .laptop\:p-r-4\.7 {
    padding-right: 47px;
  }
  .laptop-m-r-4\.7 {
    margin-right: 47px;
  }
  .laptop-p-r-4\.7 {
    padding-right: 47px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-4\.8 {
    margin-top: 48px;
  }
  .laptop\:p-t-4\.8 {
    padding-top: 48px;
  }
  .laptop-m-t-4\.8 {
    margin-top: 48px;
  }
  .laptop-p-t-4\.8 {
    padding-top: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-4\.8 {
    margin-bottom: 48px;
  }
  .laptop\:p-b-4\.8 {
    padding-bottom: 48px;
  }
  .laptop-m-b-4\.8 {
    margin-bottom: 48px;
  }
  .laptop-p-b-4\.8 {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-4\.8 {
    margin-left: 48px;
  }
  .laptop\:p-l-4\.8 {
    padding-left: 48px;
  }
  .laptop-m-l-4\.8 {
    margin-left: 48px;
  }
  .laptop-p-l-4\.8 {
    padding-left: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-4\.8 {
    margin-right: 48px;
  }
  .laptop\:p-r-4\.8 {
    padding-right: 48px;
  }
  .laptop-m-r-4\.8 {
    margin-right: 48px;
  }
  .laptop-p-r-4\.8 {
    padding-right: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-4\.9 {
    margin-top: 49px;
  }
  .laptop\:p-t-4\.9 {
    padding-top: 49px;
  }
  .laptop-m-t-4\.9 {
    margin-top: 49px;
  }
  .laptop-p-t-4\.9 {
    padding-top: 49px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-4\.9 {
    margin-bottom: 49px;
  }
  .laptop\:p-b-4\.9 {
    padding-bottom: 49px;
  }
  .laptop-m-b-4\.9 {
    margin-bottom: 49px;
  }
  .laptop-p-b-4\.9 {
    padding-bottom: 49px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-4\.9 {
    margin-left: 49px;
  }
  .laptop\:p-l-4\.9 {
    padding-left: 49px;
  }
  .laptop-m-l-4\.9 {
    margin-left: 49px;
  }
  .laptop-p-l-4\.9 {
    padding-left: 49px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-4\.9 {
    margin-right: 49px;
  }
  .laptop\:p-r-4\.9 {
    padding-right: 49px;
  }
  .laptop-m-r-4\.9 {
    margin-right: 49px;
  }
  .laptop-p-r-4\.9 {
    padding-right: 49px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-5 {
    margin-top: 50px;
  }
  .laptop\:p-t-5 {
    padding-top: 50px;
  }
  .laptop-m-t-5 {
    margin-top: 50px;
  }
  .laptop-p-t-5 {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-5 {
    margin-bottom: 50px;
  }
  .laptop\:p-b-5 {
    padding-bottom: 50px;
  }
  .laptop-m-b-5 {
    margin-bottom: 50px;
  }
  .laptop-p-b-5 {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-5 {
    margin-left: 50px;
  }
  .laptop\:p-l-5 {
    padding-left: 50px;
  }
  .laptop-m-l-5 {
    margin-left: 50px;
  }
  .laptop-p-l-5 {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-5 {
    margin-right: 50px;
  }
  .laptop\:p-r-5 {
    padding-right: 50px;
  }
  .laptop-m-r-5 {
    margin-right: 50px;
  }
  .laptop-p-r-5 {
    padding-right: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-6 {
    margin-top: 60px;
  }
  .laptop\:p-t-6 {
    padding-top: 60px;
  }
  .laptop-m-t-6 {
    margin-top: 60px;
  }
  .laptop-p-t-6 {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-6 {
    margin-bottom: 60px;
  }
  .laptop\:p-b-6 {
    padding-bottom: 60px;
  }
  .laptop-m-b-6 {
    margin-bottom: 60px;
  }
  .laptop-p-b-6 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-6 {
    margin-left: 60px;
  }
  .laptop\:p-l-6 {
    padding-left: 60px;
  }
  .laptop-m-l-6 {
    margin-left: 60px;
  }
  .laptop-p-l-6 {
    padding-left: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-6 {
    margin-right: 60px;
  }
  .laptop\:p-r-6 {
    padding-right: 60px;
  }
  .laptop-m-r-6 {
    margin-right: 60px;
  }
  .laptop-p-r-6 {
    padding-right: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-7 {
    margin-top: 70px;
  }
  .laptop\:p-t-7 {
    padding-top: 70px;
  }
  .laptop-m-t-7 {
    margin-top: 70px;
  }
  .laptop-p-t-7 {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-7 {
    margin-bottom: 70px;
  }
  .laptop\:p-b-7 {
    padding-bottom: 70px;
  }
  .laptop-m-b-7 {
    margin-bottom: 70px;
  }
  .laptop-p-b-7 {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-7 {
    margin-left: 70px;
  }
  .laptop\:p-l-7 {
    padding-left: 70px;
  }
  .laptop-m-l-7 {
    margin-left: 70px;
  }
  .laptop-p-l-7 {
    padding-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-7 {
    margin-right: 70px;
  }
  .laptop\:p-r-7 {
    padding-right: 70px;
  }
  .laptop-m-r-7 {
    margin-right: 70px;
  }
  .laptop-p-r-7 {
    padding-right: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-8 {
    margin-top: 80px;
  }
  .laptop\:p-t-8 {
    padding-top: 80px;
  }
  .laptop-m-t-8 {
    margin-top: 80px;
  }
  .laptop-p-t-8 {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-8 {
    margin-bottom: 80px;
  }
  .laptop\:p-b-8 {
    padding-bottom: 80px;
  }
  .laptop-m-b-8 {
    margin-bottom: 80px;
  }
  .laptop-p-b-8 {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-8 {
    margin-left: 80px;
  }
  .laptop\:p-l-8 {
    padding-left: 80px;
  }
  .laptop-m-l-8 {
    margin-left: 80px;
  }
  .laptop-p-l-8 {
    padding-left: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-8 {
    margin-right: 80px;
  }
  .laptop\:p-r-8 {
    padding-right: 80px;
  }
  .laptop-m-r-8 {
    margin-right: 80px;
  }
  .laptop-p-r-8 {
    padding-right: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-9 {
    margin-top: 90px;
  }
  .laptop\:p-t-9 {
    padding-top: 90px;
  }
  .laptop-m-t-9 {
    margin-top: 90px;
  }
  .laptop-p-t-9 {
    padding-top: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-9 {
    margin-bottom: 90px;
  }
  .laptop\:p-b-9 {
    padding-bottom: 90px;
  }
  .laptop-m-b-9 {
    margin-bottom: 90px;
  }
  .laptop-p-b-9 {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-9 {
    margin-left: 90px;
  }
  .laptop\:p-l-9 {
    padding-left: 90px;
  }
  .laptop-m-l-9 {
    margin-left: 90px;
  }
  .laptop-p-l-9 {
    padding-left: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-9 {
    margin-right: 90px;
  }
  .laptop\:p-r-9 {
    padding-right: 90px;
  }
  .laptop-m-r-9 {
    margin-right: 90px;
  }
  .laptop-p-r-9 {
    padding-right: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-10 {
    margin-top: 100px;
  }
  .laptop\:p-t-10 {
    padding-top: 100px;
  }
  .laptop-m-t-10 {
    margin-top: 100px;
  }
  .laptop-p-t-10 {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-10 {
    margin-bottom: 100px;
  }
  .laptop\:p-b-10 {
    padding-bottom: 100px;
  }
  .laptop-m-b-10 {
    margin-bottom: 100px;
  }
  .laptop-p-b-10 {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-10 {
    margin-left: 100px;
  }
  .laptop\:p-l-10 {
    padding-left: 100px;
  }
  .laptop-m-l-10 {
    margin-left: 100px;
  }
  .laptop-p-l-10 {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-10 {
    margin-right: 100px;
  }
  .laptop\:p-r-10 {
    padding-right: 100px;
  }
  .laptop-m-r-10 {
    margin-right: 100px;
  }
  .laptop-p-r-10 {
    padding-right: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-11 {
    margin-top: 110px;
  }
  .laptop\:p-t-11 {
    padding-top: 110px;
  }
  .laptop-m-t-11 {
    margin-top: 110px;
  }
  .laptop-p-t-11 {
    padding-top: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-11 {
    margin-bottom: 110px;
  }
  .laptop\:p-b-11 {
    padding-bottom: 110px;
  }
  .laptop-m-b-11 {
    margin-bottom: 110px;
  }
  .laptop-p-b-11 {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-11 {
    margin-left: 110px;
  }
  .laptop\:p-l-11 {
    padding-left: 110px;
  }
  .laptop-m-l-11 {
    margin-left: 110px;
  }
  .laptop-p-l-11 {
    padding-left: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-11 {
    margin-right: 110px;
  }
  .laptop\:p-r-11 {
    padding-right: 110px;
  }
  .laptop-m-r-11 {
    margin-right: 110px;
  }
  .laptop-p-r-11 {
    padding-right: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-12 {
    margin-top: 120px;
  }
  .laptop\:p-t-12 {
    padding-top: 120px;
  }
  .laptop-m-t-12 {
    margin-top: 120px;
  }
  .laptop-p-t-12 {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-12 {
    margin-bottom: 120px;
  }
  .laptop\:p-b-12 {
    padding-bottom: 120px;
  }
  .laptop-m-b-12 {
    margin-bottom: 120px;
  }
  .laptop-p-b-12 {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-12 {
    margin-left: 120px;
  }
  .laptop\:p-l-12 {
    padding-left: 120px;
  }
  .laptop-m-l-12 {
    margin-left: 120px;
  }
  .laptop-p-l-12 {
    padding-left: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-12 {
    margin-right: 120px;
  }
  .laptop\:p-r-12 {
    padding-right: 120px;
  }
  .laptop-m-r-12 {
    margin-right: 120px;
  }
  .laptop-p-r-12 {
    padding-right: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-13 {
    margin-top: 130px;
  }
  .laptop\:p-t-13 {
    padding-top: 130px;
  }
  .laptop-m-t-13 {
    margin-top: 130px;
  }
  .laptop-p-t-13 {
    padding-top: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-13 {
    margin-bottom: 130px;
  }
  .laptop\:p-b-13 {
    padding-bottom: 130px;
  }
  .laptop-m-b-13 {
    margin-bottom: 130px;
  }
  .laptop-p-b-13 {
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-13 {
    margin-left: 130px;
  }
  .laptop\:p-l-13 {
    padding-left: 130px;
  }
  .laptop-m-l-13 {
    margin-left: 130px;
  }
  .laptop-p-l-13 {
    padding-left: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-13 {
    margin-right: 130px;
  }
  .laptop\:p-r-13 {
    padding-right: 130px;
  }
  .laptop-m-r-13 {
    margin-right: 130px;
  }
  .laptop-p-r-13 {
    padding-right: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-14 {
    margin-top: 140px;
  }
  .laptop\:p-t-14 {
    padding-top: 140px;
  }
  .laptop-m-t-14 {
    margin-top: 140px;
  }
  .laptop-p-t-14 {
    padding-top: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-14 {
    margin-bottom: 140px;
  }
  .laptop\:p-b-14 {
    padding-bottom: 140px;
  }
  .laptop-m-b-14 {
    margin-bottom: 140px;
  }
  .laptop-p-b-14 {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-14 {
    margin-left: 140px;
  }
  .laptop\:p-l-14 {
    padding-left: 140px;
  }
  .laptop-m-l-14 {
    margin-left: 140px;
  }
  .laptop-p-l-14 {
    padding-left: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-14 {
    margin-right: 140px;
  }
  .laptop\:p-r-14 {
    padding-right: 140px;
  }
  .laptop-m-r-14 {
    margin-right: 140px;
  }
  .laptop-p-r-14 {
    padding-right: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-15 {
    margin-top: 150px;
  }
  .laptop\:p-t-15 {
    padding-top: 150px;
  }
  .laptop-m-t-15 {
    margin-top: 150px;
  }
  .laptop-p-t-15 {
    padding-top: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-15 {
    margin-bottom: 150px;
  }
  .laptop\:p-b-15 {
    padding-bottom: 150px;
  }
  .laptop-m-b-15 {
    margin-bottom: 150px;
  }
  .laptop-p-b-15 {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-15 {
    margin-left: 150px;
  }
  .laptop\:p-l-15 {
    padding-left: 150px;
  }
  .laptop-m-l-15 {
    margin-left: 150px;
  }
  .laptop-p-l-15 {
    padding-left: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-15 {
    margin-right: 150px;
  }
  .laptop\:p-r-15 {
    padding-right: 150px;
  }
  .laptop-m-r-15 {
    margin-right: 150px;
  }
  .laptop-p-r-15 {
    padding-right: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-16 {
    margin-top: 160px;
  }
  .laptop\:p-t-16 {
    padding-top: 160px;
  }
  .laptop-m-t-16 {
    margin-top: 160px;
  }
  .laptop-p-t-16 {
    padding-top: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-16 {
    margin-bottom: 160px;
  }
  .laptop\:p-b-16 {
    padding-bottom: 160px;
  }
  .laptop-m-b-16 {
    margin-bottom: 160px;
  }
  .laptop-p-b-16 {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-16 {
    margin-left: 160px;
  }
  .laptop\:p-l-16 {
    padding-left: 160px;
  }
  .laptop-m-l-16 {
    margin-left: 160px;
  }
  .laptop-p-l-16 {
    padding-left: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-16 {
    margin-right: 160px;
  }
  .laptop\:p-r-16 {
    padding-right: 160px;
  }
  .laptop-m-r-16 {
    margin-right: 160px;
  }
  .laptop-p-r-16 {
    padding-right: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-17 {
    margin-top: 170px;
  }
  .laptop\:p-t-17 {
    padding-top: 170px;
  }
  .laptop-m-t-17 {
    margin-top: 170px;
  }
  .laptop-p-t-17 {
    padding-top: 170px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-17 {
    margin-bottom: 170px;
  }
  .laptop\:p-b-17 {
    padding-bottom: 170px;
  }
  .laptop-m-b-17 {
    margin-bottom: 170px;
  }
  .laptop-p-b-17 {
    padding-bottom: 170px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-17 {
    margin-left: 170px;
  }
  .laptop\:p-l-17 {
    padding-left: 170px;
  }
  .laptop-m-l-17 {
    margin-left: 170px;
  }
  .laptop-p-l-17 {
    padding-left: 170px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-17 {
    margin-right: 170px;
  }
  .laptop\:p-r-17 {
    padding-right: 170px;
  }
  .laptop-m-r-17 {
    margin-right: 170px;
  }
  .laptop-p-r-17 {
    padding-right: 170px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-18 {
    margin-top: 180px;
  }
  .laptop\:p-t-18 {
    padding-top: 180px;
  }
  .laptop-m-t-18 {
    margin-top: 180px;
  }
  .laptop-p-t-18 {
    padding-top: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-18 {
    margin-bottom: 180px;
  }
  .laptop\:p-b-18 {
    padding-bottom: 180px;
  }
  .laptop-m-b-18 {
    margin-bottom: 180px;
  }
  .laptop-p-b-18 {
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-18 {
    margin-left: 180px;
  }
  .laptop\:p-l-18 {
    padding-left: 180px;
  }
  .laptop-m-l-18 {
    margin-left: 180px;
  }
  .laptop-p-l-18 {
    padding-left: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-18 {
    margin-right: 180px;
  }
  .laptop\:p-r-18 {
    padding-right: 180px;
  }
  .laptop-m-r-18 {
    margin-right: 180px;
  }
  .laptop-p-r-18 {
    padding-right: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-19 {
    margin-top: 190px;
  }
  .laptop\:p-t-19 {
    padding-top: 190px;
  }
  .laptop-m-t-19 {
    margin-top: 190px;
  }
  .laptop-p-t-19 {
    padding-top: 190px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-19 {
    margin-bottom: 190px;
  }
  .laptop\:p-b-19 {
    padding-bottom: 190px;
  }
  .laptop-m-b-19 {
    margin-bottom: 190px;
  }
  .laptop-p-b-19 {
    padding-bottom: 190px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-19 {
    margin-left: 190px;
  }
  .laptop\:p-l-19 {
    padding-left: 190px;
  }
  .laptop-m-l-19 {
    margin-left: 190px;
  }
  .laptop-p-l-19 {
    padding-left: 190px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-19 {
    margin-right: 190px;
  }
  .laptop\:p-r-19 {
    padding-right: 190px;
  }
  .laptop-m-r-19 {
    margin-right: 190px;
  }
  .laptop-p-r-19 {
    padding-right: 190px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-20 {
    margin-top: 200px;
  }
  .laptop\:p-t-20 {
    padding-top: 200px;
  }
  .laptop-m-t-20 {
    margin-top: 200px;
  }
  .laptop-p-t-20 {
    padding-top: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-20 {
    margin-bottom: 200px;
  }
  .laptop\:p-b-20 {
    padding-bottom: 200px;
  }
  .laptop-m-b-20 {
    margin-bottom: 200px;
  }
  .laptop-p-b-20 {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-20 {
    margin-left: 200px;
  }
  .laptop\:p-l-20 {
    padding-left: 200px;
  }
  .laptop-m-l-20 {
    margin-left: 200px;
  }
  .laptop-p-l-20 {
    padding-left: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-20 {
    margin-right: 200px;
  }
  .laptop\:p-r-20 {
    padding-right: 200px;
  }
  .laptop-m-r-20 {
    margin-right: 200px;
  }
  .laptop-p-r-20 {
    padding-right: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-21 {
    margin-top: 210px;
  }
  .laptop\:p-t-21 {
    padding-top: 210px;
  }
  .laptop-m-t-21 {
    margin-top: 210px;
  }
  .laptop-p-t-21 {
    padding-top: 210px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-21 {
    margin-bottom: 210px;
  }
  .laptop\:p-b-21 {
    padding-bottom: 210px;
  }
  .laptop-m-b-21 {
    margin-bottom: 210px;
  }
  .laptop-p-b-21 {
    padding-bottom: 210px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-21 {
    margin-left: 210px;
  }
  .laptop\:p-l-21 {
    padding-left: 210px;
  }
  .laptop-m-l-21 {
    margin-left: 210px;
  }
  .laptop-p-l-21 {
    padding-left: 210px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-21 {
    margin-right: 210px;
  }
  .laptop\:p-r-21 {
    padding-right: 210px;
  }
  .laptop-m-r-21 {
    margin-right: 210px;
  }
  .laptop-p-r-21 {
    padding-right: 210px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-22 {
    margin-top: 220px;
  }
  .laptop\:p-t-22 {
    padding-top: 220px;
  }
  .laptop-m-t-22 {
    margin-top: 220px;
  }
  .laptop-p-t-22 {
    padding-top: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-22 {
    margin-bottom: 220px;
  }
  .laptop\:p-b-22 {
    padding-bottom: 220px;
  }
  .laptop-m-b-22 {
    margin-bottom: 220px;
  }
  .laptop-p-b-22 {
    padding-bottom: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-22 {
    margin-left: 220px;
  }
  .laptop\:p-l-22 {
    padding-left: 220px;
  }
  .laptop-m-l-22 {
    margin-left: 220px;
  }
  .laptop-p-l-22 {
    padding-left: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-22 {
    margin-right: 220px;
  }
  .laptop\:p-r-22 {
    padding-right: 220px;
  }
  .laptop-m-r-22 {
    margin-right: 220px;
  }
  .laptop-p-r-22 {
    padding-right: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-23 {
    margin-top: 230px;
  }
  .laptop\:p-t-23 {
    padding-top: 230px;
  }
  .laptop-m-t-23 {
    margin-top: 230px;
  }
  .laptop-p-t-23 {
    padding-top: 230px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-23 {
    margin-bottom: 230px;
  }
  .laptop\:p-b-23 {
    padding-bottom: 230px;
  }
  .laptop-m-b-23 {
    margin-bottom: 230px;
  }
  .laptop-p-b-23 {
    padding-bottom: 230px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-23 {
    margin-left: 230px;
  }
  .laptop\:p-l-23 {
    padding-left: 230px;
  }
  .laptop-m-l-23 {
    margin-left: 230px;
  }
  .laptop-p-l-23 {
    padding-left: 230px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-23 {
    margin-right: 230px;
  }
  .laptop\:p-r-23 {
    padding-right: 230px;
  }
  .laptop-m-r-23 {
    margin-right: 230px;
  }
  .laptop-p-r-23 {
    padding-right: 230px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-24 {
    margin-top: 240px;
  }
  .laptop\:p-t-24 {
    padding-top: 240px;
  }
  .laptop-m-t-24 {
    margin-top: 240px;
  }
  .laptop-p-t-24 {
    padding-top: 240px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-24 {
    margin-bottom: 240px;
  }
  .laptop\:p-b-24 {
    padding-bottom: 240px;
  }
  .laptop-m-b-24 {
    margin-bottom: 240px;
  }
  .laptop-p-b-24 {
    padding-bottom: 240px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-24 {
    margin-left: 240px;
  }
  .laptop\:p-l-24 {
    padding-left: 240px;
  }
  .laptop-m-l-24 {
    margin-left: 240px;
  }
  .laptop-p-l-24 {
    padding-left: 240px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-24 {
    margin-right: 240px;
  }
  .laptop\:p-r-24 {
    padding-right: 240px;
  }
  .laptop-m-r-24 {
    margin-right: 240px;
  }
  .laptop-p-r-24 {
    padding-right: 240px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-25 {
    margin-top: 250px;
  }
  .laptop\:p-t-25 {
    padding-top: 250px;
  }
  .laptop-m-t-25 {
    margin-top: 250px;
  }
  .laptop-p-t-25 {
    padding-top: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-25 {
    margin-bottom: 250px;
  }
  .laptop\:p-b-25 {
    padding-bottom: 250px;
  }
  .laptop-m-b-25 {
    margin-bottom: 250px;
  }
  .laptop-p-b-25 {
    padding-bottom: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-25 {
    margin-left: 250px;
  }
  .laptop\:p-l-25 {
    padding-left: 250px;
  }
  .laptop-m-l-25 {
    margin-left: 250px;
  }
  .laptop-p-l-25 {
    padding-left: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-25 {
    margin-right: 250px;
  }
  .laptop\:p-r-25 {
    padding-right: 250px;
  }
  .laptop-m-r-25 {
    margin-right: 250px;
  }
  .laptop-p-r-25 {
    padding-right: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-26 {
    margin-top: 260px;
  }
  .laptop\:p-t-26 {
    padding-top: 260px;
  }
  .laptop-m-t-26 {
    margin-top: 260px;
  }
  .laptop-p-t-26 {
    padding-top: 260px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-26 {
    margin-bottom: 260px;
  }
  .laptop\:p-b-26 {
    padding-bottom: 260px;
  }
  .laptop-m-b-26 {
    margin-bottom: 260px;
  }
  .laptop-p-b-26 {
    padding-bottom: 260px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-26 {
    margin-left: 260px;
  }
  .laptop\:p-l-26 {
    padding-left: 260px;
  }
  .laptop-m-l-26 {
    margin-left: 260px;
  }
  .laptop-p-l-26 {
    padding-left: 260px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-26 {
    margin-right: 260px;
  }
  .laptop\:p-r-26 {
    padding-right: 260px;
  }
  .laptop-m-r-26 {
    margin-right: 260px;
  }
  .laptop-p-r-26 {
    padding-right: 260px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-27 {
    margin-top: 270px;
  }
  .laptop\:p-t-27 {
    padding-top: 270px;
  }
  .laptop-m-t-27 {
    margin-top: 270px;
  }
  .laptop-p-t-27 {
    padding-top: 270px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-27 {
    margin-bottom: 270px;
  }
  .laptop\:p-b-27 {
    padding-bottom: 270px;
  }
  .laptop-m-b-27 {
    margin-bottom: 270px;
  }
  .laptop-p-b-27 {
    padding-bottom: 270px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-27 {
    margin-left: 270px;
  }
  .laptop\:p-l-27 {
    padding-left: 270px;
  }
  .laptop-m-l-27 {
    margin-left: 270px;
  }
  .laptop-p-l-27 {
    padding-left: 270px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-27 {
    margin-right: 270px;
  }
  .laptop\:p-r-27 {
    padding-right: 270px;
  }
  .laptop-m-r-27 {
    margin-right: 270px;
  }
  .laptop-p-r-27 {
    padding-right: 270px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-28 {
    margin-top: 280px;
  }
  .laptop\:p-t-28 {
    padding-top: 280px;
  }
  .laptop-m-t-28 {
    margin-top: 280px;
  }
  .laptop-p-t-28 {
    padding-top: 280px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-28 {
    margin-bottom: 280px;
  }
  .laptop\:p-b-28 {
    padding-bottom: 280px;
  }
  .laptop-m-b-28 {
    margin-bottom: 280px;
  }
  .laptop-p-b-28 {
    padding-bottom: 280px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-28 {
    margin-left: 280px;
  }
  .laptop\:p-l-28 {
    padding-left: 280px;
  }
  .laptop-m-l-28 {
    margin-left: 280px;
  }
  .laptop-p-l-28 {
    padding-left: 280px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-28 {
    margin-right: 280px;
  }
  .laptop\:p-r-28 {
    padding-right: 280px;
  }
  .laptop-m-r-28 {
    margin-right: 280px;
  }
  .laptop-p-r-28 {
    padding-right: 280px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-29 {
    margin-top: 290px;
  }
  .laptop\:p-t-29 {
    padding-top: 290px;
  }
  .laptop-m-t-29 {
    margin-top: 290px;
  }
  .laptop-p-t-29 {
    padding-top: 290px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-29 {
    margin-bottom: 290px;
  }
  .laptop\:p-b-29 {
    padding-bottom: 290px;
  }
  .laptop-m-b-29 {
    margin-bottom: 290px;
  }
  .laptop-p-b-29 {
    padding-bottom: 290px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-29 {
    margin-left: 290px;
  }
  .laptop\:p-l-29 {
    padding-left: 290px;
  }
  .laptop-m-l-29 {
    margin-left: 290px;
  }
  .laptop-p-l-29 {
    padding-left: 290px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-29 {
    margin-right: 290px;
  }
  .laptop\:p-r-29 {
    padding-right: 290px;
  }
  .laptop-m-r-29 {
    margin-right: 290px;
  }
  .laptop-p-r-29 {
    padding-right: 290px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-30 {
    margin-top: 300px;
  }
  .laptop\:p-t-30 {
    padding-top: 300px;
  }
  .laptop-m-t-30 {
    margin-top: 300px;
  }
  .laptop-p-t-30 {
    padding-top: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-30 {
    margin-bottom: 300px;
  }
  .laptop\:p-b-30 {
    padding-bottom: 300px;
  }
  .laptop-m-b-30 {
    margin-bottom: 300px;
  }
  .laptop-p-b-30 {
    padding-bottom: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-30 {
    margin-left: 300px;
  }
  .laptop\:p-l-30 {
    padding-left: 300px;
  }
  .laptop-m-l-30 {
    margin-left: 300px;
  }
  .laptop-p-l-30 {
    padding-left: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-30 {
    margin-right: 300px;
  }
  .laptop\:p-r-30 {
    padding-right: 300px;
  }
  .laptop-m-r-30 {
    margin-right: 300px;
  }
  .laptop-p-r-30 {
    padding-right: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-31 {
    margin-top: 310px;
  }
  .laptop\:p-t-31 {
    padding-top: 310px;
  }
  .laptop-m-t-31 {
    margin-top: 310px;
  }
  .laptop-p-t-31 {
    padding-top: 310px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-31 {
    margin-bottom: 310px;
  }
  .laptop\:p-b-31 {
    padding-bottom: 310px;
  }
  .laptop-m-b-31 {
    margin-bottom: 310px;
  }
  .laptop-p-b-31 {
    padding-bottom: 310px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-31 {
    margin-left: 310px;
  }
  .laptop\:p-l-31 {
    padding-left: 310px;
  }
  .laptop-m-l-31 {
    margin-left: 310px;
  }
  .laptop-p-l-31 {
    padding-left: 310px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-31 {
    margin-right: 310px;
  }
  .laptop\:p-r-31 {
    padding-right: 310px;
  }
  .laptop-m-r-31 {
    margin-right: 310px;
  }
  .laptop-p-r-31 {
    padding-right: 310px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-32 {
    margin-top: 320px;
  }
  .laptop\:p-t-32 {
    padding-top: 320px;
  }
  .laptop-m-t-32 {
    margin-top: 320px;
  }
  .laptop-p-t-32 {
    padding-top: 320px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-32 {
    margin-bottom: 320px;
  }
  .laptop\:p-b-32 {
    padding-bottom: 320px;
  }
  .laptop-m-b-32 {
    margin-bottom: 320px;
  }
  .laptop-p-b-32 {
    padding-bottom: 320px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-32 {
    margin-left: 320px;
  }
  .laptop\:p-l-32 {
    padding-left: 320px;
  }
  .laptop-m-l-32 {
    margin-left: 320px;
  }
  .laptop-p-l-32 {
    padding-left: 320px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-32 {
    margin-right: 320px;
  }
  .laptop\:p-r-32 {
    padding-right: 320px;
  }
  .laptop-m-r-32 {
    margin-right: 320px;
  }
  .laptop-p-r-32 {
    padding-right: 320px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-33 {
    margin-top: 330px;
  }
  .laptop\:p-t-33 {
    padding-top: 330px;
  }
  .laptop-m-t-33 {
    margin-top: 330px;
  }
  .laptop-p-t-33 {
    padding-top: 330px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-33 {
    margin-bottom: 330px;
  }
  .laptop\:p-b-33 {
    padding-bottom: 330px;
  }
  .laptop-m-b-33 {
    margin-bottom: 330px;
  }
  .laptop-p-b-33 {
    padding-bottom: 330px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-33 {
    margin-left: 330px;
  }
  .laptop\:p-l-33 {
    padding-left: 330px;
  }
  .laptop-m-l-33 {
    margin-left: 330px;
  }
  .laptop-p-l-33 {
    padding-left: 330px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-33 {
    margin-right: 330px;
  }
  .laptop\:p-r-33 {
    padding-right: 330px;
  }
  .laptop-m-r-33 {
    margin-right: 330px;
  }
  .laptop-p-r-33 {
    padding-right: 330px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-34 {
    margin-top: 340px;
  }
  .laptop\:p-t-34 {
    padding-top: 340px;
  }
  .laptop-m-t-34 {
    margin-top: 340px;
  }
  .laptop-p-t-34 {
    padding-top: 340px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-34 {
    margin-bottom: 340px;
  }
  .laptop\:p-b-34 {
    padding-bottom: 340px;
  }
  .laptop-m-b-34 {
    margin-bottom: 340px;
  }
  .laptop-p-b-34 {
    padding-bottom: 340px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-34 {
    margin-left: 340px;
  }
  .laptop\:p-l-34 {
    padding-left: 340px;
  }
  .laptop-m-l-34 {
    margin-left: 340px;
  }
  .laptop-p-l-34 {
    padding-left: 340px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-34 {
    margin-right: 340px;
  }
  .laptop\:p-r-34 {
    padding-right: 340px;
  }
  .laptop-m-r-34 {
    margin-right: 340px;
  }
  .laptop-p-r-34 {
    padding-right: 340px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-35 {
    margin-top: 350px;
  }
  .laptop\:p-t-35 {
    padding-top: 350px;
  }
  .laptop-m-t-35 {
    margin-top: 350px;
  }
  .laptop-p-t-35 {
    padding-top: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-35 {
    margin-bottom: 350px;
  }
  .laptop\:p-b-35 {
    padding-bottom: 350px;
  }
  .laptop-m-b-35 {
    margin-bottom: 350px;
  }
  .laptop-p-b-35 {
    padding-bottom: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-35 {
    margin-left: 350px;
  }
  .laptop\:p-l-35 {
    padding-left: 350px;
  }
  .laptop-m-l-35 {
    margin-left: 350px;
  }
  .laptop-p-l-35 {
    padding-left: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-35 {
    margin-right: 350px;
  }
  .laptop\:p-r-35 {
    padding-right: 350px;
  }
  .laptop-m-r-35 {
    margin-right: 350px;
  }
  .laptop-p-r-35 {
    padding-right: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-36 {
    margin-top: 360px;
  }
  .laptop\:p-t-36 {
    padding-top: 360px;
  }
  .laptop-m-t-36 {
    margin-top: 360px;
  }
  .laptop-p-t-36 {
    padding-top: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-36 {
    margin-bottom: 360px;
  }
  .laptop\:p-b-36 {
    padding-bottom: 360px;
  }
  .laptop-m-b-36 {
    margin-bottom: 360px;
  }
  .laptop-p-b-36 {
    padding-bottom: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-36 {
    margin-left: 360px;
  }
  .laptop\:p-l-36 {
    padding-left: 360px;
  }
  .laptop-m-l-36 {
    margin-left: 360px;
  }
  .laptop-p-l-36 {
    padding-left: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-36 {
    margin-right: 360px;
  }
  .laptop\:p-r-36 {
    padding-right: 360px;
  }
  .laptop-m-r-36 {
    margin-right: 360px;
  }
  .laptop-p-r-36 {
    padding-right: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-37 {
    margin-top: 370px;
  }
  .laptop\:p-t-37 {
    padding-top: 370px;
  }
  .laptop-m-t-37 {
    margin-top: 370px;
  }
  .laptop-p-t-37 {
    padding-top: 370px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-37 {
    margin-bottom: 370px;
  }
  .laptop\:p-b-37 {
    padding-bottom: 370px;
  }
  .laptop-m-b-37 {
    margin-bottom: 370px;
  }
  .laptop-p-b-37 {
    padding-bottom: 370px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-37 {
    margin-left: 370px;
  }
  .laptop\:p-l-37 {
    padding-left: 370px;
  }
  .laptop-m-l-37 {
    margin-left: 370px;
  }
  .laptop-p-l-37 {
    padding-left: 370px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-37 {
    margin-right: 370px;
  }
  .laptop\:p-r-37 {
    padding-right: 370px;
  }
  .laptop-m-r-37 {
    margin-right: 370px;
  }
  .laptop-p-r-37 {
    padding-right: 370px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-38 {
    margin-top: 380px;
  }
  .laptop\:p-t-38 {
    padding-top: 380px;
  }
  .laptop-m-t-38 {
    margin-top: 380px;
  }
  .laptop-p-t-38 {
    padding-top: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-38 {
    margin-bottom: 380px;
  }
  .laptop\:p-b-38 {
    padding-bottom: 380px;
  }
  .laptop-m-b-38 {
    margin-bottom: 380px;
  }
  .laptop-p-b-38 {
    padding-bottom: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-38 {
    margin-left: 380px;
  }
  .laptop\:p-l-38 {
    padding-left: 380px;
  }
  .laptop-m-l-38 {
    margin-left: 380px;
  }
  .laptop-p-l-38 {
    padding-left: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-38 {
    margin-right: 380px;
  }
  .laptop\:p-r-38 {
    padding-right: 380px;
  }
  .laptop-m-r-38 {
    margin-right: 380px;
  }
  .laptop-p-r-38 {
    padding-right: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-39 {
    margin-top: 390px;
  }
  .laptop\:p-t-39 {
    padding-top: 390px;
  }
  .laptop-m-t-39 {
    margin-top: 390px;
  }
  .laptop-p-t-39 {
    padding-top: 390px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-39 {
    margin-bottom: 390px;
  }
  .laptop\:p-b-39 {
    padding-bottom: 390px;
  }
  .laptop-m-b-39 {
    margin-bottom: 390px;
  }
  .laptop-p-b-39 {
    padding-bottom: 390px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-39 {
    margin-left: 390px;
  }
  .laptop\:p-l-39 {
    padding-left: 390px;
  }
  .laptop-m-l-39 {
    margin-left: 390px;
  }
  .laptop-p-l-39 {
    padding-left: 390px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-39 {
    margin-right: 390px;
  }
  .laptop\:p-r-39 {
    padding-right: 390px;
  }
  .laptop-m-r-39 {
    margin-right: 390px;
  }
  .laptop-p-r-39 {
    padding-right: 390px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-40 {
    margin-top: 400px;
  }
  .laptop\:p-t-40 {
    padding-top: 400px;
  }
  .laptop-m-t-40 {
    margin-top: 400px;
  }
  .laptop-p-t-40 {
    padding-top: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-40 {
    margin-bottom: 400px;
  }
  .laptop\:p-b-40 {
    padding-bottom: 400px;
  }
  .laptop-m-b-40 {
    margin-bottom: 400px;
  }
  .laptop-p-b-40 {
    padding-bottom: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-40 {
    margin-left: 400px;
  }
  .laptop\:p-l-40 {
    padding-left: 400px;
  }
  .laptop-m-l-40 {
    margin-left: 400px;
  }
  .laptop-p-l-40 {
    padding-left: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-40 {
    margin-right: 400px;
  }
  .laptop\:p-r-40 {
    padding-right: 400px;
  }
  .laptop-m-r-40 {
    margin-right: 400px;
  }
  .laptop-p-r-40 {
    padding-right: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-41 {
    margin-top: 410px;
  }
  .laptop\:p-t-41 {
    padding-top: 410px;
  }
  .laptop-m-t-41 {
    margin-top: 410px;
  }
  .laptop-p-t-41 {
    padding-top: 410px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-41 {
    margin-bottom: 410px;
  }
  .laptop\:p-b-41 {
    padding-bottom: 410px;
  }
  .laptop-m-b-41 {
    margin-bottom: 410px;
  }
  .laptop-p-b-41 {
    padding-bottom: 410px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-41 {
    margin-left: 410px;
  }
  .laptop\:p-l-41 {
    padding-left: 410px;
  }
  .laptop-m-l-41 {
    margin-left: 410px;
  }
  .laptop-p-l-41 {
    padding-left: 410px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-41 {
    margin-right: 410px;
  }
  .laptop\:p-r-41 {
    padding-right: 410px;
  }
  .laptop-m-r-41 {
    margin-right: 410px;
  }
  .laptop-p-r-41 {
    padding-right: 410px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-42 {
    margin-top: 420px;
  }
  .laptop\:p-t-42 {
    padding-top: 420px;
  }
  .laptop-m-t-42 {
    margin-top: 420px;
  }
  .laptop-p-t-42 {
    padding-top: 420px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-42 {
    margin-bottom: 420px;
  }
  .laptop\:p-b-42 {
    padding-bottom: 420px;
  }
  .laptop-m-b-42 {
    margin-bottom: 420px;
  }
  .laptop-p-b-42 {
    padding-bottom: 420px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-42 {
    margin-left: 420px;
  }
  .laptop\:p-l-42 {
    padding-left: 420px;
  }
  .laptop-m-l-42 {
    margin-left: 420px;
  }
  .laptop-p-l-42 {
    padding-left: 420px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-42 {
    margin-right: 420px;
  }
  .laptop\:p-r-42 {
    padding-right: 420px;
  }
  .laptop-m-r-42 {
    margin-right: 420px;
  }
  .laptop-p-r-42 {
    padding-right: 420px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-43 {
    margin-top: 430px;
  }
  .laptop\:p-t-43 {
    padding-top: 430px;
  }
  .laptop-m-t-43 {
    margin-top: 430px;
  }
  .laptop-p-t-43 {
    padding-top: 430px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-43 {
    margin-bottom: 430px;
  }
  .laptop\:p-b-43 {
    padding-bottom: 430px;
  }
  .laptop-m-b-43 {
    margin-bottom: 430px;
  }
  .laptop-p-b-43 {
    padding-bottom: 430px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-43 {
    margin-left: 430px;
  }
  .laptop\:p-l-43 {
    padding-left: 430px;
  }
  .laptop-m-l-43 {
    margin-left: 430px;
  }
  .laptop-p-l-43 {
    padding-left: 430px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-43 {
    margin-right: 430px;
  }
  .laptop\:p-r-43 {
    padding-right: 430px;
  }
  .laptop-m-r-43 {
    margin-right: 430px;
  }
  .laptop-p-r-43 {
    padding-right: 430px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-44 {
    margin-top: 440px;
  }
  .laptop\:p-t-44 {
    padding-top: 440px;
  }
  .laptop-m-t-44 {
    margin-top: 440px;
  }
  .laptop-p-t-44 {
    padding-top: 440px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-44 {
    margin-bottom: 440px;
  }
  .laptop\:p-b-44 {
    padding-bottom: 440px;
  }
  .laptop-m-b-44 {
    margin-bottom: 440px;
  }
  .laptop-p-b-44 {
    padding-bottom: 440px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-44 {
    margin-left: 440px;
  }
  .laptop\:p-l-44 {
    padding-left: 440px;
  }
  .laptop-m-l-44 {
    margin-left: 440px;
  }
  .laptop-p-l-44 {
    padding-left: 440px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-44 {
    margin-right: 440px;
  }
  .laptop\:p-r-44 {
    padding-right: 440px;
  }
  .laptop-m-r-44 {
    margin-right: 440px;
  }
  .laptop-p-r-44 {
    padding-right: 440px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-45 {
    margin-top: 450px;
  }
  .laptop\:p-t-45 {
    padding-top: 450px;
  }
  .laptop-m-t-45 {
    margin-top: 450px;
  }
  .laptop-p-t-45 {
    padding-top: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-45 {
    margin-bottom: 450px;
  }
  .laptop\:p-b-45 {
    padding-bottom: 450px;
  }
  .laptop-m-b-45 {
    margin-bottom: 450px;
  }
  .laptop-p-b-45 {
    padding-bottom: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-45 {
    margin-left: 450px;
  }
  .laptop\:p-l-45 {
    padding-left: 450px;
  }
  .laptop-m-l-45 {
    margin-left: 450px;
  }
  .laptop-p-l-45 {
    padding-left: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-45 {
    margin-right: 450px;
  }
  .laptop\:p-r-45 {
    padding-right: 450px;
  }
  .laptop-m-r-45 {
    margin-right: 450px;
  }
  .laptop-p-r-45 {
    padding-right: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-46 {
    margin-top: 460px;
  }
  .laptop\:p-t-46 {
    padding-top: 460px;
  }
  .laptop-m-t-46 {
    margin-top: 460px;
  }
  .laptop-p-t-46 {
    padding-top: 460px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-46 {
    margin-bottom: 460px;
  }
  .laptop\:p-b-46 {
    padding-bottom: 460px;
  }
  .laptop-m-b-46 {
    margin-bottom: 460px;
  }
  .laptop-p-b-46 {
    padding-bottom: 460px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-46 {
    margin-left: 460px;
  }
  .laptop\:p-l-46 {
    padding-left: 460px;
  }
  .laptop-m-l-46 {
    margin-left: 460px;
  }
  .laptop-p-l-46 {
    padding-left: 460px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-46 {
    margin-right: 460px;
  }
  .laptop\:p-r-46 {
    padding-right: 460px;
  }
  .laptop-m-r-46 {
    margin-right: 460px;
  }
  .laptop-p-r-46 {
    padding-right: 460px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-47 {
    margin-top: 470px;
  }
  .laptop\:p-t-47 {
    padding-top: 470px;
  }
  .laptop-m-t-47 {
    margin-top: 470px;
  }
  .laptop-p-t-47 {
    padding-top: 470px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-47 {
    margin-bottom: 470px;
  }
  .laptop\:p-b-47 {
    padding-bottom: 470px;
  }
  .laptop-m-b-47 {
    margin-bottom: 470px;
  }
  .laptop-p-b-47 {
    padding-bottom: 470px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-47 {
    margin-left: 470px;
  }
  .laptop\:p-l-47 {
    padding-left: 470px;
  }
  .laptop-m-l-47 {
    margin-left: 470px;
  }
  .laptop-p-l-47 {
    padding-left: 470px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-47 {
    margin-right: 470px;
  }
  .laptop\:p-r-47 {
    padding-right: 470px;
  }
  .laptop-m-r-47 {
    margin-right: 470px;
  }
  .laptop-p-r-47 {
    padding-right: 470px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-48 {
    margin-top: 480px;
  }
  .laptop\:p-t-48 {
    padding-top: 480px;
  }
  .laptop-m-t-48 {
    margin-top: 480px;
  }
  .laptop-p-t-48 {
    padding-top: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-48 {
    margin-bottom: 480px;
  }
  .laptop\:p-b-48 {
    padding-bottom: 480px;
  }
  .laptop-m-b-48 {
    margin-bottom: 480px;
  }
  .laptop-p-b-48 {
    padding-bottom: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-48 {
    margin-left: 480px;
  }
  .laptop\:p-l-48 {
    padding-left: 480px;
  }
  .laptop-m-l-48 {
    margin-left: 480px;
  }
  .laptop-p-l-48 {
    padding-left: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-48 {
    margin-right: 480px;
  }
  .laptop\:p-r-48 {
    padding-right: 480px;
  }
  .laptop-m-r-48 {
    margin-right: 480px;
  }
  .laptop-p-r-48 {
    padding-right: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-49 {
    margin-top: 490px;
  }
  .laptop\:p-t-49 {
    padding-top: 490px;
  }
  .laptop-m-t-49 {
    margin-top: 490px;
  }
  .laptop-p-t-49 {
    padding-top: 490px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-b-49 {
    margin-bottom: 490px;
  }
  .laptop\:p-b-49 {
    padding-bottom: 490px;
  }
  .laptop-m-b-49 {
    margin-bottom: 490px;
  }
  .laptop-p-b-49 {
    padding-bottom: 490px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-l-49 {
    margin-left: 490px;
  }
  .laptop\:p-l-49 {
    padding-left: 490px;
  }
  .laptop-m-l-49 {
    margin-left: 490px;
  }
  .laptop-p-l-49 {
    padding-left: 490px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-r-49 {
    margin-right: 490px;
  }
  .laptop\:p-r-49 {
    padding-right: 490px;
  }
  .laptop-m-r-49 {
    margin-right: 490px;
  }
  .laptop-p-r-49 {
    padding-right: 490px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--10 {
    margin-top: -100px;
  }
  .laptop-l\:p-t--10 {
    padding-top: -100px;
  }
  .laptop-l-m-t--10 {
    margin-top: -100px;
  }
  .laptop-l-p-t--10 {
    padding-top: -100px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--10 {
    margin-bottom: -100px;
  }
  .laptop-l\:p-b--10 {
    padding-bottom: -100px;
  }
  .laptop-l-m-b--10 {
    margin-bottom: -100px;
  }
  .laptop-l-p-b--10 {
    padding-bottom: -100px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--10 {
    margin-left: -100px;
  }
  .laptop-l\:p-l--10 {
    padding-left: -100px;
  }
  .laptop-l-m-l--10 {
    margin-left: -100px;
  }
  .laptop-l-p-l--10 {
    padding-left: -100px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--10 {
    margin-right: -100px;
  }
  .laptop-l\:p-r--10 {
    padding-right: -100px;
  }
  .laptop-l-m-r--10 {
    margin-right: -100px;
  }
  .laptop-l-p-r--10 {
    padding-right: -100px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--9\.9 {
    margin-top: -99px;
  }
  .laptop-l\:p-t--9\.9 {
    padding-top: -99px;
  }
  .laptop-l-m-t--9\.9 {
    margin-top: -99px;
  }
  .laptop-l-p-t--9\.9 {
    padding-top: -99px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--9\.9 {
    margin-bottom: -99px;
  }
  .laptop-l\:p-b--9\.9 {
    padding-bottom: -99px;
  }
  .laptop-l-m-b--9\.9 {
    margin-bottom: -99px;
  }
  .laptop-l-p-b--9\.9 {
    padding-bottom: -99px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--9\.9 {
    margin-left: -99px;
  }
  .laptop-l\:p-l--9\.9 {
    padding-left: -99px;
  }
  .laptop-l-m-l--9\.9 {
    margin-left: -99px;
  }
  .laptop-l-p-l--9\.9 {
    padding-left: -99px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--9\.9 {
    margin-right: -99px;
  }
  .laptop-l\:p-r--9\.9 {
    padding-right: -99px;
  }
  .laptop-l-m-r--9\.9 {
    margin-right: -99px;
  }
  .laptop-l-p-r--9\.9 {
    padding-right: -99px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--9\.8 {
    margin-top: -98px;
  }
  .laptop-l\:p-t--9\.8 {
    padding-top: -98px;
  }
  .laptop-l-m-t--9\.8 {
    margin-top: -98px;
  }
  .laptop-l-p-t--9\.8 {
    padding-top: -98px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--9\.8 {
    margin-bottom: -98px;
  }
  .laptop-l\:p-b--9\.8 {
    padding-bottom: -98px;
  }
  .laptop-l-m-b--9\.8 {
    margin-bottom: -98px;
  }
  .laptop-l-p-b--9\.8 {
    padding-bottom: -98px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--9\.8 {
    margin-left: -98px;
  }
  .laptop-l\:p-l--9\.8 {
    padding-left: -98px;
  }
  .laptop-l-m-l--9\.8 {
    margin-left: -98px;
  }
  .laptop-l-p-l--9\.8 {
    padding-left: -98px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--9\.8 {
    margin-right: -98px;
  }
  .laptop-l\:p-r--9\.8 {
    padding-right: -98px;
  }
  .laptop-l-m-r--9\.8 {
    margin-right: -98px;
  }
  .laptop-l-p-r--9\.8 {
    padding-right: -98px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--9\.7 {
    margin-top: -97px;
  }
  .laptop-l\:p-t--9\.7 {
    padding-top: -97px;
  }
  .laptop-l-m-t--9\.7 {
    margin-top: -97px;
  }
  .laptop-l-p-t--9\.7 {
    padding-top: -97px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--9\.7 {
    margin-bottom: -97px;
  }
  .laptop-l\:p-b--9\.7 {
    padding-bottom: -97px;
  }
  .laptop-l-m-b--9\.7 {
    margin-bottom: -97px;
  }
  .laptop-l-p-b--9\.7 {
    padding-bottom: -97px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--9\.7 {
    margin-left: -97px;
  }
  .laptop-l\:p-l--9\.7 {
    padding-left: -97px;
  }
  .laptop-l-m-l--9\.7 {
    margin-left: -97px;
  }
  .laptop-l-p-l--9\.7 {
    padding-left: -97px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--9\.7 {
    margin-right: -97px;
  }
  .laptop-l\:p-r--9\.7 {
    padding-right: -97px;
  }
  .laptop-l-m-r--9\.7 {
    margin-right: -97px;
  }
  .laptop-l-p-r--9\.7 {
    padding-right: -97px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--9\.6 {
    margin-top: -96px;
  }
  .laptop-l\:p-t--9\.6 {
    padding-top: -96px;
  }
  .laptop-l-m-t--9\.6 {
    margin-top: -96px;
  }
  .laptop-l-p-t--9\.6 {
    padding-top: -96px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--9\.6 {
    margin-bottom: -96px;
  }
  .laptop-l\:p-b--9\.6 {
    padding-bottom: -96px;
  }
  .laptop-l-m-b--9\.6 {
    margin-bottom: -96px;
  }
  .laptop-l-p-b--9\.6 {
    padding-bottom: -96px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--9\.6 {
    margin-left: -96px;
  }
  .laptop-l\:p-l--9\.6 {
    padding-left: -96px;
  }
  .laptop-l-m-l--9\.6 {
    margin-left: -96px;
  }
  .laptop-l-p-l--9\.6 {
    padding-left: -96px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--9\.6 {
    margin-right: -96px;
  }
  .laptop-l\:p-r--9\.6 {
    padding-right: -96px;
  }
  .laptop-l-m-r--9\.6 {
    margin-right: -96px;
  }
  .laptop-l-p-r--9\.6 {
    padding-right: -96px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--9\.5 {
    margin-top: -95px;
  }
  .laptop-l\:p-t--9\.5 {
    padding-top: -95px;
  }
  .laptop-l-m-t--9\.5 {
    margin-top: -95px;
  }
  .laptop-l-p-t--9\.5 {
    padding-top: -95px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--9\.5 {
    margin-bottom: -95px;
  }
  .laptop-l\:p-b--9\.5 {
    padding-bottom: -95px;
  }
  .laptop-l-m-b--9\.5 {
    margin-bottom: -95px;
  }
  .laptop-l-p-b--9\.5 {
    padding-bottom: -95px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--9\.5 {
    margin-left: -95px;
  }
  .laptop-l\:p-l--9\.5 {
    padding-left: -95px;
  }
  .laptop-l-m-l--9\.5 {
    margin-left: -95px;
  }
  .laptop-l-p-l--9\.5 {
    padding-left: -95px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--9\.5 {
    margin-right: -95px;
  }
  .laptop-l\:p-r--9\.5 {
    padding-right: -95px;
  }
  .laptop-l-m-r--9\.5 {
    margin-right: -95px;
  }
  .laptop-l-p-r--9\.5 {
    padding-right: -95px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--9\.4 {
    margin-top: -94px;
  }
  .laptop-l\:p-t--9\.4 {
    padding-top: -94px;
  }
  .laptop-l-m-t--9\.4 {
    margin-top: -94px;
  }
  .laptop-l-p-t--9\.4 {
    padding-top: -94px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--9\.4 {
    margin-bottom: -94px;
  }
  .laptop-l\:p-b--9\.4 {
    padding-bottom: -94px;
  }
  .laptop-l-m-b--9\.4 {
    margin-bottom: -94px;
  }
  .laptop-l-p-b--9\.4 {
    padding-bottom: -94px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--9\.4 {
    margin-left: -94px;
  }
  .laptop-l\:p-l--9\.4 {
    padding-left: -94px;
  }
  .laptop-l-m-l--9\.4 {
    margin-left: -94px;
  }
  .laptop-l-p-l--9\.4 {
    padding-left: -94px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--9\.4 {
    margin-right: -94px;
  }
  .laptop-l\:p-r--9\.4 {
    padding-right: -94px;
  }
  .laptop-l-m-r--9\.4 {
    margin-right: -94px;
  }
  .laptop-l-p-r--9\.4 {
    padding-right: -94px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--9\.3 {
    margin-top: -93px;
  }
  .laptop-l\:p-t--9\.3 {
    padding-top: -93px;
  }
  .laptop-l-m-t--9\.3 {
    margin-top: -93px;
  }
  .laptop-l-p-t--9\.3 {
    padding-top: -93px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--9\.3 {
    margin-bottom: -93px;
  }
  .laptop-l\:p-b--9\.3 {
    padding-bottom: -93px;
  }
  .laptop-l-m-b--9\.3 {
    margin-bottom: -93px;
  }
  .laptop-l-p-b--9\.3 {
    padding-bottom: -93px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--9\.3 {
    margin-left: -93px;
  }
  .laptop-l\:p-l--9\.3 {
    padding-left: -93px;
  }
  .laptop-l-m-l--9\.3 {
    margin-left: -93px;
  }
  .laptop-l-p-l--9\.3 {
    padding-left: -93px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--9\.3 {
    margin-right: -93px;
  }
  .laptop-l\:p-r--9\.3 {
    padding-right: -93px;
  }
  .laptop-l-m-r--9\.3 {
    margin-right: -93px;
  }
  .laptop-l-p-r--9\.3 {
    padding-right: -93px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--9\.2 {
    margin-top: -92px;
  }
  .laptop-l\:p-t--9\.2 {
    padding-top: -92px;
  }
  .laptop-l-m-t--9\.2 {
    margin-top: -92px;
  }
  .laptop-l-p-t--9\.2 {
    padding-top: -92px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--9\.2 {
    margin-bottom: -92px;
  }
  .laptop-l\:p-b--9\.2 {
    padding-bottom: -92px;
  }
  .laptop-l-m-b--9\.2 {
    margin-bottom: -92px;
  }
  .laptop-l-p-b--9\.2 {
    padding-bottom: -92px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--9\.2 {
    margin-left: -92px;
  }
  .laptop-l\:p-l--9\.2 {
    padding-left: -92px;
  }
  .laptop-l-m-l--9\.2 {
    margin-left: -92px;
  }
  .laptop-l-p-l--9\.2 {
    padding-left: -92px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--9\.2 {
    margin-right: -92px;
  }
  .laptop-l\:p-r--9\.2 {
    padding-right: -92px;
  }
  .laptop-l-m-r--9\.2 {
    margin-right: -92px;
  }
  .laptop-l-p-r--9\.2 {
    padding-right: -92px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--9\.1 {
    margin-top: -91px;
  }
  .laptop-l\:p-t--9\.1 {
    padding-top: -91px;
  }
  .laptop-l-m-t--9\.1 {
    margin-top: -91px;
  }
  .laptop-l-p-t--9\.1 {
    padding-top: -91px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--9\.1 {
    margin-bottom: -91px;
  }
  .laptop-l\:p-b--9\.1 {
    padding-bottom: -91px;
  }
  .laptop-l-m-b--9\.1 {
    margin-bottom: -91px;
  }
  .laptop-l-p-b--9\.1 {
    padding-bottom: -91px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--9\.1 {
    margin-left: -91px;
  }
  .laptop-l\:p-l--9\.1 {
    padding-left: -91px;
  }
  .laptop-l-m-l--9\.1 {
    margin-left: -91px;
  }
  .laptop-l-p-l--9\.1 {
    padding-left: -91px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--9\.1 {
    margin-right: -91px;
  }
  .laptop-l\:p-r--9\.1 {
    padding-right: -91px;
  }
  .laptop-l-m-r--9\.1 {
    margin-right: -91px;
  }
  .laptop-l-p-r--9\.1 {
    padding-right: -91px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--9 {
    margin-top: -90px;
  }
  .laptop-l\:p-t--9 {
    padding-top: -90px;
  }
  .laptop-l-m-t--9 {
    margin-top: -90px;
  }
  .laptop-l-p-t--9 {
    padding-top: -90px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--9 {
    margin-bottom: -90px;
  }
  .laptop-l\:p-b--9 {
    padding-bottom: -90px;
  }
  .laptop-l-m-b--9 {
    margin-bottom: -90px;
  }
  .laptop-l-p-b--9 {
    padding-bottom: -90px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--9 {
    margin-left: -90px;
  }
  .laptop-l\:p-l--9 {
    padding-left: -90px;
  }
  .laptop-l-m-l--9 {
    margin-left: -90px;
  }
  .laptop-l-p-l--9 {
    padding-left: -90px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--9 {
    margin-right: -90px;
  }
  .laptop-l\:p-r--9 {
    padding-right: -90px;
  }
  .laptop-l-m-r--9 {
    margin-right: -90px;
  }
  .laptop-l-p-r--9 {
    padding-right: -90px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--8\.9 {
    margin-top: -89px;
  }
  .laptop-l\:p-t--8\.9 {
    padding-top: -89px;
  }
  .laptop-l-m-t--8\.9 {
    margin-top: -89px;
  }
  .laptop-l-p-t--8\.9 {
    padding-top: -89px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--8\.9 {
    margin-bottom: -89px;
  }
  .laptop-l\:p-b--8\.9 {
    padding-bottom: -89px;
  }
  .laptop-l-m-b--8\.9 {
    margin-bottom: -89px;
  }
  .laptop-l-p-b--8\.9 {
    padding-bottom: -89px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--8\.9 {
    margin-left: -89px;
  }
  .laptop-l\:p-l--8\.9 {
    padding-left: -89px;
  }
  .laptop-l-m-l--8\.9 {
    margin-left: -89px;
  }
  .laptop-l-p-l--8\.9 {
    padding-left: -89px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--8\.9 {
    margin-right: -89px;
  }
  .laptop-l\:p-r--8\.9 {
    padding-right: -89px;
  }
  .laptop-l-m-r--8\.9 {
    margin-right: -89px;
  }
  .laptop-l-p-r--8\.9 {
    padding-right: -89px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--8\.8 {
    margin-top: -88px;
  }
  .laptop-l\:p-t--8\.8 {
    padding-top: -88px;
  }
  .laptop-l-m-t--8\.8 {
    margin-top: -88px;
  }
  .laptop-l-p-t--8\.8 {
    padding-top: -88px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--8\.8 {
    margin-bottom: -88px;
  }
  .laptop-l\:p-b--8\.8 {
    padding-bottom: -88px;
  }
  .laptop-l-m-b--8\.8 {
    margin-bottom: -88px;
  }
  .laptop-l-p-b--8\.8 {
    padding-bottom: -88px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--8\.8 {
    margin-left: -88px;
  }
  .laptop-l\:p-l--8\.8 {
    padding-left: -88px;
  }
  .laptop-l-m-l--8\.8 {
    margin-left: -88px;
  }
  .laptop-l-p-l--8\.8 {
    padding-left: -88px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--8\.8 {
    margin-right: -88px;
  }
  .laptop-l\:p-r--8\.8 {
    padding-right: -88px;
  }
  .laptop-l-m-r--8\.8 {
    margin-right: -88px;
  }
  .laptop-l-p-r--8\.8 {
    padding-right: -88px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--8\.7 {
    margin-top: -87px;
  }
  .laptop-l\:p-t--8\.7 {
    padding-top: -87px;
  }
  .laptop-l-m-t--8\.7 {
    margin-top: -87px;
  }
  .laptop-l-p-t--8\.7 {
    padding-top: -87px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--8\.7 {
    margin-bottom: -87px;
  }
  .laptop-l\:p-b--8\.7 {
    padding-bottom: -87px;
  }
  .laptop-l-m-b--8\.7 {
    margin-bottom: -87px;
  }
  .laptop-l-p-b--8\.7 {
    padding-bottom: -87px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--8\.7 {
    margin-left: -87px;
  }
  .laptop-l\:p-l--8\.7 {
    padding-left: -87px;
  }
  .laptop-l-m-l--8\.7 {
    margin-left: -87px;
  }
  .laptop-l-p-l--8\.7 {
    padding-left: -87px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--8\.7 {
    margin-right: -87px;
  }
  .laptop-l\:p-r--8\.7 {
    padding-right: -87px;
  }
  .laptop-l-m-r--8\.7 {
    margin-right: -87px;
  }
  .laptop-l-p-r--8\.7 {
    padding-right: -87px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--8\.6 {
    margin-top: -86px;
  }
  .laptop-l\:p-t--8\.6 {
    padding-top: -86px;
  }
  .laptop-l-m-t--8\.6 {
    margin-top: -86px;
  }
  .laptop-l-p-t--8\.6 {
    padding-top: -86px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--8\.6 {
    margin-bottom: -86px;
  }
  .laptop-l\:p-b--8\.6 {
    padding-bottom: -86px;
  }
  .laptop-l-m-b--8\.6 {
    margin-bottom: -86px;
  }
  .laptop-l-p-b--8\.6 {
    padding-bottom: -86px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--8\.6 {
    margin-left: -86px;
  }
  .laptop-l\:p-l--8\.6 {
    padding-left: -86px;
  }
  .laptop-l-m-l--8\.6 {
    margin-left: -86px;
  }
  .laptop-l-p-l--8\.6 {
    padding-left: -86px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--8\.6 {
    margin-right: -86px;
  }
  .laptop-l\:p-r--8\.6 {
    padding-right: -86px;
  }
  .laptop-l-m-r--8\.6 {
    margin-right: -86px;
  }
  .laptop-l-p-r--8\.6 {
    padding-right: -86px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--8\.5 {
    margin-top: -85px;
  }
  .laptop-l\:p-t--8\.5 {
    padding-top: -85px;
  }
  .laptop-l-m-t--8\.5 {
    margin-top: -85px;
  }
  .laptop-l-p-t--8\.5 {
    padding-top: -85px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--8\.5 {
    margin-bottom: -85px;
  }
  .laptop-l\:p-b--8\.5 {
    padding-bottom: -85px;
  }
  .laptop-l-m-b--8\.5 {
    margin-bottom: -85px;
  }
  .laptop-l-p-b--8\.5 {
    padding-bottom: -85px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--8\.5 {
    margin-left: -85px;
  }
  .laptop-l\:p-l--8\.5 {
    padding-left: -85px;
  }
  .laptop-l-m-l--8\.5 {
    margin-left: -85px;
  }
  .laptop-l-p-l--8\.5 {
    padding-left: -85px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--8\.5 {
    margin-right: -85px;
  }
  .laptop-l\:p-r--8\.5 {
    padding-right: -85px;
  }
  .laptop-l-m-r--8\.5 {
    margin-right: -85px;
  }
  .laptop-l-p-r--8\.5 {
    padding-right: -85px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--8\.4 {
    margin-top: -84px;
  }
  .laptop-l\:p-t--8\.4 {
    padding-top: -84px;
  }
  .laptop-l-m-t--8\.4 {
    margin-top: -84px;
  }
  .laptop-l-p-t--8\.4 {
    padding-top: -84px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--8\.4 {
    margin-bottom: -84px;
  }
  .laptop-l\:p-b--8\.4 {
    padding-bottom: -84px;
  }
  .laptop-l-m-b--8\.4 {
    margin-bottom: -84px;
  }
  .laptop-l-p-b--8\.4 {
    padding-bottom: -84px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--8\.4 {
    margin-left: -84px;
  }
  .laptop-l\:p-l--8\.4 {
    padding-left: -84px;
  }
  .laptop-l-m-l--8\.4 {
    margin-left: -84px;
  }
  .laptop-l-p-l--8\.4 {
    padding-left: -84px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--8\.4 {
    margin-right: -84px;
  }
  .laptop-l\:p-r--8\.4 {
    padding-right: -84px;
  }
  .laptop-l-m-r--8\.4 {
    margin-right: -84px;
  }
  .laptop-l-p-r--8\.4 {
    padding-right: -84px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--8\.3 {
    margin-top: -83px;
  }
  .laptop-l\:p-t--8\.3 {
    padding-top: -83px;
  }
  .laptop-l-m-t--8\.3 {
    margin-top: -83px;
  }
  .laptop-l-p-t--8\.3 {
    padding-top: -83px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--8\.3 {
    margin-bottom: -83px;
  }
  .laptop-l\:p-b--8\.3 {
    padding-bottom: -83px;
  }
  .laptop-l-m-b--8\.3 {
    margin-bottom: -83px;
  }
  .laptop-l-p-b--8\.3 {
    padding-bottom: -83px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--8\.3 {
    margin-left: -83px;
  }
  .laptop-l\:p-l--8\.3 {
    padding-left: -83px;
  }
  .laptop-l-m-l--8\.3 {
    margin-left: -83px;
  }
  .laptop-l-p-l--8\.3 {
    padding-left: -83px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--8\.3 {
    margin-right: -83px;
  }
  .laptop-l\:p-r--8\.3 {
    padding-right: -83px;
  }
  .laptop-l-m-r--8\.3 {
    margin-right: -83px;
  }
  .laptop-l-p-r--8\.3 {
    padding-right: -83px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--8\.2 {
    margin-top: -82px;
  }
  .laptop-l\:p-t--8\.2 {
    padding-top: -82px;
  }
  .laptop-l-m-t--8\.2 {
    margin-top: -82px;
  }
  .laptop-l-p-t--8\.2 {
    padding-top: -82px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--8\.2 {
    margin-bottom: -82px;
  }
  .laptop-l\:p-b--8\.2 {
    padding-bottom: -82px;
  }
  .laptop-l-m-b--8\.2 {
    margin-bottom: -82px;
  }
  .laptop-l-p-b--8\.2 {
    padding-bottom: -82px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--8\.2 {
    margin-left: -82px;
  }
  .laptop-l\:p-l--8\.2 {
    padding-left: -82px;
  }
  .laptop-l-m-l--8\.2 {
    margin-left: -82px;
  }
  .laptop-l-p-l--8\.2 {
    padding-left: -82px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--8\.2 {
    margin-right: -82px;
  }
  .laptop-l\:p-r--8\.2 {
    padding-right: -82px;
  }
  .laptop-l-m-r--8\.2 {
    margin-right: -82px;
  }
  .laptop-l-p-r--8\.2 {
    padding-right: -82px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--8\.1 {
    margin-top: -81px;
  }
  .laptop-l\:p-t--8\.1 {
    padding-top: -81px;
  }
  .laptop-l-m-t--8\.1 {
    margin-top: -81px;
  }
  .laptop-l-p-t--8\.1 {
    padding-top: -81px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--8\.1 {
    margin-bottom: -81px;
  }
  .laptop-l\:p-b--8\.1 {
    padding-bottom: -81px;
  }
  .laptop-l-m-b--8\.1 {
    margin-bottom: -81px;
  }
  .laptop-l-p-b--8\.1 {
    padding-bottom: -81px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--8\.1 {
    margin-left: -81px;
  }
  .laptop-l\:p-l--8\.1 {
    padding-left: -81px;
  }
  .laptop-l-m-l--8\.1 {
    margin-left: -81px;
  }
  .laptop-l-p-l--8\.1 {
    padding-left: -81px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--8\.1 {
    margin-right: -81px;
  }
  .laptop-l\:p-r--8\.1 {
    padding-right: -81px;
  }
  .laptop-l-m-r--8\.1 {
    margin-right: -81px;
  }
  .laptop-l-p-r--8\.1 {
    padding-right: -81px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--8 {
    margin-top: -80px;
  }
  .laptop-l\:p-t--8 {
    padding-top: -80px;
  }
  .laptop-l-m-t--8 {
    margin-top: -80px;
  }
  .laptop-l-p-t--8 {
    padding-top: -80px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--8 {
    margin-bottom: -80px;
  }
  .laptop-l\:p-b--8 {
    padding-bottom: -80px;
  }
  .laptop-l-m-b--8 {
    margin-bottom: -80px;
  }
  .laptop-l-p-b--8 {
    padding-bottom: -80px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--8 {
    margin-left: -80px;
  }
  .laptop-l\:p-l--8 {
    padding-left: -80px;
  }
  .laptop-l-m-l--8 {
    margin-left: -80px;
  }
  .laptop-l-p-l--8 {
    padding-left: -80px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--8 {
    margin-right: -80px;
  }
  .laptop-l\:p-r--8 {
    padding-right: -80px;
  }
  .laptop-l-m-r--8 {
    margin-right: -80px;
  }
  .laptop-l-p-r--8 {
    padding-right: -80px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--7\.9 {
    margin-top: -79px;
  }
  .laptop-l\:p-t--7\.9 {
    padding-top: -79px;
  }
  .laptop-l-m-t--7\.9 {
    margin-top: -79px;
  }
  .laptop-l-p-t--7\.9 {
    padding-top: -79px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--7\.9 {
    margin-bottom: -79px;
  }
  .laptop-l\:p-b--7\.9 {
    padding-bottom: -79px;
  }
  .laptop-l-m-b--7\.9 {
    margin-bottom: -79px;
  }
  .laptop-l-p-b--7\.9 {
    padding-bottom: -79px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--7\.9 {
    margin-left: -79px;
  }
  .laptop-l\:p-l--7\.9 {
    padding-left: -79px;
  }
  .laptop-l-m-l--7\.9 {
    margin-left: -79px;
  }
  .laptop-l-p-l--7\.9 {
    padding-left: -79px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--7\.9 {
    margin-right: -79px;
  }
  .laptop-l\:p-r--7\.9 {
    padding-right: -79px;
  }
  .laptop-l-m-r--7\.9 {
    margin-right: -79px;
  }
  .laptop-l-p-r--7\.9 {
    padding-right: -79px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--7\.8 {
    margin-top: -78px;
  }
  .laptop-l\:p-t--7\.8 {
    padding-top: -78px;
  }
  .laptop-l-m-t--7\.8 {
    margin-top: -78px;
  }
  .laptop-l-p-t--7\.8 {
    padding-top: -78px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--7\.8 {
    margin-bottom: -78px;
  }
  .laptop-l\:p-b--7\.8 {
    padding-bottom: -78px;
  }
  .laptop-l-m-b--7\.8 {
    margin-bottom: -78px;
  }
  .laptop-l-p-b--7\.8 {
    padding-bottom: -78px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--7\.8 {
    margin-left: -78px;
  }
  .laptop-l\:p-l--7\.8 {
    padding-left: -78px;
  }
  .laptop-l-m-l--7\.8 {
    margin-left: -78px;
  }
  .laptop-l-p-l--7\.8 {
    padding-left: -78px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--7\.8 {
    margin-right: -78px;
  }
  .laptop-l\:p-r--7\.8 {
    padding-right: -78px;
  }
  .laptop-l-m-r--7\.8 {
    margin-right: -78px;
  }
  .laptop-l-p-r--7\.8 {
    padding-right: -78px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--7\.7 {
    margin-top: -77px;
  }
  .laptop-l\:p-t--7\.7 {
    padding-top: -77px;
  }
  .laptop-l-m-t--7\.7 {
    margin-top: -77px;
  }
  .laptop-l-p-t--7\.7 {
    padding-top: -77px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--7\.7 {
    margin-bottom: -77px;
  }
  .laptop-l\:p-b--7\.7 {
    padding-bottom: -77px;
  }
  .laptop-l-m-b--7\.7 {
    margin-bottom: -77px;
  }
  .laptop-l-p-b--7\.7 {
    padding-bottom: -77px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--7\.7 {
    margin-left: -77px;
  }
  .laptop-l\:p-l--7\.7 {
    padding-left: -77px;
  }
  .laptop-l-m-l--7\.7 {
    margin-left: -77px;
  }
  .laptop-l-p-l--7\.7 {
    padding-left: -77px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--7\.7 {
    margin-right: -77px;
  }
  .laptop-l\:p-r--7\.7 {
    padding-right: -77px;
  }
  .laptop-l-m-r--7\.7 {
    margin-right: -77px;
  }
  .laptop-l-p-r--7\.7 {
    padding-right: -77px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--7\.6 {
    margin-top: -76px;
  }
  .laptop-l\:p-t--7\.6 {
    padding-top: -76px;
  }
  .laptop-l-m-t--7\.6 {
    margin-top: -76px;
  }
  .laptop-l-p-t--7\.6 {
    padding-top: -76px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--7\.6 {
    margin-bottom: -76px;
  }
  .laptop-l\:p-b--7\.6 {
    padding-bottom: -76px;
  }
  .laptop-l-m-b--7\.6 {
    margin-bottom: -76px;
  }
  .laptop-l-p-b--7\.6 {
    padding-bottom: -76px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--7\.6 {
    margin-left: -76px;
  }
  .laptop-l\:p-l--7\.6 {
    padding-left: -76px;
  }
  .laptop-l-m-l--7\.6 {
    margin-left: -76px;
  }
  .laptop-l-p-l--7\.6 {
    padding-left: -76px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--7\.6 {
    margin-right: -76px;
  }
  .laptop-l\:p-r--7\.6 {
    padding-right: -76px;
  }
  .laptop-l-m-r--7\.6 {
    margin-right: -76px;
  }
  .laptop-l-p-r--7\.6 {
    padding-right: -76px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--7\.5 {
    margin-top: -75px;
  }
  .laptop-l\:p-t--7\.5 {
    padding-top: -75px;
  }
  .laptop-l-m-t--7\.5 {
    margin-top: -75px;
  }
  .laptop-l-p-t--7\.5 {
    padding-top: -75px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--7\.5 {
    margin-bottom: -75px;
  }
  .laptop-l\:p-b--7\.5 {
    padding-bottom: -75px;
  }
  .laptop-l-m-b--7\.5 {
    margin-bottom: -75px;
  }
  .laptop-l-p-b--7\.5 {
    padding-bottom: -75px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--7\.5 {
    margin-left: -75px;
  }
  .laptop-l\:p-l--7\.5 {
    padding-left: -75px;
  }
  .laptop-l-m-l--7\.5 {
    margin-left: -75px;
  }
  .laptop-l-p-l--7\.5 {
    padding-left: -75px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--7\.5 {
    margin-right: -75px;
  }
  .laptop-l\:p-r--7\.5 {
    padding-right: -75px;
  }
  .laptop-l-m-r--7\.5 {
    margin-right: -75px;
  }
  .laptop-l-p-r--7\.5 {
    padding-right: -75px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--7\.4 {
    margin-top: -74px;
  }
  .laptop-l\:p-t--7\.4 {
    padding-top: -74px;
  }
  .laptop-l-m-t--7\.4 {
    margin-top: -74px;
  }
  .laptop-l-p-t--7\.4 {
    padding-top: -74px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--7\.4 {
    margin-bottom: -74px;
  }
  .laptop-l\:p-b--7\.4 {
    padding-bottom: -74px;
  }
  .laptop-l-m-b--7\.4 {
    margin-bottom: -74px;
  }
  .laptop-l-p-b--7\.4 {
    padding-bottom: -74px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--7\.4 {
    margin-left: -74px;
  }
  .laptop-l\:p-l--7\.4 {
    padding-left: -74px;
  }
  .laptop-l-m-l--7\.4 {
    margin-left: -74px;
  }
  .laptop-l-p-l--7\.4 {
    padding-left: -74px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--7\.4 {
    margin-right: -74px;
  }
  .laptop-l\:p-r--7\.4 {
    padding-right: -74px;
  }
  .laptop-l-m-r--7\.4 {
    margin-right: -74px;
  }
  .laptop-l-p-r--7\.4 {
    padding-right: -74px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--7\.3 {
    margin-top: -73px;
  }
  .laptop-l\:p-t--7\.3 {
    padding-top: -73px;
  }
  .laptop-l-m-t--7\.3 {
    margin-top: -73px;
  }
  .laptop-l-p-t--7\.3 {
    padding-top: -73px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--7\.3 {
    margin-bottom: -73px;
  }
  .laptop-l\:p-b--7\.3 {
    padding-bottom: -73px;
  }
  .laptop-l-m-b--7\.3 {
    margin-bottom: -73px;
  }
  .laptop-l-p-b--7\.3 {
    padding-bottom: -73px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--7\.3 {
    margin-left: -73px;
  }
  .laptop-l\:p-l--7\.3 {
    padding-left: -73px;
  }
  .laptop-l-m-l--7\.3 {
    margin-left: -73px;
  }
  .laptop-l-p-l--7\.3 {
    padding-left: -73px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--7\.3 {
    margin-right: -73px;
  }
  .laptop-l\:p-r--7\.3 {
    padding-right: -73px;
  }
  .laptop-l-m-r--7\.3 {
    margin-right: -73px;
  }
  .laptop-l-p-r--7\.3 {
    padding-right: -73px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--7\.2 {
    margin-top: -72px;
  }
  .laptop-l\:p-t--7\.2 {
    padding-top: -72px;
  }
  .laptop-l-m-t--7\.2 {
    margin-top: -72px;
  }
  .laptop-l-p-t--7\.2 {
    padding-top: -72px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--7\.2 {
    margin-bottom: -72px;
  }
  .laptop-l\:p-b--7\.2 {
    padding-bottom: -72px;
  }
  .laptop-l-m-b--7\.2 {
    margin-bottom: -72px;
  }
  .laptop-l-p-b--7\.2 {
    padding-bottom: -72px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--7\.2 {
    margin-left: -72px;
  }
  .laptop-l\:p-l--7\.2 {
    padding-left: -72px;
  }
  .laptop-l-m-l--7\.2 {
    margin-left: -72px;
  }
  .laptop-l-p-l--7\.2 {
    padding-left: -72px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--7\.2 {
    margin-right: -72px;
  }
  .laptop-l\:p-r--7\.2 {
    padding-right: -72px;
  }
  .laptop-l-m-r--7\.2 {
    margin-right: -72px;
  }
  .laptop-l-p-r--7\.2 {
    padding-right: -72px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--7\.1 {
    margin-top: -71px;
  }
  .laptop-l\:p-t--7\.1 {
    padding-top: -71px;
  }
  .laptop-l-m-t--7\.1 {
    margin-top: -71px;
  }
  .laptop-l-p-t--7\.1 {
    padding-top: -71px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--7\.1 {
    margin-bottom: -71px;
  }
  .laptop-l\:p-b--7\.1 {
    padding-bottom: -71px;
  }
  .laptop-l-m-b--7\.1 {
    margin-bottom: -71px;
  }
  .laptop-l-p-b--7\.1 {
    padding-bottom: -71px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--7\.1 {
    margin-left: -71px;
  }
  .laptop-l\:p-l--7\.1 {
    padding-left: -71px;
  }
  .laptop-l-m-l--7\.1 {
    margin-left: -71px;
  }
  .laptop-l-p-l--7\.1 {
    padding-left: -71px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--7\.1 {
    margin-right: -71px;
  }
  .laptop-l\:p-r--7\.1 {
    padding-right: -71px;
  }
  .laptop-l-m-r--7\.1 {
    margin-right: -71px;
  }
  .laptop-l-p-r--7\.1 {
    padding-right: -71px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--7 {
    margin-top: -70px;
  }
  .laptop-l\:p-t--7 {
    padding-top: -70px;
  }
  .laptop-l-m-t--7 {
    margin-top: -70px;
  }
  .laptop-l-p-t--7 {
    padding-top: -70px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--7 {
    margin-bottom: -70px;
  }
  .laptop-l\:p-b--7 {
    padding-bottom: -70px;
  }
  .laptop-l-m-b--7 {
    margin-bottom: -70px;
  }
  .laptop-l-p-b--7 {
    padding-bottom: -70px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--7 {
    margin-left: -70px;
  }
  .laptop-l\:p-l--7 {
    padding-left: -70px;
  }
  .laptop-l-m-l--7 {
    margin-left: -70px;
  }
  .laptop-l-p-l--7 {
    padding-left: -70px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--7 {
    margin-right: -70px;
  }
  .laptop-l\:p-r--7 {
    padding-right: -70px;
  }
  .laptop-l-m-r--7 {
    margin-right: -70px;
  }
  .laptop-l-p-r--7 {
    padding-right: -70px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--6\.9 {
    margin-top: -69px;
  }
  .laptop-l\:p-t--6\.9 {
    padding-top: -69px;
  }
  .laptop-l-m-t--6\.9 {
    margin-top: -69px;
  }
  .laptop-l-p-t--6\.9 {
    padding-top: -69px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--6\.9 {
    margin-bottom: -69px;
  }
  .laptop-l\:p-b--6\.9 {
    padding-bottom: -69px;
  }
  .laptop-l-m-b--6\.9 {
    margin-bottom: -69px;
  }
  .laptop-l-p-b--6\.9 {
    padding-bottom: -69px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--6\.9 {
    margin-left: -69px;
  }
  .laptop-l\:p-l--6\.9 {
    padding-left: -69px;
  }
  .laptop-l-m-l--6\.9 {
    margin-left: -69px;
  }
  .laptop-l-p-l--6\.9 {
    padding-left: -69px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--6\.9 {
    margin-right: -69px;
  }
  .laptop-l\:p-r--6\.9 {
    padding-right: -69px;
  }
  .laptop-l-m-r--6\.9 {
    margin-right: -69px;
  }
  .laptop-l-p-r--6\.9 {
    padding-right: -69px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--6\.8 {
    margin-top: -68px;
  }
  .laptop-l\:p-t--6\.8 {
    padding-top: -68px;
  }
  .laptop-l-m-t--6\.8 {
    margin-top: -68px;
  }
  .laptop-l-p-t--6\.8 {
    padding-top: -68px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--6\.8 {
    margin-bottom: -68px;
  }
  .laptop-l\:p-b--6\.8 {
    padding-bottom: -68px;
  }
  .laptop-l-m-b--6\.8 {
    margin-bottom: -68px;
  }
  .laptop-l-p-b--6\.8 {
    padding-bottom: -68px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--6\.8 {
    margin-left: -68px;
  }
  .laptop-l\:p-l--6\.8 {
    padding-left: -68px;
  }
  .laptop-l-m-l--6\.8 {
    margin-left: -68px;
  }
  .laptop-l-p-l--6\.8 {
    padding-left: -68px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--6\.8 {
    margin-right: -68px;
  }
  .laptop-l\:p-r--6\.8 {
    padding-right: -68px;
  }
  .laptop-l-m-r--6\.8 {
    margin-right: -68px;
  }
  .laptop-l-p-r--6\.8 {
    padding-right: -68px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--6\.7 {
    margin-top: -67px;
  }
  .laptop-l\:p-t--6\.7 {
    padding-top: -67px;
  }
  .laptop-l-m-t--6\.7 {
    margin-top: -67px;
  }
  .laptop-l-p-t--6\.7 {
    padding-top: -67px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--6\.7 {
    margin-bottom: -67px;
  }
  .laptop-l\:p-b--6\.7 {
    padding-bottom: -67px;
  }
  .laptop-l-m-b--6\.7 {
    margin-bottom: -67px;
  }
  .laptop-l-p-b--6\.7 {
    padding-bottom: -67px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--6\.7 {
    margin-left: -67px;
  }
  .laptop-l\:p-l--6\.7 {
    padding-left: -67px;
  }
  .laptop-l-m-l--6\.7 {
    margin-left: -67px;
  }
  .laptop-l-p-l--6\.7 {
    padding-left: -67px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--6\.7 {
    margin-right: -67px;
  }
  .laptop-l\:p-r--6\.7 {
    padding-right: -67px;
  }
  .laptop-l-m-r--6\.7 {
    margin-right: -67px;
  }
  .laptop-l-p-r--6\.7 {
    padding-right: -67px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--6\.6 {
    margin-top: -66px;
  }
  .laptop-l\:p-t--6\.6 {
    padding-top: -66px;
  }
  .laptop-l-m-t--6\.6 {
    margin-top: -66px;
  }
  .laptop-l-p-t--6\.6 {
    padding-top: -66px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--6\.6 {
    margin-bottom: -66px;
  }
  .laptop-l\:p-b--6\.6 {
    padding-bottom: -66px;
  }
  .laptop-l-m-b--6\.6 {
    margin-bottom: -66px;
  }
  .laptop-l-p-b--6\.6 {
    padding-bottom: -66px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--6\.6 {
    margin-left: -66px;
  }
  .laptop-l\:p-l--6\.6 {
    padding-left: -66px;
  }
  .laptop-l-m-l--6\.6 {
    margin-left: -66px;
  }
  .laptop-l-p-l--6\.6 {
    padding-left: -66px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--6\.6 {
    margin-right: -66px;
  }
  .laptop-l\:p-r--6\.6 {
    padding-right: -66px;
  }
  .laptop-l-m-r--6\.6 {
    margin-right: -66px;
  }
  .laptop-l-p-r--6\.6 {
    padding-right: -66px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--6\.5 {
    margin-top: -65px;
  }
  .laptop-l\:p-t--6\.5 {
    padding-top: -65px;
  }
  .laptop-l-m-t--6\.5 {
    margin-top: -65px;
  }
  .laptop-l-p-t--6\.5 {
    padding-top: -65px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--6\.5 {
    margin-bottom: -65px;
  }
  .laptop-l\:p-b--6\.5 {
    padding-bottom: -65px;
  }
  .laptop-l-m-b--6\.5 {
    margin-bottom: -65px;
  }
  .laptop-l-p-b--6\.5 {
    padding-bottom: -65px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--6\.5 {
    margin-left: -65px;
  }
  .laptop-l\:p-l--6\.5 {
    padding-left: -65px;
  }
  .laptop-l-m-l--6\.5 {
    margin-left: -65px;
  }
  .laptop-l-p-l--6\.5 {
    padding-left: -65px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--6\.5 {
    margin-right: -65px;
  }
  .laptop-l\:p-r--6\.5 {
    padding-right: -65px;
  }
  .laptop-l-m-r--6\.5 {
    margin-right: -65px;
  }
  .laptop-l-p-r--6\.5 {
    padding-right: -65px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--6\.4 {
    margin-top: -64px;
  }
  .laptop-l\:p-t--6\.4 {
    padding-top: -64px;
  }
  .laptop-l-m-t--6\.4 {
    margin-top: -64px;
  }
  .laptop-l-p-t--6\.4 {
    padding-top: -64px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--6\.4 {
    margin-bottom: -64px;
  }
  .laptop-l\:p-b--6\.4 {
    padding-bottom: -64px;
  }
  .laptop-l-m-b--6\.4 {
    margin-bottom: -64px;
  }
  .laptop-l-p-b--6\.4 {
    padding-bottom: -64px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--6\.4 {
    margin-left: -64px;
  }
  .laptop-l\:p-l--6\.4 {
    padding-left: -64px;
  }
  .laptop-l-m-l--6\.4 {
    margin-left: -64px;
  }
  .laptop-l-p-l--6\.4 {
    padding-left: -64px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--6\.4 {
    margin-right: -64px;
  }
  .laptop-l\:p-r--6\.4 {
    padding-right: -64px;
  }
  .laptop-l-m-r--6\.4 {
    margin-right: -64px;
  }
  .laptop-l-p-r--6\.4 {
    padding-right: -64px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--6\.3 {
    margin-top: -63px;
  }
  .laptop-l\:p-t--6\.3 {
    padding-top: -63px;
  }
  .laptop-l-m-t--6\.3 {
    margin-top: -63px;
  }
  .laptop-l-p-t--6\.3 {
    padding-top: -63px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--6\.3 {
    margin-bottom: -63px;
  }
  .laptop-l\:p-b--6\.3 {
    padding-bottom: -63px;
  }
  .laptop-l-m-b--6\.3 {
    margin-bottom: -63px;
  }
  .laptop-l-p-b--6\.3 {
    padding-bottom: -63px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--6\.3 {
    margin-left: -63px;
  }
  .laptop-l\:p-l--6\.3 {
    padding-left: -63px;
  }
  .laptop-l-m-l--6\.3 {
    margin-left: -63px;
  }
  .laptop-l-p-l--6\.3 {
    padding-left: -63px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--6\.3 {
    margin-right: -63px;
  }
  .laptop-l\:p-r--6\.3 {
    padding-right: -63px;
  }
  .laptop-l-m-r--6\.3 {
    margin-right: -63px;
  }
  .laptop-l-p-r--6\.3 {
    padding-right: -63px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--6\.2 {
    margin-top: -62px;
  }
  .laptop-l\:p-t--6\.2 {
    padding-top: -62px;
  }
  .laptop-l-m-t--6\.2 {
    margin-top: -62px;
  }
  .laptop-l-p-t--6\.2 {
    padding-top: -62px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--6\.2 {
    margin-bottom: -62px;
  }
  .laptop-l\:p-b--6\.2 {
    padding-bottom: -62px;
  }
  .laptop-l-m-b--6\.2 {
    margin-bottom: -62px;
  }
  .laptop-l-p-b--6\.2 {
    padding-bottom: -62px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--6\.2 {
    margin-left: -62px;
  }
  .laptop-l\:p-l--6\.2 {
    padding-left: -62px;
  }
  .laptop-l-m-l--6\.2 {
    margin-left: -62px;
  }
  .laptop-l-p-l--6\.2 {
    padding-left: -62px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--6\.2 {
    margin-right: -62px;
  }
  .laptop-l\:p-r--6\.2 {
    padding-right: -62px;
  }
  .laptop-l-m-r--6\.2 {
    margin-right: -62px;
  }
  .laptop-l-p-r--6\.2 {
    padding-right: -62px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--6\.1 {
    margin-top: -61px;
  }
  .laptop-l\:p-t--6\.1 {
    padding-top: -61px;
  }
  .laptop-l-m-t--6\.1 {
    margin-top: -61px;
  }
  .laptop-l-p-t--6\.1 {
    padding-top: -61px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--6\.1 {
    margin-bottom: -61px;
  }
  .laptop-l\:p-b--6\.1 {
    padding-bottom: -61px;
  }
  .laptop-l-m-b--6\.1 {
    margin-bottom: -61px;
  }
  .laptop-l-p-b--6\.1 {
    padding-bottom: -61px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--6\.1 {
    margin-left: -61px;
  }
  .laptop-l\:p-l--6\.1 {
    padding-left: -61px;
  }
  .laptop-l-m-l--6\.1 {
    margin-left: -61px;
  }
  .laptop-l-p-l--6\.1 {
    padding-left: -61px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--6\.1 {
    margin-right: -61px;
  }
  .laptop-l\:p-r--6\.1 {
    padding-right: -61px;
  }
  .laptop-l-m-r--6\.1 {
    margin-right: -61px;
  }
  .laptop-l-p-r--6\.1 {
    padding-right: -61px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--6 {
    margin-top: -60px;
  }
  .laptop-l\:p-t--6 {
    padding-top: -60px;
  }
  .laptop-l-m-t--6 {
    margin-top: -60px;
  }
  .laptop-l-p-t--6 {
    padding-top: -60px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--6 {
    margin-bottom: -60px;
  }
  .laptop-l\:p-b--6 {
    padding-bottom: -60px;
  }
  .laptop-l-m-b--6 {
    margin-bottom: -60px;
  }
  .laptop-l-p-b--6 {
    padding-bottom: -60px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--6 {
    margin-left: -60px;
  }
  .laptop-l\:p-l--6 {
    padding-left: -60px;
  }
  .laptop-l-m-l--6 {
    margin-left: -60px;
  }
  .laptop-l-p-l--6 {
    padding-left: -60px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--6 {
    margin-right: -60px;
  }
  .laptop-l\:p-r--6 {
    padding-right: -60px;
  }
  .laptop-l-m-r--6 {
    margin-right: -60px;
  }
  .laptop-l-p-r--6 {
    padding-right: -60px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--5\.9 {
    margin-top: -59px;
  }
  .laptop-l\:p-t--5\.9 {
    padding-top: -59px;
  }
  .laptop-l-m-t--5\.9 {
    margin-top: -59px;
  }
  .laptop-l-p-t--5\.9 {
    padding-top: -59px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--5\.9 {
    margin-bottom: -59px;
  }
  .laptop-l\:p-b--5\.9 {
    padding-bottom: -59px;
  }
  .laptop-l-m-b--5\.9 {
    margin-bottom: -59px;
  }
  .laptop-l-p-b--5\.9 {
    padding-bottom: -59px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--5\.9 {
    margin-left: -59px;
  }
  .laptop-l\:p-l--5\.9 {
    padding-left: -59px;
  }
  .laptop-l-m-l--5\.9 {
    margin-left: -59px;
  }
  .laptop-l-p-l--5\.9 {
    padding-left: -59px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--5\.9 {
    margin-right: -59px;
  }
  .laptop-l\:p-r--5\.9 {
    padding-right: -59px;
  }
  .laptop-l-m-r--5\.9 {
    margin-right: -59px;
  }
  .laptop-l-p-r--5\.9 {
    padding-right: -59px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--5\.8 {
    margin-top: -58px;
  }
  .laptop-l\:p-t--5\.8 {
    padding-top: -58px;
  }
  .laptop-l-m-t--5\.8 {
    margin-top: -58px;
  }
  .laptop-l-p-t--5\.8 {
    padding-top: -58px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--5\.8 {
    margin-bottom: -58px;
  }
  .laptop-l\:p-b--5\.8 {
    padding-bottom: -58px;
  }
  .laptop-l-m-b--5\.8 {
    margin-bottom: -58px;
  }
  .laptop-l-p-b--5\.8 {
    padding-bottom: -58px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--5\.8 {
    margin-left: -58px;
  }
  .laptop-l\:p-l--5\.8 {
    padding-left: -58px;
  }
  .laptop-l-m-l--5\.8 {
    margin-left: -58px;
  }
  .laptop-l-p-l--5\.8 {
    padding-left: -58px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--5\.8 {
    margin-right: -58px;
  }
  .laptop-l\:p-r--5\.8 {
    padding-right: -58px;
  }
  .laptop-l-m-r--5\.8 {
    margin-right: -58px;
  }
  .laptop-l-p-r--5\.8 {
    padding-right: -58px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--5\.7 {
    margin-top: -57px;
  }
  .laptop-l\:p-t--5\.7 {
    padding-top: -57px;
  }
  .laptop-l-m-t--5\.7 {
    margin-top: -57px;
  }
  .laptop-l-p-t--5\.7 {
    padding-top: -57px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--5\.7 {
    margin-bottom: -57px;
  }
  .laptop-l\:p-b--5\.7 {
    padding-bottom: -57px;
  }
  .laptop-l-m-b--5\.7 {
    margin-bottom: -57px;
  }
  .laptop-l-p-b--5\.7 {
    padding-bottom: -57px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--5\.7 {
    margin-left: -57px;
  }
  .laptop-l\:p-l--5\.7 {
    padding-left: -57px;
  }
  .laptop-l-m-l--5\.7 {
    margin-left: -57px;
  }
  .laptop-l-p-l--5\.7 {
    padding-left: -57px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--5\.7 {
    margin-right: -57px;
  }
  .laptop-l\:p-r--5\.7 {
    padding-right: -57px;
  }
  .laptop-l-m-r--5\.7 {
    margin-right: -57px;
  }
  .laptop-l-p-r--5\.7 {
    padding-right: -57px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--5\.6 {
    margin-top: -56px;
  }
  .laptop-l\:p-t--5\.6 {
    padding-top: -56px;
  }
  .laptop-l-m-t--5\.6 {
    margin-top: -56px;
  }
  .laptop-l-p-t--5\.6 {
    padding-top: -56px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--5\.6 {
    margin-bottom: -56px;
  }
  .laptop-l\:p-b--5\.6 {
    padding-bottom: -56px;
  }
  .laptop-l-m-b--5\.6 {
    margin-bottom: -56px;
  }
  .laptop-l-p-b--5\.6 {
    padding-bottom: -56px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--5\.6 {
    margin-left: -56px;
  }
  .laptop-l\:p-l--5\.6 {
    padding-left: -56px;
  }
  .laptop-l-m-l--5\.6 {
    margin-left: -56px;
  }
  .laptop-l-p-l--5\.6 {
    padding-left: -56px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--5\.6 {
    margin-right: -56px;
  }
  .laptop-l\:p-r--5\.6 {
    padding-right: -56px;
  }
  .laptop-l-m-r--5\.6 {
    margin-right: -56px;
  }
  .laptop-l-p-r--5\.6 {
    padding-right: -56px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--5\.5 {
    margin-top: -55px;
  }
  .laptop-l\:p-t--5\.5 {
    padding-top: -55px;
  }
  .laptop-l-m-t--5\.5 {
    margin-top: -55px;
  }
  .laptop-l-p-t--5\.5 {
    padding-top: -55px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--5\.5 {
    margin-bottom: -55px;
  }
  .laptop-l\:p-b--5\.5 {
    padding-bottom: -55px;
  }
  .laptop-l-m-b--5\.5 {
    margin-bottom: -55px;
  }
  .laptop-l-p-b--5\.5 {
    padding-bottom: -55px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--5\.5 {
    margin-left: -55px;
  }
  .laptop-l\:p-l--5\.5 {
    padding-left: -55px;
  }
  .laptop-l-m-l--5\.5 {
    margin-left: -55px;
  }
  .laptop-l-p-l--5\.5 {
    padding-left: -55px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--5\.5 {
    margin-right: -55px;
  }
  .laptop-l\:p-r--5\.5 {
    padding-right: -55px;
  }
  .laptop-l-m-r--5\.5 {
    margin-right: -55px;
  }
  .laptop-l-p-r--5\.5 {
    padding-right: -55px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--5\.4 {
    margin-top: -54px;
  }
  .laptop-l\:p-t--5\.4 {
    padding-top: -54px;
  }
  .laptop-l-m-t--5\.4 {
    margin-top: -54px;
  }
  .laptop-l-p-t--5\.4 {
    padding-top: -54px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--5\.4 {
    margin-bottom: -54px;
  }
  .laptop-l\:p-b--5\.4 {
    padding-bottom: -54px;
  }
  .laptop-l-m-b--5\.4 {
    margin-bottom: -54px;
  }
  .laptop-l-p-b--5\.4 {
    padding-bottom: -54px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--5\.4 {
    margin-left: -54px;
  }
  .laptop-l\:p-l--5\.4 {
    padding-left: -54px;
  }
  .laptop-l-m-l--5\.4 {
    margin-left: -54px;
  }
  .laptop-l-p-l--5\.4 {
    padding-left: -54px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--5\.4 {
    margin-right: -54px;
  }
  .laptop-l\:p-r--5\.4 {
    padding-right: -54px;
  }
  .laptop-l-m-r--5\.4 {
    margin-right: -54px;
  }
  .laptop-l-p-r--5\.4 {
    padding-right: -54px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--5\.3 {
    margin-top: -53px;
  }
  .laptop-l\:p-t--5\.3 {
    padding-top: -53px;
  }
  .laptop-l-m-t--5\.3 {
    margin-top: -53px;
  }
  .laptop-l-p-t--5\.3 {
    padding-top: -53px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--5\.3 {
    margin-bottom: -53px;
  }
  .laptop-l\:p-b--5\.3 {
    padding-bottom: -53px;
  }
  .laptop-l-m-b--5\.3 {
    margin-bottom: -53px;
  }
  .laptop-l-p-b--5\.3 {
    padding-bottom: -53px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--5\.3 {
    margin-left: -53px;
  }
  .laptop-l\:p-l--5\.3 {
    padding-left: -53px;
  }
  .laptop-l-m-l--5\.3 {
    margin-left: -53px;
  }
  .laptop-l-p-l--5\.3 {
    padding-left: -53px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--5\.3 {
    margin-right: -53px;
  }
  .laptop-l\:p-r--5\.3 {
    padding-right: -53px;
  }
  .laptop-l-m-r--5\.3 {
    margin-right: -53px;
  }
  .laptop-l-p-r--5\.3 {
    padding-right: -53px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--5\.2 {
    margin-top: -52px;
  }
  .laptop-l\:p-t--5\.2 {
    padding-top: -52px;
  }
  .laptop-l-m-t--5\.2 {
    margin-top: -52px;
  }
  .laptop-l-p-t--5\.2 {
    padding-top: -52px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--5\.2 {
    margin-bottom: -52px;
  }
  .laptop-l\:p-b--5\.2 {
    padding-bottom: -52px;
  }
  .laptop-l-m-b--5\.2 {
    margin-bottom: -52px;
  }
  .laptop-l-p-b--5\.2 {
    padding-bottom: -52px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--5\.2 {
    margin-left: -52px;
  }
  .laptop-l\:p-l--5\.2 {
    padding-left: -52px;
  }
  .laptop-l-m-l--5\.2 {
    margin-left: -52px;
  }
  .laptop-l-p-l--5\.2 {
    padding-left: -52px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--5\.2 {
    margin-right: -52px;
  }
  .laptop-l\:p-r--5\.2 {
    padding-right: -52px;
  }
  .laptop-l-m-r--5\.2 {
    margin-right: -52px;
  }
  .laptop-l-p-r--5\.2 {
    padding-right: -52px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--5\.1 {
    margin-top: -51px;
  }
  .laptop-l\:p-t--5\.1 {
    padding-top: -51px;
  }
  .laptop-l-m-t--5\.1 {
    margin-top: -51px;
  }
  .laptop-l-p-t--5\.1 {
    padding-top: -51px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--5\.1 {
    margin-bottom: -51px;
  }
  .laptop-l\:p-b--5\.1 {
    padding-bottom: -51px;
  }
  .laptop-l-m-b--5\.1 {
    margin-bottom: -51px;
  }
  .laptop-l-p-b--5\.1 {
    padding-bottom: -51px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--5\.1 {
    margin-left: -51px;
  }
  .laptop-l\:p-l--5\.1 {
    padding-left: -51px;
  }
  .laptop-l-m-l--5\.1 {
    margin-left: -51px;
  }
  .laptop-l-p-l--5\.1 {
    padding-left: -51px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--5\.1 {
    margin-right: -51px;
  }
  .laptop-l\:p-r--5\.1 {
    padding-right: -51px;
  }
  .laptop-l-m-r--5\.1 {
    margin-right: -51px;
  }
  .laptop-l-p-r--5\.1 {
    padding-right: -51px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--5 {
    margin-top: -50px;
  }
  .laptop-l\:p-t--5 {
    padding-top: -50px;
  }
  .laptop-l-m-t--5 {
    margin-top: -50px;
  }
  .laptop-l-p-t--5 {
    padding-top: -50px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--5 {
    margin-bottom: -50px;
  }
  .laptop-l\:p-b--5 {
    padding-bottom: -50px;
  }
  .laptop-l-m-b--5 {
    margin-bottom: -50px;
  }
  .laptop-l-p-b--5 {
    padding-bottom: -50px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--5 {
    margin-left: -50px;
  }
  .laptop-l\:p-l--5 {
    padding-left: -50px;
  }
  .laptop-l-m-l--5 {
    margin-left: -50px;
  }
  .laptop-l-p-l--5 {
    padding-left: -50px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--5 {
    margin-right: -50px;
  }
  .laptop-l\:p-r--5 {
    padding-right: -50px;
  }
  .laptop-l-m-r--5 {
    margin-right: -50px;
  }
  .laptop-l-p-r--5 {
    padding-right: -50px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--4\.9 {
    margin-top: -49px;
  }
  .laptop-l\:p-t--4\.9 {
    padding-top: -49px;
  }
  .laptop-l-m-t--4\.9 {
    margin-top: -49px;
  }
  .laptop-l-p-t--4\.9 {
    padding-top: -49px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--4\.9 {
    margin-bottom: -49px;
  }
  .laptop-l\:p-b--4\.9 {
    padding-bottom: -49px;
  }
  .laptop-l-m-b--4\.9 {
    margin-bottom: -49px;
  }
  .laptop-l-p-b--4\.9 {
    padding-bottom: -49px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--4\.9 {
    margin-left: -49px;
  }
  .laptop-l\:p-l--4\.9 {
    padding-left: -49px;
  }
  .laptop-l-m-l--4\.9 {
    margin-left: -49px;
  }
  .laptop-l-p-l--4\.9 {
    padding-left: -49px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--4\.9 {
    margin-right: -49px;
  }
  .laptop-l\:p-r--4\.9 {
    padding-right: -49px;
  }
  .laptop-l-m-r--4\.9 {
    margin-right: -49px;
  }
  .laptop-l-p-r--4\.9 {
    padding-right: -49px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--4\.8 {
    margin-top: -48px;
  }
  .laptop-l\:p-t--4\.8 {
    padding-top: -48px;
  }
  .laptop-l-m-t--4\.8 {
    margin-top: -48px;
  }
  .laptop-l-p-t--4\.8 {
    padding-top: -48px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--4\.8 {
    margin-bottom: -48px;
  }
  .laptop-l\:p-b--4\.8 {
    padding-bottom: -48px;
  }
  .laptop-l-m-b--4\.8 {
    margin-bottom: -48px;
  }
  .laptop-l-p-b--4\.8 {
    padding-bottom: -48px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--4\.8 {
    margin-left: -48px;
  }
  .laptop-l\:p-l--4\.8 {
    padding-left: -48px;
  }
  .laptop-l-m-l--4\.8 {
    margin-left: -48px;
  }
  .laptop-l-p-l--4\.8 {
    padding-left: -48px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--4\.8 {
    margin-right: -48px;
  }
  .laptop-l\:p-r--4\.8 {
    padding-right: -48px;
  }
  .laptop-l-m-r--4\.8 {
    margin-right: -48px;
  }
  .laptop-l-p-r--4\.8 {
    padding-right: -48px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--4\.7 {
    margin-top: -47px;
  }
  .laptop-l\:p-t--4\.7 {
    padding-top: -47px;
  }
  .laptop-l-m-t--4\.7 {
    margin-top: -47px;
  }
  .laptop-l-p-t--4\.7 {
    padding-top: -47px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--4\.7 {
    margin-bottom: -47px;
  }
  .laptop-l\:p-b--4\.7 {
    padding-bottom: -47px;
  }
  .laptop-l-m-b--4\.7 {
    margin-bottom: -47px;
  }
  .laptop-l-p-b--4\.7 {
    padding-bottom: -47px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--4\.7 {
    margin-left: -47px;
  }
  .laptop-l\:p-l--4\.7 {
    padding-left: -47px;
  }
  .laptop-l-m-l--4\.7 {
    margin-left: -47px;
  }
  .laptop-l-p-l--4\.7 {
    padding-left: -47px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--4\.7 {
    margin-right: -47px;
  }
  .laptop-l\:p-r--4\.7 {
    padding-right: -47px;
  }
  .laptop-l-m-r--4\.7 {
    margin-right: -47px;
  }
  .laptop-l-p-r--4\.7 {
    padding-right: -47px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--4\.6 {
    margin-top: -46px;
  }
  .laptop-l\:p-t--4\.6 {
    padding-top: -46px;
  }
  .laptop-l-m-t--4\.6 {
    margin-top: -46px;
  }
  .laptop-l-p-t--4\.6 {
    padding-top: -46px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--4\.6 {
    margin-bottom: -46px;
  }
  .laptop-l\:p-b--4\.6 {
    padding-bottom: -46px;
  }
  .laptop-l-m-b--4\.6 {
    margin-bottom: -46px;
  }
  .laptop-l-p-b--4\.6 {
    padding-bottom: -46px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--4\.6 {
    margin-left: -46px;
  }
  .laptop-l\:p-l--4\.6 {
    padding-left: -46px;
  }
  .laptop-l-m-l--4\.6 {
    margin-left: -46px;
  }
  .laptop-l-p-l--4\.6 {
    padding-left: -46px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--4\.6 {
    margin-right: -46px;
  }
  .laptop-l\:p-r--4\.6 {
    padding-right: -46px;
  }
  .laptop-l-m-r--4\.6 {
    margin-right: -46px;
  }
  .laptop-l-p-r--4\.6 {
    padding-right: -46px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--4\.5 {
    margin-top: -45px;
  }
  .laptop-l\:p-t--4\.5 {
    padding-top: -45px;
  }
  .laptop-l-m-t--4\.5 {
    margin-top: -45px;
  }
  .laptop-l-p-t--4\.5 {
    padding-top: -45px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--4\.5 {
    margin-bottom: -45px;
  }
  .laptop-l\:p-b--4\.5 {
    padding-bottom: -45px;
  }
  .laptop-l-m-b--4\.5 {
    margin-bottom: -45px;
  }
  .laptop-l-p-b--4\.5 {
    padding-bottom: -45px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--4\.5 {
    margin-left: -45px;
  }
  .laptop-l\:p-l--4\.5 {
    padding-left: -45px;
  }
  .laptop-l-m-l--4\.5 {
    margin-left: -45px;
  }
  .laptop-l-p-l--4\.5 {
    padding-left: -45px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--4\.5 {
    margin-right: -45px;
  }
  .laptop-l\:p-r--4\.5 {
    padding-right: -45px;
  }
  .laptop-l-m-r--4\.5 {
    margin-right: -45px;
  }
  .laptop-l-p-r--4\.5 {
    padding-right: -45px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--4\.4 {
    margin-top: -44px;
  }
  .laptop-l\:p-t--4\.4 {
    padding-top: -44px;
  }
  .laptop-l-m-t--4\.4 {
    margin-top: -44px;
  }
  .laptop-l-p-t--4\.4 {
    padding-top: -44px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--4\.4 {
    margin-bottom: -44px;
  }
  .laptop-l\:p-b--4\.4 {
    padding-bottom: -44px;
  }
  .laptop-l-m-b--4\.4 {
    margin-bottom: -44px;
  }
  .laptop-l-p-b--4\.4 {
    padding-bottom: -44px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--4\.4 {
    margin-left: -44px;
  }
  .laptop-l\:p-l--4\.4 {
    padding-left: -44px;
  }
  .laptop-l-m-l--4\.4 {
    margin-left: -44px;
  }
  .laptop-l-p-l--4\.4 {
    padding-left: -44px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--4\.4 {
    margin-right: -44px;
  }
  .laptop-l\:p-r--4\.4 {
    padding-right: -44px;
  }
  .laptop-l-m-r--4\.4 {
    margin-right: -44px;
  }
  .laptop-l-p-r--4\.4 {
    padding-right: -44px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--4\.3 {
    margin-top: -43px;
  }
  .laptop-l\:p-t--4\.3 {
    padding-top: -43px;
  }
  .laptop-l-m-t--4\.3 {
    margin-top: -43px;
  }
  .laptop-l-p-t--4\.3 {
    padding-top: -43px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--4\.3 {
    margin-bottom: -43px;
  }
  .laptop-l\:p-b--4\.3 {
    padding-bottom: -43px;
  }
  .laptop-l-m-b--4\.3 {
    margin-bottom: -43px;
  }
  .laptop-l-p-b--4\.3 {
    padding-bottom: -43px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--4\.3 {
    margin-left: -43px;
  }
  .laptop-l\:p-l--4\.3 {
    padding-left: -43px;
  }
  .laptop-l-m-l--4\.3 {
    margin-left: -43px;
  }
  .laptop-l-p-l--4\.3 {
    padding-left: -43px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--4\.3 {
    margin-right: -43px;
  }
  .laptop-l\:p-r--4\.3 {
    padding-right: -43px;
  }
  .laptop-l-m-r--4\.3 {
    margin-right: -43px;
  }
  .laptop-l-p-r--4\.3 {
    padding-right: -43px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--4\.2 {
    margin-top: -42px;
  }
  .laptop-l\:p-t--4\.2 {
    padding-top: -42px;
  }
  .laptop-l-m-t--4\.2 {
    margin-top: -42px;
  }
  .laptop-l-p-t--4\.2 {
    padding-top: -42px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--4\.2 {
    margin-bottom: -42px;
  }
  .laptop-l\:p-b--4\.2 {
    padding-bottom: -42px;
  }
  .laptop-l-m-b--4\.2 {
    margin-bottom: -42px;
  }
  .laptop-l-p-b--4\.2 {
    padding-bottom: -42px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--4\.2 {
    margin-left: -42px;
  }
  .laptop-l\:p-l--4\.2 {
    padding-left: -42px;
  }
  .laptop-l-m-l--4\.2 {
    margin-left: -42px;
  }
  .laptop-l-p-l--4\.2 {
    padding-left: -42px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--4\.2 {
    margin-right: -42px;
  }
  .laptop-l\:p-r--4\.2 {
    padding-right: -42px;
  }
  .laptop-l-m-r--4\.2 {
    margin-right: -42px;
  }
  .laptop-l-p-r--4\.2 {
    padding-right: -42px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--4\.1 {
    margin-top: -41px;
  }
  .laptop-l\:p-t--4\.1 {
    padding-top: -41px;
  }
  .laptop-l-m-t--4\.1 {
    margin-top: -41px;
  }
  .laptop-l-p-t--4\.1 {
    padding-top: -41px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--4\.1 {
    margin-bottom: -41px;
  }
  .laptop-l\:p-b--4\.1 {
    padding-bottom: -41px;
  }
  .laptop-l-m-b--4\.1 {
    margin-bottom: -41px;
  }
  .laptop-l-p-b--4\.1 {
    padding-bottom: -41px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--4\.1 {
    margin-left: -41px;
  }
  .laptop-l\:p-l--4\.1 {
    padding-left: -41px;
  }
  .laptop-l-m-l--4\.1 {
    margin-left: -41px;
  }
  .laptop-l-p-l--4\.1 {
    padding-left: -41px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--4\.1 {
    margin-right: -41px;
  }
  .laptop-l\:p-r--4\.1 {
    padding-right: -41px;
  }
  .laptop-l-m-r--4\.1 {
    margin-right: -41px;
  }
  .laptop-l-p-r--4\.1 {
    padding-right: -41px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--4 {
    margin-top: -40px;
  }
  .laptop-l\:p-t--4 {
    padding-top: -40px;
  }
  .laptop-l-m-t--4 {
    margin-top: -40px;
  }
  .laptop-l-p-t--4 {
    padding-top: -40px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--4 {
    margin-bottom: -40px;
  }
  .laptop-l\:p-b--4 {
    padding-bottom: -40px;
  }
  .laptop-l-m-b--4 {
    margin-bottom: -40px;
  }
  .laptop-l-p-b--4 {
    padding-bottom: -40px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--4 {
    margin-left: -40px;
  }
  .laptop-l\:p-l--4 {
    padding-left: -40px;
  }
  .laptop-l-m-l--4 {
    margin-left: -40px;
  }
  .laptop-l-p-l--4 {
    padding-left: -40px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--4 {
    margin-right: -40px;
  }
  .laptop-l\:p-r--4 {
    padding-right: -40px;
  }
  .laptop-l-m-r--4 {
    margin-right: -40px;
  }
  .laptop-l-p-r--4 {
    padding-right: -40px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--3\.9 {
    margin-top: -39px;
  }
  .laptop-l\:p-t--3\.9 {
    padding-top: -39px;
  }
  .laptop-l-m-t--3\.9 {
    margin-top: -39px;
  }
  .laptop-l-p-t--3\.9 {
    padding-top: -39px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--3\.9 {
    margin-bottom: -39px;
  }
  .laptop-l\:p-b--3\.9 {
    padding-bottom: -39px;
  }
  .laptop-l-m-b--3\.9 {
    margin-bottom: -39px;
  }
  .laptop-l-p-b--3\.9 {
    padding-bottom: -39px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--3\.9 {
    margin-left: -39px;
  }
  .laptop-l\:p-l--3\.9 {
    padding-left: -39px;
  }
  .laptop-l-m-l--3\.9 {
    margin-left: -39px;
  }
  .laptop-l-p-l--3\.9 {
    padding-left: -39px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--3\.9 {
    margin-right: -39px;
  }
  .laptop-l\:p-r--3\.9 {
    padding-right: -39px;
  }
  .laptop-l-m-r--3\.9 {
    margin-right: -39px;
  }
  .laptop-l-p-r--3\.9 {
    padding-right: -39px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--3\.8 {
    margin-top: -38px;
  }
  .laptop-l\:p-t--3\.8 {
    padding-top: -38px;
  }
  .laptop-l-m-t--3\.8 {
    margin-top: -38px;
  }
  .laptop-l-p-t--3\.8 {
    padding-top: -38px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--3\.8 {
    margin-bottom: -38px;
  }
  .laptop-l\:p-b--3\.8 {
    padding-bottom: -38px;
  }
  .laptop-l-m-b--3\.8 {
    margin-bottom: -38px;
  }
  .laptop-l-p-b--3\.8 {
    padding-bottom: -38px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--3\.8 {
    margin-left: -38px;
  }
  .laptop-l\:p-l--3\.8 {
    padding-left: -38px;
  }
  .laptop-l-m-l--3\.8 {
    margin-left: -38px;
  }
  .laptop-l-p-l--3\.8 {
    padding-left: -38px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--3\.8 {
    margin-right: -38px;
  }
  .laptop-l\:p-r--3\.8 {
    padding-right: -38px;
  }
  .laptop-l-m-r--3\.8 {
    margin-right: -38px;
  }
  .laptop-l-p-r--3\.8 {
    padding-right: -38px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--3\.7 {
    margin-top: -37px;
  }
  .laptop-l\:p-t--3\.7 {
    padding-top: -37px;
  }
  .laptop-l-m-t--3\.7 {
    margin-top: -37px;
  }
  .laptop-l-p-t--3\.7 {
    padding-top: -37px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--3\.7 {
    margin-bottom: -37px;
  }
  .laptop-l\:p-b--3\.7 {
    padding-bottom: -37px;
  }
  .laptop-l-m-b--3\.7 {
    margin-bottom: -37px;
  }
  .laptop-l-p-b--3\.7 {
    padding-bottom: -37px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--3\.7 {
    margin-left: -37px;
  }
  .laptop-l\:p-l--3\.7 {
    padding-left: -37px;
  }
  .laptop-l-m-l--3\.7 {
    margin-left: -37px;
  }
  .laptop-l-p-l--3\.7 {
    padding-left: -37px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--3\.7 {
    margin-right: -37px;
  }
  .laptop-l\:p-r--3\.7 {
    padding-right: -37px;
  }
  .laptop-l-m-r--3\.7 {
    margin-right: -37px;
  }
  .laptop-l-p-r--3\.7 {
    padding-right: -37px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--3\.6 {
    margin-top: -36px;
  }
  .laptop-l\:p-t--3\.6 {
    padding-top: -36px;
  }
  .laptop-l-m-t--3\.6 {
    margin-top: -36px;
  }
  .laptop-l-p-t--3\.6 {
    padding-top: -36px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--3\.6 {
    margin-bottom: -36px;
  }
  .laptop-l\:p-b--3\.6 {
    padding-bottom: -36px;
  }
  .laptop-l-m-b--3\.6 {
    margin-bottom: -36px;
  }
  .laptop-l-p-b--3\.6 {
    padding-bottom: -36px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--3\.6 {
    margin-left: -36px;
  }
  .laptop-l\:p-l--3\.6 {
    padding-left: -36px;
  }
  .laptop-l-m-l--3\.6 {
    margin-left: -36px;
  }
  .laptop-l-p-l--3\.6 {
    padding-left: -36px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--3\.6 {
    margin-right: -36px;
  }
  .laptop-l\:p-r--3\.6 {
    padding-right: -36px;
  }
  .laptop-l-m-r--3\.6 {
    margin-right: -36px;
  }
  .laptop-l-p-r--3\.6 {
    padding-right: -36px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--3\.5 {
    margin-top: -35px;
  }
  .laptop-l\:p-t--3\.5 {
    padding-top: -35px;
  }
  .laptop-l-m-t--3\.5 {
    margin-top: -35px;
  }
  .laptop-l-p-t--3\.5 {
    padding-top: -35px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--3\.5 {
    margin-bottom: -35px;
  }
  .laptop-l\:p-b--3\.5 {
    padding-bottom: -35px;
  }
  .laptop-l-m-b--3\.5 {
    margin-bottom: -35px;
  }
  .laptop-l-p-b--3\.5 {
    padding-bottom: -35px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--3\.5 {
    margin-left: -35px;
  }
  .laptop-l\:p-l--3\.5 {
    padding-left: -35px;
  }
  .laptop-l-m-l--3\.5 {
    margin-left: -35px;
  }
  .laptop-l-p-l--3\.5 {
    padding-left: -35px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--3\.5 {
    margin-right: -35px;
  }
  .laptop-l\:p-r--3\.5 {
    padding-right: -35px;
  }
  .laptop-l-m-r--3\.5 {
    margin-right: -35px;
  }
  .laptop-l-p-r--3\.5 {
    padding-right: -35px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--3\.4 {
    margin-top: -34px;
  }
  .laptop-l\:p-t--3\.4 {
    padding-top: -34px;
  }
  .laptop-l-m-t--3\.4 {
    margin-top: -34px;
  }
  .laptop-l-p-t--3\.4 {
    padding-top: -34px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--3\.4 {
    margin-bottom: -34px;
  }
  .laptop-l\:p-b--3\.4 {
    padding-bottom: -34px;
  }
  .laptop-l-m-b--3\.4 {
    margin-bottom: -34px;
  }
  .laptop-l-p-b--3\.4 {
    padding-bottom: -34px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--3\.4 {
    margin-left: -34px;
  }
  .laptop-l\:p-l--3\.4 {
    padding-left: -34px;
  }
  .laptop-l-m-l--3\.4 {
    margin-left: -34px;
  }
  .laptop-l-p-l--3\.4 {
    padding-left: -34px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--3\.4 {
    margin-right: -34px;
  }
  .laptop-l\:p-r--3\.4 {
    padding-right: -34px;
  }
  .laptop-l-m-r--3\.4 {
    margin-right: -34px;
  }
  .laptop-l-p-r--3\.4 {
    padding-right: -34px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--3\.3 {
    margin-top: -33px;
  }
  .laptop-l\:p-t--3\.3 {
    padding-top: -33px;
  }
  .laptop-l-m-t--3\.3 {
    margin-top: -33px;
  }
  .laptop-l-p-t--3\.3 {
    padding-top: -33px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--3\.3 {
    margin-bottom: -33px;
  }
  .laptop-l\:p-b--3\.3 {
    padding-bottom: -33px;
  }
  .laptop-l-m-b--3\.3 {
    margin-bottom: -33px;
  }
  .laptop-l-p-b--3\.3 {
    padding-bottom: -33px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--3\.3 {
    margin-left: -33px;
  }
  .laptop-l\:p-l--3\.3 {
    padding-left: -33px;
  }
  .laptop-l-m-l--3\.3 {
    margin-left: -33px;
  }
  .laptop-l-p-l--3\.3 {
    padding-left: -33px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--3\.3 {
    margin-right: -33px;
  }
  .laptop-l\:p-r--3\.3 {
    padding-right: -33px;
  }
  .laptop-l-m-r--3\.3 {
    margin-right: -33px;
  }
  .laptop-l-p-r--3\.3 {
    padding-right: -33px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--3\.2 {
    margin-top: -32px;
  }
  .laptop-l\:p-t--3\.2 {
    padding-top: -32px;
  }
  .laptop-l-m-t--3\.2 {
    margin-top: -32px;
  }
  .laptop-l-p-t--3\.2 {
    padding-top: -32px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--3\.2 {
    margin-bottom: -32px;
  }
  .laptop-l\:p-b--3\.2 {
    padding-bottom: -32px;
  }
  .laptop-l-m-b--3\.2 {
    margin-bottom: -32px;
  }
  .laptop-l-p-b--3\.2 {
    padding-bottom: -32px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--3\.2 {
    margin-left: -32px;
  }
  .laptop-l\:p-l--3\.2 {
    padding-left: -32px;
  }
  .laptop-l-m-l--3\.2 {
    margin-left: -32px;
  }
  .laptop-l-p-l--3\.2 {
    padding-left: -32px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--3\.2 {
    margin-right: -32px;
  }
  .laptop-l\:p-r--3\.2 {
    padding-right: -32px;
  }
  .laptop-l-m-r--3\.2 {
    margin-right: -32px;
  }
  .laptop-l-p-r--3\.2 {
    padding-right: -32px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--3\.1 {
    margin-top: -31px;
  }
  .laptop-l\:p-t--3\.1 {
    padding-top: -31px;
  }
  .laptop-l-m-t--3\.1 {
    margin-top: -31px;
  }
  .laptop-l-p-t--3\.1 {
    padding-top: -31px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--3\.1 {
    margin-bottom: -31px;
  }
  .laptop-l\:p-b--3\.1 {
    padding-bottom: -31px;
  }
  .laptop-l-m-b--3\.1 {
    margin-bottom: -31px;
  }
  .laptop-l-p-b--3\.1 {
    padding-bottom: -31px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--3\.1 {
    margin-left: -31px;
  }
  .laptop-l\:p-l--3\.1 {
    padding-left: -31px;
  }
  .laptop-l-m-l--3\.1 {
    margin-left: -31px;
  }
  .laptop-l-p-l--3\.1 {
    padding-left: -31px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--3\.1 {
    margin-right: -31px;
  }
  .laptop-l\:p-r--3\.1 {
    padding-right: -31px;
  }
  .laptop-l-m-r--3\.1 {
    margin-right: -31px;
  }
  .laptop-l-p-r--3\.1 {
    padding-right: -31px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--3 {
    margin-top: -30px;
  }
  .laptop-l\:p-t--3 {
    padding-top: -30px;
  }
  .laptop-l-m-t--3 {
    margin-top: -30px;
  }
  .laptop-l-p-t--3 {
    padding-top: -30px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--3 {
    margin-bottom: -30px;
  }
  .laptop-l\:p-b--3 {
    padding-bottom: -30px;
  }
  .laptop-l-m-b--3 {
    margin-bottom: -30px;
  }
  .laptop-l-p-b--3 {
    padding-bottom: -30px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--3 {
    margin-left: -30px;
  }
  .laptop-l\:p-l--3 {
    padding-left: -30px;
  }
  .laptop-l-m-l--3 {
    margin-left: -30px;
  }
  .laptop-l-p-l--3 {
    padding-left: -30px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--3 {
    margin-right: -30px;
  }
  .laptop-l\:p-r--3 {
    padding-right: -30px;
  }
  .laptop-l-m-r--3 {
    margin-right: -30px;
  }
  .laptop-l-p-r--3 {
    padding-right: -30px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--2\.9 {
    margin-top: -29px;
  }
  .laptop-l\:p-t--2\.9 {
    padding-top: -29px;
  }
  .laptop-l-m-t--2\.9 {
    margin-top: -29px;
  }
  .laptop-l-p-t--2\.9 {
    padding-top: -29px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--2\.9 {
    margin-bottom: -29px;
  }
  .laptop-l\:p-b--2\.9 {
    padding-bottom: -29px;
  }
  .laptop-l-m-b--2\.9 {
    margin-bottom: -29px;
  }
  .laptop-l-p-b--2\.9 {
    padding-bottom: -29px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--2\.9 {
    margin-left: -29px;
  }
  .laptop-l\:p-l--2\.9 {
    padding-left: -29px;
  }
  .laptop-l-m-l--2\.9 {
    margin-left: -29px;
  }
  .laptop-l-p-l--2\.9 {
    padding-left: -29px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--2\.9 {
    margin-right: -29px;
  }
  .laptop-l\:p-r--2\.9 {
    padding-right: -29px;
  }
  .laptop-l-m-r--2\.9 {
    margin-right: -29px;
  }
  .laptop-l-p-r--2\.9 {
    padding-right: -29px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--2\.8 {
    margin-top: -28px;
  }
  .laptop-l\:p-t--2\.8 {
    padding-top: -28px;
  }
  .laptop-l-m-t--2\.8 {
    margin-top: -28px;
  }
  .laptop-l-p-t--2\.8 {
    padding-top: -28px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--2\.8 {
    margin-bottom: -28px;
  }
  .laptop-l\:p-b--2\.8 {
    padding-bottom: -28px;
  }
  .laptop-l-m-b--2\.8 {
    margin-bottom: -28px;
  }
  .laptop-l-p-b--2\.8 {
    padding-bottom: -28px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--2\.8 {
    margin-left: -28px;
  }
  .laptop-l\:p-l--2\.8 {
    padding-left: -28px;
  }
  .laptop-l-m-l--2\.8 {
    margin-left: -28px;
  }
  .laptop-l-p-l--2\.8 {
    padding-left: -28px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--2\.8 {
    margin-right: -28px;
  }
  .laptop-l\:p-r--2\.8 {
    padding-right: -28px;
  }
  .laptop-l-m-r--2\.8 {
    margin-right: -28px;
  }
  .laptop-l-p-r--2\.8 {
    padding-right: -28px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--2\.7 {
    margin-top: -27px;
  }
  .laptop-l\:p-t--2\.7 {
    padding-top: -27px;
  }
  .laptop-l-m-t--2\.7 {
    margin-top: -27px;
  }
  .laptop-l-p-t--2\.7 {
    padding-top: -27px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--2\.7 {
    margin-bottom: -27px;
  }
  .laptop-l\:p-b--2\.7 {
    padding-bottom: -27px;
  }
  .laptop-l-m-b--2\.7 {
    margin-bottom: -27px;
  }
  .laptop-l-p-b--2\.7 {
    padding-bottom: -27px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--2\.7 {
    margin-left: -27px;
  }
  .laptop-l\:p-l--2\.7 {
    padding-left: -27px;
  }
  .laptop-l-m-l--2\.7 {
    margin-left: -27px;
  }
  .laptop-l-p-l--2\.7 {
    padding-left: -27px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--2\.7 {
    margin-right: -27px;
  }
  .laptop-l\:p-r--2\.7 {
    padding-right: -27px;
  }
  .laptop-l-m-r--2\.7 {
    margin-right: -27px;
  }
  .laptop-l-p-r--2\.7 {
    padding-right: -27px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--2\.6 {
    margin-top: -26px;
  }
  .laptop-l\:p-t--2\.6 {
    padding-top: -26px;
  }
  .laptop-l-m-t--2\.6 {
    margin-top: -26px;
  }
  .laptop-l-p-t--2\.6 {
    padding-top: -26px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--2\.6 {
    margin-bottom: -26px;
  }
  .laptop-l\:p-b--2\.6 {
    padding-bottom: -26px;
  }
  .laptop-l-m-b--2\.6 {
    margin-bottom: -26px;
  }
  .laptop-l-p-b--2\.6 {
    padding-bottom: -26px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--2\.6 {
    margin-left: -26px;
  }
  .laptop-l\:p-l--2\.6 {
    padding-left: -26px;
  }
  .laptop-l-m-l--2\.6 {
    margin-left: -26px;
  }
  .laptop-l-p-l--2\.6 {
    padding-left: -26px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--2\.6 {
    margin-right: -26px;
  }
  .laptop-l\:p-r--2\.6 {
    padding-right: -26px;
  }
  .laptop-l-m-r--2\.6 {
    margin-right: -26px;
  }
  .laptop-l-p-r--2\.6 {
    padding-right: -26px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--2\.5 {
    margin-top: -25px;
  }
  .laptop-l\:p-t--2\.5 {
    padding-top: -25px;
  }
  .laptop-l-m-t--2\.5 {
    margin-top: -25px;
  }
  .laptop-l-p-t--2\.5 {
    padding-top: -25px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--2\.5 {
    margin-bottom: -25px;
  }
  .laptop-l\:p-b--2\.5 {
    padding-bottom: -25px;
  }
  .laptop-l-m-b--2\.5 {
    margin-bottom: -25px;
  }
  .laptop-l-p-b--2\.5 {
    padding-bottom: -25px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--2\.5 {
    margin-left: -25px;
  }
  .laptop-l\:p-l--2\.5 {
    padding-left: -25px;
  }
  .laptop-l-m-l--2\.5 {
    margin-left: -25px;
  }
  .laptop-l-p-l--2\.5 {
    padding-left: -25px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--2\.5 {
    margin-right: -25px;
  }
  .laptop-l\:p-r--2\.5 {
    padding-right: -25px;
  }
  .laptop-l-m-r--2\.5 {
    margin-right: -25px;
  }
  .laptop-l-p-r--2\.5 {
    padding-right: -25px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--2\.4 {
    margin-top: -24px;
  }
  .laptop-l\:p-t--2\.4 {
    padding-top: -24px;
  }
  .laptop-l-m-t--2\.4 {
    margin-top: -24px;
  }
  .laptop-l-p-t--2\.4 {
    padding-top: -24px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--2\.4 {
    margin-bottom: -24px;
  }
  .laptop-l\:p-b--2\.4 {
    padding-bottom: -24px;
  }
  .laptop-l-m-b--2\.4 {
    margin-bottom: -24px;
  }
  .laptop-l-p-b--2\.4 {
    padding-bottom: -24px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--2\.4 {
    margin-left: -24px;
  }
  .laptop-l\:p-l--2\.4 {
    padding-left: -24px;
  }
  .laptop-l-m-l--2\.4 {
    margin-left: -24px;
  }
  .laptop-l-p-l--2\.4 {
    padding-left: -24px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--2\.4 {
    margin-right: -24px;
  }
  .laptop-l\:p-r--2\.4 {
    padding-right: -24px;
  }
  .laptop-l-m-r--2\.4 {
    margin-right: -24px;
  }
  .laptop-l-p-r--2\.4 {
    padding-right: -24px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--2\.3 {
    margin-top: -23px;
  }
  .laptop-l\:p-t--2\.3 {
    padding-top: -23px;
  }
  .laptop-l-m-t--2\.3 {
    margin-top: -23px;
  }
  .laptop-l-p-t--2\.3 {
    padding-top: -23px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--2\.3 {
    margin-bottom: -23px;
  }
  .laptop-l\:p-b--2\.3 {
    padding-bottom: -23px;
  }
  .laptop-l-m-b--2\.3 {
    margin-bottom: -23px;
  }
  .laptop-l-p-b--2\.3 {
    padding-bottom: -23px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--2\.3 {
    margin-left: -23px;
  }
  .laptop-l\:p-l--2\.3 {
    padding-left: -23px;
  }
  .laptop-l-m-l--2\.3 {
    margin-left: -23px;
  }
  .laptop-l-p-l--2\.3 {
    padding-left: -23px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--2\.3 {
    margin-right: -23px;
  }
  .laptop-l\:p-r--2\.3 {
    padding-right: -23px;
  }
  .laptop-l-m-r--2\.3 {
    margin-right: -23px;
  }
  .laptop-l-p-r--2\.3 {
    padding-right: -23px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--2\.2 {
    margin-top: -22px;
  }
  .laptop-l\:p-t--2\.2 {
    padding-top: -22px;
  }
  .laptop-l-m-t--2\.2 {
    margin-top: -22px;
  }
  .laptop-l-p-t--2\.2 {
    padding-top: -22px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--2\.2 {
    margin-bottom: -22px;
  }
  .laptop-l\:p-b--2\.2 {
    padding-bottom: -22px;
  }
  .laptop-l-m-b--2\.2 {
    margin-bottom: -22px;
  }
  .laptop-l-p-b--2\.2 {
    padding-bottom: -22px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--2\.2 {
    margin-left: -22px;
  }
  .laptop-l\:p-l--2\.2 {
    padding-left: -22px;
  }
  .laptop-l-m-l--2\.2 {
    margin-left: -22px;
  }
  .laptop-l-p-l--2\.2 {
    padding-left: -22px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--2\.2 {
    margin-right: -22px;
  }
  .laptop-l\:p-r--2\.2 {
    padding-right: -22px;
  }
  .laptop-l-m-r--2\.2 {
    margin-right: -22px;
  }
  .laptop-l-p-r--2\.2 {
    padding-right: -22px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--2\.1 {
    margin-top: -21px;
  }
  .laptop-l\:p-t--2\.1 {
    padding-top: -21px;
  }
  .laptop-l-m-t--2\.1 {
    margin-top: -21px;
  }
  .laptop-l-p-t--2\.1 {
    padding-top: -21px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--2\.1 {
    margin-bottom: -21px;
  }
  .laptop-l\:p-b--2\.1 {
    padding-bottom: -21px;
  }
  .laptop-l-m-b--2\.1 {
    margin-bottom: -21px;
  }
  .laptop-l-p-b--2\.1 {
    padding-bottom: -21px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--2\.1 {
    margin-left: -21px;
  }
  .laptop-l\:p-l--2\.1 {
    padding-left: -21px;
  }
  .laptop-l-m-l--2\.1 {
    margin-left: -21px;
  }
  .laptop-l-p-l--2\.1 {
    padding-left: -21px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--2\.1 {
    margin-right: -21px;
  }
  .laptop-l\:p-r--2\.1 {
    padding-right: -21px;
  }
  .laptop-l-m-r--2\.1 {
    margin-right: -21px;
  }
  .laptop-l-p-r--2\.1 {
    padding-right: -21px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--2 {
    margin-top: -20px;
  }
  .laptop-l\:p-t--2 {
    padding-top: -20px;
  }
  .laptop-l-m-t--2 {
    margin-top: -20px;
  }
  .laptop-l-p-t--2 {
    padding-top: -20px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--2 {
    margin-bottom: -20px;
  }
  .laptop-l\:p-b--2 {
    padding-bottom: -20px;
  }
  .laptop-l-m-b--2 {
    margin-bottom: -20px;
  }
  .laptop-l-p-b--2 {
    padding-bottom: -20px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--2 {
    margin-left: -20px;
  }
  .laptop-l\:p-l--2 {
    padding-left: -20px;
  }
  .laptop-l-m-l--2 {
    margin-left: -20px;
  }
  .laptop-l-p-l--2 {
    padding-left: -20px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--2 {
    margin-right: -20px;
  }
  .laptop-l\:p-r--2 {
    padding-right: -20px;
  }
  .laptop-l-m-r--2 {
    margin-right: -20px;
  }
  .laptop-l-p-r--2 {
    padding-right: -20px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--1\.9 {
    margin-top: -19px;
  }
  .laptop-l\:p-t--1\.9 {
    padding-top: -19px;
  }
  .laptop-l-m-t--1\.9 {
    margin-top: -19px;
  }
  .laptop-l-p-t--1\.9 {
    padding-top: -19px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--1\.9 {
    margin-bottom: -19px;
  }
  .laptop-l\:p-b--1\.9 {
    padding-bottom: -19px;
  }
  .laptop-l-m-b--1\.9 {
    margin-bottom: -19px;
  }
  .laptop-l-p-b--1\.9 {
    padding-bottom: -19px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--1\.9 {
    margin-left: -19px;
  }
  .laptop-l\:p-l--1\.9 {
    padding-left: -19px;
  }
  .laptop-l-m-l--1\.9 {
    margin-left: -19px;
  }
  .laptop-l-p-l--1\.9 {
    padding-left: -19px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--1\.9 {
    margin-right: -19px;
  }
  .laptop-l\:p-r--1\.9 {
    padding-right: -19px;
  }
  .laptop-l-m-r--1\.9 {
    margin-right: -19px;
  }
  .laptop-l-p-r--1\.9 {
    padding-right: -19px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--1\.8 {
    margin-top: -18px;
  }
  .laptop-l\:p-t--1\.8 {
    padding-top: -18px;
  }
  .laptop-l-m-t--1\.8 {
    margin-top: -18px;
  }
  .laptop-l-p-t--1\.8 {
    padding-top: -18px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--1\.8 {
    margin-bottom: -18px;
  }
  .laptop-l\:p-b--1\.8 {
    padding-bottom: -18px;
  }
  .laptop-l-m-b--1\.8 {
    margin-bottom: -18px;
  }
  .laptop-l-p-b--1\.8 {
    padding-bottom: -18px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--1\.8 {
    margin-left: -18px;
  }
  .laptop-l\:p-l--1\.8 {
    padding-left: -18px;
  }
  .laptop-l-m-l--1\.8 {
    margin-left: -18px;
  }
  .laptop-l-p-l--1\.8 {
    padding-left: -18px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--1\.8 {
    margin-right: -18px;
  }
  .laptop-l\:p-r--1\.8 {
    padding-right: -18px;
  }
  .laptop-l-m-r--1\.8 {
    margin-right: -18px;
  }
  .laptop-l-p-r--1\.8 {
    padding-right: -18px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--1\.7 {
    margin-top: -17px;
  }
  .laptop-l\:p-t--1\.7 {
    padding-top: -17px;
  }
  .laptop-l-m-t--1\.7 {
    margin-top: -17px;
  }
  .laptop-l-p-t--1\.7 {
    padding-top: -17px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--1\.7 {
    margin-bottom: -17px;
  }
  .laptop-l\:p-b--1\.7 {
    padding-bottom: -17px;
  }
  .laptop-l-m-b--1\.7 {
    margin-bottom: -17px;
  }
  .laptop-l-p-b--1\.7 {
    padding-bottom: -17px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--1\.7 {
    margin-left: -17px;
  }
  .laptop-l\:p-l--1\.7 {
    padding-left: -17px;
  }
  .laptop-l-m-l--1\.7 {
    margin-left: -17px;
  }
  .laptop-l-p-l--1\.7 {
    padding-left: -17px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--1\.7 {
    margin-right: -17px;
  }
  .laptop-l\:p-r--1\.7 {
    padding-right: -17px;
  }
  .laptop-l-m-r--1\.7 {
    margin-right: -17px;
  }
  .laptop-l-p-r--1\.7 {
    padding-right: -17px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--1\.6 {
    margin-top: -16px;
  }
  .laptop-l\:p-t--1\.6 {
    padding-top: -16px;
  }
  .laptop-l-m-t--1\.6 {
    margin-top: -16px;
  }
  .laptop-l-p-t--1\.6 {
    padding-top: -16px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--1\.6 {
    margin-bottom: -16px;
  }
  .laptop-l\:p-b--1\.6 {
    padding-bottom: -16px;
  }
  .laptop-l-m-b--1\.6 {
    margin-bottom: -16px;
  }
  .laptop-l-p-b--1\.6 {
    padding-bottom: -16px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--1\.6 {
    margin-left: -16px;
  }
  .laptop-l\:p-l--1\.6 {
    padding-left: -16px;
  }
  .laptop-l-m-l--1\.6 {
    margin-left: -16px;
  }
  .laptop-l-p-l--1\.6 {
    padding-left: -16px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--1\.6 {
    margin-right: -16px;
  }
  .laptop-l\:p-r--1\.6 {
    padding-right: -16px;
  }
  .laptop-l-m-r--1\.6 {
    margin-right: -16px;
  }
  .laptop-l-p-r--1\.6 {
    padding-right: -16px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--1\.5 {
    margin-top: -15px;
  }
  .laptop-l\:p-t--1\.5 {
    padding-top: -15px;
  }
  .laptop-l-m-t--1\.5 {
    margin-top: -15px;
  }
  .laptop-l-p-t--1\.5 {
    padding-top: -15px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--1\.5 {
    margin-bottom: -15px;
  }
  .laptop-l\:p-b--1\.5 {
    padding-bottom: -15px;
  }
  .laptop-l-m-b--1\.5 {
    margin-bottom: -15px;
  }
  .laptop-l-p-b--1\.5 {
    padding-bottom: -15px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--1\.5 {
    margin-left: -15px;
  }
  .laptop-l\:p-l--1\.5 {
    padding-left: -15px;
  }
  .laptop-l-m-l--1\.5 {
    margin-left: -15px;
  }
  .laptop-l-p-l--1\.5 {
    padding-left: -15px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--1\.5 {
    margin-right: -15px;
  }
  .laptop-l\:p-r--1\.5 {
    padding-right: -15px;
  }
  .laptop-l-m-r--1\.5 {
    margin-right: -15px;
  }
  .laptop-l-p-r--1\.5 {
    padding-right: -15px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--1\.4 {
    margin-top: -14px;
  }
  .laptop-l\:p-t--1\.4 {
    padding-top: -14px;
  }
  .laptop-l-m-t--1\.4 {
    margin-top: -14px;
  }
  .laptop-l-p-t--1\.4 {
    padding-top: -14px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--1\.4 {
    margin-bottom: -14px;
  }
  .laptop-l\:p-b--1\.4 {
    padding-bottom: -14px;
  }
  .laptop-l-m-b--1\.4 {
    margin-bottom: -14px;
  }
  .laptop-l-p-b--1\.4 {
    padding-bottom: -14px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--1\.4 {
    margin-left: -14px;
  }
  .laptop-l\:p-l--1\.4 {
    padding-left: -14px;
  }
  .laptop-l-m-l--1\.4 {
    margin-left: -14px;
  }
  .laptop-l-p-l--1\.4 {
    padding-left: -14px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--1\.4 {
    margin-right: -14px;
  }
  .laptop-l\:p-r--1\.4 {
    padding-right: -14px;
  }
  .laptop-l-m-r--1\.4 {
    margin-right: -14px;
  }
  .laptop-l-p-r--1\.4 {
    padding-right: -14px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--1\.3 {
    margin-top: -13px;
  }
  .laptop-l\:p-t--1\.3 {
    padding-top: -13px;
  }
  .laptop-l-m-t--1\.3 {
    margin-top: -13px;
  }
  .laptop-l-p-t--1\.3 {
    padding-top: -13px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--1\.3 {
    margin-bottom: -13px;
  }
  .laptop-l\:p-b--1\.3 {
    padding-bottom: -13px;
  }
  .laptop-l-m-b--1\.3 {
    margin-bottom: -13px;
  }
  .laptop-l-p-b--1\.3 {
    padding-bottom: -13px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--1\.3 {
    margin-left: -13px;
  }
  .laptop-l\:p-l--1\.3 {
    padding-left: -13px;
  }
  .laptop-l-m-l--1\.3 {
    margin-left: -13px;
  }
  .laptop-l-p-l--1\.3 {
    padding-left: -13px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--1\.3 {
    margin-right: -13px;
  }
  .laptop-l\:p-r--1\.3 {
    padding-right: -13px;
  }
  .laptop-l-m-r--1\.3 {
    margin-right: -13px;
  }
  .laptop-l-p-r--1\.3 {
    padding-right: -13px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--1\.2 {
    margin-top: -12px;
  }
  .laptop-l\:p-t--1\.2 {
    padding-top: -12px;
  }
  .laptop-l-m-t--1\.2 {
    margin-top: -12px;
  }
  .laptop-l-p-t--1\.2 {
    padding-top: -12px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--1\.2 {
    margin-bottom: -12px;
  }
  .laptop-l\:p-b--1\.2 {
    padding-bottom: -12px;
  }
  .laptop-l-m-b--1\.2 {
    margin-bottom: -12px;
  }
  .laptop-l-p-b--1\.2 {
    padding-bottom: -12px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--1\.2 {
    margin-left: -12px;
  }
  .laptop-l\:p-l--1\.2 {
    padding-left: -12px;
  }
  .laptop-l-m-l--1\.2 {
    margin-left: -12px;
  }
  .laptop-l-p-l--1\.2 {
    padding-left: -12px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--1\.2 {
    margin-right: -12px;
  }
  .laptop-l\:p-r--1\.2 {
    padding-right: -12px;
  }
  .laptop-l-m-r--1\.2 {
    margin-right: -12px;
  }
  .laptop-l-p-r--1\.2 {
    padding-right: -12px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--1\.1 {
    margin-top: -11px;
  }
  .laptop-l\:p-t--1\.1 {
    padding-top: -11px;
  }
  .laptop-l-m-t--1\.1 {
    margin-top: -11px;
  }
  .laptop-l-p-t--1\.1 {
    padding-top: -11px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--1\.1 {
    margin-bottom: -11px;
  }
  .laptop-l\:p-b--1\.1 {
    padding-bottom: -11px;
  }
  .laptop-l-m-b--1\.1 {
    margin-bottom: -11px;
  }
  .laptop-l-p-b--1\.1 {
    padding-bottom: -11px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--1\.1 {
    margin-left: -11px;
  }
  .laptop-l\:p-l--1\.1 {
    padding-left: -11px;
  }
  .laptop-l-m-l--1\.1 {
    margin-left: -11px;
  }
  .laptop-l-p-l--1\.1 {
    padding-left: -11px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--1\.1 {
    margin-right: -11px;
  }
  .laptop-l\:p-r--1\.1 {
    padding-right: -11px;
  }
  .laptop-l-m-r--1\.1 {
    margin-right: -11px;
  }
  .laptop-l-p-r--1\.1 {
    padding-right: -11px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--1 {
    margin-top: -10px;
  }
  .laptop-l\:p-t--1 {
    padding-top: -10px;
  }
  .laptop-l-m-t--1 {
    margin-top: -10px;
  }
  .laptop-l-p-t--1 {
    padding-top: -10px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--1 {
    margin-bottom: -10px;
  }
  .laptop-l\:p-b--1 {
    padding-bottom: -10px;
  }
  .laptop-l-m-b--1 {
    margin-bottom: -10px;
  }
  .laptop-l-p-b--1 {
    padding-bottom: -10px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--1 {
    margin-left: -10px;
  }
  .laptop-l\:p-l--1 {
    padding-left: -10px;
  }
  .laptop-l-m-l--1 {
    margin-left: -10px;
  }
  .laptop-l-p-l--1 {
    padding-left: -10px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--1 {
    margin-right: -10px;
  }
  .laptop-l\:p-r--1 {
    padding-right: -10px;
  }
  .laptop-l-m-r--1 {
    margin-right: -10px;
  }
  .laptop-l-p-r--1 {
    padding-right: -10px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--0\.9 {
    margin-top: -9px;
  }
  .laptop-l\:p-t--0\.9 {
    padding-top: -9px;
  }
  .laptop-l-m-t--0\.9 {
    margin-top: -9px;
  }
  .laptop-l-p-t--0\.9 {
    padding-top: -9px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--0\.9 {
    margin-bottom: -9px;
  }
  .laptop-l\:p-b--0\.9 {
    padding-bottom: -9px;
  }
  .laptop-l-m-b--0\.9 {
    margin-bottom: -9px;
  }
  .laptop-l-p-b--0\.9 {
    padding-bottom: -9px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--0\.9 {
    margin-left: -9px;
  }
  .laptop-l\:p-l--0\.9 {
    padding-left: -9px;
  }
  .laptop-l-m-l--0\.9 {
    margin-left: -9px;
  }
  .laptop-l-p-l--0\.9 {
    padding-left: -9px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--0\.9 {
    margin-right: -9px;
  }
  .laptop-l\:p-r--0\.9 {
    padding-right: -9px;
  }
  .laptop-l-m-r--0\.9 {
    margin-right: -9px;
  }
  .laptop-l-p-r--0\.9 {
    padding-right: -9px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--0\.8 {
    margin-top: -8px;
  }
  .laptop-l\:p-t--0\.8 {
    padding-top: -8px;
  }
  .laptop-l-m-t--0\.8 {
    margin-top: -8px;
  }
  .laptop-l-p-t--0\.8 {
    padding-top: -8px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--0\.8 {
    margin-bottom: -8px;
  }
  .laptop-l\:p-b--0\.8 {
    padding-bottom: -8px;
  }
  .laptop-l-m-b--0\.8 {
    margin-bottom: -8px;
  }
  .laptop-l-p-b--0\.8 {
    padding-bottom: -8px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--0\.8 {
    margin-left: -8px;
  }
  .laptop-l\:p-l--0\.8 {
    padding-left: -8px;
  }
  .laptop-l-m-l--0\.8 {
    margin-left: -8px;
  }
  .laptop-l-p-l--0\.8 {
    padding-left: -8px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--0\.8 {
    margin-right: -8px;
  }
  .laptop-l\:p-r--0\.8 {
    padding-right: -8px;
  }
  .laptop-l-m-r--0\.8 {
    margin-right: -8px;
  }
  .laptop-l-p-r--0\.8 {
    padding-right: -8px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--0\.7 {
    margin-top: -7px;
  }
  .laptop-l\:p-t--0\.7 {
    padding-top: -7px;
  }
  .laptop-l-m-t--0\.7 {
    margin-top: -7px;
  }
  .laptop-l-p-t--0\.7 {
    padding-top: -7px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--0\.7 {
    margin-bottom: -7px;
  }
  .laptop-l\:p-b--0\.7 {
    padding-bottom: -7px;
  }
  .laptop-l-m-b--0\.7 {
    margin-bottom: -7px;
  }
  .laptop-l-p-b--0\.7 {
    padding-bottom: -7px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--0\.7 {
    margin-left: -7px;
  }
  .laptop-l\:p-l--0\.7 {
    padding-left: -7px;
  }
  .laptop-l-m-l--0\.7 {
    margin-left: -7px;
  }
  .laptop-l-p-l--0\.7 {
    padding-left: -7px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--0\.7 {
    margin-right: -7px;
  }
  .laptop-l\:p-r--0\.7 {
    padding-right: -7px;
  }
  .laptop-l-m-r--0\.7 {
    margin-right: -7px;
  }
  .laptop-l-p-r--0\.7 {
    padding-right: -7px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--0\.6 {
    margin-top: -6px;
  }
  .laptop-l\:p-t--0\.6 {
    padding-top: -6px;
  }
  .laptop-l-m-t--0\.6 {
    margin-top: -6px;
  }
  .laptop-l-p-t--0\.6 {
    padding-top: -6px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--0\.6 {
    margin-bottom: -6px;
  }
  .laptop-l\:p-b--0\.6 {
    padding-bottom: -6px;
  }
  .laptop-l-m-b--0\.6 {
    margin-bottom: -6px;
  }
  .laptop-l-p-b--0\.6 {
    padding-bottom: -6px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--0\.6 {
    margin-left: -6px;
  }
  .laptop-l\:p-l--0\.6 {
    padding-left: -6px;
  }
  .laptop-l-m-l--0\.6 {
    margin-left: -6px;
  }
  .laptop-l-p-l--0\.6 {
    padding-left: -6px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--0\.6 {
    margin-right: -6px;
  }
  .laptop-l\:p-r--0\.6 {
    padding-right: -6px;
  }
  .laptop-l-m-r--0\.6 {
    margin-right: -6px;
  }
  .laptop-l-p-r--0\.6 {
    padding-right: -6px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--0\.5 {
    margin-top: -5px;
  }
  .laptop-l\:p-t--0\.5 {
    padding-top: -5px;
  }
  .laptop-l-m-t--0\.5 {
    margin-top: -5px;
  }
  .laptop-l-p-t--0\.5 {
    padding-top: -5px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--0\.5 {
    margin-bottom: -5px;
  }
  .laptop-l\:p-b--0\.5 {
    padding-bottom: -5px;
  }
  .laptop-l-m-b--0\.5 {
    margin-bottom: -5px;
  }
  .laptop-l-p-b--0\.5 {
    padding-bottom: -5px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--0\.5 {
    margin-left: -5px;
  }
  .laptop-l\:p-l--0\.5 {
    padding-left: -5px;
  }
  .laptop-l-m-l--0\.5 {
    margin-left: -5px;
  }
  .laptop-l-p-l--0\.5 {
    padding-left: -5px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--0\.5 {
    margin-right: -5px;
  }
  .laptop-l\:p-r--0\.5 {
    padding-right: -5px;
  }
  .laptop-l-m-r--0\.5 {
    margin-right: -5px;
  }
  .laptop-l-p-r--0\.5 {
    padding-right: -5px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--0\.4 {
    margin-top: -4px;
  }
  .laptop-l\:p-t--0\.4 {
    padding-top: -4px;
  }
  .laptop-l-m-t--0\.4 {
    margin-top: -4px;
  }
  .laptop-l-p-t--0\.4 {
    padding-top: -4px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--0\.4 {
    margin-bottom: -4px;
  }
  .laptop-l\:p-b--0\.4 {
    padding-bottom: -4px;
  }
  .laptop-l-m-b--0\.4 {
    margin-bottom: -4px;
  }
  .laptop-l-p-b--0\.4 {
    padding-bottom: -4px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--0\.4 {
    margin-left: -4px;
  }
  .laptop-l\:p-l--0\.4 {
    padding-left: -4px;
  }
  .laptop-l-m-l--0\.4 {
    margin-left: -4px;
  }
  .laptop-l-p-l--0\.4 {
    padding-left: -4px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--0\.4 {
    margin-right: -4px;
  }
  .laptop-l\:p-r--0\.4 {
    padding-right: -4px;
  }
  .laptop-l-m-r--0\.4 {
    margin-right: -4px;
  }
  .laptop-l-p-r--0\.4 {
    padding-right: -4px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--0\.3 {
    margin-top: -3px;
  }
  .laptop-l\:p-t--0\.3 {
    padding-top: -3px;
  }
  .laptop-l-m-t--0\.3 {
    margin-top: -3px;
  }
  .laptop-l-p-t--0\.3 {
    padding-top: -3px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--0\.3 {
    margin-bottom: -3px;
  }
  .laptop-l\:p-b--0\.3 {
    padding-bottom: -3px;
  }
  .laptop-l-m-b--0\.3 {
    margin-bottom: -3px;
  }
  .laptop-l-p-b--0\.3 {
    padding-bottom: -3px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--0\.3 {
    margin-left: -3px;
  }
  .laptop-l\:p-l--0\.3 {
    padding-left: -3px;
  }
  .laptop-l-m-l--0\.3 {
    margin-left: -3px;
  }
  .laptop-l-p-l--0\.3 {
    padding-left: -3px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--0\.3 {
    margin-right: -3px;
  }
  .laptop-l\:p-r--0\.3 {
    padding-right: -3px;
  }
  .laptop-l-m-r--0\.3 {
    margin-right: -3px;
  }
  .laptop-l-p-r--0\.3 {
    padding-right: -3px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--0\.2 {
    margin-top: -2px;
  }
  .laptop-l\:p-t--0\.2 {
    padding-top: -2px;
  }
  .laptop-l-m-t--0\.2 {
    margin-top: -2px;
  }
  .laptop-l-p-t--0\.2 {
    padding-top: -2px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--0\.2 {
    margin-bottom: -2px;
  }
  .laptop-l\:p-b--0\.2 {
    padding-bottom: -2px;
  }
  .laptop-l-m-b--0\.2 {
    margin-bottom: -2px;
  }
  .laptop-l-p-b--0\.2 {
    padding-bottom: -2px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--0\.2 {
    margin-left: -2px;
  }
  .laptop-l\:p-l--0\.2 {
    padding-left: -2px;
  }
  .laptop-l-m-l--0\.2 {
    margin-left: -2px;
  }
  .laptop-l-p-l--0\.2 {
    padding-left: -2px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--0\.2 {
    margin-right: -2px;
  }
  .laptop-l\:p-r--0\.2 {
    padding-right: -2px;
  }
  .laptop-l-m-r--0\.2 {
    margin-right: -2px;
  }
  .laptop-l-p-r--0\.2 {
    padding-right: -2px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t--0\.1 {
    margin-top: -1px;
  }
  .laptop-l\:p-t--0\.1 {
    padding-top: -1px;
  }
  .laptop-l-m-t--0\.1 {
    margin-top: -1px;
  }
  .laptop-l-p-t--0\.1 {
    padding-top: -1px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b--0\.1 {
    margin-bottom: -1px;
  }
  .laptop-l\:p-b--0\.1 {
    padding-bottom: -1px;
  }
  .laptop-l-m-b--0\.1 {
    margin-bottom: -1px;
  }
  .laptop-l-p-b--0\.1 {
    padding-bottom: -1px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l--0\.1 {
    margin-left: -1px;
  }
  .laptop-l\:p-l--0\.1 {
    padding-left: -1px;
  }
  .laptop-l-m-l--0\.1 {
    margin-left: -1px;
  }
  .laptop-l-p-l--0\.1 {
    padding-left: -1px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r--0\.1 {
    margin-right: -1px;
  }
  .laptop-l\:p-r--0\.1 {
    padding-right: -1px;
  }
  .laptop-l-m-r--0\.1 {
    margin-right: -1px;
  }
  .laptop-l-p-r--0\.1 {
    padding-right: -1px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-0 {
    margin-top: 0px;
  }
  .laptop-l\:p-t-0 {
    padding-top: 0px;
  }
  .laptop-l-m-t-0 {
    margin-top: 0px;
  }
  .laptop-l-p-t-0 {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-0 {
    margin-bottom: 0px;
  }
  .laptop-l\:p-b-0 {
    padding-bottom: 0px;
  }
  .laptop-l-m-b-0 {
    margin-bottom: 0px;
  }
  .laptop-l-p-b-0 {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-0 {
    margin-left: 0px;
  }
  .laptop-l\:p-l-0 {
    padding-left: 0px;
  }
  .laptop-l-m-l-0 {
    margin-left: 0px;
  }
  .laptop-l-p-l-0 {
    padding-left: 0px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-0 {
    margin-right: 0px;
  }
  .laptop-l\:p-r-0 {
    padding-right: 0px;
  }
  .laptop-l-m-r-0 {
    margin-right: 0px;
  }
  .laptop-l-p-r-0 {
    padding-right: 0px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-0\.1 {
    margin-top: 1px;
  }
  .laptop-l\:p-t-0\.1 {
    padding-top: 1px;
  }
  .laptop-l-m-t-0\.1 {
    margin-top: 1px;
  }
  .laptop-l-p-t-0\.1 {
    padding-top: 1px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-0\.1 {
    margin-bottom: 1px;
  }
  .laptop-l\:p-b-0\.1 {
    padding-bottom: 1px;
  }
  .laptop-l-m-b-0\.1 {
    margin-bottom: 1px;
  }
  .laptop-l-p-b-0\.1 {
    padding-bottom: 1px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-0\.1 {
    margin-left: 1px;
  }
  .laptop-l\:p-l-0\.1 {
    padding-left: 1px;
  }
  .laptop-l-m-l-0\.1 {
    margin-left: 1px;
  }
  .laptop-l-p-l-0\.1 {
    padding-left: 1px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-0\.1 {
    margin-right: 1px;
  }
  .laptop-l\:p-r-0\.1 {
    padding-right: 1px;
  }
  .laptop-l-m-r-0\.1 {
    margin-right: 1px;
  }
  .laptop-l-p-r-0\.1 {
    padding-right: 1px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-0\.2 {
    margin-top: 2px;
  }
  .laptop-l\:p-t-0\.2 {
    padding-top: 2px;
  }
  .laptop-l-m-t-0\.2 {
    margin-top: 2px;
  }
  .laptop-l-p-t-0\.2 {
    padding-top: 2px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-0\.2 {
    margin-bottom: 2px;
  }
  .laptop-l\:p-b-0\.2 {
    padding-bottom: 2px;
  }
  .laptop-l-m-b-0\.2 {
    margin-bottom: 2px;
  }
  .laptop-l-p-b-0\.2 {
    padding-bottom: 2px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-0\.2 {
    margin-left: 2px;
  }
  .laptop-l\:p-l-0\.2 {
    padding-left: 2px;
  }
  .laptop-l-m-l-0\.2 {
    margin-left: 2px;
  }
  .laptop-l-p-l-0\.2 {
    padding-left: 2px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-0\.2 {
    margin-right: 2px;
  }
  .laptop-l\:p-r-0\.2 {
    padding-right: 2px;
  }
  .laptop-l-m-r-0\.2 {
    margin-right: 2px;
  }
  .laptop-l-p-r-0\.2 {
    padding-right: 2px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-0\.3 {
    margin-top: 3px;
  }
  .laptop-l\:p-t-0\.3 {
    padding-top: 3px;
  }
  .laptop-l-m-t-0\.3 {
    margin-top: 3px;
  }
  .laptop-l-p-t-0\.3 {
    padding-top: 3px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-0\.3 {
    margin-bottom: 3px;
  }
  .laptop-l\:p-b-0\.3 {
    padding-bottom: 3px;
  }
  .laptop-l-m-b-0\.3 {
    margin-bottom: 3px;
  }
  .laptop-l-p-b-0\.3 {
    padding-bottom: 3px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-0\.3 {
    margin-left: 3px;
  }
  .laptop-l\:p-l-0\.3 {
    padding-left: 3px;
  }
  .laptop-l-m-l-0\.3 {
    margin-left: 3px;
  }
  .laptop-l-p-l-0\.3 {
    padding-left: 3px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-0\.3 {
    margin-right: 3px;
  }
  .laptop-l\:p-r-0\.3 {
    padding-right: 3px;
  }
  .laptop-l-m-r-0\.3 {
    margin-right: 3px;
  }
  .laptop-l-p-r-0\.3 {
    padding-right: 3px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-0\.4 {
    margin-top: 4px;
  }
  .laptop-l\:p-t-0\.4 {
    padding-top: 4px;
  }
  .laptop-l-m-t-0\.4 {
    margin-top: 4px;
  }
  .laptop-l-p-t-0\.4 {
    padding-top: 4px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-0\.4 {
    margin-bottom: 4px;
  }
  .laptop-l\:p-b-0\.4 {
    padding-bottom: 4px;
  }
  .laptop-l-m-b-0\.4 {
    margin-bottom: 4px;
  }
  .laptop-l-p-b-0\.4 {
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-0\.4 {
    margin-left: 4px;
  }
  .laptop-l\:p-l-0\.4 {
    padding-left: 4px;
  }
  .laptop-l-m-l-0\.4 {
    margin-left: 4px;
  }
  .laptop-l-p-l-0\.4 {
    padding-left: 4px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-0\.4 {
    margin-right: 4px;
  }
  .laptop-l\:p-r-0\.4 {
    padding-right: 4px;
  }
  .laptop-l-m-r-0\.4 {
    margin-right: 4px;
  }
  .laptop-l-p-r-0\.4 {
    padding-right: 4px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-0\.5 {
    margin-top: 5px;
  }
  .laptop-l\:p-t-0\.5 {
    padding-top: 5px;
  }
  .laptop-l-m-t-0\.5 {
    margin-top: 5px;
  }
  .laptop-l-p-t-0\.5 {
    padding-top: 5px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-0\.5 {
    margin-bottom: 5px;
  }
  .laptop-l\:p-b-0\.5 {
    padding-bottom: 5px;
  }
  .laptop-l-m-b-0\.5 {
    margin-bottom: 5px;
  }
  .laptop-l-p-b-0\.5 {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-0\.5 {
    margin-left: 5px;
  }
  .laptop-l\:p-l-0\.5 {
    padding-left: 5px;
  }
  .laptop-l-m-l-0\.5 {
    margin-left: 5px;
  }
  .laptop-l-p-l-0\.5 {
    padding-left: 5px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-0\.5 {
    margin-right: 5px;
  }
  .laptop-l\:p-r-0\.5 {
    padding-right: 5px;
  }
  .laptop-l-m-r-0\.5 {
    margin-right: 5px;
  }
  .laptop-l-p-r-0\.5 {
    padding-right: 5px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-0\.6 {
    margin-top: 6px;
  }
  .laptop-l\:p-t-0\.6 {
    padding-top: 6px;
  }
  .laptop-l-m-t-0\.6 {
    margin-top: 6px;
  }
  .laptop-l-p-t-0\.6 {
    padding-top: 6px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-0\.6 {
    margin-bottom: 6px;
  }
  .laptop-l\:p-b-0\.6 {
    padding-bottom: 6px;
  }
  .laptop-l-m-b-0\.6 {
    margin-bottom: 6px;
  }
  .laptop-l-p-b-0\.6 {
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-0\.6 {
    margin-left: 6px;
  }
  .laptop-l\:p-l-0\.6 {
    padding-left: 6px;
  }
  .laptop-l-m-l-0\.6 {
    margin-left: 6px;
  }
  .laptop-l-p-l-0\.6 {
    padding-left: 6px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-0\.6 {
    margin-right: 6px;
  }
  .laptop-l\:p-r-0\.6 {
    padding-right: 6px;
  }
  .laptop-l-m-r-0\.6 {
    margin-right: 6px;
  }
  .laptop-l-p-r-0\.6 {
    padding-right: 6px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-0\.7 {
    margin-top: 7px;
  }
  .laptop-l\:p-t-0\.7 {
    padding-top: 7px;
  }
  .laptop-l-m-t-0\.7 {
    margin-top: 7px;
  }
  .laptop-l-p-t-0\.7 {
    padding-top: 7px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-0\.7 {
    margin-bottom: 7px;
  }
  .laptop-l\:p-b-0\.7 {
    padding-bottom: 7px;
  }
  .laptop-l-m-b-0\.7 {
    margin-bottom: 7px;
  }
  .laptop-l-p-b-0\.7 {
    padding-bottom: 7px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-0\.7 {
    margin-left: 7px;
  }
  .laptop-l\:p-l-0\.7 {
    padding-left: 7px;
  }
  .laptop-l-m-l-0\.7 {
    margin-left: 7px;
  }
  .laptop-l-p-l-0\.7 {
    padding-left: 7px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-0\.7 {
    margin-right: 7px;
  }
  .laptop-l\:p-r-0\.7 {
    padding-right: 7px;
  }
  .laptop-l-m-r-0\.7 {
    margin-right: 7px;
  }
  .laptop-l-p-r-0\.7 {
    padding-right: 7px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-0\.8 {
    margin-top: 8px;
  }
  .laptop-l\:p-t-0\.8 {
    padding-top: 8px;
  }
  .laptop-l-m-t-0\.8 {
    margin-top: 8px;
  }
  .laptop-l-p-t-0\.8 {
    padding-top: 8px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-0\.8 {
    margin-bottom: 8px;
  }
  .laptop-l\:p-b-0\.8 {
    padding-bottom: 8px;
  }
  .laptop-l-m-b-0\.8 {
    margin-bottom: 8px;
  }
  .laptop-l-p-b-0\.8 {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-0\.8 {
    margin-left: 8px;
  }
  .laptop-l\:p-l-0\.8 {
    padding-left: 8px;
  }
  .laptop-l-m-l-0\.8 {
    margin-left: 8px;
  }
  .laptop-l-p-l-0\.8 {
    padding-left: 8px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-0\.8 {
    margin-right: 8px;
  }
  .laptop-l\:p-r-0\.8 {
    padding-right: 8px;
  }
  .laptop-l-m-r-0\.8 {
    margin-right: 8px;
  }
  .laptop-l-p-r-0\.8 {
    padding-right: 8px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-0\.9 {
    margin-top: 9px;
  }
  .laptop-l\:p-t-0\.9 {
    padding-top: 9px;
  }
  .laptop-l-m-t-0\.9 {
    margin-top: 9px;
  }
  .laptop-l-p-t-0\.9 {
    padding-top: 9px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-0\.9 {
    margin-bottom: 9px;
  }
  .laptop-l\:p-b-0\.9 {
    padding-bottom: 9px;
  }
  .laptop-l-m-b-0\.9 {
    margin-bottom: 9px;
  }
  .laptop-l-p-b-0\.9 {
    padding-bottom: 9px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-0\.9 {
    margin-left: 9px;
  }
  .laptop-l\:p-l-0\.9 {
    padding-left: 9px;
  }
  .laptop-l-m-l-0\.9 {
    margin-left: 9px;
  }
  .laptop-l-p-l-0\.9 {
    padding-left: 9px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-0\.9 {
    margin-right: 9px;
  }
  .laptop-l\:p-r-0\.9 {
    padding-right: 9px;
  }
  .laptop-l-m-r-0\.9 {
    margin-right: 9px;
  }
  .laptop-l-p-r-0\.9 {
    padding-right: 9px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-1 {
    margin-top: 10px;
  }
  .laptop-l\:p-t-1 {
    padding-top: 10px;
  }
  .laptop-l-m-t-1 {
    margin-top: 10px;
  }
  .laptop-l-p-t-1 {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-1 {
    margin-bottom: 10px;
  }
  .laptop-l\:p-b-1 {
    padding-bottom: 10px;
  }
  .laptop-l-m-b-1 {
    margin-bottom: 10px;
  }
  .laptop-l-p-b-1 {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-1 {
    margin-left: 10px;
  }
  .laptop-l\:p-l-1 {
    padding-left: 10px;
  }
  .laptop-l-m-l-1 {
    margin-left: 10px;
  }
  .laptop-l-p-l-1 {
    padding-left: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-1 {
    margin-right: 10px;
  }
  .laptop-l\:p-r-1 {
    padding-right: 10px;
  }
  .laptop-l-m-r-1 {
    margin-right: 10px;
  }
  .laptop-l-p-r-1 {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-1\.1 {
    margin-top: 11px;
  }
  .laptop-l\:p-t-1\.1 {
    padding-top: 11px;
  }
  .laptop-l-m-t-1\.1 {
    margin-top: 11px;
  }
  .laptop-l-p-t-1\.1 {
    padding-top: 11px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-1\.1 {
    margin-bottom: 11px;
  }
  .laptop-l\:p-b-1\.1 {
    padding-bottom: 11px;
  }
  .laptop-l-m-b-1\.1 {
    margin-bottom: 11px;
  }
  .laptop-l-p-b-1\.1 {
    padding-bottom: 11px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-1\.1 {
    margin-left: 11px;
  }
  .laptop-l\:p-l-1\.1 {
    padding-left: 11px;
  }
  .laptop-l-m-l-1\.1 {
    margin-left: 11px;
  }
  .laptop-l-p-l-1\.1 {
    padding-left: 11px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-1\.1 {
    margin-right: 11px;
  }
  .laptop-l\:p-r-1\.1 {
    padding-right: 11px;
  }
  .laptop-l-m-r-1\.1 {
    margin-right: 11px;
  }
  .laptop-l-p-r-1\.1 {
    padding-right: 11px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-1\.2 {
    margin-top: 12px;
  }
  .laptop-l\:p-t-1\.2 {
    padding-top: 12px;
  }
  .laptop-l-m-t-1\.2 {
    margin-top: 12px;
  }
  .laptop-l-p-t-1\.2 {
    padding-top: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-1\.2 {
    margin-bottom: 12px;
  }
  .laptop-l\:p-b-1\.2 {
    padding-bottom: 12px;
  }
  .laptop-l-m-b-1\.2 {
    margin-bottom: 12px;
  }
  .laptop-l-p-b-1\.2 {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-1\.2 {
    margin-left: 12px;
  }
  .laptop-l\:p-l-1\.2 {
    padding-left: 12px;
  }
  .laptop-l-m-l-1\.2 {
    margin-left: 12px;
  }
  .laptop-l-p-l-1\.2 {
    padding-left: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-1\.2 {
    margin-right: 12px;
  }
  .laptop-l\:p-r-1\.2 {
    padding-right: 12px;
  }
  .laptop-l-m-r-1\.2 {
    margin-right: 12px;
  }
  .laptop-l-p-r-1\.2 {
    padding-right: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-1\.3 {
    margin-top: 13px;
  }
  .laptop-l\:p-t-1\.3 {
    padding-top: 13px;
  }
  .laptop-l-m-t-1\.3 {
    margin-top: 13px;
  }
  .laptop-l-p-t-1\.3 {
    padding-top: 13px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-1\.3 {
    margin-bottom: 13px;
  }
  .laptop-l\:p-b-1\.3 {
    padding-bottom: 13px;
  }
  .laptop-l-m-b-1\.3 {
    margin-bottom: 13px;
  }
  .laptop-l-p-b-1\.3 {
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-1\.3 {
    margin-left: 13px;
  }
  .laptop-l\:p-l-1\.3 {
    padding-left: 13px;
  }
  .laptop-l-m-l-1\.3 {
    margin-left: 13px;
  }
  .laptop-l-p-l-1\.3 {
    padding-left: 13px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-1\.3 {
    margin-right: 13px;
  }
  .laptop-l\:p-r-1\.3 {
    padding-right: 13px;
  }
  .laptop-l-m-r-1\.3 {
    margin-right: 13px;
  }
  .laptop-l-p-r-1\.3 {
    padding-right: 13px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-1\.4 {
    margin-top: 14px;
  }
  .laptop-l\:p-t-1\.4 {
    padding-top: 14px;
  }
  .laptop-l-m-t-1\.4 {
    margin-top: 14px;
  }
  .laptop-l-p-t-1\.4 {
    padding-top: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-1\.4 {
    margin-bottom: 14px;
  }
  .laptop-l\:p-b-1\.4 {
    padding-bottom: 14px;
  }
  .laptop-l-m-b-1\.4 {
    margin-bottom: 14px;
  }
  .laptop-l-p-b-1\.4 {
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-1\.4 {
    margin-left: 14px;
  }
  .laptop-l\:p-l-1\.4 {
    padding-left: 14px;
  }
  .laptop-l-m-l-1\.4 {
    margin-left: 14px;
  }
  .laptop-l-p-l-1\.4 {
    padding-left: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-1\.4 {
    margin-right: 14px;
  }
  .laptop-l\:p-r-1\.4 {
    padding-right: 14px;
  }
  .laptop-l-m-r-1\.4 {
    margin-right: 14px;
  }
  .laptop-l-p-r-1\.4 {
    padding-right: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-1\.5 {
    margin-top: 15px;
  }
  .laptop-l\:p-t-1\.5 {
    padding-top: 15px;
  }
  .laptop-l-m-t-1\.5 {
    margin-top: 15px;
  }
  .laptop-l-p-t-1\.5 {
    padding-top: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-1\.5 {
    margin-bottom: 15px;
  }
  .laptop-l\:p-b-1\.5 {
    padding-bottom: 15px;
  }
  .laptop-l-m-b-1\.5 {
    margin-bottom: 15px;
  }
  .laptop-l-p-b-1\.5 {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-1\.5 {
    margin-left: 15px;
  }
  .laptop-l\:p-l-1\.5 {
    padding-left: 15px;
  }
  .laptop-l-m-l-1\.5 {
    margin-left: 15px;
  }
  .laptop-l-p-l-1\.5 {
    padding-left: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-1\.5 {
    margin-right: 15px;
  }
  .laptop-l\:p-r-1\.5 {
    padding-right: 15px;
  }
  .laptop-l-m-r-1\.5 {
    margin-right: 15px;
  }
  .laptop-l-p-r-1\.5 {
    padding-right: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-1\.6 {
    margin-top: 16px;
  }
  .laptop-l\:p-t-1\.6 {
    padding-top: 16px;
  }
  .laptop-l-m-t-1\.6 {
    margin-top: 16px;
  }
  .laptop-l-p-t-1\.6 {
    padding-top: 16px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-1\.6 {
    margin-bottom: 16px;
  }
  .laptop-l\:p-b-1\.6 {
    padding-bottom: 16px;
  }
  .laptop-l-m-b-1\.6 {
    margin-bottom: 16px;
  }
  .laptop-l-p-b-1\.6 {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-1\.6 {
    margin-left: 16px;
  }
  .laptop-l\:p-l-1\.6 {
    padding-left: 16px;
  }
  .laptop-l-m-l-1\.6 {
    margin-left: 16px;
  }
  .laptop-l-p-l-1\.6 {
    padding-left: 16px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-1\.6 {
    margin-right: 16px;
  }
  .laptop-l\:p-r-1\.6 {
    padding-right: 16px;
  }
  .laptop-l-m-r-1\.6 {
    margin-right: 16px;
  }
  .laptop-l-p-r-1\.6 {
    padding-right: 16px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-1\.7 {
    margin-top: 17px;
  }
  .laptop-l\:p-t-1\.7 {
    padding-top: 17px;
  }
  .laptop-l-m-t-1\.7 {
    margin-top: 17px;
  }
  .laptop-l-p-t-1\.7 {
    padding-top: 17px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-1\.7 {
    margin-bottom: 17px;
  }
  .laptop-l\:p-b-1\.7 {
    padding-bottom: 17px;
  }
  .laptop-l-m-b-1\.7 {
    margin-bottom: 17px;
  }
  .laptop-l-p-b-1\.7 {
    padding-bottom: 17px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-1\.7 {
    margin-left: 17px;
  }
  .laptop-l\:p-l-1\.7 {
    padding-left: 17px;
  }
  .laptop-l-m-l-1\.7 {
    margin-left: 17px;
  }
  .laptop-l-p-l-1\.7 {
    padding-left: 17px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-1\.7 {
    margin-right: 17px;
  }
  .laptop-l\:p-r-1\.7 {
    padding-right: 17px;
  }
  .laptop-l-m-r-1\.7 {
    margin-right: 17px;
  }
  .laptop-l-p-r-1\.7 {
    padding-right: 17px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-1\.8 {
    margin-top: 18px;
  }
  .laptop-l\:p-t-1\.8 {
    padding-top: 18px;
  }
  .laptop-l-m-t-1\.8 {
    margin-top: 18px;
  }
  .laptop-l-p-t-1\.8 {
    padding-top: 18px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-1\.8 {
    margin-bottom: 18px;
  }
  .laptop-l\:p-b-1\.8 {
    padding-bottom: 18px;
  }
  .laptop-l-m-b-1\.8 {
    margin-bottom: 18px;
  }
  .laptop-l-p-b-1\.8 {
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-1\.8 {
    margin-left: 18px;
  }
  .laptop-l\:p-l-1\.8 {
    padding-left: 18px;
  }
  .laptop-l-m-l-1\.8 {
    margin-left: 18px;
  }
  .laptop-l-p-l-1\.8 {
    padding-left: 18px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-1\.8 {
    margin-right: 18px;
  }
  .laptop-l\:p-r-1\.8 {
    padding-right: 18px;
  }
  .laptop-l-m-r-1\.8 {
    margin-right: 18px;
  }
  .laptop-l-p-r-1\.8 {
    padding-right: 18px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-1\.9 {
    margin-top: 19px;
  }
  .laptop-l\:p-t-1\.9 {
    padding-top: 19px;
  }
  .laptop-l-m-t-1\.9 {
    margin-top: 19px;
  }
  .laptop-l-p-t-1\.9 {
    padding-top: 19px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-1\.9 {
    margin-bottom: 19px;
  }
  .laptop-l\:p-b-1\.9 {
    padding-bottom: 19px;
  }
  .laptop-l-m-b-1\.9 {
    margin-bottom: 19px;
  }
  .laptop-l-p-b-1\.9 {
    padding-bottom: 19px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-1\.9 {
    margin-left: 19px;
  }
  .laptop-l\:p-l-1\.9 {
    padding-left: 19px;
  }
  .laptop-l-m-l-1\.9 {
    margin-left: 19px;
  }
  .laptop-l-p-l-1\.9 {
    padding-left: 19px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-1\.9 {
    margin-right: 19px;
  }
  .laptop-l\:p-r-1\.9 {
    padding-right: 19px;
  }
  .laptop-l-m-r-1\.9 {
    margin-right: 19px;
  }
  .laptop-l-p-r-1\.9 {
    padding-right: 19px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-2 {
    margin-top: 20px;
  }
  .laptop-l\:p-t-2 {
    padding-top: 20px;
  }
  .laptop-l-m-t-2 {
    margin-top: 20px;
  }
  .laptop-l-p-t-2 {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-2 {
    margin-bottom: 20px;
  }
  .laptop-l\:p-b-2 {
    padding-bottom: 20px;
  }
  .laptop-l-m-b-2 {
    margin-bottom: 20px;
  }
  .laptop-l-p-b-2 {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-2 {
    margin-left: 20px;
  }
  .laptop-l\:p-l-2 {
    padding-left: 20px;
  }
  .laptop-l-m-l-2 {
    margin-left: 20px;
  }
  .laptop-l-p-l-2 {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-2 {
    margin-right: 20px;
  }
  .laptop-l\:p-r-2 {
    padding-right: 20px;
  }
  .laptop-l-m-r-2 {
    margin-right: 20px;
  }
  .laptop-l-p-r-2 {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-2\.1 {
    margin-top: 21px;
  }
  .laptop-l\:p-t-2\.1 {
    padding-top: 21px;
  }
  .laptop-l-m-t-2\.1 {
    margin-top: 21px;
  }
  .laptop-l-p-t-2\.1 {
    padding-top: 21px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-2\.1 {
    margin-bottom: 21px;
  }
  .laptop-l\:p-b-2\.1 {
    padding-bottom: 21px;
  }
  .laptop-l-m-b-2\.1 {
    margin-bottom: 21px;
  }
  .laptop-l-p-b-2\.1 {
    padding-bottom: 21px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-2\.1 {
    margin-left: 21px;
  }
  .laptop-l\:p-l-2\.1 {
    padding-left: 21px;
  }
  .laptop-l-m-l-2\.1 {
    margin-left: 21px;
  }
  .laptop-l-p-l-2\.1 {
    padding-left: 21px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-2\.1 {
    margin-right: 21px;
  }
  .laptop-l\:p-r-2\.1 {
    padding-right: 21px;
  }
  .laptop-l-m-r-2\.1 {
    margin-right: 21px;
  }
  .laptop-l-p-r-2\.1 {
    padding-right: 21px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-2\.2 {
    margin-top: 22px;
  }
  .laptop-l\:p-t-2\.2 {
    padding-top: 22px;
  }
  .laptop-l-m-t-2\.2 {
    margin-top: 22px;
  }
  .laptop-l-p-t-2\.2 {
    padding-top: 22px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-2\.2 {
    margin-bottom: 22px;
  }
  .laptop-l\:p-b-2\.2 {
    padding-bottom: 22px;
  }
  .laptop-l-m-b-2\.2 {
    margin-bottom: 22px;
  }
  .laptop-l-p-b-2\.2 {
    padding-bottom: 22px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-2\.2 {
    margin-left: 22px;
  }
  .laptop-l\:p-l-2\.2 {
    padding-left: 22px;
  }
  .laptop-l-m-l-2\.2 {
    margin-left: 22px;
  }
  .laptop-l-p-l-2\.2 {
    padding-left: 22px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-2\.2 {
    margin-right: 22px;
  }
  .laptop-l\:p-r-2\.2 {
    padding-right: 22px;
  }
  .laptop-l-m-r-2\.2 {
    margin-right: 22px;
  }
  .laptop-l-p-r-2\.2 {
    padding-right: 22px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-2\.3 {
    margin-top: 23px;
  }
  .laptop-l\:p-t-2\.3 {
    padding-top: 23px;
  }
  .laptop-l-m-t-2\.3 {
    margin-top: 23px;
  }
  .laptop-l-p-t-2\.3 {
    padding-top: 23px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-2\.3 {
    margin-bottom: 23px;
  }
  .laptop-l\:p-b-2\.3 {
    padding-bottom: 23px;
  }
  .laptop-l-m-b-2\.3 {
    margin-bottom: 23px;
  }
  .laptop-l-p-b-2\.3 {
    padding-bottom: 23px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-2\.3 {
    margin-left: 23px;
  }
  .laptop-l\:p-l-2\.3 {
    padding-left: 23px;
  }
  .laptop-l-m-l-2\.3 {
    margin-left: 23px;
  }
  .laptop-l-p-l-2\.3 {
    padding-left: 23px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-2\.3 {
    margin-right: 23px;
  }
  .laptop-l\:p-r-2\.3 {
    padding-right: 23px;
  }
  .laptop-l-m-r-2\.3 {
    margin-right: 23px;
  }
  .laptop-l-p-r-2\.3 {
    padding-right: 23px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-2\.4 {
    margin-top: 24px;
  }
  .laptop-l\:p-t-2\.4 {
    padding-top: 24px;
  }
  .laptop-l-m-t-2\.4 {
    margin-top: 24px;
  }
  .laptop-l-p-t-2\.4 {
    padding-top: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-2\.4 {
    margin-bottom: 24px;
  }
  .laptop-l\:p-b-2\.4 {
    padding-bottom: 24px;
  }
  .laptop-l-m-b-2\.4 {
    margin-bottom: 24px;
  }
  .laptop-l-p-b-2\.4 {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-2\.4 {
    margin-left: 24px;
  }
  .laptop-l\:p-l-2\.4 {
    padding-left: 24px;
  }
  .laptop-l-m-l-2\.4 {
    margin-left: 24px;
  }
  .laptop-l-p-l-2\.4 {
    padding-left: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-2\.4 {
    margin-right: 24px;
  }
  .laptop-l\:p-r-2\.4 {
    padding-right: 24px;
  }
  .laptop-l-m-r-2\.4 {
    margin-right: 24px;
  }
  .laptop-l-p-r-2\.4 {
    padding-right: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-2\.5 {
    margin-top: 25px;
  }
  .laptop-l\:p-t-2\.5 {
    padding-top: 25px;
  }
  .laptop-l-m-t-2\.5 {
    margin-top: 25px;
  }
  .laptop-l-p-t-2\.5 {
    padding-top: 25px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-2\.5 {
    margin-bottom: 25px;
  }
  .laptop-l\:p-b-2\.5 {
    padding-bottom: 25px;
  }
  .laptop-l-m-b-2\.5 {
    margin-bottom: 25px;
  }
  .laptop-l-p-b-2\.5 {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-2\.5 {
    margin-left: 25px;
  }
  .laptop-l\:p-l-2\.5 {
    padding-left: 25px;
  }
  .laptop-l-m-l-2\.5 {
    margin-left: 25px;
  }
  .laptop-l-p-l-2\.5 {
    padding-left: 25px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-2\.5 {
    margin-right: 25px;
  }
  .laptop-l\:p-r-2\.5 {
    padding-right: 25px;
  }
  .laptop-l-m-r-2\.5 {
    margin-right: 25px;
  }
  .laptop-l-p-r-2\.5 {
    padding-right: 25px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-2\.6 {
    margin-top: 26px;
  }
  .laptop-l\:p-t-2\.6 {
    padding-top: 26px;
  }
  .laptop-l-m-t-2\.6 {
    margin-top: 26px;
  }
  .laptop-l-p-t-2\.6 {
    padding-top: 26px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-2\.6 {
    margin-bottom: 26px;
  }
  .laptop-l\:p-b-2\.6 {
    padding-bottom: 26px;
  }
  .laptop-l-m-b-2\.6 {
    margin-bottom: 26px;
  }
  .laptop-l-p-b-2\.6 {
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-2\.6 {
    margin-left: 26px;
  }
  .laptop-l\:p-l-2\.6 {
    padding-left: 26px;
  }
  .laptop-l-m-l-2\.6 {
    margin-left: 26px;
  }
  .laptop-l-p-l-2\.6 {
    padding-left: 26px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-2\.6 {
    margin-right: 26px;
  }
  .laptop-l\:p-r-2\.6 {
    padding-right: 26px;
  }
  .laptop-l-m-r-2\.6 {
    margin-right: 26px;
  }
  .laptop-l-p-r-2\.6 {
    padding-right: 26px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-2\.7 {
    margin-top: 27px;
  }
  .laptop-l\:p-t-2\.7 {
    padding-top: 27px;
  }
  .laptop-l-m-t-2\.7 {
    margin-top: 27px;
  }
  .laptop-l-p-t-2\.7 {
    padding-top: 27px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-2\.7 {
    margin-bottom: 27px;
  }
  .laptop-l\:p-b-2\.7 {
    padding-bottom: 27px;
  }
  .laptop-l-m-b-2\.7 {
    margin-bottom: 27px;
  }
  .laptop-l-p-b-2\.7 {
    padding-bottom: 27px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-2\.7 {
    margin-left: 27px;
  }
  .laptop-l\:p-l-2\.7 {
    padding-left: 27px;
  }
  .laptop-l-m-l-2\.7 {
    margin-left: 27px;
  }
  .laptop-l-p-l-2\.7 {
    padding-left: 27px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-2\.7 {
    margin-right: 27px;
  }
  .laptop-l\:p-r-2\.7 {
    padding-right: 27px;
  }
  .laptop-l-m-r-2\.7 {
    margin-right: 27px;
  }
  .laptop-l-p-r-2\.7 {
    padding-right: 27px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-2\.8 {
    margin-top: 28px;
  }
  .laptop-l\:p-t-2\.8 {
    padding-top: 28px;
  }
  .laptop-l-m-t-2\.8 {
    margin-top: 28px;
  }
  .laptop-l-p-t-2\.8 {
    padding-top: 28px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-2\.8 {
    margin-bottom: 28px;
  }
  .laptop-l\:p-b-2\.8 {
    padding-bottom: 28px;
  }
  .laptop-l-m-b-2\.8 {
    margin-bottom: 28px;
  }
  .laptop-l-p-b-2\.8 {
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-2\.8 {
    margin-left: 28px;
  }
  .laptop-l\:p-l-2\.8 {
    padding-left: 28px;
  }
  .laptop-l-m-l-2\.8 {
    margin-left: 28px;
  }
  .laptop-l-p-l-2\.8 {
    padding-left: 28px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-2\.8 {
    margin-right: 28px;
  }
  .laptop-l\:p-r-2\.8 {
    padding-right: 28px;
  }
  .laptop-l-m-r-2\.8 {
    margin-right: 28px;
  }
  .laptop-l-p-r-2\.8 {
    padding-right: 28px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-2\.9 {
    margin-top: 29px;
  }
  .laptop-l\:p-t-2\.9 {
    padding-top: 29px;
  }
  .laptop-l-m-t-2\.9 {
    margin-top: 29px;
  }
  .laptop-l-p-t-2\.9 {
    padding-top: 29px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-2\.9 {
    margin-bottom: 29px;
  }
  .laptop-l\:p-b-2\.9 {
    padding-bottom: 29px;
  }
  .laptop-l-m-b-2\.9 {
    margin-bottom: 29px;
  }
  .laptop-l-p-b-2\.9 {
    padding-bottom: 29px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-2\.9 {
    margin-left: 29px;
  }
  .laptop-l\:p-l-2\.9 {
    padding-left: 29px;
  }
  .laptop-l-m-l-2\.9 {
    margin-left: 29px;
  }
  .laptop-l-p-l-2\.9 {
    padding-left: 29px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-2\.9 {
    margin-right: 29px;
  }
  .laptop-l\:p-r-2\.9 {
    padding-right: 29px;
  }
  .laptop-l-m-r-2\.9 {
    margin-right: 29px;
  }
  .laptop-l-p-r-2\.9 {
    padding-right: 29px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-3 {
    margin-top: 30px;
  }
  .laptop-l\:p-t-3 {
    padding-top: 30px;
  }
  .laptop-l-m-t-3 {
    margin-top: 30px;
  }
  .laptop-l-p-t-3 {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-3 {
    margin-bottom: 30px;
  }
  .laptop-l\:p-b-3 {
    padding-bottom: 30px;
  }
  .laptop-l-m-b-3 {
    margin-bottom: 30px;
  }
  .laptop-l-p-b-3 {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-3 {
    margin-left: 30px;
  }
  .laptop-l\:p-l-3 {
    padding-left: 30px;
  }
  .laptop-l-m-l-3 {
    margin-left: 30px;
  }
  .laptop-l-p-l-3 {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-3 {
    margin-right: 30px;
  }
  .laptop-l\:p-r-3 {
    padding-right: 30px;
  }
  .laptop-l-m-r-3 {
    margin-right: 30px;
  }
  .laptop-l-p-r-3 {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-3\.1 {
    margin-top: 31px;
  }
  .laptop-l\:p-t-3\.1 {
    padding-top: 31px;
  }
  .laptop-l-m-t-3\.1 {
    margin-top: 31px;
  }
  .laptop-l-p-t-3\.1 {
    padding-top: 31px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-3\.1 {
    margin-bottom: 31px;
  }
  .laptop-l\:p-b-3\.1 {
    padding-bottom: 31px;
  }
  .laptop-l-m-b-3\.1 {
    margin-bottom: 31px;
  }
  .laptop-l-p-b-3\.1 {
    padding-bottom: 31px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-3\.1 {
    margin-left: 31px;
  }
  .laptop-l\:p-l-3\.1 {
    padding-left: 31px;
  }
  .laptop-l-m-l-3\.1 {
    margin-left: 31px;
  }
  .laptop-l-p-l-3\.1 {
    padding-left: 31px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-3\.1 {
    margin-right: 31px;
  }
  .laptop-l\:p-r-3\.1 {
    padding-right: 31px;
  }
  .laptop-l-m-r-3\.1 {
    margin-right: 31px;
  }
  .laptop-l-p-r-3\.1 {
    padding-right: 31px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-3\.2 {
    margin-top: 32px;
  }
  .laptop-l\:p-t-3\.2 {
    padding-top: 32px;
  }
  .laptop-l-m-t-3\.2 {
    margin-top: 32px;
  }
  .laptop-l-p-t-3\.2 {
    padding-top: 32px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-3\.2 {
    margin-bottom: 32px;
  }
  .laptop-l\:p-b-3\.2 {
    padding-bottom: 32px;
  }
  .laptop-l-m-b-3\.2 {
    margin-bottom: 32px;
  }
  .laptop-l-p-b-3\.2 {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-3\.2 {
    margin-left: 32px;
  }
  .laptop-l\:p-l-3\.2 {
    padding-left: 32px;
  }
  .laptop-l-m-l-3\.2 {
    margin-left: 32px;
  }
  .laptop-l-p-l-3\.2 {
    padding-left: 32px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-3\.2 {
    margin-right: 32px;
  }
  .laptop-l\:p-r-3\.2 {
    padding-right: 32px;
  }
  .laptop-l-m-r-3\.2 {
    margin-right: 32px;
  }
  .laptop-l-p-r-3\.2 {
    padding-right: 32px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-3\.3 {
    margin-top: 33px;
  }
  .laptop-l\:p-t-3\.3 {
    padding-top: 33px;
  }
  .laptop-l-m-t-3\.3 {
    margin-top: 33px;
  }
  .laptop-l-p-t-3\.3 {
    padding-top: 33px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-3\.3 {
    margin-bottom: 33px;
  }
  .laptop-l\:p-b-3\.3 {
    padding-bottom: 33px;
  }
  .laptop-l-m-b-3\.3 {
    margin-bottom: 33px;
  }
  .laptop-l-p-b-3\.3 {
    padding-bottom: 33px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-3\.3 {
    margin-left: 33px;
  }
  .laptop-l\:p-l-3\.3 {
    padding-left: 33px;
  }
  .laptop-l-m-l-3\.3 {
    margin-left: 33px;
  }
  .laptop-l-p-l-3\.3 {
    padding-left: 33px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-3\.3 {
    margin-right: 33px;
  }
  .laptop-l\:p-r-3\.3 {
    padding-right: 33px;
  }
  .laptop-l-m-r-3\.3 {
    margin-right: 33px;
  }
  .laptop-l-p-r-3\.3 {
    padding-right: 33px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-3\.4 {
    margin-top: 34px;
  }
  .laptop-l\:p-t-3\.4 {
    padding-top: 34px;
  }
  .laptop-l-m-t-3\.4 {
    margin-top: 34px;
  }
  .laptop-l-p-t-3\.4 {
    padding-top: 34px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-3\.4 {
    margin-bottom: 34px;
  }
  .laptop-l\:p-b-3\.4 {
    padding-bottom: 34px;
  }
  .laptop-l-m-b-3\.4 {
    margin-bottom: 34px;
  }
  .laptop-l-p-b-3\.4 {
    padding-bottom: 34px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-3\.4 {
    margin-left: 34px;
  }
  .laptop-l\:p-l-3\.4 {
    padding-left: 34px;
  }
  .laptop-l-m-l-3\.4 {
    margin-left: 34px;
  }
  .laptop-l-p-l-3\.4 {
    padding-left: 34px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-3\.4 {
    margin-right: 34px;
  }
  .laptop-l\:p-r-3\.4 {
    padding-right: 34px;
  }
  .laptop-l-m-r-3\.4 {
    margin-right: 34px;
  }
  .laptop-l-p-r-3\.4 {
    padding-right: 34px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-3\.5 {
    margin-top: 35px;
  }
  .laptop-l\:p-t-3\.5 {
    padding-top: 35px;
  }
  .laptop-l-m-t-3\.5 {
    margin-top: 35px;
  }
  .laptop-l-p-t-3\.5 {
    padding-top: 35px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-3\.5 {
    margin-bottom: 35px;
  }
  .laptop-l\:p-b-3\.5 {
    padding-bottom: 35px;
  }
  .laptop-l-m-b-3\.5 {
    margin-bottom: 35px;
  }
  .laptop-l-p-b-3\.5 {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-3\.5 {
    margin-left: 35px;
  }
  .laptop-l\:p-l-3\.5 {
    padding-left: 35px;
  }
  .laptop-l-m-l-3\.5 {
    margin-left: 35px;
  }
  .laptop-l-p-l-3\.5 {
    padding-left: 35px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-3\.5 {
    margin-right: 35px;
  }
  .laptop-l\:p-r-3\.5 {
    padding-right: 35px;
  }
  .laptop-l-m-r-3\.5 {
    margin-right: 35px;
  }
  .laptop-l-p-r-3\.5 {
    padding-right: 35px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-3\.6 {
    margin-top: 36px;
  }
  .laptop-l\:p-t-3\.6 {
    padding-top: 36px;
  }
  .laptop-l-m-t-3\.6 {
    margin-top: 36px;
  }
  .laptop-l-p-t-3\.6 {
    padding-top: 36px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-3\.6 {
    margin-bottom: 36px;
  }
  .laptop-l\:p-b-3\.6 {
    padding-bottom: 36px;
  }
  .laptop-l-m-b-3\.6 {
    margin-bottom: 36px;
  }
  .laptop-l-p-b-3\.6 {
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-3\.6 {
    margin-left: 36px;
  }
  .laptop-l\:p-l-3\.6 {
    padding-left: 36px;
  }
  .laptop-l-m-l-3\.6 {
    margin-left: 36px;
  }
  .laptop-l-p-l-3\.6 {
    padding-left: 36px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-3\.6 {
    margin-right: 36px;
  }
  .laptop-l\:p-r-3\.6 {
    padding-right: 36px;
  }
  .laptop-l-m-r-3\.6 {
    margin-right: 36px;
  }
  .laptop-l-p-r-3\.6 {
    padding-right: 36px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-3\.7 {
    margin-top: 37px;
  }
  .laptop-l\:p-t-3\.7 {
    padding-top: 37px;
  }
  .laptop-l-m-t-3\.7 {
    margin-top: 37px;
  }
  .laptop-l-p-t-3\.7 {
    padding-top: 37px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-3\.7 {
    margin-bottom: 37px;
  }
  .laptop-l\:p-b-3\.7 {
    padding-bottom: 37px;
  }
  .laptop-l-m-b-3\.7 {
    margin-bottom: 37px;
  }
  .laptop-l-p-b-3\.7 {
    padding-bottom: 37px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-3\.7 {
    margin-left: 37px;
  }
  .laptop-l\:p-l-3\.7 {
    padding-left: 37px;
  }
  .laptop-l-m-l-3\.7 {
    margin-left: 37px;
  }
  .laptop-l-p-l-3\.7 {
    padding-left: 37px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-3\.7 {
    margin-right: 37px;
  }
  .laptop-l\:p-r-3\.7 {
    padding-right: 37px;
  }
  .laptop-l-m-r-3\.7 {
    margin-right: 37px;
  }
  .laptop-l-p-r-3\.7 {
    padding-right: 37px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-3\.8 {
    margin-top: 38px;
  }
  .laptop-l\:p-t-3\.8 {
    padding-top: 38px;
  }
  .laptop-l-m-t-3\.8 {
    margin-top: 38px;
  }
  .laptop-l-p-t-3\.8 {
    padding-top: 38px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-3\.8 {
    margin-bottom: 38px;
  }
  .laptop-l\:p-b-3\.8 {
    padding-bottom: 38px;
  }
  .laptop-l-m-b-3\.8 {
    margin-bottom: 38px;
  }
  .laptop-l-p-b-3\.8 {
    padding-bottom: 38px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-3\.8 {
    margin-left: 38px;
  }
  .laptop-l\:p-l-3\.8 {
    padding-left: 38px;
  }
  .laptop-l-m-l-3\.8 {
    margin-left: 38px;
  }
  .laptop-l-p-l-3\.8 {
    padding-left: 38px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-3\.8 {
    margin-right: 38px;
  }
  .laptop-l\:p-r-3\.8 {
    padding-right: 38px;
  }
  .laptop-l-m-r-3\.8 {
    margin-right: 38px;
  }
  .laptop-l-p-r-3\.8 {
    padding-right: 38px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-3\.9 {
    margin-top: 39px;
  }
  .laptop-l\:p-t-3\.9 {
    padding-top: 39px;
  }
  .laptop-l-m-t-3\.9 {
    margin-top: 39px;
  }
  .laptop-l-p-t-3\.9 {
    padding-top: 39px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-3\.9 {
    margin-bottom: 39px;
  }
  .laptop-l\:p-b-3\.9 {
    padding-bottom: 39px;
  }
  .laptop-l-m-b-3\.9 {
    margin-bottom: 39px;
  }
  .laptop-l-p-b-3\.9 {
    padding-bottom: 39px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-3\.9 {
    margin-left: 39px;
  }
  .laptop-l\:p-l-3\.9 {
    padding-left: 39px;
  }
  .laptop-l-m-l-3\.9 {
    margin-left: 39px;
  }
  .laptop-l-p-l-3\.9 {
    padding-left: 39px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-3\.9 {
    margin-right: 39px;
  }
  .laptop-l\:p-r-3\.9 {
    padding-right: 39px;
  }
  .laptop-l-m-r-3\.9 {
    margin-right: 39px;
  }
  .laptop-l-p-r-3\.9 {
    padding-right: 39px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-4 {
    margin-top: 40px;
  }
  .laptop-l\:p-t-4 {
    padding-top: 40px;
  }
  .laptop-l-m-t-4 {
    margin-top: 40px;
  }
  .laptop-l-p-t-4 {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-4 {
    margin-bottom: 40px;
  }
  .laptop-l\:p-b-4 {
    padding-bottom: 40px;
  }
  .laptop-l-m-b-4 {
    margin-bottom: 40px;
  }
  .laptop-l-p-b-4 {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-4 {
    margin-left: 40px;
  }
  .laptop-l\:p-l-4 {
    padding-left: 40px;
  }
  .laptop-l-m-l-4 {
    margin-left: 40px;
  }
  .laptop-l-p-l-4 {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-4 {
    margin-right: 40px;
  }
  .laptop-l\:p-r-4 {
    padding-right: 40px;
  }
  .laptop-l-m-r-4 {
    margin-right: 40px;
  }
  .laptop-l-p-r-4 {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-4\.1 {
    margin-top: 41px;
  }
  .laptop-l\:p-t-4\.1 {
    padding-top: 41px;
  }
  .laptop-l-m-t-4\.1 {
    margin-top: 41px;
  }
  .laptop-l-p-t-4\.1 {
    padding-top: 41px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-4\.1 {
    margin-bottom: 41px;
  }
  .laptop-l\:p-b-4\.1 {
    padding-bottom: 41px;
  }
  .laptop-l-m-b-4\.1 {
    margin-bottom: 41px;
  }
  .laptop-l-p-b-4\.1 {
    padding-bottom: 41px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-4\.1 {
    margin-left: 41px;
  }
  .laptop-l\:p-l-4\.1 {
    padding-left: 41px;
  }
  .laptop-l-m-l-4\.1 {
    margin-left: 41px;
  }
  .laptop-l-p-l-4\.1 {
    padding-left: 41px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-4\.1 {
    margin-right: 41px;
  }
  .laptop-l\:p-r-4\.1 {
    padding-right: 41px;
  }
  .laptop-l-m-r-4\.1 {
    margin-right: 41px;
  }
  .laptop-l-p-r-4\.1 {
    padding-right: 41px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-4\.2 {
    margin-top: 42px;
  }
  .laptop-l\:p-t-4\.2 {
    padding-top: 42px;
  }
  .laptop-l-m-t-4\.2 {
    margin-top: 42px;
  }
  .laptop-l-p-t-4\.2 {
    padding-top: 42px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-4\.2 {
    margin-bottom: 42px;
  }
  .laptop-l\:p-b-4\.2 {
    padding-bottom: 42px;
  }
  .laptop-l-m-b-4\.2 {
    margin-bottom: 42px;
  }
  .laptop-l-p-b-4\.2 {
    padding-bottom: 42px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-4\.2 {
    margin-left: 42px;
  }
  .laptop-l\:p-l-4\.2 {
    padding-left: 42px;
  }
  .laptop-l-m-l-4\.2 {
    margin-left: 42px;
  }
  .laptop-l-p-l-4\.2 {
    padding-left: 42px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-4\.2 {
    margin-right: 42px;
  }
  .laptop-l\:p-r-4\.2 {
    padding-right: 42px;
  }
  .laptop-l-m-r-4\.2 {
    margin-right: 42px;
  }
  .laptop-l-p-r-4\.2 {
    padding-right: 42px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-4\.3 {
    margin-top: 43px;
  }
  .laptop-l\:p-t-4\.3 {
    padding-top: 43px;
  }
  .laptop-l-m-t-4\.3 {
    margin-top: 43px;
  }
  .laptop-l-p-t-4\.3 {
    padding-top: 43px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-4\.3 {
    margin-bottom: 43px;
  }
  .laptop-l\:p-b-4\.3 {
    padding-bottom: 43px;
  }
  .laptop-l-m-b-4\.3 {
    margin-bottom: 43px;
  }
  .laptop-l-p-b-4\.3 {
    padding-bottom: 43px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-4\.3 {
    margin-left: 43px;
  }
  .laptop-l\:p-l-4\.3 {
    padding-left: 43px;
  }
  .laptop-l-m-l-4\.3 {
    margin-left: 43px;
  }
  .laptop-l-p-l-4\.3 {
    padding-left: 43px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-4\.3 {
    margin-right: 43px;
  }
  .laptop-l\:p-r-4\.3 {
    padding-right: 43px;
  }
  .laptop-l-m-r-4\.3 {
    margin-right: 43px;
  }
  .laptop-l-p-r-4\.3 {
    padding-right: 43px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-4\.4 {
    margin-top: 44px;
  }
  .laptop-l\:p-t-4\.4 {
    padding-top: 44px;
  }
  .laptop-l-m-t-4\.4 {
    margin-top: 44px;
  }
  .laptop-l-p-t-4\.4 {
    padding-top: 44px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-4\.4 {
    margin-bottom: 44px;
  }
  .laptop-l\:p-b-4\.4 {
    padding-bottom: 44px;
  }
  .laptop-l-m-b-4\.4 {
    margin-bottom: 44px;
  }
  .laptop-l-p-b-4\.4 {
    padding-bottom: 44px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-4\.4 {
    margin-left: 44px;
  }
  .laptop-l\:p-l-4\.4 {
    padding-left: 44px;
  }
  .laptop-l-m-l-4\.4 {
    margin-left: 44px;
  }
  .laptop-l-p-l-4\.4 {
    padding-left: 44px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-4\.4 {
    margin-right: 44px;
  }
  .laptop-l\:p-r-4\.4 {
    padding-right: 44px;
  }
  .laptop-l-m-r-4\.4 {
    margin-right: 44px;
  }
  .laptop-l-p-r-4\.4 {
    padding-right: 44px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-4\.5 {
    margin-top: 45px;
  }
  .laptop-l\:p-t-4\.5 {
    padding-top: 45px;
  }
  .laptop-l-m-t-4\.5 {
    margin-top: 45px;
  }
  .laptop-l-p-t-4\.5 {
    padding-top: 45px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-4\.5 {
    margin-bottom: 45px;
  }
  .laptop-l\:p-b-4\.5 {
    padding-bottom: 45px;
  }
  .laptop-l-m-b-4\.5 {
    margin-bottom: 45px;
  }
  .laptop-l-p-b-4\.5 {
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-4\.5 {
    margin-left: 45px;
  }
  .laptop-l\:p-l-4\.5 {
    padding-left: 45px;
  }
  .laptop-l-m-l-4\.5 {
    margin-left: 45px;
  }
  .laptop-l-p-l-4\.5 {
    padding-left: 45px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-4\.5 {
    margin-right: 45px;
  }
  .laptop-l\:p-r-4\.5 {
    padding-right: 45px;
  }
  .laptop-l-m-r-4\.5 {
    margin-right: 45px;
  }
  .laptop-l-p-r-4\.5 {
    padding-right: 45px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-4\.6 {
    margin-top: 46px;
  }
  .laptop-l\:p-t-4\.6 {
    padding-top: 46px;
  }
  .laptop-l-m-t-4\.6 {
    margin-top: 46px;
  }
  .laptop-l-p-t-4\.6 {
    padding-top: 46px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-4\.6 {
    margin-bottom: 46px;
  }
  .laptop-l\:p-b-4\.6 {
    padding-bottom: 46px;
  }
  .laptop-l-m-b-4\.6 {
    margin-bottom: 46px;
  }
  .laptop-l-p-b-4\.6 {
    padding-bottom: 46px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-4\.6 {
    margin-left: 46px;
  }
  .laptop-l\:p-l-4\.6 {
    padding-left: 46px;
  }
  .laptop-l-m-l-4\.6 {
    margin-left: 46px;
  }
  .laptop-l-p-l-4\.6 {
    padding-left: 46px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-4\.6 {
    margin-right: 46px;
  }
  .laptop-l\:p-r-4\.6 {
    padding-right: 46px;
  }
  .laptop-l-m-r-4\.6 {
    margin-right: 46px;
  }
  .laptop-l-p-r-4\.6 {
    padding-right: 46px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-4\.7 {
    margin-top: 47px;
  }
  .laptop-l\:p-t-4\.7 {
    padding-top: 47px;
  }
  .laptop-l-m-t-4\.7 {
    margin-top: 47px;
  }
  .laptop-l-p-t-4\.7 {
    padding-top: 47px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-4\.7 {
    margin-bottom: 47px;
  }
  .laptop-l\:p-b-4\.7 {
    padding-bottom: 47px;
  }
  .laptop-l-m-b-4\.7 {
    margin-bottom: 47px;
  }
  .laptop-l-p-b-4\.7 {
    padding-bottom: 47px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-4\.7 {
    margin-left: 47px;
  }
  .laptop-l\:p-l-4\.7 {
    padding-left: 47px;
  }
  .laptop-l-m-l-4\.7 {
    margin-left: 47px;
  }
  .laptop-l-p-l-4\.7 {
    padding-left: 47px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-4\.7 {
    margin-right: 47px;
  }
  .laptop-l\:p-r-4\.7 {
    padding-right: 47px;
  }
  .laptop-l-m-r-4\.7 {
    margin-right: 47px;
  }
  .laptop-l-p-r-4\.7 {
    padding-right: 47px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-4\.8 {
    margin-top: 48px;
  }
  .laptop-l\:p-t-4\.8 {
    padding-top: 48px;
  }
  .laptop-l-m-t-4\.8 {
    margin-top: 48px;
  }
  .laptop-l-p-t-4\.8 {
    padding-top: 48px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-4\.8 {
    margin-bottom: 48px;
  }
  .laptop-l\:p-b-4\.8 {
    padding-bottom: 48px;
  }
  .laptop-l-m-b-4\.8 {
    margin-bottom: 48px;
  }
  .laptop-l-p-b-4\.8 {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-4\.8 {
    margin-left: 48px;
  }
  .laptop-l\:p-l-4\.8 {
    padding-left: 48px;
  }
  .laptop-l-m-l-4\.8 {
    margin-left: 48px;
  }
  .laptop-l-p-l-4\.8 {
    padding-left: 48px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-4\.8 {
    margin-right: 48px;
  }
  .laptop-l\:p-r-4\.8 {
    padding-right: 48px;
  }
  .laptop-l-m-r-4\.8 {
    margin-right: 48px;
  }
  .laptop-l-p-r-4\.8 {
    padding-right: 48px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-4\.9 {
    margin-top: 49px;
  }
  .laptop-l\:p-t-4\.9 {
    padding-top: 49px;
  }
  .laptop-l-m-t-4\.9 {
    margin-top: 49px;
  }
  .laptop-l-p-t-4\.9 {
    padding-top: 49px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-4\.9 {
    margin-bottom: 49px;
  }
  .laptop-l\:p-b-4\.9 {
    padding-bottom: 49px;
  }
  .laptop-l-m-b-4\.9 {
    margin-bottom: 49px;
  }
  .laptop-l-p-b-4\.9 {
    padding-bottom: 49px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-4\.9 {
    margin-left: 49px;
  }
  .laptop-l\:p-l-4\.9 {
    padding-left: 49px;
  }
  .laptop-l-m-l-4\.9 {
    margin-left: 49px;
  }
  .laptop-l-p-l-4\.9 {
    padding-left: 49px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-4\.9 {
    margin-right: 49px;
  }
  .laptop-l\:p-r-4\.9 {
    padding-right: 49px;
  }
  .laptop-l-m-r-4\.9 {
    margin-right: 49px;
  }
  .laptop-l-p-r-4\.9 {
    padding-right: 49px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-5 {
    margin-top: 50px;
  }
  .laptop-l\:p-t-5 {
    padding-top: 50px;
  }
  .laptop-l-m-t-5 {
    margin-top: 50px;
  }
  .laptop-l-p-t-5 {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-5 {
    margin-bottom: 50px;
  }
  .laptop-l\:p-b-5 {
    padding-bottom: 50px;
  }
  .laptop-l-m-b-5 {
    margin-bottom: 50px;
  }
  .laptop-l-p-b-5 {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-5 {
    margin-left: 50px;
  }
  .laptop-l\:p-l-5 {
    padding-left: 50px;
  }
  .laptop-l-m-l-5 {
    margin-left: 50px;
  }
  .laptop-l-p-l-5 {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-5 {
    margin-right: 50px;
  }
  .laptop-l\:p-r-5 {
    padding-right: 50px;
  }
  .laptop-l-m-r-5 {
    margin-right: 50px;
  }
  .laptop-l-p-r-5 {
    padding-right: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-6 {
    margin-top: 60px;
  }
  .laptop-l\:p-t-6 {
    padding-top: 60px;
  }
  .laptop-l-m-t-6 {
    margin-top: 60px;
  }
  .laptop-l-p-t-6 {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-6 {
    margin-bottom: 60px;
  }
  .laptop-l\:p-b-6 {
    padding-bottom: 60px;
  }
  .laptop-l-m-b-6 {
    margin-bottom: 60px;
  }
  .laptop-l-p-b-6 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-6 {
    margin-left: 60px;
  }
  .laptop-l\:p-l-6 {
    padding-left: 60px;
  }
  .laptop-l-m-l-6 {
    margin-left: 60px;
  }
  .laptop-l-p-l-6 {
    padding-left: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-6 {
    margin-right: 60px;
  }
  .laptop-l\:p-r-6 {
    padding-right: 60px;
  }
  .laptop-l-m-r-6 {
    margin-right: 60px;
  }
  .laptop-l-p-r-6 {
    padding-right: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-7 {
    margin-top: 70px;
  }
  .laptop-l\:p-t-7 {
    padding-top: 70px;
  }
  .laptop-l-m-t-7 {
    margin-top: 70px;
  }
  .laptop-l-p-t-7 {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-7 {
    margin-bottom: 70px;
  }
  .laptop-l\:p-b-7 {
    padding-bottom: 70px;
  }
  .laptop-l-m-b-7 {
    margin-bottom: 70px;
  }
  .laptop-l-p-b-7 {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-7 {
    margin-left: 70px;
  }
  .laptop-l\:p-l-7 {
    padding-left: 70px;
  }
  .laptop-l-m-l-7 {
    margin-left: 70px;
  }
  .laptop-l-p-l-7 {
    padding-left: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-7 {
    margin-right: 70px;
  }
  .laptop-l\:p-r-7 {
    padding-right: 70px;
  }
  .laptop-l-m-r-7 {
    margin-right: 70px;
  }
  .laptop-l-p-r-7 {
    padding-right: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-8 {
    margin-top: 80px;
  }
  .laptop-l\:p-t-8 {
    padding-top: 80px;
  }
  .laptop-l-m-t-8 {
    margin-top: 80px;
  }
  .laptop-l-p-t-8 {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-8 {
    margin-bottom: 80px;
  }
  .laptop-l\:p-b-8 {
    padding-bottom: 80px;
  }
  .laptop-l-m-b-8 {
    margin-bottom: 80px;
  }
  .laptop-l-p-b-8 {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-8 {
    margin-left: 80px;
  }
  .laptop-l\:p-l-8 {
    padding-left: 80px;
  }
  .laptop-l-m-l-8 {
    margin-left: 80px;
  }
  .laptop-l-p-l-8 {
    padding-left: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-8 {
    margin-right: 80px;
  }
  .laptop-l\:p-r-8 {
    padding-right: 80px;
  }
  .laptop-l-m-r-8 {
    margin-right: 80px;
  }
  .laptop-l-p-r-8 {
    padding-right: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-9 {
    margin-top: 90px;
  }
  .laptop-l\:p-t-9 {
    padding-top: 90px;
  }
  .laptop-l-m-t-9 {
    margin-top: 90px;
  }
  .laptop-l-p-t-9 {
    padding-top: 90px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-9 {
    margin-bottom: 90px;
  }
  .laptop-l\:p-b-9 {
    padding-bottom: 90px;
  }
  .laptop-l-m-b-9 {
    margin-bottom: 90px;
  }
  .laptop-l-p-b-9 {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-9 {
    margin-left: 90px;
  }
  .laptop-l\:p-l-9 {
    padding-left: 90px;
  }
  .laptop-l-m-l-9 {
    margin-left: 90px;
  }
  .laptop-l-p-l-9 {
    padding-left: 90px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-9 {
    margin-right: 90px;
  }
  .laptop-l\:p-r-9 {
    padding-right: 90px;
  }
  .laptop-l-m-r-9 {
    margin-right: 90px;
  }
  .laptop-l-p-r-9 {
    padding-right: 90px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-10 {
    margin-top: 100px;
  }
  .laptop-l\:p-t-10 {
    padding-top: 100px;
  }
  .laptop-l-m-t-10 {
    margin-top: 100px;
  }
  .laptop-l-p-t-10 {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-10 {
    margin-bottom: 100px;
  }
  .laptop-l\:p-b-10 {
    padding-bottom: 100px;
  }
  .laptop-l-m-b-10 {
    margin-bottom: 100px;
  }
  .laptop-l-p-b-10 {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-10 {
    margin-left: 100px;
  }
  .laptop-l\:p-l-10 {
    padding-left: 100px;
  }
  .laptop-l-m-l-10 {
    margin-left: 100px;
  }
  .laptop-l-p-l-10 {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-10 {
    margin-right: 100px;
  }
  .laptop-l\:p-r-10 {
    padding-right: 100px;
  }
  .laptop-l-m-r-10 {
    margin-right: 100px;
  }
  .laptop-l-p-r-10 {
    padding-right: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-11 {
    margin-top: 110px;
  }
  .laptop-l\:p-t-11 {
    padding-top: 110px;
  }
  .laptop-l-m-t-11 {
    margin-top: 110px;
  }
  .laptop-l-p-t-11 {
    padding-top: 110px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-11 {
    margin-bottom: 110px;
  }
  .laptop-l\:p-b-11 {
    padding-bottom: 110px;
  }
  .laptop-l-m-b-11 {
    margin-bottom: 110px;
  }
  .laptop-l-p-b-11 {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-11 {
    margin-left: 110px;
  }
  .laptop-l\:p-l-11 {
    padding-left: 110px;
  }
  .laptop-l-m-l-11 {
    margin-left: 110px;
  }
  .laptop-l-p-l-11 {
    padding-left: 110px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-11 {
    margin-right: 110px;
  }
  .laptop-l\:p-r-11 {
    padding-right: 110px;
  }
  .laptop-l-m-r-11 {
    margin-right: 110px;
  }
  .laptop-l-p-r-11 {
    padding-right: 110px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-12 {
    margin-top: 120px;
  }
  .laptop-l\:p-t-12 {
    padding-top: 120px;
  }
  .laptop-l-m-t-12 {
    margin-top: 120px;
  }
  .laptop-l-p-t-12 {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-12 {
    margin-bottom: 120px;
  }
  .laptop-l\:p-b-12 {
    padding-bottom: 120px;
  }
  .laptop-l-m-b-12 {
    margin-bottom: 120px;
  }
  .laptop-l-p-b-12 {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-12 {
    margin-left: 120px;
  }
  .laptop-l\:p-l-12 {
    padding-left: 120px;
  }
  .laptop-l-m-l-12 {
    margin-left: 120px;
  }
  .laptop-l-p-l-12 {
    padding-left: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-12 {
    margin-right: 120px;
  }
  .laptop-l\:p-r-12 {
    padding-right: 120px;
  }
  .laptop-l-m-r-12 {
    margin-right: 120px;
  }
  .laptop-l-p-r-12 {
    padding-right: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-13 {
    margin-top: 130px;
  }
  .laptop-l\:p-t-13 {
    padding-top: 130px;
  }
  .laptop-l-m-t-13 {
    margin-top: 130px;
  }
  .laptop-l-p-t-13 {
    padding-top: 130px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-13 {
    margin-bottom: 130px;
  }
  .laptop-l\:p-b-13 {
    padding-bottom: 130px;
  }
  .laptop-l-m-b-13 {
    margin-bottom: 130px;
  }
  .laptop-l-p-b-13 {
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-13 {
    margin-left: 130px;
  }
  .laptop-l\:p-l-13 {
    padding-left: 130px;
  }
  .laptop-l-m-l-13 {
    margin-left: 130px;
  }
  .laptop-l-p-l-13 {
    padding-left: 130px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-13 {
    margin-right: 130px;
  }
  .laptop-l\:p-r-13 {
    padding-right: 130px;
  }
  .laptop-l-m-r-13 {
    margin-right: 130px;
  }
  .laptop-l-p-r-13 {
    padding-right: 130px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-14 {
    margin-top: 140px;
  }
  .laptop-l\:p-t-14 {
    padding-top: 140px;
  }
  .laptop-l-m-t-14 {
    margin-top: 140px;
  }
  .laptop-l-p-t-14 {
    padding-top: 140px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-14 {
    margin-bottom: 140px;
  }
  .laptop-l\:p-b-14 {
    padding-bottom: 140px;
  }
  .laptop-l-m-b-14 {
    margin-bottom: 140px;
  }
  .laptop-l-p-b-14 {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-14 {
    margin-left: 140px;
  }
  .laptop-l\:p-l-14 {
    padding-left: 140px;
  }
  .laptop-l-m-l-14 {
    margin-left: 140px;
  }
  .laptop-l-p-l-14 {
    padding-left: 140px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-14 {
    margin-right: 140px;
  }
  .laptop-l\:p-r-14 {
    padding-right: 140px;
  }
  .laptop-l-m-r-14 {
    margin-right: 140px;
  }
  .laptop-l-p-r-14 {
    padding-right: 140px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-15 {
    margin-top: 150px;
  }
  .laptop-l\:p-t-15 {
    padding-top: 150px;
  }
  .laptop-l-m-t-15 {
    margin-top: 150px;
  }
  .laptop-l-p-t-15 {
    padding-top: 150px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-15 {
    margin-bottom: 150px;
  }
  .laptop-l\:p-b-15 {
    padding-bottom: 150px;
  }
  .laptop-l-m-b-15 {
    margin-bottom: 150px;
  }
  .laptop-l-p-b-15 {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-15 {
    margin-left: 150px;
  }
  .laptop-l\:p-l-15 {
    padding-left: 150px;
  }
  .laptop-l-m-l-15 {
    margin-left: 150px;
  }
  .laptop-l-p-l-15 {
    padding-left: 150px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-15 {
    margin-right: 150px;
  }
  .laptop-l\:p-r-15 {
    padding-right: 150px;
  }
  .laptop-l-m-r-15 {
    margin-right: 150px;
  }
  .laptop-l-p-r-15 {
    padding-right: 150px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-16 {
    margin-top: 160px;
  }
  .laptop-l\:p-t-16 {
    padding-top: 160px;
  }
  .laptop-l-m-t-16 {
    margin-top: 160px;
  }
  .laptop-l-p-t-16 {
    padding-top: 160px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-16 {
    margin-bottom: 160px;
  }
  .laptop-l\:p-b-16 {
    padding-bottom: 160px;
  }
  .laptop-l-m-b-16 {
    margin-bottom: 160px;
  }
  .laptop-l-p-b-16 {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-16 {
    margin-left: 160px;
  }
  .laptop-l\:p-l-16 {
    padding-left: 160px;
  }
  .laptop-l-m-l-16 {
    margin-left: 160px;
  }
  .laptop-l-p-l-16 {
    padding-left: 160px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-16 {
    margin-right: 160px;
  }
  .laptop-l\:p-r-16 {
    padding-right: 160px;
  }
  .laptop-l-m-r-16 {
    margin-right: 160px;
  }
  .laptop-l-p-r-16 {
    padding-right: 160px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-17 {
    margin-top: 170px;
  }
  .laptop-l\:p-t-17 {
    padding-top: 170px;
  }
  .laptop-l-m-t-17 {
    margin-top: 170px;
  }
  .laptop-l-p-t-17 {
    padding-top: 170px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-17 {
    margin-bottom: 170px;
  }
  .laptop-l\:p-b-17 {
    padding-bottom: 170px;
  }
  .laptop-l-m-b-17 {
    margin-bottom: 170px;
  }
  .laptop-l-p-b-17 {
    padding-bottom: 170px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-17 {
    margin-left: 170px;
  }
  .laptop-l\:p-l-17 {
    padding-left: 170px;
  }
  .laptop-l-m-l-17 {
    margin-left: 170px;
  }
  .laptop-l-p-l-17 {
    padding-left: 170px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-17 {
    margin-right: 170px;
  }
  .laptop-l\:p-r-17 {
    padding-right: 170px;
  }
  .laptop-l-m-r-17 {
    margin-right: 170px;
  }
  .laptop-l-p-r-17 {
    padding-right: 170px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-18 {
    margin-top: 180px;
  }
  .laptop-l\:p-t-18 {
    padding-top: 180px;
  }
  .laptop-l-m-t-18 {
    margin-top: 180px;
  }
  .laptop-l-p-t-18 {
    padding-top: 180px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-18 {
    margin-bottom: 180px;
  }
  .laptop-l\:p-b-18 {
    padding-bottom: 180px;
  }
  .laptop-l-m-b-18 {
    margin-bottom: 180px;
  }
  .laptop-l-p-b-18 {
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-18 {
    margin-left: 180px;
  }
  .laptop-l\:p-l-18 {
    padding-left: 180px;
  }
  .laptop-l-m-l-18 {
    margin-left: 180px;
  }
  .laptop-l-p-l-18 {
    padding-left: 180px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-18 {
    margin-right: 180px;
  }
  .laptop-l\:p-r-18 {
    padding-right: 180px;
  }
  .laptop-l-m-r-18 {
    margin-right: 180px;
  }
  .laptop-l-p-r-18 {
    padding-right: 180px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-19 {
    margin-top: 190px;
  }
  .laptop-l\:p-t-19 {
    padding-top: 190px;
  }
  .laptop-l-m-t-19 {
    margin-top: 190px;
  }
  .laptop-l-p-t-19 {
    padding-top: 190px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-19 {
    margin-bottom: 190px;
  }
  .laptop-l\:p-b-19 {
    padding-bottom: 190px;
  }
  .laptop-l-m-b-19 {
    margin-bottom: 190px;
  }
  .laptop-l-p-b-19 {
    padding-bottom: 190px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-19 {
    margin-left: 190px;
  }
  .laptop-l\:p-l-19 {
    padding-left: 190px;
  }
  .laptop-l-m-l-19 {
    margin-left: 190px;
  }
  .laptop-l-p-l-19 {
    padding-left: 190px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-19 {
    margin-right: 190px;
  }
  .laptop-l\:p-r-19 {
    padding-right: 190px;
  }
  .laptop-l-m-r-19 {
    margin-right: 190px;
  }
  .laptop-l-p-r-19 {
    padding-right: 190px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-20 {
    margin-top: 200px;
  }
  .laptop-l\:p-t-20 {
    padding-top: 200px;
  }
  .laptop-l-m-t-20 {
    margin-top: 200px;
  }
  .laptop-l-p-t-20 {
    padding-top: 200px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-20 {
    margin-bottom: 200px;
  }
  .laptop-l\:p-b-20 {
    padding-bottom: 200px;
  }
  .laptop-l-m-b-20 {
    margin-bottom: 200px;
  }
  .laptop-l-p-b-20 {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-20 {
    margin-left: 200px;
  }
  .laptop-l\:p-l-20 {
    padding-left: 200px;
  }
  .laptop-l-m-l-20 {
    margin-left: 200px;
  }
  .laptop-l-p-l-20 {
    padding-left: 200px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-20 {
    margin-right: 200px;
  }
  .laptop-l\:p-r-20 {
    padding-right: 200px;
  }
  .laptop-l-m-r-20 {
    margin-right: 200px;
  }
  .laptop-l-p-r-20 {
    padding-right: 200px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-21 {
    margin-top: 210px;
  }
  .laptop-l\:p-t-21 {
    padding-top: 210px;
  }
  .laptop-l-m-t-21 {
    margin-top: 210px;
  }
  .laptop-l-p-t-21 {
    padding-top: 210px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-21 {
    margin-bottom: 210px;
  }
  .laptop-l\:p-b-21 {
    padding-bottom: 210px;
  }
  .laptop-l-m-b-21 {
    margin-bottom: 210px;
  }
  .laptop-l-p-b-21 {
    padding-bottom: 210px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-21 {
    margin-left: 210px;
  }
  .laptop-l\:p-l-21 {
    padding-left: 210px;
  }
  .laptop-l-m-l-21 {
    margin-left: 210px;
  }
  .laptop-l-p-l-21 {
    padding-left: 210px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-21 {
    margin-right: 210px;
  }
  .laptop-l\:p-r-21 {
    padding-right: 210px;
  }
  .laptop-l-m-r-21 {
    margin-right: 210px;
  }
  .laptop-l-p-r-21 {
    padding-right: 210px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-22 {
    margin-top: 220px;
  }
  .laptop-l\:p-t-22 {
    padding-top: 220px;
  }
  .laptop-l-m-t-22 {
    margin-top: 220px;
  }
  .laptop-l-p-t-22 {
    padding-top: 220px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-22 {
    margin-bottom: 220px;
  }
  .laptop-l\:p-b-22 {
    padding-bottom: 220px;
  }
  .laptop-l-m-b-22 {
    margin-bottom: 220px;
  }
  .laptop-l-p-b-22 {
    padding-bottom: 220px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-22 {
    margin-left: 220px;
  }
  .laptop-l\:p-l-22 {
    padding-left: 220px;
  }
  .laptop-l-m-l-22 {
    margin-left: 220px;
  }
  .laptop-l-p-l-22 {
    padding-left: 220px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-22 {
    margin-right: 220px;
  }
  .laptop-l\:p-r-22 {
    padding-right: 220px;
  }
  .laptop-l-m-r-22 {
    margin-right: 220px;
  }
  .laptop-l-p-r-22 {
    padding-right: 220px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-23 {
    margin-top: 230px;
  }
  .laptop-l\:p-t-23 {
    padding-top: 230px;
  }
  .laptop-l-m-t-23 {
    margin-top: 230px;
  }
  .laptop-l-p-t-23 {
    padding-top: 230px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-23 {
    margin-bottom: 230px;
  }
  .laptop-l\:p-b-23 {
    padding-bottom: 230px;
  }
  .laptop-l-m-b-23 {
    margin-bottom: 230px;
  }
  .laptop-l-p-b-23 {
    padding-bottom: 230px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-23 {
    margin-left: 230px;
  }
  .laptop-l\:p-l-23 {
    padding-left: 230px;
  }
  .laptop-l-m-l-23 {
    margin-left: 230px;
  }
  .laptop-l-p-l-23 {
    padding-left: 230px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-23 {
    margin-right: 230px;
  }
  .laptop-l\:p-r-23 {
    padding-right: 230px;
  }
  .laptop-l-m-r-23 {
    margin-right: 230px;
  }
  .laptop-l-p-r-23 {
    padding-right: 230px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-24 {
    margin-top: 240px;
  }
  .laptop-l\:p-t-24 {
    padding-top: 240px;
  }
  .laptop-l-m-t-24 {
    margin-top: 240px;
  }
  .laptop-l-p-t-24 {
    padding-top: 240px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-24 {
    margin-bottom: 240px;
  }
  .laptop-l\:p-b-24 {
    padding-bottom: 240px;
  }
  .laptop-l-m-b-24 {
    margin-bottom: 240px;
  }
  .laptop-l-p-b-24 {
    padding-bottom: 240px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-24 {
    margin-left: 240px;
  }
  .laptop-l\:p-l-24 {
    padding-left: 240px;
  }
  .laptop-l-m-l-24 {
    margin-left: 240px;
  }
  .laptop-l-p-l-24 {
    padding-left: 240px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-24 {
    margin-right: 240px;
  }
  .laptop-l\:p-r-24 {
    padding-right: 240px;
  }
  .laptop-l-m-r-24 {
    margin-right: 240px;
  }
  .laptop-l-p-r-24 {
    padding-right: 240px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-25 {
    margin-top: 250px;
  }
  .laptop-l\:p-t-25 {
    padding-top: 250px;
  }
  .laptop-l-m-t-25 {
    margin-top: 250px;
  }
  .laptop-l-p-t-25 {
    padding-top: 250px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-25 {
    margin-bottom: 250px;
  }
  .laptop-l\:p-b-25 {
    padding-bottom: 250px;
  }
  .laptop-l-m-b-25 {
    margin-bottom: 250px;
  }
  .laptop-l-p-b-25 {
    padding-bottom: 250px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-25 {
    margin-left: 250px;
  }
  .laptop-l\:p-l-25 {
    padding-left: 250px;
  }
  .laptop-l-m-l-25 {
    margin-left: 250px;
  }
  .laptop-l-p-l-25 {
    padding-left: 250px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-25 {
    margin-right: 250px;
  }
  .laptop-l\:p-r-25 {
    padding-right: 250px;
  }
  .laptop-l-m-r-25 {
    margin-right: 250px;
  }
  .laptop-l-p-r-25 {
    padding-right: 250px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-26 {
    margin-top: 260px;
  }
  .laptop-l\:p-t-26 {
    padding-top: 260px;
  }
  .laptop-l-m-t-26 {
    margin-top: 260px;
  }
  .laptop-l-p-t-26 {
    padding-top: 260px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-26 {
    margin-bottom: 260px;
  }
  .laptop-l\:p-b-26 {
    padding-bottom: 260px;
  }
  .laptop-l-m-b-26 {
    margin-bottom: 260px;
  }
  .laptop-l-p-b-26 {
    padding-bottom: 260px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-26 {
    margin-left: 260px;
  }
  .laptop-l\:p-l-26 {
    padding-left: 260px;
  }
  .laptop-l-m-l-26 {
    margin-left: 260px;
  }
  .laptop-l-p-l-26 {
    padding-left: 260px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-26 {
    margin-right: 260px;
  }
  .laptop-l\:p-r-26 {
    padding-right: 260px;
  }
  .laptop-l-m-r-26 {
    margin-right: 260px;
  }
  .laptop-l-p-r-26 {
    padding-right: 260px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-27 {
    margin-top: 270px;
  }
  .laptop-l\:p-t-27 {
    padding-top: 270px;
  }
  .laptop-l-m-t-27 {
    margin-top: 270px;
  }
  .laptop-l-p-t-27 {
    padding-top: 270px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-27 {
    margin-bottom: 270px;
  }
  .laptop-l\:p-b-27 {
    padding-bottom: 270px;
  }
  .laptop-l-m-b-27 {
    margin-bottom: 270px;
  }
  .laptop-l-p-b-27 {
    padding-bottom: 270px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-27 {
    margin-left: 270px;
  }
  .laptop-l\:p-l-27 {
    padding-left: 270px;
  }
  .laptop-l-m-l-27 {
    margin-left: 270px;
  }
  .laptop-l-p-l-27 {
    padding-left: 270px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-27 {
    margin-right: 270px;
  }
  .laptop-l\:p-r-27 {
    padding-right: 270px;
  }
  .laptop-l-m-r-27 {
    margin-right: 270px;
  }
  .laptop-l-p-r-27 {
    padding-right: 270px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-28 {
    margin-top: 280px;
  }
  .laptop-l\:p-t-28 {
    padding-top: 280px;
  }
  .laptop-l-m-t-28 {
    margin-top: 280px;
  }
  .laptop-l-p-t-28 {
    padding-top: 280px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-28 {
    margin-bottom: 280px;
  }
  .laptop-l\:p-b-28 {
    padding-bottom: 280px;
  }
  .laptop-l-m-b-28 {
    margin-bottom: 280px;
  }
  .laptop-l-p-b-28 {
    padding-bottom: 280px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-28 {
    margin-left: 280px;
  }
  .laptop-l\:p-l-28 {
    padding-left: 280px;
  }
  .laptop-l-m-l-28 {
    margin-left: 280px;
  }
  .laptop-l-p-l-28 {
    padding-left: 280px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-28 {
    margin-right: 280px;
  }
  .laptop-l\:p-r-28 {
    padding-right: 280px;
  }
  .laptop-l-m-r-28 {
    margin-right: 280px;
  }
  .laptop-l-p-r-28 {
    padding-right: 280px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-29 {
    margin-top: 290px;
  }
  .laptop-l\:p-t-29 {
    padding-top: 290px;
  }
  .laptop-l-m-t-29 {
    margin-top: 290px;
  }
  .laptop-l-p-t-29 {
    padding-top: 290px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-29 {
    margin-bottom: 290px;
  }
  .laptop-l\:p-b-29 {
    padding-bottom: 290px;
  }
  .laptop-l-m-b-29 {
    margin-bottom: 290px;
  }
  .laptop-l-p-b-29 {
    padding-bottom: 290px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-29 {
    margin-left: 290px;
  }
  .laptop-l\:p-l-29 {
    padding-left: 290px;
  }
  .laptop-l-m-l-29 {
    margin-left: 290px;
  }
  .laptop-l-p-l-29 {
    padding-left: 290px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-29 {
    margin-right: 290px;
  }
  .laptop-l\:p-r-29 {
    padding-right: 290px;
  }
  .laptop-l-m-r-29 {
    margin-right: 290px;
  }
  .laptop-l-p-r-29 {
    padding-right: 290px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-30 {
    margin-top: 300px;
  }
  .laptop-l\:p-t-30 {
    padding-top: 300px;
  }
  .laptop-l-m-t-30 {
    margin-top: 300px;
  }
  .laptop-l-p-t-30 {
    padding-top: 300px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-30 {
    margin-bottom: 300px;
  }
  .laptop-l\:p-b-30 {
    padding-bottom: 300px;
  }
  .laptop-l-m-b-30 {
    margin-bottom: 300px;
  }
  .laptop-l-p-b-30 {
    padding-bottom: 300px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-30 {
    margin-left: 300px;
  }
  .laptop-l\:p-l-30 {
    padding-left: 300px;
  }
  .laptop-l-m-l-30 {
    margin-left: 300px;
  }
  .laptop-l-p-l-30 {
    padding-left: 300px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-30 {
    margin-right: 300px;
  }
  .laptop-l\:p-r-30 {
    padding-right: 300px;
  }
  .laptop-l-m-r-30 {
    margin-right: 300px;
  }
  .laptop-l-p-r-30 {
    padding-right: 300px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-31 {
    margin-top: 310px;
  }
  .laptop-l\:p-t-31 {
    padding-top: 310px;
  }
  .laptop-l-m-t-31 {
    margin-top: 310px;
  }
  .laptop-l-p-t-31 {
    padding-top: 310px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-31 {
    margin-bottom: 310px;
  }
  .laptop-l\:p-b-31 {
    padding-bottom: 310px;
  }
  .laptop-l-m-b-31 {
    margin-bottom: 310px;
  }
  .laptop-l-p-b-31 {
    padding-bottom: 310px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-31 {
    margin-left: 310px;
  }
  .laptop-l\:p-l-31 {
    padding-left: 310px;
  }
  .laptop-l-m-l-31 {
    margin-left: 310px;
  }
  .laptop-l-p-l-31 {
    padding-left: 310px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-31 {
    margin-right: 310px;
  }
  .laptop-l\:p-r-31 {
    padding-right: 310px;
  }
  .laptop-l-m-r-31 {
    margin-right: 310px;
  }
  .laptop-l-p-r-31 {
    padding-right: 310px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-32 {
    margin-top: 320px;
  }
  .laptop-l\:p-t-32 {
    padding-top: 320px;
  }
  .laptop-l-m-t-32 {
    margin-top: 320px;
  }
  .laptop-l-p-t-32 {
    padding-top: 320px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-32 {
    margin-bottom: 320px;
  }
  .laptop-l\:p-b-32 {
    padding-bottom: 320px;
  }
  .laptop-l-m-b-32 {
    margin-bottom: 320px;
  }
  .laptop-l-p-b-32 {
    padding-bottom: 320px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-32 {
    margin-left: 320px;
  }
  .laptop-l\:p-l-32 {
    padding-left: 320px;
  }
  .laptop-l-m-l-32 {
    margin-left: 320px;
  }
  .laptop-l-p-l-32 {
    padding-left: 320px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-32 {
    margin-right: 320px;
  }
  .laptop-l\:p-r-32 {
    padding-right: 320px;
  }
  .laptop-l-m-r-32 {
    margin-right: 320px;
  }
  .laptop-l-p-r-32 {
    padding-right: 320px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-33 {
    margin-top: 330px;
  }
  .laptop-l\:p-t-33 {
    padding-top: 330px;
  }
  .laptop-l-m-t-33 {
    margin-top: 330px;
  }
  .laptop-l-p-t-33 {
    padding-top: 330px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-33 {
    margin-bottom: 330px;
  }
  .laptop-l\:p-b-33 {
    padding-bottom: 330px;
  }
  .laptop-l-m-b-33 {
    margin-bottom: 330px;
  }
  .laptop-l-p-b-33 {
    padding-bottom: 330px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-33 {
    margin-left: 330px;
  }
  .laptop-l\:p-l-33 {
    padding-left: 330px;
  }
  .laptop-l-m-l-33 {
    margin-left: 330px;
  }
  .laptop-l-p-l-33 {
    padding-left: 330px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-33 {
    margin-right: 330px;
  }
  .laptop-l\:p-r-33 {
    padding-right: 330px;
  }
  .laptop-l-m-r-33 {
    margin-right: 330px;
  }
  .laptop-l-p-r-33 {
    padding-right: 330px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-34 {
    margin-top: 340px;
  }
  .laptop-l\:p-t-34 {
    padding-top: 340px;
  }
  .laptop-l-m-t-34 {
    margin-top: 340px;
  }
  .laptop-l-p-t-34 {
    padding-top: 340px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-34 {
    margin-bottom: 340px;
  }
  .laptop-l\:p-b-34 {
    padding-bottom: 340px;
  }
  .laptop-l-m-b-34 {
    margin-bottom: 340px;
  }
  .laptop-l-p-b-34 {
    padding-bottom: 340px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-34 {
    margin-left: 340px;
  }
  .laptop-l\:p-l-34 {
    padding-left: 340px;
  }
  .laptop-l-m-l-34 {
    margin-left: 340px;
  }
  .laptop-l-p-l-34 {
    padding-left: 340px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-34 {
    margin-right: 340px;
  }
  .laptop-l\:p-r-34 {
    padding-right: 340px;
  }
  .laptop-l-m-r-34 {
    margin-right: 340px;
  }
  .laptop-l-p-r-34 {
    padding-right: 340px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-35 {
    margin-top: 350px;
  }
  .laptop-l\:p-t-35 {
    padding-top: 350px;
  }
  .laptop-l-m-t-35 {
    margin-top: 350px;
  }
  .laptop-l-p-t-35 {
    padding-top: 350px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-35 {
    margin-bottom: 350px;
  }
  .laptop-l\:p-b-35 {
    padding-bottom: 350px;
  }
  .laptop-l-m-b-35 {
    margin-bottom: 350px;
  }
  .laptop-l-p-b-35 {
    padding-bottom: 350px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-35 {
    margin-left: 350px;
  }
  .laptop-l\:p-l-35 {
    padding-left: 350px;
  }
  .laptop-l-m-l-35 {
    margin-left: 350px;
  }
  .laptop-l-p-l-35 {
    padding-left: 350px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-35 {
    margin-right: 350px;
  }
  .laptop-l\:p-r-35 {
    padding-right: 350px;
  }
  .laptop-l-m-r-35 {
    margin-right: 350px;
  }
  .laptop-l-p-r-35 {
    padding-right: 350px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-36 {
    margin-top: 360px;
  }
  .laptop-l\:p-t-36 {
    padding-top: 360px;
  }
  .laptop-l-m-t-36 {
    margin-top: 360px;
  }
  .laptop-l-p-t-36 {
    padding-top: 360px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-36 {
    margin-bottom: 360px;
  }
  .laptop-l\:p-b-36 {
    padding-bottom: 360px;
  }
  .laptop-l-m-b-36 {
    margin-bottom: 360px;
  }
  .laptop-l-p-b-36 {
    padding-bottom: 360px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-36 {
    margin-left: 360px;
  }
  .laptop-l\:p-l-36 {
    padding-left: 360px;
  }
  .laptop-l-m-l-36 {
    margin-left: 360px;
  }
  .laptop-l-p-l-36 {
    padding-left: 360px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-36 {
    margin-right: 360px;
  }
  .laptop-l\:p-r-36 {
    padding-right: 360px;
  }
  .laptop-l-m-r-36 {
    margin-right: 360px;
  }
  .laptop-l-p-r-36 {
    padding-right: 360px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-37 {
    margin-top: 370px;
  }
  .laptop-l\:p-t-37 {
    padding-top: 370px;
  }
  .laptop-l-m-t-37 {
    margin-top: 370px;
  }
  .laptop-l-p-t-37 {
    padding-top: 370px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-37 {
    margin-bottom: 370px;
  }
  .laptop-l\:p-b-37 {
    padding-bottom: 370px;
  }
  .laptop-l-m-b-37 {
    margin-bottom: 370px;
  }
  .laptop-l-p-b-37 {
    padding-bottom: 370px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-37 {
    margin-left: 370px;
  }
  .laptop-l\:p-l-37 {
    padding-left: 370px;
  }
  .laptop-l-m-l-37 {
    margin-left: 370px;
  }
  .laptop-l-p-l-37 {
    padding-left: 370px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-37 {
    margin-right: 370px;
  }
  .laptop-l\:p-r-37 {
    padding-right: 370px;
  }
  .laptop-l-m-r-37 {
    margin-right: 370px;
  }
  .laptop-l-p-r-37 {
    padding-right: 370px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-38 {
    margin-top: 380px;
  }
  .laptop-l\:p-t-38 {
    padding-top: 380px;
  }
  .laptop-l-m-t-38 {
    margin-top: 380px;
  }
  .laptop-l-p-t-38 {
    padding-top: 380px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-38 {
    margin-bottom: 380px;
  }
  .laptop-l\:p-b-38 {
    padding-bottom: 380px;
  }
  .laptop-l-m-b-38 {
    margin-bottom: 380px;
  }
  .laptop-l-p-b-38 {
    padding-bottom: 380px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-38 {
    margin-left: 380px;
  }
  .laptop-l\:p-l-38 {
    padding-left: 380px;
  }
  .laptop-l-m-l-38 {
    margin-left: 380px;
  }
  .laptop-l-p-l-38 {
    padding-left: 380px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-38 {
    margin-right: 380px;
  }
  .laptop-l\:p-r-38 {
    padding-right: 380px;
  }
  .laptop-l-m-r-38 {
    margin-right: 380px;
  }
  .laptop-l-p-r-38 {
    padding-right: 380px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-39 {
    margin-top: 390px;
  }
  .laptop-l\:p-t-39 {
    padding-top: 390px;
  }
  .laptop-l-m-t-39 {
    margin-top: 390px;
  }
  .laptop-l-p-t-39 {
    padding-top: 390px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-39 {
    margin-bottom: 390px;
  }
  .laptop-l\:p-b-39 {
    padding-bottom: 390px;
  }
  .laptop-l-m-b-39 {
    margin-bottom: 390px;
  }
  .laptop-l-p-b-39 {
    padding-bottom: 390px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-39 {
    margin-left: 390px;
  }
  .laptop-l\:p-l-39 {
    padding-left: 390px;
  }
  .laptop-l-m-l-39 {
    margin-left: 390px;
  }
  .laptop-l-p-l-39 {
    padding-left: 390px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-39 {
    margin-right: 390px;
  }
  .laptop-l\:p-r-39 {
    padding-right: 390px;
  }
  .laptop-l-m-r-39 {
    margin-right: 390px;
  }
  .laptop-l-p-r-39 {
    padding-right: 390px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-40 {
    margin-top: 400px;
  }
  .laptop-l\:p-t-40 {
    padding-top: 400px;
  }
  .laptop-l-m-t-40 {
    margin-top: 400px;
  }
  .laptop-l-p-t-40 {
    padding-top: 400px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-40 {
    margin-bottom: 400px;
  }
  .laptop-l\:p-b-40 {
    padding-bottom: 400px;
  }
  .laptop-l-m-b-40 {
    margin-bottom: 400px;
  }
  .laptop-l-p-b-40 {
    padding-bottom: 400px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-40 {
    margin-left: 400px;
  }
  .laptop-l\:p-l-40 {
    padding-left: 400px;
  }
  .laptop-l-m-l-40 {
    margin-left: 400px;
  }
  .laptop-l-p-l-40 {
    padding-left: 400px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-40 {
    margin-right: 400px;
  }
  .laptop-l\:p-r-40 {
    padding-right: 400px;
  }
  .laptop-l-m-r-40 {
    margin-right: 400px;
  }
  .laptop-l-p-r-40 {
    padding-right: 400px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-41 {
    margin-top: 410px;
  }
  .laptop-l\:p-t-41 {
    padding-top: 410px;
  }
  .laptop-l-m-t-41 {
    margin-top: 410px;
  }
  .laptop-l-p-t-41 {
    padding-top: 410px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-41 {
    margin-bottom: 410px;
  }
  .laptop-l\:p-b-41 {
    padding-bottom: 410px;
  }
  .laptop-l-m-b-41 {
    margin-bottom: 410px;
  }
  .laptop-l-p-b-41 {
    padding-bottom: 410px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-41 {
    margin-left: 410px;
  }
  .laptop-l\:p-l-41 {
    padding-left: 410px;
  }
  .laptop-l-m-l-41 {
    margin-left: 410px;
  }
  .laptop-l-p-l-41 {
    padding-left: 410px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-41 {
    margin-right: 410px;
  }
  .laptop-l\:p-r-41 {
    padding-right: 410px;
  }
  .laptop-l-m-r-41 {
    margin-right: 410px;
  }
  .laptop-l-p-r-41 {
    padding-right: 410px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-42 {
    margin-top: 420px;
  }
  .laptop-l\:p-t-42 {
    padding-top: 420px;
  }
  .laptop-l-m-t-42 {
    margin-top: 420px;
  }
  .laptop-l-p-t-42 {
    padding-top: 420px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-42 {
    margin-bottom: 420px;
  }
  .laptop-l\:p-b-42 {
    padding-bottom: 420px;
  }
  .laptop-l-m-b-42 {
    margin-bottom: 420px;
  }
  .laptop-l-p-b-42 {
    padding-bottom: 420px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-42 {
    margin-left: 420px;
  }
  .laptop-l\:p-l-42 {
    padding-left: 420px;
  }
  .laptop-l-m-l-42 {
    margin-left: 420px;
  }
  .laptop-l-p-l-42 {
    padding-left: 420px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-42 {
    margin-right: 420px;
  }
  .laptop-l\:p-r-42 {
    padding-right: 420px;
  }
  .laptop-l-m-r-42 {
    margin-right: 420px;
  }
  .laptop-l-p-r-42 {
    padding-right: 420px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-43 {
    margin-top: 430px;
  }
  .laptop-l\:p-t-43 {
    padding-top: 430px;
  }
  .laptop-l-m-t-43 {
    margin-top: 430px;
  }
  .laptop-l-p-t-43 {
    padding-top: 430px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-43 {
    margin-bottom: 430px;
  }
  .laptop-l\:p-b-43 {
    padding-bottom: 430px;
  }
  .laptop-l-m-b-43 {
    margin-bottom: 430px;
  }
  .laptop-l-p-b-43 {
    padding-bottom: 430px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-43 {
    margin-left: 430px;
  }
  .laptop-l\:p-l-43 {
    padding-left: 430px;
  }
  .laptop-l-m-l-43 {
    margin-left: 430px;
  }
  .laptop-l-p-l-43 {
    padding-left: 430px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-43 {
    margin-right: 430px;
  }
  .laptop-l\:p-r-43 {
    padding-right: 430px;
  }
  .laptop-l-m-r-43 {
    margin-right: 430px;
  }
  .laptop-l-p-r-43 {
    padding-right: 430px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-44 {
    margin-top: 440px;
  }
  .laptop-l\:p-t-44 {
    padding-top: 440px;
  }
  .laptop-l-m-t-44 {
    margin-top: 440px;
  }
  .laptop-l-p-t-44 {
    padding-top: 440px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-44 {
    margin-bottom: 440px;
  }
  .laptop-l\:p-b-44 {
    padding-bottom: 440px;
  }
  .laptop-l-m-b-44 {
    margin-bottom: 440px;
  }
  .laptop-l-p-b-44 {
    padding-bottom: 440px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-44 {
    margin-left: 440px;
  }
  .laptop-l\:p-l-44 {
    padding-left: 440px;
  }
  .laptop-l-m-l-44 {
    margin-left: 440px;
  }
  .laptop-l-p-l-44 {
    padding-left: 440px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-44 {
    margin-right: 440px;
  }
  .laptop-l\:p-r-44 {
    padding-right: 440px;
  }
  .laptop-l-m-r-44 {
    margin-right: 440px;
  }
  .laptop-l-p-r-44 {
    padding-right: 440px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-45 {
    margin-top: 450px;
  }
  .laptop-l\:p-t-45 {
    padding-top: 450px;
  }
  .laptop-l-m-t-45 {
    margin-top: 450px;
  }
  .laptop-l-p-t-45 {
    padding-top: 450px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-45 {
    margin-bottom: 450px;
  }
  .laptop-l\:p-b-45 {
    padding-bottom: 450px;
  }
  .laptop-l-m-b-45 {
    margin-bottom: 450px;
  }
  .laptop-l-p-b-45 {
    padding-bottom: 450px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-45 {
    margin-left: 450px;
  }
  .laptop-l\:p-l-45 {
    padding-left: 450px;
  }
  .laptop-l-m-l-45 {
    margin-left: 450px;
  }
  .laptop-l-p-l-45 {
    padding-left: 450px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-45 {
    margin-right: 450px;
  }
  .laptop-l\:p-r-45 {
    padding-right: 450px;
  }
  .laptop-l-m-r-45 {
    margin-right: 450px;
  }
  .laptop-l-p-r-45 {
    padding-right: 450px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-46 {
    margin-top: 460px;
  }
  .laptop-l\:p-t-46 {
    padding-top: 460px;
  }
  .laptop-l-m-t-46 {
    margin-top: 460px;
  }
  .laptop-l-p-t-46 {
    padding-top: 460px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-46 {
    margin-bottom: 460px;
  }
  .laptop-l\:p-b-46 {
    padding-bottom: 460px;
  }
  .laptop-l-m-b-46 {
    margin-bottom: 460px;
  }
  .laptop-l-p-b-46 {
    padding-bottom: 460px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-46 {
    margin-left: 460px;
  }
  .laptop-l\:p-l-46 {
    padding-left: 460px;
  }
  .laptop-l-m-l-46 {
    margin-left: 460px;
  }
  .laptop-l-p-l-46 {
    padding-left: 460px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-46 {
    margin-right: 460px;
  }
  .laptop-l\:p-r-46 {
    padding-right: 460px;
  }
  .laptop-l-m-r-46 {
    margin-right: 460px;
  }
  .laptop-l-p-r-46 {
    padding-right: 460px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-47 {
    margin-top: 470px;
  }
  .laptop-l\:p-t-47 {
    padding-top: 470px;
  }
  .laptop-l-m-t-47 {
    margin-top: 470px;
  }
  .laptop-l-p-t-47 {
    padding-top: 470px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-47 {
    margin-bottom: 470px;
  }
  .laptop-l\:p-b-47 {
    padding-bottom: 470px;
  }
  .laptop-l-m-b-47 {
    margin-bottom: 470px;
  }
  .laptop-l-p-b-47 {
    padding-bottom: 470px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-47 {
    margin-left: 470px;
  }
  .laptop-l\:p-l-47 {
    padding-left: 470px;
  }
  .laptop-l-m-l-47 {
    margin-left: 470px;
  }
  .laptop-l-p-l-47 {
    padding-left: 470px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-47 {
    margin-right: 470px;
  }
  .laptop-l\:p-r-47 {
    padding-right: 470px;
  }
  .laptop-l-m-r-47 {
    margin-right: 470px;
  }
  .laptop-l-p-r-47 {
    padding-right: 470px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-48 {
    margin-top: 480px;
  }
  .laptop-l\:p-t-48 {
    padding-top: 480px;
  }
  .laptop-l-m-t-48 {
    margin-top: 480px;
  }
  .laptop-l-p-t-48 {
    padding-top: 480px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-48 {
    margin-bottom: 480px;
  }
  .laptop-l\:p-b-48 {
    padding-bottom: 480px;
  }
  .laptop-l-m-b-48 {
    margin-bottom: 480px;
  }
  .laptop-l-p-b-48 {
    padding-bottom: 480px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-48 {
    margin-left: 480px;
  }
  .laptop-l\:p-l-48 {
    padding-left: 480px;
  }
  .laptop-l-m-l-48 {
    margin-left: 480px;
  }
  .laptop-l-p-l-48 {
    padding-left: 480px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-48 {
    margin-right: 480px;
  }
  .laptop-l\:p-r-48 {
    padding-right: 480px;
  }
  .laptop-l-m-r-48 {
    margin-right: 480px;
  }
  .laptop-l-p-r-48 {
    padding-right: 480px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-49 {
    margin-top: 490px;
  }
  .laptop-l\:p-t-49 {
    padding-top: 490px;
  }
  .laptop-l-m-t-49 {
    margin-top: 490px;
  }
  .laptop-l-p-t-49 {
    padding-top: 490px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-b-49 {
    margin-bottom: 490px;
  }
  .laptop-l\:p-b-49 {
    padding-bottom: 490px;
  }
  .laptop-l-m-b-49 {
    margin-bottom: 490px;
  }
  .laptop-l-p-b-49 {
    padding-bottom: 490px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-l-49 {
    margin-left: 490px;
  }
  .laptop-l\:p-l-49 {
    padding-left: 490px;
  }
  .laptop-l-m-l-49 {
    margin-left: 490px;
  }
  .laptop-l-p-l-49 {
    padding-left: 490px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-r-49 {
    margin-right: 490px;
  }
  .laptop-l\:p-r-49 {
    padding-right: 490px;
  }
  .laptop-l-m-r-49 {
    margin-right: 490px;
  }
  .laptop-l-p-r-49 {
    padding-right: 490px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--10 {
    margin-top: -100px;
  }
  .laptop-xl\:p-t--10 {
    padding-top: -100px;
  }
  .laptop-xl-m-t--10 {
    margin-top: -100px;
  }
  .laptop-xl-p-t--10 {
    padding-top: -100px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--10 {
    margin-bottom: -100px;
  }
  .laptop-xl\:p-b--10 {
    padding-bottom: -100px;
  }
  .laptop-xl-m-b--10 {
    margin-bottom: -100px;
  }
  .laptop-xl-p-b--10 {
    padding-bottom: -100px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--10 {
    margin-left: -100px;
  }
  .laptop-xl\:p-l--10 {
    padding-left: -100px;
  }
  .laptop-xl-m-l--10 {
    margin-left: -100px;
  }
  .laptop-xl-p-l--10 {
    padding-left: -100px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--10 {
    margin-right: -100px;
  }
  .laptop-xl\:p-r--10 {
    padding-right: -100px;
  }
  .laptop-xl-m-r--10 {
    margin-right: -100px;
  }
  .laptop-xl-p-r--10 {
    padding-right: -100px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--9\.9 {
    margin-top: -99px;
  }
  .laptop-xl\:p-t--9\.9 {
    padding-top: -99px;
  }
  .laptop-xl-m-t--9\.9 {
    margin-top: -99px;
  }
  .laptop-xl-p-t--9\.9 {
    padding-top: -99px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--9\.9 {
    margin-bottom: -99px;
  }
  .laptop-xl\:p-b--9\.9 {
    padding-bottom: -99px;
  }
  .laptop-xl-m-b--9\.9 {
    margin-bottom: -99px;
  }
  .laptop-xl-p-b--9\.9 {
    padding-bottom: -99px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--9\.9 {
    margin-left: -99px;
  }
  .laptop-xl\:p-l--9\.9 {
    padding-left: -99px;
  }
  .laptop-xl-m-l--9\.9 {
    margin-left: -99px;
  }
  .laptop-xl-p-l--9\.9 {
    padding-left: -99px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--9\.9 {
    margin-right: -99px;
  }
  .laptop-xl\:p-r--9\.9 {
    padding-right: -99px;
  }
  .laptop-xl-m-r--9\.9 {
    margin-right: -99px;
  }
  .laptop-xl-p-r--9\.9 {
    padding-right: -99px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--9\.8 {
    margin-top: -98px;
  }
  .laptop-xl\:p-t--9\.8 {
    padding-top: -98px;
  }
  .laptop-xl-m-t--9\.8 {
    margin-top: -98px;
  }
  .laptop-xl-p-t--9\.8 {
    padding-top: -98px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--9\.8 {
    margin-bottom: -98px;
  }
  .laptop-xl\:p-b--9\.8 {
    padding-bottom: -98px;
  }
  .laptop-xl-m-b--9\.8 {
    margin-bottom: -98px;
  }
  .laptop-xl-p-b--9\.8 {
    padding-bottom: -98px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--9\.8 {
    margin-left: -98px;
  }
  .laptop-xl\:p-l--9\.8 {
    padding-left: -98px;
  }
  .laptop-xl-m-l--9\.8 {
    margin-left: -98px;
  }
  .laptop-xl-p-l--9\.8 {
    padding-left: -98px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--9\.8 {
    margin-right: -98px;
  }
  .laptop-xl\:p-r--9\.8 {
    padding-right: -98px;
  }
  .laptop-xl-m-r--9\.8 {
    margin-right: -98px;
  }
  .laptop-xl-p-r--9\.8 {
    padding-right: -98px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--9\.7 {
    margin-top: -97px;
  }
  .laptop-xl\:p-t--9\.7 {
    padding-top: -97px;
  }
  .laptop-xl-m-t--9\.7 {
    margin-top: -97px;
  }
  .laptop-xl-p-t--9\.7 {
    padding-top: -97px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--9\.7 {
    margin-bottom: -97px;
  }
  .laptop-xl\:p-b--9\.7 {
    padding-bottom: -97px;
  }
  .laptop-xl-m-b--9\.7 {
    margin-bottom: -97px;
  }
  .laptop-xl-p-b--9\.7 {
    padding-bottom: -97px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--9\.7 {
    margin-left: -97px;
  }
  .laptop-xl\:p-l--9\.7 {
    padding-left: -97px;
  }
  .laptop-xl-m-l--9\.7 {
    margin-left: -97px;
  }
  .laptop-xl-p-l--9\.7 {
    padding-left: -97px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--9\.7 {
    margin-right: -97px;
  }
  .laptop-xl\:p-r--9\.7 {
    padding-right: -97px;
  }
  .laptop-xl-m-r--9\.7 {
    margin-right: -97px;
  }
  .laptop-xl-p-r--9\.7 {
    padding-right: -97px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--9\.6 {
    margin-top: -96px;
  }
  .laptop-xl\:p-t--9\.6 {
    padding-top: -96px;
  }
  .laptop-xl-m-t--9\.6 {
    margin-top: -96px;
  }
  .laptop-xl-p-t--9\.6 {
    padding-top: -96px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--9\.6 {
    margin-bottom: -96px;
  }
  .laptop-xl\:p-b--9\.6 {
    padding-bottom: -96px;
  }
  .laptop-xl-m-b--9\.6 {
    margin-bottom: -96px;
  }
  .laptop-xl-p-b--9\.6 {
    padding-bottom: -96px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--9\.6 {
    margin-left: -96px;
  }
  .laptop-xl\:p-l--9\.6 {
    padding-left: -96px;
  }
  .laptop-xl-m-l--9\.6 {
    margin-left: -96px;
  }
  .laptop-xl-p-l--9\.6 {
    padding-left: -96px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--9\.6 {
    margin-right: -96px;
  }
  .laptop-xl\:p-r--9\.6 {
    padding-right: -96px;
  }
  .laptop-xl-m-r--9\.6 {
    margin-right: -96px;
  }
  .laptop-xl-p-r--9\.6 {
    padding-right: -96px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--9\.5 {
    margin-top: -95px;
  }
  .laptop-xl\:p-t--9\.5 {
    padding-top: -95px;
  }
  .laptop-xl-m-t--9\.5 {
    margin-top: -95px;
  }
  .laptop-xl-p-t--9\.5 {
    padding-top: -95px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--9\.5 {
    margin-bottom: -95px;
  }
  .laptop-xl\:p-b--9\.5 {
    padding-bottom: -95px;
  }
  .laptop-xl-m-b--9\.5 {
    margin-bottom: -95px;
  }
  .laptop-xl-p-b--9\.5 {
    padding-bottom: -95px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--9\.5 {
    margin-left: -95px;
  }
  .laptop-xl\:p-l--9\.5 {
    padding-left: -95px;
  }
  .laptop-xl-m-l--9\.5 {
    margin-left: -95px;
  }
  .laptop-xl-p-l--9\.5 {
    padding-left: -95px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--9\.5 {
    margin-right: -95px;
  }
  .laptop-xl\:p-r--9\.5 {
    padding-right: -95px;
  }
  .laptop-xl-m-r--9\.5 {
    margin-right: -95px;
  }
  .laptop-xl-p-r--9\.5 {
    padding-right: -95px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--9\.4 {
    margin-top: -94px;
  }
  .laptop-xl\:p-t--9\.4 {
    padding-top: -94px;
  }
  .laptop-xl-m-t--9\.4 {
    margin-top: -94px;
  }
  .laptop-xl-p-t--9\.4 {
    padding-top: -94px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--9\.4 {
    margin-bottom: -94px;
  }
  .laptop-xl\:p-b--9\.4 {
    padding-bottom: -94px;
  }
  .laptop-xl-m-b--9\.4 {
    margin-bottom: -94px;
  }
  .laptop-xl-p-b--9\.4 {
    padding-bottom: -94px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--9\.4 {
    margin-left: -94px;
  }
  .laptop-xl\:p-l--9\.4 {
    padding-left: -94px;
  }
  .laptop-xl-m-l--9\.4 {
    margin-left: -94px;
  }
  .laptop-xl-p-l--9\.4 {
    padding-left: -94px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--9\.4 {
    margin-right: -94px;
  }
  .laptop-xl\:p-r--9\.4 {
    padding-right: -94px;
  }
  .laptop-xl-m-r--9\.4 {
    margin-right: -94px;
  }
  .laptop-xl-p-r--9\.4 {
    padding-right: -94px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--9\.3 {
    margin-top: -93px;
  }
  .laptop-xl\:p-t--9\.3 {
    padding-top: -93px;
  }
  .laptop-xl-m-t--9\.3 {
    margin-top: -93px;
  }
  .laptop-xl-p-t--9\.3 {
    padding-top: -93px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--9\.3 {
    margin-bottom: -93px;
  }
  .laptop-xl\:p-b--9\.3 {
    padding-bottom: -93px;
  }
  .laptop-xl-m-b--9\.3 {
    margin-bottom: -93px;
  }
  .laptop-xl-p-b--9\.3 {
    padding-bottom: -93px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--9\.3 {
    margin-left: -93px;
  }
  .laptop-xl\:p-l--9\.3 {
    padding-left: -93px;
  }
  .laptop-xl-m-l--9\.3 {
    margin-left: -93px;
  }
  .laptop-xl-p-l--9\.3 {
    padding-left: -93px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--9\.3 {
    margin-right: -93px;
  }
  .laptop-xl\:p-r--9\.3 {
    padding-right: -93px;
  }
  .laptop-xl-m-r--9\.3 {
    margin-right: -93px;
  }
  .laptop-xl-p-r--9\.3 {
    padding-right: -93px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--9\.2 {
    margin-top: -92px;
  }
  .laptop-xl\:p-t--9\.2 {
    padding-top: -92px;
  }
  .laptop-xl-m-t--9\.2 {
    margin-top: -92px;
  }
  .laptop-xl-p-t--9\.2 {
    padding-top: -92px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--9\.2 {
    margin-bottom: -92px;
  }
  .laptop-xl\:p-b--9\.2 {
    padding-bottom: -92px;
  }
  .laptop-xl-m-b--9\.2 {
    margin-bottom: -92px;
  }
  .laptop-xl-p-b--9\.2 {
    padding-bottom: -92px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--9\.2 {
    margin-left: -92px;
  }
  .laptop-xl\:p-l--9\.2 {
    padding-left: -92px;
  }
  .laptop-xl-m-l--9\.2 {
    margin-left: -92px;
  }
  .laptop-xl-p-l--9\.2 {
    padding-left: -92px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--9\.2 {
    margin-right: -92px;
  }
  .laptop-xl\:p-r--9\.2 {
    padding-right: -92px;
  }
  .laptop-xl-m-r--9\.2 {
    margin-right: -92px;
  }
  .laptop-xl-p-r--9\.2 {
    padding-right: -92px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--9\.1 {
    margin-top: -91px;
  }
  .laptop-xl\:p-t--9\.1 {
    padding-top: -91px;
  }
  .laptop-xl-m-t--9\.1 {
    margin-top: -91px;
  }
  .laptop-xl-p-t--9\.1 {
    padding-top: -91px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--9\.1 {
    margin-bottom: -91px;
  }
  .laptop-xl\:p-b--9\.1 {
    padding-bottom: -91px;
  }
  .laptop-xl-m-b--9\.1 {
    margin-bottom: -91px;
  }
  .laptop-xl-p-b--9\.1 {
    padding-bottom: -91px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--9\.1 {
    margin-left: -91px;
  }
  .laptop-xl\:p-l--9\.1 {
    padding-left: -91px;
  }
  .laptop-xl-m-l--9\.1 {
    margin-left: -91px;
  }
  .laptop-xl-p-l--9\.1 {
    padding-left: -91px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--9\.1 {
    margin-right: -91px;
  }
  .laptop-xl\:p-r--9\.1 {
    padding-right: -91px;
  }
  .laptop-xl-m-r--9\.1 {
    margin-right: -91px;
  }
  .laptop-xl-p-r--9\.1 {
    padding-right: -91px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--9 {
    margin-top: -90px;
  }
  .laptop-xl\:p-t--9 {
    padding-top: -90px;
  }
  .laptop-xl-m-t--9 {
    margin-top: -90px;
  }
  .laptop-xl-p-t--9 {
    padding-top: -90px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--9 {
    margin-bottom: -90px;
  }
  .laptop-xl\:p-b--9 {
    padding-bottom: -90px;
  }
  .laptop-xl-m-b--9 {
    margin-bottom: -90px;
  }
  .laptop-xl-p-b--9 {
    padding-bottom: -90px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--9 {
    margin-left: -90px;
  }
  .laptop-xl\:p-l--9 {
    padding-left: -90px;
  }
  .laptop-xl-m-l--9 {
    margin-left: -90px;
  }
  .laptop-xl-p-l--9 {
    padding-left: -90px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--9 {
    margin-right: -90px;
  }
  .laptop-xl\:p-r--9 {
    padding-right: -90px;
  }
  .laptop-xl-m-r--9 {
    margin-right: -90px;
  }
  .laptop-xl-p-r--9 {
    padding-right: -90px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--8\.9 {
    margin-top: -89px;
  }
  .laptop-xl\:p-t--8\.9 {
    padding-top: -89px;
  }
  .laptop-xl-m-t--8\.9 {
    margin-top: -89px;
  }
  .laptop-xl-p-t--8\.9 {
    padding-top: -89px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--8\.9 {
    margin-bottom: -89px;
  }
  .laptop-xl\:p-b--8\.9 {
    padding-bottom: -89px;
  }
  .laptop-xl-m-b--8\.9 {
    margin-bottom: -89px;
  }
  .laptop-xl-p-b--8\.9 {
    padding-bottom: -89px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--8\.9 {
    margin-left: -89px;
  }
  .laptop-xl\:p-l--8\.9 {
    padding-left: -89px;
  }
  .laptop-xl-m-l--8\.9 {
    margin-left: -89px;
  }
  .laptop-xl-p-l--8\.9 {
    padding-left: -89px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--8\.9 {
    margin-right: -89px;
  }
  .laptop-xl\:p-r--8\.9 {
    padding-right: -89px;
  }
  .laptop-xl-m-r--8\.9 {
    margin-right: -89px;
  }
  .laptop-xl-p-r--8\.9 {
    padding-right: -89px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--8\.8 {
    margin-top: -88px;
  }
  .laptop-xl\:p-t--8\.8 {
    padding-top: -88px;
  }
  .laptop-xl-m-t--8\.8 {
    margin-top: -88px;
  }
  .laptop-xl-p-t--8\.8 {
    padding-top: -88px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--8\.8 {
    margin-bottom: -88px;
  }
  .laptop-xl\:p-b--8\.8 {
    padding-bottom: -88px;
  }
  .laptop-xl-m-b--8\.8 {
    margin-bottom: -88px;
  }
  .laptop-xl-p-b--8\.8 {
    padding-bottom: -88px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--8\.8 {
    margin-left: -88px;
  }
  .laptop-xl\:p-l--8\.8 {
    padding-left: -88px;
  }
  .laptop-xl-m-l--8\.8 {
    margin-left: -88px;
  }
  .laptop-xl-p-l--8\.8 {
    padding-left: -88px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--8\.8 {
    margin-right: -88px;
  }
  .laptop-xl\:p-r--8\.8 {
    padding-right: -88px;
  }
  .laptop-xl-m-r--8\.8 {
    margin-right: -88px;
  }
  .laptop-xl-p-r--8\.8 {
    padding-right: -88px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--8\.7 {
    margin-top: -87px;
  }
  .laptop-xl\:p-t--8\.7 {
    padding-top: -87px;
  }
  .laptop-xl-m-t--8\.7 {
    margin-top: -87px;
  }
  .laptop-xl-p-t--8\.7 {
    padding-top: -87px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--8\.7 {
    margin-bottom: -87px;
  }
  .laptop-xl\:p-b--8\.7 {
    padding-bottom: -87px;
  }
  .laptop-xl-m-b--8\.7 {
    margin-bottom: -87px;
  }
  .laptop-xl-p-b--8\.7 {
    padding-bottom: -87px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--8\.7 {
    margin-left: -87px;
  }
  .laptop-xl\:p-l--8\.7 {
    padding-left: -87px;
  }
  .laptop-xl-m-l--8\.7 {
    margin-left: -87px;
  }
  .laptop-xl-p-l--8\.7 {
    padding-left: -87px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--8\.7 {
    margin-right: -87px;
  }
  .laptop-xl\:p-r--8\.7 {
    padding-right: -87px;
  }
  .laptop-xl-m-r--8\.7 {
    margin-right: -87px;
  }
  .laptop-xl-p-r--8\.7 {
    padding-right: -87px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--8\.6 {
    margin-top: -86px;
  }
  .laptop-xl\:p-t--8\.6 {
    padding-top: -86px;
  }
  .laptop-xl-m-t--8\.6 {
    margin-top: -86px;
  }
  .laptop-xl-p-t--8\.6 {
    padding-top: -86px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--8\.6 {
    margin-bottom: -86px;
  }
  .laptop-xl\:p-b--8\.6 {
    padding-bottom: -86px;
  }
  .laptop-xl-m-b--8\.6 {
    margin-bottom: -86px;
  }
  .laptop-xl-p-b--8\.6 {
    padding-bottom: -86px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--8\.6 {
    margin-left: -86px;
  }
  .laptop-xl\:p-l--8\.6 {
    padding-left: -86px;
  }
  .laptop-xl-m-l--8\.6 {
    margin-left: -86px;
  }
  .laptop-xl-p-l--8\.6 {
    padding-left: -86px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--8\.6 {
    margin-right: -86px;
  }
  .laptop-xl\:p-r--8\.6 {
    padding-right: -86px;
  }
  .laptop-xl-m-r--8\.6 {
    margin-right: -86px;
  }
  .laptop-xl-p-r--8\.6 {
    padding-right: -86px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--8\.5 {
    margin-top: -85px;
  }
  .laptop-xl\:p-t--8\.5 {
    padding-top: -85px;
  }
  .laptop-xl-m-t--8\.5 {
    margin-top: -85px;
  }
  .laptop-xl-p-t--8\.5 {
    padding-top: -85px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--8\.5 {
    margin-bottom: -85px;
  }
  .laptop-xl\:p-b--8\.5 {
    padding-bottom: -85px;
  }
  .laptop-xl-m-b--8\.5 {
    margin-bottom: -85px;
  }
  .laptop-xl-p-b--8\.5 {
    padding-bottom: -85px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--8\.5 {
    margin-left: -85px;
  }
  .laptop-xl\:p-l--8\.5 {
    padding-left: -85px;
  }
  .laptop-xl-m-l--8\.5 {
    margin-left: -85px;
  }
  .laptop-xl-p-l--8\.5 {
    padding-left: -85px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--8\.5 {
    margin-right: -85px;
  }
  .laptop-xl\:p-r--8\.5 {
    padding-right: -85px;
  }
  .laptop-xl-m-r--8\.5 {
    margin-right: -85px;
  }
  .laptop-xl-p-r--8\.5 {
    padding-right: -85px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--8\.4 {
    margin-top: -84px;
  }
  .laptop-xl\:p-t--8\.4 {
    padding-top: -84px;
  }
  .laptop-xl-m-t--8\.4 {
    margin-top: -84px;
  }
  .laptop-xl-p-t--8\.4 {
    padding-top: -84px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--8\.4 {
    margin-bottom: -84px;
  }
  .laptop-xl\:p-b--8\.4 {
    padding-bottom: -84px;
  }
  .laptop-xl-m-b--8\.4 {
    margin-bottom: -84px;
  }
  .laptop-xl-p-b--8\.4 {
    padding-bottom: -84px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--8\.4 {
    margin-left: -84px;
  }
  .laptop-xl\:p-l--8\.4 {
    padding-left: -84px;
  }
  .laptop-xl-m-l--8\.4 {
    margin-left: -84px;
  }
  .laptop-xl-p-l--8\.4 {
    padding-left: -84px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--8\.4 {
    margin-right: -84px;
  }
  .laptop-xl\:p-r--8\.4 {
    padding-right: -84px;
  }
  .laptop-xl-m-r--8\.4 {
    margin-right: -84px;
  }
  .laptop-xl-p-r--8\.4 {
    padding-right: -84px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--8\.3 {
    margin-top: -83px;
  }
  .laptop-xl\:p-t--8\.3 {
    padding-top: -83px;
  }
  .laptop-xl-m-t--8\.3 {
    margin-top: -83px;
  }
  .laptop-xl-p-t--8\.3 {
    padding-top: -83px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--8\.3 {
    margin-bottom: -83px;
  }
  .laptop-xl\:p-b--8\.3 {
    padding-bottom: -83px;
  }
  .laptop-xl-m-b--8\.3 {
    margin-bottom: -83px;
  }
  .laptop-xl-p-b--8\.3 {
    padding-bottom: -83px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--8\.3 {
    margin-left: -83px;
  }
  .laptop-xl\:p-l--8\.3 {
    padding-left: -83px;
  }
  .laptop-xl-m-l--8\.3 {
    margin-left: -83px;
  }
  .laptop-xl-p-l--8\.3 {
    padding-left: -83px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--8\.3 {
    margin-right: -83px;
  }
  .laptop-xl\:p-r--8\.3 {
    padding-right: -83px;
  }
  .laptop-xl-m-r--8\.3 {
    margin-right: -83px;
  }
  .laptop-xl-p-r--8\.3 {
    padding-right: -83px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--8\.2 {
    margin-top: -82px;
  }
  .laptop-xl\:p-t--8\.2 {
    padding-top: -82px;
  }
  .laptop-xl-m-t--8\.2 {
    margin-top: -82px;
  }
  .laptop-xl-p-t--8\.2 {
    padding-top: -82px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--8\.2 {
    margin-bottom: -82px;
  }
  .laptop-xl\:p-b--8\.2 {
    padding-bottom: -82px;
  }
  .laptop-xl-m-b--8\.2 {
    margin-bottom: -82px;
  }
  .laptop-xl-p-b--8\.2 {
    padding-bottom: -82px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--8\.2 {
    margin-left: -82px;
  }
  .laptop-xl\:p-l--8\.2 {
    padding-left: -82px;
  }
  .laptop-xl-m-l--8\.2 {
    margin-left: -82px;
  }
  .laptop-xl-p-l--8\.2 {
    padding-left: -82px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--8\.2 {
    margin-right: -82px;
  }
  .laptop-xl\:p-r--8\.2 {
    padding-right: -82px;
  }
  .laptop-xl-m-r--8\.2 {
    margin-right: -82px;
  }
  .laptop-xl-p-r--8\.2 {
    padding-right: -82px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--8\.1 {
    margin-top: -81px;
  }
  .laptop-xl\:p-t--8\.1 {
    padding-top: -81px;
  }
  .laptop-xl-m-t--8\.1 {
    margin-top: -81px;
  }
  .laptop-xl-p-t--8\.1 {
    padding-top: -81px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--8\.1 {
    margin-bottom: -81px;
  }
  .laptop-xl\:p-b--8\.1 {
    padding-bottom: -81px;
  }
  .laptop-xl-m-b--8\.1 {
    margin-bottom: -81px;
  }
  .laptop-xl-p-b--8\.1 {
    padding-bottom: -81px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--8\.1 {
    margin-left: -81px;
  }
  .laptop-xl\:p-l--8\.1 {
    padding-left: -81px;
  }
  .laptop-xl-m-l--8\.1 {
    margin-left: -81px;
  }
  .laptop-xl-p-l--8\.1 {
    padding-left: -81px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--8\.1 {
    margin-right: -81px;
  }
  .laptop-xl\:p-r--8\.1 {
    padding-right: -81px;
  }
  .laptop-xl-m-r--8\.1 {
    margin-right: -81px;
  }
  .laptop-xl-p-r--8\.1 {
    padding-right: -81px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--8 {
    margin-top: -80px;
  }
  .laptop-xl\:p-t--8 {
    padding-top: -80px;
  }
  .laptop-xl-m-t--8 {
    margin-top: -80px;
  }
  .laptop-xl-p-t--8 {
    padding-top: -80px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--8 {
    margin-bottom: -80px;
  }
  .laptop-xl\:p-b--8 {
    padding-bottom: -80px;
  }
  .laptop-xl-m-b--8 {
    margin-bottom: -80px;
  }
  .laptop-xl-p-b--8 {
    padding-bottom: -80px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--8 {
    margin-left: -80px;
  }
  .laptop-xl\:p-l--8 {
    padding-left: -80px;
  }
  .laptop-xl-m-l--8 {
    margin-left: -80px;
  }
  .laptop-xl-p-l--8 {
    padding-left: -80px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--8 {
    margin-right: -80px;
  }
  .laptop-xl\:p-r--8 {
    padding-right: -80px;
  }
  .laptop-xl-m-r--8 {
    margin-right: -80px;
  }
  .laptop-xl-p-r--8 {
    padding-right: -80px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--7\.9 {
    margin-top: -79px;
  }
  .laptop-xl\:p-t--7\.9 {
    padding-top: -79px;
  }
  .laptop-xl-m-t--7\.9 {
    margin-top: -79px;
  }
  .laptop-xl-p-t--7\.9 {
    padding-top: -79px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--7\.9 {
    margin-bottom: -79px;
  }
  .laptop-xl\:p-b--7\.9 {
    padding-bottom: -79px;
  }
  .laptop-xl-m-b--7\.9 {
    margin-bottom: -79px;
  }
  .laptop-xl-p-b--7\.9 {
    padding-bottom: -79px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--7\.9 {
    margin-left: -79px;
  }
  .laptop-xl\:p-l--7\.9 {
    padding-left: -79px;
  }
  .laptop-xl-m-l--7\.9 {
    margin-left: -79px;
  }
  .laptop-xl-p-l--7\.9 {
    padding-left: -79px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--7\.9 {
    margin-right: -79px;
  }
  .laptop-xl\:p-r--7\.9 {
    padding-right: -79px;
  }
  .laptop-xl-m-r--7\.9 {
    margin-right: -79px;
  }
  .laptop-xl-p-r--7\.9 {
    padding-right: -79px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--7\.8 {
    margin-top: -78px;
  }
  .laptop-xl\:p-t--7\.8 {
    padding-top: -78px;
  }
  .laptop-xl-m-t--7\.8 {
    margin-top: -78px;
  }
  .laptop-xl-p-t--7\.8 {
    padding-top: -78px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--7\.8 {
    margin-bottom: -78px;
  }
  .laptop-xl\:p-b--7\.8 {
    padding-bottom: -78px;
  }
  .laptop-xl-m-b--7\.8 {
    margin-bottom: -78px;
  }
  .laptop-xl-p-b--7\.8 {
    padding-bottom: -78px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--7\.8 {
    margin-left: -78px;
  }
  .laptop-xl\:p-l--7\.8 {
    padding-left: -78px;
  }
  .laptop-xl-m-l--7\.8 {
    margin-left: -78px;
  }
  .laptop-xl-p-l--7\.8 {
    padding-left: -78px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--7\.8 {
    margin-right: -78px;
  }
  .laptop-xl\:p-r--7\.8 {
    padding-right: -78px;
  }
  .laptop-xl-m-r--7\.8 {
    margin-right: -78px;
  }
  .laptop-xl-p-r--7\.8 {
    padding-right: -78px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--7\.7 {
    margin-top: -77px;
  }
  .laptop-xl\:p-t--7\.7 {
    padding-top: -77px;
  }
  .laptop-xl-m-t--7\.7 {
    margin-top: -77px;
  }
  .laptop-xl-p-t--7\.7 {
    padding-top: -77px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--7\.7 {
    margin-bottom: -77px;
  }
  .laptop-xl\:p-b--7\.7 {
    padding-bottom: -77px;
  }
  .laptop-xl-m-b--7\.7 {
    margin-bottom: -77px;
  }
  .laptop-xl-p-b--7\.7 {
    padding-bottom: -77px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--7\.7 {
    margin-left: -77px;
  }
  .laptop-xl\:p-l--7\.7 {
    padding-left: -77px;
  }
  .laptop-xl-m-l--7\.7 {
    margin-left: -77px;
  }
  .laptop-xl-p-l--7\.7 {
    padding-left: -77px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--7\.7 {
    margin-right: -77px;
  }
  .laptop-xl\:p-r--7\.7 {
    padding-right: -77px;
  }
  .laptop-xl-m-r--7\.7 {
    margin-right: -77px;
  }
  .laptop-xl-p-r--7\.7 {
    padding-right: -77px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--7\.6 {
    margin-top: -76px;
  }
  .laptop-xl\:p-t--7\.6 {
    padding-top: -76px;
  }
  .laptop-xl-m-t--7\.6 {
    margin-top: -76px;
  }
  .laptop-xl-p-t--7\.6 {
    padding-top: -76px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--7\.6 {
    margin-bottom: -76px;
  }
  .laptop-xl\:p-b--7\.6 {
    padding-bottom: -76px;
  }
  .laptop-xl-m-b--7\.6 {
    margin-bottom: -76px;
  }
  .laptop-xl-p-b--7\.6 {
    padding-bottom: -76px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--7\.6 {
    margin-left: -76px;
  }
  .laptop-xl\:p-l--7\.6 {
    padding-left: -76px;
  }
  .laptop-xl-m-l--7\.6 {
    margin-left: -76px;
  }
  .laptop-xl-p-l--7\.6 {
    padding-left: -76px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--7\.6 {
    margin-right: -76px;
  }
  .laptop-xl\:p-r--7\.6 {
    padding-right: -76px;
  }
  .laptop-xl-m-r--7\.6 {
    margin-right: -76px;
  }
  .laptop-xl-p-r--7\.6 {
    padding-right: -76px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--7\.5 {
    margin-top: -75px;
  }
  .laptop-xl\:p-t--7\.5 {
    padding-top: -75px;
  }
  .laptop-xl-m-t--7\.5 {
    margin-top: -75px;
  }
  .laptop-xl-p-t--7\.5 {
    padding-top: -75px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--7\.5 {
    margin-bottom: -75px;
  }
  .laptop-xl\:p-b--7\.5 {
    padding-bottom: -75px;
  }
  .laptop-xl-m-b--7\.5 {
    margin-bottom: -75px;
  }
  .laptop-xl-p-b--7\.5 {
    padding-bottom: -75px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--7\.5 {
    margin-left: -75px;
  }
  .laptop-xl\:p-l--7\.5 {
    padding-left: -75px;
  }
  .laptop-xl-m-l--7\.5 {
    margin-left: -75px;
  }
  .laptop-xl-p-l--7\.5 {
    padding-left: -75px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--7\.5 {
    margin-right: -75px;
  }
  .laptop-xl\:p-r--7\.5 {
    padding-right: -75px;
  }
  .laptop-xl-m-r--7\.5 {
    margin-right: -75px;
  }
  .laptop-xl-p-r--7\.5 {
    padding-right: -75px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--7\.4 {
    margin-top: -74px;
  }
  .laptop-xl\:p-t--7\.4 {
    padding-top: -74px;
  }
  .laptop-xl-m-t--7\.4 {
    margin-top: -74px;
  }
  .laptop-xl-p-t--7\.4 {
    padding-top: -74px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--7\.4 {
    margin-bottom: -74px;
  }
  .laptop-xl\:p-b--7\.4 {
    padding-bottom: -74px;
  }
  .laptop-xl-m-b--7\.4 {
    margin-bottom: -74px;
  }
  .laptop-xl-p-b--7\.4 {
    padding-bottom: -74px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--7\.4 {
    margin-left: -74px;
  }
  .laptop-xl\:p-l--7\.4 {
    padding-left: -74px;
  }
  .laptop-xl-m-l--7\.4 {
    margin-left: -74px;
  }
  .laptop-xl-p-l--7\.4 {
    padding-left: -74px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--7\.4 {
    margin-right: -74px;
  }
  .laptop-xl\:p-r--7\.4 {
    padding-right: -74px;
  }
  .laptop-xl-m-r--7\.4 {
    margin-right: -74px;
  }
  .laptop-xl-p-r--7\.4 {
    padding-right: -74px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--7\.3 {
    margin-top: -73px;
  }
  .laptop-xl\:p-t--7\.3 {
    padding-top: -73px;
  }
  .laptop-xl-m-t--7\.3 {
    margin-top: -73px;
  }
  .laptop-xl-p-t--7\.3 {
    padding-top: -73px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--7\.3 {
    margin-bottom: -73px;
  }
  .laptop-xl\:p-b--7\.3 {
    padding-bottom: -73px;
  }
  .laptop-xl-m-b--7\.3 {
    margin-bottom: -73px;
  }
  .laptop-xl-p-b--7\.3 {
    padding-bottom: -73px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--7\.3 {
    margin-left: -73px;
  }
  .laptop-xl\:p-l--7\.3 {
    padding-left: -73px;
  }
  .laptop-xl-m-l--7\.3 {
    margin-left: -73px;
  }
  .laptop-xl-p-l--7\.3 {
    padding-left: -73px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--7\.3 {
    margin-right: -73px;
  }
  .laptop-xl\:p-r--7\.3 {
    padding-right: -73px;
  }
  .laptop-xl-m-r--7\.3 {
    margin-right: -73px;
  }
  .laptop-xl-p-r--7\.3 {
    padding-right: -73px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--7\.2 {
    margin-top: -72px;
  }
  .laptop-xl\:p-t--7\.2 {
    padding-top: -72px;
  }
  .laptop-xl-m-t--7\.2 {
    margin-top: -72px;
  }
  .laptop-xl-p-t--7\.2 {
    padding-top: -72px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--7\.2 {
    margin-bottom: -72px;
  }
  .laptop-xl\:p-b--7\.2 {
    padding-bottom: -72px;
  }
  .laptop-xl-m-b--7\.2 {
    margin-bottom: -72px;
  }
  .laptop-xl-p-b--7\.2 {
    padding-bottom: -72px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--7\.2 {
    margin-left: -72px;
  }
  .laptop-xl\:p-l--7\.2 {
    padding-left: -72px;
  }
  .laptop-xl-m-l--7\.2 {
    margin-left: -72px;
  }
  .laptop-xl-p-l--7\.2 {
    padding-left: -72px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--7\.2 {
    margin-right: -72px;
  }
  .laptop-xl\:p-r--7\.2 {
    padding-right: -72px;
  }
  .laptop-xl-m-r--7\.2 {
    margin-right: -72px;
  }
  .laptop-xl-p-r--7\.2 {
    padding-right: -72px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--7\.1 {
    margin-top: -71px;
  }
  .laptop-xl\:p-t--7\.1 {
    padding-top: -71px;
  }
  .laptop-xl-m-t--7\.1 {
    margin-top: -71px;
  }
  .laptop-xl-p-t--7\.1 {
    padding-top: -71px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--7\.1 {
    margin-bottom: -71px;
  }
  .laptop-xl\:p-b--7\.1 {
    padding-bottom: -71px;
  }
  .laptop-xl-m-b--7\.1 {
    margin-bottom: -71px;
  }
  .laptop-xl-p-b--7\.1 {
    padding-bottom: -71px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--7\.1 {
    margin-left: -71px;
  }
  .laptop-xl\:p-l--7\.1 {
    padding-left: -71px;
  }
  .laptop-xl-m-l--7\.1 {
    margin-left: -71px;
  }
  .laptop-xl-p-l--7\.1 {
    padding-left: -71px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--7\.1 {
    margin-right: -71px;
  }
  .laptop-xl\:p-r--7\.1 {
    padding-right: -71px;
  }
  .laptop-xl-m-r--7\.1 {
    margin-right: -71px;
  }
  .laptop-xl-p-r--7\.1 {
    padding-right: -71px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--7 {
    margin-top: -70px;
  }
  .laptop-xl\:p-t--7 {
    padding-top: -70px;
  }
  .laptop-xl-m-t--7 {
    margin-top: -70px;
  }
  .laptop-xl-p-t--7 {
    padding-top: -70px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--7 {
    margin-bottom: -70px;
  }
  .laptop-xl\:p-b--7 {
    padding-bottom: -70px;
  }
  .laptop-xl-m-b--7 {
    margin-bottom: -70px;
  }
  .laptop-xl-p-b--7 {
    padding-bottom: -70px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--7 {
    margin-left: -70px;
  }
  .laptop-xl\:p-l--7 {
    padding-left: -70px;
  }
  .laptop-xl-m-l--7 {
    margin-left: -70px;
  }
  .laptop-xl-p-l--7 {
    padding-left: -70px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--7 {
    margin-right: -70px;
  }
  .laptop-xl\:p-r--7 {
    padding-right: -70px;
  }
  .laptop-xl-m-r--7 {
    margin-right: -70px;
  }
  .laptop-xl-p-r--7 {
    padding-right: -70px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--6\.9 {
    margin-top: -69px;
  }
  .laptop-xl\:p-t--6\.9 {
    padding-top: -69px;
  }
  .laptop-xl-m-t--6\.9 {
    margin-top: -69px;
  }
  .laptop-xl-p-t--6\.9 {
    padding-top: -69px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--6\.9 {
    margin-bottom: -69px;
  }
  .laptop-xl\:p-b--6\.9 {
    padding-bottom: -69px;
  }
  .laptop-xl-m-b--6\.9 {
    margin-bottom: -69px;
  }
  .laptop-xl-p-b--6\.9 {
    padding-bottom: -69px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--6\.9 {
    margin-left: -69px;
  }
  .laptop-xl\:p-l--6\.9 {
    padding-left: -69px;
  }
  .laptop-xl-m-l--6\.9 {
    margin-left: -69px;
  }
  .laptop-xl-p-l--6\.9 {
    padding-left: -69px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--6\.9 {
    margin-right: -69px;
  }
  .laptop-xl\:p-r--6\.9 {
    padding-right: -69px;
  }
  .laptop-xl-m-r--6\.9 {
    margin-right: -69px;
  }
  .laptop-xl-p-r--6\.9 {
    padding-right: -69px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--6\.8 {
    margin-top: -68px;
  }
  .laptop-xl\:p-t--6\.8 {
    padding-top: -68px;
  }
  .laptop-xl-m-t--6\.8 {
    margin-top: -68px;
  }
  .laptop-xl-p-t--6\.8 {
    padding-top: -68px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--6\.8 {
    margin-bottom: -68px;
  }
  .laptop-xl\:p-b--6\.8 {
    padding-bottom: -68px;
  }
  .laptop-xl-m-b--6\.8 {
    margin-bottom: -68px;
  }
  .laptop-xl-p-b--6\.8 {
    padding-bottom: -68px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--6\.8 {
    margin-left: -68px;
  }
  .laptop-xl\:p-l--6\.8 {
    padding-left: -68px;
  }
  .laptop-xl-m-l--6\.8 {
    margin-left: -68px;
  }
  .laptop-xl-p-l--6\.8 {
    padding-left: -68px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--6\.8 {
    margin-right: -68px;
  }
  .laptop-xl\:p-r--6\.8 {
    padding-right: -68px;
  }
  .laptop-xl-m-r--6\.8 {
    margin-right: -68px;
  }
  .laptop-xl-p-r--6\.8 {
    padding-right: -68px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--6\.7 {
    margin-top: -67px;
  }
  .laptop-xl\:p-t--6\.7 {
    padding-top: -67px;
  }
  .laptop-xl-m-t--6\.7 {
    margin-top: -67px;
  }
  .laptop-xl-p-t--6\.7 {
    padding-top: -67px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--6\.7 {
    margin-bottom: -67px;
  }
  .laptop-xl\:p-b--6\.7 {
    padding-bottom: -67px;
  }
  .laptop-xl-m-b--6\.7 {
    margin-bottom: -67px;
  }
  .laptop-xl-p-b--6\.7 {
    padding-bottom: -67px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--6\.7 {
    margin-left: -67px;
  }
  .laptop-xl\:p-l--6\.7 {
    padding-left: -67px;
  }
  .laptop-xl-m-l--6\.7 {
    margin-left: -67px;
  }
  .laptop-xl-p-l--6\.7 {
    padding-left: -67px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--6\.7 {
    margin-right: -67px;
  }
  .laptop-xl\:p-r--6\.7 {
    padding-right: -67px;
  }
  .laptop-xl-m-r--6\.7 {
    margin-right: -67px;
  }
  .laptop-xl-p-r--6\.7 {
    padding-right: -67px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--6\.6 {
    margin-top: -66px;
  }
  .laptop-xl\:p-t--6\.6 {
    padding-top: -66px;
  }
  .laptop-xl-m-t--6\.6 {
    margin-top: -66px;
  }
  .laptop-xl-p-t--6\.6 {
    padding-top: -66px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--6\.6 {
    margin-bottom: -66px;
  }
  .laptop-xl\:p-b--6\.6 {
    padding-bottom: -66px;
  }
  .laptop-xl-m-b--6\.6 {
    margin-bottom: -66px;
  }
  .laptop-xl-p-b--6\.6 {
    padding-bottom: -66px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--6\.6 {
    margin-left: -66px;
  }
  .laptop-xl\:p-l--6\.6 {
    padding-left: -66px;
  }
  .laptop-xl-m-l--6\.6 {
    margin-left: -66px;
  }
  .laptop-xl-p-l--6\.6 {
    padding-left: -66px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--6\.6 {
    margin-right: -66px;
  }
  .laptop-xl\:p-r--6\.6 {
    padding-right: -66px;
  }
  .laptop-xl-m-r--6\.6 {
    margin-right: -66px;
  }
  .laptop-xl-p-r--6\.6 {
    padding-right: -66px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--6\.5 {
    margin-top: -65px;
  }
  .laptop-xl\:p-t--6\.5 {
    padding-top: -65px;
  }
  .laptop-xl-m-t--6\.5 {
    margin-top: -65px;
  }
  .laptop-xl-p-t--6\.5 {
    padding-top: -65px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--6\.5 {
    margin-bottom: -65px;
  }
  .laptop-xl\:p-b--6\.5 {
    padding-bottom: -65px;
  }
  .laptop-xl-m-b--6\.5 {
    margin-bottom: -65px;
  }
  .laptop-xl-p-b--6\.5 {
    padding-bottom: -65px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--6\.5 {
    margin-left: -65px;
  }
  .laptop-xl\:p-l--6\.5 {
    padding-left: -65px;
  }
  .laptop-xl-m-l--6\.5 {
    margin-left: -65px;
  }
  .laptop-xl-p-l--6\.5 {
    padding-left: -65px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--6\.5 {
    margin-right: -65px;
  }
  .laptop-xl\:p-r--6\.5 {
    padding-right: -65px;
  }
  .laptop-xl-m-r--6\.5 {
    margin-right: -65px;
  }
  .laptop-xl-p-r--6\.5 {
    padding-right: -65px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--6\.4 {
    margin-top: -64px;
  }
  .laptop-xl\:p-t--6\.4 {
    padding-top: -64px;
  }
  .laptop-xl-m-t--6\.4 {
    margin-top: -64px;
  }
  .laptop-xl-p-t--6\.4 {
    padding-top: -64px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--6\.4 {
    margin-bottom: -64px;
  }
  .laptop-xl\:p-b--6\.4 {
    padding-bottom: -64px;
  }
  .laptop-xl-m-b--6\.4 {
    margin-bottom: -64px;
  }
  .laptop-xl-p-b--6\.4 {
    padding-bottom: -64px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--6\.4 {
    margin-left: -64px;
  }
  .laptop-xl\:p-l--6\.4 {
    padding-left: -64px;
  }
  .laptop-xl-m-l--6\.4 {
    margin-left: -64px;
  }
  .laptop-xl-p-l--6\.4 {
    padding-left: -64px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--6\.4 {
    margin-right: -64px;
  }
  .laptop-xl\:p-r--6\.4 {
    padding-right: -64px;
  }
  .laptop-xl-m-r--6\.4 {
    margin-right: -64px;
  }
  .laptop-xl-p-r--6\.4 {
    padding-right: -64px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--6\.3 {
    margin-top: -63px;
  }
  .laptop-xl\:p-t--6\.3 {
    padding-top: -63px;
  }
  .laptop-xl-m-t--6\.3 {
    margin-top: -63px;
  }
  .laptop-xl-p-t--6\.3 {
    padding-top: -63px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--6\.3 {
    margin-bottom: -63px;
  }
  .laptop-xl\:p-b--6\.3 {
    padding-bottom: -63px;
  }
  .laptop-xl-m-b--6\.3 {
    margin-bottom: -63px;
  }
  .laptop-xl-p-b--6\.3 {
    padding-bottom: -63px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--6\.3 {
    margin-left: -63px;
  }
  .laptop-xl\:p-l--6\.3 {
    padding-left: -63px;
  }
  .laptop-xl-m-l--6\.3 {
    margin-left: -63px;
  }
  .laptop-xl-p-l--6\.3 {
    padding-left: -63px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--6\.3 {
    margin-right: -63px;
  }
  .laptop-xl\:p-r--6\.3 {
    padding-right: -63px;
  }
  .laptop-xl-m-r--6\.3 {
    margin-right: -63px;
  }
  .laptop-xl-p-r--6\.3 {
    padding-right: -63px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--6\.2 {
    margin-top: -62px;
  }
  .laptop-xl\:p-t--6\.2 {
    padding-top: -62px;
  }
  .laptop-xl-m-t--6\.2 {
    margin-top: -62px;
  }
  .laptop-xl-p-t--6\.2 {
    padding-top: -62px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--6\.2 {
    margin-bottom: -62px;
  }
  .laptop-xl\:p-b--6\.2 {
    padding-bottom: -62px;
  }
  .laptop-xl-m-b--6\.2 {
    margin-bottom: -62px;
  }
  .laptop-xl-p-b--6\.2 {
    padding-bottom: -62px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--6\.2 {
    margin-left: -62px;
  }
  .laptop-xl\:p-l--6\.2 {
    padding-left: -62px;
  }
  .laptop-xl-m-l--6\.2 {
    margin-left: -62px;
  }
  .laptop-xl-p-l--6\.2 {
    padding-left: -62px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--6\.2 {
    margin-right: -62px;
  }
  .laptop-xl\:p-r--6\.2 {
    padding-right: -62px;
  }
  .laptop-xl-m-r--6\.2 {
    margin-right: -62px;
  }
  .laptop-xl-p-r--6\.2 {
    padding-right: -62px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--6\.1 {
    margin-top: -61px;
  }
  .laptop-xl\:p-t--6\.1 {
    padding-top: -61px;
  }
  .laptop-xl-m-t--6\.1 {
    margin-top: -61px;
  }
  .laptop-xl-p-t--6\.1 {
    padding-top: -61px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--6\.1 {
    margin-bottom: -61px;
  }
  .laptop-xl\:p-b--6\.1 {
    padding-bottom: -61px;
  }
  .laptop-xl-m-b--6\.1 {
    margin-bottom: -61px;
  }
  .laptop-xl-p-b--6\.1 {
    padding-bottom: -61px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--6\.1 {
    margin-left: -61px;
  }
  .laptop-xl\:p-l--6\.1 {
    padding-left: -61px;
  }
  .laptop-xl-m-l--6\.1 {
    margin-left: -61px;
  }
  .laptop-xl-p-l--6\.1 {
    padding-left: -61px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--6\.1 {
    margin-right: -61px;
  }
  .laptop-xl\:p-r--6\.1 {
    padding-right: -61px;
  }
  .laptop-xl-m-r--6\.1 {
    margin-right: -61px;
  }
  .laptop-xl-p-r--6\.1 {
    padding-right: -61px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--6 {
    margin-top: -60px;
  }
  .laptop-xl\:p-t--6 {
    padding-top: -60px;
  }
  .laptop-xl-m-t--6 {
    margin-top: -60px;
  }
  .laptop-xl-p-t--6 {
    padding-top: -60px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--6 {
    margin-bottom: -60px;
  }
  .laptop-xl\:p-b--6 {
    padding-bottom: -60px;
  }
  .laptop-xl-m-b--6 {
    margin-bottom: -60px;
  }
  .laptop-xl-p-b--6 {
    padding-bottom: -60px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--6 {
    margin-left: -60px;
  }
  .laptop-xl\:p-l--6 {
    padding-left: -60px;
  }
  .laptop-xl-m-l--6 {
    margin-left: -60px;
  }
  .laptop-xl-p-l--6 {
    padding-left: -60px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--6 {
    margin-right: -60px;
  }
  .laptop-xl\:p-r--6 {
    padding-right: -60px;
  }
  .laptop-xl-m-r--6 {
    margin-right: -60px;
  }
  .laptop-xl-p-r--6 {
    padding-right: -60px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--5\.9 {
    margin-top: -59px;
  }
  .laptop-xl\:p-t--5\.9 {
    padding-top: -59px;
  }
  .laptop-xl-m-t--5\.9 {
    margin-top: -59px;
  }
  .laptop-xl-p-t--5\.9 {
    padding-top: -59px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--5\.9 {
    margin-bottom: -59px;
  }
  .laptop-xl\:p-b--5\.9 {
    padding-bottom: -59px;
  }
  .laptop-xl-m-b--5\.9 {
    margin-bottom: -59px;
  }
  .laptop-xl-p-b--5\.9 {
    padding-bottom: -59px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--5\.9 {
    margin-left: -59px;
  }
  .laptop-xl\:p-l--5\.9 {
    padding-left: -59px;
  }
  .laptop-xl-m-l--5\.9 {
    margin-left: -59px;
  }
  .laptop-xl-p-l--5\.9 {
    padding-left: -59px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--5\.9 {
    margin-right: -59px;
  }
  .laptop-xl\:p-r--5\.9 {
    padding-right: -59px;
  }
  .laptop-xl-m-r--5\.9 {
    margin-right: -59px;
  }
  .laptop-xl-p-r--5\.9 {
    padding-right: -59px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--5\.8 {
    margin-top: -58px;
  }
  .laptop-xl\:p-t--5\.8 {
    padding-top: -58px;
  }
  .laptop-xl-m-t--5\.8 {
    margin-top: -58px;
  }
  .laptop-xl-p-t--5\.8 {
    padding-top: -58px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--5\.8 {
    margin-bottom: -58px;
  }
  .laptop-xl\:p-b--5\.8 {
    padding-bottom: -58px;
  }
  .laptop-xl-m-b--5\.8 {
    margin-bottom: -58px;
  }
  .laptop-xl-p-b--5\.8 {
    padding-bottom: -58px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--5\.8 {
    margin-left: -58px;
  }
  .laptop-xl\:p-l--5\.8 {
    padding-left: -58px;
  }
  .laptop-xl-m-l--5\.8 {
    margin-left: -58px;
  }
  .laptop-xl-p-l--5\.8 {
    padding-left: -58px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--5\.8 {
    margin-right: -58px;
  }
  .laptop-xl\:p-r--5\.8 {
    padding-right: -58px;
  }
  .laptop-xl-m-r--5\.8 {
    margin-right: -58px;
  }
  .laptop-xl-p-r--5\.8 {
    padding-right: -58px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--5\.7 {
    margin-top: -57px;
  }
  .laptop-xl\:p-t--5\.7 {
    padding-top: -57px;
  }
  .laptop-xl-m-t--5\.7 {
    margin-top: -57px;
  }
  .laptop-xl-p-t--5\.7 {
    padding-top: -57px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--5\.7 {
    margin-bottom: -57px;
  }
  .laptop-xl\:p-b--5\.7 {
    padding-bottom: -57px;
  }
  .laptop-xl-m-b--5\.7 {
    margin-bottom: -57px;
  }
  .laptop-xl-p-b--5\.7 {
    padding-bottom: -57px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--5\.7 {
    margin-left: -57px;
  }
  .laptop-xl\:p-l--5\.7 {
    padding-left: -57px;
  }
  .laptop-xl-m-l--5\.7 {
    margin-left: -57px;
  }
  .laptop-xl-p-l--5\.7 {
    padding-left: -57px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--5\.7 {
    margin-right: -57px;
  }
  .laptop-xl\:p-r--5\.7 {
    padding-right: -57px;
  }
  .laptop-xl-m-r--5\.7 {
    margin-right: -57px;
  }
  .laptop-xl-p-r--5\.7 {
    padding-right: -57px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--5\.6 {
    margin-top: -56px;
  }
  .laptop-xl\:p-t--5\.6 {
    padding-top: -56px;
  }
  .laptop-xl-m-t--5\.6 {
    margin-top: -56px;
  }
  .laptop-xl-p-t--5\.6 {
    padding-top: -56px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--5\.6 {
    margin-bottom: -56px;
  }
  .laptop-xl\:p-b--5\.6 {
    padding-bottom: -56px;
  }
  .laptop-xl-m-b--5\.6 {
    margin-bottom: -56px;
  }
  .laptop-xl-p-b--5\.6 {
    padding-bottom: -56px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--5\.6 {
    margin-left: -56px;
  }
  .laptop-xl\:p-l--5\.6 {
    padding-left: -56px;
  }
  .laptop-xl-m-l--5\.6 {
    margin-left: -56px;
  }
  .laptop-xl-p-l--5\.6 {
    padding-left: -56px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--5\.6 {
    margin-right: -56px;
  }
  .laptop-xl\:p-r--5\.6 {
    padding-right: -56px;
  }
  .laptop-xl-m-r--5\.6 {
    margin-right: -56px;
  }
  .laptop-xl-p-r--5\.6 {
    padding-right: -56px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--5\.5 {
    margin-top: -55px;
  }
  .laptop-xl\:p-t--5\.5 {
    padding-top: -55px;
  }
  .laptop-xl-m-t--5\.5 {
    margin-top: -55px;
  }
  .laptop-xl-p-t--5\.5 {
    padding-top: -55px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--5\.5 {
    margin-bottom: -55px;
  }
  .laptop-xl\:p-b--5\.5 {
    padding-bottom: -55px;
  }
  .laptop-xl-m-b--5\.5 {
    margin-bottom: -55px;
  }
  .laptop-xl-p-b--5\.5 {
    padding-bottom: -55px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--5\.5 {
    margin-left: -55px;
  }
  .laptop-xl\:p-l--5\.5 {
    padding-left: -55px;
  }
  .laptop-xl-m-l--5\.5 {
    margin-left: -55px;
  }
  .laptop-xl-p-l--5\.5 {
    padding-left: -55px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--5\.5 {
    margin-right: -55px;
  }
  .laptop-xl\:p-r--5\.5 {
    padding-right: -55px;
  }
  .laptop-xl-m-r--5\.5 {
    margin-right: -55px;
  }
  .laptop-xl-p-r--5\.5 {
    padding-right: -55px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--5\.4 {
    margin-top: -54px;
  }
  .laptop-xl\:p-t--5\.4 {
    padding-top: -54px;
  }
  .laptop-xl-m-t--5\.4 {
    margin-top: -54px;
  }
  .laptop-xl-p-t--5\.4 {
    padding-top: -54px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--5\.4 {
    margin-bottom: -54px;
  }
  .laptop-xl\:p-b--5\.4 {
    padding-bottom: -54px;
  }
  .laptop-xl-m-b--5\.4 {
    margin-bottom: -54px;
  }
  .laptop-xl-p-b--5\.4 {
    padding-bottom: -54px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--5\.4 {
    margin-left: -54px;
  }
  .laptop-xl\:p-l--5\.4 {
    padding-left: -54px;
  }
  .laptop-xl-m-l--5\.4 {
    margin-left: -54px;
  }
  .laptop-xl-p-l--5\.4 {
    padding-left: -54px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--5\.4 {
    margin-right: -54px;
  }
  .laptop-xl\:p-r--5\.4 {
    padding-right: -54px;
  }
  .laptop-xl-m-r--5\.4 {
    margin-right: -54px;
  }
  .laptop-xl-p-r--5\.4 {
    padding-right: -54px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--5\.3 {
    margin-top: -53px;
  }
  .laptop-xl\:p-t--5\.3 {
    padding-top: -53px;
  }
  .laptop-xl-m-t--5\.3 {
    margin-top: -53px;
  }
  .laptop-xl-p-t--5\.3 {
    padding-top: -53px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--5\.3 {
    margin-bottom: -53px;
  }
  .laptop-xl\:p-b--5\.3 {
    padding-bottom: -53px;
  }
  .laptop-xl-m-b--5\.3 {
    margin-bottom: -53px;
  }
  .laptop-xl-p-b--5\.3 {
    padding-bottom: -53px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--5\.3 {
    margin-left: -53px;
  }
  .laptop-xl\:p-l--5\.3 {
    padding-left: -53px;
  }
  .laptop-xl-m-l--5\.3 {
    margin-left: -53px;
  }
  .laptop-xl-p-l--5\.3 {
    padding-left: -53px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--5\.3 {
    margin-right: -53px;
  }
  .laptop-xl\:p-r--5\.3 {
    padding-right: -53px;
  }
  .laptop-xl-m-r--5\.3 {
    margin-right: -53px;
  }
  .laptop-xl-p-r--5\.3 {
    padding-right: -53px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--5\.2 {
    margin-top: -52px;
  }
  .laptop-xl\:p-t--5\.2 {
    padding-top: -52px;
  }
  .laptop-xl-m-t--5\.2 {
    margin-top: -52px;
  }
  .laptop-xl-p-t--5\.2 {
    padding-top: -52px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--5\.2 {
    margin-bottom: -52px;
  }
  .laptop-xl\:p-b--5\.2 {
    padding-bottom: -52px;
  }
  .laptop-xl-m-b--5\.2 {
    margin-bottom: -52px;
  }
  .laptop-xl-p-b--5\.2 {
    padding-bottom: -52px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--5\.2 {
    margin-left: -52px;
  }
  .laptop-xl\:p-l--5\.2 {
    padding-left: -52px;
  }
  .laptop-xl-m-l--5\.2 {
    margin-left: -52px;
  }
  .laptop-xl-p-l--5\.2 {
    padding-left: -52px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--5\.2 {
    margin-right: -52px;
  }
  .laptop-xl\:p-r--5\.2 {
    padding-right: -52px;
  }
  .laptop-xl-m-r--5\.2 {
    margin-right: -52px;
  }
  .laptop-xl-p-r--5\.2 {
    padding-right: -52px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--5\.1 {
    margin-top: -51px;
  }
  .laptop-xl\:p-t--5\.1 {
    padding-top: -51px;
  }
  .laptop-xl-m-t--5\.1 {
    margin-top: -51px;
  }
  .laptop-xl-p-t--5\.1 {
    padding-top: -51px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--5\.1 {
    margin-bottom: -51px;
  }
  .laptop-xl\:p-b--5\.1 {
    padding-bottom: -51px;
  }
  .laptop-xl-m-b--5\.1 {
    margin-bottom: -51px;
  }
  .laptop-xl-p-b--5\.1 {
    padding-bottom: -51px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--5\.1 {
    margin-left: -51px;
  }
  .laptop-xl\:p-l--5\.1 {
    padding-left: -51px;
  }
  .laptop-xl-m-l--5\.1 {
    margin-left: -51px;
  }
  .laptop-xl-p-l--5\.1 {
    padding-left: -51px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--5\.1 {
    margin-right: -51px;
  }
  .laptop-xl\:p-r--5\.1 {
    padding-right: -51px;
  }
  .laptop-xl-m-r--5\.1 {
    margin-right: -51px;
  }
  .laptop-xl-p-r--5\.1 {
    padding-right: -51px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--5 {
    margin-top: -50px;
  }
  .laptop-xl\:p-t--5 {
    padding-top: -50px;
  }
  .laptop-xl-m-t--5 {
    margin-top: -50px;
  }
  .laptop-xl-p-t--5 {
    padding-top: -50px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--5 {
    margin-bottom: -50px;
  }
  .laptop-xl\:p-b--5 {
    padding-bottom: -50px;
  }
  .laptop-xl-m-b--5 {
    margin-bottom: -50px;
  }
  .laptop-xl-p-b--5 {
    padding-bottom: -50px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--5 {
    margin-left: -50px;
  }
  .laptop-xl\:p-l--5 {
    padding-left: -50px;
  }
  .laptop-xl-m-l--5 {
    margin-left: -50px;
  }
  .laptop-xl-p-l--5 {
    padding-left: -50px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--5 {
    margin-right: -50px;
  }
  .laptop-xl\:p-r--5 {
    padding-right: -50px;
  }
  .laptop-xl-m-r--5 {
    margin-right: -50px;
  }
  .laptop-xl-p-r--5 {
    padding-right: -50px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--4\.9 {
    margin-top: -49px;
  }
  .laptop-xl\:p-t--4\.9 {
    padding-top: -49px;
  }
  .laptop-xl-m-t--4\.9 {
    margin-top: -49px;
  }
  .laptop-xl-p-t--4\.9 {
    padding-top: -49px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--4\.9 {
    margin-bottom: -49px;
  }
  .laptop-xl\:p-b--4\.9 {
    padding-bottom: -49px;
  }
  .laptop-xl-m-b--4\.9 {
    margin-bottom: -49px;
  }
  .laptop-xl-p-b--4\.9 {
    padding-bottom: -49px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--4\.9 {
    margin-left: -49px;
  }
  .laptop-xl\:p-l--4\.9 {
    padding-left: -49px;
  }
  .laptop-xl-m-l--4\.9 {
    margin-left: -49px;
  }
  .laptop-xl-p-l--4\.9 {
    padding-left: -49px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--4\.9 {
    margin-right: -49px;
  }
  .laptop-xl\:p-r--4\.9 {
    padding-right: -49px;
  }
  .laptop-xl-m-r--4\.9 {
    margin-right: -49px;
  }
  .laptop-xl-p-r--4\.9 {
    padding-right: -49px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--4\.8 {
    margin-top: -48px;
  }
  .laptop-xl\:p-t--4\.8 {
    padding-top: -48px;
  }
  .laptop-xl-m-t--4\.8 {
    margin-top: -48px;
  }
  .laptop-xl-p-t--4\.8 {
    padding-top: -48px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--4\.8 {
    margin-bottom: -48px;
  }
  .laptop-xl\:p-b--4\.8 {
    padding-bottom: -48px;
  }
  .laptop-xl-m-b--4\.8 {
    margin-bottom: -48px;
  }
  .laptop-xl-p-b--4\.8 {
    padding-bottom: -48px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--4\.8 {
    margin-left: -48px;
  }
  .laptop-xl\:p-l--4\.8 {
    padding-left: -48px;
  }
  .laptop-xl-m-l--4\.8 {
    margin-left: -48px;
  }
  .laptop-xl-p-l--4\.8 {
    padding-left: -48px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--4\.8 {
    margin-right: -48px;
  }
  .laptop-xl\:p-r--4\.8 {
    padding-right: -48px;
  }
  .laptop-xl-m-r--4\.8 {
    margin-right: -48px;
  }
  .laptop-xl-p-r--4\.8 {
    padding-right: -48px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--4\.7 {
    margin-top: -47px;
  }
  .laptop-xl\:p-t--4\.7 {
    padding-top: -47px;
  }
  .laptop-xl-m-t--4\.7 {
    margin-top: -47px;
  }
  .laptop-xl-p-t--4\.7 {
    padding-top: -47px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--4\.7 {
    margin-bottom: -47px;
  }
  .laptop-xl\:p-b--4\.7 {
    padding-bottom: -47px;
  }
  .laptop-xl-m-b--4\.7 {
    margin-bottom: -47px;
  }
  .laptop-xl-p-b--4\.7 {
    padding-bottom: -47px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--4\.7 {
    margin-left: -47px;
  }
  .laptop-xl\:p-l--4\.7 {
    padding-left: -47px;
  }
  .laptop-xl-m-l--4\.7 {
    margin-left: -47px;
  }
  .laptop-xl-p-l--4\.7 {
    padding-left: -47px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--4\.7 {
    margin-right: -47px;
  }
  .laptop-xl\:p-r--4\.7 {
    padding-right: -47px;
  }
  .laptop-xl-m-r--4\.7 {
    margin-right: -47px;
  }
  .laptop-xl-p-r--4\.7 {
    padding-right: -47px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--4\.6 {
    margin-top: -46px;
  }
  .laptop-xl\:p-t--4\.6 {
    padding-top: -46px;
  }
  .laptop-xl-m-t--4\.6 {
    margin-top: -46px;
  }
  .laptop-xl-p-t--4\.6 {
    padding-top: -46px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--4\.6 {
    margin-bottom: -46px;
  }
  .laptop-xl\:p-b--4\.6 {
    padding-bottom: -46px;
  }
  .laptop-xl-m-b--4\.6 {
    margin-bottom: -46px;
  }
  .laptop-xl-p-b--4\.6 {
    padding-bottom: -46px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--4\.6 {
    margin-left: -46px;
  }
  .laptop-xl\:p-l--4\.6 {
    padding-left: -46px;
  }
  .laptop-xl-m-l--4\.6 {
    margin-left: -46px;
  }
  .laptop-xl-p-l--4\.6 {
    padding-left: -46px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--4\.6 {
    margin-right: -46px;
  }
  .laptop-xl\:p-r--4\.6 {
    padding-right: -46px;
  }
  .laptop-xl-m-r--4\.6 {
    margin-right: -46px;
  }
  .laptop-xl-p-r--4\.6 {
    padding-right: -46px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--4\.5 {
    margin-top: -45px;
  }
  .laptop-xl\:p-t--4\.5 {
    padding-top: -45px;
  }
  .laptop-xl-m-t--4\.5 {
    margin-top: -45px;
  }
  .laptop-xl-p-t--4\.5 {
    padding-top: -45px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--4\.5 {
    margin-bottom: -45px;
  }
  .laptop-xl\:p-b--4\.5 {
    padding-bottom: -45px;
  }
  .laptop-xl-m-b--4\.5 {
    margin-bottom: -45px;
  }
  .laptop-xl-p-b--4\.5 {
    padding-bottom: -45px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--4\.5 {
    margin-left: -45px;
  }
  .laptop-xl\:p-l--4\.5 {
    padding-left: -45px;
  }
  .laptop-xl-m-l--4\.5 {
    margin-left: -45px;
  }
  .laptop-xl-p-l--4\.5 {
    padding-left: -45px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--4\.5 {
    margin-right: -45px;
  }
  .laptop-xl\:p-r--4\.5 {
    padding-right: -45px;
  }
  .laptop-xl-m-r--4\.5 {
    margin-right: -45px;
  }
  .laptop-xl-p-r--4\.5 {
    padding-right: -45px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--4\.4 {
    margin-top: -44px;
  }
  .laptop-xl\:p-t--4\.4 {
    padding-top: -44px;
  }
  .laptop-xl-m-t--4\.4 {
    margin-top: -44px;
  }
  .laptop-xl-p-t--4\.4 {
    padding-top: -44px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--4\.4 {
    margin-bottom: -44px;
  }
  .laptop-xl\:p-b--4\.4 {
    padding-bottom: -44px;
  }
  .laptop-xl-m-b--4\.4 {
    margin-bottom: -44px;
  }
  .laptop-xl-p-b--4\.4 {
    padding-bottom: -44px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--4\.4 {
    margin-left: -44px;
  }
  .laptop-xl\:p-l--4\.4 {
    padding-left: -44px;
  }
  .laptop-xl-m-l--4\.4 {
    margin-left: -44px;
  }
  .laptop-xl-p-l--4\.4 {
    padding-left: -44px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--4\.4 {
    margin-right: -44px;
  }
  .laptop-xl\:p-r--4\.4 {
    padding-right: -44px;
  }
  .laptop-xl-m-r--4\.4 {
    margin-right: -44px;
  }
  .laptop-xl-p-r--4\.4 {
    padding-right: -44px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--4\.3 {
    margin-top: -43px;
  }
  .laptop-xl\:p-t--4\.3 {
    padding-top: -43px;
  }
  .laptop-xl-m-t--4\.3 {
    margin-top: -43px;
  }
  .laptop-xl-p-t--4\.3 {
    padding-top: -43px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--4\.3 {
    margin-bottom: -43px;
  }
  .laptop-xl\:p-b--4\.3 {
    padding-bottom: -43px;
  }
  .laptop-xl-m-b--4\.3 {
    margin-bottom: -43px;
  }
  .laptop-xl-p-b--4\.3 {
    padding-bottom: -43px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--4\.3 {
    margin-left: -43px;
  }
  .laptop-xl\:p-l--4\.3 {
    padding-left: -43px;
  }
  .laptop-xl-m-l--4\.3 {
    margin-left: -43px;
  }
  .laptop-xl-p-l--4\.3 {
    padding-left: -43px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--4\.3 {
    margin-right: -43px;
  }
  .laptop-xl\:p-r--4\.3 {
    padding-right: -43px;
  }
  .laptop-xl-m-r--4\.3 {
    margin-right: -43px;
  }
  .laptop-xl-p-r--4\.3 {
    padding-right: -43px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--4\.2 {
    margin-top: -42px;
  }
  .laptop-xl\:p-t--4\.2 {
    padding-top: -42px;
  }
  .laptop-xl-m-t--4\.2 {
    margin-top: -42px;
  }
  .laptop-xl-p-t--4\.2 {
    padding-top: -42px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--4\.2 {
    margin-bottom: -42px;
  }
  .laptop-xl\:p-b--4\.2 {
    padding-bottom: -42px;
  }
  .laptop-xl-m-b--4\.2 {
    margin-bottom: -42px;
  }
  .laptop-xl-p-b--4\.2 {
    padding-bottom: -42px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--4\.2 {
    margin-left: -42px;
  }
  .laptop-xl\:p-l--4\.2 {
    padding-left: -42px;
  }
  .laptop-xl-m-l--4\.2 {
    margin-left: -42px;
  }
  .laptop-xl-p-l--4\.2 {
    padding-left: -42px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--4\.2 {
    margin-right: -42px;
  }
  .laptop-xl\:p-r--4\.2 {
    padding-right: -42px;
  }
  .laptop-xl-m-r--4\.2 {
    margin-right: -42px;
  }
  .laptop-xl-p-r--4\.2 {
    padding-right: -42px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--4\.1 {
    margin-top: -41px;
  }
  .laptop-xl\:p-t--4\.1 {
    padding-top: -41px;
  }
  .laptop-xl-m-t--4\.1 {
    margin-top: -41px;
  }
  .laptop-xl-p-t--4\.1 {
    padding-top: -41px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--4\.1 {
    margin-bottom: -41px;
  }
  .laptop-xl\:p-b--4\.1 {
    padding-bottom: -41px;
  }
  .laptop-xl-m-b--4\.1 {
    margin-bottom: -41px;
  }
  .laptop-xl-p-b--4\.1 {
    padding-bottom: -41px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--4\.1 {
    margin-left: -41px;
  }
  .laptop-xl\:p-l--4\.1 {
    padding-left: -41px;
  }
  .laptop-xl-m-l--4\.1 {
    margin-left: -41px;
  }
  .laptop-xl-p-l--4\.1 {
    padding-left: -41px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--4\.1 {
    margin-right: -41px;
  }
  .laptop-xl\:p-r--4\.1 {
    padding-right: -41px;
  }
  .laptop-xl-m-r--4\.1 {
    margin-right: -41px;
  }
  .laptop-xl-p-r--4\.1 {
    padding-right: -41px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--4 {
    margin-top: -40px;
  }
  .laptop-xl\:p-t--4 {
    padding-top: -40px;
  }
  .laptop-xl-m-t--4 {
    margin-top: -40px;
  }
  .laptop-xl-p-t--4 {
    padding-top: -40px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--4 {
    margin-bottom: -40px;
  }
  .laptop-xl\:p-b--4 {
    padding-bottom: -40px;
  }
  .laptop-xl-m-b--4 {
    margin-bottom: -40px;
  }
  .laptop-xl-p-b--4 {
    padding-bottom: -40px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--4 {
    margin-left: -40px;
  }
  .laptop-xl\:p-l--4 {
    padding-left: -40px;
  }
  .laptop-xl-m-l--4 {
    margin-left: -40px;
  }
  .laptop-xl-p-l--4 {
    padding-left: -40px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--4 {
    margin-right: -40px;
  }
  .laptop-xl\:p-r--4 {
    padding-right: -40px;
  }
  .laptop-xl-m-r--4 {
    margin-right: -40px;
  }
  .laptop-xl-p-r--4 {
    padding-right: -40px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--3\.9 {
    margin-top: -39px;
  }
  .laptop-xl\:p-t--3\.9 {
    padding-top: -39px;
  }
  .laptop-xl-m-t--3\.9 {
    margin-top: -39px;
  }
  .laptop-xl-p-t--3\.9 {
    padding-top: -39px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--3\.9 {
    margin-bottom: -39px;
  }
  .laptop-xl\:p-b--3\.9 {
    padding-bottom: -39px;
  }
  .laptop-xl-m-b--3\.9 {
    margin-bottom: -39px;
  }
  .laptop-xl-p-b--3\.9 {
    padding-bottom: -39px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--3\.9 {
    margin-left: -39px;
  }
  .laptop-xl\:p-l--3\.9 {
    padding-left: -39px;
  }
  .laptop-xl-m-l--3\.9 {
    margin-left: -39px;
  }
  .laptop-xl-p-l--3\.9 {
    padding-left: -39px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--3\.9 {
    margin-right: -39px;
  }
  .laptop-xl\:p-r--3\.9 {
    padding-right: -39px;
  }
  .laptop-xl-m-r--3\.9 {
    margin-right: -39px;
  }
  .laptop-xl-p-r--3\.9 {
    padding-right: -39px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--3\.8 {
    margin-top: -38px;
  }
  .laptop-xl\:p-t--3\.8 {
    padding-top: -38px;
  }
  .laptop-xl-m-t--3\.8 {
    margin-top: -38px;
  }
  .laptop-xl-p-t--3\.8 {
    padding-top: -38px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--3\.8 {
    margin-bottom: -38px;
  }
  .laptop-xl\:p-b--3\.8 {
    padding-bottom: -38px;
  }
  .laptop-xl-m-b--3\.8 {
    margin-bottom: -38px;
  }
  .laptop-xl-p-b--3\.8 {
    padding-bottom: -38px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--3\.8 {
    margin-left: -38px;
  }
  .laptop-xl\:p-l--3\.8 {
    padding-left: -38px;
  }
  .laptop-xl-m-l--3\.8 {
    margin-left: -38px;
  }
  .laptop-xl-p-l--3\.8 {
    padding-left: -38px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--3\.8 {
    margin-right: -38px;
  }
  .laptop-xl\:p-r--3\.8 {
    padding-right: -38px;
  }
  .laptop-xl-m-r--3\.8 {
    margin-right: -38px;
  }
  .laptop-xl-p-r--3\.8 {
    padding-right: -38px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--3\.7 {
    margin-top: -37px;
  }
  .laptop-xl\:p-t--3\.7 {
    padding-top: -37px;
  }
  .laptop-xl-m-t--3\.7 {
    margin-top: -37px;
  }
  .laptop-xl-p-t--3\.7 {
    padding-top: -37px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--3\.7 {
    margin-bottom: -37px;
  }
  .laptop-xl\:p-b--3\.7 {
    padding-bottom: -37px;
  }
  .laptop-xl-m-b--3\.7 {
    margin-bottom: -37px;
  }
  .laptop-xl-p-b--3\.7 {
    padding-bottom: -37px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--3\.7 {
    margin-left: -37px;
  }
  .laptop-xl\:p-l--3\.7 {
    padding-left: -37px;
  }
  .laptop-xl-m-l--3\.7 {
    margin-left: -37px;
  }
  .laptop-xl-p-l--3\.7 {
    padding-left: -37px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--3\.7 {
    margin-right: -37px;
  }
  .laptop-xl\:p-r--3\.7 {
    padding-right: -37px;
  }
  .laptop-xl-m-r--3\.7 {
    margin-right: -37px;
  }
  .laptop-xl-p-r--3\.7 {
    padding-right: -37px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--3\.6 {
    margin-top: -36px;
  }
  .laptop-xl\:p-t--3\.6 {
    padding-top: -36px;
  }
  .laptop-xl-m-t--3\.6 {
    margin-top: -36px;
  }
  .laptop-xl-p-t--3\.6 {
    padding-top: -36px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--3\.6 {
    margin-bottom: -36px;
  }
  .laptop-xl\:p-b--3\.6 {
    padding-bottom: -36px;
  }
  .laptop-xl-m-b--3\.6 {
    margin-bottom: -36px;
  }
  .laptop-xl-p-b--3\.6 {
    padding-bottom: -36px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--3\.6 {
    margin-left: -36px;
  }
  .laptop-xl\:p-l--3\.6 {
    padding-left: -36px;
  }
  .laptop-xl-m-l--3\.6 {
    margin-left: -36px;
  }
  .laptop-xl-p-l--3\.6 {
    padding-left: -36px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--3\.6 {
    margin-right: -36px;
  }
  .laptop-xl\:p-r--3\.6 {
    padding-right: -36px;
  }
  .laptop-xl-m-r--3\.6 {
    margin-right: -36px;
  }
  .laptop-xl-p-r--3\.6 {
    padding-right: -36px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--3\.5 {
    margin-top: -35px;
  }
  .laptop-xl\:p-t--3\.5 {
    padding-top: -35px;
  }
  .laptop-xl-m-t--3\.5 {
    margin-top: -35px;
  }
  .laptop-xl-p-t--3\.5 {
    padding-top: -35px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--3\.5 {
    margin-bottom: -35px;
  }
  .laptop-xl\:p-b--3\.5 {
    padding-bottom: -35px;
  }
  .laptop-xl-m-b--3\.5 {
    margin-bottom: -35px;
  }
  .laptop-xl-p-b--3\.5 {
    padding-bottom: -35px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--3\.5 {
    margin-left: -35px;
  }
  .laptop-xl\:p-l--3\.5 {
    padding-left: -35px;
  }
  .laptop-xl-m-l--3\.5 {
    margin-left: -35px;
  }
  .laptop-xl-p-l--3\.5 {
    padding-left: -35px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--3\.5 {
    margin-right: -35px;
  }
  .laptop-xl\:p-r--3\.5 {
    padding-right: -35px;
  }
  .laptop-xl-m-r--3\.5 {
    margin-right: -35px;
  }
  .laptop-xl-p-r--3\.5 {
    padding-right: -35px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--3\.4 {
    margin-top: -34px;
  }
  .laptop-xl\:p-t--3\.4 {
    padding-top: -34px;
  }
  .laptop-xl-m-t--3\.4 {
    margin-top: -34px;
  }
  .laptop-xl-p-t--3\.4 {
    padding-top: -34px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--3\.4 {
    margin-bottom: -34px;
  }
  .laptop-xl\:p-b--3\.4 {
    padding-bottom: -34px;
  }
  .laptop-xl-m-b--3\.4 {
    margin-bottom: -34px;
  }
  .laptop-xl-p-b--3\.4 {
    padding-bottom: -34px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--3\.4 {
    margin-left: -34px;
  }
  .laptop-xl\:p-l--3\.4 {
    padding-left: -34px;
  }
  .laptop-xl-m-l--3\.4 {
    margin-left: -34px;
  }
  .laptop-xl-p-l--3\.4 {
    padding-left: -34px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--3\.4 {
    margin-right: -34px;
  }
  .laptop-xl\:p-r--3\.4 {
    padding-right: -34px;
  }
  .laptop-xl-m-r--3\.4 {
    margin-right: -34px;
  }
  .laptop-xl-p-r--3\.4 {
    padding-right: -34px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--3\.3 {
    margin-top: -33px;
  }
  .laptop-xl\:p-t--3\.3 {
    padding-top: -33px;
  }
  .laptop-xl-m-t--3\.3 {
    margin-top: -33px;
  }
  .laptop-xl-p-t--3\.3 {
    padding-top: -33px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--3\.3 {
    margin-bottom: -33px;
  }
  .laptop-xl\:p-b--3\.3 {
    padding-bottom: -33px;
  }
  .laptop-xl-m-b--3\.3 {
    margin-bottom: -33px;
  }
  .laptop-xl-p-b--3\.3 {
    padding-bottom: -33px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--3\.3 {
    margin-left: -33px;
  }
  .laptop-xl\:p-l--3\.3 {
    padding-left: -33px;
  }
  .laptop-xl-m-l--3\.3 {
    margin-left: -33px;
  }
  .laptop-xl-p-l--3\.3 {
    padding-left: -33px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--3\.3 {
    margin-right: -33px;
  }
  .laptop-xl\:p-r--3\.3 {
    padding-right: -33px;
  }
  .laptop-xl-m-r--3\.3 {
    margin-right: -33px;
  }
  .laptop-xl-p-r--3\.3 {
    padding-right: -33px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--3\.2 {
    margin-top: -32px;
  }
  .laptop-xl\:p-t--3\.2 {
    padding-top: -32px;
  }
  .laptop-xl-m-t--3\.2 {
    margin-top: -32px;
  }
  .laptop-xl-p-t--3\.2 {
    padding-top: -32px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--3\.2 {
    margin-bottom: -32px;
  }
  .laptop-xl\:p-b--3\.2 {
    padding-bottom: -32px;
  }
  .laptop-xl-m-b--3\.2 {
    margin-bottom: -32px;
  }
  .laptop-xl-p-b--3\.2 {
    padding-bottom: -32px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--3\.2 {
    margin-left: -32px;
  }
  .laptop-xl\:p-l--3\.2 {
    padding-left: -32px;
  }
  .laptop-xl-m-l--3\.2 {
    margin-left: -32px;
  }
  .laptop-xl-p-l--3\.2 {
    padding-left: -32px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--3\.2 {
    margin-right: -32px;
  }
  .laptop-xl\:p-r--3\.2 {
    padding-right: -32px;
  }
  .laptop-xl-m-r--3\.2 {
    margin-right: -32px;
  }
  .laptop-xl-p-r--3\.2 {
    padding-right: -32px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--3\.1 {
    margin-top: -31px;
  }
  .laptop-xl\:p-t--3\.1 {
    padding-top: -31px;
  }
  .laptop-xl-m-t--3\.1 {
    margin-top: -31px;
  }
  .laptop-xl-p-t--3\.1 {
    padding-top: -31px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--3\.1 {
    margin-bottom: -31px;
  }
  .laptop-xl\:p-b--3\.1 {
    padding-bottom: -31px;
  }
  .laptop-xl-m-b--3\.1 {
    margin-bottom: -31px;
  }
  .laptop-xl-p-b--3\.1 {
    padding-bottom: -31px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--3\.1 {
    margin-left: -31px;
  }
  .laptop-xl\:p-l--3\.1 {
    padding-left: -31px;
  }
  .laptop-xl-m-l--3\.1 {
    margin-left: -31px;
  }
  .laptop-xl-p-l--3\.1 {
    padding-left: -31px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--3\.1 {
    margin-right: -31px;
  }
  .laptop-xl\:p-r--3\.1 {
    padding-right: -31px;
  }
  .laptop-xl-m-r--3\.1 {
    margin-right: -31px;
  }
  .laptop-xl-p-r--3\.1 {
    padding-right: -31px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--3 {
    margin-top: -30px;
  }
  .laptop-xl\:p-t--3 {
    padding-top: -30px;
  }
  .laptop-xl-m-t--3 {
    margin-top: -30px;
  }
  .laptop-xl-p-t--3 {
    padding-top: -30px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--3 {
    margin-bottom: -30px;
  }
  .laptop-xl\:p-b--3 {
    padding-bottom: -30px;
  }
  .laptop-xl-m-b--3 {
    margin-bottom: -30px;
  }
  .laptop-xl-p-b--3 {
    padding-bottom: -30px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--3 {
    margin-left: -30px;
  }
  .laptop-xl\:p-l--3 {
    padding-left: -30px;
  }
  .laptop-xl-m-l--3 {
    margin-left: -30px;
  }
  .laptop-xl-p-l--3 {
    padding-left: -30px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--3 {
    margin-right: -30px;
  }
  .laptop-xl\:p-r--3 {
    padding-right: -30px;
  }
  .laptop-xl-m-r--3 {
    margin-right: -30px;
  }
  .laptop-xl-p-r--3 {
    padding-right: -30px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--2\.9 {
    margin-top: -29px;
  }
  .laptop-xl\:p-t--2\.9 {
    padding-top: -29px;
  }
  .laptop-xl-m-t--2\.9 {
    margin-top: -29px;
  }
  .laptop-xl-p-t--2\.9 {
    padding-top: -29px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--2\.9 {
    margin-bottom: -29px;
  }
  .laptop-xl\:p-b--2\.9 {
    padding-bottom: -29px;
  }
  .laptop-xl-m-b--2\.9 {
    margin-bottom: -29px;
  }
  .laptop-xl-p-b--2\.9 {
    padding-bottom: -29px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--2\.9 {
    margin-left: -29px;
  }
  .laptop-xl\:p-l--2\.9 {
    padding-left: -29px;
  }
  .laptop-xl-m-l--2\.9 {
    margin-left: -29px;
  }
  .laptop-xl-p-l--2\.9 {
    padding-left: -29px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--2\.9 {
    margin-right: -29px;
  }
  .laptop-xl\:p-r--2\.9 {
    padding-right: -29px;
  }
  .laptop-xl-m-r--2\.9 {
    margin-right: -29px;
  }
  .laptop-xl-p-r--2\.9 {
    padding-right: -29px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--2\.8 {
    margin-top: -28px;
  }
  .laptop-xl\:p-t--2\.8 {
    padding-top: -28px;
  }
  .laptop-xl-m-t--2\.8 {
    margin-top: -28px;
  }
  .laptop-xl-p-t--2\.8 {
    padding-top: -28px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--2\.8 {
    margin-bottom: -28px;
  }
  .laptop-xl\:p-b--2\.8 {
    padding-bottom: -28px;
  }
  .laptop-xl-m-b--2\.8 {
    margin-bottom: -28px;
  }
  .laptop-xl-p-b--2\.8 {
    padding-bottom: -28px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--2\.8 {
    margin-left: -28px;
  }
  .laptop-xl\:p-l--2\.8 {
    padding-left: -28px;
  }
  .laptop-xl-m-l--2\.8 {
    margin-left: -28px;
  }
  .laptop-xl-p-l--2\.8 {
    padding-left: -28px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--2\.8 {
    margin-right: -28px;
  }
  .laptop-xl\:p-r--2\.8 {
    padding-right: -28px;
  }
  .laptop-xl-m-r--2\.8 {
    margin-right: -28px;
  }
  .laptop-xl-p-r--2\.8 {
    padding-right: -28px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--2\.7 {
    margin-top: -27px;
  }
  .laptop-xl\:p-t--2\.7 {
    padding-top: -27px;
  }
  .laptop-xl-m-t--2\.7 {
    margin-top: -27px;
  }
  .laptop-xl-p-t--2\.7 {
    padding-top: -27px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--2\.7 {
    margin-bottom: -27px;
  }
  .laptop-xl\:p-b--2\.7 {
    padding-bottom: -27px;
  }
  .laptop-xl-m-b--2\.7 {
    margin-bottom: -27px;
  }
  .laptop-xl-p-b--2\.7 {
    padding-bottom: -27px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--2\.7 {
    margin-left: -27px;
  }
  .laptop-xl\:p-l--2\.7 {
    padding-left: -27px;
  }
  .laptop-xl-m-l--2\.7 {
    margin-left: -27px;
  }
  .laptop-xl-p-l--2\.7 {
    padding-left: -27px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--2\.7 {
    margin-right: -27px;
  }
  .laptop-xl\:p-r--2\.7 {
    padding-right: -27px;
  }
  .laptop-xl-m-r--2\.7 {
    margin-right: -27px;
  }
  .laptop-xl-p-r--2\.7 {
    padding-right: -27px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--2\.6 {
    margin-top: -26px;
  }
  .laptop-xl\:p-t--2\.6 {
    padding-top: -26px;
  }
  .laptop-xl-m-t--2\.6 {
    margin-top: -26px;
  }
  .laptop-xl-p-t--2\.6 {
    padding-top: -26px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--2\.6 {
    margin-bottom: -26px;
  }
  .laptop-xl\:p-b--2\.6 {
    padding-bottom: -26px;
  }
  .laptop-xl-m-b--2\.6 {
    margin-bottom: -26px;
  }
  .laptop-xl-p-b--2\.6 {
    padding-bottom: -26px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--2\.6 {
    margin-left: -26px;
  }
  .laptop-xl\:p-l--2\.6 {
    padding-left: -26px;
  }
  .laptop-xl-m-l--2\.6 {
    margin-left: -26px;
  }
  .laptop-xl-p-l--2\.6 {
    padding-left: -26px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--2\.6 {
    margin-right: -26px;
  }
  .laptop-xl\:p-r--2\.6 {
    padding-right: -26px;
  }
  .laptop-xl-m-r--2\.6 {
    margin-right: -26px;
  }
  .laptop-xl-p-r--2\.6 {
    padding-right: -26px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--2\.5 {
    margin-top: -25px;
  }
  .laptop-xl\:p-t--2\.5 {
    padding-top: -25px;
  }
  .laptop-xl-m-t--2\.5 {
    margin-top: -25px;
  }
  .laptop-xl-p-t--2\.5 {
    padding-top: -25px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--2\.5 {
    margin-bottom: -25px;
  }
  .laptop-xl\:p-b--2\.5 {
    padding-bottom: -25px;
  }
  .laptop-xl-m-b--2\.5 {
    margin-bottom: -25px;
  }
  .laptop-xl-p-b--2\.5 {
    padding-bottom: -25px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--2\.5 {
    margin-left: -25px;
  }
  .laptop-xl\:p-l--2\.5 {
    padding-left: -25px;
  }
  .laptop-xl-m-l--2\.5 {
    margin-left: -25px;
  }
  .laptop-xl-p-l--2\.5 {
    padding-left: -25px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--2\.5 {
    margin-right: -25px;
  }
  .laptop-xl\:p-r--2\.5 {
    padding-right: -25px;
  }
  .laptop-xl-m-r--2\.5 {
    margin-right: -25px;
  }
  .laptop-xl-p-r--2\.5 {
    padding-right: -25px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--2\.4 {
    margin-top: -24px;
  }
  .laptop-xl\:p-t--2\.4 {
    padding-top: -24px;
  }
  .laptop-xl-m-t--2\.4 {
    margin-top: -24px;
  }
  .laptop-xl-p-t--2\.4 {
    padding-top: -24px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--2\.4 {
    margin-bottom: -24px;
  }
  .laptop-xl\:p-b--2\.4 {
    padding-bottom: -24px;
  }
  .laptop-xl-m-b--2\.4 {
    margin-bottom: -24px;
  }
  .laptop-xl-p-b--2\.4 {
    padding-bottom: -24px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--2\.4 {
    margin-left: -24px;
  }
  .laptop-xl\:p-l--2\.4 {
    padding-left: -24px;
  }
  .laptop-xl-m-l--2\.4 {
    margin-left: -24px;
  }
  .laptop-xl-p-l--2\.4 {
    padding-left: -24px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--2\.4 {
    margin-right: -24px;
  }
  .laptop-xl\:p-r--2\.4 {
    padding-right: -24px;
  }
  .laptop-xl-m-r--2\.4 {
    margin-right: -24px;
  }
  .laptop-xl-p-r--2\.4 {
    padding-right: -24px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--2\.3 {
    margin-top: -23px;
  }
  .laptop-xl\:p-t--2\.3 {
    padding-top: -23px;
  }
  .laptop-xl-m-t--2\.3 {
    margin-top: -23px;
  }
  .laptop-xl-p-t--2\.3 {
    padding-top: -23px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--2\.3 {
    margin-bottom: -23px;
  }
  .laptop-xl\:p-b--2\.3 {
    padding-bottom: -23px;
  }
  .laptop-xl-m-b--2\.3 {
    margin-bottom: -23px;
  }
  .laptop-xl-p-b--2\.3 {
    padding-bottom: -23px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--2\.3 {
    margin-left: -23px;
  }
  .laptop-xl\:p-l--2\.3 {
    padding-left: -23px;
  }
  .laptop-xl-m-l--2\.3 {
    margin-left: -23px;
  }
  .laptop-xl-p-l--2\.3 {
    padding-left: -23px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--2\.3 {
    margin-right: -23px;
  }
  .laptop-xl\:p-r--2\.3 {
    padding-right: -23px;
  }
  .laptop-xl-m-r--2\.3 {
    margin-right: -23px;
  }
  .laptop-xl-p-r--2\.3 {
    padding-right: -23px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--2\.2 {
    margin-top: -22px;
  }
  .laptop-xl\:p-t--2\.2 {
    padding-top: -22px;
  }
  .laptop-xl-m-t--2\.2 {
    margin-top: -22px;
  }
  .laptop-xl-p-t--2\.2 {
    padding-top: -22px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--2\.2 {
    margin-bottom: -22px;
  }
  .laptop-xl\:p-b--2\.2 {
    padding-bottom: -22px;
  }
  .laptop-xl-m-b--2\.2 {
    margin-bottom: -22px;
  }
  .laptop-xl-p-b--2\.2 {
    padding-bottom: -22px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--2\.2 {
    margin-left: -22px;
  }
  .laptop-xl\:p-l--2\.2 {
    padding-left: -22px;
  }
  .laptop-xl-m-l--2\.2 {
    margin-left: -22px;
  }
  .laptop-xl-p-l--2\.2 {
    padding-left: -22px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--2\.2 {
    margin-right: -22px;
  }
  .laptop-xl\:p-r--2\.2 {
    padding-right: -22px;
  }
  .laptop-xl-m-r--2\.2 {
    margin-right: -22px;
  }
  .laptop-xl-p-r--2\.2 {
    padding-right: -22px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--2\.1 {
    margin-top: -21px;
  }
  .laptop-xl\:p-t--2\.1 {
    padding-top: -21px;
  }
  .laptop-xl-m-t--2\.1 {
    margin-top: -21px;
  }
  .laptop-xl-p-t--2\.1 {
    padding-top: -21px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--2\.1 {
    margin-bottom: -21px;
  }
  .laptop-xl\:p-b--2\.1 {
    padding-bottom: -21px;
  }
  .laptop-xl-m-b--2\.1 {
    margin-bottom: -21px;
  }
  .laptop-xl-p-b--2\.1 {
    padding-bottom: -21px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--2\.1 {
    margin-left: -21px;
  }
  .laptop-xl\:p-l--2\.1 {
    padding-left: -21px;
  }
  .laptop-xl-m-l--2\.1 {
    margin-left: -21px;
  }
  .laptop-xl-p-l--2\.1 {
    padding-left: -21px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--2\.1 {
    margin-right: -21px;
  }
  .laptop-xl\:p-r--2\.1 {
    padding-right: -21px;
  }
  .laptop-xl-m-r--2\.1 {
    margin-right: -21px;
  }
  .laptop-xl-p-r--2\.1 {
    padding-right: -21px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--2 {
    margin-top: -20px;
  }
  .laptop-xl\:p-t--2 {
    padding-top: -20px;
  }
  .laptop-xl-m-t--2 {
    margin-top: -20px;
  }
  .laptop-xl-p-t--2 {
    padding-top: -20px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--2 {
    margin-bottom: -20px;
  }
  .laptop-xl\:p-b--2 {
    padding-bottom: -20px;
  }
  .laptop-xl-m-b--2 {
    margin-bottom: -20px;
  }
  .laptop-xl-p-b--2 {
    padding-bottom: -20px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--2 {
    margin-left: -20px;
  }
  .laptop-xl\:p-l--2 {
    padding-left: -20px;
  }
  .laptop-xl-m-l--2 {
    margin-left: -20px;
  }
  .laptop-xl-p-l--2 {
    padding-left: -20px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--2 {
    margin-right: -20px;
  }
  .laptop-xl\:p-r--2 {
    padding-right: -20px;
  }
  .laptop-xl-m-r--2 {
    margin-right: -20px;
  }
  .laptop-xl-p-r--2 {
    padding-right: -20px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--1\.9 {
    margin-top: -19px;
  }
  .laptop-xl\:p-t--1\.9 {
    padding-top: -19px;
  }
  .laptop-xl-m-t--1\.9 {
    margin-top: -19px;
  }
  .laptop-xl-p-t--1\.9 {
    padding-top: -19px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--1\.9 {
    margin-bottom: -19px;
  }
  .laptop-xl\:p-b--1\.9 {
    padding-bottom: -19px;
  }
  .laptop-xl-m-b--1\.9 {
    margin-bottom: -19px;
  }
  .laptop-xl-p-b--1\.9 {
    padding-bottom: -19px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--1\.9 {
    margin-left: -19px;
  }
  .laptop-xl\:p-l--1\.9 {
    padding-left: -19px;
  }
  .laptop-xl-m-l--1\.9 {
    margin-left: -19px;
  }
  .laptop-xl-p-l--1\.9 {
    padding-left: -19px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--1\.9 {
    margin-right: -19px;
  }
  .laptop-xl\:p-r--1\.9 {
    padding-right: -19px;
  }
  .laptop-xl-m-r--1\.9 {
    margin-right: -19px;
  }
  .laptop-xl-p-r--1\.9 {
    padding-right: -19px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--1\.8 {
    margin-top: -18px;
  }
  .laptop-xl\:p-t--1\.8 {
    padding-top: -18px;
  }
  .laptop-xl-m-t--1\.8 {
    margin-top: -18px;
  }
  .laptop-xl-p-t--1\.8 {
    padding-top: -18px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--1\.8 {
    margin-bottom: -18px;
  }
  .laptop-xl\:p-b--1\.8 {
    padding-bottom: -18px;
  }
  .laptop-xl-m-b--1\.8 {
    margin-bottom: -18px;
  }
  .laptop-xl-p-b--1\.8 {
    padding-bottom: -18px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--1\.8 {
    margin-left: -18px;
  }
  .laptop-xl\:p-l--1\.8 {
    padding-left: -18px;
  }
  .laptop-xl-m-l--1\.8 {
    margin-left: -18px;
  }
  .laptop-xl-p-l--1\.8 {
    padding-left: -18px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--1\.8 {
    margin-right: -18px;
  }
  .laptop-xl\:p-r--1\.8 {
    padding-right: -18px;
  }
  .laptop-xl-m-r--1\.8 {
    margin-right: -18px;
  }
  .laptop-xl-p-r--1\.8 {
    padding-right: -18px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--1\.7 {
    margin-top: -17px;
  }
  .laptop-xl\:p-t--1\.7 {
    padding-top: -17px;
  }
  .laptop-xl-m-t--1\.7 {
    margin-top: -17px;
  }
  .laptop-xl-p-t--1\.7 {
    padding-top: -17px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--1\.7 {
    margin-bottom: -17px;
  }
  .laptop-xl\:p-b--1\.7 {
    padding-bottom: -17px;
  }
  .laptop-xl-m-b--1\.7 {
    margin-bottom: -17px;
  }
  .laptop-xl-p-b--1\.7 {
    padding-bottom: -17px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--1\.7 {
    margin-left: -17px;
  }
  .laptop-xl\:p-l--1\.7 {
    padding-left: -17px;
  }
  .laptop-xl-m-l--1\.7 {
    margin-left: -17px;
  }
  .laptop-xl-p-l--1\.7 {
    padding-left: -17px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--1\.7 {
    margin-right: -17px;
  }
  .laptop-xl\:p-r--1\.7 {
    padding-right: -17px;
  }
  .laptop-xl-m-r--1\.7 {
    margin-right: -17px;
  }
  .laptop-xl-p-r--1\.7 {
    padding-right: -17px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--1\.6 {
    margin-top: -16px;
  }
  .laptop-xl\:p-t--1\.6 {
    padding-top: -16px;
  }
  .laptop-xl-m-t--1\.6 {
    margin-top: -16px;
  }
  .laptop-xl-p-t--1\.6 {
    padding-top: -16px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--1\.6 {
    margin-bottom: -16px;
  }
  .laptop-xl\:p-b--1\.6 {
    padding-bottom: -16px;
  }
  .laptop-xl-m-b--1\.6 {
    margin-bottom: -16px;
  }
  .laptop-xl-p-b--1\.6 {
    padding-bottom: -16px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--1\.6 {
    margin-left: -16px;
  }
  .laptop-xl\:p-l--1\.6 {
    padding-left: -16px;
  }
  .laptop-xl-m-l--1\.6 {
    margin-left: -16px;
  }
  .laptop-xl-p-l--1\.6 {
    padding-left: -16px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--1\.6 {
    margin-right: -16px;
  }
  .laptop-xl\:p-r--1\.6 {
    padding-right: -16px;
  }
  .laptop-xl-m-r--1\.6 {
    margin-right: -16px;
  }
  .laptop-xl-p-r--1\.6 {
    padding-right: -16px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--1\.5 {
    margin-top: -15px;
  }
  .laptop-xl\:p-t--1\.5 {
    padding-top: -15px;
  }
  .laptop-xl-m-t--1\.5 {
    margin-top: -15px;
  }
  .laptop-xl-p-t--1\.5 {
    padding-top: -15px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--1\.5 {
    margin-bottom: -15px;
  }
  .laptop-xl\:p-b--1\.5 {
    padding-bottom: -15px;
  }
  .laptop-xl-m-b--1\.5 {
    margin-bottom: -15px;
  }
  .laptop-xl-p-b--1\.5 {
    padding-bottom: -15px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--1\.5 {
    margin-left: -15px;
  }
  .laptop-xl\:p-l--1\.5 {
    padding-left: -15px;
  }
  .laptop-xl-m-l--1\.5 {
    margin-left: -15px;
  }
  .laptop-xl-p-l--1\.5 {
    padding-left: -15px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--1\.5 {
    margin-right: -15px;
  }
  .laptop-xl\:p-r--1\.5 {
    padding-right: -15px;
  }
  .laptop-xl-m-r--1\.5 {
    margin-right: -15px;
  }
  .laptop-xl-p-r--1\.5 {
    padding-right: -15px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--1\.4 {
    margin-top: -14px;
  }
  .laptop-xl\:p-t--1\.4 {
    padding-top: -14px;
  }
  .laptop-xl-m-t--1\.4 {
    margin-top: -14px;
  }
  .laptop-xl-p-t--1\.4 {
    padding-top: -14px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--1\.4 {
    margin-bottom: -14px;
  }
  .laptop-xl\:p-b--1\.4 {
    padding-bottom: -14px;
  }
  .laptop-xl-m-b--1\.4 {
    margin-bottom: -14px;
  }
  .laptop-xl-p-b--1\.4 {
    padding-bottom: -14px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--1\.4 {
    margin-left: -14px;
  }
  .laptop-xl\:p-l--1\.4 {
    padding-left: -14px;
  }
  .laptop-xl-m-l--1\.4 {
    margin-left: -14px;
  }
  .laptop-xl-p-l--1\.4 {
    padding-left: -14px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--1\.4 {
    margin-right: -14px;
  }
  .laptop-xl\:p-r--1\.4 {
    padding-right: -14px;
  }
  .laptop-xl-m-r--1\.4 {
    margin-right: -14px;
  }
  .laptop-xl-p-r--1\.4 {
    padding-right: -14px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--1\.3 {
    margin-top: -13px;
  }
  .laptop-xl\:p-t--1\.3 {
    padding-top: -13px;
  }
  .laptop-xl-m-t--1\.3 {
    margin-top: -13px;
  }
  .laptop-xl-p-t--1\.3 {
    padding-top: -13px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--1\.3 {
    margin-bottom: -13px;
  }
  .laptop-xl\:p-b--1\.3 {
    padding-bottom: -13px;
  }
  .laptop-xl-m-b--1\.3 {
    margin-bottom: -13px;
  }
  .laptop-xl-p-b--1\.3 {
    padding-bottom: -13px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--1\.3 {
    margin-left: -13px;
  }
  .laptop-xl\:p-l--1\.3 {
    padding-left: -13px;
  }
  .laptop-xl-m-l--1\.3 {
    margin-left: -13px;
  }
  .laptop-xl-p-l--1\.3 {
    padding-left: -13px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--1\.3 {
    margin-right: -13px;
  }
  .laptop-xl\:p-r--1\.3 {
    padding-right: -13px;
  }
  .laptop-xl-m-r--1\.3 {
    margin-right: -13px;
  }
  .laptop-xl-p-r--1\.3 {
    padding-right: -13px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--1\.2 {
    margin-top: -12px;
  }
  .laptop-xl\:p-t--1\.2 {
    padding-top: -12px;
  }
  .laptop-xl-m-t--1\.2 {
    margin-top: -12px;
  }
  .laptop-xl-p-t--1\.2 {
    padding-top: -12px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--1\.2 {
    margin-bottom: -12px;
  }
  .laptop-xl\:p-b--1\.2 {
    padding-bottom: -12px;
  }
  .laptop-xl-m-b--1\.2 {
    margin-bottom: -12px;
  }
  .laptop-xl-p-b--1\.2 {
    padding-bottom: -12px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--1\.2 {
    margin-left: -12px;
  }
  .laptop-xl\:p-l--1\.2 {
    padding-left: -12px;
  }
  .laptop-xl-m-l--1\.2 {
    margin-left: -12px;
  }
  .laptop-xl-p-l--1\.2 {
    padding-left: -12px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--1\.2 {
    margin-right: -12px;
  }
  .laptop-xl\:p-r--1\.2 {
    padding-right: -12px;
  }
  .laptop-xl-m-r--1\.2 {
    margin-right: -12px;
  }
  .laptop-xl-p-r--1\.2 {
    padding-right: -12px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--1\.1 {
    margin-top: -11px;
  }
  .laptop-xl\:p-t--1\.1 {
    padding-top: -11px;
  }
  .laptop-xl-m-t--1\.1 {
    margin-top: -11px;
  }
  .laptop-xl-p-t--1\.1 {
    padding-top: -11px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--1\.1 {
    margin-bottom: -11px;
  }
  .laptop-xl\:p-b--1\.1 {
    padding-bottom: -11px;
  }
  .laptop-xl-m-b--1\.1 {
    margin-bottom: -11px;
  }
  .laptop-xl-p-b--1\.1 {
    padding-bottom: -11px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--1\.1 {
    margin-left: -11px;
  }
  .laptop-xl\:p-l--1\.1 {
    padding-left: -11px;
  }
  .laptop-xl-m-l--1\.1 {
    margin-left: -11px;
  }
  .laptop-xl-p-l--1\.1 {
    padding-left: -11px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--1\.1 {
    margin-right: -11px;
  }
  .laptop-xl\:p-r--1\.1 {
    padding-right: -11px;
  }
  .laptop-xl-m-r--1\.1 {
    margin-right: -11px;
  }
  .laptop-xl-p-r--1\.1 {
    padding-right: -11px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--1 {
    margin-top: -10px;
  }
  .laptop-xl\:p-t--1 {
    padding-top: -10px;
  }
  .laptop-xl-m-t--1 {
    margin-top: -10px;
  }
  .laptop-xl-p-t--1 {
    padding-top: -10px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--1 {
    margin-bottom: -10px;
  }
  .laptop-xl\:p-b--1 {
    padding-bottom: -10px;
  }
  .laptop-xl-m-b--1 {
    margin-bottom: -10px;
  }
  .laptop-xl-p-b--1 {
    padding-bottom: -10px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--1 {
    margin-left: -10px;
  }
  .laptop-xl\:p-l--1 {
    padding-left: -10px;
  }
  .laptop-xl-m-l--1 {
    margin-left: -10px;
  }
  .laptop-xl-p-l--1 {
    padding-left: -10px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--1 {
    margin-right: -10px;
  }
  .laptop-xl\:p-r--1 {
    padding-right: -10px;
  }
  .laptop-xl-m-r--1 {
    margin-right: -10px;
  }
  .laptop-xl-p-r--1 {
    padding-right: -10px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--0\.9 {
    margin-top: -9px;
  }
  .laptop-xl\:p-t--0\.9 {
    padding-top: -9px;
  }
  .laptop-xl-m-t--0\.9 {
    margin-top: -9px;
  }
  .laptop-xl-p-t--0\.9 {
    padding-top: -9px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--0\.9 {
    margin-bottom: -9px;
  }
  .laptop-xl\:p-b--0\.9 {
    padding-bottom: -9px;
  }
  .laptop-xl-m-b--0\.9 {
    margin-bottom: -9px;
  }
  .laptop-xl-p-b--0\.9 {
    padding-bottom: -9px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--0\.9 {
    margin-left: -9px;
  }
  .laptop-xl\:p-l--0\.9 {
    padding-left: -9px;
  }
  .laptop-xl-m-l--0\.9 {
    margin-left: -9px;
  }
  .laptop-xl-p-l--0\.9 {
    padding-left: -9px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--0\.9 {
    margin-right: -9px;
  }
  .laptop-xl\:p-r--0\.9 {
    padding-right: -9px;
  }
  .laptop-xl-m-r--0\.9 {
    margin-right: -9px;
  }
  .laptop-xl-p-r--0\.9 {
    padding-right: -9px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--0\.8 {
    margin-top: -8px;
  }
  .laptop-xl\:p-t--0\.8 {
    padding-top: -8px;
  }
  .laptop-xl-m-t--0\.8 {
    margin-top: -8px;
  }
  .laptop-xl-p-t--0\.8 {
    padding-top: -8px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--0\.8 {
    margin-bottom: -8px;
  }
  .laptop-xl\:p-b--0\.8 {
    padding-bottom: -8px;
  }
  .laptop-xl-m-b--0\.8 {
    margin-bottom: -8px;
  }
  .laptop-xl-p-b--0\.8 {
    padding-bottom: -8px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--0\.8 {
    margin-left: -8px;
  }
  .laptop-xl\:p-l--0\.8 {
    padding-left: -8px;
  }
  .laptop-xl-m-l--0\.8 {
    margin-left: -8px;
  }
  .laptop-xl-p-l--0\.8 {
    padding-left: -8px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--0\.8 {
    margin-right: -8px;
  }
  .laptop-xl\:p-r--0\.8 {
    padding-right: -8px;
  }
  .laptop-xl-m-r--0\.8 {
    margin-right: -8px;
  }
  .laptop-xl-p-r--0\.8 {
    padding-right: -8px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--0\.7 {
    margin-top: -7px;
  }
  .laptop-xl\:p-t--0\.7 {
    padding-top: -7px;
  }
  .laptop-xl-m-t--0\.7 {
    margin-top: -7px;
  }
  .laptop-xl-p-t--0\.7 {
    padding-top: -7px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--0\.7 {
    margin-bottom: -7px;
  }
  .laptop-xl\:p-b--0\.7 {
    padding-bottom: -7px;
  }
  .laptop-xl-m-b--0\.7 {
    margin-bottom: -7px;
  }
  .laptop-xl-p-b--0\.7 {
    padding-bottom: -7px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--0\.7 {
    margin-left: -7px;
  }
  .laptop-xl\:p-l--0\.7 {
    padding-left: -7px;
  }
  .laptop-xl-m-l--0\.7 {
    margin-left: -7px;
  }
  .laptop-xl-p-l--0\.7 {
    padding-left: -7px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--0\.7 {
    margin-right: -7px;
  }
  .laptop-xl\:p-r--0\.7 {
    padding-right: -7px;
  }
  .laptop-xl-m-r--0\.7 {
    margin-right: -7px;
  }
  .laptop-xl-p-r--0\.7 {
    padding-right: -7px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--0\.6 {
    margin-top: -6px;
  }
  .laptop-xl\:p-t--0\.6 {
    padding-top: -6px;
  }
  .laptop-xl-m-t--0\.6 {
    margin-top: -6px;
  }
  .laptop-xl-p-t--0\.6 {
    padding-top: -6px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--0\.6 {
    margin-bottom: -6px;
  }
  .laptop-xl\:p-b--0\.6 {
    padding-bottom: -6px;
  }
  .laptop-xl-m-b--0\.6 {
    margin-bottom: -6px;
  }
  .laptop-xl-p-b--0\.6 {
    padding-bottom: -6px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--0\.6 {
    margin-left: -6px;
  }
  .laptop-xl\:p-l--0\.6 {
    padding-left: -6px;
  }
  .laptop-xl-m-l--0\.6 {
    margin-left: -6px;
  }
  .laptop-xl-p-l--0\.6 {
    padding-left: -6px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--0\.6 {
    margin-right: -6px;
  }
  .laptop-xl\:p-r--0\.6 {
    padding-right: -6px;
  }
  .laptop-xl-m-r--0\.6 {
    margin-right: -6px;
  }
  .laptop-xl-p-r--0\.6 {
    padding-right: -6px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--0\.5 {
    margin-top: -5px;
  }
  .laptop-xl\:p-t--0\.5 {
    padding-top: -5px;
  }
  .laptop-xl-m-t--0\.5 {
    margin-top: -5px;
  }
  .laptop-xl-p-t--0\.5 {
    padding-top: -5px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--0\.5 {
    margin-bottom: -5px;
  }
  .laptop-xl\:p-b--0\.5 {
    padding-bottom: -5px;
  }
  .laptop-xl-m-b--0\.5 {
    margin-bottom: -5px;
  }
  .laptop-xl-p-b--0\.5 {
    padding-bottom: -5px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--0\.5 {
    margin-left: -5px;
  }
  .laptop-xl\:p-l--0\.5 {
    padding-left: -5px;
  }
  .laptop-xl-m-l--0\.5 {
    margin-left: -5px;
  }
  .laptop-xl-p-l--0\.5 {
    padding-left: -5px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--0\.5 {
    margin-right: -5px;
  }
  .laptop-xl\:p-r--0\.5 {
    padding-right: -5px;
  }
  .laptop-xl-m-r--0\.5 {
    margin-right: -5px;
  }
  .laptop-xl-p-r--0\.5 {
    padding-right: -5px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--0\.4 {
    margin-top: -4px;
  }
  .laptop-xl\:p-t--0\.4 {
    padding-top: -4px;
  }
  .laptop-xl-m-t--0\.4 {
    margin-top: -4px;
  }
  .laptop-xl-p-t--0\.4 {
    padding-top: -4px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--0\.4 {
    margin-bottom: -4px;
  }
  .laptop-xl\:p-b--0\.4 {
    padding-bottom: -4px;
  }
  .laptop-xl-m-b--0\.4 {
    margin-bottom: -4px;
  }
  .laptop-xl-p-b--0\.4 {
    padding-bottom: -4px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--0\.4 {
    margin-left: -4px;
  }
  .laptop-xl\:p-l--0\.4 {
    padding-left: -4px;
  }
  .laptop-xl-m-l--0\.4 {
    margin-left: -4px;
  }
  .laptop-xl-p-l--0\.4 {
    padding-left: -4px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--0\.4 {
    margin-right: -4px;
  }
  .laptop-xl\:p-r--0\.4 {
    padding-right: -4px;
  }
  .laptop-xl-m-r--0\.4 {
    margin-right: -4px;
  }
  .laptop-xl-p-r--0\.4 {
    padding-right: -4px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--0\.3 {
    margin-top: -3px;
  }
  .laptop-xl\:p-t--0\.3 {
    padding-top: -3px;
  }
  .laptop-xl-m-t--0\.3 {
    margin-top: -3px;
  }
  .laptop-xl-p-t--0\.3 {
    padding-top: -3px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--0\.3 {
    margin-bottom: -3px;
  }
  .laptop-xl\:p-b--0\.3 {
    padding-bottom: -3px;
  }
  .laptop-xl-m-b--0\.3 {
    margin-bottom: -3px;
  }
  .laptop-xl-p-b--0\.3 {
    padding-bottom: -3px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--0\.3 {
    margin-left: -3px;
  }
  .laptop-xl\:p-l--0\.3 {
    padding-left: -3px;
  }
  .laptop-xl-m-l--0\.3 {
    margin-left: -3px;
  }
  .laptop-xl-p-l--0\.3 {
    padding-left: -3px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--0\.3 {
    margin-right: -3px;
  }
  .laptop-xl\:p-r--0\.3 {
    padding-right: -3px;
  }
  .laptop-xl-m-r--0\.3 {
    margin-right: -3px;
  }
  .laptop-xl-p-r--0\.3 {
    padding-right: -3px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--0\.2 {
    margin-top: -2px;
  }
  .laptop-xl\:p-t--0\.2 {
    padding-top: -2px;
  }
  .laptop-xl-m-t--0\.2 {
    margin-top: -2px;
  }
  .laptop-xl-p-t--0\.2 {
    padding-top: -2px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--0\.2 {
    margin-bottom: -2px;
  }
  .laptop-xl\:p-b--0\.2 {
    padding-bottom: -2px;
  }
  .laptop-xl-m-b--0\.2 {
    margin-bottom: -2px;
  }
  .laptop-xl-p-b--0\.2 {
    padding-bottom: -2px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--0\.2 {
    margin-left: -2px;
  }
  .laptop-xl\:p-l--0\.2 {
    padding-left: -2px;
  }
  .laptop-xl-m-l--0\.2 {
    margin-left: -2px;
  }
  .laptop-xl-p-l--0\.2 {
    padding-left: -2px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--0\.2 {
    margin-right: -2px;
  }
  .laptop-xl\:p-r--0\.2 {
    padding-right: -2px;
  }
  .laptop-xl-m-r--0\.2 {
    margin-right: -2px;
  }
  .laptop-xl-p-r--0\.2 {
    padding-right: -2px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t--0\.1 {
    margin-top: -1px;
  }
  .laptop-xl\:p-t--0\.1 {
    padding-top: -1px;
  }
  .laptop-xl-m-t--0\.1 {
    margin-top: -1px;
  }
  .laptop-xl-p-t--0\.1 {
    padding-top: -1px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b--0\.1 {
    margin-bottom: -1px;
  }
  .laptop-xl\:p-b--0\.1 {
    padding-bottom: -1px;
  }
  .laptop-xl-m-b--0\.1 {
    margin-bottom: -1px;
  }
  .laptop-xl-p-b--0\.1 {
    padding-bottom: -1px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l--0\.1 {
    margin-left: -1px;
  }
  .laptop-xl\:p-l--0\.1 {
    padding-left: -1px;
  }
  .laptop-xl-m-l--0\.1 {
    margin-left: -1px;
  }
  .laptop-xl-p-l--0\.1 {
    padding-left: -1px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r--0\.1 {
    margin-right: -1px;
  }
  .laptop-xl\:p-r--0\.1 {
    padding-right: -1px;
  }
  .laptop-xl-m-r--0\.1 {
    margin-right: -1px;
  }
  .laptop-xl-p-r--0\.1 {
    padding-right: -1px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-0 {
    margin-top: 0px;
  }
  .laptop-xl\:p-t-0 {
    padding-top: 0px;
  }
  .laptop-xl-m-t-0 {
    margin-top: 0px;
  }
  .laptop-xl-p-t-0 {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-0 {
    margin-bottom: 0px;
  }
  .laptop-xl\:p-b-0 {
    padding-bottom: 0px;
  }
  .laptop-xl-m-b-0 {
    margin-bottom: 0px;
  }
  .laptop-xl-p-b-0 {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-0 {
    margin-left: 0px;
  }
  .laptop-xl\:p-l-0 {
    padding-left: 0px;
  }
  .laptop-xl-m-l-0 {
    margin-left: 0px;
  }
  .laptop-xl-p-l-0 {
    padding-left: 0px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-0 {
    margin-right: 0px;
  }
  .laptop-xl\:p-r-0 {
    padding-right: 0px;
  }
  .laptop-xl-m-r-0 {
    margin-right: 0px;
  }
  .laptop-xl-p-r-0 {
    padding-right: 0px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-0\.1 {
    margin-top: 1px;
  }
  .laptop-xl\:p-t-0\.1 {
    padding-top: 1px;
  }
  .laptop-xl-m-t-0\.1 {
    margin-top: 1px;
  }
  .laptop-xl-p-t-0\.1 {
    padding-top: 1px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-0\.1 {
    margin-bottom: 1px;
  }
  .laptop-xl\:p-b-0\.1 {
    padding-bottom: 1px;
  }
  .laptop-xl-m-b-0\.1 {
    margin-bottom: 1px;
  }
  .laptop-xl-p-b-0\.1 {
    padding-bottom: 1px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-0\.1 {
    margin-left: 1px;
  }
  .laptop-xl\:p-l-0\.1 {
    padding-left: 1px;
  }
  .laptop-xl-m-l-0\.1 {
    margin-left: 1px;
  }
  .laptop-xl-p-l-0\.1 {
    padding-left: 1px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-0\.1 {
    margin-right: 1px;
  }
  .laptop-xl\:p-r-0\.1 {
    padding-right: 1px;
  }
  .laptop-xl-m-r-0\.1 {
    margin-right: 1px;
  }
  .laptop-xl-p-r-0\.1 {
    padding-right: 1px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-0\.2 {
    margin-top: 2px;
  }
  .laptop-xl\:p-t-0\.2 {
    padding-top: 2px;
  }
  .laptop-xl-m-t-0\.2 {
    margin-top: 2px;
  }
  .laptop-xl-p-t-0\.2 {
    padding-top: 2px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-0\.2 {
    margin-bottom: 2px;
  }
  .laptop-xl\:p-b-0\.2 {
    padding-bottom: 2px;
  }
  .laptop-xl-m-b-0\.2 {
    margin-bottom: 2px;
  }
  .laptop-xl-p-b-0\.2 {
    padding-bottom: 2px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-0\.2 {
    margin-left: 2px;
  }
  .laptop-xl\:p-l-0\.2 {
    padding-left: 2px;
  }
  .laptop-xl-m-l-0\.2 {
    margin-left: 2px;
  }
  .laptop-xl-p-l-0\.2 {
    padding-left: 2px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-0\.2 {
    margin-right: 2px;
  }
  .laptop-xl\:p-r-0\.2 {
    padding-right: 2px;
  }
  .laptop-xl-m-r-0\.2 {
    margin-right: 2px;
  }
  .laptop-xl-p-r-0\.2 {
    padding-right: 2px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-0\.3 {
    margin-top: 3px;
  }
  .laptop-xl\:p-t-0\.3 {
    padding-top: 3px;
  }
  .laptop-xl-m-t-0\.3 {
    margin-top: 3px;
  }
  .laptop-xl-p-t-0\.3 {
    padding-top: 3px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-0\.3 {
    margin-bottom: 3px;
  }
  .laptop-xl\:p-b-0\.3 {
    padding-bottom: 3px;
  }
  .laptop-xl-m-b-0\.3 {
    margin-bottom: 3px;
  }
  .laptop-xl-p-b-0\.3 {
    padding-bottom: 3px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-0\.3 {
    margin-left: 3px;
  }
  .laptop-xl\:p-l-0\.3 {
    padding-left: 3px;
  }
  .laptop-xl-m-l-0\.3 {
    margin-left: 3px;
  }
  .laptop-xl-p-l-0\.3 {
    padding-left: 3px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-0\.3 {
    margin-right: 3px;
  }
  .laptop-xl\:p-r-0\.3 {
    padding-right: 3px;
  }
  .laptop-xl-m-r-0\.3 {
    margin-right: 3px;
  }
  .laptop-xl-p-r-0\.3 {
    padding-right: 3px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-0\.4 {
    margin-top: 4px;
  }
  .laptop-xl\:p-t-0\.4 {
    padding-top: 4px;
  }
  .laptop-xl-m-t-0\.4 {
    margin-top: 4px;
  }
  .laptop-xl-p-t-0\.4 {
    padding-top: 4px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-0\.4 {
    margin-bottom: 4px;
  }
  .laptop-xl\:p-b-0\.4 {
    padding-bottom: 4px;
  }
  .laptop-xl-m-b-0\.4 {
    margin-bottom: 4px;
  }
  .laptop-xl-p-b-0\.4 {
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-0\.4 {
    margin-left: 4px;
  }
  .laptop-xl\:p-l-0\.4 {
    padding-left: 4px;
  }
  .laptop-xl-m-l-0\.4 {
    margin-left: 4px;
  }
  .laptop-xl-p-l-0\.4 {
    padding-left: 4px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-0\.4 {
    margin-right: 4px;
  }
  .laptop-xl\:p-r-0\.4 {
    padding-right: 4px;
  }
  .laptop-xl-m-r-0\.4 {
    margin-right: 4px;
  }
  .laptop-xl-p-r-0\.4 {
    padding-right: 4px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-0\.5 {
    margin-top: 5px;
  }
  .laptop-xl\:p-t-0\.5 {
    padding-top: 5px;
  }
  .laptop-xl-m-t-0\.5 {
    margin-top: 5px;
  }
  .laptop-xl-p-t-0\.5 {
    padding-top: 5px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-0\.5 {
    margin-bottom: 5px;
  }
  .laptop-xl\:p-b-0\.5 {
    padding-bottom: 5px;
  }
  .laptop-xl-m-b-0\.5 {
    margin-bottom: 5px;
  }
  .laptop-xl-p-b-0\.5 {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-0\.5 {
    margin-left: 5px;
  }
  .laptop-xl\:p-l-0\.5 {
    padding-left: 5px;
  }
  .laptop-xl-m-l-0\.5 {
    margin-left: 5px;
  }
  .laptop-xl-p-l-0\.5 {
    padding-left: 5px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-0\.5 {
    margin-right: 5px;
  }
  .laptop-xl\:p-r-0\.5 {
    padding-right: 5px;
  }
  .laptop-xl-m-r-0\.5 {
    margin-right: 5px;
  }
  .laptop-xl-p-r-0\.5 {
    padding-right: 5px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-0\.6 {
    margin-top: 6px;
  }
  .laptop-xl\:p-t-0\.6 {
    padding-top: 6px;
  }
  .laptop-xl-m-t-0\.6 {
    margin-top: 6px;
  }
  .laptop-xl-p-t-0\.6 {
    padding-top: 6px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-0\.6 {
    margin-bottom: 6px;
  }
  .laptop-xl\:p-b-0\.6 {
    padding-bottom: 6px;
  }
  .laptop-xl-m-b-0\.6 {
    margin-bottom: 6px;
  }
  .laptop-xl-p-b-0\.6 {
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-0\.6 {
    margin-left: 6px;
  }
  .laptop-xl\:p-l-0\.6 {
    padding-left: 6px;
  }
  .laptop-xl-m-l-0\.6 {
    margin-left: 6px;
  }
  .laptop-xl-p-l-0\.6 {
    padding-left: 6px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-0\.6 {
    margin-right: 6px;
  }
  .laptop-xl\:p-r-0\.6 {
    padding-right: 6px;
  }
  .laptop-xl-m-r-0\.6 {
    margin-right: 6px;
  }
  .laptop-xl-p-r-0\.6 {
    padding-right: 6px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-0\.7 {
    margin-top: 7px;
  }
  .laptop-xl\:p-t-0\.7 {
    padding-top: 7px;
  }
  .laptop-xl-m-t-0\.7 {
    margin-top: 7px;
  }
  .laptop-xl-p-t-0\.7 {
    padding-top: 7px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-0\.7 {
    margin-bottom: 7px;
  }
  .laptop-xl\:p-b-0\.7 {
    padding-bottom: 7px;
  }
  .laptop-xl-m-b-0\.7 {
    margin-bottom: 7px;
  }
  .laptop-xl-p-b-0\.7 {
    padding-bottom: 7px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-0\.7 {
    margin-left: 7px;
  }
  .laptop-xl\:p-l-0\.7 {
    padding-left: 7px;
  }
  .laptop-xl-m-l-0\.7 {
    margin-left: 7px;
  }
  .laptop-xl-p-l-0\.7 {
    padding-left: 7px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-0\.7 {
    margin-right: 7px;
  }
  .laptop-xl\:p-r-0\.7 {
    padding-right: 7px;
  }
  .laptop-xl-m-r-0\.7 {
    margin-right: 7px;
  }
  .laptop-xl-p-r-0\.7 {
    padding-right: 7px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-0\.8 {
    margin-top: 8px;
  }
  .laptop-xl\:p-t-0\.8 {
    padding-top: 8px;
  }
  .laptop-xl-m-t-0\.8 {
    margin-top: 8px;
  }
  .laptop-xl-p-t-0\.8 {
    padding-top: 8px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-0\.8 {
    margin-bottom: 8px;
  }
  .laptop-xl\:p-b-0\.8 {
    padding-bottom: 8px;
  }
  .laptop-xl-m-b-0\.8 {
    margin-bottom: 8px;
  }
  .laptop-xl-p-b-0\.8 {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-0\.8 {
    margin-left: 8px;
  }
  .laptop-xl\:p-l-0\.8 {
    padding-left: 8px;
  }
  .laptop-xl-m-l-0\.8 {
    margin-left: 8px;
  }
  .laptop-xl-p-l-0\.8 {
    padding-left: 8px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-0\.8 {
    margin-right: 8px;
  }
  .laptop-xl\:p-r-0\.8 {
    padding-right: 8px;
  }
  .laptop-xl-m-r-0\.8 {
    margin-right: 8px;
  }
  .laptop-xl-p-r-0\.8 {
    padding-right: 8px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-0\.9 {
    margin-top: 9px;
  }
  .laptop-xl\:p-t-0\.9 {
    padding-top: 9px;
  }
  .laptop-xl-m-t-0\.9 {
    margin-top: 9px;
  }
  .laptop-xl-p-t-0\.9 {
    padding-top: 9px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-0\.9 {
    margin-bottom: 9px;
  }
  .laptop-xl\:p-b-0\.9 {
    padding-bottom: 9px;
  }
  .laptop-xl-m-b-0\.9 {
    margin-bottom: 9px;
  }
  .laptop-xl-p-b-0\.9 {
    padding-bottom: 9px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-0\.9 {
    margin-left: 9px;
  }
  .laptop-xl\:p-l-0\.9 {
    padding-left: 9px;
  }
  .laptop-xl-m-l-0\.9 {
    margin-left: 9px;
  }
  .laptop-xl-p-l-0\.9 {
    padding-left: 9px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-0\.9 {
    margin-right: 9px;
  }
  .laptop-xl\:p-r-0\.9 {
    padding-right: 9px;
  }
  .laptop-xl-m-r-0\.9 {
    margin-right: 9px;
  }
  .laptop-xl-p-r-0\.9 {
    padding-right: 9px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-1 {
    margin-top: 10px;
  }
  .laptop-xl\:p-t-1 {
    padding-top: 10px;
  }
  .laptop-xl-m-t-1 {
    margin-top: 10px;
  }
  .laptop-xl-p-t-1 {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-1 {
    margin-bottom: 10px;
  }
  .laptop-xl\:p-b-1 {
    padding-bottom: 10px;
  }
  .laptop-xl-m-b-1 {
    margin-bottom: 10px;
  }
  .laptop-xl-p-b-1 {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-1 {
    margin-left: 10px;
  }
  .laptop-xl\:p-l-1 {
    padding-left: 10px;
  }
  .laptop-xl-m-l-1 {
    margin-left: 10px;
  }
  .laptop-xl-p-l-1 {
    padding-left: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-1 {
    margin-right: 10px;
  }
  .laptop-xl\:p-r-1 {
    padding-right: 10px;
  }
  .laptop-xl-m-r-1 {
    margin-right: 10px;
  }
  .laptop-xl-p-r-1 {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-1\.1 {
    margin-top: 11px;
  }
  .laptop-xl\:p-t-1\.1 {
    padding-top: 11px;
  }
  .laptop-xl-m-t-1\.1 {
    margin-top: 11px;
  }
  .laptop-xl-p-t-1\.1 {
    padding-top: 11px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-1\.1 {
    margin-bottom: 11px;
  }
  .laptop-xl\:p-b-1\.1 {
    padding-bottom: 11px;
  }
  .laptop-xl-m-b-1\.1 {
    margin-bottom: 11px;
  }
  .laptop-xl-p-b-1\.1 {
    padding-bottom: 11px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-1\.1 {
    margin-left: 11px;
  }
  .laptop-xl\:p-l-1\.1 {
    padding-left: 11px;
  }
  .laptop-xl-m-l-1\.1 {
    margin-left: 11px;
  }
  .laptop-xl-p-l-1\.1 {
    padding-left: 11px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-1\.1 {
    margin-right: 11px;
  }
  .laptop-xl\:p-r-1\.1 {
    padding-right: 11px;
  }
  .laptop-xl-m-r-1\.1 {
    margin-right: 11px;
  }
  .laptop-xl-p-r-1\.1 {
    padding-right: 11px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-1\.2 {
    margin-top: 12px;
  }
  .laptop-xl\:p-t-1\.2 {
    padding-top: 12px;
  }
  .laptop-xl-m-t-1\.2 {
    margin-top: 12px;
  }
  .laptop-xl-p-t-1\.2 {
    padding-top: 12px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-1\.2 {
    margin-bottom: 12px;
  }
  .laptop-xl\:p-b-1\.2 {
    padding-bottom: 12px;
  }
  .laptop-xl-m-b-1\.2 {
    margin-bottom: 12px;
  }
  .laptop-xl-p-b-1\.2 {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-1\.2 {
    margin-left: 12px;
  }
  .laptop-xl\:p-l-1\.2 {
    padding-left: 12px;
  }
  .laptop-xl-m-l-1\.2 {
    margin-left: 12px;
  }
  .laptop-xl-p-l-1\.2 {
    padding-left: 12px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-1\.2 {
    margin-right: 12px;
  }
  .laptop-xl\:p-r-1\.2 {
    padding-right: 12px;
  }
  .laptop-xl-m-r-1\.2 {
    margin-right: 12px;
  }
  .laptop-xl-p-r-1\.2 {
    padding-right: 12px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-1\.3 {
    margin-top: 13px;
  }
  .laptop-xl\:p-t-1\.3 {
    padding-top: 13px;
  }
  .laptop-xl-m-t-1\.3 {
    margin-top: 13px;
  }
  .laptop-xl-p-t-1\.3 {
    padding-top: 13px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-1\.3 {
    margin-bottom: 13px;
  }
  .laptop-xl\:p-b-1\.3 {
    padding-bottom: 13px;
  }
  .laptop-xl-m-b-1\.3 {
    margin-bottom: 13px;
  }
  .laptop-xl-p-b-1\.3 {
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-1\.3 {
    margin-left: 13px;
  }
  .laptop-xl\:p-l-1\.3 {
    padding-left: 13px;
  }
  .laptop-xl-m-l-1\.3 {
    margin-left: 13px;
  }
  .laptop-xl-p-l-1\.3 {
    padding-left: 13px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-1\.3 {
    margin-right: 13px;
  }
  .laptop-xl\:p-r-1\.3 {
    padding-right: 13px;
  }
  .laptop-xl-m-r-1\.3 {
    margin-right: 13px;
  }
  .laptop-xl-p-r-1\.3 {
    padding-right: 13px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-1\.4 {
    margin-top: 14px;
  }
  .laptop-xl\:p-t-1\.4 {
    padding-top: 14px;
  }
  .laptop-xl-m-t-1\.4 {
    margin-top: 14px;
  }
  .laptop-xl-p-t-1\.4 {
    padding-top: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-1\.4 {
    margin-bottom: 14px;
  }
  .laptop-xl\:p-b-1\.4 {
    padding-bottom: 14px;
  }
  .laptop-xl-m-b-1\.4 {
    margin-bottom: 14px;
  }
  .laptop-xl-p-b-1\.4 {
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-1\.4 {
    margin-left: 14px;
  }
  .laptop-xl\:p-l-1\.4 {
    padding-left: 14px;
  }
  .laptop-xl-m-l-1\.4 {
    margin-left: 14px;
  }
  .laptop-xl-p-l-1\.4 {
    padding-left: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-1\.4 {
    margin-right: 14px;
  }
  .laptop-xl\:p-r-1\.4 {
    padding-right: 14px;
  }
  .laptop-xl-m-r-1\.4 {
    margin-right: 14px;
  }
  .laptop-xl-p-r-1\.4 {
    padding-right: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-1\.5 {
    margin-top: 15px;
  }
  .laptop-xl\:p-t-1\.5 {
    padding-top: 15px;
  }
  .laptop-xl-m-t-1\.5 {
    margin-top: 15px;
  }
  .laptop-xl-p-t-1\.5 {
    padding-top: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-1\.5 {
    margin-bottom: 15px;
  }
  .laptop-xl\:p-b-1\.5 {
    padding-bottom: 15px;
  }
  .laptop-xl-m-b-1\.5 {
    margin-bottom: 15px;
  }
  .laptop-xl-p-b-1\.5 {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-1\.5 {
    margin-left: 15px;
  }
  .laptop-xl\:p-l-1\.5 {
    padding-left: 15px;
  }
  .laptop-xl-m-l-1\.5 {
    margin-left: 15px;
  }
  .laptop-xl-p-l-1\.5 {
    padding-left: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-1\.5 {
    margin-right: 15px;
  }
  .laptop-xl\:p-r-1\.5 {
    padding-right: 15px;
  }
  .laptop-xl-m-r-1\.5 {
    margin-right: 15px;
  }
  .laptop-xl-p-r-1\.5 {
    padding-right: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-1\.6 {
    margin-top: 16px;
  }
  .laptop-xl\:p-t-1\.6 {
    padding-top: 16px;
  }
  .laptop-xl-m-t-1\.6 {
    margin-top: 16px;
  }
  .laptop-xl-p-t-1\.6 {
    padding-top: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-1\.6 {
    margin-bottom: 16px;
  }
  .laptop-xl\:p-b-1\.6 {
    padding-bottom: 16px;
  }
  .laptop-xl-m-b-1\.6 {
    margin-bottom: 16px;
  }
  .laptop-xl-p-b-1\.6 {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-1\.6 {
    margin-left: 16px;
  }
  .laptop-xl\:p-l-1\.6 {
    padding-left: 16px;
  }
  .laptop-xl-m-l-1\.6 {
    margin-left: 16px;
  }
  .laptop-xl-p-l-1\.6 {
    padding-left: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-1\.6 {
    margin-right: 16px;
  }
  .laptop-xl\:p-r-1\.6 {
    padding-right: 16px;
  }
  .laptop-xl-m-r-1\.6 {
    margin-right: 16px;
  }
  .laptop-xl-p-r-1\.6 {
    padding-right: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-1\.7 {
    margin-top: 17px;
  }
  .laptop-xl\:p-t-1\.7 {
    padding-top: 17px;
  }
  .laptop-xl-m-t-1\.7 {
    margin-top: 17px;
  }
  .laptop-xl-p-t-1\.7 {
    padding-top: 17px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-1\.7 {
    margin-bottom: 17px;
  }
  .laptop-xl\:p-b-1\.7 {
    padding-bottom: 17px;
  }
  .laptop-xl-m-b-1\.7 {
    margin-bottom: 17px;
  }
  .laptop-xl-p-b-1\.7 {
    padding-bottom: 17px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-1\.7 {
    margin-left: 17px;
  }
  .laptop-xl\:p-l-1\.7 {
    padding-left: 17px;
  }
  .laptop-xl-m-l-1\.7 {
    margin-left: 17px;
  }
  .laptop-xl-p-l-1\.7 {
    padding-left: 17px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-1\.7 {
    margin-right: 17px;
  }
  .laptop-xl\:p-r-1\.7 {
    padding-right: 17px;
  }
  .laptop-xl-m-r-1\.7 {
    margin-right: 17px;
  }
  .laptop-xl-p-r-1\.7 {
    padding-right: 17px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-1\.8 {
    margin-top: 18px;
  }
  .laptop-xl\:p-t-1\.8 {
    padding-top: 18px;
  }
  .laptop-xl-m-t-1\.8 {
    margin-top: 18px;
  }
  .laptop-xl-p-t-1\.8 {
    padding-top: 18px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-1\.8 {
    margin-bottom: 18px;
  }
  .laptop-xl\:p-b-1\.8 {
    padding-bottom: 18px;
  }
  .laptop-xl-m-b-1\.8 {
    margin-bottom: 18px;
  }
  .laptop-xl-p-b-1\.8 {
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-1\.8 {
    margin-left: 18px;
  }
  .laptop-xl\:p-l-1\.8 {
    padding-left: 18px;
  }
  .laptop-xl-m-l-1\.8 {
    margin-left: 18px;
  }
  .laptop-xl-p-l-1\.8 {
    padding-left: 18px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-1\.8 {
    margin-right: 18px;
  }
  .laptop-xl\:p-r-1\.8 {
    padding-right: 18px;
  }
  .laptop-xl-m-r-1\.8 {
    margin-right: 18px;
  }
  .laptop-xl-p-r-1\.8 {
    padding-right: 18px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-1\.9 {
    margin-top: 19px;
  }
  .laptop-xl\:p-t-1\.9 {
    padding-top: 19px;
  }
  .laptop-xl-m-t-1\.9 {
    margin-top: 19px;
  }
  .laptop-xl-p-t-1\.9 {
    padding-top: 19px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-1\.9 {
    margin-bottom: 19px;
  }
  .laptop-xl\:p-b-1\.9 {
    padding-bottom: 19px;
  }
  .laptop-xl-m-b-1\.9 {
    margin-bottom: 19px;
  }
  .laptop-xl-p-b-1\.9 {
    padding-bottom: 19px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-1\.9 {
    margin-left: 19px;
  }
  .laptop-xl\:p-l-1\.9 {
    padding-left: 19px;
  }
  .laptop-xl-m-l-1\.9 {
    margin-left: 19px;
  }
  .laptop-xl-p-l-1\.9 {
    padding-left: 19px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-1\.9 {
    margin-right: 19px;
  }
  .laptop-xl\:p-r-1\.9 {
    padding-right: 19px;
  }
  .laptop-xl-m-r-1\.9 {
    margin-right: 19px;
  }
  .laptop-xl-p-r-1\.9 {
    padding-right: 19px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-2 {
    margin-top: 20px;
  }
  .laptop-xl\:p-t-2 {
    padding-top: 20px;
  }
  .laptop-xl-m-t-2 {
    margin-top: 20px;
  }
  .laptop-xl-p-t-2 {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-2 {
    margin-bottom: 20px;
  }
  .laptop-xl\:p-b-2 {
    padding-bottom: 20px;
  }
  .laptop-xl-m-b-2 {
    margin-bottom: 20px;
  }
  .laptop-xl-p-b-2 {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-2 {
    margin-left: 20px;
  }
  .laptop-xl\:p-l-2 {
    padding-left: 20px;
  }
  .laptop-xl-m-l-2 {
    margin-left: 20px;
  }
  .laptop-xl-p-l-2 {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-2 {
    margin-right: 20px;
  }
  .laptop-xl\:p-r-2 {
    padding-right: 20px;
  }
  .laptop-xl-m-r-2 {
    margin-right: 20px;
  }
  .laptop-xl-p-r-2 {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-2\.1 {
    margin-top: 21px;
  }
  .laptop-xl\:p-t-2\.1 {
    padding-top: 21px;
  }
  .laptop-xl-m-t-2\.1 {
    margin-top: 21px;
  }
  .laptop-xl-p-t-2\.1 {
    padding-top: 21px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-2\.1 {
    margin-bottom: 21px;
  }
  .laptop-xl\:p-b-2\.1 {
    padding-bottom: 21px;
  }
  .laptop-xl-m-b-2\.1 {
    margin-bottom: 21px;
  }
  .laptop-xl-p-b-2\.1 {
    padding-bottom: 21px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-2\.1 {
    margin-left: 21px;
  }
  .laptop-xl\:p-l-2\.1 {
    padding-left: 21px;
  }
  .laptop-xl-m-l-2\.1 {
    margin-left: 21px;
  }
  .laptop-xl-p-l-2\.1 {
    padding-left: 21px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-2\.1 {
    margin-right: 21px;
  }
  .laptop-xl\:p-r-2\.1 {
    padding-right: 21px;
  }
  .laptop-xl-m-r-2\.1 {
    margin-right: 21px;
  }
  .laptop-xl-p-r-2\.1 {
    padding-right: 21px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-2\.2 {
    margin-top: 22px;
  }
  .laptop-xl\:p-t-2\.2 {
    padding-top: 22px;
  }
  .laptop-xl-m-t-2\.2 {
    margin-top: 22px;
  }
  .laptop-xl-p-t-2\.2 {
    padding-top: 22px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-2\.2 {
    margin-bottom: 22px;
  }
  .laptop-xl\:p-b-2\.2 {
    padding-bottom: 22px;
  }
  .laptop-xl-m-b-2\.2 {
    margin-bottom: 22px;
  }
  .laptop-xl-p-b-2\.2 {
    padding-bottom: 22px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-2\.2 {
    margin-left: 22px;
  }
  .laptop-xl\:p-l-2\.2 {
    padding-left: 22px;
  }
  .laptop-xl-m-l-2\.2 {
    margin-left: 22px;
  }
  .laptop-xl-p-l-2\.2 {
    padding-left: 22px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-2\.2 {
    margin-right: 22px;
  }
  .laptop-xl\:p-r-2\.2 {
    padding-right: 22px;
  }
  .laptop-xl-m-r-2\.2 {
    margin-right: 22px;
  }
  .laptop-xl-p-r-2\.2 {
    padding-right: 22px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-2\.3 {
    margin-top: 23px;
  }
  .laptop-xl\:p-t-2\.3 {
    padding-top: 23px;
  }
  .laptop-xl-m-t-2\.3 {
    margin-top: 23px;
  }
  .laptop-xl-p-t-2\.3 {
    padding-top: 23px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-2\.3 {
    margin-bottom: 23px;
  }
  .laptop-xl\:p-b-2\.3 {
    padding-bottom: 23px;
  }
  .laptop-xl-m-b-2\.3 {
    margin-bottom: 23px;
  }
  .laptop-xl-p-b-2\.3 {
    padding-bottom: 23px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-2\.3 {
    margin-left: 23px;
  }
  .laptop-xl\:p-l-2\.3 {
    padding-left: 23px;
  }
  .laptop-xl-m-l-2\.3 {
    margin-left: 23px;
  }
  .laptop-xl-p-l-2\.3 {
    padding-left: 23px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-2\.3 {
    margin-right: 23px;
  }
  .laptop-xl\:p-r-2\.3 {
    padding-right: 23px;
  }
  .laptop-xl-m-r-2\.3 {
    margin-right: 23px;
  }
  .laptop-xl-p-r-2\.3 {
    padding-right: 23px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-2\.4 {
    margin-top: 24px;
  }
  .laptop-xl\:p-t-2\.4 {
    padding-top: 24px;
  }
  .laptop-xl-m-t-2\.4 {
    margin-top: 24px;
  }
  .laptop-xl-p-t-2\.4 {
    padding-top: 24px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-2\.4 {
    margin-bottom: 24px;
  }
  .laptop-xl\:p-b-2\.4 {
    padding-bottom: 24px;
  }
  .laptop-xl-m-b-2\.4 {
    margin-bottom: 24px;
  }
  .laptop-xl-p-b-2\.4 {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-2\.4 {
    margin-left: 24px;
  }
  .laptop-xl\:p-l-2\.4 {
    padding-left: 24px;
  }
  .laptop-xl-m-l-2\.4 {
    margin-left: 24px;
  }
  .laptop-xl-p-l-2\.4 {
    padding-left: 24px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-2\.4 {
    margin-right: 24px;
  }
  .laptop-xl\:p-r-2\.4 {
    padding-right: 24px;
  }
  .laptop-xl-m-r-2\.4 {
    margin-right: 24px;
  }
  .laptop-xl-p-r-2\.4 {
    padding-right: 24px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-2\.5 {
    margin-top: 25px;
  }
  .laptop-xl\:p-t-2\.5 {
    padding-top: 25px;
  }
  .laptop-xl-m-t-2\.5 {
    margin-top: 25px;
  }
  .laptop-xl-p-t-2\.5 {
    padding-top: 25px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-2\.5 {
    margin-bottom: 25px;
  }
  .laptop-xl\:p-b-2\.5 {
    padding-bottom: 25px;
  }
  .laptop-xl-m-b-2\.5 {
    margin-bottom: 25px;
  }
  .laptop-xl-p-b-2\.5 {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-2\.5 {
    margin-left: 25px;
  }
  .laptop-xl\:p-l-2\.5 {
    padding-left: 25px;
  }
  .laptop-xl-m-l-2\.5 {
    margin-left: 25px;
  }
  .laptop-xl-p-l-2\.5 {
    padding-left: 25px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-2\.5 {
    margin-right: 25px;
  }
  .laptop-xl\:p-r-2\.5 {
    padding-right: 25px;
  }
  .laptop-xl-m-r-2\.5 {
    margin-right: 25px;
  }
  .laptop-xl-p-r-2\.5 {
    padding-right: 25px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-2\.6 {
    margin-top: 26px;
  }
  .laptop-xl\:p-t-2\.6 {
    padding-top: 26px;
  }
  .laptop-xl-m-t-2\.6 {
    margin-top: 26px;
  }
  .laptop-xl-p-t-2\.6 {
    padding-top: 26px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-2\.6 {
    margin-bottom: 26px;
  }
  .laptop-xl\:p-b-2\.6 {
    padding-bottom: 26px;
  }
  .laptop-xl-m-b-2\.6 {
    margin-bottom: 26px;
  }
  .laptop-xl-p-b-2\.6 {
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-2\.6 {
    margin-left: 26px;
  }
  .laptop-xl\:p-l-2\.6 {
    padding-left: 26px;
  }
  .laptop-xl-m-l-2\.6 {
    margin-left: 26px;
  }
  .laptop-xl-p-l-2\.6 {
    padding-left: 26px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-2\.6 {
    margin-right: 26px;
  }
  .laptop-xl\:p-r-2\.6 {
    padding-right: 26px;
  }
  .laptop-xl-m-r-2\.6 {
    margin-right: 26px;
  }
  .laptop-xl-p-r-2\.6 {
    padding-right: 26px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-2\.7 {
    margin-top: 27px;
  }
  .laptop-xl\:p-t-2\.7 {
    padding-top: 27px;
  }
  .laptop-xl-m-t-2\.7 {
    margin-top: 27px;
  }
  .laptop-xl-p-t-2\.7 {
    padding-top: 27px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-2\.7 {
    margin-bottom: 27px;
  }
  .laptop-xl\:p-b-2\.7 {
    padding-bottom: 27px;
  }
  .laptop-xl-m-b-2\.7 {
    margin-bottom: 27px;
  }
  .laptop-xl-p-b-2\.7 {
    padding-bottom: 27px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-2\.7 {
    margin-left: 27px;
  }
  .laptop-xl\:p-l-2\.7 {
    padding-left: 27px;
  }
  .laptop-xl-m-l-2\.7 {
    margin-left: 27px;
  }
  .laptop-xl-p-l-2\.7 {
    padding-left: 27px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-2\.7 {
    margin-right: 27px;
  }
  .laptop-xl\:p-r-2\.7 {
    padding-right: 27px;
  }
  .laptop-xl-m-r-2\.7 {
    margin-right: 27px;
  }
  .laptop-xl-p-r-2\.7 {
    padding-right: 27px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-2\.8 {
    margin-top: 28px;
  }
  .laptop-xl\:p-t-2\.8 {
    padding-top: 28px;
  }
  .laptop-xl-m-t-2\.8 {
    margin-top: 28px;
  }
  .laptop-xl-p-t-2\.8 {
    padding-top: 28px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-2\.8 {
    margin-bottom: 28px;
  }
  .laptop-xl\:p-b-2\.8 {
    padding-bottom: 28px;
  }
  .laptop-xl-m-b-2\.8 {
    margin-bottom: 28px;
  }
  .laptop-xl-p-b-2\.8 {
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-2\.8 {
    margin-left: 28px;
  }
  .laptop-xl\:p-l-2\.8 {
    padding-left: 28px;
  }
  .laptop-xl-m-l-2\.8 {
    margin-left: 28px;
  }
  .laptop-xl-p-l-2\.8 {
    padding-left: 28px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-2\.8 {
    margin-right: 28px;
  }
  .laptop-xl\:p-r-2\.8 {
    padding-right: 28px;
  }
  .laptop-xl-m-r-2\.8 {
    margin-right: 28px;
  }
  .laptop-xl-p-r-2\.8 {
    padding-right: 28px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-2\.9 {
    margin-top: 29px;
  }
  .laptop-xl\:p-t-2\.9 {
    padding-top: 29px;
  }
  .laptop-xl-m-t-2\.9 {
    margin-top: 29px;
  }
  .laptop-xl-p-t-2\.9 {
    padding-top: 29px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-2\.9 {
    margin-bottom: 29px;
  }
  .laptop-xl\:p-b-2\.9 {
    padding-bottom: 29px;
  }
  .laptop-xl-m-b-2\.9 {
    margin-bottom: 29px;
  }
  .laptop-xl-p-b-2\.9 {
    padding-bottom: 29px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-2\.9 {
    margin-left: 29px;
  }
  .laptop-xl\:p-l-2\.9 {
    padding-left: 29px;
  }
  .laptop-xl-m-l-2\.9 {
    margin-left: 29px;
  }
  .laptop-xl-p-l-2\.9 {
    padding-left: 29px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-2\.9 {
    margin-right: 29px;
  }
  .laptop-xl\:p-r-2\.9 {
    padding-right: 29px;
  }
  .laptop-xl-m-r-2\.9 {
    margin-right: 29px;
  }
  .laptop-xl-p-r-2\.9 {
    padding-right: 29px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-3 {
    margin-top: 30px;
  }
  .laptop-xl\:p-t-3 {
    padding-top: 30px;
  }
  .laptop-xl-m-t-3 {
    margin-top: 30px;
  }
  .laptop-xl-p-t-3 {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-3 {
    margin-bottom: 30px;
  }
  .laptop-xl\:p-b-3 {
    padding-bottom: 30px;
  }
  .laptop-xl-m-b-3 {
    margin-bottom: 30px;
  }
  .laptop-xl-p-b-3 {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-3 {
    margin-left: 30px;
  }
  .laptop-xl\:p-l-3 {
    padding-left: 30px;
  }
  .laptop-xl-m-l-3 {
    margin-left: 30px;
  }
  .laptop-xl-p-l-3 {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-3 {
    margin-right: 30px;
  }
  .laptop-xl\:p-r-3 {
    padding-right: 30px;
  }
  .laptop-xl-m-r-3 {
    margin-right: 30px;
  }
  .laptop-xl-p-r-3 {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-3\.1 {
    margin-top: 31px;
  }
  .laptop-xl\:p-t-3\.1 {
    padding-top: 31px;
  }
  .laptop-xl-m-t-3\.1 {
    margin-top: 31px;
  }
  .laptop-xl-p-t-3\.1 {
    padding-top: 31px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-3\.1 {
    margin-bottom: 31px;
  }
  .laptop-xl\:p-b-3\.1 {
    padding-bottom: 31px;
  }
  .laptop-xl-m-b-3\.1 {
    margin-bottom: 31px;
  }
  .laptop-xl-p-b-3\.1 {
    padding-bottom: 31px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-3\.1 {
    margin-left: 31px;
  }
  .laptop-xl\:p-l-3\.1 {
    padding-left: 31px;
  }
  .laptop-xl-m-l-3\.1 {
    margin-left: 31px;
  }
  .laptop-xl-p-l-3\.1 {
    padding-left: 31px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-3\.1 {
    margin-right: 31px;
  }
  .laptop-xl\:p-r-3\.1 {
    padding-right: 31px;
  }
  .laptop-xl-m-r-3\.1 {
    margin-right: 31px;
  }
  .laptop-xl-p-r-3\.1 {
    padding-right: 31px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-3\.2 {
    margin-top: 32px;
  }
  .laptop-xl\:p-t-3\.2 {
    padding-top: 32px;
  }
  .laptop-xl-m-t-3\.2 {
    margin-top: 32px;
  }
  .laptop-xl-p-t-3\.2 {
    padding-top: 32px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-3\.2 {
    margin-bottom: 32px;
  }
  .laptop-xl\:p-b-3\.2 {
    padding-bottom: 32px;
  }
  .laptop-xl-m-b-3\.2 {
    margin-bottom: 32px;
  }
  .laptop-xl-p-b-3\.2 {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-3\.2 {
    margin-left: 32px;
  }
  .laptop-xl\:p-l-3\.2 {
    padding-left: 32px;
  }
  .laptop-xl-m-l-3\.2 {
    margin-left: 32px;
  }
  .laptop-xl-p-l-3\.2 {
    padding-left: 32px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-3\.2 {
    margin-right: 32px;
  }
  .laptop-xl\:p-r-3\.2 {
    padding-right: 32px;
  }
  .laptop-xl-m-r-3\.2 {
    margin-right: 32px;
  }
  .laptop-xl-p-r-3\.2 {
    padding-right: 32px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-3\.3 {
    margin-top: 33px;
  }
  .laptop-xl\:p-t-3\.3 {
    padding-top: 33px;
  }
  .laptop-xl-m-t-3\.3 {
    margin-top: 33px;
  }
  .laptop-xl-p-t-3\.3 {
    padding-top: 33px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-3\.3 {
    margin-bottom: 33px;
  }
  .laptop-xl\:p-b-3\.3 {
    padding-bottom: 33px;
  }
  .laptop-xl-m-b-3\.3 {
    margin-bottom: 33px;
  }
  .laptop-xl-p-b-3\.3 {
    padding-bottom: 33px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-3\.3 {
    margin-left: 33px;
  }
  .laptop-xl\:p-l-3\.3 {
    padding-left: 33px;
  }
  .laptop-xl-m-l-3\.3 {
    margin-left: 33px;
  }
  .laptop-xl-p-l-3\.3 {
    padding-left: 33px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-3\.3 {
    margin-right: 33px;
  }
  .laptop-xl\:p-r-3\.3 {
    padding-right: 33px;
  }
  .laptop-xl-m-r-3\.3 {
    margin-right: 33px;
  }
  .laptop-xl-p-r-3\.3 {
    padding-right: 33px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-3\.4 {
    margin-top: 34px;
  }
  .laptop-xl\:p-t-3\.4 {
    padding-top: 34px;
  }
  .laptop-xl-m-t-3\.4 {
    margin-top: 34px;
  }
  .laptop-xl-p-t-3\.4 {
    padding-top: 34px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-3\.4 {
    margin-bottom: 34px;
  }
  .laptop-xl\:p-b-3\.4 {
    padding-bottom: 34px;
  }
  .laptop-xl-m-b-3\.4 {
    margin-bottom: 34px;
  }
  .laptop-xl-p-b-3\.4 {
    padding-bottom: 34px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-3\.4 {
    margin-left: 34px;
  }
  .laptop-xl\:p-l-3\.4 {
    padding-left: 34px;
  }
  .laptop-xl-m-l-3\.4 {
    margin-left: 34px;
  }
  .laptop-xl-p-l-3\.4 {
    padding-left: 34px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-3\.4 {
    margin-right: 34px;
  }
  .laptop-xl\:p-r-3\.4 {
    padding-right: 34px;
  }
  .laptop-xl-m-r-3\.4 {
    margin-right: 34px;
  }
  .laptop-xl-p-r-3\.4 {
    padding-right: 34px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-3\.5 {
    margin-top: 35px;
  }
  .laptop-xl\:p-t-3\.5 {
    padding-top: 35px;
  }
  .laptop-xl-m-t-3\.5 {
    margin-top: 35px;
  }
  .laptop-xl-p-t-3\.5 {
    padding-top: 35px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-3\.5 {
    margin-bottom: 35px;
  }
  .laptop-xl\:p-b-3\.5 {
    padding-bottom: 35px;
  }
  .laptop-xl-m-b-3\.5 {
    margin-bottom: 35px;
  }
  .laptop-xl-p-b-3\.5 {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-3\.5 {
    margin-left: 35px;
  }
  .laptop-xl\:p-l-3\.5 {
    padding-left: 35px;
  }
  .laptop-xl-m-l-3\.5 {
    margin-left: 35px;
  }
  .laptop-xl-p-l-3\.5 {
    padding-left: 35px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-3\.5 {
    margin-right: 35px;
  }
  .laptop-xl\:p-r-3\.5 {
    padding-right: 35px;
  }
  .laptop-xl-m-r-3\.5 {
    margin-right: 35px;
  }
  .laptop-xl-p-r-3\.5 {
    padding-right: 35px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-3\.6 {
    margin-top: 36px;
  }
  .laptop-xl\:p-t-3\.6 {
    padding-top: 36px;
  }
  .laptop-xl-m-t-3\.6 {
    margin-top: 36px;
  }
  .laptop-xl-p-t-3\.6 {
    padding-top: 36px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-3\.6 {
    margin-bottom: 36px;
  }
  .laptop-xl\:p-b-3\.6 {
    padding-bottom: 36px;
  }
  .laptop-xl-m-b-3\.6 {
    margin-bottom: 36px;
  }
  .laptop-xl-p-b-3\.6 {
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-3\.6 {
    margin-left: 36px;
  }
  .laptop-xl\:p-l-3\.6 {
    padding-left: 36px;
  }
  .laptop-xl-m-l-3\.6 {
    margin-left: 36px;
  }
  .laptop-xl-p-l-3\.6 {
    padding-left: 36px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-3\.6 {
    margin-right: 36px;
  }
  .laptop-xl\:p-r-3\.6 {
    padding-right: 36px;
  }
  .laptop-xl-m-r-3\.6 {
    margin-right: 36px;
  }
  .laptop-xl-p-r-3\.6 {
    padding-right: 36px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-3\.7 {
    margin-top: 37px;
  }
  .laptop-xl\:p-t-3\.7 {
    padding-top: 37px;
  }
  .laptop-xl-m-t-3\.7 {
    margin-top: 37px;
  }
  .laptop-xl-p-t-3\.7 {
    padding-top: 37px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-3\.7 {
    margin-bottom: 37px;
  }
  .laptop-xl\:p-b-3\.7 {
    padding-bottom: 37px;
  }
  .laptop-xl-m-b-3\.7 {
    margin-bottom: 37px;
  }
  .laptop-xl-p-b-3\.7 {
    padding-bottom: 37px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-3\.7 {
    margin-left: 37px;
  }
  .laptop-xl\:p-l-3\.7 {
    padding-left: 37px;
  }
  .laptop-xl-m-l-3\.7 {
    margin-left: 37px;
  }
  .laptop-xl-p-l-3\.7 {
    padding-left: 37px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-3\.7 {
    margin-right: 37px;
  }
  .laptop-xl\:p-r-3\.7 {
    padding-right: 37px;
  }
  .laptop-xl-m-r-3\.7 {
    margin-right: 37px;
  }
  .laptop-xl-p-r-3\.7 {
    padding-right: 37px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-3\.8 {
    margin-top: 38px;
  }
  .laptop-xl\:p-t-3\.8 {
    padding-top: 38px;
  }
  .laptop-xl-m-t-3\.8 {
    margin-top: 38px;
  }
  .laptop-xl-p-t-3\.8 {
    padding-top: 38px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-3\.8 {
    margin-bottom: 38px;
  }
  .laptop-xl\:p-b-3\.8 {
    padding-bottom: 38px;
  }
  .laptop-xl-m-b-3\.8 {
    margin-bottom: 38px;
  }
  .laptop-xl-p-b-3\.8 {
    padding-bottom: 38px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-3\.8 {
    margin-left: 38px;
  }
  .laptop-xl\:p-l-3\.8 {
    padding-left: 38px;
  }
  .laptop-xl-m-l-3\.8 {
    margin-left: 38px;
  }
  .laptop-xl-p-l-3\.8 {
    padding-left: 38px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-3\.8 {
    margin-right: 38px;
  }
  .laptop-xl\:p-r-3\.8 {
    padding-right: 38px;
  }
  .laptop-xl-m-r-3\.8 {
    margin-right: 38px;
  }
  .laptop-xl-p-r-3\.8 {
    padding-right: 38px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-3\.9 {
    margin-top: 39px;
  }
  .laptop-xl\:p-t-3\.9 {
    padding-top: 39px;
  }
  .laptop-xl-m-t-3\.9 {
    margin-top: 39px;
  }
  .laptop-xl-p-t-3\.9 {
    padding-top: 39px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-3\.9 {
    margin-bottom: 39px;
  }
  .laptop-xl\:p-b-3\.9 {
    padding-bottom: 39px;
  }
  .laptop-xl-m-b-3\.9 {
    margin-bottom: 39px;
  }
  .laptop-xl-p-b-3\.9 {
    padding-bottom: 39px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-3\.9 {
    margin-left: 39px;
  }
  .laptop-xl\:p-l-3\.9 {
    padding-left: 39px;
  }
  .laptop-xl-m-l-3\.9 {
    margin-left: 39px;
  }
  .laptop-xl-p-l-3\.9 {
    padding-left: 39px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-3\.9 {
    margin-right: 39px;
  }
  .laptop-xl\:p-r-3\.9 {
    padding-right: 39px;
  }
  .laptop-xl-m-r-3\.9 {
    margin-right: 39px;
  }
  .laptop-xl-p-r-3\.9 {
    padding-right: 39px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-4 {
    margin-top: 40px;
  }
  .laptop-xl\:p-t-4 {
    padding-top: 40px;
  }
  .laptop-xl-m-t-4 {
    margin-top: 40px;
  }
  .laptop-xl-p-t-4 {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-4 {
    margin-bottom: 40px;
  }
  .laptop-xl\:p-b-4 {
    padding-bottom: 40px;
  }
  .laptop-xl-m-b-4 {
    margin-bottom: 40px;
  }
  .laptop-xl-p-b-4 {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-4 {
    margin-left: 40px;
  }
  .laptop-xl\:p-l-4 {
    padding-left: 40px;
  }
  .laptop-xl-m-l-4 {
    margin-left: 40px;
  }
  .laptop-xl-p-l-4 {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-4 {
    margin-right: 40px;
  }
  .laptop-xl\:p-r-4 {
    padding-right: 40px;
  }
  .laptop-xl-m-r-4 {
    margin-right: 40px;
  }
  .laptop-xl-p-r-4 {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-4\.1 {
    margin-top: 41px;
  }
  .laptop-xl\:p-t-4\.1 {
    padding-top: 41px;
  }
  .laptop-xl-m-t-4\.1 {
    margin-top: 41px;
  }
  .laptop-xl-p-t-4\.1 {
    padding-top: 41px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-4\.1 {
    margin-bottom: 41px;
  }
  .laptop-xl\:p-b-4\.1 {
    padding-bottom: 41px;
  }
  .laptop-xl-m-b-4\.1 {
    margin-bottom: 41px;
  }
  .laptop-xl-p-b-4\.1 {
    padding-bottom: 41px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-4\.1 {
    margin-left: 41px;
  }
  .laptop-xl\:p-l-4\.1 {
    padding-left: 41px;
  }
  .laptop-xl-m-l-4\.1 {
    margin-left: 41px;
  }
  .laptop-xl-p-l-4\.1 {
    padding-left: 41px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-4\.1 {
    margin-right: 41px;
  }
  .laptop-xl\:p-r-4\.1 {
    padding-right: 41px;
  }
  .laptop-xl-m-r-4\.1 {
    margin-right: 41px;
  }
  .laptop-xl-p-r-4\.1 {
    padding-right: 41px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-4\.2 {
    margin-top: 42px;
  }
  .laptop-xl\:p-t-4\.2 {
    padding-top: 42px;
  }
  .laptop-xl-m-t-4\.2 {
    margin-top: 42px;
  }
  .laptop-xl-p-t-4\.2 {
    padding-top: 42px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-4\.2 {
    margin-bottom: 42px;
  }
  .laptop-xl\:p-b-4\.2 {
    padding-bottom: 42px;
  }
  .laptop-xl-m-b-4\.2 {
    margin-bottom: 42px;
  }
  .laptop-xl-p-b-4\.2 {
    padding-bottom: 42px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-4\.2 {
    margin-left: 42px;
  }
  .laptop-xl\:p-l-4\.2 {
    padding-left: 42px;
  }
  .laptop-xl-m-l-4\.2 {
    margin-left: 42px;
  }
  .laptop-xl-p-l-4\.2 {
    padding-left: 42px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-4\.2 {
    margin-right: 42px;
  }
  .laptop-xl\:p-r-4\.2 {
    padding-right: 42px;
  }
  .laptop-xl-m-r-4\.2 {
    margin-right: 42px;
  }
  .laptop-xl-p-r-4\.2 {
    padding-right: 42px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-4\.3 {
    margin-top: 43px;
  }
  .laptop-xl\:p-t-4\.3 {
    padding-top: 43px;
  }
  .laptop-xl-m-t-4\.3 {
    margin-top: 43px;
  }
  .laptop-xl-p-t-4\.3 {
    padding-top: 43px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-4\.3 {
    margin-bottom: 43px;
  }
  .laptop-xl\:p-b-4\.3 {
    padding-bottom: 43px;
  }
  .laptop-xl-m-b-4\.3 {
    margin-bottom: 43px;
  }
  .laptop-xl-p-b-4\.3 {
    padding-bottom: 43px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-4\.3 {
    margin-left: 43px;
  }
  .laptop-xl\:p-l-4\.3 {
    padding-left: 43px;
  }
  .laptop-xl-m-l-4\.3 {
    margin-left: 43px;
  }
  .laptop-xl-p-l-4\.3 {
    padding-left: 43px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-4\.3 {
    margin-right: 43px;
  }
  .laptop-xl\:p-r-4\.3 {
    padding-right: 43px;
  }
  .laptop-xl-m-r-4\.3 {
    margin-right: 43px;
  }
  .laptop-xl-p-r-4\.3 {
    padding-right: 43px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-4\.4 {
    margin-top: 44px;
  }
  .laptop-xl\:p-t-4\.4 {
    padding-top: 44px;
  }
  .laptop-xl-m-t-4\.4 {
    margin-top: 44px;
  }
  .laptop-xl-p-t-4\.4 {
    padding-top: 44px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-4\.4 {
    margin-bottom: 44px;
  }
  .laptop-xl\:p-b-4\.4 {
    padding-bottom: 44px;
  }
  .laptop-xl-m-b-4\.4 {
    margin-bottom: 44px;
  }
  .laptop-xl-p-b-4\.4 {
    padding-bottom: 44px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-4\.4 {
    margin-left: 44px;
  }
  .laptop-xl\:p-l-4\.4 {
    padding-left: 44px;
  }
  .laptop-xl-m-l-4\.4 {
    margin-left: 44px;
  }
  .laptop-xl-p-l-4\.4 {
    padding-left: 44px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-4\.4 {
    margin-right: 44px;
  }
  .laptop-xl\:p-r-4\.4 {
    padding-right: 44px;
  }
  .laptop-xl-m-r-4\.4 {
    margin-right: 44px;
  }
  .laptop-xl-p-r-4\.4 {
    padding-right: 44px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-4\.5 {
    margin-top: 45px;
  }
  .laptop-xl\:p-t-4\.5 {
    padding-top: 45px;
  }
  .laptop-xl-m-t-4\.5 {
    margin-top: 45px;
  }
  .laptop-xl-p-t-4\.5 {
    padding-top: 45px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-4\.5 {
    margin-bottom: 45px;
  }
  .laptop-xl\:p-b-4\.5 {
    padding-bottom: 45px;
  }
  .laptop-xl-m-b-4\.5 {
    margin-bottom: 45px;
  }
  .laptop-xl-p-b-4\.5 {
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-4\.5 {
    margin-left: 45px;
  }
  .laptop-xl\:p-l-4\.5 {
    padding-left: 45px;
  }
  .laptop-xl-m-l-4\.5 {
    margin-left: 45px;
  }
  .laptop-xl-p-l-4\.5 {
    padding-left: 45px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-4\.5 {
    margin-right: 45px;
  }
  .laptop-xl\:p-r-4\.5 {
    padding-right: 45px;
  }
  .laptop-xl-m-r-4\.5 {
    margin-right: 45px;
  }
  .laptop-xl-p-r-4\.5 {
    padding-right: 45px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-4\.6 {
    margin-top: 46px;
  }
  .laptop-xl\:p-t-4\.6 {
    padding-top: 46px;
  }
  .laptop-xl-m-t-4\.6 {
    margin-top: 46px;
  }
  .laptop-xl-p-t-4\.6 {
    padding-top: 46px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-4\.6 {
    margin-bottom: 46px;
  }
  .laptop-xl\:p-b-4\.6 {
    padding-bottom: 46px;
  }
  .laptop-xl-m-b-4\.6 {
    margin-bottom: 46px;
  }
  .laptop-xl-p-b-4\.6 {
    padding-bottom: 46px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-4\.6 {
    margin-left: 46px;
  }
  .laptop-xl\:p-l-4\.6 {
    padding-left: 46px;
  }
  .laptop-xl-m-l-4\.6 {
    margin-left: 46px;
  }
  .laptop-xl-p-l-4\.6 {
    padding-left: 46px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-4\.6 {
    margin-right: 46px;
  }
  .laptop-xl\:p-r-4\.6 {
    padding-right: 46px;
  }
  .laptop-xl-m-r-4\.6 {
    margin-right: 46px;
  }
  .laptop-xl-p-r-4\.6 {
    padding-right: 46px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-4\.7 {
    margin-top: 47px;
  }
  .laptop-xl\:p-t-4\.7 {
    padding-top: 47px;
  }
  .laptop-xl-m-t-4\.7 {
    margin-top: 47px;
  }
  .laptop-xl-p-t-4\.7 {
    padding-top: 47px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-4\.7 {
    margin-bottom: 47px;
  }
  .laptop-xl\:p-b-4\.7 {
    padding-bottom: 47px;
  }
  .laptop-xl-m-b-4\.7 {
    margin-bottom: 47px;
  }
  .laptop-xl-p-b-4\.7 {
    padding-bottom: 47px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-4\.7 {
    margin-left: 47px;
  }
  .laptop-xl\:p-l-4\.7 {
    padding-left: 47px;
  }
  .laptop-xl-m-l-4\.7 {
    margin-left: 47px;
  }
  .laptop-xl-p-l-4\.7 {
    padding-left: 47px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-4\.7 {
    margin-right: 47px;
  }
  .laptop-xl\:p-r-4\.7 {
    padding-right: 47px;
  }
  .laptop-xl-m-r-4\.7 {
    margin-right: 47px;
  }
  .laptop-xl-p-r-4\.7 {
    padding-right: 47px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-4\.8 {
    margin-top: 48px;
  }
  .laptop-xl\:p-t-4\.8 {
    padding-top: 48px;
  }
  .laptop-xl-m-t-4\.8 {
    margin-top: 48px;
  }
  .laptop-xl-p-t-4\.8 {
    padding-top: 48px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-4\.8 {
    margin-bottom: 48px;
  }
  .laptop-xl\:p-b-4\.8 {
    padding-bottom: 48px;
  }
  .laptop-xl-m-b-4\.8 {
    margin-bottom: 48px;
  }
  .laptop-xl-p-b-4\.8 {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-4\.8 {
    margin-left: 48px;
  }
  .laptop-xl\:p-l-4\.8 {
    padding-left: 48px;
  }
  .laptop-xl-m-l-4\.8 {
    margin-left: 48px;
  }
  .laptop-xl-p-l-4\.8 {
    padding-left: 48px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-4\.8 {
    margin-right: 48px;
  }
  .laptop-xl\:p-r-4\.8 {
    padding-right: 48px;
  }
  .laptop-xl-m-r-4\.8 {
    margin-right: 48px;
  }
  .laptop-xl-p-r-4\.8 {
    padding-right: 48px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-4\.9 {
    margin-top: 49px;
  }
  .laptop-xl\:p-t-4\.9 {
    padding-top: 49px;
  }
  .laptop-xl-m-t-4\.9 {
    margin-top: 49px;
  }
  .laptop-xl-p-t-4\.9 {
    padding-top: 49px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-4\.9 {
    margin-bottom: 49px;
  }
  .laptop-xl\:p-b-4\.9 {
    padding-bottom: 49px;
  }
  .laptop-xl-m-b-4\.9 {
    margin-bottom: 49px;
  }
  .laptop-xl-p-b-4\.9 {
    padding-bottom: 49px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-4\.9 {
    margin-left: 49px;
  }
  .laptop-xl\:p-l-4\.9 {
    padding-left: 49px;
  }
  .laptop-xl-m-l-4\.9 {
    margin-left: 49px;
  }
  .laptop-xl-p-l-4\.9 {
    padding-left: 49px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-4\.9 {
    margin-right: 49px;
  }
  .laptop-xl\:p-r-4\.9 {
    padding-right: 49px;
  }
  .laptop-xl-m-r-4\.9 {
    margin-right: 49px;
  }
  .laptop-xl-p-r-4\.9 {
    padding-right: 49px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-5 {
    margin-top: 50px;
  }
  .laptop-xl\:p-t-5 {
    padding-top: 50px;
  }
  .laptop-xl-m-t-5 {
    margin-top: 50px;
  }
  .laptop-xl-p-t-5 {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-5 {
    margin-bottom: 50px;
  }
  .laptop-xl\:p-b-5 {
    padding-bottom: 50px;
  }
  .laptop-xl-m-b-5 {
    margin-bottom: 50px;
  }
  .laptop-xl-p-b-5 {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-5 {
    margin-left: 50px;
  }
  .laptop-xl\:p-l-5 {
    padding-left: 50px;
  }
  .laptop-xl-m-l-5 {
    margin-left: 50px;
  }
  .laptop-xl-p-l-5 {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-5 {
    margin-right: 50px;
  }
  .laptop-xl\:p-r-5 {
    padding-right: 50px;
  }
  .laptop-xl-m-r-5 {
    margin-right: 50px;
  }
  .laptop-xl-p-r-5 {
    padding-right: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-6 {
    margin-top: 60px;
  }
  .laptop-xl\:p-t-6 {
    padding-top: 60px;
  }
  .laptop-xl-m-t-6 {
    margin-top: 60px;
  }
  .laptop-xl-p-t-6 {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-6 {
    margin-bottom: 60px;
  }
  .laptop-xl\:p-b-6 {
    padding-bottom: 60px;
  }
  .laptop-xl-m-b-6 {
    margin-bottom: 60px;
  }
  .laptop-xl-p-b-6 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-6 {
    margin-left: 60px;
  }
  .laptop-xl\:p-l-6 {
    padding-left: 60px;
  }
  .laptop-xl-m-l-6 {
    margin-left: 60px;
  }
  .laptop-xl-p-l-6 {
    padding-left: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-6 {
    margin-right: 60px;
  }
  .laptop-xl\:p-r-6 {
    padding-right: 60px;
  }
  .laptop-xl-m-r-6 {
    margin-right: 60px;
  }
  .laptop-xl-p-r-6 {
    padding-right: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-7 {
    margin-top: 70px;
  }
  .laptop-xl\:p-t-7 {
    padding-top: 70px;
  }
  .laptop-xl-m-t-7 {
    margin-top: 70px;
  }
  .laptop-xl-p-t-7 {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-7 {
    margin-bottom: 70px;
  }
  .laptop-xl\:p-b-7 {
    padding-bottom: 70px;
  }
  .laptop-xl-m-b-7 {
    margin-bottom: 70px;
  }
  .laptop-xl-p-b-7 {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-7 {
    margin-left: 70px;
  }
  .laptop-xl\:p-l-7 {
    padding-left: 70px;
  }
  .laptop-xl-m-l-7 {
    margin-left: 70px;
  }
  .laptop-xl-p-l-7 {
    padding-left: 70px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-7 {
    margin-right: 70px;
  }
  .laptop-xl\:p-r-7 {
    padding-right: 70px;
  }
  .laptop-xl-m-r-7 {
    margin-right: 70px;
  }
  .laptop-xl-p-r-7 {
    padding-right: 70px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-8 {
    margin-top: 80px;
  }
  .laptop-xl\:p-t-8 {
    padding-top: 80px;
  }
  .laptop-xl-m-t-8 {
    margin-top: 80px;
  }
  .laptop-xl-p-t-8 {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-8 {
    margin-bottom: 80px;
  }
  .laptop-xl\:p-b-8 {
    padding-bottom: 80px;
  }
  .laptop-xl-m-b-8 {
    margin-bottom: 80px;
  }
  .laptop-xl-p-b-8 {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-8 {
    margin-left: 80px;
  }
  .laptop-xl\:p-l-8 {
    padding-left: 80px;
  }
  .laptop-xl-m-l-8 {
    margin-left: 80px;
  }
  .laptop-xl-p-l-8 {
    padding-left: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-8 {
    margin-right: 80px;
  }
  .laptop-xl\:p-r-8 {
    padding-right: 80px;
  }
  .laptop-xl-m-r-8 {
    margin-right: 80px;
  }
  .laptop-xl-p-r-8 {
    padding-right: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-9 {
    margin-top: 90px;
  }
  .laptop-xl\:p-t-9 {
    padding-top: 90px;
  }
  .laptop-xl-m-t-9 {
    margin-top: 90px;
  }
  .laptop-xl-p-t-9 {
    padding-top: 90px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-9 {
    margin-bottom: 90px;
  }
  .laptop-xl\:p-b-9 {
    padding-bottom: 90px;
  }
  .laptop-xl-m-b-9 {
    margin-bottom: 90px;
  }
  .laptop-xl-p-b-9 {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-9 {
    margin-left: 90px;
  }
  .laptop-xl\:p-l-9 {
    padding-left: 90px;
  }
  .laptop-xl-m-l-9 {
    margin-left: 90px;
  }
  .laptop-xl-p-l-9 {
    padding-left: 90px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-9 {
    margin-right: 90px;
  }
  .laptop-xl\:p-r-9 {
    padding-right: 90px;
  }
  .laptop-xl-m-r-9 {
    margin-right: 90px;
  }
  .laptop-xl-p-r-9 {
    padding-right: 90px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-10 {
    margin-top: 100px;
  }
  .laptop-xl\:p-t-10 {
    padding-top: 100px;
  }
  .laptop-xl-m-t-10 {
    margin-top: 100px;
  }
  .laptop-xl-p-t-10 {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-10 {
    margin-bottom: 100px;
  }
  .laptop-xl\:p-b-10 {
    padding-bottom: 100px;
  }
  .laptop-xl-m-b-10 {
    margin-bottom: 100px;
  }
  .laptop-xl-p-b-10 {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-10 {
    margin-left: 100px;
  }
  .laptop-xl\:p-l-10 {
    padding-left: 100px;
  }
  .laptop-xl-m-l-10 {
    margin-left: 100px;
  }
  .laptop-xl-p-l-10 {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-10 {
    margin-right: 100px;
  }
  .laptop-xl\:p-r-10 {
    padding-right: 100px;
  }
  .laptop-xl-m-r-10 {
    margin-right: 100px;
  }
  .laptop-xl-p-r-10 {
    padding-right: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-11 {
    margin-top: 110px;
  }
  .laptop-xl\:p-t-11 {
    padding-top: 110px;
  }
  .laptop-xl-m-t-11 {
    margin-top: 110px;
  }
  .laptop-xl-p-t-11 {
    padding-top: 110px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-11 {
    margin-bottom: 110px;
  }
  .laptop-xl\:p-b-11 {
    padding-bottom: 110px;
  }
  .laptop-xl-m-b-11 {
    margin-bottom: 110px;
  }
  .laptop-xl-p-b-11 {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-11 {
    margin-left: 110px;
  }
  .laptop-xl\:p-l-11 {
    padding-left: 110px;
  }
  .laptop-xl-m-l-11 {
    margin-left: 110px;
  }
  .laptop-xl-p-l-11 {
    padding-left: 110px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-11 {
    margin-right: 110px;
  }
  .laptop-xl\:p-r-11 {
    padding-right: 110px;
  }
  .laptop-xl-m-r-11 {
    margin-right: 110px;
  }
  .laptop-xl-p-r-11 {
    padding-right: 110px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-12 {
    margin-top: 120px;
  }
  .laptop-xl\:p-t-12 {
    padding-top: 120px;
  }
  .laptop-xl-m-t-12 {
    margin-top: 120px;
  }
  .laptop-xl-p-t-12 {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-12 {
    margin-bottom: 120px;
  }
  .laptop-xl\:p-b-12 {
    padding-bottom: 120px;
  }
  .laptop-xl-m-b-12 {
    margin-bottom: 120px;
  }
  .laptop-xl-p-b-12 {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-12 {
    margin-left: 120px;
  }
  .laptop-xl\:p-l-12 {
    padding-left: 120px;
  }
  .laptop-xl-m-l-12 {
    margin-left: 120px;
  }
  .laptop-xl-p-l-12 {
    padding-left: 120px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-12 {
    margin-right: 120px;
  }
  .laptop-xl\:p-r-12 {
    padding-right: 120px;
  }
  .laptop-xl-m-r-12 {
    margin-right: 120px;
  }
  .laptop-xl-p-r-12 {
    padding-right: 120px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-13 {
    margin-top: 130px;
  }
  .laptop-xl\:p-t-13 {
    padding-top: 130px;
  }
  .laptop-xl-m-t-13 {
    margin-top: 130px;
  }
  .laptop-xl-p-t-13 {
    padding-top: 130px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-13 {
    margin-bottom: 130px;
  }
  .laptop-xl\:p-b-13 {
    padding-bottom: 130px;
  }
  .laptop-xl-m-b-13 {
    margin-bottom: 130px;
  }
  .laptop-xl-p-b-13 {
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-13 {
    margin-left: 130px;
  }
  .laptop-xl\:p-l-13 {
    padding-left: 130px;
  }
  .laptop-xl-m-l-13 {
    margin-left: 130px;
  }
  .laptop-xl-p-l-13 {
    padding-left: 130px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-13 {
    margin-right: 130px;
  }
  .laptop-xl\:p-r-13 {
    padding-right: 130px;
  }
  .laptop-xl-m-r-13 {
    margin-right: 130px;
  }
  .laptop-xl-p-r-13 {
    padding-right: 130px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-14 {
    margin-top: 140px;
  }
  .laptop-xl\:p-t-14 {
    padding-top: 140px;
  }
  .laptop-xl-m-t-14 {
    margin-top: 140px;
  }
  .laptop-xl-p-t-14 {
    padding-top: 140px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-14 {
    margin-bottom: 140px;
  }
  .laptop-xl\:p-b-14 {
    padding-bottom: 140px;
  }
  .laptop-xl-m-b-14 {
    margin-bottom: 140px;
  }
  .laptop-xl-p-b-14 {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-14 {
    margin-left: 140px;
  }
  .laptop-xl\:p-l-14 {
    padding-left: 140px;
  }
  .laptop-xl-m-l-14 {
    margin-left: 140px;
  }
  .laptop-xl-p-l-14 {
    padding-left: 140px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-14 {
    margin-right: 140px;
  }
  .laptop-xl\:p-r-14 {
    padding-right: 140px;
  }
  .laptop-xl-m-r-14 {
    margin-right: 140px;
  }
  .laptop-xl-p-r-14 {
    padding-right: 140px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-15 {
    margin-top: 150px;
  }
  .laptop-xl\:p-t-15 {
    padding-top: 150px;
  }
  .laptop-xl-m-t-15 {
    margin-top: 150px;
  }
  .laptop-xl-p-t-15 {
    padding-top: 150px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-15 {
    margin-bottom: 150px;
  }
  .laptop-xl\:p-b-15 {
    padding-bottom: 150px;
  }
  .laptop-xl-m-b-15 {
    margin-bottom: 150px;
  }
  .laptop-xl-p-b-15 {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-15 {
    margin-left: 150px;
  }
  .laptop-xl\:p-l-15 {
    padding-left: 150px;
  }
  .laptop-xl-m-l-15 {
    margin-left: 150px;
  }
  .laptop-xl-p-l-15 {
    padding-left: 150px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-15 {
    margin-right: 150px;
  }
  .laptop-xl\:p-r-15 {
    padding-right: 150px;
  }
  .laptop-xl-m-r-15 {
    margin-right: 150px;
  }
  .laptop-xl-p-r-15 {
    padding-right: 150px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-16 {
    margin-top: 160px;
  }
  .laptop-xl\:p-t-16 {
    padding-top: 160px;
  }
  .laptop-xl-m-t-16 {
    margin-top: 160px;
  }
  .laptop-xl-p-t-16 {
    padding-top: 160px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-16 {
    margin-bottom: 160px;
  }
  .laptop-xl\:p-b-16 {
    padding-bottom: 160px;
  }
  .laptop-xl-m-b-16 {
    margin-bottom: 160px;
  }
  .laptop-xl-p-b-16 {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-16 {
    margin-left: 160px;
  }
  .laptop-xl\:p-l-16 {
    padding-left: 160px;
  }
  .laptop-xl-m-l-16 {
    margin-left: 160px;
  }
  .laptop-xl-p-l-16 {
    padding-left: 160px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-16 {
    margin-right: 160px;
  }
  .laptop-xl\:p-r-16 {
    padding-right: 160px;
  }
  .laptop-xl-m-r-16 {
    margin-right: 160px;
  }
  .laptop-xl-p-r-16 {
    padding-right: 160px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-17 {
    margin-top: 170px;
  }
  .laptop-xl\:p-t-17 {
    padding-top: 170px;
  }
  .laptop-xl-m-t-17 {
    margin-top: 170px;
  }
  .laptop-xl-p-t-17 {
    padding-top: 170px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-17 {
    margin-bottom: 170px;
  }
  .laptop-xl\:p-b-17 {
    padding-bottom: 170px;
  }
  .laptop-xl-m-b-17 {
    margin-bottom: 170px;
  }
  .laptop-xl-p-b-17 {
    padding-bottom: 170px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-17 {
    margin-left: 170px;
  }
  .laptop-xl\:p-l-17 {
    padding-left: 170px;
  }
  .laptop-xl-m-l-17 {
    margin-left: 170px;
  }
  .laptop-xl-p-l-17 {
    padding-left: 170px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-17 {
    margin-right: 170px;
  }
  .laptop-xl\:p-r-17 {
    padding-right: 170px;
  }
  .laptop-xl-m-r-17 {
    margin-right: 170px;
  }
  .laptop-xl-p-r-17 {
    padding-right: 170px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-18 {
    margin-top: 180px;
  }
  .laptop-xl\:p-t-18 {
    padding-top: 180px;
  }
  .laptop-xl-m-t-18 {
    margin-top: 180px;
  }
  .laptop-xl-p-t-18 {
    padding-top: 180px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-18 {
    margin-bottom: 180px;
  }
  .laptop-xl\:p-b-18 {
    padding-bottom: 180px;
  }
  .laptop-xl-m-b-18 {
    margin-bottom: 180px;
  }
  .laptop-xl-p-b-18 {
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-18 {
    margin-left: 180px;
  }
  .laptop-xl\:p-l-18 {
    padding-left: 180px;
  }
  .laptop-xl-m-l-18 {
    margin-left: 180px;
  }
  .laptop-xl-p-l-18 {
    padding-left: 180px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-18 {
    margin-right: 180px;
  }
  .laptop-xl\:p-r-18 {
    padding-right: 180px;
  }
  .laptop-xl-m-r-18 {
    margin-right: 180px;
  }
  .laptop-xl-p-r-18 {
    padding-right: 180px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-19 {
    margin-top: 190px;
  }
  .laptop-xl\:p-t-19 {
    padding-top: 190px;
  }
  .laptop-xl-m-t-19 {
    margin-top: 190px;
  }
  .laptop-xl-p-t-19 {
    padding-top: 190px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-19 {
    margin-bottom: 190px;
  }
  .laptop-xl\:p-b-19 {
    padding-bottom: 190px;
  }
  .laptop-xl-m-b-19 {
    margin-bottom: 190px;
  }
  .laptop-xl-p-b-19 {
    padding-bottom: 190px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-19 {
    margin-left: 190px;
  }
  .laptop-xl\:p-l-19 {
    padding-left: 190px;
  }
  .laptop-xl-m-l-19 {
    margin-left: 190px;
  }
  .laptop-xl-p-l-19 {
    padding-left: 190px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-19 {
    margin-right: 190px;
  }
  .laptop-xl\:p-r-19 {
    padding-right: 190px;
  }
  .laptop-xl-m-r-19 {
    margin-right: 190px;
  }
  .laptop-xl-p-r-19 {
    padding-right: 190px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-20 {
    margin-top: 200px;
  }
  .laptop-xl\:p-t-20 {
    padding-top: 200px;
  }
  .laptop-xl-m-t-20 {
    margin-top: 200px;
  }
  .laptop-xl-p-t-20 {
    padding-top: 200px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-20 {
    margin-bottom: 200px;
  }
  .laptop-xl\:p-b-20 {
    padding-bottom: 200px;
  }
  .laptop-xl-m-b-20 {
    margin-bottom: 200px;
  }
  .laptop-xl-p-b-20 {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-20 {
    margin-left: 200px;
  }
  .laptop-xl\:p-l-20 {
    padding-left: 200px;
  }
  .laptop-xl-m-l-20 {
    margin-left: 200px;
  }
  .laptop-xl-p-l-20 {
    padding-left: 200px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-20 {
    margin-right: 200px;
  }
  .laptop-xl\:p-r-20 {
    padding-right: 200px;
  }
  .laptop-xl-m-r-20 {
    margin-right: 200px;
  }
  .laptop-xl-p-r-20 {
    padding-right: 200px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-21 {
    margin-top: 210px;
  }
  .laptop-xl\:p-t-21 {
    padding-top: 210px;
  }
  .laptop-xl-m-t-21 {
    margin-top: 210px;
  }
  .laptop-xl-p-t-21 {
    padding-top: 210px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-21 {
    margin-bottom: 210px;
  }
  .laptop-xl\:p-b-21 {
    padding-bottom: 210px;
  }
  .laptop-xl-m-b-21 {
    margin-bottom: 210px;
  }
  .laptop-xl-p-b-21 {
    padding-bottom: 210px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-21 {
    margin-left: 210px;
  }
  .laptop-xl\:p-l-21 {
    padding-left: 210px;
  }
  .laptop-xl-m-l-21 {
    margin-left: 210px;
  }
  .laptop-xl-p-l-21 {
    padding-left: 210px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-21 {
    margin-right: 210px;
  }
  .laptop-xl\:p-r-21 {
    padding-right: 210px;
  }
  .laptop-xl-m-r-21 {
    margin-right: 210px;
  }
  .laptop-xl-p-r-21 {
    padding-right: 210px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-22 {
    margin-top: 220px;
  }
  .laptop-xl\:p-t-22 {
    padding-top: 220px;
  }
  .laptop-xl-m-t-22 {
    margin-top: 220px;
  }
  .laptop-xl-p-t-22 {
    padding-top: 220px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-22 {
    margin-bottom: 220px;
  }
  .laptop-xl\:p-b-22 {
    padding-bottom: 220px;
  }
  .laptop-xl-m-b-22 {
    margin-bottom: 220px;
  }
  .laptop-xl-p-b-22 {
    padding-bottom: 220px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-22 {
    margin-left: 220px;
  }
  .laptop-xl\:p-l-22 {
    padding-left: 220px;
  }
  .laptop-xl-m-l-22 {
    margin-left: 220px;
  }
  .laptop-xl-p-l-22 {
    padding-left: 220px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-22 {
    margin-right: 220px;
  }
  .laptop-xl\:p-r-22 {
    padding-right: 220px;
  }
  .laptop-xl-m-r-22 {
    margin-right: 220px;
  }
  .laptop-xl-p-r-22 {
    padding-right: 220px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-23 {
    margin-top: 230px;
  }
  .laptop-xl\:p-t-23 {
    padding-top: 230px;
  }
  .laptop-xl-m-t-23 {
    margin-top: 230px;
  }
  .laptop-xl-p-t-23 {
    padding-top: 230px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-23 {
    margin-bottom: 230px;
  }
  .laptop-xl\:p-b-23 {
    padding-bottom: 230px;
  }
  .laptop-xl-m-b-23 {
    margin-bottom: 230px;
  }
  .laptop-xl-p-b-23 {
    padding-bottom: 230px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-23 {
    margin-left: 230px;
  }
  .laptop-xl\:p-l-23 {
    padding-left: 230px;
  }
  .laptop-xl-m-l-23 {
    margin-left: 230px;
  }
  .laptop-xl-p-l-23 {
    padding-left: 230px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-23 {
    margin-right: 230px;
  }
  .laptop-xl\:p-r-23 {
    padding-right: 230px;
  }
  .laptop-xl-m-r-23 {
    margin-right: 230px;
  }
  .laptop-xl-p-r-23 {
    padding-right: 230px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-24 {
    margin-top: 240px;
  }
  .laptop-xl\:p-t-24 {
    padding-top: 240px;
  }
  .laptop-xl-m-t-24 {
    margin-top: 240px;
  }
  .laptop-xl-p-t-24 {
    padding-top: 240px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-24 {
    margin-bottom: 240px;
  }
  .laptop-xl\:p-b-24 {
    padding-bottom: 240px;
  }
  .laptop-xl-m-b-24 {
    margin-bottom: 240px;
  }
  .laptop-xl-p-b-24 {
    padding-bottom: 240px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-24 {
    margin-left: 240px;
  }
  .laptop-xl\:p-l-24 {
    padding-left: 240px;
  }
  .laptop-xl-m-l-24 {
    margin-left: 240px;
  }
  .laptop-xl-p-l-24 {
    padding-left: 240px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-24 {
    margin-right: 240px;
  }
  .laptop-xl\:p-r-24 {
    padding-right: 240px;
  }
  .laptop-xl-m-r-24 {
    margin-right: 240px;
  }
  .laptop-xl-p-r-24 {
    padding-right: 240px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-25 {
    margin-top: 250px;
  }
  .laptop-xl\:p-t-25 {
    padding-top: 250px;
  }
  .laptop-xl-m-t-25 {
    margin-top: 250px;
  }
  .laptop-xl-p-t-25 {
    padding-top: 250px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-25 {
    margin-bottom: 250px;
  }
  .laptop-xl\:p-b-25 {
    padding-bottom: 250px;
  }
  .laptop-xl-m-b-25 {
    margin-bottom: 250px;
  }
  .laptop-xl-p-b-25 {
    padding-bottom: 250px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-25 {
    margin-left: 250px;
  }
  .laptop-xl\:p-l-25 {
    padding-left: 250px;
  }
  .laptop-xl-m-l-25 {
    margin-left: 250px;
  }
  .laptop-xl-p-l-25 {
    padding-left: 250px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-25 {
    margin-right: 250px;
  }
  .laptop-xl\:p-r-25 {
    padding-right: 250px;
  }
  .laptop-xl-m-r-25 {
    margin-right: 250px;
  }
  .laptop-xl-p-r-25 {
    padding-right: 250px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-26 {
    margin-top: 260px;
  }
  .laptop-xl\:p-t-26 {
    padding-top: 260px;
  }
  .laptop-xl-m-t-26 {
    margin-top: 260px;
  }
  .laptop-xl-p-t-26 {
    padding-top: 260px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-26 {
    margin-bottom: 260px;
  }
  .laptop-xl\:p-b-26 {
    padding-bottom: 260px;
  }
  .laptop-xl-m-b-26 {
    margin-bottom: 260px;
  }
  .laptop-xl-p-b-26 {
    padding-bottom: 260px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-26 {
    margin-left: 260px;
  }
  .laptop-xl\:p-l-26 {
    padding-left: 260px;
  }
  .laptop-xl-m-l-26 {
    margin-left: 260px;
  }
  .laptop-xl-p-l-26 {
    padding-left: 260px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-26 {
    margin-right: 260px;
  }
  .laptop-xl\:p-r-26 {
    padding-right: 260px;
  }
  .laptop-xl-m-r-26 {
    margin-right: 260px;
  }
  .laptop-xl-p-r-26 {
    padding-right: 260px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-27 {
    margin-top: 270px;
  }
  .laptop-xl\:p-t-27 {
    padding-top: 270px;
  }
  .laptop-xl-m-t-27 {
    margin-top: 270px;
  }
  .laptop-xl-p-t-27 {
    padding-top: 270px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-27 {
    margin-bottom: 270px;
  }
  .laptop-xl\:p-b-27 {
    padding-bottom: 270px;
  }
  .laptop-xl-m-b-27 {
    margin-bottom: 270px;
  }
  .laptop-xl-p-b-27 {
    padding-bottom: 270px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-27 {
    margin-left: 270px;
  }
  .laptop-xl\:p-l-27 {
    padding-left: 270px;
  }
  .laptop-xl-m-l-27 {
    margin-left: 270px;
  }
  .laptop-xl-p-l-27 {
    padding-left: 270px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-27 {
    margin-right: 270px;
  }
  .laptop-xl\:p-r-27 {
    padding-right: 270px;
  }
  .laptop-xl-m-r-27 {
    margin-right: 270px;
  }
  .laptop-xl-p-r-27 {
    padding-right: 270px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-28 {
    margin-top: 280px;
  }
  .laptop-xl\:p-t-28 {
    padding-top: 280px;
  }
  .laptop-xl-m-t-28 {
    margin-top: 280px;
  }
  .laptop-xl-p-t-28 {
    padding-top: 280px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-28 {
    margin-bottom: 280px;
  }
  .laptop-xl\:p-b-28 {
    padding-bottom: 280px;
  }
  .laptop-xl-m-b-28 {
    margin-bottom: 280px;
  }
  .laptop-xl-p-b-28 {
    padding-bottom: 280px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-28 {
    margin-left: 280px;
  }
  .laptop-xl\:p-l-28 {
    padding-left: 280px;
  }
  .laptop-xl-m-l-28 {
    margin-left: 280px;
  }
  .laptop-xl-p-l-28 {
    padding-left: 280px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-28 {
    margin-right: 280px;
  }
  .laptop-xl\:p-r-28 {
    padding-right: 280px;
  }
  .laptop-xl-m-r-28 {
    margin-right: 280px;
  }
  .laptop-xl-p-r-28 {
    padding-right: 280px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-29 {
    margin-top: 290px;
  }
  .laptop-xl\:p-t-29 {
    padding-top: 290px;
  }
  .laptop-xl-m-t-29 {
    margin-top: 290px;
  }
  .laptop-xl-p-t-29 {
    padding-top: 290px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-29 {
    margin-bottom: 290px;
  }
  .laptop-xl\:p-b-29 {
    padding-bottom: 290px;
  }
  .laptop-xl-m-b-29 {
    margin-bottom: 290px;
  }
  .laptop-xl-p-b-29 {
    padding-bottom: 290px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-29 {
    margin-left: 290px;
  }
  .laptop-xl\:p-l-29 {
    padding-left: 290px;
  }
  .laptop-xl-m-l-29 {
    margin-left: 290px;
  }
  .laptop-xl-p-l-29 {
    padding-left: 290px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-29 {
    margin-right: 290px;
  }
  .laptop-xl\:p-r-29 {
    padding-right: 290px;
  }
  .laptop-xl-m-r-29 {
    margin-right: 290px;
  }
  .laptop-xl-p-r-29 {
    padding-right: 290px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-30 {
    margin-top: 300px;
  }
  .laptop-xl\:p-t-30 {
    padding-top: 300px;
  }
  .laptop-xl-m-t-30 {
    margin-top: 300px;
  }
  .laptop-xl-p-t-30 {
    padding-top: 300px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-30 {
    margin-bottom: 300px;
  }
  .laptop-xl\:p-b-30 {
    padding-bottom: 300px;
  }
  .laptop-xl-m-b-30 {
    margin-bottom: 300px;
  }
  .laptop-xl-p-b-30 {
    padding-bottom: 300px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-30 {
    margin-left: 300px;
  }
  .laptop-xl\:p-l-30 {
    padding-left: 300px;
  }
  .laptop-xl-m-l-30 {
    margin-left: 300px;
  }
  .laptop-xl-p-l-30 {
    padding-left: 300px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-30 {
    margin-right: 300px;
  }
  .laptop-xl\:p-r-30 {
    padding-right: 300px;
  }
  .laptop-xl-m-r-30 {
    margin-right: 300px;
  }
  .laptop-xl-p-r-30 {
    padding-right: 300px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-31 {
    margin-top: 310px;
  }
  .laptop-xl\:p-t-31 {
    padding-top: 310px;
  }
  .laptop-xl-m-t-31 {
    margin-top: 310px;
  }
  .laptop-xl-p-t-31 {
    padding-top: 310px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-31 {
    margin-bottom: 310px;
  }
  .laptop-xl\:p-b-31 {
    padding-bottom: 310px;
  }
  .laptop-xl-m-b-31 {
    margin-bottom: 310px;
  }
  .laptop-xl-p-b-31 {
    padding-bottom: 310px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-31 {
    margin-left: 310px;
  }
  .laptop-xl\:p-l-31 {
    padding-left: 310px;
  }
  .laptop-xl-m-l-31 {
    margin-left: 310px;
  }
  .laptop-xl-p-l-31 {
    padding-left: 310px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-31 {
    margin-right: 310px;
  }
  .laptop-xl\:p-r-31 {
    padding-right: 310px;
  }
  .laptop-xl-m-r-31 {
    margin-right: 310px;
  }
  .laptop-xl-p-r-31 {
    padding-right: 310px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-32 {
    margin-top: 320px;
  }
  .laptop-xl\:p-t-32 {
    padding-top: 320px;
  }
  .laptop-xl-m-t-32 {
    margin-top: 320px;
  }
  .laptop-xl-p-t-32 {
    padding-top: 320px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-32 {
    margin-bottom: 320px;
  }
  .laptop-xl\:p-b-32 {
    padding-bottom: 320px;
  }
  .laptop-xl-m-b-32 {
    margin-bottom: 320px;
  }
  .laptop-xl-p-b-32 {
    padding-bottom: 320px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-32 {
    margin-left: 320px;
  }
  .laptop-xl\:p-l-32 {
    padding-left: 320px;
  }
  .laptop-xl-m-l-32 {
    margin-left: 320px;
  }
  .laptop-xl-p-l-32 {
    padding-left: 320px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-32 {
    margin-right: 320px;
  }
  .laptop-xl\:p-r-32 {
    padding-right: 320px;
  }
  .laptop-xl-m-r-32 {
    margin-right: 320px;
  }
  .laptop-xl-p-r-32 {
    padding-right: 320px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-33 {
    margin-top: 330px;
  }
  .laptop-xl\:p-t-33 {
    padding-top: 330px;
  }
  .laptop-xl-m-t-33 {
    margin-top: 330px;
  }
  .laptop-xl-p-t-33 {
    padding-top: 330px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-33 {
    margin-bottom: 330px;
  }
  .laptop-xl\:p-b-33 {
    padding-bottom: 330px;
  }
  .laptop-xl-m-b-33 {
    margin-bottom: 330px;
  }
  .laptop-xl-p-b-33 {
    padding-bottom: 330px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-33 {
    margin-left: 330px;
  }
  .laptop-xl\:p-l-33 {
    padding-left: 330px;
  }
  .laptop-xl-m-l-33 {
    margin-left: 330px;
  }
  .laptop-xl-p-l-33 {
    padding-left: 330px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-33 {
    margin-right: 330px;
  }
  .laptop-xl\:p-r-33 {
    padding-right: 330px;
  }
  .laptop-xl-m-r-33 {
    margin-right: 330px;
  }
  .laptop-xl-p-r-33 {
    padding-right: 330px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-34 {
    margin-top: 340px;
  }
  .laptop-xl\:p-t-34 {
    padding-top: 340px;
  }
  .laptop-xl-m-t-34 {
    margin-top: 340px;
  }
  .laptop-xl-p-t-34 {
    padding-top: 340px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-34 {
    margin-bottom: 340px;
  }
  .laptop-xl\:p-b-34 {
    padding-bottom: 340px;
  }
  .laptop-xl-m-b-34 {
    margin-bottom: 340px;
  }
  .laptop-xl-p-b-34 {
    padding-bottom: 340px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-34 {
    margin-left: 340px;
  }
  .laptop-xl\:p-l-34 {
    padding-left: 340px;
  }
  .laptop-xl-m-l-34 {
    margin-left: 340px;
  }
  .laptop-xl-p-l-34 {
    padding-left: 340px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-34 {
    margin-right: 340px;
  }
  .laptop-xl\:p-r-34 {
    padding-right: 340px;
  }
  .laptop-xl-m-r-34 {
    margin-right: 340px;
  }
  .laptop-xl-p-r-34 {
    padding-right: 340px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-35 {
    margin-top: 350px;
  }
  .laptop-xl\:p-t-35 {
    padding-top: 350px;
  }
  .laptop-xl-m-t-35 {
    margin-top: 350px;
  }
  .laptop-xl-p-t-35 {
    padding-top: 350px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-35 {
    margin-bottom: 350px;
  }
  .laptop-xl\:p-b-35 {
    padding-bottom: 350px;
  }
  .laptop-xl-m-b-35 {
    margin-bottom: 350px;
  }
  .laptop-xl-p-b-35 {
    padding-bottom: 350px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-35 {
    margin-left: 350px;
  }
  .laptop-xl\:p-l-35 {
    padding-left: 350px;
  }
  .laptop-xl-m-l-35 {
    margin-left: 350px;
  }
  .laptop-xl-p-l-35 {
    padding-left: 350px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-35 {
    margin-right: 350px;
  }
  .laptop-xl\:p-r-35 {
    padding-right: 350px;
  }
  .laptop-xl-m-r-35 {
    margin-right: 350px;
  }
  .laptop-xl-p-r-35 {
    padding-right: 350px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-36 {
    margin-top: 360px;
  }
  .laptop-xl\:p-t-36 {
    padding-top: 360px;
  }
  .laptop-xl-m-t-36 {
    margin-top: 360px;
  }
  .laptop-xl-p-t-36 {
    padding-top: 360px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-36 {
    margin-bottom: 360px;
  }
  .laptop-xl\:p-b-36 {
    padding-bottom: 360px;
  }
  .laptop-xl-m-b-36 {
    margin-bottom: 360px;
  }
  .laptop-xl-p-b-36 {
    padding-bottom: 360px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-36 {
    margin-left: 360px;
  }
  .laptop-xl\:p-l-36 {
    padding-left: 360px;
  }
  .laptop-xl-m-l-36 {
    margin-left: 360px;
  }
  .laptop-xl-p-l-36 {
    padding-left: 360px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-36 {
    margin-right: 360px;
  }
  .laptop-xl\:p-r-36 {
    padding-right: 360px;
  }
  .laptop-xl-m-r-36 {
    margin-right: 360px;
  }
  .laptop-xl-p-r-36 {
    padding-right: 360px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-37 {
    margin-top: 370px;
  }
  .laptop-xl\:p-t-37 {
    padding-top: 370px;
  }
  .laptop-xl-m-t-37 {
    margin-top: 370px;
  }
  .laptop-xl-p-t-37 {
    padding-top: 370px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-37 {
    margin-bottom: 370px;
  }
  .laptop-xl\:p-b-37 {
    padding-bottom: 370px;
  }
  .laptop-xl-m-b-37 {
    margin-bottom: 370px;
  }
  .laptop-xl-p-b-37 {
    padding-bottom: 370px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-37 {
    margin-left: 370px;
  }
  .laptop-xl\:p-l-37 {
    padding-left: 370px;
  }
  .laptop-xl-m-l-37 {
    margin-left: 370px;
  }
  .laptop-xl-p-l-37 {
    padding-left: 370px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-37 {
    margin-right: 370px;
  }
  .laptop-xl\:p-r-37 {
    padding-right: 370px;
  }
  .laptop-xl-m-r-37 {
    margin-right: 370px;
  }
  .laptop-xl-p-r-37 {
    padding-right: 370px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-38 {
    margin-top: 380px;
  }
  .laptop-xl\:p-t-38 {
    padding-top: 380px;
  }
  .laptop-xl-m-t-38 {
    margin-top: 380px;
  }
  .laptop-xl-p-t-38 {
    padding-top: 380px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-38 {
    margin-bottom: 380px;
  }
  .laptop-xl\:p-b-38 {
    padding-bottom: 380px;
  }
  .laptop-xl-m-b-38 {
    margin-bottom: 380px;
  }
  .laptop-xl-p-b-38 {
    padding-bottom: 380px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-38 {
    margin-left: 380px;
  }
  .laptop-xl\:p-l-38 {
    padding-left: 380px;
  }
  .laptop-xl-m-l-38 {
    margin-left: 380px;
  }
  .laptop-xl-p-l-38 {
    padding-left: 380px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-38 {
    margin-right: 380px;
  }
  .laptop-xl\:p-r-38 {
    padding-right: 380px;
  }
  .laptop-xl-m-r-38 {
    margin-right: 380px;
  }
  .laptop-xl-p-r-38 {
    padding-right: 380px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-39 {
    margin-top: 390px;
  }
  .laptop-xl\:p-t-39 {
    padding-top: 390px;
  }
  .laptop-xl-m-t-39 {
    margin-top: 390px;
  }
  .laptop-xl-p-t-39 {
    padding-top: 390px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-39 {
    margin-bottom: 390px;
  }
  .laptop-xl\:p-b-39 {
    padding-bottom: 390px;
  }
  .laptop-xl-m-b-39 {
    margin-bottom: 390px;
  }
  .laptop-xl-p-b-39 {
    padding-bottom: 390px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-39 {
    margin-left: 390px;
  }
  .laptop-xl\:p-l-39 {
    padding-left: 390px;
  }
  .laptop-xl-m-l-39 {
    margin-left: 390px;
  }
  .laptop-xl-p-l-39 {
    padding-left: 390px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-39 {
    margin-right: 390px;
  }
  .laptop-xl\:p-r-39 {
    padding-right: 390px;
  }
  .laptop-xl-m-r-39 {
    margin-right: 390px;
  }
  .laptop-xl-p-r-39 {
    padding-right: 390px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-40 {
    margin-top: 400px;
  }
  .laptop-xl\:p-t-40 {
    padding-top: 400px;
  }
  .laptop-xl-m-t-40 {
    margin-top: 400px;
  }
  .laptop-xl-p-t-40 {
    padding-top: 400px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-40 {
    margin-bottom: 400px;
  }
  .laptop-xl\:p-b-40 {
    padding-bottom: 400px;
  }
  .laptop-xl-m-b-40 {
    margin-bottom: 400px;
  }
  .laptop-xl-p-b-40 {
    padding-bottom: 400px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-40 {
    margin-left: 400px;
  }
  .laptop-xl\:p-l-40 {
    padding-left: 400px;
  }
  .laptop-xl-m-l-40 {
    margin-left: 400px;
  }
  .laptop-xl-p-l-40 {
    padding-left: 400px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-40 {
    margin-right: 400px;
  }
  .laptop-xl\:p-r-40 {
    padding-right: 400px;
  }
  .laptop-xl-m-r-40 {
    margin-right: 400px;
  }
  .laptop-xl-p-r-40 {
    padding-right: 400px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-41 {
    margin-top: 410px;
  }
  .laptop-xl\:p-t-41 {
    padding-top: 410px;
  }
  .laptop-xl-m-t-41 {
    margin-top: 410px;
  }
  .laptop-xl-p-t-41 {
    padding-top: 410px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-41 {
    margin-bottom: 410px;
  }
  .laptop-xl\:p-b-41 {
    padding-bottom: 410px;
  }
  .laptop-xl-m-b-41 {
    margin-bottom: 410px;
  }
  .laptop-xl-p-b-41 {
    padding-bottom: 410px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-41 {
    margin-left: 410px;
  }
  .laptop-xl\:p-l-41 {
    padding-left: 410px;
  }
  .laptop-xl-m-l-41 {
    margin-left: 410px;
  }
  .laptop-xl-p-l-41 {
    padding-left: 410px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-41 {
    margin-right: 410px;
  }
  .laptop-xl\:p-r-41 {
    padding-right: 410px;
  }
  .laptop-xl-m-r-41 {
    margin-right: 410px;
  }
  .laptop-xl-p-r-41 {
    padding-right: 410px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-42 {
    margin-top: 420px;
  }
  .laptop-xl\:p-t-42 {
    padding-top: 420px;
  }
  .laptop-xl-m-t-42 {
    margin-top: 420px;
  }
  .laptop-xl-p-t-42 {
    padding-top: 420px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-42 {
    margin-bottom: 420px;
  }
  .laptop-xl\:p-b-42 {
    padding-bottom: 420px;
  }
  .laptop-xl-m-b-42 {
    margin-bottom: 420px;
  }
  .laptop-xl-p-b-42 {
    padding-bottom: 420px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-42 {
    margin-left: 420px;
  }
  .laptop-xl\:p-l-42 {
    padding-left: 420px;
  }
  .laptop-xl-m-l-42 {
    margin-left: 420px;
  }
  .laptop-xl-p-l-42 {
    padding-left: 420px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-42 {
    margin-right: 420px;
  }
  .laptop-xl\:p-r-42 {
    padding-right: 420px;
  }
  .laptop-xl-m-r-42 {
    margin-right: 420px;
  }
  .laptop-xl-p-r-42 {
    padding-right: 420px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-43 {
    margin-top: 430px;
  }
  .laptop-xl\:p-t-43 {
    padding-top: 430px;
  }
  .laptop-xl-m-t-43 {
    margin-top: 430px;
  }
  .laptop-xl-p-t-43 {
    padding-top: 430px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-43 {
    margin-bottom: 430px;
  }
  .laptop-xl\:p-b-43 {
    padding-bottom: 430px;
  }
  .laptop-xl-m-b-43 {
    margin-bottom: 430px;
  }
  .laptop-xl-p-b-43 {
    padding-bottom: 430px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-43 {
    margin-left: 430px;
  }
  .laptop-xl\:p-l-43 {
    padding-left: 430px;
  }
  .laptop-xl-m-l-43 {
    margin-left: 430px;
  }
  .laptop-xl-p-l-43 {
    padding-left: 430px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-43 {
    margin-right: 430px;
  }
  .laptop-xl\:p-r-43 {
    padding-right: 430px;
  }
  .laptop-xl-m-r-43 {
    margin-right: 430px;
  }
  .laptop-xl-p-r-43 {
    padding-right: 430px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-44 {
    margin-top: 440px;
  }
  .laptop-xl\:p-t-44 {
    padding-top: 440px;
  }
  .laptop-xl-m-t-44 {
    margin-top: 440px;
  }
  .laptop-xl-p-t-44 {
    padding-top: 440px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-44 {
    margin-bottom: 440px;
  }
  .laptop-xl\:p-b-44 {
    padding-bottom: 440px;
  }
  .laptop-xl-m-b-44 {
    margin-bottom: 440px;
  }
  .laptop-xl-p-b-44 {
    padding-bottom: 440px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-44 {
    margin-left: 440px;
  }
  .laptop-xl\:p-l-44 {
    padding-left: 440px;
  }
  .laptop-xl-m-l-44 {
    margin-left: 440px;
  }
  .laptop-xl-p-l-44 {
    padding-left: 440px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-44 {
    margin-right: 440px;
  }
  .laptop-xl\:p-r-44 {
    padding-right: 440px;
  }
  .laptop-xl-m-r-44 {
    margin-right: 440px;
  }
  .laptop-xl-p-r-44 {
    padding-right: 440px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-45 {
    margin-top: 450px;
  }
  .laptop-xl\:p-t-45 {
    padding-top: 450px;
  }
  .laptop-xl-m-t-45 {
    margin-top: 450px;
  }
  .laptop-xl-p-t-45 {
    padding-top: 450px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-45 {
    margin-bottom: 450px;
  }
  .laptop-xl\:p-b-45 {
    padding-bottom: 450px;
  }
  .laptop-xl-m-b-45 {
    margin-bottom: 450px;
  }
  .laptop-xl-p-b-45 {
    padding-bottom: 450px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-45 {
    margin-left: 450px;
  }
  .laptop-xl\:p-l-45 {
    padding-left: 450px;
  }
  .laptop-xl-m-l-45 {
    margin-left: 450px;
  }
  .laptop-xl-p-l-45 {
    padding-left: 450px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-45 {
    margin-right: 450px;
  }
  .laptop-xl\:p-r-45 {
    padding-right: 450px;
  }
  .laptop-xl-m-r-45 {
    margin-right: 450px;
  }
  .laptop-xl-p-r-45 {
    padding-right: 450px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-46 {
    margin-top: 460px;
  }
  .laptop-xl\:p-t-46 {
    padding-top: 460px;
  }
  .laptop-xl-m-t-46 {
    margin-top: 460px;
  }
  .laptop-xl-p-t-46 {
    padding-top: 460px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-46 {
    margin-bottom: 460px;
  }
  .laptop-xl\:p-b-46 {
    padding-bottom: 460px;
  }
  .laptop-xl-m-b-46 {
    margin-bottom: 460px;
  }
  .laptop-xl-p-b-46 {
    padding-bottom: 460px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-46 {
    margin-left: 460px;
  }
  .laptop-xl\:p-l-46 {
    padding-left: 460px;
  }
  .laptop-xl-m-l-46 {
    margin-left: 460px;
  }
  .laptop-xl-p-l-46 {
    padding-left: 460px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-46 {
    margin-right: 460px;
  }
  .laptop-xl\:p-r-46 {
    padding-right: 460px;
  }
  .laptop-xl-m-r-46 {
    margin-right: 460px;
  }
  .laptop-xl-p-r-46 {
    padding-right: 460px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-47 {
    margin-top: 470px;
  }
  .laptop-xl\:p-t-47 {
    padding-top: 470px;
  }
  .laptop-xl-m-t-47 {
    margin-top: 470px;
  }
  .laptop-xl-p-t-47 {
    padding-top: 470px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-47 {
    margin-bottom: 470px;
  }
  .laptop-xl\:p-b-47 {
    padding-bottom: 470px;
  }
  .laptop-xl-m-b-47 {
    margin-bottom: 470px;
  }
  .laptop-xl-p-b-47 {
    padding-bottom: 470px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-47 {
    margin-left: 470px;
  }
  .laptop-xl\:p-l-47 {
    padding-left: 470px;
  }
  .laptop-xl-m-l-47 {
    margin-left: 470px;
  }
  .laptop-xl-p-l-47 {
    padding-left: 470px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-47 {
    margin-right: 470px;
  }
  .laptop-xl\:p-r-47 {
    padding-right: 470px;
  }
  .laptop-xl-m-r-47 {
    margin-right: 470px;
  }
  .laptop-xl-p-r-47 {
    padding-right: 470px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-48 {
    margin-top: 480px;
  }
  .laptop-xl\:p-t-48 {
    padding-top: 480px;
  }
  .laptop-xl-m-t-48 {
    margin-top: 480px;
  }
  .laptop-xl-p-t-48 {
    padding-top: 480px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-48 {
    margin-bottom: 480px;
  }
  .laptop-xl\:p-b-48 {
    padding-bottom: 480px;
  }
  .laptop-xl-m-b-48 {
    margin-bottom: 480px;
  }
  .laptop-xl-p-b-48 {
    padding-bottom: 480px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-48 {
    margin-left: 480px;
  }
  .laptop-xl\:p-l-48 {
    padding-left: 480px;
  }
  .laptop-xl-m-l-48 {
    margin-left: 480px;
  }
  .laptop-xl-p-l-48 {
    padding-left: 480px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-48 {
    margin-right: 480px;
  }
  .laptop-xl\:p-r-48 {
    padding-right: 480px;
  }
  .laptop-xl-m-r-48 {
    margin-right: 480px;
  }
  .laptop-xl-p-r-48 {
    padding-right: 480px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-49 {
    margin-top: 490px;
  }
  .laptop-xl\:p-t-49 {
    padding-top: 490px;
  }
  .laptop-xl-m-t-49 {
    margin-top: 490px;
  }
  .laptop-xl-p-t-49 {
    padding-top: 490px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-b-49 {
    margin-bottom: 490px;
  }
  .laptop-xl\:p-b-49 {
    padding-bottom: 490px;
  }
  .laptop-xl-m-b-49 {
    margin-bottom: 490px;
  }
  .laptop-xl-p-b-49 {
    padding-bottom: 490px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-l-49 {
    margin-left: 490px;
  }
  .laptop-xl\:p-l-49 {
    padding-left: 490px;
  }
  .laptop-xl-m-l-49 {
    margin-left: 490px;
  }
  .laptop-xl-p-l-49 {
    padding-left: 490px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-r-49 {
    margin-right: 490px;
  }
  .laptop-xl\:p-r-49 {
    padding-right: 490px;
  }
  .laptop-xl-m-r-49 {
    margin-right: 490px;
  }
  .laptop-xl-p-r-49 {
    padding-right: 490px;
  }
}
.gc-start-1 {
  grid-column-start: 1;
}

.gc-end-1 {
  grid-column-end: 1;
}

.gr-start-1 {
  grid-row-start: 1;
}

.gr-end-1 {
  grid-row-end: 1;
}

@media screen and (min-width: 450px) {
  .mobile\:gc-start-1 {
    grid-column-start: 1 !important;
  }
  .mobile\:gc-end-1 {
    grid-column-end: 1 !important;
  }
  .mobile\:gr-start-1 {
    grid-row-start: 1 !important;
  }
  .mobile\:gr-end-1 {
    grid-row-end: 1 !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:gc-start-1 {
    grid-column-start: 1 !important;
  }
  .mobile-l\:gc-end-1 {
    grid-column-end: 1 !important;
  }
  .mobile-l\:gr-start-1 {
    grid-row-start: 1 !important;
  }
  .mobile-l\:gr-end-1 {
    grid-row-end: 1 !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:gc-start-1 {
    grid-column-start: 1 !important;
  }
  .tablet\:gc-end-1 {
    grid-column-end: 1 !important;
  }
  .tablet\:gr-start-1 {
    grid-row-start: 1 !important;
  }
  .tablet\:gr-end-1 {
    grid-row-end: 1 !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:gc-start-1 {
    grid-column-start: 1 !important;
  }
  .tablet-m\:gc-end-1 {
    grid-column-end: 1 !important;
  }
  .tablet-m\:gr-start-1 {
    grid-row-start: 1 !important;
  }
  .tablet-m\:gr-end-1 {
    grid-row-end: 1 !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:gc-start-1 {
    grid-column-start: 1 !important;
  }
  .tablet-l\:gc-end-1 {
    grid-column-end: 1 !important;
  }
  .tablet-l\:gr-start-1 {
    grid-row-start: 1 !important;
  }
  .tablet-l\:gr-end-1 {
    grid-row-end: 1 !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:gc-start-1 {
    grid-column-start: 1 !important;
  }
  .laptop\:gc-end-1 {
    grid-column-end: 1 !important;
  }
  .laptop\:gr-start-1 {
    grid-row-start: 1 !important;
  }
  .laptop\:gr-end-1 {
    grid-row-end: 1 !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:gc-start-1 {
    grid-column-start: 1 !important;
  }
  .laptop-l\:gc-end-1 {
    grid-column-end: 1 !important;
  }
  .laptop-l\:gr-start-1 {
    grid-row-start: 1 !important;
  }
  .laptop-l\:gr-end-1 {
    grid-row-end: 1 !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:gc-start-1 {
    grid-column-start: 1 !important;
  }
  .laptop-xl\:gc-end-1 {
    grid-column-end: 1 !important;
  }
  .laptop-xl\:gr-start-1 {
    grid-row-start: 1 !important;
  }
  .laptop-xl\:gr-end-1 {
    grid-row-end: 1 !important;
  }
}
.gc-start-2 {
  grid-column-start: 2;
}

.gc-end-2 {
  grid-column-end: 2;
}

.gr-start-2 {
  grid-row-start: 2;
}

.gr-end-2 {
  grid-row-end: 2;
}

@media screen and (min-width: 450px) {
  .mobile\:gc-start-2 {
    grid-column-start: 2 !important;
  }
  .mobile\:gc-end-2 {
    grid-column-end: 2 !important;
  }
  .mobile\:gr-start-2 {
    grid-row-start: 2 !important;
  }
  .mobile\:gr-end-2 {
    grid-row-end: 2 !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:gc-start-2 {
    grid-column-start: 2 !important;
  }
  .mobile-l\:gc-end-2 {
    grid-column-end: 2 !important;
  }
  .mobile-l\:gr-start-2 {
    grid-row-start: 2 !important;
  }
  .mobile-l\:gr-end-2 {
    grid-row-end: 2 !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:gc-start-2 {
    grid-column-start: 2 !important;
  }
  .tablet\:gc-end-2 {
    grid-column-end: 2 !important;
  }
  .tablet\:gr-start-2 {
    grid-row-start: 2 !important;
  }
  .tablet\:gr-end-2 {
    grid-row-end: 2 !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:gc-start-2 {
    grid-column-start: 2 !important;
  }
  .tablet-m\:gc-end-2 {
    grid-column-end: 2 !important;
  }
  .tablet-m\:gr-start-2 {
    grid-row-start: 2 !important;
  }
  .tablet-m\:gr-end-2 {
    grid-row-end: 2 !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:gc-start-2 {
    grid-column-start: 2 !important;
  }
  .tablet-l\:gc-end-2 {
    grid-column-end: 2 !important;
  }
  .tablet-l\:gr-start-2 {
    grid-row-start: 2 !important;
  }
  .tablet-l\:gr-end-2 {
    grid-row-end: 2 !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:gc-start-2 {
    grid-column-start: 2 !important;
  }
  .laptop\:gc-end-2 {
    grid-column-end: 2 !important;
  }
  .laptop\:gr-start-2 {
    grid-row-start: 2 !important;
  }
  .laptop\:gr-end-2 {
    grid-row-end: 2 !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:gc-start-2 {
    grid-column-start: 2 !important;
  }
  .laptop-l\:gc-end-2 {
    grid-column-end: 2 !important;
  }
  .laptop-l\:gr-start-2 {
    grid-row-start: 2 !important;
  }
  .laptop-l\:gr-end-2 {
    grid-row-end: 2 !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:gc-start-2 {
    grid-column-start: 2 !important;
  }
  .laptop-xl\:gc-end-2 {
    grid-column-end: 2 !important;
  }
  .laptop-xl\:gr-start-2 {
    grid-row-start: 2 !important;
  }
  .laptop-xl\:gr-end-2 {
    grid-row-end: 2 !important;
  }
}
.gc-start-3 {
  grid-column-start: 3;
}

.gc-end-3 {
  grid-column-end: 3;
}

.gr-start-3 {
  grid-row-start: 3;
}

.gr-end-3 {
  grid-row-end: 3;
}

@media screen and (min-width: 450px) {
  .mobile\:gc-start-3 {
    grid-column-start: 3 !important;
  }
  .mobile\:gc-end-3 {
    grid-column-end: 3 !important;
  }
  .mobile\:gr-start-3 {
    grid-row-start: 3 !important;
  }
  .mobile\:gr-end-3 {
    grid-row-end: 3 !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:gc-start-3 {
    grid-column-start: 3 !important;
  }
  .mobile-l\:gc-end-3 {
    grid-column-end: 3 !important;
  }
  .mobile-l\:gr-start-3 {
    grid-row-start: 3 !important;
  }
  .mobile-l\:gr-end-3 {
    grid-row-end: 3 !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:gc-start-3 {
    grid-column-start: 3 !important;
  }
  .tablet\:gc-end-3 {
    grid-column-end: 3 !important;
  }
  .tablet\:gr-start-3 {
    grid-row-start: 3 !important;
  }
  .tablet\:gr-end-3 {
    grid-row-end: 3 !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:gc-start-3 {
    grid-column-start: 3 !important;
  }
  .tablet-m\:gc-end-3 {
    grid-column-end: 3 !important;
  }
  .tablet-m\:gr-start-3 {
    grid-row-start: 3 !important;
  }
  .tablet-m\:gr-end-3 {
    grid-row-end: 3 !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:gc-start-3 {
    grid-column-start: 3 !important;
  }
  .tablet-l\:gc-end-3 {
    grid-column-end: 3 !important;
  }
  .tablet-l\:gr-start-3 {
    grid-row-start: 3 !important;
  }
  .tablet-l\:gr-end-3 {
    grid-row-end: 3 !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:gc-start-3 {
    grid-column-start: 3 !important;
  }
  .laptop\:gc-end-3 {
    grid-column-end: 3 !important;
  }
  .laptop\:gr-start-3 {
    grid-row-start: 3 !important;
  }
  .laptop\:gr-end-3 {
    grid-row-end: 3 !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:gc-start-3 {
    grid-column-start: 3 !important;
  }
  .laptop-l\:gc-end-3 {
    grid-column-end: 3 !important;
  }
  .laptop-l\:gr-start-3 {
    grid-row-start: 3 !important;
  }
  .laptop-l\:gr-end-3 {
    grid-row-end: 3 !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:gc-start-3 {
    grid-column-start: 3 !important;
  }
  .laptop-xl\:gc-end-3 {
    grid-column-end: 3 !important;
  }
  .laptop-xl\:gr-start-3 {
    grid-row-start: 3 !important;
  }
  .laptop-xl\:gr-end-3 {
    grid-row-end: 3 !important;
  }
}
.gc-start-4 {
  grid-column-start: 4;
}

.gc-end-4 {
  grid-column-end: 4;
}

.gr-start-4 {
  grid-row-start: 4;
}

.gr-end-4 {
  grid-row-end: 4;
}

@media screen and (min-width: 450px) {
  .mobile\:gc-start-4 {
    grid-column-start: 4 !important;
  }
  .mobile\:gc-end-4 {
    grid-column-end: 4 !important;
  }
  .mobile\:gr-start-4 {
    grid-row-start: 4 !important;
  }
  .mobile\:gr-end-4 {
    grid-row-end: 4 !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:gc-start-4 {
    grid-column-start: 4 !important;
  }
  .mobile-l\:gc-end-4 {
    grid-column-end: 4 !important;
  }
  .mobile-l\:gr-start-4 {
    grid-row-start: 4 !important;
  }
  .mobile-l\:gr-end-4 {
    grid-row-end: 4 !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:gc-start-4 {
    grid-column-start: 4 !important;
  }
  .tablet\:gc-end-4 {
    grid-column-end: 4 !important;
  }
  .tablet\:gr-start-4 {
    grid-row-start: 4 !important;
  }
  .tablet\:gr-end-4 {
    grid-row-end: 4 !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:gc-start-4 {
    grid-column-start: 4 !important;
  }
  .tablet-m\:gc-end-4 {
    grid-column-end: 4 !important;
  }
  .tablet-m\:gr-start-4 {
    grid-row-start: 4 !important;
  }
  .tablet-m\:gr-end-4 {
    grid-row-end: 4 !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:gc-start-4 {
    grid-column-start: 4 !important;
  }
  .tablet-l\:gc-end-4 {
    grid-column-end: 4 !important;
  }
  .tablet-l\:gr-start-4 {
    grid-row-start: 4 !important;
  }
  .tablet-l\:gr-end-4 {
    grid-row-end: 4 !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:gc-start-4 {
    grid-column-start: 4 !important;
  }
  .laptop\:gc-end-4 {
    grid-column-end: 4 !important;
  }
  .laptop\:gr-start-4 {
    grid-row-start: 4 !important;
  }
  .laptop\:gr-end-4 {
    grid-row-end: 4 !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:gc-start-4 {
    grid-column-start: 4 !important;
  }
  .laptop-l\:gc-end-4 {
    grid-column-end: 4 !important;
  }
  .laptop-l\:gr-start-4 {
    grid-row-start: 4 !important;
  }
  .laptop-l\:gr-end-4 {
    grid-row-end: 4 !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:gc-start-4 {
    grid-column-start: 4 !important;
  }
  .laptop-xl\:gc-end-4 {
    grid-column-end: 4 !important;
  }
  .laptop-xl\:gr-start-4 {
    grid-row-start: 4 !important;
  }
  .laptop-xl\:gr-end-4 {
    grid-row-end: 4 !important;
  }
}
.gc-start-5 {
  grid-column-start: 5;
}

.gc-end-5 {
  grid-column-end: 5;
}

.gr-start-5 {
  grid-row-start: 5;
}

.gr-end-5 {
  grid-row-end: 5;
}

@media screen and (min-width: 450px) {
  .mobile\:gc-start-5 {
    grid-column-start: 5 !important;
  }
  .mobile\:gc-end-5 {
    grid-column-end: 5 !important;
  }
  .mobile\:gr-start-5 {
    grid-row-start: 5 !important;
  }
  .mobile\:gr-end-5 {
    grid-row-end: 5 !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:gc-start-5 {
    grid-column-start: 5 !important;
  }
  .mobile-l\:gc-end-5 {
    grid-column-end: 5 !important;
  }
  .mobile-l\:gr-start-5 {
    grid-row-start: 5 !important;
  }
  .mobile-l\:gr-end-5 {
    grid-row-end: 5 !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:gc-start-5 {
    grid-column-start: 5 !important;
  }
  .tablet\:gc-end-5 {
    grid-column-end: 5 !important;
  }
  .tablet\:gr-start-5 {
    grid-row-start: 5 !important;
  }
  .tablet\:gr-end-5 {
    grid-row-end: 5 !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:gc-start-5 {
    grid-column-start: 5 !important;
  }
  .tablet-m\:gc-end-5 {
    grid-column-end: 5 !important;
  }
  .tablet-m\:gr-start-5 {
    grid-row-start: 5 !important;
  }
  .tablet-m\:gr-end-5 {
    grid-row-end: 5 !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:gc-start-5 {
    grid-column-start: 5 !important;
  }
  .tablet-l\:gc-end-5 {
    grid-column-end: 5 !important;
  }
  .tablet-l\:gr-start-5 {
    grid-row-start: 5 !important;
  }
  .tablet-l\:gr-end-5 {
    grid-row-end: 5 !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:gc-start-5 {
    grid-column-start: 5 !important;
  }
  .laptop\:gc-end-5 {
    grid-column-end: 5 !important;
  }
  .laptop\:gr-start-5 {
    grid-row-start: 5 !important;
  }
  .laptop\:gr-end-5 {
    grid-row-end: 5 !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:gc-start-5 {
    grid-column-start: 5 !important;
  }
  .laptop-l\:gc-end-5 {
    grid-column-end: 5 !important;
  }
  .laptop-l\:gr-start-5 {
    grid-row-start: 5 !important;
  }
  .laptop-l\:gr-end-5 {
    grid-row-end: 5 !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:gc-start-5 {
    grid-column-start: 5 !important;
  }
  .laptop-xl\:gc-end-5 {
    grid-column-end: 5 !important;
  }
  .laptop-xl\:gr-start-5 {
    grid-row-start: 5 !important;
  }
  .laptop-xl\:gr-end-5 {
    grid-row-end: 5 !important;
  }
}
.gc-start-6 {
  grid-column-start: 6;
}

.gc-end-6 {
  grid-column-end: 6;
}

.gr-start-6 {
  grid-row-start: 6;
}

.gr-end-6 {
  grid-row-end: 6;
}

@media screen and (min-width: 450px) {
  .mobile\:gc-start-6 {
    grid-column-start: 6 !important;
  }
  .mobile\:gc-end-6 {
    grid-column-end: 6 !important;
  }
  .mobile\:gr-start-6 {
    grid-row-start: 6 !important;
  }
  .mobile\:gr-end-6 {
    grid-row-end: 6 !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:gc-start-6 {
    grid-column-start: 6 !important;
  }
  .mobile-l\:gc-end-6 {
    grid-column-end: 6 !important;
  }
  .mobile-l\:gr-start-6 {
    grid-row-start: 6 !important;
  }
  .mobile-l\:gr-end-6 {
    grid-row-end: 6 !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:gc-start-6 {
    grid-column-start: 6 !important;
  }
  .tablet\:gc-end-6 {
    grid-column-end: 6 !important;
  }
  .tablet\:gr-start-6 {
    grid-row-start: 6 !important;
  }
  .tablet\:gr-end-6 {
    grid-row-end: 6 !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:gc-start-6 {
    grid-column-start: 6 !important;
  }
  .tablet-m\:gc-end-6 {
    grid-column-end: 6 !important;
  }
  .tablet-m\:gr-start-6 {
    grid-row-start: 6 !important;
  }
  .tablet-m\:gr-end-6 {
    grid-row-end: 6 !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:gc-start-6 {
    grid-column-start: 6 !important;
  }
  .tablet-l\:gc-end-6 {
    grid-column-end: 6 !important;
  }
  .tablet-l\:gr-start-6 {
    grid-row-start: 6 !important;
  }
  .tablet-l\:gr-end-6 {
    grid-row-end: 6 !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:gc-start-6 {
    grid-column-start: 6 !important;
  }
  .laptop\:gc-end-6 {
    grid-column-end: 6 !important;
  }
  .laptop\:gr-start-6 {
    grid-row-start: 6 !important;
  }
  .laptop\:gr-end-6 {
    grid-row-end: 6 !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:gc-start-6 {
    grid-column-start: 6 !important;
  }
  .laptop-l\:gc-end-6 {
    grid-column-end: 6 !important;
  }
  .laptop-l\:gr-start-6 {
    grid-row-start: 6 !important;
  }
  .laptop-l\:gr-end-6 {
    grid-row-end: 6 !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:gc-start-6 {
    grid-column-start: 6 !important;
  }
  .laptop-xl\:gc-end-6 {
    grid-column-end: 6 !important;
  }
  .laptop-xl\:gr-start-6 {
    grid-row-start: 6 !important;
  }
  .laptop-xl\:gr-end-6 {
    grid-row-end: 6 !important;
  }
}
.gc-start-7 {
  grid-column-start: 7;
}

.gc-end-7 {
  grid-column-end: 7;
}

.gr-start-7 {
  grid-row-start: 7;
}

.gr-end-7 {
  grid-row-end: 7;
}

@media screen and (min-width: 450px) {
  .mobile\:gc-start-7 {
    grid-column-start: 7 !important;
  }
  .mobile\:gc-end-7 {
    grid-column-end: 7 !important;
  }
  .mobile\:gr-start-7 {
    grid-row-start: 7 !important;
  }
  .mobile\:gr-end-7 {
    grid-row-end: 7 !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:gc-start-7 {
    grid-column-start: 7 !important;
  }
  .mobile-l\:gc-end-7 {
    grid-column-end: 7 !important;
  }
  .mobile-l\:gr-start-7 {
    grid-row-start: 7 !important;
  }
  .mobile-l\:gr-end-7 {
    grid-row-end: 7 !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:gc-start-7 {
    grid-column-start: 7 !important;
  }
  .tablet\:gc-end-7 {
    grid-column-end: 7 !important;
  }
  .tablet\:gr-start-7 {
    grid-row-start: 7 !important;
  }
  .tablet\:gr-end-7 {
    grid-row-end: 7 !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:gc-start-7 {
    grid-column-start: 7 !important;
  }
  .tablet-m\:gc-end-7 {
    grid-column-end: 7 !important;
  }
  .tablet-m\:gr-start-7 {
    grid-row-start: 7 !important;
  }
  .tablet-m\:gr-end-7 {
    grid-row-end: 7 !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:gc-start-7 {
    grid-column-start: 7 !important;
  }
  .tablet-l\:gc-end-7 {
    grid-column-end: 7 !important;
  }
  .tablet-l\:gr-start-7 {
    grid-row-start: 7 !important;
  }
  .tablet-l\:gr-end-7 {
    grid-row-end: 7 !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:gc-start-7 {
    grid-column-start: 7 !important;
  }
  .laptop\:gc-end-7 {
    grid-column-end: 7 !important;
  }
  .laptop\:gr-start-7 {
    grid-row-start: 7 !important;
  }
  .laptop\:gr-end-7 {
    grid-row-end: 7 !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:gc-start-7 {
    grid-column-start: 7 !important;
  }
  .laptop-l\:gc-end-7 {
    grid-column-end: 7 !important;
  }
  .laptop-l\:gr-start-7 {
    grid-row-start: 7 !important;
  }
  .laptop-l\:gr-end-7 {
    grid-row-end: 7 !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:gc-start-7 {
    grid-column-start: 7 !important;
  }
  .laptop-xl\:gc-end-7 {
    grid-column-end: 7 !important;
  }
  .laptop-xl\:gr-start-7 {
    grid-row-start: 7 !important;
  }
  .laptop-xl\:gr-end-7 {
    grid-row-end: 7 !important;
  }
}
.gc-start-8 {
  grid-column-start: 8;
}

.gc-end-8 {
  grid-column-end: 8;
}

.gr-start-8 {
  grid-row-start: 8;
}

.gr-end-8 {
  grid-row-end: 8;
}

@media screen and (min-width: 450px) {
  .mobile\:gc-start-8 {
    grid-column-start: 8 !important;
  }
  .mobile\:gc-end-8 {
    grid-column-end: 8 !important;
  }
  .mobile\:gr-start-8 {
    grid-row-start: 8 !important;
  }
  .mobile\:gr-end-8 {
    grid-row-end: 8 !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:gc-start-8 {
    grid-column-start: 8 !important;
  }
  .mobile-l\:gc-end-8 {
    grid-column-end: 8 !important;
  }
  .mobile-l\:gr-start-8 {
    grid-row-start: 8 !important;
  }
  .mobile-l\:gr-end-8 {
    grid-row-end: 8 !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:gc-start-8 {
    grid-column-start: 8 !important;
  }
  .tablet\:gc-end-8 {
    grid-column-end: 8 !important;
  }
  .tablet\:gr-start-8 {
    grid-row-start: 8 !important;
  }
  .tablet\:gr-end-8 {
    grid-row-end: 8 !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:gc-start-8 {
    grid-column-start: 8 !important;
  }
  .tablet-m\:gc-end-8 {
    grid-column-end: 8 !important;
  }
  .tablet-m\:gr-start-8 {
    grid-row-start: 8 !important;
  }
  .tablet-m\:gr-end-8 {
    grid-row-end: 8 !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:gc-start-8 {
    grid-column-start: 8 !important;
  }
  .tablet-l\:gc-end-8 {
    grid-column-end: 8 !important;
  }
  .tablet-l\:gr-start-8 {
    grid-row-start: 8 !important;
  }
  .tablet-l\:gr-end-8 {
    grid-row-end: 8 !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:gc-start-8 {
    grid-column-start: 8 !important;
  }
  .laptop\:gc-end-8 {
    grid-column-end: 8 !important;
  }
  .laptop\:gr-start-8 {
    grid-row-start: 8 !important;
  }
  .laptop\:gr-end-8 {
    grid-row-end: 8 !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:gc-start-8 {
    grid-column-start: 8 !important;
  }
  .laptop-l\:gc-end-8 {
    grid-column-end: 8 !important;
  }
  .laptop-l\:gr-start-8 {
    grid-row-start: 8 !important;
  }
  .laptop-l\:gr-end-8 {
    grid-row-end: 8 !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:gc-start-8 {
    grid-column-start: 8 !important;
  }
  .laptop-xl\:gc-end-8 {
    grid-column-end: 8 !important;
  }
  .laptop-xl\:gr-start-8 {
    grid-row-start: 8 !important;
  }
  .laptop-xl\:gr-end-8 {
    grid-row-end: 8 !important;
  }
}
.gc-start-9 {
  grid-column-start: 9;
}

.gc-end-9 {
  grid-column-end: 9;
}

.gr-start-9 {
  grid-row-start: 9;
}

.gr-end-9 {
  grid-row-end: 9;
}

@media screen and (min-width: 450px) {
  .mobile\:gc-start-9 {
    grid-column-start: 9 !important;
  }
  .mobile\:gc-end-9 {
    grid-column-end: 9 !important;
  }
  .mobile\:gr-start-9 {
    grid-row-start: 9 !important;
  }
  .mobile\:gr-end-9 {
    grid-row-end: 9 !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:gc-start-9 {
    grid-column-start: 9 !important;
  }
  .mobile-l\:gc-end-9 {
    grid-column-end: 9 !important;
  }
  .mobile-l\:gr-start-9 {
    grid-row-start: 9 !important;
  }
  .mobile-l\:gr-end-9 {
    grid-row-end: 9 !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:gc-start-9 {
    grid-column-start: 9 !important;
  }
  .tablet\:gc-end-9 {
    grid-column-end: 9 !important;
  }
  .tablet\:gr-start-9 {
    grid-row-start: 9 !important;
  }
  .tablet\:gr-end-9 {
    grid-row-end: 9 !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:gc-start-9 {
    grid-column-start: 9 !important;
  }
  .tablet-m\:gc-end-9 {
    grid-column-end: 9 !important;
  }
  .tablet-m\:gr-start-9 {
    grid-row-start: 9 !important;
  }
  .tablet-m\:gr-end-9 {
    grid-row-end: 9 !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:gc-start-9 {
    grid-column-start: 9 !important;
  }
  .tablet-l\:gc-end-9 {
    grid-column-end: 9 !important;
  }
  .tablet-l\:gr-start-9 {
    grid-row-start: 9 !important;
  }
  .tablet-l\:gr-end-9 {
    grid-row-end: 9 !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:gc-start-9 {
    grid-column-start: 9 !important;
  }
  .laptop\:gc-end-9 {
    grid-column-end: 9 !important;
  }
  .laptop\:gr-start-9 {
    grid-row-start: 9 !important;
  }
  .laptop\:gr-end-9 {
    grid-row-end: 9 !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:gc-start-9 {
    grid-column-start: 9 !important;
  }
  .laptop-l\:gc-end-9 {
    grid-column-end: 9 !important;
  }
  .laptop-l\:gr-start-9 {
    grid-row-start: 9 !important;
  }
  .laptop-l\:gr-end-9 {
    grid-row-end: 9 !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:gc-start-9 {
    grid-column-start: 9 !important;
  }
  .laptop-xl\:gc-end-9 {
    grid-column-end: 9 !important;
  }
  .laptop-xl\:gr-start-9 {
    grid-row-start: 9 !important;
  }
  .laptop-xl\:gr-end-9 {
    grid-row-end: 9 !important;
  }
}
.gc-start-10 {
  grid-column-start: 10;
}

.gc-end-10 {
  grid-column-end: 10;
}

.gr-start-10 {
  grid-row-start: 10;
}

.gr-end-10 {
  grid-row-end: 10;
}

@media screen and (min-width: 450px) {
  .mobile\:gc-start-10 {
    grid-column-start: 10 !important;
  }
  .mobile\:gc-end-10 {
    grid-column-end: 10 !important;
  }
  .mobile\:gr-start-10 {
    grid-row-start: 10 !important;
  }
  .mobile\:gr-end-10 {
    grid-row-end: 10 !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:gc-start-10 {
    grid-column-start: 10 !important;
  }
  .mobile-l\:gc-end-10 {
    grid-column-end: 10 !important;
  }
  .mobile-l\:gr-start-10 {
    grid-row-start: 10 !important;
  }
  .mobile-l\:gr-end-10 {
    grid-row-end: 10 !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:gc-start-10 {
    grid-column-start: 10 !important;
  }
  .tablet\:gc-end-10 {
    grid-column-end: 10 !important;
  }
  .tablet\:gr-start-10 {
    grid-row-start: 10 !important;
  }
  .tablet\:gr-end-10 {
    grid-row-end: 10 !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:gc-start-10 {
    grid-column-start: 10 !important;
  }
  .tablet-m\:gc-end-10 {
    grid-column-end: 10 !important;
  }
  .tablet-m\:gr-start-10 {
    grid-row-start: 10 !important;
  }
  .tablet-m\:gr-end-10 {
    grid-row-end: 10 !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:gc-start-10 {
    grid-column-start: 10 !important;
  }
  .tablet-l\:gc-end-10 {
    grid-column-end: 10 !important;
  }
  .tablet-l\:gr-start-10 {
    grid-row-start: 10 !important;
  }
  .tablet-l\:gr-end-10 {
    grid-row-end: 10 !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:gc-start-10 {
    grid-column-start: 10 !important;
  }
  .laptop\:gc-end-10 {
    grid-column-end: 10 !important;
  }
  .laptop\:gr-start-10 {
    grid-row-start: 10 !important;
  }
  .laptop\:gr-end-10 {
    grid-row-end: 10 !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:gc-start-10 {
    grid-column-start: 10 !important;
  }
  .laptop-l\:gc-end-10 {
    grid-column-end: 10 !important;
  }
  .laptop-l\:gr-start-10 {
    grid-row-start: 10 !important;
  }
  .laptop-l\:gr-end-10 {
    grid-row-end: 10 !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:gc-start-10 {
    grid-column-start: 10 !important;
  }
  .laptop-xl\:gc-end-10 {
    grid-column-end: 10 !important;
  }
  .laptop-xl\:gr-start-10 {
    grid-row-start: 10 !important;
  }
  .laptop-xl\:gr-end-10 {
    grid-row-end: 10 !important;
  }
}
.gc-start-11 {
  grid-column-start: 11;
}

.gc-end-11 {
  grid-column-end: 11;
}

.gr-start-11 {
  grid-row-start: 11;
}

.gr-end-11 {
  grid-row-end: 11;
}

@media screen and (min-width: 450px) {
  .mobile\:gc-start-11 {
    grid-column-start: 11 !important;
  }
  .mobile\:gc-end-11 {
    grid-column-end: 11 !important;
  }
  .mobile\:gr-start-11 {
    grid-row-start: 11 !important;
  }
  .mobile\:gr-end-11 {
    grid-row-end: 11 !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:gc-start-11 {
    grid-column-start: 11 !important;
  }
  .mobile-l\:gc-end-11 {
    grid-column-end: 11 !important;
  }
  .mobile-l\:gr-start-11 {
    grid-row-start: 11 !important;
  }
  .mobile-l\:gr-end-11 {
    grid-row-end: 11 !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:gc-start-11 {
    grid-column-start: 11 !important;
  }
  .tablet\:gc-end-11 {
    grid-column-end: 11 !important;
  }
  .tablet\:gr-start-11 {
    grid-row-start: 11 !important;
  }
  .tablet\:gr-end-11 {
    grid-row-end: 11 !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:gc-start-11 {
    grid-column-start: 11 !important;
  }
  .tablet-m\:gc-end-11 {
    grid-column-end: 11 !important;
  }
  .tablet-m\:gr-start-11 {
    grid-row-start: 11 !important;
  }
  .tablet-m\:gr-end-11 {
    grid-row-end: 11 !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:gc-start-11 {
    grid-column-start: 11 !important;
  }
  .tablet-l\:gc-end-11 {
    grid-column-end: 11 !important;
  }
  .tablet-l\:gr-start-11 {
    grid-row-start: 11 !important;
  }
  .tablet-l\:gr-end-11 {
    grid-row-end: 11 !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:gc-start-11 {
    grid-column-start: 11 !important;
  }
  .laptop\:gc-end-11 {
    grid-column-end: 11 !important;
  }
  .laptop\:gr-start-11 {
    grid-row-start: 11 !important;
  }
  .laptop\:gr-end-11 {
    grid-row-end: 11 !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:gc-start-11 {
    grid-column-start: 11 !important;
  }
  .laptop-l\:gc-end-11 {
    grid-column-end: 11 !important;
  }
  .laptop-l\:gr-start-11 {
    grid-row-start: 11 !important;
  }
  .laptop-l\:gr-end-11 {
    grid-row-end: 11 !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:gc-start-11 {
    grid-column-start: 11 !important;
  }
  .laptop-xl\:gc-end-11 {
    grid-column-end: 11 !important;
  }
  .laptop-xl\:gr-start-11 {
    grid-row-start: 11 !important;
  }
  .laptop-xl\:gr-end-11 {
    grid-row-end: 11 !important;
  }
}
.gc-start-12 {
  grid-column-start: 12;
}

.gc-end-12 {
  grid-column-end: 12;
}

.gr-start-12 {
  grid-row-start: 12;
}

.gr-end-12 {
  grid-row-end: 12;
}

@media screen and (min-width: 450px) {
  .mobile\:gc-start-12 {
    grid-column-start: 12 !important;
  }
  .mobile\:gc-end-12 {
    grid-column-end: 12 !important;
  }
  .mobile\:gr-start-12 {
    grid-row-start: 12 !important;
  }
  .mobile\:gr-end-12 {
    grid-row-end: 12 !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:gc-start-12 {
    grid-column-start: 12 !important;
  }
  .mobile-l\:gc-end-12 {
    grid-column-end: 12 !important;
  }
  .mobile-l\:gr-start-12 {
    grid-row-start: 12 !important;
  }
  .mobile-l\:gr-end-12 {
    grid-row-end: 12 !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:gc-start-12 {
    grid-column-start: 12 !important;
  }
  .tablet\:gc-end-12 {
    grid-column-end: 12 !important;
  }
  .tablet\:gr-start-12 {
    grid-row-start: 12 !important;
  }
  .tablet\:gr-end-12 {
    grid-row-end: 12 !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:gc-start-12 {
    grid-column-start: 12 !important;
  }
  .tablet-m\:gc-end-12 {
    grid-column-end: 12 !important;
  }
  .tablet-m\:gr-start-12 {
    grid-row-start: 12 !important;
  }
  .tablet-m\:gr-end-12 {
    grid-row-end: 12 !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:gc-start-12 {
    grid-column-start: 12 !important;
  }
  .tablet-l\:gc-end-12 {
    grid-column-end: 12 !important;
  }
  .tablet-l\:gr-start-12 {
    grid-row-start: 12 !important;
  }
  .tablet-l\:gr-end-12 {
    grid-row-end: 12 !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:gc-start-12 {
    grid-column-start: 12 !important;
  }
  .laptop\:gc-end-12 {
    grid-column-end: 12 !important;
  }
  .laptop\:gr-start-12 {
    grid-row-start: 12 !important;
  }
  .laptop\:gr-end-12 {
    grid-row-end: 12 !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:gc-start-12 {
    grid-column-start: 12 !important;
  }
  .laptop-l\:gc-end-12 {
    grid-column-end: 12 !important;
  }
  .laptop-l\:gr-start-12 {
    grid-row-start: 12 !important;
  }
  .laptop-l\:gr-end-12 {
    grid-row-end: 12 !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:gc-start-12 {
    grid-column-start: 12 !important;
  }
  .laptop-xl\:gc-end-12 {
    grid-column-end: 12 !important;
  }
  .laptop-xl\:gr-start-12 {
    grid-row-start: 12 !important;
  }
  .laptop-xl\:gr-end-12 {
    grid-row-end: 12 !important;
  }
}
.gc-start-13 {
  grid-column-start: 13;
}

.gc-end-13 {
  grid-column-end: 13;
}

.gr-start-13 {
  grid-row-start: 13;
}

.gr-end-13 {
  grid-row-end: 13;
}

@media screen and (min-width: 450px) {
  .mobile\:gc-start-13 {
    grid-column-start: 13 !important;
  }
  .mobile\:gc-end-13 {
    grid-column-end: 13 !important;
  }
  .mobile\:gr-start-13 {
    grid-row-start: 13 !important;
  }
  .mobile\:gr-end-13 {
    grid-row-end: 13 !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:gc-start-13 {
    grid-column-start: 13 !important;
  }
  .mobile-l\:gc-end-13 {
    grid-column-end: 13 !important;
  }
  .mobile-l\:gr-start-13 {
    grid-row-start: 13 !important;
  }
  .mobile-l\:gr-end-13 {
    grid-row-end: 13 !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:gc-start-13 {
    grid-column-start: 13 !important;
  }
  .tablet\:gc-end-13 {
    grid-column-end: 13 !important;
  }
  .tablet\:gr-start-13 {
    grid-row-start: 13 !important;
  }
  .tablet\:gr-end-13 {
    grid-row-end: 13 !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:gc-start-13 {
    grid-column-start: 13 !important;
  }
  .tablet-m\:gc-end-13 {
    grid-column-end: 13 !important;
  }
  .tablet-m\:gr-start-13 {
    grid-row-start: 13 !important;
  }
  .tablet-m\:gr-end-13 {
    grid-row-end: 13 !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:gc-start-13 {
    grid-column-start: 13 !important;
  }
  .tablet-l\:gc-end-13 {
    grid-column-end: 13 !important;
  }
  .tablet-l\:gr-start-13 {
    grid-row-start: 13 !important;
  }
  .tablet-l\:gr-end-13 {
    grid-row-end: 13 !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:gc-start-13 {
    grid-column-start: 13 !important;
  }
  .laptop\:gc-end-13 {
    grid-column-end: 13 !important;
  }
  .laptop\:gr-start-13 {
    grid-row-start: 13 !important;
  }
  .laptop\:gr-end-13 {
    grid-row-end: 13 !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:gc-start-13 {
    grid-column-start: 13 !important;
  }
  .laptop-l\:gc-end-13 {
    grid-column-end: 13 !important;
  }
  .laptop-l\:gr-start-13 {
    grid-row-start: 13 !important;
  }
  .laptop-l\:gr-end-13 {
    grid-row-end: 13 !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:gc-start-13 {
    grid-column-start: 13 !important;
  }
  .laptop-xl\:gc-end-13 {
    grid-column-end: 13 !important;
  }
  .laptop-xl\:gr-start-13 {
    grid-row-start: 13 !important;
  }
  .laptop-xl\:gr-end-13 {
    grid-row-end: 13 !important;
  }
}
.gc-start-14 {
  grid-column-start: 14;
}

.gc-end-14 {
  grid-column-end: 14;
}

.gr-start-14 {
  grid-row-start: 14;
}

.gr-end-14 {
  grid-row-end: 14;
}

@media screen and (min-width: 450px) {
  .mobile\:gc-start-14 {
    grid-column-start: 14 !important;
  }
  .mobile\:gc-end-14 {
    grid-column-end: 14 !important;
  }
  .mobile\:gr-start-14 {
    grid-row-start: 14 !important;
  }
  .mobile\:gr-end-14 {
    grid-row-end: 14 !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:gc-start-14 {
    grid-column-start: 14 !important;
  }
  .mobile-l\:gc-end-14 {
    grid-column-end: 14 !important;
  }
  .mobile-l\:gr-start-14 {
    grid-row-start: 14 !important;
  }
  .mobile-l\:gr-end-14 {
    grid-row-end: 14 !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:gc-start-14 {
    grid-column-start: 14 !important;
  }
  .tablet\:gc-end-14 {
    grid-column-end: 14 !important;
  }
  .tablet\:gr-start-14 {
    grid-row-start: 14 !important;
  }
  .tablet\:gr-end-14 {
    grid-row-end: 14 !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:gc-start-14 {
    grid-column-start: 14 !important;
  }
  .tablet-m\:gc-end-14 {
    grid-column-end: 14 !important;
  }
  .tablet-m\:gr-start-14 {
    grid-row-start: 14 !important;
  }
  .tablet-m\:gr-end-14 {
    grid-row-end: 14 !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:gc-start-14 {
    grid-column-start: 14 !important;
  }
  .tablet-l\:gc-end-14 {
    grid-column-end: 14 !important;
  }
  .tablet-l\:gr-start-14 {
    grid-row-start: 14 !important;
  }
  .tablet-l\:gr-end-14 {
    grid-row-end: 14 !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:gc-start-14 {
    grid-column-start: 14 !important;
  }
  .laptop\:gc-end-14 {
    grid-column-end: 14 !important;
  }
  .laptop\:gr-start-14 {
    grid-row-start: 14 !important;
  }
  .laptop\:gr-end-14 {
    grid-row-end: 14 !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:gc-start-14 {
    grid-column-start: 14 !important;
  }
  .laptop-l\:gc-end-14 {
    grid-column-end: 14 !important;
  }
  .laptop-l\:gr-start-14 {
    grid-row-start: 14 !important;
  }
  .laptop-l\:gr-end-14 {
    grid-row-end: 14 !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:gc-start-14 {
    grid-column-start: 14 !important;
  }
  .laptop-xl\:gc-end-14 {
    grid-column-end: 14 !important;
  }
  .laptop-xl\:gr-start-14 {
    grid-row-start: 14 !important;
  }
  .laptop-xl\:gr-end-14 {
    grid-row-end: 14 !important;
  }
}
.gc-start-15 {
  grid-column-start: 15;
}

.gc-end-15 {
  grid-column-end: 15;
}

.gr-start-15 {
  grid-row-start: 15;
}

.gr-end-15 {
  grid-row-end: 15;
}

@media screen and (min-width: 450px) {
  .mobile\:gc-start-15 {
    grid-column-start: 15 !important;
  }
  .mobile\:gc-end-15 {
    grid-column-end: 15 !important;
  }
  .mobile\:gr-start-15 {
    grid-row-start: 15 !important;
  }
  .mobile\:gr-end-15 {
    grid-row-end: 15 !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:gc-start-15 {
    grid-column-start: 15 !important;
  }
  .mobile-l\:gc-end-15 {
    grid-column-end: 15 !important;
  }
  .mobile-l\:gr-start-15 {
    grid-row-start: 15 !important;
  }
  .mobile-l\:gr-end-15 {
    grid-row-end: 15 !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:gc-start-15 {
    grid-column-start: 15 !important;
  }
  .tablet\:gc-end-15 {
    grid-column-end: 15 !important;
  }
  .tablet\:gr-start-15 {
    grid-row-start: 15 !important;
  }
  .tablet\:gr-end-15 {
    grid-row-end: 15 !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:gc-start-15 {
    grid-column-start: 15 !important;
  }
  .tablet-m\:gc-end-15 {
    grid-column-end: 15 !important;
  }
  .tablet-m\:gr-start-15 {
    grid-row-start: 15 !important;
  }
  .tablet-m\:gr-end-15 {
    grid-row-end: 15 !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:gc-start-15 {
    grid-column-start: 15 !important;
  }
  .tablet-l\:gc-end-15 {
    grid-column-end: 15 !important;
  }
  .tablet-l\:gr-start-15 {
    grid-row-start: 15 !important;
  }
  .tablet-l\:gr-end-15 {
    grid-row-end: 15 !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:gc-start-15 {
    grid-column-start: 15 !important;
  }
  .laptop\:gc-end-15 {
    grid-column-end: 15 !important;
  }
  .laptop\:gr-start-15 {
    grid-row-start: 15 !important;
  }
  .laptop\:gr-end-15 {
    grid-row-end: 15 !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:gc-start-15 {
    grid-column-start: 15 !important;
  }
  .laptop-l\:gc-end-15 {
    grid-column-end: 15 !important;
  }
  .laptop-l\:gr-start-15 {
    grid-row-start: 15 !important;
  }
  .laptop-l\:gr-end-15 {
    grid-row-end: 15 !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:gc-start-15 {
    grid-column-start: 15 !important;
  }
  .laptop-xl\:gc-end-15 {
    grid-column-end: 15 !important;
  }
  .laptop-xl\:gr-start-15 {
    grid-row-start: 15 !important;
  }
  .laptop-xl\:gr-end-15 {
    grid-row-end: 15 !important;
  }
}
.gc-start-16 {
  grid-column-start: 16;
}

.gc-end-16 {
  grid-column-end: 16;
}

.gr-start-16 {
  grid-row-start: 16;
}

.gr-end-16 {
  grid-row-end: 16;
}

@media screen and (min-width: 450px) {
  .mobile\:gc-start-16 {
    grid-column-start: 16 !important;
  }
  .mobile\:gc-end-16 {
    grid-column-end: 16 !important;
  }
  .mobile\:gr-start-16 {
    grid-row-start: 16 !important;
  }
  .mobile\:gr-end-16 {
    grid-row-end: 16 !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:gc-start-16 {
    grid-column-start: 16 !important;
  }
  .mobile-l\:gc-end-16 {
    grid-column-end: 16 !important;
  }
  .mobile-l\:gr-start-16 {
    grid-row-start: 16 !important;
  }
  .mobile-l\:gr-end-16 {
    grid-row-end: 16 !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:gc-start-16 {
    grid-column-start: 16 !important;
  }
  .tablet\:gc-end-16 {
    grid-column-end: 16 !important;
  }
  .tablet\:gr-start-16 {
    grid-row-start: 16 !important;
  }
  .tablet\:gr-end-16 {
    grid-row-end: 16 !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:gc-start-16 {
    grid-column-start: 16 !important;
  }
  .tablet-m\:gc-end-16 {
    grid-column-end: 16 !important;
  }
  .tablet-m\:gr-start-16 {
    grid-row-start: 16 !important;
  }
  .tablet-m\:gr-end-16 {
    grid-row-end: 16 !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:gc-start-16 {
    grid-column-start: 16 !important;
  }
  .tablet-l\:gc-end-16 {
    grid-column-end: 16 !important;
  }
  .tablet-l\:gr-start-16 {
    grid-row-start: 16 !important;
  }
  .tablet-l\:gr-end-16 {
    grid-row-end: 16 !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:gc-start-16 {
    grid-column-start: 16 !important;
  }
  .laptop\:gc-end-16 {
    grid-column-end: 16 !important;
  }
  .laptop\:gr-start-16 {
    grid-row-start: 16 !important;
  }
  .laptop\:gr-end-16 {
    grid-row-end: 16 !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:gc-start-16 {
    grid-column-start: 16 !important;
  }
  .laptop-l\:gc-end-16 {
    grid-column-end: 16 !important;
  }
  .laptop-l\:gr-start-16 {
    grid-row-start: 16 !important;
  }
  .laptop-l\:gr-end-16 {
    grid-row-end: 16 !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:gc-start-16 {
    grid-column-start: 16 !important;
  }
  .laptop-xl\:gc-end-16 {
    grid-column-end: 16 !important;
  }
  .laptop-xl\:gr-start-16 {
    grid-row-start: 16 !important;
  }
  .laptop-xl\:gr-end-16 {
    grid-row-end: 16 !important;
  }
}
.gc-start-17 {
  grid-column-start: 17;
}

.gc-end-17 {
  grid-column-end: 17;
}

.gr-start-17 {
  grid-row-start: 17;
}

.gr-end-17 {
  grid-row-end: 17;
}

@media screen and (min-width: 450px) {
  .mobile\:gc-start-17 {
    grid-column-start: 17 !important;
  }
  .mobile\:gc-end-17 {
    grid-column-end: 17 !important;
  }
  .mobile\:gr-start-17 {
    grid-row-start: 17 !important;
  }
  .mobile\:gr-end-17 {
    grid-row-end: 17 !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:gc-start-17 {
    grid-column-start: 17 !important;
  }
  .mobile-l\:gc-end-17 {
    grid-column-end: 17 !important;
  }
  .mobile-l\:gr-start-17 {
    grid-row-start: 17 !important;
  }
  .mobile-l\:gr-end-17 {
    grid-row-end: 17 !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:gc-start-17 {
    grid-column-start: 17 !important;
  }
  .tablet\:gc-end-17 {
    grid-column-end: 17 !important;
  }
  .tablet\:gr-start-17 {
    grid-row-start: 17 !important;
  }
  .tablet\:gr-end-17 {
    grid-row-end: 17 !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:gc-start-17 {
    grid-column-start: 17 !important;
  }
  .tablet-m\:gc-end-17 {
    grid-column-end: 17 !important;
  }
  .tablet-m\:gr-start-17 {
    grid-row-start: 17 !important;
  }
  .tablet-m\:gr-end-17 {
    grid-row-end: 17 !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:gc-start-17 {
    grid-column-start: 17 !important;
  }
  .tablet-l\:gc-end-17 {
    grid-column-end: 17 !important;
  }
  .tablet-l\:gr-start-17 {
    grid-row-start: 17 !important;
  }
  .tablet-l\:gr-end-17 {
    grid-row-end: 17 !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:gc-start-17 {
    grid-column-start: 17 !important;
  }
  .laptop\:gc-end-17 {
    grid-column-end: 17 !important;
  }
  .laptop\:gr-start-17 {
    grid-row-start: 17 !important;
  }
  .laptop\:gr-end-17 {
    grid-row-end: 17 !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:gc-start-17 {
    grid-column-start: 17 !important;
  }
  .laptop-l\:gc-end-17 {
    grid-column-end: 17 !important;
  }
  .laptop-l\:gr-start-17 {
    grid-row-start: 17 !important;
  }
  .laptop-l\:gr-end-17 {
    grid-row-end: 17 !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:gc-start-17 {
    grid-column-start: 17 !important;
  }
  .laptop-xl\:gc-end-17 {
    grid-column-end: 17 !important;
  }
  .laptop-xl\:gr-start-17 {
    grid-row-start: 17 !important;
  }
  .laptop-xl\:gr-end-17 {
    grid-row-end: 17 !important;
  }
}
.gc-start-18 {
  grid-column-start: 18;
}

.gc-end-18 {
  grid-column-end: 18;
}

.gr-start-18 {
  grid-row-start: 18;
}

.gr-end-18 {
  grid-row-end: 18;
}

@media screen and (min-width: 450px) {
  .mobile\:gc-start-18 {
    grid-column-start: 18 !important;
  }
  .mobile\:gc-end-18 {
    grid-column-end: 18 !important;
  }
  .mobile\:gr-start-18 {
    grid-row-start: 18 !important;
  }
  .mobile\:gr-end-18 {
    grid-row-end: 18 !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:gc-start-18 {
    grid-column-start: 18 !important;
  }
  .mobile-l\:gc-end-18 {
    grid-column-end: 18 !important;
  }
  .mobile-l\:gr-start-18 {
    grid-row-start: 18 !important;
  }
  .mobile-l\:gr-end-18 {
    grid-row-end: 18 !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:gc-start-18 {
    grid-column-start: 18 !important;
  }
  .tablet\:gc-end-18 {
    grid-column-end: 18 !important;
  }
  .tablet\:gr-start-18 {
    grid-row-start: 18 !important;
  }
  .tablet\:gr-end-18 {
    grid-row-end: 18 !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:gc-start-18 {
    grid-column-start: 18 !important;
  }
  .tablet-m\:gc-end-18 {
    grid-column-end: 18 !important;
  }
  .tablet-m\:gr-start-18 {
    grid-row-start: 18 !important;
  }
  .tablet-m\:gr-end-18 {
    grid-row-end: 18 !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:gc-start-18 {
    grid-column-start: 18 !important;
  }
  .tablet-l\:gc-end-18 {
    grid-column-end: 18 !important;
  }
  .tablet-l\:gr-start-18 {
    grid-row-start: 18 !important;
  }
  .tablet-l\:gr-end-18 {
    grid-row-end: 18 !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:gc-start-18 {
    grid-column-start: 18 !important;
  }
  .laptop\:gc-end-18 {
    grid-column-end: 18 !important;
  }
  .laptop\:gr-start-18 {
    grid-row-start: 18 !important;
  }
  .laptop\:gr-end-18 {
    grid-row-end: 18 !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:gc-start-18 {
    grid-column-start: 18 !important;
  }
  .laptop-l\:gc-end-18 {
    grid-column-end: 18 !important;
  }
  .laptop-l\:gr-start-18 {
    grid-row-start: 18 !important;
  }
  .laptop-l\:gr-end-18 {
    grid-row-end: 18 !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:gc-start-18 {
    grid-column-start: 18 !important;
  }
  .laptop-xl\:gc-end-18 {
    grid-column-end: 18 !important;
  }
  .laptop-xl\:gr-start-18 {
    grid-row-start: 18 !important;
  }
  .laptop-xl\:gr-end-18 {
    grid-row-end: 18 !important;
  }
}
.gc-start-19 {
  grid-column-start: 19;
}

.gc-end-19 {
  grid-column-end: 19;
}

.gr-start-19 {
  grid-row-start: 19;
}

.gr-end-19 {
  grid-row-end: 19;
}

@media screen and (min-width: 450px) {
  .mobile\:gc-start-19 {
    grid-column-start: 19 !important;
  }
  .mobile\:gc-end-19 {
    grid-column-end: 19 !important;
  }
  .mobile\:gr-start-19 {
    grid-row-start: 19 !important;
  }
  .mobile\:gr-end-19 {
    grid-row-end: 19 !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:gc-start-19 {
    grid-column-start: 19 !important;
  }
  .mobile-l\:gc-end-19 {
    grid-column-end: 19 !important;
  }
  .mobile-l\:gr-start-19 {
    grid-row-start: 19 !important;
  }
  .mobile-l\:gr-end-19 {
    grid-row-end: 19 !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:gc-start-19 {
    grid-column-start: 19 !important;
  }
  .tablet\:gc-end-19 {
    grid-column-end: 19 !important;
  }
  .tablet\:gr-start-19 {
    grid-row-start: 19 !important;
  }
  .tablet\:gr-end-19 {
    grid-row-end: 19 !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:gc-start-19 {
    grid-column-start: 19 !important;
  }
  .tablet-m\:gc-end-19 {
    grid-column-end: 19 !important;
  }
  .tablet-m\:gr-start-19 {
    grid-row-start: 19 !important;
  }
  .tablet-m\:gr-end-19 {
    grid-row-end: 19 !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:gc-start-19 {
    grid-column-start: 19 !important;
  }
  .tablet-l\:gc-end-19 {
    grid-column-end: 19 !important;
  }
  .tablet-l\:gr-start-19 {
    grid-row-start: 19 !important;
  }
  .tablet-l\:gr-end-19 {
    grid-row-end: 19 !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:gc-start-19 {
    grid-column-start: 19 !important;
  }
  .laptop\:gc-end-19 {
    grid-column-end: 19 !important;
  }
  .laptop\:gr-start-19 {
    grid-row-start: 19 !important;
  }
  .laptop\:gr-end-19 {
    grid-row-end: 19 !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:gc-start-19 {
    grid-column-start: 19 !important;
  }
  .laptop-l\:gc-end-19 {
    grid-column-end: 19 !important;
  }
  .laptop-l\:gr-start-19 {
    grid-row-start: 19 !important;
  }
  .laptop-l\:gr-end-19 {
    grid-row-end: 19 !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:gc-start-19 {
    grid-column-start: 19 !important;
  }
  .laptop-xl\:gc-end-19 {
    grid-column-end: 19 !important;
  }
  .laptop-xl\:gr-start-19 {
    grid-row-start: 19 !important;
  }
  .laptop-xl\:gr-end-19 {
    grid-row-end: 19 !important;
  }
}
.gap-5:not([class*=d_flex]) {
  grid-gap: 5px;
}

.col-gap-5:not([class*=d_flex]) {
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.row-gap-5:not([class*=d_flex]) {
  row-gap: 5px;
}

.gap-5[class*=d_flex] > :not(:last-child) {
  margin-right: 5px;
  margin-bottom: 5px;
}

.col-gap-5[class*=d_flex] > :not(:last-child) {
  margin-right: 5px;
}

.row-gap-5[class*=d_flex] > :not(:last-child) {
  margin-bottom: 5px;
}

.gap-10:not([class*=d_flex]) {
  grid-gap: 10px;
}

.col-gap-10:not([class*=d_flex]) {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.row-gap-10:not([class*=d_flex]) {
  row-gap: 10px;
}

.gap-10[class*=d_flex] > :not(:last-child) {
  margin-right: 10px;
  margin-bottom: 10px;
}

.col-gap-10[class*=d_flex] > :not(:last-child) {
  margin-right: 10px;
}

.row-gap-10[class*=d_flex] > :not(:last-child) {
  margin-bottom: 10px;
}

.gap-15:not([class*=d_flex]) {
  grid-gap: 15px;
}

.col-gap-15:not([class*=d_flex]) {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.row-gap-15:not([class*=d_flex]) {
  row-gap: 15px;
}

.gap-15[class*=d_flex] > :not(:last-child) {
  margin-right: 15px;
  margin-bottom: 15px;
}

.col-gap-15[class*=d_flex] > :not(:last-child) {
  margin-right: 15px;
}

.row-gap-15[class*=d_flex] > :not(:last-child) {
  margin-bottom: 15px;
}

.gap-20:not([class*=d_flex]) {
  grid-gap: 20px;
}

.col-gap-20:not([class*=d_flex]) {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.row-gap-20:not([class*=d_flex]) {
  row-gap: 20px;
}

.gap-20[class*=d_flex] > :not(:last-child) {
  margin-right: 20px;
  margin-bottom: 20px;
}

.col-gap-20[class*=d_flex] > :not(:last-child) {
  margin-right: 20px;
}

.row-gap-20[class*=d_flex] > :not(:last-child) {
  margin-bottom: 20px;
}

.gap-25:not([class*=d_flex]) {
  grid-gap: 25px;
}

.col-gap-25:not([class*=d_flex]) {
  -moz-column-gap: 25px;
       column-gap: 25px;
}

.row-gap-25:not([class*=d_flex]) {
  row-gap: 25px;
}

.gap-25[class*=d_flex] > :not(:last-child) {
  margin-right: 25px;
  margin-bottom: 25px;
}

.col-gap-25[class*=d_flex] > :not(:last-child) {
  margin-right: 25px;
}

.row-gap-25[class*=d_flex] > :not(:last-child) {
  margin-bottom: 25px;
}

.gap-30:not([class*=d_flex]) {
  grid-gap: 30px;
}

.col-gap-30:not([class*=d_flex]) {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.row-gap-30:not([class*=d_flex]) {
  row-gap: 30px;
}

.gap-30[class*=d_flex] > :not(:last-child) {
  margin-right: 30px;
  margin-bottom: 30px;
}

.col-gap-30[class*=d_flex] > :not(:last-child) {
  margin-right: 30px;
}

.row-gap-30[class*=d_flex] > :not(:last-child) {
  margin-bottom: 30px;
}

.gap-35:not([class*=d_flex]) {
  grid-gap: 35px;
}

.col-gap-35:not([class*=d_flex]) {
  -moz-column-gap: 35px;
       column-gap: 35px;
}

.row-gap-35:not([class*=d_flex]) {
  row-gap: 35px;
}

.gap-35[class*=d_flex] > :not(:last-child) {
  margin-right: 35px;
  margin-bottom: 35px;
}

.col-gap-35[class*=d_flex] > :not(:last-child) {
  margin-right: 35px;
}

.row-gap-35[class*=d_flex] > :not(:last-child) {
  margin-bottom: 35px;
}

.gap-40:not([class*=d_flex]) {
  grid-gap: 40px;
}

.col-gap-40:not([class*=d_flex]) {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.row-gap-40:not([class*=d_flex]) {
  row-gap: 40px;
}

.gap-40[class*=d_flex] > :not(:last-child) {
  margin-right: 40px;
  margin-bottom: 40px;
}

.col-gap-40[class*=d_flex] > :not(:last-child) {
  margin-right: 40px;
}

.row-gap-40[class*=d_flex] > :not(:last-child) {
  margin-bottom: 40px;
}

.gap-45:not([class*=d_flex]) {
  grid-gap: 45px;
}

.col-gap-45:not([class*=d_flex]) {
  -moz-column-gap: 45px;
       column-gap: 45px;
}

.row-gap-45:not([class*=d_flex]) {
  row-gap: 45px;
}

.gap-45[class*=d_flex] > :not(:last-child) {
  margin-right: 45px;
  margin-bottom: 45px;
}

.col-gap-45[class*=d_flex] > :not(:last-child) {
  margin-right: 45px;
}

.row-gap-45[class*=d_flex] > :not(:last-child) {
  margin-bottom: 45px;
}

.gap-50:not([class*=d_flex]) {
  grid-gap: 50px;
}

.col-gap-50:not([class*=d_flex]) {
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.row-gap-50:not([class*=d_flex]) {
  row-gap: 50px;
}

.gap-50[class*=d_flex] > :not(:last-child) {
  margin-right: 50px;
  margin-bottom: 50px;
}

.col-gap-50[class*=d_flex] > :not(:last-child) {
  margin-right: 50px;
}

.row-gap-50[class*=d_flex] > :not(:last-child) {
  margin-bottom: 50px;
}

.gap-55:not([class*=d_flex]) {
  grid-gap: 55px;
}

.col-gap-55:not([class*=d_flex]) {
  -moz-column-gap: 55px;
       column-gap: 55px;
}

.row-gap-55:not([class*=d_flex]) {
  row-gap: 55px;
}

.gap-55[class*=d_flex] > :not(:last-child) {
  margin-right: 55px;
  margin-bottom: 55px;
}

.col-gap-55[class*=d_flex] > :not(:last-child) {
  margin-right: 55px;
}

.row-gap-55[class*=d_flex] > :not(:last-child) {
  margin-bottom: 55px;
}

.gap-60:not([class*=d_flex]) {
  grid-gap: 60px;
}

.col-gap-60:not([class*=d_flex]) {
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.row-gap-60:not([class*=d_flex]) {
  row-gap: 60px;
}

.gap-60[class*=d_flex] > :not(:last-child) {
  margin-right: 60px;
  margin-bottom: 60px;
}

.col-gap-60[class*=d_flex] > :not(:last-child) {
  margin-right: 60px;
}

.row-gap-60[class*=d_flex] > :not(:last-child) {
  margin-bottom: 60px;
}

.gap-65:not([class*=d_flex]) {
  grid-gap: 65px;
}

.col-gap-65:not([class*=d_flex]) {
  -moz-column-gap: 65px;
       column-gap: 65px;
}

.row-gap-65:not([class*=d_flex]) {
  row-gap: 65px;
}

.gap-65[class*=d_flex] > :not(:last-child) {
  margin-right: 65px;
  margin-bottom: 65px;
}

.col-gap-65[class*=d_flex] > :not(:last-child) {
  margin-right: 65px;
}

.row-gap-65[class*=d_flex] > :not(:last-child) {
  margin-bottom: 65px;
}

.gap-70:not([class*=d_flex]) {
  grid-gap: 70px;
}

.col-gap-70:not([class*=d_flex]) {
  -moz-column-gap: 70px;
       column-gap: 70px;
}

.row-gap-70:not([class*=d_flex]) {
  row-gap: 70px;
}

.gap-70[class*=d_flex] > :not(:last-child) {
  margin-right: 70px;
  margin-bottom: 70px;
}

.col-gap-70[class*=d_flex] > :not(:last-child) {
  margin-right: 70px;
}

.row-gap-70[class*=d_flex] > :not(:last-child) {
  margin-bottom: 70px;
}

.gap-75:not([class*=d_flex]) {
  grid-gap: 75px;
}

.col-gap-75:not([class*=d_flex]) {
  -moz-column-gap: 75px;
       column-gap: 75px;
}

.row-gap-75:not([class*=d_flex]) {
  row-gap: 75px;
}

.gap-75[class*=d_flex] > :not(:last-child) {
  margin-right: 75px;
  margin-bottom: 75px;
}

.col-gap-75[class*=d_flex] > :not(:last-child) {
  margin-right: 75px;
}

.row-gap-75[class*=d_flex] > :not(:last-child) {
  margin-bottom: 75px;
}

.gap-80:not([class*=d_flex]) {
  grid-gap: 80px;
}

.col-gap-80:not([class*=d_flex]) {
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.row-gap-80:not([class*=d_flex]) {
  row-gap: 80px;
}

.gap-80[class*=d_flex] > :not(:last-child) {
  margin-right: 80px;
  margin-bottom: 80px;
}

.col-gap-80[class*=d_flex] > :not(:last-child) {
  margin-right: 80px;
}

.row-gap-80[class*=d_flex] > :not(:last-child) {
  margin-bottom: 80px;
}

.gap-85:not([class*=d_flex]) {
  grid-gap: 85px;
}

.col-gap-85:not([class*=d_flex]) {
  -moz-column-gap: 85px;
       column-gap: 85px;
}

.row-gap-85:not([class*=d_flex]) {
  row-gap: 85px;
}

.gap-85[class*=d_flex] > :not(:last-child) {
  margin-right: 85px;
  margin-bottom: 85px;
}

.col-gap-85[class*=d_flex] > :not(:last-child) {
  margin-right: 85px;
}

.row-gap-85[class*=d_flex] > :not(:last-child) {
  margin-bottom: 85px;
}

.gap-90:not([class*=d_flex]) {
  grid-gap: 90px;
}

.col-gap-90:not([class*=d_flex]) {
  -moz-column-gap: 90px;
       column-gap: 90px;
}

.row-gap-90:not([class*=d_flex]) {
  row-gap: 90px;
}

.gap-90[class*=d_flex] > :not(:last-child) {
  margin-right: 90px;
  margin-bottom: 90px;
}

.col-gap-90[class*=d_flex] > :not(:last-child) {
  margin-right: 90px;
}

.row-gap-90[class*=d_flex] > :not(:last-child) {
  margin-bottom: 90px;
}

.gap-95:not([class*=d_flex]) {
  grid-gap: 95px;
}

.col-gap-95:not([class*=d_flex]) {
  -moz-column-gap: 95px;
       column-gap: 95px;
}

.row-gap-95:not([class*=d_flex]) {
  row-gap: 95px;
}

.gap-95[class*=d_flex] > :not(:last-child) {
  margin-right: 95px;
  margin-bottom: 95px;
}

.col-gap-95[class*=d_flex] > :not(:last-child) {
  margin-right: 95px;
}

.row-gap-95[class*=d_flex] > :not(:last-child) {
  margin-bottom: 95px;
}

.gap-100:not([class*=d_flex]) {
  grid-gap: 100px;
}

.col-gap-100:not([class*=d_flex]) {
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.row-gap-100:not([class*=d_flex]) {
  row-gap: 100px;
}

.gap-100[class*=d_flex] > :not(:last-child) {
  margin-right: 100px;
  margin-bottom: 100px;
}

.col-gap-100[class*=d_flex] > :not(:last-child) {
  margin-right: 100px;
}

.row-gap-100[class*=d_flex] > :not(:last-child) {
  margin-bottom: 100px;
}

.gap-105:not([class*=d_flex]) {
  grid-gap: 105px;
}

.col-gap-105:not([class*=d_flex]) {
  -moz-column-gap: 105px;
       column-gap: 105px;
}

.row-gap-105:not([class*=d_flex]) {
  row-gap: 105px;
}

.gap-105[class*=d_flex] > :not(:last-child) {
  margin-right: 105px;
  margin-bottom: 105px;
}

.col-gap-105[class*=d_flex] > :not(:last-child) {
  margin-right: 105px;
}

.row-gap-105[class*=d_flex] > :not(:last-child) {
  margin-bottom: 105px;
}

.gap-110:not([class*=d_flex]) {
  grid-gap: 110px;
}

.col-gap-110:not([class*=d_flex]) {
  -moz-column-gap: 110px;
       column-gap: 110px;
}

.row-gap-110:not([class*=d_flex]) {
  row-gap: 110px;
}

.gap-110[class*=d_flex] > :not(:last-child) {
  margin-right: 110px;
  margin-bottom: 110px;
}

.col-gap-110[class*=d_flex] > :not(:last-child) {
  margin-right: 110px;
}

.row-gap-110[class*=d_flex] > :not(:last-child) {
  margin-bottom: 110px;
}

.gap-115:not([class*=d_flex]) {
  grid-gap: 115px;
}

.col-gap-115:not([class*=d_flex]) {
  -moz-column-gap: 115px;
       column-gap: 115px;
}

.row-gap-115:not([class*=d_flex]) {
  row-gap: 115px;
}

.gap-115[class*=d_flex] > :not(:last-child) {
  margin-right: 115px;
  margin-bottom: 115px;
}

.col-gap-115[class*=d_flex] > :not(:last-child) {
  margin-right: 115px;
}

.row-gap-115[class*=d_flex] > :not(:last-child) {
  margin-bottom: 115px;
}

.gap-120:not([class*=d_flex]) {
  grid-gap: 120px;
}

.col-gap-120:not([class*=d_flex]) {
  -moz-column-gap: 120px;
       column-gap: 120px;
}

.row-gap-120:not([class*=d_flex]) {
  row-gap: 120px;
}

.gap-120[class*=d_flex] > :not(:last-child) {
  margin-right: 120px;
  margin-bottom: 120px;
}

.col-gap-120[class*=d_flex] > :not(:last-child) {
  margin-right: 120px;
}

.row-gap-120[class*=d_flex] > :not(:last-child) {
  margin-bottom: 120px;
}

.gap-125:not([class*=d_flex]) {
  grid-gap: 125px;
}

.col-gap-125:not([class*=d_flex]) {
  -moz-column-gap: 125px;
       column-gap: 125px;
}

.row-gap-125:not([class*=d_flex]) {
  row-gap: 125px;
}

.gap-125[class*=d_flex] > :not(:last-child) {
  margin-right: 125px;
  margin-bottom: 125px;
}

.col-gap-125[class*=d_flex] > :not(:last-child) {
  margin-right: 125px;
}

.row-gap-125[class*=d_flex] > :not(:last-child) {
  margin-bottom: 125px;
}

.gap-130:not([class*=d_flex]) {
  grid-gap: 130px;
}

.col-gap-130:not([class*=d_flex]) {
  -moz-column-gap: 130px;
       column-gap: 130px;
}

.row-gap-130:not([class*=d_flex]) {
  row-gap: 130px;
}

.gap-130[class*=d_flex] > :not(:last-child) {
  margin-right: 130px;
  margin-bottom: 130px;
}

.col-gap-130[class*=d_flex] > :not(:last-child) {
  margin-right: 130px;
}

.row-gap-130[class*=d_flex] > :not(:last-child) {
  margin-bottom: 130px;
}

.gap-135:not([class*=d_flex]) {
  grid-gap: 135px;
}

.col-gap-135:not([class*=d_flex]) {
  -moz-column-gap: 135px;
       column-gap: 135px;
}

.row-gap-135:not([class*=d_flex]) {
  row-gap: 135px;
}

.gap-135[class*=d_flex] > :not(:last-child) {
  margin-right: 135px;
  margin-bottom: 135px;
}

.col-gap-135[class*=d_flex] > :not(:last-child) {
  margin-right: 135px;
}

.row-gap-135[class*=d_flex] > :not(:last-child) {
  margin-bottom: 135px;
}

.gap-140:not([class*=d_flex]) {
  grid-gap: 140px;
}

.col-gap-140:not([class*=d_flex]) {
  -moz-column-gap: 140px;
       column-gap: 140px;
}

.row-gap-140:not([class*=d_flex]) {
  row-gap: 140px;
}

.gap-140[class*=d_flex] > :not(:last-child) {
  margin-right: 140px;
  margin-bottom: 140px;
}

.col-gap-140[class*=d_flex] > :not(:last-child) {
  margin-right: 140px;
}

.row-gap-140[class*=d_flex] > :not(:last-child) {
  margin-bottom: 140px;
}

.gap-145:not([class*=d_flex]) {
  grid-gap: 145px;
}

.col-gap-145:not([class*=d_flex]) {
  -moz-column-gap: 145px;
       column-gap: 145px;
}

.row-gap-145:not([class*=d_flex]) {
  row-gap: 145px;
}

.gap-145[class*=d_flex] > :not(:last-child) {
  margin-right: 145px;
  margin-bottom: 145px;
}

.col-gap-145[class*=d_flex] > :not(:last-child) {
  margin-right: 145px;
}

.row-gap-145[class*=d_flex] > :not(:last-child) {
  margin-bottom: 145px;
}

.gap-150:not([class*=d_flex]) {
  grid-gap: 150px;
}

.col-gap-150:not([class*=d_flex]) {
  -moz-column-gap: 150px;
       column-gap: 150px;
}

.row-gap-150:not([class*=d_flex]) {
  row-gap: 150px;
}

.gap-150[class*=d_flex] > :not(:last-child) {
  margin-right: 150px;
  margin-bottom: 150px;
}

.col-gap-150[class*=d_flex] > :not(:last-child) {
  margin-right: 150px;
}

.row-gap-150[class*=d_flex] > :not(:last-child) {
  margin-bottom: 150px;
}

.gap-155:not([class*=d_flex]) {
  grid-gap: 155px;
}

.col-gap-155:not([class*=d_flex]) {
  -moz-column-gap: 155px;
       column-gap: 155px;
}

.row-gap-155:not([class*=d_flex]) {
  row-gap: 155px;
}

.gap-155[class*=d_flex] > :not(:last-child) {
  margin-right: 155px;
  margin-bottom: 155px;
}

.col-gap-155[class*=d_flex] > :not(:last-child) {
  margin-right: 155px;
}

.row-gap-155[class*=d_flex] > :not(:last-child) {
  margin-bottom: 155px;
}

.gap-160:not([class*=d_flex]) {
  grid-gap: 160px;
}

.col-gap-160:not([class*=d_flex]) {
  -moz-column-gap: 160px;
       column-gap: 160px;
}

.row-gap-160:not([class*=d_flex]) {
  row-gap: 160px;
}

.gap-160[class*=d_flex] > :not(:last-child) {
  margin-right: 160px;
  margin-bottom: 160px;
}

.col-gap-160[class*=d_flex] > :not(:last-child) {
  margin-right: 160px;
}

.row-gap-160[class*=d_flex] > :not(:last-child) {
  margin-bottom: 160px;
}

.gap-165:not([class*=d_flex]) {
  grid-gap: 165px;
}

.col-gap-165:not([class*=d_flex]) {
  -moz-column-gap: 165px;
       column-gap: 165px;
}

.row-gap-165:not([class*=d_flex]) {
  row-gap: 165px;
}

.gap-165[class*=d_flex] > :not(:last-child) {
  margin-right: 165px;
  margin-bottom: 165px;
}

.col-gap-165[class*=d_flex] > :not(:last-child) {
  margin-right: 165px;
}

.row-gap-165[class*=d_flex] > :not(:last-child) {
  margin-bottom: 165px;
}

.gap-170:not([class*=d_flex]) {
  grid-gap: 170px;
}

.col-gap-170:not([class*=d_flex]) {
  -moz-column-gap: 170px;
       column-gap: 170px;
}

.row-gap-170:not([class*=d_flex]) {
  row-gap: 170px;
}

.gap-170[class*=d_flex] > :not(:last-child) {
  margin-right: 170px;
  margin-bottom: 170px;
}

.col-gap-170[class*=d_flex] > :not(:last-child) {
  margin-right: 170px;
}

.row-gap-170[class*=d_flex] > :not(:last-child) {
  margin-bottom: 170px;
}

.gap-175:not([class*=d_flex]) {
  grid-gap: 175px;
}

.col-gap-175:not([class*=d_flex]) {
  -moz-column-gap: 175px;
       column-gap: 175px;
}

.row-gap-175:not([class*=d_flex]) {
  row-gap: 175px;
}

.gap-175[class*=d_flex] > :not(:last-child) {
  margin-right: 175px;
  margin-bottom: 175px;
}

.col-gap-175[class*=d_flex] > :not(:last-child) {
  margin-right: 175px;
}

.row-gap-175[class*=d_flex] > :not(:last-child) {
  margin-bottom: 175px;
}

.gap-180:not([class*=d_flex]) {
  grid-gap: 180px;
}

.col-gap-180:not([class*=d_flex]) {
  -moz-column-gap: 180px;
       column-gap: 180px;
}

.row-gap-180:not([class*=d_flex]) {
  row-gap: 180px;
}

.gap-180[class*=d_flex] > :not(:last-child) {
  margin-right: 180px;
  margin-bottom: 180px;
}

.col-gap-180[class*=d_flex] > :not(:last-child) {
  margin-right: 180px;
}

.row-gap-180[class*=d_flex] > :not(:last-child) {
  margin-bottom: 180px;
}

.gap-185:not([class*=d_flex]) {
  grid-gap: 185px;
}

.col-gap-185:not([class*=d_flex]) {
  -moz-column-gap: 185px;
       column-gap: 185px;
}

.row-gap-185:not([class*=d_flex]) {
  row-gap: 185px;
}

.gap-185[class*=d_flex] > :not(:last-child) {
  margin-right: 185px;
  margin-bottom: 185px;
}

.col-gap-185[class*=d_flex] > :not(:last-child) {
  margin-right: 185px;
}

.row-gap-185[class*=d_flex] > :not(:last-child) {
  margin-bottom: 185px;
}

.gap-190:not([class*=d_flex]) {
  grid-gap: 190px;
}

.col-gap-190:not([class*=d_flex]) {
  -moz-column-gap: 190px;
       column-gap: 190px;
}

.row-gap-190:not([class*=d_flex]) {
  row-gap: 190px;
}

.gap-190[class*=d_flex] > :not(:last-child) {
  margin-right: 190px;
  margin-bottom: 190px;
}

.col-gap-190[class*=d_flex] > :not(:last-child) {
  margin-right: 190px;
}

.row-gap-190[class*=d_flex] > :not(:last-child) {
  margin-bottom: 190px;
}

.gap-195:not([class*=d_flex]) {
  grid-gap: 195px;
}

.col-gap-195:not([class*=d_flex]) {
  -moz-column-gap: 195px;
       column-gap: 195px;
}

.row-gap-195:not([class*=d_flex]) {
  row-gap: 195px;
}

.gap-195[class*=d_flex] > :not(:last-child) {
  margin-right: 195px;
  margin-bottom: 195px;
}

.col-gap-195[class*=d_flex] > :not(:last-child) {
  margin-right: 195px;
}

.row-gap-195[class*=d_flex] > :not(:last-child) {
  margin-bottom: 195px;
}

.gap-200:not([class*=d_flex]) {
  grid-gap: 200px;
}

.col-gap-200:not([class*=d_flex]) {
  -moz-column-gap: 200px;
       column-gap: 200px;
}

.row-gap-200:not([class*=d_flex]) {
  row-gap: 200px;
}

.gap-200[class*=d_flex] > :not(:last-child) {
  margin-right: 200px;
  margin-bottom: 200px;
}

.col-gap-200[class*=d_flex] > :not(:last-child) {
  margin-right: 200px;
}

.row-gap-200[class*=d_flex] > :not(:last-child) {
  margin-bottom: 200px;
}

@media screen and (min-width: 450px) {
  .mobile\:gap-5:not([class*=d_flex]) {
    grid-gap: 5px;
  }
  .mobile\:col-gap-5:not([class*=d_flex]) {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .mobile\:row-gap-5:not([class*=d_flex]) {
    row-gap: 5px;
  }
  .mobile\:gap-5[class*=d_flex] > :not(:last-child) {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .mobile\:col-gap-5[class*=d_flex] > :not(:last-child) {
    margin-right: 5px;
  }
  .mobile\:row-gap-5[class*=d_flex] > :not(:last-child) {
    margin-bottom: 5px;
  }
  .mobile\:gap-10:not([class*=d_flex]) {
    grid-gap: 10px;
  }
  .mobile\:col-gap-10:not([class*=d_flex]) {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .mobile\:row-gap-10:not([class*=d_flex]) {
    row-gap: 10px;
  }
  .mobile\:gap-10[class*=d_flex] > :not(:last-child) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .mobile\:col-gap-10[class*=d_flex] > :not(:last-child) {
    margin-right: 10px;
  }
  .mobile\:row-gap-10[class*=d_flex] > :not(:last-child) {
    margin-bottom: 10px;
  }
  .mobile\:gap-15:not([class*=d_flex]) {
    grid-gap: 15px;
  }
  .mobile\:col-gap-15:not([class*=d_flex]) {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .mobile\:row-gap-15:not([class*=d_flex]) {
    row-gap: 15px;
  }
  .mobile\:gap-15[class*=d_flex] > :not(:last-child) {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .mobile\:col-gap-15[class*=d_flex] > :not(:last-child) {
    margin-right: 15px;
  }
  .mobile\:row-gap-15[class*=d_flex] > :not(:last-child) {
    margin-bottom: 15px;
  }
  .mobile\:gap-20:not([class*=d_flex]) {
    grid-gap: 20px;
  }
  .mobile\:col-gap-20:not([class*=d_flex]) {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .mobile\:row-gap-20:not([class*=d_flex]) {
    row-gap: 20px;
  }
  .mobile\:gap-20[class*=d_flex] > :not(:last-child) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .mobile\:col-gap-20[class*=d_flex] > :not(:last-child) {
    margin-right: 20px;
  }
  .mobile\:row-gap-20[class*=d_flex] > :not(:last-child) {
    margin-bottom: 20px;
  }
  .mobile\:gap-25:not([class*=d_flex]) {
    grid-gap: 25px;
  }
  .mobile\:col-gap-25:not([class*=d_flex]) {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .mobile\:row-gap-25:not([class*=d_flex]) {
    row-gap: 25px;
  }
  .mobile\:gap-25[class*=d_flex] > :not(:last-child) {
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .mobile\:col-gap-25[class*=d_flex] > :not(:last-child) {
    margin-right: 25px;
  }
  .mobile\:row-gap-25[class*=d_flex] > :not(:last-child) {
    margin-bottom: 25px;
  }
  .mobile\:gap-30:not([class*=d_flex]) {
    grid-gap: 30px;
  }
  .mobile\:col-gap-30:not([class*=d_flex]) {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .mobile\:row-gap-30:not([class*=d_flex]) {
    row-gap: 30px;
  }
  .mobile\:gap-30[class*=d_flex] > :not(:last-child) {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .mobile\:col-gap-30[class*=d_flex] > :not(:last-child) {
    margin-right: 30px;
  }
  .mobile\:row-gap-30[class*=d_flex] > :not(:last-child) {
    margin-bottom: 30px;
  }
  .mobile\:gap-35:not([class*=d_flex]) {
    grid-gap: 35px;
  }
  .mobile\:col-gap-35:not([class*=d_flex]) {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .mobile\:row-gap-35:not([class*=d_flex]) {
    row-gap: 35px;
  }
  .mobile\:gap-35[class*=d_flex] > :not(:last-child) {
    margin-right: 35px;
    margin-bottom: 35px;
  }
  .mobile\:col-gap-35[class*=d_flex] > :not(:last-child) {
    margin-right: 35px;
  }
  .mobile\:row-gap-35[class*=d_flex] > :not(:last-child) {
    margin-bottom: 35px;
  }
  .mobile\:gap-40:not([class*=d_flex]) {
    grid-gap: 40px;
  }
  .mobile\:col-gap-40:not([class*=d_flex]) {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .mobile\:row-gap-40:not([class*=d_flex]) {
    row-gap: 40px;
  }
  .mobile\:gap-40[class*=d_flex] > :not(:last-child) {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .mobile\:col-gap-40[class*=d_flex] > :not(:last-child) {
    margin-right: 40px;
  }
  .mobile\:row-gap-40[class*=d_flex] > :not(:last-child) {
    margin-bottom: 40px;
  }
  .mobile\:gap-45:not([class*=d_flex]) {
    grid-gap: 45px;
  }
  .mobile\:col-gap-45:not([class*=d_flex]) {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .mobile\:row-gap-45:not([class*=d_flex]) {
    row-gap: 45px;
  }
  .mobile\:gap-45[class*=d_flex] > :not(:last-child) {
    margin-right: 45px;
    margin-bottom: 45px;
  }
  .mobile\:col-gap-45[class*=d_flex] > :not(:last-child) {
    margin-right: 45px;
  }
  .mobile\:row-gap-45[class*=d_flex] > :not(:last-child) {
    margin-bottom: 45px;
  }
  .mobile\:gap-50:not([class*=d_flex]) {
    grid-gap: 50px;
  }
  .mobile\:col-gap-50:not([class*=d_flex]) {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .mobile\:row-gap-50:not([class*=d_flex]) {
    row-gap: 50px;
  }
  .mobile\:gap-50[class*=d_flex] > :not(:last-child) {
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .mobile\:col-gap-50[class*=d_flex] > :not(:last-child) {
    margin-right: 50px;
  }
  .mobile\:row-gap-50[class*=d_flex] > :not(:last-child) {
    margin-bottom: 50px;
  }
  .mobile\:gap-55:not([class*=d_flex]) {
    grid-gap: 55px;
  }
  .mobile\:col-gap-55:not([class*=d_flex]) {
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
  .mobile\:row-gap-55:not([class*=d_flex]) {
    row-gap: 55px;
  }
  .mobile\:gap-55[class*=d_flex] > :not(:last-child) {
    margin-right: 55px;
    margin-bottom: 55px;
  }
  .mobile\:col-gap-55[class*=d_flex] > :not(:last-child) {
    margin-right: 55px;
  }
  .mobile\:row-gap-55[class*=d_flex] > :not(:last-child) {
    margin-bottom: 55px;
  }
  .mobile\:gap-60:not([class*=d_flex]) {
    grid-gap: 60px;
  }
  .mobile\:col-gap-60:not([class*=d_flex]) {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .mobile\:row-gap-60:not([class*=d_flex]) {
    row-gap: 60px;
  }
  .mobile\:gap-60[class*=d_flex] > :not(:last-child) {
    margin-right: 60px;
    margin-bottom: 60px;
  }
  .mobile\:col-gap-60[class*=d_flex] > :not(:last-child) {
    margin-right: 60px;
  }
  .mobile\:row-gap-60[class*=d_flex] > :not(:last-child) {
    margin-bottom: 60px;
  }
  .mobile\:gap-65:not([class*=d_flex]) {
    grid-gap: 65px;
  }
  .mobile\:col-gap-65:not([class*=d_flex]) {
    -moz-column-gap: 65px;
         column-gap: 65px;
  }
  .mobile\:row-gap-65:not([class*=d_flex]) {
    row-gap: 65px;
  }
  .mobile\:gap-65[class*=d_flex] > :not(:last-child) {
    margin-right: 65px;
    margin-bottom: 65px;
  }
  .mobile\:col-gap-65[class*=d_flex] > :not(:last-child) {
    margin-right: 65px;
  }
  .mobile\:row-gap-65[class*=d_flex] > :not(:last-child) {
    margin-bottom: 65px;
  }
  .mobile\:gap-70:not([class*=d_flex]) {
    grid-gap: 70px;
  }
  .mobile\:col-gap-70:not([class*=d_flex]) {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .mobile\:row-gap-70:not([class*=d_flex]) {
    row-gap: 70px;
  }
  .mobile\:gap-70[class*=d_flex] > :not(:last-child) {
    margin-right: 70px;
    margin-bottom: 70px;
  }
  .mobile\:col-gap-70[class*=d_flex] > :not(:last-child) {
    margin-right: 70px;
  }
  .mobile\:row-gap-70[class*=d_flex] > :not(:last-child) {
    margin-bottom: 70px;
  }
  .mobile\:gap-75:not([class*=d_flex]) {
    grid-gap: 75px;
  }
  .mobile\:col-gap-75:not([class*=d_flex]) {
    -moz-column-gap: 75px;
         column-gap: 75px;
  }
  .mobile\:row-gap-75:not([class*=d_flex]) {
    row-gap: 75px;
  }
  .mobile\:gap-75[class*=d_flex] > :not(:last-child) {
    margin-right: 75px;
    margin-bottom: 75px;
  }
  .mobile\:col-gap-75[class*=d_flex] > :not(:last-child) {
    margin-right: 75px;
  }
  .mobile\:row-gap-75[class*=d_flex] > :not(:last-child) {
    margin-bottom: 75px;
  }
  .mobile\:gap-80:not([class*=d_flex]) {
    grid-gap: 80px;
  }
  .mobile\:col-gap-80:not([class*=d_flex]) {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .mobile\:row-gap-80:not([class*=d_flex]) {
    row-gap: 80px;
  }
  .mobile\:gap-80[class*=d_flex] > :not(:last-child) {
    margin-right: 80px;
    margin-bottom: 80px;
  }
  .mobile\:col-gap-80[class*=d_flex] > :not(:last-child) {
    margin-right: 80px;
  }
  .mobile\:row-gap-80[class*=d_flex] > :not(:last-child) {
    margin-bottom: 80px;
  }
  .mobile\:gap-85:not([class*=d_flex]) {
    grid-gap: 85px;
  }
  .mobile\:col-gap-85:not([class*=d_flex]) {
    -moz-column-gap: 85px;
         column-gap: 85px;
  }
  .mobile\:row-gap-85:not([class*=d_flex]) {
    row-gap: 85px;
  }
  .mobile\:gap-85[class*=d_flex] > :not(:last-child) {
    margin-right: 85px;
    margin-bottom: 85px;
  }
  .mobile\:col-gap-85[class*=d_flex] > :not(:last-child) {
    margin-right: 85px;
  }
  .mobile\:row-gap-85[class*=d_flex] > :not(:last-child) {
    margin-bottom: 85px;
  }
  .mobile\:gap-90:not([class*=d_flex]) {
    grid-gap: 90px;
  }
  .mobile\:col-gap-90:not([class*=d_flex]) {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
  .mobile\:row-gap-90:not([class*=d_flex]) {
    row-gap: 90px;
  }
  .mobile\:gap-90[class*=d_flex] > :not(:last-child) {
    margin-right: 90px;
    margin-bottom: 90px;
  }
  .mobile\:col-gap-90[class*=d_flex] > :not(:last-child) {
    margin-right: 90px;
  }
  .mobile\:row-gap-90[class*=d_flex] > :not(:last-child) {
    margin-bottom: 90px;
  }
  .mobile\:gap-95:not([class*=d_flex]) {
    grid-gap: 95px;
  }
  .mobile\:col-gap-95:not([class*=d_flex]) {
    -moz-column-gap: 95px;
         column-gap: 95px;
  }
  .mobile\:row-gap-95:not([class*=d_flex]) {
    row-gap: 95px;
  }
  .mobile\:gap-95[class*=d_flex] > :not(:last-child) {
    margin-right: 95px;
    margin-bottom: 95px;
  }
  .mobile\:col-gap-95[class*=d_flex] > :not(:last-child) {
    margin-right: 95px;
  }
  .mobile\:row-gap-95[class*=d_flex] > :not(:last-child) {
    margin-bottom: 95px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:gap-5:not([class*=d_flex]) {
    grid-gap: 5px;
  }
  .mobile-l\:col-gap-5:not([class*=d_flex]) {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .mobile-l\:row-gap-5:not([class*=d_flex]) {
    row-gap: 5px;
  }
  .mobile-l\:gap-5[class*=d_flex] > :not(:last-child) {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .mobile-l\:col-gap-5[class*=d_flex] > :not(:last-child) {
    margin-right: 5px;
  }
  .mobile-l\:row-gap-5[class*=d_flex] > :not(:last-child) {
    margin-bottom: 5px;
  }
  .mobile-l\:gap-10:not([class*=d_flex]) {
    grid-gap: 10px;
  }
  .mobile-l\:col-gap-10:not([class*=d_flex]) {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .mobile-l\:row-gap-10:not([class*=d_flex]) {
    row-gap: 10px;
  }
  .mobile-l\:gap-10[class*=d_flex] > :not(:last-child) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .mobile-l\:col-gap-10[class*=d_flex] > :not(:last-child) {
    margin-right: 10px;
  }
  .mobile-l\:row-gap-10[class*=d_flex] > :not(:last-child) {
    margin-bottom: 10px;
  }
  .mobile-l\:gap-15:not([class*=d_flex]) {
    grid-gap: 15px;
  }
  .mobile-l\:col-gap-15:not([class*=d_flex]) {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .mobile-l\:row-gap-15:not([class*=d_flex]) {
    row-gap: 15px;
  }
  .mobile-l\:gap-15[class*=d_flex] > :not(:last-child) {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .mobile-l\:col-gap-15[class*=d_flex] > :not(:last-child) {
    margin-right: 15px;
  }
  .mobile-l\:row-gap-15[class*=d_flex] > :not(:last-child) {
    margin-bottom: 15px;
  }
  .mobile-l\:gap-20:not([class*=d_flex]) {
    grid-gap: 20px;
  }
  .mobile-l\:col-gap-20:not([class*=d_flex]) {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .mobile-l\:row-gap-20:not([class*=d_flex]) {
    row-gap: 20px;
  }
  .mobile-l\:gap-20[class*=d_flex] > :not(:last-child) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .mobile-l\:col-gap-20[class*=d_flex] > :not(:last-child) {
    margin-right: 20px;
  }
  .mobile-l\:row-gap-20[class*=d_flex] > :not(:last-child) {
    margin-bottom: 20px;
  }
  .mobile-l\:gap-25:not([class*=d_flex]) {
    grid-gap: 25px;
  }
  .mobile-l\:col-gap-25:not([class*=d_flex]) {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .mobile-l\:row-gap-25:not([class*=d_flex]) {
    row-gap: 25px;
  }
  .mobile-l\:gap-25[class*=d_flex] > :not(:last-child) {
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .mobile-l\:col-gap-25[class*=d_flex] > :not(:last-child) {
    margin-right: 25px;
  }
  .mobile-l\:row-gap-25[class*=d_flex] > :not(:last-child) {
    margin-bottom: 25px;
  }
  .mobile-l\:gap-30:not([class*=d_flex]) {
    grid-gap: 30px;
  }
  .mobile-l\:col-gap-30:not([class*=d_flex]) {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .mobile-l\:row-gap-30:not([class*=d_flex]) {
    row-gap: 30px;
  }
  .mobile-l\:gap-30[class*=d_flex] > :not(:last-child) {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .mobile-l\:col-gap-30[class*=d_flex] > :not(:last-child) {
    margin-right: 30px;
  }
  .mobile-l\:row-gap-30[class*=d_flex] > :not(:last-child) {
    margin-bottom: 30px;
  }
  .mobile-l\:gap-35:not([class*=d_flex]) {
    grid-gap: 35px;
  }
  .mobile-l\:col-gap-35:not([class*=d_flex]) {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .mobile-l\:row-gap-35:not([class*=d_flex]) {
    row-gap: 35px;
  }
  .mobile-l\:gap-35[class*=d_flex] > :not(:last-child) {
    margin-right: 35px;
    margin-bottom: 35px;
  }
  .mobile-l\:col-gap-35[class*=d_flex] > :not(:last-child) {
    margin-right: 35px;
  }
  .mobile-l\:row-gap-35[class*=d_flex] > :not(:last-child) {
    margin-bottom: 35px;
  }
  .mobile-l\:gap-40:not([class*=d_flex]) {
    grid-gap: 40px;
  }
  .mobile-l\:col-gap-40:not([class*=d_flex]) {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .mobile-l\:row-gap-40:not([class*=d_flex]) {
    row-gap: 40px;
  }
  .mobile-l\:gap-40[class*=d_flex] > :not(:last-child) {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .mobile-l\:col-gap-40[class*=d_flex] > :not(:last-child) {
    margin-right: 40px;
  }
  .mobile-l\:row-gap-40[class*=d_flex] > :not(:last-child) {
    margin-bottom: 40px;
  }
  .mobile-l\:gap-45:not([class*=d_flex]) {
    grid-gap: 45px;
  }
  .mobile-l\:col-gap-45:not([class*=d_flex]) {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .mobile-l\:row-gap-45:not([class*=d_flex]) {
    row-gap: 45px;
  }
  .mobile-l\:gap-45[class*=d_flex] > :not(:last-child) {
    margin-right: 45px;
    margin-bottom: 45px;
  }
  .mobile-l\:col-gap-45[class*=d_flex] > :not(:last-child) {
    margin-right: 45px;
  }
  .mobile-l\:row-gap-45[class*=d_flex] > :not(:last-child) {
    margin-bottom: 45px;
  }
  .mobile-l\:gap-50:not([class*=d_flex]) {
    grid-gap: 50px;
  }
  .mobile-l\:col-gap-50:not([class*=d_flex]) {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .mobile-l\:row-gap-50:not([class*=d_flex]) {
    row-gap: 50px;
  }
  .mobile-l\:gap-50[class*=d_flex] > :not(:last-child) {
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .mobile-l\:col-gap-50[class*=d_flex] > :not(:last-child) {
    margin-right: 50px;
  }
  .mobile-l\:row-gap-50[class*=d_flex] > :not(:last-child) {
    margin-bottom: 50px;
  }
  .mobile-l\:gap-55:not([class*=d_flex]) {
    grid-gap: 55px;
  }
  .mobile-l\:col-gap-55:not([class*=d_flex]) {
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
  .mobile-l\:row-gap-55:not([class*=d_flex]) {
    row-gap: 55px;
  }
  .mobile-l\:gap-55[class*=d_flex] > :not(:last-child) {
    margin-right: 55px;
    margin-bottom: 55px;
  }
  .mobile-l\:col-gap-55[class*=d_flex] > :not(:last-child) {
    margin-right: 55px;
  }
  .mobile-l\:row-gap-55[class*=d_flex] > :not(:last-child) {
    margin-bottom: 55px;
  }
  .mobile-l\:gap-60:not([class*=d_flex]) {
    grid-gap: 60px;
  }
  .mobile-l\:col-gap-60:not([class*=d_flex]) {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .mobile-l\:row-gap-60:not([class*=d_flex]) {
    row-gap: 60px;
  }
  .mobile-l\:gap-60[class*=d_flex] > :not(:last-child) {
    margin-right: 60px;
    margin-bottom: 60px;
  }
  .mobile-l\:col-gap-60[class*=d_flex] > :not(:last-child) {
    margin-right: 60px;
  }
  .mobile-l\:row-gap-60[class*=d_flex] > :not(:last-child) {
    margin-bottom: 60px;
  }
  .mobile-l\:gap-65:not([class*=d_flex]) {
    grid-gap: 65px;
  }
  .mobile-l\:col-gap-65:not([class*=d_flex]) {
    -moz-column-gap: 65px;
         column-gap: 65px;
  }
  .mobile-l\:row-gap-65:not([class*=d_flex]) {
    row-gap: 65px;
  }
  .mobile-l\:gap-65[class*=d_flex] > :not(:last-child) {
    margin-right: 65px;
    margin-bottom: 65px;
  }
  .mobile-l\:col-gap-65[class*=d_flex] > :not(:last-child) {
    margin-right: 65px;
  }
  .mobile-l\:row-gap-65[class*=d_flex] > :not(:last-child) {
    margin-bottom: 65px;
  }
  .mobile-l\:gap-70:not([class*=d_flex]) {
    grid-gap: 70px;
  }
  .mobile-l\:col-gap-70:not([class*=d_flex]) {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .mobile-l\:row-gap-70:not([class*=d_flex]) {
    row-gap: 70px;
  }
  .mobile-l\:gap-70[class*=d_flex] > :not(:last-child) {
    margin-right: 70px;
    margin-bottom: 70px;
  }
  .mobile-l\:col-gap-70[class*=d_flex] > :not(:last-child) {
    margin-right: 70px;
  }
  .mobile-l\:row-gap-70[class*=d_flex] > :not(:last-child) {
    margin-bottom: 70px;
  }
  .mobile-l\:gap-75:not([class*=d_flex]) {
    grid-gap: 75px;
  }
  .mobile-l\:col-gap-75:not([class*=d_flex]) {
    -moz-column-gap: 75px;
         column-gap: 75px;
  }
  .mobile-l\:row-gap-75:not([class*=d_flex]) {
    row-gap: 75px;
  }
  .mobile-l\:gap-75[class*=d_flex] > :not(:last-child) {
    margin-right: 75px;
    margin-bottom: 75px;
  }
  .mobile-l\:col-gap-75[class*=d_flex] > :not(:last-child) {
    margin-right: 75px;
  }
  .mobile-l\:row-gap-75[class*=d_flex] > :not(:last-child) {
    margin-bottom: 75px;
  }
  .mobile-l\:gap-80:not([class*=d_flex]) {
    grid-gap: 80px;
  }
  .mobile-l\:col-gap-80:not([class*=d_flex]) {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .mobile-l\:row-gap-80:not([class*=d_flex]) {
    row-gap: 80px;
  }
  .mobile-l\:gap-80[class*=d_flex] > :not(:last-child) {
    margin-right: 80px;
    margin-bottom: 80px;
  }
  .mobile-l\:col-gap-80[class*=d_flex] > :not(:last-child) {
    margin-right: 80px;
  }
  .mobile-l\:row-gap-80[class*=d_flex] > :not(:last-child) {
    margin-bottom: 80px;
  }
  .mobile-l\:gap-85:not([class*=d_flex]) {
    grid-gap: 85px;
  }
  .mobile-l\:col-gap-85:not([class*=d_flex]) {
    -moz-column-gap: 85px;
         column-gap: 85px;
  }
  .mobile-l\:row-gap-85:not([class*=d_flex]) {
    row-gap: 85px;
  }
  .mobile-l\:gap-85[class*=d_flex] > :not(:last-child) {
    margin-right: 85px;
    margin-bottom: 85px;
  }
  .mobile-l\:col-gap-85[class*=d_flex] > :not(:last-child) {
    margin-right: 85px;
  }
  .mobile-l\:row-gap-85[class*=d_flex] > :not(:last-child) {
    margin-bottom: 85px;
  }
  .mobile-l\:gap-90:not([class*=d_flex]) {
    grid-gap: 90px;
  }
  .mobile-l\:col-gap-90:not([class*=d_flex]) {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
  .mobile-l\:row-gap-90:not([class*=d_flex]) {
    row-gap: 90px;
  }
  .mobile-l\:gap-90[class*=d_flex] > :not(:last-child) {
    margin-right: 90px;
    margin-bottom: 90px;
  }
  .mobile-l\:col-gap-90[class*=d_flex] > :not(:last-child) {
    margin-right: 90px;
  }
  .mobile-l\:row-gap-90[class*=d_flex] > :not(:last-child) {
    margin-bottom: 90px;
  }
  .mobile-l\:gap-95:not([class*=d_flex]) {
    grid-gap: 95px;
  }
  .mobile-l\:col-gap-95:not([class*=d_flex]) {
    -moz-column-gap: 95px;
         column-gap: 95px;
  }
  .mobile-l\:row-gap-95:not([class*=d_flex]) {
    row-gap: 95px;
  }
  .mobile-l\:gap-95[class*=d_flex] > :not(:last-child) {
    margin-right: 95px;
    margin-bottom: 95px;
  }
  .mobile-l\:col-gap-95[class*=d_flex] > :not(:last-child) {
    margin-right: 95px;
  }
  .mobile-l\:row-gap-95[class*=d_flex] > :not(:last-child) {
    margin-bottom: 95px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:gap-5:not([class*=d_flex]) {
    grid-gap: 5px;
  }
  .tablet\:col-gap-5:not([class*=d_flex]) {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .tablet\:row-gap-5:not([class*=d_flex]) {
    row-gap: 5px;
  }
  .tablet\:gap-5[class*=d_flex] > :not(:last-child) {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .tablet\:col-gap-5[class*=d_flex] > :not(:last-child) {
    margin-right: 5px;
  }
  .tablet\:row-gap-5[class*=d_flex] > :not(:last-child) {
    margin-bottom: 5px;
  }
  .tablet\:gap-10:not([class*=d_flex]) {
    grid-gap: 10px;
  }
  .tablet\:col-gap-10:not([class*=d_flex]) {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .tablet\:row-gap-10:not([class*=d_flex]) {
    row-gap: 10px;
  }
  .tablet\:gap-10[class*=d_flex] > :not(:last-child) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .tablet\:col-gap-10[class*=d_flex] > :not(:last-child) {
    margin-right: 10px;
  }
  .tablet\:row-gap-10[class*=d_flex] > :not(:last-child) {
    margin-bottom: 10px;
  }
  .tablet\:gap-15:not([class*=d_flex]) {
    grid-gap: 15px;
  }
  .tablet\:col-gap-15:not([class*=d_flex]) {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .tablet\:row-gap-15:not([class*=d_flex]) {
    row-gap: 15px;
  }
  .tablet\:gap-15[class*=d_flex] > :not(:last-child) {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .tablet\:col-gap-15[class*=d_flex] > :not(:last-child) {
    margin-right: 15px;
  }
  .tablet\:row-gap-15[class*=d_flex] > :not(:last-child) {
    margin-bottom: 15px;
  }
  .tablet\:gap-20:not([class*=d_flex]) {
    grid-gap: 20px;
  }
  .tablet\:col-gap-20:not([class*=d_flex]) {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .tablet\:row-gap-20:not([class*=d_flex]) {
    row-gap: 20px;
  }
  .tablet\:gap-20[class*=d_flex] > :not(:last-child) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .tablet\:col-gap-20[class*=d_flex] > :not(:last-child) {
    margin-right: 20px;
  }
  .tablet\:row-gap-20[class*=d_flex] > :not(:last-child) {
    margin-bottom: 20px;
  }
  .tablet\:gap-25:not([class*=d_flex]) {
    grid-gap: 25px;
  }
  .tablet\:col-gap-25:not([class*=d_flex]) {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .tablet\:row-gap-25:not([class*=d_flex]) {
    row-gap: 25px;
  }
  .tablet\:gap-25[class*=d_flex] > :not(:last-child) {
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .tablet\:col-gap-25[class*=d_flex] > :not(:last-child) {
    margin-right: 25px;
  }
  .tablet\:row-gap-25[class*=d_flex] > :not(:last-child) {
    margin-bottom: 25px;
  }
  .tablet\:gap-30:not([class*=d_flex]) {
    grid-gap: 30px;
  }
  .tablet\:col-gap-30:not([class*=d_flex]) {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .tablet\:row-gap-30:not([class*=d_flex]) {
    row-gap: 30px;
  }
  .tablet\:gap-30[class*=d_flex] > :not(:last-child) {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .tablet\:col-gap-30[class*=d_flex] > :not(:last-child) {
    margin-right: 30px;
  }
  .tablet\:row-gap-30[class*=d_flex] > :not(:last-child) {
    margin-bottom: 30px;
  }
  .tablet\:gap-35:not([class*=d_flex]) {
    grid-gap: 35px;
  }
  .tablet\:col-gap-35:not([class*=d_flex]) {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .tablet\:row-gap-35:not([class*=d_flex]) {
    row-gap: 35px;
  }
  .tablet\:gap-35[class*=d_flex] > :not(:last-child) {
    margin-right: 35px;
    margin-bottom: 35px;
  }
  .tablet\:col-gap-35[class*=d_flex] > :not(:last-child) {
    margin-right: 35px;
  }
  .tablet\:row-gap-35[class*=d_flex] > :not(:last-child) {
    margin-bottom: 35px;
  }
  .tablet\:gap-40:not([class*=d_flex]) {
    grid-gap: 40px;
  }
  .tablet\:col-gap-40:not([class*=d_flex]) {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .tablet\:row-gap-40:not([class*=d_flex]) {
    row-gap: 40px;
  }
  .tablet\:gap-40[class*=d_flex] > :not(:last-child) {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .tablet\:col-gap-40[class*=d_flex] > :not(:last-child) {
    margin-right: 40px;
  }
  .tablet\:row-gap-40[class*=d_flex] > :not(:last-child) {
    margin-bottom: 40px;
  }
  .tablet\:gap-45:not([class*=d_flex]) {
    grid-gap: 45px;
  }
  .tablet\:col-gap-45:not([class*=d_flex]) {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .tablet\:row-gap-45:not([class*=d_flex]) {
    row-gap: 45px;
  }
  .tablet\:gap-45[class*=d_flex] > :not(:last-child) {
    margin-right: 45px;
    margin-bottom: 45px;
  }
  .tablet\:col-gap-45[class*=d_flex] > :not(:last-child) {
    margin-right: 45px;
  }
  .tablet\:row-gap-45[class*=d_flex] > :not(:last-child) {
    margin-bottom: 45px;
  }
  .tablet\:gap-50:not([class*=d_flex]) {
    grid-gap: 50px;
  }
  .tablet\:col-gap-50:not([class*=d_flex]) {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .tablet\:row-gap-50:not([class*=d_flex]) {
    row-gap: 50px;
  }
  .tablet\:gap-50[class*=d_flex] > :not(:last-child) {
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .tablet\:col-gap-50[class*=d_flex] > :not(:last-child) {
    margin-right: 50px;
  }
  .tablet\:row-gap-50[class*=d_flex] > :not(:last-child) {
    margin-bottom: 50px;
  }
  .tablet\:gap-55:not([class*=d_flex]) {
    grid-gap: 55px;
  }
  .tablet\:col-gap-55:not([class*=d_flex]) {
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
  .tablet\:row-gap-55:not([class*=d_flex]) {
    row-gap: 55px;
  }
  .tablet\:gap-55[class*=d_flex] > :not(:last-child) {
    margin-right: 55px;
    margin-bottom: 55px;
  }
  .tablet\:col-gap-55[class*=d_flex] > :not(:last-child) {
    margin-right: 55px;
  }
  .tablet\:row-gap-55[class*=d_flex] > :not(:last-child) {
    margin-bottom: 55px;
  }
  .tablet\:gap-60:not([class*=d_flex]) {
    grid-gap: 60px;
  }
  .tablet\:col-gap-60:not([class*=d_flex]) {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .tablet\:row-gap-60:not([class*=d_flex]) {
    row-gap: 60px;
  }
  .tablet\:gap-60[class*=d_flex] > :not(:last-child) {
    margin-right: 60px;
    margin-bottom: 60px;
  }
  .tablet\:col-gap-60[class*=d_flex] > :not(:last-child) {
    margin-right: 60px;
  }
  .tablet\:row-gap-60[class*=d_flex] > :not(:last-child) {
    margin-bottom: 60px;
  }
  .tablet\:gap-65:not([class*=d_flex]) {
    grid-gap: 65px;
  }
  .tablet\:col-gap-65:not([class*=d_flex]) {
    -moz-column-gap: 65px;
         column-gap: 65px;
  }
  .tablet\:row-gap-65:not([class*=d_flex]) {
    row-gap: 65px;
  }
  .tablet\:gap-65[class*=d_flex] > :not(:last-child) {
    margin-right: 65px;
    margin-bottom: 65px;
  }
  .tablet\:col-gap-65[class*=d_flex] > :not(:last-child) {
    margin-right: 65px;
  }
  .tablet\:row-gap-65[class*=d_flex] > :not(:last-child) {
    margin-bottom: 65px;
  }
  .tablet\:gap-70:not([class*=d_flex]) {
    grid-gap: 70px;
  }
  .tablet\:col-gap-70:not([class*=d_flex]) {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .tablet\:row-gap-70:not([class*=d_flex]) {
    row-gap: 70px;
  }
  .tablet\:gap-70[class*=d_flex] > :not(:last-child) {
    margin-right: 70px;
    margin-bottom: 70px;
  }
  .tablet\:col-gap-70[class*=d_flex] > :not(:last-child) {
    margin-right: 70px;
  }
  .tablet\:row-gap-70[class*=d_flex] > :not(:last-child) {
    margin-bottom: 70px;
  }
  .tablet\:gap-75:not([class*=d_flex]) {
    grid-gap: 75px;
  }
  .tablet\:col-gap-75:not([class*=d_flex]) {
    -moz-column-gap: 75px;
         column-gap: 75px;
  }
  .tablet\:row-gap-75:not([class*=d_flex]) {
    row-gap: 75px;
  }
  .tablet\:gap-75[class*=d_flex] > :not(:last-child) {
    margin-right: 75px;
    margin-bottom: 75px;
  }
  .tablet\:col-gap-75[class*=d_flex] > :not(:last-child) {
    margin-right: 75px;
  }
  .tablet\:row-gap-75[class*=d_flex] > :not(:last-child) {
    margin-bottom: 75px;
  }
  .tablet\:gap-80:not([class*=d_flex]) {
    grid-gap: 80px;
  }
  .tablet\:col-gap-80:not([class*=d_flex]) {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .tablet\:row-gap-80:not([class*=d_flex]) {
    row-gap: 80px;
  }
  .tablet\:gap-80[class*=d_flex] > :not(:last-child) {
    margin-right: 80px;
    margin-bottom: 80px;
  }
  .tablet\:col-gap-80[class*=d_flex] > :not(:last-child) {
    margin-right: 80px;
  }
  .tablet\:row-gap-80[class*=d_flex] > :not(:last-child) {
    margin-bottom: 80px;
  }
  .tablet\:gap-85:not([class*=d_flex]) {
    grid-gap: 85px;
  }
  .tablet\:col-gap-85:not([class*=d_flex]) {
    -moz-column-gap: 85px;
         column-gap: 85px;
  }
  .tablet\:row-gap-85:not([class*=d_flex]) {
    row-gap: 85px;
  }
  .tablet\:gap-85[class*=d_flex] > :not(:last-child) {
    margin-right: 85px;
    margin-bottom: 85px;
  }
  .tablet\:col-gap-85[class*=d_flex] > :not(:last-child) {
    margin-right: 85px;
  }
  .tablet\:row-gap-85[class*=d_flex] > :not(:last-child) {
    margin-bottom: 85px;
  }
  .tablet\:gap-90:not([class*=d_flex]) {
    grid-gap: 90px;
  }
  .tablet\:col-gap-90:not([class*=d_flex]) {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
  .tablet\:row-gap-90:not([class*=d_flex]) {
    row-gap: 90px;
  }
  .tablet\:gap-90[class*=d_flex] > :not(:last-child) {
    margin-right: 90px;
    margin-bottom: 90px;
  }
  .tablet\:col-gap-90[class*=d_flex] > :not(:last-child) {
    margin-right: 90px;
  }
  .tablet\:row-gap-90[class*=d_flex] > :not(:last-child) {
    margin-bottom: 90px;
  }
  .tablet\:gap-95:not([class*=d_flex]) {
    grid-gap: 95px;
  }
  .tablet\:col-gap-95:not([class*=d_flex]) {
    -moz-column-gap: 95px;
         column-gap: 95px;
  }
  .tablet\:row-gap-95:not([class*=d_flex]) {
    row-gap: 95px;
  }
  .tablet\:gap-95[class*=d_flex] > :not(:last-child) {
    margin-right: 95px;
    margin-bottom: 95px;
  }
  .tablet\:col-gap-95[class*=d_flex] > :not(:last-child) {
    margin-right: 95px;
  }
  .tablet\:row-gap-95[class*=d_flex] > :not(:last-child) {
    margin-bottom: 95px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:gap-5:not([class*=d_flex]) {
    grid-gap: 5px;
  }
  .tablet-m\:col-gap-5:not([class*=d_flex]) {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .tablet-m\:row-gap-5:not([class*=d_flex]) {
    row-gap: 5px;
  }
  .tablet-m\:gap-5[class*=d_flex] > :not(:last-child) {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .tablet-m\:col-gap-5[class*=d_flex] > :not(:last-child) {
    margin-right: 5px;
  }
  .tablet-m\:row-gap-5[class*=d_flex] > :not(:last-child) {
    margin-bottom: 5px;
  }
  .tablet-m\:gap-10:not([class*=d_flex]) {
    grid-gap: 10px;
  }
  .tablet-m\:col-gap-10:not([class*=d_flex]) {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .tablet-m\:row-gap-10:not([class*=d_flex]) {
    row-gap: 10px;
  }
  .tablet-m\:gap-10[class*=d_flex] > :not(:last-child) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .tablet-m\:col-gap-10[class*=d_flex] > :not(:last-child) {
    margin-right: 10px;
  }
  .tablet-m\:row-gap-10[class*=d_flex] > :not(:last-child) {
    margin-bottom: 10px;
  }
  .tablet-m\:gap-15:not([class*=d_flex]) {
    grid-gap: 15px;
  }
  .tablet-m\:col-gap-15:not([class*=d_flex]) {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .tablet-m\:row-gap-15:not([class*=d_flex]) {
    row-gap: 15px;
  }
  .tablet-m\:gap-15[class*=d_flex] > :not(:last-child) {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .tablet-m\:col-gap-15[class*=d_flex] > :not(:last-child) {
    margin-right: 15px;
  }
  .tablet-m\:row-gap-15[class*=d_flex] > :not(:last-child) {
    margin-bottom: 15px;
  }
  .tablet-m\:gap-20:not([class*=d_flex]) {
    grid-gap: 20px;
  }
  .tablet-m\:col-gap-20:not([class*=d_flex]) {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .tablet-m\:row-gap-20:not([class*=d_flex]) {
    row-gap: 20px;
  }
  .tablet-m\:gap-20[class*=d_flex] > :not(:last-child) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .tablet-m\:col-gap-20[class*=d_flex] > :not(:last-child) {
    margin-right: 20px;
  }
  .tablet-m\:row-gap-20[class*=d_flex] > :not(:last-child) {
    margin-bottom: 20px;
  }
  .tablet-m\:gap-25:not([class*=d_flex]) {
    grid-gap: 25px;
  }
  .tablet-m\:col-gap-25:not([class*=d_flex]) {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .tablet-m\:row-gap-25:not([class*=d_flex]) {
    row-gap: 25px;
  }
  .tablet-m\:gap-25[class*=d_flex] > :not(:last-child) {
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .tablet-m\:col-gap-25[class*=d_flex] > :not(:last-child) {
    margin-right: 25px;
  }
  .tablet-m\:row-gap-25[class*=d_flex] > :not(:last-child) {
    margin-bottom: 25px;
  }
  .tablet-m\:gap-30:not([class*=d_flex]) {
    grid-gap: 30px;
  }
  .tablet-m\:col-gap-30:not([class*=d_flex]) {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .tablet-m\:row-gap-30:not([class*=d_flex]) {
    row-gap: 30px;
  }
  .tablet-m\:gap-30[class*=d_flex] > :not(:last-child) {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .tablet-m\:col-gap-30[class*=d_flex] > :not(:last-child) {
    margin-right: 30px;
  }
  .tablet-m\:row-gap-30[class*=d_flex] > :not(:last-child) {
    margin-bottom: 30px;
  }
  .tablet-m\:gap-35:not([class*=d_flex]) {
    grid-gap: 35px;
  }
  .tablet-m\:col-gap-35:not([class*=d_flex]) {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .tablet-m\:row-gap-35:not([class*=d_flex]) {
    row-gap: 35px;
  }
  .tablet-m\:gap-35[class*=d_flex] > :not(:last-child) {
    margin-right: 35px;
    margin-bottom: 35px;
  }
  .tablet-m\:col-gap-35[class*=d_flex] > :not(:last-child) {
    margin-right: 35px;
  }
  .tablet-m\:row-gap-35[class*=d_flex] > :not(:last-child) {
    margin-bottom: 35px;
  }
  .tablet-m\:gap-40:not([class*=d_flex]) {
    grid-gap: 40px;
  }
  .tablet-m\:col-gap-40:not([class*=d_flex]) {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .tablet-m\:row-gap-40:not([class*=d_flex]) {
    row-gap: 40px;
  }
  .tablet-m\:gap-40[class*=d_flex] > :not(:last-child) {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .tablet-m\:col-gap-40[class*=d_flex] > :not(:last-child) {
    margin-right: 40px;
  }
  .tablet-m\:row-gap-40[class*=d_flex] > :not(:last-child) {
    margin-bottom: 40px;
  }
  .tablet-m\:gap-45:not([class*=d_flex]) {
    grid-gap: 45px;
  }
  .tablet-m\:col-gap-45:not([class*=d_flex]) {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .tablet-m\:row-gap-45:not([class*=d_flex]) {
    row-gap: 45px;
  }
  .tablet-m\:gap-45[class*=d_flex] > :not(:last-child) {
    margin-right: 45px;
    margin-bottom: 45px;
  }
  .tablet-m\:col-gap-45[class*=d_flex] > :not(:last-child) {
    margin-right: 45px;
  }
  .tablet-m\:row-gap-45[class*=d_flex] > :not(:last-child) {
    margin-bottom: 45px;
  }
  .tablet-m\:gap-50:not([class*=d_flex]) {
    grid-gap: 50px;
  }
  .tablet-m\:col-gap-50:not([class*=d_flex]) {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .tablet-m\:row-gap-50:not([class*=d_flex]) {
    row-gap: 50px;
  }
  .tablet-m\:gap-50[class*=d_flex] > :not(:last-child) {
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .tablet-m\:col-gap-50[class*=d_flex] > :not(:last-child) {
    margin-right: 50px;
  }
  .tablet-m\:row-gap-50[class*=d_flex] > :not(:last-child) {
    margin-bottom: 50px;
  }
  .tablet-m\:gap-55:not([class*=d_flex]) {
    grid-gap: 55px;
  }
  .tablet-m\:col-gap-55:not([class*=d_flex]) {
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
  .tablet-m\:row-gap-55:not([class*=d_flex]) {
    row-gap: 55px;
  }
  .tablet-m\:gap-55[class*=d_flex] > :not(:last-child) {
    margin-right: 55px;
    margin-bottom: 55px;
  }
  .tablet-m\:col-gap-55[class*=d_flex] > :not(:last-child) {
    margin-right: 55px;
  }
  .tablet-m\:row-gap-55[class*=d_flex] > :not(:last-child) {
    margin-bottom: 55px;
  }
  .tablet-m\:gap-60:not([class*=d_flex]) {
    grid-gap: 60px;
  }
  .tablet-m\:col-gap-60:not([class*=d_flex]) {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .tablet-m\:row-gap-60:not([class*=d_flex]) {
    row-gap: 60px;
  }
  .tablet-m\:gap-60[class*=d_flex] > :not(:last-child) {
    margin-right: 60px;
    margin-bottom: 60px;
  }
  .tablet-m\:col-gap-60[class*=d_flex] > :not(:last-child) {
    margin-right: 60px;
  }
  .tablet-m\:row-gap-60[class*=d_flex] > :not(:last-child) {
    margin-bottom: 60px;
  }
  .tablet-m\:gap-65:not([class*=d_flex]) {
    grid-gap: 65px;
  }
  .tablet-m\:col-gap-65:not([class*=d_flex]) {
    -moz-column-gap: 65px;
         column-gap: 65px;
  }
  .tablet-m\:row-gap-65:not([class*=d_flex]) {
    row-gap: 65px;
  }
  .tablet-m\:gap-65[class*=d_flex] > :not(:last-child) {
    margin-right: 65px;
    margin-bottom: 65px;
  }
  .tablet-m\:col-gap-65[class*=d_flex] > :not(:last-child) {
    margin-right: 65px;
  }
  .tablet-m\:row-gap-65[class*=d_flex] > :not(:last-child) {
    margin-bottom: 65px;
  }
  .tablet-m\:gap-70:not([class*=d_flex]) {
    grid-gap: 70px;
  }
  .tablet-m\:col-gap-70:not([class*=d_flex]) {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .tablet-m\:row-gap-70:not([class*=d_flex]) {
    row-gap: 70px;
  }
  .tablet-m\:gap-70[class*=d_flex] > :not(:last-child) {
    margin-right: 70px;
    margin-bottom: 70px;
  }
  .tablet-m\:col-gap-70[class*=d_flex] > :not(:last-child) {
    margin-right: 70px;
  }
  .tablet-m\:row-gap-70[class*=d_flex] > :not(:last-child) {
    margin-bottom: 70px;
  }
  .tablet-m\:gap-75:not([class*=d_flex]) {
    grid-gap: 75px;
  }
  .tablet-m\:col-gap-75:not([class*=d_flex]) {
    -moz-column-gap: 75px;
         column-gap: 75px;
  }
  .tablet-m\:row-gap-75:not([class*=d_flex]) {
    row-gap: 75px;
  }
  .tablet-m\:gap-75[class*=d_flex] > :not(:last-child) {
    margin-right: 75px;
    margin-bottom: 75px;
  }
  .tablet-m\:col-gap-75[class*=d_flex] > :not(:last-child) {
    margin-right: 75px;
  }
  .tablet-m\:row-gap-75[class*=d_flex] > :not(:last-child) {
    margin-bottom: 75px;
  }
  .tablet-m\:gap-80:not([class*=d_flex]) {
    grid-gap: 80px;
  }
  .tablet-m\:col-gap-80:not([class*=d_flex]) {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .tablet-m\:row-gap-80:not([class*=d_flex]) {
    row-gap: 80px;
  }
  .tablet-m\:gap-80[class*=d_flex] > :not(:last-child) {
    margin-right: 80px;
    margin-bottom: 80px;
  }
  .tablet-m\:col-gap-80[class*=d_flex] > :not(:last-child) {
    margin-right: 80px;
  }
  .tablet-m\:row-gap-80[class*=d_flex] > :not(:last-child) {
    margin-bottom: 80px;
  }
  .tablet-m\:gap-85:not([class*=d_flex]) {
    grid-gap: 85px;
  }
  .tablet-m\:col-gap-85:not([class*=d_flex]) {
    -moz-column-gap: 85px;
         column-gap: 85px;
  }
  .tablet-m\:row-gap-85:not([class*=d_flex]) {
    row-gap: 85px;
  }
  .tablet-m\:gap-85[class*=d_flex] > :not(:last-child) {
    margin-right: 85px;
    margin-bottom: 85px;
  }
  .tablet-m\:col-gap-85[class*=d_flex] > :not(:last-child) {
    margin-right: 85px;
  }
  .tablet-m\:row-gap-85[class*=d_flex] > :not(:last-child) {
    margin-bottom: 85px;
  }
  .tablet-m\:gap-90:not([class*=d_flex]) {
    grid-gap: 90px;
  }
  .tablet-m\:col-gap-90:not([class*=d_flex]) {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
  .tablet-m\:row-gap-90:not([class*=d_flex]) {
    row-gap: 90px;
  }
  .tablet-m\:gap-90[class*=d_flex] > :not(:last-child) {
    margin-right: 90px;
    margin-bottom: 90px;
  }
  .tablet-m\:col-gap-90[class*=d_flex] > :not(:last-child) {
    margin-right: 90px;
  }
  .tablet-m\:row-gap-90[class*=d_flex] > :not(:last-child) {
    margin-bottom: 90px;
  }
  .tablet-m\:gap-95:not([class*=d_flex]) {
    grid-gap: 95px;
  }
  .tablet-m\:col-gap-95:not([class*=d_flex]) {
    -moz-column-gap: 95px;
         column-gap: 95px;
  }
  .tablet-m\:row-gap-95:not([class*=d_flex]) {
    row-gap: 95px;
  }
  .tablet-m\:gap-95[class*=d_flex] > :not(:last-child) {
    margin-right: 95px;
    margin-bottom: 95px;
  }
  .tablet-m\:col-gap-95[class*=d_flex] > :not(:last-child) {
    margin-right: 95px;
  }
  .tablet-m\:row-gap-95[class*=d_flex] > :not(:last-child) {
    margin-bottom: 95px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:gap-5:not([class*=d_flex]) {
    grid-gap: 5px;
  }
  .tablet-l\:col-gap-5:not([class*=d_flex]) {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .tablet-l\:row-gap-5:not([class*=d_flex]) {
    row-gap: 5px;
  }
  .tablet-l\:gap-5[class*=d_flex] > :not(:last-child) {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .tablet-l\:col-gap-5[class*=d_flex] > :not(:last-child) {
    margin-right: 5px;
  }
  .tablet-l\:row-gap-5[class*=d_flex] > :not(:last-child) {
    margin-bottom: 5px;
  }
  .tablet-l\:gap-10:not([class*=d_flex]) {
    grid-gap: 10px;
  }
  .tablet-l\:col-gap-10:not([class*=d_flex]) {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .tablet-l\:row-gap-10:not([class*=d_flex]) {
    row-gap: 10px;
  }
  .tablet-l\:gap-10[class*=d_flex] > :not(:last-child) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .tablet-l\:col-gap-10[class*=d_flex] > :not(:last-child) {
    margin-right: 10px;
  }
  .tablet-l\:row-gap-10[class*=d_flex] > :not(:last-child) {
    margin-bottom: 10px;
  }
  .tablet-l\:gap-15:not([class*=d_flex]) {
    grid-gap: 15px;
  }
  .tablet-l\:col-gap-15:not([class*=d_flex]) {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .tablet-l\:row-gap-15:not([class*=d_flex]) {
    row-gap: 15px;
  }
  .tablet-l\:gap-15[class*=d_flex] > :not(:last-child) {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .tablet-l\:col-gap-15[class*=d_flex] > :not(:last-child) {
    margin-right: 15px;
  }
  .tablet-l\:row-gap-15[class*=d_flex] > :not(:last-child) {
    margin-bottom: 15px;
  }
  .tablet-l\:gap-20:not([class*=d_flex]) {
    grid-gap: 20px;
  }
  .tablet-l\:col-gap-20:not([class*=d_flex]) {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .tablet-l\:row-gap-20:not([class*=d_flex]) {
    row-gap: 20px;
  }
  .tablet-l\:gap-20[class*=d_flex] > :not(:last-child) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .tablet-l\:col-gap-20[class*=d_flex] > :not(:last-child) {
    margin-right: 20px;
  }
  .tablet-l\:row-gap-20[class*=d_flex] > :not(:last-child) {
    margin-bottom: 20px;
  }
  .tablet-l\:gap-25:not([class*=d_flex]) {
    grid-gap: 25px;
  }
  .tablet-l\:col-gap-25:not([class*=d_flex]) {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .tablet-l\:row-gap-25:not([class*=d_flex]) {
    row-gap: 25px;
  }
  .tablet-l\:gap-25[class*=d_flex] > :not(:last-child) {
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .tablet-l\:col-gap-25[class*=d_flex] > :not(:last-child) {
    margin-right: 25px;
  }
  .tablet-l\:row-gap-25[class*=d_flex] > :not(:last-child) {
    margin-bottom: 25px;
  }
  .tablet-l\:gap-30:not([class*=d_flex]) {
    grid-gap: 30px;
  }
  .tablet-l\:col-gap-30:not([class*=d_flex]) {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .tablet-l\:row-gap-30:not([class*=d_flex]) {
    row-gap: 30px;
  }
  .tablet-l\:gap-30[class*=d_flex] > :not(:last-child) {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .tablet-l\:col-gap-30[class*=d_flex] > :not(:last-child) {
    margin-right: 30px;
  }
  .tablet-l\:row-gap-30[class*=d_flex] > :not(:last-child) {
    margin-bottom: 30px;
  }
  .tablet-l\:gap-35:not([class*=d_flex]) {
    grid-gap: 35px;
  }
  .tablet-l\:col-gap-35:not([class*=d_flex]) {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .tablet-l\:row-gap-35:not([class*=d_flex]) {
    row-gap: 35px;
  }
  .tablet-l\:gap-35[class*=d_flex] > :not(:last-child) {
    margin-right: 35px;
    margin-bottom: 35px;
  }
  .tablet-l\:col-gap-35[class*=d_flex] > :not(:last-child) {
    margin-right: 35px;
  }
  .tablet-l\:row-gap-35[class*=d_flex] > :not(:last-child) {
    margin-bottom: 35px;
  }
  .tablet-l\:gap-40:not([class*=d_flex]) {
    grid-gap: 40px;
  }
  .tablet-l\:col-gap-40:not([class*=d_flex]) {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .tablet-l\:row-gap-40:not([class*=d_flex]) {
    row-gap: 40px;
  }
  .tablet-l\:gap-40[class*=d_flex] > :not(:last-child) {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .tablet-l\:col-gap-40[class*=d_flex] > :not(:last-child) {
    margin-right: 40px;
  }
  .tablet-l\:row-gap-40[class*=d_flex] > :not(:last-child) {
    margin-bottom: 40px;
  }
  .tablet-l\:gap-45:not([class*=d_flex]) {
    grid-gap: 45px;
  }
  .tablet-l\:col-gap-45:not([class*=d_flex]) {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .tablet-l\:row-gap-45:not([class*=d_flex]) {
    row-gap: 45px;
  }
  .tablet-l\:gap-45[class*=d_flex] > :not(:last-child) {
    margin-right: 45px;
    margin-bottom: 45px;
  }
  .tablet-l\:col-gap-45[class*=d_flex] > :not(:last-child) {
    margin-right: 45px;
  }
  .tablet-l\:row-gap-45[class*=d_flex] > :not(:last-child) {
    margin-bottom: 45px;
  }
  .tablet-l\:gap-50:not([class*=d_flex]) {
    grid-gap: 50px;
  }
  .tablet-l\:col-gap-50:not([class*=d_flex]) {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .tablet-l\:row-gap-50:not([class*=d_flex]) {
    row-gap: 50px;
  }
  .tablet-l\:gap-50[class*=d_flex] > :not(:last-child) {
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .tablet-l\:col-gap-50[class*=d_flex] > :not(:last-child) {
    margin-right: 50px;
  }
  .tablet-l\:row-gap-50[class*=d_flex] > :not(:last-child) {
    margin-bottom: 50px;
  }
  .tablet-l\:gap-55:not([class*=d_flex]) {
    grid-gap: 55px;
  }
  .tablet-l\:col-gap-55:not([class*=d_flex]) {
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
  .tablet-l\:row-gap-55:not([class*=d_flex]) {
    row-gap: 55px;
  }
  .tablet-l\:gap-55[class*=d_flex] > :not(:last-child) {
    margin-right: 55px;
    margin-bottom: 55px;
  }
  .tablet-l\:col-gap-55[class*=d_flex] > :not(:last-child) {
    margin-right: 55px;
  }
  .tablet-l\:row-gap-55[class*=d_flex] > :not(:last-child) {
    margin-bottom: 55px;
  }
  .tablet-l\:gap-60:not([class*=d_flex]) {
    grid-gap: 60px;
  }
  .tablet-l\:col-gap-60:not([class*=d_flex]) {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .tablet-l\:row-gap-60:not([class*=d_flex]) {
    row-gap: 60px;
  }
  .tablet-l\:gap-60[class*=d_flex] > :not(:last-child) {
    margin-right: 60px;
    margin-bottom: 60px;
  }
  .tablet-l\:col-gap-60[class*=d_flex] > :not(:last-child) {
    margin-right: 60px;
  }
  .tablet-l\:row-gap-60[class*=d_flex] > :not(:last-child) {
    margin-bottom: 60px;
  }
  .tablet-l\:gap-65:not([class*=d_flex]) {
    grid-gap: 65px;
  }
  .tablet-l\:col-gap-65:not([class*=d_flex]) {
    -moz-column-gap: 65px;
         column-gap: 65px;
  }
  .tablet-l\:row-gap-65:not([class*=d_flex]) {
    row-gap: 65px;
  }
  .tablet-l\:gap-65[class*=d_flex] > :not(:last-child) {
    margin-right: 65px;
    margin-bottom: 65px;
  }
  .tablet-l\:col-gap-65[class*=d_flex] > :not(:last-child) {
    margin-right: 65px;
  }
  .tablet-l\:row-gap-65[class*=d_flex] > :not(:last-child) {
    margin-bottom: 65px;
  }
  .tablet-l\:gap-70:not([class*=d_flex]) {
    grid-gap: 70px;
  }
  .tablet-l\:col-gap-70:not([class*=d_flex]) {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .tablet-l\:row-gap-70:not([class*=d_flex]) {
    row-gap: 70px;
  }
  .tablet-l\:gap-70[class*=d_flex] > :not(:last-child) {
    margin-right: 70px;
    margin-bottom: 70px;
  }
  .tablet-l\:col-gap-70[class*=d_flex] > :not(:last-child) {
    margin-right: 70px;
  }
  .tablet-l\:row-gap-70[class*=d_flex] > :not(:last-child) {
    margin-bottom: 70px;
  }
  .tablet-l\:gap-75:not([class*=d_flex]) {
    grid-gap: 75px;
  }
  .tablet-l\:col-gap-75:not([class*=d_flex]) {
    -moz-column-gap: 75px;
         column-gap: 75px;
  }
  .tablet-l\:row-gap-75:not([class*=d_flex]) {
    row-gap: 75px;
  }
  .tablet-l\:gap-75[class*=d_flex] > :not(:last-child) {
    margin-right: 75px;
    margin-bottom: 75px;
  }
  .tablet-l\:col-gap-75[class*=d_flex] > :not(:last-child) {
    margin-right: 75px;
  }
  .tablet-l\:row-gap-75[class*=d_flex] > :not(:last-child) {
    margin-bottom: 75px;
  }
  .tablet-l\:gap-80:not([class*=d_flex]) {
    grid-gap: 80px;
  }
  .tablet-l\:col-gap-80:not([class*=d_flex]) {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .tablet-l\:row-gap-80:not([class*=d_flex]) {
    row-gap: 80px;
  }
  .tablet-l\:gap-80[class*=d_flex] > :not(:last-child) {
    margin-right: 80px;
    margin-bottom: 80px;
  }
  .tablet-l\:col-gap-80[class*=d_flex] > :not(:last-child) {
    margin-right: 80px;
  }
  .tablet-l\:row-gap-80[class*=d_flex] > :not(:last-child) {
    margin-bottom: 80px;
  }
  .tablet-l\:gap-85:not([class*=d_flex]) {
    grid-gap: 85px;
  }
  .tablet-l\:col-gap-85:not([class*=d_flex]) {
    -moz-column-gap: 85px;
         column-gap: 85px;
  }
  .tablet-l\:row-gap-85:not([class*=d_flex]) {
    row-gap: 85px;
  }
  .tablet-l\:gap-85[class*=d_flex] > :not(:last-child) {
    margin-right: 85px;
    margin-bottom: 85px;
  }
  .tablet-l\:col-gap-85[class*=d_flex] > :not(:last-child) {
    margin-right: 85px;
  }
  .tablet-l\:row-gap-85[class*=d_flex] > :not(:last-child) {
    margin-bottom: 85px;
  }
  .tablet-l\:gap-90:not([class*=d_flex]) {
    grid-gap: 90px;
  }
  .tablet-l\:col-gap-90:not([class*=d_flex]) {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
  .tablet-l\:row-gap-90:not([class*=d_flex]) {
    row-gap: 90px;
  }
  .tablet-l\:gap-90[class*=d_flex] > :not(:last-child) {
    margin-right: 90px;
    margin-bottom: 90px;
  }
  .tablet-l\:col-gap-90[class*=d_flex] > :not(:last-child) {
    margin-right: 90px;
  }
  .tablet-l\:row-gap-90[class*=d_flex] > :not(:last-child) {
    margin-bottom: 90px;
  }
  .tablet-l\:gap-95:not([class*=d_flex]) {
    grid-gap: 95px;
  }
  .tablet-l\:col-gap-95:not([class*=d_flex]) {
    -moz-column-gap: 95px;
         column-gap: 95px;
  }
  .tablet-l\:row-gap-95:not([class*=d_flex]) {
    row-gap: 95px;
  }
  .tablet-l\:gap-95[class*=d_flex] > :not(:last-child) {
    margin-right: 95px;
    margin-bottom: 95px;
  }
  .tablet-l\:col-gap-95[class*=d_flex] > :not(:last-child) {
    margin-right: 95px;
  }
  .tablet-l\:row-gap-95[class*=d_flex] > :not(:last-child) {
    margin-bottom: 95px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:gap-5:not([class*=d_flex]) {
    grid-gap: 5px;
  }
  .laptop\:col-gap-5:not([class*=d_flex]) {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .laptop\:row-gap-5:not([class*=d_flex]) {
    row-gap: 5px;
  }
  .laptop\:gap-5[class*=d_flex] > :not(:last-child) {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .laptop\:col-gap-5[class*=d_flex] > :not(:last-child) {
    margin-right: 5px;
  }
  .laptop\:row-gap-5[class*=d_flex] > :not(:last-child) {
    margin-bottom: 5px;
  }
  .laptop\:gap-10:not([class*=d_flex]) {
    grid-gap: 10px;
  }
  .laptop\:col-gap-10:not([class*=d_flex]) {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .laptop\:row-gap-10:not([class*=d_flex]) {
    row-gap: 10px;
  }
  .laptop\:gap-10[class*=d_flex] > :not(:last-child) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .laptop\:col-gap-10[class*=d_flex] > :not(:last-child) {
    margin-right: 10px;
  }
  .laptop\:row-gap-10[class*=d_flex] > :not(:last-child) {
    margin-bottom: 10px;
  }
  .laptop\:gap-15:not([class*=d_flex]) {
    grid-gap: 15px;
  }
  .laptop\:col-gap-15:not([class*=d_flex]) {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .laptop\:row-gap-15:not([class*=d_flex]) {
    row-gap: 15px;
  }
  .laptop\:gap-15[class*=d_flex] > :not(:last-child) {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .laptop\:col-gap-15[class*=d_flex] > :not(:last-child) {
    margin-right: 15px;
  }
  .laptop\:row-gap-15[class*=d_flex] > :not(:last-child) {
    margin-bottom: 15px;
  }
  .laptop\:gap-20:not([class*=d_flex]) {
    grid-gap: 20px;
  }
  .laptop\:col-gap-20:not([class*=d_flex]) {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .laptop\:row-gap-20:not([class*=d_flex]) {
    row-gap: 20px;
  }
  .laptop\:gap-20[class*=d_flex] > :not(:last-child) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .laptop\:col-gap-20[class*=d_flex] > :not(:last-child) {
    margin-right: 20px;
  }
  .laptop\:row-gap-20[class*=d_flex] > :not(:last-child) {
    margin-bottom: 20px;
  }
  .laptop\:gap-25:not([class*=d_flex]) {
    grid-gap: 25px;
  }
  .laptop\:col-gap-25:not([class*=d_flex]) {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .laptop\:row-gap-25:not([class*=d_flex]) {
    row-gap: 25px;
  }
  .laptop\:gap-25[class*=d_flex] > :not(:last-child) {
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .laptop\:col-gap-25[class*=d_flex] > :not(:last-child) {
    margin-right: 25px;
  }
  .laptop\:row-gap-25[class*=d_flex] > :not(:last-child) {
    margin-bottom: 25px;
  }
  .laptop\:gap-30:not([class*=d_flex]) {
    grid-gap: 30px;
  }
  .laptop\:col-gap-30:not([class*=d_flex]) {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .laptop\:row-gap-30:not([class*=d_flex]) {
    row-gap: 30px;
  }
  .laptop\:gap-30[class*=d_flex] > :not(:last-child) {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .laptop\:col-gap-30[class*=d_flex] > :not(:last-child) {
    margin-right: 30px;
  }
  .laptop\:row-gap-30[class*=d_flex] > :not(:last-child) {
    margin-bottom: 30px;
  }
  .laptop\:gap-35:not([class*=d_flex]) {
    grid-gap: 35px;
  }
  .laptop\:col-gap-35:not([class*=d_flex]) {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .laptop\:row-gap-35:not([class*=d_flex]) {
    row-gap: 35px;
  }
  .laptop\:gap-35[class*=d_flex] > :not(:last-child) {
    margin-right: 35px;
    margin-bottom: 35px;
  }
  .laptop\:col-gap-35[class*=d_flex] > :not(:last-child) {
    margin-right: 35px;
  }
  .laptop\:row-gap-35[class*=d_flex] > :not(:last-child) {
    margin-bottom: 35px;
  }
  .laptop\:gap-40:not([class*=d_flex]) {
    grid-gap: 40px;
  }
  .laptop\:col-gap-40:not([class*=d_flex]) {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .laptop\:row-gap-40:not([class*=d_flex]) {
    row-gap: 40px;
  }
  .laptop\:gap-40[class*=d_flex] > :not(:last-child) {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .laptop\:col-gap-40[class*=d_flex] > :not(:last-child) {
    margin-right: 40px;
  }
  .laptop\:row-gap-40[class*=d_flex] > :not(:last-child) {
    margin-bottom: 40px;
  }
  .laptop\:gap-45:not([class*=d_flex]) {
    grid-gap: 45px;
  }
  .laptop\:col-gap-45:not([class*=d_flex]) {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .laptop\:row-gap-45:not([class*=d_flex]) {
    row-gap: 45px;
  }
  .laptop\:gap-45[class*=d_flex] > :not(:last-child) {
    margin-right: 45px;
    margin-bottom: 45px;
  }
  .laptop\:col-gap-45[class*=d_flex] > :not(:last-child) {
    margin-right: 45px;
  }
  .laptop\:row-gap-45[class*=d_flex] > :not(:last-child) {
    margin-bottom: 45px;
  }
  .laptop\:gap-50:not([class*=d_flex]) {
    grid-gap: 50px;
  }
  .laptop\:col-gap-50:not([class*=d_flex]) {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .laptop\:row-gap-50:not([class*=d_flex]) {
    row-gap: 50px;
  }
  .laptop\:gap-50[class*=d_flex] > :not(:last-child) {
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .laptop\:col-gap-50[class*=d_flex] > :not(:last-child) {
    margin-right: 50px;
  }
  .laptop\:row-gap-50[class*=d_flex] > :not(:last-child) {
    margin-bottom: 50px;
  }
  .laptop\:gap-55:not([class*=d_flex]) {
    grid-gap: 55px;
  }
  .laptop\:col-gap-55:not([class*=d_flex]) {
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
  .laptop\:row-gap-55:not([class*=d_flex]) {
    row-gap: 55px;
  }
  .laptop\:gap-55[class*=d_flex] > :not(:last-child) {
    margin-right: 55px;
    margin-bottom: 55px;
  }
  .laptop\:col-gap-55[class*=d_flex] > :not(:last-child) {
    margin-right: 55px;
  }
  .laptop\:row-gap-55[class*=d_flex] > :not(:last-child) {
    margin-bottom: 55px;
  }
  .laptop\:gap-60:not([class*=d_flex]) {
    grid-gap: 60px;
  }
  .laptop\:col-gap-60:not([class*=d_flex]) {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .laptop\:row-gap-60:not([class*=d_flex]) {
    row-gap: 60px;
  }
  .laptop\:gap-60[class*=d_flex] > :not(:last-child) {
    margin-right: 60px;
    margin-bottom: 60px;
  }
  .laptop\:col-gap-60[class*=d_flex] > :not(:last-child) {
    margin-right: 60px;
  }
  .laptop\:row-gap-60[class*=d_flex] > :not(:last-child) {
    margin-bottom: 60px;
  }
  .laptop\:gap-65:not([class*=d_flex]) {
    grid-gap: 65px;
  }
  .laptop\:col-gap-65:not([class*=d_flex]) {
    -moz-column-gap: 65px;
         column-gap: 65px;
  }
  .laptop\:row-gap-65:not([class*=d_flex]) {
    row-gap: 65px;
  }
  .laptop\:gap-65[class*=d_flex] > :not(:last-child) {
    margin-right: 65px;
    margin-bottom: 65px;
  }
  .laptop\:col-gap-65[class*=d_flex] > :not(:last-child) {
    margin-right: 65px;
  }
  .laptop\:row-gap-65[class*=d_flex] > :not(:last-child) {
    margin-bottom: 65px;
  }
  .laptop\:gap-70:not([class*=d_flex]) {
    grid-gap: 70px;
  }
  .laptop\:col-gap-70:not([class*=d_flex]) {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .laptop\:row-gap-70:not([class*=d_flex]) {
    row-gap: 70px;
  }
  .laptop\:gap-70[class*=d_flex] > :not(:last-child) {
    margin-right: 70px;
    margin-bottom: 70px;
  }
  .laptop\:col-gap-70[class*=d_flex] > :not(:last-child) {
    margin-right: 70px;
  }
  .laptop\:row-gap-70[class*=d_flex] > :not(:last-child) {
    margin-bottom: 70px;
  }
  .laptop\:gap-75:not([class*=d_flex]) {
    grid-gap: 75px;
  }
  .laptop\:col-gap-75:not([class*=d_flex]) {
    -moz-column-gap: 75px;
         column-gap: 75px;
  }
  .laptop\:row-gap-75:not([class*=d_flex]) {
    row-gap: 75px;
  }
  .laptop\:gap-75[class*=d_flex] > :not(:last-child) {
    margin-right: 75px;
    margin-bottom: 75px;
  }
  .laptop\:col-gap-75[class*=d_flex] > :not(:last-child) {
    margin-right: 75px;
  }
  .laptop\:row-gap-75[class*=d_flex] > :not(:last-child) {
    margin-bottom: 75px;
  }
  .laptop\:gap-80:not([class*=d_flex]) {
    grid-gap: 80px;
  }
  .laptop\:col-gap-80:not([class*=d_flex]) {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .laptop\:row-gap-80:not([class*=d_flex]) {
    row-gap: 80px;
  }
  .laptop\:gap-80[class*=d_flex] > :not(:last-child) {
    margin-right: 80px;
    margin-bottom: 80px;
  }
  .laptop\:col-gap-80[class*=d_flex] > :not(:last-child) {
    margin-right: 80px;
  }
  .laptop\:row-gap-80[class*=d_flex] > :not(:last-child) {
    margin-bottom: 80px;
  }
  .laptop\:gap-85:not([class*=d_flex]) {
    grid-gap: 85px;
  }
  .laptop\:col-gap-85:not([class*=d_flex]) {
    -moz-column-gap: 85px;
         column-gap: 85px;
  }
  .laptop\:row-gap-85:not([class*=d_flex]) {
    row-gap: 85px;
  }
  .laptop\:gap-85[class*=d_flex] > :not(:last-child) {
    margin-right: 85px;
    margin-bottom: 85px;
  }
  .laptop\:col-gap-85[class*=d_flex] > :not(:last-child) {
    margin-right: 85px;
  }
  .laptop\:row-gap-85[class*=d_flex] > :not(:last-child) {
    margin-bottom: 85px;
  }
  .laptop\:gap-90:not([class*=d_flex]) {
    grid-gap: 90px;
  }
  .laptop\:col-gap-90:not([class*=d_flex]) {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
  .laptop\:row-gap-90:not([class*=d_flex]) {
    row-gap: 90px;
  }
  .laptop\:gap-90[class*=d_flex] > :not(:last-child) {
    margin-right: 90px;
    margin-bottom: 90px;
  }
  .laptop\:col-gap-90[class*=d_flex] > :not(:last-child) {
    margin-right: 90px;
  }
  .laptop\:row-gap-90[class*=d_flex] > :not(:last-child) {
    margin-bottom: 90px;
  }
  .laptop\:gap-95:not([class*=d_flex]) {
    grid-gap: 95px;
  }
  .laptop\:col-gap-95:not([class*=d_flex]) {
    -moz-column-gap: 95px;
         column-gap: 95px;
  }
  .laptop\:row-gap-95:not([class*=d_flex]) {
    row-gap: 95px;
  }
  .laptop\:gap-95[class*=d_flex] > :not(:last-child) {
    margin-right: 95px;
    margin-bottom: 95px;
  }
  .laptop\:col-gap-95[class*=d_flex] > :not(:last-child) {
    margin-right: 95px;
  }
  .laptop\:row-gap-95[class*=d_flex] > :not(:last-child) {
    margin-bottom: 95px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:gap-5:not([class*=d_flex]) {
    grid-gap: 5px;
  }
  .laptop-l\:col-gap-5:not([class*=d_flex]) {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .laptop-l\:row-gap-5:not([class*=d_flex]) {
    row-gap: 5px;
  }
  .laptop-l\:gap-5[class*=d_flex] > :not(:last-child) {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .laptop-l\:col-gap-5[class*=d_flex] > :not(:last-child) {
    margin-right: 5px;
  }
  .laptop-l\:row-gap-5[class*=d_flex] > :not(:last-child) {
    margin-bottom: 5px;
  }
  .laptop-l\:gap-10:not([class*=d_flex]) {
    grid-gap: 10px;
  }
  .laptop-l\:col-gap-10:not([class*=d_flex]) {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .laptop-l\:row-gap-10:not([class*=d_flex]) {
    row-gap: 10px;
  }
  .laptop-l\:gap-10[class*=d_flex] > :not(:last-child) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .laptop-l\:col-gap-10[class*=d_flex] > :not(:last-child) {
    margin-right: 10px;
  }
  .laptop-l\:row-gap-10[class*=d_flex] > :not(:last-child) {
    margin-bottom: 10px;
  }
  .laptop-l\:gap-15:not([class*=d_flex]) {
    grid-gap: 15px;
  }
  .laptop-l\:col-gap-15:not([class*=d_flex]) {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .laptop-l\:row-gap-15:not([class*=d_flex]) {
    row-gap: 15px;
  }
  .laptop-l\:gap-15[class*=d_flex] > :not(:last-child) {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .laptop-l\:col-gap-15[class*=d_flex] > :not(:last-child) {
    margin-right: 15px;
  }
  .laptop-l\:row-gap-15[class*=d_flex] > :not(:last-child) {
    margin-bottom: 15px;
  }
  .laptop-l\:gap-20:not([class*=d_flex]) {
    grid-gap: 20px;
  }
  .laptop-l\:col-gap-20:not([class*=d_flex]) {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .laptop-l\:row-gap-20:not([class*=d_flex]) {
    row-gap: 20px;
  }
  .laptop-l\:gap-20[class*=d_flex] > :not(:last-child) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .laptop-l\:col-gap-20[class*=d_flex] > :not(:last-child) {
    margin-right: 20px;
  }
  .laptop-l\:row-gap-20[class*=d_flex] > :not(:last-child) {
    margin-bottom: 20px;
  }
  .laptop-l\:gap-25:not([class*=d_flex]) {
    grid-gap: 25px;
  }
  .laptop-l\:col-gap-25:not([class*=d_flex]) {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .laptop-l\:row-gap-25:not([class*=d_flex]) {
    row-gap: 25px;
  }
  .laptop-l\:gap-25[class*=d_flex] > :not(:last-child) {
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .laptop-l\:col-gap-25[class*=d_flex] > :not(:last-child) {
    margin-right: 25px;
  }
  .laptop-l\:row-gap-25[class*=d_flex] > :not(:last-child) {
    margin-bottom: 25px;
  }
  .laptop-l\:gap-30:not([class*=d_flex]) {
    grid-gap: 30px;
  }
  .laptop-l\:col-gap-30:not([class*=d_flex]) {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .laptop-l\:row-gap-30:not([class*=d_flex]) {
    row-gap: 30px;
  }
  .laptop-l\:gap-30[class*=d_flex] > :not(:last-child) {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .laptop-l\:col-gap-30[class*=d_flex] > :not(:last-child) {
    margin-right: 30px;
  }
  .laptop-l\:row-gap-30[class*=d_flex] > :not(:last-child) {
    margin-bottom: 30px;
  }
  .laptop-l\:gap-35:not([class*=d_flex]) {
    grid-gap: 35px;
  }
  .laptop-l\:col-gap-35:not([class*=d_flex]) {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .laptop-l\:row-gap-35:not([class*=d_flex]) {
    row-gap: 35px;
  }
  .laptop-l\:gap-35[class*=d_flex] > :not(:last-child) {
    margin-right: 35px;
    margin-bottom: 35px;
  }
  .laptop-l\:col-gap-35[class*=d_flex] > :not(:last-child) {
    margin-right: 35px;
  }
  .laptop-l\:row-gap-35[class*=d_flex] > :not(:last-child) {
    margin-bottom: 35px;
  }
  .laptop-l\:gap-40:not([class*=d_flex]) {
    grid-gap: 40px;
  }
  .laptop-l\:col-gap-40:not([class*=d_flex]) {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .laptop-l\:row-gap-40:not([class*=d_flex]) {
    row-gap: 40px;
  }
  .laptop-l\:gap-40[class*=d_flex] > :not(:last-child) {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .laptop-l\:col-gap-40[class*=d_flex] > :not(:last-child) {
    margin-right: 40px;
  }
  .laptop-l\:row-gap-40[class*=d_flex] > :not(:last-child) {
    margin-bottom: 40px;
  }
  .laptop-l\:gap-45:not([class*=d_flex]) {
    grid-gap: 45px;
  }
  .laptop-l\:col-gap-45:not([class*=d_flex]) {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .laptop-l\:row-gap-45:not([class*=d_flex]) {
    row-gap: 45px;
  }
  .laptop-l\:gap-45[class*=d_flex] > :not(:last-child) {
    margin-right: 45px;
    margin-bottom: 45px;
  }
  .laptop-l\:col-gap-45[class*=d_flex] > :not(:last-child) {
    margin-right: 45px;
  }
  .laptop-l\:row-gap-45[class*=d_flex] > :not(:last-child) {
    margin-bottom: 45px;
  }
  .laptop-l\:gap-50:not([class*=d_flex]) {
    grid-gap: 50px;
  }
  .laptop-l\:col-gap-50:not([class*=d_flex]) {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .laptop-l\:row-gap-50:not([class*=d_flex]) {
    row-gap: 50px;
  }
  .laptop-l\:gap-50[class*=d_flex] > :not(:last-child) {
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .laptop-l\:col-gap-50[class*=d_flex] > :not(:last-child) {
    margin-right: 50px;
  }
  .laptop-l\:row-gap-50[class*=d_flex] > :not(:last-child) {
    margin-bottom: 50px;
  }
  .laptop-l\:gap-55:not([class*=d_flex]) {
    grid-gap: 55px;
  }
  .laptop-l\:col-gap-55:not([class*=d_flex]) {
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
  .laptop-l\:row-gap-55:not([class*=d_flex]) {
    row-gap: 55px;
  }
  .laptop-l\:gap-55[class*=d_flex] > :not(:last-child) {
    margin-right: 55px;
    margin-bottom: 55px;
  }
  .laptop-l\:col-gap-55[class*=d_flex] > :not(:last-child) {
    margin-right: 55px;
  }
  .laptop-l\:row-gap-55[class*=d_flex] > :not(:last-child) {
    margin-bottom: 55px;
  }
  .laptop-l\:gap-60:not([class*=d_flex]) {
    grid-gap: 60px;
  }
  .laptop-l\:col-gap-60:not([class*=d_flex]) {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .laptop-l\:row-gap-60:not([class*=d_flex]) {
    row-gap: 60px;
  }
  .laptop-l\:gap-60[class*=d_flex] > :not(:last-child) {
    margin-right: 60px;
    margin-bottom: 60px;
  }
  .laptop-l\:col-gap-60[class*=d_flex] > :not(:last-child) {
    margin-right: 60px;
  }
  .laptop-l\:row-gap-60[class*=d_flex] > :not(:last-child) {
    margin-bottom: 60px;
  }
  .laptop-l\:gap-65:not([class*=d_flex]) {
    grid-gap: 65px;
  }
  .laptop-l\:col-gap-65:not([class*=d_flex]) {
    -moz-column-gap: 65px;
         column-gap: 65px;
  }
  .laptop-l\:row-gap-65:not([class*=d_flex]) {
    row-gap: 65px;
  }
  .laptop-l\:gap-65[class*=d_flex] > :not(:last-child) {
    margin-right: 65px;
    margin-bottom: 65px;
  }
  .laptop-l\:col-gap-65[class*=d_flex] > :not(:last-child) {
    margin-right: 65px;
  }
  .laptop-l\:row-gap-65[class*=d_flex] > :not(:last-child) {
    margin-bottom: 65px;
  }
  .laptop-l\:gap-70:not([class*=d_flex]) {
    grid-gap: 70px;
  }
  .laptop-l\:col-gap-70:not([class*=d_flex]) {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .laptop-l\:row-gap-70:not([class*=d_flex]) {
    row-gap: 70px;
  }
  .laptop-l\:gap-70[class*=d_flex] > :not(:last-child) {
    margin-right: 70px;
    margin-bottom: 70px;
  }
  .laptop-l\:col-gap-70[class*=d_flex] > :not(:last-child) {
    margin-right: 70px;
  }
  .laptop-l\:row-gap-70[class*=d_flex] > :not(:last-child) {
    margin-bottom: 70px;
  }
  .laptop-l\:gap-75:not([class*=d_flex]) {
    grid-gap: 75px;
  }
  .laptop-l\:col-gap-75:not([class*=d_flex]) {
    -moz-column-gap: 75px;
         column-gap: 75px;
  }
  .laptop-l\:row-gap-75:not([class*=d_flex]) {
    row-gap: 75px;
  }
  .laptop-l\:gap-75[class*=d_flex] > :not(:last-child) {
    margin-right: 75px;
    margin-bottom: 75px;
  }
  .laptop-l\:col-gap-75[class*=d_flex] > :not(:last-child) {
    margin-right: 75px;
  }
  .laptop-l\:row-gap-75[class*=d_flex] > :not(:last-child) {
    margin-bottom: 75px;
  }
  .laptop-l\:gap-80:not([class*=d_flex]) {
    grid-gap: 80px;
  }
  .laptop-l\:col-gap-80:not([class*=d_flex]) {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .laptop-l\:row-gap-80:not([class*=d_flex]) {
    row-gap: 80px;
  }
  .laptop-l\:gap-80[class*=d_flex] > :not(:last-child) {
    margin-right: 80px;
    margin-bottom: 80px;
  }
  .laptop-l\:col-gap-80[class*=d_flex] > :not(:last-child) {
    margin-right: 80px;
  }
  .laptop-l\:row-gap-80[class*=d_flex] > :not(:last-child) {
    margin-bottom: 80px;
  }
  .laptop-l\:gap-85:not([class*=d_flex]) {
    grid-gap: 85px;
  }
  .laptop-l\:col-gap-85:not([class*=d_flex]) {
    -moz-column-gap: 85px;
         column-gap: 85px;
  }
  .laptop-l\:row-gap-85:not([class*=d_flex]) {
    row-gap: 85px;
  }
  .laptop-l\:gap-85[class*=d_flex] > :not(:last-child) {
    margin-right: 85px;
    margin-bottom: 85px;
  }
  .laptop-l\:col-gap-85[class*=d_flex] > :not(:last-child) {
    margin-right: 85px;
  }
  .laptop-l\:row-gap-85[class*=d_flex] > :not(:last-child) {
    margin-bottom: 85px;
  }
  .laptop-l\:gap-90:not([class*=d_flex]) {
    grid-gap: 90px;
  }
  .laptop-l\:col-gap-90:not([class*=d_flex]) {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
  .laptop-l\:row-gap-90:not([class*=d_flex]) {
    row-gap: 90px;
  }
  .laptop-l\:gap-90[class*=d_flex] > :not(:last-child) {
    margin-right: 90px;
    margin-bottom: 90px;
  }
  .laptop-l\:col-gap-90[class*=d_flex] > :not(:last-child) {
    margin-right: 90px;
  }
  .laptop-l\:row-gap-90[class*=d_flex] > :not(:last-child) {
    margin-bottom: 90px;
  }
  .laptop-l\:gap-95:not([class*=d_flex]) {
    grid-gap: 95px;
  }
  .laptop-l\:col-gap-95:not([class*=d_flex]) {
    -moz-column-gap: 95px;
         column-gap: 95px;
  }
  .laptop-l\:row-gap-95:not([class*=d_flex]) {
    row-gap: 95px;
  }
  .laptop-l\:gap-95[class*=d_flex] > :not(:last-child) {
    margin-right: 95px;
    margin-bottom: 95px;
  }
  .laptop-l\:col-gap-95[class*=d_flex] > :not(:last-child) {
    margin-right: 95px;
  }
  .laptop-l\:row-gap-95[class*=d_flex] > :not(:last-child) {
    margin-bottom: 95px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:gap-5:not([class*=d_flex]) {
    grid-gap: 5px;
  }
  .laptop-xl\:col-gap-5:not([class*=d_flex]) {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .laptop-xl\:row-gap-5:not([class*=d_flex]) {
    row-gap: 5px;
  }
  .laptop-xl\:gap-5[class*=d_flex] > :not(:last-child) {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .laptop-xl\:col-gap-5[class*=d_flex] > :not(:last-child) {
    margin-right: 5px;
  }
  .laptop-xl\:row-gap-5[class*=d_flex] > :not(:last-child) {
    margin-bottom: 5px;
  }
  .laptop-xl\:gap-10:not([class*=d_flex]) {
    grid-gap: 10px;
  }
  .laptop-xl\:col-gap-10:not([class*=d_flex]) {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .laptop-xl\:row-gap-10:not([class*=d_flex]) {
    row-gap: 10px;
  }
  .laptop-xl\:gap-10[class*=d_flex] > :not(:last-child) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .laptop-xl\:col-gap-10[class*=d_flex] > :not(:last-child) {
    margin-right: 10px;
  }
  .laptop-xl\:row-gap-10[class*=d_flex] > :not(:last-child) {
    margin-bottom: 10px;
  }
  .laptop-xl\:gap-15:not([class*=d_flex]) {
    grid-gap: 15px;
  }
  .laptop-xl\:col-gap-15:not([class*=d_flex]) {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .laptop-xl\:row-gap-15:not([class*=d_flex]) {
    row-gap: 15px;
  }
  .laptop-xl\:gap-15[class*=d_flex] > :not(:last-child) {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .laptop-xl\:col-gap-15[class*=d_flex] > :not(:last-child) {
    margin-right: 15px;
  }
  .laptop-xl\:row-gap-15[class*=d_flex] > :not(:last-child) {
    margin-bottom: 15px;
  }
  .laptop-xl\:gap-20:not([class*=d_flex]) {
    grid-gap: 20px;
  }
  .laptop-xl\:col-gap-20:not([class*=d_flex]) {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .laptop-xl\:row-gap-20:not([class*=d_flex]) {
    row-gap: 20px;
  }
  .laptop-xl\:gap-20[class*=d_flex] > :not(:last-child) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .laptop-xl\:col-gap-20[class*=d_flex] > :not(:last-child) {
    margin-right: 20px;
  }
  .laptop-xl\:row-gap-20[class*=d_flex] > :not(:last-child) {
    margin-bottom: 20px;
  }
  .laptop-xl\:gap-25:not([class*=d_flex]) {
    grid-gap: 25px;
  }
  .laptop-xl\:col-gap-25:not([class*=d_flex]) {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .laptop-xl\:row-gap-25:not([class*=d_flex]) {
    row-gap: 25px;
  }
  .laptop-xl\:gap-25[class*=d_flex] > :not(:last-child) {
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .laptop-xl\:col-gap-25[class*=d_flex] > :not(:last-child) {
    margin-right: 25px;
  }
  .laptop-xl\:row-gap-25[class*=d_flex] > :not(:last-child) {
    margin-bottom: 25px;
  }
  .laptop-xl\:gap-30:not([class*=d_flex]) {
    grid-gap: 30px;
  }
  .laptop-xl\:col-gap-30:not([class*=d_flex]) {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .laptop-xl\:row-gap-30:not([class*=d_flex]) {
    row-gap: 30px;
  }
  .laptop-xl\:gap-30[class*=d_flex] > :not(:last-child) {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .laptop-xl\:col-gap-30[class*=d_flex] > :not(:last-child) {
    margin-right: 30px;
  }
  .laptop-xl\:row-gap-30[class*=d_flex] > :not(:last-child) {
    margin-bottom: 30px;
  }
  .laptop-xl\:gap-35:not([class*=d_flex]) {
    grid-gap: 35px;
  }
  .laptop-xl\:col-gap-35:not([class*=d_flex]) {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .laptop-xl\:row-gap-35:not([class*=d_flex]) {
    row-gap: 35px;
  }
  .laptop-xl\:gap-35[class*=d_flex] > :not(:last-child) {
    margin-right: 35px;
    margin-bottom: 35px;
  }
  .laptop-xl\:col-gap-35[class*=d_flex] > :not(:last-child) {
    margin-right: 35px;
  }
  .laptop-xl\:row-gap-35[class*=d_flex] > :not(:last-child) {
    margin-bottom: 35px;
  }
  .laptop-xl\:gap-40:not([class*=d_flex]) {
    grid-gap: 40px;
  }
  .laptop-xl\:col-gap-40:not([class*=d_flex]) {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .laptop-xl\:row-gap-40:not([class*=d_flex]) {
    row-gap: 40px;
  }
  .laptop-xl\:gap-40[class*=d_flex] > :not(:last-child) {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .laptop-xl\:col-gap-40[class*=d_flex] > :not(:last-child) {
    margin-right: 40px;
  }
  .laptop-xl\:row-gap-40[class*=d_flex] > :not(:last-child) {
    margin-bottom: 40px;
  }
  .laptop-xl\:gap-45:not([class*=d_flex]) {
    grid-gap: 45px;
  }
  .laptop-xl\:col-gap-45:not([class*=d_flex]) {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .laptop-xl\:row-gap-45:not([class*=d_flex]) {
    row-gap: 45px;
  }
  .laptop-xl\:gap-45[class*=d_flex] > :not(:last-child) {
    margin-right: 45px;
    margin-bottom: 45px;
  }
  .laptop-xl\:col-gap-45[class*=d_flex] > :not(:last-child) {
    margin-right: 45px;
  }
  .laptop-xl\:row-gap-45[class*=d_flex] > :not(:last-child) {
    margin-bottom: 45px;
  }
  .laptop-xl\:gap-50:not([class*=d_flex]) {
    grid-gap: 50px;
  }
  .laptop-xl\:col-gap-50:not([class*=d_flex]) {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .laptop-xl\:row-gap-50:not([class*=d_flex]) {
    row-gap: 50px;
  }
  .laptop-xl\:gap-50[class*=d_flex] > :not(:last-child) {
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .laptop-xl\:col-gap-50[class*=d_flex] > :not(:last-child) {
    margin-right: 50px;
  }
  .laptop-xl\:row-gap-50[class*=d_flex] > :not(:last-child) {
    margin-bottom: 50px;
  }
  .laptop-xl\:gap-55:not([class*=d_flex]) {
    grid-gap: 55px;
  }
  .laptop-xl\:col-gap-55:not([class*=d_flex]) {
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
  .laptop-xl\:row-gap-55:not([class*=d_flex]) {
    row-gap: 55px;
  }
  .laptop-xl\:gap-55[class*=d_flex] > :not(:last-child) {
    margin-right: 55px;
    margin-bottom: 55px;
  }
  .laptop-xl\:col-gap-55[class*=d_flex] > :not(:last-child) {
    margin-right: 55px;
  }
  .laptop-xl\:row-gap-55[class*=d_flex] > :not(:last-child) {
    margin-bottom: 55px;
  }
  .laptop-xl\:gap-60:not([class*=d_flex]) {
    grid-gap: 60px;
  }
  .laptop-xl\:col-gap-60:not([class*=d_flex]) {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .laptop-xl\:row-gap-60:not([class*=d_flex]) {
    row-gap: 60px;
  }
  .laptop-xl\:gap-60[class*=d_flex] > :not(:last-child) {
    margin-right: 60px;
    margin-bottom: 60px;
  }
  .laptop-xl\:col-gap-60[class*=d_flex] > :not(:last-child) {
    margin-right: 60px;
  }
  .laptop-xl\:row-gap-60[class*=d_flex] > :not(:last-child) {
    margin-bottom: 60px;
  }
  .laptop-xl\:gap-65:not([class*=d_flex]) {
    grid-gap: 65px;
  }
  .laptop-xl\:col-gap-65:not([class*=d_flex]) {
    -moz-column-gap: 65px;
         column-gap: 65px;
  }
  .laptop-xl\:row-gap-65:not([class*=d_flex]) {
    row-gap: 65px;
  }
  .laptop-xl\:gap-65[class*=d_flex] > :not(:last-child) {
    margin-right: 65px;
    margin-bottom: 65px;
  }
  .laptop-xl\:col-gap-65[class*=d_flex] > :not(:last-child) {
    margin-right: 65px;
  }
  .laptop-xl\:row-gap-65[class*=d_flex] > :not(:last-child) {
    margin-bottom: 65px;
  }
  .laptop-xl\:gap-70:not([class*=d_flex]) {
    grid-gap: 70px;
  }
  .laptop-xl\:col-gap-70:not([class*=d_flex]) {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .laptop-xl\:row-gap-70:not([class*=d_flex]) {
    row-gap: 70px;
  }
  .laptop-xl\:gap-70[class*=d_flex] > :not(:last-child) {
    margin-right: 70px;
    margin-bottom: 70px;
  }
  .laptop-xl\:col-gap-70[class*=d_flex] > :not(:last-child) {
    margin-right: 70px;
  }
  .laptop-xl\:row-gap-70[class*=d_flex] > :not(:last-child) {
    margin-bottom: 70px;
  }
  .laptop-xl\:gap-75:not([class*=d_flex]) {
    grid-gap: 75px;
  }
  .laptop-xl\:col-gap-75:not([class*=d_flex]) {
    -moz-column-gap: 75px;
         column-gap: 75px;
  }
  .laptop-xl\:row-gap-75:not([class*=d_flex]) {
    row-gap: 75px;
  }
  .laptop-xl\:gap-75[class*=d_flex] > :not(:last-child) {
    margin-right: 75px;
    margin-bottom: 75px;
  }
  .laptop-xl\:col-gap-75[class*=d_flex] > :not(:last-child) {
    margin-right: 75px;
  }
  .laptop-xl\:row-gap-75[class*=d_flex] > :not(:last-child) {
    margin-bottom: 75px;
  }
  .laptop-xl\:gap-80:not([class*=d_flex]) {
    grid-gap: 80px;
  }
  .laptop-xl\:col-gap-80:not([class*=d_flex]) {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .laptop-xl\:row-gap-80:not([class*=d_flex]) {
    row-gap: 80px;
  }
  .laptop-xl\:gap-80[class*=d_flex] > :not(:last-child) {
    margin-right: 80px;
    margin-bottom: 80px;
  }
  .laptop-xl\:col-gap-80[class*=d_flex] > :not(:last-child) {
    margin-right: 80px;
  }
  .laptop-xl\:row-gap-80[class*=d_flex] > :not(:last-child) {
    margin-bottom: 80px;
  }
  .laptop-xl\:gap-85:not([class*=d_flex]) {
    grid-gap: 85px;
  }
  .laptop-xl\:col-gap-85:not([class*=d_flex]) {
    -moz-column-gap: 85px;
         column-gap: 85px;
  }
  .laptop-xl\:row-gap-85:not([class*=d_flex]) {
    row-gap: 85px;
  }
  .laptop-xl\:gap-85[class*=d_flex] > :not(:last-child) {
    margin-right: 85px;
    margin-bottom: 85px;
  }
  .laptop-xl\:col-gap-85[class*=d_flex] > :not(:last-child) {
    margin-right: 85px;
  }
  .laptop-xl\:row-gap-85[class*=d_flex] > :not(:last-child) {
    margin-bottom: 85px;
  }
  .laptop-xl\:gap-90:not([class*=d_flex]) {
    grid-gap: 90px;
  }
  .laptop-xl\:col-gap-90:not([class*=d_flex]) {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
  .laptop-xl\:row-gap-90:not([class*=d_flex]) {
    row-gap: 90px;
  }
  .laptop-xl\:gap-90[class*=d_flex] > :not(:last-child) {
    margin-right: 90px;
    margin-bottom: 90px;
  }
  .laptop-xl\:col-gap-90[class*=d_flex] > :not(:last-child) {
    margin-right: 90px;
  }
  .laptop-xl\:row-gap-90[class*=d_flex] > :not(:last-child) {
    margin-bottom: 90px;
  }
  .laptop-xl\:gap-95:not([class*=d_flex]) {
    grid-gap: 95px;
  }
  .laptop-xl\:col-gap-95:not([class*=d_flex]) {
    -moz-column-gap: 95px;
         column-gap: 95px;
  }
  .laptop-xl\:row-gap-95:not([class*=d_flex]) {
    row-gap: 95px;
  }
  .laptop-xl\:gap-95[class*=d_flex] > :not(:last-child) {
    margin-right: 95px;
    margin-bottom: 95px;
  }
  .laptop-xl\:col-gap-95[class*=d_flex] > :not(:last-child) {
    margin-right: 95px;
  }
  .laptop-xl\:row-gap-95[class*=d_flex] > :not(:last-child) {
    margin-bottom: 95px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-20 {
    margin-top: 200px;
  }
  .mobile\:p-t-20 {
    padding-top: 200px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-20 {
    margin-bottom: 200px;
  }
  .mobile\:p-b-20 {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-20 {
    margin-left: 200px;
  }
  .mobile\:p-l-20 {
    padding-left: 200px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-20 {
    margin-right: 200px;
  }
  .mobile\:p-r-20 {
    padding-right: 200px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-21 {
    margin-top: 210px;
  }
  .mobile\:p-t-21 {
    padding-top: 210px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-21 {
    margin-bottom: 210px;
  }
  .mobile\:p-b-21 {
    padding-bottom: 210px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-21 {
    margin-left: 210px;
  }
  .mobile\:p-l-21 {
    padding-left: 210px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-21 {
    margin-right: 210px;
  }
  .mobile\:p-r-21 {
    padding-right: 210px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-22 {
    margin-top: 220px;
  }
  .mobile\:p-t-22 {
    padding-top: 220px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-22 {
    margin-bottom: 220px;
  }
  .mobile\:p-b-22 {
    padding-bottom: 220px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-22 {
    margin-left: 220px;
  }
  .mobile\:p-l-22 {
    padding-left: 220px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-22 {
    margin-right: 220px;
  }
  .mobile\:p-r-22 {
    padding-right: 220px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-23 {
    margin-top: 230px;
  }
  .mobile\:p-t-23 {
    padding-top: 230px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-23 {
    margin-bottom: 230px;
  }
  .mobile\:p-b-23 {
    padding-bottom: 230px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-23 {
    margin-left: 230px;
  }
  .mobile\:p-l-23 {
    padding-left: 230px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-23 {
    margin-right: 230px;
  }
  .mobile\:p-r-23 {
    padding-right: 230px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-24 {
    margin-top: 240px;
  }
  .mobile\:p-t-24 {
    padding-top: 240px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-24 {
    margin-bottom: 240px;
  }
  .mobile\:p-b-24 {
    padding-bottom: 240px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-24 {
    margin-left: 240px;
  }
  .mobile\:p-l-24 {
    padding-left: 240px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-24 {
    margin-right: 240px;
  }
  .mobile\:p-r-24 {
    padding-right: 240px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-25 {
    margin-top: 250px;
  }
  .mobile\:p-t-25 {
    padding-top: 250px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-25 {
    margin-bottom: 250px;
  }
  .mobile\:p-b-25 {
    padding-bottom: 250px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-25 {
    margin-left: 250px;
  }
  .mobile\:p-l-25 {
    padding-left: 250px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-25 {
    margin-right: 250px;
  }
  .mobile\:p-r-25 {
    padding-right: 250px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-26 {
    margin-top: 260px;
  }
  .mobile\:p-t-26 {
    padding-top: 260px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-26 {
    margin-bottom: 260px;
  }
  .mobile\:p-b-26 {
    padding-bottom: 260px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-26 {
    margin-left: 260px;
  }
  .mobile\:p-l-26 {
    padding-left: 260px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-26 {
    margin-right: 260px;
  }
  .mobile\:p-r-26 {
    padding-right: 260px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-27 {
    margin-top: 270px;
  }
  .mobile\:p-t-27 {
    padding-top: 270px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-27 {
    margin-bottom: 270px;
  }
  .mobile\:p-b-27 {
    padding-bottom: 270px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-27 {
    margin-left: 270px;
  }
  .mobile\:p-l-27 {
    padding-left: 270px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-27 {
    margin-right: 270px;
  }
  .mobile\:p-r-27 {
    padding-right: 270px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-28 {
    margin-top: 280px;
  }
  .mobile\:p-t-28 {
    padding-top: 280px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-28 {
    margin-bottom: 280px;
  }
  .mobile\:p-b-28 {
    padding-bottom: 280px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-28 {
    margin-left: 280px;
  }
  .mobile\:p-l-28 {
    padding-left: 280px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-28 {
    margin-right: 280px;
  }
  .mobile\:p-r-28 {
    padding-right: 280px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-29 {
    margin-top: 290px;
  }
  .mobile\:p-t-29 {
    padding-top: 290px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-29 {
    margin-bottom: 290px;
  }
  .mobile\:p-b-29 {
    padding-bottom: 290px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-29 {
    margin-left: 290px;
  }
  .mobile\:p-l-29 {
    padding-left: 290px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-29 {
    margin-right: 290px;
  }
  .mobile\:p-r-29 {
    padding-right: 290px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-30 {
    margin-top: 300px;
  }
  .mobile\:p-t-30 {
    padding-top: 300px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-30 {
    margin-bottom: 300px;
  }
  .mobile\:p-b-30 {
    padding-bottom: 300px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-30 {
    margin-left: 300px;
  }
  .mobile\:p-l-30 {
    padding-left: 300px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-30 {
    margin-right: 300px;
  }
  .mobile\:p-r-30 {
    padding-right: 300px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-31 {
    margin-top: 310px;
  }
  .mobile\:p-t-31 {
    padding-top: 310px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-31 {
    margin-bottom: 310px;
  }
  .mobile\:p-b-31 {
    padding-bottom: 310px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-31 {
    margin-left: 310px;
  }
  .mobile\:p-l-31 {
    padding-left: 310px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-31 {
    margin-right: 310px;
  }
  .mobile\:p-r-31 {
    padding-right: 310px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-32 {
    margin-top: 320px;
  }
  .mobile\:p-t-32 {
    padding-top: 320px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-32 {
    margin-bottom: 320px;
  }
  .mobile\:p-b-32 {
    padding-bottom: 320px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-32 {
    margin-left: 320px;
  }
  .mobile\:p-l-32 {
    padding-left: 320px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-32 {
    margin-right: 320px;
  }
  .mobile\:p-r-32 {
    padding-right: 320px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-33 {
    margin-top: 330px;
  }
  .mobile\:p-t-33 {
    padding-top: 330px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-33 {
    margin-bottom: 330px;
  }
  .mobile\:p-b-33 {
    padding-bottom: 330px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-33 {
    margin-left: 330px;
  }
  .mobile\:p-l-33 {
    padding-left: 330px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-33 {
    margin-right: 330px;
  }
  .mobile\:p-r-33 {
    padding-right: 330px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-34 {
    margin-top: 340px;
  }
  .mobile\:p-t-34 {
    padding-top: 340px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-34 {
    margin-bottom: 340px;
  }
  .mobile\:p-b-34 {
    padding-bottom: 340px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-34 {
    margin-left: 340px;
  }
  .mobile\:p-l-34 {
    padding-left: 340px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-34 {
    margin-right: 340px;
  }
  .mobile\:p-r-34 {
    padding-right: 340px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-35 {
    margin-top: 350px;
  }
  .mobile\:p-t-35 {
    padding-top: 350px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-35 {
    margin-bottom: 350px;
  }
  .mobile\:p-b-35 {
    padding-bottom: 350px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-35 {
    margin-left: 350px;
  }
  .mobile\:p-l-35 {
    padding-left: 350px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-35 {
    margin-right: 350px;
  }
  .mobile\:p-r-35 {
    padding-right: 350px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-36 {
    margin-top: 360px;
  }
  .mobile\:p-t-36 {
    padding-top: 360px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-36 {
    margin-bottom: 360px;
  }
  .mobile\:p-b-36 {
    padding-bottom: 360px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-36 {
    margin-left: 360px;
  }
  .mobile\:p-l-36 {
    padding-left: 360px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-36 {
    margin-right: 360px;
  }
  .mobile\:p-r-36 {
    padding-right: 360px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-37 {
    margin-top: 370px;
  }
  .mobile\:p-t-37 {
    padding-top: 370px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-37 {
    margin-bottom: 370px;
  }
  .mobile\:p-b-37 {
    padding-bottom: 370px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-37 {
    margin-left: 370px;
  }
  .mobile\:p-l-37 {
    padding-left: 370px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-37 {
    margin-right: 370px;
  }
  .mobile\:p-r-37 {
    padding-right: 370px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-38 {
    margin-top: 380px;
  }
  .mobile\:p-t-38 {
    padding-top: 380px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-38 {
    margin-bottom: 380px;
  }
  .mobile\:p-b-38 {
    padding-bottom: 380px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-38 {
    margin-left: 380px;
  }
  .mobile\:p-l-38 {
    padding-left: 380px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-38 {
    margin-right: 380px;
  }
  .mobile\:p-r-38 {
    padding-right: 380px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-39 {
    margin-top: 390px;
  }
  .mobile\:p-t-39 {
    padding-top: 390px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-39 {
    margin-bottom: 390px;
  }
  .mobile\:p-b-39 {
    padding-bottom: 390px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-39 {
    margin-left: 390px;
  }
  .mobile\:p-l-39 {
    padding-left: 390px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-39 {
    margin-right: 390px;
  }
  .mobile\:p-r-39 {
    padding-right: 390px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-40 {
    margin-top: 400px;
  }
  .mobile\:p-t-40 {
    padding-top: 400px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-40 {
    margin-bottom: 400px;
  }
  .mobile\:p-b-40 {
    padding-bottom: 400px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-40 {
    margin-left: 400px;
  }
  .mobile\:p-l-40 {
    padding-left: 400px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-40 {
    margin-right: 400px;
  }
  .mobile\:p-r-40 {
    padding-right: 400px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-41 {
    margin-top: 410px;
  }
  .mobile\:p-t-41 {
    padding-top: 410px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-41 {
    margin-bottom: 410px;
  }
  .mobile\:p-b-41 {
    padding-bottom: 410px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-41 {
    margin-left: 410px;
  }
  .mobile\:p-l-41 {
    padding-left: 410px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-41 {
    margin-right: 410px;
  }
  .mobile\:p-r-41 {
    padding-right: 410px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-42 {
    margin-top: 420px;
  }
  .mobile\:p-t-42 {
    padding-top: 420px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-42 {
    margin-bottom: 420px;
  }
  .mobile\:p-b-42 {
    padding-bottom: 420px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-42 {
    margin-left: 420px;
  }
  .mobile\:p-l-42 {
    padding-left: 420px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-42 {
    margin-right: 420px;
  }
  .mobile\:p-r-42 {
    padding-right: 420px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-43 {
    margin-top: 430px;
  }
  .mobile\:p-t-43 {
    padding-top: 430px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-43 {
    margin-bottom: 430px;
  }
  .mobile\:p-b-43 {
    padding-bottom: 430px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-43 {
    margin-left: 430px;
  }
  .mobile\:p-l-43 {
    padding-left: 430px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-43 {
    margin-right: 430px;
  }
  .mobile\:p-r-43 {
    padding-right: 430px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-44 {
    margin-top: 440px;
  }
  .mobile\:p-t-44 {
    padding-top: 440px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-44 {
    margin-bottom: 440px;
  }
  .mobile\:p-b-44 {
    padding-bottom: 440px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-44 {
    margin-left: 440px;
  }
  .mobile\:p-l-44 {
    padding-left: 440px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-44 {
    margin-right: 440px;
  }
  .mobile\:p-r-44 {
    padding-right: 440px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-45 {
    margin-top: 450px;
  }
  .mobile\:p-t-45 {
    padding-top: 450px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-45 {
    margin-bottom: 450px;
  }
  .mobile\:p-b-45 {
    padding-bottom: 450px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-45 {
    margin-left: 450px;
  }
  .mobile\:p-l-45 {
    padding-left: 450px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-45 {
    margin-right: 450px;
  }
  .mobile\:p-r-45 {
    padding-right: 450px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-46 {
    margin-top: 460px;
  }
  .mobile\:p-t-46 {
    padding-top: 460px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-46 {
    margin-bottom: 460px;
  }
  .mobile\:p-b-46 {
    padding-bottom: 460px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-46 {
    margin-left: 460px;
  }
  .mobile\:p-l-46 {
    padding-left: 460px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-46 {
    margin-right: 460px;
  }
  .mobile\:p-r-46 {
    padding-right: 460px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-47 {
    margin-top: 470px;
  }
  .mobile\:p-t-47 {
    padding-top: 470px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-47 {
    margin-bottom: 470px;
  }
  .mobile\:p-b-47 {
    padding-bottom: 470px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-47 {
    margin-left: 470px;
  }
  .mobile\:p-l-47 {
    padding-left: 470px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-47 {
    margin-right: 470px;
  }
  .mobile\:p-r-47 {
    padding-right: 470px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-48 {
    margin-top: 480px;
  }
  .mobile\:p-t-48 {
    padding-top: 480px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-48 {
    margin-bottom: 480px;
  }
  .mobile\:p-b-48 {
    padding-bottom: 480px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-48 {
    margin-left: 480px;
  }
  .mobile\:p-l-48 {
    padding-left: 480px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-48 {
    margin-right: 480px;
  }
  .mobile\:p-r-48 {
    padding-right: 480px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-t-49 {
    margin-top: 490px;
  }
  .mobile\:p-t-49 {
    padding-top: 490px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-b-49 {
    margin-bottom: 490px;
  }
  .mobile\:p-b-49 {
    padding-bottom: 490px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-l-49 {
    margin-left: 490px;
  }
  .mobile\:p-l-49 {
    padding-left: 490px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:m-r-49 {
    margin-right: 490px;
  }
  .mobile\:p-r-49 {
    padding-right: 490px;
  }
}
.m-t-1\% {
  margin-top: 1%;
}

.m-t--1\% {
  margin-top: -1%;
}

.p-t-1\% {
  padding-top: 1%;
}

.p-t--1\% {
  padding-top: -1%;
}

.top-1\% {
  top: 1%;
}

.top--1\% {
  top: -1%;
}

.m-b-1\% {
  margin-bottom: 1%;
}

.m-b--1\% {
  margin-bottom: -1%;
}

.p-b-1\% {
  padding-bottom: 1%;
}

.p-b--1\% {
  padding-bottom: -1%;
}

.bottom-1\% {
  bottom: 1%;
}

.bottom--1\% {
  bottom: -1%;
}

.m-l-1\% {
  margin-left: 1%;
}

.m-l--1\% {
  margin-left: -1%;
}

.p-l-1\% {
  padding-left: 1%;
}

.p-l--1\% {
  padding-left: -1%;
}

.left-1\% {
  left: 1%;
}

.left--1\% {
  left: -1%;
}

.m-r-1\% {
  margin-right: 1%;
}

.m-r--1\% {
  margin-right: -1%;
}

.p-r-1\% {
  padding-right: 1%;
}

.p-r--1\% {
  padding-right: -1%;
}

.right-1\% {
  right: 1%;
}

.right--1\% {
  right: -1%;
}

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

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

.max_h-1\% {
  max-height: 1%;
}

.max_w-1\% {
  max-width: 1%;
}

.min_h-1\% {
  min-height: 1%;
}

.min_w-1\% {
  min-width: 1%;
}

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

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

.min_w-1vw {
  min-width: 1vw;
}

.min_h-1vh {
  min-height: 1vh;
}

.max_w-1vw {
  max-width: 1vw;
}

.max_h-1vh {
  max-height: 1vh;
}

.m-t-2\% {
  margin-top: 2%;
}

.m-t--2\% {
  margin-top: -2%;
}

.p-t-2\% {
  padding-top: 2%;
}

.p-t--2\% {
  padding-top: -2%;
}

.top-2\% {
  top: 2%;
}

.top--2\% {
  top: -2%;
}

.m-b-2\% {
  margin-bottom: 2%;
}

.m-b--2\% {
  margin-bottom: -2%;
}

.p-b-2\% {
  padding-bottom: 2%;
}

.p-b--2\% {
  padding-bottom: -2%;
}

.bottom-2\% {
  bottom: 2%;
}

.bottom--2\% {
  bottom: -2%;
}

.m-l-2\% {
  margin-left: 2%;
}

.m-l--2\% {
  margin-left: -2%;
}

.p-l-2\% {
  padding-left: 2%;
}

.p-l--2\% {
  padding-left: -2%;
}

.left-2\% {
  left: 2%;
}

.left--2\% {
  left: -2%;
}

.m-r-2\% {
  margin-right: 2%;
}

.m-r--2\% {
  margin-right: -2%;
}

.p-r-2\% {
  padding-right: 2%;
}

.p-r--2\% {
  padding-right: -2%;
}

.right-2\% {
  right: 2%;
}

.right--2\% {
  right: -2%;
}

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

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

.max_h-2\% {
  max-height: 2%;
}

.max_w-2\% {
  max-width: 2%;
}

.min_h-2\% {
  min-height: 2%;
}

.min_w-2\% {
  min-width: 2%;
}

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

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

.min_w-2vw {
  min-width: 2vw;
}

.min_h-2vh {
  min-height: 2vh;
}

.max_w-2vw {
  max-width: 2vw;
}

.max_h-2vh {
  max-height: 2vh;
}

.m-t-3\% {
  margin-top: 3%;
}

.m-t--3\% {
  margin-top: -3%;
}

.p-t-3\% {
  padding-top: 3%;
}

.p-t--3\% {
  padding-top: -3%;
}

.top-3\% {
  top: 3%;
}

.top--3\% {
  top: -3%;
}

.m-b-3\% {
  margin-bottom: 3%;
}

.m-b--3\% {
  margin-bottom: -3%;
}

.p-b-3\% {
  padding-bottom: 3%;
}

.p-b--3\% {
  padding-bottom: -3%;
}

.bottom-3\% {
  bottom: 3%;
}

.bottom--3\% {
  bottom: -3%;
}

.m-l-3\% {
  margin-left: 3%;
}

.m-l--3\% {
  margin-left: -3%;
}

.p-l-3\% {
  padding-left: 3%;
}

.p-l--3\% {
  padding-left: -3%;
}

.left-3\% {
  left: 3%;
}

.left--3\% {
  left: -3%;
}

.m-r-3\% {
  margin-right: 3%;
}

.m-r--3\% {
  margin-right: -3%;
}

.p-r-3\% {
  padding-right: 3%;
}

.p-r--3\% {
  padding-right: -3%;
}

.right-3\% {
  right: 3%;
}

.right--3\% {
  right: -3%;
}

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

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

.max_h-3\% {
  max-height: 3%;
}

.max_w-3\% {
  max-width: 3%;
}

.min_h-3\% {
  min-height: 3%;
}

.min_w-3\% {
  min-width: 3%;
}

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

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

.min_w-3vw {
  min-width: 3vw;
}

.min_h-3vh {
  min-height: 3vh;
}

.max_w-3vw {
  max-width: 3vw;
}

.max_h-3vh {
  max-height: 3vh;
}

.m-t-4\% {
  margin-top: 4%;
}

.m-t--4\% {
  margin-top: -4%;
}

.p-t-4\% {
  padding-top: 4%;
}

.p-t--4\% {
  padding-top: -4%;
}

.top-4\% {
  top: 4%;
}

.top--4\% {
  top: -4%;
}

.m-b-4\% {
  margin-bottom: 4%;
}

.m-b--4\% {
  margin-bottom: -4%;
}

.p-b-4\% {
  padding-bottom: 4%;
}

.p-b--4\% {
  padding-bottom: -4%;
}

.bottom-4\% {
  bottom: 4%;
}

.bottom--4\% {
  bottom: -4%;
}

.m-l-4\% {
  margin-left: 4%;
}

.m-l--4\% {
  margin-left: -4%;
}

.p-l-4\% {
  padding-left: 4%;
}

.p-l--4\% {
  padding-left: -4%;
}

.left-4\% {
  left: 4%;
}

.left--4\% {
  left: -4%;
}

.m-r-4\% {
  margin-right: 4%;
}

.m-r--4\% {
  margin-right: -4%;
}

.p-r-4\% {
  padding-right: 4%;
}

.p-r--4\% {
  padding-right: -4%;
}

.right-4\% {
  right: 4%;
}

.right--4\% {
  right: -4%;
}

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

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

.max_h-4\% {
  max-height: 4%;
}

.max_w-4\% {
  max-width: 4%;
}

.min_h-4\% {
  min-height: 4%;
}

.min_w-4\% {
  min-width: 4%;
}

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

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

.min_w-4vw {
  min-width: 4vw;
}

.min_h-4vh {
  min-height: 4vh;
}

.max_w-4vw {
  max-width: 4vw;
}

.max_h-4vh {
  max-height: 4vh;
}

.m-t-5\% {
  margin-top: 5%;
}

.m-t--5\% {
  margin-top: -5%;
}

.p-t-5\% {
  padding-top: 5%;
}

.p-t--5\% {
  padding-top: -5%;
}

.top-5\% {
  top: 5%;
}

.top--5\% {
  top: -5%;
}

.m-b-5\% {
  margin-bottom: 5%;
}

.m-b--5\% {
  margin-bottom: -5%;
}

.p-b-5\% {
  padding-bottom: 5%;
}

.p-b--5\% {
  padding-bottom: -5%;
}

.bottom-5\% {
  bottom: 5%;
}

.bottom--5\% {
  bottom: -5%;
}

.m-l-5\% {
  margin-left: 5%;
}

.m-l--5\% {
  margin-left: -5%;
}

.p-l-5\% {
  padding-left: 5%;
}

.p-l--5\% {
  padding-left: -5%;
}

.left-5\% {
  left: 5%;
}

.left--5\% {
  left: -5%;
}

.m-r-5\% {
  margin-right: 5%;
}

.m-r--5\% {
  margin-right: -5%;
}

.p-r-5\% {
  padding-right: 5%;
}

.p-r--5\% {
  padding-right: -5%;
}

.right-5\% {
  right: 5%;
}

.right--5\% {
  right: -5%;
}

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

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

.max_h-5\% {
  max-height: 5%;
}

.max_w-5\% {
  max-width: 5%;
}

.min_h-5\% {
  min-height: 5%;
}

.min_w-5\% {
  min-width: 5%;
}

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

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

.min_w-5vw {
  min-width: 5vw;
}

.min_h-5vh {
  min-height: 5vh;
}

.max_w-5vw {
  max-width: 5vw;
}

.max_h-5vh {
  max-height: 5vh;
}

.m-t-6\% {
  margin-top: 6%;
}

.m-t--6\% {
  margin-top: -6%;
}

.p-t-6\% {
  padding-top: 6%;
}

.p-t--6\% {
  padding-top: -6%;
}

.top-6\% {
  top: 6%;
}

.top--6\% {
  top: -6%;
}

.m-b-6\% {
  margin-bottom: 6%;
}

.m-b--6\% {
  margin-bottom: -6%;
}

.p-b-6\% {
  padding-bottom: 6%;
}

.p-b--6\% {
  padding-bottom: -6%;
}

.bottom-6\% {
  bottom: 6%;
}

.bottom--6\% {
  bottom: -6%;
}

.m-l-6\% {
  margin-left: 6%;
}

.m-l--6\% {
  margin-left: -6%;
}

.p-l-6\% {
  padding-left: 6%;
}

.p-l--6\% {
  padding-left: -6%;
}

.left-6\% {
  left: 6%;
}

.left--6\% {
  left: -6%;
}

.m-r-6\% {
  margin-right: 6%;
}

.m-r--6\% {
  margin-right: -6%;
}

.p-r-6\% {
  padding-right: 6%;
}

.p-r--6\% {
  padding-right: -6%;
}

.right-6\% {
  right: 6%;
}

.right--6\% {
  right: -6%;
}

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

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

.max_h-6\% {
  max-height: 6%;
}

.max_w-6\% {
  max-width: 6%;
}

.min_h-6\% {
  min-height: 6%;
}

.min_w-6\% {
  min-width: 6%;
}

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

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

.min_w-6vw {
  min-width: 6vw;
}

.min_h-6vh {
  min-height: 6vh;
}

.max_w-6vw {
  max-width: 6vw;
}

.max_h-6vh {
  max-height: 6vh;
}

.m-t-7\% {
  margin-top: 7%;
}

.m-t--7\% {
  margin-top: -7%;
}

.p-t-7\% {
  padding-top: 7%;
}

.p-t--7\% {
  padding-top: -7%;
}

.top-7\% {
  top: 7%;
}

.top--7\% {
  top: -7%;
}

.m-b-7\% {
  margin-bottom: 7%;
}

.m-b--7\% {
  margin-bottom: -7%;
}

.p-b-7\% {
  padding-bottom: 7%;
}

.p-b--7\% {
  padding-bottom: -7%;
}

.bottom-7\% {
  bottom: 7%;
}

.bottom--7\% {
  bottom: -7%;
}

.m-l-7\% {
  margin-left: 7%;
}

.m-l--7\% {
  margin-left: -7%;
}

.p-l-7\% {
  padding-left: 7%;
}

.p-l--7\% {
  padding-left: -7%;
}

.left-7\% {
  left: 7%;
}

.left--7\% {
  left: -7%;
}

.m-r-7\% {
  margin-right: 7%;
}

.m-r--7\% {
  margin-right: -7%;
}

.p-r-7\% {
  padding-right: 7%;
}

.p-r--7\% {
  padding-right: -7%;
}

.right-7\% {
  right: 7%;
}

.right--7\% {
  right: -7%;
}

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

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

.max_h-7\% {
  max-height: 7%;
}

.max_w-7\% {
  max-width: 7%;
}

.min_h-7\% {
  min-height: 7%;
}

.min_w-7\% {
  min-width: 7%;
}

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

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

.min_w-7vw {
  min-width: 7vw;
}

.min_h-7vh {
  min-height: 7vh;
}

.max_w-7vw {
  max-width: 7vw;
}

.max_h-7vh {
  max-height: 7vh;
}

.m-t-8\% {
  margin-top: 8%;
}

.m-t--8\% {
  margin-top: -8%;
}

.p-t-8\% {
  padding-top: 8%;
}

.p-t--8\% {
  padding-top: -8%;
}

.top-8\% {
  top: 8%;
}

.top--8\% {
  top: -8%;
}

.m-b-8\% {
  margin-bottom: 8%;
}

.m-b--8\% {
  margin-bottom: -8%;
}

.p-b-8\% {
  padding-bottom: 8%;
}

.p-b--8\% {
  padding-bottom: -8%;
}

.bottom-8\% {
  bottom: 8%;
}

.bottom--8\% {
  bottom: -8%;
}

.m-l-8\% {
  margin-left: 8%;
}

.m-l--8\% {
  margin-left: -8%;
}

.p-l-8\% {
  padding-left: 8%;
}

.p-l--8\% {
  padding-left: -8%;
}

.left-8\% {
  left: 8%;
}

.left--8\% {
  left: -8%;
}

.m-r-8\% {
  margin-right: 8%;
}

.m-r--8\% {
  margin-right: -8%;
}

.p-r-8\% {
  padding-right: 8%;
}

.p-r--8\% {
  padding-right: -8%;
}

.right-8\% {
  right: 8%;
}

.right--8\% {
  right: -8%;
}

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

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

.max_h-8\% {
  max-height: 8%;
}

.max_w-8\% {
  max-width: 8%;
}

.min_h-8\% {
  min-height: 8%;
}

.min_w-8\% {
  min-width: 8%;
}

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

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

.min_w-8vw {
  min-width: 8vw;
}

.min_h-8vh {
  min-height: 8vh;
}

.max_w-8vw {
  max-width: 8vw;
}

.max_h-8vh {
  max-height: 8vh;
}

.m-t-9\% {
  margin-top: 9%;
}

.m-t--9\% {
  margin-top: -9%;
}

.p-t-9\% {
  padding-top: 9%;
}

.p-t--9\% {
  padding-top: -9%;
}

.top-9\% {
  top: 9%;
}

.top--9\% {
  top: -9%;
}

.m-b-9\% {
  margin-bottom: 9%;
}

.m-b--9\% {
  margin-bottom: -9%;
}

.p-b-9\% {
  padding-bottom: 9%;
}

.p-b--9\% {
  padding-bottom: -9%;
}

.bottom-9\% {
  bottom: 9%;
}

.bottom--9\% {
  bottom: -9%;
}

.m-l-9\% {
  margin-left: 9%;
}

.m-l--9\% {
  margin-left: -9%;
}

.p-l-9\% {
  padding-left: 9%;
}

.p-l--9\% {
  padding-left: -9%;
}

.left-9\% {
  left: 9%;
}

.left--9\% {
  left: -9%;
}

.m-r-9\% {
  margin-right: 9%;
}

.m-r--9\% {
  margin-right: -9%;
}

.p-r-9\% {
  padding-right: 9%;
}

.p-r--9\% {
  padding-right: -9%;
}

.right-9\% {
  right: 9%;
}

.right--9\% {
  right: -9%;
}

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

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

.max_h-9\% {
  max-height: 9%;
}

.max_w-9\% {
  max-width: 9%;
}

.min_h-9\% {
  min-height: 9%;
}

.min_w-9\% {
  min-width: 9%;
}

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

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

.min_w-9vw {
  min-width: 9vw;
}

.min_h-9vh {
  min-height: 9vh;
}

.max_w-9vw {
  max-width: 9vw;
}

.max_h-9vh {
  max-height: 9vh;
}

.m-t-10\% {
  margin-top: 10%;
}

.m-t--10\% {
  margin-top: -10%;
}

.p-t-10\% {
  padding-top: 10%;
}

.p-t--10\% {
  padding-top: -10%;
}

.top-10\% {
  top: 10%;
}

.top--10\% {
  top: -10%;
}

.m-b-10\% {
  margin-bottom: 10%;
}

.m-b--10\% {
  margin-bottom: -10%;
}

.p-b-10\% {
  padding-bottom: 10%;
}

.p-b--10\% {
  padding-bottom: -10%;
}

.bottom-10\% {
  bottom: 10%;
}

.bottom--10\% {
  bottom: -10%;
}

.m-l-10\% {
  margin-left: 10%;
}

.m-l--10\% {
  margin-left: -10%;
}

.p-l-10\% {
  padding-left: 10%;
}

.p-l--10\% {
  padding-left: -10%;
}

.left-10\% {
  left: 10%;
}

.left--10\% {
  left: -10%;
}

.m-r-10\% {
  margin-right: 10%;
}

.m-r--10\% {
  margin-right: -10%;
}

.p-r-10\% {
  padding-right: 10%;
}

.p-r--10\% {
  padding-right: -10%;
}

.right-10\% {
  right: 10%;
}

.right--10\% {
  right: -10%;
}

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

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

.max_h-10\% {
  max-height: 10%;
}

.max_w-10\% {
  max-width: 10%;
}

.min_h-10\% {
  min-height: 10%;
}

.min_w-10\% {
  min-width: 10%;
}

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

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

.min_w-10vw {
  min-width: 10vw;
}

.min_h-10vh {
  min-height: 10vh;
}

.max_w-10vw {
  max-width: 10vw;
}

.max_h-10vh {
  max-height: 10vh;
}

.m-t-11\% {
  margin-top: 11%;
}

.m-t--11\% {
  margin-top: -11%;
}

.p-t-11\% {
  padding-top: 11%;
}

.p-t--11\% {
  padding-top: -11%;
}

.top-11\% {
  top: 11%;
}

.top--11\% {
  top: -11%;
}

.m-b-11\% {
  margin-bottom: 11%;
}

.m-b--11\% {
  margin-bottom: -11%;
}

.p-b-11\% {
  padding-bottom: 11%;
}

.p-b--11\% {
  padding-bottom: -11%;
}

.bottom-11\% {
  bottom: 11%;
}

.bottom--11\% {
  bottom: -11%;
}

.m-l-11\% {
  margin-left: 11%;
}

.m-l--11\% {
  margin-left: -11%;
}

.p-l-11\% {
  padding-left: 11%;
}

.p-l--11\% {
  padding-left: -11%;
}

.left-11\% {
  left: 11%;
}

.left--11\% {
  left: -11%;
}

.m-r-11\% {
  margin-right: 11%;
}

.m-r--11\% {
  margin-right: -11%;
}

.p-r-11\% {
  padding-right: 11%;
}

.p-r--11\% {
  padding-right: -11%;
}

.right-11\% {
  right: 11%;
}

.right--11\% {
  right: -11%;
}

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

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

.max_h-11\% {
  max-height: 11%;
}

.max_w-11\% {
  max-width: 11%;
}

.min_h-11\% {
  min-height: 11%;
}

.min_w-11\% {
  min-width: 11%;
}

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

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

.min_w-11vw {
  min-width: 11vw;
}

.min_h-11vh {
  min-height: 11vh;
}

.max_w-11vw {
  max-width: 11vw;
}

.max_h-11vh {
  max-height: 11vh;
}

.m-t-12\% {
  margin-top: 12%;
}

.m-t--12\% {
  margin-top: -12%;
}

.p-t-12\% {
  padding-top: 12%;
}

.p-t--12\% {
  padding-top: -12%;
}

.top-12\% {
  top: 12%;
}

.top--12\% {
  top: -12%;
}

.m-b-12\% {
  margin-bottom: 12%;
}

.m-b--12\% {
  margin-bottom: -12%;
}

.p-b-12\% {
  padding-bottom: 12%;
}

.p-b--12\% {
  padding-bottom: -12%;
}

.bottom-12\% {
  bottom: 12%;
}

.bottom--12\% {
  bottom: -12%;
}

.m-l-12\% {
  margin-left: 12%;
}

.m-l--12\% {
  margin-left: -12%;
}

.p-l-12\% {
  padding-left: 12%;
}

.p-l--12\% {
  padding-left: -12%;
}

.left-12\% {
  left: 12%;
}

.left--12\% {
  left: -12%;
}

.m-r-12\% {
  margin-right: 12%;
}

.m-r--12\% {
  margin-right: -12%;
}

.p-r-12\% {
  padding-right: 12%;
}

.p-r--12\% {
  padding-right: -12%;
}

.right-12\% {
  right: 12%;
}

.right--12\% {
  right: -12%;
}

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

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

.max_h-12\% {
  max-height: 12%;
}

.max_w-12\% {
  max-width: 12%;
}

.min_h-12\% {
  min-height: 12%;
}

.min_w-12\% {
  min-width: 12%;
}

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

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

.min_w-12vw {
  min-width: 12vw;
}

.min_h-12vh {
  min-height: 12vh;
}

.max_w-12vw {
  max-width: 12vw;
}

.max_h-12vh {
  max-height: 12vh;
}

.m-t-13\% {
  margin-top: 13%;
}

.m-t--13\% {
  margin-top: -13%;
}

.p-t-13\% {
  padding-top: 13%;
}

.p-t--13\% {
  padding-top: -13%;
}

.top-13\% {
  top: 13%;
}

.top--13\% {
  top: -13%;
}

.m-b-13\% {
  margin-bottom: 13%;
}

.m-b--13\% {
  margin-bottom: -13%;
}

.p-b-13\% {
  padding-bottom: 13%;
}

.p-b--13\% {
  padding-bottom: -13%;
}

.bottom-13\% {
  bottom: 13%;
}

.bottom--13\% {
  bottom: -13%;
}

.m-l-13\% {
  margin-left: 13%;
}

.m-l--13\% {
  margin-left: -13%;
}

.p-l-13\% {
  padding-left: 13%;
}

.p-l--13\% {
  padding-left: -13%;
}

.left-13\% {
  left: 13%;
}

.left--13\% {
  left: -13%;
}

.m-r-13\% {
  margin-right: 13%;
}

.m-r--13\% {
  margin-right: -13%;
}

.p-r-13\% {
  padding-right: 13%;
}

.p-r--13\% {
  padding-right: -13%;
}

.right-13\% {
  right: 13%;
}

.right--13\% {
  right: -13%;
}

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

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

.max_h-13\% {
  max-height: 13%;
}

.max_w-13\% {
  max-width: 13%;
}

.min_h-13\% {
  min-height: 13%;
}

.min_w-13\% {
  min-width: 13%;
}

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

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

.min_w-13vw {
  min-width: 13vw;
}

.min_h-13vh {
  min-height: 13vh;
}

.max_w-13vw {
  max-width: 13vw;
}

.max_h-13vh {
  max-height: 13vh;
}

.m-t-14\% {
  margin-top: 14%;
}

.m-t--14\% {
  margin-top: -14%;
}

.p-t-14\% {
  padding-top: 14%;
}

.p-t--14\% {
  padding-top: -14%;
}

.top-14\% {
  top: 14%;
}

.top--14\% {
  top: -14%;
}

.m-b-14\% {
  margin-bottom: 14%;
}

.m-b--14\% {
  margin-bottom: -14%;
}

.p-b-14\% {
  padding-bottom: 14%;
}

.p-b--14\% {
  padding-bottom: -14%;
}

.bottom-14\% {
  bottom: 14%;
}

.bottom--14\% {
  bottom: -14%;
}

.m-l-14\% {
  margin-left: 14%;
}

.m-l--14\% {
  margin-left: -14%;
}

.p-l-14\% {
  padding-left: 14%;
}

.p-l--14\% {
  padding-left: -14%;
}

.left-14\% {
  left: 14%;
}

.left--14\% {
  left: -14%;
}

.m-r-14\% {
  margin-right: 14%;
}

.m-r--14\% {
  margin-right: -14%;
}

.p-r-14\% {
  padding-right: 14%;
}

.p-r--14\% {
  padding-right: -14%;
}

.right-14\% {
  right: 14%;
}

.right--14\% {
  right: -14%;
}

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

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

.max_h-14\% {
  max-height: 14%;
}

.max_w-14\% {
  max-width: 14%;
}

.min_h-14\% {
  min-height: 14%;
}

.min_w-14\% {
  min-width: 14%;
}

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

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

.min_w-14vw {
  min-width: 14vw;
}

.min_h-14vh {
  min-height: 14vh;
}

.max_w-14vw {
  max-width: 14vw;
}

.max_h-14vh {
  max-height: 14vh;
}

.m-t-15\% {
  margin-top: 15%;
}

.m-t--15\% {
  margin-top: -15%;
}

.p-t-15\% {
  padding-top: 15%;
}

.p-t--15\% {
  padding-top: -15%;
}

.top-15\% {
  top: 15%;
}

.top--15\% {
  top: -15%;
}

.m-b-15\% {
  margin-bottom: 15%;
}

.m-b--15\% {
  margin-bottom: -15%;
}

.p-b-15\% {
  padding-bottom: 15%;
}

.p-b--15\% {
  padding-bottom: -15%;
}

.bottom-15\% {
  bottom: 15%;
}

.bottom--15\% {
  bottom: -15%;
}

.m-l-15\% {
  margin-left: 15%;
}

.m-l--15\% {
  margin-left: -15%;
}

.p-l-15\% {
  padding-left: 15%;
}

.p-l--15\% {
  padding-left: -15%;
}

.left-15\% {
  left: 15%;
}

.left--15\% {
  left: -15%;
}

.m-r-15\% {
  margin-right: 15%;
}

.m-r--15\% {
  margin-right: -15%;
}

.p-r-15\% {
  padding-right: 15%;
}

.p-r--15\% {
  padding-right: -15%;
}

.right-15\% {
  right: 15%;
}

.right--15\% {
  right: -15%;
}

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

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

.max_h-15\% {
  max-height: 15%;
}

.max_w-15\% {
  max-width: 15%;
}

.min_h-15\% {
  min-height: 15%;
}

.min_w-15\% {
  min-width: 15%;
}

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

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

.min_w-15vw {
  min-width: 15vw;
}

.min_h-15vh {
  min-height: 15vh;
}

.max_w-15vw {
  max-width: 15vw;
}

.max_h-15vh {
  max-height: 15vh;
}

.m-t-16\% {
  margin-top: 16%;
}

.m-t--16\% {
  margin-top: -16%;
}

.p-t-16\% {
  padding-top: 16%;
}

.p-t--16\% {
  padding-top: -16%;
}

.top-16\% {
  top: 16%;
}

.top--16\% {
  top: -16%;
}

.m-b-16\% {
  margin-bottom: 16%;
}

.m-b--16\% {
  margin-bottom: -16%;
}

.p-b-16\% {
  padding-bottom: 16%;
}

.p-b--16\% {
  padding-bottom: -16%;
}

.bottom-16\% {
  bottom: 16%;
}

.bottom--16\% {
  bottom: -16%;
}

.m-l-16\% {
  margin-left: 16%;
}

.m-l--16\% {
  margin-left: -16%;
}

.p-l-16\% {
  padding-left: 16%;
}

.p-l--16\% {
  padding-left: -16%;
}

.left-16\% {
  left: 16%;
}

.left--16\% {
  left: -16%;
}

.m-r-16\% {
  margin-right: 16%;
}

.m-r--16\% {
  margin-right: -16%;
}

.p-r-16\% {
  padding-right: 16%;
}

.p-r--16\% {
  padding-right: -16%;
}

.right-16\% {
  right: 16%;
}

.right--16\% {
  right: -16%;
}

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

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

.max_h-16\% {
  max-height: 16%;
}

.max_w-16\% {
  max-width: 16%;
}

.min_h-16\% {
  min-height: 16%;
}

.min_w-16\% {
  min-width: 16%;
}

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

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

.min_w-16vw {
  min-width: 16vw;
}

.min_h-16vh {
  min-height: 16vh;
}

.max_w-16vw {
  max-width: 16vw;
}

.max_h-16vh {
  max-height: 16vh;
}

.m-t-17\% {
  margin-top: 17%;
}

.m-t--17\% {
  margin-top: -17%;
}

.p-t-17\% {
  padding-top: 17%;
}

.p-t--17\% {
  padding-top: -17%;
}

.top-17\% {
  top: 17%;
}

.top--17\% {
  top: -17%;
}

.m-b-17\% {
  margin-bottom: 17%;
}

.m-b--17\% {
  margin-bottom: -17%;
}

.p-b-17\% {
  padding-bottom: 17%;
}

.p-b--17\% {
  padding-bottom: -17%;
}

.bottom-17\% {
  bottom: 17%;
}

.bottom--17\% {
  bottom: -17%;
}

.m-l-17\% {
  margin-left: 17%;
}

.m-l--17\% {
  margin-left: -17%;
}

.p-l-17\% {
  padding-left: 17%;
}

.p-l--17\% {
  padding-left: -17%;
}

.left-17\% {
  left: 17%;
}

.left--17\% {
  left: -17%;
}

.m-r-17\% {
  margin-right: 17%;
}

.m-r--17\% {
  margin-right: -17%;
}

.p-r-17\% {
  padding-right: 17%;
}

.p-r--17\% {
  padding-right: -17%;
}

.right-17\% {
  right: 17%;
}

.right--17\% {
  right: -17%;
}

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

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

.max_h-17\% {
  max-height: 17%;
}

.max_w-17\% {
  max-width: 17%;
}

.min_h-17\% {
  min-height: 17%;
}

.min_w-17\% {
  min-width: 17%;
}

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

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

.min_w-17vw {
  min-width: 17vw;
}

.min_h-17vh {
  min-height: 17vh;
}

.max_w-17vw {
  max-width: 17vw;
}

.max_h-17vh {
  max-height: 17vh;
}

.m-t-18\% {
  margin-top: 18%;
}

.m-t--18\% {
  margin-top: -18%;
}

.p-t-18\% {
  padding-top: 18%;
}

.p-t--18\% {
  padding-top: -18%;
}

.top-18\% {
  top: 18%;
}

.top--18\% {
  top: -18%;
}

.m-b-18\% {
  margin-bottom: 18%;
}

.m-b--18\% {
  margin-bottom: -18%;
}

.p-b-18\% {
  padding-bottom: 18%;
}

.p-b--18\% {
  padding-bottom: -18%;
}

.bottom-18\% {
  bottom: 18%;
}

.bottom--18\% {
  bottom: -18%;
}

.m-l-18\% {
  margin-left: 18%;
}

.m-l--18\% {
  margin-left: -18%;
}

.p-l-18\% {
  padding-left: 18%;
}

.p-l--18\% {
  padding-left: -18%;
}

.left-18\% {
  left: 18%;
}

.left--18\% {
  left: -18%;
}

.m-r-18\% {
  margin-right: 18%;
}

.m-r--18\% {
  margin-right: -18%;
}

.p-r-18\% {
  padding-right: 18%;
}

.p-r--18\% {
  padding-right: -18%;
}

.right-18\% {
  right: 18%;
}

.right--18\% {
  right: -18%;
}

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

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

.max_h-18\% {
  max-height: 18%;
}

.max_w-18\% {
  max-width: 18%;
}

.min_h-18\% {
  min-height: 18%;
}

.min_w-18\% {
  min-width: 18%;
}

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

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

.min_w-18vw {
  min-width: 18vw;
}

.min_h-18vh {
  min-height: 18vh;
}

.max_w-18vw {
  max-width: 18vw;
}

.max_h-18vh {
  max-height: 18vh;
}

.m-t-19\% {
  margin-top: 19%;
}

.m-t--19\% {
  margin-top: -19%;
}

.p-t-19\% {
  padding-top: 19%;
}

.p-t--19\% {
  padding-top: -19%;
}

.top-19\% {
  top: 19%;
}

.top--19\% {
  top: -19%;
}

.m-b-19\% {
  margin-bottom: 19%;
}

.m-b--19\% {
  margin-bottom: -19%;
}

.p-b-19\% {
  padding-bottom: 19%;
}

.p-b--19\% {
  padding-bottom: -19%;
}

.bottom-19\% {
  bottom: 19%;
}

.bottom--19\% {
  bottom: -19%;
}

.m-l-19\% {
  margin-left: 19%;
}

.m-l--19\% {
  margin-left: -19%;
}

.p-l-19\% {
  padding-left: 19%;
}

.p-l--19\% {
  padding-left: -19%;
}

.left-19\% {
  left: 19%;
}

.left--19\% {
  left: -19%;
}

.m-r-19\% {
  margin-right: 19%;
}

.m-r--19\% {
  margin-right: -19%;
}

.p-r-19\% {
  padding-right: 19%;
}

.p-r--19\% {
  padding-right: -19%;
}

.right-19\% {
  right: 19%;
}

.right--19\% {
  right: -19%;
}

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

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

.max_h-19\% {
  max-height: 19%;
}

.max_w-19\% {
  max-width: 19%;
}

.min_h-19\% {
  min-height: 19%;
}

.min_w-19\% {
  min-width: 19%;
}

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

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

.min_w-19vw {
  min-width: 19vw;
}

.min_h-19vh {
  min-height: 19vh;
}

.max_w-19vw {
  max-width: 19vw;
}

.max_h-19vh {
  max-height: 19vh;
}

.m-t-20\% {
  margin-top: 20%;
}

.m-t--20\% {
  margin-top: -20%;
}

.p-t-20\% {
  padding-top: 20%;
}

.p-t--20\% {
  padding-top: -20%;
}

.top-20\% {
  top: 20%;
}

.top--20\% {
  top: -20%;
}

.m-b-20\% {
  margin-bottom: 20%;
}

.m-b--20\% {
  margin-bottom: -20%;
}

.p-b-20\% {
  padding-bottom: 20%;
}

.p-b--20\% {
  padding-bottom: -20%;
}

.bottom-20\% {
  bottom: 20%;
}

.bottom--20\% {
  bottom: -20%;
}

.m-l-20\% {
  margin-left: 20%;
}

.m-l--20\% {
  margin-left: -20%;
}

.p-l-20\% {
  padding-left: 20%;
}

.p-l--20\% {
  padding-left: -20%;
}

.left-20\% {
  left: 20%;
}

.left--20\% {
  left: -20%;
}

.m-r-20\% {
  margin-right: 20%;
}

.m-r--20\% {
  margin-right: -20%;
}

.p-r-20\% {
  padding-right: 20%;
}

.p-r--20\% {
  padding-right: -20%;
}

.right-20\% {
  right: 20%;
}

.right--20\% {
  right: -20%;
}

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

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

.max_h-20\% {
  max-height: 20%;
}

.max_w-20\% {
  max-width: 20%;
}

.min_h-20\% {
  min-height: 20%;
}

.min_w-20\% {
  min-width: 20%;
}

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

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

.min_w-20vw {
  min-width: 20vw;
}

.min_h-20vh {
  min-height: 20vh;
}

.max_w-20vw {
  max-width: 20vw;
}

.max_h-20vh {
  max-height: 20vh;
}

.m-t-21\% {
  margin-top: 21%;
}

.m-t--21\% {
  margin-top: -21%;
}

.p-t-21\% {
  padding-top: 21%;
}

.p-t--21\% {
  padding-top: -21%;
}

.top-21\% {
  top: 21%;
}

.top--21\% {
  top: -21%;
}

.m-b-21\% {
  margin-bottom: 21%;
}

.m-b--21\% {
  margin-bottom: -21%;
}

.p-b-21\% {
  padding-bottom: 21%;
}

.p-b--21\% {
  padding-bottom: -21%;
}

.bottom-21\% {
  bottom: 21%;
}

.bottom--21\% {
  bottom: -21%;
}

.m-l-21\% {
  margin-left: 21%;
}

.m-l--21\% {
  margin-left: -21%;
}

.p-l-21\% {
  padding-left: 21%;
}

.p-l--21\% {
  padding-left: -21%;
}

.left-21\% {
  left: 21%;
}

.left--21\% {
  left: -21%;
}

.m-r-21\% {
  margin-right: 21%;
}

.m-r--21\% {
  margin-right: -21%;
}

.p-r-21\% {
  padding-right: 21%;
}

.p-r--21\% {
  padding-right: -21%;
}

.right-21\% {
  right: 21%;
}

.right--21\% {
  right: -21%;
}

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

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

.max_h-21\% {
  max-height: 21%;
}

.max_w-21\% {
  max-width: 21%;
}

.min_h-21\% {
  min-height: 21%;
}

.min_w-21\% {
  min-width: 21%;
}

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

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

.min_w-21vw {
  min-width: 21vw;
}

.min_h-21vh {
  min-height: 21vh;
}

.max_w-21vw {
  max-width: 21vw;
}

.max_h-21vh {
  max-height: 21vh;
}

.m-t-22\% {
  margin-top: 22%;
}

.m-t--22\% {
  margin-top: -22%;
}

.p-t-22\% {
  padding-top: 22%;
}

.p-t--22\% {
  padding-top: -22%;
}

.top-22\% {
  top: 22%;
}

.top--22\% {
  top: -22%;
}

.m-b-22\% {
  margin-bottom: 22%;
}

.m-b--22\% {
  margin-bottom: -22%;
}

.p-b-22\% {
  padding-bottom: 22%;
}

.p-b--22\% {
  padding-bottom: -22%;
}

.bottom-22\% {
  bottom: 22%;
}

.bottom--22\% {
  bottom: -22%;
}

.m-l-22\% {
  margin-left: 22%;
}

.m-l--22\% {
  margin-left: -22%;
}

.p-l-22\% {
  padding-left: 22%;
}

.p-l--22\% {
  padding-left: -22%;
}

.left-22\% {
  left: 22%;
}

.left--22\% {
  left: -22%;
}

.m-r-22\% {
  margin-right: 22%;
}

.m-r--22\% {
  margin-right: -22%;
}

.p-r-22\% {
  padding-right: 22%;
}

.p-r--22\% {
  padding-right: -22%;
}

.right-22\% {
  right: 22%;
}

.right--22\% {
  right: -22%;
}

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

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

.max_h-22\% {
  max-height: 22%;
}

.max_w-22\% {
  max-width: 22%;
}

.min_h-22\% {
  min-height: 22%;
}

.min_w-22\% {
  min-width: 22%;
}

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

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

.min_w-22vw {
  min-width: 22vw;
}

.min_h-22vh {
  min-height: 22vh;
}

.max_w-22vw {
  max-width: 22vw;
}

.max_h-22vh {
  max-height: 22vh;
}

.m-t-23\% {
  margin-top: 23%;
}

.m-t--23\% {
  margin-top: -23%;
}

.p-t-23\% {
  padding-top: 23%;
}

.p-t--23\% {
  padding-top: -23%;
}

.top-23\% {
  top: 23%;
}

.top--23\% {
  top: -23%;
}

.m-b-23\% {
  margin-bottom: 23%;
}

.m-b--23\% {
  margin-bottom: -23%;
}

.p-b-23\% {
  padding-bottom: 23%;
}

.p-b--23\% {
  padding-bottom: -23%;
}

.bottom-23\% {
  bottom: 23%;
}

.bottom--23\% {
  bottom: -23%;
}

.m-l-23\% {
  margin-left: 23%;
}

.m-l--23\% {
  margin-left: -23%;
}

.p-l-23\% {
  padding-left: 23%;
}

.p-l--23\% {
  padding-left: -23%;
}

.left-23\% {
  left: 23%;
}

.left--23\% {
  left: -23%;
}

.m-r-23\% {
  margin-right: 23%;
}

.m-r--23\% {
  margin-right: -23%;
}

.p-r-23\% {
  padding-right: 23%;
}

.p-r--23\% {
  padding-right: -23%;
}

.right-23\% {
  right: 23%;
}

.right--23\% {
  right: -23%;
}

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

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

.max_h-23\% {
  max-height: 23%;
}

.max_w-23\% {
  max-width: 23%;
}

.min_h-23\% {
  min-height: 23%;
}

.min_w-23\% {
  min-width: 23%;
}

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

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

.min_w-23vw {
  min-width: 23vw;
}

.min_h-23vh {
  min-height: 23vh;
}

.max_w-23vw {
  max-width: 23vw;
}

.max_h-23vh {
  max-height: 23vh;
}

.m-t-24\% {
  margin-top: 24%;
}

.m-t--24\% {
  margin-top: -24%;
}

.p-t-24\% {
  padding-top: 24%;
}

.p-t--24\% {
  padding-top: -24%;
}

.top-24\% {
  top: 24%;
}

.top--24\% {
  top: -24%;
}

.m-b-24\% {
  margin-bottom: 24%;
}

.m-b--24\% {
  margin-bottom: -24%;
}

.p-b-24\% {
  padding-bottom: 24%;
}

.p-b--24\% {
  padding-bottom: -24%;
}

.bottom-24\% {
  bottom: 24%;
}

.bottom--24\% {
  bottom: -24%;
}

.m-l-24\% {
  margin-left: 24%;
}

.m-l--24\% {
  margin-left: -24%;
}

.p-l-24\% {
  padding-left: 24%;
}

.p-l--24\% {
  padding-left: -24%;
}

.left-24\% {
  left: 24%;
}

.left--24\% {
  left: -24%;
}

.m-r-24\% {
  margin-right: 24%;
}

.m-r--24\% {
  margin-right: -24%;
}

.p-r-24\% {
  padding-right: 24%;
}

.p-r--24\% {
  padding-right: -24%;
}

.right-24\% {
  right: 24%;
}

.right--24\% {
  right: -24%;
}

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

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

.max_h-24\% {
  max-height: 24%;
}

.max_w-24\% {
  max-width: 24%;
}

.min_h-24\% {
  min-height: 24%;
}

.min_w-24\% {
  min-width: 24%;
}

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

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

.min_w-24vw {
  min-width: 24vw;
}

.min_h-24vh {
  min-height: 24vh;
}

.max_w-24vw {
  max-width: 24vw;
}

.max_h-24vh {
  max-height: 24vh;
}

.m-t-25\% {
  margin-top: 25%;
}

.m-t--25\% {
  margin-top: -25%;
}

.p-t-25\% {
  padding-top: 25%;
}

.p-t--25\% {
  padding-top: -25%;
}

.top-25\% {
  top: 25%;
}

.top--25\% {
  top: -25%;
}

.m-b-25\% {
  margin-bottom: 25%;
}

.m-b--25\% {
  margin-bottom: -25%;
}

.p-b-25\% {
  padding-bottom: 25%;
}

.p-b--25\% {
  padding-bottom: -25%;
}

.bottom-25\% {
  bottom: 25%;
}

.bottom--25\% {
  bottom: -25%;
}

.m-l-25\% {
  margin-left: 25%;
}

.m-l--25\% {
  margin-left: -25%;
}

.p-l-25\% {
  padding-left: 25%;
}

.p-l--25\% {
  padding-left: -25%;
}

.left-25\% {
  left: 25%;
}

.left--25\% {
  left: -25%;
}

.m-r-25\% {
  margin-right: 25%;
}

.m-r--25\% {
  margin-right: -25%;
}

.p-r-25\% {
  padding-right: 25%;
}

.p-r--25\% {
  padding-right: -25%;
}

.right-25\% {
  right: 25%;
}

.right--25\% {
  right: -25%;
}

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

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

.max_h-25\% {
  max-height: 25%;
}

.max_w-25\% {
  max-width: 25%;
}

.min_h-25\% {
  min-height: 25%;
}

.min_w-25\% {
  min-width: 25%;
}

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

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

.min_w-25vw {
  min-width: 25vw;
}

.min_h-25vh {
  min-height: 25vh;
}

.max_w-25vw {
  max-width: 25vw;
}

.max_h-25vh {
  max-height: 25vh;
}

.m-t-26\% {
  margin-top: 26%;
}

.m-t--26\% {
  margin-top: -26%;
}

.p-t-26\% {
  padding-top: 26%;
}

.p-t--26\% {
  padding-top: -26%;
}

.top-26\% {
  top: 26%;
}

.top--26\% {
  top: -26%;
}

.m-b-26\% {
  margin-bottom: 26%;
}

.m-b--26\% {
  margin-bottom: -26%;
}

.p-b-26\% {
  padding-bottom: 26%;
}

.p-b--26\% {
  padding-bottom: -26%;
}

.bottom-26\% {
  bottom: 26%;
}

.bottom--26\% {
  bottom: -26%;
}

.m-l-26\% {
  margin-left: 26%;
}

.m-l--26\% {
  margin-left: -26%;
}

.p-l-26\% {
  padding-left: 26%;
}

.p-l--26\% {
  padding-left: -26%;
}

.left-26\% {
  left: 26%;
}

.left--26\% {
  left: -26%;
}

.m-r-26\% {
  margin-right: 26%;
}

.m-r--26\% {
  margin-right: -26%;
}

.p-r-26\% {
  padding-right: 26%;
}

.p-r--26\% {
  padding-right: -26%;
}

.right-26\% {
  right: 26%;
}

.right--26\% {
  right: -26%;
}

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

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

.max_h-26\% {
  max-height: 26%;
}

.max_w-26\% {
  max-width: 26%;
}

.min_h-26\% {
  min-height: 26%;
}

.min_w-26\% {
  min-width: 26%;
}

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

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

.min_w-26vw {
  min-width: 26vw;
}

.min_h-26vh {
  min-height: 26vh;
}

.max_w-26vw {
  max-width: 26vw;
}

.max_h-26vh {
  max-height: 26vh;
}

.m-t-27\% {
  margin-top: 27%;
}

.m-t--27\% {
  margin-top: -27%;
}

.p-t-27\% {
  padding-top: 27%;
}

.p-t--27\% {
  padding-top: -27%;
}

.top-27\% {
  top: 27%;
}

.top--27\% {
  top: -27%;
}

.m-b-27\% {
  margin-bottom: 27%;
}

.m-b--27\% {
  margin-bottom: -27%;
}

.p-b-27\% {
  padding-bottom: 27%;
}

.p-b--27\% {
  padding-bottom: -27%;
}

.bottom-27\% {
  bottom: 27%;
}

.bottom--27\% {
  bottom: -27%;
}

.m-l-27\% {
  margin-left: 27%;
}

.m-l--27\% {
  margin-left: -27%;
}

.p-l-27\% {
  padding-left: 27%;
}

.p-l--27\% {
  padding-left: -27%;
}

.left-27\% {
  left: 27%;
}

.left--27\% {
  left: -27%;
}

.m-r-27\% {
  margin-right: 27%;
}

.m-r--27\% {
  margin-right: -27%;
}

.p-r-27\% {
  padding-right: 27%;
}

.p-r--27\% {
  padding-right: -27%;
}

.right-27\% {
  right: 27%;
}

.right--27\% {
  right: -27%;
}

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

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

.max_h-27\% {
  max-height: 27%;
}

.max_w-27\% {
  max-width: 27%;
}

.min_h-27\% {
  min-height: 27%;
}

.min_w-27\% {
  min-width: 27%;
}

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

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

.min_w-27vw {
  min-width: 27vw;
}

.min_h-27vh {
  min-height: 27vh;
}

.max_w-27vw {
  max-width: 27vw;
}

.max_h-27vh {
  max-height: 27vh;
}

.m-t-28\% {
  margin-top: 28%;
}

.m-t--28\% {
  margin-top: -28%;
}

.p-t-28\% {
  padding-top: 28%;
}

.p-t--28\% {
  padding-top: -28%;
}

.top-28\% {
  top: 28%;
}

.top--28\% {
  top: -28%;
}

.m-b-28\% {
  margin-bottom: 28%;
}

.m-b--28\% {
  margin-bottom: -28%;
}

.p-b-28\% {
  padding-bottom: 28%;
}

.p-b--28\% {
  padding-bottom: -28%;
}

.bottom-28\% {
  bottom: 28%;
}

.bottom--28\% {
  bottom: -28%;
}

.m-l-28\% {
  margin-left: 28%;
}

.m-l--28\% {
  margin-left: -28%;
}

.p-l-28\% {
  padding-left: 28%;
}

.p-l--28\% {
  padding-left: -28%;
}

.left-28\% {
  left: 28%;
}

.left--28\% {
  left: -28%;
}

.m-r-28\% {
  margin-right: 28%;
}

.m-r--28\% {
  margin-right: -28%;
}

.p-r-28\% {
  padding-right: 28%;
}

.p-r--28\% {
  padding-right: -28%;
}

.right-28\% {
  right: 28%;
}

.right--28\% {
  right: -28%;
}

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

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

.max_h-28\% {
  max-height: 28%;
}

.max_w-28\% {
  max-width: 28%;
}

.min_h-28\% {
  min-height: 28%;
}

.min_w-28\% {
  min-width: 28%;
}

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

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

.min_w-28vw {
  min-width: 28vw;
}

.min_h-28vh {
  min-height: 28vh;
}

.max_w-28vw {
  max-width: 28vw;
}

.max_h-28vh {
  max-height: 28vh;
}

.m-t-29\% {
  margin-top: 29%;
}

.m-t--29\% {
  margin-top: -29%;
}

.p-t-29\% {
  padding-top: 29%;
}

.p-t--29\% {
  padding-top: -29%;
}

.top-29\% {
  top: 29%;
}

.top--29\% {
  top: -29%;
}

.m-b-29\% {
  margin-bottom: 29%;
}

.m-b--29\% {
  margin-bottom: -29%;
}

.p-b-29\% {
  padding-bottom: 29%;
}

.p-b--29\% {
  padding-bottom: -29%;
}

.bottom-29\% {
  bottom: 29%;
}

.bottom--29\% {
  bottom: -29%;
}

.m-l-29\% {
  margin-left: 29%;
}

.m-l--29\% {
  margin-left: -29%;
}

.p-l-29\% {
  padding-left: 29%;
}

.p-l--29\% {
  padding-left: -29%;
}

.left-29\% {
  left: 29%;
}

.left--29\% {
  left: -29%;
}

.m-r-29\% {
  margin-right: 29%;
}

.m-r--29\% {
  margin-right: -29%;
}

.p-r-29\% {
  padding-right: 29%;
}

.p-r--29\% {
  padding-right: -29%;
}

.right-29\% {
  right: 29%;
}

.right--29\% {
  right: -29%;
}

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

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

.max_h-29\% {
  max-height: 29%;
}

.max_w-29\% {
  max-width: 29%;
}

.min_h-29\% {
  min-height: 29%;
}

.min_w-29\% {
  min-width: 29%;
}

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

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

.min_w-29vw {
  min-width: 29vw;
}

.min_h-29vh {
  min-height: 29vh;
}

.max_w-29vw {
  max-width: 29vw;
}

.max_h-29vh {
  max-height: 29vh;
}

.m-t-30\% {
  margin-top: 30%;
}

.m-t--30\% {
  margin-top: -30%;
}

.p-t-30\% {
  padding-top: 30%;
}

.p-t--30\% {
  padding-top: -30%;
}

.top-30\% {
  top: 30%;
}

.top--30\% {
  top: -30%;
}

.m-b-30\% {
  margin-bottom: 30%;
}

.m-b--30\% {
  margin-bottom: -30%;
}

.p-b-30\% {
  padding-bottom: 30%;
}

.p-b--30\% {
  padding-bottom: -30%;
}

.bottom-30\% {
  bottom: 30%;
}

.bottom--30\% {
  bottom: -30%;
}

.m-l-30\% {
  margin-left: 30%;
}

.m-l--30\% {
  margin-left: -30%;
}

.p-l-30\% {
  padding-left: 30%;
}

.p-l--30\% {
  padding-left: -30%;
}

.left-30\% {
  left: 30%;
}

.left--30\% {
  left: -30%;
}

.m-r-30\% {
  margin-right: 30%;
}

.m-r--30\% {
  margin-right: -30%;
}

.p-r-30\% {
  padding-right: 30%;
}

.p-r--30\% {
  padding-right: -30%;
}

.right-30\% {
  right: 30%;
}

.right--30\% {
  right: -30%;
}

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

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

.max_h-30\% {
  max-height: 30%;
}

.max_w-30\% {
  max-width: 30%;
}

.min_h-30\% {
  min-height: 30%;
}

.min_w-30\% {
  min-width: 30%;
}

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

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

.min_w-30vw {
  min-width: 30vw;
}

.min_h-30vh {
  min-height: 30vh;
}

.max_w-30vw {
  max-width: 30vw;
}

.max_h-30vh {
  max-height: 30vh;
}

.m-t-31\% {
  margin-top: 31%;
}

.m-t--31\% {
  margin-top: -31%;
}

.p-t-31\% {
  padding-top: 31%;
}

.p-t--31\% {
  padding-top: -31%;
}

.top-31\% {
  top: 31%;
}

.top--31\% {
  top: -31%;
}

.m-b-31\% {
  margin-bottom: 31%;
}

.m-b--31\% {
  margin-bottom: -31%;
}

.p-b-31\% {
  padding-bottom: 31%;
}

.p-b--31\% {
  padding-bottom: -31%;
}

.bottom-31\% {
  bottom: 31%;
}

.bottom--31\% {
  bottom: -31%;
}

.m-l-31\% {
  margin-left: 31%;
}

.m-l--31\% {
  margin-left: -31%;
}

.p-l-31\% {
  padding-left: 31%;
}

.p-l--31\% {
  padding-left: -31%;
}

.left-31\% {
  left: 31%;
}

.left--31\% {
  left: -31%;
}

.m-r-31\% {
  margin-right: 31%;
}

.m-r--31\% {
  margin-right: -31%;
}

.p-r-31\% {
  padding-right: 31%;
}

.p-r--31\% {
  padding-right: -31%;
}

.right-31\% {
  right: 31%;
}

.right--31\% {
  right: -31%;
}

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

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

.max_h-31\% {
  max-height: 31%;
}

.max_w-31\% {
  max-width: 31%;
}

.min_h-31\% {
  min-height: 31%;
}

.min_w-31\% {
  min-width: 31%;
}

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

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

.min_w-31vw {
  min-width: 31vw;
}

.min_h-31vh {
  min-height: 31vh;
}

.max_w-31vw {
  max-width: 31vw;
}

.max_h-31vh {
  max-height: 31vh;
}

.m-t-32\% {
  margin-top: 32%;
}

.m-t--32\% {
  margin-top: -32%;
}

.p-t-32\% {
  padding-top: 32%;
}

.p-t--32\% {
  padding-top: -32%;
}

.top-32\% {
  top: 32%;
}

.top--32\% {
  top: -32%;
}

.m-b-32\% {
  margin-bottom: 32%;
}

.m-b--32\% {
  margin-bottom: -32%;
}

.p-b-32\% {
  padding-bottom: 32%;
}

.p-b--32\% {
  padding-bottom: -32%;
}

.bottom-32\% {
  bottom: 32%;
}

.bottom--32\% {
  bottom: -32%;
}

.m-l-32\% {
  margin-left: 32%;
}

.m-l--32\% {
  margin-left: -32%;
}

.p-l-32\% {
  padding-left: 32%;
}

.p-l--32\% {
  padding-left: -32%;
}

.left-32\% {
  left: 32%;
}

.left--32\% {
  left: -32%;
}

.m-r-32\% {
  margin-right: 32%;
}

.m-r--32\% {
  margin-right: -32%;
}

.p-r-32\% {
  padding-right: 32%;
}

.p-r--32\% {
  padding-right: -32%;
}

.right-32\% {
  right: 32%;
}

.right--32\% {
  right: -32%;
}

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

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

.max_h-32\% {
  max-height: 32%;
}

.max_w-32\% {
  max-width: 32%;
}

.min_h-32\% {
  min-height: 32%;
}

.min_w-32\% {
  min-width: 32%;
}

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

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

.min_w-32vw {
  min-width: 32vw;
}

.min_h-32vh {
  min-height: 32vh;
}

.max_w-32vw {
  max-width: 32vw;
}

.max_h-32vh {
  max-height: 32vh;
}

.m-t-33\% {
  margin-top: 33%;
}

.m-t--33\% {
  margin-top: -33%;
}

.p-t-33\% {
  padding-top: 33%;
}

.p-t--33\% {
  padding-top: -33%;
}

.top-33\% {
  top: 33%;
}

.top--33\% {
  top: -33%;
}

.m-b-33\% {
  margin-bottom: 33%;
}

.m-b--33\% {
  margin-bottom: -33%;
}

.p-b-33\% {
  padding-bottom: 33%;
}

.p-b--33\% {
  padding-bottom: -33%;
}

.bottom-33\% {
  bottom: 33%;
}

.bottom--33\% {
  bottom: -33%;
}

.m-l-33\% {
  margin-left: 33%;
}

.m-l--33\% {
  margin-left: -33%;
}

.p-l-33\% {
  padding-left: 33%;
}

.p-l--33\% {
  padding-left: -33%;
}

.left-33\% {
  left: 33%;
}

.left--33\% {
  left: -33%;
}

.m-r-33\% {
  margin-right: 33%;
}

.m-r--33\% {
  margin-right: -33%;
}

.p-r-33\% {
  padding-right: 33%;
}

.p-r--33\% {
  padding-right: -33%;
}

.right-33\% {
  right: 33%;
}

.right--33\% {
  right: -33%;
}

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

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

.max_h-33\% {
  max-height: 33%;
}

.max_w-33\% {
  max-width: 33%;
}

.min_h-33\% {
  min-height: 33%;
}

.min_w-33\% {
  min-width: 33%;
}

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

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

.min_w-33vw {
  min-width: 33vw;
}

.min_h-33vh {
  min-height: 33vh;
}

.max_w-33vw {
  max-width: 33vw;
}

.max_h-33vh {
  max-height: 33vh;
}

.m-t-34\% {
  margin-top: 34%;
}

.m-t--34\% {
  margin-top: -34%;
}

.p-t-34\% {
  padding-top: 34%;
}

.p-t--34\% {
  padding-top: -34%;
}

.top-34\% {
  top: 34%;
}

.top--34\% {
  top: -34%;
}

.m-b-34\% {
  margin-bottom: 34%;
}

.m-b--34\% {
  margin-bottom: -34%;
}

.p-b-34\% {
  padding-bottom: 34%;
}

.p-b--34\% {
  padding-bottom: -34%;
}

.bottom-34\% {
  bottom: 34%;
}

.bottom--34\% {
  bottom: -34%;
}

.m-l-34\% {
  margin-left: 34%;
}

.m-l--34\% {
  margin-left: -34%;
}

.p-l-34\% {
  padding-left: 34%;
}

.p-l--34\% {
  padding-left: -34%;
}

.left-34\% {
  left: 34%;
}

.left--34\% {
  left: -34%;
}

.m-r-34\% {
  margin-right: 34%;
}

.m-r--34\% {
  margin-right: -34%;
}

.p-r-34\% {
  padding-right: 34%;
}

.p-r--34\% {
  padding-right: -34%;
}

.right-34\% {
  right: 34%;
}

.right--34\% {
  right: -34%;
}

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

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

.max_h-34\% {
  max-height: 34%;
}

.max_w-34\% {
  max-width: 34%;
}

.min_h-34\% {
  min-height: 34%;
}

.min_w-34\% {
  min-width: 34%;
}

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

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

.min_w-34vw {
  min-width: 34vw;
}

.min_h-34vh {
  min-height: 34vh;
}

.max_w-34vw {
  max-width: 34vw;
}

.max_h-34vh {
  max-height: 34vh;
}

.m-t-35\% {
  margin-top: 35%;
}

.m-t--35\% {
  margin-top: -35%;
}

.p-t-35\% {
  padding-top: 35%;
}

.p-t--35\% {
  padding-top: -35%;
}

.top-35\% {
  top: 35%;
}

.top--35\% {
  top: -35%;
}

.m-b-35\% {
  margin-bottom: 35%;
}

.m-b--35\% {
  margin-bottom: -35%;
}

.p-b-35\% {
  padding-bottom: 35%;
}

.p-b--35\% {
  padding-bottom: -35%;
}

.bottom-35\% {
  bottom: 35%;
}

.bottom--35\% {
  bottom: -35%;
}

.m-l-35\% {
  margin-left: 35%;
}

.m-l--35\% {
  margin-left: -35%;
}

.p-l-35\% {
  padding-left: 35%;
}

.p-l--35\% {
  padding-left: -35%;
}

.left-35\% {
  left: 35%;
}

.left--35\% {
  left: -35%;
}

.m-r-35\% {
  margin-right: 35%;
}

.m-r--35\% {
  margin-right: -35%;
}

.p-r-35\% {
  padding-right: 35%;
}

.p-r--35\% {
  padding-right: -35%;
}

.right-35\% {
  right: 35%;
}

.right--35\% {
  right: -35%;
}

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

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

.max_h-35\% {
  max-height: 35%;
}

.max_w-35\% {
  max-width: 35%;
}

.min_h-35\% {
  min-height: 35%;
}

.min_w-35\% {
  min-width: 35%;
}

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

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

.min_w-35vw {
  min-width: 35vw;
}

.min_h-35vh {
  min-height: 35vh;
}

.max_w-35vw {
  max-width: 35vw;
}

.max_h-35vh {
  max-height: 35vh;
}

.m-t-36\% {
  margin-top: 36%;
}

.m-t--36\% {
  margin-top: -36%;
}

.p-t-36\% {
  padding-top: 36%;
}

.p-t--36\% {
  padding-top: -36%;
}

.top-36\% {
  top: 36%;
}

.top--36\% {
  top: -36%;
}

.m-b-36\% {
  margin-bottom: 36%;
}

.m-b--36\% {
  margin-bottom: -36%;
}

.p-b-36\% {
  padding-bottom: 36%;
}

.p-b--36\% {
  padding-bottom: -36%;
}

.bottom-36\% {
  bottom: 36%;
}

.bottom--36\% {
  bottom: -36%;
}

.m-l-36\% {
  margin-left: 36%;
}

.m-l--36\% {
  margin-left: -36%;
}

.p-l-36\% {
  padding-left: 36%;
}

.p-l--36\% {
  padding-left: -36%;
}

.left-36\% {
  left: 36%;
}

.left--36\% {
  left: -36%;
}

.m-r-36\% {
  margin-right: 36%;
}

.m-r--36\% {
  margin-right: -36%;
}

.p-r-36\% {
  padding-right: 36%;
}

.p-r--36\% {
  padding-right: -36%;
}

.right-36\% {
  right: 36%;
}

.right--36\% {
  right: -36%;
}

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

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

.max_h-36\% {
  max-height: 36%;
}

.max_w-36\% {
  max-width: 36%;
}

.min_h-36\% {
  min-height: 36%;
}

.min_w-36\% {
  min-width: 36%;
}

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

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

.min_w-36vw {
  min-width: 36vw;
}

.min_h-36vh {
  min-height: 36vh;
}

.max_w-36vw {
  max-width: 36vw;
}

.max_h-36vh {
  max-height: 36vh;
}

.m-t-37\% {
  margin-top: 37%;
}

.m-t--37\% {
  margin-top: -37%;
}

.p-t-37\% {
  padding-top: 37%;
}

.p-t--37\% {
  padding-top: -37%;
}

.top-37\% {
  top: 37%;
}

.top--37\% {
  top: -37%;
}

.m-b-37\% {
  margin-bottom: 37%;
}

.m-b--37\% {
  margin-bottom: -37%;
}

.p-b-37\% {
  padding-bottom: 37%;
}

.p-b--37\% {
  padding-bottom: -37%;
}

.bottom-37\% {
  bottom: 37%;
}

.bottom--37\% {
  bottom: -37%;
}

.m-l-37\% {
  margin-left: 37%;
}

.m-l--37\% {
  margin-left: -37%;
}

.p-l-37\% {
  padding-left: 37%;
}

.p-l--37\% {
  padding-left: -37%;
}

.left-37\% {
  left: 37%;
}

.left--37\% {
  left: -37%;
}

.m-r-37\% {
  margin-right: 37%;
}

.m-r--37\% {
  margin-right: -37%;
}

.p-r-37\% {
  padding-right: 37%;
}

.p-r--37\% {
  padding-right: -37%;
}

.right-37\% {
  right: 37%;
}

.right--37\% {
  right: -37%;
}

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

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

.max_h-37\% {
  max-height: 37%;
}

.max_w-37\% {
  max-width: 37%;
}

.min_h-37\% {
  min-height: 37%;
}

.min_w-37\% {
  min-width: 37%;
}

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

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

.min_w-37vw {
  min-width: 37vw;
}

.min_h-37vh {
  min-height: 37vh;
}

.max_w-37vw {
  max-width: 37vw;
}

.max_h-37vh {
  max-height: 37vh;
}

.m-t-38\% {
  margin-top: 38%;
}

.m-t--38\% {
  margin-top: -38%;
}

.p-t-38\% {
  padding-top: 38%;
}

.p-t--38\% {
  padding-top: -38%;
}

.top-38\% {
  top: 38%;
}

.top--38\% {
  top: -38%;
}

.m-b-38\% {
  margin-bottom: 38%;
}

.m-b--38\% {
  margin-bottom: -38%;
}

.p-b-38\% {
  padding-bottom: 38%;
}

.p-b--38\% {
  padding-bottom: -38%;
}

.bottom-38\% {
  bottom: 38%;
}

.bottom--38\% {
  bottom: -38%;
}

.m-l-38\% {
  margin-left: 38%;
}

.m-l--38\% {
  margin-left: -38%;
}

.p-l-38\% {
  padding-left: 38%;
}

.p-l--38\% {
  padding-left: -38%;
}

.left-38\% {
  left: 38%;
}

.left--38\% {
  left: -38%;
}

.m-r-38\% {
  margin-right: 38%;
}

.m-r--38\% {
  margin-right: -38%;
}

.p-r-38\% {
  padding-right: 38%;
}

.p-r--38\% {
  padding-right: -38%;
}

.right-38\% {
  right: 38%;
}

.right--38\% {
  right: -38%;
}

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

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

.max_h-38\% {
  max-height: 38%;
}

.max_w-38\% {
  max-width: 38%;
}

.min_h-38\% {
  min-height: 38%;
}

.min_w-38\% {
  min-width: 38%;
}

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

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

.min_w-38vw {
  min-width: 38vw;
}

.min_h-38vh {
  min-height: 38vh;
}

.max_w-38vw {
  max-width: 38vw;
}

.max_h-38vh {
  max-height: 38vh;
}

.m-t-39\% {
  margin-top: 39%;
}

.m-t--39\% {
  margin-top: -39%;
}

.p-t-39\% {
  padding-top: 39%;
}

.p-t--39\% {
  padding-top: -39%;
}

.top-39\% {
  top: 39%;
}

.top--39\% {
  top: -39%;
}

.m-b-39\% {
  margin-bottom: 39%;
}

.m-b--39\% {
  margin-bottom: -39%;
}

.p-b-39\% {
  padding-bottom: 39%;
}

.p-b--39\% {
  padding-bottom: -39%;
}

.bottom-39\% {
  bottom: 39%;
}

.bottom--39\% {
  bottom: -39%;
}

.m-l-39\% {
  margin-left: 39%;
}

.m-l--39\% {
  margin-left: -39%;
}

.p-l-39\% {
  padding-left: 39%;
}

.p-l--39\% {
  padding-left: -39%;
}

.left-39\% {
  left: 39%;
}

.left--39\% {
  left: -39%;
}

.m-r-39\% {
  margin-right: 39%;
}

.m-r--39\% {
  margin-right: -39%;
}

.p-r-39\% {
  padding-right: 39%;
}

.p-r--39\% {
  padding-right: -39%;
}

.right-39\% {
  right: 39%;
}

.right--39\% {
  right: -39%;
}

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

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

.max_h-39\% {
  max-height: 39%;
}

.max_w-39\% {
  max-width: 39%;
}

.min_h-39\% {
  min-height: 39%;
}

.min_w-39\% {
  min-width: 39%;
}

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

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

.min_w-39vw {
  min-width: 39vw;
}

.min_h-39vh {
  min-height: 39vh;
}

.max_w-39vw {
  max-width: 39vw;
}

.max_h-39vh {
  max-height: 39vh;
}

.m-t-40\% {
  margin-top: 40%;
}

.m-t--40\% {
  margin-top: -40%;
}

.p-t-40\% {
  padding-top: 40%;
}

.p-t--40\% {
  padding-top: -40%;
}

.top-40\% {
  top: 40%;
}

.top--40\% {
  top: -40%;
}

.m-b-40\% {
  margin-bottom: 40%;
}

.m-b--40\% {
  margin-bottom: -40%;
}

.p-b-40\% {
  padding-bottom: 40%;
}

.p-b--40\% {
  padding-bottom: -40%;
}

.bottom-40\% {
  bottom: 40%;
}

.bottom--40\% {
  bottom: -40%;
}

.m-l-40\% {
  margin-left: 40%;
}

.m-l--40\% {
  margin-left: -40%;
}

.p-l-40\% {
  padding-left: 40%;
}

.p-l--40\% {
  padding-left: -40%;
}

.left-40\% {
  left: 40%;
}

.left--40\% {
  left: -40%;
}

.m-r-40\% {
  margin-right: 40%;
}

.m-r--40\% {
  margin-right: -40%;
}

.p-r-40\% {
  padding-right: 40%;
}

.p-r--40\% {
  padding-right: -40%;
}

.right-40\% {
  right: 40%;
}

.right--40\% {
  right: -40%;
}

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

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

.max_h-40\% {
  max-height: 40%;
}

.max_w-40\% {
  max-width: 40%;
}

.min_h-40\% {
  min-height: 40%;
}

.min_w-40\% {
  min-width: 40%;
}

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

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

.min_w-40vw {
  min-width: 40vw;
}

.min_h-40vh {
  min-height: 40vh;
}

.max_w-40vw {
  max-width: 40vw;
}

.max_h-40vh {
  max-height: 40vh;
}

.m-t-41\% {
  margin-top: 41%;
}

.m-t--41\% {
  margin-top: -41%;
}

.p-t-41\% {
  padding-top: 41%;
}

.p-t--41\% {
  padding-top: -41%;
}

.top-41\% {
  top: 41%;
}

.top--41\% {
  top: -41%;
}

.m-b-41\% {
  margin-bottom: 41%;
}

.m-b--41\% {
  margin-bottom: -41%;
}

.p-b-41\% {
  padding-bottom: 41%;
}

.p-b--41\% {
  padding-bottom: -41%;
}

.bottom-41\% {
  bottom: 41%;
}

.bottom--41\% {
  bottom: -41%;
}

.m-l-41\% {
  margin-left: 41%;
}

.m-l--41\% {
  margin-left: -41%;
}

.p-l-41\% {
  padding-left: 41%;
}

.p-l--41\% {
  padding-left: -41%;
}

.left-41\% {
  left: 41%;
}

.left--41\% {
  left: -41%;
}

.m-r-41\% {
  margin-right: 41%;
}

.m-r--41\% {
  margin-right: -41%;
}

.p-r-41\% {
  padding-right: 41%;
}

.p-r--41\% {
  padding-right: -41%;
}

.right-41\% {
  right: 41%;
}

.right--41\% {
  right: -41%;
}

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

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

.max_h-41\% {
  max-height: 41%;
}

.max_w-41\% {
  max-width: 41%;
}

.min_h-41\% {
  min-height: 41%;
}

.min_w-41\% {
  min-width: 41%;
}

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

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

.min_w-41vw {
  min-width: 41vw;
}

.min_h-41vh {
  min-height: 41vh;
}

.max_w-41vw {
  max-width: 41vw;
}

.max_h-41vh {
  max-height: 41vh;
}

.m-t-42\% {
  margin-top: 42%;
}

.m-t--42\% {
  margin-top: -42%;
}

.p-t-42\% {
  padding-top: 42%;
}

.p-t--42\% {
  padding-top: -42%;
}

.top-42\% {
  top: 42%;
}

.top--42\% {
  top: -42%;
}

.m-b-42\% {
  margin-bottom: 42%;
}

.m-b--42\% {
  margin-bottom: -42%;
}

.p-b-42\% {
  padding-bottom: 42%;
}

.p-b--42\% {
  padding-bottom: -42%;
}

.bottom-42\% {
  bottom: 42%;
}

.bottom--42\% {
  bottom: -42%;
}

.m-l-42\% {
  margin-left: 42%;
}

.m-l--42\% {
  margin-left: -42%;
}

.p-l-42\% {
  padding-left: 42%;
}

.p-l--42\% {
  padding-left: -42%;
}

.left-42\% {
  left: 42%;
}

.left--42\% {
  left: -42%;
}

.m-r-42\% {
  margin-right: 42%;
}

.m-r--42\% {
  margin-right: -42%;
}

.p-r-42\% {
  padding-right: 42%;
}

.p-r--42\% {
  padding-right: -42%;
}

.right-42\% {
  right: 42%;
}

.right--42\% {
  right: -42%;
}

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

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

.max_h-42\% {
  max-height: 42%;
}

.max_w-42\% {
  max-width: 42%;
}

.min_h-42\% {
  min-height: 42%;
}

.min_w-42\% {
  min-width: 42%;
}

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

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

.min_w-42vw {
  min-width: 42vw;
}

.min_h-42vh {
  min-height: 42vh;
}

.max_w-42vw {
  max-width: 42vw;
}

.max_h-42vh {
  max-height: 42vh;
}

.m-t-43\% {
  margin-top: 43%;
}

.m-t--43\% {
  margin-top: -43%;
}

.p-t-43\% {
  padding-top: 43%;
}

.p-t--43\% {
  padding-top: -43%;
}

.top-43\% {
  top: 43%;
}

.top--43\% {
  top: -43%;
}

.m-b-43\% {
  margin-bottom: 43%;
}

.m-b--43\% {
  margin-bottom: -43%;
}

.p-b-43\% {
  padding-bottom: 43%;
}

.p-b--43\% {
  padding-bottom: -43%;
}

.bottom-43\% {
  bottom: 43%;
}

.bottom--43\% {
  bottom: -43%;
}

.m-l-43\% {
  margin-left: 43%;
}

.m-l--43\% {
  margin-left: -43%;
}

.p-l-43\% {
  padding-left: 43%;
}

.p-l--43\% {
  padding-left: -43%;
}

.left-43\% {
  left: 43%;
}

.left--43\% {
  left: -43%;
}

.m-r-43\% {
  margin-right: 43%;
}

.m-r--43\% {
  margin-right: -43%;
}

.p-r-43\% {
  padding-right: 43%;
}

.p-r--43\% {
  padding-right: -43%;
}

.right-43\% {
  right: 43%;
}

.right--43\% {
  right: -43%;
}

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

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

.max_h-43\% {
  max-height: 43%;
}

.max_w-43\% {
  max-width: 43%;
}

.min_h-43\% {
  min-height: 43%;
}

.min_w-43\% {
  min-width: 43%;
}

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

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

.min_w-43vw {
  min-width: 43vw;
}

.min_h-43vh {
  min-height: 43vh;
}

.max_w-43vw {
  max-width: 43vw;
}

.max_h-43vh {
  max-height: 43vh;
}

.m-t-44\% {
  margin-top: 44%;
}

.m-t--44\% {
  margin-top: -44%;
}

.p-t-44\% {
  padding-top: 44%;
}

.p-t--44\% {
  padding-top: -44%;
}

.top-44\% {
  top: 44%;
}

.top--44\% {
  top: -44%;
}

.m-b-44\% {
  margin-bottom: 44%;
}

.m-b--44\% {
  margin-bottom: -44%;
}

.p-b-44\% {
  padding-bottom: 44%;
}

.p-b--44\% {
  padding-bottom: -44%;
}

.bottom-44\% {
  bottom: 44%;
}

.bottom--44\% {
  bottom: -44%;
}

.m-l-44\% {
  margin-left: 44%;
}

.m-l--44\% {
  margin-left: -44%;
}

.p-l-44\% {
  padding-left: 44%;
}

.p-l--44\% {
  padding-left: -44%;
}

.left-44\% {
  left: 44%;
}

.left--44\% {
  left: -44%;
}

.m-r-44\% {
  margin-right: 44%;
}

.m-r--44\% {
  margin-right: -44%;
}

.p-r-44\% {
  padding-right: 44%;
}

.p-r--44\% {
  padding-right: -44%;
}

.right-44\% {
  right: 44%;
}

.right--44\% {
  right: -44%;
}

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

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

.max_h-44\% {
  max-height: 44%;
}

.max_w-44\% {
  max-width: 44%;
}

.min_h-44\% {
  min-height: 44%;
}

.min_w-44\% {
  min-width: 44%;
}

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

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

.min_w-44vw {
  min-width: 44vw;
}

.min_h-44vh {
  min-height: 44vh;
}

.max_w-44vw {
  max-width: 44vw;
}

.max_h-44vh {
  max-height: 44vh;
}

.m-t-45\% {
  margin-top: 45%;
}

.m-t--45\% {
  margin-top: -45%;
}

.p-t-45\% {
  padding-top: 45%;
}

.p-t--45\% {
  padding-top: -45%;
}

.top-45\% {
  top: 45%;
}

.top--45\% {
  top: -45%;
}

.m-b-45\% {
  margin-bottom: 45%;
}

.m-b--45\% {
  margin-bottom: -45%;
}

.p-b-45\% {
  padding-bottom: 45%;
}

.p-b--45\% {
  padding-bottom: -45%;
}

.bottom-45\% {
  bottom: 45%;
}

.bottom--45\% {
  bottom: -45%;
}

.m-l-45\% {
  margin-left: 45%;
}

.m-l--45\% {
  margin-left: -45%;
}

.p-l-45\% {
  padding-left: 45%;
}

.p-l--45\% {
  padding-left: -45%;
}

.left-45\% {
  left: 45%;
}

.left--45\% {
  left: -45%;
}

.m-r-45\% {
  margin-right: 45%;
}

.m-r--45\% {
  margin-right: -45%;
}

.p-r-45\% {
  padding-right: 45%;
}

.p-r--45\% {
  padding-right: -45%;
}

.right-45\% {
  right: 45%;
}

.right--45\% {
  right: -45%;
}

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

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

.max_h-45\% {
  max-height: 45%;
}

.max_w-45\% {
  max-width: 45%;
}

.min_h-45\% {
  min-height: 45%;
}

.min_w-45\% {
  min-width: 45%;
}

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

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

.min_w-45vw {
  min-width: 45vw;
}

.min_h-45vh {
  min-height: 45vh;
}

.max_w-45vw {
  max-width: 45vw;
}

.max_h-45vh {
  max-height: 45vh;
}

.m-t-46\% {
  margin-top: 46%;
}

.m-t--46\% {
  margin-top: -46%;
}

.p-t-46\% {
  padding-top: 46%;
}

.p-t--46\% {
  padding-top: -46%;
}

.top-46\% {
  top: 46%;
}

.top--46\% {
  top: -46%;
}

.m-b-46\% {
  margin-bottom: 46%;
}

.m-b--46\% {
  margin-bottom: -46%;
}

.p-b-46\% {
  padding-bottom: 46%;
}

.p-b--46\% {
  padding-bottom: -46%;
}

.bottom-46\% {
  bottom: 46%;
}

.bottom--46\% {
  bottom: -46%;
}

.m-l-46\% {
  margin-left: 46%;
}

.m-l--46\% {
  margin-left: -46%;
}

.p-l-46\% {
  padding-left: 46%;
}

.p-l--46\% {
  padding-left: -46%;
}

.left-46\% {
  left: 46%;
}

.left--46\% {
  left: -46%;
}

.m-r-46\% {
  margin-right: 46%;
}

.m-r--46\% {
  margin-right: -46%;
}

.p-r-46\% {
  padding-right: 46%;
}

.p-r--46\% {
  padding-right: -46%;
}

.right-46\% {
  right: 46%;
}

.right--46\% {
  right: -46%;
}

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

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

.max_h-46\% {
  max-height: 46%;
}

.max_w-46\% {
  max-width: 46%;
}

.min_h-46\% {
  min-height: 46%;
}

.min_w-46\% {
  min-width: 46%;
}

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

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

.min_w-46vw {
  min-width: 46vw;
}

.min_h-46vh {
  min-height: 46vh;
}

.max_w-46vw {
  max-width: 46vw;
}

.max_h-46vh {
  max-height: 46vh;
}

.m-t-47\% {
  margin-top: 47%;
}

.m-t--47\% {
  margin-top: -47%;
}

.p-t-47\% {
  padding-top: 47%;
}

.p-t--47\% {
  padding-top: -47%;
}

.top-47\% {
  top: 47%;
}

.top--47\% {
  top: -47%;
}

.m-b-47\% {
  margin-bottom: 47%;
}

.m-b--47\% {
  margin-bottom: -47%;
}

.p-b-47\% {
  padding-bottom: 47%;
}

.p-b--47\% {
  padding-bottom: -47%;
}

.bottom-47\% {
  bottom: 47%;
}

.bottom--47\% {
  bottom: -47%;
}

.m-l-47\% {
  margin-left: 47%;
}

.m-l--47\% {
  margin-left: -47%;
}

.p-l-47\% {
  padding-left: 47%;
}

.p-l--47\% {
  padding-left: -47%;
}

.left-47\% {
  left: 47%;
}

.left--47\% {
  left: -47%;
}

.m-r-47\% {
  margin-right: 47%;
}

.m-r--47\% {
  margin-right: -47%;
}

.p-r-47\% {
  padding-right: 47%;
}

.p-r--47\% {
  padding-right: -47%;
}

.right-47\% {
  right: 47%;
}

.right--47\% {
  right: -47%;
}

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

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

.max_h-47\% {
  max-height: 47%;
}

.max_w-47\% {
  max-width: 47%;
}

.min_h-47\% {
  min-height: 47%;
}

.min_w-47\% {
  min-width: 47%;
}

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

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

.min_w-47vw {
  min-width: 47vw;
}

.min_h-47vh {
  min-height: 47vh;
}

.max_w-47vw {
  max-width: 47vw;
}

.max_h-47vh {
  max-height: 47vh;
}

.m-t-48\% {
  margin-top: 48%;
}

.m-t--48\% {
  margin-top: -48%;
}

.p-t-48\% {
  padding-top: 48%;
}

.p-t--48\% {
  padding-top: -48%;
}

.top-48\% {
  top: 48%;
}

.top--48\% {
  top: -48%;
}

.m-b-48\% {
  margin-bottom: 48%;
}

.m-b--48\% {
  margin-bottom: -48%;
}

.p-b-48\% {
  padding-bottom: 48%;
}

.p-b--48\% {
  padding-bottom: -48%;
}

.bottom-48\% {
  bottom: 48%;
}

.bottom--48\% {
  bottom: -48%;
}

.m-l-48\% {
  margin-left: 48%;
}

.m-l--48\% {
  margin-left: -48%;
}

.p-l-48\% {
  padding-left: 48%;
}

.p-l--48\% {
  padding-left: -48%;
}

.left-48\% {
  left: 48%;
}

.left--48\% {
  left: -48%;
}

.m-r-48\% {
  margin-right: 48%;
}

.m-r--48\% {
  margin-right: -48%;
}

.p-r-48\% {
  padding-right: 48%;
}

.p-r--48\% {
  padding-right: -48%;
}

.right-48\% {
  right: 48%;
}

.right--48\% {
  right: -48%;
}

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

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

.max_h-48\% {
  max-height: 48%;
}

.max_w-48\% {
  max-width: 48%;
}

.min_h-48\% {
  min-height: 48%;
}

.min_w-48\% {
  min-width: 48%;
}

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

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

.min_w-48vw {
  min-width: 48vw;
}

.min_h-48vh {
  min-height: 48vh;
}

.max_w-48vw {
  max-width: 48vw;
}

.max_h-48vh {
  max-height: 48vh;
}

.m-t-49\% {
  margin-top: 49%;
}

.m-t--49\% {
  margin-top: -49%;
}

.p-t-49\% {
  padding-top: 49%;
}

.p-t--49\% {
  padding-top: -49%;
}

.top-49\% {
  top: 49%;
}

.top--49\% {
  top: -49%;
}

.m-b-49\% {
  margin-bottom: 49%;
}

.m-b--49\% {
  margin-bottom: -49%;
}

.p-b-49\% {
  padding-bottom: 49%;
}

.p-b--49\% {
  padding-bottom: -49%;
}

.bottom-49\% {
  bottom: 49%;
}

.bottom--49\% {
  bottom: -49%;
}

.m-l-49\% {
  margin-left: 49%;
}

.m-l--49\% {
  margin-left: -49%;
}

.p-l-49\% {
  padding-left: 49%;
}

.p-l--49\% {
  padding-left: -49%;
}

.left-49\% {
  left: 49%;
}

.left--49\% {
  left: -49%;
}

.m-r-49\% {
  margin-right: 49%;
}

.m-r--49\% {
  margin-right: -49%;
}

.p-r-49\% {
  padding-right: 49%;
}

.p-r--49\% {
  padding-right: -49%;
}

.right-49\% {
  right: 49%;
}

.right--49\% {
  right: -49%;
}

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

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

.max_h-49\% {
  max-height: 49%;
}

.max_w-49\% {
  max-width: 49%;
}

.min_h-49\% {
  min-height: 49%;
}

.min_w-49\% {
  min-width: 49%;
}

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

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

.min_w-49vw {
  min-width: 49vw;
}

.min_h-49vh {
  min-height: 49vh;
}

.max_w-49vw {
  max-width: 49vw;
}

.max_h-49vh {
  max-height: 49vh;
}

.m-t-50\% {
  margin-top: 50%;
}

.m-t--50\% {
  margin-top: -50%;
}

.p-t-50\% {
  padding-top: 50%;
}

.p-t--50\% {
  padding-top: -50%;
}

.top-50\% {
  top: 50%;
}

.top--50\% {
  top: -50%;
}

.m-b-50\% {
  margin-bottom: 50%;
}

.m-b--50\% {
  margin-bottom: -50%;
}

.p-b-50\% {
  padding-bottom: 50%;
}

.p-b--50\% {
  padding-bottom: -50%;
}

.bottom-50\% {
  bottom: 50%;
}

.bottom--50\% {
  bottom: -50%;
}

.m-l-50\% {
  margin-left: 50%;
}

.m-l--50\% {
  margin-left: -50%;
}

.p-l-50\% {
  padding-left: 50%;
}

.p-l--50\% {
  padding-left: -50%;
}

.left-50\% {
  left: 50%;
}

.left--50\% {
  left: -50%;
}

.m-r-50\% {
  margin-right: 50%;
}

.m-r--50\% {
  margin-right: -50%;
}

.p-r-50\% {
  padding-right: 50%;
}

.p-r--50\% {
  padding-right: -50%;
}

.right-50\% {
  right: 50%;
}

.right--50\% {
  right: -50%;
}

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

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

.max_h-50\% {
  max-height: 50%;
}

.max_w-50\% {
  max-width: 50%;
}

.min_h-50\% {
  min-height: 50%;
}

.min_w-50\% {
  min-width: 50%;
}

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

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

.min_w-50vw {
  min-width: 50vw;
}

.min_h-50vh {
  min-height: 50vh;
}

.max_w-50vw {
  max-width: 50vw;
}

.max_h-50vh {
  max-height: 50vh;
}

.m-t-51\% {
  margin-top: 51%;
}

.m-t--51\% {
  margin-top: -51%;
}

.p-t-51\% {
  padding-top: 51%;
}

.p-t--51\% {
  padding-top: -51%;
}

.top-51\% {
  top: 51%;
}

.top--51\% {
  top: -51%;
}

.m-b-51\% {
  margin-bottom: 51%;
}

.m-b--51\% {
  margin-bottom: -51%;
}

.p-b-51\% {
  padding-bottom: 51%;
}

.p-b--51\% {
  padding-bottom: -51%;
}

.bottom-51\% {
  bottom: 51%;
}

.bottom--51\% {
  bottom: -51%;
}

.m-l-51\% {
  margin-left: 51%;
}

.m-l--51\% {
  margin-left: -51%;
}

.p-l-51\% {
  padding-left: 51%;
}

.p-l--51\% {
  padding-left: -51%;
}

.left-51\% {
  left: 51%;
}

.left--51\% {
  left: -51%;
}

.m-r-51\% {
  margin-right: 51%;
}

.m-r--51\% {
  margin-right: -51%;
}

.p-r-51\% {
  padding-right: 51%;
}

.p-r--51\% {
  padding-right: -51%;
}

.right-51\% {
  right: 51%;
}

.right--51\% {
  right: -51%;
}

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

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

.max_h-51\% {
  max-height: 51%;
}

.max_w-51\% {
  max-width: 51%;
}

.min_h-51\% {
  min-height: 51%;
}

.min_w-51\% {
  min-width: 51%;
}

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

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

.min_w-51vw {
  min-width: 51vw;
}

.min_h-51vh {
  min-height: 51vh;
}

.max_w-51vw {
  max-width: 51vw;
}

.max_h-51vh {
  max-height: 51vh;
}

.m-t-52\% {
  margin-top: 52%;
}

.m-t--52\% {
  margin-top: -52%;
}

.p-t-52\% {
  padding-top: 52%;
}

.p-t--52\% {
  padding-top: -52%;
}

.top-52\% {
  top: 52%;
}

.top--52\% {
  top: -52%;
}

.m-b-52\% {
  margin-bottom: 52%;
}

.m-b--52\% {
  margin-bottom: -52%;
}

.p-b-52\% {
  padding-bottom: 52%;
}

.p-b--52\% {
  padding-bottom: -52%;
}

.bottom-52\% {
  bottom: 52%;
}

.bottom--52\% {
  bottom: -52%;
}

.m-l-52\% {
  margin-left: 52%;
}

.m-l--52\% {
  margin-left: -52%;
}

.p-l-52\% {
  padding-left: 52%;
}

.p-l--52\% {
  padding-left: -52%;
}

.left-52\% {
  left: 52%;
}

.left--52\% {
  left: -52%;
}

.m-r-52\% {
  margin-right: 52%;
}

.m-r--52\% {
  margin-right: -52%;
}

.p-r-52\% {
  padding-right: 52%;
}

.p-r--52\% {
  padding-right: -52%;
}

.right-52\% {
  right: 52%;
}

.right--52\% {
  right: -52%;
}

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

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

.max_h-52\% {
  max-height: 52%;
}

.max_w-52\% {
  max-width: 52%;
}

.min_h-52\% {
  min-height: 52%;
}

.min_w-52\% {
  min-width: 52%;
}

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

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

.min_w-52vw {
  min-width: 52vw;
}

.min_h-52vh {
  min-height: 52vh;
}

.max_w-52vw {
  max-width: 52vw;
}

.max_h-52vh {
  max-height: 52vh;
}

.m-t-53\% {
  margin-top: 53%;
}

.m-t--53\% {
  margin-top: -53%;
}

.p-t-53\% {
  padding-top: 53%;
}

.p-t--53\% {
  padding-top: -53%;
}

.top-53\% {
  top: 53%;
}

.top--53\% {
  top: -53%;
}

.m-b-53\% {
  margin-bottom: 53%;
}

.m-b--53\% {
  margin-bottom: -53%;
}

.p-b-53\% {
  padding-bottom: 53%;
}

.p-b--53\% {
  padding-bottom: -53%;
}

.bottom-53\% {
  bottom: 53%;
}

.bottom--53\% {
  bottom: -53%;
}

.m-l-53\% {
  margin-left: 53%;
}

.m-l--53\% {
  margin-left: -53%;
}

.p-l-53\% {
  padding-left: 53%;
}

.p-l--53\% {
  padding-left: -53%;
}

.left-53\% {
  left: 53%;
}

.left--53\% {
  left: -53%;
}

.m-r-53\% {
  margin-right: 53%;
}

.m-r--53\% {
  margin-right: -53%;
}

.p-r-53\% {
  padding-right: 53%;
}

.p-r--53\% {
  padding-right: -53%;
}

.right-53\% {
  right: 53%;
}

.right--53\% {
  right: -53%;
}

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

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

.max_h-53\% {
  max-height: 53%;
}

.max_w-53\% {
  max-width: 53%;
}

.min_h-53\% {
  min-height: 53%;
}

.min_w-53\% {
  min-width: 53%;
}

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

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

.min_w-53vw {
  min-width: 53vw;
}

.min_h-53vh {
  min-height: 53vh;
}

.max_w-53vw {
  max-width: 53vw;
}

.max_h-53vh {
  max-height: 53vh;
}

.m-t-54\% {
  margin-top: 54%;
}

.m-t--54\% {
  margin-top: -54%;
}

.p-t-54\% {
  padding-top: 54%;
}

.p-t--54\% {
  padding-top: -54%;
}

.top-54\% {
  top: 54%;
}

.top--54\% {
  top: -54%;
}

.m-b-54\% {
  margin-bottom: 54%;
}

.m-b--54\% {
  margin-bottom: -54%;
}

.p-b-54\% {
  padding-bottom: 54%;
}

.p-b--54\% {
  padding-bottom: -54%;
}

.bottom-54\% {
  bottom: 54%;
}

.bottom--54\% {
  bottom: -54%;
}

.m-l-54\% {
  margin-left: 54%;
}

.m-l--54\% {
  margin-left: -54%;
}

.p-l-54\% {
  padding-left: 54%;
}

.p-l--54\% {
  padding-left: -54%;
}

.left-54\% {
  left: 54%;
}

.left--54\% {
  left: -54%;
}

.m-r-54\% {
  margin-right: 54%;
}

.m-r--54\% {
  margin-right: -54%;
}

.p-r-54\% {
  padding-right: 54%;
}

.p-r--54\% {
  padding-right: -54%;
}

.right-54\% {
  right: 54%;
}

.right--54\% {
  right: -54%;
}

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

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

.max_h-54\% {
  max-height: 54%;
}

.max_w-54\% {
  max-width: 54%;
}

.min_h-54\% {
  min-height: 54%;
}

.min_w-54\% {
  min-width: 54%;
}

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

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

.min_w-54vw {
  min-width: 54vw;
}

.min_h-54vh {
  min-height: 54vh;
}

.max_w-54vw {
  max-width: 54vw;
}

.max_h-54vh {
  max-height: 54vh;
}

.m-t-55\% {
  margin-top: 55%;
}

.m-t--55\% {
  margin-top: -55%;
}

.p-t-55\% {
  padding-top: 55%;
}

.p-t--55\% {
  padding-top: -55%;
}

.top-55\% {
  top: 55%;
}

.top--55\% {
  top: -55%;
}

.m-b-55\% {
  margin-bottom: 55%;
}

.m-b--55\% {
  margin-bottom: -55%;
}

.p-b-55\% {
  padding-bottom: 55%;
}

.p-b--55\% {
  padding-bottom: -55%;
}

.bottom-55\% {
  bottom: 55%;
}

.bottom--55\% {
  bottom: -55%;
}

.m-l-55\% {
  margin-left: 55%;
}

.m-l--55\% {
  margin-left: -55%;
}

.p-l-55\% {
  padding-left: 55%;
}

.p-l--55\% {
  padding-left: -55%;
}

.left-55\% {
  left: 55%;
}

.left--55\% {
  left: -55%;
}

.m-r-55\% {
  margin-right: 55%;
}

.m-r--55\% {
  margin-right: -55%;
}

.p-r-55\% {
  padding-right: 55%;
}

.p-r--55\% {
  padding-right: -55%;
}

.right-55\% {
  right: 55%;
}

.right--55\% {
  right: -55%;
}

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

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

.max_h-55\% {
  max-height: 55%;
}

.max_w-55\% {
  max-width: 55%;
}

.min_h-55\% {
  min-height: 55%;
}

.min_w-55\% {
  min-width: 55%;
}

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

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

.min_w-55vw {
  min-width: 55vw;
}

.min_h-55vh {
  min-height: 55vh;
}

.max_w-55vw {
  max-width: 55vw;
}

.max_h-55vh {
  max-height: 55vh;
}

.m-t-56\% {
  margin-top: 56%;
}

.m-t--56\% {
  margin-top: -56%;
}

.p-t-56\% {
  padding-top: 56%;
}

.p-t--56\% {
  padding-top: -56%;
}

.top-56\% {
  top: 56%;
}

.top--56\% {
  top: -56%;
}

.m-b-56\% {
  margin-bottom: 56%;
}

.m-b--56\% {
  margin-bottom: -56%;
}

.p-b-56\% {
  padding-bottom: 56%;
}

.p-b--56\% {
  padding-bottom: -56%;
}

.bottom-56\% {
  bottom: 56%;
}

.bottom--56\% {
  bottom: -56%;
}

.m-l-56\% {
  margin-left: 56%;
}

.m-l--56\% {
  margin-left: -56%;
}

.p-l-56\% {
  padding-left: 56%;
}

.p-l--56\% {
  padding-left: -56%;
}

.left-56\% {
  left: 56%;
}

.left--56\% {
  left: -56%;
}

.m-r-56\% {
  margin-right: 56%;
}

.m-r--56\% {
  margin-right: -56%;
}

.p-r-56\% {
  padding-right: 56%;
}

.p-r--56\% {
  padding-right: -56%;
}

.right-56\% {
  right: 56%;
}

.right--56\% {
  right: -56%;
}

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

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

.max_h-56\% {
  max-height: 56%;
}

.max_w-56\% {
  max-width: 56%;
}

.min_h-56\% {
  min-height: 56%;
}

.min_w-56\% {
  min-width: 56%;
}

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

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

.min_w-56vw {
  min-width: 56vw;
}

.min_h-56vh {
  min-height: 56vh;
}

.max_w-56vw {
  max-width: 56vw;
}

.max_h-56vh {
  max-height: 56vh;
}

.m-t-57\% {
  margin-top: 57%;
}

.m-t--57\% {
  margin-top: -57%;
}

.p-t-57\% {
  padding-top: 57%;
}

.p-t--57\% {
  padding-top: -57%;
}

.top-57\% {
  top: 57%;
}

.top--57\% {
  top: -57%;
}

.m-b-57\% {
  margin-bottom: 57%;
}

.m-b--57\% {
  margin-bottom: -57%;
}

.p-b-57\% {
  padding-bottom: 57%;
}

.p-b--57\% {
  padding-bottom: -57%;
}

.bottom-57\% {
  bottom: 57%;
}

.bottom--57\% {
  bottom: -57%;
}

.m-l-57\% {
  margin-left: 57%;
}

.m-l--57\% {
  margin-left: -57%;
}

.p-l-57\% {
  padding-left: 57%;
}

.p-l--57\% {
  padding-left: -57%;
}

.left-57\% {
  left: 57%;
}

.left--57\% {
  left: -57%;
}

.m-r-57\% {
  margin-right: 57%;
}

.m-r--57\% {
  margin-right: -57%;
}

.p-r-57\% {
  padding-right: 57%;
}

.p-r--57\% {
  padding-right: -57%;
}

.right-57\% {
  right: 57%;
}

.right--57\% {
  right: -57%;
}

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

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

.max_h-57\% {
  max-height: 57%;
}

.max_w-57\% {
  max-width: 57%;
}

.min_h-57\% {
  min-height: 57%;
}

.min_w-57\% {
  min-width: 57%;
}

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

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

.min_w-57vw {
  min-width: 57vw;
}

.min_h-57vh {
  min-height: 57vh;
}

.max_w-57vw {
  max-width: 57vw;
}

.max_h-57vh {
  max-height: 57vh;
}

.m-t-58\% {
  margin-top: 58%;
}

.m-t--58\% {
  margin-top: -58%;
}

.p-t-58\% {
  padding-top: 58%;
}

.p-t--58\% {
  padding-top: -58%;
}

.top-58\% {
  top: 58%;
}

.top--58\% {
  top: -58%;
}

.m-b-58\% {
  margin-bottom: 58%;
}

.m-b--58\% {
  margin-bottom: -58%;
}

.p-b-58\% {
  padding-bottom: 58%;
}

.p-b--58\% {
  padding-bottom: -58%;
}

.bottom-58\% {
  bottom: 58%;
}

.bottom--58\% {
  bottom: -58%;
}

.m-l-58\% {
  margin-left: 58%;
}

.m-l--58\% {
  margin-left: -58%;
}

.p-l-58\% {
  padding-left: 58%;
}

.p-l--58\% {
  padding-left: -58%;
}

.left-58\% {
  left: 58%;
}

.left--58\% {
  left: -58%;
}

.m-r-58\% {
  margin-right: 58%;
}

.m-r--58\% {
  margin-right: -58%;
}

.p-r-58\% {
  padding-right: 58%;
}

.p-r--58\% {
  padding-right: -58%;
}

.right-58\% {
  right: 58%;
}

.right--58\% {
  right: -58%;
}

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

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

.max_h-58\% {
  max-height: 58%;
}

.max_w-58\% {
  max-width: 58%;
}

.min_h-58\% {
  min-height: 58%;
}

.min_w-58\% {
  min-width: 58%;
}

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

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

.min_w-58vw {
  min-width: 58vw;
}

.min_h-58vh {
  min-height: 58vh;
}

.max_w-58vw {
  max-width: 58vw;
}

.max_h-58vh {
  max-height: 58vh;
}

.m-t-59\% {
  margin-top: 59%;
}

.m-t--59\% {
  margin-top: -59%;
}

.p-t-59\% {
  padding-top: 59%;
}

.p-t--59\% {
  padding-top: -59%;
}

.top-59\% {
  top: 59%;
}

.top--59\% {
  top: -59%;
}

.m-b-59\% {
  margin-bottom: 59%;
}

.m-b--59\% {
  margin-bottom: -59%;
}

.p-b-59\% {
  padding-bottom: 59%;
}

.p-b--59\% {
  padding-bottom: -59%;
}

.bottom-59\% {
  bottom: 59%;
}

.bottom--59\% {
  bottom: -59%;
}

.m-l-59\% {
  margin-left: 59%;
}

.m-l--59\% {
  margin-left: -59%;
}

.p-l-59\% {
  padding-left: 59%;
}

.p-l--59\% {
  padding-left: -59%;
}

.left-59\% {
  left: 59%;
}

.left--59\% {
  left: -59%;
}

.m-r-59\% {
  margin-right: 59%;
}

.m-r--59\% {
  margin-right: -59%;
}

.p-r-59\% {
  padding-right: 59%;
}

.p-r--59\% {
  padding-right: -59%;
}

.right-59\% {
  right: 59%;
}

.right--59\% {
  right: -59%;
}

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

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

.max_h-59\% {
  max-height: 59%;
}

.max_w-59\% {
  max-width: 59%;
}

.min_h-59\% {
  min-height: 59%;
}

.min_w-59\% {
  min-width: 59%;
}

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

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

.min_w-59vw {
  min-width: 59vw;
}

.min_h-59vh {
  min-height: 59vh;
}

.max_w-59vw {
  max-width: 59vw;
}

.max_h-59vh {
  max-height: 59vh;
}

.m-t-60\% {
  margin-top: 60%;
}

.m-t--60\% {
  margin-top: -60%;
}

.p-t-60\% {
  padding-top: 60%;
}

.p-t--60\% {
  padding-top: -60%;
}

.top-60\% {
  top: 60%;
}

.top--60\% {
  top: -60%;
}

.m-b-60\% {
  margin-bottom: 60%;
}

.m-b--60\% {
  margin-bottom: -60%;
}

.p-b-60\% {
  padding-bottom: 60%;
}

.p-b--60\% {
  padding-bottom: -60%;
}

.bottom-60\% {
  bottom: 60%;
}

.bottom--60\% {
  bottom: -60%;
}

.m-l-60\% {
  margin-left: 60%;
}

.m-l--60\% {
  margin-left: -60%;
}

.p-l-60\% {
  padding-left: 60%;
}

.p-l--60\% {
  padding-left: -60%;
}

.left-60\% {
  left: 60%;
}

.left--60\% {
  left: -60%;
}

.m-r-60\% {
  margin-right: 60%;
}

.m-r--60\% {
  margin-right: -60%;
}

.p-r-60\% {
  padding-right: 60%;
}

.p-r--60\% {
  padding-right: -60%;
}

.right-60\% {
  right: 60%;
}

.right--60\% {
  right: -60%;
}

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

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

.max_h-60\% {
  max-height: 60%;
}

.max_w-60\% {
  max-width: 60%;
}

.min_h-60\% {
  min-height: 60%;
}

.min_w-60\% {
  min-width: 60%;
}

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

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

.min_w-60vw {
  min-width: 60vw;
}

.min_h-60vh {
  min-height: 60vh;
}

.max_w-60vw {
  max-width: 60vw;
}

.max_h-60vh {
  max-height: 60vh;
}

.m-t-61\% {
  margin-top: 61%;
}

.m-t--61\% {
  margin-top: -61%;
}

.p-t-61\% {
  padding-top: 61%;
}

.p-t--61\% {
  padding-top: -61%;
}

.top-61\% {
  top: 61%;
}

.top--61\% {
  top: -61%;
}

.m-b-61\% {
  margin-bottom: 61%;
}

.m-b--61\% {
  margin-bottom: -61%;
}

.p-b-61\% {
  padding-bottom: 61%;
}

.p-b--61\% {
  padding-bottom: -61%;
}

.bottom-61\% {
  bottom: 61%;
}

.bottom--61\% {
  bottom: -61%;
}

.m-l-61\% {
  margin-left: 61%;
}

.m-l--61\% {
  margin-left: -61%;
}

.p-l-61\% {
  padding-left: 61%;
}

.p-l--61\% {
  padding-left: -61%;
}

.left-61\% {
  left: 61%;
}

.left--61\% {
  left: -61%;
}

.m-r-61\% {
  margin-right: 61%;
}

.m-r--61\% {
  margin-right: -61%;
}

.p-r-61\% {
  padding-right: 61%;
}

.p-r--61\% {
  padding-right: -61%;
}

.right-61\% {
  right: 61%;
}

.right--61\% {
  right: -61%;
}

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

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

.max_h-61\% {
  max-height: 61%;
}

.max_w-61\% {
  max-width: 61%;
}

.min_h-61\% {
  min-height: 61%;
}

.min_w-61\% {
  min-width: 61%;
}

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

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

.min_w-61vw {
  min-width: 61vw;
}

.min_h-61vh {
  min-height: 61vh;
}

.max_w-61vw {
  max-width: 61vw;
}

.max_h-61vh {
  max-height: 61vh;
}

.m-t-62\% {
  margin-top: 62%;
}

.m-t--62\% {
  margin-top: -62%;
}

.p-t-62\% {
  padding-top: 62%;
}

.p-t--62\% {
  padding-top: -62%;
}

.top-62\% {
  top: 62%;
}

.top--62\% {
  top: -62%;
}

.m-b-62\% {
  margin-bottom: 62%;
}

.m-b--62\% {
  margin-bottom: -62%;
}

.p-b-62\% {
  padding-bottom: 62%;
}

.p-b--62\% {
  padding-bottom: -62%;
}

.bottom-62\% {
  bottom: 62%;
}

.bottom--62\% {
  bottom: -62%;
}

.m-l-62\% {
  margin-left: 62%;
}

.m-l--62\% {
  margin-left: -62%;
}

.p-l-62\% {
  padding-left: 62%;
}

.p-l--62\% {
  padding-left: -62%;
}

.left-62\% {
  left: 62%;
}

.left--62\% {
  left: -62%;
}

.m-r-62\% {
  margin-right: 62%;
}

.m-r--62\% {
  margin-right: -62%;
}

.p-r-62\% {
  padding-right: 62%;
}

.p-r--62\% {
  padding-right: -62%;
}

.right-62\% {
  right: 62%;
}

.right--62\% {
  right: -62%;
}

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

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

.max_h-62\% {
  max-height: 62%;
}

.max_w-62\% {
  max-width: 62%;
}

.min_h-62\% {
  min-height: 62%;
}

.min_w-62\% {
  min-width: 62%;
}

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

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

.min_w-62vw {
  min-width: 62vw;
}

.min_h-62vh {
  min-height: 62vh;
}

.max_w-62vw {
  max-width: 62vw;
}

.max_h-62vh {
  max-height: 62vh;
}

.m-t-63\% {
  margin-top: 63%;
}

.m-t--63\% {
  margin-top: -63%;
}

.p-t-63\% {
  padding-top: 63%;
}

.p-t--63\% {
  padding-top: -63%;
}

.top-63\% {
  top: 63%;
}

.top--63\% {
  top: -63%;
}

.m-b-63\% {
  margin-bottom: 63%;
}

.m-b--63\% {
  margin-bottom: -63%;
}

.p-b-63\% {
  padding-bottom: 63%;
}

.p-b--63\% {
  padding-bottom: -63%;
}

.bottom-63\% {
  bottom: 63%;
}

.bottom--63\% {
  bottom: -63%;
}

.m-l-63\% {
  margin-left: 63%;
}

.m-l--63\% {
  margin-left: -63%;
}

.p-l-63\% {
  padding-left: 63%;
}

.p-l--63\% {
  padding-left: -63%;
}

.left-63\% {
  left: 63%;
}

.left--63\% {
  left: -63%;
}

.m-r-63\% {
  margin-right: 63%;
}

.m-r--63\% {
  margin-right: -63%;
}

.p-r-63\% {
  padding-right: 63%;
}

.p-r--63\% {
  padding-right: -63%;
}

.right-63\% {
  right: 63%;
}

.right--63\% {
  right: -63%;
}

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

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

.max_h-63\% {
  max-height: 63%;
}

.max_w-63\% {
  max-width: 63%;
}

.min_h-63\% {
  min-height: 63%;
}

.min_w-63\% {
  min-width: 63%;
}

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

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

.min_w-63vw {
  min-width: 63vw;
}

.min_h-63vh {
  min-height: 63vh;
}

.max_w-63vw {
  max-width: 63vw;
}

.max_h-63vh {
  max-height: 63vh;
}

.m-t-64\% {
  margin-top: 64%;
}

.m-t--64\% {
  margin-top: -64%;
}

.p-t-64\% {
  padding-top: 64%;
}

.p-t--64\% {
  padding-top: -64%;
}

.top-64\% {
  top: 64%;
}

.top--64\% {
  top: -64%;
}

.m-b-64\% {
  margin-bottom: 64%;
}

.m-b--64\% {
  margin-bottom: -64%;
}

.p-b-64\% {
  padding-bottom: 64%;
}

.p-b--64\% {
  padding-bottom: -64%;
}

.bottom-64\% {
  bottom: 64%;
}

.bottom--64\% {
  bottom: -64%;
}

.m-l-64\% {
  margin-left: 64%;
}

.m-l--64\% {
  margin-left: -64%;
}

.p-l-64\% {
  padding-left: 64%;
}

.p-l--64\% {
  padding-left: -64%;
}

.left-64\% {
  left: 64%;
}

.left--64\% {
  left: -64%;
}

.m-r-64\% {
  margin-right: 64%;
}

.m-r--64\% {
  margin-right: -64%;
}

.p-r-64\% {
  padding-right: 64%;
}

.p-r--64\% {
  padding-right: -64%;
}

.right-64\% {
  right: 64%;
}

.right--64\% {
  right: -64%;
}

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

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

.max_h-64\% {
  max-height: 64%;
}

.max_w-64\% {
  max-width: 64%;
}

.min_h-64\% {
  min-height: 64%;
}

.min_w-64\% {
  min-width: 64%;
}

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

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

.min_w-64vw {
  min-width: 64vw;
}

.min_h-64vh {
  min-height: 64vh;
}

.max_w-64vw {
  max-width: 64vw;
}

.max_h-64vh {
  max-height: 64vh;
}

.m-t-65\% {
  margin-top: 65%;
}

.m-t--65\% {
  margin-top: -65%;
}

.p-t-65\% {
  padding-top: 65%;
}

.p-t--65\% {
  padding-top: -65%;
}

.top-65\% {
  top: 65%;
}

.top--65\% {
  top: -65%;
}

.m-b-65\% {
  margin-bottom: 65%;
}

.m-b--65\% {
  margin-bottom: -65%;
}

.p-b-65\% {
  padding-bottom: 65%;
}

.p-b--65\% {
  padding-bottom: -65%;
}

.bottom-65\% {
  bottom: 65%;
}

.bottom--65\% {
  bottom: -65%;
}

.m-l-65\% {
  margin-left: 65%;
}

.m-l--65\% {
  margin-left: -65%;
}

.p-l-65\% {
  padding-left: 65%;
}

.p-l--65\% {
  padding-left: -65%;
}

.left-65\% {
  left: 65%;
}

.left--65\% {
  left: -65%;
}

.m-r-65\% {
  margin-right: 65%;
}

.m-r--65\% {
  margin-right: -65%;
}

.p-r-65\% {
  padding-right: 65%;
}

.p-r--65\% {
  padding-right: -65%;
}

.right-65\% {
  right: 65%;
}

.right--65\% {
  right: -65%;
}

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

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

.max_h-65\% {
  max-height: 65%;
}

.max_w-65\% {
  max-width: 65%;
}

.min_h-65\% {
  min-height: 65%;
}

.min_w-65\% {
  min-width: 65%;
}

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

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

.min_w-65vw {
  min-width: 65vw;
}

.min_h-65vh {
  min-height: 65vh;
}

.max_w-65vw {
  max-width: 65vw;
}

.max_h-65vh {
  max-height: 65vh;
}

.m-t-66\% {
  margin-top: 66%;
}

.m-t--66\% {
  margin-top: -66%;
}

.p-t-66\% {
  padding-top: 66%;
}

.p-t--66\% {
  padding-top: -66%;
}

.top-66\% {
  top: 66%;
}

.top--66\% {
  top: -66%;
}

.m-b-66\% {
  margin-bottom: 66%;
}

.m-b--66\% {
  margin-bottom: -66%;
}

.p-b-66\% {
  padding-bottom: 66%;
}

.p-b--66\% {
  padding-bottom: -66%;
}

.bottom-66\% {
  bottom: 66%;
}

.bottom--66\% {
  bottom: -66%;
}

.m-l-66\% {
  margin-left: 66%;
}

.m-l--66\% {
  margin-left: -66%;
}

.p-l-66\% {
  padding-left: 66%;
}

.p-l--66\% {
  padding-left: -66%;
}

.left-66\% {
  left: 66%;
}

.left--66\% {
  left: -66%;
}

.m-r-66\% {
  margin-right: 66%;
}

.m-r--66\% {
  margin-right: -66%;
}

.p-r-66\% {
  padding-right: 66%;
}

.p-r--66\% {
  padding-right: -66%;
}

.right-66\% {
  right: 66%;
}

.right--66\% {
  right: -66%;
}

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

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

.max_h-66\% {
  max-height: 66%;
}

.max_w-66\% {
  max-width: 66%;
}

.min_h-66\% {
  min-height: 66%;
}

.min_w-66\% {
  min-width: 66%;
}

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

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

.min_w-66vw {
  min-width: 66vw;
}

.min_h-66vh {
  min-height: 66vh;
}

.max_w-66vw {
  max-width: 66vw;
}

.max_h-66vh {
  max-height: 66vh;
}

.m-t-67\% {
  margin-top: 67%;
}

.m-t--67\% {
  margin-top: -67%;
}

.p-t-67\% {
  padding-top: 67%;
}

.p-t--67\% {
  padding-top: -67%;
}

.top-67\% {
  top: 67%;
}

.top--67\% {
  top: -67%;
}

.m-b-67\% {
  margin-bottom: 67%;
}

.m-b--67\% {
  margin-bottom: -67%;
}

.p-b-67\% {
  padding-bottom: 67%;
}

.p-b--67\% {
  padding-bottom: -67%;
}

.bottom-67\% {
  bottom: 67%;
}

.bottom--67\% {
  bottom: -67%;
}

.m-l-67\% {
  margin-left: 67%;
}

.m-l--67\% {
  margin-left: -67%;
}

.p-l-67\% {
  padding-left: 67%;
}

.p-l--67\% {
  padding-left: -67%;
}

.left-67\% {
  left: 67%;
}

.left--67\% {
  left: -67%;
}

.m-r-67\% {
  margin-right: 67%;
}

.m-r--67\% {
  margin-right: -67%;
}

.p-r-67\% {
  padding-right: 67%;
}

.p-r--67\% {
  padding-right: -67%;
}

.right-67\% {
  right: 67%;
}

.right--67\% {
  right: -67%;
}

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

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

.max_h-67\% {
  max-height: 67%;
}

.max_w-67\% {
  max-width: 67%;
}

.min_h-67\% {
  min-height: 67%;
}

.min_w-67\% {
  min-width: 67%;
}

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

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

.min_w-67vw {
  min-width: 67vw;
}

.min_h-67vh {
  min-height: 67vh;
}

.max_w-67vw {
  max-width: 67vw;
}

.max_h-67vh {
  max-height: 67vh;
}

.m-t-68\% {
  margin-top: 68%;
}

.m-t--68\% {
  margin-top: -68%;
}

.p-t-68\% {
  padding-top: 68%;
}

.p-t--68\% {
  padding-top: -68%;
}

.top-68\% {
  top: 68%;
}

.top--68\% {
  top: -68%;
}

.m-b-68\% {
  margin-bottom: 68%;
}

.m-b--68\% {
  margin-bottom: -68%;
}

.p-b-68\% {
  padding-bottom: 68%;
}

.p-b--68\% {
  padding-bottom: -68%;
}

.bottom-68\% {
  bottom: 68%;
}

.bottom--68\% {
  bottom: -68%;
}

.m-l-68\% {
  margin-left: 68%;
}

.m-l--68\% {
  margin-left: -68%;
}

.p-l-68\% {
  padding-left: 68%;
}

.p-l--68\% {
  padding-left: -68%;
}

.left-68\% {
  left: 68%;
}

.left--68\% {
  left: -68%;
}

.m-r-68\% {
  margin-right: 68%;
}

.m-r--68\% {
  margin-right: -68%;
}

.p-r-68\% {
  padding-right: 68%;
}

.p-r--68\% {
  padding-right: -68%;
}

.right-68\% {
  right: 68%;
}

.right--68\% {
  right: -68%;
}

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

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

.max_h-68\% {
  max-height: 68%;
}

.max_w-68\% {
  max-width: 68%;
}

.min_h-68\% {
  min-height: 68%;
}

.min_w-68\% {
  min-width: 68%;
}

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

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

.min_w-68vw {
  min-width: 68vw;
}

.min_h-68vh {
  min-height: 68vh;
}

.max_w-68vw {
  max-width: 68vw;
}

.max_h-68vh {
  max-height: 68vh;
}

.m-t-69\% {
  margin-top: 69%;
}

.m-t--69\% {
  margin-top: -69%;
}

.p-t-69\% {
  padding-top: 69%;
}

.p-t--69\% {
  padding-top: -69%;
}

.top-69\% {
  top: 69%;
}

.top--69\% {
  top: -69%;
}

.m-b-69\% {
  margin-bottom: 69%;
}

.m-b--69\% {
  margin-bottom: -69%;
}

.p-b-69\% {
  padding-bottom: 69%;
}

.p-b--69\% {
  padding-bottom: -69%;
}

.bottom-69\% {
  bottom: 69%;
}

.bottom--69\% {
  bottom: -69%;
}

.m-l-69\% {
  margin-left: 69%;
}

.m-l--69\% {
  margin-left: -69%;
}

.p-l-69\% {
  padding-left: 69%;
}

.p-l--69\% {
  padding-left: -69%;
}

.left-69\% {
  left: 69%;
}

.left--69\% {
  left: -69%;
}

.m-r-69\% {
  margin-right: 69%;
}

.m-r--69\% {
  margin-right: -69%;
}

.p-r-69\% {
  padding-right: 69%;
}

.p-r--69\% {
  padding-right: -69%;
}

.right-69\% {
  right: 69%;
}

.right--69\% {
  right: -69%;
}

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

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

.max_h-69\% {
  max-height: 69%;
}

.max_w-69\% {
  max-width: 69%;
}

.min_h-69\% {
  min-height: 69%;
}

.min_w-69\% {
  min-width: 69%;
}

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

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

.min_w-69vw {
  min-width: 69vw;
}

.min_h-69vh {
  min-height: 69vh;
}

.max_w-69vw {
  max-width: 69vw;
}

.max_h-69vh {
  max-height: 69vh;
}

.m-t-70\% {
  margin-top: 70%;
}

.m-t--70\% {
  margin-top: -70%;
}

.p-t-70\% {
  padding-top: 70%;
}

.p-t--70\% {
  padding-top: -70%;
}

.top-70\% {
  top: 70%;
}

.top--70\% {
  top: -70%;
}

.m-b-70\% {
  margin-bottom: 70%;
}

.m-b--70\% {
  margin-bottom: -70%;
}

.p-b-70\% {
  padding-bottom: 70%;
}

.p-b--70\% {
  padding-bottom: -70%;
}

.bottom-70\% {
  bottom: 70%;
}

.bottom--70\% {
  bottom: -70%;
}

.m-l-70\% {
  margin-left: 70%;
}

.m-l--70\% {
  margin-left: -70%;
}

.p-l-70\% {
  padding-left: 70%;
}

.p-l--70\% {
  padding-left: -70%;
}

.left-70\% {
  left: 70%;
}

.left--70\% {
  left: -70%;
}

.m-r-70\% {
  margin-right: 70%;
}

.m-r--70\% {
  margin-right: -70%;
}

.p-r-70\% {
  padding-right: 70%;
}

.p-r--70\% {
  padding-right: -70%;
}

.right-70\% {
  right: 70%;
}

.right--70\% {
  right: -70%;
}

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

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

.max_h-70\% {
  max-height: 70%;
}

.max_w-70\% {
  max-width: 70%;
}

.min_h-70\% {
  min-height: 70%;
}

.min_w-70\% {
  min-width: 70%;
}

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

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

.min_w-70vw {
  min-width: 70vw;
}

.min_h-70vh {
  min-height: 70vh;
}

.max_w-70vw {
  max-width: 70vw;
}

.max_h-70vh {
  max-height: 70vh;
}

.m-t-71\% {
  margin-top: 71%;
}

.m-t--71\% {
  margin-top: -71%;
}

.p-t-71\% {
  padding-top: 71%;
}

.p-t--71\% {
  padding-top: -71%;
}

.top-71\% {
  top: 71%;
}

.top--71\% {
  top: -71%;
}

.m-b-71\% {
  margin-bottom: 71%;
}

.m-b--71\% {
  margin-bottom: -71%;
}

.p-b-71\% {
  padding-bottom: 71%;
}

.p-b--71\% {
  padding-bottom: -71%;
}

.bottom-71\% {
  bottom: 71%;
}

.bottom--71\% {
  bottom: -71%;
}

.m-l-71\% {
  margin-left: 71%;
}

.m-l--71\% {
  margin-left: -71%;
}

.p-l-71\% {
  padding-left: 71%;
}

.p-l--71\% {
  padding-left: -71%;
}

.left-71\% {
  left: 71%;
}

.left--71\% {
  left: -71%;
}

.m-r-71\% {
  margin-right: 71%;
}

.m-r--71\% {
  margin-right: -71%;
}

.p-r-71\% {
  padding-right: 71%;
}

.p-r--71\% {
  padding-right: -71%;
}

.right-71\% {
  right: 71%;
}

.right--71\% {
  right: -71%;
}

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

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

.max_h-71\% {
  max-height: 71%;
}

.max_w-71\% {
  max-width: 71%;
}

.min_h-71\% {
  min-height: 71%;
}

.min_w-71\% {
  min-width: 71%;
}

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

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

.min_w-71vw {
  min-width: 71vw;
}

.min_h-71vh {
  min-height: 71vh;
}

.max_w-71vw {
  max-width: 71vw;
}

.max_h-71vh {
  max-height: 71vh;
}

.m-t-72\% {
  margin-top: 72%;
}

.m-t--72\% {
  margin-top: -72%;
}

.p-t-72\% {
  padding-top: 72%;
}

.p-t--72\% {
  padding-top: -72%;
}

.top-72\% {
  top: 72%;
}

.top--72\% {
  top: -72%;
}

.m-b-72\% {
  margin-bottom: 72%;
}

.m-b--72\% {
  margin-bottom: -72%;
}

.p-b-72\% {
  padding-bottom: 72%;
}

.p-b--72\% {
  padding-bottom: -72%;
}

.bottom-72\% {
  bottom: 72%;
}

.bottom--72\% {
  bottom: -72%;
}

.m-l-72\% {
  margin-left: 72%;
}

.m-l--72\% {
  margin-left: -72%;
}

.p-l-72\% {
  padding-left: 72%;
}

.p-l--72\% {
  padding-left: -72%;
}

.left-72\% {
  left: 72%;
}

.left--72\% {
  left: -72%;
}

.m-r-72\% {
  margin-right: 72%;
}

.m-r--72\% {
  margin-right: -72%;
}

.p-r-72\% {
  padding-right: 72%;
}

.p-r--72\% {
  padding-right: -72%;
}

.right-72\% {
  right: 72%;
}

.right--72\% {
  right: -72%;
}

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

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

.max_h-72\% {
  max-height: 72%;
}

.max_w-72\% {
  max-width: 72%;
}

.min_h-72\% {
  min-height: 72%;
}

.min_w-72\% {
  min-width: 72%;
}

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

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

.min_w-72vw {
  min-width: 72vw;
}

.min_h-72vh {
  min-height: 72vh;
}

.max_w-72vw {
  max-width: 72vw;
}

.max_h-72vh {
  max-height: 72vh;
}

.m-t-73\% {
  margin-top: 73%;
}

.m-t--73\% {
  margin-top: -73%;
}

.p-t-73\% {
  padding-top: 73%;
}

.p-t--73\% {
  padding-top: -73%;
}

.top-73\% {
  top: 73%;
}

.top--73\% {
  top: -73%;
}

.m-b-73\% {
  margin-bottom: 73%;
}

.m-b--73\% {
  margin-bottom: -73%;
}

.p-b-73\% {
  padding-bottom: 73%;
}

.p-b--73\% {
  padding-bottom: -73%;
}

.bottom-73\% {
  bottom: 73%;
}

.bottom--73\% {
  bottom: -73%;
}

.m-l-73\% {
  margin-left: 73%;
}

.m-l--73\% {
  margin-left: -73%;
}

.p-l-73\% {
  padding-left: 73%;
}

.p-l--73\% {
  padding-left: -73%;
}

.left-73\% {
  left: 73%;
}

.left--73\% {
  left: -73%;
}

.m-r-73\% {
  margin-right: 73%;
}

.m-r--73\% {
  margin-right: -73%;
}

.p-r-73\% {
  padding-right: 73%;
}

.p-r--73\% {
  padding-right: -73%;
}

.right-73\% {
  right: 73%;
}

.right--73\% {
  right: -73%;
}

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

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

.max_h-73\% {
  max-height: 73%;
}

.max_w-73\% {
  max-width: 73%;
}

.min_h-73\% {
  min-height: 73%;
}

.min_w-73\% {
  min-width: 73%;
}

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

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

.min_w-73vw {
  min-width: 73vw;
}

.min_h-73vh {
  min-height: 73vh;
}

.max_w-73vw {
  max-width: 73vw;
}

.max_h-73vh {
  max-height: 73vh;
}

.m-t-74\% {
  margin-top: 74%;
}

.m-t--74\% {
  margin-top: -74%;
}

.p-t-74\% {
  padding-top: 74%;
}

.p-t--74\% {
  padding-top: -74%;
}

.top-74\% {
  top: 74%;
}

.top--74\% {
  top: -74%;
}

.m-b-74\% {
  margin-bottom: 74%;
}

.m-b--74\% {
  margin-bottom: -74%;
}

.p-b-74\% {
  padding-bottom: 74%;
}

.p-b--74\% {
  padding-bottom: -74%;
}

.bottom-74\% {
  bottom: 74%;
}

.bottom--74\% {
  bottom: -74%;
}

.m-l-74\% {
  margin-left: 74%;
}

.m-l--74\% {
  margin-left: -74%;
}

.p-l-74\% {
  padding-left: 74%;
}

.p-l--74\% {
  padding-left: -74%;
}

.left-74\% {
  left: 74%;
}

.left--74\% {
  left: -74%;
}

.m-r-74\% {
  margin-right: 74%;
}

.m-r--74\% {
  margin-right: -74%;
}

.p-r-74\% {
  padding-right: 74%;
}

.p-r--74\% {
  padding-right: -74%;
}

.right-74\% {
  right: 74%;
}

.right--74\% {
  right: -74%;
}

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

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

.max_h-74\% {
  max-height: 74%;
}

.max_w-74\% {
  max-width: 74%;
}

.min_h-74\% {
  min-height: 74%;
}

.min_w-74\% {
  min-width: 74%;
}

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

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

.min_w-74vw {
  min-width: 74vw;
}

.min_h-74vh {
  min-height: 74vh;
}

.max_w-74vw {
  max-width: 74vw;
}

.max_h-74vh {
  max-height: 74vh;
}

.m-t-75\% {
  margin-top: 75%;
}

.m-t--75\% {
  margin-top: -75%;
}

.p-t-75\% {
  padding-top: 75%;
}

.p-t--75\% {
  padding-top: -75%;
}

.top-75\% {
  top: 75%;
}

.top--75\% {
  top: -75%;
}

.m-b-75\% {
  margin-bottom: 75%;
}

.m-b--75\% {
  margin-bottom: -75%;
}

.p-b-75\% {
  padding-bottom: 75%;
}

.p-b--75\% {
  padding-bottom: -75%;
}

.bottom-75\% {
  bottom: 75%;
}

.bottom--75\% {
  bottom: -75%;
}

.m-l-75\% {
  margin-left: 75%;
}

.m-l--75\% {
  margin-left: -75%;
}

.p-l-75\% {
  padding-left: 75%;
}

.p-l--75\% {
  padding-left: -75%;
}

.left-75\% {
  left: 75%;
}

.left--75\% {
  left: -75%;
}

.m-r-75\% {
  margin-right: 75%;
}

.m-r--75\% {
  margin-right: -75%;
}

.p-r-75\% {
  padding-right: 75%;
}

.p-r--75\% {
  padding-right: -75%;
}

.right-75\% {
  right: 75%;
}

.right--75\% {
  right: -75%;
}

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

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

.max_h-75\% {
  max-height: 75%;
}

.max_w-75\% {
  max-width: 75%;
}

.min_h-75\% {
  min-height: 75%;
}

.min_w-75\% {
  min-width: 75%;
}

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

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

.min_w-75vw {
  min-width: 75vw;
}

.min_h-75vh {
  min-height: 75vh;
}

.max_w-75vw {
  max-width: 75vw;
}

.max_h-75vh {
  max-height: 75vh;
}

.m-t-76\% {
  margin-top: 76%;
}

.m-t--76\% {
  margin-top: -76%;
}

.p-t-76\% {
  padding-top: 76%;
}

.p-t--76\% {
  padding-top: -76%;
}

.top-76\% {
  top: 76%;
}

.top--76\% {
  top: -76%;
}

.m-b-76\% {
  margin-bottom: 76%;
}

.m-b--76\% {
  margin-bottom: -76%;
}

.p-b-76\% {
  padding-bottom: 76%;
}

.p-b--76\% {
  padding-bottom: -76%;
}

.bottom-76\% {
  bottom: 76%;
}

.bottom--76\% {
  bottom: -76%;
}

.m-l-76\% {
  margin-left: 76%;
}

.m-l--76\% {
  margin-left: -76%;
}

.p-l-76\% {
  padding-left: 76%;
}

.p-l--76\% {
  padding-left: -76%;
}

.left-76\% {
  left: 76%;
}

.left--76\% {
  left: -76%;
}

.m-r-76\% {
  margin-right: 76%;
}

.m-r--76\% {
  margin-right: -76%;
}

.p-r-76\% {
  padding-right: 76%;
}

.p-r--76\% {
  padding-right: -76%;
}

.right-76\% {
  right: 76%;
}

.right--76\% {
  right: -76%;
}

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

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

.max_h-76\% {
  max-height: 76%;
}

.max_w-76\% {
  max-width: 76%;
}

.min_h-76\% {
  min-height: 76%;
}

.min_w-76\% {
  min-width: 76%;
}

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

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

.min_w-76vw {
  min-width: 76vw;
}

.min_h-76vh {
  min-height: 76vh;
}

.max_w-76vw {
  max-width: 76vw;
}

.max_h-76vh {
  max-height: 76vh;
}

.m-t-77\% {
  margin-top: 77%;
}

.m-t--77\% {
  margin-top: -77%;
}

.p-t-77\% {
  padding-top: 77%;
}

.p-t--77\% {
  padding-top: -77%;
}

.top-77\% {
  top: 77%;
}

.top--77\% {
  top: -77%;
}

.m-b-77\% {
  margin-bottom: 77%;
}

.m-b--77\% {
  margin-bottom: -77%;
}

.p-b-77\% {
  padding-bottom: 77%;
}

.p-b--77\% {
  padding-bottom: -77%;
}

.bottom-77\% {
  bottom: 77%;
}

.bottom--77\% {
  bottom: -77%;
}

.m-l-77\% {
  margin-left: 77%;
}

.m-l--77\% {
  margin-left: -77%;
}

.p-l-77\% {
  padding-left: 77%;
}

.p-l--77\% {
  padding-left: -77%;
}

.left-77\% {
  left: 77%;
}

.left--77\% {
  left: -77%;
}

.m-r-77\% {
  margin-right: 77%;
}

.m-r--77\% {
  margin-right: -77%;
}

.p-r-77\% {
  padding-right: 77%;
}

.p-r--77\% {
  padding-right: -77%;
}

.right-77\% {
  right: 77%;
}

.right--77\% {
  right: -77%;
}

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

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

.max_h-77\% {
  max-height: 77%;
}

.max_w-77\% {
  max-width: 77%;
}

.min_h-77\% {
  min-height: 77%;
}

.min_w-77\% {
  min-width: 77%;
}

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

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

.min_w-77vw {
  min-width: 77vw;
}

.min_h-77vh {
  min-height: 77vh;
}

.max_w-77vw {
  max-width: 77vw;
}

.max_h-77vh {
  max-height: 77vh;
}

.m-t-78\% {
  margin-top: 78%;
}

.m-t--78\% {
  margin-top: -78%;
}

.p-t-78\% {
  padding-top: 78%;
}

.p-t--78\% {
  padding-top: -78%;
}

.top-78\% {
  top: 78%;
}

.top--78\% {
  top: -78%;
}

.m-b-78\% {
  margin-bottom: 78%;
}

.m-b--78\% {
  margin-bottom: -78%;
}

.p-b-78\% {
  padding-bottom: 78%;
}

.p-b--78\% {
  padding-bottom: -78%;
}

.bottom-78\% {
  bottom: 78%;
}

.bottom--78\% {
  bottom: -78%;
}

.m-l-78\% {
  margin-left: 78%;
}

.m-l--78\% {
  margin-left: -78%;
}

.p-l-78\% {
  padding-left: 78%;
}

.p-l--78\% {
  padding-left: -78%;
}

.left-78\% {
  left: 78%;
}

.left--78\% {
  left: -78%;
}

.m-r-78\% {
  margin-right: 78%;
}

.m-r--78\% {
  margin-right: -78%;
}

.p-r-78\% {
  padding-right: 78%;
}

.p-r--78\% {
  padding-right: -78%;
}

.right-78\% {
  right: 78%;
}

.right--78\% {
  right: -78%;
}

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

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

.max_h-78\% {
  max-height: 78%;
}

.max_w-78\% {
  max-width: 78%;
}

.min_h-78\% {
  min-height: 78%;
}

.min_w-78\% {
  min-width: 78%;
}

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

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

.min_w-78vw {
  min-width: 78vw;
}

.min_h-78vh {
  min-height: 78vh;
}

.max_w-78vw {
  max-width: 78vw;
}

.max_h-78vh {
  max-height: 78vh;
}

.m-t-79\% {
  margin-top: 79%;
}

.m-t--79\% {
  margin-top: -79%;
}

.p-t-79\% {
  padding-top: 79%;
}

.p-t--79\% {
  padding-top: -79%;
}

.top-79\% {
  top: 79%;
}

.top--79\% {
  top: -79%;
}

.m-b-79\% {
  margin-bottom: 79%;
}

.m-b--79\% {
  margin-bottom: -79%;
}

.p-b-79\% {
  padding-bottom: 79%;
}

.p-b--79\% {
  padding-bottom: -79%;
}

.bottom-79\% {
  bottom: 79%;
}

.bottom--79\% {
  bottom: -79%;
}

.m-l-79\% {
  margin-left: 79%;
}

.m-l--79\% {
  margin-left: -79%;
}

.p-l-79\% {
  padding-left: 79%;
}

.p-l--79\% {
  padding-left: -79%;
}

.left-79\% {
  left: 79%;
}

.left--79\% {
  left: -79%;
}

.m-r-79\% {
  margin-right: 79%;
}

.m-r--79\% {
  margin-right: -79%;
}

.p-r-79\% {
  padding-right: 79%;
}

.p-r--79\% {
  padding-right: -79%;
}

.right-79\% {
  right: 79%;
}

.right--79\% {
  right: -79%;
}

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

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

.max_h-79\% {
  max-height: 79%;
}

.max_w-79\% {
  max-width: 79%;
}

.min_h-79\% {
  min-height: 79%;
}

.min_w-79\% {
  min-width: 79%;
}

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

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

.min_w-79vw {
  min-width: 79vw;
}

.min_h-79vh {
  min-height: 79vh;
}

.max_w-79vw {
  max-width: 79vw;
}

.max_h-79vh {
  max-height: 79vh;
}

.m-t-80\% {
  margin-top: 80%;
}

.m-t--80\% {
  margin-top: -80%;
}

.p-t-80\% {
  padding-top: 80%;
}

.p-t--80\% {
  padding-top: -80%;
}

.top-80\% {
  top: 80%;
}

.top--80\% {
  top: -80%;
}

.m-b-80\% {
  margin-bottom: 80%;
}

.m-b--80\% {
  margin-bottom: -80%;
}

.p-b-80\% {
  padding-bottom: 80%;
}

.p-b--80\% {
  padding-bottom: -80%;
}

.bottom-80\% {
  bottom: 80%;
}

.bottom--80\% {
  bottom: -80%;
}

.m-l-80\% {
  margin-left: 80%;
}

.m-l--80\% {
  margin-left: -80%;
}

.p-l-80\% {
  padding-left: 80%;
}

.p-l--80\% {
  padding-left: -80%;
}

.left-80\% {
  left: 80%;
}

.left--80\% {
  left: -80%;
}

.m-r-80\% {
  margin-right: 80%;
}

.m-r--80\% {
  margin-right: -80%;
}

.p-r-80\% {
  padding-right: 80%;
}

.p-r--80\% {
  padding-right: -80%;
}

.right-80\% {
  right: 80%;
}

.right--80\% {
  right: -80%;
}

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

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

.max_h-80\% {
  max-height: 80%;
}

.max_w-80\% {
  max-width: 80%;
}

.min_h-80\% {
  min-height: 80%;
}

.min_w-80\% {
  min-width: 80%;
}

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

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

.min_w-80vw {
  min-width: 80vw;
}

.min_h-80vh {
  min-height: 80vh;
}

.max_w-80vw {
  max-width: 80vw;
}

.max_h-80vh {
  max-height: 80vh;
}

.m-t-81\% {
  margin-top: 81%;
}

.m-t--81\% {
  margin-top: -81%;
}

.p-t-81\% {
  padding-top: 81%;
}

.p-t--81\% {
  padding-top: -81%;
}

.top-81\% {
  top: 81%;
}

.top--81\% {
  top: -81%;
}

.m-b-81\% {
  margin-bottom: 81%;
}

.m-b--81\% {
  margin-bottom: -81%;
}

.p-b-81\% {
  padding-bottom: 81%;
}

.p-b--81\% {
  padding-bottom: -81%;
}

.bottom-81\% {
  bottom: 81%;
}

.bottom--81\% {
  bottom: -81%;
}

.m-l-81\% {
  margin-left: 81%;
}

.m-l--81\% {
  margin-left: -81%;
}

.p-l-81\% {
  padding-left: 81%;
}

.p-l--81\% {
  padding-left: -81%;
}

.left-81\% {
  left: 81%;
}

.left--81\% {
  left: -81%;
}

.m-r-81\% {
  margin-right: 81%;
}

.m-r--81\% {
  margin-right: -81%;
}

.p-r-81\% {
  padding-right: 81%;
}

.p-r--81\% {
  padding-right: -81%;
}

.right-81\% {
  right: 81%;
}

.right--81\% {
  right: -81%;
}

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

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

.max_h-81\% {
  max-height: 81%;
}

.max_w-81\% {
  max-width: 81%;
}

.min_h-81\% {
  min-height: 81%;
}

.min_w-81\% {
  min-width: 81%;
}

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

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

.min_w-81vw {
  min-width: 81vw;
}

.min_h-81vh {
  min-height: 81vh;
}

.max_w-81vw {
  max-width: 81vw;
}

.max_h-81vh {
  max-height: 81vh;
}

.m-t-82\% {
  margin-top: 82%;
}

.m-t--82\% {
  margin-top: -82%;
}

.p-t-82\% {
  padding-top: 82%;
}

.p-t--82\% {
  padding-top: -82%;
}

.top-82\% {
  top: 82%;
}

.top--82\% {
  top: -82%;
}

.m-b-82\% {
  margin-bottom: 82%;
}

.m-b--82\% {
  margin-bottom: -82%;
}

.p-b-82\% {
  padding-bottom: 82%;
}

.p-b--82\% {
  padding-bottom: -82%;
}

.bottom-82\% {
  bottom: 82%;
}

.bottom--82\% {
  bottom: -82%;
}

.m-l-82\% {
  margin-left: 82%;
}

.m-l--82\% {
  margin-left: -82%;
}

.p-l-82\% {
  padding-left: 82%;
}

.p-l--82\% {
  padding-left: -82%;
}

.left-82\% {
  left: 82%;
}

.left--82\% {
  left: -82%;
}

.m-r-82\% {
  margin-right: 82%;
}

.m-r--82\% {
  margin-right: -82%;
}

.p-r-82\% {
  padding-right: 82%;
}

.p-r--82\% {
  padding-right: -82%;
}

.right-82\% {
  right: 82%;
}

.right--82\% {
  right: -82%;
}

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

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

.max_h-82\% {
  max-height: 82%;
}

.max_w-82\% {
  max-width: 82%;
}

.min_h-82\% {
  min-height: 82%;
}

.min_w-82\% {
  min-width: 82%;
}

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

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

.min_w-82vw {
  min-width: 82vw;
}

.min_h-82vh {
  min-height: 82vh;
}

.max_w-82vw {
  max-width: 82vw;
}

.max_h-82vh {
  max-height: 82vh;
}

.m-t-83\% {
  margin-top: 83%;
}

.m-t--83\% {
  margin-top: -83%;
}

.p-t-83\% {
  padding-top: 83%;
}

.p-t--83\% {
  padding-top: -83%;
}

.top-83\% {
  top: 83%;
}

.top--83\% {
  top: -83%;
}

.m-b-83\% {
  margin-bottom: 83%;
}

.m-b--83\% {
  margin-bottom: -83%;
}

.p-b-83\% {
  padding-bottom: 83%;
}

.p-b--83\% {
  padding-bottom: -83%;
}

.bottom-83\% {
  bottom: 83%;
}

.bottom--83\% {
  bottom: -83%;
}

.m-l-83\% {
  margin-left: 83%;
}

.m-l--83\% {
  margin-left: -83%;
}

.p-l-83\% {
  padding-left: 83%;
}

.p-l--83\% {
  padding-left: -83%;
}

.left-83\% {
  left: 83%;
}

.left--83\% {
  left: -83%;
}

.m-r-83\% {
  margin-right: 83%;
}

.m-r--83\% {
  margin-right: -83%;
}

.p-r-83\% {
  padding-right: 83%;
}

.p-r--83\% {
  padding-right: -83%;
}

.right-83\% {
  right: 83%;
}

.right--83\% {
  right: -83%;
}

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

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

.max_h-83\% {
  max-height: 83%;
}

.max_w-83\% {
  max-width: 83%;
}

.min_h-83\% {
  min-height: 83%;
}

.min_w-83\% {
  min-width: 83%;
}

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

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

.min_w-83vw {
  min-width: 83vw;
}

.min_h-83vh {
  min-height: 83vh;
}

.max_w-83vw {
  max-width: 83vw;
}

.max_h-83vh {
  max-height: 83vh;
}

.m-t-84\% {
  margin-top: 84%;
}

.m-t--84\% {
  margin-top: -84%;
}

.p-t-84\% {
  padding-top: 84%;
}

.p-t--84\% {
  padding-top: -84%;
}

.top-84\% {
  top: 84%;
}

.top--84\% {
  top: -84%;
}

.m-b-84\% {
  margin-bottom: 84%;
}

.m-b--84\% {
  margin-bottom: -84%;
}

.p-b-84\% {
  padding-bottom: 84%;
}

.p-b--84\% {
  padding-bottom: -84%;
}

.bottom-84\% {
  bottom: 84%;
}

.bottom--84\% {
  bottom: -84%;
}

.m-l-84\% {
  margin-left: 84%;
}

.m-l--84\% {
  margin-left: -84%;
}

.p-l-84\% {
  padding-left: 84%;
}

.p-l--84\% {
  padding-left: -84%;
}

.left-84\% {
  left: 84%;
}

.left--84\% {
  left: -84%;
}

.m-r-84\% {
  margin-right: 84%;
}

.m-r--84\% {
  margin-right: -84%;
}

.p-r-84\% {
  padding-right: 84%;
}

.p-r--84\% {
  padding-right: -84%;
}

.right-84\% {
  right: 84%;
}

.right--84\% {
  right: -84%;
}

.h-84\% {
  height: 84%;
}

.w-84\% {
  width: 84%;
}

.max_h-84\% {
  max-height: 84%;
}

.max_w-84\% {
  max-width: 84%;
}

.min_h-84\% {
  min-height: 84%;
}

.min_w-84\% {
  min-width: 84%;
}

.h-84vh {
  height: 84vh;
}

.w-84vw {
  width: 84vw;
}

.min_w-84vw {
  min-width: 84vw;
}

.min_h-84vh {
  min-height: 84vh;
}

.max_w-84vw {
  max-width: 84vw;
}

.max_h-84vh {
  max-height: 84vh;
}

.m-t-85\% {
  margin-top: 85%;
}

.m-t--85\% {
  margin-top: -85%;
}

.p-t-85\% {
  padding-top: 85%;
}

.p-t--85\% {
  padding-top: -85%;
}

.top-85\% {
  top: 85%;
}

.top--85\% {
  top: -85%;
}

.m-b-85\% {
  margin-bottom: 85%;
}

.m-b--85\% {
  margin-bottom: -85%;
}

.p-b-85\% {
  padding-bottom: 85%;
}

.p-b--85\% {
  padding-bottom: -85%;
}

.bottom-85\% {
  bottom: 85%;
}

.bottom--85\% {
  bottom: -85%;
}

.m-l-85\% {
  margin-left: 85%;
}

.m-l--85\% {
  margin-left: -85%;
}

.p-l-85\% {
  padding-left: 85%;
}

.p-l--85\% {
  padding-left: -85%;
}

.left-85\% {
  left: 85%;
}

.left--85\% {
  left: -85%;
}

.m-r-85\% {
  margin-right: 85%;
}

.m-r--85\% {
  margin-right: -85%;
}

.p-r-85\% {
  padding-right: 85%;
}

.p-r--85\% {
  padding-right: -85%;
}

.right-85\% {
  right: 85%;
}

.right--85\% {
  right: -85%;
}

.h-85\% {
  height: 85%;
}

.w-85\% {
  width: 85%;
}

.max_h-85\% {
  max-height: 85%;
}

.max_w-85\% {
  max-width: 85%;
}

.min_h-85\% {
  min-height: 85%;
}

.min_w-85\% {
  min-width: 85%;
}

.h-85vh {
  height: 85vh;
}

.w-85vw {
  width: 85vw;
}

.min_w-85vw {
  min-width: 85vw;
}

.min_h-85vh {
  min-height: 85vh;
}

.max_w-85vw {
  max-width: 85vw;
}

.max_h-85vh {
  max-height: 85vh;
}

.m-t-86\% {
  margin-top: 86%;
}

.m-t--86\% {
  margin-top: -86%;
}

.p-t-86\% {
  padding-top: 86%;
}

.p-t--86\% {
  padding-top: -86%;
}

.top-86\% {
  top: 86%;
}

.top--86\% {
  top: -86%;
}

.m-b-86\% {
  margin-bottom: 86%;
}

.m-b--86\% {
  margin-bottom: -86%;
}

.p-b-86\% {
  padding-bottom: 86%;
}

.p-b--86\% {
  padding-bottom: -86%;
}

.bottom-86\% {
  bottom: 86%;
}

.bottom--86\% {
  bottom: -86%;
}

.m-l-86\% {
  margin-left: 86%;
}

.m-l--86\% {
  margin-left: -86%;
}

.p-l-86\% {
  padding-left: 86%;
}

.p-l--86\% {
  padding-left: -86%;
}

.left-86\% {
  left: 86%;
}

.left--86\% {
  left: -86%;
}

.m-r-86\% {
  margin-right: 86%;
}

.m-r--86\% {
  margin-right: -86%;
}

.p-r-86\% {
  padding-right: 86%;
}

.p-r--86\% {
  padding-right: -86%;
}

.right-86\% {
  right: 86%;
}

.right--86\% {
  right: -86%;
}

.h-86\% {
  height: 86%;
}

.w-86\% {
  width: 86%;
}

.max_h-86\% {
  max-height: 86%;
}

.max_w-86\% {
  max-width: 86%;
}

.min_h-86\% {
  min-height: 86%;
}

.min_w-86\% {
  min-width: 86%;
}

.h-86vh {
  height: 86vh;
}

.w-86vw {
  width: 86vw;
}

.min_w-86vw {
  min-width: 86vw;
}

.min_h-86vh {
  min-height: 86vh;
}

.max_w-86vw {
  max-width: 86vw;
}

.max_h-86vh {
  max-height: 86vh;
}

.m-t-87\% {
  margin-top: 87%;
}

.m-t--87\% {
  margin-top: -87%;
}

.p-t-87\% {
  padding-top: 87%;
}

.p-t--87\% {
  padding-top: -87%;
}

.top-87\% {
  top: 87%;
}

.top--87\% {
  top: -87%;
}

.m-b-87\% {
  margin-bottom: 87%;
}

.m-b--87\% {
  margin-bottom: -87%;
}

.p-b-87\% {
  padding-bottom: 87%;
}

.p-b--87\% {
  padding-bottom: -87%;
}

.bottom-87\% {
  bottom: 87%;
}

.bottom--87\% {
  bottom: -87%;
}

.m-l-87\% {
  margin-left: 87%;
}

.m-l--87\% {
  margin-left: -87%;
}

.p-l-87\% {
  padding-left: 87%;
}

.p-l--87\% {
  padding-left: -87%;
}

.left-87\% {
  left: 87%;
}

.left--87\% {
  left: -87%;
}

.m-r-87\% {
  margin-right: 87%;
}

.m-r--87\% {
  margin-right: -87%;
}

.p-r-87\% {
  padding-right: 87%;
}

.p-r--87\% {
  padding-right: -87%;
}

.right-87\% {
  right: 87%;
}

.right--87\% {
  right: -87%;
}

.h-87\% {
  height: 87%;
}

.w-87\% {
  width: 87%;
}

.max_h-87\% {
  max-height: 87%;
}

.max_w-87\% {
  max-width: 87%;
}

.min_h-87\% {
  min-height: 87%;
}

.min_w-87\% {
  min-width: 87%;
}

.h-87vh {
  height: 87vh;
}

.w-87vw {
  width: 87vw;
}

.min_w-87vw {
  min-width: 87vw;
}

.min_h-87vh {
  min-height: 87vh;
}

.max_w-87vw {
  max-width: 87vw;
}

.max_h-87vh {
  max-height: 87vh;
}

.m-t-88\% {
  margin-top: 88%;
}

.m-t--88\% {
  margin-top: -88%;
}

.p-t-88\% {
  padding-top: 88%;
}

.p-t--88\% {
  padding-top: -88%;
}

.top-88\% {
  top: 88%;
}

.top--88\% {
  top: -88%;
}

.m-b-88\% {
  margin-bottom: 88%;
}

.m-b--88\% {
  margin-bottom: -88%;
}

.p-b-88\% {
  padding-bottom: 88%;
}

.p-b--88\% {
  padding-bottom: -88%;
}

.bottom-88\% {
  bottom: 88%;
}

.bottom--88\% {
  bottom: -88%;
}

.m-l-88\% {
  margin-left: 88%;
}

.m-l--88\% {
  margin-left: -88%;
}

.p-l-88\% {
  padding-left: 88%;
}

.p-l--88\% {
  padding-left: -88%;
}

.left-88\% {
  left: 88%;
}

.left--88\% {
  left: -88%;
}

.m-r-88\% {
  margin-right: 88%;
}

.m-r--88\% {
  margin-right: -88%;
}

.p-r-88\% {
  padding-right: 88%;
}

.p-r--88\% {
  padding-right: -88%;
}

.right-88\% {
  right: 88%;
}

.right--88\% {
  right: -88%;
}

.h-88\% {
  height: 88%;
}

.w-88\% {
  width: 88%;
}

.max_h-88\% {
  max-height: 88%;
}

.max_w-88\% {
  max-width: 88%;
}

.min_h-88\% {
  min-height: 88%;
}

.min_w-88\% {
  min-width: 88%;
}

.h-88vh {
  height: 88vh;
}

.w-88vw {
  width: 88vw;
}

.min_w-88vw {
  min-width: 88vw;
}

.min_h-88vh {
  min-height: 88vh;
}

.max_w-88vw {
  max-width: 88vw;
}

.max_h-88vh {
  max-height: 88vh;
}

.m-t-89\% {
  margin-top: 89%;
}

.m-t--89\% {
  margin-top: -89%;
}

.p-t-89\% {
  padding-top: 89%;
}

.p-t--89\% {
  padding-top: -89%;
}

.top-89\% {
  top: 89%;
}

.top--89\% {
  top: -89%;
}

.m-b-89\% {
  margin-bottom: 89%;
}

.m-b--89\% {
  margin-bottom: -89%;
}

.p-b-89\% {
  padding-bottom: 89%;
}

.p-b--89\% {
  padding-bottom: -89%;
}

.bottom-89\% {
  bottom: 89%;
}

.bottom--89\% {
  bottom: -89%;
}

.m-l-89\% {
  margin-left: 89%;
}

.m-l--89\% {
  margin-left: -89%;
}

.p-l-89\% {
  padding-left: 89%;
}

.p-l--89\% {
  padding-left: -89%;
}

.left-89\% {
  left: 89%;
}

.left--89\% {
  left: -89%;
}

.m-r-89\% {
  margin-right: 89%;
}

.m-r--89\% {
  margin-right: -89%;
}

.p-r-89\% {
  padding-right: 89%;
}

.p-r--89\% {
  padding-right: -89%;
}

.right-89\% {
  right: 89%;
}

.right--89\% {
  right: -89%;
}

.h-89\% {
  height: 89%;
}

.w-89\% {
  width: 89%;
}

.max_h-89\% {
  max-height: 89%;
}

.max_w-89\% {
  max-width: 89%;
}

.min_h-89\% {
  min-height: 89%;
}

.min_w-89\% {
  min-width: 89%;
}

.h-89vh {
  height: 89vh;
}

.w-89vw {
  width: 89vw;
}

.min_w-89vw {
  min-width: 89vw;
}

.min_h-89vh {
  min-height: 89vh;
}

.max_w-89vw {
  max-width: 89vw;
}

.max_h-89vh {
  max-height: 89vh;
}

.m-t-90\% {
  margin-top: 90%;
}

.m-t--90\% {
  margin-top: -90%;
}

.p-t-90\% {
  padding-top: 90%;
}

.p-t--90\% {
  padding-top: -90%;
}

.top-90\% {
  top: 90%;
}

.top--90\% {
  top: -90%;
}

.m-b-90\% {
  margin-bottom: 90%;
}

.m-b--90\% {
  margin-bottom: -90%;
}

.p-b-90\% {
  padding-bottom: 90%;
}

.p-b--90\% {
  padding-bottom: -90%;
}

.bottom-90\% {
  bottom: 90%;
}

.bottom--90\% {
  bottom: -90%;
}

.m-l-90\% {
  margin-left: 90%;
}

.m-l--90\% {
  margin-left: -90%;
}

.p-l-90\% {
  padding-left: 90%;
}

.p-l--90\% {
  padding-left: -90%;
}

.left-90\% {
  left: 90%;
}

.left--90\% {
  left: -90%;
}

.m-r-90\% {
  margin-right: 90%;
}

.m-r--90\% {
  margin-right: -90%;
}

.p-r-90\% {
  padding-right: 90%;
}

.p-r--90\% {
  padding-right: -90%;
}

.right-90\% {
  right: 90%;
}

.right--90\% {
  right: -90%;
}

.h-90\% {
  height: 90%;
}

.w-90\% {
  width: 90%;
}

.max_h-90\% {
  max-height: 90%;
}

.max_w-90\% {
  max-width: 90%;
}

.min_h-90\% {
  min-height: 90%;
}

.min_w-90\% {
  min-width: 90%;
}

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

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

.min_w-90vw {
  min-width: 90vw;
}

.min_h-90vh {
  min-height: 90vh;
}

.max_w-90vw {
  max-width: 90vw;
}

.max_h-90vh {
  max-height: 90vh;
}

.m-t-91\% {
  margin-top: 91%;
}

.m-t--91\% {
  margin-top: -91%;
}

.p-t-91\% {
  padding-top: 91%;
}

.p-t--91\% {
  padding-top: -91%;
}

.top-91\% {
  top: 91%;
}

.top--91\% {
  top: -91%;
}

.m-b-91\% {
  margin-bottom: 91%;
}

.m-b--91\% {
  margin-bottom: -91%;
}

.p-b-91\% {
  padding-bottom: 91%;
}

.p-b--91\% {
  padding-bottom: -91%;
}

.bottom-91\% {
  bottom: 91%;
}

.bottom--91\% {
  bottom: -91%;
}

.m-l-91\% {
  margin-left: 91%;
}

.m-l--91\% {
  margin-left: -91%;
}

.p-l-91\% {
  padding-left: 91%;
}

.p-l--91\% {
  padding-left: -91%;
}

.left-91\% {
  left: 91%;
}

.left--91\% {
  left: -91%;
}

.m-r-91\% {
  margin-right: 91%;
}

.m-r--91\% {
  margin-right: -91%;
}

.p-r-91\% {
  padding-right: 91%;
}

.p-r--91\% {
  padding-right: -91%;
}

.right-91\% {
  right: 91%;
}

.right--91\% {
  right: -91%;
}

.h-91\% {
  height: 91%;
}

.w-91\% {
  width: 91%;
}

.max_h-91\% {
  max-height: 91%;
}

.max_w-91\% {
  max-width: 91%;
}

.min_h-91\% {
  min-height: 91%;
}

.min_w-91\% {
  min-width: 91%;
}

.h-91vh {
  height: 91vh;
}

.w-91vw {
  width: 91vw;
}

.min_w-91vw {
  min-width: 91vw;
}

.min_h-91vh {
  min-height: 91vh;
}

.max_w-91vw {
  max-width: 91vw;
}

.max_h-91vh {
  max-height: 91vh;
}

.m-t-92\% {
  margin-top: 92%;
}

.m-t--92\% {
  margin-top: -92%;
}

.p-t-92\% {
  padding-top: 92%;
}

.p-t--92\% {
  padding-top: -92%;
}

.top-92\% {
  top: 92%;
}

.top--92\% {
  top: -92%;
}

.m-b-92\% {
  margin-bottom: 92%;
}

.m-b--92\% {
  margin-bottom: -92%;
}

.p-b-92\% {
  padding-bottom: 92%;
}

.p-b--92\% {
  padding-bottom: -92%;
}

.bottom-92\% {
  bottom: 92%;
}

.bottom--92\% {
  bottom: -92%;
}

.m-l-92\% {
  margin-left: 92%;
}

.m-l--92\% {
  margin-left: -92%;
}

.p-l-92\% {
  padding-left: 92%;
}

.p-l--92\% {
  padding-left: -92%;
}

.left-92\% {
  left: 92%;
}

.left--92\% {
  left: -92%;
}

.m-r-92\% {
  margin-right: 92%;
}

.m-r--92\% {
  margin-right: -92%;
}

.p-r-92\% {
  padding-right: 92%;
}

.p-r--92\% {
  padding-right: -92%;
}

.right-92\% {
  right: 92%;
}

.right--92\% {
  right: -92%;
}

.h-92\% {
  height: 92%;
}

.w-92\% {
  width: 92%;
}

.max_h-92\% {
  max-height: 92%;
}

.max_w-92\% {
  max-width: 92%;
}

.min_h-92\% {
  min-height: 92%;
}

.min_w-92\% {
  min-width: 92%;
}

.h-92vh {
  height: 92vh;
}

.w-92vw {
  width: 92vw;
}

.min_w-92vw {
  min-width: 92vw;
}

.min_h-92vh {
  min-height: 92vh;
}

.max_w-92vw {
  max-width: 92vw;
}

.max_h-92vh {
  max-height: 92vh;
}

.m-t-93\% {
  margin-top: 93%;
}

.m-t--93\% {
  margin-top: -93%;
}

.p-t-93\% {
  padding-top: 93%;
}

.p-t--93\% {
  padding-top: -93%;
}

.top-93\% {
  top: 93%;
}

.top--93\% {
  top: -93%;
}

.m-b-93\% {
  margin-bottom: 93%;
}

.m-b--93\% {
  margin-bottom: -93%;
}

.p-b-93\% {
  padding-bottom: 93%;
}

.p-b--93\% {
  padding-bottom: -93%;
}

.bottom-93\% {
  bottom: 93%;
}

.bottom--93\% {
  bottom: -93%;
}

.m-l-93\% {
  margin-left: 93%;
}

.m-l--93\% {
  margin-left: -93%;
}

.p-l-93\% {
  padding-left: 93%;
}

.p-l--93\% {
  padding-left: -93%;
}

.left-93\% {
  left: 93%;
}

.left--93\% {
  left: -93%;
}

.m-r-93\% {
  margin-right: 93%;
}

.m-r--93\% {
  margin-right: -93%;
}

.p-r-93\% {
  padding-right: 93%;
}

.p-r--93\% {
  padding-right: -93%;
}

.right-93\% {
  right: 93%;
}

.right--93\% {
  right: -93%;
}

.h-93\% {
  height: 93%;
}

.w-93\% {
  width: 93%;
}

.max_h-93\% {
  max-height: 93%;
}

.max_w-93\% {
  max-width: 93%;
}

.min_h-93\% {
  min-height: 93%;
}

.min_w-93\% {
  min-width: 93%;
}

.h-93vh {
  height: 93vh;
}

.w-93vw {
  width: 93vw;
}

.min_w-93vw {
  min-width: 93vw;
}

.min_h-93vh {
  min-height: 93vh;
}

.max_w-93vw {
  max-width: 93vw;
}

.max_h-93vh {
  max-height: 93vh;
}

.m-t-94\% {
  margin-top: 94%;
}

.m-t--94\% {
  margin-top: -94%;
}

.p-t-94\% {
  padding-top: 94%;
}

.p-t--94\% {
  padding-top: -94%;
}

.top-94\% {
  top: 94%;
}

.top--94\% {
  top: -94%;
}

.m-b-94\% {
  margin-bottom: 94%;
}

.m-b--94\% {
  margin-bottom: -94%;
}

.p-b-94\% {
  padding-bottom: 94%;
}

.p-b--94\% {
  padding-bottom: -94%;
}

.bottom-94\% {
  bottom: 94%;
}

.bottom--94\% {
  bottom: -94%;
}

.m-l-94\% {
  margin-left: 94%;
}

.m-l--94\% {
  margin-left: -94%;
}

.p-l-94\% {
  padding-left: 94%;
}

.p-l--94\% {
  padding-left: -94%;
}

.left-94\% {
  left: 94%;
}

.left--94\% {
  left: -94%;
}

.m-r-94\% {
  margin-right: 94%;
}

.m-r--94\% {
  margin-right: -94%;
}

.p-r-94\% {
  padding-right: 94%;
}

.p-r--94\% {
  padding-right: -94%;
}

.right-94\% {
  right: 94%;
}

.right--94\% {
  right: -94%;
}

.h-94\% {
  height: 94%;
}

.w-94\% {
  width: 94%;
}

.max_h-94\% {
  max-height: 94%;
}

.max_w-94\% {
  max-width: 94%;
}

.min_h-94\% {
  min-height: 94%;
}

.min_w-94\% {
  min-width: 94%;
}

.h-94vh {
  height: 94vh;
}

.w-94vw {
  width: 94vw;
}

.min_w-94vw {
  min-width: 94vw;
}

.min_h-94vh {
  min-height: 94vh;
}

.max_w-94vw {
  max-width: 94vw;
}

.max_h-94vh {
  max-height: 94vh;
}

.m-t-95\% {
  margin-top: 95%;
}

.m-t--95\% {
  margin-top: -95%;
}

.p-t-95\% {
  padding-top: 95%;
}

.p-t--95\% {
  padding-top: -95%;
}

.top-95\% {
  top: 95%;
}

.top--95\% {
  top: -95%;
}

.m-b-95\% {
  margin-bottom: 95%;
}

.m-b--95\% {
  margin-bottom: -95%;
}

.p-b-95\% {
  padding-bottom: 95%;
}

.p-b--95\% {
  padding-bottom: -95%;
}

.bottom-95\% {
  bottom: 95%;
}

.bottom--95\% {
  bottom: -95%;
}

.m-l-95\% {
  margin-left: 95%;
}

.m-l--95\% {
  margin-left: -95%;
}

.p-l-95\% {
  padding-left: 95%;
}

.p-l--95\% {
  padding-left: -95%;
}

.left-95\% {
  left: 95%;
}

.left--95\% {
  left: -95%;
}

.m-r-95\% {
  margin-right: 95%;
}

.m-r--95\% {
  margin-right: -95%;
}

.p-r-95\% {
  padding-right: 95%;
}

.p-r--95\% {
  padding-right: -95%;
}

.right-95\% {
  right: 95%;
}

.right--95\% {
  right: -95%;
}

.h-95\% {
  height: 95%;
}

.w-95\% {
  width: 95%;
}

.max_h-95\% {
  max-height: 95%;
}

.max_w-95\% {
  max-width: 95%;
}

.min_h-95\% {
  min-height: 95%;
}

.min_w-95\% {
  min-width: 95%;
}

.h-95vh {
  height: 95vh;
}

.w-95vw {
  width: 95vw;
}

.min_w-95vw {
  min-width: 95vw;
}

.min_h-95vh {
  min-height: 95vh;
}

.max_w-95vw {
  max-width: 95vw;
}

.max_h-95vh {
  max-height: 95vh;
}

.m-t-96\% {
  margin-top: 96%;
}

.m-t--96\% {
  margin-top: -96%;
}

.p-t-96\% {
  padding-top: 96%;
}

.p-t--96\% {
  padding-top: -96%;
}

.top-96\% {
  top: 96%;
}

.top--96\% {
  top: -96%;
}

.m-b-96\% {
  margin-bottom: 96%;
}

.m-b--96\% {
  margin-bottom: -96%;
}

.p-b-96\% {
  padding-bottom: 96%;
}

.p-b--96\% {
  padding-bottom: -96%;
}

.bottom-96\% {
  bottom: 96%;
}

.bottom--96\% {
  bottom: -96%;
}

.m-l-96\% {
  margin-left: 96%;
}

.m-l--96\% {
  margin-left: -96%;
}

.p-l-96\% {
  padding-left: 96%;
}

.p-l--96\% {
  padding-left: -96%;
}

.left-96\% {
  left: 96%;
}

.left--96\% {
  left: -96%;
}

.m-r-96\% {
  margin-right: 96%;
}

.m-r--96\% {
  margin-right: -96%;
}

.p-r-96\% {
  padding-right: 96%;
}

.p-r--96\% {
  padding-right: -96%;
}

.right-96\% {
  right: 96%;
}

.right--96\% {
  right: -96%;
}

.h-96\% {
  height: 96%;
}

.w-96\% {
  width: 96%;
}

.max_h-96\% {
  max-height: 96%;
}

.max_w-96\% {
  max-width: 96%;
}

.min_h-96\% {
  min-height: 96%;
}

.min_w-96\% {
  min-width: 96%;
}

.h-96vh {
  height: 96vh;
}

.w-96vw {
  width: 96vw;
}

.min_w-96vw {
  min-width: 96vw;
}

.min_h-96vh {
  min-height: 96vh;
}

.max_w-96vw {
  max-width: 96vw;
}

.max_h-96vh {
  max-height: 96vh;
}

.m-t-97\% {
  margin-top: 97%;
}

.m-t--97\% {
  margin-top: -97%;
}

.p-t-97\% {
  padding-top: 97%;
}

.p-t--97\% {
  padding-top: -97%;
}

.top-97\% {
  top: 97%;
}

.top--97\% {
  top: -97%;
}

.m-b-97\% {
  margin-bottom: 97%;
}

.m-b--97\% {
  margin-bottom: -97%;
}

.p-b-97\% {
  padding-bottom: 97%;
}

.p-b--97\% {
  padding-bottom: -97%;
}

.bottom-97\% {
  bottom: 97%;
}

.bottom--97\% {
  bottom: -97%;
}

.m-l-97\% {
  margin-left: 97%;
}

.m-l--97\% {
  margin-left: -97%;
}

.p-l-97\% {
  padding-left: 97%;
}

.p-l--97\% {
  padding-left: -97%;
}

.left-97\% {
  left: 97%;
}

.left--97\% {
  left: -97%;
}

.m-r-97\% {
  margin-right: 97%;
}

.m-r--97\% {
  margin-right: -97%;
}

.p-r-97\% {
  padding-right: 97%;
}

.p-r--97\% {
  padding-right: -97%;
}

.right-97\% {
  right: 97%;
}

.right--97\% {
  right: -97%;
}

.h-97\% {
  height: 97%;
}

.w-97\% {
  width: 97%;
}

.max_h-97\% {
  max-height: 97%;
}

.max_w-97\% {
  max-width: 97%;
}

.min_h-97\% {
  min-height: 97%;
}

.min_w-97\% {
  min-width: 97%;
}

.h-97vh {
  height: 97vh;
}

.w-97vw {
  width: 97vw;
}

.min_w-97vw {
  min-width: 97vw;
}

.min_h-97vh {
  min-height: 97vh;
}

.max_w-97vw {
  max-width: 97vw;
}

.max_h-97vh {
  max-height: 97vh;
}

.m-t-98\% {
  margin-top: 98%;
}

.m-t--98\% {
  margin-top: -98%;
}

.p-t-98\% {
  padding-top: 98%;
}

.p-t--98\% {
  padding-top: -98%;
}

.top-98\% {
  top: 98%;
}

.top--98\% {
  top: -98%;
}

.m-b-98\% {
  margin-bottom: 98%;
}

.m-b--98\% {
  margin-bottom: -98%;
}

.p-b-98\% {
  padding-bottom: 98%;
}

.p-b--98\% {
  padding-bottom: -98%;
}

.bottom-98\% {
  bottom: 98%;
}

.bottom--98\% {
  bottom: -98%;
}

.m-l-98\% {
  margin-left: 98%;
}

.m-l--98\% {
  margin-left: -98%;
}

.p-l-98\% {
  padding-left: 98%;
}

.p-l--98\% {
  padding-left: -98%;
}

.left-98\% {
  left: 98%;
}

.left--98\% {
  left: -98%;
}

.m-r-98\% {
  margin-right: 98%;
}

.m-r--98\% {
  margin-right: -98%;
}

.p-r-98\% {
  padding-right: 98%;
}

.p-r--98\% {
  padding-right: -98%;
}

.right-98\% {
  right: 98%;
}

.right--98\% {
  right: -98%;
}

.h-98\% {
  height: 98%;
}

.w-98\% {
  width: 98%;
}

.max_h-98\% {
  max-height: 98%;
}

.max_w-98\% {
  max-width: 98%;
}

.min_h-98\% {
  min-height: 98%;
}

.min_w-98\% {
  min-width: 98%;
}

.h-98vh {
  height: 98vh;
}

.w-98vw {
  width: 98vw;
}

.min_w-98vw {
  min-width: 98vw;
}

.min_h-98vh {
  min-height: 98vh;
}

.max_w-98vw {
  max-width: 98vw;
}

.max_h-98vh {
  max-height: 98vh;
}

.m-t-99\% {
  margin-top: 99%;
}

.m-t--99\% {
  margin-top: -99%;
}

.p-t-99\% {
  padding-top: 99%;
}

.p-t--99\% {
  padding-top: -99%;
}

.top-99\% {
  top: 99%;
}

.top--99\% {
  top: -99%;
}

.m-b-99\% {
  margin-bottom: 99%;
}

.m-b--99\% {
  margin-bottom: -99%;
}

.p-b-99\% {
  padding-bottom: 99%;
}

.p-b--99\% {
  padding-bottom: -99%;
}

.bottom-99\% {
  bottom: 99%;
}

.bottom--99\% {
  bottom: -99%;
}

.m-l-99\% {
  margin-left: 99%;
}

.m-l--99\% {
  margin-left: -99%;
}

.p-l-99\% {
  padding-left: 99%;
}

.p-l--99\% {
  padding-left: -99%;
}

.left-99\% {
  left: 99%;
}

.left--99\% {
  left: -99%;
}

.m-r-99\% {
  margin-right: 99%;
}

.m-r--99\% {
  margin-right: -99%;
}

.p-r-99\% {
  padding-right: 99%;
}

.p-r--99\% {
  padding-right: -99%;
}

.right-99\% {
  right: 99%;
}

.right--99\% {
  right: -99%;
}

.h-99\% {
  height: 99%;
}

.w-99\% {
  width: 99%;
}

.max_h-99\% {
  max-height: 99%;
}

.max_w-99\% {
  max-width: 99%;
}

.min_h-99\% {
  min-height: 99%;
}

.min_w-99\% {
  min-width: 99%;
}

.h-99vh {
  height: 99vh;
}

.w-99vw {
  width: 99vw;
}

.min_w-99vw {
  min-width: 99vw;
}

.min_h-99vh {
  min-height: 99vh;
}

.max_w-99vw {
  max-width: 99vw;
}

.max_h-99vh {
  max-height: 99vh;
}

.m-t-100\% {
  margin-top: 100%;
}

.m-t--100\% {
  margin-top: -100%;
}

.p-t-100\% {
  padding-top: 100%;
}

.p-t--100\% {
  padding-top: -100%;
}

.top-100\% {
  top: 100%;
}

.top--100\% {
  top: -100%;
}

.m-b-100\% {
  margin-bottom: 100%;
}

.m-b--100\% {
  margin-bottom: -100%;
}

.p-b-100\% {
  padding-bottom: 100%;
}

.p-b--100\% {
  padding-bottom: -100%;
}

.bottom-100\% {
  bottom: 100%;
}

.bottom--100\% {
  bottom: -100%;
}

.m-l-100\% {
  margin-left: 100%;
}

.m-l--100\% {
  margin-left: -100%;
}

.p-l-100\% {
  padding-left: 100%;
}

.p-l--100\% {
  padding-left: -100%;
}

.left-100\% {
  left: 100%;
}

.left--100\% {
  left: -100%;
}

.m-r-100\% {
  margin-right: 100%;
}

.m-r--100\% {
  margin-right: -100%;
}

.p-r-100\% {
  padding-right: 100%;
}

.p-r--100\% {
  padding-right: -100%;
}

.right-100\% {
  right: 100%;
}

.right--100\% {
  right: -100%;
}

.h-100\% {
  height: 100%;
}

.w-100\% {
  width: 100%;
}

.max_h-100\% {
  max-height: 100%;
}

.max_w-100\% {
  max-width: 100%;
}

.min_h-100\% {
  min-height: 100%;
}

.min_w-100\% {
  min-width: 100%;
}

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

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

.min_w-100vw {
  min-width: 100vw;
}

.min_h-100vh {
  min-height: 100vh;
}

.max_w-100vw {
  max-width: 100vw;
}

.max_h-100vh {
  max-height: 100vh;
}

.m-t-101\% {
  margin-top: 101%;
}

.m-t--101\% {
  margin-top: -101%;
}

.p-t-101\% {
  padding-top: 101%;
}

.p-t--101\% {
  padding-top: -101%;
}

.top-101\% {
  top: 101%;
}

.top--101\% {
  top: -101%;
}

.m-b-101\% {
  margin-bottom: 101%;
}

.m-b--101\% {
  margin-bottom: -101%;
}

.p-b-101\% {
  padding-bottom: 101%;
}

.p-b--101\% {
  padding-bottom: -101%;
}

.bottom-101\% {
  bottom: 101%;
}

.bottom--101\% {
  bottom: -101%;
}

.m-l-101\% {
  margin-left: 101%;
}

.m-l--101\% {
  margin-left: -101%;
}

.p-l-101\% {
  padding-left: 101%;
}

.p-l--101\% {
  padding-left: -101%;
}

.left-101\% {
  left: 101%;
}

.left--101\% {
  left: -101%;
}

.m-r-101\% {
  margin-right: 101%;
}

.m-r--101\% {
  margin-right: -101%;
}

.p-r-101\% {
  padding-right: 101%;
}

.p-r--101\% {
  padding-right: -101%;
}

.right-101\% {
  right: 101%;
}

.right--101\% {
  right: -101%;
}

.h-101\% {
  height: 101%;
}

.w-101\% {
  width: 101%;
}

.max_h-101\% {
  max-height: 101%;
}

.max_w-101\% {
  max-width: 101%;
}

.min_h-101\% {
  min-height: 101%;
}

.min_w-101\% {
  min-width: 101%;
}

.h-101vh {
  height: 101vh;
}

.w-101vw {
  width: 101vw;
}

.min_w-101vw {
  min-width: 101vw;
}

.min_h-101vh {
  min-height: 101vh;
}

.max_w-101vw {
  max-width: 101vw;
}

.max_h-101vh {
  max-height: 101vh;
}

.m-t-102\% {
  margin-top: 102%;
}

.m-t--102\% {
  margin-top: -102%;
}

.p-t-102\% {
  padding-top: 102%;
}

.p-t--102\% {
  padding-top: -102%;
}

.top-102\% {
  top: 102%;
}

.top--102\% {
  top: -102%;
}

.m-b-102\% {
  margin-bottom: 102%;
}

.m-b--102\% {
  margin-bottom: -102%;
}

.p-b-102\% {
  padding-bottom: 102%;
}

.p-b--102\% {
  padding-bottom: -102%;
}

.bottom-102\% {
  bottom: 102%;
}

.bottom--102\% {
  bottom: -102%;
}

.m-l-102\% {
  margin-left: 102%;
}

.m-l--102\% {
  margin-left: -102%;
}

.p-l-102\% {
  padding-left: 102%;
}

.p-l--102\% {
  padding-left: -102%;
}

.left-102\% {
  left: 102%;
}

.left--102\% {
  left: -102%;
}

.m-r-102\% {
  margin-right: 102%;
}

.m-r--102\% {
  margin-right: -102%;
}

.p-r-102\% {
  padding-right: 102%;
}

.p-r--102\% {
  padding-right: -102%;
}

.right-102\% {
  right: 102%;
}

.right--102\% {
  right: -102%;
}

.h-102\% {
  height: 102%;
}

.w-102\% {
  width: 102%;
}

.max_h-102\% {
  max-height: 102%;
}

.max_w-102\% {
  max-width: 102%;
}

.min_h-102\% {
  min-height: 102%;
}

.min_w-102\% {
  min-width: 102%;
}

.h-102vh {
  height: 102vh;
}

.w-102vw {
  width: 102vw;
}

.min_w-102vw {
  min-width: 102vw;
}

.min_h-102vh {
  min-height: 102vh;
}

.max_w-102vw {
  max-width: 102vw;
}

.max_h-102vh {
  max-height: 102vh;
}

.m-t-103\% {
  margin-top: 103%;
}

.m-t--103\% {
  margin-top: -103%;
}

.p-t-103\% {
  padding-top: 103%;
}

.p-t--103\% {
  padding-top: -103%;
}

.top-103\% {
  top: 103%;
}

.top--103\% {
  top: -103%;
}

.m-b-103\% {
  margin-bottom: 103%;
}

.m-b--103\% {
  margin-bottom: -103%;
}

.p-b-103\% {
  padding-bottom: 103%;
}

.p-b--103\% {
  padding-bottom: -103%;
}

.bottom-103\% {
  bottom: 103%;
}

.bottom--103\% {
  bottom: -103%;
}

.m-l-103\% {
  margin-left: 103%;
}

.m-l--103\% {
  margin-left: -103%;
}

.p-l-103\% {
  padding-left: 103%;
}

.p-l--103\% {
  padding-left: -103%;
}

.left-103\% {
  left: 103%;
}

.left--103\% {
  left: -103%;
}

.m-r-103\% {
  margin-right: 103%;
}

.m-r--103\% {
  margin-right: -103%;
}

.p-r-103\% {
  padding-right: 103%;
}

.p-r--103\% {
  padding-right: -103%;
}

.right-103\% {
  right: 103%;
}

.right--103\% {
  right: -103%;
}

.h-103\% {
  height: 103%;
}

.w-103\% {
  width: 103%;
}

.max_h-103\% {
  max-height: 103%;
}

.max_w-103\% {
  max-width: 103%;
}

.min_h-103\% {
  min-height: 103%;
}

.min_w-103\% {
  min-width: 103%;
}

.h-103vh {
  height: 103vh;
}

.w-103vw {
  width: 103vw;
}

.min_w-103vw {
  min-width: 103vw;
}

.min_h-103vh {
  min-height: 103vh;
}

.max_w-103vw {
  max-width: 103vw;
}

.max_h-103vh {
  max-height: 103vh;
}

.m-t-104\% {
  margin-top: 104%;
}

.m-t--104\% {
  margin-top: -104%;
}

.p-t-104\% {
  padding-top: 104%;
}

.p-t--104\% {
  padding-top: -104%;
}

.top-104\% {
  top: 104%;
}

.top--104\% {
  top: -104%;
}

.m-b-104\% {
  margin-bottom: 104%;
}

.m-b--104\% {
  margin-bottom: -104%;
}

.p-b-104\% {
  padding-bottom: 104%;
}

.p-b--104\% {
  padding-bottom: -104%;
}

.bottom-104\% {
  bottom: 104%;
}

.bottom--104\% {
  bottom: -104%;
}

.m-l-104\% {
  margin-left: 104%;
}

.m-l--104\% {
  margin-left: -104%;
}

.p-l-104\% {
  padding-left: 104%;
}

.p-l--104\% {
  padding-left: -104%;
}

.left-104\% {
  left: 104%;
}

.left--104\% {
  left: -104%;
}

.m-r-104\% {
  margin-right: 104%;
}

.m-r--104\% {
  margin-right: -104%;
}

.p-r-104\% {
  padding-right: 104%;
}

.p-r--104\% {
  padding-right: -104%;
}

.right-104\% {
  right: 104%;
}

.right--104\% {
  right: -104%;
}

.h-104\% {
  height: 104%;
}

.w-104\% {
  width: 104%;
}

.max_h-104\% {
  max-height: 104%;
}

.max_w-104\% {
  max-width: 104%;
}

.min_h-104\% {
  min-height: 104%;
}

.min_w-104\% {
  min-width: 104%;
}

.h-104vh {
  height: 104vh;
}

.w-104vw {
  width: 104vw;
}

.min_w-104vw {
  min-width: 104vw;
}

.min_h-104vh {
  min-height: 104vh;
}

.max_w-104vw {
  max-width: 104vw;
}

.max_h-104vh {
  max-height: 104vh;
}

.m-t-105\% {
  margin-top: 105%;
}

.m-t--105\% {
  margin-top: -105%;
}

.p-t-105\% {
  padding-top: 105%;
}

.p-t--105\% {
  padding-top: -105%;
}

.top-105\% {
  top: 105%;
}

.top--105\% {
  top: -105%;
}

.m-b-105\% {
  margin-bottom: 105%;
}

.m-b--105\% {
  margin-bottom: -105%;
}

.p-b-105\% {
  padding-bottom: 105%;
}

.p-b--105\% {
  padding-bottom: -105%;
}

.bottom-105\% {
  bottom: 105%;
}

.bottom--105\% {
  bottom: -105%;
}

.m-l-105\% {
  margin-left: 105%;
}

.m-l--105\% {
  margin-left: -105%;
}

.p-l-105\% {
  padding-left: 105%;
}

.p-l--105\% {
  padding-left: -105%;
}

.left-105\% {
  left: 105%;
}

.left--105\% {
  left: -105%;
}

.m-r-105\% {
  margin-right: 105%;
}

.m-r--105\% {
  margin-right: -105%;
}

.p-r-105\% {
  padding-right: 105%;
}

.p-r--105\% {
  padding-right: -105%;
}

.right-105\% {
  right: 105%;
}

.right--105\% {
  right: -105%;
}

.h-105\% {
  height: 105%;
}

.w-105\% {
  width: 105%;
}

.max_h-105\% {
  max-height: 105%;
}

.max_w-105\% {
  max-width: 105%;
}

.min_h-105\% {
  min-height: 105%;
}

.min_w-105\% {
  min-width: 105%;
}

.h-105vh {
  height: 105vh;
}

.w-105vw {
  width: 105vw;
}

.min_w-105vw {
  min-width: 105vw;
}

.min_h-105vh {
  min-height: 105vh;
}

.max_w-105vw {
  max-width: 105vw;
}

.max_h-105vh {
  max-height: 105vh;
}

.m-t-106\% {
  margin-top: 106%;
}

.m-t--106\% {
  margin-top: -106%;
}

.p-t-106\% {
  padding-top: 106%;
}

.p-t--106\% {
  padding-top: -106%;
}

.top-106\% {
  top: 106%;
}

.top--106\% {
  top: -106%;
}

.m-b-106\% {
  margin-bottom: 106%;
}

.m-b--106\% {
  margin-bottom: -106%;
}

.p-b-106\% {
  padding-bottom: 106%;
}

.p-b--106\% {
  padding-bottom: -106%;
}

.bottom-106\% {
  bottom: 106%;
}

.bottom--106\% {
  bottom: -106%;
}

.m-l-106\% {
  margin-left: 106%;
}

.m-l--106\% {
  margin-left: -106%;
}

.p-l-106\% {
  padding-left: 106%;
}

.p-l--106\% {
  padding-left: -106%;
}

.left-106\% {
  left: 106%;
}

.left--106\% {
  left: -106%;
}

.m-r-106\% {
  margin-right: 106%;
}

.m-r--106\% {
  margin-right: -106%;
}

.p-r-106\% {
  padding-right: 106%;
}

.p-r--106\% {
  padding-right: -106%;
}

.right-106\% {
  right: 106%;
}

.right--106\% {
  right: -106%;
}

.h-106\% {
  height: 106%;
}

.w-106\% {
  width: 106%;
}

.max_h-106\% {
  max-height: 106%;
}

.max_w-106\% {
  max-width: 106%;
}

.min_h-106\% {
  min-height: 106%;
}

.min_w-106\% {
  min-width: 106%;
}

.h-106vh {
  height: 106vh;
}

.w-106vw {
  width: 106vw;
}

.min_w-106vw {
  min-width: 106vw;
}

.min_h-106vh {
  min-height: 106vh;
}

.max_w-106vw {
  max-width: 106vw;
}

.max_h-106vh {
  max-height: 106vh;
}

.m-t-107\% {
  margin-top: 107%;
}

.m-t--107\% {
  margin-top: -107%;
}

.p-t-107\% {
  padding-top: 107%;
}

.p-t--107\% {
  padding-top: -107%;
}

.top-107\% {
  top: 107%;
}

.top--107\% {
  top: -107%;
}

.m-b-107\% {
  margin-bottom: 107%;
}

.m-b--107\% {
  margin-bottom: -107%;
}

.p-b-107\% {
  padding-bottom: 107%;
}

.p-b--107\% {
  padding-bottom: -107%;
}

.bottom-107\% {
  bottom: 107%;
}

.bottom--107\% {
  bottom: -107%;
}

.m-l-107\% {
  margin-left: 107%;
}

.m-l--107\% {
  margin-left: -107%;
}

.p-l-107\% {
  padding-left: 107%;
}

.p-l--107\% {
  padding-left: -107%;
}

.left-107\% {
  left: 107%;
}

.left--107\% {
  left: -107%;
}

.m-r-107\% {
  margin-right: 107%;
}

.m-r--107\% {
  margin-right: -107%;
}

.p-r-107\% {
  padding-right: 107%;
}

.p-r--107\% {
  padding-right: -107%;
}

.right-107\% {
  right: 107%;
}

.right--107\% {
  right: -107%;
}

.h-107\% {
  height: 107%;
}

.w-107\% {
  width: 107%;
}

.max_h-107\% {
  max-height: 107%;
}

.max_w-107\% {
  max-width: 107%;
}

.min_h-107\% {
  min-height: 107%;
}

.min_w-107\% {
  min-width: 107%;
}

.h-107vh {
  height: 107vh;
}

.w-107vw {
  width: 107vw;
}

.min_w-107vw {
  min-width: 107vw;
}

.min_h-107vh {
  min-height: 107vh;
}

.max_w-107vw {
  max-width: 107vw;
}

.max_h-107vh {
  max-height: 107vh;
}

.m-t-108\% {
  margin-top: 108%;
}

.m-t--108\% {
  margin-top: -108%;
}

.p-t-108\% {
  padding-top: 108%;
}

.p-t--108\% {
  padding-top: -108%;
}

.top-108\% {
  top: 108%;
}

.top--108\% {
  top: -108%;
}

.m-b-108\% {
  margin-bottom: 108%;
}

.m-b--108\% {
  margin-bottom: -108%;
}

.p-b-108\% {
  padding-bottom: 108%;
}

.p-b--108\% {
  padding-bottom: -108%;
}

.bottom-108\% {
  bottom: 108%;
}

.bottom--108\% {
  bottom: -108%;
}

.m-l-108\% {
  margin-left: 108%;
}

.m-l--108\% {
  margin-left: -108%;
}

.p-l-108\% {
  padding-left: 108%;
}

.p-l--108\% {
  padding-left: -108%;
}

.left-108\% {
  left: 108%;
}

.left--108\% {
  left: -108%;
}

.m-r-108\% {
  margin-right: 108%;
}

.m-r--108\% {
  margin-right: -108%;
}

.p-r-108\% {
  padding-right: 108%;
}

.p-r--108\% {
  padding-right: -108%;
}

.right-108\% {
  right: 108%;
}

.right--108\% {
  right: -108%;
}

.h-108\% {
  height: 108%;
}

.w-108\% {
  width: 108%;
}

.max_h-108\% {
  max-height: 108%;
}

.max_w-108\% {
  max-width: 108%;
}

.min_h-108\% {
  min-height: 108%;
}

.min_w-108\% {
  min-width: 108%;
}

.h-108vh {
  height: 108vh;
}

.w-108vw {
  width: 108vw;
}

.min_w-108vw {
  min-width: 108vw;
}

.min_h-108vh {
  min-height: 108vh;
}

.max_w-108vw {
  max-width: 108vw;
}

.max_h-108vh {
  max-height: 108vh;
}

.m-t-109\% {
  margin-top: 109%;
}

.m-t--109\% {
  margin-top: -109%;
}

.p-t-109\% {
  padding-top: 109%;
}

.p-t--109\% {
  padding-top: -109%;
}

.top-109\% {
  top: 109%;
}

.top--109\% {
  top: -109%;
}

.m-b-109\% {
  margin-bottom: 109%;
}

.m-b--109\% {
  margin-bottom: -109%;
}

.p-b-109\% {
  padding-bottom: 109%;
}

.p-b--109\% {
  padding-bottom: -109%;
}

.bottom-109\% {
  bottom: 109%;
}

.bottom--109\% {
  bottom: -109%;
}

.m-l-109\% {
  margin-left: 109%;
}

.m-l--109\% {
  margin-left: -109%;
}

.p-l-109\% {
  padding-left: 109%;
}

.p-l--109\% {
  padding-left: -109%;
}

.left-109\% {
  left: 109%;
}

.left--109\% {
  left: -109%;
}

.m-r-109\% {
  margin-right: 109%;
}

.m-r--109\% {
  margin-right: -109%;
}

.p-r-109\% {
  padding-right: 109%;
}

.p-r--109\% {
  padding-right: -109%;
}

.right-109\% {
  right: 109%;
}

.right--109\% {
  right: -109%;
}

.h-109\% {
  height: 109%;
}

.w-109\% {
  width: 109%;
}

.max_h-109\% {
  max-height: 109%;
}

.max_w-109\% {
  max-width: 109%;
}

.min_h-109\% {
  min-height: 109%;
}

.min_w-109\% {
  min-width: 109%;
}

.h-109vh {
  height: 109vh;
}

.w-109vw {
  width: 109vw;
}

.min_w-109vw {
  min-width: 109vw;
}

.min_h-109vh {
  min-height: 109vh;
}

.max_w-109vw {
  max-width: 109vw;
}

.max_h-109vh {
  max-height: 109vh;
}

.m-t-110\% {
  margin-top: 110%;
}

.m-t--110\% {
  margin-top: -110%;
}

.p-t-110\% {
  padding-top: 110%;
}

.p-t--110\% {
  padding-top: -110%;
}

.top-110\% {
  top: 110%;
}

.top--110\% {
  top: -110%;
}

.m-b-110\% {
  margin-bottom: 110%;
}

.m-b--110\% {
  margin-bottom: -110%;
}

.p-b-110\% {
  padding-bottom: 110%;
}

.p-b--110\% {
  padding-bottom: -110%;
}

.bottom-110\% {
  bottom: 110%;
}

.bottom--110\% {
  bottom: -110%;
}

.m-l-110\% {
  margin-left: 110%;
}

.m-l--110\% {
  margin-left: -110%;
}

.p-l-110\% {
  padding-left: 110%;
}

.p-l--110\% {
  padding-left: -110%;
}

.left-110\% {
  left: 110%;
}

.left--110\% {
  left: -110%;
}

.m-r-110\% {
  margin-right: 110%;
}

.m-r--110\% {
  margin-right: -110%;
}

.p-r-110\% {
  padding-right: 110%;
}

.p-r--110\% {
  padding-right: -110%;
}

.right-110\% {
  right: 110%;
}

.right--110\% {
  right: -110%;
}

.h-110\% {
  height: 110%;
}

.w-110\% {
  width: 110%;
}

.max_h-110\% {
  max-height: 110%;
}

.max_w-110\% {
  max-width: 110%;
}

.min_h-110\% {
  min-height: 110%;
}

.min_w-110\% {
  min-width: 110%;
}

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

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

.min_w-110vw {
  min-width: 110vw;
}

.min_h-110vh {
  min-height: 110vh;
}

.max_w-110vw {
  max-width: 110vw;
}

.max_h-110vh {
  max-height: 110vh;
}

.m-t-111\% {
  margin-top: 111%;
}

.m-t--111\% {
  margin-top: -111%;
}

.p-t-111\% {
  padding-top: 111%;
}

.p-t--111\% {
  padding-top: -111%;
}

.top-111\% {
  top: 111%;
}

.top--111\% {
  top: -111%;
}

.m-b-111\% {
  margin-bottom: 111%;
}

.m-b--111\% {
  margin-bottom: -111%;
}

.p-b-111\% {
  padding-bottom: 111%;
}

.p-b--111\% {
  padding-bottom: -111%;
}

.bottom-111\% {
  bottom: 111%;
}

.bottom--111\% {
  bottom: -111%;
}

.m-l-111\% {
  margin-left: 111%;
}

.m-l--111\% {
  margin-left: -111%;
}

.p-l-111\% {
  padding-left: 111%;
}

.p-l--111\% {
  padding-left: -111%;
}

.left-111\% {
  left: 111%;
}

.left--111\% {
  left: -111%;
}

.m-r-111\% {
  margin-right: 111%;
}

.m-r--111\% {
  margin-right: -111%;
}

.p-r-111\% {
  padding-right: 111%;
}

.p-r--111\% {
  padding-right: -111%;
}

.right-111\% {
  right: 111%;
}

.right--111\% {
  right: -111%;
}

.h-111\% {
  height: 111%;
}

.w-111\% {
  width: 111%;
}

.max_h-111\% {
  max-height: 111%;
}

.max_w-111\% {
  max-width: 111%;
}

.min_h-111\% {
  min-height: 111%;
}

.min_w-111\% {
  min-width: 111%;
}

.h-111vh {
  height: 111vh;
}

.w-111vw {
  width: 111vw;
}

.min_w-111vw {
  min-width: 111vw;
}

.min_h-111vh {
  min-height: 111vh;
}

.max_w-111vw {
  max-width: 111vw;
}

.max_h-111vh {
  max-height: 111vh;
}

.m-t-112\% {
  margin-top: 112%;
}

.m-t--112\% {
  margin-top: -112%;
}

.p-t-112\% {
  padding-top: 112%;
}

.p-t--112\% {
  padding-top: -112%;
}

.top-112\% {
  top: 112%;
}

.top--112\% {
  top: -112%;
}

.m-b-112\% {
  margin-bottom: 112%;
}

.m-b--112\% {
  margin-bottom: -112%;
}

.p-b-112\% {
  padding-bottom: 112%;
}

.p-b--112\% {
  padding-bottom: -112%;
}

.bottom-112\% {
  bottom: 112%;
}

.bottom--112\% {
  bottom: -112%;
}

.m-l-112\% {
  margin-left: 112%;
}

.m-l--112\% {
  margin-left: -112%;
}

.p-l-112\% {
  padding-left: 112%;
}

.p-l--112\% {
  padding-left: -112%;
}

.left-112\% {
  left: 112%;
}

.left--112\% {
  left: -112%;
}

.m-r-112\% {
  margin-right: 112%;
}

.m-r--112\% {
  margin-right: -112%;
}

.p-r-112\% {
  padding-right: 112%;
}

.p-r--112\% {
  padding-right: -112%;
}

.right-112\% {
  right: 112%;
}

.right--112\% {
  right: -112%;
}

.h-112\% {
  height: 112%;
}

.w-112\% {
  width: 112%;
}

.max_h-112\% {
  max-height: 112%;
}

.max_w-112\% {
  max-width: 112%;
}

.min_h-112\% {
  min-height: 112%;
}

.min_w-112\% {
  min-width: 112%;
}

.h-112vh {
  height: 112vh;
}

.w-112vw {
  width: 112vw;
}

.min_w-112vw {
  min-width: 112vw;
}

.min_h-112vh {
  min-height: 112vh;
}

.max_w-112vw {
  max-width: 112vw;
}

.max_h-112vh {
  max-height: 112vh;
}

.m-t-113\% {
  margin-top: 113%;
}

.m-t--113\% {
  margin-top: -113%;
}

.p-t-113\% {
  padding-top: 113%;
}

.p-t--113\% {
  padding-top: -113%;
}

.top-113\% {
  top: 113%;
}

.top--113\% {
  top: -113%;
}

.m-b-113\% {
  margin-bottom: 113%;
}

.m-b--113\% {
  margin-bottom: -113%;
}

.p-b-113\% {
  padding-bottom: 113%;
}

.p-b--113\% {
  padding-bottom: -113%;
}

.bottom-113\% {
  bottom: 113%;
}

.bottom--113\% {
  bottom: -113%;
}

.m-l-113\% {
  margin-left: 113%;
}

.m-l--113\% {
  margin-left: -113%;
}

.p-l-113\% {
  padding-left: 113%;
}

.p-l--113\% {
  padding-left: -113%;
}

.left-113\% {
  left: 113%;
}

.left--113\% {
  left: -113%;
}

.m-r-113\% {
  margin-right: 113%;
}

.m-r--113\% {
  margin-right: -113%;
}

.p-r-113\% {
  padding-right: 113%;
}

.p-r--113\% {
  padding-right: -113%;
}

.right-113\% {
  right: 113%;
}

.right--113\% {
  right: -113%;
}

.h-113\% {
  height: 113%;
}

.w-113\% {
  width: 113%;
}

.max_h-113\% {
  max-height: 113%;
}

.max_w-113\% {
  max-width: 113%;
}

.min_h-113\% {
  min-height: 113%;
}

.min_w-113\% {
  min-width: 113%;
}

.h-113vh {
  height: 113vh;
}

.w-113vw {
  width: 113vw;
}

.min_w-113vw {
  min-width: 113vw;
}

.min_h-113vh {
  min-height: 113vh;
}

.max_w-113vw {
  max-width: 113vw;
}

.max_h-113vh {
  max-height: 113vh;
}

.m-t-114\% {
  margin-top: 114%;
}

.m-t--114\% {
  margin-top: -114%;
}

.p-t-114\% {
  padding-top: 114%;
}

.p-t--114\% {
  padding-top: -114%;
}

.top-114\% {
  top: 114%;
}

.top--114\% {
  top: -114%;
}

.m-b-114\% {
  margin-bottom: 114%;
}

.m-b--114\% {
  margin-bottom: -114%;
}

.p-b-114\% {
  padding-bottom: 114%;
}

.p-b--114\% {
  padding-bottom: -114%;
}

.bottom-114\% {
  bottom: 114%;
}

.bottom--114\% {
  bottom: -114%;
}

.m-l-114\% {
  margin-left: 114%;
}

.m-l--114\% {
  margin-left: -114%;
}

.p-l-114\% {
  padding-left: 114%;
}

.p-l--114\% {
  padding-left: -114%;
}

.left-114\% {
  left: 114%;
}

.left--114\% {
  left: -114%;
}

.m-r-114\% {
  margin-right: 114%;
}

.m-r--114\% {
  margin-right: -114%;
}

.p-r-114\% {
  padding-right: 114%;
}

.p-r--114\% {
  padding-right: -114%;
}

.right-114\% {
  right: 114%;
}

.right--114\% {
  right: -114%;
}

.h-114\% {
  height: 114%;
}

.w-114\% {
  width: 114%;
}

.max_h-114\% {
  max-height: 114%;
}

.max_w-114\% {
  max-width: 114%;
}

.min_h-114\% {
  min-height: 114%;
}

.min_w-114\% {
  min-width: 114%;
}

.h-114vh {
  height: 114vh;
}

.w-114vw {
  width: 114vw;
}

.min_w-114vw {
  min-width: 114vw;
}

.min_h-114vh {
  min-height: 114vh;
}

.max_w-114vw {
  max-width: 114vw;
}

.max_h-114vh {
  max-height: 114vh;
}

.m-t-115\% {
  margin-top: 115%;
}

.m-t--115\% {
  margin-top: -115%;
}

.p-t-115\% {
  padding-top: 115%;
}

.p-t--115\% {
  padding-top: -115%;
}

.top-115\% {
  top: 115%;
}

.top--115\% {
  top: -115%;
}

.m-b-115\% {
  margin-bottom: 115%;
}

.m-b--115\% {
  margin-bottom: -115%;
}

.p-b-115\% {
  padding-bottom: 115%;
}

.p-b--115\% {
  padding-bottom: -115%;
}

.bottom-115\% {
  bottom: 115%;
}

.bottom--115\% {
  bottom: -115%;
}

.m-l-115\% {
  margin-left: 115%;
}

.m-l--115\% {
  margin-left: -115%;
}

.p-l-115\% {
  padding-left: 115%;
}

.p-l--115\% {
  padding-left: -115%;
}

.left-115\% {
  left: 115%;
}

.left--115\% {
  left: -115%;
}

.m-r-115\% {
  margin-right: 115%;
}

.m-r--115\% {
  margin-right: -115%;
}

.p-r-115\% {
  padding-right: 115%;
}

.p-r--115\% {
  padding-right: -115%;
}

.right-115\% {
  right: 115%;
}

.right--115\% {
  right: -115%;
}

.h-115\% {
  height: 115%;
}

.w-115\% {
  width: 115%;
}

.max_h-115\% {
  max-height: 115%;
}

.max_w-115\% {
  max-width: 115%;
}

.min_h-115\% {
  min-height: 115%;
}

.min_w-115\% {
  min-width: 115%;
}

.h-115vh {
  height: 115vh;
}

.w-115vw {
  width: 115vw;
}

.min_w-115vw {
  min-width: 115vw;
}

.min_h-115vh {
  min-height: 115vh;
}

.max_w-115vw {
  max-width: 115vw;
}

.max_h-115vh {
  max-height: 115vh;
}

.m-t-116\% {
  margin-top: 116%;
}

.m-t--116\% {
  margin-top: -116%;
}

.p-t-116\% {
  padding-top: 116%;
}

.p-t--116\% {
  padding-top: -116%;
}

.top-116\% {
  top: 116%;
}

.top--116\% {
  top: -116%;
}

.m-b-116\% {
  margin-bottom: 116%;
}

.m-b--116\% {
  margin-bottom: -116%;
}

.p-b-116\% {
  padding-bottom: 116%;
}

.p-b--116\% {
  padding-bottom: -116%;
}

.bottom-116\% {
  bottom: 116%;
}

.bottom--116\% {
  bottom: -116%;
}

.m-l-116\% {
  margin-left: 116%;
}

.m-l--116\% {
  margin-left: -116%;
}

.p-l-116\% {
  padding-left: 116%;
}

.p-l--116\% {
  padding-left: -116%;
}

.left-116\% {
  left: 116%;
}

.left--116\% {
  left: -116%;
}

.m-r-116\% {
  margin-right: 116%;
}

.m-r--116\% {
  margin-right: -116%;
}

.p-r-116\% {
  padding-right: 116%;
}

.p-r--116\% {
  padding-right: -116%;
}

.right-116\% {
  right: 116%;
}

.right--116\% {
  right: -116%;
}

.h-116\% {
  height: 116%;
}

.w-116\% {
  width: 116%;
}

.max_h-116\% {
  max-height: 116%;
}

.max_w-116\% {
  max-width: 116%;
}

.min_h-116\% {
  min-height: 116%;
}

.min_w-116\% {
  min-width: 116%;
}

.h-116vh {
  height: 116vh;
}

.w-116vw {
  width: 116vw;
}

.min_w-116vw {
  min-width: 116vw;
}

.min_h-116vh {
  min-height: 116vh;
}

.max_w-116vw {
  max-width: 116vw;
}

.max_h-116vh {
  max-height: 116vh;
}

.m-t-117\% {
  margin-top: 117%;
}

.m-t--117\% {
  margin-top: -117%;
}

.p-t-117\% {
  padding-top: 117%;
}

.p-t--117\% {
  padding-top: -117%;
}

.top-117\% {
  top: 117%;
}

.top--117\% {
  top: -117%;
}

.m-b-117\% {
  margin-bottom: 117%;
}

.m-b--117\% {
  margin-bottom: -117%;
}

.p-b-117\% {
  padding-bottom: 117%;
}

.p-b--117\% {
  padding-bottom: -117%;
}

.bottom-117\% {
  bottom: 117%;
}

.bottom--117\% {
  bottom: -117%;
}

.m-l-117\% {
  margin-left: 117%;
}

.m-l--117\% {
  margin-left: -117%;
}

.p-l-117\% {
  padding-left: 117%;
}

.p-l--117\% {
  padding-left: -117%;
}

.left-117\% {
  left: 117%;
}

.left--117\% {
  left: -117%;
}

.m-r-117\% {
  margin-right: 117%;
}

.m-r--117\% {
  margin-right: -117%;
}

.p-r-117\% {
  padding-right: 117%;
}

.p-r--117\% {
  padding-right: -117%;
}

.right-117\% {
  right: 117%;
}

.right--117\% {
  right: -117%;
}

.h-117\% {
  height: 117%;
}

.w-117\% {
  width: 117%;
}

.max_h-117\% {
  max-height: 117%;
}

.max_w-117\% {
  max-width: 117%;
}

.min_h-117\% {
  min-height: 117%;
}

.min_w-117\% {
  min-width: 117%;
}

.h-117vh {
  height: 117vh;
}

.w-117vw {
  width: 117vw;
}

.min_w-117vw {
  min-width: 117vw;
}

.min_h-117vh {
  min-height: 117vh;
}

.max_w-117vw {
  max-width: 117vw;
}

.max_h-117vh {
  max-height: 117vh;
}

.m-t-118\% {
  margin-top: 118%;
}

.m-t--118\% {
  margin-top: -118%;
}

.p-t-118\% {
  padding-top: 118%;
}

.p-t--118\% {
  padding-top: -118%;
}

.top-118\% {
  top: 118%;
}

.top--118\% {
  top: -118%;
}

.m-b-118\% {
  margin-bottom: 118%;
}

.m-b--118\% {
  margin-bottom: -118%;
}

.p-b-118\% {
  padding-bottom: 118%;
}

.p-b--118\% {
  padding-bottom: -118%;
}

.bottom-118\% {
  bottom: 118%;
}

.bottom--118\% {
  bottom: -118%;
}

.m-l-118\% {
  margin-left: 118%;
}

.m-l--118\% {
  margin-left: -118%;
}

.p-l-118\% {
  padding-left: 118%;
}

.p-l--118\% {
  padding-left: -118%;
}

.left-118\% {
  left: 118%;
}

.left--118\% {
  left: -118%;
}

.m-r-118\% {
  margin-right: 118%;
}

.m-r--118\% {
  margin-right: -118%;
}

.p-r-118\% {
  padding-right: 118%;
}

.p-r--118\% {
  padding-right: -118%;
}

.right-118\% {
  right: 118%;
}

.right--118\% {
  right: -118%;
}

.h-118\% {
  height: 118%;
}

.w-118\% {
  width: 118%;
}

.max_h-118\% {
  max-height: 118%;
}

.max_w-118\% {
  max-width: 118%;
}

.min_h-118\% {
  min-height: 118%;
}

.min_w-118\% {
  min-width: 118%;
}

.h-118vh {
  height: 118vh;
}

.w-118vw {
  width: 118vw;
}

.min_w-118vw {
  min-width: 118vw;
}

.min_h-118vh {
  min-height: 118vh;
}

.max_w-118vw {
  max-width: 118vw;
}

.max_h-118vh {
  max-height: 118vh;
}

.m-t-119\% {
  margin-top: 119%;
}

.m-t--119\% {
  margin-top: -119%;
}

.p-t-119\% {
  padding-top: 119%;
}

.p-t--119\% {
  padding-top: -119%;
}

.top-119\% {
  top: 119%;
}

.top--119\% {
  top: -119%;
}

.m-b-119\% {
  margin-bottom: 119%;
}

.m-b--119\% {
  margin-bottom: -119%;
}

.p-b-119\% {
  padding-bottom: 119%;
}

.p-b--119\% {
  padding-bottom: -119%;
}

.bottom-119\% {
  bottom: 119%;
}

.bottom--119\% {
  bottom: -119%;
}

.m-l-119\% {
  margin-left: 119%;
}

.m-l--119\% {
  margin-left: -119%;
}

.p-l-119\% {
  padding-left: 119%;
}

.p-l--119\% {
  padding-left: -119%;
}

.left-119\% {
  left: 119%;
}

.left--119\% {
  left: -119%;
}

.m-r-119\% {
  margin-right: 119%;
}

.m-r--119\% {
  margin-right: -119%;
}

.p-r-119\% {
  padding-right: 119%;
}

.p-r--119\% {
  padding-right: -119%;
}

.right-119\% {
  right: 119%;
}

.right--119\% {
  right: -119%;
}

.h-119\% {
  height: 119%;
}

.w-119\% {
  width: 119%;
}

.max_h-119\% {
  max-height: 119%;
}

.max_w-119\% {
  max-width: 119%;
}

.min_h-119\% {
  min-height: 119%;
}

.min_w-119\% {
  min-width: 119%;
}

.h-119vh {
  height: 119vh;
}

.w-119vw {
  width: 119vw;
}

.min_w-119vw {
  min-width: 119vw;
}

.min_h-119vh {
  min-height: 119vh;
}

.max_w-119vw {
  max-width: 119vw;
}

.max_h-119vh {
  max-height: 119vh;
}

.m-t-120\% {
  margin-top: 120%;
}

.m-t--120\% {
  margin-top: -120%;
}

.p-t-120\% {
  padding-top: 120%;
}

.p-t--120\% {
  padding-top: -120%;
}

.top-120\% {
  top: 120%;
}

.top--120\% {
  top: -120%;
}

.m-b-120\% {
  margin-bottom: 120%;
}

.m-b--120\% {
  margin-bottom: -120%;
}

.p-b-120\% {
  padding-bottom: 120%;
}

.p-b--120\% {
  padding-bottom: -120%;
}

.bottom-120\% {
  bottom: 120%;
}

.bottom--120\% {
  bottom: -120%;
}

.m-l-120\% {
  margin-left: 120%;
}

.m-l--120\% {
  margin-left: -120%;
}

.p-l-120\% {
  padding-left: 120%;
}

.p-l--120\% {
  padding-left: -120%;
}

.left-120\% {
  left: 120%;
}

.left--120\% {
  left: -120%;
}

.m-r-120\% {
  margin-right: 120%;
}

.m-r--120\% {
  margin-right: -120%;
}

.p-r-120\% {
  padding-right: 120%;
}

.p-r--120\% {
  padding-right: -120%;
}

.right-120\% {
  right: 120%;
}

.right--120\% {
  right: -120%;
}

.h-120\% {
  height: 120%;
}

.w-120\% {
  width: 120%;
}

.max_h-120\% {
  max-height: 120%;
}

.max_w-120\% {
  max-width: 120%;
}

.min_h-120\% {
  min-height: 120%;
}

.min_w-120\% {
  min-width: 120%;
}

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

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

.min_w-120vw {
  min-width: 120vw;
}

.min_h-120vh {
  min-height: 120vh;
}

.max_w-120vw {
  max-width: 120vw;
}

.max_h-120vh {
  max-height: 120vh;
}

.m-t-121\% {
  margin-top: 121%;
}

.m-t--121\% {
  margin-top: -121%;
}

.p-t-121\% {
  padding-top: 121%;
}

.p-t--121\% {
  padding-top: -121%;
}

.top-121\% {
  top: 121%;
}

.top--121\% {
  top: -121%;
}

.m-b-121\% {
  margin-bottom: 121%;
}

.m-b--121\% {
  margin-bottom: -121%;
}

.p-b-121\% {
  padding-bottom: 121%;
}

.p-b--121\% {
  padding-bottom: -121%;
}

.bottom-121\% {
  bottom: 121%;
}

.bottom--121\% {
  bottom: -121%;
}

.m-l-121\% {
  margin-left: 121%;
}

.m-l--121\% {
  margin-left: -121%;
}

.p-l-121\% {
  padding-left: 121%;
}

.p-l--121\% {
  padding-left: -121%;
}

.left-121\% {
  left: 121%;
}

.left--121\% {
  left: -121%;
}

.m-r-121\% {
  margin-right: 121%;
}

.m-r--121\% {
  margin-right: -121%;
}

.p-r-121\% {
  padding-right: 121%;
}

.p-r--121\% {
  padding-right: -121%;
}

.right-121\% {
  right: 121%;
}

.right--121\% {
  right: -121%;
}

.h-121\% {
  height: 121%;
}

.w-121\% {
  width: 121%;
}

.max_h-121\% {
  max-height: 121%;
}

.max_w-121\% {
  max-width: 121%;
}

.min_h-121\% {
  min-height: 121%;
}

.min_w-121\% {
  min-width: 121%;
}

.h-121vh {
  height: 121vh;
}

.w-121vw {
  width: 121vw;
}

.min_w-121vw {
  min-width: 121vw;
}

.min_h-121vh {
  min-height: 121vh;
}

.max_w-121vw {
  max-width: 121vw;
}

.max_h-121vh {
  max-height: 121vh;
}

.m-t-122\% {
  margin-top: 122%;
}

.m-t--122\% {
  margin-top: -122%;
}

.p-t-122\% {
  padding-top: 122%;
}

.p-t--122\% {
  padding-top: -122%;
}

.top-122\% {
  top: 122%;
}

.top--122\% {
  top: -122%;
}

.m-b-122\% {
  margin-bottom: 122%;
}

.m-b--122\% {
  margin-bottom: -122%;
}

.p-b-122\% {
  padding-bottom: 122%;
}

.p-b--122\% {
  padding-bottom: -122%;
}

.bottom-122\% {
  bottom: 122%;
}

.bottom--122\% {
  bottom: -122%;
}

.m-l-122\% {
  margin-left: 122%;
}

.m-l--122\% {
  margin-left: -122%;
}

.p-l-122\% {
  padding-left: 122%;
}

.p-l--122\% {
  padding-left: -122%;
}

.left-122\% {
  left: 122%;
}

.left--122\% {
  left: -122%;
}

.m-r-122\% {
  margin-right: 122%;
}

.m-r--122\% {
  margin-right: -122%;
}

.p-r-122\% {
  padding-right: 122%;
}

.p-r--122\% {
  padding-right: -122%;
}

.right-122\% {
  right: 122%;
}

.right--122\% {
  right: -122%;
}

.h-122\% {
  height: 122%;
}

.w-122\% {
  width: 122%;
}

.max_h-122\% {
  max-height: 122%;
}

.max_w-122\% {
  max-width: 122%;
}

.min_h-122\% {
  min-height: 122%;
}

.min_w-122\% {
  min-width: 122%;
}

.h-122vh {
  height: 122vh;
}

.w-122vw {
  width: 122vw;
}

.min_w-122vw {
  min-width: 122vw;
}

.min_h-122vh {
  min-height: 122vh;
}

.max_w-122vw {
  max-width: 122vw;
}

.max_h-122vh {
  max-height: 122vh;
}

.m-t-123\% {
  margin-top: 123%;
}

.m-t--123\% {
  margin-top: -123%;
}

.p-t-123\% {
  padding-top: 123%;
}

.p-t--123\% {
  padding-top: -123%;
}

.top-123\% {
  top: 123%;
}

.top--123\% {
  top: -123%;
}

.m-b-123\% {
  margin-bottom: 123%;
}

.m-b--123\% {
  margin-bottom: -123%;
}

.p-b-123\% {
  padding-bottom: 123%;
}

.p-b--123\% {
  padding-bottom: -123%;
}

.bottom-123\% {
  bottom: 123%;
}

.bottom--123\% {
  bottom: -123%;
}

.m-l-123\% {
  margin-left: 123%;
}

.m-l--123\% {
  margin-left: -123%;
}

.p-l-123\% {
  padding-left: 123%;
}

.p-l--123\% {
  padding-left: -123%;
}

.left-123\% {
  left: 123%;
}

.left--123\% {
  left: -123%;
}

.m-r-123\% {
  margin-right: 123%;
}

.m-r--123\% {
  margin-right: -123%;
}

.p-r-123\% {
  padding-right: 123%;
}

.p-r--123\% {
  padding-right: -123%;
}

.right-123\% {
  right: 123%;
}

.right--123\% {
  right: -123%;
}

.h-123\% {
  height: 123%;
}

.w-123\% {
  width: 123%;
}

.max_h-123\% {
  max-height: 123%;
}

.max_w-123\% {
  max-width: 123%;
}

.min_h-123\% {
  min-height: 123%;
}

.min_w-123\% {
  min-width: 123%;
}

.h-123vh {
  height: 123vh;
}

.w-123vw {
  width: 123vw;
}

.min_w-123vw {
  min-width: 123vw;
}

.min_h-123vh {
  min-height: 123vh;
}

.max_w-123vw {
  max-width: 123vw;
}

.max_h-123vh {
  max-height: 123vh;
}

.m-t-124\% {
  margin-top: 124%;
}

.m-t--124\% {
  margin-top: -124%;
}

.p-t-124\% {
  padding-top: 124%;
}

.p-t--124\% {
  padding-top: -124%;
}

.top-124\% {
  top: 124%;
}

.top--124\% {
  top: -124%;
}

.m-b-124\% {
  margin-bottom: 124%;
}

.m-b--124\% {
  margin-bottom: -124%;
}

.p-b-124\% {
  padding-bottom: 124%;
}

.p-b--124\% {
  padding-bottom: -124%;
}

.bottom-124\% {
  bottom: 124%;
}

.bottom--124\% {
  bottom: -124%;
}

.m-l-124\% {
  margin-left: 124%;
}

.m-l--124\% {
  margin-left: -124%;
}

.p-l-124\% {
  padding-left: 124%;
}

.p-l--124\% {
  padding-left: -124%;
}

.left-124\% {
  left: 124%;
}

.left--124\% {
  left: -124%;
}

.m-r-124\% {
  margin-right: 124%;
}

.m-r--124\% {
  margin-right: -124%;
}

.p-r-124\% {
  padding-right: 124%;
}

.p-r--124\% {
  padding-right: -124%;
}

.right-124\% {
  right: 124%;
}

.right--124\% {
  right: -124%;
}

.h-124\% {
  height: 124%;
}

.w-124\% {
  width: 124%;
}

.max_h-124\% {
  max-height: 124%;
}

.max_w-124\% {
  max-width: 124%;
}

.min_h-124\% {
  min-height: 124%;
}

.min_w-124\% {
  min-width: 124%;
}

.h-124vh {
  height: 124vh;
}

.w-124vw {
  width: 124vw;
}

.min_w-124vw {
  min-width: 124vw;
}

.min_h-124vh {
  min-height: 124vh;
}

.max_w-124vw {
  max-width: 124vw;
}

.max_h-124vh {
  max-height: 124vh;
}

.m-t-125\% {
  margin-top: 125%;
}

.m-t--125\% {
  margin-top: -125%;
}

.p-t-125\% {
  padding-top: 125%;
}

.p-t--125\% {
  padding-top: -125%;
}

.top-125\% {
  top: 125%;
}

.top--125\% {
  top: -125%;
}

.m-b-125\% {
  margin-bottom: 125%;
}

.m-b--125\% {
  margin-bottom: -125%;
}

.p-b-125\% {
  padding-bottom: 125%;
}

.p-b--125\% {
  padding-bottom: -125%;
}

.bottom-125\% {
  bottom: 125%;
}

.bottom--125\% {
  bottom: -125%;
}

.m-l-125\% {
  margin-left: 125%;
}

.m-l--125\% {
  margin-left: -125%;
}

.p-l-125\% {
  padding-left: 125%;
}

.p-l--125\% {
  padding-left: -125%;
}

.left-125\% {
  left: 125%;
}

.left--125\% {
  left: -125%;
}

.m-r-125\% {
  margin-right: 125%;
}

.m-r--125\% {
  margin-right: -125%;
}

.p-r-125\% {
  padding-right: 125%;
}

.p-r--125\% {
  padding-right: -125%;
}

.right-125\% {
  right: 125%;
}

.right--125\% {
  right: -125%;
}

.h-125\% {
  height: 125%;
}

.w-125\% {
  width: 125%;
}

.max_h-125\% {
  max-height: 125%;
}

.max_w-125\% {
  max-width: 125%;
}

.min_h-125\% {
  min-height: 125%;
}

.min_w-125\% {
  min-width: 125%;
}

.h-125vh {
  height: 125vh;
}

.w-125vw {
  width: 125vw;
}

.min_w-125vw {
  min-width: 125vw;
}

.min_h-125vh {
  min-height: 125vh;
}

.max_w-125vw {
  max-width: 125vw;
}

.max_h-125vh {
  max-height: 125vh;
}

.m-t-126\% {
  margin-top: 126%;
}

.m-t--126\% {
  margin-top: -126%;
}

.p-t-126\% {
  padding-top: 126%;
}

.p-t--126\% {
  padding-top: -126%;
}

.top-126\% {
  top: 126%;
}

.top--126\% {
  top: -126%;
}

.m-b-126\% {
  margin-bottom: 126%;
}

.m-b--126\% {
  margin-bottom: -126%;
}

.p-b-126\% {
  padding-bottom: 126%;
}

.p-b--126\% {
  padding-bottom: -126%;
}

.bottom-126\% {
  bottom: 126%;
}

.bottom--126\% {
  bottom: -126%;
}

.m-l-126\% {
  margin-left: 126%;
}

.m-l--126\% {
  margin-left: -126%;
}

.p-l-126\% {
  padding-left: 126%;
}

.p-l--126\% {
  padding-left: -126%;
}

.left-126\% {
  left: 126%;
}

.left--126\% {
  left: -126%;
}

.m-r-126\% {
  margin-right: 126%;
}

.m-r--126\% {
  margin-right: -126%;
}

.p-r-126\% {
  padding-right: 126%;
}

.p-r--126\% {
  padding-right: -126%;
}

.right-126\% {
  right: 126%;
}

.right--126\% {
  right: -126%;
}

.h-126\% {
  height: 126%;
}

.w-126\% {
  width: 126%;
}

.max_h-126\% {
  max-height: 126%;
}

.max_w-126\% {
  max-width: 126%;
}

.min_h-126\% {
  min-height: 126%;
}

.min_w-126\% {
  min-width: 126%;
}

.h-126vh {
  height: 126vh;
}

.w-126vw {
  width: 126vw;
}

.min_w-126vw {
  min-width: 126vw;
}

.min_h-126vh {
  min-height: 126vh;
}

.max_w-126vw {
  max-width: 126vw;
}

.max_h-126vh {
  max-height: 126vh;
}

.m-t-127\% {
  margin-top: 127%;
}

.m-t--127\% {
  margin-top: -127%;
}

.p-t-127\% {
  padding-top: 127%;
}

.p-t--127\% {
  padding-top: -127%;
}

.top-127\% {
  top: 127%;
}

.top--127\% {
  top: -127%;
}

.m-b-127\% {
  margin-bottom: 127%;
}

.m-b--127\% {
  margin-bottom: -127%;
}

.p-b-127\% {
  padding-bottom: 127%;
}

.p-b--127\% {
  padding-bottom: -127%;
}

.bottom-127\% {
  bottom: 127%;
}

.bottom--127\% {
  bottom: -127%;
}

.m-l-127\% {
  margin-left: 127%;
}

.m-l--127\% {
  margin-left: -127%;
}

.p-l-127\% {
  padding-left: 127%;
}

.p-l--127\% {
  padding-left: -127%;
}

.left-127\% {
  left: 127%;
}

.left--127\% {
  left: -127%;
}

.m-r-127\% {
  margin-right: 127%;
}

.m-r--127\% {
  margin-right: -127%;
}

.p-r-127\% {
  padding-right: 127%;
}

.p-r--127\% {
  padding-right: -127%;
}

.right-127\% {
  right: 127%;
}

.right--127\% {
  right: -127%;
}

.h-127\% {
  height: 127%;
}

.w-127\% {
  width: 127%;
}

.max_h-127\% {
  max-height: 127%;
}

.max_w-127\% {
  max-width: 127%;
}

.min_h-127\% {
  min-height: 127%;
}

.min_w-127\% {
  min-width: 127%;
}

.h-127vh {
  height: 127vh;
}

.w-127vw {
  width: 127vw;
}

.min_w-127vw {
  min-width: 127vw;
}

.min_h-127vh {
  min-height: 127vh;
}

.max_w-127vw {
  max-width: 127vw;
}

.max_h-127vh {
  max-height: 127vh;
}

.m-t-128\% {
  margin-top: 128%;
}

.m-t--128\% {
  margin-top: -128%;
}

.p-t-128\% {
  padding-top: 128%;
}

.p-t--128\% {
  padding-top: -128%;
}

.top-128\% {
  top: 128%;
}

.top--128\% {
  top: -128%;
}

.m-b-128\% {
  margin-bottom: 128%;
}

.m-b--128\% {
  margin-bottom: -128%;
}

.p-b-128\% {
  padding-bottom: 128%;
}

.p-b--128\% {
  padding-bottom: -128%;
}

.bottom-128\% {
  bottom: 128%;
}

.bottom--128\% {
  bottom: -128%;
}

.m-l-128\% {
  margin-left: 128%;
}

.m-l--128\% {
  margin-left: -128%;
}

.p-l-128\% {
  padding-left: 128%;
}

.p-l--128\% {
  padding-left: -128%;
}

.left-128\% {
  left: 128%;
}

.left--128\% {
  left: -128%;
}

.m-r-128\% {
  margin-right: 128%;
}

.m-r--128\% {
  margin-right: -128%;
}

.p-r-128\% {
  padding-right: 128%;
}

.p-r--128\% {
  padding-right: -128%;
}

.right-128\% {
  right: 128%;
}

.right--128\% {
  right: -128%;
}

.h-128\% {
  height: 128%;
}

.w-128\% {
  width: 128%;
}

.max_h-128\% {
  max-height: 128%;
}

.max_w-128\% {
  max-width: 128%;
}

.min_h-128\% {
  min-height: 128%;
}

.min_w-128\% {
  min-width: 128%;
}

.h-128vh {
  height: 128vh;
}

.w-128vw {
  width: 128vw;
}

.min_w-128vw {
  min-width: 128vw;
}

.min_h-128vh {
  min-height: 128vh;
}

.max_w-128vw {
  max-width: 128vw;
}

.max_h-128vh {
  max-height: 128vh;
}

.m-t-129\% {
  margin-top: 129%;
}

.m-t--129\% {
  margin-top: -129%;
}

.p-t-129\% {
  padding-top: 129%;
}

.p-t--129\% {
  padding-top: -129%;
}

.top-129\% {
  top: 129%;
}

.top--129\% {
  top: -129%;
}

.m-b-129\% {
  margin-bottom: 129%;
}

.m-b--129\% {
  margin-bottom: -129%;
}

.p-b-129\% {
  padding-bottom: 129%;
}

.p-b--129\% {
  padding-bottom: -129%;
}

.bottom-129\% {
  bottom: 129%;
}

.bottom--129\% {
  bottom: -129%;
}

.m-l-129\% {
  margin-left: 129%;
}

.m-l--129\% {
  margin-left: -129%;
}

.p-l-129\% {
  padding-left: 129%;
}

.p-l--129\% {
  padding-left: -129%;
}

.left-129\% {
  left: 129%;
}

.left--129\% {
  left: -129%;
}

.m-r-129\% {
  margin-right: 129%;
}

.m-r--129\% {
  margin-right: -129%;
}

.p-r-129\% {
  padding-right: 129%;
}

.p-r--129\% {
  padding-right: -129%;
}

.right-129\% {
  right: 129%;
}

.right--129\% {
  right: -129%;
}

.h-129\% {
  height: 129%;
}

.w-129\% {
  width: 129%;
}

.max_h-129\% {
  max-height: 129%;
}

.max_w-129\% {
  max-width: 129%;
}

.min_h-129\% {
  min-height: 129%;
}

.min_w-129\% {
  min-width: 129%;
}

.h-129vh {
  height: 129vh;
}

.w-129vw {
  width: 129vw;
}

.min_w-129vw {
  min-width: 129vw;
}

.min_h-129vh {
  min-height: 129vh;
}

.max_w-129vw {
  max-width: 129vw;
}

.max_h-129vh {
  max-height: 129vh;
}

.m-t-130\% {
  margin-top: 130%;
}

.m-t--130\% {
  margin-top: -130%;
}

.p-t-130\% {
  padding-top: 130%;
}

.p-t--130\% {
  padding-top: -130%;
}

.top-130\% {
  top: 130%;
}

.top--130\% {
  top: -130%;
}

.m-b-130\% {
  margin-bottom: 130%;
}

.m-b--130\% {
  margin-bottom: -130%;
}

.p-b-130\% {
  padding-bottom: 130%;
}

.p-b--130\% {
  padding-bottom: -130%;
}

.bottom-130\% {
  bottom: 130%;
}

.bottom--130\% {
  bottom: -130%;
}

.m-l-130\% {
  margin-left: 130%;
}

.m-l--130\% {
  margin-left: -130%;
}

.p-l-130\% {
  padding-left: 130%;
}

.p-l--130\% {
  padding-left: -130%;
}

.left-130\% {
  left: 130%;
}

.left--130\% {
  left: -130%;
}

.m-r-130\% {
  margin-right: 130%;
}

.m-r--130\% {
  margin-right: -130%;
}

.p-r-130\% {
  padding-right: 130%;
}

.p-r--130\% {
  padding-right: -130%;
}

.right-130\% {
  right: 130%;
}

.right--130\% {
  right: -130%;
}

.h-130\% {
  height: 130%;
}

.w-130\% {
  width: 130%;
}

.max_h-130\% {
  max-height: 130%;
}

.max_w-130\% {
  max-width: 130%;
}

.min_h-130\% {
  min-height: 130%;
}

.min_w-130\% {
  min-width: 130%;
}

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

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

.min_w-130vw {
  min-width: 130vw;
}

.min_h-130vh {
  min-height: 130vh;
}

.max_w-130vw {
  max-width: 130vw;
}

.max_h-130vh {
  max-height: 130vh;
}

.m-t-131\% {
  margin-top: 131%;
}

.m-t--131\% {
  margin-top: -131%;
}

.p-t-131\% {
  padding-top: 131%;
}

.p-t--131\% {
  padding-top: -131%;
}

.top-131\% {
  top: 131%;
}

.top--131\% {
  top: -131%;
}

.m-b-131\% {
  margin-bottom: 131%;
}

.m-b--131\% {
  margin-bottom: -131%;
}

.p-b-131\% {
  padding-bottom: 131%;
}

.p-b--131\% {
  padding-bottom: -131%;
}

.bottom-131\% {
  bottom: 131%;
}

.bottom--131\% {
  bottom: -131%;
}

.m-l-131\% {
  margin-left: 131%;
}

.m-l--131\% {
  margin-left: -131%;
}

.p-l-131\% {
  padding-left: 131%;
}

.p-l--131\% {
  padding-left: -131%;
}

.left-131\% {
  left: 131%;
}

.left--131\% {
  left: -131%;
}

.m-r-131\% {
  margin-right: 131%;
}

.m-r--131\% {
  margin-right: -131%;
}

.p-r-131\% {
  padding-right: 131%;
}

.p-r--131\% {
  padding-right: -131%;
}

.right-131\% {
  right: 131%;
}

.right--131\% {
  right: -131%;
}

.h-131\% {
  height: 131%;
}

.w-131\% {
  width: 131%;
}

.max_h-131\% {
  max-height: 131%;
}

.max_w-131\% {
  max-width: 131%;
}

.min_h-131\% {
  min-height: 131%;
}

.min_w-131\% {
  min-width: 131%;
}

.h-131vh {
  height: 131vh;
}

.w-131vw {
  width: 131vw;
}

.min_w-131vw {
  min-width: 131vw;
}

.min_h-131vh {
  min-height: 131vh;
}

.max_w-131vw {
  max-width: 131vw;
}

.max_h-131vh {
  max-height: 131vh;
}

.m-t-132\% {
  margin-top: 132%;
}

.m-t--132\% {
  margin-top: -132%;
}

.p-t-132\% {
  padding-top: 132%;
}

.p-t--132\% {
  padding-top: -132%;
}

.top-132\% {
  top: 132%;
}

.top--132\% {
  top: -132%;
}

.m-b-132\% {
  margin-bottom: 132%;
}

.m-b--132\% {
  margin-bottom: -132%;
}

.p-b-132\% {
  padding-bottom: 132%;
}

.p-b--132\% {
  padding-bottom: -132%;
}

.bottom-132\% {
  bottom: 132%;
}

.bottom--132\% {
  bottom: -132%;
}

.m-l-132\% {
  margin-left: 132%;
}

.m-l--132\% {
  margin-left: -132%;
}

.p-l-132\% {
  padding-left: 132%;
}

.p-l--132\% {
  padding-left: -132%;
}

.left-132\% {
  left: 132%;
}

.left--132\% {
  left: -132%;
}

.m-r-132\% {
  margin-right: 132%;
}

.m-r--132\% {
  margin-right: -132%;
}

.p-r-132\% {
  padding-right: 132%;
}

.p-r--132\% {
  padding-right: -132%;
}

.right-132\% {
  right: 132%;
}

.right--132\% {
  right: -132%;
}

.h-132\% {
  height: 132%;
}

.w-132\% {
  width: 132%;
}

.max_h-132\% {
  max-height: 132%;
}

.max_w-132\% {
  max-width: 132%;
}

.min_h-132\% {
  min-height: 132%;
}

.min_w-132\% {
  min-width: 132%;
}

.h-132vh {
  height: 132vh;
}

.w-132vw {
  width: 132vw;
}

.min_w-132vw {
  min-width: 132vw;
}

.min_h-132vh {
  min-height: 132vh;
}

.max_w-132vw {
  max-width: 132vw;
}

.max_h-132vh {
  max-height: 132vh;
}

.m-t-133\% {
  margin-top: 133%;
}

.m-t--133\% {
  margin-top: -133%;
}

.p-t-133\% {
  padding-top: 133%;
}

.p-t--133\% {
  padding-top: -133%;
}

.top-133\% {
  top: 133%;
}

.top--133\% {
  top: -133%;
}

.m-b-133\% {
  margin-bottom: 133%;
}

.m-b--133\% {
  margin-bottom: -133%;
}

.p-b-133\% {
  padding-bottom: 133%;
}

.p-b--133\% {
  padding-bottom: -133%;
}

.bottom-133\% {
  bottom: 133%;
}

.bottom--133\% {
  bottom: -133%;
}

.m-l-133\% {
  margin-left: 133%;
}

.m-l--133\% {
  margin-left: -133%;
}

.p-l-133\% {
  padding-left: 133%;
}

.p-l--133\% {
  padding-left: -133%;
}

.left-133\% {
  left: 133%;
}

.left--133\% {
  left: -133%;
}

.m-r-133\% {
  margin-right: 133%;
}

.m-r--133\% {
  margin-right: -133%;
}

.p-r-133\% {
  padding-right: 133%;
}

.p-r--133\% {
  padding-right: -133%;
}

.right-133\% {
  right: 133%;
}

.right--133\% {
  right: -133%;
}

.h-133\% {
  height: 133%;
}

.w-133\% {
  width: 133%;
}

.max_h-133\% {
  max-height: 133%;
}

.max_w-133\% {
  max-width: 133%;
}

.min_h-133\% {
  min-height: 133%;
}

.min_w-133\% {
  min-width: 133%;
}

.h-133vh {
  height: 133vh;
}

.w-133vw {
  width: 133vw;
}

.min_w-133vw {
  min-width: 133vw;
}

.min_h-133vh {
  min-height: 133vh;
}

.max_w-133vw {
  max-width: 133vw;
}

.max_h-133vh {
  max-height: 133vh;
}

.m-t-134\% {
  margin-top: 134%;
}

.m-t--134\% {
  margin-top: -134%;
}

.p-t-134\% {
  padding-top: 134%;
}

.p-t--134\% {
  padding-top: -134%;
}

.top-134\% {
  top: 134%;
}

.top--134\% {
  top: -134%;
}

.m-b-134\% {
  margin-bottom: 134%;
}

.m-b--134\% {
  margin-bottom: -134%;
}

.p-b-134\% {
  padding-bottom: 134%;
}

.p-b--134\% {
  padding-bottom: -134%;
}

.bottom-134\% {
  bottom: 134%;
}

.bottom--134\% {
  bottom: -134%;
}

.m-l-134\% {
  margin-left: 134%;
}

.m-l--134\% {
  margin-left: -134%;
}

.p-l-134\% {
  padding-left: 134%;
}

.p-l--134\% {
  padding-left: -134%;
}

.left-134\% {
  left: 134%;
}

.left--134\% {
  left: -134%;
}

.m-r-134\% {
  margin-right: 134%;
}

.m-r--134\% {
  margin-right: -134%;
}

.p-r-134\% {
  padding-right: 134%;
}

.p-r--134\% {
  padding-right: -134%;
}

.right-134\% {
  right: 134%;
}

.right--134\% {
  right: -134%;
}

.h-134\% {
  height: 134%;
}

.w-134\% {
  width: 134%;
}

.max_h-134\% {
  max-height: 134%;
}

.max_w-134\% {
  max-width: 134%;
}

.min_h-134\% {
  min-height: 134%;
}

.min_w-134\% {
  min-width: 134%;
}

.h-134vh {
  height: 134vh;
}

.w-134vw {
  width: 134vw;
}

.min_w-134vw {
  min-width: 134vw;
}

.min_h-134vh {
  min-height: 134vh;
}

.max_w-134vw {
  max-width: 134vw;
}

.max_h-134vh {
  max-height: 134vh;
}

.m-t-135\% {
  margin-top: 135%;
}

.m-t--135\% {
  margin-top: -135%;
}

.p-t-135\% {
  padding-top: 135%;
}

.p-t--135\% {
  padding-top: -135%;
}

.top-135\% {
  top: 135%;
}

.top--135\% {
  top: -135%;
}

.m-b-135\% {
  margin-bottom: 135%;
}

.m-b--135\% {
  margin-bottom: -135%;
}

.p-b-135\% {
  padding-bottom: 135%;
}

.p-b--135\% {
  padding-bottom: -135%;
}

.bottom-135\% {
  bottom: 135%;
}

.bottom--135\% {
  bottom: -135%;
}

.m-l-135\% {
  margin-left: 135%;
}

.m-l--135\% {
  margin-left: -135%;
}

.p-l-135\% {
  padding-left: 135%;
}

.p-l--135\% {
  padding-left: -135%;
}

.left-135\% {
  left: 135%;
}

.left--135\% {
  left: -135%;
}

.m-r-135\% {
  margin-right: 135%;
}

.m-r--135\% {
  margin-right: -135%;
}

.p-r-135\% {
  padding-right: 135%;
}

.p-r--135\% {
  padding-right: -135%;
}

.right-135\% {
  right: 135%;
}

.right--135\% {
  right: -135%;
}

.h-135\% {
  height: 135%;
}

.w-135\% {
  width: 135%;
}

.max_h-135\% {
  max-height: 135%;
}

.max_w-135\% {
  max-width: 135%;
}

.min_h-135\% {
  min-height: 135%;
}

.min_w-135\% {
  min-width: 135%;
}

.h-135vh {
  height: 135vh;
}

.w-135vw {
  width: 135vw;
}

.min_w-135vw {
  min-width: 135vw;
}

.min_h-135vh {
  min-height: 135vh;
}

.max_w-135vw {
  max-width: 135vw;
}

.max_h-135vh {
  max-height: 135vh;
}

.m-t-136\% {
  margin-top: 136%;
}

.m-t--136\% {
  margin-top: -136%;
}

.p-t-136\% {
  padding-top: 136%;
}

.p-t--136\% {
  padding-top: -136%;
}

.top-136\% {
  top: 136%;
}

.top--136\% {
  top: -136%;
}

.m-b-136\% {
  margin-bottom: 136%;
}

.m-b--136\% {
  margin-bottom: -136%;
}

.p-b-136\% {
  padding-bottom: 136%;
}

.p-b--136\% {
  padding-bottom: -136%;
}

.bottom-136\% {
  bottom: 136%;
}

.bottom--136\% {
  bottom: -136%;
}

.m-l-136\% {
  margin-left: 136%;
}

.m-l--136\% {
  margin-left: -136%;
}

.p-l-136\% {
  padding-left: 136%;
}

.p-l--136\% {
  padding-left: -136%;
}

.left-136\% {
  left: 136%;
}

.left--136\% {
  left: -136%;
}

.m-r-136\% {
  margin-right: 136%;
}

.m-r--136\% {
  margin-right: -136%;
}

.p-r-136\% {
  padding-right: 136%;
}

.p-r--136\% {
  padding-right: -136%;
}

.right-136\% {
  right: 136%;
}

.right--136\% {
  right: -136%;
}

.h-136\% {
  height: 136%;
}

.w-136\% {
  width: 136%;
}

.max_h-136\% {
  max-height: 136%;
}

.max_w-136\% {
  max-width: 136%;
}

.min_h-136\% {
  min-height: 136%;
}

.min_w-136\% {
  min-width: 136%;
}

.h-136vh {
  height: 136vh;
}

.w-136vw {
  width: 136vw;
}

.min_w-136vw {
  min-width: 136vw;
}

.min_h-136vh {
  min-height: 136vh;
}

.max_w-136vw {
  max-width: 136vw;
}

.max_h-136vh {
  max-height: 136vh;
}

.m-t-137\% {
  margin-top: 137%;
}

.m-t--137\% {
  margin-top: -137%;
}

.p-t-137\% {
  padding-top: 137%;
}

.p-t--137\% {
  padding-top: -137%;
}

.top-137\% {
  top: 137%;
}

.top--137\% {
  top: -137%;
}

.m-b-137\% {
  margin-bottom: 137%;
}

.m-b--137\% {
  margin-bottom: -137%;
}

.p-b-137\% {
  padding-bottom: 137%;
}

.p-b--137\% {
  padding-bottom: -137%;
}

.bottom-137\% {
  bottom: 137%;
}

.bottom--137\% {
  bottom: -137%;
}

.m-l-137\% {
  margin-left: 137%;
}

.m-l--137\% {
  margin-left: -137%;
}

.p-l-137\% {
  padding-left: 137%;
}

.p-l--137\% {
  padding-left: -137%;
}

.left-137\% {
  left: 137%;
}

.left--137\% {
  left: -137%;
}

.m-r-137\% {
  margin-right: 137%;
}

.m-r--137\% {
  margin-right: -137%;
}

.p-r-137\% {
  padding-right: 137%;
}

.p-r--137\% {
  padding-right: -137%;
}

.right-137\% {
  right: 137%;
}

.right--137\% {
  right: -137%;
}

.h-137\% {
  height: 137%;
}

.w-137\% {
  width: 137%;
}

.max_h-137\% {
  max-height: 137%;
}

.max_w-137\% {
  max-width: 137%;
}

.min_h-137\% {
  min-height: 137%;
}

.min_w-137\% {
  min-width: 137%;
}

.h-137vh {
  height: 137vh;
}

.w-137vw {
  width: 137vw;
}

.min_w-137vw {
  min-width: 137vw;
}

.min_h-137vh {
  min-height: 137vh;
}

.max_w-137vw {
  max-width: 137vw;
}

.max_h-137vh {
  max-height: 137vh;
}

.m-t-138\% {
  margin-top: 138%;
}

.m-t--138\% {
  margin-top: -138%;
}

.p-t-138\% {
  padding-top: 138%;
}

.p-t--138\% {
  padding-top: -138%;
}

.top-138\% {
  top: 138%;
}

.top--138\% {
  top: -138%;
}

.m-b-138\% {
  margin-bottom: 138%;
}

.m-b--138\% {
  margin-bottom: -138%;
}

.p-b-138\% {
  padding-bottom: 138%;
}

.p-b--138\% {
  padding-bottom: -138%;
}

.bottom-138\% {
  bottom: 138%;
}

.bottom--138\% {
  bottom: -138%;
}

.m-l-138\% {
  margin-left: 138%;
}

.m-l--138\% {
  margin-left: -138%;
}

.p-l-138\% {
  padding-left: 138%;
}

.p-l--138\% {
  padding-left: -138%;
}

.left-138\% {
  left: 138%;
}

.left--138\% {
  left: -138%;
}

.m-r-138\% {
  margin-right: 138%;
}

.m-r--138\% {
  margin-right: -138%;
}

.p-r-138\% {
  padding-right: 138%;
}

.p-r--138\% {
  padding-right: -138%;
}

.right-138\% {
  right: 138%;
}

.right--138\% {
  right: -138%;
}

.h-138\% {
  height: 138%;
}

.w-138\% {
  width: 138%;
}

.max_h-138\% {
  max-height: 138%;
}

.max_w-138\% {
  max-width: 138%;
}

.min_h-138\% {
  min-height: 138%;
}

.min_w-138\% {
  min-width: 138%;
}

.h-138vh {
  height: 138vh;
}

.w-138vw {
  width: 138vw;
}

.min_w-138vw {
  min-width: 138vw;
}

.min_h-138vh {
  min-height: 138vh;
}

.max_w-138vw {
  max-width: 138vw;
}

.max_h-138vh {
  max-height: 138vh;
}

.m-t-139\% {
  margin-top: 139%;
}

.m-t--139\% {
  margin-top: -139%;
}

.p-t-139\% {
  padding-top: 139%;
}

.p-t--139\% {
  padding-top: -139%;
}

.top-139\% {
  top: 139%;
}

.top--139\% {
  top: -139%;
}

.m-b-139\% {
  margin-bottom: 139%;
}

.m-b--139\% {
  margin-bottom: -139%;
}

.p-b-139\% {
  padding-bottom: 139%;
}

.p-b--139\% {
  padding-bottom: -139%;
}

.bottom-139\% {
  bottom: 139%;
}

.bottom--139\% {
  bottom: -139%;
}

.m-l-139\% {
  margin-left: 139%;
}

.m-l--139\% {
  margin-left: -139%;
}

.p-l-139\% {
  padding-left: 139%;
}

.p-l--139\% {
  padding-left: -139%;
}

.left-139\% {
  left: 139%;
}

.left--139\% {
  left: -139%;
}

.m-r-139\% {
  margin-right: 139%;
}

.m-r--139\% {
  margin-right: -139%;
}

.p-r-139\% {
  padding-right: 139%;
}

.p-r--139\% {
  padding-right: -139%;
}

.right-139\% {
  right: 139%;
}

.right--139\% {
  right: -139%;
}

.h-139\% {
  height: 139%;
}

.w-139\% {
  width: 139%;
}

.max_h-139\% {
  max-height: 139%;
}

.max_w-139\% {
  max-width: 139%;
}

.min_h-139\% {
  min-height: 139%;
}

.min_w-139\% {
  min-width: 139%;
}

.h-139vh {
  height: 139vh;
}

.w-139vw {
  width: 139vw;
}

.min_w-139vw {
  min-width: 139vw;
}

.min_h-139vh {
  min-height: 139vh;
}

.max_w-139vw {
  max-width: 139vw;
}

.max_h-139vh {
  max-height: 139vh;
}

.m-t-140\% {
  margin-top: 140%;
}

.m-t--140\% {
  margin-top: -140%;
}

.p-t-140\% {
  padding-top: 140%;
}

.p-t--140\% {
  padding-top: -140%;
}

.top-140\% {
  top: 140%;
}

.top--140\% {
  top: -140%;
}

.m-b-140\% {
  margin-bottom: 140%;
}

.m-b--140\% {
  margin-bottom: -140%;
}

.p-b-140\% {
  padding-bottom: 140%;
}

.p-b--140\% {
  padding-bottom: -140%;
}

.bottom-140\% {
  bottom: 140%;
}

.bottom--140\% {
  bottom: -140%;
}

.m-l-140\% {
  margin-left: 140%;
}

.m-l--140\% {
  margin-left: -140%;
}

.p-l-140\% {
  padding-left: 140%;
}

.p-l--140\% {
  padding-left: -140%;
}

.left-140\% {
  left: 140%;
}

.left--140\% {
  left: -140%;
}

.m-r-140\% {
  margin-right: 140%;
}

.m-r--140\% {
  margin-right: -140%;
}

.p-r-140\% {
  padding-right: 140%;
}

.p-r--140\% {
  padding-right: -140%;
}

.right-140\% {
  right: 140%;
}

.right--140\% {
  right: -140%;
}

.h-140\% {
  height: 140%;
}

.w-140\% {
  width: 140%;
}

.max_h-140\% {
  max-height: 140%;
}

.max_w-140\% {
  max-width: 140%;
}

.min_h-140\% {
  min-height: 140%;
}

.min_w-140\% {
  min-width: 140%;
}

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

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

.min_w-140vw {
  min-width: 140vw;
}

.min_h-140vh {
  min-height: 140vh;
}

.max_w-140vw {
  max-width: 140vw;
}

.max_h-140vh {
  max-height: 140vh;
}

.m-t-141\% {
  margin-top: 141%;
}

.m-t--141\% {
  margin-top: -141%;
}

.p-t-141\% {
  padding-top: 141%;
}

.p-t--141\% {
  padding-top: -141%;
}

.top-141\% {
  top: 141%;
}

.top--141\% {
  top: -141%;
}

.m-b-141\% {
  margin-bottom: 141%;
}

.m-b--141\% {
  margin-bottom: -141%;
}

.p-b-141\% {
  padding-bottom: 141%;
}

.p-b--141\% {
  padding-bottom: -141%;
}

.bottom-141\% {
  bottom: 141%;
}

.bottom--141\% {
  bottom: -141%;
}

.m-l-141\% {
  margin-left: 141%;
}

.m-l--141\% {
  margin-left: -141%;
}

.p-l-141\% {
  padding-left: 141%;
}

.p-l--141\% {
  padding-left: -141%;
}

.left-141\% {
  left: 141%;
}

.left--141\% {
  left: -141%;
}

.m-r-141\% {
  margin-right: 141%;
}

.m-r--141\% {
  margin-right: -141%;
}

.p-r-141\% {
  padding-right: 141%;
}

.p-r--141\% {
  padding-right: -141%;
}

.right-141\% {
  right: 141%;
}

.right--141\% {
  right: -141%;
}

.h-141\% {
  height: 141%;
}

.w-141\% {
  width: 141%;
}

.max_h-141\% {
  max-height: 141%;
}

.max_w-141\% {
  max-width: 141%;
}

.min_h-141\% {
  min-height: 141%;
}

.min_w-141\% {
  min-width: 141%;
}

.h-141vh {
  height: 141vh;
}

.w-141vw {
  width: 141vw;
}

.min_w-141vw {
  min-width: 141vw;
}

.min_h-141vh {
  min-height: 141vh;
}

.max_w-141vw {
  max-width: 141vw;
}

.max_h-141vh {
  max-height: 141vh;
}

.m-t-142\% {
  margin-top: 142%;
}

.m-t--142\% {
  margin-top: -142%;
}

.p-t-142\% {
  padding-top: 142%;
}

.p-t--142\% {
  padding-top: -142%;
}

.top-142\% {
  top: 142%;
}

.top--142\% {
  top: -142%;
}

.m-b-142\% {
  margin-bottom: 142%;
}

.m-b--142\% {
  margin-bottom: -142%;
}

.p-b-142\% {
  padding-bottom: 142%;
}

.p-b--142\% {
  padding-bottom: -142%;
}

.bottom-142\% {
  bottom: 142%;
}

.bottom--142\% {
  bottom: -142%;
}

.m-l-142\% {
  margin-left: 142%;
}

.m-l--142\% {
  margin-left: -142%;
}

.p-l-142\% {
  padding-left: 142%;
}

.p-l--142\% {
  padding-left: -142%;
}

.left-142\% {
  left: 142%;
}

.left--142\% {
  left: -142%;
}

.m-r-142\% {
  margin-right: 142%;
}

.m-r--142\% {
  margin-right: -142%;
}

.p-r-142\% {
  padding-right: 142%;
}

.p-r--142\% {
  padding-right: -142%;
}

.right-142\% {
  right: 142%;
}

.right--142\% {
  right: -142%;
}

.h-142\% {
  height: 142%;
}

.w-142\% {
  width: 142%;
}

.max_h-142\% {
  max-height: 142%;
}

.max_w-142\% {
  max-width: 142%;
}

.min_h-142\% {
  min-height: 142%;
}

.min_w-142\% {
  min-width: 142%;
}

.h-142vh {
  height: 142vh;
}

.w-142vw {
  width: 142vw;
}

.min_w-142vw {
  min-width: 142vw;
}

.min_h-142vh {
  min-height: 142vh;
}

.max_w-142vw {
  max-width: 142vw;
}

.max_h-142vh {
  max-height: 142vh;
}

.m-t-143\% {
  margin-top: 143%;
}

.m-t--143\% {
  margin-top: -143%;
}

.p-t-143\% {
  padding-top: 143%;
}

.p-t--143\% {
  padding-top: -143%;
}

.top-143\% {
  top: 143%;
}

.top--143\% {
  top: -143%;
}

.m-b-143\% {
  margin-bottom: 143%;
}

.m-b--143\% {
  margin-bottom: -143%;
}

.p-b-143\% {
  padding-bottom: 143%;
}

.p-b--143\% {
  padding-bottom: -143%;
}

.bottom-143\% {
  bottom: 143%;
}

.bottom--143\% {
  bottom: -143%;
}

.m-l-143\% {
  margin-left: 143%;
}

.m-l--143\% {
  margin-left: -143%;
}

.p-l-143\% {
  padding-left: 143%;
}

.p-l--143\% {
  padding-left: -143%;
}

.left-143\% {
  left: 143%;
}

.left--143\% {
  left: -143%;
}

.m-r-143\% {
  margin-right: 143%;
}

.m-r--143\% {
  margin-right: -143%;
}

.p-r-143\% {
  padding-right: 143%;
}

.p-r--143\% {
  padding-right: -143%;
}

.right-143\% {
  right: 143%;
}

.right--143\% {
  right: -143%;
}

.h-143\% {
  height: 143%;
}

.w-143\% {
  width: 143%;
}

.max_h-143\% {
  max-height: 143%;
}

.max_w-143\% {
  max-width: 143%;
}

.min_h-143\% {
  min-height: 143%;
}

.min_w-143\% {
  min-width: 143%;
}

.h-143vh {
  height: 143vh;
}

.w-143vw {
  width: 143vw;
}

.min_w-143vw {
  min-width: 143vw;
}

.min_h-143vh {
  min-height: 143vh;
}

.max_w-143vw {
  max-width: 143vw;
}

.max_h-143vh {
  max-height: 143vh;
}

.m-t-144\% {
  margin-top: 144%;
}

.m-t--144\% {
  margin-top: -144%;
}

.p-t-144\% {
  padding-top: 144%;
}

.p-t--144\% {
  padding-top: -144%;
}

.top-144\% {
  top: 144%;
}

.top--144\% {
  top: -144%;
}

.m-b-144\% {
  margin-bottom: 144%;
}

.m-b--144\% {
  margin-bottom: -144%;
}

.p-b-144\% {
  padding-bottom: 144%;
}

.p-b--144\% {
  padding-bottom: -144%;
}

.bottom-144\% {
  bottom: 144%;
}

.bottom--144\% {
  bottom: -144%;
}

.m-l-144\% {
  margin-left: 144%;
}

.m-l--144\% {
  margin-left: -144%;
}

.p-l-144\% {
  padding-left: 144%;
}

.p-l--144\% {
  padding-left: -144%;
}

.left-144\% {
  left: 144%;
}

.left--144\% {
  left: -144%;
}

.m-r-144\% {
  margin-right: 144%;
}

.m-r--144\% {
  margin-right: -144%;
}

.p-r-144\% {
  padding-right: 144%;
}

.p-r--144\% {
  padding-right: -144%;
}

.right-144\% {
  right: 144%;
}

.right--144\% {
  right: -144%;
}

.h-144\% {
  height: 144%;
}

.w-144\% {
  width: 144%;
}

.max_h-144\% {
  max-height: 144%;
}

.max_w-144\% {
  max-width: 144%;
}

.min_h-144\% {
  min-height: 144%;
}

.min_w-144\% {
  min-width: 144%;
}

.h-144vh {
  height: 144vh;
}

.w-144vw {
  width: 144vw;
}

.min_w-144vw {
  min-width: 144vw;
}

.min_h-144vh {
  min-height: 144vh;
}

.max_w-144vw {
  max-width: 144vw;
}

.max_h-144vh {
  max-height: 144vh;
}

.m-t-145\% {
  margin-top: 145%;
}

.m-t--145\% {
  margin-top: -145%;
}

.p-t-145\% {
  padding-top: 145%;
}

.p-t--145\% {
  padding-top: -145%;
}

.top-145\% {
  top: 145%;
}

.top--145\% {
  top: -145%;
}

.m-b-145\% {
  margin-bottom: 145%;
}

.m-b--145\% {
  margin-bottom: -145%;
}

.p-b-145\% {
  padding-bottom: 145%;
}

.p-b--145\% {
  padding-bottom: -145%;
}

.bottom-145\% {
  bottom: 145%;
}

.bottom--145\% {
  bottom: -145%;
}

.m-l-145\% {
  margin-left: 145%;
}

.m-l--145\% {
  margin-left: -145%;
}

.p-l-145\% {
  padding-left: 145%;
}

.p-l--145\% {
  padding-left: -145%;
}

.left-145\% {
  left: 145%;
}

.left--145\% {
  left: -145%;
}

.m-r-145\% {
  margin-right: 145%;
}

.m-r--145\% {
  margin-right: -145%;
}

.p-r-145\% {
  padding-right: 145%;
}

.p-r--145\% {
  padding-right: -145%;
}

.right-145\% {
  right: 145%;
}

.right--145\% {
  right: -145%;
}

.h-145\% {
  height: 145%;
}

.w-145\% {
  width: 145%;
}

.max_h-145\% {
  max-height: 145%;
}

.max_w-145\% {
  max-width: 145%;
}

.min_h-145\% {
  min-height: 145%;
}

.min_w-145\% {
  min-width: 145%;
}

.h-145vh {
  height: 145vh;
}

.w-145vw {
  width: 145vw;
}

.min_w-145vw {
  min-width: 145vw;
}

.min_h-145vh {
  min-height: 145vh;
}

.max_w-145vw {
  max-width: 145vw;
}

.max_h-145vh {
  max-height: 145vh;
}

.m-t-146\% {
  margin-top: 146%;
}

.m-t--146\% {
  margin-top: -146%;
}

.p-t-146\% {
  padding-top: 146%;
}

.p-t--146\% {
  padding-top: -146%;
}

.top-146\% {
  top: 146%;
}

.top--146\% {
  top: -146%;
}

.m-b-146\% {
  margin-bottom: 146%;
}

.m-b--146\% {
  margin-bottom: -146%;
}

.p-b-146\% {
  padding-bottom: 146%;
}

.p-b--146\% {
  padding-bottom: -146%;
}

.bottom-146\% {
  bottom: 146%;
}

.bottom--146\% {
  bottom: -146%;
}

.m-l-146\% {
  margin-left: 146%;
}

.m-l--146\% {
  margin-left: -146%;
}

.p-l-146\% {
  padding-left: 146%;
}

.p-l--146\% {
  padding-left: -146%;
}

.left-146\% {
  left: 146%;
}

.left--146\% {
  left: -146%;
}

.m-r-146\% {
  margin-right: 146%;
}

.m-r--146\% {
  margin-right: -146%;
}

.p-r-146\% {
  padding-right: 146%;
}

.p-r--146\% {
  padding-right: -146%;
}

.right-146\% {
  right: 146%;
}

.right--146\% {
  right: -146%;
}

.h-146\% {
  height: 146%;
}

.w-146\% {
  width: 146%;
}

.max_h-146\% {
  max-height: 146%;
}

.max_w-146\% {
  max-width: 146%;
}

.min_h-146\% {
  min-height: 146%;
}

.min_w-146\% {
  min-width: 146%;
}

.h-146vh {
  height: 146vh;
}

.w-146vw {
  width: 146vw;
}

.min_w-146vw {
  min-width: 146vw;
}

.min_h-146vh {
  min-height: 146vh;
}

.max_w-146vw {
  max-width: 146vw;
}

.max_h-146vh {
  max-height: 146vh;
}

.m-t-147\% {
  margin-top: 147%;
}

.m-t--147\% {
  margin-top: -147%;
}

.p-t-147\% {
  padding-top: 147%;
}

.p-t--147\% {
  padding-top: -147%;
}

.top-147\% {
  top: 147%;
}

.top--147\% {
  top: -147%;
}

.m-b-147\% {
  margin-bottom: 147%;
}

.m-b--147\% {
  margin-bottom: -147%;
}

.p-b-147\% {
  padding-bottom: 147%;
}

.p-b--147\% {
  padding-bottom: -147%;
}

.bottom-147\% {
  bottom: 147%;
}

.bottom--147\% {
  bottom: -147%;
}

.m-l-147\% {
  margin-left: 147%;
}

.m-l--147\% {
  margin-left: -147%;
}

.p-l-147\% {
  padding-left: 147%;
}

.p-l--147\% {
  padding-left: -147%;
}

.left-147\% {
  left: 147%;
}

.left--147\% {
  left: -147%;
}

.m-r-147\% {
  margin-right: 147%;
}

.m-r--147\% {
  margin-right: -147%;
}

.p-r-147\% {
  padding-right: 147%;
}

.p-r--147\% {
  padding-right: -147%;
}

.right-147\% {
  right: 147%;
}

.right--147\% {
  right: -147%;
}

.h-147\% {
  height: 147%;
}

.w-147\% {
  width: 147%;
}

.max_h-147\% {
  max-height: 147%;
}

.max_w-147\% {
  max-width: 147%;
}

.min_h-147\% {
  min-height: 147%;
}

.min_w-147\% {
  min-width: 147%;
}

.h-147vh {
  height: 147vh;
}

.w-147vw {
  width: 147vw;
}

.min_w-147vw {
  min-width: 147vw;
}

.min_h-147vh {
  min-height: 147vh;
}

.max_w-147vw {
  max-width: 147vw;
}

.max_h-147vh {
  max-height: 147vh;
}

.m-t-148\% {
  margin-top: 148%;
}

.m-t--148\% {
  margin-top: -148%;
}

.p-t-148\% {
  padding-top: 148%;
}

.p-t--148\% {
  padding-top: -148%;
}

.top-148\% {
  top: 148%;
}

.top--148\% {
  top: -148%;
}

.m-b-148\% {
  margin-bottom: 148%;
}

.m-b--148\% {
  margin-bottom: -148%;
}

.p-b-148\% {
  padding-bottom: 148%;
}

.p-b--148\% {
  padding-bottom: -148%;
}

.bottom-148\% {
  bottom: 148%;
}

.bottom--148\% {
  bottom: -148%;
}

.m-l-148\% {
  margin-left: 148%;
}

.m-l--148\% {
  margin-left: -148%;
}

.p-l-148\% {
  padding-left: 148%;
}

.p-l--148\% {
  padding-left: -148%;
}

.left-148\% {
  left: 148%;
}

.left--148\% {
  left: -148%;
}

.m-r-148\% {
  margin-right: 148%;
}

.m-r--148\% {
  margin-right: -148%;
}

.p-r-148\% {
  padding-right: 148%;
}

.p-r--148\% {
  padding-right: -148%;
}

.right-148\% {
  right: 148%;
}

.right--148\% {
  right: -148%;
}

.h-148\% {
  height: 148%;
}

.w-148\% {
  width: 148%;
}

.max_h-148\% {
  max-height: 148%;
}

.max_w-148\% {
  max-width: 148%;
}

.min_h-148\% {
  min-height: 148%;
}

.min_w-148\% {
  min-width: 148%;
}

.h-148vh {
  height: 148vh;
}

.w-148vw {
  width: 148vw;
}

.min_w-148vw {
  min-width: 148vw;
}

.min_h-148vh {
  min-height: 148vh;
}

.max_w-148vw {
  max-width: 148vw;
}

.max_h-148vh {
  max-height: 148vh;
}

.m-t-149\% {
  margin-top: 149%;
}

.m-t--149\% {
  margin-top: -149%;
}

.p-t-149\% {
  padding-top: 149%;
}

.p-t--149\% {
  padding-top: -149%;
}

.top-149\% {
  top: 149%;
}

.top--149\% {
  top: -149%;
}

.m-b-149\% {
  margin-bottom: 149%;
}

.m-b--149\% {
  margin-bottom: -149%;
}

.p-b-149\% {
  padding-bottom: 149%;
}

.p-b--149\% {
  padding-bottom: -149%;
}

.bottom-149\% {
  bottom: 149%;
}

.bottom--149\% {
  bottom: -149%;
}

.m-l-149\% {
  margin-left: 149%;
}

.m-l--149\% {
  margin-left: -149%;
}

.p-l-149\% {
  padding-left: 149%;
}

.p-l--149\% {
  padding-left: -149%;
}

.left-149\% {
  left: 149%;
}

.left--149\% {
  left: -149%;
}

.m-r-149\% {
  margin-right: 149%;
}

.m-r--149\% {
  margin-right: -149%;
}

.p-r-149\% {
  padding-right: 149%;
}

.p-r--149\% {
  padding-right: -149%;
}

.right-149\% {
  right: 149%;
}

.right--149\% {
  right: -149%;
}

.h-149\% {
  height: 149%;
}

.w-149\% {
  width: 149%;
}

.max_h-149\% {
  max-height: 149%;
}

.max_w-149\% {
  max-width: 149%;
}

.min_h-149\% {
  min-height: 149%;
}

.min_w-149\% {
  min-width: 149%;
}

.h-149vh {
  height: 149vh;
}

.w-149vw {
  width: 149vw;
}

.min_w-149vw {
  min-width: 149vw;
}

.min_h-149vh {
  min-height: 149vh;
}

.max_w-149vw {
  max-width: 149vw;
}

.max_h-149vh {
  max-height: 149vh;
}

.m-t-150\% {
  margin-top: 150%;
}

.m-t--150\% {
  margin-top: -150%;
}

.p-t-150\% {
  padding-top: 150%;
}

.p-t--150\% {
  padding-top: -150%;
}

.top-150\% {
  top: 150%;
}

.top--150\% {
  top: -150%;
}

.m-b-150\% {
  margin-bottom: 150%;
}

.m-b--150\% {
  margin-bottom: -150%;
}

.p-b-150\% {
  padding-bottom: 150%;
}

.p-b--150\% {
  padding-bottom: -150%;
}

.bottom-150\% {
  bottom: 150%;
}

.bottom--150\% {
  bottom: -150%;
}

.m-l-150\% {
  margin-left: 150%;
}

.m-l--150\% {
  margin-left: -150%;
}

.p-l-150\% {
  padding-left: 150%;
}

.p-l--150\% {
  padding-left: -150%;
}

.left-150\% {
  left: 150%;
}

.left--150\% {
  left: -150%;
}

.m-r-150\% {
  margin-right: 150%;
}

.m-r--150\% {
  margin-right: -150%;
}

.p-r-150\% {
  padding-right: 150%;
}

.p-r--150\% {
  padding-right: -150%;
}

.right-150\% {
  right: 150%;
}

.right--150\% {
  right: -150%;
}

.h-150\% {
  height: 150%;
}

.w-150\% {
  width: 150%;
}

.max_h-150\% {
  max-height: 150%;
}

.max_w-150\% {
  max-width: 150%;
}

.min_h-150\% {
  min-height: 150%;
}

.min_w-150\% {
  min-width: 150%;
}

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

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

.min_w-150vw {
  min-width: 150vw;
}

.min_h-150vh {
  min-height: 150vh;
}

.max_w-150vw {
  max-width: 150vw;
}

.max_h-150vh {
  max-height: 150vh;
}

.m-t-151\% {
  margin-top: 151%;
}

.m-t--151\% {
  margin-top: -151%;
}

.p-t-151\% {
  padding-top: 151%;
}

.p-t--151\% {
  padding-top: -151%;
}

.top-151\% {
  top: 151%;
}

.top--151\% {
  top: -151%;
}

.m-b-151\% {
  margin-bottom: 151%;
}

.m-b--151\% {
  margin-bottom: -151%;
}

.p-b-151\% {
  padding-bottom: 151%;
}

.p-b--151\% {
  padding-bottom: -151%;
}

.bottom-151\% {
  bottom: 151%;
}

.bottom--151\% {
  bottom: -151%;
}

.m-l-151\% {
  margin-left: 151%;
}

.m-l--151\% {
  margin-left: -151%;
}

.p-l-151\% {
  padding-left: 151%;
}

.p-l--151\% {
  padding-left: -151%;
}

.left-151\% {
  left: 151%;
}

.left--151\% {
  left: -151%;
}

.m-r-151\% {
  margin-right: 151%;
}

.m-r--151\% {
  margin-right: -151%;
}

.p-r-151\% {
  padding-right: 151%;
}

.p-r--151\% {
  padding-right: -151%;
}

.right-151\% {
  right: 151%;
}

.right--151\% {
  right: -151%;
}

.h-151\% {
  height: 151%;
}

.w-151\% {
  width: 151%;
}

.max_h-151\% {
  max-height: 151%;
}

.max_w-151\% {
  max-width: 151%;
}

.min_h-151\% {
  min-height: 151%;
}

.min_w-151\% {
  min-width: 151%;
}

.h-151vh {
  height: 151vh;
}

.w-151vw {
  width: 151vw;
}

.min_w-151vw {
  min-width: 151vw;
}

.min_h-151vh {
  min-height: 151vh;
}

.max_w-151vw {
  max-width: 151vw;
}

.max_h-151vh {
  max-height: 151vh;
}

.m-t-152\% {
  margin-top: 152%;
}

.m-t--152\% {
  margin-top: -152%;
}

.p-t-152\% {
  padding-top: 152%;
}

.p-t--152\% {
  padding-top: -152%;
}

.top-152\% {
  top: 152%;
}

.top--152\% {
  top: -152%;
}

.m-b-152\% {
  margin-bottom: 152%;
}

.m-b--152\% {
  margin-bottom: -152%;
}

.p-b-152\% {
  padding-bottom: 152%;
}

.p-b--152\% {
  padding-bottom: -152%;
}

.bottom-152\% {
  bottom: 152%;
}

.bottom--152\% {
  bottom: -152%;
}

.m-l-152\% {
  margin-left: 152%;
}

.m-l--152\% {
  margin-left: -152%;
}

.p-l-152\% {
  padding-left: 152%;
}

.p-l--152\% {
  padding-left: -152%;
}

.left-152\% {
  left: 152%;
}

.left--152\% {
  left: -152%;
}

.m-r-152\% {
  margin-right: 152%;
}

.m-r--152\% {
  margin-right: -152%;
}

.p-r-152\% {
  padding-right: 152%;
}

.p-r--152\% {
  padding-right: -152%;
}

.right-152\% {
  right: 152%;
}

.right--152\% {
  right: -152%;
}

.h-152\% {
  height: 152%;
}

.w-152\% {
  width: 152%;
}

.max_h-152\% {
  max-height: 152%;
}

.max_w-152\% {
  max-width: 152%;
}

.min_h-152\% {
  min-height: 152%;
}

.min_w-152\% {
  min-width: 152%;
}

.h-152vh {
  height: 152vh;
}

.w-152vw {
  width: 152vw;
}

.min_w-152vw {
  min-width: 152vw;
}

.min_h-152vh {
  min-height: 152vh;
}

.max_w-152vw {
  max-width: 152vw;
}

.max_h-152vh {
  max-height: 152vh;
}

.m-t-153\% {
  margin-top: 153%;
}

.m-t--153\% {
  margin-top: -153%;
}

.p-t-153\% {
  padding-top: 153%;
}

.p-t--153\% {
  padding-top: -153%;
}

.top-153\% {
  top: 153%;
}

.top--153\% {
  top: -153%;
}

.m-b-153\% {
  margin-bottom: 153%;
}

.m-b--153\% {
  margin-bottom: -153%;
}

.p-b-153\% {
  padding-bottom: 153%;
}

.p-b--153\% {
  padding-bottom: -153%;
}

.bottom-153\% {
  bottom: 153%;
}

.bottom--153\% {
  bottom: -153%;
}

.m-l-153\% {
  margin-left: 153%;
}

.m-l--153\% {
  margin-left: -153%;
}

.p-l-153\% {
  padding-left: 153%;
}

.p-l--153\% {
  padding-left: -153%;
}

.left-153\% {
  left: 153%;
}

.left--153\% {
  left: -153%;
}

.m-r-153\% {
  margin-right: 153%;
}

.m-r--153\% {
  margin-right: -153%;
}

.p-r-153\% {
  padding-right: 153%;
}

.p-r--153\% {
  padding-right: -153%;
}

.right-153\% {
  right: 153%;
}

.right--153\% {
  right: -153%;
}

.h-153\% {
  height: 153%;
}

.w-153\% {
  width: 153%;
}

.max_h-153\% {
  max-height: 153%;
}

.max_w-153\% {
  max-width: 153%;
}

.min_h-153\% {
  min-height: 153%;
}

.min_w-153\% {
  min-width: 153%;
}

.h-153vh {
  height: 153vh;
}

.w-153vw {
  width: 153vw;
}

.min_w-153vw {
  min-width: 153vw;
}

.min_h-153vh {
  min-height: 153vh;
}

.max_w-153vw {
  max-width: 153vw;
}

.max_h-153vh {
  max-height: 153vh;
}

.m-t-154\% {
  margin-top: 154%;
}

.m-t--154\% {
  margin-top: -154%;
}

.p-t-154\% {
  padding-top: 154%;
}

.p-t--154\% {
  padding-top: -154%;
}

.top-154\% {
  top: 154%;
}

.top--154\% {
  top: -154%;
}

.m-b-154\% {
  margin-bottom: 154%;
}

.m-b--154\% {
  margin-bottom: -154%;
}

.p-b-154\% {
  padding-bottom: 154%;
}

.p-b--154\% {
  padding-bottom: -154%;
}

.bottom-154\% {
  bottom: 154%;
}

.bottom--154\% {
  bottom: -154%;
}

.m-l-154\% {
  margin-left: 154%;
}

.m-l--154\% {
  margin-left: -154%;
}

.p-l-154\% {
  padding-left: 154%;
}

.p-l--154\% {
  padding-left: -154%;
}

.left-154\% {
  left: 154%;
}

.left--154\% {
  left: -154%;
}

.m-r-154\% {
  margin-right: 154%;
}

.m-r--154\% {
  margin-right: -154%;
}

.p-r-154\% {
  padding-right: 154%;
}

.p-r--154\% {
  padding-right: -154%;
}

.right-154\% {
  right: 154%;
}

.right--154\% {
  right: -154%;
}

.h-154\% {
  height: 154%;
}

.w-154\% {
  width: 154%;
}

.max_h-154\% {
  max-height: 154%;
}

.max_w-154\% {
  max-width: 154%;
}

.min_h-154\% {
  min-height: 154%;
}

.min_w-154\% {
  min-width: 154%;
}

.h-154vh {
  height: 154vh;
}

.w-154vw {
  width: 154vw;
}

.min_w-154vw {
  min-width: 154vw;
}

.min_h-154vh {
  min-height: 154vh;
}

.max_w-154vw {
  max-width: 154vw;
}

.max_h-154vh {
  max-height: 154vh;
}

.m-t-155\% {
  margin-top: 155%;
}

.m-t--155\% {
  margin-top: -155%;
}

.p-t-155\% {
  padding-top: 155%;
}

.p-t--155\% {
  padding-top: -155%;
}

.top-155\% {
  top: 155%;
}

.top--155\% {
  top: -155%;
}

.m-b-155\% {
  margin-bottom: 155%;
}

.m-b--155\% {
  margin-bottom: -155%;
}

.p-b-155\% {
  padding-bottom: 155%;
}

.p-b--155\% {
  padding-bottom: -155%;
}

.bottom-155\% {
  bottom: 155%;
}

.bottom--155\% {
  bottom: -155%;
}

.m-l-155\% {
  margin-left: 155%;
}

.m-l--155\% {
  margin-left: -155%;
}

.p-l-155\% {
  padding-left: 155%;
}

.p-l--155\% {
  padding-left: -155%;
}

.left-155\% {
  left: 155%;
}

.left--155\% {
  left: -155%;
}

.m-r-155\% {
  margin-right: 155%;
}

.m-r--155\% {
  margin-right: -155%;
}

.p-r-155\% {
  padding-right: 155%;
}

.p-r--155\% {
  padding-right: -155%;
}

.right-155\% {
  right: 155%;
}

.right--155\% {
  right: -155%;
}

.h-155\% {
  height: 155%;
}

.w-155\% {
  width: 155%;
}

.max_h-155\% {
  max-height: 155%;
}

.max_w-155\% {
  max-width: 155%;
}

.min_h-155\% {
  min-height: 155%;
}

.min_w-155\% {
  min-width: 155%;
}

.h-155vh {
  height: 155vh;
}

.w-155vw {
  width: 155vw;
}

.min_w-155vw {
  min-width: 155vw;
}

.min_h-155vh {
  min-height: 155vh;
}

.max_w-155vw {
  max-width: 155vw;
}

.max_h-155vh {
  max-height: 155vh;
}

.m-t-156\% {
  margin-top: 156%;
}

.m-t--156\% {
  margin-top: -156%;
}

.p-t-156\% {
  padding-top: 156%;
}

.p-t--156\% {
  padding-top: -156%;
}

.top-156\% {
  top: 156%;
}

.top--156\% {
  top: -156%;
}

.m-b-156\% {
  margin-bottom: 156%;
}

.m-b--156\% {
  margin-bottom: -156%;
}

.p-b-156\% {
  padding-bottom: 156%;
}

.p-b--156\% {
  padding-bottom: -156%;
}

.bottom-156\% {
  bottom: 156%;
}

.bottom--156\% {
  bottom: -156%;
}

.m-l-156\% {
  margin-left: 156%;
}

.m-l--156\% {
  margin-left: -156%;
}

.p-l-156\% {
  padding-left: 156%;
}

.p-l--156\% {
  padding-left: -156%;
}

.left-156\% {
  left: 156%;
}

.left--156\% {
  left: -156%;
}

.m-r-156\% {
  margin-right: 156%;
}

.m-r--156\% {
  margin-right: -156%;
}

.p-r-156\% {
  padding-right: 156%;
}

.p-r--156\% {
  padding-right: -156%;
}

.right-156\% {
  right: 156%;
}

.right--156\% {
  right: -156%;
}

.h-156\% {
  height: 156%;
}

.w-156\% {
  width: 156%;
}

.max_h-156\% {
  max-height: 156%;
}

.max_w-156\% {
  max-width: 156%;
}

.min_h-156\% {
  min-height: 156%;
}

.min_w-156\% {
  min-width: 156%;
}

.h-156vh {
  height: 156vh;
}

.w-156vw {
  width: 156vw;
}

.min_w-156vw {
  min-width: 156vw;
}

.min_h-156vh {
  min-height: 156vh;
}

.max_w-156vw {
  max-width: 156vw;
}

.max_h-156vh {
  max-height: 156vh;
}

.m-t-157\% {
  margin-top: 157%;
}

.m-t--157\% {
  margin-top: -157%;
}

.p-t-157\% {
  padding-top: 157%;
}

.p-t--157\% {
  padding-top: -157%;
}

.top-157\% {
  top: 157%;
}

.top--157\% {
  top: -157%;
}

.m-b-157\% {
  margin-bottom: 157%;
}

.m-b--157\% {
  margin-bottom: -157%;
}

.p-b-157\% {
  padding-bottom: 157%;
}

.p-b--157\% {
  padding-bottom: -157%;
}

.bottom-157\% {
  bottom: 157%;
}

.bottom--157\% {
  bottom: -157%;
}

.m-l-157\% {
  margin-left: 157%;
}

.m-l--157\% {
  margin-left: -157%;
}

.p-l-157\% {
  padding-left: 157%;
}

.p-l--157\% {
  padding-left: -157%;
}

.left-157\% {
  left: 157%;
}

.left--157\% {
  left: -157%;
}

.m-r-157\% {
  margin-right: 157%;
}

.m-r--157\% {
  margin-right: -157%;
}

.p-r-157\% {
  padding-right: 157%;
}

.p-r--157\% {
  padding-right: -157%;
}

.right-157\% {
  right: 157%;
}

.right--157\% {
  right: -157%;
}

.h-157\% {
  height: 157%;
}

.w-157\% {
  width: 157%;
}

.max_h-157\% {
  max-height: 157%;
}

.max_w-157\% {
  max-width: 157%;
}

.min_h-157\% {
  min-height: 157%;
}

.min_w-157\% {
  min-width: 157%;
}

.h-157vh {
  height: 157vh;
}

.w-157vw {
  width: 157vw;
}

.min_w-157vw {
  min-width: 157vw;
}

.min_h-157vh {
  min-height: 157vh;
}

.max_w-157vw {
  max-width: 157vw;
}

.max_h-157vh {
  max-height: 157vh;
}

.m-t-158\% {
  margin-top: 158%;
}

.m-t--158\% {
  margin-top: -158%;
}

.p-t-158\% {
  padding-top: 158%;
}

.p-t--158\% {
  padding-top: -158%;
}

.top-158\% {
  top: 158%;
}

.top--158\% {
  top: -158%;
}

.m-b-158\% {
  margin-bottom: 158%;
}

.m-b--158\% {
  margin-bottom: -158%;
}

.p-b-158\% {
  padding-bottom: 158%;
}

.p-b--158\% {
  padding-bottom: -158%;
}

.bottom-158\% {
  bottom: 158%;
}

.bottom--158\% {
  bottom: -158%;
}

.m-l-158\% {
  margin-left: 158%;
}

.m-l--158\% {
  margin-left: -158%;
}

.p-l-158\% {
  padding-left: 158%;
}

.p-l--158\% {
  padding-left: -158%;
}

.left-158\% {
  left: 158%;
}

.left--158\% {
  left: -158%;
}

.m-r-158\% {
  margin-right: 158%;
}

.m-r--158\% {
  margin-right: -158%;
}

.p-r-158\% {
  padding-right: 158%;
}

.p-r--158\% {
  padding-right: -158%;
}

.right-158\% {
  right: 158%;
}

.right--158\% {
  right: -158%;
}

.h-158\% {
  height: 158%;
}

.w-158\% {
  width: 158%;
}

.max_h-158\% {
  max-height: 158%;
}

.max_w-158\% {
  max-width: 158%;
}

.min_h-158\% {
  min-height: 158%;
}

.min_w-158\% {
  min-width: 158%;
}

.h-158vh {
  height: 158vh;
}

.w-158vw {
  width: 158vw;
}

.min_w-158vw {
  min-width: 158vw;
}

.min_h-158vh {
  min-height: 158vh;
}

.max_w-158vw {
  max-width: 158vw;
}

.max_h-158vh {
  max-height: 158vh;
}

.m-t-159\% {
  margin-top: 159%;
}

.m-t--159\% {
  margin-top: -159%;
}

.p-t-159\% {
  padding-top: 159%;
}

.p-t--159\% {
  padding-top: -159%;
}

.top-159\% {
  top: 159%;
}

.top--159\% {
  top: -159%;
}

.m-b-159\% {
  margin-bottom: 159%;
}

.m-b--159\% {
  margin-bottom: -159%;
}

.p-b-159\% {
  padding-bottom: 159%;
}

.p-b--159\% {
  padding-bottom: -159%;
}

.bottom-159\% {
  bottom: 159%;
}

.bottom--159\% {
  bottom: -159%;
}

.m-l-159\% {
  margin-left: 159%;
}

.m-l--159\% {
  margin-left: -159%;
}

.p-l-159\% {
  padding-left: 159%;
}

.p-l--159\% {
  padding-left: -159%;
}

.left-159\% {
  left: 159%;
}

.left--159\% {
  left: -159%;
}

.m-r-159\% {
  margin-right: 159%;
}

.m-r--159\% {
  margin-right: -159%;
}

.p-r-159\% {
  padding-right: 159%;
}

.p-r--159\% {
  padding-right: -159%;
}

.right-159\% {
  right: 159%;
}

.right--159\% {
  right: -159%;
}

.h-159\% {
  height: 159%;
}

.w-159\% {
  width: 159%;
}

.max_h-159\% {
  max-height: 159%;
}

.max_w-159\% {
  max-width: 159%;
}

.min_h-159\% {
  min-height: 159%;
}

.min_w-159\% {
  min-width: 159%;
}

.h-159vh {
  height: 159vh;
}

.w-159vw {
  width: 159vw;
}

.min_w-159vw {
  min-width: 159vw;
}

.min_h-159vh {
  min-height: 159vh;
}

.max_w-159vw {
  max-width: 159vw;
}

.max_h-159vh {
  max-height: 159vh;
}

.m-t-160\% {
  margin-top: 160%;
}

.m-t--160\% {
  margin-top: -160%;
}

.p-t-160\% {
  padding-top: 160%;
}

.p-t--160\% {
  padding-top: -160%;
}

.top-160\% {
  top: 160%;
}

.top--160\% {
  top: -160%;
}

.m-b-160\% {
  margin-bottom: 160%;
}

.m-b--160\% {
  margin-bottom: -160%;
}

.p-b-160\% {
  padding-bottom: 160%;
}

.p-b--160\% {
  padding-bottom: -160%;
}

.bottom-160\% {
  bottom: 160%;
}

.bottom--160\% {
  bottom: -160%;
}

.m-l-160\% {
  margin-left: 160%;
}

.m-l--160\% {
  margin-left: -160%;
}

.p-l-160\% {
  padding-left: 160%;
}

.p-l--160\% {
  padding-left: -160%;
}

.left-160\% {
  left: 160%;
}

.left--160\% {
  left: -160%;
}

.m-r-160\% {
  margin-right: 160%;
}

.m-r--160\% {
  margin-right: -160%;
}

.p-r-160\% {
  padding-right: 160%;
}

.p-r--160\% {
  padding-right: -160%;
}

.right-160\% {
  right: 160%;
}

.right--160\% {
  right: -160%;
}

.h-160\% {
  height: 160%;
}

.w-160\% {
  width: 160%;
}

.max_h-160\% {
  max-height: 160%;
}

.max_w-160\% {
  max-width: 160%;
}

.min_h-160\% {
  min-height: 160%;
}

.min_w-160\% {
  min-width: 160%;
}

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

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

.min_w-160vw {
  min-width: 160vw;
}

.min_h-160vh {
  min-height: 160vh;
}

.max_w-160vw {
  max-width: 160vw;
}

.max_h-160vh {
  max-height: 160vh;
}

.m-t-161\% {
  margin-top: 161%;
}

.m-t--161\% {
  margin-top: -161%;
}

.p-t-161\% {
  padding-top: 161%;
}

.p-t--161\% {
  padding-top: -161%;
}

.top-161\% {
  top: 161%;
}

.top--161\% {
  top: -161%;
}

.m-b-161\% {
  margin-bottom: 161%;
}

.m-b--161\% {
  margin-bottom: -161%;
}

.p-b-161\% {
  padding-bottom: 161%;
}

.p-b--161\% {
  padding-bottom: -161%;
}

.bottom-161\% {
  bottom: 161%;
}

.bottom--161\% {
  bottom: -161%;
}

.m-l-161\% {
  margin-left: 161%;
}

.m-l--161\% {
  margin-left: -161%;
}

.p-l-161\% {
  padding-left: 161%;
}

.p-l--161\% {
  padding-left: -161%;
}

.left-161\% {
  left: 161%;
}

.left--161\% {
  left: -161%;
}

.m-r-161\% {
  margin-right: 161%;
}

.m-r--161\% {
  margin-right: -161%;
}

.p-r-161\% {
  padding-right: 161%;
}

.p-r--161\% {
  padding-right: -161%;
}

.right-161\% {
  right: 161%;
}

.right--161\% {
  right: -161%;
}

.h-161\% {
  height: 161%;
}

.w-161\% {
  width: 161%;
}

.max_h-161\% {
  max-height: 161%;
}

.max_w-161\% {
  max-width: 161%;
}

.min_h-161\% {
  min-height: 161%;
}

.min_w-161\% {
  min-width: 161%;
}

.h-161vh {
  height: 161vh;
}

.w-161vw {
  width: 161vw;
}

.min_w-161vw {
  min-width: 161vw;
}

.min_h-161vh {
  min-height: 161vh;
}

.max_w-161vw {
  max-width: 161vw;
}

.max_h-161vh {
  max-height: 161vh;
}

.m-t-162\% {
  margin-top: 162%;
}

.m-t--162\% {
  margin-top: -162%;
}

.p-t-162\% {
  padding-top: 162%;
}

.p-t--162\% {
  padding-top: -162%;
}

.top-162\% {
  top: 162%;
}

.top--162\% {
  top: -162%;
}

.m-b-162\% {
  margin-bottom: 162%;
}

.m-b--162\% {
  margin-bottom: -162%;
}

.p-b-162\% {
  padding-bottom: 162%;
}

.p-b--162\% {
  padding-bottom: -162%;
}

.bottom-162\% {
  bottom: 162%;
}

.bottom--162\% {
  bottom: -162%;
}

.m-l-162\% {
  margin-left: 162%;
}

.m-l--162\% {
  margin-left: -162%;
}

.p-l-162\% {
  padding-left: 162%;
}

.p-l--162\% {
  padding-left: -162%;
}

.left-162\% {
  left: 162%;
}

.left--162\% {
  left: -162%;
}

.m-r-162\% {
  margin-right: 162%;
}

.m-r--162\% {
  margin-right: -162%;
}

.p-r-162\% {
  padding-right: 162%;
}

.p-r--162\% {
  padding-right: -162%;
}

.right-162\% {
  right: 162%;
}

.right--162\% {
  right: -162%;
}

.h-162\% {
  height: 162%;
}

.w-162\% {
  width: 162%;
}

.max_h-162\% {
  max-height: 162%;
}

.max_w-162\% {
  max-width: 162%;
}

.min_h-162\% {
  min-height: 162%;
}

.min_w-162\% {
  min-width: 162%;
}

.h-162vh {
  height: 162vh;
}

.w-162vw {
  width: 162vw;
}

.min_w-162vw {
  min-width: 162vw;
}

.min_h-162vh {
  min-height: 162vh;
}

.max_w-162vw {
  max-width: 162vw;
}

.max_h-162vh {
  max-height: 162vh;
}

.m-t-163\% {
  margin-top: 163%;
}

.m-t--163\% {
  margin-top: -163%;
}

.p-t-163\% {
  padding-top: 163%;
}

.p-t--163\% {
  padding-top: -163%;
}

.top-163\% {
  top: 163%;
}

.top--163\% {
  top: -163%;
}

.m-b-163\% {
  margin-bottom: 163%;
}

.m-b--163\% {
  margin-bottom: -163%;
}

.p-b-163\% {
  padding-bottom: 163%;
}

.p-b--163\% {
  padding-bottom: -163%;
}

.bottom-163\% {
  bottom: 163%;
}

.bottom--163\% {
  bottom: -163%;
}

.m-l-163\% {
  margin-left: 163%;
}

.m-l--163\% {
  margin-left: -163%;
}

.p-l-163\% {
  padding-left: 163%;
}

.p-l--163\% {
  padding-left: -163%;
}

.left-163\% {
  left: 163%;
}

.left--163\% {
  left: -163%;
}

.m-r-163\% {
  margin-right: 163%;
}

.m-r--163\% {
  margin-right: -163%;
}

.p-r-163\% {
  padding-right: 163%;
}

.p-r--163\% {
  padding-right: -163%;
}

.right-163\% {
  right: 163%;
}

.right--163\% {
  right: -163%;
}

.h-163\% {
  height: 163%;
}

.w-163\% {
  width: 163%;
}

.max_h-163\% {
  max-height: 163%;
}

.max_w-163\% {
  max-width: 163%;
}

.min_h-163\% {
  min-height: 163%;
}

.min_w-163\% {
  min-width: 163%;
}

.h-163vh {
  height: 163vh;
}

.w-163vw {
  width: 163vw;
}

.min_w-163vw {
  min-width: 163vw;
}

.min_h-163vh {
  min-height: 163vh;
}

.max_w-163vw {
  max-width: 163vw;
}

.max_h-163vh {
  max-height: 163vh;
}

.m-t-164\% {
  margin-top: 164%;
}

.m-t--164\% {
  margin-top: -164%;
}

.p-t-164\% {
  padding-top: 164%;
}

.p-t--164\% {
  padding-top: -164%;
}

.top-164\% {
  top: 164%;
}

.top--164\% {
  top: -164%;
}

.m-b-164\% {
  margin-bottom: 164%;
}

.m-b--164\% {
  margin-bottom: -164%;
}

.p-b-164\% {
  padding-bottom: 164%;
}

.p-b--164\% {
  padding-bottom: -164%;
}

.bottom-164\% {
  bottom: 164%;
}

.bottom--164\% {
  bottom: -164%;
}

.m-l-164\% {
  margin-left: 164%;
}

.m-l--164\% {
  margin-left: -164%;
}

.p-l-164\% {
  padding-left: 164%;
}

.p-l--164\% {
  padding-left: -164%;
}

.left-164\% {
  left: 164%;
}

.left--164\% {
  left: -164%;
}

.m-r-164\% {
  margin-right: 164%;
}

.m-r--164\% {
  margin-right: -164%;
}

.p-r-164\% {
  padding-right: 164%;
}

.p-r--164\% {
  padding-right: -164%;
}

.right-164\% {
  right: 164%;
}

.right--164\% {
  right: -164%;
}

.h-164\% {
  height: 164%;
}

.w-164\% {
  width: 164%;
}

.max_h-164\% {
  max-height: 164%;
}

.max_w-164\% {
  max-width: 164%;
}

.min_h-164\% {
  min-height: 164%;
}

.min_w-164\% {
  min-width: 164%;
}

.h-164vh {
  height: 164vh;
}

.w-164vw {
  width: 164vw;
}

.min_w-164vw {
  min-width: 164vw;
}

.min_h-164vh {
  min-height: 164vh;
}

.max_w-164vw {
  max-width: 164vw;
}

.max_h-164vh {
  max-height: 164vh;
}

.m-t-165\% {
  margin-top: 165%;
}

.m-t--165\% {
  margin-top: -165%;
}

.p-t-165\% {
  padding-top: 165%;
}

.p-t--165\% {
  padding-top: -165%;
}

.top-165\% {
  top: 165%;
}

.top--165\% {
  top: -165%;
}

.m-b-165\% {
  margin-bottom: 165%;
}

.m-b--165\% {
  margin-bottom: -165%;
}

.p-b-165\% {
  padding-bottom: 165%;
}

.p-b--165\% {
  padding-bottom: -165%;
}

.bottom-165\% {
  bottom: 165%;
}

.bottom--165\% {
  bottom: -165%;
}

.m-l-165\% {
  margin-left: 165%;
}

.m-l--165\% {
  margin-left: -165%;
}

.p-l-165\% {
  padding-left: 165%;
}

.p-l--165\% {
  padding-left: -165%;
}

.left-165\% {
  left: 165%;
}

.left--165\% {
  left: -165%;
}

.m-r-165\% {
  margin-right: 165%;
}

.m-r--165\% {
  margin-right: -165%;
}

.p-r-165\% {
  padding-right: 165%;
}

.p-r--165\% {
  padding-right: -165%;
}

.right-165\% {
  right: 165%;
}

.right--165\% {
  right: -165%;
}

.h-165\% {
  height: 165%;
}

.w-165\% {
  width: 165%;
}

.max_h-165\% {
  max-height: 165%;
}

.max_w-165\% {
  max-width: 165%;
}

.min_h-165\% {
  min-height: 165%;
}

.min_w-165\% {
  min-width: 165%;
}

.h-165vh {
  height: 165vh;
}

.w-165vw {
  width: 165vw;
}

.min_w-165vw {
  min-width: 165vw;
}

.min_h-165vh {
  min-height: 165vh;
}

.max_w-165vw {
  max-width: 165vw;
}

.max_h-165vh {
  max-height: 165vh;
}

.m-t-166\% {
  margin-top: 166%;
}

.m-t--166\% {
  margin-top: -166%;
}

.p-t-166\% {
  padding-top: 166%;
}

.p-t--166\% {
  padding-top: -166%;
}

.top-166\% {
  top: 166%;
}

.top--166\% {
  top: -166%;
}

.m-b-166\% {
  margin-bottom: 166%;
}

.m-b--166\% {
  margin-bottom: -166%;
}

.p-b-166\% {
  padding-bottom: 166%;
}

.p-b--166\% {
  padding-bottom: -166%;
}

.bottom-166\% {
  bottom: 166%;
}

.bottom--166\% {
  bottom: -166%;
}

.m-l-166\% {
  margin-left: 166%;
}

.m-l--166\% {
  margin-left: -166%;
}

.p-l-166\% {
  padding-left: 166%;
}

.p-l--166\% {
  padding-left: -166%;
}

.left-166\% {
  left: 166%;
}

.left--166\% {
  left: -166%;
}

.m-r-166\% {
  margin-right: 166%;
}

.m-r--166\% {
  margin-right: -166%;
}

.p-r-166\% {
  padding-right: 166%;
}

.p-r--166\% {
  padding-right: -166%;
}

.right-166\% {
  right: 166%;
}

.right--166\% {
  right: -166%;
}

.h-166\% {
  height: 166%;
}

.w-166\% {
  width: 166%;
}

.max_h-166\% {
  max-height: 166%;
}

.max_w-166\% {
  max-width: 166%;
}

.min_h-166\% {
  min-height: 166%;
}

.min_w-166\% {
  min-width: 166%;
}

.h-166vh {
  height: 166vh;
}

.w-166vw {
  width: 166vw;
}

.min_w-166vw {
  min-width: 166vw;
}

.min_h-166vh {
  min-height: 166vh;
}

.max_w-166vw {
  max-width: 166vw;
}

.max_h-166vh {
  max-height: 166vh;
}

.m-t-167\% {
  margin-top: 167%;
}

.m-t--167\% {
  margin-top: -167%;
}

.p-t-167\% {
  padding-top: 167%;
}

.p-t--167\% {
  padding-top: -167%;
}

.top-167\% {
  top: 167%;
}

.top--167\% {
  top: -167%;
}

.m-b-167\% {
  margin-bottom: 167%;
}

.m-b--167\% {
  margin-bottom: -167%;
}

.p-b-167\% {
  padding-bottom: 167%;
}

.p-b--167\% {
  padding-bottom: -167%;
}

.bottom-167\% {
  bottom: 167%;
}

.bottom--167\% {
  bottom: -167%;
}

.m-l-167\% {
  margin-left: 167%;
}

.m-l--167\% {
  margin-left: -167%;
}

.p-l-167\% {
  padding-left: 167%;
}

.p-l--167\% {
  padding-left: -167%;
}

.left-167\% {
  left: 167%;
}

.left--167\% {
  left: -167%;
}

.m-r-167\% {
  margin-right: 167%;
}

.m-r--167\% {
  margin-right: -167%;
}

.p-r-167\% {
  padding-right: 167%;
}

.p-r--167\% {
  padding-right: -167%;
}

.right-167\% {
  right: 167%;
}

.right--167\% {
  right: -167%;
}

.h-167\% {
  height: 167%;
}

.w-167\% {
  width: 167%;
}

.max_h-167\% {
  max-height: 167%;
}

.max_w-167\% {
  max-width: 167%;
}

.min_h-167\% {
  min-height: 167%;
}

.min_w-167\% {
  min-width: 167%;
}

.h-167vh {
  height: 167vh;
}

.w-167vw {
  width: 167vw;
}

.min_w-167vw {
  min-width: 167vw;
}

.min_h-167vh {
  min-height: 167vh;
}

.max_w-167vw {
  max-width: 167vw;
}

.max_h-167vh {
  max-height: 167vh;
}

.m-t-168\% {
  margin-top: 168%;
}

.m-t--168\% {
  margin-top: -168%;
}

.p-t-168\% {
  padding-top: 168%;
}

.p-t--168\% {
  padding-top: -168%;
}

.top-168\% {
  top: 168%;
}

.top--168\% {
  top: -168%;
}

.m-b-168\% {
  margin-bottom: 168%;
}

.m-b--168\% {
  margin-bottom: -168%;
}

.p-b-168\% {
  padding-bottom: 168%;
}

.p-b--168\% {
  padding-bottom: -168%;
}

.bottom-168\% {
  bottom: 168%;
}

.bottom--168\% {
  bottom: -168%;
}

.m-l-168\% {
  margin-left: 168%;
}

.m-l--168\% {
  margin-left: -168%;
}

.p-l-168\% {
  padding-left: 168%;
}

.p-l--168\% {
  padding-left: -168%;
}

.left-168\% {
  left: 168%;
}

.left--168\% {
  left: -168%;
}

.m-r-168\% {
  margin-right: 168%;
}

.m-r--168\% {
  margin-right: -168%;
}

.p-r-168\% {
  padding-right: 168%;
}

.p-r--168\% {
  padding-right: -168%;
}

.right-168\% {
  right: 168%;
}

.right--168\% {
  right: -168%;
}

.h-168\% {
  height: 168%;
}

.w-168\% {
  width: 168%;
}

.max_h-168\% {
  max-height: 168%;
}

.max_w-168\% {
  max-width: 168%;
}

.min_h-168\% {
  min-height: 168%;
}

.min_w-168\% {
  min-width: 168%;
}

.h-168vh {
  height: 168vh;
}

.w-168vw {
  width: 168vw;
}

.min_w-168vw {
  min-width: 168vw;
}

.min_h-168vh {
  min-height: 168vh;
}

.max_w-168vw {
  max-width: 168vw;
}

.max_h-168vh {
  max-height: 168vh;
}

.m-t-169\% {
  margin-top: 169%;
}

.m-t--169\% {
  margin-top: -169%;
}

.p-t-169\% {
  padding-top: 169%;
}

.p-t--169\% {
  padding-top: -169%;
}

.top-169\% {
  top: 169%;
}

.top--169\% {
  top: -169%;
}

.m-b-169\% {
  margin-bottom: 169%;
}

.m-b--169\% {
  margin-bottom: -169%;
}

.p-b-169\% {
  padding-bottom: 169%;
}

.p-b--169\% {
  padding-bottom: -169%;
}

.bottom-169\% {
  bottom: 169%;
}

.bottom--169\% {
  bottom: -169%;
}

.m-l-169\% {
  margin-left: 169%;
}

.m-l--169\% {
  margin-left: -169%;
}

.p-l-169\% {
  padding-left: 169%;
}

.p-l--169\% {
  padding-left: -169%;
}

.left-169\% {
  left: 169%;
}

.left--169\% {
  left: -169%;
}

.m-r-169\% {
  margin-right: 169%;
}

.m-r--169\% {
  margin-right: -169%;
}

.p-r-169\% {
  padding-right: 169%;
}

.p-r--169\% {
  padding-right: -169%;
}

.right-169\% {
  right: 169%;
}

.right--169\% {
  right: -169%;
}

.h-169\% {
  height: 169%;
}

.w-169\% {
  width: 169%;
}

.max_h-169\% {
  max-height: 169%;
}

.max_w-169\% {
  max-width: 169%;
}

.min_h-169\% {
  min-height: 169%;
}

.min_w-169\% {
  min-width: 169%;
}

.h-169vh {
  height: 169vh;
}

.w-169vw {
  width: 169vw;
}

.min_w-169vw {
  min-width: 169vw;
}

.min_h-169vh {
  min-height: 169vh;
}

.max_w-169vw {
  max-width: 169vw;
}

.max_h-169vh {
  max-height: 169vh;
}

.m-t-170\% {
  margin-top: 170%;
}

.m-t--170\% {
  margin-top: -170%;
}

.p-t-170\% {
  padding-top: 170%;
}

.p-t--170\% {
  padding-top: -170%;
}

.top-170\% {
  top: 170%;
}

.top--170\% {
  top: -170%;
}

.m-b-170\% {
  margin-bottom: 170%;
}

.m-b--170\% {
  margin-bottom: -170%;
}

.p-b-170\% {
  padding-bottom: 170%;
}

.p-b--170\% {
  padding-bottom: -170%;
}

.bottom-170\% {
  bottom: 170%;
}

.bottom--170\% {
  bottom: -170%;
}

.m-l-170\% {
  margin-left: 170%;
}

.m-l--170\% {
  margin-left: -170%;
}

.p-l-170\% {
  padding-left: 170%;
}

.p-l--170\% {
  padding-left: -170%;
}

.left-170\% {
  left: 170%;
}

.left--170\% {
  left: -170%;
}

.m-r-170\% {
  margin-right: 170%;
}

.m-r--170\% {
  margin-right: -170%;
}

.p-r-170\% {
  padding-right: 170%;
}

.p-r--170\% {
  padding-right: -170%;
}

.right-170\% {
  right: 170%;
}

.right--170\% {
  right: -170%;
}

.h-170\% {
  height: 170%;
}

.w-170\% {
  width: 170%;
}

.max_h-170\% {
  max-height: 170%;
}

.max_w-170\% {
  max-width: 170%;
}

.min_h-170\% {
  min-height: 170%;
}

.min_w-170\% {
  min-width: 170%;
}

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

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

.min_w-170vw {
  min-width: 170vw;
}

.min_h-170vh {
  min-height: 170vh;
}

.max_w-170vw {
  max-width: 170vw;
}

.max_h-170vh {
  max-height: 170vh;
}

.m-t-171\% {
  margin-top: 171%;
}

.m-t--171\% {
  margin-top: -171%;
}

.p-t-171\% {
  padding-top: 171%;
}

.p-t--171\% {
  padding-top: -171%;
}

.top-171\% {
  top: 171%;
}

.top--171\% {
  top: -171%;
}

.m-b-171\% {
  margin-bottom: 171%;
}

.m-b--171\% {
  margin-bottom: -171%;
}

.p-b-171\% {
  padding-bottom: 171%;
}

.p-b--171\% {
  padding-bottom: -171%;
}

.bottom-171\% {
  bottom: 171%;
}

.bottom--171\% {
  bottom: -171%;
}

.m-l-171\% {
  margin-left: 171%;
}

.m-l--171\% {
  margin-left: -171%;
}

.p-l-171\% {
  padding-left: 171%;
}

.p-l--171\% {
  padding-left: -171%;
}

.left-171\% {
  left: 171%;
}

.left--171\% {
  left: -171%;
}

.m-r-171\% {
  margin-right: 171%;
}

.m-r--171\% {
  margin-right: -171%;
}

.p-r-171\% {
  padding-right: 171%;
}

.p-r--171\% {
  padding-right: -171%;
}

.right-171\% {
  right: 171%;
}

.right--171\% {
  right: -171%;
}

.h-171\% {
  height: 171%;
}

.w-171\% {
  width: 171%;
}

.max_h-171\% {
  max-height: 171%;
}

.max_w-171\% {
  max-width: 171%;
}

.min_h-171\% {
  min-height: 171%;
}

.min_w-171\% {
  min-width: 171%;
}

.h-171vh {
  height: 171vh;
}

.w-171vw {
  width: 171vw;
}

.min_w-171vw {
  min-width: 171vw;
}

.min_h-171vh {
  min-height: 171vh;
}

.max_w-171vw {
  max-width: 171vw;
}

.max_h-171vh {
  max-height: 171vh;
}

.m-t-172\% {
  margin-top: 172%;
}

.m-t--172\% {
  margin-top: -172%;
}

.p-t-172\% {
  padding-top: 172%;
}

.p-t--172\% {
  padding-top: -172%;
}

.top-172\% {
  top: 172%;
}

.top--172\% {
  top: -172%;
}

.m-b-172\% {
  margin-bottom: 172%;
}

.m-b--172\% {
  margin-bottom: -172%;
}

.p-b-172\% {
  padding-bottom: 172%;
}

.p-b--172\% {
  padding-bottom: -172%;
}

.bottom-172\% {
  bottom: 172%;
}

.bottom--172\% {
  bottom: -172%;
}

.m-l-172\% {
  margin-left: 172%;
}

.m-l--172\% {
  margin-left: -172%;
}

.p-l-172\% {
  padding-left: 172%;
}

.p-l--172\% {
  padding-left: -172%;
}

.left-172\% {
  left: 172%;
}

.left--172\% {
  left: -172%;
}

.m-r-172\% {
  margin-right: 172%;
}

.m-r--172\% {
  margin-right: -172%;
}

.p-r-172\% {
  padding-right: 172%;
}

.p-r--172\% {
  padding-right: -172%;
}

.right-172\% {
  right: 172%;
}

.right--172\% {
  right: -172%;
}

.h-172\% {
  height: 172%;
}

.w-172\% {
  width: 172%;
}

.max_h-172\% {
  max-height: 172%;
}

.max_w-172\% {
  max-width: 172%;
}

.min_h-172\% {
  min-height: 172%;
}

.min_w-172\% {
  min-width: 172%;
}

.h-172vh {
  height: 172vh;
}

.w-172vw {
  width: 172vw;
}

.min_w-172vw {
  min-width: 172vw;
}

.min_h-172vh {
  min-height: 172vh;
}

.max_w-172vw {
  max-width: 172vw;
}

.max_h-172vh {
  max-height: 172vh;
}

.m-t-173\% {
  margin-top: 173%;
}

.m-t--173\% {
  margin-top: -173%;
}

.p-t-173\% {
  padding-top: 173%;
}

.p-t--173\% {
  padding-top: -173%;
}

.top-173\% {
  top: 173%;
}

.top--173\% {
  top: -173%;
}

.m-b-173\% {
  margin-bottom: 173%;
}

.m-b--173\% {
  margin-bottom: -173%;
}

.p-b-173\% {
  padding-bottom: 173%;
}

.p-b--173\% {
  padding-bottom: -173%;
}

.bottom-173\% {
  bottom: 173%;
}

.bottom--173\% {
  bottom: -173%;
}

.m-l-173\% {
  margin-left: 173%;
}

.m-l--173\% {
  margin-left: -173%;
}

.p-l-173\% {
  padding-left: 173%;
}

.p-l--173\% {
  padding-left: -173%;
}

.left-173\% {
  left: 173%;
}

.left--173\% {
  left: -173%;
}

.m-r-173\% {
  margin-right: 173%;
}

.m-r--173\% {
  margin-right: -173%;
}

.p-r-173\% {
  padding-right: 173%;
}

.p-r--173\% {
  padding-right: -173%;
}

.right-173\% {
  right: 173%;
}

.right--173\% {
  right: -173%;
}

.h-173\% {
  height: 173%;
}

.w-173\% {
  width: 173%;
}

.max_h-173\% {
  max-height: 173%;
}

.max_w-173\% {
  max-width: 173%;
}

.min_h-173\% {
  min-height: 173%;
}

.min_w-173\% {
  min-width: 173%;
}

.h-173vh {
  height: 173vh;
}

.w-173vw {
  width: 173vw;
}

.min_w-173vw {
  min-width: 173vw;
}

.min_h-173vh {
  min-height: 173vh;
}

.max_w-173vw {
  max-width: 173vw;
}

.max_h-173vh {
  max-height: 173vh;
}

.m-t-174\% {
  margin-top: 174%;
}

.m-t--174\% {
  margin-top: -174%;
}

.p-t-174\% {
  padding-top: 174%;
}

.p-t--174\% {
  padding-top: -174%;
}

.top-174\% {
  top: 174%;
}

.top--174\% {
  top: -174%;
}

.m-b-174\% {
  margin-bottom: 174%;
}

.m-b--174\% {
  margin-bottom: -174%;
}

.p-b-174\% {
  padding-bottom: 174%;
}

.p-b--174\% {
  padding-bottom: -174%;
}

.bottom-174\% {
  bottom: 174%;
}

.bottom--174\% {
  bottom: -174%;
}

.m-l-174\% {
  margin-left: 174%;
}

.m-l--174\% {
  margin-left: -174%;
}

.p-l-174\% {
  padding-left: 174%;
}

.p-l--174\% {
  padding-left: -174%;
}

.left-174\% {
  left: 174%;
}

.left--174\% {
  left: -174%;
}

.m-r-174\% {
  margin-right: 174%;
}

.m-r--174\% {
  margin-right: -174%;
}

.p-r-174\% {
  padding-right: 174%;
}

.p-r--174\% {
  padding-right: -174%;
}

.right-174\% {
  right: 174%;
}

.right--174\% {
  right: -174%;
}

.h-174\% {
  height: 174%;
}

.w-174\% {
  width: 174%;
}

.max_h-174\% {
  max-height: 174%;
}

.max_w-174\% {
  max-width: 174%;
}

.min_h-174\% {
  min-height: 174%;
}

.min_w-174\% {
  min-width: 174%;
}

.h-174vh {
  height: 174vh;
}

.w-174vw {
  width: 174vw;
}

.min_w-174vw {
  min-width: 174vw;
}

.min_h-174vh {
  min-height: 174vh;
}

.max_w-174vw {
  max-width: 174vw;
}

.max_h-174vh {
  max-height: 174vh;
}

.m-t-175\% {
  margin-top: 175%;
}

.m-t--175\% {
  margin-top: -175%;
}

.p-t-175\% {
  padding-top: 175%;
}

.p-t--175\% {
  padding-top: -175%;
}

.top-175\% {
  top: 175%;
}

.top--175\% {
  top: -175%;
}

.m-b-175\% {
  margin-bottom: 175%;
}

.m-b--175\% {
  margin-bottom: -175%;
}

.p-b-175\% {
  padding-bottom: 175%;
}

.p-b--175\% {
  padding-bottom: -175%;
}

.bottom-175\% {
  bottom: 175%;
}

.bottom--175\% {
  bottom: -175%;
}

.m-l-175\% {
  margin-left: 175%;
}

.m-l--175\% {
  margin-left: -175%;
}

.p-l-175\% {
  padding-left: 175%;
}

.p-l--175\% {
  padding-left: -175%;
}

.left-175\% {
  left: 175%;
}

.left--175\% {
  left: -175%;
}

.m-r-175\% {
  margin-right: 175%;
}

.m-r--175\% {
  margin-right: -175%;
}

.p-r-175\% {
  padding-right: 175%;
}

.p-r--175\% {
  padding-right: -175%;
}

.right-175\% {
  right: 175%;
}

.right--175\% {
  right: -175%;
}

.h-175\% {
  height: 175%;
}

.w-175\% {
  width: 175%;
}

.max_h-175\% {
  max-height: 175%;
}

.max_w-175\% {
  max-width: 175%;
}

.min_h-175\% {
  min-height: 175%;
}

.min_w-175\% {
  min-width: 175%;
}

.h-175vh {
  height: 175vh;
}

.w-175vw {
  width: 175vw;
}

.min_w-175vw {
  min-width: 175vw;
}

.min_h-175vh {
  min-height: 175vh;
}

.max_w-175vw {
  max-width: 175vw;
}

.max_h-175vh {
  max-height: 175vh;
}

.m-t-176\% {
  margin-top: 176%;
}

.m-t--176\% {
  margin-top: -176%;
}

.p-t-176\% {
  padding-top: 176%;
}

.p-t--176\% {
  padding-top: -176%;
}

.top-176\% {
  top: 176%;
}

.top--176\% {
  top: -176%;
}

.m-b-176\% {
  margin-bottom: 176%;
}

.m-b--176\% {
  margin-bottom: -176%;
}

.p-b-176\% {
  padding-bottom: 176%;
}

.p-b--176\% {
  padding-bottom: -176%;
}

.bottom-176\% {
  bottom: 176%;
}

.bottom--176\% {
  bottom: -176%;
}

.m-l-176\% {
  margin-left: 176%;
}

.m-l--176\% {
  margin-left: -176%;
}

.p-l-176\% {
  padding-left: 176%;
}

.p-l--176\% {
  padding-left: -176%;
}

.left-176\% {
  left: 176%;
}

.left--176\% {
  left: -176%;
}

.m-r-176\% {
  margin-right: 176%;
}

.m-r--176\% {
  margin-right: -176%;
}

.p-r-176\% {
  padding-right: 176%;
}

.p-r--176\% {
  padding-right: -176%;
}

.right-176\% {
  right: 176%;
}

.right--176\% {
  right: -176%;
}

.h-176\% {
  height: 176%;
}

.w-176\% {
  width: 176%;
}

.max_h-176\% {
  max-height: 176%;
}

.max_w-176\% {
  max-width: 176%;
}

.min_h-176\% {
  min-height: 176%;
}

.min_w-176\% {
  min-width: 176%;
}

.h-176vh {
  height: 176vh;
}

.w-176vw {
  width: 176vw;
}

.min_w-176vw {
  min-width: 176vw;
}

.min_h-176vh {
  min-height: 176vh;
}

.max_w-176vw {
  max-width: 176vw;
}

.max_h-176vh {
  max-height: 176vh;
}

.m-t-177\% {
  margin-top: 177%;
}

.m-t--177\% {
  margin-top: -177%;
}

.p-t-177\% {
  padding-top: 177%;
}

.p-t--177\% {
  padding-top: -177%;
}

.top-177\% {
  top: 177%;
}

.top--177\% {
  top: -177%;
}

.m-b-177\% {
  margin-bottom: 177%;
}

.m-b--177\% {
  margin-bottom: -177%;
}

.p-b-177\% {
  padding-bottom: 177%;
}

.p-b--177\% {
  padding-bottom: -177%;
}

.bottom-177\% {
  bottom: 177%;
}

.bottom--177\% {
  bottom: -177%;
}

.m-l-177\% {
  margin-left: 177%;
}

.m-l--177\% {
  margin-left: -177%;
}

.p-l-177\% {
  padding-left: 177%;
}

.p-l--177\% {
  padding-left: -177%;
}

.left-177\% {
  left: 177%;
}

.left--177\% {
  left: -177%;
}

.m-r-177\% {
  margin-right: 177%;
}

.m-r--177\% {
  margin-right: -177%;
}

.p-r-177\% {
  padding-right: 177%;
}

.p-r--177\% {
  padding-right: -177%;
}

.right-177\% {
  right: 177%;
}

.right--177\% {
  right: -177%;
}

.h-177\% {
  height: 177%;
}

.w-177\% {
  width: 177%;
}

.max_h-177\% {
  max-height: 177%;
}

.max_w-177\% {
  max-width: 177%;
}

.min_h-177\% {
  min-height: 177%;
}

.min_w-177\% {
  min-width: 177%;
}

.h-177vh {
  height: 177vh;
}

.w-177vw {
  width: 177vw;
}

.min_w-177vw {
  min-width: 177vw;
}

.min_h-177vh {
  min-height: 177vh;
}

.max_w-177vw {
  max-width: 177vw;
}

.max_h-177vh {
  max-height: 177vh;
}

.m-t-178\% {
  margin-top: 178%;
}

.m-t--178\% {
  margin-top: -178%;
}

.p-t-178\% {
  padding-top: 178%;
}

.p-t--178\% {
  padding-top: -178%;
}

.top-178\% {
  top: 178%;
}

.top--178\% {
  top: -178%;
}

.m-b-178\% {
  margin-bottom: 178%;
}

.m-b--178\% {
  margin-bottom: -178%;
}

.p-b-178\% {
  padding-bottom: 178%;
}

.p-b--178\% {
  padding-bottom: -178%;
}

.bottom-178\% {
  bottom: 178%;
}

.bottom--178\% {
  bottom: -178%;
}

.m-l-178\% {
  margin-left: 178%;
}

.m-l--178\% {
  margin-left: -178%;
}

.p-l-178\% {
  padding-left: 178%;
}

.p-l--178\% {
  padding-left: -178%;
}

.left-178\% {
  left: 178%;
}

.left--178\% {
  left: -178%;
}

.m-r-178\% {
  margin-right: 178%;
}

.m-r--178\% {
  margin-right: -178%;
}

.p-r-178\% {
  padding-right: 178%;
}

.p-r--178\% {
  padding-right: -178%;
}

.right-178\% {
  right: 178%;
}

.right--178\% {
  right: -178%;
}

.h-178\% {
  height: 178%;
}

.w-178\% {
  width: 178%;
}

.max_h-178\% {
  max-height: 178%;
}

.max_w-178\% {
  max-width: 178%;
}

.min_h-178\% {
  min-height: 178%;
}

.min_w-178\% {
  min-width: 178%;
}

.h-178vh {
  height: 178vh;
}

.w-178vw {
  width: 178vw;
}

.min_w-178vw {
  min-width: 178vw;
}

.min_h-178vh {
  min-height: 178vh;
}

.max_w-178vw {
  max-width: 178vw;
}

.max_h-178vh {
  max-height: 178vh;
}

.m-t-179\% {
  margin-top: 179%;
}

.m-t--179\% {
  margin-top: -179%;
}

.p-t-179\% {
  padding-top: 179%;
}

.p-t--179\% {
  padding-top: -179%;
}

.top-179\% {
  top: 179%;
}

.top--179\% {
  top: -179%;
}

.m-b-179\% {
  margin-bottom: 179%;
}

.m-b--179\% {
  margin-bottom: -179%;
}

.p-b-179\% {
  padding-bottom: 179%;
}

.p-b--179\% {
  padding-bottom: -179%;
}

.bottom-179\% {
  bottom: 179%;
}

.bottom--179\% {
  bottom: -179%;
}

.m-l-179\% {
  margin-left: 179%;
}

.m-l--179\% {
  margin-left: -179%;
}

.p-l-179\% {
  padding-left: 179%;
}

.p-l--179\% {
  padding-left: -179%;
}

.left-179\% {
  left: 179%;
}

.left--179\% {
  left: -179%;
}

.m-r-179\% {
  margin-right: 179%;
}

.m-r--179\% {
  margin-right: -179%;
}

.p-r-179\% {
  padding-right: 179%;
}

.p-r--179\% {
  padding-right: -179%;
}

.right-179\% {
  right: 179%;
}

.right--179\% {
  right: -179%;
}

.h-179\% {
  height: 179%;
}

.w-179\% {
  width: 179%;
}

.max_h-179\% {
  max-height: 179%;
}

.max_w-179\% {
  max-width: 179%;
}

.min_h-179\% {
  min-height: 179%;
}

.min_w-179\% {
  min-width: 179%;
}

.h-179vh {
  height: 179vh;
}

.w-179vw {
  width: 179vw;
}

.min_w-179vw {
  min-width: 179vw;
}

.min_h-179vh {
  min-height: 179vh;
}

.max_w-179vw {
  max-width: 179vw;
}

.max_h-179vh {
  max-height: 179vh;
}

.m-t-180\% {
  margin-top: 180%;
}

.m-t--180\% {
  margin-top: -180%;
}

.p-t-180\% {
  padding-top: 180%;
}

.p-t--180\% {
  padding-top: -180%;
}

.top-180\% {
  top: 180%;
}

.top--180\% {
  top: -180%;
}

.m-b-180\% {
  margin-bottom: 180%;
}

.m-b--180\% {
  margin-bottom: -180%;
}

.p-b-180\% {
  padding-bottom: 180%;
}

.p-b--180\% {
  padding-bottom: -180%;
}

.bottom-180\% {
  bottom: 180%;
}

.bottom--180\% {
  bottom: -180%;
}

.m-l-180\% {
  margin-left: 180%;
}

.m-l--180\% {
  margin-left: -180%;
}

.p-l-180\% {
  padding-left: 180%;
}

.p-l--180\% {
  padding-left: -180%;
}

.left-180\% {
  left: 180%;
}

.left--180\% {
  left: -180%;
}

.m-r-180\% {
  margin-right: 180%;
}

.m-r--180\% {
  margin-right: -180%;
}

.p-r-180\% {
  padding-right: 180%;
}

.p-r--180\% {
  padding-right: -180%;
}

.right-180\% {
  right: 180%;
}

.right--180\% {
  right: -180%;
}

.h-180\% {
  height: 180%;
}

.w-180\% {
  width: 180%;
}

.max_h-180\% {
  max-height: 180%;
}

.max_w-180\% {
  max-width: 180%;
}

.min_h-180\% {
  min-height: 180%;
}

.min_w-180\% {
  min-width: 180%;
}

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

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

.min_w-180vw {
  min-width: 180vw;
}

.min_h-180vh {
  min-height: 180vh;
}

.max_w-180vw {
  max-width: 180vw;
}

.max_h-180vh {
  max-height: 180vh;
}

.m-t-181\% {
  margin-top: 181%;
}

.m-t--181\% {
  margin-top: -181%;
}

.p-t-181\% {
  padding-top: 181%;
}

.p-t--181\% {
  padding-top: -181%;
}

.top-181\% {
  top: 181%;
}

.top--181\% {
  top: -181%;
}

.m-b-181\% {
  margin-bottom: 181%;
}

.m-b--181\% {
  margin-bottom: -181%;
}

.p-b-181\% {
  padding-bottom: 181%;
}

.p-b--181\% {
  padding-bottom: -181%;
}

.bottom-181\% {
  bottom: 181%;
}

.bottom--181\% {
  bottom: -181%;
}

.m-l-181\% {
  margin-left: 181%;
}

.m-l--181\% {
  margin-left: -181%;
}

.p-l-181\% {
  padding-left: 181%;
}

.p-l--181\% {
  padding-left: -181%;
}

.left-181\% {
  left: 181%;
}

.left--181\% {
  left: -181%;
}

.m-r-181\% {
  margin-right: 181%;
}

.m-r--181\% {
  margin-right: -181%;
}

.p-r-181\% {
  padding-right: 181%;
}

.p-r--181\% {
  padding-right: -181%;
}

.right-181\% {
  right: 181%;
}

.right--181\% {
  right: -181%;
}

.h-181\% {
  height: 181%;
}

.w-181\% {
  width: 181%;
}

.max_h-181\% {
  max-height: 181%;
}

.max_w-181\% {
  max-width: 181%;
}

.min_h-181\% {
  min-height: 181%;
}

.min_w-181\% {
  min-width: 181%;
}

.h-181vh {
  height: 181vh;
}

.w-181vw {
  width: 181vw;
}

.min_w-181vw {
  min-width: 181vw;
}

.min_h-181vh {
  min-height: 181vh;
}

.max_w-181vw {
  max-width: 181vw;
}

.max_h-181vh {
  max-height: 181vh;
}

.m-t-182\% {
  margin-top: 182%;
}

.m-t--182\% {
  margin-top: -182%;
}

.p-t-182\% {
  padding-top: 182%;
}

.p-t--182\% {
  padding-top: -182%;
}

.top-182\% {
  top: 182%;
}

.top--182\% {
  top: -182%;
}

.m-b-182\% {
  margin-bottom: 182%;
}

.m-b--182\% {
  margin-bottom: -182%;
}

.p-b-182\% {
  padding-bottom: 182%;
}

.p-b--182\% {
  padding-bottom: -182%;
}

.bottom-182\% {
  bottom: 182%;
}

.bottom--182\% {
  bottom: -182%;
}

.m-l-182\% {
  margin-left: 182%;
}

.m-l--182\% {
  margin-left: -182%;
}

.p-l-182\% {
  padding-left: 182%;
}

.p-l--182\% {
  padding-left: -182%;
}

.left-182\% {
  left: 182%;
}

.left--182\% {
  left: -182%;
}

.m-r-182\% {
  margin-right: 182%;
}

.m-r--182\% {
  margin-right: -182%;
}

.p-r-182\% {
  padding-right: 182%;
}

.p-r--182\% {
  padding-right: -182%;
}

.right-182\% {
  right: 182%;
}

.right--182\% {
  right: -182%;
}

.h-182\% {
  height: 182%;
}

.w-182\% {
  width: 182%;
}

.max_h-182\% {
  max-height: 182%;
}

.max_w-182\% {
  max-width: 182%;
}

.min_h-182\% {
  min-height: 182%;
}

.min_w-182\% {
  min-width: 182%;
}

.h-182vh {
  height: 182vh;
}

.w-182vw {
  width: 182vw;
}

.min_w-182vw {
  min-width: 182vw;
}

.min_h-182vh {
  min-height: 182vh;
}

.max_w-182vw {
  max-width: 182vw;
}

.max_h-182vh {
  max-height: 182vh;
}

.m-t-183\% {
  margin-top: 183%;
}

.m-t--183\% {
  margin-top: -183%;
}

.p-t-183\% {
  padding-top: 183%;
}

.p-t--183\% {
  padding-top: -183%;
}

.top-183\% {
  top: 183%;
}

.top--183\% {
  top: -183%;
}

.m-b-183\% {
  margin-bottom: 183%;
}

.m-b--183\% {
  margin-bottom: -183%;
}

.p-b-183\% {
  padding-bottom: 183%;
}

.p-b--183\% {
  padding-bottom: -183%;
}

.bottom-183\% {
  bottom: 183%;
}

.bottom--183\% {
  bottom: -183%;
}

.m-l-183\% {
  margin-left: 183%;
}

.m-l--183\% {
  margin-left: -183%;
}

.p-l-183\% {
  padding-left: 183%;
}

.p-l--183\% {
  padding-left: -183%;
}

.left-183\% {
  left: 183%;
}

.left--183\% {
  left: -183%;
}

.m-r-183\% {
  margin-right: 183%;
}

.m-r--183\% {
  margin-right: -183%;
}

.p-r-183\% {
  padding-right: 183%;
}

.p-r--183\% {
  padding-right: -183%;
}

.right-183\% {
  right: 183%;
}

.right--183\% {
  right: -183%;
}

.h-183\% {
  height: 183%;
}

.w-183\% {
  width: 183%;
}

.max_h-183\% {
  max-height: 183%;
}

.max_w-183\% {
  max-width: 183%;
}

.min_h-183\% {
  min-height: 183%;
}

.min_w-183\% {
  min-width: 183%;
}

.h-183vh {
  height: 183vh;
}

.w-183vw {
  width: 183vw;
}

.min_w-183vw {
  min-width: 183vw;
}

.min_h-183vh {
  min-height: 183vh;
}

.max_w-183vw {
  max-width: 183vw;
}

.max_h-183vh {
  max-height: 183vh;
}

.m-t-184\% {
  margin-top: 184%;
}

.m-t--184\% {
  margin-top: -184%;
}

.p-t-184\% {
  padding-top: 184%;
}

.p-t--184\% {
  padding-top: -184%;
}

.top-184\% {
  top: 184%;
}

.top--184\% {
  top: -184%;
}

.m-b-184\% {
  margin-bottom: 184%;
}

.m-b--184\% {
  margin-bottom: -184%;
}

.p-b-184\% {
  padding-bottom: 184%;
}

.p-b--184\% {
  padding-bottom: -184%;
}

.bottom-184\% {
  bottom: 184%;
}

.bottom--184\% {
  bottom: -184%;
}

.m-l-184\% {
  margin-left: 184%;
}

.m-l--184\% {
  margin-left: -184%;
}

.p-l-184\% {
  padding-left: 184%;
}

.p-l--184\% {
  padding-left: -184%;
}

.left-184\% {
  left: 184%;
}

.left--184\% {
  left: -184%;
}

.m-r-184\% {
  margin-right: 184%;
}

.m-r--184\% {
  margin-right: -184%;
}

.p-r-184\% {
  padding-right: 184%;
}

.p-r--184\% {
  padding-right: -184%;
}

.right-184\% {
  right: 184%;
}

.right--184\% {
  right: -184%;
}

.h-184\% {
  height: 184%;
}

.w-184\% {
  width: 184%;
}

.max_h-184\% {
  max-height: 184%;
}

.max_w-184\% {
  max-width: 184%;
}

.min_h-184\% {
  min-height: 184%;
}

.min_w-184\% {
  min-width: 184%;
}

.h-184vh {
  height: 184vh;
}

.w-184vw {
  width: 184vw;
}

.min_w-184vw {
  min-width: 184vw;
}

.min_h-184vh {
  min-height: 184vh;
}

.max_w-184vw {
  max-width: 184vw;
}

.max_h-184vh {
  max-height: 184vh;
}

.m-t-185\% {
  margin-top: 185%;
}

.m-t--185\% {
  margin-top: -185%;
}

.p-t-185\% {
  padding-top: 185%;
}

.p-t--185\% {
  padding-top: -185%;
}

.top-185\% {
  top: 185%;
}

.top--185\% {
  top: -185%;
}

.m-b-185\% {
  margin-bottom: 185%;
}

.m-b--185\% {
  margin-bottom: -185%;
}

.p-b-185\% {
  padding-bottom: 185%;
}

.p-b--185\% {
  padding-bottom: -185%;
}

.bottom-185\% {
  bottom: 185%;
}

.bottom--185\% {
  bottom: -185%;
}

.m-l-185\% {
  margin-left: 185%;
}

.m-l--185\% {
  margin-left: -185%;
}

.p-l-185\% {
  padding-left: 185%;
}

.p-l--185\% {
  padding-left: -185%;
}

.left-185\% {
  left: 185%;
}

.left--185\% {
  left: -185%;
}

.m-r-185\% {
  margin-right: 185%;
}

.m-r--185\% {
  margin-right: -185%;
}

.p-r-185\% {
  padding-right: 185%;
}

.p-r--185\% {
  padding-right: -185%;
}

.right-185\% {
  right: 185%;
}

.right--185\% {
  right: -185%;
}

.h-185\% {
  height: 185%;
}

.w-185\% {
  width: 185%;
}

.max_h-185\% {
  max-height: 185%;
}

.max_w-185\% {
  max-width: 185%;
}

.min_h-185\% {
  min-height: 185%;
}

.min_w-185\% {
  min-width: 185%;
}

.h-185vh {
  height: 185vh;
}

.w-185vw {
  width: 185vw;
}

.min_w-185vw {
  min-width: 185vw;
}

.min_h-185vh {
  min-height: 185vh;
}

.max_w-185vw {
  max-width: 185vw;
}

.max_h-185vh {
  max-height: 185vh;
}

.m-t-186\% {
  margin-top: 186%;
}

.m-t--186\% {
  margin-top: -186%;
}

.p-t-186\% {
  padding-top: 186%;
}

.p-t--186\% {
  padding-top: -186%;
}

.top-186\% {
  top: 186%;
}

.top--186\% {
  top: -186%;
}

.m-b-186\% {
  margin-bottom: 186%;
}

.m-b--186\% {
  margin-bottom: -186%;
}

.p-b-186\% {
  padding-bottom: 186%;
}

.p-b--186\% {
  padding-bottom: -186%;
}

.bottom-186\% {
  bottom: 186%;
}

.bottom--186\% {
  bottom: -186%;
}

.m-l-186\% {
  margin-left: 186%;
}

.m-l--186\% {
  margin-left: -186%;
}

.p-l-186\% {
  padding-left: 186%;
}

.p-l--186\% {
  padding-left: -186%;
}

.left-186\% {
  left: 186%;
}

.left--186\% {
  left: -186%;
}

.m-r-186\% {
  margin-right: 186%;
}

.m-r--186\% {
  margin-right: -186%;
}

.p-r-186\% {
  padding-right: 186%;
}

.p-r--186\% {
  padding-right: -186%;
}

.right-186\% {
  right: 186%;
}

.right--186\% {
  right: -186%;
}

.h-186\% {
  height: 186%;
}

.w-186\% {
  width: 186%;
}

.max_h-186\% {
  max-height: 186%;
}

.max_w-186\% {
  max-width: 186%;
}

.min_h-186\% {
  min-height: 186%;
}

.min_w-186\% {
  min-width: 186%;
}

.h-186vh {
  height: 186vh;
}

.w-186vw {
  width: 186vw;
}

.min_w-186vw {
  min-width: 186vw;
}

.min_h-186vh {
  min-height: 186vh;
}

.max_w-186vw {
  max-width: 186vw;
}

.max_h-186vh {
  max-height: 186vh;
}

.m-t-187\% {
  margin-top: 187%;
}

.m-t--187\% {
  margin-top: -187%;
}

.p-t-187\% {
  padding-top: 187%;
}

.p-t--187\% {
  padding-top: -187%;
}

.top-187\% {
  top: 187%;
}

.top--187\% {
  top: -187%;
}

.m-b-187\% {
  margin-bottom: 187%;
}

.m-b--187\% {
  margin-bottom: -187%;
}

.p-b-187\% {
  padding-bottom: 187%;
}

.p-b--187\% {
  padding-bottom: -187%;
}

.bottom-187\% {
  bottom: 187%;
}

.bottom--187\% {
  bottom: -187%;
}

.m-l-187\% {
  margin-left: 187%;
}

.m-l--187\% {
  margin-left: -187%;
}

.p-l-187\% {
  padding-left: 187%;
}

.p-l--187\% {
  padding-left: -187%;
}

.left-187\% {
  left: 187%;
}

.left--187\% {
  left: -187%;
}

.m-r-187\% {
  margin-right: 187%;
}

.m-r--187\% {
  margin-right: -187%;
}

.p-r-187\% {
  padding-right: 187%;
}

.p-r--187\% {
  padding-right: -187%;
}

.right-187\% {
  right: 187%;
}

.right--187\% {
  right: -187%;
}

.h-187\% {
  height: 187%;
}

.w-187\% {
  width: 187%;
}

.max_h-187\% {
  max-height: 187%;
}

.max_w-187\% {
  max-width: 187%;
}

.min_h-187\% {
  min-height: 187%;
}

.min_w-187\% {
  min-width: 187%;
}

.h-187vh {
  height: 187vh;
}

.w-187vw {
  width: 187vw;
}

.min_w-187vw {
  min-width: 187vw;
}

.min_h-187vh {
  min-height: 187vh;
}

.max_w-187vw {
  max-width: 187vw;
}

.max_h-187vh {
  max-height: 187vh;
}

.m-t-188\% {
  margin-top: 188%;
}

.m-t--188\% {
  margin-top: -188%;
}

.p-t-188\% {
  padding-top: 188%;
}

.p-t--188\% {
  padding-top: -188%;
}

.top-188\% {
  top: 188%;
}

.top--188\% {
  top: -188%;
}

.m-b-188\% {
  margin-bottom: 188%;
}

.m-b--188\% {
  margin-bottom: -188%;
}

.p-b-188\% {
  padding-bottom: 188%;
}

.p-b--188\% {
  padding-bottom: -188%;
}

.bottom-188\% {
  bottom: 188%;
}

.bottom--188\% {
  bottom: -188%;
}

.m-l-188\% {
  margin-left: 188%;
}

.m-l--188\% {
  margin-left: -188%;
}

.p-l-188\% {
  padding-left: 188%;
}

.p-l--188\% {
  padding-left: -188%;
}

.left-188\% {
  left: 188%;
}

.left--188\% {
  left: -188%;
}

.m-r-188\% {
  margin-right: 188%;
}

.m-r--188\% {
  margin-right: -188%;
}

.p-r-188\% {
  padding-right: 188%;
}

.p-r--188\% {
  padding-right: -188%;
}

.right-188\% {
  right: 188%;
}

.right--188\% {
  right: -188%;
}

.h-188\% {
  height: 188%;
}

.w-188\% {
  width: 188%;
}

.max_h-188\% {
  max-height: 188%;
}

.max_w-188\% {
  max-width: 188%;
}

.min_h-188\% {
  min-height: 188%;
}

.min_w-188\% {
  min-width: 188%;
}

.h-188vh {
  height: 188vh;
}

.w-188vw {
  width: 188vw;
}

.min_w-188vw {
  min-width: 188vw;
}

.min_h-188vh {
  min-height: 188vh;
}

.max_w-188vw {
  max-width: 188vw;
}

.max_h-188vh {
  max-height: 188vh;
}

.m-t-189\% {
  margin-top: 189%;
}

.m-t--189\% {
  margin-top: -189%;
}

.p-t-189\% {
  padding-top: 189%;
}

.p-t--189\% {
  padding-top: -189%;
}

.top-189\% {
  top: 189%;
}

.top--189\% {
  top: -189%;
}

.m-b-189\% {
  margin-bottom: 189%;
}

.m-b--189\% {
  margin-bottom: -189%;
}

.p-b-189\% {
  padding-bottom: 189%;
}

.p-b--189\% {
  padding-bottom: -189%;
}

.bottom-189\% {
  bottom: 189%;
}

.bottom--189\% {
  bottom: -189%;
}

.m-l-189\% {
  margin-left: 189%;
}

.m-l--189\% {
  margin-left: -189%;
}

.p-l-189\% {
  padding-left: 189%;
}

.p-l--189\% {
  padding-left: -189%;
}

.left-189\% {
  left: 189%;
}

.left--189\% {
  left: -189%;
}

.m-r-189\% {
  margin-right: 189%;
}

.m-r--189\% {
  margin-right: -189%;
}

.p-r-189\% {
  padding-right: 189%;
}

.p-r--189\% {
  padding-right: -189%;
}

.right-189\% {
  right: 189%;
}

.right--189\% {
  right: -189%;
}

.h-189\% {
  height: 189%;
}

.w-189\% {
  width: 189%;
}

.max_h-189\% {
  max-height: 189%;
}

.max_w-189\% {
  max-width: 189%;
}

.min_h-189\% {
  min-height: 189%;
}

.min_w-189\% {
  min-width: 189%;
}

.h-189vh {
  height: 189vh;
}

.w-189vw {
  width: 189vw;
}

.min_w-189vw {
  min-width: 189vw;
}

.min_h-189vh {
  min-height: 189vh;
}

.max_w-189vw {
  max-width: 189vw;
}

.max_h-189vh {
  max-height: 189vh;
}

.m-t-190\% {
  margin-top: 190%;
}

.m-t--190\% {
  margin-top: -190%;
}

.p-t-190\% {
  padding-top: 190%;
}

.p-t--190\% {
  padding-top: -190%;
}

.top-190\% {
  top: 190%;
}

.top--190\% {
  top: -190%;
}

.m-b-190\% {
  margin-bottom: 190%;
}

.m-b--190\% {
  margin-bottom: -190%;
}

.p-b-190\% {
  padding-bottom: 190%;
}

.p-b--190\% {
  padding-bottom: -190%;
}

.bottom-190\% {
  bottom: 190%;
}

.bottom--190\% {
  bottom: -190%;
}

.m-l-190\% {
  margin-left: 190%;
}

.m-l--190\% {
  margin-left: -190%;
}

.p-l-190\% {
  padding-left: 190%;
}

.p-l--190\% {
  padding-left: -190%;
}

.left-190\% {
  left: 190%;
}

.left--190\% {
  left: -190%;
}

.m-r-190\% {
  margin-right: 190%;
}

.m-r--190\% {
  margin-right: -190%;
}

.p-r-190\% {
  padding-right: 190%;
}

.p-r--190\% {
  padding-right: -190%;
}

.right-190\% {
  right: 190%;
}

.right--190\% {
  right: -190%;
}

.h-190\% {
  height: 190%;
}

.w-190\% {
  width: 190%;
}

.max_h-190\% {
  max-height: 190%;
}

.max_w-190\% {
  max-width: 190%;
}

.min_h-190\% {
  min-height: 190%;
}

.min_w-190\% {
  min-width: 190%;
}

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

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

.min_w-190vw {
  min-width: 190vw;
}

.min_h-190vh {
  min-height: 190vh;
}

.max_w-190vw {
  max-width: 190vw;
}

.max_h-190vh {
  max-height: 190vh;
}

.m-t-191\% {
  margin-top: 191%;
}

.m-t--191\% {
  margin-top: -191%;
}

.p-t-191\% {
  padding-top: 191%;
}

.p-t--191\% {
  padding-top: -191%;
}

.top-191\% {
  top: 191%;
}

.top--191\% {
  top: -191%;
}

.m-b-191\% {
  margin-bottom: 191%;
}

.m-b--191\% {
  margin-bottom: -191%;
}

.p-b-191\% {
  padding-bottom: 191%;
}

.p-b--191\% {
  padding-bottom: -191%;
}

.bottom-191\% {
  bottom: 191%;
}

.bottom--191\% {
  bottom: -191%;
}

.m-l-191\% {
  margin-left: 191%;
}

.m-l--191\% {
  margin-left: -191%;
}

.p-l-191\% {
  padding-left: 191%;
}

.p-l--191\% {
  padding-left: -191%;
}

.left-191\% {
  left: 191%;
}

.left--191\% {
  left: -191%;
}

.m-r-191\% {
  margin-right: 191%;
}

.m-r--191\% {
  margin-right: -191%;
}

.p-r-191\% {
  padding-right: 191%;
}

.p-r--191\% {
  padding-right: -191%;
}

.right-191\% {
  right: 191%;
}

.right--191\% {
  right: -191%;
}

.h-191\% {
  height: 191%;
}

.w-191\% {
  width: 191%;
}

.max_h-191\% {
  max-height: 191%;
}

.max_w-191\% {
  max-width: 191%;
}

.min_h-191\% {
  min-height: 191%;
}

.min_w-191\% {
  min-width: 191%;
}

.h-191vh {
  height: 191vh;
}

.w-191vw {
  width: 191vw;
}

.min_w-191vw {
  min-width: 191vw;
}

.min_h-191vh {
  min-height: 191vh;
}

.max_w-191vw {
  max-width: 191vw;
}

.max_h-191vh {
  max-height: 191vh;
}

.m-t-192\% {
  margin-top: 192%;
}

.m-t--192\% {
  margin-top: -192%;
}

.p-t-192\% {
  padding-top: 192%;
}

.p-t--192\% {
  padding-top: -192%;
}

.top-192\% {
  top: 192%;
}

.top--192\% {
  top: -192%;
}

.m-b-192\% {
  margin-bottom: 192%;
}

.m-b--192\% {
  margin-bottom: -192%;
}

.p-b-192\% {
  padding-bottom: 192%;
}

.p-b--192\% {
  padding-bottom: -192%;
}

.bottom-192\% {
  bottom: 192%;
}

.bottom--192\% {
  bottom: -192%;
}

.m-l-192\% {
  margin-left: 192%;
}

.m-l--192\% {
  margin-left: -192%;
}

.p-l-192\% {
  padding-left: 192%;
}

.p-l--192\% {
  padding-left: -192%;
}

.left-192\% {
  left: 192%;
}

.left--192\% {
  left: -192%;
}

.m-r-192\% {
  margin-right: 192%;
}

.m-r--192\% {
  margin-right: -192%;
}

.p-r-192\% {
  padding-right: 192%;
}

.p-r--192\% {
  padding-right: -192%;
}

.right-192\% {
  right: 192%;
}

.right--192\% {
  right: -192%;
}

.h-192\% {
  height: 192%;
}

.w-192\% {
  width: 192%;
}

.max_h-192\% {
  max-height: 192%;
}

.max_w-192\% {
  max-width: 192%;
}

.min_h-192\% {
  min-height: 192%;
}

.min_w-192\% {
  min-width: 192%;
}

.h-192vh {
  height: 192vh;
}

.w-192vw {
  width: 192vw;
}

.min_w-192vw {
  min-width: 192vw;
}

.min_h-192vh {
  min-height: 192vh;
}

.max_w-192vw {
  max-width: 192vw;
}

.max_h-192vh {
  max-height: 192vh;
}

.m-t-193\% {
  margin-top: 193%;
}

.m-t--193\% {
  margin-top: -193%;
}

.p-t-193\% {
  padding-top: 193%;
}

.p-t--193\% {
  padding-top: -193%;
}

.top-193\% {
  top: 193%;
}

.top--193\% {
  top: -193%;
}

.m-b-193\% {
  margin-bottom: 193%;
}

.m-b--193\% {
  margin-bottom: -193%;
}

.p-b-193\% {
  padding-bottom: 193%;
}

.p-b--193\% {
  padding-bottom: -193%;
}

.bottom-193\% {
  bottom: 193%;
}

.bottom--193\% {
  bottom: -193%;
}

.m-l-193\% {
  margin-left: 193%;
}

.m-l--193\% {
  margin-left: -193%;
}

.p-l-193\% {
  padding-left: 193%;
}

.p-l--193\% {
  padding-left: -193%;
}

.left-193\% {
  left: 193%;
}

.left--193\% {
  left: -193%;
}

.m-r-193\% {
  margin-right: 193%;
}

.m-r--193\% {
  margin-right: -193%;
}

.p-r-193\% {
  padding-right: 193%;
}

.p-r--193\% {
  padding-right: -193%;
}

.right-193\% {
  right: 193%;
}

.right--193\% {
  right: -193%;
}

.h-193\% {
  height: 193%;
}

.w-193\% {
  width: 193%;
}

.max_h-193\% {
  max-height: 193%;
}

.max_w-193\% {
  max-width: 193%;
}

.min_h-193\% {
  min-height: 193%;
}

.min_w-193\% {
  min-width: 193%;
}

.h-193vh {
  height: 193vh;
}

.w-193vw {
  width: 193vw;
}

.min_w-193vw {
  min-width: 193vw;
}

.min_h-193vh {
  min-height: 193vh;
}

.max_w-193vw {
  max-width: 193vw;
}

.max_h-193vh {
  max-height: 193vh;
}

.m-t-194\% {
  margin-top: 194%;
}

.m-t--194\% {
  margin-top: -194%;
}

.p-t-194\% {
  padding-top: 194%;
}

.p-t--194\% {
  padding-top: -194%;
}

.top-194\% {
  top: 194%;
}

.top--194\% {
  top: -194%;
}

.m-b-194\% {
  margin-bottom: 194%;
}

.m-b--194\% {
  margin-bottom: -194%;
}

.p-b-194\% {
  padding-bottom: 194%;
}

.p-b--194\% {
  padding-bottom: -194%;
}

.bottom-194\% {
  bottom: 194%;
}

.bottom--194\% {
  bottom: -194%;
}

.m-l-194\% {
  margin-left: 194%;
}

.m-l--194\% {
  margin-left: -194%;
}

.p-l-194\% {
  padding-left: 194%;
}

.p-l--194\% {
  padding-left: -194%;
}

.left-194\% {
  left: 194%;
}

.left--194\% {
  left: -194%;
}

.m-r-194\% {
  margin-right: 194%;
}

.m-r--194\% {
  margin-right: -194%;
}

.p-r-194\% {
  padding-right: 194%;
}

.p-r--194\% {
  padding-right: -194%;
}

.right-194\% {
  right: 194%;
}

.right--194\% {
  right: -194%;
}

.h-194\% {
  height: 194%;
}

.w-194\% {
  width: 194%;
}

.max_h-194\% {
  max-height: 194%;
}

.max_w-194\% {
  max-width: 194%;
}

.min_h-194\% {
  min-height: 194%;
}

.min_w-194\% {
  min-width: 194%;
}

.h-194vh {
  height: 194vh;
}

.w-194vw {
  width: 194vw;
}

.min_w-194vw {
  min-width: 194vw;
}

.min_h-194vh {
  min-height: 194vh;
}

.max_w-194vw {
  max-width: 194vw;
}

.max_h-194vh {
  max-height: 194vh;
}

.m-t-195\% {
  margin-top: 195%;
}

.m-t--195\% {
  margin-top: -195%;
}

.p-t-195\% {
  padding-top: 195%;
}

.p-t--195\% {
  padding-top: -195%;
}

.top-195\% {
  top: 195%;
}

.top--195\% {
  top: -195%;
}

.m-b-195\% {
  margin-bottom: 195%;
}

.m-b--195\% {
  margin-bottom: -195%;
}

.p-b-195\% {
  padding-bottom: 195%;
}

.p-b--195\% {
  padding-bottom: -195%;
}

.bottom-195\% {
  bottom: 195%;
}

.bottom--195\% {
  bottom: -195%;
}

.m-l-195\% {
  margin-left: 195%;
}

.m-l--195\% {
  margin-left: -195%;
}

.p-l-195\% {
  padding-left: 195%;
}

.p-l--195\% {
  padding-left: -195%;
}

.left-195\% {
  left: 195%;
}

.left--195\% {
  left: -195%;
}

.m-r-195\% {
  margin-right: 195%;
}

.m-r--195\% {
  margin-right: -195%;
}

.p-r-195\% {
  padding-right: 195%;
}

.p-r--195\% {
  padding-right: -195%;
}

.right-195\% {
  right: 195%;
}

.right--195\% {
  right: -195%;
}

.h-195\% {
  height: 195%;
}

.w-195\% {
  width: 195%;
}

.max_h-195\% {
  max-height: 195%;
}

.max_w-195\% {
  max-width: 195%;
}

.min_h-195\% {
  min-height: 195%;
}

.min_w-195\% {
  min-width: 195%;
}

.h-195vh {
  height: 195vh;
}

.w-195vw {
  width: 195vw;
}

.min_w-195vw {
  min-width: 195vw;
}

.min_h-195vh {
  min-height: 195vh;
}

.max_w-195vw {
  max-width: 195vw;
}

.max_h-195vh {
  max-height: 195vh;
}

.m-t-196\% {
  margin-top: 196%;
}

.m-t--196\% {
  margin-top: -196%;
}

.p-t-196\% {
  padding-top: 196%;
}

.p-t--196\% {
  padding-top: -196%;
}

.top-196\% {
  top: 196%;
}

.top--196\% {
  top: -196%;
}

.m-b-196\% {
  margin-bottom: 196%;
}

.m-b--196\% {
  margin-bottom: -196%;
}

.p-b-196\% {
  padding-bottom: 196%;
}

.p-b--196\% {
  padding-bottom: -196%;
}

.bottom-196\% {
  bottom: 196%;
}

.bottom--196\% {
  bottom: -196%;
}

.m-l-196\% {
  margin-left: 196%;
}

.m-l--196\% {
  margin-left: -196%;
}

.p-l-196\% {
  padding-left: 196%;
}

.p-l--196\% {
  padding-left: -196%;
}

.left-196\% {
  left: 196%;
}

.left--196\% {
  left: -196%;
}

.m-r-196\% {
  margin-right: 196%;
}

.m-r--196\% {
  margin-right: -196%;
}

.p-r-196\% {
  padding-right: 196%;
}

.p-r--196\% {
  padding-right: -196%;
}

.right-196\% {
  right: 196%;
}

.right--196\% {
  right: -196%;
}

.h-196\% {
  height: 196%;
}

.w-196\% {
  width: 196%;
}

.max_h-196\% {
  max-height: 196%;
}

.max_w-196\% {
  max-width: 196%;
}

.min_h-196\% {
  min-height: 196%;
}

.min_w-196\% {
  min-width: 196%;
}

.h-196vh {
  height: 196vh;
}

.w-196vw {
  width: 196vw;
}

.min_w-196vw {
  min-width: 196vw;
}

.min_h-196vh {
  min-height: 196vh;
}

.max_w-196vw {
  max-width: 196vw;
}

.max_h-196vh {
  max-height: 196vh;
}

.m-t-197\% {
  margin-top: 197%;
}

.m-t--197\% {
  margin-top: -197%;
}

.p-t-197\% {
  padding-top: 197%;
}

.p-t--197\% {
  padding-top: -197%;
}

.top-197\% {
  top: 197%;
}

.top--197\% {
  top: -197%;
}

.m-b-197\% {
  margin-bottom: 197%;
}

.m-b--197\% {
  margin-bottom: -197%;
}

.p-b-197\% {
  padding-bottom: 197%;
}

.p-b--197\% {
  padding-bottom: -197%;
}

.bottom-197\% {
  bottom: 197%;
}

.bottom--197\% {
  bottom: -197%;
}

.m-l-197\% {
  margin-left: 197%;
}

.m-l--197\% {
  margin-left: -197%;
}

.p-l-197\% {
  padding-left: 197%;
}

.p-l--197\% {
  padding-left: -197%;
}

.left-197\% {
  left: 197%;
}

.left--197\% {
  left: -197%;
}

.m-r-197\% {
  margin-right: 197%;
}

.m-r--197\% {
  margin-right: -197%;
}

.p-r-197\% {
  padding-right: 197%;
}

.p-r--197\% {
  padding-right: -197%;
}

.right-197\% {
  right: 197%;
}

.right--197\% {
  right: -197%;
}

.h-197\% {
  height: 197%;
}

.w-197\% {
  width: 197%;
}

.max_h-197\% {
  max-height: 197%;
}

.max_w-197\% {
  max-width: 197%;
}

.min_h-197\% {
  min-height: 197%;
}

.min_w-197\% {
  min-width: 197%;
}

.h-197vh {
  height: 197vh;
}

.w-197vw {
  width: 197vw;
}

.min_w-197vw {
  min-width: 197vw;
}

.min_h-197vh {
  min-height: 197vh;
}

.max_w-197vw {
  max-width: 197vw;
}

.max_h-197vh {
  max-height: 197vh;
}

.m-t-198\% {
  margin-top: 198%;
}

.m-t--198\% {
  margin-top: -198%;
}

.p-t-198\% {
  padding-top: 198%;
}

.p-t--198\% {
  padding-top: -198%;
}

.top-198\% {
  top: 198%;
}

.top--198\% {
  top: -198%;
}

.m-b-198\% {
  margin-bottom: 198%;
}

.m-b--198\% {
  margin-bottom: -198%;
}

.p-b-198\% {
  padding-bottom: 198%;
}

.p-b--198\% {
  padding-bottom: -198%;
}

.bottom-198\% {
  bottom: 198%;
}

.bottom--198\% {
  bottom: -198%;
}

.m-l-198\% {
  margin-left: 198%;
}

.m-l--198\% {
  margin-left: -198%;
}

.p-l-198\% {
  padding-left: 198%;
}

.p-l--198\% {
  padding-left: -198%;
}

.left-198\% {
  left: 198%;
}

.left--198\% {
  left: -198%;
}

.m-r-198\% {
  margin-right: 198%;
}

.m-r--198\% {
  margin-right: -198%;
}

.p-r-198\% {
  padding-right: 198%;
}

.p-r--198\% {
  padding-right: -198%;
}

.right-198\% {
  right: 198%;
}

.right--198\% {
  right: -198%;
}

.h-198\% {
  height: 198%;
}

.w-198\% {
  width: 198%;
}

.max_h-198\% {
  max-height: 198%;
}

.max_w-198\% {
  max-width: 198%;
}

.min_h-198\% {
  min-height: 198%;
}

.min_w-198\% {
  min-width: 198%;
}

.h-198vh {
  height: 198vh;
}

.w-198vw {
  width: 198vw;
}

.min_w-198vw {
  min-width: 198vw;
}

.min_h-198vh {
  min-height: 198vh;
}

.max_w-198vw {
  max-width: 198vw;
}

.max_h-198vh {
  max-height: 198vh;
}

.m-t-199\% {
  margin-top: 199%;
}

.m-t--199\% {
  margin-top: -199%;
}

.p-t-199\% {
  padding-top: 199%;
}

.p-t--199\% {
  padding-top: -199%;
}

.top-199\% {
  top: 199%;
}

.top--199\% {
  top: -199%;
}

.m-b-199\% {
  margin-bottom: 199%;
}

.m-b--199\% {
  margin-bottom: -199%;
}

.p-b-199\% {
  padding-bottom: 199%;
}

.p-b--199\% {
  padding-bottom: -199%;
}

.bottom-199\% {
  bottom: 199%;
}

.bottom--199\% {
  bottom: -199%;
}

.m-l-199\% {
  margin-left: 199%;
}

.m-l--199\% {
  margin-left: -199%;
}

.p-l-199\% {
  padding-left: 199%;
}

.p-l--199\% {
  padding-left: -199%;
}

.left-199\% {
  left: 199%;
}

.left--199\% {
  left: -199%;
}

.m-r-199\% {
  margin-right: 199%;
}

.m-r--199\% {
  margin-right: -199%;
}

.p-r-199\% {
  padding-right: 199%;
}

.p-r--199\% {
  padding-right: -199%;
}

.right-199\% {
  right: 199%;
}

.right--199\% {
  right: -199%;
}

.h-199\% {
  height: 199%;
}

.w-199\% {
  width: 199%;
}

.max_h-199\% {
  max-height: 199%;
}

.max_w-199\% {
  max-width: 199%;
}

.min_h-199\% {
  min-height: 199%;
}

.min_w-199\% {
  min-width: 199%;
}

.h-199vh {
  height: 199vh;
}

.w-199vw {
  width: 199vw;
}

.min_w-199vw {
  min-width: 199vw;
}

.min_h-199vh {
  min-height: 199vh;
}

.max_w-199vw {
  max-width: 199vw;
}

.max_h-199vh {
  max-height: 199vh;
}

.m-t-200\% {
  margin-top: 200%;
}

.m-t--200\% {
  margin-top: -200%;
}

.p-t-200\% {
  padding-top: 200%;
}

.p-t--200\% {
  padding-top: -200%;
}

.top-200\% {
  top: 200%;
}

.top--200\% {
  top: -200%;
}

.m-b-200\% {
  margin-bottom: 200%;
}

.m-b--200\% {
  margin-bottom: -200%;
}

.p-b-200\% {
  padding-bottom: 200%;
}

.p-b--200\% {
  padding-bottom: -200%;
}

.bottom-200\% {
  bottom: 200%;
}

.bottom--200\% {
  bottom: -200%;
}

.m-l-200\% {
  margin-left: 200%;
}

.m-l--200\% {
  margin-left: -200%;
}

.p-l-200\% {
  padding-left: 200%;
}

.p-l--200\% {
  padding-left: -200%;
}

.left-200\% {
  left: 200%;
}

.left--200\% {
  left: -200%;
}

.m-r-200\% {
  margin-right: 200%;
}

.m-r--200\% {
  margin-right: -200%;
}

.p-r-200\% {
  padding-right: 200%;
}

.p-r--200\% {
  padding-right: -200%;
}

.right-200\% {
  right: 200%;
}

.right--200\% {
  right: -200%;
}

.h-200\% {
  height: 200%;
}

.w-200\% {
  width: 200%;
}

.max_h-200\% {
  max-height: 200%;
}

.max_w-200\% {
  max-width: 200%;
}

.min_h-200\% {
  min-height: 200%;
}

.min_w-200\% {
  min-width: 200%;
}

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

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

.min_w-200vw {
  min-width: 200vw;
}

.min_h-200vh {
  min-height: 200vh;
}

.max_w-200vw {
  max-width: 200vw;
}

.max_h-200vh {
  max-height: 200vh;
}

@media screen and (min-width: 450px) {
  .mobile\:m-t-1\% {
    margin-top: 1%;
  }
  .mobile\:m-t--1\% {
    margin-top: -1%;
  }
  .mobile\:p-t-1\% {
    padding-top: 1%;
  }
  .mobile\:p-t--1\% {
    padding-top: -1%;
  }
  .mobile\:top-1\% {
    top: 1%;
  }
  .mobile\:top--1\% {
    top: -1%;
  }
  .mobile\:m-b-1\% {
    margin-bottom: 1%;
  }
  .mobile\:m-b--1\% {
    margin-bottom: -1%;
  }
  .mobile\:p-b-1\% {
    padding-bottom: 1%;
  }
  .mobile\:p-b--1\% {
    padding-bottom: -1%;
  }
  .mobile\:bottom-1\% {
    bottom: 1%;
  }
  .mobile\:bottom--1\% {
    bottom: -1%;
  }
  .mobile\:m-l-1\% {
    margin-left: 1%;
  }
  .mobile\:m-l--1\% {
    margin-left: -1%;
  }
  .mobile\:p-l-1\% {
    padding-left: 1%;
  }
  .mobile\:p-l--1\% {
    padding-left: -1%;
  }
  .mobile\:left-1\% {
    left: 1%;
  }
  .mobile\:left--1\% {
    left: -1%;
  }
  .mobile\:m-r-1\% {
    margin-right: 1%;
  }
  .mobile\:m-r--1\% {
    margin-right: -1%;
  }
  .mobile\:p-r-1\% {
    padding-right: 1%;
  }
  .mobile\:p-r--1\% {
    padding-right: -1%;
  }
  .mobile\:right-1\% {
    right: 1%;
  }
  .mobile\:right--1\% {
    right: -1%;
  }
  .mobile\:h-1\% {
    height: 1%;
  }
  .mobile\:w-1\% {
    width: 1%;
  }
  .mobile\:max_h-1\% {
    max-height: 1%;
  }
  .mobile\:max_w-1\% {
    max-width: 1%;
  }
  .mobile\:min_h-1\% {
    min-height: 1%;
  }
  .mobile\:min_w-1\% {
    min-width: 1%;
  }
  .mobile\:h-1vh {
    height: 1vh;
  }
  .mobile\:w-1vw {
    width: 1vw;
  }
  .mobile\:min_w-1vw {
    min-width: 1vw;
  }
  .mobile\:min_h-1vh {
    min-height: 1vh;
  }
  .mobile\:max_w-1vw {
    max-width: 1vw;
  }
  .mobile\:max_h-1vh {
    max-height: 1vh;
  }
  .mobile\:m-t-2\% {
    margin-top: 2%;
  }
  .mobile\:m-t--2\% {
    margin-top: -2%;
  }
  .mobile\:p-t-2\% {
    padding-top: 2%;
  }
  .mobile\:p-t--2\% {
    padding-top: -2%;
  }
  .mobile\:top-2\% {
    top: 2%;
  }
  .mobile\:top--2\% {
    top: -2%;
  }
  .mobile\:m-b-2\% {
    margin-bottom: 2%;
  }
  .mobile\:m-b--2\% {
    margin-bottom: -2%;
  }
  .mobile\:p-b-2\% {
    padding-bottom: 2%;
  }
  .mobile\:p-b--2\% {
    padding-bottom: -2%;
  }
  .mobile\:bottom-2\% {
    bottom: 2%;
  }
  .mobile\:bottom--2\% {
    bottom: -2%;
  }
  .mobile\:m-l-2\% {
    margin-left: 2%;
  }
  .mobile\:m-l--2\% {
    margin-left: -2%;
  }
  .mobile\:p-l-2\% {
    padding-left: 2%;
  }
  .mobile\:p-l--2\% {
    padding-left: -2%;
  }
  .mobile\:left-2\% {
    left: 2%;
  }
  .mobile\:left--2\% {
    left: -2%;
  }
  .mobile\:m-r-2\% {
    margin-right: 2%;
  }
  .mobile\:m-r--2\% {
    margin-right: -2%;
  }
  .mobile\:p-r-2\% {
    padding-right: 2%;
  }
  .mobile\:p-r--2\% {
    padding-right: -2%;
  }
  .mobile\:right-2\% {
    right: 2%;
  }
  .mobile\:right--2\% {
    right: -2%;
  }
  .mobile\:h-2\% {
    height: 2%;
  }
  .mobile\:w-2\% {
    width: 2%;
  }
  .mobile\:max_h-2\% {
    max-height: 2%;
  }
  .mobile\:max_w-2\% {
    max-width: 2%;
  }
  .mobile\:min_h-2\% {
    min-height: 2%;
  }
  .mobile\:min_w-2\% {
    min-width: 2%;
  }
  .mobile\:h-2vh {
    height: 2vh;
  }
  .mobile\:w-2vw {
    width: 2vw;
  }
  .mobile\:min_w-2vw {
    min-width: 2vw;
  }
  .mobile\:min_h-2vh {
    min-height: 2vh;
  }
  .mobile\:max_w-2vw {
    max-width: 2vw;
  }
  .mobile\:max_h-2vh {
    max-height: 2vh;
  }
  .mobile\:m-t-3\% {
    margin-top: 3%;
  }
  .mobile\:m-t--3\% {
    margin-top: -3%;
  }
  .mobile\:p-t-3\% {
    padding-top: 3%;
  }
  .mobile\:p-t--3\% {
    padding-top: -3%;
  }
  .mobile\:top-3\% {
    top: 3%;
  }
  .mobile\:top--3\% {
    top: -3%;
  }
  .mobile\:m-b-3\% {
    margin-bottom: 3%;
  }
  .mobile\:m-b--3\% {
    margin-bottom: -3%;
  }
  .mobile\:p-b-3\% {
    padding-bottom: 3%;
  }
  .mobile\:p-b--3\% {
    padding-bottom: -3%;
  }
  .mobile\:bottom-3\% {
    bottom: 3%;
  }
  .mobile\:bottom--3\% {
    bottom: -3%;
  }
  .mobile\:m-l-3\% {
    margin-left: 3%;
  }
  .mobile\:m-l--3\% {
    margin-left: -3%;
  }
  .mobile\:p-l-3\% {
    padding-left: 3%;
  }
  .mobile\:p-l--3\% {
    padding-left: -3%;
  }
  .mobile\:left-3\% {
    left: 3%;
  }
  .mobile\:left--3\% {
    left: -3%;
  }
  .mobile\:m-r-3\% {
    margin-right: 3%;
  }
  .mobile\:m-r--3\% {
    margin-right: -3%;
  }
  .mobile\:p-r-3\% {
    padding-right: 3%;
  }
  .mobile\:p-r--3\% {
    padding-right: -3%;
  }
  .mobile\:right-3\% {
    right: 3%;
  }
  .mobile\:right--3\% {
    right: -3%;
  }
  .mobile\:h-3\% {
    height: 3%;
  }
  .mobile\:w-3\% {
    width: 3%;
  }
  .mobile\:max_h-3\% {
    max-height: 3%;
  }
  .mobile\:max_w-3\% {
    max-width: 3%;
  }
  .mobile\:min_h-3\% {
    min-height: 3%;
  }
  .mobile\:min_w-3\% {
    min-width: 3%;
  }
  .mobile\:h-3vh {
    height: 3vh;
  }
  .mobile\:w-3vw {
    width: 3vw;
  }
  .mobile\:min_w-3vw {
    min-width: 3vw;
  }
  .mobile\:min_h-3vh {
    min-height: 3vh;
  }
  .mobile\:max_w-3vw {
    max-width: 3vw;
  }
  .mobile\:max_h-3vh {
    max-height: 3vh;
  }
  .mobile\:m-t-4\% {
    margin-top: 4%;
  }
  .mobile\:m-t--4\% {
    margin-top: -4%;
  }
  .mobile\:p-t-4\% {
    padding-top: 4%;
  }
  .mobile\:p-t--4\% {
    padding-top: -4%;
  }
  .mobile\:top-4\% {
    top: 4%;
  }
  .mobile\:top--4\% {
    top: -4%;
  }
  .mobile\:m-b-4\% {
    margin-bottom: 4%;
  }
  .mobile\:m-b--4\% {
    margin-bottom: -4%;
  }
  .mobile\:p-b-4\% {
    padding-bottom: 4%;
  }
  .mobile\:p-b--4\% {
    padding-bottom: -4%;
  }
  .mobile\:bottom-4\% {
    bottom: 4%;
  }
  .mobile\:bottom--4\% {
    bottom: -4%;
  }
  .mobile\:m-l-4\% {
    margin-left: 4%;
  }
  .mobile\:m-l--4\% {
    margin-left: -4%;
  }
  .mobile\:p-l-4\% {
    padding-left: 4%;
  }
  .mobile\:p-l--4\% {
    padding-left: -4%;
  }
  .mobile\:left-4\% {
    left: 4%;
  }
  .mobile\:left--4\% {
    left: -4%;
  }
  .mobile\:m-r-4\% {
    margin-right: 4%;
  }
  .mobile\:m-r--4\% {
    margin-right: -4%;
  }
  .mobile\:p-r-4\% {
    padding-right: 4%;
  }
  .mobile\:p-r--4\% {
    padding-right: -4%;
  }
  .mobile\:right-4\% {
    right: 4%;
  }
  .mobile\:right--4\% {
    right: -4%;
  }
  .mobile\:h-4\% {
    height: 4%;
  }
  .mobile\:w-4\% {
    width: 4%;
  }
  .mobile\:max_h-4\% {
    max-height: 4%;
  }
  .mobile\:max_w-4\% {
    max-width: 4%;
  }
  .mobile\:min_h-4\% {
    min-height: 4%;
  }
  .mobile\:min_w-4\% {
    min-width: 4%;
  }
  .mobile\:h-4vh {
    height: 4vh;
  }
  .mobile\:w-4vw {
    width: 4vw;
  }
  .mobile\:min_w-4vw {
    min-width: 4vw;
  }
  .mobile\:min_h-4vh {
    min-height: 4vh;
  }
  .mobile\:max_w-4vw {
    max-width: 4vw;
  }
  .mobile\:max_h-4vh {
    max-height: 4vh;
  }
  .mobile\:m-t-5\% {
    margin-top: 5%;
  }
  .mobile\:m-t--5\% {
    margin-top: -5%;
  }
  .mobile\:p-t-5\% {
    padding-top: 5%;
  }
  .mobile\:p-t--5\% {
    padding-top: -5%;
  }
  .mobile\:top-5\% {
    top: 5%;
  }
  .mobile\:top--5\% {
    top: -5%;
  }
  .mobile\:m-b-5\% {
    margin-bottom: 5%;
  }
  .mobile\:m-b--5\% {
    margin-bottom: -5%;
  }
  .mobile\:p-b-5\% {
    padding-bottom: 5%;
  }
  .mobile\:p-b--5\% {
    padding-bottom: -5%;
  }
  .mobile\:bottom-5\% {
    bottom: 5%;
  }
  .mobile\:bottom--5\% {
    bottom: -5%;
  }
  .mobile\:m-l-5\% {
    margin-left: 5%;
  }
  .mobile\:m-l--5\% {
    margin-left: -5%;
  }
  .mobile\:p-l-5\% {
    padding-left: 5%;
  }
  .mobile\:p-l--5\% {
    padding-left: -5%;
  }
  .mobile\:left-5\% {
    left: 5%;
  }
  .mobile\:left--5\% {
    left: -5%;
  }
  .mobile\:m-r-5\% {
    margin-right: 5%;
  }
  .mobile\:m-r--5\% {
    margin-right: -5%;
  }
  .mobile\:p-r-5\% {
    padding-right: 5%;
  }
  .mobile\:p-r--5\% {
    padding-right: -5%;
  }
  .mobile\:right-5\% {
    right: 5%;
  }
  .mobile\:right--5\% {
    right: -5%;
  }
  .mobile\:h-5\% {
    height: 5%;
  }
  .mobile\:w-5\% {
    width: 5%;
  }
  .mobile\:max_h-5\% {
    max-height: 5%;
  }
  .mobile\:max_w-5\% {
    max-width: 5%;
  }
  .mobile\:min_h-5\% {
    min-height: 5%;
  }
  .mobile\:min_w-5\% {
    min-width: 5%;
  }
  .mobile\:h-5vh {
    height: 5vh;
  }
  .mobile\:w-5vw {
    width: 5vw;
  }
  .mobile\:min_w-5vw {
    min-width: 5vw;
  }
  .mobile\:min_h-5vh {
    min-height: 5vh;
  }
  .mobile\:max_w-5vw {
    max-width: 5vw;
  }
  .mobile\:max_h-5vh {
    max-height: 5vh;
  }
  .mobile\:m-t-6\% {
    margin-top: 6%;
  }
  .mobile\:m-t--6\% {
    margin-top: -6%;
  }
  .mobile\:p-t-6\% {
    padding-top: 6%;
  }
  .mobile\:p-t--6\% {
    padding-top: -6%;
  }
  .mobile\:top-6\% {
    top: 6%;
  }
  .mobile\:top--6\% {
    top: -6%;
  }
  .mobile\:m-b-6\% {
    margin-bottom: 6%;
  }
  .mobile\:m-b--6\% {
    margin-bottom: -6%;
  }
  .mobile\:p-b-6\% {
    padding-bottom: 6%;
  }
  .mobile\:p-b--6\% {
    padding-bottom: -6%;
  }
  .mobile\:bottom-6\% {
    bottom: 6%;
  }
  .mobile\:bottom--6\% {
    bottom: -6%;
  }
  .mobile\:m-l-6\% {
    margin-left: 6%;
  }
  .mobile\:m-l--6\% {
    margin-left: -6%;
  }
  .mobile\:p-l-6\% {
    padding-left: 6%;
  }
  .mobile\:p-l--6\% {
    padding-left: -6%;
  }
  .mobile\:left-6\% {
    left: 6%;
  }
  .mobile\:left--6\% {
    left: -6%;
  }
  .mobile\:m-r-6\% {
    margin-right: 6%;
  }
  .mobile\:m-r--6\% {
    margin-right: -6%;
  }
  .mobile\:p-r-6\% {
    padding-right: 6%;
  }
  .mobile\:p-r--6\% {
    padding-right: -6%;
  }
  .mobile\:right-6\% {
    right: 6%;
  }
  .mobile\:right--6\% {
    right: -6%;
  }
  .mobile\:h-6\% {
    height: 6%;
  }
  .mobile\:w-6\% {
    width: 6%;
  }
  .mobile\:max_h-6\% {
    max-height: 6%;
  }
  .mobile\:max_w-6\% {
    max-width: 6%;
  }
  .mobile\:min_h-6\% {
    min-height: 6%;
  }
  .mobile\:min_w-6\% {
    min-width: 6%;
  }
  .mobile\:h-6vh {
    height: 6vh;
  }
  .mobile\:w-6vw {
    width: 6vw;
  }
  .mobile\:min_w-6vw {
    min-width: 6vw;
  }
  .mobile\:min_h-6vh {
    min-height: 6vh;
  }
  .mobile\:max_w-6vw {
    max-width: 6vw;
  }
  .mobile\:max_h-6vh {
    max-height: 6vh;
  }
  .mobile\:m-t-7\% {
    margin-top: 7%;
  }
  .mobile\:m-t--7\% {
    margin-top: -7%;
  }
  .mobile\:p-t-7\% {
    padding-top: 7%;
  }
  .mobile\:p-t--7\% {
    padding-top: -7%;
  }
  .mobile\:top-7\% {
    top: 7%;
  }
  .mobile\:top--7\% {
    top: -7%;
  }
  .mobile\:m-b-7\% {
    margin-bottom: 7%;
  }
  .mobile\:m-b--7\% {
    margin-bottom: -7%;
  }
  .mobile\:p-b-7\% {
    padding-bottom: 7%;
  }
  .mobile\:p-b--7\% {
    padding-bottom: -7%;
  }
  .mobile\:bottom-7\% {
    bottom: 7%;
  }
  .mobile\:bottom--7\% {
    bottom: -7%;
  }
  .mobile\:m-l-7\% {
    margin-left: 7%;
  }
  .mobile\:m-l--7\% {
    margin-left: -7%;
  }
  .mobile\:p-l-7\% {
    padding-left: 7%;
  }
  .mobile\:p-l--7\% {
    padding-left: -7%;
  }
  .mobile\:left-7\% {
    left: 7%;
  }
  .mobile\:left--7\% {
    left: -7%;
  }
  .mobile\:m-r-7\% {
    margin-right: 7%;
  }
  .mobile\:m-r--7\% {
    margin-right: -7%;
  }
  .mobile\:p-r-7\% {
    padding-right: 7%;
  }
  .mobile\:p-r--7\% {
    padding-right: -7%;
  }
  .mobile\:right-7\% {
    right: 7%;
  }
  .mobile\:right--7\% {
    right: -7%;
  }
  .mobile\:h-7\% {
    height: 7%;
  }
  .mobile\:w-7\% {
    width: 7%;
  }
  .mobile\:max_h-7\% {
    max-height: 7%;
  }
  .mobile\:max_w-7\% {
    max-width: 7%;
  }
  .mobile\:min_h-7\% {
    min-height: 7%;
  }
  .mobile\:min_w-7\% {
    min-width: 7%;
  }
  .mobile\:h-7vh {
    height: 7vh;
  }
  .mobile\:w-7vw {
    width: 7vw;
  }
  .mobile\:min_w-7vw {
    min-width: 7vw;
  }
  .mobile\:min_h-7vh {
    min-height: 7vh;
  }
  .mobile\:max_w-7vw {
    max-width: 7vw;
  }
  .mobile\:max_h-7vh {
    max-height: 7vh;
  }
  .mobile\:m-t-8\% {
    margin-top: 8%;
  }
  .mobile\:m-t--8\% {
    margin-top: -8%;
  }
  .mobile\:p-t-8\% {
    padding-top: 8%;
  }
  .mobile\:p-t--8\% {
    padding-top: -8%;
  }
  .mobile\:top-8\% {
    top: 8%;
  }
  .mobile\:top--8\% {
    top: -8%;
  }
  .mobile\:m-b-8\% {
    margin-bottom: 8%;
  }
  .mobile\:m-b--8\% {
    margin-bottom: -8%;
  }
  .mobile\:p-b-8\% {
    padding-bottom: 8%;
  }
  .mobile\:p-b--8\% {
    padding-bottom: -8%;
  }
  .mobile\:bottom-8\% {
    bottom: 8%;
  }
  .mobile\:bottom--8\% {
    bottom: -8%;
  }
  .mobile\:m-l-8\% {
    margin-left: 8%;
  }
  .mobile\:m-l--8\% {
    margin-left: -8%;
  }
  .mobile\:p-l-8\% {
    padding-left: 8%;
  }
  .mobile\:p-l--8\% {
    padding-left: -8%;
  }
  .mobile\:left-8\% {
    left: 8%;
  }
  .mobile\:left--8\% {
    left: -8%;
  }
  .mobile\:m-r-8\% {
    margin-right: 8%;
  }
  .mobile\:m-r--8\% {
    margin-right: -8%;
  }
  .mobile\:p-r-8\% {
    padding-right: 8%;
  }
  .mobile\:p-r--8\% {
    padding-right: -8%;
  }
  .mobile\:right-8\% {
    right: 8%;
  }
  .mobile\:right--8\% {
    right: -8%;
  }
  .mobile\:h-8\% {
    height: 8%;
  }
  .mobile\:w-8\% {
    width: 8%;
  }
  .mobile\:max_h-8\% {
    max-height: 8%;
  }
  .mobile\:max_w-8\% {
    max-width: 8%;
  }
  .mobile\:min_h-8\% {
    min-height: 8%;
  }
  .mobile\:min_w-8\% {
    min-width: 8%;
  }
  .mobile\:h-8vh {
    height: 8vh;
  }
  .mobile\:w-8vw {
    width: 8vw;
  }
  .mobile\:min_w-8vw {
    min-width: 8vw;
  }
  .mobile\:min_h-8vh {
    min-height: 8vh;
  }
  .mobile\:max_w-8vw {
    max-width: 8vw;
  }
  .mobile\:max_h-8vh {
    max-height: 8vh;
  }
  .mobile\:m-t-9\% {
    margin-top: 9%;
  }
  .mobile\:m-t--9\% {
    margin-top: -9%;
  }
  .mobile\:p-t-9\% {
    padding-top: 9%;
  }
  .mobile\:p-t--9\% {
    padding-top: -9%;
  }
  .mobile\:top-9\% {
    top: 9%;
  }
  .mobile\:top--9\% {
    top: -9%;
  }
  .mobile\:m-b-9\% {
    margin-bottom: 9%;
  }
  .mobile\:m-b--9\% {
    margin-bottom: -9%;
  }
  .mobile\:p-b-9\% {
    padding-bottom: 9%;
  }
  .mobile\:p-b--9\% {
    padding-bottom: -9%;
  }
  .mobile\:bottom-9\% {
    bottom: 9%;
  }
  .mobile\:bottom--9\% {
    bottom: -9%;
  }
  .mobile\:m-l-9\% {
    margin-left: 9%;
  }
  .mobile\:m-l--9\% {
    margin-left: -9%;
  }
  .mobile\:p-l-9\% {
    padding-left: 9%;
  }
  .mobile\:p-l--9\% {
    padding-left: -9%;
  }
  .mobile\:left-9\% {
    left: 9%;
  }
  .mobile\:left--9\% {
    left: -9%;
  }
  .mobile\:m-r-9\% {
    margin-right: 9%;
  }
  .mobile\:m-r--9\% {
    margin-right: -9%;
  }
  .mobile\:p-r-9\% {
    padding-right: 9%;
  }
  .mobile\:p-r--9\% {
    padding-right: -9%;
  }
  .mobile\:right-9\% {
    right: 9%;
  }
  .mobile\:right--9\% {
    right: -9%;
  }
  .mobile\:h-9\% {
    height: 9%;
  }
  .mobile\:w-9\% {
    width: 9%;
  }
  .mobile\:max_h-9\% {
    max-height: 9%;
  }
  .mobile\:max_w-9\% {
    max-width: 9%;
  }
  .mobile\:min_h-9\% {
    min-height: 9%;
  }
  .mobile\:min_w-9\% {
    min-width: 9%;
  }
  .mobile\:h-9vh {
    height: 9vh;
  }
  .mobile\:w-9vw {
    width: 9vw;
  }
  .mobile\:min_w-9vw {
    min-width: 9vw;
  }
  .mobile\:min_h-9vh {
    min-height: 9vh;
  }
  .mobile\:max_w-9vw {
    max-width: 9vw;
  }
  .mobile\:max_h-9vh {
    max-height: 9vh;
  }
  .mobile\:m-t-10\% {
    margin-top: 10%;
  }
  .mobile\:m-t--10\% {
    margin-top: -10%;
  }
  .mobile\:p-t-10\% {
    padding-top: 10%;
  }
  .mobile\:p-t--10\% {
    padding-top: -10%;
  }
  .mobile\:top-10\% {
    top: 10%;
  }
  .mobile\:top--10\% {
    top: -10%;
  }
  .mobile\:m-b-10\% {
    margin-bottom: 10%;
  }
  .mobile\:m-b--10\% {
    margin-bottom: -10%;
  }
  .mobile\:p-b-10\% {
    padding-bottom: 10%;
  }
  .mobile\:p-b--10\% {
    padding-bottom: -10%;
  }
  .mobile\:bottom-10\% {
    bottom: 10%;
  }
  .mobile\:bottom--10\% {
    bottom: -10%;
  }
  .mobile\:m-l-10\% {
    margin-left: 10%;
  }
  .mobile\:m-l--10\% {
    margin-left: -10%;
  }
  .mobile\:p-l-10\% {
    padding-left: 10%;
  }
  .mobile\:p-l--10\% {
    padding-left: -10%;
  }
  .mobile\:left-10\% {
    left: 10%;
  }
  .mobile\:left--10\% {
    left: -10%;
  }
  .mobile\:m-r-10\% {
    margin-right: 10%;
  }
  .mobile\:m-r--10\% {
    margin-right: -10%;
  }
  .mobile\:p-r-10\% {
    padding-right: 10%;
  }
  .mobile\:p-r--10\% {
    padding-right: -10%;
  }
  .mobile\:right-10\% {
    right: 10%;
  }
  .mobile\:right--10\% {
    right: -10%;
  }
  .mobile\:h-10\% {
    height: 10%;
  }
  .mobile\:w-10\% {
    width: 10%;
  }
  .mobile\:max_h-10\% {
    max-height: 10%;
  }
  .mobile\:max_w-10\% {
    max-width: 10%;
  }
  .mobile\:min_h-10\% {
    min-height: 10%;
  }
  .mobile\:min_w-10\% {
    min-width: 10%;
  }
  .mobile\:h-10vh {
    height: 10vh;
  }
  .mobile\:w-10vw {
    width: 10vw;
  }
  .mobile\:min_w-10vw {
    min-width: 10vw;
  }
  .mobile\:min_h-10vh {
    min-height: 10vh;
  }
  .mobile\:max_w-10vw {
    max-width: 10vw;
  }
  .mobile\:max_h-10vh {
    max-height: 10vh;
  }
  .mobile\:m-t-11\% {
    margin-top: 11%;
  }
  .mobile\:m-t--11\% {
    margin-top: -11%;
  }
  .mobile\:p-t-11\% {
    padding-top: 11%;
  }
  .mobile\:p-t--11\% {
    padding-top: -11%;
  }
  .mobile\:top-11\% {
    top: 11%;
  }
  .mobile\:top--11\% {
    top: -11%;
  }
  .mobile\:m-b-11\% {
    margin-bottom: 11%;
  }
  .mobile\:m-b--11\% {
    margin-bottom: -11%;
  }
  .mobile\:p-b-11\% {
    padding-bottom: 11%;
  }
  .mobile\:p-b--11\% {
    padding-bottom: -11%;
  }
  .mobile\:bottom-11\% {
    bottom: 11%;
  }
  .mobile\:bottom--11\% {
    bottom: -11%;
  }
  .mobile\:m-l-11\% {
    margin-left: 11%;
  }
  .mobile\:m-l--11\% {
    margin-left: -11%;
  }
  .mobile\:p-l-11\% {
    padding-left: 11%;
  }
  .mobile\:p-l--11\% {
    padding-left: -11%;
  }
  .mobile\:left-11\% {
    left: 11%;
  }
  .mobile\:left--11\% {
    left: -11%;
  }
  .mobile\:m-r-11\% {
    margin-right: 11%;
  }
  .mobile\:m-r--11\% {
    margin-right: -11%;
  }
  .mobile\:p-r-11\% {
    padding-right: 11%;
  }
  .mobile\:p-r--11\% {
    padding-right: -11%;
  }
  .mobile\:right-11\% {
    right: 11%;
  }
  .mobile\:right--11\% {
    right: -11%;
  }
  .mobile\:h-11\% {
    height: 11%;
  }
  .mobile\:w-11\% {
    width: 11%;
  }
  .mobile\:max_h-11\% {
    max-height: 11%;
  }
  .mobile\:max_w-11\% {
    max-width: 11%;
  }
  .mobile\:min_h-11\% {
    min-height: 11%;
  }
  .mobile\:min_w-11\% {
    min-width: 11%;
  }
  .mobile\:h-11vh {
    height: 11vh;
  }
  .mobile\:w-11vw {
    width: 11vw;
  }
  .mobile\:min_w-11vw {
    min-width: 11vw;
  }
  .mobile\:min_h-11vh {
    min-height: 11vh;
  }
  .mobile\:max_w-11vw {
    max-width: 11vw;
  }
  .mobile\:max_h-11vh {
    max-height: 11vh;
  }
  .mobile\:m-t-12\% {
    margin-top: 12%;
  }
  .mobile\:m-t--12\% {
    margin-top: -12%;
  }
  .mobile\:p-t-12\% {
    padding-top: 12%;
  }
  .mobile\:p-t--12\% {
    padding-top: -12%;
  }
  .mobile\:top-12\% {
    top: 12%;
  }
  .mobile\:top--12\% {
    top: -12%;
  }
  .mobile\:m-b-12\% {
    margin-bottom: 12%;
  }
  .mobile\:m-b--12\% {
    margin-bottom: -12%;
  }
  .mobile\:p-b-12\% {
    padding-bottom: 12%;
  }
  .mobile\:p-b--12\% {
    padding-bottom: -12%;
  }
  .mobile\:bottom-12\% {
    bottom: 12%;
  }
  .mobile\:bottom--12\% {
    bottom: -12%;
  }
  .mobile\:m-l-12\% {
    margin-left: 12%;
  }
  .mobile\:m-l--12\% {
    margin-left: -12%;
  }
  .mobile\:p-l-12\% {
    padding-left: 12%;
  }
  .mobile\:p-l--12\% {
    padding-left: -12%;
  }
  .mobile\:left-12\% {
    left: 12%;
  }
  .mobile\:left--12\% {
    left: -12%;
  }
  .mobile\:m-r-12\% {
    margin-right: 12%;
  }
  .mobile\:m-r--12\% {
    margin-right: -12%;
  }
  .mobile\:p-r-12\% {
    padding-right: 12%;
  }
  .mobile\:p-r--12\% {
    padding-right: -12%;
  }
  .mobile\:right-12\% {
    right: 12%;
  }
  .mobile\:right--12\% {
    right: -12%;
  }
  .mobile\:h-12\% {
    height: 12%;
  }
  .mobile\:w-12\% {
    width: 12%;
  }
  .mobile\:max_h-12\% {
    max-height: 12%;
  }
  .mobile\:max_w-12\% {
    max-width: 12%;
  }
  .mobile\:min_h-12\% {
    min-height: 12%;
  }
  .mobile\:min_w-12\% {
    min-width: 12%;
  }
  .mobile\:h-12vh {
    height: 12vh;
  }
  .mobile\:w-12vw {
    width: 12vw;
  }
  .mobile\:min_w-12vw {
    min-width: 12vw;
  }
  .mobile\:min_h-12vh {
    min-height: 12vh;
  }
  .mobile\:max_w-12vw {
    max-width: 12vw;
  }
  .mobile\:max_h-12vh {
    max-height: 12vh;
  }
  .mobile\:m-t-13\% {
    margin-top: 13%;
  }
  .mobile\:m-t--13\% {
    margin-top: -13%;
  }
  .mobile\:p-t-13\% {
    padding-top: 13%;
  }
  .mobile\:p-t--13\% {
    padding-top: -13%;
  }
  .mobile\:top-13\% {
    top: 13%;
  }
  .mobile\:top--13\% {
    top: -13%;
  }
  .mobile\:m-b-13\% {
    margin-bottom: 13%;
  }
  .mobile\:m-b--13\% {
    margin-bottom: -13%;
  }
  .mobile\:p-b-13\% {
    padding-bottom: 13%;
  }
  .mobile\:p-b--13\% {
    padding-bottom: -13%;
  }
  .mobile\:bottom-13\% {
    bottom: 13%;
  }
  .mobile\:bottom--13\% {
    bottom: -13%;
  }
  .mobile\:m-l-13\% {
    margin-left: 13%;
  }
  .mobile\:m-l--13\% {
    margin-left: -13%;
  }
  .mobile\:p-l-13\% {
    padding-left: 13%;
  }
  .mobile\:p-l--13\% {
    padding-left: -13%;
  }
  .mobile\:left-13\% {
    left: 13%;
  }
  .mobile\:left--13\% {
    left: -13%;
  }
  .mobile\:m-r-13\% {
    margin-right: 13%;
  }
  .mobile\:m-r--13\% {
    margin-right: -13%;
  }
  .mobile\:p-r-13\% {
    padding-right: 13%;
  }
  .mobile\:p-r--13\% {
    padding-right: -13%;
  }
  .mobile\:right-13\% {
    right: 13%;
  }
  .mobile\:right--13\% {
    right: -13%;
  }
  .mobile\:h-13\% {
    height: 13%;
  }
  .mobile\:w-13\% {
    width: 13%;
  }
  .mobile\:max_h-13\% {
    max-height: 13%;
  }
  .mobile\:max_w-13\% {
    max-width: 13%;
  }
  .mobile\:min_h-13\% {
    min-height: 13%;
  }
  .mobile\:min_w-13\% {
    min-width: 13%;
  }
  .mobile\:h-13vh {
    height: 13vh;
  }
  .mobile\:w-13vw {
    width: 13vw;
  }
  .mobile\:min_w-13vw {
    min-width: 13vw;
  }
  .mobile\:min_h-13vh {
    min-height: 13vh;
  }
  .mobile\:max_w-13vw {
    max-width: 13vw;
  }
  .mobile\:max_h-13vh {
    max-height: 13vh;
  }
  .mobile\:m-t-14\% {
    margin-top: 14%;
  }
  .mobile\:m-t--14\% {
    margin-top: -14%;
  }
  .mobile\:p-t-14\% {
    padding-top: 14%;
  }
  .mobile\:p-t--14\% {
    padding-top: -14%;
  }
  .mobile\:top-14\% {
    top: 14%;
  }
  .mobile\:top--14\% {
    top: -14%;
  }
  .mobile\:m-b-14\% {
    margin-bottom: 14%;
  }
  .mobile\:m-b--14\% {
    margin-bottom: -14%;
  }
  .mobile\:p-b-14\% {
    padding-bottom: 14%;
  }
  .mobile\:p-b--14\% {
    padding-bottom: -14%;
  }
  .mobile\:bottom-14\% {
    bottom: 14%;
  }
  .mobile\:bottom--14\% {
    bottom: -14%;
  }
  .mobile\:m-l-14\% {
    margin-left: 14%;
  }
  .mobile\:m-l--14\% {
    margin-left: -14%;
  }
  .mobile\:p-l-14\% {
    padding-left: 14%;
  }
  .mobile\:p-l--14\% {
    padding-left: -14%;
  }
  .mobile\:left-14\% {
    left: 14%;
  }
  .mobile\:left--14\% {
    left: -14%;
  }
  .mobile\:m-r-14\% {
    margin-right: 14%;
  }
  .mobile\:m-r--14\% {
    margin-right: -14%;
  }
  .mobile\:p-r-14\% {
    padding-right: 14%;
  }
  .mobile\:p-r--14\% {
    padding-right: -14%;
  }
  .mobile\:right-14\% {
    right: 14%;
  }
  .mobile\:right--14\% {
    right: -14%;
  }
  .mobile\:h-14\% {
    height: 14%;
  }
  .mobile\:w-14\% {
    width: 14%;
  }
  .mobile\:max_h-14\% {
    max-height: 14%;
  }
  .mobile\:max_w-14\% {
    max-width: 14%;
  }
  .mobile\:min_h-14\% {
    min-height: 14%;
  }
  .mobile\:min_w-14\% {
    min-width: 14%;
  }
  .mobile\:h-14vh {
    height: 14vh;
  }
  .mobile\:w-14vw {
    width: 14vw;
  }
  .mobile\:min_w-14vw {
    min-width: 14vw;
  }
  .mobile\:min_h-14vh {
    min-height: 14vh;
  }
  .mobile\:max_w-14vw {
    max-width: 14vw;
  }
  .mobile\:max_h-14vh {
    max-height: 14vh;
  }
  .mobile\:m-t-15\% {
    margin-top: 15%;
  }
  .mobile\:m-t--15\% {
    margin-top: -15%;
  }
  .mobile\:p-t-15\% {
    padding-top: 15%;
  }
  .mobile\:p-t--15\% {
    padding-top: -15%;
  }
  .mobile\:top-15\% {
    top: 15%;
  }
  .mobile\:top--15\% {
    top: -15%;
  }
  .mobile\:m-b-15\% {
    margin-bottom: 15%;
  }
  .mobile\:m-b--15\% {
    margin-bottom: -15%;
  }
  .mobile\:p-b-15\% {
    padding-bottom: 15%;
  }
  .mobile\:p-b--15\% {
    padding-bottom: -15%;
  }
  .mobile\:bottom-15\% {
    bottom: 15%;
  }
  .mobile\:bottom--15\% {
    bottom: -15%;
  }
  .mobile\:m-l-15\% {
    margin-left: 15%;
  }
  .mobile\:m-l--15\% {
    margin-left: -15%;
  }
  .mobile\:p-l-15\% {
    padding-left: 15%;
  }
  .mobile\:p-l--15\% {
    padding-left: -15%;
  }
  .mobile\:left-15\% {
    left: 15%;
  }
  .mobile\:left--15\% {
    left: -15%;
  }
  .mobile\:m-r-15\% {
    margin-right: 15%;
  }
  .mobile\:m-r--15\% {
    margin-right: -15%;
  }
  .mobile\:p-r-15\% {
    padding-right: 15%;
  }
  .mobile\:p-r--15\% {
    padding-right: -15%;
  }
  .mobile\:right-15\% {
    right: 15%;
  }
  .mobile\:right--15\% {
    right: -15%;
  }
  .mobile\:h-15\% {
    height: 15%;
  }
  .mobile\:w-15\% {
    width: 15%;
  }
  .mobile\:max_h-15\% {
    max-height: 15%;
  }
  .mobile\:max_w-15\% {
    max-width: 15%;
  }
  .mobile\:min_h-15\% {
    min-height: 15%;
  }
  .mobile\:min_w-15\% {
    min-width: 15%;
  }
  .mobile\:h-15vh {
    height: 15vh;
  }
  .mobile\:w-15vw {
    width: 15vw;
  }
  .mobile\:min_w-15vw {
    min-width: 15vw;
  }
  .mobile\:min_h-15vh {
    min-height: 15vh;
  }
  .mobile\:max_w-15vw {
    max-width: 15vw;
  }
  .mobile\:max_h-15vh {
    max-height: 15vh;
  }
  .mobile\:m-t-16\% {
    margin-top: 16%;
  }
  .mobile\:m-t--16\% {
    margin-top: -16%;
  }
  .mobile\:p-t-16\% {
    padding-top: 16%;
  }
  .mobile\:p-t--16\% {
    padding-top: -16%;
  }
  .mobile\:top-16\% {
    top: 16%;
  }
  .mobile\:top--16\% {
    top: -16%;
  }
  .mobile\:m-b-16\% {
    margin-bottom: 16%;
  }
  .mobile\:m-b--16\% {
    margin-bottom: -16%;
  }
  .mobile\:p-b-16\% {
    padding-bottom: 16%;
  }
  .mobile\:p-b--16\% {
    padding-bottom: -16%;
  }
  .mobile\:bottom-16\% {
    bottom: 16%;
  }
  .mobile\:bottom--16\% {
    bottom: -16%;
  }
  .mobile\:m-l-16\% {
    margin-left: 16%;
  }
  .mobile\:m-l--16\% {
    margin-left: -16%;
  }
  .mobile\:p-l-16\% {
    padding-left: 16%;
  }
  .mobile\:p-l--16\% {
    padding-left: -16%;
  }
  .mobile\:left-16\% {
    left: 16%;
  }
  .mobile\:left--16\% {
    left: -16%;
  }
  .mobile\:m-r-16\% {
    margin-right: 16%;
  }
  .mobile\:m-r--16\% {
    margin-right: -16%;
  }
  .mobile\:p-r-16\% {
    padding-right: 16%;
  }
  .mobile\:p-r--16\% {
    padding-right: -16%;
  }
  .mobile\:right-16\% {
    right: 16%;
  }
  .mobile\:right--16\% {
    right: -16%;
  }
  .mobile\:h-16\% {
    height: 16%;
  }
  .mobile\:w-16\% {
    width: 16%;
  }
  .mobile\:max_h-16\% {
    max-height: 16%;
  }
  .mobile\:max_w-16\% {
    max-width: 16%;
  }
  .mobile\:min_h-16\% {
    min-height: 16%;
  }
  .mobile\:min_w-16\% {
    min-width: 16%;
  }
  .mobile\:h-16vh {
    height: 16vh;
  }
  .mobile\:w-16vw {
    width: 16vw;
  }
  .mobile\:min_w-16vw {
    min-width: 16vw;
  }
  .mobile\:min_h-16vh {
    min-height: 16vh;
  }
  .mobile\:max_w-16vw {
    max-width: 16vw;
  }
  .mobile\:max_h-16vh {
    max-height: 16vh;
  }
  .mobile\:m-t-17\% {
    margin-top: 17%;
  }
  .mobile\:m-t--17\% {
    margin-top: -17%;
  }
  .mobile\:p-t-17\% {
    padding-top: 17%;
  }
  .mobile\:p-t--17\% {
    padding-top: -17%;
  }
  .mobile\:top-17\% {
    top: 17%;
  }
  .mobile\:top--17\% {
    top: -17%;
  }
  .mobile\:m-b-17\% {
    margin-bottom: 17%;
  }
  .mobile\:m-b--17\% {
    margin-bottom: -17%;
  }
  .mobile\:p-b-17\% {
    padding-bottom: 17%;
  }
  .mobile\:p-b--17\% {
    padding-bottom: -17%;
  }
  .mobile\:bottom-17\% {
    bottom: 17%;
  }
  .mobile\:bottom--17\% {
    bottom: -17%;
  }
  .mobile\:m-l-17\% {
    margin-left: 17%;
  }
  .mobile\:m-l--17\% {
    margin-left: -17%;
  }
  .mobile\:p-l-17\% {
    padding-left: 17%;
  }
  .mobile\:p-l--17\% {
    padding-left: -17%;
  }
  .mobile\:left-17\% {
    left: 17%;
  }
  .mobile\:left--17\% {
    left: -17%;
  }
  .mobile\:m-r-17\% {
    margin-right: 17%;
  }
  .mobile\:m-r--17\% {
    margin-right: -17%;
  }
  .mobile\:p-r-17\% {
    padding-right: 17%;
  }
  .mobile\:p-r--17\% {
    padding-right: -17%;
  }
  .mobile\:right-17\% {
    right: 17%;
  }
  .mobile\:right--17\% {
    right: -17%;
  }
  .mobile\:h-17\% {
    height: 17%;
  }
  .mobile\:w-17\% {
    width: 17%;
  }
  .mobile\:max_h-17\% {
    max-height: 17%;
  }
  .mobile\:max_w-17\% {
    max-width: 17%;
  }
  .mobile\:min_h-17\% {
    min-height: 17%;
  }
  .mobile\:min_w-17\% {
    min-width: 17%;
  }
  .mobile\:h-17vh {
    height: 17vh;
  }
  .mobile\:w-17vw {
    width: 17vw;
  }
  .mobile\:min_w-17vw {
    min-width: 17vw;
  }
  .mobile\:min_h-17vh {
    min-height: 17vh;
  }
  .mobile\:max_w-17vw {
    max-width: 17vw;
  }
  .mobile\:max_h-17vh {
    max-height: 17vh;
  }
  .mobile\:m-t-18\% {
    margin-top: 18%;
  }
  .mobile\:m-t--18\% {
    margin-top: -18%;
  }
  .mobile\:p-t-18\% {
    padding-top: 18%;
  }
  .mobile\:p-t--18\% {
    padding-top: -18%;
  }
  .mobile\:top-18\% {
    top: 18%;
  }
  .mobile\:top--18\% {
    top: -18%;
  }
  .mobile\:m-b-18\% {
    margin-bottom: 18%;
  }
  .mobile\:m-b--18\% {
    margin-bottom: -18%;
  }
  .mobile\:p-b-18\% {
    padding-bottom: 18%;
  }
  .mobile\:p-b--18\% {
    padding-bottom: -18%;
  }
  .mobile\:bottom-18\% {
    bottom: 18%;
  }
  .mobile\:bottom--18\% {
    bottom: -18%;
  }
  .mobile\:m-l-18\% {
    margin-left: 18%;
  }
  .mobile\:m-l--18\% {
    margin-left: -18%;
  }
  .mobile\:p-l-18\% {
    padding-left: 18%;
  }
  .mobile\:p-l--18\% {
    padding-left: -18%;
  }
  .mobile\:left-18\% {
    left: 18%;
  }
  .mobile\:left--18\% {
    left: -18%;
  }
  .mobile\:m-r-18\% {
    margin-right: 18%;
  }
  .mobile\:m-r--18\% {
    margin-right: -18%;
  }
  .mobile\:p-r-18\% {
    padding-right: 18%;
  }
  .mobile\:p-r--18\% {
    padding-right: -18%;
  }
  .mobile\:right-18\% {
    right: 18%;
  }
  .mobile\:right--18\% {
    right: -18%;
  }
  .mobile\:h-18\% {
    height: 18%;
  }
  .mobile\:w-18\% {
    width: 18%;
  }
  .mobile\:max_h-18\% {
    max-height: 18%;
  }
  .mobile\:max_w-18\% {
    max-width: 18%;
  }
  .mobile\:min_h-18\% {
    min-height: 18%;
  }
  .mobile\:min_w-18\% {
    min-width: 18%;
  }
  .mobile\:h-18vh {
    height: 18vh;
  }
  .mobile\:w-18vw {
    width: 18vw;
  }
  .mobile\:min_w-18vw {
    min-width: 18vw;
  }
  .mobile\:min_h-18vh {
    min-height: 18vh;
  }
  .mobile\:max_w-18vw {
    max-width: 18vw;
  }
  .mobile\:max_h-18vh {
    max-height: 18vh;
  }
  .mobile\:m-t-19\% {
    margin-top: 19%;
  }
  .mobile\:m-t--19\% {
    margin-top: -19%;
  }
  .mobile\:p-t-19\% {
    padding-top: 19%;
  }
  .mobile\:p-t--19\% {
    padding-top: -19%;
  }
  .mobile\:top-19\% {
    top: 19%;
  }
  .mobile\:top--19\% {
    top: -19%;
  }
  .mobile\:m-b-19\% {
    margin-bottom: 19%;
  }
  .mobile\:m-b--19\% {
    margin-bottom: -19%;
  }
  .mobile\:p-b-19\% {
    padding-bottom: 19%;
  }
  .mobile\:p-b--19\% {
    padding-bottom: -19%;
  }
  .mobile\:bottom-19\% {
    bottom: 19%;
  }
  .mobile\:bottom--19\% {
    bottom: -19%;
  }
  .mobile\:m-l-19\% {
    margin-left: 19%;
  }
  .mobile\:m-l--19\% {
    margin-left: -19%;
  }
  .mobile\:p-l-19\% {
    padding-left: 19%;
  }
  .mobile\:p-l--19\% {
    padding-left: -19%;
  }
  .mobile\:left-19\% {
    left: 19%;
  }
  .mobile\:left--19\% {
    left: -19%;
  }
  .mobile\:m-r-19\% {
    margin-right: 19%;
  }
  .mobile\:m-r--19\% {
    margin-right: -19%;
  }
  .mobile\:p-r-19\% {
    padding-right: 19%;
  }
  .mobile\:p-r--19\% {
    padding-right: -19%;
  }
  .mobile\:right-19\% {
    right: 19%;
  }
  .mobile\:right--19\% {
    right: -19%;
  }
  .mobile\:h-19\% {
    height: 19%;
  }
  .mobile\:w-19\% {
    width: 19%;
  }
  .mobile\:max_h-19\% {
    max-height: 19%;
  }
  .mobile\:max_w-19\% {
    max-width: 19%;
  }
  .mobile\:min_h-19\% {
    min-height: 19%;
  }
  .mobile\:min_w-19\% {
    min-width: 19%;
  }
  .mobile\:h-19vh {
    height: 19vh;
  }
  .mobile\:w-19vw {
    width: 19vw;
  }
  .mobile\:min_w-19vw {
    min-width: 19vw;
  }
  .mobile\:min_h-19vh {
    min-height: 19vh;
  }
  .mobile\:max_w-19vw {
    max-width: 19vw;
  }
  .mobile\:max_h-19vh {
    max-height: 19vh;
  }
  .mobile\:m-t-20\% {
    margin-top: 20%;
  }
  .mobile\:m-t--20\% {
    margin-top: -20%;
  }
  .mobile\:p-t-20\% {
    padding-top: 20%;
  }
  .mobile\:p-t--20\% {
    padding-top: -20%;
  }
  .mobile\:top-20\% {
    top: 20%;
  }
  .mobile\:top--20\% {
    top: -20%;
  }
  .mobile\:m-b-20\% {
    margin-bottom: 20%;
  }
  .mobile\:m-b--20\% {
    margin-bottom: -20%;
  }
  .mobile\:p-b-20\% {
    padding-bottom: 20%;
  }
  .mobile\:p-b--20\% {
    padding-bottom: -20%;
  }
  .mobile\:bottom-20\% {
    bottom: 20%;
  }
  .mobile\:bottom--20\% {
    bottom: -20%;
  }
  .mobile\:m-l-20\% {
    margin-left: 20%;
  }
  .mobile\:m-l--20\% {
    margin-left: -20%;
  }
  .mobile\:p-l-20\% {
    padding-left: 20%;
  }
  .mobile\:p-l--20\% {
    padding-left: -20%;
  }
  .mobile\:left-20\% {
    left: 20%;
  }
  .mobile\:left--20\% {
    left: -20%;
  }
  .mobile\:m-r-20\% {
    margin-right: 20%;
  }
  .mobile\:m-r--20\% {
    margin-right: -20%;
  }
  .mobile\:p-r-20\% {
    padding-right: 20%;
  }
  .mobile\:p-r--20\% {
    padding-right: -20%;
  }
  .mobile\:right-20\% {
    right: 20%;
  }
  .mobile\:right--20\% {
    right: -20%;
  }
  .mobile\:h-20\% {
    height: 20%;
  }
  .mobile\:w-20\% {
    width: 20%;
  }
  .mobile\:max_h-20\% {
    max-height: 20%;
  }
  .mobile\:max_w-20\% {
    max-width: 20%;
  }
  .mobile\:min_h-20\% {
    min-height: 20%;
  }
  .mobile\:min_w-20\% {
    min-width: 20%;
  }
  .mobile\:h-20vh {
    height: 20vh;
  }
  .mobile\:w-20vw {
    width: 20vw;
  }
  .mobile\:min_w-20vw {
    min-width: 20vw;
  }
  .mobile\:min_h-20vh {
    min-height: 20vh;
  }
  .mobile\:max_w-20vw {
    max-width: 20vw;
  }
  .mobile\:max_h-20vh {
    max-height: 20vh;
  }
  .mobile\:m-t-21\% {
    margin-top: 21%;
  }
  .mobile\:m-t--21\% {
    margin-top: -21%;
  }
  .mobile\:p-t-21\% {
    padding-top: 21%;
  }
  .mobile\:p-t--21\% {
    padding-top: -21%;
  }
  .mobile\:top-21\% {
    top: 21%;
  }
  .mobile\:top--21\% {
    top: -21%;
  }
  .mobile\:m-b-21\% {
    margin-bottom: 21%;
  }
  .mobile\:m-b--21\% {
    margin-bottom: -21%;
  }
  .mobile\:p-b-21\% {
    padding-bottom: 21%;
  }
  .mobile\:p-b--21\% {
    padding-bottom: -21%;
  }
  .mobile\:bottom-21\% {
    bottom: 21%;
  }
  .mobile\:bottom--21\% {
    bottom: -21%;
  }
  .mobile\:m-l-21\% {
    margin-left: 21%;
  }
  .mobile\:m-l--21\% {
    margin-left: -21%;
  }
  .mobile\:p-l-21\% {
    padding-left: 21%;
  }
  .mobile\:p-l--21\% {
    padding-left: -21%;
  }
  .mobile\:left-21\% {
    left: 21%;
  }
  .mobile\:left--21\% {
    left: -21%;
  }
  .mobile\:m-r-21\% {
    margin-right: 21%;
  }
  .mobile\:m-r--21\% {
    margin-right: -21%;
  }
  .mobile\:p-r-21\% {
    padding-right: 21%;
  }
  .mobile\:p-r--21\% {
    padding-right: -21%;
  }
  .mobile\:right-21\% {
    right: 21%;
  }
  .mobile\:right--21\% {
    right: -21%;
  }
  .mobile\:h-21\% {
    height: 21%;
  }
  .mobile\:w-21\% {
    width: 21%;
  }
  .mobile\:max_h-21\% {
    max-height: 21%;
  }
  .mobile\:max_w-21\% {
    max-width: 21%;
  }
  .mobile\:min_h-21\% {
    min-height: 21%;
  }
  .mobile\:min_w-21\% {
    min-width: 21%;
  }
  .mobile\:h-21vh {
    height: 21vh;
  }
  .mobile\:w-21vw {
    width: 21vw;
  }
  .mobile\:min_w-21vw {
    min-width: 21vw;
  }
  .mobile\:min_h-21vh {
    min-height: 21vh;
  }
  .mobile\:max_w-21vw {
    max-width: 21vw;
  }
  .mobile\:max_h-21vh {
    max-height: 21vh;
  }
  .mobile\:m-t-22\% {
    margin-top: 22%;
  }
  .mobile\:m-t--22\% {
    margin-top: -22%;
  }
  .mobile\:p-t-22\% {
    padding-top: 22%;
  }
  .mobile\:p-t--22\% {
    padding-top: -22%;
  }
  .mobile\:top-22\% {
    top: 22%;
  }
  .mobile\:top--22\% {
    top: -22%;
  }
  .mobile\:m-b-22\% {
    margin-bottom: 22%;
  }
  .mobile\:m-b--22\% {
    margin-bottom: -22%;
  }
  .mobile\:p-b-22\% {
    padding-bottom: 22%;
  }
  .mobile\:p-b--22\% {
    padding-bottom: -22%;
  }
  .mobile\:bottom-22\% {
    bottom: 22%;
  }
  .mobile\:bottom--22\% {
    bottom: -22%;
  }
  .mobile\:m-l-22\% {
    margin-left: 22%;
  }
  .mobile\:m-l--22\% {
    margin-left: -22%;
  }
  .mobile\:p-l-22\% {
    padding-left: 22%;
  }
  .mobile\:p-l--22\% {
    padding-left: -22%;
  }
  .mobile\:left-22\% {
    left: 22%;
  }
  .mobile\:left--22\% {
    left: -22%;
  }
  .mobile\:m-r-22\% {
    margin-right: 22%;
  }
  .mobile\:m-r--22\% {
    margin-right: -22%;
  }
  .mobile\:p-r-22\% {
    padding-right: 22%;
  }
  .mobile\:p-r--22\% {
    padding-right: -22%;
  }
  .mobile\:right-22\% {
    right: 22%;
  }
  .mobile\:right--22\% {
    right: -22%;
  }
  .mobile\:h-22\% {
    height: 22%;
  }
  .mobile\:w-22\% {
    width: 22%;
  }
  .mobile\:max_h-22\% {
    max-height: 22%;
  }
  .mobile\:max_w-22\% {
    max-width: 22%;
  }
  .mobile\:min_h-22\% {
    min-height: 22%;
  }
  .mobile\:min_w-22\% {
    min-width: 22%;
  }
  .mobile\:h-22vh {
    height: 22vh;
  }
  .mobile\:w-22vw {
    width: 22vw;
  }
  .mobile\:min_w-22vw {
    min-width: 22vw;
  }
  .mobile\:min_h-22vh {
    min-height: 22vh;
  }
  .mobile\:max_w-22vw {
    max-width: 22vw;
  }
  .mobile\:max_h-22vh {
    max-height: 22vh;
  }
  .mobile\:m-t-23\% {
    margin-top: 23%;
  }
  .mobile\:m-t--23\% {
    margin-top: -23%;
  }
  .mobile\:p-t-23\% {
    padding-top: 23%;
  }
  .mobile\:p-t--23\% {
    padding-top: -23%;
  }
  .mobile\:top-23\% {
    top: 23%;
  }
  .mobile\:top--23\% {
    top: -23%;
  }
  .mobile\:m-b-23\% {
    margin-bottom: 23%;
  }
  .mobile\:m-b--23\% {
    margin-bottom: -23%;
  }
  .mobile\:p-b-23\% {
    padding-bottom: 23%;
  }
  .mobile\:p-b--23\% {
    padding-bottom: -23%;
  }
  .mobile\:bottom-23\% {
    bottom: 23%;
  }
  .mobile\:bottom--23\% {
    bottom: -23%;
  }
  .mobile\:m-l-23\% {
    margin-left: 23%;
  }
  .mobile\:m-l--23\% {
    margin-left: -23%;
  }
  .mobile\:p-l-23\% {
    padding-left: 23%;
  }
  .mobile\:p-l--23\% {
    padding-left: -23%;
  }
  .mobile\:left-23\% {
    left: 23%;
  }
  .mobile\:left--23\% {
    left: -23%;
  }
  .mobile\:m-r-23\% {
    margin-right: 23%;
  }
  .mobile\:m-r--23\% {
    margin-right: -23%;
  }
  .mobile\:p-r-23\% {
    padding-right: 23%;
  }
  .mobile\:p-r--23\% {
    padding-right: -23%;
  }
  .mobile\:right-23\% {
    right: 23%;
  }
  .mobile\:right--23\% {
    right: -23%;
  }
  .mobile\:h-23\% {
    height: 23%;
  }
  .mobile\:w-23\% {
    width: 23%;
  }
  .mobile\:max_h-23\% {
    max-height: 23%;
  }
  .mobile\:max_w-23\% {
    max-width: 23%;
  }
  .mobile\:min_h-23\% {
    min-height: 23%;
  }
  .mobile\:min_w-23\% {
    min-width: 23%;
  }
  .mobile\:h-23vh {
    height: 23vh;
  }
  .mobile\:w-23vw {
    width: 23vw;
  }
  .mobile\:min_w-23vw {
    min-width: 23vw;
  }
  .mobile\:min_h-23vh {
    min-height: 23vh;
  }
  .mobile\:max_w-23vw {
    max-width: 23vw;
  }
  .mobile\:max_h-23vh {
    max-height: 23vh;
  }
  .mobile\:m-t-24\% {
    margin-top: 24%;
  }
  .mobile\:m-t--24\% {
    margin-top: -24%;
  }
  .mobile\:p-t-24\% {
    padding-top: 24%;
  }
  .mobile\:p-t--24\% {
    padding-top: -24%;
  }
  .mobile\:top-24\% {
    top: 24%;
  }
  .mobile\:top--24\% {
    top: -24%;
  }
  .mobile\:m-b-24\% {
    margin-bottom: 24%;
  }
  .mobile\:m-b--24\% {
    margin-bottom: -24%;
  }
  .mobile\:p-b-24\% {
    padding-bottom: 24%;
  }
  .mobile\:p-b--24\% {
    padding-bottom: -24%;
  }
  .mobile\:bottom-24\% {
    bottom: 24%;
  }
  .mobile\:bottom--24\% {
    bottom: -24%;
  }
  .mobile\:m-l-24\% {
    margin-left: 24%;
  }
  .mobile\:m-l--24\% {
    margin-left: -24%;
  }
  .mobile\:p-l-24\% {
    padding-left: 24%;
  }
  .mobile\:p-l--24\% {
    padding-left: -24%;
  }
  .mobile\:left-24\% {
    left: 24%;
  }
  .mobile\:left--24\% {
    left: -24%;
  }
  .mobile\:m-r-24\% {
    margin-right: 24%;
  }
  .mobile\:m-r--24\% {
    margin-right: -24%;
  }
  .mobile\:p-r-24\% {
    padding-right: 24%;
  }
  .mobile\:p-r--24\% {
    padding-right: -24%;
  }
  .mobile\:right-24\% {
    right: 24%;
  }
  .mobile\:right--24\% {
    right: -24%;
  }
  .mobile\:h-24\% {
    height: 24%;
  }
  .mobile\:w-24\% {
    width: 24%;
  }
  .mobile\:max_h-24\% {
    max-height: 24%;
  }
  .mobile\:max_w-24\% {
    max-width: 24%;
  }
  .mobile\:min_h-24\% {
    min-height: 24%;
  }
  .mobile\:min_w-24\% {
    min-width: 24%;
  }
  .mobile\:h-24vh {
    height: 24vh;
  }
  .mobile\:w-24vw {
    width: 24vw;
  }
  .mobile\:min_w-24vw {
    min-width: 24vw;
  }
  .mobile\:min_h-24vh {
    min-height: 24vh;
  }
  .mobile\:max_w-24vw {
    max-width: 24vw;
  }
  .mobile\:max_h-24vh {
    max-height: 24vh;
  }
  .mobile\:m-t-25\% {
    margin-top: 25%;
  }
  .mobile\:m-t--25\% {
    margin-top: -25%;
  }
  .mobile\:p-t-25\% {
    padding-top: 25%;
  }
  .mobile\:p-t--25\% {
    padding-top: -25%;
  }
  .mobile\:top-25\% {
    top: 25%;
  }
  .mobile\:top--25\% {
    top: -25%;
  }
  .mobile\:m-b-25\% {
    margin-bottom: 25%;
  }
  .mobile\:m-b--25\% {
    margin-bottom: -25%;
  }
  .mobile\:p-b-25\% {
    padding-bottom: 25%;
  }
  .mobile\:p-b--25\% {
    padding-bottom: -25%;
  }
  .mobile\:bottom-25\% {
    bottom: 25%;
  }
  .mobile\:bottom--25\% {
    bottom: -25%;
  }
  .mobile\:m-l-25\% {
    margin-left: 25%;
  }
  .mobile\:m-l--25\% {
    margin-left: -25%;
  }
  .mobile\:p-l-25\% {
    padding-left: 25%;
  }
  .mobile\:p-l--25\% {
    padding-left: -25%;
  }
  .mobile\:left-25\% {
    left: 25%;
  }
  .mobile\:left--25\% {
    left: -25%;
  }
  .mobile\:m-r-25\% {
    margin-right: 25%;
  }
  .mobile\:m-r--25\% {
    margin-right: -25%;
  }
  .mobile\:p-r-25\% {
    padding-right: 25%;
  }
  .mobile\:p-r--25\% {
    padding-right: -25%;
  }
  .mobile\:right-25\% {
    right: 25%;
  }
  .mobile\:right--25\% {
    right: -25%;
  }
  .mobile\:h-25\% {
    height: 25%;
  }
  .mobile\:w-25\% {
    width: 25%;
  }
  .mobile\:max_h-25\% {
    max-height: 25%;
  }
  .mobile\:max_w-25\% {
    max-width: 25%;
  }
  .mobile\:min_h-25\% {
    min-height: 25%;
  }
  .mobile\:min_w-25\% {
    min-width: 25%;
  }
  .mobile\:h-25vh {
    height: 25vh;
  }
  .mobile\:w-25vw {
    width: 25vw;
  }
  .mobile\:min_w-25vw {
    min-width: 25vw;
  }
  .mobile\:min_h-25vh {
    min-height: 25vh;
  }
  .mobile\:max_w-25vw {
    max-width: 25vw;
  }
  .mobile\:max_h-25vh {
    max-height: 25vh;
  }
  .mobile\:m-t-26\% {
    margin-top: 26%;
  }
  .mobile\:m-t--26\% {
    margin-top: -26%;
  }
  .mobile\:p-t-26\% {
    padding-top: 26%;
  }
  .mobile\:p-t--26\% {
    padding-top: -26%;
  }
  .mobile\:top-26\% {
    top: 26%;
  }
  .mobile\:top--26\% {
    top: -26%;
  }
  .mobile\:m-b-26\% {
    margin-bottom: 26%;
  }
  .mobile\:m-b--26\% {
    margin-bottom: -26%;
  }
  .mobile\:p-b-26\% {
    padding-bottom: 26%;
  }
  .mobile\:p-b--26\% {
    padding-bottom: -26%;
  }
  .mobile\:bottom-26\% {
    bottom: 26%;
  }
  .mobile\:bottom--26\% {
    bottom: -26%;
  }
  .mobile\:m-l-26\% {
    margin-left: 26%;
  }
  .mobile\:m-l--26\% {
    margin-left: -26%;
  }
  .mobile\:p-l-26\% {
    padding-left: 26%;
  }
  .mobile\:p-l--26\% {
    padding-left: -26%;
  }
  .mobile\:left-26\% {
    left: 26%;
  }
  .mobile\:left--26\% {
    left: -26%;
  }
  .mobile\:m-r-26\% {
    margin-right: 26%;
  }
  .mobile\:m-r--26\% {
    margin-right: -26%;
  }
  .mobile\:p-r-26\% {
    padding-right: 26%;
  }
  .mobile\:p-r--26\% {
    padding-right: -26%;
  }
  .mobile\:right-26\% {
    right: 26%;
  }
  .mobile\:right--26\% {
    right: -26%;
  }
  .mobile\:h-26\% {
    height: 26%;
  }
  .mobile\:w-26\% {
    width: 26%;
  }
  .mobile\:max_h-26\% {
    max-height: 26%;
  }
  .mobile\:max_w-26\% {
    max-width: 26%;
  }
  .mobile\:min_h-26\% {
    min-height: 26%;
  }
  .mobile\:min_w-26\% {
    min-width: 26%;
  }
  .mobile\:h-26vh {
    height: 26vh;
  }
  .mobile\:w-26vw {
    width: 26vw;
  }
  .mobile\:min_w-26vw {
    min-width: 26vw;
  }
  .mobile\:min_h-26vh {
    min-height: 26vh;
  }
  .mobile\:max_w-26vw {
    max-width: 26vw;
  }
  .mobile\:max_h-26vh {
    max-height: 26vh;
  }
  .mobile\:m-t-27\% {
    margin-top: 27%;
  }
  .mobile\:m-t--27\% {
    margin-top: -27%;
  }
  .mobile\:p-t-27\% {
    padding-top: 27%;
  }
  .mobile\:p-t--27\% {
    padding-top: -27%;
  }
  .mobile\:top-27\% {
    top: 27%;
  }
  .mobile\:top--27\% {
    top: -27%;
  }
  .mobile\:m-b-27\% {
    margin-bottom: 27%;
  }
  .mobile\:m-b--27\% {
    margin-bottom: -27%;
  }
  .mobile\:p-b-27\% {
    padding-bottom: 27%;
  }
  .mobile\:p-b--27\% {
    padding-bottom: -27%;
  }
  .mobile\:bottom-27\% {
    bottom: 27%;
  }
  .mobile\:bottom--27\% {
    bottom: -27%;
  }
  .mobile\:m-l-27\% {
    margin-left: 27%;
  }
  .mobile\:m-l--27\% {
    margin-left: -27%;
  }
  .mobile\:p-l-27\% {
    padding-left: 27%;
  }
  .mobile\:p-l--27\% {
    padding-left: -27%;
  }
  .mobile\:left-27\% {
    left: 27%;
  }
  .mobile\:left--27\% {
    left: -27%;
  }
  .mobile\:m-r-27\% {
    margin-right: 27%;
  }
  .mobile\:m-r--27\% {
    margin-right: -27%;
  }
  .mobile\:p-r-27\% {
    padding-right: 27%;
  }
  .mobile\:p-r--27\% {
    padding-right: -27%;
  }
  .mobile\:right-27\% {
    right: 27%;
  }
  .mobile\:right--27\% {
    right: -27%;
  }
  .mobile\:h-27\% {
    height: 27%;
  }
  .mobile\:w-27\% {
    width: 27%;
  }
  .mobile\:max_h-27\% {
    max-height: 27%;
  }
  .mobile\:max_w-27\% {
    max-width: 27%;
  }
  .mobile\:min_h-27\% {
    min-height: 27%;
  }
  .mobile\:min_w-27\% {
    min-width: 27%;
  }
  .mobile\:h-27vh {
    height: 27vh;
  }
  .mobile\:w-27vw {
    width: 27vw;
  }
  .mobile\:min_w-27vw {
    min-width: 27vw;
  }
  .mobile\:min_h-27vh {
    min-height: 27vh;
  }
  .mobile\:max_w-27vw {
    max-width: 27vw;
  }
  .mobile\:max_h-27vh {
    max-height: 27vh;
  }
  .mobile\:m-t-28\% {
    margin-top: 28%;
  }
  .mobile\:m-t--28\% {
    margin-top: -28%;
  }
  .mobile\:p-t-28\% {
    padding-top: 28%;
  }
  .mobile\:p-t--28\% {
    padding-top: -28%;
  }
  .mobile\:top-28\% {
    top: 28%;
  }
  .mobile\:top--28\% {
    top: -28%;
  }
  .mobile\:m-b-28\% {
    margin-bottom: 28%;
  }
  .mobile\:m-b--28\% {
    margin-bottom: -28%;
  }
  .mobile\:p-b-28\% {
    padding-bottom: 28%;
  }
  .mobile\:p-b--28\% {
    padding-bottom: -28%;
  }
  .mobile\:bottom-28\% {
    bottom: 28%;
  }
  .mobile\:bottom--28\% {
    bottom: -28%;
  }
  .mobile\:m-l-28\% {
    margin-left: 28%;
  }
  .mobile\:m-l--28\% {
    margin-left: -28%;
  }
  .mobile\:p-l-28\% {
    padding-left: 28%;
  }
  .mobile\:p-l--28\% {
    padding-left: -28%;
  }
  .mobile\:left-28\% {
    left: 28%;
  }
  .mobile\:left--28\% {
    left: -28%;
  }
  .mobile\:m-r-28\% {
    margin-right: 28%;
  }
  .mobile\:m-r--28\% {
    margin-right: -28%;
  }
  .mobile\:p-r-28\% {
    padding-right: 28%;
  }
  .mobile\:p-r--28\% {
    padding-right: -28%;
  }
  .mobile\:right-28\% {
    right: 28%;
  }
  .mobile\:right--28\% {
    right: -28%;
  }
  .mobile\:h-28\% {
    height: 28%;
  }
  .mobile\:w-28\% {
    width: 28%;
  }
  .mobile\:max_h-28\% {
    max-height: 28%;
  }
  .mobile\:max_w-28\% {
    max-width: 28%;
  }
  .mobile\:min_h-28\% {
    min-height: 28%;
  }
  .mobile\:min_w-28\% {
    min-width: 28%;
  }
  .mobile\:h-28vh {
    height: 28vh;
  }
  .mobile\:w-28vw {
    width: 28vw;
  }
  .mobile\:min_w-28vw {
    min-width: 28vw;
  }
  .mobile\:min_h-28vh {
    min-height: 28vh;
  }
  .mobile\:max_w-28vw {
    max-width: 28vw;
  }
  .mobile\:max_h-28vh {
    max-height: 28vh;
  }
  .mobile\:m-t-29\% {
    margin-top: 29%;
  }
  .mobile\:m-t--29\% {
    margin-top: -29%;
  }
  .mobile\:p-t-29\% {
    padding-top: 29%;
  }
  .mobile\:p-t--29\% {
    padding-top: -29%;
  }
  .mobile\:top-29\% {
    top: 29%;
  }
  .mobile\:top--29\% {
    top: -29%;
  }
  .mobile\:m-b-29\% {
    margin-bottom: 29%;
  }
  .mobile\:m-b--29\% {
    margin-bottom: -29%;
  }
  .mobile\:p-b-29\% {
    padding-bottom: 29%;
  }
  .mobile\:p-b--29\% {
    padding-bottom: -29%;
  }
  .mobile\:bottom-29\% {
    bottom: 29%;
  }
  .mobile\:bottom--29\% {
    bottom: -29%;
  }
  .mobile\:m-l-29\% {
    margin-left: 29%;
  }
  .mobile\:m-l--29\% {
    margin-left: -29%;
  }
  .mobile\:p-l-29\% {
    padding-left: 29%;
  }
  .mobile\:p-l--29\% {
    padding-left: -29%;
  }
  .mobile\:left-29\% {
    left: 29%;
  }
  .mobile\:left--29\% {
    left: -29%;
  }
  .mobile\:m-r-29\% {
    margin-right: 29%;
  }
  .mobile\:m-r--29\% {
    margin-right: -29%;
  }
  .mobile\:p-r-29\% {
    padding-right: 29%;
  }
  .mobile\:p-r--29\% {
    padding-right: -29%;
  }
  .mobile\:right-29\% {
    right: 29%;
  }
  .mobile\:right--29\% {
    right: -29%;
  }
  .mobile\:h-29\% {
    height: 29%;
  }
  .mobile\:w-29\% {
    width: 29%;
  }
  .mobile\:max_h-29\% {
    max-height: 29%;
  }
  .mobile\:max_w-29\% {
    max-width: 29%;
  }
  .mobile\:min_h-29\% {
    min-height: 29%;
  }
  .mobile\:min_w-29\% {
    min-width: 29%;
  }
  .mobile\:h-29vh {
    height: 29vh;
  }
  .mobile\:w-29vw {
    width: 29vw;
  }
  .mobile\:min_w-29vw {
    min-width: 29vw;
  }
  .mobile\:min_h-29vh {
    min-height: 29vh;
  }
  .mobile\:max_w-29vw {
    max-width: 29vw;
  }
  .mobile\:max_h-29vh {
    max-height: 29vh;
  }
  .mobile\:m-t-30\% {
    margin-top: 30%;
  }
  .mobile\:m-t--30\% {
    margin-top: -30%;
  }
  .mobile\:p-t-30\% {
    padding-top: 30%;
  }
  .mobile\:p-t--30\% {
    padding-top: -30%;
  }
  .mobile\:top-30\% {
    top: 30%;
  }
  .mobile\:top--30\% {
    top: -30%;
  }
  .mobile\:m-b-30\% {
    margin-bottom: 30%;
  }
  .mobile\:m-b--30\% {
    margin-bottom: -30%;
  }
  .mobile\:p-b-30\% {
    padding-bottom: 30%;
  }
  .mobile\:p-b--30\% {
    padding-bottom: -30%;
  }
  .mobile\:bottom-30\% {
    bottom: 30%;
  }
  .mobile\:bottom--30\% {
    bottom: -30%;
  }
  .mobile\:m-l-30\% {
    margin-left: 30%;
  }
  .mobile\:m-l--30\% {
    margin-left: -30%;
  }
  .mobile\:p-l-30\% {
    padding-left: 30%;
  }
  .mobile\:p-l--30\% {
    padding-left: -30%;
  }
  .mobile\:left-30\% {
    left: 30%;
  }
  .mobile\:left--30\% {
    left: -30%;
  }
  .mobile\:m-r-30\% {
    margin-right: 30%;
  }
  .mobile\:m-r--30\% {
    margin-right: -30%;
  }
  .mobile\:p-r-30\% {
    padding-right: 30%;
  }
  .mobile\:p-r--30\% {
    padding-right: -30%;
  }
  .mobile\:right-30\% {
    right: 30%;
  }
  .mobile\:right--30\% {
    right: -30%;
  }
  .mobile\:h-30\% {
    height: 30%;
  }
  .mobile\:w-30\% {
    width: 30%;
  }
  .mobile\:max_h-30\% {
    max-height: 30%;
  }
  .mobile\:max_w-30\% {
    max-width: 30%;
  }
  .mobile\:min_h-30\% {
    min-height: 30%;
  }
  .mobile\:min_w-30\% {
    min-width: 30%;
  }
  .mobile\:h-30vh {
    height: 30vh;
  }
  .mobile\:w-30vw {
    width: 30vw;
  }
  .mobile\:min_w-30vw {
    min-width: 30vw;
  }
  .mobile\:min_h-30vh {
    min-height: 30vh;
  }
  .mobile\:max_w-30vw {
    max-width: 30vw;
  }
  .mobile\:max_h-30vh {
    max-height: 30vh;
  }
  .mobile\:m-t-31\% {
    margin-top: 31%;
  }
  .mobile\:m-t--31\% {
    margin-top: -31%;
  }
  .mobile\:p-t-31\% {
    padding-top: 31%;
  }
  .mobile\:p-t--31\% {
    padding-top: -31%;
  }
  .mobile\:top-31\% {
    top: 31%;
  }
  .mobile\:top--31\% {
    top: -31%;
  }
  .mobile\:m-b-31\% {
    margin-bottom: 31%;
  }
  .mobile\:m-b--31\% {
    margin-bottom: -31%;
  }
  .mobile\:p-b-31\% {
    padding-bottom: 31%;
  }
  .mobile\:p-b--31\% {
    padding-bottom: -31%;
  }
  .mobile\:bottom-31\% {
    bottom: 31%;
  }
  .mobile\:bottom--31\% {
    bottom: -31%;
  }
  .mobile\:m-l-31\% {
    margin-left: 31%;
  }
  .mobile\:m-l--31\% {
    margin-left: -31%;
  }
  .mobile\:p-l-31\% {
    padding-left: 31%;
  }
  .mobile\:p-l--31\% {
    padding-left: -31%;
  }
  .mobile\:left-31\% {
    left: 31%;
  }
  .mobile\:left--31\% {
    left: -31%;
  }
  .mobile\:m-r-31\% {
    margin-right: 31%;
  }
  .mobile\:m-r--31\% {
    margin-right: -31%;
  }
  .mobile\:p-r-31\% {
    padding-right: 31%;
  }
  .mobile\:p-r--31\% {
    padding-right: -31%;
  }
  .mobile\:right-31\% {
    right: 31%;
  }
  .mobile\:right--31\% {
    right: -31%;
  }
  .mobile\:h-31\% {
    height: 31%;
  }
  .mobile\:w-31\% {
    width: 31%;
  }
  .mobile\:max_h-31\% {
    max-height: 31%;
  }
  .mobile\:max_w-31\% {
    max-width: 31%;
  }
  .mobile\:min_h-31\% {
    min-height: 31%;
  }
  .mobile\:min_w-31\% {
    min-width: 31%;
  }
  .mobile\:h-31vh {
    height: 31vh;
  }
  .mobile\:w-31vw {
    width: 31vw;
  }
  .mobile\:min_w-31vw {
    min-width: 31vw;
  }
  .mobile\:min_h-31vh {
    min-height: 31vh;
  }
  .mobile\:max_w-31vw {
    max-width: 31vw;
  }
  .mobile\:max_h-31vh {
    max-height: 31vh;
  }
  .mobile\:m-t-32\% {
    margin-top: 32%;
  }
  .mobile\:m-t--32\% {
    margin-top: -32%;
  }
  .mobile\:p-t-32\% {
    padding-top: 32%;
  }
  .mobile\:p-t--32\% {
    padding-top: -32%;
  }
  .mobile\:top-32\% {
    top: 32%;
  }
  .mobile\:top--32\% {
    top: -32%;
  }
  .mobile\:m-b-32\% {
    margin-bottom: 32%;
  }
  .mobile\:m-b--32\% {
    margin-bottom: -32%;
  }
  .mobile\:p-b-32\% {
    padding-bottom: 32%;
  }
  .mobile\:p-b--32\% {
    padding-bottom: -32%;
  }
  .mobile\:bottom-32\% {
    bottom: 32%;
  }
  .mobile\:bottom--32\% {
    bottom: -32%;
  }
  .mobile\:m-l-32\% {
    margin-left: 32%;
  }
  .mobile\:m-l--32\% {
    margin-left: -32%;
  }
  .mobile\:p-l-32\% {
    padding-left: 32%;
  }
  .mobile\:p-l--32\% {
    padding-left: -32%;
  }
  .mobile\:left-32\% {
    left: 32%;
  }
  .mobile\:left--32\% {
    left: -32%;
  }
  .mobile\:m-r-32\% {
    margin-right: 32%;
  }
  .mobile\:m-r--32\% {
    margin-right: -32%;
  }
  .mobile\:p-r-32\% {
    padding-right: 32%;
  }
  .mobile\:p-r--32\% {
    padding-right: -32%;
  }
  .mobile\:right-32\% {
    right: 32%;
  }
  .mobile\:right--32\% {
    right: -32%;
  }
  .mobile\:h-32\% {
    height: 32%;
  }
  .mobile\:w-32\% {
    width: 32%;
  }
  .mobile\:max_h-32\% {
    max-height: 32%;
  }
  .mobile\:max_w-32\% {
    max-width: 32%;
  }
  .mobile\:min_h-32\% {
    min-height: 32%;
  }
  .mobile\:min_w-32\% {
    min-width: 32%;
  }
  .mobile\:h-32vh {
    height: 32vh;
  }
  .mobile\:w-32vw {
    width: 32vw;
  }
  .mobile\:min_w-32vw {
    min-width: 32vw;
  }
  .mobile\:min_h-32vh {
    min-height: 32vh;
  }
  .mobile\:max_w-32vw {
    max-width: 32vw;
  }
  .mobile\:max_h-32vh {
    max-height: 32vh;
  }
  .mobile\:m-t-33\% {
    margin-top: 33%;
  }
  .mobile\:m-t--33\% {
    margin-top: -33%;
  }
  .mobile\:p-t-33\% {
    padding-top: 33%;
  }
  .mobile\:p-t--33\% {
    padding-top: -33%;
  }
  .mobile\:top-33\% {
    top: 33%;
  }
  .mobile\:top--33\% {
    top: -33%;
  }
  .mobile\:m-b-33\% {
    margin-bottom: 33%;
  }
  .mobile\:m-b--33\% {
    margin-bottom: -33%;
  }
  .mobile\:p-b-33\% {
    padding-bottom: 33%;
  }
  .mobile\:p-b--33\% {
    padding-bottom: -33%;
  }
  .mobile\:bottom-33\% {
    bottom: 33%;
  }
  .mobile\:bottom--33\% {
    bottom: -33%;
  }
  .mobile\:m-l-33\% {
    margin-left: 33%;
  }
  .mobile\:m-l--33\% {
    margin-left: -33%;
  }
  .mobile\:p-l-33\% {
    padding-left: 33%;
  }
  .mobile\:p-l--33\% {
    padding-left: -33%;
  }
  .mobile\:left-33\% {
    left: 33%;
  }
  .mobile\:left--33\% {
    left: -33%;
  }
  .mobile\:m-r-33\% {
    margin-right: 33%;
  }
  .mobile\:m-r--33\% {
    margin-right: -33%;
  }
  .mobile\:p-r-33\% {
    padding-right: 33%;
  }
  .mobile\:p-r--33\% {
    padding-right: -33%;
  }
  .mobile\:right-33\% {
    right: 33%;
  }
  .mobile\:right--33\% {
    right: -33%;
  }
  .mobile\:h-33\% {
    height: 33%;
  }
  .mobile\:w-33\% {
    width: 33%;
  }
  .mobile\:max_h-33\% {
    max-height: 33%;
  }
  .mobile\:max_w-33\% {
    max-width: 33%;
  }
  .mobile\:min_h-33\% {
    min-height: 33%;
  }
  .mobile\:min_w-33\% {
    min-width: 33%;
  }
  .mobile\:h-33vh {
    height: 33vh;
  }
  .mobile\:w-33vw {
    width: 33vw;
  }
  .mobile\:min_w-33vw {
    min-width: 33vw;
  }
  .mobile\:min_h-33vh {
    min-height: 33vh;
  }
  .mobile\:max_w-33vw {
    max-width: 33vw;
  }
  .mobile\:max_h-33vh {
    max-height: 33vh;
  }
  .mobile\:m-t-34\% {
    margin-top: 34%;
  }
  .mobile\:m-t--34\% {
    margin-top: -34%;
  }
  .mobile\:p-t-34\% {
    padding-top: 34%;
  }
  .mobile\:p-t--34\% {
    padding-top: -34%;
  }
  .mobile\:top-34\% {
    top: 34%;
  }
  .mobile\:top--34\% {
    top: -34%;
  }
  .mobile\:m-b-34\% {
    margin-bottom: 34%;
  }
  .mobile\:m-b--34\% {
    margin-bottom: -34%;
  }
  .mobile\:p-b-34\% {
    padding-bottom: 34%;
  }
  .mobile\:p-b--34\% {
    padding-bottom: -34%;
  }
  .mobile\:bottom-34\% {
    bottom: 34%;
  }
  .mobile\:bottom--34\% {
    bottom: -34%;
  }
  .mobile\:m-l-34\% {
    margin-left: 34%;
  }
  .mobile\:m-l--34\% {
    margin-left: -34%;
  }
  .mobile\:p-l-34\% {
    padding-left: 34%;
  }
  .mobile\:p-l--34\% {
    padding-left: -34%;
  }
  .mobile\:left-34\% {
    left: 34%;
  }
  .mobile\:left--34\% {
    left: -34%;
  }
  .mobile\:m-r-34\% {
    margin-right: 34%;
  }
  .mobile\:m-r--34\% {
    margin-right: -34%;
  }
  .mobile\:p-r-34\% {
    padding-right: 34%;
  }
  .mobile\:p-r--34\% {
    padding-right: -34%;
  }
  .mobile\:right-34\% {
    right: 34%;
  }
  .mobile\:right--34\% {
    right: -34%;
  }
  .mobile\:h-34\% {
    height: 34%;
  }
  .mobile\:w-34\% {
    width: 34%;
  }
  .mobile\:max_h-34\% {
    max-height: 34%;
  }
  .mobile\:max_w-34\% {
    max-width: 34%;
  }
  .mobile\:min_h-34\% {
    min-height: 34%;
  }
  .mobile\:min_w-34\% {
    min-width: 34%;
  }
  .mobile\:h-34vh {
    height: 34vh;
  }
  .mobile\:w-34vw {
    width: 34vw;
  }
  .mobile\:min_w-34vw {
    min-width: 34vw;
  }
  .mobile\:min_h-34vh {
    min-height: 34vh;
  }
  .mobile\:max_w-34vw {
    max-width: 34vw;
  }
  .mobile\:max_h-34vh {
    max-height: 34vh;
  }
  .mobile\:m-t-35\% {
    margin-top: 35%;
  }
  .mobile\:m-t--35\% {
    margin-top: -35%;
  }
  .mobile\:p-t-35\% {
    padding-top: 35%;
  }
  .mobile\:p-t--35\% {
    padding-top: -35%;
  }
  .mobile\:top-35\% {
    top: 35%;
  }
  .mobile\:top--35\% {
    top: -35%;
  }
  .mobile\:m-b-35\% {
    margin-bottom: 35%;
  }
  .mobile\:m-b--35\% {
    margin-bottom: -35%;
  }
  .mobile\:p-b-35\% {
    padding-bottom: 35%;
  }
  .mobile\:p-b--35\% {
    padding-bottom: -35%;
  }
  .mobile\:bottom-35\% {
    bottom: 35%;
  }
  .mobile\:bottom--35\% {
    bottom: -35%;
  }
  .mobile\:m-l-35\% {
    margin-left: 35%;
  }
  .mobile\:m-l--35\% {
    margin-left: -35%;
  }
  .mobile\:p-l-35\% {
    padding-left: 35%;
  }
  .mobile\:p-l--35\% {
    padding-left: -35%;
  }
  .mobile\:left-35\% {
    left: 35%;
  }
  .mobile\:left--35\% {
    left: -35%;
  }
  .mobile\:m-r-35\% {
    margin-right: 35%;
  }
  .mobile\:m-r--35\% {
    margin-right: -35%;
  }
  .mobile\:p-r-35\% {
    padding-right: 35%;
  }
  .mobile\:p-r--35\% {
    padding-right: -35%;
  }
  .mobile\:right-35\% {
    right: 35%;
  }
  .mobile\:right--35\% {
    right: -35%;
  }
  .mobile\:h-35\% {
    height: 35%;
  }
  .mobile\:w-35\% {
    width: 35%;
  }
  .mobile\:max_h-35\% {
    max-height: 35%;
  }
  .mobile\:max_w-35\% {
    max-width: 35%;
  }
  .mobile\:min_h-35\% {
    min-height: 35%;
  }
  .mobile\:min_w-35\% {
    min-width: 35%;
  }
  .mobile\:h-35vh {
    height: 35vh;
  }
  .mobile\:w-35vw {
    width: 35vw;
  }
  .mobile\:min_w-35vw {
    min-width: 35vw;
  }
  .mobile\:min_h-35vh {
    min-height: 35vh;
  }
  .mobile\:max_w-35vw {
    max-width: 35vw;
  }
  .mobile\:max_h-35vh {
    max-height: 35vh;
  }
  .mobile\:m-t-36\% {
    margin-top: 36%;
  }
  .mobile\:m-t--36\% {
    margin-top: -36%;
  }
  .mobile\:p-t-36\% {
    padding-top: 36%;
  }
  .mobile\:p-t--36\% {
    padding-top: -36%;
  }
  .mobile\:top-36\% {
    top: 36%;
  }
  .mobile\:top--36\% {
    top: -36%;
  }
  .mobile\:m-b-36\% {
    margin-bottom: 36%;
  }
  .mobile\:m-b--36\% {
    margin-bottom: -36%;
  }
  .mobile\:p-b-36\% {
    padding-bottom: 36%;
  }
  .mobile\:p-b--36\% {
    padding-bottom: -36%;
  }
  .mobile\:bottom-36\% {
    bottom: 36%;
  }
  .mobile\:bottom--36\% {
    bottom: -36%;
  }
  .mobile\:m-l-36\% {
    margin-left: 36%;
  }
  .mobile\:m-l--36\% {
    margin-left: -36%;
  }
  .mobile\:p-l-36\% {
    padding-left: 36%;
  }
  .mobile\:p-l--36\% {
    padding-left: -36%;
  }
  .mobile\:left-36\% {
    left: 36%;
  }
  .mobile\:left--36\% {
    left: -36%;
  }
  .mobile\:m-r-36\% {
    margin-right: 36%;
  }
  .mobile\:m-r--36\% {
    margin-right: -36%;
  }
  .mobile\:p-r-36\% {
    padding-right: 36%;
  }
  .mobile\:p-r--36\% {
    padding-right: -36%;
  }
  .mobile\:right-36\% {
    right: 36%;
  }
  .mobile\:right--36\% {
    right: -36%;
  }
  .mobile\:h-36\% {
    height: 36%;
  }
  .mobile\:w-36\% {
    width: 36%;
  }
  .mobile\:max_h-36\% {
    max-height: 36%;
  }
  .mobile\:max_w-36\% {
    max-width: 36%;
  }
  .mobile\:min_h-36\% {
    min-height: 36%;
  }
  .mobile\:min_w-36\% {
    min-width: 36%;
  }
  .mobile\:h-36vh {
    height: 36vh;
  }
  .mobile\:w-36vw {
    width: 36vw;
  }
  .mobile\:min_w-36vw {
    min-width: 36vw;
  }
  .mobile\:min_h-36vh {
    min-height: 36vh;
  }
  .mobile\:max_w-36vw {
    max-width: 36vw;
  }
  .mobile\:max_h-36vh {
    max-height: 36vh;
  }
  .mobile\:m-t-37\% {
    margin-top: 37%;
  }
  .mobile\:m-t--37\% {
    margin-top: -37%;
  }
  .mobile\:p-t-37\% {
    padding-top: 37%;
  }
  .mobile\:p-t--37\% {
    padding-top: -37%;
  }
  .mobile\:top-37\% {
    top: 37%;
  }
  .mobile\:top--37\% {
    top: -37%;
  }
  .mobile\:m-b-37\% {
    margin-bottom: 37%;
  }
  .mobile\:m-b--37\% {
    margin-bottom: -37%;
  }
  .mobile\:p-b-37\% {
    padding-bottom: 37%;
  }
  .mobile\:p-b--37\% {
    padding-bottom: -37%;
  }
  .mobile\:bottom-37\% {
    bottom: 37%;
  }
  .mobile\:bottom--37\% {
    bottom: -37%;
  }
  .mobile\:m-l-37\% {
    margin-left: 37%;
  }
  .mobile\:m-l--37\% {
    margin-left: -37%;
  }
  .mobile\:p-l-37\% {
    padding-left: 37%;
  }
  .mobile\:p-l--37\% {
    padding-left: -37%;
  }
  .mobile\:left-37\% {
    left: 37%;
  }
  .mobile\:left--37\% {
    left: -37%;
  }
  .mobile\:m-r-37\% {
    margin-right: 37%;
  }
  .mobile\:m-r--37\% {
    margin-right: -37%;
  }
  .mobile\:p-r-37\% {
    padding-right: 37%;
  }
  .mobile\:p-r--37\% {
    padding-right: -37%;
  }
  .mobile\:right-37\% {
    right: 37%;
  }
  .mobile\:right--37\% {
    right: -37%;
  }
  .mobile\:h-37\% {
    height: 37%;
  }
  .mobile\:w-37\% {
    width: 37%;
  }
  .mobile\:max_h-37\% {
    max-height: 37%;
  }
  .mobile\:max_w-37\% {
    max-width: 37%;
  }
  .mobile\:min_h-37\% {
    min-height: 37%;
  }
  .mobile\:min_w-37\% {
    min-width: 37%;
  }
  .mobile\:h-37vh {
    height: 37vh;
  }
  .mobile\:w-37vw {
    width: 37vw;
  }
  .mobile\:min_w-37vw {
    min-width: 37vw;
  }
  .mobile\:min_h-37vh {
    min-height: 37vh;
  }
  .mobile\:max_w-37vw {
    max-width: 37vw;
  }
  .mobile\:max_h-37vh {
    max-height: 37vh;
  }
  .mobile\:m-t-38\% {
    margin-top: 38%;
  }
  .mobile\:m-t--38\% {
    margin-top: -38%;
  }
  .mobile\:p-t-38\% {
    padding-top: 38%;
  }
  .mobile\:p-t--38\% {
    padding-top: -38%;
  }
  .mobile\:top-38\% {
    top: 38%;
  }
  .mobile\:top--38\% {
    top: -38%;
  }
  .mobile\:m-b-38\% {
    margin-bottom: 38%;
  }
  .mobile\:m-b--38\% {
    margin-bottom: -38%;
  }
  .mobile\:p-b-38\% {
    padding-bottom: 38%;
  }
  .mobile\:p-b--38\% {
    padding-bottom: -38%;
  }
  .mobile\:bottom-38\% {
    bottom: 38%;
  }
  .mobile\:bottom--38\% {
    bottom: -38%;
  }
  .mobile\:m-l-38\% {
    margin-left: 38%;
  }
  .mobile\:m-l--38\% {
    margin-left: -38%;
  }
  .mobile\:p-l-38\% {
    padding-left: 38%;
  }
  .mobile\:p-l--38\% {
    padding-left: -38%;
  }
  .mobile\:left-38\% {
    left: 38%;
  }
  .mobile\:left--38\% {
    left: -38%;
  }
  .mobile\:m-r-38\% {
    margin-right: 38%;
  }
  .mobile\:m-r--38\% {
    margin-right: -38%;
  }
  .mobile\:p-r-38\% {
    padding-right: 38%;
  }
  .mobile\:p-r--38\% {
    padding-right: -38%;
  }
  .mobile\:right-38\% {
    right: 38%;
  }
  .mobile\:right--38\% {
    right: -38%;
  }
  .mobile\:h-38\% {
    height: 38%;
  }
  .mobile\:w-38\% {
    width: 38%;
  }
  .mobile\:max_h-38\% {
    max-height: 38%;
  }
  .mobile\:max_w-38\% {
    max-width: 38%;
  }
  .mobile\:min_h-38\% {
    min-height: 38%;
  }
  .mobile\:min_w-38\% {
    min-width: 38%;
  }
  .mobile\:h-38vh {
    height: 38vh;
  }
  .mobile\:w-38vw {
    width: 38vw;
  }
  .mobile\:min_w-38vw {
    min-width: 38vw;
  }
  .mobile\:min_h-38vh {
    min-height: 38vh;
  }
  .mobile\:max_w-38vw {
    max-width: 38vw;
  }
  .mobile\:max_h-38vh {
    max-height: 38vh;
  }
  .mobile\:m-t-39\% {
    margin-top: 39%;
  }
  .mobile\:m-t--39\% {
    margin-top: -39%;
  }
  .mobile\:p-t-39\% {
    padding-top: 39%;
  }
  .mobile\:p-t--39\% {
    padding-top: -39%;
  }
  .mobile\:top-39\% {
    top: 39%;
  }
  .mobile\:top--39\% {
    top: -39%;
  }
  .mobile\:m-b-39\% {
    margin-bottom: 39%;
  }
  .mobile\:m-b--39\% {
    margin-bottom: -39%;
  }
  .mobile\:p-b-39\% {
    padding-bottom: 39%;
  }
  .mobile\:p-b--39\% {
    padding-bottom: -39%;
  }
  .mobile\:bottom-39\% {
    bottom: 39%;
  }
  .mobile\:bottom--39\% {
    bottom: -39%;
  }
  .mobile\:m-l-39\% {
    margin-left: 39%;
  }
  .mobile\:m-l--39\% {
    margin-left: -39%;
  }
  .mobile\:p-l-39\% {
    padding-left: 39%;
  }
  .mobile\:p-l--39\% {
    padding-left: -39%;
  }
  .mobile\:left-39\% {
    left: 39%;
  }
  .mobile\:left--39\% {
    left: -39%;
  }
  .mobile\:m-r-39\% {
    margin-right: 39%;
  }
  .mobile\:m-r--39\% {
    margin-right: -39%;
  }
  .mobile\:p-r-39\% {
    padding-right: 39%;
  }
  .mobile\:p-r--39\% {
    padding-right: -39%;
  }
  .mobile\:right-39\% {
    right: 39%;
  }
  .mobile\:right--39\% {
    right: -39%;
  }
  .mobile\:h-39\% {
    height: 39%;
  }
  .mobile\:w-39\% {
    width: 39%;
  }
  .mobile\:max_h-39\% {
    max-height: 39%;
  }
  .mobile\:max_w-39\% {
    max-width: 39%;
  }
  .mobile\:min_h-39\% {
    min-height: 39%;
  }
  .mobile\:min_w-39\% {
    min-width: 39%;
  }
  .mobile\:h-39vh {
    height: 39vh;
  }
  .mobile\:w-39vw {
    width: 39vw;
  }
  .mobile\:min_w-39vw {
    min-width: 39vw;
  }
  .mobile\:min_h-39vh {
    min-height: 39vh;
  }
  .mobile\:max_w-39vw {
    max-width: 39vw;
  }
  .mobile\:max_h-39vh {
    max-height: 39vh;
  }
  .mobile\:m-t-40\% {
    margin-top: 40%;
  }
  .mobile\:m-t--40\% {
    margin-top: -40%;
  }
  .mobile\:p-t-40\% {
    padding-top: 40%;
  }
  .mobile\:p-t--40\% {
    padding-top: -40%;
  }
  .mobile\:top-40\% {
    top: 40%;
  }
  .mobile\:top--40\% {
    top: -40%;
  }
  .mobile\:m-b-40\% {
    margin-bottom: 40%;
  }
  .mobile\:m-b--40\% {
    margin-bottom: -40%;
  }
  .mobile\:p-b-40\% {
    padding-bottom: 40%;
  }
  .mobile\:p-b--40\% {
    padding-bottom: -40%;
  }
  .mobile\:bottom-40\% {
    bottom: 40%;
  }
  .mobile\:bottom--40\% {
    bottom: -40%;
  }
  .mobile\:m-l-40\% {
    margin-left: 40%;
  }
  .mobile\:m-l--40\% {
    margin-left: -40%;
  }
  .mobile\:p-l-40\% {
    padding-left: 40%;
  }
  .mobile\:p-l--40\% {
    padding-left: -40%;
  }
  .mobile\:left-40\% {
    left: 40%;
  }
  .mobile\:left--40\% {
    left: -40%;
  }
  .mobile\:m-r-40\% {
    margin-right: 40%;
  }
  .mobile\:m-r--40\% {
    margin-right: -40%;
  }
  .mobile\:p-r-40\% {
    padding-right: 40%;
  }
  .mobile\:p-r--40\% {
    padding-right: -40%;
  }
  .mobile\:right-40\% {
    right: 40%;
  }
  .mobile\:right--40\% {
    right: -40%;
  }
  .mobile\:h-40\% {
    height: 40%;
  }
  .mobile\:w-40\% {
    width: 40%;
  }
  .mobile\:max_h-40\% {
    max-height: 40%;
  }
  .mobile\:max_w-40\% {
    max-width: 40%;
  }
  .mobile\:min_h-40\% {
    min-height: 40%;
  }
  .mobile\:min_w-40\% {
    min-width: 40%;
  }
  .mobile\:h-40vh {
    height: 40vh;
  }
  .mobile\:w-40vw {
    width: 40vw;
  }
  .mobile\:min_w-40vw {
    min-width: 40vw;
  }
  .mobile\:min_h-40vh {
    min-height: 40vh;
  }
  .mobile\:max_w-40vw {
    max-width: 40vw;
  }
  .mobile\:max_h-40vh {
    max-height: 40vh;
  }
  .mobile\:m-t-41\% {
    margin-top: 41%;
  }
  .mobile\:m-t--41\% {
    margin-top: -41%;
  }
  .mobile\:p-t-41\% {
    padding-top: 41%;
  }
  .mobile\:p-t--41\% {
    padding-top: -41%;
  }
  .mobile\:top-41\% {
    top: 41%;
  }
  .mobile\:top--41\% {
    top: -41%;
  }
  .mobile\:m-b-41\% {
    margin-bottom: 41%;
  }
  .mobile\:m-b--41\% {
    margin-bottom: -41%;
  }
  .mobile\:p-b-41\% {
    padding-bottom: 41%;
  }
  .mobile\:p-b--41\% {
    padding-bottom: -41%;
  }
  .mobile\:bottom-41\% {
    bottom: 41%;
  }
  .mobile\:bottom--41\% {
    bottom: -41%;
  }
  .mobile\:m-l-41\% {
    margin-left: 41%;
  }
  .mobile\:m-l--41\% {
    margin-left: -41%;
  }
  .mobile\:p-l-41\% {
    padding-left: 41%;
  }
  .mobile\:p-l--41\% {
    padding-left: -41%;
  }
  .mobile\:left-41\% {
    left: 41%;
  }
  .mobile\:left--41\% {
    left: -41%;
  }
  .mobile\:m-r-41\% {
    margin-right: 41%;
  }
  .mobile\:m-r--41\% {
    margin-right: -41%;
  }
  .mobile\:p-r-41\% {
    padding-right: 41%;
  }
  .mobile\:p-r--41\% {
    padding-right: -41%;
  }
  .mobile\:right-41\% {
    right: 41%;
  }
  .mobile\:right--41\% {
    right: -41%;
  }
  .mobile\:h-41\% {
    height: 41%;
  }
  .mobile\:w-41\% {
    width: 41%;
  }
  .mobile\:max_h-41\% {
    max-height: 41%;
  }
  .mobile\:max_w-41\% {
    max-width: 41%;
  }
  .mobile\:min_h-41\% {
    min-height: 41%;
  }
  .mobile\:min_w-41\% {
    min-width: 41%;
  }
  .mobile\:h-41vh {
    height: 41vh;
  }
  .mobile\:w-41vw {
    width: 41vw;
  }
  .mobile\:min_w-41vw {
    min-width: 41vw;
  }
  .mobile\:min_h-41vh {
    min-height: 41vh;
  }
  .mobile\:max_w-41vw {
    max-width: 41vw;
  }
  .mobile\:max_h-41vh {
    max-height: 41vh;
  }
  .mobile\:m-t-42\% {
    margin-top: 42%;
  }
  .mobile\:m-t--42\% {
    margin-top: -42%;
  }
  .mobile\:p-t-42\% {
    padding-top: 42%;
  }
  .mobile\:p-t--42\% {
    padding-top: -42%;
  }
  .mobile\:top-42\% {
    top: 42%;
  }
  .mobile\:top--42\% {
    top: -42%;
  }
  .mobile\:m-b-42\% {
    margin-bottom: 42%;
  }
  .mobile\:m-b--42\% {
    margin-bottom: -42%;
  }
  .mobile\:p-b-42\% {
    padding-bottom: 42%;
  }
  .mobile\:p-b--42\% {
    padding-bottom: -42%;
  }
  .mobile\:bottom-42\% {
    bottom: 42%;
  }
  .mobile\:bottom--42\% {
    bottom: -42%;
  }
  .mobile\:m-l-42\% {
    margin-left: 42%;
  }
  .mobile\:m-l--42\% {
    margin-left: -42%;
  }
  .mobile\:p-l-42\% {
    padding-left: 42%;
  }
  .mobile\:p-l--42\% {
    padding-left: -42%;
  }
  .mobile\:left-42\% {
    left: 42%;
  }
  .mobile\:left--42\% {
    left: -42%;
  }
  .mobile\:m-r-42\% {
    margin-right: 42%;
  }
  .mobile\:m-r--42\% {
    margin-right: -42%;
  }
  .mobile\:p-r-42\% {
    padding-right: 42%;
  }
  .mobile\:p-r--42\% {
    padding-right: -42%;
  }
  .mobile\:right-42\% {
    right: 42%;
  }
  .mobile\:right--42\% {
    right: -42%;
  }
  .mobile\:h-42\% {
    height: 42%;
  }
  .mobile\:w-42\% {
    width: 42%;
  }
  .mobile\:max_h-42\% {
    max-height: 42%;
  }
  .mobile\:max_w-42\% {
    max-width: 42%;
  }
  .mobile\:min_h-42\% {
    min-height: 42%;
  }
  .mobile\:min_w-42\% {
    min-width: 42%;
  }
  .mobile\:h-42vh {
    height: 42vh;
  }
  .mobile\:w-42vw {
    width: 42vw;
  }
  .mobile\:min_w-42vw {
    min-width: 42vw;
  }
  .mobile\:min_h-42vh {
    min-height: 42vh;
  }
  .mobile\:max_w-42vw {
    max-width: 42vw;
  }
  .mobile\:max_h-42vh {
    max-height: 42vh;
  }
  .mobile\:m-t-43\% {
    margin-top: 43%;
  }
  .mobile\:m-t--43\% {
    margin-top: -43%;
  }
  .mobile\:p-t-43\% {
    padding-top: 43%;
  }
  .mobile\:p-t--43\% {
    padding-top: -43%;
  }
  .mobile\:top-43\% {
    top: 43%;
  }
  .mobile\:top--43\% {
    top: -43%;
  }
  .mobile\:m-b-43\% {
    margin-bottom: 43%;
  }
  .mobile\:m-b--43\% {
    margin-bottom: -43%;
  }
  .mobile\:p-b-43\% {
    padding-bottom: 43%;
  }
  .mobile\:p-b--43\% {
    padding-bottom: -43%;
  }
  .mobile\:bottom-43\% {
    bottom: 43%;
  }
  .mobile\:bottom--43\% {
    bottom: -43%;
  }
  .mobile\:m-l-43\% {
    margin-left: 43%;
  }
  .mobile\:m-l--43\% {
    margin-left: -43%;
  }
  .mobile\:p-l-43\% {
    padding-left: 43%;
  }
  .mobile\:p-l--43\% {
    padding-left: -43%;
  }
  .mobile\:left-43\% {
    left: 43%;
  }
  .mobile\:left--43\% {
    left: -43%;
  }
  .mobile\:m-r-43\% {
    margin-right: 43%;
  }
  .mobile\:m-r--43\% {
    margin-right: -43%;
  }
  .mobile\:p-r-43\% {
    padding-right: 43%;
  }
  .mobile\:p-r--43\% {
    padding-right: -43%;
  }
  .mobile\:right-43\% {
    right: 43%;
  }
  .mobile\:right--43\% {
    right: -43%;
  }
  .mobile\:h-43\% {
    height: 43%;
  }
  .mobile\:w-43\% {
    width: 43%;
  }
  .mobile\:max_h-43\% {
    max-height: 43%;
  }
  .mobile\:max_w-43\% {
    max-width: 43%;
  }
  .mobile\:min_h-43\% {
    min-height: 43%;
  }
  .mobile\:min_w-43\% {
    min-width: 43%;
  }
  .mobile\:h-43vh {
    height: 43vh;
  }
  .mobile\:w-43vw {
    width: 43vw;
  }
  .mobile\:min_w-43vw {
    min-width: 43vw;
  }
  .mobile\:min_h-43vh {
    min-height: 43vh;
  }
  .mobile\:max_w-43vw {
    max-width: 43vw;
  }
  .mobile\:max_h-43vh {
    max-height: 43vh;
  }
  .mobile\:m-t-44\% {
    margin-top: 44%;
  }
  .mobile\:m-t--44\% {
    margin-top: -44%;
  }
  .mobile\:p-t-44\% {
    padding-top: 44%;
  }
  .mobile\:p-t--44\% {
    padding-top: -44%;
  }
  .mobile\:top-44\% {
    top: 44%;
  }
  .mobile\:top--44\% {
    top: -44%;
  }
  .mobile\:m-b-44\% {
    margin-bottom: 44%;
  }
  .mobile\:m-b--44\% {
    margin-bottom: -44%;
  }
  .mobile\:p-b-44\% {
    padding-bottom: 44%;
  }
  .mobile\:p-b--44\% {
    padding-bottom: -44%;
  }
  .mobile\:bottom-44\% {
    bottom: 44%;
  }
  .mobile\:bottom--44\% {
    bottom: -44%;
  }
  .mobile\:m-l-44\% {
    margin-left: 44%;
  }
  .mobile\:m-l--44\% {
    margin-left: -44%;
  }
  .mobile\:p-l-44\% {
    padding-left: 44%;
  }
  .mobile\:p-l--44\% {
    padding-left: -44%;
  }
  .mobile\:left-44\% {
    left: 44%;
  }
  .mobile\:left--44\% {
    left: -44%;
  }
  .mobile\:m-r-44\% {
    margin-right: 44%;
  }
  .mobile\:m-r--44\% {
    margin-right: -44%;
  }
  .mobile\:p-r-44\% {
    padding-right: 44%;
  }
  .mobile\:p-r--44\% {
    padding-right: -44%;
  }
  .mobile\:right-44\% {
    right: 44%;
  }
  .mobile\:right--44\% {
    right: -44%;
  }
  .mobile\:h-44\% {
    height: 44%;
  }
  .mobile\:w-44\% {
    width: 44%;
  }
  .mobile\:max_h-44\% {
    max-height: 44%;
  }
  .mobile\:max_w-44\% {
    max-width: 44%;
  }
  .mobile\:min_h-44\% {
    min-height: 44%;
  }
  .mobile\:min_w-44\% {
    min-width: 44%;
  }
  .mobile\:h-44vh {
    height: 44vh;
  }
  .mobile\:w-44vw {
    width: 44vw;
  }
  .mobile\:min_w-44vw {
    min-width: 44vw;
  }
  .mobile\:min_h-44vh {
    min-height: 44vh;
  }
  .mobile\:max_w-44vw {
    max-width: 44vw;
  }
  .mobile\:max_h-44vh {
    max-height: 44vh;
  }
  .mobile\:m-t-45\% {
    margin-top: 45%;
  }
  .mobile\:m-t--45\% {
    margin-top: -45%;
  }
  .mobile\:p-t-45\% {
    padding-top: 45%;
  }
  .mobile\:p-t--45\% {
    padding-top: -45%;
  }
  .mobile\:top-45\% {
    top: 45%;
  }
  .mobile\:top--45\% {
    top: -45%;
  }
  .mobile\:m-b-45\% {
    margin-bottom: 45%;
  }
  .mobile\:m-b--45\% {
    margin-bottom: -45%;
  }
  .mobile\:p-b-45\% {
    padding-bottom: 45%;
  }
  .mobile\:p-b--45\% {
    padding-bottom: -45%;
  }
  .mobile\:bottom-45\% {
    bottom: 45%;
  }
  .mobile\:bottom--45\% {
    bottom: -45%;
  }
  .mobile\:m-l-45\% {
    margin-left: 45%;
  }
  .mobile\:m-l--45\% {
    margin-left: -45%;
  }
  .mobile\:p-l-45\% {
    padding-left: 45%;
  }
  .mobile\:p-l--45\% {
    padding-left: -45%;
  }
  .mobile\:left-45\% {
    left: 45%;
  }
  .mobile\:left--45\% {
    left: -45%;
  }
  .mobile\:m-r-45\% {
    margin-right: 45%;
  }
  .mobile\:m-r--45\% {
    margin-right: -45%;
  }
  .mobile\:p-r-45\% {
    padding-right: 45%;
  }
  .mobile\:p-r--45\% {
    padding-right: -45%;
  }
  .mobile\:right-45\% {
    right: 45%;
  }
  .mobile\:right--45\% {
    right: -45%;
  }
  .mobile\:h-45\% {
    height: 45%;
  }
  .mobile\:w-45\% {
    width: 45%;
  }
  .mobile\:max_h-45\% {
    max-height: 45%;
  }
  .mobile\:max_w-45\% {
    max-width: 45%;
  }
  .mobile\:min_h-45\% {
    min-height: 45%;
  }
  .mobile\:min_w-45\% {
    min-width: 45%;
  }
  .mobile\:h-45vh {
    height: 45vh;
  }
  .mobile\:w-45vw {
    width: 45vw;
  }
  .mobile\:min_w-45vw {
    min-width: 45vw;
  }
  .mobile\:min_h-45vh {
    min-height: 45vh;
  }
  .mobile\:max_w-45vw {
    max-width: 45vw;
  }
  .mobile\:max_h-45vh {
    max-height: 45vh;
  }
  .mobile\:m-t-46\% {
    margin-top: 46%;
  }
  .mobile\:m-t--46\% {
    margin-top: -46%;
  }
  .mobile\:p-t-46\% {
    padding-top: 46%;
  }
  .mobile\:p-t--46\% {
    padding-top: -46%;
  }
  .mobile\:top-46\% {
    top: 46%;
  }
  .mobile\:top--46\% {
    top: -46%;
  }
  .mobile\:m-b-46\% {
    margin-bottom: 46%;
  }
  .mobile\:m-b--46\% {
    margin-bottom: -46%;
  }
  .mobile\:p-b-46\% {
    padding-bottom: 46%;
  }
  .mobile\:p-b--46\% {
    padding-bottom: -46%;
  }
  .mobile\:bottom-46\% {
    bottom: 46%;
  }
  .mobile\:bottom--46\% {
    bottom: -46%;
  }
  .mobile\:m-l-46\% {
    margin-left: 46%;
  }
  .mobile\:m-l--46\% {
    margin-left: -46%;
  }
  .mobile\:p-l-46\% {
    padding-left: 46%;
  }
  .mobile\:p-l--46\% {
    padding-left: -46%;
  }
  .mobile\:left-46\% {
    left: 46%;
  }
  .mobile\:left--46\% {
    left: -46%;
  }
  .mobile\:m-r-46\% {
    margin-right: 46%;
  }
  .mobile\:m-r--46\% {
    margin-right: -46%;
  }
  .mobile\:p-r-46\% {
    padding-right: 46%;
  }
  .mobile\:p-r--46\% {
    padding-right: -46%;
  }
  .mobile\:right-46\% {
    right: 46%;
  }
  .mobile\:right--46\% {
    right: -46%;
  }
  .mobile\:h-46\% {
    height: 46%;
  }
  .mobile\:w-46\% {
    width: 46%;
  }
  .mobile\:max_h-46\% {
    max-height: 46%;
  }
  .mobile\:max_w-46\% {
    max-width: 46%;
  }
  .mobile\:min_h-46\% {
    min-height: 46%;
  }
  .mobile\:min_w-46\% {
    min-width: 46%;
  }
  .mobile\:h-46vh {
    height: 46vh;
  }
  .mobile\:w-46vw {
    width: 46vw;
  }
  .mobile\:min_w-46vw {
    min-width: 46vw;
  }
  .mobile\:min_h-46vh {
    min-height: 46vh;
  }
  .mobile\:max_w-46vw {
    max-width: 46vw;
  }
  .mobile\:max_h-46vh {
    max-height: 46vh;
  }
  .mobile\:m-t-47\% {
    margin-top: 47%;
  }
  .mobile\:m-t--47\% {
    margin-top: -47%;
  }
  .mobile\:p-t-47\% {
    padding-top: 47%;
  }
  .mobile\:p-t--47\% {
    padding-top: -47%;
  }
  .mobile\:top-47\% {
    top: 47%;
  }
  .mobile\:top--47\% {
    top: -47%;
  }
  .mobile\:m-b-47\% {
    margin-bottom: 47%;
  }
  .mobile\:m-b--47\% {
    margin-bottom: -47%;
  }
  .mobile\:p-b-47\% {
    padding-bottom: 47%;
  }
  .mobile\:p-b--47\% {
    padding-bottom: -47%;
  }
  .mobile\:bottom-47\% {
    bottom: 47%;
  }
  .mobile\:bottom--47\% {
    bottom: -47%;
  }
  .mobile\:m-l-47\% {
    margin-left: 47%;
  }
  .mobile\:m-l--47\% {
    margin-left: -47%;
  }
  .mobile\:p-l-47\% {
    padding-left: 47%;
  }
  .mobile\:p-l--47\% {
    padding-left: -47%;
  }
  .mobile\:left-47\% {
    left: 47%;
  }
  .mobile\:left--47\% {
    left: -47%;
  }
  .mobile\:m-r-47\% {
    margin-right: 47%;
  }
  .mobile\:m-r--47\% {
    margin-right: -47%;
  }
  .mobile\:p-r-47\% {
    padding-right: 47%;
  }
  .mobile\:p-r--47\% {
    padding-right: -47%;
  }
  .mobile\:right-47\% {
    right: 47%;
  }
  .mobile\:right--47\% {
    right: -47%;
  }
  .mobile\:h-47\% {
    height: 47%;
  }
  .mobile\:w-47\% {
    width: 47%;
  }
  .mobile\:max_h-47\% {
    max-height: 47%;
  }
  .mobile\:max_w-47\% {
    max-width: 47%;
  }
  .mobile\:min_h-47\% {
    min-height: 47%;
  }
  .mobile\:min_w-47\% {
    min-width: 47%;
  }
  .mobile\:h-47vh {
    height: 47vh;
  }
  .mobile\:w-47vw {
    width: 47vw;
  }
  .mobile\:min_w-47vw {
    min-width: 47vw;
  }
  .mobile\:min_h-47vh {
    min-height: 47vh;
  }
  .mobile\:max_w-47vw {
    max-width: 47vw;
  }
  .mobile\:max_h-47vh {
    max-height: 47vh;
  }
  .mobile\:m-t-48\% {
    margin-top: 48%;
  }
  .mobile\:m-t--48\% {
    margin-top: -48%;
  }
  .mobile\:p-t-48\% {
    padding-top: 48%;
  }
  .mobile\:p-t--48\% {
    padding-top: -48%;
  }
  .mobile\:top-48\% {
    top: 48%;
  }
  .mobile\:top--48\% {
    top: -48%;
  }
  .mobile\:m-b-48\% {
    margin-bottom: 48%;
  }
  .mobile\:m-b--48\% {
    margin-bottom: -48%;
  }
  .mobile\:p-b-48\% {
    padding-bottom: 48%;
  }
  .mobile\:p-b--48\% {
    padding-bottom: -48%;
  }
  .mobile\:bottom-48\% {
    bottom: 48%;
  }
  .mobile\:bottom--48\% {
    bottom: -48%;
  }
  .mobile\:m-l-48\% {
    margin-left: 48%;
  }
  .mobile\:m-l--48\% {
    margin-left: -48%;
  }
  .mobile\:p-l-48\% {
    padding-left: 48%;
  }
  .mobile\:p-l--48\% {
    padding-left: -48%;
  }
  .mobile\:left-48\% {
    left: 48%;
  }
  .mobile\:left--48\% {
    left: -48%;
  }
  .mobile\:m-r-48\% {
    margin-right: 48%;
  }
  .mobile\:m-r--48\% {
    margin-right: -48%;
  }
  .mobile\:p-r-48\% {
    padding-right: 48%;
  }
  .mobile\:p-r--48\% {
    padding-right: -48%;
  }
  .mobile\:right-48\% {
    right: 48%;
  }
  .mobile\:right--48\% {
    right: -48%;
  }
  .mobile\:h-48\% {
    height: 48%;
  }
  .mobile\:w-48\% {
    width: 48%;
  }
  .mobile\:max_h-48\% {
    max-height: 48%;
  }
  .mobile\:max_w-48\% {
    max-width: 48%;
  }
  .mobile\:min_h-48\% {
    min-height: 48%;
  }
  .mobile\:min_w-48\% {
    min-width: 48%;
  }
  .mobile\:h-48vh {
    height: 48vh;
  }
  .mobile\:w-48vw {
    width: 48vw;
  }
  .mobile\:min_w-48vw {
    min-width: 48vw;
  }
  .mobile\:min_h-48vh {
    min-height: 48vh;
  }
  .mobile\:max_w-48vw {
    max-width: 48vw;
  }
  .mobile\:max_h-48vh {
    max-height: 48vh;
  }
  .mobile\:m-t-49\% {
    margin-top: 49%;
  }
  .mobile\:m-t--49\% {
    margin-top: -49%;
  }
  .mobile\:p-t-49\% {
    padding-top: 49%;
  }
  .mobile\:p-t--49\% {
    padding-top: -49%;
  }
  .mobile\:top-49\% {
    top: 49%;
  }
  .mobile\:top--49\% {
    top: -49%;
  }
  .mobile\:m-b-49\% {
    margin-bottom: 49%;
  }
  .mobile\:m-b--49\% {
    margin-bottom: -49%;
  }
  .mobile\:p-b-49\% {
    padding-bottom: 49%;
  }
  .mobile\:p-b--49\% {
    padding-bottom: -49%;
  }
  .mobile\:bottom-49\% {
    bottom: 49%;
  }
  .mobile\:bottom--49\% {
    bottom: -49%;
  }
  .mobile\:m-l-49\% {
    margin-left: 49%;
  }
  .mobile\:m-l--49\% {
    margin-left: -49%;
  }
  .mobile\:p-l-49\% {
    padding-left: 49%;
  }
  .mobile\:p-l--49\% {
    padding-left: -49%;
  }
  .mobile\:left-49\% {
    left: 49%;
  }
  .mobile\:left--49\% {
    left: -49%;
  }
  .mobile\:m-r-49\% {
    margin-right: 49%;
  }
  .mobile\:m-r--49\% {
    margin-right: -49%;
  }
  .mobile\:p-r-49\% {
    padding-right: 49%;
  }
  .mobile\:p-r--49\% {
    padding-right: -49%;
  }
  .mobile\:right-49\% {
    right: 49%;
  }
  .mobile\:right--49\% {
    right: -49%;
  }
  .mobile\:h-49\% {
    height: 49%;
  }
  .mobile\:w-49\% {
    width: 49%;
  }
  .mobile\:max_h-49\% {
    max-height: 49%;
  }
  .mobile\:max_w-49\% {
    max-width: 49%;
  }
  .mobile\:min_h-49\% {
    min-height: 49%;
  }
  .mobile\:min_w-49\% {
    min-width: 49%;
  }
  .mobile\:h-49vh {
    height: 49vh;
  }
  .mobile\:w-49vw {
    width: 49vw;
  }
  .mobile\:min_w-49vw {
    min-width: 49vw;
  }
  .mobile\:min_h-49vh {
    min-height: 49vh;
  }
  .mobile\:max_w-49vw {
    max-width: 49vw;
  }
  .mobile\:max_h-49vh {
    max-height: 49vh;
  }
  .mobile\:m-t-50\% {
    margin-top: 50%;
  }
  .mobile\:m-t--50\% {
    margin-top: -50%;
  }
  .mobile\:p-t-50\% {
    padding-top: 50%;
  }
  .mobile\:p-t--50\% {
    padding-top: -50%;
  }
  .mobile\:top-50\% {
    top: 50%;
  }
  .mobile\:top--50\% {
    top: -50%;
  }
  .mobile\:m-b-50\% {
    margin-bottom: 50%;
  }
  .mobile\:m-b--50\% {
    margin-bottom: -50%;
  }
  .mobile\:p-b-50\% {
    padding-bottom: 50%;
  }
  .mobile\:p-b--50\% {
    padding-bottom: -50%;
  }
  .mobile\:bottom-50\% {
    bottom: 50%;
  }
  .mobile\:bottom--50\% {
    bottom: -50%;
  }
  .mobile\:m-l-50\% {
    margin-left: 50%;
  }
  .mobile\:m-l--50\% {
    margin-left: -50%;
  }
  .mobile\:p-l-50\% {
    padding-left: 50%;
  }
  .mobile\:p-l--50\% {
    padding-left: -50%;
  }
  .mobile\:left-50\% {
    left: 50%;
  }
  .mobile\:left--50\% {
    left: -50%;
  }
  .mobile\:m-r-50\% {
    margin-right: 50%;
  }
  .mobile\:m-r--50\% {
    margin-right: -50%;
  }
  .mobile\:p-r-50\% {
    padding-right: 50%;
  }
  .mobile\:p-r--50\% {
    padding-right: -50%;
  }
  .mobile\:right-50\% {
    right: 50%;
  }
  .mobile\:right--50\% {
    right: -50%;
  }
  .mobile\:h-50\% {
    height: 50%;
  }
  .mobile\:w-50\% {
    width: 50%;
  }
  .mobile\:max_h-50\% {
    max-height: 50%;
  }
  .mobile\:max_w-50\% {
    max-width: 50%;
  }
  .mobile\:min_h-50\% {
    min-height: 50%;
  }
  .mobile\:min_w-50\% {
    min-width: 50%;
  }
  .mobile\:h-50vh {
    height: 50vh;
  }
  .mobile\:w-50vw {
    width: 50vw;
  }
  .mobile\:min_w-50vw {
    min-width: 50vw;
  }
  .mobile\:min_h-50vh {
    min-height: 50vh;
  }
  .mobile\:max_w-50vw {
    max-width: 50vw;
  }
  .mobile\:max_h-50vh {
    max-height: 50vh;
  }
  .mobile\:m-t-51\% {
    margin-top: 51%;
  }
  .mobile\:m-t--51\% {
    margin-top: -51%;
  }
  .mobile\:p-t-51\% {
    padding-top: 51%;
  }
  .mobile\:p-t--51\% {
    padding-top: -51%;
  }
  .mobile\:top-51\% {
    top: 51%;
  }
  .mobile\:top--51\% {
    top: -51%;
  }
  .mobile\:m-b-51\% {
    margin-bottom: 51%;
  }
  .mobile\:m-b--51\% {
    margin-bottom: -51%;
  }
  .mobile\:p-b-51\% {
    padding-bottom: 51%;
  }
  .mobile\:p-b--51\% {
    padding-bottom: -51%;
  }
  .mobile\:bottom-51\% {
    bottom: 51%;
  }
  .mobile\:bottom--51\% {
    bottom: -51%;
  }
  .mobile\:m-l-51\% {
    margin-left: 51%;
  }
  .mobile\:m-l--51\% {
    margin-left: -51%;
  }
  .mobile\:p-l-51\% {
    padding-left: 51%;
  }
  .mobile\:p-l--51\% {
    padding-left: -51%;
  }
  .mobile\:left-51\% {
    left: 51%;
  }
  .mobile\:left--51\% {
    left: -51%;
  }
  .mobile\:m-r-51\% {
    margin-right: 51%;
  }
  .mobile\:m-r--51\% {
    margin-right: -51%;
  }
  .mobile\:p-r-51\% {
    padding-right: 51%;
  }
  .mobile\:p-r--51\% {
    padding-right: -51%;
  }
  .mobile\:right-51\% {
    right: 51%;
  }
  .mobile\:right--51\% {
    right: -51%;
  }
  .mobile\:h-51\% {
    height: 51%;
  }
  .mobile\:w-51\% {
    width: 51%;
  }
  .mobile\:max_h-51\% {
    max-height: 51%;
  }
  .mobile\:max_w-51\% {
    max-width: 51%;
  }
  .mobile\:min_h-51\% {
    min-height: 51%;
  }
  .mobile\:min_w-51\% {
    min-width: 51%;
  }
  .mobile\:h-51vh {
    height: 51vh;
  }
  .mobile\:w-51vw {
    width: 51vw;
  }
  .mobile\:min_w-51vw {
    min-width: 51vw;
  }
  .mobile\:min_h-51vh {
    min-height: 51vh;
  }
  .mobile\:max_w-51vw {
    max-width: 51vw;
  }
  .mobile\:max_h-51vh {
    max-height: 51vh;
  }
  .mobile\:m-t-52\% {
    margin-top: 52%;
  }
  .mobile\:m-t--52\% {
    margin-top: -52%;
  }
  .mobile\:p-t-52\% {
    padding-top: 52%;
  }
  .mobile\:p-t--52\% {
    padding-top: -52%;
  }
  .mobile\:top-52\% {
    top: 52%;
  }
  .mobile\:top--52\% {
    top: -52%;
  }
  .mobile\:m-b-52\% {
    margin-bottom: 52%;
  }
  .mobile\:m-b--52\% {
    margin-bottom: -52%;
  }
  .mobile\:p-b-52\% {
    padding-bottom: 52%;
  }
  .mobile\:p-b--52\% {
    padding-bottom: -52%;
  }
  .mobile\:bottom-52\% {
    bottom: 52%;
  }
  .mobile\:bottom--52\% {
    bottom: -52%;
  }
  .mobile\:m-l-52\% {
    margin-left: 52%;
  }
  .mobile\:m-l--52\% {
    margin-left: -52%;
  }
  .mobile\:p-l-52\% {
    padding-left: 52%;
  }
  .mobile\:p-l--52\% {
    padding-left: -52%;
  }
  .mobile\:left-52\% {
    left: 52%;
  }
  .mobile\:left--52\% {
    left: -52%;
  }
  .mobile\:m-r-52\% {
    margin-right: 52%;
  }
  .mobile\:m-r--52\% {
    margin-right: -52%;
  }
  .mobile\:p-r-52\% {
    padding-right: 52%;
  }
  .mobile\:p-r--52\% {
    padding-right: -52%;
  }
  .mobile\:right-52\% {
    right: 52%;
  }
  .mobile\:right--52\% {
    right: -52%;
  }
  .mobile\:h-52\% {
    height: 52%;
  }
  .mobile\:w-52\% {
    width: 52%;
  }
  .mobile\:max_h-52\% {
    max-height: 52%;
  }
  .mobile\:max_w-52\% {
    max-width: 52%;
  }
  .mobile\:min_h-52\% {
    min-height: 52%;
  }
  .mobile\:min_w-52\% {
    min-width: 52%;
  }
  .mobile\:h-52vh {
    height: 52vh;
  }
  .mobile\:w-52vw {
    width: 52vw;
  }
  .mobile\:min_w-52vw {
    min-width: 52vw;
  }
  .mobile\:min_h-52vh {
    min-height: 52vh;
  }
  .mobile\:max_w-52vw {
    max-width: 52vw;
  }
  .mobile\:max_h-52vh {
    max-height: 52vh;
  }
  .mobile\:m-t-53\% {
    margin-top: 53%;
  }
  .mobile\:m-t--53\% {
    margin-top: -53%;
  }
  .mobile\:p-t-53\% {
    padding-top: 53%;
  }
  .mobile\:p-t--53\% {
    padding-top: -53%;
  }
  .mobile\:top-53\% {
    top: 53%;
  }
  .mobile\:top--53\% {
    top: -53%;
  }
  .mobile\:m-b-53\% {
    margin-bottom: 53%;
  }
  .mobile\:m-b--53\% {
    margin-bottom: -53%;
  }
  .mobile\:p-b-53\% {
    padding-bottom: 53%;
  }
  .mobile\:p-b--53\% {
    padding-bottom: -53%;
  }
  .mobile\:bottom-53\% {
    bottom: 53%;
  }
  .mobile\:bottom--53\% {
    bottom: -53%;
  }
  .mobile\:m-l-53\% {
    margin-left: 53%;
  }
  .mobile\:m-l--53\% {
    margin-left: -53%;
  }
  .mobile\:p-l-53\% {
    padding-left: 53%;
  }
  .mobile\:p-l--53\% {
    padding-left: -53%;
  }
  .mobile\:left-53\% {
    left: 53%;
  }
  .mobile\:left--53\% {
    left: -53%;
  }
  .mobile\:m-r-53\% {
    margin-right: 53%;
  }
  .mobile\:m-r--53\% {
    margin-right: -53%;
  }
  .mobile\:p-r-53\% {
    padding-right: 53%;
  }
  .mobile\:p-r--53\% {
    padding-right: -53%;
  }
  .mobile\:right-53\% {
    right: 53%;
  }
  .mobile\:right--53\% {
    right: -53%;
  }
  .mobile\:h-53\% {
    height: 53%;
  }
  .mobile\:w-53\% {
    width: 53%;
  }
  .mobile\:max_h-53\% {
    max-height: 53%;
  }
  .mobile\:max_w-53\% {
    max-width: 53%;
  }
  .mobile\:min_h-53\% {
    min-height: 53%;
  }
  .mobile\:min_w-53\% {
    min-width: 53%;
  }
  .mobile\:h-53vh {
    height: 53vh;
  }
  .mobile\:w-53vw {
    width: 53vw;
  }
  .mobile\:min_w-53vw {
    min-width: 53vw;
  }
  .mobile\:min_h-53vh {
    min-height: 53vh;
  }
  .mobile\:max_w-53vw {
    max-width: 53vw;
  }
  .mobile\:max_h-53vh {
    max-height: 53vh;
  }
  .mobile\:m-t-54\% {
    margin-top: 54%;
  }
  .mobile\:m-t--54\% {
    margin-top: -54%;
  }
  .mobile\:p-t-54\% {
    padding-top: 54%;
  }
  .mobile\:p-t--54\% {
    padding-top: -54%;
  }
  .mobile\:top-54\% {
    top: 54%;
  }
  .mobile\:top--54\% {
    top: -54%;
  }
  .mobile\:m-b-54\% {
    margin-bottom: 54%;
  }
  .mobile\:m-b--54\% {
    margin-bottom: -54%;
  }
  .mobile\:p-b-54\% {
    padding-bottom: 54%;
  }
  .mobile\:p-b--54\% {
    padding-bottom: -54%;
  }
  .mobile\:bottom-54\% {
    bottom: 54%;
  }
  .mobile\:bottom--54\% {
    bottom: -54%;
  }
  .mobile\:m-l-54\% {
    margin-left: 54%;
  }
  .mobile\:m-l--54\% {
    margin-left: -54%;
  }
  .mobile\:p-l-54\% {
    padding-left: 54%;
  }
  .mobile\:p-l--54\% {
    padding-left: -54%;
  }
  .mobile\:left-54\% {
    left: 54%;
  }
  .mobile\:left--54\% {
    left: -54%;
  }
  .mobile\:m-r-54\% {
    margin-right: 54%;
  }
  .mobile\:m-r--54\% {
    margin-right: -54%;
  }
  .mobile\:p-r-54\% {
    padding-right: 54%;
  }
  .mobile\:p-r--54\% {
    padding-right: -54%;
  }
  .mobile\:right-54\% {
    right: 54%;
  }
  .mobile\:right--54\% {
    right: -54%;
  }
  .mobile\:h-54\% {
    height: 54%;
  }
  .mobile\:w-54\% {
    width: 54%;
  }
  .mobile\:max_h-54\% {
    max-height: 54%;
  }
  .mobile\:max_w-54\% {
    max-width: 54%;
  }
  .mobile\:min_h-54\% {
    min-height: 54%;
  }
  .mobile\:min_w-54\% {
    min-width: 54%;
  }
  .mobile\:h-54vh {
    height: 54vh;
  }
  .mobile\:w-54vw {
    width: 54vw;
  }
  .mobile\:min_w-54vw {
    min-width: 54vw;
  }
  .mobile\:min_h-54vh {
    min-height: 54vh;
  }
  .mobile\:max_w-54vw {
    max-width: 54vw;
  }
  .mobile\:max_h-54vh {
    max-height: 54vh;
  }
  .mobile\:m-t-55\% {
    margin-top: 55%;
  }
  .mobile\:m-t--55\% {
    margin-top: -55%;
  }
  .mobile\:p-t-55\% {
    padding-top: 55%;
  }
  .mobile\:p-t--55\% {
    padding-top: -55%;
  }
  .mobile\:top-55\% {
    top: 55%;
  }
  .mobile\:top--55\% {
    top: -55%;
  }
  .mobile\:m-b-55\% {
    margin-bottom: 55%;
  }
  .mobile\:m-b--55\% {
    margin-bottom: -55%;
  }
  .mobile\:p-b-55\% {
    padding-bottom: 55%;
  }
  .mobile\:p-b--55\% {
    padding-bottom: -55%;
  }
  .mobile\:bottom-55\% {
    bottom: 55%;
  }
  .mobile\:bottom--55\% {
    bottom: -55%;
  }
  .mobile\:m-l-55\% {
    margin-left: 55%;
  }
  .mobile\:m-l--55\% {
    margin-left: -55%;
  }
  .mobile\:p-l-55\% {
    padding-left: 55%;
  }
  .mobile\:p-l--55\% {
    padding-left: -55%;
  }
  .mobile\:left-55\% {
    left: 55%;
  }
  .mobile\:left--55\% {
    left: -55%;
  }
  .mobile\:m-r-55\% {
    margin-right: 55%;
  }
  .mobile\:m-r--55\% {
    margin-right: -55%;
  }
  .mobile\:p-r-55\% {
    padding-right: 55%;
  }
  .mobile\:p-r--55\% {
    padding-right: -55%;
  }
  .mobile\:right-55\% {
    right: 55%;
  }
  .mobile\:right--55\% {
    right: -55%;
  }
  .mobile\:h-55\% {
    height: 55%;
  }
  .mobile\:w-55\% {
    width: 55%;
  }
  .mobile\:max_h-55\% {
    max-height: 55%;
  }
  .mobile\:max_w-55\% {
    max-width: 55%;
  }
  .mobile\:min_h-55\% {
    min-height: 55%;
  }
  .mobile\:min_w-55\% {
    min-width: 55%;
  }
  .mobile\:h-55vh {
    height: 55vh;
  }
  .mobile\:w-55vw {
    width: 55vw;
  }
  .mobile\:min_w-55vw {
    min-width: 55vw;
  }
  .mobile\:min_h-55vh {
    min-height: 55vh;
  }
  .mobile\:max_w-55vw {
    max-width: 55vw;
  }
  .mobile\:max_h-55vh {
    max-height: 55vh;
  }
  .mobile\:m-t-56\% {
    margin-top: 56%;
  }
  .mobile\:m-t--56\% {
    margin-top: -56%;
  }
  .mobile\:p-t-56\% {
    padding-top: 56%;
  }
  .mobile\:p-t--56\% {
    padding-top: -56%;
  }
  .mobile\:top-56\% {
    top: 56%;
  }
  .mobile\:top--56\% {
    top: -56%;
  }
  .mobile\:m-b-56\% {
    margin-bottom: 56%;
  }
  .mobile\:m-b--56\% {
    margin-bottom: -56%;
  }
  .mobile\:p-b-56\% {
    padding-bottom: 56%;
  }
  .mobile\:p-b--56\% {
    padding-bottom: -56%;
  }
  .mobile\:bottom-56\% {
    bottom: 56%;
  }
  .mobile\:bottom--56\% {
    bottom: -56%;
  }
  .mobile\:m-l-56\% {
    margin-left: 56%;
  }
  .mobile\:m-l--56\% {
    margin-left: -56%;
  }
  .mobile\:p-l-56\% {
    padding-left: 56%;
  }
  .mobile\:p-l--56\% {
    padding-left: -56%;
  }
  .mobile\:left-56\% {
    left: 56%;
  }
  .mobile\:left--56\% {
    left: -56%;
  }
  .mobile\:m-r-56\% {
    margin-right: 56%;
  }
  .mobile\:m-r--56\% {
    margin-right: -56%;
  }
  .mobile\:p-r-56\% {
    padding-right: 56%;
  }
  .mobile\:p-r--56\% {
    padding-right: -56%;
  }
  .mobile\:right-56\% {
    right: 56%;
  }
  .mobile\:right--56\% {
    right: -56%;
  }
  .mobile\:h-56\% {
    height: 56%;
  }
  .mobile\:w-56\% {
    width: 56%;
  }
  .mobile\:max_h-56\% {
    max-height: 56%;
  }
  .mobile\:max_w-56\% {
    max-width: 56%;
  }
  .mobile\:min_h-56\% {
    min-height: 56%;
  }
  .mobile\:min_w-56\% {
    min-width: 56%;
  }
  .mobile\:h-56vh {
    height: 56vh;
  }
  .mobile\:w-56vw {
    width: 56vw;
  }
  .mobile\:min_w-56vw {
    min-width: 56vw;
  }
  .mobile\:min_h-56vh {
    min-height: 56vh;
  }
  .mobile\:max_w-56vw {
    max-width: 56vw;
  }
  .mobile\:max_h-56vh {
    max-height: 56vh;
  }
  .mobile\:m-t-57\% {
    margin-top: 57%;
  }
  .mobile\:m-t--57\% {
    margin-top: -57%;
  }
  .mobile\:p-t-57\% {
    padding-top: 57%;
  }
  .mobile\:p-t--57\% {
    padding-top: -57%;
  }
  .mobile\:top-57\% {
    top: 57%;
  }
  .mobile\:top--57\% {
    top: -57%;
  }
  .mobile\:m-b-57\% {
    margin-bottom: 57%;
  }
  .mobile\:m-b--57\% {
    margin-bottom: -57%;
  }
  .mobile\:p-b-57\% {
    padding-bottom: 57%;
  }
  .mobile\:p-b--57\% {
    padding-bottom: -57%;
  }
  .mobile\:bottom-57\% {
    bottom: 57%;
  }
  .mobile\:bottom--57\% {
    bottom: -57%;
  }
  .mobile\:m-l-57\% {
    margin-left: 57%;
  }
  .mobile\:m-l--57\% {
    margin-left: -57%;
  }
  .mobile\:p-l-57\% {
    padding-left: 57%;
  }
  .mobile\:p-l--57\% {
    padding-left: -57%;
  }
  .mobile\:left-57\% {
    left: 57%;
  }
  .mobile\:left--57\% {
    left: -57%;
  }
  .mobile\:m-r-57\% {
    margin-right: 57%;
  }
  .mobile\:m-r--57\% {
    margin-right: -57%;
  }
  .mobile\:p-r-57\% {
    padding-right: 57%;
  }
  .mobile\:p-r--57\% {
    padding-right: -57%;
  }
  .mobile\:right-57\% {
    right: 57%;
  }
  .mobile\:right--57\% {
    right: -57%;
  }
  .mobile\:h-57\% {
    height: 57%;
  }
  .mobile\:w-57\% {
    width: 57%;
  }
  .mobile\:max_h-57\% {
    max-height: 57%;
  }
  .mobile\:max_w-57\% {
    max-width: 57%;
  }
  .mobile\:min_h-57\% {
    min-height: 57%;
  }
  .mobile\:min_w-57\% {
    min-width: 57%;
  }
  .mobile\:h-57vh {
    height: 57vh;
  }
  .mobile\:w-57vw {
    width: 57vw;
  }
  .mobile\:min_w-57vw {
    min-width: 57vw;
  }
  .mobile\:min_h-57vh {
    min-height: 57vh;
  }
  .mobile\:max_w-57vw {
    max-width: 57vw;
  }
  .mobile\:max_h-57vh {
    max-height: 57vh;
  }
  .mobile\:m-t-58\% {
    margin-top: 58%;
  }
  .mobile\:m-t--58\% {
    margin-top: -58%;
  }
  .mobile\:p-t-58\% {
    padding-top: 58%;
  }
  .mobile\:p-t--58\% {
    padding-top: -58%;
  }
  .mobile\:top-58\% {
    top: 58%;
  }
  .mobile\:top--58\% {
    top: -58%;
  }
  .mobile\:m-b-58\% {
    margin-bottom: 58%;
  }
  .mobile\:m-b--58\% {
    margin-bottom: -58%;
  }
  .mobile\:p-b-58\% {
    padding-bottom: 58%;
  }
  .mobile\:p-b--58\% {
    padding-bottom: -58%;
  }
  .mobile\:bottom-58\% {
    bottom: 58%;
  }
  .mobile\:bottom--58\% {
    bottom: -58%;
  }
  .mobile\:m-l-58\% {
    margin-left: 58%;
  }
  .mobile\:m-l--58\% {
    margin-left: -58%;
  }
  .mobile\:p-l-58\% {
    padding-left: 58%;
  }
  .mobile\:p-l--58\% {
    padding-left: -58%;
  }
  .mobile\:left-58\% {
    left: 58%;
  }
  .mobile\:left--58\% {
    left: -58%;
  }
  .mobile\:m-r-58\% {
    margin-right: 58%;
  }
  .mobile\:m-r--58\% {
    margin-right: -58%;
  }
  .mobile\:p-r-58\% {
    padding-right: 58%;
  }
  .mobile\:p-r--58\% {
    padding-right: -58%;
  }
  .mobile\:right-58\% {
    right: 58%;
  }
  .mobile\:right--58\% {
    right: -58%;
  }
  .mobile\:h-58\% {
    height: 58%;
  }
  .mobile\:w-58\% {
    width: 58%;
  }
  .mobile\:max_h-58\% {
    max-height: 58%;
  }
  .mobile\:max_w-58\% {
    max-width: 58%;
  }
  .mobile\:min_h-58\% {
    min-height: 58%;
  }
  .mobile\:min_w-58\% {
    min-width: 58%;
  }
  .mobile\:h-58vh {
    height: 58vh;
  }
  .mobile\:w-58vw {
    width: 58vw;
  }
  .mobile\:min_w-58vw {
    min-width: 58vw;
  }
  .mobile\:min_h-58vh {
    min-height: 58vh;
  }
  .mobile\:max_w-58vw {
    max-width: 58vw;
  }
  .mobile\:max_h-58vh {
    max-height: 58vh;
  }
  .mobile\:m-t-59\% {
    margin-top: 59%;
  }
  .mobile\:m-t--59\% {
    margin-top: -59%;
  }
  .mobile\:p-t-59\% {
    padding-top: 59%;
  }
  .mobile\:p-t--59\% {
    padding-top: -59%;
  }
  .mobile\:top-59\% {
    top: 59%;
  }
  .mobile\:top--59\% {
    top: -59%;
  }
  .mobile\:m-b-59\% {
    margin-bottom: 59%;
  }
  .mobile\:m-b--59\% {
    margin-bottom: -59%;
  }
  .mobile\:p-b-59\% {
    padding-bottom: 59%;
  }
  .mobile\:p-b--59\% {
    padding-bottom: -59%;
  }
  .mobile\:bottom-59\% {
    bottom: 59%;
  }
  .mobile\:bottom--59\% {
    bottom: -59%;
  }
  .mobile\:m-l-59\% {
    margin-left: 59%;
  }
  .mobile\:m-l--59\% {
    margin-left: -59%;
  }
  .mobile\:p-l-59\% {
    padding-left: 59%;
  }
  .mobile\:p-l--59\% {
    padding-left: -59%;
  }
  .mobile\:left-59\% {
    left: 59%;
  }
  .mobile\:left--59\% {
    left: -59%;
  }
  .mobile\:m-r-59\% {
    margin-right: 59%;
  }
  .mobile\:m-r--59\% {
    margin-right: -59%;
  }
  .mobile\:p-r-59\% {
    padding-right: 59%;
  }
  .mobile\:p-r--59\% {
    padding-right: -59%;
  }
  .mobile\:right-59\% {
    right: 59%;
  }
  .mobile\:right--59\% {
    right: -59%;
  }
  .mobile\:h-59\% {
    height: 59%;
  }
  .mobile\:w-59\% {
    width: 59%;
  }
  .mobile\:max_h-59\% {
    max-height: 59%;
  }
  .mobile\:max_w-59\% {
    max-width: 59%;
  }
  .mobile\:min_h-59\% {
    min-height: 59%;
  }
  .mobile\:min_w-59\% {
    min-width: 59%;
  }
  .mobile\:h-59vh {
    height: 59vh;
  }
  .mobile\:w-59vw {
    width: 59vw;
  }
  .mobile\:min_w-59vw {
    min-width: 59vw;
  }
  .mobile\:min_h-59vh {
    min-height: 59vh;
  }
  .mobile\:max_w-59vw {
    max-width: 59vw;
  }
  .mobile\:max_h-59vh {
    max-height: 59vh;
  }
  .mobile\:m-t-60\% {
    margin-top: 60%;
  }
  .mobile\:m-t--60\% {
    margin-top: -60%;
  }
  .mobile\:p-t-60\% {
    padding-top: 60%;
  }
  .mobile\:p-t--60\% {
    padding-top: -60%;
  }
  .mobile\:top-60\% {
    top: 60%;
  }
  .mobile\:top--60\% {
    top: -60%;
  }
  .mobile\:m-b-60\% {
    margin-bottom: 60%;
  }
  .mobile\:m-b--60\% {
    margin-bottom: -60%;
  }
  .mobile\:p-b-60\% {
    padding-bottom: 60%;
  }
  .mobile\:p-b--60\% {
    padding-bottom: -60%;
  }
  .mobile\:bottom-60\% {
    bottom: 60%;
  }
  .mobile\:bottom--60\% {
    bottom: -60%;
  }
  .mobile\:m-l-60\% {
    margin-left: 60%;
  }
  .mobile\:m-l--60\% {
    margin-left: -60%;
  }
  .mobile\:p-l-60\% {
    padding-left: 60%;
  }
  .mobile\:p-l--60\% {
    padding-left: -60%;
  }
  .mobile\:left-60\% {
    left: 60%;
  }
  .mobile\:left--60\% {
    left: -60%;
  }
  .mobile\:m-r-60\% {
    margin-right: 60%;
  }
  .mobile\:m-r--60\% {
    margin-right: -60%;
  }
  .mobile\:p-r-60\% {
    padding-right: 60%;
  }
  .mobile\:p-r--60\% {
    padding-right: -60%;
  }
  .mobile\:right-60\% {
    right: 60%;
  }
  .mobile\:right--60\% {
    right: -60%;
  }
  .mobile\:h-60\% {
    height: 60%;
  }
  .mobile\:w-60\% {
    width: 60%;
  }
  .mobile\:max_h-60\% {
    max-height: 60%;
  }
  .mobile\:max_w-60\% {
    max-width: 60%;
  }
  .mobile\:min_h-60\% {
    min-height: 60%;
  }
  .mobile\:min_w-60\% {
    min-width: 60%;
  }
  .mobile\:h-60vh {
    height: 60vh;
  }
  .mobile\:w-60vw {
    width: 60vw;
  }
  .mobile\:min_w-60vw {
    min-width: 60vw;
  }
  .mobile\:min_h-60vh {
    min-height: 60vh;
  }
  .mobile\:max_w-60vw {
    max-width: 60vw;
  }
  .mobile\:max_h-60vh {
    max-height: 60vh;
  }
  .mobile\:m-t-61\% {
    margin-top: 61%;
  }
  .mobile\:m-t--61\% {
    margin-top: -61%;
  }
  .mobile\:p-t-61\% {
    padding-top: 61%;
  }
  .mobile\:p-t--61\% {
    padding-top: -61%;
  }
  .mobile\:top-61\% {
    top: 61%;
  }
  .mobile\:top--61\% {
    top: -61%;
  }
  .mobile\:m-b-61\% {
    margin-bottom: 61%;
  }
  .mobile\:m-b--61\% {
    margin-bottom: -61%;
  }
  .mobile\:p-b-61\% {
    padding-bottom: 61%;
  }
  .mobile\:p-b--61\% {
    padding-bottom: -61%;
  }
  .mobile\:bottom-61\% {
    bottom: 61%;
  }
  .mobile\:bottom--61\% {
    bottom: -61%;
  }
  .mobile\:m-l-61\% {
    margin-left: 61%;
  }
  .mobile\:m-l--61\% {
    margin-left: -61%;
  }
  .mobile\:p-l-61\% {
    padding-left: 61%;
  }
  .mobile\:p-l--61\% {
    padding-left: -61%;
  }
  .mobile\:left-61\% {
    left: 61%;
  }
  .mobile\:left--61\% {
    left: -61%;
  }
  .mobile\:m-r-61\% {
    margin-right: 61%;
  }
  .mobile\:m-r--61\% {
    margin-right: -61%;
  }
  .mobile\:p-r-61\% {
    padding-right: 61%;
  }
  .mobile\:p-r--61\% {
    padding-right: -61%;
  }
  .mobile\:right-61\% {
    right: 61%;
  }
  .mobile\:right--61\% {
    right: -61%;
  }
  .mobile\:h-61\% {
    height: 61%;
  }
  .mobile\:w-61\% {
    width: 61%;
  }
  .mobile\:max_h-61\% {
    max-height: 61%;
  }
  .mobile\:max_w-61\% {
    max-width: 61%;
  }
  .mobile\:min_h-61\% {
    min-height: 61%;
  }
  .mobile\:min_w-61\% {
    min-width: 61%;
  }
  .mobile\:h-61vh {
    height: 61vh;
  }
  .mobile\:w-61vw {
    width: 61vw;
  }
  .mobile\:min_w-61vw {
    min-width: 61vw;
  }
  .mobile\:min_h-61vh {
    min-height: 61vh;
  }
  .mobile\:max_w-61vw {
    max-width: 61vw;
  }
  .mobile\:max_h-61vh {
    max-height: 61vh;
  }
  .mobile\:m-t-62\% {
    margin-top: 62%;
  }
  .mobile\:m-t--62\% {
    margin-top: -62%;
  }
  .mobile\:p-t-62\% {
    padding-top: 62%;
  }
  .mobile\:p-t--62\% {
    padding-top: -62%;
  }
  .mobile\:top-62\% {
    top: 62%;
  }
  .mobile\:top--62\% {
    top: -62%;
  }
  .mobile\:m-b-62\% {
    margin-bottom: 62%;
  }
  .mobile\:m-b--62\% {
    margin-bottom: -62%;
  }
  .mobile\:p-b-62\% {
    padding-bottom: 62%;
  }
  .mobile\:p-b--62\% {
    padding-bottom: -62%;
  }
  .mobile\:bottom-62\% {
    bottom: 62%;
  }
  .mobile\:bottom--62\% {
    bottom: -62%;
  }
  .mobile\:m-l-62\% {
    margin-left: 62%;
  }
  .mobile\:m-l--62\% {
    margin-left: -62%;
  }
  .mobile\:p-l-62\% {
    padding-left: 62%;
  }
  .mobile\:p-l--62\% {
    padding-left: -62%;
  }
  .mobile\:left-62\% {
    left: 62%;
  }
  .mobile\:left--62\% {
    left: -62%;
  }
  .mobile\:m-r-62\% {
    margin-right: 62%;
  }
  .mobile\:m-r--62\% {
    margin-right: -62%;
  }
  .mobile\:p-r-62\% {
    padding-right: 62%;
  }
  .mobile\:p-r--62\% {
    padding-right: -62%;
  }
  .mobile\:right-62\% {
    right: 62%;
  }
  .mobile\:right--62\% {
    right: -62%;
  }
  .mobile\:h-62\% {
    height: 62%;
  }
  .mobile\:w-62\% {
    width: 62%;
  }
  .mobile\:max_h-62\% {
    max-height: 62%;
  }
  .mobile\:max_w-62\% {
    max-width: 62%;
  }
  .mobile\:min_h-62\% {
    min-height: 62%;
  }
  .mobile\:min_w-62\% {
    min-width: 62%;
  }
  .mobile\:h-62vh {
    height: 62vh;
  }
  .mobile\:w-62vw {
    width: 62vw;
  }
  .mobile\:min_w-62vw {
    min-width: 62vw;
  }
  .mobile\:min_h-62vh {
    min-height: 62vh;
  }
  .mobile\:max_w-62vw {
    max-width: 62vw;
  }
  .mobile\:max_h-62vh {
    max-height: 62vh;
  }
  .mobile\:m-t-63\% {
    margin-top: 63%;
  }
  .mobile\:m-t--63\% {
    margin-top: -63%;
  }
  .mobile\:p-t-63\% {
    padding-top: 63%;
  }
  .mobile\:p-t--63\% {
    padding-top: -63%;
  }
  .mobile\:top-63\% {
    top: 63%;
  }
  .mobile\:top--63\% {
    top: -63%;
  }
  .mobile\:m-b-63\% {
    margin-bottom: 63%;
  }
  .mobile\:m-b--63\% {
    margin-bottom: -63%;
  }
  .mobile\:p-b-63\% {
    padding-bottom: 63%;
  }
  .mobile\:p-b--63\% {
    padding-bottom: -63%;
  }
  .mobile\:bottom-63\% {
    bottom: 63%;
  }
  .mobile\:bottom--63\% {
    bottom: -63%;
  }
  .mobile\:m-l-63\% {
    margin-left: 63%;
  }
  .mobile\:m-l--63\% {
    margin-left: -63%;
  }
  .mobile\:p-l-63\% {
    padding-left: 63%;
  }
  .mobile\:p-l--63\% {
    padding-left: -63%;
  }
  .mobile\:left-63\% {
    left: 63%;
  }
  .mobile\:left--63\% {
    left: -63%;
  }
  .mobile\:m-r-63\% {
    margin-right: 63%;
  }
  .mobile\:m-r--63\% {
    margin-right: -63%;
  }
  .mobile\:p-r-63\% {
    padding-right: 63%;
  }
  .mobile\:p-r--63\% {
    padding-right: -63%;
  }
  .mobile\:right-63\% {
    right: 63%;
  }
  .mobile\:right--63\% {
    right: -63%;
  }
  .mobile\:h-63\% {
    height: 63%;
  }
  .mobile\:w-63\% {
    width: 63%;
  }
  .mobile\:max_h-63\% {
    max-height: 63%;
  }
  .mobile\:max_w-63\% {
    max-width: 63%;
  }
  .mobile\:min_h-63\% {
    min-height: 63%;
  }
  .mobile\:min_w-63\% {
    min-width: 63%;
  }
  .mobile\:h-63vh {
    height: 63vh;
  }
  .mobile\:w-63vw {
    width: 63vw;
  }
  .mobile\:min_w-63vw {
    min-width: 63vw;
  }
  .mobile\:min_h-63vh {
    min-height: 63vh;
  }
  .mobile\:max_w-63vw {
    max-width: 63vw;
  }
  .mobile\:max_h-63vh {
    max-height: 63vh;
  }
  .mobile\:m-t-64\% {
    margin-top: 64%;
  }
  .mobile\:m-t--64\% {
    margin-top: -64%;
  }
  .mobile\:p-t-64\% {
    padding-top: 64%;
  }
  .mobile\:p-t--64\% {
    padding-top: -64%;
  }
  .mobile\:top-64\% {
    top: 64%;
  }
  .mobile\:top--64\% {
    top: -64%;
  }
  .mobile\:m-b-64\% {
    margin-bottom: 64%;
  }
  .mobile\:m-b--64\% {
    margin-bottom: -64%;
  }
  .mobile\:p-b-64\% {
    padding-bottom: 64%;
  }
  .mobile\:p-b--64\% {
    padding-bottom: -64%;
  }
  .mobile\:bottom-64\% {
    bottom: 64%;
  }
  .mobile\:bottom--64\% {
    bottom: -64%;
  }
  .mobile\:m-l-64\% {
    margin-left: 64%;
  }
  .mobile\:m-l--64\% {
    margin-left: -64%;
  }
  .mobile\:p-l-64\% {
    padding-left: 64%;
  }
  .mobile\:p-l--64\% {
    padding-left: -64%;
  }
  .mobile\:left-64\% {
    left: 64%;
  }
  .mobile\:left--64\% {
    left: -64%;
  }
  .mobile\:m-r-64\% {
    margin-right: 64%;
  }
  .mobile\:m-r--64\% {
    margin-right: -64%;
  }
  .mobile\:p-r-64\% {
    padding-right: 64%;
  }
  .mobile\:p-r--64\% {
    padding-right: -64%;
  }
  .mobile\:right-64\% {
    right: 64%;
  }
  .mobile\:right--64\% {
    right: -64%;
  }
  .mobile\:h-64\% {
    height: 64%;
  }
  .mobile\:w-64\% {
    width: 64%;
  }
  .mobile\:max_h-64\% {
    max-height: 64%;
  }
  .mobile\:max_w-64\% {
    max-width: 64%;
  }
  .mobile\:min_h-64\% {
    min-height: 64%;
  }
  .mobile\:min_w-64\% {
    min-width: 64%;
  }
  .mobile\:h-64vh {
    height: 64vh;
  }
  .mobile\:w-64vw {
    width: 64vw;
  }
  .mobile\:min_w-64vw {
    min-width: 64vw;
  }
  .mobile\:min_h-64vh {
    min-height: 64vh;
  }
  .mobile\:max_w-64vw {
    max-width: 64vw;
  }
  .mobile\:max_h-64vh {
    max-height: 64vh;
  }
  .mobile\:m-t-65\% {
    margin-top: 65%;
  }
  .mobile\:m-t--65\% {
    margin-top: -65%;
  }
  .mobile\:p-t-65\% {
    padding-top: 65%;
  }
  .mobile\:p-t--65\% {
    padding-top: -65%;
  }
  .mobile\:top-65\% {
    top: 65%;
  }
  .mobile\:top--65\% {
    top: -65%;
  }
  .mobile\:m-b-65\% {
    margin-bottom: 65%;
  }
  .mobile\:m-b--65\% {
    margin-bottom: -65%;
  }
  .mobile\:p-b-65\% {
    padding-bottom: 65%;
  }
  .mobile\:p-b--65\% {
    padding-bottom: -65%;
  }
  .mobile\:bottom-65\% {
    bottom: 65%;
  }
  .mobile\:bottom--65\% {
    bottom: -65%;
  }
  .mobile\:m-l-65\% {
    margin-left: 65%;
  }
  .mobile\:m-l--65\% {
    margin-left: -65%;
  }
  .mobile\:p-l-65\% {
    padding-left: 65%;
  }
  .mobile\:p-l--65\% {
    padding-left: -65%;
  }
  .mobile\:left-65\% {
    left: 65%;
  }
  .mobile\:left--65\% {
    left: -65%;
  }
  .mobile\:m-r-65\% {
    margin-right: 65%;
  }
  .mobile\:m-r--65\% {
    margin-right: -65%;
  }
  .mobile\:p-r-65\% {
    padding-right: 65%;
  }
  .mobile\:p-r--65\% {
    padding-right: -65%;
  }
  .mobile\:right-65\% {
    right: 65%;
  }
  .mobile\:right--65\% {
    right: -65%;
  }
  .mobile\:h-65\% {
    height: 65%;
  }
  .mobile\:w-65\% {
    width: 65%;
  }
  .mobile\:max_h-65\% {
    max-height: 65%;
  }
  .mobile\:max_w-65\% {
    max-width: 65%;
  }
  .mobile\:min_h-65\% {
    min-height: 65%;
  }
  .mobile\:min_w-65\% {
    min-width: 65%;
  }
  .mobile\:h-65vh {
    height: 65vh;
  }
  .mobile\:w-65vw {
    width: 65vw;
  }
  .mobile\:min_w-65vw {
    min-width: 65vw;
  }
  .mobile\:min_h-65vh {
    min-height: 65vh;
  }
  .mobile\:max_w-65vw {
    max-width: 65vw;
  }
  .mobile\:max_h-65vh {
    max-height: 65vh;
  }
  .mobile\:m-t-66\% {
    margin-top: 66%;
  }
  .mobile\:m-t--66\% {
    margin-top: -66%;
  }
  .mobile\:p-t-66\% {
    padding-top: 66%;
  }
  .mobile\:p-t--66\% {
    padding-top: -66%;
  }
  .mobile\:top-66\% {
    top: 66%;
  }
  .mobile\:top--66\% {
    top: -66%;
  }
  .mobile\:m-b-66\% {
    margin-bottom: 66%;
  }
  .mobile\:m-b--66\% {
    margin-bottom: -66%;
  }
  .mobile\:p-b-66\% {
    padding-bottom: 66%;
  }
  .mobile\:p-b--66\% {
    padding-bottom: -66%;
  }
  .mobile\:bottom-66\% {
    bottom: 66%;
  }
  .mobile\:bottom--66\% {
    bottom: -66%;
  }
  .mobile\:m-l-66\% {
    margin-left: 66%;
  }
  .mobile\:m-l--66\% {
    margin-left: -66%;
  }
  .mobile\:p-l-66\% {
    padding-left: 66%;
  }
  .mobile\:p-l--66\% {
    padding-left: -66%;
  }
  .mobile\:left-66\% {
    left: 66%;
  }
  .mobile\:left--66\% {
    left: -66%;
  }
  .mobile\:m-r-66\% {
    margin-right: 66%;
  }
  .mobile\:m-r--66\% {
    margin-right: -66%;
  }
  .mobile\:p-r-66\% {
    padding-right: 66%;
  }
  .mobile\:p-r--66\% {
    padding-right: -66%;
  }
  .mobile\:right-66\% {
    right: 66%;
  }
  .mobile\:right--66\% {
    right: -66%;
  }
  .mobile\:h-66\% {
    height: 66%;
  }
  .mobile\:w-66\% {
    width: 66%;
  }
  .mobile\:max_h-66\% {
    max-height: 66%;
  }
  .mobile\:max_w-66\% {
    max-width: 66%;
  }
  .mobile\:min_h-66\% {
    min-height: 66%;
  }
  .mobile\:min_w-66\% {
    min-width: 66%;
  }
  .mobile\:h-66vh {
    height: 66vh;
  }
  .mobile\:w-66vw {
    width: 66vw;
  }
  .mobile\:min_w-66vw {
    min-width: 66vw;
  }
  .mobile\:min_h-66vh {
    min-height: 66vh;
  }
  .mobile\:max_w-66vw {
    max-width: 66vw;
  }
  .mobile\:max_h-66vh {
    max-height: 66vh;
  }
  .mobile\:m-t-67\% {
    margin-top: 67%;
  }
  .mobile\:m-t--67\% {
    margin-top: -67%;
  }
  .mobile\:p-t-67\% {
    padding-top: 67%;
  }
  .mobile\:p-t--67\% {
    padding-top: -67%;
  }
  .mobile\:top-67\% {
    top: 67%;
  }
  .mobile\:top--67\% {
    top: -67%;
  }
  .mobile\:m-b-67\% {
    margin-bottom: 67%;
  }
  .mobile\:m-b--67\% {
    margin-bottom: -67%;
  }
  .mobile\:p-b-67\% {
    padding-bottom: 67%;
  }
  .mobile\:p-b--67\% {
    padding-bottom: -67%;
  }
  .mobile\:bottom-67\% {
    bottom: 67%;
  }
  .mobile\:bottom--67\% {
    bottom: -67%;
  }
  .mobile\:m-l-67\% {
    margin-left: 67%;
  }
  .mobile\:m-l--67\% {
    margin-left: -67%;
  }
  .mobile\:p-l-67\% {
    padding-left: 67%;
  }
  .mobile\:p-l--67\% {
    padding-left: -67%;
  }
  .mobile\:left-67\% {
    left: 67%;
  }
  .mobile\:left--67\% {
    left: -67%;
  }
  .mobile\:m-r-67\% {
    margin-right: 67%;
  }
  .mobile\:m-r--67\% {
    margin-right: -67%;
  }
  .mobile\:p-r-67\% {
    padding-right: 67%;
  }
  .mobile\:p-r--67\% {
    padding-right: -67%;
  }
  .mobile\:right-67\% {
    right: 67%;
  }
  .mobile\:right--67\% {
    right: -67%;
  }
  .mobile\:h-67\% {
    height: 67%;
  }
  .mobile\:w-67\% {
    width: 67%;
  }
  .mobile\:max_h-67\% {
    max-height: 67%;
  }
  .mobile\:max_w-67\% {
    max-width: 67%;
  }
  .mobile\:min_h-67\% {
    min-height: 67%;
  }
  .mobile\:min_w-67\% {
    min-width: 67%;
  }
  .mobile\:h-67vh {
    height: 67vh;
  }
  .mobile\:w-67vw {
    width: 67vw;
  }
  .mobile\:min_w-67vw {
    min-width: 67vw;
  }
  .mobile\:min_h-67vh {
    min-height: 67vh;
  }
  .mobile\:max_w-67vw {
    max-width: 67vw;
  }
  .mobile\:max_h-67vh {
    max-height: 67vh;
  }
  .mobile\:m-t-68\% {
    margin-top: 68%;
  }
  .mobile\:m-t--68\% {
    margin-top: -68%;
  }
  .mobile\:p-t-68\% {
    padding-top: 68%;
  }
  .mobile\:p-t--68\% {
    padding-top: -68%;
  }
  .mobile\:top-68\% {
    top: 68%;
  }
  .mobile\:top--68\% {
    top: -68%;
  }
  .mobile\:m-b-68\% {
    margin-bottom: 68%;
  }
  .mobile\:m-b--68\% {
    margin-bottom: -68%;
  }
  .mobile\:p-b-68\% {
    padding-bottom: 68%;
  }
  .mobile\:p-b--68\% {
    padding-bottom: -68%;
  }
  .mobile\:bottom-68\% {
    bottom: 68%;
  }
  .mobile\:bottom--68\% {
    bottom: -68%;
  }
  .mobile\:m-l-68\% {
    margin-left: 68%;
  }
  .mobile\:m-l--68\% {
    margin-left: -68%;
  }
  .mobile\:p-l-68\% {
    padding-left: 68%;
  }
  .mobile\:p-l--68\% {
    padding-left: -68%;
  }
  .mobile\:left-68\% {
    left: 68%;
  }
  .mobile\:left--68\% {
    left: -68%;
  }
  .mobile\:m-r-68\% {
    margin-right: 68%;
  }
  .mobile\:m-r--68\% {
    margin-right: -68%;
  }
  .mobile\:p-r-68\% {
    padding-right: 68%;
  }
  .mobile\:p-r--68\% {
    padding-right: -68%;
  }
  .mobile\:right-68\% {
    right: 68%;
  }
  .mobile\:right--68\% {
    right: -68%;
  }
  .mobile\:h-68\% {
    height: 68%;
  }
  .mobile\:w-68\% {
    width: 68%;
  }
  .mobile\:max_h-68\% {
    max-height: 68%;
  }
  .mobile\:max_w-68\% {
    max-width: 68%;
  }
  .mobile\:min_h-68\% {
    min-height: 68%;
  }
  .mobile\:min_w-68\% {
    min-width: 68%;
  }
  .mobile\:h-68vh {
    height: 68vh;
  }
  .mobile\:w-68vw {
    width: 68vw;
  }
  .mobile\:min_w-68vw {
    min-width: 68vw;
  }
  .mobile\:min_h-68vh {
    min-height: 68vh;
  }
  .mobile\:max_w-68vw {
    max-width: 68vw;
  }
  .mobile\:max_h-68vh {
    max-height: 68vh;
  }
  .mobile\:m-t-69\% {
    margin-top: 69%;
  }
  .mobile\:m-t--69\% {
    margin-top: -69%;
  }
  .mobile\:p-t-69\% {
    padding-top: 69%;
  }
  .mobile\:p-t--69\% {
    padding-top: -69%;
  }
  .mobile\:top-69\% {
    top: 69%;
  }
  .mobile\:top--69\% {
    top: -69%;
  }
  .mobile\:m-b-69\% {
    margin-bottom: 69%;
  }
  .mobile\:m-b--69\% {
    margin-bottom: -69%;
  }
  .mobile\:p-b-69\% {
    padding-bottom: 69%;
  }
  .mobile\:p-b--69\% {
    padding-bottom: -69%;
  }
  .mobile\:bottom-69\% {
    bottom: 69%;
  }
  .mobile\:bottom--69\% {
    bottom: -69%;
  }
  .mobile\:m-l-69\% {
    margin-left: 69%;
  }
  .mobile\:m-l--69\% {
    margin-left: -69%;
  }
  .mobile\:p-l-69\% {
    padding-left: 69%;
  }
  .mobile\:p-l--69\% {
    padding-left: -69%;
  }
  .mobile\:left-69\% {
    left: 69%;
  }
  .mobile\:left--69\% {
    left: -69%;
  }
  .mobile\:m-r-69\% {
    margin-right: 69%;
  }
  .mobile\:m-r--69\% {
    margin-right: -69%;
  }
  .mobile\:p-r-69\% {
    padding-right: 69%;
  }
  .mobile\:p-r--69\% {
    padding-right: -69%;
  }
  .mobile\:right-69\% {
    right: 69%;
  }
  .mobile\:right--69\% {
    right: -69%;
  }
  .mobile\:h-69\% {
    height: 69%;
  }
  .mobile\:w-69\% {
    width: 69%;
  }
  .mobile\:max_h-69\% {
    max-height: 69%;
  }
  .mobile\:max_w-69\% {
    max-width: 69%;
  }
  .mobile\:min_h-69\% {
    min-height: 69%;
  }
  .mobile\:min_w-69\% {
    min-width: 69%;
  }
  .mobile\:h-69vh {
    height: 69vh;
  }
  .mobile\:w-69vw {
    width: 69vw;
  }
  .mobile\:min_w-69vw {
    min-width: 69vw;
  }
  .mobile\:min_h-69vh {
    min-height: 69vh;
  }
  .mobile\:max_w-69vw {
    max-width: 69vw;
  }
  .mobile\:max_h-69vh {
    max-height: 69vh;
  }
  .mobile\:m-t-70\% {
    margin-top: 70%;
  }
  .mobile\:m-t--70\% {
    margin-top: -70%;
  }
  .mobile\:p-t-70\% {
    padding-top: 70%;
  }
  .mobile\:p-t--70\% {
    padding-top: -70%;
  }
  .mobile\:top-70\% {
    top: 70%;
  }
  .mobile\:top--70\% {
    top: -70%;
  }
  .mobile\:m-b-70\% {
    margin-bottom: 70%;
  }
  .mobile\:m-b--70\% {
    margin-bottom: -70%;
  }
  .mobile\:p-b-70\% {
    padding-bottom: 70%;
  }
  .mobile\:p-b--70\% {
    padding-bottom: -70%;
  }
  .mobile\:bottom-70\% {
    bottom: 70%;
  }
  .mobile\:bottom--70\% {
    bottom: -70%;
  }
  .mobile\:m-l-70\% {
    margin-left: 70%;
  }
  .mobile\:m-l--70\% {
    margin-left: -70%;
  }
  .mobile\:p-l-70\% {
    padding-left: 70%;
  }
  .mobile\:p-l--70\% {
    padding-left: -70%;
  }
  .mobile\:left-70\% {
    left: 70%;
  }
  .mobile\:left--70\% {
    left: -70%;
  }
  .mobile\:m-r-70\% {
    margin-right: 70%;
  }
  .mobile\:m-r--70\% {
    margin-right: -70%;
  }
  .mobile\:p-r-70\% {
    padding-right: 70%;
  }
  .mobile\:p-r--70\% {
    padding-right: -70%;
  }
  .mobile\:right-70\% {
    right: 70%;
  }
  .mobile\:right--70\% {
    right: -70%;
  }
  .mobile\:h-70\% {
    height: 70%;
  }
  .mobile\:w-70\% {
    width: 70%;
  }
  .mobile\:max_h-70\% {
    max-height: 70%;
  }
  .mobile\:max_w-70\% {
    max-width: 70%;
  }
  .mobile\:min_h-70\% {
    min-height: 70%;
  }
  .mobile\:min_w-70\% {
    min-width: 70%;
  }
  .mobile\:h-70vh {
    height: 70vh;
  }
  .mobile\:w-70vw {
    width: 70vw;
  }
  .mobile\:min_w-70vw {
    min-width: 70vw;
  }
  .mobile\:min_h-70vh {
    min-height: 70vh;
  }
  .mobile\:max_w-70vw {
    max-width: 70vw;
  }
  .mobile\:max_h-70vh {
    max-height: 70vh;
  }
  .mobile\:m-t-71\% {
    margin-top: 71%;
  }
  .mobile\:m-t--71\% {
    margin-top: -71%;
  }
  .mobile\:p-t-71\% {
    padding-top: 71%;
  }
  .mobile\:p-t--71\% {
    padding-top: -71%;
  }
  .mobile\:top-71\% {
    top: 71%;
  }
  .mobile\:top--71\% {
    top: -71%;
  }
  .mobile\:m-b-71\% {
    margin-bottom: 71%;
  }
  .mobile\:m-b--71\% {
    margin-bottom: -71%;
  }
  .mobile\:p-b-71\% {
    padding-bottom: 71%;
  }
  .mobile\:p-b--71\% {
    padding-bottom: -71%;
  }
  .mobile\:bottom-71\% {
    bottom: 71%;
  }
  .mobile\:bottom--71\% {
    bottom: -71%;
  }
  .mobile\:m-l-71\% {
    margin-left: 71%;
  }
  .mobile\:m-l--71\% {
    margin-left: -71%;
  }
  .mobile\:p-l-71\% {
    padding-left: 71%;
  }
  .mobile\:p-l--71\% {
    padding-left: -71%;
  }
  .mobile\:left-71\% {
    left: 71%;
  }
  .mobile\:left--71\% {
    left: -71%;
  }
  .mobile\:m-r-71\% {
    margin-right: 71%;
  }
  .mobile\:m-r--71\% {
    margin-right: -71%;
  }
  .mobile\:p-r-71\% {
    padding-right: 71%;
  }
  .mobile\:p-r--71\% {
    padding-right: -71%;
  }
  .mobile\:right-71\% {
    right: 71%;
  }
  .mobile\:right--71\% {
    right: -71%;
  }
  .mobile\:h-71\% {
    height: 71%;
  }
  .mobile\:w-71\% {
    width: 71%;
  }
  .mobile\:max_h-71\% {
    max-height: 71%;
  }
  .mobile\:max_w-71\% {
    max-width: 71%;
  }
  .mobile\:min_h-71\% {
    min-height: 71%;
  }
  .mobile\:min_w-71\% {
    min-width: 71%;
  }
  .mobile\:h-71vh {
    height: 71vh;
  }
  .mobile\:w-71vw {
    width: 71vw;
  }
  .mobile\:min_w-71vw {
    min-width: 71vw;
  }
  .mobile\:min_h-71vh {
    min-height: 71vh;
  }
  .mobile\:max_w-71vw {
    max-width: 71vw;
  }
  .mobile\:max_h-71vh {
    max-height: 71vh;
  }
  .mobile\:m-t-72\% {
    margin-top: 72%;
  }
  .mobile\:m-t--72\% {
    margin-top: -72%;
  }
  .mobile\:p-t-72\% {
    padding-top: 72%;
  }
  .mobile\:p-t--72\% {
    padding-top: -72%;
  }
  .mobile\:top-72\% {
    top: 72%;
  }
  .mobile\:top--72\% {
    top: -72%;
  }
  .mobile\:m-b-72\% {
    margin-bottom: 72%;
  }
  .mobile\:m-b--72\% {
    margin-bottom: -72%;
  }
  .mobile\:p-b-72\% {
    padding-bottom: 72%;
  }
  .mobile\:p-b--72\% {
    padding-bottom: -72%;
  }
  .mobile\:bottom-72\% {
    bottom: 72%;
  }
  .mobile\:bottom--72\% {
    bottom: -72%;
  }
  .mobile\:m-l-72\% {
    margin-left: 72%;
  }
  .mobile\:m-l--72\% {
    margin-left: -72%;
  }
  .mobile\:p-l-72\% {
    padding-left: 72%;
  }
  .mobile\:p-l--72\% {
    padding-left: -72%;
  }
  .mobile\:left-72\% {
    left: 72%;
  }
  .mobile\:left--72\% {
    left: -72%;
  }
  .mobile\:m-r-72\% {
    margin-right: 72%;
  }
  .mobile\:m-r--72\% {
    margin-right: -72%;
  }
  .mobile\:p-r-72\% {
    padding-right: 72%;
  }
  .mobile\:p-r--72\% {
    padding-right: -72%;
  }
  .mobile\:right-72\% {
    right: 72%;
  }
  .mobile\:right--72\% {
    right: -72%;
  }
  .mobile\:h-72\% {
    height: 72%;
  }
  .mobile\:w-72\% {
    width: 72%;
  }
  .mobile\:max_h-72\% {
    max-height: 72%;
  }
  .mobile\:max_w-72\% {
    max-width: 72%;
  }
  .mobile\:min_h-72\% {
    min-height: 72%;
  }
  .mobile\:min_w-72\% {
    min-width: 72%;
  }
  .mobile\:h-72vh {
    height: 72vh;
  }
  .mobile\:w-72vw {
    width: 72vw;
  }
  .mobile\:min_w-72vw {
    min-width: 72vw;
  }
  .mobile\:min_h-72vh {
    min-height: 72vh;
  }
  .mobile\:max_w-72vw {
    max-width: 72vw;
  }
  .mobile\:max_h-72vh {
    max-height: 72vh;
  }
  .mobile\:m-t-73\% {
    margin-top: 73%;
  }
  .mobile\:m-t--73\% {
    margin-top: -73%;
  }
  .mobile\:p-t-73\% {
    padding-top: 73%;
  }
  .mobile\:p-t--73\% {
    padding-top: -73%;
  }
  .mobile\:top-73\% {
    top: 73%;
  }
  .mobile\:top--73\% {
    top: -73%;
  }
  .mobile\:m-b-73\% {
    margin-bottom: 73%;
  }
  .mobile\:m-b--73\% {
    margin-bottom: -73%;
  }
  .mobile\:p-b-73\% {
    padding-bottom: 73%;
  }
  .mobile\:p-b--73\% {
    padding-bottom: -73%;
  }
  .mobile\:bottom-73\% {
    bottom: 73%;
  }
  .mobile\:bottom--73\% {
    bottom: -73%;
  }
  .mobile\:m-l-73\% {
    margin-left: 73%;
  }
  .mobile\:m-l--73\% {
    margin-left: -73%;
  }
  .mobile\:p-l-73\% {
    padding-left: 73%;
  }
  .mobile\:p-l--73\% {
    padding-left: -73%;
  }
  .mobile\:left-73\% {
    left: 73%;
  }
  .mobile\:left--73\% {
    left: -73%;
  }
  .mobile\:m-r-73\% {
    margin-right: 73%;
  }
  .mobile\:m-r--73\% {
    margin-right: -73%;
  }
  .mobile\:p-r-73\% {
    padding-right: 73%;
  }
  .mobile\:p-r--73\% {
    padding-right: -73%;
  }
  .mobile\:right-73\% {
    right: 73%;
  }
  .mobile\:right--73\% {
    right: -73%;
  }
  .mobile\:h-73\% {
    height: 73%;
  }
  .mobile\:w-73\% {
    width: 73%;
  }
  .mobile\:max_h-73\% {
    max-height: 73%;
  }
  .mobile\:max_w-73\% {
    max-width: 73%;
  }
  .mobile\:min_h-73\% {
    min-height: 73%;
  }
  .mobile\:min_w-73\% {
    min-width: 73%;
  }
  .mobile\:h-73vh {
    height: 73vh;
  }
  .mobile\:w-73vw {
    width: 73vw;
  }
  .mobile\:min_w-73vw {
    min-width: 73vw;
  }
  .mobile\:min_h-73vh {
    min-height: 73vh;
  }
  .mobile\:max_w-73vw {
    max-width: 73vw;
  }
  .mobile\:max_h-73vh {
    max-height: 73vh;
  }
  .mobile\:m-t-74\% {
    margin-top: 74%;
  }
  .mobile\:m-t--74\% {
    margin-top: -74%;
  }
  .mobile\:p-t-74\% {
    padding-top: 74%;
  }
  .mobile\:p-t--74\% {
    padding-top: -74%;
  }
  .mobile\:top-74\% {
    top: 74%;
  }
  .mobile\:top--74\% {
    top: -74%;
  }
  .mobile\:m-b-74\% {
    margin-bottom: 74%;
  }
  .mobile\:m-b--74\% {
    margin-bottom: -74%;
  }
  .mobile\:p-b-74\% {
    padding-bottom: 74%;
  }
  .mobile\:p-b--74\% {
    padding-bottom: -74%;
  }
  .mobile\:bottom-74\% {
    bottom: 74%;
  }
  .mobile\:bottom--74\% {
    bottom: -74%;
  }
  .mobile\:m-l-74\% {
    margin-left: 74%;
  }
  .mobile\:m-l--74\% {
    margin-left: -74%;
  }
  .mobile\:p-l-74\% {
    padding-left: 74%;
  }
  .mobile\:p-l--74\% {
    padding-left: -74%;
  }
  .mobile\:left-74\% {
    left: 74%;
  }
  .mobile\:left--74\% {
    left: -74%;
  }
  .mobile\:m-r-74\% {
    margin-right: 74%;
  }
  .mobile\:m-r--74\% {
    margin-right: -74%;
  }
  .mobile\:p-r-74\% {
    padding-right: 74%;
  }
  .mobile\:p-r--74\% {
    padding-right: -74%;
  }
  .mobile\:right-74\% {
    right: 74%;
  }
  .mobile\:right--74\% {
    right: -74%;
  }
  .mobile\:h-74\% {
    height: 74%;
  }
  .mobile\:w-74\% {
    width: 74%;
  }
  .mobile\:max_h-74\% {
    max-height: 74%;
  }
  .mobile\:max_w-74\% {
    max-width: 74%;
  }
  .mobile\:min_h-74\% {
    min-height: 74%;
  }
  .mobile\:min_w-74\% {
    min-width: 74%;
  }
  .mobile\:h-74vh {
    height: 74vh;
  }
  .mobile\:w-74vw {
    width: 74vw;
  }
  .mobile\:min_w-74vw {
    min-width: 74vw;
  }
  .mobile\:min_h-74vh {
    min-height: 74vh;
  }
  .mobile\:max_w-74vw {
    max-width: 74vw;
  }
  .mobile\:max_h-74vh {
    max-height: 74vh;
  }
  .mobile\:m-t-75\% {
    margin-top: 75%;
  }
  .mobile\:m-t--75\% {
    margin-top: -75%;
  }
  .mobile\:p-t-75\% {
    padding-top: 75%;
  }
  .mobile\:p-t--75\% {
    padding-top: -75%;
  }
  .mobile\:top-75\% {
    top: 75%;
  }
  .mobile\:top--75\% {
    top: -75%;
  }
  .mobile\:m-b-75\% {
    margin-bottom: 75%;
  }
  .mobile\:m-b--75\% {
    margin-bottom: -75%;
  }
  .mobile\:p-b-75\% {
    padding-bottom: 75%;
  }
  .mobile\:p-b--75\% {
    padding-bottom: -75%;
  }
  .mobile\:bottom-75\% {
    bottom: 75%;
  }
  .mobile\:bottom--75\% {
    bottom: -75%;
  }
  .mobile\:m-l-75\% {
    margin-left: 75%;
  }
  .mobile\:m-l--75\% {
    margin-left: -75%;
  }
  .mobile\:p-l-75\% {
    padding-left: 75%;
  }
  .mobile\:p-l--75\% {
    padding-left: -75%;
  }
  .mobile\:left-75\% {
    left: 75%;
  }
  .mobile\:left--75\% {
    left: -75%;
  }
  .mobile\:m-r-75\% {
    margin-right: 75%;
  }
  .mobile\:m-r--75\% {
    margin-right: -75%;
  }
  .mobile\:p-r-75\% {
    padding-right: 75%;
  }
  .mobile\:p-r--75\% {
    padding-right: -75%;
  }
  .mobile\:right-75\% {
    right: 75%;
  }
  .mobile\:right--75\% {
    right: -75%;
  }
  .mobile\:h-75\% {
    height: 75%;
  }
  .mobile\:w-75\% {
    width: 75%;
  }
  .mobile\:max_h-75\% {
    max-height: 75%;
  }
  .mobile\:max_w-75\% {
    max-width: 75%;
  }
  .mobile\:min_h-75\% {
    min-height: 75%;
  }
  .mobile\:min_w-75\% {
    min-width: 75%;
  }
  .mobile\:h-75vh {
    height: 75vh;
  }
  .mobile\:w-75vw {
    width: 75vw;
  }
  .mobile\:min_w-75vw {
    min-width: 75vw;
  }
  .mobile\:min_h-75vh {
    min-height: 75vh;
  }
  .mobile\:max_w-75vw {
    max-width: 75vw;
  }
  .mobile\:max_h-75vh {
    max-height: 75vh;
  }
  .mobile\:m-t-76\% {
    margin-top: 76%;
  }
  .mobile\:m-t--76\% {
    margin-top: -76%;
  }
  .mobile\:p-t-76\% {
    padding-top: 76%;
  }
  .mobile\:p-t--76\% {
    padding-top: -76%;
  }
  .mobile\:top-76\% {
    top: 76%;
  }
  .mobile\:top--76\% {
    top: -76%;
  }
  .mobile\:m-b-76\% {
    margin-bottom: 76%;
  }
  .mobile\:m-b--76\% {
    margin-bottom: -76%;
  }
  .mobile\:p-b-76\% {
    padding-bottom: 76%;
  }
  .mobile\:p-b--76\% {
    padding-bottom: -76%;
  }
  .mobile\:bottom-76\% {
    bottom: 76%;
  }
  .mobile\:bottom--76\% {
    bottom: -76%;
  }
  .mobile\:m-l-76\% {
    margin-left: 76%;
  }
  .mobile\:m-l--76\% {
    margin-left: -76%;
  }
  .mobile\:p-l-76\% {
    padding-left: 76%;
  }
  .mobile\:p-l--76\% {
    padding-left: -76%;
  }
  .mobile\:left-76\% {
    left: 76%;
  }
  .mobile\:left--76\% {
    left: -76%;
  }
  .mobile\:m-r-76\% {
    margin-right: 76%;
  }
  .mobile\:m-r--76\% {
    margin-right: -76%;
  }
  .mobile\:p-r-76\% {
    padding-right: 76%;
  }
  .mobile\:p-r--76\% {
    padding-right: -76%;
  }
  .mobile\:right-76\% {
    right: 76%;
  }
  .mobile\:right--76\% {
    right: -76%;
  }
  .mobile\:h-76\% {
    height: 76%;
  }
  .mobile\:w-76\% {
    width: 76%;
  }
  .mobile\:max_h-76\% {
    max-height: 76%;
  }
  .mobile\:max_w-76\% {
    max-width: 76%;
  }
  .mobile\:min_h-76\% {
    min-height: 76%;
  }
  .mobile\:min_w-76\% {
    min-width: 76%;
  }
  .mobile\:h-76vh {
    height: 76vh;
  }
  .mobile\:w-76vw {
    width: 76vw;
  }
  .mobile\:min_w-76vw {
    min-width: 76vw;
  }
  .mobile\:min_h-76vh {
    min-height: 76vh;
  }
  .mobile\:max_w-76vw {
    max-width: 76vw;
  }
  .mobile\:max_h-76vh {
    max-height: 76vh;
  }
  .mobile\:m-t-77\% {
    margin-top: 77%;
  }
  .mobile\:m-t--77\% {
    margin-top: -77%;
  }
  .mobile\:p-t-77\% {
    padding-top: 77%;
  }
  .mobile\:p-t--77\% {
    padding-top: -77%;
  }
  .mobile\:top-77\% {
    top: 77%;
  }
  .mobile\:top--77\% {
    top: -77%;
  }
  .mobile\:m-b-77\% {
    margin-bottom: 77%;
  }
  .mobile\:m-b--77\% {
    margin-bottom: -77%;
  }
  .mobile\:p-b-77\% {
    padding-bottom: 77%;
  }
  .mobile\:p-b--77\% {
    padding-bottom: -77%;
  }
  .mobile\:bottom-77\% {
    bottom: 77%;
  }
  .mobile\:bottom--77\% {
    bottom: -77%;
  }
  .mobile\:m-l-77\% {
    margin-left: 77%;
  }
  .mobile\:m-l--77\% {
    margin-left: -77%;
  }
  .mobile\:p-l-77\% {
    padding-left: 77%;
  }
  .mobile\:p-l--77\% {
    padding-left: -77%;
  }
  .mobile\:left-77\% {
    left: 77%;
  }
  .mobile\:left--77\% {
    left: -77%;
  }
  .mobile\:m-r-77\% {
    margin-right: 77%;
  }
  .mobile\:m-r--77\% {
    margin-right: -77%;
  }
  .mobile\:p-r-77\% {
    padding-right: 77%;
  }
  .mobile\:p-r--77\% {
    padding-right: -77%;
  }
  .mobile\:right-77\% {
    right: 77%;
  }
  .mobile\:right--77\% {
    right: -77%;
  }
  .mobile\:h-77\% {
    height: 77%;
  }
  .mobile\:w-77\% {
    width: 77%;
  }
  .mobile\:max_h-77\% {
    max-height: 77%;
  }
  .mobile\:max_w-77\% {
    max-width: 77%;
  }
  .mobile\:min_h-77\% {
    min-height: 77%;
  }
  .mobile\:min_w-77\% {
    min-width: 77%;
  }
  .mobile\:h-77vh {
    height: 77vh;
  }
  .mobile\:w-77vw {
    width: 77vw;
  }
  .mobile\:min_w-77vw {
    min-width: 77vw;
  }
  .mobile\:min_h-77vh {
    min-height: 77vh;
  }
  .mobile\:max_w-77vw {
    max-width: 77vw;
  }
  .mobile\:max_h-77vh {
    max-height: 77vh;
  }
  .mobile\:m-t-78\% {
    margin-top: 78%;
  }
  .mobile\:m-t--78\% {
    margin-top: -78%;
  }
  .mobile\:p-t-78\% {
    padding-top: 78%;
  }
  .mobile\:p-t--78\% {
    padding-top: -78%;
  }
  .mobile\:top-78\% {
    top: 78%;
  }
  .mobile\:top--78\% {
    top: -78%;
  }
  .mobile\:m-b-78\% {
    margin-bottom: 78%;
  }
  .mobile\:m-b--78\% {
    margin-bottom: -78%;
  }
  .mobile\:p-b-78\% {
    padding-bottom: 78%;
  }
  .mobile\:p-b--78\% {
    padding-bottom: -78%;
  }
  .mobile\:bottom-78\% {
    bottom: 78%;
  }
  .mobile\:bottom--78\% {
    bottom: -78%;
  }
  .mobile\:m-l-78\% {
    margin-left: 78%;
  }
  .mobile\:m-l--78\% {
    margin-left: -78%;
  }
  .mobile\:p-l-78\% {
    padding-left: 78%;
  }
  .mobile\:p-l--78\% {
    padding-left: -78%;
  }
  .mobile\:left-78\% {
    left: 78%;
  }
  .mobile\:left--78\% {
    left: -78%;
  }
  .mobile\:m-r-78\% {
    margin-right: 78%;
  }
  .mobile\:m-r--78\% {
    margin-right: -78%;
  }
  .mobile\:p-r-78\% {
    padding-right: 78%;
  }
  .mobile\:p-r--78\% {
    padding-right: -78%;
  }
  .mobile\:right-78\% {
    right: 78%;
  }
  .mobile\:right--78\% {
    right: -78%;
  }
  .mobile\:h-78\% {
    height: 78%;
  }
  .mobile\:w-78\% {
    width: 78%;
  }
  .mobile\:max_h-78\% {
    max-height: 78%;
  }
  .mobile\:max_w-78\% {
    max-width: 78%;
  }
  .mobile\:min_h-78\% {
    min-height: 78%;
  }
  .mobile\:min_w-78\% {
    min-width: 78%;
  }
  .mobile\:h-78vh {
    height: 78vh;
  }
  .mobile\:w-78vw {
    width: 78vw;
  }
  .mobile\:min_w-78vw {
    min-width: 78vw;
  }
  .mobile\:min_h-78vh {
    min-height: 78vh;
  }
  .mobile\:max_w-78vw {
    max-width: 78vw;
  }
  .mobile\:max_h-78vh {
    max-height: 78vh;
  }
  .mobile\:m-t-79\% {
    margin-top: 79%;
  }
  .mobile\:m-t--79\% {
    margin-top: -79%;
  }
  .mobile\:p-t-79\% {
    padding-top: 79%;
  }
  .mobile\:p-t--79\% {
    padding-top: -79%;
  }
  .mobile\:top-79\% {
    top: 79%;
  }
  .mobile\:top--79\% {
    top: -79%;
  }
  .mobile\:m-b-79\% {
    margin-bottom: 79%;
  }
  .mobile\:m-b--79\% {
    margin-bottom: -79%;
  }
  .mobile\:p-b-79\% {
    padding-bottom: 79%;
  }
  .mobile\:p-b--79\% {
    padding-bottom: -79%;
  }
  .mobile\:bottom-79\% {
    bottom: 79%;
  }
  .mobile\:bottom--79\% {
    bottom: -79%;
  }
  .mobile\:m-l-79\% {
    margin-left: 79%;
  }
  .mobile\:m-l--79\% {
    margin-left: -79%;
  }
  .mobile\:p-l-79\% {
    padding-left: 79%;
  }
  .mobile\:p-l--79\% {
    padding-left: -79%;
  }
  .mobile\:left-79\% {
    left: 79%;
  }
  .mobile\:left--79\% {
    left: -79%;
  }
  .mobile\:m-r-79\% {
    margin-right: 79%;
  }
  .mobile\:m-r--79\% {
    margin-right: -79%;
  }
  .mobile\:p-r-79\% {
    padding-right: 79%;
  }
  .mobile\:p-r--79\% {
    padding-right: -79%;
  }
  .mobile\:right-79\% {
    right: 79%;
  }
  .mobile\:right--79\% {
    right: -79%;
  }
  .mobile\:h-79\% {
    height: 79%;
  }
  .mobile\:w-79\% {
    width: 79%;
  }
  .mobile\:max_h-79\% {
    max-height: 79%;
  }
  .mobile\:max_w-79\% {
    max-width: 79%;
  }
  .mobile\:min_h-79\% {
    min-height: 79%;
  }
  .mobile\:min_w-79\% {
    min-width: 79%;
  }
  .mobile\:h-79vh {
    height: 79vh;
  }
  .mobile\:w-79vw {
    width: 79vw;
  }
  .mobile\:min_w-79vw {
    min-width: 79vw;
  }
  .mobile\:min_h-79vh {
    min-height: 79vh;
  }
  .mobile\:max_w-79vw {
    max-width: 79vw;
  }
  .mobile\:max_h-79vh {
    max-height: 79vh;
  }
  .mobile\:m-t-80\% {
    margin-top: 80%;
  }
  .mobile\:m-t--80\% {
    margin-top: -80%;
  }
  .mobile\:p-t-80\% {
    padding-top: 80%;
  }
  .mobile\:p-t--80\% {
    padding-top: -80%;
  }
  .mobile\:top-80\% {
    top: 80%;
  }
  .mobile\:top--80\% {
    top: -80%;
  }
  .mobile\:m-b-80\% {
    margin-bottom: 80%;
  }
  .mobile\:m-b--80\% {
    margin-bottom: -80%;
  }
  .mobile\:p-b-80\% {
    padding-bottom: 80%;
  }
  .mobile\:p-b--80\% {
    padding-bottom: -80%;
  }
  .mobile\:bottom-80\% {
    bottom: 80%;
  }
  .mobile\:bottom--80\% {
    bottom: -80%;
  }
  .mobile\:m-l-80\% {
    margin-left: 80%;
  }
  .mobile\:m-l--80\% {
    margin-left: -80%;
  }
  .mobile\:p-l-80\% {
    padding-left: 80%;
  }
  .mobile\:p-l--80\% {
    padding-left: -80%;
  }
  .mobile\:left-80\% {
    left: 80%;
  }
  .mobile\:left--80\% {
    left: -80%;
  }
  .mobile\:m-r-80\% {
    margin-right: 80%;
  }
  .mobile\:m-r--80\% {
    margin-right: -80%;
  }
  .mobile\:p-r-80\% {
    padding-right: 80%;
  }
  .mobile\:p-r--80\% {
    padding-right: -80%;
  }
  .mobile\:right-80\% {
    right: 80%;
  }
  .mobile\:right--80\% {
    right: -80%;
  }
  .mobile\:h-80\% {
    height: 80%;
  }
  .mobile\:w-80\% {
    width: 80%;
  }
  .mobile\:max_h-80\% {
    max-height: 80%;
  }
  .mobile\:max_w-80\% {
    max-width: 80%;
  }
  .mobile\:min_h-80\% {
    min-height: 80%;
  }
  .mobile\:min_w-80\% {
    min-width: 80%;
  }
  .mobile\:h-80vh {
    height: 80vh;
  }
  .mobile\:w-80vw {
    width: 80vw;
  }
  .mobile\:min_w-80vw {
    min-width: 80vw;
  }
  .mobile\:min_h-80vh {
    min-height: 80vh;
  }
  .mobile\:max_w-80vw {
    max-width: 80vw;
  }
  .mobile\:max_h-80vh {
    max-height: 80vh;
  }
  .mobile\:m-t-81\% {
    margin-top: 81%;
  }
  .mobile\:m-t--81\% {
    margin-top: -81%;
  }
  .mobile\:p-t-81\% {
    padding-top: 81%;
  }
  .mobile\:p-t--81\% {
    padding-top: -81%;
  }
  .mobile\:top-81\% {
    top: 81%;
  }
  .mobile\:top--81\% {
    top: -81%;
  }
  .mobile\:m-b-81\% {
    margin-bottom: 81%;
  }
  .mobile\:m-b--81\% {
    margin-bottom: -81%;
  }
  .mobile\:p-b-81\% {
    padding-bottom: 81%;
  }
  .mobile\:p-b--81\% {
    padding-bottom: -81%;
  }
  .mobile\:bottom-81\% {
    bottom: 81%;
  }
  .mobile\:bottom--81\% {
    bottom: -81%;
  }
  .mobile\:m-l-81\% {
    margin-left: 81%;
  }
  .mobile\:m-l--81\% {
    margin-left: -81%;
  }
  .mobile\:p-l-81\% {
    padding-left: 81%;
  }
  .mobile\:p-l--81\% {
    padding-left: -81%;
  }
  .mobile\:left-81\% {
    left: 81%;
  }
  .mobile\:left--81\% {
    left: -81%;
  }
  .mobile\:m-r-81\% {
    margin-right: 81%;
  }
  .mobile\:m-r--81\% {
    margin-right: -81%;
  }
  .mobile\:p-r-81\% {
    padding-right: 81%;
  }
  .mobile\:p-r--81\% {
    padding-right: -81%;
  }
  .mobile\:right-81\% {
    right: 81%;
  }
  .mobile\:right--81\% {
    right: -81%;
  }
  .mobile\:h-81\% {
    height: 81%;
  }
  .mobile\:w-81\% {
    width: 81%;
  }
  .mobile\:max_h-81\% {
    max-height: 81%;
  }
  .mobile\:max_w-81\% {
    max-width: 81%;
  }
  .mobile\:min_h-81\% {
    min-height: 81%;
  }
  .mobile\:min_w-81\% {
    min-width: 81%;
  }
  .mobile\:h-81vh {
    height: 81vh;
  }
  .mobile\:w-81vw {
    width: 81vw;
  }
  .mobile\:min_w-81vw {
    min-width: 81vw;
  }
  .mobile\:min_h-81vh {
    min-height: 81vh;
  }
  .mobile\:max_w-81vw {
    max-width: 81vw;
  }
  .mobile\:max_h-81vh {
    max-height: 81vh;
  }
  .mobile\:m-t-82\% {
    margin-top: 82%;
  }
  .mobile\:m-t--82\% {
    margin-top: -82%;
  }
  .mobile\:p-t-82\% {
    padding-top: 82%;
  }
  .mobile\:p-t--82\% {
    padding-top: -82%;
  }
  .mobile\:top-82\% {
    top: 82%;
  }
  .mobile\:top--82\% {
    top: -82%;
  }
  .mobile\:m-b-82\% {
    margin-bottom: 82%;
  }
  .mobile\:m-b--82\% {
    margin-bottom: -82%;
  }
  .mobile\:p-b-82\% {
    padding-bottom: 82%;
  }
  .mobile\:p-b--82\% {
    padding-bottom: -82%;
  }
  .mobile\:bottom-82\% {
    bottom: 82%;
  }
  .mobile\:bottom--82\% {
    bottom: -82%;
  }
  .mobile\:m-l-82\% {
    margin-left: 82%;
  }
  .mobile\:m-l--82\% {
    margin-left: -82%;
  }
  .mobile\:p-l-82\% {
    padding-left: 82%;
  }
  .mobile\:p-l--82\% {
    padding-left: -82%;
  }
  .mobile\:left-82\% {
    left: 82%;
  }
  .mobile\:left--82\% {
    left: -82%;
  }
  .mobile\:m-r-82\% {
    margin-right: 82%;
  }
  .mobile\:m-r--82\% {
    margin-right: -82%;
  }
  .mobile\:p-r-82\% {
    padding-right: 82%;
  }
  .mobile\:p-r--82\% {
    padding-right: -82%;
  }
  .mobile\:right-82\% {
    right: 82%;
  }
  .mobile\:right--82\% {
    right: -82%;
  }
  .mobile\:h-82\% {
    height: 82%;
  }
  .mobile\:w-82\% {
    width: 82%;
  }
  .mobile\:max_h-82\% {
    max-height: 82%;
  }
  .mobile\:max_w-82\% {
    max-width: 82%;
  }
  .mobile\:min_h-82\% {
    min-height: 82%;
  }
  .mobile\:min_w-82\% {
    min-width: 82%;
  }
  .mobile\:h-82vh {
    height: 82vh;
  }
  .mobile\:w-82vw {
    width: 82vw;
  }
  .mobile\:min_w-82vw {
    min-width: 82vw;
  }
  .mobile\:min_h-82vh {
    min-height: 82vh;
  }
  .mobile\:max_w-82vw {
    max-width: 82vw;
  }
  .mobile\:max_h-82vh {
    max-height: 82vh;
  }
  .mobile\:m-t-83\% {
    margin-top: 83%;
  }
  .mobile\:m-t--83\% {
    margin-top: -83%;
  }
  .mobile\:p-t-83\% {
    padding-top: 83%;
  }
  .mobile\:p-t--83\% {
    padding-top: -83%;
  }
  .mobile\:top-83\% {
    top: 83%;
  }
  .mobile\:top--83\% {
    top: -83%;
  }
  .mobile\:m-b-83\% {
    margin-bottom: 83%;
  }
  .mobile\:m-b--83\% {
    margin-bottom: -83%;
  }
  .mobile\:p-b-83\% {
    padding-bottom: 83%;
  }
  .mobile\:p-b--83\% {
    padding-bottom: -83%;
  }
  .mobile\:bottom-83\% {
    bottom: 83%;
  }
  .mobile\:bottom--83\% {
    bottom: -83%;
  }
  .mobile\:m-l-83\% {
    margin-left: 83%;
  }
  .mobile\:m-l--83\% {
    margin-left: -83%;
  }
  .mobile\:p-l-83\% {
    padding-left: 83%;
  }
  .mobile\:p-l--83\% {
    padding-left: -83%;
  }
  .mobile\:left-83\% {
    left: 83%;
  }
  .mobile\:left--83\% {
    left: -83%;
  }
  .mobile\:m-r-83\% {
    margin-right: 83%;
  }
  .mobile\:m-r--83\% {
    margin-right: -83%;
  }
  .mobile\:p-r-83\% {
    padding-right: 83%;
  }
  .mobile\:p-r--83\% {
    padding-right: -83%;
  }
  .mobile\:right-83\% {
    right: 83%;
  }
  .mobile\:right--83\% {
    right: -83%;
  }
  .mobile\:h-83\% {
    height: 83%;
  }
  .mobile\:w-83\% {
    width: 83%;
  }
  .mobile\:max_h-83\% {
    max-height: 83%;
  }
  .mobile\:max_w-83\% {
    max-width: 83%;
  }
  .mobile\:min_h-83\% {
    min-height: 83%;
  }
  .mobile\:min_w-83\% {
    min-width: 83%;
  }
  .mobile\:h-83vh {
    height: 83vh;
  }
  .mobile\:w-83vw {
    width: 83vw;
  }
  .mobile\:min_w-83vw {
    min-width: 83vw;
  }
  .mobile\:min_h-83vh {
    min-height: 83vh;
  }
  .mobile\:max_w-83vw {
    max-width: 83vw;
  }
  .mobile\:max_h-83vh {
    max-height: 83vh;
  }
  .mobile\:m-t-84\% {
    margin-top: 84%;
  }
  .mobile\:m-t--84\% {
    margin-top: -84%;
  }
  .mobile\:p-t-84\% {
    padding-top: 84%;
  }
  .mobile\:p-t--84\% {
    padding-top: -84%;
  }
  .mobile\:top-84\% {
    top: 84%;
  }
  .mobile\:top--84\% {
    top: -84%;
  }
  .mobile\:m-b-84\% {
    margin-bottom: 84%;
  }
  .mobile\:m-b--84\% {
    margin-bottom: -84%;
  }
  .mobile\:p-b-84\% {
    padding-bottom: 84%;
  }
  .mobile\:p-b--84\% {
    padding-bottom: -84%;
  }
  .mobile\:bottom-84\% {
    bottom: 84%;
  }
  .mobile\:bottom--84\% {
    bottom: -84%;
  }
  .mobile\:m-l-84\% {
    margin-left: 84%;
  }
  .mobile\:m-l--84\% {
    margin-left: -84%;
  }
  .mobile\:p-l-84\% {
    padding-left: 84%;
  }
  .mobile\:p-l--84\% {
    padding-left: -84%;
  }
  .mobile\:left-84\% {
    left: 84%;
  }
  .mobile\:left--84\% {
    left: -84%;
  }
  .mobile\:m-r-84\% {
    margin-right: 84%;
  }
  .mobile\:m-r--84\% {
    margin-right: -84%;
  }
  .mobile\:p-r-84\% {
    padding-right: 84%;
  }
  .mobile\:p-r--84\% {
    padding-right: -84%;
  }
  .mobile\:right-84\% {
    right: 84%;
  }
  .mobile\:right--84\% {
    right: -84%;
  }
  .mobile\:h-84\% {
    height: 84%;
  }
  .mobile\:w-84\% {
    width: 84%;
  }
  .mobile\:max_h-84\% {
    max-height: 84%;
  }
  .mobile\:max_w-84\% {
    max-width: 84%;
  }
  .mobile\:min_h-84\% {
    min-height: 84%;
  }
  .mobile\:min_w-84\% {
    min-width: 84%;
  }
  .mobile\:h-84vh {
    height: 84vh;
  }
  .mobile\:w-84vw {
    width: 84vw;
  }
  .mobile\:min_w-84vw {
    min-width: 84vw;
  }
  .mobile\:min_h-84vh {
    min-height: 84vh;
  }
  .mobile\:max_w-84vw {
    max-width: 84vw;
  }
  .mobile\:max_h-84vh {
    max-height: 84vh;
  }
  .mobile\:m-t-85\% {
    margin-top: 85%;
  }
  .mobile\:m-t--85\% {
    margin-top: -85%;
  }
  .mobile\:p-t-85\% {
    padding-top: 85%;
  }
  .mobile\:p-t--85\% {
    padding-top: -85%;
  }
  .mobile\:top-85\% {
    top: 85%;
  }
  .mobile\:top--85\% {
    top: -85%;
  }
  .mobile\:m-b-85\% {
    margin-bottom: 85%;
  }
  .mobile\:m-b--85\% {
    margin-bottom: -85%;
  }
  .mobile\:p-b-85\% {
    padding-bottom: 85%;
  }
  .mobile\:p-b--85\% {
    padding-bottom: -85%;
  }
  .mobile\:bottom-85\% {
    bottom: 85%;
  }
  .mobile\:bottom--85\% {
    bottom: -85%;
  }
  .mobile\:m-l-85\% {
    margin-left: 85%;
  }
  .mobile\:m-l--85\% {
    margin-left: -85%;
  }
  .mobile\:p-l-85\% {
    padding-left: 85%;
  }
  .mobile\:p-l--85\% {
    padding-left: -85%;
  }
  .mobile\:left-85\% {
    left: 85%;
  }
  .mobile\:left--85\% {
    left: -85%;
  }
  .mobile\:m-r-85\% {
    margin-right: 85%;
  }
  .mobile\:m-r--85\% {
    margin-right: -85%;
  }
  .mobile\:p-r-85\% {
    padding-right: 85%;
  }
  .mobile\:p-r--85\% {
    padding-right: -85%;
  }
  .mobile\:right-85\% {
    right: 85%;
  }
  .mobile\:right--85\% {
    right: -85%;
  }
  .mobile\:h-85\% {
    height: 85%;
  }
  .mobile\:w-85\% {
    width: 85%;
  }
  .mobile\:max_h-85\% {
    max-height: 85%;
  }
  .mobile\:max_w-85\% {
    max-width: 85%;
  }
  .mobile\:min_h-85\% {
    min-height: 85%;
  }
  .mobile\:min_w-85\% {
    min-width: 85%;
  }
  .mobile\:h-85vh {
    height: 85vh;
  }
  .mobile\:w-85vw {
    width: 85vw;
  }
  .mobile\:min_w-85vw {
    min-width: 85vw;
  }
  .mobile\:min_h-85vh {
    min-height: 85vh;
  }
  .mobile\:max_w-85vw {
    max-width: 85vw;
  }
  .mobile\:max_h-85vh {
    max-height: 85vh;
  }
  .mobile\:m-t-86\% {
    margin-top: 86%;
  }
  .mobile\:m-t--86\% {
    margin-top: -86%;
  }
  .mobile\:p-t-86\% {
    padding-top: 86%;
  }
  .mobile\:p-t--86\% {
    padding-top: -86%;
  }
  .mobile\:top-86\% {
    top: 86%;
  }
  .mobile\:top--86\% {
    top: -86%;
  }
  .mobile\:m-b-86\% {
    margin-bottom: 86%;
  }
  .mobile\:m-b--86\% {
    margin-bottom: -86%;
  }
  .mobile\:p-b-86\% {
    padding-bottom: 86%;
  }
  .mobile\:p-b--86\% {
    padding-bottom: -86%;
  }
  .mobile\:bottom-86\% {
    bottom: 86%;
  }
  .mobile\:bottom--86\% {
    bottom: -86%;
  }
  .mobile\:m-l-86\% {
    margin-left: 86%;
  }
  .mobile\:m-l--86\% {
    margin-left: -86%;
  }
  .mobile\:p-l-86\% {
    padding-left: 86%;
  }
  .mobile\:p-l--86\% {
    padding-left: -86%;
  }
  .mobile\:left-86\% {
    left: 86%;
  }
  .mobile\:left--86\% {
    left: -86%;
  }
  .mobile\:m-r-86\% {
    margin-right: 86%;
  }
  .mobile\:m-r--86\% {
    margin-right: -86%;
  }
  .mobile\:p-r-86\% {
    padding-right: 86%;
  }
  .mobile\:p-r--86\% {
    padding-right: -86%;
  }
  .mobile\:right-86\% {
    right: 86%;
  }
  .mobile\:right--86\% {
    right: -86%;
  }
  .mobile\:h-86\% {
    height: 86%;
  }
  .mobile\:w-86\% {
    width: 86%;
  }
  .mobile\:max_h-86\% {
    max-height: 86%;
  }
  .mobile\:max_w-86\% {
    max-width: 86%;
  }
  .mobile\:min_h-86\% {
    min-height: 86%;
  }
  .mobile\:min_w-86\% {
    min-width: 86%;
  }
  .mobile\:h-86vh {
    height: 86vh;
  }
  .mobile\:w-86vw {
    width: 86vw;
  }
  .mobile\:min_w-86vw {
    min-width: 86vw;
  }
  .mobile\:min_h-86vh {
    min-height: 86vh;
  }
  .mobile\:max_w-86vw {
    max-width: 86vw;
  }
  .mobile\:max_h-86vh {
    max-height: 86vh;
  }
  .mobile\:m-t-87\% {
    margin-top: 87%;
  }
  .mobile\:m-t--87\% {
    margin-top: -87%;
  }
  .mobile\:p-t-87\% {
    padding-top: 87%;
  }
  .mobile\:p-t--87\% {
    padding-top: -87%;
  }
  .mobile\:top-87\% {
    top: 87%;
  }
  .mobile\:top--87\% {
    top: -87%;
  }
  .mobile\:m-b-87\% {
    margin-bottom: 87%;
  }
  .mobile\:m-b--87\% {
    margin-bottom: -87%;
  }
  .mobile\:p-b-87\% {
    padding-bottom: 87%;
  }
  .mobile\:p-b--87\% {
    padding-bottom: -87%;
  }
  .mobile\:bottom-87\% {
    bottom: 87%;
  }
  .mobile\:bottom--87\% {
    bottom: -87%;
  }
  .mobile\:m-l-87\% {
    margin-left: 87%;
  }
  .mobile\:m-l--87\% {
    margin-left: -87%;
  }
  .mobile\:p-l-87\% {
    padding-left: 87%;
  }
  .mobile\:p-l--87\% {
    padding-left: -87%;
  }
  .mobile\:left-87\% {
    left: 87%;
  }
  .mobile\:left--87\% {
    left: -87%;
  }
  .mobile\:m-r-87\% {
    margin-right: 87%;
  }
  .mobile\:m-r--87\% {
    margin-right: -87%;
  }
  .mobile\:p-r-87\% {
    padding-right: 87%;
  }
  .mobile\:p-r--87\% {
    padding-right: -87%;
  }
  .mobile\:right-87\% {
    right: 87%;
  }
  .mobile\:right--87\% {
    right: -87%;
  }
  .mobile\:h-87\% {
    height: 87%;
  }
  .mobile\:w-87\% {
    width: 87%;
  }
  .mobile\:max_h-87\% {
    max-height: 87%;
  }
  .mobile\:max_w-87\% {
    max-width: 87%;
  }
  .mobile\:min_h-87\% {
    min-height: 87%;
  }
  .mobile\:min_w-87\% {
    min-width: 87%;
  }
  .mobile\:h-87vh {
    height: 87vh;
  }
  .mobile\:w-87vw {
    width: 87vw;
  }
  .mobile\:min_w-87vw {
    min-width: 87vw;
  }
  .mobile\:min_h-87vh {
    min-height: 87vh;
  }
  .mobile\:max_w-87vw {
    max-width: 87vw;
  }
  .mobile\:max_h-87vh {
    max-height: 87vh;
  }
  .mobile\:m-t-88\% {
    margin-top: 88%;
  }
  .mobile\:m-t--88\% {
    margin-top: -88%;
  }
  .mobile\:p-t-88\% {
    padding-top: 88%;
  }
  .mobile\:p-t--88\% {
    padding-top: -88%;
  }
  .mobile\:top-88\% {
    top: 88%;
  }
  .mobile\:top--88\% {
    top: -88%;
  }
  .mobile\:m-b-88\% {
    margin-bottom: 88%;
  }
  .mobile\:m-b--88\% {
    margin-bottom: -88%;
  }
  .mobile\:p-b-88\% {
    padding-bottom: 88%;
  }
  .mobile\:p-b--88\% {
    padding-bottom: -88%;
  }
  .mobile\:bottom-88\% {
    bottom: 88%;
  }
  .mobile\:bottom--88\% {
    bottom: -88%;
  }
  .mobile\:m-l-88\% {
    margin-left: 88%;
  }
  .mobile\:m-l--88\% {
    margin-left: -88%;
  }
  .mobile\:p-l-88\% {
    padding-left: 88%;
  }
  .mobile\:p-l--88\% {
    padding-left: -88%;
  }
  .mobile\:left-88\% {
    left: 88%;
  }
  .mobile\:left--88\% {
    left: -88%;
  }
  .mobile\:m-r-88\% {
    margin-right: 88%;
  }
  .mobile\:m-r--88\% {
    margin-right: -88%;
  }
  .mobile\:p-r-88\% {
    padding-right: 88%;
  }
  .mobile\:p-r--88\% {
    padding-right: -88%;
  }
  .mobile\:right-88\% {
    right: 88%;
  }
  .mobile\:right--88\% {
    right: -88%;
  }
  .mobile\:h-88\% {
    height: 88%;
  }
  .mobile\:w-88\% {
    width: 88%;
  }
  .mobile\:max_h-88\% {
    max-height: 88%;
  }
  .mobile\:max_w-88\% {
    max-width: 88%;
  }
  .mobile\:min_h-88\% {
    min-height: 88%;
  }
  .mobile\:min_w-88\% {
    min-width: 88%;
  }
  .mobile\:h-88vh {
    height: 88vh;
  }
  .mobile\:w-88vw {
    width: 88vw;
  }
  .mobile\:min_w-88vw {
    min-width: 88vw;
  }
  .mobile\:min_h-88vh {
    min-height: 88vh;
  }
  .mobile\:max_w-88vw {
    max-width: 88vw;
  }
  .mobile\:max_h-88vh {
    max-height: 88vh;
  }
  .mobile\:m-t-89\% {
    margin-top: 89%;
  }
  .mobile\:m-t--89\% {
    margin-top: -89%;
  }
  .mobile\:p-t-89\% {
    padding-top: 89%;
  }
  .mobile\:p-t--89\% {
    padding-top: -89%;
  }
  .mobile\:top-89\% {
    top: 89%;
  }
  .mobile\:top--89\% {
    top: -89%;
  }
  .mobile\:m-b-89\% {
    margin-bottom: 89%;
  }
  .mobile\:m-b--89\% {
    margin-bottom: -89%;
  }
  .mobile\:p-b-89\% {
    padding-bottom: 89%;
  }
  .mobile\:p-b--89\% {
    padding-bottom: -89%;
  }
  .mobile\:bottom-89\% {
    bottom: 89%;
  }
  .mobile\:bottom--89\% {
    bottom: -89%;
  }
  .mobile\:m-l-89\% {
    margin-left: 89%;
  }
  .mobile\:m-l--89\% {
    margin-left: -89%;
  }
  .mobile\:p-l-89\% {
    padding-left: 89%;
  }
  .mobile\:p-l--89\% {
    padding-left: -89%;
  }
  .mobile\:left-89\% {
    left: 89%;
  }
  .mobile\:left--89\% {
    left: -89%;
  }
  .mobile\:m-r-89\% {
    margin-right: 89%;
  }
  .mobile\:m-r--89\% {
    margin-right: -89%;
  }
  .mobile\:p-r-89\% {
    padding-right: 89%;
  }
  .mobile\:p-r--89\% {
    padding-right: -89%;
  }
  .mobile\:right-89\% {
    right: 89%;
  }
  .mobile\:right--89\% {
    right: -89%;
  }
  .mobile\:h-89\% {
    height: 89%;
  }
  .mobile\:w-89\% {
    width: 89%;
  }
  .mobile\:max_h-89\% {
    max-height: 89%;
  }
  .mobile\:max_w-89\% {
    max-width: 89%;
  }
  .mobile\:min_h-89\% {
    min-height: 89%;
  }
  .mobile\:min_w-89\% {
    min-width: 89%;
  }
  .mobile\:h-89vh {
    height: 89vh;
  }
  .mobile\:w-89vw {
    width: 89vw;
  }
  .mobile\:min_w-89vw {
    min-width: 89vw;
  }
  .mobile\:min_h-89vh {
    min-height: 89vh;
  }
  .mobile\:max_w-89vw {
    max-width: 89vw;
  }
  .mobile\:max_h-89vh {
    max-height: 89vh;
  }
  .mobile\:m-t-90\% {
    margin-top: 90%;
  }
  .mobile\:m-t--90\% {
    margin-top: -90%;
  }
  .mobile\:p-t-90\% {
    padding-top: 90%;
  }
  .mobile\:p-t--90\% {
    padding-top: -90%;
  }
  .mobile\:top-90\% {
    top: 90%;
  }
  .mobile\:top--90\% {
    top: -90%;
  }
  .mobile\:m-b-90\% {
    margin-bottom: 90%;
  }
  .mobile\:m-b--90\% {
    margin-bottom: -90%;
  }
  .mobile\:p-b-90\% {
    padding-bottom: 90%;
  }
  .mobile\:p-b--90\% {
    padding-bottom: -90%;
  }
  .mobile\:bottom-90\% {
    bottom: 90%;
  }
  .mobile\:bottom--90\% {
    bottom: -90%;
  }
  .mobile\:m-l-90\% {
    margin-left: 90%;
  }
  .mobile\:m-l--90\% {
    margin-left: -90%;
  }
  .mobile\:p-l-90\% {
    padding-left: 90%;
  }
  .mobile\:p-l--90\% {
    padding-left: -90%;
  }
  .mobile\:left-90\% {
    left: 90%;
  }
  .mobile\:left--90\% {
    left: -90%;
  }
  .mobile\:m-r-90\% {
    margin-right: 90%;
  }
  .mobile\:m-r--90\% {
    margin-right: -90%;
  }
  .mobile\:p-r-90\% {
    padding-right: 90%;
  }
  .mobile\:p-r--90\% {
    padding-right: -90%;
  }
  .mobile\:right-90\% {
    right: 90%;
  }
  .mobile\:right--90\% {
    right: -90%;
  }
  .mobile\:h-90\% {
    height: 90%;
  }
  .mobile\:w-90\% {
    width: 90%;
  }
  .mobile\:max_h-90\% {
    max-height: 90%;
  }
  .mobile\:max_w-90\% {
    max-width: 90%;
  }
  .mobile\:min_h-90\% {
    min-height: 90%;
  }
  .mobile\:min_w-90\% {
    min-width: 90%;
  }
  .mobile\:h-90vh {
    height: 90vh;
  }
  .mobile\:w-90vw {
    width: 90vw;
  }
  .mobile\:min_w-90vw {
    min-width: 90vw;
  }
  .mobile\:min_h-90vh {
    min-height: 90vh;
  }
  .mobile\:max_w-90vw {
    max-width: 90vw;
  }
  .mobile\:max_h-90vh {
    max-height: 90vh;
  }
  .mobile\:m-t-91\% {
    margin-top: 91%;
  }
  .mobile\:m-t--91\% {
    margin-top: -91%;
  }
  .mobile\:p-t-91\% {
    padding-top: 91%;
  }
  .mobile\:p-t--91\% {
    padding-top: -91%;
  }
  .mobile\:top-91\% {
    top: 91%;
  }
  .mobile\:top--91\% {
    top: -91%;
  }
  .mobile\:m-b-91\% {
    margin-bottom: 91%;
  }
  .mobile\:m-b--91\% {
    margin-bottom: -91%;
  }
  .mobile\:p-b-91\% {
    padding-bottom: 91%;
  }
  .mobile\:p-b--91\% {
    padding-bottom: -91%;
  }
  .mobile\:bottom-91\% {
    bottom: 91%;
  }
  .mobile\:bottom--91\% {
    bottom: -91%;
  }
  .mobile\:m-l-91\% {
    margin-left: 91%;
  }
  .mobile\:m-l--91\% {
    margin-left: -91%;
  }
  .mobile\:p-l-91\% {
    padding-left: 91%;
  }
  .mobile\:p-l--91\% {
    padding-left: -91%;
  }
  .mobile\:left-91\% {
    left: 91%;
  }
  .mobile\:left--91\% {
    left: -91%;
  }
  .mobile\:m-r-91\% {
    margin-right: 91%;
  }
  .mobile\:m-r--91\% {
    margin-right: -91%;
  }
  .mobile\:p-r-91\% {
    padding-right: 91%;
  }
  .mobile\:p-r--91\% {
    padding-right: -91%;
  }
  .mobile\:right-91\% {
    right: 91%;
  }
  .mobile\:right--91\% {
    right: -91%;
  }
  .mobile\:h-91\% {
    height: 91%;
  }
  .mobile\:w-91\% {
    width: 91%;
  }
  .mobile\:max_h-91\% {
    max-height: 91%;
  }
  .mobile\:max_w-91\% {
    max-width: 91%;
  }
  .mobile\:min_h-91\% {
    min-height: 91%;
  }
  .mobile\:min_w-91\% {
    min-width: 91%;
  }
  .mobile\:h-91vh {
    height: 91vh;
  }
  .mobile\:w-91vw {
    width: 91vw;
  }
  .mobile\:min_w-91vw {
    min-width: 91vw;
  }
  .mobile\:min_h-91vh {
    min-height: 91vh;
  }
  .mobile\:max_w-91vw {
    max-width: 91vw;
  }
  .mobile\:max_h-91vh {
    max-height: 91vh;
  }
  .mobile\:m-t-92\% {
    margin-top: 92%;
  }
  .mobile\:m-t--92\% {
    margin-top: -92%;
  }
  .mobile\:p-t-92\% {
    padding-top: 92%;
  }
  .mobile\:p-t--92\% {
    padding-top: -92%;
  }
  .mobile\:top-92\% {
    top: 92%;
  }
  .mobile\:top--92\% {
    top: -92%;
  }
  .mobile\:m-b-92\% {
    margin-bottom: 92%;
  }
  .mobile\:m-b--92\% {
    margin-bottom: -92%;
  }
  .mobile\:p-b-92\% {
    padding-bottom: 92%;
  }
  .mobile\:p-b--92\% {
    padding-bottom: -92%;
  }
  .mobile\:bottom-92\% {
    bottom: 92%;
  }
  .mobile\:bottom--92\% {
    bottom: -92%;
  }
  .mobile\:m-l-92\% {
    margin-left: 92%;
  }
  .mobile\:m-l--92\% {
    margin-left: -92%;
  }
  .mobile\:p-l-92\% {
    padding-left: 92%;
  }
  .mobile\:p-l--92\% {
    padding-left: -92%;
  }
  .mobile\:left-92\% {
    left: 92%;
  }
  .mobile\:left--92\% {
    left: -92%;
  }
  .mobile\:m-r-92\% {
    margin-right: 92%;
  }
  .mobile\:m-r--92\% {
    margin-right: -92%;
  }
  .mobile\:p-r-92\% {
    padding-right: 92%;
  }
  .mobile\:p-r--92\% {
    padding-right: -92%;
  }
  .mobile\:right-92\% {
    right: 92%;
  }
  .mobile\:right--92\% {
    right: -92%;
  }
  .mobile\:h-92\% {
    height: 92%;
  }
  .mobile\:w-92\% {
    width: 92%;
  }
  .mobile\:max_h-92\% {
    max-height: 92%;
  }
  .mobile\:max_w-92\% {
    max-width: 92%;
  }
  .mobile\:min_h-92\% {
    min-height: 92%;
  }
  .mobile\:min_w-92\% {
    min-width: 92%;
  }
  .mobile\:h-92vh {
    height: 92vh;
  }
  .mobile\:w-92vw {
    width: 92vw;
  }
  .mobile\:min_w-92vw {
    min-width: 92vw;
  }
  .mobile\:min_h-92vh {
    min-height: 92vh;
  }
  .mobile\:max_w-92vw {
    max-width: 92vw;
  }
  .mobile\:max_h-92vh {
    max-height: 92vh;
  }
  .mobile\:m-t-93\% {
    margin-top: 93%;
  }
  .mobile\:m-t--93\% {
    margin-top: -93%;
  }
  .mobile\:p-t-93\% {
    padding-top: 93%;
  }
  .mobile\:p-t--93\% {
    padding-top: -93%;
  }
  .mobile\:top-93\% {
    top: 93%;
  }
  .mobile\:top--93\% {
    top: -93%;
  }
  .mobile\:m-b-93\% {
    margin-bottom: 93%;
  }
  .mobile\:m-b--93\% {
    margin-bottom: -93%;
  }
  .mobile\:p-b-93\% {
    padding-bottom: 93%;
  }
  .mobile\:p-b--93\% {
    padding-bottom: -93%;
  }
  .mobile\:bottom-93\% {
    bottom: 93%;
  }
  .mobile\:bottom--93\% {
    bottom: -93%;
  }
  .mobile\:m-l-93\% {
    margin-left: 93%;
  }
  .mobile\:m-l--93\% {
    margin-left: -93%;
  }
  .mobile\:p-l-93\% {
    padding-left: 93%;
  }
  .mobile\:p-l--93\% {
    padding-left: -93%;
  }
  .mobile\:left-93\% {
    left: 93%;
  }
  .mobile\:left--93\% {
    left: -93%;
  }
  .mobile\:m-r-93\% {
    margin-right: 93%;
  }
  .mobile\:m-r--93\% {
    margin-right: -93%;
  }
  .mobile\:p-r-93\% {
    padding-right: 93%;
  }
  .mobile\:p-r--93\% {
    padding-right: -93%;
  }
  .mobile\:right-93\% {
    right: 93%;
  }
  .mobile\:right--93\% {
    right: -93%;
  }
  .mobile\:h-93\% {
    height: 93%;
  }
  .mobile\:w-93\% {
    width: 93%;
  }
  .mobile\:max_h-93\% {
    max-height: 93%;
  }
  .mobile\:max_w-93\% {
    max-width: 93%;
  }
  .mobile\:min_h-93\% {
    min-height: 93%;
  }
  .mobile\:min_w-93\% {
    min-width: 93%;
  }
  .mobile\:h-93vh {
    height: 93vh;
  }
  .mobile\:w-93vw {
    width: 93vw;
  }
  .mobile\:min_w-93vw {
    min-width: 93vw;
  }
  .mobile\:min_h-93vh {
    min-height: 93vh;
  }
  .mobile\:max_w-93vw {
    max-width: 93vw;
  }
  .mobile\:max_h-93vh {
    max-height: 93vh;
  }
  .mobile\:m-t-94\% {
    margin-top: 94%;
  }
  .mobile\:m-t--94\% {
    margin-top: -94%;
  }
  .mobile\:p-t-94\% {
    padding-top: 94%;
  }
  .mobile\:p-t--94\% {
    padding-top: -94%;
  }
  .mobile\:top-94\% {
    top: 94%;
  }
  .mobile\:top--94\% {
    top: -94%;
  }
  .mobile\:m-b-94\% {
    margin-bottom: 94%;
  }
  .mobile\:m-b--94\% {
    margin-bottom: -94%;
  }
  .mobile\:p-b-94\% {
    padding-bottom: 94%;
  }
  .mobile\:p-b--94\% {
    padding-bottom: -94%;
  }
  .mobile\:bottom-94\% {
    bottom: 94%;
  }
  .mobile\:bottom--94\% {
    bottom: -94%;
  }
  .mobile\:m-l-94\% {
    margin-left: 94%;
  }
  .mobile\:m-l--94\% {
    margin-left: -94%;
  }
  .mobile\:p-l-94\% {
    padding-left: 94%;
  }
  .mobile\:p-l--94\% {
    padding-left: -94%;
  }
  .mobile\:left-94\% {
    left: 94%;
  }
  .mobile\:left--94\% {
    left: -94%;
  }
  .mobile\:m-r-94\% {
    margin-right: 94%;
  }
  .mobile\:m-r--94\% {
    margin-right: -94%;
  }
  .mobile\:p-r-94\% {
    padding-right: 94%;
  }
  .mobile\:p-r--94\% {
    padding-right: -94%;
  }
  .mobile\:right-94\% {
    right: 94%;
  }
  .mobile\:right--94\% {
    right: -94%;
  }
  .mobile\:h-94\% {
    height: 94%;
  }
  .mobile\:w-94\% {
    width: 94%;
  }
  .mobile\:max_h-94\% {
    max-height: 94%;
  }
  .mobile\:max_w-94\% {
    max-width: 94%;
  }
  .mobile\:min_h-94\% {
    min-height: 94%;
  }
  .mobile\:min_w-94\% {
    min-width: 94%;
  }
  .mobile\:h-94vh {
    height: 94vh;
  }
  .mobile\:w-94vw {
    width: 94vw;
  }
  .mobile\:min_w-94vw {
    min-width: 94vw;
  }
  .mobile\:min_h-94vh {
    min-height: 94vh;
  }
  .mobile\:max_w-94vw {
    max-width: 94vw;
  }
  .mobile\:max_h-94vh {
    max-height: 94vh;
  }
  .mobile\:m-t-95\% {
    margin-top: 95%;
  }
  .mobile\:m-t--95\% {
    margin-top: -95%;
  }
  .mobile\:p-t-95\% {
    padding-top: 95%;
  }
  .mobile\:p-t--95\% {
    padding-top: -95%;
  }
  .mobile\:top-95\% {
    top: 95%;
  }
  .mobile\:top--95\% {
    top: -95%;
  }
  .mobile\:m-b-95\% {
    margin-bottom: 95%;
  }
  .mobile\:m-b--95\% {
    margin-bottom: -95%;
  }
  .mobile\:p-b-95\% {
    padding-bottom: 95%;
  }
  .mobile\:p-b--95\% {
    padding-bottom: -95%;
  }
  .mobile\:bottom-95\% {
    bottom: 95%;
  }
  .mobile\:bottom--95\% {
    bottom: -95%;
  }
  .mobile\:m-l-95\% {
    margin-left: 95%;
  }
  .mobile\:m-l--95\% {
    margin-left: -95%;
  }
  .mobile\:p-l-95\% {
    padding-left: 95%;
  }
  .mobile\:p-l--95\% {
    padding-left: -95%;
  }
  .mobile\:left-95\% {
    left: 95%;
  }
  .mobile\:left--95\% {
    left: -95%;
  }
  .mobile\:m-r-95\% {
    margin-right: 95%;
  }
  .mobile\:m-r--95\% {
    margin-right: -95%;
  }
  .mobile\:p-r-95\% {
    padding-right: 95%;
  }
  .mobile\:p-r--95\% {
    padding-right: -95%;
  }
  .mobile\:right-95\% {
    right: 95%;
  }
  .mobile\:right--95\% {
    right: -95%;
  }
  .mobile\:h-95\% {
    height: 95%;
  }
  .mobile\:w-95\% {
    width: 95%;
  }
  .mobile\:max_h-95\% {
    max-height: 95%;
  }
  .mobile\:max_w-95\% {
    max-width: 95%;
  }
  .mobile\:min_h-95\% {
    min-height: 95%;
  }
  .mobile\:min_w-95\% {
    min-width: 95%;
  }
  .mobile\:h-95vh {
    height: 95vh;
  }
  .mobile\:w-95vw {
    width: 95vw;
  }
  .mobile\:min_w-95vw {
    min-width: 95vw;
  }
  .mobile\:min_h-95vh {
    min-height: 95vh;
  }
  .mobile\:max_w-95vw {
    max-width: 95vw;
  }
  .mobile\:max_h-95vh {
    max-height: 95vh;
  }
  .mobile\:m-t-96\% {
    margin-top: 96%;
  }
  .mobile\:m-t--96\% {
    margin-top: -96%;
  }
  .mobile\:p-t-96\% {
    padding-top: 96%;
  }
  .mobile\:p-t--96\% {
    padding-top: -96%;
  }
  .mobile\:top-96\% {
    top: 96%;
  }
  .mobile\:top--96\% {
    top: -96%;
  }
  .mobile\:m-b-96\% {
    margin-bottom: 96%;
  }
  .mobile\:m-b--96\% {
    margin-bottom: -96%;
  }
  .mobile\:p-b-96\% {
    padding-bottom: 96%;
  }
  .mobile\:p-b--96\% {
    padding-bottom: -96%;
  }
  .mobile\:bottom-96\% {
    bottom: 96%;
  }
  .mobile\:bottom--96\% {
    bottom: -96%;
  }
  .mobile\:m-l-96\% {
    margin-left: 96%;
  }
  .mobile\:m-l--96\% {
    margin-left: -96%;
  }
  .mobile\:p-l-96\% {
    padding-left: 96%;
  }
  .mobile\:p-l--96\% {
    padding-left: -96%;
  }
  .mobile\:left-96\% {
    left: 96%;
  }
  .mobile\:left--96\% {
    left: -96%;
  }
  .mobile\:m-r-96\% {
    margin-right: 96%;
  }
  .mobile\:m-r--96\% {
    margin-right: -96%;
  }
  .mobile\:p-r-96\% {
    padding-right: 96%;
  }
  .mobile\:p-r--96\% {
    padding-right: -96%;
  }
  .mobile\:right-96\% {
    right: 96%;
  }
  .mobile\:right--96\% {
    right: -96%;
  }
  .mobile\:h-96\% {
    height: 96%;
  }
  .mobile\:w-96\% {
    width: 96%;
  }
  .mobile\:max_h-96\% {
    max-height: 96%;
  }
  .mobile\:max_w-96\% {
    max-width: 96%;
  }
  .mobile\:min_h-96\% {
    min-height: 96%;
  }
  .mobile\:min_w-96\% {
    min-width: 96%;
  }
  .mobile\:h-96vh {
    height: 96vh;
  }
  .mobile\:w-96vw {
    width: 96vw;
  }
  .mobile\:min_w-96vw {
    min-width: 96vw;
  }
  .mobile\:min_h-96vh {
    min-height: 96vh;
  }
  .mobile\:max_w-96vw {
    max-width: 96vw;
  }
  .mobile\:max_h-96vh {
    max-height: 96vh;
  }
  .mobile\:m-t-97\% {
    margin-top: 97%;
  }
  .mobile\:m-t--97\% {
    margin-top: -97%;
  }
  .mobile\:p-t-97\% {
    padding-top: 97%;
  }
  .mobile\:p-t--97\% {
    padding-top: -97%;
  }
  .mobile\:top-97\% {
    top: 97%;
  }
  .mobile\:top--97\% {
    top: -97%;
  }
  .mobile\:m-b-97\% {
    margin-bottom: 97%;
  }
  .mobile\:m-b--97\% {
    margin-bottom: -97%;
  }
  .mobile\:p-b-97\% {
    padding-bottom: 97%;
  }
  .mobile\:p-b--97\% {
    padding-bottom: -97%;
  }
  .mobile\:bottom-97\% {
    bottom: 97%;
  }
  .mobile\:bottom--97\% {
    bottom: -97%;
  }
  .mobile\:m-l-97\% {
    margin-left: 97%;
  }
  .mobile\:m-l--97\% {
    margin-left: -97%;
  }
  .mobile\:p-l-97\% {
    padding-left: 97%;
  }
  .mobile\:p-l--97\% {
    padding-left: -97%;
  }
  .mobile\:left-97\% {
    left: 97%;
  }
  .mobile\:left--97\% {
    left: -97%;
  }
  .mobile\:m-r-97\% {
    margin-right: 97%;
  }
  .mobile\:m-r--97\% {
    margin-right: -97%;
  }
  .mobile\:p-r-97\% {
    padding-right: 97%;
  }
  .mobile\:p-r--97\% {
    padding-right: -97%;
  }
  .mobile\:right-97\% {
    right: 97%;
  }
  .mobile\:right--97\% {
    right: -97%;
  }
  .mobile\:h-97\% {
    height: 97%;
  }
  .mobile\:w-97\% {
    width: 97%;
  }
  .mobile\:max_h-97\% {
    max-height: 97%;
  }
  .mobile\:max_w-97\% {
    max-width: 97%;
  }
  .mobile\:min_h-97\% {
    min-height: 97%;
  }
  .mobile\:min_w-97\% {
    min-width: 97%;
  }
  .mobile\:h-97vh {
    height: 97vh;
  }
  .mobile\:w-97vw {
    width: 97vw;
  }
  .mobile\:min_w-97vw {
    min-width: 97vw;
  }
  .mobile\:min_h-97vh {
    min-height: 97vh;
  }
  .mobile\:max_w-97vw {
    max-width: 97vw;
  }
  .mobile\:max_h-97vh {
    max-height: 97vh;
  }
  .mobile\:m-t-98\% {
    margin-top: 98%;
  }
  .mobile\:m-t--98\% {
    margin-top: -98%;
  }
  .mobile\:p-t-98\% {
    padding-top: 98%;
  }
  .mobile\:p-t--98\% {
    padding-top: -98%;
  }
  .mobile\:top-98\% {
    top: 98%;
  }
  .mobile\:top--98\% {
    top: -98%;
  }
  .mobile\:m-b-98\% {
    margin-bottom: 98%;
  }
  .mobile\:m-b--98\% {
    margin-bottom: -98%;
  }
  .mobile\:p-b-98\% {
    padding-bottom: 98%;
  }
  .mobile\:p-b--98\% {
    padding-bottom: -98%;
  }
  .mobile\:bottom-98\% {
    bottom: 98%;
  }
  .mobile\:bottom--98\% {
    bottom: -98%;
  }
  .mobile\:m-l-98\% {
    margin-left: 98%;
  }
  .mobile\:m-l--98\% {
    margin-left: -98%;
  }
  .mobile\:p-l-98\% {
    padding-left: 98%;
  }
  .mobile\:p-l--98\% {
    padding-left: -98%;
  }
  .mobile\:left-98\% {
    left: 98%;
  }
  .mobile\:left--98\% {
    left: -98%;
  }
  .mobile\:m-r-98\% {
    margin-right: 98%;
  }
  .mobile\:m-r--98\% {
    margin-right: -98%;
  }
  .mobile\:p-r-98\% {
    padding-right: 98%;
  }
  .mobile\:p-r--98\% {
    padding-right: -98%;
  }
  .mobile\:right-98\% {
    right: 98%;
  }
  .mobile\:right--98\% {
    right: -98%;
  }
  .mobile\:h-98\% {
    height: 98%;
  }
  .mobile\:w-98\% {
    width: 98%;
  }
  .mobile\:max_h-98\% {
    max-height: 98%;
  }
  .mobile\:max_w-98\% {
    max-width: 98%;
  }
  .mobile\:min_h-98\% {
    min-height: 98%;
  }
  .mobile\:min_w-98\% {
    min-width: 98%;
  }
  .mobile\:h-98vh {
    height: 98vh;
  }
  .mobile\:w-98vw {
    width: 98vw;
  }
  .mobile\:min_w-98vw {
    min-width: 98vw;
  }
  .mobile\:min_h-98vh {
    min-height: 98vh;
  }
  .mobile\:max_w-98vw {
    max-width: 98vw;
  }
  .mobile\:max_h-98vh {
    max-height: 98vh;
  }
  .mobile\:m-t-99\% {
    margin-top: 99%;
  }
  .mobile\:m-t--99\% {
    margin-top: -99%;
  }
  .mobile\:p-t-99\% {
    padding-top: 99%;
  }
  .mobile\:p-t--99\% {
    padding-top: -99%;
  }
  .mobile\:top-99\% {
    top: 99%;
  }
  .mobile\:top--99\% {
    top: -99%;
  }
  .mobile\:m-b-99\% {
    margin-bottom: 99%;
  }
  .mobile\:m-b--99\% {
    margin-bottom: -99%;
  }
  .mobile\:p-b-99\% {
    padding-bottom: 99%;
  }
  .mobile\:p-b--99\% {
    padding-bottom: -99%;
  }
  .mobile\:bottom-99\% {
    bottom: 99%;
  }
  .mobile\:bottom--99\% {
    bottom: -99%;
  }
  .mobile\:m-l-99\% {
    margin-left: 99%;
  }
  .mobile\:m-l--99\% {
    margin-left: -99%;
  }
  .mobile\:p-l-99\% {
    padding-left: 99%;
  }
  .mobile\:p-l--99\% {
    padding-left: -99%;
  }
  .mobile\:left-99\% {
    left: 99%;
  }
  .mobile\:left--99\% {
    left: -99%;
  }
  .mobile\:m-r-99\% {
    margin-right: 99%;
  }
  .mobile\:m-r--99\% {
    margin-right: -99%;
  }
  .mobile\:p-r-99\% {
    padding-right: 99%;
  }
  .mobile\:p-r--99\% {
    padding-right: -99%;
  }
  .mobile\:right-99\% {
    right: 99%;
  }
  .mobile\:right--99\% {
    right: -99%;
  }
  .mobile\:h-99\% {
    height: 99%;
  }
  .mobile\:w-99\% {
    width: 99%;
  }
  .mobile\:max_h-99\% {
    max-height: 99%;
  }
  .mobile\:max_w-99\% {
    max-width: 99%;
  }
  .mobile\:min_h-99\% {
    min-height: 99%;
  }
  .mobile\:min_w-99\% {
    min-width: 99%;
  }
  .mobile\:h-99vh {
    height: 99vh;
  }
  .mobile\:w-99vw {
    width: 99vw;
  }
  .mobile\:min_w-99vw {
    min-width: 99vw;
  }
  .mobile\:min_h-99vh {
    min-height: 99vh;
  }
  .mobile\:max_w-99vw {
    max-width: 99vw;
  }
  .mobile\:max_h-99vh {
    max-height: 99vh;
  }
  .mobile\:m-t-100\% {
    margin-top: 100%;
  }
  .mobile\:m-t--100\% {
    margin-top: -100%;
  }
  .mobile\:p-t-100\% {
    padding-top: 100%;
  }
  .mobile\:p-t--100\% {
    padding-top: -100%;
  }
  .mobile\:top-100\% {
    top: 100%;
  }
  .mobile\:top--100\% {
    top: -100%;
  }
  .mobile\:m-b-100\% {
    margin-bottom: 100%;
  }
  .mobile\:m-b--100\% {
    margin-bottom: -100%;
  }
  .mobile\:p-b-100\% {
    padding-bottom: 100%;
  }
  .mobile\:p-b--100\% {
    padding-bottom: -100%;
  }
  .mobile\:bottom-100\% {
    bottom: 100%;
  }
  .mobile\:bottom--100\% {
    bottom: -100%;
  }
  .mobile\:m-l-100\% {
    margin-left: 100%;
  }
  .mobile\:m-l--100\% {
    margin-left: -100%;
  }
  .mobile\:p-l-100\% {
    padding-left: 100%;
  }
  .mobile\:p-l--100\% {
    padding-left: -100%;
  }
  .mobile\:left-100\% {
    left: 100%;
  }
  .mobile\:left--100\% {
    left: -100%;
  }
  .mobile\:m-r-100\% {
    margin-right: 100%;
  }
  .mobile\:m-r--100\% {
    margin-right: -100%;
  }
  .mobile\:p-r-100\% {
    padding-right: 100%;
  }
  .mobile\:p-r--100\% {
    padding-right: -100%;
  }
  .mobile\:right-100\% {
    right: 100%;
  }
  .mobile\:right--100\% {
    right: -100%;
  }
  .mobile\:h-100\% {
    height: 100%;
  }
  .mobile\:w-100\% {
    width: 100%;
  }
  .mobile\:max_h-100\% {
    max-height: 100%;
  }
  .mobile\:max_w-100\% {
    max-width: 100%;
  }
  .mobile\:min_h-100\% {
    min-height: 100%;
  }
  .mobile\:min_w-100\% {
    min-width: 100%;
  }
  .mobile\:h-100vh {
    height: 100vh;
  }
  .mobile\:w-100vw {
    width: 100vw;
  }
  .mobile\:min_w-100vw {
    min-width: 100vw;
  }
  .mobile\:min_h-100vh {
    min-height: 100vh;
  }
  .mobile\:max_w-100vw {
    max-width: 100vw;
  }
  .mobile\:max_h-100vh {
    max-height: 100vh;
  }
  .mobile\:m-t-101\% {
    margin-top: 101%;
  }
  .mobile\:m-t--101\% {
    margin-top: -101%;
  }
  .mobile\:p-t-101\% {
    padding-top: 101%;
  }
  .mobile\:p-t--101\% {
    padding-top: -101%;
  }
  .mobile\:top-101\% {
    top: 101%;
  }
  .mobile\:top--101\% {
    top: -101%;
  }
  .mobile\:m-b-101\% {
    margin-bottom: 101%;
  }
  .mobile\:m-b--101\% {
    margin-bottom: -101%;
  }
  .mobile\:p-b-101\% {
    padding-bottom: 101%;
  }
  .mobile\:p-b--101\% {
    padding-bottom: -101%;
  }
  .mobile\:bottom-101\% {
    bottom: 101%;
  }
  .mobile\:bottom--101\% {
    bottom: -101%;
  }
  .mobile\:m-l-101\% {
    margin-left: 101%;
  }
  .mobile\:m-l--101\% {
    margin-left: -101%;
  }
  .mobile\:p-l-101\% {
    padding-left: 101%;
  }
  .mobile\:p-l--101\% {
    padding-left: -101%;
  }
  .mobile\:left-101\% {
    left: 101%;
  }
  .mobile\:left--101\% {
    left: -101%;
  }
  .mobile\:m-r-101\% {
    margin-right: 101%;
  }
  .mobile\:m-r--101\% {
    margin-right: -101%;
  }
  .mobile\:p-r-101\% {
    padding-right: 101%;
  }
  .mobile\:p-r--101\% {
    padding-right: -101%;
  }
  .mobile\:right-101\% {
    right: 101%;
  }
  .mobile\:right--101\% {
    right: -101%;
  }
  .mobile\:h-101\% {
    height: 101%;
  }
  .mobile\:w-101\% {
    width: 101%;
  }
  .mobile\:max_h-101\% {
    max-height: 101%;
  }
  .mobile\:max_w-101\% {
    max-width: 101%;
  }
  .mobile\:min_h-101\% {
    min-height: 101%;
  }
  .mobile\:min_w-101\% {
    min-width: 101%;
  }
  .mobile\:h-101vh {
    height: 101vh;
  }
  .mobile\:w-101vw {
    width: 101vw;
  }
  .mobile\:min_w-101vw {
    min-width: 101vw;
  }
  .mobile\:min_h-101vh {
    min-height: 101vh;
  }
  .mobile\:max_w-101vw {
    max-width: 101vw;
  }
  .mobile\:max_h-101vh {
    max-height: 101vh;
  }
  .mobile\:m-t-102\% {
    margin-top: 102%;
  }
  .mobile\:m-t--102\% {
    margin-top: -102%;
  }
  .mobile\:p-t-102\% {
    padding-top: 102%;
  }
  .mobile\:p-t--102\% {
    padding-top: -102%;
  }
  .mobile\:top-102\% {
    top: 102%;
  }
  .mobile\:top--102\% {
    top: -102%;
  }
  .mobile\:m-b-102\% {
    margin-bottom: 102%;
  }
  .mobile\:m-b--102\% {
    margin-bottom: -102%;
  }
  .mobile\:p-b-102\% {
    padding-bottom: 102%;
  }
  .mobile\:p-b--102\% {
    padding-bottom: -102%;
  }
  .mobile\:bottom-102\% {
    bottom: 102%;
  }
  .mobile\:bottom--102\% {
    bottom: -102%;
  }
  .mobile\:m-l-102\% {
    margin-left: 102%;
  }
  .mobile\:m-l--102\% {
    margin-left: -102%;
  }
  .mobile\:p-l-102\% {
    padding-left: 102%;
  }
  .mobile\:p-l--102\% {
    padding-left: -102%;
  }
  .mobile\:left-102\% {
    left: 102%;
  }
  .mobile\:left--102\% {
    left: -102%;
  }
  .mobile\:m-r-102\% {
    margin-right: 102%;
  }
  .mobile\:m-r--102\% {
    margin-right: -102%;
  }
  .mobile\:p-r-102\% {
    padding-right: 102%;
  }
  .mobile\:p-r--102\% {
    padding-right: -102%;
  }
  .mobile\:right-102\% {
    right: 102%;
  }
  .mobile\:right--102\% {
    right: -102%;
  }
  .mobile\:h-102\% {
    height: 102%;
  }
  .mobile\:w-102\% {
    width: 102%;
  }
  .mobile\:max_h-102\% {
    max-height: 102%;
  }
  .mobile\:max_w-102\% {
    max-width: 102%;
  }
  .mobile\:min_h-102\% {
    min-height: 102%;
  }
  .mobile\:min_w-102\% {
    min-width: 102%;
  }
  .mobile\:h-102vh {
    height: 102vh;
  }
  .mobile\:w-102vw {
    width: 102vw;
  }
  .mobile\:min_w-102vw {
    min-width: 102vw;
  }
  .mobile\:min_h-102vh {
    min-height: 102vh;
  }
  .mobile\:max_w-102vw {
    max-width: 102vw;
  }
  .mobile\:max_h-102vh {
    max-height: 102vh;
  }
  .mobile\:m-t-103\% {
    margin-top: 103%;
  }
  .mobile\:m-t--103\% {
    margin-top: -103%;
  }
  .mobile\:p-t-103\% {
    padding-top: 103%;
  }
  .mobile\:p-t--103\% {
    padding-top: -103%;
  }
  .mobile\:top-103\% {
    top: 103%;
  }
  .mobile\:top--103\% {
    top: -103%;
  }
  .mobile\:m-b-103\% {
    margin-bottom: 103%;
  }
  .mobile\:m-b--103\% {
    margin-bottom: -103%;
  }
  .mobile\:p-b-103\% {
    padding-bottom: 103%;
  }
  .mobile\:p-b--103\% {
    padding-bottom: -103%;
  }
  .mobile\:bottom-103\% {
    bottom: 103%;
  }
  .mobile\:bottom--103\% {
    bottom: -103%;
  }
  .mobile\:m-l-103\% {
    margin-left: 103%;
  }
  .mobile\:m-l--103\% {
    margin-left: -103%;
  }
  .mobile\:p-l-103\% {
    padding-left: 103%;
  }
  .mobile\:p-l--103\% {
    padding-left: -103%;
  }
  .mobile\:left-103\% {
    left: 103%;
  }
  .mobile\:left--103\% {
    left: -103%;
  }
  .mobile\:m-r-103\% {
    margin-right: 103%;
  }
  .mobile\:m-r--103\% {
    margin-right: -103%;
  }
  .mobile\:p-r-103\% {
    padding-right: 103%;
  }
  .mobile\:p-r--103\% {
    padding-right: -103%;
  }
  .mobile\:right-103\% {
    right: 103%;
  }
  .mobile\:right--103\% {
    right: -103%;
  }
  .mobile\:h-103\% {
    height: 103%;
  }
  .mobile\:w-103\% {
    width: 103%;
  }
  .mobile\:max_h-103\% {
    max-height: 103%;
  }
  .mobile\:max_w-103\% {
    max-width: 103%;
  }
  .mobile\:min_h-103\% {
    min-height: 103%;
  }
  .mobile\:min_w-103\% {
    min-width: 103%;
  }
  .mobile\:h-103vh {
    height: 103vh;
  }
  .mobile\:w-103vw {
    width: 103vw;
  }
  .mobile\:min_w-103vw {
    min-width: 103vw;
  }
  .mobile\:min_h-103vh {
    min-height: 103vh;
  }
  .mobile\:max_w-103vw {
    max-width: 103vw;
  }
  .mobile\:max_h-103vh {
    max-height: 103vh;
  }
  .mobile\:m-t-104\% {
    margin-top: 104%;
  }
  .mobile\:m-t--104\% {
    margin-top: -104%;
  }
  .mobile\:p-t-104\% {
    padding-top: 104%;
  }
  .mobile\:p-t--104\% {
    padding-top: -104%;
  }
  .mobile\:top-104\% {
    top: 104%;
  }
  .mobile\:top--104\% {
    top: -104%;
  }
  .mobile\:m-b-104\% {
    margin-bottom: 104%;
  }
  .mobile\:m-b--104\% {
    margin-bottom: -104%;
  }
  .mobile\:p-b-104\% {
    padding-bottom: 104%;
  }
  .mobile\:p-b--104\% {
    padding-bottom: -104%;
  }
  .mobile\:bottom-104\% {
    bottom: 104%;
  }
  .mobile\:bottom--104\% {
    bottom: -104%;
  }
  .mobile\:m-l-104\% {
    margin-left: 104%;
  }
  .mobile\:m-l--104\% {
    margin-left: -104%;
  }
  .mobile\:p-l-104\% {
    padding-left: 104%;
  }
  .mobile\:p-l--104\% {
    padding-left: -104%;
  }
  .mobile\:left-104\% {
    left: 104%;
  }
  .mobile\:left--104\% {
    left: -104%;
  }
  .mobile\:m-r-104\% {
    margin-right: 104%;
  }
  .mobile\:m-r--104\% {
    margin-right: -104%;
  }
  .mobile\:p-r-104\% {
    padding-right: 104%;
  }
  .mobile\:p-r--104\% {
    padding-right: -104%;
  }
  .mobile\:right-104\% {
    right: 104%;
  }
  .mobile\:right--104\% {
    right: -104%;
  }
  .mobile\:h-104\% {
    height: 104%;
  }
  .mobile\:w-104\% {
    width: 104%;
  }
  .mobile\:max_h-104\% {
    max-height: 104%;
  }
  .mobile\:max_w-104\% {
    max-width: 104%;
  }
  .mobile\:min_h-104\% {
    min-height: 104%;
  }
  .mobile\:min_w-104\% {
    min-width: 104%;
  }
  .mobile\:h-104vh {
    height: 104vh;
  }
  .mobile\:w-104vw {
    width: 104vw;
  }
  .mobile\:min_w-104vw {
    min-width: 104vw;
  }
  .mobile\:min_h-104vh {
    min-height: 104vh;
  }
  .mobile\:max_w-104vw {
    max-width: 104vw;
  }
  .mobile\:max_h-104vh {
    max-height: 104vh;
  }
  .mobile\:m-t-105\% {
    margin-top: 105%;
  }
  .mobile\:m-t--105\% {
    margin-top: -105%;
  }
  .mobile\:p-t-105\% {
    padding-top: 105%;
  }
  .mobile\:p-t--105\% {
    padding-top: -105%;
  }
  .mobile\:top-105\% {
    top: 105%;
  }
  .mobile\:top--105\% {
    top: -105%;
  }
  .mobile\:m-b-105\% {
    margin-bottom: 105%;
  }
  .mobile\:m-b--105\% {
    margin-bottom: -105%;
  }
  .mobile\:p-b-105\% {
    padding-bottom: 105%;
  }
  .mobile\:p-b--105\% {
    padding-bottom: -105%;
  }
  .mobile\:bottom-105\% {
    bottom: 105%;
  }
  .mobile\:bottom--105\% {
    bottom: -105%;
  }
  .mobile\:m-l-105\% {
    margin-left: 105%;
  }
  .mobile\:m-l--105\% {
    margin-left: -105%;
  }
  .mobile\:p-l-105\% {
    padding-left: 105%;
  }
  .mobile\:p-l--105\% {
    padding-left: -105%;
  }
  .mobile\:left-105\% {
    left: 105%;
  }
  .mobile\:left--105\% {
    left: -105%;
  }
  .mobile\:m-r-105\% {
    margin-right: 105%;
  }
  .mobile\:m-r--105\% {
    margin-right: -105%;
  }
  .mobile\:p-r-105\% {
    padding-right: 105%;
  }
  .mobile\:p-r--105\% {
    padding-right: -105%;
  }
  .mobile\:right-105\% {
    right: 105%;
  }
  .mobile\:right--105\% {
    right: -105%;
  }
  .mobile\:h-105\% {
    height: 105%;
  }
  .mobile\:w-105\% {
    width: 105%;
  }
  .mobile\:max_h-105\% {
    max-height: 105%;
  }
  .mobile\:max_w-105\% {
    max-width: 105%;
  }
  .mobile\:min_h-105\% {
    min-height: 105%;
  }
  .mobile\:min_w-105\% {
    min-width: 105%;
  }
  .mobile\:h-105vh {
    height: 105vh;
  }
  .mobile\:w-105vw {
    width: 105vw;
  }
  .mobile\:min_w-105vw {
    min-width: 105vw;
  }
  .mobile\:min_h-105vh {
    min-height: 105vh;
  }
  .mobile\:max_w-105vw {
    max-width: 105vw;
  }
  .mobile\:max_h-105vh {
    max-height: 105vh;
  }
  .mobile\:m-t-106\% {
    margin-top: 106%;
  }
  .mobile\:m-t--106\% {
    margin-top: -106%;
  }
  .mobile\:p-t-106\% {
    padding-top: 106%;
  }
  .mobile\:p-t--106\% {
    padding-top: -106%;
  }
  .mobile\:top-106\% {
    top: 106%;
  }
  .mobile\:top--106\% {
    top: -106%;
  }
  .mobile\:m-b-106\% {
    margin-bottom: 106%;
  }
  .mobile\:m-b--106\% {
    margin-bottom: -106%;
  }
  .mobile\:p-b-106\% {
    padding-bottom: 106%;
  }
  .mobile\:p-b--106\% {
    padding-bottom: -106%;
  }
  .mobile\:bottom-106\% {
    bottom: 106%;
  }
  .mobile\:bottom--106\% {
    bottom: -106%;
  }
  .mobile\:m-l-106\% {
    margin-left: 106%;
  }
  .mobile\:m-l--106\% {
    margin-left: -106%;
  }
  .mobile\:p-l-106\% {
    padding-left: 106%;
  }
  .mobile\:p-l--106\% {
    padding-left: -106%;
  }
  .mobile\:left-106\% {
    left: 106%;
  }
  .mobile\:left--106\% {
    left: -106%;
  }
  .mobile\:m-r-106\% {
    margin-right: 106%;
  }
  .mobile\:m-r--106\% {
    margin-right: -106%;
  }
  .mobile\:p-r-106\% {
    padding-right: 106%;
  }
  .mobile\:p-r--106\% {
    padding-right: -106%;
  }
  .mobile\:right-106\% {
    right: 106%;
  }
  .mobile\:right--106\% {
    right: -106%;
  }
  .mobile\:h-106\% {
    height: 106%;
  }
  .mobile\:w-106\% {
    width: 106%;
  }
  .mobile\:max_h-106\% {
    max-height: 106%;
  }
  .mobile\:max_w-106\% {
    max-width: 106%;
  }
  .mobile\:min_h-106\% {
    min-height: 106%;
  }
  .mobile\:min_w-106\% {
    min-width: 106%;
  }
  .mobile\:h-106vh {
    height: 106vh;
  }
  .mobile\:w-106vw {
    width: 106vw;
  }
  .mobile\:min_w-106vw {
    min-width: 106vw;
  }
  .mobile\:min_h-106vh {
    min-height: 106vh;
  }
  .mobile\:max_w-106vw {
    max-width: 106vw;
  }
  .mobile\:max_h-106vh {
    max-height: 106vh;
  }
  .mobile\:m-t-107\% {
    margin-top: 107%;
  }
  .mobile\:m-t--107\% {
    margin-top: -107%;
  }
  .mobile\:p-t-107\% {
    padding-top: 107%;
  }
  .mobile\:p-t--107\% {
    padding-top: -107%;
  }
  .mobile\:top-107\% {
    top: 107%;
  }
  .mobile\:top--107\% {
    top: -107%;
  }
  .mobile\:m-b-107\% {
    margin-bottom: 107%;
  }
  .mobile\:m-b--107\% {
    margin-bottom: -107%;
  }
  .mobile\:p-b-107\% {
    padding-bottom: 107%;
  }
  .mobile\:p-b--107\% {
    padding-bottom: -107%;
  }
  .mobile\:bottom-107\% {
    bottom: 107%;
  }
  .mobile\:bottom--107\% {
    bottom: -107%;
  }
  .mobile\:m-l-107\% {
    margin-left: 107%;
  }
  .mobile\:m-l--107\% {
    margin-left: -107%;
  }
  .mobile\:p-l-107\% {
    padding-left: 107%;
  }
  .mobile\:p-l--107\% {
    padding-left: -107%;
  }
  .mobile\:left-107\% {
    left: 107%;
  }
  .mobile\:left--107\% {
    left: -107%;
  }
  .mobile\:m-r-107\% {
    margin-right: 107%;
  }
  .mobile\:m-r--107\% {
    margin-right: -107%;
  }
  .mobile\:p-r-107\% {
    padding-right: 107%;
  }
  .mobile\:p-r--107\% {
    padding-right: -107%;
  }
  .mobile\:right-107\% {
    right: 107%;
  }
  .mobile\:right--107\% {
    right: -107%;
  }
  .mobile\:h-107\% {
    height: 107%;
  }
  .mobile\:w-107\% {
    width: 107%;
  }
  .mobile\:max_h-107\% {
    max-height: 107%;
  }
  .mobile\:max_w-107\% {
    max-width: 107%;
  }
  .mobile\:min_h-107\% {
    min-height: 107%;
  }
  .mobile\:min_w-107\% {
    min-width: 107%;
  }
  .mobile\:h-107vh {
    height: 107vh;
  }
  .mobile\:w-107vw {
    width: 107vw;
  }
  .mobile\:min_w-107vw {
    min-width: 107vw;
  }
  .mobile\:min_h-107vh {
    min-height: 107vh;
  }
  .mobile\:max_w-107vw {
    max-width: 107vw;
  }
  .mobile\:max_h-107vh {
    max-height: 107vh;
  }
  .mobile\:m-t-108\% {
    margin-top: 108%;
  }
  .mobile\:m-t--108\% {
    margin-top: -108%;
  }
  .mobile\:p-t-108\% {
    padding-top: 108%;
  }
  .mobile\:p-t--108\% {
    padding-top: -108%;
  }
  .mobile\:top-108\% {
    top: 108%;
  }
  .mobile\:top--108\% {
    top: -108%;
  }
  .mobile\:m-b-108\% {
    margin-bottom: 108%;
  }
  .mobile\:m-b--108\% {
    margin-bottom: -108%;
  }
  .mobile\:p-b-108\% {
    padding-bottom: 108%;
  }
  .mobile\:p-b--108\% {
    padding-bottom: -108%;
  }
  .mobile\:bottom-108\% {
    bottom: 108%;
  }
  .mobile\:bottom--108\% {
    bottom: -108%;
  }
  .mobile\:m-l-108\% {
    margin-left: 108%;
  }
  .mobile\:m-l--108\% {
    margin-left: -108%;
  }
  .mobile\:p-l-108\% {
    padding-left: 108%;
  }
  .mobile\:p-l--108\% {
    padding-left: -108%;
  }
  .mobile\:left-108\% {
    left: 108%;
  }
  .mobile\:left--108\% {
    left: -108%;
  }
  .mobile\:m-r-108\% {
    margin-right: 108%;
  }
  .mobile\:m-r--108\% {
    margin-right: -108%;
  }
  .mobile\:p-r-108\% {
    padding-right: 108%;
  }
  .mobile\:p-r--108\% {
    padding-right: -108%;
  }
  .mobile\:right-108\% {
    right: 108%;
  }
  .mobile\:right--108\% {
    right: -108%;
  }
  .mobile\:h-108\% {
    height: 108%;
  }
  .mobile\:w-108\% {
    width: 108%;
  }
  .mobile\:max_h-108\% {
    max-height: 108%;
  }
  .mobile\:max_w-108\% {
    max-width: 108%;
  }
  .mobile\:min_h-108\% {
    min-height: 108%;
  }
  .mobile\:min_w-108\% {
    min-width: 108%;
  }
  .mobile\:h-108vh {
    height: 108vh;
  }
  .mobile\:w-108vw {
    width: 108vw;
  }
  .mobile\:min_w-108vw {
    min-width: 108vw;
  }
  .mobile\:min_h-108vh {
    min-height: 108vh;
  }
  .mobile\:max_w-108vw {
    max-width: 108vw;
  }
  .mobile\:max_h-108vh {
    max-height: 108vh;
  }
  .mobile\:m-t-109\% {
    margin-top: 109%;
  }
  .mobile\:m-t--109\% {
    margin-top: -109%;
  }
  .mobile\:p-t-109\% {
    padding-top: 109%;
  }
  .mobile\:p-t--109\% {
    padding-top: -109%;
  }
  .mobile\:top-109\% {
    top: 109%;
  }
  .mobile\:top--109\% {
    top: -109%;
  }
  .mobile\:m-b-109\% {
    margin-bottom: 109%;
  }
  .mobile\:m-b--109\% {
    margin-bottom: -109%;
  }
  .mobile\:p-b-109\% {
    padding-bottom: 109%;
  }
  .mobile\:p-b--109\% {
    padding-bottom: -109%;
  }
  .mobile\:bottom-109\% {
    bottom: 109%;
  }
  .mobile\:bottom--109\% {
    bottom: -109%;
  }
  .mobile\:m-l-109\% {
    margin-left: 109%;
  }
  .mobile\:m-l--109\% {
    margin-left: -109%;
  }
  .mobile\:p-l-109\% {
    padding-left: 109%;
  }
  .mobile\:p-l--109\% {
    padding-left: -109%;
  }
  .mobile\:left-109\% {
    left: 109%;
  }
  .mobile\:left--109\% {
    left: -109%;
  }
  .mobile\:m-r-109\% {
    margin-right: 109%;
  }
  .mobile\:m-r--109\% {
    margin-right: -109%;
  }
  .mobile\:p-r-109\% {
    padding-right: 109%;
  }
  .mobile\:p-r--109\% {
    padding-right: -109%;
  }
  .mobile\:right-109\% {
    right: 109%;
  }
  .mobile\:right--109\% {
    right: -109%;
  }
  .mobile\:h-109\% {
    height: 109%;
  }
  .mobile\:w-109\% {
    width: 109%;
  }
  .mobile\:max_h-109\% {
    max-height: 109%;
  }
  .mobile\:max_w-109\% {
    max-width: 109%;
  }
  .mobile\:min_h-109\% {
    min-height: 109%;
  }
  .mobile\:min_w-109\% {
    min-width: 109%;
  }
  .mobile\:h-109vh {
    height: 109vh;
  }
  .mobile\:w-109vw {
    width: 109vw;
  }
  .mobile\:min_w-109vw {
    min-width: 109vw;
  }
  .mobile\:min_h-109vh {
    min-height: 109vh;
  }
  .mobile\:max_w-109vw {
    max-width: 109vw;
  }
  .mobile\:max_h-109vh {
    max-height: 109vh;
  }
  .mobile\:m-t-110\% {
    margin-top: 110%;
  }
  .mobile\:m-t--110\% {
    margin-top: -110%;
  }
  .mobile\:p-t-110\% {
    padding-top: 110%;
  }
  .mobile\:p-t--110\% {
    padding-top: -110%;
  }
  .mobile\:top-110\% {
    top: 110%;
  }
  .mobile\:top--110\% {
    top: -110%;
  }
  .mobile\:m-b-110\% {
    margin-bottom: 110%;
  }
  .mobile\:m-b--110\% {
    margin-bottom: -110%;
  }
  .mobile\:p-b-110\% {
    padding-bottom: 110%;
  }
  .mobile\:p-b--110\% {
    padding-bottom: -110%;
  }
  .mobile\:bottom-110\% {
    bottom: 110%;
  }
  .mobile\:bottom--110\% {
    bottom: -110%;
  }
  .mobile\:m-l-110\% {
    margin-left: 110%;
  }
  .mobile\:m-l--110\% {
    margin-left: -110%;
  }
  .mobile\:p-l-110\% {
    padding-left: 110%;
  }
  .mobile\:p-l--110\% {
    padding-left: -110%;
  }
  .mobile\:left-110\% {
    left: 110%;
  }
  .mobile\:left--110\% {
    left: -110%;
  }
  .mobile\:m-r-110\% {
    margin-right: 110%;
  }
  .mobile\:m-r--110\% {
    margin-right: -110%;
  }
  .mobile\:p-r-110\% {
    padding-right: 110%;
  }
  .mobile\:p-r--110\% {
    padding-right: -110%;
  }
  .mobile\:right-110\% {
    right: 110%;
  }
  .mobile\:right--110\% {
    right: -110%;
  }
  .mobile\:h-110\% {
    height: 110%;
  }
  .mobile\:w-110\% {
    width: 110%;
  }
  .mobile\:max_h-110\% {
    max-height: 110%;
  }
  .mobile\:max_w-110\% {
    max-width: 110%;
  }
  .mobile\:min_h-110\% {
    min-height: 110%;
  }
  .mobile\:min_w-110\% {
    min-width: 110%;
  }
  .mobile\:h-110vh {
    height: 110vh;
  }
  .mobile\:w-110vw {
    width: 110vw;
  }
  .mobile\:min_w-110vw {
    min-width: 110vw;
  }
  .mobile\:min_h-110vh {
    min-height: 110vh;
  }
  .mobile\:max_w-110vw {
    max-width: 110vw;
  }
  .mobile\:max_h-110vh {
    max-height: 110vh;
  }
  .mobile\:m-t-111\% {
    margin-top: 111%;
  }
  .mobile\:m-t--111\% {
    margin-top: -111%;
  }
  .mobile\:p-t-111\% {
    padding-top: 111%;
  }
  .mobile\:p-t--111\% {
    padding-top: -111%;
  }
  .mobile\:top-111\% {
    top: 111%;
  }
  .mobile\:top--111\% {
    top: -111%;
  }
  .mobile\:m-b-111\% {
    margin-bottom: 111%;
  }
  .mobile\:m-b--111\% {
    margin-bottom: -111%;
  }
  .mobile\:p-b-111\% {
    padding-bottom: 111%;
  }
  .mobile\:p-b--111\% {
    padding-bottom: -111%;
  }
  .mobile\:bottom-111\% {
    bottom: 111%;
  }
  .mobile\:bottom--111\% {
    bottom: -111%;
  }
  .mobile\:m-l-111\% {
    margin-left: 111%;
  }
  .mobile\:m-l--111\% {
    margin-left: -111%;
  }
  .mobile\:p-l-111\% {
    padding-left: 111%;
  }
  .mobile\:p-l--111\% {
    padding-left: -111%;
  }
  .mobile\:left-111\% {
    left: 111%;
  }
  .mobile\:left--111\% {
    left: -111%;
  }
  .mobile\:m-r-111\% {
    margin-right: 111%;
  }
  .mobile\:m-r--111\% {
    margin-right: -111%;
  }
  .mobile\:p-r-111\% {
    padding-right: 111%;
  }
  .mobile\:p-r--111\% {
    padding-right: -111%;
  }
  .mobile\:right-111\% {
    right: 111%;
  }
  .mobile\:right--111\% {
    right: -111%;
  }
  .mobile\:h-111\% {
    height: 111%;
  }
  .mobile\:w-111\% {
    width: 111%;
  }
  .mobile\:max_h-111\% {
    max-height: 111%;
  }
  .mobile\:max_w-111\% {
    max-width: 111%;
  }
  .mobile\:min_h-111\% {
    min-height: 111%;
  }
  .mobile\:min_w-111\% {
    min-width: 111%;
  }
  .mobile\:h-111vh {
    height: 111vh;
  }
  .mobile\:w-111vw {
    width: 111vw;
  }
  .mobile\:min_w-111vw {
    min-width: 111vw;
  }
  .mobile\:min_h-111vh {
    min-height: 111vh;
  }
  .mobile\:max_w-111vw {
    max-width: 111vw;
  }
  .mobile\:max_h-111vh {
    max-height: 111vh;
  }
  .mobile\:m-t-112\% {
    margin-top: 112%;
  }
  .mobile\:m-t--112\% {
    margin-top: -112%;
  }
  .mobile\:p-t-112\% {
    padding-top: 112%;
  }
  .mobile\:p-t--112\% {
    padding-top: -112%;
  }
  .mobile\:top-112\% {
    top: 112%;
  }
  .mobile\:top--112\% {
    top: -112%;
  }
  .mobile\:m-b-112\% {
    margin-bottom: 112%;
  }
  .mobile\:m-b--112\% {
    margin-bottom: -112%;
  }
  .mobile\:p-b-112\% {
    padding-bottom: 112%;
  }
  .mobile\:p-b--112\% {
    padding-bottom: -112%;
  }
  .mobile\:bottom-112\% {
    bottom: 112%;
  }
  .mobile\:bottom--112\% {
    bottom: -112%;
  }
  .mobile\:m-l-112\% {
    margin-left: 112%;
  }
  .mobile\:m-l--112\% {
    margin-left: -112%;
  }
  .mobile\:p-l-112\% {
    padding-left: 112%;
  }
  .mobile\:p-l--112\% {
    padding-left: -112%;
  }
  .mobile\:left-112\% {
    left: 112%;
  }
  .mobile\:left--112\% {
    left: -112%;
  }
  .mobile\:m-r-112\% {
    margin-right: 112%;
  }
  .mobile\:m-r--112\% {
    margin-right: -112%;
  }
  .mobile\:p-r-112\% {
    padding-right: 112%;
  }
  .mobile\:p-r--112\% {
    padding-right: -112%;
  }
  .mobile\:right-112\% {
    right: 112%;
  }
  .mobile\:right--112\% {
    right: -112%;
  }
  .mobile\:h-112\% {
    height: 112%;
  }
  .mobile\:w-112\% {
    width: 112%;
  }
  .mobile\:max_h-112\% {
    max-height: 112%;
  }
  .mobile\:max_w-112\% {
    max-width: 112%;
  }
  .mobile\:min_h-112\% {
    min-height: 112%;
  }
  .mobile\:min_w-112\% {
    min-width: 112%;
  }
  .mobile\:h-112vh {
    height: 112vh;
  }
  .mobile\:w-112vw {
    width: 112vw;
  }
  .mobile\:min_w-112vw {
    min-width: 112vw;
  }
  .mobile\:min_h-112vh {
    min-height: 112vh;
  }
  .mobile\:max_w-112vw {
    max-width: 112vw;
  }
  .mobile\:max_h-112vh {
    max-height: 112vh;
  }
  .mobile\:m-t-113\% {
    margin-top: 113%;
  }
  .mobile\:m-t--113\% {
    margin-top: -113%;
  }
  .mobile\:p-t-113\% {
    padding-top: 113%;
  }
  .mobile\:p-t--113\% {
    padding-top: -113%;
  }
  .mobile\:top-113\% {
    top: 113%;
  }
  .mobile\:top--113\% {
    top: -113%;
  }
  .mobile\:m-b-113\% {
    margin-bottom: 113%;
  }
  .mobile\:m-b--113\% {
    margin-bottom: -113%;
  }
  .mobile\:p-b-113\% {
    padding-bottom: 113%;
  }
  .mobile\:p-b--113\% {
    padding-bottom: -113%;
  }
  .mobile\:bottom-113\% {
    bottom: 113%;
  }
  .mobile\:bottom--113\% {
    bottom: -113%;
  }
  .mobile\:m-l-113\% {
    margin-left: 113%;
  }
  .mobile\:m-l--113\% {
    margin-left: -113%;
  }
  .mobile\:p-l-113\% {
    padding-left: 113%;
  }
  .mobile\:p-l--113\% {
    padding-left: -113%;
  }
  .mobile\:left-113\% {
    left: 113%;
  }
  .mobile\:left--113\% {
    left: -113%;
  }
  .mobile\:m-r-113\% {
    margin-right: 113%;
  }
  .mobile\:m-r--113\% {
    margin-right: -113%;
  }
  .mobile\:p-r-113\% {
    padding-right: 113%;
  }
  .mobile\:p-r--113\% {
    padding-right: -113%;
  }
  .mobile\:right-113\% {
    right: 113%;
  }
  .mobile\:right--113\% {
    right: -113%;
  }
  .mobile\:h-113\% {
    height: 113%;
  }
  .mobile\:w-113\% {
    width: 113%;
  }
  .mobile\:max_h-113\% {
    max-height: 113%;
  }
  .mobile\:max_w-113\% {
    max-width: 113%;
  }
  .mobile\:min_h-113\% {
    min-height: 113%;
  }
  .mobile\:min_w-113\% {
    min-width: 113%;
  }
  .mobile\:h-113vh {
    height: 113vh;
  }
  .mobile\:w-113vw {
    width: 113vw;
  }
  .mobile\:min_w-113vw {
    min-width: 113vw;
  }
  .mobile\:min_h-113vh {
    min-height: 113vh;
  }
  .mobile\:max_w-113vw {
    max-width: 113vw;
  }
  .mobile\:max_h-113vh {
    max-height: 113vh;
  }
  .mobile\:m-t-114\% {
    margin-top: 114%;
  }
  .mobile\:m-t--114\% {
    margin-top: -114%;
  }
  .mobile\:p-t-114\% {
    padding-top: 114%;
  }
  .mobile\:p-t--114\% {
    padding-top: -114%;
  }
  .mobile\:top-114\% {
    top: 114%;
  }
  .mobile\:top--114\% {
    top: -114%;
  }
  .mobile\:m-b-114\% {
    margin-bottom: 114%;
  }
  .mobile\:m-b--114\% {
    margin-bottom: -114%;
  }
  .mobile\:p-b-114\% {
    padding-bottom: 114%;
  }
  .mobile\:p-b--114\% {
    padding-bottom: -114%;
  }
  .mobile\:bottom-114\% {
    bottom: 114%;
  }
  .mobile\:bottom--114\% {
    bottom: -114%;
  }
  .mobile\:m-l-114\% {
    margin-left: 114%;
  }
  .mobile\:m-l--114\% {
    margin-left: -114%;
  }
  .mobile\:p-l-114\% {
    padding-left: 114%;
  }
  .mobile\:p-l--114\% {
    padding-left: -114%;
  }
  .mobile\:left-114\% {
    left: 114%;
  }
  .mobile\:left--114\% {
    left: -114%;
  }
  .mobile\:m-r-114\% {
    margin-right: 114%;
  }
  .mobile\:m-r--114\% {
    margin-right: -114%;
  }
  .mobile\:p-r-114\% {
    padding-right: 114%;
  }
  .mobile\:p-r--114\% {
    padding-right: -114%;
  }
  .mobile\:right-114\% {
    right: 114%;
  }
  .mobile\:right--114\% {
    right: -114%;
  }
  .mobile\:h-114\% {
    height: 114%;
  }
  .mobile\:w-114\% {
    width: 114%;
  }
  .mobile\:max_h-114\% {
    max-height: 114%;
  }
  .mobile\:max_w-114\% {
    max-width: 114%;
  }
  .mobile\:min_h-114\% {
    min-height: 114%;
  }
  .mobile\:min_w-114\% {
    min-width: 114%;
  }
  .mobile\:h-114vh {
    height: 114vh;
  }
  .mobile\:w-114vw {
    width: 114vw;
  }
  .mobile\:min_w-114vw {
    min-width: 114vw;
  }
  .mobile\:min_h-114vh {
    min-height: 114vh;
  }
  .mobile\:max_w-114vw {
    max-width: 114vw;
  }
  .mobile\:max_h-114vh {
    max-height: 114vh;
  }
  .mobile\:m-t-115\% {
    margin-top: 115%;
  }
  .mobile\:m-t--115\% {
    margin-top: -115%;
  }
  .mobile\:p-t-115\% {
    padding-top: 115%;
  }
  .mobile\:p-t--115\% {
    padding-top: -115%;
  }
  .mobile\:top-115\% {
    top: 115%;
  }
  .mobile\:top--115\% {
    top: -115%;
  }
  .mobile\:m-b-115\% {
    margin-bottom: 115%;
  }
  .mobile\:m-b--115\% {
    margin-bottom: -115%;
  }
  .mobile\:p-b-115\% {
    padding-bottom: 115%;
  }
  .mobile\:p-b--115\% {
    padding-bottom: -115%;
  }
  .mobile\:bottom-115\% {
    bottom: 115%;
  }
  .mobile\:bottom--115\% {
    bottom: -115%;
  }
  .mobile\:m-l-115\% {
    margin-left: 115%;
  }
  .mobile\:m-l--115\% {
    margin-left: -115%;
  }
  .mobile\:p-l-115\% {
    padding-left: 115%;
  }
  .mobile\:p-l--115\% {
    padding-left: -115%;
  }
  .mobile\:left-115\% {
    left: 115%;
  }
  .mobile\:left--115\% {
    left: -115%;
  }
  .mobile\:m-r-115\% {
    margin-right: 115%;
  }
  .mobile\:m-r--115\% {
    margin-right: -115%;
  }
  .mobile\:p-r-115\% {
    padding-right: 115%;
  }
  .mobile\:p-r--115\% {
    padding-right: -115%;
  }
  .mobile\:right-115\% {
    right: 115%;
  }
  .mobile\:right--115\% {
    right: -115%;
  }
  .mobile\:h-115\% {
    height: 115%;
  }
  .mobile\:w-115\% {
    width: 115%;
  }
  .mobile\:max_h-115\% {
    max-height: 115%;
  }
  .mobile\:max_w-115\% {
    max-width: 115%;
  }
  .mobile\:min_h-115\% {
    min-height: 115%;
  }
  .mobile\:min_w-115\% {
    min-width: 115%;
  }
  .mobile\:h-115vh {
    height: 115vh;
  }
  .mobile\:w-115vw {
    width: 115vw;
  }
  .mobile\:min_w-115vw {
    min-width: 115vw;
  }
  .mobile\:min_h-115vh {
    min-height: 115vh;
  }
  .mobile\:max_w-115vw {
    max-width: 115vw;
  }
  .mobile\:max_h-115vh {
    max-height: 115vh;
  }
  .mobile\:m-t-116\% {
    margin-top: 116%;
  }
  .mobile\:m-t--116\% {
    margin-top: -116%;
  }
  .mobile\:p-t-116\% {
    padding-top: 116%;
  }
  .mobile\:p-t--116\% {
    padding-top: -116%;
  }
  .mobile\:top-116\% {
    top: 116%;
  }
  .mobile\:top--116\% {
    top: -116%;
  }
  .mobile\:m-b-116\% {
    margin-bottom: 116%;
  }
  .mobile\:m-b--116\% {
    margin-bottom: -116%;
  }
  .mobile\:p-b-116\% {
    padding-bottom: 116%;
  }
  .mobile\:p-b--116\% {
    padding-bottom: -116%;
  }
  .mobile\:bottom-116\% {
    bottom: 116%;
  }
  .mobile\:bottom--116\% {
    bottom: -116%;
  }
  .mobile\:m-l-116\% {
    margin-left: 116%;
  }
  .mobile\:m-l--116\% {
    margin-left: -116%;
  }
  .mobile\:p-l-116\% {
    padding-left: 116%;
  }
  .mobile\:p-l--116\% {
    padding-left: -116%;
  }
  .mobile\:left-116\% {
    left: 116%;
  }
  .mobile\:left--116\% {
    left: -116%;
  }
  .mobile\:m-r-116\% {
    margin-right: 116%;
  }
  .mobile\:m-r--116\% {
    margin-right: -116%;
  }
  .mobile\:p-r-116\% {
    padding-right: 116%;
  }
  .mobile\:p-r--116\% {
    padding-right: -116%;
  }
  .mobile\:right-116\% {
    right: 116%;
  }
  .mobile\:right--116\% {
    right: -116%;
  }
  .mobile\:h-116\% {
    height: 116%;
  }
  .mobile\:w-116\% {
    width: 116%;
  }
  .mobile\:max_h-116\% {
    max-height: 116%;
  }
  .mobile\:max_w-116\% {
    max-width: 116%;
  }
  .mobile\:min_h-116\% {
    min-height: 116%;
  }
  .mobile\:min_w-116\% {
    min-width: 116%;
  }
  .mobile\:h-116vh {
    height: 116vh;
  }
  .mobile\:w-116vw {
    width: 116vw;
  }
  .mobile\:min_w-116vw {
    min-width: 116vw;
  }
  .mobile\:min_h-116vh {
    min-height: 116vh;
  }
  .mobile\:max_w-116vw {
    max-width: 116vw;
  }
  .mobile\:max_h-116vh {
    max-height: 116vh;
  }
  .mobile\:m-t-117\% {
    margin-top: 117%;
  }
  .mobile\:m-t--117\% {
    margin-top: -117%;
  }
  .mobile\:p-t-117\% {
    padding-top: 117%;
  }
  .mobile\:p-t--117\% {
    padding-top: -117%;
  }
  .mobile\:top-117\% {
    top: 117%;
  }
  .mobile\:top--117\% {
    top: -117%;
  }
  .mobile\:m-b-117\% {
    margin-bottom: 117%;
  }
  .mobile\:m-b--117\% {
    margin-bottom: -117%;
  }
  .mobile\:p-b-117\% {
    padding-bottom: 117%;
  }
  .mobile\:p-b--117\% {
    padding-bottom: -117%;
  }
  .mobile\:bottom-117\% {
    bottom: 117%;
  }
  .mobile\:bottom--117\% {
    bottom: -117%;
  }
  .mobile\:m-l-117\% {
    margin-left: 117%;
  }
  .mobile\:m-l--117\% {
    margin-left: -117%;
  }
  .mobile\:p-l-117\% {
    padding-left: 117%;
  }
  .mobile\:p-l--117\% {
    padding-left: -117%;
  }
  .mobile\:left-117\% {
    left: 117%;
  }
  .mobile\:left--117\% {
    left: -117%;
  }
  .mobile\:m-r-117\% {
    margin-right: 117%;
  }
  .mobile\:m-r--117\% {
    margin-right: -117%;
  }
  .mobile\:p-r-117\% {
    padding-right: 117%;
  }
  .mobile\:p-r--117\% {
    padding-right: -117%;
  }
  .mobile\:right-117\% {
    right: 117%;
  }
  .mobile\:right--117\% {
    right: -117%;
  }
  .mobile\:h-117\% {
    height: 117%;
  }
  .mobile\:w-117\% {
    width: 117%;
  }
  .mobile\:max_h-117\% {
    max-height: 117%;
  }
  .mobile\:max_w-117\% {
    max-width: 117%;
  }
  .mobile\:min_h-117\% {
    min-height: 117%;
  }
  .mobile\:min_w-117\% {
    min-width: 117%;
  }
  .mobile\:h-117vh {
    height: 117vh;
  }
  .mobile\:w-117vw {
    width: 117vw;
  }
  .mobile\:min_w-117vw {
    min-width: 117vw;
  }
  .mobile\:min_h-117vh {
    min-height: 117vh;
  }
  .mobile\:max_w-117vw {
    max-width: 117vw;
  }
  .mobile\:max_h-117vh {
    max-height: 117vh;
  }
  .mobile\:m-t-118\% {
    margin-top: 118%;
  }
  .mobile\:m-t--118\% {
    margin-top: -118%;
  }
  .mobile\:p-t-118\% {
    padding-top: 118%;
  }
  .mobile\:p-t--118\% {
    padding-top: -118%;
  }
  .mobile\:top-118\% {
    top: 118%;
  }
  .mobile\:top--118\% {
    top: -118%;
  }
  .mobile\:m-b-118\% {
    margin-bottom: 118%;
  }
  .mobile\:m-b--118\% {
    margin-bottom: -118%;
  }
  .mobile\:p-b-118\% {
    padding-bottom: 118%;
  }
  .mobile\:p-b--118\% {
    padding-bottom: -118%;
  }
  .mobile\:bottom-118\% {
    bottom: 118%;
  }
  .mobile\:bottom--118\% {
    bottom: -118%;
  }
  .mobile\:m-l-118\% {
    margin-left: 118%;
  }
  .mobile\:m-l--118\% {
    margin-left: -118%;
  }
  .mobile\:p-l-118\% {
    padding-left: 118%;
  }
  .mobile\:p-l--118\% {
    padding-left: -118%;
  }
  .mobile\:left-118\% {
    left: 118%;
  }
  .mobile\:left--118\% {
    left: -118%;
  }
  .mobile\:m-r-118\% {
    margin-right: 118%;
  }
  .mobile\:m-r--118\% {
    margin-right: -118%;
  }
  .mobile\:p-r-118\% {
    padding-right: 118%;
  }
  .mobile\:p-r--118\% {
    padding-right: -118%;
  }
  .mobile\:right-118\% {
    right: 118%;
  }
  .mobile\:right--118\% {
    right: -118%;
  }
  .mobile\:h-118\% {
    height: 118%;
  }
  .mobile\:w-118\% {
    width: 118%;
  }
  .mobile\:max_h-118\% {
    max-height: 118%;
  }
  .mobile\:max_w-118\% {
    max-width: 118%;
  }
  .mobile\:min_h-118\% {
    min-height: 118%;
  }
  .mobile\:min_w-118\% {
    min-width: 118%;
  }
  .mobile\:h-118vh {
    height: 118vh;
  }
  .mobile\:w-118vw {
    width: 118vw;
  }
  .mobile\:min_w-118vw {
    min-width: 118vw;
  }
  .mobile\:min_h-118vh {
    min-height: 118vh;
  }
  .mobile\:max_w-118vw {
    max-width: 118vw;
  }
  .mobile\:max_h-118vh {
    max-height: 118vh;
  }
  .mobile\:m-t-119\% {
    margin-top: 119%;
  }
  .mobile\:m-t--119\% {
    margin-top: -119%;
  }
  .mobile\:p-t-119\% {
    padding-top: 119%;
  }
  .mobile\:p-t--119\% {
    padding-top: -119%;
  }
  .mobile\:top-119\% {
    top: 119%;
  }
  .mobile\:top--119\% {
    top: -119%;
  }
  .mobile\:m-b-119\% {
    margin-bottom: 119%;
  }
  .mobile\:m-b--119\% {
    margin-bottom: -119%;
  }
  .mobile\:p-b-119\% {
    padding-bottom: 119%;
  }
  .mobile\:p-b--119\% {
    padding-bottom: -119%;
  }
  .mobile\:bottom-119\% {
    bottom: 119%;
  }
  .mobile\:bottom--119\% {
    bottom: -119%;
  }
  .mobile\:m-l-119\% {
    margin-left: 119%;
  }
  .mobile\:m-l--119\% {
    margin-left: -119%;
  }
  .mobile\:p-l-119\% {
    padding-left: 119%;
  }
  .mobile\:p-l--119\% {
    padding-left: -119%;
  }
  .mobile\:left-119\% {
    left: 119%;
  }
  .mobile\:left--119\% {
    left: -119%;
  }
  .mobile\:m-r-119\% {
    margin-right: 119%;
  }
  .mobile\:m-r--119\% {
    margin-right: -119%;
  }
  .mobile\:p-r-119\% {
    padding-right: 119%;
  }
  .mobile\:p-r--119\% {
    padding-right: -119%;
  }
  .mobile\:right-119\% {
    right: 119%;
  }
  .mobile\:right--119\% {
    right: -119%;
  }
  .mobile\:h-119\% {
    height: 119%;
  }
  .mobile\:w-119\% {
    width: 119%;
  }
  .mobile\:max_h-119\% {
    max-height: 119%;
  }
  .mobile\:max_w-119\% {
    max-width: 119%;
  }
  .mobile\:min_h-119\% {
    min-height: 119%;
  }
  .mobile\:min_w-119\% {
    min-width: 119%;
  }
  .mobile\:h-119vh {
    height: 119vh;
  }
  .mobile\:w-119vw {
    width: 119vw;
  }
  .mobile\:min_w-119vw {
    min-width: 119vw;
  }
  .mobile\:min_h-119vh {
    min-height: 119vh;
  }
  .mobile\:max_w-119vw {
    max-width: 119vw;
  }
  .mobile\:max_h-119vh {
    max-height: 119vh;
  }
  .mobile\:m-t-120\% {
    margin-top: 120%;
  }
  .mobile\:m-t--120\% {
    margin-top: -120%;
  }
  .mobile\:p-t-120\% {
    padding-top: 120%;
  }
  .mobile\:p-t--120\% {
    padding-top: -120%;
  }
  .mobile\:top-120\% {
    top: 120%;
  }
  .mobile\:top--120\% {
    top: -120%;
  }
  .mobile\:m-b-120\% {
    margin-bottom: 120%;
  }
  .mobile\:m-b--120\% {
    margin-bottom: -120%;
  }
  .mobile\:p-b-120\% {
    padding-bottom: 120%;
  }
  .mobile\:p-b--120\% {
    padding-bottom: -120%;
  }
  .mobile\:bottom-120\% {
    bottom: 120%;
  }
  .mobile\:bottom--120\% {
    bottom: -120%;
  }
  .mobile\:m-l-120\% {
    margin-left: 120%;
  }
  .mobile\:m-l--120\% {
    margin-left: -120%;
  }
  .mobile\:p-l-120\% {
    padding-left: 120%;
  }
  .mobile\:p-l--120\% {
    padding-left: -120%;
  }
  .mobile\:left-120\% {
    left: 120%;
  }
  .mobile\:left--120\% {
    left: -120%;
  }
  .mobile\:m-r-120\% {
    margin-right: 120%;
  }
  .mobile\:m-r--120\% {
    margin-right: -120%;
  }
  .mobile\:p-r-120\% {
    padding-right: 120%;
  }
  .mobile\:p-r--120\% {
    padding-right: -120%;
  }
  .mobile\:right-120\% {
    right: 120%;
  }
  .mobile\:right--120\% {
    right: -120%;
  }
  .mobile\:h-120\% {
    height: 120%;
  }
  .mobile\:w-120\% {
    width: 120%;
  }
  .mobile\:max_h-120\% {
    max-height: 120%;
  }
  .mobile\:max_w-120\% {
    max-width: 120%;
  }
  .mobile\:min_h-120\% {
    min-height: 120%;
  }
  .mobile\:min_w-120\% {
    min-width: 120%;
  }
  .mobile\:h-120vh {
    height: 120vh;
  }
  .mobile\:w-120vw {
    width: 120vw;
  }
  .mobile\:min_w-120vw {
    min-width: 120vw;
  }
  .mobile\:min_h-120vh {
    min-height: 120vh;
  }
  .mobile\:max_w-120vw {
    max-width: 120vw;
  }
  .mobile\:max_h-120vh {
    max-height: 120vh;
  }
  .mobile\:m-t-121\% {
    margin-top: 121%;
  }
  .mobile\:m-t--121\% {
    margin-top: -121%;
  }
  .mobile\:p-t-121\% {
    padding-top: 121%;
  }
  .mobile\:p-t--121\% {
    padding-top: -121%;
  }
  .mobile\:top-121\% {
    top: 121%;
  }
  .mobile\:top--121\% {
    top: -121%;
  }
  .mobile\:m-b-121\% {
    margin-bottom: 121%;
  }
  .mobile\:m-b--121\% {
    margin-bottom: -121%;
  }
  .mobile\:p-b-121\% {
    padding-bottom: 121%;
  }
  .mobile\:p-b--121\% {
    padding-bottom: -121%;
  }
  .mobile\:bottom-121\% {
    bottom: 121%;
  }
  .mobile\:bottom--121\% {
    bottom: -121%;
  }
  .mobile\:m-l-121\% {
    margin-left: 121%;
  }
  .mobile\:m-l--121\% {
    margin-left: -121%;
  }
  .mobile\:p-l-121\% {
    padding-left: 121%;
  }
  .mobile\:p-l--121\% {
    padding-left: -121%;
  }
  .mobile\:left-121\% {
    left: 121%;
  }
  .mobile\:left--121\% {
    left: -121%;
  }
  .mobile\:m-r-121\% {
    margin-right: 121%;
  }
  .mobile\:m-r--121\% {
    margin-right: -121%;
  }
  .mobile\:p-r-121\% {
    padding-right: 121%;
  }
  .mobile\:p-r--121\% {
    padding-right: -121%;
  }
  .mobile\:right-121\% {
    right: 121%;
  }
  .mobile\:right--121\% {
    right: -121%;
  }
  .mobile\:h-121\% {
    height: 121%;
  }
  .mobile\:w-121\% {
    width: 121%;
  }
  .mobile\:max_h-121\% {
    max-height: 121%;
  }
  .mobile\:max_w-121\% {
    max-width: 121%;
  }
  .mobile\:min_h-121\% {
    min-height: 121%;
  }
  .mobile\:min_w-121\% {
    min-width: 121%;
  }
  .mobile\:h-121vh {
    height: 121vh;
  }
  .mobile\:w-121vw {
    width: 121vw;
  }
  .mobile\:min_w-121vw {
    min-width: 121vw;
  }
  .mobile\:min_h-121vh {
    min-height: 121vh;
  }
  .mobile\:max_w-121vw {
    max-width: 121vw;
  }
  .mobile\:max_h-121vh {
    max-height: 121vh;
  }
  .mobile\:m-t-122\% {
    margin-top: 122%;
  }
  .mobile\:m-t--122\% {
    margin-top: -122%;
  }
  .mobile\:p-t-122\% {
    padding-top: 122%;
  }
  .mobile\:p-t--122\% {
    padding-top: -122%;
  }
  .mobile\:top-122\% {
    top: 122%;
  }
  .mobile\:top--122\% {
    top: -122%;
  }
  .mobile\:m-b-122\% {
    margin-bottom: 122%;
  }
  .mobile\:m-b--122\% {
    margin-bottom: -122%;
  }
  .mobile\:p-b-122\% {
    padding-bottom: 122%;
  }
  .mobile\:p-b--122\% {
    padding-bottom: -122%;
  }
  .mobile\:bottom-122\% {
    bottom: 122%;
  }
  .mobile\:bottom--122\% {
    bottom: -122%;
  }
  .mobile\:m-l-122\% {
    margin-left: 122%;
  }
  .mobile\:m-l--122\% {
    margin-left: -122%;
  }
  .mobile\:p-l-122\% {
    padding-left: 122%;
  }
  .mobile\:p-l--122\% {
    padding-left: -122%;
  }
  .mobile\:left-122\% {
    left: 122%;
  }
  .mobile\:left--122\% {
    left: -122%;
  }
  .mobile\:m-r-122\% {
    margin-right: 122%;
  }
  .mobile\:m-r--122\% {
    margin-right: -122%;
  }
  .mobile\:p-r-122\% {
    padding-right: 122%;
  }
  .mobile\:p-r--122\% {
    padding-right: -122%;
  }
  .mobile\:right-122\% {
    right: 122%;
  }
  .mobile\:right--122\% {
    right: -122%;
  }
  .mobile\:h-122\% {
    height: 122%;
  }
  .mobile\:w-122\% {
    width: 122%;
  }
  .mobile\:max_h-122\% {
    max-height: 122%;
  }
  .mobile\:max_w-122\% {
    max-width: 122%;
  }
  .mobile\:min_h-122\% {
    min-height: 122%;
  }
  .mobile\:min_w-122\% {
    min-width: 122%;
  }
  .mobile\:h-122vh {
    height: 122vh;
  }
  .mobile\:w-122vw {
    width: 122vw;
  }
  .mobile\:min_w-122vw {
    min-width: 122vw;
  }
  .mobile\:min_h-122vh {
    min-height: 122vh;
  }
  .mobile\:max_w-122vw {
    max-width: 122vw;
  }
  .mobile\:max_h-122vh {
    max-height: 122vh;
  }
  .mobile\:m-t-123\% {
    margin-top: 123%;
  }
  .mobile\:m-t--123\% {
    margin-top: -123%;
  }
  .mobile\:p-t-123\% {
    padding-top: 123%;
  }
  .mobile\:p-t--123\% {
    padding-top: -123%;
  }
  .mobile\:top-123\% {
    top: 123%;
  }
  .mobile\:top--123\% {
    top: -123%;
  }
  .mobile\:m-b-123\% {
    margin-bottom: 123%;
  }
  .mobile\:m-b--123\% {
    margin-bottom: -123%;
  }
  .mobile\:p-b-123\% {
    padding-bottom: 123%;
  }
  .mobile\:p-b--123\% {
    padding-bottom: -123%;
  }
  .mobile\:bottom-123\% {
    bottom: 123%;
  }
  .mobile\:bottom--123\% {
    bottom: -123%;
  }
  .mobile\:m-l-123\% {
    margin-left: 123%;
  }
  .mobile\:m-l--123\% {
    margin-left: -123%;
  }
  .mobile\:p-l-123\% {
    padding-left: 123%;
  }
  .mobile\:p-l--123\% {
    padding-left: -123%;
  }
  .mobile\:left-123\% {
    left: 123%;
  }
  .mobile\:left--123\% {
    left: -123%;
  }
  .mobile\:m-r-123\% {
    margin-right: 123%;
  }
  .mobile\:m-r--123\% {
    margin-right: -123%;
  }
  .mobile\:p-r-123\% {
    padding-right: 123%;
  }
  .mobile\:p-r--123\% {
    padding-right: -123%;
  }
  .mobile\:right-123\% {
    right: 123%;
  }
  .mobile\:right--123\% {
    right: -123%;
  }
  .mobile\:h-123\% {
    height: 123%;
  }
  .mobile\:w-123\% {
    width: 123%;
  }
  .mobile\:max_h-123\% {
    max-height: 123%;
  }
  .mobile\:max_w-123\% {
    max-width: 123%;
  }
  .mobile\:min_h-123\% {
    min-height: 123%;
  }
  .mobile\:min_w-123\% {
    min-width: 123%;
  }
  .mobile\:h-123vh {
    height: 123vh;
  }
  .mobile\:w-123vw {
    width: 123vw;
  }
  .mobile\:min_w-123vw {
    min-width: 123vw;
  }
  .mobile\:min_h-123vh {
    min-height: 123vh;
  }
  .mobile\:max_w-123vw {
    max-width: 123vw;
  }
  .mobile\:max_h-123vh {
    max-height: 123vh;
  }
  .mobile\:m-t-124\% {
    margin-top: 124%;
  }
  .mobile\:m-t--124\% {
    margin-top: -124%;
  }
  .mobile\:p-t-124\% {
    padding-top: 124%;
  }
  .mobile\:p-t--124\% {
    padding-top: -124%;
  }
  .mobile\:top-124\% {
    top: 124%;
  }
  .mobile\:top--124\% {
    top: -124%;
  }
  .mobile\:m-b-124\% {
    margin-bottom: 124%;
  }
  .mobile\:m-b--124\% {
    margin-bottom: -124%;
  }
  .mobile\:p-b-124\% {
    padding-bottom: 124%;
  }
  .mobile\:p-b--124\% {
    padding-bottom: -124%;
  }
  .mobile\:bottom-124\% {
    bottom: 124%;
  }
  .mobile\:bottom--124\% {
    bottom: -124%;
  }
  .mobile\:m-l-124\% {
    margin-left: 124%;
  }
  .mobile\:m-l--124\% {
    margin-left: -124%;
  }
  .mobile\:p-l-124\% {
    padding-left: 124%;
  }
  .mobile\:p-l--124\% {
    padding-left: -124%;
  }
  .mobile\:left-124\% {
    left: 124%;
  }
  .mobile\:left--124\% {
    left: -124%;
  }
  .mobile\:m-r-124\% {
    margin-right: 124%;
  }
  .mobile\:m-r--124\% {
    margin-right: -124%;
  }
  .mobile\:p-r-124\% {
    padding-right: 124%;
  }
  .mobile\:p-r--124\% {
    padding-right: -124%;
  }
  .mobile\:right-124\% {
    right: 124%;
  }
  .mobile\:right--124\% {
    right: -124%;
  }
  .mobile\:h-124\% {
    height: 124%;
  }
  .mobile\:w-124\% {
    width: 124%;
  }
  .mobile\:max_h-124\% {
    max-height: 124%;
  }
  .mobile\:max_w-124\% {
    max-width: 124%;
  }
  .mobile\:min_h-124\% {
    min-height: 124%;
  }
  .mobile\:min_w-124\% {
    min-width: 124%;
  }
  .mobile\:h-124vh {
    height: 124vh;
  }
  .mobile\:w-124vw {
    width: 124vw;
  }
  .mobile\:min_w-124vw {
    min-width: 124vw;
  }
  .mobile\:min_h-124vh {
    min-height: 124vh;
  }
  .mobile\:max_w-124vw {
    max-width: 124vw;
  }
  .mobile\:max_h-124vh {
    max-height: 124vh;
  }
  .mobile\:m-t-125\% {
    margin-top: 125%;
  }
  .mobile\:m-t--125\% {
    margin-top: -125%;
  }
  .mobile\:p-t-125\% {
    padding-top: 125%;
  }
  .mobile\:p-t--125\% {
    padding-top: -125%;
  }
  .mobile\:top-125\% {
    top: 125%;
  }
  .mobile\:top--125\% {
    top: -125%;
  }
  .mobile\:m-b-125\% {
    margin-bottom: 125%;
  }
  .mobile\:m-b--125\% {
    margin-bottom: -125%;
  }
  .mobile\:p-b-125\% {
    padding-bottom: 125%;
  }
  .mobile\:p-b--125\% {
    padding-bottom: -125%;
  }
  .mobile\:bottom-125\% {
    bottom: 125%;
  }
  .mobile\:bottom--125\% {
    bottom: -125%;
  }
  .mobile\:m-l-125\% {
    margin-left: 125%;
  }
  .mobile\:m-l--125\% {
    margin-left: -125%;
  }
  .mobile\:p-l-125\% {
    padding-left: 125%;
  }
  .mobile\:p-l--125\% {
    padding-left: -125%;
  }
  .mobile\:left-125\% {
    left: 125%;
  }
  .mobile\:left--125\% {
    left: -125%;
  }
  .mobile\:m-r-125\% {
    margin-right: 125%;
  }
  .mobile\:m-r--125\% {
    margin-right: -125%;
  }
  .mobile\:p-r-125\% {
    padding-right: 125%;
  }
  .mobile\:p-r--125\% {
    padding-right: -125%;
  }
  .mobile\:right-125\% {
    right: 125%;
  }
  .mobile\:right--125\% {
    right: -125%;
  }
  .mobile\:h-125\% {
    height: 125%;
  }
  .mobile\:w-125\% {
    width: 125%;
  }
  .mobile\:max_h-125\% {
    max-height: 125%;
  }
  .mobile\:max_w-125\% {
    max-width: 125%;
  }
  .mobile\:min_h-125\% {
    min-height: 125%;
  }
  .mobile\:min_w-125\% {
    min-width: 125%;
  }
  .mobile\:h-125vh {
    height: 125vh;
  }
  .mobile\:w-125vw {
    width: 125vw;
  }
  .mobile\:min_w-125vw {
    min-width: 125vw;
  }
  .mobile\:min_h-125vh {
    min-height: 125vh;
  }
  .mobile\:max_w-125vw {
    max-width: 125vw;
  }
  .mobile\:max_h-125vh {
    max-height: 125vh;
  }
  .mobile\:m-t-126\% {
    margin-top: 126%;
  }
  .mobile\:m-t--126\% {
    margin-top: -126%;
  }
  .mobile\:p-t-126\% {
    padding-top: 126%;
  }
  .mobile\:p-t--126\% {
    padding-top: -126%;
  }
  .mobile\:top-126\% {
    top: 126%;
  }
  .mobile\:top--126\% {
    top: -126%;
  }
  .mobile\:m-b-126\% {
    margin-bottom: 126%;
  }
  .mobile\:m-b--126\% {
    margin-bottom: -126%;
  }
  .mobile\:p-b-126\% {
    padding-bottom: 126%;
  }
  .mobile\:p-b--126\% {
    padding-bottom: -126%;
  }
  .mobile\:bottom-126\% {
    bottom: 126%;
  }
  .mobile\:bottom--126\% {
    bottom: -126%;
  }
  .mobile\:m-l-126\% {
    margin-left: 126%;
  }
  .mobile\:m-l--126\% {
    margin-left: -126%;
  }
  .mobile\:p-l-126\% {
    padding-left: 126%;
  }
  .mobile\:p-l--126\% {
    padding-left: -126%;
  }
  .mobile\:left-126\% {
    left: 126%;
  }
  .mobile\:left--126\% {
    left: -126%;
  }
  .mobile\:m-r-126\% {
    margin-right: 126%;
  }
  .mobile\:m-r--126\% {
    margin-right: -126%;
  }
  .mobile\:p-r-126\% {
    padding-right: 126%;
  }
  .mobile\:p-r--126\% {
    padding-right: -126%;
  }
  .mobile\:right-126\% {
    right: 126%;
  }
  .mobile\:right--126\% {
    right: -126%;
  }
  .mobile\:h-126\% {
    height: 126%;
  }
  .mobile\:w-126\% {
    width: 126%;
  }
  .mobile\:max_h-126\% {
    max-height: 126%;
  }
  .mobile\:max_w-126\% {
    max-width: 126%;
  }
  .mobile\:min_h-126\% {
    min-height: 126%;
  }
  .mobile\:min_w-126\% {
    min-width: 126%;
  }
  .mobile\:h-126vh {
    height: 126vh;
  }
  .mobile\:w-126vw {
    width: 126vw;
  }
  .mobile\:min_w-126vw {
    min-width: 126vw;
  }
  .mobile\:min_h-126vh {
    min-height: 126vh;
  }
  .mobile\:max_w-126vw {
    max-width: 126vw;
  }
  .mobile\:max_h-126vh {
    max-height: 126vh;
  }
  .mobile\:m-t-127\% {
    margin-top: 127%;
  }
  .mobile\:m-t--127\% {
    margin-top: -127%;
  }
  .mobile\:p-t-127\% {
    padding-top: 127%;
  }
  .mobile\:p-t--127\% {
    padding-top: -127%;
  }
  .mobile\:top-127\% {
    top: 127%;
  }
  .mobile\:top--127\% {
    top: -127%;
  }
  .mobile\:m-b-127\% {
    margin-bottom: 127%;
  }
  .mobile\:m-b--127\% {
    margin-bottom: -127%;
  }
  .mobile\:p-b-127\% {
    padding-bottom: 127%;
  }
  .mobile\:p-b--127\% {
    padding-bottom: -127%;
  }
  .mobile\:bottom-127\% {
    bottom: 127%;
  }
  .mobile\:bottom--127\% {
    bottom: -127%;
  }
  .mobile\:m-l-127\% {
    margin-left: 127%;
  }
  .mobile\:m-l--127\% {
    margin-left: -127%;
  }
  .mobile\:p-l-127\% {
    padding-left: 127%;
  }
  .mobile\:p-l--127\% {
    padding-left: -127%;
  }
  .mobile\:left-127\% {
    left: 127%;
  }
  .mobile\:left--127\% {
    left: -127%;
  }
  .mobile\:m-r-127\% {
    margin-right: 127%;
  }
  .mobile\:m-r--127\% {
    margin-right: -127%;
  }
  .mobile\:p-r-127\% {
    padding-right: 127%;
  }
  .mobile\:p-r--127\% {
    padding-right: -127%;
  }
  .mobile\:right-127\% {
    right: 127%;
  }
  .mobile\:right--127\% {
    right: -127%;
  }
  .mobile\:h-127\% {
    height: 127%;
  }
  .mobile\:w-127\% {
    width: 127%;
  }
  .mobile\:max_h-127\% {
    max-height: 127%;
  }
  .mobile\:max_w-127\% {
    max-width: 127%;
  }
  .mobile\:min_h-127\% {
    min-height: 127%;
  }
  .mobile\:min_w-127\% {
    min-width: 127%;
  }
  .mobile\:h-127vh {
    height: 127vh;
  }
  .mobile\:w-127vw {
    width: 127vw;
  }
  .mobile\:min_w-127vw {
    min-width: 127vw;
  }
  .mobile\:min_h-127vh {
    min-height: 127vh;
  }
  .mobile\:max_w-127vw {
    max-width: 127vw;
  }
  .mobile\:max_h-127vh {
    max-height: 127vh;
  }
  .mobile\:m-t-128\% {
    margin-top: 128%;
  }
  .mobile\:m-t--128\% {
    margin-top: -128%;
  }
  .mobile\:p-t-128\% {
    padding-top: 128%;
  }
  .mobile\:p-t--128\% {
    padding-top: -128%;
  }
  .mobile\:top-128\% {
    top: 128%;
  }
  .mobile\:top--128\% {
    top: -128%;
  }
  .mobile\:m-b-128\% {
    margin-bottom: 128%;
  }
  .mobile\:m-b--128\% {
    margin-bottom: -128%;
  }
  .mobile\:p-b-128\% {
    padding-bottom: 128%;
  }
  .mobile\:p-b--128\% {
    padding-bottom: -128%;
  }
  .mobile\:bottom-128\% {
    bottom: 128%;
  }
  .mobile\:bottom--128\% {
    bottom: -128%;
  }
  .mobile\:m-l-128\% {
    margin-left: 128%;
  }
  .mobile\:m-l--128\% {
    margin-left: -128%;
  }
  .mobile\:p-l-128\% {
    padding-left: 128%;
  }
  .mobile\:p-l--128\% {
    padding-left: -128%;
  }
  .mobile\:left-128\% {
    left: 128%;
  }
  .mobile\:left--128\% {
    left: -128%;
  }
  .mobile\:m-r-128\% {
    margin-right: 128%;
  }
  .mobile\:m-r--128\% {
    margin-right: -128%;
  }
  .mobile\:p-r-128\% {
    padding-right: 128%;
  }
  .mobile\:p-r--128\% {
    padding-right: -128%;
  }
  .mobile\:right-128\% {
    right: 128%;
  }
  .mobile\:right--128\% {
    right: -128%;
  }
  .mobile\:h-128\% {
    height: 128%;
  }
  .mobile\:w-128\% {
    width: 128%;
  }
  .mobile\:max_h-128\% {
    max-height: 128%;
  }
  .mobile\:max_w-128\% {
    max-width: 128%;
  }
  .mobile\:min_h-128\% {
    min-height: 128%;
  }
  .mobile\:min_w-128\% {
    min-width: 128%;
  }
  .mobile\:h-128vh {
    height: 128vh;
  }
  .mobile\:w-128vw {
    width: 128vw;
  }
  .mobile\:min_w-128vw {
    min-width: 128vw;
  }
  .mobile\:min_h-128vh {
    min-height: 128vh;
  }
  .mobile\:max_w-128vw {
    max-width: 128vw;
  }
  .mobile\:max_h-128vh {
    max-height: 128vh;
  }
  .mobile\:m-t-129\% {
    margin-top: 129%;
  }
  .mobile\:m-t--129\% {
    margin-top: -129%;
  }
  .mobile\:p-t-129\% {
    padding-top: 129%;
  }
  .mobile\:p-t--129\% {
    padding-top: -129%;
  }
  .mobile\:top-129\% {
    top: 129%;
  }
  .mobile\:top--129\% {
    top: -129%;
  }
  .mobile\:m-b-129\% {
    margin-bottom: 129%;
  }
  .mobile\:m-b--129\% {
    margin-bottom: -129%;
  }
  .mobile\:p-b-129\% {
    padding-bottom: 129%;
  }
  .mobile\:p-b--129\% {
    padding-bottom: -129%;
  }
  .mobile\:bottom-129\% {
    bottom: 129%;
  }
  .mobile\:bottom--129\% {
    bottom: -129%;
  }
  .mobile\:m-l-129\% {
    margin-left: 129%;
  }
  .mobile\:m-l--129\% {
    margin-left: -129%;
  }
  .mobile\:p-l-129\% {
    padding-left: 129%;
  }
  .mobile\:p-l--129\% {
    padding-left: -129%;
  }
  .mobile\:left-129\% {
    left: 129%;
  }
  .mobile\:left--129\% {
    left: -129%;
  }
  .mobile\:m-r-129\% {
    margin-right: 129%;
  }
  .mobile\:m-r--129\% {
    margin-right: -129%;
  }
  .mobile\:p-r-129\% {
    padding-right: 129%;
  }
  .mobile\:p-r--129\% {
    padding-right: -129%;
  }
  .mobile\:right-129\% {
    right: 129%;
  }
  .mobile\:right--129\% {
    right: -129%;
  }
  .mobile\:h-129\% {
    height: 129%;
  }
  .mobile\:w-129\% {
    width: 129%;
  }
  .mobile\:max_h-129\% {
    max-height: 129%;
  }
  .mobile\:max_w-129\% {
    max-width: 129%;
  }
  .mobile\:min_h-129\% {
    min-height: 129%;
  }
  .mobile\:min_w-129\% {
    min-width: 129%;
  }
  .mobile\:h-129vh {
    height: 129vh;
  }
  .mobile\:w-129vw {
    width: 129vw;
  }
  .mobile\:min_w-129vw {
    min-width: 129vw;
  }
  .mobile\:min_h-129vh {
    min-height: 129vh;
  }
  .mobile\:max_w-129vw {
    max-width: 129vw;
  }
  .mobile\:max_h-129vh {
    max-height: 129vh;
  }
  .mobile\:m-t-130\% {
    margin-top: 130%;
  }
  .mobile\:m-t--130\% {
    margin-top: -130%;
  }
  .mobile\:p-t-130\% {
    padding-top: 130%;
  }
  .mobile\:p-t--130\% {
    padding-top: -130%;
  }
  .mobile\:top-130\% {
    top: 130%;
  }
  .mobile\:top--130\% {
    top: -130%;
  }
  .mobile\:m-b-130\% {
    margin-bottom: 130%;
  }
  .mobile\:m-b--130\% {
    margin-bottom: -130%;
  }
  .mobile\:p-b-130\% {
    padding-bottom: 130%;
  }
  .mobile\:p-b--130\% {
    padding-bottom: -130%;
  }
  .mobile\:bottom-130\% {
    bottom: 130%;
  }
  .mobile\:bottom--130\% {
    bottom: -130%;
  }
  .mobile\:m-l-130\% {
    margin-left: 130%;
  }
  .mobile\:m-l--130\% {
    margin-left: -130%;
  }
  .mobile\:p-l-130\% {
    padding-left: 130%;
  }
  .mobile\:p-l--130\% {
    padding-left: -130%;
  }
  .mobile\:left-130\% {
    left: 130%;
  }
  .mobile\:left--130\% {
    left: -130%;
  }
  .mobile\:m-r-130\% {
    margin-right: 130%;
  }
  .mobile\:m-r--130\% {
    margin-right: -130%;
  }
  .mobile\:p-r-130\% {
    padding-right: 130%;
  }
  .mobile\:p-r--130\% {
    padding-right: -130%;
  }
  .mobile\:right-130\% {
    right: 130%;
  }
  .mobile\:right--130\% {
    right: -130%;
  }
  .mobile\:h-130\% {
    height: 130%;
  }
  .mobile\:w-130\% {
    width: 130%;
  }
  .mobile\:max_h-130\% {
    max-height: 130%;
  }
  .mobile\:max_w-130\% {
    max-width: 130%;
  }
  .mobile\:min_h-130\% {
    min-height: 130%;
  }
  .mobile\:min_w-130\% {
    min-width: 130%;
  }
  .mobile\:h-130vh {
    height: 130vh;
  }
  .mobile\:w-130vw {
    width: 130vw;
  }
  .mobile\:min_w-130vw {
    min-width: 130vw;
  }
  .mobile\:min_h-130vh {
    min-height: 130vh;
  }
  .mobile\:max_w-130vw {
    max-width: 130vw;
  }
  .mobile\:max_h-130vh {
    max-height: 130vh;
  }
  .mobile\:m-t-131\% {
    margin-top: 131%;
  }
  .mobile\:m-t--131\% {
    margin-top: -131%;
  }
  .mobile\:p-t-131\% {
    padding-top: 131%;
  }
  .mobile\:p-t--131\% {
    padding-top: -131%;
  }
  .mobile\:top-131\% {
    top: 131%;
  }
  .mobile\:top--131\% {
    top: -131%;
  }
  .mobile\:m-b-131\% {
    margin-bottom: 131%;
  }
  .mobile\:m-b--131\% {
    margin-bottom: -131%;
  }
  .mobile\:p-b-131\% {
    padding-bottom: 131%;
  }
  .mobile\:p-b--131\% {
    padding-bottom: -131%;
  }
  .mobile\:bottom-131\% {
    bottom: 131%;
  }
  .mobile\:bottom--131\% {
    bottom: -131%;
  }
  .mobile\:m-l-131\% {
    margin-left: 131%;
  }
  .mobile\:m-l--131\% {
    margin-left: -131%;
  }
  .mobile\:p-l-131\% {
    padding-left: 131%;
  }
  .mobile\:p-l--131\% {
    padding-left: -131%;
  }
  .mobile\:left-131\% {
    left: 131%;
  }
  .mobile\:left--131\% {
    left: -131%;
  }
  .mobile\:m-r-131\% {
    margin-right: 131%;
  }
  .mobile\:m-r--131\% {
    margin-right: -131%;
  }
  .mobile\:p-r-131\% {
    padding-right: 131%;
  }
  .mobile\:p-r--131\% {
    padding-right: -131%;
  }
  .mobile\:right-131\% {
    right: 131%;
  }
  .mobile\:right--131\% {
    right: -131%;
  }
  .mobile\:h-131\% {
    height: 131%;
  }
  .mobile\:w-131\% {
    width: 131%;
  }
  .mobile\:max_h-131\% {
    max-height: 131%;
  }
  .mobile\:max_w-131\% {
    max-width: 131%;
  }
  .mobile\:min_h-131\% {
    min-height: 131%;
  }
  .mobile\:min_w-131\% {
    min-width: 131%;
  }
  .mobile\:h-131vh {
    height: 131vh;
  }
  .mobile\:w-131vw {
    width: 131vw;
  }
  .mobile\:min_w-131vw {
    min-width: 131vw;
  }
  .mobile\:min_h-131vh {
    min-height: 131vh;
  }
  .mobile\:max_w-131vw {
    max-width: 131vw;
  }
  .mobile\:max_h-131vh {
    max-height: 131vh;
  }
  .mobile\:m-t-132\% {
    margin-top: 132%;
  }
  .mobile\:m-t--132\% {
    margin-top: -132%;
  }
  .mobile\:p-t-132\% {
    padding-top: 132%;
  }
  .mobile\:p-t--132\% {
    padding-top: -132%;
  }
  .mobile\:top-132\% {
    top: 132%;
  }
  .mobile\:top--132\% {
    top: -132%;
  }
  .mobile\:m-b-132\% {
    margin-bottom: 132%;
  }
  .mobile\:m-b--132\% {
    margin-bottom: -132%;
  }
  .mobile\:p-b-132\% {
    padding-bottom: 132%;
  }
  .mobile\:p-b--132\% {
    padding-bottom: -132%;
  }
  .mobile\:bottom-132\% {
    bottom: 132%;
  }
  .mobile\:bottom--132\% {
    bottom: -132%;
  }
  .mobile\:m-l-132\% {
    margin-left: 132%;
  }
  .mobile\:m-l--132\% {
    margin-left: -132%;
  }
  .mobile\:p-l-132\% {
    padding-left: 132%;
  }
  .mobile\:p-l--132\% {
    padding-left: -132%;
  }
  .mobile\:left-132\% {
    left: 132%;
  }
  .mobile\:left--132\% {
    left: -132%;
  }
  .mobile\:m-r-132\% {
    margin-right: 132%;
  }
  .mobile\:m-r--132\% {
    margin-right: -132%;
  }
  .mobile\:p-r-132\% {
    padding-right: 132%;
  }
  .mobile\:p-r--132\% {
    padding-right: -132%;
  }
  .mobile\:right-132\% {
    right: 132%;
  }
  .mobile\:right--132\% {
    right: -132%;
  }
  .mobile\:h-132\% {
    height: 132%;
  }
  .mobile\:w-132\% {
    width: 132%;
  }
  .mobile\:max_h-132\% {
    max-height: 132%;
  }
  .mobile\:max_w-132\% {
    max-width: 132%;
  }
  .mobile\:min_h-132\% {
    min-height: 132%;
  }
  .mobile\:min_w-132\% {
    min-width: 132%;
  }
  .mobile\:h-132vh {
    height: 132vh;
  }
  .mobile\:w-132vw {
    width: 132vw;
  }
  .mobile\:min_w-132vw {
    min-width: 132vw;
  }
  .mobile\:min_h-132vh {
    min-height: 132vh;
  }
  .mobile\:max_w-132vw {
    max-width: 132vw;
  }
  .mobile\:max_h-132vh {
    max-height: 132vh;
  }
  .mobile\:m-t-133\% {
    margin-top: 133%;
  }
  .mobile\:m-t--133\% {
    margin-top: -133%;
  }
  .mobile\:p-t-133\% {
    padding-top: 133%;
  }
  .mobile\:p-t--133\% {
    padding-top: -133%;
  }
  .mobile\:top-133\% {
    top: 133%;
  }
  .mobile\:top--133\% {
    top: -133%;
  }
  .mobile\:m-b-133\% {
    margin-bottom: 133%;
  }
  .mobile\:m-b--133\% {
    margin-bottom: -133%;
  }
  .mobile\:p-b-133\% {
    padding-bottom: 133%;
  }
  .mobile\:p-b--133\% {
    padding-bottom: -133%;
  }
  .mobile\:bottom-133\% {
    bottom: 133%;
  }
  .mobile\:bottom--133\% {
    bottom: -133%;
  }
  .mobile\:m-l-133\% {
    margin-left: 133%;
  }
  .mobile\:m-l--133\% {
    margin-left: -133%;
  }
  .mobile\:p-l-133\% {
    padding-left: 133%;
  }
  .mobile\:p-l--133\% {
    padding-left: -133%;
  }
  .mobile\:left-133\% {
    left: 133%;
  }
  .mobile\:left--133\% {
    left: -133%;
  }
  .mobile\:m-r-133\% {
    margin-right: 133%;
  }
  .mobile\:m-r--133\% {
    margin-right: -133%;
  }
  .mobile\:p-r-133\% {
    padding-right: 133%;
  }
  .mobile\:p-r--133\% {
    padding-right: -133%;
  }
  .mobile\:right-133\% {
    right: 133%;
  }
  .mobile\:right--133\% {
    right: -133%;
  }
  .mobile\:h-133\% {
    height: 133%;
  }
  .mobile\:w-133\% {
    width: 133%;
  }
  .mobile\:max_h-133\% {
    max-height: 133%;
  }
  .mobile\:max_w-133\% {
    max-width: 133%;
  }
  .mobile\:min_h-133\% {
    min-height: 133%;
  }
  .mobile\:min_w-133\% {
    min-width: 133%;
  }
  .mobile\:h-133vh {
    height: 133vh;
  }
  .mobile\:w-133vw {
    width: 133vw;
  }
  .mobile\:min_w-133vw {
    min-width: 133vw;
  }
  .mobile\:min_h-133vh {
    min-height: 133vh;
  }
  .mobile\:max_w-133vw {
    max-width: 133vw;
  }
  .mobile\:max_h-133vh {
    max-height: 133vh;
  }
  .mobile\:m-t-134\% {
    margin-top: 134%;
  }
  .mobile\:m-t--134\% {
    margin-top: -134%;
  }
  .mobile\:p-t-134\% {
    padding-top: 134%;
  }
  .mobile\:p-t--134\% {
    padding-top: -134%;
  }
  .mobile\:top-134\% {
    top: 134%;
  }
  .mobile\:top--134\% {
    top: -134%;
  }
  .mobile\:m-b-134\% {
    margin-bottom: 134%;
  }
  .mobile\:m-b--134\% {
    margin-bottom: -134%;
  }
  .mobile\:p-b-134\% {
    padding-bottom: 134%;
  }
  .mobile\:p-b--134\% {
    padding-bottom: -134%;
  }
  .mobile\:bottom-134\% {
    bottom: 134%;
  }
  .mobile\:bottom--134\% {
    bottom: -134%;
  }
  .mobile\:m-l-134\% {
    margin-left: 134%;
  }
  .mobile\:m-l--134\% {
    margin-left: -134%;
  }
  .mobile\:p-l-134\% {
    padding-left: 134%;
  }
  .mobile\:p-l--134\% {
    padding-left: -134%;
  }
  .mobile\:left-134\% {
    left: 134%;
  }
  .mobile\:left--134\% {
    left: -134%;
  }
  .mobile\:m-r-134\% {
    margin-right: 134%;
  }
  .mobile\:m-r--134\% {
    margin-right: -134%;
  }
  .mobile\:p-r-134\% {
    padding-right: 134%;
  }
  .mobile\:p-r--134\% {
    padding-right: -134%;
  }
  .mobile\:right-134\% {
    right: 134%;
  }
  .mobile\:right--134\% {
    right: -134%;
  }
  .mobile\:h-134\% {
    height: 134%;
  }
  .mobile\:w-134\% {
    width: 134%;
  }
  .mobile\:max_h-134\% {
    max-height: 134%;
  }
  .mobile\:max_w-134\% {
    max-width: 134%;
  }
  .mobile\:min_h-134\% {
    min-height: 134%;
  }
  .mobile\:min_w-134\% {
    min-width: 134%;
  }
  .mobile\:h-134vh {
    height: 134vh;
  }
  .mobile\:w-134vw {
    width: 134vw;
  }
  .mobile\:min_w-134vw {
    min-width: 134vw;
  }
  .mobile\:min_h-134vh {
    min-height: 134vh;
  }
  .mobile\:max_w-134vw {
    max-width: 134vw;
  }
  .mobile\:max_h-134vh {
    max-height: 134vh;
  }
  .mobile\:m-t-135\% {
    margin-top: 135%;
  }
  .mobile\:m-t--135\% {
    margin-top: -135%;
  }
  .mobile\:p-t-135\% {
    padding-top: 135%;
  }
  .mobile\:p-t--135\% {
    padding-top: -135%;
  }
  .mobile\:top-135\% {
    top: 135%;
  }
  .mobile\:top--135\% {
    top: -135%;
  }
  .mobile\:m-b-135\% {
    margin-bottom: 135%;
  }
  .mobile\:m-b--135\% {
    margin-bottom: -135%;
  }
  .mobile\:p-b-135\% {
    padding-bottom: 135%;
  }
  .mobile\:p-b--135\% {
    padding-bottom: -135%;
  }
  .mobile\:bottom-135\% {
    bottom: 135%;
  }
  .mobile\:bottom--135\% {
    bottom: -135%;
  }
  .mobile\:m-l-135\% {
    margin-left: 135%;
  }
  .mobile\:m-l--135\% {
    margin-left: -135%;
  }
  .mobile\:p-l-135\% {
    padding-left: 135%;
  }
  .mobile\:p-l--135\% {
    padding-left: -135%;
  }
  .mobile\:left-135\% {
    left: 135%;
  }
  .mobile\:left--135\% {
    left: -135%;
  }
  .mobile\:m-r-135\% {
    margin-right: 135%;
  }
  .mobile\:m-r--135\% {
    margin-right: -135%;
  }
  .mobile\:p-r-135\% {
    padding-right: 135%;
  }
  .mobile\:p-r--135\% {
    padding-right: -135%;
  }
  .mobile\:right-135\% {
    right: 135%;
  }
  .mobile\:right--135\% {
    right: -135%;
  }
  .mobile\:h-135\% {
    height: 135%;
  }
  .mobile\:w-135\% {
    width: 135%;
  }
  .mobile\:max_h-135\% {
    max-height: 135%;
  }
  .mobile\:max_w-135\% {
    max-width: 135%;
  }
  .mobile\:min_h-135\% {
    min-height: 135%;
  }
  .mobile\:min_w-135\% {
    min-width: 135%;
  }
  .mobile\:h-135vh {
    height: 135vh;
  }
  .mobile\:w-135vw {
    width: 135vw;
  }
  .mobile\:min_w-135vw {
    min-width: 135vw;
  }
  .mobile\:min_h-135vh {
    min-height: 135vh;
  }
  .mobile\:max_w-135vw {
    max-width: 135vw;
  }
  .mobile\:max_h-135vh {
    max-height: 135vh;
  }
  .mobile\:m-t-136\% {
    margin-top: 136%;
  }
  .mobile\:m-t--136\% {
    margin-top: -136%;
  }
  .mobile\:p-t-136\% {
    padding-top: 136%;
  }
  .mobile\:p-t--136\% {
    padding-top: -136%;
  }
  .mobile\:top-136\% {
    top: 136%;
  }
  .mobile\:top--136\% {
    top: -136%;
  }
  .mobile\:m-b-136\% {
    margin-bottom: 136%;
  }
  .mobile\:m-b--136\% {
    margin-bottom: -136%;
  }
  .mobile\:p-b-136\% {
    padding-bottom: 136%;
  }
  .mobile\:p-b--136\% {
    padding-bottom: -136%;
  }
  .mobile\:bottom-136\% {
    bottom: 136%;
  }
  .mobile\:bottom--136\% {
    bottom: -136%;
  }
  .mobile\:m-l-136\% {
    margin-left: 136%;
  }
  .mobile\:m-l--136\% {
    margin-left: -136%;
  }
  .mobile\:p-l-136\% {
    padding-left: 136%;
  }
  .mobile\:p-l--136\% {
    padding-left: -136%;
  }
  .mobile\:left-136\% {
    left: 136%;
  }
  .mobile\:left--136\% {
    left: -136%;
  }
  .mobile\:m-r-136\% {
    margin-right: 136%;
  }
  .mobile\:m-r--136\% {
    margin-right: -136%;
  }
  .mobile\:p-r-136\% {
    padding-right: 136%;
  }
  .mobile\:p-r--136\% {
    padding-right: -136%;
  }
  .mobile\:right-136\% {
    right: 136%;
  }
  .mobile\:right--136\% {
    right: -136%;
  }
  .mobile\:h-136\% {
    height: 136%;
  }
  .mobile\:w-136\% {
    width: 136%;
  }
  .mobile\:max_h-136\% {
    max-height: 136%;
  }
  .mobile\:max_w-136\% {
    max-width: 136%;
  }
  .mobile\:min_h-136\% {
    min-height: 136%;
  }
  .mobile\:min_w-136\% {
    min-width: 136%;
  }
  .mobile\:h-136vh {
    height: 136vh;
  }
  .mobile\:w-136vw {
    width: 136vw;
  }
  .mobile\:min_w-136vw {
    min-width: 136vw;
  }
  .mobile\:min_h-136vh {
    min-height: 136vh;
  }
  .mobile\:max_w-136vw {
    max-width: 136vw;
  }
  .mobile\:max_h-136vh {
    max-height: 136vh;
  }
  .mobile\:m-t-137\% {
    margin-top: 137%;
  }
  .mobile\:m-t--137\% {
    margin-top: -137%;
  }
  .mobile\:p-t-137\% {
    padding-top: 137%;
  }
  .mobile\:p-t--137\% {
    padding-top: -137%;
  }
  .mobile\:top-137\% {
    top: 137%;
  }
  .mobile\:top--137\% {
    top: -137%;
  }
  .mobile\:m-b-137\% {
    margin-bottom: 137%;
  }
  .mobile\:m-b--137\% {
    margin-bottom: -137%;
  }
  .mobile\:p-b-137\% {
    padding-bottom: 137%;
  }
  .mobile\:p-b--137\% {
    padding-bottom: -137%;
  }
  .mobile\:bottom-137\% {
    bottom: 137%;
  }
  .mobile\:bottom--137\% {
    bottom: -137%;
  }
  .mobile\:m-l-137\% {
    margin-left: 137%;
  }
  .mobile\:m-l--137\% {
    margin-left: -137%;
  }
  .mobile\:p-l-137\% {
    padding-left: 137%;
  }
  .mobile\:p-l--137\% {
    padding-left: -137%;
  }
  .mobile\:left-137\% {
    left: 137%;
  }
  .mobile\:left--137\% {
    left: -137%;
  }
  .mobile\:m-r-137\% {
    margin-right: 137%;
  }
  .mobile\:m-r--137\% {
    margin-right: -137%;
  }
  .mobile\:p-r-137\% {
    padding-right: 137%;
  }
  .mobile\:p-r--137\% {
    padding-right: -137%;
  }
  .mobile\:right-137\% {
    right: 137%;
  }
  .mobile\:right--137\% {
    right: -137%;
  }
  .mobile\:h-137\% {
    height: 137%;
  }
  .mobile\:w-137\% {
    width: 137%;
  }
  .mobile\:max_h-137\% {
    max-height: 137%;
  }
  .mobile\:max_w-137\% {
    max-width: 137%;
  }
  .mobile\:min_h-137\% {
    min-height: 137%;
  }
  .mobile\:min_w-137\% {
    min-width: 137%;
  }
  .mobile\:h-137vh {
    height: 137vh;
  }
  .mobile\:w-137vw {
    width: 137vw;
  }
  .mobile\:min_w-137vw {
    min-width: 137vw;
  }
  .mobile\:min_h-137vh {
    min-height: 137vh;
  }
  .mobile\:max_w-137vw {
    max-width: 137vw;
  }
  .mobile\:max_h-137vh {
    max-height: 137vh;
  }
  .mobile\:m-t-138\% {
    margin-top: 138%;
  }
  .mobile\:m-t--138\% {
    margin-top: -138%;
  }
  .mobile\:p-t-138\% {
    padding-top: 138%;
  }
  .mobile\:p-t--138\% {
    padding-top: -138%;
  }
  .mobile\:top-138\% {
    top: 138%;
  }
  .mobile\:top--138\% {
    top: -138%;
  }
  .mobile\:m-b-138\% {
    margin-bottom: 138%;
  }
  .mobile\:m-b--138\% {
    margin-bottom: -138%;
  }
  .mobile\:p-b-138\% {
    padding-bottom: 138%;
  }
  .mobile\:p-b--138\% {
    padding-bottom: -138%;
  }
  .mobile\:bottom-138\% {
    bottom: 138%;
  }
  .mobile\:bottom--138\% {
    bottom: -138%;
  }
  .mobile\:m-l-138\% {
    margin-left: 138%;
  }
  .mobile\:m-l--138\% {
    margin-left: -138%;
  }
  .mobile\:p-l-138\% {
    padding-left: 138%;
  }
  .mobile\:p-l--138\% {
    padding-left: -138%;
  }
  .mobile\:left-138\% {
    left: 138%;
  }
  .mobile\:left--138\% {
    left: -138%;
  }
  .mobile\:m-r-138\% {
    margin-right: 138%;
  }
  .mobile\:m-r--138\% {
    margin-right: -138%;
  }
  .mobile\:p-r-138\% {
    padding-right: 138%;
  }
  .mobile\:p-r--138\% {
    padding-right: -138%;
  }
  .mobile\:right-138\% {
    right: 138%;
  }
  .mobile\:right--138\% {
    right: -138%;
  }
  .mobile\:h-138\% {
    height: 138%;
  }
  .mobile\:w-138\% {
    width: 138%;
  }
  .mobile\:max_h-138\% {
    max-height: 138%;
  }
  .mobile\:max_w-138\% {
    max-width: 138%;
  }
  .mobile\:min_h-138\% {
    min-height: 138%;
  }
  .mobile\:min_w-138\% {
    min-width: 138%;
  }
  .mobile\:h-138vh {
    height: 138vh;
  }
  .mobile\:w-138vw {
    width: 138vw;
  }
  .mobile\:min_w-138vw {
    min-width: 138vw;
  }
  .mobile\:min_h-138vh {
    min-height: 138vh;
  }
  .mobile\:max_w-138vw {
    max-width: 138vw;
  }
  .mobile\:max_h-138vh {
    max-height: 138vh;
  }
  .mobile\:m-t-139\% {
    margin-top: 139%;
  }
  .mobile\:m-t--139\% {
    margin-top: -139%;
  }
  .mobile\:p-t-139\% {
    padding-top: 139%;
  }
  .mobile\:p-t--139\% {
    padding-top: -139%;
  }
  .mobile\:top-139\% {
    top: 139%;
  }
  .mobile\:top--139\% {
    top: -139%;
  }
  .mobile\:m-b-139\% {
    margin-bottom: 139%;
  }
  .mobile\:m-b--139\% {
    margin-bottom: -139%;
  }
  .mobile\:p-b-139\% {
    padding-bottom: 139%;
  }
  .mobile\:p-b--139\% {
    padding-bottom: -139%;
  }
  .mobile\:bottom-139\% {
    bottom: 139%;
  }
  .mobile\:bottom--139\% {
    bottom: -139%;
  }
  .mobile\:m-l-139\% {
    margin-left: 139%;
  }
  .mobile\:m-l--139\% {
    margin-left: -139%;
  }
  .mobile\:p-l-139\% {
    padding-left: 139%;
  }
  .mobile\:p-l--139\% {
    padding-left: -139%;
  }
  .mobile\:left-139\% {
    left: 139%;
  }
  .mobile\:left--139\% {
    left: -139%;
  }
  .mobile\:m-r-139\% {
    margin-right: 139%;
  }
  .mobile\:m-r--139\% {
    margin-right: -139%;
  }
  .mobile\:p-r-139\% {
    padding-right: 139%;
  }
  .mobile\:p-r--139\% {
    padding-right: -139%;
  }
  .mobile\:right-139\% {
    right: 139%;
  }
  .mobile\:right--139\% {
    right: -139%;
  }
  .mobile\:h-139\% {
    height: 139%;
  }
  .mobile\:w-139\% {
    width: 139%;
  }
  .mobile\:max_h-139\% {
    max-height: 139%;
  }
  .mobile\:max_w-139\% {
    max-width: 139%;
  }
  .mobile\:min_h-139\% {
    min-height: 139%;
  }
  .mobile\:min_w-139\% {
    min-width: 139%;
  }
  .mobile\:h-139vh {
    height: 139vh;
  }
  .mobile\:w-139vw {
    width: 139vw;
  }
  .mobile\:min_w-139vw {
    min-width: 139vw;
  }
  .mobile\:min_h-139vh {
    min-height: 139vh;
  }
  .mobile\:max_w-139vw {
    max-width: 139vw;
  }
  .mobile\:max_h-139vh {
    max-height: 139vh;
  }
  .mobile\:m-t-140\% {
    margin-top: 140%;
  }
  .mobile\:m-t--140\% {
    margin-top: -140%;
  }
  .mobile\:p-t-140\% {
    padding-top: 140%;
  }
  .mobile\:p-t--140\% {
    padding-top: -140%;
  }
  .mobile\:top-140\% {
    top: 140%;
  }
  .mobile\:top--140\% {
    top: -140%;
  }
  .mobile\:m-b-140\% {
    margin-bottom: 140%;
  }
  .mobile\:m-b--140\% {
    margin-bottom: -140%;
  }
  .mobile\:p-b-140\% {
    padding-bottom: 140%;
  }
  .mobile\:p-b--140\% {
    padding-bottom: -140%;
  }
  .mobile\:bottom-140\% {
    bottom: 140%;
  }
  .mobile\:bottom--140\% {
    bottom: -140%;
  }
  .mobile\:m-l-140\% {
    margin-left: 140%;
  }
  .mobile\:m-l--140\% {
    margin-left: -140%;
  }
  .mobile\:p-l-140\% {
    padding-left: 140%;
  }
  .mobile\:p-l--140\% {
    padding-left: -140%;
  }
  .mobile\:left-140\% {
    left: 140%;
  }
  .mobile\:left--140\% {
    left: -140%;
  }
  .mobile\:m-r-140\% {
    margin-right: 140%;
  }
  .mobile\:m-r--140\% {
    margin-right: -140%;
  }
  .mobile\:p-r-140\% {
    padding-right: 140%;
  }
  .mobile\:p-r--140\% {
    padding-right: -140%;
  }
  .mobile\:right-140\% {
    right: 140%;
  }
  .mobile\:right--140\% {
    right: -140%;
  }
  .mobile\:h-140\% {
    height: 140%;
  }
  .mobile\:w-140\% {
    width: 140%;
  }
  .mobile\:max_h-140\% {
    max-height: 140%;
  }
  .mobile\:max_w-140\% {
    max-width: 140%;
  }
  .mobile\:min_h-140\% {
    min-height: 140%;
  }
  .mobile\:min_w-140\% {
    min-width: 140%;
  }
  .mobile\:h-140vh {
    height: 140vh;
  }
  .mobile\:w-140vw {
    width: 140vw;
  }
  .mobile\:min_w-140vw {
    min-width: 140vw;
  }
  .mobile\:min_h-140vh {
    min-height: 140vh;
  }
  .mobile\:max_w-140vw {
    max-width: 140vw;
  }
  .mobile\:max_h-140vh {
    max-height: 140vh;
  }
  .mobile\:m-t-141\% {
    margin-top: 141%;
  }
  .mobile\:m-t--141\% {
    margin-top: -141%;
  }
  .mobile\:p-t-141\% {
    padding-top: 141%;
  }
  .mobile\:p-t--141\% {
    padding-top: -141%;
  }
  .mobile\:top-141\% {
    top: 141%;
  }
  .mobile\:top--141\% {
    top: -141%;
  }
  .mobile\:m-b-141\% {
    margin-bottom: 141%;
  }
  .mobile\:m-b--141\% {
    margin-bottom: -141%;
  }
  .mobile\:p-b-141\% {
    padding-bottom: 141%;
  }
  .mobile\:p-b--141\% {
    padding-bottom: -141%;
  }
  .mobile\:bottom-141\% {
    bottom: 141%;
  }
  .mobile\:bottom--141\% {
    bottom: -141%;
  }
  .mobile\:m-l-141\% {
    margin-left: 141%;
  }
  .mobile\:m-l--141\% {
    margin-left: -141%;
  }
  .mobile\:p-l-141\% {
    padding-left: 141%;
  }
  .mobile\:p-l--141\% {
    padding-left: -141%;
  }
  .mobile\:left-141\% {
    left: 141%;
  }
  .mobile\:left--141\% {
    left: -141%;
  }
  .mobile\:m-r-141\% {
    margin-right: 141%;
  }
  .mobile\:m-r--141\% {
    margin-right: -141%;
  }
  .mobile\:p-r-141\% {
    padding-right: 141%;
  }
  .mobile\:p-r--141\% {
    padding-right: -141%;
  }
  .mobile\:right-141\% {
    right: 141%;
  }
  .mobile\:right--141\% {
    right: -141%;
  }
  .mobile\:h-141\% {
    height: 141%;
  }
  .mobile\:w-141\% {
    width: 141%;
  }
  .mobile\:max_h-141\% {
    max-height: 141%;
  }
  .mobile\:max_w-141\% {
    max-width: 141%;
  }
  .mobile\:min_h-141\% {
    min-height: 141%;
  }
  .mobile\:min_w-141\% {
    min-width: 141%;
  }
  .mobile\:h-141vh {
    height: 141vh;
  }
  .mobile\:w-141vw {
    width: 141vw;
  }
  .mobile\:min_w-141vw {
    min-width: 141vw;
  }
  .mobile\:min_h-141vh {
    min-height: 141vh;
  }
  .mobile\:max_w-141vw {
    max-width: 141vw;
  }
  .mobile\:max_h-141vh {
    max-height: 141vh;
  }
  .mobile\:m-t-142\% {
    margin-top: 142%;
  }
  .mobile\:m-t--142\% {
    margin-top: -142%;
  }
  .mobile\:p-t-142\% {
    padding-top: 142%;
  }
  .mobile\:p-t--142\% {
    padding-top: -142%;
  }
  .mobile\:top-142\% {
    top: 142%;
  }
  .mobile\:top--142\% {
    top: -142%;
  }
  .mobile\:m-b-142\% {
    margin-bottom: 142%;
  }
  .mobile\:m-b--142\% {
    margin-bottom: -142%;
  }
  .mobile\:p-b-142\% {
    padding-bottom: 142%;
  }
  .mobile\:p-b--142\% {
    padding-bottom: -142%;
  }
  .mobile\:bottom-142\% {
    bottom: 142%;
  }
  .mobile\:bottom--142\% {
    bottom: -142%;
  }
  .mobile\:m-l-142\% {
    margin-left: 142%;
  }
  .mobile\:m-l--142\% {
    margin-left: -142%;
  }
  .mobile\:p-l-142\% {
    padding-left: 142%;
  }
  .mobile\:p-l--142\% {
    padding-left: -142%;
  }
  .mobile\:left-142\% {
    left: 142%;
  }
  .mobile\:left--142\% {
    left: -142%;
  }
  .mobile\:m-r-142\% {
    margin-right: 142%;
  }
  .mobile\:m-r--142\% {
    margin-right: -142%;
  }
  .mobile\:p-r-142\% {
    padding-right: 142%;
  }
  .mobile\:p-r--142\% {
    padding-right: -142%;
  }
  .mobile\:right-142\% {
    right: 142%;
  }
  .mobile\:right--142\% {
    right: -142%;
  }
  .mobile\:h-142\% {
    height: 142%;
  }
  .mobile\:w-142\% {
    width: 142%;
  }
  .mobile\:max_h-142\% {
    max-height: 142%;
  }
  .mobile\:max_w-142\% {
    max-width: 142%;
  }
  .mobile\:min_h-142\% {
    min-height: 142%;
  }
  .mobile\:min_w-142\% {
    min-width: 142%;
  }
  .mobile\:h-142vh {
    height: 142vh;
  }
  .mobile\:w-142vw {
    width: 142vw;
  }
  .mobile\:min_w-142vw {
    min-width: 142vw;
  }
  .mobile\:min_h-142vh {
    min-height: 142vh;
  }
  .mobile\:max_w-142vw {
    max-width: 142vw;
  }
  .mobile\:max_h-142vh {
    max-height: 142vh;
  }
  .mobile\:m-t-143\% {
    margin-top: 143%;
  }
  .mobile\:m-t--143\% {
    margin-top: -143%;
  }
  .mobile\:p-t-143\% {
    padding-top: 143%;
  }
  .mobile\:p-t--143\% {
    padding-top: -143%;
  }
  .mobile\:top-143\% {
    top: 143%;
  }
  .mobile\:top--143\% {
    top: -143%;
  }
  .mobile\:m-b-143\% {
    margin-bottom: 143%;
  }
  .mobile\:m-b--143\% {
    margin-bottom: -143%;
  }
  .mobile\:p-b-143\% {
    padding-bottom: 143%;
  }
  .mobile\:p-b--143\% {
    padding-bottom: -143%;
  }
  .mobile\:bottom-143\% {
    bottom: 143%;
  }
  .mobile\:bottom--143\% {
    bottom: -143%;
  }
  .mobile\:m-l-143\% {
    margin-left: 143%;
  }
  .mobile\:m-l--143\% {
    margin-left: -143%;
  }
  .mobile\:p-l-143\% {
    padding-left: 143%;
  }
  .mobile\:p-l--143\% {
    padding-left: -143%;
  }
  .mobile\:left-143\% {
    left: 143%;
  }
  .mobile\:left--143\% {
    left: -143%;
  }
  .mobile\:m-r-143\% {
    margin-right: 143%;
  }
  .mobile\:m-r--143\% {
    margin-right: -143%;
  }
  .mobile\:p-r-143\% {
    padding-right: 143%;
  }
  .mobile\:p-r--143\% {
    padding-right: -143%;
  }
  .mobile\:right-143\% {
    right: 143%;
  }
  .mobile\:right--143\% {
    right: -143%;
  }
  .mobile\:h-143\% {
    height: 143%;
  }
  .mobile\:w-143\% {
    width: 143%;
  }
  .mobile\:max_h-143\% {
    max-height: 143%;
  }
  .mobile\:max_w-143\% {
    max-width: 143%;
  }
  .mobile\:min_h-143\% {
    min-height: 143%;
  }
  .mobile\:min_w-143\% {
    min-width: 143%;
  }
  .mobile\:h-143vh {
    height: 143vh;
  }
  .mobile\:w-143vw {
    width: 143vw;
  }
  .mobile\:min_w-143vw {
    min-width: 143vw;
  }
  .mobile\:min_h-143vh {
    min-height: 143vh;
  }
  .mobile\:max_w-143vw {
    max-width: 143vw;
  }
  .mobile\:max_h-143vh {
    max-height: 143vh;
  }
  .mobile\:m-t-144\% {
    margin-top: 144%;
  }
  .mobile\:m-t--144\% {
    margin-top: -144%;
  }
  .mobile\:p-t-144\% {
    padding-top: 144%;
  }
  .mobile\:p-t--144\% {
    padding-top: -144%;
  }
  .mobile\:top-144\% {
    top: 144%;
  }
  .mobile\:top--144\% {
    top: -144%;
  }
  .mobile\:m-b-144\% {
    margin-bottom: 144%;
  }
  .mobile\:m-b--144\% {
    margin-bottom: -144%;
  }
  .mobile\:p-b-144\% {
    padding-bottom: 144%;
  }
  .mobile\:p-b--144\% {
    padding-bottom: -144%;
  }
  .mobile\:bottom-144\% {
    bottom: 144%;
  }
  .mobile\:bottom--144\% {
    bottom: -144%;
  }
  .mobile\:m-l-144\% {
    margin-left: 144%;
  }
  .mobile\:m-l--144\% {
    margin-left: -144%;
  }
  .mobile\:p-l-144\% {
    padding-left: 144%;
  }
  .mobile\:p-l--144\% {
    padding-left: -144%;
  }
  .mobile\:left-144\% {
    left: 144%;
  }
  .mobile\:left--144\% {
    left: -144%;
  }
  .mobile\:m-r-144\% {
    margin-right: 144%;
  }
  .mobile\:m-r--144\% {
    margin-right: -144%;
  }
  .mobile\:p-r-144\% {
    padding-right: 144%;
  }
  .mobile\:p-r--144\% {
    padding-right: -144%;
  }
  .mobile\:right-144\% {
    right: 144%;
  }
  .mobile\:right--144\% {
    right: -144%;
  }
  .mobile\:h-144\% {
    height: 144%;
  }
  .mobile\:w-144\% {
    width: 144%;
  }
  .mobile\:max_h-144\% {
    max-height: 144%;
  }
  .mobile\:max_w-144\% {
    max-width: 144%;
  }
  .mobile\:min_h-144\% {
    min-height: 144%;
  }
  .mobile\:min_w-144\% {
    min-width: 144%;
  }
  .mobile\:h-144vh {
    height: 144vh;
  }
  .mobile\:w-144vw {
    width: 144vw;
  }
  .mobile\:min_w-144vw {
    min-width: 144vw;
  }
  .mobile\:min_h-144vh {
    min-height: 144vh;
  }
  .mobile\:max_w-144vw {
    max-width: 144vw;
  }
  .mobile\:max_h-144vh {
    max-height: 144vh;
  }
  .mobile\:m-t-145\% {
    margin-top: 145%;
  }
  .mobile\:m-t--145\% {
    margin-top: -145%;
  }
  .mobile\:p-t-145\% {
    padding-top: 145%;
  }
  .mobile\:p-t--145\% {
    padding-top: -145%;
  }
  .mobile\:top-145\% {
    top: 145%;
  }
  .mobile\:top--145\% {
    top: -145%;
  }
  .mobile\:m-b-145\% {
    margin-bottom: 145%;
  }
  .mobile\:m-b--145\% {
    margin-bottom: -145%;
  }
  .mobile\:p-b-145\% {
    padding-bottom: 145%;
  }
  .mobile\:p-b--145\% {
    padding-bottom: -145%;
  }
  .mobile\:bottom-145\% {
    bottom: 145%;
  }
  .mobile\:bottom--145\% {
    bottom: -145%;
  }
  .mobile\:m-l-145\% {
    margin-left: 145%;
  }
  .mobile\:m-l--145\% {
    margin-left: -145%;
  }
  .mobile\:p-l-145\% {
    padding-left: 145%;
  }
  .mobile\:p-l--145\% {
    padding-left: -145%;
  }
  .mobile\:left-145\% {
    left: 145%;
  }
  .mobile\:left--145\% {
    left: -145%;
  }
  .mobile\:m-r-145\% {
    margin-right: 145%;
  }
  .mobile\:m-r--145\% {
    margin-right: -145%;
  }
  .mobile\:p-r-145\% {
    padding-right: 145%;
  }
  .mobile\:p-r--145\% {
    padding-right: -145%;
  }
  .mobile\:right-145\% {
    right: 145%;
  }
  .mobile\:right--145\% {
    right: -145%;
  }
  .mobile\:h-145\% {
    height: 145%;
  }
  .mobile\:w-145\% {
    width: 145%;
  }
  .mobile\:max_h-145\% {
    max-height: 145%;
  }
  .mobile\:max_w-145\% {
    max-width: 145%;
  }
  .mobile\:min_h-145\% {
    min-height: 145%;
  }
  .mobile\:min_w-145\% {
    min-width: 145%;
  }
  .mobile\:h-145vh {
    height: 145vh;
  }
  .mobile\:w-145vw {
    width: 145vw;
  }
  .mobile\:min_w-145vw {
    min-width: 145vw;
  }
  .mobile\:min_h-145vh {
    min-height: 145vh;
  }
  .mobile\:max_w-145vw {
    max-width: 145vw;
  }
  .mobile\:max_h-145vh {
    max-height: 145vh;
  }
  .mobile\:m-t-146\% {
    margin-top: 146%;
  }
  .mobile\:m-t--146\% {
    margin-top: -146%;
  }
  .mobile\:p-t-146\% {
    padding-top: 146%;
  }
  .mobile\:p-t--146\% {
    padding-top: -146%;
  }
  .mobile\:top-146\% {
    top: 146%;
  }
  .mobile\:top--146\% {
    top: -146%;
  }
  .mobile\:m-b-146\% {
    margin-bottom: 146%;
  }
  .mobile\:m-b--146\% {
    margin-bottom: -146%;
  }
  .mobile\:p-b-146\% {
    padding-bottom: 146%;
  }
  .mobile\:p-b--146\% {
    padding-bottom: -146%;
  }
  .mobile\:bottom-146\% {
    bottom: 146%;
  }
  .mobile\:bottom--146\% {
    bottom: -146%;
  }
  .mobile\:m-l-146\% {
    margin-left: 146%;
  }
  .mobile\:m-l--146\% {
    margin-left: -146%;
  }
  .mobile\:p-l-146\% {
    padding-left: 146%;
  }
  .mobile\:p-l--146\% {
    padding-left: -146%;
  }
  .mobile\:left-146\% {
    left: 146%;
  }
  .mobile\:left--146\% {
    left: -146%;
  }
  .mobile\:m-r-146\% {
    margin-right: 146%;
  }
  .mobile\:m-r--146\% {
    margin-right: -146%;
  }
  .mobile\:p-r-146\% {
    padding-right: 146%;
  }
  .mobile\:p-r--146\% {
    padding-right: -146%;
  }
  .mobile\:right-146\% {
    right: 146%;
  }
  .mobile\:right--146\% {
    right: -146%;
  }
  .mobile\:h-146\% {
    height: 146%;
  }
  .mobile\:w-146\% {
    width: 146%;
  }
  .mobile\:max_h-146\% {
    max-height: 146%;
  }
  .mobile\:max_w-146\% {
    max-width: 146%;
  }
  .mobile\:min_h-146\% {
    min-height: 146%;
  }
  .mobile\:min_w-146\% {
    min-width: 146%;
  }
  .mobile\:h-146vh {
    height: 146vh;
  }
  .mobile\:w-146vw {
    width: 146vw;
  }
  .mobile\:min_w-146vw {
    min-width: 146vw;
  }
  .mobile\:min_h-146vh {
    min-height: 146vh;
  }
  .mobile\:max_w-146vw {
    max-width: 146vw;
  }
  .mobile\:max_h-146vh {
    max-height: 146vh;
  }
  .mobile\:m-t-147\% {
    margin-top: 147%;
  }
  .mobile\:m-t--147\% {
    margin-top: -147%;
  }
  .mobile\:p-t-147\% {
    padding-top: 147%;
  }
  .mobile\:p-t--147\% {
    padding-top: -147%;
  }
  .mobile\:top-147\% {
    top: 147%;
  }
  .mobile\:top--147\% {
    top: -147%;
  }
  .mobile\:m-b-147\% {
    margin-bottom: 147%;
  }
  .mobile\:m-b--147\% {
    margin-bottom: -147%;
  }
  .mobile\:p-b-147\% {
    padding-bottom: 147%;
  }
  .mobile\:p-b--147\% {
    padding-bottom: -147%;
  }
  .mobile\:bottom-147\% {
    bottom: 147%;
  }
  .mobile\:bottom--147\% {
    bottom: -147%;
  }
  .mobile\:m-l-147\% {
    margin-left: 147%;
  }
  .mobile\:m-l--147\% {
    margin-left: -147%;
  }
  .mobile\:p-l-147\% {
    padding-left: 147%;
  }
  .mobile\:p-l--147\% {
    padding-left: -147%;
  }
  .mobile\:left-147\% {
    left: 147%;
  }
  .mobile\:left--147\% {
    left: -147%;
  }
  .mobile\:m-r-147\% {
    margin-right: 147%;
  }
  .mobile\:m-r--147\% {
    margin-right: -147%;
  }
  .mobile\:p-r-147\% {
    padding-right: 147%;
  }
  .mobile\:p-r--147\% {
    padding-right: -147%;
  }
  .mobile\:right-147\% {
    right: 147%;
  }
  .mobile\:right--147\% {
    right: -147%;
  }
  .mobile\:h-147\% {
    height: 147%;
  }
  .mobile\:w-147\% {
    width: 147%;
  }
  .mobile\:max_h-147\% {
    max-height: 147%;
  }
  .mobile\:max_w-147\% {
    max-width: 147%;
  }
  .mobile\:min_h-147\% {
    min-height: 147%;
  }
  .mobile\:min_w-147\% {
    min-width: 147%;
  }
  .mobile\:h-147vh {
    height: 147vh;
  }
  .mobile\:w-147vw {
    width: 147vw;
  }
  .mobile\:min_w-147vw {
    min-width: 147vw;
  }
  .mobile\:min_h-147vh {
    min-height: 147vh;
  }
  .mobile\:max_w-147vw {
    max-width: 147vw;
  }
  .mobile\:max_h-147vh {
    max-height: 147vh;
  }
  .mobile\:m-t-148\% {
    margin-top: 148%;
  }
  .mobile\:m-t--148\% {
    margin-top: -148%;
  }
  .mobile\:p-t-148\% {
    padding-top: 148%;
  }
  .mobile\:p-t--148\% {
    padding-top: -148%;
  }
  .mobile\:top-148\% {
    top: 148%;
  }
  .mobile\:top--148\% {
    top: -148%;
  }
  .mobile\:m-b-148\% {
    margin-bottom: 148%;
  }
  .mobile\:m-b--148\% {
    margin-bottom: -148%;
  }
  .mobile\:p-b-148\% {
    padding-bottom: 148%;
  }
  .mobile\:p-b--148\% {
    padding-bottom: -148%;
  }
  .mobile\:bottom-148\% {
    bottom: 148%;
  }
  .mobile\:bottom--148\% {
    bottom: -148%;
  }
  .mobile\:m-l-148\% {
    margin-left: 148%;
  }
  .mobile\:m-l--148\% {
    margin-left: -148%;
  }
  .mobile\:p-l-148\% {
    padding-left: 148%;
  }
  .mobile\:p-l--148\% {
    padding-left: -148%;
  }
  .mobile\:left-148\% {
    left: 148%;
  }
  .mobile\:left--148\% {
    left: -148%;
  }
  .mobile\:m-r-148\% {
    margin-right: 148%;
  }
  .mobile\:m-r--148\% {
    margin-right: -148%;
  }
  .mobile\:p-r-148\% {
    padding-right: 148%;
  }
  .mobile\:p-r--148\% {
    padding-right: -148%;
  }
  .mobile\:right-148\% {
    right: 148%;
  }
  .mobile\:right--148\% {
    right: -148%;
  }
  .mobile\:h-148\% {
    height: 148%;
  }
  .mobile\:w-148\% {
    width: 148%;
  }
  .mobile\:max_h-148\% {
    max-height: 148%;
  }
  .mobile\:max_w-148\% {
    max-width: 148%;
  }
  .mobile\:min_h-148\% {
    min-height: 148%;
  }
  .mobile\:min_w-148\% {
    min-width: 148%;
  }
  .mobile\:h-148vh {
    height: 148vh;
  }
  .mobile\:w-148vw {
    width: 148vw;
  }
  .mobile\:min_w-148vw {
    min-width: 148vw;
  }
  .mobile\:min_h-148vh {
    min-height: 148vh;
  }
  .mobile\:max_w-148vw {
    max-width: 148vw;
  }
  .mobile\:max_h-148vh {
    max-height: 148vh;
  }
  .mobile\:m-t-149\% {
    margin-top: 149%;
  }
  .mobile\:m-t--149\% {
    margin-top: -149%;
  }
  .mobile\:p-t-149\% {
    padding-top: 149%;
  }
  .mobile\:p-t--149\% {
    padding-top: -149%;
  }
  .mobile\:top-149\% {
    top: 149%;
  }
  .mobile\:top--149\% {
    top: -149%;
  }
  .mobile\:m-b-149\% {
    margin-bottom: 149%;
  }
  .mobile\:m-b--149\% {
    margin-bottom: -149%;
  }
  .mobile\:p-b-149\% {
    padding-bottom: 149%;
  }
  .mobile\:p-b--149\% {
    padding-bottom: -149%;
  }
  .mobile\:bottom-149\% {
    bottom: 149%;
  }
  .mobile\:bottom--149\% {
    bottom: -149%;
  }
  .mobile\:m-l-149\% {
    margin-left: 149%;
  }
  .mobile\:m-l--149\% {
    margin-left: -149%;
  }
  .mobile\:p-l-149\% {
    padding-left: 149%;
  }
  .mobile\:p-l--149\% {
    padding-left: -149%;
  }
  .mobile\:left-149\% {
    left: 149%;
  }
  .mobile\:left--149\% {
    left: -149%;
  }
  .mobile\:m-r-149\% {
    margin-right: 149%;
  }
  .mobile\:m-r--149\% {
    margin-right: -149%;
  }
  .mobile\:p-r-149\% {
    padding-right: 149%;
  }
  .mobile\:p-r--149\% {
    padding-right: -149%;
  }
  .mobile\:right-149\% {
    right: 149%;
  }
  .mobile\:right--149\% {
    right: -149%;
  }
  .mobile\:h-149\% {
    height: 149%;
  }
  .mobile\:w-149\% {
    width: 149%;
  }
  .mobile\:max_h-149\% {
    max-height: 149%;
  }
  .mobile\:max_w-149\% {
    max-width: 149%;
  }
  .mobile\:min_h-149\% {
    min-height: 149%;
  }
  .mobile\:min_w-149\% {
    min-width: 149%;
  }
  .mobile\:h-149vh {
    height: 149vh;
  }
  .mobile\:w-149vw {
    width: 149vw;
  }
  .mobile\:min_w-149vw {
    min-width: 149vw;
  }
  .mobile\:min_h-149vh {
    min-height: 149vh;
  }
  .mobile\:max_w-149vw {
    max-width: 149vw;
  }
  .mobile\:max_h-149vh {
    max-height: 149vh;
  }
  .mobile\:m-t-150\% {
    margin-top: 150%;
  }
  .mobile\:m-t--150\% {
    margin-top: -150%;
  }
  .mobile\:p-t-150\% {
    padding-top: 150%;
  }
  .mobile\:p-t--150\% {
    padding-top: -150%;
  }
  .mobile\:top-150\% {
    top: 150%;
  }
  .mobile\:top--150\% {
    top: -150%;
  }
  .mobile\:m-b-150\% {
    margin-bottom: 150%;
  }
  .mobile\:m-b--150\% {
    margin-bottom: -150%;
  }
  .mobile\:p-b-150\% {
    padding-bottom: 150%;
  }
  .mobile\:p-b--150\% {
    padding-bottom: -150%;
  }
  .mobile\:bottom-150\% {
    bottom: 150%;
  }
  .mobile\:bottom--150\% {
    bottom: -150%;
  }
  .mobile\:m-l-150\% {
    margin-left: 150%;
  }
  .mobile\:m-l--150\% {
    margin-left: -150%;
  }
  .mobile\:p-l-150\% {
    padding-left: 150%;
  }
  .mobile\:p-l--150\% {
    padding-left: -150%;
  }
  .mobile\:left-150\% {
    left: 150%;
  }
  .mobile\:left--150\% {
    left: -150%;
  }
  .mobile\:m-r-150\% {
    margin-right: 150%;
  }
  .mobile\:m-r--150\% {
    margin-right: -150%;
  }
  .mobile\:p-r-150\% {
    padding-right: 150%;
  }
  .mobile\:p-r--150\% {
    padding-right: -150%;
  }
  .mobile\:right-150\% {
    right: 150%;
  }
  .mobile\:right--150\% {
    right: -150%;
  }
  .mobile\:h-150\% {
    height: 150%;
  }
  .mobile\:w-150\% {
    width: 150%;
  }
  .mobile\:max_h-150\% {
    max-height: 150%;
  }
  .mobile\:max_w-150\% {
    max-width: 150%;
  }
  .mobile\:min_h-150\% {
    min-height: 150%;
  }
  .mobile\:min_w-150\% {
    min-width: 150%;
  }
  .mobile\:h-150vh {
    height: 150vh;
  }
  .mobile\:w-150vw {
    width: 150vw;
  }
  .mobile\:min_w-150vw {
    min-width: 150vw;
  }
  .mobile\:min_h-150vh {
    min-height: 150vh;
  }
  .mobile\:max_w-150vw {
    max-width: 150vw;
  }
  .mobile\:max_h-150vh {
    max-height: 150vh;
  }
  .mobile\:m-t-151\% {
    margin-top: 151%;
  }
  .mobile\:m-t--151\% {
    margin-top: -151%;
  }
  .mobile\:p-t-151\% {
    padding-top: 151%;
  }
  .mobile\:p-t--151\% {
    padding-top: -151%;
  }
  .mobile\:top-151\% {
    top: 151%;
  }
  .mobile\:top--151\% {
    top: -151%;
  }
  .mobile\:m-b-151\% {
    margin-bottom: 151%;
  }
  .mobile\:m-b--151\% {
    margin-bottom: -151%;
  }
  .mobile\:p-b-151\% {
    padding-bottom: 151%;
  }
  .mobile\:p-b--151\% {
    padding-bottom: -151%;
  }
  .mobile\:bottom-151\% {
    bottom: 151%;
  }
  .mobile\:bottom--151\% {
    bottom: -151%;
  }
  .mobile\:m-l-151\% {
    margin-left: 151%;
  }
  .mobile\:m-l--151\% {
    margin-left: -151%;
  }
  .mobile\:p-l-151\% {
    padding-left: 151%;
  }
  .mobile\:p-l--151\% {
    padding-left: -151%;
  }
  .mobile\:left-151\% {
    left: 151%;
  }
  .mobile\:left--151\% {
    left: -151%;
  }
  .mobile\:m-r-151\% {
    margin-right: 151%;
  }
  .mobile\:m-r--151\% {
    margin-right: -151%;
  }
  .mobile\:p-r-151\% {
    padding-right: 151%;
  }
  .mobile\:p-r--151\% {
    padding-right: -151%;
  }
  .mobile\:right-151\% {
    right: 151%;
  }
  .mobile\:right--151\% {
    right: -151%;
  }
  .mobile\:h-151\% {
    height: 151%;
  }
  .mobile\:w-151\% {
    width: 151%;
  }
  .mobile\:max_h-151\% {
    max-height: 151%;
  }
  .mobile\:max_w-151\% {
    max-width: 151%;
  }
  .mobile\:min_h-151\% {
    min-height: 151%;
  }
  .mobile\:min_w-151\% {
    min-width: 151%;
  }
  .mobile\:h-151vh {
    height: 151vh;
  }
  .mobile\:w-151vw {
    width: 151vw;
  }
  .mobile\:min_w-151vw {
    min-width: 151vw;
  }
  .mobile\:min_h-151vh {
    min-height: 151vh;
  }
  .mobile\:max_w-151vw {
    max-width: 151vw;
  }
  .mobile\:max_h-151vh {
    max-height: 151vh;
  }
  .mobile\:m-t-152\% {
    margin-top: 152%;
  }
  .mobile\:m-t--152\% {
    margin-top: -152%;
  }
  .mobile\:p-t-152\% {
    padding-top: 152%;
  }
  .mobile\:p-t--152\% {
    padding-top: -152%;
  }
  .mobile\:top-152\% {
    top: 152%;
  }
  .mobile\:top--152\% {
    top: -152%;
  }
  .mobile\:m-b-152\% {
    margin-bottom: 152%;
  }
  .mobile\:m-b--152\% {
    margin-bottom: -152%;
  }
  .mobile\:p-b-152\% {
    padding-bottom: 152%;
  }
  .mobile\:p-b--152\% {
    padding-bottom: -152%;
  }
  .mobile\:bottom-152\% {
    bottom: 152%;
  }
  .mobile\:bottom--152\% {
    bottom: -152%;
  }
  .mobile\:m-l-152\% {
    margin-left: 152%;
  }
  .mobile\:m-l--152\% {
    margin-left: -152%;
  }
  .mobile\:p-l-152\% {
    padding-left: 152%;
  }
  .mobile\:p-l--152\% {
    padding-left: -152%;
  }
  .mobile\:left-152\% {
    left: 152%;
  }
  .mobile\:left--152\% {
    left: -152%;
  }
  .mobile\:m-r-152\% {
    margin-right: 152%;
  }
  .mobile\:m-r--152\% {
    margin-right: -152%;
  }
  .mobile\:p-r-152\% {
    padding-right: 152%;
  }
  .mobile\:p-r--152\% {
    padding-right: -152%;
  }
  .mobile\:right-152\% {
    right: 152%;
  }
  .mobile\:right--152\% {
    right: -152%;
  }
  .mobile\:h-152\% {
    height: 152%;
  }
  .mobile\:w-152\% {
    width: 152%;
  }
  .mobile\:max_h-152\% {
    max-height: 152%;
  }
  .mobile\:max_w-152\% {
    max-width: 152%;
  }
  .mobile\:min_h-152\% {
    min-height: 152%;
  }
  .mobile\:min_w-152\% {
    min-width: 152%;
  }
  .mobile\:h-152vh {
    height: 152vh;
  }
  .mobile\:w-152vw {
    width: 152vw;
  }
  .mobile\:min_w-152vw {
    min-width: 152vw;
  }
  .mobile\:min_h-152vh {
    min-height: 152vh;
  }
  .mobile\:max_w-152vw {
    max-width: 152vw;
  }
  .mobile\:max_h-152vh {
    max-height: 152vh;
  }
  .mobile\:m-t-153\% {
    margin-top: 153%;
  }
  .mobile\:m-t--153\% {
    margin-top: -153%;
  }
  .mobile\:p-t-153\% {
    padding-top: 153%;
  }
  .mobile\:p-t--153\% {
    padding-top: -153%;
  }
  .mobile\:top-153\% {
    top: 153%;
  }
  .mobile\:top--153\% {
    top: -153%;
  }
  .mobile\:m-b-153\% {
    margin-bottom: 153%;
  }
  .mobile\:m-b--153\% {
    margin-bottom: -153%;
  }
  .mobile\:p-b-153\% {
    padding-bottom: 153%;
  }
  .mobile\:p-b--153\% {
    padding-bottom: -153%;
  }
  .mobile\:bottom-153\% {
    bottom: 153%;
  }
  .mobile\:bottom--153\% {
    bottom: -153%;
  }
  .mobile\:m-l-153\% {
    margin-left: 153%;
  }
  .mobile\:m-l--153\% {
    margin-left: -153%;
  }
  .mobile\:p-l-153\% {
    padding-left: 153%;
  }
  .mobile\:p-l--153\% {
    padding-left: -153%;
  }
  .mobile\:left-153\% {
    left: 153%;
  }
  .mobile\:left--153\% {
    left: -153%;
  }
  .mobile\:m-r-153\% {
    margin-right: 153%;
  }
  .mobile\:m-r--153\% {
    margin-right: -153%;
  }
  .mobile\:p-r-153\% {
    padding-right: 153%;
  }
  .mobile\:p-r--153\% {
    padding-right: -153%;
  }
  .mobile\:right-153\% {
    right: 153%;
  }
  .mobile\:right--153\% {
    right: -153%;
  }
  .mobile\:h-153\% {
    height: 153%;
  }
  .mobile\:w-153\% {
    width: 153%;
  }
  .mobile\:max_h-153\% {
    max-height: 153%;
  }
  .mobile\:max_w-153\% {
    max-width: 153%;
  }
  .mobile\:min_h-153\% {
    min-height: 153%;
  }
  .mobile\:min_w-153\% {
    min-width: 153%;
  }
  .mobile\:h-153vh {
    height: 153vh;
  }
  .mobile\:w-153vw {
    width: 153vw;
  }
  .mobile\:min_w-153vw {
    min-width: 153vw;
  }
  .mobile\:min_h-153vh {
    min-height: 153vh;
  }
  .mobile\:max_w-153vw {
    max-width: 153vw;
  }
  .mobile\:max_h-153vh {
    max-height: 153vh;
  }
  .mobile\:m-t-154\% {
    margin-top: 154%;
  }
  .mobile\:m-t--154\% {
    margin-top: -154%;
  }
  .mobile\:p-t-154\% {
    padding-top: 154%;
  }
  .mobile\:p-t--154\% {
    padding-top: -154%;
  }
  .mobile\:top-154\% {
    top: 154%;
  }
  .mobile\:top--154\% {
    top: -154%;
  }
  .mobile\:m-b-154\% {
    margin-bottom: 154%;
  }
  .mobile\:m-b--154\% {
    margin-bottom: -154%;
  }
  .mobile\:p-b-154\% {
    padding-bottom: 154%;
  }
  .mobile\:p-b--154\% {
    padding-bottom: -154%;
  }
  .mobile\:bottom-154\% {
    bottom: 154%;
  }
  .mobile\:bottom--154\% {
    bottom: -154%;
  }
  .mobile\:m-l-154\% {
    margin-left: 154%;
  }
  .mobile\:m-l--154\% {
    margin-left: -154%;
  }
  .mobile\:p-l-154\% {
    padding-left: 154%;
  }
  .mobile\:p-l--154\% {
    padding-left: -154%;
  }
  .mobile\:left-154\% {
    left: 154%;
  }
  .mobile\:left--154\% {
    left: -154%;
  }
  .mobile\:m-r-154\% {
    margin-right: 154%;
  }
  .mobile\:m-r--154\% {
    margin-right: -154%;
  }
  .mobile\:p-r-154\% {
    padding-right: 154%;
  }
  .mobile\:p-r--154\% {
    padding-right: -154%;
  }
  .mobile\:right-154\% {
    right: 154%;
  }
  .mobile\:right--154\% {
    right: -154%;
  }
  .mobile\:h-154\% {
    height: 154%;
  }
  .mobile\:w-154\% {
    width: 154%;
  }
  .mobile\:max_h-154\% {
    max-height: 154%;
  }
  .mobile\:max_w-154\% {
    max-width: 154%;
  }
  .mobile\:min_h-154\% {
    min-height: 154%;
  }
  .mobile\:min_w-154\% {
    min-width: 154%;
  }
  .mobile\:h-154vh {
    height: 154vh;
  }
  .mobile\:w-154vw {
    width: 154vw;
  }
  .mobile\:min_w-154vw {
    min-width: 154vw;
  }
  .mobile\:min_h-154vh {
    min-height: 154vh;
  }
  .mobile\:max_w-154vw {
    max-width: 154vw;
  }
  .mobile\:max_h-154vh {
    max-height: 154vh;
  }
  .mobile\:m-t-155\% {
    margin-top: 155%;
  }
  .mobile\:m-t--155\% {
    margin-top: -155%;
  }
  .mobile\:p-t-155\% {
    padding-top: 155%;
  }
  .mobile\:p-t--155\% {
    padding-top: -155%;
  }
  .mobile\:top-155\% {
    top: 155%;
  }
  .mobile\:top--155\% {
    top: -155%;
  }
  .mobile\:m-b-155\% {
    margin-bottom: 155%;
  }
  .mobile\:m-b--155\% {
    margin-bottom: -155%;
  }
  .mobile\:p-b-155\% {
    padding-bottom: 155%;
  }
  .mobile\:p-b--155\% {
    padding-bottom: -155%;
  }
  .mobile\:bottom-155\% {
    bottom: 155%;
  }
  .mobile\:bottom--155\% {
    bottom: -155%;
  }
  .mobile\:m-l-155\% {
    margin-left: 155%;
  }
  .mobile\:m-l--155\% {
    margin-left: -155%;
  }
  .mobile\:p-l-155\% {
    padding-left: 155%;
  }
  .mobile\:p-l--155\% {
    padding-left: -155%;
  }
  .mobile\:left-155\% {
    left: 155%;
  }
  .mobile\:left--155\% {
    left: -155%;
  }
  .mobile\:m-r-155\% {
    margin-right: 155%;
  }
  .mobile\:m-r--155\% {
    margin-right: -155%;
  }
  .mobile\:p-r-155\% {
    padding-right: 155%;
  }
  .mobile\:p-r--155\% {
    padding-right: -155%;
  }
  .mobile\:right-155\% {
    right: 155%;
  }
  .mobile\:right--155\% {
    right: -155%;
  }
  .mobile\:h-155\% {
    height: 155%;
  }
  .mobile\:w-155\% {
    width: 155%;
  }
  .mobile\:max_h-155\% {
    max-height: 155%;
  }
  .mobile\:max_w-155\% {
    max-width: 155%;
  }
  .mobile\:min_h-155\% {
    min-height: 155%;
  }
  .mobile\:min_w-155\% {
    min-width: 155%;
  }
  .mobile\:h-155vh {
    height: 155vh;
  }
  .mobile\:w-155vw {
    width: 155vw;
  }
  .mobile\:min_w-155vw {
    min-width: 155vw;
  }
  .mobile\:min_h-155vh {
    min-height: 155vh;
  }
  .mobile\:max_w-155vw {
    max-width: 155vw;
  }
  .mobile\:max_h-155vh {
    max-height: 155vh;
  }
  .mobile\:m-t-156\% {
    margin-top: 156%;
  }
  .mobile\:m-t--156\% {
    margin-top: -156%;
  }
  .mobile\:p-t-156\% {
    padding-top: 156%;
  }
  .mobile\:p-t--156\% {
    padding-top: -156%;
  }
  .mobile\:top-156\% {
    top: 156%;
  }
  .mobile\:top--156\% {
    top: -156%;
  }
  .mobile\:m-b-156\% {
    margin-bottom: 156%;
  }
  .mobile\:m-b--156\% {
    margin-bottom: -156%;
  }
  .mobile\:p-b-156\% {
    padding-bottom: 156%;
  }
  .mobile\:p-b--156\% {
    padding-bottom: -156%;
  }
  .mobile\:bottom-156\% {
    bottom: 156%;
  }
  .mobile\:bottom--156\% {
    bottom: -156%;
  }
  .mobile\:m-l-156\% {
    margin-left: 156%;
  }
  .mobile\:m-l--156\% {
    margin-left: -156%;
  }
  .mobile\:p-l-156\% {
    padding-left: 156%;
  }
  .mobile\:p-l--156\% {
    padding-left: -156%;
  }
  .mobile\:left-156\% {
    left: 156%;
  }
  .mobile\:left--156\% {
    left: -156%;
  }
  .mobile\:m-r-156\% {
    margin-right: 156%;
  }
  .mobile\:m-r--156\% {
    margin-right: -156%;
  }
  .mobile\:p-r-156\% {
    padding-right: 156%;
  }
  .mobile\:p-r--156\% {
    padding-right: -156%;
  }
  .mobile\:right-156\% {
    right: 156%;
  }
  .mobile\:right--156\% {
    right: -156%;
  }
  .mobile\:h-156\% {
    height: 156%;
  }
  .mobile\:w-156\% {
    width: 156%;
  }
  .mobile\:max_h-156\% {
    max-height: 156%;
  }
  .mobile\:max_w-156\% {
    max-width: 156%;
  }
  .mobile\:min_h-156\% {
    min-height: 156%;
  }
  .mobile\:min_w-156\% {
    min-width: 156%;
  }
  .mobile\:h-156vh {
    height: 156vh;
  }
  .mobile\:w-156vw {
    width: 156vw;
  }
  .mobile\:min_w-156vw {
    min-width: 156vw;
  }
  .mobile\:min_h-156vh {
    min-height: 156vh;
  }
  .mobile\:max_w-156vw {
    max-width: 156vw;
  }
  .mobile\:max_h-156vh {
    max-height: 156vh;
  }
  .mobile\:m-t-157\% {
    margin-top: 157%;
  }
  .mobile\:m-t--157\% {
    margin-top: -157%;
  }
  .mobile\:p-t-157\% {
    padding-top: 157%;
  }
  .mobile\:p-t--157\% {
    padding-top: -157%;
  }
  .mobile\:top-157\% {
    top: 157%;
  }
  .mobile\:top--157\% {
    top: -157%;
  }
  .mobile\:m-b-157\% {
    margin-bottom: 157%;
  }
  .mobile\:m-b--157\% {
    margin-bottom: -157%;
  }
  .mobile\:p-b-157\% {
    padding-bottom: 157%;
  }
  .mobile\:p-b--157\% {
    padding-bottom: -157%;
  }
  .mobile\:bottom-157\% {
    bottom: 157%;
  }
  .mobile\:bottom--157\% {
    bottom: -157%;
  }
  .mobile\:m-l-157\% {
    margin-left: 157%;
  }
  .mobile\:m-l--157\% {
    margin-left: -157%;
  }
  .mobile\:p-l-157\% {
    padding-left: 157%;
  }
  .mobile\:p-l--157\% {
    padding-left: -157%;
  }
  .mobile\:left-157\% {
    left: 157%;
  }
  .mobile\:left--157\% {
    left: -157%;
  }
  .mobile\:m-r-157\% {
    margin-right: 157%;
  }
  .mobile\:m-r--157\% {
    margin-right: -157%;
  }
  .mobile\:p-r-157\% {
    padding-right: 157%;
  }
  .mobile\:p-r--157\% {
    padding-right: -157%;
  }
  .mobile\:right-157\% {
    right: 157%;
  }
  .mobile\:right--157\% {
    right: -157%;
  }
  .mobile\:h-157\% {
    height: 157%;
  }
  .mobile\:w-157\% {
    width: 157%;
  }
  .mobile\:max_h-157\% {
    max-height: 157%;
  }
  .mobile\:max_w-157\% {
    max-width: 157%;
  }
  .mobile\:min_h-157\% {
    min-height: 157%;
  }
  .mobile\:min_w-157\% {
    min-width: 157%;
  }
  .mobile\:h-157vh {
    height: 157vh;
  }
  .mobile\:w-157vw {
    width: 157vw;
  }
  .mobile\:min_w-157vw {
    min-width: 157vw;
  }
  .mobile\:min_h-157vh {
    min-height: 157vh;
  }
  .mobile\:max_w-157vw {
    max-width: 157vw;
  }
  .mobile\:max_h-157vh {
    max-height: 157vh;
  }
  .mobile\:m-t-158\% {
    margin-top: 158%;
  }
  .mobile\:m-t--158\% {
    margin-top: -158%;
  }
  .mobile\:p-t-158\% {
    padding-top: 158%;
  }
  .mobile\:p-t--158\% {
    padding-top: -158%;
  }
  .mobile\:top-158\% {
    top: 158%;
  }
  .mobile\:top--158\% {
    top: -158%;
  }
  .mobile\:m-b-158\% {
    margin-bottom: 158%;
  }
  .mobile\:m-b--158\% {
    margin-bottom: -158%;
  }
  .mobile\:p-b-158\% {
    padding-bottom: 158%;
  }
  .mobile\:p-b--158\% {
    padding-bottom: -158%;
  }
  .mobile\:bottom-158\% {
    bottom: 158%;
  }
  .mobile\:bottom--158\% {
    bottom: -158%;
  }
  .mobile\:m-l-158\% {
    margin-left: 158%;
  }
  .mobile\:m-l--158\% {
    margin-left: -158%;
  }
  .mobile\:p-l-158\% {
    padding-left: 158%;
  }
  .mobile\:p-l--158\% {
    padding-left: -158%;
  }
  .mobile\:left-158\% {
    left: 158%;
  }
  .mobile\:left--158\% {
    left: -158%;
  }
  .mobile\:m-r-158\% {
    margin-right: 158%;
  }
  .mobile\:m-r--158\% {
    margin-right: -158%;
  }
  .mobile\:p-r-158\% {
    padding-right: 158%;
  }
  .mobile\:p-r--158\% {
    padding-right: -158%;
  }
  .mobile\:right-158\% {
    right: 158%;
  }
  .mobile\:right--158\% {
    right: -158%;
  }
  .mobile\:h-158\% {
    height: 158%;
  }
  .mobile\:w-158\% {
    width: 158%;
  }
  .mobile\:max_h-158\% {
    max-height: 158%;
  }
  .mobile\:max_w-158\% {
    max-width: 158%;
  }
  .mobile\:min_h-158\% {
    min-height: 158%;
  }
  .mobile\:min_w-158\% {
    min-width: 158%;
  }
  .mobile\:h-158vh {
    height: 158vh;
  }
  .mobile\:w-158vw {
    width: 158vw;
  }
  .mobile\:min_w-158vw {
    min-width: 158vw;
  }
  .mobile\:min_h-158vh {
    min-height: 158vh;
  }
  .mobile\:max_w-158vw {
    max-width: 158vw;
  }
  .mobile\:max_h-158vh {
    max-height: 158vh;
  }
  .mobile\:m-t-159\% {
    margin-top: 159%;
  }
  .mobile\:m-t--159\% {
    margin-top: -159%;
  }
  .mobile\:p-t-159\% {
    padding-top: 159%;
  }
  .mobile\:p-t--159\% {
    padding-top: -159%;
  }
  .mobile\:top-159\% {
    top: 159%;
  }
  .mobile\:top--159\% {
    top: -159%;
  }
  .mobile\:m-b-159\% {
    margin-bottom: 159%;
  }
  .mobile\:m-b--159\% {
    margin-bottom: -159%;
  }
  .mobile\:p-b-159\% {
    padding-bottom: 159%;
  }
  .mobile\:p-b--159\% {
    padding-bottom: -159%;
  }
  .mobile\:bottom-159\% {
    bottom: 159%;
  }
  .mobile\:bottom--159\% {
    bottom: -159%;
  }
  .mobile\:m-l-159\% {
    margin-left: 159%;
  }
  .mobile\:m-l--159\% {
    margin-left: -159%;
  }
  .mobile\:p-l-159\% {
    padding-left: 159%;
  }
  .mobile\:p-l--159\% {
    padding-left: -159%;
  }
  .mobile\:left-159\% {
    left: 159%;
  }
  .mobile\:left--159\% {
    left: -159%;
  }
  .mobile\:m-r-159\% {
    margin-right: 159%;
  }
  .mobile\:m-r--159\% {
    margin-right: -159%;
  }
  .mobile\:p-r-159\% {
    padding-right: 159%;
  }
  .mobile\:p-r--159\% {
    padding-right: -159%;
  }
  .mobile\:right-159\% {
    right: 159%;
  }
  .mobile\:right--159\% {
    right: -159%;
  }
  .mobile\:h-159\% {
    height: 159%;
  }
  .mobile\:w-159\% {
    width: 159%;
  }
  .mobile\:max_h-159\% {
    max-height: 159%;
  }
  .mobile\:max_w-159\% {
    max-width: 159%;
  }
  .mobile\:min_h-159\% {
    min-height: 159%;
  }
  .mobile\:min_w-159\% {
    min-width: 159%;
  }
  .mobile\:h-159vh {
    height: 159vh;
  }
  .mobile\:w-159vw {
    width: 159vw;
  }
  .mobile\:min_w-159vw {
    min-width: 159vw;
  }
  .mobile\:min_h-159vh {
    min-height: 159vh;
  }
  .mobile\:max_w-159vw {
    max-width: 159vw;
  }
  .mobile\:max_h-159vh {
    max-height: 159vh;
  }
  .mobile\:m-t-160\% {
    margin-top: 160%;
  }
  .mobile\:m-t--160\% {
    margin-top: -160%;
  }
  .mobile\:p-t-160\% {
    padding-top: 160%;
  }
  .mobile\:p-t--160\% {
    padding-top: -160%;
  }
  .mobile\:top-160\% {
    top: 160%;
  }
  .mobile\:top--160\% {
    top: -160%;
  }
  .mobile\:m-b-160\% {
    margin-bottom: 160%;
  }
  .mobile\:m-b--160\% {
    margin-bottom: -160%;
  }
  .mobile\:p-b-160\% {
    padding-bottom: 160%;
  }
  .mobile\:p-b--160\% {
    padding-bottom: -160%;
  }
  .mobile\:bottom-160\% {
    bottom: 160%;
  }
  .mobile\:bottom--160\% {
    bottom: -160%;
  }
  .mobile\:m-l-160\% {
    margin-left: 160%;
  }
  .mobile\:m-l--160\% {
    margin-left: -160%;
  }
  .mobile\:p-l-160\% {
    padding-left: 160%;
  }
  .mobile\:p-l--160\% {
    padding-left: -160%;
  }
  .mobile\:left-160\% {
    left: 160%;
  }
  .mobile\:left--160\% {
    left: -160%;
  }
  .mobile\:m-r-160\% {
    margin-right: 160%;
  }
  .mobile\:m-r--160\% {
    margin-right: -160%;
  }
  .mobile\:p-r-160\% {
    padding-right: 160%;
  }
  .mobile\:p-r--160\% {
    padding-right: -160%;
  }
  .mobile\:right-160\% {
    right: 160%;
  }
  .mobile\:right--160\% {
    right: -160%;
  }
  .mobile\:h-160\% {
    height: 160%;
  }
  .mobile\:w-160\% {
    width: 160%;
  }
  .mobile\:max_h-160\% {
    max-height: 160%;
  }
  .mobile\:max_w-160\% {
    max-width: 160%;
  }
  .mobile\:min_h-160\% {
    min-height: 160%;
  }
  .mobile\:min_w-160\% {
    min-width: 160%;
  }
  .mobile\:h-160vh {
    height: 160vh;
  }
  .mobile\:w-160vw {
    width: 160vw;
  }
  .mobile\:min_w-160vw {
    min-width: 160vw;
  }
  .mobile\:min_h-160vh {
    min-height: 160vh;
  }
  .mobile\:max_w-160vw {
    max-width: 160vw;
  }
  .mobile\:max_h-160vh {
    max-height: 160vh;
  }
  .mobile\:m-t-161\% {
    margin-top: 161%;
  }
  .mobile\:m-t--161\% {
    margin-top: -161%;
  }
  .mobile\:p-t-161\% {
    padding-top: 161%;
  }
  .mobile\:p-t--161\% {
    padding-top: -161%;
  }
  .mobile\:top-161\% {
    top: 161%;
  }
  .mobile\:top--161\% {
    top: -161%;
  }
  .mobile\:m-b-161\% {
    margin-bottom: 161%;
  }
  .mobile\:m-b--161\% {
    margin-bottom: -161%;
  }
  .mobile\:p-b-161\% {
    padding-bottom: 161%;
  }
  .mobile\:p-b--161\% {
    padding-bottom: -161%;
  }
  .mobile\:bottom-161\% {
    bottom: 161%;
  }
  .mobile\:bottom--161\% {
    bottom: -161%;
  }
  .mobile\:m-l-161\% {
    margin-left: 161%;
  }
  .mobile\:m-l--161\% {
    margin-left: -161%;
  }
  .mobile\:p-l-161\% {
    padding-left: 161%;
  }
  .mobile\:p-l--161\% {
    padding-left: -161%;
  }
  .mobile\:left-161\% {
    left: 161%;
  }
  .mobile\:left--161\% {
    left: -161%;
  }
  .mobile\:m-r-161\% {
    margin-right: 161%;
  }
  .mobile\:m-r--161\% {
    margin-right: -161%;
  }
  .mobile\:p-r-161\% {
    padding-right: 161%;
  }
  .mobile\:p-r--161\% {
    padding-right: -161%;
  }
  .mobile\:right-161\% {
    right: 161%;
  }
  .mobile\:right--161\% {
    right: -161%;
  }
  .mobile\:h-161\% {
    height: 161%;
  }
  .mobile\:w-161\% {
    width: 161%;
  }
  .mobile\:max_h-161\% {
    max-height: 161%;
  }
  .mobile\:max_w-161\% {
    max-width: 161%;
  }
  .mobile\:min_h-161\% {
    min-height: 161%;
  }
  .mobile\:min_w-161\% {
    min-width: 161%;
  }
  .mobile\:h-161vh {
    height: 161vh;
  }
  .mobile\:w-161vw {
    width: 161vw;
  }
  .mobile\:min_w-161vw {
    min-width: 161vw;
  }
  .mobile\:min_h-161vh {
    min-height: 161vh;
  }
  .mobile\:max_w-161vw {
    max-width: 161vw;
  }
  .mobile\:max_h-161vh {
    max-height: 161vh;
  }
  .mobile\:m-t-162\% {
    margin-top: 162%;
  }
  .mobile\:m-t--162\% {
    margin-top: -162%;
  }
  .mobile\:p-t-162\% {
    padding-top: 162%;
  }
  .mobile\:p-t--162\% {
    padding-top: -162%;
  }
  .mobile\:top-162\% {
    top: 162%;
  }
  .mobile\:top--162\% {
    top: -162%;
  }
  .mobile\:m-b-162\% {
    margin-bottom: 162%;
  }
  .mobile\:m-b--162\% {
    margin-bottom: -162%;
  }
  .mobile\:p-b-162\% {
    padding-bottom: 162%;
  }
  .mobile\:p-b--162\% {
    padding-bottom: -162%;
  }
  .mobile\:bottom-162\% {
    bottom: 162%;
  }
  .mobile\:bottom--162\% {
    bottom: -162%;
  }
  .mobile\:m-l-162\% {
    margin-left: 162%;
  }
  .mobile\:m-l--162\% {
    margin-left: -162%;
  }
  .mobile\:p-l-162\% {
    padding-left: 162%;
  }
  .mobile\:p-l--162\% {
    padding-left: -162%;
  }
  .mobile\:left-162\% {
    left: 162%;
  }
  .mobile\:left--162\% {
    left: -162%;
  }
  .mobile\:m-r-162\% {
    margin-right: 162%;
  }
  .mobile\:m-r--162\% {
    margin-right: -162%;
  }
  .mobile\:p-r-162\% {
    padding-right: 162%;
  }
  .mobile\:p-r--162\% {
    padding-right: -162%;
  }
  .mobile\:right-162\% {
    right: 162%;
  }
  .mobile\:right--162\% {
    right: -162%;
  }
  .mobile\:h-162\% {
    height: 162%;
  }
  .mobile\:w-162\% {
    width: 162%;
  }
  .mobile\:max_h-162\% {
    max-height: 162%;
  }
  .mobile\:max_w-162\% {
    max-width: 162%;
  }
  .mobile\:min_h-162\% {
    min-height: 162%;
  }
  .mobile\:min_w-162\% {
    min-width: 162%;
  }
  .mobile\:h-162vh {
    height: 162vh;
  }
  .mobile\:w-162vw {
    width: 162vw;
  }
  .mobile\:min_w-162vw {
    min-width: 162vw;
  }
  .mobile\:min_h-162vh {
    min-height: 162vh;
  }
  .mobile\:max_w-162vw {
    max-width: 162vw;
  }
  .mobile\:max_h-162vh {
    max-height: 162vh;
  }
  .mobile\:m-t-163\% {
    margin-top: 163%;
  }
  .mobile\:m-t--163\% {
    margin-top: -163%;
  }
  .mobile\:p-t-163\% {
    padding-top: 163%;
  }
  .mobile\:p-t--163\% {
    padding-top: -163%;
  }
  .mobile\:top-163\% {
    top: 163%;
  }
  .mobile\:top--163\% {
    top: -163%;
  }
  .mobile\:m-b-163\% {
    margin-bottom: 163%;
  }
  .mobile\:m-b--163\% {
    margin-bottom: -163%;
  }
  .mobile\:p-b-163\% {
    padding-bottom: 163%;
  }
  .mobile\:p-b--163\% {
    padding-bottom: -163%;
  }
  .mobile\:bottom-163\% {
    bottom: 163%;
  }
  .mobile\:bottom--163\% {
    bottom: -163%;
  }
  .mobile\:m-l-163\% {
    margin-left: 163%;
  }
  .mobile\:m-l--163\% {
    margin-left: -163%;
  }
  .mobile\:p-l-163\% {
    padding-left: 163%;
  }
  .mobile\:p-l--163\% {
    padding-left: -163%;
  }
  .mobile\:left-163\% {
    left: 163%;
  }
  .mobile\:left--163\% {
    left: -163%;
  }
  .mobile\:m-r-163\% {
    margin-right: 163%;
  }
  .mobile\:m-r--163\% {
    margin-right: -163%;
  }
  .mobile\:p-r-163\% {
    padding-right: 163%;
  }
  .mobile\:p-r--163\% {
    padding-right: -163%;
  }
  .mobile\:right-163\% {
    right: 163%;
  }
  .mobile\:right--163\% {
    right: -163%;
  }
  .mobile\:h-163\% {
    height: 163%;
  }
  .mobile\:w-163\% {
    width: 163%;
  }
  .mobile\:max_h-163\% {
    max-height: 163%;
  }
  .mobile\:max_w-163\% {
    max-width: 163%;
  }
  .mobile\:min_h-163\% {
    min-height: 163%;
  }
  .mobile\:min_w-163\% {
    min-width: 163%;
  }
  .mobile\:h-163vh {
    height: 163vh;
  }
  .mobile\:w-163vw {
    width: 163vw;
  }
  .mobile\:min_w-163vw {
    min-width: 163vw;
  }
  .mobile\:min_h-163vh {
    min-height: 163vh;
  }
  .mobile\:max_w-163vw {
    max-width: 163vw;
  }
  .mobile\:max_h-163vh {
    max-height: 163vh;
  }
  .mobile\:m-t-164\% {
    margin-top: 164%;
  }
  .mobile\:m-t--164\% {
    margin-top: -164%;
  }
  .mobile\:p-t-164\% {
    padding-top: 164%;
  }
  .mobile\:p-t--164\% {
    padding-top: -164%;
  }
  .mobile\:top-164\% {
    top: 164%;
  }
  .mobile\:top--164\% {
    top: -164%;
  }
  .mobile\:m-b-164\% {
    margin-bottom: 164%;
  }
  .mobile\:m-b--164\% {
    margin-bottom: -164%;
  }
  .mobile\:p-b-164\% {
    padding-bottom: 164%;
  }
  .mobile\:p-b--164\% {
    padding-bottom: -164%;
  }
  .mobile\:bottom-164\% {
    bottom: 164%;
  }
  .mobile\:bottom--164\% {
    bottom: -164%;
  }
  .mobile\:m-l-164\% {
    margin-left: 164%;
  }
  .mobile\:m-l--164\% {
    margin-left: -164%;
  }
  .mobile\:p-l-164\% {
    padding-left: 164%;
  }
  .mobile\:p-l--164\% {
    padding-left: -164%;
  }
  .mobile\:left-164\% {
    left: 164%;
  }
  .mobile\:left--164\% {
    left: -164%;
  }
  .mobile\:m-r-164\% {
    margin-right: 164%;
  }
  .mobile\:m-r--164\% {
    margin-right: -164%;
  }
  .mobile\:p-r-164\% {
    padding-right: 164%;
  }
  .mobile\:p-r--164\% {
    padding-right: -164%;
  }
  .mobile\:right-164\% {
    right: 164%;
  }
  .mobile\:right--164\% {
    right: -164%;
  }
  .mobile\:h-164\% {
    height: 164%;
  }
  .mobile\:w-164\% {
    width: 164%;
  }
  .mobile\:max_h-164\% {
    max-height: 164%;
  }
  .mobile\:max_w-164\% {
    max-width: 164%;
  }
  .mobile\:min_h-164\% {
    min-height: 164%;
  }
  .mobile\:min_w-164\% {
    min-width: 164%;
  }
  .mobile\:h-164vh {
    height: 164vh;
  }
  .mobile\:w-164vw {
    width: 164vw;
  }
  .mobile\:min_w-164vw {
    min-width: 164vw;
  }
  .mobile\:min_h-164vh {
    min-height: 164vh;
  }
  .mobile\:max_w-164vw {
    max-width: 164vw;
  }
  .mobile\:max_h-164vh {
    max-height: 164vh;
  }
  .mobile\:m-t-165\% {
    margin-top: 165%;
  }
  .mobile\:m-t--165\% {
    margin-top: -165%;
  }
  .mobile\:p-t-165\% {
    padding-top: 165%;
  }
  .mobile\:p-t--165\% {
    padding-top: -165%;
  }
  .mobile\:top-165\% {
    top: 165%;
  }
  .mobile\:top--165\% {
    top: -165%;
  }
  .mobile\:m-b-165\% {
    margin-bottom: 165%;
  }
  .mobile\:m-b--165\% {
    margin-bottom: -165%;
  }
  .mobile\:p-b-165\% {
    padding-bottom: 165%;
  }
  .mobile\:p-b--165\% {
    padding-bottom: -165%;
  }
  .mobile\:bottom-165\% {
    bottom: 165%;
  }
  .mobile\:bottom--165\% {
    bottom: -165%;
  }
  .mobile\:m-l-165\% {
    margin-left: 165%;
  }
  .mobile\:m-l--165\% {
    margin-left: -165%;
  }
  .mobile\:p-l-165\% {
    padding-left: 165%;
  }
  .mobile\:p-l--165\% {
    padding-left: -165%;
  }
  .mobile\:left-165\% {
    left: 165%;
  }
  .mobile\:left--165\% {
    left: -165%;
  }
  .mobile\:m-r-165\% {
    margin-right: 165%;
  }
  .mobile\:m-r--165\% {
    margin-right: -165%;
  }
  .mobile\:p-r-165\% {
    padding-right: 165%;
  }
  .mobile\:p-r--165\% {
    padding-right: -165%;
  }
  .mobile\:right-165\% {
    right: 165%;
  }
  .mobile\:right--165\% {
    right: -165%;
  }
  .mobile\:h-165\% {
    height: 165%;
  }
  .mobile\:w-165\% {
    width: 165%;
  }
  .mobile\:max_h-165\% {
    max-height: 165%;
  }
  .mobile\:max_w-165\% {
    max-width: 165%;
  }
  .mobile\:min_h-165\% {
    min-height: 165%;
  }
  .mobile\:min_w-165\% {
    min-width: 165%;
  }
  .mobile\:h-165vh {
    height: 165vh;
  }
  .mobile\:w-165vw {
    width: 165vw;
  }
  .mobile\:min_w-165vw {
    min-width: 165vw;
  }
  .mobile\:min_h-165vh {
    min-height: 165vh;
  }
  .mobile\:max_w-165vw {
    max-width: 165vw;
  }
  .mobile\:max_h-165vh {
    max-height: 165vh;
  }
  .mobile\:m-t-166\% {
    margin-top: 166%;
  }
  .mobile\:m-t--166\% {
    margin-top: -166%;
  }
  .mobile\:p-t-166\% {
    padding-top: 166%;
  }
  .mobile\:p-t--166\% {
    padding-top: -166%;
  }
  .mobile\:top-166\% {
    top: 166%;
  }
  .mobile\:top--166\% {
    top: -166%;
  }
  .mobile\:m-b-166\% {
    margin-bottom: 166%;
  }
  .mobile\:m-b--166\% {
    margin-bottom: -166%;
  }
  .mobile\:p-b-166\% {
    padding-bottom: 166%;
  }
  .mobile\:p-b--166\% {
    padding-bottom: -166%;
  }
  .mobile\:bottom-166\% {
    bottom: 166%;
  }
  .mobile\:bottom--166\% {
    bottom: -166%;
  }
  .mobile\:m-l-166\% {
    margin-left: 166%;
  }
  .mobile\:m-l--166\% {
    margin-left: -166%;
  }
  .mobile\:p-l-166\% {
    padding-left: 166%;
  }
  .mobile\:p-l--166\% {
    padding-left: -166%;
  }
  .mobile\:left-166\% {
    left: 166%;
  }
  .mobile\:left--166\% {
    left: -166%;
  }
  .mobile\:m-r-166\% {
    margin-right: 166%;
  }
  .mobile\:m-r--166\% {
    margin-right: -166%;
  }
  .mobile\:p-r-166\% {
    padding-right: 166%;
  }
  .mobile\:p-r--166\% {
    padding-right: -166%;
  }
  .mobile\:right-166\% {
    right: 166%;
  }
  .mobile\:right--166\% {
    right: -166%;
  }
  .mobile\:h-166\% {
    height: 166%;
  }
  .mobile\:w-166\% {
    width: 166%;
  }
  .mobile\:max_h-166\% {
    max-height: 166%;
  }
  .mobile\:max_w-166\% {
    max-width: 166%;
  }
  .mobile\:min_h-166\% {
    min-height: 166%;
  }
  .mobile\:min_w-166\% {
    min-width: 166%;
  }
  .mobile\:h-166vh {
    height: 166vh;
  }
  .mobile\:w-166vw {
    width: 166vw;
  }
  .mobile\:min_w-166vw {
    min-width: 166vw;
  }
  .mobile\:min_h-166vh {
    min-height: 166vh;
  }
  .mobile\:max_w-166vw {
    max-width: 166vw;
  }
  .mobile\:max_h-166vh {
    max-height: 166vh;
  }
  .mobile\:m-t-167\% {
    margin-top: 167%;
  }
  .mobile\:m-t--167\% {
    margin-top: -167%;
  }
  .mobile\:p-t-167\% {
    padding-top: 167%;
  }
  .mobile\:p-t--167\% {
    padding-top: -167%;
  }
  .mobile\:top-167\% {
    top: 167%;
  }
  .mobile\:top--167\% {
    top: -167%;
  }
  .mobile\:m-b-167\% {
    margin-bottom: 167%;
  }
  .mobile\:m-b--167\% {
    margin-bottom: -167%;
  }
  .mobile\:p-b-167\% {
    padding-bottom: 167%;
  }
  .mobile\:p-b--167\% {
    padding-bottom: -167%;
  }
  .mobile\:bottom-167\% {
    bottom: 167%;
  }
  .mobile\:bottom--167\% {
    bottom: -167%;
  }
  .mobile\:m-l-167\% {
    margin-left: 167%;
  }
  .mobile\:m-l--167\% {
    margin-left: -167%;
  }
  .mobile\:p-l-167\% {
    padding-left: 167%;
  }
  .mobile\:p-l--167\% {
    padding-left: -167%;
  }
  .mobile\:left-167\% {
    left: 167%;
  }
  .mobile\:left--167\% {
    left: -167%;
  }
  .mobile\:m-r-167\% {
    margin-right: 167%;
  }
  .mobile\:m-r--167\% {
    margin-right: -167%;
  }
  .mobile\:p-r-167\% {
    padding-right: 167%;
  }
  .mobile\:p-r--167\% {
    padding-right: -167%;
  }
  .mobile\:right-167\% {
    right: 167%;
  }
  .mobile\:right--167\% {
    right: -167%;
  }
  .mobile\:h-167\% {
    height: 167%;
  }
  .mobile\:w-167\% {
    width: 167%;
  }
  .mobile\:max_h-167\% {
    max-height: 167%;
  }
  .mobile\:max_w-167\% {
    max-width: 167%;
  }
  .mobile\:min_h-167\% {
    min-height: 167%;
  }
  .mobile\:min_w-167\% {
    min-width: 167%;
  }
  .mobile\:h-167vh {
    height: 167vh;
  }
  .mobile\:w-167vw {
    width: 167vw;
  }
  .mobile\:min_w-167vw {
    min-width: 167vw;
  }
  .mobile\:min_h-167vh {
    min-height: 167vh;
  }
  .mobile\:max_w-167vw {
    max-width: 167vw;
  }
  .mobile\:max_h-167vh {
    max-height: 167vh;
  }
  .mobile\:m-t-168\% {
    margin-top: 168%;
  }
  .mobile\:m-t--168\% {
    margin-top: -168%;
  }
  .mobile\:p-t-168\% {
    padding-top: 168%;
  }
  .mobile\:p-t--168\% {
    padding-top: -168%;
  }
  .mobile\:top-168\% {
    top: 168%;
  }
  .mobile\:top--168\% {
    top: -168%;
  }
  .mobile\:m-b-168\% {
    margin-bottom: 168%;
  }
  .mobile\:m-b--168\% {
    margin-bottom: -168%;
  }
  .mobile\:p-b-168\% {
    padding-bottom: 168%;
  }
  .mobile\:p-b--168\% {
    padding-bottom: -168%;
  }
  .mobile\:bottom-168\% {
    bottom: 168%;
  }
  .mobile\:bottom--168\% {
    bottom: -168%;
  }
  .mobile\:m-l-168\% {
    margin-left: 168%;
  }
  .mobile\:m-l--168\% {
    margin-left: -168%;
  }
  .mobile\:p-l-168\% {
    padding-left: 168%;
  }
  .mobile\:p-l--168\% {
    padding-left: -168%;
  }
  .mobile\:left-168\% {
    left: 168%;
  }
  .mobile\:left--168\% {
    left: -168%;
  }
  .mobile\:m-r-168\% {
    margin-right: 168%;
  }
  .mobile\:m-r--168\% {
    margin-right: -168%;
  }
  .mobile\:p-r-168\% {
    padding-right: 168%;
  }
  .mobile\:p-r--168\% {
    padding-right: -168%;
  }
  .mobile\:right-168\% {
    right: 168%;
  }
  .mobile\:right--168\% {
    right: -168%;
  }
  .mobile\:h-168\% {
    height: 168%;
  }
  .mobile\:w-168\% {
    width: 168%;
  }
  .mobile\:max_h-168\% {
    max-height: 168%;
  }
  .mobile\:max_w-168\% {
    max-width: 168%;
  }
  .mobile\:min_h-168\% {
    min-height: 168%;
  }
  .mobile\:min_w-168\% {
    min-width: 168%;
  }
  .mobile\:h-168vh {
    height: 168vh;
  }
  .mobile\:w-168vw {
    width: 168vw;
  }
  .mobile\:min_w-168vw {
    min-width: 168vw;
  }
  .mobile\:min_h-168vh {
    min-height: 168vh;
  }
  .mobile\:max_w-168vw {
    max-width: 168vw;
  }
  .mobile\:max_h-168vh {
    max-height: 168vh;
  }
  .mobile\:m-t-169\% {
    margin-top: 169%;
  }
  .mobile\:m-t--169\% {
    margin-top: -169%;
  }
  .mobile\:p-t-169\% {
    padding-top: 169%;
  }
  .mobile\:p-t--169\% {
    padding-top: -169%;
  }
  .mobile\:top-169\% {
    top: 169%;
  }
  .mobile\:top--169\% {
    top: -169%;
  }
  .mobile\:m-b-169\% {
    margin-bottom: 169%;
  }
  .mobile\:m-b--169\% {
    margin-bottom: -169%;
  }
  .mobile\:p-b-169\% {
    padding-bottom: 169%;
  }
  .mobile\:p-b--169\% {
    padding-bottom: -169%;
  }
  .mobile\:bottom-169\% {
    bottom: 169%;
  }
  .mobile\:bottom--169\% {
    bottom: -169%;
  }
  .mobile\:m-l-169\% {
    margin-left: 169%;
  }
  .mobile\:m-l--169\% {
    margin-left: -169%;
  }
  .mobile\:p-l-169\% {
    padding-left: 169%;
  }
  .mobile\:p-l--169\% {
    padding-left: -169%;
  }
  .mobile\:left-169\% {
    left: 169%;
  }
  .mobile\:left--169\% {
    left: -169%;
  }
  .mobile\:m-r-169\% {
    margin-right: 169%;
  }
  .mobile\:m-r--169\% {
    margin-right: -169%;
  }
  .mobile\:p-r-169\% {
    padding-right: 169%;
  }
  .mobile\:p-r--169\% {
    padding-right: -169%;
  }
  .mobile\:right-169\% {
    right: 169%;
  }
  .mobile\:right--169\% {
    right: -169%;
  }
  .mobile\:h-169\% {
    height: 169%;
  }
  .mobile\:w-169\% {
    width: 169%;
  }
  .mobile\:max_h-169\% {
    max-height: 169%;
  }
  .mobile\:max_w-169\% {
    max-width: 169%;
  }
  .mobile\:min_h-169\% {
    min-height: 169%;
  }
  .mobile\:min_w-169\% {
    min-width: 169%;
  }
  .mobile\:h-169vh {
    height: 169vh;
  }
  .mobile\:w-169vw {
    width: 169vw;
  }
  .mobile\:min_w-169vw {
    min-width: 169vw;
  }
  .mobile\:min_h-169vh {
    min-height: 169vh;
  }
  .mobile\:max_w-169vw {
    max-width: 169vw;
  }
  .mobile\:max_h-169vh {
    max-height: 169vh;
  }
  .mobile\:m-t-170\% {
    margin-top: 170%;
  }
  .mobile\:m-t--170\% {
    margin-top: -170%;
  }
  .mobile\:p-t-170\% {
    padding-top: 170%;
  }
  .mobile\:p-t--170\% {
    padding-top: -170%;
  }
  .mobile\:top-170\% {
    top: 170%;
  }
  .mobile\:top--170\% {
    top: -170%;
  }
  .mobile\:m-b-170\% {
    margin-bottom: 170%;
  }
  .mobile\:m-b--170\% {
    margin-bottom: -170%;
  }
  .mobile\:p-b-170\% {
    padding-bottom: 170%;
  }
  .mobile\:p-b--170\% {
    padding-bottom: -170%;
  }
  .mobile\:bottom-170\% {
    bottom: 170%;
  }
  .mobile\:bottom--170\% {
    bottom: -170%;
  }
  .mobile\:m-l-170\% {
    margin-left: 170%;
  }
  .mobile\:m-l--170\% {
    margin-left: -170%;
  }
  .mobile\:p-l-170\% {
    padding-left: 170%;
  }
  .mobile\:p-l--170\% {
    padding-left: -170%;
  }
  .mobile\:left-170\% {
    left: 170%;
  }
  .mobile\:left--170\% {
    left: -170%;
  }
  .mobile\:m-r-170\% {
    margin-right: 170%;
  }
  .mobile\:m-r--170\% {
    margin-right: -170%;
  }
  .mobile\:p-r-170\% {
    padding-right: 170%;
  }
  .mobile\:p-r--170\% {
    padding-right: -170%;
  }
  .mobile\:right-170\% {
    right: 170%;
  }
  .mobile\:right--170\% {
    right: -170%;
  }
  .mobile\:h-170\% {
    height: 170%;
  }
  .mobile\:w-170\% {
    width: 170%;
  }
  .mobile\:max_h-170\% {
    max-height: 170%;
  }
  .mobile\:max_w-170\% {
    max-width: 170%;
  }
  .mobile\:min_h-170\% {
    min-height: 170%;
  }
  .mobile\:min_w-170\% {
    min-width: 170%;
  }
  .mobile\:h-170vh {
    height: 170vh;
  }
  .mobile\:w-170vw {
    width: 170vw;
  }
  .mobile\:min_w-170vw {
    min-width: 170vw;
  }
  .mobile\:min_h-170vh {
    min-height: 170vh;
  }
  .mobile\:max_w-170vw {
    max-width: 170vw;
  }
  .mobile\:max_h-170vh {
    max-height: 170vh;
  }
  .mobile\:m-t-171\% {
    margin-top: 171%;
  }
  .mobile\:m-t--171\% {
    margin-top: -171%;
  }
  .mobile\:p-t-171\% {
    padding-top: 171%;
  }
  .mobile\:p-t--171\% {
    padding-top: -171%;
  }
  .mobile\:top-171\% {
    top: 171%;
  }
  .mobile\:top--171\% {
    top: -171%;
  }
  .mobile\:m-b-171\% {
    margin-bottom: 171%;
  }
  .mobile\:m-b--171\% {
    margin-bottom: -171%;
  }
  .mobile\:p-b-171\% {
    padding-bottom: 171%;
  }
  .mobile\:p-b--171\% {
    padding-bottom: -171%;
  }
  .mobile\:bottom-171\% {
    bottom: 171%;
  }
  .mobile\:bottom--171\% {
    bottom: -171%;
  }
  .mobile\:m-l-171\% {
    margin-left: 171%;
  }
  .mobile\:m-l--171\% {
    margin-left: -171%;
  }
  .mobile\:p-l-171\% {
    padding-left: 171%;
  }
  .mobile\:p-l--171\% {
    padding-left: -171%;
  }
  .mobile\:left-171\% {
    left: 171%;
  }
  .mobile\:left--171\% {
    left: -171%;
  }
  .mobile\:m-r-171\% {
    margin-right: 171%;
  }
  .mobile\:m-r--171\% {
    margin-right: -171%;
  }
  .mobile\:p-r-171\% {
    padding-right: 171%;
  }
  .mobile\:p-r--171\% {
    padding-right: -171%;
  }
  .mobile\:right-171\% {
    right: 171%;
  }
  .mobile\:right--171\% {
    right: -171%;
  }
  .mobile\:h-171\% {
    height: 171%;
  }
  .mobile\:w-171\% {
    width: 171%;
  }
  .mobile\:max_h-171\% {
    max-height: 171%;
  }
  .mobile\:max_w-171\% {
    max-width: 171%;
  }
  .mobile\:min_h-171\% {
    min-height: 171%;
  }
  .mobile\:min_w-171\% {
    min-width: 171%;
  }
  .mobile\:h-171vh {
    height: 171vh;
  }
  .mobile\:w-171vw {
    width: 171vw;
  }
  .mobile\:min_w-171vw {
    min-width: 171vw;
  }
  .mobile\:min_h-171vh {
    min-height: 171vh;
  }
  .mobile\:max_w-171vw {
    max-width: 171vw;
  }
  .mobile\:max_h-171vh {
    max-height: 171vh;
  }
  .mobile\:m-t-172\% {
    margin-top: 172%;
  }
  .mobile\:m-t--172\% {
    margin-top: -172%;
  }
  .mobile\:p-t-172\% {
    padding-top: 172%;
  }
  .mobile\:p-t--172\% {
    padding-top: -172%;
  }
  .mobile\:top-172\% {
    top: 172%;
  }
  .mobile\:top--172\% {
    top: -172%;
  }
  .mobile\:m-b-172\% {
    margin-bottom: 172%;
  }
  .mobile\:m-b--172\% {
    margin-bottom: -172%;
  }
  .mobile\:p-b-172\% {
    padding-bottom: 172%;
  }
  .mobile\:p-b--172\% {
    padding-bottom: -172%;
  }
  .mobile\:bottom-172\% {
    bottom: 172%;
  }
  .mobile\:bottom--172\% {
    bottom: -172%;
  }
  .mobile\:m-l-172\% {
    margin-left: 172%;
  }
  .mobile\:m-l--172\% {
    margin-left: -172%;
  }
  .mobile\:p-l-172\% {
    padding-left: 172%;
  }
  .mobile\:p-l--172\% {
    padding-left: -172%;
  }
  .mobile\:left-172\% {
    left: 172%;
  }
  .mobile\:left--172\% {
    left: -172%;
  }
  .mobile\:m-r-172\% {
    margin-right: 172%;
  }
  .mobile\:m-r--172\% {
    margin-right: -172%;
  }
  .mobile\:p-r-172\% {
    padding-right: 172%;
  }
  .mobile\:p-r--172\% {
    padding-right: -172%;
  }
  .mobile\:right-172\% {
    right: 172%;
  }
  .mobile\:right--172\% {
    right: -172%;
  }
  .mobile\:h-172\% {
    height: 172%;
  }
  .mobile\:w-172\% {
    width: 172%;
  }
  .mobile\:max_h-172\% {
    max-height: 172%;
  }
  .mobile\:max_w-172\% {
    max-width: 172%;
  }
  .mobile\:min_h-172\% {
    min-height: 172%;
  }
  .mobile\:min_w-172\% {
    min-width: 172%;
  }
  .mobile\:h-172vh {
    height: 172vh;
  }
  .mobile\:w-172vw {
    width: 172vw;
  }
  .mobile\:min_w-172vw {
    min-width: 172vw;
  }
  .mobile\:min_h-172vh {
    min-height: 172vh;
  }
  .mobile\:max_w-172vw {
    max-width: 172vw;
  }
  .mobile\:max_h-172vh {
    max-height: 172vh;
  }
  .mobile\:m-t-173\% {
    margin-top: 173%;
  }
  .mobile\:m-t--173\% {
    margin-top: -173%;
  }
  .mobile\:p-t-173\% {
    padding-top: 173%;
  }
  .mobile\:p-t--173\% {
    padding-top: -173%;
  }
  .mobile\:top-173\% {
    top: 173%;
  }
  .mobile\:top--173\% {
    top: -173%;
  }
  .mobile\:m-b-173\% {
    margin-bottom: 173%;
  }
  .mobile\:m-b--173\% {
    margin-bottom: -173%;
  }
  .mobile\:p-b-173\% {
    padding-bottom: 173%;
  }
  .mobile\:p-b--173\% {
    padding-bottom: -173%;
  }
  .mobile\:bottom-173\% {
    bottom: 173%;
  }
  .mobile\:bottom--173\% {
    bottom: -173%;
  }
  .mobile\:m-l-173\% {
    margin-left: 173%;
  }
  .mobile\:m-l--173\% {
    margin-left: -173%;
  }
  .mobile\:p-l-173\% {
    padding-left: 173%;
  }
  .mobile\:p-l--173\% {
    padding-left: -173%;
  }
  .mobile\:left-173\% {
    left: 173%;
  }
  .mobile\:left--173\% {
    left: -173%;
  }
  .mobile\:m-r-173\% {
    margin-right: 173%;
  }
  .mobile\:m-r--173\% {
    margin-right: -173%;
  }
  .mobile\:p-r-173\% {
    padding-right: 173%;
  }
  .mobile\:p-r--173\% {
    padding-right: -173%;
  }
  .mobile\:right-173\% {
    right: 173%;
  }
  .mobile\:right--173\% {
    right: -173%;
  }
  .mobile\:h-173\% {
    height: 173%;
  }
  .mobile\:w-173\% {
    width: 173%;
  }
  .mobile\:max_h-173\% {
    max-height: 173%;
  }
  .mobile\:max_w-173\% {
    max-width: 173%;
  }
  .mobile\:min_h-173\% {
    min-height: 173%;
  }
  .mobile\:min_w-173\% {
    min-width: 173%;
  }
  .mobile\:h-173vh {
    height: 173vh;
  }
  .mobile\:w-173vw {
    width: 173vw;
  }
  .mobile\:min_w-173vw {
    min-width: 173vw;
  }
  .mobile\:min_h-173vh {
    min-height: 173vh;
  }
  .mobile\:max_w-173vw {
    max-width: 173vw;
  }
  .mobile\:max_h-173vh {
    max-height: 173vh;
  }
  .mobile\:m-t-174\% {
    margin-top: 174%;
  }
  .mobile\:m-t--174\% {
    margin-top: -174%;
  }
  .mobile\:p-t-174\% {
    padding-top: 174%;
  }
  .mobile\:p-t--174\% {
    padding-top: -174%;
  }
  .mobile\:top-174\% {
    top: 174%;
  }
  .mobile\:top--174\% {
    top: -174%;
  }
  .mobile\:m-b-174\% {
    margin-bottom: 174%;
  }
  .mobile\:m-b--174\% {
    margin-bottom: -174%;
  }
  .mobile\:p-b-174\% {
    padding-bottom: 174%;
  }
  .mobile\:p-b--174\% {
    padding-bottom: -174%;
  }
  .mobile\:bottom-174\% {
    bottom: 174%;
  }
  .mobile\:bottom--174\% {
    bottom: -174%;
  }
  .mobile\:m-l-174\% {
    margin-left: 174%;
  }
  .mobile\:m-l--174\% {
    margin-left: -174%;
  }
  .mobile\:p-l-174\% {
    padding-left: 174%;
  }
  .mobile\:p-l--174\% {
    padding-left: -174%;
  }
  .mobile\:left-174\% {
    left: 174%;
  }
  .mobile\:left--174\% {
    left: -174%;
  }
  .mobile\:m-r-174\% {
    margin-right: 174%;
  }
  .mobile\:m-r--174\% {
    margin-right: -174%;
  }
  .mobile\:p-r-174\% {
    padding-right: 174%;
  }
  .mobile\:p-r--174\% {
    padding-right: -174%;
  }
  .mobile\:right-174\% {
    right: 174%;
  }
  .mobile\:right--174\% {
    right: -174%;
  }
  .mobile\:h-174\% {
    height: 174%;
  }
  .mobile\:w-174\% {
    width: 174%;
  }
  .mobile\:max_h-174\% {
    max-height: 174%;
  }
  .mobile\:max_w-174\% {
    max-width: 174%;
  }
  .mobile\:min_h-174\% {
    min-height: 174%;
  }
  .mobile\:min_w-174\% {
    min-width: 174%;
  }
  .mobile\:h-174vh {
    height: 174vh;
  }
  .mobile\:w-174vw {
    width: 174vw;
  }
  .mobile\:min_w-174vw {
    min-width: 174vw;
  }
  .mobile\:min_h-174vh {
    min-height: 174vh;
  }
  .mobile\:max_w-174vw {
    max-width: 174vw;
  }
  .mobile\:max_h-174vh {
    max-height: 174vh;
  }
  .mobile\:m-t-175\% {
    margin-top: 175%;
  }
  .mobile\:m-t--175\% {
    margin-top: -175%;
  }
  .mobile\:p-t-175\% {
    padding-top: 175%;
  }
  .mobile\:p-t--175\% {
    padding-top: -175%;
  }
  .mobile\:top-175\% {
    top: 175%;
  }
  .mobile\:top--175\% {
    top: -175%;
  }
  .mobile\:m-b-175\% {
    margin-bottom: 175%;
  }
  .mobile\:m-b--175\% {
    margin-bottom: -175%;
  }
  .mobile\:p-b-175\% {
    padding-bottom: 175%;
  }
  .mobile\:p-b--175\% {
    padding-bottom: -175%;
  }
  .mobile\:bottom-175\% {
    bottom: 175%;
  }
  .mobile\:bottom--175\% {
    bottom: -175%;
  }
  .mobile\:m-l-175\% {
    margin-left: 175%;
  }
  .mobile\:m-l--175\% {
    margin-left: -175%;
  }
  .mobile\:p-l-175\% {
    padding-left: 175%;
  }
  .mobile\:p-l--175\% {
    padding-left: -175%;
  }
  .mobile\:left-175\% {
    left: 175%;
  }
  .mobile\:left--175\% {
    left: -175%;
  }
  .mobile\:m-r-175\% {
    margin-right: 175%;
  }
  .mobile\:m-r--175\% {
    margin-right: -175%;
  }
  .mobile\:p-r-175\% {
    padding-right: 175%;
  }
  .mobile\:p-r--175\% {
    padding-right: -175%;
  }
  .mobile\:right-175\% {
    right: 175%;
  }
  .mobile\:right--175\% {
    right: -175%;
  }
  .mobile\:h-175\% {
    height: 175%;
  }
  .mobile\:w-175\% {
    width: 175%;
  }
  .mobile\:max_h-175\% {
    max-height: 175%;
  }
  .mobile\:max_w-175\% {
    max-width: 175%;
  }
  .mobile\:min_h-175\% {
    min-height: 175%;
  }
  .mobile\:min_w-175\% {
    min-width: 175%;
  }
  .mobile\:h-175vh {
    height: 175vh;
  }
  .mobile\:w-175vw {
    width: 175vw;
  }
  .mobile\:min_w-175vw {
    min-width: 175vw;
  }
  .mobile\:min_h-175vh {
    min-height: 175vh;
  }
  .mobile\:max_w-175vw {
    max-width: 175vw;
  }
  .mobile\:max_h-175vh {
    max-height: 175vh;
  }
  .mobile\:m-t-176\% {
    margin-top: 176%;
  }
  .mobile\:m-t--176\% {
    margin-top: -176%;
  }
  .mobile\:p-t-176\% {
    padding-top: 176%;
  }
  .mobile\:p-t--176\% {
    padding-top: -176%;
  }
  .mobile\:top-176\% {
    top: 176%;
  }
  .mobile\:top--176\% {
    top: -176%;
  }
  .mobile\:m-b-176\% {
    margin-bottom: 176%;
  }
  .mobile\:m-b--176\% {
    margin-bottom: -176%;
  }
  .mobile\:p-b-176\% {
    padding-bottom: 176%;
  }
  .mobile\:p-b--176\% {
    padding-bottom: -176%;
  }
  .mobile\:bottom-176\% {
    bottom: 176%;
  }
  .mobile\:bottom--176\% {
    bottom: -176%;
  }
  .mobile\:m-l-176\% {
    margin-left: 176%;
  }
  .mobile\:m-l--176\% {
    margin-left: -176%;
  }
  .mobile\:p-l-176\% {
    padding-left: 176%;
  }
  .mobile\:p-l--176\% {
    padding-left: -176%;
  }
  .mobile\:left-176\% {
    left: 176%;
  }
  .mobile\:left--176\% {
    left: -176%;
  }
  .mobile\:m-r-176\% {
    margin-right: 176%;
  }
  .mobile\:m-r--176\% {
    margin-right: -176%;
  }
  .mobile\:p-r-176\% {
    padding-right: 176%;
  }
  .mobile\:p-r--176\% {
    padding-right: -176%;
  }
  .mobile\:right-176\% {
    right: 176%;
  }
  .mobile\:right--176\% {
    right: -176%;
  }
  .mobile\:h-176\% {
    height: 176%;
  }
  .mobile\:w-176\% {
    width: 176%;
  }
  .mobile\:max_h-176\% {
    max-height: 176%;
  }
  .mobile\:max_w-176\% {
    max-width: 176%;
  }
  .mobile\:min_h-176\% {
    min-height: 176%;
  }
  .mobile\:min_w-176\% {
    min-width: 176%;
  }
  .mobile\:h-176vh {
    height: 176vh;
  }
  .mobile\:w-176vw {
    width: 176vw;
  }
  .mobile\:min_w-176vw {
    min-width: 176vw;
  }
  .mobile\:min_h-176vh {
    min-height: 176vh;
  }
  .mobile\:max_w-176vw {
    max-width: 176vw;
  }
  .mobile\:max_h-176vh {
    max-height: 176vh;
  }
  .mobile\:m-t-177\% {
    margin-top: 177%;
  }
  .mobile\:m-t--177\% {
    margin-top: -177%;
  }
  .mobile\:p-t-177\% {
    padding-top: 177%;
  }
  .mobile\:p-t--177\% {
    padding-top: -177%;
  }
  .mobile\:top-177\% {
    top: 177%;
  }
  .mobile\:top--177\% {
    top: -177%;
  }
  .mobile\:m-b-177\% {
    margin-bottom: 177%;
  }
  .mobile\:m-b--177\% {
    margin-bottom: -177%;
  }
  .mobile\:p-b-177\% {
    padding-bottom: 177%;
  }
  .mobile\:p-b--177\% {
    padding-bottom: -177%;
  }
  .mobile\:bottom-177\% {
    bottom: 177%;
  }
  .mobile\:bottom--177\% {
    bottom: -177%;
  }
  .mobile\:m-l-177\% {
    margin-left: 177%;
  }
  .mobile\:m-l--177\% {
    margin-left: -177%;
  }
  .mobile\:p-l-177\% {
    padding-left: 177%;
  }
  .mobile\:p-l--177\% {
    padding-left: -177%;
  }
  .mobile\:left-177\% {
    left: 177%;
  }
  .mobile\:left--177\% {
    left: -177%;
  }
  .mobile\:m-r-177\% {
    margin-right: 177%;
  }
  .mobile\:m-r--177\% {
    margin-right: -177%;
  }
  .mobile\:p-r-177\% {
    padding-right: 177%;
  }
  .mobile\:p-r--177\% {
    padding-right: -177%;
  }
  .mobile\:right-177\% {
    right: 177%;
  }
  .mobile\:right--177\% {
    right: -177%;
  }
  .mobile\:h-177\% {
    height: 177%;
  }
  .mobile\:w-177\% {
    width: 177%;
  }
  .mobile\:max_h-177\% {
    max-height: 177%;
  }
  .mobile\:max_w-177\% {
    max-width: 177%;
  }
  .mobile\:min_h-177\% {
    min-height: 177%;
  }
  .mobile\:min_w-177\% {
    min-width: 177%;
  }
  .mobile\:h-177vh {
    height: 177vh;
  }
  .mobile\:w-177vw {
    width: 177vw;
  }
  .mobile\:min_w-177vw {
    min-width: 177vw;
  }
  .mobile\:min_h-177vh {
    min-height: 177vh;
  }
  .mobile\:max_w-177vw {
    max-width: 177vw;
  }
  .mobile\:max_h-177vh {
    max-height: 177vh;
  }
  .mobile\:m-t-178\% {
    margin-top: 178%;
  }
  .mobile\:m-t--178\% {
    margin-top: -178%;
  }
  .mobile\:p-t-178\% {
    padding-top: 178%;
  }
  .mobile\:p-t--178\% {
    padding-top: -178%;
  }
  .mobile\:top-178\% {
    top: 178%;
  }
  .mobile\:top--178\% {
    top: -178%;
  }
  .mobile\:m-b-178\% {
    margin-bottom: 178%;
  }
  .mobile\:m-b--178\% {
    margin-bottom: -178%;
  }
  .mobile\:p-b-178\% {
    padding-bottom: 178%;
  }
  .mobile\:p-b--178\% {
    padding-bottom: -178%;
  }
  .mobile\:bottom-178\% {
    bottom: 178%;
  }
  .mobile\:bottom--178\% {
    bottom: -178%;
  }
  .mobile\:m-l-178\% {
    margin-left: 178%;
  }
  .mobile\:m-l--178\% {
    margin-left: -178%;
  }
  .mobile\:p-l-178\% {
    padding-left: 178%;
  }
  .mobile\:p-l--178\% {
    padding-left: -178%;
  }
  .mobile\:left-178\% {
    left: 178%;
  }
  .mobile\:left--178\% {
    left: -178%;
  }
  .mobile\:m-r-178\% {
    margin-right: 178%;
  }
  .mobile\:m-r--178\% {
    margin-right: -178%;
  }
  .mobile\:p-r-178\% {
    padding-right: 178%;
  }
  .mobile\:p-r--178\% {
    padding-right: -178%;
  }
  .mobile\:right-178\% {
    right: 178%;
  }
  .mobile\:right--178\% {
    right: -178%;
  }
  .mobile\:h-178\% {
    height: 178%;
  }
  .mobile\:w-178\% {
    width: 178%;
  }
  .mobile\:max_h-178\% {
    max-height: 178%;
  }
  .mobile\:max_w-178\% {
    max-width: 178%;
  }
  .mobile\:min_h-178\% {
    min-height: 178%;
  }
  .mobile\:min_w-178\% {
    min-width: 178%;
  }
  .mobile\:h-178vh {
    height: 178vh;
  }
  .mobile\:w-178vw {
    width: 178vw;
  }
  .mobile\:min_w-178vw {
    min-width: 178vw;
  }
  .mobile\:min_h-178vh {
    min-height: 178vh;
  }
  .mobile\:max_w-178vw {
    max-width: 178vw;
  }
  .mobile\:max_h-178vh {
    max-height: 178vh;
  }
  .mobile\:m-t-179\% {
    margin-top: 179%;
  }
  .mobile\:m-t--179\% {
    margin-top: -179%;
  }
  .mobile\:p-t-179\% {
    padding-top: 179%;
  }
  .mobile\:p-t--179\% {
    padding-top: -179%;
  }
  .mobile\:top-179\% {
    top: 179%;
  }
  .mobile\:top--179\% {
    top: -179%;
  }
  .mobile\:m-b-179\% {
    margin-bottom: 179%;
  }
  .mobile\:m-b--179\% {
    margin-bottom: -179%;
  }
  .mobile\:p-b-179\% {
    padding-bottom: 179%;
  }
  .mobile\:p-b--179\% {
    padding-bottom: -179%;
  }
  .mobile\:bottom-179\% {
    bottom: 179%;
  }
  .mobile\:bottom--179\% {
    bottom: -179%;
  }
  .mobile\:m-l-179\% {
    margin-left: 179%;
  }
  .mobile\:m-l--179\% {
    margin-left: -179%;
  }
  .mobile\:p-l-179\% {
    padding-left: 179%;
  }
  .mobile\:p-l--179\% {
    padding-left: -179%;
  }
  .mobile\:left-179\% {
    left: 179%;
  }
  .mobile\:left--179\% {
    left: -179%;
  }
  .mobile\:m-r-179\% {
    margin-right: 179%;
  }
  .mobile\:m-r--179\% {
    margin-right: -179%;
  }
  .mobile\:p-r-179\% {
    padding-right: 179%;
  }
  .mobile\:p-r--179\% {
    padding-right: -179%;
  }
  .mobile\:right-179\% {
    right: 179%;
  }
  .mobile\:right--179\% {
    right: -179%;
  }
  .mobile\:h-179\% {
    height: 179%;
  }
  .mobile\:w-179\% {
    width: 179%;
  }
  .mobile\:max_h-179\% {
    max-height: 179%;
  }
  .mobile\:max_w-179\% {
    max-width: 179%;
  }
  .mobile\:min_h-179\% {
    min-height: 179%;
  }
  .mobile\:min_w-179\% {
    min-width: 179%;
  }
  .mobile\:h-179vh {
    height: 179vh;
  }
  .mobile\:w-179vw {
    width: 179vw;
  }
  .mobile\:min_w-179vw {
    min-width: 179vw;
  }
  .mobile\:min_h-179vh {
    min-height: 179vh;
  }
  .mobile\:max_w-179vw {
    max-width: 179vw;
  }
  .mobile\:max_h-179vh {
    max-height: 179vh;
  }
  .mobile\:m-t-180\% {
    margin-top: 180%;
  }
  .mobile\:m-t--180\% {
    margin-top: -180%;
  }
  .mobile\:p-t-180\% {
    padding-top: 180%;
  }
  .mobile\:p-t--180\% {
    padding-top: -180%;
  }
  .mobile\:top-180\% {
    top: 180%;
  }
  .mobile\:top--180\% {
    top: -180%;
  }
  .mobile\:m-b-180\% {
    margin-bottom: 180%;
  }
  .mobile\:m-b--180\% {
    margin-bottom: -180%;
  }
  .mobile\:p-b-180\% {
    padding-bottom: 180%;
  }
  .mobile\:p-b--180\% {
    padding-bottom: -180%;
  }
  .mobile\:bottom-180\% {
    bottom: 180%;
  }
  .mobile\:bottom--180\% {
    bottom: -180%;
  }
  .mobile\:m-l-180\% {
    margin-left: 180%;
  }
  .mobile\:m-l--180\% {
    margin-left: -180%;
  }
  .mobile\:p-l-180\% {
    padding-left: 180%;
  }
  .mobile\:p-l--180\% {
    padding-left: -180%;
  }
  .mobile\:left-180\% {
    left: 180%;
  }
  .mobile\:left--180\% {
    left: -180%;
  }
  .mobile\:m-r-180\% {
    margin-right: 180%;
  }
  .mobile\:m-r--180\% {
    margin-right: -180%;
  }
  .mobile\:p-r-180\% {
    padding-right: 180%;
  }
  .mobile\:p-r--180\% {
    padding-right: -180%;
  }
  .mobile\:right-180\% {
    right: 180%;
  }
  .mobile\:right--180\% {
    right: -180%;
  }
  .mobile\:h-180\% {
    height: 180%;
  }
  .mobile\:w-180\% {
    width: 180%;
  }
  .mobile\:max_h-180\% {
    max-height: 180%;
  }
  .mobile\:max_w-180\% {
    max-width: 180%;
  }
  .mobile\:min_h-180\% {
    min-height: 180%;
  }
  .mobile\:min_w-180\% {
    min-width: 180%;
  }
  .mobile\:h-180vh {
    height: 180vh;
  }
  .mobile\:w-180vw {
    width: 180vw;
  }
  .mobile\:min_w-180vw {
    min-width: 180vw;
  }
  .mobile\:min_h-180vh {
    min-height: 180vh;
  }
  .mobile\:max_w-180vw {
    max-width: 180vw;
  }
  .mobile\:max_h-180vh {
    max-height: 180vh;
  }
  .mobile\:m-t-181\% {
    margin-top: 181%;
  }
  .mobile\:m-t--181\% {
    margin-top: -181%;
  }
  .mobile\:p-t-181\% {
    padding-top: 181%;
  }
  .mobile\:p-t--181\% {
    padding-top: -181%;
  }
  .mobile\:top-181\% {
    top: 181%;
  }
  .mobile\:top--181\% {
    top: -181%;
  }
  .mobile\:m-b-181\% {
    margin-bottom: 181%;
  }
  .mobile\:m-b--181\% {
    margin-bottom: -181%;
  }
  .mobile\:p-b-181\% {
    padding-bottom: 181%;
  }
  .mobile\:p-b--181\% {
    padding-bottom: -181%;
  }
  .mobile\:bottom-181\% {
    bottom: 181%;
  }
  .mobile\:bottom--181\% {
    bottom: -181%;
  }
  .mobile\:m-l-181\% {
    margin-left: 181%;
  }
  .mobile\:m-l--181\% {
    margin-left: -181%;
  }
  .mobile\:p-l-181\% {
    padding-left: 181%;
  }
  .mobile\:p-l--181\% {
    padding-left: -181%;
  }
  .mobile\:left-181\% {
    left: 181%;
  }
  .mobile\:left--181\% {
    left: -181%;
  }
  .mobile\:m-r-181\% {
    margin-right: 181%;
  }
  .mobile\:m-r--181\% {
    margin-right: -181%;
  }
  .mobile\:p-r-181\% {
    padding-right: 181%;
  }
  .mobile\:p-r--181\% {
    padding-right: -181%;
  }
  .mobile\:right-181\% {
    right: 181%;
  }
  .mobile\:right--181\% {
    right: -181%;
  }
  .mobile\:h-181\% {
    height: 181%;
  }
  .mobile\:w-181\% {
    width: 181%;
  }
  .mobile\:max_h-181\% {
    max-height: 181%;
  }
  .mobile\:max_w-181\% {
    max-width: 181%;
  }
  .mobile\:min_h-181\% {
    min-height: 181%;
  }
  .mobile\:min_w-181\% {
    min-width: 181%;
  }
  .mobile\:h-181vh {
    height: 181vh;
  }
  .mobile\:w-181vw {
    width: 181vw;
  }
  .mobile\:min_w-181vw {
    min-width: 181vw;
  }
  .mobile\:min_h-181vh {
    min-height: 181vh;
  }
  .mobile\:max_w-181vw {
    max-width: 181vw;
  }
  .mobile\:max_h-181vh {
    max-height: 181vh;
  }
  .mobile\:m-t-182\% {
    margin-top: 182%;
  }
  .mobile\:m-t--182\% {
    margin-top: -182%;
  }
  .mobile\:p-t-182\% {
    padding-top: 182%;
  }
  .mobile\:p-t--182\% {
    padding-top: -182%;
  }
  .mobile\:top-182\% {
    top: 182%;
  }
  .mobile\:top--182\% {
    top: -182%;
  }
  .mobile\:m-b-182\% {
    margin-bottom: 182%;
  }
  .mobile\:m-b--182\% {
    margin-bottom: -182%;
  }
  .mobile\:p-b-182\% {
    padding-bottom: 182%;
  }
  .mobile\:p-b--182\% {
    padding-bottom: -182%;
  }
  .mobile\:bottom-182\% {
    bottom: 182%;
  }
  .mobile\:bottom--182\% {
    bottom: -182%;
  }
  .mobile\:m-l-182\% {
    margin-left: 182%;
  }
  .mobile\:m-l--182\% {
    margin-left: -182%;
  }
  .mobile\:p-l-182\% {
    padding-left: 182%;
  }
  .mobile\:p-l--182\% {
    padding-left: -182%;
  }
  .mobile\:left-182\% {
    left: 182%;
  }
  .mobile\:left--182\% {
    left: -182%;
  }
  .mobile\:m-r-182\% {
    margin-right: 182%;
  }
  .mobile\:m-r--182\% {
    margin-right: -182%;
  }
  .mobile\:p-r-182\% {
    padding-right: 182%;
  }
  .mobile\:p-r--182\% {
    padding-right: -182%;
  }
  .mobile\:right-182\% {
    right: 182%;
  }
  .mobile\:right--182\% {
    right: -182%;
  }
  .mobile\:h-182\% {
    height: 182%;
  }
  .mobile\:w-182\% {
    width: 182%;
  }
  .mobile\:max_h-182\% {
    max-height: 182%;
  }
  .mobile\:max_w-182\% {
    max-width: 182%;
  }
  .mobile\:min_h-182\% {
    min-height: 182%;
  }
  .mobile\:min_w-182\% {
    min-width: 182%;
  }
  .mobile\:h-182vh {
    height: 182vh;
  }
  .mobile\:w-182vw {
    width: 182vw;
  }
  .mobile\:min_w-182vw {
    min-width: 182vw;
  }
  .mobile\:min_h-182vh {
    min-height: 182vh;
  }
  .mobile\:max_w-182vw {
    max-width: 182vw;
  }
  .mobile\:max_h-182vh {
    max-height: 182vh;
  }
  .mobile\:m-t-183\% {
    margin-top: 183%;
  }
  .mobile\:m-t--183\% {
    margin-top: -183%;
  }
  .mobile\:p-t-183\% {
    padding-top: 183%;
  }
  .mobile\:p-t--183\% {
    padding-top: -183%;
  }
  .mobile\:top-183\% {
    top: 183%;
  }
  .mobile\:top--183\% {
    top: -183%;
  }
  .mobile\:m-b-183\% {
    margin-bottom: 183%;
  }
  .mobile\:m-b--183\% {
    margin-bottom: -183%;
  }
  .mobile\:p-b-183\% {
    padding-bottom: 183%;
  }
  .mobile\:p-b--183\% {
    padding-bottom: -183%;
  }
  .mobile\:bottom-183\% {
    bottom: 183%;
  }
  .mobile\:bottom--183\% {
    bottom: -183%;
  }
  .mobile\:m-l-183\% {
    margin-left: 183%;
  }
  .mobile\:m-l--183\% {
    margin-left: -183%;
  }
  .mobile\:p-l-183\% {
    padding-left: 183%;
  }
  .mobile\:p-l--183\% {
    padding-left: -183%;
  }
  .mobile\:left-183\% {
    left: 183%;
  }
  .mobile\:left--183\% {
    left: -183%;
  }
  .mobile\:m-r-183\% {
    margin-right: 183%;
  }
  .mobile\:m-r--183\% {
    margin-right: -183%;
  }
  .mobile\:p-r-183\% {
    padding-right: 183%;
  }
  .mobile\:p-r--183\% {
    padding-right: -183%;
  }
  .mobile\:right-183\% {
    right: 183%;
  }
  .mobile\:right--183\% {
    right: -183%;
  }
  .mobile\:h-183\% {
    height: 183%;
  }
  .mobile\:w-183\% {
    width: 183%;
  }
  .mobile\:max_h-183\% {
    max-height: 183%;
  }
  .mobile\:max_w-183\% {
    max-width: 183%;
  }
  .mobile\:min_h-183\% {
    min-height: 183%;
  }
  .mobile\:min_w-183\% {
    min-width: 183%;
  }
  .mobile\:h-183vh {
    height: 183vh;
  }
  .mobile\:w-183vw {
    width: 183vw;
  }
  .mobile\:min_w-183vw {
    min-width: 183vw;
  }
  .mobile\:min_h-183vh {
    min-height: 183vh;
  }
  .mobile\:max_w-183vw {
    max-width: 183vw;
  }
  .mobile\:max_h-183vh {
    max-height: 183vh;
  }
  .mobile\:m-t-184\% {
    margin-top: 184%;
  }
  .mobile\:m-t--184\% {
    margin-top: -184%;
  }
  .mobile\:p-t-184\% {
    padding-top: 184%;
  }
  .mobile\:p-t--184\% {
    padding-top: -184%;
  }
  .mobile\:top-184\% {
    top: 184%;
  }
  .mobile\:top--184\% {
    top: -184%;
  }
  .mobile\:m-b-184\% {
    margin-bottom: 184%;
  }
  .mobile\:m-b--184\% {
    margin-bottom: -184%;
  }
  .mobile\:p-b-184\% {
    padding-bottom: 184%;
  }
  .mobile\:p-b--184\% {
    padding-bottom: -184%;
  }
  .mobile\:bottom-184\% {
    bottom: 184%;
  }
  .mobile\:bottom--184\% {
    bottom: -184%;
  }
  .mobile\:m-l-184\% {
    margin-left: 184%;
  }
  .mobile\:m-l--184\% {
    margin-left: -184%;
  }
  .mobile\:p-l-184\% {
    padding-left: 184%;
  }
  .mobile\:p-l--184\% {
    padding-left: -184%;
  }
  .mobile\:left-184\% {
    left: 184%;
  }
  .mobile\:left--184\% {
    left: -184%;
  }
  .mobile\:m-r-184\% {
    margin-right: 184%;
  }
  .mobile\:m-r--184\% {
    margin-right: -184%;
  }
  .mobile\:p-r-184\% {
    padding-right: 184%;
  }
  .mobile\:p-r--184\% {
    padding-right: -184%;
  }
  .mobile\:right-184\% {
    right: 184%;
  }
  .mobile\:right--184\% {
    right: -184%;
  }
  .mobile\:h-184\% {
    height: 184%;
  }
  .mobile\:w-184\% {
    width: 184%;
  }
  .mobile\:max_h-184\% {
    max-height: 184%;
  }
  .mobile\:max_w-184\% {
    max-width: 184%;
  }
  .mobile\:min_h-184\% {
    min-height: 184%;
  }
  .mobile\:min_w-184\% {
    min-width: 184%;
  }
  .mobile\:h-184vh {
    height: 184vh;
  }
  .mobile\:w-184vw {
    width: 184vw;
  }
  .mobile\:min_w-184vw {
    min-width: 184vw;
  }
  .mobile\:min_h-184vh {
    min-height: 184vh;
  }
  .mobile\:max_w-184vw {
    max-width: 184vw;
  }
  .mobile\:max_h-184vh {
    max-height: 184vh;
  }
  .mobile\:m-t-185\% {
    margin-top: 185%;
  }
  .mobile\:m-t--185\% {
    margin-top: -185%;
  }
  .mobile\:p-t-185\% {
    padding-top: 185%;
  }
  .mobile\:p-t--185\% {
    padding-top: -185%;
  }
  .mobile\:top-185\% {
    top: 185%;
  }
  .mobile\:top--185\% {
    top: -185%;
  }
  .mobile\:m-b-185\% {
    margin-bottom: 185%;
  }
  .mobile\:m-b--185\% {
    margin-bottom: -185%;
  }
  .mobile\:p-b-185\% {
    padding-bottom: 185%;
  }
  .mobile\:p-b--185\% {
    padding-bottom: -185%;
  }
  .mobile\:bottom-185\% {
    bottom: 185%;
  }
  .mobile\:bottom--185\% {
    bottom: -185%;
  }
  .mobile\:m-l-185\% {
    margin-left: 185%;
  }
  .mobile\:m-l--185\% {
    margin-left: -185%;
  }
  .mobile\:p-l-185\% {
    padding-left: 185%;
  }
  .mobile\:p-l--185\% {
    padding-left: -185%;
  }
  .mobile\:left-185\% {
    left: 185%;
  }
  .mobile\:left--185\% {
    left: -185%;
  }
  .mobile\:m-r-185\% {
    margin-right: 185%;
  }
  .mobile\:m-r--185\% {
    margin-right: -185%;
  }
  .mobile\:p-r-185\% {
    padding-right: 185%;
  }
  .mobile\:p-r--185\% {
    padding-right: -185%;
  }
  .mobile\:right-185\% {
    right: 185%;
  }
  .mobile\:right--185\% {
    right: -185%;
  }
  .mobile\:h-185\% {
    height: 185%;
  }
  .mobile\:w-185\% {
    width: 185%;
  }
  .mobile\:max_h-185\% {
    max-height: 185%;
  }
  .mobile\:max_w-185\% {
    max-width: 185%;
  }
  .mobile\:min_h-185\% {
    min-height: 185%;
  }
  .mobile\:min_w-185\% {
    min-width: 185%;
  }
  .mobile\:h-185vh {
    height: 185vh;
  }
  .mobile\:w-185vw {
    width: 185vw;
  }
  .mobile\:min_w-185vw {
    min-width: 185vw;
  }
  .mobile\:min_h-185vh {
    min-height: 185vh;
  }
  .mobile\:max_w-185vw {
    max-width: 185vw;
  }
  .mobile\:max_h-185vh {
    max-height: 185vh;
  }
  .mobile\:m-t-186\% {
    margin-top: 186%;
  }
  .mobile\:m-t--186\% {
    margin-top: -186%;
  }
  .mobile\:p-t-186\% {
    padding-top: 186%;
  }
  .mobile\:p-t--186\% {
    padding-top: -186%;
  }
  .mobile\:top-186\% {
    top: 186%;
  }
  .mobile\:top--186\% {
    top: -186%;
  }
  .mobile\:m-b-186\% {
    margin-bottom: 186%;
  }
  .mobile\:m-b--186\% {
    margin-bottom: -186%;
  }
  .mobile\:p-b-186\% {
    padding-bottom: 186%;
  }
  .mobile\:p-b--186\% {
    padding-bottom: -186%;
  }
  .mobile\:bottom-186\% {
    bottom: 186%;
  }
  .mobile\:bottom--186\% {
    bottom: -186%;
  }
  .mobile\:m-l-186\% {
    margin-left: 186%;
  }
  .mobile\:m-l--186\% {
    margin-left: -186%;
  }
  .mobile\:p-l-186\% {
    padding-left: 186%;
  }
  .mobile\:p-l--186\% {
    padding-left: -186%;
  }
  .mobile\:left-186\% {
    left: 186%;
  }
  .mobile\:left--186\% {
    left: -186%;
  }
  .mobile\:m-r-186\% {
    margin-right: 186%;
  }
  .mobile\:m-r--186\% {
    margin-right: -186%;
  }
  .mobile\:p-r-186\% {
    padding-right: 186%;
  }
  .mobile\:p-r--186\% {
    padding-right: -186%;
  }
  .mobile\:right-186\% {
    right: 186%;
  }
  .mobile\:right--186\% {
    right: -186%;
  }
  .mobile\:h-186\% {
    height: 186%;
  }
  .mobile\:w-186\% {
    width: 186%;
  }
  .mobile\:max_h-186\% {
    max-height: 186%;
  }
  .mobile\:max_w-186\% {
    max-width: 186%;
  }
  .mobile\:min_h-186\% {
    min-height: 186%;
  }
  .mobile\:min_w-186\% {
    min-width: 186%;
  }
  .mobile\:h-186vh {
    height: 186vh;
  }
  .mobile\:w-186vw {
    width: 186vw;
  }
  .mobile\:min_w-186vw {
    min-width: 186vw;
  }
  .mobile\:min_h-186vh {
    min-height: 186vh;
  }
  .mobile\:max_w-186vw {
    max-width: 186vw;
  }
  .mobile\:max_h-186vh {
    max-height: 186vh;
  }
  .mobile\:m-t-187\% {
    margin-top: 187%;
  }
  .mobile\:m-t--187\% {
    margin-top: -187%;
  }
  .mobile\:p-t-187\% {
    padding-top: 187%;
  }
  .mobile\:p-t--187\% {
    padding-top: -187%;
  }
  .mobile\:top-187\% {
    top: 187%;
  }
  .mobile\:top--187\% {
    top: -187%;
  }
  .mobile\:m-b-187\% {
    margin-bottom: 187%;
  }
  .mobile\:m-b--187\% {
    margin-bottom: -187%;
  }
  .mobile\:p-b-187\% {
    padding-bottom: 187%;
  }
  .mobile\:p-b--187\% {
    padding-bottom: -187%;
  }
  .mobile\:bottom-187\% {
    bottom: 187%;
  }
  .mobile\:bottom--187\% {
    bottom: -187%;
  }
  .mobile\:m-l-187\% {
    margin-left: 187%;
  }
  .mobile\:m-l--187\% {
    margin-left: -187%;
  }
  .mobile\:p-l-187\% {
    padding-left: 187%;
  }
  .mobile\:p-l--187\% {
    padding-left: -187%;
  }
  .mobile\:left-187\% {
    left: 187%;
  }
  .mobile\:left--187\% {
    left: -187%;
  }
  .mobile\:m-r-187\% {
    margin-right: 187%;
  }
  .mobile\:m-r--187\% {
    margin-right: -187%;
  }
  .mobile\:p-r-187\% {
    padding-right: 187%;
  }
  .mobile\:p-r--187\% {
    padding-right: -187%;
  }
  .mobile\:right-187\% {
    right: 187%;
  }
  .mobile\:right--187\% {
    right: -187%;
  }
  .mobile\:h-187\% {
    height: 187%;
  }
  .mobile\:w-187\% {
    width: 187%;
  }
  .mobile\:max_h-187\% {
    max-height: 187%;
  }
  .mobile\:max_w-187\% {
    max-width: 187%;
  }
  .mobile\:min_h-187\% {
    min-height: 187%;
  }
  .mobile\:min_w-187\% {
    min-width: 187%;
  }
  .mobile\:h-187vh {
    height: 187vh;
  }
  .mobile\:w-187vw {
    width: 187vw;
  }
  .mobile\:min_w-187vw {
    min-width: 187vw;
  }
  .mobile\:min_h-187vh {
    min-height: 187vh;
  }
  .mobile\:max_w-187vw {
    max-width: 187vw;
  }
  .mobile\:max_h-187vh {
    max-height: 187vh;
  }
  .mobile\:m-t-188\% {
    margin-top: 188%;
  }
  .mobile\:m-t--188\% {
    margin-top: -188%;
  }
  .mobile\:p-t-188\% {
    padding-top: 188%;
  }
  .mobile\:p-t--188\% {
    padding-top: -188%;
  }
  .mobile\:top-188\% {
    top: 188%;
  }
  .mobile\:top--188\% {
    top: -188%;
  }
  .mobile\:m-b-188\% {
    margin-bottom: 188%;
  }
  .mobile\:m-b--188\% {
    margin-bottom: -188%;
  }
  .mobile\:p-b-188\% {
    padding-bottom: 188%;
  }
  .mobile\:p-b--188\% {
    padding-bottom: -188%;
  }
  .mobile\:bottom-188\% {
    bottom: 188%;
  }
  .mobile\:bottom--188\% {
    bottom: -188%;
  }
  .mobile\:m-l-188\% {
    margin-left: 188%;
  }
  .mobile\:m-l--188\% {
    margin-left: -188%;
  }
  .mobile\:p-l-188\% {
    padding-left: 188%;
  }
  .mobile\:p-l--188\% {
    padding-left: -188%;
  }
  .mobile\:left-188\% {
    left: 188%;
  }
  .mobile\:left--188\% {
    left: -188%;
  }
  .mobile\:m-r-188\% {
    margin-right: 188%;
  }
  .mobile\:m-r--188\% {
    margin-right: -188%;
  }
  .mobile\:p-r-188\% {
    padding-right: 188%;
  }
  .mobile\:p-r--188\% {
    padding-right: -188%;
  }
  .mobile\:right-188\% {
    right: 188%;
  }
  .mobile\:right--188\% {
    right: -188%;
  }
  .mobile\:h-188\% {
    height: 188%;
  }
  .mobile\:w-188\% {
    width: 188%;
  }
  .mobile\:max_h-188\% {
    max-height: 188%;
  }
  .mobile\:max_w-188\% {
    max-width: 188%;
  }
  .mobile\:min_h-188\% {
    min-height: 188%;
  }
  .mobile\:min_w-188\% {
    min-width: 188%;
  }
  .mobile\:h-188vh {
    height: 188vh;
  }
  .mobile\:w-188vw {
    width: 188vw;
  }
  .mobile\:min_w-188vw {
    min-width: 188vw;
  }
  .mobile\:min_h-188vh {
    min-height: 188vh;
  }
  .mobile\:max_w-188vw {
    max-width: 188vw;
  }
  .mobile\:max_h-188vh {
    max-height: 188vh;
  }
  .mobile\:m-t-189\% {
    margin-top: 189%;
  }
  .mobile\:m-t--189\% {
    margin-top: -189%;
  }
  .mobile\:p-t-189\% {
    padding-top: 189%;
  }
  .mobile\:p-t--189\% {
    padding-top: -189%;
  }
  .mobile\:top-189\% {
    top: 189%;
  }
  .mobile\:top--189\% {
    top: -189%;
  }
  .mobile\:m-b-189\% {
    margin-bottom: 189%;
  }
  .mobile\:m-b--189\% {
    margin-bottom: -189%;
  }
  .mobile\:p-b-189\% {
    padding-bottom: 189%;
  }
  .mobile\:p-b--189\% {
    padding-bottom: -189%;
  }
  .mobile\:bottom-189\% {
    bottom: 189%;
  }
  .mobile\:bottom--189\% {
    bottom: -189%;
  }
  .mobile\:m-l-189\% {
    margin-left: 189%;
  }
  .mobile\:m-l--189\% {
    margin-left: -189%;
  }
  .mobile\:p-l-189\% {
    padding-left: 189%;
  }
  .mobile\:p-l--189\% {
    padding-left: -189%;
  }
  .mobile\:left-189\% {
    left: 189%;
  }
  .mobile\:left--189\% {
    left: -189%;
  }
  .mobile\:m-r-189\% {
    margin-right: 189%;
  }
  .mobile\:m-r--189\% {
    margin-right: -189%;
  }
  .mobile\:p-r-189\% {
    padding-right: 189%;
  }
  .mobile\:p-r--189\% {
    padding-right: -189%;
  }
  .mobile\:right-189\% {
    right: 189%;
  }
  .mobile\:right--189\% {
    right: -189%;
  }
  .mobile\:h-189\% {
    height: 189%;
  }
  .mobile\:w-189\% {
    width: 189%;
  }
  .mobile\:max_h-189\% {
    max-height: 189%;
  }
  .mobile\:max_w-189\% {
    max-width: 189%;
  }
  .mobile\:min_h-189\% {
    min-height: 189%;
  }
  .mobile\:min_w-189\% {
    min-width: 189%;
  }
  .mobile\:h-189vh {
    height: 189vh;
  }
  .mobile\:w-189vw {
    width: 189vw;
  }
  .mobile\:min_w-189vw {
    min-width: 189vw;
  }
  .mobile\:min_h-189vh {
    min-height: 189vh;
  }
  .mobile\:max_w-189vw {
    max-width: 189vw;
  }
  .mobile\:max_h-189vh {
    max-height: 189vh;
  }
  .mobile\:m-t-190\% {
    margin-top: 190%;
  }
  .mobile\:m-t--190\% {
    margin-top: -190%;
  }
  .mobile\:p-t-190\% {
    padding-top: 190%;
  }
  .mobile\:p-t--190\% {
    padding-top: -190%;
  }
  .mobile\:top-190\% {
    top: 190%;
  }
  .mobile\:top--190\% {
    top: -190%;
  }
  .mobile\:m-b-190\% {
    margin-bottom: 190%;
  }
  .mobile\:m-b--190\% {
    margin-bottom: -190%;
  }
  .mobile\:p-b-190\% {
    padding-bottom: 190%;
  }
  .mobile\:p-b--190\% {
    padding-bottom: -190%;
  }
  .mobile\:bottom-190\% {
    bottom: 190%;
  }
  .mobile\:bottom--190\% {
    bottom: -190%;
  }
  .mobile\:m-l-190\% {
    margin-left: 190%;
  }
  .mobile\:m-l--190\% {
    margin-left: -190%;
  }
  .mobile\:p-l-190\% {
    padding-left: 190%;
  }
  .mobile\:p-l--190\% {
    padding-left: -190%;
  }
  .mobile\:left-190\% {
    left: 190%;
  }
  .mobile\:left--190\% {
    left: -190%;
  }
  .mobile\:m-r-190\% {
    margin-right: 190%;
  }
  .mobile\:m-r--190\% {
    margin-right: -190%;
  }
  .mobile\:p-r-190\% {
    padding-right: 190%;
  }
  .mobile\:p-r--190\% {
    padding-right: -190%;
  }
  .mobile\:right-190\% {
    right: 190%;
  }
  .mobile\:right--190\% {
    right: -190%;
  }
  .mobile\:h-190\% {
    height: 190%;
  }
  .mobile\:w-190\% {
    width: 190%;
  }
  .mobile\:max_h-190\% {
    max-height: 190%;
  }
  .mobile\:max_w-190\% {
    max-width: 190%;
  }
  .mobile\:min_h-190\% {
    min-height: 190%;
  }
  .mobile\:min_w-190\% {
    min-width: 190%;
  }
  .mobile\:h-190vh {
    height: 190vh;
  }
  .mobile\:w-190vw {
    width: 190vw;
  }
  .mobile\:min_w-190vw {
    min-width: 190vw;
  }
  .mobile\:min_h-190vh {
    min-height: 190vh;
  }
  .mobile\:max_w-190vw {
    max-width: 190vw;
  }
  .mobile\:max_h-190vh {
    max-height: 190vh;
  }
  .mobile\:m-t-191\% {
    margin-top: 191%;
  }
  .mobile\:m-t--191\% {
    margin-top: -191%;
  }
  .mobile\:p-t-191\% {
    padding-top: 191%;
  }
  .mobile\:p-t--191\% {
    padding-top: -191%;
  }
  .mobile\:top-191\% {
    top: 191%;
  }
  .mobile\:top--191\% {
    top: -191%;
  }
  .mobile\:m-b-191\% {
    margin-bottom: 191%;
  }
  .mobile\:m-b--191\% {
    margin-bottom: -191%;
  }
  .mobile\:p-b-191\% {
    padding-bottom: 191%;
  }
  .mobile\:p-b--191\% {
    padding-bottom: -191%;
  }
  .mobile\:bottom-191\% {
    bottom: 191%;
  }
  .mobile\:bottom--191\% {
    bottom: -191%;
  }
  .mobile\:m-l-191\% {
    margin-left: 191%;
  }
  .mobile\:m-l--191\% {
    margin-left: -191%;
  }
  .mobile\:p-l-191\% {
    padding-left: 191%;
  }
  .mobile\:p-l--191\% {
    padding-left: -191%;
  }
  .mobile\:left-191\% {
    left: 191%;
  }
  .mobile\:left--191\% {
    left: -191%;
  }
  .mobile\:m-r-191\% {
    margin-right: 191%;
  }
  .mobile\:m-r--191\% {
    margin-right: -191%;
  }
  .mobile\:p-r-191\% {
    padding-right: 191%;
  }
  .mobile\:p-r--191\% {
    padding-right: -191%;
  }
  .mobile\:right-191\% {
    right: 191%;
  }
  .mobile\:right--191\% {
    right: -191%;
  }
  .mobile\:h-191\% {
    height: 191%;
  }
  .mobile\:w-191\% {
    width: 191%;
  }
  .mobile\:max_h-191\% {
    max-height: 191%;
  }
  .mobile\:max_w-191\% {
    max-width: 191%;
  }
  .mobile\:min_h-191\% {
    min-height: 191%;
  }
  .mobile\:min_w-191\% {
    min-width: 191%;
  }
  .mobile\:h-191vh {
    height: 191vh;
  }
  .mobile\:w-191vw {
    width: 191vw;
  }
  .mobile\:min_w-191vw {
    min-width: 191vw;
  }
  .mobile\:min_h-191vh {
    min-height: 191vh;
  }
  .mobile\:max_w-191vw {
    max-width: 191vw;
  }
  .mobile\:max_h-191vh {
    max-height: 191vh;
  }
  .mobile\:m-t-192\% {
    margin-top: 192%;
  }
  .mobile\:m-t--192\% {
    margin-top: -192%;
  }
  .mobile\:p-t-192\% {
    padding-top: 192%;
  }
  .mobile\:p-t--192\% {
    padding-top: -192%;
  }
  .mobile\:top-192\% {
    top: 192%;
  }
  .mobile\:top--192\% {
    top: -192%;
  }
  .mobile\:m-b-192\% {
    margin-bottom: 192%;
  }
  .mobile\:m-b--192\% {
    margin-bottom: -192%;
  }
  .mobile\:p-b-192\% {
    padding-bottom: 192%;
  }
  .mobile\:p-b--192\% {
    padding-bottom: -192%;
  }
  .mobile\:bottom-192\% {
    bottom: 192%;
  }
  .mobile\:bottom--192\% {
    bottom: -192%;
  }
  .mobile\:m-l-192\% {
    margin-left: 192%;
  }
  .mobile\:m-l--192\% {
    margin-left: -192%;
  }
  .mobile\:p-l-192\% {
    padding-left: 192%;
  }
  .mobile\:p-l--192\% {
    padding-left: -192%;
  }
  .mobile\:left-192\% {
    left: 192%;
  }
  .mobile\:left--192\% {
    left: -192%;
  }
  .mobile\:m-r-192\% {
    margin-right: 192%;
  }
  .mobile\:m-r--192\% {
    margin-right: -192%;
  }
  .mobile\:p-r-192\% {
    padding-right: 192%;
  }
  .mobile\:p-r--192\% {
    padding-right: -192%;
  }
  .mobile\:right-192\% {
    right: 192%;
  }
  .mobile\:right--192\% {
    right: -192%;
  }
  .mobile\:h-192\% {
    height: 192%;
  }
  .mobile\:w-192\% {
    width: 192%;
  }
  .mobile\:max_h-192\% {
    max-height: 192%;
  }
  .mobile\:max_w-192\% {
    max-width: 192%;
  }
  .mobile\:min_h-192\% {
    min-height: 192%;
  }
  .mobile\:min_w-192\% {
    min-width: 192%;
  }
  .mobile\:h-192vh {
    height: 192vh;
  }
  .mobile\:w-192vw {
    width: 192vw;
  }
  .mobile\:min_w-192vw {
    min-width: 192vw;
  }
  .mobile\:min_h-192vh {
    min-height: 192vh;
  }
  .mobile\:max_w-192vw {
    max-width: 192vw;
  }
  .mobile\:max_h-192vh {
    max-height: 192vh;
  }
  .mobile\:m-t-193\% {
    margin-top: 193%;
  }
  .mobile\:m-t--193\% {
    margin-top: -193%;
  }
  .mobile\:p-t-193\% {
    padding-top: 193%;
  }
  .mobile\:p-t--193\% {
    padding-top: -193%;
  }
  .mobile\:top-193\% {
    top: 193%;
  }
  .mobile\:top--193\% {
    top: -193%;
  }
  .mobile\:m-b-193\% {
    margin-bottom: 193%;
  }
  .mobile\:m-b--193\% {
    margin-bottom: -193%;
  }
  .mobile\:p-b-193\% {
    padding-bottom: 193%;
  }
  .mobile\:p-b--193\% {
    padding-bottom: -193%;
  }
  .mobile\:bottom-193\% {
    bottom: 193%;
  }
  .mobile\:bottom--193\% {
    bottom: -193%;
  }
  .mobile\:m-l-193\% {
    margin-left: 193%;
  }
  .mobile\:m-l--193\% {
    margin-left: -193%;
  }
  .mobile\:p-l-193\% {
    padding-left: 193%;
  }
  .mobile\:p-l--193\% {
    padding-left: -193%;
  }
  .mobile\:left-193\% {
    left: 193%;
  }
  .mobile\:left--193\% {
    left: -193%;
  }
  .mobile\:m-r-193\% {
    margin-right: 193%;
  }
  .mobile\:m-r--193\% {
    margin-right: -193%;
  }
  .mobile\:p-r-193\% {
    padding-right: 193%;
  }
  .mobile\:p-r--193\% {
    padding-right: -193%;
  }
  .mobile\:right-193\% {
    right: 193%;
  }
  .mobile\:right--193\% {
    right: -193%;
  }
  .mobile\:h-193\% {
    height: 193%;
  }
  .mobile\:w-193\% {
    width: 193%;
  }
  .mobile\:max_h-193\% {
    max-height: 193%;
  }
  .mobile\:max_w-193\% {
    max-width: 193%;
  }
  .mobile\:min_h-193\% {
    min-height: 193%;
  }
  .mobile\:min_w-193\% {
    min-width: 193%;
  }
  .mobile\:h-193vh {
    height: 193vh;
  }
  .mobile\:w-193vw {
    width: 193vw;
  }
  .mobile\:min_w-193vw {
    min-width: 193vw;
  }
  .mobile\:min_h-193vh {
    min-height: 193vh;
  }
  .mobile\:max_w-193vw {
    max-width: 193vw;
  }
  .mobile\:max_h-193vh {
    max-height: 193vh;
  }
  .mobile\:m-t-194\% {
    margin-top: 194%;
  }
  .mobile\:m-t--194\% {
    margin-top: -194%;
  }
  .mobile\:p-t-194\% {
    padding-top: 194%;
  }
  .mobile\:p-t--194\% {
    padding-top: -194%;
  }
  .mobile\:top-194\% {
    top: 194%;
  }
  .mobile\:top--194\% {
    top: -194%;
  }
  .mobile\:m-b-194\% {
    margin-bottom: 194%;
  }
  .mobile\:m-b--194\% {
    margin-bottom: -194%;
  }
  .mobile\:p-b-194\% {
    padding-bottom: 194%;
  }
  .mobile\:p-b--194\% {
    padding-bottom: -194%;
  }
  .mobile\:bottom-194\% {
    bottom: 194%;
  }
  .mobile\:bottom--194\% {
    bottom: -194%;
  }
  .mobile\:m-l-194\% {
    margin-left: 194%;
  }
  .mobile\:m-l--194\% {
    margin-left: -194%;
  }
  .mobile\:p-l-194\% {
    padding-left: 194%;
  }
  .mobile\:p-l--194\% {
    padding-left: -194%;
  }
  .mobile\:left-194\% {
    left: 194%;
  }
  .mobile\:left--194\% {
    left: -194%;
  }
  .mobile\:m-r-194\% {
    margin-right: 194%;
  }
  .mobile\:m-r--194\% {
    margin-right: -194%;
  }
  .mobile\:p-r-194\% {
    padding-right: 194%;
  }
  .mobile\:p-r--194\% {
    padding-right: -194%;
  }
  .mobile\:right-194\% {
    right: 194%;
  }
  .mobile\:right--194\% {
    right: -194%;
  }
  .mobile\:h-194\% {
    height: 194%;
  }
  .mobile\:w-194\% {
    width: 194%;
  }
  .mobile\:max_h-194\% {
    max-height: 194%;
  }
  .mobile\:max_w-194\% {
    max-width: 194%;
  }
  .mobile\:min_h-194\% {
    min-height: 194%;
  }
  .mobile\:min_w-194\% {
    min-width: 194%;
  }
  .mobile\:h-194vh {
    height: 194vh;
  }
  .mobile\:w-194vw {
    width: 194vw;
  }
  .mobile\:min_w-194vw {
    min-width: 194vw;
  }
  .mobile\:min_h-194vh {
    min-height: 194vh;
  }
  .mobile\:max_w-194vw {
    max-width: 194vw;
  }
  .mobile\:max_h-194vh {
    max-height: 194vh;
  }
  .mobile\:m-t-195\% {
    margin-top: 195%;
  }
  .mobile\:m-t--195\% {
    margin-top: -195%;
  }
  .mobile\:p-t-195\% {
    padding-top: 195%;
  }
  .mobile\:p-t--195\% {
    padding-top: -195%;
  }
  .mobile\:top-195\% {
    top: 195%;
  }
  .mobile\:top--195\% {
    top: -195%;
  }
  .mobile\:m-b-195\% {
    margin-bottom: 195%;
  }
  .mobile\:m-b--195\% {
    margin-bottom: -195%;
  }
  .mobile\:p-b-195\% {
    padding-bottom: 195%;
  }
  .mobile\:p-b--195\% {
    padding-bottom: -195%;
  }
  .mobile\:bottom-195\% {
    bottom: 195%;
  }
  .mobile\:bottom--195\% {
    bottom: -195%;
  }
  .mobile\:m-l-195\% {
    margin-left: 195%;
  }
  .mobile\:m-l--195\% {
    margin-left: -195%;
  }
  .mobile\:p-l-195\% {
    padding-left: 195%;
  }
  .mobile\:p-l--195\% {
    padding-left: -195%;
  }
  .mobile\:left-195\% {
    left: 195%;
  }
  .mobile\:left--195\% {
    left: -195%;
  }
  .mobile\:m-r-195\% {
    margin-right: 195%;
  }
  .mobile\:m-r--195\% {
    margin-right: -195%;
  }
  .mobile\:p-r-195\% {
    padding-right: 195%;
  }
  .mobile\:p-r--195\% {
    padding-right: -195%;
  }
  .mobile\:right-195\% {
    right: 195%;
  }
  .mobile\:right--195\% {
    right: -195%;
  }
  .mobile\:h-195\% {
    height: 195%;
  }
  .mobile\:w-195\% {
    width: 195%;
  }
  .mobile\:max_h-195\% {
    max-height: 195%;
  }
  .mobile\:max_w-195\% {
    max-width: 195%;
  }
  .mobile\:min_h-195\% {
    min-height: 195%;
  }
  .mobile\:min_w-195\% {
    min-width: 195%;
  }
  .mobile\:h-195vh {
    height: 195vh;
  }
  .mobile\:w-195vw {
    width: 195vw;
  }
  .mobile\:min_w-195vw {
    min-width: 195vw;
  }
  .mobile\:min_h-195vh {
    min-height: 195vh;
  }
  .mobile\:max_w-195vw {
    max-width: 195vw;
  }
  .mobile\:max_h-195vh {
    max-height: 195vh;
  }
  .mobile\:m-t-196\% {
    margin-top: 196%;
  }
  .mobile\:m-t--196\% {
    margin-top: -196%;
  }
  .mobile\:p-t-196\% {
    padding-top: 196%;
  }
  .mobile\:p-t--196\% {
    padding-top: -196%;
  }
  .mobile\:top-196\% {
    top: 196%;
  }
  .mobile\:top--196\% {
    top: -196%;
  }
  .mobile\:m-b-196\% {
    margin-bottom: 196%;
  }
  .mobile\:m-b--196\% {
    margin-bottom: -196%;
  }
  .mobile\:p-b-196\% {
    padding-bottom: 196%;
  }
  .mobile\:p-b--196\% {
    padding-bottom: -196%;
  }
  .mobile\:bottom-196\% {
    bottom: 196%;
  }
  .mobile\:bottom--196\% {
    bottom: -196%;
  }
  .mobile\:m-l-196\% {
    margin-left: 196%;
  }
  .mobile\:m-l--196\% {
    margin-left: -196%;
  }
  .mobile\:p-l-196\% {
    padding-left: 196%;
  }
  .mobile\:p-l--196\% {
    padding-left: -196%;
  }
  .mobile\:left-196\% {
    left: 196%;
  }
  .mobile\:left--196\% {
    left: -196%;
  }
  .mobile\:m-r-196\% {
    margin-right: 196%;
  }
  .mobile\:m-r--196\% {
    margin-right: -196%;
  }
  .mobile\:p-r-196\% {
    padding-right: 196%;
  }
  .mobile\:p-r--196\% {
    padding-right: -196%;
  }
  .mobile\:right-196\% {
    right: 196%;
  }
  .mobile\:right--196\% {
    right: -196%;
  }
  .mobile\:h-196\% {
    height: 196%;
  }
  .mobile\:w-196\% {
    width: 196%;
  }
  .mobile\:max_h-196\% {
    max-height: 196%;
  }
  .mobile\:max_w-196\% {
    max-width: 196%;
  }
  .mobile\:min_h-196\% {
    min-height: 196%;
  }
  .mobile\:min_w-196\% {
    min-width: 196%;
  }
  .mobile\:h-196vh {
    height: 196vh;
  }
  .mobile\:w-196vw {
    width: 196vw;
  }
  .mobile\:min_w-196vw {
    min-width: 196vw;
  }
  .mobile\:min_h-196vh {
    min-height: 196vh;
  }
  .mobile\:max_w-196vw {
    max-width: 196vw;
  }
  .mobile\:max_h-196vh {
    max-height: 196vh;
  }
  .mobile\:m-t-197\% {
    margin-top: 197%;
  }
  .mobile\:m-t--197\% {
    margin-top: -197%;
  }
  .mobile\:p-t-197\% {
    padding-top: 197%;
  }
  .mobile\:p-t--197\% {
    padding-top: -197%;
  }
  .mobile\:top-197\% {
    top: 197%;
  }
  .mobile\:top--197\% {
    top: -197%;
  }
  .mobile\:m-b-197\% {
    margin-bottom: 197%;
  }
  .mobile\:m-b--197\% {
    margin-bottom: -197%;
  }
  .mobile\:p-b-197\% {
    padding-bottom: 197%;
  }
  .mobile\:p-b--197\% {
    padding-bottom: -197%;
  }
  .mobile\:bottom-197\% {
    bottom: 197%;
  }
  .mobile\:bottom--197\% {
    bottom: -197%;
  }
  .mobile\:m-l-197\% {
    margin-left: 197%;
  }
  .mobile\:m-l--197\% {
    margin-left: -197%;
  }
  .mobile\:p-l-197\% {
    padding-left: 197%;
  }
  .mobile\:p-l--197\% {
    padding-left: -197%;
  }
  .mobile\:left-197\% {
    left: 197%;
  }
  .mobile\:left--197\% {
    left: -197%;
  }
  .mobile\:m-r-197\% {
    margin-right: 197%;
  }
  .mobile\:m-r--197\% {
    margin-right: -197%;
  }
  .mobile\:p-r-197\% {
    padding-right: 197%;
  }
  .mobile\:p-r--197\% {
    padding-right: -197%;
  }
  .mobile\:right-197\% {
    right: 197%;
  }
  .mobile\:right--197\% {
    right: -197%;
  }
  .mobile\:h-197\% {
    height: 197%;
  }
  .mobile\:w-197\% {
    width: 197%;
  }
  .mobile\:max_h-197\% {
    max-height: 197%;
  }
  .mobile\:max_w-197\% {
    max-width: 197%;
  }
  .mobile\:min_h-197\% {
    min-height: 197%;
  }
  .mobile\:min_w-197\% {
    min-width: 197%;
  }
  .mobile\:h-197vh {
    height: 197vh;
  }
  .mobile\:w-197vw {
    width: 197vw;
  }
  .mobile\:min_w-197vw {
    min-width: 197vw;
  }
  .mobile\:min_h-197vh {
    min-height: 197vh;
  }
  .mobile\:max_w-197vw {
    max-width: 197vw;
  }
  .mobile\:max_h-197vh {
    max-height: 197vh;
  }
  .mobile\:m-t-198\% {
    margin-top: 198%;
  }
  .mobile\:m-t--198\% {
    margin-top: -198%;
  }
  .mobile\:p-t-198\% {
    padding-top: 198%;
  }
  .mobile\:p-t--198\% {
    padding-top: -198%;
  }
  .mobile\:top-198\% {
    top: 198%;
  }
  .mobile\:top--198\% {
    top: -198%;
  }
  .mobile\:m-b-198\% {
    margin-bottom: 198%;
  }
  .mobile\:m-b--198\% {
    margin-bottom: -198%;
  }
  .mobile\:p-b-198\% {
    padding-bottom: 198%;
  }
  .mobile\:p-b--198\% {
    padding-bottom: -198%;
  }
  .mobile\:bottom-198\% {
    bottom: 198%;
  }
  .mobile\:bottom--198\% {
    bottom: -198%;
  }
  .mobile\:m-l-198\% {
    margin-left: 198%;
  }
  .mobile\:m-l--198\% {
    margin-left: -198%;
  }
  .mobile\:p-l-198\% {
    padding-left: 198%;
  }
  .mobile\:p-l--198\% {
    padding-left: -198%;
  }
  .mobile\:left-198\% {
    left: 198%;
  }
  .mobile\:left--198\% {
    left: -198%;
  }
  .mobile\:m-r-198\% {
    margin-right: 198%;
  }
  .mobile\:m-r--198\% {
    margin-right: -198%;
  }
  .mobile\:p-r-198\% {
    padding-right: 198%;
  }
  .mobile\:p-r--198\% {
    padding-right: -198%;
  }
  .mobile\:right-198\% {
    right: 198%;
  }
  .mobile\:right--198\% {
    right: -198%;
  }
  .mobile\:h-198\% {
    height: 198%;
  }
  .mobile\:w-198\% {
    width: 198%;
  }
  .mobile\:max_h-198\% {
    max-height: 198%;
  }
  .mobile\:max_w-198\% {
    max-width: 198%;
  }
  .mobile\:min_h-198\% {
    min-height: 198%;
  }
  .mobile\:min_w-198\% {
    min-width: 198%;
  }
  .mobile\:h-198vh {
    height: 198vh;
  }
  .mobile\:w-198vw {
    width: 198vw;
  }
  .mobile\:min_w-198vw {
    min-width: 198vw;
  }
  .mobile\:min_h-198vh {
    min-height: 198vh;
  }
  .mobile\:max_w-198vw {
    max-width: 198vw;
  }
  .mobile\:max_h-198vh {
    max-height: 198vh;
  }
  .mobile\:m-t-199\% {
    margin-top: 199%;
  }
  .mobile\:m-t--199\% {
    margin-top: -199%;
  }
  .mobile\:p-t-199\% {
    padding-top: 199%;
  }
  .mobile\:p-t--199\% {
    padding-top: -199%;
  }
  .mobile\:top-199\% {
    top: 199%;
  }
  .mobile\:top--199\% {
    top: -199%;
  }
  .mobile\:m-b-199\% {
    margin-bottom: 199%;
  }
  .mobile\:m-b--199\% {
    margin-bottom: -199%;
  }
  .mobile\:p-b-199\% {
    padding-bottom: 199%;
  }
  .mobile\:p-b--199\% {
    padding-bottom: -199%;
  }
  .mobile\:bottom-199\% {
    bottom: 199%;
  }
  .mobile\:bottom--199\% {
    bottom: -199%;
  }
  .mobile\:m-l-199\% {
    margin-left: 199%;
  }
  .mobile\:m-l--199\% {
    margin-left: -199%;
  }
  .mobile\:p-l-199\% {
    padding-left: 199%;
  }
  .mobile\:p-l--199\% {
    padding-left: -199%;
  }
  .mobile\:left-199\% {
    left: 199%;
  }
  .mobile\:left--199\% {
    left: -199%;
  }
  .mobile\:m-r-199\% {
    margin-right: 199%;
  }
  .mobile\:m-r--199\% {
    margin-right: -199%;
  }
  .mobile\:p-r-199\% {
    padding-right: 199%;
  }
  .mobile\:p-r--199\% {
    padding-right: -199%;
  }
  .mobile\:right-199\% {
    right: 199%;
  }
  .mobile\:right--199\% {
    right: -199%;
  }
  .mobile\:h-199\% {
    height: 199%;
  }
  .mobile\:w-199\% {
    width: 199%;
  }
  .mobile\:max_h-199\% {
    max-height: 199%;
  }
  .mobile\:max_w-199\% {
    max-width: 199%;
  }
  .mobile\:min_h-199\% {
    min-height: 199%;
  }
  .mobile\:min_w-199\% {
    min-width: 199%;
  }
  .mobile\:h-199vh {
    height: 199vh;
  }
  .mobile\:w-199vw {
    width: 199vw;
  }
  .mobile\:min_w-199vw {
    min-width: 199vw;
  }
  .mobile\:min_h-199vh {
    min-height: 199vh;
  }
  .mobile\:max_w-199vw {
    max-width: 199vw;
  }
  .mobile\:max_h-199vh {
    max-height: 199vh;
  }
  .mobile\:m-t-200\% {
    margin-top: 200%;
  }
  .mobile\:m-t--200\% {
    margin-top: -200%;
  }
  .mobile\:p-t-200\% {
    padding-top: 200%;
  }
  .mobile\:p-t--200\% {
    padding-top: -200%;
  }
  .mobile\:top-200\% {
    top: 200%;
  }
  .mobile\:top--200\% {
    top: -200%;
  }
  .mobile\:m-b-200\% {
    margin-bottom: 200%;
  }
  .mobile\:m-b--200\% {
    margin-bottom: -200%;
  }
  .mobile\:p-b-200\% {
    padding-bottom: 200%;
  }
  .mobile\:p-b--200\% {
    padding-bottom: -200%;
  }
  .mobile\:bottom-200\% {
    bottom: 200%;
  }
  .mobile\:bottom--200\% {
    bottom: -200%;
  }
  .mobile\:m-l-200\% {
    margin-left: 200%;
  }
  .mobile\:m-l--200\% {
    margin-left: -200%;
  }
  .mobile\:p-l-200\% {
    padding-left: 200%;
  }
  .mobile\:p-l--200\% {
    padding-left: -200%;
  }
  .mobile\:left-200\% {
    left: 200%;
  }
  .mobile\:left--200\% {
    left: -200%;
  }
  .mobile\:m-r-200\% {
    margin-right: 200%;
  }
  .mobile\:m-r--200\% {
    margin-right: -200%;
  }
  .mobile\:p-r-200\% {
    padding-right: 200%;
  }
  .mobile\:p-r--200\% {
    padding-right: -200%;
  }
  .mobile\:right-200\% {
    right: 200%;
  }
  .mobile\:right--200\% {
    right: -200%;
  }
  .mobile\:h-200\% {
    height: 200%;
  }
  .mobile\:w-200\% {
    width: 200%;
  }
  .mobile\:max_h-200\% {
    max-height: 200%;
  }
  .mobile\:max_w-200\% {
    max-width: 200%;
  }
  .mobile\:min_h-200\% {
    min-height: 200%;
  }
  .mobile\:min_w-200\% {
    min-width: 200%;
  }
  .mobile\:h-200vh {
    height: 200vh;
  }
  .mobile\:w-200vw {
    width: 200vw;
  }
  .mobile\:min_w-200vw {
    min-width: 200vw;
  }
  .mobile\:min_h-200vh {
    min-height: 200vh;
  }
  .mobile\:max_w-200vw {
    max-width: 200vw;
  }
  .mobile\:max_h-200vh {
    max-height: 200vh;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-t-1\% {
    margin-top: 1%;
  }
  .mobile-l\:m-t--1\% {
    margin-top: -1%;
  }
  .mobile-l\:p-t-1\% {
    padding-top: 1%;
  }
  .mobile-l\:p-t--1\% {
    padding-top: -1%;
  }
  .mobile-l\:top-1\% {
    top: 1%;
  }
  .mobile-l\:top--1\% {
    top: -1%;
  }
  .mobile-l\:m-b-1\% {
    margin-bottom: 1%;
  }
  .mobile-l\:m-b--1\% {
    margin-bottom: -1%;
  }
  .mobile-l\:p-b-1\% {
    padding-bottom: 1%;
  }
  .mobile-l\:p-b--1\% {
    padding-bottom: -1%;
  }
  .mobile-l\:bottom-1\% {
    bottom: 1%;
  }
  .mobile-l\:bottom--1\% {
    bottom: -1%;
  }
  .mobile-l\:m-l-1\% {
    margin-left: 1%;
  }
  .mobile-l\:m-l--1\% {
    margin-left: -1%;
  }
  .mobile-l\:p-l-1\% {
    padding-left: 1%;
  }
  .mobile-l\:p-l--1\% {
    padding-left: -1%;
  }
  .mobile-l\:left-1\% {
    left: 1%;
  }
  .mobile-l\:left--1\% {
    left: -1%;
  }
  .mobile-l\:m-r-1\% {
    margin-right: 1%;
  }
  .mobile-l\:m-r--1\% {
    margin-right: -1%;
  }
  .mobile-l\:p-r-1\% {
    padding-right: 1%;
  }
  .mobile-l\:p-r--1\% {
    padding-right: -1%;
  }
  .mobile-l\:right-1\% {
    right: 1%;
  }
  .mobile-l\:right--1\% {
    right: -1%;
  }
  .mobile-l\:h-1\% {
    height: 1%;
  }
  .mobile-l\:w-1\% {
    width: 1%;
  }
  .mobile-l\:max_h-1\% {
    max-height: 1%;
  }
  .mobile-l\:max_w-1\% {
    max-width: 1%;
  }
  .mobile-l\:min_h-1\% {
    min-height: 1%;
  }
  .mobile-l\:min_w-1\% {
    min-width: 1%;
  }
  .mobile-l\:h-1vh {
    height: 1vh;
  }
  .mobile-l\:w-1vw {
    width: 1vw;
  }
  .mobile-l\:min_w-1vw {
    min-width: 1vw;
  }
  .mobile-l\:min_h-1vh {
    min-height: 1vh;
  }
  .mobile-l\:max_w-1vw {
    max-width: 1vw;
  }
  .mobile-l\:max_h-1vh {
    max-height: 1vh;
  }
  .mobile-l\:m-t-2\% {
    margin-top: 2%;
  }
  .mobile-l\:m-t--2\% {
    margin-top: -2%;
  }
  .mobile-l\:p-t-2\% {
    padding-top: 2%;
  }
  .mobile-l\:p-t--2\% {
    padding-top: -2%;
  }
  .mobile-l\:top-2\% {
    top: 2%;
  }
  .mobile-l\:top--2\% {
    top: -2%;
  }
  .mobile-l\:m-b-2\% {
    margin-bottom: 2%;
  }
  .mobile-l\:m-b--2\% {
    margin-bottom: -2%;
  }
  .mobile-l\:p-b-2\% {
    padding-bottom: 2%;
  }
  .mobile-l\:p-b--2\% {
    padding-bottom: -2%;
  }
  .mobile-l\:bottom-2\% {
    bottom: 2%;
  }
  .mobile-l\:bottom--2\% {
    bottom: -2%;
  }
  .mobile-l\:m-l-2\% {
    margin-left: 2%;
  }
  .mobile-l\:m-l--2\% {
    margin-left: -2%;
  }
  .mobile-l\:p-l-2\% {
    padding-left: 2%;
  }
  .mobile-l\:p-l--2\% {
    padding-left: -2%;
  }
  .mobile-l\:left-2\% {
    left: 2%;
  }
  .mobile-l\:left--2\% {
    left: -2%;
  }
  .mobile-l\:m-r-2\% {
    margin-right: 2%;
  }
  .mobile-l\:m-r--2\% {
    margin-right: -2%;
  }
  .mobile-l\:p-r-2\% {
    padding-right: 2%;
  }
  .mobile-l\:p-r--2\% {
    padding-right: -2%;
  }
  .mobile-l\:right-2\% {
    right: 2%;
  }
  .mobile-l\:right--2\% {
    right: -2%;
  }
  .mobile-l\:h-2\% {
    height: 2%;
  }
  .mobile-l\:w-2\% {
    width: 2%;
  }
  .mobile-l\:max_h-2\% {
    max-height: 2%;
  }
  .mobile-l\:max_w-2\% {
    max-width: 2%;
  }
  .mobile-l\:min_h-2\% {
    min-height: 2%;
  }
  .mobile-l\:min_w-2\% {
    min-width: 2%;
  }
  .mobile-l\:h-2vh {
    height: 2vh;
  }
  .mobile-l\:w-2vw {
    width: 2vw;
  }
  .mobile-l\:min_w-2vw {
    min-width: 2vw;
  }
  .mobile-l\:min_h-2vh {
    min-height: 2vh;
  }
  .mobile-l\:max_w-2vw {
    max-width: 2vw;
  }
  .mobile-l\:max_h-2vh {
    max-height: 2vh;
  }
  .mobile-l\:m-t-3\% {
    margin-top: 3%;
  }
  .mobile-l\:m-t--3\% {
    margin-top: -3%;
  }
  .mobile-l\:p-t-3\% {
    padding-top: 3%;
  }
  .mobile-l\:p-t--3\% {
    padding-top: -3%;
  }
  .mobile-l\:top-3\% {
    top: 3%;
  }
  .mobile-l\:top--3\% {
    top: -3%;
  }
  .mobile-l\:m-b-3\% {
    margin-bottom: 3%;
  }
  .mobile-l\:m-b--3\% {
    margin-bottom: -3%;
  }
  .mobile-l\:p-b-3\% {
    padding-bottom: 3%;
  }
  .mobile-l\:p-b--3\% {
    padding-bottom: -3%;
  }
  .mobile-l\:bottom-3\% {
    bottom: 3%;
  }
  .mobile-l\:bottom--3\% {
    bottom: -3%;
  }
  .mobile-l\:m-l-3\% {
    margin-left: 3%;
  }
  .mobile-l\:m-l--3\% {
    margin-left: -3%;
  }
  .mobile-l\:p-l-3\% {
    padding-left: 3%;
  }
  .mobile-l\:p-l--3\% {
    padding-left: -3%;
  }
  .mobile-l\:left-3\% {
    left: 3%;
  }
  .mobile-l\:left--3\% {
    left: -3%;
  }
  .mobile-l\:m-r-3\% {
    margin-right: 3%;
  }
  .mobile-l\:m-r--3\% {
    margin-right: -3%;
  }
  .mobile-l\:p-r-3\% {
    padding-right: 3%;
  }
  .mobile-l\:p-r--3\% {
    padding-right: -3%;
  }
  .mobile-l\:right-3\% {
    right: 3%;
  }
  .mobile-l\:right--3\% {
    right: -3%;
  }
  .mobile-l\:h-3\% {
    height: 3%;
  }
  .mobile-l\:w-3\% {
    width: 3%;
  }
  .mobile-l\:max_h-3\% {
    max-height: 3%;
  }
  .mobile-l\:max_w-3\% {
    max-width: 3%;
  }
  .mobile-l\:min_h-3\% {
    min-height: 3%;
  }
  .mobile-l\:min_w-3\% {
    min-width: 3%;
  }
  .mobile-l\:h-3vh {
    height: 3vh;
  }
  .mobile-l\:w-3vw {
    width: 3vw;
  }
  .mobile-l\:min_w-3vw {
    min-width: 3vw;
  }
  .mobile-l\:min_h-3vh {
    min-height: 3vh;
  }
  .mobile-l\:max_w-3vw {
    max-width: 3vw;
  }
  .mobile-l\:max_h-3vh {
    max-height: 3vh;
  }
  .mobile-l\:m-t-4\% {
    margin-top: 4%;
  }
  .mobile-l\:m-t--4\% {
    margin-top: -4%;
  }
  .mobile-l\:p-t-4\% {
    padding-top: 4%;
  }
  .mobile-l\:p-t--4\% {
    padding-top: -4%;
  }
  .mobile-l\:top-4\% {
    top: 4%;
  }
  .mobile-l\:top--4\% {
    top: -4%;
  }
  .mobile-l\:m-b-4\% {
    margin-bottom: 4%;
  }
  .mobile-l\:m-b--4\% {
    margin-bottom: -4%;
  }
  .mobile-l\:p-b-4\% {
    padding-bottom: 4%;
  }
  .mobile-l\:p-b--4\% {
    padding-bottom: -4%;
  }
  .mobile-l\:bottom-4\% {
    bottom: 4%;
  }
  .mobile-l\:bottom--4\% {
    bottom: -4%;
  }
  .mobile-l\:m-l-4\% {
    margin-left: 4%;
  }
  .mobile-l\:m-l--4\% {
    margin-left: -4%;
  }
  .mobile-l\:p-l-4\% {
    padding-left: 4%;
  }
  .mobile-l\:p-l--4\% {
    padding-left: -4%;
  }
  .mobile-l\:left-4\% {
    left: 4%;
  }
  .mobile-l\:left--4\% {
    left: -4%;
  }
  .mobile-l\:m-r-4\% {
    margin-right: 4%;
  }
  .mobile-l\:m-r--4\% {
    margin-right: -4%;
  }
  .mobile-l\:p-r-4\% {
    padding-right: 4%;
  }
  .mobile-l\:p-r--4\% {
    padding-right: -4%;
  }
  .mobile-l\:right-4\% {
    right: 4%;
  }
  .mobile-l\:right--4\% {
    right: -4%;
  }
  .mobile-l\:h-4\% {
    height: 4%;
  }
  .mobile-l\:w-4\% {
    width: 4%;
  }
  .mobile-l\:max_h-4\% {
    max-height: 4%;
  }
  .mobile-l\:max_w-4\% {
    max-width: 4%;
  }
  .mobile-l\:min_h-4\% {
    min-height: 4%;
  }
  .mobile-l\:min_w-4\% {
    min-width: 4%;
  }
  .mobile-l\:h-4vh {
    height: 4vh;
  }
  .mobile-l\:w-4vw {
    width: 4vw;
  }
  .mobile-l\:min_w-4vw {
    min-width: 4vw;
  }
  .mobile-l\:min_h-4vh {
    min-height: 4vh;
  }
  .mobile-l\:max_w-4vw {
    max-width: 4vw;
  }
  .mobile-l\:max_h-4vh {
    max-height: 4vh;
  }
  .mobile-l\:m-t-5\% {
    margin-top: 5%;
  }
  .mobile-l\:m-t--5\% {
    margin-top: -5%;
  }
  .mobile-l\:p-t-5\% {
    padding-top: 5%;
  }
  .mobile-l\:p-t--5\% {
    padding-top: -5%;
  }
  .mobile-l\:top-5\% {
    top: 5%;
  }
  .mobile-l\:top--5\% {
    top: -5%;
  }
  .mobile-l\:m-b-5\% {
    margin-bottom: 5%;
  }
  .mobile-l\:m-b--5\% {
    margin-bottom: -5%;
  }
  .mobile-l\:p-b-5\% {
    padding-bottom: 5%;
  }
  .mobile-l\:p-b--5\% {
    padding-bottom: -5%;
  }
  .mobile-l\:bottom-5\% {
    bottom: 5%;
  }
  .mobile-l\:bottom--5\% {
    bottom: -5%;
  }
  .mobile-l\:m-l-5\% {
    margin-left: 5%;
  }
  .mobile-l\:m-l--5\% {
    margin-left: -5%;
  }
  .mobile-l\:p-l-5\% {
    padding-left: 5%;
  }
  .mobile-l\:p-l--5\% {
    padding-left: -5%;
  }
  .mobile-l\:left-5\% {
    left: 5%;
  }
  .mobile-l\:left--5\% {
    left: -5%;
  }
  .mobile-l\:m-r-5\% {
    margin-right: 5%;
  }
  .mobile-l\:m-r--5\% {
    margin-right: -5%;
  }
  .mobile-l\:p-r-5\% {
    padding-right: 5%;
  }
  .mobile-l\:p-r--5\% {
    padding-right: -5%;
  }
  .mobile-l\:right-5\% {
    right: 5%;
  }
  .mobile-l\:right--5\% {
    right: -5%;
  }
  .mobile-l\:h-5\% {
    height: 5%;
  }
  .mobile-l\:w-5\% {
    width: 5%;
  }
  .mobile-l\:max_h-5\% {
    max-height: 5%;
  }
  .mobile-l\:max_w-5\% {
    max-width: 5%;
  }
  .mobile-l\:min_h-5\% {
    min-height: 5%;
  }
  .mobile-l\:min_w-5\% {
    min-width: 5%;
  }
  .mobile-l\:h-5vh {
    height: 5vh;
  }
  .mobile-l\:w-5vw {
    width: 5vw;
  }
  .mobile-l\:min_w-5vw {
    min-width: 5vw;
  }
  .mobile-l\:min_h-5vh {
    min-height: 5vh;
  }
  .mobile-l\:max_w-5vw {
    max-width: 5vw;
  }
  .mobile-l\:max_h-5vh {
    max-height: 5vh;
  }
  .mobile-l\:m-t-6\% {
    margin-top: 6%;
  }
  .mobile-l\:m-t--6\% {
    margin-top: -6%;
  }
  .mobile-l\:p-t-6\% {
    padding-top: 6%;
  }
  .mobile-l\:p-t--6\% {
    padding-top: -6%;
  }
  .mobile-l\:top-6\% {
    top: 6%;
  }
  .mobile-l\:top--6\% {
    top: -6%;
  }
  .mobile-l\:m-b-6\% {
    margin-bottom: 6%;
  }
  .mobile-l\:m-b--6\% {
    margin-bottom: -6%;
  }
  .mobile-l\:p-b-6\% {
    padding-bottom: 6%;
  }
  .mobile-l\:p-b--6\% {
    padding-bottom: -6%;
  }
  .mobile-l\:bottom-6\% {
    bottom: 6%;
  }
  .mobile-l\:bottom--6\% {
    bottom: -6%;
  }
  .mobile-l\:m-l-6\% {
    margin-left: 6%;
  }
  .mobile-l\:m-l--6\% {
    margin-left: -6%;
  }
  .mobile-l\:p-l-6\% {
    padding-left: 6%;
  }
  .mobile-l\:p-l--6\% {
    padding-left: -6%;
  }
  .mobile-l\:left-6\% {
    left: 6%;
  }
  .mobile-l\:left--6\% {
    left: -6%;
  }
  .mobile-l\:m-r-6\% {
    margin-right: 6%;
  }
  .mobile-l\:m-r--6\% {
    margin-right: -6%;
  }
  .mobile-l\:p-r-6\% {
    padding-right: 6%;
  }
  .mobile-l\:p-r--6\% {
    padding-right: -6%;
  }
  .mobile-l\:right-6\% {
    right: 6%;
  }
  .mobile-l\:right--6\% {
    right: -6%;
  }
  .mobile-l\:h-6\% {
    height: 6%;
  }
  .mobile-l\:w-6\% {
    width: 6%;
  }
  .mobile-l\:max_h-6\% {
    max-height: 6%;
  }
  .mobile-l\:max_w-6\% {
    max-width: 6%;
  }
  .mobile-l\:min_h-6\% {
    min-height: 6%;
  }
  .mobile-l\:min_w-6\% {
    min-width: 6%;
  }
  .mobile-l\:h-6vh {
    height: 6vh;
  }
  .mobile-l\:w-6vw {
    width: 6vw;
  }
  .mobile-l\:min_w-6vw {
    min-width: 6vw;
  }
  .mobile-l\:min_h-6vh {
    min-height: 6vh;
  }
  .mobile-l\:max_w-6vw {
    max-width: 6vw;
  }
  .mobile-l\:max_h-6vh {
    max-height: 6vh;
  }
  .mobile-l\:m-t-7\% {
    margin-top: 7%;
  }
  .mobile-l\:m-t--7\% {
    margin-top: -7%;
  }
  .mobile-l\:p-t-7\% {
    padding-top: 7%;
  }
  .mobile-l\:p-t--7\% {
    padding-top: -7%;
  }
  .mobile-l\:top-7\% {
    top: 7%;
  }
  .mobile-l\:top--7\% {
    top: -7%;
  }
  .mobile-l\:m-b-7\% {
    margin-bottom: 7%;
  }
  .mobile-l\:m-b--7\% {
    margin-bottom: -7%;
  }
  .mobile-l\:p-b-7\% {
    padding-bottom: 7%;
  }
  .mobile-l\:p-b--7\% {
    padding-bottom: -7%;
  }
  .mobile-l\:bottom-7\% {
    bottom: 7%;
  }
  .mobile-l\:bottom--7\% {
    bottom: -7%;
  }
  .mobile-l\:m-l-7\% {
    margin-left: 7%;
  }
  .mobile-l\:m-l--7\% {
    margin-left: -7%;
  }
  .mobile-l\:p-l-7\% {
    padding-left: 7%;
  }
  .mobile-l\:p-l--7\% {
    padding-left: -7%;
  }
  .mobile-l\:left-7\% {
    left: 7%;
  }
  .mobile-l\:left--7\% {
    left: -7%;
  }
  .mobile-l\:m-r-7\% {
    margin-right: 7%;
  }
  .mobile-l\:m-r--7\% {
    margin-right: -7%;
  }
  .mobile-l\:p-r-7\% {
    padding-right: 7%;
  }
  .mobile-l\:p-r--7\% {
    padding-right: -7%;
  }
  .mobile-l\:right-7\% {
    right: 7%;
  }
  .mobile-l\:right--7\% {
    right: -7%;
  }
  .mobile-l\:h-7\% {
    height: 7%;
  }
  .mobile-l\:w-7\% {
    width: 7%;
  }
  .mobile-l\:max_h-7\% {
    max-height: 7%;
  }
  .mobile-l\:max_w-7\% {
    max-width: 7%;
  }
  .mobile-l\:min_h-7\% {
    min-height: 7%;
  }
  .mobile-l\:min_w-7\% {
    min-width: 7%;
  }
  .mobile-l\:h-7vh {
    height: 7vh;
  }
  .mobile-l\:w-7vw {
    width: 7vw;
  }
  .mobile-l\:min_w-7vw {
    min-width: 7vw;
  }
  .mobile-l\:min_h-7vh {
    min-height: 7vh;
  }
  .mobile-l\:max_w-7vw {
    max-width: 7vw;
  }
  .mobile-l\:max_h-7vh {
    max-height: 7vh;
  }
  .mobile-l\:m-t-8\% {
    margin-top: 8%;
  }
  .mobile-l\:m-t--8\% {
    margin-top: -8%;
  }
  .mobile-l\:p-t-8\% {
    padding-top: 8%;
  }
  .mobile-l\:p-t--8\% {
    padding-top: -8%;
  }
  .mobile-l\:top-8\% {
    top: 8%;
  }
  .mobile-l\:top--8\% {
    top: -8%;
  }
  .mobile-l\:m-b-8\% {
    margin-bottom: 8%;
  }
  .mobile-l\:m-b--8\% {
    margin-bottom: -8%;
  }
  .mobile-l\:p-b-8\% {
    padding-bottom: 8%;
  }
  .mobile-l\:p-b--8\% {
    padding-bottom: -8%;
  }
  .mobile-l\:bottom-8\% {
    bottom: 8%;
  }
  .mobile-l\:bottom--8\% {
    bottom: -8%;
  }
  .mobile-l\:m-l-8\% {
    margin-left: 8%;
  }
  .mobile-l\:m-l--8\% {
    margin-left: -8%;
  }
  .mobile-l\:p-l-8\% {
    padding-left: 8%;
  }
  .mobile-l\:p-l--8\% {
    padding-left: -8%;
  }
  .mobile-l\:left-8\% {
    left: 8%;
  }
  .mobile-l\:left--8\% {
    left: -8%;
  }
  .mobile-l\:m-r-8\% {
    margin-right: 8%;
  }
  .mobile-l\:m-r--8\% {
    margin-right: -8%;
  }
  .mobile-l\:p-r-8\% {
    padding-right: 8%;
  }
  .mobile-l\:p-r--8\% {
    padding-right: -8%;
  }
  .mobile-l\:right-8\% {
    right: 8%;
  }
  .mobile-l\:right--8\% {
    right: -8%;
  }
  .mobile-l\:h-8\% {
    height: 8%;
  }
  .mobile-l\:w-8\% {
    width: 8%;
  }
  .mobile-l\:max_h-8\% {
    max-height: 8%;
  }
  .mobile-l\:max_w-8\% {
    max-width: 8%;
  }
  .mobile-l\:min_h-8\% {
    min-height: 8%;
  }
  .mobile-l\:min_w-8\% {
    min-width: 8%;
  }
  .mobile-l\:h-8vh {
    height: 8vh;
  }
  .mobile-l\:w-8vw {
    width: 8vw;
  }
  .mobile-l\:min_w-8vw {
    min-width: 8vw;
  }
  .mobile-l\:min_h-8vh {
    min-height: 8vh;
  }
  .mobile-l\:max_w-8vw {
    max-width: 8vw;
  }
  .mobile-l\:max_h-8vh {
    max-height: 8vh;
  }
  .mobile-l\:m-t-9\% {
    margin-top: 9%;
  }
  .mobile-l\:m-t--9\% {
    margin-top: -9%;
  }
  .mobile-l\:p-t-9\% {
    padding-top: 9%;
  }
  .mobile-l\:p-t--9\% {
    padding-top: -9%;
  }
  .mobile-l\:top-9\% {
    top: 9%;
  }
  .mobile-l\:top--9\% {
    top: -9%;
  }
  .mobile-l\:m-b-9\% {
    margin-bottom: 9%;
  }
  .mobile-l\:m-b--9\% {
    margin-bottom: -9%;
  }
  .mobile-l\:p-b-9\% {
    padding-bottom: 9%;
  }
  .mobile-l\:p-b--9\% {
    padding-bottom: -9%;
  }
  .mobile-l\:bottom-9\% {
    bottom: 9%;
  }
  .mobile-l\:bottom--9\% {
    bottom: -9%;
  }
  .mobile-l\:m-l-9\% {
    margin-left: 9%;
  }
  .mobile-l\:m-l--9\% {
    margin-left: -9%;
  }
  .mobile-l\:p-l-9\% {
    padding-left: 9%;
  }
  .mobile-l\:p-l--9\% {
    padding-left: -9%;
  }
  .mobile-l\:left-9\% {
    left: 9%;
  }
  .mobile-l\:left--9\% {
    left: -9%;
  }
  .mobile-l\:m-r-9\% {
    margin-right: 9%;
  }
  .mobile-l\:m-r--9\% {
    margin-right: -9%;
  }
  .mobile-l\:p-r-9\% {
    padding-right: 9%;
  }
  .mobile-l\:p-r--9\% {
    padding-right: -9%;
  }
  .mobile-l\:right-9\% {
    right: 9%;
  }
  .mobile-l\:right--9\% {
    right: -9%;
  }
  .mobile-l\:h-9\% {
    height: 9%;
  }
  .mobile-l\:w-9\% {
    width: 9%;
  }
  .mobile-l\:max_h-9\% {
    max-height: 9%;
  }
  .mobile-l\:max_w-9\% {
    max-width: 9%;
  }
  .mobile-l\:min_h-9\% {
    min-height: 9%;
  }
  .mobile-l\:min_w-9\% {
    min-width: 9%;
  }
  .mobile-l\:h-9vh {
    height: 9vh;
  }
  .mobile-l\:w-9vw {
    width: 9vw;
  }
  .mobile-l\:min_w-9vw {
    min-width: 9vw;
  }
  .mobile-l\:min_h-9vh {
    min-height: 9vh;
  }
  .mobile-l\:max_w-9vw {
    max-width: 9vw;
  }
  .mobile-l\:max_h-9vh {
    max-height: 9vh;
  }
  .mobile-l\:m-t-10\% {
    margin-top: 10%;
  }
  .mobile-l\:m-t--10\% {
    margin-top: -10%;
  }
  .mobile-l\:p-t-10\% {
    padding-top: 10%;
  }
  .mobile-l\:p-t--10\% {
    padding-top: -10%;
  }
  .mobile-l\:top-10\% {
    top: 10%;
  }
  .mobile-l\:top--10\% {
    top: -10%;
  }
  .mobile-l\:m-b-10\% {
    margin-bottom: 10%;
  }
  .mobile-l\:m-b--10\% {
    margin-bottom: -10%;
  }
  .mobile-l\:p-b-10\% {
    padding-bottom: 10%;
  }
  .mobile-l\:p-b--10\% {
    padding-bottom: -10%;
  }
  .mobile-l\:bottom-10\% {
    bottom: 10%;
  }
  .mobile-l\:bottom--10\% {
    bottom: -10%;
  }
  .mobile-l\:m-l-10\% {
    margin-left: 10%;
  }
  .mobile-l\:m-l--10\% {
    margin-left: -10%;
  }
  .mobile-l\:p-l-10\% {
    padding-left: 10%;
  }
  .mobile-l\:p-l--10\% {
    padding-left: -10%;
  }
  .mobile-l\:left-10\% {
    left: 10%;
  }
  .mobile-l\:left--10\% {
    left: -10%;
  }
  .mobile-l\:m-r-10\% {
    margin-right: 10%;
  }
  .mobile-l\:m-r--10\% {
    margin-right: -10%;
  }
  .mobile-l\:p-r-10\% {
    padding-right: 10%;
  }
  .mobile-l\:p-r--10\% {
    padding-right: -10%;
  }
  .mobile-l\:right-10\% {
    right: 10%;
  }
  .mobile-l\:right--10\% {
    right: -10%;
  }
  .mobile-l\:h-10\% {
    height: 10%;
  }
  .mobile-l\:w-10\% {
    width: 10%;
  }
  .mobile-l\:max_h-10\% {
    max-height: 10%;
  }
  .mobile-l\:max_w-10\% {
    max-width: 10%;
  }
  .mobile-l\:min_h-10\% {
    min-height: 10%;
  }
  .mobile-l\:min_w-10\% {
    min-width: 10%;
  }
  .mobile-l\:h-10vh {
    height: 10vh;
  }
  .mobile-l\:w-10vw {
    width: 10vw;
  }
  .mobile-l\:min_w-10vw {
    min-width: 10vw;
  }
  .mobile-l\:min_h-10vh {
    min-height: 10vh;
  }
  .mobile-l\:max_w-10vw {
    max-width: 10vw;
  }
  .mobile-l\:max_h-10vh {
    max-height: 10vh;
  }
  .mobile-l\:m-t-11\% {
    margin-top: 11%;
  }
  .mobile-l\:m-t--11\% {
    margin-top: -11%;
  }
  .mobile-l\:p-t-11\% {
    padding-top: 11%;
  }
  .mobile-l\:p-t--11\% {
    padding-top: -11%;
  }
  .mobile-l\:top-11\% {
    top: 11%;
  }
  .mobile-l\:top--11\% {
    top: -11%;
  }
  .mobile-l\:m-b-11\% {
    margin-bottom: 11%;
  }
  .mobile-l\:m-b--11\% {
    margin-bottom: -11%;
  }
  .mobile-l\:p-b-11\% {
    padding-bottom: 11%;
  }
  .mobile-l\:p-b--11\% {
    padding-bottom: -11%;
  }
  .mobile-l\:bottom-11\% {
    bottom: 11%;
  }
  .mobile-l\:bottom--11\% {
    bottom: -11%;
  }
  .mobile-l\:m-l-11\% {
    margin-left: 11%;
  }
  .mobile-l\:m-l--11\% {
    margin-left: -11%;
  }
  .mobile-l\:p-l-11\% {
    padding-left: 11%;
  }
  .mobile-l\:p-l--11\% {
    padding-left: -11%;
  }
  .mobile-l\:left-11\% {
    left: 11%;
  }
  .mobile-l\:left--11\% {
    left: -11%;
  }
  .mobile-l\:m-r-11\% {
    margin-right: 11%;
  }
  .mobile-l\:m-r--11\% {
    margin-right: -11%;
  }
  .mobile-l\:p-r-11\% {
    padding-right: 11%;
  }
  .mobile-l\:p-r--11\% {
    padding-right: -11%;
  }
  .mobile-l\:right-11\% {
    right: 11%;
  }
  .mobile-l\:right--11\% {
    right: -11%;
  }
  .mobile-l\:h-11\% {
    height: 11%;
  }
  .mobile-l\:w-11\% {
    width: 11%;
  }
  .mobile-l\:max_h-11\% {
    max-height: 11%;
  }
  .mobile-l\:max_w-11\% {
    max-width: 11%;
  }
  .mobile-l\:min_h-11\% {
    min-height: 11%;
  }
  .mobile-l\:min_w-11\% {
    min-width: 11%;
  }
  .mobile-l\:h-11vh {
    height: 11vh;
  }
  .mobile-l\:w-11vw {
    width: 11vw;
  }
  .mobile-l\:min_w-11vw {
    min-width: 11vw;
  }
  .mobile-l\:min_h-11vh {
    min-height: 11vh;
  }
  .mobile-l\:max_w-11vw {
    max-width: 11vw;
  }
  .mobile-l\:max_h-11vh {
    max-height: 11vh;
  }
  .mobile-l\:m-t-12\% {
    margin-top: 12%;
  }
  .mobile-l\:m-t--12\% {
    margin-top: -12%;
  }
  .mobile-l\:p-t-12\% {
    padding-top: 12%;
  }
  .mobile-l\:p-t--12\% {
    padding-top: -12%;
  }
  .mobile-l\:top-12\% {
    top: 12%;
  }
  .mobile-l\:top--12\% {
    top: -12%;
  }
  .mobile-l\:m-b-12\% {
    margin-bottom: 12%;
  }
  .mobile-l\:m-b--12\% {
    margin-bottom: -12%;
  }
  .mobile-l\:p-b-12\% {
    padding-bottom: 12%;
  }
  .mobile-l\:p-b--12\% {
    padding-bottom: -12%;
  }
  .mobile-l\:bottom-12\% {
    bottom: 12%;
  }
  .mobile-l\:bottom--12\% {
    bottom: -12%;
  }
  .mobile-l\:m-l-12\% {
    margin-left: 12%;
  }
  .mobile-l\:m-l--12\% {
    margin-left: -12%;
  }
  .mobile-l\:p-l-12\% {
    padding-left: 12%;
  }
  .mobile-l\:p-l--12\% {
    padding-left: -12%;
  }
  .mobile-l\:left-12\% {
    left: 12%;
  }
  .mobile-l\:left--12\% {
    left: -12%;
  }
  .mobile-l\:m-r-12\% {
    margin-right: 12%;
  }
  .mobile-l\:m-r--12\% {
    margin-right: -12%;
  }
  .mobile-l\:p-r-12\% {
    padding-right: 12%;
  }
  .mobile-l\:p-r--12\% {
    padding-right: -12%;
  }
  .mobile-l\:right-12\% {
    right: 12%;
  }
  .mobile-l\:right--12\% {
    right: -12%;
  }
  .mobile-l\:h-12\% {
    height: 12%;
  }
  .mobile-l\:w-12\% {
    width: 12%;
  }
  .mobile-l\:max_h-12\% {
    max-height: 12%;
  }
  .mobile-l\:max_w-12\% {
    max-width: 12%;
  }
  .mobile-l\:min_h-12\% {
    min-height: 12%;
  }
  .mobile-l\:min_w-12\% {
    min-width: 12%;
  }
  .mobile-l\:h-12vh {
    height: 12vh;
  }
  .mobile-l\:w-12vw {
    width: 12vw;
  }
  .mobile-l\:min_w-12vw {
    min-width: 12vw;
  }
  .mobile-l\:min_h-12vh {
    min-height: 12vh;
  }
  .mobile-l\:max_w-12vw {
    max-width: 12vw;
  }
  .mobile-l\:max_h-12vh {
    max-height: 12vh;
  }
  .mobile-l\:m-t-13\% {
    margin-top: 13%;
  }
  .mobile-l\:m-t--13\% {
    margin-top: -13%;
  }
  .mobile-l\:p-t-13\% {
    padding-top: 13%;
  }
  .mobile-l\:p-t--13\% {
    padding-top: -13%;
  }
  .mobile-l\:top-13\% {
    top: 13%;
  }
  .mobile-l\:top--13\% {
    top: -13%;
  }
  .mobile-l\:m-b-13\% {
    margin-bottom: 13%;
  }
  .mobile-l\:m-b--13\% {
    margin-bottom: -13%;
  }
  .mobile-l\:p-b-13\% {
    padding-bottom: 13%;
  }
  .mobile-l\:p-b--13\% {
    padding-bottom: -13%;
  }
  .mobile-l\:bottom-13\% {
    bottom: 13%;
  }
  .mobile-l\:bottom--13\% {
    bottom: -13%;
  }
  .mobile-l\:m-l-13\% {
    margin-left: 13%;
  }
  .mobile-l\:m-l--13\% {
    margin-left: -13%;
  }
  .mobile-l\:p-l-13\% {
    padding-left: 13%;
  }
  .mobile-l\:p-l--13\% {
    padding-left: -13%;
  }
  .mobile-l\:left-13\% {
    left: 13%;
  }
  .mobile-l\:left--13\% {
    left: -13%;
  }
  .mobile-l\:m-r-13\% {
    margin-right: 13%;
  }
  .mobile-l\:m-r--13\% {
    margin-right: -13%;
  }
  .mobile-l\:p-r-13\% {
    padding-right: 13%;
  }
  .mobile-l\:p-r--13\% {
    padding-right: -13%;
  }
  .mobile-l\:right-13\% {
    right: 13%;
  }
  .mobile-l\:right--13\% {
    right: -13%;
  }
  .mobile-l\:h-13\% {
    height: 13%;
  }
  .mobile-l\:w-13\% {
    width: 13%;
  }
  .mobile-l\:max_h-13\% {
    max-height: 13%;
  }
  .mobile-l\:max_w-13\% {
    max-width: 13%;
  }
  .mobile-l\:min_h-13\% {
    min-height: 13%;
  }
  .mobile-l\:min_w-13\% {
    min-width: 13%;
  }
  .mobile-l\:h-13vh {
    height: 13vh;
  }
  .mobile-l\:w-13vw {
    width: 13vw;
  }
  .mobile-l\:min_w-13vw {
    min-width: 13vw;
  }
  .mobile-l\:min_h-13vh {
    min-height: 13vh;
  }
  .mobile-l\:max_w-13vw {
    max-width: 13vw;
  }
  .mobile-l\:max_h-13vh {
    max-height: 13vh;
  }
  .mobile-l\:m-t-14\% {
    margin-top: 14%;
  }
  .mobile-l\:m-t--14\% {
    margin-top: -14%;
  }
  .mobile-l\:p-t-14\% {
    padding-top: 14%;
  }
  .mobile-l\:p-t--14\% {
    padding-top: -14%;
  }
  .mobile-l\:top-14\% {
    top: 14%;
  }
  .mobile-l\:top--14\% {
    top: -14%;
  }
  .mobile-l\:m-b-14\% {
    margin-bottom: 14%;
  }
  .mobile-l\:m-b--14\% {
    margin-bottom: -14%;
  }
  .mobile-l\:p-b-14\% {
    padding-bottom: 14%;
  }
  .mobile-l\:p-b--14\% {
    padding-bottom: -14%;
  }
  .mobile-l\:bottom-14\% {
    bottom: 14%;
  }
  .mobile-l\:bottom--14\% {
    bottom: -14%;
  }
  .mobile-l\:m-l-14\% {
    margin-left: 14%;
  }
  .mobile-l\:m-l--14\% {
    margin-left: -14%;
  }
  .mobile-l\:p-l-14\% {
    padding-left: 14%;
  }
  .mobile-l\:p-l--14\% {
    padding-left: -14%;
  }
  .mobile-l\:left-14\% {
    left: 14%;
  }
  .mobile-l\:left--14\% {
    left: -14%;
  }
  .mobile-l\:m-r-14\% {
    margin-right: 14%;
  }
  .mobile-l\:m-r--14\% {
    margin-right: -14%;
  }
  .mobile-l\:p-r-14\% {
    padding-right: 14%;
  }
  .mobile-l\:p-r--14\% {
    padding-right: -14%;
  }
  .mobile-l\:right-14\% {
    right: 14%;
  }
  .mobile-l\:right--14\% {
    right: -14%;
  }
  .mobile-l\:h-14\% {
    height: 14%;
  }
  .mobile-l\:w-14\% {
    width: 14%;
  }
  .mobile-l\:max_h-14\% {
    max-height: 14%;
  }
  .mobile-l\:max_w-14\% {
    max-width: 14%;
  }
  .mobile-l\:min_h-14\% {
    min-height: 14%;
  }
  .mobile-l\:min_w-14\% {
    min-width: 14%;
  }
  .mobile-l\:h-14vh {
    height: 14vh;
  }
  .mobile-l\:w-14vw {
    width: 14vw;
  }
  .mobile-l\:min_w-14vw {
    min-width: 14vw;
  }
  .mobile-l\:min_h-14vh {
    min-height: 14vh;
  }
  .mobile-l\:max_w-14vw {
    max-width: 14vw;
  }
  .mobile-l\:max_h-14vh {
    max-height: 14vh;
  }
  .mobile-l\:m-t-15\% {
    margin-top: 15%;
  }
  .mobile-l\:m-t--15\% {
    margin-top: -15%;
  }
  .mobile-l\:p-t-15\% {
    padding-top: 15%;
  }
  .mobile-l\:p-t--15\% {
    padding-top: -15%;
  }
  .mobile-l\:top-15\% {
    top: 15%;
  }
  .mobile-l\:top--15\% {
    top: -15%;
  }
  .mobile-l\:m-b-15\% {
    margin-bottom: 15%;
  }
  .mobile-l\:m-b--15\% {
    margin-bottom: -15%;
  }
  .mobile-l\:p-b-15\% {
    padding-bottom: 15%;
  }
  .mobile-l\:p-b--15\% {
    padding-bottom: -15%;
  }
  .mobile-l\:bottom-15\% {
    bottom: 15%;
  }
  .mobile-l\:bottom--15\% {
    bottom: -15%;
  }
  .mobile-l\:m-l-15\% {
    margin-left: 15%;
  }
  .mobile-l\:m-l--15\% {
    margin-left: -15%;
  }
  .mobile-l\:p-l-15\% {
    padding-left: 15%;
  }
  .mobile-l\:p-l--15\% {
    padding-left: -15%;
  }
  .mobile-l\:left-15\% {
    left: 15%;
  }
  .mobile-l\:left--15\% {
    left: -15%;
  }
  .mobile-l\:m-r-15\% {
    margin-right: 15%;
  }
  .mobile-l\:m-r--15\% {
    margin-right: -15%;
  }
  .mobile-l\:p-r-15\% {
    padding-right: 15%;
  }
  .mobile-l\:p-r--15\% {
    padding-right: -15%;
  }
  .mobile-l\:right-15\% {
    right: 15%;
  }
  .mobile-l\:right--15\% {
    right: -15%;
  }
  .mobile-l\:h-15\% {
    height: 15%;
  }
  .mobile-l\:w-15\% {
    width: 15%;
  }
  .mobile-l\:max_h-15\% {
    max-height: 15%;
  }
  .mobile-l\:max_w-15\% {
    max-width: 15%;
  }
  .mobile-l\:min_h-15\% {
    min-height: 15%;
  }
  .mobile-l\:min_w-15\% {
    min-width: 15%;
  }
  .mobile-l\:h-15vh {
    height: 15vh;
  }
  .mobile-l\:w-15vw {
    width: 15vw;
  }
  .mobile-l\:min_w-15vw {
    min-width: 15vw;
  }
  .mobile-l\:min_h-15vh {
    min-height: 15vh;
  }
  .mobile-l\:max_w-15vw {
    max-width: 15vw;
  }
  .mobile-l\:max_h-15vh {
    max-height: 15vh;
  }
  .mobile-l\:m-t-16\% {
    margin-top: 16%;
  }
  .mobile-l\:m-t--16\% {
    margin-top: -16%;
  }
  .mobile-l\:p-t-16\% {
    padding-top: 16%;
  }
  .mobile-l\:p-t--16\% {
    padding-top: -16%;
  }
  .mobile-l\:top-16\% {
    top: 16%;
  }
  .mobile-l\:top--16\% {
    top: -16%;
  }
  .mobile-l\:m-b-16\% {
    margin-bottom: 16%;
  }
  .mobile-l\:m-b--16\% {
    margin-bottom: -16%;
  }
  .mobile-l\:p-b-16\% {
    padding-bottom: 16%;
  }
  .mobile-l\:p-b--16\% {
    padding-bottom: -16%;
  }
  .mobile-l\:bottom-16\% {
    bottom: 16%;
  }
  .mobile-l\:bottom--16\% {
    bottom: -16%;
  }
  .mobile-l\:m-l-16\% {
    margin-left: 16%;
  }
  .mobile-l\:m-l--16\% {
    margin-left: -16%;
  }
  .mobile-l\:p-l-16\% {
    padding-left: 16%;
  }
  .mobile-l\:p-l--16\% {
    padding-left: -16%;
  }
  .mobile-l\:left-16\% {
    left: 16%;
  }
  .mobile-l\:left--16\% {
    left: -16%;
  }
  .mobile-l\:m-r-16\% {
    margin-right: 16%;
  }
  .mobile-l\:m-r--16\% {
    margin-right: -16%;
  }
  .mobile-l\:p-r-16\% {
    padding-right: 16%;
  }
  .mobile-l\:p-r--16\% {
    padding-right: -16%;
  }
  .mobile-l\:right-16\% {
    right: 16%;
  }
  .mobile-l\:right--16\% {
    right: -16%;
  }
  .mobile-l\:h-16\% {
    height: 16%;
  }
  .mobile-l\:w-16\% {
    width: 16%;
  }
  .mobile-l\:max_h-16\% {
    max-height: 16%;
  }
  .mobile-l\:max_w-16\% {
    max-width: 16%;
  }
  .mobile-l\:min_h-16\% {
    min-height: 16%;
  }
  .mobile-l\:min_w-16\% {
    min-width: 16%;
  }
  .mobile-l\:h-16vh {
    height: 16vh;
  }
  .mobile-l\:w-16vw {
    width: 16vw;
  }
  .mobile-l\:min_w-16vw {
    min-width: 16vw;
  }
  .mobile-l\:min_h-16vh {
    min-height: 16vh;
  }
  .mobile-l\:max_w-16vw {
    max-width: 16vw;
  }
  .mobile-l\:max_h-16vh {
    max-height: 16vh;
  }
  .mobile-l\:m-t-17\% {
    margin-top: 17%;
  }
  .mobile-l\:m-t--17\% {
    margin-top: -17%;
  }
  .mobile-l\:p-t-17\% {
    padding-top: 17%;
  }
  .mobile-l\:p-t--17\% {
    padding-top: -17%;
  }
  .mobile-l\:top-17\% {
    top: 17%;
  }
  .mobile-l\:top--17\% {
    top: -17%;
  }
  .mobile-l\:m-b-17\% {
    margin-bottom: 17%;
  }
  .mobile-l\:m-b--17\% {
    margin-bottom: -17%;
  }
  .mobile-l\:p-b-17\% {
    padding-bottom: 17%;
  }
  .mobile-l\:p-b--17\% {
    padding-bottom: -17%;
  }
  .mobile-l\:bottom-17\% {
    bottom: 17%;
  }
  .mobile-l\:bottom--17\% {
    bottom: -17%;
  }
  .mobile-l\:m-l-17\% {
    margin-left: 17%;
  }
  .mobile-l\:m-l--17\% {
    margin-left: -17%;
  }
  .mobile-l\:p-l-17\% {
    padding-left: 17%;
  }
  .mobile-l\:p-l--17\% {
    padding-left: -17%;
  }
  .mobile-l\:left-17\% {
    left: 17%;
  }
  .mobile-l\:left--17\% {
    left: -17%;
  }
  .mobile-l\:m-r-17\% {
    margin-right: 17%;
  }
  .mobile-l\:m-r--17\% {
    margin-right: -17%;
  }
  .mobile-l\:p-r-17\% {
    padding-right: 17%;
  }
  .mobile-l\:p-r--17\% {
    padding-right: -17%;
  }
  .mobile-l\:right-17\% {
    right: 17%;
  }
  .mobile-l\:right--17\% {
    right: -17%;
  }
  .mobile-l\:h-17\% {
    height: 17%;
  }
  .mobile-l\:w-17\% {
    width: 17%;
  }
  .mobile-l\:max_h-17\% {
    max-height: 17%;
  }
  .mobile-l\:max_w-17\% {
    max-width: 17%;
  }
  .mobile-l\:min_h-17\% {
    min-height: 17%;
  }
  .mobile-l\:min_w-17\% {
    min-width: 17%;
  }
  .mobile-l\:h-17vh {
    height: 17vh;
  }
  .mobile-l\:w-17vw {
    width: 17vw;
  }
  .mobile-l\:min_w-17vw {
    min-width: 17vw;
  }
  .mobile-l\:min_h-17vh {
    min-height: 17vh;
  }
  .mobile-l\:max_w-17vw {
    max-width: 17vw;
  }
  .mobile-l\:max_h-17vh {
    max-height: 17vh;
  }
  .mobile-l\:m-t-18\% {
    margin-top: 18%;
  }
  .mobile-l\:m-t--18\% {
    margin-top: -18%;
  }
  .mobile-l\:p-t-18\% {
    padding-top: 18%;
  }
  .mobile-l\:p-t--18\% {
    padding-top: -18%;
  }
  .mobile-l\:top-18\% {
    top: 18%;
  }
  .mobile-l\:top--18\% {
    top: -18%;
  }
  .mobile-l\:m-b-18\% {
    margin-bottom: 18%;
  }
  .mobile-l\:m-b--18\% {
    margin-bottom: -18%;
  }
  .mobile-l\:p-b-18\% {
    padding-bottom: 18%;
  }
  .mobile-l\:p-b--18\% {
    padding-bottom: -18%;
  }
  .mobile-l\:bottom-18\% {
    bottom: 18%;
  }
  .mobile-l\:bottom--18\% {
    bottom: -18%;
  }
  .mobile-l\:m-l-18\% {
    margin-left: 18%;
  }
  .mobile-l\:m-l--18\% {
    margin-left: -18%;
  }
  .mobile-l\:p-l-18\% {
    padding-left: 18%;
  }
  .mobile-l\:p-l--18\% {
    padding-left: -18%;
  }
  .mobile-l\:left-18\% {
    left: 18%;
  }
  .mobile-l\:left--18\% {
    left: -18%;
  }
  .mobile-l\:m-r-18\% {
    margin-right: 18%;
  }
  .mobile-l\:m-r--18\% {
    margin-right: -18%;
  }
  .mobile-l\:p-r-18\% {
    padding-right: 18%;
  }
  .mobile-l\:p-r--18\% {
    padding-right: -18%;
  }
  .mobile-l\:right-18\% {
    right: 18%;
  }
  .mobile-l\:right--18\% {
    right: -18%;
  }
  .mobile-l\:h-18\% {
    height: 18%;
  }
  .mobile-l\:w-18\% {
    width: 18%;
  }
  .mobile-l\:max_h-18\% {
    max-height: 18%;
  }
  .mobile-l\:max_w-18\% {
    max-width: 18%;
  }
  .mobile-l\:min_h-18\% {
    min-height: 18%;
  }
  .mobile-l\:min_w-18\% {
    min-width: 18%;
  }
  .mobile-l\:h-18vh {
    height: 18vh;
  }
  .mobile-l\:w-18vw {
    width: 18vw;
  }
  .mobile-l\:min_w-18vw {
    min-width: 18vw;
  }
  .mobile-l\:min_h-18vh {
    min-height: 18vh;
  }
  .mobile-l\:max_w-18vw {
    max-width: 18vw;
  }
  .mobile-l\:max_h-18vh {
    max-height: 18vh;
  }
  .mobile-l\:m-t-19\% {
    margin-top: 19%;
  }
  .mobile-l\:m-t--19\% {
    margin-top: -19%;
  }
  .mobile-l\:p-t-19\% {
    padding-top: 19%;
  }
  .mobile-l\:p-t--19\% {
    padding-top: -19%;
  }
  .mobile-l\:top-19\% {
    top: 19%;
  }
  .mobile-l\:top--19\% {
    top: -19%;
  }
  .mobile-l\:m-b-19\% {
    margin-bottom: 19%;
  }
  .mobile-l\:m-b--19\% {
    margin-bottom: -19%;
  }
  .mobile-l\:p-b-19\% {
    padding-bottom: 19%;
  }
  .mobile-l\:p-b--19\% {
    padding-bottom: -19%;
  }
  .mobile-l\:bottom-19\% {
    bottom: 19%;
  }
  .mobile-l\:bottom--19\% {
    bottom: -19%;
  }
  .mobile-l\:m-l-19\% {
    margin-left: 19%;
  }
  .mobile-l\:m-l--19\% {
    margin-left: -19%;
  }
  .mobile-l\:p-l-19\% {
    padding-left: 19%;
  }
  .mobile-l\:p-l--19\% {
    padding-left: -19%;
  }
  .mobile-l\:left-19\% {
    left: 19%;
  }
  .mobile-l\:left--19\% {
    left: -19%;
  }
  .mobile-l\:m-r-19\% {
    margin-right: 19%;
  }
  .mobile-l\:m-r--19\% {
    margin-right: -19%;
  }
  .mobile-l\:p-r-19\% {
    padding-right: 19%;
  }
  .mobile-l\:p-r--19\% {
    padding-right: -19%;
  }
  .mobile-l\:right-19\% {
    right: 19%;
  }
  .mobile-l\:right--19\% {
    right: -19%;
  }
  .mobile-l\:h-19\% {
    height: 19%;
  }
  .mobile-l\:w-19\% {
    width: 19%;
  }
  .mobile-l\:max_h-19\% {
    max-height: 19%;
  }
  .mobile-l\:max_w-19\% {
    max-width: 19%;
  }
  .mobile-l\:min_h-19\% {
    min-height: 19%;
  }
  .mobile-l\:min_w-19\% {
    min-width: 19%;
  }
  .mobile-l\:h-19vh {
    height: 19vh;
  }
  .mobile-l\:w-19vw {
    width: 19vw;
  }
  .mobile-l\:min_w-19vw {
    min-width: 19vw;
  }
  .mobile-l\:min_h-19vh {
    min-height: 19vh;
  }
  .mobile-l\:max_w-19vw {
    max-width: 19vw;
  }
  .mobile-l\:max_h-19vh {
    max-height: 19vh;
  }
  .mobile-l\:m-t-20\% {
    margin-top: 20%;
  }
  .mobile-l\:m-t--20\% {
    margin-top: -20%;
  }
  .mobile-l\:p-t-20\% {
    padding-top: 20%;
  }
  .mobile-l\:p-t--20\% {
    padding-top: -20%;
  }
  .mobile-l\:top-20\% {
    top: 20%;
  }
  .mobile-l\:top--20\% {
    top: -20%;
  }
  .mobile-l\:m-b-20\% {
    margin-bottom: 20%;
  }
  .mobile-l\:m-b--20\% {
    margin-bottom: -20%;
  }
  .mobile-l\:p-b-20\% {
    padding-bottom: 20%;
  }
  .mobile-l\:p-b--20\% {
    padding-bottom: -20%;
  }
  .mobile-l\:bottom-20\% {
    bottom: 20%;
  }
  .mobile-l\:bottom--20\% {
    bottom: -20%;
  }
  .mobile-l\:m-l-20\% {
    margin-left: 20%;
  }
  .mobile-l\:m-l--20\% {
    margin-left: -20%;
  }
  .mobile-l\:p-l-20\% {
    padding-left: 20%;
  }
  .mobile-l\:p-l--20\% {
    padding-left: -20%;
  }
  .mobile-l\:left-20\% {
    left: 20%;
  }
  .mobile-l\:left--20\% {
    left: -20%;
  }
  .mobile-l\:m-r-20\% {
    margin-right: 20%;
  }
  .mobile-l\:m-r--20\% {
    margin-right: -20%;
  }
  .mobile-l\:p-r-20\% {
    padding-right: 20%;
  }
  .mobile-l\:p-r--20\% {
    padding-right: -20%;
  }
  .mobile-l\:right-20\% {
    right: 20%;
  }
  .mobile-l\:right--20\% {
    right: -20%;
  }
  .mobile-l\:h-20\% {
    height: 20%;
  }
  .mobile-l\:w-20\% {
    width: 20%;
  }
  .mobile-l\:max_h-20\% {
    max-height: 20%;
  }
  .mobile-l\:max_w-20\% {
    max-width: 20%;
  }
  .mobile-l\:min_h-20\% {
    min-height: 20%;
  }
  .mobile-l\:min_w-20\% {
    min-width: 20%;
  }
  .mobile-l\:h-20vh {
    height: 20vh;
  }
  .mobile-l\:w-20vw {
    width: 20vw;
  }
  .mobile-l\:min_w-20vw {
    min-width: 20vw;
  }
  .mobile-l\:min_h-20vh {
    min-height: 20vh;
  }
  .mobile-l\:max_w-20vw {
    max-width: 20vw;
  }
  .mobile-l\:max_h-20vh {
    max-height: 20vh;
  }
  .mobile-l\:m-t-21\% {
    margin-top: 21%;
  }
  .mobile-l\:m-t--21\% {
    margin-top: -21%;
  }
  .mobile-l\:p-t-21\% {
    padding-top: 21%;
  }
  .mobile-l\:p-t--21\% {
    padding-top: -21%;
  }
  .mobile-l\:top-21\% {
    top: 21%;
  }
  .mobile-l\:top--21\% {
    top: -21%;
  }
  .mobile-l\:m-b-21\% {
    margin-bottom: 21%;
  }
  .mobile-l\:m-b--21\% {
    margin-bottom: -21%;
  }
  .mobile-l\:p-b-21\% {
    padding-bottom: 21%;
  }
  .mobile-l\:p-b--21\% {
    padding-bottom: -21%;
  }
  .mobile-l\:bottom-21\% {
    bottom: 21%;
  }
  .mobile-l\:bottom--21\% {
    bottom: -21%;
  }
  .mobile-l\:m-l-21\% {
    margin-left: 21%;
  }
  .mobile-l\:m-l--21\% {
    margin-left: -21%;
  }
  .mobile-l\:p-l-21\% {
    padding-left: 21%;
  }
  .mobile-l\:p-l--21\% {
    padding-left: -21%;
  }
  .mobile-l\:left-21\% {
    left: 21%;
  }
  .mobile-l\:left--21\% {
    left: -21%;
  }
  .mobile-l\:m-r-21\% {
    margin-right: 21%;
  }
  .mobile-l\:m-r--21\% {
    margin-right: -21%;
  }
  .mobile-l\:p-r-21\% {
    padding-right: 21%;
  }
  .mobile-l\:p-r--21\% {
    padding-right: -21%;
  }
  .mobile-l\:right-21\% {
    right: 21%;
  }
  .mobile-l\:right--21\% {
    right: -21%;
  }
  .mobile-l\:h-21\% {
    height: 21%;
  }
  .mobile-l\:w-21\% {
    width: 21%;
  }
  .mobile-l\:max_h-21\% {
    max-height: 21%;
  }
  .mobile-l\:max_w-21\% {
    max-width: 21%;
  }
  .mobile-l\:min_h-21\% {
    min-height: 21%;
  }
  .mobile-l\:min_w-21\% {
    min-width: 21%;
  }
  .mobile-l\:h-21vh {
    height: 21vh;
  }
  .mobile-l\:w-21vw {
    width: 21vw;
  }
  .mobile-l\:min_w-21vw {
    min-width: 21vw;
  }
  .mobile-l\:min_h-21vh {
    min-height: 21vh;
  }
  .mobile-l\:max_w-21vw {
    max-width: 21vw;
  }
  .mobile-l\:max_h-21vh {
    max-height: 21vh;
  }
  .mobile-l\:m-t-22\% {
    margin-top: 22%;
  }
  .mobile-l\:m-t--22\% {
    margin-top: -22%;
  }
  .mobile-l\:p-t-22\% {
    padding-top: 22%;
  }
  .mobile-l\:p-t--22\% {
    padding-top: -22%;
  }
  .mobile-l\:top-22\% {
    top: 22%;
  }
  .mobile-l\:top--22\% {
    top: -22%;
  }
  .mobile-l\:m-b-22\% {
    margin-bottom: 22%;
  }
  .mobile-l\:m-b--22\% {
    margin-bottom: -22%;
  }
  .mobile-l\:p-b-22\% {
    padding-bottom: 22%;
  }
  .mobile-l\:p-b--22\% {
    padding-bottom: -22%;
  }
  .mobile-l\:bottom-22\% {
    bottom: 22%;
  }
  .mobile-l\:bottom--22\% {
    bottom: -22%;
  }
  .mobile-l\:m-l-22\% {
    margin-left: 22%;
  }
  .mobile-l\:m-l--22\% {
    margin-left: -22%;
  }
  .mobile-l\:p-l-22\% {
    padding-left: 22%;
  }
  .mobile-l\:p-l--22\% {
    padding-left: -22%;
  }
  .mobile-l\:left-22\% {
    left: 22%;
  }
  .mobile-l\:left--22\% {
    left: -22%;
  }
  .mobile-l\:m-r-22\% {
    margin-right: 22%;
  }
  .mobile-l\:m-r--22\% {
    margin-right: -22%;
  }
  .mobile-l\:p-r-22\% {
    padding-right: 22%;
  }
  .mobile-l\:p-r--22\% {
    padding-right: -22%;
  }
  .mobile-l\:right-22\% {
    right: 22%;
  }
  .mobile-l\:right--22\% {
    right: -22%;
  }
  .mobile-l\:h-22\% {
    height: 22%;
  }
  .mobile-l\:w-22\% {
    width: 22%;
  }
  .mobile-l\:max_h-22\% {
    max-height: 22%;
  }
  .mobile-l\:max_w-22\% {
    max-width: 22%;
  }
  .mobile-l\:min_h-22\% {
    min-height: 22%;
  }
  .mobile-l\:min_w-22\% {
    min-width: 22%;
  }
  .mobile-l\:h-22vh {
    height: 22vh;
  }
  .mobile-l\:w-22vw {
    width: 22vw;
  }
  .mobile-l\:min_w-22vw {
    min-width: 22vw;
  }
  .mobile-l\:min_h-22vh {
    min-height: 22vh;
  }
  .mobile-l\:max_w-22vw {
    max-width: 22vw;
  }
  .mobile-l\:max_h-22vh {
    max-height: 22vh;
  }
  .mobile-l\:m-t-23\% {
    margin-top: 23%;
  }
  .mobile-l\:m-t--23\% {
    margin-top: -23%;
  }
  .mobile-l\:p-t-23\% {
    padding-top: 23%;
  }
  .mobile-l\:p-t--23\% {
    padding-top: -23%;
  }
  .mobile-l\:top-23\% {
    top: 23%;
  }
  .mobile-l\:top--23\% {
    top: -23%;
  }
  .mobile-l\:m-b-23\% {
    margin-bottom: 23%;
  }
  .mobile-l\:m-b--23\% {
    margin-bottom: -23%;
  }
  .mobile-l\:p-b-23\% {
    padding-bottom: 23%;
  }
  .mobile-l\:p-b--23\% {
    padding-bottom: -23%;
  }
  .mobile-l\:bottom-23\% {
    bottom: 23%;
  }
  .mobile-l\:bottom--23\% {
    bottom: -23%;
  }
  .mobile-l\:m-l-23\% {
    margin-left: 23%;
  }
  .mobile-l\:m-l--23\% {
    margin-left: -23%;
  }
  .mobile-l\:p-l-23\% {
    padding-left: 23%;
  }
  .mobile-l\:p-l--23\% {
    padding-left: -23%;
  }
  .mobile-l\:left-23\% {
    left: 23%;
  }
  .mobile-l\:left--23\% {
    left: -23%;
  }
  .mobile-l\:m-r-23\% {
    margin-right: 23%;
  }
  .mobile-l\:m-r--23\% {
    margin-right: -23%;
  }
  .mobile-l\:p-r-23\% {
    padding-right: 23%;
  }
  .mobile-l\:p-r--23\% {
    padding-right: -23%;
  }
  .mobile-l\:right-23\% {
    right: 23%;
  }
  .mobile-l\:right--23\% {
    right: -23%;
  }
  .mobile-l\:h-23\% {
    height: 23%;
  }
  .mobile-l\:w-23\% {
    width: 23%;
  }
  .mobile-l\:max_h-23\% {
    max-height: 23%;
  }
  .mobile-l\:max_w-23\% {
    max-width: 23%;
  }
  .mobile-l\:min_h-23\% {
    min-height: 23%;
  }
  .mobile-l\:min_w-23\% {
    min-width: 23%;
  }
  .mobile-l\:h-23vh {
    height: 23vh;
  }
  .mobile-l\:w-23vw {
    width: 23vw;
  }
  .mobile-l\:min_w-23vw {
    min-width: 23vw;
  }
  .mobile-l\:min_h-23vh {
    min-height: 23vh;
  }
  .mobile-l\:max_w-23vw {
    max-width: 23vw;
  }
  .mobile-l\:max_h-23vh {
    max-height: 23vh;
  }
  .mobile-l\:m-t-24\% {
    margin-top: 24%;
  }
  .mobile-l\:m-t--24\% {
    margin-top: -24%;
  }
  .mobile-l\:p-t-24\% {
    padding-top: 24%;
  }
  .mobile-l\:p-t--24\% {
    padding-top: -24%;
  }
  .mobile-l\:top-24\% {
    top: 24%;
  }
  .mobile-l\:top--24\% {
    top: -24%;
  }
  .mobile-l\:m-b-24\% {
    margin-bottom: 24%;
  }
  .mobile-l\:m-b--24\% {
    margin-bottom: -24%;
  }
  .mobile-l\:p-b-24\% {
    padding-bottom: 24%;
  }
  .mobile-l\:p-b--24\% {
    padding-bottom: -24%;
  }
  .mobile-l\:bottom-24\% {
    bottom: 24%;
  }
  .mobile-l\:bottom--24\% {
    bottom: -24%;
  }
  .mobile-l\:m-l-24\% {
    margin-left: 24%;
  }
  .mobile-l\:m-l--24\% {
    margin-left: -24%;
  }
  .mobile-l\:p-l-24\% {
    padding-left: 24%;
  }
  .mobile-l\:p-l--24\% {
    padding-left: -24%;
  }
  .mobile-l\:left-24\% {
    left: 24%;
  }
  .mobile-l\:left--24\% {
    left: -24%;
  }
  .mobile-l\:m-r-24\% {
    margin-right: 24%;
  }
  .mobile-l\:m-r--24\% {
    margin-right: -24%;
  }
  .mobile-l\:p-r-24\% {
    padding-right: 24%;
  }
  .mobile-l\:p-r--24\% {
    padding-right: -24%;
  }
  .mobile-l\:right-24\% {
    right: 24%;
  }
  .mobile-l\:right--24\% {
    right: -24%;
  }
  .mobile-l\:h-24\% {
    height: 24%;
  }
  .mobile-l\:w-24\% {
    width: 24%;
  }
  .mobile-l\:max_h-24\% {
    max-height: 24%;
  }
  .mobile-l\:max_w-24\% {
    max-width: 24%;
  }
  .mobile-l\:min_h-24\% {
    min-height: 24%;
  }
  .mobile-l\:min_w-24\% {
    min-width: 24%;
  }
  .mobile-l\:h-24vh {
    height: 24vh;
  }
  .mobile-l\:w-24vw {
    width: 24vw;
  }
  .mobile-l\:min_w-24vw {
    min-width: 24vw;
  }
  .mobile-l\:min_h-24vh {
    min-height: 24vh;
  }
  .mobile-l\:max_w-24vw {
    max-width: 24vw;
  }
  .mobile-l\:max_h-24vh {
    max-height: 24vh;
  }
  .mobile-l\:m-t-25\% {
    margin-top: 25%;
  }
  .mobile-l\:m-t--25\% {
    margin-top: -25%;
  }
  .mobile-l\:p-t-25\% {
    padding-top: 25%;
  }
  .mobile-l\:p-t--25\% {
    padding-top: -25%;
  }
  .mobile-l\:top-25\% {
    top: 25%;
  }
  .mobile-l\:top--25\% {
    top: -25%;
  }
  .mobile-l\:m-b-25\% {
    margin-bottom: 25%;
  }
  .mobile-l\:m-b--25\% {
    margin-bottom: -25%;
  }
  .mobile-l\:p-b-25\% {
    padding-bottom: 25%;
  }
  .mobile-l\:p-b--25\% {
    padding-bottom: -25%;
  }
  .mobile-l\:bottom-25\% {
    bottom: 25%;
  }
  .mobile-l\:bottom--25\% {
    bottom: -25%;
  }
  .mobile-l\:m-l-25\% {
    margin-left: 25%;
  }
  .mobile-l\:m-l--25\% {
    margin-left: -25%;
  }
  .mobile-l\:p-l-25\% {
    padding-left: 25%;
  }
  .mobile-l\:p-l--25\% {
    padding-left: -25%;
  }
  .mobile-l\:left-25\% {
    left: 25%;
  }
  .mobile-l\:left--25\% {
    left: -25%;
  }
  .mobile-l\:m-r-25\% {
    margin-right: 25%;
  }
  .mobile-l\:m-r--25\% {
    margin-right: -25%;
  }
  .mobile-l\:p-r-25\% {
    padding-right: 25%;
  }
  .mobile-l\:p-r--25\% {
    padding-right: -25%;
  }
  .mobile-l\:right-25\% {
    right: 25%;
  }
  .mobile-l\:right--25\% {
    right: -25%;
  }
  .mobile-l\:h-25\% {
    height: 25%;
  }
  .mobile-l\:w-25\% {
    width: 25%;
  }
  .mobile-l\:max_h-25\% {
    max-height: 25%;
  }
  .mobile-l\:max_w-25\% {
    max-width: 25%;
  }
  .mobile-l\:min_h-25\% {
    min-height: 25%;
  }
  .mobile-l\:min_w-25\% {
    min-width: 25%;
  }
  .mobile-l\:h-25vh {
    height: 25vh;
  }
  .mobile-l\:w-25vw {
    width: 25vw;
  }
  .mobile-l\:min_w-25vw {
    min-width: 25vw;
  }
  .mobile-l\:min_h-25vh {
    min-height: 25vh;
  }
  .mobile-l\:max_w-25vw {
    max-width: 25vw;
  }
  .mobile-l\:max_h-25vh {
    max-height: 25vh;
  }
  .mobile-l\:m-t-26\% {
    margin-top: 26%;
  }
  .mobile-l\:m-t--26\% {
    margin-top: -26%;
  }
  .mobile-l\:p-t-26\% {
    padding-top: 26%;
  }
  .mobile-l\:p-t--26\% {
    padding-top: -26%;
  }
  .mobile-l\:top-26\% {
    top: 26%;
  }
  .mobile-l\:top--26\% {
    top: -26%;
  }
  .mobile-l\:m-b-26\% {
    margin-bottom: 26%;
  }
  .mobile-l\:m-b--26\% {
    margin-bottom: -26%;
  }
  .mobile-l\:p-b-26\% {
    padding-bottom: 26%;
  }
  .mobile-l\:p-b--26\% {
    padding-bottom: -26%;
  }
  .mobile-l\:bottom-26\% {
    bottom: 26%;
  }
  .mobile-l\:bottom--26\% {
    bottom: -26%;
  }
  .mobile-l\:m-l-26\% {
    margin-left: 26%;
  }
  .mobile-l\:m-l--26\% {
    margin-left: -26%;
  }
  .mobile-l\:p-l-26\% {
    padding-left: 26%;
  }
  .mobile-l\:p-l--26\% {
    padding-left: -26%;
  }
  .mobile-l\:left-26\% {
    left: 26%;
  }
  .mobile-l\:left--26\% {
    left: -26%;
  }
  .mobile-l\:m-r-26\% {
    margin-right: 26%;
  }
  .mobile-l\:m-r--26\% {
    margin-right: -26%;
  }
  .mobile-l\:p-r-26\% {
    padding-right: 26%;
  }
  .mobile-l\:p-r--26\% {
    padding-right: -26%;
  }
  .mobile-l\:right-26\% {
    right: 26%;
  }
  .mobile-l\:right--26\% {
    right: -26%;
  }
  .mobile-l\:h-26\% {
    height: 26%;
  }
  .mobile-l\:w-26\% {
    width: 26%;
  }
  .mobile-l\:max_h-26\% {
    max-height: 26%;
  }
  .mobile-l\:max_w-26\% {
    max-width: 26%;
  }
  .mobile-l\:min_h-26\% {
    min-height: 26%;
  }
  .mobile-l\:min_w-26\% {
    min-width: 26%;
  }
  .mobile-l\:h-26vh {
    height: 26vh;
  }
  .mobile-l\:w-26vw {
    width: 26vw;
  }
  .mobile-l\:min_w-26vw {
    min-width: 26vw;
  }
  .mobile-l\:min_h-26vh {
    min-height: 26vh;
  }
  .mobile-l\:max_w-26vw {
    max-width: 26vw;
  }
  .mobile-l\:max_h-26vh {
    max-height: 26vh;
  }
  .mobile-l\:m-t-27\% {
    margin-top: 27%;
  }
  .mobile-l\:m-t--27\% {
    margin-top: -27%;
  }
  .mobile-l\:p-t-27\% {
    padding-top: 27%;
  }
  .mobile-l\:p-t--27\% {
    padding-top: -27%;
  }
  .mobile-l\:top-27\% {
    top: 27%;
  }
  .mobile-l\:top--27\% {
    top: -27%;
  }
  .mobile-l\:m-b-27\% {
    margin-bottom: 27%;
  }
  .mobile-l\:m-b--27\% {
    margin-bottom: -27%;
  }
  .mobile-l\:p-b-27\% {
    padding-bottom: 27%;
  }
  .mobile-l\:p-b--27\% {
    padding-bottom: -27%;
  }
  .mobile-l\:bottom-27\% {
    bottom: 27%;
  }
  .mobile-l\:bottom--27\% {
    bottom: -27%;
  }
  .mobile-l\:m-l-27\% {
    margin-left: 27%;
  }
  .mobile-l\:m-l--27\% {
    margin-left: -27%;
  }
  .mobile-l\:p-l-27\% {
    padding-left: 27%;
  }
  .mobile-l\:p-l--27\% {
    padding-left: -27%;
  }
  .mobile-l\:left-27\% {
    left: 27%;
  }
  .mobile-l\:left--27\% {
    left: -27%;
  }
  .mobile-l\:m-r-27\% {
    margin-right: 27%;
  }
  .mobile-l\:m-r--27\% {
    margin-right: -27%;
  }
  .mobile-l\:p-r-27\% {
    padding-right: 27%;
  }
  .mobile-l\:p-r--27\% {
    padding-right: -27%;
  }
  .mobile-l\:right-27\% {
    right: 27%;
  }
  .mobile-l\:right--27\% {
    right: -27%;
  }
  .mobile-l\:h-27\% {
    height: 27%;
  }
  .mobile-l\:w-27\% {
    width: 27%;
  }
  .mobile-l\:max_h-27\% {
    max-height: 27%;
  }
  .mobile-l\:max_w-27\% {
    max-width: 27%;
  }
  .mobile-l\:min_h-27\% {
    min-height: 27%;
  }
  .mobile-l\:min_w-27\% {
    min-width: 27%;
  }
  .mobile-l\:h-27vh {
    height: 27vh;
  }
  .mobile-l\:w-27vw {
    width: 27vw;
  }
  .mobile-l\:min_w-27vw {
    min-width: 27vw;
  }
  .mobile-l\:min_h-27vh {
    min-height: 27vh;
  }
  .mobile-l\:max_w-27vw {
    max-width: 27vw;
  }
  .mobile-l\:max_h-27vh {
    max-height: 27vh;
  }
  .mobile-l\:m-t-28\% {
    margin-top: 28%;
  }
  .mobile-l\:m-t--28\% {
    margin-top: -28%;
  }
  .mobile-l\:p-t-28\% {
    padding-top: 28%;
  }
  .mobile-l\:p-t--28\% {
    padding-top: -28%;
  }
  .mobile-l\:top-28\% {
    top: 28%;
  }
  .mobile-l\:top--28\% {
    top: -28%;
  }
  .mobile-l\:m-b-28\% {
    margin-bottom: 28%;
  }
  .mobile-l\:m-b--28\% {
    margin-bottom: -28%;
  }
  .mobile-l\:p-b-28\% {
    padding-bottom: 28%;
  }
  .mobile-l\:p-b--28\% {
    padding-bottom: -28%;
  }
  .mobile-l\:bottom-28\% {
    bottom: 28%;
  }
  .mobile-l\:bottom--28\% {
    bottom: -28%;
  }
  .mobile-l\:m-l-28\% {
    margin-left: 28%;
  }
  .mobile-l\:m-l--28\% {
    margin-left: -28%;
  }
  .mobile-l\:p-l-28\% {
    padding-left: 28%;
  }
  .mobile-l\:p-l--28\% {
    padding-left: -28%;
  }
  .mobile-l\:left-28\% {
    left: 28%;
  }
  .mobile-l\:left--28\% {
    left: -28%;
  }
  .mobile-l\:m-r-28\% {
    margin-right: 28%;
  }
  .mobile-l\:m-r--28\% {
    margin-right: -28%;
  }
  .mobile-l\:p-r-28\% {
    padding-right: 28%;
  }
  .mobile-l\:p-r--28\% {
    padding-right: -28%;
  }
  .mobile-l\:right-28\% {
    right: 28%;
  }
  .mobile-l\:right--28\% {
    right: -28%;
  }
  .mobile-l\:h-28\% {
    height: 28%;
  }
  .mobile-l\:w-28\% {
    width: 28%;
  }
  .mobile-l\:max_h-28\% {
    max-height: 28%;
  }
  .mobile-l\:max_w-28\% {
    max-width: 28%;
  }
  .mobile-l\:min_h-28\% {
    min-height: 28%;
  }
  .mobile-l\:min_w-28\% {
    min-width: 28%;
  }
  .mobile-l\:h-28vh {
    height: 28vh;
  }
  .mobile-l\:w-28vw {
    width: 28vw;
  }
  .mobile-l\:min_w-28vw {
    min-width: 28vw;
  }
  .mobile-l\:min_h-28vh {
    min-height: 28vh;
  }
  .mobile-l\:max_w-28vw {
    max-width: 28vw;
  }
  .mobile-l\:max_h-28vh {
    max-height: 28vh;
  }
  .mobile-l\:m-t-29\% {
    margin-top: 29%;
  }
  .mobile-l\:m-t--29\% {
    margin-top: -29%;
  }
  .mobile-l\:p-t-29\% {
    padding-top: 29%;
  }
  .mobile-l\:p-t--29\% {
    padding-top: -29%;
  }
  .mobile-l\:top-29\% {
    top: 29%;
  }
  .mobile-l\:top--29\% {
    top: -29%;
  }
  .mobile-l\:m-b-29\% {
    margin-bottom: 29%;
  }
  .mobile-l\:m-b--29\% {
    margin-bottom: -29%;
  }
  .mobile-l\:p-b-29\% {
    padding-bottom: 29%;
  }
  .mobile-l\:p-b--29\% {
    padding-bottom: -29%;
  }
  .mobile-l\:bottom-29\% {
    bottom: 29%;
  }
  .mobile-l\:bottom--29\% {
    bottom: -29%;
  }
  .mobile-l\:m-l-29\% {
    margin-left: 29%;
  }
  .mobile-l\:m-l--29\% {
    margin-left: -29%;
  }
  .mobile-l\:p-l-29\% {
    padding-left: 29%;
  }
  .mobile-l\:p-l--29\% {
    padding-left: -29%;
  }
  .mobile-l\:left-29\% {
    left: 29%;
  }
  .mobile-l\:left--29\% {
    left: -29%;
  }
  .mobile-l\:m-r-29\% {
    margin-right: 29%;
  }
  .mobile-l\:m-r--29\% {
    margin-right: -29%;
  }
  .mobile-l\:p-r-29\% {
    padding-right: 29%;
  }
  .mobile-l\:p-r--29\% {
    padding-right: -29%;
  }
  .mobile-l\:right-29\% {
    right: 29%;
  }
  .mobile-l\:right--29\% {
    right: -29%;
  }
  .mobile-l\:h-29\% {
    height: 29%;
  }
  .mobile-l\:w-29\% {
    width: 29%;
  }
  .mobile-l\:max_h-29\% {
    max-height: 29%;
  }
  .mobile-l\:max_w-29\% {
    max-width: 29%;
  }
  .mobile-l\:min_h-29\% {
    min-height: 29%;
  }
  .mobile-l\:min_w-29\% {
    min-width: 29%;
  }
  .mobile-l\:h-29vh {
    height: 29vh;
  }
  .mobile-l\:w-29vw {
    width: 29vw;
  }
  .mobile-l\:min_w-29vw {
    min-width: 29vw;
  }
  .mobile-l\:min_h-29vh {
    min-height: 29vh;
  }
  .mobile-l\:max_w-29vw {
    max-width: 29vw;
  }
  .mobile-l\:max_h-29vh {
    max-height: 29vh;
  }
  .mobile-l\:m-t-30\% {
    margin-top: 30%;
  }
  .mobile-l\:m-t--30\% {
    margin-top: -30%;
  }
  .mobile-l\:p-t-30\% {
    padding-top: 30%;
  }
  .mobile-l\:p-t--30\% {
    padding-top: -30%;
  }
  .mobile-l\:top-30\% {
    top: 30%;
  }
  .mobile-l\:top--30\% {
    top: -30%;
  }
  .mobile-l\:m-b-30\% {
    margin-bottom: 30%;
  }
  .mobile-l\:m-b--30\% {
    margin-bottom: -30%;
  }
  .mobile-l\:p-b-30\% {
    padding-bottom: 30%;
  }
  .mobile-l\:p-b--30\% {
    padding-bottom: -30%;
  }
  .mobile-l\:bottom-30\% {
    bottom: 30%;
  }
  .mobile-l\:bottom--30\% {
    bottom: -30%;
  }
  .mobile-l\:m-l-30\% {
    margin-left: 30%;
  }
  .mobile-l\:m-l--30\% {
    margin-left: -30%;
  }
  .mobile-l\:p-l-30\% {
    padding-left: 30%;
  }
  .mobile-l\:p-l--30\% {
    padding-left: -30%;
  }
  .mobile-l\:left-30\% {
    left: 30%;
  }
  .mobile-l\:left--30\% {
    left: -30%;
  }
  .mobile-l\:m-r-30\% {
    margin-right: 30%;
  }
  .mobile-l\:m-r--30\% {
    margin-right: -30%;
  }
  .mobile-l\:p-r-30\% {
    padding-right: 30%;
  }
  .mobile-l\:p-r--30\% {
    padding-right: -30%;
  }
  .mobile-l\:right-30\% {
    right: 30%;
  }
  .mobile-l\:right--30\% {
    right: -30%;
  }
  .mobile-l\:h-30\% {
    height: 30%;
  }
  .mobile-l\:w-30\% {
    width: 30%;
  }
  .mobile-l\:max_h-30\% {
    max-height: 30%;
  }
  .mobile-l\:max_w-30\% {
    max-width: 30%;
  }
  .mobile-l\:min_h-30\% {
    min-height: 30%;
  }
  .mobile-l\:min_w-30\% {
    min-width: 30%;
  }
  .mobile-l\:h-30vh {
    height: 30vh;
  }
  .mobile-l\:w-30vw {
    width: 30vw;
  }
  .mobile-l\:min_w-30vw {
    min-width: 30vw;
  }
  .mobile-l\:min_h-30vh {
    min-height: 30vh;
  }
  .mobile-l\:max_w-30vw {
    max-width: 30vw;
  }
  .mobile-l\:max_h-30vh {
    max-height: 30vh;
  }
  .mobile-l\:m-t-31\% {
    margin-top: 31%;
  }
  .mobile-l\:m-t--31\% {
    margin-top: -31%;
  }
  .mobile-l\:p-t-31\% {
    padding-top: 31%;
  }
  .mobile-l\:p-t--31\% {
    padding-top: -31%;
  }
  .mobile-l\:top-31\% {
    top: 31%;
  }
  .mobile-l\:top--31\% {
    top: -31%;
  }
  .mobile-l\:m-b-31\% {
    margin-bottom: 31%;
  }
  .mobile-l\:m-b--31\% {
    margin-bottom: -31%;
  }
  .mobile-l\:p-b-31\% {
    padding-bottom: 31%;
  }
  .mobile-l\:p-b--31\% {
    padding-bottom: -31%;
  }
  .mobile-l\:bottom-31\% {
    bottom: 31%;
  }
  .mobile-l\:bottom--31\% {
    bottom: -31%;
  }
  .mobile-l\:m-l-31\% {
    margin-left: 31%;
  }
  .mobile-l\:m-l--31\% {
    margin-left: -31%;
  }
  .mobile-l\:p-l-31\% {
    padding-left: 31%;
  }
  .mobile-l\:p-l--31\% {
    padding-left: -31%;
  }
  .mobile-l\:left-31\% {
    left: 31%;
  }
  .mobile-l\:left--31\% {
    left: -31%;
  }
  .mobile-l\:m-r-31\% {
    margin-right: 31%;
  }
  .mobile-l\:m-r--31\% {
    margin-right: -31%;
  }
  .mobile-l\:p-r-31\% {
    padding-right: 31%;
  }
  .mobile-l\:p-r--31\% {
    padding-right: -31%;
  }
  .mobile-l\:right-31\% {
    right: 31%;
  }
  .mobile-l\:right--31\% {
    right: -31%;
  }
  .mobile-l\:h-31\% {
    height: 31%;
  }
  .mobile-l\:w-31\% {
    width: 31%;
  }
  .mobile-l\:max_h-31\% {
    max-height: 31%;
  }
  .mobile-l\:max_w-31\% {
    max-width: 31%;
  }
  .mobile-l\:min_h-31\% {
    min-height: 31%;
  }
  .mobile-l\:min_w-31\% {
    min-width: 31%;
  }
  .mobile-l\:h-31vh {
    height: 31vh;
  }
  .mobile-l\:w-31vw {
    width: 31vw;
  }
  .mobile-l\:min_w-31vw {
    min-width: 31vw;
  }
  .mobile-l\:min_h-31vh {
    min-height: 31vh;
  }
  .mobile-l\:max_w-31vw {
    max-width: 31vw;
  }
  .mobile-l\:max_h-31vh {
    max-height: 31vh;
  }
  .mobile-l\:m-t-32\% {
    margin-top: 32%;
  }
  .mobile-l\:m-t--32\% {
    margin-top: -32%;
  }
  .mobile-l\:p-t-32\% {
    padding-top: 32%;
  }
  .mobile-l\:p-t--32\% {
    padding-top: -32%;
  }
  .mobile-l\:top-32\% {
    top: 32%;
  }
  .mobile-l\:top--32\% {
    top: -32%;
  }
  .mobile-l\:m-b-32\% {
    margin-bottom: 32%;
  }
  .mobile-l\:m-b--32\% {
    margin-bottom: -32%;
  }
  .mobile-l\:p-b-32\% {
    padding-bottom: 32%;
  }
  .mobile-l\:p-b--32\% {
    padding-bottom: -32%;
  }
  .mobile-l\:bottom-32\% {
    bottom: 32%;
  }
  .mobile-l\:bottom--32\% {
    bottom: -32%;
  }
  .mobile-l\:m-l-32\% {
    margin-left: 32%;
  }
  .mobile-l\:m-l--32\% {
    margin-left: -32%;
  }
  .mobile-l\:p-l-32\% {
    padding-left: 32%;
  }
  .mobile-l\:p-l--32\% {
    padding-left: -32%;
  }
  .mobile-l\:left-32\% {
    left: 32%;
  }
  .mobile-l\:left--32\% {
    left: -32%;
  }
  .mobile-l\:m-r-32\% {
    margin-right: 32%;
  }
  .mobile-l\:m-r--32\% {
    margin-right: -32%;
  }
  .mobile-l\:p-r-32\% {
    padding-right: 32%;
  }
  .mobile-l\:p-r--32\% {
    padding-right: -32%;
  }
  .mobile-l\:right-32\% {
    right: 32%;
  }
  .mobile-l\:right--32\% {
    right: -32%;
  }
  .mobile-l\:h-32\% {
    height: 32%;
  }
  .mobile-l\:w-32\% {
    width: 32%;
  }
  .mobile-l\:max_h-32\% {
    max-height: 32%;
  }
  .mobile-l\:max_w-32\% {
    max-width: 32%;
  }
  .mobile-l\:min_h-32\% {
    min-height: 32%;
  }
  .mobile-l\:min_w-32\% {
    min-width: 32%;
  }
  .mobile-l\:h-32vh {
    height: 32vh;
  }
  .mobile-l\:w-32vw {
    width: 32vw;
  }
  .mobile-l\:min_w-32vw {
    min-width: 32vw;
  }
  .mobile-l\:min_h-32vh {
    min-height: 32vh;
  }
  .mobile-l\:max_w-32vw {
    max-width: 32vw;
  }
  .mobile-l\:max_h-32vh {
    max-height: 32vh;
  }
  .mobile-l\:m-t-33\% {
    margin-top: 33%;
  }
  .mobile-l\:m-t--33\% {
    margin-top: -33%;
  }
  .mobile-l\:p-t-33\% {
    padding-top: 33%;
  }
  .mobile-l\:p-t--33\% {
    padding-top: -33%;
  }
  .mobile-l\:top-33\% {
    top: 33%;
  }
  .mobile-l\:top--33\% {
    top: -33%;
  }
  .mobile-l\:m-b-33\% {
    margin-bottom: 33%;
  }
  .mobile-l\:m-b--33\% {
    margin-bottom: -33%;
  }
  .mobile-l\:p-b-33\% {
    padding-bottom: 33%;
  }
  .mobile-l\:p-b--33\% {
    padding-bottom: -33%;
  }
  .mobile-l\:bottom-33\% {
    bottom: 33%;
  }
  .mobile-l\:bottom--33\% {
    bottom: -33%;
  }
  .mobile-l\:m-l-33\% {
    margin-left: 33%;
  }
  .mobile-l\:m-l--33\% {
    margin-left: -33%;
  }
  .mobile-l\:p-l-33\% {
    padding-left: 33%;
  }
  .mobile-l\:p-l--33\% {
    padding-left: -33%;
  }
  .mobile-l\:left-33\% {
    left: 33%;
  }
  .mobile-l\:left--33\% {
    left: -33%;
  }
  .mobile-l\:m-r-33\% {
    margin-right: 33%;
  }
  .mobile-l\:m-r--33\% {
    margin-right: -33%;
  }
  .mobile-l\:p-r-33\% {
    padding-right: 33%;
  }
  .mobile-l\:p-r--33\% {
    padding-right: -33%;
  }
  .mobile-l\:right-33\% {
    right: 33%;
  }
  .mobile-l\:right--33\% {
    right: -33%;
  }
  .mobile-l\:h-33\% {
    height: 33%;
  }
  .mobile-l\:w-33\% {
    width: 33%;
  }
  .mobile-l\:max_h-33\% {
    max-height: 33%;
  }
  .mobile-l\:max_w-33\% {
    max-width: 33%;
  }
  .mobile-l\:min_h-33\% {
    min-height: 33%;
  }
  .mobile-l\:min_w-33\% {
    min-width: 33%;
  }
  .mobile-l\:h-33vh {
    height: 33vh;
  }
  .mobile-l\:w-33vw {
    width: 33vw;
  }
  .mobile-l\:min_w-33vw {
    min-width: 33vw;
  }
  .mobile-l\:min_h-33vh {
    min-height: 33vh;
  }
  .mobile-l\:max_w-33vw {
    max-width: 33vw;
  }
  .mobile-l\:max_h-33vh {
    max-height: 33vh;
  }
  .mobile-l\:m-t-34\% {
    margin-top: 34%;
  }
  .mobile-l\:m-t--34\% {
    margin-top: -34%;
  }
  .mobile-l\:p-t-34\% {
    padding-top: 34%;
  }
  .mobile-l\:p-t--34\% {
    padding-top: -34%;
  }
  .mobile-l\:top-34\% {
    top: 34%;
  }
  .mobile-l\:top--34\% {
    top: -34%;
  }
  .mobile-l\:m-b-34\% {
    margin-bottom: 34%;
  }
  .mobile-l\:m-b--34\% {
    margin-bottom: -34%;
  }
  .mobile-l\:p-b-34\% {
    padding-bottom: 34%;
  }
  .mobile-l\:p-b--34\% {
    padding-bottom: -34%;
  }
  .mobile-l\:bottom-34\% {
    bottom: 34%;
  }
  .mobile-l\:bottom--34\% {
    bottom: -34%;
  }
  .mobile-l\:m-l-34\% {
    margin-left: 34%;
  }
  .mobile-l\:m-l--34\% {
    margin-left: -34%;
  }
  .mobile-l\:p-l-34\% {
    padding-left: 34%;
  }
  .mobile-l\:p-l--34\% {
    padding-left: -34%;
  }
  .mobile-l\:left-34\% {
    left: 34%;
  }
  .mobile-l\:left--34\% {
    left: -34%;
  }
  .mobile-l\:m-r-34\% {
    margin-right: 34%;
  }
  .mobile-l\:m-r--34\% {
    margin-right: -34%;
  }
  .mobile-l\:p-r-34\% {
    padding-right: 34%;
  }
  .mobile-l\:p-r--34\% {
    padding-right: -34%;
  }
  .mobile-l\:right-34\% {
    right: 34%;
  }
  .mobile-l\:right--34\% {
    right: -34%;
  }
  .mobile-l\:h-34\% {
    height: 34%;
  }
  .mobile-l\:w-34\% {
    width: 34%;
  }
  .mobile-l\:max_h-34\% {
    max-height: 34%;
  }
  .mobile-l\:max_w-34\% {
    max-width: 34%;
  }
  .mobile-l\:min_h-34\% {
    min-height: 34%;
  }
  .mobile-l\:min_w-34\% {
    min-width: 34%;
  }
  .mobile-l\:h-34vh {
    height: 34vh;
  }
  .mobile-l\:w-34vw {
    width: 34vw;
  }
  .mobile-l\:min_w-34vw {
    min-width: 34vw;
  }
  .mobile-l\:min_h-34vh {
    min-height: 34vh;
  }
  .mobile-l\:max_w-34vw {
    max-width: 34vw;
  }
  .mobile-l\:max_h-34vh {
    max-height: 34vh;
  }
  .mobile-l\:m-t-35\% {
    margin-top: 35%;
  }
  .mobile-l\:m-t--35\% {
    margin-top: -35%;
  }
  .mobile-l\:p-t-35\% {
    padding-top: 35%;
  }
  .mobile-l\:p-t--35\% {
    padding-top: -35%;
  }
  .mobile-l\:top-35\% {
    top: 35%;
  }
  .mobile-l\:top--35\% {
    top: -35%;
  }
  .mobile-l\:m-b-35\% {
    margin-bottom: 35%;
  }
  .mobile-l\:m-b--35\% {
    margin-bottom: -35%;
  }
  .mobile-l\:p-b-35\% {
    padding-bottom: 35%;
  }
  .mobile-l\:p-b--35\% {
    padding-bottom: -35%;
  }
  .mobile-l\:bottom-35\% {
    bottom: 35%;
  }
  .mobile-l\:bottom--35\% {
    bottom: -35%;
  }
  .mobile-l\:m-l-35\% {
    margin-left: 35%;
  }
  .mobile-l\:m-l--35\% {
    margin-left: -35%;
  }
  .mobile-l\:p-l-35\% {
    padding-left: 35%;
  }
  .mobile-l\:p-l--35\% {
    padding-left: -35%;
  }
  .mobile-l\:left-35\% {
    left: 35%;
  }
  .mobile-l\:left--35\% {
    left: -35%;
  }
  .mobile-l\:m-r-35\% {
    margin-right: 35%;
  }
  .mobile-l\:m-r--35\% {
    margin-right: -35%;
  }
  .mobile-l\:p-r-35\% {
    padding-right: 35%;
  }
  .mobile-l\:p-r--35\% {
    padding-right: -35%;
  }
  .mobile-l\:right-35\% {
    right: 35%;
  }
  .mobile-l\:right--35\% {
    right: -35%;
  }
  .mobile-l\:h-35\% {
    height: 35%;
  }
  .mobile-l\:w-35\% {
    width: 35%;
  }
  .mobile-l\:max_h-35\% {
    max-height: 35%;
  }
  .mobile-l\:max_w-35\% {
    max-width: 35%;
  }
  .mobile-l\:min_h-35\% {
    min-height: 35%;
  }
  .mobile-l\:min_w-35\% {
    min-width: 35%;
  }
  .mobile-l\:h-35vh {
    height: 35vh;
  }
  .mobile-l\:w-35vw {
    width: 35vw;
  }
  .mobile-l\:min_w-35vw {
    min-width: 35vw;
  }
  .mobile-l\:min_h-35vh {
    min-height: 35vh;
  }
  .mobile-l\:max_w-35vw {
    max-width: 35vw;
  }
  .mobile-l\:max_h-35vh {
    max-height: 35vh;
  }
  .mobile-l\:m-t-36\% {
    margin-top: 36%;
  }
  .mobile-l\:m-t--36\% {
    margin-top: -36%;
  }
  .mobile-l\:p-t-36\% {
    padding-top: 36%;
  }
  .mobile-l\:p-t--36\% {
    padding-top: -36%;
  }
  .mobile-l\:top-36\% {
    top: 36%;
  }
  .mobile-l\:top--36\% {
    top: -36%;
  }
  .mobile-l\:m-b-36\% {
    margin-bottom: 36%;
  }
  .mobile-l\:m-b--36\% {
    margin-bottom: -36%;
  }
  .mobile-l\:p-b-36\% {
    padding-bottom: 36%;
  }
  .mobile-l\:p-b--36\% {
    padding-bottom: -36%;
  }
  .mobile-l\:bottom-36\% {
    bottom: 36%;
  }
  .mobile-l\:bottom--36\% {
    bottom: -36%;
  }
  .mobile-l\:m-l-36\% {
    margin-left: 36%;
  }
  .mobile-l\:m-l--36\% {
    margin-left: -36%;
  }
  .mobile-l\:p-l-36\% {
    padding-left: 36%;
  }
  .mobile-l\:p-l--36\% {
    padding-left: -36%;
  }
  .mobile-l\:left-36\% {
    left: 36%;
  }
  .mobile-l\:left--36\% {
    left: -36%;
  }
  .mobile-l\:m-r-36\% {
    margin-right: 36%;
  }
  .mobile-l\:m-r--36\% {
    margin-right: -36%;
  }
  .mobile-l\:p-r-36\% {
    padding-right: 36%;
  }
  .mobile-l\:p-r--36\% {
    padding-right: -36%;
  }
  .mobile-l\:right-36\% {
    right: 36%;
  }
  .mobile-l\:right--36\% {
    right: -36%;
  }
  .mobile-l\:h-36\% {
    height: 36%;
  }
  .mobile-l\:w-36\% {
    width: 36%;
  }
  .mobile-l\:max_h-36\% {
    max-height: 36%;
  }
  .mobile-l\:max_w-36\% {
    max-width: 36%;
  }
  .mobile-l\:min_h-36\% {
    min-height: 36%;
  }
  .mobile-l\:min_w-36\% {
    min-width: 36%;
  }
  .mobile-l\:h-36vh {
    height: 36vh;
  }
  .mobile-l\:w-36vw {
    width: 36vw;
  }
  .mobile-l\:min_w-36vw {
    min-width: 36vw;
  }
  .mobile-l\:min_h-36vh {
    min-height: 36vh;
  }
  .mobile-l\:max_w-36vw {
    max-width: 36vw;
  }
  .mobile-l\:max_h-36vh {
    max-height: 36vh;
  }
  .mobile-l\:m-t-37\% {
    margin-top: 37%;
  }
  .mobile-l\:m-t--37\% {
    margin-top: -37%;
  }
  .mobile-l\:p-t-37\% {
    padding-top: 37%;
  }
  .mobile-l\:p-t--37\% {
    padding-top: -37%;
  }
  .mobile-l\:top-37\% {
    top: 37%;
  }
  .mobile-l\:top--37\% {
    top: -37%;
  }
  .mobile-l\:m-b-37\% {
    margin-bottom: 37%;
  }
  .mobile-l\:m-b--37\% {
    margin-bottom: -37%;
  }
  .mobile-l\:p-b-37\% {
    padding-bottom: 37%;
  }
  .mobile-l\:p-b--37\% {
    padding-bottom: -37%;
  }
  .mobile-l\:bottom-37\% {
    bottom: 37%;
  }
  .mobile-l\:bottom--37\% {
    bottom: -37%;
  }
  .mobile-l\:m-l-37\% {
    margin-left: 37%;
  }
  .mobile-l\:m-l--37\% {
    margin-left: -37%;
  }
  .mobile-l\:p-l-37\% {
    padding-left: 37%;
  }
  .mobile-l\:p-l--37\% {
    padding-left: -37%;
  }
  .mobile-l\:left-37\% {
    left: 37%;
  }
  .mobile-l\:left--37\% {
    left: -37%;
  }
  .mobile-l\:m-r-37\% {
    margin-right: 37%;
  }
  .mobile-l\:m-r--37\% {
    margin-right: -37%;
  }
  .mobile-l\:p-r-37\% {
    padding-right: 37%;
  }
  .mobile-l\:p-r--37\% {
    padding-right: -37%;
  }
  .mobile-l\:right-37\% {
    right: 37%;
  }
  .mobile-l\:right--37\% {
    right: -37%;
  }
  .mobile-l\:h-37\% {
    height: 37%;
  }
  .mobile-l\:w-37\% {
    width: 37%;
  }
  .mobile-l\:max_h-37\% {
    max-height: 37%;
  }
  .mobile-l\:max_w-37\% {
    max-width: 37%;
  }
  .mobile-l\:min_h-37\% {
    min-height: 37%;
  }
  .mobile-l\:min_w-37\% {
    min-width: 37%;
  }
  .mobile-l\:h-37vh {
    height: 37vh;
  }
  .mobile-l\:w-37vw {
    width: 37vw;
  }
  .mobile-l\:min_w-37vw {
    min-width: 37vw;
  }
  .mobile-l\:min_h-37vh {
    min-height: 37vh;
  }
  .mobile-l\:max_w-37vw {
    max-width: 37vw;
  }
  .mobile-l\:max_h-37vh {
    max-height: 37vh;
  }
  .mobile-l\:m-t-38\% {
    margin-top: 38%;
  }
  .mobile-l\:m-t--38\% {
    margin-top: -38%;
  }
  .mobile-l\:p-t-38\% {
    padding-top: 38%;
  }
  .mobile-l\:p-t--38\% {
    padding-top: -38%;
  }
  .mobile-l\:top-38\% {
    top: 38%;
  }
  .mobile-l\:top--38\% {
    top: -38%;
  }
  .mobile-l\:m-b-38\% {
    margin-bottom: 38%;
  }
  .mobile-l\:m-b--38\% {
    margin-bottom: -38%;
  }
  .mobile-l\:p-b-38\% {
    padding-bottom: 38%;
  }
  .mobile-l\:p-b--38\% {
    padding-bottom: -38%;
  }
  .mobile-l\:bottom-38\% {
    bottom: 38%;
  }
  .mobile-l\:bottom--38\% {
    bottom: -38%;
  }
  .mobile-l\:m-l-38\% {
    margin-left: 38%;
  }
  .mobile-l\:m-l--38\% {
    margin-left: -38%;
  }
  .mobile-l\:p-l-38\% {
    padding-left: 38%;
  }
  .mobile-l\:p-l--38\% {
    padding-left: -38%;
  }
  .mobile-l\:left-38\% {
    left: 38%;
  }
  .mobile-l\:left--38\% {
    left: -38%;
  }
  .mobile-l\:m-r-38\% {
    margin-right: 38%;
  }
  .mobile-l\:m-r--38\% {
    margin-right: -38%;
  }
  .mobile-l\:p-r-38\% {
    padding-right: 38%;
  }
  .mobile-l\:p-r--38\% {
    padding-right: -38%;
  }
  .mobile-l\:right-38\% {
    right: 38%;
  }
  .mobile-l\:right--38\% {
    right: -38%;
  }
  .mobile-l\:h-38\% {
    height: 38%;
  }
  .mobile-l\:w-38\% {
    width: 38%;
  }
  .mobile-l\:max_h-38\% {
    max-height: 38%;
  }
  .mobile-l\:max_w-38\% {
    max-width: 38%;
  }
  .mobile-l\:min_h-38\% {
    min-height: 38%;
  }
  .mobile-l\:min_w-38\% {
    min-width: 38%;
  }
  .mobile-l\:h-38vh {
    height: 38vh;
  }
  .mobile-l\:w-38vw {
    width: 38vw;
  }
  .mobile-l\:min_w-38vw {
    min-width: 38vw;
  }
  .mobile-l\:min_h-38vh {
    min-height: 38vh;
  }
  .mobile-l\:max_w-38vw {
    max-width: 38vw;
  }
  .mobile-l\:max_h-38vh {
    max-height: 38vh;
  }
  .mobile-l\:m-t-39\% {
    margin-top: 39%;
  }
  .mobile-l\:m-t--39\% {
    margin-top: -39%;
  }
  .mobile-l\:p-t-39\% {
    padding-top: 39%;
  }
  .mobile-l\:p-t--39\% {
    padding-top: -39%;
  }
  .mobile-l\:top-39\% {
    top: 39%;
  }
  .mobile-l\:top--39\% {
    top: -39%;
  }
  .mobile-l\:m-b-39\% {
    margin-bottom: 39%;
  }
  .mobile-l\:m-b--39\% {
    margin-bottom: -39%;
  }
  .mobile-l\:p-b-39\% {
    padding-bottom: 39%;
  }
  .mobile-l\:p-b--39\% {
    padding-bottom: -39%;
  }
  .mobile-l\:bottom-39\% {
    bottom: 39%;
  }
  .mobile-l\:bottom--39\% {
    bottom: -39%;
  }
  .mobile-l\:m-l-39\% {
    margin-left: 39%;
  }
  .mobile-l\:m-l--39\% {
    margin-left: -39%;
  }
  .mobile-l\:p-l-39\% {
    padding-left: 39%;
  }
  .mobile-l\:p-l--39\% {
    padding-left: -39%;
  }
  .mobile-l\:left-39\% {
    left: 39%;
  }
  .mobile-l\:left--39\% {
    left: -39%;
  }
  .mobile-l\:m-r-39\% {
    margin-right: 39%;
  }
  .mobile-l\:m-r--39\% {
    margin-right: -39%;
  }
  .mobile-l\:p-r-39\% {
    padding-right: 39%;
  }
  .mobile-l\:p-r--39\% {
    padding-right: -39%;
  }
  .mobile-l\:right-39\% {
    right: 39%;
  }
  .mobile-l\:right--39\% {
    right: -39%;
  }
  .mobile-l\:h-39\% {
    height: 39%;
  }
  .mobile-l\:w-39\% {
    width: 39%;
  }
  .mobile-l\:max_h-39\% {
    max-height: 39%;
  }
  .mobile-l\:max_w-39\% {
    max-width: 39%;
  }
  .mobile-l\:min_h-39\% {
    min-height: 39%;
  }
  .mobile-l\:min_w-39\% {
    min-width: 39%;
  }
  .mobile-l\:h-39vh {
    height: 39vh;
  }
  .mobile-l\:w-39vw {
    width: 39vw;
  }
  .mobile-l\:min_w-39vw {
    min-width: 39vw;
  }
  .mobile-l\:min_h-39vh {
    min-height: 39vh;
  }
  .mobile-l\:max_w-39vw {
    max-width: 39vw;
  }
  .mobile-l\:max_h-39vh {
    max-height: 39vh;
  }
  .mobile-l\:m-t-40\% {
    margin-top: 40%;
  }
  .mobile-l\:m-t--40\% {
    margin-top: -40%;
  }
  .mobile-l\:p-t-40\% {
    padding-top: 40%;
  }
  .mobile-l\:p-t--40\% {
    padding-top: -40%;
  }
  .mobile-l\:top-40\% {
    top: 40%;
  }
  .mobile-l\:top--40\% {
    top: -40%;
  }
  .mobile-l\:m-b-40\% {
    margin-bottom: 40%;
  }
  .mobile-l\:m-b--40\% {
    margin-bottom: -40%;
  }
  .mobile-l\:p-b-40\% {
    padding-bottom: 40%;
  }
  .mobile-l\:p-b--40\% {
    padding-bottom: -40%;
  }
  .mobile-l\:bottom-40\% {
    bottom: 40%;
  }
  .mobile-l\:bottom--40\% {
    bottom: -40%;
  }
  .mobile-l\:m-l-40\% {
    margin-left: 40%;
  }
  .mobile-l\:m-l--40\% {
    margin-left: -40%;
  }
  .mobile-l\:p-l-40\% {
    padding-left: 40%;
  }
  .mobile-l\:p-l--40\% {
    padding-left: -40%;
  }
  .mobile-l\:left-40\% {
    left: 40%;
  }
  .mobile-l\:left--40\% {
    left: -40%;
  }
  .mobile-l\:m-r-40\% {
    margin-right: 40%;
  }
  .mobile-l\:m-r--40\% {
    margin-right: -40%;
  }
  .mobile-l\:p-r-40\% {
    padding-right: 40%;
  }
  .mobile-l\:p-r--40\% {
    padding-right: -40%;
  }
  .mobile-l\:right-40\% {
    right: 40%;
  }
  .mobile-l\:right--40\% {
    right: -40%;
  }
  .mobile-l\:h-40\% {
    height: 40%;
  }
  .mobile-l\:w-40\% {
    width: 40%;
  }
  .mobile-l\:max_h-40\% {
    max-height: 40%;
  }
  .mobile-l\:max_w-40\% {
    max-width: 40%;
  }
  .mobile-l\:min_h-40\% {
    min-height: 40%;
  }
  .mobile-l\:min_w-40\% {
    min-width: 40%;
  }
  .mobile-l\:h-40vh {
    height: 40vh;
  }
  .mobile-l\:w-40vw {
    width: 40vw;
  }
  .mobile-l\:min_w-40vw {
    min-width: 40vw;
  }
  .mobile-l\:min_h-40vh {
    min-height: 40vh;
  }
  .mobile-l\:max_w-40vw {
    max-width: 40vw;
  }
  .mobile-l\:max_h-40vh {
    max-height: 40vh;
  }
  .mobile-l\:m-t-41\% {
    margin-top: 41%;
  }
  .mobile-l\:m-t--41\% {
    margin-top: -41%;
  }
  .mobile-l\:p-t-41\% {
    padding-top: 41%;
  }
  .mobile-l\:p-t--41\% {
    padding-top: -41%;
  }
  .mobile-l\:top-41\% {
    top: 41%;
  }
  .mobile-l\:top--41\% {
    top: -41%;
  }
  .mobile-l\:m-b-41\% {
    margin-bottom: 41%;
  }
  .mobile-l\:m-b--41\% {
    margin-bottom: -41%;
  }
  .mobile-l\:p-b-41\% {
    padding-bottom: 41%;
  }
  .mobile-l\:p-b--41\% {
    padding-bottom: -41%;
  }
  .mobile-l\:bottom-41\% {
    bottom: 41%;
  }
  .mobile-l\:bottom--41\% {
    bottom: -41%;
  }
  .mobile-l\:m-l-41\% {
    margin-left: 41%;
  }
  .mobile-l\:m-l--41\% {
    margin-left: -41%;
  }
  .mobile-l\:p-l-41\% {
    padding-left: 41%;
  }
  .mobile-l\:p-l--41\% {
    padding-left: -41%;
  }
  .mobile-l\:left-41\% {
    left: 41%;
  }
  .mobile-l\:left--41\% {
    left: -41%;
  }
  .mobile-l\:m-r-41\% {
    margin-right: 41%;
  }
  .mobile-l\:m-r--41\% {
    margin-right: -41%;
  }
  .mobile-l\:p-r-41\% {
    padding-right: 41%;
  }
  .mobile-l\:p-r--41\% {
    padding-right: -41%;
  }
  .mobile-l\:right-41\% {
    right: 41%;
  }
  .mobile-l\:right--41\% {
    right: -41%;
  }
  .mobile-l\:h-41\% {
    height: 41%;
  }
  .mobile-l\:w-41\% {
    width: 41%;
  }
  .mobile-l\:max_h-41\% {
    max-height: 41%;
  }
  .mobile-l\:max_w-41\% {
    max-width: 41%;
  }
  .mobile-l\:min_h-41\% {
    min-height: 41%;
  }
  .mobile-l\:min_w-41\% {
    min-width: 41%;
  }
  .mobile-l\:h-41vh {
    height: 41vh;
  }
  .mobile-l\:w-41vw {
    width: 41vw;
  }
  .mobile-l\:min_w-41vw {
    min-width: 41vw;
  }
  .mobile-l\:min_h-41vh {
    min-height: 41vh;
  }
  .mobile-l\:max_w-41vw {
    max-width: 41vw;
  }
  .mobile-l\:max_h-41vh {
    max-height: 41vh;
  }
  .mobile-l\:m-t-42\% {
    margin-top: 42%;
  }
  .mobile-l\:m-t--42\% {
    margin-top: -42%;
  }
  .mobile-l\:p-t-42\% {
    padding-top: 42%;
  }
  .mobile-l\:p-t--42\% {
    padding-top: -42%;
  }
  .mobile-l\:top-42\% {
    top: 42%;
  }
  .mobile-l\:top--42\% {
    top: -42%;
  }
  .mobile-l\:m-b-42\% {
    margin-bottom: 42%;
  }
  .mobile-l\:m-b--42\% {
    margin-bottom: -42%;
  }
  .mobile-l\:p-b-42\% {
    padding-bottom: 42%;
  }
  .mobile-l\:p-b--42\% {
    padding-bottom: -42%;
  }
  .mobile-l\:bottom-42\% {
    bottom: 42%;
  }
  .mobile-l\:bottom--42\% {
    bottom: -42%;
  }
  .mobile-l\:m-l-42\% {
    margin-left: 42%;
  }
  .mobile-l\:m-l--42\% {
    margin-left: -42%;
  }
  .mobile-l\:p-l-42\% {
    padding-left: 42%;
  }
  .mobile-l\:p-l--42\% {
    padding-left: -42%;
  }
  .mobile-l\:left-42\% {
    left: 42%;
  }
  .mobile-l\:left--42\% {
    left: -42%;
  }
  .mobile-l\:m-r-42\% {
    margin-right: 42%;
  }
  .mobile-l\:m-r--42\% {
    margin-right: -42%;
  }
  .mobile-l\:p-r-42\% {
    padding-right: 42%;
  }
  .mobile-l\:p-r--42\% {
    padding-right: -42%;
  }
  .mobile-l\:right-42\% {
    right: 42%;
  }
  .mobile-l\:right--42\% {
    right: -42%;
  }
  .mobile-l\:h-42\% {
    height: 42%;
  }
  .mobile-l\:w-42\% {
    width: 42%;
  }
  .mobile-l\:max_h-42\% {
    max-height: 42%;
  }
  .mobile-l\:max_w-42\% {
    max-width: 42%;
  }
  .mobile-l\:min_h-42\% {
    min-height: 42%;
  }
  .mobile-l\:min_w-42\% {
    min-width: 42%;
  }
  .mobile-l\:h-42vh {
    height: 42vh;
  }
  .mobile-l\:w-42vw {
    width: 42vw;
  }
  .mobile-l\:min_w-42vw {
    min-width: 42vw;
  }
  .mobile-l\:min_h-42vh {
    min-height: 42vh;
  }
  .mobile-l\:max_w-42vw {
    max-width: 42vw;
  }
  .mobile-l\:max_h-42vh {
    max-height: 42vh;
  }
  .mobile-l\:m-t-43\% {
    margin-top: 43%;
  }
  .mobile-l\:m-t--43\% {
    margin-top: -43%;
  }
  .mobile-l\:p-t-43\% {
    padding-top: 43%;
  }
  .mobile-l\:p-t--43\% {
    padding-top: -43%;
  }
  .mobile-l\:top-43\% {
    top: 43%;
  }
  .mobile-l\:top--43\% {
    top: -43%;
  }
  .mobile-l\:m-b-43\% {
    margin-bottom: 43%;
  }
  .mobile-l\:m-b--43\% {
    margin-bottom: -43%;
  }
  .mobile-l\:p-b-43\% {
    padding-bottom: 43%;
  }
  .mobile-l\:p-b--43\% {
    padding-bottom: -43%;
  }
  .mobile-l\:bottom-43\% {
    bottom: 43%;
  }
  .mobile-l\:bottom--43\% {
    bottom: -43%;
  }
  .mobile-l\:m-l-43\% {
    margin-left: 43%;
  }
  .mobile-l\:m-l--43\% {
    margin-left: -43%;
  }
  .mobile-l\:p-l-43\% {
    padding-left: 43%;
  }
  .mobile-l\:p-l--43\% {
    padding-left: -43%;
  }
  .mobile-l\:left-43\% {
    left: 43%;
  }
  .mobile-l\:left--43\% {
    left: -43%;
  }
  .mobile-l\:m-r-43\% {
    margin-right: 43%;
  }
  .mobile-l\:m-r--43\% {
    margin-right: -43%;
  }
  .mobile-l\:p-r-43\% {
    padding-right: 43%;
  }
  .mobile-l\:p-r--43\% {
    padding-right: -43%;
  }
  .mobile-l\:right-43\% {
    right: 43%;
  }
  .mobile-l\:right--43\% {
    right: -43%;
  }
  .mobile-l\:h-43\% {
    height: 43%;
  }
  .mobile-l\:w-43\% {
    width: 43%;
  }
  .mobile-l\:max_h-43\% {
    max-height: 43%;
  }
  .mobile-l\:max_w-43\% {
    max-width: 43%;
  }
  .mobile-l\:min_h-43\% {
    min-height: 43%;
  }
  .mobile-l\:min_w-43\% {
    min-width: 43%;
  }
  .mobile-l\:h-43vh {
    height: 43vh;
  }
  .mobile-l\:w-43vw {
    width: 43vw;
  }
  .mobile-l\:min_w-43vw {
    min-width: 43vw;
  }
  .mobile-l\:min_h-43vh {
    min-height: 43vh;
  }
  .mobile-l\:max_w-43vw {
    max-width: 43vw;
  }
  .mobile-l\:max_h-43vh {
    max-height: 43vh;
  }
  .mobile-l\:m-t-44\% {
    margin-top: 44%;
  }
  .mobile-l\:m-t--44\% {
    margin-top: -44%;
  }
  .mobile-l\:p-t-44\% {
    padding-top: 44%;
  }
  .mobile-l\:p-t--44\% {
    padding-top: -44%;
  }
  .mobile-l\:top-44\% {
    top: 44%;
  }
  .mobile-l\:top--44\% {
    top: -44%;
  }
  .mobile-l\:m-b-44\% {
    margin-bottom: 44%;
  }
  .mobile-l\:m-b--44\% {
    margin-bottom: -44%;
  }
  .mobile-l\:p-b-44\% {
    padding-bottom: 44%;
  }
  .mobile-l\:p-b--44\% {
    padding-bottom: -44%;
  }
  .mobile-l\:bottom-44\% {
    bottom: 44%;
  }
  .mobile-l\:bottom--44\% {
    bottom: -44%;
  }
  .mobile-l\:m-l-44\% {
    margin-left: 44%;
  }
  .mobile-l\:m-l--44\% {
    margin-left: -44%;
  }
  .mobile-l\:p-l-44\% {
    padding-left: 44%;
  }
  .mobile-l\:p-l--44\% {
    padding-left: -44%;
  }
  .mobile-l\:left-44\% {
    left: 44%;
  }
  .mobile-l\:left--44\% {
    left: -44%;
  }
  .mobile-l\:m-r-44\% {
    margin-right: 44%;
  }
  .mobile-l\:m-r--44\% {
    margin-right: -44%;
  }
  .mobile-l\:p-r-44\% {
    padding-right: 44%;
  }
  .mobile-l\:p-r--44\% {
    padding-right: -44%;
  }
  .mobile-l\:right-44\% {
    right: 44%;
  }
  .mobile-l\:right--44\% {
    right: -44%;
  }
  .mobile-l\:h-44\% {
    height: 44%;
  }
  .mobile-l\:w-44\% {
    width: 44%;
  }
  .mobile-l\:max_h-44\% {
    max-height: 44%;
  }
  .mobile-l\:max_w-44\% {
    max-width: 44%;
  }
  .mobile-l\:min_h-44\% {
    min-height: 44%;
  }
  .mobile-l\:min_w-44\% {
    min-width: 44%;
  }
  .mobile-l\:h-44vh {
    height: 44vh;
  }
  .mobile-l\:w-44vw {
    width: 44vw;
  }
  .mobile-l\:min_w-44vw {
    min-width: 44vw;
  }
  .mobile-l\:min_h-44vh {
    min-height: 44vh;
  }
  .mobile-l\:max_w-44vw {
    max-width: 44vw;
  }
  .mobile-l\:max_h-44vh {
    max-height: 44vh;
  }
  .mobile-l\:m-t-45\% {
    margin-top: 45%;
  }
  .mobile-l\:m-t--45\% {
    margin-top: -45%;
  }
  .mobile-l\:p-t-45\% {
    padding-top: 45%;
  }
  .mobile-l\:p-t--45\% {
    padding-top: -45%;
  }
  .mobile-l\:top-45\% {
    top: 45%;
  }
  .mobile-l\:top--45\% {
    top: -45%;
  }
  .mobile-l\:m-b-45\% {
    margin-bottom: 45%;
  }
  .mobile-l\:m-b--45\% {
    margin-bottom: -45%;
  }
  .mobile-l\:p-b-45\% {
    padding-bottom: 45%;
  }
  .mobile-l\:p-b--45\% {
    padding-bottom: -45%;
  }
  .mobile-l\:bottom-45\% {
    bottom: 45%;
  }
  .mobile-l\:bottom--45\% {
    bottom: -45%;
  }
  .mobile-l\:m-l-45\% {
    margin-left: 45%;
  }
  .mobile-l\:m-l--45\% {
    margin-left: -45%;
  }
  .mobile-l\:p-l-45\% {
    padding-left: 45%;
  }
  .mobile-l\:p-l--45\% {
    padding-left: -45%;
  }
  .mobile-l\:left-45\% {
    left: 45%;
  }
  .mobile-l\:left--45\% {
    left: -45%;
  }
  .mobile-l\:m-r-45\% {
    margin-right: 45%;
  }
  .mobile-l\:m-r--45\% {
    margin-right: -45%;
  }
  .mobile-l\:p-r-45\% {
    padding-right: 45%;
  }
  .mobile-l\:p-r--45\% {
    padding-right: -45%;
  }
  .mobile-l\:right-45\% {
    right: 45%;
  }
  .mobile-l\:right--45\% {
    right: -45%;
  }
  .mobile-l\:h-45\% {
    height: 45%;
  }
  .mobile-l\:w-45\% {
    width: 45%;
  }
  .mobile-l\:max_h-45\% {
    max-height: 45%;
  }
  .mobile-l\:max_w-45\% {
    max-width: 45%;
  }
  .mobile-l\:min_h-45\% {
    min-height: 45%;
  }
  .mobile-l\:min_w-45\% {
    min-width: 45%;
  }
  .mobile-l\:h-45vh {
    height: 45vh;
  }
  .mobile-l\:w-45vw {
    width: 45vw;
  }
  .mobile-l\:min_w-45vw {
    min-width: 45vw;
  }
  .mobile-l\:min_h-45vh {
    min-height: 45vh;
  }
  .mobile-l\:max_w-45vw {
    max-width: 45vw;
  }
  .mobile-l\:max_h-45vh {
    max-height: 45vh;
  }
  .mobile-l\:m-t-46\% {
    margin-top: 46%;
  }
  .mobile-l\:m-t--46\% {
    margin-top: -46%;
  }
  .mobile-l\:p-t-46\% {
    padding-top: 46%;
  }
  .mobile-l\:p-t--46\% {
    padding-top: -46%;
  }
  .mobile-l\:top-46\% {
    top: 46%;
  }
  .mobile-l\:top--46\% {
    top: -46%;
  }
  .mobile-l\:m-b-46\% {
    margin-bottom: 46%;
  }
  .mobile-l\:m-b--46\% {
    margin-bottom: -46%;
  }
  .mobile-l\:p-b-46\% {
    padding-bottom: 46%;
  }
  .mobile-l\:p-b--46\% {
    padding-bottom: -46%;
  }
  .mobile-l\:bottom-46\% {
    bottom: 46%;
  }
  .mobile-l\:bottom--46\% {
    bottom: -46%;
  }
  .mobile-l\:m-l-46\% {
    margin-left: 46%;
  }
  .mobile-l\:m-l--46\% {
    margin-left: -46%;
  }
  .mobile-l\:p-l-46\% {
    padding-left: 46%;
  }
  .mobile-l\:p-l--46\% {
    padding-left: -46%;
  }
  .mobile-l\:left-46\% {
    left: 46%;
  }
  .mobile-l\:left--46\% {
    left: -46%;
  }
  .mobile-l\:m-r-46\% {
    margin-right: 46%;
  }
  .mobile-l\:m-r--46\% {
    margin-right: -46%;
  }
  .mobile-l\:p-r-46\% {
    padding-right: 46%;
  }
  .mobile-l\:p-r--46\% {
    padding-right: -46%;
  }
  .mobile-l\:right-46\% {
    right: 46%;
  }
  .mobile-l\:right--46\% {
    right: -46%;
  }
  .mobile-l\:h-46\% {
    height: 46%;
  }
  .mobile-l\:w-46\% {
    width: 46%;
  }
  .mobile-l\:max_h-46\% {
    max-height: 46%;
  }
  .mobile-l\:max_w-46\% {
    max-width: 46%;
  }
  .mobile-l\:min_h-46\% {
    min-height: 46%;
  }
  .mobile-l\:min_w-46\% {
    min-width: 46%;
  }
  .mobile-l\:h-46vh {
    height: 46vh;
  }
  .mobile-l\:w-46vw {
    width: 46vw;
  }
  .mobile-l\:min_w-46vw {
    min-width: 46vw;
  }
  .mobile-l\:min_h-46vh {
    min-height: 46vh;
  }
  .mobile-l\:max_w-46vw {
    max-width: 46vw;
  }
  .mobile-l\:max_h-46vh {
    max-height: 46vh;
  }
  .mobile-l\:m-t-47\% {
    margin-top: 47%;
  }
  .mobile-l\:m-t--47\% {
    margin-top: -47%;
  }
  .mobile-l\:p-t-47\% {
    padding-top: 47%;
  }
  .mobile-l\:p-t--47\% {
    padding-top: -47%;
  }
  .mobile-l\:top-47\% {
    top: 47%;
  }
  .mobile-l\:top--47\% {
    top: -47%;
  }
  .mobile-l\:m-b-47\% {
    margin-bottom: 47%;
  }
  .mobile-l\:m-b--47\% {
    margin-bottom: -47%;
  }
  .mobile-l\:p-b-47\% {
    padding-bottom: 47%;
  }
  .mobile-l\:p-b--47\% {
    padding-bottom: -47%;
  }
  .mobile-l\:bottom-47\% {
    bottom: 47%;
  }
  .mobile-l\:bottom--47\% {
    bottom: -47%;
  }
  .mobile-l\:m-l-47\% {
    margin-left: 47%;
  }
  .mobile-l\:m-l--47\% {
    margin-left: -47%;
  }
  .mobile-l\:p-l-47\% {
    padding-left: 47%;
  }
  .mobile-l\:p-l--47\% {
    padding-left: -47%;
  }
  .mobile-l\:left-47\% {
    left: 47%;
  }
  .mobile-l\:left--47\% {
    left: -47%;
  }
  .mobile-l\:m-r-47\% {
    margin-right: 47%;
  }
  .mobile-l\:m-r--47\% {
    margin-right: -47%;
  }
  .mobile-l\:p-r-47\% {
    padding-right: 47%;
  }
  .mobile-l\:p-r--47\% {
    padding-right: -47%;
  }
  .mobile-l\:right-47\% {
    right: 47%;
  }
  .mobile-l\:right--47\% {
    right: -47%;
  }
  .mobile-l\:h-47\% {
    height: 47%;
  }
  .mobile-l\:w-47\% {
    width: 47%;
  }
  .mobile-l\:max_h-47\% {
    max-height: 47%;
  }
  .mobile-l\:max_w-47\% {
    max-width: 47%;
  }
  .mobile-l\:min_h-47\% {
    min-height: 47%;
  }
  .mobile-l\:min_w-47\% {
    min-width: 47%;
  }
  .mobile-l\:h-47vh {
    height: 47vh;
  }
  .mobile-l\:w-47vw {
    width: 47vw;
  }
  .mobile-l\:min_w-47vw {
    min-width: 47vw;
  }
  .mobile-l\:min_h-47vh {
    min-height: 47vh;
  }
  .mobile-l\:max_w-47vw {
    max-width: 47vw;
  }
  .mobile-l\:max_h-47vh {
    max-height: 47vh;
  }
  .mobile-l\:m-t-48\% {
    margin-top: 48%;
  }
  .mobile-l\:m-t--48\% {
    margin-top: -48%;
  }
  .mobile-l\:p-t-48\% {
    padding-top: 48%;
  }
  .mobile-l\:p-t--48\% {
    padding-top: -48%;
  }
  .mobile-l\:top-48\% {
    top: 48%;
  }
  .mobile-l\:top--48\% {
    top: -48%;
  }
  .mobile-l\:m-b-48\% {
    margin-bottom: 48%;
  }
  .mobile-l\:m-b--48\% {
    margin-bottom: -48%;
  }
  .mobile-l\:p-b-48\% {
    padding-bottom: 48%;
  }
  .mobile-l\:p-b--48\% {
    padding-bottom: -48%;
  }
  .mobile-l\:bottom-48\% {
    bottom: 48%;
  }
  .mobile-l\:bottom--48\% {
    bottom: -48%;
  }
  .mobile-l\:m-l-48\% {
    margin-left: 48%;
  }
  .mobile-l\:m-l--48\% {
    margin-left: -48%;
  }
  .mobile-l\:p-l-48\% {
    padding-left: 48%;
  }
  .mobile-l\:p-l--48\% {
    padding-left: -48%;
  }
  .mobile-l\:left-48\% {
    left: 48%;
  }
  .mobile-l\:left--48\% {
    left: -48%;
  }
  .mobile-l\:m-r-48\% {
    margin-right: 48%;
  }
  .mobile-l\:m-r--48\% {
    margin-right: -48%;
  }
  .mobile-l\:p-r-48\% {
    padding-right: 48%;
  }
  .mobile-l\:p-r--48\% {
    padding-right: -48%;
  }
  .mobile-l\:right-48\% {
    right: 48%;
  }
  .mobile-l\:right--48\% {
    right: -48%;
  }
  .mobile-l\:h-48\% {
    height: 48%;
  }
  .mobile-l\:w-48\% {
    width: 48%;
  }
  .mobile-l\:max_h-48\% {
    max-height: 48%;
  }
  .mobile-l\:max_w-48\% {
    max-width: 48%;
  }
  .mobile-l\:min_h-48\% {
    min-height: 48%;
  }
  .mobile-l\:min_w-48\% {
    min-width: 48%;
  }
  .mobile-l\:h-48vh {
    height: 48vh;
  }
  .mobile-l\:w-48vw {
    width: 48vw;
  }
  .mobile-l\:min_w-48vw {
    min-width: 48vw;
  }
  .mobile-l\:min_h-48vh {
    min-height: 48vh;
  }
  .mobile-l\:max_w-48vw {
    max-width: 48vw;
  }
  .mobile-l\:max_h-48vh {
    max-height: 48vh;
  }
  .mobile-l\:m-t-49\% {
    margin-top: 49%;
  }
  .mobile-l\:m-t--49\% {
    margin-top: -49%;
  }
  .mobile-l\:p-t-49\% {
    padding-top: 49%;
  }
  .mobile-l\:p-t--49\% {
    padding-top: -49%;
  }
  .mobile-l\:top-49\% {
    top: 49%;
  }
  .mobile-l\:top--49\% {
    top: -49%;
  }
  .mobile-l\:m-b-49\% {
    margin-bottom: 49%;
  }
  .mobile-l\:m-b--49\% {
    margin-bottom: -49%;
  }
  .mobile-l\:p-b-49\% {
    padding-bottom: 49%;
  }
  .mobile-l\:p-b--49\% {
    padding-bottom: -49%;
  }
  .mobile-l\:bottom-49\% {
    bottom: 49%;
  }
  .mobile-l\:bottom--49\% {
    bottom: -49%;
  }
  .mobile-l\:m-l-49\% {
    margin-left: 49%;
  }
  .mobile-l\:m-l--49\% {
    margin-left: -49%;
  }
  .mobile-l\:p-l-49\% {
    padding-left: 49%;
  }
  .mobile-l\:p-l--49\% {
    padding-left: -49%;
  }
  .mobile-l\:left-49\% {
    left: 49%;
  }
  .mobile-l\:left--49\% {
    left: -49%;
  }
  .mobile-l\:m-r-49\% {
    margin-right: 49%;
  }
  .mobile-l\:m-r--49\% {
    margin-right: -49%;
  }
  .mobile-l\:p-r-49\% {
    padding-right: 49%;
  }
  .mobile-l\:p-r--49\% {
    padding-right: -49%;
  }
  .mobile-l\:right-49\% {
    right: 49%;
  }
  .mobile-l\:right--49\% {
    right: -49%;
  }
  .mobile-l\:h-49\% {
    height: 49%;
  }
  .mobile-l\:w-49\% {
    width: 49%;
  }
  .mobile-l\:max_h-49\% {
    max-height: 49%;
  }
  .mobile-l\:max_w-49\% {
    max-width: 49%;
  }
  .mobile-l\:min_h-49\% {
    min-height: 49%;
  }
  .mobile-l\:min_w-49\% {
    min-width: 49%;
  }
  .mobile-l\:h-49vh {
    height: 49vh;
  }
  .mobile-l\:w-49vw {
    width: 49vw;
  }
  .mobile-l\:min_w-49vw {
    min-width: 49vw;
  }
  .mobile-l\:min_h-49vh {
    min-height: 49vh;
  }
  .mobile-l\:max_w-49vw {
    max-width: 49vw;
  }
  .mobile-l\:max_h-49vh {
    max-height: 49vh;
  }
  .mobile-l\:m-t-50\% {
    margin-top: 50%;
  }
  .mobile-l\:m-t--50\% {
    margin-top: -50%;
  }
  .mobile-l\:p-t-50\% {
    padding-top: 50%;
  }
  .mobile-l\:p-t--50\% {
    padding-top: -50%;
  }
  .mobile-l\:top-50\% {
    top: 50%;
  }
  .mobile-l\:top--50\% {
    top: -50%;
  }
  .mobile-l\:m-b-50\% {
    margin-bottom: 50%;
  }
  .mobile-l\:m-b--50\% {
    margin-bottom: -50%;
  }
  .mobile-l\:p-b-50\% {
    padding-bottom: 50%;
  }
  .mobile-l\:p-b--50\% {
    padding-bottom: -50%;
  }
  .mobile-l\:bottom-50\% {
    bottom: 50%;
  }
  .mobile-l\:bottom--50\% {
    bottom: -50%;
  }
  .mobile-l\:m-l-50\% {
    margin-left: 50%;
  }
  .mobile-l\:m-l--50\% {
    margin-left: -50%;
  }
  .mobile-l\:p-l-50\% {
    padding-left: 50%;
  }
  .mobile-l\:p-l--50\% {
    padding-left: -50%;
  }
  .mobile-l\:left-50\% {
    left: 50%;
  }
  .mobile-l\:left--50\% {
    left: -50%;
  }
  .mobile-l\:m-r-50\% {
    margin-right: 50%;
  }
  .mobile-l\:m-r--50\% {
    margin-right: -50%;
  }
  .mobile-l\:p-r-50\% {
    padding-right: 50%;
  }
  .mobile-l\:p-r--50\% {
    padding-right: -50%;
  }
  .mobile-l\:right-50\% {
    right: 50%;
  }
  .mobile-l\:right--50\% {
    right: -50%;
  }
  .mobile-l\:h-50\% {
    height: 50%;
  }
  .mobile-l\:w-50\% {
    width: 50%;
  }
  .mobile-l\:max_h-50\% {
    max-height: 50%;
  }
  .mobile-l\:max_w-50\% {
    max-width: 50%;
  }
  .mobile-l\:min_h-50\% {
    min-height: 50%;
  }
  .mobile-l\:min_w-50\% {
    min-width: 50%;
  }
  .mobile-l\:h-50vh {
    height: 50vh;
  }
  .mobile-l\:w-50vw {
    width: 50vw;
  }
  .mobile-l\:min_w-50vw {
    min-width: 50vw;
  }
  .mobile-l\:min_h-50vh {
    min-height: 50vh;
  }
  .mobile-l\:max_w-50vw {
    max-width: 50vw;
  }
  .mobile-l\:max_h-50vh {
    max-height: 50vh;
  }
  .mobile-l\:m-t-51\% {
    margin-top: 51%;
  }
  .mobile-l\:m-t--51\% {
    margin-top: -51%;
  }
  .mobile-l\:p-t-51\% {
    padding-top: 51%;
  }
  .mobile-l\:p-t--51\% {
    padding-top: -51%;
  }
  .mobile-l\:top-51\% {
    top: 51%;
  }
  .mobile-l\:top--51\% {
    top: -51%;
  }
  .mobile-l\:m-b-51\% {
    margin-bottom: 51%;
  }
  .mobile-l\:m-b--51\% {
    margin-bottom: -51%;
  }
  .mobile-l\:p-b-51\% {
    padding-bottom: 51%;
  }
  .mobile-l\:p-b--51\% {
    padding-bottom: -51%;
  }
  .mobile-l\:bottom-51\% {
    bottom: 51%;
  }
  .mobile-l\:bottom--51\% {
    bottom: -51%;
  }
  .mobile-l\:m-l-51\% {
    margin-left: 51%;
  }
  .mobile-l\:m-l--51\% {
    margin-left: -51%;
  }
  .mobile-l\:p-l-51\% {
    padding-left: 51%;
  }
  .mobile-l\:p-l--51\% {
    padding-left: -51%;
  }
  .mobile-l\:left-51\% {
    left: 51%;
  }
  .mobile-l\:left--51\% {
    left: -51%;
  }
  .mobile-l\:m-r-51\% {
    margin-right: 51%;
  }
  .mobile-l\:m-r--51\% {
    margin-right: -51%;
  }
  .mobile-l\:p-r-51\% {
    padding-right: 51%;
  }
  .mobile-l\:p-r--51\% {
    padding-right: -51%;
  }
  .mobile-l\:right-51\% {
    right: 51%;
  }
  .mobile-l\:right--51\% {
    right: -51%;
  }
  .mobile-l\:h-51\% {
    height: 51%;
  }
  .mobile-l\:w-51\% {
    width: 51%;
  }
  .mobile-l\:max_h-51\% {
    max-height: 51%;
  }
  .mobile-l\:max_w-51\% {
    max-width: 51%;
  }
  .mobile-l\:min_h-51\% {
    min-height: 51%;
  }
  .mobile-l\:min_w-51\% {
    min-width: 51%;
  }
  .mobile-l\:h-51vh {
    height: 51vh;
  }
  .mobile-l\:w-51vw {
    width: 51vw;
  }
  .mobile-l\:min_w-51vw {
    min-width: 51vw;
  }
  .mobile-l\:min_h-51vh {
    min-height: 51vh;
  }
  .mobile-l\:max_w-51vw {
    max-width: 51vw;
  }
  .mobile-l\:max_h-51vh {
    max-height: 51vh;
  }
  .mobile-l\:m-t-52\% {
    margin-top: 52%;
  }
  .mobile-l\:m-t--52\% {
    margin-top: -52%;
  }
  .mobile-l\:p-t-52\% {
    padding-top: 52%;
  }
  .mobile-l\:p-t--52\% {
    padding-top: -52%;
  }
  .mobile-l\:top-52\% {
    top: 52%;
  }
  .mobile-l\:top--52\% {
    top: -52%;
  }
  .mobile-l\:m-b-52\% {
    margin-bottom: 52%;
  }
  .mobile-l\:m-b--52\% {
    margin-bottom: -52%;
  }
  .mobile-l\:p-b-52\% {
    padding-bottom: 52%;
  }
  .mobile-l\:p-b--52\% {
    padding-bottom: -52%;
  }
  .mobile-l\:bottom-52\% {
    bottom: 52%;
  }
  .mobile-l\:bottom--52\% {
    bottom: -52%;
  }
  .mobile-l\:m-l-52\% {
    margin-left: 52%;
  }
  .mobile-l\:m-l--52\% {
    margin-left: -52%;
  }
  .mobile-l\:p-l-52\% {
    padding-left: 52%;
  }
  .mobile-l\:p-l--52\% {
    padding-left: -52%;
  }
  .mobile-l\:left-52\% {
    left: 52%;
  }
  .mobile-l\:left--52\% {
    left: -52%;
  }
  .mobile-l\:m-r-52\% {
    margin-right: 52%;
  }
  .mobile-l\:m-r--52\% {
    margin-right: -52%;
  }
  .mobile-l\:p-r-52\% {
    padding-right: 52%;
  }
  .mobile-l\:p-r--52\% {
    padding-right: -52%;
  }
  .mobile-l\:right-52\% {
    right: 52%;
  }
  .mobile-l\:right--52\% {
    right: -52%;
  }
  .mobile-l\:h-52\% {
    height: 52%;
  }
  .mobile-l\:w-52\% {
    width: 52%;
  }
  .mobile-l\:max_h-52\% {
    max-height: 52%;
  }
  .mobile-l\:max_w-52\% {
    max-width: 52%;
  }
  .mobile-l\:min_h-52\% {
    min-height: 52%;
  }
  .mobile-l\:min_w-52\% {
    min-width: 52%;
  }
  .mobile-l\:h-52vh {
    height: 52vh;
  }
  .mobile-l\:w-52vw {
    width: 52vw;
  }
  .mobile-l\:min_w-52vw {
    min-width: 52vw;
  }
  .mobile-l\:min_h-52vh {
    min-height: 52vh;
  }
  .mobile-l\:max_w-52vw {
    max-width: 52vw;
  }
  .mobile-l\:max_h-52vh {
    max-height: 52vh;
  }
  .mobile-l\:m-t-53\% {
    margin-top: 53%;
  }
  .mobile-l\:m-t--53\% {
    margin-top: -53%;
  }
  .mobile-l\:p-t-53\% {
    padding-top: 53%;
  }
  .mobile-l\:p-t--53\% {
    padding-top: -53%;
  }
  .mobile-l\:top-53\% {
    top: 53%;
  }
  .mobile-l\:top--53\% {
    top: -53%;
  }
  .mobile-l\:m-b-53\% {
    margin-bottom: 53%;
  }
  .mobile-l\:m-b--53\% {
    margin-bottom: -53%;
  }
  .mobile-l\:p-b-53\% {
    padding-bottom: 53%;
  }
  .mobile-l\:p-b--53\% {
    padding-bottom: -53%;
  }
  .mobile-l\:bottom-53\% {
    bottom: 53%;
  }
  .mobile-l\:bottom--53\% {
    bottom: -53%;
  }
  .mobile-l\:m-l-53\% {
    margin-left: 53%;
  }
  .mobile-l\:m-l--53\% {
    margin-left: -53%;
  }
  .mobile-l\:p-l-53\% {
    padding-left: 53%;
  }
  .mobile-l\:p-l--53\% {
    padding-left: -53%;
  }
  .mobile-l\:left-53\% {
    left: 53%;
  }
  .mobile-l\:left--53\% {
    left: -53%;
  }
  .mobile-l\:m-r-53\% {
    margin-right: 53%;
  }
  .mobile-l\:m-r--53\% {
    margin-right: -53%;
  }
  .mobile-l\:p-r-53\% {
    padding-right: 53%;
  }
  .mobile-l\:p-r--53\% {
    padding-right: -53%;
  }
  .mobile-l\:right-53\% {
    right: 53%;
  }
  .mobile-l\:right--53\% {
    right: -53%;
  }
  .mobile-l\:h-53\% {
    height: 53%;
  }
  .mobile-l\:w-53\% {
    width: 53%;
  }
  .mobile-l\:max_h-53\% {
    max-height: 53%;
  }
  .mobile-l\:max_w-53\% {
    max-width: 53%;
  }
  .mobile-l\:min_h-53\% {
    min-height: 53%;
  }
  .mobile-l\:min_w-53\% {
    min-width: 53%;
  }
  .mobile-l\:h-53vh {
    height: 53vh;
  }
  .mobile-l\:w-53vw {
    width: 53vw;
  }
  .mobile-l\:min_w-53vw {
    min-width: 53vw;
  }
  .mobile-l\:min_h-53vh {
    min-height: 53vh;
  }
  .mobile-l\:max_w-53vw {
    max-width: 53vw;
  }
  .mobile-l\:max_h-53vh {
    max-height: 53vh;
  }
  .mobile-l\:m-t-54\% {
    margin-top: 54%;
  }
  .mobile-l\:m-t--54\% {
    margin-top: -54%;
  }
  .mobile-l\:p-t-54\% {
    padding-top: 54%;
  }
  .mobile-l\:p-t--54\% {
    padding-top: -54%;
  }
  .mobile-l\:top-54\% {
    top: 54%;
  }
  .mobile-l\:top--54\% {
    top: -54%;
  }
  .mobile-l\:m-b-54\% {
    margin-bottom: 54%;
  }
  .mobile-l\:m-b--54\% {
    margin-bottom: -54%;
  }
  .mobile-l\:p-b-54\% {
    padding-bottom: 54%;
  }
  .mobile-l\:p-b--54\% {
    padding-bottom: -54%;
  }
  .mobile-l\:bottom-54\% {
    bottom: 54%;
  }
  .mobile-l\:bottom--54\% {
    bottom: -54%;
  }
  .mobile-l\:m-l-54\% {
    margin-left: 54%;
  }
  .mobile-l\:m-l--54\% {
    margin-left: -54%;
  }
  .mobile-l\:p-l-54\% {
    padding-left: 54%;
  }
  .mobile-l\:p-l--54\% {
    padding-left: -54%;
  }
  .mobile-l\:left-54\% {
    left: 54%;
  }
  .mobile-l\:left--54\% {
    left: -54%;
  }
  .mobile-l\:m-r-54\% {
    margin-right: 54%;
  }
  .mobile-l\:m-r--54\% {
    margin-right: -54%;
  }
  .mobile-l\:p-r-54\% {
    padding-right: 54%;
  }
  .mobile-l\:p-r--54\% {
    padding-right: -54%;
  }
  .mobile-l\:right-54\% {
    right: 54%;
  }
  .mobile-l\:right--54\% {
    right: -54%;
  }
  .mobile-l\:h-54\% {
    height: 54%;
  }
  .mobile-l\:w-54\% {
    width: 54%;
  }
  .mobile-l\:max_h-54\% {
    max-height: 54%;
  }
  .mobile-l\:max_w-54\% {
    max-width: 54%;
  }
  .mobile-l\:min_h-54\% {
    min-height: 54%;
  }
  .mobile-l\:min_w-54\% {
    min-width: 54%;
  }
  .mobile-l\:h-54vh {
    height: 54vh;
  }
  .mobile-l\:w-54vw {
    width: 54vw;
  }
  .mobile-l\:min_w-54vw {
    min-width: 54vw;
  }
  .mobile-l\:min_h-54vh {
    min-height: 54vh;
  }
  .mobile-l\:max_w-54vw {
    max-width: 54vw;
  }
  .mobile-l\:max_h-54vh {
    max-height: 54vh;
  }
  .mobile-l\:m-t-55\% {
    margin-top: 55%;
  }
  .mobile-l\:m-t--55\% {
    margin-top: -55%;
  }
  .mobile-l\:p-t-55\% {
    padding-top: 55%;
  }
  .mobile-l\:p-t--55\% {
    padding-top: -55%;
  }
  .mobile-l\:top-55\% {
    top: 55%;
  }
  .mobile-l\:top--55\% {
    top: -55%;
  }
  .mobile-l\:m-b-55\% {
    margin-bottom: 55%;
  }
  .mobile-l\:m-b--55\% {
    margin-bottom: -55%;
  }
  .mobile-l\:p-b-55\% {
    padding-bottom: 55%;
  }
  .mobile-l\:p-b--55\% {
    padding-bottom: -55%;
  }
  .mobile-l\:bottom-55\% {
    bottom: 55%;
  }
  .mobile-l\:bottom--55\% {
    bottom: -55%;
  }
  .mobile-l\:m-l-55\% {
    margin-left: 55%;
  }
  .mobile-l\:m-l--55\% {
    margin-left: -55%;
  }
  .mobile-l\:p-l-55\% {
    padding-left: 55%;
  }
  .mobile-l\:p-l--55\% {
    padding-left: -55%;
  }
  .mobile-l\:left-55\% {
    left: 55%;
  }
  .mobile-l\:left--55\% {
    left: -55%;
  }
  .mobile-l\:m-r-55\% {
    margin-right: 55%;
  }
  .mobile-l\:m-r--55\% {
    margin-right: -55%;
  }
  .mobile-l\:p-r-55\% {
    padding-right: 55%;
  }
  .mobile-l\:p-r--55\% {
    padding-right: -55%;
  }
  .mobile-l\:right-55\% {
    right: 55%;
  }
  .mobile-l\:right--55\% {
    right: -55%;
  }
  .mobile-l\:h-55\% {
    height: 55%;
  }
  .mobile-l\:w-55\% {
    width: 55%;
  }
  .mobile-l\:max_h-55\% {
    max-height: 55%;
  }
  .mobile-l\:max_w-55\% {
    max-width: 55%;
  }
  .mobile-l\:min_h-55\% {
    min-height: 55%;
  }
  .mobile-l\:min_w-55\% {
    min-width: 55%;
  }
  .mobile-l\:h-55vh {
    height: 55vh;
  }
  .mobile-l\:w-55vw {
    width: 55vw;
  }
  .mobile-l\:min_w-55vw {
    min-width: 55vw;
  }
  .mobile-l\:min_h-55vh {
    min-height: 55vh;
  }
  .mobile-l\:max_w-55vw {
    max-width: 55vw;
  }
  .mobile-l\:max_h-55vh {
    max-height: 55vh;
  }
  .mobile-l\:m-t-56\% {
    margin-top: 56%;
  }
  .mobile-l\:m-t--56\% {
    margin-top: -56%;
  }
  .mobile-l\:p-t-56\% {
    padding-top: 56%;
  }
  .mobile-l\:p-t--56\% {
    padding-top: -56%;
  }
  .mobile-l\:top-56\% {
    top: 56%;
  }
  .mobile-l\:top--56\% {
    top: -56%;
  }
  .mobile-l\:m-b-56\% {
    margin-bottom: 56%;
  }
  .mobile-l\:m-b--56\% {
    margin-bottom: -56%;
  }
  .mobile-l\:p-b-56\% {
    padding-bottom: 56%;
  }
  .mobile-l\:p-b--56\% {
    padding-bottom: -56%;
  }
  .mobile-l\:bottom-56\% {
    bottom: 56%;
  }
  .mobile-l\:bottom--56\% {
    bottom: -56%;
  }
  .mobile-l\:m-l-56\% {
    margin-left: 56%;
  }
  .mobile-l\:m-l--56\% {
    margin-left: -56%;
  }
  .mobile-l\:p-l-56\% {
    padding-left: 56%;
  }
  .mobile-l\:p-l--56\% {
    padding-left: -56%;
  }
  .mobile-l\:left-56\% {
    left: 56%;
  }
  .mobile-l\:left--56\% {
    left: -56%;
  }
  .mobile-l\:m-r-56\% {
    margin-right: 56%;
  }
  .mobile-l\:m-r--56\% {
    margin-right: -56%;
  }
  .mobile-l\:p-r-56\% {
    padding-right: 56%;
  }
  .mobile-l\:p-r--56\% {
    padding-right: -56%;
  }
  .mobile-l\:right-56\% {
    right: 56%;
  }
  .mobile-l\:right--56\% {
    right: -56%;
  }
  .mobile-l\:h-56\% {
    height: 56%;
  }
  .mobile-l\:w-56\% {
    width: 56%;
  }
  .mobile-l\:max_h-56\% {
    max-height: 56%;
  }
  .mobile-l\:max_w-56\% {
    max-width: 56%;
  }
  .mobile-l\:min_h-56\% {
    min-height: 56%;
  }
  .mobile-l\:min_w-56\% {
    min-width: 56%;
  }
  .mobile-l\:h-56vh {
    height: 56vh;
  }
  .mobile-l\:w-56vw {
    width: 56vw;
  }
  .mobile-l\:min_w-56vw {
    min-width: 56vw;
  }
  .mobile-l\:min_h-56vh {
    min-height: 56vh;
  }
  .mobile-l\:max_w-56vw {
    max-width: 56vw;
  }
  .mobile-l\:max_h-56vh {
    max-height: 56vh;
  }
  .mobile-l\:m-t-57\% {
    margin-top: 57%;
  }
  .mobile-l\:m-t--57\% {
    margin-top: -57%;
  }
  .mobile-l\:p-t-57\% {
    padding-top: 57%;
  }
  .mobile-l\:p-t--57\% {
    padding-top: -57%;
  }
  .mobile-l\:top-57\% {
    top: 57%;
  }
  .mobile-l\:top--57\% {
    top: -57%;
  }
  .mobile-l\:m-b-57\% {
    margin-bottom: 57%;
  }
  .mobile-l\:m-b--57\% {
    margin-bottom: -57%;
  }
  .mobile-l\:p-b-57\% {
    padding-bottom: 57%;
  }
  .mobile-l\:p-b--57\% {
    padding-bottom: -57%;
  }
  .mobile-l\:bottom-57\% {
    bottom: 57%;
  }
  .mobile-l\:bottom--57\% {
    bottom: -57%;
  }
  .mobile-l\:m-l-57\% {
    margin-left: 57%;
  }
  .mobile-l\:m-l--57\% {
    margin-left: -57%;
  }
  .mobile-l\:p-l-57\% {
    padding-left: 57%;
  }
  .mobile-l\:p-l--57\% {
    padding-left: -57%;
  }
  .mobile-l\:left-57\% {
    left: 57%;
  }
  .mobile-l\:left--57\% {
    left: -57%;
  }
  .mobile-l\:m-r-57\% {
    margin-right: 57%;
  }
  .mobile-l\:m-r--57\% {
    margin-right: -57%;
  }
  .mobile-l\:p-r-57\% {
    padding-right: 57%;
  }
  .mobile-l\:p-r--57\% {
    padding-right: -57%;
  }
  .mobile-l\:right-57\% {
    right: 57%;
  }
  .mobile-l\:right--57\% {
    right: -57%;
  }
  .mobile-l\:h-57\% {
    height: 57%;
  }
  .mobile-l\:w-57\% {
    width: 57%;
  }
  .mobile-l\:max_h-57\% {
    max-height: 57%;
  }
  .mobile-l\:max_w-57\% {
    max-width: 57%;
  }
  .mobile-l\:min_h-57\% {
    min-height: 57%;
  }
  .mobile-l\:min_w-57\% {
    min-width: 57%;
  }
  .mobile-l\:h-57vh {
    height: 57vh;
  }
  .mobile-l\:w-57vw {
    width: 57vw;
  }
  .mobile-l\:min_w-57vw {
    min-width: 57vw;
  }
  .mobile-l\:min_h-57vh {
    min-height: 57vh;
  }
  .mobile-l\:max_w-57vw {
    max-width: 57vw;
  }
  .mobile-l\:max_h-57vh {
    max-height: 57vh;
  }
  .mobile-l\:m-t-58\% {
    margin-top: 58%;
  }
  .mobile-l\:m-t--58\% {
    margin-top: -58%;
  }
  .mobile-l\:p-t-58\% {
    padding-top: 58%;
  }
  .mobile-l\:p-t--58\% {
    padding-top: -58%;
  }
  .mobile-l\:top-58\% {
    top: 58%;
  }
  .mobile-l\:top--58\% {
    top: -58%;
  }
  .mobile-l\:m-b-58\% {
    margin-bottom: 58%;
  }
  .mobile-l\:m-b--58\% {
    margin-bottom: -58%;
  }
  .mobile-l\:p-b-58\% {
    padding-bottom: 58%;
  }
  .mobile-l\:p-b--58\% {
    padding-bottom: -58%;
  }
  .mobile-l\:bottom-58\% {
    bottom: 58%;
  }
  .mobile-l\:bottom--58\% {
    bottom: -58%;
  }
  .mobile-l\:m-l-58\% {
    margin-left: 58%;
  }
  .mobile-l\:m-l--58\% {
    margin-left: -58%;
  }
  .mobile-l\:p-l-58\% {
    padding-left: 58%;
  }
  .mobile-l\:p-l--58\% {
    padding-left: -58%;
  }
  .mobile-l\:left-58\% {
    left: 58%;
  }
  .mobile-l\:left--58\% {
    left: -58%;
  }
  .mobile-l\:m-r-58\% {
    margin-right: 58%;
  }
  .mobile-l\:m-r--58\% {
    margin-right: -58%;
  }
  .mobile-l\:p-r-58\% {
    padding-right: 58%;
  }
  .mobile-l\:p-r--58\% {
    padding-right: -58%;
  }
  .mobile-l\:right-58\% {
    right: 58%;
  }
  .mobile-l\:right--58\% {
    right: -58%;
  }
  .mobile-l\:h-58\% {
    height: 58%;
  }
  .mobile-l\:w-58\% {
    width: 58%;
  }
  .mobile-l\:max_h-58\% {
    max-height: 58%;
  }
  .mobile-l\:max_w-58\% {
    max-width: 58%;
  }
  .mobile-l\:min_h-58\% {
    min-height: 58%;
  }
  .mobile-l\:min_w-58\% {
    min-width: 58%;
  }
  .mobile-l\:h-58vh {
    height: 58vh;
  }
  .mobile-l\:w-58vw {
    width: 58vw;
  }
  .mobile-l\:min_w-58vw {
    min-width: 58vw;
  }
  .mobile-l\:min_h-58vh {
    min-height: 58vh;
  }
  .mobile-l\:max_w-58vw {
    max-width: 58vw;
  }
  .mobile-l\:max_h-58vh {
    max-height: 58vh;
  }
  .mobile-l\:m-t-59\% {
    margin-top: 59%;
  }
  .mobile-l\:m-t--59\% {
    margin-top: -59%;
  }
  .mobile-l\:p-t-59\% {
    padding-top: 59%;
  }
  .mobile-l\:p-t--59\% {
    padding-top: -59%;
  }
  .mobile-l\:top-59\% {
    top: 59%;
  }
  .mobile-l\:top--59\% {
    top: -59%;
  }
  .mobile-l\:m-b-59\% {
    margin-bottom: 59%;
  }
  .mobile-l\:m-b--59\% {
    margin-bottom: -59%;
  }
  .mobile-l\:p-b-59\% {
    padding-bottom: 59%;
  }
  .mobile-l\:p-b--59\% {
    padding-bottom: -59%;
  }
  .mobile-l\:bottom-59\% {
    bottom: 59%;
  }
  .mobile-l\:bottom--59\% {
    bottom: -59%;
  }
  .mobile-l\:m-l-59\% {
    margin-left: 59%;
  }
  .mobile-l\:m-l--59\% {
    margin-left: -59%;
  }
  .mobile-l\:p-l-59\% {
    padding-left: 59%;
  }
  .mobile-l\:p-l--59\% {
    padding-left: -59%;
  }
  .mobile-l\:left-59\% {
    left: 59%;
  }
  .mobile-l\:left--59\% {
    left: -59%;
  }
  .mobile-l\:m-r-59\% {
    margin-right: 59%;
  }
  .mobile-l\:m-r--59\% {
    margin-right: -59%;
  }
  .mobile-l\:p-r-59\% {
    padding-right: 59%;
  }
  .mobile-l\:p-r--59\% {
    padding-right: -59%;
  }
  .mobile-l\:right-59\% {
    right: 59%;
  }
  .mobile-l\:right--59\% {
    right: -59%;
  }
  .mobile-l\:h-59\% {
    height: 59%;
  }
  .mobile-l\:w-59\% {
    width: 59%;
  }
  .mobile-l\:max_h-59\% {
    max-height: 59%;
  }
  .mobile-l\:max_w-59\% {
    max-width: 59%;
  }
  .mobile-l\:min_h-59\% {
    min-height: 59%;
  }
  .mobile-l\:min_w-59\% {
    min-width: 59%;
  }
  .mobile-l\:h-59vh {
    height: 59vh;
  }
  .mobile-l\:w-59vw {
    width: 59vw;
  }
  .mobile-l\:min_w-59vw {
    min-width: 59vw;
  }
  .mobile-l\:min_h-59vh {
    min-height: 59vh;
  }
  .mobile-l\:max_w-59vw {
    max-width: 59vw;
  }
  .mobile-l\:max_h-59vh {
    max-height: 59vh;
  }
  .mobile-l\:m-t-60\% {
    margin-top: 60%;
  }
  .mobile-l\:m-t--60\% {
    margin-top: -60%;
  }
  .mobile-l\:p-t-60\% {
    padding-top: 60%;
  }
  .mobile-l\:p-t--60\% {
    padding-top: -60%;
  }
  .mobile-l\:top-60\% {
    top: 60%;
  }
  .mobile-l\:top--60\% {
    top: -60%;
  }
  .mobile-l\:m-b-60\% {
    margin-bottom: 60%;
  }
  .mobile-l\:m-b--60\% {
    margin-bottom: -60%;
  }
  .mobile-l\:p-b-60\% {
    padding-bottom: 60%;
  }
  .mobile-l\:p-b--60\% {
    padding-bottom: -60%;
  }
  .mobile-l\:bottom-60\% {
    bottom: 60%;
  }
  .mobile-l\:bottom--60\% {
    bottom: -60%;
  }
  .mobile-l\:m-l-60\% {
    margin-left: 60%;
  }
  .mobile-l\:m-l--60\% {
    margin-left: -60%;
  }
  .mobile-l\:p-l-60\% {
    padding-left: 60%;
  }
  .mobile-l\:p-l--60\% {
    padding-left: -60%;
  }
  .mobile-l\:left-60\% {
    left: 60%;
  }
  .mobile-l\:left--60\% {
    left: -60%;
  }
  .mobile-l\:m-r-60\% {
    margin-right: 60%;
  }
  .mobile-l\:m-r--60\% {
    margin-right: -60%;
  }
  .mobile-l\:p-r-60\% {
    padding-right: 60%;
  }
  .mobile-l\:p-r--60\% {
    padding-right: -60%;
  }
  .mobile-l\:right-60\% {
    right: 60%;
  }
  .mobile-l\:right--60\% {
    right: -60%;
  }
  .mobile-l\:h-60\% {
    height: 60%;
  }
  .mobile-l\:w-60\% {
    width: 60%;
  }
  .mobile-l\:max_h-60\% {
    max-height: 60%;
  }
  .mobile-l\:max_w-60\% {
    max-width: 60%;
  }
  .mobile-l\:min_h-60\% {
    min-height: 60%;
  }
  .mobile-l\:min_w-60\% {
    min-width: 60%;
  }
  .mobile-l\:h-60vh {
    height: 60vh;
  }
  .mobile-l\:w-60vw {
    width: 60vw;
  }
  .mobile-l\:min_w-60vw {
    min-width: 60vw;
  }
  .mobile-l\:min_h-60vh {
    min-height: 60vh;
  }
  .mobile-l\:max_w-60vw {
    max-width: 60vw;
  }
  .mobile-l\:max_h-60vh {
    max-height: 60vh;
  }
  .mobile-l\:m-t-61\% {
    margin-top: 61%;
  }
  .mobile-l\:m-t--61\% {
    margin-top: -61%;
  }
  .mobile-l\:p-t-61\% {
    padding-top: 61%;
  }
  .mobile-l\:p-t--61\% {
    padding-top: -61%;
  }
  .mobile-l\:top-61\% {
    top: 61%;
  }
  .mobile-l\:top--61\% {
    top: -61%;
  }
  .mobile-l\:m-b-61\% {
    margin-bottom: 61%;
  }
  .mobile-l\:m-b--61\% {
    margin-bottom: -61%;
  }
  .mobile-l\:p-b-61\% {
    padding-bottom: 61%;
  }
  .mobile-l\:p-b--61\% {
    padding-bottom: -61%;
  }
  .mobile-l\:bottom-61\% {
    bottom: 61%;
  }
  .mobile-l\:bottom--61\% {
    bottom: -61%;
  }
  .mobile-l\:m-l-61\% {
    margin-left: 61%;
  }
  .mobile-l\:m-l--61\% {
    margin-left: -61%;
  }
  .mobile-l\:p-l-61\% {
    padding-left: 61%;
  }
  .mobile-l\:p-l--61\% {
    padding-left: -61%;
  }
  .mobile-l\:left-61\% {
    left: 61%;
  }
  .mobile-l\:left--61\% {
    left: -61%;
  }
  .mobile-l\:m-r-61\% {
    margin-right: 61%;
  }
  .mobile-l\:m-r--61\% {
    margin-right: -61%;
  }
  .mobile-l\:p-r-61\% {
    padding-right: 61%;
  }
  .mobile-l\:p-r--61\% {
    padding-right: -61%;
  }
  .mobile-l\:right-61\% {
    right: 61%;
  }
  .mobile-l\:right--61\% {
    right: -61%;
  }
  .mobile-l\:h-61\% {
    height: 61%;
  }
  .mobile-l\:w-61\% {
    width: 61%;
  }
  .mobile-l\:max_h-61\% {
    max-height: 61%;
  }
  .mobile-l\:max_w-61\% {
    max-width: 61%;
  }
  .mobile-l\:min_h-61\% {
    min-height: 61%;
  }
  .mobile-l\:min_w-61\% {
    min-width: 61%;
  }
  .mobile-l\:h-61vh {
    height: 61vh;
  }
  .mobile-l\:w-61vw {
    width: 61vw;
  }
  .mobile-l\:min_w-61vw {
    min-width: 61vw;
  }
  .mobile-l\:min_h-61vh {
    min-height: 61vh;
  }
  .mobile-l\:max_w-61vw {
    max-width: 61vw;
  }
  .mobile-l\:max_h-61vh {
    max-height: 61vh;
  }
  .mobile-l\:m-t-62\% {
    margin-top: 62%;
  }
  .mobile-l\:m-t--62\% {
    margin-top: -62%;
  }
  .mobile-l\:p-t-62\% {
    padding-top: 62%;
  }
  .mobile-l\:p-t--62\% {
    padding-top: -62%;
  }
  .mobile-l\:top-62\% {
    top: 62%;
  }
  .mobile-l\:top--62\% {
    top: -62%;
  }
  .mobile-l\:m-b-62\% {
    margin-bottom: 62%;
  }
  .mobile-l\:m-b--62\% {
    margin-bottom: -62%;
  }
  .mobile-l\:p-b-62\% {
    padding-bottom: 62%;
  }
  .mobile-l\:p-b--62\% {
    padding-bottom: -62%;
  }
  .mobile-l\:bottom-62\% {
    bottom: 62%;
  }
  .mobile-l\:bottom--62\% {
    bottom: -62%;
  }
  .mobile-l\:m-l-62\% {
    margin-left: 62%;
  }
  .mobile-l\:m-l--62\% {
    margin-left: -62%;
  }
  .mobile-l\:p-l-62\% {
    padding-left: 62%;
  }
  .mobile-l\:p-l--62\% {
    padding-left: -62%;
  }
  .mobile-l\:left-62\% {
    left: 62%;
  }
  .mobile-l\:left--62\% {
    left: -62%;
  }
  .mobile-l\:m-r-62\% {
    margin-right: 62%;
  }
  .mobile-l\:m-r--62\% {
    margin-right: -62%;
  }
  .mobile-l\:p-r-62\% {
    padding-right: 62%;
  }
  .mobile-l\:p-r--62\% {
    padding-right: -62%;
  }
  .mobile-l\:right-62\% {
    right: 62%;
  }
  .mobile-l\:right--62\% {
    right: -62%;
  }
  .mobile-l\:h-62\% {
    height: 62%;
  }
  .mobile-l\:w-62\% {
    width: 62%;
  }
  .mobile-l\:max_h-62\% {
    max-height: 62%;
  }
  .mobile-l\:max_w-62\% {
    max-width: 62%;
  }
  .mobile-l\:min_h-62\% {
    min-height: 62%;
  }
  .mobile-l\:min_w-62\% {
    min-width: 62%;
  }
  .mobile-l\:h-62vh {
    height: 62vh;
  }
  .mobile-l\:w-62vw {
    width: 62vw;
  }
  .mobile-l\:min_w-62vw {
    min-width: 62vw;
  }
  .mobile-l\:min_h-62vh {
    min-height: 62vh;
  }
  .mobile-l\:max_w-62vw {
    max-width: 62vw;
  }
  .mobile-l\:max_h-62vh {
    max-height: 62vh;
  }
  .mobile-l\:m-t-63\% {
    margin-top: 63%;
  }
  .mobile-l\:m-t--63\% {
    margin-top: -63%;
  }
  .mobile-l\:p-t-63\% {
    padding-top: 63%;
  }
  .mobile-l\:p-t--63\% {
    padding-top: -63%;
  }
  .mobile-l\:top-63\% {
    top: 63%;
  }
  .mobile-l\:top--63\% {
    top: -63%;
  }
  .mobile-l\:m-b-63\% {
    margin-bottom: 63%;
  }
  .mobile-l\:m-b--63\% {
    margin-bottom: -63%;
  }
  .mobile-l\:p-b-63\% {
    padding-bottom: 63%;
  }
  .mobile-l\:p-b--63\% {
    padding-bottom: -63%;
  }
  .mobile-l\:bottom-63\% {
    bottom: 63%;
  }
  .mobile-l\:bottom--63\% {
    bottom: -63%;
  }
  .mobile-l\:m-l-63\% {
    margin-left: 63%;
  }
  .mobile-l\:m-l--63\% {
    margin-left: -63%;
  }
  .mobile-l\:p-l-63\% {
    padding-left: 63%;
  }
  .mobile-l\:p-l--63\% {
    padding-left: -63%;
  }
  .mobile-l\:left-63\% {
    left: 63%;
  }
  .mobile-l\:left--63\% {
    left: -63%;
  }
  .mobile-l\:m-r-63\% {
    margin-right: 63%;
  }
  .mobile-l\:m-r--63\% {
    margin-right: -63%;
  }
  .mobile-l\:p-r-63\% {
    padding-right: 63%;
  }
  .mobile-l\:p-r--63\% {
    padding-right: -63%;
  }
  .mobile-l\:right-63\% {
    right: 63%;
  }
  .mobile-l\:right--63\% {
    right: -63%;
  }
  .mobile-l\:h-63\% {
    height: 63%;
  }
  .mobile-l\:w-63\% {
    width: 63%;
  }
  .mobile-l\:max_h-63\% {
    max-height: 63%;
  }
  .mobile-l\:max_w-63\% {
    max-width: 63%;
  }
  .mobile-l\:min_h-63\% {
    min-height: 63%;
  }
  .mobile-l\:min_w-63\% {
    min-width: 63%;
  }
  .mobile-l\:h-63vh {
    height: 63vh;
  }
  .mobile-l\:w-63vw {
    width: 63vw;
  }
  .mobile-l\:min_w-63vw {
    min-width: 63vw;
  }
  .mobile-l\:min_h-63vh {
    min-height: 63vh;
  }
  .mobile-l\:max_w-63vw {
    max-width: 63vw;
  }
  .mobile-l\:max_h-63vh {
    max-height: 63vh;
  }
  .mobile-l\:m-t-64\% {
    margin-top: 64%;
  }
  .mobile-l\:m-t--64\% {
    margin-top: -64%;
  }
  .mobile-l\:p-t-64\% {
    padding-top: 64%;
  }
  .mobile-l\:p-t--64\% {
    padding-top: -64%;
  }
  .mobile-l\:top-64\% {
    top: 64%;
  }
  .mobile-l\:top--64\% {
    top: -64%;
  }
  .mobile-l\:m-b-64\% {
    margin-bottom: 64%;
  }
  .mobile-l\:m-b--64\% {
    margin-bottom: -64%;
  }
  .mobile-l\:p-b-64\% {
    padding-bottom: 64%;
  }
  .mobile-l\:p-b--64\% {
    padding-bottom: -64%;
  }
  .mobile-l\:bottom-64\% {
    bottom: 64%;
  }
  .mobile-l\:bottom--64\% {
    bottom: -64%;
  }
  .mobile-l\:m-l-64\% {
    margin-left: 64%;
  }
  .mobile-l\:m-l--64\% {
    margin-left: -64%;
  }
  .mobile-l\:p-l-64\% {
    padding-left: 64%;
  }
  .mobile-l\:p-l--64\% {
    padding-left: -64%;
  }
  .mobile-l\:left-64\% {
    left: 64%;
  }
  .mobile-l\:left--64\% {
    left: -64%;
  }
  .mobile-l\:m-r-64\% {
    margin-right: 64%;
  }
  .mobile-l\:m-r--64\% {
    margin-right: -64%;
  }
  .mobile-l\:p-r-64\% {
    padding-right: 64%;
  }
  .mobile-l\:p-r--64\% {
    padding-right: -64%;
  }
  .mobile-l\:right-64\% {
    right: 64%;
  }
  .mobile-l\:right--64\% {
    right: -64%;
  }
  .mobile-l\:h-64\% {
    height: 64%;
  }
  .mobile-l\:w-64\% {
    width: 64%;
  }
  .mobile-l\:max_h-64\% {
    max-height: 64%;
  }
  .mobile-l\:max_w-64\% {
    max-width: 64%;
  }
  .mobile-l\:min_h-64\% {
    min-height: 64%;
  }
  .mobile-l\:min_w-64\% {
    min-width: 64%;
  }
  .mobile-l\:h-64vh {
    height: 64vh;
  }
  .mobile-l\:w-64vw {
    width: 64vw;
  }
  .mobile-l\:min_w-64vw {
    min-width: 64vw;
  }
  .mobile-l\:min_h-64vh {
    min-height: 64vh;
  }
  .mobile-l\:max_w-64vw {
    max-width: 64vw;
  }
  .mobile-l\:max_h-64vh {
    max-height: 64vh;
  }
  .mobile-l\:m-t-65\% {
    margin-top: 65%;
  }
  .mobile-l\:m-t--65\% {
    margin-top: -65%;
  }
  .mobile-l\:p-t-65\% {
    padding-top: 65%;
  }
  .mobile-l\:p-t--65\% {
    padding-top: -65%;
  }
  .mobile-l\:top-65\% {
    top: 65%;
  }
  .mobile-l\:top--65\% {
    top: -65%;
  }
  .mobile-l\:m-b-65\% {
    margin-bottom: 65%;
  }
  .mobile-l\:m-b--65\% {
    margin-bottom: -65%;
  }
  .mobile-l\:p-b-65\% {
    padding-bottom: 65%;
  }
  .mobile-l\:p-b--65\% {
    padding-bottom: -65%;
  }
  .mobile-l\:bottom-65\% {
    bottom: 65%;
  }
  .mobile-l\:bottom--65\% {
    bottom: -65%;
  }
  .mobile-l\:m-l-65\% {
    margin-left: 65%;
  }
  .mobile-l\:m-l--65\% {
    margin-left: -65%;
  }
  .mobile-l\:p-l-65\% {
    padding-left: 65%;
  }
  .mobile-l\:p-l--65\% {
    padding-left: -65%;
  }
  .mobile-l\:left-65\% {
    left: 65%;
  }
  .mobile-l\:left--65\% {
    left: -65%;
  }
  .mobile-l\:m-r-65\% {
    margin-right: 65%;
  }
  .mobile-l\:m-r--65\% {
    margin-right: -65%;
  }
  .mobile-l\:p-r-65\% {
    padding-right: 65%;
  }
  .mobile-l\:p-r--65\% {
    padding-right: -65%;
  }
  .mobile-l\:right-65\% {
    right: 65%;
  }
  .mobile-l\:right--65\% {
    right: -65%;
  }
  .mobile-l\:h-65\% {
    height: 65%;
  }
  .mobile-l\:w-65\% {
    width: 65%;
  }
  .mobile-l\:max_h-65\% {
    max-height: 65%;
  }
  .mobile-l\:max_w-65\% {
    max-width: 65%;
  }
  .mobile-l\:min_h-65\% {
    min-height: 65%;
  }
  .mobile-l\:min_w-65\% {
    min-width: 65%;
  }
  .mobile-l\:h-65vh {
    height: 65vh;
  }
  .mobile-l\:w-65vw {
    width: 65vw;
  }
  .mobile-l\:min_w-65vw {
    min-width: 65vw;
  }
  .mobile-l\:min_h-65vh {
    min-height: 65vh;
  }
  .mobile-l\:max_w-65vw {
    max-width: 65vw;
  }
  .mobile-l\:max_h-65vh {
    max-height: 65vh;
  }
  .mobile-l\:m-t-66\% {
    margin-top: 66%;
  }
  .mobile-l\:m-t--66\% {
    margin-top: -66%;
  }
  .mobile-l\:p-t-66\% {
    padding-top: 66%;
  }
  .mobile-l\:p-t--66\% {
    padding-top: -66%;
  }
  .mobile-l\:top-66\% {
    top: 66%;
  }
  .mobile-l\:top--66\% {
    top: -66%;
  }
  .mobile-l\:m-b-66\% {
    margin-bottom: 66%;
  }
  .mobile-l\:m-b--66\% {
    margin-bottom: -66%;
  }
  .mobile-l\:p-b-66\% {
    padding-bottom: 66%;
  }
  .mobile-l\:p-b--66\% {
    padding-bottom: -66%;
  }
  .mobile-l\:bottom-66\% {
    bottom: 66%;
  }
  .mobile-l\:bottom--66\% {
    bottom: -66%;
  }
  .mobile-l\:m-l-66\% {
    margin-left: 66%;
  }
  .mobile-l\:m-l--66\% {
    margin-left: -66%;
  }
  .mobile-l\:p-l-66\% {
    padding-left: 66%;
  }
  .mobile-l\:p-l--66\% {
    padding-left: -66%;
  }
  .mobile-l\:left-66\% {
    left: 66%;
  }
  .mobile-l\:left--66\% {
    left: -66%;
  }
  .mobile-l\:m-r-66\% {
    margin-right: 66%;
  }
  .mobile-l\:m-r--66\% {
    margin-right: -66%;
  }
  .mobile-l\:p-r-66\% {
    padding-right: 66%;
  }
  .mobile-l\:p-r--66\% {
    padding-right: -66%;
  }
  .mobile-l\:right-66\% {
    right: 66%;
  }
  .mobile-l\:right--66\% {
    right: -66%;
  }
  .mobile-l\:h-66\% {
    height: 66%;
  }
  .mobile-l\:w-66\% {
    width: 66%;
  }
  .mobile-l\:max_h-66\% {
    max-height: 66%;
  }
  .mobile-l\:max_w-66\% {
    max-width: 66%;
  }
  .mobile-l\:min_h-66\% {
    min-height: 66%;
  }
  .mobile-l\:min_w-66\% {
    min-width: 66%;
  }
  .mobile-l\:h-66vh {
    height: 66vh;
  }
  .mobile-l\:w-66vw {
    width: 66vw;
  }
  .mobile-l\:min_w-66vw {
    min-width: 66vw;
  }
  .mobile-l\:min_h-66vh {
    min-height: 66vh;
  }
  .mobile-l\:max_w-66vw {
    max-width: 66vw;
  }
  .mobile-l\:max_h-66vh {
    max-height: 66vh;
  }
  .mobile-l\:m-t-67\% {
    margin-top: 67%;
  }
  .mobile-l\:m-t--67\% {
    margin-top: -67%;
  }
  .mobile-l\:p-t-67\% {
    padding-top: 67%;
  }
  .mobile-l\:p-t--67\% {
    padding-top: -67%;
  }
  .mobile-l\:top-67\% {
    top: 67%;
  }
  .mobile-l\:top--67\% {
    top: -67%;
  }
  .mobile-l\:m-b-67\% {
    margin-bottom: 67%;
  }
  .mobile-l\:m-b--67\% {
    margin-bottom: -67%;
  }
  .mobile-l\:p-b-67\% {
    padding-bottom: 67%;
  }
  .mobile-l\:p-b--67\% {
    padding-bottom: -67%;
  }
  .mobile-l\:bottom-67\% {
    bottom: 67%;
  }
  .mobile-l\:bottom--67\% {
    bottom: -67%;
  }
  .mobile-l\:m-l-67\% {
    margin-left: 67%;
  }
  .mobile-l\:m-l--67\% {
    margin-left: -67%;
  }
  .mobile-l\:p-l-67\% {
    padding-left: 67%;
  }
  .mobile-l\:p-l--67\% {
    padding-left: -67%;
  }
  .mobile-l\:left-67\% {
    left: 67%;
  }
  .mobile-l\:left--67\% {
    left: -67%;
  }
  .mobile-l\:m-r-67\% {
    margin-right: 67%;
  }
  .mobile-l\:m-r--67\% {
    margin-right: -67%;
  }
  .mobile-l\:p-r-67\% {
    padding-right: 67%;
  }
  .mobile-l\:p-r--67\% {
    padding-right: -67%;
  }
  .mobile-l\:right-67\% {
    right: 67%;
  }
  .mobile-l\:right--67\% {
    right: -67%;
  }
  .mobile-l\:h-67\% {
    height: 67%;
  }
  .mobile-l\:w-67\% {
    width: 67%;
  }
  .mobile-l\:max_h-67\% {
    max-height: 67%;
  }
  .mobile-l\:max_w-67\% {
    max-width: 67%;
  }
  .mobile-l\:min_h-67\% {
    min-height: 67%;
  }
  .mobile-l\:min_w-67\% {
    min-width: 67%;
  }
  .mobile-l\:h-67vh {
    height: 67vh;
  }
  .mobile-l\:w-67vw {
    width: 67vw;
  }
  .mobile-l\:min_w-67vw {
    min-width: 67vw;
  }
  .mobile-l\:min_h-67vh {
    min-height: 67vh;
  }
  .mobile-l\:max_w-67vw {
    max-width: 67vw;
  }
  .mobile-l\:max_h-67vh {
    max-height: 67vh;
  }
  .mobile-l\:m-t-68\% {
    margin-top: 68%;
  }
  .mobile-l\:m-t--68\% {
    margin-top: -68%;
  }
  .mobile-l\:p-t-68\% {
    padding-top: 68%;
  }
  .mobile-l\:p-t--68\% {
    padding-top: -68%;
  }
  .mobile-l\:top-68\% {
    top: 68%;
  }
  .mobile-l\:top--68\% {
    top: -68%;
  }
  .mobile-l\:m-b-68\% {
    margin-bottom: 68%;
  }
  .mobile-l\:m-b--68\% {
    margin-bottom: -68%;
  }
  .mobile-l\:p-b-68\% {
    padding-bottom: 68%;
  }
  .mobile-l\:p-b--68\% {
    padding-bottom: -68%;
  }
  .mobile-l\:bottom-68\% {
    bottom: 68%;
  }
  .mobile-l\:bottom--68\% {
    bottom: -68%;
  }
  .mobile-l\:m-l-68\% {
    margin-left: 68%;
  }
  .mobile-l\:m-l--68\% {
    margin-left: -68%;
  }
  .mobile-l\:p-l-68\% {
    padding-left: 68%;
  }
  .mobile-l\:p-l--68\% {
    padding-left: -68%;
  }
  .mobile-l\:left-68\% {
    left: 68%;
  }
  .mobile-l\:left--68\% {
    left: -68%;
  }
  .mobile-l\:m-r-68\% {
    margin-right: 68%;
  }
  .mobile-l\:m-r--68\% {
    margin-right: -68%;
  }
  .mobile-l\:p-r-68\% {
    padding-right: 68%;
  }
  .mobile-l\:p-r--68\% {
    padding-right: -68%;
  }
  .mobile-l\:right-68\% {
    right: 68%;
  }
  .mobile-l\:right--68\% {
    right: -68%;
  }
  .mobile-l\:h-68\% {
    height: 68%;
  }
  .mobile-l\:w-68\% {
    width: 68%;
  }
  .mobile-l\:max_h-68\% {
    max-height: 68%;
  }
  .mobile-l\:max_w-68\% {
    max-width: 68%;
  }
  .mobile-l\:min_h-68\% {
    min-height: 68%;
  }
  .mobile-l\:min_w-68\% {
    min-width: 68%;
  }
  .mobile-l\:h-68vh {
    height: 68vh;
  }
  .mobile-l\:w-68vw {
    width: 68vw;
  }
  .mobile-l\:min_w-68vw {
    min-width: 68vw;
  }
  .mobile-l\:min_h-68vh {
    min-height: 68vh;
  }
  .mobile-l\:max_w-68vw {
    max-width: 68vw;
  }
  .mobile-l\:max_h-68vh {
    max-height: 68vh;
  }
  .mobile-l\:m-t-69\% {
    margin-top: 69%;
  }
  .mobile-l\:m-t--69\% {
    margin-top: -69%;
  }
  .mobile-l\:p-t-69\% {
    padding-top: 69%;
  }
  .mobile-l\:p-t--69\% {
    padding-top: -69%;
  }
  .mobile-l\:top-69\% {
    top: 69%;
  }
  .mobile-l\:top--69\% {
    top: -69%;
  }
  .mobile-l\:m-b-69\% {
    margin-bottom: 69%;
  }
  .mobile-l\:m-b--69\% {
    margin-bottom: -69%;
  }
  .mobile-l\:p-b-69\% {
    padding-bottom: 69%;
  }
  .mobile-l\:p-b--69\% {
    padding-bottom: -69%;
  }
  .mobile-l\:bottom-69\% {
    bottom: 69%;
  }
  .mobile-l\:bottom--69\% {
    bottom: -69%;
  }
  .mobile-l\:m-l-69\% {
    margin-left: 69%;
  }
  .mobile-l\:m-l--69\% {
    margin-left: -69%;
  }
  .mobile-l\:p-l-69\% {
    padding-left: 69%;
  }
  .mobile-l\:p-l--69\% {
    padding-left: -69%;
  }
  .mobile-l\:left-69\% {
    left: 69%;
  }
  .mobile-l\:left--69\% {
    left: -69%;
  }
  .mobile-l\:m-r-69\% {
    margin-right: 69%;
  }
  .mobile-l\:m-r--69\% {
    margin-right: -69%;
  }
  .mobile-l\:p-r-69\% {
    padding-right: 69%;
  }
  .mobile-l\:p-r--69\% {
    padding-right: -69%;
  }
  .mobile-l\:right-69\% {
    right: 69%;
  }
  .mobile-l\:right--69\% {
    right: -69%;
  }
  .mobile-l\:h-69\% {
    height: 69%;
  }
  .mobile-l\:w-69\% {
    width: 69%;
  }
  .mobile-l\:max_h-69\% {
    max-height: 69%;
  }
  .mobile-l\:max_w-69\% {
    max-width: 69%;
  }
  .mobile-l\:min_h-69\% {
    min-height: 69%;
  }
  .mobile-l\:min_w-69\% {
    min-width: 69%;
  }
  .mobile-l\:h-69vh {
    height: 69vh;
  }
  .mobile-l\:w-69vw {
    width: 69vw;
  }
  .mobile-l\:min_w-69vw {
    min-width: 69vw;
  }
  .mobile-l\:min_h-69vh {
    min-height: 69vh;
  }
  .mobile-l\:max_w-69vw {
    max-width: 69vw;
  }
  .mobile-l\:max_h-69vh {
    max-height: 69vh;
  }
  .mobile-l\:m-t-70\% {
    margin-top: 70%;
  }
  .mobile-l\:m-t--70\% {
    margin-top: -70%;
  }
  .mobile-l\:p-t-70\% {
    padding-top: 70%;
  }
  .mobile-l\:p-t--70\% {
    padding-top: -70%;
  }
  .mobile-l\:top-70\% {
    top: 70%;
  }
  .mobile-l\:top--70\% {
    top: -70%;
  }
  .mobile-l\:m-b-70\% {
    margin-bottom: 70%;
  }
  .mobile-l\:m-b--70\% {
    margin-bottom: -70%;
  }
  .mobile-l\:p-b-70\% {
    padding-bottom: 70%;
  }
  .mobile-l\:p-b--70\% {
    padding-bottom: -70%;
  }
  .mobile-l\:bottom-70\% {
    bottom: 70%;
  }
  .mobile-l\:bottom--70\% {
    bottom: -70%;
  }
  .mobile-l\:m-l-70\% {
    margin-left: 70%;
  }
  .mobile-l\:m-l--70\% {
    margin-left: -70%;
  }
  .mobile-l\:p-l-70\% {
    padding-left: 70%;
  }
  .mobile-l\:p-l--70\% {
    padding-left: -70%;
  }
  .mobile-l\:left-70\% {
    left: 70%;
  }
  .mobile-l\:left--70\% {
    left: -70%;
  }
  .mobile-l\:m-r-70\% {
    margin-right: 70%;
  }
  .mobile-l\:m-r--70\% {
    margin-right: -70%;
  }
  .mobile-l\:p-r-70\% {
    padding-right: 70%;
  }
  .mobile-l\:p-r--70\% {
    padding-right: -70%;
  }
  .mobile-l\:right-70\% {
    right: 70%;
  }
  .mobile-l\:right--70\% {
    right: -70%;
  }
  .mobile-l\:h-70\% {
    height: 70%;
  }
  .mobile-l\:w-70\% {
    width: 70%;
  }
  .mobile-l\:max_h-70\% {
    max-height: 70%;
  }
  .mobile-l\:max_w-70\% {
    max-width: 70%;
  }
  .mobile-l\:min_h-70\% {
    min-height: 70%;
  }
  .mobile-l\:min_w-70\% {
    min-width: 70%;
  }
  .mobile-l\:h-70vh {
    height: 70vh;
  }
  .mobile-l\:w-70vw {
    width: 70vw;
  }
  .mobile-l\:min_w-70vw {
    min-width: 70vw;
  }
  .mobile-l\:min_h-70vh {
    min-height: 70vh;
  }
  .mobile-l\:max_w-70vw {
    max-width: 70vw;
  }
  .mobile-l\:max_h-70vh {
    max-height: 70vh;
  }
  .mobile-l\:m-t-71\% {
    margin-top: 71%;
  }
  .mobile-l\:m-t--71\% {
    margin-top: -71%;
  }
  .mobile-l\:p-t-71\% {
    padding-top: 71%;
  }
  .mobile-l\:p-t--71\% {
    padding-top: -71%;
  }
  .mobile-l\:top-71\% {
    top: 71%;
  }
  .mobile-l\:top--71\% {
    top: -71%;
  }
  .mobile-l\:m-b-71\% {
    margin-bottom: 71%;
  }
  .mobile-l\:m-b--71\% {
    margin-bottom: -71%;
  }
  .mobile-l\:p-b-71\% {
    padding-bottom: 71%;
  }
  .mobile-l\:p-b--71\% {
    padding-bottom: -71%;
  }
  .mobile-l\:bottom-71\% {
    bottom: 71%;
  }
  .mobile-l\:bottom--71\% {
    bottom: -71%;
  }
  .mobile-l\:m-l-71\% {
    margin-left: 71%;
  }
  .mobile-l\:m-l--71\% {
    margin-left: -71%;
  }
  .mobile-l\:p-l-71\% {
    padding-left: 71%;
  }
  .mobile-l\:p-l--71\% {
    padding-left: -71%;
  }
  .mobile-l\:left-71\% {
    left: 71%;
  }
  .mobile-l\:left--71\% {
    left: -71%;
  }
  .mobile-l\:m-r-71\% {
    margin-right: 71%;
  }
  .mobile-l\:m-r--71\% {
    margin-right: -71%;
  }
  .mobile-l\:p-r-71\% {
    padding-right: 71%;
  }
  .mobile-l\:p-r--71\% {
    padding-right: -71%;
  }
  .mobile-l\:right-71\% {
    right: 71%;
  }
  .mobile-l\:right--71\% {
    right: -71%;
  }
  .mobile-l\:h-71\% {
    height: 71%;
  }
  .mobile-l\:w-71\% {
    width: 71%;
  }
  .mobile-l\:max_h-71\% {
    max-height: 71%;
  }
  .mobile-l\:max_w-71\% {
    max-width: 71%;
  }
  .mobile-l\:min_h-71\% {
    min-height: 71%;
  }
  .mobile-l\:min_w-71\% {
    min-width: 71%;
  }
  .mobile-l\:h-71vh {
    height: 71vh;
  }
  .mobile-l\:w-71vw {
    width: 71vw;
  }
  .mobile-l\:min_w-71vw {
    min-width: 71vw;
  }
  .mobile-l\:min_h-71vh {
    min-height: 71vh;
  }
  .mobile-l\:max_w-71vw {
    max-width: 71vw;
  }
  .mobile-l\:max_h-71vh {
    max-height: 71vh;
  }
  .mobile-l\:m-t-72\% {
    margin-top: 72%;
  }
  .mobile-l\:m-t--72\% {
    margin-top: -72%;
  }
  .mobile-l\:p-t-72\% {
    padding-top: 72%;
  }
  .mobile-l\:p-t--72\% {
    padding-top: -72%;
  }
  .mobile-l\:top-72\% {
    top: 72%;
  }
  .mobile-l\:top--72\% {
    top: -72%;
  }
  .mobile-l\:m-b-72\% {
    margin-bottom: 72%;
  }
  .mobile-l\:m-b--72\% {
    margin-bottom: -72%;
  }
  .mobile-l\:p-b-72\% {
    padding-bottom: 72%;
  }
  .mobile-l\:p-b--72\% {
    padding-bottom: -72%;
  }
  .mobile-l\:bottom-72\% {
    bottom: 72%;
  }
  .mobile-l\:bottom--72\% {
    bottom: -72%;
  }
  .mobile-l\:m-l-72\% {
    margin-left: 72%;
  }
  .mobile-l\:m-l--72\% {
    margin-left: -72%;
  }
  .mobile-l\:p-l-72\% {
    padding-left: 72%;
  }
  .mobile-l\:p-l--72\% {
    padding-left: -72%;
  }
  .mobile-l\:left-72\% {
    left: 72%;
  }
  .mobile-l\:left--72\% {
    left: -72%;
  }
  .mobile-l\:m-r-72\% {
    margin-right: 72%;
  }
  .mobile-l\:m-r--72\% {
    margin-right: -72%;
  }
  .mobile-l\:p-r-72\% {
    padding-right: 72%;
  }
  .mobile-l\:p-r--72\% {
    padding-right: -72%;
  }
  .mobile-l\:right-72\% {
    right: 72%;
  }
  .mobile-l\:right--72\% {
    right: -72%;
  }
  .mobile-l\:h-72\% {
    height: 72%;
  }
  .mobile-l\:w-72\% {
    width: 72%;
  }
  .mobile-l\:max_h-72\% {
    max-height: 72%;
  }
  .mobile-l\:max_w-72\% {
    max-width: 72%;
  }
  .mobile-l\:min_h-72\% {
    min-height: 72%;
  }
  .mobile-l\:min_w-72\% {
    min-width: 72%;
  }
  .mobile-l\:h-72vh {
    height: 72vh;
  }
  .mobile-l\:w-72vw {
    width: 72vw;
  }
  .mobile-l\:min_w-72vw {
    min-width: 72vw;
  }
  .mobile-l\:min_h-72vh {
    min-height: 72vh;
  }
  .mobile-l\:max_w-72vw {
    max-width: 72vw;
  }
  .mobile-l\:max_h-72vh {
    max-height: 72vh;
  }
  .mobile-l\:m-t-73\% {
    margin-top: 73%;
  }
  .mobile-l\:m-t--73\% {
    margin-top: -73%;
  }
  .mobile-l\:p-t-73\% {
    padding-top: 73%;
  }
  .mobile-l\:p-t--73\% {
    padding-top: -73%;
  }
  .mobile-l\:top-73\% {
    top: 73%;
  }
  .mobile-l\:top--73\% {
    top: -73%;
  }
  .mobile-l\:m-b-73\% {
    margin-bottom: 73%;
  }
  .mobile-l\:m-b--73\% {
    margin-bottom: -73%;
  }
  .mobile-l\:p-b-73\% {
    padding-bottom: 73%;
  }
  .mobile-l\:p-b--73\% {
    padding-bottom: -73%;
  }
  .mobile-l\:bottom-73\% {
    bottom: 73%;
  }
  .mobile-l\:bottom--73\% {
    bottom: -73%;
  }
  .mobile-l\:m-l-73\% {
    margin-left: 73%;
  }
  .mobile-l\:m-l--73\% {
    margin-left: -73%;
  }
  .mobile-l\:p-l-73\% {
    padding-left: 73%;
  }
  .mobile-l\:p-l--73\% {
    padding-left: -73%;
  }
  .mobile-l\:left-73\% {
    left: 73%;
  }
  .mobile-l\:left--73\% {
    left: -73%;
  }
  .mobile-l\:m-r-73\% {
    margin-right: 73%;
  }
  .mobile-l\:m-r--73\% {
    margin-right: -73%;
  }
  .mobile-l\:p-r-73\% {
    padding-right: 73%;
  }
  .mobile-l\:p-r--73\% {
    padding-right: -73%;
  }
  .mobile-l\:right-73\% {
    right: 73%;
  }
  .mobile-l\:right--73\% {
    right: -73%;
  }
  .mobile-l\:h-73\% {
    height: 73%;
  }
  .mobile-l\:w-73\% {
    width: 73%;
  }
  .mobile-l\:max_h-73\% {
    max-height: 73%;
  }
  .mobile-l\:max_w-73\% {
    max-width: 73%;
  }
  .mobile-l\:min_h-73\% {
    min-height: 73%;
  }
  .mobile-l\:min_w-73\% {
    min-width: 73%;
  }
  .mobile-l\:h-73vh {
    height: 73vh;
  }
  .mobile-l\:w-73vw {
    width: 73vw;
  }
  .mobile-l\:min_w-73vw {
    min-width: 73vw;
  }
  .mobile-l\:min_h-73vh {
    min-height: 73vh;
  }
  .mobile-l\:max_w-73vw {
    max-width: 73vw;
  }
  .mobile-l\:max_h-73vh {
    max-height: 73vh;
  }
  .mobile-l\:m-t-74\% {
    margin-top: 74%;
  }
  .mobile-l\:m-t--74\% {
    margin-top: -74%;
  }
  .mobile-l\:p-t-74\% {
    padding-top: 74%;
  }
  .mobile-l\:p-t--74\% {
    padding-top: -74%;
  }
  .mobile-l\:top-74\% {
    top: 74%;
  }
  .mobile-l\:top--74\% {
    top: -74%;
  }
  .mobile-l\:m-b-74\% {
    margin-bottom: 74%;
  }
  .mobile-l\:m-b--74\% {
    margin-bottom: -74%;
  }
  .mobile-l\:p-b-74\% {
    padding-bottom: 74%;
  }
  .mobile-l\:p-b--74\% {
    padding-bottom: -74%;
  }
  .mobile-l\:bottom-74\% {
    bottom: 74%;
  }
  .mobile-l\:bottom--74\% {
    bottom: -74%;
  }
  .mobile-l\:m-l-74\% {
    margin-left: 74%;
  }
  .mobile-l\:m-l--74\% {
    margin-left: -74%;
  }
  .mobile-l\:p-l-74\% {
    padding-left: 74%;
  }
  .mobile-l\:p-l--74\% {
    padding-left: -74%;
  }
  .mobile-l\:left-74\% {
    left: 74%;
  }
  .mobile-l\:left--74\% {
    left: -74%;
  }
  .mobile-l\:m-r-74\% {
    margin-right: 74%;
  }
  .mobile-l\:m-r--74\% {
    margin-right: -74%;
  }
  .mobile-l\:p-r-74\% {
    padding-right: 74%;
  }
  .mobile-l\:p-r--74\% {
    padding-right: -74%;
  }
  .mobile-l\:right-74\% {
    right: 74%;
  }
  .mobile-l\:right--74\% {
    right: -74%;
  }
  .mobile-l\:h-74\% {
    height: 74%;
  }
  .mobile-l\:w-74\% {
    width: 74%;
  }
  .mobile-l\:max_h-74\% {
    max-height: 74%;
  }
  .mobile-l\:max_w-74\% {
    max-width: 74%;
  }
  .mobile-l\:min_h-74\% {
    min-height: 74%;
  }
  .mobile-l\:min_w-74\% {
    min-width: 74%;
  }
  .mobile-l\:h-74vh {
    height: 74vh;
  }
  .mobile-l\:w-74vw {
    width: 74vw;
  }
  .mobile-l\:min_w-74vw {
    min-width: 74vw;
  }
  .mobile-l\:min_h-74vh {
    min-height: 74vh;
  }
  .mobile-l\:max_w-74vw {
    max-width: 74vw;
  }
  .mobile-l\:max_h-74vh {
    max-height: 74vh;
  }
  .mobile-l\:m-t-75\% {
    margin-top: 75%;
  }
  .mobile-l\:m-t--75\% {
    margin-top: -75%;
  }
  .mobile-l\:p-t-75\% {
    padding-top: 75%;
  }
  .mobile-l\:p-t--75\% {
    padding-top: -75%;
  }
  .mobile-l\:top-75\% {
    top: 75%;
  }
  .mobile-l\:top--75\% {
    top: -75%;
  }
  .mobile-l\:m-b-75\% {
    margin-bottom: 75%;
  }
  .mobile-l\:m-b--75\% {
    margin-bottom: -75%;
  }
  .mobile-l\:p-b-75\% {
    padding-bottom: 75%;
  }
  .mobile-l\:p-b--75\% {
    padding-bottom: -75%;
  }
  .mobile-l\:bottom-75\% {
    bottom: 75%;
  }
  .mobile-l\:bottom--75\% {
    bottom: -75%;
  }
  .mobile-l\:m-l-75\% {
    margin-left: 75%;
  }
  .mobile-l\:m-l--75\% {
    margin-left: -75%;
  }
  .mobile-l\:p-l-75\% {
    padding-left: 75%;
  }
  .mobile-l\:p-l--75\% {
    padding-left: -75%;
  }
  .mobile-l\:left-75\% {
    left: 75%;
  }
  .mobile-l\:left--75\% {
    left: -75%;
  }
  .mobile-l\:m-r-75\% {
    margin-right: 75%;
  }
  .mobile-l\:m-r--75\% {
    margin-right: -75%;
  }
  .mobile-l\:p-r-75\% {
    padding-right: 75%;
  }
  .mobile-l\:p-r--75\% {
    padding-right: -75%;
  }
  .mobile-l\:right-75\% {
    right: 75%;
  }
  .mobile-l\:right--75\% {
    right: -75%;
  }
  .mobile-l\:h-75\% {
    height: 75%;
  }
  .mobile-l\:w-75\% {
    width: 75%;
  }
  .mobile-l\:max_h-75\% {
    max-height: 75%;
  }
  .mobile-l\:max_w-75\% {
    max-width: 75%;
  }
  .mobile-l\:min_h-75\% {
    min-height: 75%;
  }
  .mobile-l\:min_w-75\% {
    min-width: 75%;
  }
  .mobile-l\:h-75vh {
    height: 75vh;
  }
  .mobile-l\:w-75vw {
    width: 75vw;
  }
  .mobile-l\:min_w-75vw {
    min-width: 75vw;
  }
  .mobile-l\:min_h-75vh {
    min-height: 75vh;
  }
  .mobile-l\:max_w-75vw {
    max-width: 75vw;
  }
  .mobile-l\:max_h-75vh {
    max-height: 75vh;
  }
  .mobile-l\:m-t-76\% {
    margin-top: 76%;
  }
  .mobile-l\:m-t--76\% {
    margin-top: -76%;
  }
  .mobile-l\:p-t-76\% {
    padding-top: 76%;
  }
  .mobile-l\:p-t--76\% {
    padding-top: -76%;
  }
  .mobile-l\:top-76\% {
    top: 76%;
  }
  .mobile-l\:top--76\% {
    top: -76%;
  }
  .mobile-l\:m-b-76\% {
    margin-bottom: 76%;
  }
  .mobile-l\:m-b--76\% {
    margin-bottom: -76%;
  }
  .mobile-l\:p-b-76\% {
    padding-bottom: 76%;
  }
  .mobile-l\:p-b--76\% {
    padding-bottom: -76%;
  }
  .mobile-l\:bottom-76\% {
    bottom: 76%;
  }
  .mobile-l\:bottom--76\% {
    bottom: -76%;
  }
  .mobile-l\:m-l-76\% {
    margin-left: 76%;
  }
  .mobile-l\:m-l--76\% {
    margin-left: -76%;
  }
  .mobile-l\:p-l-76\% {
    padding-left: 76%;
  }
  .mobile-l\:p-l--76\% {
    padding-left: -76%;
  }
  .mobile-l\:left-76\% {
    left: 76%;
  }
  .mobile-l\:left--76\% {
    left: -76%;
  }
  .mobile-l\:m-r-76\% {
    margin-right: 76%;
  }
  .mobile-l\:m-r--76\% {
    margin-right: -76%;
  }
  .mobile-l\:p-r-76\% {
    padding-right: 76%;
  }
  .mobile-l\:p-r--76\% {
    padding-right: -76%;
  }
  .mobile-l\:right-76\% {
    right: 76%;
  }
  .mobile-l\:right--76\% {
    right: -76%;
  }
  .mobile-l\:h-76\% {
    height: 76%;
  }
  .mobile-l\:w-76\% {
    width: 76%;
  }
  .mobile-l\:max_h-76\% {
    max-height: 76%;
  }
  .mobile-l\:max_w-76\% {
    max-width: 76%;
  }
  .mobile-l\:min_h-76\% {
    min-height: 76%;
  }
  .mobile-l\:min_w-76\% {
    min-width: 76%;
  }
  .mobile-l\:h-76vh {
    height: 76vh;
  }
  .mobile-l\:w-76vw {
    width: 76vw;
  }
  .mobile-l\:min_w-76vw {
    min-width: 76vw;
  }
  .mobile-l\:min_h-76vh {
    min-height: 76vh;
  }
  .mobile-l\:max_w-76vw {
    max-width: 76vw;
  }
  .mobile-l\:max_h-76vh {
    max-height: 76vh;
  }
  .mobile-l\:m-t-77\% {
    margin-top: 77%;
  }
  .mobile-l\:m-t--77\% {
    margin-top: -77%;
  }
  .mobile-l\:p-t-77\% {
    padding-top: 77%;
  }
  .mobile-l\:p-t--77\% {
    padding-top: -77%;
  }
  .mobile-l\:top-77\% {
    top: 77%;
  }
  .mobile-l\:top--77\% {
    top: -77%;
  }
  .mobile-l\:m-b-77\% {
    margin-bottom: 77%;
  }
  .mobile-l\:m-b--77\% {
    margin-bottom: -77%;
  }
  .mobile-l\:p-b-77\% {
    padding-bottom: 77%;
  }
  .mobile-l\:p-b--77\% {
    padding-bottom: -77%;
  }
  .mobile-l\:bottom-77\% {
    bottom: 77%;
  }
  .mobile-l\:bottom--77\% {
    bottom: -77%;
  }
  .mobile-l\:m-l-77\% {
    margin-left: 77%;
  }
  .mobile-l\:m-l--77\% {
    margin-left: -77%;
  }
  .mobile-l\:p-l-77\% {
    padding-left: 77%;
  }
  .mobile-l\:p-l--77\% {
    padding-left: -77%;
  }
  .mobile-l\:left-77\% {
    left: 77%;
  }
  .mobile-l\:left--77\% {
    left: -77%;
  }
  .mobile-l\:m-r-77\% {
    margin-right: 77%;
  }
  .mobile-l\:m-r--77\% {
    margin-right: -77%;
  }
  .mobile-l\:p-r-77\% {
    padding-right: 77%;
  }
  .mobile-l\:p-r--77\% {
    padding-right: -77%;
  }
  .mobile-l\:right-77\% {
    right: 77%;
  }
  .mobile-l\:right--77\% {
    right: -77%;
  }
  .mobile-l\:h-77\% {
    height: 77%;
  }
  .mobile-l\:w-77\% {
    width: 77%;
  }
  .mobile-l\:max_h-77\% {
    max-height: 77%;
  }
  .mobile-l\:max_w-77\% {
    max-width: 77%;
  }
  .mobile-l\:min_h-77\% {
    min-height: 77%;
  }
  .mobile-l\:min_w-77\% {
    min-width: 77%;
  }
  .mobile-l\:h-77vh {
    height: 77vh;
  }
  .mobile-l\:w-77vw {
    width: 77vw;
  }
  .mobile-l\:min_w-77vw {
    min-width: 77vw;
  }
  .mobile-l\:min_h-77vh {
    min-height: 77vh;
  }
  .mobile-l\:max_w-77vw {
    max-width: 77vw;
  }
  .mobile-l\:max_h-77vh {
    max-height: 77vh;
  }
  .mobile-l\:m-t-78\% {
    margin-top: 78%;
  }
  .mobile-l\:m-t--78\% {
    margin-top: -78%;
  }
  .mobile-l\:p-t-78\% {
    padding-top: 78%;
  }
  .mobile-l\:p-t--78\% {
    padding-top: -78%;
  }
  .mobile-l\:top-78\% {
    top: 78%;
  }
  .mobile-l\:top--78\% {
    top: -78%;
  }
  .mobile-l\:m-b-78\% {
    margin-bottom: 78%;
  }
  .mobile-l\:m-b--78\% {
    margin-bottom: -78%;
  }
  .mobile-l\:p-b-78\% {
    padding-bottom: 78%;
  }
  .mobile-l\:p-b--78\% {
    padding-bottom: -78%;
  }
  .mobile-l\:bottom-78\% {
    bottom: 78%;
  }
  .mobile-l\:bottom--78\% {
    bottom: -78%;
  }
  .mobile-l\:m-l-78\% {
    margin-left: 78%;
  }
  .mobile-l\:m-l--78\% {
    margin-left: -78%;
  }
  .mobile-l\:p-l-78\% {
    padding-left: 78%;
  }
  .mobile-l\:p-l--78\% {
    padding-left: -78%;
  }
  .mobile-l\:left-78\% {
    left: 78%;
  }
  .mobile-l\:left--78\% {
    left: -78%;
  }
  .mobile-l\:m-r-78\% {
    margin-right: 78%;
  }
  .mobile-l\:m-r--78\% {
    margin-right: -78%;
  }
  .mobile-l\:p-r-78\% {
    padding-right: 78%;
  }
  .mobile-l\:p-r--78\% {
    padding-right: -78%;
  }
  .mobile-l\:right-78\% {
    right: 78%;
  }
  .mobile-l\:right--78\% {
    right: -78%;
  }
  .mobile-l\:h-78\% {
    height: 78%;
  }
  .mobile-l\:w-78\% {
    width: 78%;
  }
  .mobile-l\:max_h-78\% {
    max-height: 78%;
  }
  .mobile-l\:max_w-78\% {
    max-width: 78%;
  }
  .mobile-l\:min_h-78\% {
    min-height: 78%;
  }
  .mobile-l\:min_w-78\% {
    min-width: 78%;
  }
  .mobile-l\:h-78vh {
    height: 78vh;
  }
  .mobile-l\:w-78vw {
    width: 78vw;
  }
  .mobile-l\:min_w-78vw {
    min-width: 78vw;
  }
  .mobile-l\:min_h-78vh {
    min-height: 78vh;
  }
  .mobile-l\:max_w-78vw {
    max-width: 78vw;
  }
  .mobile-l\:max_h-78vh {
    max-height: 78vh;
  }
  .mobile-l\:m-t-79\% {
    margin-top: 79%;
  }
  .mobile-l\:m-t--79\% {
    margin-top: -79%;
  }
  .mobile-l\:p-t-79\% {
    padding-top: 79%;
  }
  .mobile-l\:p-t--79\% {
    padding-top: -79%;
  }
  .mobile-l\:top-79\% {
    top: 79%;
  }
  .mobile-l\:top--79\% {
    top: -79%;
  }
  .mobile-l\:m-b-79\% {
    margin-bottom: 79%;
  }
  .mobile-l\:m-b--79\% {
    margin-bottom: -79%;
  }
  .mobile-l\:p-b-79\% {
    padding-bottom: 79%;
  }
  .mobile-l\:p-b--79\% {
    padding-bottom: -79%;
  }
  .mobile-l\:bottom-79\% {
    bottom: 79%;
  }
  .mobile-l\:bottom--79\% {
    bottom: -79%;
  }
  .mobile-l\:m-l-79\% {
    margin-left: 79%;
  }
  .mobile-l\:m-l--79\% {
    margin-left: -79%;
  }
  .mobile-l\:p-l-79\% {
    padding-left: 79%;
  }
  .mobile-l\:p-l--79\% {
    padding-left: -79%;
  }
  .mobile-l\:left-79\% {
    left: 79%;
  }
  .mobile-l\:left--79\% {
    left: -79%;
  }
  .mobile-l\:m-r-79\% {
    margin-right: 79%;
  }
  .mobile-l\:m-r--79\% {
    margin-right: -79%;
  }
  .mobile-l\:p-r-79\% {
    padding-right: 79%;
  }
  .mobile-l\:p-r--79\% {
    padding-right: -79%;
  }
  .mobile-l\:right-79\% {
    right: 79%;
  }
  .mobile-l\:right--79\% {
    right: -79%;
  }
  .mobile-l\:h-79\% {
    height: 79%;
  }
  .mobile-l\:w-79\% {
    width: 79%;
  }
  .mobile-l\:max_h-79\% {
    max-height: 79%;
  }
  .mobile-l\:max_w-79\% {
    max-width: 79%;
  }
  .mobile-l\:min_h-79\% {
    min-height: 79%;
  }
  .mobile-l\:min_w-79\% {
    min-width: 79%;
  }
  .mobile-l\:h-79vh {
    height: 79vh;
  }
  .mobile-l\:w-79vw {
    width: 79vw;
  }
  .mobile-l\:min_w-79vw {
    min-width: 79vw;
  }
  .mobile-l\:min_h-79vh {
    min-height: 79vh;
  }
  .mobile-l\:max_w-79vw {
    max-width: 79vw;
  }
  .mobile-l\:max_h-79vh {
    max-height: 79vh;
  }
  .mobile-l\:m-t-80\% {
    margin-top: 80%;
  }
  .mobile-l\:m-t--80\% {
    margin-top: -80%;
  }
  .mobile-l\:p-t-80\% {
    padding-top: 80%;
  }
  .mobile-l\:p-t--80\% {
    padding-top: -80%;
  }
  .mobile-l\:top-80\% {
    top: 80%;
  }
  .mobile-l\:top--80\% {
    top: -80%;
  }
  .mobile-l\:m-b-80\% {
    margin-bottom: 80%;
  }
  .mobile-l\:m-b--80\% {
    margin-bottom: -80%;
  }
  .mobile-l\:p-b-80\% {
    padding-bottom: 80%;
  }
  .mobile-l\:p-b--80\% {
    padding-bottom: -80%;
  }
  .mobile-l\:bottom-80\% {
    bottom: 80%;
  }
  .mobile-l\:bottom--80\% {
    bottom: -80%;
  }
  .mobile-l\:m-l-80\% {
    margin-left: 80%;
  }
  .mobile-l\:m-l--80\% {
    margin-left: -80%;
  }
  .mobile-l\:p-l-80\% {
    padding-left: 80%;
  }
  .mobile-l\:p-l--80\% {
    padding-left: -80%;
  }
  .mobile-l\:left-80\% {
    left: 80%;
  }
  .mobile-l\:left--80\% {
    left: -80%;
  }
  .mobile-l\:m-r-80\% {
    margin-right: 80%;
  }
  .mobile-l\:m-r--80\% {
    margin-right: -80%;
  }
  .mobile-l\:p-r-80\% {
    padding-right: 80%;
  }
  .mobile-l\:p-r--80\% {
    padding-right: -80%;
  }
  .mobile-l\:right-80\% {
    right: 80%;
  }
  .mobile-l\:right--80\% {
    right: -80%;
  }
  .mobile-l\:h-80\% {
    height: 80%;
  }
  .mobile-l\:w-80\% {
    width: 80%;
  }
  .mobile-l\:max_h-80\% {
    max-height: 80%;
  }
  .mobile-l\:max_w-80\% {
    max-width: 80%;
  }
  .mobile-l\:min_h-80\% {
    min-height: 80%;
  }
  .mobile-l\:min_w-80\% {
    min-width: 80%;
  }
  .mobile-l\:h-80vh {
    height: 80vh;
  }
  .mobile-l\:w-80vw {
    width: 80vw;
  }
  .mobile-l\:min_w-80vw {
    min-width: 80vw;
  }
  .mobile-l\:min_h-80vh {
    min-height: 80vh;
  }
  .mobile-l\:max_w-80vw {
    max-width: 80vw;
  }
  .mobile-l\:max_h-80vh {
    max-height: 80vh;
  }
  .mobile-l\:m-t-81\% {
    margin-top: 81%;
  }
  .mobile-l\:m-t--81\% {
    margin-top: -81%;
  }
  .mobile-l\:p-t-81\% {
    padding-top: 81%;
  }
  .mobile-l\:p-t--81\% {
    padding-top: -81%;
  }
  .mobile-l\:top-81\% {
    top: 81%;
  }
  .mobile-l\:top--81\% {
    top: -81%;
  }
  .mobile-l\:m-b-81\% {
    margin-bottom: 81%;
  }
  .mobile-l\:m-b--81\% {
    margin-bottom: -81%;
  }
  .mobile-l\:p-b-81\% {
    padding-bottom: 81%;
  }
  .mobile-l\:p-b--81\% {
    padding-bottom: -81%;
  }
  .mobile-l\:bottom-81\% {
    bottom: 81%;
  }
  .mobile-l\:bottom--81\% {
    bottom: -81%;
  }
  .mobile-l\:m-l-81\% {
    margin-left: 81%;
  }
  .mobile-l\:m-l--81\% {
    margin-left: -81%;
  }
  .mobile-l\:p-l-81\% {
    padding-left: 81%;
  }
  .mobile-l\:p-l--81\% {
    padding-left: -81%;
  }
  .mobile-l\:left-81\% {
    left: 81%;
  }
  .mobile-l\:left--81\% {
    left: -81%;
  }
  .mobile-l\:m-r-81\% {
    margin-right: 81%;
  }
  .mobile-l\:m-r--81\% {
    margin-right: -81%;
  }
  .mobile-l\:p-r-81\% {
    padding-right: 81%;
  }
  .mobile-l\:p-r--81\% {
    padding-right: -81%;
  }
  .mobile-l\:right-81\% {
    right: 81%;
  }
  .mobile-l\:right--81\% {
    right: -81%;
  }
  .mobile-l\:h-81\% {
    height: 81%;
  }
  .mobile-l\:w-81\% {
    width: 81%;
  }
  .mobile-l\:max_h-81\% {
    max-height: 81%;
  }
  .mobile-l\:max_w-81\% {
    max-width: 81%;
  }
  .mobile-l\:min_h-81\% {
    min-height: 81%;
  }
  .mobile-l\:min_w-81\% {
    min-width: 81%;
  }
  .mobile-l\:h-81vh {
    height: 81vh;
  }
  .mobile-l\:w-81vw {
    width: 81vw;
  }
  .mobile-l\:min_w-81vw {
    min-width: 81vw;
  }
  .mobile-l\:min_h-81vh {
    min-height: 81vh;
  }
  .mobile-l\:max_w-81vw {
    max-width: 81vw;
  }
  .mobile-l\:max_h-81vh {
    max-height: 81vh;
  }
  .mobile-l\:m-t-82\% {
    margin-top: 82%;
  }
  .mobile-l\:m-t--82\% {
    margin-top: -82%;
  }
  .mobile-l\:p-t-82\% {
    padding-top: 82%;
  }
  .mobile-l\:p-t--82\% {
    padding-top: -82%;
  }
  .mobile-l\:top-82\% {
    top: 82%;
  }
  .mobile-l\:top--82\% {
    top: -82%;
  }
  .mobile-l\:m-b-82\% {
    margin-bottom: 82%;
  }
  .mobile-l\:m-b--82\% {
    margin-bottom: -82%;
  }
  .mobile-l\:p-b-82\% {
    padding-bottom: 82%;
  }
  .mobile-l\:p-b--82\% {
    padding-bottom: -82%;
  }
  .mobile-l\:bottom-82\% {
    bottom: 82%;
  }
  .mobile-l\:bottom--82\% {
    bottom: -82%;
  }
  .mobile-l\:m-l-82\% {
    margin-left: 82%;
  }
  .mobile-l\:m-l--82\% {
    margin-left: -82%;
  }
  .mobile-l\:p-l-82\% {
    padding-left: 82%;
  }
  .mobile-l\:p-l--82\% {
    padding-left: -82%;
  }
  .mobile-l\:left-82\% {
    left: 82%;
  }
  .mobile-l\:left--82\% {
    left: -82%;
  }
  .mobile-l\:m-r-82\% {
    margin-right: 82%;
  }
  .mobile-l\:m-r--82\% {
    margin-right: -82%;
  }
  .mobile-l\:p-r-82\% {
    padding-right: 82%;
  }
  .mobile-l\:p-r--82\% {
    padding-right: -82%;
  }
  .mobile-l\:right-82\% {
    right: 82%;
  }
  .mobile-l\:right--82\% {
    right: -82%;
  }
  .mobile-l\:h-82\% {
    height: 82%;
  }
  .mobile-l\:w-82\% {
    width: 82%;
  }
  .mobile-l\:max_h-82\% {
    max-height: 82%;
  }
  .mobile-l\:max_w-82\% {
    max-width: 82%;
  }
  .mobile-l\:min_h-82\% {
    min-height: 82%;
  }
  .mobile-l\:min_w-82\% {
    min-width: 82%;
  }
  .mobile-l\:h-82vh {
    height: 82vh;
  }
  .mobile-l\:w-82vw {
    width: 82vw;
  }
  .mobile-l\:min_w-82vw {
    min-width: 82vw;
  }
  .mobile-l\:min_h-82vh {
    min-height: 82vh;
  }
  .mobile-l\:max_w-82vw {
    max-width: 82vw;
  }
  .mobile-l\:max_h-82vh {
    max-height: 82vh;
  }
  .mobile-l\:m-t-83\% {
    margin-top: 83%;
  }
  .mobile-l\:m-t--83\% {
    margin-top: -83%;
  }
  .mobile-l\:p-t-83\% {
    padding-top: 83%;
  }
  .mobile-l\:p-t--83\% {
    padding-top: -83%;
  }
  .mobile-l\:top-83\% {
    top: 83%;
  }
  .mobile-l\:top--83\% {
    top: -83%;
  }
  .mobile-l\:m-b-83\% {
    margin-bottom: 83%;
  }
  .mobile-l\:m-b--83\% {
    margin-bottom: -83%;
  }
  .mobile-l\:p-b-83\% {
    padding-bottom: 83%;
  }
  .mobile-l\:p-b--83\% {
    padding-bottom: -83%;
  }
  .mobile-l\:bottom-83\% {
    bottom: 83%;
  }
  .mobile-l\:bottom--83\% {
    bottom: -83%;
  }
  .mobile-l\:m-l-83\% {
    margin-left: 83%;
  }
  .mobile-l\:m-l--83\% {
    margin-left: -83%;
  }
  .mobile-l\:p-l-83\% {
    padding-left: 83%;
  }
  .mobile-l\:p-l--83\% {
    padding-left: -83%;
  }
  .mobile-l\:left-83\% {
    left: 83%;
  }
  .mobile-l\:left--83\% {
    left: -83%;
  }
  .mobile-l\:m-r-83\% {
    margin-right: 83%;
  }
  .mobile-l\:m-r--83\% {
    margin-right: -83%;
  }
  .mobile-l\:p-r-83\% {
    padding-right: 83%;
  }
  .mobile-l\:p-r--83\% {
    padding-right: -83%;
  }
  .mobile-l\:right-83\% {
    right: 83%;
  }
  .mobile-l\:right--83\% {
    right: -83%;
  }
  .mobile-l\:h-83\% {
    height: 83%;
  }
  .mobile-l\:w-83\% {
    width: 83%;
  }
  .mobile-l\:max_h-83\% {
    max-height: 83%;
  }
  .mobile-l\:max_w-83\% {
    max-width: 83%;
  }
  .mobile-l\:min_h-83\% {
    min-height: 83%;
  }
  .mobile-l\:min_w-83\% {
    min-width: 83%;
  }
  .mobile-l\:h-83vh {
    height: 83vh;
  }
  .mobile-l\:w-83vw {
    width: 83vw;
  }
  .mobile-l\:min_w-83vw {
    min-width: 83vw;
  }
  .mobile-l\:min_h-83vh {
    min-height: 83vh;
  }
  .mobile-l\:max_w-83vw {
    max-width: 83vw;
  }
  .mobile-l\:max_h-83vh {
    max-height: 83vh;
  }
  .mobile-l\:m-t-84\% {
    margin-top: 84%;
  }
  .mobile-l\:m-t--84\% {
    margin-top: -84%;
  }
  .mobile-l\:p-t-84\% {
    padding-top: 84%;
  }
  .mobile-l\:p-t--84\% {
    padding-top: -84%;
  }
  .mobile-l\:top-84\% {
    top: 84%;
  }
  .mobile-l\:top--84\% {
    top: -84%;
  }
  .mobile-l\:m-b-84\% {
    margin-bottom: 84%;
  }
  .mobile-l\:m-b--84\% {
    margin-bottom: -84%;
  }
  .mobile-l\:p-b-84\% {
    padding-bottom: 84%;
  }
  .mobile-l\:p-b--84\% {
    padding-bottom: -84%;
  }
  .mobile-l\:bottom-84\% {
    bottom: 84%;
  }
  .mobile-l\:bottom--84\% {
    bottom: -84%;
  }
  .mobile-l\:m-l-84\% {
    margin-left: 84%;
  }
  .mobile-l\:m-l--84\% {
    margin-left: -84%;
  }
  .mobile-l\:p-l-84\% {
    padding-left: 84%;
  }
  .mobile-l\:p-l--84\% {
    padding-left: -84%;
  }
  .mobile-l\:left-84\% {
    left: 84%;
  }
  .mobile-l\:left--84\% {
    left: -84%;
  }
  .mobile-l\:m-r-84\% {
    margin-right: 84%;
  }
  .mobile-l\:m-r--84\% {
    margin-right: -84%;
  }
  .mobile-l\:p-r-84\% {
    padding-right: 84%;
  }
  .mobile-l\:p-r--84\% {
    padding-right: -84%;
  }
  .mobile-l\:right-84\% {
    right: 84%;
  }
  .mobile-l\:right--84\% {
    right: -84%;
  }
  .mobile-l\:h-84\% {
    height: 84%;
  }
  .mobile-l\:w-84\% {
    width: 84%;
  }
  .mobile-l\:max_h-84\% {
    max-height: 84%;
  }
  .mobile-l\:max_w-84\% {
    max-width: 84%;
  }
  .mobile-l\:min_h-84\% {
    min-height: 84%;
  }
  .mobile-l\:min_w-84\% {
    min-width: 84%;
  }
  .mobile-l\:h-84vh {
    height: 84vh;
  }
  .mobile-l\:w-84vw {
    width: 84vw;
  }
  .mobile-l\:min_w-84vw {
    min-width: 84vw;
  }
  .mobile-l\:min_h-84vh {
    min-height: 84vh;
  }
  .mobile-l\:max_w-84vw {
    max-width: 84vw;
  }
  .mobile-l\:max_h-84vh {
    max-height: 84vh;
  }
  .mobile-l\:m-t-85\% {
    margin-top: 85%;
  }
  .mobile-l\:m-t--85\% {
    margin-top: -85%;
  }
  .mobile-l\:p-t-85\% {
    padding-top: 85%;
  }
  .mobile-l\:p-t--85\% {
    padding-top: -85%;
  }
  .mobile-l\:top-85\% {
    top: 85%;
  }
  .mobile-l\:top--85\% {
    top: -85%;
  }
  .mobile-l\:m-b-85\% {
    margin-bottom: 85%;
  }
  .mobile-l\:m-b--85\% {
    margin-bottom: -85%;
  }
  .mobile-l\:p-b-85\% {
    padding-bottom: 85%;
  }
  .mobile-l\:p-b--85\% {
    padding-bottom: -85%;
  }
  .mobile-l\:bottom-85\% {
    bottom: 85%;
  }
  .mobile-l\:bottom--85\% {
    bottom: -85%;
  }
  .mobile-l\:m-l-85\% {
    margin-left: 85%;
  }
  .mobile-l\:m-l--85\% {
    margin-left: -85%;
  }
  .mobile-l\:p-l-85\% {
    padding-left: 85%;
  }
  .mobile-l\:p-l--85\% {
    padding-left: -85%;
  }
  .mobile-l\:left-85\% {
    left: 85%;
  }
  .mobile-l\:left--85\% {
    left: -85%;
  }
  .mobile-l\:m-r-85\% {
    margin-right: 85%;
  }
  .mobile-l\:m-r--85\% {
    margin-right: -85%;
  }
  .mobile-l\:p-r-85\% {
    padding-right: 85%;
  }
  .mobile-l\:p-r--85\% {
    padding-right: -85%;
  }
  .mobile-l\:right-85\% {
    right: 85%;
  }
  .mobile-l\:right--85\% {
    right: -85%;
  }
  .mobile-l\:h-85\% {
    height: 85%;
  }
  .mobile-l\:w-85\% {
    width: 85%;
  }
  .mobile-l\:max_h-85\% {
    max-height: 85%;
  }
  .mobile-l\:max_w-85\% {
    max-width: 85%;
  }
  .mobile-l\:min_h-85\% {
    min-height: 85%;
  }
  .mobile-l\:min_w-85\% {
    min-width: 85%;
  }
  .mobile-l\:h-85vh {
    height: 85vh;
  }
  .mobile-l\:w-85vw {
    width: 85vw;
  }
  .mobile-l\:min_w-85vw {
    min-width: 85vw;
  }
  .mobile-l\:min_h-85vh {
    min-height: 85vh;
  }
  .mobile-l\:max_w-85vw {
    max-width: 85vw;
  }
  .mobile-l\:max_h-85vh {
    max-height: 85vh;
  }
  .mobile-l\:m-t-86\% {
    margin-top: 86%;
  }
  .mobile-l\:m-t--86\% {
    margin-top: -86%;
  }
  .mobile-l\:p-t-86\% {
    padding-top: 86%;
  }
  .mobile-l\:p-t--86\% {
    padding-top: -86%;
  }
  .mobile-l\:top-86\% {
    top: 86%;
  }
  .mobile-l\:top--86\% {
    top: -86%;
  }
  .mobile-l\:m-b-86\% {
    margin-bottom: 86%;
  }
  .mobile-l\:m-b--86\% {
    margin-bottom: -86%;
  }
  .mobile-l\:p-b-86\% {
    padding-bottom: 86%;
  }
  .mobile-l\:p-b--86\% {
    padding-bottom: -86%;
  }
  .mobile-l\:bottom-86\% {
    bottom: 86%;
  }
  .mobile-l\:bottom--86\% {
    bottom: -86%;
  }
  .mobile-l\:m-l-86\% {
    margin-left: 86%;
  }
  .mobile-l\:m-l--86\% {
    margin-left: -86%;
  }
  .mobile-l\:p-l-86\% {
    padding-left: 86%;
  }
  .mobile-l\:p-l--86\% {
    padding-left: -86%;
  }
  .mobile-l\:left-86\% {
    left: 86%;
  }
  .mobile-l\:left--86\% {
    left: -86%;
  }
  .mobile-l\:m-r-86\% {
    margin-right: 86%;
  }
  .mobile-l\:m-r--86\% {
    margin-right: -86%;
  }
  .mobile-l\:p-r-86\% {
    padding-right: 86%;
  }
  .mobile-l\:p-r--86\% {
    padding-right: -86%;
  }
  .mobile-l\:right-86\% {
    right: 86%;
  }
  .mobile-l\:right--86\% {
    right: -86%;
  }
  .mobile-l\:h-86\% {
    height: 86%;
  }
  .mobile-l\:w-86\% {
    width: 86%;
  }
  .mobile-l\:max_h-86\% {
    max-height: 86%;
  }
  .mobile-l\:max_w-86\% {
    max-width: 86%;
  }
  .mobile-l\:min_h-86\% {
    min-height: 86%;
  }
  .mobile-l\:min_w-86\% {
    min-width: 86%;
  }
  .mobile-l\:h-86vh {
    height: 86vh;
  }
  .mobile-l\:w-86vw {
    width: 86vw;
  }
  .mobile-l\:min_w-86vw {
    min-width: 86vw;
  }
  .mobile-l\:min_h-86vh {
    min-height: 86vh;
  }
  .mobile-l\:max_w-86vw {
    max-width: 86vw;
  }
  .mobile-l\:max_h-86vh {
    max-height: 86vh;
  }
  .mobile-l\:m-t-87\% {
    margin-top: 87%;
  }
  .mobile-l\:m-t--87\% {
    margin-top: -87%;
  }
  .mobile-l\:p-t-87\% {
    padding-top: 87%;
  }
  .mobile-l\:p-t--87\% {
    padding-top: -87%;
  }
  .mobile-l\:top-87\% {
    top: 87%;
  }
  .mobile-l\:top--87\% {
    top: -87%;
  }
  .mobile-l\:m-b-87\% {
    margin-bottom: 87%;
  }
  .mobile-l\:m-b--87\% {
    margin-bottom: -87%;
  }
  .mobile-l\:p-b-87\% {
    padding-bottom: 87%;
  }
  .mobile-l\:p-b--87\% {
    padding-bottom: -87%;
  }
  .mobile-l\:bottom-87\% {
    bottom: 87%;
  }
  .mobile-l\:bottom--87\% {
    bottom: -87%;
  }
  .mobile-l\:m-l-87\% {
    margin-left: 87%;
  }
  .mobile-l\:m-l--87\% {
    margin-left: -87%;
  }
  .mobile-l\:p-l-87\% {
    padding-left: 87%;
  }
  .mobile-l\:p-l--87\% {
    padding-left: -87%;
  }
  .mobile-l\:left-87\% {
    left: 87%;
  }
  .mobile-l\:left--87\% {
    left: -87%;
  }
  .mobile-l\:m-r-87\% {
    margin-right: 87%;
  }
  .mobile-l\:m-r--87\% {
    margin-right: -87%;
  }
  .mobile-l\:p-r-87\% {
    padding-right: 87%;
  }
  .mobile-l\:p-r--87\% {
    padding-right: -87%;
  }
  .mobile-l\:right-87\% {
    right: 87%;
  }
  .mobile-l\:right--87\% {
    right: -87%;
  }
  .mobile-l\:h-87\% {
    height: 87%;
  }
  .mobile-l\:w-87\% {
    width: 87%;
  }
  .mobile-l\:max_h-87\% {
    max-height: 87%;
  }
  .mobile-l\:max_w-87\% {
    max-width: 87%;
  }
  .mobile-l\:min_h-87\% {
    min-height: 87%;
  }
  .mobile-l\:min_w-87\% {
    min-width: 87%;
  }
  .mobile-l\:h-87vh {
    height: 87vh;
  }
  .mobile-l\:w-87vw {
    width: 87vw;
  }
  .mobile-l\:min_w-87vw {
    min-width: 87vw;
  }
  .mobile-l\:min_h-87vh {
    min-height: 87vh;
  }
  .mobile-l\:max_w-87vw {
    max-width: 87vw;
  }
  .mobile-l\:max_h-87vh {
    max-height: 87vh;
  }
  .mobile-l\:m-t-88\% {
    margin-top: 88%;
  }
  .mobile-l\:m-t--88\% {
    margin-top: -88%;
  }
  .mobile-l\:p-t-88\% {
    padding-top: 88%;
  }
  .mobile-l\:p-t--88\% {
    padding-top: -88%;
  }
  .mobile-l\:top-88\% {
    top: 88%;
  }
  .mobile-l\:top--88\% {
    top: -88%;
  }
  .mobile-l\:m-b-88\% {
    margin-bottom: 88%;
  }
  .mobile-l\:m-b--88\% {
    margin-bottom: -88%;
  }
  .mobile-l\:p-b-88\% {
    padding-bottom: 88%;
  }
  .mobile-l\:p-b--88\% {
    padding-bottom: -88%;
  }
  .mobile-l\:bottom-88\% {
    bottom: 88%;
  }
  .mobile-l\:bottom--88\% {
    bottom: -88%;
  }
  .mobile-l\:m-l-88\% {
    margin-left: 88%;
  }
  .mobile-l\:m-l--88\% {
    margin-left: -88%;
  }
  .mobile-l\:p-l-88\% {
    padding-left: 88%;
  }
  .mobile-l\:p-l--88\% {
    padding-left: -88%;
  }
  .mobile-l\:left-88\% {
    left: 88%;
  }
  .mobile-l\:left--88\% {
    left: -88%;
  }
  .mobile-l\:m-r-88\% {
    margin-right: 88%;
  }
  .mobile-l\:m-r--88\% {
    margin-right: -88%;
  }
  .mobile-l\:p-r-88\% {
    padding-right: 88%;
  }
  .mobile-l\:p-r--88\% {
    padding-right: -88%;
  }
  .mobile-l\:right-88\% {
    right: 88%;
  }
  .mobile-l\:right--88\% {
    right: -88%;
  }
  .mobile-l\:h-88\% {
    height: 88%;
  }
  .mobile-l\:w-88\% {
    width: 88%;
  }
  .mobile-l\:max_h-88\% {
    max-height: 88%;
  }
  .mobile-l\:max_w-88\% {
    max-width: 88%;
  }
  .mobile-l\:min_h-88\% {
    min-height: 88%;
  }
  .mobile-l\:min_w-88\% {
    min-width: 88%;
  }
  .mobile-l\:h-88vh {
    height: 88vh;
  }
  .mobile-l\:w-88vw {
    width: 88vw;
  }
  .mobile-l\:min_w-88vw {
    min-width: 88vw;
  }
  .mobile-l\:min_h-88vh {
    min-height: 88vh;
  }
  .mobile-l\:max_w-88vw {
    max-width: 88vw;
  }
  .mobile-l\:max_h-88vh {
    max-height: 88vh;
  }
  .mobile-l\:m-t-89\% {
    margin-top: 89%;
  }
  .mobile-l\:m-t--89\% {
    margin-top: -89%;
  }
  .mobile-l\:p-t-89\% {
    padding-top: 89%;
  }
  .mobile-l\:p-t--89\% {
    padding-top: -89%;
  }
  .mobile-l\:top-89\% {
    top: 89%;
  }
  .mobile-l\:top--89\% {
    top: -89%;
  }
  .mobile-l\:m-b-89\% {
    margin-bottom: 89%;
  }
  .mobile-l\:m-b--89\% {
    margin-bottom: -89%;
  }
  .mobile-l\:p-b-89\% {
    padding-bottom: 89%;
  }
  .mobile-l\:p-b--89\% {
    padding-bottom: -89%;
  }
  .mobile-l\:bottom-89\% {
    bottom: 89%;
  }
  .mobile-l\:bottom--89\% {
    bottom: -89%;
  }
  .mobile-l\:m-l-89\% {
    margin-left: 89%;
  }
  .mobile-l\:m-l--89\% {
    margin-left: -89%;
  }
  .mobile-l\:p-l-89\% {
    padding-left: 89%;
  }
  .mobile-l\:p-l--89\% {
    padding-left: -89%;
  }
  .mobile-l\:left-89\% {
    left: 89%;
  }
  .mobile-l\:left--89\% {
    left: -89%;
  }
  .mobile-l\:m-r-89\% {
    margin-right: 89%;
  }
  .mobile-l\:m-r--89\% {
    margin-right: -89%;
  }
  .mobile-l\:p-r-89\% {
    padding-right: 89%;
  }
  .mobile-l\:p-r--89\% {
    padding-right: -89%;
  }
  .mobile-l\:right-89\% {
    right: 89%;
  }
  .mobile-l\:right--89\% {
    right: -89%;
  }
  .mobile-l\:h-89\% {
    height: 89%;
  }
  .mobile-l\:w-89\% {
    width: 89%;
  }
  .mobile-l\:max_h-89\% {
    max-height: 89%;
  }
  .mobile-l\:max_w-89\% {
    max-width: 89%;
  }
  .mobile-l\:min_h-89\% {
    min-height: 89%;
  }
  .mobile-l\:min_w-89\% {
    min-width: 89%;
  }
  .mobile-l\:h-89vh {
    height: 89vh;
  }
  .mobile-l\:w-89vw {
    width: 89vw;
  }
  .mobile-l\:min_w-89vw {
    min-width: 89vw;
  }
  .mobile-l\:min_h-89vh {
    min-height: 89vh;
  }
  .mobile-l\:max_w-89vw {
    max-width: 89vw;
  }
  .mobile-l\:max_h-89vh {
    max-height: 89vh;
  }
  .mobile-l\:m-t-90\% {
    margin-top: 90%;
  }
  .mobile-l\:m-t--90\% {
    margin-top: -90%;
  }
  .mobile-l\:p-t-90\% {
    padding-top: 90%;
  }
  .mobile-l\:p-t--90\% {
    padding-top: -90%;
  }
  .mobile-l\:top-90\% {
    top: 90%;
  }
  .mobile-l\:top--90\% {
    top: -90%;
  }
  .mobile-l\:m-b-90\% {
    margin-bottom: 90%;
  }
  .mobile-l\:m-b--90\% {
    margin-bottom: -90%;
  }
  .mobile-l\:p-b-90\% {
    padding-bottom: 90%;
  }
  .mobile-l\:p-b--90\% {
    padding-bottom: -90%;
  }
  .mobile-l\:bottom-90\% {
    bottom: 90%;
  }
  .mobile-l\:bottom--90\% {
    bottom: -90%;
  }
  .mobile-l\:m-l-90\% {
    margin-left: 90%;
  }
  .mobile-l\:m-l--90\% {
    margin-left: -90%;
  }
  .mobile-l\:p-l-90\% {
    padding-left: 90%;
  }
  .mobile-l\:p-l--90\% {
    padding-left: -90%;
  }
  .mobile-l\:left-90\% {
    left: 90%;
  }
  .mobile-l\:left--90\% {
    left: -90%;
  }
  .mobile-l\:m-r-90\% {
    margin-right: 90%;
  }
  .mobile-l\:m-r--90\% {
    margin-right: -90%;
  }
  .mobile-l\:p-r-90\% {
    padding-right: 90%;
  }
  .mobile-l\:p-r--90\% {
    padding-right: -90%;
  }
  .mobile-l\:right-90\% {
    right: 90%;
  }
  .mobile-l\:right--90\% {
    right: -90%;
  }
  .mobile-l\:h-90\% {
    height: 90%;
  }
  .mobile-l\:w-90\% {
    width: 90%;
  }
  .mobile-l\:max_h-90\% {
    max-height: 90%;
  }
  .mobile-l\:max_w-90\% {
    max-width: 90%;
  }
  .mobile-l\:min_h-90\% {
    min-height: 90%;
  }
  .mobile-l\:min_w-90\% {
    min-width: 90%;
  }
  .mobile-l\:h-90vh {
    height: 90vh;
  }
  .mobile-l\:w-90vw {
    width: 90vw;
  }
  .mobile-l\:min_w-90vw {
    min-width: 90vw;
  }
  .mobile-l\:min_h-90vh {
    min-height: 90vh;
  }
  .mobile-l\:max_w-90vw {
    max-width: 90vw;
  }
  .mobile-l\:max_h-90vh {
    max-height: 90vh;
  }
  .mobile-l\:m-t-91\% {
    margin-top: 91%;
  }
  .mobile-l\:m-t--91\% {
    margin-top: -91%;
  }
  .mobile-l\:p-t-91\% {
    padding-top: 91%;
  }
  .mobile-l\:p-t--91\% {
    padding-top: -91%;
  }
  .mobile-l\:top-91\% {
    top: 91%;
  }
  .mobile-l\:top--91\% {
    top: -91%;
  }
  .mobile-l\:m-b-91\% {
    margin-bottom: 91%;
  }
  .mobile-l\:m-b--91\% {
    margin-bottom: -91%;
  }
  .mobile-l\:p-b-91\% {
    padding-bottom: 91%;
  }
  .mobile-l\:p-b--91\% {
    padding-bottom: -91%;
  }
  .mobile-l\:bottom-91\% {
    bottom: 91%;
  }
  .mobile-l\:bottom--91\% {
    bottom: -91%;
  }
  .mobile-l\:m-l-91\% {
    margin-left: 91%;
  }
  .mobile-l\:m-l--91\% {
    margin-left: -91%;
  }
  .mobile-l\:p-l-91\% {
    padding-left: 91%;
  }
  .mobile-l\:p-l--91\% {
    padding-left: -91%;
  }
  .mobile-l\:left-91\% {
    left: 91%;
  }
  .mobile-l\:left--91\% {
    left: -91%;
  }
  .mobile-l\:m-r-91\% {
    margin-right: 91%;
  }
  .mobile-l\:m-r--91\% {
    margin-right: -91%;
  }
  .mobile-l\:p-r-91\% {
    padding-right: 91%;
  }
  .mobile-l\:p-r--91\% {
    padding-right: -91%;
  }
  .mobile-l\:right-91\% {
    right: 91%;
  }
  .mobile-l\:right--91\% {
    right: -91%;
  }
  .mobile-l\:h-91\% {
    height: 91%;
  }
  .mobile-l\:w-91\% {
    width: 91%;
  }
  .mobile-l\:max_h-91\% {
    max-height: 91%;
  }
  .mobile-l\:max_w-91\% {
    max-width: 91%;
  }
  .mobile-l\:min_h-91\% {
    min-height: 91%;
  }
  .mobile-l\:min_w-91\% {
    min-width: 91%;
  }
  .mobile-l\:h-91vh {
    height: 91vh;
  }
  .mobile-l\:w-91vw {
    width: 91vw;
  }
  .mobile-l\:min_w-91vw {
    min-width: 91vw;
  }
  .mobile-l\:min_h-91vh {
    min-height: 91vh;
  }
  .mobile-l\:max_w-91vw {
    max-width: 91vw;
  }
  .mobile-l\:max_h-91vh {
    max-height: 91vh;
  }
  .mobile-l\:m-t-92\% {
    margin-top: 92%;
  }
  .mobile-l\:m-t--92\% {
    margin-top: -92%;
  }
  .mobile-l\:p-t-92\% {
    padding-top: 92%;
  }
  .mobile-l\:p-t--92\% {
    padding-top: -92%;
  }
  .mobile-l\:top-92\% {
    top: 92%;
  }
  .mobile-l\:top--92\% {
    top: -92%;
  }
  .mobile-l\:m-b-92\% {
    margin-bottom: 92%;
  }
  .mobile-l\:m-b--92\% {
    margin-bottom: -92%;
  }
  .mobile-l\:p-b-92\% {
    padding-bottom: 92%;
  }
  .mobile-l\:p-b--92\% {
    padding-bottom: -92%;
  }
  .mobile-l\:bottom-92\% {
    bottom: 92%;
  }
  .mobile-l\:bottom--92\% {
    bottom: -92%;
  }
  .mobile-l\:m-l-92\% {
    margin-left: 92%;
  }
  .mobile-l\:m-l--92\% {
    margin-left: -92%;
  }
  .mobile-l\:p-l-92\% {
    padding-left: 92%;
  }
  .mobile-l\:p-l--92\% {
    padding-left: -92%;
  }
  .mobile-l\:left-92\% {
    left: 92%;
  }
  .mobile-l\:left--92\% {
    left: -92%;
  }
  .mobile-l\:m-r-92\% {
    margin-right: 92%;
  }
  .mobile-l\:m-r--92\% {
    margin-right: -92%;
  }
  .mobile-l\:p-r-92\% {
    padding-right: 92%;
  }
  .mobile-l\:p-r--92\% {
    padding-right: -92%;
  }
  .mobile-l\:right-92\% {
    right: 92%;
  }
  .mobile-l\:right--92\% {
    right: -92%;
  }
  .mobile-l\:h-92\% {
    height: 92%;
  }
  .mobile-l\:w-92\% {
    width: 92%;
  }
  .mobile-l\:max_h-92\% {
    max-height: 92%;
  }
  .mobile-l\:max_w-92\% {
    max-width: 92%;
  }
  .mobile-l\:min_h-92\% {
    min-height: 92%;
  }
  .mobile-l\:min_w-92\% {
    min-width: 92%;
  }
  .mobile-l\:h-92vh {
    height: 92vh;
  }
  .mobile-l\:w-92vw {
    width: 92vw;
  }
  .mobile-l\:min_w-92vw {
    min-width: 92vw;
  }
  .mobile-l\:min_h-92vh {
    min-height: 92vh;
  }
  .mobile-l\:max_w-92vw {
    max-width: 92vw;
  }
  .mobile-l\:max_h-92vh {
    max-height: 92vh;
  }
  .mobile-l\:m-t-93\% {
    margin-top: 93%;
  }
  .mobile-l\:m-t--93\% {
    margin-top: -93%;
  }
  .mobile-l\:p-t-93\% {
    padding-top: 93%;
  }
  .mobile-l\:p-t--93\% {
    padding-top: -93%;
  }
  .mobile-l\:top-93\% {
    top: 93%;
  }
  .mobile-l\:top--93\% {
    top: -93%;
  }
  .mobile-l\:m-b-93\% {
    margin-bottom: 93%;
  }
  .mobile-l\:m-b--93\% {
    margin-bottom: -93%;
  }
  .mobile-l\:p-b-93\% {
    padding-bottom: 93%;
  }
  .mobile-l\:p-b--93\% {
    padding-bottom: -93%;
  }
  .mobile-l\:bottom-93\% {
    bottom: 93%;
  }
  .mobile-l\:bottom--93\% {
    bottom: -93%;
  }
  .mobile-l\:m-l-93\% {
    margin-left: 93%;
  }
  .mobile-l\:m-l--93\% {
    margin-left: -93%;
  }
  .mobile-l\:p-l-93\% {
    padding-left: 93%;
  }
  .mobile-l\:p-l--93\% {
    padding-left: -93%;
  }
  .mobile-l\:left-93\% {
    left: 93%;
  }
  .mobile-l\:left--93\% {
    left: -93%;
  }
  .mobile-l\:m-r-93\% {
    margin-right: 93%;
  }
  .mobile-l\:m-r--93\% {
    margin-right: -93%;
  }
  .mobile-l\:p-r-93\% {
    padding-right: 93%;
  }
  .mobile-l\:p-r--93\% {
    padding-right: -93%;
  }
  .mobile-l\:right-93\% {
    right: 93%;
  }
  .mobile-l\:right--93\% {
    right: -93%;
  }
  .mobile-l\:h-93\% {
    height: 93%;
  }
  .mobile-l\:w-93\% {
    width: 93%;
  }
  .mobile-l\:max_h-93\% {
    max-height: 93%;
  }
  .mobile-l\:max_w-93\% {
    max-width: 93%;
  }
  .mobile-l\:min_h-93\% {
    min-height: 93%;
  }
  .mobile-l\:min_w-93\% {
    min-width: 93%;
  }
  .mobile-l\:h-93vh {
    height: 93vh;
  }
  .mobile-l\:w-93vw {
    width: 93vw;
  }
  .mobile-l\:min_w-93vw {
    min-width: 93vw;
  }
  .mobile-l\:min_h-93vh {
    min-height: 93vh;
  }
  .mobile-l\:max_w-93vw {
    max-width: 93vw;
  }
  .mobile-l\:max_h-93vh {
    max-height: 93vh;
  }
  .mobile-l\:m-t-94\% {
    margin-top: 94%;
  }
  .mobile-l\:m-t--94\% {
    margin-top: -94%;
  }
  .mobile-l\:p-t-94\% {
    padding-top: 94%;
  }
  .mobile-l\:p-t--94\% {
    padding-top: -94%;
  }
  .mobile-l\:top-94\% {
    top: 94%;
  }
  .mobile-l\:top--94\% {
    top: -94%;
  }
  .mobile-l\:m-b-94\% {
    margin-bottom: 94%;
  }
  .mobile-l\:m-b--94\% {
    margin-bottom: -94%;
  }
  .mobile-l\:p-b-94\% {
    padding-bottom: 94%;
  }
  .mobile-l\:p-b--94\% {
    padding-bottom: -94%;
  }
  .mobile-l\:bottom-94\% {
    bottom: 94%;
  }
  .mobile-l\:bottom--94\% {
    bottom: -94%;
  }
  .mobile-l\:m-l-94\% {
    margin-left: 94%;
  }
  .mobile-l\:m-l--94\% {
    margin-left: -94%;
  }
  .mobile-l\:p-l-94\% {
    padding-left: 94%;
  }
  .mobile-l\:p-l--94\% {
    padding-left: -94%;
  }
  .mobile-l\:left-94\% {
    left: 94%;
  }
  .mobile-l\:left--94\% {
    left: -94%;
  }
  .mobile-l\:m-r-94\% {
    margin-right: 94%;
  }
  .mobile-l\:m-r--94\% {
    margin-right: -94%;
  }
  .mobile-l\:p-r-94\% {
    padding-right: 94%;
  }
  .mobile-l\:p-r--94\% {
    padding-right: -94%;
  }
  .mobile-l\:right-94\% {
    right: 94%;
  }
  .mobile-l\:right--94\% {
    right: -94%;
  }
  .mobile-l\:h-94\% {
    height: 94%;
  }
  .mobile-l\:w-94\% {
    width: 94%;
  }
  .mobile-l\:max_h-94\% {
    max-height: 94%;
  }
  .mobile-l\:max_w-94\% {
    max-width: 94%;
  }
  .mobile-l\:min_h-94\% {
    min-height: 94%;
  }
  .mobile-l\:min_w-94\% {
    min-width: 94%;
  }
  .mobile-l\:h-94vh {
    height: 94vh;
  }
  .mobile-l\:w-94vw {
    width: 94vw;
  }
  .mobile-l\:min_w-94vw {
    min-width: 94vw;
  }
  .mobile-l\:min_h-94vh {
    min-height: 94vh;
  }
  .mobile-l\:max_w-94vw {
    max-width: 94vw;
  }
  .mobile-l\:max_h-94vh {
    max-height: 94vh;
  }
  .mobile-l\:m-t-95\% {
    margin-top: 95%;
  }
  .mobile-l\:m-t--95\% {
    margin-top: -95%;
  }
  .mobile-l\:p-t-95\% {
    padding-top: 95%;
  }
  .mobile-l\:p-t--95\% {
    padding-top: -95%;
  }
  .mobile-l\:top-95\% {
    top: 95%;
  }
  .mobile-l\:top--95\% {
    top: -95%;
  }
  .mobile-l\:m-b-95\% {
    margin-bottom: 95%;
  }
  .mobile-l\:m-b--95\% {
    margin-bottom: -95%;
  }
  .mobile-l\:p-b-95\% {
    padding-bottom: 95%;
  }
  .mobile-l\:p-b--95\% {
    padding-bottom: -95%;
  }
  .mobile-l\:bottom-95\% {
    bottom: 95%;
  }
  .mobile-l\:bottom--95\% {
    bottom: -95%;
  }
  .mobile-l\:m-l-95\% {
    margin-left: 95%;
  }
  .mobile-l\:m-l--95\% {
    margin-left: -95%;
  }
  .mobile-l\:p-l-95\% {
    padding-left: 95%;
  }
  .mobile-l\:p-l--95\% {
    padding-left: -95%;
  }
  .mobile-l\:left-95\% {
    left: 95%;
  }
  .mobile-l\:left--95\% {
    left: -95%;
  }
  .mobile-l\:m-r-95\% {
    margin-right: 95%;
  }
  .mobile-l\:m-r--95\% {
    margin-right: -95%;
  }
  .mobile-l\:p-r-95\% {
    padding-right: 95%;
  }
  .mobile-l\:p-r--95\% {
    padding-right: -95%;
  }
  .mobile-l\:right-95\% {
    right: 95%;
  }
  .mobile-l\:right--95\% {
    right: -95%;
  }
  .mobile-l\:h-95\% {
    height: 95%;
  }
  .mobile-l\:w-95\% {
    width: 95%;
  }
  .mobile-l\:max_h-95\% {
    max-height: 95%;
  }
  .mobile-l\:max_w-95\% {
    max-width: 95%;
  }
  .mobile-l\:min_h-95\% {
    min-height: 95%;
  }
  .mobile-l\:min_w-95\% {
    min-width: 95%;
  }
  .mobile-l\:h-95vh {
    height: 95vh;
  }
  .mobile-l\:w-95vw {
    width: 95vw;
  }
  .mobile-l\:min_w-95vw {
    min-width: 95vw;
  }
  .mobile-l\:min_h-95vh {
    min-height: 95vh;
  }
  .mobile-l\:max_w-95vw {
    max-width: 95vw;
  }
  .mobile-l\:max_h-95vh {
    max-height: 95vh;
  }
  .mobile-l\:m-t-96\% {
    margin-top: 96%;
  }
  .mobile-l\:m-t--96\% {
    margin-top: -96%;
  }
  .mobile-l\:p-t-96\% {
    padding-top: 96%;
  }
  .mobile-l\:p-t--96\% {
    padding-top: -96%;
  }
  .mobile-l\:top-96\% {
    top: 96%;
  }
  .mobile-l\:top--96\% {
    top: -96%;
  }
  .mobile-l\:m-b-96\% {
    margin-bottom: 96%;
  }
  .mobile-l\:m-b--96\% {
    margin-bottom: -96%;
  }
  .mobile-l\:p-b-96\% {
    padding-bottom: 96%;
  }
  .mobile-l\:p-b--96\% {
    padding-bottom: -96%;
  }
  .mobile-l\:bottom-96\% {
    bottom: 96%;
  }
  .mobile-l\:bottom--96\% {
    bottom: -96%;
  }
  .mobile-l\:m-l-96\% {
    margin-left: 96%;
  }
  .mobile-l\:m-l--96\% {
    margin-left: -96%;
  }
  .mobile-l\:p-l-96\% {
    padding-left: 96%;
  }
  .mobile-l\:p-l--96\% {
    padding-left: -96%;
  }
  .mobile-l\:left-96\% {
    left: 96%;
  }
  .mobile-l\:left--96\% {
    left: -96%;
  }
  .mobile-l\:m-r-96\% {
    margin-right: 96%;
  }
  .mobile-l\:m-r--96\% {
    margin-right: -96%;
  }
  .mobile-l\:p-r-96\% {
    padding-right: 96%;
  }
  .mobile-l\:p-r--96\% {
    padding-right: -96%;
  }
  .mobile-l\:right-96\% {
    right: 96%;
  }
  .mobile-l\:right--96\% {
    right: -96%;
  }
  .mobile-l\:h-96\% {
    height: 96%;
  }
  .mobile-l\:w-96\% {
    width: 96%;
  }
  .mobile-l\:max_h-96\% {
    max-height: 96%;
  }
  .mobile-l\:max_w-96\% {
    max-width: 96%;
  }
  .mobile-l\:min_h-96\% {
    min-height: 96%;
  }
  .mobile-l\:min_w-96\% {
    min-width: 96%;
  }
  .mobile-l\:h-96vh {
    height: 96vh;
  }
  .mobile-l\:w-96vw {
    width: 96vw;
  }
  .mobile-l\:min_w-96vw {
    min-width: 96vw;
  }
  .mobile-l\:min_h-96vh {
    min-height: 96vh;
  }
  .mobile-l\:max_w-96vw {
    max-width: 96vw;
  }
  .mobile-l\:max_h-96vh {
    max-height: 96vh;
  }
  .mobile-l\:m-t-97\% {
    margin-top: 97%;
  }
  .mobile-l\:m-t--97\% {
    margin-top: -97%;
  }
  .mobile-l\:p-t-97\% {
    padding-top: 97%;
  }
  .mobile-l\:p-t--97\% {
    padding-top: -97%;
  }
  .mobile-l\:top-97\% {
    top: 97%;
  }
  .mobile-l\:top--97\% {
    top: -97%;
  }
  .mobile-l\:m-b-97\% {
    margin-bottom: 97%;
  }
  .mobile-l\:m-b--97\% {
    margin-bottom: -97%;
  }
  .mobile-l\:p-b-97\% {
    padding-bottom: 97%;
  }
  .mobile-l\:p-b--97\% {
    padding-bottom: -97%;
  }
  .mobile-l\:bottom-97\% {
    bottom: 97%;
  }
  .mobile-l\:bottom--97\% {
    bottom: -97%;
  }
  .mobile-l\:m-l-97\% {
    margin-left: 97%;
  }
  .mobile-l\:m-l--97\% {
    margin-left: -97%;
  }
  .mobile-l\:p-l-97\% {
    padding-left: 97%;
  }
  .mobile-l\:p-l--97\% {
    padding-left: -97%;
  }
  .mobile-l\:left-97\% {
    left: 97%;
  }
  .mobile-l\:left--97\% {
    left: -97%;
  }
  .mobile-l\:m-r-97\% {
    margin-right: 97%;
  }
  .mobile-l\:m-r--97\% {
    margin-right: -97%;
  }
  .mobile-l\:p-r-97\% {
    padding-right: 97%;
  }
  .mobile-l\:p-r--97\% {
    padding-right: -97%;
  }
  .mobile-l\:right-97\% {
    right: 97%;
  }
  .mobile-l\:right--97\% {
    right: -97%;
  }
  .mobile-l\:h-97\% {
    height: 97%;
  }
  .mobile-l\:w-97\% {
    width: 97%;
  }
  .mobile-l\:max_h-97\% {
    max-height: 97%;
  }
  .mobile-l\:max_w-97\% {
    max-width: 97%;
  }
  .mobile-l\:min_h-97\% {
    min-height: 97%;
  }
  .mobile-l\:min_w-97\% {
    min-width: 97%;
  }
  .mobile-l\:h-97vh {
    height: 97vh;
  }
  .mobile-l\:w-97vw {
    width: 97vw;
  }
  .mobile-l\:min_w-97vw {
    min-width: 97vw;
  }
  .mobile-l\:min_h-97vh {
    min-height: 97vh;
  }
  .mobile-l\:max_w-97vw {
    max-width: 97vw;
  }
  .mobile-l\:max_h-97vh {
    max-height: 97vh;
  }
  .mobile-l\:m-t-98\% {
    margin-top: 98%;
  }
  .mobile-l\:m-t--98\% {
    margin-top: -98%;
  }
  .mobile-l\:p-t-98\% {
    padding-top: 98%;
  }
  .mobile-l\:p-t--98\% {
    padding-top: -98%;
  }
  .mobile-l\:top-98\% {
    top: 98%;
  }
  .mobile-l\:top--98\% {
    top: -98%;
  }
  .mobile-l\:m-b-98\% {
    margin-bottom: 98%;
  }
  .mobile-l\:m-b--98\% {
    margin-bottom: -98%;
  }
  .mobile-l\:p-b-98\% {
    padding-bottom: 98%;
  }
  .mobile-l\:p-b--98\% {
    padding-bottom: -98%;
  }
  .mobile-l\:bottom-98\% {
    bottom: 98%;
  }
  .mobile-l\:bottom--98\% {
    bottom: -98%;
  }
  .mobile-l\:m-l-98\% {
    margin-left: 98%;
  }
  .mobile-l\:m-l--98\% {
    margin-left: -98%;
  }
  .mobile-l\:p-l-98\% {
    padding-left: 98%;
  }
  .mobile-l\:p-l--98\% {
    padding-left: -98%;
  }
  .mobile-l\:left-98\% {
    left: 98%;
  }
  .mobile-l\:left--98\% {
    left: -98%;
  }
  .mobile-l\:m-r-98\% {
    margin-right: 98%;
  }
  .mobile-l\:m-r--98\% {
    margin-right: -98%;
  }
  .mobile-l\:p-r-98\% {
    padding-right: 98%;
  }
  .mobile-l\:p-r--98\% {
    padding-right: -98%;
  }
  .mobile-l\:right-98\% {
    right: 98%;
  }
  .mobile-l\:right--98\% {
    right: -98%;
  }
  .mobile-l\:h-98\% {
    height: 98%;
  }
  .mobile-l\:w-98\% {
    width: 98%;
  }
  .mobile-l\:max_h-98\% {
    max-height: 98%;
  }
  .mobile-l\:max_w-98\% {
    max-width: 98%;
  }
  .mobile-l\:min_h-98\% {
    min-height: 98%;
  }
  .mobile-l\:min_w-98\% {
    min-width: 98%;
  }
  .mobile-l\:h-98vh {
    height: 98vh;
  }
  .mobile-l\:w-98vw {
    width: 98vw;
  }
  .mobile-l\:min_w-98vw {
    min-width: 98vw;
  }
  .mobile-l\:min_h-98vh {
    min-height: 98vh;
  }
  .mobile-l\:max_w-98vw {
    max-width: 98vw;
  }
  .mobile-l\:max_h-98vh {
    max-height: 98vh;
  }
  .mobile-l\:m-t-99\% {
    margin-top: 99%;
  }
  .mobile-l\:m-t--99\% {
    margin-top: -99%;
  }
  .mobile-l\:p-t-99\% {
    padding-top: 99%;
  }
  .mobile-l\:p-t--99\% {
    padding-top: -99%;
  }
  .mobile-l\:top-99\% {
    top: 99%;
  }
  .mobile-l\:top--99\% {
    top: -99%;
  }
  .mobile-l\:m-b-99\% {
    margin-bottom: 99%;
  }
  .mobile-l\:m-b--99\% {
    margin-bottom: -99%;
  }
  .mobile-l\:p-b-99\% {
    padding-bottom: 99%;
  }
  .mobile-l\:p-b--99\% {
    padding-bottom: -99%;
  }
  .mobile-l\:bottom-99\% {
    bottom: 99%;
  }
  .mobile-l\:bottom--99\% {
    bottom: -99%;
  }
  .mobile-l\:m-l-99\% {
    margin-left: 99%;
  }
  .mobile-l\:m-l--99\% {
    margin-left: -99%;
  }
  .mobile-l\:p-l-99\% {
    padding-left: 99%;
  }
  .mobile-l\:p-l--99\% {
    padding-left: -99%;
  }
  .mobile-l\:left-99\% {
    left: 99%;
  }
  .mobile-l\:left--99\% {
    left: -99%;
  }
  .mobile-l\:m-r-99\% {
    margin-right: 99%;
  }
  .mobile-l\:m-r--99\% {
    margin-right: -99%;
  }
  .mobile-l\:p-r-99\% {
    padding-right: 99%;
  }
  .mobile-l\:p-r--99\% {
    padding-right: -99%;
  }
  .mobile-l\:right-99\% {
    right: 99%;
  }
  .mobile-l\:right--99\% {
    right: -99%;
  }
  .mobile-l\:h-99\% {
    height: 99%;
  }
  .mobile-l\:w-99\% {
    width: 99%;
  }
  .mobile-l\:max_h-99\% {
    max-height: 99%;
  }
  .mobile-l\:max_w-99\% {
    max-width: 99%;
  }
  .mobile-l\:min_h-99\% {
    min-height: 99%;
  }
  .mobile-l\:min_w-99\% {
    min-width: 99%;
  }
  .mobile-l\:h-99vh {
    height: 99vh;
  }
  .mobile-l\:w-99vw {
    width: 99vw;
  }
  .mobile-l\:min_w-99vw {
    min-width: 99vw;
  }
  .mobile-l\:min_h-99vh {
    min-height: 99vh;
  }
  .mobile-l\:max_w-99vw {
    max-width: 99vw;
  }
  .mobile-l\:max_h-99vh {
    max-height: 99vh;
  }
  .mobile-l\:m-t-100\% {
    margin-top: 100%;
  }
  .mobile-l\:m-t--100\% {
    margin-top: -100%;
  }
  .mobile-l\:p-t-100\% {
    padding-top: 100%;
  }
  .mobile-l\:p-t--100\% {
    padding-top: -100%;
  }
  .mobile-l\:top-100\% {
    top: 100%;
  }
  .mobile-l\:top--100\% {
    top: -100%;
  }
  .mobile-l\:m-b-100\% {
    margin-bottom: 100%;
  }
  .mobile-l\:m-b--100\% {
    margin-bottom: -100%;
  }
  .mobile-l\:p-b-100\% {
    padding-bottom: 100%;
  }
  .mobile-l\:p-b--100\% {
    padding-bottom: -100%;
  }
  .mobile-l\:bottom-100\% {
    bottom: 100%;
  }
  .mobile-l\:bottom--100\% {
    bottom: -100%;
  }
  .mobile-l\:m-l-100\% {
    margin-left: 100%;
  }
  .mobile-l\:m-l--100\% {
    margin-left: -100%;
  }
  .mobile-l\:p-l-100\% {
    padding-left: 100%;
  }
  .mobile-l\:p-l--100\% {
    padding-left: -100%;
  }
  .mobile-l\:left-100\% {
    left: 100%;
  }
  .mobile-l\:left--100\% {
    left: -100%;
  }
  .mobile-l\:m-r-100\% {
    margin-right: 100%;
  }
  .mobile-l\:m-r--100\% {
    margin-right: -100%;
  }
  .mobile-l\:p-r-100\% {
    padding-right: 100%;
  }
  .mobile-l\:p-r--100\% {
    padding-right: -100%;
  }
  .mobile-l\:right-100\% {
    right: 100%;
  }
  .mobile-l\:right--100\% {
    right: -100%;
  }
  .mobile-l\:h-100\% {
    height: 100%;
  }
  .mobile-l\:w-100\% {
    width: 100%;
  }
  .mobile-l\:max_h-100\% {
    max-height: 100%;
  }
  .mobile-l\:max_w-100\% {
    max-width: 100%;
  }
  .mobile-l\:min_h-100\% {
    min-height: 100%;
  }
  .mobile-l\:min_w-100\% {
    min-width: 100%;
  }
  .mobile-l\:h-100vh {
    height: 100vh;
  }
  .mobile-l\:w-100vw {
    width: 100vw;
  }
  .mobile-l\:min_w-100vw {
    min-width: 100vw;
  }
  .mobile-l\:min_h-100vh {
    min-height: 100vh;
  }
  .mobile-l\:max_w-100vw {
    max-width: 100vw;
  }
  .mobile-l\:max_h-100vh {
    max-height: 100vh;
  }
  .mobile-l\:m-t-101\% {
    margin-top: 101%;
  }
  .mobile-l\:m-t--101\% {
    margin-top: -101%;
  }
  .mobile-l\:p-t-101\% {
    padding-top: 101%;
  }
  .mobile-l\:p-t--101\% {
    padding-top: -101%;
  }
  .mobile-l\:top-101\% {
    top: 101%;
  }
  .mobile-l\:top--101\% {
    top: -101%;
  }
  .mobile-l\:m-b-101\% {
    margin-bottom: 101%;
  }
  .mobile-l\:m-b--101\% {
    margin-bottom: -101%;
  }
  .mobile-l\:p-b-101\% {
    padding-bottom: 101%;
  }
  .mobile-l\:p-b--101\% {
    padding-bottom: -101%;
  }
  .mobile-l\:bottom-101\% {
    bottom: 101%;
  }
  .mobile-l\:bottom--101\% {
    bottom: -101%;
  }
  .mobile-l\:m-l-101\% {
    margin-left: 101%;
  }
  .mobile-l\:m-l--101\% {
    margin-left: -101%;
  }
  .mobile-l\:p-l-101\% {
    padding-left: 101%;
  }
  .mobile-l\:p-l--101\% {
    padding-left: -101%;
  }
  .mobile-l\:left-101\% {
    left: 101%;
  }
  .mobile-l\:left--101\% {
    left: -101%;
  }
  .mobile-l\:m-r-101\% {
    margin-right: 101%;
  }
  .mobile-l\:m-r--101\% {
    margin-right: -101%;
  }
  .mobile-l\:p-r-101\% {
    padding-right: 101%;
  }
  .mobile-l\:p-r--101\% {
    padding-right: -101%;
  }
  .mobile-l\:right-101\% {
    right: 101%;
  }
  .mobile-l\:right--101\% {
    right: -101%;
  }
  .mobile-l\:h-101\% {
    height: 101%;
  }
  .mobile-l\:w-101\% {
    width: 101%;
  }
  .mobile-l\:max_h-101\% {
    max-height: 101%;
  }
  .mobile-l\:max_w-101\% {
    max-width: 101%;
  }
  .mobile-l\:min_h-101\% {
    min-height: 101%;
  }
  .mobile-l\:min_w-101\% {
    min-width: 101%;
  }
  .mobile-l\:h-101vh {
    height: 101vh;
  }
  .mobile-l\:w-101vw {
    width: 101vw;
  }
  .mobile-l\:min_w-101vw {
    min-width: 101vw;
  }
  .mobile-l\:min_h-101vh {
    min-height: 101vh;
  }
  .mobile-l\:max_w-101vw {
    max-width: 101vw;
  }
  .mobile-l\:max_h-101vh {
    max-height: 101vh;
  }
  .mobile-l\:m-t-102\% {
    margin-top: 102%;
  }
  .mobile-l\:m-t--102\% {
    margin-top: -102%;
  }
  .mobile-l\:p-t-102\% {
    padding-top: 102%;
  }
  .mobile-l\:p-t--102\% {
    padding-top: -102%;
  }
  .mobile-l\:top-102\% {
    top: 102%;
  }
  .mobile-l\:top--102\% {
    top: -102%;
  }
  .mobile-l\:m-b-102\% {
    margin-bottom: 102%;
  }
  .mobile-l\:m-b--102\% {
    margin-bottom: -102%;
  }
  .mobile-l\:p-b-102\% {
    padding-bottom: 102%;
  }
  .mobile-l\:p-b--102\% {
    padding-bottom: -102%;
  }
  .mobile-l\:bottom-102\% {
    bottom: 102%;
  }
  .mobile-l\:bottom--102\% {
    bottom: -102%;
  }
  .mobile-l\:m-l-102\% {
    margin-left: 102%;
  }
  .mobile-l\:m-l--102\% {
    margin-left: -102%;
  }
  .mobile-l\:p-l-102\% {
    padding-left: 102%;
  }
  .mobile-l\:p-l--102\% {
    padding-left: -102%;
  }
  .mobile-l\:left-102\% {
    left: 102%;
  }
  .mobile-l\:left--102\% {
    left: -102%;
  }
  .mobile-l\:m-r-102\% {
    margin-right: 102%;
  }
  .mobile-l\:m-r--102\% {
    margin-right: -102%;
  }
  .mobile-l\:p-r-102\% {
    padding-right: 102%;
  }
  .mobile-l\:p-r--102\% {
    padding-right: -102%;
  }
  .mobile-l\:right-102\% {
    right: 102%;
  }
  .mobile-l\:right--102\% {
    right: -102%;
  }
  .mobile-l\:h-102\% {
    height: 102%;
  }
  .mobile-l\:w-102\% {
    width: 102%;
  }
  .mobile-l\:max_h-102\% {
    max-height: 102%;
  }
  .mobile-l\:max_w-102\% {
    max-width: 102%;
  }
  .mobile-l\:min_h-102\% {
    min-height: 102%;
  }
  .mobile-l\:min_w-102\% {
    min-width: 102%;
  }
  .mobile-l\:h-102vh {
    height: 102vh;
  }
  .mobile-l\:w-102vw {
    width: 102vw;
  }
  .mobile-l\:min_w-102vw {
    min-width: 102vw;
  }
  .mobile-l\:min_h-102vh {
    min-height: 102vh;
  }
  .mobile-l\:max_w-102vw {
    max-width: 102vw;
  }
  .mobile-l\:max_h-102vh {
    max-height: 102vh;
  }
  .mobile-l\:m-t-103\% {
    margin-top: 103%;
  }
  .mobile-l\:m-t--103\% {
    margin-top: -103%;
  }
  .mobile-l\:p-t-103\% {
    padding-top: 103%;
  }
  .mobile-l\:p-t--103\% {
    padding-top: -103%;
  }
  .mobile-l\:top-103\% {
    top: 103%;
  }
  .mobile-l\:top--103\% {
    top: -103%;
  }
  .mobile-l\:m-b-103\% {
    margin-bottom: 103%;
  }
  .mobile-l\:m-b--103\% {
    margin-bottom: -103%;
  }
  .mobile-l\:p-b-103\% {
    padding-bottom: 103%;
  }
  .mobile-l\:p-b--103\% {
    padding-bottom: -103%;
  }
  .mobile-l\:bottom-103\% {
    bottom: 103%;
  }
  .mobile-l\:bottom--103\% {
    bottom: -103%;
  }
  .mobile-l\:m-l-103\% {
    margin-left: 103%;
  }
  .mobile-l\:m-l--103\% {
    margin-left: -103%;
  }
  .mobile-l\:p-l-103\% {
    padding-left: 103%;
  }
  .mobile-l\:p-l--103\% {
    padding-left: -103%;
  }
  .mobile-l\:left-103\% {
    left: 103%;
  }
  .mobile-l\:left--103\% {
    left: -103%;
  }
  .mobile-l\:m-r-103\% {
    margin-right: 103%;
  }
  .mobile-l\:m-r--103\% {
    margin-right: -103%;
  }
  .mobile-l\:p-r-103\% {
    padding-right: 103%;
  }
  .mobile-l\:p-r--103\% {
    padding-right: -103%;
  }
  .mobile-l\:right-103\% {
    right: 103%;
  }
  .mobile-l\:right--103\% {
    right: -103%;
  }
  .mobile-l\:h-103\% {
    height: 103%;
  }
  .mobile-l\:w-103\% {
    width: 103%;
  }
  .mobile-l\:max_h-103\% {
    max-height: 103%;
  }
  .mobile-l\:max_w-103\% {
    max-width: 103%;
  }
  .mobile-l\:min_h-103\% {
    min-height: 103%;
  }
  .mobile-l\:min_w-103\% {
    min-width: 103%;
  }
  .mobile-l\:h-103vh {
    height: 103vh;
  }
  .mobile-l\:w-103vw {
    width: 103vw;
  }
  .mobile-l\:min_w-103vw {
    min-width: 103vw;
  }
  .mobile-l\:min_h-103vh {
    min-height: 103vh;
  }
  .mobile-l\:max_w-103vw {
    max-width: 103vw;
  }
  .mobile-l\:max_h-103vh {
    max-height: 103vh;
  }
  .mobile-l\:m-t-104\% {
    margin-top: 104%;
  }
  .mobile-l\:m-t--104\% {
    margin-top: -104%;
  }
  .mobile-l\:p-t-104\% {
    padding-top: 104%;
  }
  .mobile-l\:p-t--104\% {
    padding-top: -104%;
  }
  .mobile-l\:top-104\% {
    top: 104%;
  }
  .mobile-l\:top--104\% {
    top: -104%;
  }
  .mobile-l\:m-b-104\% {
    margin-bottom: 104%;
  }
  .mobile-l\:m-b--104\% {
    margin-bottom: -104%;
  }
  .mobile-l\:p-b-104\% {
    padding-bottom: 104%;
  }
  .mobile-l\:p-b--104\% {
    padding-bottom: -104%;
  }
  .mobile-l\:bottom-104\% {
    bottom: 104%;
  }
  .mobile-l\:bottom--104\% {
    bottom: -104%;
  }
  .mobile-l\:m-l-104\% {
    margin-left: 104%;
  }
  .mobile-l\:m-l--104\% {
    margin-left: -104%;
  }
  .mobile-l\:p-l-104\% {
    padding-left: 104%;
  }
  .mobile-l\:p-l--104\% {
    padding-left: -104%;
  }
  .mobile-l\:left-104\% {
    left: 104%;
  }
  .mobile-l\:left--104\% {
    left: -104%;
  }
  .mobile-l\:m-r-104\% {
    margin-right: 104%;
  }
  .mobile-l\:m-r--104\% {
    margin-right: -104%;
  }
  .mobile-l\:p-r-104\% {
    padding-right: 104%;
  }
  .mobile-l\:p-r--104\% {
    padding-right: -104%;
  }
  .mobile-l\:right-104\% {
    right: 104%;
  }
  .mobile-l\:right--104\% {
    right: -104%;
  }
  .mobile-l\:h-104\% {
    height: 104%;
  }
  .mobile-l\:w-104\% {
    width: 104%;
  }
  .mobile-l\:max_h-104\% {
    max-height: 104%;
  }
  .mobile-l\:max_w-104\% {
    max-width: 104%;
  }
  .mobile-l\:min_h-104\% {
    min-height: 104%;
  }
  .mobile-l\:min_w-104\% {
    min-width: 104%;
  }
  .mobile-l\:h-104vh {
    height: 104vh;
  }
  .mobile-l\:w-104vw {
    width: 104vw;
  }
  .mobile-l\:min_w-104vw {
    min-width: 104vw;
  }
  .mobile-l\:min_h-104vh {
    min-height: 104vh;
  }
  .mobile-l\:max_w-104vw {
    max-width: 104vw;
  }
  .mobile-l\:max_h-104vh {
    max-height: 104vh;
  }
  .mobile-l\:m-t-105\% {
    margin-top: 105%;
  }
  .mobile-l\:m-t--105\% {
    margin-top: -105%;
  }
  .mobile-l\:p-t-105\% {
    padding-top: 105%;
  }
  .mobile-l\:p-t--105\% {
    padding-top: -105%;
  }
  .mobile-l\:top-105\% {
    top: 105%;
  }
  .mobile-l\:top--105\% {
    top: -105%;
  }
  .mobile-l\:m-b-105\% {
    margin-bottom: 105%;
  }
  .mobile-l\:m-b--105\% {
    margin-bottom: -105%;
  }
  .mobile-l\:p-b-105\% {
    padding-bottom: 105%;
  }
  .mobile-l\:p-b--105\% {
    padding-bottom: -105%;
  }
  .mobile-l\:bottom-105\% {
    bottom: 105%;
  }
  .mobile-l\:bottom--105\% {
    bottom: -105%;
  }
  .mobile-l\:m-l-105\% {
    margin-left: 105%;
  }
  .mobile-l\:m-l--105\% {
    margin-left: -105%;
  }
  .mobile-l\:p-l-105\% {
    padding-left: 105%;
  }
  .mobile-l\:p-l--105\% {
    padding-left: -105%;
  }
  .mobile-l\:left-105\% {
    left: 105%;
  }
  .mobile-l\:left--105\% {
    left: -105%;
  }
  .mobile-l\:m-r-105\% {
    margin-right: 105%;
  }
  .mobile-l\:m-r--105\% {
    margin-right: -105%;
  }
  .mobile-l\:p-r-105\% {
    padding-right: 105%;
  }
  .mobile-l\:p-r--105\% {
    padding-right: -105%;
  }
  .mobile-l\:right-105\% {
    right: 105%;
  }
  .mobile-l\:right--105\% {
    right: -105%;
  }
  .mobile-l\:h-105\% {
    height: 105%;
  }
  .mobile-l\:w-105\% {
    width: 105%;
  }
  .mobile-l\:max_h-105\% {
    max-height: 105%;
  }
  .mobile-l\:max_w-105\% {
    max-width: 105%;
  }
  .mobile-l\:min_h-105\% {
    min-height: 105%;
  }
  .mobile-l\:min_w-105\% {
    min-width: 105%;
  }
  .mobile-l\:h-105vh {
    height: 105vh;
  }
  .mobile-l\:w-105vw {
    width: 105vw;
  }
  .mobile-l\:min_w-105vw {
    min-width: 105vw;
  }
  .mobile-l\:min_h-105vh {
    min-height: 105vh;
  }
  .mobile-l\:max_w-105vw {
    max-width: 105vw;
  }
  .mobile-l\:max_h-105vh {
    max-height: 105vh;
  }
  .mobile-l\:m-t-106\% {
    margin-top: 106%;
  }
  .mobile-l\:m-t--106\% {
    margin-top: -106%;
  }
  .mobile-l\:p-t-106\% {
    padding-top: 106%;
  }
  .mobile-l\:p-t--106\% {
    padding-top: -106%;
  }
  .mobile-l\:top-106\% {
    top: 106%;
  }
  .mobile-l\:top--106\% {
    top: -106%;
  }
  .mobile-l\:m-b-106\% {
    margin-bottom: 106%;
  }
  .mobile-l\:m-b--106\% {
    margin-bottom: -106%;
  }
  .mobile-l\:p-b-106\% {
    padding-bottom: 106%;
  }
  .mobile-l\:p-b--106\% {
    padding-bottom: -106%;
  }
  .mobile-l\:bottom-106\% {
    bottom: 106%;
  }
  .mobile-l\:bottom--106\% {
    bottom: -106%;
  }
  .mobile-l\:m-l-106\% {
    margin-left: 106%;
  }
  .mobile-l\:m-l--106\% {
    margin-left: -106%;
  }
  .mobile-l\:p-l-106\% {
    padding-left: 106%;
  }
  .mobile-l\:p-l--106\% {
    padding-left: -106%;
  }
  .mobile-l\:left-106\% {
    left: 106%;
  }
  .mobile-l\:left--106\% {
    left: -106%;
  }
  .mobile-l\:m-r-106\% {
    margin-right: 106%;
  }
  .mobile-l\:m-r--106\% {
    margin-right: -106%;
  }
  .mobile-l\:p-r-106\% {
    padding-right: 106%;
  }
  .mobile-l\:p-r--106\% {
    padding-right: -106%;
  }
  .mobile-l\:right-106\% {
    right: 106%;
  }
  .mobile-l\:right--106\% {
    right: -106%;
  }
  .mobile-l\:h-106\% {
    height: 106%;
  }
  .mobile-l\:w-106\% {
    width: 106%;
  }
  .mobile-l\:max_h-106\% {
    max-height: 106%;
  }
  .mobile-l\:max_w-106\% {
    max-width: 106%;
  }
  .mobile-l\:min_h-106\% {
    min-height: 106%;
  }
  .mobile-l\:min_w-106\% {
    min-width: 106%;
  }
  .mobile-l\:h-106vh {
    height: 106vh;
  }
  .mobile-l\:w-106vw {
    width: 106vw;
  }
  .mobile-l\:min_w-106vw {
    min-width: 106vw;
  }
  .mobile-l\:min_h-106vh {
    min-height: 106vh;
  }
  .mobile-l\:max_w-106vw {
    max-width: 106vw;
  }
  .mobile-l\:max_h-106vh {
    max-height: 106vh;
  }
  .mobile-l\:m-t-107\% {
    margin-top: 107%;
  }
  .mobile-l\:m-t--107\% {
    margin-top: -107%;
  }
  .mobile-l\:p-t-107\% {
    padding-top: 107%;
  }
  .mobile-l\:p-t--107\% {
    padding-top: -107%;
  }
  .mobile-l\:top-107\% {
    top: 107%;
  }
  .mobile-l\:top--107\% {
    top: -107%;
  }
  .mobile-l\:m-b-107\% {
    margin-bottom: 107%;
  }
  .mobile-l\:m-b--107\% {
    margin-bottom: -107%;
  }
  .mobile-l\:p-b-107\% {
    padding-bottom: 107%;
  }
  .mobile-l\:p-b--107\% {
    padding-bottom: -107%;
  }
  .mobile-l\:bottom-107\% {
    bottom: 107%;
  }
  .mobile-l\:bottom--107\% {
    bottom: -107%;
  }
  .mobile-l\:m-l-107\% {
    margin-left: 107%;
  }
  .mobile-l\:m-l--107\% {
    margin-left: -107%;
  }
  .mobile-l\:p-l-107\% {
    padding-left: 107%;
  }
  .mobile-l\:p-l--107\% {
    padding-left: -107%;
  }
  .mobile-l\:left-107\% {
    left: 107%;
  }
  .mobile-l\:left--107\% {
    left: -107%;
  }
  .mobile-l\:m-r-107\% {
    margin-right: 107%;
  }
  .mobile-l\:m-r--107\% {
    margin-right: -107%;
  }
  .mobile-l\:p-r-107\% {
    padding-right: 107%;
  }
  .mobile-l\:p-r--107\% {
    padding-right: -107%;
  }
  .mobile-l\:right-107\% {
    right: 107%;
  }
  .mobile-l\:right--107\% {
    right: -107%;
  }
  .mobile-l\:h-107\% {
    height: 107%;
  }
  .mobile-l\:w-107\% {
    width: 107%;
  }
  .mobile-l\:max_h-107\% {
    max-height: 107%;
  }
  .mobile-l\:max_w-107\% {
    max-width: 107%;
  }
  .mobile-l\:min_h-107\% {
    min-height: 107%;
  }
  .mobile-l\:min_w-107\% {
    min-width: 107%;
  }
  .mobile-l\:h-107vh {
    height: 107vh;
  }
  .mobile-l\:w-107vw {
    width: 107vw;
  }
  .mobile-l\:min_w-107vw {
    min-width: 107vw;
  }
  .mobile-l\:min_h-107vh {
    min-height: 107vh;
  }
  .mobile-l\:max_w-107vw {
    max-width: 107vw;
  }
  .mobile-l\:max_h-107vh {
    max-height: 107vh;
  }
  .mobile-l\:m-t-108\% {
    margin-top: 108%;
  }
  .mobile-l\:m-t--108\% {
    margin-top: -108%;
  }
  .mobile-l\:p-t-108\% {
    padding-top: 108%;
  }
  .mobile-l\:p-t--108\% {
    padding-top: -108%;
  }
  .mobile-l\:top-108\% {
    top: 108%;
  }
  .mobile-l\:top--108\% {
    top: -108%;
  }
  .mobile-l\:m-b-108\% {
    margin-bottom: 108%;
  }
  .mobile-l\:m-b--108\% {
    margin-bottom: -108%;
  }
  .mobile-l\:p-b-108\% {
    padding-bottom: 108%;
  }
  .mobile-l\:p-b--108\% {
    padding-bottom: -108%;
  }
  .mobile-l\:bottom-108\% {
    bottom: 108%;
  }
  .mobile-l\:bottom--108\% {
    bottom: -108%;
  }
  .mobile-l\:m-l-108\% {
    margin-left: 108%;
  }
  .mobile-l\:m-l--108\% {
    margin-left: -108%;
  }
  .mobile-l\:p-l-108\% {
    padding-left: 108%;
  }
  .mobile-l\:p-l--108\% {
    padding-left: -108%;
  }
  .mobile-l\:left-108\% {
    left: 108%;
  }
  .mobile-l\:left--108\% {
    left: -108%;
  }
  .mobile-l\:m-r-108\% {
    margin-right: 108%;
  }
  .mobile-l\:m-r--108\% {
    margin-right: -108%;
  }
  .mobile-l\:p-r-108\% {
    padding-right: 108%;
  }
  .mobile-l\:p-r--108\% {
    padding-right: -108%;
  }
  .mobile-l\:right-108\% {
    right: 108%;
  }
  .mobile-l\:right--108\% {
    right: -108%;
  }
  .mobile-l\:h-108\% {
    height: 108%;
  }
  .mobile-l\:w-108\% {
    width: 108%;
  }
  .mobile-l\:max_h-108\% {
    max-height: 108%;
  }
  .mobile-l\:max_w-108\% {
    max-width: 108%;
  }
  .mobile-l\:min_h-108\% {
    min-height: 108%;
  }
  .mobile-l\:min_w-108\% {
    min-width: 108%;
  }
  .mobile-l\:h-108vh {
    height: 108vh;
  }
  .mobile-l\:w-108vw {
    width: 108vw;
  }
  .mobile-l\:min_w-108vw {
    min-width: 108vw;
  }
  .mobile-l\:min_h-108vh {
    min-height: 108vh;
  }
  .mobile-l\:max_w-108vw {
    max-width: 108vw;
  }
  .mobile-l\:max_h-108vh {
    max-height: 108vh;
  }
  .mobile-l\:m-t-109\% {
    margin-top: 109%;
  }
  .mobile-l\:m-t--109\% {
    margin-top: -109%;
  }
  .mobile-l\:p-t-109\% {
    padding-top: 109%;
  }
  .mobile-l\:p-t--109\% {
    padding-top: -109%;
  }
  .mobile-l\:top-109\% {
    top: 109%;
  }
  .mobile-l\:top--109\% {
    top: -109%;
  }
  .mobile-l\:m-b-109\% {
    margin-bottom: 109%;
  }
  .mobile-l\:m-b--109\% {
    margin-bottom: -109%;
  }
  .mobile-l\:p-b-109\% {
    padding-bottom: 109%;
  }
  .mobile-l\:p-b--109\% {
    padding-bottom: -109%;
  }
  .mobile-l\:bottom-109\% {
    bottom: 109%;
  }
  .mobile-l\:bottom--109\% {
    bottom: -109%;
  }
  .mobile-l\:m-l-109\% {
    margin-left: 109%;
  }
  .mobile-l\:m-l--109\% {
    margin-left: -109%;
  }
  .mobile-l\:p-l-109\% {
    padding-left: 109%;
  }
  .mobile-l\:p-l--109\% {
    padding-left: -109%;
  }
  .mobile-l\:left-109\% {
    left: 109%;
  }
  .mobile-l\:left--109\% {
    left: -109%;
  }
  .mobile-l\:m-r-109\% {
    margin-right: 109%;
  }
  .mobile-l\:m-r--109\% {
    margin-right: -109%;
  }
  .mobile-l\:p-r-109\% {
    padding-right: 109%;
  }
  .mobile-l\:p-r--109\% {
    padding-right: -109%;
  }
  .mobile-l\:right-109\% {
    right: 109%;
  }
  .mobile-l\:right--109\% {
    right: -109%;
  }
  .mobile-l\:h-109\% {
    height: 109%;
  }
  .mobile-l\:w-109\% {
    width: 109%;
  }
  .mobile-l\:max_h-109\% {
    max-height: 109%;
  }
  .mobile-l\:max_w-109\% {
    max-width: 109%;
  }
  .mobile-l\:min_h-109\% {
    min-height: 109%;
  }
  .mobile-l\:min_w-109\% {
    min-width: 109%;
  }
  .mobile-l\:h-109vh {
    height: 109vh;
  }
  .mobile-l\:w-109vw {
    width: 109vw;
  }
  .mobile-l\:min_w-109vw {
    min-width: 109vw;
  }
  .mobile-l\:min_h-109vh {
    min-height: 109vh;
  }
  .mobile-l\:max_w-109vw {
    max-width: 109vw;
  }
  .mobile-l\:max_h-109vh {
    max-height: 109vh;
  }
  .mobile-l\:m-t-110\% {
    margin-top: 110%;
  }
  .mobile-l\:m-t--110\% {
    margin-top: -110%;
  }
  .mobile-l\:p-t-110\% {
    padding-top: 110%;
  }
  .mobile-l\:p-t--110\% {
    padding-top: -110%;
  }
  .mobile-l\:top-110\% {
    top: 110%;
  }
  .mobile-l\:top--110\% {
    top: -110%;
  }
  .mobile-l\:m-b-110\% {
    margin-bottom: 110%;
  }
  .mobile-l\:m-b--110\% {
    margin-bottom: -110%;
  }
  .mobile-l\:p-b-110\% {
    padding-bottom: 110%;
  }
  .mobile-l\:p-b--110\% {
    padding-bottom: -110%;
  }
  .mobile-l\:bottom-110\% {
    bottom: 110%;
  }
  .mobile-l\:bottom--110\% {
    bottom: -110%;
  }
  .mobile-l\:m-l-110\% {
    margin-left: 110%;
  }
  .mobile-l\:m-l--110\% {
    margin-left: -110%;
  }
  .mobile-l\:p-l-110\% {
    padding-left: 110%;
  }
  .mobile-l\:p-l--110\% {
    padding-left: -110%;
  }
  .mobile-l\:left-110\% {
    left: 110%;
  }
  .mobile-l\:left--110\% {
    left: -110%;
  }
  .mobile-l\:m-r-110\% {
    margin-right: 110%;
  }
  .mobile-l\:m-r--110\% {
    margin-right: -110%;
  }
  .mobile-l\:p-r-110\% {
    padding-right: 110%;
  }
  .mobile-l\:p-r--110\% {
    padding-right: -110%;
  }
  .mobile-l\:right-110\% {
    right: 110%;
  }
  .mobile-l\:right--110\% {
    right: -110%;
  }
  .mobile-l\:h-110\% {
    height: 110%;
  }
  .mobile-l\:w-110\% {
    width: 110%;
  }
  .mobile-l\:max_h-110\% {
    max-height: 110%;
  }
  .mobile-l\:max_w-110\% {
    max-width: 110%;
  }
  .mobile-l\:min_h-110\% {
    min-height: 110%;
  }
  .mobile-l\:min_w-110\% {
    min-width: 110%;
  }
  .mobile-l\:h-110vh {
    height: 110vh;
  }
  .mobile-l\:w-110vw {
    width: 110vw;
  }
  .mobile-l\:min_w-110vw {
    min-width: 110vw;
  }
  .mobile-l\:min_h-110vh {
    min-height: 110vh;
  }
  .mobile-l\:max_w-110vw {
    max-width: 110vw;
  }
  .mobile-l\:max_h-110vh {
    max-height: 110vh;
  }
  .mobile-l\:m-t-111\% {
    margin-top: 111%;
  }
  .mobile-l\:m-t--111\% {
    margin-top: -111%;
  }
  .mobile-l\:p-t-111\% {
    padding-top: 111%;
  }
  .mobile-l\:p-t--111\% {
    padding-top: -111%;
  }
  .mobile-l\:top-111\% {
    top: 111%;
  }
  .mobile-l\:top--111\% {
    top: -111%;
  }
  .mobile-l\:m-b-111\% {
    margin-bottom: 111%;
  }
  .mobile-l\:m-b--111\% {
    margin-bottom: -111%;
  }
  .mobile-l\:p-b-111\% {
    padding-bottom: 111%;
  }
  .mobile-l\:p-b--111\% {
    padding-bottom: -111%;
  }
  .mobile-l\:bottom-111\% {
    bottom: 111%;
  }
  .mobile-l\:bottom--111\% {
    bottom: -111%;
  }
  .mobile-l\:m-l-111\% {
    margin-left: 111%;
  }
  .mobile-l\:m-l--111\% {
    margin-left: -111%;
  }
  .mobile-l\:p-l-111\% {
    padding-left: 111%;
  }
  .mobile-l\:p-l--111\% {
    padding-left: -111%;
  }
  .mobile-l\:left-111\% {
    left: 111%;
  }
  .mobile-l\:left--111\% {
    left: -111%;
  }
  .mobile-l\:m-r-111\% {
    margin-right: 111%;
  }
  .mobile-l\:m-r--111\% {
    margin-right: -111%;
  }
  .mobile-l\:p-r-111\% {
    padding-right: 111%;
  }
  .mobile-l\:p-r--111\% {
    padding-right: -111%;
  }
  .mobile-l\:right-111\% {
    right: 111%;
  }
  .mobile-l\:right--111\% {
    right: -111%;
  }
  .mobile-l\:h-111\% {
    height: 111%;
  }
  .mobile-l\:w-111\% {
    width: 111%;
  }
  .mobile-l\:max_h-111\% {
    max-height: 111%;
  }
  .mobile-l\:max_w-111\% {
    max-width: 111%;
  }
  .mobile-l\:min_h-111\% {
    min-height: 111%;
  }
  .mobile-l\:min_w-111\% {
    min-width: 111%;
  }
  .mobile-l\:h-111vh {
    height: 111vh;
  }
  .mobile-l\:w-111vw {
    width: 111vw;
  }
  .mobile-l\:min_w-111vw {
    min-width: 111vw;
  }
  .mobile-l\:min_h-111vh {
    min-height: 111vh;
  }
  .mobile-l\:max_w-111vw {
    max-width: 111vw;
  }
  .mobile-l\:max_h-111vh {
    max-height: 111vh;
  }
  .mobile-l\:m-t-112\% {
    margin-top: 112%;
  }
  .mobile-l\:m-t--112\% {
    margin-top: -112%;
  }
  .mobile-l\:p-t-112\% {
    padding-top: 112%;
  }
  .mobile-l\:p-t--112\% {
    padding-top: -112%;
  }
  .mobile-l\:top-112\% {
    top: 112%;
  }
  .mobile-l\:top--112\% {
    top: -112%;
  }
  .mobile-l\:m-b-112\% {
    margin-bottom: 112%;
  }
  .mobile-l\:m-b--112\% {
    margin-bottom: -112%;
  }
  .mobile-l\:p-b-112\% {
    padding-bottom: 112%;
  }
  .mobile-l\:p-b--112\% {
    padding-bottom: -112%;
  }
  .mobile-l\:bottom-112\% {
    bottom: 112%;
  }
  .mobile-l\:bottom--112\% {
    bottom: -112%;
  }
  .mobile-l\:m-l-112\% {
    margin-left: 112%;
  }
  .mobile-l\:m-l--112\% {
    margin-left: -112%;
  }
  .mobile-l\:p-l-112\% {
    padding-left: 112%;
  }
  .mobile-l\:p-l--112\% {
    padding-left: -112%;
  }
  .mobile-l\:left-112\% {
    left: 112%;
  }
  .mobile-l\:left--112\% {
    left: -112%;
  }
  .mobile-l\:m-r-112\% {
    margin-right: 112%;
  }
  .mobile-l\:m-r--112\% {
    margin-right: -112%;
  }
  .mobile-l\:p-r-112\% {
    padding-right: 112%;
  }
  .mobile-l\:p-r--112\% {
    padding-right: -112%;
  }
  .mobile-l\:right-112\% {
    right: 112%;
  }
  .mobile-l\:right--112\% {
    right: -112%;
  }
  .mobile-l\:h-112\% {
    height: 112%;
  }
  .mobile-l\:w-112\% {
    width: 112%;
  }
  .mobile-l\:max_h-112\% {
    max-height: 112%;
  }
  .mobile-l\:max_w-112\% {
    max-width: 112%;
  }
  .mobile-l\:min_h-112\% {
    min-height: 112%;
  }
  .mobile-l\:min_w-112\% {
    min-width: 112%;
  }
  .mobile-l\:h-112vh {
    height: 112vh;
  }
  .mobile-l\:w-112vw {
    width: 112vw;
  }
  .mobile-l\:min_w-112vw {
    min-width: 112vw;
  }
  .mobile-l\:min_h-112vh {
    min-height: 112vh;
  }
  .mobile-l\:max_w-112vw {
    max-width: 112vw;
  }
  .mobile-l\:max_h-112vh {
    max-height: 112vh;
  }
  .mobile-l\:m-t-113\% {
    margin-top: 113%;
  }
  .mobile-l\:m-t--113\% {
    margin-top: -113%;
  }
  .mobile-l\:p-t-113\% {
    padding-top: 113%;
  }
  .mobile-l\:p-t--113\% {
    padding-top: -113%;
  }
  .mobile-l\:top-113\% {
    top: 113%;
  }
  .mobile-l\:top--113\% {
    top: -113%;
  }
  .mobile-l\:m-b-113\% {
    margin-bottom: 113%;
  }
  .mobile-l\:m-b--113\% {
    margin-bottom: -113%;
  }
  .mobile-l\:p-b-113\% {
    padding-bottom: 113%;
  }
  .mobile-l\:p-b--113\% {
    padding-bottom: -113%;
  }
  .mobile-l\:bottom-113\% {
    bottom: 113%;
  }
  .mobile-l\:bottom--113\% {
    bottom: -113%;
  }
  .mobile-l\:m-l-113\% {
    margin-left: 113%;
  }
  .mobile-l\:m-l--113\% {
    margin-left: -113%;
  }
  .mobile-l\:p-l-113\% {
    padding-left: 113%;
  }
  .mobile-l\:p-l--113\% {
    padding-left: -113%;
  }
  .mobile-l\:left-113\% {
    left: 113%;
  }
  .mobile-l\:left--113\% {
    left: -113%;
  }
  .mobile-l\:m-r-113\% {
    margin-right: 113%;
  }
  .mobile-l\:m-r--113\% {
    margin-right: -113%;
  }
  .mobile-l\:p-r-113\% {
    padding-right: 113%;
  }
  .mobile-l\:p-r--113\% {
    padding-right: -113%;
  }
  .mobile-l\:right-113\% {
    right: 113%;
  }
  .mobile-l\:right--113\% {
    right: -113%;
  }
  .mobile-l\:h-113\% {
    height: 113%;
  }
  .mobile-l\:w-113\% {
    width: 113%;
  }
  .mobile-l\:max_h-113\% {
    max-height: 113%;
  }
  .mobile-l\:max_w-113\% {
    max-width: 113%;
  }
  .mobile-l\:min_h-113\% {
    min-height: 113%;
  }
  .mobile-l\:min_w-113\% {
    min-width: 113%;
  }
  .mobile-l\:h-113vh {
    height: 113vh;
  }
  .mobile-l\:w-113vw {
    width: 113vw;
  }
  .mobile-l\:min_w-113vw {
    min-width: 113vw;
  }
  .mobile-l\:min_h-113vh {
    min-height: 113vh;
  }
  .mobile-l\:max_w-113vw {
    max-width: 113vw;
  }
  .mobile-l\:max_h-113vh {
    max-height: 113vh;
  }
  .mobile-l\:m-t-114\% {
    margin-top: 114%;
  }
  .mobile-l\:m-t--114\% {
    margin-top: -114%;
  }
  .mobile-l\:p-t-114\% {
    padding-top: 114%;
  }
  .mobile-l\:p-t--114\% {
    padding-top: -114%;
  }
  .mobile-l\:top-114\% {
    top: 114%;
  }
  .mobile-l\:top--114\% {
    top: -114%;
  }
  .mobile-l\:m-b-114\% {
    margin-bottom: 114%;
  }
  .mobile-l\:m-b--114\% {
    margin-bottom: -114%;
  }
  .mobile-l\:p-b-114\% {
    padding-bottom: 114%;
  }
  .mobile-l\:p-b--114\% {
    padding-bottom: -114%;
  }
  .mobile-l\:bottom-114\% {
    bottom: 114%;
  }
  .mobile-l\:bottom--114\% {
    bottom: -114%;
  }
  .mobile-l\:m-l-114\% {
    margin-left: 114%;
  }
  .mobile-l\:m-l--114\% {
    margin-left: -114%;
  }
  .mobile-l\:p-l-114\% {
    padding-left: 114%;
  }
  .mobile-l\:p-l--114\% {
    padding-left: -114%;
  }
  .mobile-l\:left-114\% {
    left: 114%;
  }
  .mobile-l\:left--114\% {
    left: -114%;
  }
  .mobile-l\:m-r-114\% {
    margin-right: 114%;
  }
  .mobile-l\:m-r--114\% {
    margin-right: -114%;
  }
  .mobile-l\:p-r-114\% {
    padding-right: 114%;
  }
  .mobile-l\:p-r--114\% {
    padding-right: -114%;
  }
  .mobile-l\:right-114\% {
    right: 114%;
  }
  .mobile-l\:right--114\% {
    right: -114%;
  }
  .mobile-l\:h-114\% {
    height: 114%;
  }
  .mobile-l\:w-114\% {
    width: 114%;
  }
  .mobile-l\:max_h-114\% {
    max-height: 114%;
  }
  .mobile-l\:max_w-114\% {
    max-width: 114%;
  }
  .mobile-l\:min_h-114\% {
    min-height: 114%;
  }
  .mobile-l\:min_w-114\% {
    min-width: 114%;
  }
  .mobile-l\:h-114vh {
    height: 114vh;
  }
  .mobile-l\:w-114vw {
    width: 114vw;
  }
  .mobile-l\:min_w-114vw {
    min-width: 114vw;
  }
  .mobile-l\:min_h-114vh {
    min-height: 114vh;
  }
  .mobile-l\:max_w-114vw {
    max-width: 114vw;
  }
  .mobile-l\:max_h-114vh {
    max-height: 114vh;
  }
  .mobile-l\:m-t-115\% {
    margin-top: 115%;
  }
  .mobile-l\:m-t--115\% {
    margin-top: -115%;
  }
  .mobile-l\:p-t-115\% {
    padding-top: 115%;
  }
  .mobile-l\:p-t--115\% {
    padding-top: -115%;
  }
  .mobile-l\:top-115\% {
    top: 115%;
  }
  .mobile-l\:top--115\% {
    top: -115%;
  }
  .mobile-l\:m-b-115\% {
    margin-bottom: 115%;
  }
  .mobile-l\:m-b--115\% {
    margin-bottom: -115%;
  }
  .mobile-l\:p-b-115\% {
    padding-bottom: 115%;
  }
  .mobile-l\:p-b--115\% {
    padding-bottom: -115%;
  }
  .mobile-l\:bottom-115\% {
    bottom: 115%;
  }
  .mobile-l\:bottom--115\% {
    bottom: -115%;
  }
  .mobile-l\:m-l-115\% {
    margin-left: 115%;
  }
  .mobile-l\:m-l--115\% {
    margin-left: -115%;
  }
  .mobile-l\:p-l-115\% {
    padding-left: 115%;
  }
  .mobile-l\:p-l--115\% {
    padding-left: -115%;
  }
  .mobile-l\:left-115\% {
    left: 115%;
  }
  .mobile-l\:left--115\% {
    left: -115%;
  }
  .mobile-l\:m-r-115\% {
    margin-right: 115%;
  }
  .mobile-l\:m-r--115\% {
    margin-right: -115%;
  }
  .mobile-l\:p-r-115\% {
    padding-right: 115%;
  }
  .mobile-l\:p-r--115\% {
    padding-right: -115%;
  }
  .mobile-l\:right-115\% {
    right: 115%;
  }
  .mobile-l\:right--115\% {
    right: -115%;
  }
  .mobile-l\:h-115\% {
    height: 115%;
  }
  .mobile-l\:w-115\% {
    width: 115%;
  }
  .mobile-l\:max_h-115\% {
    max-height: 115%;
  }
  .mobile-l\:max_w-115\% {
    max-width: 115%;
  }
  .mobile-l\:min_h-115\% {
    min-height: 115%;
  }
  .mobile-l\:min_w-115\% {
    min-width: 115%;
  }
  .mobile-l\:h-115vh {
    height: 115vh;
  }
  .mobile-l\:w-115vw {
    width: 115vw;
  }
  .mobile-l\:min_w-115vw {
    min-width: 115vw;
  }
  .mobile-l\:min_h-115vh {
    min-height: 115vh;
  }
  .mobile-l\:max_w-115vw {
    max-width: 115vw;
  }
  .mobile-l\:max_h-115vh {
    max-height: 115vh;
  }
  .mobile-l\:m-t-116\% {
    margin-top: 116%;
  }
  .mobile-l\:m-t--116\% {
    margin-top: -116%;
  }
  .mobile-l\:p-t-116\% {
    padding-top: 116%;
  }
  .mobile-l\:p-t--116\% {
    padding-top: -116%;
  }
  .mobile-l\:top-116\% {
    top: 116%;
  }
  .mobile-l\:top--116\% {
    top: -116%;
  }
  .mobile-l\:m-b-116\% {
    margin-bottom: 116%;
  }
  .mobile-l\:m-b--116\% {
    margin-bottom: -116%;
  }
  .mobile-l\:p-b-116\% {
    padding-bottom: 116%;
  }
  .mobile-l\:p-b--116\% {
    padding-bottom: -116%;
  }
  .mobile-l\:bottom-116\% {
    bottom: 116%;
  }
  .mobile-l\:bottom--116\% {
    bottom: -116%;
  }
  .mobile-l\:m-l-116\% {
    margin-left: 116%;
  }
  .mobile-l\:m-l--116\% {
    margin-left: -116%;
  }
  .mobile-l\:p-l-116\% {
    padding-left: 116%;
  }
  .mobile-l\:p-l--116\% {
    padding-left: -116%;
  }
  .mobile-l\:left-116\% {
    left: 116%;
  }
  .mobile-l\:left--116\% {
    left: -116%;
  }
  .mobile-l\:m-r-116\% {
    margin-right: 116%;
  }
  .mobile-l\:m-r--116\% {
    margin-right: -116%;
  }
  .mobile-l\:p-r-116\% {
    padding-right: 116%;
  }
  .mobile-l\:p-r--116\% {
    padding-right: -116%;
  }
  .mobile-l\:right-116\% {
    right: 116%;
  }
  .mobile-l\:right--116\% {
    right: -116%;
  }
  .mobile-l\:h-116\% {
    height: 116%;
  }
  .mobile-l\:w-116\% {
    width: 116%;
  }
  .mobile-l\:max_h-116\% {
    max-height: 116%;
  }
  .mobile-l\:max_w-116\% {
    max-width: 116%;
  }
  .mobile-l\:min_h-116\% {
    min-height: 116%;
  }
  .mobile-l\:min_w-116\% {
    min-width: 116%;
  }
  .mobile-l\:h-116vh {
    height: 116vh;
  }
  .mobile-l\:w-116vw {
    width: 116vw;
  }
  .mobile-l\:min_w-116vw {
    min-width: 116vw;
  }
  .mobile-l\:min_h-116vh {
    min-height: 116vh;
  }
  .mobile-l\:max_w-116vw {
    max-width: 116vw;
  }
  .mobile-l\:max_h-116vh {
    max-height: 116vh;
  }
  .mobile-l\:m-t-117\% {
    margin-top: 117%;
  }
  .mobile-l\:m-t--117\% {
    margin-top: -117%;
  }
  .mobile-l\:p-t-117\% {
    padding-top: 117%;
  }
  .mobile-l\:p-t--117\% {
    padding-top: -117%;
  }
  .mobile-l\:top-117\% {
    top: 117%;
  }
  .mobile-l\:top--117\% {
    top: -117%;
  }
  .mobile-l\:m-b-117\% {
    margin-bottom: 117%;
  }
  .mobile-l\:m-b--117\% {
    margin-bottom: -117%;
  }
  .mobile-l\:p-b-117\% {
    padding-bottom: 117%;
  }
  .mobile-l\:p-b--117\% {
    padding-bottom: -117%;
  }
  .mobile-l\:bottom-117\% {
    bottom: 117%;
  }
  .mobile-l\:bottom--117\% {
    bottom: -117%;
  }
  .mobile-l\:m-l-117\% {
    margin-left: 117%;
  }
  .mobile-l\:m-l--117\% {
    margin-left: -117%;
  }
  .mobile-l\:p-l-117\% {
    padding-left: 117%;
  }
  .mobile-l\:p-l--117\% {
    padding-left: -117%;
  }
  .mobile-l\:left-117\% {
    left: 117%;
  }
  .mobile-l\:left--117\% {
    left: -117%;
  }
  .mobile-l\:m-r-117\% {
    margin-right: 117%;
  }
  .mobile-l\:m-r--117\% {
    margin-right: -117%;
  }
  .mobile-l\:p-r-117\% {
    padding-right: 117%;
  }
  .mobile-l\:p-r--117\% {
    padding-right: -117%;
  }
  .mobile-l\:right-117\% {
    right: 117%;
  }
  .mobile-l\:right--117\% {
    right: -117%;
  }
  .mobile-l\:h-117\% {
    height: 117%;
  }
  .mobile-l\:w-117\% {
    width: 117%;
  }
  .mobile-l\:max_h-117\% {
    max-height: 117%;
  }
  .mobile-l\:max_w-117\% {
    max-width: 117%;
  }
  .mobile-l\:min_h-117\% {
    min-height: 117%;
  }
  .mobile-l\:min_w-117\% {
    min-width: 117%;
  }
  .mobile-l\:h-117vh {
    height: 117vh;
  }
  .mobile-l\:w-117vw {
    width: 117vw;
  }
  .mobile-l\:min_w-117vw {
    min-width: 117vw;
  }
  .mobile-l\:min_h-117vh {
    min-height: 117vh;
  }
  .mobile-l\:max_w-117vw {
    max-width: 117vw;
  }
  .mobile-l\:max_h-117vh {
    max-height: 117vh;
  }
  .mobile-l\:m-t-118\% {
    margin-top: 118%;
  }
  .mobile-l\:m-t--118\% {
    margin-top: -118%;
  }
  .mobile-l\:p-t-118\% {
    padding-top: 118%;
  }
  .mobile-l\:p-t--118\% {
    padding-top: -118%;
  }
  .mobile-l\:top-118\% {
    top: 118%;
  }
  .mobile-l\:top--118\% {
    top: -118%;
  }
  .mobile-l\:m-b-118\% {
    margin-bottom: 118%;
  }
  .mobile-l\:m-b--118\% {
    margin-bottom: -118%;
  }
  .mobile-l\:p-b-118\% {
    padding-bottom: 118%;
  }
  .mobile-l\:p-b--118\% {
    padding-bottom: -118%;
  }
  .mobile-l\:bottom-118\% {
    bottom: 118%;
  }
  .mobile-l\:bottom--118\% {
    bottom: -118%;
  }
  .mobile-l\:m-l-118\% {
    margin-left: 118%;
  }
  .mobile-l\:m-l--118\% {
    margin-left: -118%;
  }
  .mobile-l\:p-l-118\% {
    padding-left: 118%;
  }
  .mobile-l\:p-l--118\% {
    padding-left: -118%;
  }
  .mobile-l\:left-118\% {
    left: 118%;
  }
  .mobile-l\:left--118\% {
    left: -118%;
  }
  .mobile-l\:m-r-118\% {
    margin-right: 118%;
  }
  .mobile-l\:m-r--118\% {
    margin-right: -118%;
  }
  .mobile-l\:p-r-118\% {
    padding-right: 118%;
  }
  .mobile-l\:p-r--118\% {
    padding-right: -118%;
  }
  .mobile-l\:right-118\% {
    right: 118%;
  }
  .mobile-l\:right--118\% {
    right: -118%;
  }
  .mobile-l\:h-118\% {
    height: 118%;
  }
  .mobile-l\:w-118\% {
    width: 118%;
  }
  .mobile-l\:max_h-118\% {
    max-height: 118%;
  }
  .mobile-l\:max_w-118\% {
    max-width: 118%;
  }
  .mobile-l\:min_h-118\% {
    min-height: 118%;
  }
  .mobile-l\:min_w-118\% {
    min-width: 118%;
  }
  .mobile-l\:h-118vh {
    height: 118vh;
  }
  .mobile-l\:w-118vw {
    width: 118vw;
  }
  .mobile-l\:min_w-118vw {
    min-width: 118vw;
  }
  .mobile-l\:min_h-118vh {
    min-height: 118vh;
  }
  .mobile-l\:max_w-118vw {
    max-width: 118vw;
  }
  .mobile-l\:max_h-118vh {
    max-height: 118vh;
  }
  .mobile-l\:m-t-119\% {
    margin-top: 119%;
  }
  .mobile-l\:m-t--119\% {
    margin-top: -119%;
  }
  .mobile-l\:p-t-119\% {
    padding-top: 119%;
  }
  .mobile-l\:p-t--119\% {
    padding-top: -119%;
  }
  .mobile-l\:top-119\% {
    top: 119%;
  }
  .mobile-l\:top--119\% {
    top: -119%;
  }
  .mobile-l\:m-b-119\% {
    margin-bottom: 119%;
  }
  .mobile-l\:m-b--119\% {
    margin-bottom: -119%;
  }
  .mobile-l\:p-b-119\% {
    padding-bottom: 119%;
  }
  .mobile-l\:p-b--119\% {
    padding-bottom: -119%;
  }
  .mobile-l\:bottom-119\% {
    bottom: 119%;
  }
  .mobile-l\:bottom--119\% {
    bottom: -119%;
  }
  .mobile-l\:m-l-119\% {
    margin-left: 119%;
  }
  .mobile-l\:m-l--119\% {
    margin-left: -119%;
  }
  .mobile-l\:p-l-119\% {
    padding-left: 119%;
  }
  .mobile-l\:p-l--119\% {
    padding-left: -119%;
  }
  .mobile-l\:left-119\% {
    left: 119%;
  }
  .mobile-l\:left--119\% {
    left: -119%;
  }
  .mobile-l\:m-r-119\% {
    margin-right: 119%;
  }
  .mobile-l\:m-r--119\% {
    margin-right: -119%;
  }
  .mobile-l\:p-r-119\% {
    padding-right: 119%;
  }
  .mobile-l\:p-r--119\% {
    padding-right: -119%;
  }
  .mobile-l\:right-119\% {
    right: 119%;
  }
  .mobile-l\:right--119\% {
    right: -119%;
  }
  .mobile-l\:h-119\% {
    height: 119%;
  }
  .mobile-l\:w-119\% {
    width: 119%;
  }
  .mobile-l\:max_h-119\% {
    max-height: 119%;
  }
  .mobile-l\:max_w-119\% {
    max-width: 119%;
  }
  .mobile-l\:min_h-119\% {
    min-height: 119%;
  }
  .mobile-l\:min_w-119\% {
    min-width: 119%;
  }
  .mobile-l\:h-119vh {
    height: 119vh;
  }
  .mobile-l\:w-119vw {
    width: 119vw;
  }
  .mobile-l\:min_w-119vw {
    min-width: 119vw;
  }
  .mobile-l\:min_h-119vh {
    min-height: 119vh;
  }
  .mobile-l\:max_w-119vw {
    max-width: 119vw;
  }
  .mobile-l\:max_h-119vh {
    max-height: 119vh;
  }
  .mobile-l\:m-t-120\% {
    margin-top: 120%;
  }
  .mobile-l\:m-t--120\% {
    margin-top: -120%;
  }
  .mobile-l\:p-t-120\% {
    padding-top: 120%;
  }
  .mobile-l\:p-t--120\% {
    padding-top: -120%;
  }
  .mobile-l\:top-120\% {
    top: 120%;
  }
  .mobile-l\:top--120\% {
    top: -120%;
  }
  .mobile-l\:m-b-120\% {
    margin-bottom: 120%;
  }
  .mobile-l\:m-b--120\% {
    margin-bottom: -120%;
  }
  .mobile-l\:p-b-120\% {
    padding-bottom: 120%;
  }
  .mobile-l\:p-b--120\% {
    padding-bottom: -120%;
  }
  .mobile-l\:bottom-120\% {
    bottom: 120%;
  }
  .mobile-l\:bottom--120\% {
    bottom: -120%;
  }
  .mobile-l\:m-l-120\% {
    margin-left: 120%;
  }
  .mobile-l\:m-l--120\% {
    margin-left: -120%;
  }
  .mobile-l\:p-l-120\% {
    padding-left: 120%;
  }
  .mobile-l\:p-l--120\% {
    padding-left: -120%;
  }
  .mobile-l\:left-120\% {
    left: 120%;
  }
  .mobile-l\:left--120\% {
    left: -120%;
  }
  .mobile-l\:m-r-120\% {
    margin-right: 120%;
  }
  .mobile-l\:m-r--120\% {
    margin-right: -120%;
  }
  .mobile-l\:p-r-120\% {
    padding-right: 120%;
  }
  .mobile-l\:p-r--120\% {
    padding-right: -120%;
  }
  .mobile-l\:right-120\% {
    right: 120%;
  }
  .mobile-l\:right--120\% {
    right: -120%;
  }
  .mobile-l\:h-120\% {
    height: 120%;
  }
  .mobile-l\:w-120\% {
    width: 120%;
  }
  .mobile-l\:max_h-120\% {
    max-height: 120%;
  }
  .mobile-l\:max_w-120\% {
    max-width: 120%;
  }
  .mobile-l\:min_h-120\% {
    min-height: 120%;
  }
  .mobile-l\:min_w-120\% {
    min-width: 120%;
  }
  .mobile-l\:h-120vh {
    height: 120vh;
  }
  .mobile-l\:w-120vw {
    width: 120vw;
  }
  .mobile-l\:min_w-120vw {
    min-width: 120vw;
  }
  .mobile-l\:min_h-120vh {
    min-height: 120vh;
  }
  .mobile-l\:max_w-120vw {
    max-width: 120vw;
  }
  .mobile-l\:max_h-120vh {
    max-height: 120vh;
  }
  .mobile-l\:m-t-121\% {
    margin-top: 121%;
  }
  .mobile-l\:m-t--121\% {
    margin-top: -121%;
  }
  .mobile-l\:p-t-121\% {
    padding-top: 121%;
  }
  .mobile-l\:p-t--121\% {
    padding-top: -121%;
  }
  .mobile-l\:top-121\% {
    top: 121%;
  }
  .mobile-l\:top--121\% {
    top: -121%;
  }
  .mobile-l\:m-b-121\% {
    margin-bottom: 121%;
  }
  .mobile-l\:m-b--121\% {
    margin-bottom: -121%;
  }
  .mobile-l\:p-b-121\% {
    padding-bottom: 121%;
  }
  .mobile-l\:p-b--121\% {
    padding-bottom: -121%;
  }
  .mobile-l\:bottom-121\% {
    bottom: 121%;
  }
  .mobile-l\:bottom--121\% {
    bottom: -121%;
  }
  .mobile-l\:m-l-121\% {
    margin-left: 121%;
  }
  .mobile-l\:m-l--121\% {
    margin-left: -121%;
  }
  .mobile-l\:p-l-121\% {
    padding-left: 121%;
  }
  .mobile-l\:p-l--121\% {
    padding-left: -121%;
  }
  .mobile-l\:left-121\% {
    left: 121%;
  }
  .mobile-l\:left--121\% {
    left: -121%;
  }
  .mobile-l\:m-r-121\% {
    margin-right: 121%;
  }
  .mobile-l\:m-r--121\% {
    margin-right: -121%;
  }
  .mobile-l\:p-r-121\% {
    padding-right: 121%;
  }
  .mobile-l\:p-r--121\% {
    padding-right: -121%;
  }
  .mobile-l\:right-121\% {
    right: 121%;
  }
  .mobile-l\:right--121\% {
    right: -121%;
  }
  .mobile-l\:h-121\% {
    height: 121%;
  }
  .mobile-l\:w-121\% {
    width: 121%;
  }
  .mobile-l\:max_h-121\% {
    max-height: 121%;
  }
  .mobile-l\:max_w-121\% {
    max-width: 121%;
  }
  .mobile-l\:min_h-121\% {
    min-height: 121%;
  }
  .mobile-l\:min_w-121\% {
    min-width: 121%;
  }
  .mobile-l\:h-121vh {
    height: 121vh;
  }
  .mobile-l\:w-121vw {
    width: 121vw;
  }
  .mobile-l\:min_w-121vw {
    min-width: 121vw;
  }
  .mobile-l\:min_h-121vh {
    min-height: 121vh;
  }
  .mobile-l\:max_w-121vw {
    max-width: 121vw;
  }
  .mobile-l\:max_h-121vh {
    max-height: 121vh;
  }
  .mobile-l\:m-t-122\% {
    margin-top: 122%;
  }
  .mobile-l\:m-t--122\% {
    margin-top: -122%;
  }
  .mobile-l\:p-t-122\% {
    padding-top: 122%;
  }
  .mobile-l\:p-t--122\% {
    padding-top: -122%;
  }
  .mobile-l\:top-122\% {
    top: 122%;
  }
  .mobile-l\:top--122\% {
    top: -122%;
  }
  .mobile-l\:m-b-122\% {
    margin-bottom: 122%;
  }
  .mobile-l\:m-b--122\% {
    margin-bottom: -122%;
  }
  .mobile-l\:p-b-122\% {
    padding-bottom: 122%;
  }
  .mobile-l\:p-b--122\% {
    padding-bottom: -122%;
  }
  .mobile-l\:bottom-122\% {
    bottom: 122%;
  }
  .mobile-l\:bottom--122\% {
    bottom: -122%;
  }
  .mobile-l\:m-l-122\% {
    margin-left: 122%;
  }
  .mobile-l\:m-l--122\% {
    margin-left: -122%;
  }
  .mobile-l\:p-l-122\% {
    padding-left: 122%;
  }
  .mobile-l\:p-l--122\% {
    padding-left: -122%;
  }
  .mobile-l\:left-122\% {
    left: 122%;
  }
  .mobile-l\:left--122\% {
    left: -122%;
  }
  .mobile-l\:m-r-122\% {
    margin-right: 122%;
  }
  .mobile-l\:m-r--122\% {
    margin-right: -122%;
  }
  .mobile-l\:p-r-122\% {
    padding-right: 122%;
  }
  .mobile-l\:p-r--122\% {
    padding-right: -122%;
  }
  .mobile-l\:right-122\% {
    right: 122%;
  }
  .mobile-l\:right--122\% {
    right: -122%;
  }
  .mobile-l\:h-122\% {
    height: 122%;
  }
  .mobile-l\:w-122\% {
    width: 122%;
  }
  .mobile-l\:max_h-122\% {
    max-height: 122%;
  }
  .mobile-l\:max_w-122\% {
    max-width: 122%;
  }
  .mobile-l\:min_h-122\% {
    min-height: 122%;
  }
  .mobile-l\:min_w-122\% {
    min-width: 122%;
  }
  .mobile-l\:h-122vh {
    height: 122vh;
  }
  .mobile-l\:w-122vw {
    width: 122vw;
  }
  .mobile-l\:min_w-122vw {
    min-width: 122vw;
  }
  .mobile-l\:min_h-122vh {
    min-height: 122vh;
  }
  .mobile-l\:max_w-122vw {
    max-width: 122vw;
  }
  .mobile-l\:max_h-122vh {
    max-height: 122vh;
  }
  .mobile-l\:m-t-123\% {
    margin-top: 123%;
  }
  .mobile-l\:m-t--123\% {
    margin-top: -123%;
  }
  .mobile-l\:p-t-123\% {
    padding-top: 123%;
  }
  .mobile-l\:p-t--123\% {
    padding-top: -123%;
  }
  .mobile-l\:top-123\% {
    top: 123%;
  }
  .mobile-l\:top--123\% {
    top: -123%;
  }
  .mobile-l\:m-b-123\% {
    margin-bottom: 123%;
  }
  .mobile-l\:m-b--123\% {
    margin-bottom: -123%;
  }
  .mobile-l\:p-b-123\% {
    padding-bottom: 123%;
  }
  .mobile-l\:p-b--123\% {
    padding-bottom: -123%;
  }
  .mobile-l\:bottom-123\% {
    bottom: 123%;
  }
  .mobile-l\:bottom--123\% {
    bottom: -123%;
  }
  .mobile-l\:m-l-123\% {
    margin-left: 123%;
  }
  .mobile-l\:m-l--123\% {
    margin-left: -123%;
  }
  .mobile-l\:p-l-123\% {
    padding-left: 123%;
  }
  .mobile-l\:p-l--123\% {
    padding-left: -123%;
  }
  .mobile-l\:left-123\% {
    left: 123%;
  }
  .mobile-l\:left--123\% {
    left: -123%;
  }
  .mobile-l\:m-r-123\% {
    margin-right: 123%;
  }
  .mobile-l\:m-r--123\% {
    margin-right: -123%;
  }
  .mobile-l\:p-r-123\% {
    padding-right: 123%;
  }
  .mobile-l\:p-r--123\% {
    padding-right: -123%;
  }
  .mobile-l\:right-123\% {
    right: 123%;
  }
  .mobile-l\:right--123\% {
    right: -123%;
  }
  .mobile-l\:h-123\% {
    height: 123%;
  }
  .mobile-l\:w-123\% {
    width: 123%;
  }
  .mobile-l\:max_h-123\% {
    max-height: 123%;
  }
  .mobile-l\:max_w-123\% {
    max-width: 123%;
  }
  .mobile-l\:min_h-123\% {
    min-height: 123%;
  }
  .mobile-l\:min_w-123\% {
    min-width: 123%;
  }
  .mobile-l\:h-123vh {
    height: 123vh;
  }
  .mobile-l\:w-123vw {
    width: 123vw;
  }
  .mobile-l\:min_w-123vw {
    min-width: 123vw;
  }
  .mobile-l\:min_h-123vh {
    min-height: 123vh;
  }
  .mobile-l\:max_w-123vw {
    max-width: 123vw;
  }
  .mobile-l\:max_h-123vh {
    max-height: 123vh;
  }
  .mobile-l\:m-t-124\% {
    margin-top: 124%;
  }
  .mobile-l\:m-t--124\% {
    margin-top: -124%;
  }
  .mobile-l\:p-t-124\% {
    padding-top: 124%;
  }
  .mobile-l\:p-t--124\% {
    padding-top: -124%;
  }
  .mobile-l\:top-124\% {
    top: 124%;
  }
  .mobile-l\:top--124\% {
    top: -124%;
  }
  .mobile-l\:m-b-124\% {
    margin-bottom: 124%;
  }
  .mobile-l\:m-b--124\% {
    margin-bottom: -124%;
  }
  .mobile-l\:p-b-124\% {
    padding-bottom: 124%;
  }
  .mobile-l\:p-b--124\% {
    padding-bottom: -124%;
  }
  .mobile-l\:bottom-124\% {
    bottom: 124%;
  }
  .mobile-l\:bottom--124\% {
    bottom: -124%;
  }
  .mobile-l\:m-l-124\% {
    margin-left: 124%;
  }
  .mobile-l\:m-l--124\% {
    margin-left: -124%;
  }
  .mobile-l\:p-l-124\% {
    padding-left: 124%;
  }
  .mobile-l\:p-l--124\% {
    padding-left: -124%;
  }
  .mobile-l\:left-124\% {
    left: 124%;
  }
  .mobile-l\:left--124\% {
    left: -124%;
  }
  .mobile-l\:m-r-124\% {
    margin-right: 124%;
  }
  .mobile-l\:m-r--124\% {
    margin-right: -124%;
  }
  .mobile-l\:p-r-124\% {
    padding-right: 124%;
  }
  .mobile-l\:p-r--124\% {
    padding-right: -124%;
  }
  .mobile-l\:right-124\% {
    right: 124%;
  }
  .mobile-l\:right--124\% {
    right: -124%;
  }
  .mobile-l\:h-124\% {
    height: 124%;
  }
  .mobile-l\:w-124\% {
    width: 124%;
  }
  .mobile-l\:max_h-124\% {
    max-height: 124%;
  }
  .mobile-l\:max_w-124\% {
    max-width: 124%;
  }
  .mobile-l\:min_h-124\% {
    min-height: 124%;
  }
  .mobile-l\:min_w-124\% {
    min-width: 124%;
  }
  .mobile-l\:h-124vh {
    height: 124vh;
  }
  .mobile-l\:w-124vw {
    width: 124vw;
  }
  .mobile-l\:min_w-124vw {
    min-width: 124vw;
  }
  .mobile-l\:min_h-124vh {
    min-height: 124vh;
  }
  .mobile-l\:max_w-124vw {
    max-width: 124vw;
  }
  .mobile-l\:max_h-124vh {
    max-height: 124vh;
  }
  .mobile-l\:m-t-125\% {
    margin-top: 125%;
  }
  .mobile-l\:m-t--125\% {
    margin-top: -125%;
  }
  .mobile-l\:p-t-125\% {
    padding-top: 125%;
  }
  .mobile-l\:p-t--125\% {
    padding-top: -125%;
  }
  .mobile-l\:top-125\% {
    top: 125%;
  }
  .mobile-l\:top--125\% {
    top: -125%;
  }
  .mobile-l\:m-b-125\% {
    margin-bottom: 125%;
  }
  .mobile-l\:m-b--125\% {
    margin-bottom: -125%;
  }
  .mobile-l\:p-b-125\% {
    padding-bottom: 125%;
  }
  .mobile-l\:p-b--125\% {
    padding-bottom: -125%;
  }
  .mobile-l\:bottom-125\% {
    bottom: 125%;
  }
  .mobile-l\:bottom--125\% {
    bottom: -125%;
  }
  .mobile-l\:m-l-125\% {
    margin-left: 125%;
  }
  .mobile-l\:m-l--125\% {
    margin-left: -125%;
  }
  .mobile-l\:p-l-125\% {
    padding-left: 125%;
  }
  .mobile-l\:p-l--125\% {
    padding-left: -125%;
  }
  .mobile-l\:left-125\% {
    left: 125%;
  }
  .mobile-l\:left--125\% {
    left: -125%;
  }
  .mobile-l\:m-r-125\% {
    margin-right: 125%;
  }
  .mobile-l\:m-r--125\% {
    margin-right: -125%;
  }
  .mobile-l\:p-r-125\% {
    padding-right: 125%;
  }
  .mobile-l\:p-r--125\% {
    padding-right: -125%;
  }
  .mobile-l\:right-125\% {
    right: 125%;
  }
  .mobile-l\:right--125\% {
    right: -125%;
  }
  .mobile-l\:h-125\% {
    height: 125%;
  }
  .mobile-l\:w-125\% {
    width: 125%;
  }
  .mobile-l\:max_h-125\% {
    max-height: 125%;
  }
  .mobile-l\:max_w-125\% {
    max-width: 125%;
  }
  .mobile-l\:min_h-125\% {
    min-height: 125%;
  }
  .mobile-l\:min_w-125\% {
    min-width: 125%;
  }
  .mobile-l\:h-125vh {
    height: 125vh;
  }
  .mobile-l\:w-125vw {
    width: 125vw;
  }
  .mobile-l\:min_w-125vw {
    min-width: 125vw;
  }
  .mobile-l\:min_h-125vh {
    min-height: 125vh;
  }
  .mobile-l\:max_w-125vw {
    max-width: 125vw;
  }
  .mobile-l\:max_h-125vh {
    max-height: 125vh;
  }
  .mobile-l\:m-t-126\% {
    margin-top: 126%;
  }
  .mobile-l\:m-t--126\% {
    margin-top: -126%;
  }
  .mobile-l\:p-t-126\% {
    padding-top: 126%;
  }
  .mobile-l\:p-t--126\% {
    padding-top: -126%;
  }
  .mobile-l\:top-126\% {
    top: 126%;
  }
  .mobile-l\:top--126\% {
    top: -126%;
  }
  .mobile-l\:m-b-126\% {
    margin-bottom: 126%;
  }
  .mobile-l\:m-b--126\% {
    margin-bottom: -126%;
  }
  .mobile-l\:p-b-126\% {
    padding-bottom: 126%;
  }
  .mobile-l\:p-b--126\% {
    padding-bottom: -126%;
  }
  .mobile-l\:bottom-126\% {
    bottom: 126%;
  }
  .mobile-l\:bottom--126\% {
    bottom: -126%;
  }
  .mobile-l\:m-l-126\% {
    margin-left: 126%;
  }
  .mobile-l\:m-l--126\% {
    margin-left: -126%;
  }
  .mobile-l\:p-l-126\% {
    padding-left: 126%;
  }
  .mobile-l\:p-l--126\% {
    padding-left: -126%;
  }
  .mobile-l\:left-126\% {
    left: 126%;
  }
  .mobile-l\:left--126\% {
    left: -126%;
  }
  .mobile-l\:m-r-126\% {
    margin-right: 126%;
  }
  .mobile-l\:m-r--126\% {
    margin-right: -126%;
  }
  .mobile-l\:p-r-126\% {
    padding-right: 126%;
  }
  .mobile-l\:p-r--126\% {
    padding-right: -126%;
  }
  .mobile-l\:right-126\% {
    right: 126%;
  }
  .mobile-l\:right--126\% {
    right: -126%;
  }
  .mobile-l\:h-126\% {
    height: 126%;
  }
  .mobile-l\:w-126\% {
    width: 126%;
  }
  .mobile-l\:max_h-126\% {
    max-height: 126%;
  }
  .mobile-l\:max_w-126\% {
    max-width: 126%;
  }
  .mobile-l\:min_h-126\% {
    min-height: 126%;
  }
  .mobile-l\:min_w-126\% {
    min-width: 126%;
  }
  .mobile-l\:h-126vh {
    height: 126vh;
  }
  .mobile-l\:w-126vw {
    width: 126vw;
  }
  .mobile-l\:min_w-126vw {
    min-width: 126vw;
  }
  .mobile-l\:min_h-126vh {
    min-height: 126vh;
  }
  .mobile-l\:max_w-126vw {
    max-width: 126vw;
  }
  .mobile-l\:max_h-126vh {
    max-height: 126vh;
  }
  .mobile-l\:m-t-127\% {
    margin-top: 127%;
  }
  .mobile-l\:m-t--127\% {
    margin-top: -127%;
  }
  .mobile-l\:p-t-127\% {
    padding-top: 127%;
  }
  .mobile-l\:p-t--127\% {
    padding-top: -127%;
  }
  .mobile-l\:top-127\% {
    top: 127%;
  }
  .mobile-l\:top--127\% {
    top: -127%;
  }
  .mobile-l\:m-b-127\% {
    margin-bottom: 127%;
  }
  .mobile-l\:m-b--127\% {
    margin-bottom: -127%;
  }
  .mobile-l\:p-b-127\% {
    padding-bottom: 127%;
  }
  .mobile-l\:p-b--127\% {
    padding-bottom: -127%;
  }
  .mobile-l\:bottom-127\% {
    bottom: 127%;
  }
  .mobile-l\:bottom--127\% {
    bottom: -127%;
  }
  .mobile-l\:m-l-127\% {
    margin-left: 127%;
  }
  .mobile-l\:m-l--127\% {
    margin-left: -127%;
  }
  .mobile-l\:p-l-127\% {
    padding-left: 127%;
  }
  .mobile-l\:p-l--127\% {
    padding-left: -127%;
  }
  .mobile-l\:left-127\% {
    left: 127%;
  }
  .mobile-l\:left--127\% {
    left: -127%;
  }
  .mobile-l\:m-r-127\% {
    margin-right: 127%;
  }
  .mobile-l\:m-r--127\% {
    margin-right: -127%;
  }
  .mobile-l\:p-r-127\% {
    padding-right: 127%;
  }
  .mobile-l\:p-r--127\% {
    padding-right: -127%;
  }
  .mobile-l\:right-127\% {
    right: 127%;
  }
  .mobile-l\:right--127\% {
    right: -127%;
  }
  .mobile-l\:h-127\% {
    height: 127%;
  }
  .mobile-l\:w-127\% {
    width: 127%;
  }
  .mobile-l\:max_h-127\% {
    max-height: 127%;
  }
  .mobile-l\:max_w-127\% {
    max-width: 127%;
  }
  .mobile-l\:min_h-127\% {
    min-height: 127%;
  }
  .mobile-l\:min_w-127\% {
    min-width: 127%;
  }
  .mobile-l\:h-127vh {
    height: 127vh;
  }
  .mobile-l\:w-127vw {
    width: 127vw;
  }
  .mobile-l\:min_w-127vw {
    min-width: 127vw;
  }
  .mobile-l\:min_h-127vh {
    min-height: 127vh;
  }
  .mobile-l\:max_w-127vw {
    max-width: 127vw;
  }
  .mobile-l\:max_h-127vh {
    max-height: 127vh;
  }
  .mobile-l\:m-t-128\% {
    margin-top: 128%;
  }
  .mobile-l\:m-t--128\% {
    margin-top: -128%;
  }
  .mobile-l\:p-t-128\% {
    padding-top: 128%;
  }
  .mobile-l\:p-t--128\% {
    padding-top: -128%;
  }
  .mobile-l\:top-128\% {
    top: 128%;
  }
  .mobile-l\:top--128\% {
    top: -128%;
  }
  .mobile-l\:m-b-128\% {
    margin-bottom: 128%;
  }
  .mobile-l\:m-b--128\% {
    margin-bottom: -128%;
  }
  .mobile-l\:p-b-128\% {
    padding-bottom: 128%;
  }
  .mobile-l\:p-b--128\% {
    padding-bottom: -128%;
  }
  .mobile-l\:bottom-128\% {
    bottom: 128%;
  }
  .mobile-l\:bottom--128\% {
    bottom: -128%;
  }
  .mobile-l\:m-l-128\% {
    margin-left: 128%;
  }
  .mobile-l\:m-l--128\% {
    margin-left: -128%;
  }
  .mobile-l\:p-l-128\% {
    padding-left: 128%;
  }
  .mobile-l\:p-l--128\% {
    padding-left: -128%;
  }
  .mobile-l\:left-128\% {
    left: 128%;
  }
  .mobile-l\:left--128\% {
    left: -128%;
  }
  .mobile-l\:m-r-128\% {
    margin-right: 128%;
  }
  .mobile-l\:m-r--128\% {
    margin-right: -128%;
  }
  .mobile-l\:p-r-128\% {
    padding-right: 128%;
  }
  .mobile-l\:p-r--128\% {
    padding-right: -128%;
  }
  .mobile-l\:right-128\% {
    right: 128%;
  }
  .mobile-l\:right--128\% {
    right: -128%;
  }
  .mobile-l\:h-128\% {
    height: 128%;
  }
  .mobile-l\:w-128\% {
    width: 128%;
  }
  .mobile-l\:max_h-128\% {
    max-height: 128%;
  }
  .mobile-l\:max_w-128\% {
    max-width: 128%;
  }
  .mobile-l\:min_h-128\% {
    min-height: 128%;
  }
  .mobile-l\:min_w-128\% {
    min-width: 128%;
  }
  .mobile-l\:h-128vh {
    height: 128vh;
  }
  .mobile-l\:w-128vw {
    width: 128vw;
  }
  .mobile-l\:min_w-128vw {
    min-width: 128vw;
  }
  .mobile-l\:min_h-128vh {
    min-height: 128vh;
  }
  .mobile-l\:max_w-128vw {
    max-width: 128vw;
  }
  .mobile-l\:max_h-128vh {
    max-height: 128vh;
  }
  .mobile-l\:m-t-129\% {
    margin-top: 129%;
  }
  .mobile-l\:m-t--129\% {
    margin-top: -129%;
  }
  .mobile-l\:p-t-129\% {
    padding-top: 129%;
  }
  .mobile-l\:p-t--129\% {
    padding-top: -129%;
  }
  .mobile-l\:top-129\% {
    top: 129%;
  }
  .mobile-l\:top--129\% {
    top: -129%;
  }
  .mobile-l\:m-b-129\% {
    margin-bottom: 129%;
  }
  .mobile-l\:m-b--129\% {
    margin-bottom: -129%;
  }
  .mobile-l\:p-b-129\% {
    padding-bottom: 129%;
  }
  .mobile-l\:p-b--129\% {
    padding-bottom: -129%;
  }
  .mobile-l\:bottom-129\% {
    bottom: 129%;
  }
  .mobile-l\:bottom--129\% {
    bottom: -129%;
  }
  .mobile-l\:m-l-129\% {
    margin-left: 129%;
  }
  .mobile-l\:m-l--129\% {
    margin-left: -129%;
  }
  .mobile-l\:p-l-129\% {
    padding-left: 129%;
  }
  .mobile-l\:p-l--129\% {
    padding-left: -129%;
  }
  .mobile-l\:left-129\% {
    left: 129%;
  }
  .mobile-l\:left--129\% {
    left: -129%;
  }
  .mobile-l\:m-r-129\% {
    margin-right: 129%;
  }
  .mobile-l\:m-r--129\% {
    margin-right: -129%;
  }
  .mobile-l\:p-r-129\% {
    padding-right: 129%;
  }
  .mobile-l\:p-r--129\% {
    padding-right: -129%;
  }
  .mobile-l\:right-129\% {
    right: 129%;
  }
  .mobile-l\:right--129\% {
    right: -129%;
  }
  .mobile-l\:h-129\% {
    height: 129%;
  }
  .mobile-l\:w-129\% {
    width: 129%;
  }
  .mobile-l\:max_h-129\% {
    max-height: 129%;
  }
  .mobile-l\:max_w-129\% {
    max-width: 129%;
  }
  .mobile-l\:min_h-129\% {
    min-height: 129%;
  }
  .mobile-l\:min_w-129\% {
    min-width: 129%;
  }
  .mobile-l\:h-129vh {
    height: 129vh;
  }
  .mobile-l\:w-129vw {
    width: 129vw;
  }
  .mobile-l\:min_w-129vw {
    min-width: 129vw;
  }
  .mobile-l\:min_h-129vh {
    min-height: 129vh;
  }
  .mobile-l\:max_w-129vw {
    max-width: 129vw;
  }
  .mobile-l\:max_h-129vh {
    max-height: 129vh;
  }
  .mobile-l\:m-t-130\% {
    margin-top: 130%;
  }
  .mobile-l\:m-t--130\% {
    margin-top: -130%;
  }
  .mobile-l\:p-t-130\% {
    padding-top: 130%;
  }
  .mobile-l\:p-t--130\% {
    padding-top: -130%;
  }
  .mobile-l\:top-130\% {
    top: 130%;
  }
  .mobile-l\:top--130\% {
    top: -130%;
  }
  .mobile-l\:m-b-130\% {
    margin-bottom: 130%;
  }
  .mobile-l\:m-b--130\% {
    margin-bottom: -130%;
  }
  .mobile-l\:p-b-130\% {
    padding-bottom: 130%;
  }
  .mobile-l\:p-b--130\% {
    padding-bottom: -130%;
  }
  .mobile-l\:bottom-130\% {
    bottom: 130%;
  }
  .mobile-l\:bottom--130\% {
    bottom: -130%;
  }
  .mobile-l\:m-l-130\% {
    margin-left: 130%;
  }
  .mobile-l\:m-l--130\% {
    margin-left: -130%;
  }
  .mobile-l\:p-l-130\% {
    padding-left: 130%;
  }
  .mobile-l\:p-l--130\% {
    padding-left: -130%;
  }
  .mobile-l\:left-130\% {
    left: 130%;
  }
  .mobile-l\:left--130\% {
    left: -130%;
  }
  .mobile-l\:m-r-130\% {
    margin-right: 130%;
  }
  .mobile-l\:m-r--130\% {
    margin-right: -130%;
  }
  .mobile-l\:p-r-130\% {
    padding-right: 130%;
  }
  .mobile-l\:p-r--130\% {
    padding-right: -130%;
  }
  .mobile-l\:right-130\% {
    right: 130%;
  }
  .mobile-l\:right--130\% {
    right: -130%;
  }
  .mobile-l\:h-130\% {
    height: 130%;
  }
  .mobile-l\:w-130\% {
    width: 130%;
  }
  .mobile-l\:max_h-130\% {
    max-height: 130%;
  }
  .mobile-l\:max_w-130\% {
    max-width: 130%;
  }
  .mobile-l\:min_h-130\% {
    min-height: 130%;
  }
  .mobile-l\:min_w-130\% {
    min-width: 130%;
  }
  .mobile-l\:h-130vh {
    height: 130vh;
  }
  .mobile-l\:w-130vw {
    width: 130vw;
  }
  .mobile-l\:min_w-130vw {
    min-width: 130vw;
  }
  .mobile-l\:min_h-130vh {
    min-height: 130vh;
  }
  .mobile-l\:max_w-130vw {
    max-width: 130vw;
  }
  .mobile-l\:max_h-130vh {
    max-height: 130vh;
  }
  .mobile-l\:m-t-131\% {
    margin-top: 131%;
  }
  .mobile-l\:m-t--131\% {
    margin-top: -131%;
  }
  .mobile-l\:p-t-131\% {
    padding-top: 131%;
  }
  .mobile-l\:p-t--131\% {
    padding-top: -131%;
  }
  .mobile-l\:top-131\% {
    top: 131%;
  }
  .mobile-l\:top--131\% {
    top: -131%;
  }
  .mobile-l\:m-b-131\% {
    margin-bottom: 131%;
  }
  .mobile-l\:m-b--131\% {
    margin-bottom: -131%;
  }
  .mobile-l\:p-b-131\% {
    padding-bottom: 131%;
  }
  .mobile-l\:p-b--131\% {
    padding-bottom: -131%;
  }
  .mobile-l\:bottom-131\% {
    bottom: 131%;
  }
  .mobile-l\:bottom--131\% {
    bottom: -131%;
  }
  .mobile-l\:m-l-131\% {
    margin-left: 131%;
  }
  .mobile-l\:m-l--131\% {
    margin-left: -131%;
  }
  .mobile-l\:p-l-131\% {
    padding-left: 131%;
  }
  .mobile-l\:p-l--131\% {
    padding-left: -131%;
  }
  .mobile-l\:left-131\% {
    left: 131%;
  }
  .mobile-l\:left--131\% {
    left: -131%;
  }
  .mobile-l\:m-r-131\% {
    margin-right: 131%;
  }
  .mobile-l\:m-r--131\% {
    margin-right: -131%;
  }
  .mobile-l\:p-r-131\% {
    padding-right: 131%;
  }
  .mobile-l\:p-r--131\% {
    padding-right: -131%;
  }
  .mobile-l\:right-131\% {
    right: 131%;
  }
  .mobile-l\:right--131\% {
    right: -131%;
  }
  .mobile-l\:h-131\% {
    height: 131%;
  }
  .mobile-l\:w-131\% {
    width: 131%;
  }
  .mobile-l\:max_h-131\% {
    max-height: 131%;
  }
  .mobile-l\:max_w-131\% {
    max-width: 131%;
  }
  .mobile-l\:min_h-131\% {
    min-height: 131%;
  }
  .mobile-l\:min_w-131\% {
    min-width: 131%;
  }
  .mobile-l\:h-131vh {
    height: 131vh;
  }
  .mobile-l\:w-131vw {
    width: 131vw;
  }
  .mobile-l\:min_w-131vw {
    min-width: 131vw;
  }
  .mobile-l\:min_h-131vh {
    min-height: 131vh;
  }
  .mobile-l\:max_w-131vw {
    max-width: 131vw;
  }
  .mobile-l\:max_h-131vh {
    max-height: 131vh;
  }
  .mobile-l\:m-t-132\% {
    margin-top: 132%;
  }
  .mobile-l\:m-t--132\% {
    margin-top: -132%;
  }
  .mobile-l\:p-t-132\% {
    padding-top: 132%;
  }
  .mobile-l\:p-t--132\% {
    padding-top: -132%;
  }
  .mobile-l\:top-132\% {
    top: 132%;
  }
  .mobile-l\:top--132\% {
    top: -132%;
  }
  .mobile-l\:m-b-132\% {
    margin-bottom: 132%;
  }
  .mobile-l\:m-b--132\% {
    margin-bottom: -132%;
  }
  .mobile-l\:p-b-132\% {
    padding-bottom: 132%;
  }
  .mobile-l\:p-b--132\% {
    padding-bottom: -132%;
  }
  .mobile-l\:bottom-132\% {
    bottom: 132%;
  }
  .mobile-l\:bottom--132\% {
    bottom: -132%;
  }
  .mobile-l\:m-l-132\% {
    margin-left: 132%;
  }
  .mobile-l\:m-l--132\% {
    margin-left: -132%;
  }
  .mobile-l\:p-l-132\% {
    padding-left: 132%;
  }
  .mobile-l\:p-l--132\% {
    padding-left: -132%;
  }
  .mobile-l\:left-132\% {
    left: 132%;
  }
  .mobile-l\:left--132\% {
    left: -132%;
  }
  .mobile-l\:m-r-132\% {
    margin-right: 132%;
  }
  .mobile-l\:m-r--132\% {
    margin-right: -132%;
  }
  .mobile-l\:p-r-132\% {
    padding-right: 132%;
  }
  .mobile-l\:p-r--132\% {
    padding-right: -132%;
  }
  .mobile-l\:right-132\% {
    right: 132%;
  }
  .mobile-l\:right--132\% {
    right: -132%;
  }
  .mobile-l\:h-132\% {
    height: 132%;
  }
  .mobile-l\:w-132\% {
    width: 132%;
  }
  .mobile-l\:max_h-132\% {
    max-height: 132%;
  }
  .mobile-l\:max_w-132\% {
    max-width: 132%;
  }
  .mobile-l\:min_h-132\% {
    min-height: 132%;
  }
  .mobile-l\:min_w-132\% {
    min-width: 132%;
  }
  .mobile-l\:h-132vh {
    height: 132vh;
  }
  .mobile-l\:w-132vw {
    width: 132vw;
  }
  .mobile-l\:min_w-132vw {
    min-width: 132vw;
  }
  .mobile-l\:min_h-132vh {
    min-height: 132vh;
  }
  .mobile-l\:max_w-132vw {
    max-width: 132vw;
  }
  .mobile-l\:max_h-132vh {
    max-height: 132vh;
  }
  .mobile-l\:m-t-133\% {
    margin-top: 133%;
  }
  .mobile-l\:m-t--133\% {
    margin-top: -133%;
  }
  .mobile-l\:p-t-133\% {
    padding-top: 133%;
  }
  .mobile-l\:p-t--133\% {
    padding-top: -133%;
  }
  .mobile-l\:top-133\% {
    top: 133%;
  }
  .mobile-l\:top--133\% {
    top: -133%;
  }
  .mobile-l\:m-b-133\% {
    margin-bottom: 133%;
  }
  .mobile-l\:m-b--133\% {
    margin-bottom: -133%;
  }
  .mobile-l\:p-b-133\% {
    padding-bottom: 133%;
  }
  .mobile-l\:p-b--133\% {
    padding-bottom: -133%;
  }
  .mobile-l\:bottom-133\% {
    bottom: 133%;
  }
  .mobile-l\:bottom--133\% {
    bottom: -133%;
  }
  .mobile-l\:m-l-133\% {
    margin-left: 133%;
  }
  .mobile-l\:m-l--133\% {
    margin-left: -133%;
  }
  .mobile-l\:p-l-133\% {
    padding-left: 133%;
  }
  .mobile-l\:p-l--133\% {
    padding-left: -133%;
  }
  .mobile-l\:left-133\% {
    left: 133%;
  }
  .mobile-l\:left--133\% {
    left: -133%;
  }
  .mobile-l\:m-r-133\% {
    margin-right: 133%;
  }
  .mobile-l\:m-r--133\% {
    margin-right: -133%;
  }
  .mobile-l\:p-r-133\% {
    padding-right: 133%;
  }
  .mobile-l\:p-r--133\% {
    padding-right: -133%;
  }
  .mobile-l\:right-133\% {
    right: 133%;
  }
  .mobile-l\:right--133\% {
    right: -133%;
  }
  .mobile-l\:h-133\% {
    height: 133%;
  }
  .mobile-l\:w-133\% {
    width: 133%;
  }
  .mobile-l\:max_h-133\% {
    max-height: 133%;
  }
  .mobile-l\:max_w-133\% {
    max-width: 133%;
  }
  .mobile-l\:min_h-133\% {
    min-height: 133%;
  }
  .mobile-l\:min_w-133\% {
    min-width: 133%;
  }
  .mobile-l\:h-133vh {
    height: 133vh;
  }
  .mobile-l\:w-133vw {
    width: 133vw;
  }
  .mobile-l\:min_w-133vw {
    min-width: 133vw;
  }
  .mobile-l\:min_h-133vh {
    min-height: 133vh;
  }
  .mobile-l\:max_w-133vw {
    max-width: 133vw;
  }
  .mobile-l\:max_h-133vh {
    max-height: 133vh;
  }
  .mobile-l\:m-t-134\% {
    margin-top: 134%;
  }
  .mobile-l\:m-t--134\% {
    margin-top: -134%;
  }
  .mobile-l\:p-t-134\% {
    padding-top: 134%;
  }
  .mobile-l\:p-t--134\% {
    padding-top: -134%;
  }
  .mobile-l\:top-134\% {
    top: 134%;
  }
  .mobile-l\:top--134\% {
    top: -134%;
  }
  .mobile-l\:m-b-134\% {
    margin-bottom: 134%;
  }
  .mobile-l\:m-b--134\% {
    margin-bottom: -134%;
  }
  .mobile-l\:p-b-134\% {
    padding-bottom: 134%;
  }
  .mobile-l\:p-b--134\% {
    padding-bottom: -134%;
  }
  .mobile-l\:bottom-134\% {
    bottom: 134%;
  }
  .mobile-l\:bottom--134\% {
    bottom: -134%;
  }
  .mobile-l\:m-l-134\% {
    margin-left: 134%;
  }
  .mobile-l\:m-l--134\% {
    margin-left: -134%;
  }
  .mobile-l\:p-l-134\% {
    padding-left: 134%;
  }
  .mobile-l\:p-l--134\% {
    padding-left: -134%;
  }
  .mobile-l\:left-134\% {
    left: 134%;
  }
  .mobile-l\:left--134\% {
    left: -134%;
  }
  .mobile-l\:m-r-134\% {
    margin-right: 134%;
  }
  .mobile-l\:m-r--134\% {
    margin-right: -134%;
  }
  .mobile-l\:p-r-134\% {
    padding-right: 134%;
  }
  .mobile-l\:p-r--134\% {
    padding-right: -134%;
  }
  .mobile-l\:right-134\% {
    right: 134%;
  }
  .mobile-l\:right--134\% {
    right: -134%;
  }
  .mobile-l\:h-134\% {
    height: 134%;
  }
  .mobile-l\:w-134\% {
    width: 134%;
  }
  .mobile-l\:max_h-134\% {
    max-height: 134%;
  }
  .mobile-l\:max_w-134\% {
    max-width: 134%;
  }
  .mobile-l\:min_h-134\% {
    min-height: 134%;
  }
  .mobile-l\:min_w-134\% {
    min-width: 134%;
  }
  .mobile-l\:h-134vh {
    height: 134vh;
  }
  .mobile-l\:w-134vw {
    width: 134vw;
  }
  .mobile-l\:min_w-134vw {
    min-width: 134vw;
  }
  .mobile-l\:min_h-134vh {
    min-height: 134vh;
  }
  .mobile-l\:max_w-134vw {
    max-width: 134vw;
  }
  .mobile-l\:max_h-134vh {
    max-height: 134vh;
  }
  .mobile-l\:m-t-135\% {
    margin-top: 135%;
  }
  .mobile-l\:m-t--135\% {
    margin-top: -135%;
  }
  .mobile-l\:p-t-135\% {
    padding-top: 135%;
  }
  .mobile-l\:p-t--135\% {
    padding-top: -135%;
  }
  .mobile-l\:top-135\% {
    top: 135%;
  }
  .mobile-l\:top--135\% {
    top: -135%;
  }
  .mobile-l\:m-b-135\% {
    margin-bottom: 135%;
  }
  .mobile-l\:m-b--135\% {
    margin-bottom: -135%;
  }
  .mobile-l\:p-b-135\% {
    padding-bottom: 135%;
  }
  .mobile-l\:p-b--135\% {
    padding-bottom: -135%;
  }
  .mobile-l\:bottom-135\% {
    bottom: 135%;
  }
  .mobile-l\:bottom--135\% {
    bottom: -135%;
  }
  .mobile-l\:m-l-135\% {
    margin-left: 135%;
  }
  .mobile-l\:m-l--135\% {
    margin-left: -135%;
  }
  .mobile-l\:p-l-135\% {
    padding-left: 135%;
  }
  .mobile-l\:p-l--135\% {
    padding-left: -135%;
  }
  .mobile-l\:left-135\% {
    left: 135%;
  }
  .mobile-l\:left--135\% {
    left: -135%;
  }
  .mobile-l\:m-r-135\% {
    margin-right: 135%;
  }
  .mobile-l\:m-r--135\% {
    margin-right: -135%;
  }
  .mobile-l\:p-r-135\% {
    padding-right: 135%;
  }
  .mobile-l\:p-r--135\% {
    padding-right: -135%;
  }
  .mobile-l\:right-135\% {
    right: 135%;
  }
  .mobile-l\:right--135\% {
    right: -135%;
  }
  .mobile-l\:h-135\% {
    height: 135%;
  }
  .mobile-l\:w-135\% {
    width: 135%;
  }
  .mobile-l\:max_h-135\% {
    max-height: 135%;
  }
  .mobile-l\:max_w-135\% {
    max-width: 135%;
  }
  .mobile-l\:min_h-135\% {
    min-height: 135%;
  }
  .mobile-l\:min_w-135\% {
    min-width: 135%;
  }
  .mobile-l\:h-135vh {
    height: 135vh;
  }
  .mobile-l\:w-135vw {
    width: 135vw;
  }
  .mobile-l\:min_w-135vw {
    min-width: 135vw;
  }
  .mobile-l\:min_h-135vh {
    min-height: 135vh;
  }
  .mobile-l\:max_w-135vw {
    max-width: 135vw;
  }
  .mobile-l\:max_h-135vh {
    max-height: 135vh;
  }
  .mobile-l\:m-t-136\% {
    margin-top: 136%;
  }
  .mobile-l\:m-t--136\% {
    margin-top: -136%;
  }
  .mobile-l\:p-t-136\% {
    padding-top: 136%;
  }
  .mobile-l\:p-t--136\% {
    padding-top: -136%;
  }
  .mobile-l\:top-136\% {
    top: 136%;
  }
  .mobile-l\:top--136\% {
    top: -136%;
  }
  .mobile-l\:m-b-136\% {
    margin-bottom: 136%;
  }
  .mobile-l\:m-b--136\% {
    margin-bottom: -136%;
  }
  .mobile-l\:p-b-136\% {
    padding-bottom: 136%;
  }
  .mobile-l\:p-b--136\% {
    padding-bottom: -136%;
  }
  .mobile-l\:bottom-136\% {
    bottom: 136%;
  }
  .mobile-l\:bottom--136\% {
    bottom: -136%;
  }
  .mobile-l\:m-l-136\% {
    margin-left: 136%;
  }
  .mobile-l\:m-l--136\% {
    margin-left: -136%;
  }
  .mobile-l\:p-l-136\% {
    padding-left: 136%;
  }
  .mobile-l\:p-l--136\% {
    padding-left: -136%;
  }
  .mobile-l\:left-136\% {
    left: 136%;
  }
  .mobile-l\:left--136\% {
    left: -136%;
  }
  .mobile-l\:m-r-136\% {
    margin-right: 136%;
  }
  .mobile-l\:m-r--136\% {
    margin-right: -136%;
  }
  .mobile-l\:p-r-136\% {
    padding-right: 136%;
  }
  .mobile-l\:p-r--136\% {
    padding-right: -136%;
  }
  .mobile-l\:right-136\% {
    right: 136%;
  }
  .mobile-l\:right--136\% {
    right: -136%;
  }
  .mobile-l\:h-136\% {
    height: 136%;
  }
  .mobile-l\:w-136\% {
    width: 136%;
  }
  .mobile-l\:max_h-136\% {
    max-height: 136%;
  }
  .mobile-l\:max_w-136\% {
    max-width: 136%;
  }
  .mobile-l\:min_h-136\% {
    min-height: 136%;
  }
  .mobile-l\:min_w-136\% {
    min-width: 136%;
  }
  .mobile-l\:h-136vh {
    height: 136vh;
  }
  .mobile-l\:w-136vw {
    width: 136vw;
  }
  .mobile-l\:min_w-136vw {
    min-width: 136vw;
  }
  .mobile-l\:min_h-136vh {
    min-height: 136vh;
  }
  .mobile-l\:max_w-136vw {
    max-width: 136vw;
  }
  .mobile-l\:max_h-136vh {
    max-height: 136vh;
  }
  .mobile-l\:m-t-137\% {
    margin-top: 137%;
  }
  .mobile-l\:m-t--137\% {
    margin-top: -137%;
  }
  .mobile-l\:p-t-137\% {
    padding-top: 137%;
  }
  .mobile-l\:p-t--137\% {
    padding-top: -137%;
  }
  .mobile-l\:top-137\% {
    top: 137%;
  }
  .mobile-l\:top--137\% {
    top: -137%;
  }
  .mobile-l\:m-b-137\% {
    margin-bottom: 137%;
  }
  .mobile-l\:m-b--137\% {
    margin-bottom: -137%;
  }
  .mobile-l\:p-b-137\% {
    padding-bottom: 137%;
  }
  .mobile-l\:p-b--137\% {
    padding-bottom: -137%;
  }
  .mobile-l\:bottom-137\% {
    bottom: 137%;
  }
  .mobile-l\:bottom--137\% {
    bottom: -137%;
  }
  .mobile-l\:m-l-137\% {
    margin-left: 137%;
  }
  .mobile-l\:m-l--137\% {
    margin-left: -137%;
  }
  .mobile-l\:p-l-137\% {
    padding-left: 137%;
  }
  .mobile-l\:p-l--137\% {
    padding-left: -137%;
  }
  .mobile-l\:left-137\% {
    left: 137%;
  }
  .mobile-l\:left--137\% {
    left: -137%;
  }
  .mobile-l\:m-r-137\% {
    margin-right: 137%;
  }
  .mobile-l\:m-r--137\% {
    margin-right: -137%;
  }
  .mobile-l\:p-r-137\% {
    padding-right: 137%;
  }
  .mobile-l\:p-r--137\% {
    padding-right: -137%;
  }
  .mobile-l\:right-137\% {
    right: 137%;
  }
  .mobile-l\:right--137\% {
    right: -137%;
  }
  .mobile-l\:h-137\% {
    height: 137%;
  }
  .mobile-l\:w-137\% {
    width: 137%;
  }
  .mobile-l\:max_h-137\% {
    max-height: 137%;
  }
  .mobile-l\:max_w-137\% {
    max-width: 137%;
  }
  .mobile-l\:min_h-137\% {
    min-height: 137%;
  }
  .mobile-l\:min_w-137\% {
    min-width: 137%;
  }
  .mobile-l\:h-137vh {
    height: 137vh;
  }
  .mobile-l\:w-137vw {
    width: 137vw;
  }
  .mobile-l\:min_w-137vw {
    min-width: 137vw;
  }
  .mobile-l\:min_h-137vh {
    min-height: 137vh;
  }
  .mobile-l\:max_w-137vw {
    max-width: 137vw;
  }
  .mobile-l\:max_h-137vh {
    max-height: 137vh;
  }
  .mobile-l\:m-t-138\% {
    margin-top: 138%;
  }
  .mobile-l\:m-t--138\% {
    margin-top: -138%;
  }
  .mobile-l\:p-t-138\% {
    padding-top: 138%;
  }
  .mobile-l\:p-t--138\% {
    padding-top: -138%;
  }
  .mobile-l\:top-138\% {
    top: 138%;
  }
  .mobile-l\:top--138\% {
    top: -138%;
  }
  .mobile-l\:m-b-138\% {
    margin-bottom: 138%;
  }
  .mobile-l\:m-b--138\% {
    margin-bottom: -138%;
  }
  .mobile-l\:p-b-138\% {
    padding-bottom: 138%;
  }
  .mobile-l\:p-b--138\% {
    padding-bottom: -138%;
  }
  .mobile-l\:bottom-138\% {
    bottom: 138%;
  }
  .mobile-l\:bottom--138\% {
    bottom: -138%;
  }
  .mobile-l\:m-l-138\% {
    margin-left: 138%;
  }
  .mobile-l\:m-l--138\% {
    margin-left: -138%;
  }
  .mobile-l\:p-l-138\% {
    padding-left: 138%;
  }
  .mobile-l\:p-l--138\% {
    padding-left: -138%;
  }
  .mobile-l\:left-138\% {
    left: 138%;
  }
  .mobile-l\:left--138\% {
    left: -138%;
  }
  .mobile-l\:m-r-138\% {
    margin-right: 138%;
  }
  .mobile-l\:m-r--138\% {
    margin-right: -138%;
  }
  .mobile-l\:p-r-138\% {
    padding-right: 138%;
  }
  .mobile-l\:p-r--138\% {
    padding-right: -138%;
  }
  .mobile-l\:right-138\% {
    right: 138%;
  }
  .mobile-l\:right--138\% {
    right: -138%;
  }
  .mobile-l\:h-138\% {
    height: 138%;
  }
  .mobile-l\:w-138\% {
    width: 138%;
  }
  .mobile-l\:max_h-138\% {
    max-height: 138%;
  }
  .mobile-l\:max_w-138\% {
    max-width: 138%;
  }
  .mobile-l\:min_h-138\% {
    min-height: 138%;
  }
  .mobile-l\:min_w-138\% {
    min-width: 138%;
  }
  .mobile-l\:h-138vh {
    height: 138vh;
  }
  .mobile-l\:w-138vw {
    width: 138vw;
  }
  .mobile-l\:min_w-138vw {
    min-width: 138vw;
  }
  .mobile-l\:min_h-138vh {
    min-height: 138vh;
  }
  .mobile-l\:max_w-138vw {
    max-width: 138vw;
  }
  .mobile-l\:max_h-138vh {
    max-height: 138vh;
  }
  .mobile-l\:m-t-139\% {
    margin-top: 139%;
  }
  .mobile-l\:m-t--139\% {
    margin-top: -139%;
  }
  .mobile-l\:p-t-139\% {
    padding-top: 139%;
  }
  .mobile-l\:p-t--139\% {
    padding-top: -139%;
  }
  .mobile-l\:top-139\% {
    top: 139%;
  }
  .mobile-l\:top--139\% {
    top: -139%;
  }
  .mobile-l\:m-b-139\% {
    margin-bottom: 139%;
  }
  .mobile-l\:m-b--139\% {
    margin-bottom: -139%;
  }
  .mobile-l\:p-b-139\% {
    padding-bottom: 139%;
  }
  .mobile-l\:p-b--139\% {
    padding-bottom: -139%;
  }
  .mobile-l\:bottom-139\% {
    bottom: 139%;
  }
  .mobile-l\:bottom--139\% {
    bottom: -139%;
  }
  .mobile-l\:m-l-139\% {
    margin-left: 139%;
  }
  .mobile-l\:m-l--139\% {
    margin-left: -139%;
  }
  .mobile-l\:p-l-139\% {
    padding-left: 139%;
  }
  .mobile-l\:p-l--139\% {
    padding-left: -139%;
  }
  .mobile-l\:left-139\% {
    left: 139%;
  }
  .mobile-l\:left--139\% {
    left: -139%;
  }
  .mobile-l\:m-r-139\% {
    margin-right: 139%;
  }
  .mobile-l\:m-r--139\% {
    margin-right: -139%;
  }
  .mobile-l\:p-r-139\% {
    padding-right: 139%;
  }
  .mobile-l\:p-r--139\% {
    padding-right: -139%;
  }
  .mobile-l\:right-139\% {
    right: 139%;
  }
  .mobile-l\:right--139\% {
    right: -139%;
  }
  .mobile-l\:h-139\% {
    height: 139%;
  }
  .mobile-l\:w-139\% {
    width: 139%;
  }
  .mobile-l\:max_h-139\% {
    max-height: 139%;
  }
  .mobile-l\:max_w-139\% {
    max-width: 139%;
  }
  .mobile-l\:min_h-139\% {
    min-height: 139%;
  }
  .mobile-l\:min_w-139\% {
    min-width: 139%;
  }
  .mobile-l\:h-139vh {
    height: 139vh;
  }
  .mobile-l\:w-139vw {
    width: 139vw;
  }
  .mobile-l\:min_w-139vw {
    min-width: 139vw;
  }
  .mobile-l\:min_h-139vh {
    min-height: 139vh;
  }
  .mobile-l\:max_w-139vw {
    max-width: 139vw;
  }
  .mobile-l\:max_h-139vh {
    max-height: 139vh;
  }
  .mobile-l\:m-t-140\% {
    margin-top: 140%;
  }
  .mobile-l\:m-t--140\% {
    margin-top: -140%;
  }
  .mobile-l\:p-t-140\% {
    padding-top: 140%;
  }
  .mobile-l\:p-t--140\% {
    padding-top: -140%;
  }
  .mobile-l\:top-140\% {
    top: 140%;
  }
  .mobile-l\:top--140\% {
    top: -140%;
  }
  .mobile-l\:m-b-140\% {
    margin-bottom: 140%;
  }
  .mobile-l\:m-b--140\% {
    margin-bottom: -140%;
  }
  .mobile-l\:p-b-140\% {
    padding-bottom: 140%;
  }
  .mobile-l\:p-b--140\% {
    padding-bottom: -140%;
  }
  .mobile-l\:bottom-140\% {
    bottom: 140%;
  }
  .mobile-l\:bottom--140\% {
    bottom: -140%;
  }
  .mobile-l\:m-l-140\% {
    margin-left: 140%;
  }
  .mobile-l\:m-l--140\% {
    margin-left: -140%;
  }
  .mobile-l\:p-l-140\% {
    padding-left: 140%;
  }
  .mobile-l\:p-l--140\% {
    padding-left: -140%;
  }
  .mobile-l\:left-140\% {
    left: 140%;
  }
  .mobile-l\:left--140\% {
    left: -140%;
  }
  .mobile-l\:m-r-140\% {
    margin-right: 140%;
  }
  .mobile-l\:m-r--140\% {
    margin-right: -140%;
  }
  .mobile-l\:p-r-140\% {
    padding-right: 140%;
  }
  .mobile-l\:p-r--140\% {
    padding-right: -140%;
  }
  .mobile-l\:right-140\% {
    right: 140%;
  }
  .mobile-l\:right--140\% {
    right: -140%;
  }
  .mobile-l\:h-140\% {
    height: 140%;
  }
  .mobile-l\:w-140\% {
    width: 140%;
  }
  .mobile-l\:max_h-140\% {
    max-height: 140%;
  }
  .mobile-l\:max_w-140\% {
    max-width: 140%;
  }
  .mobile-l\:min_h-140\% {
    min-height: 140%;
  }
  .mobile-l\:min_w-140\% {
    min-width: 140%;
  }
  .mobile-l\:h-140vh {
    height: 140vh;
  }
  .mobile-l\:w-140vw {
    width: 140vw;
  }
  .mobile-l\:min_w-140vw {
    min-width: 140vw;
  }
  .mobile-l\:min_h-140vh {
    min-height: 140vh;
  }
  .mobile-l\:max_w-140vw {
    max-width: 140vw;
  }
  .mobile-l\:max_h-140vh {
    max-height: 140vh;
  }
  .mobile-l\:m-t-141\% {
    margin-top: 141%;
  }
  .mobile-l\:m-t--141\% {
    margin-top: -141%;
  }
  .mobile-l\:p-t-141\% {
    padding-top: 141%;
  }
  .mobile-l\:p-t--141\% {
    padding-top: -141%;
  }
  .mobile-l\:top-141\% {
    top: 141%;
  }
  .mobile-l\:top--141\% {
    top: -141%;
  }
  .mobile-l\:m-b-141\% {
    margin-bottom: 141%;
  }
  .mobile-l\:m-b--141\% {
    margin-bottom: -141%;
  }
  .mobile-l\:p-b-141\% {
    padding-bottom: 141%;
  }
  .mobile-l\:p-b--141\% {
    padding-bottom: -141%;
  }
  .mobile-l\:bottom-141\% {
    bottom: 141%;
  }
  .mobile-l\:bottom--141\% {
    bottom: -141%;
  }
  .mobile-l\:m-l-141\% {
    margin-left: 141%;
  }
  .mobile-l\:m-l--141\% {
    margin-left: -141%;
  }
  .mobile-l\:p-l-141\% {
    padding-left: 141%;
  }
  .mobile-l\:p-l--141\% {
    padding-left: -141%;
  }
  .mobile-l\:left-141\% {
    left: 141%;
  }
  .mobile-l\:left--141\% {
    left: -141%;
  }
  .mobile-l\:m-r-141\% {
    margin-right: 141%;
  }
  .mobile-l\:m-r--141\% {
    margin-right: -141%;
  }
  .mobile-l\:p-r-141\% {
    padding-right: 141%;
  }
  .mobile-l\:p-r--141\% {
    padding-right: -141%;
  }
  .mobile-l\:right-141\% {
    right: 141%;
  }
  .mobile-l\:right--141\% {
    right: -141%;
  }
  .mobile-l\:h-141\% {
    height: 141%;
  }
  .mobile-l\:w-141\% {
    width: 141%;
  }
  .mobile-l\:max_h-141\% {
    max-height: 141%;
  }
  .mobile-l\:max_w-141\% {
    max-width: 141%;
  }
  .mobile-l\:min_h-141\% {
    min-height: 141%;
  }
  .mobile-l\:min_w-141\% {
    min-width: 141%;
  }
  .mobile-l\:h-141vh {
    height: 141vh;
  }
  .mobile-l\:w-141vw {
    width: 141vw;
  }
  .mobile-l\:min_w-141vw {
    min-width: 141vw;
  }
  .mobile-l\:min_h-141vh {
    min-height: 141vh;
  }
  .mobile-l\:max_w-141vw {
    max-width: 141vw;
  }
  .mobile-l\:max_h-141vh {
    max-height: 141vh;
  }
  .mobile-l\:m-t-142\% {
    margin-top: 142%;
  }
  .mobile-l\:m-t--142\% {
    margin-top: -142%;
  }
  .mobile-l\:p-t-142\% {
    padding-top: 142%;
  }
  .mobile-l\:p-t--142\% {
    padding-top: -142%;
  }
  .mobile-l\:top-142\% {
    top: 142%;
  }
  .mobile-l\:top--142\% {
    top: -142%;
  }
  .mobile-l\:m-b-142\% {
    margin-bottom: 142%;
  }
  .mobile-l\:m-b--142\% {
    margin-bottom: -142%;
  }
  .mobile-l\:p-b-142\% {
    padding-bottom: 142%;
  }
  .mobile-l\:p-b--142\% {
    padding-bottom: -142%;
  }
  .mobile-l\:bottom-142\% {
    bottom: 142%;
  }
  .mobile-l\:bottom--142\% {
    bottom: -142%;
  }
  .mobile-l\:m-l-142\% {
    margin-left: 142%;
  }
  .mobile-l\:m-l--142\% {
    margin-left: -142%;
  }
  .mobile-l\:p-l-142\% {
    padding-left: 142%;
  }
  .mobile-l\:p-l--142\% {
    padding-left: -142%;
  }
  .mobile-l\:left-142\% {
    left: 142%;
  }
  .mobile-l\:left--142\% {
    left: -142%;
  }
  .mobile-l\:m-r-142\% {
    margin-right: 142%;
  }
  .mobile-l\:m-r--142\% {
    margin-right: -142%;
  }
  .mobile-l\:p-r-142\% {
    padding-right: 142%;
  }
  .mobile-l\:p-r--142\% {
    padding-right: -142%;
  }
  .mobile-l\:right-142\% {
    right: 142%;
  }
  .mobile-l\:right--142\% {
    right: -142%;
  }
  .mobile-l\:h-142\% {
    height: 142%;
  }
  .mobile-l\:w-142\% {
    width: 142%;
  }
  .mobile-l\:max_h-142\% {
    max-height: 142%;
  }
  .mobile-l\:max_w-142\% {
    max-width: 142%;
  }
  .mobile-l\:min_h-142\% {
    min-height: 142%;
  }
  .mobile-l\:min_w-142\% {
    min-width: 142%;
  }
  .mobile-l\:h-142vh {
    height: 142vh;
  }
  .mobile-l\:w-142vw {
    width: 142vw;
  }
  .mobile-l\:min_w-142vw {
    min-width: 142vw;
  }
  .mobile-l\:min_h-142vh {
    min-height: 142vh;
  }
  .mobile-l\:max_w-142vw {
    max-width: 142vw;
  }
  .mobile-l\:max_h-142vh {
    max-height: 142vh;
  }
  .mobile-l\:m-t-143\% {
    margin-top: 143%;
  }
  .mobile-l\:m-t--143\% {
    margin-top: -143%;
  }
  .mobile-l\:p-t-143\% {
    padding-top: 143%;
  }
  .mobile-l\:p-t--143\% {
    padding-top: -143%;
  }
  .mobile-l\:top-143\% {
    top: 143%;
  }
  .mobile-l\:top--143\% {
    top: -143%;
  }
  .mobile-l\:m-b-143\% {
    margin-bottom: 143%;
  }
  .mobile-l\:m-b--143\% {
    margin-bottom: -143%;
  }
  .mobile-l\:p-b-143\% {
    padding-bottom: 143%;
  }
  .mobile-l\:p-b--143\% {
    padding-bottom: -143%;
  }
  .mobile-l\:bottom-143\% {
    bottom: 143%;
  }
  .mobile-l\:bottom--143\% {
    bottom: -143%;
  }
  .mobile-l\:m-l-143\% {
    margin-left: 143%;
  }
  .mobile-l\:m-l--143\% {
    margin-left: -143%;
  }
  .mobile-l\:p-l-143\% {
    padding-left: 143%;
  }
  .mobile-l\:p-l--143\% {
    padding-left: -143%;
  }
  .mobile-l\:left-143\% {
    left: 143%;
  }
  .mobile-l\:left--143\% {
    left: -143%;
  }
  .mobile-l\:m-r-143\% {
    margin-right: 143%;
  }
  .mobile-l\:m-r--143\% {
    margin-right: -143%;
  }
  .mobile-l\:p-r-143\% {
    padding-right: 143%;
  }
  .mobile-l\:p-r--143\% {
    padding-right: -143%;
  }
  .mobile-l\:right-143\% {
    right: 143%;
  }
  .mobile-l\:right--143\% {
    right: -143%;
  }
  .mobile-l\:h-143\% {
    height: 143%;
  }
  .mobile-l\:w-143\% {
    width: 143%;
  }
  .mobile-l\:max_h-143\% {
    max-height: 143%;
  }
  .mobile-l\:max_w-143\% {
    max-width: 143%;
  }
  .mobile-l\:min_h-143\% {
    min-height: 143%;
  }
  .mobile-l\:min_w-143\% {
    min-width: 143%;
  }
  .mobile-l\:h-143vh {
    height: 143vh;
  }
  .mobile-l\:w-143vw {
    width: 143vw;
  }
  .mobile-l\:min_w-143vw {
    min-width: 143vw;
  }
  .mobile-l\:min_h-143vh {
    min-height: 143vh;
  }
  .mobile-l\:max_w-143vw {
    max-width: 143vw;
  }
  .mobile-l\:max_h-143vh {
    max-height: 143vh;
  }
  .mobile-l\:m-t-144\% {
    margin-top: 144%;
  }
  .mobile-l\:m-t--144\% {
    margin-top: -144%;
  }
  .mobile-l\:p-t-144\% {
    padding-top: 144%;
  }
  .mobile-l\:p-t--144\% {
    padding-top: -144%;
  }
  .mobile-l\:top-144\% {
    top: 144%;
  }
  .mobile-l\:top--144\% {
    top: -144%;
  }
  .mobile-l\:m-b-144\% {
    margin-bottom: 144%;
  }
  .mobile-l\:m-b--144\% {
    margin-bottom: -144%;
  }
  .mobile-l\:p-b-144\% {
    padding-bottom: 144%;
  }
  .mobile-l\:p-b--144\% {
    padding-bottom: -144%;
  }
  .mobile-l\:bottom-144\% {
    bottom: 144%;
  }
  .mobile-l\:bottom--144\% {
    bottom: -144%;
  }
  .mobile-l\:m-l-144\% {
    margin-left: 144%;
  }
  .mobile-l\:m-l--144\% {
    margin-left: -144%;
  }
  .mobile-l\:p-l-144\% {
    padding-left: 144%;
  }
  .mobile-l\:p-l--144\% {
    padding-left: -144%;
  }
  .mobile-l\:left-144\% {
    left: 144%;
  }
  .mobile-l\:left--144\% {
    left: -144%;
  }
  .mobile-l\:m-r-144\% {
    margin-right: 144%;
  }
  .mobile-l\:m-r--144\% {
    margin-right: -144%;
  }
  .mobile-l\:p-r-144\% {
    padding-right: 144%;
  }
  .mobile-l\:p-r--144\% {
    padding-right: -144%;
  }
  .mobile-l\:right-144\% {
    right: 144%;
  }
  .mobile-l\:right--144\% {
    right: -144%;
  }
  .mobile-l\:h-144\% {
    height: 144%;
  }
  .mobile-l\:w-144\% {
    width: 144%;
  }
  .mobile-l\:max_h-144\% {
    max-height: 144%;
  }
  .mobile-l\:max_w-144\% {
    max-width: 144%;
  }
  .mobile-l\:min_h-144\% {
    min-height: 144%;
  }
  .mobile-l\:min_w-144\% {
    min-width: 144%;
  }
  .mobile-l\:h-144vh {
    height: 144vh;
  }
  .mobile-l\:w-144vw {
    width: 144vw;
  }
  .mobile-l\:min_w-144vw {
    min-width: 144vw;
  }
  .mobile-l\:min_h-144vh {
    min-height: 144vh;
  }
  .mobile-l\:max_w-144vw {
    max-width: 144vw;
  }
  .mobile-l\:max_h-144vh {
    max-height: 144vh;
  }
  .mobile-l\:m-t-145\% {
    margin-top: 145%;
  }
  .mobile-l\:m-t--145\% {
    margin-top: -145%;
  }
  .mobile-l\:p-t-145\% {
    padding-top: 145%;
  }
  .mobile-l\:p-t--145\% {
    padding-top: -145%;
  }
  .mobile-l\:top-145\% {
    top: 145%;
  }
  .mobile-l\:top--145\% {
    top: -145%;
  }
  .mobile-l\:m-b-145\% {
    margin-bottom: 145%;
  }
  .mobile-l\:m-b--145\% {
    margin-bottom: -145%;
  }
  .mobile-l\:p-b-145\% {
    padding-bottom: 145%;
  }
  .mobile-l\:p-b--145\% {
    padding-bottom: -145%;
  }
  .mobile-l\:bottom-145\% {
    bottom: 145%;
  }
  .mobile-l\:bottom--145\% {
    bottom: -145%;
  }
  .mobile-l\:m-l-145\% {
    margin-left: 145%;
  }
  .mobile-l\:m-l--145\% {
    margin-left: -145%;
  }
  .mobile-l\:p-l-145\% {
    padding-left: 145%;
  }
  .mobile-l\:p-l--145\% {
    padding-left: -145%;
  }
  .mobile-l\:left-145\% {
    left: 145%;
  }
  .mobile-l\:left--145\% {
    left: -145%;
  }
  .mobile-l\:m-r-145\% {
    margin-right: 145%;
  }
  .mobile-l\:m-r--145\% {
    margin-right: -145%;
  }
  .mobile-l\:p-r-145\% {
    padding-right: 145%;
  }
  .mobile-l\:p-r--145\% {
    padding-right: -145%;
  }
  .mobile-l\:right-145\% {
    right: 145%;
  }
  .mobile-l\:right--145\% {
    right: -145%;
  }
  .mobile-l\:h-145\% {
    height: 145%;
  }
  .mobile-l\:w-145\% {
    width: 145%;
  }
  .mobile-l\:max_h-145\% {
    max-height: 145%;
  }
  .mobile-l\:max_w-145\% {
    max-width: 145%;
  }
  .mobile-l\:min_h-145\% {
    min-height: 145%;
  }
  .mobile-l\:min_w-145\% {
    min-width: 145%;
  }
  .mobile-l\:h-145vh {
    height: 145vh;
  }
  .mobile-l\:w-145vw {
    width: 145vw;
  }
  .mobile-l\:min_w-145vw {
    min-width: 145vw;
  }
  .mobile-l\:min_h-145vh {
    min-height: 145vh;
  }
  .mobile-l\:max_w-145vw {
    max-width: 145vw;
  }
  .mobile-l\:max_h-145vh {
    max-height: 145vh;
  }
  .mobile-l\:m-t-146\% {
    margin-top: 146%;
  }
  .mobile-l\:m-t--146\% {
    margin-top: -146%;
  }
  .mobile-l\:p-t-146\% {
    padding-top: 146%;
  }
  .mobile-l\:p-t--146\% {
    padding-top: -146%;
  }
  .mobile-l\:top-146\% {
    top: 146%;
  }
  .mobile-l\:top--146\% {
    top: -146%;
  }
  .mobile-l\:m-b-146\% {
    margin-bottom: 146%;
  }
  .mobile-l\:m-b--146\% {
    margin-bottom: -146%;
  }
  .mobile-l\:p-b-146\% {
    padding-bottom: 146%;
  }
  .mobile-l\:p-b--146\% {
    padding-bottom: -146%;
  }
  .mobile-l\:bottom-146\% {
    bottom: 146%;
  }
  .mobile-l\:bottom--146\% {
    bottom: -146%;
  }
  .mobile-l\:m-l-146\% {
    margin-left: 146%;
  }
  .mobile-l\:m-l--146\% {
    margin-left: -146%;
  }
  .mobile-l\:p-l-146\% {
    padding-left: 146%;
  }
  .mobile-l\:p-l--146\% {
    padding-left: -146%;
  }
  .mobile-l\:left-146\% {
    left: 146%;
  }
  .mobile-l\:left--146\% {
    left: -146%;
  }
  .mobile-l\:m-r-146\% {
    margin-right: 146%;
  }
  .mobile-l\:m-r--146\% {
    margin-right: -146%;
  }
  .mobile-l\:p-r-146\% {
    padding-right: 146%;
  }
  .mobile-l\:p-r--146\% {
    padding-right: -146%;
  }
  .mobile-l\:right-146\% {
    right: 146%;
  }
  .mobile-l\:right--146\% {
    right: -146%;
  }
  .mobile-l\:h-146\% {
    height: 146%;
  }
  .mobile-l\:w-146\% {
    width: 146%;
  }
  .mobile-l\:max_h-146\% {
    max-height: 146%;
  }
  .mobile-l\:max_w-146\% {
    max-width: 146%;
  }
  .mobile-l\:min_h-146\% {
    min-height: 146%;
  }
  .mobile-l\:min_w-146\% {
    min-width: 146%;
  }
  .mobile-l\:h-146vh {
    height: 146vh;
  }
  .mobile-l\:w-146vw {
    width: 146vw;
  }
  .mobile-l\:min_w-146vw {
    min-width: 146vw;
  }
  .mobile-l\:min_h-146vh {
    min-height: 146vh;
  }
  .mobile-l\:max_w-146vw {
    max-width: 146vw;
  }
  .mobile-l\:max_h-146vh {
    max-height: 146vh;
  }
  .mobile-l\:m-t-147\% {
    margin-top: 147%;
  }
  .mobile-l\:m-t--147\% {
    margin-top: -147%;
  }
  .mobile-l\:p-t-147\% {
    padding-top: 147%;
  }
  .mobile-l\:p-t--147\% {
    padding-top: -147%;
  }
  .mobile-l\:top-147\% {
    top: 147%;
  }
  .mobile-l\:top--147\% {
    top: -147%;
  }
  .mobile-l\:m-b-147\% {
    margin-bottom: 147%;
  }
  .mobile-l\:m-b--147\% {
    margin-bottom: -147%;
  }
  .mobile-l\:p-b-147\% {
    padding-bottom: 147%;
  }
  .mobile-l\:p-b--147\% {
    padding-bottom: -147%;
  }
  .mobile-l\:bottom-147\% {
    bottom: 147%;
  }
  .mobile-l\:bottom--147\% {
    bottom: -147%;
  }
  .mobile-l\:m-l-147\% {
    margin-left: 147%;
  }
  .mobile-l\:m-l--147\% {
    margin-left: -147%;
  }
  .mobile-l\:p-l-147\% {
    padding-left: 147%;
  }
  .mobile-l\:p-l--147\% {
    padding-left: -147%;
  }
  .mobile-l\:left-147\% {
    left: 147%;
  }
  .mobile-l\:left--147\% {
    left: -147%;
  }
  .mobile-l\:m-r-147\% {
    margin-right: 147%;
  }
  .mobile-l\:m-r--147\% {
    margin-right: -147%;
  }
  .mobile-l\:p-r-147\% {
    padding-right: 147%;
  }
  .mobile-l\:p-r--147\% {
    padding-right: -147%;
  }
  .mobile-l\:right-147\% {
    right: 147%;
  }
  .mobile-l\:right--147\% {
    right: -147%;
  }
  .mobile-l\:h-147\% {
    height: 147%;
  }
  .mobile-l\:w-147\% {
    width: 147%;
  }
  .mobile-l\:max_h-147\% {
    max-height: 147%;
  }
  .mobile-l\:max_w-147\% {
    max-width: 147%;
  }
  .mobile-l\:min_h-147\% {
    min-height: 147%;
  }
  .mobile-l\:min_w-147\% {
    min-width: 147%;
  }
  .mobile-l\:h-147vh {
    height: 147vh;
  }
  .mobile-l\:w-147vw {
    width: 147vw;
  }
  .mobile-l\:min_w-147vw {
    min-width: 147vw;
  }
  .mobile-l\:min_h-147vh {
    min-height: 147vh;
  }
  .mobile-l\:max_w-147vw {
    max-width: 147vw;
  }
  .mobile-l\:max_h-147vh {
    max-height: 147vh;
  }
  .mobile-l\:m-t-148\% {
    margin-top: 148%;
  }
  .mobile-l\:m-t--148\% {
    margin-top: -148%;
  }
  .mobile-l\:p-t-148\% {
    padding-top: 148%;
  }
  .mobile-l\:p-t--148\% {
    padding-top: -148%;
  }
  .mobile-l\:top-148\% {
    top: 148%;
  }
  .mobile-l\:top--148\% {
    top: -148%;
  }
  .mobile-l\:m-b-148\% {
    margin-bottom: 148%;
  }
  .mobile-l\:m-b--148\% {
    margin-bottom: -148%;
  }
  .mobile-l\:p-b-148\% {
    padding-bottom: 148%;
  }
  .mobile-l\:p-b--148\% {
    padding-bottom: -148%;
  }
  .mobile-l\:bottom-148\% {
    bottom: 148%;
  }
  .mobile-l\:bottom--148\% {
    bottom: -148%;
  }
  .mobile-l\:m-l-148\% {
    margin-left: 148%;
  }
  .mobile-l\:m-l--148\% {
    margin-left: -148%;
  }
  .mobile-l\:p-l-148\% {
    padding-left: 148%;
  }
  .mobile-l\:p-l--148\% {
    padding-left: -148%;
  }
  .mobile-l\:left-148\% {
    left: 148%;
  }
  .mobile-l\:left--148\% {
    left: -148%;
  }
  .mobile-l\:m-r-148\% {
    margin-right: 148%;
  }
  .mobile-l\:m-r--148\% {
    margin-right: -148%;
  }
  .mobile-l\:p-r-148\% {
    padding-right: 148%;
  }
  .mobile-l\:p-r--148\% {
    padding-right: -148%;
  }
  .mobile-l\:right-148\% {
    right: 148%;
  }
  .mobile-l\:right--148\% {
    right: -148%;
  }
  .mobile-l\:h-148\% {
    height: 148%;
  }
  .mobile-l\:w-148\% {
    width: 148%;
  }
  .mobile-l\:max_h-148\% {
    max-height: 148%;
  }
  .mobile-l\:max_w-148\% {
    max-width: 148%;
  }
  .mobile-l\:min_h-148\% {
    min-height: 148%;
  }
  .mobile-l\:min_w-148\% {
    min-width: 148%;
  }
  .mobile-l\:h-148vh {
    height: 148vh;
  }
  .mobile-l\:w-148vw {
    width: 148vw;
  }
  .mobile-l\:min_w-148vw {
    min-width: 148vw;
  }
  .mobile-l\:min_h-148vh {
    min-height: 148vh;
  }
  .mobile-l\:max_w-148vw {
    max-width: 148vw;
  }
  .mobile-l\:max_h-148vh {
    max-height: 148vh;
  }
  .mobile-l\:m-t-149\% {
    margin-top: 149%;
  }
  .mobile-l\:m-t--149\% {
    margin-top: -149%;
  }
  .mobile-l\:p-t-149\% {
    padding-top: 149%;
  }
  .mobile-l\:p-t--149\% {
    padding-top: -149%;
  }
  .mobile-l\:top-149\% {
    top: 149%;
  }
  .mobile-l\:top--149\% {
    top: -149%;
  }
  .mobile-l\:m-b-149\% {
    margin-bottom: 149%;
  }
  .mobile-l\:m-b--149\% {
    margin-bottom: -149%;
  }
  .mobile-l\:p-b-149\% {
    padding-bottom: 149%;
  }
  .mobile-l\:p-b--149\% {
    padding-bottom: -149%;
  }
  .mobile-l\:bottom-149\% {
    bottom: 149%;
  }
  .mobile-l\:bottom--149\% {
    bottom: -149%;
  }
  .mobile-l\:m-l-149\% {
    margin-left: 149%;
  }
  .mobile-l\:m-l--149\% {
    margin-left: -149%;
  }
  .mobile-l\:p-l-149\% {
    padding-left: 149%;
  }
  .mobile-l\:p-l--149\% {
    padding-left: -149%;
  }
  .mobile-l\:left-149\% {
    left: 149%;
  }
  .mobile-l\:left--149\% {
    left: -149%;
  }
  .mobile-l\:m-r-149\% {
    margin-right: 149%;
  }
  .mobile-l\:m-r--149\% {
    margin-right: -149%;
  }
  .mobile-l\:p-r-149\% {
    padding-right: 149%;
  }
  .mobile-l\:p-r--149\% {
    padding-right: -149%;
  }
  .mobile-l\:right-149\% {
    right: 149%;
  }
  .mobile-l\:right--149\% {
    right: -149%;
  }
  .mobile-l\:h-149\% {
    height: 149%;
  }
  .mobile-l\:w-149\% {
    width: 149%;
  }
  .mobile-l\:max_h-149\% {
    max-height: 149%;
  }
  .mobile-l\:max_w-149\% {
    max-width: 149%;
  }
  .mobile-l\:min_h-149\% {
    min-height: 149%;
  }
  .mobile-l\:min_w-149\% {
    min-width: 149%;
  }
  .mobile-l\:h-149vh {
    height: 149vh;
  }
  .mobile-l\:w-149vw {
    width: 149vw;
  }
  .mobile-l\:min_w-149vw {
    min-width: 149vw;
  }
  .mobile-l\:min_h-149vh {
    min-height: 149vh;
  }
  .mobile-l\:max_w-149vw {
    max-width: 149vw;
  }
  .mobile-l\:max_h-149vh {
    max-height: 149vh;
  }
  .mobile-l\:m-t-150\% {
    margin-top: 150%;
  }
  .mobile-l\:m-t--150\% {
    margin-top: -150%;
  }
  .mobile-l\:p-t-150\% {
    padding-top: 150%;
  }
  .mobile-l\:p-t--150\% {
    padding-top: -150%;
  }
  .mobile-l\:top-150\% {
    top: 150%;
  }
  .mobile-l\:top--150\% {
    top: -150%;
  }
  .mobile-l\:m-b-150\% {
    margin-bottom: 150%;
  }
  .mobile-l\:m-b--150\% {
    margin-bottom: -150%;
  }
  .mobile-l\:p-b-150\% {
    padding-bottom: 150%;
  }
  .mobile-l\:p-b--150\% {
    padding-bottom: -150%;
  }
  .mobile-l\:bottom-150\% {
    bottom: 150%;
  }
  .mobile-l\:bottom--150\% {
    bottom: -150%;
  }
  .mobile-l\:m-l-150\% {
    margin-left: 150%;
  }
  .mobile-l\:m-l--150\% {
    margin-left: -150%;
  }
  .mobile-l\:p-l-150\% {
    padding-left: 150%;
  }
  .mobile-l\:p-l--150\% {
    padding-left: -150%;
  }
  .mobile-l\:left-150\% {
    left: 150%;
  }
  .mobile-l\:left--150\% {
    left: -150%;
  }
  .mobile-l\:m-r-150\% {
    margin-right: 150%;
  }
  .mobile-l\:m-r--150\% {
    margin-right: -150%;
  }
  .mobile-l\:p-r-150\% {
    padding-right: 150%;
  }
  .mobile-l\:p-r--150\% {
    padding-right: -150%;
  }
  .mobile-l\:right-150\% {
    right: 150%;
  }
  .mobile-l\:right--150\% {
    right: -150%;
  }
  .mobile-l\:h-150\% {
    height: 150%;
  }
  .mobile-l\:w-150\% {
    width: 150%;
  }
  .mobile-l\:max_h-150\% {
    max-height: 150%;
  }
  .mobile-l\:max_w-150\% {
    max-width: 150%;
  }
  .mobile-l\:min_h-150\% {
    min-height: 150%;
  }
  .mobile-l\:min_w-150\% {
    min-width: 150%;
  }
  .mobile-l\:h-150vh {
    height: 150vh;
  }
  .mobile-l\:w-150vw {
    width: 150vw;
  }
  .mobile-l\:min_w-150vw {
    min-width: 150vw;
  }
  .mobile-l\:min_h-150vh {
    min-height: 150vh;
  }
  .mobile-l\:max_w-150vw {
    max-width: 150vw;
  }
  .mobile-l\:max_h-150vh {
    max-height: 150vh;
  }
  .mobile-l\:m-t-151\% {
    margin-top: 151%;
  }
  .mobile-l\:m-t--151\% {
    margin-top: -151%;
  }
  .mobile-l\:p-t-151\% {
    padding-top: 151%;
  }
  .mobile-l\:p-t--151\% {
    padding-top: -151%;
  }
  .mobile-l\:top-151\% {
    top: 151%;
  }
  .mobile-l\:top--151\% {
    top: -151%;
  }
  .mobile-l\:m-b-151\% {
    margin-bottom: 151%;
  }
  .mobile-l\:m-b--151\% {
    margin-bottom: -151%;
  }
  .mobile-l\:p-b-151\% {
    padding-bottom: 151%;
  }
  .mobile-l\:p-b--151\% {
    padding-bottom: -151%;
  }
  .mobile-l\:bottom-151\% {
    bottom: 151%;
  }
  .mobile-l\:bottom--151\% {
    bottom: -151%;
  }
  .mobile-l\:m-l-151\% {
    margin-left: 151%;
  }
  .mobile-l\:m-l--151\% {
    margin-left: -151%;
  }
  .mobile-l\:p-l-151\% {
    padding-left: 151%;
  }
  .mobile-l\:p-l--151\% {
    padding-left: -151%;
  }
  .mobile-l\:left-151\% {
    left: 151%;
  }
  .mobile-l\:left--151\% {
    left: -151%;
  }
  .mobile-l\:m-r-151\% {
    margin-right: 151%;
  }
  .mobile-l\:m-r--151\% {
    margin-right: -151%;
  }
  .mobile-l\:p-r-151\% {
    padding-right: 151%;
  }
  .mobile-l\:p-r--151\% {
    padding-right: -151%;
  }
  .mobile-l\:right-151\% {
    right: 151%;
  }
  .mobile-l\:right--151\% {
    right: -151%;
  }
  .mobile-l\:h-151\% {
    height: 151%;
  }
  .mobile-l\:w-151\% {
    width: 151%;
  }
  .mobile-l\:max_h-151\% {
    max-height: 151%;
  }
  .mobile-l\:max_w-151\% {
    max-width: 151%;
  }
  .mobile-l\:min_h-151\% {
    min-height: 151%;
  }
  .mobile-l\:min_w-151\% {
    min-width: 151%;
  }
  .mobile-l\:h-151vh {
    height: 151vh;
  }
  .mobile-l\:w-151vw {
    width: 151vw;
  }
  .mobile-l\:min_w-151vw {
    min-width: 151vw;
  }
  .mobile-l\:min_h-151vh {
    min-height: 151vh;
  }
  .mobile-l\:max_w-151vw {
    max-width: 151vw;
  }
  .mobile-l\:max_h-151vh {
    max-height: 151vh;
  }
  .mobile-l\:m-t-152\% {
    margin-top: 152%;
  }
  .mobile-l\:m-t--152\% {
    margin-top: -152%;
  }
  .mobile-l\:p-t-152\% {
    padding-top: 152%;
  }
  .mobile-l\:p-t--152\% {
    padding-top: -152%;
  }
  .mobile-l\:top-152\% {
    top: 152%;
  }
  .mobile-l\:top--152\% {
    top: -152%;
  }
  .mobile-l\:m-b-152\% {
    margin-bottom: 152%;
  }
  .mobile-l\:m-b--152\% {
    margin-bottom: -152%;
  }
  .mobile-l\:p-b-152\% {
    padding-bottom: 152%;
  }
  .mobile-l\:p-b--152\% {
    padding-bottom: -152%;
  }
  .mobile-l\:bottom-152\% {
    bottom: 152%;
  }
  .mobile-l\:bottom--152\% {
    bottom: -152%;
  }
  .mobile-l\:m-l-152\% {
    margin-left: 152%;
  }
  .mobile-l\:m-l--152\% {
    margin-left: -152%;
  }
  .mobile-l\:p-l-152\% {
    padding-left: 152%;
  }
  .mobile-l\:p-l--152\% {
    padding-left: -152%;
  }
  .mobile-l\:left-152\% {
    left: 152%;
  }
  .mobile-l\:left--152\% {
    left: -152%;
  }
  .mobile-l\:m-r-152\% {
    margin-right: 152%;
  }
  .mobile-l\:m-r--152\% {
    margin-right: -152%;
  }
  .mobile-l\:p-r-152\% {
    padding-right: 152%;
  }
  .mobile-l\:p-r--152\% {
    padding-right: -152%;
  }
  .mobile-l\:right-152\% {
    right: 152%;
  }
  .mobile-l\:right--152\% {
    right: -152%;
  }
  .mobile-l\:h-152\% {
    height: 152%;
  }
  .mobile-l\:w-152\% {
    width: 152%;
  }
  .mobile-l\:max_h-152\% {
    max-height: 152%;
  }
  .mobile-l\:max_w-152\% {
    max-width: 152%;
  }
  .mobile-l\:min_h-152\% {
    min-height: 152%;
  }
  .mobile-l\:min_w-152\% {
    min-width: 152%;
  }
  .mobile-l\:h-152vh {
    height: 152vh;
  }
  .mobile-l\:w-152vw {
    width: 152vw;
  }
  .mobile-l\:min_w-152vw {
    min-width: 152vw;
  }
  .mobile-l\:min_h-152vh {
    min-height: 152vh;
  }
  .mobile-l\:max_w-152vw {
    max-width: 152vw;
  }
  .mobile-l\:max_h-152vh {
    max-height: 152vh;
  }
  .mobile-l\:m-t-153\% {
    margin-top: 153%;
  }
  .mobile-l\:m-t--153\% {
    margin-top: -153%;
  }
  .mobile-l\:p-t-153\% {
    padding-top: 153%;
  }
  .mobile-l\:p-t--153\% {
    padding-top: -153%;
  }
  .mobile-l\:top-153\% {
    top: 153%;
  }
  .mobile-l\:top--153\% {
    top: -153%;
  }
  .mobile-l\:m-b-153\% {
    margin-bottom: 153%;
  }
  .mobile-l\:m-b--153\% {
    margin-bottom: -153%;
  }
  .mobile-l\:p-b-153\% {
    padding-bottom: 153%;
  }
  .mobile-l\:p-b--153\% {
    padding-bottom: -153%;
  }
  .mobile-l\:bottom-153\% {
    bottom: 153%;
  }
  .mobile-l\:bottom--153\% {
    bottom: -153%;
  }
  .mobile-l\:m-l-153\% {
    margin-left: 153%;
  }
  .mobile-l\:m-l--153\% {
    margin-left: -153%;
  }
  .mobile-l\:p-l-153\% {
    padding-left: 153%;
  }
  .mobile-l\:p-l--153\% {
    padding-left: -153%;
  }
  .mobile-l\:left-153\% {
    left: 153%;
  }
  .mobile-l\:left--153\% {
    left: -153%;
  }
  .mobile-l\:m-r-153\% {
    margin-right: 153%;
  }
  .mobile-l\:m-r--153\% {
    margin-right: -153%;
  }
  .mobile-l\:p-r-153\% {
    padding-right: 153%;
  }
  .mobile-l\:p-r--153\% {
    padding-right: -153%;
  }
  .mobile-l\:right-153\% {
    right: 153%;
  }
  .mobile-l\:right--153\% {
    right: -153%;
  }
  .mobile-l\:h-153\% {
    height: 153%;
  }
  .mobile-l\:w-153\% {
    width: 153%;
  }
  .mobile-l\:max_h-153\% {
    max-height: 153%;
  }
  .mobile-l\:max_w-153\% {
    max-width: 153%;
  }
  .mobile-l\:min_h-153\% {
    min-height: 153%;
  }
  .mobile-l\:min_w-153\% {
    min-width: 153%;
  }
  .mobile-l\:h-153vh {
    height: 153vh;
  }
  .mobile-l\:w-153vw {
    width: 153vw;
  }
  .mobile-l\:min_w-153vw {
    min-width: 153vw;
  }
  .mobile-l\:min_h-153vh {
    min-height: 153vh;
  }
  .mobile-l\:max_w-153vw {
    max-width: 153vw;
  }
  .mobile-l\:max_h-153vh {
    max-height: 153vh;
  }
  .mobile-l\:m-t-154\% {
    margin-top: 154%;
  }
  .mobile-l\:m-t--154\% {
    margin-top: -154%;
  }
  .mobile-l\:p-t-154\% {
    padding-top: 154%;
  }
  .mobile-l\:p-t--154\% {
    padding-top: -154%;
  }
  .mobile-l\:top-154\% {
    top: 154%;
  }
  .mobile-l\:top--154\% {
    top: -154%;
  }
  .mobile-l\:m-b-154\% {
    margin-bottom: 154%;
  }
  .mobile-l\:m-b--154\% {
    margin-bottom: -154%;
  }
  .mobile-l\:p-b-154\% {
    padding-bottom: 154%;
  }
  .mobile-l\:p-b--154\% {
    padding-bottom: -154%;
  }
  .mobile-l\:bottom-154\% {
    bottom: 154%;
  }
  .mobile-l\:bottom--154\% {
    bottom: -154%;
  }
  .mobile-l\:m-l-154\% {
    margin-left: 154%;
  }
  .mobile-l\:m-l--154\% {
    margin-left: -154%;
  }
  .mobile-l\:p-l-154\% {
    padding-left: 154%;
  }
  .mobile-l\:p-l--154\% {
    padding-left: -154%;
  }
  .mobile-l\:left-154\% {
    left: 154%;
  }
  .mobile-l\:left--154\% {
    left: -154%;
  }
  .mobile-l\:m-r-154\% {
    margin-right: 154%;
  }
  .mobile-l\:m-r--154\% {
    margin-right: -154%;
  }
  .mobile-l\:p-r-154\% {
    padding-right: 154%;
  }
  .mobile-l\:p-r--154\% {
    padding-right: -154%;
  }
  .mobile-l\:right-154\% {
    right: 154%;
  }
  .mobile-l\:right--154\% {
    right: -154%;
  }
  .mobile-l\:h-154\% {
    height: 154%;
  }
  .mobile-l\:w-154\% {
    width: 154%;
  }
  .mobile-l\:max_h-154\% {
    max-height: 154%;
  }
  .mobile-l\:max_w-154\% {
    max-width: 154%;
  }
  .mobile-l\:min_h-154\% {
    min-height: 154%;
  }
  .mobile-l\:min_w-154\% {
    min-width: 154%;
  }
  .mobile-l\:h-154vh {
    height: 154vh;
  }
  .mobile-l\:w-154vw {
    width: 154vw;
  }
  .mobile-l\:min_w-154vw {
    min-width: 154vw;
  }
  .mobile-l\:min_h-154vh {
    min-height: 154vh;
  }
  .mobile-l\:max_w-154vw {
    max-width: 154vw;
  }
  .mobile-l\:max_h-154vh {
    max-height: 154vh;
  }
  .mobile-l\:m-t-155\% {
    margin-top: 155%;
  }
  .mobile-l\:m-t--155\% {
    margin-top: -155%;
  }
  .mobile-l\:p-t-155\% {
    padding-top: 155%;
  }
  .mobile-l\:p-t--155\% {
    padding-top: -155%;
  }
  .mobile-l\:top-155\% {
    top: 155%;
  }
  .mobile-l\:top--155\% {
    top: -155%;
  }
  .mobile-l\:m-b-155\% {
    margin-bottom: 155%;
  }
  .mobile-l\:m-b--155\% {
    margin-bottom: -155%;
  }
  .mobile-l\:p-b-155\% {
    padding-bottom: 155%;
  }
  .mobile-l\:p-b--155\% {
    padding-bottom: -155%;
  }
  .mobile-l\:bottom-155\% {
    bottom: 155%;
  }
  .mobile-l\:bottom--155\% {
    bottom: -155%;
  }
  .mobile-l\:m-l-155\% {
    margin-left: 155%;
  }
  .mobile-l\:m-l--155\% {
    margin-left: -155%;
  }
  .mobile-l\:p-l-155\% {
    padding-left: 155%;
  }
  .mobile-l\:p-l--155\% {
    padding-left: -155%;
  }
  .mobile-l\:left-155\% {
    left: 155%;
  }
  .mobile-l\:left--155\% {
    left: -155%;
  }
  .mobile-l\:m-r-155\% {
    margin-right: 155%;
  }
  .mobile-l\:m-r--155\% {
    margin-right: -155%;
  }
  .mobile-l\:p-r-155\% {
    padding-right: 155%;
  }
  .mobile-l\:p-r--155\% {
    padding-right: -155%;
  }
  .mobile-l\:right-155\% {
    right: 155%;
  }
  .mobile-l\:right--155\% {
    right: -155%;
  }
  .mobile-l\:h-155\% {
    height: 155%;
  }
  .mobile-l\:w-155\% {
    width: 155%;
  }
  .mobile-l\:max_h-155\% {
    max-height: 155%;
  }
  .mobile-l\:max_w-155\% {
    max-width: 155%;
  }
  .mobile-l\:min_h-155\% {
    min-height: 155%;
  }
  .mobile-l\:min_w-155\% {
    min-width: 155%;
  }
  .mobile-l\:h-155vh {
    height: 155vh;
  }
  .mobile-l\:w-155vw {
    width: 155vw;
  }
  .mobile-l\:min_w-155vw {
    min-width: 155vw;
  }
  .mobile-l\:min_h-155vh {
    min-height: 155vh;
  }
  .mobile-l\:max_w-155vw {
    max-width: 155vw;
  }
  .mobile-l\:max_h-155vh {
    max-height: 155vh;
  }
  .mobile-l\:m-t-156\% {
    margin-top: 156%;
  }
  .mobile-l\:m-t--156\% {
    margin-top: -156%;
  }
  .mobile-l\:p-t-156\% {
    padding-top: 156%;
  }
  .mobile-l\:p-t--156\% {
    padding-top: -156%;
  }
  .mobile-l\:top-156\% {
    top: 156%;
  }
  .mobile-l\:top--156\% {
    top: -156%;
  }
  .mobile-l\:m-b-156\% {
    margin-bottom: 156%;
  }
  .mobile-l\:m-b--156\% {
    margin-bottom: -156%;
  }
  .mobile-l\:p-b-156\% {
    padding-bottom: 156%;
  }
  .mobile-l\:p-b--156\% {
    padding-bottom: -156%;
  }
  .mobile-l\:bottom-156\% {
    bottom: 156%;
  }
  .mobile-l\:bottom--156\% {
    bottom: -156%;
  }
  .mobile-l\:m-l-156\% {
    margin-left: 156%;
  }
  .mobile-l\:m-l--156\% {
    margin-left: -156%;
  }
  .mobile-l\:p-l-156\% {
    padding-left: 156%;
  }
  .mobile-l\:p-l--156\% {
    padding-left: -156%;
  }
  .mobile-l\:left-156\% {
    left: 156%;
  }
  .mobile-l\:left--156\% {
    left: -156%;
  }
  .mobile-l\:m-r-156\% {
    margin-right: 156%;
  }
  .mobile-l\:m-r--156\% {
    margin-right: -156%;
  }
  .mobile-l\:p-r-156\% {
    padding-right: 156%;
  }
  .mobile-l\:p-r--156\% {
    padding-right: -156%;
  }
  .mobile-l\:right-156\% {
    right: 156%;
  }
  .mobile-l\:right--156\% {
    right: -156%;
  }
  .mobile-l\:h-156\% {
    height: 156%;
  }
  .mobile-l\:w-156\% {
    width: 156%;
  }
  .mobile-l\:max_h-156\% {
    max-height: 156%;
  }
  .mobile-l\:max_w-156\% {
    max-width: 156%;
  }
  .mobile-l\:min_h-156\% {
    min-height: 156%;
  }
  .mobile-l\:min_w-156\% {
    min-width: 156%;
  }
  .mobile-l\:h-156vh {
    height: 156vh;
  }
  .mobile-l\:w-156vw {
    width: 156vw;
  }
  .mobile-l\:min_w-156vw {
    min-width: 156vw;
  }
  .mobile-l\:min_h-156vh {
    min-height: 156vh;
  }
  .mobile-l\:max_w-156vw {
    max-width: 156vw;
  }
  .mobile-l\:max_h-156vh {
    max-height: 156vh;
  }
  .mobile-l\:m-t-157\% {
    margin-top: 157%;
  }
  .mobile-l\:m-t--157\% {
    margin-top: -157%;
  }
  .mobile-l\:p-t-157\% {
    padding-top: 157%;
  }
  .mobile-l\:p-t--157\% {
    padding-top: -157%;
  }
  .mobile-l\:top-157\% {
    top: 157%;
  }
  .mobile-l\:top--157\% {
    top: -157%;
  }
  .mobile-l\:m-b-157\% {
    margin-bottom: 157%;
  }
  .mobile-l\:m-b--157\% {
    margin-bottom: -157%;
  }
  .mobile-l\:p-b-157\% {
    padding-bottom: 157%;
  }
  .mobile-l\:p-b--157\% {
    padding-bottom: -157%;
  }
  .mobile-l\:bottom-157\% {
    bottom: 157%;
  }
  .mobile-l\:bottom--157\% {
    bottom: -157%;
  }
  .mobile-l\:m-l-157\% {
    margin-left: 157%;
  }
  .mobile-l\:m-l--157\% {
    margin-left: -157%;
  }
  .mobile-l\:p-l-157\% {
    padding-left: 157%;
  }
  .mobile-l\:p-l--157\% {
    padding-left: -157%;
  }
  .mobile-l\:left-157\% {
    left: 157%;
  }
  .mobile-l\:left--157\% {
    left: -157%;
  }
  .mobile-l\:m-r-157\% {
    margin-right: 157%;
  }
  .mobile-l\:m-r--157\% {
    margin-right: -157%;
  }
  .mobile-l\:p-r-157\% {
    padding-right: 157%;
  }
  .mobile-l\:p-r--157\% {
    padding-right: -157%;
  }
  .mobile-l\:right-157\% {
    right: 157%;
  }
  .mobile-l\:right--157\% {
    right: -157%;
  }
  .mobile-l\:h-157\% {
    height: 157%;
  }
  .mobile-l\:w-157\% {
    width: 157%;
  }
  .mobile-l\:max_h-157\% {
    max-height: 157%;
  }
  .mobile-l\:max_w-157\% {
    max-width: 157%;
  }
  .mobile-l\:min_h-157\% {
    min-height: 157%;
  }
  .mobile-l\:min_w-157\% {
    min-width: 157%;
  }
  .mobile-l\:h-157vh {
    height: 157vh;
  }
  .mobile-l\:w-157vw {
    width: 157vw;
  }
  .mobile-l\:min_w-157vw {
    min-width: 157vw;
  }
  .mobile-l\:min_h-157vh {
    min-height: 157vh;
  }
  .mobile-l\:max_w-157vw {
    max-width: 157vw;
  }
  .mobile-l\:max_h-157vh {
    max-height: 157vh;
  }
  .mobile-l\:m-t-158\% {
    margin-top: 158%;
  }
  .mobile-l\:m-t--158\% {
    margin-top: -158%;
  }
  .mobile-l\:p-t-158\% {
    padding-top: 158%;
  }
  .mobile-l\:p-t--158\% {
    padding-top: -158%;
  }
  .mobile-l\:top-158\% {
    top: 158%;
  }
  .mobile-l\:top--158\% {
    top: -158%;
  }
  .mobile-l\:m-b-158\% {
    margin-bottom: 158%;
  }
  .mobile-l\:m-b--158\% {
    margin-bottom: -158%;
  }
  .mobile-l\:p-b-158\% {
    padding-bottom: 158%;
  }
  .mobile-l\:p-b--158\% {
    padding-bottom: -158%;
  }
  .mobile-l\:bottom-158\% {
    bottom: 158%;
  }
  .mobile-l\:bottom--158\% {
    bottom: -158%;
  }
  .mobile-l\:m-l-158\% {
    margin-left: 158%;
  }
  .mobile-l\:m-l--158\% {
    margin-left: -158%;
  }
  .mobile-l\:p-l-158\% {
    padding-left: 158%;
  }
  .mobile-l\:p-l--158\% {
    padding-left: -158%;
  }
  .mobile-l\:left-158\% {
    left: 158%;
  }
  .mobile-l\:left--158\% {
    left: -158%;
  }
  .mobile-l\:m-r-158\% {
    margin-right: 158%;
  }
  .mobile-l\:m-r--158\% {
    margin-right: -158%;
  }
  .mobile-l\:p-r-158\% {
    padding-right: 158%;
  }
  .mobile-l\:p-r--158\% {
    padding-right: -158%;
  }
  .mobile-l\:right-158\% {
    right: 158%;
  }
  .mobile-l\:right--158\% {
    right: -158%;
  }
  .mobile-l\:h-158\% {
    height: 158%;
  }
  .mobile-l\:w-158\% {
    width: 158%;
  }
  .mobile-l\:max_h-158\% {
    max-height: 158%;
  }
  .mobile-l\:max_w-158\% {
    max-width: 158%;
  }
  .mobile-l\:min_h-158\% {
    min-height: 158%;
  }
  .mobile-l\:min_w-158\% {
    min-width: 158%;
  }
  .mobile-l\:h-158vh {
    height: 158vh;
  }
  .mobile-l\:w-158vw {
    width: 158vw;
  }
  .mobile-l\:min_w-158vw {
    min-width: 158vw;
  }
  .mobile-l\:min_h-158vh {
    min-height: 158vh;
  }
  .mobile-l\:max_w-158vw {
    max-width: 158vw;
  }
  .mobile-l\:max_h-158vh {
    max-height: 158vh;
  }
  .mobile-l\:m-t-159\% {
    margin-top: 159%;
  }
  .mobile-l\:m-t--159\% {
    margin-top: -159%;
  }
  .mobile-l\:p-t-159\% {
    padding-top: 159%;
  }
  .mobile-l\:p-t--159\% {
    padding-top: -159%;
  }
  .mobile-l\:top-159\% {
    top: 159%;
  }
  .mobile-l\:top--159\% {
    top: -159%;
  }
  .mobile-l\:m-b-159\% {
    margin-bottom: 159%;
  }
  .mobile-l\:m-b--159\% {
    margin-bottom: -159%;
  }
  .mobile-l\:p-b-159\% {
    padding-bottom: 159%;
  }
  .mobile-l\:p-b--159\% {
    padding-bottom: -159%;
  }
  .mobile-l\:bottom-159\% {
    bottom: 159%;
  }
  .mobile-l\:bottom--159\% {
    bottom: -159%;
  }
  .mobile-l\:m-l-159\% {
    margin-left: 159%;
  }
  .mobile-l\:m-l--159\% {
    margin-left: -159%;
  }
  .mobile-l\:p-l-159\% {
    padding-left: 159%;
  }
  .mobile-l\:p-l--159\% {
    padding-left: -159%;
  }
  .mobile-l\:left-159\% {
    left: 159%;
  }
  .mobile-l\:left--159\% {
    left: -159%;
  }
  .mobile-l\:m-r-159\% {
    margin-right: 159%;
  }
  .mobile-l\:m-r--159\% {
    margin-right: -159%;
  }
  .mobile-l\:p-r-159\% {
    padding-right: 159%;
  }
  .mobile-l\:p-r--159\% {
    padding-right: -159%;
  }
  .mobile-l\:right-159\% {
    right: 159%;
  }
  .mobile-l\:right--159\% {
    right: -159%;
  }
  .mobile-l\:h-159\% {
    height: 159%;
  }
  .mobile-l\:w-159\% {
    width: 159%;
  }
  .mobile-l\:max_h-159\% {
    max-height: 159%;
  }
  .mobile-l\:max_w-159\% {
    max-width: 159%;
  }
  .mobile-l\:min_h-159\% {
    min-height: 159%;
  }
  .mobile-l\:min_w-159\% {
    min-width: 159%;
  }
  .mobile-l\:h-159vh {
    height: 159vh;
  }
  .mobile-l\:w-159vw {
    width: 159vw;
  }
  .mobile-l\:min_w-159vw {
    min-width: 159vw;
  }
  .mobile-l\:min_h-159vh {
    min-height: 159vh;
  }
  .mobile-l\:max_w-159vw {
    max-width: 159vw;
  }
  .mobile-l\:max_h-159vh {
    max-height: 159vh;
  }
  .mobile-l\:m-t-160\% {
    margin-top: 160%;
  }
  .mobile-l\:m-t--160\% {
    margin-top: -160%;
  }
  .mobile-l\:p-t-160\% {
    padding-top: 160%;
  }
  .mobile-l\:p-t--160\% {
    padding-top: -160%;
  }
  .mobile-l\:top-160\% {
    top: 160%;
  }
  .mobile-l\:top--160\% {
    top: -160%;
  }
  .mobile-l\:m-b-160\% {
    margin-bottom: 160%;
  }
  .mobile-l\:m-b--160\% {
    margin-bottom: -160%;
  }
  .mobile-l\:p-b-160\% {
    padding-bottom: 160%;
  }
  .mobile-l\:p-b--160\% {
    padding-bottom: -160%;
  }
  .mobile-l\:bottom-160\% {
    bottom: 160%;
  }
  .mobile-l\:bottom--160\% {
    bottom: -160%;
  }
  .mobile-l\:m-l-160\% {
    margin-left: 160%;
  }
  .mobile-l\:m-l--160\% {
    margin-left: -160%;
  }
  .mobile-l\:p-l-160\% {
    padding-left: 160%;
  }
  .mobile-l\:p-l--160\% {
    padding-left: -160%;
  }
  .mobile-l\:left-160\% {
    left: 160%;
  }
  .mobile-l\:left--160\% {
    left: -160%;
  }
  .mobile-l\:m-r-160\% {
    margin-right: 160%;
  }
  .mobile-l\:m-r--160\% {
    margin-right: -160%;
  }
  .mobile-l\:p-r-160\% {
    padding-right: 160%;
  }
  .mobile-l\:p-r--160\% {
    padding-right: -160%;
  }
  .mobile-l\:right-160\% {
    right: 160%;
  }
  .mobile-l\:right--160\% {
    right: -160%;
  }
  .mobile-l\:h-160\% {
    height: 160%;
  }
  .mobile-l\:w-160\% {
    width: 160%;
  }
  .mobile-l\:max_h-160\% {
    max-height: 160%;
  }
  .mobile-l\:max_w-160\% {
    max-width: 160%;
  }
  .mobile-l\:min_h-160\% {
    min-height: 160%;
  }
  .mobile-l\:min_w-160\% {
    min-width: 160%;
  }
  .mobile-l\:h-160vh {
    height: 160vh;
  }
  .mobile-l\:w-160vw {
    width: 160vw;
  }
  .mobile-l\:min_w-160vw {
    min-width: 160vw;
  }
  .mobile-l\:min_h-160vh {
    min-height: 160vh;
  }
  .mobile-l\:max_w-160vw {
    max-width: 160vw;
  }
  .mobile-l\:max_h-160vh {
    max-height: 160vh;
  }
  .mobile-l\:m-t-161\% {
    margin-top: 161%;
  }
  .mobile-l\:m-t--161\% {
    margin-top: -161%;
  }
  .mobile-l\:p-t-161\% {
    padding-top: 161%;
  }
  .mobile-l\:p-t--161\% {
    padding-top: -161%;
  }
  .mobile-l\:top-161\% {
    top: 161%;
  }
  .mobile-l\:top--161\% {
    top: -161%;
  }
  .mobile-l\:m-b-161\% {
    margin-bottom: 161%;
  }
  .mobile-l\:m-b--161\% {
    margin-bottom: -161%;
  }
  .mobile-l\:p-b-161\% {
    padding-bottom: 161%;
  }
  .mobile-l\:p-b--161\% {
    padding-bottom: -161%;
  }
  .mobile-l\:bottom-161\% {
    bottom: 161%;
  }
  .mobile-l\:bottom--161\% {
    bottom: -161%;
  }
  .mobile-l\:m-l-161\% {
    margin-left: 161%;
  }
  .mobile-l\:m-l--161\% {
    margin-left: -161%;
  }
  .mobile-l\:p-l-161\% {
    padding-left: 161%;
  }
  .mobile-l\:p-l--161\% {
    padding-left: -161%;
  }
  .mobile-l\:left-161\% {
    left: 161%;
  }
  .mobile-l\:left--161\% {
    left: -161%;
  }
  .mobile-l\:m-r-161\% {
    margin-right: 161%;
  }
  .mobile-l\:m-r--161\% {
    margin-right: -161%;
  }
  .mobile-l\:p-r-161\% {
    padding-right: 161%;
  }
  .mobile-l\:p-r--161\% {
    padding-right: -161%;
  }
  .mobile-l\:right-161\% {
    right: 161%;
  }
  .mobile-l\:right--161\% {
    right: -161%;
  }
  .mobile-l\:h-161\% {
    height: 161%;
  }
  .mobile-l\:w-161\% {
    width: 161%;
  }
  .mobile-l\:max_h-161\% {
    max-height: 161%;
  }
  .mobile-l\:max_w-161\% {
    max-width: 161%;
  }
  .mobile-l\:min_h-161\% {
    min-height: 161%;
  }
  .mobile-l\:min_w-161\% {
    min-width: 161%;
  }
  .mobile-l\:h-161vh {
    height: 161vh;
  }
  .mobile-l\:w-161vw {
    width: 161vw;
  }
  .mobile-l\:min_w-161vw {
    min-width: 161vw;
  }
  .mobile-l\:min_h-161vh {
    min-height: 161vh;
  }
  .mobile-l\:max_w-161vw {
    max-width: 161vw;
  }
  .mobile-l\:max_h-161vh {
    max-height: 161vh;
  }
  .mobile-l\:m-t-162\% {
    margin-top: 162%;
  }
  .mobile-l\:m-t--162\% {
    margin-top: -162%;
  }
  .mobile-l\:p-t-162\% {
    padding-top: 162%;
  }
  .mobile-l\:p-t--162\% {
    padding-top: -162%;
  }
  .mobile-l\:top-162\% {
    top: 162%;
  }
  .mobile-l\:top--162\% {
    top: -162%;
  }
  .mobile-l\:m-b-162\% {
    margin-bottom: 162%;
  }
  .mobile-l\:m-b--162\% {
    margin-bottom: -162%;
  }
  .mobile-l\:p-b-162\% {
    padding-bottom: 162%;
  }
  .mobile-l\:p-b--162\% {
    padding-bottom: -162%;
  }
  .mobile-l\:bottom-162\% {
    bottom: 162%;
  }
  .mobile-l\:bottom--162\% {
    bottom: -162%;
  }
  .mobile-l\:m-l-162\% {
    margin-left: 162%;
  }
  .mobile-l\:m-l--162\% {
    margin-left: -162%;
  }
  .mobile-l\:p-l-162\% {
    padding-left: 162%;
  }
  .mobile-l\:p-l--162\% {
    padding-left: -162%;
  }
  .mobile-l\:left-162\% {
    left: 162%;
  }
  .mobile-l\:left--162\% {
    left: -162%;
  }
  .mobile-l\:m-r-162\% {
    margin-right: 162%;
  }
  .mobile-l\:m-r--162\% {
    margin-right: -162%;
  }
  .mobile-l\:p-r-162\% {
    padding-right: 162%;
  }
  .mobile-l\:p-r--162\% {
    padding-right: -162%;
  }
  .mobile-l\:right-162\% {
    right: 162%;
  }
  .mobile-l\:right--162\% {
    right: -162%;
  }
  .mobile-l\:h-162\% {
    height: 162%;
  }
  .mobile-l\:w-162\% {
    width: 162%;
  }
  .mobile-l\:max_h-162\% {
    max-height: 162%;
  }
  .mobile-l\:max_w-162\% {
    max-width: 162%;
  }
  .mobile-l\:min_h-162\% {
    min-height: 162%;
  }
  .mobile-l\:min_w-162\% {
    min-width: 162%;
  }
  .mobile-l\:h-162vh {
    height: 162vh;
  }
  .mobile-l\:w-162vw {
    width: 162vw;
  }
  .mobile-l\:min_w-162vw {
    min-width: 162vw;
  }
  .mobile-l\:min_h-162vh {
    min-height: 162vh;
  }
  .mobile-l\:max_w-162vw {
    max-width: 162vw;
  }
  .mobile-l\:max_h-162vh {
    max-height: 162vh;
  }
  .mobile-l\:m-t-163\% {
    margin-top: 163%;
  }
  .mobile-l\:m-t--163\% {
    margin-top: -163%;
  }
  .mobile-l\:p-t-163\% {
    padding-top: 163%;
  }
  .mobile-l\:p-t--163\% {
    padding-top: -163%;
  }
  .mobile-l\:top-163\% {
    top: 163%;
  }
  .mobile-l\:top--163\% {
    top: -163%;
  }
  .mobile-l\:m-b-163\% {
    margin-bottom: 163%;
  }
  .mobile-l\:m-b--163\% {
    margin-bottom: -163%;
  }
  .mobile-l\:p-b-163\% {
    padding-bottom: 163%;
  }
  .mobile-l\:p-b--163\% {
    padding-bottom: -163%;
  }
  .mobile-l\:bottom-163\% {
    bottom: 163%;
  }
  .mobile-l\:bottom--163\% {
    bottom: -163%;
  }
  .mobile-l\:m-l-163\% {
    margin-left: 163%;
  }
  .mobile-l\:m-l--163\% {
    margin-left: -163%;
  }
  .mobile-l\:p-l-163\% {
    padding-left: 163%;
  }
  .mobile-l\:p-l--163\% {
    padding-left: -163%;
  }
  .mobile-l\:left-163\% {
    left: 163%;
  }
  .mobile-l\:left--163\% {
    left: -163%;
  }
  .mobile-l\:m-r-163\% {
    margin-right: 163%;
  }
  .mobile-l\:m-r--163\% {
    margin-right: -163%;
  }
  .mobile-l\:p-r-163\% {
    padding-right: 163%;
  }
  .mobile-l\:p-r--163\% {
    padding-right: -163%;
  }
  .mobile-l\:right-163\% {
    right: 163%;
  }
  .mobile-l\:right--163\% {
    right: -163%;
  }
  .mobile-l\:h-163\% {
    height: 163%;
  }
  .mobile-l\:w-163\% {
    width: 163%;
  }
  .mobile-l\:max_h-163\% {
    max-height: 163%;
  }
  .mobile-l\:max_w-163\% {
    max-width: 163%;
  }
  .mobile-l\:min_h-163\% {
    min-height: 163%;
  }
  .mobile-l\:min_w-163\% {
    min-width: 163%;
  }
  .mobile-l\:h-163vh {
    height: 163vh;
  }
  .mobile-l\:w-163vw {
    width: 163vw;
  }
  .mobile-l\:min_w-163vw {
    min-width: 163vw;
  }
  .mobile-l\:min_h-163vh {
    min-height: 163vh;
  }
  .mobile-l\:max_w-163vw {
    max-width: 163vw;
  }
  .mobile-l\:max_h-163vh {
    max-height: 163vh;
  }
  .mobile-l\:m-t-164\% {
    margin-top: 164%;
  }
  .mobile-l\:m-t--164\% {
    margin-top: -164%;
  }
  .mobile-l\:p-t-164\% {
    padding-top: 164%;
  }
  .mobile-l\:p-t--164\% {
    padding-top: -164%;
  }
  .mobile-l\:top-164\% {
    top: 164%;
  }
  .mobile-l\:top--164\% {
    top: -164%;
  }
  .mobile-l\:m-b-164\% {
    margin-bottom: 164%;
  }
  .mobile-l\:m-b--164\% {
    margin-bottom: -164%;
  }
  .mobile-l\:p-b-164\% {
    padding-bottom: 164%;
  }
  .mobile-l\:p-b--164\% {
    padding-bottom: -164%;
  }
  .mobile-l\:bottom-164\% {
    bottom: 164%;
  }
  .mobile-l\:bottom--164\% {
    bottom: -164%;
  }
  .mobile-l\:m-l-164\% {
    margin-left: 164%;
  }
  .mobile-l\:m-l--164\% {
    margin-left: -164%;
  }
  .mobile-l\:p-l-164\% {
    padding-left: 164%;
  }
  .mobile-l\:p-l--164\% {
    padding-left: -164%;
  }
  .mobile-l\:left-164\% {
    left: 164%;
  }
  .mobile-l\:left--164\% {
    left: -164%;
  }
  .mobile-l\:m-r-164\% {
    margin-right: 164%;
  }
  .mobile-l\:m-r--164\% {
    margin-right: -164%;
  }
  .mobile-l\:p-r-164\% {
    padding-right: 164%;
  }
  .mobile-l\:p-r--164\% {
    padding-right: -164%;
  }
  .mobile-l\:right-164\% {
    right: 164%;
  }
  .mobile-l\:right--164\% {
    right: -164%;
  }
  .mobile-l\:h-164\% {
    height: 164%;
  }
  .mobile-l\:w-164\% {
    width: 164%;
  }
  .mobile-l\:max_h-164\% {
    max-height: 164%;
  }
  .mobile-l\:max_w-164\% {
    max-width: 164%;
  }
  .mobile-l\:min_h-164\% {
    min-height: 164%;
  }
  .mobile-l\:min_w-164\% {
    min-width: 164%;
  }
  .mobile-l\:h-164vh {
    height: 164vh;
  }
  .mobile-l\:w-164vw {
    width: 164vw;
  }
  .mobile-l\:min_w-164vw {
    min-width: 164vw;
  }
  .mobile-l\:min_h-164vh {
    min-height: 164vh;
  }
  .mobile-l\:max_w-164vw {
    max-width: 164vw;
  }
  .mobile-l\:max_h-164vh {
    max-height: 164vh;
  }
  .mobile-l\:m-t-165\% {
    margin-top: 165%;
  }
  .mobile-l\:m-t--165\% {
    margin-top: -165%;
  }
  .mobile-l\:p-t-165\% {
    padding-top: 165%;
  }
  .mobile-l\:p-t--165\% {
    padding-top: -165%;
  }
  .mobile-l\:top-165\% {
    top: 165%;
  }
  .mobile-l\:top--165\% {
    top: -165%;
  }
  .mobile-l\:m-b-165\% {
    margin-bottom: 165%;
  }
  .mobile-l\:m-b--165\% {
    margin-bottom: -165%;
  }
  .mobile-l\:p-b-165\% {
    padding-bottom: 165%;
  }
  .mobile-l\:p-b--165\% {
    padding-bottom: -165%;
  }
  .mobile-l\:bottom-165\% {
    bottom: 165%;
  }
  .mobile-l\:bottom--165\% {
    bottom: -165%;
  }
  .mobile-l\:m-l-165\% {
    margin-left: 165%;
  }
  .mobile-l\:m-l--165\% {
    margin-left: -165%;
  }
  .mobile-l\:p-l-165\% {
    padding-left: 165%;
  }
  .mobile-l\:p-l--165\% {
    padding-left: -165%;
  }
  .mobile-l\:left-165\% {
    left: 165%;
  }
  .mobile-l\:left--165\% {
    left: -165%;
  }
  .mobile-l\:m-r-165\% {
    margin-right: 165%;
  }
  .mobile-l\:m-r--165\% {
    margin-right: -165%;
  }
  .mobile-l\:p-r-165\% {
    padding-right: 165%;
  }
  .mobile-l\:p-r--165\% {
    padding-right: -165%;
  }
  .mobile-l\:right-165\% {
    right: 165%;
  }
  .mobile-l\:right--165\% {
    right: -165%;
  }
  .mobile-l\:h-165\% {
    height: 165%;
  }
  .mobile-l\:w-165\% {
    width: 165%;
  }
  .mobile-l\:max_h-165\% {
    max-height: 165%;
  }
  .mobile-l\:max_w-165\% {
    max-width: 165%;
  }
  .mobile-l\:min_h-165\% {
    min-height: 165%;
  }
  .mobile-l\:min_w-165\% {
    min-width: 165%;
  }
  .mobile-l\:h-165vh {
    height: 165vh;
  }
  .mobile-l\:w-165vw {
    width: 165vw;
  }
  .mobile-l\:min_w-165vw {
    min-width: 165vw;
  }
  .mobile-l\:min_h-165vh {
    min-height: 165vh;
  }
  .mobile-l\:max_w-165vw {
    max-width: 165vw;
  }
  .mobile-l\:max_h-165vh {
    max-height: 165vh;
  }
  .mobile-l\:m-t-166\% {
    margin-top: 166%;
  }
  .mobile-l\:m-t--166\% {
    margin-top: -166%;
  }
  .mobile-l\:p-t-166\% {
    padding-top: 166%;
  }
  .mobile-l\:p-t--166\% {
    padding-top: -166%;
  }
  .mobile-l\:top-166\% {
    top: 166%;
  }
  .mobile-l\:top--166\% {
    top: -166%;
  }
  .mobile-l\:m-b-166\% {
    margin-bottom: 166%;
  }
  .mobile-l\:m-b--166\% {
    margin-bottom: -166%;
  }
  .mobile-l\:p-b-166\% {
    padding-bottom: 166%;
  }
  .mobile-l\:p-b--166\% {
    padding-bottom: -166%;
  }
  .mobile-l\:bottom-166\% {
    bottom: 166%;
  }
  .mobile-l\:bottom--166\% {
    bottom: -166%;
  }
  .mobile-l\:m-l-166\% {
    margin-left: 166%;
  }
  .mobile-l\:m-l--166\% {
    margin-left: -166%;
  }
  .mobile-l\:p-l-166\% {
    padding-left: 166%;
  }
  .mobile-l\:p-l--166\% {
    padding-left: -166%;
  }
  .mobile-l\:left-166\% {
    left: 166%;
  }
  .mobile-l\:left--166\% {
    left: -166%;
  }
  .mobile-l\:m-r-166\% {
    margin-right: 166%;
  }
  .mobile-l\:m-r--166\% {
    margin-right: -166%;
  }
  .mobile-l\:p-r-166\% {
    padding-right: 166%;
  }
  .mobile-l\:p-r--166\% {
    padding-right: -166%;
  }
  .mobile-l\:right-166\% {
    right: 166%;
  }
  .mobile-l\:right--166\% {
    right: -166%;
  }
  .mobile-l\:h-166\% {
    height: 166%;
  }
  .mobile-l\:w-166\% {
    width: 166%;
  }
  .mobile-l\:max_h-166\% {
    max-height: 166%;
  }
  .mobile-l\:max_w-166\% {
    max-width: 166%;
  }
  .mobile-l\:min_h-166\% {
    min-height: 166%;
  }
  .mobile-l\:min_w-166\% {
    min-width: 166%;
  }
  .mobile-l\:h-166vh {
    height: 166vh;
  }
  .mobile-l\:w-166vw {
    width: 166vw;
  }
  .mobile-l\:min_w-166vw {
    min-width: 166vw;
  }
  .mobile-l\:min_h-166vh {
    min-height: 166vh;
  }
  .mobile-l\:max_w-166vw {
    max-width: 166vw;
  }
  .mobile-l\:max_h-166vh {
    max-height: 166vh;
  }
  .mobile-l\:m-t-167\% {
    margin-top: 167%;
  }
  .mobile-l\:m-t--167\% {
    margin-top: -167%;
  }
  .mobile-l\:p-t-167\% {
    padding-top: 167%;
  }
  .mobile-l\:p-t--167\% {
    padding-top: -167%;
  }
  .mobile-l\:top-167\% {
    top: 167%;
  }
  .mobile-l\:top--167\% {
    top: -167%;
  }
  .mobile-l\:m-b-167\% {
    margin-bottom: 167%;
  }
  .mobile-l\:m-b--167\% {
    margin-bottom: -167%;
  }
  .mobile-l\:p-b-167\% {
    padding-bottom: 167%;
  }
  .mobile-l\:p-b--167\% {
    padding-bottom: -167%;
  }
  .mobile-l\:bottom-167\% {
    bottom: 167%;
  }
  .mobile-l\:bottom--167\% {
    bottom: -167%;
  }
  .mobile-l\:m-l-167\% {
    margin-left: 167%;
  }
  .mobile-l\:m-l--167\% {
    margin-left: -167%;
  }
  .mobile-l\:p-l-167\% {
    padding-left: 167%;
  }
  .mobile-l\:p-l--167\% {
    padding-left: -167%;
  }
  .mobile-l\:left-167\% {
    left: 167%;
  }
  .mobile-l\:left--167\% {
    left: -167%;
  }
  .mobile-l\:m-r-167\% {
    margin-right: 167%;
  }
  .mobile-l\:m-r--167\% {
    margin-right: -167%;
  }
  .mobile-l\:p-r-167\% {
    padding-right: 167%;
  }
  .mobile-l\:p-r--167\% {
    padding-right: -167%;
  }
  .mobile-l\:right-167\% {
    right: 167%;
  }
  .mobile-l\:right--167\% {
    right: -167%;
  }
  .mobile-l\:h-167\% {
    height: 167%;
  }
  .mobile-l\:w-167\% {
    width: 167%;
  }
  .mobile-l\:max_h-167\% {
    max-height: 167%;
  }
  .mobile-l\:max_w-167\% {
    max-width: 167%;
  }
  .mobile-l\:min_h-167\% {
    min-height: 167%;
  }
  .mobile-l\:min_w-167\% {
    min-width: 167%;
  }
  .mobile-l\:h-167vh {
    height: 167vh;
  }
  .mobile-l\:w-167vw {
    width: 167vw;
  }
  .mobile-l\:min_w-167vw {
    min-width: 167vw;
  }
  .mobile-l\:min_h-167vh {
    min-height: 167vh;
  }
  .mobile-l\:max_w-167vw {
    max-width: 167vw;
  }
  .mobile-l\:max_h-167vh {
    max-height: 167vh;
  }
  .mobile-l\:m-t-168\% {
    margin-top: 168%;
  }
  .mobile-l\:m-t--168\% {
    margin-top: -168%;
  }
  .mobile-l\:p-t-168\% {
    padding-top: 168%;
  }
  .mobile-l\:p-t--168\% {
    padding-top: -168%;
  }
  .mobile-l\:top-168\% {
    top: 168%;
  }
  .mobile-l\:top--168\% {
    top: -168%;
  }
  .mobile-l\:m-b-168\% {
    margin-bottom: 168%;
  }
  .mobile-l\:m-b--168\% {
    margin-bottom: -168%;
  }
  .mobile-l\:p-b-168\% {
    padding-bottom: 168%;
  }
  .mobile-l\:p-b--168\% {
    padding-bottom: -168%;
  }
  .mobile-l\:bottom-168\% {
    bottom: 168%;
  }
  .mobile-l\:bottom--168\% {
    bottom: -168%;
  }
  .mobile-l\:m-l-168\% {
    margin-left: 168%;
  }
  .mobile-l\:m-l--168\% {
    margin-left: -168%;
  }
  .mobile-l\:p-l-168\% {
    padding-left: 168%;
  }
  .mobile-l\:p-l--168\% {
    padding-left: -168%;
  }
  .mobile-l\:left-168\% {
    left: 168%;
  }
  .mobile-l\:left--168\% {
    left: -168%;
  }
  .mobile-l\:m-r-168\% {
    margin-right: 168%;
  }
  .mobile-l\:m-r--168\% {
    margin-right: -168%;
  }
  .mobile-l\:p-r-168\% {
    padding-right: 168%;
  }
  .mobile-l\:p-r--168\% {
    padding-right: -168%;
  }
  .mobile-l\:right-168\% {
    right: 168%;
  }
  .mobile-l\:right--168\% {
    right: -168%;
  }
  .mobile-l\:h-168\% {
    height: 168%;
  }
  .mobile-l\:w-168\% {
    width: 168%;
  }
  .mobile-l\:max_h-168\% {
    max-height: 168%;
  }
  .mobile-l\:max_w-168\% {
    max-width: 168%;
  }
  .mobile-l\:min_h-168\% {
    min-height: 168%;
  }
  .mobile-l\:min_w-168\% {
    min-width: 168%;
  }
  .mobile-l\:h-168vh {
    height: 168vh;
  }
  .mobile-l\:w-168vw {
    width: 168vw;
  }
  .mobile-l\:min_w-168vw {
    min-width: 168vw;
  }
  .mobile-l\:min_h-168vh {
    min-height: 168vh;
  }
  .mobile-l\:max_w-168vw {
    max-width: 168vw;
  }
  .mobile-l\:max_h-168vh {
    max-height: 168vh;
  }
  .mobile-l\:m-t-169\% {
    margin-top: 169%;
  }
  .mobile-l\:m-t--169\% {
    margin-top: -169%;
  }
  .mobile-l\:p-t-169\% {
    padding-top: 169%;
  }
  .mobile-l\:p-t--169\% {
    padding-top: -169%;
  }
  .mobile-l\:top-169\% {
    top: 169%;
  }
  .mobile-l\:top--169\% {
    top: -169%;
  }
  .mobile-l\:m-b-169\% {
    margin-bottom: 169%;
  }
  .mobile-l\:m-b--169\% {
    margin-bottom: -169%;
  }
  .mobile-l\:p-b-169\% {
    padding-bottom: 169%;
  }
  .mobile-l\:p-b--169\% {
    padding-bottom: -169%;
  }
  .mobile-l\:bottom-169\% {
    bottom: 169%;
  }
  .mobile-l\:bottom--169\% {
    bottom: -169%;
  }
  .mobile-l\:m-l-169\% {
    margin-left: 169%;
  }
  .mobile-l\:m-l--169\% {
    margin-left: -169%;
  }
  .mobile-l\:p-l-169\% {
    padding-left: 169%;
  }
  .mobile-l\:p-l--169\% {
    padding-left: -169%;
  }
  .mobile-l\:left-169\% {
    left: 169%;
  }
  .mobile-l\:left--169\% {
    left: -169%;
  }
  .mobile-l\:m-r-169\% {
    margin-right: 169%;
  }
  .mobile-l\:m-r--169\% {
    margin-right: -169%;
  }
  .mobile-l\:p-r-169\% {
    padding-right: 169%;
  }
  .mobile-l\:p-r--169\% {
    padding-right: -169%;
  }
  .mobile-l\:right-169\% {
    right: 169%;
  }
  .mobile-l\:right--169\% {
    right: -169%;
  }
  .mobile-l\:h-169\% {
    height: 169%;
  }
  .mobile-l\:w-169\% {
    width: 169%;
  }
  .mobile-l\:max_h-169\% {
    max-height: 169%;
  }
  .mobile-l\:max_w-169\% {
    max-width: 169%;
  }
  .mobile-l\:min_h-169\% {
    min-height: 169%;
  }
  .mobile-l\:min_w-169\% {
    min-width: 169%;
  }
  .mobile-l\:h-169vh {
    height: 169vh;
  }
  .mobile-l\:w-169vw {
    width: 169vw;
  }
  .mobile-l\:min_w-169vw {
    min-width: 169vw;
  }
  .mobile-l\:min_h-169vh {
    min-height: 169vh;
  }
  .mobile-l\:max_w-169vw {
    max-width: 169vw;
  }
  .mobile-l\:max_h-169vh {
    max-height: 169vh;
  }
  .mobile-l\:m-t-170\% {
    margin-top: 170%;
  }
  .mobile-l\:m-t--170\% {
    margin-top: -170%;
  }
  .mobile-l\:p-t-170\% {
    padding-top: 170%;
  }
  .mobile-l\:p-t--170\% {
    padding-top: -170%;
  }
  .mobile-l\:top-170\% {
    top: 170%;
  }
  .mobile-l\:top--170\% {
    top: -170%;
  }
  .mobile-l\:m-b-170\% {
    margin-bottom: 170%;
  }
  .mobile-l\:m-b--170\% {
    margin-bottom: -170%;
  }
  .mobile-l\:p-b-170\% {
    padding-bottom: 170%;
  }
  .mobile-l\:p-b--170\% {
    padding-bottom: -170%;
  }
  .mobile-l\:bottom-170\% {
    bottom: 170%;
  }
  .mobile-l\:bottom--170\% {
    bottom: -170%;
  }
  .mobile-l\:m-l-170\% {
    margin-left: 170%;
  }
  .mobile-l\:m-l--170\% {
    margin-left: -170%;
  }
  .mobile-l\:p-l-170\% {
    padding-left: 170%;
  }
  .mobile-l\:p-l--170\% {
    padding-left: -170%;
  }
  .mobile-l\:left-170\% {
    left: 170%;
  }
  .mobile-l\:left--170\% {
    left: -170%;
  }
  .mobile-l\:m-r-170\% {
    margin-right: 170%;
  }
  .mobile-l\:m-r--170\% {
    margin-right: -170%;
  }
  .mobile-l\:p-r-170\% {
    padding-right: 170%;
  }
  .mobile-l\:p-r--170\% {
    padding-right: -170%;
  }
  .mobile-l\:right-170\% {
    right: 170%;
  }
  .mobile-l\:right--170\% {
    right: -170%;
  }
  .mobile-l\:h-170\% {
    height: 170%;
  }
  .mobile-l\:w-170\% {
    width: 170%;
  }
  .mobile-l\:max_h-170\% {
    max-height: 170%;
  }
  .mobile-l\:max_w-170\% {
    max-width: 170%;
  }
  .mobile-l\:min_h-170\% {
    min-height: 170%;
  }
  .mobile-l\:min_w-170\% {
    min-width: 170%;
  }
  .mobile-l\:h-170vh {
    height: 170vh;
  }
  .mobile-l\:w-170vw {
    width: 170vw;
  }
  .mobile-l\:min_w-170vw {
    min-width: 170vw;
  }
  .mobile-l\:min_h-170vh {
    min-height: 170vh;
  }
  .mobile-l\:max_w-170vw {
    max-width: 170vw;
  }
  .mobile-l\:max_h-170vh {
    max-height: 170vh;
  }
  .mobile-l\:m-t-171\% {
    margin-top: 171%;
  }
  .mobile-l\:m-t--171\% {
    margin-top: -171%;
  }
  .mobile-l\:p-t-171\% {
    padding-top: 171%;
  }
  .mobile-l\:p-t--171\% {
    padding-top: -171%;
  }
  .mobile-l\:top-171\% {
    top: 171%;
  }
  .mobile-l\:top--171\% {
    top: -171%;
  }
  .mobile-l\:m-b-171\% {
    margin-bottom: 171%;
  }
  .mobile-l\:m-b--171\% {
    margin-bottom: -171%;
  }
  .mobile-l\:p-b-171\% {
    padding-bottom: 171%;
  }
  .mobile-l\:p-b--171\% {
    padding-bottom: -171%;
  }
  .mobile-l\:bottom-171\% {
    bottom: 171%;
  }
  .mobile-l\:bottom--171\% {
    bottom: -171%;
  }
  .mobile-l\:m-l-171\% {
    margin-left: 171%;
  }
  .mobile-l\:m-l--171\% {
    margin-left: -171%;
  }
  .mobile-l\:p-l-171\% {
    padding-left: 171%;
  }
  .mobile-l\:p-l--171\% {
    padding-left: -171%;
  }
  .mobile-l\:left-171\% {
    left: 171%;
  }
  .mobile-l\:left--171\% {
    left: -171%;
  }
  .mobile-l\:m-r-171\% {
    margin-right: 171%;
  }
  .mobile-l\:m-r--171\% {
    margin-right: -171%;
  }
  .mobile-l\:p-r-171\% {
    padding-right: 171%;
  }
  .mobile-l\:p-r--171\% {
    padding-right: -171%;
  }
  .mobile-l\:right-171\% {
    right: 171%;
  }
  .mobile-l\:right--171\% {
    right: -171%;
  }
  .mobile-l\:h-171\% {
    height: 171%;
  }
  .mobile-l\:w-171\% {
    width: 171%;
  }
  .mobile-l\:max_h-171\% {
    max-height: 171%;
  }
  .mobile-l\:max_w-171\% {
    max-width: 171%;
  }
  .mobile-l\:min_h-171\% {
    min-height: 171%;
  }
  .mobile-l\:min_w-171\% {
    min-width: 171%;
  }
  .mobile-l\:h-171vh {
    height: 171vh;
  }
  .mobile-l\:w-171vw {
    width: 171vw;
  }
  .mobile-l\:min_w-171vw {
    min-width: 171vw;
  }
  .mobile-l\:min_h-171vh {
    min-height: 171vh;
  }
  .mobile-l\:max_w-171vw {
    max-width: 171vw;
  }
  .mobile-l\:max_h-171vh {
    max-height: 171vh;
  }
  .mobile-l\:m-t-172\% {
    margin-top: 172%;
  }
  .mobile-l\:m-t--172\% {
    margin-top: -172%;
  }
  .mobile-l\:p-t-172\% {
    padding-top: 172%;
  }
  .mobile-l\:p-t--172\% {
    padding-top: -172%;
  }
  .mobile-l\:top-172\% {
    top: 172%;
  }
  .mobile-l\:top--172\% {
    top: -172%;
  }
  .mobile-l\:m-b-172\% {
    margin-bottom: 172%;
  }
  .mobile-l\:m-b--172\% {
    margin-bottom: -172%;
  }
  .mobile-l\:p-b-172\% {
    padding-bottom: 172%;
  }
  .mobile-l\:p-b--172\% {
    padding-bottom: -172%;
  }
  .mobile-l\:bottom-172\% {
    bottom: 172%;
  }
  .mobile-l\:bottom--172\% {
    bottom: -172%;
  }
  .mobile-l\:m-l-172\% {
    margin-left: 172%;
  }
  .mobile-l\:m-l--172\% {
    margin-left: -172%;
  }
  .mobile-l\:p-l-172\% {
    padding-left: 172%;
  }
  .mobile-l\:p-l--172\% {
    padding-left: -172%;
  }
  .mobile-l\:left-172\% {
    left: 172%;
  }
  .mobile-l\:left--172\% {
    left: -172%;
  }
  .mobile-l\:m-r-172\% {
    margin-right: 172%;
  }
  .mobile-l\:m-r--172\% {
    margin-right: -172%;
  }
  .mobile-l\:p-r-172\% {
    padding-right: 172%;
  }
  .mobile-l\:p-r--172\% {
    padding-right: -172%;
  }
  .mobile-l\:right-172\% {
    right: 172%;
  }
  .mobile-l\:right--172\% {
    right: -172%;
  }
  .mobile-l\:h-172\% {
    height: 172%;
  }
  .mobile-l\:w-172\% {
    width: 172%;
  }
  .mobile-l\:max_h-172\% {
    max-height: 172%;
  }
  .mobile-l\:max_w-172\% {
    max-width: 172%;
  }
  .mobile-l\:min_h-172\% {
    min-height: 172%;
  }
  .mobile-l\:min_w-172\% {
    min-width: 172%;
  }
  .mobile-l\:h-172vh {
    height: 172vh;
  }
  .mobile-l\:w-172vw {
    width: 172vw;
  }
  .mobile-l\:min_w-172vw {
    min-width: 172vw;
  }
  .mobile-l\:min_h-172vh {
    min-height: 172vh;
  }
  .mobile-l\:max_w-172vw {
    max-width: 172vw;
  }
  .mobile-l\:max_h-172vh {
    max-height: 172vh;
  }
  .mobile-l\:m-t-173\% {
    margin-top: 173%;
  }
  .mobile-l\:m-t--173\% {
    margin-top: -173%;
  }
  .mobile-l\:p-t-173\% {
    padding-top: 173%;
  }
  .mobile-l\:p-t--173\% {
    padding-top: -173%;
  }
  .mobile-l\:top-173\% {
    top: 173%;
  }
  .mobile-l\:top--173\% {
    top: -173%;
  }
  .mobile-l\:m-b-173\% {
    margin-bottom: 173%;
  }
  .mobile-l\:m-b--173\% {
    margin-bottom: -173%;
  }
  .mobile-l\:p-b-173\% {
    padding-bottom: 173%;
  }
  .mobile-l\:p-b--173\% {
    padding-bottom: -173%;
  }
  .mobile-l\:bottom-173\% {
    bottom: 173%;
  }
  .mobile-l\:bottom--173\% {
    bottom: -173%;
  }
  .mobile-l\:m-l-173\% {
    margin-left: 173%;
  }
  .mobile-l\:m-l--173\% {
    margin-left: -173%;
  }
  .mobile-l\:p-l-173\% {
    padding-left: 173%;
  }
  .mobile-l\:p-l--173\% {
    padding-left: -173%;
  }
  .mobile-l\:left-173\% {
    left: 173%;
  }
  .mobile-l\:left--173\% {
    left: -173%;
  }
  .mobile-l\:m-r-173\% {
    margin-right: 173%;
  }
  .mobile-l\:m-r--173\% {
    margin-right: -173%;
  }
  .mobile-l\:p-r-173\% {
    padding-right: 173%;
  }
  .mobile-l\:p-r--173\% {
    padding-right: -173%;
  }
  .mobile-l\:right-173\% {
    right: 173%;
  }
  .mobile-l\:right--173\% {
    right: -173%;
  }
  .mobile-l\:h-173\% {
    height: 173%;
  }
  .mobile-l\:w-173\% {
    width: 173%;
  }
  .mobile-l\:max_h-173\% {
    max-height: 173%;
  }
  .mobile-l\:max_w-173\% {
    max-width: 173%;
  }
  .mobile-l\:min_h-173\% {
    min-height: 173%;
  }
  .mobile-l\:min_w-173\% {
    min-width: 173%;
  }
  .mobile-l\:h-173vh {
    height: 173vh;
  }
  .mobile-l\:w-173vw {
    width: 173vw;
  }
  .mobile-l\:min_w-173vw {
    min-width: 173vw;
  }
  .mobile-l\:min_h-173vh {
    min-height: 173vh;
  }
  .mobile-l\:max_w-173vw {
    max-width: 173vw;
  }
  .mobile-l\:max_h-173vh {
    max-height: 173vh;
  }
  .mobile-l\:m-t-174\% {
    margin-top: 174%;
  }
  .mobile-l\:m-t--174\% {
    margin-top: -174%;
  }
  .mobile-l\:p-t-174\% {
    padding-top: 174%;
  }
  .mobile-l\:p-t--174\% {
    padding-top: -174%;
  }
  .mobile-l\:top-174\% {
    top: 174%;
  }
  .mobile-l\:top--174\% {
    top: -174%;
  }
  .mobile-l\:m-b-174\% {
    margin-bottom: 174%;
  }
  .mobile-l\:m-b--174\% {
    margin-bottom: -174%;
  }
  .mobile-l\:p-b-174\% {
    padding-bottom: 174%;
  }
  .mobile-l\:p-b--174\% {
    padding-bottom: -174%;
  }
  .mobile-l\:bottom-174\% {
    bottom: 174%;
  }
  .mobile-l\:bottom--174\% {
    bottom: -174%;
  }
  .mobile-l\:m-l-174\% {
    margin-left: 174%;
  }
  .mobile-l\:m-l--174\% {
    margin-left: -174%;
  }
  .mobile-l\:p-l-174\% {
    padding-left: 174%;
  }
  .mobile-l\:p-l--174\% {
    padding-left: -174%;
  }
  .mobile-l\:left-174\% {
    left: 174%;
  }
  .mobile-l\:left--174\% {
    left: -174%;
  }
  .mobile-l\:m-r-174\% {
    margin-right: 174%;
  }
  .mobile-l\:m-r--174\% {
    margin-right: -174%;
  }
  .mobile-l\:p-r-174\% {
    padding-right: 174%;
  }
  .mobile-l\:p-r--174\% {
    padding-right: -174%;
  }
  .mobile-l\:right-174\% {
    right: 174%;
  }
  .mobile-l\:right--174\% {
    right: -174%;
  }
  .mobile-l\:h-174\% {
    height: 174%;
  }
  .mobile-l\:w-174\% {
    width: 174%;
  }
  .mobile-l\:max_h-174\% {
    max-height: 174%;
  }
  .mobile-l\:max_w-174\% {
    max-width: 174%;
  }
  .mobile-l\:min_h-174\% {
    min-height: 174%;
  }
  .mobile-l\:min_w-174\% {
    min-width: 174%;
  }
  .mobile-l\:h-174vh {
    height: 174vh;
  }
  .mobile-l\:w-174vw {
    width: 174vw;
  }
  .mobile-l\:min_w-174vw {
    min-width: 174vw;
  }
  .mobile-l\:min_h-174vh {
    min-height: 174vh;
  }
  .mobile-l\:max_w-174vw {
    max-width: 174vw;
  }
  .mobile-l\:max_h-174vh {
    max-height: 174vh;
  }
  .mobile-l\:m-t-175\% {
    margin-top: 175%;
  }
  .mobile-l\:m-t--175\% {
    margin-top: -175%;
  }
  .mobile-l\:p-t-175\% {
    padding-top: 175%;
  }
  .mobile-l\:p-t--175\% {
    padding-top: -175%;
  }
  .mobile-l\:top-175\% {
    top: 175%;
  }
  .mobile-l\:top--175\% {
    top: -175%;
  }
  .mobile-l\:m-b-175\% {
    margin-bottom: 175%;
  }
  .mobile-l\:m-b--175\% {
    margin-bottom: -175%;
  }
  .mobile-l\:p-b-175\% {
    padding-bottom: 175%;
  }
  .mobile-l\:p-b--175\% {
    padding-bottom: -175%;
  }
  .mobile-l\:bottom-175\% {
    bottom: 175%;
  }
  .mobile-l\:bottom--175\% {
    bottom: -175%;
  }
  .mobile-l\:m-l-175\% {
    margin-left: 175%;
  }
  .mobile-l\:m-l--175\% {
    margin-left: -175%;
  }
  .mobile-l\:p-l-175\% {
    padding-left: 175%;
  }
  .mobile-l\:p-l--175\% {
    padding-left: -175%;
  }
  .mobile-l\:left-175\% {
    left: 175%;
  }
  .mobile-l\:left--175\% {
    left: -175%;
  }
  .mobile-l\:m-r-175\% {
    margin-right: 175%;
  }
  .mobile-l\:m-r--175\% {
    margin-right: -175%;
  }
  .mobile-l\:p-r-175\% {
    padding-right: 175%;
  }
  .mobile-l\:p-r--175\% {
    padding-right: -175%;
  }
  .mobile-l\:right-175\% {
    right: 175%;
  }
  .mobile-l\:right--175\% {
    right: -175%;
  }
  .mobile-l\:h-175\% {
    height: 175%;
  }
  .mobile-l\:w-175\% {
    width: 175%;
  }
  .mobile-l\:max_h-175\% {
    max-height: 175%;
  }
  .mobile-l\:max_w-175\% {
    max-width: 175%;
  }
  .mobile-l\:min_h-175\% {
    min-height: 175%;
  }
  .mobile-l\:min_w-175\% {
    min-width: 175%;
  }
  .mobile-l\:h-175vh {
    height: 175vh;
  }
  .mobile-l\:w-175vw {
    width: 175vw;
  }
  .mobile-l\:min_w-175vw {
    min-width: 175vw;
  }
  .mobile-l\:min_h-175vh {
    min-height: 175vh;
  }
  .mobile-l\:max_w-175vw {
    max-width: 175vw;
  }
  .mobile-l\:max_h-175vh {
    max-height: 175vh;
  }
  .mobile-l\:m-t-176\% {
    margin-top: 176%;
  }
  .mobile-l\:m-t--176\% {
    margin-top: -176%;
  }
  .mobile-l\:p-t-176\% {
    padding-top: 176%;
  }
  .mobile-l\:p-t--176\% {
    padding-top: -176%;
  }
  .mobile-l\:top-176\% {
    top: 176%;
  }
  .mobile-l\:top--176\% {
    top: -176%;
  }
  .mobile-l\:m-b-176\% {
    margin-bottom: 176%;
  }
  .mobile-l\:m-b--176\% {
    margin-bottom: -176%;
  }
  .mobile-l\:p-b-176\% {
    padding-bottom: 176%;
  }
  .mobile-l\:p-b--176\% {
    padding-bottom: -176%;
  }
  .mobile-l\:bottom-176\% {
    bottom: 176%;
  }
  .mobile-l\:bottom--176\% {
    bottom: -176%;
  }
  .mobile-l\:m-l-176\% {
    margin-left: 176%;
  }
  .mobile-l\:m-l--176\% {
    margin-left: -176%;
  }
  .mobile-l\:p-l-176\% {
    padding-left: 176%;
  }
  .mobile-l\:p-l--176\% {
    padding-left: -176%;
  }
  .mobile-l\:left-176\% {
    left: 176%;
  }
  .mobile-l\:left--176\% {
    left: -176%;
  }
  .mobile-l\:m-r-176\% {
    margin-right: 176%;
  }
  .mobile-l\:m-r--176\% {
    margin-right: -176%;
  }
  .mobile-l\:p-r-176\% {
    padding-right: 176%;
  }
  .mobile-l\:p-r--176\% {
    padding-right: -176%;
  }
  .mobile-l\:right-176\% {
    right: 176%;
  }
  .mobile-l\:right--176\% {
    right: -176%;
  }
  .mobile-l\:h-176\% {
    height: 176%;
  }
  .mobile-l\:w-176\% {
    width: 176%;
  }
  .mobile-l\:max_h-176\% {
    max-height: 176%;
  }
  .mobile-l\:max_w-176\% {
    max-width: 176%;
  }
  .mobile-l\:min_h-176\% {
    min-height: 176%;
  }
  .mobile-l\:min_w-176\% {
    min-width: 176%;
  }
  .mobile-l\:h-176vh {
    height: 176vh;
  }
  .mobile-l\:w-176vw {
    width: 176vw;
  }
  .mobile-l\:min_w-176vw {
    min-width: 176vw;
  }
  .mobile-l\:min_h-176vh {
    min-height: 176vh;
  }
  .mobile-l\:max_w-176vw {
    max-width: 176vw;
  }
  .mobile-l\:max_h-176vh {
    max-height: 176vh;
  }
  .mobile-l\:m-t-177\% {
    margin-top: 177%;
  }
  .mobile-l\:m-t--177\% {
    margin-top: -177%;
  }
  .mobile-l\:p-t-177\% {
    padding-top: 177%;
  }
  .mobile-l\:p-t--177\% {
    padding-top: -177%;
  }
  .mobile-l\:top-177\% {
    top: 177%;
  }
  .mobile-l\:top--177\% {
    top: -177%;
  }
  .mobile-l\:m-b-177\% {
    margin-bottom: 177%;
  }
  .mobile-l\:m-b--177\% {
    margin-bottom: -177%;
  }
  .mobile-l\:p-b-177\% {
    padding-bottom: 177%;
  }
  .mobile-l\:p-b--177\% {
    padding-bottom: -177%;
  }
  .mobile-l\:bottom-177\% {
    bottom: 177%;
  }
  .mobile-l\:bottom--177\% {
    bottom: -177%;
  }
  .mobile-l\:m-l-177\% {
    margin-left: 177%;
  }
  .mobile-l\:m-l--177\% {
    margin-left: -177%;
  }
  .mobile-l\:p-l-177\% {
    padding-left: 177%;
  }
  .mobile-l\:p-l--177\% {
    padding-left: -177%;
  }
  .mobile-l\:left-177\% {
    left: 177%;
  }
  .mobile-l\:left--177\% {
    left: -177%;
  }
  .mobile-l\:m-r-177\% {
    margin-right: 177%;
  }
  .mobile-l\:m-r--177\% {
    margin-right: -177%;
  }
  .mobile-l\:p-r-177\% {
    padding-right: 177%;
  }
  .mobile-l\:p-r--177\% {
    padding-right: -177%;
  }
  .mobile-l\:right-177\% {
    right: 177%;
  }
  .mobile-l\:right--177\% {
    right: -177%;
  }
  .mobile-l\:h-177\% {
    height: 177%;
  }
  .mobile-l\:w-177\% {
    width: 177%;
  }
  .mobile-l\:max_h-177\% {
    max-height: 177%;
  }
  .mobile-l\:max_w-177\% {
    max-width: 177%;
  }
  .mobile-l\:min_h-177\% {
    min-height: 177%;
  }
  .mobile-l\:min_w-177\% {
    min-width: 177%;
  }
  .mobile-l\:h-177vh {
    height: 177vh;
  }
  .mobile-l\:w-177vw {
    width: 177vw;
  }
  .mobile-l\:min_w-177vw {
    min-width: 177vw;
  }
  .mobile-l\:min_h-177vh {
    min-height: 177vh;
  }
  .mobile-l\:max_w-177vw {
    max-width: 177vw;
  }
  .mobile-l\:max_h-177vh {
    max-height: 177vh;
  }
  .mobile-l\:m-t-178\% {
    margin-top: 178%;
  }
  .mobile-l\:m-t--178\% {
    margin-top: -178%;
  }
  .mobile-l\:p-t-178\% {
    padding-top: 178%;
  }
  .mobile-l\:p-t--178\% {
    padding-top: -178%;
  }
  .mobile-l\:top-178\% {
    top: 178%;
  }
  .mobile-l\:top--178\% {
    top: -178%;
  }
  .mobile-l\:m-b-178\% {
    margin-bottom: 178%;
  }
  .mobile-l\:m-b--178\% {
    margin-bottom: -178%;
  }
  .mobile-l\:p-b-178\% {
    padding-bottom: 178%;
  }
  .mobile-l\:p-b--178\% {
    padding-bottom: -178%;
  }
  .mobile-l\:bottom-178\% {
    bottom: 178%;
  }
  .mobile-l\:bottom--178\% {
    bottom: -178%;
  }
  .mobile-l\:m-l-178\% {
    margin-left: 178%;
  }
  .mobile-l\:m-l--178\% {
    margin-left: -178%;
  }
  .mobile-l\:p-l-178\% {
    padding-left: 178%;
  }
  .mobile-l\:p-l--178\% {
    padding-left: -178%;
  }
  .mobile-l\:left-178\% {
    left: 178%;
  }
  .mobile-l\:left--178\% {
    left: -178%;
  }
  .mobile-l\:m-r-178\% {
    margin-right: 178%;
  }
  .mobile-l\:m-r--178\% {
    margin-right: -178%;
  }
  .mobile-l\:p-r-178\% {
    padding-right: 178%;
  }
  .mobile-l\:p-r--178\% {
    padding-right: -178%;
  }
  .mobile-l\:right-178\% {
    right: 178%;
  }
  .mobile-l\:right--178\% {
    right: -178%;
  }
  .mobile-l\:h-178\% {
    height: 178%;
  }
  .mobile-l\:w-178\% {
    width: 178%;
  }
  .mobile-l\:max_h-178\% {
    max-height: 178%;
  }
  .mobile-l\:max_w-178\% {
    max-width: 178%;
  }
  .mobile-l\:min_h-178\% {
    min-height: 178%;
  }
  .mobile-l\:min_w-178\% {
    min-width: 178%;
  }
  .mobile-l\:h-178vh {
    height: 178vh;
  }
  .mobile-l\:w-178vw {
    width: 178vw;
  }
  .mobile-l\:min_w-178vw {
    min-width: 178vw;
  }
  .mobile-l\:min_h-178vh {
    min-height: 178vh;
  }
  .mobile-l\:max_w-178vw {
    max-width: 178vw;
  }
  .mobile-l\:max_h-178vh {
    max-height: 178vh;
  }
  .mobile-l\:m-t-179\% {
    margin-top: 179%;
  }
  .mobile-l\:m-t--179\% {
    margin-top: -179%;
  }
  .mobile-l\:p-t-179\% {
    padding-top: 179%;
  }
  .mobile-l\:p-t--179\% {
    padding-top: -179%;
  }
  .mobile-l\:top-179\% {
    top: 179%;
  }
  .mobile-l\:top--179\% {
    top: -179%;
  }
  .mobile-l\:m-b-179\% {
    margin-bottom: 179%;
  }
  .mobile-l\:m-b--179\% {
    margin-bottom: -179%;
  }
  .mobile-l\:p-b-179\% {
    padding-bottom: 179%;
  }
  .mobile-l\:p-b--179\% {
    padding-bottom: -179%;
  }
  .mobile-l\:bottom-179\% {
    bottom: 179%;
  }
  .mobile-l\:bottom--179\% {
    bottom: -179%;
  }
  .mobile-l\:m-l-179\% {
    margin-left: 179%;
  }
  .mobile-l\:m-l--179\% {
    margin-left: -179%;
  }
  .mobile-l\:p-l-179\% {
    padding-left: 179%;
  }
  .mobile-l\:p-l--179\% {
    padding-left: -179%;
  }
  .mobile-l\:left-179\% {
    left: 179%;
  }
  .mobile-l\:left--179\% {
    left: -179%;
  }
  .mobile-l\:m-r-179\% {
    margin-right: 179%;
  }
  .mobile-l\:m-r--179\% {
    margin-right: -179%;
  }
  .mobile-l\:p-r-179\% {
    padding-right: 179%;
  }
  .mobile-l\:p-r--179\% {
    padding-right: -179%;
  }
  .mobile-l\:right-179\% {
    right: 179%;
  }
  .mobile-l\:right--179\% {
    right: -179%;
  }
  .mobile-l\:h-179\% {
    height: 179%;
  }
  .mobile-l\:w-179\% {
    width: 179%;
  }
  .mobile-l\:max_h-179\% {
    max-height: 179%;
  }
  .mobile-l\:max_w-179\% {
    max-width: 179%;
  }
  .mobile-l\:min_h-179\% {
    min-height: 179%;
  }
  .mobile-l\:min_w-179\% {
    min-width: 179%;
  }
  .mobile-l\:h-179vh {
    height: 179vh;
  }
  .mobile-l\:w-179vw {
    width: 179vw;
  }
  .mobile-l\:min_w-179vw {
    min-width: 179vw;
  }
  .mobile-l\:min_h-179vh {
    min-height: 179vh;
  }
  .mobile-l\:max_w-179vw {
    max-width: 179vw;
  }
  .mobile-l\:max_h-179vh {
    max-height: 179vh;
  }
  .mobile-l\:m-t-180\% {
    margin-top: 180%;
  }
  .mobile-l\:m-t--180\% {
    margin-top: -180%;
  }
  .mobile-l\:p-t-180\% {
    padding-top: 180%;
  }
  .mobile-l\:p-t--180\% {
    padding-top: -180%;
  }
  .mobile-l\:top-180\% {
    top: 180%;
  }
  .mobile-l\:top--180\% {
    top: -180%;
  }
  .mobile-l\:m-b-180\% {
    margin-bottom: 180%;
  }
  .mobile-l\:m-b--180\% {
    margin-bottom: -180%;
  }
  .mobile-l\:p-b-180\% {
    padding-bottom: 180%;
  }
  .mobile-l\:p-b--180\% {
    padding-bottom: -180%;
  }
  .mobile-l\:bottom-180\% {
    bottom: 180%;
  }
  .mobile-l\:bottom--180\% {
    bottom: -180%;
  }
  .mobile-l\:m-l-180\% {
    margin-left: 180%;
  }
  .mobile-l\:m-l--180\% {
    margin-left: -180%;
  }
  .mobile-l\:p-l-180\% {
    padding-left: 180%;
  }
  .mobile-l\:p-l--180\% {
    padding-left: -180%;
  }
  .mobile-l\:left-180\% {
    left: 180%;
  }
  .mobile-l\:left--180\% {
    left: -180%;
  }
  .mobile-l\:m-r-180\% {
    margin-right: 180%;
  }
  .mobile-l\:m-r--180\% {
    margin-right: -180%;
  }
  .mobile-l\:p-r-180\% {
    padding-right: 180%;
  }
  .mobile-l\:p-r--180\% {
    padding-right: -180%;
  }
  .mobile-l\:right-180\% {
    right: 180%;
  }
  .mobile-l\:right--180\% {
    right: -180%;
  }
  .mobile-l\:h-180\% {
    height: 180%;
  }
  .mobile-l\:w-180\% {
    width: 180%;
  }
  .mobile-l\:max_h-180\% {
    max-height: 180%;
  }
  .mobile-l\:max_w-180\% {
    max-width: 180%;
  }
  .mobile-l\:min_h-180\% {
    min-height: 180%;
  }
  .mobile-l\:min_w-180\% {
    min-width: 180%;
  }
  .mobile-l\:h-180vh {
    height: 180vh;
  }
  .mobile-l\:w-180vw {
    width: 180vw;
  }
  .mobile-l\:min_w-180vw {
    min-width: 180vw;
  }
  .mobile-l\:min_h-180vh {
    min-height: 180vh;
  }
  .mobile-l\:max_w-180vw {
    max-width: 180vw;
  }
  .mobile-l\:max_h-180vh {
    max-height: 180vh;
  }
  .mobile-l\:m-t-181\% {
    margin-top: 181%;
  }
  .mobile-l\:m-t--181\% {
    margin-top: -181%;
  }
  .mobile-l\:p-t-181\% {
    padding-top: 181%;
  }
  .mobile-l\:p-t--181\% {
    padding-top: -181%;
  }
  .mobile-l\:top-181\% {
    top: 181%;
  }
  .mobile-l\:top--181\% {
    top: -181%;
  }
  .mobile-l\:m-b-181\% {
    margin-bottom: 181%;
  }
  .mobile-l\:m-b--181\% {
    margin-bottom: -181%;
  }
  .mobile-l\:p-b-181\% {
    padding-bottom: 181%;
  }
  .mobile-l\:p-b--181\% {
    padding-bottom: -181%;
  }
  .mobile-l\:bottom-181\% {
    bottom: 181%;
  }
  .mobile-l\:bottom--181\% {
    bottom: -181%;
  }
  .mobile-l\:m-l-181\% {
    margin-left: 181%;
  }
  .mobile-l\:m-l--181\% {
    margin-left: -181%;
  }
  .mobile-l\:p-l-181\% {
    padding-left: 181%;
  }
  .mobile-l\:p-l--181\% {
    padding-left: -181%;
  }
  .mobile-l\:left-181\% {
    left: 181%;
  }
  .mobile-l\:left--181\% {
    left: -181%;
  }
  .mobile-l\:m-r-181\% {
    margin-right: 181%;
  }
  .mobile-l\:m-r--181\% {
    margin-right: -181%;
  }
  .mobile-l\:p-r-181\% {
    padding-right: 181%;
  }
  .mobile-l\:p-r--181\% {
    padding-right: -181%;
  }
  .mobile-l\:right-181\% {
    right: 181%;
  }
  .mobile-l\:right--181\% {
    right: -181%;
  }
  .mobile-l\:h-181\% {
    height: 181%;
  }
  .mobile-l\:w-181\% {
    width: 181%;
  }
  .mobile-l\:max_h-181\% {
    max-height: 181%;
  }
  .mobile-l\:max_w-181\% {
    max-width: 181%;
  }
  .mobile-l\:min_h-181\% {
    min-height: 181%;
  }
  .mobile-l\:min_w-181\% {
    min-width: 181%;
  }
  .mobile-l\:h-181vh {
    height: 181vh;
  }
  .mobile-l\:w-181vw {
    width: 181vw;
  }
  .mobile-l\:min_w-181vw {
    min-width: 181vw;
  }
  .mobile-l\:min_h-181vh {
    min-height: 181vh;
  }
  .mobile-l\:max_w-181vw {
    max-width: 181vw;
  }
  .mobile-l\:max_h-181vh {
    max-height: 181vh;
  }
  .mobile-l\:m-t-182\% {
    margin-top: 182%;
  }
  .mobile-l\:m-t--182\% {
    margin-top: -182%;
  }
  .mobile-l\:p-t-182\% {
    padding-top: 182%;
  }
  .mobile-l\:p-t--182\% {
    padding-top: -182%;
  }
  .mobile-l\:top-182\% {
    top: 182%;
  }
  .mobile-l\:top--182\% {
    top: -182%;
  }
  .mobile-l\:m-b-182\% {
    margin-bottom: 182%;
  }
  .mobile-l\:m-b--182\% {
    margin-bottom: -182%;
  }
  .mobile-l\:p-b-182\% {
    padding-bottom: 182%;
  }
  .mobile-l\:p-b--182\% {
    padding-bottom: -182%;
  }
  .mobile-l\:bottom-182\% {
    bottom: 182%;
  }
  .mobile-l\:bottom--182\% {
    bottom: -182%;
  }
  .mobile-l\:m-l-182\% {
    margin-left: 182%;
  }
  .mobile-l\:m-l--182\% {
    margin-left: -182%;
  }
  .mobile-l\:p-l-182\% {
    padding-left: 182%;
  }
  .mobile-l\:p-l--182\% {
    padding-left: -182%;
  }
  .mobile-l\:left-182\% {
    left: 182%;
  }
  .mobile-l\:left--182\% {
    left: -182%;
  }
  .mobile-l\:m-r-182\% {
    margin-right: 182%;
  }
  .mobile-l\:m-r--182\% {
    margin-right: -182%;
  }
  .mobile-l\:p-r-182\% {
    padding-right: 182%;
  }
  .mobile-l\:p-r--182\% {
    padding-right: -182%;
  }
  .mobile-l\:right-182\% {
    right: 182%;
  }
  .mobile-l\:right--182\% {
    right: -182%;
  }
  .mobile-l\:h-182\% {
    height: 182%;
  }
  .mobile-l\:w-182\% {
    width: 182%;
  }
  .mobile-l\:max_h-182\% {
    max-height: 182%;
  }
  .mobile-l\:max_w-182\% {
    max-width: 182%;
  }
  .mobile-l\:min_h-182\% {
    min-height: 182%;
  }
  .mobile-l\:min_w-182\% {
    min-width: 182%;
  }
  .mobile-l\:h-182vh {
    height: 182vh;
  }
  .mobile-l\:w-182vw {
    width: 182vw;
  }
  .mobile-l\:min_w-182vw {
    min-width: 182vw;
  }
  .mobile-l\:min_h-182vh {
    min-height: 182vh;
  }
  .mobile-l\:max_w-182vw {
    max-width: 182vw;
  }
  .mobile-l\:max_h-182vh {
    max-height: 182vh;
  }
  .mobile-l\:m-t-183\% {
    margin-top: 183%;
  }
  .mobile-l\:m-t--183\% {
    margin-top: -183%;
  }
  .mobile-l\:p-t-183\% {
    padding-top: 183%;
  }
  .mobile-l\:p-t--183\% {
    padding-top: -183%;
  }
  .mobile-l\:top-183\% {
    top: 183%;
  }
  .mobile-l\:top--183\% {
    top: -183%;
  }
  .mobile-l\:m-b-183\% {
    margin-bottom: 183%;
  }
  .mobile-l\:m-b--183\% {
    margin-bottom: -183%;
  }
  .mobile-l\:p-b-183\% {
    padding-bottom: 183%;
  }
  .mobile-l\:p-b--183\% {
    padding-bottom: -183%;
  }
  .mobile-l\:bottom-183\% {
    bottom: 183%;
  }
  .mobile-l\:bottom--183\% {
    bottom: -183%;
  }
  .mobile-l\:m-l-183\% {
    margin-left: 183%;
  }
  .mobile-l\:m-l--183\% {
    margin-left: -183%;
  }
  .mobile-l\:p-l-183\% {
    padding-left: 183%;
  }
  .mobile-l\:p-l--183\% {
    padding-left: -183%;
  }
  .mobile-l\:left-183\% {
    left: 183%;
  }
  .mobile-l\:left--183\% {
    left: -183%;
  }
  .mobile-l\:m-r-183\% {
    margin-right: 183%;
  }
  .mobile-l\:m-r--183\% {
    margin-right: -183%;
  }
  .mobile-l\:p-r-183\% {
    padding-right: 183%;
  }
  .mobile-l\:p-r--183\% {
    padding-right: -183%;
  }
  .mobile-l\:right-183\% {
    right: 183%;
  }
  .mobile-l\:right--183\% {
    right: -183%;
  }
  .mobile-l\:h-183\% {
    height: 183%;
  }
  .mobile-l\:w-183\% {
    width: 183%;
  }
  .mobile-l\:max_h-183\% {
    max-height: 183%;
  }
  .mobile-l\:max_w-183\% {
    max-width: 183%;
  }
  .mobile-l\:min_h-183\% {
    min-height: 183%;
  }
  .mobile-l\:min_w-183\% {
    min-width: 183%;
  }
  .mobile-l\:h-183vh {
    height: 183vh;
  }
  .mobile-l\:w-183vw {
    width: 183vw;
  }
  .mobile-l\:min_w-183vw {
    min-width: 183vw;
  }
  .mobile-l\:min_h-183vh {
    min-height: 183vh;
  }
  .mobile-l\:max_w-183vw {
    max-width: 183vw;
  }
  .mobile-l\:max_h-183vh {
    max-height: 183vh;
  }
  .mobile-l\:m-t-184\% {
    margin-top: 184%;
  }
  .mobile-l\:m-t--184\% {
    margin-top: -184%;
  }
  .mobile-l\:p-t-184\% {
    padding-top: 184%;
  }
  .mobile-l\:p-t--184\% {
    padding-top: -184%;
  }
  .mobile-l\:top-184\% {
    top: 184%;
  }
  .mobile-l\:top--184\% {
    top: -184%;
  }
  .mobile-l\:m-b-184\% {
    margin-bottom: 184%;
  }
  .mobile-l\:m-b--184\% {
    margin-bottom: -184%;
  }
  .mobile-l\:p-b-184\% {
    padding-bottom: 184%;
  }
  .mobile-l\:p-b--184\% {
    padding-bottom: -184%;
  }
  .mobile-l\:bottom-184\% {
    bottom: 184%;
  }
  .mobile-l\:bottom--184\% {
    bottom: -184%;
  }
  .mobile-l\:m-l-184\% {
    margin-left: 184%;
  }
  .mobile-l\:m-l--184\% {
    margin-left: -184%;
  }
  .mobile-l\:p-l-184\% {
    padding-left: 184%;
  }
  .mobile-l\:p-l--184\% {
    padding-left: -184%;
  }
  .mobile-l\:left-184\% {
    left: 184%;
  }
  .mobile-l\:left--184\% {
    left: -184%;
  }
  .mobile-l\:m-r-184\% {
    margin-right: 184%;
  }
  .mobile-l\:m-r--184\% {
    margin-right: -184%;
  }
  .mobile-l\:p-r-184\% {
    padding-right: 184%;
  }
  .mobile-l\:p-r--184\% {
    padding-right: -184%;
  }
  .mobile-l\:right-184\% {
    right: 184%;
  }
  .mobile-l\:right--184\% {
    right: -184%;
  }
  .mobile-l\:h-184\% {
    height: 184%;
  }
  .mobile-l\:w-184\% {
    width: 184%;
  }
  .mobile-l\:max_h-184\% {
    max-height: 184%;
  }
  .mobile-l\:max_w-184\% {
    max-width: 184%;
  }
  .mobile-l\:min_h-184\% {
    min-height: 184%;
  }
  .mobile-l\:min_w-184\% {
    min-width: 184%;
  }
  .mobile-l\:h-184vh {
    height: 184vh;
  }
  .mobile-l\:w-184vw {
    width: 184vw;
  }
  .mobile-l\:min_w-184vw {
    min-width: 184vw;
  }
  .mobile-l\:min_h-184vh {
    min-height: 184vh;
  }
  .mobile-l\:max_w-184vw {
    max-width: 184vw;
  }
  .mobile-l\:max_h-184vh {
    max-height: 184vh;
  }
  .mobile-l\:m-t-185\% {
    margin-top: 185%;
  }
  .mobile-l\:m-t--185\% {
    margin-top: -185%;
  }
  .mobile-l\:p-t-185\% {
    padding-top: 185%;
  }
  .mobile-l\:p-t--185\% {
    padding-top: -185%;
  }
  .mobile-l\:top-185\% {
    top: 185%;
  }
  .mobile-l\:top--185\% {
    top: -185%;
  }
  .mobile-l\:m-b-185\% {
    margin-bottom: 185%;
  }
  .mobile-l\:m-b--185\% {
    margin-bottom: -185%;
  }
  .mobile-l\:p-b-185\% {
    padding-bottom: 185%;
  }
  .mobile-l\:p-b--185\% {
    padding-bottom: -185%;
  }
  .mobile-l\:bottom-185\% {
    bottom: 185%;
  }
  .mobile-l\:bottom--185\% {
    bottom: -185%;
  }
  .mobile-l\:m-l-185\% {
    margin-left: 185%;
  }
  .mobile-l\:m-l--185\% {
    margin-left: -185%;
  }
  .mobile-l\:p-l-185\% {
    padding-left: 185%;
  }
  .mobile-l\:p-l--185\% {
    padding-left: -185%;
  }
  .mobile-l\:left-185\% {
    left: 185%;
  }
  .mobile-l\:left--185\% {
    left: -185%;
  }
  .mobile-l\:m-r-185\% {
    margin-right: 185%;
  }
  .mobile-l\:m-r--185\% {
    margin-right: -185%;
  }
  .mobile-l\:p-r-185\% {
    padding-right: 185%;
  }
  .mobile-l\:p-r--185\% {
    padding-right: -185%;
  }
  .mobile-l\:right-185\% {
    right: 185%;
  }
  .mobile-l\:right--185\% {
    right: -185%;
  }
  .mobile-l\:h-185\% {
    height: 185%;
  }
  .mobile-l\:w-185\% {
    width: 185%;
  }
  .mobile-l\:max_h-185\% {
    max-height: 185%;
  }
  .mobile-l\:max_w-185\% {
    max-width: 185%;
  }
  .mobile-l\:min_h-185\% {
    min-height: 185%;
  }
  .mobile-l\:min_w-185\% {
    min-width: 185%;
  }
  .mobile-l\:h-185vh {
    height: 185vh;
  }
  .mobile-l\:w-185vw {
    width: 185vw;
  }
  .mobile-l\:min_w-185vw {
    min-width: 185vw;
  }
  .mobile-l\:min_h-185vh {
    min-height: 185vh;
  }
  .mobile-l\:max_w-185vw {
    max-width: 185vw;
  }
  .mobile-l\:max_h-185vh {
    max-height: 185vh;
  }
  .mobile-l\:m-t-186\% {
    margin-top: 186%;
  }
  .mobile-l\:m-t--186\% {
    margin-top: -186%;
  }
  .mobile-l\:p-t-186\% {
    padding-top: 186%;
  }
  .mobile-l\:p-t--186\% {
    padding-top: -186%;
  }
  .mobile-l\:top-186\% {
    top: 186%;
  }
  .mobile-l\:top--186\% {
    top: -186%;
  }
  .mobile-l\:m-b-186\% {
    margin-bottom: 186%;
  }
  .mobile-l\:m-b--186\% {
    margin-bottom: -186%;
  }
  .mobile-l\:p-b-186\% {
    padding-bottom: 186%;
  }
  .mobile-l\:p-b--186\% {
    padding-bottom: -186%;
  }
  .mobile-l\:bottom-186\% {
    bottom: 186%;
  }
  .mobile-l\:bottom--186\% {
    bottom: -186%;
  }
  .mobile-l\:m-l-186\% {
    margin-left: 186%;
  }
  .mobile-l\:m-l--186\% {
    margin-left: -186%;
  }
  .mobile-l\:p-l-186\% {
    padding-left: 186%;
  }
  .mobile-l\:p-l--186\% {
    padding-left: -186%;
  }
  .mobile-l\:left-186\% {
    left: 186%;
  }
  .mobile-l\:left--186\% {
    left: -186%;
  }
  .mobile-l\:m-r-186\% {
    margin-right: 186%;
  }
  .mobile-l\:m-r--186\% {
    margin-right: -186%;
  }
  .mobile-l\:p-r-186\% {
    padding-right: 186%;
  }
  .mobile-l\:p-r--186\% {
    padding-right: -186%;
  }
  .mobile-l\:right-186\% {
    right: 186%;
  }
  .mobile-l\:right--186\% {
    right: -186%;
  }
  .mobile-l\:h-186\% {
    height: 186%;
  }
  .mobile-l\:w-186\% {
    width: 186%;
  }
  .mobile-l\:max_h-186\% {
    max-height: 186%;
  }
  .mobile-l\:max_w-186\% {
    max-width: 186%;
  }
  .mobile-l\:min_h-186\% {
    min-height: 186%;
  }
  .mobile-l\:min_w-186\% {
    min-width: 186%;
  }
  .mobile-l\:h-186vh {
    height: 186vh;
  }
  .mobile-l\:w-186vw {
    width: 186vw;
  }
  .mobile-l\:min_w-186vw {
    min-width: 186vw;
  }
  .mobile-l\:min_h-186vh {
    min-height: 186vh;
  }
  .mobile-l\:max_w-186vw {
    max-width: 186vw;
  }
  .mobile-l\:max_h-186vh {
    max-height: 186vh;
  }
  .mobile-l\:m-t-187\% {
    margin-top: 187%;
  }
  .mobile-l\:m-t--187\% {
    margin-top: -187%;
  }
  .mobile-l\:p-t-187\% {
    padding-top: 187%;
  }
  .mobile-l\:p-t--187\% {
    padding-top: -187%;
  }
  .mobile-l\:top-187\% {
    top: 187%;
  }
  .mobile-l\:top--187\% {
    top: -187%;
  }
  .mobile-l\:m-b-187\% {
    margin-bottom: 187%;
  }
  .mobile-l\:m-b--187\% {
    margin-bottom: -187%;
  }
  .mobile-l\:p-b-187\% {
    padding-bottom: 187%;
  }
  .mobile-l\:p-b--187\% {
    padding-bottom: -187%;
  }
  .mobile-l\:bottom-187\% {
    bottom: 187%;
  }
  .mobile-l\:bottom--187\% {
    bottom: -187%;
  }
  .mobile-l\:m-l-187\% {
    margin-left: 187%;
  }
  .mobile-l\:m-l--187\% {
    margin-left: -187%;
  }
  .mobile-l\:p-l-187\% {
    padding-left: 187%;
  }
  .mobile-l\:p-l--187\% {
    padding-left: -187%;
  }
  .mobile-l\:left-187\% {
    left: 187%;
  }
  .mobile-l\:left--187\% {
    left: -187%;
  }
  .mobile-l\:m-r-187\% {
    margin-right: 187%;
  }
  .mobile-l\:m-r--187\% {
    margin-right: -187%;
  }
  .mobile-l\:p-r-187\% {
    padding-right: 187%;
  }
  .mobile-l\:p-r--187\% {
    padding-right: -187%;
  }
  .mobile-l\:right-187\% {
    right: 187%;
  }
  .mobile-l\:right--187\% {
    right: -187%;
  }
  .mobile-l\:h-187\% {
    height: 187%;
  }
  .mobile-l\:w-187\% {
    width: 187%;
  }
  .mobile-l\:max_h-187\% {
    max-height: 187%;
  }
  .mobile-l\:max_w-187\% {
    max-width: 187%;
  }
  .mobile-l\:min_h-187\% {
    min-height: 187%;
  }
  .mobile-l\:min_w-187\% {
    min-width: 187%;
  }
  .mobile-l\:h-187vh {
    height: 187vh;
  }
  .mobile-l\:w-187vw {
    width: 187vw;
  }
  .mobile-l\:min_w-187vw {
    min-width: 187vw;
  }
  .mobile-l\:min_h-187vh {
    min-height: 187vh;
  }
  .mobile-l\:max_w-187vw {
    max-width: 187vw;
  }
  .mobile-l\:max_h-187vh {
    max-height: 187vh;
  }
  .mobile-l\:m-t-188\% {
    margin-top: 188%;
  }
  .mobile-l\:m-t--188\% {
    margin-top: -188%;
  }
  .mobile-l\:p-t-188\% {
    padding-top: 188%;
  }
  .mobile-l\:p-t--188\% {
    padding-top: -188%;
  }
  .mobile-l\:top-188\% {
    top: 188%;
  }
  .mobile-l\:top--188\% {
    top: -188%;
  }
  .mobile-l\:m-b-188\% {
    margin-bottom: 188%;
  }
  .mobile-l\:m-b--188\% {
    margin-bottom: -188%;
  }
  .mobile-l\:p-b-188\% {
    padding-bottom: 188%;
  }
  .mobile-l\:p-b--188\% {
    padding-bottom: -188%;
  }
  .mobile-l\:bottom-188\% {
    bottom: 188%;
  }
  .mobile-l\:bottom--188\% {
    bottom: -188%;
  }
  .mobile-l\:m-l-188\% {
    margin-left: 188%;
  }
  .mobile-l\:m-l--188\% {
    margin-left: -188%;
  }
  .mobile-l\:p-l-188\% {
    padding-left: 188%;
  }
  .mobile-l\:p-l--188\% {
    padding-left: -188%;
  }
  .mobile-l\:left-188\% {
    left: 188%;
  }
  .mobile-l\:left--188\% {
    left: -188%;
  }
  .mobile-l\:m-r-188\% {
    margin-right: 188%;
  }
  .mobile-l\:m-r--188\% {
    margin-right: -188%;
  }
  .mobile-l\:p-r-188\% {
    padding-right: 188%;
  }
  .mobile-l\:p-r--188\% {
    padding-right: -188%;
  }
  .mobile-l\:right-188\% {
    right: 188%;
  }
  .mobile-l\:right--188\% {
    right: -188%;
  }
  .mobile-l\:h-188\% {
    height: 188%;
  }
  .mobile-l\:w-188\% {
    width: 188%;
  }
  .mobile-l\:max_h-188\% {
    max-height: 188%;
  }
  .mobile-l\:max_w-188\% {
    max-width: 188%;
  }
  .mobile-l\:min_h-188\% {
    min-height: 188%;
  }
  .mobile-l\:min_w-188\% {
    min-width: 188%;
  }
  .mobile-l\:h-188vh {
    height: 188vh;
  }
  .mobile-l\:w-188vw {
    width: 188vw;
  }
  .mobile-l\:min_w-188vw {
    min-width: 188vw;
  }
  .mobile-l\:min_h-188vh {
    min-height: 188vh;
  }
  .mobile-l\:max_w-188vw {
    max-width: 188vw;
  }
  .mobile-l\:max_h-188vh {
    max-height: 188vh;
  }
  .mobile-l\:m-t-189\% {
    margin-top: 189%;
  }
  .mobile-l\:m-t--189\% {
    margin-top: -189%;
  }
  .mobile-l\:p-t-189\% {
    padding-top: 189%;
  }
  .mobile-l\:p-t--189\% {
    padding-top: -189%;
  }
  .mobile-l\:top-189\% {
    top: 189%;
  }
  .mobile-l\:top--189\% {
    top: -189%;
  }
  .mobile-l\:m-b-189\% {
    margin-bottom: 189%;
  }
  .mobile-l\:m-b--189\% {
    margin-bottom: -189%;
  }
  .mobile-l\:p-b-189\% {
    padding-bottom: 189%;
  }
  .mobile-l\:p-b--189\% {
    padding-bottom: -189%;
  }
  .mobile-l\:bottom-189\% {
    bottom: 189%;
  }
  .mobile-l\:bottom--189\% {
    bottom: -189%;
  }
  .mobile-l\:m-l-189\% {
    margin-left: 189%;
  }
  .mobile-l\:m-l--189\% {
    margin-left: -189%;
  }
  .mobile-l\:p-l-189\% {
    padding-left: 189%;
  }
  .mobile-l\:p-l--189\% {
    padding-left: -189%;
  }
  .mobile-l\:left-189\% {
    left: 189%;
  }
  .mobile-l\:left--189\% {
    left: -189%;
  }
  .mobile-l\:m-r-189\% {
    margin-right: 189%;
  }
  .mobile-l\:m-r--189\% {
    margin-right: -189%;
  }
  .mobile-l\:p-r-189\% {
    padding-right: 189%;
  }
  .mobile-l\:p-r--189\% {
    padding-right: -189%;
  }
  .mobile-l\:right-189\% {
    right: 189%;
  }
  .mobile-l\:right--189\% {
    right: -189%;
  }
  .mobile-l\:h-189\% {
    height: 189%;
  }
  .mobile-l\:w-189\% {
    width: 189%;
  }
  .mobile-l\:max_h-189\% {
    max-height: 189%;
  }
  .mobile-l\:max_w-189\% {
    max-width: 189%;
  }
  .mobile-l\:min_h-189\% {
    min-height: 189%;
  }
  .mobile-l\:min_w-189\% {
    min-width: 189%;
  }
  .mobile-l\:h-189vh {
    height: 189vh;
  }
  .mobile-l\:w-189vw {
    width: 189vw;
  }
  .mobile-l\:min_w-189vw {
    min-width: 189vw;
  }
  .mobile-l\:min_h-189vh {
    min-height: 189vh;
  }
  .mobile-l\:max_w-189vw {
    max-width: 189vw;
  }
  .mobile-l\:max_h-189vh {
    max-height: 189vh;
  }
  .mobile-l\:m-t-190\% {
    margin-top: 190%;
  }
  .mobile-l\:m-t--190\% {
    margin-top: -190%;
  }
  .mobile-l\:p-t-190\% {
    padding-top: 190%;
  }
  .mobile-l\:p-t--190\% {
    padding-top: -190%;
  }
  .mobile-l\:top-190\% {
    top: 190%;
  }
  .mobile-l\:top--190\% {
    top: -190%;
  }
  .mobile-l\:m-b-190\% {
    margin-bottom: 190%;
  }
  .mobile-l\:m-b--190\% {
    margin-bottom: -190%;
  }
  .mobile-l\:p-b-190\% {
    padding-bottom: 190%;
  }
  .mobile-l\:p-b--190\% {
    padding-bottom: -190%;
  }
  .mobile-l\:bottom-190\% {
    bottom: 190%;
  }
  .mobile-l\:bottom--190\% {
    bottom: -190%;
  }
  .mobile-l\:m-l-190\% {
    margin-left: 190%;
  }
  .mobile-l\:m-l--190\% {
    margin-left: -190%;
  }
  .mobile-l\:p-l-190\% {
    padding-left: 190%;
  }
  .mobile-l\:p-l--190\% {
    padding-left: -190%;
  }
  .mobile-l\:left-190\% {
    left: 190%;
  }
  .mobile-l\:left--190\% {
    left: -190%;
  }
  .mobile-l\:m-r-190\% {
    margin-right: 190%;
  }
  .mobile-l\:m-r--190\% {
    margin-right: -190%;
  }
  .mobile-l\:p-r-190\% {
    padding-right: 190%;
  }
  .mobile-l\:p-r--190\% {
    padding-right: -190%;
  }
  .mobile-l\:right-190\% {
    right: 190%;
  }
  .mobile-l\:right--190\% {
    right: -190%;
  }
  .mobile-l\:h-190\% {
    height: 190%;
  }
  .mobile-l\:w-190\% {
    width: 190%;
  }
  .mobile-l\:max_h-190\% {
    max-height: 190%;
  }
  .mobile-l\:max_w-190\% {
    max-width: 190%;
  }
  .mobile-l\:min_h-190\% {
    min-height: 190%;
  }
  .mobile-l\:min_w-190\% {
    min-width: 190%;
  }
  .mobile-l\:h-190vh {
    height: 190vh;
  }
  .mobile-l\:w-190vw {
    width: 190vw;
  }
  .mobile-l\:min_w-190vw {
    min-width: 190vw;
  }
  .mobile-l\:min_h-190vh {
    min-height: 190vh;
  }
  .mobile-l\:max_w-190vw {
    max-width: 190vw;
  }
  .mobile-l\:max_h-190vh {
    max-height: 190vh;
  }
  .mobile-l\:m-t-191\% {
    margin-top: 191%;
  }
  .mobile-l\:m-t--191\% {
    margin-top: -191%;
  }
  .mobile-l\:p-t-191\% {
    padding-top: 191%;
  }
  .mobile-l\:p-t--191\% {
    padding-top: -191%;
  }
  .mobile-l\:top-191\% {
    top: 191%;
  }
  .mobile-l\:top--191\% {
    top: -191%;
  }
  .mobile-l\:m-b-191\% {
    margin-bottom: 191%;
  }
  .mobile-l\:m-b--191\% {
    margin-bottom: -191%;
  }
  .mobile-l\:p-b-191\% {
    padding-bottom: 191%;
  }
  .mobile-l\:p-b--191\% {
    padding-bottom: -191%;
  }
  .mobile-l\:bottom-191\% {
    bottom: 191%;
  }
  .mobile-l\:bottom--191\% {
    bottom: -191%;
  }
  .mobile-l\:m-l-191\% {
    margin-left: 191%;
  }
  .mobile-l\:m-l--191\% {
    margin-left: -191%;
  }
  .mobile-l\:p-l-191\% {
    padding-left: 191%;
  }
  .mobile-l\:p-l--191\% {
    padding-left: -191%;
  }
  .mobile-l\:left-191\% {
    left: 191%;
  }
  .mobile-l\:left--191\% {
    left: -191%;
  }
  .mobile-l\:m-r-191\% {
    margin-right: 191%;
  }
  .mobile-l\:m-r--191\% {
    margin-right: -191%;
  }
  .mobile-l\:p-r-191\% {
    padding-right: 191%;
  }
  .mobile-l\:p-r--191\% {
    padding-right: -191%;
  }
  .mobile-l\:right-191\% {
    right: 191%;
  }
  .mobile-l\:right--191\% {
    right: -191%;
  }
  .mobile-l\:h-191\% {
    height: 191%;
  }
  .mobile-l\:w-191\% {
    width: 191%;
  }
  .mobile-l\:max_h-191\% {
    max-height: 191%;
  }
  .mobile-l\:max_w-191\% {
    max-width: 191%;
  }
  .mobile-l\:min_h-191\% {
    min-height: 191%;
  }
  .mobile-l\:min_w-191\% {
    min-width: 191%;
  }
  .mobile-l\:h-191vh {
    height: 191vh;
  }
  .mobile-l\:w-191vw {
    width: 191vw;
  }
  .mobile-l\:min_w-191vw {
    min-width: 191vw;
  }
  .mobile-l\:min_h-191vh {
    min-height: 191vh;
  }
  .mobile-l\:max_w-191vw {
    max-width: 191vw;
  }
  .mobile-l\:max_h-191vh {
    max-height: 191vh;
  }
  .mobile-l\:m-t-192\% {
    margin-top: 192%;
  }
  .mobile-l\:m-t--192\% {
    margin-top: -192%;
  }
  .mobile-l\:p-t-192\% {
    padding-top: 192%;
  }
  .mobile-l\:p-t--192\% {
    padding-top: -192%;
  }
  .mobile-l\:top-192\% {
    top: 192%;
  }
  .mobile-l\:top--192\% {
    top: -192%;
  }
  .mobile-l\:m-b-192\% {
    margin-bottom: 192%;
  }
  .mobile-l\:m-b--192\% {
    margin-bottom: -192%;
  }
  .mobile-l\:p-b-192\% {
    padding-bottom: 192%;
  }
  .mobile-l\:p-b--192\% {
    padding-bottom: -192%;
  }
  .mobile-l\:bottom-192\% {
    bottom: 192%;
  }
  .mobile-l\:bottom--192\% {
    bottom: -192%;
  }
  .mobile-l\:m-l-192\% {
    margin-left: 192%;
  }
  .mobile-l\:m-l--192\% {
    margin-left: -192%;
  }
  .mobile-l\:p-l-192\% {
    padding-left: 192%;
  }
  .mobile-l\:p-l--192\% {
    padding-left: -192%;
  }
  .mobile-l\:left-192\% {
    left: 192%;
  }
  .mobile-l\:left--192\% {
    left: -192%;
  }
  .mobile-l\:m-r-192\% {
    margin-right: 192%;
  }
  .mobile-l\:m-r--192\% {
    margin-right: -192%;
  }
  .mobile-l\:p-r-192\% {
    padding-right: 192%;
  }
  .mobile-l\:p-r--192\% {
    padding-right: -192%;
  }
  .mobile-l\:right-192\% {
    right: 192%;
  }
  .mobile-l\:right--192\% {
    right: -192%;
  }
  .mobile-l\:h-192\% {
    height: 192%;
  }
  .mobile-l\:w-192\% {
    width: 192%;
  }
  .mobile-l\:max_h-192\% {
    max-height: 192%;
  }
  .mobile-l\:max_w-192\% {
    max-width: 192%;
  }
  .mobile-l\:min_h-192\% {
    min-height: 192%;
  }
  .mobile-l\:min_w-192\% {
    min-width: 192%;
  }
  .mobile-l\:h-192vh {
    height: 192vh;
  }
  .mobile-l\:w-192vw {
    width: 192vw;
  }
  .mobile-l\:min_w-192vw {
    min-width: 192vw;
  }
  .mobile-l\:min_h-192vh {
    min-height: 192vh;
  }
  .mobile-l\:max_w-192vw {
    max-width: 192vw;
  }
  .mobile-l\:max_h-192vh {
    max-height: 192vh;
  }
  .mobile-l\:m-t-193\% {
    margin-top: 193%;
  }
  .mobile-l\:m-t--193\% {
    margin-top: -193%;
  }
  .mobile-l\:p-t-193\% {
    padding-top: 193%;
  }
  .mobile-l\:p-t--193\% {
    padding-top: -193%;
  }
  .mobile-l\:top-193\% {
    top: 193%;
  }
  .mobile-l\:top--193\% {
    top: -193%;
  }
  .mobile-l\:m-b-193\% {
    margin-bottom: 193%;
  }
  .mobile-l\:m-b--193\% {
    margin-bottom: -193%;
  }
  .mobile-l\:p-b-193\% {
    padding-bottom: 193%;
  }
  .mobile-l\:p-b--193\% {
    padding-bottom: -193%;
  }
  .mobile-l\:bottom-193\% {
    bottom: 193%;
  }
  .mobile-l\:bottom--193\% {
    bottom: -193%;
  }
  .mobile-l\:m-l-193\% {
    margin-left: 193%;
  }
  .mobile-l\:m-l--193\% {
    margin-left: -193%;
  }
  .mobile-l\:p-l-193\% {
    padding-left: 193%;
  }
  .mobile-l\:p-l--193\% {
    padding-left: -193%;
  }
  .mobile-l\:left-193\% {
    left: 193%;
  }
  .mobile-l\:left--193\% {
    left: -193%;
  }
  .mobile-l\:m-r-193\% {
    margin-right: 193%;
  }
  .mobile-l\:m-r--193\% {
    margin-right: -193%;
  }
  .mobile-l\:p-r-193\% {
    padding-right: 193%;
  }
  .mobile-l\:p-r--193\% {
    padding-right: -193%;
  }
  .mobile-l\:right-193\% {
    right: 193%;
  }
  .mobile-l\:right--193\% {
    right: -193%;
  }
  .mobile-l\:h-193\% {
    height: 193%;
  }
  .mobile-l\:w-193\% {
    width: 193%;
  }
  .mobile-l\:max_h-193\% {
    max-height: 193%;
  }
  .mobile-l\:max_w-193\% {
    max-width: 193%;
  }
  .mobile-l\:min_h-193\% {
    min-height: 193%;
  }
  .mobile-l\:min_w-193\% {
    min-width: 193%;
  }
  .mobile-l\:h-193vh {
    height: 193vh;
  }
  .mobile-l\:w-193vw {
    width: 193vw;
  }
  .mobile-l\:min_w-193vw {
    min-width: 193vw;
  }
  .mobile-l\:min_h-193vh {
    min-height: 193vh;
  }
  .mobile-l\:max_w-193vw {
    max-width: 193vw;
  }
  .mobile-l\:max_h-193vh {
    max-height: 193vh;
  }
  .mobile-l\:m-t-194\% {
    margin-top: 194%;
  }
  .mobile-l\:m-t--194\% {
    margin-top: -194%;
  }
  .mobile-l\:p-t-194\% {
    padding-top: 194%;
  }
  .mobile-l\:p-t--194\% {
    padding-top: -194%;
  }
  .mobile-l\:top-194\% {
    top: 194%;
  }
  .mobile-l\:top--194\% {
    top: -194%;
  }
  .mobile-l\:m-b-194\% {
    margin-bottom: 194%;
  }
  .mobile-l\:m-b--194\% {
    margin-bottom: -194%;
  }
  .mobile-l\:p-b-194\% {
    padding-bottom: 194%;
  }
  .mobile-l\:p-b--194\% {
    padding-bottom: -194%;
  }
  .mobile-l\:bottom-194\% {
    bottom: 194%;
  }
  .mobile-l\:bottom--194\% {
    bottom: -194%;
  }
  .mobile-l\:m-l-194\% {
    margin-left: 194%;
  }
  .mobile-l\:m-l--194\% {
    margin-left: -194%;
  }
  .mobile-l\:p-l-194\% {
    padding-left: 194%;
  }
  .mobile-l\:p-l--194\% {
    padding-left: -194%;
  }
  .mobile-l\:left-194\% {
    left: 194%;
  }
  .mobile-l\:left--194\% {
    left: -194%;
  }
  .mobile-l\:m-r-194\% {
    margin-right: 194%;
  }
  .mobile-l\:m-r--194\% {
    margin-right: -194%;
  }
  .mobile-l\:p-r-194\% {
    padding-right: 194%;
  }
  .mobile-l\:p-r--194\% {
    padding-right: -194%;
  }
  .mobile-l\:right-194\% {
    right: 194%;
  }
  .mobile-l\:right--194\% {
    right: -194%;
  }
  .mobile-l\:h-194\% {
    height: 194%;
  }
  .mobile-l\:w-194\% {
    width: 194%;
  }
  .mobile-l\:max_h-194\% {
    max-height: 194%;
  }
  .mobile-l\:max_w-194\% {
    max-width: 194%;
  }
  .mobile-l\:min_h-194\% {
    min-height: 194%;
  }
  .mobile-l\:min_w-194\% {
    min-width: 194%;
  }
  .mobile-l\:h-194vh {
    height: 194vh;
  }
  .mobile-l\:w-194vw {
    width: 194vw;
  }
  .mobile-l\:min_w-194vw {
    min-width: 194vw;
  }
  .mobile-l\:min_h-194vh {
    min-height: 194vh;
  }
  .mobile-l\:max_w-194vw {
    max-width: 194vw;
  }
  .mobile-l\:max_h-194vh {
    max-height: 194vh;
  }
  .mobile-l\:m-t-195\% {
    margin-top: 195%;
  }
  .mobile-l\:m-t--195\% {
    margin-top: -195%;
  }
  .mobile-l\:p-t-195\% {
    padding-top: 195%;
  }
  .mobile-l\:p-t--195\% {
    padding-top: -195%;
  }
  .mobile-l\:top-195\% {
    top: 195%;
  }
  .mobile-l\:top--195\% {
    top: -195%;
  }
  .mobile-l\:m-b-195\% {
    margin-bottom: 195%;
  }
  .mobile-l\:m-b--195\% {
    margin-bottom: -195%;
  }
  .mobile-l\:p-b-195\% {
    padding-bottom: 195%;
  }
  .mobile-l\:p-b--195\% {
    padding-bottom: -195%;
  }
  .mobile-l\:bottom-195\% {
    bottom: 195%;
  }
  .mobile-l\:bottom--195\% {
    bottom: -195%;
  }
  .mobile-l\:m-l-195\% {
    margin-left: 195%;
  }
  .mobile-l\:m-l--195\% {
    margin-left: -195%;
  }
  .mobile-l\:p-l-195\% {
    padding-left: 195%;
  }
  .mobile-l\:p-l--195\% {
    padding-left: -195%;
  }
  .mobile-l\:left-195\% {
    left: 195%;
  }
  .mobile-l\:left--195\% {
    left: -195%;
  }
  .mobile-l\:m-r-195\% {
    margin-right: 195%;
  }
  .mobile-l\:m-r--195\% {
    margin-right: -195%;
  }
  .mobile-l\:p-r-195\% {
    padding-right: 195%;
  }
  .mobile-l\:p-r--195\% {
    padding-right: -195%;
  }
  .mobile-l\:right-195\% {
    right: 195%;
  }
  .mobile-l\:right--195\% {
    right: -195%;
  }
  .mobile-l\:h-195\% {
    height: 195%;
  }
  .mobile-l\:w-195\% {
    width: 195%;
  }
  .mobile-l\:max_h-195\% {
    max-height: 195%;
  }
  .mobile-l\:max_w-195\% {
    max-width: 195%;
  }
  .mobile-l\:min_h-195\% {
    min-height: 195%;
  }
  .mobile-l\:min_w-195\% {
    min-width: 195%;
  }
  .mobile-l\:h-195vh {
    height: 195vh;
  }
  .mobile-l\:w-195vw {
    width: 195vw;
  }
  .mobile-l\:min_w-195vw {
    min-width: 195vw;
  }
  .mobile-l\:min_h-195vh {
    min-height: 195vh;
  }
  .mobile-l\:max_w-195vw {
    max-width: 195vw;
  }
  .mobile-l\:max_h-195vh {
    max-height: 195vh;
  }
  .mobile-l\:m-t-196\% {
    margin-top: 196%;
  }
  .mobile-l\:m-t--196\% {
    margin-top: -196%;
  }
  .mobile-l\:p-t-196\% {
    padding-top: 196%;
  }
  .mobile-l\:p-t--196\% {
    padding-top: -196%;
  }
  .mobile-l\:top-196\% {
    top: 196%;
  }
  .mobile-l\:top--196\% {
    top: -196%;
  }
  .mobile-l\:m-b-196\% {
    margin-bottom: 196%;
  }
  .mobile-l\:m-b--196\% {
    margin-bottom: -196%;
  }
  .mobile-l\:p-b-196\% {
    padding-bottom: 196%;
  }
  .mobile-l\:p-b--196\% {
    padding-bottom: -196%;
  }
  .mobile-l\:bottom-196\% {
    bottom: 196%;
  }
  .mobile-l\:bottom--196\% {
    bottom: -196%;
  }
  .mobile-l\:m-l-196\% {
    margin-left: 196%;
  }
  .mobile-l\:m-l--196\% {
    margin-left: -196%;
  }
  .mobile-l\:p-l-196\% {
    padding-left: 196%;
  }
  .mobile-l\:p-l--196\% {
    padding-left: -196%;
  }
  .mobile-l\:left-196\% {
    left: 196%;
  }
  .mobile-l\:left--196\% {
    left: -196%;
  }
  .mobile-l\:m-r-196\% {
    margin-right: 196%;
  }
  .mobile-l\:m-r--196\% {
    margin-right: -196%;
  }
  .mobile-l\:p-r-196\% {
    padding-right: 196%;
  }
  .mobile-l\:p-r--196\% {
    padding-right: -196%;
  }
  .mobile-l\:right-196\% {
    right: 196%;
  }
  .mobile-l\:right--196\% {
    right: -196%;
  }
  .mobile-l\:h-196\% {
    height: 196%;
  }
  .mobile-l\:w-196\% {
    width: 196%;
  }
  .mobile-l\:max_h-196\% {
    max-height: 196%;
  }
  .mobile-l\:max_w-196\% {
    max-width: 196%;
  }
  .mobile-l\:min_h-196\% {
    min-height: 196%;
  }
  .mobile-l\:min_w-196\% {
    min-width: 196%;
  }
  .mobile-l\:h-196vh {
    height: 196vh;
  }
  .mobile-l\:w-196vw {
    width: 196vw;
  }
  .mobile-l\:min_w-196vw {
    min-width: 196vw;
  }
  .mobile-l\:min_h-196vh {
    min-height: 196vh;
  }
  .mobile-l\:max_w-196vw {
    max-width: 196vw;
  }
  .mobile-l\:max_h-196vh {
    max-height: 196vh;
  }
  .mobile-l\:m-t-197\% {
    margin-top: 197%;
  }
  .mobile-l\:m-t--197\% {
    margin-top: -197%;
  }
  .mobile-l\:p-t-197\% {
    padding-top: 197%;
  }
  .mobile-l\:p-t--197\% {
    padding-top: -197%;
  }
  .mobile-l\:top-197\% {
    top: 197%;
  }
  .mobile-l\:top--197\% {
    top: -197%;
  }
  .mobile-l\:m-b-197\% {
    margin-bottom: 197%;
  }
  .mobile-l\:m-b--197\% {
    margin-bottom: -197%;
  }
  .mobile-l\:p-b-197\% {
    padding-bottom: 197%;
  }
  .mobile-l\:p-b--197\% {
    padding-bottom: -197%;
  }
  .mobile-l\:bottom-197\% {
    bottom: 197%;
  }
  .mobile-l\:bottom--197\% {
    bottom: -197%;
  }
  .mobile-l\:m-l-197\% {
    margin-left: 197%;
  }
  .mobile-l\:m-l--197\% {
    margin-left: -197%;
  }
  .mobile-l\:p-l-197\% {
    padding-left: 197%;
  }
  .mobile-l\:p-l--197\% {
    padding-left: -197%;
  }
  .mobile-l\:left-197\% {
    left: 197%;
  }
  .mobile-l\:left--197\% {
    left: -197%;
  }
  .mobile-l\:m-r-197\% {
    margin-right: 197%;
  }
  .mobile-l\:m-r--197\% {
    margin-right: -197%;
  }
  .mobile-l\:p-r-197\% {
    padding-right: 197%;
  }
  .mobile-l\:p-r--197\% {
    padding-right: -197%;
  }
  .mobile-l\:right-197\% {
    right: 197%;
  }
  .mobile-l\:right--197\% {
    right: -197%;
  }
  .mobile-l\:h-197\% {
    height: 197%;
  }
  .mobile-l\:w-197\% {
    width: 197%;
  }
  .mobile-l\:max_h-197\% {
    max-height: 197%;
  }
  .mobile-l\:max_w-197\% {
    max-width: 197%;
  }
  .mobile-l\:min_h-197\% {
    min-height: 197%;
  }
  .mobile-l\:min_w-197\% {
    min-width: 197%;
  }
  .mobile-l\:h-197vh {
    height: 197vh;
  }
  .mobile-l\:w-197vw {
    width: 197vw;
  }
  .mobile-l\:min_w-197vw {
    min-width: 197vw;
  }
  .mobile-l\:min_h-197vh {
    min-height: 197vh;
  }
  .mobile-l\:max_w-197vw {
    max-width: 197vw;
  }
  .mobile-l\:max_h-197vh {
    max-height: 197vh;
  }
  .mobile-l\:m-t-198\% {
    margin-top: 198%;
  }
  .mobile-l\:m-t--198\% {
    margin-top: -198%;
  }
  .mobile-l\:p-t-198\% {
    padding-top: 198%;
  }
  .mobile-l\:p-t--198\% {
    padding-top: -198%;
  }
  .mobile-l\:top-198\% {
    top: 198%;
  }
  .mobile-l\:top--198\% {
    top: -198%;
  }
  .mobile-l\:m-b-198\% {
    margin-bottom: 198%;
  }
  .mobile-l\:m-b--198\% {
    margin-bottom: -198%;
  }
  .mobile-l\:p-b-198\% {
    padding-bottom: 198%;
  }
  .mobile-l\:p-b--198\% {
    padding-bottom: -198%;
  }
  .mobile-l\:bottom-198\% {
    bottom: 198%;
  }
  .mobile-l\:bottom--198\% {
    bottom: -198%;
  }
  .mobile-l\:m-l-198\% {
    margin-left: 198%;
  }
  .mobile-l\:m-l--198\% {
    margin-left: -198%;
  }
  .mobile-l\:p-l-198\% {
    padding-left: 198%;
  }
  .mobile-l\:p-l--198\% {
    padding-left: -198%;
  }
  .mobile-l\:left-198\% {
    left: 198%;
  }
  .mobile-l\:left--198\% {
    left: -198%;
  }
  .mobile-l\:m-r-198\% {
    margin-right: 198%;
  }
  .mobile-l\:m-r--198\% {
    margin-right: -198%;
  }
  .mobile-l\:p-r-198\% {
    padding-right: 198%;
  }
  .mobile-l\:p-r--198\% {
    padding-right: -198%;
  }
  .mobile-l\:right-198\% {
    right: 198%;
  }
  .mobile-l\:right--198\% {
    right: -198%;
  }
  .mobile-l\:h-198\% {
    height: 198%;
  }
  .mobile-l\:w-198\% {
    width: 198%;
  }
  .mobile-l\:max_h-198\% {
    max-height: 198%;
  }
  .mobile-l\:max_w-198\% {
    max-width: 198%;
  }
  .mobile-l\:min_h-198\% {
    min-height: 198%;
  }
  .mobile-l\:min_w-198\% {
    min-width: 198%;
  }
  .mobile-l\:h-198vh {
    height: 198vh;
  }
  .mobile-l\:w-198vw {
    width: 198vw;
  }
  .mobile-l\:min_w-198vw {
    min-width: 198vw;
  }
  .mobile-l\:min_h-198vh {
    min-height: 198vh;
  }
  .mobile-l\:max_w-198vw {
    max-width: 198vw;
  }
  .mobile-l\:max_h-198vh {
    max-height: 198vh;
  }
  .mobile-l\:m-t-199\% {
    margin-top: 199%;
  }
  .mobile-l\:m-t--199\% {
    margin-top: -199%;
  }
  .mobile-l\:p-t-199\% {
    padding-top: 199%;
  }
  .mobile-l\:p-t--199\% {
    padding-top: -199%;
  }
  .mobile-l\:top-199\% {
    top: 199%;
  }
  .mobile-l\:top--199\% {
    top: -199%;
  }
  .mobile-l\:m-b-199\% {
    margin-bottom: 199%;
  }
  .mobile-l\:m-b--199\% {
    margin-bottom: -199%;
  }
  .mobile-l\:p-b-199\% {
    padding-bottom: 199%;
  }
  .mobile-l\:p-b--199\% {
    padding-bottom: -199%;
  }
  .mobile-l\:bottom-199\% {
    bottom: 199%;
  }
  .mobile-l\:bottom--199\% {
    bottom: -199%;
  }
  .mobile-l\:m-l-199\% {
    margin-left: 199%;
  }
  .mobile-l\:m-l--199\% {
    margin-left: -199%;
  }
  .mobile-l\:p-l-199\% {
    padding-left: 199%;
  }
  .mobile-l\:p-l--199\% {
    padding-left: -199%;
  }
  .mobile-l\:left-199\% {
    left: 199%;
  }
  .mobile-l\:left--199\% {
    left: -199%;
  }
  .mobile-l\:m-r-199\% {
    margin-right: 199%;
  }
  .mobile-l\:m-r--199\% {
    margin-right: -199%;
  }
  .mobile-l\:p-r-199\% {
    padding-right: 199%;
  }
  .mobile-l\:p-r--199\% {
    padding-right: -199%;
  }
  .mobile-l\:right-199\% {
    right: 199%;
  }
  .mobile-l\:right--199\% {
    right: -199%;
  }
  .mobile-l\:h-199\% {
    height: 199%;
  }
  .mobile-l\:w-199\% {
    width: 199%;
  }
  .mobile-l\:max_h-199\% {
    max-height: 199%;
  }
  .mobile-l\:max_w-199\% {
    max-width: 199%;
  }
  .mobile-l\:min_h-199\% {
    min-height: 199%;
  }
  .mobile-l\:min_w-199\% {
    min-width: 199%;
  }
  .mobile-l\:h-199vh {
    height: 199vh;
  }
  .mobile-l\:w-199vw {
    width: 199vw;
  }
  .mobile-l\:min_w-199vw {
    min-width: 199vw;
  }
  .mobile-l\:min_h-199vh {
    min-height: 199vh;
  }
  .mobile-l\:max_w-199vw {
    max-width: 199vw;
  }
  .mobile-l\:max_h-199vh {
    max-height: 199vh;
  }
  .mobile-l\:m-t-200\% {
    margin-top: 200%;
  }
  .mobile-l\:m-t--200\% {
    margin-top: -200%;
  }
  .mobile-l\:p-t-200\% {
    padding-top: 200%;
  }
  .mobile-l\:p-t--200\% {
    padding-top: -200%;
  }
  .mobile-l\:top-200\% {
    top: 200%;
  }
  .mobile-l\:top--200\% {
    top: -200%;
  }
  .mobile-l\:m-b-200\% {
    margin-bottom: 200%;
  }
  .mobile-l\:m-b--200\% {
    margin-bottom: -200%;
  }
  .mobile-l\:p-b-200\% {
    padding-bottom: 200%;
  }
  .mobile-l\:p-b--200\% {
    padding-bottom: -200%;
  }
  .mobile-l\:bottom-200\% {
    bottom: 200%;
  }
  .mobile-l\:bottom--200\% {
    bottom: -200%;
  }
  .mobile-l\:m-l-200\% {
    margin-left: 200%;
  }
  .mobile-l\:m-l--200\% {
    margin-left: -200%;
  }
  .mobile-l\:p-l-200\% {
    padding-left: 200%;
  }
  .mobile-l\:p-l--200\% {
    padding-left: -200%;
  }
  .mobile-l\:left-200\% {
    left: 200%;
  }
  .mobile-l\:left--200\% {
    left: -200%;
  }
  .mobile-l\:m-r-200\% {
    margin-right: 200%;
  }
  .mobile-l\:m-r--200\% {
    margin-right: -200%;
  }
  .mobile-l\:p-r-200\% {
    padding-right: 200%;
  }
  .mobile-l\:p-r--200\% {
    padding-right: -200%;
  }
  .mobile-l\:right-200\% {
    right: 200%;
  }
  .mobile-l\:right--200\% {
    right: -200%;
  }
  .mobile-l\:h-200\% {
    height: 200%;
  }
  .mobile-l\:w-200\% {
    width: 200%;
  }
  .mobile-l\:max_h-200\% {
    max-height: 200%;
  }
  .mobile-l\:max_w-200\% {
    max-width: 200%;
  }
  .mobile-l\:min_h-200\% {
    min-height: 200%;
  }
  .mobile-l\:min_w-200\% {
    min-width: 200%;
  }
  .mobile-l\:h-200vh {
    height: 200vh;
  }
  .mobile-l\:w-200vw {
    width: 200vw;
  }
  .mobile-l\:min_w-200vw {
    min-width: 200vw;
  }
  .mobile-l\:min_h-200vh {
    min-height: 200vh;
  }
  .mobile-l\:max_w-200vw {
    max-width: 200vw;
  }
  .mobile-l\:max_h-200vh {
    max-height: 200vh;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-t-1\% {
    margin-top: 1%;
  }
  .tablet\:m-t--1\% {
    margin-top: -1%;
  }
  .tablet\:p-t-1\% {
    padding-top: 1%;
  }
  .tablet\:p-t--1\% {
    padding-top: -1%;
  }
  .tablet\:top-1\% {
    top: 1%;
  }
  .tablet\:top--1\% {
    top: -1%;
  }
  .tablet\:m-b-1\% {
    margin-bottom: 1%;
  }
  .tablet\:m-b--1\% {
    margin-bottom: -1%;
  }
  .tablet\:p-b-1\% {
    padding-bottom: 1%;
  }
  .tablet\:p-b--1\% {
    padding-bottom: -1%;
  }
  .tablet\:bottom-1\% {
    bottom: 1%;
  }
  .tablet\:bottom--1\% {
    bottom: -1%;
  }
  .tablet\:m-l-1\% {
    margin-left: 1%;
  }
  .tablet\:m-l--1\% {
    margin-left: -1%;
  }
  .tablet\:p-l-1\% {
    padding-left: 1%;
  }
  .tablet\:p-l--1\% {
    padding-left: -1%;
  }
  .tablet\:left-1\% {
    left: 1%;
  }
  .tablet\:left--1\% {
    left: -1%;
  }
  .tablet\:m-r-1\% {
    margin-right: 1%;
  }
  .tablet\:m-r--1\% {
    margin-right: -1%;
  }
  .tablet\:p-r-1\% {
    padding-right: 1%;
  }
  .tablet\:p-r--1\% {
    padding-right: -1%;
  }
  .tablet\:right-1\% {
    right: 1%;
  }
  .tablet\:right--1\% {
    right: -1%;
  }
  .tablet\:h-1\% {
    height: 1%;
  }
  .tablet\:w-1\% {
    width: 1%;
  }
  .tablet\:max_h-1\% {
    max-height: 1%;
  }
  .tablet\:max_w-1\% {
    max-width: 1%;
  }
  .tablet\:min_h-1\% {
    min-height: 1%;
  }
  .tablet\:min_w-1\% {
    min-width: 1%;
  }
  .tablet\:h-1vh {
    height: 1vh;
  }
  .tablet\:w-1vw {
    width: 1vw;
  }
  .tablet\:min_w-1vw {
    min-width: 1vw;
  }
  .tablet\:min_h-1vh {
    min-height: 1vh;
  }
  .tablet\:max_w-1vw {
    max-width: 1vw;
  }
  .tablet\:max_h-1vh {
    max-height: 1vh;
  }
  .tablet\:m-t-2\% {
    margin-top: 2%;
  }
  .tablet\:m-t--2\% {
    margin-top: -2%;
  }
  .tablet\:p-t-2\% {
    padding-top: 2%;
  }
  .tablet\:p-t--2\% {
    padding-top: -2%;
  }
  .tablet\:top-2\% {
    top: 2%;
  }
  .tablet\:top--2\% {
    top: -2%;
  }
  .tablet\:m-b-2\% {
    margin-bottom: 2%;
  }
  .tablet\:m-b--2\% {
    margin-bottom: -2%;
  }
  .tablet\:p-b-2\% {
    padding-bottom: 2%;
  }
  .tablet\:p-b--2\% {
    padding-bottom: -2%;
  }
  .tablet\:bottom-2\% {
    bottom: 2%;
  }
  .tablet\:bottom--2\% {
    bottom: -2%;
  }
  .tablet\:m-l-2\% {
    margin-left: 2%;
  }
  .tablet\:m-l--2\% {
    margin-left: -2%;
  }
  .tablet\:p-l-2\% {
    padding-left: 2%;
  }
  .tablet\:p-l--2\% {
    padding-left: -2%;
  }
  .tablet\:left-2\% {
    left: 2%;
  }
  .tablet\:left--2\% {
    left: -2%;
  }
  .tablet\:m-r-2\% {
    margin-right: 2%;
  }
  .tablet\:m-r--2\% {
    margin-right: -2%;
  }
  .tablet\:p-r-2\% {
    padding-right: 2%;
  }
  .tablet\:p-r--2\% {
    padding-right: -2%;
  }
  .tablet\:right-2\% {
    right: 2%;
  }
  .tablet\:right--2\% {
    right: -2%;
  }
  .tablet\:h-2\% {
    height: 2%;
  }
  .tablet\:w-2\% {
    width: 2%;
  }
  .tablet\:max_h-2\% {
    max-height: 2%;
  }
  .tablet\:max_w-2\% {
    max-width: 2%;
  }
  .tablet\:min_h-2\% {
    min-height: 2%;
  }
  .tablet\:min_w-2\% {
    min-width: 2%;
  }
  .tablet\:h-2vh {
    height: 2vh;
  }
  .tablet\:w-2vw {
    width: 2vw;
  }
  .tablet\:min_w-2vw {
    min-width: 2vw;
  }
  .tablet\:min_h-2vh {
    min-height: 2vh;
  }
  .tablet\:max_w-2vw {
    max-width: 2vw;
  }
  .tablet\:max_h-2vh {
    max-height: 2vh;
  }
  .tablet\:m-t-3\% {
    margin-top: 3%;
  }
  .tablet\:m-t--3\% {
    margin-top: -3%;
  }
  .tablet\:p-t-3\% {
    padding-top: 3%;
  }
  .tablet\:p-t--3\% {
    padding-top: -3%;
  }
  .tablet\:top-3\% {
    top: 3%;
  }
  .tablet\:top--3\% {
    top: -3%;
  }
  .tablet\:m-b-3\% {
    margin-bottom: 3%;
  }
  .tablet\:m-b--3\% {
    margin-bottom: -3%;
  }
  .tablet\:p-b-3\% {
    padding-bottom: 3%;
  }
  .tablet\:p-b--3\% {
    padding-bottom: -3%;
  }
  .tablet\:bottom-3\% {
    bottom: 3%;
  }
  .tablet\:bottom--3\% {
    bottom: -3%;
  }
  .tablet\:m-l-3\% {
    margin-left: 3%;
  }
  .tablet\:m-l--3\% {
    margin-left: -3%;
  }
  .tablet\:p-l-3\% {
    padding-left: 3%;
  }
  .tablet\:p-l--3\% {
    padding-left: -3%;
  }
  .tablet\:left-3\% {
    left: 3%;
  }
  .tablet\:left--3\% {
    left: -3%;
  }
  .tablet\:m-r-3\% {
    margin-right: 3%;
  }
  .tablet\:m-r--3\% {
    margin-right: -3%;
  }
  .tablet\:p-r-3\% {
    padding-right: 3%;
  }
  .tablet\:p-r--3\% {
    padding-right: -3%;
  }
  .tablet\:right-3\% {
    right: 3%;
  }
  .tablet\:right--3\% {
    right: -3%;
  }
  .tablet\:h-3\% {
    height: 3%;
  }
  .tablet\:w-3\% {
    width: 3%;
  }
  .tablet\:max_h-3\% {
    max-height: 3%;
  }
  .tablet\:max_w-3\% {
    max-width: 3%;
  }
  .tablet\:min_h-3\% {
    min-height: 3%;
  }
  .tablet\:min_w-3\% {
    min-width: 3%;
  }
  .tablet\:h-3vh {
    height: 3vh;
  }
  .tablet\:w-3vw {
    width: 3vw;
  }
  .tablet\:min_w-3vw {
    min-width: 3vw;
  }
  .tablet\:min_h-3vh {
    min-height: 3vh;
  }
  .tablet\:max_w-3vw {
    max-width: 3vw;
  }
  .tablet\:max_h-3vh {
    max-height: 3vh;
  }
  .tablet\:m-t-4\% {
    margin-top: 4%;
  }
  .tablet\:m-t--4\% {
    margin-top: -4%;
  }
  .tablet\:p-t-4\% {
    padding-top: 4%;
  }
  .tablet\:p-t--4\% {
    padding-top: -4%;
  }
  .tablet\:top-4\% {
    top: 4%;
  }
  .tablet\:top--4\% {
    top: -4%;
  }
  .tablet\:m-b-4\% {
    margin-bottom: 4%;
  }
  .tablet\:m-b--4\% {
    margin-bottom: -4%;
  }
  .tablet\:p-b-4\% {
    padding-bottom: 4%;
  }
  .tablet\:p-b--4\% {
    padding-bottom: -4%;
  }
  .tablet\:bottom-4\% {
    bottom: 4%;
  }
  .tablet\:bottom--4\% {
    bottom: -4%;
  }
  .tablet\:m-l-4\% {
    margin-left: 4%;
  }
  .tablet\:m-l--4\% {
    margin-left: -4%;
  }
  .tablet\:p-l-4\% {
    padding-left: 4%;
  }
  .tablet\:p-l--4\% {
    padding-left: -4%;
  }
  .tablet\:left-4\% {
    left: 4%;
  }
  .tablet\:left--4\% {
    left: -4%;
  }
  .tablet\:m-r-4\% {
    margin-right: 4%;
  }
  .tablet\:m-r--4\% {
    margin-right: -4%;
  }
  .tablet\:p-r-4\% {
    padding-right: 4%;
  }
  .tablet\:p-r--4\% {
    padding-right: -4%;
  }
  .tablet\:right-4\% {
    right: 4%;
  }
  .tablet\:right--4\% {
    right: -4%;
  }
  .tablet\:h-4\% {
    height: 4%;
  }
  .tablet\:w-4\% {
    width: 4%;
  }
  .tablet\:max_h-4\% {
    max-height: 4%;
  }
  .tablet\:max_w-4\% {
    max-width: 4%;
  }
  .tablet\:min_h-4\% {
    min-height: 4%;
  }
  .tablet\:min_w-4\% {
    min-width: 4%;
  }
  .tablet\:h-4vh {
    height: 4vh;
  }
  .tablet\:w-4vw {
    width: 4vw;
  }
  .tablet\:min_w-4vw {
    min-width: 4vw;
  }
  .tablet\:min_h-4vh {
    min-height: 4vh;
  }
  .tablet\:max_w-4vw {
    max-width: 4vw;
  }
  .tablet\:max_h-4vh {
    max-height: 4vh;
  }
  .tablet\:m-t-5\% {
    margin-top: 5%;
  }
  .tablet\:m-t--5\% {
    margin-top: -5%;
  }
  .tablet\:p-t-5\% {
    padding-top: 5%;
  }
  .tablet\:p-t--5\% {
    padding-top: -5%;
  }
  .tablet\:top-5\% {
    top: 5%;
  }
  .tablet\:top--5\% {
    top: -5%;
  }
  .tablet\:m-b-5\% {
    margin-bottom: 5%;
  }
  .tablet\:m-b--5\% {
    margin-bottom: -5%;
  }
  .tablet\:p-b-5\% {
    padding-bottom: 5%;
  }
  .tablet\:p-b--5\% {
    padding-bottom: -5%;
  }
  .tablet\:bottom-5\% {
    bottom: 5%;
  }
  .tablet\:bottom--5\% {
    bottom: -5%;
  }
  .tablet\:m-l-5\% {
    margin-left: 5%;
  }
  .tablet\:m-l--5\% {
    margin-left: -5%;
  }
  .tablet\:p-l-5\% {
    padding-left: 5%;
  }
  .tablet\:p-l--5\% {
    padding-left: -5%;
  }
  .tablet\:left-5\% {
    left: 5%;
  }
  .tablet\:left--5\% {
    left: -5%;
  }
  .tablet\:m-r-5\% {
    margin-right: 5%;
  }
  .tablet\:m-r--5\% {
    margin-right: -5%;
  }
  .tablet\:p-r-5\% {
    padding-right: 5%;
  }
  .tablet\:p-r--5\% {
    padding-right: -5%;
  }
  .tablet\:right-5\% {
    right: 5%;
  }
  .tablet\:right--5\% {
    right: -5%;
  }
  .tablet\:h-5\% {
    height: 5%;
  }
  .tablet\:w-5\% {
    width: 5%;
  }
  .tablet\:max_h-5\% {
    max-height: 5%;
  }
  .tablet\:max_w-5\% {
    max-width: 5%;
  }
  .tablet\:min_h-5\% {
    min-height: 5%;
  }
  .tablet\:min_w-5\% {
    min-width: 5%;
  }
  .tablet\:h-5vh {
    height: 5vh;
  }
  .tablet\:w-5vw {
    width: 5vw;
  }
  .tablet\:min_w-5vw {
    min-width: 5vw;
  }
  .tablet\:min_h-5vh {
    min-height: 5vh;
  }
  .tablet\:max_w-5vw {
    max-width: 5vw;
  }
  .tablet\:max_h-5vh {
    max-height: 5vh;
  }
  .tablet\:m-t-6\% {
    margin-top: 6%;
  }
  .tablet\:m-t--6\% {
    margin-top: -6%;
  }
  .tablet\:p-t-6\% {
    padding-top: 6%;
  }
  .tablet\:p-t--6\% {
    padding-top: -6%;
  }
  .tablet\:top-6\% {
    top: 6%;
  }
  .tablet\:top--6\% {
    top: -6%;
  }
  .tablet\:m-b-6\% {
    margin-bottom: 6%;
  }
  .tablet\:m-b--6\% {
    margin-bottom: -6%;
  }
  .tablet\:p-b-6\% {
    padding-bottom: 6%;
  }
  .tablet\:p-b--6\% {
    padding-bottom: -6%;
  }
  .tablet\:bottom-6\% {
    bottom: 6%;
  }
  .tablet\:bottom--6\% {
    bottom: -6%;
  }
  .tablet\:m-l-6\% {
    margin-left: 6%;
  }
  .tablet\:m-l--6\% {
    margin-left: -6%;
  }
  .tablet\:p-l-6\% {
    padding-left: 6%;
  }
  .tablet\:p-l--6\% {
    padding-left: -6%;
  }
  .tablet\:left-6\% {
    left: 6%;
  }
  .tablet\:left--6\% {
    left: -6%;
  }
  .tablet\:m-r-6\% {
    margin-right: 6%;
  }
  .tablet\:m-r--6\% {
    margin-right: -6%;
  }
  .tablet\:p-r-6\% {
    padding-right: 6%;
  }
  .tablet\:p-r--6\% {
    padding-right: -6%;
  }
  .tablet\:right-6\% {
    right: 6%;
  }
  .tablet\:right--6\% {
    right: -6%;
  }
  .tablet\:h-6\% {
    height: 6%;
  }
  .tablet\:w-6\% {
    width: 6%;
  }
  .tablet\:max_h-6\% {
    max-height: 6%;
  }
  .tablet\:max_w-6\% {
    max-width: 6%;
  }
  .tablet\:min_h-6\% {
    min-height: 6%;
  }
  .tablet\:min_w-6\% {
    min-width: 6%;
  }
  .tablet\:h-6vh {
    height: 6vh;
  }
  .tablet\:w-6vw {
    width: 6vw;
  }
  .tablet\:min_w-6vw {
    min-width: 6vw;
  }
  .tablet\:min_h-6vh {
    min-height: 6vh;
  }
  .tablet\:max_w-6vw {
    max-width: 6vw;
  }
  .tablet\:max_h-6vh {
    max-height: 6vh;
  }
  .tablet\:m-t-7\% {
    margin-top: 7%;
  }
  .tablet\:m-t--7\% {
    margin-top: -7%;
  }
  .tablet\:p-t-7\% {
    padding-top: 7%;
  }
  .tablet\:p-t--7\% {
    padding-top: -7%;
  }
  .tablet\:top-7\% {
    top: 7%;
  }
  .tablet\:top--7\% {
    top: -7%;
  }
  .tablet\:m-b-7\% {
    margin-bottom: 7%;
  }
  .tablet\:m-b--7\% {
    margin-bottom: -7%;
  }
  .tablet\:p-b-7\% {
    padding-bottom: 7%;
  }
  .tablet\:p-b--7\% {
    padding-bottom: -7%;
  }
  .tablet\:bottom-7\% {
    bottom: 7%;
  }
  .tablet\:bottom--7\% {
    bottom: -7%;
  }
  .tablet\:m-l-7\% {
    margin-left: 7%;
  }
  .tablet\:m-l--7\% {
    margin-left: -7%;
  }
  .tablet\:p-l-7\% {
    padding-left: 7%;
  }
  .tablet\:p-l--7\% {
    padding-left: -7%;
  }
  .tablet\:left-7\% {
    left: 7%;
  }
  .tablet\:left--7\% {
    left: -7%;
  }
  .tablet\:m-r-7\% {
    margin-right: 7%;
  }
  .tablet\:m-r--7\% {
    margin-right: -7%;
  }
  .tablet\:p-r-7\% {
    padding-right: 7%;
  }
  .tablet\:p-r--7\% {
    padding-right: -7%;
  }
  .tablet\:right-7\% {
    right: 7%;
  }
  .tablet\:right--7\% {
    right: -7%;
  }
  .tablet\:h-7\% {
    height: 7%;
  }
  .tablet\:w-7\% {
    width: 7%;
  }
  .tablet\:max_h-7\% {
    max-height: 7%;
  }
  .tablet\:max_w-7\% {
    max-width: 7%;
  }
  .tablet\:min_h-7\% {
    min-height: 7%;
  }
  .tablet\:min_w-7\% {
    min-width: 7%;
  }
  .tablet\:h-7vh {
    height: 7vh;
  }
  .tablet\:w-7vw {
    width: 7vw;
  }
  .tablet\:min_w-7vw {
    min-width: 7vw;
  }
  .tablet\:min_h-7vh {
    min-height: 7vh;
  }
  .tablet\:max_w-7vw {
    max-width: 7vw;
  }
  .tablet\:max_h-7vh {
    max-height: 7vh;
  }
  .tablet\:m-t-8\% {
    margin-top: 8%;
  }
  .tablet\:m-t--8\% {
    margin-top: -8%;
  }
  .tablet\:p-t-8\% {
    padding-top: 8%;
  }
  .tablet\:p-t--8\% {
    padding-top: -8%;
  }
  .tablet\:top-8\% {
    top: 8%;
  }
  .tablet\:top--8\% {
    top: -8%;
  }
  .tablet\:m-b-8\% {
    margin-bottom: 8%;
  }
  .tablet\:m-b--8\% {
    margin-bottom: -8%;
  }
  .tablet\:p-b-8\% {
    padding-bottom: 8%;
  }
  .tablet\:p-b--8\% {
    padding-bottom: -8%;
  }
  .tablet\:bottom-8\% {
    bottom: 8%;
  }
  .tablet\:bottom--8\% {
    bottom: -8%;
  }
  .tablet\:m-l-8\% {
    margin-left: 8%;
  }
  .tablet\:m-l--8\% {
    margin-left: -8%;
  }
  .tablet\:p-l-8\% {
    padding-left: 8%;
  }
  .tablet\:p-l--8\% {
    padding-left: -8%;
  }
  .tablet\:left-8\% {
    left: 8%;
  }
  .tablet\:left--8\% {
    left: -8%;
  }
  .tablet\:m-r-8\% {
    margin-right: 8%;
  }
  .tablet\:m-r--8\% {
    margin-right: -8%;
  }
  .tablet\:p-r-8\% {
    padding-right: 8%;
  }
  .tablet\:p-r--8\% {
    padding-right: -8%;
  }
  .tablet\:right-8\% {
    right: 8%;
  }
  .tablet\:right--8\% {
    right: -8%;
  }
  .tablet\:h-8\% {
    height: 8%;
  }
  .tablet\:w-8\% {
    width: 8%;
  }
  .tablet\:max_h-8\% {
    max-height: 8%;
  }
  .tablet\:max_w-8\% {
    max-width: 8%;
  }
  .tablet\:min_h-8\% {
    min-height: 8%;
  }
  .tablet\:min_w-8\% {
    min-width: 8%;
  }
  .tablet\:h-8vh {
    height: 8vh;
  }
  .tablet\:w-8vw {
    width: 8vw;
  }
  .tablet\:min_w-8vw {
    min-width: 8vw;
  }
  .tablet\:min_h-8vh {
    min-height: 8vh;
  }
  .tablet\:max_w-8vw {
    max-width: 8vw;
  }
  .tablet\:max_h-8vh {
    max-height: 8vh;
  }
  .tablet\:m-t-9\% {
    margin-top: 9%;
  }
  .tablet\:m-t--9\% {
    margin-top: -9%;
  }
  .tablet\:p-t-9\% {
    padding-top: 9%;
  }
  .tablet\:p-t--9\% {
    padding-top: -9%;
  }
  .tablet\:top-9\% {
    top: 9%;
  }
  .tablet\:top--9\% {
    top: -9%;
  }
  .tablet\:m-b-9\% {
    margin-bottom: 9%;
  }
  .tablet\:m-b--9\% {
    margin-bottom: -9%;
  }
  .tablet\:p-b-9\% {
    padding-bottom: 9%;
  }
  .tablet\:p-b--9\% {
    padding-bottom: -9%;
  }
  .tablet\:bottom-9\% {
    bottom: 9%;
  }
  .tablet\:bottom--9\% {
    bottom: -9%;
  }
  .tablet\:m-l-9\% {
    margin-left: 9%;
  }
  .tablet\:m-l--9\% {
    margin-left: -9%;
  }
  .tablet\:p-l-9\% {
    padding-left: 9%;
  }
  .tablet\:p-l--9\% {
    padding-left: -9%;
  }
  .tablet\:left-9\% {
    left: 9%;
  }
  .tablet\:left--9\% {
    left: -9%;
  }
  .tablet\:m-r-9\% {
    margin-right: 9%;
  }
  .tablet\:m-r--9\% {
    margin-right: -9%;
  }
  .tablet\:p-r-9\% {
    padding-right: 9%;
  }
  .tablet\:p-r--9\% {
    padding-right: -9%;
  }
  .tablet\:right-9\% {
    right: 9%;
  }
  .tablet\:right--9\% {
    right: -9%;
  }
  .tablet\:h-9\% {
    height: 9%;
  }
  .tablet\:w-9\% {
    width: 9%;
  }
  .tablet\:max_h-9\% {
    max-height: 9%;
  }
  .tablet\:max_w-9\% {
    max-width: 9%;
  }
  .tablet\:min_h-9\% {
    min-height: 9%;
  }
  .tablet\:min_w-9\% {
    min-width: 9%;
  }
  .tablet\:h-9vh {
    height: 9vh;
  }
  .tablet\:w-9vw {
    width: 9vw;
  }
  .tablet\:min_w-9vw {
    min-width: 9vw;
  }
  .tablet\:min_h-9vh {
    min-height: 9vh;
  }
  .tablet\:max_w-9vw {
    max-width: 9vw;
  }
  .tablet\:max_h-9vh {
    max-height: 9vh;
  }
  .tablet\:m-t-10\% {
    margin-top: 10%;
  }
  .tablet\:m-t--10\% {
    margin-top: -10%;
  }
  .tablet\:p-t-10\% {
    padding-top: 10%;
  }
  .tablet\:p-t--10\% {
    padding-top: -10%;
  }
  .tablet\:top-10\% {
    top: 10%;
  }
  .tablet\:top--10\% {
    top: -10%;
  }
  .tablet\:m-b-10\% {
    margin-bottom: 10%;
  }
  .tablet\:m-b--10\% {
    margin-bottom: -10%;
  }
  .tablet\:p-b-10\% {
    padding-bottom: 10%;
  }
  .tablet\:p-b--10\% {
    padding-bottom: -10%;
  }
  .tablet\:bottom-10\% {
    bottom: 10%;
  }
  .tablet\:bottom--10\% {
    bottom: -10%;
  }
  .tablet\:m-l-10\% {
    margin-left: 10%;
  }
  .tablet\:m-l--10\% {
    margin-left: -10%;
  }
  .tablet\:p-l-10\% {
    padding-left: 10%;
  }
  .tablet\:p-l--10\% {
    padding-left: -10%;
  }
  .tablet\:left-10\% {
    left: 10%;
  }
  .tablet\:left--10\% {
    left: -10%;
  }
  .tablet\:m-r-10\% {
    margin-right: 10%;
  }
  .tablet\:m-r--10\% {
    margin-right: -10%;
  }
  .tablet\:p-r-10\% {
    padding-right: 10%;
  }
  .tablet\:p-r--10\% {
    padding-right: -10%;
  }
  .tablet\:right-10\% {
    right: 10%;
  }
  .tablet\:right--10\% {
    right: -10%;
  }
  .tablet\:h-10\% {
    height: 10%;
  }
  .tablet\:w-10\% {
    width: 10%;
  }
  .tablet\:max_h-10\% {
    max-height: 10%;
  }
  .tablet\:max_w-10\% {
    max-width: 10%;
  }
  .tablet\:min_h-10\% {
    min-height: 10%;
  }
  .tablet\:min_w-10\% {
    min-width: 10%;
  }
  .tablet\:h-10vh {
    height: 10vh;
  }
  .tablet\:w-10vw {
    width: 10vw;
  }
  .tablet\:min_w-10vw {
    min-width: 10vw;
  }
  .tablet\:min_h-10vh {
    min-height: 10vh;
  }
  .tablet\:max_w-10vw {
    max-width: 10vw;
  }
  .tablet\:max_h-10vh {
    max-height: 10vh;
  }
  .tablet\:m-t-11\% {
    margin-top: 11%;
  }
  .tablet\:m-t--11\% {
    margin-top: -11%;
  }
  .tablet\:p-t-11\% {
    padding-top: 11%;
  }
  .tablet\:p-t--11\% {
    padding-top: -11%;
  }
  .tablet\:top-11\% {
    top: 11%;
  }
  .tablet\:top--11\% {
    top: -11%;
  }
  .tablet\:m-b-11\% {
    margin-bottom: 11%;
  }
  .tablet\:m-b--11\% {
    margin-bottom: -11%;
  }
  .tablet\:p-b-11\% {
    padding-bottom: 11%;
  }
  .tablet\:p-b--11\% {
    padding-bottom: -11%;
  }
  .tablet\:bottom-11\% {
    bottom: 11%;
  }
  .tablet\:bottom--11\% {
    bottom: -11%;
  }
  .tablet\:m-l-11\% {
    margin-left: 11%;
  }
  .tablet\:m-l--11\% {
    margin-left: -11%;
  }
  .tablet\:p-l-11\% {
    padding-left: 11%;
  }
  .tablet\:p-l--11\% {
    padding-left: -11%;
  }
  .tablet\:left-11\% {
    left: 11%;
  }
  .tablet\:left--11\% {
    left: -11%;
  }
  .tablet\:m-r-11\% {
    margin-right: 11%;
  }
  .tablet\:m-r--11\% {
    margin-right: -11%;
  }
  .tablet\:p-r-11\% {
    padding-right: 11%;
  }
  .tablet\:p-r--11\% {
    padding-right: -11%;
  }
  .tablet\:right-11\% {
    right: 11%;
  }
  .tablet\:right--11\% {
    right: -11%;
  }
  .tablet\:h-11\% {
    height: 11%;
  }
  .tablet\:w-11\% {
    width: 11%;
  }
  .tablet\:max_h-11\% {
    max-height: 11%;
  }
  .tablet\:max_w-11\% {
    max-width: 11%;
  }
  .tablet\:min_h-11\% {
    min-height: 11%;
  }
  .tablet\:min_w-11\% {
    min-width: 11%;
  }
  .tablet\:h-11vh {
    height: 11vh;
  }
  .tablet\:w-11vw {
    width: 11vw;
  }
  .tablet\:min_w-11vw {
    min-width: 11vw;
  }
  .tablet\:min_h-11vh {
    min-height: 11vh;
  }
  .tablet\:max_w-11vw {
    max-width: 11vw;
  }
  .tablet\:max_h-11vh {
    max-height: 11vh;
  }
  .tablet\:m-t-12\% {
    margin-top: 12%;
  }
  .tablet\:m-t--12\% {
    margin-top: -12%;
  }
  .tablet\:p-t-12\% {
    padding-top: 12%;
  }
  .tablet\:p-t--12\% {
    padding-top: -12%;
  }
  .tablet\:top-12\% {
    top: 12%;
  }
  .tablet\:top--12\% {
    top: -12%;
  }
  .tablet\:m-b-12\% {
    margin-bottom: 12%;
  }
  .tablet\:m-b--12\% {
    margin-bottom: -12%;
  }
  .tablet\:p-b-12\% {
    padding-bottom: 12%;
  }
  .tablet\:p-b--12\% {
    padding-bottom: -12%;
  }
  .tablet\:bottom-12\% {
    bottom: 12%;
  }
  .tablet\:bottom--12\% {
    bottom: -12%;
  }
  .tablet\:m-l-12\% {
    margin-left: 12%;
  }
  .tablet\:m-l--12\% {
    margin-left: -12%;
  }
  .tablet\:p-l-12\% {
    padding-left: 12%;
  }
  .tablet\:p-l--12\% {
    padding-left: -12%;
  }
  .tablet\:left-12\% {
    left: 12%;
  }
  .tablet\:left--12\% {
    left: -12%;
  }
  .tablet\:m-r-12\% {
    margin-right: 12%;
  }
  .tablet\:m-r--12\% {
    margin-right: -12%;
  }
  .tablet\:p-r-12\% {
    padding-right: 12%;
  }
  .tablet\:p-r--12\% {
    padding-right: -12%;
  }
  .tablet\:right-12\% {
    right: 12%;
  }
  .tablet\:right--12\% {
    right: -12%;
  }
  .tablet\:h-12\% {
    height: 12%;
  }
  .tablet\:w-12\% {
    width: 12%;
  }
  .tablet\:max_h-12\% {
    max-height: 12%;
  }
  .tablet\:max_w-12\% {
    max-width: 12%;
  }
  .tablet\:min_h-12\% {
    min-height: 12%;
  }
  .tablet\:min_w-12\% {
    min-width: 12%;
  }
  .tablet\:h-12vh {
    height: 12vh;
  }
  .tablet\:w-12vw {
    width: 12vw;
  }
  .tablet\:min_w-12vw {
    min-width: 12vw;
  }
  .tablet\:min_h-12vh {
    min-height: 12vh;
  }
  .tablet\:max_w-12vw {
    max-width: 12vw;
  }
  .tablet\:max_h-12vh {
    max-height: 12vh;
  }
  .tablet\:m-t-13\% {
    margin-top: 13%;
  }
  .tablet\:m-t--13\% {
    margin-top: -13%;
  }
  .tablet\:p-t-13\% {
    padding-top: 13%;
  }
  .tablet\:p-t--13\% {
    padding-top: -13%;
  }
  .tablet\:top-13\% {
    top: 13%;
  }
  .tablet\:top--13\% {
    top: -13%;
  }
  .tablet\:m-b-13\% {
    margin-bottom: 13%;
  }
  .tablet\:m-b--13\% {
    margin-bottom: -13%;
  }
  .tablet\:p-b-13\% {
    padding-bottom: 13%;
  }
  .tablet\:p-b--13\% {
    padding-bottom: -13%;
  }
  .tablet\:bottom-13\% {
    bottom: 13%;
  }
  .tablet\:bottom--13\% {
    bottom: -13%;
  }
  .tablet\:m-l-13\% {
    margin-left: 13%;
  }
  .tablet\:m-l--13\% {
    margin-left: -13%;
  }
  .tablet\:p-l-13\% {
    padding-left: 13%;
  }
  .tablet\:p-l--13\% {
    padding-left: -13%;
  }
  .tablet\:left-13\% {
    left: 13%;
  }
  .tablet\:left--13\% {
    left: -13%;
  }
  .tablet\:m-r-13\% {
    margin-right: 13%;
  }
  .tablet\:m-r--13\% {
    margin-right: -13%;
  }
  .tablet\:p-r-13\% {
    padding-right: 13%;
  }
  .tablet\:p-r--13\% {
    padding-right: -13%;
  }
  .tablet\:right-13\% {
    right: 13%;
  }
  .tablet\:right--13\% {
    right: -13%;
  }
  .tablet\:h-13\% {
    height: 13%;
  }
  .tablet\:w-13\% {
    width: 13%;
  }
  .tablet\:max_h-13\% {
    max-height: 13%;
  }
  .tablet\:max_w-13\% {
    max-width: 13%;
  }
  .tablet\:min_h-13\% {
    min-height: 13%;
  }
  .tablet\:min_w-13\% {
    min-width: 13%;
  }
  .tablet\:h-13vh {
    height: 13vh;
  }
  .tablet\:w-13vw {
    width: 13vw;
  }
  .tablet\:min_w-13vw {
    min-width: 13vw;
  }
  .tablet\:min_h-13vh {
    min-height: 13vh;
  }
  .tablet\:max_w-13vw {
    max-width: 13vw;
  }
  .tablet\:max_h-13vh {
    max-height: 13vh;
  }
  .tablet\:m-t-14\% {
    margin-top: 14%;
  }
  .tablet\:m-t--14\% {
    margin-top: -14%;
  }
  .tablet\:p-t-14\% {
    padding-top: 14%;
  }
  .tablet\:p-t--14\% {
    padding-top: -14%;
  }
  .tablet\:top-14\% {
    top: 14%;
  }
  .tablet\:top--14\% {
    top: -14%;
  }
  .tablet\:m-b-14\% {
    margin-bottom: 14%;
  }
  .tablet\:m-b--14\% {
    margin-bottom: -14%;
  }
  .tablet\:p-b-14\% {
    padding-bottom: 14%;
  }
  .tablet\:p-b--14\% {
    padding-bottom: -14%;
  }
  .tablet\:bottom-14\% {
    bottom: 14%;
  }
  .tablet\:bottom--14\% {
    bottom: -14%;
  }
  .tablet\:m-l-14\% {
    margin-left: 14%;
  }
  .tablet\:m-l--14\% {
    margin-left: -14%;
  }
  .tablet\:p-l-14\% {
    padding-left: 14%;
  }
  .tablet\:p-l--14\% {
    padding-left: -14%;
  }
  .tablet\:left-14\% {
    left: 14%;
  }
  .tablet\:left--14\% {
    left: -14%;
  }
  .tablet\:m-r-14\% {
    margin-right: 14%;
  }
  .tablet\:m-r--14\% {
    margin-right: -14%;
  }
  .tablet\:p-r-14\% {
    padding-right: 14%;
  }
  .tablet\:p-r--14\% {
    padding-right: -14%;
  }
  .tablet\:right-14\% {
    right: 14%;
  }
  .tablet\:right--14\% {
    right: -14%;
  }
  .tablet\:h-14\% {
    height: 14%;
  }
  .tablet\:w-14\% {
    width: 14%;
  }
  .tablet\:max_h-14\% {
    max-height: 14%;
  }
  .tablet\:max_w-14\% {
    max-width: 14%;
  }
  .tablet\:min_h-14\% {
    min-height: 14%;
  }
  .tablet\:min_w-14\% {
    min-width: 14%;
  }
  .tablet\:h-14vh {
    height: 14vh;
  }
  .tablet\:w-14vw {
    width: 14vw;
  }
  .tablet\:min_w-14vw {
    min-width: 14vw;
  }
  .tablet\:min_h-14vh {
    min-height: 14vh;
  }
  .tablet\:max_w-14vw {
    max-width: 14vw;
  }
  .tablet\:max_h-14vh {
    max-height: 14vh;
  }
  .tablet\:m-t-15\% {
    margin-top: 15%;
  }
  .tablet\:m-t--15\% {
    margin-top: -15%;
  }
  .tablet\:p-t-15\% {
    padding-top: 15%;
  }
  .tablet\:p-t--15\% {
    padding-top: -15%;
  }
  .tablet\:top-15\% {
    top: 15%;
  }
  .tablet\:top--15\% {
    top: -15%;
  }
  .tablet\:m-b-15\% {
    margin-bottom: 15%;
  }
  .tablet\:m-b--15\% {
    margin-bottom: -15%;
  }
  .tablet\:p-b-15\% {
    padding-bottom: 15%;
  }
  .tablet\:p-b--15\% {
    padding-bottom: -15%;
  }
  .tablet\:bottom-15\% {
    bottom: 15%;
  }
  .tablet\:bottom--15\% {
    bottom: -15%;
  }
  .tablet\:m-l-15\% {
    margin-left: 15%;
  }
  .tablet\:m-l--15\% {
    margin-left: -15%;
  }
  .tablet\:p-l-15\% {
    padding-left: 15%;
  }
  .tablet\:p-l--15\% {
    padding-left: -15%;
  }
  .tablet\:left-15\% {
    left: 15%;
  }
  .tablet\:left--15\% {
    left: -15%;
  }
  .tablet\:m-r-15\% {
    margin-right: 15%;
  }
  .tablet\:m-r--15\% {
    margin-right: -15%;
  }
  .tablet\:p-r-15\% {
    padding-right: 15%;
  }
  .tablet\:p-r--15\% {
    padding-right: -15%;
  }
  .tablet\:right-15\% {
    right: 15%;
  }
  .tablet\:right--15\% {
    right: -15%;
  }
  .tablet\:h-15\% {
    height: 15%;
  }
  .tablet\:w-15\% {
    width: 15%;
  }
  .tablet\:max_h-15\% {
    max-height: 15%;
  }
  .tablet\:max_w-15\% {
    max-width: 15%;
  }
  .tablet\:min_h-15\% {
    min-height: 15%;
  }
  .tablet\:min_w-15\% {
    min-width: 15%;
  }
  .tablet\:h-15vh {
    height: 15vh;
  }
  .tablet\:w-15vw {
    width: 15vw;
  }
  .tablet\:min_w-15vw {
    min-width: 15vw;
  }
  .tablet\:min_h-15vh {
    min-height: 15vh;
  }
  .tablet\:max_w-15vw {
    max-width: 15vw;
  }
  .tablet\:max_h-15vh {
    max-height: 15vh;
  }
  .tablet\:m-t-16\% {
    margin-top: 16%;
  }
  .tablet\:m-t--16\% {
    margin-top: -16%;
  }
  .tablet\:p-t-16\% {
    padding-top: 16%;
  }
  .tablet\:p-t--16\% {
    padding-top: -16%;
  }
  .tablet\:top-16\% {
    top: 16%;
  }
  .tablet\:top--16\% {
    top: -16%;
  }
  .tablet\:m-b-16\% {
    margin-bottom: 16%;
  }
  .tablet\:m-b--16\% {
    margin-bottom: -16%;
  }
  .tablet\:p-b-16\% {
    padding-bottom: 16%;
  }
  .tablet\:p-b--16\% {
    padding-bottom: -16%;
  }
  .tablet\:bottom-16\% {
    bottom: 16%;
  }
  .tablet\:bottom--16\% {
    bottom: -16%;
  }
  .tablet\:m-l-16\% {
    margin-left: 16%;
  }
  .tablet\:m-l--16\% {
    margin-left: -16%;
  }
  .tablet\:p-l-16\% {
    padding-left: 16%;
  }
  .tablet\:p-l--16\% {
    padding-left: -16%;
  }
  .tablet\:left-16\% {
    left: 16%;
  }
  .tablet\:left--16\% {
    left: -16%;
  }
  .tablet\:m-r-16\% {
    margin-right: 16%;
  }
  .tablet\:m-r--16\% {
    margin-right: -16%;
  }
  .tablet\:p-r-16\% {
    padding-right: 16%;
  }
  .tablet\:p-r--16\% {
    padding-right: -16%;
  }
  .tablet\:right-16\% {
    right: 16%;
  }
  .tablet\:right--16\% {
    right: -16%;
  }
  .tablet\:h-16\% {
    height: 16%;
  }
  .tablet\:w-16\% {
    width: 16%;
  }
  .tablet\:max_h-16\% {
    max-height: 16%;
  }
  .tablet\:max_w-16\% {
    max-width: 16%;
  }
  .tablet\:min_h-16\% {
    min-height: 16%;
  }
  .tablet\:min_w-16\% {
    min-width: 16%;
  }
  .tablet\:h-16vh {
    height: 16vh;
  }
  .tablet\:w-16vw {
    width: 16vw;
  }
  .tablet\:min_w-16vw {
    min-width: 16vw;
  }
  .tablet\:min_h-16vh {
    min-height: 16vh;
  }
  .tablet\:max_w-16vw {
    max-width: 16vw;
  }
  .tablet\:max_h-16vh {
    max-height: 16vh;
  }
  .tablet\:m-t-17\% {
    margin-top: 17%;
  }
  .tablet\:m-t--17\% {
    margin-top: -17%;
  }
  .tablet\:p-t-17\% {
    padding-top: 17%;
  }
  .tablet\:p-t--17\% {
    padding-top: -17%;
  }
  .tablet\:top-17\% {
    top: 17%;
  }
  .tablet\:top--17\% {
    top: -17%;
  }
  .tablet\:m-b-17\% {
    margin-bottom: 17%;
  }
  .tablet\:m-b--17\% {
    margin-bottom: -17%;
  }
  .tablet\:p-b-17\% {
    padding-bottom: 17%;
  }
  .tablet\:p-b--17\% {
    padding-bottom: -17%;
  }
  .tablet\:bottom-17\% {
    bottom: 17%;
  }
  .tablet\:bottom--17\% {
    bottom: -17%;
  }
  .tablet\:m-l-17\% {
    margin-left: 17%;
  }
  .tablet\:m-l--17\% {
    margin-left: -17%;
  }
  .tablet\:p-l-17\% {
    padding-left: 17%;
  }
  .tablet\:p-l--17\% {
    padding-left: -17%;
  }
  .tablet\:left-17\% {
    left: 17%;
  }
  .tablet\:left--17\% {
    left: -17%;
  }
  .tablet\:m-r-17\% {
    margin-right: 17%;
  }
  .tablet\:m-r--17\% {
    margin-right: -17%;
  }
  .tablet\:p-r-17\% {
    padding-right: 17%;
  }
  .tablet\:p-r--17\% {
    padding-right: -17%;
  }
  .tablet\:right-17\% {
    right: 17%;
  }
  .tablet\:right--17\% {
    right: -17%;
  }
  .tablet\:h-17\% {
    height: 17%;
  }
  .tablet\:w-17\% {
    width: 17%;
  }
  .tablet\:max_h-17\% {
    max-height: 17%;
  }
  .tablet\:max_w-17\% {
    max-width: 17%;
  }
  .tablet\:min_h-17\% {
    min-height: 17%;
  }
  .tablet\:min_w-17\% {
    min-width: 17%;
  }
  .tablet\:h-17vh {
    height: 17vh;
  }
  .tablet\:w-17vw {
    width: 17vw;
  }
  .tablet\:min_w-17vw {
    min-width: 17vw;
  }
  .tablet\:min_h-17vh {
    min-height: 17vh;
  }
  .tablet\:max_w-17vw {
    max-width: 17vw;
  }
  .tablet\:max_h-17vh {
    max-height: 17vh;
  }
  .tablet\:m-t-18\% {
    margin-top: 18%;
  }
  .tablet\:m-t--18\% {
    margin-top: -18%;
  }
  .tablet\:p-t-18\% {
    padding-top: 18%;
  }
  .tablet\:p-t--18\% {
    padding-top: -18%;
  }
  .tablet\:top-18\% {
    top: 18%;
  }
  .tablet\:top--18\% {
    top: -18%;
  }
  .tablet\:m-b-18\% {
    margin-bottom: 18%;
  }
  .tablet\:m-b--18\% {
    margin-bottom: -18%;
  }
  .tablet\:p-b-18\% {
    padding-bottom: 18%;
  }
  .tablet\:p-b--18\% {
    padding-bottom: -18%;
  }
  .tablet\:bottom-18\% {
    bottom: 18%;
  }
  .tablet\:bottom--18\% {
    bottom: -18%;
  }
  .tablet\:m-l-18\% {
    margin-left: 18%;
  }
  .tablet\:m-l--18\% {
    margin-left: -18%;
  }
  .tablet\:p-l-18\% {
    padding-left: 18%;
  }
  .tablet\:p-l--18\% {
    padding-left: -18%;
  }
  .tablet\:left-18\% {
    left: 18%;
  }
  .tablet\:left--18\% {
    left: -18%;
  }
  .tablet\:m-r-18\% {
    margin-right: 18%;
  }
  .tablet\:m-r--18\% {
    margin-right: -18%;
  }
  .tablet\:p-r-18\% {
    padding-right: 18%;
  }
  .tablet\:p-r--18\% {
    padding-right: -18%;
  }
  .tablet\:right-18\% {
    right: 18%;
  }
  .tablet\:right--18\% {
    right: -18%;
  }
  .tablet\:h-18\% {
    height: 18%;
  }
  .tablet\:w-18\% {
    width: 18%;
  }
  .tablet\:max_h-18\% {
    max-height: 18%;
  }
  .tablet\:max_w-18\% {
    max-width: 18%;
  }
  .tablet\:min_h-18\% {
    min-height: 18%;
  }
  .tablet\:min_w-18\% {
    min-width: 18%;
  }
  .tablet\:h-18vh {
    height: 18vh;
  }
  .tablet\:w-18vw {
    width: 18vw;
  }
  .tablet\:min_w-18vw {
    min-width: 18vw;
  }
  .tablet\:min_h-18vh {
    min-height: 18vh;
  }
  .tablet\:max_w-18vw {
    max-width: 18vw;
  }
  .tablet\:max_h-18vh {
    max-height: 18vh;
  }
  .tablet\:m-t-19\% {
    margin-top: 19%;
  }
  .tablet\:m-t--19\% {
    margin-top: -19%;
  }
  .tablet\:p-t-19\% {
    padding-top: 19%;
  }
  .tablet\:p-t--19\% {
    padding-top: -19%;
  }
  .tablet\:top-19\% {
    top: 19%;
  }
  .tablet\:top--19\% {
    top: -19%;
  }
  .tablet\:m-b-19\% {
    margin-bottom: 19%;
  }
  .tablet\:m-b--19\% {
    margin-bottom: -19%;
  }
  .tablet\:p-b-19\% {
    padding-bottom: 19%;
  }
  .tablet\:p-b--19\% {
    padding-bottom: -19%;
  }
  .tablet\:bottom-19\% {
    bottom: 19%;
  }
  .tablet\:bottom--19\% {
    bottom: -19%;
  }
  .tablet\:m-l-19\% {
    margin-left: 19%;
  }
  .tablet\:m-l--19\% {
    margin-left: -19%;
  }
  .tablet\:p-l-19\% {
    padding-left: 19%;
  }
  .tablet\:p-l--19\% {
    padding-left: -19%;
  }
  .tablet\:left-19\% {
    left: 19%;
  }
  .tablet\:left--19\% {
    left: -19%;
  }
  .tablet\:m-r-19\% {
    margin-right: 19%;
  }
  .tablet\:m-r--19\% {
    margin-right: -19%;
  }
  .tablet\:p-r-19\% {
    padding-right: 19%;
  }
  .tablet\:p-r--19\% {
    padding-right: -19%;
  }
  .tablet\:right-19\% {
    right: 19%;
  }
  .tablet\:right--19\% {
    right: -19%;
  }
  .tablet\:h-19\% {
    height: 19%;
  }
  .tablet\:w-19\% {
    width: 19%;
  }
  .tablet\:max_h-19\% {
    max-height: 19%;
  }
  .tablet\:max_w-19\% {
    max-width: 19%;
  }
  .tablet\:min_h-19\% {
    min-height: 19%;
  }
  .tablet\:min_w-19\% {
    min-width: 19%;
  }
  .tablet\:h-19vh {
    height: 19vh;
  }
  .tablet\:w-19vw {
    width: 19vw;
  }
  .tablet\:min_w-19vw {
    min-width: 19vw;
  }
  .tablet\:min_h-19vh {
    min-height: 19vh;
  }
  .tablet\:max_w-19vw {
    max-width: 19vw;
  }
  .tablet\:max_h-19vh {
    max-height: 19vh;
  }
  .tablet\:m-t-20\% {
    margin-top: 20%;
  }
  .tablet\:m-t--20\% {
    margin-top: -20%;
  }
  .tablet\:p-t-20\% {
    padding-top: 20%;
  }
  .tablet\:p-t--20\% {
    padding-top: -20%;
  }
  .tablet\:top-20\% {
    top: 20%;
  }
  .tablet\:top--20\% {
    top: -20%;
  }
  .tablet\:m-b-20\% {
    margin-bottom: 20%;
  }
  .tablet\:m-b--20\% {
    margin-bottom: -20%;
  }
  .tablet\:p-b-20\% {
    padding-bottom: 20%;
  }
  .tablet\:p-b--20\% {
    padding-bottom: -20%;
  }
  .tablet\:bottom-20\% {
    bottom: 20%;
  }
  .tablet\:bottom--20\% {
    bottom: -20%;
  }
  .tablet\:m-l-20\% {
    margin-left: 20%;
  }
  .tablet\:m-l--20\% {
    margin-left: -20%;
  }
  .tablet\:p-l-20\% {
    padding-left: 20%;
  }
  .tablet\:p-l--20\% {
    padding-left: -20%;
  }
  .tablet\:left-20\% {
    left: 20%;
  }
  .tablet\:left--20\% {
    left: -20%;
  }
  .tablet\:m-r-20\% {
    margin-right: 20%;
  }
  .tablet\:m-r--20\% {
    margin-right: -20%;
  }
  .tablet\:p-r-20\% {
    padding-right: 20%;
  }
  .tablet\:p-r--20\% {
    padding-right: -20%;
  }
  .tablet\:right-20\% {
    right: 20%;
  }
  .tablet\:right--20\% {
    right: -20%;
  }
  .tablet\:h-20\% {
    height: 20%;
  }
  .tablet\:w-20\% {
    width: 20%;
  }
  .tablet\:max_h-20\% {
    max-height: 20%;
  }
  .tablet\:max_w-20\% {
    max-width: 20%;
  }
  .tablet\:min_h-20\% {
    min-height: 20%;
  }
  .tablet\:min_w-20\% {
    min-width: 20%;
  }
  .tablet\:h-20vh {
    height: 20vh;
  }
  .tablet\:w-20vw {
    width: 20vw;
  }
  .tablet\:min_w-20vw {
    min-width: 20vw;
  }
  .tablet\:min_h-20vh {
    min-height: 20vh;
  }
  .tablet\:max_w-20vw {
    max-width: 20vw;
  }
  .tablet\:max_h-20vh {
    max-height: 20vh;
  }
  .tablet\:m-t-21\% {
    margin-top: 21%;
  }
  .tablet\:m-t--21\% {
    margin-top: -21%;
  }
  .tablet\:p-t-21\% {
    padding-top: 21%;
  }
  .tablet\:p-t--21\% {
    padding-top: -21%;
  }
  .tablet\:top-21\% {
    top: 21%;
  }
  .tablet\:top--21\% {
    top: -21%;
  }
  .tablet\:m-b-21\% {
    margin-bottom: 21%;
  }
  .tablet\:m-b--21\% {
    margin-bottom: -21%;
  }
  .tablet\:p-b-21\% {
    padding-bottom: 21%;
  }
  .tablet\:p-b--21\% {
    padding-bottom: -21%;
  }
  .tablet\:bottom-21\% {
    bottom: 21%;
  }
  .tablet\:bottom--21\% {
    bottom: -21%;
  }
  .tablet\:m-l-21\% {
    margin-left: 21%;
  }
  .tablet\:m-l--21\% {
    margin-left: -21%;
  }
  .tablet\:p-l-21\% {
    padding-left: 21%;
  }
  .tablet\:p-l--21\% {
    padding-left: -21%;
  }
  .tablet\:left-21\% {
    left: 21%;
  }
  .tablet\:left--21\% {
    left: -21%;
  }
  .tablet\:m-r-21\% {
    margin-right: 21%;
  }
  .tablet\:m-r--21\% {
    margin-right: -21%;
  }
  .tablet\:p-r-21\% {
    padding-right: 21%;
  }
  .tablet\:p-r--21\% {
    padding-right: -21%;
  }
  .tablet\:right-21\% {
    right: 21%;
  }
  .tablet\:right--21\% {
    right: -21%;
  }
  .tablet\:h-21\% {
    height: 21%;
  }
  .tablet\:w-21\% {
    width: 21%;
  }
  .tablet\:max_h-21\% {
    max-height: 21%;
  }
  .tablet\:max_w-21\% {
    max-width: 21%;
  }
  .tablet\:min_h-21\% {
    min-height: 21%;
  }
  .tablet\:min_w-21\% {
    min-width: 21%;
  }
  .tablet\:h-21vh {
    height: 21vh;
  }
  .tablet\:w-21vw {
    width: 21vw;
  }
  .tablet\:min_w-21vw {
    min-width: 21vw;
  }
  .tablet\:min_h-21vh {
    min-height: 21vh;
  }
  .tablet\:max_w-21vw {
    max-width: 21vw;
  }
  .tablet\:max_h-21vh {
    max-height: 21vh;
  }
  .tablet\:m-t-22\% {
    margin-top: 22%;
  }
  .tablet\:m-t--22\% {
    margin-top: -22%;
  }
  .tablet\:p-t-22\% {
    padding-top: 22%;
  }
  .tablet\:p-t--22\% {
    padding-top: -22%;
  }
  .tablet\:top-22\% {
    top: 22%;
  }
  .tablet\:top--22\% {
    top: -22%;
  }
  .tablet\:m-b-22\% {
    margin-bottom: 22%;
  }
  .tablet\:m-b--22\% {
    margin-bottom: -22%;
  }
  .tablet\:p-b-22\% {
    padding-bottom: 22%;
  }
  .tablet\:p-b--22\% {
    padding-bottom: -22%;
  }
  .tablet\:bottom-22\% {
    bottom: 22%;
  }
  .tablet\:bottom--22\% {
    bottom: -22%;
  }
  .tablet\:m-l-22\% {
    margin-left: 22%;
  }
  .tablet\:m-l--22\% {
    margin-left: -22%;
  }
  .tablet\:p-l-22\% {
    padding-left: 22%;
  }
  .tablet\:p-l--22\% {
    padding-left: -22%;
  }
  .tablet\:left-22\% {
    left: 22%;
  }
  .tablet\:left--22\% {
    left: -22%;
  }
  .tablet\:m-r-22\% {
    margin-right: 22%;
  }
  .tablet\:m-r--22\% {
    margin-right: -22%;
  }
  .tablet\:p-r-22\% {
    padding-right: 22%;
  }
  .tablet\:p-r--22\% {
    padding-right: -22%;
  }
  .tablet\:right-22\% {
    right: 22%;
  }
  .tablet\:right--22\% {
    right: -22%;
  }
  .tablet\:h-22\% {
    height: 22%;
  }
  .tablet\:w-22\% {
    width: 22%;
  }
  .tablet\:max_h-22\% {
    max-height: 22%;
  }
  .tablet\:max_w-22\% {
    max-width: 22%;
  }
  .tablet\:min_h-22\% {
    min-height: 22%;
  }
  .tablet\:min_w-22\% {
    min-width: 22%;
  }
  .tablet\:h-22vh {
    height: 22vh;
  }
  .tablet\:w-22vw {
    width: 22vw;
  }
  .tablet\:min_w-22vw {
    min-width: 22vw;
  }
  .tablet\:min_h-22vh {
    min-height: 22vh;
  }
  .tablet\:max_w-22vw {
    max-width: 22vw;
  }
  .tablet\:max_h-22vh {
    max-height: 22vh;
  }
  .tablet\:m-t-23\% {
    margin-top: 23%;
  }
  .tablet\:m-t--23\% {
    margin-top: -23%;
  }
  .tablet\:p-t-23\% {
    padding-top: 23%;
  }
  .tablet\:p-t--23\% {
    padding-top: -23%;
  }
  .tablet\:top-23\% {
    top: 23%;
  }
  .tablet\:top--23\% {
    top: -23%;
  }
  .tablet\:m-b-23\% {
    margin-bottom: 23%;
  }
  .tablet\:m-b--23\% {
    margin-bottom: -23%;
  }
  .tablet\:p-b-23\% {
    padding-bottom: 23%;
  }
  .tablet\:p-b--23\% {
    padding-bottom: -23%;
  }
  .tablet\:bottom-23\% {
    bottom: 23%;
  }
  .tablet\:bottom--23\% {
    bottom: -23%;
  }
  .tablet\:m-l-23\% {
    margin-left: 23%;
  }
  .tablet\:m-l--23\% {
    margin-left: -23%;
  }
  .tablet\:p-l-23\% {
    padding-left: 23%;
  }
  .tablet\:p-l--23\% {
    padding-left: -23%;
  }
  .tablet\:left-23\% {
    left: 23%;
  }
  .tablet\:left--23\% {
    left: -23%;
  }
  .tablet\:m-r-23\% {
    margin-right: 23%;
  }
  .tablet\:m-r--23\% {
    margin-right: -23%;
  }
  .tablet\:p-r-23\% {
    padding-right: 23%;
  }
  .tablet\:p-r--23\% {
    padding-right: -23%;
  }
  .tablet\:right-23\% {
    right: 23%;
  }
  .tablet\:right--23\% {
    right: -23%;
  }
  .tablet\:h-23\% {
    height: 23%;
  }
  .tablet\:w-23\% {
    width: 23%;
  }
  .tablet\:max_h-23\% {
    max-height: 23%;
  }
  .tablet\:max_w-23\% {
    max-width: 23%;
  }
  .tablet\:min_h-23\% {
    min-height: 23%;
  }
  .tablet\:min_w-23\% {
    min-width: 23%;
  }
  .tablet\:h-23vh {
    height: 23vh;
  }
  .tablet\:w-23vw {
    width: 23vw;
  }
  .tablet\:min_w-23vw {
    min-width: 23vw;
  }
  .tablet\:min_h-23vh {
    min-height: 23vh;
  }
  .tablet\:max_w-23vw {
    max-width: 23vw;
  }
  .tablet\:max_h-23vh {
    max-height: 23vh;
  }
  .tablet\:m-t-24\% {
    margin-top: 24%;
  }
  .tablet\:m-t--24\% {
    margin-top: -24%;
  }
  .tablet\:p-t-24\% {
    padding-top: 24%;
  }
  .tablet\:p-t--24\% {
    padding-top: -24%;
  }
  .tablet\:top-24\% {
    top: 24%;
  }
  .tablet\:top--24\% {
    top: -24%;
  }
  .tablet\:m-b-24\% {
    margin-bottom: 24%;
  }
  .tablet\:m-b--24\% {
    margin-bottom: -24%;
  }
  .tablet\:p-b-24\% {
    padding-bottom: 24%;
  }
  .tablet\:p-b--24\% {
    padding-bottom: -24%;
  }
  .tablet\:bottom-24\% {
    bottom: 24%;
  }
  .tablet\:bottom--24\% {
    bottom: -24%;
  }
  .tablet\:m-l-24\% {
    margin-left: 24%;
  }
  .tablet\:m-l--24\% {
    margin-left: -24%;
  }
  .tablet\:p-l-24\% {
    padding-left: 24%;
  }
  .tablet\:p-l--24\% {
    padding-left: -24%;
  }
  .tablet\:left-24\% {
    left: 24%;
  }
  .tablet\:left--24\% {
    left: -24%;
  }
  .tablet\:m-r-24\% {
    margin-right: 24%;
  }
  .tablet\:m-r--24\% {
    margin-right: -24%;
  }
  .tablet\:p-r-24\% {
    padding-right: 24%;
  }
  .tablet\:p-r--24\% {
    padding-right: -24%;
  }
  .tablet\:right-24\% {
    right: 24%;
  }
  .tablet\:right--24\% {
    right: -24%;
  }
  .tablet\:h-24\% {
    height: 24%;
  }
  .tablet\:w-24\% {
    width: 24%;
  }
  .tablet\:max_h-24\% {
    max-height: 24%;
  }
  .tablet\:max_w-24\% {
    max-width: 24%;
  }
  .tablet\:min_h-24\% {
    min-height: 24%;
  }
  .tablet\:min_w-24\% {
    min-width: 24%;
  }
  .tablet\:h-24vh {
    height: 24vh;
  }
  .tablet\:w-24vw {
    width: 24vw;
  }
  .tablet\:min_w-24vw {
    min-width: 24vw;
  }
  .tablet\:min_h-24vh {
    min-height: 24vh;
  }
  .tablet\:max_w-24vw {
    max-width: 24vw;
  }
  .tablet\:max_h-24vh {
    max-height: 24vh;
  }
  .tablet\:m-t-25\% {
    margin-top: 25%;
  }
  .tablet\:m-t--25\% {
    margin-top: -25%;
  }
  .tablet\:p-t-25\% {
    padding-top: 25%;
  }
  .tablet\:p-t--25\% {
    padding-top: -25%;
  }
  .tablet\:top-25\% {
    top: 25%;
  }
  .tablet\:top--25\% {
    top: -25%;
  }
  .tablet\:m-b-25\% {
    margin-bottom: 25%;
  }
  .tablet\:m-b--25\% {
    margin-bottom: -25%;
  }
  .tablet\:p-b-25\% {
    padding-bottom: 25%;
  }
  .tablet\:p-b--25\% {
    padding-bottom: -25%;
  }
  .tablet\:bottom-25\% {
    bottom: 25%;
  }
  .tablet\:bottom--25\% {
    bottom: -25%;
  }
  .tablet\:m-l-25\% {
    margin-left: 25%;
  }
  .tablet\:m-l--25\% {
    margin-left: -25%;
  }
  .tablet\:p-l-25\% {
    padding-left: 25%;
  }
  .tablet\:p-l--25\% {
    padding-left: -25%;
  }
  .tablet\:left-25\% {
    left: 25%;
  }
  .tablet\:left--25\% {
    left: -25%;
  }
  .tablet\:m-r-25\% {
    margin-right: 25%;
  }
  .tablet\:m-r--25\% {
    margin-right: -25%;
  }
  .tablet\:p-r-25\% {
    padding-right: 25%;
  }
  .tablet\:p-r--25\% {
    padding-right: -25%;
  }
  .tablet\:right-25\% {
    right: 25%;
  }
  .tablet\:right--25\% {
    right: -25%;
  }
  .tablet\:h-25\% {
    height: 25%;
  }
  .tablet\:w-25\% {
    width: 25%;
  }
  .tablet\:max_h-25\% {
    max-height: 25%;
  }
  .tablet\:max_w-25\% {
    max-width: 25%;
  }
  .tablet\:min_h-25\% {
    min-height: 25%;
  }
  .tablet\:min_w-25\% {
    min-width: 25%;
  }
  .tablet\:h-25vh {
    height: 25vh;
  }
  .tablet\:w-25vw {
    width: 25vw;
  }
  .tablet\:min_w-25vw {
    min-width: 25vw;
  }
  .tablet\:min_h-25vh {
    min-height: 25vh;
  }
  .tablet\:max_w-25vw {
    max-width: 25vw;
  }
  .tablet\:max_h-25vh {
    max-height: 25vh;
  }
  .tablet\:m-t-26\% {
    margin-top: 26%;
  }
  .tablet\:m-t--26\% {
    margin-top: -26%;
  }
  .tablet\:p-t-26\% {
    padding-top: 26%;
  }
  .tablet\:p-t--26\% {
    padding-top: -26%;
  }
  .tablet\:top-26\% {
    top: 26%;
  }
  .tablet\:top--26\% {
    top: -26%;
  }
  .tablet\:m-b-26\% {
    margin-bottom: 26%;
  }
  .tablet\:m-b--26\% {
    margin-bottom: -26%;
  }
  .tablet\:p-b-26\% {
    padding-bottom: 26%;
  }
  .tablet\:p-b--26\% {
    padding-bottom: -26%;
  }
  .tablet\:bottom-26\% {
    bottom: 26%;
  }
  .tablet\:bottom--26\% {
    bottom: -26%;
  }
  .tablet\:m-l-26\% {
    margin-left: 26%;
  }
  .tablet\:m-l--26\% {
    margin-left: -26%;
  }
  .tablet\:p-l-26\% {
    padding-left: 26%;
  }
  .tablet\:p-l--26\% {
    padding-left: -26%;
  }
  .tablet\:left-26\% {
    left: 26%;
  }
  .tablet\:left--26\% {
    left: -26%;
  }
  .tablet\:m-r-26\% {
    margin-right: 26%;
  }
  .tablet\:m-r--26\% {
    margin-right: -26%;
  }
  .tablet\:p-r-26\% {
    padding-right: 26%;
  }
  .tablet\:p-r--26\% {
    padding-right: -26%;
  }
  .tablet\:right-26\% {
    right: 26%;
  }
  .tablet\:right--26\% {
    right: -26%;
  }
  .tablet\:h-26\% {
    height: 26%;
  }
  .tablet\:w-26\% {
    width: 26%;
  }
  .tablet\:max_h-26\% {
    max-height: 26%;
  }
  .tablet\:max_w-26\% {
    max-width: 26%;
  }
  .tablet\:min_h-26\% {
    min-height: 26%;
  }
  .tablet\:min_w-26\% {
    min-width: 26%;
  }
  .tablet\:h-26vh {
    height: 26vh;
  }
  .tablet\:w-26vw {
    width: 26vw;
  }
  .tablet\:min_w-26vw {
    min-width: 26vw;
  }
  .tablet\:min_h-26vh {
    min-height: 26vh;
  }
  .tablet\:max_w-26vw {
    max-width: 26vw;
  }
  .tablet\:max_h-26vh {
    max-height: 26vh;
  }
  .tablet\:m-t-27\% {
    margin-top: 27%;
  }
  .tablet\:m-t--27\% {
    margin-top: -27%;
  }
  .tablet\:p-t-27\% {
    padding-top: 27%;
  }
  .tablet\:p-t--27\% {
    padding-top: -27%;
  }
  .tablet\:top-27\% {
    top: 27%;
  }
  .tablet\:top--27\% {
    top: -27%;
  }
  .tablet\:m-b-27\% {
    margin-bottom: 27%;
  }
  .tablet\:m-b--27\% {
    margin-bottom: -27%;
  }
  .tablet\:p-b-27\% {
    padding-bottom: 27%;
  }
  .tablet\:p-b--27\% {
    padding-bottom: -27%;
  }
  .tablet\:bottom-27\% {
    bottom: 27%;
  }
  .tablet\:bottom--27\% {
    bottom: -27%;
  }
  .tablet\:m-l-27\% {
    margin-left: 27%;
  }
  .tablet\:m-l--27\% {
    margin-left: -27%;
  }
  .tablet\:p-l-27\% {
    padding-left: 27%;
  }
  .tablet\:p-l--27\% {
    padding-left: -27%;
  }
  .tablet\:left-27\% {
    left: 27%;
  }
  .tablet\:left--27\% {
    left: -27%;
  }
  .tablet\:m-r-27\% {
    margin-right: 27%;
  }
  .tablet\:m-r--27\% {
    margin-right: -27%;
  }
  .tablet\:p-r-27\% {
    padding-right: 27%;
  }
  .tablet\:p-r--27\% {
    padding-right: -27%;
  }
  .tablet\:right-27\% {
    right: 27%;
  }
  .tablet\:right--27\% {
    right: -27%;
  }
  .tablet\:h-27\% {
    height: 27%;
  }
  .tablet\:w-27\% {
    width: 27%;
  }
  .tablet\:max_h-27\% {
    max-height: 27%;
  }
  .tablet\:max_w-27\% {
    max-width: 27%;
  }
  .tablet\:min_h-27\% {
    min-height: 27%;
  }
  .tablet\:min_w-27\% {
    min-width: 27%;
  }
  .tablet\:h-27vh {
    height: 27vh;
  }
  .tablet\:w-27vw {
    width: 27vw;
  }
  .tablet\:min_w-27vw {
    min-width: 27vw;
  }
  .tablet\:min_h-27vh {
    min-height: 27vh;
  }
  .tablet\:max_w-27vw {
    max-width: 27vw;
  }
  .tablet\:max_h-27vh {
    max-height: 27vh;
  }
  .tablet\:m-t-28\% {
    margin-top: 28%;
  }
  .tablet\:m-t--28\% {
    margin-top: -28%;
  }
  .tablet\:p-t-28\% {
    padding-top: 28%;
  }
  .tablet\:p-t--28\% {
    padding-top: -28%;
  }
  .tablet\:top-28\% {
    top: 28%;
  }
  .tablet\:top--28\% {
    top: -28%;
  }
  .tablet\:m-b-28\% {
    margin-bottom: 28%;
  }
  .tablet\:m-b--28\% {
    margin-bottom: -28%;
  }
  .tablet\:p-b-28\% {
    padding-bottom: 28%;
  }
  .tablet\:p-b--28\% {
    padding-bottom: -28%;
  }
  .tablet\:bottom-28\% {
    bottom: 28%;
  }
  .tablet\:bottom--28\% {
    bottom: -28%;
  }
  .tablet\:m-l-28\% {
    margin-left: 28%;
  }
  .tablet\:m-l--28\% {
    margin-left: -28%;
  }
  .tablet\:p-l-28\% {
    padding-left: 28%;
  }
  .tablet\:p-l--28\% {
    padding-left: -28%;
  }
  .tablet\:left-28\% {
    left: 28%;
  }
  .tablet\:left--28\% {
    left: -28%;
  }
  .tablet\:m-r-28\% {
    margin-right: 28%;
  }
  .tablet\:m-r--28\% {
    margin-right: -28%;
  }
  .tablet\:p-r-28\% {
    padding-right: 28%;
  }
  .tablet\:p-r--28\% {
    padding-right: -28%;
  }
  .tablet\:right-28\% {
    right: 28%;
  }
  .tablet\:right--28\% {
    right: -28%;
  }
  .tablet\:h-28\% {
    height: 28%;
  }
  .tablet\:w-28\% {
    width: 28%;
  }
  .tablet\:max_h-28\% {
    max-height: 28%;
  }
  .tablet\:max_w-28\% {
    max-width: 28%;
  }
  .tablet\:min_h-28\% {
    min-height: 28%;
  }
  .tablet\:min_w-28\% {
    min-width: 28%;
  }
  .tablet\:h-28vh {
    height: 28vh;
  }
  .tablet\:w-28vw {
    width: 28vw;
  }
  .tablet\:min_w-28vw {
    min-width: 28vw;
  }
  .tablet\:min_h-28vh {
    min-height: 28vh;
  }
  .tablet\:max_w-28vw {
    max-width: 28vw;
  }
  .tablet\:max_h-28vh {
    max-height: 28vh;
  }
  .tablet\:m-t-29\% {
    margin-top: 29%;
  }
  .tablet\:m-t--29\% {
    margin-top: -29%;
  }
  .tablet\:p-t-29\% {
    padding-top: 29%;
  }
  .tablet\:p-t--29\% {
    padding-top: -29%;
  }
  .tablet\:top-29\% {
    top: 29%;
  }
  .tablet\:top--29\% {
    top: -29%;
  }
  .tablet\:m-b-29\% {
    margin-bottom: 29%;
  }
  .tablet\:m-b--29\% {
    margin-bottom: -29%;
  }
  .tablet\:p-b-29\% {
    padding-bottom: 29%;
  }
  .tablet\:p-b--29\% {
    padding-bottom: -29%;
  }
  .tablet\:bottom-29\% {
    bottom: 29%;
  }
  .tablet\:bottom--29\% {
    bottom: -29%;
  }
  .tablet\:m-l-29\% {
    margin-left: 29%;
  }
  .tablet\:m-l--29\% {
    margin-left: -29%;
  }
  .tablet\:p-l-29\% {
    padding-left: 29%;
  }
  .tablet\:p-l--29\% {
    padding-left: -29%;
  }
  .tablet\:left-29\% {
    left: 29%;
  }
  .tablet\:left--29\% {
    left: -29%;
  }
  .tablet\:m-r-29\% {
    margin-right: 29%;
  }
  .tablet\:m-r--29\% {
    margin-right: -29%;
  }
  .tablet\:p-r-29\% {
    padding-right: 29%;
  }
  .tablet\:p-r--29\% {
    padding-right: -29%;
  }
  .tablet\:right-29\% {
    right: 29%;
  }
  .tablet\:right--29\% {
    right: -29%;
  }
  .tablet\:h-29\% {
    height: 29%;
  }
  .tablet\:w-29\% {
    width: 29%;
  }
  .tablet\:max_h-29\% {
    max-height: 29%;
  }
  .tablet\:max_w-29\% {
    max-width: 29%;
  }
  .tablet\:min_h-29\% {
    min-height: 29%;
  }
  .tablet\:min_w-29\% {
    min-width: 29%;
  }
  .tablet\:h-29vh {
    height: 29vh;
  }
  .tablet\:w-29vw {
    width: 29vw;
  }
  .tablet\:min_w-29vw {
    min-width: 29vw;
  }
  .tablet\:min_h-29vh {
    min-height: 29vh;
  }
  .tablet\:max_w-29vw {
    max-width: 29vw;
  }
  .tablet\:max_h-29vh {
    max-height: 29vh;
  }
  .tablet\:m-t-30\% {
    margin-top: 30%;
  }
  .tablet\:m-t--30\% {
    margin-top: -30%;
  }
  .tablet\:p-t-30\% {
    padding-top: 30%;
  }
  .tablet\:p-t--30\% {
    padding-top: -30%;
  }
  .tablet\:top-30\% {
    top: 30%;
  }
  .tablet\:top--30\% {
    top: -30%;
  }
  .tablet\:m-b-30\% {
    margin-bottom: 30%;
  }
  .tablet\:m-b--30\% {
    margin-bottom: -30%;
  }
  .tablet\:p-b-30\% {
    padding-bottom: 30%;
  }
  .tablet\:p-b--30\% {
    padding-bottom: -30%;
  }
  .tablet\:bottom-30\% {
    bottom: 30%;
  }
  .tablet\:bottom--30\% {
    bottom: -30%;
  }
  .tablet\:m-l-30\% {
    margin-left: 30%;
  }
  .tablet\:m-l--30\% {
    margin-left: -30%;
  }
  .tablet\:p-l-30\% {
    padding-left: 30%;
  }
  .tablet\:p-l--30\% {
    padding-left: -30%;
  }
  .tablet\:left-30\% {
    left: 30%;
  }
  .tablet\:left--30\% {
    left: -30%;
  }
  .tablet\:m-r-30\% {
    margin-right: 30%;
  }
  .tablet\:m-r--30\% {
    margin-right: -30%;
  }
  .tablet\:p-r-30\% {
    padding-right: 30%;
  }
  .tablet\:p-r--30\% {
    padding-right: -30%;
  }
  .tablet\:right-30\% {
    right: 30%;
  }
  .tablet\:right--30\% {
    right: -30%;
  }
  .tablet\:h-30\% {
    height: 30%;
  }
  .tablet\:w-30\% {
    width: 30%;
  }
  .tablet\:max_h-30\% {
    max-height: 30%;
  }
  .tablet\:max_w-30\% {
    max-width: 30%;
  }
  .tablet\:min_h-30\% {
    min-height: 30%;
  }
  .tablet\:min_w-30\% {
    min-width: 30%;
  }
  .tablet\:h-30vh {
    height: 30vh;
  }
  .tablet\:w-30vw {
    width: 30vw;
  }
  .tablet\:min_w-30vw {
    min-width: 30vw;
  }
  .tablet\:min_h-30vh {
    min-height: 30vh;
  }
  .tablet\:max_w-30vw {
    max-width: 30vw;
  }
  .tablet\:max_h-30vh {
    max-height: 30vh;
  }
  .tablet\:m-t-31\% {
    margin-top: 31%;
  }
  .tablet\:m-t--31\% {
    margin-top: -31%;
  }
  .tablet\:p-t-31\% {
    padding-top: 31%;
  }
  .tablet\:p-t--31\% {
    padding-top: -31%;
  }
  .tablet\:top-31\% {
    top: 31%;
  }
  .tablet\:top--31\% {
    top: -31%;
  }
  .tablet\:m-b-31\% {
    margin-bottom: 31%;
  }
  .tablet\:m-b--31\% {
    margin-bottom: -31%;
  }
  .tablet\:p-b-31\% {
    padding-bottom: 31%;
  }
  .tablet\:p-b--31\% {
    padding-bottom: -31%;
  }
  .tablet\:bottom-31\% {
    bottom: 31%;
  }
  .tablet\:bottom--31\% {
    bottom: -31%;
  }
  .tablet\:m-l-31\% {
    margin-left: 31%;
  }
  .tablet\:m-l--31\% {
    margin-left: -31%;
  }
  .tablet\:p-l-31\% {
    padding-left: 31%;
  }
  .tablet\:p-l--31\% {
    padding-left: -31%;
  }
  .tablet\:left-31\% {
    left: 31%;
  }
  .tablet\:left--31\% {
    left: -31%;
  }
  .tablet\:m-r-31\% {
    margin-right: 31%;
  }
  .tablet\:m-r--31\% {
    margin-right: -31%;
  }
  .tablet\:p-r-31\% {
    padding-right: 31%;
  }
  .tablet\:p-r--31\% {
    padding-right: -31%;
  }
  .tablet\:right-31\% {
    right: 31%;
  }
  .tablet\:right--31\% {
    right: -31%;
  }
  .tablet\:h-31\% {
    height: 31%;
  }
  .tablet\:w-31\% {
    width: 31%;
  }
  .tablet\:max_h-31\% {
    max-height: 31%;
  }
  .tablet\:max_w-31\% {
    max-width: 31%;
  }
  .tablet\:min_h-31\% {
    min-height: 31%;
  }
  .tablet\:min_w-31\% {
    min-width: 31%;
  }
  .tablet\:h-31vh {
    height: 31vh;
  }
  .tablet\:w-31vw {
    width: 31vw;
  }
  .tablet\:min_w-31vw {
    min-width: 31vw;
  }
  .tablet\:min_h-31vh {
    min-height: 31vh;
  }
  .tablet\:max_w-31vw {
    max-width: 31vw;
  }
  .tablet\:max_h-31vh {
    max-height: 31vh;
  }
  .tablet\:m-t-32\% {
    margin-top: 32%;
  }
  .tablet\:m-t--32\% {
    margin-top: -32%;
  }
  .tablet\:p-t-32\% {
    padding-top: 32%;
  }
  .tablet\:p-t--32\% {
    padding-top: -32%;
  }
  .tablet\:top-32\% {
    top: 32%;
  }
  .tablet\:top--32\% {
    top: -32%;
  }
  .tablet\:m-b-32\% {
    margin-bottom: 32%;
  }
  .tablet\:m-b--32\% {
    margin-bottom: -32%;
  }
  .tablet\:p-b-32\% {
    padding-bottom: 32%;
  }
  .tablet\:p-b--32\% {
    padding-bottom: -32%;
  }
  .tablet\:bottom-32\% {
    bottom: 32%;
  }
  .tablet\:bottom--32\% {
    bottom: -32%;
  }
  .tablet\:m-l-32\% {
    margin-left: 32%;
  }
  .tablet\:m-l--32\% {
    margin-left: -32%;
  }
  .tablet\:p-l-32\% {
    padding-left: 32%;
  }
  .tablet\:p-l--32\% {
    padding-left: -32%;
  }
  .tablet\:left-32\% {
    left: 32%;
  }
  .tablet\:left--32\% {
    left: -32%;
  }
  .tablet\:m-r-32\% {
    margin-right: 32%;
  }
  .tablet\:m-r--32\% {
    margin-right: -32%;
  }
  .tablet\:p-r-32\% {
    padding-right: 32%;
  }
  .tablet\:p-r--32\% {
    padding-right: -32%;
  }
  .tablet\:right-32\% {
    right: 32%;
  }
  .tablet\:right--32\% {
    right: -32%;
  }
  .tablet\:h-32\% {
    height: 32%;
  }
  .tablet\:w-32\% {
    width: 32%;
  }
  .tablet\:max_h-32\% {
    max-height: 32%;
  }
  .tablet\:max_w-32\% {
    max-width: 32%;
  }
  .tablet\:min_h-32\% {
    min-height: 32%;
  }
  .tablet\:min_w-32\% {
    min-width: 32%;
  }
  .tablet\:h-32vh {
    height: 32vh;
  }
  .tablet\:w-32vw {
    width: 32vw;
  }
  .tablet\:min_w-32vw {
    min-width: 32vw;
  }
  .tablet\:min_h-32vh {
    min-height: 32vh;
  }
  .tablet\:max_w-32vw {
    max-width: 32vw;
  }
  .tablet\:max_h-32vh {
    max-height: 32vh;
  }
  .tablet\:m-t-33\% {
    margin-top: 33%;
  }
  .tablet\:m-t--33\% {
    margin-top: -33%;
  }
  .tablet\:p-t-33\% {
    padding-top: 33%;
  }
  .tablet\:p-t--33\% {
    padding-top: -33%;
  }
  .tablet\:top-33\% {
    top: 33%;
  }
  .tablet\:top--33\% {
    top: -33%;
  }
  .tablet\:m-b-33\% {
    margin-bottom: 33%;
  }
  .tablet\:m-b--33\% {
    margin-bottom: -33%;
  }
  .tablet\:p-b-33\% {
    padding-bottom: 33%;
  }
  .tablet\:p-b--33\% {
    padding-bottom: -33%;
  }
  .tablet\:bottom-33\% {
    bottom: 33%;
  }
  .tablet\:bottom--33\% {
    bottom: -33%;
  }
  .tablet\:m-l-33\% {
    margin-left: 33%;
  }
  .tablet\:m-l--33\% {
    margin-left: -33%;
  }
  .tablet\:p-l-33\% {
    padding-left: 33%;
  }
  .tablet\:p-l--33\% {
    padding-left: -33%;
  }
  .tablet\:left-33\% {
    left: 33%;
  }
  .tablet\:left--33\% {
    left: -33%;
  }
  .tablet\:m-r-33\% {
    margin-right: 33%;
  }
  .tablet\:m-r--33\% {
    margin-right: -33%;
  }
  .tablet\:p-r-33\% {
    padding-right: 33%;
  }
  .tablet\:p-r--33\% {
    padding-right: -33%;
  }
  .tablet\:right-33\% {
    right: 33%;
  }
  .tablet\:right--33\% {
    right: -33%;
  }
  .tablet\:h-33\% {
    height: 33%;
  }
  .tablet\:w-33\% {
    width: 33%;
  }
  .tablet\:max_h-33\% {
    max-height: 33%;
  }
  .tablet\:max_w-33\% {
    max-width: 33%;
  }
  .tablet\:min_h-33\% {
    min-height: 33%;
  }
  .tablet\:min_w-33\% {
    min-width: 33%;
  }
  .tablet\:h-33vh {
    height: 33vh;
  }
  .tablet\:w-33vw {
    width: 33vw;
  }
  .tablet\:min_w-33vw {
    min-width: 33vw;
  }
  .tablet\:min_h-33vh {
    min-height: 33vh;
  }
  .tablet\:max_w-33vw {
    max-width: 33vw;
  }
  .tablet\:max_h-33vh {
    max-height: 33vh;
  }
  .tablet\:m-t-34\% {
    margin-top: 34%;
  }
  .tablet\:m-t--34\% {
    margin-top: -34%;
  }
  .tablet\:p-t-34\% {
    padding-top: 34%;
  }
  .tablet\:p-t--34\% {
    padding-top: -34%;
  }
  .tablet\:top-34\% {
    top: 34%;
  }
  .tablet\:top--34\% {
    top: -34%;
  }
  .tablet\:m-b-34\% {
    margin-bottom: 34%;
  }
  .tablet\:m-b--34\% {
    margin-bottom: -34%;
  }
  .tablet\:p-b-34\% {
    padding-bottom: 34%;
  }
  .tablet\:p-b--34\% {
    padding-bottom: -34%;
  }
  .tablet\:bottom-34\% {
    bottom: 34%;
  }
  .tablet\:bottom--34\% {
    bottom: -34%;
  }
  .tablet\:m-l-34\% {
    margin-left: 34%;
  }
  .tablet\:m-l--34\% {
    margin-left: -34%;
  }
  .tablet\:p-l-34\% {
    padding-left: 34%;
  }
  .tablet\:p-l--34\% {
    padding-left: -34%;
  }
  .tablet\:left-34\% {
    left: 34%;
  }
  .tablet\:left--34\% {
    left: -34%;
  }
  .tablet\:m-r-34\% {
    margin-right: 34%;
  }
  .tablet\:m-r--34\% {
    margin-right: -34%;
  }
  .tablet\:p-r-34\% {
    padding-right: 34%;
  }
  .tablet\:p-r--34\% {
    padding-right: -34%;
  }
  .tablet\:right-34\% {
    right: 34%;
  }
  .tablet\:right--34\% {
    right: -34%;
  }
  .tablet\:h-34\% {
    height: 34%;
  }
  .tablet\:w-34\% {
    width: 34%;
  }
  .tablet\:max_h-34\% {
    max-height: 34%;
  }
  .tablet\:max_w-34\% {
    max-width: 34%;
  }
  .tablet\:min_h-34\% {
    min-height: 34%;
  }
  .tablet\:min_w-34\% {
    min-width: 34%;
  }
  .tablet\:h-34vh {
    height: 34vh;
  }
  .tablet\:w-34vw {
    width: 34vw;
  }
  .tablet\:min_w-34vw {
    min-width: 34vw;
  }
  .tablet\:min_h-34vh {
    min-height: 34vh;
  }
  .tablet\:max_w-34vw {
    max-width: 34vw;
  }
  .tablet\:max_h-34vh {
    max-height: 34vh;
  }
  .tablet\:m-t-35\% {
    margin-top: 35%;
  }
  .tablet\:m-t--35\% {
    margin-top: -35%;
  }
  .tablet\:p-t-35\% {
    padding-top: 35%;
  }
  .tablet\:p-t--35\% {
    padding-top: -35%;
  }
  .tablet\:top-35\% {
    top: 35%;
  }
  .tablet\:top--35\% {
    top: -35%;
  }
  .tablet\:m-b-35\% {
    margin-bottom: 35%;
  }
  .tablet\:m-b--35\% {
    margin-bottom: -35%;
  }
  .tablet\:p-b-35\% {
    padding-bottom: 35%;
  }
  .tablet\:p-b--35\% {
    padding-bottom: -35%;
  }
  .tablet\:bottom-35\% {
    bottom: 35%;
  }
  .tablet\:bottom--35\% {
    bottom: -35%;
  }
  .tablet\:m-l-35\% {
    margin-left: 35%;
  }
  .tablet\:m-l--35\% {
    margin-left: -35%;
  }
  .tablet\:p-l-35\% {
    padding-left: 35%;
  }
  .tablet\:p-l--35\% {
    padding-left: -35%;
  }
  .tablet\:left-35\% {
    left: 35%;
  }
  .tablet\:left--35\% {
    left: -35%;
  }
  .tablet\:m-r-35\% {
    margin-right: 35%;
  }
  .tablet\:m-r--35\% {
    margin-right: -35%;
  }
  .tablet\:p-r-35\% {
    padding-right: 35%;
  }
  .tablet\:p-r--35\% {
    padding-right: -35%;
  }
  .tablet\:right-35\% {
    right: 35%;
  }
  .tablet\:right--35\% {
    right: -35%;
  }
  .tablet\:h-35\% {
    height: 35%;
  }
  .tablet\:w-35\% {
    width: 35%;
  }
  .tablet\:max_h-35\% {
    max-height: 35%;
  }
  .tablet\:max_w-35\% {
    max-width: 35%;
  }
  .tablet\:min_h-35\% {
    min-height: 35%;
  }
  .tablet\:min_w-35\% {
    min-width: 35%;
  }
  .tablet\:h-35vh {
    height: 35vh;
  }
  .tablet\:w-35vw {
    width: 35vw;
  }
  .tablet\:min_w-35vw {
    min-width: 35vw;
  }
  .tablet\:min_h-35vh {
    min-height: 35vh;
  }
  .tablet\:max_w-35vw {
    max-width: 35vw;
  }
  .tablet\:max_h-35vh {
    max-height: 35vh;
  }
  .tablet\:m-t-36\% {
    margin-top: 36%;
  }
  .tablet\:m-t--36\% {
    margin-top: -36%;
  }
  .tablet\:p-t-36\% {
    padding-top: 36%;
  }
  .tablet\:p-t--36\% {
    padding-top: -36%;
  }
  .tablet\:top-36\% {
    top: 36%;
  }
  .tablet\:top--36\% {
    top: -36%;
  }
  .tablet\:m-b-36\% {
    margin-bottom: 36%;
  }
  .tablet\:m-b--36\% {
    margin-bottom: -36%;
  }
  .tablet\:p-b-36\% {
    padding-bottom: 36%;
  }
  .tablet\:p-b--36\% {
    padding-bottom: -36%;
  }
  .tablet\:bottom-36\% {
    bottom: 36%;
  }
  .tablet\:bottom--36\% {
    bottom: -36%;
  }
  .tablet\:m-l-36\% {
    margin-left: 36%;
  }
  .tablet\:m-l--36\% {
    margin-left: -36%;
  }
  .tablet\:p-l-36\% {
    padding-left: 36%;
  }
  .tablet\:p-l--36\% {
    padding-left: -36%;
  }
  .tablet\:left-36\% {
    left: 36%;
  }
  .tablet\:left--36\% {
    left: -36%;
  }
  .tablet\:m-r-36\% {
    margin-right: 36%;
  }
  .tablet\:m-r--36\% {
    margin-right: -36%;
  }
  .tablet\:p-r-36\% {
    padding-right: 36%;
  }
  .tablet\:p-r--36\% {
    padding-right: -36%;
  }
  .tablet\:right-36\% {
    right: 36%;
  }
  .tablet\:right--36\% {
    right: -36%;
  }
  .tablet\:h-36\% {
    height: 36%;
  }
  .tablet\:w-36\% {
    width: 36%;
  }
  .tablet\:max_h-36\% {
    max-height: 36%;
  }
  .tablet\:max_w-36\% {
    max-width: 36%;
  }
  .tablet\:min_h-36\% {
    min-height: 36%;
  }
  .tablet\:min_w-36\% {
    min-width: 36%;
  }
  .tablet\:h-36vh {
    height: 36vh;
  }
  .tablet\:w-36vw {
    width: 36vw;
  }
  .tablet\:min_w-36vw {
    min-width: 36vw;
  }
  .tablet\:min_h-36vh {
    min-height: 36vh;
  }
  .tablet\:max_w-36vw {
    max-width: 36vw;
  }
  .tablet\:max_h-36vh {
    max-height: 36vh;
  }
  .tablet\:m-t-37\% {
    margin-top: 37%;
  }
  .tablet\:m-t--37\% {
    margin-top: -37%;
  }
  .tablet\:p-t-37\% {
    padding-top: 37%;
  }
  .tablet\:p-t--37\% {
    padding-top: -37%;
  }
  .tablet\:top-37\% {
    top: 37%;
  }
  .tablet\:top--37\% {
    top: -37%;
  }
  .tablet\:m-b-37\% {
    margin-bottom: 37%;
  }
  .tablet\:m-b--37\% {
    margin-bottom: -37%;
  }
  .tablet\:p-b-37\% {
    padding-bottom: 37%;
  }
  .tablet\:p-b--37\% {
    padding-bottom: -37%;
  }
  .tablet\:bottom-37\% {
    bottom: 37%;
  }
  .tablet\:bottom--37\% {
    bottom: -37%;
  }
  .tablet\:m-l-37\% {
    margin-left: 37%;
  }
  .tablet\:m-l--37\% {
    margin-left: -37%;
  }
  .tablet\:p-l-37\% {
    padding-left: 37%;
  }
  .tablet\:p-l--37\% {
    padding-left: -37%;
  }
  .tablet\:left-37\% {
    left: 37%;
  }
  .tablet\:left--37\% {
    left: -37%;
  }
  .tablet\:m-r-37\% {
    margin-right: 37%;
  }
  .tablet\:m-r--37\% {
    margin-right: -37%;
  }
  .tablet\:p-r-37\% {
    padding-right: 37%;
  }
  .tablet\:p-r--37\% {
    padding-right: -37%;
  }
  .tablet\:right-37\% {
    right: 37%;
  }
  .tablet\:right--37\% {
    right: -37%;
  }
  .tablet\:h-37\% {
    height: 37%;
  }
  .tablet\:w-37\% {
    width: 37%;
  }
  .tablet\:max_h-37\% {
    max-height: 37%;
  }
  .tablet\:max_w-37\% {
    max-width: 37%;
  }
  .tablet\:min_h-37\% {
    min-height: 37%;
  }
  .tablet\:min_w-37\% {
    min-width: 37%;
  }
  .tablet\:h-37vh {
    height: 37vh;
  }
  .tablet\:w-37vw {
    width: 37vw;
  }
  .tablet\:min_w-37vw {
    min-width: 37vw;
  }
  .tablet\:min_h-37vh {
    min-height: 37vh;
  }
  .tablet\:max_w-37vw {
    max-width: 37vw;
  }
  .tablet\:max_h-37vh {
    max-height: 37vh;
  }
  .tablet\:m-t-38\% {
    margin-top: 38%;
  }
  .tablet\:m-t--38\% {
    margin-top: -38%;
  }
  .tablet\:p-t-38\% {
    padding-top: 38%;
  }
  .tablet\:p-t--38\% {
    padding-top: -38%;
  }
  .tablet\:top-38\% {
    top: 38%;
  }
  .tablet\:top--38\% {
    top: -38%;
  }
  .tablet\:m-b-38\% {
    margin-bottom: 38%;
  }
  .tablet\:m-b--38\% {
    margin-bottom: -38%;
  }
  .tablet\:p-b-38\% {
    padding-bottom: 38%;
  }
  .tablet\:p-b--38\% {
    padding-bottom: -38%;
  }
  .tablet\:bottom-38\% {
    bottom: 38%;
  }
  .tablet\:bottom--38\% {
    bottom: -38%;
  }
  .tablet\:m-l-38\% {
    margin-left: 38%;
  }
  .tablet\:m-l--38\% {
    margin-left: -38%;
  }
  .tablet\:p-l-38\% {
    padding-left: 38%;
  }
  .tablet\:p-l--38\% {
    padding-left: -38%;
  }
  .tablet\:left-38\% {
    left: 38%;
  }
  .tablet\:left--38\% {
    left: -38%;
  }
  .tablet\:m-r-38\% {
    margin-right: 38%;
  }
  .tablet\:m-r--38\% {
    margin-right: -38%;
  }
  .tablet\:p-r-38\% {
    padding-right: 38%;
  }
  .tablet\:p-r--38\% {
    padding-right: -38%;
  }
  .tablet\:right-38\% {
    right: 38%;
  }
  .tablet\:right--38\% {
    right: -38%;
  }
  .tablet\:h-38\% {
    height: 38%;
  }
  .tablet\:w-38\% {
    width: 38%;
  }
  .tablet\:max_h-38\% {
    max-height: 38%;
  }
  .tablet\:max_w-38\% {
    max-width: 38%;
  }
  .tablet\:min_h-38\% {
    min-height: 38%;
  }
  .tablet\:min_w-38\% {
    min-width: 38%;
  }
  .tablet\:h-38vh {
    height: 38vh;
  }
  .tablet\:w-38vw {
    width: 38vw;
  }
  .tablet\:min_w-38vw {
    min-width: 38vw;
  }
  .tablet\:min_h-38vh {
    min-height: 38vh;
  }
  .tablet\:max_w-38vw {
    max-width: 38vw;
  }
  .tablet\:max_h-38vh {
    max-height: 38vh;
  }
  .tablet\:m-t-39\% {
    margin-top: 39%;
  }
  .tablet\:m-t--39\% {
    margin-top: -39%;
  }
  .tablet\:p-t-39\% {
    padding-top: 39%;
  }
  .tablet\:p-t--39\% {
    padding-top: -39%;
  }
  .tablet\:top-39\% {
    top: 39%;
  }
  .tablet\:top--39\% {
    top: -39%;
  }
  .tablet\:m-b-39\% {
    margin-bottom: 39%;
  }
  .tablet\:m-b--39\% {
    margin-bottom: -39%;
  }
  .tablet\:p-b-39\% {
    padding-bottom: 39%;
  }
  .tablet\:p-b--39\% {
    padding-bottom: -39%;
  }
  .tablet\:bottom-39\% {
    bottom: 39%;
  }
  .tablet\:bottom--39\% {
    bottom: -39%;
  }
  .tablet\:m-l-39\% {
    margin-left: 39%;
  }
  .tablet\:m-l--39\% {
    margin-left: -39%;
  }
  .tablet\:p-l-39\% {
    padding-left: 39%;
  }
  .tablet\:p-l--39\% {
    padding-left: -39%;
  }
  .tablet\:left-39\% {
    left: 39%;
  }
  .tablet\:left--39\% {
    left: -39%;
  }
  .tablet\:m-r-39\% {
    margin-right: 39%;
  }
  .tablet\:m-r--39\% {
    margin-right: -39%;
  }
  .tablet\:p-r-39\% {
    padding-right: 39%;
  }
  .tablet\:p-r--39\% {
    padding-right: -39%;
  }
  .tablet\:right-39\% {
    right: 39%;
  }
  .tablet\:right--39\% {
    right: -39%;
  }
  .tablet\:h-39\% {
    height: 39%;
  }
  .tablet\:w-39\% {
    width: 39%;
  }
  .tablet\:max_h-39\% {
    max-height: 39%;
  }
  .tablet\:max_w-39\% {
    max-width: 39%;
  }
  .tablet\:min_h-39\% {
    min-height: 39%;
  }
  .tablet\:min_w-39\% {
    min-width: 39%;
  }
  .tablet\:h-39vh {
    height: 39vh;
  }
  .tablet\:w-39vw {
    width: 39vw;
  }
  .tablet\:min_w-39vw {
    min-width: 39vw;
  }
  .tablet\:min_h-39vh {
    min-height: 39vh;
  }
  .tablet\:max_w-39vw {
    max-width: 39vw;
  }
  .tablet\:max_h-39vh {
    max-height: 39vh;
  }
  .tablet\:m-t-40\% {
    margin-top: 40%;
  }
  .tablet\:m-t--40\% {
    margin-top: -40%;
  }
  .tablet\:p-t-40\% {
    padding-top: 40%;
  }
  .tablet\:p-t--40\% {
    padding-top: -40%;
  }
  .tablet\:top-40\% {
    top: 40%;
  }
  .tablet\:top--40\% {
    top: -40%;
  }
  .tablet\:m-b-40\% {
    margin-bottom: 40%;
  }
  .tablet\:m-b--40\% {
    margin-bottom: -40%;
  }
  .tablet\:p-b-40\% {
    padding-bottom: 40%;
  }
  .tablet\:p-b--40\% {
    padding-bottom: -40%;
  }
  .tablet\:bottom-40\% {
    bottom: 40%;
  }
  .tablet\:bottom--40\% {
    bottom: -40%;
  }
  .tablet\:m-l-40\% {
    margin-left: 40%;
  }
  .tablet\:m-l--40\% {
    margin-left: -40%;
  }
  .tablet\:p-l-40\% {
    padding-left: 40%;
  }
  .tablet\:p-l--40\% {
    padding-left: -40%;
  }
  .tablet\:left-40\% {
    left: 40%;
  }
  .tablet\:left--40\% {
    left: -40%;
  }
  .tablet\:m-r-40\% {
    margin-right: 40%;
  }
  .tablet\:m-r--40\% {
    margin-right: -40%;
  }
  .tablet\:p-r-40\% {
    padding-right: 40%;
  }
  .tablet\:p-r--40\% {
    padding-right: -40%;
  }
  .tablet\:right-40\% {
    right: 40%;
  }
  .tablet\:right--40\% {
    right: -40%;
  }
  .tablet\:h-40\% {
    height: 40%;
  }
  .tablet\:w-40\% {
    width: 40%;
  }
  .tablet\:max_h-40\% {
    max-height: 40%;
  }
  .tablet\:max_w-40\% {
    max-width: 40%;
  }
  .tablet\:min_h-40\% {
    min-height: 40%;
  }
  .tablet\:min_w-40\% {
    min-width: 40%;
  }
  .tablet\:h-40vh {
    height: 40vh;
  }
  .tablet\:w-40vw {
    width: 40vw;
  }
  .tablet\:min_w-40vw {
    min-width: 40vw;
  }
  .tablet\:min_h-40vh {
    min-height: 40vh;
  }
  .tablet\:max_w-40vw {
    max-width: 40vw;
  }
  .tablet\:max_h-40vh {
    max-height: 40vh;
  }
  .tablet\:m-t-41\% {
    margin-top: 41%;
  }
  .tablet\:m-t--41\% {
    margin-top: -41%;
  }
  .tablet\:p-t-41\% {
    padding-top: 41%;
  }
  .tablet\:p-t--41\% {
    padding-top: -41%;
  }
  .tablet\:top-41\% {
    top: 41%;
  }
  .tablet\:top--41\% {
    top: -41%;
  }
  .tablet\:m-b-41\% {
    margin-bottom: 41%;
  }
  .tablet\:m-b--41\% {
    margin-bottom: -41%;
  }
  .tablet\:p-b-41\% {
    padding-bottom: 41%;
  }
  .tablet\:p-b--41\% {
    padding-bottom: -41%;
  }
  .tablet\:bottom-41\% {
    bottom: 41%;
  }
  .tablet\:bottom--41\% {
    bottom: -41%;
  }
  .tablet\:m-l-41\% {
    margin-left: 41%;
  }
  .tablet\:m-l--41\% {
    margin-left: -41%;
  }
  .tablet\:p-l-41\% {
    padding-left: 41%;
  }
  .tablet\:p-l--41\% {
    padding-left: -41%;
  }
  .tablet\:left-41\% {
    left: 41%;
  }
  .tablet\:left--41\% {
    left: -41%;
  }
  .tablet\:m-r-41\% {
    margin-right: 41%;
  }
  .tablet\:m-r--41\% {
    margin-right: -41%;
  }
  .tablet\:p-r-41\% {
    padding-right: 41%;
  }
  .tablet\:p-r--41\% {
    padding-right: -41%;
  }
  .tablet\:right-41\% {
    right: 41%;
  }
  .tablet\:right--41\% {
    right: -41%;
  }
  .tablet\:h-41\% {
    height: 41%;
  }
  .tablet\:w-41\% {
    width: 41%;
  }
  .tablet\:max_h-41\% {
    max-height: 41%;
  }
  .tablet\:max_w-41\% {
    max-width: 41%;
  }
  .tablet\:min_h-41\% {
    min-height: 41%;
  }
  .tablet\:min_w-41\% {
    min-width: 41%;
  }
  .tablet\:h-41vh {
    height: 41vh;
  }
  .tablet\:w-41vw {
    width: 41vw;
  }
  .tablet\:min_w-41vw {
    min-width: 41vw;
  }
  .tablet\:min_h-41vh {
    min-height: 41vh;
  }
  .tablet\:max_w-41vw {
    max-width: 41vw;
  }
  .tablet\:max_h-41vh {
    max-height: 41vh;
  }
  .tablet\:m-t-42\% {
    margin-top: 42%;
  }
  .tablet\:m-t--42\% {
    margin-top: -42%;
  }
  .tablet\:p-t-42\% {
    padding-top: 42%;
  }
  .tablet\:p-t--42\% {
    padding-top: -42%;
  }
  .tablet\:top-42\% {
    top: 42%;
  }
  .tablet\:top--42\% {
    top: -42%;
  }
  .tablet\:m-b-42\% {
    margin-bottom: 42%;
  }
  .tablet\:m-b--42\% {
    margin-bottom: -42%;
  }
  .tablet\:p-b-42\% {
    padding-bottom: 42%;
  }
  .tablet\:p-b--42\% {
    padding-bottom: -42%;
  }
  .tablet\:bottom-42\% {
    bottom: 42%;
  }
  .tablet\:bottom--42\% {
    bottom: -42%;
  }
  .tablet\:m-l-42\% {
    margin-left: 42%;
  }
  .tablet\:m-l--42\% {
    margin-left: -42%;
  }
  .tablet\:p-l-42\% {
    padding-left: 42%;
  }
  .tablet\:p-l--42\% {
    padding-left: -42%;
  }
  .tablet\:left-42\% {
    left: 42%;
  }
  .tablet\:left--42\% {
    left: -42%;
  }
  .tablet\:m-r-42\% {
    margin-right: 42%;
  }
  .tablet\:m-r--42\% {
    margin-right: -42%;
  }
  .tablet\:p-r-42\% {
    padding-right: 42%;
  }
  .tablet\:p-r--42\% {
    padding-right: -42%;
  }
  .tablet\:right-42\% {
    right: 42%;
  }
  .tablet\:right--42\% {
    right: -42%;
  }
  .tablet\:h-42\% {
    height: 42%;
  }
  .tablet\:w-42\% {
    width: 42%;
  }
  .tablet\:max_h-42\% {
    max-height: 42%;
  }
  .tablet\:max_w-42\% {
    max-width: 42%;
  }
  .tablet\:min_h-42\% {
    min-height: 42%;
  }
  .tablet\:min_w-42\% {
    min-width: 42%;
  }
  .tablet\:h-42vh {
    height: 42vh;
  }
  .tablet\:w-42vw {
    width: 42vw;
  }
  .tablet\:min_w-42vw {
    min-width: 42vw;
  }
  .tablet\:min_h-42vh {
    min-height: 42vh;
  }
  .tablet\:max_w-42vw {
    max-width: 42vw;
  }
  .tablet\:max_h-42vh {
    max-height: 42vh;
  }
  .tablet\:m-t-43\% {
    margin-top: 43%;
  }
  .tablet\:m-t--43\% {
    margin-top: -43%;
  }
  .tablet\:p-t-43\% {
    padding-top: 43%;
  }
  .tablet\:p-t--43\% {
    padding-top: -43%;
  }
  .tablet\:top-43\% {
    top: 43%;
  }
  .tablet\:top--43\% {
    top: -43%;
  }
  .tablet\:m-b-43\% {
    margin-bottom: 43%;
  }
  .tablet\:m-b--43\% {
    margin-bottom: -43%;
  }
  .tablet\:p-b-43\% {
    padding-bottom: 43%;
  }
  .tablet\:p-b--43\% {
    padding-bottom: -43%;
  }
  .tablet\:bottom-43\% {
    bottom: 43%;
  }
  .tablet\:bottom--43\% {
    bottom: -43%;
  }
  .tablet\:m-l-43\% {
    margin-left: 43%;
  }
  .tablet\:m-l--43\% {
    margin-left: -43%;
  }
  .tablet\:p-l-43\% {
    padding-left: 43%;
  }
  .tablet\:p-l--43\% {
    padding-left: -43%;
  }
  .tablet\:left-43\% {
    left: 43%;
  }
  .tablet\:left--43\% {
    left: -43%;
  }
  .tablet\:m-r-43\% {
    margin-right: 43%;
  }
  .tablet\:m-r--43\% {
    margin-right: -43%;
  }
  .tablet\:p-r-43\% {
    padding-right: 43%;
  }
  .tablet\:p-r--43\% {
    padding-right: -43%;
  }
  .tablet\:right-43\% {
    right: 43%;
  }
  .tablet\:right--43\% {
    right: -43%;
  }
  .tablet\:h-43\% {
    height: 43%;
  }
  .tablet\:w-43\% {
    width: 43%;
  }
  .tablet\:max_h-43\% {
    max-height: 43%;
  }
  .tablet\:max_w-43\% {
    max-width: 43%;
  }
  .tablet\:min_h-43\% {
    min-height: 43%;
  }
  .tablet\:min_w-43\% {
    min-width: 43%;
  }
  .tablet\:h-43vh {
    height: 43vh;
  }
  .tablet\:w-43vw {
    width: 43vw;
  }
  .tablet\:min_w-43vw {
    min-width: 43vw;
  }
  .tablet\:min_h-43vh {
    min-height: 43vh;
  }
  .tablet\:max_w-43vw {
    max-width: 43vw;
  }
  .tablet\:max_h-43vh {
    max-height: 43vh;
  }
  .tablet\:m-t-44\% {
    margin-top: 44%;
  }
  .tablet\:m-t--44\% {
    margin-top: -44%;
  }
  .tablet\:p-t-44\% {
    padding-top: 44%;
  }
  .tablet\:p-t--44\% {
    padding-top: -44%;
  }
  .tablet\:top-44\% {
    top: 44%;
  }
  .tablet\:top--44\% {
    top: -44%;
  }
  .tablet\:m-b-44\% {
    margin-bottom: 44%;
  }
  .tablet\:m-b--44\% {
    margin-bottom: -44%;
  }
  .tablet\:p-b-44\% {
    padding-bottom: 44%;
  }
  .tablet\:p-b--44\% {
    padding-bottom: -44%;
  }
  .tablet\:bottom-44\% {
    bottom: 44%;
  }
  .tablet\:bottom--44\% {
    bottom: -44%;
  }
  .tablet\:m-l-44\% {
    margin-left: 44%;
  }
  .tablet\:m-l--44\% {
    margin-left: -44%;
  }
  .tablet\:p-l-44\% {
    padding-left: 44%;
  }
  .tablet\:p-l--44\% {
    padding-left: -44%;
  }
  .tablet\:left-44\% {
    left: 44%;
  }
  .tablet\:left--44\% {
    left: -44%;
  }
  .tablet\:m-r-44\% {
    margin-right: 44%;
  }
  .tablet\:m-r--44\% {
    margin-right: -44%;
  }
  .tablet\:p-r-44\% {
    padding-right: 44%;
  }
  .tablet\:p-r--44\% {
    padding-right: -44%;
  }
  .tablet\:right-44\% {
    right: 44%;
  }
  .tablet\:right--44\% {
    right: -44%;
  }
  .tablet\:h-44\% {
    height: 44%;
  }
  .tablet\:w-44\% {
    width: 44%;
  }
  .tablet\:max_h-44\% {
    max-height: 44%;
  }
  .tablet\:max_w-44\% {
    max-width: 44%;
  }
  .tablet\:min_h-44\% {
    min-height: 44%;
  }
  .tablet\:min_w-44\% {
    min-width: 44%;
  }
  .tablet\:h-44vh {
    height: 44vh;
  }
  .tablet\:w-44vw {
    width: 44vw;
  }
  .tablet\:min_w-44vw {
    min-width: 44vw;
  }
  .tablet\:min_h-44vh {
    min-height: 44vh;
  }
  .tablet\:max_w-44vw {
    max-width: 44vw;
  }
  .tablet\:max_h-44vh {
    max-height: 44vh;
  }
  .tablet\:m-t-45\% {
    margin-top: 45%;
  }
  .tablet\:m-t--45\% {
    margin-top: -45%;
  }
  .tablet\:p-t-45\% {
    padding-top: 45%;
  }
  .tablet\:p-t--45\% {
    padding-top: -45%;
  }
  .tablet\:top-45\% {
    top: 45%;
  }
  .tablet\:top--45\% {
    top: -45%;
  }
  .tablet\:m-b-45\% {
    margin-bottom: 45%;
  }
  .tablet\:m-b--45\% {
    margin-bottom: -45%;
  }
  .tablet\:p-b-45\% {
    padding-bottom: 45%;
  }
  .tablet\:p-b--45\% {
    padding-bottom: -45%;
  }
  .tablet\:bottom-45\% {
    bottom: 45%;
  }
  .tablet\:bottom--45\% {
    bottom: -45%;
  }
  .tablet\:m-l-45\% {
    margin-left: 45%;
  }
  .tablet\:m-l--45\% {
    margin-left: -45%;
  }
  .tablet\:p-l-45\% {
    padding-left: 45%;
  }
  .tablet\:p-l--45\% {
    padding-left: -45%;
  }
  .tablet\:left-45\% {
    left: 45%;
  }
  .tablet\:left--45\% {
    left: -45%;
  }
  .tablet\:m-r-45\% {
    margin-right: 45%;
  }
  .tablet\:m-r--45\% {
    margin-right: -45%;
  }
  .tablet\:p-r-45\% {
    padding-right: 45%;
  }
  .tablet\:p-r--45\% {
    padding-right: -45%;
  }
  .tablet\:right-45\% {
    right: 45%;
  }
  .tablet\:right--45\% {
    right: -45%;
  }
  .tablet\:h-45\% {
    height: 45%;
  }
  .tablet\:w-45\% {
    width: 45%;
  }
  .tablet\:max_h-45\% {
    max-height: 45%;
  }
  .tablet\:max_w-45\% {
    max-width: 45%;
  }
  .tablet\:min_h-45\% {
    min-height: 45%;
  }
  .tablet\:min_w-45\% {
    min-width: 45%;
  }
  .tablet\:h-45vh {
    height: 45vh;
  }
  .tablet\:w-45vw {
    width: 45vw;
  }
  .tablet\:min_w-45vw {
    min-width: 45vw;
  }
  .tablet\:min_h-45vh {
    min-height: 45vh;
  }
  .tablet\:max_w-45vw {
    max-width: 45vw;
  }
  .tablet\:max_h-45vh {
    max-height: 45vh;
  }
  .tablet\:m-t-46\% {
    margin-top: 46%;
  }
  .tablet\:m-t--46\% {
    margin-top: -46%;
  }
  .tablet\:p-t-46\% {
    padding-top: 46%;
  }
  .tablet\:p-t--46\% {
    padding-top: -46%;
  }
  .tablet\:top-46\% {
    top: 46%;
  }
  .tablet\:top--46\% {
    top: -46%;
  }
  .tablet\:m-b-46\% {
    margin-bottom: 46%;
  }
  .tablet\:m-b--46\% {
    margin-bottom: -46%;
  }
  .tablet\:p-b-46\% {
    padding-bottom: 46%;
  }
  .tablet\:p-b--46\% {
    padding-bottom: -46%;
  }
  .tablet\:bottom-46\% {
    bottom: 46%;
  }
  .tablet\:bottom--46\% {
    bottom: -46%;
  }
  .tablet\:m-l-46\% {
    margin-left: 46%;
  }
  .tablet\:m-l--46\% {
    margin-left: -46%;
  }
  .tablet\:p-l-46\% {
    padding-left: 46%;
  }
  .tablet\:p-l--46\% {
    padding-left: -46%;
  }
  .tablet\:left-46\% {
    left: 46%;
  }
  .tablet\:left--46\% {
    left: -46%;
  }
  .tablet\:m-r-46\% {
    margin-right: 46%;
  }
  .tablet\:m-r--46\% {
    margin-right: -46%;
  }
  .tablet\:p-r-46\% {
    padding-right: 46%;
  }
  .tablet\:p-r--46\% {
    padding-right: -46%;
  }
  .tablet\:right-46\% {
    right: 46%;
  }
  .tablet\:right--46\% {
    right: -46%;
  }
  .tablet\:h-46\% {
    height: 46%;
  }
  .tablet\:w-46\% {
    width: 46%;
  }
  .tablet\:max_h-46\% {
    max-height: 46%;
  }
  .tablet\:max_w-46\% {
    max-width: 46%;
  }
  .tablet\:min_h-46\% {
    min-height: 46%;
  }
  .tablet\:min_w-46\% {
    min-width: 46%;
  }
  .tablet\:h-46vh {
    height: 46vh;
  }
  .tablet\:w-46vw {
    width: 46vw;
  }
  .tablet\:min_w-46vw {
    min-width: 46vw;
  }
  .tablet\:min_h-46vh {
    min-height: 46vh;
  }
  .tablet\:max_w-46vw {
    max-width: 46vw;
  }
  .tablet\:max_h-46vh {
    max-height: 46vh;
  }
  .tablet\:m-t-47\% {
    margin-top: 47%;
  }
  .tablet\:m-t--47\% {
    margin-top: -47%;
  }
  .tablet\:p-t-47\% {
    padding-top: 47%;
  }
  .tablet\:p-t--47\% {
    padding-top: -47%;
  }
  .tablet\:top-47\% {
    top: 47%;
  }
  .tablet\:top--47\% {
    top: -47%;
  }
  .tablet\:m-b-47\% {
    margin-bottom: 47%;
  }
  .tablet\:m-b--47\% {
    margin-bottom: -47%;
  }
  .tablet\:p-b-47\% {
    padding-bottom: 47%;
  }
  .tablet\:p-b--47\% {
    padding-bottom: -47%;
  }
  .tablet\:bottom-47\% {
    bottom: 47%;
  }
  .tablet\:bottom--47\% {
    bottom: -47%;
  }
  .tablet\:m-l-47\% {
    margin-left: 47%;
  }
  .tablet\:m-l--47\% {
    margin-left: -47%;
  }
  .tablet\:p-l-47\% {
    padding-left: 47%;
  }
  .tablet\:p-l--47\% {
    padding-left: -47%;
  }
  .tablet\:left-47\% {
    left: 47%;
  }
  .tablet\:left--47\% {
    left: -47%;
  }
  .tablet\:m-r-47\% {
    margin-right: 47%;
  }
  .tablet\:m-r--47\% {
    margin-right: -47%;
  }
  .tablet\:p-r-47\% {
    padding-right: 47%;
  }
  .tablet\:p-r--47\% {
    padding-right: -47%;
  }
  .tablet\:right-47\% {
    right: 47%;
  }
  .tablet\:right--47\% {
    right: -47%;
  }
  .tablet\:h-47\% {
    height: 47%;
  }
  .tablet\:w-47\% {
    width: 47%;
  }
  .tablet\:max_h-47\% {
    max-height: 47%;
  }
  .tablet\:max_w-47\% {
    max-width: 47%;
  }
  .tablet\:min_h-47\% {
    min-height: 47%;
  }
  .tablet\:min_w-47\% {
    min-width: 47%;
  }
  .tablet\:h-47vh {
    height: 47vh;
  }
  .tablet\:w-47vw {
    width: 47vw;
  }
  .tablet\:min_w-47vw {
    min-width: 47vw;
  }
  .tablet\:min_h-47vh {
    min-height: 47vh;
  }
  .tablet\:max_w-47vw {
    max-width: 47vw;
  }
  .tablet\:max_h-47vh {
    max-height: 47vh;
  }
  .tablet\:m-t-48\% {
    margin-top: 48%;
  }
  .tablet\:m-t--48\% {
    margin-top: -48%;
  }
  .tablet\:p-t-48\% {
    padding-top: 48%;
  }
  .tablet\:p-t--48\% {
    padding-top: -48%;
  }
  .tablet\:top-48\% {
    top: 48%;
  }
  .tablet\:top--48\% {
    top: -48%;
  }
  .tablet\:m-b-48\% {
    margin-bottom: 48%;
  }
  .tablet\:m-b--48\% {
    margin-bottom: -48%;
  }
  .tablet\:p-b-48\% {
    padding-bottom: 48%;
  }
  .tablet\:p-b--48\% {
    padding-bottom: -48%;
  }
  .tablet\:bottom-48\% {
    bottom: 48%;
  }
  .tablet\:bottom--48\% {
    bottom: -48%;
  }
  .tablet\:m-l-48\% {
    margin-left: 48%;
  }
  .tablet\:m-l--48\% {
    margin-left: -48%;
  }
  .tablet\:p-l-48\% {
    padding-left: 48%;
  }
  .tablet\:p-l--48\% {
    padding-left: -48%;
  }
  .tablet\:left-48\% {
    left: 48%;
  }
  .tablet\:left--48\% {
    left: -48%;
  }
  .tablet\:m-r-48\% {
    margin-right: 48%;
  }
  .tablet\:m-r--48\% {
    margin-right: -48%;
  }
  .tablet\:p-r-48\% {
    padding-right: 48%;
  }
  .tablet\:p-r--48\% {
    padding-right: -48%;
  }
  .tablet\:right-48\% {
    right: 48%;
  }
  .tablet\:right--48\% {
    right: -48%;
  }
  .tablet\:h-48\% {
    height: 48%;
  }
  .tablet\:w-48\% {
    width: 48%;
  }
  .tablet\:max_h-48\% {
    max-height: 48%;
  }
  .tablet\:max_w-48\% {
    max-width: 48%;
  }
  .tablet\:min_h-48\% {
    min-height: 48%;
  }
  .tablet\:min_w-48\% {
    min-width: 48%;
  }
  .tablet\:h-48vh {
    height: 48vh;
  }
  .tablet\:w-48vw {
    width: 48vw;
  }
  .tablet\:min_w-48vw {
    min-width: 48vw;
  }
  .tablet\:min_h-48vh {
    min-height: 48vh;
  }
  .tablet\:max_w-48vw {
    max-width: 48vw;
  }
  .tablet\:max_h-48vh {
    max-height: 48vh;
  }
  .tablet\:m-t-49\% {
    margin-top: 49%;
  }
  .tablet\:m-t--49\% {
    margin-top: -49%;
  }
  .tablet\:p-t-49\% {
    padding-top: 49%;
  }
  .tablet\:p-t--49\% {
    padding-top: -49%;
  }
  .tablet\:top-49\% {
    top: 49%;
  }
  .tablet\:top--49\% {
    top: -49%;
  }
  .tablet\:m-b-49\% {
    margin-bottom: 49%;
  }
  .tablet\:m-b--49\% {
    margin-bottom: -49%;
  }
  .tablet\:p-b-49\% {
    padding-bottom: 49%;
  }
  .tablet\:p-b--49\% {
    padding-bottom: -49%;
  }
  .tablet\:bottom-49\% {
    bottom: 49%;
  }
  .tablet\:bottom--49\% {
    bottom: -49%;
  }
  .tablet\:m-l-49\% {
    margin-left: 49%;
  }
  .tablet\:m-l--49\% {
    margin-left: -49%;
  }
  .tablet\:p-l-49\% {
    padding-left: 49%;
  }
  .tablet\:p-l--49\% {
    padding-left: -49%;
  }
  .tablet\:left-49\% {
    left: 49%;
  }
  .tablet\:left--49\% {
    left: -49%;
  }
  .tablet\:m-r-49\% {
    margin-right: 49%;
  }
  .tablet\:m-r--49\% {
    margin-right: -49%;
  }
  .tablet\:p-r-49\% {
    padding-right: 49%;
  }
  .tablet\:p-r--49\% {
    padding-right: -49%;
  }
  .tablet\:right-49\% {
    right: 49%;
  }
  .tablet\:right--49\% {
    right: -49%;
  }
  .tablet\:h-49\% {
    height: 49%;
  }
  .tablet\:w-49\% {
    width: 49%;
  }
  .tablet\:max_h-49\% {
    max-height: 49%;
  }
  .tablet\:max_w-49\% {
    max-width: 49%;
  }
  .tablet\:min_h-49\% {
    min-height: 49%;
  }
  .tablet\:min_w-49\% {
    min-width: 49%;
  }
  .tablet\:h-49vh {
    height: 49vh;
  }
  .tablet\:w-49vw {
    width: 49vw;
  }
  .tablet\:min_w-49vw {
    min-width: 49vw;
  }
  .tablet\:min_h-49vh {
    min-height: 49vh;
  }
  .tablet\:max_w-49vw {
    max-width: 49vw;
  }
  .tablet\:max_h-49vh {
    max-height: 49vh;
  }
  .tablet\:m-t-50\% {
    margin-top: 50%;
  }
  .tablet\:m-t--50\% {
    margin-top: -50%;
  }
  .tablet\:p-t-50\% {
    padding-top: 50%;
  }
  .tablet\:p-t--50\% {
    padding-top: -50%;
  }
  .tablet\:top-50\% {
    top: 50%;
  }
  .tablet\:top--50\% {
    top: -50%;
  }
  .tablet\:m-b-50\% {
    margin-bottom: 50%;
  }
  .tablet\:m-b--50\% {
    margin-bottom: -50%;
  }
  .tablet\:p-b-50\% {
    padding-bottom: 50%;
  }
  .tablet\:p-b--50\% {
    padding-bottom: -50%;
  }
  .tablet\:bottom-50\% {
    bottom: 50%;
  }
  .tablet\:bottom--50\% {
    bottom: -50%;
  }
  .tablet\:m-l-50\% {
    margin-left: 50%;
  }
  .tablet\:m-l--50\% {
    margin-left: -50%;
  }
  .tablet\:p-l-50\% {
    padding-left: 50%;
  }
  .tablet\:p-l--50\% {
    padding-left: -50%;
  }
  .tablet\:left-50\% {
    left: 50%;
  }
  .tablet\:left--50\% {
    left: -50%;
  }
  .tablet\:m-r-50\% {
    margin-right: 50%;
  }
  .tablet\:m-r--50\% {
    margin-right: -50%;
  }
  .tablet\:p-r-50\% {
    padding-right: 50%;
  }
  .tablet\:p-r--50\% {
    padding-right: -50%;
  }
  .tablet\:right-50\% {
    right: 50%;
  }
  .tablet\:right--50\% {
    right: -50%;
  }
  .tablet\:h-50\% {
    height: 50%;
  }
  .tablet\:w-50\% {
    width: 50%;
  }
  .tablet\:max_h-50\% {
    max-height: 50%;
  }
  .tablet\:max_w-50\% {
    max-width: 50%;
  }
  .tablet\:min_h-50\% {
    min-height: 50%;
  }
  .tablet\:min_w-50\% {
    min-width: 50%;
  }
  .tablet\:h-50vh {
    height: 50vh;
  }
  .tablet\:w-50vw {
    width: 50vw;
  }
  .tablet\:min_w-50vw {
    min-width: 50vw;
  }
  .tablet\:min_h-50vh {
    min-height: 50vh;
  }
  .tablet\:max_w-50vw {
    max-width: 50vw;
  }
  .tablet\:max_h-50vh {
    max-height: 50vh;
  }
  .tablet\:m-t-51\% {
    margin-top: 51%;
  }
  .tablet\:m-t--51\% {
    margin-top: -51%;
  }
  .tablet\:p-t-51\% {
    padding-top: 51%;
  }
  .tablet\:p-t--51\% {
    padding-top: -51%;
  }
  .tablet\:top-51\% {
    top: 51%;
  }
  .tablet\:top--51\% {
    top: -51%;
  }
  .tablet\:m-b-51\% {
    margin-bottom: 51%;
  }
  .tablet\:m-b--51\% {
    margin-bottom: -51%;
  }
  .tablet\:p-b-51\% {
    padding-bottom: 51%;
  }
  .tablet\:p-b--51\% {
    padding-bottom: -51%;
  }
  .tablet\:bottom-51\% {
    bottom: 51%;
  }
  .tablet\:bottom--51\% {
    bottom: -51%;
  }
  .tablet\:m-l-51\% {
    margin-left: 51%;
  }
  .tablet\:m-l--51\% {
    margin-left: -51%;
  }
  .tablet\:p-l-51\% {
    padding-left: 51%;
  }
  .tablet\:p-l--51\% {
    padding-left: -51%;
  }
  .tablet\:left-51\% {
    left: 51%;
  }
  .tablet\:left--51\% {
    left: -51%;
  }
  .tablet\:m-r-51\% {
    margin-right: 51%;
  }
  .tablet\:m-r--51\% {
    margin-right: -51%;
  }
  .tablet\:p-r-51\% {
    padding-right: 51%;
  }
  .tablet\:p-r--51\% {
    padding-right: -51%;
  }
  .tablet\:right-51\% {
    right: 51%;
  }
  .tablet\:right--51\% {
    right: -51%;
  }
  .tablet\:h-51\% {
    height: 51%;
  }
  .tablet\:w-51\% {
    width: 51%;
  }
  .tablet\:max_h-51\% {
    max-height: 51%;
  }
  .tablet\:max_w-51\% {
    max-width: 51%;
  }
  .tablet\:min_h-51\% {
    min-height: 51%;
  }
  .tablet\:min_w-51\% {
    min-width: 51%;
  }
  .tablet\:h-51vh {
    height: 51vh;
  }
  .tablet\:w-51vw {
    width: 51vw;
  }
  .tablet\:min_w-51vw {
    min-width: 51vw;
  }
  .tablet\:min_h-51vh {
    min-height: 51vh;
  }
  .tablet\:max_w-51vw {
    max-width: 51vw;
  }
  .tablet\:max_h-51vh {
    max-height: 51vh;
  }
  .tablet\:m-t-52\% {
    margin-top: 52%;
  }
  .tablet\:m-t--52\% {
    margin-top: -52%;
  }
  .tablet\:p-t-52\% {
    padding-top: 52%;
  }
  .tablet\:p-t--52\% {
    padding-top: -52%;
  }
  .tablet\:top-52\% {
    top: 52%;
  }
  .tablet\:top--52\% {
    top: -52%;
  }
  .tablet\:m-b-52\% {
    margin-bottom: 52%;
  }
  .tablet\:m-b--52\% {
    margin-bottom: -52%;
  }
  .tablet\:p-b-52\% {
    padding-bottom: 52%;
  }
  .tablet\:p-b--52\% {
    padding-bottom: -52%;
  }
  .tablet\:bottom-52\% {
    bottom: 52%;
  }
  .tablet\:bottom--52\% {
    bottom: -52%;
  }
  .tablet\:m-l-52\% {
    margin-left: 52%;
  }
  .tablet\:m-l--52\% {
    margin-left: -52%;
  }
  .tablet\:p-l-52\% {
    padding-left: 52%;
  }
  .tablet\:p-l--52\% {
    padding-left: -52%;
  }
  .tablet\:left-52\% {
    left: 52%;
  }
  .tablet\:left--52\% {
    left: -52%;
  }
  .tablet\:m-r-52\% {
    margin-right: 52%;
  }
  .tablet\:m-r--52\% {
    margin-right: -52%;
  }
  .tablet\:p-r-52\% {
    padding-right: 52%;
  }
  .tablet\:p-r--52\% {
    padding-right: -52%;
  }
  .tablet\:right-52\% {
    right: 52%;
  }
  .tablet\:right--52\% {
    right: -52%;
  }
  .tablet\:h-52\% {
    height: 52%;
  }
  .tablet\:w-52\% {
    width: 52%;
  }
  .tablet\:max_h-52\% {
    max-height: 52%;
  }
  .tablet\:max_w-52\% {
    max-width: 52%;
  }
  .tablet\:min_h-52\% {
    min-height: 52%;
  }
  .tablet\:min_w-52\% {
    min-width: 52%;
  }
  .tablet\:h-52vh {
    height: 52vh;
  }
  .tablet\:w-52vw {
    width: 52vw;
  }
  .tablet\:min_w-52vw {
    min-width: 52vw;
  }
  .tablet\:min_h-52vh {
    min-height: 52vh;
  }
  .tablet\:max_w-52vw {
    max-width: 52vw;
  }
  .tablet\:max_h-52vh {
    max-height: 52vh;
  }
  .tablet\:m-t-53\% {
    margin-top: 53%;
  }
  .tablet\:m-t--53\% {
    margin-top: -53%;
  }
  .tablet\:p-t-53\% {
    padding-top: 53%;
  }
  .tablet\:p-t--53\% {
    padding-top: -53%;
  }
  .tablet\:top-53\% {
    top: 53%;
  }
  .tablet\:top--53\% {
    top: -53%;
  }
  .tablet\:m-b-53\% {
    margin-bottom: 53%;
  }
  .tablet\:m-b--53\% {
    margin-bottom: -53%;
  }
  .tablet\:p-b-53\% {
    padding-bottom: 53%;
  }
  .tablet\:p-b--53\% {
    padding-bottom: -53%;
  }
  .tablet\:bottom-53\% {
    bottom: 53%;
  }
  .tablet\:bottom--53\% {
    bottom: -53%;
  }
  .tablet\:m-l-53\% {
    margin-left: 53%;
  }
  .tablet\:m-l--53\% {
    margin-left: -53%;
  }
  .tablet\:p-l-53\% {
    padding-left: 53%;
  }
  .tablet\:p-l--53\% {
    padding-left: -53%;
  }
  .tablet\:left-53\% {
    left: 53%;
  }
  .tablet\:left--53\% {
    left: -53%;
  }
  .tablet\:m-r-53\% {
    margin-right: 53%;
  }
  .tablet\:m-r--53\% {
    margin-right: -53%;
  }
  .tablet\:p-r-53\% {
    padding-right: 53%;
  }
  .tablet\:p-r--53\% {
    padding-right: -53%;
  }
  .tablet\:right-53\% {
    right: 53%;
  }
  .tablet\:right--53\% {
    right: -53%;
  }
  .tablet\:h-53\% {
    height: 53%;
  }
  .tablet\:w-53\% {
    width: 53%;
  }
  .tablet\:max_h-53\% {
    max-height: 53%;
  }
  .tablet\:max_w-53\% {
    max-width: 53%;
  }
  .tablet\:min_h-53\% {
    min-height: 53%;
  }
  .tablet\:min_w-53\% {
    min-width: 53%;
  }
  .tablet\:h-53vh {
    height: 53vh;
  }
  .tablet\:w-53vw {
    width: 53vw;
  }
  .tablet\:min_w-53vw {
    min-width: 53vw;
  }
  .tablet\:min_h-53vh {
    min-height: 53vh;
  }
  .tablet\:max_w-53vw {
    max-width: 53vw;
  }
  .tablet\:max_h-53vh {
    max-height: 53vh;
  }
  .tablet\:m-t-54\% {
    margin-top: 54%;
  }
  .tablet\:m-t--54\% {
    margin-top: -54%;
  }
  .tablet\:p-t-54\% {
    padding-top: 54%;
  }
  .tablet\:p-t--54\% {
    padding-top: -54%;
  }
  .tablet\:top-54\% {
    top: 54%;
  }
  .tablet\:top--54\% {
    top: -54%;
  }
  .tablet\:m-b-54\% {
    margin-bottom: 54%;
  }
  .tablet\:m-b--54\% {
    margin-bottom: -54%;
  }
  .tablet\:p-b-54\% {
    padding-bottom: 54%;
  }
  .tablet\:p-b--54\% {
    padding-bottom: -54%;
  }
  .tablet\:bottom-54\% {
    bottom: 54%;
  }
  .tablet\:bottom--54\% {
    bottom: -54%;
  }
  .tablet\:m-l-54\% {
    margin-left: 54%;
  }
  .tablet\:m-l--54\% {
    margin-left: -54%;
  }
  .tablet\:p-l-54\% {
    padding-left: 54%;
  }
  .tablet\:p-l--54\% {
    padding-left: -54%;
  }
  .tablet\:left-54\% {
    left: 54%;
  }
  .tablet\:left--54\% {
    left: -54%;
  }
  .tablet\:m-r-54\% {
    margin-right: 54%;
  }
  .tablet\:m-r--54\% {
    margin-right: -54%;
  }
  .tablet\:p-r-54\% {
    padding-right: 54%;
  }
  .tablet\:p-r--54\% {
    padding-right: -54%;
  }
  .tablet\:right-54\% {
    right: 54%;
  }
  .tablet\:right--54\% {
    right: -54%;
  }
  .tablet\:h-54\% {
    height: 54%;
  }
  .tablet\:w-54\% {
    width: 54%;
  }
  .tablet\:max_h-54\% {
    max-height: 54%;
  }
  .tablet\:max_w-54\% {
    max-width: 54%;
  }
  .tablet\:min_h-54\% {
    min-height: 54%;
  }
  .tablet\:min_w-54\% {
    min-width: 54%;
  }
  .tablet\:h-54vh {
    height: 54vh;
  }
  .tablet\:w-54vw {
    width: 54vw;
  }
  .tablet\:min_w-54vw {
    min-width: 54vw;
  }
  .tablet\:min_h-54vh {
    min-height: 54vh;
  }
  .tablet\:max_w-54vw {
    max-width: 54vw;
  }
  .tablet\:max_h-54vh {
    max-height: 54vh;
  }
  .tablet\:m-t-55\% {
    margin-top: 55%;
  }
  .tablet\:m-t--55\% {
    margin-top: -55%;
  }
  .tablet\:p-t-55\% {
    padding-top: 55%;
  }
  .tablet\:p-t--55\% {
    padding-top: -55%;
  }
  .tablet\:top-55\% {
    top: 55%;
  }
  .tablet\:top--55\% {
    top: -55%;
  }
  .tablet\:m-b-55\% {
    margin-bottom: 55%;
  }
  .tablet\:m-b--55\% {
    margin-bottom: -55%;
  }
  .tablet\:p-b-55\% {
    padding-bottom: 55%;
  }
  .tablet\:p-b--55\% {
    padding-bottom: -55%;
  }
  .tablet\:bottom-55\% {
    bottom: 55%;
  }
  .tablet\:bottom--55\% {
    bottom: -55%;
  }
  .tablet\:m-l-55\% {
    margin-left: 55%;
  }
  .tablet\:m-l--55\% {
    margin-left: -55%;
  }
  .tablet\:p-l-55\% {
    padding-left: 55%;
  }
  .tablet\:p-l--55\% {
    padding-left: -55%;
  }
  .tablet\:left-55\% {
    left: 55%;
  }
  .tablet\:left--55\% {
    left: -55%;
  }
  .tablet\:m-r-55\% {
    margin-right: 55%;
  }
  .tablet\:m-r--55\% {
    margin-right: -55%;
  }
  .tablet\:p-r-55\% {
    padding-right: 55%;
  }
  .tablet\:p-r--55\% {
    padding-right: -55%;
  }
  .tablet\:right-55\% {
    right: 55%;
  }
  .tablet\:right--55\% {
    right: -55%;
  }
  .tablet\:h-55\% {
    height: 55%;
  }
  .tablet\:w-55\% {
    width: 55%;
  }
  .tablet\:max_h-55\% {
    max-height: 55%;
  }
  .tablet\:max_w-55\% {
    max-width: 55%;
  }
  .tablet\:min_h-55\% {
    min-height: 55%;
  }
  .tablet\:min_w-55\% {
    min-width: 55%;
  }
  .tablet\:h-55vh {
    height: 55vh;
  }
  .tablet\:w-55vw {
    width: 55vw;
  }
  .tablet\:min_w-55vw {
    min-width: 55vw;
  }
  .tablet\:min_h-55vh {
    min-height: 55vh;
  }
  .tablet\:max_w-55vw {
    max-width: 55vw;
  }
  .tablet\:max_h-55vh {
    max-height: 55vh;
  }
  .tablet\:m-t-56\% {
    margin-top: 56%;
  }
  .tablet\:m-t--56\% {
    margin-top: -56%;
  }
  .tablet\:p-t-56\% {
    padding-top: 56%;
  }
  .tablet\:p-t--56\% {
    padding-top: -56%;
  }
  .tablet\:top-56\% {
    top: 56%;
  }
  .tablet\:top--56\% {
    top: -56%;
  }
  .tablet\:m-b-56\% {
    margin-bottom: 56%;
  }
  .tablet\:m-b--56\% {
    margin-bottom: -56%;
  }
  .tablet\:p-b-56\% {
    padding-bottom: 56%;
  }
  .tablet\:p-b--56\% {
    padding-bottom: -56%;
  }
  .tablet\:bottom-56\% {
    bottom: 56%;
  }
  .tablet\:bottom--56\% {
    bottom: -56%;
  }
  .tablet\:m-l-56\% {
    margin-left: 56%;
  }
  .tablet\:m-l--56\% {
    margin-left: -56%;
  }
  .tablet\:p-l-56\% {
    padding-left: 56%;
  }
  .tablet\:p-l--56\% {
    padding-left: -56%;
  }
  .tablet\:left-56\% {
    left: 56%;
  }
  .tablet\:left--56\% {
    left: -56%;
  }
  .tablet\:m-r-56\% {
    margin-right: 56%;
  }
  .tablet\:m-r--56\% {
    margin-right: -56%;
  }
  .tablet\:p-r-56\% {
    padding-right: 56%;
  }
  .tablet\:p-r--56\% {
    padding-right: -56%;
  }
  .tablet\:right-56\% {
    right: 56%;
  }
  .tablet\:right--56\% {
    right: -56%;
  }
  .tablet\:h-56\% {
    height: 56%;
  }
  .tablet\:w-56\% {
    width: 56%;
  }
  .tablet\:max_h-56\% {
    max-height: 56%;
  }
  .tablet\:max_w-56\% {
    max-width: 56%;
  }
  .tablet\:min_h-56\% {
    min-height: 56%;
  }
  .tablet\:min_w-56\% {
    min-width: 56%;
  }
  .tablet\:h-56vh {
    height: 56vh;
  }
  .tablet\:w-56vw {
    width: 56vw;
  }
  .tablet\:min_w-56vw {
    min-width: 56vw;
  }
  .tablet\:min_h-56vh {
    min-height: 56vh;
  }
  .tablet\:max_w-56vw {
    max-width: 56vw;
  }
  .tablet\:max_h-56vh {
    max-height: 56vh;
  }
  .tablet\:m-t-57\% {
    margin-top: 57%;
  }
  .tablet\:m-t--57\% {
    margin-top: -57%;
  }
  .tablet\:p-t-57\% {
    padding-top: 57%;
  }
  .tablet\:p-t--57\% {
    padding-top: -57%;
  }
  .tablet\:top-57\% {
    top: 57%;
  }
  .tablet\:top--57\% {
    top: -57%;
  }
  .tablet\:m-b-57\% {
    margin-bottom: 57%;
  }
  .tablet\:m-b--57\% {
    margin-bottom: -57%;
  }
  .tablet\:p-b-57\% {
    padding-bottom: 57%;
  }
  .tablet\:p-b--57\% {
    padding-bottom: -57%;
  }
  .tablet\:bottom-57\% {
    bottom: 57%;
  }
  .tablet\:bottom--57\% {
    bottom: -57%;
  }
  .tablet\:m-l-57\% {
    margin-left: 57%;
  }
  .tablet\:m-l--57\% {
    margin-left: -57%;
  }
  .tablet\:p-l-57\% {
    padding-left: 57%;
  }
  .tablet\:p-l--57\% {
    padding-left: -57%;
  }
  .tablet\:left-57\% {
    left: 57%;
  }
  .tablet\:left--57\% {
    left: -57%;
  }
  .tablet\:m-r-57\% {
    margin-right: 57%;
  }
  .tablet\:m-r--57\% {
    margin-right: -57%;
  }
  .tablet\:p-r-57\% {
    padding-right: 57%;
  }
  .tablet\:p-r--57\% {
    padding-right: -57%;
  }
  .tablet\:right-57\% {
    right: 57%;
  }
  .tablet\:right--57\% {
    right: -57%;
  }
  .tablet\:h-57\% {
    height: 57%;
  }
  .tablet\:w-57\% {
    width: 57%;
  }
  .tablet\:max_h-57\% {
    max-height: 57%;
  }
  .tablet\:max_w-57\% {
    max-width: 57%;
  }
  .tablet\:min_h-57\% {
    min-height: 57%;
  }
  .tablet\:min_w-57\% {
    min-width: 57%;
  }
  .tablet\:h-57vh {
    height: 57vh;
  }
  .tablet\:w-57vw {
    width: 57vw;
  }
  .tablet\:min_w-57vw {
    min-width: 57vw;
  }
  .tablet\:min_h-57vh {
    min-height: 57vh;
  }
  .tablet\:max_w-57vw {
    max-width: 57vw;
  }
  .tablet\:max_h-57vh {
    max-height: 57vh;
  }
  .tablet\:m-t-58\% {
    margin-top: 58%;
  }
  .tablet\:m-t--58\% {
    margin-top: -58%;
  }
  .tablet\:p-t-58\% {
    padding-top: 58%;
  }
  .tablet\:p-t--58\% {
    padding-top: -58%;
  }
  .tablet\:top-58\% {
    top: 58%;
  }
  .tablet\:top--58\% {
    top: -58%;
  }
  .tablet\:m-b-58\% {
    margin-bottom: 58%;
  }
  .tablet\:m-b--58\% {
    margin-bottom: -58%;
  }
  .tablet\:p-b-58\% {
    padding-bottom: 58%;
  }
  .tablet\:p-b--58\% {
    padding-bottom: -58%;
  }
  .tablet\:bottom-58\% {
    bottom: 58%;
  }
  .tablet\:bottom--58\% {
    bottom: -58%;
  }
  .tablet\:m-l-58\% {
    margin-left: 58%;
  }
  .tablet\:m-l--58\% {
    margin-left: -58%;
  }
  .tablet\:p-l-58\% {
    padding-left: 58%;
  }
  .tablet\:p-l--58\% {
    padding-left: -58%;
  }
  .tablet\:left-58\% {
    left: 58%;
  }
  .tablet\:left--58\% {
    left: -58%;
  }
  .tablet\:m-r-58\% {
    margin-right: 58%;
  }
  .tablet\:m-r--58\% {
    margin-right: -58%;
  }
  .tablet\:p-r-58\% {
    padding-right: 58%;
  }
  .tablet\:p-r--58\% {
    padding-right: -58%;
  }
  .tablet\:right-58\% {
    right: 58%;
  }
  .tablet\:right--58\% {
    right: -58%;
  }
  .tablet\:h-58\% {
    height: 58%;
  }
  .tablet\:w-58\% {
    width: 58%;
  }
  .tablet\:max_h-58\% {
    max-height: 58%;
  }
  .tablet\:max_w-58\% {
    max-width: 58%;
  }
  .tablet\:min_h-58\% {
    min-height: 58%;
  }
  .tablet\:min_w-58\% {
    min-width: 58%;
  }
  .tablet\:h-58vh {
    height: 58vh;
  }
  .tablet\:w-58vw {
    width: 58vw;
  }
  .tablet\:min_w-58vw {
    min-width: 58vw;
  }
  .tablet\:min_h-58vh {
    min-height: 58vh;
  }
  .tablet\:max_w-58vw {
    max-width: 58vw;
  }
  .tablet\:max_h-58vh {
    max-height: 58vh;
  }
  .tablet\:m-t-59\% {
    margin-top: 59%;
  }
  .tablet\:m-t--59\% {
    margin-top: -59%;
  }
  .tablet\:p-t-59\% {
    padding-top: 59%;
  }
  .tablet\:p-t--59\% {
    padding-top: -59%;
  }
  .tablet\:top-59\% {
    top: 59%;
  }
  .tablet\:top--59\% {
    top: -59%;
  }
  .tablet\:m-b-59\% {
    margin-bottom: 59%;
  }
  .tablet\:m-b--59\% {
    margin-bottom: -59%;
  }
  .tablet\:p-b-59\% {
    padding-bottom: 59%;
  }
  .tablet\:p-b--59\% {
    padding-bottom: -59%;
  }
  .tablet\:bottom-59\% {
    bottom: 59%;
  }
  .tablet\:bottom--59\% {
    bottom: -59%;
  }
  .tablet\:m-l-59\% {
    margin-left: 59%;
  }
  .tablet\:m-l--59\% {
    margin-left: -59%;
  }
  .tablet\:p-l-59\% {
    padding-left: 59%;
  }
  .tablet\:p-l--59\% {
    padding-left: -59%;
  }
  .tablet\:left-59\% {
    left: 59%;
  }
  .tablet\:left--59\% {
    left: -59%;
  }
  .tablet\:m-r-59\% {
    margin-right: 59%;
  }
  .tablet\:m-r--59\% {
    margin-right: -59%;
  }
  .tablet\:p-r-59\% {
    padding-right: 59%;
  }
  .tablet\:p-r--59\% {
    padding-right: -59%;
  }
  .tablet\:right-59\% {
    right: 59%;
  }
  .tablet\:right--59\% {
    right: -59%;
  }
  .tablet\:h-59\% {
    height: 59%;
  }
  .tablet\:w-59\% {
    width: 59%;
  }
  .tablet\:max_h-59\% {
    max-height: 59%;
  }
  .tablet\:max_w-59\% {
    max-width: 59%;
  }
  .tablet\:min_h-59\% {
    min-height: 59%;
  }
  .tablet\:min_w-59\% {
    min-width: 59%;
  }
  .tablet\:h-59vh {
    height: 59vh;
  }
  .tablet\:w-59vw {
    width: 59vw;
  }
  .tablet\:min_w-59vw {
    min-width: 59vw;
  }
  .tablet\:min_h-59vh {
    min-height: 59vh;
  }
  .tablet\:max_w-59vw {
    max-width: 59vw;
  }
  .tablet\:max_h-59vh {
    max-height: 59vh;
  }
  .tablet\:m-t-60\% {
    margin-top: 60%;
  }
  .tablet\:m-t--60\% {
    margin-top: -60%;
  }
  .tablet\:p-t-60\% {
    padding-top: 60%;
  }
  .tablet\:p-t--60\% {
    padding-top: -60%;
  }
  .tablet\:top-60\% {
    top: 60%;
  }
  .tablet\:top--60\% {
    top: -60%;
  }
  .tablet\:m-b-60\% {
    margin-bottom: 60%;
  }
  .tablet\:m-b--60\% {
    margin-bottom: -60%;
  }
  .tablet\:p-b-60\% {
    padding-bottom: 60%;
  }
  .tablet\:p-b--60\% {
    padding-bottom: -60%;
  }
  .tablet\:bottom-60\% {
    bottom: 60%;
  }
  .tablet\:bottom--60\% {
    bottom: -60%;
  }
  .tablet\:m-l-60\% {
    margin-left: 60%;
  }
  .tablet\:m-l--60\% {
    margin-left: -60%;
  }
  .tablet\:p-l-60\% {
    padding-left: 60%;
  }
  .tablet\:p-l--60\% {
    padding-left: -60%;
  }
  .tablet\:left-60\% {
    left: 60%;
  }
  .tablet\:left--60\% {
    left: -60%;
  }
  .tablet\:m-r-60\% {
    margin-right: 60%;
  }
  .tablet\:m-r--60\% {
    margin-right: -60%;
  }
  .tablet\:p-r-60\% {
    padding-right: 60%;
  }
  .tablet\:p-r--60\% {
    padding-right: -60%;
  }
  .tablet\:right-60\% {
    right: 60%;
  }
  .tablet\:right--60\% {
    right: -60%;
  }
  .tablet\:h-60\% {
    height: 60%;
  }
  .tablet\:w-60\% {
    width: 60%;
  }
  .tablet\:max_h-60\% {
    max-height: 60%;
  }
  .tablet\:max_w-60\% {
    max-width: 60%;
  }
  .tablet\:min_h-60\% {
    min-height: 60%;
  }
  .tablet\:min_w-60\% {
    min-width: 60%;
  }
  .tablet\:h-60vh {
    height: 60vh;
  }
  .tablet\:w-60vw {
    width: 60vw;
  }
  .tablet\:min_w-60vw {
    min-width: 60vw;
  }
  .tablet\:min_h-60vh {
    min-height: 60vh;
  }
  .tablet\:max_w-60vw {
    max-width: 60vw;
  }
  .tablet\:max_h-60vh {
    max-height: 60vh;
  }
  .tablet\:m-t-61\% {
    margin-top: 61%;
  }
  .tablet\:m-t--61\% {
    margin-top: -61%;
  }
  .tablet\:p-t-61\% {
    padding-top: 61%;
  }
  .tablet\:p-t--61\% {
    padding-top: -61%;
  }
  .tablet\:top-61\% {
    top: 61%;
  }
  .tablet\:top--61\% {
    top: -61%;
  }
  .tablet\:m-b-61\% {
    margin-bottom: 61%;
  }
  .tablet\:m-b--61\% {
    margin-bottom: -61%;
  }
  .tablet\:p-b-61\% {
    padding-bottom: 61%;
  }
  .tablet\:p-b--61\% {
    padding-bottom: -61%;
  }
  .tablet\:bottom-61\% {
    bottom: 61%;
  }
  .tablet\:bottom--61\% {
    bottom: -61%;
  }
  .tablet\:m-l-61\% {
    margin-left: 61%;
  }
  .tablet\:m-l--61\% {
    margin-left: -61%;
  }
  .tablet\:p-l-61\% {
    padding-left: 61%;
  }
  .tablet\:p-l--61\% {
    padding-left: -61%;
  }
  .tablet\:left-61\% {
    left: 61%;
  }
  .tablet\:left--61\% {
    left: -61%;
  }
  .tablet\:m-r-61\% {
    margin-right: 61%;
  }
  .tablet\:m-r--61\% {
    margin-right: -61%;
  }
  .tablet\:p-r-61\% {
    padding-right: 61%;
  }
  .tablet\:p-r--61\% {
    padding-right: -61%;
  }
  .tablet\:right-61\% {
    right: 61%;
  }
  .tablet\:right--61\% {
    right: -61%;
  }
  .tablet\:h-61\% {
    height: 61%;
  }
  .tablet\:w-61\% {
    width: 61%;
  }
  .tablet\:max_h-61\% {
    max-height: 61%;
  }
  .tablet\:max_w-61\% {
    max-width: 61%;
  }
  .tablet\:min_h-61\% {
    min-height: 61%;
  }
  .tablet\:min_w-61\% {
    min-width: 61%;
  }
  .tablet\:h-61vh {
    height: 61vh;
  }
  .tablet\:w-61vw {
    width: 61vw;
  }
  .tablet\:min_w-61vw {
    min-width: 61vw;
  }
  .tablet\:min_h-61vh {
    min-height: 61vh;
  }
  .tablet\:max_w-61vw {
    max-width: 61vw;
  }
  .tablet\:max_h-61vh {
    max-height: 61vh;
  }
  .tablet\:m-t-62\% {
    margin-top: 62%;
  }
  .tablet\:m-t--62\% {
    margin-top: -62%;
  }
  .tablet\:p-t-62\% {
    padding-top: 62%;
  }
  .tablet\:p-t--62\% {
    padding-top: -62%;
  }
  .tablet\:top-62\% {
    top: 62%;
  }
  .tablet\:top--62\% {
    top: -62%;
  }
  .tablet\:m-b-62\% {
    margin-bottom: 62%;
  }
  .tablet\:m-b--62\% {
    margin-bottom: -62%;
  }
  .tablet\:p-b-62\% {
    padding-bottom: 62%;
  }
  .tablet\:p-b--62\% {
    padding-bottom: -62%;
  }
  .tablet\:bottom-62\% {
    bottom: 62%;
  }
  .tablet\:bottom--62\% {
    bottom: -62%;
  }
  .tablet\:m-l-62\% {
    margin-left: 62%;
  }
  .tablet\:m-l--62\% {
    margin-left: -62%;
  }
  .tablet\:p-l-62\% {
    padding-left: 62%;
  }
  .tablet\:p-l--62\% {
    padding-left: -62%;
  }
  .tablet\:left-62\% {
    left: 62%;
  }
  .tablet\:left--62\% {
    left: -62%;
  }
  .tablet\:m-r-62\% {
    margin-right: 62%;
  }
  .tablet\:m-r--62\% {
    margin-right: -62%;
  }
  .tablet\:p-r-62\% {
    padding-right: 62%;
  }
  .tablet\:p-r--62\% {
    padding-right: -62%;
  }
  .tablet\:right-62\% {
    right: 62%;
  }
  .tablet\:right--62\% {
    right: -62%;
  }
  .tablet\:h-62\% {
    height: 62%;
  }
  .tablet\:w-62\% {
    width: 62%;
  }
  .tablet\:max_h-62\% {
    max-height: 62%;
  }
  .tablet\:max_w-62\% {
    max-width: 62%;
  }
  .tablet\:min_h-62\% {
    min-height: 62%;
  }
  .tablet\:min_w-62\% {
    min-width: 62%;
  }
  .tablet\:h-62vh {
    height: 62vh;
  }
  .tablet\:w-62vw {
    width: 62vw;
  }
  .tablet\:min_w-62vw {
    min-width: 62vw;
  }
  .tablet\:min_h-62vh {
    min-height: 62vh;
  }
  .tablet\:max_w-62vw {
    max-width: 62vw;
  }
  .tablet\:max_h-62vh {
    max-height: 62vh;
  }
  .tablet\:m-t-63\% {
    margin-top: 63%;
  }
  .tablet\:m-t--63\% {
    margin-top: -63%;
  }
  .tablet\:p-t-63\% {
    padding-top: 63%;
  }
  .tablet\:p-t--63\% {
    padding-top: -63%;
  }
  .tablet\:top-63\% {
    top: 63%;
  }
  .tablet\:top--63\% {
    top: -63%;
  }
  .tablet\:m-b-63\% {
    margin-bottom: 63%;
  }
  .tablet\:m-b--63\% {
    margin-bottom: -63%;
  }
  .tablet\:p-b-63\% {
    padding-bottom: 63%;
  }
  .tablet\:p-b--63\% {
    padding-bottom: -63%;
  }
  .tablet\:bottom-63\% {
    bottom: 63%;
  }
  .tablet\:bottom--63\% {
    bottom: -63%;
  }
  .tablet\:m-l-63\% {
    margin-left: 63%;
  }
  .tablet\:m-l--63\% {
    margin-left: -63%;
  }
  .tablet\:p-l-63\% {
    padding-left: 63%;
  }
  .tablet\:p-l--63\% {
    padding-left: -63%;
  }
  .tablet\:left-63\% {
    left: 63%;
  }
  .tablet\:left--63\% {
    left: -63%;
  }
  .tablet\:m-r-63\% {
    margin-right: 63%;
  }
  .tablet\:m-r--63\% {
    margin-right: -63%;
  }
  .tablet\:p-r-63\% {
    padding-right: 63%;
  }
  .tablet\:p-r--63\% {
    padding-right: -63%;
  }
  .tablet\:right-63\% {
    right: 63%;
  }
  .tablet\:right--63\% {
    right: -63%;
  }
  .tablet\:h-63\% {
    height: 63%;
  }
  .tablet\:w-63\% {
    width: 63%;
  }
  .tablet\:max_h-63\% {
    max-height: 63%;
  }
  .tablet\:max_w-63\% {
    max-width: 63%;
  }
  .tablet\:min_h-63\% {
    min-height: 63%;
  }
  .tablet\:min_w-63\% {
    min-width: 63%;
  }
  .tablet\:h-63vh {
    height: 63vh;
  }
  .tablet\:w-63vw {
    width: 63vw;
  }
  .tablet\:min_w-63vw {
    min-width: 63vw;
  }
  .tablet\:min_h-63vh {
    min-height: 63vh;
  }
  .tablet\:max_w-63vw {
    max-width: 63vw;
  }
  .tablet\:max_h-63vh {
    max-height: 63vh;
  }
  .tablet\:m-t-64\% {
    margin-top: 64%;
  }
  .tablet\:m-t--64\% {
    margin-top: -64%;
  }
  .tablet\:p-t-64\% {
    padding-top: 64%;
  }
  .tablet\:p-t--64\% {
    padding-top: -64%;
  }
  .tablet\:top-64\% {
    top: 64%;
  }
  .tablet\:top--64\% {
    top: -64%;
  }
  .tablet\:m-b-64\% {
    margin-bottom: 64%;
  }
  .tablet\:m-b--64\% {
    margin-bottom: -64%;
  }
  .tablet\:p-b-64\% {
    padding-bottom: 64%;
  }
  .tablet\:p-b--64\% {
    padding-bottom: -64%;
  }
  .tablet\:bottom-64\% {
    bottom: 64%;
  }
  .tablet\:bottom--64\% {
    bottom: -64%;
  }
  .tablet\:m-l-64\% {
    margin-left: 64%;
  }
  .tablet\:m-l--64\% {
    margin-left: -64%;
  }
  .tablet\:p-l-64\% {
    padding-left: 64%;
  }
  .tablet\:p-l--64\% {
    padding-left: -64%;
  }
  .tablet\:left-64\% {
    left: 64%;
  }
  .tablet\:left--64\% {
    left: -64%;
  }
  .tablet\:m-r-64\% {
    margin-right: 64%;
  }
  .tablet\:m-r--64\% {
    margin-right: -64%;
  }
  .tablet\:p-r-64\% {
    padding-right: 64%;
  }
  .tablet\:p-r--64\% {
    padding-right: -64%;
  }
  .tablet\:right-64\% {
    right: 64%;
  }
  .tablet\:right--64\% {
    right: -64%;
  }
  .tablet\:h-64\% {
    height: 64%;
  }
  .tablet\:w-64\% {
    width: 64%;
  }
  .tablet\:max_h-64\% {
    max-height: 64%;
  }
  .tablet\:max_w-64\% {
    max-width: 64%;
  }
  .tablet\:min_h-64\% {
    min-height: 64%;
  }
  .tablet\:min_w-64\% {
    min-width: 64%;
  }
  .tablet\:h-64vh {
    height: 64vh;
  }
  .tablet\:w-64vw {
    width: 64vw;
  }
  .tablet\:min_w-64vw {
    min-width: 64vw;
  }
  .tablet\:min_h-64vh {
    min-height: 64vh;
  }
  .tablet\:max_w-64vw {
    max-width: 64vw;
  }
  .tablet\:max_h-64vh {
    max-height: 64vh;
  }
  .tablet\:m-t-65\% {
    margin-top: 65%;
  }
  .tablet\:m-t--65\% {
    margin-top: -65%;
  }
  .tablet\:p-t-65\% {
    padding-top: 65%;
  }
  .tablet\:p-t--65\% {
    padding-top: -65%;
  }
  .tablet\:top-65\% {
    top: 65%;
  }
  .tablet\:top--65\% {
    top: -65%;
  }
  .tablet\:m-b-65\% {
    margin-bottom: 65%;
  }
  .tablet\:m-b--65\% {
    margin-bottom: -65%;
  }
  .tablet\:p-b-65\% {
    padding-bottom: 65%;
  }
  .tablet\:p-b--65\% {
    padding-bottom: -65%;
  }
  .tablet\:bottom-65\% {
    bottom: 65%;
  }
  .tablet\:bottom--65\% {
    bottom: -65%;
  }
  .tablet\:m-l-65\% {
    margin-left: 65%;
  }
  .tablet\:m-l--65\% {
    margin-left: -65%;
  }
  .tablet\:p-l-65\% {
    padding-left: 65%;
  }
  .tablet\:p-l--65\% {
    padding-left: -65%;
  }
  .tablet\:left-65\% {
    left: 65%;
  }
  .tablet\:left--65\% {
    left: -65%;
  }
  .tablet\:m-r-65\% {
    margin-right: 65%;
  }
  .tablet\:m-r--65\% {
    margin-right: -65%;
  }
  .tablet\:p-r-65\% {
    padding-right: 65%;
  }
  .tablet\:p-r--65\% {
    padding-right: -65%;
  }
  .tablet\:right-65\% {
    right: 65%;
  }
  .tablet\:right--65\% {
    right: -65%;
  }
  .tablet\:h-65\% {
    height: 65%;
  }
  .tablet\:w-65\% {
    width: 65%;
  }
  .tablet\:max_h-65\% {
    max-height: 65%;
  }
  .tablet\:max_w-65\% {
    max-width: 65%;
  }
  .tablet\:min_h-65\% {
    min-height: 65%;
  }
  .tablet\:min_w-65\% {
    min-width: 65%;
  }
  .tablet\:h-65vh {
    height: 65vh;
  }
  .tablet\:w-65vw {
    width: 65vw;
  }
  .tablet\:min_w-65vw {
    min-width: 65vw;
  }
  .tablet\:min_h-65vh {
    min-height: 65vh;
  }
  .tablet\:max_w-65vw {
    max-width: 65vw;
  }
  .tablet\:max_h-65vh {
    max-height: 65vh;
  }
  .tablet\:m-t-66\% {
    margin-top: 66%;
  }
  .tablet\:m-t--66\% {
    margin-top: -66%;
  }
  .tablet\:p-t-66\% {
    padding-top: 66%;
  }
  .tablet\:p-t--66\% {
    padding-top: -66%;
  }
  .tablet\:top-66\% {
    top: 66%;
  }
  .tablet\:top--66\% {
    top: -66%;
  }
  .tablet\:m-b-66\% {
    margin-bottom: 66%;
  }
  .tablet\:m-b--66\% {
    margin-bottom: -66%;
  }
  .tablet\:p-b-66\% {
    padding-bottom: 66%;
  }
  .tablet\:p-b--66\% {
    padding-bottom: -66%;
  }
  .tablet\:bottom-66\% {
    bottom: 66%;
  }
  .tablet\:bottom--66\% {
    bottom: -66%;
  }
  .tablet\:m-l-66\% {
    margin-left: 66%;
  }
  .tablet\:m-l--66\% {
    margin-left: -66%;
  }
  .tablet\:p-l-66\% {
    padding-left: 66%;
  }
  .tablet\:p-l--66\% {
    padding-left: -66%;
  }
  .tablet\:left-66\% {
    left: 66%;
  }
  .tablet\:left--66\% {
    left: -66%;
  }
  .tablet\:m-r-66\% {
    margin-right: 66%;
  }
  .tablet\:m-r--66\% {
    margin-right: -66%;
  }
  .tablet\:p-r-66\% {
    padding-right: 66%;
  }
  .tablet\:p-r--66\% {
    padding-right: -66%;
  }
  .tablet\:right-66\% {
    right: 66%;
  }
  .tablet\:right--66\% {
    right: -66%;
  }
  .tablet\:h-66\% {
    height: 66%;
  }
  .tablet\:w-66\% {
    width: 66%;
  }
  .tablet\:max_h-66\% {
    max-height: 66%;
  }
  .tablet\:max_w-66\% {
    max-width: 66%;
  }
  .tablet\:min_h-66\% {
    min-height: 66%;
  }
  .tablet\:min_w-66\% {
    min-width: 66%;
  }
  .tablet\:h-66vh {
    height: 66vh;
  }
  .tablet\:w-66vw {
    width: 66vw;
  }
  .tablet\:min_w-66vw {
    min-width: 66vw;
  }
  .tablet\:min_h-66vh {
    min-height: 66vh;
  }
  .tablet\:max_w-66vw {
    max-width: 66vw;
  }
  .tablet\:max_h-66vh {
    max-height: 66vh;
  }
  .tablet\:m-t-67\% {
    margin-top: 67%;
  }
  .tablet\:m-t--67\% {
    margin-top: -67%;
  }
  .tablet\:p-t-67\% {
    padding-top: 67%;
  }
  .tablet\:p-t--67\% {
    padding-top: -67%;
  }
  .tablet\:top-67\% {
    top: 67%;
  }
  .tablet\:top--67\% {
    top: -67%;
  }
  .tablet\:m-b-67\% {
    margin-bottom: 67%;
  }
  .tablet\:m-b--67\% {
    margin-bottom: -67%;
  }
  .tablet\:p-b-67\% {
    padding-bottom: 67%;
  }
  .tablet\:p-b--67\% {
    padding-bottom: -67%;
  }
  .tablet\:bottom-67\% {
    bottom: 67%;
  }
  .tablet\:bottom--67\% {
    bottom: -67%;
  }
  .tablet\:m-l-67\% {
    margin-left: 67%;
  }
  .tablet\:m-l--67\% {
    margin-left: -67%;
  }
  .tablet\:p-l-67\% {
    padding-left: 67%;
  }
  .tablet\:p-l--67\% {
    padding-left: -67%;
  }
  .tablet\:left-67\% {
    left: 67%;
  }
  .tablet\:left--67\% {
    left: -67%;
  }
  .tablet\:m-r-67\% {
    margin-right: 67%;
  }
  .tablet\:m-r--67\% {
    margin-right: -67%;
  }
  .tablet\:p-r-67\% {
    padding-right: 67%;
  }
  .tablet\:p-r--67\% {
    padding-right: -67%;
  }
  .tablet\:right-67\% {
    right: 67%;
  }
  .tablet\:right--67\% {
    right: -67%;
  }
  .tablet\:h-67\% {
    height: 67%;
  }
  .tablet\:w-67\% {
    width: 67%;
  }
  .tablet\:max_h-67\% {
    max-height: 67%;
  }
  .tablet\:max_w-67\% {
    max-width: 67%;
  }
  .tablet\:min_h-67\% {
    min-height: 67%;
  }
  .tablet\:min_w-67\% {
    min-width: 67%;
  }
  .tablet\:h-67vh {
    height: 67vh;
  }
  .tablet\:w-67vw {
    width: 67vw;
  }
  .tablet\:min_w-67vw {
    min-width: 67vw;
  }
  .tablet\:min_h-67vh {
    min-height: 67vh;
  }
  .tablet\:max_w-67vw {
    max-width: 67vw;
  }
  .tablet\:max_h-67vh {
    max-height: 67vh;
  }
  .tablet\:m-t-68\% {
    margin-top: 68%;
  }
  .tablet\:m-t--68\% {
    margin-top: -68%;
  }
  .tablet\:p-t-68\% {
    padding-top: 68%;
  }
  .tablet\:p-t--68\% {
    padding-top: -68%;
  }
  .tablet\:top-68\% {
    top: 68%;
  }
  .tablet\:top--68\% {
    top: -68%;
  }
  .tablet\:m-b-68\% {
    margin-bottom: 68%;
  }
  .tablet\:m-b--68\% {
    margin-bottom: -68%;
  }
  .tablet\:p-b-68\% {
    padding-bottom: 68%;
  }
  .tablet\:p-b--68\% {
    padding-bottom: -68%;
  }
  .tablet\:bottom-68\% {
    bottom: 68%;
  }
  .tablet\:bottom--68\% {
    bottom: -68%;
  }
  .tablet\:m-l-68\% {
    margin-left: 68%;
  }
  .tablet\:m-l--68\% {
    margin-left: -68%;
  }
  .tablet\:p-l-68\% {
    padding-left: 68%;
  }
  .tablet\:p-l--68\% {
    padding-left: -68%;
  }
  .tablet\:left-68\% {
    left: 68%;
  }
  .tablet\:left--68\% {
    left: -68%;
  }
  .tablet\:m-r-68\% {
    margin-right: 68%;
  }
  .tablet\:m-r--68\% {
    margin-right: -68%;
  }
  .tablet\:p-r-68\% {
    padding-right: 68%;
  }
  .tablet\:p-r--68\% {
    padding-right: -68%;
  }
  .tablet\:right-68\% {
    right: 68%;
  }
  .tablet\:right--68\% {
    right: -68%;
  }
  .tablet\:h-68\% {
    height: 68%;
  }
  .tablet\:w-68\% {
    width: 68%;
  }
  .tablet\:max_h-68\% {
    max-height: 68%;
  }
  .tablet\:max_w-68\% {
    max-width: 68%;
  }
  .tablet\:min_h-68\% {
    min-height: 68%;
  }
  .tablet\:min_w-68\% {
    min-width: 68%;
  }
  .tablet\:h-68vh {
    height: 68vh;
  }
  .tablet\:w-68vw {
    width: 68vw;
  }
  .tablet\:min_w-68vw {
    min-width: 68vw;
  }
  .tablet\:min_h-68vh {
    min-height: 68vh;
  }
  .tablet\:max_w-68vw {
    max-width: 68vw;
  }
  .tablet\:max_h-68vh {
    max-height: 68vh;
  }
  .tablet\:m-t-69\% {
    margin-top: 69%;
  }
  .tablet\:m-t--69\% {
    margin-top: -69%;
  }
  .tablet\:p-t-69\% {
    padding-top: 69%;
  }
  .tablet\:p-t--69\% {
    padding-top: -69%;
  }
  .tablet\:top-69\% {
    top: 69%;
  }
  .tablet\:top--69\% {
    top: -69%;
  }
  .tablet\:m-b-69\% {
    margin-bottom: 69%;
  }
  .tablet\:m-b--69\% {
    margin-bottom: -69%;
  }
  .tablet\:p-b-69\% {
    padding-bottom: 69%;
  }
  .tablet\:p-b--69\% {
    padding-bottom: -69%;
  }
  .tablet\:bottom-69\% {
    bottom: 69%;
  }
  .tablet\:bottom--69\% {
    bottom: -69%;
  }
  .tablet\:m-l-69\% {
    margin-left: 69%;
  }
  .tablet\:m-l--69\% {
    margin-left: -69%;
  }
  .tablet\:p-l-69\% {
    padding-left: 69%;
  }
  .tablet\:p-l--69\% {
    padding-left: -69%;
  }
  .tablet\:left-69\% {
    left: 69%;
  }
  .tablet\:left--69\% {
    left: -69%;
  }
  .tablet\:m-r-69\% {
    margin-right: 69%;
  }
  .tablet\:m-r--69\% {
    margin-right: -69%;
  }
  .tablet\:p-r-69\% {
    padding-right: 69%;
  }
  .tablet\:p-r--69\% {
    padding-right: -69%;
  }
  .tablet\:right-69\% {
    right: 69%;
  }
  .tablet\:right--69\% {
    right: -69%;
  }
  .tablet\:h-69\% {
    height: 69%;
  }
  .tablet\:w-69\% {
    width: 69%;
  }
  .tablet\:max_h-69\% {
    max-height: 69%;
  }
  .tablet\:max_w-69\% {
    max-width: 69%;
  }
  .tablet\:min_h-69\% {
    min-height: 69%;
  }
  .tablet\:min_w-69\% {
    min-width: 69%;
  }
  .tablet\:h-69vh {
    height: 69vh;
  }
  .tablet\:w-69vw {
    width: 69vw;
  }
  .tablet\:min_w-69vw {
    min-width: 69vw;
  }
  .tablet\:min_h-69vh {
    min-height: 69vh;
  }
  .tablet\:max_w-69vw {
    max-width: 69vw;
  }
  .tablet\:max_h-69vh {
    max-height: 69vh;
  }
  .tablet\:m-t-70\% {
    margin-top: 70%;
  }
  .tablet\:m-t--70\% {
    margin-top: -70%;
  }
  .tablet\:p-t-70\% {
    padding-top: 70%;
  }
  .tablet\:p-t--70\% {
    padding-top: -70%;
  }
  .tablet\:top-70\% {
    top: 70%;
  }
  .tablet\:top--70\% {
    top: -70%;
  }
  .tablet\:m-b-70\% {
    margin-bottom: 70%;
  }
  .tablet\:m-b--70\% {
    margin-bottom: -70%;
  }
  .tablet\:p-b-70\% {
    padding-bottom: 70%;
  }
  .tablet\:p-b--70\% {
    padding-bottom: -70%;
  }
  .tablet\:bottom-70\% {
    bottom: 70%;
  }
  .tablet\:bottom--70\% {
    bottom: -70%;
  }
  .tablet\:m-l-70\% {
    margin-left: 70%;
  }
  .tablet\:m-l--70\% {
    margin-left: -70%;
  }
  .tablet\:p-l-70\% {
    padding-left: 70%;
  }
  .tablet\:p-l--70\% {
    padding-left: -70%;
  }
  .tablet\:left-70\% {
    left: 70%;
  }
  .tablet\:left--70\% {
    left: -70%;
  }
  .tablet\:m-r-70\% {
    margin-right: 70%;
  }
  .tablet\:m-r--70\% {
    margin-right: -70%;
  }
  .tablet\:p-r-70\% {
    padding-right: 70%;
  }
  .tablet\:p-r--70\% {
    padding-right: -70%;
  }
  .tablet\:right-70\% {
    right: 70%;
  }
  .tablet\:right--70\% {
    right: -70%;
  }
  .tablet\:h-70\% {
    height: 70%;
  }
  .tablet\:w-70\% {
    width: 70%;
  }
  .tablet\:max_h-70\% {
    max-height: 70%;
  }
  .tablet\:max_w-70\% {
    max-width: 70%;
  }
  .tablet\:min_h-70\% {
    min-height: 70%;
  }
  .tablet\:min_w-70\% {
    min-width: 70%;
  }
  .tablet\:h-70vh {
    height: 70vh;
  }
  .tablet\:w-70vw {
    width: 70vw;
  }
  .tablet\:min_w-70vw {
    min-width: 70vw;
  }
  .tablet\:min_h-70vh {
    min-height: 70vh;
  }
  .tablet\:max_w-70vw {
    max-width: 70vw;
  }
  .tablet\:max_h-70vh {
    max-height: 70vh;
  }
  .tablet\:m-t-71\% {
    margin-top: 71%;
  }
  .tablet\:m-t--71\% {
    margin-top: -71%;
  }
  .tablet\:p-t-71\% {
    padding-top: 71%;
  }
  .tablet\:p-t--71\% {
    padding-top: -71%;
  }
  .tablet\:top-71\% {
    top: 71%;
  }
  .tablet\:top--71\% {
    top: -71%;
  }
  .tablet\:m-b-71\% {
    margin-bottom: 71%;
  }
  .tablet\:m-b--71\% {
    margin-bottom: -71%;
  }
  .tablet\:p-b-71\% {
    padding-bottom: 71%;
  }
  .tablet\:p-b--71\% {
    padding-bottom: -71%;
  }
  .tablet\:bottom-71\% {
    bottom: 71%;
  }
  .tablet\:bottom--71\% {
    bottom: -71%;
  }
  .tablet\:m-l-71\% {
    margin-left: 71%;
  }
  .tablet\:m-l--71\% {
    margin-left: -71%;
  }
  .tablet\:p-l-71\% {
    padding-left: 71%;
  }
  .tablet\:p-l--71\% {
    padding-left: -71%;
  }
  .tablet\:left-71\% {
    left: 71%;
  }
  .tablet\:left--71\% {
    left: -71%;
  }
  .tablet\:m-r-71\% {
    margin-right: 71%;
  }
  .tablet\:m-r--71\% {
    margin-right: -71%;
  }
  .tablet\:p-r-71\% {
    padding-right: 71%;
  }
  .tablet\:p-r--71\% {
    padding-right: -71%;
  }
  .tablet\:right-71\% {
    right: 71%;
  }
  .tablet\:right--71\% {
    right: -71%;
  }
  .tablet\:h-71\% {
    height: 71%;
  }
  .tablet\:w-71\% {
    width: 71%;
  }
  .tablet\:max_h-71\% {
    max-height: 71%;
  }
  .tablet\:max_w-71\% {
    max-width: 71%;
  }
  .tablet\:min_h-71\% {
    min-height: 71%;
  }
  .tablet\:min_w-71\% {
    min-width: 71%;
  }
  .tablet\:h-71vh {
    height: 71vh;
  }
  .tablet\:w-71vw {
    width: 71vw;
  }
  .tablet\:min_w-71vw {
    min-width: 71vw;
  }
  .tablet\:min_h-71vh {
    min-height: 71vh;
  }
  .tablet\:max_w-71vw {
    max-width: 71vw;
  }
  .tablet\:max_h-71vh {
    max-height: 71vh;
  }
  .tablet\:m-t-72\% {
    margin-top: 72%;
  }
  .tablet\:m-t--72\% {
    margin-top: -72%;
  }
  .tablet\:p-t-72\% {
    padding-top: 72%;
  }
  .tablet\:p-t--72\% {
    padding-top: -72%;
  }
  .tablet\:top-72\% {
    top: 72%;
  }
  .tablet\:top--72\% {
    top: -72%;
  }
  .tablet\:m-b-72\% {
    margin-bottom: 72%;
  }
  .tablet\:m-b--72\% {
    margin-bottom: -72%;
  }
  .tablet\:p-b-72\% {
    padding-bottom: 72%;
  }
  .tablet\:p-b--72\% {
    padding-bottom: -72%;
  }
  .tablet\:bottom-72\% {
    bottom: 72%;
  }
  .tablet\:bottom--72\% {
    bottom: -72%;
  }
  .tablet\:m-l-72\% {
    margin-left: 72%;
  }
  .tablet\:m-l--72\% {
    margin-left: -72%;
  }
  .tablet\:p-l-72\% {
    padding-left: 72%;
  }
  .tablet\:p-l--72\% {
    padding-left: -72%;
  }
  .tablet\:left-72\% {
    left: 72%;
  }
  .tablet\:left--72\% {
    left: -72%;
  }
  .tablet\:m-r-72\% {
    margin-right: 72%;
  }
  .tablet\:m-r--72\% {
    margin-right: -72%;
  }
  .tablet\:p-r-72\% {
    padding-right: 72%;
  }
  .tablet\:p-r--72\% {
    padding-right: -72%;
  }
  .tablet\:right-72\% {
    right: 72%;
  }
  .tablet\:right--72\% {
    right: -72%;
  }
  .tablet\:h-72\% {
    height: 72%;
  }
  .tablet\:w-72\% {
    width: 72%;
  }
  .tablet\:max_h-72\% {
    max-height: 72%;
  }
  .tablet\:max_w-72\% {
    max-width: 72%;
  }
  .tablet\:min_h-72\% {
    min-height: 72%;
  }
  .tablet\:min_w-72\% {
    min-width: 72%;
  }
  .tablet\:h-72vh {
    height: 72vh;
  }
  .tablet\:w-72vw {
    width: 72vw;
  }
  .tablet\:min_w-72vw {
    min-width: 72vw;
  }
  .tablet\:min_h-72vh {
    min-height: 72vh;
  }
  .tablet\:max_w-72vw {
    max-width: 72vw;
  }
  .tablet\:max_h-72vh {
    max-height: 72vh;
  }
  .tablet\:m-t-73\% {
    margin-top: 73%;
  }
  .tablet\:m-t--73\% {
    margin-top: -73%;
  }
  .tablet\:p-t-73\% {
    padding-top: 73%;
  }
  .tablet\:p-t--73\% {
    padding-top: -73%;
  }
  .tablet\:top-73\% {
    top: 73%;
  }
  .tablet\:top--73\% {
    top: -73%;
  }
  .tablet\:m-b-73\% {
    margin-bottom: 73%;
  }
  .tablet\:m-b--73\% {
    margin-bottom: -73%;
  }
  .tablet\:p-b-73\% {
    padding-bottom: 73%;
  }
  .tablet\:p-b--73\% {
    padding-bottom: -73%;
  }
  .tablet\:bottom-73\% {
    bottom: 73%;
  }
  .tablet\:bottom--73\% {
    bottom: -73%;
  }
  .tablet\:m-l-73\% {
    margin-left: 73%;
  }
  .tablet\:m-l--73\% {
    margin-left: -73%;
  }
  .tablet\:p-l-73\% {
    padding-left: 73%;
  }
  .tablet\:p-l--73\% {
    padding-left: -73%;
  }
  .tablet\:left-73\% {
    left: 73%;
  }
  .tablet\:left--73\% {
    left: -73%;
  }
  .tablet\:m-r-73\% {
    margin-right: 73%;
  }
  .tablet\:m-r--73\% {
    margin-right: -73%;
  }
  .tablet\:p-r-73\% {
    padding-right: 73%;
  }
  .tablet\:p-r--73\% {
    padding-right: -73%;
  }
  .tablet\:right-73\% {
    right: 73%;
  }
  .tablet\:right--73\% {
    right: -73%;
  }
  .tablet\:h-73\% {
    height: 73%;
  }
  .tablet\:w-73\% {
    width: 73%;
  }
  .tablet\:max_h-73\% {
    max-height: 73%;
  }
  .tablet\:max_w-73\% {
    max-width: 73%;
  }
  .tablet\:min_h-73\% {
    min-height: 73%;
  }
  .tablet\:min_w-73\% {
    min-width: 73%;
  }
  .tablet\:h-73vh {
    height: 73vh;
  }
  .tablet\:w-73vw {
    width: 73vw;
  }
  .tablet\:min_w-73vw {
    min-width: 73vw;
  }
  .tablet\:min_h-73vh {
    min-height: 73vh;
  }
  .tablet\:max_w-73vw {
    max-width: 73vw;
  }
  .tablet\:max_h-73vh {
    max-height: 73vh;
  }
  .tablet\:m-t-74\% {
    margin-top: 74%;
  }
  .tablet\:m-t--74\% {
    margin-top: -74%;
  }
  .tablet\:p-t-74\% {
    padding-top: 74%;
  }
  .tablet\:p-t--74\% {
    padding-top: -74%;
  }
  .tablet\:top-74\% {
    top: 74%;
  }
  .tablet\:top--74\% {
    top: -74%;
  }
  .tablet\:m-b-74\% {
    margin-bottom: 74%;
  }
  .tablet\:m-b--74\% {
    margin-bottom: -74%;
  }
  .tablet\:p-b-74\% {
    padding-bottom: 74%;
  }
  .tablet\:p-b--74\% {
    padding-bottom: -74%;
  }
  .tablet\:bottom-74\% {
    bottom: 74%;
  }
  .tablet\:bottom--74\% {
    bottom: -74%;
  }
  .tablet\:m-l-74\% {
    margin-left: 74%;
  }
  .tablet\:m-l--74\% {
    margin-left: -74%;
  }
  .tablet\:p-l-74\% {
    padding-left: 74%;
  }
  .tablet\:p-l--74\% {
    padding-left: -74%;
  }
  .tablet\:left-74\% {
    left: 74%;
  }
  .tablet\:left--74\% {
    left: -74%;
  }
  .tablet\:m-r-74\% {
    margin-right: 74%;
  }
  .tablet\:m-r--74\% {
    margin-right: -74%;
  }
  .tablet\:p-r-74\% {
    padding-right: 74%;
  }
  .tablet\:p-r--74\% {
    padding-right: -74%;
  }
  .tablet\:right-74\% {
    right: 74%;
  }
  .tablet\:right--74\% {
    right: -74%;
  }
  .tablet\:h-74\% {
    height: 74%;
  }
  .tablet\:w-74\% {
    width: 74%;
  }
  .tablet\:max_h-74\% {
    max-height: 74%;
  }
  .tablet\:max_w-74\% {
    max-width: 74%;
  }
  .tablet\:min_h-74\% {
    min-height: 74%;
  }
  .tablet\:min_w-74\% {
    min-width: 74%;
  }
  .tablet\:h-74vh {
    height: 74vh;
  }
  .tablet\:w-74vw {
    width: 74vw;
  }
  .tablet\:min_w-74vw {
    min-width: 74vw;
  }
  .tablet\:min_h-74vh {
    min-height: 74vh;
  }
  .tablet\:max_w-74vw {
    max-width: 74vw;
  }
  .tablet\:max_h-74vh {
    max-height: 74vh;
  }
  .tablet\:m-t-75\% {
    margin-top: 75%;
  }
  .tablet\:m-t--75\% {
    margin-top: -75%;
  }
  .tablet\:p-t-75\% {
    padding-top: 75%;
  }
  .tablet\:p-t--75\% {
    padding-top: -75%;
  }
  .tablet\:top-75\% {
    top: 75%;
  }
  .tablet\:top--75\% {
    top: -75%;
  }
  .tablet\:m-b-75\% {
    margin-bottom: 75%;
  }
  .tablet\:m-b--75\% {
    margin-bottom: -75%;
  }
  .tablet\:p-b-75\% {
    padding-bottom: 75%;
  }
  .tablet\:p-b--75\% {
    padding-bottom: -75%;
  }
  .tablet\:bottom-75\% {
    bottom: 75%;
  }
  .tablet\:bottom--75\% {
    bottom: -75%;
  }
  .tablet\:m-l-75\% {
    margin-left: 75%;
  }
  .tablet\:m-l--75\% {
    margin-left: -75%;
  }
  .tablet\:p-l-75\% {
    padding-left: 75%;
  }
  .tablet\:p-l--75\% {
    padding-left: -75%;
  }
  .tablet\:left-75\% {
    left: 75%;
  }
  .tablet\:left--75\% {
    left: -75%;
  }
  .tablet\:m-r-75\% {
    margin-right: 75%;
  }
  .tablet\:m-r--75\% {
    margin-right: -75%;
  }
  .tablet\:p-r-75\% {
    padding-right: 75%;
  }
  .tablet\:p-r--75\% {
    padding-right: -75%;
  }
  .tablet\:right-75\% {
    right: 75%;
  }
  .tablet\:right--75\% {
    right: -75%;
  }
  .tablet\:h-75\% {
    height: 75%;
  }
  .tablet\:w-75\% {
    width: 75%;
  }
  .tablet\:max_h-75\% {
    max-height: 75%;
  }
  .tablet\:max_w-75\% {
    max-width: 75%;
  }
  .tablet\:min_h-75\% {
    min-height: 75%;
  }
  .tablet\:min_w-75\% {
    min-width: 75%;
  }
  .tablet\:h-75vh {
    height: 75vh;
  }
  .tablet\:w-75vw {
    width: 75vw;
  }
  .tablet\:min_w-75vw {
    min-width: 75vw;
  }
  .tablet\:min_h-75vh {
    min-height: 75vh;
  }
  .tablet\:max_w-75vw {
    max-width: 75vw;
  }
  .tablet\:max_h-75vh {
    max-height: 75vh;
  }
  .tablet\:m-t-76\% {
    margin-top: 76%;
  }
  .tablet\:m-t--76\% {
    margin-top: -76%;
  }
  .tablet\:p-t-76\% {
    padding-top: 76%;
  }
  .tablet\:p-t--76\% {
    padding-top: -76%;
  }
  .tablet\:top-76\% {
    top: 76%;
  }
  .tablet\:top--76\% {
    top: -76%;
  }
  .tablet\:m-b-76\% {
    margin-bottom: 76%;
  }
  .tablet\:m-b--76\% {
    margin-bottom: -76%;
  }
  .tablet\:p-b-76\% {
    padding-bottom: 76%;
  }
  .tablet\:p-b--76\% {
    padding-bottom: -76%;
  }
  .tablet\:bottom-76\% {
    bottom: 76%;
  }
  .tablet\:bottom--76\% {
    bottom: -76%;
  }
  .tablet\:m-l-76\% {
    margin-left: 76%;
  }
  .tablet\:m-l--76\% {
    margin-left: -76%;
  }
  .tablet\:p-l-76\% {
    padding-left: 76%;
  }
  .tablet\:p-l--76\% {
    padding-left: -76%;
  }
  .tablet\:left-76\% {
    left: 76%;
  }
  .tablet\:left--76\% {
    left: -76%;
  }
  .tablet\:m-r-76\% {
    margin-right: 76%;
  }
  .tablet\:m-r--76\% {
    margin-right: -76%;
  }
  .tablet\:p-r-76\% {
    padding-right: 76%;
  }
  .tablet\:p-r--76\% {
    padding-right: -76%;
  }
  .tablet\:right-76\% {
    right: 76%;
  }
  .tablet\:right--76\% {
    right: -76%;
  }
  .tablet\:h-76\% {
    height: 76%;
  }
  .tablet\:w-76\% {
    width: 76%;
  }
  .tablet\:max_h-76\% {
    max-height: 76%;
  }
  .tablet\:max_w-76\% {
    max-width: 76%;
  }
  .tablet\:min_h-76\% {
    min-height: 76%;
  }
  .tablet\:min_w-76\% {
    min-width: 76%;
  }
  .tablet\:h-76vh {
    height: 76vh;
  }
  .tablet\:w-76vw {
    width: 76vw;
  }
  .tablet\:min_w-76vw {
    min-width: 76vw;
  }
  .tablet\:min_h-76vh {
    min-height: 76vh;
  }
  .tablet\:max_w-76vw {
    max-width: 76vw;
  }
  .tablet\:max_h-76vh {
    max-height: 76vh;
  }
  .tablet\:m-t-77\% {
    margin-top: 77%;
  }
  .tablet\:m-t--77\% {
    margin-top: -77%;
  }
  .tablet\:p-t-77\% {
    padding-top: 77%;
  }
  .tablet\:p-t--77\% {
    padding-top: -77%;
  }
  .tablet\:top-77\% {
    top: 77%;
  }
  .tablet\:top--77\% {
    top: -77%;
  }
  .tablet\:m-b-77\% {
    margin-bottom: 77%;
  }
  .tablet\:m-b--77\% {
    margin-bottom: -77%;
  }
  .tablet\:p-b-77\% {
    padding-bottom: 77%;
  }
  .tablet\:p-b--77\% {
    padding-bottom: -77%;
  }
  .tablet\:bottom-77\% {
    bottom: 77%;
  }
  .tablet\:bottom--77\% {
    bottom: -77%;
  }
  .tablet\:m-l-77\% {
    margin-left: 77%;
  }
  .tablet\:m-l--77\% {
    margin-left: -77%;
  }
  .tablet\:p-l-77\% {
    padding-left: 77%;
  }
  .tablet\:p-l--77\% {
    padding-left: -77%;
  }
  .tablet\:left-77\% {
    left: 77%;
  }
  .tablet\:left--77\% {
    left: -77%;
  }
  .tablet\:m-r-77\% {
    margin-right: 77%;
  }
  .tablet\:m-r--77\% {
    margin-right: -77%;
  }
  .tablet\:p-r-77\% {
    padding-right: 77%;
  }
  .tablet\:p-r--77\% {
    padding-right: -77%;
  }
  .tablet\:right-77\% {
    right: 77%;
  }
  .tablet\:right--77\% {
    right: -77%;
  }
  .tablet\:h-77\% {
    height: 77%;
  }
  .tablet\:w-77\% {
    width: 77%;
  }
  .tablet\:max_h-77\% {
    max-height: 77%;
  }
  .tablet\:max_w-77\% {
    max-width: 77%;
  }
  .tablet\:min_h-77\% {
    min-height: 77%;
  }
  .tablet\:min_w-77\% {
    min-width: 77%;
  }
  .tablet\:h-77vh {
    height: 77vh;
  }
  .tablet\:w-77vw {
    width: 77vw;
  }
  .tablet\:min_w-77vw {
    min-width: 77vw;
  }
  .tablet\:min_h-77vh {
    min-height: 77vh;
  }
  .tablet\:max_w-77vw {
    max-width: 77vw;
  }
  .tablet\:max_h-77vh {
    max-height: 77vh;
  }
  .tablet\:m-t-78\% {
    margin-top: 78%;
  }
  .tablet\:m-t--78\% {
    margin-top: -78%;
  }
  .tablet\:p-t-78\% {
    padding-top: 78%;
  }
  .tablet\:p-t--78\% {
    padding-top: -78%;
  }
  .tablet\:top-78\% {
    top: 78%;
  }
  .tablet\:top--78\% {
    top: -78%;
  }
  .tablet\:m-b-78\% {
    margin-bottom: 78%;
  }
  .tablet\:m-b--78\% {
    margin-bottom: -78%;
  }
  .tablet\:p-b-78\% {
    padding-bottom: 78%;
  }
  .tablet\:p-b--78\% {
    padding-bottom: -78%;
  }
  .tablet\:bottom-78\% {
    bottom: 78%;
  }
  .tablet\:bottom--78\% {
    bottom: -78%;
  }
  .tablet\:m-l-78\% {
    margin-left: 78%;
  }
  .tablet\:m-l--78\% {
    margin-left: -78%;
  }
  .tablet\:p-l-78\% {
    padding-left: 78%;
  }
  .tablet\:p-l--78\% {
    padding-left: -78%;
  }
  .tablet\:left-78\% {
    left: 78%;
  }
  .tablet\:left--78\% {
    left: -78%;
  }
  .tablet\:m-r-78\% {
    margin-right: 78%;
  }
  .tablet\:m-r--78\% {
    margin-right: -78%;
  }
  .tablet\:p-r-78\% {
    padding-right: 78%;
  }
  .tablet\:p-r--78\% {
    padding-right: -78%;
  }
  .tablet\:right-78\% {
    right: 78%;
  }
  .tablet\:right--78\% {
    right: -78%;
  }
  .tablet\:h-78\% {
    height: 78%;
  }
  .tablet\:w-78\% {
    width: 78%;
  }
  .tablet\:max_h-78\% {
    max-height: 78%;
  }
  .tablet\:max_w-78\% {
    max-width: 78%;
  }
  .tablet\:min_h-78\% {
    min-height: 78%;
  }
  .tablet\:min_w-78\% {
    min-width: 78%;
  }
  .tablet\:h-78vh {
    height: 78vh;
  }
  .tablet\:w-78vw {
    width: 78vw;
  }
  .tablet\:min_w-78vw {
    min-width: 78vw;
  }
  .tablet\:min_h-78vh {
    min-height: 78vh;
  }
  .tablet\:max_w-78vw {
    max-width: 78vw;
  }
  .tablet\:max_h-78vh {
    max-height: 78vh;
  }
  .tablet\:m-t-79\% {
    margin-top: 79%;
  }
  .tablet\:m-t--79\% {
    margin-top: -79%;
  }
  .tablet\:p-t-79\% {
    padding-top: 79%;
  }
  .tablet\:p-t--79\% {
    padding-top: -79%;
  }
  .tablet\:top-79\% {
    top: 79%;
  }
  .tablet\:top--79\% {
    top: -79%;
  }
  .tablet\:m-b-79\% {
    margin-bottom: 79%;
  }
  .tablet\:m-b--79\% {
    margin-bottom: -79%;
  }
  .tablet\:p-b-79\% {
    padding-bottom: 79%;
  }
  .tablet\:p-b--79\% {
    padding-bottom: -79%;
  }
  .tablet\:bottom-79\% {
    bottom: 79%;
  }
  .tablet\:bottom--79\% {
    bottom: -79%;
  }
  .tablet\:m-l-79\% {
    margin-left: 79%;
  }
  .tablet\:m-l--79\% {
    margin-left: -79%;
  }
  .tablet\:p-l-79\% {
    padding-left: 79%;
  }
  .tablet\:p-l--79\% {
    padding-left: -79%;
  }
  .tablet\:left-79\% {
    left: 79%;
  }
  .tablet\:left--79\% {
    left: -79%;
  }
  .tablet\:m-r-79\% {
    margin-right: 79%;
  }
  .tablet\:m-r--79\% {
    margin-right: -79%;
  }
  .tablet\:p-r-79\% {
    padding-right: 79%;
  }
  .tablet\:p-r--79\% {
    padding-right: -79%;
  }
  .tablet\:right-79\% {
    right: 79%;
  }
  .tablet\:right--79\% {
    right: -79%;
  }
  .tablet\:h-79\% {
    height: 79%;
  }
  .tablet\:w-79\% {
    width: 79%;
  }
  .tablet\:max_h-79\% {
    max-height: 79%;
  }
  .tablet\:max_w-79\% {
    max-width: 79%;
  }
  .tablet\:min_h-79\% {
    min-height: 79%;
  }
  .tablet\:min_w-79\% {
    min-width: 79%;
  }
  .tablet\:h-79vh {
    height: 79vh;
  }
  .tablet\:w-79vw {
    width: 79vw;
  }
  .tablet\:min_w-79vw {
    min-width: 79vw;
  }
  .tablet\:min_h-79vh {
    min-height: 79vh;
  }
  .tablet\:max_w-79vw {
    max-width: 79vw;
  }
  .tablet\:max_h-79vh {
    max-height: 79vh;
  }
  .tablet\:m-t-80\% {
    margin-top: 80%;
  }
  .tablet\:m-t--80\% {
    margin-top: -80%;
  }
  .tablet\:p-t-80\% {
    padding-top: 80%;
  }
  .tablet\:p-t--80\% {
    padding-top: -80%;
  }
  .tablet\:top-80\% {
    top: 80%;
  }
  .tablet\:top--80\% {
    top: -80%;
  }
  .tablet\:m-b-80\% {
    margin-bottom: 80%;
  }
  .tablet\:m-b--80\% {
    margin-bottom: -80%;
  }
  .tablet\:p-b-80\% {
    padding-bottom: 80%;
  }
  .tablet\:p-b--80\% {
    padding-bottom: -80%;
  }
  .tablet\:bottom-80\% {
    bottom: 80%;
  }
  .tablet\:bottom--80\% {
    bottom: -80%;
  }
  .tablet\:m-l-80\% {
    margin-left: 80%;
  }
  .tablet\:m-l--80\% {
    margin-left: -80%;
  }
  .tablet\:p-l-80\% {
    padding-left: 80%;
  }
  .tablet\:p-l--80\% {
    padding-left: -80%;
  }
  .tablet\:left-80\% {
    left: 80%;
  }
  .tablet\:left--80\% {
    left: -80%;
  }
  .tablet\:m-r-80\% {
    margin-right: 80%;
  }
  .tablet\:m-r--80\% {
    margin-right: -80%;
  }
  .tablet\:p-r-80\% {
    padding-right: 80%;
  }
  .tablet\:p-r--80\% {
    padding-right: -80%;
  }
  .tablet\:right-80\% {
    right: 80%;
  }
  .tablet\:right--80\% {
    right: -80%;
  }
  .tablet\:h-80\% {
    height: 80%;
  }
  .tablet\:w-80\% {
    width: 80%;
  }
  .tablet\:max_h-80\% {
    max-height: 80%;
  }
  .tablet\:max_w-80\% {
    max-width: 80%;
  }
  .tablet\:min_h-80\% {
    min-height: 80%;
  }
  .tablet\:min_w-80\% {
    min-width: 80%;
  }
  .tablet\:h-80vh {
    height: 80vh;
  }
  .tablet\:w-80vw {
    width: 80vw;
  }
  .tablet\:min_w-80vw {
    min-width: 80vw;
  }
  .tablet\:min_h-80vh {
    min-height: 80vh;
  }
  .tablet\:max_w-80vw {
    max-width: 80vw;
  }
  .tablet\:max_h-80vh {
    max-height: 80vh;
  }
  .tablet\:m-t-81\% {
    margin-top: 81%;
  }
  .tablet\:m-t--81\% {
    margin-top: -81%;
  }
  .tablet\:p-t-81\% {
    padding-top: 81%;
  }
  .tablet\:p-t--81\% {
    padding-top: -81%;
  }
  .tablet\:top-81\% {
    top: 81%;
  }
  .tablet\:top--81\% {
    top: -81%;
  }
  .tablet\:m-b-81\% {
    margin-bottom: 81%;
  }
  .tablet\:m-b--81\% {
    margin-bottom: -81%;
  }
  .tablet\:p-b-81\% {
    padding-bottom: 81%;
  }
  .tablet\:p-b--81\% {
    padding-bottom: -81%;
  }
  .tablet\:bottom-81\% {
    bottom: 81%;
  }
  .tablet\:bottom--81\% {
    bottom: -81%;
  }
  .tablet\:m-l-81\% {
    margin-left: 81%;
  }
  .tablet\:m-l--81\% {
    margin-left: -81%;
  }
  .tablet\:p-l-81\% {
    padding-left: 81%;
  }
  .tablet\:p-l--81\% {
    padding-left: -81%;
  }
  .tablet\:left-81\% {
    left: 81%;
  }
  .tablet\:left--81\% {
    left: -81%;
  }
  .tablet\:m-r-81\% {
    margin-right: 81%;
  }
  .tablet\:m-r--81\% {
    margin-right: -81%;
  }
  .tablet\:p-r-81\% {
    padding-right: 81%;
  }
  .tablet\:p-r--81\% {
    padding-right: -81%;
  }
  .tablet\:right-81\% {
    right: 81%;
  }
  .tablet\:right--81\% {
    right: -81%;
  }
  .tablet\:h-81\% {
    height: 81%;
  }
  .tablet\:w-81\% {
    width: 81%;
  }
  .tablet\:max_h-81\% {
    max-height: 81%;
  }
  .tablet\:max_w-81\% {
    max-width: 81%;
  }
  .tablet\:min_h-81\% {
    min-height: 81%;
  }
  .tablet\:min_w-81\% {
    min-width: 81%;
  }
  .tablet\:h-81vh {
    height: 81vh;
  }
  .tablet\:w-81vw {
    width: 81vw;
  }
  .tablet\:min_w-81vw {
    min-width: 81vw;
  }
  .tablet\:min_h-81vh {
    min-height: 81vh;
  }
  .tablet\:max_w-81vw {
    max-width: 81vw;
  }
  .tablet\:max_h-81vh {
    max-height: 81vh;
  }
  .tablet\:m-t-82\% {
    margin-top: 82%;
  }
  .tablet\:m-t--82\% {
    margin-top: -82%;
  }
  .tablet\:p-t-82\% {
    padding-top: 82%;
  }
  .tablet\:p-t--82\% {
    padding-top: -82%;
  }
  .tablet\:top-82\% {
    top: 82%;
  }
  .tablet\:top--82\% {
    top: -82%;
  }
  .tablet\:m-b-82\% {
    margin-bottom: 82%;
  }
  .tablet\:m-b--82\% {
    margin-bottom: -82%;
  }
  .tablet\:p-b-82\% {
    padding-bottom: 82%;
  }
  .tablet\:p-b--82\% {
    padding-bottom: -82%;
  }
  .tablet\:bottom-82\% {
    bottom: 82%;
  }
  .tablet\:bottom--82\% {
    bottom: -82%;
  }
  .tablet\:m-l-82\% {
    margin-left: 82%;
  }
  .tablet\:m-l--82\% {
    margin-left: -82%;
  }
  .tablet\:p-l-82\% {
    padding-left: 82%;
  }
  .tablet\:p-l--82\% {
    padding-left: -82%;
  }
  .tablet\:left-82\% {
    left: 82%;
  }
  .tablet\:left--82\% {
    left: -82%;
  }
  .tablet\:m-r-82\% {
    margin-right: 82%;
  }
  .tablet\:m-r--82\% {
    margin-right: -82%;
  }
  .tablet\:p-r-82\% {
    padding-right: 82%;
  }
  .tablet\:p-r--82\% {
    padding-right: -82%;
  }
  .tablet\:right-82\% {
    right: 82%;
  }
  .tablet\:right--82\% {
    right: -82%;
  }
  .tablet\:h-82\% {
    height: 82%;
  }
  .tablet\:w-82\% {
    width: 82%;
  }
  .tablet\:max_h-82\% {
    max-height: 82%;
  }
  .tablet\:max_w-82\% {
    max-width: 82%;
  }
  .tablet\:min_h-82\% {
    min-height: 82%;
  }
  .tablet\:min_w-82\% {
    min-width: 82%;
  }
  .tablet\:h-82vh {
    height: 82vh;
  }
  .tablet\:w-82vw {
    width: 82vw;
  }
  .tablet\:min_w-82vw {
    min-width: 82vw;
  }
  .tablet\:min_h-82vh {
    min-height: 82vh;
  }
  .tablet\:max_w-82vw {
    max-width: 82vw;
  }
  .tablet\:max_h-82vh {
    max-height: 82vh;
  }
  .tablet\:m-t-83\% {
    margin-top: 83%;
  }
  .tablet\:m-t--83\% {
    margin-top: -83%;
  }
  .tablet\:p-t-83\% {
    padding-top: 83%;
  }
  .tablet\:p-t--83\% {
    padding-top: -83%;
  }
  .tablet\:top-83\% {
    top: 83%;
  }
  .tablet\:top--83\% {
    top: -83%;
  }
  .tablet\:m-b-83\% {
    margin-bottom: 83%;
  }
  .tablet\:m-b--83\% {
    margin-bottom: -83%;
  }
  .tablet\:p-b-83\% {
    padding-bottom: 83%;
  }
  .tablet\:p-b--83\% {
    padding-bottom: -83%;
  }
  .tablet\:bottom-83\% {
    bottom: 83%;
  }
  .tablet\:bottom--83\% {
    bottom: -83%;
  }
  .tablet\:m-l-83\% {
    margin-left: 83%;
  }
  .tablet\:m-l--83\% {
    margin-left: -83%;
  }
  .tablet\:p-l-83\% {
    padding-left: 83%;
  }
  .tablet\:p-l--83\% {
    padding-left: -83%;
  }
  .tablet\:left-83\% {
    left: 83%;
  }
  .tablet\:left--83\% {
    left: -83%;
  }
  .tablet\:m-r-83\% {
    margin-right: 83%;
  }
  .tablet\:m-r--83\% {
    margin-right: -83%;
  }
  .tablet\:p-r-83\% {
    padding-right: 83%;
  }
  .tablet\:p-r--83\% {
    padding-right: -83%;
  }
  .tablet\:right-83\% {
    right: 83%;
  }
  .tablet\:right--83\% {
    right: -83%;
  }
  .tablet\:h-83\% {
    height: 83%;
  }
  .tablet\:w-83\% {
    width: 83%;
  }
  .tablet\:max_h-83\% {
    max-height: 83%;
  }
  .tablet\:max_w-83\% {
    max-width: 83%;
  }
  .tablet\:min_h-83\% {
    min-height: 83%;
  }
  .tablet\:min_w-83\% {
    min-width: 83%;
  }
  .tablet\:h-83vh {
    height: 83vh;
  }
  .tablet\:w-83vw {
    width: 83vw;
  }
  .tablet\:min_w-83vw {
    min-width: 83vw;
  }
  .tablet\:min_h-83vh {
    min-height: 83vh;
  }
  .tablet\:max_w-83vw {
    max-width: 83vw;
  }
  .tablet\:max_h-83vh {
    max-height: 83vh;
  }
  .tablet\:m-t-84\% {
    margin-top: 84%;
  }
  .tablet\:m-t--84\% {
    margin-top: -84%;
  }
  .tablet\:p-t-84\% {
    padding-top: 84%;
  }
  .tablet\:p-t--84\% {
    padding-top: -84%;
  }
  .tablet\:top-84\% {
    top: 84%;
  }
  .tablet\:top--84\% {
    top: -84%;
  }
  .tablet\:m-b-84\% {
    margin-bottom: 84%;
  }
  .tablet\:m-b--84\% {
    margin-bottom: -84%;
  }
  .tablet\:p-b-84\% {
    padding-bottom: 84%;
  }
  .tablet\:p-b--84\% {
    padding-bottom: -84%;
  }
  .tablet\:bottom-84\% {
    bottom: 84%;
  }
  .tablet\:bottom--84\% {
    bottom: -84%;
  }
  .tablet\:m-l-84\% {
    margin-left: 84%;
  }
  .tablet\:m-l--84\% {
    margin-left: -84%;
  }
  .tablet\:p-l-84\% {
    padding-left: 84%;
  }
  .tablet\:p-l--84\% {
    padding-left: -84%;
  }
  .tablet\:left-84\% {
    left: 84%;
  }
  .tablet\:left--84\% {
    left: -84%;
  }
  .tablet\:m-r-84\% {
    margin-right: 84%;
  }
  .tablet\:m-r--84\% {
    margin-right: -84%;
  }
  .tablet\:p-r-84\% {
    padding-right: 84%;
  }
  .tablet\:p-r--84\% {
    padding-right: -84%;
  }
  .tablet\:right-84\% {
    right: 84%;
  }
  .tablet\:right--84\% {
    right: -84%;
  }
  .tablet\:h-84\% {
    height: 84%;
  }
  .tablet\:w-84\% {
    width: 84%;
  }
  .tablet\:max_h-84\% {
    max-height: 84%;
  }
  .tablet\:max_w-84\% {
    max-width: 84%;
  }
  .tablet\:min_h-84\% {
    min-height: 84%;
  }
  .tablet\:min_w-84\% {
    min-width: 84%;
  }
  .tablet\:h-84vh {
    height: 84vh;
  }
  .tablet\:w-84vw {
    width: 84vw;
  }
  .tablet\:min_w-84vw {
    min-width: 84vw;
  }
  .tablet\:min_h-84vh {
    min-height: 84vh;
  }
  .tablet\:max_w-84vw {
    max-width: 84vw;
  }
  .tablet\:max_h-84vh {
    max-height: 84vh;
  }
  .tablet\:m-t-85\% {
    margin-top: 85%;
  }
  .tablet\:m-t--85\% {
    margin-top: -85%;
  }
  .tablet\:p-t-85\% {
    padding-top: 85%;
  }
  .tablet\:p-t--85\% {
    padding-top: -85%;
  }
  .tablet\:top-85\% {
    top: 85%;
  }
  .tablet\:top--85\% {
    top: -85%;
  }
  .tablet\:m-b-85\% {
    margin-bottom: 85%;
  }
  .tablet\:m-b--85\% {
    margin-bottom: -85%;
  }
  .tablet\:p-b-85\% {
    padding-bottom: 85%;
  }
  .tablet\:p-b--85\% {
    padding-bottom: -85%;
  }
  .tablet\:bottom-85\% {
    bottom: 85%;
  }
  .tablet\:bottom--85\% {
    bottom: -85%;
  }
  .tablet\:m-l-85\% {
    margin-left: 85%;
  }
  .tablet\:m-l--85\% {
    margin-left: -85%;
  }
  .tablet\:p-l-85\% {
    padding-left: 85%;
  }
  .tablet\:p-l--85\% {
    padding-left: -85%;
  }
  .tablet\:left-85\% {
    left: 85%;
  }
  .tablet\:left--85\% {
    left: -85%;
  }
  .tablet\:m-r-85\% {
    margin-right: 85%;
  }
  .tablet\:m-r--85\% {
    margin-right: -85%;
  }
  .tablet\:p-r-85\% {
    padding-right: 85%;
  }
  .tablet\:p-r--85\% {
    padding-right: -85%;
  }
  .tablet\:right-85\% {
    right: 85%;
  }
  .tablet\:right--85\% {
    right: -85%;
  }
  .tablet\:h-85\% {
    height: 85%;
  }
  .tablet\:w-85\% {
    width: 85%;
  }
  .tablet\:max_h-85\% {
    max-height: 85%;
  }
  .tablet\:max_w-85\% {
    max-width: 85%;
  }
  .tablet\:min_h-85\% {
    min-height: 85%;
  }
  .tablet\:min_w-85\% {
    min-width: 85%;
  }
  .tablet\:h-85vh {
    height: 85vh;
  }
  .tablet\:w-85vw {
    width: 85vw;
  }
  .tablet\:min_w-85vw {
    min-width: 85vw;
  }
  .tablet\:min_h-85vh {
    min-height: 85vh;
  }
  .tablet\:max_w-85vw {
    max-width: 85vw;
  }
  .tablet\:max_h-85vh {
    max-height: 85vh;
  }
  .tablet\:m-t-86\% {
    margin-top: 86%;
  }
  .tablet\:m-t--86\% {
    margin-top: -86%;
  }
  .tablet\:p-t-86\% {
    padding-top: 86%;
  }
  .tablet\:p-t--86\% {
    padding-top: -86%;
  }
  .tablet\:top-86\% {
    top: 86%;
  }
  .tablet\:top--86\% {
    top: -86%;
  }
  .tablet\:m-b-86\% {
    margin-bottom: 86%;
  }
  .tablet\:m-b--86\% {
    margin-bottom: -86%;
  }
  .tablet\:p-b-86\% {
    padding-bottom: 86%;
  }
  .tablet\:p-b--86\% {
    padding-bottom: -86%;
  }
  .tablet\:bottom-86\% {
    bottom: 86%;
  }
  .tablet\:bottom--86\% {
    bottom: -86%;
  }
  .tablet\:m-l-86\% {
    margin-left: 86%;
  }
  .tablet\:m-l--86\% {
    margin-left: -86%;
  }
  .tablet\:p-l-86\% {
    padding-left: 86%;
  }
  .tablet\:p-l--86\% {
    padding-left: -86%;
  }
  .tablet\:left-86\% {
    left: 86%;
  }
  .tablet\:left--86\% {
    left: -86%;
  }
  .tablet\:m-r-86\% {
    margin-right: 86%;
  }
  .tablet\:m-r--86\% {
    margin-right: -86%;
  }
  .tablet\:p-r-86\% {
    padding-right: 86%;
  }
  .tablet\:p-r--86\% {
    padding-right: -86%;
  }
  .tablet\:right-86\% {
    right: 86%;
  }
  .tablet\:right--86\% {
    right: -86%;
  }
  .tablet\:h-86\% {
    height: 86%;
  }
  .tablet\:w-86\% {
    width: 86%;
  }
  .tablet\:max_h-86\% {
    max-height: 86%;
  }
  .tablet\:max_w-86\% {
    max-width: 86%;
  }
  .tablet\:min_h-86\% {
    min-height: 86%;
  }
  .tablet\:min_w-86\% {
    min-width: 86%;
  }
  .tablet\:h-86vh {
    height: 86vh;
  }
  .tablet\:w-86vw {
    width: 86vw;
  }
  .tablet\:min_w-86vw {
    min-width: 86vw;
  }
  .tablet\:min_h-86vh {
    min-height: 86vh;
  }
  .tablet\:max_w-86vw {
    max-width: 86vw;
  }
  .tablet\:max_h-86vh {
    max-height: 86vh;
  }
  .tablet\:m-t-87\% {
    margin-top: 87%;
  }
  .tablet\:m-t--87\% {
    margin-top: -87%;
  }
  .tablet\:p-t-87\% {
    padding-top: 87%;
  }
  .tablet\:p-t--87\% {
    padding-top: -87%;
  }
  .tablet\:top-87\% {
    top: 87%;
  }
  .tablet\:top--87\% {
    top: -87%;
  }
  .tablet\:m-b-87\% {
    margin-bottom: 87%;
  }
  .tablet\:m-b--87\% {
    margin-bottom: -87%;
  }
  .tablet\:p-b-87\% {
    padding-bottom: 87%;
  }
  .tablet\:p-b--87\% {
    padding-bottom: -87%;
  }
  .tablet\:bottom-87\% {
    bottom: 87%;
  }
  .tablet\:bottom--87\% {
    bottom: -87%;
  }
  .tablet\:m-l-87\% {
    margin-left: 87%;
  }
  .tablet\:m-l--87\% {
    margin-left: -87%;
  }
  .tablet\:p-l-87\% {
    padding-left: 87%;
  }
  .tablet\:p-l--87\% {
    padding-left: -87%;
  }
  .tablet\:left-87\% {
    left: 87%;
  }
  .tablet\:left--87\% {
    left: -87%;
  }
  .tablet\:m-r-87\% {
    margin-right: 87%;
  }
  .tablet\:m-r--87\% {
    margin-right: -87%;
  }
  .tablet\:p-r-87\% {
    padding-right: 87%;
  }
  .tablet\:p-r--87\% {
    padding-right: -87%;
  }
  .tablet\:right-87\% {
    right: 87%;
  }
  .tablet\:right--87\% {
    right: -87%;
  }
  .tablet\:h-87\% {
    height: 87%;
  }
  .tablet\:w-87\% {
    width: 87%;
  }
  .tablet\:max_h-87\% {
    max-height: 87%;
  }
  .tablet\:max_w-87\% {
    max-width: 87%;
  }
  .tablet\:min_h-87\% {
    min-height: 87%;
  }
  .tablet\:min_w-87\% {
    min-width: 87%;
  }
  .tablet\:h-87vh {
    height: 87vh;
  }
  .tablet\:w-87vw {
    width: 87vw;
  }
  .tablet\:min_w-87vw {
    min-width: 87vw;
  }
  .tablet\:min_h-87vh {
    min-height: 87vh;
  }
  .tablet\:max_w-87vw {
    max-width: 87vw;
  }
  .tablet\:max_h-87vh {
    max-height: 87vh;
  }
  .tablet\:m-t-88\% {
    margin-top: 88%;
  }
  .tablet\:m-t--88\% {
    margin-top: -88%;
  }
  .tablet\:p-t-88\% {
    padding-top: 88%;
  }
  .tablet\:p-t--88\% {
    padding-top: -88%;
  }
  .tablet\:top-88\% {
    top: 88%;
  }
  .tablet\:top--88\% {
    top: -88%;
  }
  .tablet\:m-b-88\% {
    margin-bottom: 88%;
  }
  .tablet\:m-b--88\% {
    margin-bottom: -88%;
  }
  .tablet\:p-b-88\% {
    padding-bottom: 88%;
  }
  .tablet\:p-b--88\% {
    padding-bottom: -88%;
  }
  .tablet\:bottom-88\% {
    bottom: 88%;
  }
  .tablet\:bottom--88\% {
    bottom: -88%;
  }
  .tablet\:m-l-88\% {
    margin-left: 88%;
  }
  .tablet\:m-l--88\% {
    margin-left: -88%;
  }
  .tablet\:p-l-88\% {
    padding-left: 88%;
  }
  .tablet\:p-l--88\% {
    padding-left: -88%;
  }
  .tablet\:left-88\% {
    left: 88%;
  }
  .tablet\:left--88\% {
    left: -88%;
  }
  .tablet\:m-r-88\% {
    margin-right: 88%;
  }
  .tablet\:m-r--88\% {
    margin-right: -88%;
  }
  .tablet\:p-r-88\% {
    padding-right: 88%;
  }
  .tablet\:p-r--88\% {
    padding-right: -88%;
  }
  .tablet\:right-88\% {
    right: 88%;
  }
  .tablet\:right--88\% {
    right: -88%;
  }
  .tablet\:h-88\% {
    height: 88%;
  }
  .tablet\:w-88\% {
    width: 88%;
  }
  .tablet\:max_h-88\% {
    max-height: 88%;
  }
  .tablet\:max_w-88\% {
    max-width: 88%;
  }
  .tablet\:min_h-88\% {
    min-height: 88%;
  }
  .tablet\:min_w-88\% {
    min-width: 88%;
  }
  .tablet\:h-88vh {
    height: 88vh;
  }
  .tablet\:w-88vw {
    width: 88vw;
  }
  .tablet\:min_w-88vw {
    min-width: 88vw;
  }
  .tablet\:min_h-88vh {
    min-height: 88vh;
  }
  .tablet\:max_w-88vw {
    max-width: 88vw;
  }
  .tablet\:max_h-88vh {
    max-height: 88vh;
  }
  .tablet\:m-t-89\% {
    margin-top: 89%;
  }
  .tablet\:m-t--89\% {
    margin-top: -89%;
  }
  .tablet\:p-t-89\% {
    padding-top: 89%;
  }
  .tablet\:p-t--89\% {
    padding-top: -89%;
  }
  .tablet\:top-89\% {
    top: 89%;
  }
  .tablet\:top--89\% {
    top: -89%;
  }
  .tablet\:m-b-89\% {
    margin-bottom: 89%;
  }
  .tablet\:m-b--89\% {
    margin-bottom: -89%;
  }
  .tablet\:p-b-89\% {
    padding-bottom: 89%;
  }
  .tablet\:p-b--89\% {
    padding-bottom: -89%;
  }
  .tablet\:bottom-89\% {
    bottom: 89%;
  }
  .tablet\:bottom--89\% {
    bottom: -89%;
  }
  .tablet\:m-l-89\% {
    margin-left: 89%;
  }
  .tablet\:m-l--89\% {
    margin-left: -89%;
  }
  .tablet\:p-l-89\% {
    padding-left: 89%;
  }
  .tablet\:p-l--89\% {
    padding-left: -89%;
  }
  .tablet\:left-89\% {
    left: 89%;
  }
  .tablet\:left--89\% {
    left: -89%;
  }
  .tablet\:m-r-89\% {
    margin-right: 89%;
  }
  .tablet\:m-r--89\% {
    margin-right: -89%;
  }
  .tablet\:p-r-89\% {
    padding-right: 89%;
  }
  .tablet\:p-r--89\% {
    padding-right: -89%;
  }
  .tablet\:right-89\% {
    right: 89%;
  }
  .tablet\:right--89\% {
    right: -89%;
  }
  .tablet\:h-89\% {
    height: 89%;
  }
  .tablet\:w-89\% {
    width: 89%;
  }
  .tablet\:max_h-89\% {
    max-height: 89%;
  }
  .tablet\:max_w-89\% {
    max-width: 89%;
  }
  .tablet\:min_h-89\% {
    min-height: 89%;
  }
  .tablet\:min_w-89\% {
    min-width: 89%;
  }
  .tablet\:h-89vh {
    height: 89vh;
  }
  .tablet\:w-89vw {
    width: 89vw;
  }
  .tablet\:min_w-89vw {
    min-width: 89vw;
  }
  .tablet\:min_h-89vh {
    min-height: 89vh;
  }
  .tablet\:max_w-89vw {
    max-width: 89vw;
  }
  .tablet\:max_h-89vh {
    max-height: 89vh;
  }
  .tablet\:m-t-90\% {
    margin-top: 90%;
  }
  .tablet\:m-t--90\% {
    margin-top: -90%;
  }
  .tablet\:p-t-90\% {
    padding-top: 90%;
  }
  .tablet\:p-t--90\% {
    padding-top: -90%;
  }
  .tablet\:top-90\% {
    top: 90%;
  }
  .tablet\:top--90\% {
    top: -90%;
  }
  .tablet\:m-b-90\% {
    margin-bottom: 90%;
  }
  .tablet\:m-b--90\% {
    margin-bottom: -90%;
  }
  .tablet\:p-b-90\% {
    padding-bottom: 90%;
  }
  .tablet\:p-b--90\% {
    padding-bottom: -90%;
  }
  .tablet\:bottom-90\% {
    bottom: 90%;
  }
  .tablet\:bottom--90\% {
    bottom: -90%;
  }
  .tablet\:m-l-90\% {
    margin-left: 90%;
  }
  .tablet\:m-l--90\% {
    margin-left: -90%;
  }
  .tablet\:p-l-90\% {
    padding-left: 90%;
  }
  .tablet\:p-l--90\% {
    padding-left: -90%;
  }
  .tablet\:left-90\% {
    left: 90%;
  }
  .tablet\:left--90\% {
    left: -90%;
  }
  .tablet\:m-r-90\% {
    margin-right: 90%;
  }
  .tablet\:m-r--90\% {
    margin-right: -90%;
  }
  .tablet\:p-r-90\% {
    padding-right: 90%;
  }
  .tablet\:p-r--90\% {
    padding-right: -90%;
  }
  .tablet\:right-90\% {
    right: 90%;
  }
  .tablet\:right--90\% {
    right: -90%;
  }
  .tablet\:h-90\% {
    height: 90%;
  }
  .tablet\:w-90\% {
    width: 90%;
  }
  .tablet\:max_h-90\% {
    max-height: 90%;
  }
  .tablet\:max_w-90\% {
    max-width: 90%;
  }
  .tablet\:min_h-90\% {
    min-height: 90%;
  }
  .tablet\:min_w-90\% {
    min-width: 90%;
  }
  .tablet\:h-90vh {
    height: 90vh;
  }
  .tablet\:w-90vw {
    width: 90vw;
  }
  .tablet\:min_w-90vw {
    min-width: 90vw;
  }
  .tablet\:min_h-90vh {
    min-height: 90vh;
  }
  .tablet\:max_w-90vw {
    max-width: 90vw;
  }
  .tablet\:max_h-90vh {
    max-height: 90vh;
  }
  .tablet\:m-t-91\% {
    margin-top: 91%;
  }
  .tablet\:m-t--91\% {
    margin-top: -91%;
  }
  .tablet\:p-t-91\% {
    padding-top: 91%;
  }
  .tablet\:p-t--91\% {
    padding-top: -91%;
  }
  .tablet\:top-91\% {
    top: 91%;
  }
  .tablet\:top--91\% {
    top: -91%;
  }
  .tablet\:m-b-91\% {
    margin-bottom: 91%;
  }
  .tablet\:m-b--91\% {
    margin-bottom: -91%;
  }
  .tablet\:p-b-91\% {
    padding-bottom: 91%;
  }
  .tablet\:p-b--91\% {
    padding-bottom: -91%;
  }
  .tablet\:bottom-91\% {
    bottom: 91%;
  }
  .tablet\:bottom--91\% {
    bottom: -91%;
  }
  .tablet\:m-l-91\% {
    margin-left: 91%;
  }
  .tablet\:m-l--91\% {
    margin-left: -91%;
  }
  .tablet\:p-l-91\% {
    padding-left: 91%;
  }
  .tablet\:p-l--91\% {
    padding-left: -91%;
  }
  .tablet\:left-91\% {
    left: 91%;
  }
  .tablet\:left--91\% {
    left: -91%;
  }
  .tablet\:m-r-91\% {
    margin-right: 91%;
  }
  .tablet\:m-r--91\% {
    margin-right: -91%;
  }
  .tablet\:p-r-91\% {
    padding-right: 91%;
  }
  .tablet\:p-r--91\% {
    padding-right: -91%;
  }
  .tablet\:right-91\% {
    right: 91%;
  }
  .tablet\:right--91\% {
    right: -91%;
  }
  .tablet\:h-91\% {
    height: 91%;
  }
  .tablet\:w-91\% {
    width: 91%;
  }
  .tablet\:max_h-91\% {
    max-height: 91%;
  }
  .tablet\:max_w-91\% {
    max-width: 91%;
  }
  .tablet\:min_h-91\% {
    min-height: 91%;
  }
  .tablet\:min_w-91\% {
    min-width: 91%;
  }
  .tablet\:h-91vh {
    height: 91vh;
  }
  .tablet\:w-91vw {
    width: 91vw;
  }
  .tablet\:min_w-91vw {
    min-width: 91vw;
  }
  .tablet\:min_h-91vh {
    min-height: 91vh;
  }
  .tablet\:max_w-91vw {
    max-width: 91vw;
  }
  .tablet\:max_h-91vh {
    max-height: 91vh;
  }
  .tablet\:m-t-92\% {
    margin-top: 92%;
  }
  .tablet\:m-t--92\% {
    margin-top: -92%;
  }
  .tablet\:p-t-92\% {
    padding-top: 92%;
  }
  .tablet\:p-t--92\% {
    padding-top: -92%;
  }
  .tablet\:top-92\% {
    top: 92%;
  }
  .tablet\:top--92\% {
    top: -92%;
  }
  .tablet\:m-b-92\% {
    margin-bottom: 92%;
  }
  .tablet\:m-b--92\% {
    margin-bottom: -92%;
  }
  .tablet\:p-b-92\% {
    padding-bottom: 92%;
  }
  .tablet\:p-b--92\% {
    padding-bottom: -92%;
  }
  .tablet\:bottom-92\% {
    bottom: 92%;
  }
  .tablet\:bottom--92\% {
    bottom: -92%;
  }
  .tablet\:m-l-92\% {
    margin-left: 92%;
  }
  .tablet\:m-l--92\% {
    margin-left: -92%;
  }
  .tablet\:p-l-92\% {
    padding-left: 92%;
  }
  .tablet\:p-l--92\% {
    padding-left: -92%;
  }
  .tablet\:left-92\% {
    left: 92%;
  }
  .tablet\:left--92\% {
    left: -92%;
  }
  .tablet\:m-r-92\% {
    margin-right: 92%;
  }
  .tablet\:m-r--92\% {
    margin-right: -92%;
  }
  .tablet\:p-r-92\% {
    padding-right: 92%;
  }
  .tablet\:p-r--92\% {
    padding-right: -92%;
  }
  .tablet\:right-92\% {
    right: 92%;
  }
  .tablet\:right--92\% {
    right: -92%;
  }
  .tablet\:h-92\% {
    height: 92%;
  }
  .tablet\:w-92\% {
    width: 92%;
  }
  .tablet\:max_h-92\% {
    max-height: 92%;
  }
  .tablet\:max_w-92\% {
    max-width: 92%;
  }
  .tablet\:min_h-92\% {
    min-height: 92%;
  }
  .tablet\:min_w-92\% {
    min-width: 92%;
  }
  .tablet\:h-92vh {
    height: 92vh;
  }
  .tablet\:w-92vw {
    width: 92vw;
  }
  .tablet\:min_w-92vw {
    min-width: 92vw;
  }
  .tablet\:min_h-92vh {
    min-height: 92vh;
  }
  .tablet\:max_w-92vw {
    max-width: 92vw;
  }
  .tablet\:max_h-92vh {
    max-height: 92vh;
  }
  .tablet\:m-t-93\% {
    margin-top: 93%;
  }
  .tablet\:m-t--93\% {
    margin-top: -93%;
  }
  .tablet\:p-t-93\% {
    padding-top: 93%;
  }
  .tablet\:p-t--93\% {
    padding-top: -93%;
  }
  .tablet\:top-93\% {
    top: 93%;
  }
  .tablet\:top--93\% {
    top: -93%;
  }
  .tablet\:m-b-93\% {
    margin-bottom: 93%;
  }
  .tablet\:m-b--93\% {
    margin-bottom: -93%;
  }
  .tablet\:p-b-93\% {
    padding-bottom: 93%;
  }
  .tablet\:p-b--93\% {
    padding-bottom: -93%;
  }
  .tablet\:bottom-93\% {
    bottom: 93%;
  }
  .tablet\:bottom--93\% {
    bottom: -93%;
  }
  .tablet\:m-l-93\% {
    margin-left: 93%;
  }
  .tablet\:m-l--93\% {
    margin-left: -93%;
  }
  .tablet\:p-l-93\% {
    padding-left: 93%;
  }
  .tablet\:p-l--93\% {
    padding-left: -93%;
  }
  .tablet\:left-93\% {
    left: 93%;
  }
  .tablet\:left--93\% {
    left: -93%;
  }
  .tablet\:m-r-93\% {
    margin-right: 93%;
  }
  .tablet\:m-r--93\% {
    margin-right: -93%;
  }
  .tablet\:p-r-93\% {
    padding-right: 93%;
  }
  .tablet\:p-r--93\% {
    padding-right: -93%;
  }
  .tablet\:right-93\% {
    right: 93%;
  }
  .tablet\:right--93\% {
    right: -93%;
  }
  .tablet\:h-93\% {
    height: 93%;
  }
  .tablet\:w-93\% {
    width: 93%;
  }
  .tablet\:max_h-93\% {
    max-height: 93%;
  }
  .tablet\:max_w-93\% {
    max-width: 93%;
  }
  .tablet\:min_h-93\% {
    min-height: 93%;
  }
  .tablet\:min_w-93\% {
    min-width: 93%;
  }
  .tablet\:h-93vh {
    height: 93vh;
  }
  .tablet\:w-93vw {
    width: 93vw;
  }
  .tablet\:min_w-93vw {
    min-width: 93vw;
  }
  .tablet\:min_h-93vh {
    min-height: 93vh;
  }
  .tablet\:max_w-93vw {
    max-width: 93vw;
  }
  .tablet\:max_h-93vh {
    max-height: 93vh;
  }
  .tablet\:m-t-94\% {
    margin-top: 94%;
  }
  .tablet\:m-t--94\% {
    margin-top: -94%;
  }
  .tablet\:p-t-94\% {
    padding-top: 94%;
  }
  .tablet\:p-t--94\% {
    padding-top: -94%;
  }
  .tablet\:top-94\% {
    top: 94%;
  }
  .tablet\:top--94\% {
    top: -94%;
  }
  .tablet\:m-b-94\% {
    margin-bottom: 94%;
  }
  .tablet\:m-b--94\% {
    margin-bottom: -94%;
  }
  .tablet\:p-b-94\% {
    padding-bottom: 94%;
  }
  .tablet\:p-b--94\% {
    padding-bottom: -94%;
  }
  .tablet\:bottom-94\% {
    bottom: 94%;
  }
  .tablet\:bottom--94\% {
    bottom: -94%;
  }
  .tablet\:m-l-94\% {
    margin-left: 94%;
  }
  .tablet\:m-l--94\% {
    margin-left: -94%;
  }
  .tablet\:p-l-94\% {
    padding-left: 94%;
  }
  .tablet\:p-l--94\% {
    padding-left: -94%;
  }
  .tablet\:left-94\% {
    left: 94%;
  }
  .tablet\:left--94\% {
    left: -94%;
  }
  .tablet\:m-r-94\% {
    margin-right: 94%;
  }
  .tablet\:m-r--94\% {
    margin-right: -94%;
  }
  .tablet\:p-r-94\% {
    padding-right: 94%;
  }
  .tablet\:p-r--94\% {
    padding-right: -94%;
  }
  .tablet\:right-94\% {
    right: 94%;
  }
  .tablet\:right--94\% {
    right: -94%;
  }
  .tablet\:h-94\% {
    height: 94%;
  }
  .tablet\:w-94\% {
    width: 94%;
  }
  .tablet\:max_h-94\% {
    max-height: 94%;
  }
  .tablet\:max_w-94\% {
    max-width: 94%;
  }
  .tablet\:min_h-94\% {
    min-height: 94%;
  }
  .tablet\:min_w-94\% {
    min-width: 94%;
  }
  .tablet\:h-94vh {
    height: 94vh;
  }
  .tablet\:w-94vw {
    width: 94vw;
  }
  .tablet\:min_w-94vw {
    min-width: 94vw;
  }
  .tablet\:min_h-94vh {
    min-height: 94vh;
  }
  .tablet\:max_w-94vw {
    max-width: 94vw;
  }
  .tablet\:max_h-94vh {
    max-height: 94vh;
  }
  .tablet\:m-t-95\% {
    margin-top: 95%;
  }
  .tablet\:m-t--95\% {
    margin-top: -95%;
  }
  .tablet\:p-t-95\% {
    padding-top: 95%;
  }
  .tablet\:p-t--95\% {
    padding-top: -95%;
  }
  .tablet\:top-95\% {
    top: 95%;
  }
  .tablet\:top--95\% {
    top: -95%;
  }
  .tablet\:m-b-95\% {
    margin-bottom: 95%;
  }
  .tablet\:m-b--95\% {
    margin-bottom: -95%;
  }
  .tablet\:p-b-95\% {
    padding-bottom: 95%;
  }
  .tablet\:p-b--95\% {
    padding-bottom: -95%;
  }
  .tablet\:bottom-95\% {
    bottom: 95%;
  }
  .tablet\:bottom--95\% {
    bottom: -95%;
  }
  .tablet\:m-l-95\% {
    margin-left: 95%;
  }
  .tablet\:m-l--95\% {
    margin-left: -95%;
  }
  .tablet\:p-l-95\% {
    padding-left: 95%;
  }
  .tablet\:p-l--95\% {
    padding-left: -95%;
  }
  .tablet\:left-95\% {
    left: 95%;
  }
  .tablet\:left--95\% {
    left: -95%;
  }
  .tablet\:m-r-95\% {
    margin-right: 95%;
  }
  .tablet\:m-r--95\% {
    margin-right: -95%;
  }
  .tablet\:p-r-95\% {
    padding-right: 95%;
  }
  .tablet\:p-r--95\% {
    padding-right: -95%;
  }
  .tablet\:right-95\% {
    right: 95%;
  }
  .tablet\:right--95\% {
    right: -95%;
  }
  .tablet\:h-95\% {
    height: 95%;
  }
  .tablet\:w-95\% {
    width: 95%;
  }
  .tablet\:max_h-95\% {
    max-height: 95%;
  }
  .tablet\:max_w-95\% {
    max-width: 95%;
  }
  .tablet\:min_h-95\% {
    min-height: 95%;
  }
  .tablet\:min_w-95\% {
    min-width: 95%;
  }
  .tablet\:h-95vh {
    height: 95vh;
  }
  .tablet\:w-95vw {
    width: 95vw;
  }
  .tablet\:min_w-95vw {
    min-width: 95vw;
  }
  .tablet\:min_h-95vh {
    min-height: 95vh;
  }
  .tablet\:max_w-95vw {
    max-width: 95vw;
  }
  .tablet\:max_h-95vh {
    max-height: 95vh;
  }
  .tablet\:m-t-96\% {
    margin-top: 96%;
  }
  .tablet\:m-t--96\% {
    margin-top: -96%;
  }
  .tablet\:p-t-96\% {
    padding-top: 96%;
  }
  .tablet\:p-t--96\% {
    padding-top: -96%;
  }
  .tablet\:top-96\% {
    top: 96%;
  }
  .tablet\:top--96\% {
    top: -96%;
  }
  .tablet\:m-b-96\% {
    margin-bottom: 96%;
  }
  .tablet\:m-b--96\% {
    margin-bottom: -96%;
  }
  .tablet\:p-b-96\% {
    padding-bottom: 96%;
  }
  .tablet\:p-b--96\% {
    padding-bottom: -96%;
  }
  .tablet\:bottom-96\% {
    bottom: 96%;
  }
  .tablet\:bottom--96\% {
    bottom: -96%;
  }
  .tablet\:m-l-96\% {
    margin-left: 96%;
  }
  .tablet\:m-l--96\% {
    margin-left: -96%;
  }
  .tablet\:p-l-96\% {
    padding-left: 96%;
  }
  .tablet\:p-l--96\% {
    padding-left: -96%;
  }
  .tablet\:left-96\% {
    left: 96%;
  }
  .tablet\:left--96\% {
    left: -96%;
  }
  .tablet\:m-r-96\% {
    margin-right: 96%;
  }
  .tablet\:m-r--96\% {
    margin-right: -96%;
  }
  .tablet\:p-r-96\% {
    padding-right: 96%;
  }
  .tablet\:p-r--96\% {
    padding-right: -96%;
  }
  .tablet\:right-96\% {
    right: 96%;
  }
  .tablet\:right--96\% {
    right: -96%;
  }
  .tablet\:h-96\% {
    height: 96%;
  }
  .tablet\:w-96\% {
    width: 96%;
  }
  .tablet\:max_h-96\% {
    max-height: 96%;
  }
  .tablet\:max_w-96\% {
    max-width: 96%;
  }
  .tablet\:min_h-96\% {
    min-height: 96%;
  }
  .tablet\:min_w-96\% {
    min-width: 96%;
  }
  .tablet\:h-96vh {
    height: 96vh;
  }
  .tablet\:w-96vw {
    width: 96vw;
  }
  .tablet\:min_w-96vw {
    min-width: 96vw;
  }
  .tablet\:min_h-96vh {
    min-height: 96vh;
  }
  .tablet\:max_w-96vw {
    max-width: 96vw;
  }
  .tablet\:max_h-96vh {
    max-height: 96vh;
  }
  .tablet\:m-t-97\% {
    margin-top: 97%;
  }
  .tablet\:m-t--97\% {
    margin-top: -97%;
  }
  .tablet\:p-t-97\% {
    padding-top: 97%;
  }
  .tablet\:p-t--97\% {
    padding-top: -97%;
  }
  .tablet\:top-97\% {
    top: 97%;
  }
  .tablet\:top--97\% {
    top: -97%;
  }
  .tablet\:m-b-97\% {
    margin-bottom: 97%;
  }
  .tablet\:m-b--97\% {
    margin-bottom: -97%;
  }
  .tablet\:p-b-97\% {
    padding-bottom: 97%;
  }
  .tablet\:p-b--97\% {
    padding-bottom: -97%;
  }
  .tablet\:bottom-97\% {
    bottom: 97%;
  }
  .tablet\:bottom--97\% {
    bottom: -97%;
  }
  .tablet\:m-l-97\% {
    margin-left: 97%;
  }
  .tablet\:m-l--97\% {
    margin-left: -97%;
  }
  .tablet\:p-l-97\% {
    padding-left: 97%;
  }
  .tablet\:p-l--97\% {
    padding-left: -97%;
  }
  .tablet\:left-97\% {
    left: 97%;
  }
  .tablet\:left--97\% {
    left: -97%;
  }
  .tablet\:m-r-97\% {
    margin-right: 97%;
  }
  .tablet\:m-r--97\% {
    margin-right: -97%;
  }
  .tablet\:p-r-97\% {
    padding-right: 97%;
  }
  .tablet\:p-r--97\% {
    padding-right: -97%;
  }
  .tablet\:right-97\% {
    right: 97%;
  }
  .tablet\:right--97\% {
    right: -97%;
  }
  .tablet\:h-97\% {
    height: 97%;
  }
  .tablet\:w-97\% {
    width: 97%;
  }
  .tablet\:max_h-97\% {
    max-height: 97%;
  }
  .tablet\:max_w-97\% {
    max-width: 97%;
  }
  .tablet\:min_h-97\% {
    min-height: 97%;
  }
  .tablet\:min_w-97\% {
    min-width: 97%;
  }
  .tablet\:h-97vh {
    height: 97vh;
  }
  .tablet\:w-97vw {
    width: 97vw;
  }
  .tablet\:min_w-97vw {
    min-width: 97vw;
  }
  .tablet\:min_h-97vh {
    min-height: 97vh;
  }
  .tablet\:max_w-97vw {
    max-width: 97vw;
  }
  .tablet\:max_h-97vh {
    max-height: 97vh;
  }
  .tablet\:m-t-98\% {
    margin-top: 98%;
  }
  .tablet\:m-t--98\% {
    margin-top: -98%;
  }
  .tablet\:p-t-98\% {
    padding-top: 98%;
  }
  .tablet\:p-t--98\% {
    padding-top: -98%;
  }
  .tablet\:top-98\% {
    top: 98%;
  }
  .tablet\:top--98\% {
    top: -98%;
  }
  .tablet\:m-b-98\% {
    margin-bottom: 98%;
  }
  .tablet\:m-b--98\% {
    margin-bottom: -98%;
  }
  .tablet\:p-b-98\% {
    padding-bottom: 98%;
  }
  .tablet\:p-b--98\% {
    padding-bottom: -98%;
  }
  .tablet\:bottom-98\% {
    bottom: 98%;
  }
  .tablet\:bottom--98\% {
    bottom: -98%;
  }
  .tablet\:m-l-98\% {
    margin-left: 98%;
  }
  .tablet\:m-l--98\% {
    margin-left: -98%;
  }
  .tablet\:p-l-98\% {
    padding-left: 98%;
  }
  .tablet\:p-l--98\% {
    padding-left: -98%;
  }
  .tablet\:left-98\% {
    left: 98%;
  }
  .tablet\:left--98\% {
    left: -98%;
  }
  .tablet\:m-r-98\% {
    margin-right: 98%;
  }
  .tablet\:m-r--98\% {
    margin-right: -98%;
  }
  .tablet\:p-r-98\% {
    padding-right: 98%;
  }
  .tablet\:p-r--98\% {
    padding-right: -98%;
  }
  .tablet\:right-98\% {
    right: 98%;
  }
  .tablet\:right--98\% {
    right: -98%;
  }
  .tablet\:h-98\% {
    height: 98%;
  }
  .tablet\:w-98\% {
    width: 98%;
  }
  .tablet\:max_h-98\% {
    max-height: 98%;
  }
  .tablet\:max_w-98\% {
    max-width: 98%;
  }
  .tablet\:min_h-98\% {
    min-height: 98%;
  }
  .tablet\:min_w-98\% {
    min-width: 98%;
  }
  .tablet\:h-98vh {
    height: 98vh;
  }
  .tablet\:w-98vw {
    width: 98vw;
  }
  .tablet\:min_w-98vw {
    min-width: 98vw;
  }
  .tablet\:min_h-98vh {
    min-height: 98vh;
  }
  .tablet\:max_w-98vw {
    max-width: 98vw;
  }
  .tablet\:max_h-98vh {
    max-height: 98vh;
  }
  .tablet\:m-t-99\% {
    margin-top: 99%;
  }
  .tablet\:m-t--99\% {
    margin-top: -99%;
  }
  .tablet\:p-t-99\% {
    padding-top: 99%;
  }
  .tablet\:p-t--99\% {
    padding-top: -99%;
  }
  .tablet\:top-99\% {
    top: 99%;
  }
  .tablet\:top--99\% {
    top: -99%;
  }
  .tablet\:m-b-99\% {
    margin-bottom: 99%;
  }
  .tablet\:m-b--99\% {
    margin-bottom: -99%;
  }
  .tablet\:p-b-99\% {
    padding-bottom: 99%;
  }
  .tablet\:p-b--99\% {
    padding-bottom: -99%;
  }
  .tablet\:bottom-99\% {
    bottom: 99%;
  }
  .tablet\:bottom--99\% {
    bottom: -99%;
  }
  .tablet\:m-l-99\% {
    margin-left: 99%;
  }
  .tablet\:m-l--99\% {
    margin-left: -99%;
  }
  .tablet\:p-l-99\% {
    padding-left: 99%;
  }
  .tablet\:p-l--99\% {
    padding-left: -99%;
  }
  .tablet\:left-99\% {
    left: 99%;
  }
  .tablet\:left--99\% {
    left: -99%;
  }
  .tablet\:m-r-99\% {
    margin-right: 99%;
  }
  .tablet\:m-r--99\% {
    margin-right: -99%;
  }
  .tablet\:p-r-99\% {
    padding-right: 99%;
  }
  .tablet\:p-r--99\% {
    padding-right: -99%;
  }
  .tablet\:right-99\% {
    right: 99%;
  }
  .tablet\:right--99\% {
    right: -99%;
  }
  .tablet\:h-99\% {
    height: 99%;
  }
  .tablet\:w-99\% {
    width: 99%;
  }
  .tablet\:max_h-99\% {
    max-height: 99%;
  }
  .tablet\:max_w-99\% {
    max-width: 99%;
  }
  .tablet\:min_h-99\% {
    min-height: 99%;
  }
  .tablet\:min_w-99\% {
    min-width: 99%;
  }
  .tablet\:h-99vh {
    height: 99vh;
  }
  .tablet\:w-99vw {
    width: 99vw;
  }
  .tablet\:min_w-99vw {
    min-width: 99vw;
  }
  .tablet\:min_h-99vh {
    min-height: 99vh;
  }
  .tablet\:max_w-99vw {
    max-width: 99vw;
  }
  .tablet\:max_h-99vh {
    max-height: 99vh;
  }
  .tablet\:m-t-100\% {
    margin-top: 100%;
  }
  .tablet\:m-t--100\% {
    margin-top: -100%;
  }
  .tablet\:p-t-100\% {
    padding-top: 100%;
  }
  .tablet\:p-t--100\% {
    padding-top: -100%;
  }
  .tablet\:top-100\% {
    top: 100%;
  }
  .tablet\:top--100\% {
    top: -100%;
  }
  .tablet\:m-b-100\% {
    margin-bottom: 100%;
  }
  .tablet\:m-b--100\% {
    margin-bottom: -100%;
  }
  .tablet\:p-b-100\% {
    padding-bottom: 100%;
  }
  .tablet\:p-b--100\% {
    padding-bottom: -100%;
  }
  .tablet\:bottom-100\% {
    bottom: 100%;
  }
  .tablet\:bottom--100\% {
    bottom: -100%;
  }
  .tablet\:m-l-100\% {
    margin-left: 100%;
  }
  .tablet\:m-l--100\% {
    margin-left: -100%;
  }
  .tablet\:p-l-100\% {
    padding-left: 100%;
  }
  .tablet\:p-l--100\% {
    padding-left: -100%;
  }
  .tablet\:left-100\% {
    left: 100%;
  }
  .tablet\:left--100\% {
    left: -100%;
  }
  .tablet\:m-r-100\% {
    margin-right: 100%;
  }
  .tablet\:m-r--100\% {
    margin-right: -100%;
  }
  .tablet\:p-r-100\% {
    padding-right: 100%;
  }
  .tablet\:p-r--100\% {
    padding-right: -100%;
  }
  .tablet\:right-100\% {
    right: 100%;
  }
  .tablet\:right--100\% {
    right: -100%;
  }
  .tablet\:h-100\% {
    height: 100%;
  }
  .tablet\:w-100\% {
    width: 100%;
  }
  .tablet\:max_h-100\% {
    max-height: 100%;
  }
  .tablet\:max_w-100\% {
    max-width: 100%;
  }
  .tablet\:min_h-100\% {
    min-height: 100%;
  }
  .tablet\:min_w-100\% {
    min-width: 100%;
  }
  .tablet\:h-100vh {
    height: 100vh;
  }
  .tablet\:w-100vw {
    width: 100vw;
  }
  .tablet\:min_w-100vw {
    min-width: 100vw;
  }
  .tablet\:min_h-100vh {
    min-height: 100vh;
  }
  .tablet\:max_w-100vw {
    max-width: 100vw;
  }
  .tablet\:max_h-100vh {
    max-height: 100vh;
  }
  .tablet\:m-t-101\% {
    margin-top: 101%;
  }
  .tablet\:m-t--101\% {
    margin-top: -101%;
  }
  .tablet\:p-t-101\% {
    padding-top: 101%;
  }
  .tablet\:p-t--101\% {
    padding-top: -101%;
  }
  .tablet\:top-101\% {
    top: 101%;
  }
  .tablet\:top--101\% {
    top: -101%;
  }
  .tablet\:m-b-101\% {
    margin-bottom: 101%;
  }
  .tablet\:m-b--101\% {
    margin-bottom: -101%;
  }
  .tablet\:p-b-101\% {
    padding-bottom: 101%;
  }
  .tablet\:p-b--101\% {
    padding-bottom: -101%;
  }
  .tablet\:bottom-101\% {
    bottom: 101%;
  }
  .tablet\:bottom--101\% {
    bottom: -101%;
  }
  .tablet\:m-l-101\% {
    margin-left: 101%;
  }
  .tablet\:m-l--101\% {
    margin-left: -101%;
  }
  .tablet\:p-l-101\% {
    padding-left: 101%;
  }
  .tablet\:p-l--101\% {
    padding-left: -101%;
  }
  .tablet\:left-101\% {
    left: 101%;
  }
  .tablet\:left--101\% {
    left: -101%;
  }
  .tablet\:m-r-101\% {
    margin-right: 101%;
  }
  .tablet\:m-r--101\% {
    margin-right: -101%;
  }
  .tablet\:p-r-101\% {
    padding-right: 101%;
  }
  .tablet\:p-r--101\% {
    padding-right: -101%;
  }
  .tablet\:right-101\% {
    right: 101%;
  }
  .tablet\:right--101\% {
    right: -101%;
  }
  .tablet\:h-101\% {
    height: 101%;
  }
  .tablet\:w-101\% {
    width: 101%;
  }
  .tablet\:max_h-101\% {
    max-height: 101%;
  }
  .tablet\:max_w-101\% {
    max-width: 101%;
  }
  .tablet\:min_h-101\% {
    min-height: 101%;
  }
  .tablet\:min_w-101\% {
    min-width: 101%;
  }
  .tablet\:h-101vh {
    height: 101vh;
  }
  .tablet\:w-101vw {
    width: 101vw;
  }
  .tablet\:min_w-101vw {
    min-width: 101vw;
  }
  .tablet\:min_h-101vh {
    min-height: 101vh;
  }
  .tablet\:max_w-101vw {
    max-width: 101vw;
  }
  .tablet\:max_h-101vh {
    max-height: 101vh;
  }
  .tablet\:m-t-102\% {
    margin-top: 102%;
  }
  .tablet\:m-t--102\% {
    margin-top: -102%;
  }
  .tablet\:p-t-102\% {
    padding-top: 102%;
  }
  .tablet\:p-t--102\% {
    padding-top: -102%;
  }
  .tablet\:top-102\% {
    top: 102%;
  }
  .tablet\:top--102\% {
    top: -102%;
  }
  .tablet\:m-b-102\% {
    margin-bottom: 102%;
  }
  .tablet\:m-b--102\% {
    margin-bottom: -102%;
  }
  .tablet\:p-b-102\% {
    padding-bottom: 102%;
  }
  .tablet\:p-b--102\% {
    padding-bottom: -102%;
  }
  .tablet\:bottom-102\% {
    bottom: 102%;
  }
  .tablet\:bottom--102\% {
    bottom: -102%;
  }
  .tablet\:m-l-102\% {
    margin-left: 102%;
  }
  .tablet\:m-l--102\% {
    margin-left: -102%;
  }
  .tablet\:p-l-102\% {
    padding-left: 102%;
  }
  .tablet\:p-l--102\% {
    padding-left: -102%;
  }
  .tablet\:left-102\% {
    left: 102%;
  }
  .tablet\:left--102\% {
    left: -102%;
  }
  .tablet\:m-r-102\% {
    margin-right: 102%;
  }
  .tablet\:m-r--102\% {
    margin-right: -102%;
  }
  .tablet\:p-r-102\% {
    padding-right: 102%;
  }
  .tablet\:p-r--102\% {
    padding-right: -102%;
  }
  .tablet\:right-102\% {
    right: 102%;
  }
  .tablet\:right--102\% {
    right: -102%;
  }
  .tablet\:h-102\% {
    height: 102%;
  }
  .tablet\:w-102\% {
    width: 102%;
  }
  .tablet\:max_h-102\% {
    max-height: 102%;
  }
  .tablet\:max_w-102\% {
    max-width: 102%;
  }
  .tablet\:min_h-102\% {
    min-height: 102%;
  }
  .tablet\:min_w-102\% {
    min-width: 102%;
  }
  .tablet\:h-102vh {
    height: 102vh;
  }
  .tablet\:w-102vw {
    width: 102vw;
  }
  .tablet\:min_w-102vw {
    min-width: 102vw;
  }
  .tablet\:min_h-102vh {
    min-height: 102vh;
  }
  .tablet\:max_w-102vw {
    max-width: 102vw;
  }
  .tablet\:max_h-102vh {
    max-height: 102vh;
  }
  .tablet\:m-t-103\% {
    margin-top: 103%;
  }
  .tablet\:m-t--103\% {
    margin-top: -103%;
  }
  .tablet\:p-t-103\% {
    padding-top: 103%;
  }
  .tablet\:p-t--103\% {
    padding-top: -103%;
  }
  .tablet\:top-103\% {
    top: 103%;
  }
  .tablet\:top--103\% {
    top: -103%;
  }
  .tablet\:m-b-103\% {
    margin-bottom: 103%;
  }
  .tablet\:m-b--103\% {
    margin-bottom: -103%;
  }
  .tablet\:p-b-103\% {
    padding-bottom: 103%;
  }
  .tablet\:p-b--103\% {
    padding-bottom: -103%;
  }
  .tablet\:bottom-103\% {
    bottom: 103%;
  }
  .tablet\:bottom--103\% {
    bottom: -103%;
  }
  .tablet\:m-l-103\% {
    margin-left: 103%;
  }
  .tablet\:m-l--103\% {
    margin-left: -103%;
  }
  .tablet\:p-l-103\% {
    padding-left: 103%;
  }
  .tablet\:p-l--103\% {
    padding-left: -103%;
  }
  .tablet\:left-103\% {
    left: 103%;
  }
  .tablet\:left--103\% {
    left: -103%;
  }
  .tablet\:m-r-103\% {
    margin-right: 103%;
  }
  .tablet\:m-r--103\% {
    margin-right: -103%;
  }
  .tablet\:p-r-103\% {
    padding-right: 103%;
  }
  .tablet\:p-r--103\% {
    padding-right: -103%;
  }
  .tablet\:right-103\% {
    right: 103%;
  }
  .tablet\:right--103\% {
    right: -103%;
  }
  .tablet\:h-103\% {
    height: 103%;
  }
  .tablet\:w-103\% {
    width: 103%;
  }
  .tablet\:max_h-103\% {
    max-height: 103%;
  }
  .tablet\:max_w-103\% {
    max-width: 103%;
  }
  .tablet\:min_h-103\% {
    min-height: 103%;
  }
  .tablet\:min_w-103\% {
    min-width: 103%;
  }
  .tablet\:h-103vh {
    height: 103vh;
  }
  .tablet\:w-103vw {
    width: 103vw;
  }
  .tablet\:min_w-103vw {
    min-width: 103vw;
  }
  .tablet\:min_h-103vh {
    min-height: 103vh;
  }
  .tablet\:max_w-103vw {
    max-width: 103vw;
  }
  .tablet\:max_h-103vh {
    max-height: 103vh;
  }
  .tablet\:m-t-104\% {
    margin-top: 104%;
  }
  .tablet\:m-t--104\% {
    margin-top: -104%;
  }
  .tablet\:p-t-104\% {
    padding-top: 104%;
  }
  .tablet\:p-t--104\% {
    padding-top: -104%;
  }
  .tablet\:top-104\% {
    top: 104%;
  }
  .tablet\:top--104\% {
    top: -104%;
  }
  .tablet\:m-b-104\% {
    margin-bottom: 104%;
  }
  .tablet\:m-b--104\% {
    margin-bottom: -104%;
  }
  .tablet\:p-b-104\% {
    padding-bottom: 104%;
  }
  .tablet\:p-b--104\% {
    padding-bottom: -104%;
  }
  .tablet\:bottom-104\% {
    bottom: 104%;
  }
  .tablet\:bottom--104\% {
    bottom: -104%;
  }
  .tablet\:m-l-104\% {
    margin-left: 104%;
  }
  .tablet\:m-l--104\% {
    margin-left: -104%;
  }
  .tablet\:p-l-104\% {
    padding-left: 104%;
  }
  .tablet\:p-l--104\% {
    padding-left: -104%;
  }
  .tablet\:left-104\% {
    left: 104%;
  }
  .tablet\:left--104\% {
    left: -104%;
  }
  .tablet\:m-r-104\% {
    margin-right: 104%;
  }
  .tablet\:m-r--104\% {
    margin-right: -104%;
  }
  .tablet\:p-r-104\% {
    padding-right: 104%;
  }
  .tablet\:p-r--104\% {
    padding-right: -104%;
  }
  .tablet\:right-104\% {
    right: 104%;
  }
  .tablet\:right--104\% {
    right: -104%;
  }
  .tablet\:h-104\% {
    height: 104%;
  }
  .tablet\:w-104\% {
    width: 104%;
  }
  .tablet\:max_h-104\% {
    max-height: 104%;
  }
  .tablet\:max_w-104\% {
    max-width: 104%;
  }
  .tablet\:min_h-104\% {
    min-height: 104%;
  }
  .tablet\:min_w-104\% {
    min-width: 104%;
  }
  .tablet\:h-104vh {
    height: 104vh;
  }
  .tablet\:w-104vw {
    width: 104vw;
  }
  .tablet\:min_w-104vw {
    min-width: 104vw;
  }
  .tablet\:min_h-104vh {
    min-height: 104vh;
  }
  .tablet\:max_w-104vw {
    max-width: 104vw;
  }
  .tablet\:max_h-104vh {
    max-height: 104vh;
  }
  .tablet\:m-t-105\% {
    margin-top: 105%;
  }
  .tablet\:m-t--105\% {
    margin-top: -105%;
  }
  .tablet\:p-t-105\% {
    padding-top: 105%;
  }
  .tablet\:p-t--105\% {
    padding-top: -105%;
  }
  .tablet\:top-105\% {
    top: 105%;
  }
  .tablet\:top--105\% {
    top: -105%;
  }
  .tablet\:m-b-105\% {
    margin-bottom: 105%;
  }
  .tablet\:m-b--105\% {
    margin-bottom: -105%;
  }
  .tablet\:p-b-105\% {
    padding-bottom: 105%;
  }
  .tablet\:p-b--105\% {
    padding-bottom: -105%;
  }
  .tablet\:bottom-105\% {
    bottom: 105%;
  }
  .tablet\:bottom--105\% {
    bottom: -105%;
  }
  .tablet\:m-l-105\% {
    margin-left: 105%;
  }
  .tablet\:m-l--105\% {
    margin-left: -105%;
  }
  .tablet\:p-l-105\% {
    padding-left: 105%;
  }
  .tablet\:p-l--105\% {
    padding-left: -105%;
  }
  .tablet\:left-105\% {
    left: 105%;
  }
  .tablet\:left--105\% {
    left: -105%;
  }
  .tablet\:m-r-105\% {
    margin-right: 105%;
  }
  .tablet\:m-r--105\% {
    margin-right: -105%;
  }
  .tablet\:p-r-105\% {
    padding-right: 105%;
  }
  .tablet\:p-r--105\% {
    padding-right: -105%;
  }
  .tablet\:right-105\% {
    right: 105%;
  }
  .tablet\:right--105\% {
    right: -105%;
  }
  .tablet\:h-105\% {
    height: 105%;
  }
  .tablet\:w-105\% {
    width: 105%;
  }
  .tablet\:max_h-105\% {
    max-height: 105%;
  }
  .tablet\:max_w-105\% {
    max-width: 105%;
  }
  .tablet\:min_h-105\% {
    min-height: 105%;
  }
  .tablet\:min_w-105\% {
    min-width: 105%;
  }
  .tablet\:h-105vh {
    height: 105vh;
  }
  .tablet\:w-105vw {
    width: 105vw;
  }
  .tablet\:min_w-105vw {
    min-width: 105vw;
  }
  .tablet\:min_h-105vh {
    min-height: 105vh;
  }
  .tablet\:max_w-105vw {
    max-width: 105vw;
  }
  .tablet\:max_h-105vh {
    max-height: 105vh;
  }
  .tablet\:m-t-106\% {
    margin-top: 106%;
  }
  .tablet\:m-t--106\% {
    margin-top: -106%;
  }
  .tablet\:p-t-106\% {
    padding-top: 106%;
  }
  .tablet\:p-t--106\% {
    padding-top: -106%;
  }
  .tablet\:top-106\% {
    top: 106%;
  }
  .tablet\:top--106\% {
    top: -106%;
  }
  .tablet\:m-b-106\% {
    margin-bottom: 106%;
  }
  .tablet\:m-b--106\% {
    margin-bottom: -106%;
  }
  .tablet\:p-b-106\% {
    padding-bottom: 106%;
  }
  .tablet\:p-b--106\% {
    padding-bottom: -106%;
  }
  .tablet\:bottom-106\% {
    bottom: 106%;
  }
  .tablet\:bottom--106\% {
    bottom: -106%;
  }
  .tablet\:m-l-106\% {
    margin-left: 106%;
  }
  .tablet\:m-l--106\% {
    margin-left: -106%;
  }
  .tablet\:p-l-106\% {
    padding-left: 106%;
  }
  .tablet\:p-l--106\% {
    padding-left: -106%;
  }
  .tablet\:left-106\% {
    left: 106%;
  }
  .tablet\:left--106\% {
    left: -106%;
  }
  .tablet\:m-r-106\% {
    margin-right: 106%;
  }
  .tablet\:m-r--106\% {
    margin-right: -106%;
  }
  .tablet\:p-r-106\% {
    padding-right: 106%;
  }
  .tablet\:p-r--106\% {
    padding-right: -106%;
  }
  .tablet\:right-106\% {
    right: 106%;
  }
  .tablet\:right--106\% {
    right: -106%;
  }
  .tablet\:h-106\% {
    height: 106%;
  }
  .tablet\:w-106\% {
    width: 106%;
  }
  .tablet\:max_h-106\% {
    max-height: 106%;
  }
  .tablet\:max_w-106\% {
    max-width: 106%;
  }
  .tablet\:min_h-106\% {
    min-height: 106%;
  }
  .tablet\:min_w-106\% {
    min-width: 106%;
  }
  .tablet\:h-106vh {
    height: 106vh;
  }
  .tablet\:w-106vw {
    width: 106vw;
  }
  .tablet\:min_w-106vw {
    min-width: 106vw;
  }
  .tablet\:min_h-106vh {
    min-height: 106vh;
  }
  .tablet\:max_w-106vw {
    max-width: 106vw;
  }
  .tablet\:max_h-106vh {
    max-height: 106vh;
  }
  .tablet\:m-t-107\% {
    margin-top: 107%;
  }
  .tablet\:m-t--107\% {
    margin-top: -107%;
  }
  .tablet\:p-t-107\% {
    padding-top: 107%;
  }
  .tablet\:p-t--107\% {
    padding-top: -107%;
  }
  .tablet\:top-107\% {
    top: 107%;
  }
  .tablet\:top--107\% {
    top: -107%;
  }
  .tablet\:m-b-107\% {
    margin-bottom: 107%;
  }
  .tablet\:m-b--107\% {
    margin-bottom: -107%;
  }
  .tablet\:p-b-107\% {
    padding-bottom: 107%;
  }
  .tablet\:p-b--107\% {
    padding-bottom: -107%;
  }
  .tablet\:bottom-107\% {
    bottom: 107%;
  }
  .tablet\:bottom--107\% {
    bottom: -107%;
  }
  .tablet\:m-l-107\% {
    margin-left: 107%;
  }
  .tablet\:m-l--107\% {
    margin-left: -107%;
  }
  .tablet\:p-l-107\% {
    padding-left: 107%;
  }
  .tablet\:p-l--107\% {
    padding-left: -107%;
  }
  .tablet\:left-107\% {
    left: 107%;
  }
  .tablet\:left--107\% {
    left: -107%;
  }
  .tablet\:m-r-107\% {
    margin-right: 107%;
  }
  .tablet\:m-r--107\% {
    margin-right: -107%;
  }
  .tablet\:p-r-107\% {
    padding-right: 107%;
  }
  .tablet\:p-r--107\% {
    padding-right: -107%;
  }
  .tablet\:right-107\% {
    right: 107%;
  }
  .tablet\:right--107\% {
    right: -107%;
  }
  .tablet\:h-107\% {
    height: 107%;
  }
  .tablet\:w-107\% {
    width: 107%;
  }
  .tablet\:max_h-107\% {
    max-height: 107%;
  }
  .tablet\:max_w-107\% {
    max-width: 107%;
  }
  .tablet\:min_h-107\% {
    min-height: 107%;
  }
  .tablet\:min_w-107\% {
    min-width: 107%;
  }
  .tablet\:h-107vh {
    height: 107vh;
  }
  .tablet\:w-107vw {
    width: 107vw;
  }
  .tablet\:min_w-107vw {
    min-width: 107vw;
  }
  .tablet\:min_h-107vh {
    min-height: 107vh;
  }
  .tablet\:max_w-107vw {
    max-width: 107vw;
  }
  .tablet\:max_h-107vh {
    max-height: 107vh;
  }
  .tablet\:m-t-108\% {
    margin-top: 108%;
  }
  .tablet\:m-t--108\% {
    margin-top: -108%;
  }
  .tablet\:p-t-108\% {
    padding-top: 108%;
  }
  .tablet\:p-t--108\% {
    padding-top: -108%;
  }
  .tablet\:top-108\% {
    top: 108%;
  }
  .tablet\:top--108\% {
    top: -108%;
  }
  .tablet\:m-b-108\% {
    margin-bottom: 108%;
  }
  .tablet\:m-b--108\% {
    margin-bottom: -108%;
  }
  .tablet\:p-b-108\% {
    padding-bottom: 108%;
  }
  .tablet\:p-b--108\% {
    padding-bottom: -108%;
  }
  .tablet\:bottom-108\% {
    bottom: 108%;
  }
  .tablet\:bottom--108\% {
    bottom: -108%;
  }
  .tablet\:m-l-108\% {
    margin-left: 108%;
  }
  .tablet\:m-l--108\% {
    margin-left: -108%;
  }
  .tablet\:p-l-108\% {
    padding-left: 108%;
  }
  .tablet\:p-l--108\% {
    padding-left: -108%;
  }
  .tablet\:left-108\% {
    left: 108%;
  }
  .tablet\:left--108\% {
    left: -108%;
  }
  .tablet\:m-r-108\% {
    margin-right: 108%;
  }
  .tablet\:m-r--108\% {
    margin-right: -108%;
  }
  .tablet\:p-r-108\% {
    padding-right: 108%;
  }
  .tablet\:p-r--108\% {
    padding-right: -108%;
  }
  .tablet\:right-108\% {
    right: 108%;
  }
  .tablet\:right--108\% {
    right: -108%;
  }
  .tablet\:h-108\% {
    height: 108%;
  }
  .tablet\:w-108\% {
    width: 108%;
  }
  .tablet\:max_h-108\% {
    max-height: 108%;
  }
  .tablet\:max_w-108\% {
    max-width: 108%;
  }
  .tablet\:min_h-108\% {
    min-height: 108%;
  }
  .tablet\:min_w-108\% {
    min-width: 108%;
  }
  .tablet\:h-108vh {
    height: 108vh;
  }
  .tablet\:w-108vw {
    width: 108vw;
  }
  .tablet\:min_w-108vw {
    min-width: 108vw;
  }
  .tablet\:min_h-108vh {
    min-height: 108vh;
  }
  .tablet\:max_w-108vw {
    max-width: 108vw;
  }
  .tablet\:max_h-108vh {
    max-height: 108vh;
  }
  .tablet\:m-t-109\% {
    margin-top: 109%;
  }
  .tablet\:m-t--109\% {
    margin-top: -109%;
  }
  .tablet\:p-t-109\% {
    padding-top: 109%;
  }
  .tablet\:p-t--109\% {
    padding-top: -109%;
  }
  .tablet\:top-109\% {
    top: 109%;
  }
  .tablet\:top--109\% {
    top: -109%;
  }
  .tablet\:m-b-109\% {
    margin-bottom: 109%;
  }
  .tablet\:m-b--109\% {
    margin-bottom: -109%;
  }
  .tablet\:p-b-109\% {
    padding-bottom: 109%;
  }
  .tablet\:p-b--109\% {
    padding-bottom: -109%;
  }
  .tablet\:bottom-109\% {
    bottom: 109%;
  }
  .tablet\:bottom--109\% {
    bottom: -109%;
  }
  .tablet\:m-l-109\% {
    margin-left: 109%;
  }
  .tablet\:m-l--109\% {
    margin-left: -109%;
  }
  .tablet\:p-l-109\% {
    padding-left: 109%;
  }
  .tablet\:p-l--109\% {
    padding-left: -109%;
  }
  .tablet\:left-109\% {
    left: 109%;
  }
  .tablet\:left--109\% {
    left: -109%;
  }
  .tablet\:m-r-109\% {
    margin-right: 109%;
  }
  .tablet\:m-r--109\% {
    margin-right: -109%;
  }
  .tablet\:p-r-109\% {
    padding-right: 109%;
  }
  .tablet\:p-r--109\% {
    padding-right: -109%;
  }
  .tablet\:right-109\% {
    right: 109%;
  }
  .tablet\:right--109\% {
    right: -109%;
  }
  .tablet\:h-109\% {
    height: 109%;
  }
  .tablet\:w-109\% {
    width: 109%;
  }
  .tablet\:max_h-109\% {
    max-height: 109%;
  }
  .tablet\:max_w-109\% {
    max-width: 109%;
  }
  .tablet\:min_h-109\% {
    min-height: 109%;
  }
  .tablet\:min_w-109\% {
    min-width: 109%;
  }
  .tablet\:h-109vh {
    height: 109vh;
  }
  .tablet\:w-109vw {
    width: 109vw;
  }
  .tablet\:min_w-109vw {
    min-width: 109vw;
  }
  .tablet\:min_h-109vh {
    min-height: 109vh;
  }
  .tablet\:max_w-109vw {
    max-width: 109vw;
  }
  .tablet\:max_h-109vh {
    max-height: 109vh;
  }
  .tablet\:m-t-110\% {
    margin-top: 110%;
  }
  .tablet\:m-t--110\% {
    margin-top: -110%;
  }
  .tablet\:p-t-110\% {
    padding-top: 110%;
  }
  .tablet\:p-t--110\% {
    padding-top: -110%;
  }
  .tablet\:top-110\% {
    top: 110%;
  }
  .tablet\:top--110\% {
    top: -110%;
  }
  .tablet\:m-b-110\% {
    margin-bottom: 110%;
  }
  .tablet\:m-b--110\% {
    margin-bottom: -110%;
  }
  .tablet\:p-b-110\% {
    padding-bottom: 110%;
  }
  .tablet\:p-b--110\% {
    padding-bottom: -110%;
  }
  .tablet\:bottom-110\% {
    bottom: 110%;
  }
  .tablet\:bottom--110\% {
    bottom: -110%;
  }
  .tablet\:m-l-110\% {
    margin-left: 110%;
  }
  .tablet\:m-l--110\% {
    margin-left: -110%;
  }
  .tablet\:p-l-110\% {
    padding-left: 110%;
  }
  .tablet\:p-l--110\% {
    padding-left: -110%;
  }
  .tablet\:left-110\% {
    left: 110%;
  }
  .tablet\:left--110\% {
    left: -110%;
  }
  .tablet\:m-r-110\% {
    margin-right: 110%;
  }
  .tablet\:m-r--110\% {
    margin-right: -110%;
  }
  .tablet\:p-r-110\% {
    padding-right: 110%;
  }
  .tablet\:p-r--110\% {
    padding-right: -110%;
  }
  .tablet\:right-110\% {
    right: 110%;
  }
  .tablet\:right--110\% {
    right: -110%;
  }
  .tablet\:h-110\% {
    height: 110%;
  }
  .tablet\:w-110\% {
    width: 110%;
  }
  .tablet\:max_h-110\% {
    max-height: 110%;
  }
  .tablet\:max_w-110\% {
    max-width: 110%;
  }
  .tablet\:min_h-110\% {
    min-height: 110%;
  }
  .tablet\:min_w-110\% {
    min-width: 110%;
  }
  .tablet\:h-110vh {
    height: 110vh;
  }
  .tablet\:w-110vw {
    width: 110vw;
  }
  .tablet\:min_w-110vw {
    min-width: 110vw;
  }
  .tablet\:min_h-110vh {
    min-height: 110vh;
  }
  .tablet\:max_w-110vw {
    max-width: 110vw;
  }
  .tablet\:max_h-110vh {
    max-height: 110vh;
  }
  .tablet\:m-t-111\% {
    margin-top: 111%;
  }
  .tablet\:m-t--111\% {
    margin-top: -111%;
  }
  .tablet\:p-t-111\% {
    padding-top: 111%;
  }
  .tablet\:p-t--111\% {
    padding-top: -111%;
  }
  .tablet\:top-111\% {
    top: 111%;
  }
  .tablet\:top--111\% {
    top: -111%;
  }
  .tablet\:m-b-111\% {
    margin-bottom: 111%;
  }
  .tablet\:m-b--111\% {
    margin-bottom: -111%;
  }
  .tablet\:p-b-111\% {
    padding-bottom: 111%;
  }
  .tablet\:p-b--111\% {
    padding-bottom: -111%;
  }
  .tablet\:bottom-111\% {
    bottom: 111%;
  }
  .tablet\:bottom--111\% {
    bottom: -111%;
  }
  .tablet\:m-l-111\% {
    margin-left: 111%;
  }
  .tablet\:m-l--111\% {
    margin-left: -111%;
  }
  .tablet\:p-l-111\% {
    padding-left: 111%;
  }
  .tablet\:p-l--111\% {
    padding-left: -111%;
  }
  .tablet\:left-111\% {
    left: 111%;
  }
  .tablet\:left--111\% {
    left: -111%;
  }
  .tablet\:m-r-111\% {
    margin-right: 111%;
  }
  .tablet\:m-r--111\% {
    margin-right: -111%;
  }
  .tablet\:p-r-111\% {
    padding-right: 111%;
  }
  .tablet\:p-r--111\% {
    padding-right: -111%;
  }
  .tablet\:right-111\% {
    right: 111%;
  }
  .tablet\:right--111\% {
    right: -111%;
  }
  .tablet\:h-111\% {
    height: 111%;
  }
  .tablet\:w-111\% {
    width: 111%;
  }
  .tablet\:max_h-111\% {
    max-height: 111%;
  }
  .tablet\:max_w-111\% {
    max-width: 111%;
  }
  .tablet\:min_h-111\% {
    min-height: 111%;
  }
  .tablet\:min_w-111\% {
    min-width: 111%;
  }
  .tablet\:h-111vh {
    height: 111vh;
  }
  .tablet\:w-111vw {
    width: 111vw;
  }
  .tablet\:min_w-111vw {
    min-width: 111vw;
  }
  .tablet\:min_h-111vh {
    min-height: 111vh;
  }
  .tablet\:max_w-111vw {
    max-width: 111vw;
  }
  .tablet\:max_h-111vh {
    max-height: 111vh;
  }
  .tablet\:m-t-112\% {
    margin-top: 112%;
  }
  .tablet\:m-t--112\% {
    margin-top: -112%;
  }
  .tablet\:p-t-112\% {
    padding-top: 112%;
  }
  .tablet\:p-t--112\% {
    padding-top: -112%;
  }
  .tablet\:top-112\% {
    top: 112%;
  }
  .tablet\:top--112\% {
    top: -112%;
  }
  .tablet\:m-b-112\% {
    margin-bottom: 112%;
  }
  .tablet\:m-b--112\% {
    margin-bottom: -112%;
  }
  .tablet\:p-b-112\% {
    padding-bottom: 112%;
  }
  .tablet\:p-b--112\% {
    padding-bottom: -112%;
  }
  .tablet\:bottom-112\% {
    bottom: 112%;
  }
  .tablet\:bottom--112\% {
    bottom: -112%;
  }
  .tablet\:m-l-112\% {
    margin-left: 112%;
  }
  .tablet\:m-l--112\% {
    margin-left: -112%;
  }
  .tablet\:p-l-112\% {
    padding-left: 112%;
  }
  .tablet\:p-l--112\% {
    padding-left: -112%;
  }
  .tablet\:left-112\% {
    left: 112%;
  }
  .tablet\:left--112\% {
    left: -112%;
  }
  .tablet\:m-r-112\% {
    margin-right: 112%;
  }
  .tablet\:m-r--112\% {
    margin-right: -112%;
  }
  .tablet\:p-r-112\% {
    padding-right: 112%;
  }
  .tablet\:p-r--112\% {
    padding-right: -112%;
  }
  .tablet\:right-112\% {
    right: 112%;
  }
  .tablet\:right--112\% {
    right: -112%;
  }
  .tablet\:h-112\% {
    height: 112%;
  }
  .tablet\:w-112\% {
    width: 112%;
  }
  .tablet\:max_h-112\% {
    max-height: 112%;
  }
  .tablet\:max_w-112\% {
    max-width: 112%;
  }
  .tablet\:min_h-112\% {
    min-height: 112%;
  }
  .tablet\:min_w-112\% {
    min-width: 112%;
  }
  .tablet\:h-112vh {
    height: 112vh;
  }
  .tablet\:w-112vw {
    width: 112vw;
  }
  .tablet\:min_w-112vw {
    min-width: 112vw;
  }
  .tablet\:min_h-112vh {
    min-height: 112vh;
  }
  .tablet\:max_w-112vw {
    max-width: 112vw;
  }
  .tablet\:max_h-112vh {
    max-height: 112vh;
  }
  .tablet\:m-t-113\% {
    margin-top: 113%;
  }
  .tablet\:m-t--113\% {
    margin-top: -113%;
  }
  .tablet\:p-t-113\% {
    padding-top: 113%;
  }
  .tablet\:p-t--113\% {
    padding-top: -113%;
  }
  .tablet\:top-113\% {
    top: 113%;
  }
  .tablet\:top--113\% {
    top: -113%;
  }
  .tablet\:m-b-113\% {
    margin-bottom: 113%;
  }
  .tablet\:m-b--113\% {
    margin-bottom: -113%;
  }
  .tablet\:p-b-113\% {
    padding-bottom: 113%;
  }
  .tablet\:p-b--113\% {
    padding-bottom: -113%;
  }
  .tablet\:bottom-113\% {
    bottom: 113%;
  }
  .tablet\:bottom--113\% {
    bottom: -113%;
  }
  .tablet\:m-l-113\% {
    margin-left: 113%;
  }
  .tablet\:m-l--113\% {
    margin-left: -113%;
  }
  .tablet\:p-l-113\% {
    padding-left: 113%;
  }
  .tablet\:p-l--113\% {
    padding-left: -113%;
  }
  .tablet\:left-113\% {
    left: 113%;
  }
  .tablet\:left--113\% {
    left: -113%;
  }
  .tablet\:m-r-113\% {
    margin-right: 113%;
  }
  .tablet\:m-r--113\% {
    margin-right: -113%;
  }
  .tablet\:p-r-113\% {
    padding-right: 113%;
  }
  .tablet\:p-r--113\% {
    padding-right: -113%;
  }
  .tablet\:right-113\% {
    right: 113%;
  }
  .tablet\:right--113\% {
    right: -113%;
  }
  .tablet\:h-113\% {
    height: 113%;
  }
  .tablet\:w-113\% {
    width: 113%;
  }
  .tablet\:max_h-113\% {
    max-height: 113%;
  }
  .tablet\:max_w-113\% {
    max-width: 113%;
  }
  .tablet\:min_h-113\% {
    min-height: 113%;
  }
  .tablet\:min_w-113\% {
    min-width: 113%;
  }
  .tablet\:h-113vh {
    height: 113vh;
  }
  .tablet\:w-113vw {
    width: 113vw;
  }
  .tablet\:min_w-113vw {
    min-width: 113vw;
  }
  .tablet\:min_h-113vh {
    min-height: 113vh;
  }
  .tablet\:max_w-113vw {
    max-width: 113vw;
  }
  .tablet\:max_h-113vh {
    max-height: 113vh;
  }
  .tablet\:m-t-114\% {
    margin-top: 114%;
  }
  .tablet\:m-t--114\% {
    margin-top: -114%;
  }
  .tablet\:p-t-114\% {
    padding-top: 114%;
  }
  .tablet\:p-t--114\% {
    padding-top: -114%;
  }
  .tablet\:top-114\% {
    top: 114%;
  }
  .tablet\:top--114\% {
    top: -114%;
  }
  .tablet\:m-b-114\% {
    margin-bottom: 114%;
  }
  .tablet\:m-b--114\% {
    margin-bottom: -114%;
  }
  .tablet\:p-b-114\% {
    padding-bottom: 114%;
  }
  .tablet\:p-b--114\% {
    padding-bottom: -114%;
  }
  .tablet\:bottom-114\% {
    bottom: 114%;
  }
  .tablet\:bottom--114\% {
    bottom: -114%;
  }
  .tablet\:m-l-114\% {
    margin-left: 114%;
  }
  .tablet\:m-l--114\% {
    margin-left: -114%;
  }
  .tablet\:p-l-114\% {
    padding-left: 114%;
  }
  .tablet\:p-l--114\% {
    padding-left: -114%;
  }
  .tablet\:left-114\% {
    left: 114%;
  }
  .tablet\:left--114\% {
    left: -114%;
  }
  .tablet\:m-r-114\% {
    margin-right: 114%;
  }
  .tablet\:m-r--114\% {
    margin-right: -114%;
  }
  .tablet\:p-r-114\% {
    padding-right: 114%;
  }
  .tablet\:p-r--114\% {
    padding-right: -114%;
  }
  .tablet\:right-114\% {
    right: 114%;
  }
  .tablet\:right--114\% {
    right: -114%;
  }
  .tablet\:h-114\% {
    height: 114%;
  }
  .tablet\:w-114\% {
    width: 114%;
  }
  .tablet\:max_h-114\% {
    max-height: 114%;
  }
  .tablet\:max_w-114\% {
    max-width: 114%;
  }
  .tablet\:min_h-114\% {
    min-height: 114%;
  }
  .tablet\:min_w-114\% {
    min-width: 114%;
  }
  .tablet\:h-114vh {
    height: 114vh;
  }
  .tablet\:w-114vw {
    width: 114vw;
  }
  .tablet\:min_w-114vw {
    min-width: 114vw;
  }
  .tablet\:min_h-114vh {
    min-height: 114vh;
  }
  .tablet\:max_w-114vw {
    max-width: 114vw;
  }
  .tablet\:max_h-114vh {
    max-height: 114vh;
  }
  .tablet\:m-t-115\% {
    margin-top: 115%;
  }
  .tablet\:m-t--115\% {
    margin-top: -115%;
  }
  .tablet\:p-t-115\% {
    padding-top: 115%;
  }
  .tablet\:p-t--115\% {
    padding-top: -115%;
  }
  .tablet\:top-115\% {
    top: 115%;
  }
  .tablet\:top--115\% {
    top: -115%;
  }
  .tablet\:m-b-115\% {
    margin-bottom: 115%;
  }
  .tablet\:m-b--115\% {
    margin-bottom: -115%;
  }
  .tablet\:p-b-115\% {
    padding-bottom: 115%;
  }
  .tablet\:p-b--115\% {
    padding-bottom: -115%;
  }
  .tablet\:bottom-115\% {
    bottom: 115%;
  }
  .tablet\:bottom--115\% {
    bottom: -115%;
  }
  .tablet\:m-l-115\% {
    margin-left: 115%;
  }
  .tablet\:m-l--115\% {
    margin-left: -115%;
  }
  .tablet\:p-l-115\% {
    padding-left: 115%;
  }
  .tablet\:p-l--115\% {
    padding-left: -115%;
  }
  .tablet\:left-115\% {
    left: 115%;
  }
  .tablet\:left--115\% {
    left: -115%;
  }
  .tablet\:m-r-115\% {
    margin-right: 115%;
  }
  .tablet\:m-r--115\% {
    margin-right: -115%;
  }
  .tablet\:p-r-115\% {
    padding-right: 115%;
  }
  .tablet\:p-r--115\% {
    padding-right: -115%;
  }
  .tablet\:right-115\% {
    right: 115%;
  }
  .tablet\:right--115\% {
    right: -115%;
  }
  .tablet\:h-115\% {
    height: 115%;
  }
  .tablet\:w-115\% {
    width: 115%;
  }
  .tablet\:max_h-115\% {
    max-height: 115%;
  }
  .tablet\:max_w-115\% {
    max-width: 115%;
  }
  .tablet\:min_h-115\% {
    min-height: 115%;
  }
  .tablet\:min_w-115\% {
    min-width: 115%;
  }
  .tablet\:h-115vh {
    height: 115vh;
  }
  .tablet\:w-115vw {
    width: 115vw;
  }
  .tablet\:min_w-115vw {
    min-width: 115vw;
  }
  .tablet\:min_h-115vh {
    min-height: 115vh;
  }
  .tablet\:max_w-115vw {
    max-width: 115vw;
  }
  .tablet\:max_h-115vh {
    max-height: 115vh;
  }
  .tablet\:m-t-116\% {
    margin-top: 116%;
  }
  .tablet\:m-t--116\% {
    margin-top: -116%;
  }
  .tablet\:p-t-116\% {
    padding-top: 116%;
  }
  .tablet\:p-t--116\% {
    padding-top: -116%;
  }
  .tablet\:top-116\% {
    top: 116%;
  }
  .tablet\:top--116\% {
    top: -116%;
  }
  .tablet\:m-b-116\% {
    margin-bottom: 116%;
  }
  .tablet\:m-b--116\% {
    margin-bottom: -116%;
  }
  .tablet\:p-b-116\% {
    padding-bottom: 116%;
  }
  .tablet\:p-b--116\% {
    padding-bottom: -116%;
  }
  .tablet\:bottom-116\% {
    bottom: 116%;
  }
  .tablet\:bottom--116\% {
    bottom: -116%;
  }
  .tablet\:m-l-116\% {
    margin-left: 116%;
  }
  .tablet\:m-l--116\% {
    margin-left: -116%;
  }
  .tablet\:p-l-116\% {
    padding-left: 116%;
  }
  .tablet\:p-l--116\% {
    padding-left: -116%;
  }
  .tablet\:left-116\% {
    left: 116%;
  }
  .tablet\:left--116\% {
    left: -116%;
  }
  .tablet\:m-r-116\% {
    margin-right: 116%;
  }
  .tablet\:m-r--116\% {
    margin-right: -116%;
  }
  .tablet\:p-r-116\% {
    padding-right: 116%;
  }
  .tablet\:p-r--116\% {
    padding-right: -116%;
  }
  .tablet\:right-116\% {
    right: 116%;
  }
  .tablet\:right--116\% {
    right: -116%;
  }
  .tablet\:h-116\% {
    height: 116%;
  }
  .tablet\:w-116\% {
    width: 116%;
  }
  .tablet\:max_h-116\% {
    max-height: 116%;
  }
  .tablet\:max_w-116\% {
    max-width: 116%;
  }
  .tablet\:min_h-116\% {
    min-height: 116%;
  }
  .tablet\:min_w-116\% {
    min-width: 116%;
  }
  .tablet\:h-116vh {
    height: 116vh;
  }
  .tablet\:w-116vw {
    width: 116vw;
  }
  .tablet\:min_w-116vw {
    min-width: 116vw;
  }
  .tablet\:min_h-116vh {
    min-height: 116vh;
  }
  .tablet\:max_w-116vw {
    max-width: 116vw;
  }
  .tablet\:max_h-116vh {
    max-height: 116vh;
  }
  .tablet\:m-t-117\% {
    margin-top: 117%;
  }
  .tablet\:m-t--117\% {
    margin-top: -117%;
  }
  .tablet\:p-t-117\% {
    padding-top: 117%;
  }
  .tablet\:p-t--117\% {
    padding-top: -117%;
  }
  .tablet\:top-117\% {
    top: 117%;
  }
  .tablet\:top--117\% {
    top: -117%;
  }
  .tablet\:m-b-117\% {
    margin-bottom: 117%;
  }
  .tablet\:m-b--117\% {
    margin-bottom: -117%;
  }
  .tablet\:p-b-117\% {
    padding-bottom: 117%;
  }
  .tablet\:p-b--117\% {
    padding-bottom: -117%;
  }
  .tablet\:bottom-117\% {
    bottom: 117%;
  }
  .tablet\:bottom--117\% {
    bottom: -117%;
  }
  .tablet\:m-l-117\% {
    margin-left: 117%;
  }
  .tablet\:m-l--117\% {
    margin-left: -117%;
  }
  .tablet\:p-l-117\% {
    padding-left: 117%;
  }
  .tablet\:p-l--117\% {
    padding-left: -117%;
  }
  .tablet\:left-117\% {
    left: 117%;
  }
  .tablet\:left--117\% {
    left: -117%;
  }
  .tablet\:m-r-117\% {
    margin-right: 117%;
  }
  .tablet\:m-r--117\% {
    margin-right: -117%;
  }
  .tablet\:p-r-117\% {
    padding-right: 117%;
  }
  .tablet\:p-r--117\% {
    padding-right: -117%;
  }
  .tablet\:right-117\% {
    right: 117%;
  }
  .tablet\:right--117\% {
    right: -117%;
  }
  .tablet\:h-117\% {
    height: 117%;
  }
  .tablet\:w-117\% {
    width: 117%;
  }
  .tablet\:max_h-117\% {
    max-height: 117%;
  }
  .tablet\:max_w-117\% {
    max-width: 117%;
  }
  .tablet\:min_h-117\% {
    min-height: 117%;
  }
  .tablet\:min_w-117\% {
    min-width: 117%;
  }
  .tablet\:h-117vh {
    height: 117vh;
  }
  .tablet\:w-117vw {
    width: 117vw;
  }
  .tablet\:min_w-117vw {
    min-width: 117vw;
  }
  .tablet\:min_h-117vh {
    min-height: 117vh;
  }
  .tablet\:max_w-117vw {
    max-width: 117vw;
  }
  .tablet\:max_h-117vh {
    max-height: 117vh;
  }
  .tablet\:m-t-118\% {
    margin-top: 118%;
  }
  .tablet\:m-t--118\% {
    margin-top: -118%;
  }
  .tablet\:p-t-118\% {
    padding-top: 118%;
  }
  .tablet\:p-t--118\% {
    padding-top: -118%;
  }
  .tablet\:top-118\% {
    top: 118%;
  }
  .tablet\:top--118\% {
    top: -118%;
  }
  .tablet\:m-b-118\% {
    margin-bottom: 118%;
  }
  .tablet\:m-b--118\% {
    margin-bottom: -118%;
  }
  .tablet\:p-b-118\% {
    padding-bottom: 118%;
  }
  .tablet\:p-b--118\% {
    padding-bottom: -118%;
  }
  .tablet\:bottom-118\% {
    bottom: 118%;
  }
  .tablet\:bottom--118\% {
    bottom: -118%;
  }
  .tablet\:m-l-118\% {
    margin-left: 118%;
  }
  .tablet\:m-l--118\% {
    margin-left: -118%;
  }
  .tablet\:p-l-118\% {
    padding-left: 118%;
  }
  .tablet\:p-l--118\% {
    padding-left: -118%;
  }
  .tablet\:left-118\% {
    left: 118%;
  }
  .tablet\:left--118\% {
    left: -118%;
  }
  .tablet\:m-r-118\% {
    margin-right: 118%;
  }
  .tablet\:m-r--118\% {
    margin-right: -118%;
  }
  .tablet\:p-r-118\% {
    padding-right: 118%;
  }
  .tablet\:p-r--118\% {
    padding-right: -118%;
  }
  .tablet\:right-118\% {
    right: 118%;
  }
  .tablet\:right--118\% {
    right: -118%;
  }
  .tablet\:h-118\% {
    height: 118%;
  }
  .tablet\:w-118\% {
    width: 118%;
  }
  .tablet\:max_h-118\% {
    max-height: 118%;
  }
  .tablet\:max_w-118\% {
    max-width: 118%;
  }
  .tablet\:min_h-118\% {
    min-height: 118%;
  }
  .tablet\:min_w-118\% {
    min-width: 118%;
  }
  .tablet\:h-118vh {
    height: 118vh;
  }
  .tablet\:w-118vw {
    width: 118vw;
  }
  .tablet\:min_w-118vw {
    min-width: 118vw;
  }
  .tablet\:min_h-118vh {
    min-height: 118vh;
  }
  .tablet\:max_w-118vw {
    max-width: 118vw;
  }
  .tablet\:max_h-118vh {
    max-height: 118vh;
  }
  .tablet\:m-t-119\% {
    margin-top: 119%;
  }
  .tablet\:m-t--119\% {
    margin-top: -119%;
  }
  .tablet\:p-t-119\% {
    padding-top: 119%;
  }
  .tablet\:p-t--119\% {
    padding-top: -119%;
  }
  .tablet\:top-119\% {
    top: 119%;
  }
  .tablet\:top--119\% {
    top: -119%;
  }
  .tablet\:m-b-119\% {
    margin-bottom: 119%;
  }
  .tablet\:m-b--119\% {
    margin-bottom: -119%;
  }
  .tablet\:p-b-119\% {
    padding-bottom: 119%;
  }
  .tablet\:p-b--119\% {
    padding-bottom: -119%;
  }
  .tablet\:bottom-119\% {
    bottom: 119%;
  }
  .tablet\:bottom--119\% {
    bottom: -119%;
  }
  .tablet\:m-l-119\% {
    margin-left: 119%;
  }
  .tablet\:m-l--119\% {
    margin-left: -119%;
  }
  .tablet\:p-l-119\% {
    padding-left: 119%;
  }
  .tablet\:p-l--119\% {
    padding-left: -119%;
  }
  .tablet\:left-119\% {
    left: 119%;
  }
  .tablet\:left--119\% {
    left: -119%;
  }
  .tablet\:m-r-119\% {
    margin-right: 119%;
  }
  .tablet\:m-r--119\% {
    margin-right: -119%;
  }
  .tablet\:p-r-119\% {
    padding-right: 119%;
  }
  .tablet\:p-r--119\% {
    padding-right: -119%;
  }
  .tablet\:right-119\% {
    right: 119%;
  }
  .tablet\:right--119\% {
    right: -119%;
  }
  .tablet\:h-119\% {
    height: 119%;
  }
  .tablet\:w-119\% {
    width: 119%;
  }
  .tablet\:max_h-119\% {
    max-height: 119%;
  }
  .tablet\:max_w-119\% {
    max-width: 119%;
  }
  .tablet\:min_h-119\% {
    min-height: 119%;
  }
  .tablet\:min_w-119\% {
    min-width: 119%;
  }
  .tablet\:h-119vh {
    height: 119vh;
  }
  .tablet\:w-119vw {
    width: 119vw;
  }
  .tablet\:min_w-119vw {
    min-width: 119vw;
  }
  .tablet\:min_h-119vh {
    min-height: 119vh;
  }
  .tablet\:max_w-119vw {
    max-width: 119vw;
  }
  .tablet\:max_h-119vh {
    max-height: 119vh;
  }
  .tablet\:m-t-120\% {
    margin-top: 120%;
  }
  .tablet\:m-t--120\% {
    margin-top: -120%;
  }
  .tablet\:p-t-120\% {
    padding-top: 120%;
  }
  .tablet\:p-t--120\% {
    padding-top: -120%;
  }
  .tablet\:top-120\% {
    top: 120%;
  }
  .tablet\:top--120\% {
    top: -120%;
  }
  .tablet\:m-b-120\% {
    margin-bottom: 120%;
  }
  .tablet\:m-b--120\% {
    margin-bottom: -120%;
  }
  .tablet\:p-b-120\% {
    padding-bottom: 120%;
  }
  .tablet\:p-b--120\% {
    padding-bottom: -120%;
  }
  .tablet\:bottom-120\% {
    bottom: 120%;
  }
  .tablet\:bottom--120\% {
    bottom: -120%;
  }
  .tablet\:m-l-120\% {
    margin-left: 120%;
  }
  .tablet\:m-l--120\% {
    margin-left: -120%;
  }
  .tablet\:p-l-120\% {
    padding-left: 120%;
  }
  .tablet\:p-l--120\% {
    padding-left: -120%;
  }
  .tablet\:left-120\% {
    left: 120%;
  }
  .tablet\:left--120\% {
    left: -120%;
  }
  .tablet\:m-r-120\% {
    margin-right: 120%;
  }
  .tablet\:m-r--120\% {
    margin-right: -120%;
  }
  .tablet\:p-r-120\% {
    padding-right: 120%;
  }
  .tablet\:p-r--120\% {
    padding-right: -120%;
  }
  .tablet\:right-120\% {
    right: 120%;
  }
  .tablet\:right--120\% {
    right: -120%;
  }
  .tablet\:h-120\% {
    height: 120%;
  }
  .tablet\:w-120\% {
    width: 120%;
  }
  .tablet\:max_h-120\% {
    max-height: 120%;
  }
  .tablet\:max_w-120\% {
    max-width: 120%;
  }
  .tablet\:min_h-120\% {
    min-height: 120%;
  }
  .tablet\:min_w-120\% {
    min-width: 120%;
  }
  .tablet\:h-120vh {
    height: 120vh;
  }
  .tablet\:w-120vw {
    width: 120vw;
  }
  .tablet\:min_w-120vw {
    min-width: 120vw;
  }
  .tablet\:min_h-120vh {
    min-height: 120vh;
  }
  .tablet\:max_w-120vw {
    max-width: 120vw;
  }
  .tablet\:max_h-120vh {
    max-height: 120vh;
  }
  .tablet\:m-t-121\% {
    margin-top: 121%;
  }
  .tablet\:m-t--121\% {
    margin-top: -121%;
  }
  .tablet\:p-t-121\% {
    padding-top: 121%;
  }
  .tablet\:p-t--121\% {
    padding-top: -121%;
  }
  .tablet\:top-121\% {
    top: 121%;
  }
  .tablet\:top--121\% {
    top: -121%;
  }
  .tablet\:m-b-121\% {
    margin-bottom: 121%;
  }
  .tablet\:m-b--121\% {
    margin-bottom: -121%;
  }
  .tablet\:p-b-121\% {
    padding-bottom: 121%;
  }
  .tablet\:p-b--121\% {
    padding-bottom: -121%;
  }
  .tablet\:bottom-121\% {
    bottom: 121%;
  }
  .tablet\:bottom--121\% {
    bottom: -121%;
  }
  .tablet\:m-l-121\% {
    margin-left: 121%;
  }
  .tablet\:m-l--121\% {
    margin-left: -121%;
  }
  .tablet\:p-l-121\% {
    padding-left: 121%;
  }
  .tablet\:p-l--121\% {
    padding-left: -121%;
  }
  .tablet\:left-121\% {
    left: 121%;
  }
  .tablet\:left--121\% {
    left: -121%;
  }
  .tablet\:m-r-121\% {
    margin-right: 121%;
  }
  .tablet\:m-r--121\% {
    margin-right: -121%;
  }
  .tablet\:p-r-121\% {
    padding-right: 121%;
  }
  .tablet\:p-r--121\% {
    padding-right: -121%;
  }
  .tablet\:right-121\% {
    right: 121%;
  }
  .tablet\:right--121\% {
    right: -121%;
  }
  .tablet\:h-121\% {
    height: 121%;
  }
  .tablet\:w-121\% {
    width: 121%;
  }
  .tablet\:max_h-121\% {
    max-height: 121%;
  }
  .tablet\:max_w-121\% {
    max-width: 121%;
  }
  .tablet\:min_h-121\% {
    min-height: 121%;
  }
  .tablet\:min_w-121\% {
    min-width: 121%;
  }
  .tablet\:h-121vh {
    height: 121vh;
  }
  .tablet\:w-121vw {
    width: 121vw;
  }
  .tablet\:min_w-121vw {
    min-width: 121vw;
  }
  .tablet\:min_h-121vh {
    min-height: 121vh;
  }
  .tablet\:max_w-121vw {
    max-width: 121vw;
  }
  .tablet\:max_h-121vh {
    max-height: 121vh;
  }
  .tablet\:m-t-122\% {
    margin-top: 122%;
  }
  .tablet\:m-t--122\% {
    margin-top: -122%;
  }
  .tablet\:p-t-122\% {
    padding-top: 122%;
  }
  .tablet\:p-t--122\% {
    padding-top: -122%;
  }
  .tablet\:top-122\% {
    top: 122%;
  }
  .tablet\:top--122\% {
    top: -122%;
  }
  .tablet\:m-b-122\% {
    margin-bottom: 122%;
  }
  .tablet\:m-b--122\% {
    margin-bottom: -122%;
  }
  .tablet\:p-b-122\% {
    padding-bottom: 122%;
  }
  .tablet\:p-b--122\% {
    padding-bottom: -122%;
  }
  .tablet\:bottom-122\% {
    bottom: 122%;
  }
  .tablet\:bottom--122\% {
    bottom: -122%;
  }
  .tablet\:m-l-122\% {
    margin-left: 122%;
  }
  .tablet\:m-l--122\% {
    margin-left: -122%;
  }
  .tablet\:p-l-122\% {
    padding-left: 122%;
  }
  .tablet\:p-l--122\% {
    padding-left: -122%;
  }
  .tablet\:left-122\% {
    left: 122%;
  }
  .tablet\:left--122\% {
    left: -122%;
  }
  .tablet\:m-r-122\% {
    margin-right: 122%;
  }
  .tablet\:m-r--122\% {
    margin-right: -122%;
  }
  .tablet\:p-r-122\% {
    padding-right: 122%;
  }
  .tablet\:p-r--122\% {
    padding-right: -122%;
  }
  .tablet\:right-122\% {
    right: 122%;
  }
  .tablet\:right--122\% {
    right: -122%;
  }
  .tablet\:h-122\% {
    height: 122%;
  }
  .tablet\:w-122\% {
    width: 122%;
  }
  .tablet\:max_h-122\% {
    max-height: 122%;
  }
  .tablet\:max_w-122\% {
    max-width: 122%;
  }
  .tablet\:min_h-122\% {
    min-height: 122%;
  }
  .tablet\:min_w-122\% {
    min-width: 122%;
  }
  .tablet\:h-122vh {
    height: 122vh;
  }
  .tablet\:w-122vw {
    width: 122vw;
  }
  .tablet\:min_w-122vw {
    min-width: 122vw;
  }
  .tablet\:min_h-122vh {
    min-height: 122vh;
  }
  .tablet\:max_w-122vw {
    max-width: 122vw;
  }
  .tablet\:max_h-122vh {
    max-height: 122vh;
  }
  .tablet\:m-t-123\% {
    margin-top: 123%;
  }
  .tablet\:m-t--123\% {
    margin-top: -123%;
  }
  .tablet\:p-t-123\% {
    padding-top: 123%;
  }
  .tablet\:p-t--123\% {
    padding-top: -123%;
  }
  .tablet\:top-123\% {
    top: 123%;
  }
  .tablet\:top--123\% {
    top: -123%;
  }
  .tablet\:m-b-123\% {
    margin-bottom: 123%;
  }
  .tablet\:m-b--123\% {
    margin-bottom: -123%;
  }
  .tablet\:p-b-123\% {
    padding-bottom: 123%;
  }
  .tablet\:p-b--123\% {
    padding-bottom: -123%;
  }
  .tablet\:bottom-123\% {
    bottom: 123%;
  }
  .tablet\:bottom--123\% {
    bottom: -123%;
  }
  .tablet\:m-l-123\% {
    margin-left: 123%;
  }
  .tablet\:m-l--123\% {
    margin-left: -123%;
  }
  .tablet\:p-l-123\% {
    padding-left: 123%;
  }
  .tablet\:p-l--123\% {
    padding-left: -123%;
  }
  .tablet\:left-123\% {
    left: 123%;
  }
  .tablet\:left--123\% {
    left: -123%;
  }
  .tablet\:m-r-123\% {
    margin-right: 123%;
  }
  .tablet\:m-r--123\% {
    margin-right: -123%;
  }
  .tablet\:p-r-123\% {
    padding-right: 123%;
  }
  .tablet\:p-r--123\% {
    padding-right: -123%;
  }
  .tablet\:right-123\% {
    right: 123%;
  }
  .tablet\:right--123\% {
    right: -123%;
  }
  .tablet\:h-123\% {
    height: 123%;
  }
  .tablet\:w-123\% {
    width: 123%;
  }
  .tablet\:max_h-123\% {
    max-height: 123%;
  }
  .tablet\:max_w-123\% {
    max-width: 123%;
  }
  .tablet\:min_h-123\% {
    min-height: 123%;
  }
  .tablet\:min_w-123\% {
    min-width: 123%;
  }
  .tablet\:h-123vh {
    height: 123vh;
  }
  .tablet\:w-123vw {
    width: 123vw;
  }
  .tablet\:min_w-123vw {
    min-width: 123vw;
  }
  .tablet\:min_h-123vh {
    min-height: 123vh;
  }
  .tablet\:max_w-123vw {
    max-width: 123vw;
  }
  .tablet\:max_h-123vh {
    max-height: 123vh;
  }
  .tablet\:m-t-124\% {
    margin-top: 124%;
  }
  .tablet\:m-t--124\% {
    margin-top: -124%;
  }
  .tablet\:p-t-124\% {
    padding-top: 124%;
  }
  .tablet\:p-t--124\% {
    padding-top: -124%;
  }
  .tablet\:top-124\% {
    top: 124%;
  }
  .tablet\:top--124\% {
    top: -124%;
  }
  .tablet\:m-b-124\% {
    margin-bottom: 124%;
  }
  .tablet\:m-b--124\% {
    margin-bottom: -124%;
  }
  .tablet\:p-b-124\% {
    padding-bottom: 124%;
  }
  .tablet\:p-b--124\% {
    padding-bottom: -124%;
  }
  .tablet\:bottom-124\% {
    bottom: 124%;
  }
  .tablet\:bottom--124\% {
    bottom: -124%;
  }
  .tablet\:m-l-124\% {
    margin-left: 124%;
  }
  .tablet\:m-l--124\% {
    margin-left: -124%;
  }
  .tablet\:p-l-124\% {
    padding-left: 124%;
  }
  .tablet\:p-l--124\% {
    padding-left: -124%;
  }
  .tablet\:left-124\% {
    left: 124%;
  }
  .tablet\:left--124\% {
    left: -124%;
  }
  .tablet\:m-r-124\% {
    margin-right: 124%;
  }
  .tablet\:m-r--124\% {
    margin-right: -124%;
  }
  .tablet\:p-r-124\% {
    padding-right: 124%;
  }
  .tablet\:p-r--124\% {
    padding-right: -124%;
  }
  .tablet\:right-124\% {
    right: 124%;
  }
  .tablet\:right--124\% {
    right: -124%;
  }
  .tablet\:h-124\% {
    height: 124%;
  }
  .tablet\:w-124\% {
    width: 124%;
  }
  .tablet\:max_h-124\% {
    max-height: 124%;
  }
  .tablet\:max_w-124\% {
    max-width: 124%;
  }
  .tablet\:min_h-124\% {
    min-height: 124%;
  }
  .tablet\:min_w-124\% {
    min-width: 124%;
  }
  .tablet\:h-124vh {
    height: 124vh;
  }
  .tablet\:w-124vw {
    width: 124vw;
  }
  .tablet\:min_w-124vw {
    min-width: 124vw;
  }
  .tablet\:min_h-124vh {
    min-height: 124vh;
  }
  .tablet\:max_w-124vw {
    max-width: 124vw;
  }
  .tablet\:max_h-124vh {
    max-height: 124vh;
  }
  .tablet\:m-t-125\% {
    margin-top: 125%;
  }
  .tablet\:m-t--125\% {
    margin-top: -125%;
  }
  .tablet\:p-t-125\% {
    padding-top: 125%;
  }
  .tablet\:p-t--125\% {
    padding-top: -125%;
  }
  .tablet\:top-125\% {
    top: 125%;
  }
  .tablet\:top--125\% {
    top: -125%;
  }
  .tablet\:m-b-125\% {
    margin-bottom: 125%;
  }
  .tablet\:m-b--125\% {
    margin-bottom: -125%;
  }
  .tablet\:p-b-125\% {
    padding-bottom: 125%;
  }
  .tablet\:p-b--125\% {
    padding-bottom: -125%;
  }
  .tablet\:bottom-125\% {
    bottom: 125%;
  }
  .tablet\:bottom--125\% {
    bottom: -125%;
  }
  .tablet\:m-l-125\% {
    margin-left: 125%;
  }
  .tablet\:m-l--125\% {
    margin-left: -125%;
  }
  .tablet\:p-l-125\% {
    padding-left: 125%;
  }
  .tablet\:p-l--125\% {
    padding-left: -125%;
  }
  .tablet\:left-125\% {
    left: 125%;
  }
  .tablet\:left--125\% {
    left: -125%;
  }
  .tablet\:m-r-125\% {
    margin-right: 125%;
  }
  .tablet\:m-r--125\% {
    margin-right: -125%;
  }
  .tablet\:p-r-125\% {
    padding-right: 125%;
  }
  .tablet\:p-r--125\% {
    padding-right: -125%;
  }
  .tablet\:right-125\% {
    right: 125%;
  }
  .tablet\:right--125\% {
    right: -125%;
  }
  .tablet\:h-125\% {
    height: 125%;
  }
  .tablet\:w-125\% {
    width: 125%;
  }
  .tablet\:max_h-125\% {
    max-height: 125%;
  }
  .tablet\:max_w-125\% {
    max-width: 125%;
  }
  .tablet\:min_h-125\% {
    min-height: 125%;
  }
  .tablet\:min_w-125\% {
    min-width: 125%;
  }
  .tablet\:h-125vh {
    height: 125vh;
  }
  .tablet\:w-125vw {
    width: 125vw;
  }
  .tablet\:min_w-125vw {
    min-width: 125vw;
  }
  .tablet\:min_h-125vh {
    min-height: 125vh;
  }
  .tablet\:max_w-125vw {
    max-width: 125vw;
  }
  .tablet\:max_h-125vh {
    max-height: 125vh;
  }
  .tablet\:m-t-126\% {
    margin-top: 126%;
  }
  .tablet\:m-t--126\% {
    margin-top: -126%;
  }
  .tablet\:p-t-126\% {
    padding-top: 126%;
  }
  .tablet\:p-t--126\% {
    padding-top: -126%;
  }
  .tablet\:top-126\% {
    top: 126%;
  }
  .tablet\:top--126\% {
    top: -126%;
  }
  .tablet\:m-b-126\% {
    margin-bottom: 126%;
  }
  .tablet\:m-b--126\% {
    margin-bottom: -126%;
  }
  .tablet\:p-b-126\% {
    padding-bottom: 126%;
  }
  .tablet\:p-b--126\% {
    padding-bottom: -126%;
  }
  .tablet\:bottom-126\% {
    bottom: 126%;
  }
  .tablet\:bottom--126\% {
    bottom: -126%;
  }
  .tablet\:m-l-126\% {
    margin-left: 126%;
  }
  .tablet\:m-l--126\% {
    margin-left: -126%;
  }
  .tablet\:p-l-126\% {
    padding-left: 126%;
  }
  .tablet\:p-l--126\% {
    padding-left: -126%;
  }
  .tablet\:left-126\% {
    left: 126%;
  }
  .tablet\:left--126\% {
    left: -126%;
  }
  .tablet\:m-r-126\% {
    margin-right: 126%;
  }
  .tablet\:m-r--126\% {
    margin-right: -126%;
  }
  .tablet\:p-r-126\% {
    padding-right: 126%;
  }
  .tablet\:p-r--126\% {
    padding-right: -126%;
  }
  .tablet\:right-126\% {
    right: 126%;
  }
  .tablet\:right--126\% {
    right: -126%;
  }
  .tablet\:h-126\% {
    height: 126%;
  }
  .tablet\:w-126\% {
    width: 126%;
  }
  .tablet\:max_h-126\% {
    max-height: 126%;
  }
  .tablet\:max_w-126\% {
    max-width: 126%;
  }
  .tablet\:min_h-126\% {
    min-height: 126%;
  }
  .tablet\:min_w-126\% {
    min-width: 126%;
  }
  .tablet\:h-126vh {
    height: 126vh;
  }
  .tablet\:w-126vw {
    width: 126vw;
  }
  .tablet\:min_w-126vw {
    min-width: 126vw;
  }
  .tablet\:min_h-126vh {
    min-height: 126vh;
  }
  .tablet\:max_w-126vw {
    max-width: 126vw;
  }
  .tablet\:max_h-126vh {
    max-height: 126vh;
  }
  .tablet\:m-t-127\% {
    margin-top: 127%;
  }
  .tablet\:m-t--127\% {
    margin-top: -127%;
  }
  .tablet\:p-t-127\% {
    padding-top: 127%;
  }
  .tablet\:p-t--127\% {
    padding-top: -127%;
  }
  .tablet\:top-127\% {
    top: 127%;
  }
  .tablet\:top--127\% {
    top: -127%;
  }
  .tablet\:m-b-127\% {
    margin-bottom: 127%;
  }
  .tablet\:m-b--127\% {
    margin-bottom: -127%;
  }
  .tablet\:p-b-127\% {
    padding-bottom: 127%;
  }
  .tablet\:p-b--127\% {
    padding-bottom: -127%;
  }
  .tablet\:bottom-127\% {
    bottom: 127%;
  }
  .tablet\:bottom--127\% {
    bottom: -127%;
  }
  .tablet\:m-l-127\% {
    margin-left: 127%;
  }
  .tablet\:m-l--127\% {
    margin-left: -127%;
  }
  .tablet\:p-l-127\% {
    padding-left: 127%;
  }
  .tablet\:p-l--127\% {
    padding-left: -127%;
  }
  .tablet\:left-127\% {
    left: 127%;
  }
  .tablet\:left--127\% {
    left: -127%;
  }
  .tablet\:m-r-127\% {
    margin-right: 127%;
  }
  .tablet\:m-r--127\% {
    margin-right: -127%;
  }
  .tablet\:p-r-127\% {
    padding-right: 127%;
  }
  .tablet\:p-r--127\% {
    padding-right: -127%;
  }
  .tablet\:right-127\% {
    right: 127%;
  }
  .tablet\:right--127\% {
    right: -127%;
  }
  .tablet\:h-127\% {
    height: 127%;
  }
  .tablet\:w-127\% {
    width: 127%;
  }
  .tablet\:max_h-127\% {
    max-height: 127%;
  }
  .tablet\:max_w-127\% {
    max-width: 127%;
  }
  .tablet\:min_h-127\% {
    min-height: 127%;
  }
  .tablet\:min_w-127\% {
    min-width: 127%;
  }
  .tablet\:h-127vh {
    height: 127vh;
  }
  .tablet\:w-127vw {
    width: 127vw;
  }
  .tablet\:min_w-127vw {
    min-width: 127vw;
  }
  .tablet\:min_h-127vh {
    min-height: 127vh;
  }
  .tablet\:max_w-127vw {
    max-width: 127vw;
  }
  .tablet\:max_h-127vh {
    max-height: 127vh;
  }
  .tablet\:m-t-128\% {
    margin-top: 128%;
  }
  .tablet\:m-t--128\% {
    margin-top: -128%;
  }
  .tablet\:p-t-128\% {
    padding-top: 128%;
  }
  .tablet\:p-t--128\% {
    padding-top: -128%;
  }
  .tablet\:top-128\% {
    top: 128%;
  }
  .tablet\:top--128\% {
    top: -128%;
  }
  .tablet\:m-b-128\% {
    margin-bottom: 128%;
  }
  .tablet\:m-b--128\% {
    margin-bottom: -128%;
  }
  .tablet\:p-b-128\% {
    padding-bottom: 128%;
  }
  .tablet\:p-b--128\% {
    padding-bottom: -128%;
  }
  .tablet\:bottom-128\% {
    bottom: 128%;
  }
  .tablet\:bottom--128\% {
    bottom: -128%;
  }
  .tablet\:m-l-128\% {
    margin-left: 128%;
  }
  .tablet\:m-l--128\% {
    margin-left: -128%;
  }
  .tablet\:p-l-128\% {
    padding-left: 128%;
  }
  .tablet\:p-l--128\% {
    padding-left: -128%;
  }
  .tablet\:left-128\% {
    left: 128%;
  }
  .tablet\:left--128\% {
    left: -128%;
  }
  .tablet\:m-r-128\% {
    margin-right: 128%;
  }
  .tablet\:m-r--128\% {
    margin-right: -128%;
  }
  .tablet\:p-r-128\% {
    padding-right: 128%;
  }
  .tablet\:p-r--128\% {
    padding-right: -128%;
  }
  .tablet\:right-128\% {
    right: 128%;
  }
  .tablet\:right--128\% {
    right: -128%;
  }
  .tablet\:h-128\% {
    height: 128%;
  }
  .tablet\:w-128\% {
    width: 128%;
  }
  .tablet\:max_h-128\% {
    max-height: 128%;
  }
  .tablet\:max_w-128\% {
    max-width: 128%;
  }
  .tablet\:min_h-128\% {
    min-height: 128%;
  }
  .tablet\:min_w-128\% {
    min-width: 128%;
  }
  .tablet\:h-128vh {
    height: 128vh;
  }
  .tablet\:w-128vw {
    width: 128vw;
  }
  .tablet\:min_w-128vw {
    min-width: 128vw;
  }
  .tablet\:min_h-128vh {
    min-height: 128vh;
  }
  .tablet\:max_w-128vw {
    max-width: 128vw;
  }
  .tablet\:max_h-128vh {
    max-height: 128vh;
  }
  .tablet\:m-t-129\% {
    margin-top: 129%;
  }
  .tablet\:m-t--129\% {
    margin-top: -129%;
  }
  .tablet\:p-t-129\% {
    padding-top: 129%;
  }
  .tablet\:p-t--129\% {
    padding-top: -129%;
  }
  .tablet\:top-129\% {
    top: 129%;
  }
  .tablet\:top--129\% {
    top: -129%;
  }
  .tablet\:m-b-129\% {
    margin-bottom: 129%;
  }
  .tablet\:m-b--129\% {
    margin-bottom: -129%;
  }
  .tablet\:p-b-129\% {
    padding-bottom: 129%;
  }
  .tablet\:p-b--129\% {
    padding-bottom: -129%;
  }
  .tablet\:bottom-129\% {
    bottom: 129%;
  }
  .tablet\:bottom--129\% {
    bottom: -129%;
  }
  .tablet\:m-l-129\% {
    margin-left: 129%;
  }
  .tablet\:m-l--129\% {
    margin-left: -129%;
  }
  .tablet\:p-l-129\% {
    padding-left: 129%;
  }
  .tablet\:p-l--129\% {
    padding-left: -129%;
  }
  .tablet\:left-129\% {
    left: 129%;
  }
  .tablet\:left--129\% {
    left: -129%;
  }
  .tablet\:m-r-129\% {
    margin-right: 129%;
  }
  .tablet\:m-r--129\% {
    margin-right: -129%;
  }
  .tablet\:p-r-129\% {
    padding-right: 129%;
  }
  .tablet\:p-r--129\% {
    padding-right: -129%;
  }
  .tablet\:right-129\% {
    right: 129%;
  }
  .tablet\:right--129\% {
    right: -129%;
  }
  .tablet\:h-129\% {
    height: 129%;
  }
  .tablet\:w-129\% {
    width: 129%;
  }
  .tablet\:max_h-129\% {
    max-height: 129%;
  }
  .tablet\:max_w-129\% {
    max-width: 129%;
  }
  .tablet\:min_h-129\% {
    min-height: 129%;
  }
  .tablet\:min_w-129\% {
    min-width: 129%;
  }
  .tablet\:h-129vh {
    height: 129vh;
  }
  .tablet\:w-129vw {
    width: 129vw;
  }
  .tablet\:min_w-129vw {
    min-width: 129vw;
  }
  .tablet\:min_h-129vh {
    min-height: 129vh;
  }
  .tablet\:max_w-129vw {
    max-width: 129vw;
  }
  .tablet\:max_h-129vh {
    max-height: 129vh;
  }
  .tablet\:m-t-130\% {
    margin-top: 130%;
  }
  .tablet\:m-t--130\% {
    margin-top: -130%;
  }
  .tablet\:p-t-130\% {
    padding-top: 130%;
  }
  .tablet\:p-t--130\% {
    padding-top: -130%;
  }
  .tablet\:top-130\% {
    top: 130%;
  }
  .tablet\:top--130\% {
    top: -130%;
  }
  .tablet\:m-b-130\% {
    margin-bottom: 130%;
  }
  .tablet\:m-b--130\% {
    margin-bottom: -130%;
  }
  .tablet\:p-b-130\% {
    padding-bottom: 130%;
  }
  .tablet\:p-b--130\% {
    padding-bottom: -130%;
  }
  .tablet\:bottom-130\% {
    bottom: 130%;
  }
  .tablet\:bottom--130\% {
    bottom: -130%;
  }
  .tablet\:m-l-130\% {
    margin-left: 130%;
  }
  .tablet\:m-l--130\% {
    margin-left: -130%;
  }
  .tablet\:p-l-130\% {
    padding-left: 130%;
  }
  .tablet\:p-l--130\% {
    padding-left: -130%;
  }
  .tablet\:left-130\% {
    left: 130%;
  }
  .tablet\:left--130\% {
    left: -130%;
  }
  .tablet\:m-r-130\% {
    margin-right: 130%;
  }
  .tablet\:m-r--130\% {
    margin-right: -130%;
  }
  .tablet\:p-r-130\% {
    padding-right: 130%;
  }
  .tablet\:p-r--130\% {
    padding-right: -130%;
  }
  .tablet\:right-130\% {
    right: 130%;
  }
  .tablet\:right--130\% {
    right: -130%;
  }
  .tablet\:h-130\% {
    height: 130%;
  }
  .tablet\:w-130\% {
    width: 130%;
  }
  .tablet\:max_h-130\% {
    max-height: 130%;
  }
  .tablet\:max_w-130\% {
    max-width: 130%;
  }
  .tablet\:min_h-130\% {
    min-height: 130%;
  }
  .tablet\:min_w-130\% {
    min-width: 130%;
  }
  .tablet\:h-130vh {
    height: 130vh;
  }
  .tablet\:w-130vw {
    width: 130vw;
  }
  .tablet\:min_w-130vw {
    min-width: 130vw;
  }
  .tablet\:min_h-130vh {
    min-height: 130vh;
  }
  .tablet\:max_w-130vw {
    max-width: 130vw;
  }
  .tablet\:max_h-130vh {
    max-height: 130vh;
  }
  .tablet\:m-t-131\% {
    margin-top: 131%;
  }
  .tablet\:m-t--131\% {
    margin-top: -131%;
  }
  .tablet\:p-t-131\% {
    padding-top: 131%;
  }
  .tablet\:p-t--131\% {
    padding-top: -131%;
  }
  .tablet\:top-131\% {
    top: 131%;
  }
  .tablet\:top--131\% {
    top: -131%;
  }
  .tablet\:m-b-131\% {
    margin-bottom: 131%;
  }
  .tablet\:m-b--131\% {
    margin-bottom: -131%;
  }
  .tablet\:p-b-131\% {
    padding-bottom: 131%;
  }
  .tablet\:p-b--131\% {
    padding-bottom: -131%;
  }
  .tablet\:bottom-131\% {
    bottom: 131%;
  }
  .tablet\:bottom--131\% {
    bottom: -131%;
  }
  .tablet\:m-l-131\% {
    margin-left: 131%;
  }
  .tablet\:m-l--131\% {
    margin-left: -131%;
  }
  .tablet\:p-l-131\% {
    padding-left: 131%;
  }
  .tablet\:p-l--131\% {
    padding-left: -131%;
  }
  .tablet\:left-131\% {
    left: 131%;
  }
  .tablet\:left--131\% {
    left: -131%;
  }
  .tablet\:m-r-131\% {
    margin-right: 131%;
  }
  .tablet\:m-r--131\% {
    margin-right: -131%;
  }
  .tablet\:p-r-131\% {
    padding-right: 131%;
  }
  .tablet\:p-r--131\% {
    padding-right: -131%;
  }
  .tablet\:right-131\% {
    right: 131%;
  }
  .tablet\:right--131\% {
    right: -131%;
  }
  .tablet\:h-131\% {
    height: 131%;
  }
  .tablet\:w-131\% {
    width: 131%;
  }
  .tablet\:max_h-131\% {
    max-height: 131%;
  }
  .tablet\:max_w-131\% {
    max-width: 131%;
  }
  .tablet\:min_h-131\% {
    min-height: 131%;
  }
  .tablet\:min_w-131\% {
    min-width: 131%;
  }
  .tablet\:h-131vh {
    height: 131vh;
  }
  .tablet\:w-131vw {
    width: 131vw;
  }
  .tablet\:min_w-131vw {
    min-width: 131vw;
  }
  .tablet\:min_h-131vh {
    min-height: 131vh;
  }
  .tablet\:max_w-131vw {
    max-width: 131vw;
  }
  .tablet\:max_h-131vh {
    max-height: 131vh;
  }
  .tablet\:m-t-132\% {
    margin-top: 132%;
  }
  .tablet\:m-t--132\% {
    margin-top: -132%;
  }
  .tablet\:p-t-132\% {
    padding-top: 132%;
  }
  .tablet\:p-t--132\% {
    padding-top: -132%;
  }
  .tablet\:top-132\% {
    top: 132%;
  }
  .tablet\:top--132\% {
    top: -132%;
  }
  .tablet\:m-b-132\% {
    margin-bottom: 132%;
  }
  .tablet\:m-b--132\% {
    margin-bottom: -132%;
  }
  .tablet\:p-b-132\% {
    padding-bottom: 132%;
  }
  .tablet\:p-b--132\% {
    padding-bottom: -132%;
  }
  .tablet\:bottom-132\% {
    bottom: 132%;
  }
  .tablet\:bottom--132\% {
    bottom: -132%;
  }
  .tablet\:m-l-132\% {
    margin-left: 132%;
  }
  .tablet\:m-l--132\% {
    margin-left: -132%;
  }
  .tablet\:p-l-132\% {
    padding-left: 132%;
  }
  .tablet\:p-l--132\% {
    padding-left: -132%;
  }
  .tablet\:left-132\% {
    left: 132%;
  }
  .tablet\:left--132\% {
    left: -132%;
  }
  .tablet\:m-r-132\% {
    margin-right: 132%;
  }
  .tablet\:m-r--132\% {
    margin-right: -132%;
  }
  .tablet\:p-r-132\% {
    padding-right: 132%;
  }
  .tablet\:p-r--132\% {
    padding-right: -132%;
  }
  .tablet\:right-132\% {
    right: 132%;
  }
  .tablet\:right--132\% {
    right: -132%;
  }
  .tablet\:h-132\% {
    height: 132%;
  }
  .tablet\:w-132\% {
    width: 132%;
  }
  .tablet\:max_h-132\% {
    max-height: 132%;
  }
  .tablet\:max_w-132\% {
    max-width: 132%;
  }
  .tablet\:min_h-132\% {
    min-height: 132%;
  }
  .tablet\:min_w-132\% {
    min-width: 132%;
  }
  .tablet\:h-132vh {
    height: 132vh;
  }
  .tablet\:w-132vw {
    width: 132vw;
  }
  .tablet\:min_w-132vw {
    min-width: 132vw;
  }
  .tablet\:min_h-132vh {
    min-height: 132vh;
  }
  .tablet\:max_w-132vw {
    max-width: 132vw;
  }
  .tablet\:max_h-132vh {
    max-height: 132vh;
  }
  .tablet\:m-t-133\% {
    margin-top: 133%;
  }
  .tablet\:m-t--133\% {
    margin-top: -133%;
  }
  .tablet\:p-t-133\% {
    padding-top: 133%;
  }
  .tablet\:p-t--133\% {
    padding-top: -133%;
  }
  .tablet\:top-133\% {
    top: 133%;
  }
  .tablet\:top--133\% {
    top: -133%;
  }
  .tablet\:m-b-133\% {
    margin-bottom: 133%;
  }
  .tablet\:m-b--133\% {
    margin-bottom: -133%;
  }
  .tablet\:p-b-133\% {
    padding-bottom: 133%;
  }
  .tablet\:p-b--133\% {
    padding-bottom: -133%;
  }
  .tablet\:bottom-133\% {
    bottom: 133%;
  }
  .tablet\:bottom--133\% {
    bottom: -133%;
  }
  .tablet\:m-l-133\% {
    margin-left: 133%;
  }
  .tablet\:m-l--133\% {
    margin-left: -133%;
  }
  .tablet\:p-l-133\% {
    padding-left: 133%;
  }
  .tablet\:p-l--133\% {
    padding-left: -133%;
  }
  .tablet\:left-133\% {
    left: 133%;
  }
  .tablet\:left--133\% {
    left: -133%;
  }
  .tablet\:m-r-133\% {
    margin-right: 133%;
  }
  .tablet\:m-r--133\% {
    margin-right: -133%;
  }
  .tablet\:p-r-133\% {
    padding-right: 133%;
  }
  .tablet\:p-r--133\% {
    padding-right: -133%;
  }
  .tablet\:right-133\% {
    right: 133%;
  }
  .tablet\:right--133\% {
    right: -133%;
  }
  .tablet\:h-133\% {
    height: 133%;
  }
  .tablet\:w-133\% {
    width: 133%;
  }
  .tablet\:max_h-133\% {
    max-height: 133%;
  }
  .tablet\:max_w-133\% {
    max-width: 133%;
  }
  .tablet\:min_h-133\% {
    min-height: 133%;
  }
  .tablet\:min_w-133\% {
    min-width: 133%;
  }
  .tablet\:h-133vh {
    height: 133vh;
  }
  .tablet\:w-133vw {
    width: 133vw;
  }
  .tablet\:min_w-133vw {
    min-width: 133vw;
  }
  .tablet\:min_h-133vh {
    min-height: 133vh;
  }
  .tablet\:max_w-133vw {
    max-width: 133vw;
  }
  .tablet\:max_h-133vh {
    max-height: 133vh;
  }
  .tablet\:m-t-134\% {
    margin-top: 134%;
  }
  .tablet\:m-t--134\% {
    margin-top: -134%;
  }
  .tablet\:p-t-134\% {
    padding-top: 134%;
  }
  .tablet\:p-t--134\% {
    padding-top: -134%;
  }
  .tablet\:top-134\% {
    top: 134%;
  }
  .tablet\:top--134\% {
    top: -134%;
  }
  .tablet\:m-b-134\% {
    margin-bottom: 134%;
  }
  .tablet\:m-b--134\% {
    margin-bottom: -134%;
  }
  .tablet\:p-b-134\% {
    padding-bottom: 134%;
  }
  .tablet\:p-b--134\% {
    padding-bottom: -134%;
  }
  .tablet\:bottom-134\% {
    bottom: 134%;
  }
  .tablet\:bottom--134\% {
    bottom: -134%;
  }
  .tablet\:m-l-134\% {
    margin-left: 134%;
  }
  .tablet\:m-l--134\% {
    margin-left: -134%;
  }
  .tablet\:p-l-134\% {
    padding-left: 134%;
  }
  .tablet\:p-l--134\% {
    padding-left: -134%;
  }
  .tablet\:left-134\% {
    left: 134%;
  }
  .tablet\:left--134\% {
    left: -134%;
  }
  .tablet\:m-r-134\% {
    margin-right: 134%;
  }
  .tablet\:m-r--134\% {
    margin-right: -134%;
  }
  .tablet\:p-r-134\% {
    padding-right: 134%;
  }
  .tablet\:p-r--134\% {
    padding-right: -134%;
  }
  .tablet\:right-134\% {
    right: 134%;
  }
  .tablet\:right--134\% {
    right: -134%;
  }
  .tablet\:h-134\% {
    height: 134%;
  }
  .tablet\:w-134\% {
    width: 134%;
  }
  .tablet\:max_h-134\% {
    max-height: 134%;
  }
  .tablet\:max_w-134\% {
    max-width: 134%;
  }
  .tablet\:min_h-134\% {
    min-height: 134%;
  }
  .tablet\:min_w-134\% {
    min-width: 134%;
  }
  .tablet\:h-134vh {
    height: 134vh;
  }
  .tablet\:w-134vw {
    width: 134vw;
  }
  .tablet\:min_w-134vw {
    min-width: 134vw;
  }
  .tablet\:min_h-134vh {
    min-height: 134vh;
  }
  .tablet\:max_w-134vw {
    max-width: 134vw;
  }
  .tablet\:max_h-134vh {
    max-height: 134vh;
  }
  .tablet\:m-t-135\% {
    margin-top: 135%;
  }
  .tablet\:m-t--135\% {
    margin-top: -135%;
  }
  .tablet\:p-t-135\% {
    padding-top: 135%;
  }
  .tablet\:p-t--135\% {
    padding-top: -135%;
  }
  .tablet\:top-135\% {
    top: 135%;
  }
  .tablet\:top--135\% {
    top: -135%;
  }
  .tablet\:m-b-135\% {
    margin-bottom: 135%;
  }
  .tablet\:m-b--135\% {
    margin-bottom: -135%;
  }
  .tablet\:p-b-135\% {
    padding-bottom: 135%;
  }
  .tablet\:p-b--135\% {
    padding-bottom: -135%;
  }
  .tablet\:bottom-135\% {
    bottom: 135%;
  }
  .tablet\:bottom--135\% {
    bottom: -135%;
  }
  .tablet\:m-l-135\% {
    margin-left: 135%;
  }
  .tablet\:m-l--135\% {
    margin-left: -135%;
  }
  .tablet\:p-l-135\% {
    padding-left: 135%;
  }
  .tablet\:p-l--135\% {
    padding-left: -135%;
  }
  .tablet\:left-135\% {
    left: 135%;
  }
  .tablet\:left--135\% {
    left: -135%;
  }
  .tablet\:m-r-135\% {
    margin-right: 135%;
  }
  .tablet\:m-r--135\% {
    margin-right: -135%;
  }
  .tablet\:p-r-135\% {
    padding-right: 135%;
  }
  .tablet\:p-r--135\% {
    padding-right: -135%;
  }
  .tablet\:right-135\% {
    right: 135%;
  }
  .tablet\:right--135\% {
    right: -135%;
  }
  .tablet\:h-135\% {
    height: 135%;
  }
  .tablet\:w-135\% {
    width: 135%;
  }
  .tablet\:max_h-135\% {
    max-height: 135%;
  }
  .tablet\:max_w-135\% {
    max-width: 135%;
  }
  .tablet\:min_h-135\% {
    min-height: 135%;
  }
  .tablet\:min_w-135\% {
    min-width: 135%;
  }
  .tablet\:h-135vh {
    height: 135vh;
  }
  .tablet\:w-135vw {
    width: 135vw;
  }
  .tablet\:min_w-135vw {
    min-width: 135vw;
  }
  .tablet\:min_h-135vh {
    min-height: 135vh;
  }
  .tablet\:max_w-135vw {
    max-width: 135vw;
  }
  .tablet\:max_h-135vh {
    max-height: 135vh;
  }
  .tablet\:m-t-136\% {
    margin-top: 136%;
  }
  .tablet\:m-t--136\% {
    margin-top: -136%;
  }
  .tablet\:p-t-136\% {
    padding-top: 136%;
  }
  .tablet\:p-t--136\% {
    padding-top: -136%;
  }
  .tablet\:top-136\% {
    top: 136%;
  }
  .tablet\:top--136\% {
    top: -136%;
  }
  .tablet\:m-b-136\% {
    margin-bottom: 136%;
  }
  .tablet\:m-b--136\% {
    margin-bottom: -136%;
  }
  .tablet\:p-b-136\% {
    padding-bottom: 136%;
  }
  .tablet\:p-b--136\% {
    padding-bottom: -136%;
  }
  .tablet\:bottom-136\% {
    bottom: 136%;
  }
  .tablet\:bottom--136\% {
    bottom: -136%;
  }
  .tablet\:m-l-136\% {
    margin-left: 136%;
  }
  .tablet\:m-l--136\% {
    margin-left: -136%;
  }
  .tablet\:p-l-136\% {
    padding-left: 136%;
  }
  .tablet\:p-l--136\% {
    padding-left: -136%;
  }
  .tablet\:left-136\% {
    left: 136%;
  }
  .tablet\:left--136\% {
    left: -136%;
  }
  .tablet\:m-r-136\% {
    margin-right: 136%;
  }
  .tablet\:m-r--136\% {
    margin-right: -136%;
  }
  .tablet\:p-r-136\% {
    padding-right: 136%;
  }
  .tablet\:p-r--136\% {
    padding-right: -136%;
  }
  .tablet\:right-136\% {
    right: 136%;
  }
  .tablet\:right--136\% {
    right: -136%;
  }
  .tablet\:h-136\% {
    height: 136%;
  }
  .tablet\:w-136\% {
    width: 136%;
  }
  .tablet\:max_h-136\% {
    max-height: 136%;
  }
  .tablet\:max_w-136\% {
    max-width: 136%;
  }
  .tablet\:min_h-136\% {
    min-height: 136%;
  }
  .tablet\:min_w-136\% {
    min-width: 136%;
  }
  .tablet\:h-136vh {
    height: 136vh;
  }
  .tablet\:w-136vw {
    width: 136vw;
  }
  .tablet\:min_w-136vw {
    min-width: 136vw;
  }
  .tablet\:min_h-136vh {
    min-height: 136vh;
  }
  .tablet\:max_w-136vw {
    max-width: 136vw;
  }
  .tablet\:max_h-136vh {
    max-height: 136vh;
  }
  .tablet\:m-t-137\% {
    margin-top: 137%;
  }
  .tablet\:m-t--137\% {
    margin-top: -137%;
  }
  .tablet\:p-t-137\% {
    padding-top: 137%;
  }
  .tablet\:p-t--137\% {
    padding-top: -137%;
  }
  .tablet\:top-137\% {
    top: 137%;
  }
  .tablet\:top--137\% {
    top: -137%;
  }
  .tablet\:m-b-137\% {
    margin-bottom: 137%;
  }
  .tablet\:m-b--137\% {
    margin-bottom: -137%;
  }
  .tablet\:p-b-137\% {
    padding-bottom: 137%;
  }
  .tablet\:p-b--137\% {
    padding-bottom: -137%;
  }
  .tablet\:bottom-137\% {
    bottom: 137%;
  }
  .tablet\:bottom--137\% {
    bottom: -137%;
  }
  .tablet\:m-l-137\% {
    margin-left: 137%;
  }
  .tablet\:m-l--137\% {
    margin-left: -137%;
  }
  .tablet\:p-l-137\% {
    padding-left: 137%;
  }
  .tablet\:p-l--137\% {
    padding-left: -137%;
  }
  .tablet\:left-137\% {
    left: 137%;
  }
  .tablet\:left--137\% {
    left: -137%;
  }
  .tablet\:m-r-137\% {
    margin-right: 137%;
  }
  .tablet\:m-r--137\% {
    margin-right: -137%;
  }
  .tablet\:p-r-137\% {
    padding-right: 137%;
  }
  .tablet\:p-r--137\% {
    padding-right: -137%;
  }
  .tablet\:right-137\% {
    right: 137%;
  }
  .tablet\:right--137\% {
    right: -137%;
  }
  .tablet\:h-137\% {
    height: 137%;
  }
  .tablet\:w-137\% {
    width: 137%;
  }
  .tablet\:max_h-137\% {
    max-height: 137%;
  }
  .tablet\:max_w-137\% {
    max-width: 137%;
  }
  .tablet\:min_h-137\% {
    min-height: 137%;
  }
  .tablet\:min_w-137\% {
    min-width: 137%;
  }
  .tablet\:h-137vh {
    height: 137vh;
  }
  .tablet\:w-137vw {
    width: 137vw;
  }
  .tablet\:min_w-137vw {
    min-width: 137vw;
  }
  .tablet\:min_h-137vh {
    min-height: 137vh;
  }
  .tablet\:max_w-137vw {
    max-width: 137vw;
  }
  .tablet\:max_h-137vh {
    max-height: 137vh;
  }
  .tablet\:m-t-138\% {
    margin-top: 138%;
  }
  .tablet\:m-t--138\% {
    margin-top: -138%;
  }
  .tablet\:p-t-138\% {
    padding-top: 138%;
  }
  .tablet\:p-t--138\% {
    padding-top: -138%;
  }
  .tablet\:top-138\% {
    top: 138%;
  }
  .tablet\:top--138\% {
    top: -138%;
  }
  .tablet\:m-b-138\% {
    margin-bottom: 138%;
  }
  .tablet\:m-b--138\% {
    margin-bottom: -138%;
  }
  .tablet\:p-b-138\% {
    padding-bottom: 138%;
  }
  .tablet\:p-b--138\% {
    padding-bottom: -138%;
  }
  .tablet\:bottom-138\% {
    bottom: 138%;
  }
  .tablet\:bottom--138\% {
    bottom: -138%;
  }
  .tablet\:m-l-138\% {
    margin-left: 138%;
  }
  .tablet\:m-l--138\% {
    margin-left: -138%;
  }
  .tablet\:p-l-138\% {
    padding-left: 138%;
  }
  .tablet\:p-l--138\% {
    padding-left: -138%;
  }
  .tablet\:left-138\% {
    left: 138%;
  }
  .tablet\:left--138\% {
    left: -138%;
  }
  .tablet\:m-r-138\% {
    margin-right: 138%;
  }
  .tablet\:m-r--138\% {
    margin-right: -138%;
  }
  .tablet\:p-r-138\% {
    padding-right: 138%;
  }
  .tablet\:p-r--138\% {
    padding-right: -138%;
  }
  .tablet\:right-138\% {
    right: 138%;
  }
  .tablet\:right--138\% {
    right: -138%;
  }
  .tablet\:h-138\% {
    height: 138%;
  }
  .tablet\:w-138\% {
    width: 138%;
  }
  .tablet\:max_h-138\% {
    max-height: 138%;
  }
  .tablet\:max_w-138\% {
    max-width: 138%;
  }
  .tablet\:min_h-138\% {
    min-height: 138%;
  }
  .tablet\:min_w-138\% {
    min-width: 138%;
  }
  .tablet\:h-138vh {
    height: 138vh;
  }
  .tablet\:w-138vw {
    width: 138vw;
  }
  .tablet\:min_w-138vw {
    min-width: 138vw;
  }
  .tablet\:min_h-138vh {
    min-height: 138vh;
  }
  .tablet\:max_w-138vw {
    max-width: 138vw;
  }
  .tablet\:max_h-138vh {
    max-height: 138vh;
  }
  .tablet\:m-t-139\% {
    margin-top: 139%;
  }
  .tablet\:m-t--139\% {
    margin-top: -139%;
  }
  .tablet\:p-t-139\% {
    padding-top: 139%;
  }
  .tablet\:p-t--139\% {
    padding-top: -139%;
  }
  .tablet\:top-139\% {
    top: 139%;
  }
  .tablet\:top--139\% {
    top: -139%;
  }
  .tablet\:m-b-139\% {
    margin-bottom: 139%;
  }
  .tablet\:m-b--139\% {
    margin-bottom: -139%;
  }
  .tablet\:p-b-139\% {
    padding-bottom: 139%;
  }
  .tablet\:p-b--139\% {
    padding-bottom: -139%;
  }
  .tablet\:bottom-139\% {
    bottom: 139%;
  }
  .tablet\:bottom--139\% {
    bottom: -139%;
  }
  .tablet\:m-l-139\% {
    margin-left: 139%;
  }
  .tablet\:m-l--139\% {
    margin-left: -139%;
  }
  .tablet\:p-l-139\% {
    padding-left: 139%;
  }
  .tablet\:p-l--139\% {
    padding-left: -139%;
  }
  .tablet\:left-139\% {
    left: 139%;
  }
  .tablet\:left--139\% {
    left: -139%;
  }
  .tablet\:m-r-139\% {
    margin-right: 139%;
  }
  .tablet\:m-r--139\% {
    margin-right: -139%;
  }
  .tablet\:p-r-139\% {
    padding-right: 139%;
  }
  .tablet\:p-r--139\% {
    padding-right: -139%;
  }
  .tablet\:right-139\% {
    right: 139%;
  }
  .tablet\:right--139\% {
    right: -139%;
  }
  .tablet\:h-139\% {
    height: 139%;
  }
  .tablet\:w-139\% {
    width: 139%;
  }
  .tablet\:max_h-139\% {
    max-height: 139%;
  }
  .tablet\:max_w-139\% {
    max-width: 139%;
  }
  .tablet\:min_h-139\% {
    min-height: 139%;
  }
  .tablet\:min_w-139\% {
    min-width: 139%;
  }
  .tablet\:h-139vh {
    height: 139vh;
  }
  .tablet\:w-139vw {
    width: 139vw;
  }
  .tablet\:min_w-139vw {
    min-width: 139vw;
  }
  .tablet\:min_h-139vh {
    min-height: 139vh;
  }
  .tablet\:max_w-139vw {
    max-width: 139vw;
  }
  .tablet\:max_h-139vh {
    max-height: 139vh;
  }
  .tablet\:m-t-140\% {
    margin-top: 140%;
  }
  .tablet\:m-t--140\% {
    margin-top: -140%;
  }
  .tablet\:p-t-140\% {
    padding-top: 140%;
  }
  .tablet\:p-t--140\% {
    padding-top: -140%;
  }
  .tablet\:top-140\% {
    top: 140%;
  }
  .tablet\:top--140\% {
    top: -140%;
  }
  .tablet\:m-b-140\% {
    margin-bottom: 140%;
  }
  .tablet\:m-b--140\% {
    margin-bottom: -140%;
  }
  .tablet\:p-b-140\% {
    padding-bottom: 140%;
  }
  .tablet\:p-b--140\% {
    padding-bottom: -140%;
  }
  .tablet\:bottom-140\% {
    bottom: 140%;
  }
  .tablet\:bottom--140\% {
    bottom: -140%;
  }
  .tablet\:m-l-140\% {
    margin-left: 140%;
  }
  .tablet\:m-l--140\% {
    margin-left: -140%;
  }
  .tablet\:p-l-140\% {
    padding-left: 140%;
  }
  .tablet\:p-l--140\% {
    padding-left: -140%;
  }
  .tablet\:left-140\% {
    left: 140%;
  }
  .tablet\:left--140\% {
    left: -140%;
  }
  .tablet\:m-r-140\% {
    margin-right: 140%;
  }
  .tablet\:m-r--140\% {
    margin-right: -140%;
  }
  .tablet\:p-r-140\% {
    padding-right: 140%;
  }
  .tablet\:p-r--140\% {
    padding-right: -140%;
  }
  .tablet\:right-140\% {
    right: 140%;
  }
  .tablet\:right--140\% {
    right: -140%;
  }
  .tablet\:h-140\% {
    height: 140%;
  }
  .tablet\:w-140\% {
    width: 140%;
  }
  .tablet\:max_h-140\% {
    max-height: 140%;
  }
  .tablet\:max_w-140\% {
    max-width: 140%;
  }
  .tablet\:min_h-140\% {
    min-height: 140%;
  }
  .tablet\:min_w-140\% {
    min-width: 140%;
  }
  .tablet\:h-140vh {
    height: 140vh;
  }
  .tablet\:w-140vw {
    width: 140vw;
  }
  .tablet\:min_w-140vw {
    min-width: 140vw;
  }
  .tablet\:min_h-140vh {
    min-height: 140vh;
  }
  .tablet\:max_w-140vw {
    max-width: 140vw;
  }
  .tablet\:max_h-140vh {
    max-height: 140vh;
  }
  .tablet\:m-t-141\% {
    margin-top: 141%;
  }
  .tablet\:m-t--141\% {
    margin-top: -141%;
  }
  .tablet\:p-t-141\% {
    padding-top: 141%;
  }
  .tablet\:p-t--141\% {
    padding-top: -141%;
  }
  .tablet\:top-141\% {
    top: 141%;
  }
  .tablet\:top--141\% {
    top: -141%;
  }
  .tablet\:m-b-141\% {
    margin-bottom: 141%;
  }
  .tablet\:m-b--141\% {
    margin-bottom: -141%;
  }
  .tablet\:p-b-141\% {
    padding-bottom: 141%;
  }
  .tablet\:p-b--141\% {
    padding-bottom: -141%;
  }
  .tablet\:bottom-141\% {
    bottom: 141%;
  }
  .tablet\:bottom--141\% {
    bottom: -141%;
  }
  .tablet\:m-l-141\% {
    margin-left: 141%;
  }
  .tablet\:m-l--141\% {
    margin-left: -141%;
  }
  .tablet\:p-l-141\% {
    padding-left: 141%;
  }
  .tablet\:p-l--141\% {
    padding-left: -141%;
  }
  .tablet\:left-141\% {
    left: 141%;
  }
  .tablet\:left--141\% {
    left: -141%;
  }
  .tablet\:m-r-141\% {
    margin-right: 141%;
  }
  .tablet\:m-r--141\% {
    margin-right: -141%;
  }
  .tablet\:p-r-141\% {
    padding-right: 141%;
  }
  .tablet\:p-r--141\% {
    padding-right: -141%;
  }
  .tablet\:right-141\% {
    right: 141%;
  }
  .tablet\:right--141\% {
    right: -141%;
  }
  .tablet\:h-141\% {
    height: 141%;
  }
  .tablet\:w-141\% {
    width: 141%;
  }
  .tablet\:max_h-141\% {
    max-height: 141%;
  }
  .tablet\:max_w-141\% {
    max-width: 141%;
  }
  .tablet\:min_h-141\% {
    min-height: 141%;
  }
  .tablet\:min_w-141\% {
    min-width: 141%;
  }
  .tablet\:h-141vh {
    height: 141vh;
  }
  .tablet\:w-141vw {
    width: 141vw;
  }
  .tablet\:min_w-141vw {
    min-width: 141vw;
  }
  .tablet\:min_h-141vh {
    min-height: 141vh;
  }
  .tablet\:max_w-141vw {
    max-width: 141vw;
  }
  .tablet\:max_h-141vh {
    max-height: 141vh;
  }
  .tablet\:m-t-142\% {
    margin-top: 142%;
  }
  .tablet\:m-t--142\% {
    margin-top: -142%;
  }
  .tablet\:p-t-142\% {
    padding-top: 142%;
  }
  .tablet\:p-t--142\% {
    padding-top: -142%;
  }
  .tablet\:top-142\% {
    top: 142%;
  }
  .tablet\:top--142\% {
    top: -142%;
  }
  .tablet\:m-b-142\% {
    margin-bottom: 142%;
  }
  .tablet\:m-b--142\% {
    margin-bottom: -142%;
  }
  .tablet\:p-b-142\% {
    padding-bottom: 142%;
  }
  .tablet\:p-b--142\% {
    padding-bottom: -142%;
  }
  .tablet\:bottom-142\% {
    bottom: 142%;
  }
  .tablet\:bottom--142\% {
    bottom: -142%;
  }
  .tablet\:m-l-142\% {
    margin-left: 142%;
  }
  .tablet\:m-l--142\% {
    margin-left: -142%;
  }
  .tablet\:p-l-142\% {
    padding-left: 142%;
  }
  .tablet\:p-l--142\% {
    padding-left: -142%;
  }
  .tablet\:left-142\% {
    left: 142%;
  }
  .tablet\:left--142\% {
    left: -142%;
  }
  .tablet\:m-r-142\% {
    margin-right: 142%;
  }
  .tablet\:m-r--142\% {
    margin-right: -142%;
  }
  .tablet\:p-r-142\% {
    padding-right: 142%;
  }
  .tablet\:p-r--142\% {
    padding-right: -142%;
  }
  .tablet\:right-142\% {
    right: 142%;
  }
  .tablet\:right--142\% {
    right: -142%;
  }
  .tablet\:h-142\% {
    height: 142%;
  }
  .tablet\:w-142\% {
    width: 142%;
  }
  .tablet\:max_h-142\% {
    max-height: 142%;
  }
  .tablet\:max_w-142\% {
    max-width: 142%;
  }
  .tablet\:min_h-142\% {
    min-height: 142%;
  }
  .tablet\:min_w-142\% {
    min-width: 142%;
  }
  .tablet\:h-142vh {
    height: 142vh;
  }
  .tablet\:w-142vw {
    width: 142vw;
  }
  .tablet\:min_w-142vw {
    min-width: 142vw;
  }
  .tablet\:min_h-142vh {
    min-height: 142vh;
  }
  .tablet\:max_w-142vw {
    max-width: 142vw;
  }
  .tablet\:max_h-142vh {
    max-height: 142vh;
  }
  .tablet\:m-t-143\% {
    margin-top: 143%;
  }
  .tablet\:m-t--143\% {
    margin-top: -143%;
  }
  .tablet\:p-t-143\% {
    padding-top: 143%;
  }
  .tablet\:p-t--143\% {
    padding-top: -143%;
  }
  .tablet\:top-143\% {
    top: 143%;
  }
  .tablet\:top--143\% {
    top: -143%;
  }
  .tablet\:m-b-143\% {
    margin-bottom: 143%;
  }
  .tablet\:m-b--143\% {
    margin-bottom: -143%;
  }
  .tablet\:p-b-143\% {
    padding-bottom: 143%;
  }
  .tablet\:p-b--143\% {
    padding-bottom: -143%;
  }
  .tablet\:bottom-143\% {
    bottom: 143%;
  }
  .tablet\:bottom--143\% {
    bottom: -143%;
  }
  .tablet\:m-l-143\% {
    margin-left: 143%;
  }
  .tablet\:m-l--143\% {
    margin-left: -143%;
  }
  .tablet\:p-l-143\% {
    padding-left: 143%;
  }
  .tablet\:p-l--143\% {
    padding-left: -143%;
  }
  .tablet\:left-143\% {
    left: 143%;
  }
  .tablet\:left--143\% {
    left: -143%;
  }
  .tablet\:m-r-143\% {
    margin-right: 143%;
  }
  .tablet\:m-r--143\% {
    margin-right: -143%;
  }
  .tablet\:p-r-143\% {
    padding-right: 143%;
  }
  .tablet\:p-r--143\% {
    padding-right: -143%;
  }
  .tablet\:right-143\% {
    right: 143%;
  }
  .tablet\:right--143\% {
    right: -143%;
  }
  .tablet\:h-143\% {
    height: 143%;
  }
  .tablet\:w-143\% {
    width: 143%;
  }
  .tablet\:max_h-143\% {
    max-height: 143%;
  }
  .tablet\:max_w-143\% {
    max-width: 143%;
  }
  .tablet\:min_h-143\% {
    min-height: 143%;
  }
  .tablet\:min_w-143\% {
    min-width: 143%;
  }
  .tablet\:h-143vh {
    height: 143vh;
  }
  .tablet\:w-143vw {
    width: 143vw;
  }
  .tablet\:min_w-143vw {
    min-width: 143vw;
  }
  .tablet\:min_h-143vh {
    min-height: 143vh;
  }
  .tablet\:max_w-143vw {
    max-width: 143vw;
  }
  .tablet\:max_h-143vh {
    max-height: 143vh;
  }
  .tablet\:m-t-144\% {
    margin-top: 144%;
  }
  .tablet\:m-t--144\% {
    margin-top: -144%;
  }
  .tablet\:p-t-144\% {
    padding-top: 144%;
  }
  .tablet\:p-t--144\% {
    padding-top: -144%;
  }
  .tablet\:top-144\% {
    top: 144%;
  }
  .tablet\:top--144\% {
    top: -144%;
  }
  .tablet\:m-b-144\% {
    margin-bottom: 144%;
  }
  .tablet\:m-b--144\% {
    margin-bottom: -144%;
  }
  .tablet\:p-b-144\% {
    padding-bottom: 144%;
  }
  .tablet\:p-b--144\% {
    padding-bottom: -144%;
  }
  .tablet\:bottom-144\% {
    bottom: 144%;
  }
  .tablet\:bottom--144\% {
    bottom: -144%;
  }
  .tablet\:m-l-144\% {
    margin-left: 144%;
  }
  .tablet\:m-l--144\% {
    margin-left: -144%;
  }
  .tablet\:p-l-144\% {
    padding-left: 144%;
  }
  .tablet\:p-l--144\% {
    padding-left: -144%;
  }
  .tablet\:left-144\% {
    left: 144%;
  }
  .tablet\:left--144\% {
    left: -144%;
  }
  .tablet\:m-r-144\% {
    margin-right: 144%;
  }
  .tablet\:m-r--144\% {
    margin-right: -144%;
  }
  .tablet\:p-r-144\% {
    padding-right: 144%;
  }
  .tablet\:p-r--144\% {
    padding-right: -144%;
  }
  .tablet\:right-144\% {
    right: 144%;
  }
  .tablet\:right--144\% {
    right: -144%;
  }
  .tablet\:h-144\% {
    height: 144%;
  }
  .tablet\:w-144\% {
    width: 144%;
  }
  .tablet\:max_h-144\% {
    max-height: 144%;
  }
  .tablet\:max_w-144\% {
    max-width: 144%;
  }
  .tablet\:min_h-144\% {
    min-height: 144%;
  }
  .tablet\:min_w-144\% {
    min-width: 144%;
  }
  .tablet\:h-144vh {
    height: 144vh;
  }
  .tablet\:w-144vw {
    width: 144vw;
  }
  .tablet\:min_w-144vw {
    min-width: 144vw;
  }
  .tablet\:min_h-144vh {
    min-height: 144vh;
  }
  .tablet\:max_w-144vw {
    max-width: 144vw;
  }
  .tablet\:max_h-144vh {
    max-height: 144vh;
  }
  .tablet\:m-t-145\% {
    margin-top: 145%;
  }
  .tablet\:m-t--145\% {
    margin-top: -145%;
  }
  .tablet\:p-t-145\% {
    padding-top: 145%;
  }
  .tablet\:p-t--145\% {
    padding-top: -145%;
  }
  .tablet\:top-145\% {
    top: 145%;
  }
  .tablet\:top--145\% {
    top: -145%;
  }
  .tablet\:m-b-145\% {
    margin-bottom: 145%;
  }
  .tablet\:m-b--145\% {
    margin-bottom: -145%;
  }
  .tablet\:p-b-145\% {
    padding-bottom: 145%;
  }
  .tablet\:p-b--145\% {
    padding-bottom: -145%;
  }
  .tablet\:bottom-145\% {
    bottom: 145%;
  }
  .tablet\:bottom--145\% {
    bottom: -145%;
  }
  .tablet\:m-l-145\% {
    margin-left: 145%;
  }
  .tablet\:m-l--145\% {
    margin-left: -145%;
  }
  .tablet\:p-l-145\% {
    padding-left: 145%;
  }
  .tablet\:p-l--145\% {
    padding-left: -145%;
  }
  .tablet\:left-145\% {
    left: 145%;
  }
  .tablet\:left--145\% {
    left: -145%;
  }
  .tablet\:m-r-145\% {
    margin-right: 145%;
  }
  .tablet\:m-r--145\% {
    margin-right: -145%;
  }
  .tablet\:p-r-145\% {
    padding-right: 145%;
  }
  .tablet\:p-r--145\% {
    padding-right: -145%;
  }
  .tablet\:right-145\% {
    right: 145%;
  }
  .tablet\:right--145\% {
    right: -145%;
  }
  .tablet\:h-145\% {
    height: 145%;
  }
  .tablet\:w-145\% {
    width: 145%;
  }
  .tablet\:max_h-145\% {
    max-height: 145%;
  }
  .tablet\:max_w-145\% {
    max-width: 145%;
  }
  .tablet\:min_h-145\% {
    min-height: 145%;
  }
  .tablet\:min_w-145\% {
    min-width: 145%;
  }
  .tablet\:h-145vh {
    height: 145vh;
  }
  .tablet\:w-145vw {
    width: 145vw;
  }
  .tablet\:min_w-145vw {
    min-width: 145vw;
  }
  .tablet\:min_h-145vh {
    min-height: 145vh;
  }
  .tablet\:max_w-145vw {
    max-width: 145vw;
  }
  .tablet\:max_h-145vh {
    max-height: 145vh;
  }
  .tablet\:m-t-146\% {
    margin-top: 146%;
  }
  .tablet\:m-t--146\% {
    margin-top: -146%;
  }
  .tablet\:p-t-146\% {
    padding-top: 146%;
  }
  .tablet\:p-t--146\% {
    padding-top: -146%;
  }
  .tablet\:top-146\% {
    top: 146%;
  }
  .tablet\:top--146\% {
    top: -146%;
  }
  .tablet\:m-b-146\% {
    margin-bottom: 146%;
  }
  .tablet\:m-b--146\% {
    margin-bottom: -146%;
  }
  .tablet\:p-b-146\% {
    padding-bottom: 146%;
  }
  .tablet\:p-b--146\% {
    padding-bottom: -146%;
  }
  .tablet\:bottom-146\% {
    bottom: 146%;
  }
  .tablet\:bottom--146\% {
    bottom: -146%;
  }
  .tablet\:m-l-146\% {
    margin-left: 146%;
  }
  .tablet\:m-l--146\% {
    margin-left: -146%;
  }
  .tablet\:p-l-146\% {
    padding-left: 146%;
  }
  .tablet\:p-l--146\% {
    padding-left: -146%;
  }
  .tablet\:left-146\% {
    left: 146%;
  }
  .tablet\:left--146\% {
    left: -146%;
  }
  .tablet\:m-r-146\% {
    margin-right: 146%;
  }
  .tablet\:m-r--146\% {
    margin-right: -146%;
  }
  .tablet\:p-r-146\% {
    padding-right: 146%;
  }
  .tablet\:p-r--146\% {
    padding-right: -146%;
  }
  .tablet\:right-146\% {
    right: 146%;
  }
  .tablet\:right--146\% {
    right: -146%;
  }
  .tablet\:h-146\% {
    height: 146%;
  }
  .tablet\:w-146\% {
    width: 146%;
  }
  .tablet\:max_h-146\% {
    max-height: 146%;
  }
  .tablet\:max_w-146\% {
    max-width: 146%;
  }
  .tablet\:min_h-146\% {
    min-height: 146%;
  }
  .tablet\:min_w-146\% {
    min-width: 146%;
  }
  .tablet\:h-146vh {
    height: 146vh;
  }
  .tablet\:w-146vw {
    width: 146vw;
  }
  .tablet\:min_w-146vw {
    min-width: 146vw;
  }
  .tablet\:min_h-146vh {
    min-height: 146vh;
  }
  .tablet\:max_w-146vw {
    max-width: 146vw;
  }
  .tablet\:max_h-146vh {
    max-height: 146vh;
  }
  .tablet\:m-t-147\% {
    margin-top: 147%;
  }
  .tablet\:m-t--147\% {
    margin-top: -147%;
  }
  .tablet\:p-t-147\% {
    padding-top: 147%;
  }
  .tablet\:p-t--147\% {
    padding-top: -147%;
  }
  .tablet\:top-147\% {
    top: 147%;
  }
  .tablet\:top--147\% {
    top: -147%;
  }
  .tablet\:m-b-147\% {
    margin-bottom: 147%;
  }
  .tablet\:m-b--147\% {
    margin-bottom: -147%;
  }
  .tablet\:p-b-147\% {
    padding-bottom: 147%;
  }
  .tablet\:p-b--147\% {
    padding-bottom: -147%;
  }
  .tablet\:bottom-147\% {
    bottom: 147%;
  }
  .tablet\:bottom--147\% {
    bottom: -147%;
  }
  .tablet\:m-l-147\% {
    margin-left: 147%;
  }
  .tablet\:m-l--147\% {
    margin-left: -147%;
  }
  .tablet\:p-l-147\% {
    padding-left: 147%;
  }
  .tablet\:p-l--147\% {
    padding-left: -147%;
  }
  .tablet\:left-147\% {
    left: 147%;
  }
  .tablet\:left--147\% {
    left: -147%;
  }
  .tablet\:m-r-147\% {
    margin-right: 147%;
  }
  .tablet\:m-r--147\% {
    margin-right: -147%;
  }
  .tablet\:p-r-147\% {
    padding-right: 147%;
  }
  .tablet\:p-r--147\% {
    padding-right: -147%;
  }
  .tablet\:right-147\% {
    right: 147%;
  }
  .tablet\:right--147\% {
    right: -147%;
  }
  .tablet\:h-147\% {
    height: 147%;
  }
  .tablet\:w-147\% {
    width: 147%;
  }
  .tablet\:max_h-147\% {
    max-height: 147%;
  }
  .tablet\:max_w-147\% {
    max-width: 147%;
  }
  .tablet\:min_h-147\% {
    min-height: 147%;
  }
  .tablet\:min_w-147\% {
    min-width: 147%;
  }
  .tablet\:h-147vh {
    height: 147vh;
  }
  .tablet\:w-147vw {
    width: 147vw;
  }
  .tablet\:min_w-147vw {
    min-width: 147vw;
  }
  .tablet\:min_h-147vh {
    min-height: 147vh;
  }
  .tablet\:max_w-147vw {
    max-width: 147vw;
  }
  .tablet\:max_h-147vh {
    max-height: 147vh;
  }
  .tablet\:m-t-148\% {
    margin-top: 148%;
  }
  .tablet\:m-t--148\% {
    margin-top: -148%;
  }
  .tablet\:p-t-148\% {
    padding-top: 148%;
  }
  .tablet\:p-t--148\% {
    padding-top: -148%;
  }
  .tablet\:top-148\% {
    top: 148%;
  }
  .tablet\:top--148\% {
    top: -148%;
  }
  .tablet\:m-b-148\% {
    margin-bottom: 148%;
  }
  .tablet\:m-b--148\% {
    margin-bottom: -148%;
  }
  .tablet\:p-b-148\% {
    padding-bottom: 148%;
  }
  .tablet\:p-b--148\% {
    padding-bottom: -148%;
  }
  .tablet\:bottom-148\% {
    bottom: 148%;
  }
  .tablet\:bottom--148\% {
    bottom: -148%;
  }
  .tablet\:m-l-148\% {
    margin-left: 148%;
  }
  .tablet\:m-l--148\% {
    margin-left: -148%;
  }
  .tablet\:p-l-148\% {
    padding-left: 148%;
  }
  .tablet\:p-l--148\% {
    padding-left: -148%;
  }
  .tablet\:left-148\% {
    left: 148%;
  }
  .tablet\:left--148\% {
    left: -148%;
  }
  .tablet\:m-r-148\% {
    margin-right: 148%;
  }
  .tablet\:m-r--148\% {
    margin-right: -148%;
  }
  .tablet\:p-r-148\% {
    padding-right: 148%;
  }
  .tablet\:p-r--148\% {
    padding-right: -148%;
  }
  .tablet\:right-148\% {
    right: 148%;
  }
  .tablet\:right--148\% {
    right: -148%;
  }
  .tablet\:h-148\% {
    height: 148%;
  }
  .tablet\:w-148\% {
    width: 148%;
  }
  .tablet\:max_h-148\% {
    max-height: 148%;
  }
  .tablet\:max_w-148\% {
    max-width: 148%;
  }
  .tablet\:min_h-148\% {
    min-height: 148%;
  }
  .tablet\:min_w-148\% {
    min-width: 148%;
  }
  .tablet\:h-148vh {
    height: 148vh;
  }
  .tablet\:w-148vw {
    width: 148vw;
  }
  .tablet\:min_w-148vw {
    min-width: 148vw;
  }
  .tablet\:min_h-148vh {
    min-height: 148vh;
  }
  .tablet\:max_w-148vw {
    max-width: 148vw;
  }
  .tablet\:max_h-148vh {
    max-height: 148vh;
  }
  .tablet\:m-t-149\% {
    margin-top: 149%;
  }
  .tablet\:m-t--149\% {
    margin-top: -149%;
  }
  .tablet\:p-t-149\% {
    padding-top: 149%;
  }
  .tablet\:p-t--149\% {
    padding-top: -149%;
  }
  .tablet\:top-149\% {
    top: 149%;
  }
  .tablet\:top--149\% {
    top: -149%;
  }
  .tablet\:m-b-149\% {
    margin-bottom: 149%;
  }
  .tablet\:m-b--149\% {
    margin-bottom: -149%;
  }
  .tablet\:p-b-149\% {
    padding-bottom: 149%;
  }
  .tablet\:p-b--149\% {
    padding-bottom: -149%;
  }
  .tablet\:bottom-149\% {
    bottom: 149%;
  }
  .tablet\:bottom--149\% {
    bottom: -149%;
  }
  .tablet\:m-l-149\% {
    margin-left: 149%;
  }
  .tablet\:m-l--149\% {
    margin-left: -149%;
  }
  .tablet\:p-l-149\% {
    padding-left: 149%;
  }
  .tablet\:p-l--149\% {
    padding-left: -149%;
  }
  .tablet\:left-149\% {
    left: 149%;
  }
  .tablet\:left--149\% {
    left: -149%;
  }
  .tablet\:m-r-149\% {
    margin-right: 149%;
  }
  .tablet\:m-r--149\% {
    margin-right: -149%;
  }
  .tablet\:p-r-149\% {
    padding-right: 149%;
  }
  .tablet\:p-r--149\% {
    padding-right: -149%;
  }
  .tablet\:right-149\% {
    right: 149%;
  }
  .tablet\:right--149\% {
    right: -149%;
  }
  .tablet\:h-149\% {
    height: 149%;
  }
  .tablet\:w-149\% {
    width: 149%;
  }
  .tablet\:max_h-149\% {
    max-height: 149%;
  }
  .tablet\:max_w-149\% {
    max-width: 149%;
  }
  .tablet\:min_h-149\% {
    min-height: 149%;
  }
  .tablet\:min_w-149\% {
    min-width: 149%;
  }
  .tablet\:h-149vh {
    height: 149vh;
  }
  .tablet\:w-149vw {
    width: 149vw;
  }
  .tablet\:min_w-149vw {
    min-width: 149vw;
  }
  .tablet\:min_h-149vh {
    min-height: 149vh;
  }
  .tablet\:max_w-149vw {
    max-width: 149vw;
  }
  .tablet\:max_h-149vh {
    max-height: 149vh;
  }
  .tablet\:m-t-150\% {
    margin-top: 150%;
  }
  .tablet\:m-t--150\% {
    margin-top: -150%;
  }
  .tablet\:p-t-150\% {
    padding-top: 150%;
  }
  .tablet\:p-t--150\% {
    padding-top: -150%;
  }
  .tablet\:top-150\% {
    top: 150%;
  }
  .tablet\:top--150\% {
    top: -150%;
  }
  .tablet\:m-b-150\% {
    margin-bottom: 150%;
  }
  .tablet\:m-b--150\% {
    margin-bottom: -150%;
  }
  .tablet\:p-b-150\% {
    padding-bottom: 150%;
  }
  .tablet\:p-b--150\% {
    padding-bottom: -150%;
  }
  .tablet\:bottom-150\% {
    bottom: 150%;
  }
  .tablet\:bottom--150\% {
    bottom: -150%;
  }
  .tablet\:m-l-150\% {
    margin-left: 150%;
  }
  .tablet\:m-l--150\% {
    margin-left: -150%;
  }
  .tablet\:p-l-150\% {
    padding-left: 150%;
  }
  .tablet\:p-l--150\% {
    padding-left: -150%;
  }
  .tablet\:left-150\% {
    left: 150%;
  }
  .tablet\:left--150\% {
    left: -150%;
  }
  .tablet\:m-r-150\% {
    margin-right: 150%;
  }
  .tablet\:m-r--150\% {
    margin-right: -150%;
  }
  .tablet\:p-r-150\% {
    padding-right: 150%;
  }
  .tablet\:p-r--150\% {
    padding-right: -150%;
  }
  .tablet\:right-150\% {
    right: 150%;
  }
  .tablet\:right--150\% {
    right: -150%;
  }
  .tablet\:h-150\% {
    height: 150%;
  }
  .tablet\:w-150\% {
    width: 150%;
  }
  .tablet\:max_h-150\% {
    max-height: 150%;
  }
  .tablet\:max_w-150\% {
    max-width: 150%;
  }
  .tablet\:min_h-150\% {
    min-height: 150%;
  }
  .tablet\:min_w-150\% {
    min-width: 150%;
  }
  .tablet\:h-150vh {
    height: 150vh;
  }
  .tablet\:w-150vw {
    width: 150vw;
  }
  .tablet\:min_w-150vw {
    min-width: 150vw;
  }
  .tablet\:min_h-150vh {
    min-height: 150vh;
  }
  .tablet\:max_w-150vw {
    max-width: 150vw;
  }
  .tablet\:max_h-150vh {
    max-height: 150vh;
  }
  .tablet\:m-t-151\% {
    margin-top: 151%;
  }
  .tablet\:m-t--151\% {
    margin-top: -151%;
  }
  .tablet\:p-t-151\% {
    padding-top: 151%;
  }
  .tablet\:p-t--151\% {
    padding-top: -151%;
  }
  .tablet\:top-151\% {
    top: 151%;
  }
  .tablet\:top--151\% {
    top: -151%;
  }
  .tablet\:m-b-151\% {
    margin-bottom: 151%;
  }
  .tablet\:m-b--151\% {
    margin-bottom: -151%;
  }
  .tablet\:p-b-151\% {
    padding-bottom: 151%;
  }
  .tablet\:p-b--151\% {
    padding-bottom: -151%;
  }
  .tablet\:bottom-151\% {
    bottom: 151%;
  }
  .tablet\:bottom--151\% {
    bottom: -151%;
  }
  .tablet\:m-l-151\% {
    margin-left: 151%;
  }
  .tablet\:m-l--151\% {
    margin-left: -151%;
  }
  .tablet\:p-l-151\% {
    padding-left: 151%;
  }
  .tablet\:p-l--151\% {
    padding-left: -151%;
  }
  .tablet\:left-151\% {
    left: 151%;
  }
  .tablet\:left--151\% {
    left: -151%;
  }
  .tablet\:m-r-151\% {
    margin-right: 151%;
  }
  .tablet\:m-r--151\% {
    margin-right: -151%;
  }
  .tablet\:p-r-151\% {
    padding-right: 151%;
  }
  .tablet\:p-r--151\% {
    padding-right: -151%;
  }
  .tablet\:right-151\% {
    right: 151%;
  }
  .tablet\:right--151\% {
    right: -151%;
  }
  .tablet\:h-151\% {
    height: 151%;
  }
  .tablet\:w-151\% {
    width: 151%;
  }
  .tablet\:max_h-151\% {
    max-height: 151%;
  }
  .tablet\:max_w-151\% {
    max-width: 151%;
  }
  .tablet\:min_h-151\% {
    min-height: 151%;
  }
  .tablet\:min_w-151\% {
    min-width: 151%;
  }
  .tablet\:h-151vh {
    height: 151vh;
  }
  .tablet\:w-151vw {
    width: 151vw;
  }
  .tablet\:min_w-151vw {
    min-width: 151vw;
  }
  .tablet\:min_h-151vh {
    min-height: 151vh;
  }
  .tablet\:max_w-151vw {
    max-width: 151vw;
  }
  .tablet\:max_h-151vh {
    max-height: 151vh;
  }
  .tablet\:m-t-152\% {
    margin-top: 152%;
  }
  .tablet\:m-t--152\% {
    margin-top: -152%;
  }
  .tablet\:p-t-152\% {
    padding-top: 152%;
  }
  .tablet\:p-t--152\% {
    padding-top: -152%;
  }
  .tablet\:top-152\% {
    top: 152%;
  }
  .tablet\:top--152\% {
    top: -152%;
  }
  .tablet\:m-b-152\% {
    margin-bottom: 152%;
  }
  .tablet\:m-b--152\% {
    margin-bottom: -152%;
  }
  .tablet\:p-b-152\% {
    padding-bottom: 152%;
  }
  .tablet\:p-b--152\% {
    padding-bottom: -152%;
  }
  .tablet\:bottom-152\% {
    bottom: 152%;
  }
  .tablet\:bottom--152\% {
    bottom: -152%;
  }
  .tablet\:m-l-152\% {
    margin-left: 152%;
  }
  .tablet\:m-l--152\% {
    margin-left: -152%;
  }
  .tablet\:p-l-152\% {
    padding-left: 152%;
  }
  .tablet\:p-l--152\% {
    padding-left: -152%;
  }
  .tablet\:left-152\% {
    left: 152%;
  }
  .tablet\:left--152\% {
    left: -152%;
  }
  .tablet\:m-r-152\% {
    margin-right: 152%;
  }
  .tablet\:m-r--152\% {
    margin-right: -152%;
  }
  .tablet\:p-r-152\% {
    padding-right: 152%;
  }
  .tablet\:p-r--152\% {
    padding-right: -152%;
  }
  .tablet\:right-152\% {
    right: 152%;
  }
  .tablet\:right--152\% {
    right: -152%;
  }
  .tablet\:h-152\% {
    height: 152%;
  }
  .tablet\:w-152\% {
    width: 152%;
  }
  .tablet\:max_h-152\% {
    max-height: 152%;
  }
  .tablet\:max_w-152\% {
    max-width: 152%;
  }
  .tablet\:min_h-152\% {
    min-height: 152%;
  }
  .tablet\:min_w-152\% {
    min-width: 152%;
  }
  .tablet\:h-152vh {
    height: 152vh;
  }
  .tablet\:w-152vw {
    width: 152vw;
  }
  .tablet\:min_w-152vw {
    min-width: 152vw;
  }
  .tablet\:min_h-152vh {
    min-height: 152vh;
  }
  .tablet\:max_w-152vw {
    max-width: 152vw;
  }
  .tablet\:max_h-152vh {
    max-height: 152vh;
  }
  .tablet\:m-t-153\% {
    margin-top: 153%;
  }
  .tablet\:m-t--153\% {
    margin-top: -153%;
  }
  .tablet\:p-t-153\% {
    padding-top: 153%;
  }
  .tablet\:p-t--153\% {
    padding-top: -153%;
  }
  .tablet\:top-153\% {
    top: 153%;
  }
  .tablet\:top--153\% {
    top: -153%;
  }
  .tablet\:m-b-153\% {
    margin-bottom: 153%;
  }
  .tablet\:m-b--153\% {
    margin-bottom: -153%;
  }
  .tablet\:p-b-153\% {
    padding-bottom: 153%;
  }
  .tablet\:p-b--153\% {
    padding-bottom: -153%;
  }
  .tablet\:bottom-153\% {
    bottom: 153%;
  }
  .tablet\:bottom--153\% {
    bottom: -153%;
  }
  .tablet\:m-l-153\% {
    margin-left: 153%;
  }
  .tablet\:m-l--153\% {
    margin-left: -153%;
  }
  .tablet\:p-l-153\% {
    padding-left: 153%;
  }
  .tablet\:p-l--153\% {
    padding-left: -153%;
  }
  .tablet\:left-153\% {
    left: 153%;
  }
  .tablet\:left--153\% {
    left: -153%;
  }
  .tablet\:m-r-153\% {
    margin-right: 153%;
  }
  .tablet\:m-r--153\% {
    margin-right: -153%;
  }
  .tablet\:p-r-153\% {
    padding-right: 153%;
  }
  .tablet\:p-r--153\% {
    padding-right: -153%;
  }
  .tablet\:right-153\% {
    right: 153%;
  }
  .tablet\:right--153\% {
    right: -153%;
  }
  .tablet\:h-153\% {
    height: 153%;
  }
  .tablet\:w-153\% {
    width: 153%;
  }
  .tablet\:max_h-153\% {
    max-height: 153%;
  }
  .tablet\:max_w-153\% {
    max-width: 153%;
  }
  .tablet\:min_h-153\% {
    min-height: 153%;
  }
  .tablet\:min_w-153\% {
    min-width: 153%;
  }
  .tablet\:h-153vh {
    height: 153vh;
  }
  .tablet\:w-153vw {
    width: 153vw;
  }
  .tablet\:min_w-153vw {
    min-width: 153vw;
  }
  .tablet\:min_h-153vh {
    min-height: 153vh;
  }
  .tablet\:max_w-153vw {
    max-width: 153vw;
  }
  .tablet\:max_h-153vh {
    max-height: 153vh;
  }
  .tablet\:m-t-154\% {
    margin-top: 154%;
  }
  .tablet\:m-t--154\% {
    margin-top: -154%;
  }
  .tablet\:p-t-154\% {
    padding-top: 154%;
  }
  .tablet\:p-t--154\% {
    padding-top: -154%;
  }
  .tablet\:top-154\% {
    top: 154%;
  }
  .tablet\:top--154\% {
    top: -154%;
  }
  .tablet\:m-b-154\% {
    margin-bottom: 154%;
  }
  .tablet\:m-b--154\% {
    margin-bottom: -154%;
  }
  .tablet\:p-b-154\% {
    padding-bottom: 154%;
  }
  .tablet\:p-b--154\% {
    padding-bottom: -154%;
  }
  .tablet\:bottom-154\% {
    bottom: 154%;
  }
  .tablet\:bottom--154\% {
    bottom: -154%;
  }
  .tablet\:m-l-154\% {
    margin-left: 154%;
  }
  .tablet\:m-l--154\% {
    margin-left: -154%;
  }
  .tablet\:p-l-154\% {
    padding-left: 154%;
  }
  .tablet\:p-l--154\% {
    padding-left: -154%;
  }
  .tablet\:left-154\% {
    left: 154%;
  }
  .tablet\:left--154\% {
    left: -154%;
  }
  .tablet\:m-r-154\% {
    margin-right: 154%;
  }
  .tablet\:m-r--154\% {
    margin-right: -154%;
  }
  .tablet\:p-r-154\% {
    padding-right: 154%;
  }
  .tablet\:p-r--154\% {
    padding-right: -154%;
  }
  .tablet\:right-154\% {
    right: 154%;
  }
  .tablet\:right--154\% {
    right: -154%;
  }
  .tablet\:h-154\% {
    height: 154%;
  }
  .tablet\:w-154\% {
    width: 154%;
  }
  .tablet\:max_h-154\% {
    max-height: 154%;
  }
  .tablet\:max_w-154\% {
    max-width: 154%;
  }
  .tablet\:min_h-154\% {
    min-height: 154%;
  }
  .tablet\:min_w-154\% {
    min-width: 154%;
  }
  .tablet\:h-154vh {
    height: 154vh;
  }
  .tablet\:w-154vw {
    width: 154vw;
  }
  .tablet\:min_w-154vw {
    min-width: 154vw;
  }
  .tablet\:min_h-154vh {
    min-height: 154vh;
  }
  .tablet\:max_w-154vw {
    max-width: 154vw;
  }
  .tablet\:max_h-154vh {
    max-height: 154vh;
  }
  .tablet\:m-t-155\% {
    margin-top: 155%;
  }
  .tablet\:m-t--155\% {
    margin-top: -155%;
  }
  .tablet\:p-t-155\% {
    padding-top: 155%;
  }
  .tablet\:p-t--155\% {
    padding-top: -155%;
  }
  .tablet\:top-155\% {
    top: 155%;
  }
  .tablet\:top--155\% {
    top: -155%;
  }
  .tablet\:m-b-155\% {
    margin-bottom: 155%;
  }
  .tablet\:m-b--155\% {
    margin-bottom: -155%;
  }
  .tablet\:p-b-155\% {
    padding-bottom: 155%;
  }
  .tablet\:p-b--155\% {
    padding-bottom: -155%;
  }
  .tablet\:bottom-155\% {
    bottom: 155%;
  }
  .tablet\:bottom--155\% {
    bottom: -155%;
  }
  .tablet\:m-l-155\% {
    margin-left: 155%;
  }
  .tablet\:m-l--155\% {
    margin-left: -155%;
  }
  .tablet\:p-l-155\% {
    padding-left: 155%;
  }
  .tablet\:p-l--155\% {
    padding-left: -155%;
  }
  .tablet\:left-155\% {
    left: 155%;
  }
  .tablet\:left--155\% {
    left: -155%;
  }
  .tablet\:m-r-155\% {
    margin-right: 155%;
  }
  .tablet\:m-r--155\% {
    margin-right: -155%;
  }
  .tablet\:p-r-155\% {
    padding-right: 155%;
  }
  .tablet\:p-r--155\% {
    padding-right: -155%;
  }
  .tablet\:right-155\% {
    right: 155%;
  }
  .tablet\:right--155\% {
    right: -155%;
  }
  .tablet\:h-155\% {
    height: 155%;
  }
  .tablet\:w-155\% {
    width: 155%;
  }
  .tablet\:max_h-155\% {
    max-height: 155%;
  }
  .tablet\:max_w-155\% {
    max-width: 155%;
  }
  .tablet\:min_h-155\% {
    min-height: 155%;
  }
  .tablet\:min_w-155\% {
    min-width: 155%;
  }
  .tablet\:h-155vh {
    height: 155vh;
  }
  .tablet\:w-155vw {
    width: 155vw;
  }
  .tablet\:min_w-155vw {
    min-width: 155vw;
  }
  .tablet\:min_h-155vh {
    min-height: 155vh;
  }
  .tablet\:max_w-155vw {
    max-width: 155vw;
  }
  .tablet\:max_h-155vh {
    max-height: 155vh;
  }
  .tablet\:m-t-156\% {
    margin-top: 156%;
  }
  .tablet\:m-t--156\% {
    margin-top: -156%;
  }
  .tablet\:p-t-156\% {
    padding-top: 156%;
  }
  .tablet\:p-t--156\% {
    padding-top: -156%;
  }
  .tablet\:top-156\% {
    top: 156%;
  }
  .tablet\:top--156\% {
    top: -156%;
  }
  .tablet\:m-b-156\% {
    margin-bottom: 156%;
  }
  .tablet\:m-b--156\% {
    margin-bottom: -156%;
  }
  .tablet\:p-b-156\% {
    padding-bottom: 156%;
  }
  .tablet\:p-b--156\% {
    padding-bottom: -156%;
  }
  .tablet\:bottom-156\% {
    bottom: 156%;
  }
  .tablet\:bottom--156\% {
    bottom: -156%;
  }
  .tablet\:m-l-156\% {
    margin-left: 156%;
  }
  .tablet\:m-l--156\% {
    margin-left: -156%;
  }
  .tablet\:p-l-156\% {
    padding-left: 156%;
  }
  .tablet\:p-l--156\% {
    padding-left: -156%;
  }
  .tablet\:left-156\% {
    left: 156%;
  }
  .tablet\:left--156\% {
    left: -156%;
  }
  .tablet\:m-r-156\% {
    margin-right: 156%;
  }
  .tablet\:m-r--156\% {
    margin-right: -156%;
  }
  .tablet\:p-r-156\% {
    padding-right: 156%;
  }
  .tablet\:p-r--156\% {
    padding-right: -156%;
  }
  .tablet\:right-156\% {
    right: 156%;
  }
  .tablet\:right--156\% {
    right: -156%;
  }
  .tablet\:h-156\% {
    height: 156%;
  }
  .tablet\:w-156\% {
    width: 156%;
  }
  .tablet\:max_h-156\% {
    max-height: 156%;
  }
  .tablet\:max_w-156\% {
    max-width: 156%;
  }
  .tablet\:min_h-156\% {
    min-height: 156%;
  }
  .tablet\:min_w-156\% {
    min-width: 156%;
  }
  .tablet\:h-156vh {
    height: 156vh;
  }
  .tablet\:w-156vw {
    width: 156vw;
  }
  .tablet\:min_w-156vw {
    min-width: 156vw;
  }
  .tablet\:min_h-156vh {
    min-height: 156vh;
  }
  .tablet\:max_w-156vw {
    max-width: 156vw;
  }
  .tablet\:max_h-156vh {
    max-height: 156vh;
  }
  .tablet\:m-t-157\% {
    margin-top: 157%;
  }
  .tablet\:m-t--157\% {
    margin-top: -157%;
  }
  .tablet\:p-t-157\% {
    padding-top: 157%;
  }
  .tablet\:p-t--157\% {
    padding-top: -157%;
  }
  .tablet\:top-157\% {
    top: 157%;
  }
  .tablet\:top--157\% {
    top: -157%;
  }
  .tablet\:m-b-157\% {
    margin-bottom: 157%;
  }
  .tablet\:m-b--157\% {
    margin-bottom: -157%;
  }
  .tablet\:p-b-157\% {
    padding-bottom: 157%;
  }
  .tablet\:p-b--157\% {
    padding-bottom: -157%;
  }
  .tablet\:bottom-157\% {
    bottom: 157%;
  }
  .tablet\:bottom--157\% {
    bottom: -157%;
  }
  .tablet\:m-l-157\% {
    margin-left: 157%;
  }
  .tablet\:m-l--157\% {
    margin-left: -157%;
  }
  .tablet\:p-l-157\% {
    padding-left: 157%;
  }
  .tablet\:p-l--157\% {
    padding-left: -157%;
  }
  .tablet\:left-157\% {
    left: 157%;
  }
  .tablet\:left--157\% {
    left: -157%;
  }
  .tablet\:m-r-157\% {
    margin-right: 157%;
  }
  .tablet\:m-r--157\% {
    margin-right: -157%;
  }
  .tablet\:p-r-157\% {
    padding-right: 157%;
  }
  .tablet\:p-r--157\% {
    padding-right: -157%;
  }
  .tablet\:right-157\% {
    right: 157%;
  }
  .tablet\:right--157\% {
    right: -157%;
  }
  .tablet\:h-157\% {
    height: 157%;
  }
  .tablet\:w-157\% {
    width: 157%;
  }
  .tablet\:max_h-157\% {
    max-height: 157%;
  }
  .tablet\:max_w-157\% {
    max-width: 157%;
  }
  .tablet\:min_h-157\% {
    min-height: 157%;
  }
  .tablet\:min_w-157\% {
    min-width: 157%;
  }
  .tablet\:h-157vh {
    height: 157vh;
  }
  .tablet\:w-157vw {
    width: 157vw;
  }
  .tablet\:min_w-157vw {
    min-width: 157vw;
  }
  .tablet\:min_h-157vh {
    min-height: 157vh;
  }
  .tablet\:max_w-157vw {
    max-width: 157vw;
  }
  .tablet\:max_h-157vh {
    max-height: 157vh;
  }
  .tablet\:m-t-158\% {
    margin-top: 158%;
  }
  .tablet\:m-t--158\% {
    margin-top: -158%;
  }
  .tablet\:p-t-158\% {
    padding-top: 158%;
  }
  .tablet\:p-t--158\% {
    padding-top: -158%;
  }
  .tablet\:top-158\% {
    top: 158%;
  }
  .tablet\:top--158\% {
    top: -158%;
  }
  .tablet\:m-b-158\% {
    margin-bottom: 158%;
  }
  .tablet\:m-b--158\% {
    margin-bottom: -158%;
  }
  .tablet\:p-b-158\% {
    padding-bottom: 158%;
  }
  .tablet\:p-b--158\% {
    padding-bottom: -158%;
  }
  .tablet\:bottom-158\% {
    bottom: 158%;
  }
  .tablet\:bottom--158\% {
    bottom: -158%;
  }
  .tablet\:m-l-158\% {
    margin-left: 158%;
  }
  .tablet\:m-l--158\% {
    margin-left: -158%;
  }
  .tablet\:p-l-158\% {
    padding-left: 158%;
  }
  .tablet\:p-l--158\% {
    padding-left: -158%;
  }
  .tablet\:left-158\% {
    left: 158%;
  }
  .tablet\:left--158\% {
    left: -158%;
  }
  .tablet\:m-r-158\% {
    margin-right: 158%;
  }
  .tablet\:m-r--158\% {
    margin-right: -158%;
  }
  .tablet\:p-r-158\% {
    padding-right: 158%;
  }
  .tablet\:p-r--158\% {
    padding-right: -158%;
  }
  .tablet\:right-158\% {
    right: 158%;
  }
  .tablet\:right--158\% {
    right: -158%;
  }
  .tablet\:h-158\% {
    height: 158%;
  }
  .tablet\:w-158\% {
    width: 158%;
  }
  .tablet\:max_h-158\% {
    max-height: 158%;
  }
  .tablet\:max_w-158\% {
    max-width: 158%;
  }
  .tablet\:min_h-158\% {
    min-height: 158%;
  }
  .tablet\:min_w-158\% {
    min-width: 158%;
  }
  .tablet\:h-158vh {
    height: 158vh;
  }
  .tablet\:w-158vw {
    width: 158vw;
  }
  .tablet\:min_w-158vw {
    min-width: 158vw;
  }
  .tablet\:min_h-158vh {
    min-height: 158vh;
  }
  .tablet\:max_w-158vw {
    max-width: 158vw;
  }
  .tablet\:max_h-158vh {
    max-height: 158vh;
  }
  .tablet\:m-t-159\% {
    margin-top: 159%;
  }
  .tablet\:m-t--159\% {
    margin-top: -159%;
  }
  .tablet\:p-t-159\% {
    padding-top: 159%;
  }
  .tablet\:p-t--159\% {
    padding-top: -159%;
  }
  .tablet\:top-159\% {
    top: 159%;
  }
  .tablet\:top--159\% {
    top: -159%;
  }
  .tablet\:m-b-159\% {
    margin-bottom: 159%;
  }
  .tablet\:m-b--159\% {
    margin-bottom: -159%;
  }
  .tablet\:p-b-159\% {
    padding-bottom: 159%;
  }
  .tablet\:p-b--159\% {
    padding-bottom: -159%;
  }
  .tablet\:bottom-159\% {
    bottom: 159%;
  }
  .tablet\:bottom--159\% {
    bottom: -159%;
  }
  .tablet\:m-l-159\% {
    margin-left: 159%;
  }
  .tablet\:m-l--159\% {
    margin-left: -159%;
  }
  .tablet\:p-l-159\% {
    padding-left: 159%;
  }
  .tablet\:p-l--159\% {
    padding-left: -159%;
  }
  .tablet\:left-159\% {
    left: 159%;
  }
  .tablet\:left--159\% {
    left: -159%;
  }
  .tablet\:m-r-159\% {
    margin-right: 159%;
  }
  .tablet\:m-r--159\% {
    margin-right: -159%;
  }
  .tablet\:p-r-159\% {
    padding-right: 159%;
  }
  .tablet\:p-r--159\% {
    padding-right: -159%;
  }
  .tablet\:right-159\% {
    right: 159%;
  }
  .tablet\:right--159\% {
    right: -159%;
  }
  .tablet\:h-159\% {
    height: 159%;
  }
  .tablet\:w-159\% {
    width: 159%;
  }
  .tablet\:max_h-159\% {
    max-height: 159%;
  }
  .tablet\:max_w-159\% {
    max-width: 159%;
  }
  .tablet\:min_h-159\% {
    min-height: 159%;
  }
  .tablet\:min_w-159\% {
    min-width: 159%;
  }
  .tablet\:h-159vh {
    height: 159vh;
  }
  .tablet\:w-159vw {
    width: 159vw;
  }
  .tablet\:min_w-159vw {
    min-width: 159vw;
  }
  .tablet\:min_h-159vh {
    min-height: 159vh;
  }
  .tablet\:max_w-159vw {
    max-width: 159vw;
  }
  .tablet\:max_h-159vh {
    max-height: 159vh;
  }
  .tablet\:m-t-160\% {
    margin-top: 160%;
  }
  .tablet\:m-t--160\% {
    margin-top: -160%;
  }
  .tablet\:p-t-160\% {
    padding-top: 160%;
  }
  .tablet\:p-t--160\% {
    padding-top: -160%;
  }
  .tablet\:top-160\% {
    top: 160%;
  }
  .tablet\:top--160\% {
    top: -160%;
  }
  .tablet\:m-b-160\% {
    margin-bottom: 160%;
  }
  .tablet\:m-b--160\% {
    margin-bottom: -160%;
  }
  .tablet\:p-b-160\% {
    padding-bottom: 160%;
  }
  .tablet\:p-b--160\% {
    padding-bottom: -160%;
  }
  .tablet\:bottom-160\% {
    bottom: 160%;
  }
  .tablet\:bottom--160\% {
    bottom: -160%;
  }
  .tablet\:m-l-160\% {
    margin-left: 160%;
  }
  .tablet\:m-l--160\% {
    margin-left: -160%;
  }
  .tablet\:p-l-160\% {
    padding-left: 160%;
  }
  .tablet\:p-l--160\% {
    padding-left: -160%;
  }
  .tablet\:left-160\% {
    left: 160%;
  }
  .tablet\:left--160\% {
    left: -160%;
  }
  .tablet\:m-r-160\% {
    margin-right: 160%;
  }
  .tablet\:m-r--160\% {
    margin-right: -160%;
  }
  .tablet\:p-r-160\% {
    padding-right: 160%;
  }
  .tablet\:p-r--160\% {
    padding-right: -160%;
  }
  .tablet\:right-160\% {
    right: 160%;
  }
  .tablet\:right--160\% {
    right: -160%;
  }
  .tablet\:h-160\% {
    height: 160%;
  }
  .tablet\:w-160\% {
    width: 160%;
  }
  .tablet\:max_h-160\% {
    max-height: 160%;
  }
  .tablet\:max_w-160\% {
    max-width: 160%;
  }
  .tablet\:min_h-160\% {
    min-height: 160%;
  }
  .tablet\:min_w-160\% {
    min-width: 160%;
  }
  .tablet\:h-160vh {
    height: 160vh;
  }
  .tablet\:w-160vw {
    width: 160vw;
  }
  .tablet\:min_w-160vw {
    min-width: 160vw;
  }
  .tablet\:min_h-160vh {
    min-height: 160vh;
  }
  .tablet\:max_w-160vw {
    max-width: 160vw;
  }
  .tablet\:max_h-160vh {
    max-height: 160vh;
  }
  .tablet\:m-t-161\% {
    margin-top: 161%;
  }
  .tablet\:m-t--161\% {
    margin-top: -161%;
  }
  .tablet\:p-t-161\% {
    padding-top: 161%;
  }
  .tablet\:p-t--161\% {
    padding-top: -161%;
  }
  .tablet\:top-161\% {
    top: 161%;
  }
  .tablet\:top--161\% {
    top: -161%;
  }
  .tablet\:m-b-161\% {
    margin-bottom: 161%;
  }
  .tablet\:m-b--161\% {
    margin-bottom: -161%;
  }
  .tablet\:p-b-161\% {
    padding-bottom: 161%;
  }
  .tablet\:p-b--161\% {
    padding-bottom: -161%;
  }
  .tablet\:bottom-161\% {
    bottom: 161%;
  }
  .tablet\:bottom--161\% {
    bottom: -161%;
  }
  .tablet\:m-l-161\% {
    margin-left: 161%;
  }
  .tablet\:m-l--161\% {
    margin-left: -161%;
  }
  .tablet\:p-l-161\% {
    padding-left: 161%;
  }
  .tablet\:p-l--161\% {
    padding-left: -161%;
  }
  .tablet\:left-161\% {
    left: 161%;
  }
  .tablet\:left--161\% {
    left: -161%;
  }
  .tablet\:m-r-161\% {
    margin-right: 161%;
  }
  .tablet\:m-r--161\% {
    margin-right: -161%;
  }
  .tablet\:p-r-161\% {
    padding-right: 161%;
  }
  .tablet\:p-r--161\% {
    padding-right: -161%;
  }
  .tablet\:right-161\% {
    right: 161%;
  }
  .tablet\:right--161\% {
    right: -161%;
  }
  .tablet\:h-161\% {
    height: 161%;
  }
  .tablet\:w-161\% {
    width: 161%;
  }
  .tablet\:max_h-161\% {
    max-height: 161%;
  }
  .tablet\:max_w-161\% {
    max-width: 161%;
  }
  .tablet\:min_h-161\% {
    min-height: 161%;
  }
  .tablet\:min_w-161\% {
    min-width: 161%;
  }
  .tablet\:h-161vh {
    height: 161vh;
  }
  .tablet\:w-161vw {
    width: 161vw;
  }
  .tablet\:min_w-161vw {
    min-width: 161vw;
  }
  .tablet\:min_h-161vh {
    min-height: 161vh;
  }
  .tablet\:max_w-161vw {
    max-width: 161vw;
  }
  .tablet\:max_h-161vh {
    max-height: 161vh;
  }
  .tablet\:m-t-162\% {
    margin-top: 162%;
  }
  .tablet\:m-t--162\% {
    margin-top: -162%;
  }
  .tablet\:p-t-162\% {
    padding-top: 162%;
  }
  .tablet\:p-t--162\% {
    padding-top: -162%;
  }
  .tablet\:top-162\% {
    top: 162%;
  }
  .tablet\:top--162\% {
    top: -162%;
  }
  .tablet\:m-b-162\% {
    margin-bottom: 162%;
  }
  .tablet\:m-b--162\% {
    margin-bottom: -162%;
  }
  .tablet\:p-b-162\% {
    padding-bottom: 162%;
  }
  .tablet\:p-b--162\% {
    padding-bottom: -162%;
  }
  .tablet\:bottom-162\% {
    bottom: 162%;
  }
  .tablet\:bottom--162\% {
    bottom: -162%;
  }
  .tablet\:m-l-162\% {
    margin-left: 162%;
  }
  .tablet\:m-l--162\% {
    margin-left: -162%;
  }
  .tablet\:p-l-162\% {
    padding-left: 162%;
  }
  .tablet\:p-l--162\% {
    padding-left: -162%;
  }
  .tablet\:left-162\% {
    left: 162%;
  }
  .tablet\:left--162\% {
    left: -162%;
  }
  .tablet\:m-r-162\% {
    margin-right: 162%;
  }
  .tablet\:m-r--162\% {
    margin-right: -162%;
  }
  .tablet\:p-r-162\% {
    padding-right: 162%;
  }
  .tablet\:p-r--162\% {
    padding-right: -162%;
  }
  .tablet\:right-162\% {
    right: 162%;
  }
  .tablet\:right--162\% {
    right: -162%;
  }
  .tablet\:h-162\% {
    height: 162%;
  }
  .tablet\:w-162\% {
    width: 162%;
  }
  .tablet\:max_h-162\% {
    max-height: 162%;
  }
  .tablet\:max_w-162\% {
    max-width: 162%;
  }
  .tablet\:min_h-162\% {
    min-height: 162%;
  }
  .tablet\:min_w-162\% {
    min-width: 162%;
  }
  .tablet\:h-162vh {
    height: 162vh;
  }
  .tablet\:w-162vw {
    width: 162vw;
  }
  .tablet\:min_w-162vw {
    min-width: 162vw;
  }
  .tablet\:min_h-162vh {
    min-height: 162vh;
  }
  .tablet\:max_w-162vw {
    max-width: 162vw;
  }
  .tablet\:max_h-162vh {
    max-height: 162vh;
  }
  .tablet\:m-t-163\% {
    margin-top: 163%;
  }
  .tablet\:m-t--163\% {
    margin-top: -163%;
  }
  .tablet\:p-t-163\% {
    padding-top: 163%;
  }
  .tablet\:p-t--163\% {
    padding-top: -163%;
  }
  .tablet\:top-163\% {
    top: 163%;
  }
  .tablet\:top--163\% {
    top: -163%;
  }
  .tablet\:m-b-163\% {
    margin-bottom: 163%;
  }
  .tablet\:m-b--163\% {
    margin-bottom: -163%;
  }
  .tablet\:p-b-163\% {
    padding-bottom: 163%;
  }
  .tablet\:p-b--163\% {
    padding-bottom: -163%;
  }
  .tablet\:bottom-163\% {
    bottom: 163%;
  }
  .tablet\:bottom--163\% {
    bottom: -163%;
  }
  .tablet\:m-l-163\% {
    margin-left: 163%;
  }
  .tablet\:m-l--163\% {
    margin-left: -163%;
  }
  .tablet\:p-l-163\% {
    padding-left: 163%;
  }
  .tablet\:p-l--163\% {
    padding-left: -163%;
  }
  .tablet\:left-163\% {
    left: 163%;
  }
  .tablet\:left--163\% {
    left: -163%;
  }
  .tablet\:m-r-163\% {
    margin-right: 163%;
  }
  .tablet\:m-r--163\% {
    margin-right: -163%;
  }
  .tablet\:p-r-163\% {
    padding-right: 163%;
  }
  .tablet\:p-r--163\% {
    padding-right: -163%;
  }
  .tablet\:right-163\% {
    right: 163%;
  }
  .tablet\:right--163\% {
    right: -163%;
  }
  .tablet\:h-163\% {
    height: 163%;
  }
  .tablet\:w-163\% {
    width: 163%;
  }
  .tablet\:max_h-163\% {
    max-height: 163%;
  }
  .tablet\:max_w-163\% {
    max-width: 163%;
  }
  .tablet\:min_h-163\% {
    min-height: 163%;
  }
  .tablet\:min_w-163\% {
    min-width: 163%;
  }
  .tablet\:h-163vh {
    height: 163vh;
  }
  .tablet\:w-163vw {
    width: 163vw;
  }
  .tablet\:min_w-163vw {
    min-width: 163vw;
  }
  .tablet\:min_h-163vh {
    min-height: 163vh;
  }
  .tablet\:max_w-163vw {
    max-width: 163vw;
  }
  .tablet\:max_h-163vh {
    max-height: 163vh;
  }
  .tablet\:m-t-164\% {
    margin-top: 164%;
  }
  .tablet\:m-t--164\% {
    margin-top: -164%;
  }
  .tablet\:p-t-164\% {
    padding-top: 164%;
  }
  .tablet\:p-t--164\% {
    padding-top: -164%;
  }
  .tablet\:top-164\% {
    top: 164%;
  }
  .tablet\:top--164\% {
    top: -164%;
  }
  .tablet\:m-b-164\% {
    margin-bottom: 164%;
  }
  .tablet\:m-b--164\% {
    margin-bottom: -164%;
  }
  .tablet\:p-b-164\% {
    padding-bottom: 164%;
  }
  .tablet\:p-b--164\% {
    padding-bottom: -164%;
  }
  .tablet\:bottom-164\% {
    bottom: 164%;
  }
  .tablet\:bottom--164\% {
    bottom: -164%;
  }
  .tablet\:m-l-164\% {
    margin-left: 164%;
  }
  .tablet\:m-l--164\% {
    margin-left: -164%;
  }
  .tablet\:p-l-164\% {
    padding-left: 164%;
  }
  .tablet\:p-l--164\% {
    padding-left: -164%;
  }
  .tablet\:left-164\% {
    left: 164%;
  }
  .tablet\:left--164\% {
    left: -164%;
  }
  .tablet\:m-r-164\% {
    margin-right: 164%;
  }
  .tablet\:m-r--164\% {
    margin-right: -164%;
  }
  .tablet\:p-r-164\% {
    padding-right: 164%;
  }
  .tablet\:p-r--164\% {
    padding-right: -164%;
  }
  .tablet\:right-164\% {
    right: 164%;
  }
  .tablet\:right--164\% {
    right: -164%;
  }
  .tablet\:h-164\% {
    height: 164%;
  }
  .tablet\:w-164\% {
    width: 164%;
  }
  .tablet\:max_h-164\% {
    max-height: 164%;
  }
  .tablet\:max_w-164\% {
    max-width: 164%;
  }
  .tablet\:min_h-164\% {
    min-height: 164%;
  }
  .tablet\:min_w-164\% {
    min-width: 164%;
  }
  .tablet\:h-164vh {
    height: 164vh;
  }
  .tablet\:w-164vw {
    width: 164vw;
  }
  .tablet\:min_w-164vw {
    min-width: 164vw;
  }
  .tablet\:min_h-164vh {
    min-height: 164vh;
  }
  .tablet\:max_w-164vw {
    max-width: 164vw;
  }
  .tablet\:max_h-164vh {
    max-height: 164vh;
  }
  .tablet\:m-t-165\% {
    margin-top: 165%;
  }
  .tablet\:m-t--165\% {
    margin-top: -165%;
  }
  .tablet\:p-t-165\% {
    padding-top: 165%;
  }
  .tablet\:p-t--165\% {
    padding-top: -165%;
  }
  .tablet\:top-165\% {
    top: 165%;
  }
  .tablet\:top--165\% {
    top: -165%;
  }
  .tablet\:m-b-165\% {
    margin-bottom: 165%;
  }
  .tablet\:m-b--165\% {
    margin-bottom: -165%;
  }
  .tablet\:p-b-165\% {
    padding-bottom: 165%;
  }
  .tablet\:p-b--165\% {
    padding-bottom: -165%;
  }
  .tablet\:bottom-165\% {
    bottom: 165%;
  }
  .tablet\:bottom--165\% {
    bottom: -165%;
  }
  .tablet\:m-l-165\% {
    margin-left: 165%;
  }
  .tablet\:m-l--165\% {
    margin-left: -165%;
  }
  .tablet\:p-l-165\% {
    padding-left: 165%;
  }
  .tablet\:p-l--165\% {
    padding-left: -165%;
  }
  .tablet\:left-165\% {
    left: 165%;
  }
  .tablet\:left--165\% {
    left: -165%;
  }
  .tablet\:m-r-165\% {
    margin-right: 165%;
  }
  .tablet\:m-r--165\% {
    margin-right: -165%;
  }
  .tablet\:p-r-165\% {
    padding-right: 165%;
  }
  .tablet\:p-r--165\% {
    padding-right: -165%;
  }
  .tablet\:right-165\% {
    right: 165%;
  }
  .tablet\:right--165\% {
    right: -165%;
  }
  .tablet\:h-165\% {
    height: 165%;
  }
  .tablet\:w-165\% {
    width: 165%;
  }
  .tablet\:max_h-165\% {
    max-height: 165%;
  }
  .tablet\:max_w-165\% {
    max-width: 165%;
  }
  .tablet\:min_h-165\% {
    min-height: 165%;
  }
  .tablet\:min_w-165\% {
    min-width: 165%;
  }
  .tablet\:h-165vh {
    height: 165vh;
  }
  .tablet\:w-165vw {
    width: 165vw;
  }
  .tablet\:min_w-165vw {
    min-width: 165vw;
  }
  .tablet\:min_h-165vh {
    min-height: 165vh;
  }
  .tablet\:max_w-165vw {
    max-width: 165vw;
  }
  .tablet\:max_h-165vh {
    max-height: 165vh;
  }
  .tablet\:m-t-166\% {
    margin-top: 166%;
  }
  .tablet\:m-t--166\% {
    margin-top: -166%;
  }
  .tablet\:p-t-166\% {
    padding-top: 166%;
  }
  .tablet\:p-t--166\% {
    padding-top: -166%;
  }
  .tablet\:top-166\% {
    top: 166%;
  }
  .tablet\:top--166\% {
    top: -166%;
  }
  .tablet\:m-b-166\% {
    margin-bottom: 166%;
  }
  .tablet\:m-b--166\% {
    margin-bottom: -166%;
  }
  .tablet\:p-b-166\% {
    padding-bottom: 166%;
  }
  .tablet\:p-b--166\% {
    padding-bottom: -166%;
  }
  .tablet\:bottom-166\% {
    bottom: 166%;
  }
  .tablet\:bottom--166\% {
    bottom: -166%;
  }
  .tablet\:m-l-166\% {
    margin-left: 166%;
  }
  .tablet\:m-l--166\% {
    margin-left: -166%;
  }
  .tablet\:p-l-166\% {
    padding-left: 166%;
  }
  .tablet\:p-l--166\% {
    padding-left: -166%;
  }
  .tablet\:left-166\% {
    left: 166%;
  }
  .tablet\:left--166\% {
    left: -166%;
  }
  .tablet\:m-r-166\% {
    margin-right: 166%;
  }
  .tablet\:m-r--166\% {
    margin-right: -166%;
  }
  .tablet\:p-r-166\% {
    padding-right: 166%;
  }
  .tablet\:p-r--166\% {
    padding-right: -166%;
  }
  .tablet\:right-166\% {
    right: 166%;
  }
  .tablet\:right--166\% {
    right: -166%;
  }
  .tablet\:h-166\% {
    height: 166%;
  }
  .tablet\:w-166\% {
    width: 166%;
  }
  .tablet\:max_h-166\% {
    max-height: 166%;
  }
  .tablet\:max_w-166\% {
    max-width: 166%;
  }
  .tablet\:min_h-166\% {
    min-height: 166%;
  }
  .tablet\:min_w-166\% {
    min-width: 166%;
  }
  .tablet\:h-166vh {
    height: 166vh;
  }
  .tablet\:w-166vw {
    width: 166vw;
  }
  .tablet\:min_w-166vw {
    min-width: 166vw;
  }
  .tablet\:min_h-166vh {
    min-height: 166vh;
  }
  .tablet\:max_w-166vw {
    max-width: 166vw;
  }
  .tablet\:max_h-166vh {
    max-height: 166vh;
  }
  .tablet\:m-t-167\% {
    margin-top: 167%;
  }
  .tablet\:m-t--167\% {
    margin-top: -167%;
  }
  .tablet\:p-t-167\% {
    padding-top: 167%;
  }
  .tablet\:p-t--167\% {
    padding-top: -167%;
  }
  .tablet\:top-167\% {
    top: 167%;
  }
  .tablet\:top--167\% {
    top: -167%;
  }
  .tablet\:m-b-167\% {
    margin-bottom: 167%;
  }
  .tablet\:m-b--167\% {
    margin-bottom: -167%;
  }
  .tablet\:p-b-167\% {
    padding-bottom: 167%;
  }
  .tablet\:p-b--167\% {
    padding-bottom: -167%;
  }
  .tablet\:bottom-167\% {
    bottom: 167%;
  }
  .tablet\:bottom--167\% {
    bottom: -167%;
  }
  .tablet\:m-l-167\% {
    margin-left: 167%;
  }
  .tablet\:m-l--167\% {
    margin-left: -167%;
  }
  .tablet\:p-l-167\% {
    padding-left: 167%;
  }
  .tablet\:p-l--167\% {
    padding-left: -167%;
  }
  .tablet\:left-167\% {
    left: 167%;
  }
  .tablet\:left--167\% {
    left: -167%;
  }
  .tablet\:m-r-167\% {
    margin-right: 167%;
  }
  .tablet\:m-r--167\% {
    margin-right: -167%;
  }
  .tablet\:p-r-167\% {
    padding-right: 167%;
  }
  .tablet\:p-r--167\% {
    padding-right: -167%;
  }
  .tablet\:right-167\% {
    right: 167%;
  }
  .tablet\:right--167\% {
    right: -167%;
  }
  .tablet\:h-167\% {
    height: 167%;
  }
  .tablet\:w-167\% {
    width: 167%;
  }
  .tablet\:max_h-167\% {
    max-height: 167%;
  }
  .tablet\:max_w-167\% {
    max-width: 167%;
  }
  .tablet\:min_h-167\% {
    min-height: 167%;
  }
  .tablet\:min_w-167\% {
    min-width: 167%;
  }
  .tablet\:h-167vh {
    height: 167vh;
  }
  .tablet\:w-167vw {
    width: 167vw;
  }
  .tablet\:min_w-167vw {
    min-width: 167vw;
  }
  .tablet\:min_h-167vh {
    min-height: 167vh;
  }
  .tablet\:max_w-167vw {
    max-width: 167vw;
  }
  .tablet\:max_h-167vh {
    max-height: 167vh;
  }
  .tablet\:m-t-168\% {
    margin-top: 168%;
  }
  .tablet\:m-t--168\% {
    margin-top: -168%;
  }
  .tablet\:p-t-168\% {
    padding-top: 168%;
  }
  .tablet\:p-t--168\% {
    padding-top: -168%;
  }
  .tablet\:top-168\% {
    top: 168%;
  }
  .tablet\:top--168\% {
    top: -168%;
  }
  .tablet\:m-b-168\% {
    margin-bottom: 168%;
  }
  .tablet\:m-b--168\% {
    margin-bottom: -168%;
  }
  .tablet\:p-b-168\% {
    padding-bottom: 168%;
  }
  .tablet\:p-b--168\% {
    padding-bottom: -168%;
  }
  .tablet\:bottom-168\% {
    bottom: 168%;
  }
  .tablet\:bottom--168\% {
    bottom: -168%;
  }
  .tablet\:m-l-168\% {
    margin-left: 168%;
  }
  .tablet\:m-l--168\% {
    margin-left: -168%;
  }
  .tablet\:p-l-168\% {
    padding-left: 168%;
  }
  .tablet\:p-l--168\% {
    padding-left: -168%;
  }
  .tablet\:left-168\% {
    left: 168%;
  }
  .tablet\:left--168\% {
    left: -168%;
  }
  .tablet\:m-r-168\% {
    margin-right: 168%;
  }
  .tablet\:m-r--168\% {
    margin-right: -168%;
  }
  .tablet\:p-r-168\% {
    padding-right: 168%;
  }
  .tablet\:p-r--168\% {
    padding-right: -168%;
  }
  .tablet\:right-168\% {
    right: 168%;
  }
  .tablet\:right--168\% {
    right: -168%;
  }
  .tablet\:h-168\% {
    height: 168%;
  }
  .tablet\:w-168\% {
    width: 168%;
  }
  .tablet\:max_h-168\% {
    max-height: 168%;
  }
  .tablet\:max_w-168\% {
    max-width: 168%;
  }
  .tablet\:min_h-168\% {
    min-height: 168%;
  }
  .tablet\:min_w-168\% {
    min-width: 168%;
  }
  .tablet\:h-168vh {
    height: 168vh;
  }
  .tablet\:w-168vw {
    width: 168vw;
  }
  .tablet\:min_w-168vw {
    min-width: 168vw;
  }
  .tablet\:min_h-168vh {
    min-height: 168vh;
  }
  .tablet\:max_w-168vw {
    max-width: 168vw;
  }
  .tablet\:max_h-168vh {
    max-height: 168vh;
  }
  .tablet\:m-t-169\% {
    margin-top: 169%;
  }
  .tablet\:m-t--169\% {
    margin-top: -169%;
  }
  .tablet\:p-t-169\% {
    padding-top: 169%;
  }
  .tablet\:p-t--169\% {
    padding-top: -169%;
  }
  .tablet\:top-169\% {
    top: 169%;
  }
  .tablet\:top--169\% {
    top: -169%;
  }
  .tablet\:m-b-169\% {
    margin-bottom: 169%;
  }
  .tablet\:m-b--169\% {
    margin-bottom: -169%;
  }
  .tablet\:p-b-169\% {
    padding-bottom: 169%;
  }
  .tablet\:p-b--169\% {
    padding-bottom: -169%;
  }
  .tablet\:bottom-169\% {
    bottom: 169%;
  }
  .tablet\:bottom--169\% {
    bottom: -169%;
  }
  .tablet\:m-l-169\% {
    margin-left: 169%;
  }
  .tablet\:m-l--169\% {
    margin-left: -169%;
  }
  .tablet\:p-l-169\% {
    padding-left: 169%;
  }
  .tablet\:p-l--169\% {
    padding-left: -169%;
  }
  .tablet\:left-169\% {
    left: 169%;
  }
  .tablet\:left--169\% {
    left: -169%;
  }
  .tablet\:m-r-169\% {
    margin-right: 169%;
  }
  .tablet\:m-r--169\% {
    margin-right: -169%;
  }
  .tablet\:p-r-169\% {
    padding-right: 169%;
  }
  .tablet\:p-r--169\% {
    padding-right: -169%;
  }
  .tablet\:right-169\% {
    right: 169%;
  }
  .tablet\:right--169\% {
    right: -169%;
  }
  .tablet\:h-169\% {
    height: 169%;
  }
  .tablet\:w-169\% {
    width: 169%;
  }
  .tablet\:max_h-169\% {
    max-height: 169%;
  }
  .tablet\:max_w-169\% {
    max-width: 169%;
  }
  .tablet\:min_h-169\% {
    min-height: 169%;
  }
  .tablet\:min_w-169\% {
    min-width: 169%;
  }
  .tablet\:h-169vh {
    height: 169vh;
  }
  .tablet\:w-169vw {
    width: 169vw;
  }
  .tablet\:min_w-169vw {
    min-width: 169vw;
  }
  .tablet\:min_h-169vh {
    min-height: 169vh;
  }
  .tablet\:max_w-169vw {
    max-width: 169vw;
  }
  .tablet\:max_h-169vh {
    max-height: 169vh;
  }
  .tablet\:m-t-170\% {
    margin-top: 170%;
  }
  .tablet\:m-t--170\% {
    margin-top: -170%;
  }
  .tablet\:p-t-170\% {
    padding-top: 170%;
  }
  .tablet\:p-t--170\% {
    padding-top: -170%;
  }
  .tablet\:top-170\% {
    top: 170%;
  }
  .tablet\:top--170\% {
    top: -170%;
  }
  .tablet\:m-b-170\% {
    margin-bottom: 170%;
  }
  .tablet\:m-b--170\% {
    margin-bottom: -170%;
  }
  .tablet\:p-b-170\% {
    padding-bottom: 170%;
  }
  .tablet\:p-b--170\% {
    padding-bottom: -170%;
  }
  .tablet\:bottom-170\% {
    bottom: 170%;
  }
  .tablet\:bottom--170\% {
    bottom: -170%;
  }
  .tablet\:m-l-170\% {
    margin-left: 170%;
  }
  .tablet\:m-l--170\% {
    margin-left: -170%;
  }
  .tablet\:p-l-170\% {
    padding-left: 170%;
  }
  .tablet\:p-l--170\% {
    padding-left: -170%;
  }
  .tablet\:left-170\% {
    left: 170%;
  }
  .tablet\:left--170\% {
    left: -170%;
  }
  .tablet\:m-r-170\% {
    margin-right: 170%;
  }
  .tablet\:m-r--170\% {
    margin-right: -170%;
  }
  .tablet\:p-r-170\% {
    padding-right: 170%;
  }
  .tablet\:p-r--170\% {
    padding-right: -170%;
  }
  .tablet\:right-170\% {
    right: 170%;
  }
  .tablet\:right--170\% {
    right: -170%;
  }
  .tablet\:h-170\% {
    height: 170%;
  }
  .tablet\:w-170\% {
    width: 170%;
  }
  .tablet\:max_h-170\% {
    max-height: 170%;
  }
  .tablet\:max_w-170\% {
    max-width: 170%;
  }
  .tablet\:min_h-170\% {
    min-height: 170%;
  }
  .tablet\:min_w-170\% {
    min-width: 170%;
  }
  .tablet\:h-170vh {
    height: 170vh;
  }
  .tablet\:w-170vw {
    width: 170vw;
  }
  .tablet\:min_w-170vw {
    min-width: 170vw;
  }
  .tablet\:min_h-170vh {
    min-height: 170vh;
  }
  .tablet\:max_w-170vw {
    max-width: 170vw;
  }
  .tablet\:max_h-170vh {
    max-height: 170vh;
  }
  .tablet\:m-t-171\% {
    margin-top: 171%;
  }
  .tablet\:m-t--171\% {
    margin-top: -171%;
  }
  .tablet\:p-t-171\% {
    padding-top: 171%;
  }
  .tablet\:p-t--171\% {
    padding-top: -171%;
  }
  .tablet\:top-171\% {
    top: 171%;
  }
  .tablet\:top--171\% {
    top: -171%;
  }
  .tablet\:m-b-171\% {
    margin-bottom: 171%;
  }
  .tablet\:m-b--171\% {
    margin-bottom: -171%;
  }
  .tablet\:p-b-171\% {
    padding-bottom: 171%;
  }
  .tablet\:p-b--171\% {
    padding-bottom: -171%;
  }
  .tablet\:bottom-171\% {
    bottom: 171%;
  }
  .tablet\:bottom--171\% {
    bottom: -171%;
  }
  .tablet\:m-l-171\% {
    margin-left: 171%;
  }
  .tablet\:m-l--171\% {
    margin-left: -171%;
  }
  .tablet\:p-l-171\% {
    padding-left: 171%;
  }
  .tablet\:p-l--171\% {
    padding-left: -171%;
  }
  .tablet\:left-171\% {
    left: 171%;
  }
  .tablet\:left--171\% {
    left: -171%;
  }
  .tablet\:m-r-171\% {
    margin-right: 171%;
  }
  .tablet\:m-r--171\% {
    margin-right: -171%;
  }
  .tablet\:p-r-171\% {
    padding-right: 171%;
  }
  .tablet\:p-r--171\% {
    padding-right: -171%;
  }
  .tablet\:right-171\% {
    right: 171%;
  }
  .tablet\:right--171\% {
    right: -171%;
  }
  .tablet\:h-171\% {
    height: 171%;
  }
  .tablet\:w-171\% {
    width: 171%;
  }
  .tablet\:max_h-171\% {
    max-height: 171%;
  }
  .tablet\:max_w-171\% {
    max-width: 171%;
  }
  .tablet\:min_h-171\% {
    min-height: 171%;
  }
  .tablet\:min_w-171\% {
    min-width: 171%;
  }
  .tablet\:h-171vh {
    height: 171vh;
  }
  .tablet\:w-171vw {
    width: 171vw;
  }
  .tablet\:min_w-171vw {
    min-width: 171vw;
  }
  .tablet\:min_h-171vh {
    min-height: 171vh;
  }
  .tablet\:max_w-171vw {
    max-width: 171vw;
  }
  .tablet\:max_h-171vh {
    max-height: 171vh;
  }
  .tablet\:m-t-172\% {
    margin-top: 172%;
  }
  .tablet\:m-t--172\% {
    margin-top: -172%;
  }
  .tablet\:p-t-172\% {
    padding-top: 172%;
  }
  .tablet\:p-t--172\% {
    padding-top: -172%;
  }
  .tablet\:top-172\% {
    top: 172%;
  }
  .tablet\:top--172\% {
    top: -172%;
  }
  .tablet\:m-b-172\% {
    margin-bottom: 172%;
  }
  .tablet\:m-b--172\% {
    margin-bottom: -172%;
  }
  .tablet\:p-b-172\% {
    padding-bottom: 172%;
  }
  .tablet\:p-b--172\% {
    padding-bottom: -172%;
  }
  .tablet\:bottom-172\% {
    bottom: 172%;
  }
  .tablet\:bottom--172\% {
    bottom: -172%;
  }
  .tablet\:m-l-172\% {
    margin-left: 172%;
  }
  .tablet\:m-l--172\% {
    margin-left: -172%;
  }
  .tablet\:p-l-172\% {
    padding-left: 172%;
  }
  .tablet\:p-l--172\% {
    padding-left: -172%;
  }
  .tablet\:left-172\% {
    left: 172%;
  }
  .tablet\:left--172\% {
    left: -172%;
  }
  .tablet\:m-r-172\% {
    margin-right: 172%;
  }
  .tablet\:m-r--172\% {
    margin-right: -172%;
  }
  .tablet\:p-r-172\% {
    padding-right: 172%;
  }
  .tablet\:p-r--172\% {
    padding-right: -172%;
  }
  .tablet\:right-172\% {
    right: 172%;
  }
  .tablet\:right--172\% {
    right: -172%;
  }
  .tablet\:h-172\% {
    height: 172%;
  }
  .tablet\:w-172\% {
    width: 172%;
  }
  .tablet\:max_h-172\% {
    max-height: 172%;
  }
  .tablet\:max_w-172\% {
    max-width: 172%;
  }
  .tablet\:min_h-172\% {
    min-height: 172%;
  }
  .tablet\:min_w-172\% {
    min-width: 172%;
  }
  .tablet\:h-172vh {
    height: 172vh;
  }
  .tablet\:w-172vw {
    width: 172vw;
  }
  .tablet\:min_w-172vw {
    min-width: 172vw;
  }
  .tablet\:min_h-172vh {
    min-height: 172vh;
  }
  .tablet\:max_w-172vw {
    max-width: 172vw;
  }
  .tablet\:max_h-172vh {
    max-height: 172vh;
  }
  .tablet\:m-t-173\% {
    margin-top: 173%;
  }
  .tablet\:m-t--173\% {
    margin-top: -173%;
  }
  .tablet\:p-t-173\% {
    padding-top: 173%;
  }
  .tablet\:p-t--173\% {
    padding-top: -173%;
  }
  .tablet\:top-173\% {
    top: 173%;
  }
  .tablet\:top--173\% {
    top: -173%;
  }
  .tablet\:m-b-173\% {
    margin-bottom: 173%;
  }
  .tablet\:m-b--173\% {
    margin-bottom: -173%;
  }
  .tablet\:p-b-173\% {
    padding-bottom: 173%;
  }
  .tablet\:p-b--173\% {
    padding-bottom: -173%;
  }
  .tablet\:bottom-173\% {
    bottom: 173%;
  }
  .tablet\:bottom--173\% {
    bottom: -173%;
  }
  .tablet\:m-l-173\% {
    margin-left: 173%;
  }
  .tablet\:m-l--173\% {
    margin-left: -173%;
  }
  .tablet\:p-l-173\% {
    padding-left: 173%;
  }
  .tablet\:p-l--173\% {
    padding-left: -173%;
  }
  .tablet\:left-173\% {
    left: 173%;
  }
  .tablet\:left--173\% {
    left: -173%;
  }
  .tablet\:m-r-173\% {
    margin-right: 173%;
  }
  .tablet\:m-r--173\% {
    margin-right: -173%;
  }
  .tablet\:p-r-173\% {
    padding-right: 173%;
  }
  .tablet\:p-r--173\% {
    padding-right: -173%;
  }
  .tablet\:right-173\% {
    right: 173%;
  }
  .tablet\:right--173\% {
    right: -173%;
  }
  .tablet\:h-173\% {
    height: 173%;
  }
  .tablet\:w-173\% {
    width: 173%;
  }
  .tablet\:max_h-173\% {
    max-height: 173%;
  }
  .tablet\:max_w-173\% {
    max-width: 173%;
  }
  .tablet\:min_h-173\% {
    min-height: 173%;
  }
  .tablet\:min_w-173\% {
    min-width: 173%;
  }
  .tablet\:h-173vh {
    height: 173vh;
  }
  .tablet\:w-173vw {
    width: 173vw;
  }
  .tablet\:min_w-173vw {
    min-width: 173vw;
  }
  .tablet\:min_h-173vh {
    min-height: 173vh;
  }
  .tablet\:max_w-173vw {
    max-width: 173vw;
  }
  .tablet\:max_h-173vh {
    max-height: 173vh;
  }
  .tablet\:m-t-174\% {
    margin-top: 174%;
  }
  .tablet\:m-t--174\% {
    margin-top: -174%;
  }
  .tablet\:p-t-174\% {
    padding-top: 174%;
  }
  .tablet\:p-t--174\% {
    padding-top: -174%;
  }
  .tablet\:top-174\% {
    top: 174%;
  }
  .tablet\:top--174\% {
    top: -174%;
  }
  .tablet\:m-b-174\% {
    margin-bottom: 174%;
  }
  .tablet\:m-b--174\% {
    margin-bottom: -174%;
  }
  .tablet\:p-b-174\% {
    padding-bottom: 174%;
  }
  .tablet\:p-b--174\% {
    padding-bottom: -174%;
  }
  .tablet\:bottom-174\% {
    bottom: 174%;
  }
  .tablet\:bottom--174\% {
    bottom: -174%;
  }
  .tablet\:m-l-174\% {
    margin-left: 174%;
  }
  .tablet\:m-l--174\% {
    margin-left: -174%;
  }
  .tablet\:p-l-174\% {
    padding-left: 174%;
  }
  .tablet\:p-l--174\% {
    padding-left: -174%;
  }
  .tablet\:left-174\% {
    left: 174%;
  }
  .tablet\:left--174\% {
    left: -174%;
  }
  .tablet\:m-r-174\% {
    margin-right: 174%;
  }
  .tablet\:m-r--174\% {
    margin-right: -174%;
  }
  .tablet\:p-r-174\% {
    padding-right: 174%;
  }
  .tablet\:p-r--174\% {
    padding-right: -174%;
  }
  .tablet\:right-174\% {
    right: 174%;
  }
  .tablet\:right--174\% {
    right: -174%;
  }
  .tablet\:h-174\% {
    height: 174%;
  }
  .tablet\:w-174\% {
    width: 174%;
  }
  .tablet\:max_h-174\% {
    max-height: 174%;
  }
  .tablet\:max_w-174\% {
    max-width: 174%;
  }
  .tablet\:min_h-174\% {
    min-height: 174%;
  }
  .tablet\:min_w-174\% {
    min-width: 174%;
  }
  .tablet\:h-174vh {
    height: 174vh;
  }
  .tablet\:w-174vw {
    width: 174vw;
  }
  .tablet\:min_w-174vw {
    min-width: 174vw;
  }
  .tablet\:min_h-174vh {
    min-height: 174vh;
  }
  .tablet\:max_w-174vw {
    max-width: 174vw;
  }
  .tablet\:max_h-174vh {
    max-height: 174vh;
  }
  .tablet\:m-t-175\% {
    margin-top: 175%;
  }
  .tablet\:m-t--175\% {
    margin-top: -175%;
  }
  .tablet\:p-t-175\% {
    padding-top: 175%;
  }
  .tablet\:p-t--175\% {
    padding-top: -175%;
  }
  .tablet\:top-175\% {
    top: 175%;
  }
  .tablet\:top--175\% {
    top: -175%;
  }
  .tablet\:m-b-175\% {
    margin-bottom: 175%;
  }
  .tablet\:m-b--175\% {
    margin-bottom: -175%;
  }
  .tablet\:p-b-175\% {
    padding-bottom: 175%;
  }
  .tablet\:p-b--175\% {
    padding-bottom: -175%;
  }
  .tablet\:bottom-175\% {
    bottom: 175%;
  }
  .tablet\:bottom--175\% {
    bottom: -175%;
  }
  .tablet\:m-l-175\% {
    margin-left: 175%;
  }
  .tablet\:m-l--175\% {
    margin-left: -175%;
  }
  .tablet\:p-l-175\% {
    padding-left: 175%;
  }
  .tablet\:p-l--175\% {
    padding-left: -175%;
  }
  .tablet\:left-175\% {
    left: 175%;
  }
  .tablet\:left--175\% {
    left: -175%;
  }
  .tablet\:m-r-175\% {
    margin-right: 175%;
  }
  .tablet\:m-r--175\% {
    margin-right: -175%;
  }
  .tablet\:p-r-175\% {
    padding-right: 175%;
  }
  .tablet\:p-r--175\% {
    padding-right: -175%;
  }
  .tablet\:right-175\% {
    right: 175%;
  }
  .tablet\:right--175\% {
    right: -175%;
  }
  .tablet\:h-175\% {
    height: 175%;
  }
  .tablet\:w-175\% {
    width: 175%;
  }
  .tablet\:max_h-175\% {
    max-height: 175%;
  }
  .tablet\:max_w-175\% {
    max-width: 175%;
  }
  .tablet\:min_h-175\% {
    min-height: 175%;
  }
  .tablet\:min_w-175\% {
    min-width: 175%;
  }
  .tablet\:h-175vh {
    height: 175vh;
  }
  .tablet\:w-175vw {
    width: 175vw;
  }
  .tablet\:min_w-175vw {
    min-width: 175vw;
  }
  .tablet\:min_h-175vh {
    min-height: 175vh;
  }
  .tablet\:max_w-175vw {
    max-width: 175vw;
  }
  .tablet\:max_h-175vh {
    max-height: 175vh;
  }
  .tablet\:m-t-176\% {
    margin-top: 176%;
  }
  .tablet\:m-t--176\% {
    margin-top: -176%;
  }
  .tablet\:p-t-176\% {
    padding-top: 176%;
  }
  .tablet\:p-t--176\% {
    padding-top: -176%;
  }
  .tablet\:top-176\% {
    top: 176%;
  }
  .tablet\:top--176\% {
    top: -176%;
  }
  .tablet\:m-b-176\% {
    margin-bottom: 176%;
  }
  .tablet\:m-b--176\% {
    margin-bottom: -176%;
  }
  .tablet\:p-b-176\% {
    padding-bottom: 176%;
  }
  .tablet\:p-b--176\% {
    padding-bottom: -176%;
  }
  .tablet\:bottom-176\% {
    bottom: 176%;
  }
  .tablet\:bottom--176\% {
    bottom: -176%;
  }
  .tablet\:m-l-176\% {
    margin-left: 176%;
  }
  .tablet\:m-l--176\% {
    margin-left: -176%;
  }
  .tablet\:p-l-176\% {
    padding-left: 176%;
  }
  .tablet\:p-l--176\% {
    padding-left: -176%;
  }
  .tablet\:left-176\% {
    left: 176%;
  }
  .tablet\:left--176\% {
    left: -176%;
  }
  .tablet\:m-r-176\% {
    margin-right: 176%;
  }
  .tablet\:m-r--176\% {
    margin-right: -176%;
  }
  .tablet\:p-r-176\% {
    padding-right: 176%;
  }
  .tablet\:p-r--176\% {
    padding-right: -176%;
  }
  .tablet\:right-176\% {
    right: 176%;
  }
  .tablet\:right--176\% {
    right: -176%;
  }
  .tablet\:h-176\% {
    height: 176%;
  }
  .tablet\:w-176\% {
    width: 176%;
  }
  .tablet\:max_h-176\% {
    max-height: 176%;
  }
  .tablet\:max_w-176\% {
    max-width: 176%;
  }
  .tablet\:min_h-176\% {
    min-height: 176%;
  }
  .tablet\:min_w-176\% {
    min-width: 176%;
  }
  .tablet\:h-176vh {
    height: 176vh;
  }
  .tablet\:w-176vw {
    width: 176vw;
  }
  .tablet\:min_w-176vw {
    min-width: 176vw;
  }
  .tablet\:min_h-176vh {
    min-height: 176vh;
  }
  .tablet\:max_w-176vw {
    max-width: 176vw;
  }
  .tablet\:max_h-176vh {
    max-height: 176vh;
  }
  .tablet\:m-t-177\% {
    margin-top: 177%;
  }
  .tablet\:m-t--177\% {
    margin-top: -177%;
  }
  .tablet\:p-t-177\% {
    padding-top: 177%;
  }
  .tablet\:p-t--177\% {
    padding-top: -177%;
  }
  .tablet\:top-177\% {
    top: 177%;
  }
  .tablet\:top--177\% {
    top: -177%;
  }
  .tablet\:m-b-177\% {
    margin-bottom: 177%;
  }
  .tablet\:m-b--177\% {
    margin-bottom: -177%;
  }
  .tablet\:p-b-177\% {
    padding-bottom: 177%;
  }
  .tablet\:p-b--177\% {
    padding-bottom: -177%;
  }
  .tablet\:bottom-177\% {
    bottom: 177%;
  }
  .tablet\:bottom--177\% {
    bottom: -177%;
  }
  .tablet\:m-l-177\% {
    margin-left: 177%;
  }
  .tablet\:m-l--177\% {
    margin-left: -177%;
  }
  .tablet\:p-l-177\% {
    padding-left: 177%;
  }
  .tablet\:p-l--177\% {
    padding-left: -177%;
  }
  .tablet\:left-177\% {
    left: 177%;
  }
  .tablet\:left--177\% {
    left: -177%;
  }
  .tablet\:m-r-177\% {
    margin-right: 177%;
  }
  .tablet\:m-r--177\% {
    margin-right: -177%;
  }
  .tablet\:p-r-177\% {
    padding-right: 177%;
  }
  .tablet\:p-r--177\% {
    padding-right: -177%;
  }
  .tablet\:right-177\% {
    right: 177%;
  }
  .tablet\:right--177\% {
    right: -177%;
  }
  .tablet\:h-177\% {
    height: 177%;
  }
  .tablet\:w-177\% {
    width: 177%;
  }
  .tablet\:max_h-177\% {
    max-height: 177%;
  }
  .tablet\:max_w-177\% {
    max-width: 177%;
  }
  .tablet\:min_h-177\% {
    min-height: 177%;
  }
  .tablet\:min_w-177\% {
    min-width: 177%;
  }
  .tablet\:h-177vh {
    height: 177vh;
  }
  .tablet\:w-177vw {
    width: 177vw;
  }
  .tablet\:min_w-177vw {
    min-width: 177vw;
  }
  .tablet\:min_h-177vh {
    min-height: 177vh;
  }
  .tablet\:max_w-177vw {
    max-width: 177vw;
  }
  .tablet\:max_h-177vh {
    max-height: 177vh;
  }
  .tablet\:m-t-178\% {
    margin-top: 178%;
  }
  .tablet\:m-t--178\% {
    margin-top: -178%;
  }
  .tablet\:p-t-178\% {
    padding-top: 178%;
  }
  .tablet\:p-t--178\% {
    padding-top: -178%;
  }
  .tablet\:top-178\% {
    top: 178%;
  }
  .tablet\:top--178\% {
    top: -178%;
  }
  .tablet\:m-b-178\% {
    margin-bottom: 178%;
  }
  .tablet\:m-b--178\% {
    margin-bottom: -178%;
  }
  .tablet\:p-b-178\% {
    padding-bottom: 178%;
  }
  .tablet\:p-b--178\% {
    padding-bottom: -178%;
  }
  .tablet\:bottom-178\% {
    bottom: 178%;
  }
  .tablet\:bottom--178\% {
    bottom: -178%;
  }
  .tablet\:m-l-178\% {
    margin-left: 178%;
  }
  .tablet\:m-l--178\% {
    margin-left: -178%;
  }
  .tablet\:p-l-178\% {
    padding-left: 178%;
  }
  .tablet\:p-l--178\% {
    padding-left: -178%;
  }
  .tablet\:left-178\% {
    left: 178%;
  }
  .tablet\:left--178\% {
    left: -178%;
  }
  .tablet\:m-r-178\% {
    margin-right: 178%;
  }
  .tablet\:m-r--178\% {
    margin-right: -178%;
  }
  .tablet\:p-r-178\% {
    padding-right: 178%;
  }
  .tablet\:p-r--178\% {
    padding-right: -178%;
  }
  .tablet\:right-178\% {
    right: 178%;
  }
  .tablet\:right--178\% {
    right: -178%;
  }
  .tablet\:h-178\% {
    height: 178%;
  }
  .tablet\:w-178\% {
    width: 178%;
  }
  .tablet\:max_h-178\% {
    max-height: 178%;
  }
  .tablet\:max_w-178\% {
    max-width: 178%;
  }
  .tablet\:min_h-178\% {
    min-height: 178%;
  }
  .tablet\:min_w-178\% {
    min-width: 178%;
  }
  .tablet\:h-178vh {
    height: 178vh;
  }
  .tablet\:w-178vw {
    width: 178vw;
  }
  .tablet\:min_w-178vw {
    min-width: 178vw;
  }
  .tablet\:min_h-178vh {
    min-height: 178vh;
  }
  .tablet\:max_w-178vw {
    max-width: 178vw;
  }
  .tablet\:max_h-178vh {
    max-height: 178vh;
  }
  .tablet\:m-t-179\% {
    margin-top: 179%;
  }
  .tablet\:m-t--179\% {
    margin-top: -179%;
  }
  .tablet\:p-t-179\% {
    padding-top: 179%;
  }
  .tablet\:p-t--179\% {
    padding-top: -179%;
  }
  .tablet\:top-179\% {
    top: 179%;
  }
  .tablet\:top--179\% {
    top: -179%;
  }
  .tablet\:m-b-179\% {
    margin-bottom: 179%;
  }
  .tablet\:m-b--179\% {
    margin-bottom: -179%;
  }
  .tablet\:p-b-179\% {
    padding-bottom: 179%;
  }
  .tablet\:p-b--179\% {
    padding-bottom: -179%;
  }
  .tablet\:bottom-179\% {
    bottom: 179%;
  }
  .tablet\:bottom--179\% {
    bottom: -179%;
  }
  .tablet\:m-l-179\% {
    margin-left: 179%;
  }
  .tablet\:m-l--179\% {
    margin-left: -179%;
  }
  .tablet\:p-l-179\% {
    padding-left: 179%;
  }
  .tablet\:p-l--179\% {
    padding-left: -179%;
  }
  .tablet\:left-179\% {
    left: 179%;
  }
  .tablet\:left--179\% {
    left: -179%;
  }
  .tablet\:m-r-179\% {
    margin-right: 179%;
  }
  .tablet\:m-r--179\% {
    margin-right: -179%;
  }
  .tablet\:p-r-179\% {
    padding-right: 179%;
  }
  .tablet\:p-r--179\% {
    padding-right: -179%;
  }
  .tablet\:right-179\% {
    right: 179%;
  }
  .tablet\:right--179\% {
    right: -179%;
  }
  .tablet\:h-179\% {
    height: 179%;
  }
  .tablet\:w-179\% {
    width: 179%;
  }
  .tablet\:max_h-179\% {
    max-height: 179%;
  }
  .tablet\:max_w-179\% {
    max-width: 179%;
  }
  .tablet\:min_h-179\% {
    min-height: 179%;
  }
  .tablet\:min_w-179\% {
    min-width: 179%;
  }
  .tablet\:h-179vh {
    height: 179vh;
  }
  .tablet\:w-179vw {
    width: 179vw;
  }
  .tablet\:min_w-179vw {
    min-width: 179vw;
  }
  .tablet\:min_h-179vh {
    min-height: 179vh;
  }
  .tablet\:max_w-179vw {
    max-width: 179vw;
  }
  .tablet\:max_h-179vh {
    max-height: 179vh;
  }
  .tablet\:m-t-180\% {
    margin-top: 180%;
  }
  .tablet\:m-t--180\% {
    margin-top: -180%;
  }
  .tablet\:p-t-180\% {
    padding-top: 180%;
  }
  .tablet\:p-t--180\% {
    padding-top: -180%;
  }
  .tablet\:top-180\% {
    top: 180%;
  }
  .tablet\:top--180\% {
    top: -180%;
  }
  .tablet\:m-b-180\% {
    margin-bottom: 180%;
  }
  .tablet\:m-b--180\% {
    margin-bottom: -180%;
  }
  .tablet\:p-b-180\% {
    padding-bottom: 180%;
  }
  .tablet\:p-b--180\% {
    padding-bottom: -180%;
  }
  .tablet\:bottom-180\% {
    bottom: 180%;
  }
  .tablet\:bottom--180\% {
    bottom: -180%;
  }
  .tablet\:m-l-180\% {
    margin-left: 180%;
  }
  .tablet\:m-l--180\% {
    margin-left: -180%;
  }
  .tablet\:p-l-180\% {
    padding-left: 180%;
  }
  .tablet\:p-l--180\% {
    padding-left: -180%;
  }
  .tablet\:left-180\% {
    left: 180%;
  }
  .tablet\:left--180\% {
    left: -180%;
  }
  .tablet\:m-r-180\% {
    margin-right: 180%;
  }
  .tablet\:m-r--180\% {
    margin-right: -180%;
  }
  .tablet\:p-r-180\% {
    padding-right: 180%;
  }
  .tablet\:p-r--180\% {
    padding-right: -180%;
  }
  .tablet\:right-180\% {
    right: 180%;
  }
  .tablet\:right--180\% {
    right: -180%;
  }
  .tablet\:h-180\% {
    height: 180%;
  }
  .tablet\:w-180\% {
    width: 180%;
  }
  .tablet\:max_h-180\% {
    max-height: 180%;
  }
  .tablet\:max_w-180\% {
    max-width: 180%;
  }
  .tablet\:min_h-180\% {
    min-height: 180%;
  }
  .tablet\:min_w-180\% {
    min-width: 180%;
  }
  .tablet\:h-180vh {
    height: 180vh;
  }
  .tablet\:w-180vw {
    width: 180vw;
  }
  .tablet\:min_w-180vw {
    min-width: 180vw;
  }
  .tablet\:min_h-180vh {
    min-height: 180vh;
  }
  .tablet\:max_w-180vw {
    max-width: 180vw;
  }
  .tablet\:max_h-180vh {
    max-height: 180vh;
  }
  .tablet\:m-t-181\% {
    margin-top: 181%;
  }
  .tablet\:m-t--181\% {
    margin-top: -181%;
  }
  .tablet\:p-t-181\% {
    padding-top: 181%;
  }
  .tablet\:p-t--181\% {
    padding-top: -181%;
  }
  .tablet\:top-181\% {
    top: 181%;
  }
  .tablet\:top--181\% {
    top: -181%;
  }
  .tablet\:m-b-181\% {
    margin-bottom: 181%;
  }
  .tablet\:m-b--181\% {
    margin-bottom: -181%;
  }
  .tablet\:p-b-181\% {
    padding-bottom: 181%;
  }
  .tablet\:p-b--181\% {
    padding-bottom: -181%;
  }
  .tablet\:bottom-181\% {
    bottom: 181%;
  }
  .tablet\:bottom--181\% {
    bottom: -181%;
  }
  .tablet\:m-l-181\% {
    margin-left: 181%;
  }
  .tablet\:m-l--181\% {
    margin-left: -181%;
  }
  .tablet\:p-l-181\% {
    padding-left: 181%;
  }
  .tablet\:p-l--181\% {
    padding-left: -181%;
  }
  .tablet\:left-181\% {
    left: 181%;
  }
  .tablet\:left--181\% {
    left: -181%;
  }
  .tablet\:m-r-181\% {
    margin-right: 181%;
  }
  .tablet\:m-r--181\% {
    margin-right: -181%;
  }
  .tablet\:p-r-181\% {
    padding-right: 181%;
  }
  .tablet\:p-r--181\% {
    padding-right: -181%;
  }
  .tablet\:right-181\% {
    right: 181%;
  }
  .tablet\:right--181\% {
    right: -181%;
  }
  .tablet\:h-181\% {
    height: 181%;
  }
  .tablet\:w-181\% {
    width: 181%;
  }
  .tablet\:max_h-181\% {
    max-height: 181%;
  }
  .tablet\:max_w-181\% {
    max-width: 181%;
  }
  .tablet\:min_h-181\% {
    min-height: 181%;
  }
  .tablet\:min_w-181\% {
    min-width: 181%;
  }
  .tablet\:h-181vh {
    height: 181vh;
  }
  .tablet\:w-181vw {
    width: 181vw;
  }
  .tablet\:min_w-181vw {
    min-width: 181vw;
  }
  .tablet\:min_h-181vh {
    min-height: 181vh;
  }
  .tablet\:max_w-181vw {
    max-width: 181vw;
  }
  .tablet\:max_h-181vh {
    max-height: 181vh;
  }
  .tablet\:m-t-182\% {
    margin-top: 182%;
  }
  .tablet\:m-t--182\% {
    margin-top: -182%;
  }
  .tablet\:p-t-182\% {
    padding-top: 182%;
  }
  .tablet\:p-t--182\% {
    padding-top: -182%;
  }
  .tablet\:top-182\% {
    top: 182%;
  }
  .tablet\:top--182\% {
    top: -182%;
  }
  .tablet\:m-b-182\% {
    margin-bottom: 182%;
  }
  .tablet\:m-b--182\% {
    margin-bottom: -182%;
  }
  .tablet\:p-b-182\% {
    padding-bottom: 182%;
  }
  .tablet\:p-b--182\% {
    padding-bottom: -182%;
  }
  .tablet\:bottom-182\% {
    bottom: 182%;
  }
  .tablet\:bottom--182\% {
    bottom: -182%;
  }
  .tablet\:m-l-182\% {
    margin-left: 182%;
  }
  .tablet\:m-l--182\% {
    margin-left: -182%;
  }
  .tablet\:p-l-182\% {
    padding-left: 182%;
  }
  .tablet\:p-l--182\% {
    padding-left: -182%;
  }
  .tablet\:left-182\% {
    left: 182%;
  }
  .tablet\:left--182\% {
    left: -182%;
  }
  .tablet\:m-r-182\% {
    margin-right: 182%;
  }
  .tablet\:m-r--182\% {
    margin-right: -182%;
  }
  .tablet\:p-r-182\% {
    padding-right: 182%;
  }
  .tablet\:p-r--182\% {
    padding-right: -182%;
  }
  .tablet\:right-182\% {
    right: 182%;
  }
  .tablet\:right--182\% {
    right: -182%;
  }
  .tablet\:h-182\% {
    height: 182%;
  }
  .tablet\:w-182\% {
    width: 182%;
  }
  .tablet\:max_h-182\% {
    max-height: 182%;
  }
  .tablet\:max_w-182\% {
    max-width: 182%;
  }
  .tablet\:min_h-182\% {
    min-height: 182%;
  }
  .tablet\:min_w-182\% {
    min-width: 182%;
  }
  .tablet\:h-182vh {
    height: 182vh;
  }
  .tablet\:w-182vw {
    width: 182vw;
  }
  .tablet\:min_w-182vw {
    min-width: 182vw;
  }
  .tablet\:min_h-182vh {
    min-height: 182vh;
  }
  .tablet\:max_w-182vw {
    max-width: 182vw;
  }
  .tablet\:max_h-182vh {
    max-height: 182vh;
  }
  .tablet\:m-t-183\% {
    margin-top: 183%;
  }
  .tablet\:m-t--183\% {
    margin-top: -183%;
  }
  .tablet\:p-t-183\% {
    padding-top: 183%;
  }
  .tablet\:p-t--183\% {
    padding-top: -183%;
  }
  .tablet\:top-183\% {
    top: 183%;
  }
  .tablet\:top--183\% {
    top: -183%;
  }
  .tablet\:m-b-183\% {
    margin-bottom: 183%;
  }
  .tablet\:m-b--183\% {
    margin-bottom: -183%;
  }
  .tablet\:p-b-183\% {
    padding-bottom: 183%;
  }
  .tablet\:p-b--183\% {
    padding-bottom: -183%;
  }
  .tablet\:bottom-183\% {
    bottom: 183%;
  }
  .tablet\:bottom--183\% {
    bottom: -183%;
  }
  .tablet\:m-l-183\% {
    margin-left: 183%;
  }
  .tablet\:m-l--183\% {
    margin-left: -183%;
  }
  .tablet\:p-l-183\% {
    padding-left: 183%;
  }
  .tablet\:p-l--183\% {
    padding-left: -183%;
  }
  .tablet\:left-183\% {
    left: 183%;
  }
  .tablet\:left--183\% {
    left: -183%;
  }
  .tablet\:m-r-183\% {
    margin-right: 183%;
  }
  .tablet\:m-r--183\% {
    margin-right: -183%;
  }
  .tablet\:p-r-183\% {
    padding-right: 183%;
  }
  .tablet\:p-r--183\% {
    padding-right: -183%;
  }
  .tablet\:right-183\% {
    right: 183%;
  }
  .tablet\:right--183\% {
    right: -183%;
  }
  .tablet\:h-183\% {
    height: 183%;
  }
  .tablet\:w-183\% {
    width: 183%;
  }
  .tablet\:max_h-183\% {
    max-height: 183%;
  }
  .tablet\:max_w-183\% {
    max-width: 183%;
  }
  .tablet\:min_h-183\% {
    min-height: 183%;
  }
  .tablet\:min_w-183\% {
    min-width: 183%;
  }
  .tablet\:h-183vh {
    height: 183vh;
  }
  .tablet\:w-183vw {
    width: 183vw;
  }
  .tablet\:min_w-183vw {
    min-width: 183vw;
  }
  .tablet\:min_h-183vh {
    min-height: 183vh;
  }
  .tablet\:max_w-183vw {
    max-width: 183vw;
  }
  .tablet\:max_h-183vh {
    max-height: 183vh;
  }
  .tablet\:m-t-184\% {
    margin-top: 184%;
  }
  .tablet\:m-t--184\% {
    margin-top: -184%;
  }
  .tablet\:p-t-184\% {
    padding-top: 184%;
  }
  .tablet\:p-t--184\% {
    padding-top: -184%;
  }
  .tablet\:top-184\% {
    top: 184%;
  }
  .tablet\:top--184\% {
    top: -184%;
  }
  .tablet\:m-b-184\% {
    margin-bottom: 184%;
  }
  .tablet\:m-b--184\% {
    margin-bottom: -184%;
  }
  .tablet\:p-b-184\% {
    padding-bottom: 184%;
  }
  .tablet\:p-b--184\% {
    padding-bottom: -184%;
  }
  .tablet\:bottom-184\% {
    bottom: 184%;
  }
  .tablet\:bottom--184\% {
    bottom: -184%;
  }
  .tablet\:m-l-184\% {
    margin-left: 184%;
  }
  .tablet\:m-l--184\% {
    margin-left: -184%;
  }
  .tablet\:p-l-184\% {
    padding-left: 184%;
  }
  .tablet\:p-l--184\% {
    padding-left: -184%;
  }
  .tablet\:left-184\% {
    left: 184%;
  }
  .tablet\:left--184\% {
    left: -184%;
  }
  .tablet\:m-r-184\% {
    margin-right: 184%;
  }
  .tablet\:m-r--184\% {
    margin-right: -184%;
  }
  .tablet\:p-r-184\% {
    padding-right: 184%;
  }
  .tablet\:p-r--184\% {
    padding-right: -184%;
  }
  .tablet\:right-184\% {
    right: 184%;
  }
  .tablet\:right--184\% {
    right: -184%;
  }
  .tablet\:h-184\% {
    height: 184%;
  }
  .tablet\:w-184\% {
    width: 184%;
  }
  .tablet\:max_h-184\% {
    max-height: 184%;
  }
  .tablet\:max_w-184\% {
    max-width: 184%;
  }
  .tablet\:min_h-184\% {
    min-height: 184%;
  }
  .tablet\:min_w-184\% {
    min-width: 184%;
  }
  .tablet\:h-184vh {
    height: 184vh;
  }
  .tablet\:w-184vw {
    width: 184vw;
  }
  .tablet\:min_w-184vw {
    min-width: 184vw;
  }
  .tablet\:min_h-184vh {
    min-height: 184vh;
  }
  .tablet\:max_w-184vw {
    max-width: 184vw;
  }
  .tablet\:max_h-184vh {
    max-height: 184vh;
  }
  .tablet\:m-t-185\% {
    margin-top: 185%;
  }
  .tablet\:m-t--185\% {
    margin-top: -185%;
  }
  .tablet\:p-t-185\% {
    padding-top: 185%;
  }
  .tablet\:p-t--185\% {
    padding-top: -185%;
  }
  .tablet\:top-185\% {
    top: 185%;
  }
  .tablet\:top--185\% {
    top: -185%;
  }
  .tablet\:m-b-185\% {
    margin-bottom: 185%;
  }
  .tablet\:m-b--185\% {
    margin-bottom: -185%;
  }
  .tablet\:p-b-185\% {
    padding-bottom: 185%;
  }
  .tablet\:p-b--185\% {
    padding-bottom: -185%;
  }
  .tablet\:bottom-185\% {
    bottom: 185%;
  }
  .tablet\:bottom--185\% {
    bottom: -185%;
  }
  .tablet\:m-l-185\% {
    margin-left: 185%;
  }
  .tablet\:m-l--185\% {
    margin-left: -185%;
  }
  .tablet\:p-l-185\% {
    padding-left: 185%;
  }
  .tablet\:p-l--185\% {
    padding-left: -185%;
  }
  .tablet\:left-185\% {
    left: 185%;
  }
  .tablet\:left--185\% {
    left: -185%;
  }
  .tablet\:m-r-185\% {
    margin-right: 185%;
  }
  .tablet\:m-r--185\% {
    margin-right: -185%;
  }
  .tablet\:p-r-185\% {
    padding-right: 185%;
  }
  .tablet\:p-r--185\% {
    padding-right: -185%;
  }
  .tablet\:right-185\% {
    right: 185%;
  }
  .tablet\:right--185\% {
    right: -185%;
  }
  .tablet\:h-185\% {
    height: 185%;
  }
  .tablet\:w-185\% {
    width: 185%;
  }
  .tablet\:max_h-185\% {
    max-height: 185%;
  }
  .tablet\:max_w-185\% {
    max-width: 185%;
  }
  .tablet\:min_h-185\% {
    min-height: 185%;
  }
  .tablet\:min_w-185\% {
    min-width: 185%;
  }
  .tablet\:h-185vh {
    height: 185vh;
  }
  .tablet\:w-185vw {
    width: 185vw;
  }
  .tablet\:min_w-185vw {
    min-width: 185vw;
  }
  .tablet\:min_h-185vh {
    min-height: 185vh;
  }
  .tablet\:max_w-185vw {
    max-width: 185vw;
  }
  .tablet\:max_h-185vh {
    max-height: 185vh;
  }
  .tablet\:m-t-186\% {
    margin-top: 186%;
  }
  .tablet\:m-t--186\% {
    margin-top: -186%;
  }
  .tablet\:p-t-186\% {
    padding-top: 186%;
  }
  .tablet\:p-t--186\% {
    padding-top: -186%;
  }
  .tablet\:top-186\% {
    top: 186%;
  }
  .tablet\:top--186\% {
    top: -186%;
  }
  .tablet\:m-b-186\% {
    margin-bottom: 186%;
  }
  .tablet\:m-b--186\% {
    margin-bottom: -186%;
  }
  .tablet\:p-b-186\% {
    padding-bottom: 186%;
  }
  .tablet\:p-b--186\% {
    padding-bottom: -186%;
  }
  .tablet\:bottom-186\% {
    bottom: 186%;
  }
  .tablet\:bottom--186\% {
    bottom: -186%;
  }
  .tablet\:m-l-186\% {
    margin-left: 186%;
  }
  .tablet\:m-l--186\% {
    margin-left: -186%;
  }
  .tablet\:p-l-186\% {
    padding-left: 186%;
  }
  .tablet\:p-l--186\% {
    padding-left: -186%;
  }
  .tablet\:left-186\% {
    left: 186%;
  }
  .tablet\:left--186\% {
    left: -186%;
  }
  .tablet\:m-r-186\% {
    margin-right: 186%;
  }
  .tablet\:m-r--186\% {
    margin-right: -186%;
  }
  .tablet\:p-r-186\% {
    padding-right: 186%;
  }
  .tablet\:p-r--186\% {
    padding-right: -186%;
  }
  .tablet\:right-186\% {
    right: 186%;
  }
  .tablet\:right--186\% {
    right: -186%;
  }
  .tablet\:h-186\% {
    height: 186%;
  }
  .tablet\:w-186\% {
    width: 186%;
  }
  .tablet\:max_h-186\% {
    max-height: 186%;
  }
  .tablet\:max_w-186\% {
    max-width: 186%;
  }
  .tablet\:min_h-186\% {
    min-height: 186%;
  }
  .tablet\:min_w-186\% {
    min-width: 186%;
  }
  .tablet\:h-186vh {
    height: 186vh;
  }
  .tablet\:w-186vw {
    width: 186vw;
  }
  .tablet\:min_w-186vw {
    min-width: 186vw;
  }
  .tablet\:min_h-186vh {
    min-height: 186vh;
  }
  .tablet\:max_w-186vw {
    max-width: 186vw;
  }
  .tablet\:max_h-186vh {
    max-height: 186vh;
  }
  .tablet\:m-t-187\% {
    margin-top: 187%;
  }
  .tablet\:m-t--187\% {
    margin-top: -187%;
  }
  .tablet\:p-t-187\% {
    padding-top: 187%;
  }
  .tablet\:p-t--187\% {
    padding-top: -187%;
  }
  .tablet\:top-187\% {
    top: 187%;
  }
  .tablet\:top--187\% {
    top: -187%;
  }
  .tablet\:m-b-187\% {
    margin-bottom: 187%;
  }
  .tablet\:m-b--187\% {
    margin-bottom: -187%;
  }
  .tablet\:p-b-187\% {
    padding-bottom: 187%;
  }
  .tablet\:p-b--187\% {
    padding-bottom: -187%;
  }
  .tablet\:bottom-187\% {
    bottom: 187%;
  }
  .tablet\:bottom--187\% {
    bottom: -187%;
  }
  .tablet\:m-l-187\% {
    margin-left: 187%;
  }
  .tablet\:m-l--187\% {
    margin-left: -187%;
  }
  .tablet\:p-l-187\% {
    padding-left: 187%;
  }
  .tablet\:p-l--187\% {
    padding-left: -187%;
  }
  .tablet\:left-187\% {
    left: 187%;
  }
  .tablet\:left--187\% {
    left: -187%;
  }
  .tablet\:m-r-187\% {
    margin-right: 187%;
  }
  .tablet\:m-r--187\% {
    margin-right: -187%;
  }
  .tablet\:p-r-187\% {
    padding-right: 187%;
  }
  .tablet\:p-r--187\% {
    padding-right: -187%;
  }
  .tablet\:right-187\% {
    right: 187%;
  }
  .tablet\:right--187\% {
    right: -187%;
  }
  .tablet\:h-187\% {
    height: 187%;
  }
  .tablet\:w-187\% {
    width: 187%;
  }
  .tablet\:max_h-187\% {
    max-height: 187%;
  }
  .tablet\:max_w-187\% {
    max-width: 187%;
  }
  .tablet\:min_h-187\% {
    min-height: 187%;
  }
  .tablet\:min_w-187\% {
    min-width: 187%;
  }
  .tablet\:h-187vh {
    height: 187vh;
  }
  .tablet\:w-187vw {
    width: 187vw;
  }
  .tablet\:min_w-187vw {
    min-width: 187vw;
  }
  .tablet\:min_h-187vh {
    min-height: 187vh;
  }
  .tablet\:max_w-187vw {
    max-width: 187vw;
  }
  .tablet\:max_h-187vh {
    max-height: 187vh;
  }
  .tablet\:m-t-188\% {
    margin-top: 188%;
  }
  .tablet\:m-t--188\% {
    margin-top: -188%;
  }
  .tablet\:p-t-188\% {
    padding-top: 188%;
  }
  .tablet\:p-t--188\% {
    padding-top: -188%;
  }
  .tablet\:top-188\% {
    top: 188%;
  }
  .tablet\:top--188\% {
    top: -188%;
  }
  .tablet\:m-b-188\% {
    margin-bottom: 188%;
  }
  .tablet\:m-b--188\% {
    margin-bottom: -188%;
  }
  .tablet\:p-b-188\% {
    padding-bottom: 188%;
  }
  .tablet\:p-b--188\% {
    padding-bottom: -188%;
  }
  .tablet\:bottom-188\% {
    bottom: 188%;
  }
  .tablet\:bottom--188\% {
    bottom: -188%;
  }
  .tablet\:m-l-188\% {
    margin-left: 188%;
  }
  .tablet\:m-l--188\% {
    margin-left: -188%;
  }
  .tablet\:p-l-188\% {
    padding-left: 188%;
  }
  .tablet\:p-l--188\% {
    padding-left: -188%;
  }
  .tablet\:left-188\% {
    left: 188%;
  }
  .tablet\:left--188\% {
    left: -188%;
  }
  .tablet\:m-r-188\% {
    margin-right: 188%;
  }
  .tablet\:m-r--188\% {
    margin-right: -188%;
  }
  .tablet\:p-r-188\% {
    padding-right: 188%;
  }
  .tablet\:p-r--188\% {
    padding-right: -188%;
  }
  .tablet\:right-188\% {
    right: 188%;
  }
  .tablet\:right--188\% {
    right: -188%;
  }
  .tablet\:h-188\% {
    height: 188%;
  }
  .tablet\:w-188\% {
    width: 188%;
  }
  .tablet\:max_h-188\% {
    max-height: 188%;
  }
  .tablet\:max_w-188\% {
    max-width: 188%;
  }
  .tablet\:min_h-188\% {
    min-height: 188%;
  }
  .tablet\:min_w-188\% {
    min-width: 188%;
  }
  .tablet\:h-188vh {
    height: 188vh;
  }
  .tablet\:w-188vw {
    width: 188vw;
  }
  .tablet\:min_w-188vw {
    min-width: 188vw;
  }
  .tablet\:min_h-188vh {
    min-height: 188vh;
  }
  .tablet\:max_w-188vw {
    max-width: 188vw;
  }
  .tablet\:max_h-188vh {
    max-height: 188vh;
  }
  .tablet\:m-t-189\% {
    margin-top: 189%;
  }
  .tablet\:m-t--189\% {
    margin-top: -189%;
  }
  .tablet\:p-t-189\% {
    padding-top: 189%;
  }
  .tablet\:p-t--189\% {
    padding-top: -189%;
  }
  .tablet\:top-189\% {
    top: 189%;
  }
  .tablet\:top--189\% {
    top: -189%;
  }
  .tablet\:m-b-189\% {
    margin-bottom: 189%;
  }
  .tablet\:m-b--189\% {
    margin-bottom: -189%;
  }
  .tablet\:p-b-189\% {
    padding-bottom: 189%;
  }
  .tablet\:p-b--189\% {
    padding-bottom: -189%;
  }
  .tablet\:bottom-189\% {
    bottom: 189%;
  }
  .tablet\:bottom--189\% {
    bottom: -189%;
  }
  .tablet\:m-l-189\% {
    margin-left: 189%;
  }
  .tablet\:m-l--189\% {
    margin-left: -189%;
  }
  .tablet\:p-l-189\% {
    padding-left: 189%;
  }
  .tablet\:p-l--189\% {
    padding-left: -189%;
  }
  .tablet\:left-189\% {
    left: 189%;
  }
  .tablet\:left--189\% {
    left: -189%;
  }
  .tablet\:m-r-189\% {
    margin-right: 189%;
  }
  .tablet\:m-r--189\% {
    margin-right: -189%;
  }
  .tablet\:p-r-189\% {
    padding-right: 189%;
  }
  .tablet\:p-r--189\% {
    padding-right: -189%;
  }
  .tablet\:right-189\% {
    right: 189%;
  }
  .tablet\:right--189\% {
    right: -189%;
  }
  .tablet\:h-189\% {
    height: 189%;
  }
  .tablet\:w-189\% {
    width: 189%;
  }
  .tablet\:max_h-189\% {
    max-height: 189%;
  }
  .tablet\:max_w-189\% {
    max-width: 189%;
  }
  .tablet\:min_h-189\% {
    min-height: 189%;
  }
  .tablet\:min_w-189\% {
    min-width: 189%;
  }
  .tablet\:h-189vh {
    height: 189vh;
  }
  .tablet\:w-189vw {
    width: 189vw;
  }
  .tablet\:min_w-189vw {
    min-width: 189vw;
  }
  .tablet\:min_h-189vh {
    min-height: 189vh;
  }
  .tablet\:max_w-189vw {
    max-width: 189vw;
  }
  .tablet\:max_h-189vh {
    max-height: 189vh;
  }
  .tablet\:m-t-190\% {
    margin-top: 190%;
  }
  .tablet\:m-t--190\% {
    margin-top: -190%;
  }
  .tablet\:p-t-190\% {
    padding-top: 190%;
  }
  .tablet\:p-t--190\% {
    padding-top: -190%;
  }
  .tablet\:top-190\% {
    top: 190%;
  }
  .tablet\:top--190\% {
    top: -190%;
  }
  .tablet\:m-b-190\% {
    margin-bottom: 190%;
  }
  .tablet\:m-b--190\% {
    margin-bottom: -190%;
  }
  .tablet\:p-b-190\% {
    padding-bottom: 190%;
  }
  .tablet\:p-b--190\% {
    padding-bottom: -190%;
  }
  .tablet\:bottom-190\% {
    bottom: 190%;
  }
  .tablet\:bottom--190\% {
    bottom: -190%;
  }
  .tablet\:m-l-190\% {
    margin-left: 190%;
  }
  .tablet\:m-l--190\% {
    margin-left: -190%;
  }
  .tablet\:p-l-190\% {
    padding-left: 190%;
  }
  .tablet\:p-l--190\% {
    padding-left: -190%;
  }
  .tablet\:left-190\% {
    left: 190%;
  }
  .tablet\:left--190\% {
    left: -190%;
  }
  .tablet\:m-r-190\% {
    margin-right: 190%;
  }
  .tablet\:m-r--190\% {
    margin-right: -190%;
  }
  .tablet\:p-r-190\% {
    padding-right: 190%;
  }
  .tablet\:p-r--190\% {
    padding-right: -190%;
  }
  .tablet\:right-190\% {
    right: 190%;
  }
  .tablet\:right--190\% {
    right: -190%;
  }
  .tablet\:h-190\% {
    height: 190%;
  }
  .tablet\:w-190\% {
    width: 190%;
  }
  .tablet\:max_h-190\% {
    max-height: 190%;
  }
  .tablet\:max_w-190\% {
    max-width: 190%;
  }
  .tablet\:min_h-190\% {
    min-height: 190%;
  }
  .tablet\:min_w-190\% {
    min-width: 190%;
  }
  .tablet\:h-190vh {
    height: 190vh;
  }
  .tablet\:w-190vw {
    width: 190vw;
  }
  .tablet\:min_w-190vw {
    min-width: 190vw;
  }
  .tablet\:min_h-190vh {
    min-height: 190vh;
  }
  .tablet\:max_w-190vw {
    max-width: 190vw;
  }
  .tablet\:max_h-190vh {
    max-height: 190vh;
  }
  .tablet\:m-t-191\% {
    margin-top: 191%;
  }
  .tablet\:m-t--191\% {
    margin-top: -191%;
  }
  .tablet\:p-t-191\% {
    padding-top: 191%;
  }
  .tablet\:p-t--191\% {
    padding-top: -191%;
  }
  .tablet\:top-191\% {
    top: 191%;
  }
  .tablet\:top--191\% {
    top: -191%;
  }
  .tablet\:m-b-191\% {
    margin-bottom: 191%;
  }
  .tablet\:m-b--191\% {
    margin-bottom: -191%;
  }
  .tablet\:p-b-191\% {
    padding-bottom: 191%;
  }
  .tablet\:p-b--191\% {
    padding-bottom: -191%;
  }
  .tablet\:bottom-191\% {
    bottom: 191%;
  }
  .tablet\:bottom--191\% {
    bottom: -191%;
  }
  .tablet\:m-l-191\% {
    margin-left: 191%;
  }
  .tablet\:m-l--191\% {
    margin-left: -191%;
  }
  .tablet\:p-l-191\% {
    padding-left: 191%;
  }
  .tablet\:p-l--191\% {
    padding-left: -191%;
  }
  .tablet\:left-191\% {
    left: 191%;
  }
  .tablet\:left--191\% {
    left: -191%;
  }
  .tablet\:m-r-191\% {
    margin-right: 191%;
  }
  .tablet\:m-r--191\% {
    margin-right: -191%;
  }
  .tablet\:p-r-191\% {
    padding-right: 191%;
  }
  .tablet\:p-r--191\% {
    padding-right: -191%;
  }
  .tablet\:right-191\% {
    right: 191%;
  }
  .tablet\:right--191\% {
    right: -191%;
  }
  .tablet\:h-191\% {
    height: 191%;
  }
  .tablet\:w-191\% {
    width: 191%;
  }
  .tablet\:max_h-191\% {
    max-height: 191%;
  }
  .tablet\:max_w-191\% {
    max-width: 191%;
  }
  .tablet\:min_h-191\% {
    min-height: 191%;
  }
  .tablet\:min_w-191\% {
    min-width: 191%;
  }
  .tablet\:h-191vh {
    height: 191vh;
  }
  .tablet\:w-191vw {
    width: 191vw;
  }
  .tablet\:min_w-191vw {
    min-width: 191vw;
  }
  .tablet\:min_h-191vh {
    min-height: 191vh;
  }
  .tablet\:max_w-191vw {
    max-width: 191vw;
  }
  .tablet\:max_h-191vh {
    max-height: 191vh;
  }
  .tablet\:m-t-192\% {
    margin-top: 192%;
  }
  .tablet\:m-t--192\% {
    margin-top: -192%;
  }
  .tablet\:p-t-192\% {
    padding-top: 192%;
  }
  .tablet\:p-t--192\% {
    padding-top: -192%;
  }
  .tablet\:top-192\% {
    top: 192%;
  }
  .tablet\:top--192\% {
    top: -192%;
  }
  .tablet\:m-b-192\% {
    margin-bottom: 192%;
  }
  .tablet\:m-b--192\% {
    margin-bottom: -192%;
  }
  .tablet\:p-b-192\% {
    padding-bottom: 192%;
  }
  .tablet\:p-b--192\% {
    padding-bottom: -192%;
  }
  .tablet\:bottom-192\% {
    bottom: 192%;
  }
  .tablet\:bottom--192\% {
    bottom: -192%;
  }
  .tablet\:m-l-192\% {
    margin-left: 192%;
  }
  .tablet\:m-l--192\% {
    margin-left: -192%;
  }
  .tablet\:p-l-192\% {
    padding-left: 192%;
  }
  .tablet\:p-l--192\% {
    padding-left: -192%;
  }
  .tablet\:left-192\% {
    left: 192%;
  }
  .tablet\:left--192\% {
    left: -192%;
  }
  .tablet\:m-r-192\% {
    margin-right: 192%;
  }
  .tablet\:m-r--192\% {
    margin-right: -192%;
  }
  .tablet\:p-r-192\% {
    padding-right: 192%;
  }
  .tablet\:p-r--192\% {
    padding-right: -192%;
  }
  .tablet\:right-192\% {
    right: 192%;
  }
  .tablet\:right--192\% {
    right: -192%;
  }
  .tablet\:h-192\% {
    height: 192%;
  }
  .tablet\:w-192\% {
    width: 192%;
  }
  .tablet\:max_h-192\% {
    max-height: 192%;
  }
  .tablet\:max_w-192\% {
    max-width: 192%;
  }
  .tablet\:min_h-192\% {
    min-height: 192%;
  }
  .tablet\:min_w-192\% {
    min-width: 192%;
  }
  .tablet\:h-192vh {
    height: 192vh;
  }
  .tablet\:w-192vw {
    width: 192vw;
  }
  .tablet\:min_w-192vw {
    min-width: 192vw;
  }
  .tablet\:min_h-192vh {
    min-height: 192vh;
  }
  .tablet\:max_w-192vw {
    max-width: 192vw;
  }
  .tablet\:max_h-192vh {
    max-height: 192vh;
  }
  .tablet\:m-t-193\% {
    margin-top: 193%;
  }
  .tablet\:m-t--193\% {
    margin-top: -193%;
  }
  .tablet\:p-t-193\% {
    padding-top: 193%;
  }
  .tablet\:p-t--193\% {
    padding-top: -193%;
  }
  .tablet\:top-193\% {
    top: 193%;
  }
  .tablet\:top--193\% {
    top: -193%;
  }
  .tablet\:m-b-193\% {
    margin-bottom: 193%;
  }
  .tablet\:m-b--193\% {
    margin-bottom: -193%;
  }
  .tablet\:p-b-193\% {
    padding-bottom: 193%;
  }
  .tablet\:p-b--193\% {
    padding-bottom: -193%;
  }
  .tablet\:bottom-193\% {
    bottom: 193%;
  }
  .tablet\:bottom--193\% {
    bottom: -193%;
  }
  .tablet\:m-l-193\% {
    margin-left: 193%;
  }
  .tablet\:m-l--193\% {
    margin-left: -193%;
  }
  .tablet\:p-l-193\% {
    padding-left: 193%;
  }
  .tablet\:p-l--193\% {
    padding-left: -193%;
  }
  .tablet\:left-193\% {
    left: 193%;
  }
  .tablet\:left--193\% {
    left: -193%;
  }
  .tablet\:m-r-193\% {
    margin-right: 193%;
  }
  .tablet\:m-r--193\% {
    margin-right: -193%;
  }
  .tablet\:p-r-193\% {
    padding-right: 193%;
  }
  .tablet\:p-r--193\% {
    padding-right: -193%;
  }
  .tablet\:right-193\% {
    right: 193%;
  }
  .tablet\:right--193\% {
    right: -193%;
  }
  .tablet\:h-193\% {
    height: 193%;
  }
  .tablet\:w-193\% {
    width: 193%;
  }
  .tablet\:max_h-193\% {
    max-height: 193%;
  }
  .tablet\:max_w-193\% {
    max-width: 193%;
  }
  .tablet\:min_h-193\% {
    min-height: 193%;
  }
  .tablet\:min_w-193\% {
    min-width: 193%;
  }
  .tablet\:h-193vh {
    height: 193vh;
  }
  .tablet\:w-193vw {
    width: 193vw;
  }
  .tablet\:min_w-193vw {
    min-width: 193vw;
  }
  .tablet\:min_h-193vh {
    min-height: 193vh;
  }
  .tablet\:max_w-193vw {
    max-width: 193vw;
  }
  .tablet\:max_h-193vh {
    max-height: 193vh;
  }
  .tablet\:m-t-194\% {
    margin-top: 194%;
  }
  .tablet\:m-t--194\% {
    margin-top: -194%;
  }
  .tablet\:p-t-194\% {
    padding-top: 194%;
  }
  .tablet\:p-t--194\% {
    padding-top: -194%;
  }
  .tablet\:top-194\% {
    top: 194%;
  }
  .tablet\:top--194\% {
    top: -194%;
  }
  .tablet\:m-b-194\% {
    margin-bottom: 194%;
  }
  .tablet\:m-b--194\% {
    margin-bottom: -194%;
  }
  .tablet\:p-b-194\% {
    padding-bottom: 194%;
  }
  .tablet\:p-b--194\% {
    padding-bottom: -194%;
  }
  .tablet\:bottom-194\% {
    bottom: 194%;
  }
  .tablet\:bottom--194\% {
    bottom: -194%;
  }
  .tablet\:m-l-194\% {
    margin-left: 194%;
  }
  .tablet\:m-l--194\% {
    margin-left: -194%;
  }
  .tablet\:p-l-194\% {
    padding-left: 194%;
  }
  .tablet\:p-l--194\% {
    padding-left: -194%;
  }
  .tablet\:left-194\% {
    left: 194%;
  }
  .tablet\:left--194\% {
    left: -194%;
  }
  .tablet\:m-r-194\% {
    margin-right: 194%;
  }
  .tablet\:m-r--194\% {
    margin-right: -194%;
  }
  .tablet\:p-r-194\% {
    padding-right: 194%;
  }
  .tablet\:p-r--194\% {
    padding-right: -194%;
  }
  .tablet\:right-194\% {
    right: 194%;
  }
  .tablet\:right--194\% {
    right: -194%;
  }
  .tablet\:h-194\% {
    height: 194%;
  }
  .tablet\:w-194\% {
    width: 194%;
  }
  .tablet\:max_h-194\% {
    max-height: 194%;
  }
  .tablet\:max_w-194\% {
    max-width: 194%;
  }
  .tablet\:min_h-194\% {
    min-height: 194%;
  }
  .tablet\:min_w-194\% {
    min-width: 194%;
  }
  .tablet\:h-194vh {
    height: 194vh;
  }
  .tablet\:w-194vw {
    width: 194vw;
  }
  .tablet\:min_w-194vw {
    min-width: 194vw;
  }
  .tablet\:min_h-194vh {
    min-height: 194vh;
  }
  .tablet\:max_w-194vw {
    max-width: 194vw;
  }
  .tablet\:max_h-194vh {
    max-height: 194vh;
  }
  .tablet\:m-t-195\% {
    margin-top: 195%;
  }
  .tablet\:m-t--195\% {
    margin-top: -195%;
  }
  .tablet\:p-t-195\% {
    padding-top: 195%;
  }
  .tablet\:p-t--195\% {
    padding-top: -195%;
  }
  .tablet\:top-195\% {
    top: 195%;
  }
  .tablet\:top--195\% {
    top: -195%;
  }
  .tablet\:m-b-195\% {
    margin-bottom: 195%;
  }
  .tablet\:m-b--195\% {
    margin-bottom: -195%;
  }
  .tablet\:p-b-195\% {
    padding-bottom: 195%;
  }
  .tablet\:p-b--195\% {
    padding-bottom: -195%;
  }
  .tablet\:bottom-195\% {
    bottom: 195%;
  }
  .tablet\:bottom--195\% {
    bottom: -195%;
  }
  .tablet\:m-l-195\% {
    margin-left: 195%;
  }
  .tablet\:m-l--195\% {
    margin-left: -195%;
  }
  .tablet\:p-l-195\% {
    padding-left: 195%;
  }
  .tablet\:p-l--195\% {
    padding-left: -195%;
  }
  .tablet\:left-195\% {
    left: 195%;
  }
  .tablet\:left--195\% {
    left: -195%;
  }
  .tablet\:m-r-195\% {
    margin-right: 195%;
  }
  .tablet\:m-r--195\% {
    margin-right: -195%;
  }
  .tablet\:p-r-195\% {
    padding-right: 195%;
  }
  .tablet\:p-r--195\% {
    padding-right: -195%;
  }
  .tablet\:right-195\% {
    right: 195%;
  }
  .tablet\:right--195\% {
    right: -195%;
  }
  .tablet\:h-195\% {
    height: 195%;
  }
  .tablet\:w-195\% {
    width: 195%;
  }
  .tablet\:max_h-195\% {
    max-height: 195%;
  }
  .tablet\:max_w-195\% {
    max-width: 195%;
  }
  .tablet\:min_h-195\% {
    min-height: 195%;
  }
  .tablet\:min_w-195\% {
    min-width: 195%;
  }
  .tablet\:h-195vh {
    height: 195vh;
  }
  .tablet\:w-195vw {
    width: 195vw;
  }
  .tablet\:min_w-195vw {
    min-width: 195vw;
  }
  .tablet\:min_h-195vh {
    min-height: 195vh;
  }
  .tablet\:max_w-195vw {
    max-width: 195vw;
  }
  .tablet\:max_h-195vh {
    max-height: 195vh;
  }
  .tablet\:m-t-196\% {
    margin-top: 196%;
  }
  .tablet\:m-t--196\% {
    margin-top: -196%;
  }
  .tablet\:p-t-196\% {
    padding-top: 196%;
  }
  .tablet\:p-t--196\% {
    padding-top: -196%;
  }
  .tablet\:top-196\% {
    top: 196%;
  }
  .tablet\:top--196\% {
    top: -196%;
  }
  .tablet\:m-b-196\% {
    margin-bottom: 196%;
  }
  .tablet\:m-b--196\% {
    margin-bottom: -196%;
  }
  .tablet\:p-b-196\% {
    padding-bottom: 196%;
  }
  .tablet\:p-b--196\% {
    padding-bottom: -196%;
  }
  .tablet\:bottom-196\% {
    bottom: 196%;
  }
  .tablet\:bottom--196\% {
    bottom: -196%;
  }
  .tablet\:m-l-196\% {
    margin-left: 196%;
  }
  .tablet\:m-l--196\% {
    margin-left: -196%;
  }
  .tablet\:p-l-196\% {
    padding-left: 196%;
  }
  .tablet\:p-l--196\% {
    padding-left: -196%;
  }
  .tablet\:left-196\% {
    left: 196%;
  }
  .tablet\:left--196\% {
    left: -196%;
  }
  .tablet\:m-r-196\% {
    margin-right: 196%;
  }
  .tablet\:m-r--196\% {
    margin-right: -196%;
  }
  .tablet\:p-r-196\% {
    padding-right: 196%;
  }
  .tablet\:p-r--196\% {
    padding-right: -196%;
  }
  .tablet\:right-196\% {
    right: 196%;
  }
  .tablet\:right--196\% {
    right: -196%;
  }
  .tablet\:h-196\% {
    height: 196%;
  }
  .tablet\:w-196\% {
    width: 196%;
  }
  .tablet\:max_h-196\% {
    max-height: 196%;
  }
  .tablet\:max_w-196\% {
    max-width: 196%;
  }
  .tablet\:min_h-196\% {
    min-height: 196%;
  }
  .tablet\:min_w-196\% {
    min-width: 196%;
  }
  .tablet\:h-196vh {
    height: 196vh;
  }
  .tablet\:w-196vw {
    width: 196vw;
  }
  .tablet\:min_w-196vw {
    min-width: 196vw;
  }
  .tablet\:min_h-196vh {
    min-height: 196vh;
  }
  .tablet\:max_w-196vw {
    max-width: 196vw;
  }
  .tablet\:max_h-196vh {
    max-height: 196vh;
  }
  .tablet\:m-t-197\% {
    margin-top: 197%;
  }
  .tablet\:m-t--197\% {
    margin-top: -197%;
  }
  .tablet\:p-t-197\% {
    padding-top: 197%;
  }
  .tablet\:p-t--197\% {
    padding-top: -197%;
  }
  .tablet\:top-197\% {
    top: 197%;
  }
  .tablet\:top--197\% {
    top: -197%;
  }
  .tablet\:m-b-197\% {
    margin-bottom: 197%;
  }
  .tablet\:m-b--197\% {
    margin-bottom: -197%;
  }
  .tablet\:p-b-197\% {
    padding-bottom: 197%;
  }
  .tablet\:p-b--197\% {
    padding-bottom: -197%;
  }
  .tablet\:bottom-197\% {
    bottom: 197%;
  }
  .tablet\:bottom--197\% {
    bottom: -197%;
  }
  .tablet\:m-l-197\% {
    margin-left: 197%;
  }
  .tablet\:m-l--197\% {
    margin-left: -197%;
  }
  .tablet\:p-l-197\% {
    padding-left: 197%;
  }
  .tablet\:p-l--197\% {
    padding-left: -197%;
  }
  .tablet\:left-197\% {
    left: 197%;
  }
  .tablet\:left--197\% {
    left: -197%;
  }
  .tablet\:m-r-197\% {
    margin-right: 197%;
  }
  .tablet\:m-r--197\% {
    margin-right: -197%;
  }
  .tablet\:p-r-197\% {
    padding-right: 197%;
  }
  .tablet\:p-r--197\% {
    padding-right: -197%;
  }
  .tablet\:right-197\% {
    right: 197%;
  }
  .tablet\:right--197\% {
    right: -197%;
  }
  .tablet\:h-197\% {
    height: 197%;
  }
  .tablet\:w-197\% {
    width: 197%;
  }
  .tablet\:max_h-197\% {
    max-height: 197%;
  }
  .tablet\:max_w-197\% {
    max-width: 197%;
  }
  .tablet\:min_h-197\% {
    min-height: 197%;
  }
  .tablet\:min_w-197\% {
    min-width: 197%;
  }
  .tablet\:h-197vh {
    height: 197vh;
  }
  .tablet\:w-197vw {
    width: 197vw;
  }
  .tablet\:min_w-197vw {
    min-width: 197vw;
  }
  .tablet\:min_h-197vh {
    min-height: 197vh;
  }
  .tablet\:max_w-197vw {
    max-width: 197vw;
  }
  .tablet\:max_h-197vh {
    max-height: 197vh;
  }
  .tablet\:m-t-198\% {
    margin-top: 198%;
  }
  .tablet\:m-t--198\% {
    margin-top: -198%;
  }
  .tablet\:p-t-198\% {
    padding-top: 198%;
  }
  .tablet\:p-t--198\% {
    padding-top: -198%;
  }
  .tablet\:top-198\% {
    top: 198%;
  }
  .tablet\:top--198\% {
    top: -198%;
  }
  .tablet\:m-b-198\% {
    margin-bottom: 198%;
  }
  .tablet\:m-b--198\% {
    margin-bottom: -198%;
  }
  .tablet\:p-b-198\% {
    padding-bottom: 198%;
  }
  .tablet\:p-b--198\% {
    padding-bottom: -198%;
  }
  .tablet\:bottom-198\% {
    bottom: 198%;
  }
  .tablet\:bottom--198\% {
    bottom: -198%;
  }
  .tablet\:m-l-198\% {
    margin-left: 198%;
  }
  .tablet\:m-l--198\% {
    margin-left: -198%;
  }
  .tablet\:p-l-198\% {
    padding-left: 198%;
  }
  .tablet\:p-l--198\% {
    padding-left: -198%;
  }
  .tablet\:left-198\% {
    left: 198%;
  }
  .tablet\:left--198\% {
    left: -198%;
  }
  .tablet\:m-r-198\% {
    margin-right: 198%;
  }
  .tablet\:m-r--198\% {
    margin-right: -198%;
  }
  .tablet\:p-r-198\% {
    padding-right: 198%;
  }
  .tablet\:p-r--198\% {
    padding-right: -198%;
  }
  .tablet\:right-198\% {
    right: 198%;
  }
  .tablet\:right--198\% {
    right: -198%;
  }
  .tablet\:h-198\% {
    height: 198%;
  }
  .tablet\:w-198\% {
    width: 198%;
  }
  .tablet\:max_h-198\% {
    max-height: 198%;
  }
  .tablet\:max_w-198\% {
    max-width: 198%;
  }
  .tablet\:min_h-198\% {
    min-height: 198%;
  }
  .tablet\:min_w-198\% {
    min-width: 198%;
  }
  .tablet\:h-198vh {
    height: 198vh;
  }
  .tablet\:w-198vw {
    width: 198vw;
  }
  .tablet\:min_w-198vw {
    min-width: 198vw;
  }
  .tablet\:min_h-198vh {
    min-height: 198vh;
  }
  .tablet\:max_w-198vw {
    max-width: 198vw;
  }
  .tablet\:max_h-198vh {
    max-height: 198vh;
  }
  .tablet\:m-t-199\% {
    margin-top: 199%;
  }
  .tablet\:m-t--199\% {
    margin-top: -199%;
  }
  .tablet\:p-t-199\% {
    padding-top: 199%;
  }
  .tablet\:p-t--199\% {
    padding-top: -199%;
  }
  .tablet\:top-199\% {
    top: 199%;
  }
  .tablet\:top--199\% {
    top: -199%;
  }
  .tablet\:m-b-199\% {
    margin-bottom: 199%;
  }
  .tablet\:m-b--199\% {
    margin-bottom: -199%;
  }
  .tablet\:p-b-199\% {
    padding-bottom: 199%;
  }
  .tablet\:p-b--199\% {
    padding-bottom: -199%;
  }
  .tablet\:bottom-199\% {
    bottom: 199%;
  }
  .tablet\:bottom--199\% {
    bottom: -199%;
  }
  .tablet\:m-l-199\% {
    margin-left: 199%;
  }
  .tablet\:m-l--199\% {
    margin-left: -199%;
  }
  .tablet\:p-l-199\% {
    padding-left: 199%;
  }
  .tablet\:p-l--199\% {
    padding-left: -199%;
  }
  .tablet\:left-199\% {
    left: 199%;
  }
  .tablet\:left--199\% {
    left: -199%;
  }
  .tablet\:m-r-199\% {
    margin-right: 199%;
  }
  .tablet\:m-r--199\% {
    margin-right: -199%;
  }
  .tablet\:p-r-199\% {
    padding-right: 199%;
  }
  .tablet\:p-r--199\% {
    padding-right: -199%;
  }
  .tablet\:right-199\% {
    right: 199%;
  }
  .tablet\:right--199\% {
    right: -199%;
  }
  .tablet\:h-199\% {
    height: 199%;
  }
  .tablet\:w-199\% {
    width: 199%;
  }
  .tablet\:max_h-199\% {
    max-height: 199%;
  }
  .tablet\:max_w-199\% {
    max-width: 199%;
  }
  .tablet\:min_h-199\% {
    min-height: 199%;
  }
  .tablet\:min_w-199\% {
    min-width: 199%;
  }
  .tablet\:h-199vh {
    height: 199vh;
  }
  .tablet\:w-199vw {
    width: 199vw;
  }
  .tablet\:min_w-199vw {
    min-width: 199vw;
  }
  .tablet\:min_h-199vh {
    min-height: 199vh;
  }
  .tablet\:max_w-199vw {
    max-width: 199vw;
  }
  .tablet\:max_h-199vh {
    max-height: 199vh;
  }
  .tablet\:m-t-200\% {
    margin-top: 200%;
  }
  .tablet\:m-t--200\% {
    margin-top: -200%;
  }
  .tablet\:p-t-200\% {
    padding-top: 200%;
  }
  .tablet\:p-t--200\% {
    padding-top: -200%;
  }
  .tablet\:top-200\% {
    top: 200%;
  }
  .tablet\:top--200\% {
    top: -200%;
  }
  .tablet\:m-b-200\% {
    margin-bottom: 200%;
  }
  .tablet\:m-b--200\% {
    margin-bottom: -200%;
  }
  .tablet\:p-b-200\% {
    padding-bottom: 200%;
  }
  .tablet\:p-b--200\% {
    padding-bottom: -200%;
  }
  .tablet\:bottom-200\% {
    bottom: 200%;
  }
  .tablet\:bottom--200\% {
    bottom: -200%;
  }
  .tablet\:m-l-200\% {
    margin-left: 200%;
  }
  .tablet\:m-l--200\% {
    margin-left: -200%;
  }
  .tablet\:p-l-200\% {
    padding-left: 200%;
  }
  .tablet\:p-l--200\% {
    padding-left: -200%;
  }
  .tablet\:left-200\% {
    left: 200%;
  }
  .tablet\:left--200\% {
    left: -200%;
  }
  .tablet\:m-r-200\% {
    margin-right: 200%;
  }
  .tablet\:m-r--200\% {
    margin-right: -200%;
  }
  .tablet\:p-r-200\% {
    padding-right: 200%;
  }
  .tablet\:p-r--200\% {
    padding-right: -200%;
  }
  .tablet\:right-200\% {
    right: 200%;
  }
  .tablet\:right--200\% {
    right: -200%;
  }
  .tablet\:h-200\% {
    height: 200%;
  }
  .tablet\:w-200\% {
    width: 200%;
  }
  .tablet\:max_h-200\% {
    max-height: 200%;
  }
  .tablet\:max_w-200\% {
    max-width: 200%;
  }
  .tablet\:min_h-200\% {
    min-height: 200%;
  }
  .tablet\:min_w-200\% {
    min-width: 200%;
  }
  .tablet\:h-200vh {
    height: 200vh;
  }
  .tablet\:w-200vw {
    width: 200vw;
  }
  .tablet\:min_w-200vw {
    min-width: 200vw;
  }
  .tablet\:min_h-200vh {
    min-height: 200vh;
  }
  .tablet\:max_w-200vw {
    max-width: 200vw;
  }
  .tablet\:max_h-200vh {
    max-height: 200vh;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-t-1\% {
    margin-top: 1%;
  }
  .tablet-m\:m-t--1\% {
    margin-top: -1%;
  }
  .tablet-m\:p-t-1\% {
    padding-top: 1%;
  }
  .tablet-m\:p-t--1\% {
    padding-top: -1%;
  }
  .tablet-m\:top-1\% {
    top: 1%;
  }
  .tablet-m\:top--1\% {
    top: -1%;
  }
  .tablet-m\:m-b-1\% {
    margin-bottom: 1%;
  }
  .tablet-m\:m-b--1\% {
    margin-bottom: -1%;
  }
  .tablet-m\:p-b-1\% {
    padding-bottom: 1%;
  }
  .tablet-m\:p-b--1\% {
    padding-bottom: -1%;
  }
  .tablet-m\:bottom-1\% {
    bottom: 1%;
  }
  .tablet-m\:bottom--1\% {
    bottom: -1%;
  }
  .tablet-m\:m-l-1\% {
    margin-left: 1%;
  }
  .tablet-m\:m-l--1\% {
    margin-left: -1%;
  }
  .tablet-m\:p-l-1\% {
    padding-left: 1%;
  }
  .tablet-m\:p-l--1\% {
    padding-left: -1%;
  }
  .tablet-m\:left-1\% {
    left: 1%;
  }
  .tablet-m\:left--1\% {
    left: -1%;
  }
  .tablet-m\:m-r-1\% {
    margin-right: 1%;
  }
  .tablet-m\:m-r--1\% {
    margin-right: -1%;
  }
  .tablet-m\:p-r-1\% {
    padding-right: 1%;
  }
  .tablet-m\:p-r--1\% {
    padding-right: -1%;
  }
  .tablet-m\:right-1\% {
    right: 1%;
  }
  .tablet-m\:right--1\% {
    right: -1%;
  }
  .tablet-m\:h-1\% {
    height: 1%;
  }
  .tablet-m\:w-1\% {
    width: 1%;
  }
  .tablet-m\:max_h-1\% {
    max-height: 1%;
  }
  .tablet-m\:max_w-1\% {
    max-width: 1%;
  }
  .tablet-m\:min_h-1\% {
    min-height: 1%;
  }
  .tablet-m\:min_w-1\% {
    min-width: 1%;
  }
  .tablet-m\:h-1vh {
    height: 1vh;
  }
  .tablet-m\:w-1vw {
    width: 1vw;
  }
  .tablet-m\:min_w-1vw {
    min-width: 1vw;
  }
  .tablet-m\:min_h-1vh {
    min-height: 1vh;
  }
  .tablet-m\:max_w-1vw {
    max-width: 1vw;
  }
  .tablet-m\:max_h-1vh {
    max-height: 1vh;
  }
  .tablet-m\:m-t-2\% {
    margin-top: 2%;
  }
  .tablet-m\:m-t--2\% {
    margin-top: -2%;
  }
  .tablet-m\:p-t-2\% {
    padding-top: 2%;
  }
  .tablet-m\:p-t--2\% {
    padding-top: -2%;
  }
  .tablet-m\:top-2\% {
    top: 2%;
  }
  .tablet-m\:top--2\% {
    top: -2%;
  }
  .tablet-m\:m-b-2\% {
    margin-bottom: 2%;
  }
  .tablet-m\:m-b--2\% {
    margin-bottom: -2%;
  }
  .tablet-m\:p-b-2\% {
    padding-bottom: 2%;
  }
  .tablet-m\:p-b--2\% {
    padding-bottom: -2%;
  }
  .tablet-m\:bottom-2\% {
    bottom: 2%;
  }
  .tablet-m\:bottom--2\% {
    bottom: -2%;
  }
  .tablet-m\:m-l-2\% {
    margin-left: 2%;
  }
  .tablet-m\:m-l--2\% {
    margin-left: -2%;
  }
  .tablet-m\:p-l-2\% {
    padding-left: 2%;
  }
  .tablet-m\:p-l--2\% {
    padding-left: -2%;
  }
  .tablet-m\:left-2\% {
    left: 2%;
  }
  .tablet-m\:left--2\% {
    left: -2%;
  }
  .tablet-m\:m-r-2\% {
    margin-right: 2%;
  }
  .tablet-m\:m-r--2\% {
    margin-right: -2%;
  }
  .tablet-m\:p-r-2\% {
    padding-right: 2%;
  }
  .tablet-m\:p-r--2\% {
    padding-right: -2%;
  }
  .tablet-m\:right-2\% {
    right: 2%;
  }
  .tablet-m\:right--2\% {
    right: -2%;
  }
  .tablet-m\:h-2\% {
    height: 2%;
  }
  .tablet-m\:w-2\% {
    width: 2%;
  }
  .tablet-m\:max_h-2\% {
    max-height: 2%;
  }
  .tablet-m\:max_w-2\% {
    max-width: 2%;
  }
  .tablet-m\:min_h-2\% {
    min-height: 2%;
  }
  .tablet-m\:min_w-2\% {
    min-width: 2%;
  }
  .tablet-m\:h-2vh {
    height: 2vh;
  }
  .tablet-m\:w-2vw {
    width: 2vw;
  }
  .tablet-m\:min_w-2vw {
    min-width: 2vw;
  }
  .tablet-m\:min_h-2vh {
    min-height: 2vh;
  }
  .tablet-m\:max_w-2vw {
    max-width: 2vw;
  }
  .tablet-m\:max_h-2vh {
    max-height: 2vh;
  }
  .tablet-m\:m-t-3\% {
    margin-top: 3%;
  }
  .tablet-m\:m-t--3\% {
    margin-top: -3%;
  }
  .tablet-m\:p-t-3\% {
    padding-top: 3%;
  }
  .tablet-m\:p-t--3\% {
    padding-top: -3%;
  }
  .tablet-m\:top-3\% {
    top: 3%;
  }
  .tablet-m\:top--3\% {
    top: -3%;
  }
  .tablet-m\:m-b-3\% {
    margin-bottom: 3%;
  }
  .tablet-m\:m-b--3\% {
    margin-bottom: -3%;
  }
  .tablet-m\:p-b-3\% {
    padding-bottom: 3%;
  }
  .tablet-m\:p-b--3\% {
    padding-bottom: -3%;
  }
  .tablet-m\:bottom-3\% {
    bottom: 3%;
  }
  .tablet-m\:bottom--3\% {
    bottom: -3%;
  }
  .tablet-m\:m-l-3\% {
    margin-left: 3%;
  }
  .tablet-m\:m-l--3\% {
    margin-left: -3%;
  }
  .tablet-m\:p-l-3\% {
    padding-left: 3%;
  }
  .tablet-m\:p-l--3\% {
    padding-left: -3%;
  }
  .tablet-m\:left-3\% {
    left: 3%;
  }
  .tablet-m\:left--3\% {
    left: -3%;
  }
  .tablet-m\:m-r-3\% {
    margin-right: 3%;
  }
  .tablet-m\:m-r--3\% {
    margin-right: -3%;
  }
  .tablet-m\:p-r-3\% {
    padding-right: 3%;
  }
  .tablet-m\:p-r--3\% {
    padding-right: -3%;
  }
  .tablet-m\:right-3\% {
    right: 3%;
  }
  .tablet-m\:right--3\% {
    right: -3%;
  }
  .tablet-m\:h-3\% {
    height: 3%;
  }
  .tablet-m\:w-3\% {
    width: 3%;
  }
  .tablet-m\:max_h-3\% {
    max-height: 3%;
  }
  .tablet-m\:max_w-3\% {
    max-width: 3%;
  }
  .tablet-m\:min_h-3\% {
    min-height: 3%;
  }
  .tablet-m\:min_w-3\% {
    min-width: 3%;
  }
  .tablet-m\:h-3vh {
    height: 3vh;
  }
  .tablet-m\:w-3vw {
    width: 3vw;
  }
  .tablet-m\:min_w-3vw {
    min-width: 3vw;
  }
  .tablet-m\:min_h-3vh {
    min-height: 3vh;
  }
  .tablet-m\:max_w-3vw {
    max-width: 3vw;
  }
  .tablet-m\:max_h-3vh {
    max-height: 3vh;
  }
  .tablet-m\:m-t-4\% {
    margin-top: 4%;
  }
  .tablet-m\:m-t--4\% {
    margin-top: -4%;
  }
  .tablet-m\:p-t-4\% {
    padding-top: 4%;
  }
  .tablet-m\:p-t--4\% {
    padding-top: -4%;
  }
  .tablet-m\:top-4\% {
    top: 4%;
  }
  .tablet-m\:top--4\% {
    top: -4%;
  }
  .tablet-m\:m-b-4\% {
    margin-bottom: 4%;
  }
  .tablet-m\:m-b--4\% {
    margin-bottom: -4%;
  }
  .tablet-m\:p-b-4\% {
    padding-bottom: 4%;
  }
  .tablet-m\:p-b--4\% {
    padding-bottom: -4%;
  }
  .tablet-m\:bottom-4\% {
    bottom: 4%;
  }
  .tablet-m\:bottom--4\% {
    bottom: -4%;
  }
  .tablet-m\:m-l-4\% {
    margin-left: 4%;
  }
  .tablet-m\:m-l--4\% {
    margin-left: -4%;
  }
  .tablet-m\:p-l-4\% {
    padding-left: 4%;
  }
  .tablet-m\:p-l--4\% {
    padding-left: -4%;
  }
  .tablet-m\:left-4\% {
    left: 4%;
  }
  .tablet-m\:left--4\% {
    left: -4%;
  }
  .tablet-m\:m-r-4\% {
    margin-right: 4%;
  }
  .tablet-m\:m-r--4\% {
    margin-right: -4%;
  }
  .tablet-m\:p-r-4\% {
    padding-right: 4%;
  }
  .tablet-m\:p-r--4\% {
    padding-right: -4%;
  }
  .tablet-m\:right-4\% {
    right: 4%;
  }
  .tablet-m\:right--4\% {
    right: -4%;
  }
  .tablet-m\:h-4\% {
    height: 4%;
  }
  .tablet-m\:w-4\% {
    width: 4%;
  }
  .tablet-m\:max_h-4\% {
    max-height: 4%;
  }
  .tablet-m\:max_w-4\% {
    max-width: 4%;
  }
  .tablet-m\:min_h-4\% {
    min-height: 4%;
  }
  .tablet-m\:min_w-4\% {
    min-width: 4%;
  }
  .tablet-m\:h-4vh {
    height: 4vh;
  }
  .tablet-m\:w-4vw {
    width: 4vw;
  }
  .tablet-m\:min_w-4vw {
    min-width: 4vw;
  }
  .tablet-m\:min_h-4vh {
    min-height: 4vh;
  }
  .tablet-m\:max_w-4vw {
    max-width: 4vw;
  }
  .tablet-m\:max_h-4vh {
    max-height: 4vh;
  }
  .tablet-m\:m-t-5\% {
    margin-top: 5%;
  }
  .tablet-m\:m-t--5\% {
    margin-top: -5%;
  }
  .tablet-m\:p-t-5\% {
    padding-top: 5%;
  }
  .tablet-m\:p-t--5\% {
    padding-top: -5%;
  }
  .tablet-m\:top-5\% {
    top: 5%;
  }
  .tablet-m\:top--5\% {
    top: -5%;
  }
  .tablet-m\:m-b-5\% {
    margin-bottom: 5%;
  }
  .tablet-m\:m-b--5\% {
    margin-bottom: -5%;
  }
  .tablet-m\:p-b-5\% {
    padding-bottom: 5%;
  }
  .tablet-m\:p-b--5\% {
    padding-bottom: -5%;
  }
  .tablet-m\:bottom-5\% {
    bottom: 5%;
  }
  .tablet-m\:bottom--5\% {
    bottom: -5%;
  }
  .tablet-m\:m-l-5\% {
    margin-left: 5%;
  }
  .tablet-m\:m-l--5\% {
    margin-left: -5%;
  }
  .tablet-m\:p-l-5\% {
    padding-left: 5%;
  }
  .tablet-m\:p-l--5\% {
    padding-left: -5%;
  }
  .tablet-m\:left-5\% {
    left: 5%;
  }
  .tablet-m\:left--5\% {
    left: -5%;
  }
  .tablet-m\:m-r-5\% {
    margin-right: 5%;
  }
  .tablet-m\:m-r--5\% {
    margin-right: -5%;
  }
  .tablet-m\:p-r-5\% {
    padding-right: 5%;
  }
  .tablet-m\:p-r--5\% {
    padding-right: -5%;
  }
  .tablet-m\:right-5\% {
    right: 5%;
  }
  .tablet-m\:right--5\% {
    right: -5%;
  }
  .tablet-m\:h-5\% {
    height: 5%;
  }
  .tablet-m\:w-5\% {
    width: 5%;
  }
  .tablet-m\:max_h-5\% {
    max-height: 5%;
  }
  .tablet-m\:max_w-5\% {
    max-width: 5%;
  }
  .tablet-m\:min_h-5\% {
    min-height: 5%;
  }
  .tablet-m\:min_w-5\% {
    min-width: 5%;
  }
  .tablet-m\:h-5vh {
    height: 5vh;
  }
  .tablet-m\:w-5vw {
    width: 5vw;
  }
  .tablet-m\:min_w-5vw {
    min-width: 5vw;
  }
  .tablet-m\:min_h-5vh {
    min-height: 5vh;
  }
  .tablet-m\:max_w-5vw {
    max-width: 5vw;
  }
  .tablet-m\:max_h-5vh {
    max-height: 5vh;
  }
  .tablet-m\:m-t-6\% {
    margin-top: 6%;
  }
  .tablet-m\:m-t--6\% {
    margin-top: -6%;
  }
  .tablet-m\:p-t-6\% {
    padding-top: 6%;
  }
  .tablet-m\:p-t--6\% {
    padding-top: -6%;
  }
  .tablet-m\:top-6\% {
    top: 6%;
  }
  .tablet-m\:top--6\% {
    top: -6%;
  }
  .tablet-m\:m-b-6\% {
    margin-bottom: 6%;
  }
  .tablet-m\:m-b--6\% {
    margin-bottom: -6%;
  }
  .tablet-m\:p-b-6\% {
    padding-bottom: 6%;
  }
  .tablet-m\:p-b--6\% {
    padding-bottom: -6%;
  }
  .tablet-m\:bottom-6\% {
    bottom: 6%;
  }
  .tablet-m\:bottom--6\% {
    bottom: -6%;
  }
  .tablet-m\:m-l-6\% {
    margin-left: 6%;
  }
  .tablet-m\:m-l--6\% {
    margin-left: -6%;
  }
  .tablet-m\:p-l-6\% {
    padding-left: 6%;
  }
  .tablet-m\:p-l--6\% {
    padding-left: -6%;
  }
  .tablet-m\:left-6\% {
    left: 6%;
  }
  .tablet-m\:left--6\% {
    left: -6%;
  }
  .tablet-m\:m-r-6\% {
    margin-right: 6%;
  }
  .tablet-m\:m-r--6\% {
    margin-right: -6%;
  }
  .tablet-m\:p-r-6\% {
    padding-right: 6%;
  }
  .tablet-m\:p-r--6\% {
    padding-right: -6%;
  }
  .tablet-m\:right-6\% {
    right: 6%;
  }
  .tablet-m\:right--6\% {
    right: -6%;
  }
  .tablet-m\:h-6\% {
    height: 6%;
  }
  .tablet-m\:w-6\% {
    width: 6%;
  }
  .tablet-m\:max_h-6\% {
    max-height: 6%;
  }
  .tablet-m\:max_w-6\% {
    max-width: 6%;
  }
  .tablet-m\:min_h-6\% {
    min-height: 6%;
  }
  .tablet-m\:min_w-6\% {
    min-width: 6%;
  }
  .tablet-m\:h-6vh {
    height: 6vh;
  }
  .tablet-m\:w-6vw {
    width: 6vw;
  }
  .tablet-m\:min_w-6vw {
    min-width: 6vw;
  }
  .tablet-m\:min_h-6vh {
    min-height: 6vh;
  }
  .tablet-m\:max_w-6vw {
    max-width: 6vw;
  }
  .tablet-m\:max_h-6vh {
    max-height: 6vh;
  }
  .tablet-m\:m-t-7\% {
    margin-top: 7%;
  }
  .tablet-m\:m-t--7\% {
    margin-top: -7%;
  }
  .tablet-m\:p-t-7\% {
    padding-top: 7%;
  }
  .tablet-m\:p-t--7\% {
    padding-top: -7%;
  }
  .tablet-m\:top-7\% {
    top: 7%;
  }
  .tablet-m\:top--7\% {
    top: -7%;
  }
  .tablet-m\:m-b-7\% {
    margin-bottom: 7%;
  }
  .tablet-m\:m-b--7\% {
    margin-bottom: -7%;
  }
  .tablet-m\:p-b-7\% {
    padding-bottom: 7%;
  }
  .tablet-m\:p-b--7\% {
    padding-bottom: -7%;
  }
  .tablet-m\:bottom-7\% {
    bottom: 7%;
  }
  .tablet-m\:bottom--7\% {
    bottom: -7%;
  }
  .tablet-m\:m-l-7\% {
    margin-left: 7%;
  }
  .tablet-m\:m-l--7\% {
    margin-left: -7%;
  }
  .tablet-m\:p-l-7\% {
    padding-left: 7%;
  }
  .tablet-m\:p-l--7\% {
    padding-left: -7%;
  }
  .tablet-m\:left-7\% {
    left: 7%;
  }
  .tablet-m\:left--7\% {
    left: -7%;
  }
  .tablet-m\:m-r-7\% {
    margin-right: 7%;
  }
  .tablet-m\:m-r--7\% {
    margin-right: -7%;
  }
  .tablet-m\:p-r-7\% {
    padding-right: 7%;
  }
  .tablet-m\:p-r--7\% {
    padding-right: -7%;
  }
  .tablet-m\:right-7\% {
    right: 7%;
  }
  .tablet-m\:right--7\% {
    right: -7%;
  }
  .tablet-m\:h-7\% {
    height: 7%;
  }
  .tablet-m\:w-7\% {
    width: 7%;
  }
  .tablet-m\:max_h-7\% {
    max-height: 7%;
  }
  .tablet-m\:max_w-7\% {
    max-width: 7%;
  }
  .tablet-m\:min_h-7\% {
    min-height: 7%;
  }
  .tablet-m\:min_w-7\% {
    min-width: 7%;
  }
  .tablet-m\:h-7vh {
    height: 7vh;
  }
  .tablet-m\:w-7vw {
    width: 7vw;
  }
  .tablet-m\:min_w-7vw {
    min-width: 7vw;
  }
  .tablet-m\:min_h-7vh {
    min-height: 7vh;
  }
  .tablet-m\:max_w-7vw {
    max-width: 7vw;
  }
  .tablet-m\:max_h-7vh {
    max-height: 7vh;
  }
  .tablet-m\:m-t-8\% {
    margin-top: 8%;
  }
  .tablet-m\:m-t--8\% {
    margin-top: -8%;
  }
  .tablet-m\:p-t-8\% {
    padding-top: 8%;
  }
  .tablet-m\:p-t--8\% {
    padding-top: -8%;
  }
  .tablet-m\:top-8\% {
    top: 8%;
  }
  .tablet-m\:top--8\% {
    top: -8%;
  }
  .tablet-m\:m-b-8\% {
    margin-bottom: 8%;
  }
  .tablet-m\:m-b--8\% {
    margin-bottom: -8%;
  }
  .tablet-m\:p-b-8\% {
    padding-bottom: 8%;
  }
  .tablet-m\:p-b--8\% {
    padding-bottom: -8%;
  }
  .tablet-m\:bottom-8\% {
    bottom: 8%;
  }
  .tablet-m\:bottom--8\% {
    bottom: -8%;
  }
  .tablet-m\:m-l-8\% {
    margin-left: 8%;
  }
  .tablet-m\:m-l--8\% {
    margin-left: -8%;
  }
  .tablet-m\:p-l-8\% {
    padding-left: 8%;
  }
  .tablet-m\:p-l--8\% {
    padding-left: -8%;
  }
  .tablet-m\:left-8\% {
    left: 8%;
  }
  .tablet-m\:left--8\% {
    left: -8%;
  }
  .tablet-m\:m-r-8\% {
    margin-right: 8%;
  }
  .tablet-m\:m-r--8\% {
    margin-right: -8%;
  }
  .tablet-m\:p-r-8\% {
    padding-right: 8%;
  }
  .tablet-m\:p-r--8\% {
    padding-right: -8%;
  }
  .tablet-m\:right-8\% {
    right: 8%;
  }
  .tablet-m\:right--8\% {
    right: -8%;
  }
  .tablet-m\:h-8\% {
    height: 8%;
  }
  .tablet-m\:w-8\% {
    width: 8%;
  }
  .tablet-m\:max_h-8\% {
    max-height: 8%;
  }
  .tablet-m\:max_w-8\% {
    max-width: 8%;
  }
  .tablet-m\:min_h-8\% {
    min-height: 8%;
  }
  .tablet-m\:min_w-8\% {
    min-width: 8%;
  }
  .tablet-m\:h-8vh {
    height: 8vh;
  }
  .tablet-m\:w-8vw {
    width: 8vw;
  }
  .tablet-m\:min_w-8vw {
    min-width: 8vw;
  }
  .tablet-m\:min_h-8vh {
    min-height: 8vh;
  }
  .tablet-m\:max_w-8vw {
    max-width: 8vw;
  }
  .tablet-m\:max_h-8vh {
    max-height: 8vh;
  }
  .tablet-m\:m-t-9\% {
    margin-top: 9%;
  }
  .tablet-m\:m-t--9\% {
    margin-top: -9%;
  }
  .tablet-m\:p-t-9\% {
    padding-top: 9%;
  }
  .tablet-m\:p-t--9\% {
    padding-top: -9%;
  }
  .tablet-m\:top-9\% {
    top: 9%;
  }
  .tablet-m\:top--9\% {
    top: -9%;
  }
  .tablet-m\:m-b-9\% {
    margin-bottom: 9%;
  }
  .tablet-m\:m-b--9\% {
    margin-bottom: -9%;
  }
  .tablet-m\:p-b-9\% {
    padding-bottom: 9%;
  }
  .tablet-m\:p-b--9\% {
    padding-bottom: -9%;
  }
  .tablet-m\:bottom-9\% {
    bottom: 9%;
  }
  .tablet-m\:bottom--9\% {
    bottom: -9%;
  }
  .tablet-m\:m-l-9\% {
    margin-left: 9%;
  }
  .tablet-m\:m-l--9\% {
    margin-left: -9%;
  }
  .tablet-m\:p-l-9\% {
    padding-left: 9%;
  }
  .tablet-m\:p-l--9\% {
    padding-left: -9%;
  }
  .tablet-m\:left-9\% {
    left: 9%;
  }
  .tablet-m\:left--9\% {
    left: -9%;
  }
  .tablet-m\:m-r-9\% {
    margin-right: 9%;
  }
  .tablet-m\:m-r--9\% {
    margin-right: -9%;
  }
  .tablet-m\:p-r-9\% {
    padding-right: 9%;
  }
  .tablet-m\:p-r--9\% {
    padding-right: -9%;
  }
  .tablet-m\:right-9\% {
    right: 9%;
  }
  .tablet-m\:right--9\% {
    right: -9%;
  }
  .tablet-m\:h-9\% {
    height: 9%;
  }
  .tablet-m\:w-9\% {
    width: 9%;
  }
  .tablet-m\:max_h-9\% {
    max-height: 9%;
  }
  .tablet-m\:max_w-9\% {
    max-width: 9%;
  }
  .tablet-m\:min_h-9\% {
    min-height: 9%;
  }
  .tablet-m\:min_w-9\% {
    min-width: 9%;
  }
  .tablet-m\:h-9vh {
    height: 9vh;
  }
  .tablet-m\:w-9vw {
    width: 9vw;
  }
  .tablet-m\:min_w-9vw {
    min-width: 9vw;
  }
  .tablet-m\:min_h-9vh {
    min-height: 9vh;
  }
  .tablet-m\:max_w-9vw {
    max-width: 9vw;
  }
  .tablet-m\:max_h-9vh {
    max-height: 9vh;
  }
  .tablet-m\:m-t-10\% {
    margin-top: 10%;
  }
  .tablet-m\:m-t--10\% {
    margin-top: -10%;
  }
  .tablet-m\:p-t-10\% {
    padding-top: 10%;
  }
  .tablet-m\:p-t--10\% {
    padding-top: -10%;
  }
  .tablet-m\:top-10\% {
    top: 10%;
  }
  .tablet-m\:top--10\% {
    top: -10%;
  }
  .tablet-m\:m-b-10\% {
    margin-bottom: 10%;
  }
  .tablet-m\:m-b--10\% {
    margin-bottom: -10%;
  }
  .tablet-m\:p-b-10\% {
    padding-bottom: 10%;
  }
  .tablet-m\:p-b--10\% {
    padding-bottom: -10%;
  }
  .tablet-m\:bottom-10\% {
    bottom: 10%;
  }
  .tablet-m\:bottom--10\% {
    bottom: -10%;
  }
  .tablet-m\:m-l-10\% {
    margin-left: 10%;
  }
  .tablet-m\:m-l--10\% {
    margin-left: -10%;
  }
  .tablet-m\:p-l-10\% {
    padding-left: 10%;
  }
  .tablet-m\:p-l--10\% {
    padding-left: -10%;
  }
  .tablet-m\:left-10\% {
    left: 10%;
  }
  .tablet-m\:left--10\% {
    left: -10%;
  }
  .tablet-m\:m-r-10\% {
    margin-right: 10%;
  }
  .tablet-m\:m-r--10\% {
    margin-right: -10%;
  }
  .tablet-m\:p-r-10\% {
    padding-right: 10%;
  }
  .tablet-m\:p-r--10\% {
    padding-right: -10%;
  }
  .tablet-m\:right-10\% {
    right: 10%;
  }
  .tablet-m\:right--10\% {
    right: -10%;
  }
  .tablet-m\:h-10\% {
    height: 10%;
  }
  .tablet-m\:w-10\% {
    width: 10%;
  }
  .tablet-m\:max_h-10\% {
    max-height: 10%;
  }
  .tablet-m\:max_w-10\% {
    max-width: 10%;
  }
  .tablet-m\:min_h-10\% {
    min-height: 10%;
  }
  .tablet-m\:min_w-10\% {
    min-width: 10%;
  }
  .tablet-m\:h-10vh {
    height: 10vh;
  }
  .tablet-m\:w-10vw {
    width: 10vw;
  }
  .tablet-m\:min_w-10vw {
    min-width: 10vw;
  }
  .tablet-m\:min_h-10vh {
    min-height: 10vh;
  }
  .tablet-m\:max_w-10vw {
    max-width: 10vw;
  }
  .tablet-m\:max_h-10vh {
    max-height: 10vh;
  }
  .tablet-m\:m-t-11\% {
    margin-top: 11%;
  }
  .tablet-m\:m-t--11\% {
    margin-top: -11%;
  }
  .tablet-m\:p-t-11\% {
    padding-top: 11%;
  }
  .tablet-m\:p-t--11\% {
    padding-top: -11%;
  }
  .tablet-m\:top-11\% {
    top: 11%;
  }
  .tablet-m\:top--11\% {
    top: -11%;
  }
  .tablet-m\:m-b-11\% {
    margin-bottom: 11%;
  }
  .tablet-m\:m-b--11\% {
    margin-bottom: -11%;
  }
  .tablet-m\:p-b-11\% {
    padding-bottom: 11%;
  }
  .tablet-m\:p-b--11\% {
    padding-bottom: -11%;
  }
  .tablet-m\:bottom-11\% {
    bottom: 11%;
  }
  .tablet-m\:bottom--11\% {
    bottom: -11%;
  }
  .tablet-m\:m-l-11\% {
    margin-left: 11%;
  }
  .tablet-m\:m-l--11\% {
    margin-left: -11%;
  }
  .tablet-m\:p-l-11\% {
    padding-left: 11%;
  }
  .tablet-m\:p-l--11\% {
    padding-left: -11%;
  }
  .tablet-m\:left-11\% {
    left: 11%;
  }
  .tablet-m\:left--11\% {
    left: -11%;
  }
  .tablet-m\:m-r-11\% {
    margin-right: 11%;
  }
  .tablet-m\:m-r--11\% {
    margin-right: -11%;
  }
  .tablet-m\:p-r-11\% {
    padding-right: 11%;
  }
  .tablet-m\:p-r--11\% {
    padding-right: -11%;
  }
  .tablet-m\:right-11\% {
    right: 11%;
  }
  .tablet-m\:right--11\% {
    right: -11%;
  }
  .tablet-m\:h-11\% {
    height: 11%;
  }
  .tablet-m\:w-11\% {
    width: 11%;
  }
  .tablet-m\:max_h-11\% {
    max-height: 11%;
  }
  .tablet-m\:max_w-11\% {
    max-width: 11%;
  }
  .tablet-m\:min_h-11\% {
    min-height: 11%;
  }
  .tablet-m\:min_w-11\% {
    min-width: 11%;
  }
  .tablet-m\:h-11vh {
    height: 11vh;
  }
  .tablet-m\:w-11vw {
    width: 11vw;
  }
  .tablet-m\:min_w-11vw {
    min-width: 11vw;
  }
  .tablet-m\:min_h-11vh {
    min-height: 11vh;
  }
  .tablet-m\:max_w-11vw {
    max-width: 11vw;
  }
  .tablet-m\:max_h-11vh {
    max-height: 11vh;
  }
  .tablet-m\:m-t-12\% {
    margin-top: 12%;
  }
  .tablet-m\:m-t--12\% {
    margin-top: -12%;
  }
  .tablet-m\:p-t-12\% {
    padding-top: 12%;
  }
  .tablet-m\:p-t--12\% {
    padding-top: -12%;
  }
  .tablet-m\:top-12\% {
    top: 12%;
  }
  .tablet-m\:top--12\% {
    top: -12%;
  }
  .tablet-m\:m-b-12\% {
    margin-bottom: 12%;
  }
  .tablet-m\:m-b--12\% {
    margin-bottom: -12%;
  }
  .tablet-m\:p-b-12\% {
    padding-bottom: 12%;
  }
  .tablet-m\:p-b--12\% {
    padding-bottom: -12%;
  }
  .tablet-m\:bottom-12\% {
    bottom: 12%;
  }
  .tablet-m\:bottom--12\% {
    bottom: -12%;
  }
  .tablet-m\:m-l-12\% {
    margin-left: 12%;
  }
  .tablet-m\:m-l--12\% {
    margin-left: -12%;
  }
  .tablet-m\:p-l-12\% {
    padding-left: 12%;
  }
  .tablet-m\:p-l--12\% {
    padding-left: -12%;
  }
  .tablet-m\:left-12\% {
    left: 12%;
  }
  .tablet-m\:left--12\% {
    left: -12%;
  }
  .tablet-m\:m-r-12\% {
    margin-right: 12%;
  }
  .tablet-m\:m-r--12\% {
    margin-right: -12%;
  }
  .tablet-m\:p-r-12\% {
    padding-right: 12%;
  }
  .tablet-m\:p-r--12\% {
    padding-right: -12%;
  }
  .tablet-m\:right-12\% {
    right: 12%;
  }
  .tablet-m\:right--12\% {
    right: -12%;
  }
  .tablet-m\:h-12\% {
    height: 12%;
  }
  .tablet-m\:w-12\% {
    width: 12%;
  }
  .tablet-m\:max_h-12\% {
    max-height: 12%;
  }
  .tablet-m\:max_w-12\% {
    max-width: 12%;
  }
  .tablet-m\:min_h-12\% {
    min-height: 12%;
  }
  .tablet-m\:min_w-12\% {
    min-width: 12%;
  }
  .tablet-m\:h-12vh {
    height: 12vh;
  }
  .tablet-m\:w-12vw {
    width: 12vw;
  }
  .tablet-m\:min_w-12vw {
    min-width: 12vw;
  }
  .tablet-m\:min_h-12vh {
    min-height: 12vh;
  }
  .tablet-m\:max_w-12vw {
    max-width: 12vw;
  }
  .tablet-m\:max_h-12vh {
    max-height: 12vh;
  }
  .tablet-m\:m-t-13\% {
    margin-top: 13%;
  }
  .tablet-m\:m-t--13\% {
    margin-top: -13%;
  }
  .tablet-m\:p-t-13\% {
    padding-top: 13%;
  }
  .tablet-m\:p-t--13\% {
    padding-top: -13%;
  }
  .tablet-m\:top-13\% {
    top: 13%;
  }
  .tablet-m\:top--13\% {
    top: -13%;
  }
  .tablet-m\:m-b-13\% {
    margin-bottom: 13%;
  }
  .tablet-m\:m-b--13\% {
    margin-bottom: -13%;
  }
  .tablet-m\:p-b-13\% {
    padding-bottom: 13%;
  }
  .tablet-m\:p-b--13\% {
    padding-bottom: -13%;
  }
  .tablet-m\:bottom-13\% {
    bottom: 13%;
  }
  .tablet-m\:bottom--13\% {
    bottom: -13%;
  }
  .tablet-m\:m-l-13\% {
    margin-left: 13%;
  }
  .tablet-m\:m-l--13\% {
    margin-left: -13%;
  }
  .tablet-m\:p-l-13\% {
    padding-left: 13%;
  }
  .tablet-m\:p-l--13\% {
    padding-left: -13%;
  }
  .tablet-m\:left-13\% {
    left: 13%;
  }
  .tablet-m\:left--13\% {
    left: -13%;
  }
  .tablet-m\:m-r-13\% {
    margin-right: 13%;
  }
  .tablet-m\:m-r--13\% {
    margin-right: -13%;
  }
  .tablet-m\:p-r-13\% {
    padding-right: 13%;
  }
  .tablet-m\:p-r--13\% {
    padding-right: -13%;
  }
  .tablet-m\:right-13\% {
    right: 13%;
  }
  .tablet-m\:right--13\% {
    right: -13%;
  }
  .tablet-m\:h-13\% {
    height: 13%;
  }
  .tablet-m\:w-13\% {
    width: 13%;
  }
  .tablet-m\:max_h-13\% {
    max-height: 13%;
  }
  .tablet-m\:max_w-13\% {
    max-width: 13%;
  }
  .tablet-m\:min_h-13\% {
    min-height: 13%;
  }
  .tablet-m\:min_w-13\% {
    min-width: 13%;
  }
  .tablet-m\:h-13vh {
    height: 13vh;
  }
  .tablet-m\:w-13vw {
    width: 13vw;
  }
  .tablet-m\:min_w-13vw {
    min-width: 13vw;
  }
  .tablet-m\:min_h-13vh {
    min-height: 13vh;
  }
  .tablet-m\:max_w-13vw {
    max-width: 13vw;
  }
  .tablet-m\:max_h-13vh {
    max-height: 13vh;
  }
  .tablet-m\:m-t-14\% {
    margin-top: 14%;
  }
  .tablet-m\:m-t--14\% {
    margin-top: -14%;
  }
  .tablet-m\:p-t-14\% {
    padding-top: 14%;
  }
  .tablet-m\:p-t--14\% {
    padding-top: -14%;
  }
  .tablet-m\:top-14\% {
    top: 14%;
  }
  .tablet-m\:top--14\% {
    top: -14%;
  }
  .tablet-m\:m-b-14\% {
    margin-bottom: 14%;
  }
  .tablet-m\:m-b--14\% {
    margin-bottom: -14%;
  }
  .tablet-m\:p-b-14\% {
    padding-bottom: 14%;
  }
  .tablet-m\:p-b--14\% {
    padding-bottom: -14%;
  }
  .tablet-m\:bottom-14\% {
    bottom: 14%;
  }
  .tablet-m\:bottom--14\% {
    bottom: -14%;
  }
  .tablet-m\:m-l-14\% {
    margin-left: 14%;
  }
  .tablet-m\:m-l--14\% {
    margin-left: -14%;
  }
  .tablet-m\:p-l-14\% {
    padding-left: 14%;
  }
  .tablet-m\:p-l--14\% {
    padding-left: -14%;
  }
  .tablet-m\:left-14\% {
    left: 14%;
  }
  .tablet-m\:left--14\% {
    left: -14%;
  }
  .tablet-m\:m-r-14\% {
    margin-right: 14%;
  }
  .tablet-m\:m-r--14\% {
    margin-right: -14%;
  }
  .tablet-m\:p-r-14\% {
    padding-right: 14%;
  }
  .tablet-m\:p-r--14\% {
    padding-right: -14%;
  }
  .tablet-m\:right-14\% {
    right: 14%;
  }
  .tablet-m\:right--14\% {
    right: -14%;
  }
  .tablet-m\:h-14\% {
    height: 14%;
  }
  .tablet-m\:w-14\% {
    width: 14%;
  }
  .tablet-m\:max_h-14\% {
    max-height: 14%;
  }
  .tablet-m\:max_w-14\% {
    max-width: 14%;
  }
  .tablet-m\:min_h-14\% {
    min-height: 14%;
  }
  .tablet-m\:min_w-14\% {
    min-width: 14%;
  }
  .tablet-m\:h-14vh {
    height: 14vh;
  }
  .tablet-m\:w-14vw {
    width: 14vw;
  }
  .tablet-m\:min_w-14vw {
    min-width: 14vw;
  }
  .tablet-m\:min_h-14vh {
    min-height: 14vh;
  }
  .tablet-m\:max_w-14vw {
    max-width: 14vw;
  }
  .tablet-m\:max_h-14vh {
    max-height: 14vh;
  }
  .tablet-m\:m-t-15\% {
    margin-top: 15%;
  }
  .tablet-m\:m-t--15\% {
    margin-top: -15%;
  }
  .tablet-m\:p-t-15\% {
    padding-top: 15%;
  }
  .tablet-m\:p-t--15\% {
    padding-top: -15%;
  }
  .tablet-m\:top-15\% {
    top: 15%;
  }
  .tablet-m\:top--15\% {
    top: -15%;
  }
  .tablet-m\:m-b-15\% {
    margin-bottom: 15%;
  }
  .tablet-m\:m-b--15\% {
    margin-bottom: -15%;
  }
  .tablet-m\:p-b-15\% {
    padding-bottom: 15%;
  }
  .tablet-m\:p-b--15\% {
    padding-bottom: -15%;
  }
  .tablet-m\:bottom-15\% {
    bottom: 15%;
  }
  .tablet-m\:bottom--15\% {
    bottom: -15%;
  }
  .tablet-m\:m-l-15\% {
    margin-left: 15%;
  }
  .tablet-m\:m-l--15\% {
    margin-left: -15%;
  }
  .tablet-m\:p-l-15\% {
    padding-left: 15%;
  }
  .tablet-m\:p-l--15\% {
    padding-left: -15%;
  }
  .tablet-m\:left-15\% {
    left: 15%;
  }
  .tablet-m\:left--15\% {
    left: -15%;
  }
  .tablet-m\:m-r-15\% {
    margin-right: 15%;
  }
  .tablet-m\:m-r--15\% {
    margin-right: -15%;
  }
  .tablet-m\:p-r-15\% {
    padding-right: 15%;
  }
  .tablet-m\:p-r--15\% {
    padding-right: -15%;
  }
  .tablet-m\:right-15\% {
    right: 15%;
  }
  .tablet-m\:right--15\% {
    right: -15%;
  }
  .tablet-m\:h-15\% {
    height: 15%;
  }
  .tablet-m\:w-15\% {
    width: 15%;
  }
  .tablet-m\:max_h-15\% {
    max-height: 15%;
  }
  .tablet-m\:max_w-15\% {
    max-width: 15%;
  }
  .tablet-m\:min_h-15\% {
    min-height: 15%;
  }
  .tablet-m\:min_w-15\% {
    min-width: 15%;
  }
  .tablet-m\:h-15vh {
    height: 15vh;
  }
  .tablet-m\:w-15vw {
    width: 15vw;
  }
  .tablet-m\:min_w-15vw {
    min-width: 15vw;
  }
  .tablet-m\:min_h-15vh {
    min-height: 15vh;
  }
  .tablet-m\:max_w-15vw {
    max-width: 15vw;
  }
  .tablet-m\:max_h-15vh {
    max-height: 15vh;
  }
  .tablet-m\:m-t-16\% {
    margin-top: 16%;
  }
  .tablet-m\:m-t--16\% {
    margin-top: -16%;
  }
  .tablet-m\:p-t-16\% {
    padding-top: 16%;
  }
  .tablet-m\:p-t--16\% {
    padding-top: -16%;
  }
  .tablet-m\:top-16\% {
    top: 16%;
  }
  .tablet-m\:top--16\% {
    top: -16%;
  }
  .tablet-m\:m-b-16\% {
    margin-bottom: 16%;
  }
  .tablet-m\:m-b--16\% {
    margin-bottom: -16%;
  }
  .tablet-m\:p-b-16\% {
    padding-bottom: 16%;
  }
  .tablet-m\:p-b--16\% {
    padding-bottom: -16%;
  }
  .tablet-m\:bottom-16\% {
    bottom: 16%;
  }
  .tablet-m\:bottom--16\% {
    bottom: -16%;
  }
  .tablet-m\:m-l-16\% {
    margin-left: 16%;
  }
  .tablet-m\:m-l--16\% {
    margin-left: -16%;
  }
  .tablet-m\:p-l-16\% {
    padding-left: 16%;
  }
  .tablet-m\:p-l--16\% {
    padding-left: -16%;
  }
  .tablet-m\:left-16\% {
    left: 16%;
  }
  .tablet-m\:left--16\% {
    left: -16%;
  }
  .tablet-m\:m-r-16\% {
    margin-right: 16%;
  }
  .tablet-m\:m-r--16\% {
    margin-right: -16%;
  }
  .tablet-m\:p-r-16\% {
    padding-right: 16%;
  }
  .tablet-m\:p-r--16\% {
    padding-right: -16%;
  }
  .tablet-m\:right-16\% {
    right: 16%;
  }
  .tablet-m\:right--16\% {
    right: -16%;
  }
  .tablet-m\:h-16\% {
    height: 16%;
  }
  .tablet-m\:w-16\% {
    width: 16%;
  }
  .tablet-m\:max_h-16\% {
    max-height: 16%;
  }
  .tablet-m\:max_w-16\% {
    max-width: 16%;
  }
  .tablet-m\:min_h-16\% {
    min-height: 16%;
  }
  .tablet-m\:min_w-16\% {
    min-width: 16%;
  }
  .tablet-m\:h-16vh {
    height: 16vh;
  }
  .tablet-m\:w-16vw {
    width: 16vw;
  }
  .tablet-m\:min_w-16vw {
    min-width: 16vw;
  }
  .tablet-m\:min_h-16vh {
    min-height: 16vh;
  }
  .tablet-m\:max_w-16vw {
    max-width: 16vw;
  }
  .tablet-m\:max_h-16vh {
    max-height: 16vh;
  }
  .tablet-m\:m-t-17\% {
    margin-top: 17%;
  }
  .tablet-m\:m-t--17\% {
    margin-top: -17%;
  }
  .tablet-m\:p-t-17\% {
    padding-top: 17%;
  }
  .tablet-m\:p-t--17\% {
    padding-top: -17%;
  }
  .tablet-m\:top-17\% {
    top: 17%;
  }
  .tablet-m\:top--17\% {
    top: -17%;
  }
  .tablet-m\:m-b-17\% {
    margin-bottom: 17%;
  }
  .tablet-m\:m-b--17\% {
    margin-bottom: -17%;
  }
  .tablet-m\:p-b-17\% {
    padding-bottom: 17%;
  }
  .tablet-m\:p-b--17\% {
    padding-bottom: -17%;
  }
  .tablet-m\:bottom-17\% {
    bottom: 17%;
  }
  .tablet-m\:bottom--17\% {
    bottom: -17%;
  }
  .tablet-m\:m-l-17\% {
    margin-left: 17%;
  }
  .tablet-m\:m-l--17\% {
    margin-left: -17%;
  }
  .tablet-m\:p-l-17\% {
    padding-left: 17%;
  }
  .tablet-m\:p-l--17\% {
    padding-left: -17%;
  }
  .tablet-m\:left-17\% {
    left: 17%;
  }
  .tablet-m\:left--17\% {
    left: -17%;
  }
  .tablet-m\:m-r-17\% {
    margin-right: 17%;
  }
  .tablet-m\:m-r--17\% {
    margin-right: -17%;
  }
  .tablet-m\:p-r-17\% {
    padding-right: 17%;
  }
  .tablet-m\:p-r--17\% {
    padding-right: -17%;
  }
  .tablet-m\:right-17\% {
    right: 17%;
  }
  .tablet-m\:right--17\% {
    right: -17%;
  }
  .tablet-m\:h-17\% {
    height: 17%;
  }
  .tablet-m\:w-17\% {
    width: 17%;
  }
  .tablet-m\:max_h-17\% {
    max-height: 17%;
  }
  .tablet-m\:max_w-17\% {
    max-width: 17%;
  }
  .tablet-m\:min_h-17\% {
    min-height: 17%;
  }
  .tablet-m\:min_w-17\% {
    min-width: 17%;
  }
  .tablet-m\:h-17vh {
    height: 17vh;
  }
  .tablet-m\:w-17vw {
    width: 17vw;
  }
  .tablet-m\:min_w-17vw {
    min-width: 17vw;
  }
  .tablet-m\:min_h-17vh {
    min-height: 17vh;
  }
  .tablet-m\:max_w-17vw {
    max-width: 17vw;
  }
  .tablet-m\:max_h-17vh {
    max-height: 17vh;
  }
  .tablet-m\:m-t-18\% {
    margin-top: 18%;
  }
  .tablet-m\:m-t--18\% {
    margin-top: -18%;
  }
  .tablet-m\:p-t-18\% {
    padding-top: 18%;
  }
  .tablet-m\:p-t--18\% {
    padding-top: -18%;
  }
  .tablet-m\:top-18\% {
    top: 18%;
  }
  .tablet-m\:top--18\% {
    top: -18%;
  }
  .tablet-m\:m-b-18\% {
    margin-bottom: 18%;
  }
  .tablet-m\:m-b--18\% {
    margin-bottom: -18%;
  }
  .tablet-m\:p-b-18\% {
    padding-bottom: 18%;
  }
  .tablet-m\:p-b--18\% {
    padding-bottom: -18%;
  }
  .tablet-m\:bottom-18\% {
    bottom: 18%;
  }
  .tablet-m\:bottom--18\% {
    bottom: -18%;
  }
  .tablet-m\:m-l-18\% {
    margin-left: 18%;
  }
  .tablet-m\:m-l--18\% {
    margin-left: -18%;
  }
  .tablet-m\:p-l-18\% {
    padding-left: 18%;
  }
  .tablet-m\:p-l--18\% {
    padding-left: -18%;
  }
  .tablet-m\:left-18\% {
    left: 18%;
  }
  .tablet-m\:left--18\% {
    left: -18%;
  }
  .tablet-m\:m-r-18\% {
    margin-right: 18%;
  }
  .tablet-m\:m-r--18\% {
    margin-right: -18%;
  }
  .tablet-m\:p-r-18\% {
    padding-right: 18%;
  }
  .tablet-m\:p-r--18\% {
    padding-right: -18%;
  }
  .tablet-m\:right-18\% {
    right: 18%;
  }
  .tablet-m\:right--18\% {
    right: -18%;
  }
  .tablet-m\:h-18\% {
    height: 18%;
  }
  .tablet-m\:w-18\% {
    width: 18%;
  }
  .tablet-m\:max_h-18\% {
    max-height: 18%;
  }
  .tablet-m\:max_w-18\% {
    max-width: 18%;
  }
  .tablet-m\:min_h-18\% {
    min-height: 18%;
  }
  .tablet-m\:min_w-18\% {
    min-width: 18%;
  }
  .tablet-m\:h-18vh {
    height: 18vh;
  }
  .tablet-m\:w-18vw {
    width: 18vw;
  }
  .tablet-m\:min_w-18vw {
    min-width: 18vw;
  }
  .tablet-m\:min_h-18vh {
    min-height: 18vh;
  }
  .tablet-m\:max_w-18vw {
    max-width: 18vw;
  }
  .tablet-m\:max_h-18vh {
    max-height: 18vh;
  }
  .tablet-m\:m-t-19\% {
    margin-top: 19%;
  }
  .tablet-m\:m-t--19\% {
    margin-top: -19%;
  }
  .tablet-m\:p-t-19\% {
    padding-top: 19%;
  }
  .tablet-m\:p-t--19\% {
    padding-top: -19%;
  }
  .tablet-m\:top-19\% {
    top: 19%;
  }
  .tablet-m\:top--19\% {
    top: -19%;
  }
  .tablet-m\:m-b-19\% {
    margin-bottom: 19%;
  }
  .tablet-m\:m-b--19\% {
    margin-bottom: -19%;
  }
  .tablet-m\:p-b-19\% {
    padding-bottom: 19%;
  }
  .tablet-m\:p-b--19\% {
    padding-bottom: -19%;
  }
  .tablet-m\:bottom-19\% {
    bottom: 19%;
  }
  .tablet-m\:bottom--19\% {
    bottom: -19%;
  }
  .tablet-m\:m-l-19\% {
    margin-left: 19%;
  }
  .tablet-m\:m-l--19\% {
    margin-left: -19%;
  }
  .tablet-m\:p-l-19\% {
    padding-left: 19%;
  }
  .tablet-m\:p-l--19\% {
    padding-left: -19%;
  }
  .tablet-m\:left-19\% {
    left: 19%;
  }
  .tablet-m\:left--19\% {
    left: -19%;
  }
  .tablet-m\:m-r-19\% {
    margin-right: 19%;
  }
  .tablet-m\:m-r--19\% {
    margin-right: -19%;
  }
  .tablet-m\:p-r-19\% {
    padding-right: 19%;
  }
  .tablet-m\:p-r--19\% {
    padding-right: -19%;
  }
  .tablet-m\:right-19\% {
    right: 19%;
  }
  .tablet-m\:right--19\% {
    right: -19%;
  }
  .tablet-m\:h-19\% {
    height: 19%;
  }
  .tablet-m\:w-19\% {
    width: 19%;
  }
  .tablet-m\:max_h-19\% {
    max-height: 19%;
  }
  .tablet-m\:max_w-19\% {
    max-width: 19%;
  }
  .tablet-m\:min_h-19\% {
    min-height: 19%;
  }
  .tablet-m\:min_w-19\% {
    min-width: 19%;
  }
  .tablet-m\:h-19vh {
    height: 19vh;
  }
  .tablet-m\:w-19vw {
    width: 19vw;
  }
  .tablet-m\:min_w-19vw {
    min-width: 19vw;
  }
  .tablet-m\:min_h-19vh {
    min-height: 19vh;
  }
  .tablet-m\:max_w-19vw {
    max-width: 19vw;
  }
  .tablet-m\:max_h-19vh {
    max-height: 19vh;
  }
  .tablet-m\:m-t-20\% {
    margin-top: 20%;
  }
  .tablet-m\:m-t--20\% {
    margin-top: -20%;
  }
  .tablet-m\:p-t-20\% {
    padding-top: 20%;
  }
  .tablet-m\:p-t--20\% {
    padding-top: -20%;
  }
  .tablet-m\:top-20\% {
    top: 20%;
  }
  .tablet-m\:top--20\% {
    top: -20%;
  }
  .tablet-m\:m-b-20\% {
    margin-bottom: 20%;
  }
  .tablet-m\:m-b--20\% {
    margin-bottom: -20%;
  }
  .tablet-m\:p-b-20\% {
    padding-bottom: 20%;
  }
  .tablet-m\:p-b--20\% {
    padding-bottom: -20%;
  }
  .tablet-m\:bottom-20\% {
    bottom: 20%;
  }
  .tablet-m\:bottom--20\% {
    bottom: -20%;
  }
  .tablet-m\:m-l-20\% {
    margin-left: 20%;
  }
  .tablet-m\:m-l--20\% {
    margin-left: -20%;
  }
  .tablet-m\:p-l-20\% {
    padding-left: 20%;
  }
  .tablet-m\:p-l--20\% {
    padding-left: -20%;
  }
  .tablet-m\:left-20\% {
    left: 20%;
  }
  .tablet-m\:left--20\% {
    left: -20%;
  }
  .tablet-m\:m-r-20\% {
    margin-right: 20%;
  }
  .tablet-m\:m-r--20\% {
    margin-right: -20%;
  }
  .tablet-m\:p-r-20\% {
    padding-right: 20%;
  }
  .tablet-m\:p-r--20\% {
    padding-right: -20%;
  }
  .tablet-m\:right-20\% {
    right: 20%;
  }
  .tablet-m\:right--20\% {
    right: -20%;
  }
  .tablet-m\:h-20\% {
    height: 20%;
  }
  .tablet-m\:w-20\% {
    width: 20%;
  }
  .tablet-m\:max_h-20\% {
    max-height: 20%;
  }
  .tablet-m\:max_w-20\% {
    max-width: 20%;
  }
  .tablet-m\:min_h-20\% {
    min-height: 20%;
  }
  .tablet-m\:min_w-20\% {
    min-width: 20%;
  }
  .tablet-m\:h-20vh {
    height: 20vh;
  }
  .tablet-m\:w-20vw {
    width: 20vw;
  }
  .tablet-m\:min_w-20vw {
    min-width: 20vw;
  }
  .tablet-m\:min_h-20vh {
    min-height: 20vh;
  }
  .tablet-m\:max_w-20vw {
    max-width: 20vw;
  }
  .tablet-m\:max_h-20vh {
    max-height: 20vh;
  }
  .tablet-m\:m-t-21\% {
    margin-top: 21%;
  }
  .tablet-m\:m-t--21\% {
    margin-top: -21%;
  }
  .tablet-m\:p-t-21\% {
    padding-top: 21%;
  }
  .tablet-m\:p-t--21\% {
    padding-top: -21%;
  }
  .tablet-m\:top-21\% {
    top: 21%;
  }
  .tablet-m\:top--21\% {
    top: -21%;
  }
  .tablet-m\:m-b-21\% {
    margin-bottom: 21%;
  }
  .tablet-m\:m-b--21\% {
    margin-bottom: -21%;
  }
  .tablet-m\:p-b-21\% {
    padding-bottom: 21%;
  }
  .tablet-m\:p-b--21\% {
    padding-bottom: -21%;
  }
  .tablet-m\:bottom-21\% {
    bottom: 21%;
  }
  .tablet-m\:bottom--21\% {
    bottom: -21%;
  }
  .tablet-m\:m-l-21\% {
    margin-left: 21%;
  }
  .tablet-m\:m-l--21\% {
    margin-left: -21%;
  }
  .tablet-m\:p-l-21\% {
    padding-left: 21%;
  }
  .tablet-m\:p-l--21\% {
    padding-left: -21%;
  }
  .tablet-m\:left-21\% {
    left: 21%;
  }
  .tablet-m\:left--21\% {
    left: -21%;
  }
  .tablet-m\:m-r-21\% {
    margin-right: 21%;
  }
  .tablet-m\:m-r--21\% {
    margin-right: -21%;
  }
  .tablet-m\:p-r-21\% {
    padding-right: 21%;
  }
  .tablet-m\:p-r--21\% {
    padding-right: -21%;
  }
  .tablet-m\:right-21\% {
    right: 21%;
  }
  .tablet-m\:right--21\% {
    right: -21%;
  }
  .tablet-m\:h-21\% {
    height: 21%;
  }
  .tablet-m\:w-21\% {
    width: 21%;
  }
  .tablet-m\:max_h-21\% {
    max-height: 21%;
  }
  .tablet-m\:max_w-21\% {
    max-width: 21%;
  }
  .tablet-m\:min_h-21\% {
    min-height: 21%;
  }
  .tablet-m\:min_w-21\% {
    min-width: 21%;
  }
  .tablet-m\:h-21vh {
    height: 21vh;
  }
  .tablet-m\:w-21vw {
    width: 21vw;
  }
  .tablet-m\:min_w-21vw {
    min-width: 21vw;
  }
  .tablet-m\:min_h-21vh {
    min-height: 21vh;
  }
  .tablet-m\:max_w-21vw {
    max-width: 21vw;
  }
  .tablet-m\:max_h-21vh {
    max-height: 21vh;
  }
  .tablet-m\:m-t-22\% {
    margin-top: 22%;
  }
  .tablet-m\:m-t--22\% {
    margin-top: -22%;
  }
  .tablet-m\:p-t-22\% {
    padding-top: 22%;
  }
  .tablet-m\:p-t--22\% {
    padding-top: -22%;
  }
  .tablet-m\:top-22\% {
    top: 22%;
  }
  .tablet-m\:top--22\% {
    top: -22%;
  }
  .tablet-m\:m-b-22\% {
    margin-bottom: 22%;
  }
  .tablet-m\:m-b--22\% {
    margin-bottom: -22%;
  }
  .tablet-m\:p-b-22\% {
    padding-bottom: 22%;
  }
  .tablet-m\:p-b--22\% {
    padding-bottom: -22%;
  }
  .tablet-m\:bottom-22\% {
    bottom: 22%;
  }
  .tablet-m\:bottom--22\% {
    bottom: -22%;
  }
  .tablet-m\:m-l-22\% {
    margin-left: 22%;
  }
  .tablet-m\:m-l--22\% {
    margin-left: -22%;
  }
  .tablet-m\:p-l-22\% {
    padding-left: 22%;
  }
  .tablet-m\:p-l--22\% {
    padding-left: -22%;
  }
  .tablet-m\:left-22\% {
    left: 22%;
  }
  .tablet-m\:left--22\% {
    left: -22%;
  }
  .tablet-m\:m-r-22\% {
    margin-right: 22%;
  }
  .tablet-m\:m-r--22\% {
    margin-right: -22%;
  }
  .tablet-m\:p-r-22\% {
    padding-right: 22%;
  }
  .tablet-m\:p-r--22\% {
    padding-right: -22%;
  }
  .tablet-m\:right-22\% {
    right: 22%;
  }
  .tablet-m\:right--22\% {
    right: -22%;
  }
  .tablet-m\:h-22\% {
    height: 22%;
  }
  .tablet-m\:w-22\% {
    width: 22%;
  }
  .tablet-m\:max_h-22\% {
    max-height: 22%;
  }
  .tablet-m\:max_w-22\% {
    max-width: 22%;
  }
  .tablet-m\:min_h-22\% {
    min-height: 22%;
  }
  .tablet-m\:min_w-22\% {
    min-width: 22%;
  }
  .tablet-m\:h-22vh {
    height: 22vh;
  }
  .tablet-m\:w-22vw {
    width: 22vw;
  }
  .tablet-m\:min_w-22vw {
    min-width: 22vw;
  }
  .tablet-m\:min_h-22vh {
    min-height: 22vh;
  }
  .tablet-m\:max_w-22vw {
    max-width: 22vw;
  }
  .tablet-m\:max_h-22vh {
    max-height: 22vh;
  }
  .tablet-m\:m-t-23\% {
    margin-top: 23%;
  }
  .tablet-m\:m-t--23\% {
    margin-top: -23%;
  }
  .tablet-m\:p-t-23\% {
    padding-top: 23%;
  }
  .tablet-m\:p-t--23\% {
    padding-top: -23%;
  }
  .tablet-m\:top-23\% {
    top: 23%;
  }
  .tablet-m\:top--23\% {
    top: -23%;
  }
  .tablet-m\:m-b-23\% {
    margin-bottom: 23%;
  }
  .tablet-m\:m-b--23\% {
    margin-bottom: -23%;
  }
  .tablet-m\:p-b-23\% {
    padding-bottom: 23%;
  }
  .tablet-m\:p-b--23\% {
    padding-bottom: -23%;
  }
  .tablet-m\:bottom-23\% {
    bottom: 23%;
  }
  .tablet-m\:bottom--23\% {
    bottom: -23%;
  }
  .tablet-m\:m-l-23\% {
    margin-left: 23%;
  }
  .tablet-m\:m-l--23\% {
    margin-left: -23%;
  }
  .tablet-m\:p-l-23\% {
    padding-left: 23%;
  }
  .tablet-m\:p-l--23\% {
    padding-left: -23%;
  }
  .tablet-m\:left-23\% {
    left: 23%;
  }
  .tablet-m\:left--23\% {
    left: -23%;
  }
  .tablet-m\:m-r-23\% {
    margin-right: 23%;
  }
  .tablet-m\:m-r--23\% {
    margin-right: -23%;
  }
  .tablet-m\:p-r-23\% {
    padding-right: 23%;
  }
  .tablet-m\:p-r--23\% {
    padding-right: -23%;
  }
  .tablet-m\:right-23\% {
    right: 23%;
  }
  .tablet-m\:right--23\% {
    right: -23%;
  }
  .tablet-m\:h-23\% {
    height: 23%;
  }
  .tablet-m\:w-23\% {
    width: 23%;
  }
  .tablet-m\:max_h-23\% {
    max-height: 23%;
  }
  .tablet-m\:max_w-23\% {
    max-width: 23%;
  }
  .tablet-m\:min_h-23\% {
    min-height: 23%;
  }
  .tablet-m\:min_w-23\% {
    min-width: 23%;
  }
  .tablet-m\:h-23vh {
    height: 23vh;
  }
  .tablet-m\:w-23vw {
    width: 23vw;
  }
  .tablet-m\:min_w-23vw {
    min-width: 23vw;
  }
  .tablet-m\:min_h-23vh {
    min-height: 23vh;
  }
  .tablet-m\:max_w-23vw {
    max-width: 23vw;
  }
  .tablet-m\:max_h-23vh {
    max-height: 23vh;
  }
  .tablet-m\:m-t-24\% {
    margin-top: 24%;
  }
  .tablet-m\:m-t--24\% {
    margin-top: -24%;
  }
  .tablet-m\:p-t-24\% {
    padding-top: 24%;
  }
  .tablet-m\:p-t--24\% {
    padding-top: -24%;
  }
  .tablet-m\:top-24\% {
    top: 24%;
  }
  .tablet-m\:top--24\% {
    top: -24%;
  }
  .tablet-m\:m-b-24\% {
    margin-bottom: 24%;
  }
  .tablet-m\:m-b--24\% {
    margin-bottom: -24%;
  }
  .tablet-m\:p-b-24\% {
    padding-bottom: 24%;
  }
  .tablet-m\:p-b--24\% {
    padding-bottom: -24%;
  }
  .tablet-m\:bottom-24\% {
    bottom: 24%;
  }
  .tablet-m\:bottom--24\% {
    bottom: -24%;
  }
  .tablet-m\:m-l-24\% {
    margin-left: 24%;
  }
  .tablet-m\:m-l--24\% {
    margin-left: -24%;
  }
  .tablet-m\:p-l-24\% {
    padding-left: 24%;
  }
  .tablet-m\:p-l--24\% {
    padding-left: -24%;
  }
  .tablet-m\:left-24\% {
    left: 24%;
  }
  .tablet-m\:left--24\% {
    left: -24%;
  }
  .tablet-m\:m-r-24\% {
    margin-right: 24%;
  }
  .tablet-m\:m-r--24\% {
    margin-right: -24%;
  }
  .tablet-m\:p-r-24\% {
    padding-right: 24%;
  }
  .tablet-m\:p-r--24\% {
    padding-right: -24%;
  }
  .tablet-m\:right-24\% {
    right: 24%;
  }
  .tablet-m\:right--24\% {
    right: -24%;
  }
  .tablet-m\:h-24\% {
    height: 24%;
  }
  .tablet-m\:w-24\% {
    width: 24%;
  }
  .tablet-m\:max_h-24\% {
    max-height: 24%;
  }
  .tablet-m\:max_w-24\% {
    max-width: 24%;
  }
  .tablet-m\:min_h-24\% {
    min-height: 24%;
  }
  .tablet-m\:min_w-24\% {
    min-width: 24%;
  }
  .tablet-m\:h-24vh {
    height: 24vh;
  }
  .tablet-m\:w-24vw {
    width: 24vw;
  }
  .tablet-m\:min_w-24vw {
    min-width: 24vw;
  }
  .tablet-m\:min_h-24vh {
    min-height: 24vh;
  }
  .tablet-m\:max_w-24vw {
    max-width: 24vw;
  }
  .tablet-m\:max_h-24vh {
    max-height: 24vh;
  }
  .tablet-m\:m-t-25\% {
    margin-top: 25%;
  }
  .tablet-m\:m-t--25\% {
    margin-top: -25%;
  }
  .tablet-m\:p-t-25\% {
    padding-top: 25%;
  }
  .tablet-m\:p-t--25\% {
    padding-top: -25%;
  }
  .tablet-m\:top-25\% {
    top: 25%;
  }
  .tablet-m\:top--25\% {
    top: -25%;
  }
  .tablet-m\:m-b-25\% {
    margin-bottom: 25%;
  }
  .tablet-m\:m-b--25\% {
    margin-bottom: -25%;
  }
  .tablet-m\:p-b-25\% {
    padding-bottom: 25%;
  }
  .tablet-m\:p-b--25\% {
    padding-bottom: -25%;
  }
  .tablet-m\:bottom-25\% {
    bottom: 25%;
  }
  .tablet-m\:bottom--25\% {
    bottom: -25%;
  }
  .tablet-m\:m-l-25\% {
    margin-left: 25%;
  }
  .tablet-m\:m-l--25\% {
    margin-left: -25%;
  }
  .tablet-m\:p-l-25\% {
    padding-left: 25%;
  }
  .tablet-m\:p-l--25\% {
    padding-left: -25%;
  }
  .tablet-m\:left-25\% {
    left: 25%;
  }
  .tablet-m\:left--25\% {
    left: -25%;
  }
  .tablet-m\:m-r-25\% {
    margin-right: 25%;
  }
  .tablet-m\:m-r--25\% {
    margin-right: -25%;
  }
  .tablet-m\:p-r-25\% {
    padding-right: 25%;
  }
  .tablet-m\:p-r--25\% {
    padding-right: -25%;
  }
  .tablet-m\:right-25\% {
    right: 25%;
  }
  .tablet-m\:right--25\% {
    right: -25%;
  }
  .tablet-m\:h-25\% {
    height: 25%;
  }
  .tablet-m\:w-25\% {
    width: 25%;
  }
  .tablet-m\:max_h-25\% {
    max-height: 25%;
  }
  .tablet-m\:max_w-25\% {
    max-width: 25%;
  }
  .tablet-m\:min_h-25\% {
    min-height: 25%;
  }
  .tablet-m\:min_w-25\% {
    min-width: 25%;
  }
  .tablet-m\:h-25vh {
    height: 25vh;
  }
  .tablet-m\:w-25vw {
    width: 25vw;
  }
  .tablet-m\:min_w-25vw {
    min-width: 25vw;
  }
  .tablet-m\:min_h-25vh {
    min-height: 25vh;
  }
  .tablet-m\:max_w-25vw {
    max-width: 25vw;
  }
  .tablet-m\:max_h-25vh {
    max-height: 25vh;
  }
  .tablet-m\:m-t-26\% {
    margin-top: 26%;
  }
  .tablet-m\:m-t--26\% {
    margin-top: -26%;
  }
  .tablet-m\:p-t-26\% {
    padding-top: 26%;
  }
  .tablet-m\:p-t--26\% {
    padding-top: -26%;
  }
  .tablet-m\:top-26\% {
    top: 26%;
  }
  .tablet-m\:top--26\% {
    top: -26%;
  }
  .tablet-m\:m-b-26\% {
    margin-bottom: 26%;
  }
  .tablet-m\:m-b--26\% {
    margin-bottom: -26%;
  }
  .tablet-m\:p-b-26\% {
    padding-bottom: 26%;
  }
  .tablet-m\:p-b--26\% {
    padding-bottom: -26%;
  }
  .tablet-m\:bottom-26\% {
    bottom: 26%;
  }
  .tablet-m\:bottom--26\% {
    bottom: -26%;
  }
  .tablet-m\:m-l-26\% {
    margin-left: 26%;
  }
  .tablet-m\:m-l--26\% {
    margin-left: -26%;
  }
  .tablet-m\:p-l-26\% {
    padding-left: 26%;
  }
  .tablet-m\:p-l--26\% {
    padding-left: -26%;
  }
  .tablet-m\:left-26\% {
    left: 26%;
  }
  .tablet-m\:left--26\% {
    left: -26%;
  }
  .tablet-m\:m-r-26\% {
    margin-right: 26%;
  }
  .tablet-m\:m-r--26\% {
    margin-right: -26%;
  }
  .tablet-m\:p-r-26\% {
    padding-right: 26%;
  }
  .tablet-m\:p-r--26\% {
    padding-right: -26%;
  }
  .tablet-m\:right-26\% {
    right: 26%;
  }
  .tablet-m\:right--26\% {
    right: -26%;
  }
  .tablet-m\:h-26\% {
    height: 26%;
  }
  .tablet-m\:w-26\% {
    width: 26%;
  }
  .tablet-m\:max_h-26\% {
    max-height: 26%;
  }
  .tablet-m\:max_w-26\% {
    max-width: 26%;
  }
  .tablet-m\:min_h-26\% {
    min-height: 26%;
  }
  .tablet-m\:min_w-26\% {
    min-width: 26%;
  }
  .tablet-m\:h-26vh {
    height: 26vh;
  }
  .tablet-m\:w-26vw {
    width: 26vw;
  }
  .tablet-m\:min_w-26vw {
    min-width: 26vw;
  }
  .tablet-m\:min_h-26vh {
    min-height: 26vh;
  }
  .tablet-m\:max_w-26vw {
    max-width: 26vw;
  }
  .tablet-m\:max_h-26vh {
    max-height: 26vh;
  }
  .tablet-m\:m-t-27\% {
    margin-top: 27%;
  }
  .tablet-m\:m-t--27\% {
    margin-top: -27%;
  }
  .tablet-m\:p-t-27\% {
    padding-top: 27%;
  }
  .tablet-m\:p-t--27\% {
    padding-top: -27%;
  }
  .tablet-m\:top-27\% {
    top: 27%;
  }
  .tablet-m\:top--27\% {
    top: -27%;
  }
  .tablet-m\:m-b-27\% {
    margin-bottom: 27%;
  }
  .tablet-m\:m-b--27\% {
    margin-bottom: -27%;
  }
  .tablet-m\:p-b-27\% {
    padding-bottom: 27%;
  }
  .tablet-m\:p-b--27\% {
    padding-bottom: -27%;
  }
  .tablet-m\:bottom-27\% {
    bottom: 27%;
  }
  .tablet-m\:bottom--27\% {
    bottom: -27%;
  }
  .tablet-m\:m-l-27\% {
    margin-left: 27%;
  }
  .tablet-m\:m-l--27\% {
    margin-left: -27%;
  }
  .tablet-m\:p-l-27\% {
    padding-left: 27%;
  }
  .tablet-m\:p-l--27\% {
    padding-left: -27%;
  }
  .tablet-m\:left-27\% {
    left: 27%;
  }
  .tablet-m\:left--27\% {
    left: -27%;
  }
  .tablet-m\:m-r-27\% {
    margin-right: 27%;
  }
  .tablet-m\:m-r--27\% {
    margin-right: -27%;
  }
  .tablet-m\:p-r-27\% {
    padding-right: 27%;
  }
  .tablet-m\:p-r--27\% {
    padding-right: -27%;
  }
  .tablet-m\:right-27\% {
    right: 27%;
  }
  .tablet-m\:right--27\% {
    right: -27%;
  }
  .tablet-m\:h-27\% {
    height: 27%;
  }
  .tablet-m\:w-27\% {
    width: 27%;
  }
  .tablet-m\:max_h-27\% {
    max-height: 27%;
  }
  .tablet-m\:max_w-27\% {
    max-width: 27%;
  }
  .tablet-m\:min_h-27\% {
    min-height: 27%;
  }
  .tablet-m\:min_w-27\% {
    min-width: 27%;
  }
  .tablet-m\:h-27vh {
    height: 27vh;
  }
  .tablet-m\:w-27vw {
    width: 27vw;
  }
  .tablet-m\:min_w-27vw {
    min-width: 27vw;
  }
  .tablet-m\:min_h-27vh {
    min-height: 27vh;
  }
  .tablet-m\:max_w-27vw {
    max-width: 27vw;
  }
  .tablet-m\:max_h-27vh {
    max-height: 27vh;
  }
  .tablet-m\:m-t-28\% {
    margin-top: 28%;
  }
  .tablet-m\:m-t--28\% {
    margin-top: -28%;
  }
  .tablet-m\:p-t-28\% {
    padding-top: 28%;
  }
  .tablet-m\:p-t--28\% {
    padding-top: -28%;
  }
  .tablet-m\:top-28\% {
    top: 28%;
  }
  .tablet-m\:top--28\% {
    top: -28%;
  }
  .tablet-m\:m-b-28\% {
    margin-bottom: 28%;
  }
  .tablet-m\:m-b--28\% {
    margin-bottom: -28%;
  }
  .tablet-m\:p-b-28\% {
    padding-bottom: 28%;
  }
  .tablet-m\:p-b--28\% {
    padding-bottom: -28%;
  }
  .tablet-m\:bottom-28\% {
    bottom: 28%;
  }
  .tablet-m\:bottom--28\% {
    bottom: -28%;
  }
  .tablet-m\:m-l-28\% {
    margin-left: 28%;
  }
  .tablet-m\:m-l--28\% {
    margin-left: -28%;
  }
  .tablet-m\:p-l-28\% {
    padding-left: 28%;
  }
  .tablet-m\:p-l--28\% {
    padding-left: -28%;
  }
  .tablet-m\:left-28\% {
    left: 28%;
  }
  .tablet-m\:left--28\% {
    left: -28%;
  }
  .tablet-m\:m-r-28\% {
    margin-right: 28%;
  }
  .tablet-m\:m-r--28\% {
    margin-right: -28%;
  }
  .tablet-m\:p-r-28\% {
    padding-right: 28%;
  }
  .tablet-m\:p-r--28\% {
    padding-right: -28%;
  }
  .tablet-m\:right-28\% {
    right: 28%;
  }
  .tablet-m\:right--28\% {
    right: -28%;
  }
  .tablet-m\:h-28\% {
    height: 28%;
  }
  .tablet-m\:w-28\% {
    width: 28%;
  }
  .tablet-m\:max_h-28\% {
    max-height: 28%;
  }
  .tablet-m\:max_w-28\% {
    max-width: 28%;
  }
  .tablet-m\:min_h-28\% {
    min-height: 28%;
  }
  .tablet-m\:min_w-28\% {
    min-width: 28%;
  }
  .tablet-m\:h-28vh {
    height: 28vh;
  }
  .tablet-m\:w-28vw {
    width: 28vw;
  }
  .tablet-m\:min_w-28vw {
    min-width: 28vw;
  }
  .tablet-m\:min_h-28vh {
    min-height: 28vh;
  }
  .tablet-m\:max_w-28vw {
    max-width: 28vw;
  }
  .tablet-m\:max_h-28vh {
    max-height: 28vh;
  }
  .tablet-m\:m-t-29\% {
    margin-top: 29%;
  }
  .tablet-m\:m-t--29\% {
    margin-top: -29%;
  }
  .tablet-m\:p-t-29\% {
    padding-top: 29%;
  }
  .tablet-m\:p-t--29\% {
    padding-top: -29%;
  }
  .tablet-m\:top-29\% {
    top: 29%;
  }
  .tablet-m\:top--29\% {
    top: -29%;
  }
  .tablet-m\:m-b-29\% {
    margin-bottom: 29%;
  }
  .tablet-m\:m-b--29\% {
    margin-bottom: -29%;
  }
  .tablet-m\:p-b-29\% {
    padding-bottom: 29%;
  }
  .tablet-m\:p-b--29\% {
    padding-bottom: -29%;
  }
  .tablet-m\:bottom-29\% {
    bottom: 29%;
  }
  .tablet-m\:bottom--29\% {
    bottom: -29%;
  }
  .tablet-m\:m-l-29\% {
    margin-left: 29%;
  }
  .tablet-m\:m-l--29\% {
    margin-left: -29%;
  }
  .tablet-m\:p-l-29\% {
    padding-left: 29%;
  }
  .tablet-m\:p-l--29\% {
    padding-left: -29%;
  }
  .tablet-m\:left-29\% {
    left: 29%;
  }
  .tablet-m\:left--29\% {
    left: -29%;
  }
  .tablet-m\:m-r-29\% {
    margin-right: 29%;
  }
  .tablet-m\:m-r--29\% {
    margin-right: -29%;
  }
  .tablet-m\:p-r-29\% {
    padding-right: 29%;
  }
  .tablet-m\:p-r--29\% {
    padding-right: -29%;
  }
  .tablet-m\:right-29\% {
    right: 29%;
  }
  .tablet-m\:right--29\% {
    right: -29%;
  }
  .tablet-m\:h-29\% {
    height: 29%;
  }
  .tablet-m\:w-29\% {
    width: 29%;
  }
  .tablet-m\:max_h-29\% {
    max-height: 29%;
  }
  .tablet-m\:max_w-29\% {
    max-width: 29%;
  }
  .tablet-m\:min_h-29\% {
    min-height: 29%;
  }
  .tablet-m\:min_w-29\% {
    min-width: 29%;
  }
  .tablet-m\:h-29vh {
    height: 29vh;
  }
  .tablet-m\:w-29vw {
    width: 29vw;
  }
  .tablet-m\:min_w-29vw {
    min-width: 29vw;
  }
  .tablet-m\:min_h-29vh {
    min-height: 29vh;
  }
  .tablet-m\:max_w-29vw {
    max-width: 29vw;
  }
  .tablet-m\:max_h-29vh {
    max-height: 29vh;
  }
  .tablet-m\:m-t-30\% {
    margin-top: 30%;
  }
  .tablet-m\:m-t--30\% {
    margin-top: -30%;
  }
  .tablet-m\:p-t-30\% {
    padding-top: 30%;
  }
  .tablet-m\:p-t--30\% {
    padding-top: -30%;
  }
  .tablet-m\:top-30\% {
    top: 30%;
  }
  .tablet-m\:top--30\% {
    top: -30%;
  }
  .tablet-m\:m-b-30\% {
    margin-bottom: 30%;
  }
  .tablet-m\:m-b--30\% {
    margin-bottom: -30%;
  }
  .tablet-m\:p-b-30\% {
    padding-bottom: 30%;
  }
  .tablet-m\:p-b--30\% {
    padding-bottom: -30%;
  }
  .tablet-m\:bottom-30\% {
    bottom: 30%;
  }
  .tablet-m\:bottom--30\% {
    bottom: -30%;
  }
  .tablet-m\:m-l-30\% {
    margin-left: 30%;
  }
  .tablet-m\:m-l--30\% {
    margin-left: -30%;
  }
  .tablet-m\:p-l-30\% {
    padding-left: 30%;
  }
  .tablet-m\:p-l--30\% {
    padding-left: -30%;
  }
  .tablet-m\:left-30\% {
    left: 30%;
  }
  .tablet-m\:left--30\% {
    left: -30%;
  }
  .tablet-m\:m-r-30\% {
    margin-right: 30%;
  }
  .tablet-m\:m-r--30\% {
    margin-right: -30%;
  }
  .tablet-m\:p-r-30\% {
    padding-right: 30%;
  }
  .tablet-m\:p-r--30\% {
    padding-right: -30%;
  }
  .tablet-m\:right-30\% {
    right: 30%;
  }
  .tablet-m\:right--30\% {
    right: -30%;
  }
  .tablet-m\:h-30\% {
    height: 30%;
  }
  .tablet-m\:w-30\% {
    width: 30%;
  }
  .tablet-m\:max_h-30\% {
    max-height: 30%;
  }
  .tablet-m\:max_w-30\% {
    max-width: 30%;
  }
  .tablet-m\:min_h-30\% {
    min-height: 30%;
  }
  .tablet-m\:min_w-30\% {
    min-width: 30%;
  }
  .tablet-m\:h-30vh {
    height: 30vh;
  }
  .tablet-m\:w-30vw {
    width: 30vw;
  }
  .tablet-m\:min_w-30vw {
    min-width: 30vw;
  }
  .tablet-m\:min_h-30vh {
    min-height: 30vh;
  }
  .tablet-m\:max_w-30vw {
    max-width: 30vw;
  }
  .tablet-m\:max_h-30vh {
    max-height: 30vh;
  }
  .tablet-m\:m-t-31\% {
    margin-top: 31%;
  }
  .tablet-m\:m-t--31\% {
    margin-top: -31%;
  }
  .tablet-m\:p-t-31\% {
    padding-top: 31%;
  }
  .tablet-m\:p-t--31\% {
    padding-top: -31%;
  }
  .tablet-m\:top-31\% {
    top: 31%;
  }
  .tablet-m\:top--31\% {
    top: -31%;
  }
  .tablet-m\:m-b-31\% {
    margin-bottom: 31%;
  }
  .tablet-m\:m-b--31\% {
    margin-bottom: -31%;
  }
  .tablet-m\:p-b-31\% {
    padding-bottom: 31%;
  }
  .tablet-m\:p-b--31\% {
    padding-bottom: -31%;
  }
  .tablet-m\:bottom-31\% {
    bottom: 31%;
  }
  .tablet-m\:bottom--31\% {
    bottom: -31%;
  }
  .tablet-m\:m-l-31\% {
    margin-left: 31%;
  }
  .tablet-m\:m-l--31\% {
    margin-left: -31%;
  }
  .tablet-m\:p-l-31\% {
    padding-left: 31%;
  }
  .tablet-m\:p-l--31\% {
    padding-left: -31%;
  }
  .tablet-m\:left-31\% {
    left: 31%;
  }
  .tablet-m\:left--31\% {
    left: -31%;
  }
  .tablet-m\:m-r-31\% {
    margin-right: 31%;
  }
  .tablet-m\:m-r--31\% {
    margin-right: -31%;
  }
  .tablet-m\:p-r-31\% {
    padding-right: 31%;
  }
  .tablet-m\:p-r--31\% {
    padding-right: -31%;
  }
  .tablet-m\:right-31\% {
    right: 31%;
  }
  .tablet-m\:right--31\% {
    right: -31%;
  }
  .tablet-m\:h-31\% {
    height: 31%;
  }
  .tablet-m\:w-31\% {
    width: 31%;
  }
  .tablet-m\:max_h-31\% {
    max-height: 31%;
  }
  .tablet-m\:max_w-31\% {
    max-width: 31%;
  }
  .tablet-m\:min_h-31\% {
    min-height: 31%;
  }
  .tablet-m\:min_w-31\% {
    min-width: 31%;
  }
  .tablet-m\:h-31vh {
    height: 31vh;
  }
  .tablet-m\:w-31vw {
    width: 31vw;
  }
  .tablet-m\:min_w-31vw {
    min-width: 31vw;
  }
  .tablet-m\:min_h-31vh {
    min-height: 31vh;
  }
  .tablet-m\:max_w-31vw {
    max-width: 31vw;
  }
  .tablet-m\:max_h-31vh {
    max-height: 31vh;
  }
  .tablet-m\:m-t-32\% {
    margin-top: 32%;
  }
  .tablet-m\:m-t--32\% {
    margin-top: -32%;
  }
  .tablet-m\:p-t-32\% {
    padding-top: 32%;
  }
  .tablet-m\:p-t--32\% {
    padding-top: -32%;
  }
  .tablet-m\:top-32\% {
    top: 32%;
  }
  .tablet-m\:top--32\% {
    top: -32%;
  }
  .tablet-m\:m-b-32\% {
    margin-bottom: 32%;
  }
  .tablet-m\:m-b--32\% {
    margin-bottom: -32%;
  }
  .tablet-m\:p-b-32\% {
    padding-bottom: 32%;
  }
  .tablet-m\:p-b--32\% {
    padding-bottom: -32%;
  }
  .tablet-m\:bottom-32\% {
    bottom: 32%;
  }
  .tablet-m\:bottom--32\% {
    bottom: -32%;
  }
  .tablet-m\:m-l-32\% {
    margin-left: 32%;
  }
  .tablet-m\:m-l--32\% {
    margin-left: -32%;
  }
  .tablet-m\:p-l-32\% {
    padding-left: 32%;
  }
  .tablet-m\:p-l--32\% {
    padding-left: -32%;
  }
  .tablet-m\:left-32\% {
    left: 32%;
  }
  .tablet-m\:left--32\% {
    left: -32%;
  }
  .tablet-m\:m-r-32\% {
    margin-right: 32%;
  }
  .tablet-m\:m-r--32\% {
    margin-right: -32%;
  }
  .tablet-m\:p-r-32\% {
    padding-right: 32%;
  }
  .tablet-m\:p-r--32\% {
    padding-right: -32%;
  }
  .tablet-m\:right-32\% {
    right: 32%;
  }
  .tablet-m\:right--32\% {
    right: -32%;
  }
  .tablet-m\:h-32\% {
    height: 32%;
  }
  .tablet-m\:w-32\% {
    width: 32%;
  }
  .tablet-m\:max_h-32\% {
    max-height: 32%;
  }
  .tablet-m\:max_w-32\% {
    max-width: 32%;
  }
  .tablet-m\:min_h-32\% {
    min-height: 32%;
  }
  .tablet-m\:min_w-32\% {
    min-width: 32%;
  }
  .tablet-m\:h-32vh {
    height: 32vh;
  }
  .tablet-m\:w-32vw {
    width: 32vw;
  }
  .tablet-m\:min_w-32vw {
    min-width: 32vw;
  }
  .tablet-m\:min_h-32vh {
    min-height: 32vh;
  }
  .tablet-m\:max_w-32vw {
    max-width: 32vw;
  }
  .tablet-m\:max_h-32vh {
    max-height: 32vh;
  }
  .tablet-m\:m-t-33\% {
    margin-top: 33%;
  }
  .tablet-m\:m-t--33\% {
    margin-top: -33%;
  }
  .tablet-m\:p-t-33\% {
    padding-top: 33%;
  }
  .tablet-m\:p-t--33\% {
    padding-top: -33%;
  }
  .tablet-m\:top-33\% {
    top: 33%;
  }
  .tablet-m\:top--33\% {
    top: -33%;
  }
  .tablet-m\:m-b-33\% {
    margin-bottom: 33%;
  }
  .tablet-m\:m-b--33\% {
    margin-bottom: -33%;
  }
  .tablet-m\:p-b-33\% {
    padding-bottom: 33%;
  }
  .tablet-m\:p-b--33\% {
    padding-bottom: -33%;
  }
  .tablet-m\:bottom-33\% {
    bottom: 33%;
  }
  .tablet-m\:bottom--33\% {
    bottom: -33%;
  }
  .tablet-m\:m-l-33\% {
    margin-left: 33%;
  }
  .tablet-m\:m-l--33\% {
    margin-left: -33%;
  }
  .tablet-m\:p-l-33\% {
    padding-left: 33%;
  }
  .tablet-m\:p-l--33\% {
    padding-left: -33%;
  }
  .tablet-m\:left-33\% {
    left: 33%;
  }
  .tablet-m\:left--33\% {
    left: -33%;
  }
  .tablet-m\:m-r-33\% {
    margin-right: 33%;
  }
  .tablet-m\:m-r--33\% {
    margin-right: -33%;
  }
  .tablet-m\:p-r-33\% {
    padding-right: 33%;
  }
  .tablet-m\:p-r--33\% {
    padding-right: -33%;
  }
  .tablet-m\:right-33\% {
    right: 33%;
  }
  .tablet-m\:right--33\% {
    right: -33%;
  }
  .tablet-m\:h-33\% {
    height: 33%;
  }
  .tablet-m\:w-33\% {
    width: 33%;
  }
  .tablet-m\:max_h-33\% {
    max-height: 33%;
  }
  .tablet-m\:max_w-33\% {
    max-width: 33%;
  }
  .tablet-m\:min_h-33\% {
    min-height: 33%;
  }
  .tablet-m\:min_w-33\% {
    min-width: 33%;
  }
  .tablet-m\:h-33vh {
    height: 33vh;
  }
  .tablet-m\:w-33vw {
    width: 33vw;
  }
  .tablet-m\:min_w-33vw {
    min-width: 33vw;
  }
  .tablet-m\:min_h-33vh {
    min-height: 33vh;
  }
  .tablet-m\:max_w-33vw {
    max-width: 33vw;
  }
  .tablet-m\:max_h-33vh {
    max-height: 33vh;
  }
  .tablet-m\:m-t-34\% {
    margin-top: 34%;
  }
  .tablet-m\:m-t--34\% {
    margin-top: -34%;
  }
  .tablet-m\:p-t-34\% {
    padding-top: 34%;
  }
  .tablet-m\:p-t--34\% {
    padding-top: -34%;
  }
  .tablet-m\:top-34\% {
    top: 34%;
  }
  .tablet-m\:top--34\% {
    top: -34%;
  }
  .tablet-m\:m-b-34\% {
    margin-bottom: 34%;
  }
  .tablet-m\:m-b--34\% {
    margin-bottom: -34%;
  }
  .tablet-m\:p-b-34\% {
    padding-bottom: 34%;
  }
  .tablet-m\:p-b--34\% {
    padding-bottom: -34%;
  }
  .tablet-m\:bottom-34\% {
    bottom: 34%;
  }
  .tablet-m\:bottom--34\% {
    bottom: -34%;
  }
  .tablet-m\:m-l-34\% {
    margin-left: 34%;
  }
  .tablet-m\:m-l--34\% {
    margin-left: -34%;
  }
  .tablet-m\:p-l-34\% {
    padding-left: 34%;
  }
  .tablet-m\:p-l--34\% {
    padding-left: -34%;
  }
  .tablet-m\:left-34\% {
    left: 34%;
  }
  .tablet-m\:left--34\% {
    left: -34%;
  }
  .tablet-m\:m-r-34\% {
    margin-right: 34%;
  }
  .tablet-m\:m-r--34\% {
    margin-right: -34%;
  }
  .tablet-m\:p-r-34\% {
    padding-right: 34%;
  }
  .tablet-m\:p-r--34\% {
    padding-right: -34%;
  }
  .tablet-m\:right-34\% {
    right: 34%;
  }
  .tablet-m\:right--34\% {
    right: -34%;
  }
  .tablet-m\:h-34\% {
    height: 34%;
  }
  .tablet-m\:w-34\% {
    width: 34%;
  }
  .tablet-m\:max_h-34\% {
    max-height: 34%;
  }
  .tablet-m\:max_w-34\% {
    max-width: 34%;
  }
  .tablet-m\:min_h-34\% {
    min-height: 34%;
  }
  .tablet-m\:min_w-34\% {
    min-width: 34%;
  }
  .tablet-m\:h-34vh {
    height: 34vh;
  }
  .tablet-m\:w-34vw {
    width: 34vw;
  }
  .tablet-m\:min_w-34vw {
    min-width: 34vw;
  }
  .tablet-m\:min_h-34vh {
    min-height: 34vh;
  }
  .tablet-m\:max_w-34vw {
    max-width: 34vw;
  }
  .tablet-m\:max_h-34vh {
    max-height: 34vh;
  }
  .tablet-m\:m-t-35\% {
    margin-top: 35%;
  }
  .tablet-m\:m-t--35\% {
    margin-top: -35%;
  }
  .tablet-m\:p-t-35\% {
    padding-top: 35%;
  }
  .tablet-m\:p-t--35\% {
    padding-top: -35%;
  }
  .tablet-m\:top-35\% {
    top: 35%;
  }
  .tablet-m\:top--35\% {
    top: -35%;
  }
  .tablet-m\:m-b-35\% {
    margin-bottom: 35%;
  }
  .tablet-m\:m-b--35\% {
    margin-bottom: -35%;
  }
  .tablet-m\:p-b-35\% {
    padding-bottom: 35%;
  }
  .tablet-m\:p-b--35\% {
    padding-bottom: -35%;
  }
  .tablet-m\:bottom-35\% {
    bottom: 35%;
  }
  .tablet-m\:bottom--35\% {
    bottom: -35%;
  }
  .tablet-m\:m-l-35\% {
    margin-left: 35%;
  }
  .tablet-m\:m-l--35\% {
    margin-left: -35%;
  }
  .tablet-m\:p-l-35\% {
    padding-left: 35%;
  }
  .tablet-m\:p-l--35\% {
    padding-left: -35%;
  }
  .tablet-m\:left-35\% {
    left: 35%;
  }
  .tablet-m\:left--35\% {
    left: -35%;
  }
  .tablet-m\:m-r-35\% {
    margin-right: 35%;
  }
  .tablet-m\:m-r--35\% {
    margin-right: -35%;
  }
  .tablet-m\:p-r-35\% {
    padding-right: 35%;
  }
  .tablet-m\:p-r--35\% {
    padding-right: -35%;
  }
  .tablet-m\:right-35\% {
    right: 35%;
  }
  .tablet-m\:right--35\% {
    right: -35%;
  }
  .tablet-m\:h-35\% {
    height: 35%;
  }
  .tablet-m\:w-35\% {
    width: 35%;
  }
  .tablet-m\:max_h-35\% {
    max-height: 35%;
  }
  .tablet-m\:max_w-35\% {
    max-width: 35%;
  }
  .tablet-m\:min_h-35\% {
    min-height: 35%;
  }
  .tablet-m\:min_w-35\% {
    min-width: 35%;
  }
  .tablet-m\:h-35vh {
    height: 35vh;
  }
  .tablet-m\:w-35vw {
    width: 35vw;
  }
  .tablet-m\:min_w-35vw {
    min-width: 35vw;
  }
  .tablet-m\:min_h-35vh {
    min-height: 35vh;
  }
  .tablet-m\:max_w-35vw {
    max-width: 35vw;
  }
  .tablet-m\:max_h-35vh {
    max-height: 35vh;
  }
  .tablet-m\:m-t-36\% {
    margin-top: 36%;
  }
  .tablet-m\:m-t--36\% {
    margin-top: -36%;
  }
  .tablet-m\:p-t-36\% {
    padding-top: 36%;
  }
  .tablet-m\:p-t--36\% {
    padding-top: -36%;
  }
  .tablet-m\:top-36\% {
    top: 36%;
  }
  .tablet-m\:top--36\% {
    top: -36%;
  }
  .tablet-m\:m-b-36\% {
    margin-bottom: 36%;
  }
  .tablet-m\:m-b--36\% {
    margin-bottom: -36%;
  }
  .tablet-m\:p-b-36\% {
    padding-bottom: 36%;
  }
  .tablet-m\:p-b--36\% {
    padding-bottom: -36%;
  }
  .tablet-m\:bottom-36\% {
    bottom: 36%;
  }
  .tablet-m\:bottom--36\% {
    bottom: -36%;
  }
  .tablet-m\:m-l-36\% {
    margin-left: 36%;
  }
  .tablet-m\:m-l--36\% {
    margin-left: -36%;
  }
  .tablet-m\:p-l-36\% {
    padding-left: 36%;
  }
  .tablet-m\:p-l--36\% {
    padding-left: -36%;
  }
  .tablet-m\:left-36\% {
    left: 36%;
  }
  .tablet-m\:left--36\% {
    left: -36%;
  }
  .tablet-m\:m-r-36\% {
    margin-right: 36%;
  }
  .tablet-m\:m-r--36\% {
    margin-right: -36%;
  }
  .tablet-m\:p-r-36\% {
    padding-right: 36%;
  }
  .tablet-m\:p-r--36\% {
    padding-right: -36%;
  }
  .tablet-m\:right-36\% {
    right: 36%;
  }
  .tablet-m\:right--36\% {
    right: -36%;
  }
  .tablet-m\:h-36\% {
    height: 36%;
  }
  .tablet-m\:w-36\% {
    width: 36%;
  }
  .tablet-m\:max_h-36\% {
    max-height: 36%;
  }
  .tablet-m\:max_w-36\% {
    max-width: 36%;
  }
  .tablet-m\:min_h-36\% {
    min-height: 36%;
  }
  .tablet-m\:min_w-36\% {
    min-width: 36%;
  }
  .tablet-m\:h-36vh {
    height: 36vh;
  }
  .tablet-m\:w-36vw {
    width: 36vw;
  }
  .tablet-m\:min_w-36vw {
    min-width: 36vw;
  }
  .tablet-m\:min_h-36vh {
    min-height: 36vh;
  }
  .tablet-m\:max_w-36vw {
    max-width: 36vw;
  }
  .tablet-m\:max_h-36vh {
    max-height: 36vh;
  }
  .tablet-m\:m-t-37\% {
    margin-top: 37%;
  }
  .tablet-m\:m-t--37\% {
    margin-top: -37%;
  }
  .tablet-m\:p-t-37\% {
    padding-top: 37%;
  }
  .tablet-m\:p-t--37\% {
    padding-top: -37%;
  }
  .tablet-m\:top-37\% {
    top: 37%;
  }
  .tablet-m\:top--37\% {
    top: -37%;
  }
  .tablet-m\:m-b-37\% {
    margin-bottom: 37%;
  }
  .tablet-m\:m-b--37\% {
    margin-bottom: -37%;
  }
  .tablet-m\:p-b-37\% {
    padding-bottom: 37%;
  }
  .tablet-m\:p-b--37\% {
    padding-bottom: -37%;
  }
  .tablet-m\:bottom-37\% {
    bottom: 37%;
  }
  .tablet-m\:bottom--37\% {
    bottom: -37%;
  }
  .tablet-m\:m-l-37\% {
    margin-left: 37%;
  }
  .tablet-m\:m-l--37\% {
    margin-left: -37%;
  }
  .tablet-m\:p-l-37\% {
    padding-left: 37%;
  }
  .tablet-m\:p-l--37\% {
    padding-left: -37%;
  }
  .tablet-m\:left-37\% {
    left: 37%;
  }
  .tablet-m\:left--37\% {
    left: -37%;
  }
  .tablet-m\:m-r-37\% {
    margin-right: 37%;
  }
  .tablet-m\:m-r--37\% {
    margin-right: -37%;
  }
  .tablet-m\:p-r-37\% {
    padding-right: 37%;
  }
  .tablet-m\:p-r--37\% {
    padding-right: -37%;
  }
  .tablet-m\:right-37\% {
    right: 37%;
  }
  .tablet-m\:right--37\% {
    right: -37%;
  }
  .tablet-m\:h-37\% {
    height: 37%;
  }
  .tablet-m\:w-37\% {
    width: 37%;
  }
  .tablet-m\:max_h-37\% {
    max-height: 37%;
  }
  .tablet-m\:max_w-37\% {
    max-width: 37%;
  }
  .tablet-m\:min_h-37\% {
    min-height: 37%;
  }
  .tablet-m\:min_w-37\% {
    min-width: 37%;
  }
  .tablet-m\:h-37vh {
    height: 37vh;
  }
  .tablet-m\:w-37vw {
    width: 37vw;
  }
  .tablet-m\:min_w-37vw {
    min-width: 37vw;
  }
  .tablet-m\:min_h-37vh {
    min-height: 37vh;
  }
  .tablet-m\:max_w-37vw {
    max-width: 37vw;
  }
  .tablet-m\:max_h-37vh {
    max-height: 37vh;
  }
  .tablet-m\:m-t-38\% {
    margin-top: 38%;
  }
  .tablet-m\:m-t--38\% {
    margin-top: -38%;
  }
  .tablet-m\:p-t-38\% {
    padding-top: 38%;
  }
  .tablet-m\:p-t--38\% {
    padding-top: -38%;
  }
  .tablet-m\:top-38\% {
    top: 38%;
  }
  .tablet-m\:top--38\% {
    top: -38%;
  }
  .tablet-m\:m-b-38\% {
    margin-bottom: 38%;
  }
  .tablet-m\:m-b--38\% {
    margin-bottom: -38%;
  }
  .tablet-m\:p-b-38\% {
    padding-bottom: 38%;
  }
  .tablet-m\:p-b--38\% {
    padding-bottom: -38%;
  }
  .tablet-m\:bottom-38\% {
    bottom: 38%;
  }
  .tablet-m\:bottom--38\% {
    bottom: -38%;
  }
  .tablet-m\:m-l-38\% {
    margin-left: 38%;
  }
  .tablet-m\:m-l--38\% {
    margin-left: -38%;
  }
  .tablet-m\:p-l-38\% {
    padding-left: 38%;
  }
  .tablet-m\:p-l--38\% {
    padding-left: -38%;
  }
  .tablet-m\:left-38\% {
    left: 38%;
  }
  .tablet-m\:left--38\% {
    left: -38%;
  }
  .tablet-m\:m-r-38\% {
    margin-right: 38%;
  }
  .tablet-m\:m-r--38\% {
    margin-right: -38%;
  }
  .tablet-m\:p-r-38\% {
    padding-right: 38%;
  }
  .tablet-m\:p-r--38\% {
    padding-right: -38%;
  }
  .tablet-m\:right-38\% {
    right: 38%;
  }
  .tablet-m\:right--38\% {
    right: -38%;
  }
  .tablet-m\:h-38\% {
    height: 38%;
  }
  .tablet-m\:w-38\% {
    width: 38%;
  }
  .tablet-m\:max_h-38\% {
    max-height: 38%;
  }
  .tablet-m\:max_w-38\% {
    max-width: 38%;
  }
  .tablet-m\:min_h-38\% {
    min-height: 38%;
  }
  .tablet-m\:min_w-38\% {
    min-width: 38%;
  }
  .tablet-m\:h-38vh {
    height: 38vh;
  }
  .tablet-m\:w-38vw {
    width: 38vw;
  }
  .tablet-m\:min_w-38vw {
    min-width: 38vw;
  }
  .tablet-m\:min_h-38vh {
    min-height: 38vh;
  }
  .tablet-m\:max_w-38vw {
    max-width: 38vw;
  }
  .tablet-m\:max_h-38vh {
    max-height: 38vh;
  }
  .tablet-m\:m-t-39\% {
    margin-top: 39%;
  }
  .tablet-m\:m-t--39\% {
    margin-top: -39%;
  }
  .tablet-m\:p-t-39\% {
    padding-top: 39%;
  }
  .tablet-m\:p-t--39\% {
    padding-top: -39%;
  }
  .tablet-m\:top-39\% {
    top: 39%;
  }
  .tablet-m\:top--39\% {
    top: -39%;
  }
  .tablet-m\:m-b-39\% {
    margin-bottom: 39%;
  }
  .tablet-m\:m-b--39\% {
    margin-bottom: -39%;
  }
  .tablet-m\:p-b-39\% {
    padding-bottom: 39%;
  }
  .tablet-m\:p-b--39\% {
    padding-bottom: -39%;
  }
  .tablet-m\:bottom-39\% {
    bottom: 39%;
  }
  .tablet-m\:bottom--39\% {
    bottom: -39%;
  }
  .tablet-m\:m-l-39\% {
    margin-left: 39%;
  }
  .tablet-m\:m-l--39\% {
    margin-left: -39%;
  }
  .tablet-m\:p-l-39\% {
    padding-left: 39%;
  }
  .tablet-m\:p-l--39\% {
    padding-left: -39%;
  }
  .tablet-m\:left-39\% {
    left: 39%;
  }
  .tablet-m\:left--39\% {
    left: -39%;
  }
  .tablet-m\:m-r-39\% {
    margin-right: 39%;
  }
  .tablet-m\:m-r--39\% {
    margin-right: -39%;
  }
  .tablet-m\:p-r-39\% {
    padding-right: 39%;
  }
  .tablet-m\:p-r--39\% {
    padding-right: -39%;
  }
  .tablet-m\:right-39\% {
    right: 39%;
  }
  .tablet-m\:right--39\% {
    right: -39%;
  }
  .tablet-m\:h-39\% {
    height: 39%;
  }
  .tablet-m\:w-39\% {
    width: 39%;
  }
  .tablet-m\:max_h-39\% {
    max-height: 39%;
  }
  .tablet-m\:max_w-39\% {
    max-width: 39%;
  }
  .tablet-m\:min_h-39\% {
    min-height: 39%;
  }
  .tablet-m\:min_w-39\% {
    min-width: 39%;
  }
  .tablet-m\:h-39vh {
    height: 39vh;
  }
  .tablet-m\:w-39vw {
    width: 39vw;
  }
  .tablet-m\:min_w-39vw {
    min-width: 39vw;
  }
  .tablet-m\:min_h-39vh {
    min-height: 39vh;
  }
  .tablet-m\:max_w-39vw {
    max-width: 39vw;
  }
  .tablet-m\:max_h-39vh {
    max-height: 39vh;
  }
  .tablet-m\:m-t-40\% {
    margin-top: 40%;
  }
  .tablet-m\:m-t--40\% {
    margin-top: -40%;
  }
  .tablet-m\:p-t-40\% {
    padding-top: 40%;
  }
  .tablet-m\:p-t--40\% {
    padding-top: -40%;
  }
  .tablet-m\:top-40\% {
    top: 40%;
  }
  .tablet-m\:top--40\% {
    top: -40%;
  }
  .tablet-m\:m-b-40\% {
    margin-bottom: 40%;
  }
  .tablet-m\:m-b--40\% {
    margin-bottom: -40%;
  }
  .tablet-m\:p-b-40\% {
    padding-bottom: 40%;
  }
  .tablet-m\:p-b--40\% {
    padding-bottom: -40%;
  }
  .tablet-m\:bottom-40\% {
    bottom: 40%;
  }
  .tablet-m\:bottom--40\% {
    bottom: -40%;
  }
  .tablet-m\:m-l-40\% {
    margin-left: 40%;
  }
  .tablet-m\:m-l--40\% {
    margin-left: -40%;
  }
  .tablet-m\:p-l-40\% {
    padding-left: 40%;
  }
  .tablet-m\:p-l--40\% {
    padding-left: -40%;
  }
  .tablet-m\:left-40\% {
    left: 40%;
  }
  .tablet-m\:left--40\% {
    left: -40%;
  }
  .tablet-m\:m-r-40\% {
    margin-right: 40%;
  }
  .tablet-m\:m-r--40\% {
    margin-right: -40%;
  }
  .tablet-m\:p-r-40\% {
    padding-right: 40%;
  }
  .tablet-m\:p-r--40\% {
    padding-right: -40%;
  }
  .tablet-m\:right-40\% {
    right: 40%;
  }
  .tablet-m\:right--40\% {
    right: -40%;
  }
  .tablet-m\:h-40\% {
    height: 40%;
  }
  .tablet-m\:w-40\% {
    width: 40%;
  }
  .tablet-m\:max_h-40\% {
    max-height: 40%;
  }
  .tablet-m\:max_w-40\% {
    max-width: 40%;
  }
  .tablet-m\:min_h-40\% {
    min-height: 40%;
  }
  .tablet-m\:min_w-40\% {
    min-width: 40%;
  }
  .tablet-m\:h-40vh {
    height: 40vh;
  }
  .tablet-m\:w-40vw {
    width: 40vw;
  }
  .tablet-m\:min_w-40vw {
    min-width: 40vw;
  }
  .tablet-m\:min_h-40vh {
    min-height: 40vh;
  }
  .tablet-m\:max_w-40vw {
    max-width: 40vw;
  }
  .tablet-m\:max_h-40vh {
    max-height: 40vh;
  }
  .tablet-m\:m-t-41\% {
    margin-top: 41%;
  }
  .tablet-m\:m-t--41\% {
    margin-top: -41%;
  }
  .tablet-m\:p-t-41\% {
    padding-top: 41%;
  }
  .tablet-m\:p-t--41\% {
    padding-top: -41%;
  }
  .tablet-m\:top-41\% {
    top: 41%;
  }
  .tablet-m\:top--41\% {
    top: -41%;
  }
  .tablet-m\:m-b-41\% {
    margin-bottom: 41%;
  }
  .tablet-m\:m-b--41\% {
    margin-bottom: -41%;
  }
  .tablet-m\:p-b-41\% {
    padding-bottom: 41%;
  }
  .tablet-m\:p-b--41\% {
    padding-bottom: -41%;
  }
  .tablet-m\:bottom-41\% {
    bottom: 41%;
  }
  .tablet-m\:bottom--41\% {
    bottom: -41%;
  }
  .tablet-m\:m-l-41\% {
    margin-left: 41%;
  }
  .tablet-m\:m-l--41\% {
    margin-left: -41%;
  }
  .tablet-m\:p-l-41\% {
    padding-left: 41%;
  }
  .tablet-m\:p-l--41\% {
    padding-left: -41%;
  }
  .tablet-m\:left-41\% {
    left: 41%;
  }
  .tablet-m\:left--41\% {
    left: -41%;
  }
  .tablet-m\:m-r-41\% {
    margin-right: 41%;
  }
  .tablet-m\:m-r--41\% {
    margin-right: -41%;
  }
  .tablet-m\:p-r-41\% {
    padding-right: 41%;
  }
  .tablet-m\:p-r--41\% {
    padding-right: -41%;
  }
  .tablet-m\:right-41\% {
    right: 41%;
  }
  .tablet-m\:right--41\% {
    right: -41%;
  }
  .tablet-m\:h-41\% {
    height: 41%;
  }
  .tablet-m\:w-41\% {
    width: 41%;
  }
  .tablet-m\:max_h-41\% {
    max-height: 41%;
  }
  .tablet-m\:max_w-41\% {
    max-width: 41%;
  }
  .tablet-m\:min_h-41\% {
    min-height: 41%;
  }
  .tablet-m\:min_w-41\% {
    min-width: 41%;
  }
  .tablet-m\:h-41vh {
    height: 41vh;
  }
  .tablet-m\:w-41vw {
    width: 41vw;
  }
  .tablet-m\:min_w-41vw {
    min-width: 41vw;
  }
  .tablet-m\:min_h-41vh {
    min-height: 41vh;
  }
  .tablet-m\:max_w-41vw {
    max-width: 41vw;
  }
  .tablet-m\:max_h-41vh {
    max-height: 41vh;
  }
  .tablet-m\:m-t-42\% {
    margin-top: 42%;
  }
  .tablet-m\:m-t--42\% {
    margin-top: -42%;
  }
  .tablet-m\:p-t-42\% {
    padding-top: 42%;
  }
  .tablet-m\:p-t--42\% {
    padding-top: -42%;
  }
  .tablet-m\:top-42\% {
    top: 42%;
  }
  .tablet-m\:top--42\% {
    top: -42%;
  }
  .tablet-m\:m-b-42\% {
    margin-bottom: 42%;
  }
  .tablet-m\:m-b--42\% {
    margin-bottom: -42%;
  }
  .tablet-m\:p-b-42\% {
    padding-bottom: 42%;
  }
  .tablet-m\:p-b--42\% {
    padding-bottom: -42%;
  }
  .tablet-m\:bottom-42\% {
    bottom: 42%;
  }
  .tablet-m\:bottom--42\% {
    bottom: -42%;
  }
  .tablet-m\:m-l-42\% {
    margin-left: 42%;
  }
  .tablet-m\:m-l--42\% {
    margin-left: -42%;
  }
  .tablet-m\:p-l-42\% {
    padding-left: 42%;
  }
  .tablet-m\:p-l--42\% {
    padding-left: -42%;
  }
  .tablet-m\:left-42\% {
    left: 42%;
  }
  .tablet-m\:left--42\% {
    left: -42%;
  }
  .tablet-m\:m-r-42\% {
    margin-right: 42%;
  }
  .tablet-m\:m-r--42\% {
    margin-right: -42%;
  }
  .tablet-m\:p-r-42\% {
    padding-right: 42%;
  }
  .tablet-m\:p-r--42\% {
    padding-right: -42%;
  }
  .tablet-m\:right-42\% {
    right: 42%;
  }
  .tablet-m\:right--42\% {
    right: -42%;
  }
  .tablet-m\:h-42\% {
    height: 42%;
  }
  .tablet-m\:w-42\% {
    width: 42%;
  }
  .tablet-m\:max_h-42\% {
    max-height: 42%;
  }
  .tablet-m\:max_w-42\% {
    max-width: 42%;
  }
  .tablet-m\:min_h-42\% {
    min-height: 42%;
  }
  .tablet-m\:min_w-42\% {
    min-width: 42%;
  }
  .tablet-m\:h-42vh {
    height: 42vh;
  }
  .tablet-m\:w-42vw {
    width: 42vw;
  }
  .tablet-m\:min_w-42vw {
    min-width: 42vw;
  }
  .tablet-m\:min_h-42vh {
    min-height: 42vh;
  }
  .tablet-m\:max_w-42vw {
    max-width: 42vw;
  }
  .tablet-m\:max_h-42vh {
    max-height: 42vh;
  }
  .tablet-m\:m-t-43\% {
    margin-top: 43%;
  }
  .tablet-m\:m-t--43\% {
    margin-top: -43%;
  }
  .tablet-m\:p-t-43\% {
    padding-top: 43%;
  }
  .tablet-m\:p-t--43\% {
    padding-top: -43%;
  }
  .tablet-m\:top-43\% {
    top: 43%;
  }
  .tablet-m\:top--43\% {
    top: -43%;
  }
  .tablet-m\:m-b-43\% {
    margin-bottom: 43%;
  }
  .tablet-m\:m-b--43\% {
    margin-bottom: -43%;
  }
  .tablet-m\:p-b-43\% {
    padding-bottom: 43%;
  }
  .tablet-m\:p-b--43\% {
    padding-bottom: -43%;
  }
  .tablet-m\:bottom-43\% {
    bottom: 43%;
  }
  .tablet-m\:bottom--43\% {
    bottom: -43%;
  }
  .tablet-m\:m-l-43\% {
    margin-left: 43%;
  }
  .tablet-m\:m-l--43\% {
    margin-left: -43%;
  }
  .tablet-m\:p-l-43\% {
    padding-left: 43%;
  }
  .tablet-m\:p-l--43\% {
    padding-left: -43%;
  }
  .tablet-m\:left-43\% {
    left: 43%;
  }
  .tablet-m\:left--43\% {
    left: -43%;
  }
  .tablet-m\:m-r-43\% {
    margin-right: 43%;
  }
  .tablet-m\:m-r--43\% {
    margin-right: -43%;
  }
  .tablet-m\:p-r-43\% {
    padding-right: 43%;
  }
  .tablet-m\:p-r--43\% {
    padding-right: -43%;
  }
  .tablet-m\:right-43\% {
    right: 43%;
  }
  .tablet-m\:right--43\% {
    right: -43%;
  }
  .tablet-m\:h-43\% {
    height: 43%;
  }
  .tablet-m\:w-43\% {
    width: 43%;
  }
  .tablet-m\:max_h-43\% {
    max-height: 43%;
  }
  .tablet-m\:max_w-43\% {
    max-width: 43%;
  }
  .tablet-m\:min_h-43\% {
    min-height: 43%;
  }
  .tablet-m\:min_w-43\% {
    min-width: 43%;
  }
  .tablet-m\:h-43vh {
    height: 43vh;
  }
  .tablet-m\:w-43vw {
    width: 43vw;
  }
  .tablet-m\:min_w-43vw {
    min-width: 43vw;
  }
  .tablet-m\:min_h-43vh {
    min-height: 43vh;
  }
  .tablet-m\:max_w-43vw {
    max-width: 43vw;
  }
  .tablet-m\:max_h-43vh {
    max-height: 43vh;
  }
  .tablet-m\:m-t-44\% {
    margin-top: 44%;
  }
  .tablet-m\:m-t--44\% {
    margin-top: -44%;
  }
  .tablet-m\:p-t-44\% {
    padding-top: 44%;
  }
  .tablet-m\:p-t--44\% {
    padding-top: -44%;
  }
  .tablet-m\:top-44\% {
    top: 44%;
  }
  .tablet-m\:top--44\% {
    top: -44%;
  }
  .tablet-m\:m-b-44\% {
    margin-bottom: 44%;
  }
  .tablet-m\:m-b--44\% {
    margin-bottom: -44%;
  }
  .tablet-m\:p-b-44\% {
    padding-bottom: 44%;
  }
  .tablet-m\:p-b--44\% {
    padding-bottom: -44%;
  }
  .tablet-m\:bottom-44\% {
    bottom: 44%;
  }
  .tablet-m\:bottom--44\% {
    bottom: -44%;
  }
  .tablet-m\:m-l-44\% {
    margin-left: 44%;
  }
  .tablet-m\:m-l--44\% {
    margin-left: -44%;
  }
  .tablet-m\:p-l-44\% {
    padding-left: 44%;
  }
  .tablet-m\:p-l--44\% {
    padding-left: -44%;
  }
  .tablet-m\:left-44\% {
    left: 44%;
  }
  .tablet-m\:left--44\% {
    left: -44%;
  }
  .tablet-m\:m-r-44\% {
    margin-right: 44%;
  }
  .tablet-m\:m-r--44\% {
    margin-right: -44%;
  }
  .tablet-m\:p-r-44\% {
    padding-right: 44%;
  }
  .tablet-m\:p-r--44\% {
    padding-right: -44%;
  }
  .tablet-m\:right-44\% {
    right: 44%;
  }
  .tablet-m\:right--44\% {
    right: -44%;
  }
  .tablet-m\:h-44\% {
    height: 44%;
  }
  .tablet-m\:w-44\% {
    width: 44%;
  }
  .tablet-m\:max_h-44\% {
    max-height: 44%;
  }
  .tablet-m\:max_w-44\% {
    max-width: 44%;
  }
  .tablet-m\:min_h-44\% {
    min-height: 44%;
  }
  .tablet-m\:min_w-44\% {
    min-width: 44%;
  }
  .tablet-m\:h-44vh {
    height: 44vh;
  }
  .tablet-m\:w-44vw {
    width: 44vw;
  }
  .tablet-m\:min_w-44vw {
    min-width: 44vw;
  }
  .tablet-m\:min_h-44vh {
    min-height: 44vh;
  }
  .tablet-m\:max_w-44vw {
    max-width: 44vw;
  }
  .tablet-m\:max_h-44vh {
    max-height: 44vh;
  }
  .tablet-m\:m-t-45\% {
    margin-top: 45%;
  }
  .tablet-m\:m-t--45\% {
    margin-top: -45%;
  }
  .tablet-m\:p-t-45\% {
    padding-top: 45%;
  }
  .tablet-m\:p-t--45\% {
    padding-top: -45%;
  }
  .tablet-m\:top-45\% {
    top: 45%;
  }
  .tablet-m\:top--45\% {
    top: -45%;
  }
  .tablet-m\:m-b-45\% {
    margin-bottom: 45%;
  }
  .tablet-m\:m-b--45\% {
    margin-bottom: -45%;
  }
  .tablet-m\:p-b-45\% {
    padding-bottom: 45%;
  }
  .tablet-m\:p-b--45\% {
    padding-bottom: -45%;
  }
  .tablet-m\:bottom-45\% {
    bottom: 45%;
  }
  .tablet-m\:bottom--45\% {
    bottom: -45%;
  }
  .tablet-m\:m-l-45\% {
    margin-left: 45%;
  }
  .tablet-m\:m-l--45\% {
    margin-left: -45%;
  }
  .tablet-m\:p-l-45\% {
    padding-left: 45%;
  }
  .tablet-m\:p-l--45\% {
    padding-left: -45%;
  }
  .tablet-m\:left-45\% {
    left: 45%;
  }
  .tablet-m\:left--45\% {
    left: -45%;
  }
  .tablet-m\:m-r-45\% {
    margin-right: 45%;
  }
  .tablet-m\:m-r--45\% {
    margin-right: -45%;
  }
  .tablet-m\:p-r-45\% {
    padding-right: 45%;
  }
  .tablet-m\:p-r--45\% {
    padding-right: -45%;
  }
  .tablet-m\:right-45\% {
    right: 45%;
  }
  .tablet-m\:right--45\% {
    right: -45%;
  }
  .tablet-m\:h-45\% {
    height: 45%;
  }
  .tablet-m\:w-45\% {
    width: 45%;
  }
  .tablet-m\:max_h-45\% {
    max-height: 45%;
  }
  .tablet-m\:max_w-45\% {
    max-width: 45%;
  }
  .tablet-m\:min_h-45\% {
    min-height: 45%;
  }
  .tablet-m\:min_w-45\% {
    min-width: 45%;
  }
  .tablet-m\:h-45vh {
    height: 45vh;
  }
  .tablet-m\:w-45vw {
    width: 45vw;
  }
  .tablet-m\:min_w-45vw {
    min-width: 45vw;
  }
  .tablet-m\:min_h-45vh {
    min-height: 45vh;
  }
  .tablet-m\:max_w-45vw {
    max-width: 45vw;
  }
  .tablet-m\:max_h-45vh {
    max-height: 45vh;
  }
  .tablet-m\:m-t-46\% {
    margin-top: 46%;
  }
  .tablet-m\:m-t--46\% {
    margin-top: -46%;
  }
  .tablet-m\:p-t-46\% {
    padding-top: 46%;
  }
  .tablet-m\:p-t--46\% {
    padding-top: -46%;
  }
  .tablet-m\:top-46\% {
    top: 46%;
  }
  .tablet-m\:top--46\% {
    top: -46%;
  }
  .tablet-m\:m-b-46\% {
    margin-bottom: 46%;
  }
  .tablet-m\:m-b--46\% {
    margin-bottom: -46%;
  }
  .tablet-m\:p-b-46\% {
    padding-bottom: 46%;
  }
  .tablet-m\:p-b--46\% {
    padding-bottom: -46%;
  }
  .tablet-m\:bottom-46\% {
    bottom: 46%;
  }
  .tablet-m\:bottom--46\% {
    bottom: -46%;
  }
  .tablet-m\:m-l-46\% {
    margin-left: 46%;
  }
  .tablet-m\:m-l--46\% {
    margin-left: -46%;
  }
  .tablet-m\:p-l-46\% {
    padding-left: 46%;
  }
  .tablet-m\:p-l--46\% {
    padding-left: -46%;
  }
  .tablet-m\:left-46\% {
    left: 46%;
  }
  .tablet-m\:left--46\% {
    left: -46%;
  }
  .tablet-m\:m-r-46\% {
    margin-right: 46%;
  }
  .tablet-m\:m-r--46\% {
    margin-right: -46%;
  }
  .tablet-m\:p-r-46\% {
    padding-right: 46%;
  }
  .tablet-m\:p-r--46\% {
    padding-right: -46%;
  }
  .tablet-m\:right-46\% {
    right: 46%;
  }
  .tablet-m\:right--46\% {
    right: -46%;
  }
  .tablet-m\:h-46\% {
    height: 46%;
  }
  .tablet-m\:w-46\% {
    width: 46%;
  }
  .tablet-m\:max_h-46\% {
    max-height: 46%;
  }
  .tablet-m\:max_w-46\% {
    max-width: 46%;
  }
  .tablet-m\:min_h-46\% {
    min-height: 46%;
  }
  .tablet-m\:min_w-46\% {
    min-width: 46%;
  }
  .tablet-m\:h-46vh {
    height: 46vh;
  }
  .tablet-m\:w-46vw {
    width: 46vw;
  }
  .tablet-m\:min_w-46vw {
    min-width: 46vw;
  }
  .tablet-m\:min_h-46vh {
    min-height: 46vh;
  }
  .tablet-m\:max_w-46vw {
    max-width: 46vw;
  }
  .tablet-m\:max_h-46vh {
    max-height: 46vh;
  }
  .tablet-m\:m-t-47\% {
    margin-top: 47%;
  }
  .tablet-m\:m-t--47\% {
    margin-top: -47%;
  }
  .tablet-m\:p-t-47\% {
    padding-top: 47%;
  }
  .tablet-m\:p-t--47\% {
    padding-top: -47%;
  }
  .tablet-m\:top-47\% {
    top: 47%;
  }
  .tablet-m\:top--47\% {
    top: -47%;
  }
  .tablet-m\:m-b-47\% {
    margin-bottom: 47%;
  }
  .tablet-m\:m-b--47\% {
    margin-bottom: -47%;
  }
  .tablet-m\:p-b-47\% {
    padding-bottom: 47%;
  }
  .tablet-m\:p-b--47\% {
    padding-bottom: -47%;
  }
  .tablet-m\:bottom-47\% {
    bottom: 47%;
  }
  .tablet-m\:bottom--47\% {
    bottom: -47%;
  }
  .tablet-m\:m-l-47\% {
    margin-left: 47%;
  }
  .tablet-m\:m-l--47\% {
    margin-left: -47%;
  }
  .tablet-m\:p-l-47\% {
    padding-left: 47%;
  }
  .tablet-m\:p-l--47\% {
    padding-left: -47%;
  }
  .tablet-m\:left-47\% {
    left: 47%;
  }
  .tablet-m\:left--47\% {
    left: -47%;
  }
  .tablet-m\:m-r-47\% {
    margin-right: 47%;
  }
  .tablet-m\:m-r--47\% {
    margin-right: -47%;
  }
  .tablet-m\:p-r-47\% {
    padding-right: 47%;
  }
  .tablet-m\:p-r--47\% {
    padding-right: -47%;
  }
  .tablet-m\:right-47\% {
    right: 47%;
  }
  .tablet-m\:right--47\% {
    right: -47%;
  }
  .tablet-m\:h-47\% {
    height: 47%;
  }
  .tablet-m\:w-47\% {
    width: 47%;
  }
  .tablet-m\:max_h-47\% {
    max-height: 47%;
  }
  .tablet-m\:max_w-47\% {
    max-width: 47%;
  }
  .tablet-m\:min_h-47\% {
    min-height: 47%;
  }
  .tablet-m\:min_w-47\% {
    min-width: 47%;
  }
  .tablet-m\:h-47vh {
    height: 47vh;
  }
  .tablet-m\:w-47vw {
    width: 47vw;
  }
  .tablet-m\:min_w-47vw {
    min-width: 47vw;
  }
  .tablet-m\:min_h-47vh {
    min-height: 47vh;
  }
  .tablet-m\:max_w-47vw {
    max-width: 47vw;
  }
  .tablet-m\:max_h-47vh {
    max-height: 47vh;
  }
  .tablet-m\:m-t-48\% {
    margin-top: 48%;
  }
  .tablet-m\:m-t--48\% {
    margin-top: -48%;
  }
  .tablet-m\:p-t-48\% {
    padding-top: 48%;
  }
  .tablet-m\:p-t--48\% {
    padding-top: -48%;
  }
  .tablet-m\:top-48\% {
    top: 48%;
  }
  .tablet-m\:top--48\% {
    top: -48%;
  }
  .tablet-m\:m-b-48\% {
    margin-bottom: 48%;
  }
  .tablet-m\:m-b--48\% {
    margin-bottom: -48%;
  }
  .tablet-m\:p-b-48\% {
    padding-bottom: 48%;
  }
  .tablet-m\:p-b--48\% {
    padding-bottom: -48%;
  }
  .tablet-m\:bottom-48\% {
    bottom: 48%;
  }
  .tablet-m\:bottom--48\% {
    bottom: -48%;
  }
  .tablet-m\:m-l-48\% {
    margin-left: 48%;
  }
  .tablet-m\:m-l--48\% {
    margin-left: -48%;
  }
  .tablet-m\:p-l-48\% {
    padding-left: 48%;
  }
  .tablet-m\:p-l--48\% {
    padding-left: -48%;
  }
  .tablet-m\:left-48\% {
    left: 48%;
  }
  .tablet-m\:left--48\% {
    left: -48%;
  }
  .tablet-m\:m-r-48\% {
    margin-right: 48%;
  }
  .tablet-m\:m-r--48\% {
    margin-right: -48%;
  }
  .tablet-m\:p-r-48\% {
    padding-right: 48%;
  }
  .tablet-m\:p-r--48\% {
    padding-right: -48%;
  }
  .tablet-m\:right-48\% {
    right: 48%;
  }
  .tablet-m\:right--48\% {
    right: -48%;
  }
  .tablet-m\:h-48\% {
    height: 48%;
  }
  .tablet-m\:w-48\% {
    width: 48%;
  }
  .tablet-m\:max_h-48\% {
    max-height: 48%;
  }
  .tablet-m\:max_w-48\% {
    max-width: 48%;
  }
  .tablet-m\:min_h-48\% {
    min-height: 48%;
  }
  .tablet-m\:min_w-48\% {
    min-width: 48%;
  }
  .tablet-m\:h-48vh {
    height: 48vh;
  }
  .tablet-m\:w-48vw {
    width: 48vw;
  }
  .tablet-m\:min_w-48vw {
    min-width: 48vw;
  }
  .tablet-m\:min_h-48vh {
    min-height: 48vh;
  }
  .tablet-m\:max_w-48vw {
    max-width: 48vw;
  }
  .tablet-m\:max_h-48vh {
    max-height: 48vh;
  }
  .tablet-m\:m-t-49\% {
    margin-top: 49%;
  }
  .tablet-m\:m-t--49\% {
    margin-top: -49%;
  }
  .tablet-m\:p-t-49\% {
    padding-top: 49%;
  }
  .tablet-m\:p-t--49\% {
    padding-top: -49%;
  }
  .tablet-m\:top-49\% {
    top: 49%;
  }
  .tablet-m\:top--49\% {
    top: -49%;
  }
  .tablet-m\:m-b-49\% {
    margin-bottom: 49%;
  }
  .tablet-m\:m-b--49\% {
    margin-bottom: -49%;
  }
  .tablet-m\:p-b-49\% {
    padding-bottom: 49%;
  }
  .tablet-m\:p-b--49\% {
    padding-bottom: -49%;
  }
  .tablet-m\:bottom-49\% {
    bottom: 49%;
  }
  .tablet-m\:bottom--49\% {
    bottom: -49%;
  }
  .tablet-m\:m-l-49\% {
    margin-left: 49%;
  }
  .tablet-m\:m-l--49\% {
    margin-left: -49%;
  }
  .tablet-m\:p-l-49\% {
    padding-left: 49%;
  }
  .tablet-m\:p-l--49\% {
    padding-left: -49%;
  }
  .tablet-m\:left-49\% {
    left: 49%;
  }
  .tablet-m\:left--49\% {
    left: -49%;
  }
  .tablet-m\:m-r-49\% {
    margin-right: 49%;
  }
  .tablet-m\:m-r--49\% {
    margin-right: -49%;
  }
  .tablet-m\:p-r-49\% {
    padding-right: 49%;
  }
  .tablet-m\:p-r--49\% {
    padding-right: -49%;
  }
  .tablet-m\:right-49\% {
    right: 49%;
  }
  .tablet-m\:right--49\% {
    right: -49%;
  }
  .tablet-m\:h-49\% {
    height: 49%;
  }
  .tablet-m\:w-49\% {
    width: 49%;
  }
  .tablet-m\:max_h-49\% {
    max-height: 49%;
  }
  .tablet-m\:max_w-49\% {
    max-width: 49%;
  }
  .tablet-m\:min_h-49\% {
    min-height: 49%;
  }
  .tablet-m\:min_w-49\% {
    min-width: 49%;
  }
  .tablet-m\:h-49vh {
    height: 49vh;
  }
  .tablet-m\:w-49vw {
    width: 49vw;
  }
  .tablet-m\:min_w-49vw {
    min-width: 49vw;
  }
  .tablet-m\:min_h-49vh {
    min-height: 49vh;
  }
  .tablet-m\:max_w-49vw {
    max-width: 49vw;
  }
  .tablet-m\:max_h-49vh {
    max-height: 49vh;
  }
  .tablet-m\:m-t-50\% {
    margin-top: 50%;
  }
  .tablet-m\:m-t--50\% {
    margin-top: -50%;
  }
  .tablet-m\:p-t-50\% {
    padding-top: 50%;
  }
  .tablet-m\:p-t--50\% {
    padding-top: -50%;
  }
  .tablet-m\:top-50\% {
    top: 50%;
  }
  .tablet-m\:top--50\% {
    top: -50%;
  }
  .tablet-m\:m-b-50\% {
    margin-bottom: 50%;
  }
  .tablet-m\:m-b--50\% {
    margin-bottom: -50%;
  }
  .tablet-m\:p-b-50\% {
    padding-bottom: 50%;
  }
  .tablet-m\:p-b--50\% {
    padding-bottom: -50%;
  }
  .tablet-m\:bottom-50\% {
    bottom: 50%;
  }
  .tablet-m\:bottom--50\% {
    bottom: -50%;
  }
  .tablet-m\:m-l-50\% {
    margin-left: 50%;
  }
  .tablet-m\:m-l--50\% {
    margin-left: -50%;
  }
  .tablet-m\:p-l-50\% {
    padding-left: 50%;
  }
  .tablet-m\:p-l--50\% {
    padding-left: -50%;
  }
  .tablet-m\:left-50\% {
    left: 50%;
  }
  .tablet-m\:left--50\% {
    left: -50%;
  }
  .tablet-m\:m-r-50\% {
    margin-right: 50%;
  }
  .tablet-m\:m-r--50\% {
    margin-right: -50%;
  }
  .tablet-m\:p-r-50\% {
    padding-right: 50%;
  }
  .tablet-m\:p-r--50\% {
    padding-right: -50%;
  }
  .tablet-m\:right-50\% {
    right: 50%;
  }
  .tablet-m\:right--50\% {
    right: -50%;
  }
  .tablet-m\:h-50\% {
    height: 50%;
  }
  .tablet-m\:w-50\% {
    width: 50%;
  }
  .tablet-m\:max_h-50\% {
    max-height: 50%;
  }
  .tablet-m\:max_w-50\% {
    max-width: 50%;
  }
  .tablet-m\:min_h-50\% {
    min-height: 50%;
  }
  .tablet-m\:min_w-50\% {
    min-width: 50%;
  }
  .tablet-m\:h-50vh {
    height: 50vh;
  }
  .tablet-m\:w-50vw {
    width: 50vw;
  }
  .tablet-m\:min_w-50vw {
    min-width: 50vw;
  }
  .tablet-m\:min_h-50vh {
    min-height: 50vh;
  }
  .tablet-m\:max_w-50vw {
    max-width: 50vw;
  }
  .tablet-m\:max_h-50vh {
    max-height: 50vh;
  }
  .tablet-m\:m-t-51\% {
    margin-top: 51%;
  }
  .tablet-m\:m-t--51\% {
    margin-top: -51%;
  }
  .tablet-m\:p-t-51\% {
    padding-top: 51%;
  }
  .tablet-m\:p-t--51\% {
    padding-top: -51%;
  }
  .tablet-m\:top-51\% {
    top: 51%;
  }
  .tablet-m\:top--51\% {
    top: -51%;
  }
  .tablet-m\:m-b-51\% {
    margin-bottom: 51%;
  }
  .tablet-m\:m-b--51\% {
    margin-bottom: -51%;
  }
  .tablet-m\:p-b-51\% {
    padding-bottom: 51%;
  }
  .tablet-m\:p-b--51\% {
    padding-bottom: -51%;
  }
  .tablet-m\:bottom-51\% {
    bottom: 51%;
  }
  .tablet-m\:bottom--51\% {
    bottom: -51%;
  }
  .tablet-m\:m-l-51\% {
    margin-left: 51%;
  }
  .tablet-m\:m-l--51\% {
    margin-left: -51%;
  }
  .tablet-m\:p-l-51\% {
    padding-left: 51%;
  }
  .tablet-m\:p-l--51\% {
    padding-left: -51%;
  }
  .tablet-m\:left-51\% {
    left: 51%;
  }
  .tablet-m\:left--51\% {
    left: -51%;
  }
  .tablet-m\:m-r-51\% {
    margin-right: 51%;
  }
  .tablet-m\:m-r--51\% {
    margin-right: -51%;
  }
  .tablet-m\:p-r-51\% {
    padding-right: 51%;
  }
  .tablet-m\:p-r--51\% {
    padding-right: -51%;
  }
  .tablet-m\:right-51\% {
    right: 51%;
  }
  .tablet-m\:right--51\% {
    right: -51%;
  }
  .tablet-m\:h-51\% {
    height: 51%;
  }
  .tablet-m\:w-51\% {
    width: 51%;
  }
  .tablet-m\:max_h-51\% {
    max-height: 51%;
  }
  .tablet-m\:max_w-51\% {
    max-width: 51%;
  }
  .tablet-m\:min_h-51\% {
    min-height: 51%;
  }
  .tablet-m\:min_w-51\% {
    min-width: 51%;
  }
  .tablet-m\:h-51vh {
    height: 51vh;
  }
  .tablet-m\:w-51vw {
    width: 51vw;
  }
  .tablet-m\:min_w-51vw {
    min-width: 51vw;
  }
  .tablet-m\:min_h-51vh {
    min-height: 51vh;
  }
  .tablet-m\:max_w-51vw {
    max-width: 51vw;
  }
  .tablet-m\:max_h-51vh {
    max-height: 51vh;
  }
  .tablet-m\:m-t-52\% {
    margin-top: 52%;
  }
  .tablet-m\:m-t--52\% {
    margin-top: -52%;
  }
  .tablet-m\:p-t-52\% {
    padding-top: 52%;
  }
  .tablet-m\:p-t--52\% {
    padding-top: -52%;
  }
  .tablet-m\:top-52\% {
    top: 52%;
  }
  .tablet-m\:top--52\% {
    top: -52%;
  }
  .tablet-m\:m-b-52\% {
    margin-bottom: 52%;
  }
  .tablet-m\:m-b--52\% {
    margin-bottom: -52%;
  }
  .tablet-m\:p-b-52\% {
    padding-bottom: 52%;
  }
  .tablet-m\:p-b--52\% {
    padding-bottom: -52%;
  }
  .tablet-m\:bottom-52\% {
    bottom: 52%;
  }
  .tablet-m\:bottom--52\% {
    bottom: -52%;
  }
  .tablet-m\:m-l-52\% {
    margin-left: 52%;
  }
  .tablet-m\:m-l--52\% {
    margin-left: -52%;
  }
  .tablet-m\:p-l-52\% {
    padding-left: 52%;
  }
  .tablet-m\:p-l--52\% {
    padding-left: -52%;
  }
  .tablet-m\:left-52\% {
    left: 52%;
  }
  .tablet-m\:left--52\% {
    left: -52%;
  }
  .tablet-m\:m-r-52\% {
    margin-right: 52%;
  }
  .tablet-m\:m-r--52\% {
    margin-right: -52%;
  }
  .tablet-m\:p-r-52\% {
    padding-right: 52%;
  }
  .tablet-m\:p-r--52\% {
    padding-right: -52%;
  }
  .tablet-m\:right-52\% {
    right: 52%;
  }
  .tablet-m\:right--52\% {
    right: -52%;
  }
  .tablet-m\:h-52\% {
    height: 52%;
  }
  .tablet-m\:w-52\% {
    width: 52%;
  }
  .tablet-m\:max_h-52\% {
    max-height: 52%;
  }
  .tablet-m\:max_w-52\% {
    max-width: 52%;
  }
  .tablet-m\:min_h-52\% {
    min-height: 52%;
  }
  .tablet-m\:min_w-52\% {
    min-width: 52%;
  }
  .tablet-m\:h-52vh {
    height: 52vh;
  }
  .tablet-m\:w-52vw {
    width: 52vw;
  }
  .tablet-m\:min_w-52vw {
    min-width: 52vw;
  }
  .tablet-m\:min_h-52vh {
    min-height: 52vh;
  }
  .tablet-m\:max_w-52vw {
    max-width: 52vw;
  }
  .tablet-m\:max_h-52vh {
    max-height: 52vh;
  }
  .tablet-m\:m-t-53\% {
    margin-top: 53%;
  }
  .tablet-m\:m-t--53\% {
    margin-top: -53%;
  }
  .tablet-m\:p-t-53\% {
    padding-top: 53%;
  }
  .tablet-m\:p-t--53\% {
    padding-top: -53%;
  }
  .tablet-m\:top-53\% {
    top: 53%;
  }
  .tablet-m\:top--53\% {
    top: -53%;
  }
  .tablet-m\:m-b-53\% {
    margin-bottom: 53%;
  }
  .tablet-m\:m-b--53\% {
    margin-bottom: -53%;
  }
  .tablet-m\:p-b-53\% {
    padding-bottom: 53%;
  }
  .tablet-m\:p-b--53\% {
    padding-bottom: -53%;
  }
  .tablet-m\:bottom-53\% {
    bottom: 53%;
  }
  .tablet-m\:bottom--53\% {
    bottom: -53%;
  }
  .tablet-m\:m-l-53\% {
    margin-left: 53%;
  }
  .tablet-m\:m-l--53\% {
    margin-left: -53%;
  }
  .tablet-m\:p-l-53\% {
    padding-left: 53%;
  }
  .tablet-m\:p-l--53\% {
    padding-left: -53%;
  }
  .tablet-m\:left-53\% {
    left: 53%;
  }
  .tablet-m\:left--53\% {
    left: -53%;
  }
  .tablet-m\:m-r-53\% {
    margin-right: 53%;
  }
  .tablet-m\:m-r--53\% {
    margin-right: -53%;
  }
  .tablet-m\:p-r-53\% {
    padding-right: 53%;
  }
  .tablet-m\:p-r--53\% {
    padding-right: -53%;
  }
  .tablet-m\:right-53\% {
    right: 53%;
  }
  .tablet-m\:right--53\% {
    right: -53%;
  }
  .tablet-m\:h-53\% {
    height: 53%;
  }
  .tablet-m\:w-53\% {
    width: 53%;
  }
  .tablet-m\:max_h-53\% {
    max-height: 53%;
  }
  .tablet-m\:max_w-53\% {
    max-width: 53%;
  }
  .tablet-m\:min_h-53\% {
    min-height: 53%;
  }
  .tablet-m\:min_w-53\% {
    min-width: 53%;
  }
  .tablet-m\:h-53vh {
    height: 53vh;
  }
  .tablet-m\:w-53vw {
    width: 53vw;
  }
  .tablet-m\:min_w-53vw {
    min-width: 53vw;
  }
  .tablet-m\:min_h-53vh {
    min-height: 53vh;
  }
  .tablet-m\:max_w-53vw {
    max-width: 53vw;
  }
  .tablet-m\:max_h-53vh {
    max-height: 53vh;
  }
  .tablet-m\:m-t-54\% {
    margin-top: 54%;
  }
  .tablet-m\:m-t--54\% {
    margin-top: -54%;
  }
  .tablet-m\:p-t-54\% {
    padding-top: 54%;
  }
  .tablet-m\:p-t--54\% {
    padding-top: -54%;
  }
  .tablet-m\:top-54\% {
    top: 54%;
  }
  .tablet-m\:top--54\% {
    top: -54%;
  }
  .tablet-m\:m-b-54\% {
    margin-bottom: 54%;
  }
  .tablet-m\:m-b--54\% {
    margin-bottom: -54%;
  }
  .tablet-m\:p-b-54\% {
    padding-bottom: 54%;
  }
  .tablet-m\:p-b--54\% {
    padding-bottom: -54%;
  }
  .tablet-m\:bottom-54\% {
    bottom: 54%;
  }
  .tablet-m\:bottom--54\% {
    bottom: -54%;
  }
  .tablet-m\:m-l-54\% {
    margin-left: 54%;
  }
  .tablet-m\:m-l--54\% {
    margin-left: -54%;
  }
  .tablet-m\:p-l-54\% {
    padding-left: 54%;
  }
  .tablet-m\:p-l--54\% {
    padding-left: -54%;
  }
  .tablet-m\:left-54\% {
    left: 54%;
  }
  .tablet-m\:left--54\% {
    left: -54%;
  }
  .tablet-m\:m-r-54\% {
    margin-right: 54%;
  }
  .tablet-m\:m-r--54\% {
    margin-right: -54%;
  }
  .tablet-m\:p-r-54\% {
    padding-right: 54%;
  }
  .tablet-m\:p-r--54\% {
    padding-right: -54%;
  }
  .tablet-m\:right-54\% {
    right: 54%;
  }
  .tablet-m\:right--54\% {
    right: -54%;
  }
  .tablet-m\:h-54\% {
    height: 54%;
  }
  .tablet-m\:w-54\% {
    width: 54%;
  }
  .tablet-m\:max_h-54\% {
    max-height: 54%;
  }
  .tablet-m\:max_w-54\% {
    max-width: 54%;
  }
  .tablet-m\:min_h-54\% {
    min-height: 54%;
  }
  .tablet-m\:min_w-54\% {
    min-width: 54%;
  }
  .tablet-m\:h-54vh {
    height: 54vh;
  }
  .tablet-m\:w-54vw {
    width: 54vw;
  }
  .tablet-m\:min_w-54vw {
    min-width: 54vw;
  }
  .tablet-m\:min_h-54vh {
    min-height: 54vh;
  }
  .tablet-m\:max_w-54vw {
    max-width: 54vw;
  }
  .tablet-m\:max_h-54vh {
    max-height: 54vh;
  }
  .tablet-m\:m-t-55\% {
    margin-top: 55%;
  }
  .tablet-m\:m-t--55\% {
    margin-top: -55%;
  }
  .tablet-m\:p-t-55\% {
    padding-top: 55%;
  }
  .tablet-m\:p-t--55\% {
    padding-top: -55%;
  }
  .tablet-m\:top-55\% {
    top: 55%;
  }
  .tablet-m\:top--55\% {
    top: -55%;
  }
  .tablet-m\:m-b-55\% {
    margin-bottom: 55%;
  }
  .tablet-m\:m-b--55\% {
    margin-bottom: -55%;
  }
  .tablet-m\:p-b-55\% {
    padding-bottom: 55%;
  }
  .tablet-m\:p-b--55\% {
    padding-bottom: -55%;
  }
  .tablet-m\:bottom-55\% {
    bottom: 55%;
  }
  .tablet-m\:bottom--55\% {
    bottom: -55%;
  }
  .tablet-m\:m-l-55\% {
    margin-left: 55%;
  }
  .tablet-m\:m-l--55\% {
    margin-left: -55%;
  }
  .tablet-m\:p-l-55\% {
    padding-left: 55%;
  }
  .tablet-m\:p-l--55\% {
    padding-left: -55%;
  }
  .tablet-m\:left-55\% {
    left: 55%;
  }
  .tablet-m\:left--55\% {
    left: -55%;
  }
  .tablet-m\:m-r-55\% {
    margin-right: 55%;
  }
  .tablet-m\:m-r--55\% {
    margin-right: -55%;
  }
  .tablet-m\:p-r-55\% {
    padding-right: 55%;
  }
  .tablet-m\:p-r--55\% {
    padding-right: -55%;
  }
  .tablet-m\:right-55\% {
    right: 55%;
  }
  .tablet-m\:right--55\% {
    right: -55%;
  }
  .tablet-m\:h-55\% {
    height: 55%;
  }
  .tablet-m\:w-55\% {
    width: 55%;
  }
  .tablet-m\:max_h-55\% {
    max-height: 55%;
  }
  .tablet-m\:max_w-55\% {
    max-width: 55%;
  }
  .tablet-m\:min_h-55\% {
    min-height: 55%;
  }
  .tablet-m\:min_w-55\% {
    min-width: 55%;
  }
  .tablet-m\:h-55vh {
    height: 55vh;
  }
  .tablet-m\:w-55vw {
    width: 55vw;
  }
  .tablet-m\:min_w-55vw {
    min-width: 55vw;
  }
  .tablet-m\:min_h-55vh {
    min-height: 55vh;
  }
  .tablet-m\:max_w-55vw {
    max-width: 55vw;
  }
  .tablet-m\:max_h-55vh {
    max-height: 55vh;
  }
  .tablet-m\:m-t-56\% {
    margin-top: 56%;
  }
  .tablet-m\:m-t--56\% {
    margin-top: -56%;
  }
  .tablet-m\:p-t-56\% {
    padding-top: 56%;
  }
  .tablet-m\:p-t--56\% {
    padding-top: -56%;
  }
  .tablet-m\:top-56\% {
    top: 56%;
  }
  .tablet-m\:top--56\% {
    top: -56%;
  }
  .tablet-m\:m-b-56\% {
    margin-bottom: 56%;
  }
  .tablet-m\:m-b--56\% {
    margin-bottom: -56%;
  }
  .tablet-m\:p-b-56\% {
    padding-bottom: 56%;
  }
  .tablet-m\:p-b--56\% {
    padding-bottom: -56%;
  }
  .tablet-m\:bottom-56\% {
    bottom: 56%;
  }
  .tablet-m\:bottom--56\% {
    bottom: -56%;
  }
  .tablet-m\:m-l-56\% {
    margin-left: 56%;
  }
  .tablet-m\:m-l--56\% {
    margin-left: -56%;
  }
  .tablet-m\:p-l-56\% {
    padding-left: 56%;
  }
  .tablet-m\:p-l--56\% {
    padding-left: -56%;
  }
  .tablet-m\:left-56\% {
    left: 56%;
  }
  .tablet-m\:left--56\% {
    left: -56%;
  }
  .tablet-m\:m-r-56\% {
    margin-right: 56%;
  }
  .tablet-m\:m-r--56\% {
    margin-right: -56%;
  }
  .tablet-m\:p-r-56\% {
    padding-right: 56%;
  }
  .tablet-m\:p-r--56\% {
    padding-right: -56%;
  }
  .tablet-m\:right-56\% {
    right: 56%;
  }
  .tablet-m\:right--56\% {
    right: -56%;
  }
  .tablet-m\:h-56\% {
    height: 56%;
  }
  .tablet-m\:w-56\% {
    width: 56%;
  }
  .tablet-m\:max_h-56\% {
    max-height: 56%;
  }
  .tablet-m\:max_w-56\% {
    max-width: 56%;
  }
  .tablet-m\:min_h-56\% {
    min-height: 56%;
  }
  .tablet-m\:min_w-56\% {
    min-width: 56%;
  }
  .tablet-m\:h-56vh {
    height: 56vh;
  }
  .tablet-m\:w-56vw {
    width: 56vw;
  }
  .tablet-m\:min_w-56vw {
    min-width: 56vw;
  }
  .tablet-m\:min_h-56vh {
    min-height: 56vh;
  }
  .tablet-m\:max_w-56vw {
    max-width: 56vw;
  }
  .tablet-m\:max_h-56vh {
    max-height: 56vh;
  }
  .tablet-m\:m-t-57\% {
    margin-top: 57%;
  }
  .tablet-m\:m-t--57\% {
    margin-top: -57%;
  }
  .tablet-m\:p-t-57\% {
    padding-top: 57%;
  }
  .tablet-m\:p-t--57\% {
    padding-top: -57%;
  }
  .tablet-m\:top-57\% {
    top: 57%;
  }
  .tablet-m\:top--57\% {
    top: -57%;
  }
  .tablet-m\:m-b-57\% {
    margin-bottom: 57%;
  }
  .tablet-m\:m-b--57\% {
    margin-bottom: -57%;
  }
  .tablet-m\:p-b-57\% {
    padding-bottom: 57%;
  }
  .tablet-m\:p-b--57\% {
    padding-bottom: -57%;
  }
  .tablet-m\:bottom-57\% {
    bottom: 57%;
  }
  .tablet-m\:bottom--57\% {
    bottom: -57%;
  }
  .tablet-m\:m-l-57\% {
    margin-left: 57%;
  }
  .tablet-m\:m-l--57\% {
    margin-left: -57%;
  }
  .tablet-m\:p-l-57\% {
    padding-left: 57%;
  }
  .tablet-m\:p-l--57\% {
    padding-left: -57%;
  }
  .tablet-m\:left-57\% {
    left: 57%;
  }
  .tablet-m\:left--57\% {
    left: -57%;
  }
  .tablet-m\:m-r-57\% {
    margin-right: 57%;
  }
  .tablet-m\:m-r--57\% {
    margin-right: -57%;
  }
  .tablet-m\:p-r-57\% {
    padding-right: 57%;
  }
  .tablet-m\:p-r--57\% {
    padding-right: -57%;
  }
  .tablet-m\:right-57\% {
    right: 57%;
  }
  .tablet-m\:right--57\% {
    right: -57%;
  }
  .tablet-m\:h-57\% {
    height: 57%;
  }
  .tablet-m\:w-57\% {
    width: 57%;
  }
  .tablet-m\:max_h-57\% {
    max-height: 57%;
  }
  .tablet-m\:max_w-57\% {
    max-width: 57%;
  }
  .tablet-m\:min_h-57\% {
    min-height: 57%;
  }
  .tablet-m\:min_w-57\% {
    min-width: 57%;
  }
  .tablet-m\:h-57vh {
    height: 57vh;
  }
  .tablet-m\:w-57vw {
    width: 57vw;
  }
  .tablet-m\:min_w-57vw {
    min-width: 57vw;
  }
  .tablet-m\:min_h-57vh {
    min-height: 57vh;
  }
  .tablet-m\:max_w-57vw {
    max-width: 57vw;
  }
  .tablet-m\:max_h-57vh {
    max-height: 57vh;
  }
  .tablet-m\:m-t-58\% {
    margin-top: 58%;
  }
  .tablet-m\:m-t--58\% {
    margin-top: -58%;
  }
  .tablet-m\:p-t-58\% {
    padding-top: 58%;
  }
  .tablet-m\:p-t--58\% {
    padding-top: -58%;
  }
  .tablet-m\:top-58\% {
    top: 58%;
  }
  .tablet-m\:top--58\% {
    top: -58%;
  }
  .tablet-m\:m-b-58\% {
    margin-bottom: 58%;
  }
  .tablet-m\:m-b--58\% {
    margin-bottom: -58%;
  }
  .tablet-m\:p-b-58\% {
    padding-bottom: 58%;
  }
  .tablet-m\:p-b--58\% {
    padding-bottom: -58%;
  }
  .tablet-m\:bottom-58\% {
    bottom: 58%;
  }
  .tablet-m\:bottom--58\% {
    bottom: -58%;
  }
  .tablet-m\:m-l-58\% {
    margin-left: 58%;
  }
  .tablet-m\:m-l--58\% {
    margin-left: -58%;
  }
  .tablet-m\:p-l-58\% {
    padding-left: 58%;
  }
  .tablet-m\:p-l--58\% {
    padding-left: -58%;
  }
  .tablet-m\:left-58\% {
    left: 58%;
  }
  .tablet-m\:left--58\% {
    left: -58%;
  }
  .tablet-m\:m-r-58\% {
    margin-right: 58%;
  }
  .tablet-m\:m-r--58\% {
    margin-right: -58%;
  }
  .tablet-m\:p-r-58\% {
    padding-right: 58%;
  }
  .tablet-m\:p-r--58\% {
    padding-right: -58%;
  }
  .tablet-m\:right-58\% {
    right: 58%;
  }
  .tablet-m\:right--58\% {
    right: -58%;
  }
  .tablet-m\:h-58\% {
    height: 58%;
  }
  .tablet-m\:w-58\% {
    width: 58%;
  }
  .tablet-m\:max_h-58\% {
    max-height: 58%;
  }
  .tablet-m\:max_w-58\% {
    max-width: 58%;
  }
  .tablet-m\:min_h-58\% {
    min-height: 58%;
  }
  .tablet-m\:min_w-58\% {
    min-width: 58%;
  }
  .tablet-m\:h-58vh {
    height: 58vh;
  }
  .tablet-m\:w-58vw {
    width: 58vw;
  }
  .tablet-m\:min_w-58vw {
    min-width: 58vw;
  }
  .tablet-m\:min_h-58vh {
    min-height: 58vh;
  }
  .tablet-m\:max_w-58vw {
    max-width: 58vw;
  }
  .tablet-m\:max_h-58vh {
    max-height: 58vh;
  }
  .tablet-m\:m-t-59\% {
    margin-top: 59%;
  }
  .tablet-m\:m-t--59\% {
    margin-top: -59%;
  }
  .tablet-m\:p-t-59\% {
    padding-top: 59%;
  }
  .tablet-m\:p-t--59\% {
    padding-top: -59%;
  }
  .tablet-m\:top-59\% {
    top: 59%;
  }
  .tablet-m\:top--59\% {
    top: -59%;
  }
  .tablet-m\:m-b-59\% {
    margin-bottom: 59%;
  }
  .tablet-m\:m-b--59\% {
    margin-bottom: -59%;
  }
  .tablet-m\:p-b-59\% {
    padding-bottom: 59%;
  }
  .tablet-m\:p-b--59\% {
    padding-bottom: -59%;
  }
  .tablet-m\:bottom-59\% {
    bottom: 59%;
  }
  .tablet-m\:bottom--59\% {
    bottom: -59%;
  }
  .tablet-m\:m-l-59\% {
    margin-left: 59%;
  }
  .tablet-m\:m-l--59\% {
    margin-left: -59%;
  }
  .tablet-m\:p-l-59\% {
    padding-left: 59%;
  }
  .tablet-m\:p-l--59\% {
    padding-left: -59%;
  }
  .tablet-m\:left-59\% {
    left: 59%;
  }
  .tablet-m\:left--59\% {
    left: -59%;
  }
  .tablet-m\:m-r-59\% {
    margin-right: 59%;
  }
  .tablet-m\:m-r--59\% {
    margin-right: -59%;
  }
  .tablet-m\:p-r-59\% {
    padding-right: 59%;
  }
  .tablet-m\:p-r--59\% {
    padding-right: -59%;
  }
  .tablet-m\:right-59\% {
    right: 59%;
  }
  .tablet-m\:right--59\% {
    right: -59%;
  }
  .tablet-m\:h-59\% {
    height: 59%;
  }
  .tablet-m\:w-59\% {
    width: 59%;
  }
  .tablet-m\:max_h-59\% {
    max-height: 59%;
  }
  .tablet-m\:max_w-59\% {
    max-width: 59%;
  }
  .tablet-m\:min_h-59\% {
    min-height: 59%;
  }
  .tablet-m\:min_w-59\% {
    min-width: 59%;
  }
  .tablet-m\:h-59vh {
    height: 59vh;
  }
  .tablet-m\:w-59vw {
    width: 59vw;
  }
  .tablet-m\:min_w-59vw {
    min-width: 59vw;
  }
  .tablet-m\:min_h-59vh {
    min-height: 59vh;
  }
  .tablet-m\:max_w-59vw {
    max-width: 59vw;
  }
  .tablet-m\:max_h-59vh {
    max-height: 59vh;
  }
  .tablet-m\:m-t-60\% {
    margin-top: 60%;
  }
  .tablet-m\:m-t--60\% {
    margin-top: -60%;
  }
  .tablet-m\:p-t-60\% {
    padding-top: 60%;
  }
  .tablet-m\:p-t--60\% {
    padding-top: -60%;
  }
  .tablet-m\:top-60\% {
    top: 60%;
  }
  .tablet-m\:top--60\% {
    top: -60%;
  }
  .tablet-m\:m-b-60\% {
    margin-bottom: 60%;
  }
  .tablet-m\:m-b--60\% {
    margin-bottom: -60%;
  }
  .tablet-m\:p-b-60\% {
    padding-bottom: 60%;
  }
  .tablet-m\:p-b--60\% {
    padding-bottom: -60%;
  }
  .tablet-m\:bottom-60\% {
    bottom: 60%;
  }
  .tablet-m\:bottom--60\% {
    bottom: -60%;
  }
  .tablet-m\:m-l-60\% {
    margin-left: 60%;
  }
  .tablet-m\:m-l--60\% {
    margin-left: -60%;
  }
  .tablet-m\:p-l-60\% {
    padding-left: 60%;
  }
  .tablet-m\:p-l--60\% {
    padding-left: -60%;
  }
  .tablet-m\:left-60\% {
    left: 60%;
  }
  .tablet-m\:left--60\% {
    left: -60%;
  }
  .tablet-m\:m-r-60\% {
    margin-right: 60%;
  }
  .tablet-m\:m-r--60\% {
    margin-right: -60%;
  }
  .tablet-m\:p-r-60\% {
    padding-right: 60%;
  }
  .tablet-m\:p-r--60\% {
    padding-right: -60%;
  }
  .tablet-m\:right-60\% {
    right: 60%;
  }
  .tablet-m\:right--60\% {
    right: -60%;
  }
  .tablet-m\:h-60\% {
    height: 60%;
  }
  .tablet-m\:w-60\% {
    width: 60%;
  }
  .tablet-m\:max_h-60\% {
    max-height: 60%;
  }
  .tablet-m\:max_w-60\% {
    max-width: 60%;
  }
  .tablet-m\:min_h-60\% {
    min-height: 60%;
  }
  .tablet-m\:min_w-60\% {
    min-width: 60%;
  }
  .tablet-m\:h-60vh {
    height: 60vh;
  }
  .tablet-m\:w-60vw {
    width: 60vw;
  }
  .tablet-m\:min_w-60vw {
    min-width: 60vw;
  }
  .tablet-m\:min_h-60vh {
    min-height: 60vh;
  }
  .tablet-m\:max_w-60vw {
    max-width: 60vw;
  }
  .tablet-m\:max_h-60vh {
    max-height: 60vh;
  }
  .tablet-m\:m-t-61\% {
    margin-top: 61%;
  }
  .tablet-m\:m-t--61\% {
    margin-top: -61%;
  }
  .tablet-m\:p-t-61\% {
    padding-top: 61%;
  }
  .tablet-m\:p-t--61\% {
    padding-top: -61%;
  }
  .tablet-m\:top-61\% {
    top: 61%;
  }
  .tablet-m\:top--61\% {
    top: -61%;
  }
  .tablet-m\:m-b-61\% {
    margin-bottom: 61%;
  }
  .tablet-m\:m-b--61\% {
    margin-bottom: -61%;
  }
  .tablet-m\:p-b-61\% {
    padding-bottom: 61%;
  }
  .tablet-m\:p-b--61\% {
    padding-bottom: -61%;
  }
  .tablet-m\:bottom-61\% {
    bottom: 61%;
  }
  .tablet-m\:bottom--61\% {
    bottom: -61%;
  }
  .tablet-m\:m-l-61\% {
    margin-left: 61%;
  }
  .tablet-m\:m-l--61\% {
    margin-left: -61%;
  }
  .tablet-m\:p-l-61\% {
    padding-left: 61%;
  }
  .tablet-m\:p-l--61\% {
    padding-left: -61%;
  }
  .tablet-m\:left-61\% {
    left: 61%;
  }
  .tablet-m\:left--61\% {
    left: -61%;
  }
  .tablet-m\:m-r-61\% {
    margin-right: 61%;
  }
  .tablet-m\:m-r--61\% {
    margin-right: -61%;
  }
  .tablet-m\:p-r-61\% {
    padding-right: 61%;
  }
  .tablet-m\:p-r--61\% {
    padding-right: -61%;
  }
  .tablet-m\:right-61\% {
    right: 61%;
  }
  .tablet-m\:right--61\% {
    right: -61%;
  }
  .tablet-m\:h-61\% {
    height: 61%;
  }
  .tablet-m\:w-61\% {
    width: 61%;
  }
  .tablet-m\:max_h-61\% {
    max-height: 61%;
  }
  .tablet-m\:max_w-61\% {
    max-width: 61%;
  }
  .tablet-m\:min_h-61\% {
    min-height: 61%;
  }
  .tablet-m\:min_w-61\% {
    min-width: 61%;
  }
  .tablet-m\:h-61vh {
    height: 61vh;
  }
  .tablet-m\:w-61vw {
    width: 61vw;
  }
  .tablet-m\:min_w-61vw {
    min-width: 61vw;
  }
  .tablet-m\:min_h-61vh {
    min-height: 61vh;
  }
  .tablet-m\:max_w-61vw {
    max-width: 61vw;
  }
  .tablet-m\:max_h-61vh {
    max-height: 61vh;
  }
  .tablet-m\:m-t-62\% {
    margin-top: 62%;
  }
  .tablet-m\:m-t--62\% {
    margin-top: -62%;
  }
  .tablet-m\:p-t-62\% {
    padding-top: 62%;
  }
  .tablet-m\:p-t--62\% {
    padding-top: -62%;
  }
  .tablet-m\:top-62\% {
    top: 62%;
  }
  .tablet-m\:top--62\% {
    top: -62%;
  }
  .tablet-m\:m-b-62\% {
    margin-bottom: 62%;
  }
  .tablet-m\:m-b--62\% {
    margin-bottom: -62%;
  }
  .tablet-m\:p-b-62\% {
    padding-bottom: 62%;
  }
  .tablet-m\:p-b--62\% {
    padding-bottom: -62%;
  }
  .tablet-m\:bottom-62\% {
    bottom: 62%;
  }
  .tablet-m\:bottom--62\% {
    bottom: -62%;
  }
  .tablet-m\:m-l-62\% {
    margin-left: 62%;
  }
  .tablet-m\:m-l--62\% {
    margin-left: -62%;
  }
  .tablet-m\:p-l-62\% {
    padding-left: 62%;
  }
  .tablet-m\:p-l--62\% {
    padding-left: -62%;
  }
  .tablet-m\:left-62\% {
    left: 62%;
  }
  .tablet-m\:left--62\% {
    left: -62%;
  }
  .tablet-m\:m-r-62\% {
    margin-right: 62%;
  }
  .tablet-m\:m-r--62\% {
    margin-right: -62%;
  }
  .tablet-m\:p-r-62\% {
    padding-right: 62%;
  }
  .tablet-m\:p-r--62\% {
    padding-right: -62%;
  }
  .tablet-m\:right-62\% {
    right: 62%;
  }
  .tablet-m\:right--62\% {
    right: -62%;
  }
  .tablet-m\:h-62\% {
    height: 62%;
  }
  .tablet-m\:w-62\% {
    width: 62%;
  }
  .tablet-m\:max_h-62\% {
    max-height: 62%;
  }
  .tablet-m\:max_w-62\% {
    max-width: 62%;
  }
  .tablet-m\:min_h-62\% {
    min-height: 62%;
  }
  .tablet-m\:min_w-62\% {
    min-width: 62%;
  }
  .tablet-m\:h-62vh {
    height: 62vh;
  }
  .tablet-m\:w-62vw {
    width: 62vw;
  }
  .tablet-m\:min_w-62vw {
    min-width: 62vw;
  }
  .tablet-m\:min_h-62vh {
    min-height: 62vh;
  }
  .tablet-m\:max_w-62vw {
    max-width: 62vw;
  }
  .tablet-m\:max_h-62vh {
    max-height: 62vh;
  }
  .tablet-m\:m-t-63\% {
    margin-top: 63%;
  }
  .tablet-m\:m-t--63\% {
    margin-top: -63%;
  }
  .tablet-m\:p-t-63\% {
    padding-top: 63%;
  }
  .tablet-m\:p-t--63\% {
    padding-top: -63%;
  }
  .tablet-m\:top-63\% {
    top: 63%;
  }
  .tablet-m\:top--63\% {
    top: -63%;
  }
  .tablet-m\:m-b-63\% {
    margin-bottom: 63%;
  }
  .tablet-m\:m-b--63\% {
    margin-bottom: -63%;
  }
  .tablet-m\:p-b-63\% {
    padding-bottom: 63%;
  }
  .tablet-m\:p-b--63\% {
    padding-bottom: -63%;
  }
  .tablet-m\:bottom-63\% {
    bottom: 63%;
  }
  .tablet-m\:bottom--63\% {
    bottom: -63%;
  }
  .tablet-m\:m-l-63\% {
    margin-left: 63%;
  }
  .tablet-m\:m-l--63\% {
    margin-left: -63%;
  }
  .tablet-m\:p-l-63\% {
    padding-left: 63%;
  }
  .tablet-m\:p-l--63\% {
    padding-left: -63%;
  }
  .tablet-m\:left-63\% {
    left: 63%;
  }
  .tablet-m\:left--63\% {
    left: -63%;
  }
  .tablet-m\:m-r-63\% {
    margin-right: 63%;
  }
  .tablet-m\:m-r--63\% {
    margin-right: -63%;
  }
  .tablet-m\:p-r-63\% {
    padding-right: 63%;
  }
  .tablet-m\:p-r--63\% {
    padding-right: -63%;
  }
  .tablet-m\:right-63\% {
    right: 63%;
  }
  .tablet-m\:right--63\% {
    right: -63%;
  }
  .tablet-m\:h-63\% {
    height: 63%;
  }
  .tablet-m\:w-63\% {
    width: 63%;
  }
  .tablet-m\:max_h-63\% {
    max-height: 63%;
  }
  .tablet-m\:max_w-63\% {
    max-width: 63%;
  }
  .tablet-m\:min_h-63\% {
    min-height: 63%;
  }
  .tablet-m\:min_w-63\% {
    min-width: 63%;
  }
  .tablet-m\:h-63vh {
    height: 63vh;
  }
  .tablet-m\:w-63vw {
    width: 63vw;
  }
  .tablet-m\:min_w-63vw {
    min-width: 63vw;
  }
  .tablet-m\:min_h-63vh {
    min-height: 63vh;
  }
  .tablet-m\:max_w-63vw {
    max-width: 63vw;
  }
  .tablet-m\:max_h-63vh {
    max-height: 63vh;
  }
  .tablet-m\:m-t-64\% {
    margin-top: 64%;
  }
  .tablet-m\:m-t--64\% {
    margin-top: -64%;
  }
  .tablet-m\:p-t-64\% {
    padding-top: 64%;
  }
  .tablet-m\:p-t--64\% {
    padding-top: -64%;
  }
  .tablet-m\:top-64\% {
    top: 64%;
  }
  .tablet-m\:top--64\% {
    top: -64%;
  }
  .tablet-m\:m-b-64\% {
    margin-bottom: 64%;
  }
  .tablet-m\:m-b--64\% {
    margin-bottom: -64%;
  }
  .tablet-m\:p-b-64\% {
    padding-bottom: 64%;
  }
  .tablet-m\:p-b--64\% {
    padding-bottom: -64%;
  }
  .tablet-m\:bottom-64\% {
    bottom: 64%;
  }
  .tablet-m\:bottom--64\% {
    bottom: -64%;
  }
  .tablet-m\:m-l-64\% {
    margin-left: 64%;
  }
  .tablet-m\:m-l--64\% {
    margin-left: -64%;
  }
  .tablet-m\:p-l-64\% {
    padding-left: 64%;
  }
  .tablet-m\:p-l--64\% {
    padding-left: -64%;
  }
  .tablet-m\:left-64\% {
    left: 64%;
  }
  .tablet-m\:left--64\% {
    left: -64%;
  }
  .tablet-m\:m-r-64\% {
    margin-right: 64%;
  }
  .tablet-m\:m-r--64\% {
    margin-right: -64%;
  }
  .tablet-m\:p-r-64\% {
    padding-right: 64%;
  }
  .tablet-m\:p-r--64\% {
    padding-right: -64%;
  }
  .tablet-m\:right-64\% {
    right: 64%;
  }
  .tablet-m\:right--64\% {
    right: -64%;
  }
  .tablet-m\:h-64\% {
    height: 64%;
  }
  .tablet-m\:w-64\% {
    width: 64%;
  }
  .tablet-m\:max_h-64\% {
    max-height: 64%;
  }
  .tablet-m\:max_w-64\% {
    max-width: 64%;
  }
  .tablet-m\:min_h-64\% {
    min-height: 64%;
  }
  .tablet-m\:min_w-64\% {
    min-width: 64%;
  }
  .tablet-m\:h-64vh {
    height: 64vh;
  }
  .tablet-m\:w-64vw {
    width: 64vw;
  }
  .tablet-m\:min_w-64vw {
    min-width: 64vw;
  }
  .tablet-m\:min_h-64vh {
    min-height: 64vh;
  }
  .tablet-m\:max_w-64vw {
    max-width: 64vw;
  }
  .tablet-m\:max_h-64vh {
    max-height: 64vh;
  }
  .tablet-m\:m-t-65\% {
    margin-top: 65%;
  }
  .tablet-m\:m-t--65\% {
    margin-top: -65%;
  }
  .tablet-m\:p-t-65\% {
    padding-top: 65%;
  }
  .tablet-m\:p-t--65\% {
    padding-top: -65%;
  }
  .tablet-m\:top-65\% {
    top: 65%;
  }
  .tablet-m\:top--65\% {
    top: -65%;
  }
  .tablet-m\:m-b-65\% {
    margin-bottom: 65%;
  }
  .tablet-m\:m-b--65\% {
    margin-bottom: -65%;
  }
  .tablet-m\:p-b-65\% {
    padding-bottom: 65%;
  }
  .tablet-m\:p-b--65\% {
    padding-bottom: -65%;
  }
  .tablet-m\:bottom-65\% {
    bottom: 65%;
  }
  .tablet-m\:bottom--65\% {
    bottom: -65%;
  }
  .tablet-m\:m-l-65\% {
    margin-left: 65%;
  }
  .tablet-m\:m-l--65\% {
    margin-left: -65%;
  }
  .tablet-m\:p-l-65\% {
    padding-left: 65%;
  }
  .tablet-m\:p-l--65\% {
    padding-left: -65%;
  }
  .tablet-m\:left-65\% {
    left: 65%;
  }
  .tablet-m\:left--65\% {
    left: -65%;
  }
  .tablet-m\:m-r-65\% {
    margin-right: 65%;
  }
  .tablet-m\:m-r--65\% {
    margin-right: -65%;
  }
  .tablet-m\:p-r-65\% {
    padding-right: 65%;
  }
  .tablet-m\:p-r--65\% {
    padding-right: -65%;
  }
  .tablet-m\:right-65\% {
    right: 65%;
  }
  .tablet-m\:right--65\% {
    right: -65%;
  }
  .tablet-m\:h-65\% {
    height: 65%;
  }
  .tablet-m\:w-65\% {
    width: 65%;
  }
  .tablet-m\:max_h-65\% {
    max-height: 65%;
  }
  .tablet-m\:max_w-65\% {
    max-width: 65%;
  }
  .tablet-m\:min_h-65\% {
    min-height: 65%;
  }
  .tablet-m\:min_w-65\% {
    min-width: 65%;
  }
  .tablet-m\:h-65vh {
    height: 65vh;
  }
  .tablet-m\:w-65vw {
    width: 65vw;
  }
  .tablet-m\:min_w-65vw {
    min-width: 65vw;
  }
  .tablet-m\:min_h-65vh {
    min-height: 65vh;
  }
  .tablet-m\:max_w-65vw {
    max-width: 65vw;
  }
  .tablet-m\:max_h-65vh {
    max-height: 65vh;
  }
  .tablet-m\:m-t-66\% {
    margin-top: 66%;
  }
  .tablet-m\:m-t--66\% {
    margin-top: -66%;
  }
  .tablet-m\:p-t-66\% {
    padding-top: 66%;
  }
  .tablet-m\:p-t--66\% {
    padding-top: -66%;
  }
  .tablet-m\:top-66\% {
    top: 66%;
  }
  .tablet-m\:top--66\% {
    top: -66%;
  }
  .tablet-m\:m-b-66\% {
    margin-bottom: 66%;
  }
  .tablet-m\:m-b--66\% {
    margin-bottom: -66%;
  }
  .tablet-m\:p-b-66\% {
    padding-bottom: 66%;
  }
  .tablet-m\:p-b--66\% {
    padding-bottom: -66%;
  }
  .tablet-m\:bottom-66\% {
    bottom: 66%;
  }
  .tablet-m\:bottom--66\% {
    bottom: -66%;
  }
  .tablet-m\:m-l-66\% {
    margin-left: 66%;
  }
  .tablet-m\:m-l--66\% {
    margin-left: -66%;
  }
  .tablet-m\:p-l-66\% {
    padding-left: 66%;
  }
  .tablet-m\:p-l--66\% {
    padding-left: -66%;
  }
  .tablet-m\:left-66\% {
    left: 66%;
  }
  .tablet-m\:left--66\% {
    left: -66%;
  }
  .tablet-m\:m-r-66\% {
    margin-right: 66%;
  }
  .tablet-m\:m-r--66\% {
    margin-right: -66%;
  }
  .tablet-m\:p-r-66\% {
    padding-right: 66%;
  }
  .tablet-m\:p-r--66\% {
    padding-right: -66%;
  }
  .tablet-m\:right-66\% {
    right: 66%;
  }
  .tablet-m\:right--66\% {
    right: -66%;
  }
  .tablet-m\:h-66\% {
    height: 66%;
  }
  .tablet-m\:w-66\% {
    width: 66%;
  }
  .tablet-m\:max_h-66\% {
    max-height: 66%;
  }
  .tablet-m\:max_w-66\% {
    max-width: 66%;
  }
  .tablet-m\:min_h-66\% {
    min-height: 66%;
  }
  .tablet-m\:min_w-66\% {
    min-width: 66%;
  }
  .tablet-m\:h-66vh {
    height: 66vh;
  }
  .tablet-m\:w-66vw {
    width: 66vw;
  }
  .tablet-m\:min_w-66vw {
    min-width: 66vw;
  }
  .tablet-m\:min_h-66vh {
    min-height: 66vh;
  }
  .tablet-m\:max_w-66vw {
    max-width: 66vw;
  }
  .tablet-m\:max_h-66vh {
    max-height: 66vh;
  }
  .tablet-m\:m-t-67\% {
    margin-top: 67%;
  }
  .tablet-m\:m-t--67\% {
    margin-top: -67%;
  }
  .tablet-m\:p-t-67\% {
    padding-top: 67%;
  }
  .tablet-m\:p-t--67\% {
    padding-top: -67%;
  }
  .tablet-m\:top-67\% {
    top: 67%;
  }
  .tablet-m\:top--67\% {
    top: -67%;
  }
  .tablet-m\:m-b-67\% {
    margin-bottom: 67%;
  }
  .tablet-m\:m-b--67\% {
    margin-bottom: -67%;
  }
  .tablet-m\:p-b-67\% {
    padding-bottom: 67%;
  }
  .tablet-m\:p-b--67\% {
    padding-bottom: -67%;
  }
  .tablet-m\:bottom-67\% {
    bottom: 67%;
  }
  .tablet-m\:bottom--67\% {
    bottom: -67%;
  }
  .tablet-m\:m-l-67\% {
    margin-left: 67%;
  }
  .tablet-m\:m-l--67\% {
    margin-left: -67%;
  }
  .tablet-m\:p-l-67\% {
    padding-left: 67%;
  }
  .tablet-m\:p-l--67\% {
    padding-left: -67%;
  }
  .tablet-m\:left-67\% {
    left: 67%;
  }
  .tablet-m\:left--67\% {
    left: -67%;
  }
  .tablet-m\:m-r-67\% {
    margin-right: 67%;
  }
  .tablet-m\:m-r--67\% {
    margin-right: -67%;
  }
  .tablet-m\:p-r-67\% {
    padding-right: 67%;
  }
  .tablet-m\:p-r--67\% {
    padding-right: -67%;
  }
  .tablet-m\:right-67\% {
    right: 67%;
  }
  .tablet-m\:right--67\% {
    right: -67%;
  }
  .tablet-m\:h-67\% {
    height: 67%;
  }
  .tablet-m\:w-67\% {
    width: 67%;
  }
  .tablet-m\:max_h-67\% {
    max-height: 67%;
  }
  .tablet-m\:max_w-67\% {
    max-width: 67%;
  }
  .tablet-m\:min_h-67\% {
    min-height: 67%;
  }
  .tablet-m\:min_w-67\% {
    min-width: 67%;
  }
  .tablet-m\:h-67vh {
    height: 67vh;
  }
  .tablet-m\:w-67vw {
    width: 67vw;
  }
  .tablet-m\:min_w-67vw {
    min-width: 67vw;
  }
  .tablet-m\:min_h-67vh {
    min-height: 67vh;
  }
  .tablet-m\:max_w-67vw {
    max-width: 67vw;
  }
  .tablet-m\:max_h-67vh {
    max-height: 67vh;
  }
  .tablet-m\:m-t-68\% {
    margin-top: 68%;
  }
  .tablet-m\:m-t--68\% {
    margin-top: -68%;
  }
  .tablet-m\:p-t-68\% {
    padding-top: 68%;
  }
  .tablet-m\:p-t--68\% {
    padding-top: -68%;
  }
  .tablet-m\:top-68\% {
    top: 68%;
  }
  .tablet-m\:top--68\% {
    top: -68%;
  }
  .tablet-m\:m-b-68\% {
    margin-bottom: 68%;
  }
  .tablet-m\:m-b--68\% {
    margin-bottom: -68%;
  }
  .tablet-m\:p-b-68\% {
    padding-bottom: 68%;
  }
  .tablet-m\:p-b--68\% {
    padding-bottom: -68%;
  }
  .tablet-m\:bottom-68\% {
    bottom: 68%;
  }
  .tablet-m\:bottom--68\% {
    bottom: -68%;
  }
  .tablet-m\:m-l-68\% {
    margin-left: 68%;
  }
  .tablet-m\:m-l--68\% {
    margin-left: -68%;
  }
  .tablet-m\:p-l-68\% {
    padding-left: 68%;
  }
  .tablet-m\:p-l--68\% {
    padding-left: -68%;
  }
  .tablet-m\:left-68\% {
    left: 68%;
  }
  .tablet-m\:left--68\% {
    left: -68%;
  }
  .tablet-m\:m-r-68\% {
    margin-right: 68%;
  }
  .tablet-m\:m-r--68\% {
    margin-right: -68%;
  }
  .tablet-m\:p-r-68\% {
    padding-right: 68%;
  }
  .tablet-m\:p-r--68\% {
    padding-right: -68%;
  }
  .tablet-m\:right-68\% {
    right: 68%;
  }
  .tablet-m\:right--68\% {
    right: -68%;
  }
  .tablet-m\:h-68\% {
    height: 68%;
  }
  .tablet-m\:w-68\% {
    width: 68%;
  }
  .tablet-m\:max_h-68\% {
    max-height: 68%;
  }
  .tablet-m\:max_w-68\% {
    max-width: 68%;
  }
  .tablet-m\:min_h-68\% {
    min-height: 68%;
  }
  .tablet-m\:min_w-68\% {
    min-width: 68%;
  }
  .tablet-m\:h-68vh {
    height: 68vh;
  }
  .tablet-m\:w-68vw {
    width: 68vw;
  }
  .tablet-m\:min_w-68vw {
    min-width: 68vw;
  }
  .tablet-m\:min_h-68vh {
    min-height: 68vh;
  }
  .tablet-m\:max_w-68vw {
    max-width: 68vw;
  }
  .tablet-m\:max_h-68vh {
    max-height: 68vh;
  }
  .tablet-m\:m-t-69\% {
    margin-top: 69%;
  }
  .tablet-m\:m-t--69\% {
    margin-top: -69%;
  }
  .tablet-m\:p-t-69\% {
    padding-top: 69%;
  }
  .tablet-m\:p-t--69\% {
    padding-top: -69%;
  }
  .tablet-m\:top-69\% {
    top: 69%;
  }
  .tablet-m\:top--69\% {
    top: -69%;
  }
  .tablet-m\:m-b-69\% {
    margin-bottom: 69%;
  }
  .tablet-m\:m-b--69\% {
    margin-bottom: -69%;
  }
  .tablet-m\:p-b-69\% {
    padding-bottom: 69%;
  }
  .tablet-m\:p-b--69\% {
    padding-bottom: -69%;
  }
  .tablet-m\:bottom-69\% {
    bottom: 69%;
  }
  .tablet-m\:bottom--69\% {
    bottom: -69%;
  }
  .tablet-m\:m-l-69\% {
    margin-left: 69%;
  }
  .tablet-m\:m-l--69\% {
    margin-left: -69%;
  }
  .tablet-m\:p-l-69\% {
    padding-left: 69%;
  }
  .tablet-m\:p-l--69\% {
    padding-left: -69%;
  }
  .tablet-m\:left-69\% {
    left: 69%;
  }
  .tablet-m\:left--69\% {
    left: -69%;
  }
  .tablet-m\:m-r-69\% {
    margin-right: 69%;
  }
  .tablet-m\:m-r--69\% {
    margin-right: -69%;
  }
  .tablet-m\:p-r-69\% {
    padding-right: 69%;
  }
  .tablet-m\:p-r--69\% {
    padding-right: -69%;
  }
  .tablet-m\:right-69\% {
    right: 69%;
  }
  .tablet-m\:right--69\% {
    right: -69%;
  }
  .tablet-m\:h-69\% {
    height: 69%;
  }
  .tablet-m\:w-69\% {
    width: 69%;
  }
  .tablet-m\:max_h-69\% {
    max-height: 69%;
  }
  .tablet-m\:max_w-69\% {
    max-width: 69%;
  }
  .tablet-m\:min_h-69\% {
    min-height: 69%;
  }
  .tablet-m\:min_w-69\% {
    min-width: 69%;
  }
  .tablet-m\:h-69vh {
    height: 69vh;
  }
  .tablet-m\:w-69vw {
    width: 69vw;
  }
  .tablet-m\:min_w-69vw {
    min-width: 69vw;
  }
  .tablet-m\:min_h-69vh {
    min-height: 69vh;
  }
  .tablet-m\:max_w-69vw {
    max-width: 69vw;
  }
  .tablet-m\:max_h-69vh {
    max-height: 69vh;
  }
  .tablet-m\:m-t-70\% {
    margin-top: 70%;
  }
  .tablet-m\:m-t--70\% {
    margin-top: -70%;
  }
  .tablet-m\:p-t-70\% {
    padding-top: 70%;
  }
  .tablet-m\:p-t--70\% {
    padding-top: -70%;
  }
  .tablet-m\:top-70\% {
    top: 70%;
  }
  .tablet-m\:top--70\% {
    top: -70%;
  }
  .tablet-m\:m-b-70\% {
    margin-bottom: 70%;
  }
  .tablet-m\:m-b--70\% {
    margin-bottom: -70%;
  }
  .tablet-m\:p-b-70\% {
    padding-bottom: 70%;
  }
  .tablet-m\:p-b--70\% {
    padding-bottom: -70%;
  }
  .tablet-m\:bottom-70\% {
    bottom: 70%;
  }
  .tablet-m\:bottom--70\% {
    bottom: -70%;
  }
  .tablet-m\:m-l-70\% {
    margin-left: 70%;
  }
  .tablet-m\:m-l--70\% {
    margin-left: -70%;
  }
  .tablet-m\:p-l-70\% {
    padding-left: 70%;
  }
  .tablet-m\:p-l--70\% {
    padding-left: -70%;
  }
  .tablet-m\:left-70\% {
    left: 70%;
  }
  .tablet-m\:left--70\% {
    left: -70%;
  }
  .tablet-m\:m-r-70\% {
    margin-right: 70%;
  }
  .tablet-m\:m-r--70\% {
    margin-right: -70%;
  }
  .tablet-m\:p-r-70\% {
    padding-right: 70%;
  }
  .tablet-m\:p-r--70\% {
    padding-right: -70%;
  }
  .tablet-m\:right-70\% {
    right: 70%;
  }
  .tablet-m\:right--70\% {
    right: -70%;
  }
  .tablet-m\:h-70\% {
    height: 70%;
  }
  .tablet-m\:w-70\% {
    width: 70%;
  }
  .tablet-m\:max_h-70\% {
    max-height: 70%;
  }
  .tablet-m\:max_w-70\% {
    max-width: 70%;
  }
  .tablet-m\:min_h-70\% {
    min-height: 70%;
  }
  .tablet-m\:min_w-70\% {
    min-width: 70%;
  }
  .tablet-m\:h-70vh {
    height: 70vh;
  }
  .tablet-m\:w-70vw {
    width: 70vw;
  }
  .tablet-m\:min_w-70vw {
    min-width: 70vw;
  }
  .tablet-m\:min_h-70vh {
    min-height: 70vh;
  }
  .tablet-m\:max_w-70vw {
    max-width: 70vw;
  }
  .tablet-m\:max_h-70vh {
    max-height: 70vh;
  }
  .tablet-m\:m-t-71\% {
    margin-top: 71%;
  }
  .tablet-m\:m-t--71\% {
    margin-top: -71%;
  }
  .tablet-m\:p-t-71\% {
    padding-top: 71%;
  }
  .tablet-m\:p-t--71\% {
    padding-top: -71%;
  }
  .tablet-m\:top-71\% {
    top: 71%;
  }
  .tablet-m\:top--71\% {
    top: -71%;
  }
  .tablet-m\:m-b-71\% {
    margin-bottom: 71%;
  }
  .tablet-m\:m-b--71\% {
    margin-bottom: -71%;
  }
  .tablet-m\:p-b-71\% {
    padding-bottom: 71%;
  }
  .tablet-m\:p-b--71\% {
    padding-bottom: -71%;
  }
  .tablet-m\:bottom-71\% {
    bottom: 71%;
  }
  .tablet-m\:bottom--71\% {
    bottom: -71%;
  }
  .tablet-m\:m-l-71\% {
    margin-left: 71%;
  }
  .tablet-m\:m-l--71\% {
    margin-left: -71%;
  }
  .tablet-m\:p-l-71\% {
    padding-left: 71%;
  }
  .tablet-m\:p-l--71\% {
    padding-left: -71%;
  }
  .tablet-m\:left-71\% {
    left: 71%;
  }
  .tablet-m\:left--71\% {
    left: -71%;
  }
  .tablet-m\:m-r-71\% {
    margin-right: 71%;
  }
  .tablet-m\:m-r--71\% {
    margin-right: -71%;
  }
  .tablet-m\:p-r-71\% {
    padding-right: 71%;
  }
  .tablet-m\:p-r--71\% {
    padding-right: -71%;
  }
  .tablet-m\:right-71\% {
    right: 71%;
  }
  .tablet-m\:right--71\% {
    right: -71%;
  }
  .tablet-m\:h-71\% {
    height: 71%;
  }
  .tablet-m\:w-71\% {
    width: 71%;
  }
  .tablet-m\:max_h-71\% {
    max-height: 71%;
  }
  .tablet-m\:max_w-71\% {
    max-width: 71%;
  }
  .tablet-m\:min_h-71\% {
    min-height: 71%;
  }
  .tablet-m\:min_w-71\% {
    min-width: 71%;
  }
  .tablet-m\:h-71vh {
    height: 71vh;
  }
  .tablet-m\:w-71vw {
    width: 71vw;
  }
  .tablet-m\:min_w-71vw {
    min-width: 71vw;
  }
  .tablet-m\:min_h-71vh {
    min-height: 71vh;
  }
  .tablet-m\:max_w-71vw {
    max-width: 71vw;
  }
  .tablet-m\:max_h-71vh {
    max-height: 71vh;
  }
  .tablet-m\:m-t-72\% {
    margin-top: 72%;
  }
  .tablet-m\:m-t--72\% {
    margin-top: -72%;
  }
  .tablet-m\:p-t-72\% {
    padding-top: 72%;
  }
  .tablet-m\:p-t--72\% {
    padding-top: -72%;
  }
  .tablet-m\:top-72\% {
    top: 72%;
  }
  .tablet-m\:top--72\% {
    top: -72%;
  }
  .tablet-m\:m-b-72\% {
    margin-bottom: 72%;
  }
  .tablet-m\:m-b--72\% {
    margin-bottom: -72%;
  }
  .tablet-m\:p-b-72\% {
    padding-bottom: 72%;
  }
  .tablet-m\:p-b--72\% {
    padding-bottom: -72%;
  }
  .tablet-m\:bottom-72\% {
    bottom: 72%;
  }
  .tablet-m\:bottom--72\% {
    bottom: -72%;
  }
  .tablet-m\:m-l-72\% {
    margin-left: 72%;
  }
  .tablet-m\:m-l--72\% {
    margin-left: -72%;
  }
  .tablet-m\:p-l-72\% {
    padding-left: 72%;
  }
  .tablet-m\:p-l--72\% {
    padding-left: -72%;
  }
  .tablet-m\:left-72\% {
    left: 72%;
  }
  .tablet-m\:left--72\% {
    left: -72%;
  }
  .tablet-m\:m-r-72\% {
    margin-right: 72%;
  }
  .tablet-m\:m-r--72\% {
    margin-right: -72%;
  }
  .tablet-m\:p-r-72\% {
    padding-right: 72%;
  }
  .tablet-m\:p-r--72\% {
    padding-right: -72%;
  }
  .tablet-m\:right-72\% {
    right: 72%;
  }
  .tablet-m\:right--72\% {
    right: -72%;
  }
  .tablet-m\:h-72\% {
    height: 72%;
  }
  .tablet-m\:w-72\% {
    width: 72%;
  }
  .tablet-m\:max_h-72\% {
    max-height: 72%;
  }
  .tablet-m\:max_w-72\% {
    max-width: 72%;
  }
  .tablet-m\:min_h-72\% {
    min-height: 72%;
  }
  .tablet-m\:min_w-72\% {
    min-width: 72%;
  }
  .tablet-m\:h-72vh {
    height: 72vh;
  }
  .tablet-m\:w-72vw {
    width: 72vw;
  }
  .tablet-m\:min_w-72vw {
    min-width: 72vw;
  }
  .tablet-m\:min_h-72vh {
    min-height: 72vh;
  }
  .tablet-m\:max_w-72vw {
    max-width: 72vw;
  }
  .tablet-m\:max_h-72vh {
    max-height: 72vh;
  }
  .tablet-m\:m-t-73\% {
    margin-top: 73%;
  }
  .tablet-m\:m-t--73\% {
    margin-top: -73%;
  }
  .tablet-m\:p-t-73\% {
    padding-top: 73%;
  }
  .tablet-m\:p-t--73\% {
    padding-top: -73%;
  }
  .tablet-m\:top-73\% {
    top: 73%;
  }
  .tablet-m\:top--73\% {
    top: -73%;
  }
  .tablet-m\:m-b-73\% {
    margin-bottom: 73%;
  }
  .tablet-m\:m-b--73\% {
    margin-bottom: -73%;
  }
  .tablet-m\:p-b-73\% {
    padding-bottom: 73%;
  }
  .tablet-m\:p-b--73\% {
    padding-bottom: -73%;
  }
  .tablet-m\:bottom-73\% {
    bottom: 73%;
  }
  .tablet-m\:bottom--73\% {
    bottom: -73%;
  }
  .tablet-m\:m-l-73\% {
    margin-left: 73%;
  }
  .tablet-m\:m-l--73\% {
    margin-left: -73%;
  }
  .tablet-m\:p-l-73\% {
    padding-left: 73%;
  }
  .tablet-m\:p-l--73\% {
    padding-left: -73%;
  }
  .tablet-m\:left-73\% {
    left: 73%;
  }
  .tablet-m\:left--73\% {
    left: -73%;
  }
  .tablet-m\:m-r-73\% {
    margin-right: 73%;
  }
  .tablet-m\:m-r--73\% {
    margin-right: -73%;
  }
  .tablet-m\:p-r-73\% {
    padding-right: 73%;
  }
  .tablet-m\:p-r--73\% {
    padding-right: -73%;
  }
  .tablet-m\:right-73\% {
    right: 73%;
  }
  .tablet-m\:right--73\% {
    right: -73%;
  }
  .tablet-m\:h-73\% {
    height: 73%;
  }
  .tablet-m\:w-73\% {
    width: 73%;
  }
  .tablet-m\:max_h-73\% {
    max-height: 73%;
  }
  .tablet-m\:max_w-73\% {
    max-width: 73%;
  }
  .tablet-m\:min_h-73\% {
    min-height: 73%;
  }
  .tablet-m\:min_w-73\% {
    min-width: 73%;
  }
  .tablet-m\:h-73vh {
    height: 73vh;
  }
  .tablet-m\:w-73vw {
    width: 73vw;
  }
  .tablet-m\:min_w-73vw {
    min-width: 73vw;
  }
  .tablet-m\:min_h-73vh {
    min-height: 73vh;
  }
  .tablet-m\:max_w-73vw {
    max-width: 73vw;
  }
  .tablet-m\:max_h-73vh {
    max-height: 73vh;
  }
  .tablet-m\:m-t-74\% {
    margin-top: 74%;
  }
  .tablet-m\:m-t--74\% {
    margin-top: -74%;
  }
  .tablet-m\:p-t-74\% {
    padding-top: 74%;
  }
  .tablet-m\:p-t--74\% {
    padding-top: -74%;
  }
  .tablet-m\:top-74\% {
    top: 74%;
  }
  .tablet-m\:top--74\% {
    top: -74%;
  }
  .tablet-m\:m-b-74\% {
    margin-bottom: 74%;
  }
  .tablet-m\:m-b--74\% {
    margin-bottom: -74%;
  }
  .tablet-m\:p-b-74\% {
    padding-bottom: 74%;
  }
  .tablet-m\:p-b--74\% {
    padding-bottom: -74%;
  }
  .tablet-m\:bottom-74\% {
    bottom: 74%;
  }
  .tablet-m\:bottom--74\% {
    bottom: -74%;
  }
  .tablet-m\:m-l-74\% {
    margin-left: 74%;
  }
  .tablet-m\:m-l--74\% {
    margin-left: -74%;
  }
  .tablet-m\:p-l-74\% {
    padding-left: 74%;
  }
  .tablet-m\:p-l--74\% {
    padding-left: -74%;
  }
  .tablet-m\:left-74\% {
    left: 74%;
  }
  .tablet-m\:left--74\% {
    left: -74%;
  }
  .tablet-m\:m-r-74\% {
    margin-right: 74%;
  }
  .tablet-m\:m-r--74\% {
    margin-right: -74%;
  }
  .tablet-m\:p-r-74\% {
    padding-right: 74%;
  }
  .tablet-m\:p-r--74\% {
    padding-right: -74%;
  }
  .tablet-m\:right-74\% {
    right: 74%;
  }
  .tablet-m\:right--74\% {
    right: -74%;
  }
  .tablet-m\:h-74\% {
    height: 74%;
  }
  .tablet-m\:w-74\% {
    width: 74%;
  }
  .tablet-m\:max_h-74\% {
    max-height: 74%;
  }
  .tablet-m\:max_w-74\% {
    max-width: 74%;
  }
  .tablet-m\:min_h-74\% {
    min-height: 74%;
  }
  .tablet-m\:min_w-74\% {
    min-width: 74%;
  }
  .tablet-m\:h-74vh {
    height: 74vh;
  }
  .tablet-m\:w-74vw {
    width: 74vw;
  }
  .tablet-m\:min_w-74vw {
    min-width: 74vw;
  }
  .tablet-m\:min_h-74vh {
    min-height: 74vh;
  }
  .tablet-m\:max_w-74vw {
    max-width: 74vw;
  }
  .tablet-m\:max_h-74vh {
    max-height: 74vh;
  }
  .tablet-m\:m-t-75\% {
    margin-top: 75%;
  }
  .tablet-m\:m-t--75\% {
    margin-top: -75%;
  }
  .tablet-m\:p-t-75\% {
    padding-top: 75%;
  }
  .tablet-m\:p-t--75\% {
    padding-top: -75%;
  }
  .tablet-m\:top-75\% {
    top: 75%;
  }
  .tablet-m\:top--75\% {
    top: -75%;
  }
  .tablet-m\:m-b-75\% {
    margin-bottom: 75%;
  }
  .tablet-m\:m-b--75\% {
    margin-bottom: -75%;
  }
  .tablet-m\:p-b-75\% {
    padding-bottom: 75%;
  }
  .tablet-m\:p-b--75\% {
    padding-bottom: -75%;
  }
  .tablet-m\:bottom-75\% {
    bottom: 75%;
  }
  .tablet-m\:bottom--75\% {
    bottom: -75%;
  }
  .tablet-m\:m-l-75\% {
    margin-left: 75%;
  }
  .tablet-m\:m-l--75\% {
    margin-left: -75%;
  }
  .tablet-m\:p-l-75\% {
    padding-left: 75%;
  }
  .tablet-m\:p-l--75\% {
    padding-left: -75%;
  }
  .tablet-m\:left-75\% {
    left: 75%;
  }
  .tablet-m\:left--75\% {
    left: -75%;
  }
  .tablet-m\:m-r-75\% {
    margin-right: 75%;
  }
  .tablet-m\:m-r--75\% {
    margin-right: -75%;
  }
  .tablet-m\:p-r-75\% {
    padding-right: 75%;
  }
  .tablet-m\:p-r--75\% {
    padding-right: -75%;
  }
  .tablet-m\:right-75\% {
    right: 75%;
  }
  .tablet-m\:right--75\% {
    right: -75%;
  }
  .tablet-m\:h-75\% {
    height: 75%;
  }
  .tablet-m\:w-75\% {
    width: 75%;
  }
  .tablet-m\:max_h-75\% {
    max-height: 75%;
  }
  .tablet-m\:max_w-75\% {
    max-width: 75%;
  }
  .tablet-m\:min_h-75\% {
    min-height: 75%;
  }
  .tablet-m\:min_w-75\% {
    min-width: 75%;
  }
  .tablet-m\:h-75vh {
    height: 75vh;
  }
  .tablet-m\:w-75vw {
    width: 75vw;
  }
  .tablet-m\:min_w-75vw {
    min-width: 75vw;
  }
  .tablet-m\:min_h-75vh {
    min-height: 75vh;
  }
  .tablet-m\:max_w-75vw {
    max-width: 75vw;
  }
  .tablet-m\:max_h-75vh {
    max-height: 75vh;
  }
  .tablet-m\:m-t-76\% {
    margin-top: 76%;
  }
  .tablet-m\:m-t--76\% {
    margin-top: -76%;
  }
  .tablet-m\:p-t-76\% {
    padding-top: 76%;
  }
  .tablet-m\:p-t--76\% {
    padding-top: -76%;
  }
  .tablet-m\:top-76\% {
    top: 76%;
  }
  .tablet-m\:top--76\% {
    top: -76%;
  }
  .tablet-m\:m-b-76\% {
    margin-bottom: 76%;
  }
  .tablet-m\:m-b--76\% {
    margin-bottom: -76%;
  }
  .tablet-m\:p-b-76\% {
    padding-bottom: 76%;
  }
  .tablet-m\:p-b--76\% {
    padding-bottom: -76%;
  }
  .tablet-m\:bottom-76\% {
    bottom: 76%;
  }
  .tablet-m\:bottom--76\% {
    bottom: -76%;
  }
  .tablet-m\:m-l-76\% {
    margin-left: 76%;
  }
  .tablet-m\:m-l--76\% {
    margin-left: -76%;
  }
  .tablet-m\:p-l-76\% {
    padding-left: 76%;
  }
  .tablet-m\:p-l--76\% {
    padding-left: -76%;
  }
  .tablet-m\:left-76\% {
    left: 76%;
  }
  .tablet-m\:left--76\% {
    left: -76%;
  }
  .tablet-m\:m-r-76\% {
    margin-right: 76%;
  }
  .tablet-m\:m-r--76\% {
    margin-right: -76%;
  }
  .tablet-m\:p-r-76\% {
    padding-right: 76%;
  }
  .tablet-m\:p-r--76\% {
    padding-right: -76%;
  }
  .tablet-m\:right-76\% {
    right: 76%;
  }
  .tablet-m\:right--76\% {
    right: -76%;
  }
  .tablet-m\:h-76\% {
    height: 76%;
  }
  .tablet-m\:w-76\% {
    width: 76%;
  }
  .tablet-m\:max_h-76\% {
    max-height: 76%;
  }
  .tablet-m\:max_w-76\% {
    max-width: 76%;
  }
  .tablet-m\:min_h-76\% {
    min-height: 76%;
  }
  .tablet-m\:min_w-76\% {
    min-width: 76%;
  }
  .tablet-m\:h-76vh {
    height: 76vh;
  }
  .tablet-m\:w-76vw {
    width: 76vw;
  }
  .tablet-m\:min_w-76vw {
    min-width: 76vw;
  }
  .tablet-m\:min_h-76vh {
    min-height: 76vh;
  }
  .tablet-m\:max_w-76vw {
    max-width: 76vw;
  }
  .tablet-m\:max_h-76vh {
    max-height: 76vh;
  }
  .tablet-m\:m-t-77\% {
    margin-top: 77%;
  }
  .tablet-m\:m-t--77\% {
    margin-top: -77%;
  }
  .tablet-m\:p-t-77\% {
    padding-top: 77%;
  }
  .tablet-m\:p-t--77\% {
    padding-top: -77%;
  }
  .tablet-m\:top-77\% {
    top: 77%;
  }
  .tablet-m\:top--77\% {
    top: -77%;
  }
  .tablet-m\:m-b-77\% {
    margin-bottom: 77%;
  }
  .tablet-m\:m-b--77\% {
    margin-bottom: -77%;
  }
  .tablet-m\:p-b-77\% {
    padding-bottom: 77%;
  }
  .tablet-m\:p-b--77\% {
    padding-bottom: -77%;
  }
  .tablet-m\:bottom-77\% {
    bottom: 77%;
  }
  .tablet-m\:bottom--77\% {
    bottom: -77%;
  }
  .tablet-m\:m-l-77\% {
    margin-left: 77%;
  }
  .tablet-m\:m-l--77\% {
    margin-left: -77%;
  }
  .tablet-m\:p-l-77\% {
    padding-left: 77%;
  }
  .tablet-m\:p-l--77\% {
    padding-left: -77%;
  }
  .tablet-m\:left-77\% {
    left: 77%;
  }
  .tablet-m\:left--77\% {
    left: -77%;
  }
  .tablet-m\:m-r-77\% {
    margin-right: 77%;
  }
  .tablet-m\:m-r--77\% {
    margin-right: -77%;
  }
  .tablet-m\:p-r-77\% {
    padding-right: 77%;
  }
  .tablet-m\:p-r--77\% {
    padding-right: -77%;
  }
  .tablet-m\:right-77\% {
    right: 77%;
  }
  .tablet-m\:right--77\% {
    right: -77%;
  }
  .tablet-m\:h-77\% {
    height: 77%;
  }
  .tablet-m\:w-77\% {
    width: 77%;
  }
  .tablet-m\:max_h-77\% {
    max-height: 77%;
  }
  .tablet-m\:max_w-77\% {
    max-width: 77%;
  }
  .tablet-m\:min_h-77\% {
    min-height: 77%;
  }
  .tablet-m\:min_w-77\% {
    min-width: 77%;
  }
  .tablet-m\:h-77vh {
    height: 77vh;
  }
  .tablet-m\:w-77vw {
    width: 77vw;
  }
  .tablet-m\:min_w-77vw {
    min-width: 77vw;
  }
  .tablet-m\:min_h-77vh {
    min-height: 77vh;
  }
  .tablet-m\:max_w-77vw {
    max-width: 77vw;
  }
  .tablet-m\:max_h-77vh {
    max-height: 77vh;
  }
  .tablet-m\:m-t-78\% {
    margin-top: 78%;
  }
  .tablet-m\:m-t--78\% {
    margin-top: -78%;
  }
  .tablet-m\:p-t-78\% {
    padding-top: 78%;
  }
  .tablet-m\:p-t--78\% {
    padding-top: -78%;
  }
  .tablet-m\:top-78\% {
    top: 78%;
  }
  .tablet-m\:top--78\% {
    top: -78%;
  }
  .tablet-m\:m-b-78\% {
    margin-bottom: 78%;
  }
  .tablet-m\:m-b--78\% {
    margin-bottom: -78%;
  }
  .tablet-m\:p-b-78\% {
    padding-bottom: 78%;
  }
  .tablet-m\:p-b--78\% {
    padding-bottom: -78%;
  }
  .tablet-m\:bottom-78\% {
    bottom: 78%;
  }
  .tablet-m\:bottom--78\% {
    bottom: -78%;
  }
  .tablet-m\:m-l-78\% {
    margin-left: 78%;
  }
  .tablet-m\:m-l--78\% {
    margin-left: -78%;
  }
  .tablet-m\:p-l-78\% {
    padding-left: 78%;
  }
  .tablet-m\:p-l--78\% {
    padding-left: -78%;
  }
  .tablet-m\:left-78\% {
    left: 78%;
  }
  .tablet-m\:left--78\% {
    left: -78%;
  }
  .tablet-m\:m-r-78\% {
    margin-right: 78%;
  }
  .tablet-m\:m-r--78\% {
    margin-right: -78%;
  }
  .tablet-m\:p-r-78\% {
    padding-right: 78%;
  }
  .tablet-m\:p-r--78\% {
    padding-right: -78%;
  }
  .tablet-m\:right-78\% {
    right: 78%;
  }
  .tablet-m\:right--78\% {
    right: -78%;
  }
  .tablet-m\:h-78\% {
    height: 78%;
  }
  .tablet-m\:w-78\% {
    width: 78%;
  }
  .tablet-m\:max_h-78\% {
    max-height: 78%;
  }
  .tablet-m\:max_w-78\% {
    max-width: 78%;
  }
  .tablet-m\:min_h-78\% {
    min-height: 78%;
  }
  .tablet-m\:min_w-78\% {
    min-width: 78%;
  }
  .tablet-m\:h-78vh {
    height: 78vh;
  }
  .tablet-m\:w-78vw {
    width: 78vw;
  }
  .tablet-m\:min_w-78vw {
    min-width: 78vw;
  }
  .tablet-m\:min_h-78vh {
    min-height: 78vh;
  }
  .tablet-m\:max_w-78vw {
    max-width: 78vw;
  }
  .tablet-m\:max_h-78vh {
    max-height: 78vh;
  }
  .tablet-m\:m-t-79\% {
    margin-top: 79%;
  }
  .tablet-m\:m-t--79\% {
    margin-top: -79%;
  }
  .tablet-m\:p-t-79\% {
    padding-top: 79%;
  }
  .tablet-m\:p-t--79\% {
    padding-top: -79%;
  }
  .tablet-m\:top-79\% {
    top: 79%;
  }
  .tablet-m\:top--79\% {
    top: -79%;
  }
  .tablet-m\:m-b-79\% {
    margin-bottom: 79%;
  }
  .tablet-m\:m-b--79\% {
    margin-bottom: -79%;
  }
  .tablet-m\:p-b-79\% {
    padding-bottom: 79%;
  }
  .tablet-m\:p-b--79\% {
    padding-bottom: -79%;
  }
  .tablet-m\:bottom-79\% {
    bottom: 79%;
  }
  .tablet-m\:bottom--79\% {
    bottom: -79%;
  }
  .tablet-m\:m-l-79\% {
    margin-left: 79%;
  }
  .tablet-m\:m-l--79\% {
    margin-left: -79%;
  }
  .tablet-m\:p-l-79\% {
    padding-left: 79%;
  }
  .tablet-m\:p-l--79\% {
    padding-left: -79%;
  }
  .tablet-m\:left-79\% {
    left: 79%;
  }
  .tablet-m\:left--79\% {
    left: -79%;
  }
  .tablet-m\:m-r-79\% {
    margin-right: 79%;
  }
  .tablet-m\:m-r--79\% {
    margin-right: -79%;
  }
  .tablet-m\:p-r-79\% {
    padding-right: 79%;
  }
  .tablet-m\:p-r--79\% {
    padding-right: -79%;
  }
  .tablet-m\:right-79\% {
    right: 79%;
  }
  .tablet-m\:right--79\% {
    right: -79%;
  }
  .tablet-m\:h-79\% {
    height: 79%;
  }
  .tablet-m\:w-79\% {
    width: 79%;
  }
  .tablet-m\:max_h-79\% {
    max-height: 79%;
  }
  .tablet-m\:max_w-79\% {
    max-width: 79%;
  }
  .tablet-m\:min_h-79\% {
    min-height: 79%;
  }
  .tablet-m\:min_w-79\% {
    min-width: 79%;
  }
  .tablet-m\:h-79vh {
    height: 79vh;
  }
  .tablet-m\:w-79vw {
    width: 79vw;
  }
  .tablet-m\:min_w-79vw {
    min-width: 79vw;
  }
  .tablet-m\:min_h-79vh {
    min-height: 79vh;
  }
  .tablet-m\:max_w-79vw {
    max-width: 79vw;
  }
  .tablet-m\:max_h-79vh {
    max-height: 79vh;
  }
  .tablet-m\:m-t-80\% {
    margin-top: 80%;
  }
  .tablet-m\:m-t--80\% {
    margin-top: -80%;
  }
  .tablet-m\:p-t-80\% {
    padding-top: 80%;
  }
  .tablet-m\:p-t--80\% {
    padding-top: -80%;
  }
  .tablet-m\:top-80\% {
    top: 80%;
  }
  .tablet-m\:top--80\% {
    top: -80%;
  }
  .tablet-m\:m-b-80\% {
    margin-bottom: 80%;
  }
  .tablet-m\:m-b--80\% {
    margin-bottom: -80%;
  }
  .tablet-m\:p-b-80\% {
    padding-bottom: 80%;
  }
  .tablet-m\:p-b--80\% {
    padding-bottom: -80%;
  }
  .tablet-m\:bottom-80\% {
    bottom: 80%;
  }
  .tablet-m\:bottom--80\% {
    bottom: -80%;
  }
  .tablet-m\:m-l-80\% {
    margin-left: 80%;
  }
  .tablet-m\:m-l--80\% {
    margin-left: -80%;
  }
  .tablet-m\:p-l-80\% {
    padding-left: 80%;
  }
  .tablet-m\:p-l--80\% {
    padding-left: -80%;
  }
  .tablet-m\:left-80\% {
    left: 80%;
  }
  .tablet-m\:left--80\% {
    left: -80%;
  }
  .tablet-m\:m-r-80\% {
    margin-right: 80%;
  }
  .tablet-m\:m-r--80\% {
    margin-right: -80%;
  }
  .tablet-m\:p-r-80\% {
    padding-right: 80%;
  }
  .tablet-m\:p-r--80\% {
    padding-right: -80%;
  }
  .tablet-m\:right-80\% {
    right: 80%;
  }
  .tablet-m\:right--80\% {
    right: -80%;
  }
  .tablet-m\:h-80\% {
    height: 80%;
  }
  .tablet-m\:w-80\% {
    width: 80%;
  }
  .tablet-m\:max_h-80\% {
    max-height: 80%;
  }
  .tablet-m\:max_w-80\% {
    max-width: 80%;
  }
  .tablet-m\:min_h-80\% {
    min-height: 80%;
  }
  .tablet-m\:min_w-80\% {
    min-width: 80%;
  }
  .tablet-m\:h-80vh {
    height: 80vh;
  }
  .tablet-m\:w-80vw {
    width: 80vw;
  }
  .tablet-m\:min_w-80vw {
    min-width: 80vw;
  }
  .tablet-m\:min_h-80vh {
    min-height: 80vh;
  }
  .tablet-m\:max_w-80vw {
    max-width: 80vw;
  }
  .tablet-m\:max_h-80vh {
    max-height: 80vh;
  }
  .tablet-m\:m-t-81\% {
    margin-top: 81%;
  }
  .tablet-m\:m-t--81\% {
    margin-top: -81%;
  }
  .tablet-m\:p-t-81\% {
    padding-top: 81%;
  }
  .tablet-m\:p-t--81\% {
    padding-top: -81%;
  }
  .tablet-m\:top-81\% {
    top: 81%;
  }
  .tablet-m\:top--81\% {
    top: -81%;
  }
  .tablet-m\:m-b-81\% {
    margin-bottom: 81%;
  }
  .tablet-m\:m-b--81\% {
    margin-bottom: -81%;
  }
  .tablet-m\:p-b-81\% {
    padding-bottom: 81%;
  }
  .tablet-m\:p-b--81\% {
    padding-bottom: -81%;
  }
  .tablet-m\:bottom-81\% {
    bottom: 81%;
  }
  .tablet-m\:bottom--81\% {
    bottom: -81%;
  }
  .tablet-m\:m-l-81\% {
    margin-left: 81%;
  }
  .tablet-m\:m-l--81\% {
    margin-left: -81%;
  }
  .tablet-m\:p-l-81\% {
    padding-left: 81%;
  }
  .tablet-m\:p-l--81\% {
    padding-left: -81%;
  }
  .tablet-m\:left-81\% {
    left: 81%;
  }
  .tablet-m\:left--81\% {
    left: -81%;
  }
  .tablet-m\:m-r-81\% {
    margin-right: 81%;
  }
  .tablet-m\:m-r--81\% {
    margin-right: -81%;
  }
  .tablet-m\:p-r-81\% {
    padding-right: 81%;
  }
  .tablet-m\:p-r--81\% {
    padding-right: -81%;
  }
  .tablet-m\:right-81\% {
    right: 81%;
  }
  .tablet-m\:right--81\% {
    right: -81%;
  }
  .tablet-m\:h-81\% {
    height: 81%;
  }
  .tablet-m\:w-81\% {
    width: 81%;
  }
  .tablet-m\:max_h-81\% {
    max-height: 81%;
  }
  .tablet-m\:max_w-81\% {
    max-width: 81%;
  }
  .tablet-m\:min_h-81\% {
    min-height: 81%;
  }
  .tablet-m\:min_w-81\% {
    min-width: 81%;
  }
  .tablet-m\:h-81vh {
    height: 81vh;
  }
  .tablet-m\:w-81vw {
    width: 81vw;
  }
  .tablet-m\:min_w-81vw {
    min-width: 81vw;
  }
  .tablet-m\:min_h-81vh {
    min-height: 81vh;
  }
  .tablet-m\:max_w-81vw {
    max-width: 81vw;
  }
  .tablet-m\:max_h-81vh {
    max-height: 81vh;
  }
  .tablet-m\:m-t-82\% {
    margin-top: 82%;
  }
  .tablet-m\:m-t--82\% {
    margin-top: -82%;
  }
  .tablet-m\:p-t-82\% {
    padding-top: 82%;
  }
  .tablet-m\:p-t--82\% {
    padding-top: -82%;
  }
  .tablet-m\:top-82\% {
    top: 82%;
  }
  .tablet-m\:top--82\% {
    top: -82%;
  }
  .tablet-m\:m-b-82\% {
    margin-bottom: 82%;
  }
  .tablet-m\:m-b--82\% {
    margin-bottom: -82%;
  }
  .tablet-m\:p-b-82\% {
    padding-bottom: 82%;
  }
  .tablet-m\:p-b--82\% {
    padding-bottom: -82%;
  }
  .tablet-m\:bottom-82\% {
    bottom: 82%;
  }
  .tablet-m\:bottom--82\% {
    bottom: -82%;
  }
  .tablet-m\:m-l-82\% {
    margin-left: 82%;
  }
  .tablet-m\:m-l--82\% {
    margin-left: -82%;
  }
  .tablet-m\:p-l-82\% {
    padding-left: 82%;
  }
  .tablet-m\:p-l--82\% {
    padding-left: -82%;
  }
  .tablet-m\:left-82\% {
    left: 82%;
  }
  .tablet-m\:left--82\% {
    left: -82%;
  }
  .tablet-m\:m-r-82\% {
    margin-right: 82%;
  }
  .tablet-m\:m-r--82\% {
    margin-right: -82%;
  }
  .tablet-m\:p-r-82\% {
    padding-right: 82%;
  }
  .tablet-m\:p-r--82\% {
    padding-right: -82%;
  }
  .tablet-m\:right-82\% {
    right: 82%;
  }
  .tablet-m\:right--82\% {
    right: -82%;
  }
  .tablet-m\:h-82\% {
    height: 82%;
  }
  .tablet-m\:w-82\% {
    width: 82%;
  }
  .tablet-m\:max_h-82\% {
    max-height: 82%;
  }
  .tablet-m\:max_w-82\% {
    max-width: 82%;
  }
  .tablet-m\:min_h-82\% {
    min-height: 82%;
  }
  .tablet-m\:min_w-82\% {
    min-width: 82%;
  }
  .tablet-m\:h-82vh {
    height: 82vh;
  }
  .tablet-m\:w-82vw {
    width: 82vw;
  }
  .tablet-m\:min_w-82vw {
    min-width: 82vw;
  }
  .tablet-m\:min_h-82vh {
    min-height: 82vh;
  }
  .tablet-m\:max_w-82vw {
    max-width: 82vw;
  }
  .tablet-m\:max_h-82vh {
    max-height: 82vh;
  }
  .tablet-m\:m-t-83\% {
    margin-top: 83%;
  }
  .tablet-m\:m-t--83\% {
    margin-top: -83%;
  }
  .tablet-m\:p-t-83\% {
    padding-top: 83%;
  }
  .tablet-m\:p-t--83\% {
    padding-top: -83%;
  }
  .tablet-m\:top-83\% {
    top: 83%;
  }
  .tablet-m\:top--83\% {
    top: -83%;
  }
  .tablet-m\:m-b-83\% {
    margin-bottom: 83%;
  }
  .tablet-m\:m-b--83\% {
    margin-bottom: -83%;
  }
  .tablet-m\:p-b-83\% {
    padding-bottom: 83%;
  }
  .tablet-m\:p-b--83\% {
    padding-bottom: -83%;
  }
  .tablet-m\:bottom-83\% {
    bottom: 83%;
  }
  .tablet-m\:bottom--83\% {
    bottom: -83%;
  }
  .tablet-m\:m-l-83\% {
    margin-left: 83%;
  }
  .tablet-m\:m-l--83\% {
    margin-left: -83%;
  }
  .tablet-m\:p-l-83\% {
    padding-left: 83%;
  }
  .tablet-m\:p-l--83\% {
    padding-left: -83%;
  }
  .tablet-m\:left-83\% {
    left: 83%;
  }
  .tablet-m\:left--83\% {
    left: -83%;
  }
  .tablet-m\:m-r-83\% {
    margin-right: 83%;
  }
  .tablet-m\:m-r--83\% {
    margin-right: -83%;
  }
  .tablet-m\:p-r-83\% {
    padding-right: 83%;
  }
  .tablet-m\:p-r--83\% {
    padding-right: -83%;
  }
  .tablet-m\:right-83\% {
    right: 83%;
  }
  .tablet-m\:right--83\% {
    right: -83%;
  }
  .tablet-m\:h-83\% {
    height: 83%;
  }
  .tablet-m\:w-83\% {
    width: 83%;
  }
  .tablet-m\:max_h-83\% {
    max-height: 83%;
  }
  .tablet-m\:max_w-83\% {
    max-width: 83%;
  }
  .tablet-m\:min_h-83\% {
    min-height: 83%;
  }
  .tablet-m\:min_w-83\% {
    min-width: 83%;
  }
  .tablet-m\:h-83vh {
    height: 83vh;
  }
  .tablet-m\:w-83vw {
    width: 83vw;
  }
  .tablet-m\:min_w-83vw {
    min-width: 83vw;
  }
  .tablet-m\:min_h-83vh {
    min-height: 83vh;
  }
  .tablet-m\:max_w-83vw {
    max-width: 83vw;
  }
  .tablet-m\:max_h-83vh {
    max-height: 83vh;
  }
  .tablet-m\:m-t-84\% {
    margin-top: 84%;
  }
  .tablet-m\:m-t--84\% {
    margin-top: -84%;
  }
  .tablet-m\:p-t-84\% {
    padding-top: 84%;
  }
  .tablet-m\:p-t--84\% {
    padding-top: -84%;
  }
  .tablet-m\:top-84\% {
    top: 84%;
  }
  .tablet-m\:top--84\% {
    top: -84%;
  }
  .tablet-m\:m-b-84\% {
    margin-bottom: 84%;
  }
  .tablet-m\:m-b--84\% {
    margin-bottom: -84%;
  }
  .tablet-m\:p-b-84\% {
    padding-bottom: 84%;
  }
  .tablet-m\:p-b--84\% {
    padding-bottom: -84%;
  }
  .tablet-m\:bottom-84\% {
    bottom: 84%;
  }
  .tablet-m\:bottom--84\% {
    bottom: -84%;
  }
  .tablet-m\:m-l-84\% {
    margin-left: 84%;
  }
  .tablet-m\:m-l--84\% {
    margin-left: -84%;
  }
  .tablet-m\:p-l-84\% {
    padding-left: 84%;
  }
  .tablet-m\:p-l--84\% {
    padding-left: -84%;
  }
  .tablet-m\:left-84\% {
    left: 84%;
  }
  .tablet-m\:left--84\% {
    left: -84%;
  }
  .tablet-m\:m-r-84\% {
    margin-right: 84%;
  }
  .tablet-m\:m-r--84\% {
    margin-right: -84%;
  }
  .tablet-m\:p-r-84\% {
    padding-right: 84%;
  }
  .tablet-m\:p-r--84\% {
    padding-right: -84%;
  }
  .tablet-m\:right-84\% {
    right: 84%;
  }
  .tablet-m\:right--84\% {
    right: -84%;
  }
  .tablet-m\:h-84\% {
    height: 84%;
  }
  .tablet-m\:w-84\% {
    width: 84%;
  }
  .tablet-m\:max_h-84\% {
    max-height: 84%;
  }
  .tablet-m\:max_w-84\% {
    max-width: 84%;
  }
  .tablet-m\:min_h-84\% {
    min-height: 84%;
  }
  .tablet-m\:min_w-84\% {
    min-width: 84%;
  }
  .tablet-m\:h-84vh {
    height: 84vh;
  }
  .tablet-m\:w-84vw {
    width: 84vw;
  }
  .tablet-m\:min_w-84vw {
    min-width: 84vw;
  }
  .tablet-m\:min_h-84vh {
    min-height: 84vh;
  }
  .tablet-m\:max_w-84vw {
    max-width: 84vw;
  }
  .tablet-m\:max_h-84vh {
    max-height: 84vh;
  }
  .tablet-m\:m-t-85\% {
    margin-top: 85%;
  }
  .tablet-m\:m-t--85\% {
    margin-top: -85%;
  }
  .tablet-m\:p-t-85\% {
    padding-top: 85%;
  }
  .tablet-m\:p-t--85\% {
    padding-top: -85%;
  }
  .tablet-m\:top-85\% {
    top: 85%;
  }
  .tablet-m\:top--85\% {
    top: -85%;
  }
  .tablet-m\:m-b-85\% {
    margin-bottom: 85%;
  }
  .tablet-m\:m-b--85\% {
    margin-bottom: -85%;
  }
  .tablet-m\:p-b-85\% {
    padding-bottom: 85%;
  }
  .tablet-m\:p-b--85\% {
    padding-bottom: -85%;
  }
  .tablet-m\:bottom-85\% {
    bottom: 85%;
  }
  .tablet-m\:bottom--85\% {
    bottom: -85%;
  }
  .tablet-m\:m-l-85\% {
    margin-left: 85%;
  }
  .tablet-m\:m-l--85\% {
    margin-left: -85%;
  }
  .tablet-m\:p-l-85\% {
    padding-left: 85%;
  }
  .tablet-m\:p-l--85\% {
    padding-left: -85%;
  }
  .tablet-m\:left-85\% {
    left: 85%;
  }
  .tablet-m\:left--85\% {
    left: -85%;
  }
  .tablet-m\:m-r-85\% {
    margin-right: 85%;
  }
  .tablet-m\:m-r--85\% {
    margin-right: -85%;
  }
  .tablet-m\:p-r-85\% {
    padding-right: 85%;
  }
  .tablet-m\:p-r--85\% {
    padding-right: -85%;
  }
  .tablet-m\:right-85\% {
    right: 85%;
  }
  .tablet-m\:right--85\% {
    right: -85%;
  }
  .tablet-m\:h-85\% {
    height: 85%;
  }
  .tablet-m\:w-85\% {
    width: 85%;
  }
  .tablet-m\:max_h-85\% {
    max-height: 85%;
  }
  .tablet-m\:max_w-85\% {
    max-width: 85%;
  }
  .tablet-m\:min_h-85\% {
    min-height: 85%;
  }
  .tablet-m\:min_w-85\% {
    min-width: 85%;
  }
  .tablet-m\:h-85vh {
    height: 85vh;
  }
  .tablet-m\:w-85vw {
    width: 85vw;
  }
  .tablet-m\:min_w-85vw {
    min-width: 85vw;
  }
  .tablet-m\:min_h-85vh {
    min-height: 85vh;
  }
  .tablet-m\:max_w-85vw {
    max-width: 85vw;
  }
  .tablet-m\:max_h-85vh {
    max-height: 85vh;
  }
  .tablet-m\:m-t-86\% {
    margin-top: 86%;
  }
  .tablet-m\:m-t--86\% {
    margin-top: -86%;
  }
  .tablet-m\:p-t-86\% {
    padding-top: 86%;
  }
  .tablet-m\:p-t--86\% {
    padding-top: -86%;
  }
  .tablet-m\:top-86\% {
    top: 86%;
  }
  .tablet-m\:top--86\% {
    top: -86%;
  }
  .tablet-m\:m-b-86\% {
    margin-bottom: 86%;
  }
  .tablet-m\:m-b--86\% {
    margin-bottom: -86%;
  }
  .tablet-m\:p-b-86\% {
    padding-bottom: 86%;
  }
  .tablet-m\:p-b--86\% {
    padding-bottom: -86%;
  }
  .tablet-m\:bottom-86\% {
    bottom: 86%;
  }
  .tablet-m\:bottom--86\% {
    bottom: -86%;
  }
  .tablet-m\:m-l-86\% {
    margin-left: 86%;
  }
  .tablet-m\:m-l--86\% {
    margin-left: -86%;
  }
  .tablet-m\:p-l-86\% {
    padding-left: 86%;
  }
  .tablet-m\:p-l--86\% {
    padding-left: -86%;
  }
  .tablet-m\:left-86\% {
    left: 86%;
  }
  .tablet-m\:left--86\% {
    left: -86%;
  }
  .tablet-m\:m-r-86\% {
    margin-right: 86%;
  }
  .tablet-m\:m-r--86\% {
    margin-right: -86%;
  }
  .tablet-m\:p-r-86\% {
    padding-right: 86%;
  }
  .tablet-m\:p-r--86\% {
    padding-right: -86%;
  }
  .tablet-m\:right-86\% {
    right: 86%;
  }
  .tablet-m\:right--86\% {
    right: -86%;
  }
  .tablet-m\:h-86\% {
    height: 86%;
  }
  .tablet-m\:w-86\% {
    width: 86%;
  }
  .tablet-m\:max_h-86\% {
    max-height: 86%;
  }
  .tablet-m\:max_w-86\% {
    max-width: 86%;
  }
  .tablet-m\:min_h-86\% {
    min-height: 86%;
  }
  .tablet-m\:min_w-86\% {
    min-width: 86%;
  }
  .tablet-m\:h-86vh {
    height: 86vh;
  }
  .tablet-m\:w-86vw {
    width: 86vw;
  }
  .tablet-m\:min_w-86vw {
    min-width: 86vw;
  }
  .tablet-m\:min_h-86vh {
    min-height: 86vh;
  }
  .tablet-m\:max_w-86vw {
    max-width: 86vw;
  }
  .tablet-m\:max_h-86vh {
    max-height: 86vh;
  }
  .tablet-m\:m-t-87\% {
    margin-top: 87%;
  }
  .tablet-m\:m-t--87\% {
    margin-top: -87%;
  }
  .tablet-m\:p-t-87\% {
    padding-top: 87%;
  }
  .tablet-m\:p-t--87\% {
    padding-top: -87%;
  }
  .tablet-m\:top-87\% {
    top: 87%;
  }
  .tablet-m\:top--87\% {
    top: -87%;
  }
  .tablet-m\:m-b-87\% {
    margin-bottom: 87%;
  }
  .tablet-m\:m-b--87\% {
    margin-bottom: -87%;
  }
  .tablet-m\:p-b-87\% {
    padding-bottom: 87%;
  }
  .tablet-m\:p-b--87\% {
    padding-bottom: -87%;
  }
  .tablet-m\:bottom-87\% {
    bottom: 87%;
  }
  .tablet-m\:bottom--87\% {
    bottom: -87%;
  }
  .tablet-m\:m-l-87\% {
    margin-left: 87%;
  }
  .tablet-m\:m-l--87\% {
    margin-left: -87%;
  }
  .tablet-m\:p-l-87\% {
    padding-left: 87%;
  }
  .tablet-m\:p-l--87\% {
    padding-left: -87%;
  }
  .tablet-m\:left-87\% {
    left: 87%;
  }
  .tablet-m\:left--87\% {
    left: -87%;
  }
  .tablet-m\:m-r-87\% {
    margin-right: 87%;
  }
  .tablet-m\:m-r--87\% {
    margin-right: -87%;
  }
  .tablet-m\:p-r-87\% {
    padding-right: 87%;
  }
  .tablet-m\:p-r--87\% {
    padding-right: -87%;
  }
  .tablet-m\:right-87\% {
    right: 87%;
  }
  .tablet-m\:right--87\% {
    right: -87%;
  }
  .tablet-m\:h-87\% {
    height: 87%;
  }
  .tablet-m\:w-87\% {
    width: 87%;
  }
  .tablet-m\:max_h-87\% {
    max-height: 87%;
  }
  .tablet-m\:max_w-87\% {
    max-width: 87%;
  }
  .tablet-m\:min_h-87\% {
    min-height: 87%;
  }
  .tablet-m\:min_w-87\% {
    min-width: 87%;
  }
  .tablet-m\:h-87vh {
    height: 87vh;
  }
  .tablet-m\:w-87vw {
    width: 87vw;
  }
  .tablet-m\:min_w-87vw {
    min-width: 87vw;
  }
  .tablet-m\:min_h-87vh {
    min-height: 87vh;
  }
  .tablet-m\:max_w-87vw {
    max-width: 87vw;
  }
  .tablet-m\:max_h-87vh {
    max-height: 87vh;
  }
  .tablet-m\:m-t-88\% {
    margin-top: 88%;
  }
  .tablet-m\:m-t--88\% {
    margin-top: -88%;
  }
  .tablet-m\:p-t-88\% {
    padding-top: 88%;
  }
  .tablet-m\:p-t--88\% {
    padding-top: -88%;
  }
  .tablet-m\:top-88\% {
    top: 88%;
  }
  .tablet-m\:top--88\% {
    top: -88%;
  }
  .tablet-m\:m-b-88\% {
    margin-bottom: 88%;
  }
  .tablet-m\:m-b--88\% {
    margin-bottom: -88%;
  }
  .tablet-m\:p-b-88\% {
    padding-bottom: 88%;
  }
  .tablet-m\:p-b--88\% {
    padding-bottom: -88%;
  }
  .tablet-m\:bottom-88\% {
    bottom: 88%;
  }
  .tablet-m\:bottom--88\% {
    bottom: -88%;
  }
  .tablet-m\:m-l-88\% {
    margin-left: 88%;
  }
  .tablet-m\:m-l--88\% {
    margin-left: -88%;
  }
  .tablet-m\:p-l-88\% {
    padding-left: 88%;
  }
  .tablet-m\:p-l--88\% {
    padding-left: -88%;
  }
  .tablet-m\:left-88\% {
    left: 88%;
  }
  .tablet-m\:left--88\% {
    left: -88%;
  }
  .tablet-m\:m-r-88\% {
    margin-right: 88%;
  }
  .tablet-m\:m-r--88\% {
    margin-right: -88%;
  }
  .tablet-m\:p-r-88\% {
    padding-right: 88%;
  }
  .tablet-m\:p-r--88\% {
    padding-right: -88%;
  }
  .tablet-m\:right-88\% {
    right: 88%;
  }
  .tablet-m\:right--88\% {
    right: -88%;
  }
  .tablet-m\:h-88\% {
    height: 88%;
  }
  .tablet-m\:w-88\% {
    width: 88%;
  }
  .tablet-m\:max_h-88\% {
    max-height: 88%;
  }
  .tablet-m\:max_w-88\% {
    max-width: 88%;
  }
  .tablet-m\:min_h-88\% {
    min-height: 88%;
  }
  .tablet-m\:min_w-88\% {
    min-width: 88%;
  }
  .tablet-m\:h-88vh {
    height: 88vh;
  }
  .tablet-m\:w-88vw {
    width: 88vw;
  }
  .tablet-m\:min_w-88vw {
    min-width: 88vw;
  }
  .tablet-m\:min_h-88vh {
    min-height: 88vh;
  }
  .tablet-m\:max_w-88vw {
    max-width: 88vw;
  }
  .tablet-m\:max_h-88vh {
    max-height: 88vh;
  }
  .tablet-m\:m-t-89\% {
    margin-top: 89%;
  }
  .tablet-m\:m-t--89\% {
    margin-top: -89%;
  }
  .tablet-m\:p-t-89\% {
    padding-top: 89%;
  }
  .tablet-m\:p-t--89\% {
    padding-top: -89%;
  }
  .tablet-m\:top-89\% {
    top: 89%;
  }
  .tablet-m\:top--89\% {
    top: -89%;
  }
  .tablet-m\:m-b-89\% {
    margin-bottom: 89%;
  }
  .tablet-m\:m-b--89\% {
    margin-bottom: -89%;
  }
  .tablet-m\:p-b-89\% {
    padding-bottom: 89%;
  }
  .tablet-m\:p-b--89\% {
    padding-bottom: -89%;
  }
  .tablet-m\:bottom-89\% {
    bottom: 89%;
  }
  .tablet-m\:bottom--89\% {
    bottom: -89%;
  }
  .tablet-m\:m-l-89\% {
    margin-left: 89%;
  }
  .tablet-m\:m-l--89\% {
    margin-left: -89%;
  }
  .tablet-m\:p-l-89\% {
    padding-left: 89%;
  }
  .tablet-m\:p-l--89\% {
    padding-left: -89%;
  }
  .tablet-m\:left-89\% {
    left: 89%;
  }
  .tablet-m\:left--89\% {
    left: -89%;
  }
  .tablet-m\:m-r-89\% {
    margin-right: 89%;
  }
  .tablet-m\:m-r--89\% {
    margin-right: -89%;
  }
  .tablet-m\:p-r-89\% {
    padding-right: 89%;
  }
  .tablet-m\:p-r--89\% {
    padding-right: -89%;
  }
  .tablet-m\:right-89\% {
    right: 89%;
  }
  .tablet-m\:right--89\% {
    right: -89%;
  }
  .tablet-m\:h-89\% {
    height: 89%;
  }
  .tablet-m\:w-89\% {
    width: 89%;
  }
  .tablet-m\:max_h-89\% {
    max-height: 89%;
  }
  .tablet-m\:max_w-89\% {
    max-width: 89%;
  }
  .tablet-m\:min_h-89\% {
    min-height: 89%;
  }
  .tablet-m\:min_w-89\% {
    min-width: 89%;
  }
  .tablet-m\:h-89vh {
    height: 89vh;
  }
  .tablet-m\:w-89vw {
    width: 89vw;
  }
  .tablet-m\:min_w-89vw {
    min-width: 89vw;
  }
  .tablet-m\:min_h-89vh {
    min-height: 89vh;
  }
  .tablet-m\:max_w-89vw {
    max-width: 89vw;
  }
  .tablet-m\:max_h-89vh {
    max-height: 89vh;
  }
  .tablet-m\:m-t-90\% {
    margin-top: 90%;
  }
  .tablet-m\:m-t--90\% {
    margin-top: -90%;
  }
  .tablet-m\:p-t-90\% {
    padding-top: 90%;
  }
  .tablet-m\:p-t--90\% {
    padding-top: -90%;
  }
  .tablet-m\:top-90\% {
    top: 90%;
  }
  .tablet-m\:top--90\% {
    top: -90%;
  }
  .tablet-m\:m-b-90\% {
    margin-bottom: 90%;
  }
  .tablet-m\:m-b--90\% {
    margin-bottom: -90%;
  }
  .tablet-m\:p-b-90\% {
    padding-bottom: 90%;
  }
  .tablet-m\:p-b--90\% {
    padding-bottom: -90%;
  }
  .tablet-m\:bottom-90\% {
    bottom: 90%;
  }
  .tablet-m\:bottom--90\% {
    bottom: -90%;
  }
  .tablet-m\:m-l-90\% {
    margin-left: 90%;
  }
  .tablet-m\:m-l--90\% {
    margin-left: -90%;
  }
  .tablet-m\:p-l-90\% {
    padding-left: 90%;
  }
  .tablet-m\:p-l--90\% {
    padding-left: -90%;
  }
  .tablet-m\:left-90\% {
    left: 90%;
  }
  .tablet-m\:left--90\% {
    left: -90%;
  }
  .tablet-m\:m-r-90\% {
    margin-right: 90%;
  }
  .tablet-m\:m-r--90\% {
    margin-right: -90%;
  }
  .tablet-m\:p-r-90\% {
    padding-right: 90%;
  }
  .tablet-m\:p-r--90\% {
    padding-right: -90%;
  }
  .tablet-m\:right-90\% {
    right: 90%;
  }
  .tablet-m\:right--90\% {
    right: -90%;
  }
  .tablet-m\:h-90\% {
    height: 90%;
  }
  .tablet-m\:w-90\% {
    width: 90%;
  }
  .tablet-m\:max_h-90\% {
    max-height: 90%;
  }
  .tablet-m\:max_w-90\% {
    max-width: 90%;
  }
  .tablet-m\:min_h-90\% {
    min-height: 90%;
  }
  .tablet-m\:min_w-90\% {
    min-width: 90%;
  }
  .tablet-m\:h-90vh {
    height: 90vh;
  }
  .tablet-m\:w-90vw {
    width: 90vw;
  }
  .tablet-m\:min_w-90vw {
    min-width: 90vw;
  }
  .tablet-m\:min_h-90vh {
    min-height: 90vh;
  }
  .tablet-m\:max_w-90vw {
    max-width: 90vw;
  }
  .tablet-m\:max_h-90vh {
    max-height: 90vh;
  }
  .tablet-m\:m-t-91\% {
    margin-top: 91%;
  }
  .tablet-m\:m-t--91\% {
    margin-top: -91%;
  }
  .tablet-m\:p-t-91\% {
    padding-top: 91%;
  }
  .tablet-m\:p-t--91\% {
    padding-top: -91%;
  }
  .tablet-m\:top-91\% {
    top: 91%;
  }
  .tablet-m\:top--91\% {
    top: -91%;
  }
  .tablet-m\:m-b-91\% {
    margin-bottom: 91%;
  }
  .tablet-m\:m-b--91\% {
    margin-bottom: -91%;
  }
  .tablet-m\:p-b-91\% {
    padding-bottom: 91%;
  }
  .tablet-m\:p-b--91\% {
    padding-bottom: -91%;
  }
  .tablet-m\:bottom-91\% {
    bottom: 91%;
  }
  .tablet-m\:bottom--91\% {
    bottom: -91%;
  }
  .tablet-m\:m-l-91\% {
    margin-left: 91%;
  }
  .tablet-m\:m-l--91\% {
    margin-left: -91%;
  }
  .tablet-m\:p-l-91\% {
    padding-left: 91%;
  }
  .tablet-m\:p-l--91\% {
    padding-left: -91%;
  }
  .tablet-m\:left-91\% {
    left: 91%;
  }
  .tablet-m\:left--91\% {
    left: -91%;
  }
  .tablet-m\:m-r-91\% {
    margin-right: 91%;
  }
  .tablet-m\:m-r--91\% {
    margin-right: -91%;
  }
  .tablet-m\:p-r-91\% {
    padding-right: 91%;
  }
  .tablet-m\:p-r--91\% {
    padding-right: -91%;
  }
  .tablet-m\:right-91\% {
    right: 91%;
  }
  .tablet-m\:right--91\% {
    right: -91%;
  }
  .tablet-m\:h-91\% {
    height: 91%;
  }
  .tablet-m\:w-91\% {
    width: 91%;
  }
  .tablet-m\:max_h-91\% {
    max-height: 91%;
  }
  .tablet-m\:max_w-91\% {
    max-width: 91%;
  }
  .tablet-m\:min_h-91\% {
    min-height: 91%;
  }
  .tablet-m\:min_w-91\% {
    min-width: 91%;
  }
  .tablet-m\:h-91vh {
    height: 91vh;
  }
  .tablet-m\:w-91vw {
    width: 91vw;
  }
  .tablet-m\:min_w-91vw {
    min-width: 91vw;
  }
  .tablet-m\:min_h-91vh {
    min-height: 91vh;
  }
  .tablet-m\:max_w-91vw {
    max-width: 91vw;
  }
  .tablet-m\:max_h-91vh {
    max-height: 91vh;
  }
  .tablet-m\:m-t-92\% {
    margin-top: 92%;
  }
  .tablet-m\:m-t--92\% {
    margin-top: -92%;
  }
  .tablet-m\:p-t-92\% {
    padding-top: 92%;
  }
  .tablet-m\:p-t--92\% {
    padding-top: -92%;
  }
  .tablet-m\:top-92\% {
    top: 92%;
  }
  .tablet-m\:top--92\% {
    top: -92%;
  }
  .tablet-m\:m-b-92\% {
    margin-bottom: 92%;
  }
  .tablet-m\:m-b--92\% {
    margin-bottom: -92%;
  }
  .tablet-m\:p-b-92\% {
    padding-bottom: 92%;
  }
  .tablet-m\:p-b--92\% {
    padding-bottom: -92%;
  }
  .tablet-m\:bottom-92\% {
    bottom: 92%;
  }
  .tablet-m\:bottom--92\% {
    bottom: -92%;
  }
  .tablet-m\:m-l-92\% {
    margin-left: 92%;
  }
  .tablet-m\:m-l--92\% {
    margin-left: -92%;
  }
  .tablet-m\:p-l-92\% {
    padding-left: 92%;
  }
  .tablet-m\:p-l--92\% {
    padding-left: -92%;
  }
  .tablet-m\:left-92\% {
    left: 92%;
  }
  .tablet-m\:left--92\% {
    left: -92%;
  }
  .tablet-m\:m-r-92\% {
    margin-right: 92%;
  }
  .tablet-m\:m-r--92\% {
    margin-right: -92%;
  }
  .tablet-m\:p-r-92\% {
    padding-right: 92%;
  }
  .tablet-m\:p-r--92\% {
    padding-right: -92%;
  }
  .tablet-m\:right-92\% {
    right: 92%;
  }
  .tablet-m\:right--92\% {
    right: -92%;
  }
  .tablet-m\:h-92\% {
    height: 92%;
  }
  .tablet-m\:w-92\% {
    width: 92%;
  }
  .tablet-m\:max_h-92\% {
    max-height: 92%;
  }
  .tablet-m\:max_w-92\% {
    max-width: 92%;
  }
  .tablet-m\:min_h-92\% {
    min-height: 92%;
  }
  .tablet-m\:min_w-92\% {
    min-width: 92%;
  }
  .tablet-m\:h-92vh {
    height: 92vh;
  }
  .tablet-m\:w-92vw {
    width: 92vw;
  }
  .tablet-m\:min_w-92vw {
    min-width: 92vw;
  }
  .tablet-m\:min_h-92vh {
    min-height: 92vh;
  }
  .tablet-m\:max_w-92vw {
    max-width: 92vw;
  }
  .tablet-m\:max_h-92vh {
    max-height: 92vh;
  }
  .tablet-m\:m-t-93\% {
    margin-top: 93%;
  }
  .tablet-m\:m-t--93\% {
    margin-top: -93%;
  }
  .tablet-m\:p-t-93\% {
    padding-top: 93%;
  }
  .tablet-m\:p-t--93\% {
    padding-top: -93%;
  }
  .tablet-m\:top-93\% {
    top: 93%;
  }
  .tablet-m\:top--93\% {
    top: -93%;
  }
  .tablet-m\:m-b-93\% {
    margin-bottom: 93%;
  }
  .tablet-m\:m-b--93\% {
    margin-bottom: -93%;
  }
  .tablet-m\:p-b-93\% {
    padding-bottom: 93%;
  }
  .tablet-m\:p-b--93\% {
    padding-bottom: -93%;
  }
  .tablet-m\:bottom-93\% {
    bottom: 93%;
  }
  .tablet-m\:bottom--93\% {
    bottom: -93%;
  }
  .tablet-m\:m-l-93\% {
    margin-left: 93%;
  }
  .tablet-m\:m-l--93\% {
    margin-left: -93%;
  }
  .tablet-m\:p-l-93\% {
    padding-left: 93%;
  }
  .tablet-m\:p-l--93\% {
    padding-left: -93%;
  }
  .tablet-m\:left-93\% {
    left: 93%;
  }
  .tablet-m\:left--93\% {
    left: -93%;
  }
  .tablet-m\:m-r-93\% {
    margin-right: 93%;
  }
  .tablet-m\:m-r--93\% {
    margin-right: -93%;
  }
  .tablet-m\:p-r-93\% {
    padding-right: 93%;
  }
  .tablet-m\:p-r--93\% {
    padding-right: -93%;
  }
  .tablet-m\:right-93\% {
    right: 93%;
  }
  .tablet-m\:right--93\% {
    right: -93%;
  }
  .tablet-m\:h-93\% {
    height: 93%;
  }
  .tablet-m\:w-93\% {
    width: 93%;
  }
  .tablet-m\:max_h-93\% {
    max-height: 93%;
  }
  .tablet-m\:max_w-93\% {
    max-width: 93%;
  }
  .tablet-m\:min_h-93\% {
    min-height: 93%;
  }
  .tablet-m\:min_w-93\% {
    min-width: 93%;
  }
  .tablet-m\:h-93vh {
    height: 93vh;
  }
  .tablet-m\:w-93vw {
    width: 93vw;
  }
  .tablet-m\:min_w-93vw {
    min-width: 93vw;
  }
  .tablet-m\:min_h-93vh {
    min-height: 93vh;
  }
  .tablet-m\:max_w-93vw {
    max-width: 93vw;
  }
  .tablet-m\:max_h-93vh {
    max-height: 93vh;
  }
  .tablet-m\:m-t-94\% {
    margin-top: 94%;
  }
  .tablet-m\:m-t--94\% {
    margin-top: -94%;
  }
  .tablet-m\:p-t-94\% {
    padding-top: 94%;
  }
  .tablet-m\:p-t--94\% {
    padding-top: -94%;
  }
  .tablet-m\:top-94\% {
    top: 94%;
  }
  .tablet-m\:top--94\% {
    top: -94%;
  }
  .tablet-m\:m-b-94\% {
    margin-bottom: 94%;
  }
  .tablet-m\:m-b--94\% {
    margin-bottom: -94%;
  }
  .tablet-m\:p-b-94\% {
    padding-bottom: 94%;
  }
  .tablet-m\:p-b--94\% {
    padding-bottom: -94%;
  }
  .tablet-m\:bottom-94\% {
    bottom: 94%;
  }
  .tablet-m\:bottom--94\% {
    bottom: -94%;
  }
  .tablet-m\:m-l-94\% {
    margin-left: 94%;
  }
  .tablet-m\:m-l--94\% {
    margin-left: -94%;
  }
  .tablet-m\:p-l-94\% {
    padding-left: 94%;
  }
  .tablet-m\:p-l--94\% {
    padding-left: -94%;
  }
  .tablet-m\:left-94\% {
    left: 94%;
  }
  .tablet-m\:left--94\% {
    left: -94%;
  }
  .tablet-m\:m-r-94\% {
    margin-right: 94%;
  }
  .tablet-m\:m-r--94\% {
    margin-right: -94%;
  }
  .tablet-m\:p-r-94\% {
    padding-right: 94%;
  }
  .tablet-m\:p-r--94\% {
    padding-right: -94%;
  }
  .tablet-m\:right-94\% {
    right: 94%;
  }
  .tablet-m\:right--94\% {
    right: -94%;
  }
  .tablet-m\:h-94\% {
    height: 94%;
  }
  .tablet-m\:w-94\% {
    width: 94%;
  }
  .tablet-m\:max_h-94\% {
    max-height: 94%;
  }
  .tablet-m\:max_w-94\% {
    max-width: 94%;
  }
  .tablet-m\:min_h-94\% {
    min-height: 94%;
  }
  .tablet-m\:min_w-94\% {
    min-width: 94%;
  }
  .tablet-m\:h-94vh {
    height: 94vh;
  }
  .tablet-m\:w-94vw {
    width: 94vw;
  }
  .tablet-m\:min_w-94vw {
    min-width: 94vw;
  }
  .tablet-m\:min_h-94vh {
    min-height: 94vh;
  }
  .tablet-m\:max_w-94vw {
    max-width: 94vw;
  }
  .tablet-m\:max_h-94vh {
    max-height: 94vh;
  }
  .tablet-m\:m-t-95\% {
    margin-top: 95%;
  }
  .tablet-m\:m-t--95\% {
    margin-top: -95%;
  }
  .tablet-m\:p-t-95\% {
    padding-top: 95%;
  }
  .tablet-m\:p-t--95\% {
    padding-top: -95%;
  }
  .tablet-m\:top-95\% {
    top: 95%;
  }
  .tablet-m\:top--95\% {
    top: -95%;
  }
  .tablet-m\:m-b-95\% {
    margin-bottom: 95%;
  }
  .tablet-m\:m-b--95\% {
    margin-bottom: -95%;
  }
  .tablet-m\:p-b-95\% {
    padding-bottom: 95%;
  }
  .tablet-m\:p-b--95\% {
    padding-bottom: -95%;
  }
  .tablet-m\:bottom-95\% {
    bottom: 95%;
  }
  .tablet-m\:bottom--95\% {
    bottom: -95%;
  }
  .tablet-m\:m-l-95\% {
    margin-left: 95%;
  }
  .tablet-m\:m-l--95\% {
    margin-left: -95%;
  }
  .tablet-m\:p-l-95\% {
    padding-left: 95%;
  }
  .tablet-m\:p-l--95\% {
    padding-left: -95%;
  }
  .tablet-m\:left-95\% {
    left: 95%;
  }
  .tablet-m\:left--95\% {
    left: -95%;
  }
  .tablet-m\:m-r-95\% {
    margin-right: 95%;
  }
  .tablet-m\:m-r--95\% {
    margin-right: -95%;
  }
  .tablet-m\:p-r-95\% {
    padding-right: 95%;
  }
  .tablet-m\:p-r--95\% {
    padding-right: -95%;
  }
  .tablet-m\:right-95\% {
    right: 95%;
  }
  .tablet-m\:right--95\% {
    right: -95%;
  }
  .tablet-m\:h-95\% {
    height: 95%;
  }
  .tablet-m\:w-95\% {
    width: 95%;
  }
  .tablet-m\:max_h-95\% {
    max-height: 95%;
  }
  .tablet-m\:max_w-95\% {
    max-width: 95%;
  }
  .tablet-m\:min_h-95\% {
    min-height: 95%;
  }
  .tablet-m\:min_w-95\% {
    min-width: 95%;
  }
  .tablet-m\:h-95vh {
    height: 95vh;
  }
  .tablet-m\:w-95vw {
    width: 95vw;
  }
  .tablet-m\:min_w-95vw {
    min-width: 95vw;
  }
  .tablet-m\:min_h-95vh {
    min-height: 95vh;
  }
  .tablet-m\:max_w-95vw {
    max-width: 95vw;
  }
  .tablet-m\:max_h-95vh {
    max-height: 95vh;
  }
  .tablet-m\:m-t-96\% {
    margin-top: 96%;
  }
  .tablet-m\:m-t--96\% {
    margin-top: -96%;
  }
  .tablet-m\:p-t-96\% {
    padding-top: 96%;
  }
  .tablet-m\:p-t--96\% {
    padding-top: -96%;
  }
  .tablet-m\:top-96\% {
    top: 96%;
  }
  .tablet-m\:top--96\% {
    top: -96%;
  }
  .tablet-m\:m-b-96\% {
    margin-bottom: 96%;
  }
  .tablet-m\:m-b--96\% {
    margin-bottom: -96%;
  }
  .tablet-m\:p-b-96\% {
    padding-bottom: 96%;
  }
  .tablet-m\:p-b--96\% {
    padding-bottom: -96%;
  }
  .tablet-m\:bottom-96\% {
    bottom: 96%;
  }
  .tablet-m\:bottom--96\% {
    bottom: -96%;
  }
  .tablet-m\:m-l-96\% {
    margin-left: 96%;
  }
  .tablet-m\:m-l--96\% {
    margin-left: -96%;
  }
  .tablet-m\:p-l-96\% {
    padding-left: 96%;
  }
  .tablet-m\:p-l--96\% {
    padding-left: -96%;
  }
  .tablet-m\:left-96\% {
    left: 96%;
  }
  .tablet-m\:left--96\% {
    left: -96%;
  }
  .tablet-m\:m-r-96\% {
    margin-right: 96%;
  }
  .tablet-m\:m-r--96\% {
    margin-right: -96%;
  }
  .tablet-m\:p-r-96\% {
    padding-right: 96%;
  }
  .tablet-m\:p-r--96\% {
    padding-right: -96%;
  }
  .tablet-m\:right-96\% {
    right: 96%;
  }
  .tablet-m\:right--96\% {
    right: -96%;
  }
  .tablet-m\:h-96\% {
    height: 96%;
  }
  .tablet-m\:w-96\% {
    width: 96%;
  }
  .tablet-m\:max_h-96\% {
    max-height: 96%;
  }
  .tablet-m\:max_w-96\% {
    max-width: 96%;
  }
  .tablet-m\:min_h-96\% {
    min-height: 96%;
  }
  .tablet-m\:min_w-96\% {
    min-width: 96%;
  }
  .tablet-m\:h-96vh {
    height: 96vh;
  }
  .tablet-m\:w-96vw {
    width: 96vw;
  }
  .tablet-m\:min_w-96vw {
    min-width: 96vw;
  }
  .tablet-m\:min_h-96vh {
    min-height: 96vh;
  }
  .tablet-m\:max_w-96vw {
    max-width: 96vw;
  }
  .tablet-m\:max_h-96vh {
    max-height: 96vh;
  }
  .tablet-m\:m-t-97\% {
    margin-top: 97%;
  }
  .tablet-m\:m-t--97\% {
    margin-top: -97%;
  }
  .tablet-m\:p-t-97\% {
    padding-top: 97%;
  }
  .tablet-m\:p-t--97\% {
    padding-top: -97%;
  }
  .tablet-m\:top-97\% {
    top: 97%;
  }
  .tablet-m\:top--97\% {
    top: -97%;
  }
  .tablet-m\:m-b-97\% {
    margin-bottom: 97%;
  }
  .tablet-m\:m-b--97\% {
    margin-bottom: -97%;
  }
  .tablet-m\:p-b-97\% {
    padding-bottom: 97%;
  }
  .tablet-m\:p-b--97\% {
    padding-bottom: -97%;
  }
  .tablet-m\:bottom-97\% {
    bottom: 97%;
  }
  .tablet-m\:bottom--97\% {
    bottom: -97%;
  }
  .tablet-m\:m-l-97\% {
    margin-left: 97%;
  }
  .tablet-m\:m-l--97\% {
    margin-left: -97%;
  }
  .tablet-m\:p-l-97\% {
    padding-left: 97%;
  }
  .tablet-m\:p-l--97\% {
    padding-left: -97%;
  }
  .tablet-m\:left-97\% {
    left: 97%;
  }
  .tablet-m\:left--97\% {
    left: -97%;
  }
  .tablet-m\:m-r-97\% {
    margin-right: 97%;
  }
  .tablet-m\:m-r--97\% {
    margin-right: -97%;
  }
  .tablet-m\:p-r-97\% {
    padding-right: 97%;
  }
  .tablet-m\:p-r--97\% {
    padding-right: -97%;
  }
  .tablet-m\:right-97\% {
    right: 97%;
  }
  .tablet-m\:right--97\% {
    right: -97%;
  }
  .tablet-m\:h-97\% {
    height: 97%;
  }
  .tablet-m\:w-97\% {
    width: 97%;
  }
  .tablet-m\:max_h-97\% {
    max-height: 97%;
  }
  .tablet-m\:max_w-97\% {
    max-width: 97%;
  }
  .tablet-m\:min_h-97\% {
    min-height: 97%;
  }
  .tablet-m\:min_w-97\% {
    min-width: 97%;
  }
  .tablet-m\:h-97vh {
    height: 97vh;
  }
  .tablet-m\:w-97vw {
    width: 97vw;
  }
  .tablet-m\:min_w-97vw {
    min-width: 97vw;
  }
  .tablet-m\:min_h-97vh {
    min-height: 97vh;
  }
  .tablet-m\:max_w-97vw {
    max-width: 97vw;
  }
  .tablet-m\:max_h-97vh {
    max-height: 97vh;
  }
  .tablet-m\:m-t-98\% {
    margin-top: 98%;
  }
  .tablet-m\:m-t--98\% {
    margin-top: -98%;
  }
  .tablet-m\:p-t-98\% {
    padding-top: 98%;
  }
  .tablet-m\:p-t--98\% {
    padding-top: -98%;
  }
  .tablet-m\:top-98\% {
    top: 98%;
  }
  .tablet-m\:top--98\% {
    top: -98%;
  }
  .tablet-m\:m-b-98\% {
    margin-bottom: 98%;
  }
  .tablet-m\:m-b--98\% {
    margin-bottom: -98%;
  }
  .tablet-m\:p-b-98\% {
    padding-bottom: 98%;
  }
  .tablet-m\:p-b--98\% {
    padding-bottom: -98%;
  }
  .tablet-m\:bottom-98\% {
    bottom: 98%;
  }
  .tablet-m\:bottom--98\% {
    bottom: -98%;
  }
  .tablet-m\:m-l-98\% {
    margin-left: 98%;
  }
  .tablet-m\:m-l--98\% {
    margin-left: -98%;
  }
  .tablet-m\:p-l-98\% {
    padding-left: 98%;
  }
  .tablet-m\:p-l--98\% {
    padding-left: -98%;
  }
  .tablet-m\:left-98\% {
    left: 98%;
  }
  .tablet-m\:left--98\% {
    left: -98%;
  }
  .tablet-m\:m-r-98\% {
    margin-right: 98%;
  }
  .tablet-m\:m-r--98\% {
    margin-right: -98%;
  }
  .tablet-m\:p-r-98\% {
    padding-right: 98%;
  }
  .tablet-m\:p-r--98\% {
    padding-right: -98%;
  }
  .tablet-m\:right-98\% {
    right: 98%;
  }
  .tablet-m\:right--98\% {
    right: -98%;
  }
  .tablet-m\:h-98\% {
    height: 98%;
  }
  .tablet-m\:w-98\% {
    width: 98%;
  }
  .tablet-m\:max_h-98\% {
    max-height: 98%;
  }
  .tablet-m\:max_w-98\% {
    max-width: 98%;
  }
  .tablet-m\:min_h-98\% {
    min-height: 98%;
  }
  .tablet-m\:min_w-98\% {
    min-width: 98%;
  }
  .tablet-m\:h-98vh {
    height: 98vh;
  }
  .tablet-m\:w-98vw {
    width: 98vw;
  }
  .tablet-m\:min_w-98vw {
    min-width: 98vw;
  }
  .tablet-m\:min_h-98vh {
    min-height: 98vh;
  }
  .tablet-m\:max_w-98vw {
    max-width: 98vw;
  }
  .tablet-m\:max_h-98vh {
    max-height: 98vh;
  }
  .tablet-m\:m-t-99\% {
    margin-top: 99%;
  }
  .tablet-m\:m-t--99\% {
    margin-top: -99%;
  }
  .tablet-m\:p-t-99\% {
    padding-top: 99%;
  }
  .tablet-m\:p-t--99\% {
    padding-top: -99%;
  }
  .tablet-m\:top-99\% {
    top: 99%;
  }
  .tablet-m\:top--99\% {
    top: -99%;
  }
  .tablet-m\:m-b-99\% {
    margin-bottom: 99%;
  }
  .tablet-m\:m-b--99\% {
    margin-bottom: -99%;
  }
  .tablet-m\:p-b-99\% {
    padding-bottom: 99%;
  }
  .tablet-m\:p-b--99\% {
    padding-bottom: -99%;
  }
  .tablet-m\:bottom-99\% {
    bottom: 99%;
  }
  .tablet-m\:bottom--99\% {
    bottom: -99%;
  }
  .tablet-m\:m-l-99\% {
    margin-left: 99%;
  }
  .tablet-m\:m-l--99\% {
    margin-left: -99%;
  }
  .tablet-m\:p-l-99\% {
    padding-left: 99%;
  }
  .tablet-m\:p-l--99\% {
    padding-left: -99%;
  }
  .tablet-m\:left-99\% {
    left: 99%;
  }
  .tablet-m\:left--99\% {
    left: -99%;
  }
  .tablet-m\:m-r-99\% {
    margin-right: 99%;
  }
  .tablet-m\:m-r--99\% {
    margin-right: -99%;
  }
  .tablet-m\:p-r-99\% {
    padding-right: 99%;
  }
  .tablet-m\:p-r--99\% {
    padding-right: -99%;
  }
  .tablet-m\:right-99\% {
    right: 99%;
  }
  .tablet-m\:right--99\% {
    right: -99%;
  }
  .tablet-m\:h-99\% {
    height: 99%;
  }
  .tablet-m\:w-99\% {
    width: 99%;
  }
  .tablet-m\:max_h-99\% {
    max-height: 99%;
  }
  .tablet-m\:max_w-99\% {
    max-width: 99%;
  }
  .tablet-m\:min_h-99\% {
    min-height: 99%;
  }
  .tablet-m\:min_w-99\% {
    min-width: 99%;
  }
  .tablet-m\:h-99vh {
    height: 99vh;
  }
  .tablet-m\:w-99vw {
    width: 99vw;
  }
  .tablet-m\:min_w-99vw {
    min-width: 99vw;
  }
  .tablet-m\:min_h-99vh {
    min-height: 99vh;
  }
  .tablet-m\:max_w-99vw {
    max-width: 99vw;
  }
  .tablet-m\:max_h-99vh {
    max-height: 99vh;
  }
  .tablet-m\:m-t-100\% {
    margin-top: 100%;
  }
  .tablet-m\:m-t--100\% {
    margin-top: -100%;
  }
  .tablet-m\:p-t-100\% {
    padding-top: 100%;
  }
  .tablet-m\:p-t--100\% {
    padding-top: -100%;
  }
  .tablet-m\:top-100\% {
    top: 100%;
  }
  .tablet-m\:top--100\% {
    top: -100%;
  }
  .tablet-m\:m-b-100\% {
    margin-bottom: 100%;
  }
  .tablet-m\:m-b--100\% {
    margin-bottom: -100%;
  }
  .tablet-m\:p-b-100\% {
    padding-bottom: 100%;
  }
  .tablet-m\:p-b--100\% {
    padding-bottom: -100%;
  }
  .tablet-m\:bottom-100\% {
    bottom: 100%;
  }
  .tablet-m\:bottom--100\% {
    bottom: -100%;
  }
  .tablet-m\:m-l-100\% {
    margin-left: 100%;
  }
  .tablet-m\:m-l--100\% {
    margin-left: -100%;
  }
  .tablet-m\:p-l-100\% {
    padding-left: 100%;
  }
  .tablet-m\:p-l--100\% {
    padding-left: -100%;
  }
  .tablet-m\:left-100\% {
    left: 100%;
  }
  .tablet-m\:left--100\% {
    left: -100%;
  }
  .tablet-m\:m-r-100\% {
    margin-right: 100%;
  }
  .tablet-m\:m-r--100\% {
    margin-right: -100%;
  }
  .tablet-m\:p-r-100\% {
    padding-right: 100%;
  }
  .tablet-m\:p-r--100\% {
    padding-right: -100%;
  }
  .tablet-m\:right-100\% {
    right: 100%;
  }
  .tablet-m\:right--100\% {
    right: -100%;
  }
  .tablet-m\:h-100\% {
    height: 100%;
  }
  .tablet-m\:w-100\% {
    width: 100%;
  }
  .tablet-m\:max_h-100\% {
    max-height: 100%;
  }
  .tablet-m\:max_w-100\% {
    max-width: 100%;
  }
  .tablet-m\:min_h-100\% {
    min-height: 100%;
  }
  .tablet-m\:min_w-100\% {
    min-width: 100%;
  }
  .tablet-m\:h-100vh {
    height: 100vh;
  }
  .tablet-m\:w-100vw {
    width: 100vw;
  }
  .tablet-m\:min_w-100vw {
    min-width: 100vw;
  }
  .tablet-m\:min_h-100vh {
    min-height: 100vh;
  }
  .tablet-m\:max_w-100vw {
    max-width: 100vw;
  }
  .tablet-m\:max_h-100vh {
    max-height: 100vh;
  }
  .tablet-m\:m-t-101\% {
    margin-top: 101%;
  }
  .tablet-m\:m-t--101\% {
    margin-top: -101%;
  }
  .tablet-m\:p-t-101\% {
    padding-top: 101%;
  }
  .tablet-m\:p-t--101\% {
    padding-top: -101%;
  }
  .tablet-m\:top-101\% {
    top: 101%;
  }
  .tablet-m\:top--101\% {
    top: -101%;
  }
  .tablet-m\:m-b-101\% {
    margin-bottom: 101%;
  }
  .tablet-m\:m-b--101\% {
    margin-bottom: -101%;
  }
  .tablet-m\:p-b-101\% {
    padding-bottom: 101%;
  }
  .tablet-m\:p-b--101\% {
    padding-bottom: -101%;
  }
  .tablet-m\:bottom-101\% {
    bottom: 101%;
  }
  .tablet-m\:bottom--101\% {
    bottom: -101%;
  }
  .tablet-m\:m-l-101\% {
    margin-left: 101%;
  }
  .tablet-m\:m-l--101\% {
    margin-left: -101%;
  }
  .tablet-m\:p-l-101\% {
    padding-left: 101%;
  }
  .tablet-m\:p-l--101\% {
    padding-left: -101%;
  }
  .tablet-m\:left-101\% {
    left: 101%;
  }
  .tablet-m\:left--101\% {
    left: -101%;
  }
  .tablet-m\:m-r-101\% {
    margin-right: 101%;
  }
  .tablet-m\:m-r--101\% {
    margin-right: -101%;
  }
  .tablet-m\:p-r-101\% {
    padding-right: 101%;
  }
  .tablet-m\:p-r--101\% {
    padding-right: -101%;
  }
  .tablet-m\:right-101\% {
    right: 101%;
  }
  .tablet-m\:right--101\% {
    right: -101%;
  }
  .tablet-m\:h-101\% {
    height: 101%;
  }
  .tablet-m\:w-101\% {
    width: 101%;
  }
  .tablet-m\:max_h-101\% {
    max-height: 101%;
  }
  .tablet-m\:max_w-101\% {
    max-width: 101%;
  }
  .tablet-m\:min_h-101\% {
    min-height: 101%;
  }
  .tablet-m\:min_w-101\% {
    min-width: 101%;
  }
  .tablet-m\:h-101vh {
    height: 101vh;
  }
  .tablet-m\:w-101vw {
    width: 101vw;
  }
  .tablet-m\:min_w-101vw {
    min-width: 101vw;
  }
  .tablet-m\:min_h-101vh {
    min-height: 101vh;
  }
  .tablet-m\:max_w-101vw {
    max-width: 101vw;
  }
  .tablet-m\:max_h-101vh {
    max-height: 101vh;
  }
  .tablet-m\:m-t-102\% {
    margin-top: 102%;
  }
  .tablet-m\:m-t--102\% {
    margin-top: -102%;
  }
  .tablet-m\:p-t-102\% {
    padding-top: 102%;
  }
  .tablet-m\:p-t--102\% {
    padding-top: -102%;
  }
  .tablet-m\:top-102\% {
    top: 102%;
  }
  .tablet-m\:top--102\% {
    top: -102%;
  }
  .tablet-m\:m-b-102\% {
    margin-bottom: 102%;
  }
  .tablet-m\:m-b--102\% {
    margin-bottom: -102%;
  }
  .tablet-m\:p-b-102\% {
    padding-bottom: 102%;
  }
  .tablet-m\:p-b--102\% {
    padding-bottom: -102%;
  }
  .tablet-m\:bottom-102\% {
    bottom: 102%;
  }
  .tablet-m\:bottom--102\% {
    bottom: -102%;
  }
  .tablet-m\:m-l-102\% {
    margin-left: 102%;
  }
  .tablet-m\:m-l--102\% {
    margin-left: -102%;
  }
  .tablet-m\:p-l-102\% {
    padding-left: 102%;
  }
  .tablet-m\:p-l--102\% {
    padding-left: -102%;
  }
  .tablet-m\:left-102\% {
    left: 102%;
  }
  .tablet-m\:left--102\% {
    left: -102%;
  }
  .tablet-m\:m-r-102\% {
    margin-right: 102%;
  }
  .tablet-m\:m-r--102\% {
    margin-right: -102%;
  }
  .tablet-m\:p-r-102\% {
    padding-right: 102%;
  }
  .tablet-m\:p-r--102\% {
    padding-right: -102%;
  }
  .tablet-m\:right-102\% {
    right: 102%;
  }
  .tablet-m\:right--102\% {
    right: -102%;
  }
  .tablet-m\:h-102\% {
    height: 102%;
  }
  .tablet-m\:w-102\% {
    width: 102%;
  }
  .tablet-m\:max_h-102\% {
    max-height: 102%;
  }
  .tablet-m\:max_w-102\% {
    max-width: 102%;
  }
  .tablet-m\:min_h-102\% {
    min-height: 102%;
  }
  .tablet-m\:min_w-102\% {
    min-width: 102%;
  }
  .tablet-m\:h-102vh {
    height: 102vh;
  }
  .tablet-m\:w-102vw {
    width: 102vw;
  }
  .tablet-m\:min_w-102vw {
    min-width: 102vw;
  }
  .tablet-m\:min_h-102vh {
    min-height: 102vh;
  }
  .tablet-m\:max_w-102vw {
    max-width: 102vw;
  }
  .tablet-m\:max_h-102vh {
    max-height: 102vh;
  }
  .tablet-m\:m-t-103\% {
    margin-top: 103%;
  }
  .tablet-m\:m-t--103\% {
    margin-top: -103%;
  }
  .tablet-m\:p-t-103\% {
    padding-top: 103%;
  }
  .tablet-m\:p-t--103\% {
    padding-top: -103%;
  }
  .tablet-m\:top-103\% {
    top: 103%;
  }
  .tablet-m\:top--103\% {
    top: -103%;
  }
  .tablet-m\:m-b-103\% {
    margin-bottom: 103%;
  }
  .tablet-m\:m-b--103\% {
    margin-bottom: -103%;
  }
  .tablet-m\:p-b-103\% {
    padding-bottom: 103%;
  }
  .tablet-m\:p-b--103\% {
    padding-bottom: -103%;
  }
  .tablet-m\:bottom-103\% {
    bottom: 103%;
  }
  .tablet-m\:bottom--103\% {
    bottom: -103%;
  }
  .tablet-m\:m-l-103\% {
    margin-left: 103%;
  }
  .tablet-m\:m-l--103\% {
    margin-left: -103%;
  }
  .tablet-m\:p-l-103\% {
    padding-left: 103%;
  }
  .tablet-m\:p-l--103\% {
    padding-left: -103%;
  }
  .tablet-m\:left-103\% {
    left: 103%;
  }
  .tablet-m\:left--103\% {
    left: -103%;
  }
  .tablet-m\:m-r-103\% {
    margin-right: 103%;
  }
  .tablet-m\:m-r--103\% {
    margin-right: -103%;
  }
  .tablet-m\:p-r-103\% {
    padding-right: 103%;
  }
  .tablet-m\:p-r--103\% {
    padding-right: -103%;
  }
  .tablet-m\:right-103\% {
    right: 103%;
  }
  .tablet-m\:right--103\% {
    right: -103%;
  }
  .tablet-m\:h-103\% {
    height: 103%;
  }
  .tablet-m\:w-103\% {
    width: 103%;
  }
  .tablet-m\:max_h-103\% {
    max-height: 103%;
  }
  .tablet-m\:max_w-103\% {
    max-width: 103%;
  }
  .tablet-m\:min_h-103\% {
    min-height: 103%;
  }
  .tablet-m\:min_w-103\% {
    min-width: 103%;
  }
  .tablet-m\:h-103vh {
    height: 103vh;
  }
  .tablet-m\:w-103vw {
    width: 103vw;
  }
  .tablet-m\:min_w-103vw {
    min-width: 103vw;
  }
  .tablet-m\:min_h-103vh {
    min-height: 103vh;
  }
  .tablet-m\:max_w-103vw {
    max-width: 103vw;
  }
  .tablet-m\:max_h-103vh {
    max-height: 103vh;
  }
  .tablet-m\:m-t-104\% {
    margin-top: 104%;
  }
  .tablet-m\:m-t--104\% {
    margin-top: -104%;
  }
  .tablet-m\:p-t-104\% {
    padding-top: 104%;
  }
  .tablet-m\:p-t--104\% {
    padding-top: -104%;
  }
  .tablet-m\:top-104\% {
    top: 104%;
  }
  .tablet-m\:top--104\% {
    top: -104%;
  }
  .tablet-m\:m-b-104\% {
    margin-bottom: 104%;
  }
  .tablet-m\:m-b--104\% {
    margin-bottom: -104%;
  }
  .tablet-m\:p-b-104\% {
    padding-bottom: 104%;
  }
  .tablet-m\:p-b--104\% {
    padding-bottom: -104%;
  }
  .tablet-m\:bottom-104\% {
    bottom: 104%;
  }
  .tablet-m\:bottom--104\% {
    bottom: -104%;
  }
  .tablet-m\:m-l-104\% {
    margin-left: 104%;
  }
  .tablet-m\:m-l--104\% {
    margin-left: -104%;
  }
  .tablet-m\:p-l-104\% {
    padding-left: 104%;
  }
  .tablet-m\:p-l--104\% {
    padding-left: -104%;
  }
  .tablet-m\:left-104\% {
    left: 104%;
  }
  .tablet-m\:left--104\% {
    left: -104%;
  }
  .tablet-m\:m-r-104\% {
    margin-right: 104%;
  }
  .tablet-m\:m-r--104\% {
    margin-right: -104%;
  }
  .tablet-m\:p-r-104\% {
    padding-right: 104%;
  }
  .tablet-m\:p-r--104\% {
    padding-right: -104%;
  }
  .tablet-m\:right-104\% {
    right: 104%;
  }
  .tablet-m\:right--104\% {
    right: -104%;
  }
  .tablet-m\:h-104\% {
    height: 104%;
  }
  .tablet-m\:w-104\% {
    width: 104%;
  }
  .tablet-m\:max_h-104\% {
    max-height: 104%;
  }
  .tablet-m\:max_w-104\% {
    max-width: 104%;
  }
  .tablet-m\:min_h-104\% {
    min-height: 104%;
  }
  .tablet-m\:min_w-104\% {
    min-width: 104%;
  }
  .tablet-m\:h-104vh {
    height: 104vh;
  }
  .tablet-m\:w-104vw {
    width: 104vw;
  }
  .tablet-m\:min_w-104vw {
    min-width: 104vw;
  }
  .tablet-m\:min_h-104vh {
    min-height: 104vh;
  }
  .tablet-m\:max_w-104vw {
    max-width: 104vw;
  }
  .tablet-m\:max_h-104vh {
    max-height: 104vh;
  }
  .tablet-m\:m-t-105\% {
    margin-top: 105%;
  }
  .tablet-m\:m-t--105\% {
    margin-top: -105%;
  }
  .tablet-m\:p-t-105\% {
    padding-top: 105%;
  }
  .tablet-m\:p-t--105\% {
    padding-top: -105%;
  }
  .tablet-m\:top-105\% {
    top: 105%;
  }
  .tablet-m\:top--105\% {
    top: -105%;
  }
  .tablet-m\:m-b-105\% {
    margin-bottom: 105%;
  }
  .tablet-m\:m-b--105\% {
    margin-bottom: -105%;
  }
  .tablet-m\:p-b-105\% {
    padding-bottom: 105%;
  }
  .tablet-m\:p-b--105\% {
    padding-bottom: -105%;
  }
  .tablet-m\:bottom-105\% {
    bottom: 105%;
  }
  .tablet-m\:bottom--105\% {
    bottom: -105%;
  }
  .tablet-m\:m-l-105\% {
    margin-left: 105%;
  }
  .tablet-m\:m-l--105\% {
    margin-left: -105%;
  }
  .tablet-m\:p-l-105\% {
    padding-left: 105%;
  }
  .tablet-m\:p-l--105\% {
    padding-left: -105%;
  }
  .tablet-m\:left-105\% {
    left: 105%;
  }
  .tablet-m\:left--105\% {
    left: -105%;
  }
  .tablet-m\:m-r-105\% {
    margin-right: 105%;
  }
  .tablet-m\:m-r--105\% {
    margin-right: -105%;
  }
  .tablet-m\:p-r-105\% {
    padding-right: 105%;
  }
  .tablet-m\:p-r--105\% {
    padding-right: -105%;
  }
  .tablet-m\:right-105\% {
    right: 105%;
  }
  .tablet-m\:right--105\% {
    right: -105%;
  }
  .tablet-m\:h-105\% {
    height: 105%;
  }
  .tablet-m\:w-105\% {
    width: 105%;
  }
  .tablet-m\:max_h-105\% {
    max-height: 105%;
  }
  .tablet-m\:max_w-105\% {
    max-width: 105%;
  }
  .tablet-m\:min_h-105\% {
    min-height: 105%;
  }
  .tablet-m\:min_w-105\% {
    min-width: 105%;
  }
  .tablet-m\:h-105vh {
    height: 105vh;
  }
  .tablet-m\:w-105vw {
    width: 105vw;
  }
  .tablet-m\:min_w-105vw {
    min-width: 105vw;
  }
  .tablet-m\:min_h-105vh {
    min-height: 105vh;
  }
  .tablet-m\:max_w-105vw {
    max-width: 105vw;
  }
  .tablet-m\:max_h-105vh {
    max-height: 105vh;
  }
  .tablet-m\:m-t-106\% {
    margin-top: 106%;
  }
  .tablet-m\:m-t--106\% {
    margin-top: -106%;
  }
  .tablet-m\:p-t-106\% {
    padding-top: 106%;
  }
  .tablet-m\:p-t--106\% {
    padding-top: -106%;
  }
  .tablet-m\:top-106\% {
    top: 106%;
  }
  .tablet-m\:top--106\% {
    top: -106%;
  }
  .tablet-m\:m-b-106\% {
    margin-bottom: 106%;
  }
  .tablet-m\:m-b--106\% {
    margin-bottom: -106%;
  }
  .tablet-m\:p-b-106\% {
    padding-bottom: 106%;
  }
  .tablet-m\:p-b--106\% {
    padding-bottom: -106%;
  }
  .tablet-m\:bottom-106\% {
    bottom: 106%;
  }
  .tablet-m\:bottom--106\% {
    bottom: -106%;
  }
  .tablet-m\:m-l-106\% {
    margin-left: 106%;
  }
  .tablet-m\:m-l--106\% {
    margin-left: -106%;
  }
  .tablet-m\:p-l-106\% {
    padding-left: 106%;
  }
  .tablet-m\:p-l--106\% {
    padding-left: -106%;
  }
  .tablet-m\:left-106\% {
    left: 106%;
  }
  .tablet-m\:left--106\% {
    left: -106%;
  }
  .tablet-m\:m-r-106\% {
    margin-right: 106%;
  }
  .tablet-m\:m-r--106\% {
    margin-right: -106%;
  }
  .tablet-m\:p-r-106\% {
    padding-right: 106%;
  }
  .tablet-m\:p-r--106\% {
    padding-right: -106%;
  }
  .tablet-m\:right-106\% {
    right: 106%;
  }
  .tablet-m\:right--106\% {
    right: -106%;
  }
  .tablet-m\:h-106\% {
    height: 106%;
  }
  .tablet-m\:w-106\% {
    width: 106%;
  }
  .tablet-m\:max_h-106\% {
    max-height: 106%;
  }
  .tablet-m\:max_w-106\% {
    max-width: 106%;
  }
  .tablet-m\:min_h-106\% {
    min-height: 106%;
  }
  .tablet-m\:min_w-106\% {
    min-width: 106%;
  }
  .tablet-m\:h-106vh {
    height: 106vh;
  }
  .tablet-m\:w-106vw {
    width: 106vw;
  }
  .tablet-m\:min_w-106vw {
    min-width: 106vw;
  }
  .tablet-m\:min_h-106vh {
    min-height: 106vh;
  }
  .tablet-m\:max_w-106vw {
    max-width: 106vw;
  }
  .tablet-m\:max_h-106vh {
    max-height: 106vh;
  }
  .tablet-m\:m-t-107\% {
    margin-top: 107%;
  }
  .tablet-m\:m-t--107\% {
    margin-top: -107%;
  }
  .tablet-m\:p-t-107\% {
    padding-top: 107%;
  }
  .tablet-m\:p-t--107\% {
    padding-top: -107%;
  }
  .tablet-m\:top-107\% {
    top: 107%;
  }
  .tablet-m\:top--107\% {
    top: -107%;
  }
  .tablet-m\:m-b-107\% {
    margin-bottom: 107%;
  }
  .tablet-m\:m-b--107\% {
    margin-bottom: -107%;
  }
  .tablet-m\:p-b-107\% {
    padding-bottom: 107%;
  }
  .tablet-m\:p-b--107\% {
    padding-bottom: -107%;
  }
  .tablet-m\:bottom-107\% {
    bottom: 107%;
  }
  .tablet-m\:bottom--107\% {
    bottom: -107%;
  }
  .tablet-m\:m-l-107\% {
    margin-left: 107%;
  }
  .tablet-m\:m-l--107\% {
    margin-left: -107%;
  }
  .tablet-m\:p-l-107\% {
    padding-left: 107%;
  }
  .tablet-m\:p-l--107\% {
    padding-left: -107%;
  }
  .tablet-m\:left-107\% {
    left: 107%;
  }
  .tablet-m\:left--107\% {
    left: -107%;
  }
  .tablet-m\:m-r-107\% {
    margin-right: 107%;
  }
  .tablet-m\:m-r--107\% {
    margin-right: -107%;
  }
  .tablet-m\:p-r-107\% {
    padding-right: 107%;
  }
  .tablet-m\:p-r--107\% {
    padding-right: -107%;
  }
  .tablet-m\:right-107\% {
    right: 107%;
  }
  .tablet-m\:right--107\% {
    right: -107%;
  }
  .tablet-m\:h-107\% {
    height: 107%;
  }
  .tablet-m\:w-107\% {
    width: 107%;
  }
  .tablet-m\:max_h-107\% {
    max-height: 107%;
  }
  .tablet-m\:max_w-107\% {
    max-width: 107%;
  }
  .tablet-m\:min_h-107\% {
    min-height: 107%;
  }
  .tablet-m\:min_w-107\% {
    min-width: 107%;
  }
  .tablet-m\:h-107vh {
    height: 107vh;
  }
  .tablet-m\:w-107vw {
    width: 107vw;
  }
  .tablet-m\:min_w-107vw {
    min-width: 107vw;
  }
  .tablet-m\:min_h-107vh {
    min-height: 107vh;
  }
  .tablet-m\:max_w-107vw {
    max-width: 107vw;
  }
  .tablet-m\:max_h-107vh {
    max-height: 107vh;
  }
  .tablet-m\:m-t-108\% {
    margin-top: 108%;
  }
  .tablet-m\:m-t--108\% {
    margin-top: -108%;
  }
  .tablet-m\:p-t-108\% {
    padding-top: 108%;
  }
  .tablet-m\:p-t--108\% {
    padding-top: -108%;
  }
  .tablet-m\:top-108\% {
    top: 108%;
  }
  .tablet-m\:top--108\% {
    top: -108%;
  }
  .tablet-m\:m-b-108\% {
    margin-bottom: 108%;
  }
  .tablet-m\:m-b--108\% {
    margin-bottom: -108%;
  }
  .tablet-m\:p-b-108\% {
    padding-bottom: 108%;
  }
  .tablet-m\:p-b--108\% {
    padding-bottom: -108%;
  }
  .tablet-m\:bottom-108\% {
    bottom: 108%;
  }
  .tablet-m\:bottom--108\% {
    bottom: -108%;
  }
  .tablet-m\:m-l-108\% {
    margin-left: 108%;
  }
  .tablet-m\:m-l--108\% {
    margin-left: -108%;
  }
  .tablet-m\:p-l-108\% {
    padding-left: 108%;
  }
  .tablet-m\:p-l--108\% {
    padding-left: -108%;
  }
  .tablet-m\:left-108\% {
    left: 108%;
  }
  .tablet-m\:left--108\% {
    left: -108%;
  }
  .tablet-m\:m-r-108\% {
    margin-right: 108%;
  }
  .tablet-m\:m-r--108\% {
    margin-right: -108%;
  }
  .tablet-m\:p-r-108\% {
    padding-right: 108%;
  }
  .tablet-m\:p-r--108\% {
    padding-right: -108%;
  }
  .tablet-m\:right-108\% {
    right: 108%;
  }
  .tablet-m\:right--108\% {
    right: -108%;
  }
  .tablet-m\:h-108\% {
    height: 108%;
  }
  .tablet-m\:w-108\% {
    width: 108%;
  }
  .tablet-m\:max_h-108\% {
    max-height: 108%;
  }
  .tablet-m\:max_w-108\% {
    max-width: 108%;
  }
  .tablet-m\:min_h-108\% {
    min-height: 108%;
  }
  .tablet-m\:min_w-108\% {
    min-width: 108%;
  }
  .tablet-m\:h-108vh {
    height: 108vh;
  }
  .tablet-m\:w-108vw {
    width: 108vw;
  }
  .tablet-m\:min_w-108vw {
    min-width: 108vw;
  }
  .tablet-m\:min_h-108vh {
    min-height: 108vh;
  }
  .tablet-m\:max_w-108vw {
    max-width: 108vw;
  }
  .tablet-m\:max_h-108vh {
    max-height: 108vh;
  }
  .tablet-m\:m-t-109\% {
    margin-top: 109%;
  }
  .tablet-m\:m-t--109\% {
    margin-top: -109%;
  }
  .tablet-m\:p-t-109\% {
    padding-top: 109%;
  }
  .tablet-m\:p-t--109\% {
    padding-top: -109%;
  }
  .tablet-m\:top-109\% {
    top: 109%;
  }
  .tablet-m\:top--109\% {
    top: -109%;
  }
  .tablet-m\:m-b-109\% {
    margin-bottom: 109%;
  }
  .tablet-m\:m-b--109\% {
    margin-bottom: -109%;
  }
  .tablet-m\:p-b-109\% {
    padding-bottom: 109%;
  }
  .tablet-m\:p-b--109\% {
    padding-bottom: -109%;
  }
  .tablet-m\:bottom-109\% {
    bottom: 109%;
  }
  .tablet-m\:bottom--109\% {
    bottom: -109%;
  }
  .tablet-m\:m-l-109\% {
    margin-left: 109%;
  }
  .tablet-m\:m-l--109\% {
    margin-left: -109%;
  }
  .tablet-m\:p-l-109\% {
    padding-left: 109%;
  }
  .tablet-m\:p-l--109\% {
    padding-left: -109%;
  }
  .tablet-m\:left-109\% {
    left: 109%;
  }
  .tablet-m\:left--109\% {
    left: -109%;
  }
  .tablet-m\:m-r-109\% {
    margin-right: 109%;
  }
  .tablet-m\:m-r--109\% {
    margin-right: -109%;
  }
  .tablet-m\:p-r-109\% {
    padding-right: 109%;
  }
  .tablet-m\:p-r--109\% {
    padding-right: -109%;
  }
  .tablet-m\:right-109\% {
    right: 109%;
  }
  .tablet-m\:right--109\% {
    right: -109%;
  }
  .tablet-m\:h-109\% {
    height: 109%;
  }
  .tablet-m\:w-109\% {
    width: 109%;
  }
  .tablet-m\:max_h-109\% {
    max-height: 109%;
  }
  .tablet-m\:max_w-109\% {
    max-width: 109%;
  }
  .tablet-m\:min_h-109\% {
    min-height: 109%;
  }
  .tablet-m\:min_w-109\% {
    min-width: 109%;
  }
  .tablet-m\:h-109vh {
    height: 109vh;
  }
  .tablet-m\:w-109vw {
    width: 109vw;
  }
  .tablet-m\:min_w-109vw {
    min-width: 109vw;
  }
  .tablet-m\:min_h-109vh {
    min-height: 109vh;
  }
  .tablet-m\:max_w-109vw {
    max-width: 109vw;
  }
  .tablet-m\:max_h-109vh {
    max-height: 109vh;
  }
  .tablet-m\:m-t-110\% {
    margin-top: 110%;
  }
  .tablet-m\:m-t--110\% {
    margin-top: -110%;
  }
  .tablet-m\:p-t-110\% {
    padding-top: 110%;
  }
  .tablet-m\:p-t--110\% {
    padding-top: -110%;
  }
  .tablet-m\:top-110\% {
    top: 110%;
  }
  .tablet-m\:top--110\% {
    top: -110%;
  }
  .tablet-m\:m-b-110\% {
    margin-bottom: 110%;
  }
  .tablet-m\:m-b--110\% {
    margin-bottom: -110%;
  }
  .tablet-m\:p-b-110\% {
    padding-bottom: 110%;
  }
  .tablet-m\:p-b--110\% {
    padding-bottom: -110%;
  }
  .tablet-m\:bottom-110\% {
    bottom: 110%;
  }
  .tablet-m\:bottom--110\% {
    bottom: -110%;
  }
  .tablet-m\:m-l-110\% {
    margin-left: 110%;
  }
  .tablet-m\:m-l--110\% {
    margin-left: -110%;
  }
  .tablet-m\:p-l-110\% {
    padding-left: 110%;
  }
  .tablet-m\:p-l--110\% {
    padding-left: -110%;
  }
  .tablet-m\:left-110\% {
    left: 110%;
  }
  .tablet-m\:left--110\% {
    left: -110%;
  }
  .tablet-m\:m-r-110\% {
    margin-right: 110%;
  }
  .tablet-m\:m-r--110\% {
    margin-right: -110%;
  }
  .tablet-m\:p-r-110\% {
    padding-right: 110%;
  }
  .tablet-m\:p-r--110\% {
    padding-right: -110%;
  }
  .tablet-m\:right-110\% {
    right: 110%;
  }
  .tablet-m\:right--110\% {
    right: -110%;
  }
  .tablet-m\:h-110\% {
    height: 110%;
  }
  .tablet-m\:w-110\% {
    width: 110%;
  }
  .tablet-m\:max_h-110\% {
    max-height: 110%;
  }
  .tablet-m\:max_w-110\% {
    max-width: 110%;
  }
  .tablet-m\:min_h-110\% {
    min-height: 110%;
  }
  .tablet-m\:min_w-110\% {
    min-width: 110%;
  }
  .tablet-m\:h-110vh {
    height: 110vh;
  }
  .tablet-m\:w-110vw {
    width: 110vw;
  }
  .tablet-m\:min_w-110vw {
    min-width: 110vw;
  }
  .tablet-m\:min_h-110vh {
    min-height: 110vh;
  }
  .tablet-m\:max_w-110vw {
    max-width: 110vw;
  }
  .tablet-m\:max_h-110vh {
    max-height: 110vh;
  }
  .tablet-m\:m-t-111\% {
    margin-top: 111%;
  }
  .tablet-m\:m-t--111\% {
    margin-top: -111%;
  }
  .tablet-m\:p-t-111\% {
    padding-top: 111%;
  }
  .tablet-m\:p-t--111\% {
    padding-top: -111%;
  }
  .tablet-m\:top-111\% {
    top: 111%;
  }
  .tablet-m\:top--111\% {
    top: -111%;
  }
  .tablet-m\:m-b-111\% {
    margin-bottom: 111%;
  }
  .tablet-m\:m-b--111\% {
    margin-bottom: -111%;
  }
  .tablet-m\:p-b-111\% {
    padding-bottom: 111%;
  }
  .tablet-m\:p-b--111\% {
    padding-bottom: -111%;
  }
  .tablet-m\:bottom-111\% {
    bottom: 111%;
  }
  .tablet-m\:bottom--111\% {
    bottom: -111%;
  }
  .tablet-m\:m-l-111\% {
    margin-left: 111%;
  }
  .tablet-m\:m-l--111\% {
    margin-left: -111%;
  }
  .tablet-m\:p-l-111\% {
    padding-left: 111%;
  }
  .tablet-m\:p-l--111\% {
    padding-left: -111%;
  }
  .tablet-m\:left-111\% {
    left: 111%;
  }
  .tablet-m\:left--111\% {
    left: -111%;
  }
  .tablet-m\:m-r-111\% {
    margin-right: 111%;
  }
  .tablet-m\:m-r--111\% {
    margin-right: -111%;
  }
  .tablet-m\:p-r-111\% {
    padding-right: 111%;
  }
  .tablet-m\:p-r--111\% {
    padding-right: -111%;
  }
  .tablet-m\:right-111\% {
    right: 111%;
  }
  .tablet-m\:right--111\% {
    right: -111%;
  }
  .tablet-m\:h-111\% {
    height: 111%;
  }
  .tablet-m\:w-111\% {
    width: 111%;
  }
  .tablet-m\:max_h-111\% {
    max-height: 111%;
  }
  .tablet-m\:max_w-111\% {
    max-width: 111%;
  }
  .tablet-m\:min_h-111\% {
    min-height: 111%;
  }
  .tablet-m\:min_w-111\% {
    min-width: 111%;
  }
  .tablet-m\:h-111vh {
    height: 111vh;
  }
  .tablet-m\:w-111vw {
    width: 111vw;
  }
  .tablet-m\:min_w-111vw {
    min-width: 111vw;
  }
  .tablet-m\:min_h-111vh {
    min-height: 111vh;
  }
  .tablet-m\:max_w-111vw {
    max-width: 111vw;
  }
  .tablet-m\:max_h-111vh {
    max-height: 111vh;
  }
  .tablet-m\:m-t-112\% {
    margin-top: 112%;
  }
  .tablet-m\:m-t--112\% {
    margin-top: -112%;
  }
  .tablet-m\:p-t-112\% {
    padding-top: 112%;
  }
  .tablet-m\:p-t--112\% {
    padding-top: -112%;
  }
  .tablet-m\:top-112\% {
    top: 112%;
  }
  .tablet-m\:top--112\% {
    top: -112%;
  }
  .tablet-m\:m-b-112\% {
    margin-bottom: 112%;
  }
  .tablet-m\:m-b--112\% {
    margin-bottom: -112%;
  }
  .tablet-m\:p-b-112\% {
    padding-bottom: 112%;
  }
  .tablet-m\:p-b--112\% {
    padding-bottom: -112%;
  }
  .tablet-m\:bottom-112\% {
    bottom: 112%;
  }
  .tablet-m\:bottom--112\% {
    bottom: -112%;
  }
  .tablet-m\:m-l-112\% {
    margin-left: 112%;
  }
  .tablet-m\:m-l--112\% {
    margin-left: -112%;
  }
  .tablet-m\:p-l-112\% {
    padding-left: 112%;
  }
  .tablet-m\:p-l--112\% {
    padding-left: -112%;
  }
  .tablet-m\:left-112\% {
    left: 112%;
  }
  .tablet-m\:left--112\% {
    left: -112%;
  }
  .tablet-m\:m-r-112\% {
    margin-right: 112%;
  }
  .tablet-m\:m-r--112\% {
    margin-right: -112%;
  }
  .tablet-m\:p-r-112\% {
    padding-right: 112%;
  }
  .tablet-m\:p-r--112\% {
    padding-right: -112%;
  }
  .tablet-m\:right-112\% {
    right: 112%;
  }
  .tablet-m\:right--112\% {
    right: -112%;
  }
  .tablet-m\:h-112\% {
    height: 112%;
  }
  .tablet-m\:w-112\% {
    width: 112%;
  }
  .tablet-m\:max_h-112\% {
    max-height: 112%;
  }
  .tablet-m\:max_w-112\% {
    max-width: 112%;
  }
  .tablet-m\:min_h-112\% {
    min-height: 112%;
  }
  .tablet-m\:min_w-112\% {
    min-width: 112%;
  }
  .tablet-m\:h-112vh {
    height: 112vh;
  }
  .tablet-m\:w-112vw {
    width: 112vw;
  }
  .tablet-m\:min_w-112vw {
    min-width: 112vw;
  }
  .tablet-m\:min_h-112vh {
    min-height: 112vh;
  }
  .tablet-m\:max_w-112vw {
    max-width: 112vw;
  }
  .tablet-m\:max_h-112vh {
    max-height: 112vh;
  }
  .tablet-m\:m-t-113\% {
    margin-top: 113%;
  }
  .tablet-m\:m-t--113\% {
    margin-top: -113%;
  }
  .tablet-m\:p-t-113\% {
    padding-top: 113%;
  }
  .tablet-m\:p-t--113\% {
    padding-top: -113%;
  }
  .tablet-m\:top-113\% {
    top: 113%;
  }
  .tablet-m\:top--113\% {
    top: -113%;
  }
  .tablet-m\:m-b-113\% {
    margin-bottom: 113%;
  }
  .tablet-m\:m-b--113\% {
    margin-bottom: -113%;
  }
  .tablet-m\:p-b-113\% {
    padding-bottom: 113%;
  }
  .tablet-m\:p-b--113\% {
    padding-bottom: -113%;
  }
  .tablet-m\:bottom-113\% {
    bottom: 113%;
  }
  .tablet-m\:bottom--113\% {
    bottom: -113%;
  }
  .tablet-m\:m-l-113\% {
    margin-left: 113%;
  }
  .tablet-m\:m-l--113\% {
    margin-left: -113%;
  }
  .tablet-m\:p-l-113\% {
    padding-left: 113%;
  }
  .tablet-m\:p-l--113\% {
    padding-left: -113%;
  }
  .tablet-m\:left-113\% {
    left: 113%;
  }
  .tablet-m\:left--113\% {
    left: -113%;
  }
  .tablet-m\:m-r-113\% {
    margin-right: 113%;
  }
  .tablet-m\:m-r--113\% {
    margin-right: -113%;
  }
  .tablet-m\:p-r-113\% {
    padding-right: 113%;
  }
  .tablet-m\:p-r--113\% {
    padding-right: -113%;
  }
  .tablet-m\:right-113\% {
    right: 113%;
  }
  .tablet-m\:right--113\% {
    right: -113%;
  }
  .tablet-m\:h-113\% {
    height: 113%;
  }
  .tablet-m\:w-113\% {
    width: 113%;
  }
  .tablet-m\:max_h-113\% {
    max-height: 113%;
  }
  .tablet-m\:max_w-113\% {
    max-width: 113%;
  }
  .tablet-m\:min_h-113\% {
    min-height: 113%;
  }
  .tablet-m\:min_w-113\% {
    min-width: 113%;
  }
  .tablet-m\:h-113vh {
    height: 113vh;
  }
  .tablet-m\:w-113vw {
    width: 113vw;
  }
  .tablet-m\:min_w-113vw {
    min-width: 113vw;
  }
  .tablet-m\:min_h-113vh {
    min-height: 113vh;
  }
  .tablet-m\:max_w-113vw {
    max-width: 113vw;
  }
  .tablet-m\:max_h-113vh {
    max-height: 113vh;
  }
  .tablet-m\:m-t-114\% {
    margin-top: 114%;
  }
  .tablet-m\:m-t--114\% {
    margin-top: -114%;
  }
  .tablet-m\:p-t-114\% {
    padding-top: 114%;
  }
  .tablet-m\:p-t--114\% {
    padding-top: -114%;
  }
  .tablet-m\:top-114\% {
    top: 114%;
  }
  .tablet-m\:top--114\% {
    top: -114%;
  }
  .tablet-m\:m-b-114\% {
    margin-bottom: 114%;
  }
  .tablet-m\:m-b--114\% {
    margin-bottom: -114%;
  }
  .tablet-m\:p-b-114\% {
    padding-bottom: 114%;
  }
  .tablet-m\:p-b--114\% {
    padding-bottom: -114%;
  }
  .tablet-m\:bottom-114\% {
    bottom: 114%;
  }
  .tablet-m\:bottom--114\% {
    bottom: -114%;
  }
  .tablet-m\:m-l-114\% {
    margin-left: 114%;
  }
  .tablet-m\:m-l--114\% {
    margin-left: -114%;
  }
  .tablet-m\:p-l-114\% {
    padding-left: 114%;
  }
  .tablet-m\:p-l--114\% {
    padding-left: -114%;
  }
  .tablet-m\:left-114\% {
    left: 114%;
  }
  .tablet-m\:left--114\% {
    left: -114%;
  }
  .tablet-m\:m-r-114\% {
    margin-right: 114%;
  }
  .tablet-m\:m-r--114\% {
    margin-right: -114%;
  }
  .tablet-m\:p-r-114\% {
    padding-right: 114%;
  }
  .tablet-m\:p-r--114\% {
    padding-right: -114%;
  }
  .tablet-m\:right-114\% {
    right: 114%;
  }
  .tablet-m\:right--114\% {
    right: -114%;
  }
  .tablet-m\:h-114\% {
    height: 114%;
  }
  .tablet-m\:w-114\% {
    width: 114%;
  }
  .tablet-m\:max_h-114\% {
    max-height: 114%;
  }
  .tablet-m\:max_w-114\% {
    max-width: 114%;
  }
  .tablet-m\:min_h-114\% {
    min-height: 114%;
  }
  .tablet-m\:min_w-114\% {
    min-width: 114%;
  }
  .tablet-m\:h-114vh {
    height: 114vh;
  }
  .tablet-m\:w-114vw {
    width: 114vw;
  }
  .tablet-m\:min_w-114vw {
    min-width: 114vw;
  }
  .tablet-m\:min_h-114vh {
    min-height: 114vh;
  }
  .tablet-m\:max_w-114vw {
    max-width: 114vw;
  }
  .tablet-m\:max_h-114vh {
    max-height: 114vh;
  }
  .tablet-m\:m-t-115\% {
    margin-top: 115%;
  }
  .tablet-m\:m-t--115\% {
    margin-top: -115%;
  }
  .tablet-m\:p-t-115\% {
    padding-top: 115%;
  }
  .tablet-m\:p-t--115\% {
    padding-top: -115%;
  }
  .tablet-m\:top-115\% {
    top: 115%;
  }
  .tablet-m\:top--115\% {
    top: -115%;
  }
  .tablet-m\:m-b-115\% {
    margin-bottom: 115%;
  }
  .tablet-m\:m-b--115\% {
    margin-bottom: -115%;
  }
  .tablet-m\:p-b-115\% {
    padding-bottom: 115%;
  }
  .tablet-m\:p-b--115\% {
    padding-bottom: -115%;
  }
  .tablet-m\:bottom-115\% {
    bottom: 115%;
  }
  .tablet-m\:bottom--115\% {
    bottom: -115%;
  }
  .tablet-m\:m-l-115\% {
    margin-left: 115%;
  }
  .tablet-m\:m-l--115\% {
    margin-left: -115%;
  }
  .tablet-m\:p-l-115\% {
    padding-left: 115%;
  }
  .tablet-m\:p-l--115\% {
    padding-left: -115%;
  }
  .tablet-m\:left-115\% {
    left: 115%;
  }
  .tablet-m\:left--115\% {
    left: -115%;
  }
  .tablet-m\:m-r-115\% {
    margin-right: 115%;
  }
  .tablet-m\:m-r--115\% {
    margin-right: -115%;
  }
  .tablet-m\:p-r-115\% {
    padding-right: 115%;
  }
  .tablet-m\:p-r--115\% {
    padding-right: -115%;
  }
  .tablet-m\:right-115\% {
    right: 115%;
  }
  .tablet-m\:right--115\% {
    right: -115%;
  }
  .tablet-m\:h-115\% {
    height: 115%;
  }
  .tablet-m\:w-115\% {
    width: 115%;
  }
  .tablet-m\:max_h-115\% {
    max-height: 115%;
  }
  .tablet-m\:max_w-115\% {
    max-width: 115%;
  }
  .tablet-m\:min_h-115\% {
    min-height: 115%;
  }
  .tablet-m\:min_w-115\% {
    min-width: 115%;
  }
  .tablet-m\:h-115vh {
    height: 115vh;
  }
  .tablet-m\:w-115vw {
    width: 115vw;
  }
  .tablet-m\:min_w-115vw {
    min-width: 115vw;
  }
  .tablet-m\:min_h-115vh {
    min-height: 115vh;
  }
  .tablet-m\:max_w-115vw {
    max-width: 115vw;
  }
  .tablet-m\:max_h-115vh {
    max-height: 115vh;
  }
  .tablet-m\:m-t-116\% {
    margin-top: 116%;
  }
  .tablet-m\:m-t--116\% {
    margin-top: -116%;
  }
  .tablet-m\:p-t-116\% {
    padding-top: 116%;
  }
  .tablet-m\:p-t--116\% {
    padding-top: -116%;
  }
  .tablet-m\:top-116\% {
    top: 116%;
  }
  .tablet-m\:top--116\% {
    top: -116%;
  }
  .tablet-m\:m-b-116\% {
    margin-bottom: 116%;
  }
  .tablet-m\:m-b--116\% {
    margin-bottom: -116%;
  }
  .tablet-m\:p-b-116\% {
    padding-bottom: 116%;
  }
  .tablet-m\:p-b--116\% {
    padding-bottom: -116%;
  }
  .tablet-m\:bottom-116\% {
    bottom: 116%;
  }
  .tablet-m\:bottom--116\% {
    bottom: -116%;
  }
  .tablet-m\:m-l-116\% {
    margin-left: 116%;
  }
  .tablet-m\:m-l--116\% {
    margin-left: -116%;
  }
  .tablet-m\:p-l-116\% {
    padding-left: 116%;
  }
  .tablet-m\:p-l--116\% {
    padding-left: -116%;
  }
  .tablet-m\:left-116\% {
    left: 116%;
  }
  .tablet-m\:left--116\% {
    left: -116%;
  }
  .tablet-m\:m-r-116\% {
    margin-right: 116%;
  }
  .tablet-m\:m-r--116\% {
    margin-right: -116%;
  }
  .tablet-m\:p-r-116\% {
    padding-right: 116%;
  }
  .tablet-m\:p-r--116\% {
    padding-right: -116%;
  }
  .tablet-m\:right-116\% {
    right: 116%;
  }
  .tablet-m\:right--116\% {
    right: -116%;
  }
  .tablet-m\:h-116\% {
    height: 116%;
  }
  .tablet-m\:w-116\% {
    width: 116%;
  }
  .tablet-m\:max_h-116\% {
    max-height: 116%;
  }
  .tablet-m\:max_w-116\% {
    max-width: 116%;
  }
  .tablet-m\:min_h-116\% {
    min-height: 116%;
  }
  .tablet-m\:min_w-116\% {
    min-width: 116%;
  }
  .tablet-m\:h-116vh {
    height: 116vh;
  }
  .tablet-m\:w-116vw {
    width: 116vw;
  }
  .tablet-m\:min_w-116vw {
    min-width: 116vw;
  }
  .tablet-m\:min_h-116vh {
    min-height: 116vh;
  }
  .tablet-m\:max_w-116vw {
    max-width: 116vw;
  }
  .tablet-m\:max_h-116vh {
    max-height: 116vh;
  }
  .tablet-m\:m-t-117\% {
    margin-top: 117%;
  }
  .tablet-m\:m-t--117\% {
    margin-top: -117%;
  }
  .tablet-m\:p-t-117\% {
    padding-top: 117%;
  }
  .tablet-m\:p-t--117\% {
    padding-top: -117%;
  }
  .tablet-m\:top-117\% {
    top: 117%;
  }
  .tablet-m\:top--117\% {
    top: -117%;
  }
  .tablet-m\:m-b-117\% {
    margin-bottom: 117%;
  }
  .tablet-m\:m-b--117\% {
    margin-bottom: -117%;
  }
  .tablet-m\:p-b-117\% {
    padding-bottom: 117%;
  }
  .tablet-m\:p-b--117\% {
    padding-bottom: -117%;
  }
  .tablet-m\:bottom-117\% {
    bottom: 117%;
  }
  .tablet-m\:bottom--117\% {
    bottom: -117%;
  }
  .tablet-m\:m-l-117\% {
    margin-left: 117%;
  }
  .tablet-m\:m-l--117\% {
    margin-left: -117%;
  }
  .tablet-m\:p-l-117\% {
    padding-left: 117%;
  }
  .tablet-m\:p-l--117\% {
    padding-left: -117%;
  }
  .tablet-m\:left-117\% {
    left: 117%;
  }
  .tablet-m\:left--117\% {
    left: -117%;
  }
  .tablet-m\:m-r-117\% {
    margin-right: 117%;
  }
  .tablet-m\:m-r--117\% {
    margin-right: -117%;
  }
  .tablet-m\:p-r-117\% {
    padding-right: 117%;
  }
  .tablet-m\:p-r--117\% {
    padding-right: -117%;
  }
  .tablet-m\:right-117\% {
    right: 117%;
  }
  .tablet-m\:right--117\% {
    right: -117%;
  }
  .tablet-m\:h-117\% {
    height: 117%;
  }
  .tablet-m\:w-117\% {
    width: 117%;
  }
  .tablet-m\:max_h-117\% {
    max-height: 117%;
  }
  .tablet-m\:max_w-117\% {
    max-width: 117%;
  }
  .tablet-m\:min_h-117\% {
    min-height: 117%;
  }
  .tablet-m\:min_w-117\% {
    min-width: 117%;
  }
  .tablet-m\:h-117vh {
    height: 117vh;
  }
  .tablet-m\:w-117vw {
    width: 117vw;
  }
  .tablet-m\:min_w-117vw {
    min-width: 117vw;
  }
  .tablet-m\:min_h-117vh {
    min-height: 117vh;
  }
  .tablet-m\:max_w-117vw {
    max-width: 117vw;
  }
  .tablet-m\:max_h-117vh {
    max-height: 117vh;
  }
  .tablet-m\:m-t-118\% {
    margin-top: 118%;
  }
  .tablet-m\:m-t--118\% {
    margin-top: -118%;
  }
  .tablet-m\:p-t-118\% {
    padding-top: 118%;
  }
  .tablet-m\:p-t--118\% {
    padding-top: -118%;
  }
  .tablet-m\:top-118\% {
    top: 118%;
  }
  .tablet-m\:top--118\% {
    top: -118%;
  }
  .tablet-m\:m-b-118\% {
    margin-bottom: 118%;
  }
  .tablet-m\:m-b--118\% {
    margin-bottom: -118%;
  }
  .tablet-m\:p-b-118\% {
    padding-bottom: 118%;
  }
  .tablet-m\:p-b--118\% {
    padding-bottom: -118%;
  }
  .tablet-m\:bottom-118\% {
    bottom: 118%;
  }
  .tablet-m\:bottom--118\% {
    bottom: -118%;
  }
  .tablet-m\:m-l-118\% {
    margin-left: 118%;
  }
  .tablet-m\:m-l--118\% {
    margin-left: -118%;
  }
  .tablet-m\:p-l-118\% {
    padding-left: 118%;
  }
  .tablet-m\:p-l--118\% {
    padding-left: -118%;
  }
  .tablet-m\:left-118\% {
    left: 118%;
  }
  .tablet-m\:left--118\% {
    left: -118%;
  }
  .tablet-m\:m-r-118\% {
    margin-right: 118%;
  }
  .tablet-m\:m-r--118\% {
    margin-right: -118%;
  }
  .tablet-m\:p-r-118\% {
    padding-right: 118%;
  }
  .tablet-m\:p-r--118\% {
    padding-right: -118%;
  }
  .tablet-m\:right-118\% {
    right: 118%;
  }
  .tablet-m\:right--118\% {
    right: -118%;
  }
  .tablet-m\:h-118\% {
    height: 118%;
  }
  .tablet-m\:w-118\% {
    width: 118%;
  }
  .tablet-m\:max_h-118\% {
    max-height: 118%;
  }
  .tablet-m\:max_w-118\% {
    max-width: 118%;
  }
  .tablet-m\:min_h-118\% {
    min-height: 118%;
  }
  .tablet-m\:min_w-118\% {
    min-width: 118%;
  }
  .tablet-m\:h-118vh {
    height: 118vh;
  }
  .tablet-m\:w-118vw {
    width: 118vw;
  }
  .tablet-m\:min_w-118vw {
    min-width: 118vw;
  }
  .tablet-m\:min_h-118vh {
    min-height: 118vh;
  }
  .tablet-m\:max_w-118vw {
    max-width: 118vw;
  }
  .tablet-m\:max_h-118vh {
    max-height: 118vh;
  }
  .tablet-m\:m-t-119\% {
    margin-top: 119%;
  }
  .tablet-m\:m-t--119\% {
    margin-top: -119%;
  }
  .tablet-m\:p-t-119\% {
    padding-top: 119%;
  }
  .tablet-m\:p-t--119\% {
    padding-top: -119%;
  }
  .tablet-m\:top-119\% {
    top: 119%;
  }
  .tablet-m\:top--119\% {
    top: -119%;
  }
  .tablet-m\:m-b-119\% {
    margin-bottom: 119%;
  }
  .tablet-m\:m-b--119\% {
    margin-bottom: -119%;
  }
  .tablet-m\:p-b-119\% {
    padding-bottom: 119%;
  }
  .tablet-m\:p-b--119\% {
    padding-bottom: -119%;
  }
  .tablet-m\:bottom-119\% {
    bottom: 119%;
  }
  .tablet-m\:bottom--119\% {
    bottom: -119%;
  }
  .tablet-m\:m-l-119\% {
    margin-left: 119%;
  }
  .tablet-m\:m-l--119\% {
    margin-left: -119%;
  }
  .tablet-m\:p-l-119\% {
    padding-left: 119%;
  }
  .tablet-m\:p-l--119\% {
    padding-left: -119%;
  }
  .tablet-m\:left-119\% {
    left: 119%;
  }
  .tablet-m\:left--119\% {
    left: -119%;
  }
  .tablet-m\:m-r-119\% {
    margin-right: 119%;
  }
  .tablet-m\:m-r--119\% {
    margin-right: -119%;
  }
  .tablet-m\:p-r-119\% {
    padding-right: 119%;
  }
  .tablet-m\:p-r--119\% {
    padding-right: -119%;
  }
  .tablet-m\:right-119\% {
    right: 119%;
  }
  .tablet-m\:right--119\% {
    right: -119%;
  }
  .tablet-m\:h-119\% {
    height: 119%;
  }
  .tablet-m\:w-119\% {
    width: 119%;
  }
  .tablet-m\:max_h-119\% {
    max-height: 119%;
  }
  .tablet-m\:max_w-119\% {
    max-width: 119%;
  }
  .tablet-m\:min_h-119\% {
    min-height: 119%;
  }
  .tablet-m\:min_w-119\% {
    min-width: 119%;
  }
  .tablet-m\:h-119vh {
    height: 119vh;
  }
  .tablet-m\:w-119vw {
    width: 119vw;
  }
  .tablet-m\:min_w-119vw {
    min-width: 119vw;
  }
  .tablet-m\:min_h-119vh {
    min-height: 119vh;
  }
  .tablet-m\:max_w-119vw {
    max-width: 119vw;
  }
  .tablet-m\:max_h-119vh {
    max-height: 119vh;
  }
  .tablet-m\:m-t-120\% {
    margin-top: 120%;
  }
  .tablet-m\:m-t--120\% {
    margin-top: -120%;
  }
  .tablet-m\:p-t-120\% {
    padding-top: 120%;
  }
  .tablet-m\:p-t--120\% {
    padding-top: -120%;
  }
  .tablet-m\:top-120\% {
    top: 120%;
  }
  .tablet-m\:top--120\% {
    top: -120%;
  }
  .tablet-m\:m-b-120\% {
    margin-bottom: 120%;
  }
  .tablet-m\:m-b--120\% {
    margin-bottom: -120%;
  }
  .tablet-m\:p-b-120\% {
    padding-bottom: 120%;
  }
  .tablet-m\:p-b--120\% {
    padding-bottom: -120%;
  }
  .tablet-m\:bottom-120\% {
    bottom: 120%;
  }
  .tablet-m\:bottom--120\% {
    bottom: -120%;
  }
  .tablet-m\:m-l-120\% {
    margin-left: 120%;
  }
  .tablet-m\:m-l--120\% {
    margin-left: -120%;
  }
  .tablet-m\:p-l-120\% {
    padding-left: 120%;
  }
  .tablet-m\:p-l--120\% {
    padding-left: -120%;
  }
  .tablet-m\:left-120\% {
    left: 120%;
  }
  .tablet-m\:left--120\% {
    left: -120%;
  }
  .tablet-m\:m-r-120\% {
    margin-right: 120%;
  }
  .tablet-m\:m-r--120\% {
    margin-right: -120%;
  }
  .tablet-m\:p-r-120\% {
    padding-right: 120%;
  }
  .tablet-m\:p-r--120\% {
    padding-right: -120%;
  }
  .tablet-m\:right-120\% {
    right: 120%;
  }
  .tablet-m\:right--120\% {
    right: -120%;
  }
  .tablet-m\:h-120\% {
    height: 120%;
  }
  .tablet-m\:w-120\% {
    width: 120%;
  }
  .tablet-m\:max_h-120\% {
    max-height: 120%;
  }
  .tablet-m\:max_w-120\% {
    max-width: 120%;
  }
  .tablet-m\:min_h-120\% {
    min-height: 120%;
  }
  .tablet-m\:min_w-120\% {
    min-width: 120%;
  }
  .tablet-m\:h-120vh {
    height: 120vh;
  }
  .tablet-m\:w-120vw {
    width: 120vw;
  }
  .tablet-m\:min_w-120vw {
    min-width: 120vw;
  }
  .tablet-m\:min_h-120vh {
    min-height: 120vh;
  }
  .tablet-m\:max_w-120vw {
    max-width: 120vw;
  }
  .tablet-m\:max_h-120vh {
    max-height: 120vh;
  }
  .tablet-m\:m-t-121\% {
    margin-top: 121%;
  }
  .tablet-m\:m-t--121\% {
    margin-top: -121%;
  }
  .tablet-m\:p-t-121\% {
    padding-top: 121%;
  }
  .tablet-m\:p-t--121\% {
    padding-top: -121%;
  }
  .tablet-m\:top-121\% {
    top: 121%;
  }
  .tablet-m\:top--121\% {
    top: -121%;
  }
  .tablet-m\:m-b-121\% {
    margin-bottom: 121%;
  }
  .tablet-m\:m-b--121\% {
    margin-bottom: -121%;
  }
  .tablet-m\:p-b-121\% {
    padding-bottom: 121%;
  }
  .tablet-m\:p-b--121\% {
    padding-bottom: -121%;
  }
  .tablet-m\:bottom-121\% {
    bottom: 121%;
  }
  .tablet-m\:bottom--121\% {
    bottom: -121%;
  }
  .tablet-m\:m-l-121\% {
    margin-left: 121%;
  }
  .tablet-m\:m-l--121\% {
    margin-left: -121%;
  }
  .tablet-m\:p-l-121\% {
    padding-left: 121%;
  }
  .tablet-m\:p-l--121\% {
    padding-left: -121%;
  }
  .tablet-m\:left-121\% {
    left: 121%;
  }
  .tablet-m\:left--121\% {
    left: -121%;
  }
  .tablet-m\:m-r-121\% {
    margin-right: 121%;
  }
  .tablet-m\:m-r--121\% {
    margin-right: -121%;
  }
  .tablet-m\:p-r-121\% {
    padding-right: 121%;
  }
  .tablet-m\:p-r--121\% {
    padding-right: -121%;
  }
  .tablet-m\:right-121\% {
    right: 121%;
  }
  .tablet-m\:right--121\% {
    right: -121%;
  }
  .tablet-m\:h-121\% {
    height: 121%;
  }
  .tablet-m\:w-121\% {
    width: 121%;
  }
  .tablet-m\:max_h-121\% {
    max-height: 121%;
  }
  .tablet-m\:max_w-121\% {
    max-width: 121%;
  }
  .tablet-m\:min_h-121\% {
    min-height: 121%;
  }
  .tablet-m\:min_w-121\% {
    min-width: 121%;
  }
  .tablet-m\:h-121vh {
    height: 121vh;
  }
  .tablet-m\:w-121vw {
    width: 121vw;
  }
  .tablet-m\:min_w-121vw {
    min-width: 121vw;
  }
  .tablet-m\:min_h-121vh {
    min-height: 121vh;
  }
  .tablet-m\:max_w-121vw {
    max-width: 121vw;
  }
  .tablet-m\:max_h-121vh {
    max-height: 121vh;
  }
  .tablet-m\:m-t-122\% {
    margin-top: 122%;
  }
  .tablet-m\:m-t--122\% {
    margin-top: -122%;
  }
  .tablet-m\:p-t-122\% {
    padding-top: 122%;
  }
  .tablet-m\:p-t--122\% {
    padding-top: -122%;
  }
  .tablet-m\:top-122\% {
    top: 122%;
  }
  .tablet-m\:top--122\% {
    top: -122%;
  }
  .tablet-m\:m-b-122\% {
    margin-bottom: 122%;
  }
  .tablet-m\:m-b--122\% {
    margin-bottom: -122%;
  }
  .tablet-m\:p-b-122\% {
    padding-bottom: 122%;
  }
  .tablet-m\:p-b--122\% {
    padding-bottom: -122%;
  }
  .tablet-m\:bottom-122\% {
    bottom: 122%;
  }
  .tablet-m\:bottom--122\% {
    bottom: -122%;
  }
  .tablet-m\:m-l-122\% {
    margin-left: 122%;
  }
  .tablet-m\:m-l--122\% {
    margin-left: -122%;
  }
  .tablet-m\:p-l-122\% {
    padding-left: 122%;
  }
  .tablet-m\:p-l--122\% {
    padding-left: -122%;
  }
  .tablet-m\:left-122\% {
    left: 122%;
  }
  .tablet-m\:left--122\% {
    left: -122%;
  }
  .tablet-m\:m-r-122\% {
    margin-right: 122%;
  }
  .tablet-m\:m-r--122\% {
    margin-right: -122%;
  }
  .tablet-m\:p-r-122\% {
    padding-right: 122%;
  }
  .tablet-m\:p-r--122\% {
    padding-right: -122%;
  }
  .tablet-m\:right-122\% {
    right: 122%;
  }
  .tablet-m\:right--122\% {
    right: -122%;
  }
  .tablet-m\:h-122\% {
    height: 122%;
  }
  .tablet-m\:w-122\% {
    width: 122%;
  }
  .tablet-m\:max_h-122\% {
    max-height: 122%;
  }
  .tablet-m\:max_w-122\% {
    max-width: 122%;
  }
  .tablet-m\:min_h-122\% {
    min-height: 122%;
  }
  .tablet-m\:min_w-122\% {
    min-width: 122%;
  }
  .tablet-m\:h-122vh {
    height: 122vh;
  }
  .tablet-m\:w-122vw {
    width: 122vw;
  }
  .tablet-m\:min_w-122vw {
    min-width: 122vw;
  }
  .tablet-m\:min_h-122vh {
    min-height: 122vh;
  }
  .tablet-m\:max_w-122vw {
    max-width: 122vw;
  }
  .tablet-m\:max_h-122vh {
    max-height: 122vh;
  }
  .tablet-m\:m-t-123\% {
    margin-top: 123%;
  }
  .tablet-m\:m-t--123\% {
    margin-top: -123%;
  }
  .tablet-m\:p-t-123\% {
    padding-top: 123%;
  }
  .tablet-m\:p-t--123\% {
    padding-top: -123%;
  }
  .tablet-m\:top-123\% {
    top: 123%;
  }
  .tablet-m\:top--123\% {
    top: -123%;
  }
  .tablet-m\:m-b-123\% {
    margin-bottom: 123%;
  }
  .tablet-m\:m-b--123\% {
    margin-bottom: -123%;
  }
  .tablet-m\:p-b-123\% {
    padding-bottom: 123%;
  }
  .tablet-m\:p-b--123\% {
    padding-bottom: -123%;
  }
  .tablet-m\:bottom-123\% {
    bottom: 123%;
  }
  .tablet-m\:bottom--123\% {
    bottom: -123%;
  }
  .tablet-m\:m-l-123\% {
    margin-left: 123%;
  }
  .tablet-m\:m-l--123\% {
    margin-left: -123%;
  }
  .tablet-m\:p-l-123\% {
    padding-left: 123%;
  }
  .tablet-m\:p-l--123\% {
    padding-left: -123%;
  }
  .tablet-m\:left-123\% {
    left: 123%;
  }
  .tablet-m\:left--123\% {
    left: -123%;
  }
  .tablet-m\:m-r-123\% {
    margin-right: 123%;
  }
  .tablet-m\:m-r--123\% {
    margin-right: -123%;
  }
  .tablet-m\:p-r-123\% {
    padding-right: 123%;
  }
  .tablet-m\:p-r--123\% {
    padding-right: -123%;
  }
  .tablet-m\:right-123\% {
    right: 123%;
  }
  .tablet-m\:right--123\% {
    right: -123%;
  }
  .tablet-m\:h-123\% {
    height: 123%;
  }
  .tablet-m\:w-123\% {
    width: 123%;
  }
  .tablet-m\:max_h-123\% {
    max-height: 123%;
  }
  .tablet-m\:max_w-123\% {
    max-width: 123%;
  }
  .tablet-m\:min_h-123\% {
    min-height: 123%;
  }
  .tablet-m\:min_w-123\% {
    min-width: 123%;
  }
  .tablet-m\:h-123vh {
    height: 123vh;
  }
  .tablet-m\:w-123vw {
    width: 123vw;
  }
  .tablet-m\:min_w-123vw {
    min-width: 123vw;
  }
  .tablet-m\:min_h-123vh {
    min-height: 123vh;
  }
  .tablet-m\:max_w-123vw {
    max-width: 123vw;
  }
  .tablet-m\:max_h-123vh {
    max-height: 123vh;
  }
  .tablet-m\:m-t-124\% {
    margin-top: 124%;
  }
  .tablet-m\:m-t--124\% {
    margin-top: -124%;
  }
  .tablet-m\:p-t-124\% {
    padding-top: 124%;
  }
  .tablet-m\:p-t--124\% {
    padding-top: -124%;
  }
  .tablet-m\:top-124\% {
    top: 124%;
  }
  .tablet-m\:top--124\% {
    top: -124%;
  }
  .tablet-m\:m-b-124\% {
    margin-bottom: 124%;
  }
  .tablet-m\:m-b--124\% {
    margin-bottom: -124%;
  }
  .tablet-m\:p-b-124\% {
    padding-bottom: 124%;
  }
  .tablet-m\:p-b--124\% {
    padding-bottom: -124%;
  }
  .tablet-m\:bottom-124\% {
    bottom: 124%;
  }
  .tablet-m\:bottom--124\% {
    bottom: -124%;
  }
  .tablet-m\:m-l-124\% {
    margin-left: 124%;
  }
  .tablet-m\:m-l--124\% {
    margin-left: -124%;
  }
  .tablet-m\:p-l-124\% {
    padding-left: 124%;
  }
  .tablet-m\:p-l--124\% {
    padding-left: -124%;
  }
  .tablet-m\:left-124\% {
    left: 124%;
  }
  .tablet-m\:left--124\% {
    left: -124%;
  }
  .tablet-m\:m-r-124\% {
    margin-right: 124%;
  }
  .tablet-m\:m-r--124\% {
    margin-right: -124%;
  }
  .tablet-m\:p-r-124\% {
    padding-right: 124%;
  }
  .tablet-m\:p-r--124\% {
    padding-right: -124%;
  }
  .tablet-m\:right-124\% {
    right: 124%;
  }
  .tablet-m\:right--124\% {
    right: -124%;
  }
  .tablet-m\:h-124\% {
    height: 124%;
  }
  .tablet-m\:w-124\% {
    width: 124%;
  }
  .tablet-m\:max_h-124\% {
    max-height: 124%;
  }
  .tablet-m\:max_w-124\% {
    max-width: 124%;
  }
  .tablet-m\:min_h-124\% {
    min-height: 124%;
  }
  .tablet-m\:min_w-124\% {
    min-width: 124%;
  }
  .tablet-m\:h-124vh {
    height: 124vh;
  }
  .tablet-m\:w-124vw {
    width: 124vw;
  }
  .tablet-m\:min_w-124vw {
    min-width: 124vw;
  }
  .tablet-m\:min_h-124vh {
    min-height: 124vh;
  }
  .tablet-m\:max_w-124vw {
    max-width: 124vw;
  }
  .tablet-m\:max_h-124vh {
    max-height: 124vh;
  }
  .tablet-m\:m-t-125\% {
    margin-top: 125%;
  }
  .tablet-m\:m-t--125\% {
    margin-top: -125%;
  }
  .tablet-m\:p-t-125\% {
    padding-top: 125%;
  }
  .tablet-m\:p-t--125\% {
    padding-top: -125%;
  }
  .tablet-m\:top-125\% {
    top: 125%;
  }
  .tablet-m\:top--125\% {
    top: -125%;
  }
  .tablet-m\:m-b-125\% {
    margin-bottom: 125%;
  }
  .tablet-m\:m-b--125\% {
    margin-bottom: -125%;
  }
  .tablet-m\:p-b-125\% {
    padding-bottom: 125%;
  }
  .tablet-m\:p-b--125\% {
    padding-bottom: -125%;
  }
  .tablet-m\:bottom-125\% {
    bottom: 125%;
  }
  .tablet-m\:bottom--125\% {
    bottom: -125%;
  }
  .tablet-m\:m-l-125\% {
    margin-left: 125%;
  }
  .tablet-m\:m-l--125\% {
    margin-left: -125%;
  }
  .tablet-m\:p-l-125\% {
    padding-left: 125%;
  }
  .tablet-m\:p-l--125\% {
    padding-left: -125%;
  }
  .tablet-m\:left-125\% {
    left: 125%;
  }
  .tablet-m\:left--125\% {
    left: -125%;
  }
  .tablet-m\:m-r-125\% {
    margin-right: 125%;
  }
  .tablet-m\:m-r--125\% {
    margin-right: -125%;
  }
  .tablet-m\:p-r-125\% {
    padding-right: 125%;
  }
  .tablet-m\:p-r--125\% {
    padding-right: -125%;
  }
  .tablet-m\:right-125\% {
    right: 125%;
  }
  .tablet-m\:right--125\% {
    right: -125%;
  }
  .tablet-m\:h-125\% {
    height: 125%;
  }
  .tablet-m\:w-125\% {
    width: 125%;
  }
  .tablet-m\:max_h-125\% {
    max-height: 125%;
  }
  .tablet-m\:max_w-125\% {
    max-width: 125%;
  }
  .tablet-m\:min_h-125\% {
    min-height: 125%;
  }
  .tablet-m\:min_w-125\% {
    min-width: 125%;
  }
  .tablet-m\:h-125vh {
    height: 125vh;
  }
  .tablet-m\:w-125vw {
    width: 125vw;
  }
  .tablet-m\:min_w-125vw {
    min-width: 125vw;
  }
  .tablet-m\:min_h-125vh {
    min-height: 125vh;
  }
  .tablet-m\:max_w-125vw {
    max-width: 125vw;
  }
  .tablet-m\:max_h-125vh {
    max-height: 125vh;
  }
  .tablet-m\:m-t-126\% {
    margin-top: 126%;
  }
  .tablet-m\:m-t--126\% {
    margin-top: -126%;
  }
  .tablet-m\:p-t-126\% {
    padding-top: 126%;
  }
  .tablet-m\:p-t--126\% {
    padding-top: -126%;
  }
  .tablet-m\:top-126\% {
    top: 126%;
  }
  .tablet-m\:top--126\% {
    top: -126%;
  }
  .tablet-m\:m-b-126\% {
    margin-bottom: 126%;
  }
  .tablet-m\:m-b--126\% {
    margin-bottom: -126%;
  }
  .tablet-m\:p-b-126\% {
    padding-bottom: 126%;
  }
  .tablet-m\:p-b--126\% {
    padding-bottom: -126%;
  }
  .tablet-m\:bottom-126\% {
    bottom: 126%;
  }
  .tablet-m\:bottom--126\% {
    bottom: -126%;
  }
  .tablet-m\:m-l-126\% {
    margin-left: 126%;
  }
  .tablet-m\:m-l--126\% {
    margin-left: -126%;
  }
  .tablet-m\:p-l-126\% {
    padding-left: 126%;
  }
  .tablet-m\:p-l--126\% {
    padding-left: -126%;
  }
  .tablet-m\:left-126\% {
    left: 126%;
  }
  .tablet-m\:left--126\% {
    left: -126%;
  }
  .tablet-m\:m-r-126\% {
    margin-right: 126%;
  }
  .tablet-m\:m-r--126\% {
    margin-right: -126%;
  }
  .tablet-m\:p-r-126\% {
    padding-right: 126%;
  }
  .tablet-m\:p-r--126\% {
    padding-right: -126%;
  }
  .tablet-m\:right-126\% {
    right: 126%;
  }
  .tablet-m\:right--126\% {
    right: -126%;
  }
  .tablet-m\:h-126\% {
    height: 126%;
  }
  .tablet-m\:w-126\% {
    width: 126%;
  }
  .tablet-m\:max_h-126\% {
    max-height: 126%;
  }
  .tablet-m\:max_w-126\% {
    max-width: 126%;
  }
  .tablet-m\:min_h-126\% {
    min-height: 126%;
  }
  .tablet-m\:min_w-126\% {
    min-width: 126%;
  }
  .tablet-m\:h-126vh {
    height: 126vh;
  }
  .tablet-m\:w-126vw {
    width: 126vw;
  }
  .tablet-m\:min_w-126vw {
    min-width: 126vw;
  }
  .tablet-m\:min_h-126vh {
    min-height: 126vh;
  }
  .tablet-m\:max_w-126vw {
    max-width: 126vw;
  }
  .tablet-m\:max_h-126vh {
    max-height: 126vh;
  }
  .tablet-m\:m-t-127\% {
    margin-top: 127%;
  }
  .tablet-m\:m-t--127\% {
    margin-top: -127%;
  }
  .tablet-m\:p-t-127\% {
    padding-top: 127%;
  }
  .tablet-m\:p-t--127\% {
    padding-top: -127%;
  }
  .tablet-m\:top-127\% {
    top: 127%;
  }
  .tablet-m\:top--127\% {
    top: -127%;
  }
  .tablet-m\:m-b-127\% {
    margin-bottom: 127%;
  }
  .tablet-m\:m-b--127\% {
    margin-bottom: -127%;
  }
  .tablet-m\:p-b-127\% {
    padding-bottom: 127%;
  }
  .tablet-m\:p-b--127\% {
    padding-bottom: -127%;
  }
  .tablet-m\:bottom-127\% {
    bottom: 127%;
  }
  .tablet-m\:bottom--127\% {
    bottom: -127%;
  }
  .tablet-m\:m-l-127\% {
    margin-left: 127%;
  }
  .tablet-m\:m-l--127\% {
    margin-left: -127%;
  }
  .tablet-m\:p-l-127\% {
    padding-left: 127%;
  }
  .tablet-m\:p-l--127\% {
    padding-left: -127%;
  }
  .tablet-m\:left-127\% {
    left: 127%;
  }
  .tablet-m\:left--127\% {
    left: -127%;
  }
  .tablet-m\:m-r-127\% {
    margin-right: 127%;
  }
  .tablet-m\:m-r--127\% {
    margin-right: -127%;
  }
  .tablet-m\:p-r-127\% {
    padding-right: 127%;
  }
  .tablet-m\:p-r--127\% {
    padding-right: -127%;
  }
  .tablet-m\:right-127\% {
    right: 127%;
  }
  .tablet-m\:right--127\% {
    right: -127%;
  }
  .tablet-m\:h-127\% {
    height: 127%;
  }
  .tablet-m\:w-127\% {
    width: 127%;
  }
  .tablet-m\:max_h-127\% {
    max-height: 127%;
  }
  .tablet-m\:max_w-127\% {
    max-width: 127%;
  }
  .tablet-m\:min_h-127\% {
    min-height: 127%;
  }
  .tablet-m\:min_w-127\% {
    min-width: 127%;
  }
  .tablet-m\:h-127vh {
    height: 127vh;
  }
  .tablet-m\:w-127vw {
    width: 127vw;
  }
  .tablet-m\:min_w-127vw {
    min-width: 127vw;
  }
  .tablet-m\:min_h-127vh {
    min-height: 127vh;
  }
  .tablet-m\:max_w-127vw {
    max-width: 127vw;
  }
  .tablet-m\:max_h-127vh {
    max-height: 127vh;
  }
  .tablet-m\:m-t-128\% {
    margin-top: 128%;
  }
  .tablet-m\:m-t--128\% {
    margin-top: -128%;
  }
  .tablet-m\:p-t-128\% {
    padding-top: 128%;
  }
  .tablet-m\:p-t--128\% {
    padding-top: -128%;
  }
  .tablet-m\:top-128\% {
    top: 128%;
  }
  .tablet-m\:top--128\% {
    top: -128%;
  }
  .tablet-m\:m-b-128\% {
    margin-bottom: 128%;
  }
  .tablet-m\:m-b--128\% {
    margin-bottom: -128%;
  }
  .tablet-m\:p-b-128\% {
    padding-bottom: 128%;
  }
  .tablet-m\:p-b--128\% {
    padding-bottom: -128%;
  }
  .tablet-m\:bottom-128\% {
    bottom: 128%;
  }
  .tablet-m\:bottom--128\% {
    bottom: -128%;
  }
  .tablet-m\:m-l-128\% {
    margin-left: 128%;
  }
  .tablet-m\:m-l--128\% {
    margin-left: -128%;
  }
  .tablet-m\:p-l-128\% {
    padding-left: 128%;
  }
  .tablet-m\:p-l--128\% {
    padding-left: -128%;
  }
  .tablet-m\:left-128\% {
    left: 128%;
  }
  .tablet-m\:left--128\% {
    left: -128%;
  }
  .tablet-m\:m-r-128\% {
    margin-right: 128%;
  }
  .tablet-m\:m-r--128\% {
    margin-right: -128%;
  }
  .tablet-m\:p-r-128\% {
    padding-right: 128%;
  }
  .tablet-m\:p-r--128\% {
    padding-right: -128%;
  }
  .tablet-m\:right-128\% {
    right: 128%;
  }
  .tablet-m\:right--128\% {
    right: -128%;
  }
  .tablet-m\:h-128\% {
    height: 128%;
  }
  .tablet-m\:w-128\% {
    width: 128%;
  }
  .tablet-m\:max_h-128\% {
    max-height: 128%;
  }
  .tablet-m\:max_w-128\% {
    max-width: 128%;
  }
  .tablet-m\:min_h-128\% {
    min-height: 128%;
  }
  .tablet-m\:min_w-128\% {
    min-width: 128%;
  }
  .tablet-m\:h-128vh {
    height: 128vh;
  }
  .tablet-m\:w-128vw {
    width: 128vw;
  }
  .tablet-m\:min_w-128vw {
    min-width: 128vw;
  }
  .tablet-m\:min_h-128vh {
    min-height: 128vh;
  }
  .tablet-m\:max_w-128vw {
    max-width: 128vw;
  }
  .tablet-m\:max_h-128vh {
    max-height: 128vh;
  }
  .tablet-m\:m-t-129\% {
    margin-top: 129%;
  }
  .tablet-m\:m-t--129\% {
    margin-top: -129%;
  }
  .tablet-m\:p-t-129\% {
    padding-top: 129%;
  }
  .tablet-m\:p-t--129\% {
    padding-top: -129%;
  }
  .tablet-m\:top-129\% {
    top: 129%;
  }
  .tablet-m\:top--129\% {
    top: -129%;
  }
  .tablet-m\:m-b-129\% {
    margin-bottom: 129%;
  }
  .tablet-m\:m-b--129\% {
    margin-bottom: -129%;
  }
  .tablet-m\:p-b-129\% {
    padding-bottom: 129%;
  }
  .tablet-m\:p-b--129\% {
    padding-bottom: -129%;
  }
  .tablet-m\:bottom-129\% {
    bottom: 129%;
  }
  .tablet-m\:bottom--129\% {
    bottom: -129%;
  }
  .tablet-m\:m-l-129\% {
    margin-left: 129%;
  }
  .tablet-m\:m-l--129\% {
    margin-left: -129%;
  }
  .tablet-m\:p-l-129\% {
    padding-left: 129%;
  }
  .tablet-m\:p-l--129\% {
    padding-left: -129%;
  }
  .tablet-m\:left-129\% {
    left: 129%;
  }
  .tablet-m\:left--129\% {
    left: -129%;
  }
  .tablet-m\:m-r-129\% {
    margin-right: 129%;
  }
  .tablet-m\:m-r--129\% {
    margin-right: -129%;
  }
  .tablet-m\:p-r-129\% {
    padding-right: 129%;
  }
  .tablet-m\:p-r--129\% {
    padding-right: -129%;
  }
  .tablet-m\:right-129\% {
    right: 129%;
  }
  .tablet-m\:right--129\% {
    right: -129%;
  }
  .tablet-m\:h-129\% {
    height: 129%;
  }
  .tablet-m\:w-129\% {
    width: 129%;
  }
  .tablet-m\:max_h-129\% {
    max-height: 129%;
  }
  .tablet-m\:max_w-129\% {
    max-width: 129%;
  }
  .tablet-m\:min_h-129\% {
    min-height: 129%;
  }
  .tablet-m\:min_w-129\% {
    min-width: 129%;
  }
  .tablet-m\:h-129vh {
    height: 129vh;
  }
  .tablet-m\:w-129vw {
    width: 129vw;
  }
  .tablet-m\:min_w-129vw {
    min-width: 129vw;
  }
  .tablet-m\:min_h-129vh {
    min-height: 129vh;
  }
  .tablet-m\:max_w-129vw {
    max-width: 129vw;
  }
  .tablet-m\:max_h-129vh {
    max-height: 129vh;
  }
  .tablet-m\:m-t-130\% {
    margin-top: 130%;
  }
  .tablet-m\:m-t--130\% {
    margin-top: -130%;
  }
  .tablet-m\:p-t-130\% {
    padding-top: 130%;
  }
  .tablet-m\:p-t--130\% {
    padding-top: -130%;
  }
  .tablet-m\:top-130\% {
    top: 130%;
  }
  .tablet-m\:top--130\% {
    top: -130%;
  }
  .tablet-m\:m-b-130\% {
    margin-bottom: 130%;
  }
  .tablet-m\:m-b--130\% {
    margin-bottom: -130%;
  }
  .tablet-m\:p-b-130\% {
    padding-bottom: 130%;
  }
  .tablet-m\:p-b--130\% {
    padding-bottom: -130%;
  }
  .tablet-m\:bottom-130\% {
    bottom: 130%;
  }
  .tablet-m\:bottom--130\% {
    bottom: -130%;
  }
  .tablet-m\:m-l-130\% {
    margin-left: 130%;
  }
  .tablet-m\:m-l--130\% {
    margin-left: -130%;
  }
  .tablet-m\:p-l-130\% {
    padding-left: 130%;
  }
  .tablet-m\:p-l--130\% {
    padding-left: -130%;
  }
  .tablet-m\:left-130\% {
    left: 130%;
  }
  .tablet-m\:left--130\% {
    left: -130%;
  }
  .tablet-m\:m-r-130\% {
    margin-right: 130%;
  }
  .tablet-m\:m-r--130\% {
    margin-right: -130%;
  }
  .tablet-m\:p-r-130\% {
    padding-right: 130%;
  }
  .tablet-m\:p-r--130\% {
    padding-right: -130%;
  }
  .tablet-m\:right-130\% {
    right: 130%;
  }
  .tablet-m\:right--130\% {
    right: -130%;
  }
  .tablet-m\:h-130\% {
    height: 130%;
  }
  .tablet-m\:w-130\% {
    width: 130%;
  }
  .tablet-m\:max_h-130\% {
    max-height: 130%;
  }
  .tablet-m\:max_w-130\% {
    max-width: 130%;
  }
  .tablet-m\:min_h-130\% {
    min-height: 130%;
  }
  .tablet-m\:min_w-130\% {
    min-width: 130%;
  }
  .tablet-m\:h-130vh {
    height: 130vh;
  }
  .tablet-m\:w-130vw {
    width: 130vw;
  }
  .tablet-m\:min_w-130vw {
    min-width: 130vw;
  }
  .tablet-m\:min_h-130vh {
    min-height: 130vh;
  }
  .tablet-m\:max_w-130vw {
    max-width: 130vw;
  }
  .tablet-m\:max_h-130vh {
    max-height: 130vh;
  }
  .tablet-m\:m-t-131\% {
    margin-top: 131%;
  }
  .tablet-m\:m-t--131\% {
    margin-top: -131%;
  }
  .tablet-m\:p-t-131\% {
    padding-top: 131%;
  }
  .tablet-m\:p-t--131\% {
    padding-top: -131%;
  }
  .tablet-m\:top-131\% {
    top: 131%;
  }
  .tablet-m\:top--131\% {
    top: -131%;
  }
  .tablet-m\:m-b-131\% {
    margin-bottom: 131%;
  }
  .tablet-m\:m-b--131\% {
    margin-bottom: -131%;
  }
  .tablet-m\:p-b-131\% {
    padding-bottom: 131%;
  }
  .tablet-m\:p-b--131\% {
    padding-bottom: -131%;
  }
  .tablet-m\:bottom-131\% {
    bottom: 131%;
  }
  .tablet-m\:bottom--131\% {
    bottom: -131%;
  }
  .tablet-m\:m-l-131\% {
    margin-left: 131%;
  }
  .tablet-m\:m-l--131\% {
    margin-left: -131%;
  }
  .tablet-m\:p-l-131\% {
    padding-left: 131%;
  }
  .tablet-m\:p-l--131\% {
    padding-left: -131%;
  }
  .tablet-m\:left-131\% {
    left: 131%;
  }
  .tablet-m\:left--131\% {
    left: -131%;
  }
  .tablet-m\:m-r-131\% {
    margin-right: 131%;
  }
  .tablet-m\:m-r--131\% {
    margin-right: -131%;
  }
  .tablet-m\:p-r-131\% {
    padding-right: 131%;
  }
  .tablet-m\:p-r--131\% {
    padding-right: -131%;
  }
  .tablet-m\:right-131\% {
    right: 131%;
  }
  .tablet-m\:right--131\% {
    right: -131%;
  }
  .tablet-m\:h-131\% {
    height: 131%;
  }
  .tablet-m\:w-131\% {
    width: 131%;
  }
  .tablet-m\:max_h-131\% {
    max-height: 131%;
  }
  .tablet-m\:max_w-131\% {
    max-width: 131%;
  }
  .tablet-m\:min_h-131\% {
    min-height: 131%;
  }
  .tablet-m\:min_w-131\% {
    min-width: 131%;
  }
  .tablet-m\:h-131vh {
    height: 131vh;
  }
  .tablet-m\:w-131vw {
    width: 131vw;
  }
  .tablet-m\:min_w-131vw {
    min-width: 131vw;
  }
  .tablet-m\:min_h-131vh {
    min-height: 131vh;
  }
  .tablet-m\:max_w-131vw {
    max-width: 131vw;
  }
  .tablet-m\:max_h-131vh {
    max-height: 131vh;
  }
  .tablet-m\:m-t-132\% {
    margin-top: 132%;
  }
  .tablet-m\:m-t--132\% {
    margin-top: -132%;
  }
  .tablet-m\:p-t-132\% {
    padding-top: 132%;
  }
  .tablet-m\:p-t--132\% {
    padding-top: -132%;
  }
  .tablet-m\:top-132\% {
    top: 132%;
  }
  .tablet-m\:top--132\% {
    top: -132%;
  }
  .tablet-m\:m-b-132\% {
    margin-bottom: 132%;
  }
  .tablet-m\:m-b--132\% {
    margin-bottom: -132%;
  }
  .tablet-m\:p-b-132\% {
    padding-bottom: 132%;
  }
  .tablet-m\:p-b--132\% {
    padding-bottom: -132%;
  }
  .tablet-m\:bottom-132\% {
    bottom: 132%;
  }
  .tablet-m\:bottom--132\% {
    bottom: -132%;
  }
  .tablet-m\:m-l-132\% {
    margin-left: 132%;
  }
  .tablet-m\:m-l--132\% {
    margin-left: -132%;
  }
  .tablet-m\:p-l-132\% {
    padding-left: 132%;
  }
  .tablet-m\:p-l--132\% {
    padding-left: -132%;
  }
  .tablet-m\:left-132\% {
    left: 132%;
  }
  .tablet-m\:left--132\% {
    left: -132%;
  }
  .tablet-m\:m-r-132\% {
    margin-right: 132%;
  }
  .tablet-m\:m-r--132\% {
    margin-right: -132%;
  }
  .tablet-m\:p-r-132\% {
    padding-right: 132%;
  }
  .tablet-m\:p-r--132\% {
    padding-right: -132%;
  }
  .tablet-m\:right-132\% {
    right: 132%;
  }
  .tablet-m\:right--132\% {
    right: -132%;
  }
  .tablet-m\:h-132\% {
    height: 132%;
  }
  .tablet-m\:w-132\% {
    width: 132%;
  }
  .tablet-m\:max_h-132\% {
    max-height: 132%;
  }
  .tablet-m\:max_w-132\% {
    max-width: 132%;
  }
  .tablet-m\:min_h-132\% {
    min-height: 132%;
  }
  .tablet-m\:min_w-132\% {
    min-width: 132%;
  }
  .tablet-m\:h-132vh {
    height: 132vh;
  }
  .tablet-m\:w-132vw {
    width: 132vw;
  }
  .tablet-m\:min_w-132vw {
    min-width: 132vw;
  }
  .tablet-m\:min_h-132vh {
    min-height: 132vh;
  }
  .tablet-m\:max_w-132vw {
    max-width: 132vw;
  }
  .tablet-m\:max_h-132vh {
    max-height: 132vh;
  }
  .tablet-m\:m-t-133\% {
    margin-top: 133%;
  }
  .tablet-m\:m-t--133\% {
    margin-top: -133%;
  }
  .tablet-m\:p-t-133\% {
    padding-top: 133%;
  }
  .tablet-m\:p-t--133\% {
    padding-top: -133%;
  }
  .tablet-m\:top-133\% {
    top: 133%;
  }
  .tablet-m\:top--133\% {
    top: -133%;
  }
  .tablet-m\:m-b-133\% {
    margin-bottom: 133%;
  }
  .tablet-m\:m-b--133\% {
    margin-bottom: -133%;
  }
  .tablet-m\:p-b-133\% {
    padding-bottom: 133%;
  }
  .tablet-m\:p-b--133\% {
    padding-bottom: -133%;
  }
  .tablet-m\:bottom-133\% {
    bottom: 133%;
  }
  .tablet-m\:bottom--133\% {
    bottom: -133%;
  }
  .tablet-m\:m-l-133\% {
    margin-left: 133%;
  }
  .tablet-m\:m-l--133\% {
    margin-left: -133%;
  }
  .tablet-m\:p-l-133\% {
    padding-left: 133%;
  }
  .tablet-m\:p-l--133\% {
    padding-left: -133%;
  }
  .tablet-m\:left-133\% {
    left: 133%;
  }
  .tablet-m\:left--133\% {
    left: -133%;
  }
  .tablet-m\:m-r-133\% {
    margin-right: 133%;
  }
  .tablet-m\:m-r--133\% {
    margin-right: -133%;
  }
  .tablet-m\:p-r-133\% {
    padding-right: 133%;
  }
  .tablet-m\:p-r--133\% {
    padding-right: -133%;
  }
  .tablet-m\:right-133\% {
    right: 133%;
  }
  .tablet-m\:right--133\% {
    right: -133%;
  }
  .tablet-m\:h-133\% {
    height: 133%;
  }
  .tablet-m\:w-133\% {
    width: 133%;
  }
  .tablet-m\:max_h-133\% {
    max-height: 133%;
  }
  .tablet-m\:max_w-133\% {
    max-width: 133%;
  }
  .tablet-m\:min_h-133\% {
    min-height: 133%;
  }
  .tablet-m\:min_w-133\% {
    min-width: 133%;
  }
  .tablet-m\:h-133vh {
    height: 133vh;
  }
  .tablet-m\:w-133vw {
    width: 133vw;
  }
  .tablet-m\:min_w-133vw {
    min-width: 133vw;
  }
  .tablet-m\:min_h-133vh {
    min-height: 133vh;
  }
  .tablet-m\:max_w-133vw {
    max-width: 133vw;
  }
  .tablet-m\:max_h-133vh {
    max-height: 133vh;
  }
  .tablet-m\:m-t-134\% {
    margin-top: 134%;
  }
  .tablet-m\:m-t--134\% {
    margin-top: -134%;
  }
  .tablet-m\:p-t-134\% {
    padding-top: 134%;
  }
  .tablet-m\:p-t--134\% {
    padding-top: -134%;
  }
  .tablet-m\:top-134\% {
    top: 134%;
  }
  .tablet-m\:top--134\% {
    top: -134%;
  }
  .tablet-m\:m-b-134\% {
    margin-bottom: 134%;
  }
  .tablet-m\:m-b--134\% {
    margin-bottom: -134%;
  }
  .tablet-m\:p-b-134\% {
    padding-bottom: 134%;
  }
  .tablet-m\:p-b--134\% {
    padding-bottom: -134%;
  }
  .tablet-m\:bottom-134\% {
    bottom: 134%;
  }
  .tablet-m\:bottom--134\% {
    bottom: -134%;
  }
  .tablet-m\:m-l-134\% {
    margin-left: 134%;
  }
  .tablet-m\:m-l--134\% {
    margin-left: -134%;
  }
  .tablet-m\:p-l-134\% {
    padding-left: 134%;
  }
  .tablet-m\:p-l--134\% {
    padding-left: -134%;
  }
  .tablet-m\:left-134\% {
    left: 134%;
  }
  .tablet-m\:left--134\% {
    left: -134%;
  }
  .tablet-m\:m-r-134\% {
    margin-right: 134%;
  }
  .tablet-m\:m-r--134\% {
    margin-right: -134%;
  }
  .tablet-m\:p-r-134\% {
    padding-right: 134%;
  }
  .tablet-m\:p-r--134\% {
    padding-right: -134%;
  }
  .tablet-m\:right-134\% {
    right: 134%;
  }
  .tablet-m\:right--134\% {
    right: -134%;
  }
  .tablet-m\:h-134\% {
    height: 134%;
  }
  .tablet-m\:w-134\% {
    width: 134%;
  }
  .tablet-m\:max_h-134\% {
    max-height: 134%;
  }
  .tablet-m\:max_w-134\% {
    max-width: 134%;
  }
  .tablet-m\:min_h-134\% {
    min-height: 134%;
  }
  .tablet-m\:min_w-134\% {
    min-width: 134%;
  }
  .tablet-m\:h-134vh {
    height: 134vh;
  }
  .tablet-m\:w-134vw {
    width: 134vw;
  }
  .tablet-m\:min_w-134vw {
    min-width: 134vw;
  }
  .tablet-m\:min_h-134vh {
    min-height: 134vh;
  }
  .tablet-m\:max_w-134vw {
    max-width: 134vw;
  }
  .tablet-m\:max_h-134vh {
    max-height: 134vh;
  }
  .tablet-m\:m-t-135\% {
    margin-top: 135%;
  }
  .tablet-m\:m-t--135\% {
    margin-top: -135%;
  }
  .tablet-m\:p-t-135\% {
    padding-top: 135%;
  }
  .tablet-m\:p-t--135\% {
    padding-top: -135%;
  }
  .tablet-m\:top-135\% {
    top: 135%;
  }
  .tablet-m\:top--135\% {
    top: -135%;
  }
  .tablet-m\:m-b-135\% {
    margin-bottom: 135%;
  }
  .tablet-m\:m-b--135\% {
    margin-bottom: -135%;
  }
  .tablet-m\:p-b-135\% {
    padding-bottom: 135%;
  }
  .tablet-m\:p-b--135\% {
    padding-bottom: -135%;
  }
  .tablet-m\:bottom-135\% {
    bottom: 135%;
  }
  .tablet-m\:bottom--135\% {
    bottom: -135%;
  }
  .tablet-m\:m-l-135\% {
    margin-left: 135%;
  }
  .tablet-m\:m-l--135\% {
    margin-left: -135%;
  }
  .tablet-m\:p-l-135\% {
    padding-left: 135%;
  }
  .tablet-m\:p-l--135\% {
    padding-left: -135%;
  }
  .tablet-m\:left-135\% {
    left: 135%;
  }
  .tablet-m\:left--135\% {
    left: -135%;
  }
  .tablet-m\:m-r-135\% {
    margin-right: 135%;
  }
  .tablet-m\:m-r--135\% {
    margin-right: -135%;
  }
  .tablet-m\:p-r-135\% {
    padding-right: 135%;
  }
  .tablet-m\:p-r--135\% {
    padding-right: -135%;
  }
  .tablet-m\:right-135\% {
    right: 135%;
  }
  .tablet-m\:right--135\% {
    right: -135%;
  }
  .tablet-m\:h-135\% {
    height: 135%;
  }
  .tablet-m\:w-135\% {
    width: 135%;
  }
  .tablet-m\:max_h-135\% {
    max-height: 135%;
  }
  .tablet-m\:max_w-135\% {
    max-width: 135%;
  }
  .tablet-m\:min_h-135\% {
    min-height: 135%;
  }
  .tablet-m\:min_w-135\% {
    min-width: 135%;
  }
  .tablet-m\:h-135vh {
    height: 135vh;
  }
  .tablet-m\:w-135vw {
    width: 135vw;
  }
  .tablet-m\:min_w-135vw {
    min-width: 135vw;
  }
  .tablet-m\:min_h-135vh {
    min-height: 135vh;
  }
  .tablet-m\:max_w-135vw {
    max-width: 135vw;
  }
  .tablet-m\:max_h-135vh {
    max-height: 135vh;
  }
  .tablet-m\:m-t-136\% {
    margin-top: 136%;
  }
  .tablet-m\:m-t--136\% {
    margin-top: -136%;
  }
  .tablet-m\:p-t-136\% {
    padding-top: 136%;
  }
  .tablet-m\:p-t--136\% {
    padding-top: -136%;
  }
  .tablet-m\:top-136\% {
    top: 136%;
  }
  .tablet-m\:top--136\% {
    top: -136%;
  }
  .tablet-m\:m-b-136\% {
    margin-bottom: 136%;
  }
  .tablet-m\:m-b--136\% {
    margin-bottom: -136%;
  }
  .tablet-m\:p-b-136\% {
    padding-bottom: 136%;
  }
  .tablet-m\:p-b--136\% {
    padding-bottom: -136%;
  }
  .tablet-m\:bottom-136\% {
    bottom: 136%;
  }
  .tablet-m\:bottom--136\% {
    bottom: -136%;
  }
  .tablet-m\:m-l-136\% {
    margin-left: 136%;
  }
  .tablet-m\:m-l--136\% {
    margin-left: -136%;
  }
  .tablet-m\:p-l-136\% {
    padding-left: 136%;
  }
  .tablet-m\:p-l--136\% {
    padding-left: -136%;
  }
  .tablet-m\:left-136\% {
    left: 136%;
  }
  .tablet-m\:left--136\% {
    left: -136%;
  }
  .tablet-m\:m-r-136\% {
    margin-right: 136%;
  }
  .tablet-m\:m-r--136\% {
    margin-right: -136%;
  }
  .tablet-m\:p-r-136\% {
    padding-right: 136%;
  }
  .tablet-m\:p-r--136\% {
    padding-right: -136%;
  }
  .tablet-m\:right-136\% {
    right: 136%;
  }
  .tablet-m\:right--136\% {
    right: -136%;
  }
  .tablet-m\:h-136\% {
    height: 136%;
  }
  .tablet-m\:w-136\% {
    width: 136%;
  }
  .tablet-m\:max_h-136\% {
    max-height: 136%;
  }
  .tablet-m\:max_w-136\% {
    max-width: 136%;
  }
  .tablet-m\:min_h-136\% {
    min-height: 136%;
  }
  .tablet-m\:min_w-136\% {
    min-width: 136%;
  }
  .tablet-m\:h-136vh {
    height: 136vh;
  }
  .tablet-m\:w-136vw {
    width: 136vw;
  }
  .tablet-m\:min_w-136vw {
    min-width: 136vw;
  }
  .tablet-m\:min_h-136vh {
    min-height: 136vh;
  }
  .tablet-m\:max_w-136vw {
    max-width: 136vw;
  }
  .tablet-m\:max_h-136vh {
    max-height: 136vh;
  }
  .tablet-m\:m-t-137\% {
    margin-top: 137%;
  }
  .tablet-m\:m-t--137\% {
    margin-top: -137%;
  }
  .tablet-m\:p-t-137\% {
    padding-top: 137%;
  }
  .tablet-m\:p-t--137\% {
    padding-top: -137%;
  }
  .tablet-m\:top-137\% {
    top: 137%;
  }
  .tablet-m\:top--137\% {
    top: -137%;
  }
  .tablet-m\:m-b-137\% {
    margin-bottom: 137%;
  }
  .tablet-m\:m-b--137\% {
    margin-bottom: -137%;
  }
  .tablet-m\:p-b-137\% {
    padding-bottom: 137%;
  }
  .tablet-m\:p-b--137\% {
    padding-bottom: -137%;
  }
  .tablet-m\:bottom-137\% {
    bottom: 137%;
  }
  .tablet-m\:bottom--137\% {
    bottom: -137%;
  }
  .tablet-m\:m-l-137\% {
    margin-left: 137%;
  }
  .tablet-m\:m-l--137\% {
    margin-left: -137%;
  }
  .tablet-m\:p-l-137\% {
    padding-left: 137%;
  }
  .tablet-m\:p-l--137\% {
    padding-left: -137%;
  }
  .tablet-m\:left-137\% {
    left: 137%;
  }
  .tablet-m\:left--137\% {
    left: -137%;
  }
  .tablet-m\:m-r-137\% {
    margin-right: 137%;
  }
  .tablet-m\:m-r--137\% {
    margin-right: -137%;
  }
  .tablet-m\:p-r-137\% {
    padding-right: 137%;
  }
  .tablet-m\:p-r--137\% {
    padding-right: -137%;
  }
  .tablet-m\:right-137\% {
    right: 137%;
  }
  .tablet-m\:right--137\% {
    right: -137%;
  }
  .tablet-m\:h-137\% {
    height: 137%;
  }
  .tablet-m\:w-137\% {
    width: 137%;
  }
  .tablet-m\:max_h-137\% {
    max-height: 137%;
  }
  .tablet-m\:max_w-137\% {
    max-width: 137%;
  }
  .tablet-m\:min_h-137\% {
    min-height: 137%;
  }
  .tablet-m\:min_w-137\% {
    min-width: 137%;
  }
  .tablet-m\:h-137vh {
    height: 137vh;
  }
  .tablet-m\:w-137vw {
    width: 137vw;
  }
  .tablet-m\:min_w-137vw {
    min-width: 137vw;
  }
  .tablet-m\:min_h-137vh {
    min-height: 137vh;
  }
  .tablet-m\:max_w-137vw {
    max-width: 137vw;
  }
  .tablet-m\:max_h-137vh {
    max-height: 137vh;
  }
  .tablet-m\:m-t-138\% {
    margin-top: 138%;
  }
  .tablet-m\:m-t--138\% {
    margin-top: -138%;
  }
  .tablet-m\:p-t-138\% {
    padding-top: 138%;
  }
  .tablet-m\:p-t--138\% {
    padding-top: -138%;
  }
  .tablet-m\:top-138\% {
    top: 138%;
  }
  .tablet-m\:top--138\% {
    top: -138%;
  }
  .tablet-m\:m-b-138\% {
    margin-bottom: 138%;
  }
  .tablet-m\:m-b--138\% {
    margin-bottom: -138%;
  }
  .tablet-m\:p-b-138\% {
    padding-bottom: 138%;
  }
  .tablet-m\:p-b--138\% {
    padding-bottom: -138%;
  }
  .tablet-m\:bottom-138\% {
    bottom: 138%;
  }
  .tablet-m\:bottom--138\% {
    bottom: -138%;
  }
  .tablet-m\:m-l-138\% {
    margin-left: 138%;
  }
  .tablet-m\:m-l--138\% {
    margin-left: -138%;
  }
  .tablet-m\:p-l-138\% {
    padding-left: 138%;
  }
  .tablet-m\:p-l--138\% {
    padding-left: -138%;
  }
  .tablet-m\:left-138\% {
    left: 138%;
  }
  .tablet-m\:left--138\% {
    left: -138%;
  }
  .tablet-m\:m-r-138\% {
    margin-right: 138%;
  }
  .tablet-m\:m-r--138\% {
    margin-right: -138%;
  }
  .tablet-m\:p-r-138\% {
    padding-right: 138%;
  }
  .tablet-m\:p-r--138\% {
    padding-right: -138%;
  }
  .tablet-m\:right-138\% {
    right: 138%;
  }
  .tablet-m\:right--138\% {
    right: -138%;
  }
  .tablet-m\:h-138\% {
    height: 138%;
  }
  .tablet-m\:w-138\% {
    width: 138%;
  }
  .tablet-m\:max_h-138\% {
    max-height: 138%;
  }
  .tablet-m\:max_w-138\% {
    max-width: 138%;
  }
  .tablet-m\:min_h-138\% {
    min-height: 138%;
  }
  .tablet-m\:min_w-138\% {
    min-width: 138%;
  }
  .tablet-m\:h-138vh {
    height: 138vh;
  }
  .tablet-m\:w-138vw {
    width: 138vw;
  }
  .tablet-m\:min_w-138vw {
    min-width: 138vw;
  }
  .tablet-m\:min_h-138vh {
    min-height: 138vh;
  }
  .tablet-m\:max_w-138vw {
    max-width: 138vw;
  }
  .tablet-m\:max_h-138vh {
    max-height: 138vh;
  }
  .tablet-m\:m-t-139\% {
    margin-top: 139%;
  }
  .tablet-m\:m-t--139\% {
    margin-top: -139%;
  }
  .tablet-m\:p-t-139\% {
    padding-top: 139%;
  }
  .tablet-m\:p-t--139\% {
    padding-top: -139%;
  }
  .tablet-m\:top-139\% {
    top: 139%;
  }
  .tablet-m\:top--139\% {
    top: -139%;
  }
  .tablet-m\:m-b-139\% {
    margin-bottom: 139%;
  }
  .tablet-m\:m-b--139\% {
    margin-bottom: -139%;
  }
  .tablet-m\:p-b-139\% {
    padding-bottom: 139%;
  }
  .tablet-m\:p-b--139\% {
    padding-bottom: -139%;
  }
  .tablet-m\:bottom-139\% {
    bottom: 139%;
  }
  .tablet-m\:bottom--139\% {
    bottom: -139%;
  }
  .tablet-m\:m-l-139\% {
    margin-left: 139%;
  }
  .tablet-m\:m-l--139\% {
    margin-left: -139%;
  }
  .tablet-m\:p-l-139\% {
    padding-left: 139%;
  }
  .tablet-m\:p-l--139\% {
    padding-left: -139%;
  }
  .tablet-m\:left-139\% {
    left: 139%;
  }
  .tablet-m\:left--139\% {
    left: -139%;
  }
  .tablet-m\:m-r-139\% {
    margin-right: 139%;
  }
  .tablet-m\:m-r--139\% {
    margin-right: -139%;
  }
  .tablet-m\:p-r-139\% {
    padding-right: 139%;
  }
  .tablet-m\:p-r--139\% {
    padding-right: -139%;
  }
  .tablet-m\:right-139\% {
    right: 139%;
  }
  .tablet-m\:right--139\% {
    right: -139%;
  }
  .tablet-m\:h-139\% {
    height: 139%;
  }
  .tablet-m\:w-139\% {
    width: 139%;
  }
  .tablet-m\:max_h-139\% {
    max-height: 139%;
  }
  .tablet-m\:max_w-139\% {
    max-width: 139%;
  }
  .tablet-m\:min_h-139\% {
    min-height: 139%;
  }
  .tablet-m\:min_w-139\% {
    min-width: 139%;
  }
  .tablet-m\:h-139vh {
    height: 139vh;
  }
  .tablet-m\:w-139vw {
    width: 139vw;
  }
  .tablet-m\:min_w-139vw {
    min-width: 139vw;
  }
  .tablet-m\:min_h-139vh {
    min-height: 139vh;
  }
  .tablet-m\:max_w-139vw {
    max-width: 139vw;
  }
  .tablet-m\:max_h-139vh {
    max-height: 139vh;
  }
  .tablet-m\:m-t-140\% {
    margin-top: 140%;
  }
  .tablet-m\:m-t--140\% {
    margin-top: -140%;
  }
  .tablet-m\:p-t-140\% {
    padding-top: 140%;
  }
  .tablet-m\:p-t--140\% {
    padding-top: -140%;
  }
  .tablet-m\:top-140\% {
    top: 140%;
  }
  .tablet-m\:top--140\% {
    top: -140%;
  }
  .tablet-m\:m-b-140\% {
    margin-bottom: 140%;
  }
  .tablet-m\:m-b--140\% {
    margin-bottom: -140%;
  }
  .tablet-m\:p-b-140\% {
    padding-bottom: 140%;
  }
  .tablet-m\:p-b--140\% {
    padding-bottom: -140%;
  }
  .tablet-m\:bottom-140\% {
    bottom: 140%;
  }
  .tablet-m\:bottom--140\% {
    bottom: -140%;
  }
  .tablet-m\:m-l-140\% {
    margin-left: 140%;
  }
  .tablet-m\:m-l--140\% {
    margin-left: -140%;
  }
  .tablet-m\:p-l-140\% {
    padding-left: 140%;
  }
  .tablet-m\:p-l--140\% {
    padding-left: -140%;
  }
  .tablet-m\:left-140\% {
    left: 140%;
  }
  .tablet-m\:left--140\% {
    left: -140%;
  }
  .tablet-m\:m-r-140\% {
    margin-right: 140%;
  }
  .tablet-m\:m-r--140\% {
    margin-right: -140%;
  }
  .tablet-m\:p-r-140\% {
    padding-right: 140%;
  }
  .tablet-m\:p-r--140\% {
    padding-right: -140%;
  }
  .tablet-m\:right-140\% {
    right: 140%;
  }
  .tablet-m\:right--140\% {
    right: -140%;
  }
  .tablet-m\:h-140\% {
    height: 140%;
  }
  .tablet-m\:w-140\% {
    width: 140%;
  }
  .tablet-m\:max_h-140\% {
    max-height: 140%;
  }
  .tablet-m\:max_w-140\% {
    max-width: 140%;
  }
  .tablet-m\:min_h-140\% {
    min-height: 140%;
  }
  .tablet-m\:min_w-140\% {
    min-width: 140%;
  }
  .tablet-m\:h-140vh {
    height: 140vh;
  }
  .tablet-m\:w-140vw {
    width: 140vw;
  }
  .tablet-m\:min_w-140vw {
    min-width: 140vw;
  }
  .tablet-m\:min_h-140vh {
    min-height: 140vh;
  }
  .tablet-m\:max_w-140vw {
    max-width: 140vw;
  }
  .tablet-m\:max_h-140vh {
    max-height: 140vh;
  }
  .tablet-m\:m-t-141\% {
    margin-top: 141%;
  }
  .tablet-m\:m-t--141\% {
    margin-top: -141%;
  }
  .tablet-m\:p-t-141\% {
    padding-top: 141%;
  }
  .tablet-m\:p-t--141\% {
    padding-top: -141%;
  }
  .tablet-m\:top-141\% {
    top: 141%;
  }
  .tablet-m\:top--141\% {
    top: -141%;
  }
  .tablet-m\:m-b-141\% {
    margin-bottom: 141%;
  }
  .tablet-m\:m-b--141\% {
    margin-bottom: -141%;
  }
  .tablet-m\:p-b-141\% {
    padding-bottom: 141%;
  }
  .tablet-m\:p-b--141\% {
    padding-bottom: -141%;
  }
  .tablet-m\:bottom-141\% {
    bottom: 141%;
  }
  .tablet-m\:bottom--141\% {
    bottom: -141%;
  }
  .tablet-m\:m-l-141\% {
    margin-left: 141%;
  }
  .tablet-m\:m-l--141\% {
    margin-left: -141%;
  }
  .tablet-m\:p-l-141\% {
    padding-left: 141%;
  }
  .tablet-m\:p-l--141\% {
    padding-left: -141%;
  }
  .tablet-m\:left-141\% {
    left: 141%;
  }
  .tablet-m\:left--141\% {
    left: -141%;
  }
  .tablet-m\:m-r-141\% {
    margin-right: 141%;
  }
  .tablet-m\:m-r--141\% {
    margin-right: -141%;
  }
  .tablet-m\:p-r-141\% {
    padding-right: 141%;
  }
  .tablet-m\:p-r--141\% {
    padding-right: -141%;
  }
  .tablet-m\:right-141\% {
    right: 141%;
  }
  .tablet-m\:right--141\% {
    right: -141%;
  }
  .tablet-m\:h-141\% {
    height: 141%;
  }
  .tablet-m\:w-141\% {
    width: 141%;
  }
  .tablet-m\:max_h-141\% {
    max-height: 141%;
  }
  .tablet-m\:max_w-141\% {
    max-width: 141%;
  }
  .tablet-m\:min_h-141\% {
    min-height: 141%;
  }
  .tablet-m\:min_w-141\% {
    min-width: 141%;
  }
  .tablet-m\:h-141vh {
    height: 141vh;
  }
  .tablet-m\:w-141vw {
    width: 141vw;
  }
  .tablet-m\:min_w-141vw {
    min-width: 141vw;
  }
  .tablet-m\:min_h-141vh {
    min-height: 141vh;
  }
  .tablet-m\:max_w-141vw {
    max-width: 141vw;
  }
  .tablet-m\:max_h-141vh {
    max-height: 141vh;
  }
  .tablet-m\:m-t-142\% {
    margin-top: 142%;
  }
  .tablet-m\:m-t--142\% {
    margin-top: -142%;
  }
  .tablet-m\:p-t-142\% {
    padding-top: 142%;
  }
  .tablet-m\:p-t--142\% {
    padding-top: -142%;
  }
  .tablet-m\:top-142\% {
    top: 142%;
  }
  .tablet-m\:top--142\% {
    top: -142%;
  }
  .tablet-m\:m-b-142\% {
    margin-bottom: 142%;
  }
  .tablet-m\:m-b--142\% {
    margin-bottom: -142%;
  }
  .tablet-m\:p-b-142\% {
    padding-bottom: 142%;
  }
  .tablet-m\:p-b--142\% {
    padding-bottom: -142%;
  }
  .tablet-m\:bottom-142\% {
    bottom: 142%;
  }
  .tablet-m\:bottom--142\% {
    bottom: -142%;
  }
  .tablet-m\:m-l-142\% {
    margin-left: 142%;
  }
  .tablet-m\:m-l--142\% {
    margin-left: -142%;
  }
  .tablet-m\:p-l-142\% {
    padding-left: 142%;
  }
  .tablet-m\:p-l--142\% {
    padding-left: -142%;
  }
  .tablet-m\:left-142\% {
    left: 142%;
  }
  .tablet-m\:left--142\% {
    left: -142%;
  }
  .tablet-m\:m-r-142\% {
    margin-right: 142%;
  }
  .tablet-m\:m-r--142\% {
    margin-right: -142%;
  }
  .tablet-m\:p-r-142\% {
    padding-right: 142%;
  }
  .tablet-m\:p-r--142\% {
    padding-right: -142%;
  }
  .tablet-m\:right-142\% {
    right: 142%;
  }
  .tablet-m\:right--142\% {
    right: -142%;
  }
  .tablet-m\:h-142\% {
    height: 142%;
  }
  .tablet-m\:w-142\% {
    width: 142%;
  }
  .tablet-m\:max_h-142\% {
    max-height: 142%;
  }
  .tablet-m\:max_w-142\% {
    max-width: 142%;
  }
  .tablet-m\:min_h-142\% {
    min-height: 142%;
  }
  .tablet-m\:min_w-142\% {
    min-width: 142%;
  }
  .tablet-m\:h-142vh {
    height: 142vh;
  }
  .tablet-m\:w-142vw {
    width: 142vw;
  }
  .tablet-m\:min_w-142vw {
    min-width: 142vw;
  }
  .tablet-m\:min_h-142vh {
    min-height: 142vh;
  }
  .tablet-m\:max_w-142vw {
    max-width: 142vw;
  }
  .tablet-m\:max_h-142vh {
    max-height: 142vh;
  }
  .tablet-m\:m-t-143\% {
    margin-top: 143%;
  }
  .tablet-m\:m-t--143\% {
    margin-top: -143%;
  }
  .tablet-m\:p-t-143\% {
    padding-top: 143%;
  }
  .tablet-m\:p-t--143\% {
    padding-top: -143%;
  }
  .tablet-m\:top-143\% {
    top: 143%;
  }
  .tablet-m\:top--143\% {
    top: -143%;
  }
  .tablet-m\:m-b-143\% {
    margin-bottom: 143%;
  }
  .tablet-m\:m-b--143\% {
    margin-bottom: -143%;
  }
  .tablet-m\:p-b-143\% {
    padding-bottom: 143%;
  }
  .tablet-m\:p-b--143\% {
    padding-bottom: -143%;
  }
  .tablet-m\:bottom-143\% {
    bottom: 143%;
  }
  .tablet-m\:bottom--143\% {
    bottom: -143%;
  }
  .tablet-m\:m-l-143\% {
    margin-left: 143%;
  }
  .tablet-m\:m-l--143\% {
    margin-left: -143%;
  }
  .tablet-m\:p-l-143\% {
    padding-left: 143%;
  }
  .tablet-m\:p-l--143\% {
    padding-left: -143%;
  }
  .tablet-m\:left-143\% {
    left: 143%;
  }
  .tablet-m\:left--143\% {
    left: -143%;
  }
  .tablet-m\:m-r-143\% {
    margin-right: 143%;
  }
  .tablet-m\:m-r--143\% {
    margin-right: -143%;
  }
  .tablet-m\:p-r-143\% {
    padding-right: 143%;
  }
  .tablet-m\:p-r--143\% {
    padding-right: -143%;
  }
  .tablet-m\:right-143\% {
    right: 143%;
  }
  .tablet-m\:right--143\% {
    right: -143%;
  }
  .tablet-m\:h-143\% {
    height: 143%;
  }
  .tablet-m\:w-143\% {
    width: 143%;
  }
  .tablet-m\:max_h-143\% {
    max-height: 143%;
  }
  .tablet-m\:max_w-143\% {
    max-width: 143%;
  }
  .tablet-m\:min_h-143\% {
    min-height: 143%;
  }
  .tablet-m\:min_w-143\% {
    min-width: 143%;
  }
  .tablet-m\:h-143vh {
    height: 143vh;
  }
  .tablet-m\:w-143vw {
    width: 143vw;
  }
  .tablet-m\:min_w-143vw {
    min-width: 143vw;
  }
  .tablet-m\:min_h-143vh {
    min-height: 143vh;
  }
  .tablet-m\:max_w-143vw {
    max-width: 143vw;
  }
  .tablet-m\:max_h-143vh {
    max-height: 143vh;
  }
  .tablet-m\:m-t-144\% {
    margin-top: 144%;
  }
  .tablet-m\:m-t--144\% {
    margin-top: -144%;
  }
  .tablet-m\:p-t-144\% {
    padding-top: 144%;
  }
  .tablet-m\:p-t--144\% {
    padding-top: -144%;
  }
  .tablet-m\:top-144\% {
    top: 144%;
  }
  .tablet-m\:top--144\% {
    top: -144%;
  }
  .tablet-m\:m-b-144\% {
    margin-bottom: 144%;
  }
  .tablet-m\:m-b--144\% {
    margin-bottom: -144%;
  }
  .tablet-m\:p-b-144\% {
    padding-bottom: 144%;
  }
  .tablet-m\:p-b--144\% {
    padding-bottom: -144%;
  }
  .tablet-m\:bottom-144\% {
    bottom: 144%;
  }
  .tablet-m\:bottom--144\% {
    bottom: -144%;
  }
  .tablet-m\:m-l-144\% {
    margin-left: 144%;
  }
  .tablet-m\:m-l--144\% {
    margin-left: -144%;
  }
  .tablet-m\:p-l-144\% {
    padding-left: 144%;
  }
  .tablet-m\:p-l--144\% {
    padding-left: -144%;
  }
  .tablet-m\:left-144\% {
    left: 144%;
  }
  .tablet-m\:left--144\% {
    left: -144%;
  }
  .tablet-m\:m-r-144\% {
    margin-right: 144%;
  }
  .tablet-m\:m-r--144\% {
    margin-right: -144%;
  }
  .tablet-m\:p-r-144\% {
    padding-right: 144%;
  }
  .tablet-m\:p-r--144\% {
    padding-right: -144%;
  }
  .tablet-m\:right-144\% {
    right: 144%;
  }
  .tablet-m\:right--144\% {
    right: -144%;
  }
  .tablet-m\:h-144\% {
    height: 144%;
  }
  .tablet-m\:w-144\% {
    width: 144%;
  }
  .tablet-m\:max_h-144\% {
    max-height: 144%;
  }
  .tablet-m\:max_w-144\% {
    max-width: 144%;
  }
  .tablet-m\:min_h-144\% {
    min-height: 144%;
  }
  .tablet-m\:min_w-144\% {
    min-width: 144%;
  }
  .tablet-m\:h-144vh {
    height: 144vh;
  }
  .tablet-m\:w-144vw {
    width: 144vw;
  }
  .tablet-m\:min_w-144vw {
    min-width: 144vw;
  }
  .tablet-m\:min_h-144vh {
    min-height: 144vh;
  }
  .tablet-m\:max_w-144vw {
    max-width: 144vw;
  }
  .tablet-m\:max_h-144vh {
    max-height: 144vh;
  }
  .tablet-m\:m-t-145\% {
    margin-top: 145%;
  }
  .tablet-m\:m-t--145\% {
    margin-top: -145%;
  }
  .tablet-m\:p-t-145\% {
    padding-top: 145%;
  }
  .tablet-m\:p-t--145\% {
    padding-top: -145%;
  }
  .tablet-m\:top-145\% {
    top: 145%;
  }
  .tablet-m\:top--145\% {
    top: -145%;
  }
  .tablet-m\:m-b-145\% {
    margin-bottom: 145%;
  }
  .tablet-m\:m-b--145\% {
    margin-bottom: -145%;
  }
  .tablet-m\:p-b-145\% {
    padding-bottom: 145%;
  }
  .tablet-m\:p-b--145\% {
    padding-bottom: -145%;
  }
  .tablet-m\:bottom-145\% {
    bottom: 145%;
  }
  .tablet-m\:bottom--145\% {
    bottom: -145%;
  }
  .tablet-m\:m-l-145\% {
    margin-left: 145%;
  }
  .tablet-m\:m-l--145\% {
    margin-left: -145%;
  }
  .tablet-m\:p-l-145\% {
    padding-left: 145%;
  }
  .tablet-m\:p-l--145\% {
    padding-left: -145%;
  }
  .tablet-m\:left-145\% {
    left: 145%;
  }
  .tablet-m\:left--145\% {
    left: -145%;
  }
  .tablet-m\:m-r-145\% {
    margin-right: 145%;
  }
  .tablet-m\:m-r--145\% {
    margin-right: -145%;
  }
  .tablet-m\:p-r-145\% {
    padding-right: 145%;
  }
  .tablet-m\:p-r--145\% {
    padding-right: -145%;
  }
  .tablet-m\:right-145\% {
    right: 145%;
  }
  .tablet-m\:right--145\% {
    right: -145%;
  }
  .tablet-m\:h-145\% {
    height: 145%;
  }
  .tablet-m\:w-145\% {
    width: 145%;
  }
  .tablet-m\:max_h-145\% {
    max-height: 145%;
  }
  .tablet-m\:max_w-145\% {
    max-width: 145%;
  }
  .tablet-m\:min_h-145\% {
    min-height: 145%;
  }
  .tablet-m\:min_w-145\% {
    min-width: 145%;
  }
  .tablet-m\:h-145vh {
    height: 145vh;
  }
  .tablet-m\:w-145vw {
    width: 145vw;
  }
  .tablet-m\:min_w-145vw {
    min-width: 145vw;
  }
  .tablet-m\:min_h-145vh {
    min-height: 145vh;
  }
  .tablet-m\:max_w-145vw {
    max-width: 145vw;
  }
  .tablet-m\:max_h-145vh {
    max-height: 145vh;
  }
  .tablet-m\:m-t-146\% {
    margin-top: 146%;
  }
  .tablet-m\:m-t--146\% {
    margin-top: -146%;
  }
  .tablet-m\:p-t-146\% {
    padding-top: 146%;
  }
  .tablet-m\:p-t--146\% {
    padding-top: -146%;
  }
  .tablet-m\:top-146\% {
    top: 146%;
  }
  .tablet-m\:top--146\% {
    top: -146%;
  }
  .tablet-m\:m-b-146\% {
    margin-bottom: 146%;
  }
  .tablet-m\:m-b--146\% {
    margin-bottom: -146%;
  }
  .tablet-m\:p-b-146\% {
    padding-bottom: 146%;
  }
  .tablet-m\:p-b--146\% {
    padding-bottom: -146%;
  }
  .tablet-m\:bottom-146\% {
    bottom: 146%;
  }
  .tablet-m\:bottom--146\% {
    bottom: -146%;
  }
  .tablet-m\:m-l-146\% {
    margin-left: 146%;
  }
  .tablet-m\:m-l--146\% {
    margin-left: -146%;
  }
  .tablet-m\:p-l-146\% {
    padding-left: 146%;
  }
  .tablet-m\:p-l--146\% {
    padding-left: -146%;
  }
  .tablet-m\:left-146\% {
    left: 146%;
  }
  .tablet-m\:left--146\% {
    left: -146%;
  }
  .tablet-m\:m-r-146\% {
    margin-right: 146%;
  }
  .tablet-m\:m-r--146\% {
    margin-right: -146%;
  }
  .tablet-m\:p-r-146\% {
    padding-right: 146%;
  }
  .tablet-m\:p-r--146\% {
    padding-right: -146%;
  }
  .tablet-m\:right-146\% {
    right: 146%;
  }
  .tablet-m\:right--146\% {
    right: -146%;
  }
  .tablet-m\:h-146\% {
    height: 146%;
  }
  .tablet-m\:w-146\% {
    width: 146%;
  }
  .tablet-m\:max_h-146\% {
    max-height: 146%;
  }
  .tablet-m\:max_w-146\% {
    max-width: 146%;
  }
  .tablet-m\:min_h-146\% {
    min-height: 146%;
  }
  .tablet-m\:min_w-146\% {
    min-width: 146%;
  }
  .tablet-m\:h-146vh {
    height: 146vh;
  }
  .tablet-m\:w-146vw {
    width: 146vw;
  }
  .tablet-m\:min_w-146vw {
    min-width: 146vw;
  }
  .tablet-m\:min_h-146vh {
    min-height: 146vh;
  }
  .tablet-m\:max_w-146vw {
    max-width: 146vw;
  }
  .tablet-m\:max_h-146vh {
    max-height: 146vh;
  }
  .tablet-m\:m-t-147\% {
    margin-top: 147%;
  }
  .tablet-m\:m-t--147\% {
    margin-top: -147%;
  }
  .tablet-m\:p-t-147\% {
    padding-top: 147%;
  }
  .tablet-m\:p-t--147\% {
    padding-top: -147%;
  }
  .tablet-m\:top-147\% {
    top: 147%;
  }
  .tablet-m\:top--147\% {
    top: -147%;
  }
  .tablet-m\:m-b-147\% {
    margin-bottom: 147%;
  }
  .tablet-m\:m-b--147\% {
    margin-bottom: -147%;
  }
  .tablet-m\:p-b-147\% {
    padding-bottom: 147%;
  }
  .tablet-m\:p-b--147\% {
    padding-bottom: -147%;
  }
  .tablet-m\:bottom-147\% {
    bottom: 147%;
  }
  .tablet-m\:bottom--147\% {
    bottom: -147%;
  }
  .tablet-m\:m-l-147\% {
    margin-left: 147%;
  }
  .tablet-m\:m-l--147\% {
    margin-left: -147%;
  }
  .tablet-m\:p-l-147\% {
    padding-left: 147%;
  }
  .tablet-m\:p-l--147\% {
    padding-left: -147%;
  }
  .tablet-m\:left-147\% {
    left: 147%;
  }
  .tablet-m\:left--147\% {
    left: -147%;
  }
  .tablet-m\:m-r-147\% {
    margin-right: 147%;
  }
  .tablet-m\:m-r--147\% {
    margin-right: -147%;
  }
  .tablet-m\:p-r-147\% {
    padding-right: 147%;
  }
  .tablet-m\:p-r--147\% {
    padding-right: -147%;
  }
  .tablet-m\:right-147\% {
    right: 147%;
  }
  .tablet-m\:right--147\% {
    right: -147%;
  }
  .tablet-m\:h-147\% {
    height: 147%;
  }
  .tablet-m\:w-147\% {
    width: 147%;
  }
  .tablet-m\:max_h-147\% {
    max-height: 147%;
  }
  .tablet-m\:max_w-147\% {
    max-width: 147%;
  }
  .tablet-m\:min_h-147\% {
    min-height: 147%;
  }
  .tablet-m\:min_w-147\% {
    min-width: 147%;
  }
  .tablet-m\:h-147vh {
    height: 147vh;
  }
  .tablet-m\:w-147vw {
    width: 147vw;
  }
  .tablet-m\:min_w-147vw {
    min-width: 147vw;
  }
  .tablet-m\:min_h-147vh {
    min-height: 147vh;
  }
  .tablet-m\:max_w-147vw {
    max-width: 147vw;
  }
  .tablet-m\:max_h-147vh {
    max-height: 147vh;
  }
  .tablet-m\:m-t-148\% {
    margin-top: 148%;
  }
  .tablet-m\:m-t--148\% {
    margin-top: -148%;
  }
  .tablet-m\:p-t-148\% {
    padding-top: 148%;
  }
  .tablet-m\:p-t--148\% {
    padding-top: -148%;
  }
  .tablet-m\:top-148\% {
    top: 148%;
  }
  .tablet-m\:top--148\% {
    top: -148%;
  }
  .tablet-m\:m-b-148\% {
    margin-bottom: 148%;
  }
  .tablet-m\:m-b--148\% {
    margin-bottom: -148%;
  }
  .tablet-m\:p-b-148\% {
    padding-bottom: 148%;
  }
  .tablet-m\:p-b--148\% {
    padding-bottom: -148%;
  }
  .tablet-m\:bottom-148\% {
    bottom: 148%;
  }
  .tablet-m\:bottom--148\% {
    bottom: -148%;
  }
  .tablet-m\:m-l-148\% {
    margin-left: 148%;
  }
  .tablet-m\:m-l--148\% {
    margin-left: -148%;
  }
  .tablet-m\:p-l-148\% {
    padding-left: 148%;
  }
  .tablet-m\:p-l--148\% {
    padding-left: -148%;
  }
  .tablet-m\:left-148\% {
    left: 148%;
  }
  .tablet-m\:left--148\% {
    left: -148%;
  }
  .tablet-m\:m-r-148\% {
    margin-right: 148%;
  }
  .tablet-m\:m-r--148\% {
    margin-right: -148%;
  }
  .tablet-m\:p-r-148\% {
    padding-right: 148%;
  }
  .tablet-m\:p-r--148\% {
    padding-right: -148%;
  }
  .tablet-m\:right-148\% {
    right: 148%;
  }
  .tablet-m\:right--148\% {
    right: -148%;
  }
  .tablet-m\:h-148\% {
    height: 148%;
  }
  .tablet-m\:w-148\% {
    width: 148%;
  }
  .tablet-m\:max_h-148\% {
    max-height: 148%;
  }
  .tablet-m\:max_w-148\% {
    max-width: 148%;
  }
  .tablet-m\:min_h-148\% {
    min-height: 148%;
  }
  .tablet-m\:min_w-148\% {
    min-width: 148%;
  }
  .tablet-m\:h-148vh {
    height: 148vh;
  }
  .tablet-m\:w-148vw {
    width: 148vw;
  }
  .tablet-m\:min_w-148vw {
    min-width: 148vw;
  }
  .tablet-m\:min_h-148vh {
    min-height: 148vh;
  }
  .tablet-m\:max_w-148vw {
    max-width: 148vw;
  }
  .tablet-m\:max_h-148vh {
    max-height: 148vh;
  }
  .tablet-m\:m-t-149\% {
    margin-top: 149%;
  }
  .tablet-m\:m-t--149\% {
    margin-top: -149%;
  }
  .tablet-m\:p-t-149\% {
    padding-top: 149%;
  }
  .tablet-m\:p-t--149\% {
    padding-top: -149%;
  }
  .tablet-m\:top-149\% {
    top: 149%;
  }
  .tablet-m\:top--149\% {
    top: -149%;
  }
  .tablet-m\:m-b-149\% {
    margin-bottom: 149%;
  }
  .tablet-m\:m-b--149\% {
    margin-bottom: -149%;
  }
  .tablet-m\:p-b-149\% {
    padding-bottom: 149%;
  }
  .tablet-m\:p-b--149\% {
    padding-bottom: -149%;
  }
  .tablet-m\:bottom-149\% {
    bottom: 149%;
  }
  .tablet-m\:bottom--149\% {
    bottom: -149%;
  }
  .tablet-m\:m-l-149\% {
    margin-left: 149%;
  }
  .tablet-m\:m-l--149\% {
    margin-left: -149%;
  }
  .tablet-m\:p-l-149\% {
    padding-left: 149%;
  }
  .tablet-m\:p-l--149\% {
    padding-left: -149%;
  }
  .tablet-m\:left-149\% {
    left: 149%;
  }
  .tablet-m\:left--149\% {
    left: -149%;
  }
  .tablet-m\:m-r-149\% {
    margin-right: 149%;
  }
  .tablet-m\:m-r--149\% {
    margin-right: -149%;
  }
  .tablet-m\:p-r-149\% {
    padding-right: 149%;
  }
  .tablet-m\:p-r--149\% {
    padding-right: -149%;
  }
  .tablet-m\:right-149\% {
    right: 149%;
  }
  .tablet-m\:right--149\% {
    right: -149%;
  }
  .tablet-m\:h-149\% {
    height: 149%;
  }
  .tablet-m\:w-149\% {
    width: 149%;
  }
  .tablet-m\:max_h-149\% {
    max-height: 149%;
  }
  .tablet-m\:max_w-149\% {
    max-width: 149%;
  }
  .tablet-m\:min_h-149\% {
    min-height: 149%;
  }
  .tablet-m\:min_w-149\% {
    min-width: 149%;
  }
  .tablet-m\:h-149vh {
    height: 149vh;
  }
  .tablet-m\:w-149vw {
    width: 149vw;
  }
  .tablet-m\:min_w-149vw {
    min-width: 149vw;
  }
  .tablet-m\:min_h-149vh {
    min-height: 149vh;
  }
  .tablet-m\:max_w-149vw {
    max-width: 149vw;
  }
  .tablet-m\:max_h-149vh {
    max-height: 149vh;
  }
  .tablet-m\:m-t-150\% {
    margin-top: 150%;
  }
  .tablet-m\:m-t--150\% {
    margin-top: -150%;
  }
  .tablet-m\:p-t-150\% {
    padding-top: 150%;
  }
  .tablet-m\:p-t--150\% {
    padding-top: -150%;
  }
  .tablet-m\:top-150\% {
    top: 150%;
  }
  .tablet-m\:top--150\% {
    top: -150%;
  }
  .tablet-m\:m-b-150\% {
    margin-bottom: 150%;
  }
  .tablet-m\:m-b--150\% {
    margin-bottom: -150%;
  }
  .tablet-m\:p-b-150\% {
    padding-bottom: 150%;
  }
  .tablet-m\:p-b--150\% {
    padding-bottom: -150%;
  }
  .tablet-m\:bottom-150\% {
    bottom: 150%;
  }
  .tablet-m\:bottom--150\% {
    bottom: -150%;
  }
  .tablet-m\:m-l-150\% {
    margin-left: 150%;
  }
  .tablet-m\:m-l--150\% {
    margin-left: -150%;
  }
  .tablet-m\:p-l-150\% {
    padding-left: 150%;
  }
  .tablet-m\:p-l--150\% {
    padding-left: -150%;
  }
  .tablet-m\:left-150\% {
    left: 150%;
  }
  .tablet-m\:left--150\% {
    left: -150%;
  }
  .tablet-m\:m-r-150\% {
    margin-right: 150%;
  }
  .tablet-m\:m-r--150\% {
    margin-right: -150%;
  }
  .tablet-m\:p-r-150\% {
    padding-right: 150%;
  }
  .tablet-m\:p-r--150\% {
    padding-right: -150%;
  }
  .tablet-m\:right-150\% {
    right: 150%;
  }
  .tablet-m\:right--150\% {
    right: -150%;
  }
  .tablet-m\:h-150\% {
    height: 150%;
  }
  .tablet-m\:w-150\% {
    width: 150%;
  }
  .tablet-m\:max_h-150\% {
    max-height: 150%;
  }
  .tablet-m\:max_w-150\% {
    max-width: 150%;
  }
  .tablet-m\:min_h-150\% {
    min-height: 150%;
  }
  .tablet-m\:min_w-150\% {
    min-width: 150%;
  }
  .tablet-m\:h-150vh {
    height: 150vh;
  }
  .tablet-m\:w-150vw {
    width: 150vw;
  }
  .tablet-m\:min_w-150vw {
    min-width: 150vw;
  }
  .tablet-m\:min_h-150vh {
    min-height: 150vh;
  }
  .tablet-m\:max_w-150vw {
    max-width: 150vw;
  }
  .tablet-m\:max_h-150vh {
    max-height: 150vh;
  }
  .tablet-m\:m-t-151\% {
    margin-top: 151%;
  }
  .tablet-m\:m-t--151\% {
    margin-top: -151%;
  }
  .tablet-m\:p-t-151\% {
    padding-top: 151%;
  }
  .tablet-m\:p-t--151\% {
    padding-top: -151%;
  }
  .tablet-m\:top-151\% {
    top: 151%;
  }
  .tablet-m\:top--151\% {
    top: -151%;
  }
  .tablet-m\:m-b-151\% {
    margin-bottom: 151%;
  }
  .tablet-m\:m-b--151\% {
    margin-bottom: -151%;
  }
  .tablet-m\:p-b-151\% {
    padding-bottom: 151%;
  }
  .tablet-m\:p-b--151\% {
    padding-bottom: -151%;
  }
  .tablet-m\:bottom-151\% {
    bottom: 151%;
  }
  .tablet-m\:bottom--151\% {
    bottom: -151%;
  }
  .tablet-m\:m-l-151\% {
    margin-left: 151%;
  }
  .tablet-m\:m-l--151\% {
    margin-left: -151%;
  }
  .tablet-m\:p-l-151\% {
    padding-left: 151%;
  }
  .tablet-m\:p-l--151\% {
    padding-left: -151%;
  }
  .tablet-m\:left-151\% {
    left: 151%;
  }
  .tablet-m\:left--151\% {
    left: -151%;
  }
  .tablet-m\:m-r-151\% {
    margin-right: 151%;
  }
  .tablet-m\:m-r--151\% {
    margin-right: -151%;
  }
  .tablet-m\:p-r-151\% {
    padding-right: 151%;
  }
  .tablet-m\:p-r--151\% {
    padding-right: -151%;
  }
  .tablet-m\:right-151\% {
    right: 151%;
  }
  .tablet-m\:right--151\% {
    right: -151%;
  }
  .tablet-m\:h-151\% {
    height: 151%;
  }
  .tablet-m\:w-151\% {
    width: 151%;
  }
  .tablet-m\:max_h-151\% {
    max-height: 151%;
  }
  .tablet-m\:max_w-151\% {
    max-width: 151%;
  }
  .tablet-m\:min_h-151\% {
    min-height: 151%;
  }
  .tablet-m\:min_w-151\% {
    min-width: 151%;
  }
  .tablet-m\:h-151vh {
    height: 151vh;
  }
  .tablet-m\:w-151vw {
    width: 151vw;
  }
  .tablet-m\:min_w-151vw {
    min-width: 151vw;
  }
  .tablet-m\:min_h-151vh {
    min-height: 151vh;
  }
  .tablet-m\:max_w-151vw {
    max-width: 151vw;
  }
  .tablet-m\:max_h-151vh {
    max-height: 151vh;
  }
  .tablet-m\:m-t-152\% {
    margin-top: 152%;
  }
  .tablet-m\:m-t--152\% {
    margin-top: -152%;
  }
  .tablet-m\:p-t-152\% {
    padding-top: 152%;
  }
  .tablet-m\:p-t--152\% {
    padding-top: -152%;
  }
  .tablet-m\:top-152\% {
    top: 152%;
  }
  .tablet-m\:top--152\% {
    top: -152%;
  }
  .tablet-m\:m-b-152\% {
    margin-bottom: 152%;
  }
  .tablet-m\:m-b--152\% {
    margin-bottom: -152%;
  }
  .tablet-m\:p-b-152\% {
    padding-bottom: 152%;
  }
  .tablet-m\:p-b--152\% {
    padding-bottom: -152%;
  }
  .tablet-m\:bottom-152\% {
    bottom: 152%;
  }
  .tablet-m\:bottom--152\% {
    bottom: -152%;
  }
  .tablet-m\:m-l-152\% {
    margin-left: 152%;
  }
  .tablet-m\:m-l--152\% {
    margin-left: -152%;
  }
  .tablet-m\:p-l-152\% {
    padding-left: 152%;
  }
  .tablet-m\:p-l--152\% {
    padding-left: -152%;
  }
  .tablet-m\:left-152\% {
    left: 152%;
  }
  .tablet-m\:left--152\% {
    left: -152%;
  }
  .tablet-m\:m-r-152\% {
    margin-right: 152%;
  }
  .tablet-m\:m-r--152\% {
    margin-right: -152%;
  }
  .tablet-m\:p-r-152\% {
    padding-right: 152%;
  }
  .tablet-m\:p-r--152\% {
    padding-right: -152%;
  }
  .tablet-m\:right-152\% {
    right: 152%;
  }
  .tablet-m\:right--152\% {
    right: -152%;
  }
  .tablet-m\:h-152\% {
    height: 152%;
  }
  .tablet-m\:w-152\% {
    width: 152%;
  }
  .tablet-m\:max_h-152\% {
    max-height: 152%;
  }
  .tablet-m\:max_w-152\% {
    max-width: 152%;
  }
  .tablet-m\:min_h-152\% {
    min-height: 152%;
  }
  .tablet-m\:min_w-152\% {
    min-width: 152%;
  }
  .tablet-m\:h-152vh {
    height: 152vh;
  }
  .tablet-m\:w-152vw {
    width: 152vw;
  }
  .tablet-m\:min_w-152vw {
    min-width: 152vw;
  }
  .tablet-m\:min_h-152vh {
    min-height: 152vh;
  }
  .tablet-m\:max_w-152vw {
    max-width: 152vw;
  }
  .tablet-m\:max_h-152vh {
    max-height: 152vh;
  }
  .tablet-m\:m-t-153\% {
    margin-top: 153%;
  }
  .tablet-m\:m-t--153\% {
    margin-top: -153%;
  }
  .tablet-m\:p-t-153\% {
    padding-top: 153%;
  }
  .tablet-m\:p-t--153\% {
    padding-top: -153%;
  }
  .tablet-m\:top-153\% {
    top: 153%;
  }
  .tablet-m\:top--153\% {
    top: -153%;
  }
  .tablet-m\:m-b-153\% {
    margin-bottom: 153%;
  }
  .tablet-m\:m-b--153\% {
    margin-bottom: -153%;
  }
  .tablet-m\:p-b-153\% {
    padding-bottom: 153%;
  }
  .tablet-m\:p-b--153\% {
    padding-bottom: -153%;
  }
  .tablet-m\:bottom-153\% {
    bottom: 153%;
  }
  .tablet-m\:bottom--153\% {
    bottom: -153%;
  }
  .tablet-m\:m-l-153\% {
    margin-left: 153%;
  }
  .tablet-m\:m-l--153\% {
    margin-left: -153%;
  }
  .tablet-m\:p-l-153\% {
    padding-left: 153%;
  }
  .tablet-m\:p-l--153\% {
    padding-left: -153%;
  }
  .tablet-m\:left-153\% {
    left: 153%;
  }
  .tablet-m\:left--153\% {
    left: -153%;
  }
  .tablet-m\:m-r-153\% {
    margin-right: 153%;
  }
  .tablet-m\:m-r--153\% {
    margin-right: -153%;
  }
  .tablet-m\:p-r-153\% {
    padding-right: 153%;
  }
  .tablet-m\:p-r--153\% {
    padding-right: -153%;
  }
  .tablet-m\:right-153\% {
    right: 153%;
  }
  .tablet-m\:right--153\% {
    right: -153%;
  }
  .tablet-m\:h-153\% {
    height: 153%;
  }
  .tablet-m\:w-153\% {
    width: 153%;
  }
  .tablet-m\:max_h-153\% {
    max-height: 153%;
  }
  .tablet-m\:max_w-153\% {
    max-width: 153%;
  }
  .tablet-m\:min_h-153\% {
    min-height: 153%;
  }
  .tablet-m\:min_w-153\% {
    min-width: 153%;
  }
  .tablet-m\:h-153vh {
    height: 153vh;
  }
  .tablet-m\:w-153vw {
    width: 153vw;
  }
  .tablet-m\:min_w-153vw {
    min-width: 153vw;
  }
  .tablet-m\:min_h-153vh {
    min-height: 153vh;
  }
  .tablet-m\:max_w-153vw {
    max-width: 153vw;
  }
  .tablet-m\:max_h-153vh {
    max-height: 153vh;
  }
  .tablet-m\:m-t-154\% {
    margin-top: 154%;
  }
  .tablet-m\:m-t--154\% {
    margin-top: -154%;
  }
  .tablet-m\:p-t-154\% {
    padding-top: 154%;
  }
  .tablet-m\:p-t--154\% {
    padding-top: -154%;
  }
  .tablet-m\:top-154\% {
    top: 154%;
  }
  .tablet-m\:top--154\% {
    top: -154%;
  }
  .tablet-m\:m-b-154\% {
    margin-bottom: 154%;
  }
  .tablet-m\:m-b--154\% {
    margin-bottom: -154%;
  }
  .tablet-m\:p-b-154\% {
    padding-bottom: 154%;
  }
  .tablet-m\:p-b--154\% {
    padding-bottom: -154%;
  }
  .tablet-m\:bottom-154\% {
    bottom: 154%;
  }
  .tablet-m\:bottom--154\% {
    bottom: -154%;
  }
  .tablet-m\:m-l-154\% {
    margin-left: 154%;
  }
  .tablet-m\:m-l--154\% {
    margin-left: -154%;
  }
  .tablet-m\:p-l-154\% {
    padding-left: 154%;
  }
  .tablet-m\:p-l--154\% {
    padding-left: -154%;
  }
  .tablet-m\:left-154\% {
    left: 154%;
  }
  .tablet-m\:left--154\% {
    left: -154%;
  }
  .tablet-m\:m-r-154\% {
    margin-right: 154%;
  }
  .tablet-m\:m-r--154\% {
    margin-right: -154%;
  }
  .tablet-m\:p-r-154\% {
    padding-right: 154%;
  }
  .tablet-m\:p-r--154\% {
    padding-right: -154%;
  }
  .tablet-m\:right-154\% {
    right: 154%;
  }
  .tablet-m\:right--154\% {
    right: -154%;
  }
  .tablet-m\:h-154\% {
    height: 154%;
  }
  .tablet-m\:w-154\% {
    width: 154%;
  }
  .tablet-m\:max_h-154\% {
    max-height: 154%;
  }
  .tablet-m\:max_w-154\% {
    max-width: 154%;
  }
  .tablet-m\:min_h-154\% {
    min-height: 154%;
  }
  .tablet-m\:min_w-154\% {
    min-width: 154%;
  }
  .tablet-m\:h-154vh {
    height: 154vh;
  }
  .tablet-m\:w-154vw {
    width: 154vw;
  }
  .tablet-m\:min_w-154vw {
    min-width: 154vw;
  }
  .tablet-m\:min_h-154vh {
    min-height: 154vh;
  }
  .tablet-m\:max_w-154vw {
    max-width: 154vw;
  }
  .tablet-m\:max_h-154vh {
    max-height: 154vh;
  }
  .tablet-m\:m-t-155\% {
    margin-top: 155%;
  }
  .tablet-m\:m-t--155\% {
    margin-top: -155%;
  }
  .tablet-m\:p-t-155\% {
    padding-top: 155%;
  }
  .tablet-m\:p-t--155\% {
    padding-top: -155%;
  }
  .tablet-m\:top-155\% {
    top: 155%;
  }
  .tablet-m\:top--155\% {
    top: -155%;
  }
  .tablet-m\:m-b-155\% {
    margin-bottom: 155%;
  }
  .tablet-m\:m-b--155\% {
    margin-bottom: -155%;
  }
  .tablet-m\:p-b-155\% {
    padding-bottom: 155%;
  }
  .tablet-m\:p-b--155\% {
    padding-bottom: -155%;
  }
  .tablet-m\:bottom-155\% {
    bottom: 155%;
  }
  .tablet-m\:bottom--155\% {
    bottom: -155%;
  }
  .tablet-m\:m-l-155\% {
    margin-left: 155%;
  }
  .tablet-m\:m-l--155\% {
    margin-left: -155%;
  }
  .tablet-m\:p-l-155\% {
    padding-left: 155%;
  }
  .tablet-m\:p-l--155\% {
    padding-left: -155%;
  }
  .tablet-m\:left-155\% {
    left: 155%;
  }
  .tablet-m\:left--155\% {
    left: -155%;
  }
  .tablet-m\:m-r-155\% {
    margin-right: 155%;
  }
  .tablet-m\:m-r--155\% {
    margin-right: -155%;
  }
  .tablet-m\:p-r-155\% {
    padding-right: 155%;
  }
  .tablet-m\:p-r--155\% {
    padding-right: -155%;
  }
  .tablet-m\:right-155\% {
    right: 155%;
  }
  .tablet-m\:right--155\% {
    right: -155%;
  }
  .tablet-m\:h-155\% {
    height: 155%;
  }
  .tablet-m\:w-155\% {
    width: 155%;
  }
  .tablet-m\:max_h-155\% {
    max-height: 155%;
  }
  .tablet-m\:max_w-155\% {
    max-width: 155%;
  }
  .tablet-m\:min_h-155\% {
    min-height: 155%;
  }
  .tablet-m\:min_w-155\% {
    min-width: 155%;
  }
  .tablet-m\:h-155vh {
    height: 155vh;
  }
  .tablet-m\:w-155vw {
    width: 155vw;
  }
  .tablet-m\:min_w-155vw {
    min-width: 155vw;
  }
  .tablet-m\:min_h-155vh {
    min-height: 155vh;
  }
  .tablet-m\:max_w-155vw {
    max-width: 155vw;
  }
  .tablet-m\:max_h-155vh {
    max-height: 155vh;
  }
  .tablet-m\:m-t-156\% {
    margin-top: 156%;
  }
  .tablet-m\:m-t--156\% {
    margin-top: -156%;
  }
  .tablet-m\:p-t-156\% {
    padding-top: 156%;
  }
  .tablet-m\:p-t--156\% {
    padding-top: -156%;
  }
  .tablet-m\:top-156\% {
    top: 156%;
  }
  .tablet-m\:top--156\% {
    top: -156%;
  }
  .tablet-m\:m-b-156\% {
    margin-bottom: 156%;
  }
  .tablet-m\:m-b--156\% {
    margin-bottom: -156%;
  }
  .tablet-m\:p-b-156\% {
    padding-bottom: 156%;
  }
  .tablet-m\:p-b--156\% {
    padding-bottom: -156%;
  }
  .tablet-m\:bottom-156\% {
    bottom: 156%;
  }
  .tablet-m\:bottom--156\% {
    bottom: -156%;
  }
  .tablet-m\:m-l-156\% {
    margin-left: 156%;
  }
  .tablet-m\:m-l--156\% {
    margin-left: -156%;
  }
  .tablet-m\:p-l-156\% {
    padding-left: 156%;
  }
  .tablet-m\:p-l--156\% {
    padding-left: -156%;
  }
  .tablet-m\:left-156\% {
    left: 156%;
  }
  .tablet-m\:left--156\% {
    left: -156%;
  }
  .tablet-m\:m-r-156\% {
    margin-right: 156%;
  }
  .tablet-m\:m-r--156\% {
    margin-right: -156%;
  }
  .tablet-m\:p-r-156\% {
    padding-right: 156%;
  }
  .tablet-m\:p-r--156\% {
    padding-right: -156%;
  }
  .tablet-m\:right-156\% {
    right: 156%;
  }
  .tablet-m\:right--156\% {
    right: -156%;
  }
  .tablet-m\:h-156\% {
    height: 156%;
  }
  .tablet-m\:w-156\% {
    width: 156%;
  }
  .tablet-m\:max_h-156\% {
    max-height: 156%;
  }
  .tablet-m\:max_w-156\% {
    max-width: 156%;
  }
  .tablet-m\:min_h-156\% {
    min-height: 156%;
  }
  .tablet-m\:min_w-156\% {
    min-width: 156%;
  }
  .tablet-m\:h-156vh {
    height: 156vh;
  }
  .tablet-m\:w-156vw {
    width: 156vw;
  }
  .tablet-m\:min_w-156vw {
    min-width: 156vw;
  }
  .tablet-m\:min_h-156vh {
    min-height: 156vh;
  }
  .tablet-m\:max_w-156vw {
    max-width: 156vw;
  }
  .tablet-m\:max_h-156vh {
    max-height: 156vh;
  }
  .tablet-m\:m-t-157\% {
    margin-top: 157%;
  }
  .tablet-m\:m-t--157\% {
    margin-top: -157%;
  }
  .tablet-m\:p-t-157\% {
    padding-top: 157%;
  }
  .tablet-m\:p-t--157\% {
    padding-top: -157%;
  }
  .tablet-m\:top-157\% {
    top: 157%;
  }
  .tablet-m\:top--157\% {
    top: -157%;
  }
  .tablet-m\:m-b-157\% {
    margin-bottom: 157%;
  }
  .tablet-m\:m-b--157\% {
    margin-bottom: -157%;
  }
  .tablet-m\:p-b-157\% {
    padding-bottom: 157%;
  }
  .tablet-m\:p-b--157\% {
    padding-bottom: -157%;
  }
  .tablet-m\:bottom-157\% {
    bottom: 157%;
  }
  .tablet-m\:bottom--157\% {
    bottom: -157%;
  }
  .tablet-m\:m-l-157\% {
    margin-left: 157%;
  }
  .tablet-m\:m-l--157\% {
    margin-left: -157%;
  }
  .tablet-m\:p-l-157\% {
    padding-left: 157%;
  }
  .tablet-m\:p-l--157\% {
    padding-left: -157%;
  }
  .tablet-m\:left-157\% {
    left: 157%;
  }
  .tablet-m\:left--157\% {
    left: -157%;
  }
  .tablet-m\:m-r-157\% {
    margin-right: 157%;
  }
  .tablet-m\:m-r--157\% {
    margin-right: -157%;
  }
  .tablet-m\:p-r-157\% {
    padding-right: 157%;
  }
  .tablet-m\:p-r--157\% {
    padding-right: -157%;
  }
  .tablet-m\:right-157\% {
    right: 157%;
  }
  .tablet-m\:right--157\% {
    right: -157%;
  }
  .tablet-m\:h-157\% {
    height: 157%;
  }
  .tablet-m\:w-157\% {
    width: 157%;
  }
  .tablet-m\:max_h-157\% {
    max-height: 157%;
  }
  .tablet-m\:max_w-157\% {
    max-width: 157%;
  }
  .tablet-m\:min_h-157\% {
    min-height: 157%;
  }
  .tablet-m\:min_w-157\% {
    min-width: 157%;
  }
  .tablet-m\:h-157vh {
    height: 157vh;
  }
  .tablet-m\:w-157vw {
    width: 157vw;
  }
  .tablet-m\:min_w-157vw {
    min-width: 157vw;
  }
  .tablet-m\:min_h-157vh {
    min-height: 157vh;
  }
  .tablet-m\:max_w-157vw {
    max-width: 157vw;
  }
  .tablet-m\:max_h-157vh {
    max-height: 157vh;
  }
  .tablet-m\:m-t-158\% {
    margin-top: 158%;
  }
  .tablet-m\:m-t--158\% {
    margin-top: -158%;
  }
  .tablet-m\:p-t-158\% {
    padding-top: 158%;
  }
  .tablet-m\:p-t--158\% {
    padding-top: -158%;
  }
  .tablet-m\:top-158\% {
    top: 158%;
  }
  .tablet-m\:top--158\% {
    top: -158%;
  }
  .tablet-m\:m-b-158\% {
    margin-bottom: 158%;
  }
  .tablet-m\:m-b--158\% {
    margin-bottom: -158%;
  }
  .tablet-m\:p-b-158\% {
    padding-bottom: 158%;
  }
  .tablet-m\:p-b--158\% {
    padding-bottom: -158%;
  }
  .tablet-m\:bottom-158\% {
    bottom: 158%;
  }
  .tablet-m\:bottom--158\% {
    bottom: -158%;
  }
  .tablet-m\:m-l-158\% {
    margin-left: 158%;
  }
  .tablet-m\:m-l--158\% {
    margin-left: -158%;
  }
  .tablet-m\:p-l-158\% {
    padding-left: 158%;
  }
  .tablet-m\:p-l--158\% {
    padding-left: -158%;
  }
  .tablet-m\:left-158\% {
    left: 158%;
  }
  .tablet-m\:left--158\% {
    left: -158%;
  }
  .tablet-m\:m-r-158\% {
    margin-right: 158%;
  }
  .tablet-m\:m-r--158\% {
    margin-right: -158%;
  }
  .tablet-m\:p-r-158\% {
    padding-right: 158%;
  }
  .tablet-m\:p-r--158\% {
    padding-right: -158%;
  }
  .tablet-m\:right-158\% {
    right: 158%;
  }
  .tablet-m\:right--158\% {
    right: -158%;
  }
  .tablet-m\:h-158\% {
    height: 158%;
  }
  .tablet-m\:w-158\% {
    width: 158%;
  }
  .tablet-m\:max_h-158\% {
    max-height: 158%;
  }
  .tablet-m\:max_w-158\% {
    max-width: 158%;
  }
  .tablet-m\:min_h-158\% {
    min-height: 158%;
  }
  .tablet-m\:min_w-158\% {
    min-width: 158%;
  }
  .tablet-m\:h-158vh {
    height: 158vh;
  }
  .tablet-m\:w-158vw {
    width: 158vw;
  }
  .tablet-m\:min_w-158vw {
    min-width: 158vw;
  }
  .tablet-m\:min_h-158vh {
    min-height: 158vh;
  }
  .tablet-m\:max_w-158vw {
    max-width: 158vw;
  }
  .tablet-m\:max_h-158vh {
    max-height: 158vh;
  }
  .tablet-m\:m-t-159\% {
    margin-top: 159%;
  }
  .tablet-m\:m-t--159\% {
    margin-top: -159%;
  }
  .tablet-m\:p-t-159\% {
    padding-top: 159%;
  }
  .tablet-m\:p-t--159\% {
    padding-top: -159%;
  }
  .tablet-m\:top-159\% {
    top: 159%;
  }
  .tablet-m\:top--159\% {
    top: -159%;
  }
  .tablet-m\:m-b-159\% {
    margin-bottom: 159%;
  }
  .tablet-m\:m-b--159\% {
    margin-bottom: -159%;
  }
  .tablet-m\:p-b-159\% {
    padding-bottom: 159%;
  }
  .tablet-m\:p-b--159\% {
    padding-bottom: -159%;
  }
  .tablet-m\:bottom-159\% {
    bottom: 159%;
  }
  .tablet-m\:bottom--159\% {
    bottom: -159%;
  }
  .tablet-m\:m-l-159\% {
    margin-left: 159%;
  }
  .tablet-m\:m-l--159\% {
    margin-left: -159%;
  }
  .tablet-m\:p-l-159\% {
    padding-left: 159%;
  }
  .tablet-m\:p-l--159\% {
    padding-left: -159%;
  }
  .tablet-m\:left-159\% {
    left: 159%;
  }
  .tablet-m\:left--159\% {
    left: -159%;
  }
  .tablet-m\:m-r-159\% {
    margin-right: 159%;
  }
  .tablet-m\:m-r--159\% {
    margin-right: -159%;
  }
  .tablet-m\:p-r-159\% {
    padding-right: 159%;
  }
  .tablet-m\:p-r--159\% {
    padding-right: -159%;
  }
  .tablet-m\:right-159\% {
    right: 159%;
  }
  .tablet-m\:right--159\% {
    right: -159%;
  }
  .tablet-m\:h-159\% {
    height: 159%;
  }
  .tablet-m\:w-159\% {
    width: 159%;
  }
  .tablet-m\:max_h-159\% {
    max-height: 159%;
  }
  .tablet-m\:max_w-159\% {
    max-width: 159%;
  }
  .tablet-m\:min_h-159\% {
    min-height: 159%;
  }
  .tablet-m\:min_w-159\% {
    min-width: 159%;
  }
  .tablet-m\:h-159vh {
    height: 159vh;
  }
  .tablet-m\:w-159vw {
    width: 159vw;
  }
  .tablet-m\:min_w-159vw {
    min-width: 159vw;
  }
  .tablet-m\:min_h-159vh {
    min-height: 159vh;
  }
  .tablet-m\:max_w-159vw {
    max-width: 159vw;
  }
  .tablet-m\:max_h-159vh {
    max-height: 159vh;
  }
  .tablet-m\:m-t-160\% {
    margin-top: 160%;
  }
  .tablet-m\:m-t--160\% {
    margin-top: -160%;
  }
  .tablet-m\:p-t-160\% {
    padding-top: 160%;
  }
  .tablet-m\:p-t--160\% {
    padding-top: -160%;
  }
  .tablet-m\:top-160\% {
    top: 160%;
  }
  .tablet-m\:top--160\% {
    top: -160%;
  }
  .tablet-m\:m-b-160\% {
    margin-bottom: 160%;
  }
  .tablet-m\:m-b--160\% {
    margin-bottom: -160%;
  }
  .tablet-m\:p-b-160\% {
    padding-bottom: 160%;
  }
  .tablet-m\:p-b--160\% {
    padding-bottom: -160%;
  }
  .tablet-m\:bottom-160\% {
    bottom: 160%;
  }
  .tablet-m\:bottom--160\% {
    bottom: -160%;
  }
  .tablet-m\:m-l-160\% {
    margin-left: 160%;
  }
  .tablet-m\:m-l--160\% {
    margin-left: -160%;
  }
  .tablet-m\:p-l-160\% {
    padding-left: 160%;
  }
  .tablet-m\:p-l--160\% {
    padding-left: -160%;
  }
  .tablet-m\:left-160\% {
    left: 160%;
  }
  .tablet-m\:left--160\% {
    left: -160%;
  }
  .tablet-m\:m-r-160\% {
    margin-right: 160%;
  }
  .tablet-m\:m-r--160\% {
    margin-right: -160%;
  }
  .tablet-m\:p-r-160\% {
    padding-right: 160%;
  }
  .tablet-m\:p-r--160\% {
    padding-right: -160%;
  }
  .tablet-m\:right-160\% {
    right: 160%;
  }
  .tablet-m\:right--160\% {
    right: -160%;
  }
  .tablet-m\:h-160\% {
    height: 160%;
  }
  .tablet-m\:w-160\% {
    width: 160%;
  }
  .tablet-m\:max_h-160\% {
    max-height: 160%;
  }
  .tablet-m\:max_w-160\% {
    max-width: 160%;
  }
  .tablet-m\:min_h-160\% {
    min-height: 160%;
  }
  .tablet-m\:min_w-160\% {
    min-width: 160%;
  }
  .tablet-m\:h-160vh {
    height: 160vh;
  }
  .tablet-m\:w-160vw {
    width: 160vw;
  }
  .tablet-m\:min_w-160vw {
    min-width: 160vw;
  }
  .tablet-m\:min_h-160vh {
    min-height: 160vh;
  }
  .tablet-m\:max_w-160vw {
    max-width: 160vw;
  }
  .tablet-m\:max_h-160vh {
    max-height: 160vh;
  }
  .tablet-m\:m-t-161\% {
    margin-top: 161%;
  }
  .tablet-m\:m-t--161\% {
    margin-top: -161%;
  }
  .tablet-m\:p-t-161\% {
    padding-top: 161%;
  }
  .tablet-m\:p-t--161\% {
    padding-top: -161%;
  }
  .tablet-m\:top-161\% {
    top: 161%;
  }
  .tablet-m\:top--161\% {
    top: -161%;
  }
  .tablet-m\:m-b-161\% {
    margin-bottom: 161%;
  }
  .tablet-m\:m-b--161\% {
    margin-bottom: -161%;
  }
  .tablet-m\:p-b-161\% {
    padding-bottom: 161%;
  }
  .tablet-m\:p-b--161\% {
    padding-bottom: -161%;
  }
  .tablet-m\:bottom-161\% {
    bottom: 161%;
  }
  .tablet-m\:bottom--161\% {
    bottom: -161%;
  }
  .tablet-m\:m-l-161\% {
    margin-left: 161%;
  }
  .tablet-m\:m-l--161\% {
    margin-left: -161%;
  }
  .tablet-m\:p-l-161\% {
    padding-left: 161%;
  }
  .tablet-m\:p-l--161\% {
    padding-left: -161%;
  }
  .tablet-m\:left-161\% {
    left: 161%;
  }
  .tablet-m\:left--161\% {
    left: -161%;
  }
  .tablet-m\:m-r-161\% {
    margin-right: 161%;
  }
  .tablet-m\:m-r--161\% {
    margin-right: -161%;
  }
  .tablet-m\:p-r-161\% {
    padding-right: 161%;
  }
  .tablet-m\:p-r--161\% {
    padding-right: -161%;
  }
  .tablet-m\:right-161\% {
    right: 161%;
  }
  .tablet-m\:right--161\% {
    right: -161%;
  }
  .tablet-m\:h-161\% {
    height: 161%;
  }
  .tablet-m\:w-161\% {
    width: 161%;
  }
  .tablet-m\:max_h-161\% {
    max-height: 161%;
  }
  .tablet-m\:max_w-161\% {
    max-width: 161%;
  }
  .tablet-m\:min_h-161\% {
    min-height: 161%;
  }
  .tablet-m\:min_w-161\% {
    min-width: 161%;
  }
  .tablet-m\:h-161vh {
    height: 161vh;
  }
  .tablet-m\:w-161vw {
    width: 161vw;
  }
  .tablet-m\:min_w-161vw {
    min-width: 161vw;
  }
  .tablet-m\:min_h-161vh {
    min-height: 161vh;
  }
  .tablet-m\:max_w-161vw {
    max-width: 161vw;
  }
  .tablet-m\:max_h-161vh {
    max-height: 161vh;
  }
  .tablet-m\:m-t-162\% {
    margin-top: 162%;
  }
  .tablet-m\:m-t--162\% {
    margin-top: -162%;
  }
  .tablet-m\:p-t-162\% {
    padding-top: 162%;
  }
  .tablet-m\:p-t--162\% {
    padding-top: -162%;
  }
  .tablet-m\:top-162\% {
    top: 162%;
  }
  .tablet-m\:top--162\% {
    top: -162%;
  }
  .tablet-m\:m-b-162\% {
    margin-bottom: 162%;
  }
  .tablet-m\:m-b--162\% {
    margin-bottom: -162%;
  }
  .tablet-m\:p-b-162\% {
    padding-bottom: 162%;
  }
  .tablet-m\:p-b--162\% {
    padding-bottom: -162%;
  }
  .tablet-m\:bottom-162\% {
    bottom: 162%;
  }
  .tablet-m\:bottom--162\% {
    bottom: -162%;
  }
  .tablet-m\:m-l-162\% {
    margin-left: 162%;
  }
  .tablet-m\:m-l--162\% {
    margin-left: -162%;
  }
  .tablet-m\:p-l-162\% {
    padding-left: 162%;
  }
  .tablet-m\:p-l--162\% {
    padding-left: -162%;
  }
  .tablet-m\:left-162\% {
    left: 162%;
  }
  .tablet-m\:left--162\% {
    left: -162%;
  }
  .tablet-m\:m-r-162\% {
    margin-right: 162%;
  }
  .tablet-m\:m-r--162\% {
    margin-right: -162%;
  }
  .tablet-m\:p-r-162\% {
    padding-right: 162%;
  }
  .tablet-m\:p-r--162\% {
    padding-right: -162%;
  }
  .tablet-m\:right-162\% {
    right: 162%;
  }
  .tablet-m\:right--162\% {
    right: -162%;
  }
  .tablet-m\:h-162\% {
    height: 162%;
  }
  .tablet-m\:w-162\% {
    width: 162%;
  }
  .tablet-m\:max_h-162\% {
    max-height: 162%;
  }
  .tablet-m\:max_w-162\% {
    max-width: 162%;
  }
  .tablet-m\:min_h-162\% {
    min-height: 162%;
  }
  .tablet-m\:min_w-162\% {
    min-width: 162%;
  }
  .tablet-m\:h-162vh {
    height: 162vh;
  }
  .tablet-m\:w-162vw {
    width: 162vw;
  }
  .tablet-m\:min_w-162vw {
    min-width: 162vw;
  }
  .tablet-m\:min_h-162vh {
    min-height: 162vh;
  }
  .tablet-m\:max_w-162vw {
    max-width: 162vw;
  }
  .tablet-m\:max_h-162vh {
    max-height: 162vh;
  }
  .tablet-m\:m-t-163\% {
    margin-top: 163%;
  }
  .tablet-m\:m-t--163\% {
    margin-top: -163%;
  }
  .tablet-m\:p-t-163\% {
    padding-top: 163%;
  }
  .tablet-m\:p-t--163\% {
    padding-top: -163%;
  }
  .tablet-m\:top-163\% {
    top: 163%;
  }
  .tablet-m\:top--163\% {
    top: -163%;
  }
  .tablet-m\:m-b-163\% {
    margin-bottom: 163%;
  }
  .tablet-m\:m-b--163\% {
    margin-bottom: -163%;
  }
  .tablet-m\:p-b-163\% {
    padding-bottom: 163%;
  }
  .tablet-m\:p-b--163\% {
    padding-bottom: -163%;
  }
  .tablet-m\:bottom-163\% {
    bottom: 163%;
  }
  .tablet-m\:bottom--163\% {
    bottom: -163%;
  }
  .tablet-m\:m-l-163\% {
    margin-left: 163%;
  }
  .tablet-m\:m-l--163\% {
    margin-left: -163%;
  }
  .tablet-m\:p-l-163\% {
    padding-left: 163%;
  }
  .tablet-m\:p-l--163\% {
    padding-left: -163%;
  }
  .tablet-m\:left-163\% {
    left: 163%;
  }
  .tablet-m\:left--163\% {
    left: -163%;
  }
  .tablet-m\:m-r-163\% {
    margin-right: 163%;
  }
  .tablet-m\:m-r--163\% {
    margin-right: -163%;
  }
  .tablet-m\:p-r-163\% {
    padding-right: 163%;
  }
  .tablet-m\:p-r--163\% {
    padding-right: -163%;
  }
  .tablet-m\:right-163\% {
    right: 163%;
  }
  .tablet-m\:right--163\% {
    right: -163%;
  }
  .tablet-m\:h-163\% {
    height: 163%;
  }
  .tablet-m\:w-163\% {
    width: 163%;
  }
  .tablet-m\:max_h-163\% {
    max-height: 163%;
  }
  .tablet-m\:max_w-163\% {
    max-width: 163%;
  }
  .tablet-m\:min_h-163\% {
    min-height: 163%;
  }
  .tablet-m\:min_w-163\% {
    min-width: 163%;
  }
  .tablet-m\:h-163vh {
    height: 163vh;
  }
  .tablet-m\:w-163vw {
    width: 163vw;
  }
  .tablet-m\:min_w-163vw {
    min-width: 163vw;
  }
  .tablet-m\:min_h-163vh {
    min-height: 163vh;
  }
  .tablet-m\:max_w-163vw {
    max-width: 163vw;
  }
  .tablet-m\:max_h-163vh {
    max-height: 163vh;
  }
  .tablet-m\:m-t-164\% {
    margin-top: 164%;
  }
  .tablet-m\:m-t--164\% {
    margin-top: -164%;
  }
  .tablet-m\:p-t-164\% {
    padding-top: 164%;
  }
  .tablet-m\:p-t--164\% {
    padding-top: -164%;
  }
  .tablet-m\:top-164\% {
    top: 164%;
  }
  .tablet-m\:top--164\% {
    top: -164%;
  }
  .tablet-m\:m-b-164\% {
    margin-bottom: 164%;
  }
  .tablet-m\:m-b--164\% {
    margin-bottom: -164%;
  }
  .tablet-m\:p-b-164\% {
    padding-bottom: 164%;
  }
  .tablet-m\:p-b--164\% {
    padding-bottom: -164%;
  }
  .tablet-m\:bottom-164\% {
    bottom: 164%;
  }
  .tablet-m\:bottom--164\% {
    bottom: -164%;
  }
  .tablet-m\:m-l-164\% {
    margin-left: 164%;
  }
  .tablet-m\:m-l--164\% {
    margin-left: -164%;
  }
  .tablet-m\:p-l-164\% {
    padding-left: 164%;
  }
  .tablet-m\:p-l--164\% {
    padding-left: -164%;
  }
  .tablet-m\:left-164\% {
    left: 164%;
  }
  .tablet-m\:left--164\% {
    left: -164%;
  }
  .tablet-m\:m-r-164\% {
    margin-right: 164%;
  }
  .tablet-m\:m-r--164\% {
    margin-right: -164%;
  }
  .tablet-m\:p-r-164\% {
    padding-right: 164%;
  }
  .tablet-m\:p-r--164\% {
    padding-right: -164%;
  }
  .tablet-m\:right-164\% {
    right: 164%;
  }
  .tablet-m\:right--164\% {
    right: -164%;
  }
  .tablet-m\:h-164\% {
    height: 164%;
  }
  .tablet-m\:w-164\% {
    width: 164%;
  }
  .tablet-m\:max_h-164\% {
    max-height: 164%;
  }
  .tablet-m\:max_w-164\% {
    max-width: 164%;
  }
  .tablet-m\:min_h-164\% {
    min-height: 164%;
  }
  .tablet-m\:min_w-164\% {
    min-width: 164%;
  }
  .tablet-m\:h-164vh {
    height: 164vh;
  }
  .tablet-m\:w-164vw {
    width: 164vw;
  }
  .tablet-m\:min_w-164vw {
    min-width: 164vw;
  }
  .tablet-m\:min_h-164vh {
    min-height: 164vh;
  }
  .tablet-m\:max_w-164vw {
    max-width: 164vw;
  }
  .tablet-m\:max_h-164vh {
    max-height: 164vh;
  }
  .tablet-m\:m-t-165\% {
    margin-top: 165%;
  }
  .tablet-m\:m-t--165\% {
    margin-top: -165%;
  }
  .tablet-m\:p-t-165\% {
    padding-top: 165%;
  }
  .tablet-m\:p-t--165\% {
    padding-top: -165%;
  }
  .tablet-m\:top-165\% {
    top: 165%;
  }
  .tablet-m\:top--165\% {
    top: -165%;
  }
  .tablet-m\:m-b-165\% {
    margin-bottom: 165%;
  }
  .tablet-m\:m-b--165\% {
    margin-bottom: -165%;
  }
  .tablet-m\:p-b-165\% {
    padding-bottom: 165%;
  }
  .tablet-m\:p-b--165\% {
    padding-bottom: -165%;
  }
  .tablet-m\:bottom-165\% {
    bottom: 165%;
  }
  .tablet-m\:bottom--165\% {
    bottom: -165%;
  }
  .tablet-m\:m-l-165\% {
    margin-left: 165%;
  }
  .tablet-m\:m-l--165\% {
    margin-left: -165%;
  }
  .tablet-m\:p-l-165\% {
    padding-left: 165%;
  }
  .tablet-m\:p-l--165\% {
    padding-left: -165%;
  }
  .tablet-m\:left-165\% {
    left: 165%;
  }
  .tablet-m\:left--165\% {
    left: -165%;
  }
  .tablet-m\:m-r-165\% {
    margin-right: 165%;
  }
  .tablet-m\:m-r--165\% {
    margin-right: -165%;
  }
  .tablet-m\:p-r-165\% {
    padding-right: 165%;
  }
  .tablet-m\:p-r--165\% {
    padding-right: -165%;
  }
  .tablet-m\:right-165\% {
    right: 165%;
  }
  .tablet-m\:right--165\% {
    right: -165%;
  }
  .tablet-m\:h-165\% {
    height: 165%;
  }
  .tablet-m\:w-165\% {
    width: 165%;
  }
  .tablet-m\:max_h-165\% {
    max-height: 165%;
  }
  .tablet-m\:max_w-165\% {
    max-width: 165%;
  }
  .tablet-m\:min_h-165\% {
    min-height: 165%;
  }
  .tablet-m\:min_w-165\% {
    min-width: 165%;
  }
  .tablet-m\:h-165vh {
    height: 165vh;
  }
  .tablet-m\:w-165vw {
    width: 165vw;
  }
  .tablet-m\:min_w-165vw {
    min-width: 165vw;
  }
  .tablet-m\:min_h-165vh {
    min-height: 165vh;
  }
  .tablet-m\:max_w-165vw {
    max-width: 165vw;
  }
  .tablet-m\:max_h-165vh {
    max-height: 165vh;
  }
  .tablet-m\:m-t-166\% {
    margin-top: 166%;
  }
  .tablet-m\:m-t--166\% {
    margin-top: -166%;
  }
  .tablet-m\:p-t-166\% {
    padding-top: 166%;
  }
  .tablet-m\:p-t--166\% {
    padding-top: -166%;
  }
  .tablet-m\:top-166\% {
    top: 166%;
  }
  .tablet-m\:top--166\% {
    top: -166%;
  }
  .tablet-m\:m-b-166\% {
    margin-bottom: 166%;
  }
  .tablet-m\:m-b--166\% {
    margin-bottom: -166%;
  }
  .tablet-m\:p-b-166\% {
    padding-bottom: 166%;
  }
  .tablet-m\:p-b--166\% {
    padding-bottom: -166%;
  }
  .tablet-m\:bottom-166\% {
    bottom: 166%;
  }
  .tablet-m\:bottom--166\% {
    bottom: -166%;
  }
  .tablet-m\:m-l-166\% {
    margin-left: 166%;
  }
  .tablet-m\:m-l--166\% {
    margin-left: -166%;
  }
  .tablet-m\:p-l-166\% {
    padding-left: 166%;
  }
  .tablet-m\:p-l--166\% {
    padding-left: -166%;
  }
  .tablet-m\:left-166\% {
    left: 166%;
  }
  .tablet-m\:left--166\% {
    left: -166%;
  }
  .tablet-m\:m-r-166\% {
    margin-right: 166%;
  }
  .tablet-m\:m-r--166\% {
    margin-right: -166%;
  }
  .tablet-m\:p-r-166\% {
    padding-right: 166%;
  }
  .tablet-m\:p-r--166\% {
    padding-right: -166%;
  }
  .tablet-m\:right-166\% {
    right: 166%;
  }
  .tablet-m\:right--166\% {
    right: -166%;
  }
  .tablet-m\:h-166\% {
    height: 166%;
  }
  .tablet-m\:w-166\% {
    width: 166%;
  }
  .tablet-m\:max_h-166\% {
    max-height: 166%;
  }
  .tablet-m\:max_w-166\% {
    max-width: 166%;
  }
  .tablet-m\:min_h-166\% {
    min-height: 166%;
  }
  .tablet-m\:min_w-166\% {
    min-width: 166%;
  }
  .tablet-m\:h-166vh {
    height: 166vh;
  }
  .tablet-m\:w-166vw {
    width: 166vw;
  }
  .tablet-m\:min_w-166vw {
    min-width: 166vw;
  }
  .tablet-m\:min_h-166vh {
    min-height: 166vh;
  }
  .tablet-m\:max_w-166vw {
    max-width: 166vw;
  }
  .tablet-m\:max_h-166vh {
    max-height: 166vh;
  }
  .tablet-m\:m-t-167\% {
    margin-top: 167%;
  }
  .tablet-m\:m-t--167\% {
    margin-top: -167%;
  }
  .tablet-m\:p-t-167\% {
    padding-top: 167%;
  }
  .tablet-m\:p-t--167\% {
    padding-top: -167%;
  }
  .tablet-m\:top-167\% {
    top: 167%;
  }
  .tablet-m\:top--167\% {
    top: -167%;
  }
  .tablet-m\:m-b-167\% {
    margin-bottom: 167%;
  }
  .tablet-m\:m-b--167\% {
    margin-bottom: -167%;
  }
  .tablet-m\:p-b-167\% {
    padding-bottom: 167%;
  }
  .tablet-m\:p-b--167\% {
    padding-bottom: -167%;
  }
  .tablet-m\:bottom-167\% {
    bottom: 167%;
  }
  .tablet-m\:bottom--167\% {
    bottom: -167%;
  }
  .tablet-m\:m-l-167\% {
    margin-left: 167%;
  }
  .tablet-m\:m-l--167\% {
    margin-left: -167%;
  }
  .tablet-m\:p-l-167\% {
    padding-left: 167%;
  }
  .tablet-m\:p-l--167\% {
    padding-left: -167%;
  }
  .tablet-m\:left-167\% {
    left: 167%;
  }
  .tablet-m\:left--167\% {
    left: -167%;
  }
  .tablet-m\:m-r-167\% {
    margin-right: 167%;
  }
  .tablet-m\:m-r--167\% {
    margin-right: -167%;
  }
  .tablet-m\:p-r-167\% {
    padding-right: 167%;
  }
  .tablet-m\:p-r--167\% {
    padding-right: -167%;
  }
  .tablet-m\:right-167\% {
    right: 167%;
  }
  .tablet-m\:right--167\% {
    right: -167%;
  }
  .tablet-m\:h-167\% {
    height: 167%;
  }
  .tablet-m\:w-167\% {
    width: 167%;
  }
  .tablet-m\:max_h-167\% {
    max-height: 167%;
  }
  .tablet-m\:max_w-167\% {
    max-width: 167%;
  }
  .tablet-m\:min_h-167\% {
    min-height: 167%;
  }
  .tablet-m\:min_w-167\% {
    min-width: 167%;
  }
  .tablet-m\:h-167vh {
    height: 167vh;
  }
  .tablet-m\:w-167vw {
    width: 167vw;
  }
  .tablet-m\:min_w-167vw {
    min-width: 167vw;
  }
  .tablet-m\:min_h-167vh {
    min-height: 167vh;
  }
  .tablet-m\:max_w-167vw {
    max-width: 167vw;
  }
  .tablet-m\:max_h-167vh {
    max-height: 167vh;
  }
  .tablet-m\:m-t-168\% {
    margin-top: 168%;
  }
  .tablet-m\:m-t--168\% {
    margin-top: -168%;
  }
  .tablet-m\:p-t-168\% {
    padding-top: 168%;
  }
  .tablet-m\:p-t--168\% {
    padding-top: -168%;
  }
  .tablet-m\:top-168\% {
    top: 168%;
  }
  .tablet-m\:top--168\% {
    top: -168%;
  }
  .tablet-m\:m-b-168\% {
    margin-bottom: 168%;
  }
  .tablet-m\:m-b--168\% {
    margin-bottom: -168%;
  }
  .tablet-m\:p-b-168\% {
    padding-bottom: 168%;
  }
  .tablet-m\:p-b--168\% {
    padding-bottom: -168%;
  }
  .tablet-m\:bottom-168\% {
    bottom: 168%;
  }
  .tablet-m\:bottom--168\% {
    bottom: -168%;
  }
  .tablet-m\:m-l-168\% {
    margin-left: 168%;
  }
  .tablet-m\:m-l--168\% {
    margin-left: -168%;
  }
  .tablet-m\:p-l-168\% {
    padding-left: 168%;
  }
  .tablet-m\:p-l--168\% {
    padding-left: -168%;
  }
  .tablet-m\:left-168\% {
    left: 168%;
  }
  .tablet-m\:left--168\% {
    left: -168%;
  }
  .tablet-m\:m-r-168\% {
    margin-right: 168%;
  }
  .tablet-m\:m-r--168\% {
    margin-right: -168%;
  }
  .tablet-m\:p-r-168\% {
    padding-right: 168%;
  }
  .tablet-m\:p-r--168\% {
    padding-right: -168%;
  }
  .tablet-m\:right-168\% {
    right: 168%;
  }
  .tablet-m\:right--168\% {
    right: -168%;
  }
  .tablet-m\:h-168\% {
    height: 168%;
  }
  .tablet-m\:w-168\% {
    width: 168%;
  }
  .tablet-m\:max_h-168\% {
    max-height: 168%;
  }
  .tablet-m\:max_w-168\% {
    max-width: 168%;
  }
  .tablet-m\:min_h-168\% {
    min-height: 168%;
  }
  .tablet-m\:min_w-168\% {
    min-width: 168%;
  }
  .tablet-m\:h-168vh {
    height: 168vh;
  }
  .tablet-m\:w-168vw {
    width: 168vw;
  }
  .tablet-m\:min_w-168vw {
    min-width: 168vw;
  }
  .tablet-m\:min_h-168vh {
    min-height: 168vh;
  }
  .tablet-m\:max_w-168vw {
    max-width: 168vw;
  }
  .tablet-m\:max_h-168vh {
    max-height: 168vh;
  }
  .tablet-m\:m-t-169\% {
    margin-top: 169%;
  }
  .tablet-m\:m-t--169\% {
    margin-top: -169%;
  }
  .tablet-m\:p-t-169\% {
    padding-top: 169%;
  }
  .tablet-m\:p-t--169\% {
    padding-top: -169%;
  }
  .tablet-m\:top-169\% {
    top: 169%;
  }
  .tablet-m\:top--169\% {
    top: -169%;
  }
  .tablet-m\:m-b-169\% {
    margin-bottom: 169%;
  }
  .tablet-m\:m-b--169\% {
    margin-bottom: -169%;
  }
  .tablet-m\:p-b-169\% {
    padding-bottom: 169%;
  }
  .tablet-m\:p-b--169\% {
    padding-bottom: -169%;
  }
  .tablet-m\:bottom-169\% {
    bottom: 169%;
  }
  .tablet-m\:bottom--169\% {
    bottom: -169%;
  }
  .tablet-m\:m-l-169\% {
    margin-left: 169%;
  }
  .tablet-m\:m-l--169\% {
    margin-left: -169%;
  }
  .tablet-m\:p-l-169\% {
    padding-left: 169%;
  }
  .tablet-m\:p-l--169\% {
    padding-left: -169%;
  }
  .tablet-m\:left-169\% {
    left: 169%;
  }
  .tablet-m\:left--169\% {
    left: -169%;
  }
  .tablet-m\:m-r-169\% {
    margin-right: 169%;
  }
  .tablet-m\:m-r--169\% {
    margin-right: -169%;
  }
  .tablet-m\:p-r-169\% {
    padding-right: 169%;
  }
  .tablet-m\:p-r--169\% {
    padding-right: -169%;
  }
  .tablet-m\:right-169\% {
    right: 169%;
  }
  .tablet-m\:right--169\% {
    right: -169%;
  }
  .tablet-m\:h-169\% {
    height: 169%;
  }
  .tablet-m\:w-169\% {
    width: 169%;
  }
  .tablet-m\:max_h-169\% {
    max-height: 169%;
  }
  .tablet-m\:max_w-169\% {
    max-width: 169%;
  }
  .tablet-m\:min_h-169\% {
    min-height: 169%;
  }
  .tablet-m\:min_w-169\% {
    min-width: 169%;
  }
  .tablet-m\:h-169vh {
    height: 169vh;
  }
  .tablet-m\:w-169vw {
    width: 169vw;
  }
  .tablet-m\:min_w-169vw {
    min-width: 169vw;
  }
  .tablet-m\:min_h-169vh {
    min-height: 169vh;
  }
  .tablet-m\:max_w-169vw {
    max-width: 169vw;
  }
  .tablet-m\:max_h-169vh {
    max-height: 169vh;
  }
  .tablet-m\:m-t-170\% {
    margin-top: 170%;
  }
  .tablet-m\:m-t--170\% {
    margin-top: -170%;
  }
  .tablet-m\:p-t-170\% {
    padding-top: 170%;
  }
  .tablet-m\:p-t--170\% {
    padding-top: -170%;
  }
  .tablet-m\:top-170\% {
    top: 170%;
  }
  .tablet-m\:top--170\% {
    top: -170%;
  }
  .tablet-m\:m-b-170\% {
    margin-bottom: 170%;
  }
  .tablet-m\:m-b--170\% {
    margin-bottom: -170%;
  }
  .tablet-m\:p-b-170\% {
    padding-bottom: 170%;
  }
  .tablet-m\:p-b--170\% {
    padding-bottom: -170%;
  }
  .tablet-m\:bottom-170\% {
    bottom: 170%;
  }
  .tablet-m\:bottom--170\% {
    bottom: -170%;
  }
  .tablet-m\:m-l-170\% {
    margin-left: 170%;
  }
  .tablet-m\:m-l--170\% {
    margin-left: -170%;
  }
  .tablet-m\:p-l-170\% {
    padding-left: 170%;
  }
  .tablet-m\:p-l--170\% {
    padding-left: -170%;
  }
  .tablet-m\:left-170\% {
    left: 170%;
  }
  .tablet-m\:left--170\% {
    left: -170%;
  }
  .tablet-m\:m-r-170\% {
    margin-right: 170%;
  }
  .tablet-m\:m-r--170\% {
    margin-right: -170%;
  }
  .tablet-m\:p-r-170\% {
    padding-right: 170%;
  }
  .tablet-m\:p-r--170\% {
    padding-right: -170%;
  }
  .tablet-m\:right-170\% {
    right: 170%;
  }
  .tablet-m\:right--170\% {
    right: -170%;
  }
  .tablet-m\:h-170\% {
    height: 170%;
  }
  .tablet-m\:w-170\% {
    width: 170%;
  }
  .tablet-m\:max_h-170\% {
    max-height: 170%;
  }
  .tablet-m\:max_w-170\% {
    max-width: 170%;
  }
  .tablet-m\:min_h-170\% {
    min-height: 170%;
  }
  .tablet-m\:min_w-170\% {
    min-width: 170%;
  }
  .tablet-m\:h-170vh {
    height: 170vh;
  }
  .tablet-m\:w-170vw {
    width: 170vw;
  }
  .tablet-m\:min_w-170vw {
    min-width: 170vw;
  }
  .tablet-m\:min_h-170vh {
    min-height: 170vh;
  }
  .tablet-m\:max_w-170vw {
    max-width: 170vw;
  }
  .tablet-m\:max_h-170vh {
    max-height: 170vh;
  }
  .tablet-m\:m-t-171\% {
    margin-top: 171%;
  }
  .tablet-m\:m-t--171\% {
    margin-top: -171%;
  }
  .tablet-m\:p-t-171\% {
    padding-top: 171%;
  }
  .tablet-m\:p-t--171\% {
    padding-top: -171%;
  }
  .tablet-m\:top-171\% {
    top: 171%;
  }
  .tablet-m\:top--171\% {
    top: -171%;
  }
  .tablet-m\:m-b-171\% {
    margin-bottom: 171%;
  }
  .tablet-m\:m-b--171\% {
    margin-bottom: -171%;
  }
  .tablet-m\:p-b-171\% {
    padding-bottom: 171%;
  }
  .tablet-m\:p-b--171\% {
    padding-bottom: -171%;
  }
  .tablet-m\:bottom-171\% {
    bottom: 171%;
  }
  .tablet-m\:bottom--171\% {
    bottom: -171%;
  }
  .tablet-m\:m-l-171\% {
    margin-left: 171%;
  }
  .tablet-m\:m-l--171\% {
    margin-left: -171%;
  }
  .tablet-m\:p-l-171\% {
    padding-left: 171%;
  }
  .tablet-m\:p-l--171\% {
    padding-left: -171%;
  }
  .tablet-m\:left-171\% {
    left: 171%;
  }
  .tablet-m\:left--171\% {
    left: -171%;
  }
  .tablet-m\:m-r-171\% {
    margin-right: 171%;
  }
  .tablet-m\:m-r--171\% {
    margin-right: -171%;
  }
  .tablet-m\:p-r-171\% {
    padding-right: 171%;
  }
  .tablet-m\:p-r--171\% {
    padding-right: -171%;
  }
  .tablet-m\:right-171\% {
    right: 171%;
  }
  .tablet-m\:right--171\% {
    right: -171%;
  }
  .tablet-m\:h-171\% {
    height: 171%;
  }
  .tablet-m\:w-171\% {
    width: 171%;
  }
  .tablet-m\:max_h-171\% {
    max-height: 171%;
  }
  .tablet-m\:max_w-171\% {
    max-width: 171%;
  }
  .tablet-m\:min_h-171\% {
    min-height: 171%;
  }
  .tablet-m\:min_w-171\% {
    min-width: 171%;
  }
  .tablet-m\:h-171vh {
    height: 171vh;
  }
  .tablet-m\:w-171vw {
    width: 171vw;
  }
  .tablet-m\:min_w-171vw {
    min-width: 171vw;
  }
  .tablet-m\:min_h-171vh {
    min-height: 171vh;
  }
  .tablet-m\:max_w-171vw {
    max-width: 171vw;
  }
  .tablet-m\:max_h-171vh {
    max-height: 171vh;
  }
  .tablet-m\:m-t-172\% {
    margin-top: 172%;
  }
  .tablet-m\:m-t--172\% {
    margin-top: -172%;
  }
  .tablet-m\:p-t-172\% {
    padding-top: 172%;
  }
  .tablet-m\:p-t--172\% {
    padding-top: -172%;
  }
  .tablet-m\:top-172\% {
    top: 172%;
  }
  .tablet-m\:top--172\% {
    top: -172%;
  }
  .tablet-m\:m-b-172\% {
    margin-bottom: 172%;
  }
  .tablet-m\:m-b--172\% {
    margin-bottom: -172%;
  }
  .tablet-m\:p-b-172\% {
    padding-bottom: 172%;
  }
  .tablet-m\:p-b--172\% {
    padding-bottom: -172%;
  }
  .tablet-m\:bottom-172\% {
    bottom: 172%;
  }
  .tablet-m\:bottom--172\% {
    bottom: -172%;
  }
  .tablet-m\:m-l-172\% {
    margin-left: 172%;
  }
  .tablet-m\:m-l--172\% {
    margin-left: -172%;
  }
  .tablet-m\:p-l-172\% {
    padding-left: 172%;
  }
  .tablet-m\:p-l--172\% {
    padding-left: -172%;
  }
  .tablet-m\:left-172\% {
    left: 172%;
  }
  .tablet-m\:left--172\% {
    left: -172%;
  }
  .tablet-m\:m-r-172\% {
    margin-right: 172%;
  }
  .tablet-m\:m-r--172\% {
    margin-right: -172%;
  }
  .tablet-m\:p-r-172\% {
    padding-right: 172%;
  }
  .tablet-m\:p-r--172\% {
    padding-right: -172%;
  }
  .tablet-m\:right-172\% {
    right: 172%;
  }
  .tablet-m\:right--172\% {
    right: -172%;
  }
  .tablet-m\:h-172\% {
    height: 172%;
  }
  .tablet-m\:w-172\% {
    width: 172%;
  }
  .tablet-m\:max_h-172\% {
    max-height: 172%;
  }
  .tablet-m\:max_w-172\% {
    max-width: 172%;
  }
  .tablet-m\:min_h-172\% {
    min-height: 172%;
  }
  .tablet-m\:min_w-172\% {
    min-width: 172%;
  }
  .tablet-m\:h-172vh {
    height: 172vh;
  }
  .tablet-m\:w-172vw {
    width: 172vw;
  }
  .tablet-m\:min_w-172vw {
    min-width: 172vw;
  }
  .tablet-m\:min_h-172vh {
    min-height: 172vh;
  }
  .tablet-m\:max_w-172vw {
    max-width: 172vw;
  }
  .tablet-m\:max_h-172vh {
    max-height: 172vh;
  }
  .tablet-m\:m-t-173\% {
    margin-top: 173%;
  }
  .tablet-m\:m-t--173\% {
    margin-top: -173%;
  }
  .tablet-m\:p-t-173\% {
    padding-top: 173%;
  }
  .tablet-m\:p-t--173\% {
    padding-top: -173%;
  }
  .tablet-m\:top-173\% {
    top: 173%;
  }
  .tablet-m\:top--173\% {
    top: -173%;
  }
  .tablet-m\:m-b-173\% {
    margin-bottom: 173%;
  }
  .tablet-m\:m-b--173\% {
    margin-bottom: -173%;
  }
  .tablet-m\:p-b-173\% {
    padding-bottom: 173%;
  }
  .tablet-m\:p-b--173\% {
    padding-bottom: -173%;
  }
  .tablet-m\:bottom-173\% {
    bottom: 173%;
  }
  .tablet-m\:bottom--173\% {
    bottom: -173%;
  }
  .tablet-m\:m-l-173\% {
    margin-left: 173%;
  }
  .tablet-m\:m-l--173\% {
    margin-left: -173%;
  }
  .tablet-m\:p-l-173\% {
    padding-left: 173%;
  }
  .tablet-m\:p-l--173\% {
    padding-left: -173%;
  }
  .tablet-m\:left-173\% {
    left: 173%;
  }
  .tablet-m\:left--173\% {
    left: -173%;
  }
  .tablet-m\:m-r-173\% {
    margin-right: 173%;
  }
  .tablet-m\:m-r--173\% {
    margin-right: -173%;
  }
  .tablet-m\:p-r-173\% {
    padding-right: 173%;
  }
  .tablet-m\:p-r--173\% {
    padding-right: -173%;
  }
  .tablet-m\:right-173\% {
    right: 173%;
  }
  .tablet-m\:right--173\% {
    right: -173%;
  }
  .tablet-m\:h-173\% {
    height: 173%;
  }
  .tablet-m\:w-173\% {
    width: 173%;
  }
  .tablet-m\:max_h-173\% {
    max-height: 173%;
  }
  .tablet-m\:max_w-173\% {
    max-width: 173%;
  }
  .tablet-m\:min_h-173\% {
    min-height: 173%;
  }
  .tablet-m\:min_w-173\% {
    min-width: 173%;
  }
  .tablet-m\:h-173vh {
    height: 173vh;
  }
  .tablet-m\:w-173vw {
    width: 173vw;
  }
  .tablet-m\:min_w-173vw {
    min-width: 173vw;
  }
  .tablet-m\:min_h-173vh {
    min-height: 173vh;
  }
  .tablet-m\:max_w-173vw {
    max-width: 173vw;
  }
  .tablet-m\:max_h-173vh {
    max-height: 173vh;
  }
  .tablet-m\:m-t-174\% {
    margin-top: 174%;
  }
  .tablet-m\:m-t--174\% {
    margin-top: -174%;
  }
  .tablet-m\:p-t-174\% {
    padding-top: 174%;
  }
  .tablet-m\:p-t--174\% {
    padding-top: -174%;
  }
  .tablet-m\:top-174\% {
    top: 174%;
  }
  .tablet-m\:top--174\% {
    top: -174%;
  }
  .tablet-m\:m-b-174\% {
    margin-bottom: 174%;
  }
  .tablet-m\:m-b--174\% {
    margin-bottom: -174%;
  }
  .tablet-m\:p-b-174\% {
    padding-bottom: 174%;
  }
  .tablet-m\:p-b--174\% {
    padding-bottom: -174%;
  }
  .tablet-m\:bottom-174\% {
    bottom: 174%;
  }
  .tablet-m\:bottom--174\% {
    bottom: -174%;
  }
  .tablet-m\:m-l-174\% {
    margin-left: 174%;
  }
  .tablet-m\:m-l--174\% {
    margin-left: -174%;
  }
  .tablet-m\:p-l-174\% {
    padding-left: 174%;
  }
  .tablet-m\:p-l--174\% {
    padding-left: -174%;
  }
  .tablet-m\:left-174\% {
    left: 174%;
  }
  .tablet-m\:left--174\% {
    left: -174%;
  }
  .tablet-m\:m-r-174\% {
    margin-right: 174%;
  }
  .tablet-m\:m-r--174\% {
    margin-right: -174%;
  }
  .tablet-m\:p-r-174\% {
    padding-right: 174%;
  }
  .tablet-m\:p-r--174\% {
    padding-right: -174%;
  }
  .tablet-m\:right-174\% {
    right: 174%;
  }
  .tablet-m\:right--174\% {
    right: -174%;
  }
  .tablet-m\:h-174\% {
    height: 174%;
  }
  .tablet-m\:w-174\% {
    width: 174%;
  }
  .tablet-m\:max_h-174\% {
    max-height: 174%;
  }
  .tablet-m\:max_w-174\% {
    max-width: 174%;
  }
  .tablet-m\:min_h-174\% {
    min-height: 174%;
  }
  .tablet-m\:min_w-174\% {
    min-width: 174%;
  }
  .tablet-m\:h-174vh {
    height: 174vh;
  }
  .tablet-m\:w-174vw {
    width: 174vw;
  }
  .tablet-m\:min_w-174vw {
    min-width: 174vw;
  }
  .tablet-m\:min_h-174vh {
    min-height: 174vh;
  }
  .tablet-m\:max_w-174vw {
    max-width: 174vw;
  }
  .tablet-m\:max_h-174vh {
    max-height: 174vh;
  }
  .tablet-m\:m-t-175\% {
    margin-top: 175%;
  }
  .tablet-m\:m-t--175\% {
    margin-top: -175%;
  }
  .tablet-m\:p-t-175\% {
    padding-top: 175%;
  }
  .tablet-m\:p-t--175\% {
    padding-top: -175%;
  }
  .tablet-m\:top-175\% {
    top: 175%;
  }
  .tablet-m\:top--175\% {
    top: -175%;
  }
  .tablet-m\:m-b-175\% {
    margin-bottom: 175%;
  }
  .tablet-m\:m-b--175\% {
    margin-bottom: -175%;
  }
  .tablet-m\:p-b-175\% {
    padding-bottom: 175%;
  }
  .tablet-m\:p-b--175\% {
    padding-bottom: -175%;
  }
  .tablet-m\:bottom-175\% {
    bottom: 175%;
  }
  .tablet-m\:bottom--175\% {
    bottom: -175%;
  }
  .tablet-m\:m-l-175\% {
    margin-left: 175%;
  }
  .tablet-m\:m-l--175\% {
    margin-left: -175%;
  }
  .tablet-m\:p-l-175\% {
    padding-left: 175%;
  }
  .tablet-m\:p-l--175\% {
    padding-left: -175%;
  }
  .tablet-m\:left-175\% {
    left: 175%;
  }
  .tablet-m\:left--175\% {
    left: -175%;
  }
  .tablet-m\:m-r-175\% {
    margin-right: 175%;
  }
  .tablet-m\:m-r--175\% {
    margin-right: -175%;
  }
  .tablet-m\:p-r-175\% {
    padding-right: 175%;
  }
  .tablet-m\:p-r--175\% {
    padding-right: -175%;
  }
  .tablet-m\:right-175\% {
    right: 175%;
  }
  .tablet-m\:right--175\% {
    right: -175%;
  }
  .tablet-m\:h-175\% {
    height: 175%;
  }
  .tablet-m\:w-175\% {
    width: 175%;
  }
  .tablet-m\:max_h-175\% {
    max-height: 175%;
  }
  .tablet-m\:max_w-175\% {
    max-width: 175%;
  }
  .tablet-m\:min_h-175\% {
    min-height: 175%;
  }
  .tablet-m\:min_w-175\% {
    min-width: 175%;
  }
  .tablet-m\:h-175vh {
    height: 175vh;
  }
  .tablet-m\:w-175vw {
    width: 175vw;
  }
  .tablet-m\:min_w-175vw {
    min-width: 175vw;
  }
  .tablet-m\:min_h-175vh {
    min-height: 175vh;
  }
  .tablet-m\:max_w-175vw {
    max-width: 175vw;
  }
  .tablet-m\:max_h-175vh {
    max-height: 175vh;
  }
  .tablet-m\:m-t-176\% {
    margin-top: 176%;
  }
  .tablet-m\:m-t--176\% {
    margin-top: -176%;
  }
  .tablet-m\:p-t-176\% {
    padding-top: 176%;
  }
  .tablet-m\:p-t--176\% {
    padding-top: -176%;
  }
  .tablet-m\:top-176\% {
    top: 176%;
  }
  .tablet-m\:top--176\% {
    top: -176%;
  }
  .tablet-m\:m-b-176\% {
    margin-bottom: 176%;
  }
  .tablet-m\:m-b--176\% {
    margin-bottom: -176%;
  }
  .tablet-m\:p-b-176\% {
    padding-bottom: 176%;
  }
  .tablet-m\:p-b--176\% {
    padding-bottom: -176%;
  }
  .tablet-m\:bottom-176\% {
    bottom: 176%;
  }
  .tablet-m\:bottom--176\% {
    bottom: -176%;
  }
  .tablet-m\:m-l-176\% {
    margin-left: 176%;
  }
  .tablet-m\:m-l--176\% {
    margin-left: -176%;
  }
  .tablet-m\:p-l-176\% {
    padding-left: 176%;
  }
  .tablet-m\:p-l--176\% {
    padding-left: -176%;
  }
  .tablet-m\:left-176\% {
    left: 176%;
  }
  .tablet-m\:left--176\% {
    left: -176%;
  }
  .tablet-m\:m-r-176\% {
    margin-right: 176%;
  }
  .tablet-m\:m-r--176\% {
    margin-right: -176%;
  }
  .tablet-m\:p-r-176\% {
    padding-right: 176%;
  }
  .tablet-m\:p-r--176\% {
    padding-right: -176%;
  }
  .tablet-m\:right-176\% {
    right: 176%;
  }
  .tablet-m\:right--176\% {
    right: -176%;
  }
  .tablet-m\:h-176\% {
    height: 176%;
  }
  .tablet-m\:w-176\% {
    width: 176%;
  }
  .tablet-m\:max_h-176\% {
    max-height: 176%;
  }
  .tablet-m\:max_w-176\% {
    max-width: 176%;
  }
  .tablet-m\:min_h-176\% {
    min-height: 176%;
  }
  .tablet-m\:min_w-176\% {
    min-width: 176%;
  }
  .tablet-m\:h-176vh {
    height: 176vh;
  }
  .tablet-m\:w-176vw {
    width: 176vw;
  }
  .tablet-m\:min_w-176vw {
    min-width: 176vw;
  }
  .tablet-m\:min_h-176vh {
    min-height: 176vh;
  }
  .tablet-m\:max_w-176vw {
    max-width: 176vw;
  }
  .tablet-m\:max_h-176vh {
    max-height: 176vh;
  }
  .tablet-m\:m-t-177\% {
    margin-top: 177%;
  }
  .tablet-m\:m-t--177\% {
    margin-top: -177%;
  }
  .tablet-m\:p-t-177\% {
    padding-top: 177%;
  }
  .tablet-m\:p-t--177\% {
    padding-top: -177%;
  }
  .tablet-m\:top-177\% {
    top: 177%;
  }
  .tablet-m\:top--177\% {
    top: -177%;
  }
  .tablet-m\:m-b-177\% {
    margin-bottom: 177%;
  }
  .tablet-m\:m-b--177\% {
    margin-bottom: -177%;
  }
  .tablet-m\:p-b-177\% {
    padding-bottom: 177%;
  }
  .tablet-m\:p-b--177\% {
    padding-bottom: -177%;
  }
  .tablet-m\:bottom-177\% {
    bottom: 177%;
  }
  .tablet-m\:bottom--177\% {
    bottom: -177%;
  }
  .tablet-m\:m-l-177\% {
    margin-left: 177%;
  }
  .tablet-m\:m-l--177\% {
    margin-left: -177%;
  }
  .tablet-m\:p-l-177\% {
    padding-left: 177%;
  }
  .tablet-m\:p-l--177\% {
    padding-left: -177%;
  }
  .tablet-m\:left-177\% {
    left: 177%;
  }
  .tablet-m\:left--177\% {
    left: -177%;
  }
  .tablet-m\:m-r-177\% {
    margin-right: 177%;
  }
  .tablet-m\:m-r--177\% {
    margin-right: -177%;
  }
  .tablet-m\:p-r-177\% {
    padding-right: 177%;
  }
  .tablet-m\:p-r--177\% {
    padding-right: -177%;
  }
  .tablet-m\:right-177\% {
    right: 177%;
  }
  .tablet-m\:right--177\% {
    right: -177%;
  }
  .tablet-m\:h-177\% {
    height: 177%;
  }
  .tablet-m\:w-177\% {
    width: 177%;
  }
  .tablet-m\:max_h-177\% {
    max-height: 177%;
  }
  .tablet-m\:max_w-177\% {
    max-width: 177%;
  }
  .tablet-m\:min_h-177\% {
    min-height: 177%;
  }
  .tablet-m\:min_w-177\% {
    min-width: 177%;
  }
  .tablet-m\:h-177vh {
    height: 177vh;
  }
  .tablet-m\:w-177vw {
    width: 177vw;
  }
  .tablet-m\:min_w-177vw {
    min-width: 177vw;
  }
  .tablet-m\:min_h-177vh {
    min-height: 177vh;
  }
  .tablet-m\:max_w-177vw {
    max-width: 177vw;
  }
  .tablet-m\:max_h-177vh {
    max-height: 177vh;
  }
  .tablet-m\:m-t-178\% {
    margin-top: 178%;
  }
  .tablet-m\:m-t--178\% {
    margin-top: -178%;
  }
  .tablet-m\:p-t-178\% {
    padding-top: 178%;
  }
  .tablet-m\:p-t--178\% {
    padding-top: -178%;
  }
  .tablet-m\:top-178\% {
    top: 178%;
  }
  .tablet-m\:top--178\% {
    top: -178%;
  }
  .tablet-m\:m-b-178\% {
    margin-bottom: 178%;
  }
  .tablet-m\:m-b--178\% {
    margin-bottom: -178%;
  }
  .tablet-m\:p-b-178\% {
    padding-bottom: 178%;
  }
  .tablet-m\:p-b--178\% {
    padding-bottom: -178%;
  }
  .tablet-m\:bottom-178\% {
    bottom: 178%;
  }
  .tablet-m\:bottom--178\% {
    bottom: -178%;
  }
  .tablet-m\:m-l-178\% {
    margin-left: 178%;
  }
  .tablet-m\:m-l--178\% {
    margin-left: -178%;
  }
  .tablet-m\:p-l-178\% {
    padding-left: 178%;
  }
  .tablet-m\:p-l--178\% {
    padding-left: -178%;
  }
  .tablet-m\:left-178\% {
    left: 178%;
  }
  .tablet-m\:left--178\% {
    left: -178%;
  }
  .tablet-m\:m-r-178\% {
    margin-right: 178%;
  }
  .tablet-m\:m-r--178\% {
    margin-right: -178%;
  }
  .tablet-m\:p-r-178\% {
    padding-right: 178%;
  }
  .tablet-m\:p-r--178\% {
    padding-right: -178%;
  }
  .tablet-m\:right-178\% {
    right: 178%;
  }
  .tablet-m\:right--178\% {
    right: -178%;
  }
  .tablet-m\:h-178\% {
    height: 178%;
  }
  .tablet-m\:w-178\% {
    width: 178%;
  }
  .tablet-m\:max_h-178\% {
    max-height: 178%;
  }
  .tablet-m\:max_w-178\% {
    max-width: 178%;
  }
  .tablet-m\:min_h-178\% {
    min-height: 178%;
  }
  .tablet-m\:min_w-178\% {
    min-width: 178%;
  }
  .tablet-m\:h-178vh {
    height: 178vh;
  }
  .tablet-m\:w-178vw {
    width: 178vw;
  }
  .tablet-m\:min_w-178vw {
    min-width: 178vw;
  }
  .tablet-m\:min_h-178vh {
    min-height: 178vh;
  }
  .tablet-m\:max_w-178vw {
    max-width: 178vw;
  }
  .tablet-m\:max_h-178vh {
    max-height: 178vh;
  }
  .tablet-m\:m-t-179\% {
    margin-top: 179%;
  }
  .tablet-m\:m-t--179\% {
    margin-top: -179%;
  }
  .tablet-m\:p-t-179\% {
    padding-top: 179%;
  }
  .tablet-m\:p-t--179\% {
    padding-top: -179%;
  }
  .tablet-m\:top-179\% {
    top: 179%;
  }
  .tablet-m\:top--179\% {
    top: -179%;
  }
  .tablet-m\:m-b-179\% {
    margin-bottom: 179%;
  }
  .tablet-m\:m-b--179\% {
    margin-bottom: -179%;
  }
  .tablet-m\:p-b-179\% {
    padding-bottom: 179%;
  }
  .tablet-m\:p-b--179\% {
    padding-bottom: -179%;
  }
  .tablet-m\:bottom-179\% {
    bottom: 179%;
  }
  .tablet-m\:bottom--179\% {
    bottom: -179%;
  }
  .tablet-m\:m-l-179\% {
    margin-left: 179%;
  }
  .tablet-m\:m-l--179\% {
    margin-left: -179%;
  }
  .tablet-m\:p-l-179\% {
    padding-left: 179%;
  }
  .tablet-m\:p-l--179\% {
    padding-left: -179%;
  }
  .tablet-m\:left-179\% {
    left: 179%;
  }
  .tablet-m\:left--179\% {
    left: -179%;
  }
  .tablet-m\:m-r-179\% {
    margin-right: 179%;
  }
  .tablet-m\:m-r--179\% {
    margin-right: -179%;
  }
  .tablet-m\:p-r-179\% {
    padding-right: 179%;
  }
  .tablet-m\:p-r--179\% {
    padding-right: -179%;
  }
  .tablet-m\:right-179\% {
    right: 179%;
  }
  .tablet-m\:right--179\% {
    right: -179%;
  }
  .tablet-m\:h-179\% {
    height: 179%;
  }
  .tablet-m\:w-179\% {
    width: 179%;
  }
  .tablet-m\:max_h-179\% {
    max-height: 179%;
  }
  .tablet-m\:max_w-179\% {
    max-width: 179%;
  }
  .tablet-m\:min_h-179\% {
    min-height: 179%;
  }
  .tablet-m\:min_w-179\% {
    min-width: 179%;
  }
  .tablet-m\:h-179vh {
    height: 179vh;
  }
  .tablet-m\:w-179vw {
    width: 179vw;
  }
  .tablet-m\:min_w-179vw {
    min-width: 179vw;
  }
  .tablet-m\:min_h-179vh {
    min-height: 179vh;
  }
  .tablet-m\:max_w-179vw {
    max-width: 179vw;
  }
  .tablet-m\:max_h-179vh {
    max-height: 179vh;
  }
  .tablet-m\:m-t-180\% {
    margin-top: 180%;
  }
  .tablet-m\:m-t--180\% {
    margin-top: -180%;
  }
  .tablet-m\:p-t-180\% {
    padding-top: 180%;
  }
  .tablet-m\:p-t--180\% {
    padding-top: -180%;
  }
  .tablet-m\:top-180\% {
    top: 180%;
  }
  .tablet-m\:top--180\% {
    top: -180%;
  }
  .tablet-m\:m-b-180\% {
    margin-bottom: 180%;
  }
  .tablet-m\:m-b--180\% {
    margin-bottom: -180%;
  }
  .tablet-m\:p-b-180\% {
    padding-bottom: 180%;
  }
  .tablet-m\:p-b--180\% {
    padding-bottom: -180%;
  }
  .tablet-m\:bottom-180\% {
    bottom: 180%;
  }
  .tablet-m\:bottom--180\% {
    bottom: -180%;
  }
  .tablet-m\:m-l-180\% {
    margin-left: 180%;
  }
  .tablet-m\:m-l--180\% {
    margin-left: -180%;
  }
  .tablet-m\:p-l-180\% {
    padding-left: 180%;
  }
  .tablet-m\:p-l--180\% {
    padding-left: -180%;
  }
  .tablet-m\:left-180\% {
    left: 180%;
  }
  .tablet-m\:left--180\% {
    left: -180%;
  }
  .tablet-m\:m-r-180\% {
    margin-right: 180%;
  }
  .tablet-m\:m-r--180\% {
    margin-right: -180%;
  }
  .tablet-m\:p-r-180\% {
    padding-right: 180%;
  }
  .tablet-m\:p-r--180\% {
    padding-right: -180%;
  }
  .tablet-m\:right-180\% {
    right: 180%;
  }
  .tablet-m\:right--180\% {
    right: -180%;
  }
  .tablet-m\:h-180\% {
    height: 180%;
  }
  .tablet-m\:w-180\% {
    width: 180%;
  }
  .tablet-m\:max_h-180\% {
    max-height: 180%;
  }
  .tablet-m\:max_w-180\% {
    max-width: 180%;
  }
  .tablet-m\:min_h-180\% {
    min-height: 180%;
  }
  .tablet-m\:min_w-180\% {
    min-width: 180%;
  }
  .tablet-m\:h-180vh {
    height: 180vh;
  }
  .tablet-m\:w-180vw {
    width: 180vw;
  }
  .tablet-m\:min_w-180vw {
    min-width: 180vw;
  }
  .tablet-m\:min_h-180vh {
    min-height: 180vh;
  }
  .tablet-m\:max_w-180vw {
    max-width: 180vw;
  }
  .tablet-m\:max_h-180vh {
    max-height: 180vh;
  }
  .tablet-m\:m-t-181\% {
    margin-top: 181%;
  }
  .tablet-m\:m-t--181\% {
    margin-top: -181%;
  }
  .tablet-m\:p-t-181\% {
    padding-top: 181%;
  }
  .tablet-m\:p-t--181\% {
    padding-top: -181%;
  }
  .tablet-m\:top-181\% {
    top: 181%;
  }
  .tablet-m\:top--181\% {
    top: -181%;
  }
  .tablet-m\:m-b-181\% {
    margin-bottom: 181%;
  }
  .tablet-m\:m-b--181\% {
    margin-bottom: -181%;
  }
  .tablet-m\:p-b-181\% {
    padding-bottom: 181%;
  }
  .tablet-m\:p-b--181\% {
    padding-bottom: -181%;
  }
  .tablet-m\:bottom-181\% {
    bottom: 181%;
  }
  .tablet-m\:bottom--181\% {
    bottom: -181%;
  }
  .tablet-m\:m-l-181\% {
    margin-left: 181%;
  }
  .tablet-m\:m-l--181\% {
    margin-left: -181%;
  }
  .tablet-m\:p-l-181\% {
    padding-left: 181%;
  }
  .tablet-m\:p-l--181\% {
    padding-left: -181%;
  }
  .tablet-m\:left-181\% {
    left: 181%;
  }
  .tablet-m\:left--181\% {
    left: -181%;
  }
  .tablet-m\:m-r-181\% {
    margin-right: 181%;
  }
  .tablet-m\:m-r--181\% {
    margin-right: -181%;
  }
  .tablet-m\:p-r-181\% {
    padding-right: 181%;
  }
  .tablet-m\:p-r--181\% {
    padding-right: -181%;
  }
  .tablet-m\:right-181\% {
    right: 181%;
  }
  .tablet-m\:right--181\% {
    right: -181%;
  }
  .tablet-m\:h-181\% {
    height: 181%;
  }
  .tablet-m\:w-181\% {
    width: 181%;
  }
  .tablet-m\:max_h-181\% {
    max-height: 181%;
  }
  .tablet-m\:max_w-181\% {
    max-width: 181%;
  }
  .tablet-m\:min_h-181\% {
    min-height: 181%;
  }
  .tablet-m\:min_w-181\% {
    min-width: 181%;
  }
  .tablet-m\:h-181vh {
    height: 181vh;
  }
  .tablet-m\:w-181vw {
    width: 181vw;
  }
  .tablet-m\:min_w-181vw {
    min-width: 181vw;
  }
  .tablet-m\:min_h-181vh {
    min-height: 181vh;
  }
  .tablet-m\:max_w-181vw {
    max-width: 181vw;
  }
  .tablet-m\:max_h-181vh {
    max-height: 181vh;
  }
  .tablet-m\:m-t-182\% {
    margin-top: 182%;
  }
  .tablet-m\:m-t--182\% {
    margin-top: -182%;
  }
  .tablet-m\:p-t-182\% {
    padding-top: 182%;
  }
  .tablet-m\:p-t--182\% {
    padding-top: -182%;
  }
  .tablet-m\:top-182\% {
    top: 182%;
  }
  .tablet-m\:top--182\% {
    top: -182%;
  }
  .tablet-m\:m-b-182\% {
    margin-bottom: 182%;
  }
  .tablet-m\:m-b--182\% {
    margin-bottom: -182%;
  }
  .tablet-m\:p-b-182\% {
    padding-bottom: 182%;
  }
  .tablet-m\:p-b--182\% {
    padding-bottom: -182%;
  }
  .tablet-m\:bottom-182\% {
    bottom: 182%;
  }
  .tablet-m\:bottom--182\% {
    bottom: -182%;
  }
  .tablet-m\:m-l-182\% {
    margin-left: 182%;
  }
  .tablet-m\:m-l--182\% {
    margin-left: -182%;
  }
  .tablet-m\:p-l-182\% {
    padding-left: 182%;
  }
  .tablet-m\:p-l--182\% {
    padding-left: -182%;
  }
  .tablet-m\:left-182\% {
    left: 182%;
  }
  .tablet-m\:left--182\% {
    left: -182%;
  }
  .tablet-m\:m-r-182\% {
    margin-right: 182%;
  }
  .tablet-m\:m-r--182\% {
    margin-right: -182%;
  }
  .tablet-m\:p-r-182\% {
    padding-right: 182%;
  }
  .tablet-m\:p-r--182\% {
    padding-right: -182%;
  }
  .tablet-m\:right-182\% {
    right: 182%;
  }
  .tablet-m\:right--182\% {
    right: -182%;
  }
  .tablet-m\:h-182\% {
    height: 182%;
  }
  .tablet-m\:w-182\% {
    width: 182%;
  }
  .tablet-m\:max_h-182\% {
    max-height: 182%;
  }
  .tablet-m\:max_w-182\% {
    max-width: 182%;
  }
  .tablet-m\:min_h-182\% {
    min-height: 182%;
  }
  .tablet-m\:min_w-182\% {
    min-width: 182%;
  }
  .tablet-m\:h-182vh {
    height: 182vh;
  }
  .tablet-m\:w-182vw {
    width: 182vw;
  }
  .tablet-m\:min_w-182vw {
    min-width: 182vw;
  }
  .tablet-m\:min_h-182vh {
    min-height: 182vh;
  }
  .tablet-m\:max_w-182vw {
    max-width: 182vw;
  }
  .tablet-m\:max_h-182vh {
    max-height: 182vh;
  }
  .tablet-m\:m-t-183\% {
    margin-top: 183%;
  }
  .tablet-m\:m-t--183\% {
    margin-top: -183%;
  }
  .tablet-m\:p-t-183\% {
    padding-top: 183%;
  }
  .tablet-m\:p-t--183\% {
    padding-top: -183%;
  }
  .tablet-m\:top-183\% {
    top: 183%;
  }
  .tablet-m\:top--183\% {
    top: -183%;
  }
  .tablet-m\:m-b-183\% {
    margin-bottom: 183%;
  }
  .tablet-m\:m-b--183\% {
    margin-bottom: -183%;
  }
  .tablet-m\:p-b-183\% {
    padding-bottom: 183%;
  }
  .tablet-m\:p-b--183\% {
    padding-bottom: -183%;
  }
  .tablet-m\:bottom-183\% {
    bottom: 183%;
  }
  .tablet-m\:bottom--183\% {
    bottom: -183%;
  }
  .tablet-m\:m-l-183\% {
    margin-left: 183%;
  }
  .tablet-m\:m-l--183\% {
    margin-left: -183%;
  }
  .tablet-m\:p-l-183\% {
    padding-left: 183%;
  }
  .tablet-m\:p-l--183\% {
    padding-left: -183%;
  }
  .tablet-m\:left-183\% {
    left: 183%;
  }
  .tablet-m\:left--183\% {
    left: -183%;
  }
  .tablet-m\:m-r-183\% {
    margin-right: 183%;
  }
  .tablet-m\:m-r--183\% {
    margin-right: -183%;
  }
  .tablet-m\:p-r-183\% {
    padding-right: 183%;
  }
  .tablet-m\:p-r--183\% {
    padding-right: -183%;
  }
  .tablet-m\:right-183\% {
    right: 183%;
  }
  .tablet-m\:right--183\% {
    right: -183%;
  }
  .tablet-m\:h-183\% {
    height: 183%;
  }
  .tablet-m\:w-183\% {
    width: 183%;
  }
  .tablet-m\:max_h-183\% {
    max-height: 183%;
  }
  .tablet-m\:max_w-183\% {
    max-width: 183%;
  }
  .tablet-m\:min_h-183\% {
    min-height: 183%;
  }
  .tablet-m\:min_w-183\% {
    min-width: 183%;
  }
  .tablet-m\:h-183vh {
    height: 183vh;
  }
  .tablet-m\:w-183vw {
    width: 183vw;
  }
  .tablet-m\:min_w-183vw {
    min-width: 183vw;
  }
  .tablet-m\:min_h-183vh {
    min-height: 183vh;
  }
  .tablet-m\:max_w-183vw {
    max-width: 183vw;
  }
  .tablet-m\:max_h-183vh {
    max-height: 183vh;
  }
  .tablet-m\:m-t-184\% {
    margin-top: 184%;
  }
  .tablet-m\:m-t--184\% {
    margin-top: -184%;
  }
  .tablet-m\:p-t-184\% {
    padding-top: 184%;
  }
  .tablet-m\:p-t--184\% {
    padding-top: -184%;
  }
  .tablet-m\:top-184\% {
    top: 184%;
  }
  .tablet-m\:top--184\% {
    top: -184%;
  }
  .tablet-m\:m-b-184\% {
    margin-bottom: 184%;
  }
  .tablet-m\:m-b--184\% {
    margin-bottom: -184%;
  }
  .tablet-m\:p-b-184\% {
    padding-bottom: 184%;
  }
  .tablet-m\:p-b--184\% {
    padding-bottom: -184%;
  }
  .tablet-m\:bottom-184\% {
    bottom: 184%;
  }
  .tablet-m\:bottom--184\% {
    bottom: -184%;
  }
  .tablet-m\:m-l-184\% {
    margin-left: 184%;
  }
  .tablet-m\:m-l--184\% {
    margin-left: -184%;
  }
  .tablet-m\:p-l-184\% {
    padding-left: 184%;
  }
  .tablet-m\:p-l--184\% {
    padding-left: -184%;
  }
  .tablet-m\:left-184\% {
    left: 184%;
  }
  .tablet-m\:left--184\% {
    left: -184%;
  }
  .tablet-m\:m-r-184\% {
    margin-right: 184%;
  }
  .tablet-m\:m-r--184\% {
    margin-right: -184%;
  }
  .tablet-m\:p-r-184\% {
    padding-right: 184%;
  }
  .tablet-m\:p-r--184\% {
    padding-right: -184%;
  }
  .tablet-m\:right-184\% {
    right: 184%;
  }
  .tablet-m\:right--184\% {
    right: -184%;
  }
  .tablet-m\:h-184\% {
    height: 184%;
  }
  .tablet-m\:w-184\% {
    width: 184%;
  }
  .tablet-m\:max_h-184\% {
    max-height: 184%;
  }
  .tablet-m\:max_w-184\% {
    max-width: 184%;
  }
  .tablet-m\:min_h-184\% {
    min-height: 184%;
  }
  .tablet-m\:min_w-184\% {
    min-width: 184%;
  }
  .tablet-m\:h-184vh {
    height: 184vh;
  }
  .tablet-m\:w-184vw {
    width: 184vw;
  }
  .tablet-m\:min_w-184vw {
    min-width: 184vw;
  }
  .tablet-m\:min_h-184vh {
    min-height: 184vh;
  }
  .tablet-m\:max_w-184vw {
    max-width: 184vw;
  }
  .tablet-m\:max_h-184vh {
    max-height: 184vh;
  }
  .tablet-m\:m-t-185\% {
    margin-top: 185%;
  }
  .tablet-m\:m-t--185\% {
    margin-top: -185%;
  }
  .tablet-m\:p-t-185\% {
    padding-top: 185%;
  }
  .tablet-m\:p-t--185\% {
    padding-top: -185%;
  }
  .tablet-m\:top-185\% {
    top: 185%;
  }
  .tablet-m\:top--185\% {
    top: -185%;
  }
  .tablet-m\:m-b-185\% {
    margin-bottom: 185%;
  }
  .tablet-m\:m-b--185\% {
    margin-bottom: -185%;
  }
  .tablet-m\:p-b-185\% {
    padding-bottom: 185%;
  }
  .tablet-m\:p-b--185\% {
    padding-bottom: -185%;
  }
  .tablet-m\:bottom-185\% {
    bottom: 185%;
  }
  .tablet-m\:bottom--185\% {
    bottom: -185%;
  }
  .tablet-m\:m-l-185\% {
    margin-left: 185%;
  }
  .tablet-m\:m-l--185\% {
    margin-left: -185%;
  }
  .tablet-m\:p-l-185\% {
    padding-left: 185%;
  }
  .tablet-m\:p-l--185\% {
    padding-left: -185%;
  }
  .tablet-m\:left-185\% {
    left: 185%;
  }
  .tablet-m\:left--185\% {
    left: -185%;
  }
  .tablet-m\:m-r-185\% {
    margin-right: 185%;
  }
  .tablet-m\:m-r--185\% {
    margin-right: -185%;
  }
  .tablet-m\:p-r-185\% {
    padding-right: 185%;
  }
  .tablet-m\:p-r--185\% {
    padding-right: -185%;
  }
  .tablet-m\:right-185\% {
    right: 185%;
  }
  .tablet-m\:right--185\% {
    right: -185%;
  }
  .tablet-m\:h-185\% {
    height: 185%;
  }
  .tablet-m\:w-185\% {
    width: 185%;
  }
  .tablet-m\:max_h-185\% {
    max-height: 185%;
  }
  .tablet-m\:max_w-185\% {
    max-width: 185%;
  }
  .tablet-m\:min_h-185\% {
    min-height: 185%;
  }
  .tablet-m\:min_w-185\% {
    min-width: 185%;
  }
  .tablet-m\:h-185vh {
    height: 185vh;
  }
  .tablet-m\:w-185vw {
    width: 185vw;
  }
  .tablet-m\:min_w-185vw {
    min-width: 185vw;
  }
  .tablet-m\:min_h-185vh {
    min-height: 185vh;
  }
  .tablet-m\:max_w-185vw {
    max-width: 185vw;
  }
  .tablet-m\:max_h-185vh {
    max-height: 185vh;
  }
  .tablet-m\:m-t-186\% {
    margin-top: 186%;
  }
  .tablet-m\:m-t--186\% {
    margin-top: -186%;
  }
  .tablet-m\:p-t-186\% {
    padding-top: 186%;
  }
  .tablet-m\:p-t--186\% {
    padding-top: -186%;
  }
  .tablet-m\:top-186\% {
    top: 186%;
  }
  .tablet-m\:top--186\% {
    top: -186%;
  }
  .tablet-m\:m-b-186\% {
    margin-bottom: 186%;
  }
  .tablet-m\:m-b--186\% {
    margin-bottom: -186%;
  }
  .tablet-m\:p-b-186\% {
    padding-bottom: 186%;
  }
  .tablet-m\:p-b--186\% {
    padding-bottom: -186%;
  }
  .tablet-m\:bottom-186\% {
    bottom: 186%;
  }
  .tablet-m\:bottom--186\% {
    bottom: -186%;
  }
  .tablet-m\:m-l-186\% {
    margin-left: 186%;
  }
  .tablet-m\:m-l--186\% {
    margin-left: -186%;
  }
  .tablet-m\:p-l-186\% {
    padding-left: 186%;
  }
  .tablet-m\:p-l--186\% {
    padding-left: -186%;
  }
  .tablet-m\:left-186\% {
    left: 186%;
  }
  .tablet-m\:left--186\% {
    left: -186%;
  }
  .tablet-m\:m-r-186\% {
    margin-right: 186%;
  }
  .tablet-m\:m-r--186\% {
    margin-right: -186%;
  }
  .tablet-m\:p-r-186\% {
    padding-right: 186%;
  }
  .tablet-m\:p-r--186\% {
    padding-right: -186%;
  }
  .tablet-m\:right-186\% {
    right: 186%;
  }
  .tablet-m\:right--186\% {
    right: -186%;
  }
  .tablet-m\:h-186\% {
    height: 186%;
  }
  .tablet-m\:w-186\% {
    width: 186%;
  }
  .tablet-m\:max_h-186\% {
    max-height: 186%;
  }
  .tablet-m\:max_w-186\% {
    max-width: 186%;
  }
  .tablet-m\:min_h-186\% {
    min-height: 186%;
  }
  .tablet-m\:min_w-186\% {
    min-width: 186%;
  }
  .tablet-m\:h-186vh {
    height: 186vh;
  }
  .tablet-m\:w-186vw {
    width: 186vw;
  }
  .tablet-m\:min_w-186vw {
    min-width: 186vw;
  }
  .tablet-m\:min_h-186vh {
    min-height: 186vh;
  }
  .tablet-m\:max_w-186vw {
    max-width: 186vw;
  }
  .tablet-m\:max_h-186vh {
    max-height: 186vh;
  }
  .tablet-m\:m-t-187\% {
    margin-top: 187%;
  }
  .tablet-m\:m-t--187\% {
    margin-top: -187%;
  }
  .tablet-m\:p-t-187\% {
    padding-top: 187%;
  }
  .tablet-m\:p-t--187\% {
    padding-top: -187%;
  }
  .tablet-m\:top-187\% {
    top: 187%;
  }
  .tablet-m\:top--187\% {
    top: -187%;
  }
  .tablet-m\:m-b-187\% {
    margin-bottom: 187%;
  }
  .tablet-m\:m-b--187\% {
    margin-bottom: -187%;
  }
  .tablet-m\:p-b-187\% {
    padding-bottom: 187%;
  }
  .tablet-m\:p-b--187\% {
    padding-bottom: -187%;
  }
  .tablet-m\:bottom-187\% {
    bottom: 187%;
  }
  .tablet-m\:bottom--187\% {
    bottom: -187%;
  }
  .tablet-m\:m-l-187\% {
    margin-left: 187%;
  }
  .tablet-m\:m-l--187\% {
    margin-left: -187%;
  }
  .tablet-m\:p-l-187\% {
    padding-left: 187%;
  }
  .tablet-m\:p-l--187\% {
    padding-left: -187%;
  }
  .tablet-m\:left-187\% {
    left: 187%;
  }
  .tablet-m\:left--187\% {
    left: -187%;
  }
  .tablet-m\:m-r-187\% {
    margin-right: 187%;
  }
  .tablet-m\:m-r--187\% {
    margin-right: -187%;
  }
  .tablet-m\:p-r-187\% {
    padding-right: 187%;
  }
  .tablet-m\:p-r--187\% {
    padding-right: -187%;
  }
  .tablet-m\:right-187\% {
    right: 187%;
  }
  .tablet-m\:right--187\% {
    right: -187%;
  }
  .tablet-m\:h-187\% {
    height: 187%;
  }
  .tablet-m\:w-187\% {
    width: 187%;
  }
  .tablet-m\:max_h-187\% {
    max-height: 187%;
  }
  .tablet-m\:max_w-187\% {
    max-width: 187%;
  }
  .tablet-m\:min_h-187\% {
    min-height: 187%;
  }
  .tablet-m\:min_w-187\% {
    min-width: 187%;
  }
  .tablet-m\:h-187vh {
    height: 187vh;
  }
  .tablet-m\:w-187vw {
    width: 187vw;
  }
  .tablet-m\:min_w-187vw {
    min-width: 187vw;
  }
  .tablet-m\:min_h-187vh {
    min-height: 187vh;
  }
  .tablet-m\:max_w-187vw {
    max-width: 187vw;
  }
  .tablet-m\:max_h-187vh {
    max-height: 187vh;
  }
  .tablet-m\:m-t-188\% {
    margin-top: 188%;
  }
  .tablet-m\:m-t--188\% {
    margin-top: -188%;
  }
  .tablet-m\:p-t-188\% {
    padding-top: 188%;
  }
  .tablet-m\:p-t--188\% {
    padding-top: -188%;
  }
  .tablet-m\:top-188\% {
    top: 188%;
  }
  .tablet-m\:top--188\% {
    top: -188%;
  }
  .tablet-m\:m-b-188\% {
    margin-bottom: 188%;
  }
  .tablet-m\:m-b--188\% {
    margin-bottom: -188%;
  }
  .tablet-m\:p-b-188\% {
    padding-bottom: 188%;
  }
  .tablet-m\:p-b--188\% {
    padding-bottom: -188%;
  }
  .tablet-m\:bottom-188\% {
    bottom: 188%;
  }
  .tablet-m\:bottom--188\% {
    bottom: -188%;
  }
  .tablet-m\:m-l-188\% {
    margin-left: 188%;
  }
  .tablet-m\:m-l--188\% {
    margin-left: -188%;
  }
  .tablet-m\:p-l-188\% {
    padding-left: 188%;
  }
  .tablet-m\:p-l--188\% {
    padding-left: -188%;
  }
  .tablet-m\:left-188\% {
    left: 188%;
  }
  .tablet-m\:left--188\% {
    left: -188%;
  }
  .tablet-m\:m-r-188\% {
    margin-right: 188%;
  }
  .tablet-m\:m-r--188\% {
    margin-right: -188%;
  }
  .tablet-m\:p-r-188\% {
    padding-right: 188%;
  }
  .tablet-m\:p-r--188\% {
    padding-right: -188%;
  }
  .tablet-m\:right-188\% {
    right: 188%;
  }
  .tablet-m\:right--188\% {
    right: -188%;
  }
  .tablet-m\:h-188\% {
    height: 188%;
  }
  .tablet-m\:w-188\% {
    width: 188%;
  }
  .tablet-m\:max_h-188\% {
    max-height: 188%;
  }
  .tablet-m\:max_w-188\% {
    max-width: 188%;
  }
  .tablet-m\:min_h-188\% {
    min-height: 188%;
  }
  .tablet-m\:min_w-188\% {
    min-width: 188%;
  }
  .tablet-m\:h-188vh {
    height: 188vh;
  }
  .tablet-m\:w-188vw {
    width: 188vw;
  }
  .tablet-m\:min_w-188vw {
    min-width: 188vw;
  }
  .tablet-m\:min_h-188vh {
    min-height: 188vh;
  }
  .tablet-m\:max_w-188vw {
    max-width: 188vw;
  }
  .tablet-m\:max_h-188vh {
    max-height: 188vh;
  }
  .tablet-m\:m-t-189\% {
    margin-top: 189%;
  }
  .tablet-m\:m-t--189\% {
    margin-top: -189%;
  }
  .tablet-m\:p-t-189\% {
    padding-top: 189%;
  }
  .tablet-m\:p-t--189\% {
    padding-top: -189%;
  }
  .tablet-m\:top-189\% {
    top: 189%;
  }
  .tablet-m\:top--189\% {
    top: -189%;
  }
  .tablet-m\:m-b-189\% {
    margin-bottom: 189%;
  }
  .tablet-m\:m-b--189\% {
    margin-bottom: -189%;
  }
  .tablet-m\:p-b-189\% {
    padding-bottom: 189%;
  }
  .tablet-m\:p-b--189\% {
    padding-bottom: -189%;
  }
  .tablet-m\:bottom-189\% {
    bottom: 189%;
  }
  .tablet-m\:bottom--189\% {
    bottom: -189%;
  }
  .tablet-m\:m-l-189\% {
    margin-left: 189%;
  }
  .tablet-m\:m-l--189\% {
    margin-left: -189%;
  }
  .tablet-m\:p-l-189\% {
    padding-left: 189%;
  }
  .tablet-m\:p-l--189\% {
    padding-left: -189%;
  }
  .tablet-m\:left-189\% {
    left: 189%;
  }
  .tablet-m\:left--189\% {
    left: -189%;
  }
  .tablet-m\:m-r-189\% {
    margin-right: 189%;
  }
  .tablet-m\:m-r--189\% {
    margin-right: -189%;
  }
  .tablet-m\:p-r-189\% {
    padding-right: 189%;
  }
  .tablet-m\:p-r--189\% {
    padding-right: -189%;
  }
  .tablet-m\:right-189\% {
    right: 189%;
  }
  .tablet-m\:right--189\% {
    right: -189%;
  }
  .tablet-m\:h-189\% {
    height: 189%;
  }
  .tablet-m\:w-189\% {
    width: 189%;
  }
  .tablet-m\:max_h-189\% {
    max-height: 189%;
  }
  .tablet-m\:max_w-189\% {
    max-width: 189%;
  }
  .tablet-m\:min_h-189\% {
    min-height: 189%;
  }
  .tablet-m\:min_w-189\% {
    min-width: 189%;
  }
  .tablet-m\:h-189vh {
    height: 189vh;
  }
  .tablet-m\:w-189vw {
    width: 189vw;
  }
  .tablet-m\:min_w-189vw {
    min-width: 189vw;
  }
  .tablet-m\:min_h-189vh {
    min-height: 189vh;
  }
  .tablet-m\:max_w-189vw {
    max-width: 189vw;
  }
  .tablet-m\:max_h-189vh {
    max-height: 189vh;
  }
  .tablet-m\:m-t-190\% {
    margin-top: 190%;
  }
  .tablet-m\:m-t--190\% {
    margin-top: -190%;
  }
  .tablet-m\:p-t-190\% {
    padding-top: 190%;
  }
  .tablet-m\:p-t--190\% {
    padding-top: -190%;
  }
  .tablet-m\:top-190\% {
    top: 190%;
  }
  .tablet-m\:top--190\% {
    top: -190%;
  }
  .tablet-m\:m-b-190\% {
    margin-bottom: 190%;
  }
  .tablet-m\:m-b--190\% {
    margin-bottom: -190%;
  }
  .tablet-m\:p-b-190\% {
    padding-bottom: 190%;
  }
  .tablet-m\:p-b--190\% {
    padding-bottom: -190%;
  }
  .tablet-m\:bottom-190\% {
    bottom: 190%;
  }
  .tablet-m\:bottom--190\% {
    bottom: -190%;
  }
  .tablet-m\:m-l-190\% {
    margin-left: 190%;
  }
  .tablet-m\:m-l--190\% {
    margin-left: -190%;
  }
  .tablet-m\:p-l-190\% {
    padding-left: 190%;
  }
  .tablet-m\:p-l--190\% {
    padding-left: -190%;
  }
  .tablet-m\:left-190\% {
    left: 190%;
  }
  .tablet-m\:left--190\% {
    left: -190%;
  }
  .tablet-m\:m-r-190\% {
    margin-right: 190%;
  }
  .tablet-m\:m-r--190\% {
    margin-right: -190%;
  }
  .tablet-m\:p-r-190\% {
    padding-right: 190%;
  }
  .tablet-m\:p-r--190\% {
    padding-right: -190%;
  }
  .tablet-m\:right-190\% {
    right: 190%;
  }
  .tablet-m\:right--190\% {
    right: -190%;
  }
  .tablet-m\:h-190\% {
    height: 190%;
  }
  .tablet-m\:w-190\% {
    width: 190%;
  }
  .tablet-m\:max_h-190\% {
    max-height: 190%;
  }
  .tablet-m\:max_w-190\% {
    max-width: 190%;
  }
  .tablet-m\:min_h-190\% {
    min-height: 190%;
  }
  .tablet-m\:min_w-190\% {
    min-width: 190%;
  }
  .tablet-m\:h-190vh {
    height: 190vh;
  }
  .tablet-m\:w-190vw {
    width: 190vw;
  }
  .tablet-m\:min_w-190vw {
    min-width: 190vw;
  }
  .tablet-m\:min_h-190vh {
    min-height: 190vh;
  }
  .tablet-m\:max_w-190vw {
    max-width: 190vw;
  }
  .tablet-m\:max_h-190vh {
    max-height: 190vh;
  }
  .tablet-m\:m-t-191\% {
    margin-top: 191%;
  }
  .tablet-m\:m-t--191\% {
    margin-top: -191%;
  }
  .tablet-m\:p-t-191\% {
    padding-top: 191%;
  }
  .tablet-m\:p-t--191\% {
    padding-top: -191%;
  }
  .tablet-m\:top-191\% {
    top: 191%;
  }
  .tablet-m\:top--191\% {
    top: -191%;
  }
  .tablet-m\:m-b-191\% {
    margin-bottom: 191%;
  }
  .tablet-m\:m-b--191\% {
    margin-bottom: -191%;
  }
  .tablet-m\:p-b-191\% {
    padding-bottom: 191%;
  }
  .tablet-m\:p-b--191\% {
    padding-bottom: -191%;
  }
  .tablet-m\:bottom-191\% {
    bottom: 191%;
  }
  .tablet-m\:bottom--191\% {
    bottom: -191%;
  }
  .tablet-m\:m-l-191\% {
    margin-left: 191%;
  }
  .tablet-m\:m-l--191\% {
    margin-left: -191%;
  }
  .tablet-m\:p-l-191\% {
    padding-left: 191%;
  }
  .tablet-m\:p-l--191\% {
    padding-left: -191%;
  }
  .tablet-m\:left-191\% {
    left: 191%;
  }
  .tablet-m\:left--191\% {
    left: -191%;
  }
  .tablet-m\:m-r-191\% {
    margin-right: 191%;
  }
  .tablet-m\:m-r--191\% {
    margin-right: -191%;
  }
  .tablet-m\:p-r-191\% {
    padding-right: 191%;
  }
  .tablet-m\:p-r--191\% {
    padding-right: -191%;
  }
  .tablet-m\:right-191\% {
    right: 191%;
  }
  .tablet-m\:right--191\% {
    right: -191%;
  }
  .tablet-m\:h-191\% {
    height: 191%;
  }
  .tablet-m\:w-191\% {
    width: 191%;
  }
  .tablet-m\:max_h-191\% {
    max-height: 191%;
  }
  .tablet-m\:max_w-191\% {
    max-width: 191%;
  }
  .tablet-m\:min_h-191\% {
    min-height: 191%;
  }
  .tablet-m\:min_w-191\% {
    min-width: 191%;
  }
  .tablet-m\:h-191vh {
    height: 191vh;
  }
  .tablet-m\:w-191vw {
    width: 191vw;
  }
  .tablet-m\:min_w-191vw {
    min-width: 191vw;
  }
  .tablet-m\:min_h-191vh {
    min-height: 191vh;
  }
  .tablet-m\:max_w-191vw {
    max-width: 191vw;
  }
  .tablet-m\:max_h-191vh {
    max-height: 191vh;
  }
  .tablet-m\:m-t-192\% {
    margin-top: 192%;
  }
  .tablet-m\:m-t--192\% {
    margin-top: -192%;
  }
  .tablet-m\:p-t-192\% {
    padding-top: 192%;
  }
  .tablet-m\:p-t--192\% {
    padding-top: -192%;
  }
  .tablet-m\:top-192\% {
    top: 192%;
  }
  .tablet-m\:top--192\% {
    top: -192%;
  }
  .tablet-m\:m-b-192\% {
    margin-bottom: 192%;
  }
  .tablet-m\:m-b--192\% {
    margin-bottom: -192%;
  }
  .tablet-m\:p-b-192\% {
    padding-bottom: 192%;
  }
  .tablet-m\:p-b--192\% {
    padding-bottom: -192%;
  }
  .tablet-m\:bottom-192\% {
    bottom: 192%;
  }
  .tablet-m\:bottom--192\% {
    bottom: -192%;
  }
  .tablet-m\:m-l-192\% {
    margin-left: 192%;
  }
  .tablet-m\:m-l--192\% {
    margin-left: -192%;
  }
  .tablet-m\:p-l-192\% {
    padding-left: 192%;
  }
  .tablet-m\:p-l--192\% {
    padding-left: -192%;
  }
  .tablet-m\:left-192\% {
    left: 192%;
  }
  .tablet-m\:left--192\% {
    left: -192%;
  }
  .tablet-m\:m-r-192\% {
    margin-right: 192%;
  }
  .tablet-m\:m-r--192\% {
    margin-right: -192%;
  }
  .tablet-m\:p-r-192\% {
    padding-right: 192%;
  }
  .tablet-m\:p-r--192\% {
    padding-right: -192%;
  }
  .tablet-m\:right-192\% {
    right: 192%;
  }
  .tablet-m\:right--192\% {
    right: -192%;
  }
  .tablet-m\:h-192\% {
    height: 192%;
  }
  .tablet-m\:w-192\% {
    width: 192%;
  }
  .tablet-m\:max_h-192\% {
    max-height: 192%;
  }
  .tablet-m\:max_w-192\% {
    max-width: 192%;
  }
  .tablet-m\:min_h-192\% {
    min-height: 192%;
  }
  .tablet-m\:min_w-192\% {
    min-width: 192%;
  }
  .tablet-m\:h-192vh {
    height: 192vh;
  }
  .tablet-m\:w-192vw {
    width: 192vw;
  }
  .tablet-m\:min_w-192vw {
    min-width: 192vw;
  }
  .tablet-m\:min_h-192vh {
    min-height: 192vh;
  }
  .tablet-m\:max_w-192vw {
    max-width: 192vw;
  }
  .tablet-m\:max_h-192vh {
    max-height: 192vh;
  }
  .tablet-m\:m-t-193\% {
    margin-top: 193%;
  }
  .tablet-m\:m-t--193\% {
    margin-top: -193%;
  }
  .tablet-m\:p-t-193\% {
    padding-top: 193%;
  }
  .tablet-m\:p-t--193\% {
    padding-top: -193%;
  }
  .tablet-m\:top-193\% {
    top: 193%;
  }
  .tablet-m\:top--193\% {
    top: -193%;
  }
  .tablet-m\:m-b-193\% {
    margin-bottom: 193%;
  }
  .tablet-m\:m-b--193\% {
    margin-bottom: -193%;
  }
  .tablet-m\:p-b-193\% {
    padding-bottom: 193%;
  }
  .tablet-m\:p-b--193\% {
    padding-bottom: -193%;
  }
  .tablet-m\:bottom-193\% {
    bottom: 193%;
  }
  .tablet-m\:bottom--193\% {
    bottom: -193%;
  }
  .tablet-m\:m-l-193\% {
    margin-left: 193%;
  }
  .tablet-m\:m-l--193\% {
    margin-left: -193%;
  }
  .tablet-m\:p-l-193\% {
    padding-left: 193%;
  }
  .tablet-m\:p-l--193\% {
    padding-left: -193%;
  }
  .tablet-m\:left-193\% {
    left: 193%;
  }
  .tablet-m\:left--193\% {
    left: -193%;
  }
  .tablet-m\:m-r-193\% {
    margin-right: 193%;
  }
  .tablet-m\:m-r--193\% {
    margin-right: -193%;
  }
  .tablet-m\:p-r-193\% {
    padding-right: 193%;
  }
  .tablet-m\:p-r--193\% {
    padding-right: -193%;
  }
  .tablet-m\:right-193\% {
    right: 193%;
  }
  .tablet-m\:right--193\% {
    right: -193%;
  }
  .tablet-m\:h-193\% {
    height: 193%;
  }
  .tablet-m\:w-193\% {
    width: 193%;
  }
  .tablet-m\:max_h-193\% {
    max-height: 193%;
  }
  .tablet-m\:max_w-193\% {
    max-width: 193%;
  }
  .tablet-m\:min_h-193\% {
    min-height: 193%;
  }
  .tablet-m\:min_w-193\% {
    min-width: 193%;
  }
  .tablet-m\:h-193vh {
    height: 193vh;
  }
  .tablet-m\:w-193vw {
    width: 193vw;
  }
  .tablet-m\:min_w-193vw {
    min-width: 193vw;
  }
  .tablet-m\:min_h-193vh {
    min-height: 193vh;
  }
  .tablet-m\:max_w-193vw {
    max-width: 193vw;
  }
  .tablet-m\:max_h-193vh {
    max-height: 193vh;
  }
  .tablet-m\:m-t-194\% {
    margin-top: 194%;
  }
  .tablet-m\:m-t--194\% {
    margin-top: -194%;
  }
  .tablet-m\:p-t-194\% {
    padding-top: 194%;
  }
  .tablet-m\:p-t--194\% {
    padding-top: -194%;
  }
  .tablet-m\:top-194\% {
    top: 194%;
  }
  .tablet-m\:top--194\% {
    top: -194%;
  }
  .tablet-m\:m-b-194\% {
    margin-bottom: 194%;
  }
  .tablet-m\:m-b--194\% {
    margin-bottom: -194%;
  }
  .tablet-m\:p-b-194\% {
    padding-bottom: 194%;
  }
  .tablet-m\:p-b--194\% {
    padding-bottom: -194%;
  }
  .tablet-m\:bottom-194\% {
    bottom: 194%;
  }
  .tablet-m\:bottom--194\% {
    bottom: -194%;
  }
  .tablet-m\:m-l-194\% {
    margin-left: 194%;
  }
  .tablet-m\:m-l--194\% {
    margin-left: -194%;
  }
  .tablet-m\:p-l-194\% {
    padding-left: 194%;
  }
  .tablet-m\:p-l--194\% {
    padding-left: -194%;
  }
  .tablet-m\:left-194\% {
    left: 194%;
  }
  .tablet-m\:left--194\% {
    left: -194%;
  }
  .tablet-m\:m-r-194\% {
    margin-right: 194%;
  }
  .tablet-m\:m-r--194\% {
    margin-right: -194%;
  }
  .tablet-m\:p-r-194\% {
    padding-right: 194%;
  }
  .tablet-m\:p-r--194\% {
    padding-right: -194%;
  }
  .tablet-m\:right-194\% {
    right: 194%;
  }
  .tablet-m\:right--194\% {
    right: -194%;
  }
  .tablet-m\:h-194\% {
    height: 194%;
  }
  .tablet-m\:w-194\% {
    width: 194%;
  }
  .tablet-m\:max_h-194\% {
    max-height: 194%;
  }
  .tablet-m\:max_w-194\% {
    max-width: 194%;
  }
  .tablet-m\:min_h-194\% {
    min-height: 194%;
  }
  .tablet-m\:min_w-194\% {
    min-width: 194%;
  }
  .tablet-m\:h-194vh {
    height: 194vh;
  }
  .tablet-m\:w-194vw {
    width: 194vw;
  }
  .tablet-m\:min_w-194vw {
    min-width: 194vw;
  }
  .tablet-m\:min_h-194vh {
    min-height: 194vh;
  }
  .tablet-m\:max_w-194vw {
    max-width: 194vw;
  }
  .tablet-m\:max_h-194vh {
    max-height: 194vh;
  }
  .tablet-m\:m-t-195\% {
    margin-top: 195%;
  }
  .tablet-m\:m-t--195\% {
    margin-top: -195%;
  }
  .tablet-m\:p-t-195\% {
    padding-top: 195%;
  }
  .tablet-m\:p-t--195\% {
    padding-top: -195%;
  }
  .tablet-m\:top-195\% {
    top: 195%;
  }
  .tablet-m\:top--195\% {
    top: -195%;
  }
  .tablet-m\:m-b-195\% {
    margin-bottom: 195%;
  }
  .tablet-m\:m-b--195\% {
    margin-bottom: -195%;
  }
  .tablet-m\:p-b-195\% {
    padding-bottom: 195%;
  }
  .tablet-m\:p-b--195\% {
    padding-bottom: -195%;
  }
  .tablet-m\:bottom-195\% {
    bottom: 195%;
  }
  .tablet-m\:bottom--195\% {
    bottom: -195%;
  }
  .tablet-m\:m-l-195\% {
    margin-left: 195%;
  }
  .tablet-m\:m-l--195\% {
    margin-left: -195%;
  }
  .tablet-m\:p-l-195\% {
    padding-left: 195%;
  }
  .tablet-m\:p-l--195\% {
    padding-left: -195%;
  }
  .tablet-m\:left-195\% {
    left: 195%;
  }
  .tablet-m\:left--195\% {
    left: -195%;
  }
  .tablet-m\:m-r-195\% {
    margin-right: 195%;
  }
  .tablet-m\:m-r--195\% {
    margin-right: -195%;
  }
  .tablet-m\:p-r-195\% {
    padding-right: 195%;
  }
  .tablet-m\:p-r--195\% {
    padding-right: -195%;
  }
  .tablet-m\:right-195\% {
    right: 195%;
  }
  .tablet-m\:right--195\% {
    right: -195%;
  }
  .tablet-m\:h-195\% {
    height: 195%;
  }
  .tablet-m\:w-195\% {
    width: 195%;
  }
  .tablet-m\:max_h-195\% {
    max-height: 195%;
  }
  .tablet-m\:max_w-195\% {
    max-width: 195%;
  }
  .tablet-m\:min_h-195\% {
    min-height: 195%;
  }
  .tablet-m\:min_w-195\% {
    min-width: 195%;
  }
  .tablet-m\:h-195vh {
    height: 195vh;
  }
  .tablet-m\:w-195vw {
    width: 195vw;
  }
  .tablet-m\:min_w-195vw {
    min-width: 195vw;
  }
  .tablet-m\:min_h-195vh {
    min-height: 195vh;
  }
  .tablet-m\:max_w-195vw {
    max-width: 195vw;
  }
  .tablet-m\:max_h-195vh {
    max-height: 195vh;
  }
  .tablet-m\:m-t-196\% {
    margin-top: 196%;
  }
  .tablet-m\:m-t--196\% {
    margin-top: -196%;
  }
  .tablet-m\:p-t-196\% {
    padding-top: 196%;
  }
  .tablet-m\:p-t--196\% {
    padding-top: -196%;
  }
  .tablet-m\:top-196\% {
    top: 196%;
  }
  .tablet-m\:top--196\% {
    top: -196%;
  }
  .tablet-m\:m-b-196\% {
    margin-bottom: 196%;
  }
  .tablet-m\:m-b--196\% {
    margin-bottom: -196%;
  }
  .tablet-m\:p-b-196\% {
    padding-bottom: 196%;
  }
  .tablet-m\:p-b--196\% {
    padding-bottom: -196%;
  }
  .tablet-m\:bottom-196\% {
    bottom: 196%;
  }
  .tablet-m\:bottom--196\% {
    bottom: -196%;
  }
  .tablet-m\:m-l-196\% {
    margin-left: 196%;
  }
  .tablet-m\:m-l--196\% {
    margin-left: -196%;
  }
  .tablet-m\:p-l-196\% {
    padding-left: 196%;
  }
  .tablet-m\:p-l--196\% {
    padding-left: -196%;
  }
  .tablet-m\:left-196\% {
    left: 196%;
  }
  .tablet-m\:left--196\% {
    left: -196%;
  }
  .tablet-m\:m-r-196\% {
    margin-right: 196%;
  }
  .tablet-m\:m-r--196\% {
    margin-right: -196%;
  }
  .tablet-m\:p-r-196\% {
    padding-right: 196%;
  }
  .tablet-m\:p-r--196\% {
    padding-right: -196%;
  }
  .tablet-m\:right-196\% {
    right: 196%;
  }
  .tablet-m\:right--196\% {
    right: -196%;
  }
  .tablet-m\:h-196\% {
    height: 196%;
  }
  .tablet-m\:w-196\% {
    width: 196%;
  }
  .tablet-m\:max_h-196\% {
    max-height: 196%;
  }
  .tablet-m\:max_w-196\% {
    max-width: 196%;
  }
  .tablet-m\:min_h-196\% {
    min-height: 196%;
  }
  .tablet-m\:min_w-196\% {
    min-width: 196%;
  }
  .tablet-m\:h-196vh {
    height: 196vh;
  }
  .tablet-m\:w-196vw {
    width: 196vw;
  }
  .tablet-m\:min_w-196vw {
    min-width: 196vw;
  }
  .tablet-m\:min_h-196vh {
    min-height: 196vh;
  }
  .tablet-m\:max_w-196vw {
    max-width: 196vw;
  }
  .tablet-m\:max_h-196vh {
    max-height: 196vh;
  }
  .tablet-m\:m-t-197\% {
    margin-top: 197%;
  }
  .tablet-m\:m-t--197\% {
    margin-top: -197%;
  }
  .tablet-m\:p-t-197\% {
    padding-top: 197%;
  }
  .tablet-m\:p-t--197\% {
    padding-top: -197%;
  }
  .tablet-m\:top-197\% {
    top: 197%;
  }
  .tablet-m\:top--197\% {
    top: -197%;
  }
  .tablet-m\:m-b-197\% {
    margin-bottom: 197%;
  }
  .tablet-m\:m-b--197\% {
    margin-bottom: -197%;
  }
  .tablet-m\:p-b-197\% {
    padding-bottom: 197%;
  }
  .tablet-m\:p-b--197\% {
    padding-bottom: -197%;
  }
  .tablet-m\:bottom-197\% {
    bottom: 197%;
  }
  .tablet-m\:bottom--197\% {
    bottom: -197%;
  }
  .tablet-m\:m-l-197\% {
    margin-left: 197%;
  }
  .tablet-m\:m-l--197\% {
    margin-left: -197%;
  }
  .tablet-m\:p-l-197\% {
    padding-left: 197%;
  }
  .tablet-m\:p-l--197\% {
    padding-left: -197%;
  }
  .tablet-m\:left-197\% {
    left: 197%;
  }
  .tablet-m\:left--197\% {
    left: -197%;
  }
  .tablet-m\:m-r-197\% {
    margin-right: 197%;
  }
  .tablet-m\:m-r--197\% {
    margin-right: -197%;
  }
  .tablet-m\:p-r-197\% {
    padding-right: 197%;
  }
  .tablet-m\:p-r--197\% {
    padding-right: -197%;
  }
  .tablet-m\:right-197\% {
    right: 197%;
  }
  .tablet-m\:right--197\% {
    right: -197%;
  }
  .tablet-m\:h-197\% {
    height: 197%;
  }
  .tablet-m\:w-197\% {
    width: 197%;
  }
  .tablet-m\:max_h-197\% {
    max-height: 197%;
  }
  .tablet-m\:max_w-197\% {
    max-width: 197%;
  }
  .tablet-m\:min_h-197\% {
    min-height: 197%;
  }
  .tablet-m\:min_w-197\% {
    min-width: 197%;
  }
  .tablet-m\:h-197vh {
    height: 197vh;
  }
  .tablet-m\:w-197vw {
    width: 197vw;
  }
  .tablet-m\:min_w-197vw {
    min-width: 197vw;
  }
  .tablet-m\:min_h-197vh {
    min-height: 197vh;
  }
  .tablet-m\:max_w-197vw {
    max-width: 197vw;
  }
  .tablet-m\:max_h-197vh {
    max-height: 197vh;
  }
  .tablet-m\:m-t-198\% {
    margin-top: 198%;
  }
  .tablet-m\:m-t--198\% {
    margin-top: -198%;
  }
  .tablet-m\:p-t-198\% {
    padding-top: 198%;
  }
  .tablet-m\:p-t--198\% {
    padding-top: -198%;
  }
  .tablet-m\:top-198\% {
    top: 198%;
  }
  .tablet-m\:top--198\% {
    top: -198%;
  }
  .tablet-m\:m-b-198\% {
    margin-bottom: 198%;
  }
  .tablet-m\:m-b--198\% {
    margin-bottom: -198%;
  }
  .tablet-m\:p-b-198\% {
    padding-bottom: 198%;
  }
  .tablet-m\:p-b--198\% {
    padding-bottom: -198%;
  }
  .tablet-m\:bottom-198\% {
    bottom: 198%;
  }
  .tablet-m\:bottom--198\% {
    bottom: -198%;
  }
  .tablet-m\:m-l-198\% {
    margin-left: 198%;
  }
  .tablet-m\:m-l--198\% {
    margin-left: -198%;
  }
  .tablet-m\:p-l-198\% {
    padding-left: 198%;
  }
  .tablet-m\:p-l--198\% {
    padding-left: -198%;
  }
  .tablet-m\:left-198\% {
    left: 198%;
  }
  .tablet-m\:left--198\% {
    left: -198%;
  }
  .tablet-m\:m-r-198\% {
    margin-right: 198%;
  }
  .tablet-m\:m-r--198\% {
    margin-right: -198%;
  }
  .tablet-m\:p-r-198\% {
    padding-right: 198%;
  }
  .tablet-m\:p-r--198\% {
    padding-right: -198%;
  }
  .tablet-m\:right-198\% {
    right: 198%;
  }
  .tablet-m\:right--198\% {
    right: -198%;
  }
  .tablet-m\:h-198\% {
    height: 198%;
  }
  .tablet-m\:w-198\% {
    width: 198%;
  }
  .tablet-m\:max_h-198\% {
    max-height: 198%;
  }
  .tablet-m\:max_w-198\% {
    max-width: 198%;
  }
  .tablet-m\:min_h-198\% {
    min-height: 198%;
  }
  .tablet-m\:min_w-198\% {
    min-width: 198%;
  }
  .tablet-m\:h-198vh {
    height: 198vh;
  }
  .tablet-m\:w-198vw {
    width: 198vw;
  }
  .tablet-m\:min_w-198vw {
    min-width: 198vw;
  }
  .tablet-m\:min_h-198vh {
    min-height: 198vh;
  }
  .tablet-m\:max_w-198vw {
    max-width: 198vw;
  }
  .tablet-m\:max_h-198vh {
    max-height: 198vh;
  }
  .tablet-m\:m-t-199\% {
    margin-top: 199%;
  }
  .tablet-m\:m-t--199\% {
    margin-top: -199%;
  }
  .tablet-m\:p-t-199\% {
    padding-top: 199%;
  }
  .tablet-m\:p-t--199\% {
    padding-top: -199%;
  }
  .tablet-m\:top-199\% {
    top: 199%;
  }
  .tablet-m\:top--199\% {
    top: -199%;
  }
  .tablet-m\:m-b-199\% {
    margin-bottom: 199%;
  }
  .tablet-m\:m-b--199\% {
    margin-bottom: -199%;
  }
  .tablet-m\:p-b-199\% {
    padding-bottom: 199%;
  }
  .tablet-m\:p-b--199\% {
    padding-bottom: -199%;
  }
  .tablet-m\:bottom-199\% {
    bottom: 199%;
  }
  .tablet-m\:bottom--199\% {
    bottom: -199%;
  }
  .tablet-m\:m-l-199\% {
    margin-left: 199%;
  }
  .tablet-m\:m-l--199\% {
    margin-left: -199%;
  }
  .tablet-m\:p-l-199\% {
    padding-left: 199%;
  }
  .tablet-m\:p-l--199\% {
    padding-left: -199%;
  }
  .tablet-m\:left-199\% {
    left: 199%;
  }
  .tablet-m\:left--199\% {
    left: -199%;
  }
  .tablet-m\:m-r-199\% {
    margin-right: 199%;
  }
  .tablet-m\:m-r--199\% {
    margin-right: -199%;
  }
  .tablet-m\:p-r-199\% {
    padding-right: 199%;
  }
  .tablet-m\:p-r--199\% {
    padding-right: -199%;
  }
  .tablet-m\:right-199\% {
    right: 199%;
  }
  .tablet-m\:right--199\% {
    right: -199%;
  }
  .tablet-m\:h-199\% {
    height: 199%;
  }
  .tablet-m\:w-199\% {
    width: 199%;
  }
  .tablet-m\:max_h-199\% {
    max-height: 199%;
  }
  .tablet-m\:max_w-199\% {
    max-width: 199%;
  }
  .tablet-m\:min_h-199\% {
    min-height: 199%;
  }
  .tablet-m\:min_w-199\% {
    min-width: 199%;
  }
  .tablet-m\:h-199vh {
    height: 199vh;
  }
  .tablet-m\:w-199vw {
    width: 199vw;
  }
  .tablet-m\:min_w-199vw {
    min-width: 199vw;
  }
  .tablet-m\:min_h-199vh {
    min-height: 199vh;
  }
  .tablet-m\:max_w-199vw {
    max-width: 199vw;
  }
  .tablet-m\:max_h-199vh {
    max-height: 199vh;
  }
  .tablet-m\:m-t-200\% {
    margin-top: 200%;
  }
  .tablet-m\:m-t--200\% {
    margin-top: -200%;
  }
  .tablet-m\:p-t-200\% {
    padding-top: 200%;
  }
  .tablet-m\:p-t--200\% {
    padding-top: -200%;
  }
  .tablet-m\:top-200\% {
    top: 200%;
  }
  .tablet-m\:top--200\% {
    top: -200%;
  }
  .tablet-m\:m-b-200\% {
    margin-bottom: 200%;
  }
  .tablet-m\:m-b--200\% {
    margin-bottom: -200%;
  }
  .tablet-m\:p-b-200\% {
    padding-bottom: 200%;
  }
  .tablet-m\:p-b--200\% {
    padding-bottom: -200%;
  }
  .tablet-m\:bottom-200\% {
    bottom: 200%;
  }
  .tablet-m\:bottom--200\% {
    bottom: -200%;
  }
  .tablet-m\:m-l-200\% {
    margin-left: 200%;
  }
  .tablet-m\:m-l--200\% {
    margin-left: -200%;
  }
  .tablet-m\:p-l-200\% {
    padding-left: 200%;
  }
  .tablet-m\:p-l--200\% {
    padding-left: -200%;
  }
  .tablet-m\:left-200\% {
    left: 200%;
  }
  .tablet-m\:left--200\% {
    left: -200%;
  }
  .tablet-m\:m-r-200\% {
    margin-right: 200%;
  }
  .tablet-m\:m-r--200\% {
    margin-right: -200%;
  }
  .tablet-m\:p-r-200\% {
    padding-right: 200%;
  }
  .tablet-m\:p-r--200\% {
    padding-right: -200%;
  }
  .tablet-m\:right-200\% {
    right: 200%;
  }
  .tablet-m\:right--200\% {
    right: -200%;
  }
  .tablet-m\:h-200\% {
    height: 200%;
  }
  .tablet-m\:w-200\% {
    width: 200%;
  }
  .tablet-m\:max_h-200\% {
    max-height: 200%;
  }
  .tablet-m\:max_w-200\% {
    max-width: 200%;
  }
  .tablet-m\:min_h-200\% {
    min-height: 200%;
  }
  .tablet-m\:min_w-200\% {
    min-width: 200%;
  }
  .tablet-m\:h-200vh {
    height: 200vh;
  }
  .tablet-m\:w-200vw {
    width: 200vw;
  }
  .tablet-m\:min_w-200vw {
    min-width: 200vw;
  }
  .tablet-m\:min_h-200vh {
    min-height: 200vh;
  }
  .tablet-m\:max_w-200vw {
    max-width: 200vw;
  }
  .tablet-m\:max_h-200vh {
    max-height: 200vh;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-t-1\% {
    margin-top: 1%;
  }
  .tablet-l\:m-t--1\% {
    margin-top: -1%;
  }
  .tablet-l\:p-t-1\% {
    padding-top: 1%;
  }
  .tablet-l\:p-t--1\% {
    padding-top: -1%;
  }
  .tablet-l\:top-1\% {
    top: 1%;
  }
  .tablet-l\:top--1\% {
    top: -1%;
  }
  .tablet-l\:m-b-1\% {
    margin-bottom: 1%;
  }
  .tablet-l\:m-b--1\% {
    margin-bottom: -1%;
  }
  .tablet-l\:p-b-1\% {
    padding-bottom: 1%;
  }
  .tablet-l\:p-b--1\% {
    padding-bottom: -1%;
  }
  .tablet-l\:bottom-1\% {
    bottom: 1%;
  }
  .tablet-l\:bottom--1\% {
    bottom: -1%;
  }
  .tablet-l\:m-l-1\% {
    margin-left: 1%;
  }
  .tablet-l\:m-l--1\% {
    margin-left: -1%;
  }
  .tablet-l\:p-l-1\% {
    padding-left: 1%;
  }
  .tablet-l\:p-l--1\% {
    padding-left: -1%;
  }
  .tablet-l\:left-1\% {
    left: 1%;
  }
  .tablet-l\:left--1\% {
    left: -1%;
  }
  .tablet-l\:m-r-1\% {
    margin-right: 1%;
  }
  .tablet-l\:m-r--1\% {
    margin-right: -1%;
  }
  .tablet-l\:p-r-1\% {
    padding-right: 1%;
  }
  .tablet-l\:p-r--1\% {
    padding-right: -1%;
  }
  .tablet-l\:right-1\% {
    right: 1%;
  }
  .tablet-l\:right--1\% {
    right: -1%;
  }
  .tablet-l\:h-1\% {
    height: 1%;
  }
  .tablet-l\:w-1\% {
    width: 1%;
  }
  .tablet-l\:max_h-1\% {
    max-height: 1%;
  }
  .tablet-l\:max_w-1\% {
    max-width: 1%;
  }
  .tablet-l\:min_h-1\% {
    min-height: 1%;
  }
  .tablet-l\:min_w-1\% {
    min-width: 1%;
  }
  .tablet-l\:h-1vh {
    height: 1vh;
  }
  .tablet-l\:w-1vw {
    width: 1vw;
  }
  .tablet-l\:min_w-1vw {
    min-width: 1vw;
  }
  .tablet-l\:min_h-1vh {
    min-height: 1vh;
  }
  .tablet-l\:max_w-1vw {
    max-width: 1vw;
  }
  .tablet-l\:max_h-1vh {
    max-height: 1vh;
  }
  .tablet-l\:m-t-2\% {
    margin-top: 2%;
  }
  .tablet-l\:m-t--2\% {
    margin-top: -2%;
  }
  .tablet-l\:p-t-2\% {
    padding-top: 2%;
  }
  .tablet-l\:p-t--2\% {
    padding-top: -2%;
  }
  .tablet-l\:top-2\% {
    top: 2%;
  }
  .tablet-l\:top--2\% {
    top: -2%;
  }
  .tablet-l\:m-b-2\% {
    margin-bottom: 2%;
  }
  .tablet-l\:m-b--2\% {
    margin-bottom: -2%;
  }
  .tablet-l\:p-b-2\% {
    padding-bottom: 2%;
  }
  .tablet-l\:p-b--2\% {
    padding-bottom: -2%;
  }
  .tablet-l\:bottom-2\% {
    bottom: 2%;
  }
  .tablet-l\:bottom--2\% {
    bottom: -2%;
  }
  .tablet-l\:m-l-2\% {
    margin-left: 2%;
  }
  .tablet-l\:m-l--2\% {
    margin-left: -2%;
  }
  .tablet-l\:p-l-2\% {
    padding-left: 2%;
  }
  .tablet-l\:p-l--2\% {
    padding-left: -2%;
  }
  .tablet-l\:left-2\% {
    left: 2%;
  }
  .tablet-l\:left--2\% {
    left: -2%;
  }
  .tablet-l\:m-r-2\% {
    margin-right: 2%;
  }
  .tablet-l\:m-r--2\% {
    margin-right: -2%;
  }
  .tablet-l\:p-r-2\% {
    padding-right: 2%;
  }
  .tablet-l\:p-r--2\% {
    padding-right: -2%;
  }
  .tablet-l\:right-2\% {
    right: 2%;
  }
  .tablet-l\:right--2\% {
    right: -2%;
  }
  .tablet-l\:h-2\% {
    height: 2%;
  }
  .tablet-l\:w-2\% {
    width: 2%;
  }
  .tablet-l\:max_h-2\% {
    max-height: 2%;
  }
  .tablet-l\:max_w-2\% {
    max-width: 2%;
  }
  .tablet-l\:min_h-2\% {
    min-height: 2%;
  }
  .tablet-l\:min_w-2\% {
    min-width: 2%;
  }
  .tablet-l\:h-2vh {
    height: 2vh;
  }
  .tablet-l\:w-2vw {
    width: 2vw;
  }
  .tablet-l\:min_w-2vw {
    min-width: 2vw;
  }
  .tablet-l\:min_h-2vh {
    min-height: 2vh;
  }
  .tablet-l\:max_w-2vw {
    max-width: 2vw;
  }
  .tablet-l\:max_h-2vh {
    max-height: 2vh;
  }
  .tablet-l\:m-t-3\% {
    margin-top: 3%;
  }
  .tablet-l\:m-t--3\% {
    margin-top: -3%;
  }
  .tablet-l\:p-t-3\% {
    padding-top: 3%;
  }
  .tablet-l\:p-t--3\% {
    padding-top: -3%;
  }
  .tablet-l\:top-3\% {
    top: 3%;
  }
  .tablet-l\:top--3\% {
    top: -3%;
  }
  .tablet-l\:m-b-3\% {
    margin-bottom: 3%;
  }
  .tablet-l\:m-b--3\% {
    margin-bottom: -3%;
  }
  .tablet-l\:p-b-3\% {
    padding-bottom: 3%;
  }
  .tablet-l\:p-b--3\% {
    padding-bottom: -3%;
  }
  .tablet-l\:bottom-3\% {
    bottom: 3%;
  }
  .tablet-l\:bottom--3\% {
    bottom: -3%;
  }
  .tablet-l\:m-l-3\% {
    margin-left: 3%;
  }
  .tablet-l\:m-l--3\% {
    margin-left: -3%;
  }
  .tablet-l\:p-l-3\% {
    padding-left: 3%;
  }
  .tablet-l\:p-l--3\% {
    padding-left: -3%;
  }
  .tablet-l\:left-3\% {
    left: 3%;
  }
  .tablet-l\:left--3\% {
    left: -3%;
  }
  .tablet-l\:m-r-3\% {
    margin-right: 3%;
  }
  .tablet-l\:m-r--3\% {
    margin-right: -3%;
  }
  .tablet-l\:p-r-3\% {
    padding-right: 3%;
  }
  .tablet-l\:p-r--3\% {
    padding-right: -3%;
  }
  .tablet-l\:right-3\% {
    right: 3%;
  }
  .tablet-l\:right--3\% {
    right: -3%;
  }
  .tablet-l\:h-3\% {
    height: 3%;
  }
  .tablet-l\:w-3\% {
    width: 3%;
  }
  .tablet-l\:max_h-3\% {
    max-height: 3%;
  }
  .tablet-l\:max_w-3\% {
    max-width: 3%;
  }
  .tablet-l\:min_h-3\% {
    min-height: 3%;
  }
  .tablet-l\:min_w-3\% {
    min-width: 3%;
  }
  .tablet-l\:h-3vh {
    height: 3vh;
  }
  .tablet-l\:w-3vw {
    width: 3vw;
  }
  .tablet-l\:min_w-3vw {
    min-width: 3vw;
  }
  .tablet-l\:min_h-3vh {
    min-height: 3vh;
  }
  .tablet-l\:max_w-3vw {
    max-width: 3vw;
  }
  .tablet-l\:max_h-3vh {
    max-height: 3vh;
  }
  .tablet-l\:m-t-4\% {
    margin-top: 4%;
  }
  .tablet-l\:m-t--4\% {
    margin-top: -4%;
  }
  .tablet-l\:p-t-4\% {
    padding-top: 4%;
  }
  .tablet-l\:p-t--4\% {
    padding-top: -4%;
  }
  .tablet-l\:top-4\% {
    top: 4%;
  }
  .tablet-l\:top--4\% {
    top: -4%;
  }
  .tablet-l\:m-b-4\% {
    margin-bottom: 4%;
  }
  .tablet-l\:m-b--4\% {
    margin-bottom: -4%;
  }
  .tablet-l\:p-b-4\% {
    padding-bottom: 4%;
  }
  .tablet-l\:p-b--4\% {
    padding-bottom: -4%;
  }
  .tablet-l\:bottom-4\% {
    bottom: 4%;
  }
  .tablet-l\:bottom--4\% {
    bottom: -4%;
  }
  .tablet-l\:m-l-4\% {
    margin-left: 4%;
  }
  .tablet-l\:m-l--4\% {
    margin-left: -4%;
  }
  .tablet-l\:p-l-4\% {
    padding-left: 4%;
  }
  .tablet-l\:p-l--4\% {
    padding-left: -4%;
  }
  .tablet-l\:left-4\% {
    left: 4%;
  }
  .tablet-l\:left--4\% {
    left: -4%;
  }
  .tablet-l\:m-r-4\% {
    margin-right: 4%;
  }
  .tablet-l\:m-r--4\% {
    margin-right: -4%;
  }
  .tablet-l\:p-r-4\% {
    padding-right: 4%;
  }
  .tablet-l\:p-r--4\% {
    padding-right: -4%;
  }
  .tablet-l\:right-4\% {
    right: 4%;
  }
  .tablet-l\:right--4\% {
    right: -4%;
  }
  .tablet-l\:h-4\% {
    height: 4%;
  }
  .tablet-l\:w-4\% {
    width: 4%;
  }
  .tablet-l\:max_h-4\% {
    max-height: 4%;
  }
  .tablet-l\:max_w-4\% {
    max-width: 4%;
  }
  .tablet-l\:min_h-4\% {
    min-height: 4%;
  }
  .tablet-l\:min_w-4\% {
    min-width: 4%;
  }
  .tablet-l\:h-4vh {
    height: 4vh;
  }
  .tablet-l\:w-4vw {
    width: 4vw;
  }
  .tablet-l\:min_w-4vw {
    min-width: 4vw;
  }
  .tablet-l\:min_h-4vh {
    min-height: 4vh;
  }
  .tablet-l\:max_w-4vw {
    max-width: 4vw;
  }
  .tablet-l\:max_h-4vh {
    max-height: 4vh;
  }
  .tablet-l\:m-t-5\% {
    margin-top: 5%;
  }
  .tablet-l\:m-t--5\% {
    margin-top: -5%;
  }
  .tablet-l\:p-t-5\% {
    padding-top: 5%;
  }
  .tablet-l\:p-t--5\% {
    padding-top: -5%;
  }
  .tablet-l\:top-5\% {
    top: 5%;
  }
  .tablet-l\:top--5\% {
    top: -5%;
  }
  .tablet-l\:m-b-5\% {
    margin-bottom: 5%;
  }
  .tablet-l\:m-b--5\% {
    margin-bottom: -5%;
  }
  .tablet-l\:p-b-5\% {
    padding-bottom: 5%;
  }
  .tablet-l\:p-b--5\% {
    padding-bottom: -5%;
  }
  .tablet-l\:bottom-5\% {
    bottom: 5%;
  }
  .tablet-l\:bottom--5\% {
    bottom: -5%;
  }
  .tablet-l\:m-l-5\% {
    margin-left: 5%;
  }
  .tablet-l\:m-l--5\% {
    margin-left: -5%;
  }
  .tablet-l\:p-l-5\% {
    padding-left: 5%;
  }
  .tablet-l\:p-l--5\% {
    padding-left: -5%;
  }
  .tablet-l\:left-5\% {
    left: 5%;
  }
  .tablet-l\:left--5\% {
    left: -5%;
  }
  .tablet-l\:m-r-5\% {
    margin-right: 5%;
  }
  .tablet-l\:m-r--5\% {
    margin-right: -5%;
  }
  .tablet-l\:p-r-5\% {
    padding-right: 5%;
  }
  .tablet-l\:p-r--5\% {
    padding-right: -5%;
  }
  .tablet-l\:right-5\% {
    right: 5%;
  }
  .tablet-l\:right--5\% {
    right: -5%;
  }
  .tablet-l\:h-5\% {
    height: 5%;
  }
  .tablet-l\:w-5\% {
    width: 5%;
  }
  .tablet-l\:max_h-5\% {
    max-height: 5%;
  }
  .tablet-l\:max_w-5\% {
    max-width: 5%;
  }
  .tablet-l\:min_h-5\% {
    min-height: 5%;
  }
  .tablet-l\:min_w-5\% {
    min-width: 5%;
  }
  .tablet-l\:h-5vh {
    height: 5vh;
  }
  .tablet-l\:w-5vw {
    width: 5vw;
  }
  .tablet-l\:min_w-5vw {
    min-width: 5vw;
  }
  .tablet-l\:min_h-5vh {
    min-height: 5vh;
  }
  .tablet-l\:max_w-5vw {
    max-width: 5vw;
  }
  .tablet-l\:max_h-5vh {
    max-height: 5vh;
  }
  .tablet-l\:m-t-6\% {
    margin-top: 6%;
  }
  .tablet-l\:m-t--6\% {
    margin-top: -6%;
  }
  .tablet-l\:p-t-6\% {
    padding-top: 6%;
  }
  .tablet-l\:p-t--6\% {
    padding-top: -6%;
  }
  .tablet-l\:top-6\% {
    top: 6%;
  }
  .tablet-l\:top--6\% {
    top: -6%;
  }
  .tablet-l\:m-b-6\% {
    margin-bottom: 6%;
  }
  .tablet-l\:m-b--6\% {
    margin-bottom: -6%;
  }
  .tablet-l\:p-b-6\% {
    padding-bottom: 6%;
  }
  .tablet-l\:p-b--6\% {
    padding-bottom: -6%;
  }
  .tablet-l\:bottom-6\% {
    bottom: 6%;
  }
  .tablet-l\:bottom--6\% {
    bottom: -6%;
  }
  .tablet-l\:m-l-6\% {
    margin-left: 6%;
  }
  .tablet-l\:m-l--6\% {
    margin-left: -6%;
  }
  .tablet-l\:p-l-6\% {
    padding-left: 6%;
  }
  .tablet-l\:p-l--6\% {
    padding-left: -6%;
  }
  .tablet-l\:left-6\% {
    left: 6%;
  }
  .tablet-l\:left--6\% {
    left: -6%;
  }
  .tablet-l\:m-r-6\% {
    margin-right: 6%;
  }
  .tablet-l\:m-r--6\% {
    margin-right: -6%;
  }
  .tablet-l\:p-r-6\% {
    padding-right: 6%;
  }
  .tablet-l\:p-r--6\% {
    padding-right: -6%;
  }
  .tablet-l\:right-6\% {
    right: 6%;
  }
  .tablet-l\:right--6\% {
    right: -6%;
  }
  .tablet-l\:h-6\% {
    height: 6%;
  }
  .tablet-l\:w-6\% {
    width: 6%;
  }
  .tablet-l\:max_h-6\% {
    max-height: 6%;
  }
  .tablet-l\:max_w-6\% {
    max-width: 6%;
  }
  .tablet-l\:min_h-6\% {
    min-height: 6%;
  }
  .tablet-l\:min_w-6\% {
    min-width: 6%;
  }
  .tablet-l\:h-6vh {
    height: 6vh;
  }
  .tablet-l\:w-6vw {
    width: 6vw;
  }
  .tablet-l\:min_w-6vw {
    min-width: 6vw;
  }
  .tablet-l\:min_h-6vh {
    min-height: 6vh;
  }
  .tablet-l\:max_w-6vw {
    max-width: 6vw;
  }
  .tablet-l\:max_h-6vh {
    max-height: 6vh;
  }
  .tablet-l\:m-t-7\% {
    margin-top: 7%;
  }
  .tablet-l\:m-t--7\% {
    margin-top: -7%;
  }
  .tablet-l\:p-t-7\% {
    padding-top: 7%;
  }
  .tablet-l\:p-t--7\% {
    padding-top: -7%;
  }
  .tablet-l\:top-7\% {
    top: 7%;
  }
  .tablet-l\:top--7\% {
    top: -7%;
  }
  .tablet-l\:m-b-7\% {
    margin-bottom: 7%;
  }
  .tablet-l\:m-b--7\% {
    margin-bottom: -7%;
  }
  .tablet-l\:p-b-7\% {
    padding-bottom: 7%;
  }
  .tablet-l\:p-b--7\% {
    padding-bottom: -7%;
  }
  .tablet-l\:bottom-7\% {
    bottom: 7%;
  }
  .tablet-l\:bottom--7\% {
    bottom: -7%;
  }
  .tablet-l\:m-l-7\% {
    margin-left: 7%;
  }
  .tablet-l\:m-l--7\% {
    margin-left: -7%;
  }
  .tablet-l\:p-l-7\% {
    padding-left: 7%;
  }
  .tablet-l\:p-l--7\% {
    padding-left: -7%;
  }
  .tablet-l\:left-7\% {
    left: 7%;
  }
  .tablet-l\:left--7\% {
    left: -7%;
  }
  .tablet-l\:m-r-7\% {
    margin-right: 7%;
  }
  .tablet-l\:m-r--7\% {
    margin-right: -7%;
  }
  .tablet-l\:p-r-7\% {
    padding-right: 7%;
  }
  .tablet-l\:p-r--7\% {
    padding-right: -7%;
  }
  .tablet-l\:right-7\% {
    right: 7%;
  }
  .tablet-l\:right--7\% {
    right: -7%;
  }
  .tablet-l\:h-7\% {
    height: 7%;
  }
  .tablet-l\:w-7\% {
    width: 7%;
  }
  .tablet-l\:max_h-7\% {
    max-height: 7%;
  }
  .tablet-l\:max_w-7\% {
    max-width: 7%;
  }
  .tablet-l\:min_h-7\% {
    min-height: 7%;
  }
  .tablet-l\:min_w-7\% {
    min-width: 7%;
  }
  .tablet-l\:h-7vh {
    height: 7vh;
  }
  .tablet-l\:w-7vw {
    width: 7vw;
  }
  .tablet-l\:min_w-7vw {
    min-width: 7vw;
  }
  .tablet-l\:min_h-7vh {
    min-height: 7vh;
  }
  .tablet-l\:max_w-7vw {
    max-width: 7vw;
  }
  .tablet-l\:max_h-7vh {
    max-height: 7vh;
  }
  .tablet-l\:m-t-8\% {
    margin-top: 8%;
  }
  .tablet-l\:m-t--8\% {
    margin-top: -8%;
  }
  .tablet-l\:p-t-8\% {
    padding-top: 8%;
  }
  .tablet-l\:p-t--8\% {
    padding-top: -8%;
  }
  .tablet-l\:top-8\% {
    top: 8%;
  }
  .tablet-l\:top--8\% {
    top: -8%;
  }
  .tablet-l\:m-b-8\% {
    margin-bottom: 8%;
  }
  .tablet-l\:m-b--8\% {
    margin-bottom: -8%;
  }
  .tablet-l\:p-b-8\% {
    padding-bottom: 8%;
  }
  .tablet-l\:p-b--8\% {
    padding-bottom: -8%;
  }
  .tablet-l\:bottom-8\% {
    bottom: 8%;
  }
  .tablet-l\:bottom--8\% {
    bottom: -8%;
  }
  .tablet-l\:m-l-8\% {
    margin-left: 8%;
  }
  .tablet-l\:m-l--8\% {
    margin-left: -8%;
  }
  .tablet-l\:p-l-8\% {
    padding-left: 8%;
  }
  .tablet-l\:p-l--8\% {
    padding-left: -8%;
  }
  .tablet-l\:left-8\% {
    left: 8%;
  }
  .tablet-l\:left--8\% {
    left: -8%;
  }
  .tablet-l\:m-r-8\% {
    margin-right: 8%;
  }
  .tablet-l\:m-r--8\% {
    margin-right: -8%;
  }
  .tablet-l\:p-r-8\% {
    padding-right: 8%;
  }
  .tablet-l\:p-r--8\% {
    padding-right: -8%;
  }
  .tablet-l\:right-8\% {
    right: 8%;
  }
  .tablet-l\:right--8\% {
    right: -8%;
  }
  .tablet-l\:h-8\% {
    height: 8%;
  }
  .tablet-l\:w-8\% {
    width: 8%;
  }
  .tablet-l\:max_h-8\% {
    max-height: 8%;
  }
  .tablet-l\:max_w-8\% {
    max-width: 8%;
  }
  .tablet-l\:min_h-8\% {
    min-height: 8%;
  }
  .tablet-l\:min_w-8\% {
    min-width: 8%;
  }
  .tablet-l\:h-8vh {
    height: 8vh;
  }
  .tablet-l\:w-8vw {
    width: 8vw;
  }
  .tablet-l\:min_w-8vw {
    min-width: 8vw;
  }
  .tablet-l\:min_h-8vh {
    min-height: 8vh;
  }
  .tablet-l\:max_w-8vw {
    max-width: 8vw;
  }
  .tablet-l\:max_h-8vh {
    max-height: 8vh;
  }
  .tablet-l\:m-t-9\% {
    margin-top: 9%;
  }
  .tablet-l\:m-t--9\% {
    margin-top: -9%;
  }
  .tablet-l\:p-t-9\% {
    padding-top: 9%;
  }
  .tablet-l\:p-t--9\% {
    padding-top: -9%;
  }
  .tablet-l\:top-9\% {
    top: 9%;
  }
  .tablet-l\:top--9\% {
    top: -9%;
  }
  .tablet-l\:m-b-9\% {
    margin-bottom: 9%;
  }
  .tablet-l\:m-b--9\% {
    margin-bottom: -9%;
  }
  .tablet-l\:p-b-9\% {
    padding-bottom: 9%;
  }
  .tablet-l\:p-b--9\% {
    padding-bottom: -9%;
  }
  .tablet-l\:bottom-9\% {
    bottom: 9%;
  }
  .tablet-l\:bottom--9\% {
    bottom: -9%;
  }
  .tablet-l\:m-l-9\% {
    margin-left: 9%;
  }
  .tablet-l\:m-l--9\% {
    margin-left: -9%;
  }
  .tablet-l\:p-l-9\% {
    padding-left: 9%;
  }
  .tablet-l\:p-l--9\% {
    padding-left: -9%;
  }
  .tablet-l\:left-9\% {
    left: 9%;
  }
  .tablet-l\:left--9\% {
    left: -9%;
  }
  .tablet-l\:m-r-9\% {
    margin-right: 9%;
  }
  .tablet-l\:m-r--9\% {
    margin-right: -9%;
  }
  .tablet-l\:p-r-9\% {
    padding-right: 9%;
  }
  .tablet-l\:p-r--9\% {
    padding-right: -9%;
  }
  .tablet-l\:right-9\% {
    right: 9%;
  }
  .tablet-l\:right--9\% {
    right: -9%;
  }
  .tablet-l\:h-9\% {
    height: 9%;
  }
  .tablet-l\:w-9\% {
    width: 9%;
  }
  .tablet-l\:max_h-9\% {
    max-height: 9%;
  }
  .tablet-l\:max_w-9\% {
    max-width: 9%;
  }
  .tablet-l\:min_h-9\% {
    min-height: 9%;
  }
  .tablet-l\:min_w-9\% {
    min-width: 9%;
  }
  .tablet-l\:h-9vh {
    height: 9vh;
  }
  .tablet-l\:w-9vw {
    width: 9vw;
  }
  .tablet-l\:min_w-9vw {
    min-width: 9vw;
  }
  .tablet-l\:min_h-9vh {
    min-height: 9vh;
  }
  .tablet-l\:max_w-9vw {
    max-width: 9vw;
  }
  .tablet-l\:max_h-9vh {
    max-height: 9vh;
  }
  .tablet-l\:m-t-10\% {
    margin-top: 10%;
  }
  .tablet-l\:m-t--10\% {
    margin-top: -10%;
  }
  .tablet-l\:p-t-10\% {
    padding-top: 10%;
  }
  .tablet-l\:p-t--10\% {
    padding-top: -10%;
  }
  .tablet-l\:top-10\% {
    top: 10%;
  }
  .tablet-l\:top--10\% {
    top: -10%;
  }
  .tablet-l\:m-b-10\% {
    margin-bottom: 10%;
  }
  .tablet-l\:m-b--10\% {
    margin-bottom: -10%;
  }
  .tablet-l\:p-b-10\% {
    padding-bottom: 10%;
  }
  .tablet-l\:p-b--10\% {
    padding-bottom: -10%;
  }
  .tablet-l\:bottom-10\% {
    bottom: 10%;
  }
  .tablet-l\:bottom--10\% {
    bottom: -10%;
  }
  .tablet-l\:m-l-10\% {
    margin-left: 10%;
  }
  .tablet-l\:m-l--10\% {
    margin-left: -10%;
  }
  .tablet-l\:p-l-10\% {
    padding-left: 10%;
  }
  .tablet-l\:p-l--10\% {
    padding-left: -10%;
  }
  .tablet-l\:left-10\% {
    left: 10%;
  }
  .tablet-l\:left--10\% {
    left: -10%;
  }
  .tablet-l\:m-r-10\% {
    margin-right: 10%;
  }
  .tablet-l\:m-r--10\% {
    margin-right: -10%;
  }
  .tablet-l\:p-r-10\% {
    padding-right: 10%;
  }
  .tablet-l\:p-r--10\% {
    padding-right: -10%;
  }
  .tablet-l\:right-10\% {
    right: 10%;
  }
  .tablet-l\:right--10\% {
    right: -10%;
  }
  .tablet-l\:h-10\% {
    height: 10%;
  }
  .tablet-l\:w-10\% {
    width: 10%;
  }
  .tablet-l\:max_h-10\% {
    max-height: 10%;
  }
  .tablet-l\:max_w-10\% {
    max-width: 10%;
  }
  .tablet-l\:min_h-10\% {
    min-height: 10%;
  }
  .tablet-l\:min_w-10\% {
    min-width: 10%;
  }
  .tablet-l\:h-10vh {
    height: 10vh;
  }
  .tablet-l\:w-10vw {
    width: 10vw;
  }
  .tablet-l\:min_w-10vw {
    min-width: 10vw;
  }
  .tablet-l\:min_h-10vh {
    min-height: 10vh;
  }
  .tablet-l\:max_w-10vw {
    max-width: 10vw;
  }
  .tablet-l\:max_h-10vh {
    max-height: 10vh;
  }
  .tablet-l\:m-t-11\% {
    margin-top: 11%;
  }
  .tablet-l\:m-t--11\% {
    margin-top: -11%;
  }
  .tablet-l\:p-t-11\% {
    padding-top: 11%;
  }
  .tablet-l\:p-t--11\% {
    padding-top: -11%;
  }
  .tablet-l\:top-11\% {
    top: 11%;
  }
  .tablet-l\:top--11\% {
    top: -11%;
  }
  .tablet-l\:m-b-11\% {
    margin-bottom: 11%;
  }
  .tablet-l\:m-b--11\% {
    margin-bottom: -11%;
  }
  .tablet-l\:p-b-11\% {
    padding-bottom: 11%;
  }
  .tablet-l\:p-b--11\% {
    padding-bottom: -11%;
  }
  .tablet-l\:bottom-11\% {
    bottom: 11%;
  }
  .tablet-l\:bottom--11\% {
    bottom: -11%;
  }
  .tablet-l\:m-l-11\% {
    margin-left: 11%;
  }
  .tablet-l\:m-l--11\% {
    margin-left: -11%;
  }
  .tablet-l\:p-l-11\% {
    padding-left: 11%;
  }
  .tablet-l\:p-l--11\% {
    padding-left: -11%;
  }
  .tablet-l\:left-11\% {
    left: 11%;
  }
  .tablet-l\:left--11\% {
    left: -11%;
  }
  .tablet-l\:m-r-11\% {
    margin-right: 11%;
  }
  .tablet-l\:m-r--11\% {
    margin-right: -11%;
  }
  .tablet-l\:p-r-11\% {
    padding-right: 11%;
  }
  .tablet-l\:p-r--11\% {
    padding-right: -11%;
  }
  .tablet-l\:right-11\% {
    right: 11%;
  }
  .tablet-l\:right--11\% {
    right: -11%;
  }
  .tablet-l\:h-11\% {
    height: 11%;
  }
  .tablet-l\:w-11\% {
    width: 11%;
  }
  .tablet-l\:max_h-11\% {
    max-height: 11%;
  }
  .tablet-l\:max_w-11\% {
    max-width: 11%;
  }
  .tablet-l\:min_h-11\% {
    min-height: 11%;
  }
  .tablet-l\:min_w-11\% {
    min-width: 11%;
  }
  .tablet-l\:h-11vh {
    height: 11vh;
  }
  .tablet-l\:w-11vw {
    width: 11vw;
  }
  .tablet-l\:min_w-11vw {
    min-width: 11vw;
  }
  .tablet-l\:min_h-11vh {
    min-height: 11vh;
  }
  .tablet-l\:max_w-11vw {
    max-width: 11vw;
  }
  .tablet-l\:max_h-11vh {
    max-height: 11vh;
  }
  .tablet-l\:m-t-12\% {
    margin-top: 12%;
  }
  .tablet-l\:m-t--12\% {
    margin-top: -12%;
  }
  .tablet-l\:p-t-12\% {
    padding-top: 12%;
  }
  .tablet-l\:p-t--12\% {
    padding-top: -12%;
  }
  .tablet-l\:top-12\% {
    top: 12%;
  }
  .tablet-l\:top--12\% {
    top: -12%;
  }
  .tablet-l\:m-b-12\% {
    margin-bottom: 12%;
  }
  .tablet-l\:m-b--12\% {
    margin-bottom: -12%;
  }
  .tablet-l\:p-b-12\% {
    padding-bottom: 12%;
  }
  .tablet-l\:p-b--12\% {
    padding-bottom: -12%;
  }
  .tablet-l\:bottom-12\% {
    bottom: 12%;
  }
  .tablet-l\:bottom--12\% {
    bottom: -12%;
  }
  .tablet-l\:m-l-12\% {
    margin-left: 12%;
  }
  .tablet-l\:m-l--12\% {
    margin-left: -12%;
  }
  .tablet-l\:p-l-12\% {
    padding-left: 12%;
  }
  .tablet-l\:p-l--12\% {
    padding-left: -12%;
  }
  .tablet-l\:left-12\% {
    left: 12%;
  }
  .tablet-l\:left--12\% {
    left: -12%;
  }
  .tablet-l\:m-r-12\% {
    margin-right: 12%;
  }
  .tablet-l\:m-r--12\% {
    margin-right: -12%;
  }
  .tablet-l\:p-r-12\% {
    padding-right: 12%;
  }
  .tablet-l\:p-r--12\% {
    padding-right: -12%;
  }
  .tablet-l\:right-12\% {
    right: 12%;
  }
  .tablet-l\:right--12\% {
    right: -12%;
  }
  .tablet-l\:h-12\% {
    height: 12%;
  }
  .tablet-l\:w-12\% {
    width: 12%;
  }
  .tablet-l\:max_h-12\% {
    max-height: 12%;
  }
  .tablet-l\:max_w-12\% {
    max-width: 12%;
  }
  .tablet-l\:min_h-12\% {
    min-height: 12%;
  }
  .tablet-l\:min_w-12\% {
    min-width: 12%;
  }
  .tablet-l\:h-12vh {
    height: 12vh;
  }
  .tablet-l\:w-12vw {
    width: 12vw;
  }
  .tablet-l\:min_w-12vw {
    min-width: 12vw;
  }
  .tablet-l\:min_h-12vh {
    min-height: 12vh;
  }
  .tablet-l\:max_w-12vw {
    max-width: 12vw;
  }
  .tablet-l\:max_h-12vh {
    max-height: 12vh;
  }
  .tablet-l\:m-t-13\% {
    margin-top: 13%;
  }
  .tablet-l\:m-t--13\% {
    margin-top: -13%;
  }
  .tablet-l\:p-t-13\% {
    padding-top: 13%;
  }
  .tablet-l\:p-t--13\% {
    padding-top: -13%;
  }
  .tablet-l\:top-13\% {
    top: 13%;
  }
  .tablet-l\:top--13\% {
    top: -13%;
  }
  .tablet-l\:m-b-13\% {
    margin-bottom: 13%;
  }
  .tablet-l\:m-b--13\% {
    margin-bottom: -13%;
  }
  .tablet-l\:p-b-13\% {
    padding-bottom: 13%;
  }
  .tablet-l\:p-b--13\% {
    padding-bottom: -13%;
  }
  .tablet-l\:bottom-13\% {
    bottom: 13%;
  }
  .tablet-l\:bottom--13\% {
    bottom: -13%;
  }
  .tablet-l\:m-l-13\% {
    margin-left: 13%;
  }
  .tablet-l\:m-l--13\% {
    margin-left: -13%;
  }
  .tablet-l\:p-l-13\% {
    padding-left: 13%;
  }
  .tablet-l\:p-l--13\% {
    padding-left: -13%;
  }
  .tablet-l\:left-13\% {
    left: 13%;
  }
  .tablet-l\:left--13\% {
    left: -13%;
  }
  .tablet-l\:m-r-13\% {
    margin-right: 13%;
  }
  .tablet-l\:m-r--13\% {
    margin-right: -13%;
  }
  .tablet-l\:p-r-13\% {
    padding-right: 13%;
  }
  .tablet-l\:p-r--13\% {
    padding-right: -13%;
  }
  .tablet-l\:right-13\% {
    right: 13%;
  }
  .tablet-l\:right--13\% {
    right: -13%;
  }
  .tablet-l\:h-13\% {
    height: 13%;
  }
  .tablet-l\:w-13\% {
    width: 13%;
  }
  .tablet-l\:max_h-13\% {
    max-height: 13%;
  }
  .tablet-l\:max_w-13\% {
    max-width: 13%;
  }
  .tablet-l\:min_h-13\% {
    min-height: 13%;
  }
  .tablet-l\:min_w-13\% {
    min-width: 13%;
  }
  .tablet-l\:h-13vh {
    height: 13vh;
  }
  .tablet-l\:w-13vw {
    width: 13vw;
  }
  .tablet-l\:min_w-13vw {
    min-width: 13vw;
  }
  .tablet-l\:min_h-13vh {
    min-height: 13vh;
  }
  .tablet-l\:max_w-13vw {
    max-width: 13vw;
  }
  .tablet-l\:max_h-13vh {
    max-height: 13vh;
  }
  .tablet-l\:m-t-14\% {
    margin-top: 14%;
  }
  .tablet-l\:m-t--14\% {
    margin-top: -14%;
  }
  .tablet-l\:p-t-14\% {
    padding-top: 14%;
  }
  .tablet-l\:p-t--14\% {
    padding-top: -14%;
  }
  .tablet-l\:top-14\% {
    top: 14%;
  }
  .tablet-l\:top--14\% {
    top: -14%;
  }
  .tablet-l\:m-b-14\% {
    margin-bottom: 14%;
  }
  .tablet-l\:m-b--14\% {
    margin-bottom: -14%;
  }
  .tablet-l\:p-b-14\% {
    padding-bottom: 14%;
  }
  .tablet-l\:p-b--14\% {
    padding-bottom: -14%;
  }
  .tablet-l\:bottom-14\% {
    bottom: 14%;
  }
  .tablet-l\:bottom--14\% {
    bottom: -14%;
  }
  .tablet-l\:m-l-14\% {
    margin-left: 14%;
  }
  .tablet-l\:m-l--14\% {
    margin-left: -14%;
  }
  .tablet-l\:p-l-14\% {
    padding-left: 14%;
  }
  .tablet-l\:p-l--14\% {
    padding-left: -14%;
  }
  .tablet-l\:left-14\% {
    left: 14%;
  }
  .tablet-l\:left--14\% {
    left: -14%;
  }
  .tablet-l\:m-r-14\% {
    margin-right: 14%;
  }
  .tablet-l\:m-r--14\% {
    margin-right: -14%;
  }
  .tablet-l\:p-r-14\% {
    padding-right: 14%;
  }
  .tablet-l\:p-r--14\% {
    padding-right: -14%;
  }
  .tablet-l\:right-14\% {
    right: 14%;
  }
  .tablet-l\:right--14\% {
    right: -14%;
  }
  .tablet-l\:h-14\% {
    height: 14%;
  }
  .tablet-l\:w-14\% {
    width: 14%;
  }
  .tablet-l\:max_h-14\% {
    max-height: 14%;
  }
  .tablet-l\:max_w-14\% {
    max-width: 14%;
  }
  .tablet-l\:min_h-14\% {
    min-height: 14%;
  }
  .tablet-l\:min_w-14\% {
    min-width: 14%;
  }
  .tablet-l\:h-14vh {
    height: 14vh;
  }
  .tablet-l\:w-14vw {
    width: 14vw;
  }
  .tablet-l\:min_w-14vw {
    min-width: 14vw;
  }
  .tablet-l\:min_h-14vh {
    min-height: 14vh;
  }
  .tablet-l\:max_w-14vw {
    max-width: 14vw;
  }
  .tablet-l\:max_h-14vh {
    max-height: 14vh;
  }
  .tablet-l\:m-t-15\% {
    margin-top: 15%;
  }
  .tablet-l\:m-t--15\% {
    margin-top: -15%;
  }
  .tablet-l\:p-t-15\% {
    padding-top: 15%;
  }
  .tablet-l\:p-t--15\% {
    padding-top: -15%;
  }
  .tablet-l\:top-15\% {
    top: 15%;
  }
  .tablet-l\:top--15\% {
    top: -15%;
  }
  .tablet-l\:m-b-15\% {
    margin-bottom: 15%;
  }
  .tablet-l\:m-b--15\% {
    margin-bottom: -15%;
  }
  .tablet-l\:p-b-15\% {
    padding-bottom: 15%;
  }
  .tablet-l\:p-b--15\% {
    padding-bottom: -15%;
  }
  .tablet-l\:bottom-15\% {
    bottom: 15%;
  }
  .tablet-l\:bottom--15\% {
    bottom: -15%;
  }
  .tablet-l\:m-l-15\% {
    margin-left: 15%;
  }
  .tablet-l\:m-l--15\% {
    margin-left: -15%;
  }
  .tablet-l\:p-l-15\% {
    padding-left: 15%;
  }
  .tablet-l\:p-l--15\% {
    padding-left: -15%;
  }
  .tablet-l\:left-15\% {
    left: 15%;
  }
  .tablet-l\:left--15\% {
    left: -15%;
  }
  .tablet-l\:m-r-15\% {
    margin-right: 15%;
  }
  .tablet-l\:m-r--15\% {
    margin-right: -15%;
  }
  .tablet-l\:p-r-15\% {
    padding-right: 15%;
  }
  .tablet-l\:p-r--15\% {
    padding-right: -15%;
  }
  .tablet-l\:right-15\% {
    right: 15%;
  }
  .tablet-l\:right--15\% {
    right: -15%;
  }
  .tablet-l\:h-15\% {
    height: 15%;
  }
  .tablet-l\:w-15\% {
    width: 15%;
  }
  .tablet-l\:max_h-15\% {
    max-height: 15%;
  }
  .tablet-l\:max_w-15\% {
    max-width: 15%;
  }
  .tablet-l\:min_h-15\% {
    min-height: 15%;
  }
  .tablet-l\:min_w-15\% {
    min-width: 15%;
  }
  .tablet-l\:h-15vh {
    height: 15vh;
  }
  .tablet-l\:w-15vw {
    width: 15vw;
  }
  .tablet-l\:min_w-15vw {
    min-width: 15vw;
  }
  .tablet-l\:min_h-15vh {
    min-height: 15vh;
  }
  .tablet-l\:max_w-15vw {
    max-width: 15vw;
  }
  .tablet-l\:max_h-15vh {
    max-height: 15vh;
  }
  .tablet-l\:m-t-16\% {
    margin-top: 16%;
  }
  .tablet-l\:m-t--16\% {
    margin-top: -16%;
  }
  .tablet-l\:p-t-16\% {
    padding-top: 16%;
  }
  .tablet-l\:p-t--16\% {
    padding-top: -16%;
  }
  .tablet-l\:top-16\% {
    top: 16%;
  }
  .tablet-l\:top--16\% {
    top: -16%;
  }
  .tablet-l\:m-b-16\% {
    margin-bottom: 16%;
  }
  .tablet-l\:m-b--16\% {
    margin-bottom: -16%;
  }
  .tablet-l\:p-b-16\% {
    padding-bottom: 16%;
  }
  .tablet-l\:p-b--16\% {
    padding-bottom: -16%;
  }
  .tablet-l\:bottom-16\% {
    bottom: 16%;
  }
  .tablet-l\:bottom--16\% {
    bottom: -16%;
  }
  .tablet-l\:m-l-16\% {
    margin-left: 16%;
  }
  .tablet-l\:m-l--16\% {
    margin-left: -16%;
  }
  .tablet-l\:p-l-16\% {
    padding-left: 16%;
  }
  .tablet-l\:p-l--16\% {
    padding-left: -16%;
  }
  .tablet-l\:left-16\% {
    left: 16%;
  }
  .tablet-l\:left--16\% {
    left: -16%;
  }
  .tablet-l\:m-r-16\% {
    margin-right: 16%;
  }
  .tablet-l\:m-r--16\% {
    margin-right: -16%;
  }
  .tablet-l\:p-r-16\% {
    padding-right: 16%;
  }
  .tablet-l\:p-r--16\% {
    padding-right: -16%;
  }
  .tablet-l\:right-16\% {
    right: 16%;
  }
  .tablet-l\:right--16\% {
    right: -16%;
  }
  .tablet-l\:h-16\% {
    height: 16%;
  }
  .tablet-l\:w-16\% {
    width: 16%;
  }
  .tablet-l\:max_h-16\% {
    max-height: 16%;
  }
  .tablet-l\:max_w-16\% {
    max-width: 16%;
  }
  .tablet-l\:min_h-16\% {
    min-height: 16%;
  }
  .tablet-l\:min_w-16\% {
    min-width: 16%;
  }
  .tablet-l\:h-16vh {
    height: 16vh;
  }
  .tablet-l\:w-16vw {
    width: 16vw;
  }
  .tablet-l\:min_w-16vw {
    min-width: 16vw;
  }
  .tablet-l\:min_h-16vh {
    min-height: 16vh;
  }
  .tablet-l\:max_w-16vw {
    max-width: 16vw;
  }
  .tablet-l\:max_h-16vh {
    max-height: 16vh;
  }
  .tablet-l\:m-t-17\% {
    margin-top: 17%;
  }
  .tablet-l\:m-t--17\% {
    margin-top: -17%;
  }
  .tablet-l\:p-t-17\% {
    padding-top: 17%;
  }
  .tablet-l\:p-t--17\% {
    padding-top: -17%;
  }
  .tablet-l\:top-17\% {
    top: 17%;
  }
  .tablet-l\:top--17\% {
    top: -17%;
  }
  .tablet-l\:m-b-17\% {
    margin-bottom: 17%;
  }
  .tablet-l\:m-b--17\% {
    margin-bottom: -17%;
  }
  .tablet-l\:p-b-17\% {
    padding-bottom: 17%;
  }
  .tablet-l\:p-b--17\% {
    padding-bottom: -17%;
  }
  .tablet-l\:bottom-17\% {
    bottom: 17%;
  }
  .tablet-l\:bottom--17\% {
    bottom: -17%;
  }
  .tablet-l\:m-l-17\% {
    margin-left: 17%;
  }
  .tablet-l\:m-l--17\% {
    margin-left: -17%;
  }
  .tablet-l\:p-l-17\% {
    padding-left: 17%;
  }
  .tablet-l\:p-l--17\% {
    padding-left: -17%;
  }
  .tablet-l\:left-17\% {
    left: 17%;
  }
  .tablet-l\:left--17\% {
    left: -17%;
  }
  .tablet-l\:m-r-17\% {
    margin-right: 17%;
  }
  .tablet-l\:m-r--17\% {
    margin-right: -17%;
  }
  .tablet-l\:p-r-17\% {
    padding-right: 17%;
  }
  .tablet-l\:p-r--17\% {
    padding-right: -17%;
  }
  .tablet-l\:right-17\% {
    right: 17%;
  }
  .tablet-l\:right--17\% {
    right: -17%;
  }
  .tablet-l\:h-17\% {
    height: 17%;
  }
  .tablet-l\:w-17\% {
    width: 17%;
  }
  .tablet-l\:max_h-17\% {
    max-height: 17%;
  }
  .tablet-l\:max_w-17\% {
    max-width: 17%;
  }
  .tablet-l\:min_h-17\% {
    min-height: 17%;
  }
  .tablet-l\:min_w-17\% {
    min-width: 17%;
  }
  .tablet-l\:h-17vh {
    height: 17vh;
  }
  .tablet-l\:w-17vw {
    width: 17vw;
  }
  .tablet-l\:min_w-17vw {
    min-width: 17vw;
  }
  .tablet-l\:min_h-17vh {
    min-height: 17vh;
  }
  .tablet-l\:max_w-17vw {
    max-width: 17vw;
  }
  .tablet-l\:max_h-17vh {
    max-height: 17vh;
  }
  .tablet-l\:m-t-18\% {
    margin-top: 18%;
  }
  .tablet-l\:m-t--18\% {
    margin-top: -18%;
  }
  .tablet-l\:p-t-18\% {
    padding-top: 18%;
  }
  .tablet-l\:p-t--18\% {
    padding-top: -18%;
  }
  .tablet-l\:top-18\% {
    top: 18%;
  }
  .tablet-l\:top--18\% {
    top: -18%;
  }
  .tablet-l\:m-b-18\% {
    margin-bottom: 18%;
  }
  .tablet-l\:m-b--18\% {
    margin-bottom: -18%;
  }
  .tablet-l\:p-b-18\% {
    padding-bottom: 18%;
  }
  .tablet-l\:p-b--18\% {
    padding-bottom: -18%;
  }
  .tablet-l\:bottom-18\% {
    bottom: 18%;
  }
  .tablet-l\:bottom--18\% {
    bottom: -18%;
  }
  .tablet-l\:m-l-18\% {
    margin-left: 18%;
  }
  .tablet-l\:m-l--18\% {
    margin-left: -18%;
  }
  .tablet-l\:p-l-18\% {
    padding-left: 18%;
  }
  .tablet-l\:p-l--18\% {
    padding-left: -18%;
  }
  .tablet-l\:left-18\% {
    left: 18%;
  }
  .tablet-l\:left--18\% {
    left: -18%;
  }
  .tablet-l\:m-r-18\% {
    margin-right: 18%;
  }
  .tablet-l\:m-r--18\% {
    margin-right: -18%;
  }
  .tablet-l\:p-r-18\% {
    padding-right: 18%;
  }
  .tablet-l\:p-r--18\% {
    padding-right: -18%;
  }
  .tablet-l\:right-18\% {
    right: 18%;
  }
  .tablet-l\:right--18\% {
    right: -18%;
  }
  .tablet-l\:h-18\% {
    height: 18%;
  }
  .tablet-l\:w-18\% {
    width: 18%;
  }
  .tablet-l\:max_h-18\% {
    max-height: 18%;
  }
  .tablet-l\:max_w-18\% {
    max-width: 18%;
  }
  .tablet-l\:min_h-18\% {
    min-height: 18%;
  }
  .tablet-l\:min_w-18\% {
    min-width: 18%;
  }
  .tablet-l\:h-18vh {
    height: 18vh;
  }
  .tablet-l\:w-18vw {
    width: 18vw;
  }
  .tablet-l\:min_w-18vw {
    min-width: 18vw;
  }
  .tablet-l\:min_h-18vh {
    min-height: 18vh;
  }
  .tablet-l\:max_w-18vw {
    max-width: 18vw;
  }
  .tablet-l\:max_h-18vh {
    max-height: 18vh;
  }
  .tablet-l\:m-t-19\% {
    margin-top: 19%;
  }
  .tablet-l\:m-t--19\% {
    margin-top: -19%;
  }
  .tablet-l\:p-t-19\% {
    padding-top: 19%;
  }
  .tablet-l\:p-t--19\% {
    padding-top: -19%;
  }
  .tablet-l\:top-19\% {
    top: 19%;
  }
  .tablet-l\:top--19\% {
    top: -19%;
  }
  .tablet-l\:m-b-19\% {
    margin-bottom: 19%;
  }
  .tablet-l\:m-b--19\% {
    margin-bottom: -19%;
  }
  .tablet-l\:p-b-19\% {
    padding-bottom: 19%;
  }
  .tablet-l\:p-b--19\% {
    padding-bottom: -19%;
  }
  .tablet-l\:bottom-19\% {
    bottom: 19%;
  }
  .tablet-l\:bottom--19\% {
    bottom: -19%;
  }
  .tablet-l\:m-l-19\% {
    margin-left: 19%;
  }
  .tablet-l\:m-l--19\% {
    margin-left: -19%;
  }
  .tablet-l\:p-l-19\% {
    padding-left: 19%;
  }
  .tablet-l\:p-l--19\% {
    padding-left: -19%;
  }
  .tablet-l\:left-19\% {
    left: 19%;
  }
  .tablet-l\:left--19\% {
    left: -19%;
  }
  .tablet-l\:m-r-19\% {
    margin-right: 19%;
  }
  .tablet-l\:m-r--19\% {
    margin-right: -19%;
  }
  .tablet-l\:p-r-19\% {
    padding-right: 19%;
  }
  .tablet-l\:p-r--19\% {
    padding-right: -19%;
  }
  .tablet-l\:right-19\% {
    right: 19%;
  }
  .tablet-l\:right--19\% {
    right: -19%;
  }
  .tablet-l\:h-19\% {
    height: 19%;
  }
  .tablet-l\:w-19\% {
    width: 19%;
  }
  .tablet-l\:max_h-19\% {
    max-height: 19%;
  }
  .tablet-l\:max_w-19\% {
    max-width: 19%;
  }
  .tablet-l\:min_h-19\% {
    min-height: 19%;
  }
  .tablet-l\:min_w-19\% {
    min-width: 19%;
  }
  .tablet-l\:h-19vh {
    height: 19vh;
  }
  .tablet-l\:w-19vw {
    width: 19vw;
  }
  .tablet-l\:min_w-19vw {
    min-width: 19vw;
  }
  .tablet-l\:min_h-19vh {
    min-height: 19vh;
  }
  .tablet-l\:max_w-19vw {
    max-width: 19vw;
  }
  .tablet-l\:max_h-19vh {
    max-height: 19vh;
  }
  .tablet-l\:m-t-20\% {
    margin-top: 20%;
  }
  .tablet-l\:m-t--20\% {
    margin-top: -20%;
  }
  .tablet-l\:p-t-20\% {
    padding-top: 20%;
  }
  .tablet-l\:p-t--20\% {
    padding-top: -20%;
  }
  .tablet-l\:top-20\% {
    top: 20%;
  }
  .tablet-l\:top--20\% {
    top: -20%;
  }
  .tablet-l\:m-b-20\% {
    margin-bottom: 20%;
  }
  .tablet-l\:m-b--20\% {
    margin-bottom: -20%;
  }
  .tablet-l\:p-b-20\% {
    padding-bottom: 20%;
  }
  .tablet-l\:p-b--20\% {
    padding-bottom: -20%;
  }
  .tablet-l\:bottom-20\% {
    bottom: 20%;
  }
  .tablet-l\:bottom--20\% {
    bottom: -20%;
  }
  .tablet-l\:m-l-20\% {
    margin-left: 20%;
  }
  .tablet-l\:m-l--20\% {
    margin-left: -20%;
  }
  .tablet-l\:p-l-20\% {
    padding-left: 20%;
  }
  .tablet-l\:p-l--20\% {
    padding-left: -20%;
  }
  .tablet-l\:left-20\% {
    left: 20%;
  }
  .tablet-l\:left--20\% {
    left: -20%;
  }
  .tablet-l\:m-r-20\% {
    margin-right: 20%;
  }
  .tablet-l\:m-r--20\% {
    margin-right: -20%;
  }
  .tablet-l\:p-r-20\% {
    padding-right: 20%;
  }
  .tablet-l\:p-r--20\% {
    padding-right: -20%;
  }
  .tablet-l\:right-20\% {
    right: 20%;
  }
  .tablet-l\:right--20\% {
    right: -20%;
  }
  .tablet-l\:h-20\% {
    height: 20%;
  }
  .tablet-l\:w-20\% {
    width: 20%;
  }
  .tablet-l\:max_h-20\% {
    max-height: 20%;
  }
  .tablet-l\:max_w-20\% {
    max-width: 20%;
  }
  .tablet-l\:min_h-20\% {
    min-height: 20%;
  }
  .tablet-l\:min_w-20\% {
    min-width: 20%;
  }
  .tablet-l\:h-20vh {
    height: 20vh;
  }
  .tablet-l\:w-20vw {
    width: 20vw;
  }
  .tablet-l\:min_w-20vw {
    min-width: 20vw;
  }
  .tablet-l\:min_h-20vh {
    min-height: 20vh;
  }
  .tablet-l\:max_w-20vw {
    max-width: 20vw;
  }
  .tablet-l\:max_h-20vh {
    max-height: 20vh;
  }
  .tablet-l\:m-t-21\% {
    margin-top: 21%;
  }
  .tablet-l\:m-t--21\% {
    margin-top: -21%;
  }
  .tablet-l\:p-t-21\% {
    padding-top: 21%;
  }
  .tablet-l\:p-t--21\% {
    padding-top: -21%;
  }
  .tablet-l\:top-21\% {
    top: 21%;
  }
  .tablet-l\:top--21\% {
    top: -21%;
  }
  .tablet-l\:m-b-21\% {
    margin-bottom: 21%;
  }
  .tablet-l\:m-b--21\% {
    margin-bottom: -21%;
  }
  .tablet-l\:p-b-21\% {
    padding-bottom: 21%;
  }
  .tablet-l\:p-b--21\% {
    padding-bottom: -21%;
  }
  .tablet-l\:bottom-21\% {
    bottom: 21%;
  }
  .tablet-l\:bottom--21\% {
    bottom: -21%;
  }
  .tablet-l\:m-l-21\% {
    margin-left: 21%;
  }
  .tablet-l\:m-l--21\% {
    margin-left: -21%;
  }
  .tablet-l\:p-l-21\% {
    padding-left: 21%;
  }
  .tablet-l\:p-l--21\% {
    padding-left: -21%;
  }
  .tablet-l\:left-21\% {
    left: 21%;
  }
  .tablet-l\:left--21\% {
    left: -21%;
  }
  .tablet-l\:m-r-21\% {
    margin-right: 21%;
  }
  .tablet-l\:m-r--21\% {
    margin-right: -21%;
  }
  .tablet-l\:p-r-21\% {
    padding-right: 21%;
  }
  .tablet-l\:p-r--21\% {
    padding-right: -21%;
  }
  .tablet-l\:right-21\% {
    right: 21%;
  }
  .tablet-l\:right--21\% {
    right: -21%;
  }
  .tablet-l\:h-21\% {
    height: 21%;
  }
  .tablet-l\:w-21\% {
    width: 21%;
  }
  .tablet-l\:max_h-21\% {
    max-height: 21%;
  }
  .tablet-l\:max_w-21\% {
    max-width: 21%;
  }
  .tablet-l\:min_h-21\% {
    min-height: 21%;
  }
  .tablet-l\:min_w-21\% {
    min-width: 21%;
  }
  .tablet-l\:h-21vh {
    height: 21vh;
  }
  .tablet-l\:w-21vw {
    width: 21vw;
  }
  .tablet-l\:min_w-21vw {
    min-width: 21vw;
  }
  .tablet-l\:min_h-21vh {
    min-height: 21vh;
  }
  .tablet-l\:max_w-21vw {
    max-width: 21vw;
  }
  .tablet-l\:max_h-21vh {
    max-height: 21vh;
  }
  .tablet-l\:m-t-22\% {
    margin-top: 22%;
  }
  .tablet-l\:m-t--22\% {
    margin-top: -22%;
  }
  .tablet-l\:p-t-22\% {
    padding-top: 22%;
  }
  .tablet-l\:p-t--22\% {
    padding-top: -22%;
  }
  .tablet-l\:top-22\% {
    top: 22%;
  }
  .tablet-l\:top--22\% {
    top: -22%;
  }
  .tablet-l\:m-b-22\% {
    margin-bottom: 22%;
  }
  .tablet-l\:m-b--22\% {
    margin-bottom: -22%;
  }
  .tablet-l\:p-b-22\% {
    padding-bottom: 22%;
  }
  .tablet-l\:p-b--22\% {
    padding-bottom: -22%;
  }
  .tablet-l\:bottom-22\% {
    bottom: 22%;
  }
  .tablet-l\:bottom--22\% {
    bottom: -22%;
  }
  .tablet-l\:m-l-22\% {
    margin-left: 22%;
  }
  .tablet-l\:m-l--22\% {
    margin-left: -22%;
  }
  .tablet-l\:p-l-22\% {
    padding-left: 22%;
  }
  .tablet-l\:p-l--22\% {
    padding-left: -22%;
  }
  .tablet-l\:left-22\% {
    left: 22%;
  }
  .tablet-l\:left--22\% {
    left: -22%;
  }
  .tablet-l\:m-r-22\% {
    margin-right: 22%;
  }
  .tablet-l\:m-r--22\% {
    margin-right: -22%;
  }
  .tablet-l\:p-r-22\% {
    padding-right: 22%;
  }
  .tablet-l\:p-r--22\% {
    padding-right: -22%;
  }
  .tablet-l\:right-22\% {
    right: 22%;
  }
  .tablet-l\:right--22\% {
    right: -22%;
  }
  .tablet-l\:h-22\% {
    height: 22%;
  }
  .tablet-l\:w-22\% {
    width: 22%;
  }
  .tablet-l\:max_h-22\% {
    max-height: 22%;
  }
  .tablet-l\:max_w-22\% {
    max-width: 22%;
  }
  .tablet-l\:min_h-22\% {
    min-height: 22%;
  }
  .tablet-l\:min_w-22\% {
    min-width: 22%;
  }
  .tablet-l\:h-22vh {
    height: 22vh;
  }
  .tablet-l\:w-22vw {
    width: 22vw;
  }
  .tablet-l\:min_w-22vw {
    min-width: 22vw;
  }
  .tablet-l\:min_h-22vh {
    min-height: 22vh;
  }
  .tablet-l\:max_w-22vw {
    max-width: 22vw;
  }
  .tablet-l\:max_h-22vh {
    max-height: 22vh;
  }
  .tablet-l\:m-t-23\% {
    margin-top: 23%;
  }
  .tablet-l\:m-t--23\% {
    margin-top: -23%;
  }
  .tablet-l\:p-t-23\% {
    padding-top: 23%;
  }
  .tablet-l\:p-t--23\% {
    padding-top: -23%;
  }
  .tablet-l\:top-23\% {
    top: 23%;
  }
  .tablet-l\:top--23\% {
    top: -23%;
  }
  .tablet-l\:m-b-23\% {
    margin-bottom: 23%;
  }
  .tablet-l\:m-b--23\% {
    margin-bottom: -23%;
  }
  .tablet-l\:p-b-23\% {
    padding-bottom: 23%;
  }
  .tablet-l\:p-b--23\% {
    padding-bottom: -23%;
  }
  .tablet-l\:bottom-23\% {
    bottom: 23%;
  }
  .tablet-l\:bottom--23\% {
    bottom: -23%;
  }
  .tablet-l\:m-l-23\% {
    margin-left: 23%;
  }
  .tablet-l\:m-l--23\% {
    margin-left: -23%;
  }
  .tablet-l\:p-l-23\% {
    padding-left: 23%;
  }
  .tablet-l\:p-l--23\% {
    padding-left: -23%;
  }
  .tablet-l\:left-23\% {
    left: 23%;
  }
  .tablet-l\:left--23\% {
    left: -23%;
  }
  .tablet-l\:m-r-23\% {
    margin-right: 23%;
  }
  .tablet-l\:m-r--23\% {
    margin-right: -23%;
  }
  .tablet-l\:p-r-23\% {
    padding-right: 23%;
  }
  .tablet-l\:p-r--23\% {
    padding-right: -23%;
  }
  .tablet-l\:right-23\% {
    right: 23%;
  }
  .tablet-l\:right--23\% {
    right: -23%;
  }
  .tablet-l\:h-23\% {
    height: 23%;
  }
  .tablet-l\:w-23\% {
    width: 23%;
  }
  .tablet-l\:max_h-23\% {
    max-height: 23%;
  }
  .tablet-l\:max_w-23\% {
    max-width: 23%;
  }
  .tablet-l\:min_h-23\% {
    min-height: 23%;
  }
  .tablet-l\:min_w-23\% {
    min-width: 23%;
  }
  .tablet-l\:h-23vh {
    height: 23vh;
  }
  .tablet-l\:w-23vw {
    width: 23vw;
  }
  .tablet-l\:min_w-23vw {
    min-width: 23vw;
  }
  .tablet-l\:min_h-23vh {
    min-height: 23vh;
  }
  .tablet-l\:max_w-23vw {
    max-width: 23vw;
  }
  .tablet-l\:max_h-23vh {
    max-height: 23vh;
  }
  .tablet-l\:m-t-24\% {
    margin-top: 24%;
  }
  .tablet-l\:m-t--24\% {
    margin-top: -24%;
  }
  .tablet-l\:p-t-24\% {
    padding-top: 24%;
  }
  .tablet-l\:p-t--24\% {
    padding-top: -24%;
  }
  .tablet-l\:top-24\% {
    top: 24%;
  }
  .tablet-l\:top--24\% {
    top: -24%;
  }
  .tablet-l\:m-b-24\% {
    margin-bottom: 24%;
  }
  .tablet-l\:m-b--24\% {
    margin-bottom: -24%;
  }
  .tablet-l\:p-b-24\% {
    padding-bottom: 24%;
  }
  .tablet-l\:p-b--24\% {
    padding-bottom: -24%;
  }
  .tablet-l\:bottom-24\% {
    bottom: 24%;
  }
  .tablet-l\:bottom--24\% {
    bottom: -24%;
  }
  .tablet-l\:m-l-24\% {
    margin-left: 24%;
  }
  .tablet-l\:m-l--24\% {
    margin-left: -24%;
  }
  .tablet-l\:p-l-24\% {
    padding-left: 24%;
  }
  .tablet-l\:p-l--24\% {
    padding-left: -24%;
  }
  .tablet-l\:left-24\% {
    left: 24%;
  }
  .tablet-l\:left--24\% {
    left: -24%;
  }
  .tablet-l\:m-r-24\% {
    margin-right: 24%;
  }
  .tablet-l\:m-r--24\% {
    margin-right: -24%;
  }
  .tablet-l\:p-r-24\% {
    padding-right: 24%;
  }
  .tablet-l\:p-r--24\% {
    padding-right: -24%;
  }
  .tablet-l\:right-24\% {
    right: 24%;
  }
  .tablet-l\:right--24\% {
    right: -24%;
  }
  .tablet-l\:h-24\% {
    height: 24%;
  }
  .tablet-l\:w-24\% {
    width: 24%;
  }
  .tablet-l\:max_h-24\% {
    max-height: 24%;
  }
  .tablet-l\:max_w-24\% {
    max-width: 24%;
  }
  .tablet-l\:min_h-24\% {
    min-height: 24%;
  }
  .tablet-l\:min_w-24\% {
    min-width: 24%;
  }
  .tablet-l\:h-24vh {
    height: 24vh;
  }
  .tablet-l\:w-24vw {
    width: 24vw;
  }
  .tablet-l\:min_w-24vw {
    min-width: 24vw;
  }
  .tablet-l\:min_h-24vh {
    min-height: 24vh;
  }
  .tablet-l\:max_w-24vw {
    max-width: 24vw;
  }
  .tablet-l\:max_h-24vh {
    max-height: 24vh;
  }
  .tablet-l\:m-t-25\% {
    margin-top: 25%;
  }
  .tablet-l\:m-t--25\% {
    margin-top: -25%;
  }
  .tablet-l\:p-t-25\% {
    padding-top: 25%;
  }
  .tablet-l\:p-t--25\% {
    padding-top: -25%;
  }
  .tablet-l\:top-25\% {
    top: 25%;
  }
  .tablet-l\:top--25\% {
    top: -25%;
  }
  .tablet-l\:m-b-25\% {
    margin-bottom: 25%;
  }
  .tablet-l\:m-b--25\% {
    margin-bottom: -25%;
  }
  .tablet-l\:p-b-25\% {
    padding-bottom: 25%;
  }
  .tablet-l\:p-b--25\% {
    padding-bottom: -25%;
  }
  .tablet-l\:bottom-25\% {
    bottom: 25%;
  }
  .tablet-l\:bottom--25\% {
    bottom: -25%;
  }
  .tablet-l\:m-l-25\% {
    margin-left: 25%;
  }
  .tablet-l\:m-l--25\% {
    margin-left: -25%;
  }
  .tablet-l\:p-l-25\% {
    padding-left: 25%;
  }
  .tablet-l\:p-l--25\% {
    padding-left: -25%;
  }
  .tablet-l\:left-25\% {
    left: 25%;
  }
  .tablet-l\:left--25\% {
    left: -25%;
  }
  .tablet-l\:m-r-25\% {
    margin-right: 25%;
  }
  .tablet-l\:m-r--25\% {
    margin-right: -25%;
  }
  .tablet-l\:p-r-25\% {
    padding-right: 25%;
  }
  .tablet-l\:p-r--25\% {
    padding-right: -25%;
  }
  .tablet-l\:right-25\% {
    right: 25%;
  }
  .tablet-l\:right--25\% {
    right: -25%;
  }
  .tablet-l\:h-25\% {
    height: 25%;
  }
  .tablet-l\:w-25\% {
    width: 25%;
  }
  .tablet-l\:max_h-25\% {
    max-height: 25%;
  }
  .tablet-l\:max_w-25\% {
    max-width: 25%;
  }
  .tablet-l\:min_h-25\% {
    min-height: 25%;
  }
  .tablet-l\:min_w-25\% {
    min-width: 25%;
  }
  .tablet-l\:h-25vh {
    height: 25vh;
  }
  .tablet-l\:w-25vw {
    width: 25vw;
  }
  .tablet-l\:min_w-25vw {
    min-width: 25vw;
  }
  .tablet-l\:min_h-25vh {
    min-height: 25vh;
  }
  .tablet-l\:max_w-25vw {
    max-width: 25vw;
  }
  .tablet-l\:max_h-25vh {
    max-height: 25vh;
  }
  .tablet-l\:m-t-26\% {
    margin-top: 26%;
  }
  .tablet-l\:m-t--26\% {
    margin-top: -26%;
  }
  .tablet-l\:p-t-26\% {
    padding-top: 26%;
  }
  .tablet-l\:p-t--26\% {
    padding-top: -26%;
  }
  .tablet-l\:top-26\% {
    top: 26%;
  }
  .tablet-l\:top--26\% {
    top: -26%;
  }
  .tablet-l\:m-b-26\% {
    margin-bottom: 26%;
  }
  .tablet-l\:m-b--26\% {
    margin-bottom: -26%;
  }
  .tablet-l\:p-b-26\% {
    padding-bottom: 26%;
  }
  .tablet-l\:p-b--26\% {
    padding-bottom: -26%;
  }
  .tablet-l\:bottom-26\% {
    bottom: 26%;
  }
  .tablet-l\:bottom--26\% {
    bottom: -26%;
  }
  .tablet-l\:m-l-26\% {
    margin-left: 26%;
  }
  .tablet-l\:m-l--26\% {
    margin-left: -26%;
  }
  .tablet-l\:p-l-26\% {
    padding-left: 26%;
  }
  .tablet-l\:p-l--26\% {
    padding-left: -26%;
  }
  .tablet-l\:left-26\% {
    left: 26%;
  }
  .tablet-l\:left--26\% {
    left: -26%;
  }
  .tablet-l\:m-r-26\% {
    margin-right: 26%;
  }
  .tablet-l\:m-r--26\% {
    margin-right: -26%;
  }
  .tablet-l\:p-r-26\% {
    padding-right: 26%;
  }
  .tablet-l\:p-r--26\% {
    padding-right: -26%;
  }
  .tablet-l\:right-26\% {
    right: 26%;
  }
  .tablet-l\:right--26\% {
    right: -26%;
  }
  .tablet-l\:h-26\% {
    height: 26%;
  }
  .tablet-l\:w-26\% {
    width: 26%;
  }
  .tablet-l\:max_h-26\% {
    max-height: 26%;
  }
  .tablet-l\:max_w-26\% {
    max-width: 26%;
  }
  .tablet-l\:min_h-26\% {
    min-height: 26%;
  }
  .tablet-l\:min_w-26\% {
    min-width: 26%;
  }
  .tablet-l\:h-26vh {
    height: 26vh;
  }
  .tablet-l\:w-26vw {
    width: 26vw;
  }
  .tablet-l\:min_w-26vw {
    min-width: 26vw;
  }
  .tablet-l\:min_h-26vh {
    min-height: 26vh;
  }
  .tablet-l\:max_w-26vw {
    max-width: 26vw;
  }
  .tablet-l\:max_h-26vh {
    max-height: 26vh;
  }
  .tablet-l\:m-t-27\% {
    margin-top: 27%;
  }
  .tablet-l\:m-t--27\% {
    margin-top: -27%;
  }
  .tablet-l\:p-t-27\% {
    padding-top: 27%;
  }
  .tablet-l\:p-t--27\% {
    padding-top: -27%;
  }
  .tablet-l\:top-27\% {
    top: 27%;
  }
  .tablet-l\:top--27\% {
    top: -27%;
  }
  .tablet-l\:m-b-27\% {
    margin-bottom: 27%;
  }
  .tablet-l\:m-b--27\% {
    margin-bottom: -27%;
  }
  .tablet-l\:p-b-27\% {
    padding-bottom: 27%;
  }
  .tablet-l\:p-b--27\% {
    padding-bottom: -27%;
  }
  .tablet-l\:bottom-27\% {
    bottom: 27%;
  }
  .tablet-l\:bottom--27\% {
    bottom: -27%;
  }
  .tablet-l\:m-l-27\% {
    margin-left: 27%;
  }
  .tablet-l\:m-l--27\% {
    margin-left: -27%;
  }
  .tablet-l\:p-l-27\% {
    padding-left: 27%;
  }
  .tablet-l\:p-l--27\% {
    padding-left: -27%;
  }
  .tablet-l\:left-27\% {
    left: 27%;
  }
  .tablet-l\:left--27\% {
    left: -27%;
  }
  .tablet-l\:m-r-27\% {
    margin-right: 27%;
  }
  .tablet-l\:m-r--27\% {
    margin-right: -27%;
  }
  .tablet-l\:p-r-27\% {
    padding-right: 27%;
  }
  .tablet-l\:p-r--27\% {
    padding-right: -27%;
  }
  .tablet-l\:right-27\% {
    right: 27%;
  }
  .tablet-l\:right--27\% {
    right: -27%;
  }
  .tablet-l\:h-27\% {
    height: 27%;
  }
  .tablet-l\:w-27\% {
    width: 27%;
  }
  .tablet-l\:max_h-27\% {
    max-height: 27%;
  }
  .tablet-l\:max_w-27\% {
    max-width: 27%;
  }
  .tablet-l\:min_h-27\% {
    min-height: 27%;
  }
  .tablet-l\:min_w-27\% {
    min-width: 27%;
  }
  .tablet-l\:h-27vh {
    height: 27vh;
  }
  .tablet-l\:w-27vw {
    width: 27vw;
  }
  .tablet-l\:min_w-27vw {
    min-width: 27vw;
  }
  .tablet-l\:min_h-27vh {
    min-height: 27vh;
  }
  .tablet-l\:max_w-27vw {
    max-width: 27vw;
  }
  .tablet-l\:max_h-27vh {
    max-height: 27vh;
  }
  .tablet-l\:m-t-28\% {
    margin-top: 28%;
  }
  .tablet-l\:m-t--28\% {
    margin-top: -28%;
  }
  .tablet-l\:p-t-28\% {
    padding-top: 28%;
  }
  .tablet-l\:p-t--28\% {
    padding-top: -28%;
  }
  .tablet-l\:top-28\% {
    top: 28%;
  }
  .tablet-l\:top--28\% {
    top: -28%;
  }
  .tablet-l\:m-b-28\% {
    margin-bottom: 28%;
  }
  .tablet-l\:m-b--28\% {
    margin-bottom: -28%;
  }
  .tablet-l\:p-b-28\% {
    padding-bottom: 28%;
  }
  .tablet-l\:p-b--28\% {
    padding-bottom: -28%;
  }
  .tablet-l\:bottom-28\% {
    bottom: 28%;
  }
  .tablet-l\:bottom--28\% {
    bottom: -28%;
  }
  .tablet-l\:m-l-28\% {
    margin-left: 28%;
  }
  .tablet-l\:m-l--28\% {
    margin-left: -28%;
  }
  .tablet-l\:p-l-28\% {
    padding-left: 28%;
  }
  .tablet-l\:p-l--28\% {
    padding-left: -28%;
  }
  .tablet-l\:left-28\% {
    left: 28%;
  }
  .tablet-l\:left--28\% {
    left: -28%;
  }
  .tablet-l\:m-r-28\% {
    margin-right: 28%;
  }
  .tablet-l\:m-r--28\% {
    margin-right: -28%;
  }
  .tablet-l\:p-r-28\% {
    padding-right: 28%;
  }
  .tablet-l\:p-r--28\% {
    padding-right: -28%;
  }
  .tablet-l\:right-28\% {
    right: 28%;
  }
  .tablet-l\:right--28\% {
    right: -28%;
  }
  .tablet-l\:h-28\% {
    height: 28%;
  }
  .tablet-l\:w-28\% {
    width: 28%;
  }
  .tablet-l\:max_h-28\% {
    max-height: 28%;
  }
  .tablet-l\:max_w-28\% {
    max-width: 28%;
  }
  .tablet-l\:min_h-28\% {
    min-height: 28%;
  }
  .tablet-l\:min_w-28\% {
    min-width: 28%;
  }
  .tablet-l\:h-28vh {
    height: 28vh;
  }
  .tablet-l\:w-28vw {
    width: 28vw;
  }
  .tablet-l\:min_w-28vw {
    min-width: 28vw;
  }
  .tablet-l\:min_h-28vh {
    min-height: 28vh;
  }
  .tablet-l\:max_w-28vw {
    max-width: 28vw;
  }
  .tablet-l\:max_h-28vh {
    max-height: 28vh;
  }
  .tablet-l\:m-t-29\% {
    margin-top: 29%;
  }
  .tablet-l\:m-t--29\% {
    margin-top: -29%;
  }
  .tablet-l\:p-t-29\% {
    padding-top: 29%;
  }
  .tablet-l\:p-t--29\% {
    padding-top: -29%;
  }
  .tablet-l\:top-29\% {
    top: 29%;
  }
  .tablet-l\:top--29\% {
    top: -29%;
  }
  .tablet-l\:m-b-29\% {
    margin-bottom: 29%;
  }
  .tablet-l\:m-b--29\% {
    margin-bottom: -29%;
  }
  .tablet-l\:p-b-29\% {
    padding-bottom: 29%;
  }
  .tablet-l\:p-b--29\% {
    padding-bottom: -29%;
  }
  .tablet-l\:bottom-29\% {
    bottom: 29%;
  }
  .tablet-l\:bottom--29\% {
    bottom: -29%;
  }
  .tablet-l\:m-l-29\% {
    margin-left: 29%;
  }
  .tablet-l\:m-l--29\% {
    margin-left: -29%;
  }
  .tablet-l\:p-l-29\% {
    padding-left: 29%;
  }
  .tablet-l\:p-l--29\% {
    padding-left: -29%;
  }
  .tablet-l\:left-29\% {
    left: 29%;
  }
  .tablet-l\:left--29\% {
    left: -29%;
  }
  .tablet-l\:m-r-29\% {
    margin-right: 29%;
  }
  .tablet-l\:m-r--29\% {
    margin-right: -29%;
  }
  .tablet-l\:p-r-29\% {
    padding-right: 29%;
  }
  .tablet-l\:p-r--29\% {
    padding-right: -29%;
  }
  .tablet-l\:right-29\% {
    right: 29%;
  }
  .tablet-l\:right--29\% {
    right: -29%;
  }
  .tablet-l\:h-29\% {
    height: 29%;
  }
  .tablet-l\:w-29\% {
    width: 29%;
  }
  .tablet-l\:max_h-29\% {
    max-height: 29%;
  }
  .tablet-l\:max_w-29\% {
    max-width: 29%;
  }
  .tablet-l\:min_h-29\% {
    min-height: 29%;
  }
  .tablet-l\:min_w-29\% {
    min-width: 29%;
  }
  .tablet-l\:h-29vh {
    height: 29vh;
  }
  .tablet-l\:w-29vw {
    width: 29vw;
  }
  .tablet-l\:min_w-29vw {
    min-width: 29vw;
  }
  .tablet-l\:min_h-29vh {
    min-height: 29vh;
  }
  .tablet-l\:max_w-29vw {
    max-width: 29vw;
  }
  .tablet-l\:max_h-29vh {
    max-height: 29vh;
  }
  .tablet-l\:m-t-30\% {
    margin-top: 30%;
  }
  .tablet-l\:m-t--30\% {
    margin-top: -30%;
  }
  .tablet-l\:p-t-30\% {
    padding-top: 30%;
  }
  .tablet-l\:p-t--30\% {
    padding-top: -30%;
  }
  .tablet-l\:top-30\% {
    top: 30%;
  }
  .tablet-l\:top--30\% {
    top: -30%;
  }
  .tablet-l\:m-b-30\% {
    margin-bottom: 30%;
  }
  .tablet-l\:m-b--30\% {
    margin-bottom: -30%;
  }
  .tablet-l\:p-b-30\% {
    padding-bottom: 30%;
  }
  .tablet-l\:p-b--30\% {
    padding-bottom: -30%;
  }
  .tablet-l\:bottom-30\% {
    bottom: 30%;
  }
  .tablet-l\:bottom--30\% {
    bottom: -30%;
  }
  .tablet-l\:m-l-30\% {
    margin-left: 30%;
  }
  .tablet-l\:m-l--30\% {
    margin-left: -30%;
  }
  .tablet-l\:p-l-30\% {
    padding-left: 30%;
  }
  .tablet-l\:p-l--30\% {
    padding-left: -30%;
  }
  .tablet-l\:left-30\% {
    left: 30%;
  }
  .tablet-l\:left--30\% {
    left: -30%;
  }
  .tablet-l\:m-r-30\% {
    margin-right: 30%;
  }
  .tablet-l\:m-r--30\% {
    margin-right: -30%;
  }
  .tablet-l\:p-r-30\% {
    padding-right: 30%;
  }
  .tablet-l\:p-r--30\% {
    padding-right: -30%;
  }
  .tablet-l\:right-30\% {
    right: 30%;
  }
  .tablet-l\:right--30\% {
    right: -30%;
  }
  .tablet-l\:h-30\% {
    height: 30%;
  }
  .tablet-l\:w-30\% {
    width: 30%;
  }
  .tablet-l\:max_h-30\% {
    max-height: 30%;
  }
  .tablet-l\:max_w-30\% {
    max-width: 30%;
  }
  .tablet-l\:min_h-30\% {
    min-height: 30%;
  }
  .tablet-l\:min_w-30\% {
    min-width: 30%;
  }
  .tablet-l\:h-30vh {
    height: 30vh;
  }
  .tablet-l\:w-30vw {
    width: 30vw;
  }
  .tablet-l\:min_w-30vw {
    min-width: 30vw;
  }
  .tablet-l\:min_h-30vh {
    min-height: 30vh;
  }
  .tablet-l\:max_w-30vw {
    max-width: 30vw;
  }
  .tablet-l\:max_h-30vh {
    max-height: 30vh;
  }
  .tablet-l\:m-t-31\% {
    margin-top: 31%;
  }
  .tablet-l\:m-t--31\% {
    margin-top: -31%;
  }
  .tablet-l\:p-t-31\% {
    padding-top: 31%;
  }
  .tablet-l\:p-t--31\% {
    padding-top: -31%;
  }
  .tablet-l\:top-31\% {
    top: 31%;
  }
  .tablet-l\:top--31\% {
    top: -31%;
  }
  .tablet-l\:m-b-31\% {
    margin-bottom: 31%;
  }
  .tablet-l\:m-b--31\% {
    margin-bottom: -31%;
  }
  .tablet-l\:p-b-31\% {
    padding-bottom: 31%;
  }
  .tablet-l\:p-b--31\% {
    padding-bottom: -31%;
  }
  .tablet-l\:bottom-31\% {
    bottom: 31%;
  }
  .tablet-l\:bottom--31\% {
    bottom: -31%;
  }
  .tablet-l\:m-l-31\% {
    margin-left: 31%;
  }
  .tablet-l\:m-l--31\% {
    margin-left: -31%;
  }
  .tablet-l\:p-l-31\% {
    padding-left: 31%;
  }
  .tablet-l\:p-l--31\% {
    padding-left: -31%;
  }
  .tablet-l\:left-31\% {
    left: 31%;
  }
  .tablet-l\:left--31\% {
    left: -31%;
  }
  .tablet-l\:m-r-31\% {
    margin-right: 31%;
  }
  .tablet-l\:m-r--31\% {
    margin-right: -31%;
  }
  .tablet-l\:p-r-31\% {
    padding-right: 31%;
  }
  .tablet-l\:p-r--31\% {
    padding-right: -31%;
  }
  .tablet-l\:right-31\% {
    right: 31%;
  }
  .tablet-l\:right--31\% {
    right: -31%;
  }
  .tablet-l\:h-31\% {
    height: 31%;
  }
  .tablet-l\:w-31\% {
    width: 31%;
  }
  .tablet-l\:max_h-31\% {
    max-height: 31%;
  }
  .tablet-l\:max_w-31\% {
    max-width: 31%;
  }
  .tablet-l\:min_h-31\% {
    min-height: 31%;
  }
  .tablet-l\:min_w-31\% {
    min-width: 31%;
  }
  .tablet-l\:h-31vh {
    height: 31vh;
  }
  .tablet-l\:w-31vw {
    width: 31vw;
  }
  .tablet-l\:min_w-31vw {
    min-width: 31vw;
  }
  .tablet-l\:min_h-31vh {
    min-height: 31vh;
  }
  .tablet-l\:max_w-31vw {
    max-width: 31vw;
  }
  .tablet-l\:max_h-31vh {
    max-height: 31vh;
  }
  .tablet-l\:m-t-32\% {
    margin-top: 32%;
  }
  .tablet-l\:m-t--32\% {
    margin-top: -32%;
  }
  .tablet-l\:p-t-32\% {
    padding-top: 32%;
  }
  .tablet-l\:p-t--32\% {
    padding-top: -32%;
  }
  .tablet-l\:top-32\% {
    top: 32%;
  }
  .tablet-l\:top--32\% {
    top: -32%;
  }
  .tablet-l\:m-b-32\% {
    margin-bottom: 32%;
  }
  .tablet-l\:m-b--32\% {
    margin-bottom: -32%;
  }
  .tablet-l\:p-b-32\% {
    padding-bottom: 32%;
  }
  .tablet-l\:p-b--32\% {
    padding-bottom: -32%;
  }
  .tablet-l\:bottom-32\% {
    bottom: 32%;
  }
  .tablet-l\:bottom--32\% {
    bottom: -32%;
  }
  .tablet-l\:m-l-32\% {
    margin-left: 32%;
  }
  .tablet-l\:m-l--32\% {
    margin-left: -32%;
  }
  .tablet-l\:p-l-32\% {
    padding-left: 32%;
  }
  .tablet-l\:p-l--32\% {
    padding-left: -32%;
  }
  .tablet-l\:left-32\% {
    left: 32%;
  }
  .tablet-l\:left--32\% {
    left: -32%;
  }
  .tablet-l\:m-r-32\% {
    margin-right: 32%;
  }
  .tablet-l\:m-r--32\% {
    margin-right: -32%;
  }
  .tablet-l\:p-r-32\% {
    padding-right: 32%;
  }
  .tablet-l\:p-r--32\% {
    padding-right: -32%;
  }
  .tablet-l\:right-32\% {
    right: 32%;
  }
  .tablet-l\:right--32\% {
    right: -32%;
  }
  .tablet-l\:h-32\% {
    height: 32%;
  }
  .tablet-l\:w-32\% {
    width: 32%;
  }
  .tablet-l\:max_h-32\% {
    max-height: 32%;
  }
  .tablet-l\:max_w-32\% {
    max-width: 32%;
  }
  .tablet-l\:min_h-32\% {
    min-height: 32%;
  }
  .tablet-l\:min_w-32\% {
    min-width: 32%;
  }
  .tablet-l\:h-32vh {
    height: 32vh;
  }
  .tablet-l\:w-32vw {
    width: 32vw;
  }
  .tablet-l\:min_w-32vw {
    min-width: 32vw;
  }
  .tablet-l\:min_h-32vh {
    min-height: 32vh;
  }
  .tablet-l\:max_w-32vw {
    max-width: 32vw;
  }
  .tablet-l\:max_h-32vh {
    max-height: 32vh;
  }
  .tablet-l\:m-t-33\% {
    margin-top: 33%;
  }
  .tablet-l\:m-t--33\% {
    margin-top: -33%;
  }
  .tablet-l\:p-t-33\% {
    padding-top: 33%;
  }
  .tablet-l\:p-t--33\% {
    padding-top: -33%;
  }
  .tablet-l\:top-33\% {
    top: 33%;
  }
  .tablet-l\:top--33\% {
    top: -33%;
  }
  .tablet-l\:m-b-33\% {
    margin-bottom: 33%;
  }
  .tablet-l\:m-b--33\% {
    margin-bottom: -33%;
  }
  .tablet-l\:p-b-33\% {
    padding-bottom: 33%;
  }
  .tablet-l\:p-b--33\% {
    padding-bottom: -33%;
  }
  .tablet-l\:bottom-33\% {
    bottom: 33%;
  }
  .tablet-l\:bottom--33\% {
    bottom: -33%;
  }
  .tablet-l\:m-l-33\% {
    margin-left: 33%;
  }
  .tablet-l\:m-l--33\% {
    margin-left: -33%;
  }
  .tablet-l\:p-l-33\% {
    padding-left: 33%;
  }
  .tablet-l\:p-l--33\% {
    padding-left: -33%;
  }
  .tablet-l\:left-33\% {
    left: 33%;
  }
  .tablet-l\:left--33\% {
    left: -33%;
  }
  .tablet-l\:m-r-33\% {
    margin-right: 33%;
  }
  .tablet-l\:m-r--33\% {
    margin-right: -33%;
  }
  .tablet-l\:p-r-33\% {
    padding-right: 33%;
  }
  .tablet-l\:p-r--33\% {
    padding-right: -33%;
  }
  .tablet-l\:right-33\% {
    right: 33%;
  }
  .tablet-l\:right--33\% {
    right: -33%;
  }
  .tablet-l\:h-33\% {
    height: 33%;
  }
  .tablet-l\:w-33\% {
    width: 33%;
  }
  .tablet-l\:max_h-33\% {
    max-height: 33%;
  }
  .tablet-l\:max_w-33\% {
    max-width: 33%;
  }
  .tablet-l\:min_h-33\% {
    min-height: 33%;
  }
  .tablet-l\:min_w-33\% {
    min-width: 33%;
  }
  .tablet-l\:h-33vh {
    height: 33vh;
  }
  .tablet-l\:w-33vw {
    width: 33vw;
  }
  .tablet-l\:min_w-33vw {
    min-width: 33vw;
  }
  .tablet-l\:min_h-33vh {
    min-height: 33vh;
  }
  .tablet-l\:max_w-33vw {
    max-width: 33vw;
  }
  .tablet-l\:max_h-33vh {
    max-height: 33vh;
  }
  .tablet-l\:m-t-34\% {
    margin-top: 34%;
  }
  .tablet-l\:m-t--34\% {
    margin-top: -34%;
  }
  .tablet-l\:p-t-34\% {
    padding-top: 34%;
  }
  .tablet-l\:p-t--34\% {
    padding-top: -34%;
  }
  .tablet-l\:top-34\% {
    top: 34%;
  }
  .tablet-l\:top--34\% {
    top: -34%;
  }
  .tablet-l\:m-b-34\% {
    margin-bottom: 34%;
  }
  .tablet-l\:m-b--34\% {
    margin-bottom: -34%;
  }
  .tablet-l\:p-b-34\% {
    padding-bottom: 34%;
  }
  .tablet-l\:p-b--34\% {
    padding-bottom: -34%;
  }
  .tablet-l\:bottom-34\% {
    bottom: 34%;
  }
  .tablet-l\:bottom--34\% {
    bottom: -34%;
  }
  .tablet-l\:m-l-34\% {
    margin-left: 34%;
  }
  .tablet-l\:m-l--34\% {
    margin-left: -34%;
  }
  .tablet-l\:p-l-34\% {
    padding-left: 34%;
  }
  .tablet-l\:p-l--34\% {
    padding-left: -34%;
  }
  .tablet-l\:left-34\% {
    left: 34%;
  }
  .tablet-l\:left--34\% {
    left: -34%;
  }
  .tablet-l\:m-r-34\% {
    margin-right: 34%;
  }
  .tablet-l\:m-r--34\% {
    margin-right: -34%;
  }
  .tablet-l\:p-r-34\% {
    padding-right: 34%;
  }
  .tablet-l\:p-r--34\% {
    padding-right: -34%;
  }
  .tablet-l\:right-34\% {
    right: 34%;
  }
  .tablet-l\:right--34\% {
    right: -34%;
  }
  .tablet-l\:h-34\% {
    height: 34%;
  }
  .tablet-l\:w-34\% {
    width: 34%;
  }
  .tablet-l\:max_h-34\% {
    max-height: 34%;
  }
  .tablet-l\:max_w-34\% {
    max-width: 34%;
  }
  .tablet-l\:min_h-34\% {
    min-height: 34%;
  }
  .tablet-l\:min_w-34\% {
    min-width: 34%;
  }
  .tablet-l\:h-34vh {
    height: 34vh;
  }
  .tablet-l\:w-34vw {
    width: 34vw;
  }
  .tablet-l\:min_w-34vw {
    min-width: 34vw;
  }
  .tablet-l\:min_h-34vh {
    min-height: 34vh;
  }
  .tablet-l\:max_w-34vw {
    max-width: 34vw;
  }
  .tablet-l\:max_h-34vh {
    max-height: 34vh;
  }
  .tablet-l\:m-t-35\% {
    margin-top: 35%;
  }
  .tablet-l\:m-t--35\% {
    margin-top: -35%;
  }
  .tablet-l\:p-t-35\% {
    padding-top: 35%;
  }
  .tablet-l\:p-t--35\% {
    padding-top: -35%;
  }
  .tablet-l\:top-35\% {
    top: 35%;
  }
  .tablet-l\:top--35\% {
    top: -35%;
  }
  .tablet-l\:m-b-35\% {
    margin-bottom: 35%;
  }
  .tablet-l\:m-b--35\% {
    margin-bottom: -35%;
  }
  .tablet-l\:p-b-35\% {
    padding-bottom: 35%;
  }
  .tablet-l\:p-b--35\% {
    padding-bottom: -35%;
  }
  .tablet-l\:bottom-35\% {
    bottom: 35%;
  }
  .tablet-l\:bottom--35\% {
    bottom: -35%;
  }
  .tablet-l\:m-l-35\% {
    margin-left: 35%;
  }
  .tablet-l\:m-l--35\% {
    margin-left: -35%;
  }
  .tablet-l\:p-l-35\% {
    padding-left: 35%;
  }
  .tablet-l\:p-l--35\% {
    padding-left: -35%;
  }
  .tablet-l\:left-35\% {
    left: 35%;
  }
  .tablet-l\:left--35\% {
    left: -35%;
  }
  .tablet-l\:m-r-35\% {
    margin-right: 35%;
  }
  .tablet-l\:m-r--35\% {
    margin-right: -35%;
  }
  .tablet-l\:p-r-35\% {
    padding-right: 35%;
  }
  .tablet-l\:p-r--35\% {
    padding-right: -35%;
  }
  .tablet-l\:right-35\% {
    right: 35%;
  }
  .tablet-l\:right--35\% {
    right: -35%;
  }
  .tablet-l\:h-35\% {
    height: 35%;
  }
  .tablet-l\:w-35\% {
    width: 35%;
  }
  .tablet-l\:max_h-35\% {
    max-height: 35%;
  }
  .tablet-l\:max_w-35\% {
    max-width: 35%;
  }
  .tablet-l\:min_h-35\% {
    min-height: 35%;
  }
  .tablet-l\:min_w-35\% {
    min-width: 35%;
  }
  .tablet-l\:h-35vh {
    height: 35vh;
  }
  .tablet-l\:w-35vw {
    width: 35vw;
  }
  .tablet-l\:min_w-35vw {
    min-width: 35vw;
  }
  .tablet-l\:min_h-35vh {
    min-height: 35vh;
  }
  .tablet-l\:max_w-35vw {
    max-width: 35vw;
  }
  .tablet-l\:max_h-35vh {
    max-height: 35vh;
  }
  .tablet-l\:m-t-36\% {
    margin-top: 36%;
  }
  .tablet-l\:m-t--36\% {
    margin-top: -36%;
  }
  .tablet-l\:p-t-36\% {
    padding-top: 36%;
  }
  .tablet-l\:p-t--36\% {
    padding-top: -36%;
  }
  .tablet-l\:top-36\% {
    top: 36%;
  }
  .tablet-l\:top--36\% {
    top: -36%;
  }
  .tablet-l\:m-b-36\% {
    margin-bottom: 36%;
  }
  .tablet-l\:m-b--36\% {
    margin-bottom: -36%;
  }
  .tablet-l\:p-b-36\% {
    padding-bottom: 36%;
  }
  .tablet-l\:p-b--36\% {
    padding-bottom: -36%;
  }
  .tablet-l\:bottom-36\% {
    bottom: 36%;
  }
  .tablet-l\:bottom--36\% {
    bottom: -36%;
  }
  .tablet-l\:m-l-36\% {
    margin-left: 36%;
  }
  .tablet-l\:m-l--36\% {
    margin-left: -36%;
  }
  .tablet-l\:p-l-36\% {
    padding-left: 36%;
  }
  .tablet-l\:p-l--36\% {
    padding-left: -36%;
  }
  .tablet-l\:left-36\% {
    left: 36%;
  }
  .tablet-l\:left--36\% {
    left: -36%;
  }
  .tablet-l\:m-r-36\% {
    margin-right: 36%;
  }
  .tablet-l\:m-r--36\% {
    margin-right: -36%;
  }
  .tablet-l\:p-r-36\% {
    padding-right: 36%;
  }
  .tablet-l\:p-r--36\% {
    padding-right: -36%;
  }
  .tablet-l\:right-36\% {
    right: 36%;
  }
  .tablet-l\:right--36\% {
    right: -36%;
  }
  .tablet-l\:h-36\% {
    height: 36%;
  }
  .tablet-l\:w-36\% {
    width: 36%;
  }
  .tablet-l\:max_h-36\% {
    max-height: 36%;
  }
  .tablet-l\:max_w-36\% {
    max-width: 36%;
  }
  .tablet-l\:min_h-36\% {
    min-height: 36%;
  }
  .tablet-l\:min_w-36\% {
    min-width: 36%;
  }
  .tablet-l\:h-36vh {
    height: 36vh;
  }
  .tablet-l\:w-36vw {
    width: 36vw;
  }
  .tablet-l\:min_w-36vw {
    min-width: 36vw;
  }
  .tablet-l\:min_h-36vh {
    min-height: 36vh;
  }
  .tablet-l\:max_w-36vw {
    max-width: 36vw;
  }
  .tablet-l\:max_h-36vh {
    max-height: 36vh;
  }
  .tablet-l\:m-t-37\% {
    margin-top: 37%;
  }
  .tablet-l\:m-t--37\% {
    margin-top: -37%;
  }
  .tablet-l\:p-t-37\% {
    padding-top: 37%;
  }
  .tablet-l\:p-t--37\% {
    padding-top: -37%;
  }
  .tablet-l\:top-37\% {
    top: 37%;
  }
  .tablet-l\:top--37\% {
    top: -37%;
  }
  .tablet-l\:m-b-37\% {
    margin-bottom: 37%;
  }
  .tablet-l\:m-b--37\% {
    margin-bottom: -37%;
  }
  .tablet-l\:p-b-37\% {
    padding-bottom: 37%;
  }
  .tablet-l\:p-b--37\% {
    padding-bottom: -37%;
  }
  .tablet-l\:bottom-37\% {
    bottom: 37%;
  }
  .tablet-l\:bottom--37\% {
    bottom: -37%;
  }
  .tablet-l\:m-l-37\% {
    margin-left: 37%;
  }
  .tablet-l\:m-l--37\% {
    margin-left: -37%;
  }
  .tablet-l\:p-l-37\% {
    padding-left: 37%;
  }
  .tablet-l\:p-l--37\% {
    padding-left: -37%;
  }
  .tablet-l\:left-37\% {
    left: 37%;
  }
  .tablet-l\:left--37\% {
    left: -37%;
  }
  .tablet-l\:m-r-37\% {
    margin-right: 37%;
  }
  .tablet-l\:m-r--37\% {
    margin-right: -37%;
  }
  .tablet-l\:p-r-37\% {
    padding-right: 37%;
  }
  .tablet-l\:p-r--37\% {
    padding-right: -37%;
  }
  .tablet-l\:right-37\% {
    right: 37%;
  }
  .tablet-l\:right--37\% {
    right: -37%;
  }
  .tablet-l\:h-37\% {
    height: 37%;
  }
  .tablet-l\:w-37\% {
    width: 37%;
  }
  .tablet-l\:max_h-37\% {
    max-height: 37%;
  }
  .tablet-l\:max_w-37\% {
    max-width: 37%;
  }
  .tablet-l\:min_h-37\% {
    min-height: 37%;
  }
  .tablet-l\:min_w-37\% {
    min-width: 37%;
  }
  .tablet-l\:h-37vh {
    height: 37vh;
  }
  .tablet-l\:w-37vw {
    width: 37vw;
  }
  .tablet-l\:min_w-37vw {
    min-width: 37vw;
  }
  .tablet-l\:min_h-37vh {
    min-height: 37vh;
  }
  .tablet-l\:max_w-37vw {
    max-width: 37vw;
  }
  .tablet-l\:max_h-37vh {
    max-height: 37vh;
  }
  .tablet-l\:m-t-38\% {
    margin-top: 38%;
  }
  .tablet-l\:m-t--38\% {
    margin-top: -38%;
  }
  .tablet-l\:p-t-38\% {
    padding-top: 38%;
  }
  .tablet-l\:p-t--38\% {
    padding-top: -38%;
  }
  .tablet-l\:top-38\% {
    top: 38%;
  }
  .tablet-l\:top--38\% {
    top: -38%;
  }
  .tablet-l\:m-b-38\% {
    margin-bottom: 38%;
  }
  .tablet-l\:m-b--38\% {
    margin-bottom: -38%;
  }
  .tablet-l\:p-b-38\% {
    padding-bottom: 38%;
  }
  .tablet-l\:p-b--38\% {
    padding-bottom: -38%;
  }
  .tablet-l\:bottom-38\% {
    bottom: 38%;
  }
  .tablet-l\:bottom--38\% {
    bottom: -38%;
  }
  .tablet-l\:m-l-38\% {
    margin-left: 38%;
  }
  .tablet-l\:m-l--38\% {
    margin-left: -38%;
  }
  .tablet-l\:p-l-38\% {
    padding-left: 38%;
  }
  .tablet-l\:p-l--38\% {
    padding-left: -38%;
  }
  .tablet-l\:left-38\% {
    left: 38%;
  }
  .tablet-l\:left--38\% {
    left: -38%;
  }
  .tablet-l\:m-r-38\% {
    margin-right: 38%;
  }
  .tablet-l\:m-r--38\% {
    margin-right: -38%;
  }
  .tablet-l\:p-r-38\% {
    padding-right: 38%;
  }
  .tablet-l\:p-r--38\% {
    padding-right: -38%;
  }
  .tablet-l\:right-38\% {
    right: 38%;
  }
  .tablet-l\:right--38\% {
    right: -38%;
  }
  .tablet-l\:h-38\% {
    height: 38%;
  }
  .tablet-l\:w-38\% {
    width: 38%;
  }
  .tablet-l\:max_h-38\% {
    max-height: 38%;
  }
  .tablet-l\:max_w-38\% {
    max-width: 38%;
  }
  .tablet-l\:min_h-38\% {
    min-height: 38%;
  }
  .tablet-l\:min_w-38\% {
    min-width: 38%;
  }
  .tablet-l\:h-38vh {
    height: 38vh;
  }
  .tablet-l\:w-38vw {
    width: 38vw;
  }
  .tablet-l\:min_w-38vw {
    min-width: 38vw;
  }
  .tablet-l\:min_h-38vh {
    min-height: 38vh;
  }
  .tablet-l\:max_w-38vw {
    max-width: 38vw;
  }
  .tablet-l\:max_h-38vh {
    max-height: 38vh;
  }
  .tablet-l\:m-t-39\% {
    margin-top: 39%;
  }
  .tablet-l\:m-t--39\% {
    margin-top: -39%;
  }
  .tablet-l\:p-t-39\% {
    padding-top: 39%;
  }
  .tablet-l\:p-t--39\% {
    padding-top: -39%;
  }
  .tablet-l\:top-39\% {
    top: 39%;
  }
  .tablet-l\:top--39\% {
    top: -39%;
  }
  .tablet-l\:m-b-39\% {
    margin-bottom: 39%;
  }
  .tablet-l\:m-b--39\% {
    margin-bottom: -39%;
  }
  .tablet-l\:p-b-39\% {
    padding-bottom: 39%;
  }
  .tablet-l\:p-b--39\% {
    padding-bottom: -39%;
  }
  .tablet-l\:bottom-39\% {
    bottom: 39%;
  }
  .tablet-l\:bottom--39\% {
    bottom: -39%;
  }
  .tablet-l\:m-l-39\% {
    margin-left: 39%;
  }
  .tablet-l\:m-l--39\% {
    margin-left: -39%;
  }
  .tablet-l\:p-l-39\% {
    padding-left: 39%;
  }
  .tablet-l\:p-l--39\% {
    padding-left: -39%;
  }
  .tablet-l\:left-39\% {
    left: 39%;
  }
  .tablet-l\:left--39\% {
    left: -39%;
  }
  .tablet-l\:m-r-39\% {
    margin-right: 39%;
  }
  .tablet-l\:m-r--39\% {
    margin-right: -39%;
  }
  .tablet-l\:p-r-39\% {
    padding-right: 39%;
  }
  .tablet-l\:p-r--39\% {
    padding-right: -39%;
  }
  .tablet-l\:right-39\% {
    right: 39%;
  }
  .tablet-l\:right--39\% {
    right: -39%;
  }
  .tablet-l\:h-39\% {
    height: 39%;
  }
  .tablet-l\:w-39\% {
    width: 39%;
  }
  .tablet-l\:max_h-39\% {
    max-height: 39%;
  }
  .tablet-l\:max_w-39\% {
    max-width: 39%;
  }
  .tablet-l\:min_h-39\% {
    min-height: 39%;
  }
  .tablet-l\:min_w-39\% {
    min-width: 39%;
  }
  .tablet-l\:h-39vh {
    height: 39vh;
  }
  .tablet-l\:w-39vw {
    width: 39vw;
  }
  .tablet-l\:min_w-39vw {
    min-width: 39vw;
  }
  .tablet-l\:min_h-39vh {
    min-height: 39vh;
  }
  .tablet-l\:max_w-39vw {
    max-width: 39vw;
  }
  .tablet-l\:max_h-39vh {
    max-height: 39vh;
  }
  .tablet-l\:m-t-40\% {
    margin-top: 40%;
  }
  .tablet-l\:m-t--40\% {
    margin-top: -40%;
  }
  .tablet-l\:p-t-40\% {
    padding-top: 40%;
  }
  .tablet-l\:p-t--40\% {
    padding-top: -40%;
  }
  .tablet-l\:top-40\% {
    top: 40%;
  }
  .tablet-l\:top--40\% {
    top: -40%;
  }
  .tablet-l\:m-b-40\% {
    margin-bottom: 40%;
  }
  .tablet-l\:m-b--40\% {
    margin-bottom: -40%;
  }
  .tablet-l\:p-b-40\% {
    padding-bottom: 40%;
  }
  .tablet-l\:p-b--40\% {
    padding-bottom: -40%;
  }
  .tablet-l\:bottom-40\% {
    bottom: 40%;
  }
  .tablet-l\:bottom--40\% {
    bottom: -40%;
  }
  .tablet-l\:m-l-40\% {
    margin-left: 40%;
  }
  .tablet-l\:m-l--40\% {
    margin-left: -40%;
  }
  .tablet-l\:p-l-40\% {
    padding-left: 40%;
  }
  .tablet-l\:p-l--40\% {
    padding-left: -40%;
  }
  .tablet-l\:left-40\% {
    left: 40%;
  }
  .tablet-l\:left--40\% {
    left: -40%;
  }
  .tablet-l\:m-r-40\% {
    margin-right: 40%;
  }
  .tablet-l\:m-r--40\% {
    margin-right: -40%;
  }
  .tablet-l\:p-r-40\% {
    padding-right: 40%;
  }
  .tablet-l\:p-r--40\% {
    padding-right: -40%;
  }
  .tablet-l\:right-40\% {
    right: 40%;
  }
  .tablet-l\:right--40\% {
    right: -40%;
  }
  .tablet-l\:h-40\% {
    height: 40%;
  }
  .tablet-l\:w-40\% {
    width: 40%;
  }
  .tablet-l\:max_h-40\% {
    max-height: 40%;
  }
  .tablet-l\:max_w-40\% {
    max-width: 40%;
  }
  .tablet-l\:min_h-40\% {
    min-height: 40%;
  }
  .tablet-l\:min_w-40\% {
    min-width: 40%;
  }
  .tablet-l\:h-40vh {
    height: 40vh;
  }
  .tablet-l\:w-40vw {
    width: 40vw;
  }
  .tablet-l\:min_w-40vw {
    min-width: 40vw;
  }
  .tablet-l\:min_h-40vh {
    min-height: 40vh;
  }
  .tablet-l\:max_w-40vw {
    max-width: 40vw;
  }
  .tablet-l\:max_h-40vh {
    max-height: 40vh;
  }
  .tablet-l\:m-t-41\% {
    margin-top: 41%;
  }
  .tablet-l\:m-t--41\% {
    margin-top: -41%;
  }
  .tablet-l\:p-t-41\% {
    padding-top: 41%;
  }
  .tablet-l\:p-t--41\% {
    padding-top: -41%;
  }
  .tablet-l\:top-41\% {
    top: 41%;
  }
  .tablet-l\:top--41\% {
    top: -41%;
  }
  .tablet-l\:m-b-41\% {
    margin-bottom: 41%;
  }
  .tablet-l\:m-b--41\% {
    margin-bottom: -41%;
  }
  .tablet-l\:p-b-41\% {
    padding-bottom: 41%;
  }
  .tablet-l\:p-b--41\% {
    padding-bottom: -41%;
  }
  .tablet-l\:bottom-41\% {
    bottom: 41%;
  }
  .tablet-l\:bottom--41\% {
    bottom: -41%;
  }
  .tablet-l\:m-l-41\% {
    margin-left: 41%;
  }
  .tablet-l\:m-l--41\% {
    margin-left: -41%;
  }
  .tablet-l\:p-l-41\% {
    padding-left: 41%;
  }
  .tablet-l\:p-l--41\% {
    padding-left: -41%;
  }
  .tablet-l\:left-41\% {
    left: 41%;
  }
  .tablet-l\:left--41\% {
    left: -41%;
  }
  .tablet-l\:m-r-41\% {
    margin-right: 41%;
  }
  .tablet-l\:m-r--41\% {
    margin-right: -41%;
  }
  .tablet-l\:p-r-41\% {
    padding-right: 41%;
  }
  .tablet-l\:p-r--41\% {
    padding-right: -41%;
  }
  .tablet-l\:right-41\% {
    right: 41%;
  }
  .tablet-l\:right--41\% {
    right: -41%;
  }
  .tablet-l\:h-41\% {
    height: 41%;
  }
  .tablet-l\:w-41\% {
    width: 41%;
  }
  .tablet-l\:max_h-41\% {
    max-height: 41%;
  }
  .tablet-l\:max_w-41\% {
    max-width: 41%;
  }
  .tablet-l\:min_h-41\% {
    min-height: 41%;
  }
  .tablet-l\:min_w-41\% {
    min-width: 41%;
  }
  .tablet-l\:h-41vh {
    height: 41vh;
  }
  .tablet-l\:w-41vw {
    width: 41vw;
  }
  .tablet-l\:min_w-41vw {
    min-width: 41vw;
  }
  .tablet-l\:min_h-41vh {
    min-height: 41vh;
  }
  .tablet-l\:max_w-41vw {
    max-width: 41vw;
  }
  .tablet-l\:max_h-41vh {
    max-height: 41vh;
  }
  .tablet-l\:m-t-42\% {
    margin-top: 42%;
  }
  .tablet-l\:m-t--42\% {
    margin-top: -42%;
  }
  .tablet-l\:p-t-42\% {
    padding-top: 42%;
  }
  .tablet-l\:p-t--42\% {
    padding-top: -42%;
  }
  .tablet-l\:top-42\% {
    top: 42%;
  }
  .tablet-l\:top--42\% {
    top: -42%;
  }
  .tablet-l\:m-b-42\% {
    margin-bottom: 42%;
  }
  .tablet-l\:m-b--42\% {
    margin-bottom: -42%;
  }
  .tablet-l\:p-b-42\% {
    padding-bottom: 42%;
  }
  .tablet-l\:p-b--42\% {
    padding-bottom: -42%;
  }
  .tablet-l\:bottom-42\% {
    bottom: 42%;
  }
  .tablet-l\:bottom--42\% {
    bottom: -42%;
  }
  .tablet-l\:m-l-42\% {
    margin-left: 42%;
  }
  .tablet-l\:m-l--42\% {
    margin-left: -42%;
  }
  .tablet-l\:p-l-42\% {
    padding-left: 42%;
  }
  .tablet-l\:p-l--42\% {
    padding-left: -42%;
  }
  .tablet-l\:left-42\% {
    left: 42%;
  }
  .tablet-l\:left--42\% {
    left: -42%;
  }
  .tablet-l\:m-r-42\% {
    margin-right: 42%;
  }
  .tablet-l\:m-r--42\% {
    margin-right: -42%;
  }
  .tablet-l\:p-r-42\% {
    padding-right: 42%;
  }
  .tablet-l\:p-r--42\% {
    padding-right: -42%;
  }
  .tablet-l\:right-42\% {
    right: 42%;
  }
  .tablet-l\:right--42\% {
    right: -42%;
  }
  .tablet-l\:h-42\% {
    height: 42%;
  }
  .tablet-l\:w-42\% {
    width: 42%;
  }
  .tablet-l\:max_h-42\% {
    max-height: 42%;
  }
  .tablet-l\:max_w-42\% {
    max-width: 42%;
  }
  .tablet-l\:min_h-42\% {
    min-height: 42%;
  }
  .tablet-l\:min_w-42\% {
    min-width: 42%;
  }
  .tablet-l\:h-42vh {
    height: 42vh;
  }
  .tablet-l\:w-42vw {
    width: 42vw;
  }
  .tablet-l\:min_w-42vw {
    min-width: 42vw;
  }
  .tablet-l\:min_h-42vh {
    min-height: 42vh;
  }
  .tablet-l\:max_w-42vw {
    max-width: 42vw;
  }
  .tablet-l\:max_h-42vh {
    max-height: 42vh;
  }
  .tablet-l\:m-t-43\% {
    margin-top: 43%;
  }
  .tablet-l\:m-t--43\% {
    margin-top: -43%;
  }
  .tablet-l\:p-t-43\% {
    padding-top: 43%;
  }
  .tablet-l\:p-t--43\% {
    padding-top: -43%;
  }
  .tablet-l\:top-43\% {
    top: 43%;
  }
  .tablet-l\:top--43\% {
    top: -43%;
  }
  .tablet-l\:m-b-43\% {
    margin-bottom: 43%;
  }
  .tablet-l\:m-b--43\% {
    margin-bottom: -43%;
  }
  .tablet-l\:p-b-43\% {
    padding-bottom: 43%;
  }
  .tablet-l\:p-b--43\% {
    padding-bottom: -43%;
  }
  .tablet-l\:bottom-43\% {
    bottom: 43%;
  }
  .tablet-l\:bottom--43\% {
    bottom: -43%;
  }
  .tablet-l\:m-l-43\% {
    margin-left: 43%;
  }
  .tablet-l\:m-l--43\% {
    margin-left: -43%;
  }
  .tablet-l\:p-l-43\% {
    padding-left: 43%;
  }
  .tablet-l\:p-l--43\% {
    padding-left: -43%;
  }
  .tablet-l\:left-43\% {
    left: 43%;
  }
  .tablet-l\:left--43\% {
    left: -43%;
  }
  .tablet-l\:m-r-43\% {
    margin-right: 43%;
  }
  .tablet-l\:m-r--43\% {
    margin-right: -43%;
  }
  .tablet-l\:p-r-43\% {
    padding-right: 43%;
  }
  .tablet-l\:p-r--43\% {
    padding-right: -43%;
  }
  .tablet-l\:right-43\% {
    right: 43%;
  }
  .tablet-l\:right--43\% {
    right: -43%;
  }
  .tablet-l\:h-43\% {
    height: 43%;
  }
  .tablet-l\:w-43\% {
    width: 43%;
  }
  .tablet-l\:max_h-43\% {
    max-height: 43%;
  }
  .tablet-l\:max_w-43\% {
    max-width: 43%;
  }
  .tablet-l\:min_h-43\% {
    min-height: 43%;
  }
  .tablet-l\:min_w-43\% {
    min-width: 43%;
  }
  .tablet-l\:h-43vh {
    height: 43vh;
  }
  .tablet-l\:w-43vw {
    width: 43vw;
  }
  .tablet-l\:min_w-43vw {
    min-width: 43vw;
  }
  .tablet-l\:min_h-43vh {
    min-height: 43vh;
  }
  .tablet-l\:max_w-43vw {
    max-width: 43vw;
  }
  .tablet-l\:max_h-43vh {
    max-height: 43vh;
  }
  .tablet-l\:m-t-44\% {
    margin-top: 44%;
  }
  .tablet-l\:m-t--44\% {
    margin-top: -44%;
  }
  .tablet-l\:p-t-44\% {
    padding-top: 44%;
  }
  .tablet-l\:p-t--44\% {
    padding-top: -44%;
  }
  .tablet-l\:top-44\% {
    top: 44%;
  }
  .tablet-l\:top--44\% {
    top: -44%;
  }
  .tablet-l\:m-b-44\% {
    margin-bottom: 44%;
  }
  .tablet-l\:m-b--44\% {
    margin-bottom: -44%;
  }
  .tablet-l\:p-b-44\% {
    padding-bottom: 44%;
  }
  .tablet-l\:p-b--44\% {
    padding-bottom: -44%;
  }
  .tablet-l\:bottom-44\% {
    bottom: 44%;
  }
  .tablet-l\:bottom--44\% {
    bottom: -44%;
  }
  .tablet-l\:m-l-44\% {
    margin-left: 44%;
  }
  .tablet-l\:m-l--44\% {
    margin-left: -44%;
  }
  .tablet-l\:p-l-44\% {
    padding-left: 44%;
  }
  .tablet-l\:p-l--44\% {
    padding-left: -44%;
  }
  .tablet-l\:left-44\% {
    left: 44%;
  }
  .tablet-l\:left--44\% {
    left: -44%;
  }
  .tablet-l\:m-r-44\% {
    margin-right: 44%;
  }
  .tablet-l\:m-r--44\% {
    margin-right: -44%;
  }
  .tablet-l\:p-r-44\% {
    padding-right: 44%;
  }
  .tablet-l\:p-r--44\% {
    padding-right: -44%;
  }
  .tablet-l\:right-44\% {
    right: 44%;
  }
  .tablet-l\:right--44\% {
    right: -44%;
  }
  .tablet-l\:h-44\% {
    height: 44%;
  }
  .tablet-l\:w-44\% {
    width: 44%;
  }
  .tablet-l\:max_h-44\% {
    max-height: 44%;
  }
  .tablet-l\:max_w-44\% {
    max-width: 44%;
  }
  .tablet-l\:min_h-44\% {
    min-height: 44%;
  }
  .tablet-l\:min_w-44\% {
    min-width: 44%;
  }
  .tablet-l\:h-44vh {
    height: 44vh;
  }
  .tablet-l\:w-44vw {
    width: 44vw;
  }
  .tablet-l\:min_w-44vw {
    min-width: 44vw;
  }
  .tablet-l\:min_h-44vh {
    min-height: 44vh;
  }
  .tablet-l\:max_w-44vw {
    max-width: 44vw;
  }
  .tablet-l\:max_h-44vh {
    max-height: 44vh;
  }
  .tablet-l\:m-t-45\% {
    margin-top: 45%;
  }
  .tablet-l\:m-t--45\% {
    margin-top: -45%;
  }
  .tablet-l\:p-t-45\% {
    padding-top: 45%;
  }
  .tablet-l\:p-t--45\% {
    padding-top: -45%;
  }
  .tablet-l\:top-45\% {
    top: 45%;
  }
  .tablet-l\:top--45\% {
    top: -45%;
  }
  .tablet-l\:m-b-45\% {
    margin-bottom: 45%;
  }
  .tablet-l\:m-b--45\% {
    margin-bottom: -45%;
  }
  .tablet-l\:p-b-45\% {
    padding-bottom: 45%;
  }
  .tablet-l\:p-b--45\% {
    padding-bottom: -45%;
  }
  .tablet-l\:bottom-45\% {
    bottom: 45%;
  }
  .tablet-l\:bottom--45\% {
    bottom: -45%;
  }
  .tablet-l\:m-l-45\% {
    margin-left: 45%;
  }
  .tablet-l\:m-l--45\% {
    margin-left: -45%;
  }
  .tablet-l\:p-l-45\% {
    padding-left: 45%;
  }
  .tablet-l\:p-l--45\% {
    padding-left: -45%;
  }
  .tablet-l\:left-45\% {
    left: 45%;
  }
  .tablet-l\:left--45\% {
    left: -45%;
  }
  .tablet-l\:m-r-45\% {
    margin-right: 45%;
  }
  .tablet-l\:m-r--45\% {
    margin-right: -45%;
  }
  .tablet-l\:p-r-45\% {
    padding-right: 45%;
  }
  .tablet-l\:p-r--45\% {
    padding-right: -45%;
  }
  .tablet-l\:right-45\% {
    right: 45%;
  }
  .tablet-l\:right--45\% {
    right: -45%;
  }
  .tablet-l\:h-45\% {
    height: 45%;
  }
  .tablet-l\:w-45\% {
    width: 45%;
  }
  .tablet-l\:max_h-45\% {
    max-height: 45%;
  }
  .tablet-l\:max_w-45\% {
    max-width: 45%;
  }
  .tablet-l\:min_h-45\% {
    min-height: 45%;
  }
  .tablet-l\:min_w-45\% {
    min-width: 45%;
  }
  .tablet-l\:h-45vh {
    height: 45vh;
  }
  .tablet-l\:w-45vw {
    width: 45vw;
  }
  .tablet-l\:min_w-45vw {
    min-width: 45vw;
  }
  .tablet-l\:min_h-45vh {
    min-height: 45vh;
  }
  .tablet-l\:max_w-45vw {
    max-width: 45vw;
  }
  .tablet-l\:max_h-45vh {
    max-height: 45vh;
  }
  .tablet-l\:m-t-46\% {
    margin-top: 46%;
  }
  .tablet-l\:m-t--46\% {
    margin-top: -46%;
  }
  .tablet-l\:p-t-46\% {
    padding-top: 46%;
  }
  .tablet-l\:p-t--46\% {
    padding-top: -46%;
  }
  .tablet-l\:top-46\% {
    top: 46%;
  }
  .tablet-l\:top--46\% {
    top: -46%;
  }
  .tablet-l\:m-b-46\% {
    margin-bottom: 46%;
  }
  .tablet-l\:m-b--46\% {
    margin-bottom: -46%;
  }
  .tablet-l\:p-b-46\% {
    padding-bottom: 46%;
  }
  .tablet-l\:p-b--46\% {
    padding-bottom: -46%;
  }
  .tablet-l\:bottom-46\% {
    bottom: 46%;
  }
  .tablet-l\:bottom--46\% {
    bottom: -46%;
  }
  .tablet-l\:m-l-46\% {
    margin-left: 46%;
  }
  .tablet-l\:m-l--46\% {
    margin-left: -46%;
  }
  .tablet-l\:p-l-46\% {
    padding-left: 46%;
  }
  .tablet-l\:p-l--46\% {
    padding-left: -46%;
  }
  .tablet-l\:left-46\% {
    left: 46%;
  }
  .tablet-l\:left--46\% {
    left: -46%;
  }
  .tablet-l\:m-r-46\% {
    margin-right: 46%;
  }
  .tablet-l\:m-r--46\% {
    margin-right: -46%;
  }
  .tablet-l\:p-r-46\% {
    padding-right: 46%;
  }
  .tablet-l\:p-r--46\% {
    padding-right: -46%;
  }
  .tablet-l\:right-46\% {
    right: 46%;
  }
  .tablet-l\:right--46\% {
    right: -46%;
  }
  .tablet-l\:h-46\% {
    height: 46%;
  }
  .tablet-l\:w-46\% {
    width: 46%;
  }
  .tablet-l\:max_h-46\% {
    max-height: 46%;
  }
  .tablet-l\:max_w-46\% {
    max-width: 46%;
  }
  .tablet-l\:min_h-46\% {
    min-height: 46%;
  }
  .tablet-l\:min_w-46\% {
    min-width: 46%;
  }
  .tablet-l\:h-46vh {
    height: 46vh;
  }
  .tablet-l\:w-46vw {
    width: 46vw;
  }
  .tablet-l\:min_w-46vw {
    min-width: 46vw;
  }
  .tablet-l\:min_h-46vh {
    min-height: 46vh;
  }
  .tablet-l\:max_w-46vw {
    max-width: 46vw;
  }
  .tablet-l\:max_h-46vh {
    max-height: 46vh;
  }
  .tablet-l\:m-t-47\% {
    margin-top: 47%;
  }
  .tablet-l\:m-t--47\% {
    margin-top: -47%;
  }
  .tablet-l\:p-t-47\% {
    padding-top: 47%;
  }
  .tablet-l\:p-t--47\% {
    padding-top: -47%;
  }
  .tablet-l\:top-47\% {
    top: 47%;
  }
  .tablet-l\:top--47\% {
    top: -47%;
  }
  .tablet-l\:m-b-47\% {
    margin-bottom: 47%;
  }
  .tablet-l\:m-b--47\% {
    margin-bottom: -47%;
  }
  .tablet-l\:p-b-47\% {
    padding-bottom: 47%;
  }
  .tablet-l\:p-b--47\% {
    padding-bottom: -47%;
  }
  .tablet-l\:bottom-47\% {
    bottom: 47%;
  }
  .tablet-l\:bottom--47\% {
    bottom: -47%;
  }
  .tablet-l\:m-l-47\% {
    margin-left: 47%;
  }
  .tablet-l\:m-l--47\% {
    margin-left: -47%;
  }
  .tablet-l\:p-l-47\% {
    padding-left: 47%;
  }
  .tablet-l\:p-l--47\% {
    padding-left: -47%;
  }
  .tablet-l\:left-47\% {
    left: 47%;
  }
  .tablet-l\:left--47\% {
    left: -47%;
  }
  .tablet-l\:m-r-47\% {
    margin-right: 47%;
  }
  .tablet-l\:m-r--47\% {
    margin-right: -47%;
  }
  .tablet-l\:p-r-47\% {
    padding-right: 47%;
  }
  .tablet-l\:p-r--47\% {
    padding-right: -47%;
  }
  .tablet-l\:right-47\% {
    right: 47%;
  }
  .tablet-l\:right--47\% {
    right: -47%;
  }
  .tablet-l\:h-47\% {
    height: 47%;
  }
  .tablet-l\:w-47\% {
    width: 47%;
  }
  .tablet-l\:max_h-47\% {
    max-height: 47%;
  }
  .tablet-l\:max_w-47\% {
    max-width: 47%;
  }
  .tablet-l\:min_h-47\% {
    min-height: 47%;
  }
  .tablet-l\:min_w-47\% {
    min-width: 47%;
  }
  .tablet-l\:h-47vh {
    height: 47vh;
  }
  .tablet-l\:w-47vw {
    width: 47vw;
  }
  .tablet-l\:min_w-47vw {
    min-width: 47vw;
  }
  .tablet-l\:min_h-47vh {
    min-height: 47vh;
  }
  .tablet-l\:max_w-47vw {
    max-width: 47vw;
  }
  .tablet-l\:max_h-47vh {
    max-height: 47vh;
  }
  .tablet-l\:m-t-48\% {
    margin-top: 48%;
  }
  .tablet-l\:m-t--48\% {
    margin-top: -48%;
  }
  .tablet-l\:p-t-48\% {
    padding-top: 48%;
  }
  .tablet-l\:p-t--48\% {
    padding-top: -48%;
  }
  .tablet-l\:top-48\% {
    top: 48%;
  }
  .tablet-l\:top--48\% {
    top: -48%;
  }
  .tablet-l\:m-b-48\% {
    margin-bottom: 48%;
  }
  .tablet-l\:m-b--48\% {
    margin-bottom: -48%;
  }
  .tablet-l\:p-b-48\% {
    padding-bottom: 48%;
  }
  .tablet-l\:p-b--48\% {
    padding-bottom: -48%;
  }
  .tablet-l\:bottom-48\% {
    bottom: 48%;
  }
  .tablet-l\:bottom--48\% {
    bottom: -48%;
  }
  .tablet-l\:m-l-48\% {
    margin-left: 48%;
  }
  .tablet-l\:m-l--48\% {
    margin-left: -48%;
  }
  .tablet-l\:p-l-48\% {
    padding-left: 48%;
  }
  .tablet-l\:p-l--48\% {
    padding-left: -48%;
  }
  .tablet-l\:left-48\% {
    left: 48%;
  }
  .tablet-l\:left--48\% {
    left: -48%;
  }
  .tablet-l\:m-r-48\% {
    margin-right: 48%;
  }
  .tablet-l\:m-r--48\% {
    margin-right: -48%;
  }
  .tablet-l\:p-r-48\% {
    padding-right: 48%;
  }
  .tablet-l\:p-r--48\% {
    padding-right: -48%;
  }
  .tablet-l\:right-48\% {
    right: 48%;
  }
  .tablet-l\:right--48\% {
    right: -48%;
  }
  .tablet-l\:h-48\% {
    height: 48%;
  }
  .tablet-l\:w-48\% {
    width: 48%;
  }
  .tablet-l\:max_h-48\% {
    max-height: 48%;
  }
  .tablet-l\:max_w-48\% {
    max-width: 48%;
  }
  .tablet-l\:min_h-48\% {
    min-height: 48%;
  }
  .tablet-l\:min_w-48\% {
    min-width: 48%;
  }
  .tablet-l\:h-48vh {
    height: 48vh;
  }
  .tablet-l\:w-48vw {
    width: 48vw;
  }
  .tablet-l\:min_w-48vw {
    min-width: 48vw;
  }
  .tablet-l\:min_h-48vh {
    min-height: 48vh;
  }
  .tablet-l\:max_w-48vw {
    max-width: 48vw;
  }
  .tablet-l\:max_h-48vh {
    max-height: 48vh;
  }
  .tablet-l\:m-t-49\% {
    margin-top: 49%;
  }
  .tablet-l\:m-t--49\% {
    margin-top: -49%;
  }
  .tablet-l\:p-t-49\% {
    padding-top: 49%;
  }
  .tablet-l\:p-t--49\% {
    padding-top: -49%;
  }
  .tablet-l\:top-49\% {
    top: 49%;
  }
  .tablet-l\:top--49\% {
    top: -49%;
  }
  .tablet-l\:m-b-49\% {
    margin-bottom: 49%;
  }
  .tablet-l\:m-b--49\% {
    margin-bottom: -49%;
  }
  .tablet-l\:p-b-49\% {
    padding-bottom: 49%;
  }
  .tablet-l\:p-b--49\% {
    padding-bottom: -49%;
  }
  .tablet-l\:bottom-49\% {
    bottom: 49%;
  }
  .tablet-l\:bottom--49\% {
    bottom: -49%;
  }
  .tablet-l\:m-l-49\% {
    margin-left: 49%;
  }
  .tablet-l\:m-l--49\% {
    margin-left: -49%;
  }
  .tablet-l\:p-l-49\% {
    padding-left: 49%;
  }
  .tablet-l\:p-l--49\% {
    padding-left: -49%;
  }
  .tablet-l\:left-49\% {
    left: 49%;
  }
  .tablet-l\:left--49\% {
    left: -49%;
  }
  .tablet-l\:m-r-49\% {
    margin-right: 49%;
  }
  .tablet-l\:m-r--49\% {
    margin-right: -49%;
  }
  .tablet-l\:p-r-49\% {
    padding-right: 49%;
  }
  .tablet-l\:p-r--49\% {
    padding-right: -49%;
  }
  .tablet-l\:right-49\% {
    right: 49%;
  }
  .tablet-l\:right--49\% {
    right: -49%;
  }
  .tablet-l\:h-49\% {
    height: 49%;
  }
  .tablet-l\:w-49\% {
    width: 49%;
  }
  .tablet-l\:max_h-49\% {
    max-height: 49%;
  }
  .tablet-l\:max_w-49\% {
    max-width: 49%;
  }
  .tablet-l\:min_h-49\% {
    min-height: 49%;
  }
  .tablet-l\:min_w-49\% {
    min-width: 49%;
  }
  .tablet-l\:h-49vh {
    height: 49vh;
  }
  .tablet-l\:w-49vw {
    width: 49vw;
  }
  .tablet-l\:min_w-49vw {
    min-width: 49vw;
  }
  .tablet-l\:min_h-49vh {
    min-height: 49vh;
  }
  .tablet-l\:max_w-49vw {
    max-width: 49vw;
  }
  .tablet-l\:max_h-49vh {
    max-height: 49vh;
  }
  .tablet-l\:m-t-50\% {
    margin-top: 50%;
  }
  .tablet-l\:m-t--50\% {
    margin-top: -50%;
  }
  .tablet-l\:p-t-50\% {
    padding-top: 50%;
  }
  .tablet-l\:p-t--50\% {
    padding-top: -50%;
  }
  .tablet-l\:top-50\% {
    top: 50%;
  }
  .tablet-l\:top--50\% {
    top: -50%;
  }
  .tablet-l\:m-b-50\% {
    margin-bottom: 50%;
  }
  .tablet-l\:m-b--50\% {
    margin-bottom: -50%;
  }
  .tablet-l\:p-b-50\% {
    padding-bottom: 50%;
  }
  .tablet-l\:p-b--50\% {
    padding-bottom: -50%;
  }
  .tablet-l\:bottom-50\% {
    bottom: 50%;
  }
  .tablet-l\:bottom--50\% {
    bottom: -50%;
  }
  .tablet-l\:m-l-50\% {
    margin-left: 50%;
  }
  .tablet-l\:m-l--50\% {
    margin-left: -50%;
  }
  .tablet-l\:p-l-50\% {
    padding-left: 50%;
  }
  .tablet-l\:p-l--50\% {
    padding-left: -50%;
  }
  .tablet-l\:left-50\% {
    left: 50%;
  }
  .tablet-l\:left--50\% {
    left: -50%;
  }
  .tablet-l\:m-r-50\% {
    margin-right: 50%;
  }
  .tablet-l\:m-r--50\% {
    margin-right: -50%;
  }
  .tablet-l\:p-r-50\% {
    padding-right: 50%;
  }
  .tablet-l\:p-r--50\% {
    padding-right: -50%;
  }
  .tablet-l\:right-50\% {
    right: 50%;
  }
  .tablet-l\:right--50\% {
    right: -50%;
  }
  .tablet-l\:h-50\% {
    height: 50%;
  }
  .tablet-l\:w-50\% {
    width: 50%;
  }
  .tablet-l\:max_h-50\% {
    max-height: 50%;
  }
  .tablet-l\:max_w-50\% {
    max-width: 50%;
  }
  .tablet-l\:min_h-50\% {
    min-height: 50%;
  }
  .tablet-l\:min_w-50\% {
    min-width: 50%;
  }
  .tablet-l\:h-50vh {
    height: 50vh;
  }
  .tablet-l\:w-50vw {
    width: 50vw;
  }
  .tablet-l\:min_w-50vw {
    min-width: 50vw;
  }
  .tablet-l\:min_h-50vh {
    min-height: 50vh;
  }
  .tablet-l\:max_w-50vw {
    max-width: 50vw;
  }
  .tablet-l\:max_h-50vh {
    max-height: 50vh;
  }
  .tablet-l\:m-t-51\% {
    margin-top: 51%;
  }
  .tablet-l\:m-t--51\% {
    margin-top: -51%;
  }
  .tablet-l\:p-t-51\% {
    padding-top: 51%;
  }
  .tablet-l\:p-t--51\% {
    padding-top: -51%;
  }
  .tablet-l\:top-51\% {
    top: 51%;
  }
  .tablet-l\:top--51\% {
    top: -51%;
  }
  .tablet-l\:m-b-51\% {
    margin-bottom: 51%;
  }
  .tablet-l\:m-b--51\% {
    margin-bottom: -51%;
  }
  .tablet-l\:p-b-51\% {
    padding-bottom: 51%;
  }
  .tablet-l\:p-b--51\% {
    padding-bottom: -51%;
  }
  .tablet-l\:bottom-51\% {
    bottom: 51%;
  }
  .tablet-l\:bottom--51\% {
    bottom: -51%;
  }
  .tablet-l\:m-l-51\% {
    margin-left: 51%;
  }
  .tablet-l\:m-l--51\% {
    margin-left: -51%;
  }
  .tablet-l\:p-l-51\% {
    padding-left: 51%;
  }
  .tablet-l\:p-l--51\% {
    padding-left: -51%;
  }
  .tablet-l\:left-51\% {
    left: 51%;
  }
  .tablet-l\:left--51\% {
    left: -51%;
  }
  .tablet-l\:m-r-51\% {
    margin-right: 51%;
  }
  .tablet-l\:m-r--51\% {
    margin-right: -51%;
  }
  .tablet-l\:p-r-51\% {
    padding-right: 51%;
  }
  .tablet-l\:p-r--51\% {
    padding-right: -51%;
  }
  .tablet-l\:right-51\% {
    right: 51%;
  }
  .tablet-l\:right--51\% {
    right: -51%;
  }
  .tablet-l\:h-51\% {
    height: 51%;
  }
  .tablet-l\:w-51\% {
    width: 51%;
  }
  .tablet-l\:max_h-51\% {
    max-height: 51%;
  }
  .tablet-l\:max_w-51\% {
    max-width: 51%;
  }
  .tablet-l\:min_h-51\% {
    min-height: 51%;
  }
  .tablet-l\:min_w-51\% {
    min-width: 51%;
  }
  .tablet-l\:h-51vh {
    height: 51vh;
  }
  .tablet-l\:w-51vw {
    width: 51vw;
  }
  .tablet-l\:min_w-51vw {
    min-width: 51vw;
  }
  .tablet-l\:min_h-51vh {
    min-height: 51vh;
  }
  .tablet-l\:max_w-51vw {
    max-width: 51vw;
  }
  .tablet-l\:max_h-51vh {
    max-height: 51vh;
  }
  .tablet-l\:m-t-52\% {
    margin-top: 52%;
  }
  .tablet-l\:m-t--52\% {
    margin-top: -52%;
  }
  .tablet-l\:p-t-52\% {
    padding-top: 52%;
  }
  .tablet-l\:p-t--52\% {
    padding-top: -52%;
  }
  .tablet-l\:top-52\% {
    top: 52%;
  }
  .tablet-l\:top--52\% {
    top: -52%;
  }
  .tablet-l\:m-b-52\% {
    margin-bottom: 52%;
  }
  .tablet-l\:m-b--52\% {
    margin-bottom: -52%;
  }
  .tablet-l\:p-b-52\% {
    padding-bottom: 52%;
  }
  .tablet-l\:p-b--52\% {
    padding-bottom: -52%;
  }
  .tablet-l\:bottom-52\% {
    bottom: 52%;
  }
  .tablet-l\:bottom--52\% {
    bottom: -52%;
  }
  .tablet-l\:m-l-52\% {
    margin-left: 52%;
  }
  .tablet-l\:m-l--52\% {
    margin-left: -52%;
  }
  .tablet-l\:p-l-52\% {
    padding-left: 52%;
  }
  .tablet-l\:p-l--52\% {
    padding-left: -52%;
  }
  .tablet-l\:left-52\% {
    left: 52%;
  }
  .tablet-l\:left--52\% {
    left: -52%;
  }
  .tablet-l\:m-r-52\% {
    margin-right: 52%;
  }
  .tablet-l\:m-r--52\% {
    margin-right: -52%;
  }
  .tablet-l\:p-r-52\% {
    padding-right: 52%;
  }
  .tablet-l\:p-r--52\% {
    padding-right: -52%;
  }
  .tablet-l\:right-52\% {
    right: 52%;
  }
  .tablet-l\:right--52\% {
    right: -52%;
  }
  .tablet-l\:h-52\% {
    height: 52%;
  }
  .tablet-l\:w-52\% {
    width: 52%;
  }
  .tablet-l\:max_h-52\% {
    max-height: 52%;
  }
  .tablet-l\:max_w-52\% {
    max-width: 52%;
  }
  .tablet-l\:min_h-52\% {
    min-height: 52%;
  }
  .tablet-l\:min_w-52\% {
    min-width: 52%;
  }
  .tablet-l\:h-52vh {
    height: 52vh;
  }
  .tablet-l\:w-52vw {
    width: 52vw;
  }
  .tablet-l\:min_w-52vw {
    min-width: 52vw;
  }
  .tablet-l\:min_h-52vh {
    min-height: 52vh;
  }
  .tablet-l\:max_w-52vw {
    max-width: 52vw;
  }
  .tablet-l\:max_h-52vh {
    max-height: 52vh;
  }
  .tablet-l\:m-t-53\% {
    margin-top: 53%;
  }
  .tablet-l\:m-t--53\% {
    margin-top: -53%;
  }
  .tablet-l\:p-t-53\% {
    padding-top: 53%;
  }
  .tablet-l\:p-t--53\% {
    padding-top: -53%;
  }
  .tablet-l\:top-53\% {
    top: 53%;
  }
  .tablet-l\:top--53\% {
    top: -53%;
  }
  .tablet-l\:m-b-53\% {
    margin-bottom: 53%;
  }
  .tablet-l\:m-b--53\% {
    margin-bottom: -53%;
  }
  .tablet-l\:p-b-53\% {
    padding-bottom: 53%;
  }
  .tablet-l\:p-b--53\% {
    padding-bottom: -53%;
  }
  .tablet-l\:bottom-53\% {
    bottom: 53%;
  }
  .tablet-l\:bottom--53\% {
    bottom: -53%;
  }
  .tablet-l\:m-l-53\% {
    margin-left: 53%;
  }
  .tablet-l\:m-l--53\% {
    margin-left: -53%;
  }
  .tablet-l\:p-l-53\% {
    padding-left: 53%;
  }
  .tablet-l\:p-l--53\% {
    padding-left: -53%;
  }
  .tablet-l\:left-53\% {
    left: 53%;
  }
  .tablet-l\:left--53\% {
    left: -53%;
  }
  .tablet-l\:m-r-53\% {
    margin-right: 53%;
  }
  .tablet-l\:m-r--53\% {
    margin-right: -53%;
  }
  .tablet-l\:p-r-53\% {
    padding-right: 53%;
  }
  .tablet-l\:p-r--53\% {
    padding-right: -53%;
  }
  .tablet-l\:right-53\% {
    right: 53%;
  }
  .tablet-l\:right--53\% {
    right: -53%;
  }
  .tablet-l\:h-53\% {
    height: 53%;
  }
  .tablet-l\:w-53\% {
    width: 53%;
  }
  .tablet-l\:max_h-53\% {
    max-height: 53%;
  }
  .tablet-l\:max_w-53\% {
    max-width: 53%;
  }
  .tablet-l\:min_h-53\% {
    min-height: 53%;
  }
  .tablet-l\:min_w-53\% {
    min-width: 53%;
  }
  .tablet-l\:h-53vh {
    height: 53vh;
  }
  .tablet-l\:w-53vw {
    width: 53vw;
  }
  .tablet-l\:min_w-53vw {
    min-width: 53vw;
  }
  .tablet-l\:min_h-53vh {
    min-height: 53vh;
  }
  .tablet-l\:max_w-53vw {
    max-width: 53vw;
  }
  .tablet-l\:max_h-53vh {
    max-height: 53vh;
  }
  .tablet-l\:m-t-54\% {
    margin-top: 54%;
  }
  .tablet-l\:m-t--54\% {
    margin-top: -54%;
  }
  .tablet-l\:p-t-54\% {
    padding-top: 54%;
  }
  .tablet-l\:p-t--54\% {
    padding-top: -54%;
  }
  .tablet-l\:top-54\% {
    top: 54%;
  }
  .tablet-l\:top--54\% {
    top: -54%;
  }
  .tablet-l\:m-b-54\% {
    margin-bottom: 54%;
  }
  .tablet-l\:m-b--54\% {
    margin-bottom: -54%;
  }
  .tablet-l\:p-b-54\% {
    padding-bottom: 54%;
  }
  .tablet-l\:p-b--54\% {
    padding-bottom: -54%;
  }
  .tablet-l\:bottom-54\% {
    bottom: 54%;
  }
  .tablet-l\:bottom--54\% {
    bottom: -54%;
  }
  .tablet-l\:m-l-54\% {
    margin-left: 54%;
  }
  .tablet-l\:m-l--54\% {
    margin-left: -54%;
  }
  .tablet-l\:p-l-54\% {
    padding-left: 54%;
  }
  .tablet-l\:p-l--54\% {
    padding-left: -54%;
  }
  .tablet-l\:left-54\% {
    left: 54%;
  }
  .tablet-l\:left--54\% {
    left: -54%;
  }
  .tablet-l\:m-r-54\% {
    margin-right: 54%;
  }
  .tablet-l\:m-r--54\% {
    margin-right: -54%;
  }
  .tablet-l\:p-r-54\% {
    padding-right: 54%;
  }
  .tablet-l\:p-r--54\% {
    padding-right: -54%;
  }
  .tablet-l\:right-54\% {
    right: 54%;
  }
  .tablet-l\:right--54\% {
    right: -54%;
  }
  .tablet-l\:h-54\% {
    height: 54%;
  }
  .tablet-l\:w-54\% {
    width: 54%;
  }
  .tablet-l\:max_h-54\% {
    max-height: 54%;
  }
  .tablet-l\:max_w-54\% {
    max-width: 54%;
  }
  .tablet-l\:min_h-54\% {
    min-height: 54%;
  }
  .tablet-l\:min_w-54\% {
    min-width: 54%;
  }
  .tablet-l\:h-54vh {
    height: 54vh;
  }
  .tablet-l\:w-54vw {
    width: 54vw;
  }
  .tablet-l\:min_w-54vw {
    min-width: 54vw;
  }
  .tablet-l\:min_h-54vh {
    min-height: 54vh;
  }
  .tablet-l\:max_w-54vw {
    max-width: 54vw;
  }
  .tablet-l\:max_h-54vh {
    max-height: 54vh;
  }
  .tablet-l\:m-t-55\% {
    margin-top: 55%;
  }
  .tablet-l\:m-t--55\% {
    margin-top: -55%;
  }
  .tablet-l\:p-t-55\% {
    padding-top: 55%;
  }
  .tablet-l\:p-t--55\% {
    padding-top: -55%;
  }
  .tablet-l\:top-55\% {
    top: 55%;
  }
  .tablet-l\:top--55\% {
    top: -55%;
  }
  .tablet-l\:m-b-55\% {
    margin-bottom: 55%;
  }
  .tablet-l\:m-b--55\% {
    margin-bottom: -55%;
  }
  .tablet-l\:p-b-55\% {
    padding-bottom: 55%;
  }
  .tablet-l\:p-b--55\% {
    padding-bottom: -55%;
  }
  .tablet-l\:bottom-55\% {
    bottom: 55%;
  }
  .tablet-l\:bottom--55\% {
    bottom: -55%;
  }
  .tablet-l\:m-l-55\% {
    margin-left: 55%;
  }
  .tablet-l\:m-l--55\% {
    margin-left: -55%;
  }
  .tablet-l\:p-l-55\% {
    padding-left: 55%;
  }
  .tablet-l\:p-l--55\% {
    padding-left: -55%;
  }
  .tablet-l\:left-55\% {
    left: 55%;
  }
  .tablet-l\:left--55\% {
    left: -55%;
  }
  .tablet-l\:m-r-55\% {
    margin-right: 55%;
  }
  .tablet-l\:m-r--55\% {
    margin-right: -55%;
  }
  .tablet-l\:p-r-55\% {
    padding-right: 55%;
  }
  .tablet-l\:p-r--55\% {
    padding-right: -55%;
  }
  .tablet-l\:right-55\% {
    right: 55%;
  }
  .tablet-l\:right--55\% {
    right: -55%;
  }
  .tablet-l\:h-55\% {
    height: 55%;
  }
  .tablet-l\:w-55\% {
    width: 55%;
  }
  .tablet-l\:max_h-55\% {
    max-height: 55%;
  }
  .tablet-l\:max_w-55\% {
    max-width: 55%;
  }
  .tablet-l\:min_h-55\% {
    min-height: 55%;
  }
  .tablet-l\:min_w-55\% {
    min-width: 55%;
  }
  .tablet-l\:h-55vh {
    height: 55vh;
  }
  .tablet-l\:w-55vw {
    width: 55vw;
  }
  .tablet-l\:min_w-55vw {
    min-width: 55vw;
  }
  .tablet-l\:min_h-55vh {
    min-height: 55vh;
  }
  .tablet-l\:max_w-55vw {
    max-width: 55vw;
  }
  .tablet-l\:max_h-55vh {
    max-height: 55vh;
  }
  .tablet-l\:m-t-56\% {
    margin-top: 56%;
  }
  .tablet-l\:m-t--56\% {
    margin-top: -56%;
  }
  .tablet-l\:p-t-56\% {
    padding-top: 56%;
  }
  .tablet-l\:p-t--56\% {
    padding-top: -56%;
  }
  .tablet-l\:top-56\% {
    top: 56%;
  }
  .tablet-l\:top--56\% {
    top: -56%;
  }
  .tablet-l\:m-b-56\% {
    margin-bottom: 56%;
  }
  .tablet-l\:m-b--56\% {
    margin-bottom: -56%;
  }
  .tablet-l\:p-b-56\% {
    padding-bottom: 56%;
  }
  .tablet-l\:p-b--56\% {
    padding-bottom: -56%;
  }
  .tablet-l\:bottom-56\% {
    bottom: 56%;
  }
  .tablet-l\:bottom--56\% {
    bottom: -56%;
  }
  .tablet-l\:m-l-56\% {
    margin-left: 56%;
  }
  .tablet-l\:m-l--56\% {
    margin-left: -56%;
  }
  .tablet-l\:p-l-56\% {
    padding-left: 56%;
  }
  .tablet-l\:p-l--56\% {
    padding-left: -56%;
  }
  .tablet-l\:left-56\% {
    left: 56%;
  }
  .tablet-l\:left--56\% {
    left: -56%;
  }
  .tablet-l\:m-r-56\% {
    margin-right: 56%;
  }
  .tablet-l\:m-r--56\% {
    margin-right: -56%;
  }
  .tablet-l\:p-r-56\% {
    padding-right: 56%;
  }
  .tablet-l\:p-r--56\% {
    padding-right: -56%;
  }
  .tablet-l\:right-56\% {
    right: 56%;
  }
  .tablet-l\:right--56\% {
    right: -56%;
  }
  .tablet-l\:h-56\% {
    height: 56%;
  }
  .tablet-l\:w-56\% {
    width: 56%;
  }
  .tablet-l\:max_h-56\% {
    max-height: 56%;
  }
  .tablet-l\:max_w-56\% {
    max-width: 56%;
  }
  .tablet-l\:min_h-56\% {
    min-height: 56%;
  }
  .tablet-l\:min_w-56\% {
    min-width: 56%;
  }
  .tablet-l\:h-56vh {
    height: 56vh;
  }
  .tablet-l\:w-56vw {
    width: 56vw;
  }
  .tablet-l\:min_w-56vw {
    min-width: 56vw;
  }
  .tablet-l\:min_h-56vh {
    min-height: 56vh;
  }
  .tablet-l\:max_w-56vw {
    max-width: 56vw;
  }
  .tablet-l\:max_h-56vh {
    max-height: 56vh;
  }
  .tablet-l\:m-t-57\% {
    margin-top: 57%;
  }
  .tablet-l\:m-t--57\% {
    margin-top: -57%;
  }
  .tablet-l\:p-t-57\% {
    padding-top: 57%;
  }
  .tablet-l\:p-t--57\% {
    padding-top: -57%;
  }
  .tablet-l\:top-57\% {
    top: 57%;
  }
  .tablet-l\:top--57\% {
    top: -57%;
  }
  .tablet-l\:m-b-57\% {
    margin-bottom: 57%;
  }
  .tablet-l\:m-b--57\% {
    margin-bottom: -57%;
  }
  .tablet-l\:p-b-57\% {
    padding-bottom: 57%;
  }
  .tablet-l\:p-b--57\% {
    padding-bottom: -57%;
  }
  .tablet-l\:bottom-57\% {
    bottom: 57%;
  }
  .tablet-l\:bottom--57\% {
    bottom: -57%;
  }
  .tablet-l\:m-l-57\% {
    margin-left: 57%;
  }
  .tablet-l\:m-l--57\% {
    margin-left: -57%;
  }
  .tablet-l\:p-l-57\% {
    padding-left: 57%;
  }
  .tablet-l\:p-l--57\% {
    padding-left: -57%;
  }
  .tablet-l\:left-57\% {
    left: 57%;
  }
  .tablet-l\:left--57\% {
    left: -57%;
  }
  .tablet-l\:m-r-57\% {
    margin-right: 57%;
  }
  .tablet-l\:m-r--57\% {
    margin-right: -57%;
  }
  .tablet-l\:p-r-57\% {
    padding-right: 57%;
  }
  .tablet-l\:p-r--57\% {
    padding-right: -57%;
  }
  .tablet-l\:right-57\% {
    right: 57%;
  }
  .tablet-l\:right--57\% {
    right: -57%;
  }
  .tablet-l\:h-57\% {
    height: 57%;
  }
  .tablet-l\:w-57\% {
    width: 57%;
  }
  .tablet-l\:max_h-57\% {
    max-height: 57%;
  }
  .tablet-l\:max_w-57\% {
    max-width: 57%;
  }
  .tablet-l\:min_h-57\% {
    min-height: 57%;
  }
  .tablet-l\:min_w-57\% {
    min-width: 57%;
  }
  .tablet-l\:h-57vh {
    height: 57vh;
  }
  .tablet-l\:w-57vw {
    width: 57vw;
  }
  .tablet-l\:min_w-57vw {
    min-width: 57vw;
  }
  .tablet-l\:min_h-57vh {
    min-height: 57vh;
  }
  .tablet-l\:max_w-57vw {
    max-width: 57vw;
  }
  .tablet-l\:max_h-57vh {
    max-height: 57vh;
  }
  .tablet-l\:m-t-58\% {
    margin-top: 58%;
  }
  .tablet-l\:m-t--58\% {
    margin-top: -58%;
  }
  .tablet-l\:p-t-58\% {
    padding-top: 58%;
  }
  .tablet-l\:p-t--58\% {
    padding-top: -58%;
  }
  .tablet-l\:top-58\% {
    top: 58%;
  }
  .tablet-l\:top--58\% {
    top: -58%;
  }
  .tablet-l\:m-b-58\% {
    margin-bottom: 58%;
  }
  .tablet-l\:m-b--58\% {
    margin-bottom: -58%;
  }
  .tablet-l\:p-b-58\% {
    padding-bottom: 58%;
  }
  .tablet-l\:p-b--58\% {
    padding-bottom: -58%;
  }
  .tablet-l\:bottom-58\% {
    bottom: 58%;
  }
  .tablet-l\:bottom--58\% {
    bottom: -58%;
  }
  .tablet-l\:m-l-58\% {
    margin-left: 58%;
  }
  .tablet-l\:m-l--58\% {
    margin-left: -58%;
  }
  .tablet-l\:p-l-58\% {
    padding-left: 58%;
  }
  .tablet-l\:p-l--58\% {
    padding-left: -58%;
  }
  .tablet-l\:left-58\% {
    left: 58%;
  }
  .tablet-l\:left--58\% {
    left: -58%;
  }
  .tablet-l\:m-r-58\% {
    margin-right: 58%;
  }
  .tablet-l\:m-r--58\% {
    margin-right: -58%;
  }
  .tablet-l\:p-r-58\% {
    padding-right: 58%;
  }
  .tablet-l\:p-r--58\% {
    padding-right: -58%;
  }
  .tablet-l\:right-58\% {
    right: 58%;
  }
  .tablet-l\:right--58\% {
    right: -58%;
  }
  .tablet-l\:h-58\% {
    height: 58%;
  }
  .tablet-l\:w-58\% {
    width: 58%;
  }
  .tablet-l\:max_h-58\% {
    max-height: 58%;
  }
  .tablet-l\:max_w-58\% {
    max-width: 58%;
  }
  .tablet-l\:min_h-58\% {
    min-height: 58%;
  }
  .tablet-l\:min_w-58\% {
    min-width: 58%;
  }
  .tablet-l\:h-58vh {
    height: 58vh;
  }
  .tablet-l\:w-58vw {
    width: 58vw;
  }
  .tablet-l\:min_w-58vw {
    min-width: 58vw;
  }
  .tablet-l\:min_h-58vh {
    min-height: 58vh;
  }
  .tablet-l\:max_w-58vw {
    max-width: 58vw;
  }
  .tablet-l\:max_h-58vh {
    max-height: 58vh;
  }
  .tablet-l\:m-t-59\% {
    margin-top: 59%;
  }
  .tablet-l\:m-t--59\% {
    margin-top: -59%;
  }
  .tablet-l\:p-t-59\% {
    padding-top: 59%;
  }
  .tablet-l\:p-t--59\% {
    padding-top: -59%;
  }
  .tablet-l\:top-59\% {
    top: 59%;
  }
  .tablet-l\:top--59\% {
    top: -59%;
  }
  .tablet-l\:m-b-59\% {
    margin-bottom: 59%;
  }
  .tablet-l\:m-b--59\% {
    margin-bottom: -59%;
  }
  .tablet-l\:p-b-59\% {
    padding-bottom: 59%;
  }
  .tablet-l\:p-b--59\% {
    padding-bottom: -59%;
  }
  .tablet-l\:bottom-59\% {
    bottom: 59%;
  }
  .tablet-l\:bottom--59\% {
    bottom: -59%;
  }
  .tablet-l\:m-l-59\% {
    margin-left: 59%;
  }
  .tablet-l\:m-l--59\% {
    margin-left: -59%;
  }
  .tablet-l\:p-l-59\% {
    padding-left: 59%;
  }
  .tablet-l\:p-l--59\% {
    padding-left: -59%;
  }
  .tablet-l\:left-59\% {
    left: 59%;
  }
  .tablet-l\:left--59\% {
    left: -59%;
  }
  .tablet-l\:m-r-59\% {
    margin-right: 59%;
  }
  .tablet-l\:m-r--59\% {
    margin-right: -59%;
  }
  .tablet-l\:p-r-59\% {
    padding-right: 59%;
  }
  .tablet-l\:p-r--59\% {
    padding-right: -59%;
  }
  .tablet-l\:right-59\% {
    right: 59%;
  }
  .tablet-l\:right--59\% {
    right: -59%;
  }
  .tablet-l\:h-59\% {
    height: 59%;
  }
  .tablet-l\:w-59\% {
    width: 59%;
  }
  .tablet-l\:max_h-59\% {
    max-height: 59%;
  }
  .tablet-l\:max_w-59\% {
    max-width: 59%;
  }
  .tablet-l\:min_h-59\% {
    min-height: 59%;
  }
  .tablet-l\:min_w-59\% {
    min-width: 59%;
  }
  .tablet-l\:h-59vh {
    height: 59vh;
  }
  .tablet-l\:w-59vw {
    width: 59vw;
  }
  .tablet-l\:min_w-59vw {
    min-width: 59vw;
  }
  .tablet-l\:min_h-59vh {
    min-height: 59vh;
  }
  .tablet-l\:max_w-59vw {
    max-width: 59vw;
  }
  .tablet-l\:max_h-59vh {
    max-height: 59vh;
  }
  .tablet-l\:m-t-60\% {
    margin-top: 60%;
  }
  .tablet-l\:m-t--60\% {
    margin-top: -60%;
  }
  .tablet-l\:p-t-60\% {
    padding-top: 60%;
  }
  .tablet-l\:p-t--60\% {
    padding-top: -60%;
  }
  .tablet-l\:top-60\% {
    top: 60%;
  }
  .tablet-l\:top--60\% {
    top: -60%;
  }
  .tablet-l\:m-b-60\% {
    margin-bottom: 60%;
  }
  .tablet-l\:m-b--60\% {
    margin-bottom: -60%;
  }
  .tablet-l\:p-b-60\% {
    padding-bottom: 60%;
  }
  .tablet-l\:p-b--60\% {
    padding-bottom: -60%;
  }
  .tablet-l\:bottom-60\% {
    bottom: 60%;
  }
  .tablet-l\:bottom--60\% {
    bottom: -60%;
  }
  .tablet-l\:m-l-60\% {
    margin-left: 60%;
  }
  .tablet-l\:m-l--60\% {
    margin-left: -60%;
  }
  .tablet-l\:p-l-60\% {
    padding-left: 60%;
  }
  .tablet-l\:p-l--60\% {
    padding-left: -60%;
  }
  .tablet-l\:left-60\% {
    left: 60%;
  }
  .tablet-l\:left--60\% {
    left: -60%;
  }
  .tablet-l\:m-r-60\% {
    margin-right: 60%;
  }
  .tablet-l\:m-r--60\% {
    margin-right: -60%;
  }
  .tablet-l\:p-r-60\% {
    padding-right: 60%;
  }
  .tablet-l\:p-r--60\% {
    padding-right: -60%;
  }
  .tablet-l\:right-60\% {
    right: 60%;
  }
  .tablet-l\:right--60\% {
    right: -60%;
  }
  .tablet-l\:h-60\% {
    height: 60%;
  }
  .tablet-l\:w-60\% {
    width: 60%;
  }
  .tablet-l\:max_h-60\% {
    max-height: 60%;
  }
  .tablet-l\:max_w-60\% {
    max-width: 60%;
  }
  .tablet-l\:min_h-60\% {
    min-height: 60%;
  }
  .tablet-l\:min_w-60\% {
    min-width: 60%;
  }
  .tablet-l\:h-60vh {
    height: 60vh;
  }
  .tablet-l\:w-60vw {
    width: 60vw;
  }
  .tablet-l\:min_w-60vw {
    min-width: 60vw;
  }
  .tablet-l\:min_h-60vh {
    min-height: 60vh;
  }
  .tablet-l\:max_w-60vw {
    max-width: 60vw;
  }
  .tablet-l\:max_h-60vh {
    max-height: 60vh;
  }
  .tablet-l\:m-t-61\% {
    margin-top: 61%;
  }
  .tablet-l\:m-t--61\% {
    margin-top: -61%;
  }
  .tablet-l\:p-t-61\% {
    padding-top: 61%;
  }
  .tablet-l\:p-t--61\% {
    padding-top: -61%;
  }
  .tablet-l\:top-61\% {
    top: 61%;
  }
  .tablet-l\:top--61\% {
    top: -61%;
  }
  .tablet-l\:m-b-61\% {
    margin-bottom: 61%;
  }
  .tablet-l\:m-b--61\% {
    margin-bottom: -61%;
  }
  .tablet-l\:p-b-61\% {
    padding-bottom: 61%;
  }
  .tablet-l\:p-b--61\% {
    padding-bottom: -61%;
  }
  .tablet-l\:bottom-61\% {
    bottom: 61%;
  }
  .tablet-l\:bottom--61\% {
    bottom: -61%;
  }
  .tablet-l\:m-l-61\% {
    margin-left: 61%;
  }
  .tablet-l\:m-l--61\% {
    margin-left: -61%;
  }
  .tablet-l\:p-l-61\% {
    padding-left: 61%;
  }
  .tablet-l\:p-l--61\% {
    padding-left: -61%;
  }
  .tablet-l\:left-61\% {
    left: 61%;
  }
  .tablet-l\:left--61\% {
    left: -61%;
  }
  .tablet-l\:m-r-61\% {
    margin-right: 61%;
  }
  .tablet-l\:m-r--61\% {
    margin-right: -61%;
  }
  .tablet-l\:p-r-61\% {
    padding-right: 61%;
  }
  .tablet-l\:p-r--61\% {
    padding-right: -61%;
  }
  .tablet-l\:right-61\% {
    right: 61%;
  }
  .tablet-l\:right--61\% {
    right: -61%;
  }
  .tablet-l\:h-61\% {
    height: 61%;
  }
  .tablet-l\:w-61\% {
    width: 61%;
  }
  .tablet-l\:max_h-61\% {
    max-height: 61%;
  }
  .tablet-l\:max_w-61\% {
    max-width: 61%;
  }
  .tablet-l\:min_h-61\% {
    min-height: 61%;
  }
  .tablet-l\:min_w-61\% {
    min-width: 61%;
  }
  .tablet-l\:h-61vh {
    height: 61vh;
  }
  .tablet-l\:w-61vw {
    width: 61vw;
  }
  .tablet-l\:min_w-61vw {
    min-width: 61vw;
  }
  .tablet-l\:min_h-61vh {
    min-height: 61vh;
  }
  .tablet-l\:max_w-61vw {
    max-width: 61vw;
  }
  .tablet-l\:max_h-61vh {
    max-height: 61vh;
  }
  .tablet-l\:m-t-62\% {
    margin-top: 62%;
  }
  .tablet-l\:m-t--62\% {
    margin-top: -62%;
  }
  .tablet-l\:p-t-62\% {
    padding-top: 62%;
  }
  .tablet-l\:p-t--62\% {
    padding-top: -62%;
  }
  .tablet-l\:top-62\% {
    top: 62%;
  }
  .tablet-l\:top--62\% {
    top: -62%;
  }
  .tablet-l\:m-b-62\% {
    margin-bottom: 62%;
  }
  .tablet-l\:m-b--62\% {
    margin-bottom: -62%;
  }
  .tablet-l\:p-b-62\% {
    padding-bottom: 62%;
  }
  .tablet-l\:p-b--62\% {
    padding-bottom: -62%;
  }
  .tablet-l\:bottom-62\% {
    bottom: 62%;
  }
  .tablet-l\:bottom--62\% {
    bottom: -62%;
  }
  .tablet-l\:m-l-62\% {
    margin-left: 62%;
  }
  .tablet-l\:m-l--62\% {
    margin-left: -62%;
  }
  .tablet-l\:p-l-62\% {
    padding-left: 62%;
  }
  .tablet-l\:p-l--62\% {
    padding-left: -62%;
  }
  .tablet-l\:left-62\% {
    left: 62%;
  }
  .tablet-l\:left--62\% {
    left: -62%;
  }
  .tablet-l\:m-r-62\% {
    margin-right: 62%;
  }
  .tablet-l\:m-r--62\% {
    margin-right: -62%;
  }
  .tablet-l\:p-r-62\% {
    padding-right: 62%;
  }
  .tablet-l\:p-r--62\% {
    padding-right: -62%;
  }
  .tablet-l\:right-62\% {
    right: 62%;
  }
  .tablet-l\:right--62\% {
    right: -62%;
  }
  .tablet-l\:h-62\% {
    height: 62%;
  }
  .tablet-l\:w-62\% {
    width: 62%;
  }
  .tablet-l\:max_h-62\% {
    max-height: 62%;
  }
  .tablet-l\:max_w-62\% {
    max-width: 62%;
  }
  .tablet-l\:min_h-62\% {
    min-height: 62%;
  }
  .tablet-l\:min_w-62\% {
    min-width: 62%;
  }
  .tablet-l\:h-62vh {
    height: 62vh;
  }
  .tablet-l\:w-62vw {
    width: 62vw;
  }
  .tablet-l\:min_w-62vw {
    min-width: 62vw;
  }
  .tablet-l\:min_h-62vh {
    min-height: 62vh;
  }
  .tablet-l\:max_w-62vw {
    max-width: 62vw;
  }
  .tablet-l\:max_h-62vh {
    max-height: 62vh;
  }
  .tablet-l\:m-t-63\% {
    margin-top: 63%;
  }
  .tablet-l\:m-t--63\% {
    margin-top: -63%;
  }
  .tablet-l\:p-t-63\% {
    padding-top: 63%;
  }
  .tablet-l\:p-t--63\% {
    padding-top: -63%;
  }
  .tablet-l\:top-63\% {
    top: 63%;
  }
  .tablet-l\:top--63\% {
    top: -63%;
  }
  .tablet-l\:m-b-63\% {
    margin-bottom: 63%;
  }
  .tablet-l\:m-b--63\% {
    margin-bottom: -63%;
  }
  .tablet-l\:p-b-63\% {
    padding-bottom: 63%;
  }
  .tablet-l\:p-b--63\% {
    padding-bottom: -63%;
  }
  .tablet-l\:bottom-63\% {
    bottom: 63%;
  }
  .tablet-l\:bottom--63\% {
    bottom: -63%;
  }
  .tablet-l\:m-l-63\% {
    margin-left: 63%;
  }
  .tablet-l\:m-l--63\% {
    margin-left: -63%;
  }
  .tablet-l\:p-l-63\% {
    padding-left: 63%;
  }
  .tablet-l\:p-l--63\% {
    padding-left: -63%;
  }
  .tablet-l\:left-63\% {
    left: 63%;
  }
  .tablet-l\:left--63\% {
    left: -63%;
  }
  .tablet-l\:m-r-63\% {
    margin-right: 63%;
  }
  .tablet-l\:m-r--63\% {
    margin-right: -63%;
  }
  .tablet-l\:p-r-63\% {
    padding-right: 63%;
  }
  .tablet-l\:p-r--63\% {
    padding-right: -63%;
  }
  .tablet-l\:right-63\% {
    right: 63%;
  }
  .tablet-l\:right--63\% {
    right: -63%;
  }
  .tablet-l\:h-63\% {
    height: 63%;
  }
  .tablet-l\:w-63\% {
    width: 63%;
  }
  .tablet-l\:max_h-63\% {
    max-height: 63%;
  }
  .tablet-l\:max_w-63\% {
    max-width: 63%;
  }
  .tablet-l\:min_h-63\% {
    min-height: 63%;
  }
  .tablet-l\:min_w-63\% {
    min-width: 63%;
  }
  .tablet-l\:h-63vh {
    height: 63vh;
  }
  .tablet-l\:w-63vw {
    width: 63vw;
  }
  .tablet-l\:min_w-63vw {
    min-width: 63vw;
  }
  .tablet-l\:min_h-63vh {
    min-height: 63vh;
  }
  .tablet-l\:max_w-63vw {
    max-width: 63vw;
  }
  .tablet-l\:max_h-63vh {
    max-height: 63vh;
  }
  .tablet-l\:m-t-64\% {
    margin-top: 64%;
  }
  .tablet-l\:m-t--64\% {
    margin-top: -64%;
  }
  .tablet-l\:p-t-64\% {
    padding-top: 64%;
  }
  .tablet-l\:p-t--64\% {
    padding-top: -64%;
  }
  .tablet-l\:top-64\% {
    top: 64%;
  }
  .tablet-l\:top--64\% {
    top: -64%;
  }
  .tablet-l\:m-b-64\% {
    margin-bottom: 64%;
  }
  .tablet-l\:m-b--64\% {
    margin-bottom: -64%;
  }
  .tablet-l\:p-b-64\% {
    padding-bottom: 64%;
  }
  .tablet-l\:p-b--64\% {
    padding-bottom: -64%;
  }
  .tablet-l\:bottom-64\% {
    bottom: 64%;
  }
  .tablet-l\:bottom--64\% {
    bottom: -64%;
  }
  .tablet-l\:m-l-64\% {
    margin-left: 64%;
  }
  .tablet-l\:m-l--64\% {
    margin-left: -64%;
  }
  .tablet-l\:p-l-64\% {
    padding-left: 64%;
  }
  .tablet-l\:p-l--64\% {
    padding-left: -64%;
  }
  .tablet-l\:left-64\% {
    left: 64%;
  }
  .tablet-l\:left--64\% {
    left: -64%;
  }
  .tablet-l\:m-r-64\% {
    margin-right: 64%;
  }
  .tablet-l\:m-r--64\% {
    margin-right: -64%;
  }
  .tablet-l\:p-r-64\% {
    padding-right: 64%;
  }
  .tablet-l\:p-r--64\% {
    padding-right: -64%;
  }
  .tablet-l\:right-64\% {
    right: 64%;
  }
  .tablet-l\:right--64\% {
    right: -64%;
  }
  .tablet-l\:h-64\% {
    height: 64%;
  }
  .tablet-l\:w-64\% {
    width: 64%;
  }
  .tablet-l\:max_h-64\% {
    max-height: 64%;
  }
  .tablet-l\:max_w-64\% {
    max-width: 64%;
  }
  .tablet-l\:min_h-64\% {
    min-height: 64%;
  }
  .tablet-l\:min_w-64\% {
    min-width: 64%;
  }
  .tablet-l\:h-64vh {
    height: 64vh;
  }
  .tablet-l\:w-64vw {
    width: 64vw;
  }
  .tablet-l\:min_w-64vw {
    min-width: 64vw;
  }
  .tablet-l\:min_h-64vh {
    min-height: 64vh;
  }
  .tablet-l\:max_w-64vw {
    max-width: 64vw;
  }
  .tablet-l\:max_h-64vh {
    max-height: 64vh;
  }
  .tablet-l\:m-t-65\% {
    margin-top: 65%;
  }
  .tablet-l\:m-t--65\% {
    margin-top: -65%;
  }
  .tablet-l\:p-t-65\% {
    padding-top: 65%;
  }
  .tablet-l\:p-t--65\% {
    padding-top: -65%;
  }
  .tablet-l\:top-65\% {
    top: 65%;
  }
  .tablet-l\:top--65\% {
    top: -65%;
  }
  .tablet-l\:m-b-65\% {
    margin-bottom: 65%;
  }
  .tablet-l\:m-b--65\% {
    margin-bottom: -65%;
  }
  .tablet-l\:p-b-65\% {
    padding-bottom: 65%;
  }
  .tablet-l\:p-b--65\% {
    padding-bottom: -65%;
  }
  .tablet-l\:bottom-65\% {
    bottom: 65%;
  }
  .tablet-l\:bottom--65\% {
    bottom: -65%;
  }
  .tablet-l\:m-l-65\% {
    margin-left: 65%;
  }
  .tablet-l\:m-l--65\% {
    margin-left: -65%;
  }
  .tablet-l\:p-l-65\% {
    padding-left: 65%;
  }
  .tablet-l\:p-l--65\% {
    padding-left: -65%;
  }
  .tablet-l\:left-65\% {
    left: 65%;
  }
  .tablet-l\:left--65\% {
    left: -65%;
  }
  .tablet-l\:m-r-65\% {
    margin-right: 65%;
  }
  .tablet-l\:m-r--65\% {
    margin-right: -65%;
  }
  .tablet-l\:p-r-65\% {
    padding-right: 65%;
  }
  .tablet-l\:p-r--65\% {
    padding-right: -65%;
  }
  .tablet-l\:right-65\% {
    right: 65%;
  }
  .tablet-l\:right--65\% {
    right: -65%;
  }
  .tablet-l\:h-65\% {
    height: 65%;
  }
  .tablet-l\:w-65\% {
    width: 65%;
  }
  .tablet-l\:max_h-65\% {
    max-height: 65%;
  }
  .tablet-l\:max_w-65\% {
    max-width: 65%;
  }
  .tablet-l\:min_h-65\% {
    min-height: 65%;
  }
  .tablet-l\:min_w-65\% {
    min-width: 65%;
  }
  .tablet-l\:h-65vh {
    height: 65vh;
  }
  .tablet-l\:w-65vw {
    width: 65vw;
  }
  .tablet-l\:min_w-65vw {
    min-width: 65vw;
  }
  .tablet-l\:min_h-65vh {
    min-height: 65vh;
  }
  .tablet-l\:max_w-65vw {
    max-width: 65vw;
  }
  .tablet-l\:max_h-65vh {
    max-height: 65vh;
  }
  .tablet-l\:m-t-66\% {
    margin-top: 66%;
  }
  .tablet-l\:m-t--66\% {
    margin-top: -66%;
  }
  .tablet-l\:p-t-66\% {
    padding-top: 66%;
  }
  .tablet-l\:p-t--66\% {
    padding-top: -66%;
  }
  .tablet-l\:top-66\% {
    top: 66%;
  }
  .tablet-l\:top--66\% {
    top: -66%;
  }
  .tablet-l\:m-b-66\% {
    margin-bottom: 66%;
  }
  .tablet-l\:m-b--66\% {
    margin-bottom: -66%;
  }
  .tablet-l\:p-b-66\% {
    padding-bottom: 66%;
  }
  .tablet-l\:p-b--66\% {
    padding-bottom: -66%;
  }
  .tablet-l\:bottom-66\% {
    bottom: 66%;
  }
  .tablet-l\:bottom--66\% {
    bottom: -66%;
  }
  .tablet-l\:m-l-66\% {
    margin-left: 66%;
  }
  .tablet-l\:m-l--66\% {
    margin-left: -66%;
  }
  .tablet-l\:p-l-66\% {
    padding-left: 66%;
  }
  .tablet-l\:p-l--66\% {
    padding-left: -66%;
  }
  .tablet-l\:left-66\% {
    left: 66%;
  }
  .tablet-l\:left--66\% {
    left: -66%;
  }
  .tablet-l\:m-r-66\% {
    margin-right: 66%;
  }
  .tablet-l\:m-r--66\% {
    margin-right: -66%;
  }
  .tablet-l\:p-r-66\% {
    padding-right: 66%;
  }
  .tablet-l\:p-r--66\% {
    padding-right: -66%;
  }
  .tablet-l\:right-66\% {
    right: 66%;
  }
  .tablet-l\:right--66\% {
    right: -66%;
  }
  .tablet-l\:h-66\% {
    height: 66%;
  }
  .tablet-l\:w-66\% {
    width: 66%;
  }
  .tablet-l\:max_h-66\% {
    max-height: 66%;
  }
  .tablet-l\:max_w-66\% {
    max-width: 66%;
  }
  .tablet-l\:min_h-66\% {
    min-height: 66%;
  }
  .tablet-l\:min_w-66\% {
    min-width: 66%;
  }
  .tablet-l\:h-66vh {
    height: 66vh;
  }
  .tablet-l\:w-66vw {
    width: 66vw;
  }
  .tablet-l\:min_w-66vw {
    min-width: 66vw;
  }
  .tablet-l\:min_h-66vh {
    min-height: 66vh;
  }
  .tablet-l\:max_w-66vw {
    max-width: 66vw;
  }
  .tablet-l\:max_h-66vh {
    max-height: 66vh;
  }
  .tablet-l\:m-t-67\% {
    margin-top: 67%;
  }
  .tablet-l\:m-t--67\% {
    margin-top: -67%;
  }
  .tablet-l\:p-t-67\% {
    padding-top: 67%;
  }
  .tablet-l\:p-t--67\% {
    padding-top: -67%;
  }
  .tablet-l\:top-67\% {
    top: 67%;
  }
  .tablet-l\:top--67\% {
    top: -67%;
  }
  .tablet-l\:m-b-67\% {
    margin-bottom: 67%;
  }
  .tablet-l\:m-b--67\% {
    margin-bottom: -67%;
  }
  .tablet-l\:p-b-67\% {
    padding-bottom: 67%;
  }
  .tablet-l\:p-b--67\% {
    padding-bottom: -67%;
  }
  .tablet-l\:bottom-67\% {
    bottom: 67%;
  }
  .tablet-l\:bottom--67\% {
    bottom: -67%;
  }
  .tablet-l\:m-l-67\% {
    margin-left: 67%;
  }
  .tablet-l\:m-l--67\% {
    margin-left: -67%;
  }
  .tablet-l\:p-l-67\% {
    padding-left: 67%;
  }
  .tablet-l\:p-l--67\% {
    padding-left: -67%;
  }
  .tablet-l\:left-67\% {
    left: 67%;
  }
  .tablet-l\:left--67\% {
    left: -67%;
  }
  .tablet-l\:m-r-67\% {
    margin-right: 67%;
  }
  .tablet-l\:m-r--67\% {
    margin-right: -67%;
  }
  .tablet-l\:p-r-67\% {
    padding-right: 67%;
  }
  .tablet-l\:p-r--67\% {
    padding-right: -67%;
  }
  .tablet-l\:right-67\% {
    right: 67%;
  }
  .tablet-l\:right--67\% {
    right: -67%;
  }
  .tablet-l\:h-67\% {
    height: 67%;
  }
  .tablet-l\:w-67\% {
    width: 67%;
  }
  .tablet-l\:max_h-67\% {
    max-height: 67%;
  }
  .tablet-l\:max_w-67\% {
    max-width: 67%;
  }
  .tablet-l\:min_h-67\% {
    min-height: 67%;
  }
  .tablet-l\:min_w-67\% {
    min-width: 67%;
  }
  .tablet-l\:h-67vh {
    height: 67vh;
  }
  .tablet-l\:w-67vw {
    width: 67vw;
  }
  .tablet-l\:min_w-67vw {
    min-width: 67vw;
  }
  .tablet-l\:min_h-67vh {
    min-height: 67vh;
  }
  .tablet-l\:max_w-67vw {
    max-width: 67vw;
  }
  .tablet-l\:max_h-67vh {
    max-height: 67vh;
  }
  .tablet-l\:m-t-68\% {
    margin-top: 68%;
  }
  .tablet-l\:m-t--68\% {
    margin-top: -68%;
  }
  .tablet-l\:p-t-68\% {
    padding-top: 68%;
  }
  .tablet-l\:p-t--68\% {
    padding-top: -68%;
  }
  .tablet-l\:top-68\% {
    top: 68%;
  }
  .tablet-l\:top--68\% {
    top: -68%;
  }
  .tablet-l\:m-b-68\% {
    margin-bottom: 68%;
  }
  .tablet-l\:m-b--68\% {
    margin-bottom: -68%;
  }
  .tablet-l\:p-b-68\% {
    padding-bottom: 68%;
  }
  .tablet-l\:p-b--68\% {
    padding-bottom: -68%;
  }
  .tablet-l\:bottom-68\% {
    bottom: 68%;
  }
  .tablet-l\:bottom--68\% {
    bottom: -68%;
  }
  .tablet-l\:m-l-68\% {
    margin-left: 68%;
  }
  .tablet-l\:m-l--68\% {
    margin-left: -68%;
  }
  .tablet-l\:p-l-68\% {
    padding-left: 68%;
  }
  .tablet-l\:p-l--68\% {
    padding-left: -68%;
  }
  .tablet-l\:left-68\% {
    left: 68%;
  }
  .tablet-l\:left--68\% {
    left: -68%;
  }
  .tablet-l\:m-r-68\% {
    margin-right: 68%;
  }
  .tablet-l\:m-r--68\% {
    margin-right: -68%;
  }
  .tablet-l\:p-r-68\% {
    padding-right: 68%;
  }
  .tablet-l\:p-r--68\% {
    padding-right: -68%;
  }
  .tablet-l\:right-68\% {
    right: 68%;
  }
  .tablet-l\:right--68\% {
    right: -68%;
  }
  .tablet-l\:h-68\% {
    height: 68%;
  }
  .tablet-l\:w-68\% {
    width: 68%;
  }
  .tablet-l\:max_h-68\% {
    max-height: 68%;
  }
  .tablet-l\:max_w-68\% {
    max-width: 68%;
  }
  .tablet-l\:min_h-68\% {
    min-height: 68%;
  }
  .tablet-l\:min_w-68\% {
    min-width: 68%;
  }
  .tablet-l\:h-68vh {
    height: 68vh;
  }
  .tablet-l\:w-68vw {
    width: 68vw;
  }
  .tablet-l\:min_w-68vw {
    min-width: 68vw;
  }
  .tablet-l\:min_h-68vh {
    min-height: 68vh;
  }
  .tablet-l\:max_w-68vw {
    max-width: 68vw;
  }
  .tablet-l\:max_h-68vh {
    max-height: 68vh;
  }
  .tablet-l\:m-t-69\% {
    margin-top: 69%;
  }
  .tablet-l\:m-t--69\% {
    margin-top: -69%;
  }
  .tablet-l\:p-t-69\% {
    padding-top: 69%;
  }
  .tablet-l\:p-t--69\% {
    padding-top: -69%;
  }
  .tablet-l\:top-69\% {
    top: 69%;
  }
  .tablet-l\:top--69\% {
    top: -69%;
  }
  .tablet-l\:m-b-69\% {
    margin-bottom: 69%;
  }
  .tablet-l\:m-b--69\% {
    margin-bottom: -69%;
  }
  .tablet-l\:p-b-69\% {
    padding-bottom: 69%;
  }
  .tablet-l\:p-b--69\% {
    padding-bottom: -69%;
  }
  .tablet-l\:bottom-69\% {
    bottom: 69%;
  }
  .tablet-l\:bottom--69\% {
    bottom: -69%;
  }
  .tablet-l\:m-l-69\% {
    margin-left: 69%;
  }
  .tablet-l\:m-l--69\% {
    margin-left: -69%;
  }
  .tablet-l\:p-l-69\% {
    padding-left: 69%;
  }
  .tablet-l\:p-l--69\% {
    padding-left: -69%;
  }
  .tablet-l\:left-69\% {
    left: 69%;
  }
  .tablet-l\:left--69\% {
    left: -69%;
  }
  .tablet-l\:m-r-69\% {
    margin-right: 69%;
  }
  .tablet-l\:m-r--69\% {
    margin-right: -69%;
  }
  .tablet-l\:p-r-69\% {
    padding-right: 69%;
  }
  .tablet-l\:p-r--69\% {
    padding-right: -69%;
  }
  .tablet-l\:right-69\% {
    right: 69%;
  }
  .tablet-l\:right--69\% {
    right: -69%;
  }
  .tablet-l\:h-69\% {
    height: 69%;
  }
  .tablet-l\:w-69\% {
    width: 69%;
  }
  .tablet-l\:max_h-69\% {
    max-height: 69%;
  }
  .tablet-l\:max_w-69\% {
    max-width: 69%;
  }
  .tablet-l\:min_h-69\% {
    min-height: 69%;
  }
  .tablet-l\:min_w-69\% {
    min-width: 69%;
  }
  .tablet-l\:h-69vh {
    height: 69vh;
  }
  .tablet-l\:w-69vw {
    width: 69vw;
  }
  .tablet-l\:min_w-69vw {
    min-width: 69vw;
  }
  .tablet-l\:min_h-69vh {
    min-height: 69vh;
  }
  .tablet-l\:max_w-69vw {
    max-width: 69vw;
  }
  .tablet-l\:max_h-69vh {
    max-height: 69vh;
  }
  .tablet-l\:m-t-70\% {
    margin-top: 70%;
  }
  .tablet-l\:m-t--70\% {
    margin-top: -70%;
  }
  .tablet-l\:p-t-70\% {
    padding-top: 70%;
  }
  .tablet-l\:p-t--70\% {
    padding-top: -70%;
  }
  .tablet-l\:top-70\% {
    top: 70%;
  }
  .tablet-l\:top--70\% {
    top: -70%;
  }
  .tablet-l\:m-b-70\% {
    margin-bottom: 70%;
  }
  .tablet-l\:m-b--70\% {
    margin-bottom: -70%;
  }
  .tablet-l\:p-b-70\% {
    padding-bottom: 70%;
  }
  .tablet-l\:p-b--70\% {
    padding-bottom: -70%;
  }
  .tablet-l\:bottom-70\% {
    bottom: 70%;
  }
  .tablet-l\:bottom--70\% {
    bottom: -70%;
  }
  .tablet-l\:m-l-70\% {
    margin-left: 70%;
  }
  .tablet-l\:m-l--70\% {
    margin-left: -70%;
  }
  .tablet-l\:p-l-70\% {
    padding-left: 70%;
  }
  .tablet-l\:p-l--70\% {
    padding-left: -70%;
  }
  .tablet-l\:left-70\% {
    left: 70%;
  }
  .tablet-l\:left--70\% {
    left: -70%;
  }
  .tablet-l\:m-r-70\% {
    margin-right: 70%;
  }
  .tablet-l\:m-r--70\% {
    margin-right: -70%;
  }
  .tablet-l\:p-r-70\% {
    padding-right: 70%;
  }
  .tablet-l\:p-r--70\% {
    padding-right: -70%;
  }
  .tablet-l\:right-70\% {
    right: 70%;
  }
  .tablet-l\:right--70\% {
    right: -70%;
  }
  .tablet-l\:h-70\% {
    height: 70%;
  }
  .tablet-l\:w-70\% {
    width: 70%;
  }
  .tablet-l\:max_h-70\% {
    max-height: 70%;
  }
  .tablet-l\:max_w-70\% {
    max-width: 70%;
  }
  .tablet-l\:min_h-70\% {
    min-height: 70%;
  }
  .tablet-l\:min_w-70\% {
    min-width: 70%;
  }
  .tablet-l\:h-70vh {
    height: 70vh;
  }
  .tablet-l\:w-70vw {
    width: 70vw;
  }
  .tablet-l\:min_w-70vw {
    min-width: 70vw;
  }
  .tablet-l\:min_h-70vh {
    min-height: 70vh;
  }
  .tablet-l\:max_w-70vw {
    max-width: 70vw;
  }
  .tablet-l\:max_h-70vh {
    max-height: 70vh;
  }
  .tablet-l\:m-t-71\% {
    margin-top: 71%;
  }
  .tablet-l\:m-t--71\% {
    margin-top: -71%;
  }
  .tablet-l\:p-t-71\% {
    padding-top: 71%;
  }
  .tablet-l\:p-t--71\% {
    padding-top: -71%;
  }
  .tablet-l\:top-71\% {
    top: 71%;
  }
  .tablet-l\:top--71\% {
    top: -71%;
  }
  .tablet-l\:m-b-71\% {
    margin-bottom: 71%;
  }
  .tablet-l\:m-b--71\% {
    margin-bottom: -71%;
  }
  .tablet-l\:p-b-71\% {
    padding-bottom: 71%;
  }
  .tablet-l\:p-b--71\% {
    padding-bottom: -71%;
  }
  .tablet-l\:bottom-71\% {
    bottom: 71%;
  }
  .tablet-l\:bottom--71\% {
    bottom: -71%;
  }
  .tablet-l\:m-l-71\% {
    margin-left: 71%;
  }
  .tablet-l\:m-l--71\% {
    margin-left: -71%;
  }
  .tablet-l\:p-l-71\% {
    padding-left: 71%;
  }
  .tablet-l\:p-l--71\% {
    padding-left: -71%;
  }
  .tablet-l\:left-71\% {
    left: 71%;
  }
  .tablet-l\:left--71\% {
    left: -71%;
  }
  .tablet-l\:m-r-71\% {
    margin-right: 71%;
  }
  .tablet-l\:m-r--71\% {
    margin-right: -71%;
  }
  .tablet-l\:p-r-71\% {
    padding-right: 71%;
  }
  .tablet-l\:p-r--71\% {
    padding-right: -71%;
  }
  .tablet-l\:right-71\% {
    right: 71%;
  }
  .tablet-l\:right--71\% {
    right: -71%;
  }
  .tablet-l\:h-71\% {
    height: 71%;
  }
  .tablet-l\:w-71\% {
    width: 71%;
  }
  .tablet-l\:max_h-71\% {
    max-height: 71%;
  }
  .tablet-l\:max_w-71\% {
    max-width: 71%;
  }
  .tablet-l\:min_h-71\% {
    min-height: 71%;
  }
  .tablet-l\:min_w-71\% {
    min-width: 71%;
  }
  .tablet-l\:h-71vh {
    height: 71vh;
  }
  .tablet-l\:w-71vw {
    width: 71vw;
  }
  .tablet-l\:min_w-71vw {
    min-width: 71vw;
  }
  .tablet-l\:min_h-71vh {
    min-height: 71vh;
  }
  .tablet-l\:max_w-71vw {
    max-width: 71vw;
  }
  .tablet-l\:max_h-71vh {
    max-height: 71vh;
  }
  .tablet-l\:m-t-72\% {
    margin-top: 72%;
  }
  .tablet-l\:m-t--72\% {
    margin-top: -72%;
  }
  .tablet-l\:p-t-72\% {
    padding-top: 72%;
  }
  .tablet-l\:p-t--72\% {
    padding-top: -72%;
  }
  .tablet-l\:top-72\% {
    top: 72%;
  }
  .tablet-l\:top--72\% {
    top: -72%;
  }
  .tablet-l\:m-b-72\% {
    margin-bottom: 72%;
  }
  .tablet-l\:m-b--72\% {
    margin-bottom: -72%;
  }
  .tablet-l\:p-b-72\% {
    padding-bottom: 72%;
  }
  .tablet-l\:p-b--72\% {
    padding-bottom: -72%;
  }
  .tablet-l\:bottom-72\% {
    bottom: 72%;
  }
  .tablet-l\:bottom--72\% {
    bottom: -72%;
  }
  .tablet-l\:m-l-72\% {
    margin-left: 72%;
  }
  .tablet-l\:m-l--72\% {
    margin-left: -72%;
  }
  .tablet-l\:p-l-72\% {
    padding-left: 72%;
  }
  .tablet-l\:p-l--72\% {
    padding-left: -72%;
  }
  .tablet-l\:left-72\% {
    left: 72%;
  }
  .tablet-l\:left--72\% {
    left: -72%;
  }
  .tablet-l\:m-r-72\% {
    margin-right: 72%;
  }
  .tablet-l\:m-r--72\% {
    margin-right: -72%;
  }
  .tablet-l\:p-r-72\% {
    padding-right: 72%;
  }
  .tablet-l\:p-r--72\% {
    padding-right: -72%;
  }
  .tablet-l\:right-72\% {
    right: 72%;
  }
  .tablet-l\:right--72\% {
    right: -72%;
  }
  .tablet-l\:h-72\% {
    height: 72%;
  }
  .tablet-l\:w-72\% {
    width: 72%;
  }
  .tablet-l\:max_h-72\% {
    max-height: 72%;
  }
  .tablet-l\:max_w-72\% {
    max-width: 72%;
  }
  .tablet-l\:min_h-72\% {
    min-height: 72%;
  }
  .tablet-l\:min_w-72\% {
    min-width: 72%;
  }
  .tablet-l\:h-72vh {
    height: 72vh;
  }
  .tablet-l\:w-72vw {
    width: 72vw;
  }
  .tablet-l\:min_w-72vw {
    min-width: 72vw;
  }
  .tablet-l\:min_h-72vh {
    min-height: 72vh;
  }
  .tablet-l\:max_w-72vw {
    max-width: 72vw;
  }
  .tablet-l\:max_h-72vh {
    max-height: 72vh;
  }
  .tablet-l\:m-t-73\% {
    margin-top: 73%;
  }
  .tablet-l\:m-t--73\% {
    margin-top: -73%;
  }
  .tablet-l\:p-t-73\% {
    padding-top: 73%;
  }
  .tablet-l\:p-t--73\% {
    padding-top: -73%;
  }
  .tablet-l\:top-73\% {
    top: 73%;
  }
  .tablet-l\:top--73\% {
    top: -73%;
  }
  .tablet-l\:m-b-73\% {
    margin-bottom: 73%;
  }
  .tablet-l\:m-b--73\% {
    margin-bottom: -73%;
  }
  .tablet-l\:p-b-73\% {
    padding-bottom: 73%;
  }
  .tablet-l\:p-b--73\% {
    padding-bottom: -73%;
  }
  .tablet-l\:bottom-73\% {
    bottom: 73%;
  }
  .tablet-l\:bottom--73\% {
    bottom: -73%;
  }
  .tablet-l\:m-l-73\% {
    margin-left: 73%;
  }
  .tablet-l\:m-l--73\% {
    margin-left: -73%;
  }
  .tablet-l\:p-l-73\% {
    padding-left: 73%;
  }
  .tablet-l\:p-l--73\% {
    padding-left: -73%;
  }
  .tablet-l\:left-73\% {
    left: 73%;
  }
  .tablet-l\:left--73\% {
    left: -73%;
  }
  .tablet-l\:m-r-73\% {
    margin-right: 73%;
  }
  .tablet-l\:m-r--73\% {
    margin-right: -73%;
  }
  .tablet-l\:p-r-73\% {
    padding-right: 73%;
  }
  .tablet-l\:p-r--73\% {
    padding-right: -73%;
  }
  .tablet-l\:right-73\% {
    right: 73%;
  }
  .tablet-l\:right--73\% {
    right: -73%;
  }
  .tablet-l\:h-73\% {
    height: 73%;
  }
  .tablet-l\:w-73\% {
    width: 73%;
  }
  .tablet-l\:max_h-73\% {
    max-height: 73%;
  }
  .tablet-l\:max_w-73\% {
    max-width: 73%;
  }
  .tablet-l\:min_h-73\% {
    min-height: 73%;
  }
  .tablet-l\:min_w-73\% {
    min-width: 73%;
  }
  .tablet-l\:h-73vh {
    height: 73vh;
  }
  .tablet-l\:w-73vw {
    width: 73vw;
  }
  .tablet-l\:min_w-73vw {
    min-width: 73vw;
  }
  .tablet-l\:min_h-73vh {
    min-height: 73vh;
  }
  .tablet-l\:max_w-73vw {
    max-width: 73vw;
  }
  .tablet-l\:max_h-73vh {
    max-height: 73vh;
  }
  .tablet-l\:m-t-74\% {
    margin-top: 74%;
  }
  .tablet-l\:m-t--74\% {
    margin-top: -74%;
  }
  .tablet-l\:p-t-74\% {
    padding-top: 74%;
  }
  .tablet-l\:p-t--74\% {
    padding-top: -74%;
  }
  .tablet-l\:top-74\% {
    top: 74%;
  }
  .tablet-l\:top--74\% {
    top: -74%;
  }
  .tablet-l\:m-b-74\% {
    margin-bottom: 74%;
  }
  .tablet-l\:m-b--74\% {
    margin-bottom: -74%;
  }
  .tablet-l\:p-b-74\% {
    padding-bottom: 74%;
  }
  .tablet-l\:p-b--74\% {
    padding-bottom: -74%;
  }
  .tablet-l\:bottom-74\% {
    bottom: 74%;
  }
  .tablet-l\:bottom--74\% {
    bottom: -74%;
  }
  .tablet-l\:m-l-74\% {
    margin-left: 74%;
  }
  .tablet-l\:m-l--74\% {
    margin-left: -74%;
  }
  .tablet-l\:p-l-74\% {
    padding-left: 74%;
  }
  .tablet-l\:p-l--74\% {
    padding-left: -74%;
  }
  .tablet-l\:left-74\% {
    left: 74%;
  }
  .tablet-l\:left--74\% {
    left: -74%;
  }
  .tablet-l\:m-r-74\% {
    margin-right: 74%;
  }
  .tablet-l\:m-r--74\% {
    margin-right: -74%;
  }
  .tablet-l\:p-r-74\% {
    padding-right: 74%;
  }
  .tablet-l\:p-r--74\% {
    padding-right: -74%;
  }
  .tablet-l\:right-74\% {
    right: 74%;
  }
  .tablet-l\:right--74\% {
    right: -74%;
  }
  .tablet-l\:h-74\% {
    height: 74%;
  }
  .tablet-l\:w-74\% {
    width: 74%;
  }
  .tablet-l\:max_h-74\% {
    max-height: 74%;
  }
  .tablet-l\:max_w-74\% {
    max-width: 74%;
  }
  .tablet-l\:min_h-74\% {
    min-height: 74%;
  }
  .tablet-l\:min_w-74\% {
    min-width: 74%;
  }
  .tablet-l\:h-74vh {
    height: 74vh;
  }
  .tablet-l\:w-74vw {
    width: 74vw;
  }
  .tablet-l\:min_w-74vw {
    min-width: 74vw;
  }
  .tablet-l\:min_h-74vh {
    min-height: 74vh;
  }
  .tablet-l\:max_w-74vw {
    max-width: 74vw;
  }
  .tablet-l\:max_h-74vh {
    max-height: 74vh;
  }
  .tablet-l\:m-t-75\% {
    margin-top: 75%;
  }
  .tablet-l\:m-t--75\% {
    margin-top: -75%;
  }
  .tablet-l\:p-t-75\% {
    padding-top: 75%;
  }
  .tablet-l\:p-t--75\% {
    padding-top: -75%;
  }
  .tablet-l\:top-75\% {
    top: 75%;
  }
  .tablet-l\:top--75\% {
    top: -75%;
  }
  .tablet-l\:m-b-75\% {
    margin-bottom: 75%;
  }
  .tablet-l\:m-b--75\% {
    margin-bottom: -75%;
  }
  .tablet-l\:p-b-75\% {
    padding-bottom: 75%;
  }
  .tablet-l\:p-b--75\% {
    padding-bottom: -75%;
  }
  .tablet-l\:bottom-75\% {
    bottom: 75%;
  }
  .tablet-l\:bottom--75\% {
    bottom: -75%;
  }
  .tablet-l\:m-l-75\% {
    margin-left: 75%;
  }
  .tablet-l\:m-l--75\% {
    margin-left: -75%;
  }
  .tablet-l\:p-l-75\% {
    padding-left: 75%;
  }
  .tablet-l\:p-l--75\% {
    padding-left: -75%;
  }
  .tablet-l\:left-75\% {
    left: 75%;
  }
  .tablet-l\:left--75\% {
    left: -75%;
  }
  .tablet-l\:m-r-75\% {
    margin-right: 75%;
  }
  .tablet-l\:m-r--75\% {
    margin-right: -75%;
  }
  .tablet-l\:p-r-75\% {
    padding-right: 75%;
  }
  .tablet-l\:p-r--75\% {
    padding-right: -75%;
  }
  .tablet-l\:right-75\% {
    right: 75%;
  }
  .tablet-l\:right--75\% {
    right: -75%;
  }
  .tablet-l\:h-75\% {
    height: 75%;
  }
  .tablet-l\:w-75\% {
    width: 75%;
  }
  .tablet-l\:max_h-75\% {
    max-height: 75%;
  }
  .tablet-l\:max_w-75\% {
    max-width: 75%;
  }
  .tablet-l\:min_h-75\% {
    min-height: 75%;
  }
  .tablet-l\:min_w-75\% {
    min-width: 75%;
  }
  .tablet-l\:h-75vh {
    height: 75vh;
  }
  .tablet-l\:w-75vw {
    width: 75vw;
  }
  .tablet-l\:min_w-75vw {
    min-width: 75vw;
  }
  .tablet-l\:min_h-75vh {
    min-height: 75vh;
  }
  .tablet-l\:max_w-75vw {
    max-width: 75vw;
  }
  .tablet-l\:max_h-75vh {
    max-height: 75vh;
  }
  .tablet-l\:m-t-76\% {
    margin-top: 76%;
  }
  .tablet-l\:m-t--76\% {
    margin-top: -76%;
  }
  .tablet-l\:p-t-76\% {
    padding-top: 76%;
  }
  .tablet-l\:p-t--76\% {
    padding-top: -76%;
  }
  .tablet-l\:top-76\% {
    top: 76%;
  }
  .tablet-l\:top--76\% {
    top: -76%;
  }
  .tablet-l\:m-b-76\% {
    margin-bottom: 76%;
  }
  .tablet-l\:m-b--76\% {
    margin-bottom: -76%;
  }
  .tablet-l\:p-b-76\% {
    padding-bottom: 76%;
  }
  .tablet-l\:p-b--76\% {
    padding-bottom: -76%;
  }
  .tablet-l\:bottom-76\% {
    bottom: 76%;
  }
  .tablet-l\:bottom--76\% {
    bottom: -76%;
  }
  .tablet-l\:m-l-76\% {
    margin-left: 76%;
  }
  .tablet-l\:m-l--76\% {
    margin-left: -76%;
  }
  .tablet-l\:p-l-76\% {
    padding-left: 76%;
  }
  .tablet-l\:p-l--76\% {
    padding-left: -76%;
  }
  .tablet-l\:left-76\% {
    left: 76%;
  }
  .tablet-l\:left--76\% {
    left: -76%;
  }
  .tablet-l\:m-r-76\% {
    margin-right: 76%;
  }
  .tablet-l\:m-r--76\% {
    margin-right: -76%;
  }
  .tablet-l\:p-r-76\% {
    padding-right: 76%;
  }
  .tablet-l\:p-r--76\% {
    padding-right: -76%;
  }
  .tablet-l\:right-76\% {
    right: 76%;
  }
  .tablet-l\:right--76\% {
    right: -76%;
  }
  .tablet-l\:h-76\% {
    height: 76%;
  }
  .tablet-l\:w-76\% {
    width: 76%;
  }
  .tablet-l\:max_h-76\% {
    max-height: 76%;
  }
  .tablet-l\:max_w-76\% {
    max-width: 76%;
  }
  .tablet-l\:min_h-76\% {
    min-height: 76%;
  }
  .tablet-l\:min_w-76\% {
    min-width: 76%;
  }
  .tablet-l\:h-76vh {
    height: 76vh;
  }
  .tablet-l\:w-76vw {
    width: 76vw;
  }
  .tablet-l\:min_w-76vw {
    min-width: 76vw;
  }
  .tablet-l\:min_h-76vh {
    min-height: 76vh;
  }
  .tablet-l\:max_w-76vw {
    max-width: 76vw;
  }
  .tablet-l\:max_h-76vh {
    max-height: 76vh;
  }
  .tablet-l\:m-t-77\% {
    margin-top: 77%;
  }
  .tablet-l\:m-t--77\% {
    margin-top: -77%;
  }
  .tablet-l\:p-t-77\% {
    padding-top: 77%;
  }
  .tablet-l\:p-t--77\% {
    padding-top: -77%;
  }
  .tablet-l\:top-77\% {
    top: 77%;
  }
  .tablet-l\:top--77\% {
    top: -77%;
  }
  .tablet-l\:m-b-77\% {
    margin-bottom: 77%;
  }
  .tablet-l\:m-b--77\% {
    margin-bottom: -77%;
  }
  .tablet-l\:p-b-77\% {
    padding-bottom: 77%;
  }
  .tablet-l\:p-b--77\% {
    padding-bottom: -77%;
  }
  .tablet-l\:bottom-77\% {
    bottom: 77%;
  }
  .tablet-l\:bottom--77\% {
    bottom: -77%;
  }
  .tablet-l\:m-l-77\% {
    margin-left: 77%;
  }
  .tablet-l\:m-l--77\% {
    margin-left: -77%;
  }
  .tablet-l\:p-l-77\% {
    padding-left: 77%;
  }
  .tablet-l\:p-l--77\% {
    padding-left: -77%;
  }
  .tablet-l\:left-77\% {
    left: 77%;
  }
  .tablet-l\:left--77\% {
    left: -77%;
  }
  .tablet-l\:m-r-77\% {
    margin-right: 77%;
  }
  .tablet-l\:m-r--77\% {
    margin-right: -77%;
  }
  .tablet-l\:p-r-77\% {
    padding-right: 77%;
  }
  .tablet-l\:p-r--77\% {
    padding-right: -77%;
  }
  .tablet-l\:right-77\% {
    right: 77%;
  }
  .tablet-l\:right--77\% {
    right: -77%;
  }
  .tablet-l\:h-77\% {
    height: 77%;
  }
  .tablet-l\:w-77\% {
    width: 77%;
  }
  .tablet-l\:max_h-77\% {
    max-height: 77%;
  }
  .tablet-l\:max_w-77\% {
    max-width: 77%;
  }
  .tablet-l\:min_h-77\% {
    min-height: 77%;
  }
  .tablet-l\:min_w-77\% {
    min-width: 77%;
  }
  .tablet-l\:h-77vh {
    height: 77vh;
  }
  .tablet-l\:w-77vw {
    width: 77vw;
  }
  .tablet-l\:min_w-77vw {
    min-width: 77vw;
  }
  .tablet-l\:min_h-77vh {
    min-height: 77vh;
  }
  .tablet-l\:max_w-77vw {
    max-width: 77vw;
  }
  .tablet-l\:max_h-77vh {
    max-height: 77vh;
  }
  .tablet-l\:m-t-78\% {
    margin-top: 78%;
  }
  .tablet-l\:m-t--78\% {
    margin-top: -78%;
  }
  .tablet-l\:p-t-78\% {
    padding-top: 78%;
  }
  .tablet-l\:p-t--78\% {
    padding-top: -78%;
  }
  .tablet-l\:top-78\% {
    top: 78%;
  }
  .tablet-l\:top--78\% {
    top: -78%;
  }
  .tablet-l\:m-b-78\% {
    margin-bottom: 78%;
  }
  .tablet-l\:m-b--78\% {
    margin-bottom: -78%;
  }
  .tablet-l\:p-b-78\% {
    padding-bottom: 78%;
  }
  .tablet-l\:p-b--78\% {
    padding-bottom: -78%;
  }
  .tablet-l\:bottom-78\% {
    bottom: 78%;
  }
  .tablet-l\:bottom--78\% {
    bottom: -78%;
  }
  .tablet-l\:m-l-78\% {
    margin-left: 78%;
  }
  .tablet-l\:m-l--78\% {
    margin-left: -78%;
  }
  .tablet-l\:p-l-78\% {
    padding-left: 78%;
  }
  .tablet-l\:p-l--78\% {
    padding-left: -78%;
  }
  .tablet-l\:left-78\% {
    left: 78%;
  }
  .tablet-l\:left--78\% {
    left: -78%;
  }
  .tablet-l\:m-r-78\% {
    margin-right: 78%;
  }
  .tablet-l\:m-r--78\% {
    margin-right: -78%;
  }
  .tablet-l\:p-r-78\% {
    padding-right: 78%;
  }
  .tablet-l\:p-r--78\% {
    padding-right: -78%;
  }
  .tablet-l\:right-78\% {
    right: 78%;
  }
  .tablet-l\:right--78\% {
    right: -78%;
  }
  .tablet-l\:h-78\% {
    height: 78%;
  }
  .tablet-l\:w-78\% {
    width: 78%;
  }
  .tablet-l\:max_h-78\% {
    max-height: 78%;
  }
  .tablet-l\:max_w-78\% {
    max-width: 78%;
  }
  .tablet-l\:min_h-78\% {
    min-height: 78%;
  }
  .tablet-l\:min_w-78\% {
    min-width: 78%;
  }
  .tablet-l\:h-78vh {
    height: 78vh;
  }
  .tablet-l\:w-78vw {
    width: 78vw;
  }
  .tablet-l\:min_w-78vw {
    min-width: 78vw;
  }
  .tablet-l\:min_h-78vh {
    min-height: 78vh;
  }
  .tablet-l\:max_w-78vw {
    max-width: 78vw;
  }
  .tablet-l\:max_h-78vh {
    max-height: 78vh;
  }
  .tablet-l\:m-t-79\% {
    margin-top: 79%;
  }
  .tablet-l\:m-t--79\% {
    margin-top: -79%;
  }
  .tablet-l\:p-t-79\% {
    padding-top: 79%;
  }
  .tablet-l\:p-t--79\% {
    padding-top: -79%;
  }
  .tablet-l\:top-79\% {
    top: 79%;
  }
  .tablet-l\:top--79\% {
    top: -79%;
  }
  .tablet-l\:m-b-79\% {
    margin-bottom: 79%;
  }
  .tablet-l\:m-b--79\% {
    margin-bottom: -79%;
  }
  .tablet-l\:p-b-79\% {
    padding-bottom: 79%;
  }
  .tablet-l\:p-b--79\% {
    padding-bottom: -79%;
  }
  .tablet-l\:bottom-79\% {
    bottom: 79%;
  }
  .tablet-l\:bottom--79\% {
    bottom: -79%;
  }
  .tablet-l\:m-l-79\% {
    margin-left: 79%;
  }
  .tablet-l\:m-l--79\% {
    margin-left: -79%;
  }
  .tablet-l\:p-l-79\% {
    padding-left: 79%;
  }
  .tablet-l\:p-l--79\% {
    padding-left: -79%;
  }
  .tablet-l\:left-79\% {
    left: 79%;
  }
  .tablet-l\:left--79\% {
    left: -79%;
  }
  .tablet-l\:m-r-79\% {
    margin-right: 79%;
  }
  .tablet-l\:m-r--79\% {
    margin-right: -79%;
  }
  .tablet-l\:p-r-79\% {
    padding-right: 79%;
  }
  .tablet-l\:p-r--79\% {
    padding-right: -79%;
  }
  .tablet-l\:right-79\% {
    right: 79%;
  }
  .tablet-l\:right--79\% {
    right: -79%;
  }
  .tablet-l\:h-79\% {
    height: 79%;
  }
  .tablet-l\:w-79\% {
    width: 79%;
  }
  .tablet-l\:max_h-79\% {
    max-height: 79%;
  }
  .tablet-l\:max_w-79\% {
    max-width: 79%;
  }
  .tablet-l\:min_h-79\% {
    min-height: 79%;
  }
  .tablet-l\:min_w-79\% {
    min-width: 79%;
  }
  .tablet-l\:h-79vh {
    height: 79vh;
  }
  .tablet-l\:w-79vw {
    width: 79vw;
  }
  .tablet-l\:min_w-79vw {
    min-width: 79vw;
  }
  .tablet-l\:min_h-79vh {
    min-height: 79vh;
  }
  .tablet-l\:max_w-79vw {
    max-width: 79vw;
  }
  .tablet-l\:max_h-79vh {
    max-height: 79vh;
  }
  .tablet-l\:m-t-80\% {
    margin-top: 80%;
  }
  .tablet-l\:m-t--80\% {
    margin-top: -80%;
  }
  .tablet-l\:p-t-80\% {
    padding-top: 80%;
  }
  .tablet-l\:p-t--80\% {
    padding-top: -80%;
  }
  .tablet-l\:top-80\% {
    top: 80%;
  }
  .tablet-l\:top--80\% {
    top: -80%;
  }
  .tablet-l\:m-b-80\% {
    margin-bottom: 80%;
  }
  .tablet-l\:m-b--80\% {
    margin-bottom: -80%;
  }
  .tablet-l\:p-b-80\% {
    padding-bottom: 80%;
  }
  .tablet-l\:p-b--80\% {
    padding-bottom: -80%;
  }
  .tablet-l\:bottom-80\% {
    bottom: 80%;
  }
  .tablet-l\:bottom--80\% {
    bottom: -80%;
  }
  .tablet-l\:m-l-80\% {
    margin-left: 80%;
  }
  .tablet-l\:m-l--80\% {
    margin-left: -80%;
  }
  .tablet-l\:p-l-80\% {
    padding-left: 80%;
  }
  .tablet-l\:p-l--80\% {
    padding-left: -80%;
  }
  .tablet-l\:left-80\% {
    left: 80%;
  }
  .tablet-l\:left--80\% {
    left: -80%;
  }
  .tablet-l\:m-r-80\% {
    margin-right: 80%;
  }
  .tablet-l\:m-r--80\% {
    margin-right: -80%;
  }
  .tablet-l\:p-r-80\% {
    padding-right: 80%;
  }
  .tablet-l\:p-r--80\% {
    padding-right: -80%;
  }
  .tablet-l\:right-80\% {
    right: 80%;
  }
  .tablet-l\:right--80\% {
    right: -80%;
  }
  .tablet-l\:h-80\% {
    height: 80%;
  }
  .tablet-l\:w-80\% {
    width: 80%;
  }
  .tablet-l\:max_h-80\% {
    max-height: 80%;
  }
  .tablet-l\:max_w-80\% {
    max-width: 80%;
  }
  .tablet-l\:min_h-80\% {
    min-height: 80%;
  }
  .tablet-l\:min_w-80\% {
    min-width: 80%;
  }
  .tablet-l\:h-80vh {
    height: 80vh;
  }
  .tablet-l\:w-80vw {
    width: 80vw;
  }
  .tablet-l\:min_w-80vw {
    min-width: 80vw;
  }
  .tablet-l\:min_h-80vh {
    min-height: 80vh;
  }
  .tablet-l\:max_w-80vw {
    max-width: 80vw;
  }
  .tablet-l\:max_h-80vh {
    max-height: 80vh;
  }
  .tablet-l\:m-t-81\% {
    margin-top: 81%;
  }
  .tablet-l\:m-t--81\% {
    margin-top: -81%;
  }
  .tablet-l\:p-t-81\% {
    padding-top: 81%;
  }
  .tablet-l\:p-t--81\% {
    padding-top: -81%;
  }
  .tablet-l\:top-81\% {
    top: 81%;
  }
  .tablet-l\:top--81\% {
    top: -81%;
  }
  .tablet-l\:m-b-81\% {
    margin-bottom: 81%;
  }
  .tablet-l\:m-b--81\% {
    margin-bottom: -81%;
  }
  .tablet-l\:p-b-81\% {
    padding-bottom: 81%;
  }
  .tablet-l\:p-b--81\% {
    padding-bottom: -81%;
  }
  .tablet-l\:bottom-81\% {
    bottom: 81%;
  }
  .tablet-l\:bottom--81\% {
    bottom: -81%;
  }
  .tablet-l\:m-l-81\% {
    margin-left: 81%;
  }
  .tablet-l\:m-l--81\% {
    margin-left: -81%;
  }
  .tablet-l\:p-l-81\% {
    padding-left: 81%;
  }
  .tablet-l\:p-l--81\% {
    padding-left: -81%;
  }
  .tablet-l\:left-81\% {
    left: 81%;
  }
  .tablet-l\:left--81\% {
    left: -81%;
  }
  .tablet-l\:m-r-81\% {
    margin-right: 81%;
  }
  .tablet-l\:m-r--81\% {
    margin-right: -81%;
  }
  .tablet-l\:p-r-81\% {
    padding-right: 81%;
  }
  .tablet-l\:p-r--81\% {
    padding-right: -81%;
  }
  .tablet-l\:right-81\% {
    right: 81%;
  }
  .tablet-l\:right--81\% {
    right: -81%;
  }
  .tablet-l\:h-81\% {
    height: 81%;
  }
  .tablet-l\:w-81\% {
    width: 81%;
  }
  .tablet-l\:max_h-81\% {
    max-height: 81%;
  }
  .tablet-l\:max_w-81\% {
    max-width: 81%;
  }
  .tablet-l\:min_h-81\% {
    min-height: 81%;
  }
  .tablet-l\:min_w-81\% {
    min-width: 81%;
  }
  .tablet-l\:h-81vh {
    height: 81vh;
  }
  .tablet-l\:w-81vw {
    width: 81vw;
  }
  .tablet-l\:min_w-81vw {
    min-width: 81vw;
  }
  .tablet-l\:min_h-81vh {
    min-height: 81vh;
  }
  .tablet-l\:max_w-81vw {
    max-width: 81vw;
  }
  .tablet-l\:max_h-81vh {
    max-height: 81vh;
  }
  .tablet-l\:m-t-82\% {
    margin-top: 82%;
  }
  .tablet-l\:m-t--82\% {
    margin-top: -82%;
  }
  .tablet-l\:p-t-82\% {
    padding-top: 82%;
  }
  .tablet-l\:p-t--82\% {
    padding-top: -82%;
  }
  .tablet-l\:top-82\% {
    top: 82%;
  }
  .tablet-l\:top--82\% {
    top: -82%;
  }
  .tablet-l\:m-b-82\% {
    margin-bottom: 82%;
  }
  .tablet-l\:m-b--82\% {
    margin-bottom: -82%;
  }
  .tablet-l\:p-b-82\% {
    padding-bottom: 82%;
  }
  .tablet-l\:p-b--82\% {
    padding-bottom: -82%;
  }
  .tablet-l\:bottom-82\% {
    bottom: 82%;
  }
  .tablet-l\:bottom--82\% {
    bottom: -82%;
  }
  .tablet-l\:m-l-82\% {
    margin-left: 82%;
  }
  .tablet-l\:m-l--82\% {
    margin-left: -82%;
  }
  .tablet-l\:p-l-82\% {
    padding-left: 82%;
  }
  .tablet-l\:p-l--82\% {
    padding-left: -82%;
  }
  .tablet-l\:left-82\% {
    left: 82%;
  }
  .tablet-l\:left--82\% {
    left: -82%;
  }
  .tablet-l\:m-r-82\% {
    margin-right: 82%;
  }
  .tablet-l\:m-r--82\% {
    margin-right: -82%;
  }
  .tablet-l\:p-r-82\% {
    padding-right: 82%;
  }
  .tablet-l\:p-r--82\% {
    padding-right: -82%;
  }
  .tablet-l\:right-82\% {
    right: 82%;
  }
  .tablet-l\:right--82\% {
    right: -82%;
  }
  .tablet-l\:h-82\% {
    height: 82%;
  }
  .tablet-l\:w-82\% {
    width: 82%;
  }
  .tablet-l\:max_h-82\% {
    max-height: 82%;
  }
  .tablet-l\:max_w-82\% {
    max-width: 82%;
  }
  .tablet-l\:min_h-82\% {
    min-height: 82%;
  }
  .tablet-l\:min_w-82\% {
    min-width: 82%;
  }
  .tablet-l\:h-82vh {
    height: 82vh;
  }
  .tablet-l\:w-82vw {
    width: 82vw;
  }
  .tablet-l\:min_w-82vw {
    min-width: 82vw;
  }
  .tablet-l\:min_h-82vh {
    min-height: 82vh;
  }
  .tablet-l\:max_w-82vw {
    max-width: 82vw;
  }
  .tablet-l\:max_h-82vh {
    max-height: 82vh;
  }
  .tablet-l\:m-t-83\% {
    margin-top: 83%;
  }
  .tablet-l\:m-t--83\% {
    margin-top: -83%;
  }
  .tablet-l\:p-t-83\% {
    padding-top: 83%;
  }
  .tablet-l\:p-t--83\% {
    padding-top: -83%;
  }
  .tablet-l\:top-83\% {
    top: 83%;
  }
  .tablet-l\:top--83\% {
    top: -83%;
  }
  .tablet-l\:m-b-83\% {
    margin-bottom: 83%;
  }
  .tablet-l\:m-b--83\% {
    margin-bottom: -83%;
  }
  .tablet-l\:p-b-83\% {
    padding-bottom: 83%;
  }
  .tablet-l\:p-b--83\% {
    padding-bottom: -83%;
  }
  .tablet-l\:bottom-83\% {
    bottom: 83%;
  }
  .tablet-l\:bottom--83\% {
    bottom: -83%;
  }
  .tablet-l\:m-l-83\% {
    margin-left: 83%;
  }
  .tablet-l\:m-l--83\% {
    margin-left: -83%;
  }
  .tablet-l\:p-l-83\% {
    padding-left: 83%;
  }
  .tablet-l\:p-l--83\% {
    padding-left: -83%;
  }
  .tablet-l\:left-83\% {
    left: 83%;
  }
  .tablet-l\:left--83\% {
    left: -83%;
  }
  .tablet-l\:m-r-83\% {
    margin-right: 83%;
  }
  .tablet-l\:m-r--83\% {
    margin-right: -83%;
  }
  .tablet-l\:p-r-83\% {
    padding-right: 83%;
  }
  .tablet-l\:p-r--83\% {
    padding-right: -83%;
  }
  .tablet-l\:right-83\% {
    right: 83%;
  }
  .tablet-l\:right--83\% {
    right: -83%;
  }
  .tablet-l\:h-83\% {
    height: 83%;
  }
  .tablet-l\:w-83\% {
    width: 83%;
  }
  .tablet-l\:max_h-83\% {
    max-height: 83%;
  }
  .tablet-l\:max_w-83\% {
    max-width: 83%;
  }
  .tablet-l\:min_h-83\% {
    min-height: 83%;
  }
  .tablet-l\:min_w-83\% {
    min-width: 83%;
  }
  .tablet-l\:h-83vh {
    height: 83vh;
  }
  .tablet-l\:w-83vw {
    width: 83vw;
  }
  .tablet-l\:min_w-83vw {
    min-width: 83vw;
  }
  .tablet-l\:min_h-83vh {
    min-height: 83vh;
  }
  .tablet-l\:max_w-83vw {
    max-width: 83vw;
  }
  .tablet-l\:max_h-83vh {
    max-height: 83vh;
  }
  .tablet-l\:m-t-84\% {
    margin-top: 84%;
  }
  .tablet-l\:m-t--84\% {
    margin-top: -84%;
  }
  .tablet-l\:p-t-84\% {
    padding-top: 84%;
  }
  .tablet-l\:p-t--84\% {
    padding-top: -84%;
  }
  .tablet-l\:top-84\% {
    top: 84%;
  }
  .tablet-l\:top--84\% {
    top: -84%;
  }
  .tablet-l\:m-b-84\% {
    margin-bottom: 84%;
  }
  .tablet-l\:m-b--84\% {
    margin-bottom: -84%;
  }
  .tablet-l\:p-b-84\% {
    padding-bottom: 84%;
  }
  .tablet-l\:p-b--84\% {
    padding-bottom: -84%;
  }
  .tablet-l\:bottom-84\% {
    bottom: 84%;
  }
  .tablet-l\:bottom--84\% {
    bottom: -84%;
  }
  .tablet-l\:m-l-84\% {
    margin-left: 84%;
  }
  .tablet-l\:m-l--84\% {
    margin-left: -84%;
  }
  .tablet-l\:p-l-84\% {
    padding-left: 84%;
  }
  .tablet-l\:p-l--84\% {
    padding-left: -84%;
  }
  .tablet-l\:left-84\% {
    left: 84%;
  }
  .tablet-l\:left--84\% {
    left: -84%;
  }
  .tablet-l\:m-r-84\% {
    margin-right: 84%;
  }
  .tablet-l\:m-r--84\% {
    margin-right: -84%;
  }
  .tablet-l\:p-r-84\% {
    padding-right: 84%;
  }
  .tablet-l\:p-r--84\% {
    padding-right: -84%;
  }
  .tablet-l\:right-84\% {
    right: 84%;
  }
  .tablet-l\:right--84\% {
    right: -84%;
  }
  .tablet-l\:h-84\% {
    height: 84%;
  }
  .tablet-l\:w-84\% {
    width: 84%;
  }
  .tablet-l\:max_h-84\% {
    max-height: 84%;
  }
  .tablet-l\:max_w-84\% {
    max-width: 84%;
  }
  .tablet-l\:min_h-84\% {
    min-height: 84%;
  }
  .tablet-l\:min_w-84\% {
    min-width: 84%;
  }
  .tablet-l\:h-84vh {
    height: 84vh;
  }
  .tablet-l\:w-84vw {
    width: 84vw;
  }
  .tablet-l\:min_w-84vw {
    min-width: 84vw;
  }
  .tablet-l\:min_h-84vh {
    min-height: 84vh;
  }
  .tablet-l\:max_w-84vw {
    max-width: 84vw;
  }
  .tablet-l\:max_h-84vh {
    max-height: 84vh;
  }
  .tablet-l\:m-t-85\% {
    margin-top: 85%;
  }
  .tablet-l\:m-t--85\% {
    margin-top: -85%;
  }
  .tablet-l\:p-t-85\% {
    padding-top: 85%;
  }
  .tablet-l\:p-t--85\% {
    padding-top: -85%;
  }
  .tablet-l\:top-85\% {
    top: 85%;
  }
  .tablet-l\:top--85\% {
    top: -85%;
  }
  .tablet-l\:m-b-85\% {
    margin-bottom: 85%;
  }
  .tablet-l\:m-b--85\% {
    margin-bottom: -85%;
  }
  .tablet-l\:p-b-85\% {
    padding-bottom: 85%;
  }
  .tablet-l\:p-b--85\% {
    padding-bottom: -85%;
  }
  .tablet-l\:bottom-85\% {
    bottom: 85%;
  }
  .tablet-l\:bottom--85\% {
    bottom: -85%;
  }
  .tablet-l\:m-l-85\% {
    margin-left: 85%;
  }
  .tablet-l\:m-l--85\% {
    margin-left: -85%;
  }
  .tablet-l\:p-l-85\% {
    padding-left: 85%;
  }
  .tablet-l\:p-l--85\% {
    padding-left: -85%;
  }
  .tablet-l\:left-85\% {
    left: 85%;
  }
  .tablet-l\:left--85\% {
    left: -85%;
  }
  .tablet-l\:m-r-85\% {
    margin-right: 85%;
  }
  .tablet-l\:m-r--85\% {
    margin-right: -85%;
  }
  .tablet-l\:p-r-85\% {
    padding-right: 85%;
  }
  .tablet-l\:p-r--85\% {
    padding-right: -85%;
  }
  .tablet-l\:right-85\% {
    right: 85%;
  }
  .tablet-l\:right--85\% {
    right: -85%;
  }
  .tablet-l\:h-85\% {
    height: 85%;
  }
  .tablet-l\:w-85\% {
    width: 85%;
  }
  .tablet-l\:max_h-85\% {
    max-height: 85%;
  }
  .tablet-l\:max_w-85\% {
    max-width: 85%;
  }
  .tablet-l\:min_h-85\% {
    min-height: 85%;
  }
  .tablet-l\:min_w-85\% {
    min-width: 85%;
  }
  .tablet-l\:h-85vh {
    height: 85vh;
  }
  .tablet-l\:w-85vw {
    width: 85vw;
  }
  .tablet-l\:min_w-85vw {
    min-width: 85vw;
  }
  .tablet-l\:min_h-85vh {
    min-height: 85vh;
  }
  .tablet-l\:max_w-85vw {
    max-width: 85vw;
  }
  .tablet-l\:max_h-85vh {
    max-height: 85vh;
  }
  .tablet-l\:m-t-86\% {
    margin-top: 86%;
  }
  .tablet-l\:m-t--86\% {
    margin-top: -86%;
  }
  .tablet-l\:p-t-86\% {
    padding-top: 86%;
  }
  .tablet-l\:p-t--86\% {
    padding-top: -86%;
  }
  .tablet-l\:top-86\% {
    top: 86%;
  }
  .tablet-l\:top--86\% {
    top: -86%;
  }
  .tablet-l\:m-b-86\% {
    margin-bottom: 86%;
  }
  .tablet-l\:m-b--86\% {
    margin-bottom: -86%;
  }
  .tablet-l\:p-b-86\% {
    padding-bottom: 86%;
  }
  .tablet-l\:p-b--86\% {
    padding-bottom: -86%;
  }
  .tablet-l\:bottom-86\% {
    bottom: 86%;
  }
  .tablet-l\:bottom--86\% {
    bottom: -86%;
  }
  .tablet-l\:m-l-86\% {
    margin-left: 86%;
  }
  .tablet-l\:m-l--86\% {
    margin-left: -86%;
  }
  .tablet-l\:p-l-86\% {
    padding-left: 86%;
  }
  .tablet-l\:p-l--86\% {
    padding-left: -86%;
  }
  .tablet-l\:left-86\% {
    left: 86%;
  }
  .tablet-l\:left--86\% {
    left: -86%;
  }
  .tablet-l\:m-r-86\% {
    margin-right: 86%;
  }
  .tablet-l\:m-r--86\% {
    margin-right: -86%;
  }
  .tablet-l\:p-r-86\% {
    padding-right: 86%;
  }
  .tablet-l\:p-r--86\% {
    padding-right: -86%;
  }
  .tablet-l\:right-86\% {
    right: 86%;
  }
  .tablet-l\:right--86\% {
    right: -86%;
  }
  .tablet-l\:h-86\% {
    height: 86%;
  }
  .tablet-l\:w-86\% {
    width: 86%;
  }
  .tablet-l\:max_h-86\% {
    max-height: 86%;
  }
  .tablet-l\:max_w-86\% {
    max-width: 86%;
  }
  .tablet-l\:min_h-86\% {
    min-height: 86%;
  }
  .tablet-l\:min_w-86\% {
    min-width: 86%;
  }
  .tablet-l\:h-86vh {
    height: 86vh;
  }
  .tablet-l\:w-86vw {
    width: 86vw;
  }
  .tablet-l\:min_w-86vw {
    min-width: 86vw;
  }
  .tablet-l\:min_h-86vh {
    min-height: 86vh;
  }
  .tablet-l\:max_w-86vw {
    max-width: 86vw;
  }
  .tablet-l\:max_h-86vh {
    max-height: 86vh;
  }
  .tablet-l\:m-t-87\% {
    margin-top: 87%;
  }
  .tablet-l\:m-t--87\% {
    margin-top: -87%;
  }
  .tablet-l\:p-t-87\% {
    padding-top: 87%;
  }
  .tablet-l\:p-t--87\% {
    padding-top: -87%;
  }
  .tablet-l\:top-87\% {
    top: 87%;
  }
  .tablet-l\:top--87\% {
    top: -87%;
  }
  .tablet-l\:m-b-87\% {
    margin-bottom: 87%;
  }
  .tablet-l\:m-b--87\% {
    margin-bottom: -87%;
  }
  .tablet-l\:p-b-87\% {
    padding-bottom: 87%;
  }
  .tablet-l\:p-b--87\% {
    padding-bottom: -87%;
  }
  .tablet-l\:bottom-87\% {
    bottom: 87%;
  }
  .tablet-l\:bottom--87\% {
    bottom: -87%;
  }
  .tablet-l\:m-l-87\% {
    margin-left: 87%;
  }
  .tablet-l\:m-l--87\% {
    margin-left: -87%;
  }
  .tablet-l\:p-l-87\% {
    padding-left: 87%;
  }
  .tablet-l\:p-l--87\% {
    padding-left: -87%;
  }
  .tablet-l\:left-87\% {
    left: 87%;
  }
  .tablet-l\:left--87\% {
    left: -87%;
  }
  .tablet-l\:m-r-87\% {
    margin-right: 87%;
  }
  .tablet-l\:m-r--87\% {
    margin-right: -87%;
  }
  .tablet-l\:p-r-87\% {
    padding-right: 87%;
  }
  .tablet-l\:p-r--87\% {
    padding-right: -87%;
  }
  .tablet-l\:right-87\% {
    right: 87%;
  }
  .tablet-l\:right--87\% {
    right: -87%;
  }
  .tablet-l\:h-87\% {
    height: 87%;
  }
  .tablet-l\:w-87\% {
    width: 87%;
  }
  .tablet-l\:max_h-87\% {
    max-height: 87%;
  }
  .tablet-l\:max_w-87\% {
    max-width: 87%;
  }
  .tablet-l\:min_h-87\% {
    min-height: 87%;
  }
  .tablet-l\:min_w-87\% {
    min-width: 87%;
  }
  .tablet-l\:h-87vh {
    height: 87vh;
  }
  .tablet-l\:w-87vw {
    width: 87vw;
  }
  .tablet-l\:min_w-87vw {
    min-width: 87vw;
  }
  .tablet-l\:min_h-87vh {
    min-height: 87vh;
  }
  .tablet-l\:max_w-87vw {
    max-width: 87vw;
  }
  .tablet-l\:max_h-87vh {
    max-height: 87vh;
  }
  .tablet-l\:m-t-88\% {
    margin-top: 88%;
  }
  .tablet-l\:m-t--88\% {
    margin-top: -88%;
  }
  .tablet-l\:p-t-88\% {
    padding-top: 88%;
  }
  .tablet-l\:p-t--88\% {
    padding-top: -88%;
  }
  .tablet-l\:top-88\% {
    top: 88%;
  }
  .tablet-l\:top--88\% {
    top: -88%;
  }
  .tablet-l\:m-b-88\% {
    margin-bottom: 88%;
  }
  .tablet-l\:m-b--88\% {
    margin-bottom: -88%;
  }
  .tablet-l\:p-b-88\% {
    padding-bottom: 88%;
  }
  .tablet-l\:p-b--88\% {
    padding-bottom: -88%;
  }
  .tablet-l\:bottom-88\% {
    bottom: 88%;
  }
  .tablet-l\:bottom--88\% {
    bottom: -88%;
  }
  .tablet-l\:m-l-88\% {
    margin-left: 88%;
  }
  .tablet-l\:m-l--88\% {
    margin-left: -88%;
  }
  .tablet-l\:p-l-88\% {
    padding-left: 88%;
  }
  .tablet-l\:p-l--88\% {
    padding-left: -88%;
  }
  .tablet-l\:left-88\% {
    left: 88%;
  }
  .tablet-l\:left--88\% {
    left: -88%;
  }
  .tablet-l\:m-r-88\% {
    margin-right: 88%;
  }
  .tablet-l\:m-r--88\% {
    margin-right: -88%;
  }
  .tablet-l\:p-r-88\% {
    padding-right: 88%;
  }
  .tablet-l\:p-r--88\% {
    padding-right: -88%;
  }
  .tablet-l\:right-88\% {
    right: 88%;
  }
  .tablet-l\:right--88\% {
    right: -88%;
  }
  .tablet-l\:h-88\% {
    height: 88%;
  }
  .tablet-l\:w-88\% {
    width: 88%;
  }
  .tablet-l\:max_h-88\% {
    max-height: 88%;
  }
  .tablet-l\:max_w-88\% {
    max-width: 88%;
  }
  .tablet-l\:min_h-88\% {
    min-height: 88%;
  }
  .tablet-l\:min_w-88\% {
    min-width: 88%;
  }
  .tablet-l\:h-88vh {
    height: 88vh;
  }
  .tablet-l\:w-88vw {
    width: 88vw;
  }
  .tablet-l\:min_w-88vw {
    min-width: 88vw;
  }
  .tablet-l\:min_h-88vh {
    min-height: 88vh;
  }
  .tablet-l\:max_w-88vw {
    max-width: 88vw;
  }
  .tablet-l\:max_h-88vh {
    max-height: 88vh;
  }
  .tablet-l\:m-t-89\% {
    margin-top: 89%;
  }
  .tablet-l\:m-t--89\% {
    margin-top: -89%;
  }
  .tablet-l\:p-t-89\% {
    padding-top: 89%;
  }
  .tablet-l\:p-t--89\% {
    padding-top: -89%;
  }
  .tablet-l\:top-89\% {
    top: 89%;
  }
  .tablet-l\:top--89\% {
    top: -89%;
  }
  .tablet-l\:m-b-89\% {
    margin-bottom: 89%;
  }
  .tablet-l\:m-b--89\% {
    margin-bottom: -89%;
  }
  .tablet-l\:p-b-89\% {
    padding-bottom: 89%;
  }
  .tablet-l\:p-b--89\% {
    padding-bottom: -89%;
  }
  .tablet-l\:bottom-89\% {
    bottom: 89%;
  }
  .tablet-l\:bottom--89\% {
    bottom: -89%;
  }
  .tablet-l\:m-l-89\% {
    margin-left: 89%;
  }
  .tablet-l\:m-l--89\% {
    margin-left: -89%;
  }
  .tablet-l\:p-l-89\% {
    padding-left: 89%;
  }
  .tablet-l\:p-l--89\% {
    padding-left: -89%;
  }
  .tablet-l\:left-89\% {
    left: 89%;
  }
  .tablet-l\:left--89\% {
    left: -89%;
  }
  .tablet-l\:m-r-89\% {
    margin-right: 89%;
  }
  .tablet-l\:m-r--89\% {
    margin-right: -89%;
  }
  .tablet-l\:p-r-89\% {
    padding-right: 89%;
  }
  .tablet-l\:p-r--89\% {
    padding-right: -89%;
  }
  .tablet-l\:right-89\% {
    right: 89%;
  }
  .tablet-l\:right--89\% {
    right: -89%;
  }
  .tablet-l\:h-89\% {
    height: 89%;
  }
  .tablet-l\:w-89\% {
    width: 89%;
  }
  .tablet-l\:max_h-89\% {
    max-height: 89%;
  }
  .tablet-l\:max_w-89\% {
    max-width: 89%;
  }
  .tablet-l\:min_h-89\% {
    min-height: 89%;
  }
  .tablet-l\:min_w-89\% {
    min-width: 89%;
  }
  .tablet-l\:h-89vh {
    height: 89vh;
  }
  .tablet-l\:w-89vw {
    width: 89vw;
  }
  .tablet-l\:min_w-89vw {
    min-width: 89vw;
  }
  .tablet-l\:min_h-89vh {
    min-height: 89vh;
  }
  .tablet-l\:max_w-89vw {
    max-width: 89vw;
  }
  .tablet-l\:max_h-89vh {
    max-height: 89vh;
  }
  .tablet-l\:m-t-90\% {
    margin-top: 90%;
  }
  .tablet-l\:m-t--90\% {
    margin-top: -90%;
  }
  .tablet-l\:p-t-90\% {
    padding-top: 90%;
  }
  .tablet-l\:p-t--90\% {
    padding-top: -90%;
  }
  .tablet-l\:top-90\% {
    top: 90%;
  }
  .tablet-l\:top--90\% {
    top: -90%;
  }
  .tablet-l\:m-b-90\% {
    margin-bottom: 90%;
  }
  .tablet-l\:m-b--90\% {
    margin-bottom: -90%;
  }
  .tablet-l\:p-b-90\% {
    padding-bottom: 90%;
  }
  .tablet-l\:p-b--90\% {
    padding-bottom: -90%;
  }
  .tablet-l\:bottom-90\% {
    bottom: 90%;
  }
  .tablet-l\:bottom--90\% {
    bottom: -90%;
  }
  .tablet-l\:m-l-90\% {
    margin-left: 90%;
  }
  .tablet-l\:m-l--90\% {
    margin-left: -90%;
  }
  .tablet-l\:p-l-90\% {
    padding-left: 90%;
  }
  .tablet-l\:p-l--90\% {
    padding-left: -90%;
  }
  .tablet-l\:left-90\% {
    left: 90%;
  }
  .tablet-l\:left--90\% {
    left: -90%;
  }
  .tablet-l\:m-r-90\% {
    margin-right: 90%;
  }
  .tablet-l\:m-r--90\% {
    margin-right: -90%;
  }
  .tablet-l\:p-r-90\% {
    padding-right: 90%;
  }
  .tablet-l\:p-r--90\% {
    padding-right: -90%;
  }
  .tablet-l\:right-90\% {
    right: 90%;
  }
  .tablet-l\:right--90\% {
    right: -90%;
  }
  .tablet-l\:h-90\% {
    height: 90%;
  }
  .tablet-l\:w-90\% {
    width: 90%;
  }
  .tablet-l\:max_h-90\% {
    max-height: 90%;
  }
  .tablet-l\:max_w-90\% {
    max-width: 90%;
  }
  .tablet-l\:min_h-90\% {
    min-height: 90%;
  }
  .tablet-l\:min_w-90\% {
    min-width: 90%;
  }
  .tablet-l\:h-90vh {
    height: 90vh;
  }
  .tablet-l\:w-90vw {
    width: 90vw;
  }
  .tablet-l\:min_w-90vw {
    min-width: 90vw;
  }
  .tablet-l\:min_h-90vh {
    min-height: 90vh;
  }
  .tablet-l\:max_w-90vw {
    max-width: 90vw;
  }
  .tablet-l\:max_h-90vh {
    max-height: 90vh;
  }
  .tablet-l\:m-t-91\% {
    margin-top: 91%;
  }
  .tablet-l\:m-t--91\% {
    margin-top: -91%;
  }
  .tablet-l\:p-t-91\% {
    padding-top: 91%;
  }
  .tablet-l\:p-t--91\% {
    padding-top: -91%;
  }
  .tablet-l\:top-91\% {
    top: 91%;
  }
  .tablet-l\:top--91\% {
    top: -91%;
  }
  .tablet-l\:m-b-91\% {
    margin-bottom: 91%;
  }
  .tablet-l\:m-b--91\% {
    margin-bottom: -91%;
  }
  .tablet-l\:p-b-91\% {
    padding-bottom: 91%;
  }
  .tablet-l\:p-b--91\% {
    padding-bottom: -91%;
  }
  .tablet-l\:bottom-91\% {
    bottom: 91%;
  }
  .tablet-l\:bottom--91\% {
    bottom: -91%;
  }
  .tablet-l\:m-l-91\% {
    margin-left: 91%;
  }
  .tablet-l\:m-l--91\% {
    margin-left: -91%;
  }
  .tablet-l\:p-l-91\% {
    padding-left: 91%;
  }
  .tablet-l\:p-l--91\% {
    padding-left: -91%;
  }
  .tablet-l\:left-91\% {
    left: 91%;
  }
  .tablet-l\:left--91\% {
    left: -91%;
  }
  .tablet-l\:m-r-91\% {
    margin-right: 91%;
  }
  .tablet-l\:m-r--91\% {
    margin-right: -91%;
  }
  .tablet-l\:p-r-91\% {
    padding-right: 91%;
  }
  .tablet-l\:p-r--91\% {
    padding-right: -91%;
  }
  .tablet-l\:right-91\% {
    right: 91%;
  }
  .tablet-l\:right--91\% {
    right: -91%;
  }
  .tablet-l\:h-91\% {
    height: 91%;
  }
  .tablet-l\:w-91\% {
    width: 91%;
  }
  .tablet-l\:max_h-91\% {
    max-height: 91%;
  }
  .tablet-l\:max_w-91\% {
    max-width: 91%;
  }
  .tablet-l\:min_h-91\% {
    min-height: 91%;
  }
  .tablet-l\:min_w-91\% {
    min-width: 91%;
  }
  .tablet-l\:h-91vh {
    height: 91vh;
  }
  .tablet-l\:w-91vw {
    width: 91vw;
  }
  .tablet-l\:min_w-91vw {
    min-width: 91vw;
  }
  .tablet-l\:min_h-91vh {
    min-height: 91vh;
  }
  .tablet-l\:max_w-91vw {
    max-width: 91vw;
  }
  .tablet-l\:max_h-91vh {
    max-height: 91vh;
  }
  .tablet-l\:m-t-92\% {
    margin-top: 92%;
  }
  .tablet-l\:m-t--92\% {
    margin-top: -92%;
  }
  .tablet-l\:p-t-92\% {
    padding-top: 92%;
  }
  .tablet-l\:p-t--92\% {
    padding-top: -92%;
  }
  .tablet-l\:top-92\% {
    top: 92%;
  }
  .tablet-l\:top--92\% {
    top: -92%;
  }
  .tablet-l\:m-b-92\% {
    margin-bottom: 92%;
  }
  .tablet-l\:m-b--92\% {
    margin-bottom: -92%;
  }
  .tablet-l\:p-b-92\% {
    padding-bottom: 92%;
  }
  .tablet-l\:p-b--92\% {
    padding-bottom: -92%;
  }
  .tablet-l\:bottom-92\% {
    bottom: 92%;
  }
  .tablet-l\:bottom--92\% {
    bottom: -92%;
  }
  .tablet-l\:m-l-92\% {
    margin-left: 92%;
  }
  .tablet-l\:m-l--92\% {
    margin-left: -92%;
  }
  .tablet-l\:p-l-92\% {
    padding-left: 92%;
  }
  .tablet-l\:p-l--92\% {
    padding-left: -92%;
  }
  .tablet-l\:left-92\% {
    left: 92%;
  }
  .tablet-l\:left--92\% {
    left: -92%;
  }
  .tablet-l\:m-r-92\% {
    margin-right: 92%;
  }
  .tablet-l\:m-r--92\% {
    margin-right: -92%;
  }
  .tablet-l\:p-r-92\% {
    padding-right: 92%;
  }
  .tablet-l\:p-r--92\% {
    padding-right: -92%;
  }
  .tablet-l\:right-92\% {
    right: 92%;
  }
  .tablet-l\:right--92\% {
    right: -92%;
  }
  .tablet-l\:h-92\% {
    height: 92%;
  }
  .tablet-l\:w-92\% {
    width: 92%;
  }
  .tablet-l\:max_h-92\% {
    max-height: 92%;
  }
  .tablet-l\:max_w-92\% {
    max-width: 92%;
  }
  .tablet-l\:min_h-92\% {
    min-height: 92%;
  }
  .tablet-l\:min_w-92\% {
    min-width: 92%;
  }
  .tablet-l\:h-92vh {
    height: 92vh;
  }
  .tablet-l\:w-92vw {
    width: 92vw;
  }
  .tablet-l\:min_w-92vw {
    min-width: 92vw;
  }
  .tablet-l\:min_h-92vh {
    min-height: 92vh;
  }
  .tablet-l\:max_w-92vw {
    max-width: 92vw;
  }
  .tablet-l\:max_h-92vh {
    max-height: 92vh;
  }
  .tablet-l\:m-t-93\% {
    margin-top: 93%;
  }
  .tablet-l\:m-t--93\% {
    margin-top: -93%;
  }
  .tablet-l\:p-t-93\% {
    padding-top: 93%;
  }
  .tablet-l\:p-t--93\% {
    padding-top: -93%;
  }
  .tablet-l\:top-93\% {
    top: 93%;
  }
  .tablet-l\:top--93\% {
    top: -93%;
  }
  .tablet-l\:m-b-93\% {
    margin-bottom: 93%;
  }
  .tablet-l\:m-b--93\% {
    margin-bottom: -93%;
  }
  .tablet-l\:p-b-93\% {
    padding-bottom: 93%;
  }
  .tablet-l\:p-b--93\% {
    padding-bottom: -93%;
  }
  .tablet-l\:bottom-93\% {
    bottom: 93%;
  }
  .tablet-l\:bottom--93\% {
    bottom: -93%;
  }
  .tablet-l\:m-l-93\% {
    margin-left: 93%;
  }
  .tablet-l\:m-l--93\% {
    margin-left: -93%;
  }
  .tablet-l\:p-l-93\% {
    padding-left: 93%;
  }
  .tablet-l\:p-l--93\% {
    padding-left: -93%;
  }
  .tablet-l\:left-93\% {
    left: 93%;
  }
  .tablet-l\:left--93\% {
    left: -93%;
  }
  .tablet-l\:m-r-93\% {
    margin-right: 93%;
  }
  .tablet-l\:m-r--93\% {
    margin-right: -93%;
  }
  .tablet-l\:p-r-93\% {
    padding-right: 93%;
  }
  .tablet-l\:p-r--93\% {
    padding-right: -93%;
  }
  .tablet-l\:right-93\% {
    right: 93%;
  }
  .tablet-l\:right--93\% {
    right: -93%;
  }
  .tablet-l\:h-93\% {
    height: 93%;
  }
  .tablet-l\:w-93\% {
    width: 93%;
  }
  .tablet-l\:max_h-93\% {
    max-height: 93%;
  }
  .tablet-l\:max_w-93\% {
    max-width: 93%;
  }
  .tablet-l\:min_h-93\% {
    min-height: 93%;
  }
  .tablet-l\:min_w-93\% {
    min-width: 93%;
  }
  .tablet-l\:h-93vh {
    height: 93vh;
  }
  .tablet-l\:w-93vw {
    width: 93vw;
  }
  .tablet-l\:min_w-93vw {
    min-width: 93vw;
  }
  .tablet-l\:min_h-93vh {
    min-height: 93vh;
  }
  .tablet-l\:max_w-93vw {
    max-width: 93vw;
  }
  .tablet-l\:max_h-93vh {
    max-height: 93vh;
  }
  .tablet-l\:m-t-94\% {
    margin-top: 94%;
  }
  .tablet-l\:m-t--94\% {
    margin-top: -94%;
  }
  .tablet-l\:p-t-94\% {
    padding-top: 94%;
  }
  .tablet-l\:p-t--94\% {
    padding-top: -94%;
  }
  .tablet-l\:top-94\% {
    top: 94%;
  }
  .tablet-l\:top--94\% {
    top: -94%;
  }
  .tablet-l\:m-b-94\% {
    margin-bottom: 94%;
  }
  .tablet-l\:m-b--94\% {
    margin-bottom: -94%;
  }
  .tablet-l\:p-b-94\% {
    padding-bottom: 94%;
  }
  .tablet-l\:p-b--94\% {
    padding-bottom: -94%;
  }
  .tablet-l\:bottom-94\% {
    bottom: 94%;
  }
  .tablet-l\:bottom--94\% {
    bottom: -94%;
  }
  .tablet-l\:m-l-94\% {
    margin-left: 94%;
  }
  .tablet-l\:m-l--94\% {
    margin-left: -94%;
  }
  .tablet-l\:p-l-94\% {
    padding-left: 94%;
  }
  .tablet-l\:p-l--94\% {
    padding-left: -94%;
  }
  .tablet-l\:left-94\% {
    left: 94%;
  }
  .tablet-l\:left--94\% {
    left: -94%;
  }
  .tablet-l\:m-r-94\% {
    margin-right: 94%;
  }
  .tablet-l\:m-r--94\% {
    margin-right: -94%;
  }
  .tablet-l\:p-r-94\% {
    padding-right: 94%;
  }
  .tablet-l\:p-r--94\% {
    padding-right: -94%;
  }
  .tablet-l\:right-94\% {
    right: 94%;
  }
  .tablet-l\:right--94\% {
    right: -94%;
  }
  .tablet-l\:h-94\% {
    height: 94%;
  }
  .tablet-l\:w-94\% {
    width: 94%;
  }
  .tablet-l\:max_h-94\% {
    max-height: 94%;
  }
  .tablet-l\:max_w-94\% {
    max-width: 94%;
  }
  .tablet-l\:min_h-94\% {
    min-height: 94%;
  }
  .tablet-l\:min_w-94\% {
    min-width: 94%;
  }
  .tablet-l\:h-94vh {
    height: 94vh;
  }
  .tablet-l\:w-94vw {
    width: 94vw;
  }
  .tablet-l\:min_w-94vw {
    min-width: 94vw;
  }
  .tablet-l\:min_h-94vh {
    min-height: 94vh;
  }
  .tablet-l\:max_w-94vw {
    max-width: 94vw;
  }
  .tablet-l\:max_h-94vh {
    max-height: 94vh;
  }
  .tablet-l\:m-t-95\% {
    margin-top: 95%;
  }
  .tablet-l\:m-t--95\% {
    margin-top: -95%;
  }
  .tablet-l\:p-t-95\% {
    padding-top: 95%;
  }
  .tablet-l\:p-t--95\% {
    padding-top: -95%;
  }
  .tablet-l\:top-95\% {
    top: 95%;
  }
  .tablet-l\:top--95\% {
    top: -95%;
  }
  .tablet-l\:m-b-95\% {
    margin-bottom: 95%;
  }
  .tablet-l\:m-b--95\% {
    margin-bottom: -95%;
  }
  .tablet-l\:p-b-95\% {
    padding-bottom: 95%;
  }
  .tablet-l\:p-b--95\% {
    padding-bottom: -95%;
  }
  .tablet-l\:bottom-95\% {
    bottom: 95%;
  }
  .tablet-l\:bottom--95\% {
    bottom: -95%;
  }
  .tablet-l\:m-l-95\% {
    margin-left: 95%;
  }
  .tablet-l\:m-l--95\% {
    margin-left: -95%;
  }
  .tablet-l\:p-l-95\% {
    padding-left: 95%;
  }
  .tablet-l\:p-l--95\% {
    padding-left: -95%;
  }
  .tablet-l\:left-95\% {
    left: 95%;
  }
  .tablet-l\:left--95\% {
    left: -95%;
  }
  .tablet-l\:m-r-95\% {
    margin-right: 95%;
  }
  .tablet-l\:m-r--95\% {
    margin-right: -95%;
  }
  .tablet-l\:p-r-95\% {
    padding-right: 95%;
  }
  .tablet-l\:p-r--95\% {
    padding-right: -95%;
  }
  .tablet-l\:right-95\% {
    right: 95%;
  }
  .tablet-l\:right--95\% {
    right: -95%;
  }
  .tablet-l\:h-95\% {
    height: 95%;
  }
  .tablet-l\:w-95\% {
    width: 95%;
  }
  .tablet-l\:max_h-95\% {
    max-height: 95%;
  }
  .tablet-l\:max_w-95\% {
    max-width: 95%;
  }
  .tablet-l\:min_h-95\% {
    min-height: 95%;
  }
  .tablet-l\:min_w-95\% {
    min-width: 95%;
  }
  .tablet-l\:h-95vh {
    height: 95vh;
  }
  .tablet-l\:w-95vw {
    width: 95vw;
  }
  .tablet-l\:min_w-95vw {
    min-width: 95vw;
  }
  .tablet-l\:min_h-95vh {
    min-height: 95vh;
  }
  .tablet-l\:max_w-95vw {
    max-width: 95vw;
  }
  .tablet-l\:max_h-95vh {
    max-height: 95vh;
  }
  .tablet-l\:m-t-96\% {
    margin-top: 96%;
  }
  .tablet-l\:m-t--96\% {
    margin-top: -96%;
  }
  .tablet-l\:p-t-96\% {
    padding-top: 96%;
  }
  .tablet-l\:p-t--96\% {
    padding-top: -96%;
  }
  .tablet-l\:top-96\% {
    top: 96%;
  }
  .tablet-l\:top--96\% {
    top: -96%;
  }
  .tablet-l\:m-b-96\% {
    margin-bottom: 96%;
  }
  .tablet-l\:m-b--96\% {
    margin-bottom: -96%;
  }
  .tablet-l\:p-b-96\% {
    padding-bottom: 96%;
  }
  .tablet-l\:p-b--96\% {
    padding-bottom: -96%;
  }
  .tablet-l\:bottom-96\% {
    bottom: 96%;
  }
  .tablet-l\:bottom--96\% {
    bottom: -96%;
  }
  .tablet-l\:m-l-96\% {
    margin-left: 96%;
  }
  .tablet-l\:m-l--96\% {
    margin-left: -96%;
  }
  .tablet-l\:p-l-96\% {
    padding-left: 96%;
  }
  .tablet-l\:p-l--96\% {
    padding-left: -96%;
  }
  .tablet-l\:left-96\% {
    left: 96%;
  }
  .tablet-l\:left--96\% {
    left: -96%;
  }
  .tablet-l\:m-r-96\% {
    margin-right: 96%;
  }
  .tablet-l\:m-r--96\% {
    margin-right: -96%;
  }
  .tablet-l\:p-r-96\% {
    padding-right: 96%;
  }
  .tablet-l\:p-r--96\% {
    padding-right: -96%;
  }
  .tablet-l\:right-96\% {
    right: 96%;
  }
  .tablet-l\:right--96\% {
    right: -96%;
  }
  .tablet-l\:h-96\% {
    height: 96%;
  }
  .tablet-l\:w-96\% {
    width: 96%;
  }
  .tablet-l\:max_h-96\% {
    max-height: 96%;
  }
  .tablet-l\:max_w-96\% {
    max-width: 96%;
  }
  .tablet-l\:min_h-96\% {
    min-height: 96%;
  }
  .tablet-l\:min_w-96\% {
    min-width: 96%;
  }
  .tablet-l\:h-96vh {
    height: 96vh;
  }
  .tablet-l\:w-96vw {
    width: 96vw;
  }
  .tablet-l\:min_w-96vw {
    min-width: 96vw;
  }
  .tablet-l\:min_h-96vh {
    min-height: 96vh;
  }
  .tablet-l\:max_w-96vw {
    max-width: 96vw;
  }
  .tablet-l\:max_h-96vh {
    max-height: 96vh;
  }
  .tablet-l\:m-t-97\% {
    margin-top: 97%;
  }
  .tablet-l\:m-t--97\% {
    margin-top: -97%;
  }
  .tablet-l\:p-t-97\% {
    padding-top: 97%;
  }
  .tablet-l\:p-t--97\% {
    padding-top: -97%;
  }
  .tablet-l\:top-97\% {
    top: 97%;
  }
  .tablet-l\:top--97\% {
    top: -97%;
  }
  .tablet-l\:m-b-97\% {
    margin-bottom: 97%;
  }
  .tablet-l\:m-b--97\% {
    margin-bottom: -97%;
  }
  .tablet-l\:p-b-97\% {
    padding-bottom: 97%;
  }
  .tablet-l\:p-b--97\% {
    padding-bottom: -97%;
  }
  .tablet-l\:bottom-97\% {
    bottom: 97%;
  }
  .tablet-l\:bottom--97\% {
    bottom: -97%;
  }
  .tablet-l\:m-l-97\% {
    margin-left: 97%;
  }
  .tablet-l\:m-l--97\% {
    margin-left: -97%;
  }
  .tablet-l\:p-l-97\% {
    padding-left: 97%;
  }
  .tablet-l\:p-l--97\% {
    padding-left: -97%;
  }
  .tablet-l\:left-97\% {
    left: 97%;
  }
  .tablet-l\:left--97\% {
    left: -97%;
  }
  .tablet-l\:m-r-97\% {
    margin-right: 97%;
  }
  .tablet-l\:m-r--97\% {
    margin-right: -97%;
  }
  .tablet-l\:p-r-97\% {
    padding-right: 97%;
  }
  .tablet-l\:p-r--97\% {
    padding-right: -97%;
  }
  .tablet-l\:right-97\% {
    right: 97%;
  }
  .tablet-l\:right--97\% {
    right: -97%;
  }
  .tablet-l\:h-97\% {
    height: 97%;
  }
  .tablet-l\:w-97\% {
    width: 97%;
  }
  .tablet-l\:max_h-97\% {
    max-height: 97%;
  }
  .tablet-l\:max_w-97\% {
    max-width: 97%;
  }
  .tablet-l\:min_h-97\% {
    min-height: 97%;
  }
  .tablet-l\:min_w-97\% {
    min-width: 97%;
  }
  .tablet-l\:h-97vh {
    height: 97vh;
  }
  .tablet-l\:w-97vw {
    width: 97vw;
  }
  .tablet-l\:min_w-97vw {
    min-width: 97vw;
  }
  .tablet-l\:min_h-97vh {
    min-height: 97vh;
  }
  .tablet-l\:max_w-97vw {
    max-width: 97vw;
  }
  .tablet-l\:max_h-97vh {
    max-height: 97vh;
  }
  .tablet-l\:m-t-98\% {
    margin-top: 98%;
  }
  .tablet-l\:m-t--98\% {
    margin-top: -98%;
  }
  .tablet-l\:p-t-98\% {
    padding-top: 98%;
  }
  .tablet-l\:p-t--98\% {
    padding-top: -98%;
  }
  .tablet-l\:top-98\% {
    top: 98%;
  }
  .tablet-l\:top--98\% {
    top: -98%;
  }
  .tablet-l\:m-b-98\% {
    margin-bottom: 98%;
  }
  .tablet-l\:m-b--98\% {
    margin-bottom: -98%;
  }
  .tablet-l\:p-b-98\% {
    padding-bottom: 98%;
  }
  .tablet-l\:p-b--98\% {
    padding-bottom: -98%;
  }
  .tablet-l\:bottom-98\% {
    bottom: 98%;
  }
  .tablet-l\:bottom--98\% {
    bottom: -98%;
  }
  .tablet-l\:m-l-98\% {
    margin-left: 98%;
  }
  .tablet-l\:m-l--98\% {
    margin-left: -98%;
  }
  .tablet-l\:p-l-98\% {
    padding-left: 98%;
  }
  .tablet-l\:p-l--98\% {
    padding-left: -98%;
  }
  .tablet-l\:left-98\% {
    left: 98%;
  }
  .tablet-l\:left--98\% {
    left: -98%;
  }
  .tablet-l\:m-r-98\% {
    margin-right: 98%;
  }
  .tablet-l\:m-r--98\% {
    margin-right: -98%;
  }
  .tablet-l\:p-r-98\% {
    padding-right: 98%;
  }
  .tablet-l\:p-r--98\% {
    padding-right: -98%;
  }
  .tablet-l\:right-98\% {
    right: 98%;
  }
  .tablet-l\:right--98\% {
    right: -98%;
  }
  .tablet-l\:h-98\% {
    height: 98%;
  }
  .tablet-l\:w-98\% {
    width: 98%;
  }
  .tablet-l\:max_h-98\% {
    max-height: 98%;
  }
  .tablet-l\:max_w-98\% {
    max-width: 98%;
  }
  .tablet-l\:min_h-98\% {
    min-height: 98%;
  }
  .tablet-l\:min_w-98\% {
    min-width: 98%;
  }
  .tablet-l\:h-98vh {
    height: 98vh;
  }
  .tablet-l\:w-98vw {
    width: 98vw;
  }
  .tablet-l\:min_w-98vw {
    min-width: 98vw;
  }
  .tablet-l\:min_h-98vh {
    min-height: 98vh;
  }
  .tablet-l\:max_w-98vw {
    max-width: 98vw;
  }
  .tablet-l\:max_h-98vh {
    max-height: 98vh;
  }
  .tablet-l\:m-t-99\% {
    margin-top: 99%;
  }
  .tablet-l\:m-t--99\% {
    margin-top: -99%;
  }
  .tablet-l\:p-t-99\% {
    padding-top: 99%;
  }
  .tablet-l\:p-t--99\% {
    padding-top: -99%;
  }
  .tablet-l\:top-99\% {
    top: 99%;
  }
  .tablet-l\:top--99\% {
    top: -99%;
  }
  .tablet-l\:m-b-99\% {
    margin-bottom: 99%;
  }
  .tablet-l\:m-b--99\% {
    margin-bottom: -99%;
  }
  .tablet-l\:p-b-99\% {
    padding-bottom: 99%;
  }
  .tablet-l\:p-b--99\% {
    padding-bottom: -99%;
  }
  .tablet-l\:bottom-99\% {
    bottom: 99%;
  }
  .tablet-l\:bottom--99\% {
    bottom: -99%;
  }
  .tablet-l\:m-l-99\% {
    margin-left: 99%;
  }
  .tablet-l\:m-l--99\% {
    margin-left: -99%;
  }
  .tablet-l\:p-l-99\% {
    padding-left: 99%;
  }
  .tablet-l\:p-l--99\% {
    padding-left: -99%;
  }
  .tablet-l\:left-99\% {
    left: 99%;
  }
  .tablet-l\:left--99\% {
    left: -99%;
  }
  .tablet-l\:m-r-99\% {
    margin-right: 99%;
  }
  .tablet-l\:m-r--99\% {
    margin-right: -99%;
  }
  .tablet-l\:p-r-99\% {
    padding-right: 99%;
  }
  .tablet-l\:p-r--99\% {
    padding-right: -99%;
  }
  .tablet-l\:right-99\% {
    right: 99%;
  }
  .tablet-l\:right--99\% {
    right: -99%;
  }
  .tablet-l\:h-99\% {
    height: 99%;
  }
  .tablet-l\:w-99\% {
    width: 99%;
  }
  .tablet-l\:max_h-99\% {
    max-height: 99%;
  }
  .tablet-l\:max_w-99\% {
    max-width: 99%;
  }
  .tablet-l\:min_h-99\% {
    min-height: 99%;
  }
  .tablet-l\:min_w-99\% {
    min-width: 99%;
  }
  .tablet-l\:h-99vh {
    height: 99vh;
  }
  .tablet-l\:w-99vw {
    width: 99vw;
  }
  .tablet-l\:min_w-99vw {
    min-width: 99vw;
  }
  .tablet-l\:min_h-99vh {
    min-height: 99vh;
  }
  .tablet-l\:max_w-99vw {
    max-width: 99vw;
  }
  .tablet-l\:max_h-99vh {
    max-height: 99vh;
  }
  .tablet-l\:m-t-100\% {
    margin-top: 100%;
  }
  .tablet-l\:m-t--100\% {
    margin-top: -100%;
  }
  .tablet-l\:p-t-100\% {
    padding-top: 100%;
  }
  .tablet-l\:p-t--100\% {
    padding-top: -100%;
  }
  .tablet-l\:top-100\% {
    top: 100%;
  }
  .tablet-l\:top--100\% {
    top: -100%;
  }
  .tablet-l\:m-b-100\% {
    margin-bottom: 100%;
  }
  .tablet-l\:m-b--100\% {
    margin-bottom: -100%;
  }
  .tablet-l\:p-b-100\% {
    padding-bottom: 100%;
  }
  .tablet-l\:p-b--100\% {
    padding-bottom: -100%;
  }
  .tablet-l\:bottom-100\% {
    bottom: 100%;
  }
  .tablet-l\:bottom--100\% {
    bottom: -100%;
  }
  .tablet-l\:m-l-100\% {
    margin-left: 100%;
  }
  .tablet-l\:m-l--100\% {
    margin-left: -100%;
  }
  .tablet-l\:p-l-100\% {
    padding-left: 100%;
  }
  .tablet-l\:p-l--100\% {
    padding-left: -100%;
  }
  .tablet-l\:left-100\% {
    left: 100%;
  }
  .tablet-l\:left--100\% {
    left: -100%;
  }
  .tablet-l\:m-r-100\% {
    margin-right: 100%;
  }
  .tablet-l\:m-r--100\% {
    margin-right: -100%;
  }
  .tablet-l\:p-r-100\% {
    padding-right: 100%;
  }
  .tablet-l\:p-r--100\% {
    padding-right: -100%;
  }
  .tablet-l\:right-100\% {
    right: 100%;
  }
  .tablet-l\:right--100\% {
    right: -100%;
  }
  .tablet-l\:h-100\% {
    height: 100%;
  }
  .tablet-l\:w-100\% {
    width: 100%;
  }
  .tablet-l\:max_h-100\% {
    max-height: 100%;
  }
  .tablet-l\:max_w-100\% {
    max-width: 100%;
  }
  .tablet-l\:min_h-100\% {
    min-height: 100%;
  }
  .tablet-l\:min_w-100\% {
    min-width: 100%;
  }
  .tablet-l\:h-100vh {
    height: 100vh;
  }
  .tablet-l\:w-100vw {
    width: 100vw;
  }
  .tablet-l\:min_w-100vw {
    min-width: 100vw;
  }
  .tablet-l\:min_h-100vh {
    min-height: 100vh;
  }
  .tablet-l\:max_w-100vw {
    max-width: 100vw;
  }
  .tablet-l\:max_h-100vh {
    max-height: 100vh;
  }
  .tablet-l\:m-t-101\% {
    margin-top: 101%;
  }
  .tablet-l\:m-t--101\% {
    margin-top: -101%;
  }
  .tablet-l\:p-t-101\% {
    padding-top: 101%;
  }
  .tablet-l\:p-t--101\% {
    padding-top: -101%;
  }
  .tablet-l\:top-101\% {
    top: 101%;
  }
  .tablet-l\:top--101\% {
    top: -101%;
  }
  .tablet-l\:m-b-101\% {
    margin-bottom: 101%;
  }
  .tablet-l\:m-b--101\% {
    margin-bottom: -101%;
  }
  .tablet-l\:p-b-101\% {
    padding-bottom: 101%;
  }
  .tablet-l\:p-b--101\% {
    padding-bottom: -101%;
  }
  .tablet-l\:bottom-101\% {
    bottom: 101%;
  }
  .tablet-l\:bottom--101\% {
    bottom: -101%;
  }
  .tablet-l\:m-l-101\% {
    margin-left: 101%;
  }
  .tablet-l\:m-l--101\% {
    margin-left: -101%;
  }
  .tablet-l\:p-l-101\% {
    padding-left: 101%;
  }
  .tablet-l\:p-l--101\% {
    padding-left: -101%;
  }
  .tablet-l\:left-101\% {
    left: 101%;
  }
  .tablet-l\:left--101\% {
    left: -101%;
  }
  .tablet-l\:m-r-101\% {
    margin-right: 101%;
  }
  .tablet-l\:m-r--101\% {
    margin-right: -101%;
  }
  .tablet-l\:p-r-101\% {
    padding-right: 101%;
  }
  .tablet-l\:p-r--101\% {
    padding-right: -101%;
  }
  .tablet-l\:right-101\% {
    right: 101%;
  }
  .tablet-l\:right--101\% {
    right: -101%;
  }
  .tablet-l\:h-101\% {
    height: 101%;
  }
  .tablet-l\:w-101\% {
    width: 101%;
  }
  .tablet-l\:max_h-101\% {
    max-height: 101%;
  }
  .tablet-l\:max_w-101\% {
    max-width: 101%;
  }
  .tablet-l\:min_h-101\% {
    min-height: 101%;
  }
  .tablet-l\:min_w-101\% {
    min-width: 101%;
  }
  .tablet-l\:h-101vh {
    height: 101vh;
  }
  .tablet-l\:w-101vw {
    width: 101vw;
  }
  .tablet-l\:min_w-101vw {
    min-width: 101vw;
  }
  .tablet-l\:min_h-101vh {
    min-height: 101vh;
  }
  .tablet-l\:max_w-101vw {
    max-width: 101vw;
  }
  .tablet-l\:max_h-101vh {
    max-height: 101vh;
  }
  .tablet-l\:m-t-102\% {
    margin-top: 102%;
  }
  .tablet-l\:m-t--102\% {
    margin-top: -102%;
  }
  .tablet-l\:p-t-102\% {
    padding-top: 102%;
  }
  .tablet-l\:p-t--102\% {
    padding-top: -102%;
  }
  .tablet-l\:top-102\% {
    top: 102%;
  }
  .tablet-l\:top--102\% {
    top: -102%;
  }
  .tablet-l\:m-b-102\% {
    margin-bottom: 102%;
  }
  .tablet-l\:m-b--102\% {
    margin-bottom: -102%;
  }
  .tablet-l\:p-b-102\% {
    padding-bottom: 102%;
  }
  .tablet-l\:p-b--102\% {
    padding-bottom: -102%;
  }
  .tablet-l\:bottom-102\% {
    bottom: 102%;
  }
  .tablet-l\:bottom--102\% {
    bottom: -102%;
  }
  .tablet-l\:m-l-102\% {
    margin-left: 102%;
  }
  .tablet-l\:m-l--102\% {
    margin-left: -102%;
  }
  .tablet-l\:p-l-102\% {
    padding-left: 102%;
  }
  .tablet-l\:p-l--102\% {
    padding-left: -102%;
  }
  .tablet-l\:left-102\% {
    left: 102%;
  }
  .tablet-l\:left--102\% {
    left: -102%;
  }
  .tablet-l\:m-r-102\% {
    margin-right: 102%;
  }
  .tablet-l\:m-r--102\% {
    margin-right: -102%;
  }
  .tablet-l\:p-r-102\% {
    padding-right: 102%;
  }
  .tablet-l\:p-r--102\% {
    padding-right: -102%;
  }
  .tablet-l\:right-102\% {
    right: 102%;
  }
  .tablet-l\:right--102\% {
    right: -102%;
  }
  .tablet-l\:h-102\% {
    height: 102%;
  }
  .tablet-l\:w-102\% {
    width: 102%;
  }
  .tablet-l\:max_h-102\% {
    max-height: 102%;
  }
  .tablet-l\:max_w-102\% {
    max-width: 102%;
  }
  .tablet-l\:min_h-102\% {
    min-height: 102%;
  }
  .tablet-l\:min_w-102\% {
    min-width: 102%;
  }
  .tablet-l\:h-102vh {
    height: 102vh;
  }
  .tablet-l\:w-102vw {
    width: 102vw;
  }
  .tablet-l\:min_w-102vw {
    min-width: 102vw;
  }
  .tablet-l\:min_h-102vh {
    min-height: 102vh;
  }
  .tablet-l\:max_w-102vw {
    max-width: 102vw;
  }
  .tablet-l\:max_h-102vh {
    max-height: 102vh;
  }
  .tablet-l\:m-t-103\% {
    margin-top: 103%;
  }
  .tablet-l\:m-t--103\% {
    margin-top: -103%;
  }
  .tablet-l\:p-t-103\% {
    padding-top: 103%;
  }
  .tablet-l\:p-t--103\% {
    padding-top: -103%;
  }
  .tablet-l\:top-103\% {
    top: 103%;
  }
  .tablet-l\:top--103\% {
    top: -103%;
  }
  .tablet-l\:m-b-103\% {
    margin-bottom: 103%;
  }
  .tablet-l\:m-b--103\% {
    margin-bottom: -103%;
  }
  .tablet-l\:p-b-103\% {
    padding-bottom: 103%;
  }
  .tablet-l\:p-b--103\% {
    padding-bottom: -103%;
  }
  .tablet-l\:bottom-103\% {
    bottom: 103%;
  }
  .tablet-l\:bottom--103\% {
    bottom: -103%;
  }
  .tablet-l\:m-l-103\% {
    margin-left: 103%;
  }
  .tablet-l\:m-l--103\% {
    margin-left: -103%;
  }
  .tablet-l\:p-l-103\% {
    padding-left: 103%;
  }
  .tablet-l\:p-l--103\% {
    padding-left: -103%;
  }
  .tablet-l\:left-103\% {
    left: 103%;
  }
  .tablet-l\:left--103\% {
    left: -103%;
  }
  .tablet-l\:m-r-103\% {
    margin-right: 103%;
  }
  .tablet-l\:m-r--103\% {
    margin-right: -103%;
  }
  .tablet-l\:p-r-103\% {
    padding-right: 103%;
  }
  .tablet-l\:p-r--103\% {
    padding-right: -103%;
  }
  .tablet-l\:right-103\% {
    right: 103%;
  }
  .tablet-l\:right--103\% {
    right: -103%;
  }
  .tablet-l\:h-103\% {
    height: 103%;
  }
  .tablet-l\:w-103\% {
    width: 103%;
  }
  .tablet-l\:max_h-103\% {
    max-height: 103%;
  }
  .tablet-l\:max_w-103\% {
    max-width: 103%;
  }
  .tablet-l\:min_h-103\% {
    min-height: 103%;
  }
  .tablet-l\:min_w-103\% {
    min-width: 103%;
  }
  .tablet-l\:h-103vh {
    height: 103vh;
  }
  .tablet-l\:w-103vw {
    width: 103vw;
  }
  .tablet-l\:min_w-103vw {
    min-width: 103vw;
  }
  .tablet-l\:min_h-103vh {
    min-height: 103vh;
  }
  .tablet-l\:max_w-103vw {
    max-width: 103vw;
  }
  .tablet-l\:max_h-103vh {
    max-height: 103vh;
  }
  .tablet-l\:m-t-104\% {
    margin-top: 104%;
  }
  .tablet-l\:m-t--104\% {
    margin-top: -104%;
  }
  .tablet-l\:p-t-104\% {
    padding-top: 104%;
  }
  .tablet-l\:p-t--104\% {
    padding-top: -104%;
  }
  .tablet-l\:top-104\% {
    top: 104%;
  }
  .tablet-l\:top--104\% {
    top: -104%;
  }
  .tablet-l\:m-b-104\% {
    margin-bottom: 104%;
  }
  .tablet-l\:m-b--104\% {
    margin-bottom: -104%;
  }
  .tablet-l\:p-b-104\% {
    padding-bottom: 104%;
  }
  .tablet-l\:p-b--104\% {
    padding-bottom: -104%;
  }
  .tablet-l\:bottom-104\% {
    bottom: 104%;
  }
  .tablet-l\:bottom--104\% {
    bottom: -104%;
  }
  .tablet-l\:m-l-104\% {
    margin-left: 104%;
  }
  .tablet-l\:m-l--104\% {
    margin-left: -104%;
  }
  .tablet-l\:p-l-104\% {
    padding-left: 104%;
  }
  .tablet-l\:p-l--104\% {
    padding-left: -104%;
  }
  .tablet-l\:left-104\% {
    left: 104%;
  }
  .tablet-l\:left--104\% {
    left: -104%;
  }
  .tablet-l\:m-r-104\% {
    margin-right: 104%;
  }
  .tablet-l\:m-r--104\% {
    margin-right: -104%;
  }
  .tablet-l\:p-r-104\% {
    padding-right: 104%;
  }
  .tablet-l\:p-r--104\% {
    padding-right: -104%;
  }
  .tablet-l\:right-104\% {
    right: 104%;
  }
  .tablet-l\:right--104\% {
    right: -104%;
  }
  .tablet-l\:h-104\% {
    height: 104%;
  }
  .tablet-l\:w-104\% {
    width: 104%;
  }
  .tablet-l\:max_h-104\% {
    max-height: 104%;
  }
  .tablet-l\:max_w-104\% {
    max-width: 104%;
  }
  .tablet-l\:min_h-104\% {
    min-height: 104%;
  }
  .tablet-l\:min_w-104\% {
    min-width: 104%;
  }
  .tablet-l\:h-104vh {
    height: 104vh;
  }
  .tablet-l\:w-104vw {
    width: 104vw;
  }
  .tablet-l\:min_w-104vw {
    min-width: 104vw;
  }
  .tablet-l\:min_h-104vh {
    min-height: 104vh;
  }
  .tablet-l\:max_w-104vw {
    max-width: 104vw;
  }
  .tablet-l\:max_h-104vh {
    max-height: 104vh;
  }
  .tablet-l\:m-t-105\% {
    margin-top: 105%;
  }
  .tablet-l\:m-t--105\% {
    margin-top: -105%;
  }
  .tablet-l\:p-t-105\% {
    padding-top: 105%;
  }
  .tablet-l\:p-t--105\% {
    padding-top: -105%;
  }
  .tablet-l\:top-105\% {
    top: 105%;
  }
  .tablet-l\:top--105\% {
    top: -105%;
  }
  .tablet-l\:m-b-105\% {
    margin-bottom: 105%;
  }
  .tablet-l\:m-b--105\% {
    margin-bottom: -105%;
  }
  .tablet-l\:p-b-105\% {
    padding-bottom: 105%;
  }
  .tablet-l\:p-b--105\% {
    padding-bottom: -105%;
  }
  .tablet-l\:bottom-105\% {
    bottom: 105%;
  }
  .tablet-l\:bottom--105\% {
    bottom: -105%;
  }
  .tablet-l\:m-l-105\% {
    margin-left: 105%;
  }
  .tablet-l\:m-l--105\% {
    margin-left: -105%;
  }
  .tablet-l\:p-l-105\% {
    padding-left: 105%;
  }
  .tablet-l\:p-l--105\% {
    padding-left: -105%;
  }
  .tablet-l\:left-105\% {
    left: 105%;
  }
  .tablet-l\:left--105\% {
    left: -105%;
  }
  .tablet-l\:m-r-105\% {
    margin-right: 105%;
  }
  .tablet-l\:m-r--105\% {
    margin-right: -105%;
  }
  .tablet-l\:p-r-105\% {
    padding-right: 105%;
  }
  .tablet-l\:p-r--105\% {
    padding-right: -105%;
  }
  .tablet-l\:right-105\% {
    right: 105%;
  }
  .tablet-l\:right--105\% {
    right: -105%;
  }
  .tablet-l\:h-105\% {
    height: 105%;
  }
  .tablet-l\:w-105\% {
    width: 105%;
  }
  .tablet-l\:max_h-105\% {
    max-height: 105%;
  }
  .tablet-l\:max_w-105\% {
    max-width: 105%;
  }
  .tablet-l\:min_h-105\% {
    min-height: 105%;
  }
  .tablet-l\:min_w-105\% {
    min-width: 105%;
  }
  .tablet-l\:h-105vh {
    height: 105vh;
  }
  .tablet-l\:w-105vw {
    width: 105vw;
  }
  .tablet-l\:min_w-105vw {
    min-width: 105vw;
  }
  .tablet-l\:min_h-105vh {
    min-height: 105vh;
  }
  .tablet-l\:max_w-105vw {
    max-width: 105vw;
  }
  .tablet-l\:max_h-105vh {
    max-height: 105vh;
  }
  .tablet-l\:m-t-106\% {
    margin-top: 106%;
  }
  .tablet-l\:m-t--106\% {
    margin-top: -106%;
  }
  .tablet-l\:p-t-106\% {
    padding-top: 106%;
  }
  .tablet-l\:p-t--106\% {
    padding-top: -106%;
  }
  .tablet-l\:top-106\% {
    top: 106%;
  }
  .tablet-l\:top--106\% {
    top: -106%;
  }
  .tablet-l\:m-b-106\% {
    margin-bottom: 106%;
  }
  .tablet-l\:m-b--106\% {
    margin-bottom: -106%;
  }
  .tablet-l\:p-b-106\% {
    padding-bottom: 106%;
  }
  .tablet-l\:p-b--106\% {
    padding-bottom: -106%;
  }
  .tablet-l\:bottom-106\% {
    bottom: 106%;
  }
  .tablet-l\:bottom--106\% {
    bottom: -106%;
  }
  .tablet-l\:m-l-106\% {
    margin-left: 106%;
  }
  .tablet-l\:m-l--106\% {
    margin-left: -106%;
  }
  .tablet-l\:p-l-106\% {
    padding-left: 106%;
  }
  .tablet-l\:p-l--106\% {
    padding-left: -106%;
  }
  .tablet-l\:left-106\% {
    left: 106%;
  }
  .tablet-l\:left--106\% {
    left: -106%;
  }
  .tablet-l\:m-r-106\% {
    margin-right: 106%;
  }
  .tablet-l\:m-r--106\% {
    margin-right: -106%;
  }
  .tablet-l\:p-r-106\% {
    padding-right: 106%;
  }
  .tablet-l\:p-r--106\% {
    padding-right: -106%;
  }
  .tablet-l\:right-106\% {
    right: 106%;
  }
  .tablet-l\:right--106\% {
    right: -106%;
  }
  .tablet-l\:h-106\% {
    height: 106%;
  }
  .tablet-l\:w-106\% {
    width: 106%;
  }
  .tablet-l\:max_h-106\% {
    max-height: 106%;
  }
  .tablet-l\:max_w-106\% {
    max-width: 106%;
  }
  .tablet-l\:min_h-106\% {
    min-height: 106%;
  }
  .tablet-l\:min_w-106\% {
    min-width: 106%;
  }
  .tablet-l\:h-106vh {
    height: 106vh;
  }
  .tablet-l\:w-106vw {
    width: 106vw;
  }
  .tablet-l\:min_w-106vw {
    min-width: 106vw;
  }
  .tablet-l\:min_h-106vh {
    min-height: 106vh;
  }
  .tablet-l\:max_w-106vw {
    max-width: 106vw;
  }
  .tablet-l\:max_h-106vh {
    max-height: 106vh;
  }
  .tablet-l\:m-t-107\% {
    margin-top: 107%;
  }
  .tablet-l\:m-t--107\% {
    margin-top: -107%;
  }
  .tablet-l\:p-t-107\% {
    padding-top: 107%;
  }
  .tablet-l\:p-t--107\% {
    padding-top: -107%;
  }
  .tablet-l\:top-107\% {
    top: 107%;
  }
  .tablet-l\:top--107\% {
    top: -107%;
  }
  .tablet-l\:m-b-107\% {
    margin-bottom: 107%;
  }
  .tablet-l\:m-b--107\% {
    margin-bottom: -107%;
  }
  .tablet-l\:p-b-107\% {
    padding-bottom: 107%;
  }
  .tablet-l\:p-b--107\% {
    padding-bottom: -107%;
  }
  .tablet-l\:bottom-107\% {
    bottom: 107%;
  }
  .tablet-l\:bottom--107\% {
    bottom: -107%;
  }
  .tablet-l\:m-l-107\% {
    margin-left: 107%;
  }
  .tablet-l\:m-l--107\% {
    margin-left: -107%;
  }
  .tablet-l\:p-l-107\% {
    padding-left: 107%;
  }
  .tablet-l\:p-l--107\% {
    padding-left: -107%;
  }
  .tablet-l\:left-107\% {
    left: 107%;
  }
  .tablet-l\:left--107\% {
    left: -107%;
  }
  .tablet-l\:m-r-107\% {
    margin-right: 107%;
  }
  .tablet-l\:m-r--107\% {
    margin-right: -107%;
  }
  .tablet-l\:p-r-107\% {
    padding-right: 107%;
  }
  .tablet-l\:p-r--107\% {
    padding-right: -107%;
  }
  .tablet-l\:right-107\% {
    right: 107%;
  }
  .tablet-l\:right--107\% {
    right: -107%;
  }
  .tablet-l\:h-107\% {
    height: 107%;
  }
  .tablet-l\:w-107\% {
    width: 107%;
  }
  .tablet-l\:max_h-107\% {
    max-height: 107%;
  }
  .tablet-l\:max_w-107\% {
    max-width: 107%;
  }
  .tablet-l\:min_h-107\% {
    min-height: 107%;
  }
  .tablet-l\:min_w-107\% {
    min-width: 107%;
  }
  .tablet-l\:h-107vh {
    height: 107vh;
  }
  .tablet-l\:w-107vw {
    width: 107vw;
  }
  .tablet-l\:min_w-107vw {
    min-width: 107vw;
  }
  .tablet-l\:min_h-107vh {
    min-height: 107vh;
  }
  .tablet-l\:max_w-107vw {
    max-width: 107vw;
  }
  .tablet-l\:max_h-107vh {
    max-height: 107vh;
  }
  .tablet-l\:m-t-108\% {
    margin-top: 108%;
  }
  .tablet-l\:m-t--108\% {
    margin-top: -108%;
  }
  .tablet-l\:p-t-108\% {
    padding-top: 108%;
  }
  .tablet-l\:p-t--108\% {
    padding-top: -108%;
  }
  .tablet-l\:top-108\% {
    top: 108%;
  }
  .tablet-l\:top--108\% {
    top: -108%;
  }
  .tablet-l\:m-b-108\% {
    margin-bottom: 108%;
  }
  .tablet-l\:m-b--108\% {
    margin-bottom: -108%;
  }
  .tablet-l\:p-b-108\% {
    padding-bottom: 108%;
  }
  .tablet-l\:p-b--108\% {
    padding-bottom: -108%;
  }
  .tablet-l\:bottom-108\% {
    bottom: 108%;
  }
  .tablet-l\:bottom--108\% {
    bottom: -108%;
  }
  .tablet-l\:m-l-108\% {
    margin-left: 108%;
  }
  .tablet-l\:m-l--108\% {
    margin-left: -108%;
  }
  .tablet-l\:p-l-108\% {
    padding-left: 108%;
  }
  .tablet-l\:p-l--108\% {
    padding-left: -108%;
  }
  .tablet-l\:left-108\% {
    left: 108%;
  }
  .tablet-l\:left--108\% {
    left: -108%;
  }
  .tablet-l\:m-r-108\% {
    margin-right: 108%;
  }
  .tablet-l\:m-r--108\% {
    margin-right: -108%;
  }
  .tablet-l\:p-r-108\% {
    padding-right: 108%;
  }
  .tablet-l\:p-r--108\% {
    padding-right: -108%;
  }
  .tablet-l\:right-108\% {
    right: 108%;
  }
  .tablet-l\:right--108\% {
    right: -108%;
  }
  .tablet-l\:h-108\% {
    height: 108%;
  }
  .tablet-l\:w-108\% {
    width: 108%;
  }
  .tablet-l\:max_h-108\% {
    max-height: 108%;
  }
  .tablet-l\:max_w-108\% {
    max-width: 108%;
  }
  .tablet-l\:min_h-108\% {
    min-height: 108%;
  }
  .tablet-l\:min_w-108\% {
    min-width: 108%;
  }
  .tablet-l\:h-108vh {
    height: 108vh;
  }
  .tablet-l\:w-108vw {
    width: 108vw;
  }
  .tablet-l\:min_w-108vw {
    min-width: 108vw;
  }
  .tablet-l\:min_h-108vh {
    min-height: 108vh;
  }
  .tablet-l\:max_w-108vw {
    max-width: 108vw;
  }
  .tablet-l\:max_h-108vh {
    max-height: 108vh;
  }
  .tablet-l\:m-t-109\% {
    margin-top: 109%;
  }
  .tablet-l\:m-t--109\% {
    margin-top: -109%;
  }
  .tablet-l\:p-t-109\% {
    padding-top: 109%;
  }
  .tablet-l\:p-t--109\% {
    padding-top: -109%;
  }
  .tablet-l\:top-109\% {
    top: 109%;
  }
  .tablet-l\:top--109\% {
    top: -109%;
  }
  .tablet-l\:m-b-109\% {
    margin-bottom: 109%;
  }
  .tablet-l\:m-b--109\% {
    margin-bottom: -109%;
  }
  .tablet-l\:p-b-109\% {
    padding-bottom: 109%;
  }
  .tablet-l\:p-b--109\% {
    padding-bottom: -109%;
  }
  .tablet-l\:bottom-109\% {
    bottom: 109%;
  }
  .tablet-l\:bottom--109\% {
    bottom: -109%;
  }
  .tablet-l\:m-l-109\% {
    margin-left: 109%;
  }
  .tablet-l\:m-l--109\% {
    margin-left: -109%;
  }
  .tablet-l\:p-l-109\% {
    padding-left: 109%;
  }
  .tablet-l\:p-l--109\% {
    padding-left: -109%;
  }
  .tablet-l\:left-109\% {
    left: 109%;
  }
  .tablet-l\:left--109\% {
    left: -109%;
  }
  .tablet-l\:m-r-109\% {
    margin-right: 109%;
  }
  .tablet-l\:m-r--109\% {
    margin-right: -109%;
  }
  .tablet-l\:p-r-109\% {
    padding-right: 109%;
  }
  .tablet-l\:p-r--109\% {
    padding-right: -109%;
  }
  .tablet-l\:right-109\% {
    right: 109%;
  }
  .tablet-l\:right--109\% {
    right: -109%;
  }
  .tablet-l\:h-109\% {
    height: 109%;
  }
  .tablet-l\:w-109\% {
    width: 109%;
  }
  .tablet-l\:max_h-109\% {
    max-height: 109%;
  }
  .tablet-l\:max_w-109\% {
    max-width: 109%;
  }
  .tablet-l\:min_h-109\% {
    min-height: 109%;
  }
  .tablet-l\:min_w-109\% {
    min-width: 109%;
  }
  .tablet-l\:h-109vh {
    height: 109vh;
  }
  .tablet-l\:w-109vw {
    width: 109vw;
  }
  .tablet-l\:min_w-109vw {
    min-width: 109vw;
  }
  .tablet-l\:min_h-109vh {
    min-height: 109vh;
  }
  .tablet-l\:max_w-109vw {
    max-width: 109vw;
  }
  .tablet-l\:max_h-109vh {
    max-height: 109vh;
  }
  .tablet-l\:m-t-110\% {
    margin-top: 110%;
  }
  .tablet-l\:m-t--110\% {
    margin-top: -110%;
  }
  .tablet-l\:p-t-110\% {
    padding-top: 110%;
  }
  .tablet-l\:p-t--110\% {
    padding-top: -110%;
  }
  .tablet-l\:top-110\% {
    top: 110%;
  }
  .tablet-l\:top--110\% {
    top: -110%;
  }
  .tablet-l\:m-b-110\% {
    margin-bottom: 110%;
  }
  .tablet-l\:m-b--110\% {
    margin-bottom: -110%;
  }
  .tablet-l\:p-b-110\% {
    padding-bottom: 110%;
  }
  .tablet-l\:p-b--110\% {
    padding-bottom: -110%;
  }
  .tablet-l\:bottom-110\% {
    bottom: 110%;
  }
  .tablet-l\:bottom--110\% {
    bottom: -110%;
  }
  .tablet-l\:m-l-110\% {
    margin-left: 110%;
  }
  .tablet-l\:m-l--110\% {
    margin-left: -110%;
  }
  .tablet-l\:p-l-110\% {
    padding-left: 110%;
  }
  .tablet-l\:p-l--110\% {
    padding-left: -110%;
  }
  .tablet-l\:left-110\% {
    left: 110%;
  }
  .tablet-l\:left--110\% {
    left: -110%;
  }
  .tablet-l\:m-r-110\% {
    margin-right: 110%;
  }
  .tablet-l\:m-r--110\% {
    margin-right: -110%;
  }
  .tablet-l\:p-r-110\% {
    padding-right: 110%;
  }
  .tablet-l\:p-r--110\% {
    padding-right: -110%;
  }
  .tablet-l\:right-110\% {
    right: 110%;
  }
  .tablet-l\:right--110\% {
    right: -110%;
  }
  .tablet-l\:h-110\% {
    height: 110%;
  }
  .tablet-l\:w-110\% {
    width: 110%;
  }
  .tablet-l\:max_h-110\% {
    max-height: 110%;
  }
  .tablet-l\:max_w-110\% {
    max-width: 110%;
  }
  .tablet-l\:min_h-110\% {
    min-height: 110%;
  }
  .tablet-l\:min_w-110\% {
    min-width: 110%;
  }
  .tablet-l\:h-110vh {
    height: 110vh;
  }
  .tablet-l\:w-110vw {
    width: 110vw;
  }
  .tablet-l\:min_w-110vw {
    min-width: 110vw;
  }
  .tablet-l\:min_h-110vh {
    min-height: 110vh;
  }
  .tablet-l\:max_w-110vw {
    max-width: 110vw;
  }
  .tablet-l\:max_h-110vh {
    max-height: 110vh;
  }
  .tablet-l\:m-t-111\% {
    margin-top: 111%;
  }
  .tablet-l\:m-t--111\% {
    margin-top: -111%;
  }
  .tablet-l\:p-t-111\% {
    padding-top: 111%;
  }
  .tablet-l\:p-t--111\% {
    padding-top: -111%;
  }
  .tablet-l\:top-111\% {
    top: 111%;
  }
  .tablet-l\:top--111\% {
    top: -111%;
  }
  .tablet-l\:m-b-111\% {
    margin-bottom: 111%;
  }
  .tablet-l\:m-b--111\% {
    margin-bottom: -111%;
  }
  .tablet-l\:p-b-111\% {
    padding-bottom: 111%;
  }
  .tablet-l\:p-b--111\% {
    padding-bottom: -111%;
  }
  .tablet-l\:bottom-111\% {
    bottom: 111%;
  }
  .tablet-l\:bottom--111\% {
    bottom: -111%;
  }
  .tablet-l\:m-l-111\% {
    margin-left: 111%;
  }
  .tablet-l\:m-l--111\% {
    margin-left: -111%;
  }
  .tablet-l\:p-l-111\% {
    padding-left: 111%;
  }
  .tablet-l\:p-l--111\% {
    padding-left: -111%;
  }
  .tablet-l\:left-111\% {
    left: 111%;
  }
  .tablet-l\:left--111\% {
    left: -111%;
  }
  .tablet-l\:m-r-111\% {
    margin-right: 111%;
  }
  .tablet-l\:m-r--111\% {
    margin-right: -111%;
  }
  .tablet-l\:p-r-111\% {
    padding-right: 111%;
  }
  .tablet-l\:p-r--111\% {
    padding-right: -111%;
  }
  .tablet-l\:right-111\% {
    right: 111%;
  }
  .tablet-l\:right--111\% {
    right: -111%;
  }
  .tablet-l\:h-111\% {
    height: 111%;
  }
  .tablet-l\:w-111\% {
    width: 111%;
  }
  .tablet-l\:max_h-111\% {
    max-height: 111%;
  }
  .tablet-l\:max_w-111\% {
    max-width: 111%;
  }
  .tablet-l\:min_h-111\% {
    min-height: 111%;
  }
  .tablet-l\:min_w-111\% {
    min-width: 111%;
  }
  .tablet-l\:h-111vh {
    height: 111vh;
  }
  .tablet-l\:w-111vw {
    width: 111vw;
  }
  .tablet-l\:min_w-111vw {
    min-width: 111vw;
  }
  .tablet-l\:min_h-111vh {
    min-height: 111vh;
  }
  .tablet-l\:max_w-111vw {
    max-width: 111vw;
  }
  .tablet-l\:max_h-111vh {
    max-height: 111vh;
  }
  .tablet-l\:m-t-112\% {
    margin-top: 112%;
  }
  .tablet-l\:m-t--112\% {
    margin-top: -112%;
  }
  .tablet-l\:p-t-112\% {
    padding-top: 112%;
  }
  .tablet-l\:p-t--112\% {
    padding-top: -112%;
  }
  .tablet-l\:top-112\% {
    top: 112%;
  }
  .tablet-l\:top--112\% {
    top: -112%;
  }
  .tablet-l\:m-b-112\% {
    margin-bottom: 112%;
  }
  .tablet-l\:m-b--112\% {
    margin-bottom: -112%;
  }
  .tablet-l\:p-b-112\% {
    padding-bottom: 112%;
  }
  .tablet-l\:p-b--112\% {
    padding-bottom: -112%;
  }
  .tablet-l\:bottom-112\% {
    bottom: 112%;
  }
  .tablet-l\:bottom--112\% {
    bottom: -112%;
  }
  .tablet-l\:m-l-112\% {
    margin-left: 112%;
  }
  .tablet-l\:m-l--112\% {
    margin-left: -112%;
  }
  .tablet-l\:p-l-112\% {
    padding-left: 112%;
  }
  .tablet-l\:p-l--112\% {
    padding-left: -112%;
  }
  .tablet-l\:left-112\% {
    left: 112%;
  }
  .tablet-l\:left--112\% {
    left: -112%;
  }
  .tablet-l\:m-r-112\% {
    margin-right: 112%;
  }
  .tablet-l\:m-r--112\% {
    margin-right: -112%;
  }
  .tablet-l\:p-r-112\% {
    padding-right: 112%;
  }
  .tablet-l\:p-r--112\% {
    padding-right: -112%;
  }
  .tablet-l\:right-112\% {
    right: 112%;
  }
  .tablet-l\:right--112\% {
    right: -112%;
  }
  .tablet-l\:h-112\% {
    height: 112%;
  }
  .tablet-l\:w-112\% {
    width: 112%;
  }
  .tablet-l\:max_h-112\% {
    max-height: 112%;
  }
  .tablet-l\:max_w-112\% {
    max-width: 112%;
  }
  .tablet-l\:min_h-112\% {
    min-height: 112%;
  }
  .tablet-l\:min_w-112\% {
    min-width: 112%;
  }
  .tablet-l\:h-112vh {
    height: 112vh;
  }
  .tablet-l\:w-112vw {
    width: 112vw;
  }
  .tablet-l\:min_w-112vw {
    min-width: 112vw;
  }
  .tablet-l\:min_h-112vh {
    min-height: 112vh;
  }
  .tablet-l\:max_w-112vw {
    max-width: 112vw;
  }
  .tablet-l\:max_h-112vh {
    max-height: 112vh;
  }
  .tablet-l\:m-t-113\% {
    margin-top: 113%;
  }
  .tablet-l\:m-t--113\% {
    margin-top: -113%;
  }
  .tablet-l\:p-t-113\% {
    padding-top: 113%;
  }
  .tablet-l\:p-t--113\% {
    padding-top: -113%;
  }
  .tablet-l\:top-113\% {
    top: 113%;
  }
  .tablet-l\:top--113\% {
    top: -113%;
  }
  .tablet-l\:m-b-113\% {
    margin-bottom: 113%;
  }
  .tablet-l\:m-b--113\% {
    margin-bottom: -113%;
  }
  .tablet-l\:p-b-113\% {
    padding-bottom: 113%;
  }
  .tablet-l\:p-b--113\% {
    padding-bottom: -113%;
  }
  .tablet-l\:bottom-113\% {
    bottom: 113%;
  }
  .tablet-l\:bottom--113\% {
    bottom: -113%;
  }
  .tablet-l\:m-l-113\% {
    margin-left: 113%;
  }
  .tablet-l\:m-l--113\% {
    margin-left: -113%;
  }
  .tablet-l\:p-l-113\% {
    padding-left: 113%;
  }
  .tablet-l\:p-l--113\% {
    padding-left: -113%;
  }
  .tablet-l\:left-113\% {
    left: 113%;
  }
  .tablet-l\:left--113\% {
    left: -113%;
  }
  .tablet-l\:m-r-113\% {
    margin-right: 113%;
  }
  .tablet-l\:m-r--113\% {
    margin-right: -113%;
  }
  .tablet-l\:p-r-113\% {
    padding-right: 113%;
  }
  .tablet-l\:p-r--113\% {
    padding-right: -113%;
  }
  .tablet-l\:right-113\% {
    right: 113%;
  }
  .tablet-l\:right--113\% {
    right: -113%;
  }
  .tablet-l\:h-113\% {
    height: 113%;
  }
  .tablet-l\:w-113\% {
    width: 113%;
  }
  .tablet-l\:max_h-113\% {
    max-height: 113%;
  }
  .tablet-l\:max_w-113\% {
    max-width: 113%;
  }
  .tablet-l\:min_h-113\% {
    min-height: 113%;
  }
  .tablet-l\:min_w-113\% {
    min-width: 113%;
  }
  .tablet-l\:h-113vh {
    height: 113vh;
  }
  .tablet-l\:w-113vw {
    width: 113vw;
  }
  .tablet-l\:min_w-113vw {
    min-width: 113vw;
  }
  .tablet-l\:min_h-113vh {
    min-height: 113vh;
  }
  .tablet-l\:max_w-113vw {
    max-width: 113vw;
  }
  .tablet-l\:max_h-113vh {
    max-height: 113vh;
  }
  .tablet-l\:m-t-114\% {
    margin-top: 114%;
  }
  .tablet-l\:m-t--114\% {
    margin-top: -114%;
  }
  .tablet-l\:p-t-114\% {
    padding-top: 114%;
  }
  .tablet-l\:p-t--114\% {
    padding-top: -114%;
  }
  .tablet-l\:top-114\% {
    top: 114%;
  }
  .tablet-l\:top--114\% {
    top: -114%;
  }
  .tablet-l\:m-b-114\% {
    margin-bottom: 114%;
  }
  .tablet-l\:m-b--114\% {
    margin-bottom: -114%;
  }
  .tablet-l\:p-b-114\% {
    padding-bottom: 114%;
  }
  .tablet-l\:p-b--114\% {
    padding-bottom: -114%;
  }
  .tablet-l\:bottom-114\% {
    bottom: 114%;
  }
  .tablet-l\:bottom--114\% {
    bottom: -114%;
  }
  .tablet-l\:m-l-114\% {
    margin-left: 114%;
  }
  .tablet-l\:m-l--114\% {
    margin-left: -114%;
  }
  .tablet-l\:p-l-114\% {
    padding-left: 114%;
  }
  .tablet-l\:p-l--114\% {
    padding-left: -114%;
  }
  .tablet-l\:left-114\% {
    left: 114%;
  }
  .tablet-l\:left--114\% {
    left: -114%;
  }
  .tablet-l\:m-r-114\% {
    margin-right: 114%;
  }
  .tablet-l\:m-r--114\% {
    margin-right: -114%;
  }
  .tablet-l\:p-r-114\% {
    padding-right: 114%;
  }
  .tablet-l\:p-r--114\% {
    padding-right: -114%;
  }
  .tablet-l\:right-114\% {
    right: 114%;
  }
  .tablet-l\:right--114\% {
    right: -114%;
  }
  .tablet-l\:h-114\% {
    height: 114%;
  }
  .tablet-l\:w-114\% {
    width: 114%;
  }
  .tablet-l\:max_h-114\% {
    max-height: 114%;
  }
  .tablet-l\:max_w-114\% {
    max-width: 114%;
  }
  .tablet-l\:min_h-114\% {
    min-height: 114%;
  }
  .tablet-l\:min_w-114\% {
    min-width: 114%;
  }
  .tablet-l\:h-114vh {
    height: 114vh;
  }
  .tablet-l\:w-114vw {
    width: 114vw;
  }
  .tablet-l\:min_w-114vw {
    min-width: 114vw;
  }
  .tablet-l\:min_h-114vh {
    min-height: 114vh;
  }
  .tablet-l\:max_w-114vw {
    max-width: 114vw;
  }
  .tablet-l\:max_h-114vh {
    max-height: 114vh;
  }
  .tablet-l\:m-t-115\% {
    margin-top: 115%;
  }
  .tablet-l\:m-t--115\% {
    margin-top: -115%;
  }
  .tablet-l\:p-t-115\% {
    padding-top: 115%;
  }
  .tablet-l\:p-t--115\% {
    padding-top: -115%;
  }
  .tablet-l\:top-115\% {
    top: 115%;
  }
  .tablet-l\:top--115\% {
    top: -115%;
  }
  .tablet-l\:m-b-115\% {
    margin-bottom: 115%;
  }
  .tablet-l\:m-b--115\% {
    margin-bottom: -115%;
  }
  .tablet-l\:p-b-115\% {
    padding-bottom: 115%;
  }
  .tablet-l\:p-b--115\% {
    padding-bottom: -115%;
  }
  .tablet-l\:bottom-115\% {
    bottom: 115%;
  }
  .tablet-l\:bottom--115\% {
    bottom: -115%;
  }
  .tablet-l\:m-l-115\% {
    margin-left: 115%;
  }
  .tablet-l\:m-l--115\% {
    margin-left: -115%;
  }
  .tablet-l\:p-l-115\% {
    padding-left: 115%;
  }
  .tablet-l\:p-l--115\% {
    padding-left: -115%;
  }
  .tablet-l\:left-115\% {
    left: 115%;
  }
  .tablet-l\:left--115\% {
    left: -115%;
  }
  .tablet-l\:m-r-115\% {
    margin-right: 115%;
  }
  .tablet-l\:m-r--115\% {
    margin-right: -115%;
  }
  .tablet-l\:p-r-115\% {
    padding-right: 115%;
  }
  .tablet-l\:p-r--115\% {
    padding-right: -115%;
  }
  .tablet-l\:right-115\% {
    right: 115%;
  }
  .tablet-l\:right--115\% {
    right: -115%;
  }
  .tablet-l\:h-115\% {
    height: 115%;
  }
  .tablet-l\:w-115\% {
    width: 115%;
  }
  .tablet-l\:max_h-115\% {
    max-height: 115%;
  }
  .tablet-l\:max_w-115\% {
    max-width: 115%;
  }
  .tablet-l\:min_h-115\% {
    min-height: 115%;
  }
  .tablet-l\:min_w-115\% {
    min-width: 115%;
  }
  .tablet-l\:h-115vh {
    height: 115vh;
  }
  .tablet-l\:w-115vw {
    width: 115vw;
  }
  .tablet-l\:min_w-115vw {
    min-width: 115vw;
  }
  .tablet-l\:min_h-115vh {
    min-height: 115vh;
  }
  .tablet-l\:max_w-115vw {
    max-width: 115vw;
  }
  .tablet-l\:max_h-115vh {
    max-height: 115vh;
  }
  .tablet-l\:m-t-116\% {
    margin-top: 116%;
  }
  .tablet-l\:m-t--116\% {
    margin-top: -116%;
  }
  .tablet-l\:p-t-116\% {
    padding-top: 116%;
  }
  .tablet-l\:p-t--116\% {
    padding-top: -116%;
  }
  .tablet-l\:top-116\% {
    top: 116%;
  }
  .tablet-l\:top--116\% {
    top: -116%;
  }
  .tablet-l\:m-b-116\% {
    margin-bottom: 116%;
  }
  .tablet-l\:m-b--116\% {
    margin-bottom: -116%;
  }
  .tablet-l\:p-b-116\% {
    padding-bottom: 116%;
  }
  .tablet-l\:p-b--116\% {
    padding-bottom: -116%;
  }
  .tablet-l\:bottom-116\% {
    bottom: 116%;
  }
  .tablet-l\:bottom--116\% {
    bottom: -116%;
  }
  .tablet-l\:m-l-116\% {
    margin-left: 116%;
  }
  .tablet-l\:m-l--116\% {
    margin-left: -116%;
  }
  .tablet-l\:p-l-116\% {
    padding-left: 116%;
  }
  .tablet-l\:p-l--116\% {
    padding-left: -116%;
  }
  .tablet-l\:left-116\% {
    left: 116%;
  }
  .tablet-l\:left--116\% {
    left: -116%;
  }
  .tablet-l\:m-r-116\% {
    margin-right: 116%;
  }
  .tablet-l\:m-r--116\% {
    margin-right: -116%;
  }
  .tablet-l\:p-r-116\% {
    padding-right: 116%;
  }
  .tablet-l\:p-r--116\% {
    padding-right: -116%;
  }
  .tablet-l\:right-116\% {
    right: 116%;
  }
  .tablet-l\:right--116\% {
    right: -116%;
  }
  .tablet-l\:h-116\% {
    height: 116%;
  }
  .tablet-l\:w-116\% {
    width: 116%;
  }
  .tablet-l\:max_h-116\% {
    max-height: 116%;
  }
  .tablet-l\:max_w-116\% {
    max-width: 116%;
  }
  .tablet-l\:min_h-116\% {
    min-height: 116%;
  }
  .tablet-l\:min_w-116\% {
    min-width: 116%;
  }
  .tablet-l\:h-116vh {
    height: 116vh;
  }
  .tablet-l\:w-116vw {
    width: 116vw;
  }
  .tablet-l\:min_w-116vw {
    min-width: 116vw;
  }
  .tablet-l\:min_h-116vh {
    min-height: 116vh;
  }
  .tablet-l\:max_w-116vw {
    max-width: 116vw;
  }
  .tablet-l\:max_h-116vh {
    max-height: 116vh;
  }
  .tablet-l\:m-t-117\% {
    margin-top: 117%;
  }
  .tablet-l\:m-t--117\% {
    margin-top: -117%;
  }
  .tablet-l\:p-t-117\% {
    padding-top: 117%;
  }
  .tablet-l\:p-t--117\% {
    padding-top: -117%;
  }
  .tablet-l\:top-117\% {
    top: 117%;
  }
  .tablet-l\:top--117\% {
    top: -117%;
  }
  .tablet-l\:m-b-117\% {
    margin-bottom: 117%;
  }
  .tablet-l\:m-b--117\% {
    margin-bottom: -117%;
  }
  .tablet-l\:p-b-117\% {
    padding-bottom: 117%;
  }
  .tablet-l\:p-b--117\% {
    padding-bottom: -117%;
  }
  .tablet-l\:bottom-117\% {
    bottom: 117%;
  }
  .tablet-l\:bottom--117\% {
    bottom: -117%;
  }
  .tablet-l\:m-l-117\% {
    margin-left: 117%;
  }
  .tablet-l\:m-l--117\% {
    margin-left: -117%;
  }
  .tablet-l\:p-l-117\% {
    padding-left: 117%;
  }
  .tablet-l\:p-l--117\% {
    padding-left: -117%;
  }
  .tablet-l\:left-117\% {
    left: 117%;
  }
  .tablet-l\:left--117\% {
    left: -117%;
  }
  .tablet-l\:m-r-117\% {
    margin-right: 117%;
  }
  .tablet-l\:m-r--117\% {
    margin-right: -117%;
  }
  .tablet-l\:p-r-117\% {
    padding-right: 117%;
  }
  .tablet-l\:p-r--117\% {
    padding-right: -117%;
  }
  .tablet-l\:right-117\% {
    right: 117%;
  }
  .tablet-l\:right--117\% {
    right: -117%;
  }
  .tablet-l\:h-117\% {
    height: 117%;
  }
  .tablet-l\:w-117\% {
    width: 117%;
  }
  .tablet-l\:max_h-117\% {
    max-height: 117%;
  }
  .tablet-l\:max_w-117\% {
    max-width: 117%;
  }
  .tablet-l\:min_h-117\% {
    min-height: 117%;
  }
  .tablet-l\:min_w-117\% {
    min-width: 117%;
  }
  .tablet-l\:h-117vh {
    height: 117vh;
  }
  .tablet-l\:w-117vw {
    width: 117vw;
  }
  .tablet-l\:min_w-117vw {
    min-width: 117vw;
  }
  .tablet-l\:min_h-117vh {
    min-height: 117vh;
  }
  .tablet-l\:max_w-117vw {
    max-width: 117vw;
  }
  .tablet-l\:max_h-117vh {
    max-height: 117vh;
  }
  .tablet-l\:m-t-118\% {
    margin-top: 118%;
  }
  .tablet-l\:m-t--118\% {
    margin-top: -118%;
  }
  .tablet-l\:p-t-118\% {
    padding-top: 118%;
  }
  .tablet-l\:p-t--118\% {
    padding-top: -118%;
  }
  .tablet-l\:top-118\% {
    top: 118%;
  }
  .tablet-l\:top--118\% {
    top: -118%;
  }
  .tablet-l\:m-b-118\% {
    margin-bottom: 118%;
  }
  .tablet-l\:m-b--118\% {
    margin-bottom: -118%;
  }
  .tablet-l\:p-b-118\% {
    padding-bottom: 118%;
  }
  .tablet-l\:p-b--118\% {
    padding-bottom: -118%;
  }
  .tablet-l\:bottom-118\% {
    bottom: 118%;
  }
  .tablet-l\:bottom--118\% {
    bottom: -118%;
  }
  .tablet-l\:m-l-118\% {
    margin-left: 118%;
  }
  .tablet-l\:m-l--118\% {
    margin-left: -118%;
  }
  .tablet-l\:p-l-118\% {
    padding-left: 118%;
  }
  .tablet-l\:p-l--118\% {
    padding-left: -118%;
  }
  .tablet-l\:left-118\% {
    left: 118%;
  }
  .tablet-l\:left--118\% {
    left: -118%;
  }
  .tablet-l\:m-r-118\% {
    margin-right: 118%;
  }
  .tablet-l\:m-r--118\% {
    margin-right: -118%;
  }
  .tablet-l\:p-r-118\% {
    padding-right: 118%;
  }
  .tablet-l\:p-r--118\% {
    padding-right: -118%;
  }
  .tablet-l\:right-118\% {
    right: 118%;
  }
  .tablet-l\:right--118\% {
    right: -118%;
  }
  .tablet-l\:h-118\% {
    height: 118%;
  }
  .tablet-l\:w-118\% {
    width: 118%;
  }
  .tablet-l\:max_h-118\% {
    max-height: 118%;
  }
  .tablet-l\:max_w-118\% {
    max-width: 118%;
  }
  .tablet-l\:min_h-118\% {
    min-height: 118%;
  }
  .tablet-l\:min_w-118\% {
    min-width: 118%;
  }
  .tablet-l\:h-118vh {
    height: 118vh;
  }
  .tablet-l\:w-118vw {
    width: 118vw;
  }
  .tablet-l\:min_w-118vw {
    min-width: 118vw;
  }
  .tablet-l\:min_h-118vh {
    min-height: 118vh;
  }
  .tablet-l\:max_w-118vw {
    max-width: 118vw;
  }
  .tablet-l\:max_h-118vh {
    max-height: 118vh;
  }
  .tablet-l\:m-t-119\% {
    margin-top: 119%;
  }
  .tablet-l\:m-t--119\% {
    margin-top: -119%;
  }
  .tablet-l\:p-t-119\% {
    padding-top: 119%;
  }
  .tablet-l\:p-t--119\% {
    padding-top: -119%;
  }
  .tablet-l\:top-119\% {
    top: 119%;
  }
  .tablet-l\:top--119\% {
    top: -119%;
  }
  .tablet-l\:m-b-119\% {
    margin-bottom: 119%;
  }
  .tablet-l\:m-b--119\% {
    margin-bottom: -119%;
  }
  .tablet-l\:p-b-119\% {
    padding-bottom: 119%;
  }
  .tablet-l\:p-b--119\% {
    padding-bottom: -119%;
  }
  .tablet-l\:bottom-119\% {
    bottom: 119%;
  }
  .tablet-l\:bottom--119\% {
    bottom: -119%;
  }
  .tablet-l\:m-l-119\% {
    margin-left: 119%;
  }
  .tablet-l\:m-l--119\% {
    margin-left: -119%;
  }
  .tablet-l\:p-l-119\% {
    padding-left: 119%;
  }
  .tablet-l\:p-l--119\% {
    padding-left: -119%;
  }
  .tablet-l\:left-119\% {
    left: 119%;
  }
  .tablet-l\:left--119\% {
    left: -119%;
  }
  .tablet-l\:m-r-119\% {
    margin-right: 119%;
  }
  .tablet-l\:m-r--119\% {
    margin-right: -119%;
  }
  .tablet-l\:p-r-119\% {
    padding-right: 119%;
  }
  .tablet-l\:p-r--119\% {
    padding-right: -119%;
  }
  .tablet-l\:right-119\% {
    right: 119%;
  }
  .tablet-l\:right--119\% {
    right: -119%;
  }
  .tablet-l\:h-119\% {
    height: 119%;
  }
  .tablet-l\:w-119\% {
    width: 119%;
  }
  .tablet-l\:max_h-119\% {
    max-height: 119%;
  }
  .tablet-l\:max_w-119\% {
    max-width: 119%;
  }
  .tablet-l\:min_h-119\% {
    min-height: 119%;
  }
  .tablet-l\:min_w-119\% {
    min-width: 119%;
  }
  .tablet-l\:h-119vh {
    height: 119vh;
  }
  .tablet-l\:w-119vw {
    width: 119vw;
  }
  .tablet-l\:min_w-119vw {
    min-width: 119vw;
  }
  .tablet-l\:min_h-119vh {
    min-height: 119vh;
  }
  .tablet-l\:max_w-119vw {
    max-width: 119vw;
  }
  .tablet-l\:max_h-119vh {
    max-height: 119vh;
  }
  .tablet-l\:m-t-120\% {
    margin-top: 120%;
  }
  .tablet-l\:m-t--120\% {
    margin-top: -120%;
  }
  .tablet-l\:p-t-120\% {
    padding-top: 120%;
  }
  .tablet-l\:p-t--120\% {
    padding-top: -120%;
  }
  .tablet-l\:top-120\% {
    top: 120%;
  }
  .tablet-l\:top--120\% {
    top: -120%;
  }
  .tablet-l\:m-b-120\% {
    margin-bottom: 120%;
  }
  .tablet-l\:m-b--120\% {
    margin-bottom: -120%;
  }
  .tablet-l\:p-b-120\% {
    padding-bottom: 120%;
  }
  .tablet-l\:p-b--120\% {
    padding-bottom: -120%;
  }
  .tablet-l\:bottom-120\% {
    bottom: 120%;
  }
  .tablet-l\:bottom--120\% {
    bottom: -120%;
  }
  .tablet-l\:m-l-120\% {
    margin-left: 120%;
  }
  .tablet-l\:m-l--120\% {
    margin-left: -120%;
  }
  .tablet-l\:p-l-120\% {
    padding-left: 120%;
  }
  .tablet-l\:p-l--120\% {
    padding-left: -120%;
  }
  .tablet-l\:left-120\% {
    left: 120%;
  }
  .tablet-l\:left--120\% {
    left: -120%;
  }
  .tablet-l\:m-r-120\% {
    margin-right: 120%;
  }
  .tablet-l\:m-r--120\% {
    margin-right: -120%;
  }
  .tablet-l\:p-r-120\% {
    padding-right: 120%;
  }
  .tablet-l\:p-r--120\% {
    padding-right: -120%;
  }
  .tablet-l\:right-120\% {
    right: 120%;
  }
  .tablet-l\:right--120\% {
    right: -120%;
  }
  .tablet-l\:h-120\% {
    height: 120%;
  }
  .tablet-l\:w-120\% {
    width: 120%;
  }
  .tablet-l\:max_h-120\% {
    max-height: 120%;
  }
  .tablet-l\:max_w-120\% {
    max-width: 120%;
  }
  .tablet-l\:min_h-120\% {
    min-height: 120%;
  }
  .tablet-l\:min_w-120\% {
    min-width: 120%;
  }
  .tablet-l\:h-120vh {
    height: 120vh;
  }
  .tablet-l\:w-120vw {
    width: 120vw;
  }
  .tablet-l\:min_w-120vw {
    min-width: 120vw;
  }
  .tablet-l\:min_h-120vh {
    min-height: 120vh;
  }
  .tablet-l\:max_w-120vw {
    max-width: 120vw;
  }
  .tablet-l\:max_h-120vh {
    max-height: 120vh;
  }
  .tablet-l\:m-t-121\% {
    margin-top: 121%;
  }
  .tablet-l\:m-t--121\% {
    margin-top: -121%;
  }
  .tablet-l\:p-t-121\% {
    padding-top: 121%;
  }
  .tablet-l\:p-t--121\% {
    padding-top: -121%;
  }
  .tablet-l\:top-121\% {
    top: 121%;
  }
  .tablet-l\:top--121\% {
    top: -121%;
  }
  .tablet-l\:m-b-121\% {
    margin-bottom: 121%;
  }
  .tablet-l\:m-b--121\% {
    margin-bottom: -121%;
  }
  .tablet-l\:p-b-121\% {
    padding-bottom: 121%;
  }
  .tablet-l\:p-b--121\% {
    padding-bottom: -121%;
  }
  .tablet-l\:bottom-121\% {
    bottom: 121%;
  }
  .tablet-l\:bottom--121\% {
    bottom: -121%;
  }
  .tablet-l\:m-l-121\% {
    margin-left: 121%;
  }
  .tablet-l\:m-l--121\% {
    margin-left: -121%;
  }
  .tablet-l\:p-l-121\% {
    padding-left: 121%;
  }
  .tablet-l\:p-l--121\% {
    padding-left: -121%;
  }
  .tablet-l\:left-121\% {
    left: 121%;
  }
  .tablet-l\:left--121\% {
    left: -121%;
  }
  .tablet-l\:m-r-121\% {
    margin-right: 121%;
  }
  .tablet-l\:m-r--121\% {
    margin-right: -121%;
  }
  .tablet-l\:p-r-121\% {
    padding-right: 121%;
  }
  .tablet-l\:p-r--121\% {
    padding-right: -121%;
  }
  .tablet-l\:right-121\% {
    right: 121%;
  }
  .tablet-l\:right--121\% {
    right: -121%;
  }
  .tablet-l\:h-121\% {
    height: 121%;
  }
  .tablet-l\:w-121\% {
    width: 121%;
  }
  .tablet-l\:max_h-121\% {
    max-height: 121%;
  }
  .tablet-l\:max_w-121\% {
    max-width: 121%;
  }
  .tablet-l\:min_h-121\% {
    min-height: 121%;
  }
  .tablet-l\:min_w-121\% {
    min-width: 121%;
  }
  .tablet-l\:h-121vh {
    height: 121vh;
  }
  .tablet-l\:w-121vw {
    width: 121vw;
  }
  .tablet-l\:min_w-121vw {
    min-width: 121vw;
  }
  .tablet-l\:min_h-121vh {
    min-height: 121vh;
  }
  .tablet-l\:max_w-121vw {
    max-width: 121vw;
  }
  .tablet-l\:max_h-121vh {
    max-height: 121vh;
  }
  .tablet-l\:m-t-122\% {
    margin-top: 122%;
  }
  .tablet-l\:m-t--122\% {
    margin-top: -122%;
  }
  .tablet-l\:p-t-122\% {
    padding-top: 122%;
  }
  .tablet-l\:p-t--122\% {
    padding-top: -122%;
  }
  .tablet-l\:top-122\% {
    top: 122%;
  }
  .tablet-l\:top--122\% {
    top: -122%;
  }
  .tablet-l\:m-b-122\% {
    margin-bottom: 122%;
  }
  .tablet-l\:m-b--122\% {
    margin-bottom: -122%;
  }
  .tablet-l\:p-b-122\% {
    padding-bottom: 122%;
  }
  .tablet-l\:p-b--122\% {
    padding-bottom: -122%;
  }
  .tablet-l\:bottom-122\% {
    bottom: 122%;
  }
  .tablet-l\:bottom--122\% {
    bottom: -122%;
  }
  .tablet-l\:m-l-122\% {
    margin-left: 122%;
  }
  .tablet-l\:m-l--122\% {
    margin-left: -122%;
  }
  .tablet-l\:p-l-122\% {
    padding-left: 122%;
  }
  .tablet-l\:p-l--122\% {
    padding-left: -122%;
  }
  .tablet-l\:left-122\% {
    left: 122%;
  }
  .tablet-l\:left--122\% {
    left: -122%;
  }
  .tablet-l\:m-r-122\% {
    margin-right: 122%;
  }
  .tablet-l\:m-r--122\% {
    margin-right: -122%;
  }
  .tablet-l\:p-r-122\% {
    padding-right: 122%;
  }
  .tablet-l\:p-r--122\% {
    padding-right: -122%;
  }
  .tablet-l\:right-122\% {
    right: 122%;
  }
  .tablet-l\:right--122\% {
    right: -122%;
  }
  .tablet-l\:h-122\% {
    height: 122%;
  }
  .tablet-l\:w-122\% {
    width: 122%;
  }
  .tablet-l\:max_h-122\% {
    max-height: 122%;
  }
  .tablet-l\:max_w-122\% {
    max-width: 122%;
  }
  .tablet-l\:min_h-122\% {
    min-height: 122%;
  }
  .tablet-l\:min_w-122\% {
    min-width: 122%;
  }
  .tablet-l\:h-122vh {
    height: 122vh;
  }
  .tablet-l\:w-122vw {
    width: 122vw;
  }
  .tablet-l\:min_w-122vw {
    min-width: 122vw;
  }
  .tablet-l\:min_h-122vh {
    min-height: 122vh;
  }
  .tablet-l\:max_w-122vw {
    max-width: 122vw;
  }
  .tablet-l\:max_h-122vh {
    max-height: 122vh;
  }
  .tablet-l\:m-t-123\% {
    margin-top: 123%;
  }
  .tablet-l\:m-t--123\% {
    margin-top: -123%;
  }
  .tablet-l\:p-t-123\% {
    padding-top: 123%;
  }
  .tablet-l\:p-t--123\% {
    padding-top: -123%;
  }
  .tablet-l\:top-123\% {
    top: 123%;
  }
  .tablet-l\:top--123\% {
    top: -123%;
  }
  .tablet-l\:m-b-123\% {
    margin-bottom: 123%;
  }
  .tablet-l\:m-b--123\% {
    margin-bottom: -123%;
  }
  .tablet-l\:p-b-123\% {
    padding-bottom: 123%;
  }
  .tablet-l\:p-b--123\% {
    padding-bottom: -123%;
  }
  .tablet-l\:bottom-123\% {
    bottom: 123%;
  }
  .tablet-l\:bottom--123\% {
    bottom: -123%;
  }
  .tablet-l\:m-l-123\% {
    margin-left: 123%;
  }
  .tablet-l\:m-l--123\% {
    margin-left: -123%;
  }
  .tablet-l\:p-l-123\% {
    padding-left: 123%;
  }
  .tablet-l\:p-l--123\% {
    padding-left: -123%;
  }
  .tablet-l\:left-123\% {
    left: 123%;
  }
  .tablet-l\:left--123\% {
    left: -123%;
  }
  .tablet-l\:m-r-123\% {
    margin-right: 123%;
  }
  .tablet-l\:m-r--123\% {
    margin-right: -123%;
  }
  .tablet-l\:p-r-123\% {
    padding-right: 123%;
  }
  .tablet-l\:p-r--123\% {
    padding-right: -123%;
  }
  .tablet-l\:right-123\% {
    right: 123%;
  }
  .tablet-l\:right--123\% {
    right: -123%;
  }
  .tablet-l\:h-123\% {
    height: 123%;
  }
  .tablet-l\:w-123\% {
    width: 123%;
  }
  .tablet-l\:max_h-123\% {
    max-height: 123%;
  }
  .tablet-l\:max_w-123\% {
    max-width: 123%;
  }
  .tablet-l\:min_h-123\% {
    min-height: 123%;
  }
  .tablet-l\:min_w-123\% {
    min-width: 123%;
  }
  .tablet-l\:h-123vh {
    height: 123vh;
  }
  .tablet-l\:w-123vw {
    width: 123vw;
  }
  .tablet-l\:min_w-123vw {
    min-width: 123vw;
  }
  .tablet-l\:min_h-123vh {
    min-height: 123vh;
  }
  .tablet-l\:max_w-123vw {
    max-width: 123vw;
  }
  .tablet-l\:max_h-123vh {
    max-height: 123vh;
  }
  .tablet-l\:m-t-124\% {
    margin-top: 124%;
  }
  .tablet-l\:m-t--124\% {
    margin-top: -124%;
  }
  .tablet-l\:p-t-124\% {
    padding-top: 124%;
  }
  .tablet-l\:p-t--124\% {
    padding-top: -124%;
  }
  .tablet-l\:top-124\% {
    top: 124%;
  }
  .tablet-l\:top--124\% {
    top: -124%;
  }
  .tablet-l\:m-b-124\% {
    margin-bottom: 124%;
  }
  .tablet-l\:m-b--124\% {
    margin-bottom: -124%;
  }
  .tablet-l\:p-b-124\% {
    padding-bottom: 124%;
  }
  .tablet-l\:p-b--124\% {
    padding-bottom: -124%;
  }
  .tablet-l\:bottom-124\% {
    bottom: 124%;
  }
  .tablet-l\:bottom--124\% {
    bottom: -124%;
  }
  .tablet-l\:m-l-124\% {
    margin-left: 124%;
  }
  .tablet-l\:m-l--124\% {
    margin-left: -124%;
  }
  .tablet-l\:p-l-124\% {
    padding-left: 124%;
  }
  .tablet-l\:p-l--124\% {
    padding-left: -124%;
  }
  .tablet-l\:left-124\% {
    left: 124%;
  }
  .tablet-l\:left--124\% {
    left: -124%;
  }
  .tablet-l\:m-r-124\% {
    margin-right: 124%;
  }
  .tablet-l\:m-r--124\% {
    margin-right: -124%;
  }
  .tablet-l\:p-r-124\% {
    padding-right: 124%;
  }
  .tablet-l\:p-r--124\% {
    padding-right: -124%;
  }
  .tablet-l\:right-124\% {
    right: 124%;
  }
  .tablet-l\:right--124\% {
    right: -124%;
  }
  .tablet-l\:h-124\% {
    height: 124%;
  }
  .tablet-l\:w-124\% {
    width: 124%;
  }
  .tablet-l\:max_h-124\% {
    max-height: 124%;
  }
  .tablet-l\:max_w-124\% {
    max-width: 124%;
  }
  .tablet-l\:min_h-124\% {
    min-height: 124%;
  }
  .tablet-l\:min_w-124\% {
    min-width: 124%;
  }
  .tablet-l\:h-124vh {
    height: 124vh;
  }
  .tablet-l\:w-124vw {
    width: 124vw;
  }
  .tablet-l\:min_w-124vw {
    min-width: 124vw;
  }
  .tablet-l\:min_h-124vh {
    min-height: 124vh;
  }
  .tablet-l\:max_w-124vw {
    max-width: 124vw;
  }
  .tablet-l\:max_h-124vh {
    max-height: 124vh;
  }
  .tablet-l\:m-t-125\% {
    margin-top: 125%;
  }
  .tablet-l\:m-t--125\% {
    margin-top: -125%;
  }
  .tablet-l\:p-t-125\% {
    padding-top: 125%;
  }
  .tablet-l\:p-t--125\% {
    padding-top: -125%;
  }
  .tablet-l\:top-125\% {
    top: 125%;
  }
  .tablet-l\:top--125\% {
    top: -125%;
  }
  .tablet-l\:m-b-125\% {
    margin-bottom: 125%;
  }
  .tablet-l\:m-b--125\% {
    margin-bottom: -125%;
  }
  .tablet-l\:p-b-125\% {
    padding-bottom: 125%;
  }
  .tablet-l\:p-b--125\% {
    padding-bottom: -125%;
  }
  .tablet-l\:bottom-125\% {
    bottom: 125%;
  }
  .tablet-l\:bottom--125\% {
    bottom: -125%;
  }
  .tablet-l\:m-l-125\% {
    margin-left: 125%;
  }
  .tablet-l\:m-l--125\% {
    margin-left: -125%;
  }
  .tablet-l\:p-l-125\% {
    padding-left: 125%;
  }
  .tablet-l\:p-l--125\% {
    padding-left: -125%;
  }
  .tablet-l\:left-125\% {
    left: 125%;
  }
  .tablet-l\:left--125\% {
    left: -125%;
  }
  .tablet-l\:m-r-125\% {
    margin-right: 125%;
  }
  .tablet-l\:m-r--125\% {
    margin-right: -125%;
  }
  .tablet-l\:p-r-125\% {
    padding-right: 125%;
  }
  .tablet-l\:p-r--125\% {
    padding-right: -125%;
  }
  .tablet-l\:right-125\% {
    right: 125%;
  }
  .tablet-l\:right--125\% {
    right: -125%;
  }
  .tablet-l\:h-125\% {
    height: 125%;
  }
  .tablet-l\:w-125\% {
    width: 125%;
  }
  .tablet-l\:max_h-125\% {
    max-height: 125%;
  }
  .tablet-l\:max_w-125\% {
    max-width: 125%;
  }
  .tablet-l\:min_h-125\% {
    min-height: 125%;
  }
  .tablet-l\:min_w-125\% {
    min-width: 125%;
  }
  .tablet-l\:h-125vh {
    height: 125vh;
  }
  .tablet-l\:w-125vw {
    width: 125vw;
  }
  .tablet-l\:min_w-125vw {
    min-width: 125vw;
  }
  .tablet-l\:min_h-125vh {
    min-height: 125vh;
  }
  .tablet-l\:max_w-125vw {
    max-width: 125vw;
  }
  .tablet-l\:max_h-125vh {
    max-height: 125vh;
  }
  .tablet-l\:m-t-126\% {
    margin-top: 126%;
  }
  .tablet-l\:m-t--126\% {
    margin-top: -126%;
  }
  .tablet-l\:p-t-126\% {
    padding-top: 126%;
  }
  .tablet-l\:p-t--126\% {
    padding-top: -126%;
  }
  .tablet-l\:top-126\% {
    top: 126%;
  }
  .tablet-l\:top--126\% {
    top: -126%;
  }
  .tablet-l\:m-b-126\% {
    margin-bottom: 126%;
  }
  .tablet-l\:m-b--126\% {
    margin-bottom: -126%;
  }
  .tablet-l\:p-b-126\% {
    padding-bottom: 126%;
  }
  .tablet-l\:p-b--126\% {
    padding-bottom: -126%;
  }
  .tablet-l\:bottom-126\% {
    bottom: 126%;
  }
  .tablet-l\:bottom--126\% {
    bottom: -126%;
  }
  .tablet-l\:m-l-126\% {
    margin-left: 126%;
  }
  .tablet-l\:m-l--126\% {
    margin-left: -126%;
  }
  .tablet-l\:p-l-126\% {
    padding-left: 126%;
  }
  .tablet-l\:p-l--126\% {
    padding-left: -126%;
  }
  .tablet-l\:left-126\% {
    left: 126%;
  }
  .tablet-l\:left--126\% {
    left: -126%;
  }
  .tablet-l\:m-r-126\% {
    margin-right: 126%;
  }
  .tablet-l\:m-r--126\% {
    margin-right: -126%;
  }
  .tablet-l\:p-r-126\% {
    padding-right: 126%;
  }
  .tablet-l\:p-r--126\% {
    padding-right: -126%;
  }
  .tablet-l\:right-126\% {
    right: 126%;
  }
  .tablet-l\:right--126\% {
    right: -126%;
  }
  .tablet-l\:h-126\% {
    height: 126%;
  }
  .tablet-l\:w-126\% {
    width: 126%;
  }
  .tablet-l\:max_h-126\% {
    max-height: 126%;
  }
  .tablet-l\:max_w-126\% {
    max-width: 126%;
  }
  .tablet-l\:min_h-126\% {
    min-height: 126%;
  }
  .tablet-l\:min_w-126\% {
    min-width: 126%;
  }
  .tablet-l\:h-126vh {
    height: 126vh;
  }
  .tablet-l\:w-126vw {
    width: 126vw;
  }
  .tablet-l\:min_w-126vw {
    min-width: 126vw;
  }
  .tablet-l\:min_h-126vh {
    min-height: 126vh;
  }
  .tablet-l\:max_w-126vw {
    max-width: 126vw;
  }
  .tablet-l\:max_h-126vh {
    max-height: 126vh;
  }
  .tablet-l\:m-t-127\% {
    margin-top: 127%;
  }
  .tablet-l\:m-t--127\% {
    margin-top: -127%;
  }
  .tablet-l\:p-t-127\% {
    padding-top: 127%;
  }
  .tablet-l\:p-t--127\% {
    padding-top: -127%;
  }
  .tablet-l\:top-127\% {
    top: 127%;
  }
  .tablet-l\:top--127\% {
    top: -127%;
  }
  .tablet-l\:m-b-127\% {
    margin-bottom: 127%;
  }
  .tablet-l\:m-b--127\% {
    margin-bottom: -127%;
  }
  .tablet-l\:p-b-127\% {
    padding-bottom: 127%;
  }
  .tablet-l\:p-b--127\% {
    padding-bottom: -127%;
  }
  .tablet-l\:bottom-127\% {
    bottom: 127%;
  }
  .tablet-l\:bottom--127\% {
    bottom: -127%;
  }
  .tablet-l\:m-l-127\% {
    margin-left: 127%;
  }
  .tablet-l\:m-l--127\% {
    margin-left: -127%;
  }
  .tablet-l\:p-l-127\% {
    padding-left: 127%;
  }
  .tablet-l\:p-l--127\% {
    padding-left: -127%;
  }
  .tablet-l\:left-127\% {
    left: 127%;
  }
  .tablet-l\:left--127\% {
    left: -127%;
  }
  .tablet-l\:m-r-127\% {
    margin-right: 127%;
  }
  .tablet-l\:m-r--127\% {
    margin-right: -127%;
  }
  .tablet-l\:p-r-127\% {
    padding-right: 127%;
  }
  .tablet-l\:p-r--127\% {
    padding-right: -127%;
  }
  .tablet-l\:right-127\% {
    right: 127%;
  }
  .tablet-l\:right--127\% {
    right: -127%;
  }
  .tablet-l\:h-127\% {
    height: 127%;
  }
  .tablet-l\:w-127\% {
    width: 127%;
  }
  .tablet-l\:max_h-127\% {
    max-height: 127%;
  }
  .tablet-l\:max_w-127\% {
    max-width: 127%;
  }
  .tablet-l\:min_h-127\% {
    min-height: 127%;
  }
  .tablet-l\:min_w-127\% {
    min-width: 127%;
  }
  .tablet-l\:h-127vh {
    height: 127vh;
  }
  .tablet-l\:w-127vw {
    width: 127vw;
  }
  .tablet-l\:min_w-127vw {
    min-width: 127vw;
  }
  .tablet-l\:min_h-127vh {
    min-height: 127vh;
  }
  .tablet-l\:max_w-127vw {
    max-width: 127vw;
  }
  .tablet-l\:max_h-127vh {
    max-height: 127vh;
  }
  .tablet-l\:m-t-128\% {
    margin-top: 128%;
  }
  .tablet-l\:m-t--128\% {
    margin-top: -128%;
  }
  .tablet-l\:p-t-128\% {
    padding-top: 128%;
  }
  .tablet-l\:p-t--128\% {
    padding-top: -128%;
  }
  .tablet-l\:top-128\% {
    top: 128%;
  }
  .tablet-l\:top--128\% {
    top: -128%;
  }
  .tablet-l\:m-b-128\% {
    margin-bottom: 128%;
  }
  .tablet-l\:m-b--128\% {
    margin-bottom: -128%;
  }
  .tablet-l\:p-b-128\% {
    padding-bottom: 128%;
  }
  .tablet-l\:p-b--128\% {
    padding-bottom: -128%;
  }
  .tablet-l\:bottom-128\% {
    bottom: 128%;
  }
  .tablet-l\:bottom--128\% {
    bottom: -128%;
  }
  .tablet-l\:m-l-128\% {
    margin-left: 128%;
  }
  .tablet-l\:m-l--128\% {
    margin-left: -128%;
  }
  .tablet-l\:p-l-128\% {
    padding-left: 128%;
  }
  .tablet-l\:p-l--128\% {
    padding-left: -128%;
  }
  .tablet-l\:left-128\% {
    left: 128%;
  }
  .tablet-l\:left--128\% {
    left: -128%;
  }
  .tablet-l\:m-r-128\% {
    margin-right: 128%;
  }
  .tablet-l\:m-r--128\% {
    margin-right: -128%;
  }
  .tablet-l\:p-r-128\% {
    padding-right: 128%;
  }
  .tablet-l\:p-r--128\% {
    padding-right: -128%;
  }
  .tablet-l\:right-128\% {
    right: 128%;
  }
  .tablet-l\:right--128\% {
    right: -128%;
  }
  .tablet-l\:h-128\% {
    height: 128%;
  }
  .tablet-l\:w-128\% {
    width: 128%;
  }
  .tablet-l\:max_h-128\% {
    max-height: 128%;
  }
  .tablet-l\:max_w-128\% {
    max-width: 128%;
  }
  .tablet-l\:min_h-128\% {
    min-height: 128%;
  }
  .tablet-l\:min_w-128\% {
    min-width: 128%;
  }
  .tablet-l\:h-128vh {
    height: 128vh;
  }
  .tablet-l\:w-128vw {
    width: 128vw;
  }
  .tablet-l\:min_w-128vw {
    min-width: 128vw;
  }
  .tablet-l\:min_h-128vh {
    min-height: 128vh;
  }
  .tablet-l\:max_w-128vw {
    max-width: 128vw;
  }
  .tablet-l\:max_h-128vh {
    max-height: 128vh;
  }
  .tablet-l\:m-t-129\% {
    margin-top: 129%;
  }
  .tablet-l\:m-t--129\% {
    margin-top: -129%;
  }
  .tablet-l\:p-t-129\% {
    padding-top: 129%;
  }
  .tablet-l\:p-t--129\% {
    padding-top: -129%;
  }
  .tablet-l\:top-129\% {
    top: 129%;
  }
  .tablet-l\:top--129\% {
    top: -129%;
  }
  .tablet-l\:m-b-129\% {
    margin-bottom: 129%;
  }
  .tablet-l\:m-b--129\% {
    margin-bottom: -129%;
  }
  .tablet-l\:p-b-129\% {
    padding-bottom: 129%;
  }
  .tablet-l\:p-b--129\% {
    padding-bottom: -129%;
  }
  .tablet-l\:bottom-129\% {
    bottom: 129%;
  }
  .tablet-l\:bottom--129\% {
    bottom: -129%;
  }
  .tablet-l\:m-l-129\% {
    margin-left: 129%;
  }
  .tablet-l\:m-l--129\% {
    margin-left: -129%;
  }
  .tablet-l\:p-l-129\% {
    padding-left: 129%;
  }
  .tablet-l\:p-l--129\% {
    padding-left: -129%;
  }
  .tablet-l\:left-129\% {
    left: 129%;
  }
  .tablet-l\:left--129\% {
    left: -129%;
  }
  .tablet-l\:m-r-129\% {
    margin-right: 129%;
  }
  .tablet-l\:m-r--129\% {
    margin-right: -129%;
  }
  .tablet-l\:p-r-129\% {
    padding-right: 129%;
  }
  .tablet-l\:p-r--129\% {
    padding-right: -129%;
  }
  .tablet-l\:right-129\% {
    right: 129%;
  }
  .tablet-l\:right--129\% {
    right: -129%;
  }
  .tablet-l\:h-129\% {
    height: 129%;
  }
  .tablet-l\:w-129\% {
    width: 129%;
  }
  .tablet-l\:max_h-129\% {
    max-height: 129%;
  }
  .tablet-l\:max_w-129\% {
    max-width: 129%;
  }
  .tablet-l\:min_h-129\% {
    min-height: 129%;
  }
  .tablet-l\:min_w-129\% {
    min-width: 129%;
  }
  .tablet-l\:h-129vh {
    height: 129vh;
  }
  .tablet-l\:w-129vw {
    width: 129vw;
  }
  .tablet-l\:min_w-129vw {
    min-width: 129vw;
  }
  .tablet-l\:min_h-129vh {
    min-height: 129vh;
  }
  .tablet-l\:max_w-129vw {
    max-width: 129vw;
  }
  .tablet-l\:max_h-129vh {
    max-height: 129vh;
  }
  .tablet-l\:m-t-130\% {
    margin-top: 130%;
  }
  .tablet-l\:m-t--130\% {
    margin-top: -130%;
  }
  .tablet-l\:p-t-130\% {
    padding-top: 130%;
  }
  .tablet-l\:p-t--130\% {
    padding-top: -130%;
  }
  .tablet-l\:top-130\% {
    top: 130%;
  }
  .tablet-l\:top--130\% {
    top: -130%;
  }
  .tablet-l\:m-b-130\% {
    margin-bottom: 130%;
  }
  .tablet-l\:m-b--130\% {
    margin-bottom: -130%;
  }
  .tablet-l\:p-b-130\% {
    padding-bottom: 130%;
  }
  .tablet-l\:p-b--130\% {
    padding-bottom: -130%;
  }
  .tablet-l\:bottom-130\% {
    bottom: 130%;
  }
  .tablet-l\:bottom--130\% {
    bottom: -130%;
  }
  .tablet-l\:m-l-130\% {
    margin-left: 130%;
  }
  .tablet-l\:m-l--130\% {
    margin-left: -130%;
  }
  .tablet-l\:p-l-130\% {
    padding-left: 130%;
  }
  .tablet-l\:p-l--130\% {
    padding-left: -130%;
  }
  .tablet-l\:left-130\% {
    left: 130%;
  }
  .tablet-l\:left--130\% {
    left: -130%;
  }
  .tablet-l\:m-r-130\% {
    margin-right: 130%;
  }
  .tablet-l\:m-r--130\% {
    margin-right: -130%;
  }
  .tablet-l\:p-r-130\% {
    padding-right: 130%;
  }
  .tablet-l\:p-r--130\% {
    padding-right: -130%;
  }
  .tablet-l\:right-130\% {
    right: 130%;
  }
  .tablet-l\:right--130\% {
    right: -130%;
  }
  .tablet-l\:h-130\% {
    height: 130%;
  }
  .tablet-l\:w-130\% {
    width: 130%;
  }
  .tablet-l\:max_h-130\% {
    max-height: 130%;
  }
  .tablet-l\:max_w-130\% {
    max-width: 130%;
  }
  .tablet-l\:min_h-130\% {
    min-height: 130%;
  }
  .tablet-l\:min_w-130\% {
    min-width: 130%;
  }
  .tablet-l\:h-130vh {
    height: 130vh;
  }
  .tablet-l\:w-130vw {
    width: 130vw;
  }
  .tablet-l\:min_w-130vw {
    min-width: 130vw;
  }
  .tablet-l\:min_h-130vh {
    min-height: 130vh;
  }
  .tablet-l\:max_w-130vw {
    max-width: 130vw;
  }
  .tablet-l\:max_h-130vh {
    max-height: 130vh;
  }
  .tablet-l\:m-t-131\% {
    margin-top: 131%;
  }
  .tablet-l\:m-t--131\% {
    margin-top: -131%;
  }
  .tablet-l\:p-t-131\% {
    padding-top: 131%;
  }
  .tablet-l\:p-t--131\% {
    padding-top: -131%;
  }
  .tablet-l\:top-131\% {
    top: 131%;
  }
  .tablet-l\:top--131\% {
    top: -131%;
  }
  .tablet-l\:m-b-131\% {
    margin-bottom: 131%;
  }
  .tablet-l\:m-b--131\% {
    margin-bottom: -131%;
  }
  .tablet-l\:p-b-131\% {
    padding-bottom: 131%;
  }
  .tablet-l\:p-b--131\% {
    padding-bottom: -131%;
  }
  .tablet-l\:bottom-131\% {
    bottom: 131%;
  }
  .tablet-l\:bottom--131\% {
    bottom: -131%;
  }
  .tablet-l\:m-l-131\% {
    margin-left: 131%;
  }
  .tablet-l\:m-l--131\% {
    margin-left: -131%;
  }
  .tablet-l\:p-l-131\% {
    padding-left: 131%;
  }
  .tablet-l\:p-l--131\% {
    padding-left: -131%;
  }
  .tablet-l\:left-131\% {
    left: 131%;
  }
  .tablet-l\:left--131\% {
    left: -131%;
  }
  .tablet-l\:m-r-131\% {
    margin-right: 131%;
  }
  .tablet-l\:m-r--131\% {
    margin-right: -131%;
  }
  .tablet-l\:p-r-131\% {
    padding-right: 131%;
  }
  .tablet-l\:p-r--131\% {
    padding-right: -131%;
  }
  .tablet-l\:right-131\% {
    right: 131%;
  }
  .tablet-l\:right--131\% {
    right: -131%;
  }
  .tablet-l\:h-131\% {
    height: 131%;
  }
  .tablet-l\:w-131\% {
    width: 131%;
  }
  .tablet-l\:max_h-131\% {
    max-height: 131%;
  }
  .tablet-l\:max_w-131\% {
    max-width: 131%;
  }
  .tablet-l\:min_h-131\% {
    min-height: 131%;
  }
  .tablet-l\:min_w-131\% {
    min-width: 131%;
  }
  .tablet-l\:h-131vh {
    height: 131vh;
  }
  .tablet-l\:w-131vw {
    width: 131vw;
  }
  .tablet-l\:min_w-131vw {
    min-width: 131vw;
  }
  .tablet-l\:min_h-131vh {
    min-height: 131vh;
  }
  .tablet-l\:max_w-131vw {
    max-width: 131vw;
  }
  .tablet-l\:max_h-131vh {
    max-height: 131vh;
  }
  .tablet-l\:m-t-132\% {
    margin-top: 132%;
  }
  .tablet-l\:m-t--132\% {
    margin-top: -132%;
  }
  .tablet-l\:p-t-132\% {
    padding-top: 132%;
  }
  .tablet-l\:p-t--132\% {
    padding-top: -132%;
  }
  .tablet-l\:top-132\% {
    top: 132%;
  }
  .tablet-l\:top--132\% {
    top: -132%;
  }
  .tablet-l\:m-b-132\% {
    margin-bottom: 132%;
  }
  .tablet-l\:m-b--132\% {
    margin-bottom: -132%;
  }
  .tablet-l\:p-b-132\% {
    padding-bottom: 132%;
  }
  .tablet-l\:p-b--132\% {
    padding-bottom: -132%;
  }
  .tablet-l\:bottom-132\% {
    bottom: 132%;
  }
  .tablet-l\:bottom--132\% {
    bottom: -132%;
  }
  .tablet-l\:m-l-132\% {
    margin-left: 132%;
  }
  .tablet-l\:m-l--132\% {
    margin-left: -132%;
  }
  .tablet-l\:p-l-132\% {
    padding-left: 132%;
  }
  .tablet-l\:p-l--132\% {
    padding-left: -132%;
  }
  .tablet-l\:left-132\% {
    left: 132%;
  }
  .tablet-l\:left--132\% {
    left: -132%;
  }
  .tablet-l\:m-r-132\% {
    margin-right: 132%;
  }
  .tablet-l\:m-r--132\% {
    margin-right: -132%;
  }
  .tablet-l\:p-r-132\% {
    padding-right: 132%;
  }
  .tablet-l\:p-r--132\% {
    padding-right: -132%;
  }
  .tablet-l\:right-132\% {
    right: 132%;
  }
  .tablet-l\:right--132\% {
    right: -132%;
  }
  .tablet-l\:h-132\% {
    height: 132%;
  }
  .tablet-l\:w-132\% {
    width: 132%;
  }
  .tablet-l\:max_h-132\% {
    max-height: 132%;
  }
  .tablet-l\:max_w-132\% {
    max-width: 132%;
  }
  .tablet-l\:min_h-132\% {
    min-height: 132%;
  }
  .tablet-l\:min_w-132\% {
    min-width: 132%;
  }
  .tablet-l\:h-132vh {
    height: 132vh;
  }
  .tablet-l\:w-132vw {
    width: 132vw;
  }
  .tablet-l\:min_w-132vw {
    min-width: 132vw;
  }
  .tablet-l\:min_h-132vh {
    min-height: 132vh;
  }
  .tablet-l\:max_w-132vw {
    max-width: 132vw;
  }
  .tablet-l\:max_h-132vh {
    max-height: 132vh;
  }
  .tablet-l\:m-t-133\% {
    margin-top: 133%;
  }
  .tablet-l\:m-t--133\% {
    margin-top: -133%;
  }
  .tablet-l\:p-t-133\% {
    padding-top: 133%;
  }
  .tablet-l\:p-t--133\% {
    padding-top: -133%;
  }
  .tablet-l\:top-133\% {
    top: 133%;
  }
  .tablet-l\:top--133\% {
    top: -133%;
  }
  .tablet-l\:m-b-133\% {
    margin-bottom: 133%;
  }
  .tablet-l\:m-b--133\% {
    margin-bottom: -133%;
  }
  .tablet-l\:p-b-133\% {
    padding-bottom: 133%;
  }
  .tablet-l\:p-b--133\% {
    padding-bottom: -133%;
  }
  .tablet-l\:bottom-133\% {
    bottom: 133%;
  }
  .tablet-l\:bottom--133\% {
    bottom: -133%;
  }
  .tablet-l\:m-l-133\% {
    margin-left: 133%;
  }
  .tablet-l\:m-l--133\% {
    margin-left: -133%;
  }
  .tablet-l\:p-l-133\% {
    padding-left: 133%;
  }
  .tablet-l\:p-l--133\% {
    padding-left: -133%;
  }
  .tablet-l\:left-133\% {
    left: 133%;
  }
  .tablet-l\:left--133\% {
    left: -133%;
  }
  .tablet-l\:m-r-133\% {
    margin-right: 133%;
  }
  .tablet-l\:m-r--133\% {
    margin-right: -133%;
  }
  .tablet-l\:p-r-133\% {
    padding-right: 133%;
  }
  .tablet-l\:p-r--133\% {
    padding-right: -133%;
  }
  .tablet-l\:right-133\% {
    right: 133%;
  }
  .tablet-l\:right--133\% {
    right: -133%;
  }
  .tablet-l\:h-133\% {
    height: 133%;
  }
  .tablet-l\:w-133\% {
    width: 133%;
  }
  .tablet-l\:max_h-133\% {
    max-height: 133%;
  }
  .tablet-l\:max_w-133\% {
    max-width: 133%;
  }
  .tablet-l\:min_h-133\% {
    min-height: 133%;
  }
  .tablet-l\:min_w-133\% {
    min-width: 133%;
  }
  .tablet-l\:h-133vh {
    height: 133vh;
  }
  .tablet-l\:w-133vw {
    width: 133vw;
  }
  .tablet-l\:min_w-133vw {
    min-width: 133vw;
  }
  .tablet-l\:min_h-133vh {
    min-height: 133vh;
  }
  .tablet-l\:max_w-133vw {
    max-width: 133vw;
  }
  .tablet-l\:max_h-133vh {
    max-height: 133vh;
  }
  .tablet-l\:m-t-134\% {
    margin-top: 134%;
  }
  .tablet-l\:m-t--134\% {
    margin-top: -134%;
  }
  .tablet-l\:p-t-134\% {
    padding-top: 134%;
  }
  .tablet-l\:p-t--134\% {
    padding-top: -134%;
  }
  .tablet-l\:top-134\% {
    top: 134%;
  }
  .tablet-l\:top--134\% {
    top: -134%;
  }
  .tablet-l\:m-b-134\% {
    margin-bottom: 134%;
  }
  .tablet-l\:m-b--134\% {
    margin-bottom: -134%;
  }
  .tablet-l\:p-b-134\% {
    padding-bottom: 134%;
  }
  .tablet-l\:p-b--134\% {
    padding-bottom: -134%;
  }
  .tablet-l\:bottom-134\% {
    bottom: 134%;
  }
  .tablet-l\:bottom--134\% {
    bottom: -134%;
  }
  .tablet-l\:m-l-134\% {
    margin-left: 134%;
  }
  .tablet-l\:m-l--134\% {
    margin-left: -134%;
  }
  .tablet-l\:p-l-134\% {
    padding-left: 134%;
  }
  .tablet-l\:p-l--134\% {
    padding-left: -134%;
  }
  .tablet-l\:left-134\% {
    left: 134%;
  }
  .tablet-l\:left--134\% {
    left: -134%;
  }
  .tablet-l\:m-r-134\% {
    margin-right: 134%;
  }
  .tablet-l\:m-r--134\% {
    margin-right: -134%;
  }
  .tablet-l\:p-r-134\% {
    padding-right: 134%;
  }
  .tablet-l\:p-r--134\% {
    padding-right: -134%;
  }
  .tablet-l\:right-134\% {
    right: 134%;
  }
  .tablet-l\:right--134\% {
    right: -134%;
  }
  .tablet-l\:h-134\% {
    height: 134%;
  }
  .tablet-l\:w-134\% {
    width: 134%;
  }
  .tablet-l\:max_h-134\% {
    max-height: 134%;
  }
  .tablet-l\:max_w-134\% {
    max-width: 134%;
  }
  .tablet-l\:min_h-134\% {
    min-height: 134%;
  }
  .tablet-l\:min_w-134\% {
    min-width: 134%;
  }
  .tablet-l\:h-134vh {
    height: 134vh;
  }
  .tablet-l\:w-134vw {
    width: 134vw;
  }
  .tablet-l\:min_w-134vw {
    min-width: 134vw;
  }
  .tablet-l\:min_h-134vh {
    min-height: 134vh;
  }
  .tablet-l\:max_w-134vw {
    max-width: 134vw;
  }
  .tablet-l\:max_h-134vh {
    max-height: 134vh;
  }
  .tablet-l\:m-t-135\% {
    margin-top: 135%;
  }
  .tablet-l\:m-t--135\% {
    margin-top: -135%;
  }
  .tablet-l\:p-t-135\% {
    padding-top: 135%;
  }
  .tablet-l\:p-t--135\% {
    padding-top: -135%;
  }
  .tablet-l\:top-135\% {
    top: 135%;
  }
  .tablet-l\:top--135\% {
    top: -135%;
  }
  .tablet-l\:m-b-135\% {
    margin-bottom: 135%;
  }
  .tablet-l\:m-b--135\% {
    margin-bottom: -135%;
  }
  .tablet-l\:p-b-135\% {
    padding-bottom: 135%;
  }
  .tablet-l\:p-b--135\% {
    padding-bottom: -135%;
  }
  .tablet-l\:bottom-135\% {
    bottom: 135%;
  }
  .tablet-l\:bottom--135\% {
    bottom: -135%;
  }
  .tablet-l\:m-l-135\% {
    margin-left: 135%;
  }
  .tablet-l\:m-l--135\% {
    margin-left: -135%;
  }
  .tablet-l\:p-l-135\% {
    padding-left: 135%;
  }
  .tablet-l\:p-l--135\% {
    padding-left: -135%;
  }
  .tablet-l\:left-135\% {
    left: 135%;
  }
  .tablet-l\:left--135\% {
    left: -135%;
  }
  .tablet-l\:m-r-135\% {
    margin-right: 135%;
  }
  .tablet-l\:m-r--135\% {
    margin-right: -135%;
  }
  .tablet-l\:p-r-135\% {
    padding-right: 135%;
  }
  .tablet-l\:p-r--135\% {
    padding-right: -135%;
  }
  .tablet-l\:right-135\% {
    right: 135%;
  }
  .tablet-l\:right--135\% {
    right: -135%;
  }
  .tablet-l\:h-135\% {
    height: 135%;
  }
  .tablet-l\:w-135\% {
    width: 135%;
  }
  .tablet-l\:max_h-135\% {
    max-height: 135%;
  }
  .tablet-l\:max_w-135\% {
    max-width: 135%;
  }
  .tablet-l\:min_h-135\% {
    min-height: 135%;
  }
  .tablet-l\:min_w-135\% {
    min-width: 135%;
  }
  .tablet-l\:h-135vh {
    height: 135vh;
  }
  .tablet-l\:w-135vw {
    width: 135vw;
  }
  .tablet-l\:min_w-135vw {
    min-width: 135vw;
  }
  .tablet-l\:min_h-135vh {
    min-height: 135vh;
  }
  .tablet-l\:max_w-135vw {
    max-width: 135vw;
  }
  .tablet-l\:max_h-135vh {
    max-height: 135vh;
  }
  .tablet-l\:m-t-136\% {
    margin-top: 136%;
  }
  .tablet-l\:m-t--136\% {
    margin-top: -136%;
  }
  .tablet-l\:p-t-136\% {
    padding-top: 136%;
  }
  .tablet-l\:p-t--136\% {
    padding-top: -136%;
  }
  .tablet-l\:top-136\% {
    top: 136%;
  }
  .tablet-l\:top--136\% {
    top: -136%;
  }
  .tablet-l\:m-b-136\% {
    margin-bottom: 136%;
  }
  .tablet-l\:m-b--136\% {
    margin-bottom: -136%;
  }
  .tablet-l\:p-b-136\% {
    padding-bottom: 136%;
  }
  .tablet-l\:p-b--136\% {
    padding-bottom: -136%;
  }
  .tablet-l\:bottom-136\% {
    bottom: 136%;
  }
  .tablet-l\:bottom--136\% {
    bottom: -136%;
  }
  .tablet-l\:m-l-136\% {
    margin-left: 136%;
  }
  .tablet-l\:m-l--136\% {
    margin-left: -136%;
  }
  .tablet-l\:p-l-136\% {
    padding-left: 136%;
  }
  .tablet-l\:p-l--136\% {
    padding-left: -136%;
  }
  .tablet-l\:left-136\% {
    left: 136%;
  }
  .tablet-l\:left--136\% {
    left: -136%;
  }
  .tablet-l\:m-r-136\% {
    margin-right: 136%;
  }
  .tablet-l\:m-r--136\% {
    margin-right: -136%;
  }
  .tablet-l\:p-r-136\% {
    padding-right: 136%;
  }
  .tablet-l\:p-r--136\% {
    padding-right: -136%;
  }
  .tablet-l\:right-136\% {
    right: 136%;
  }
  .tablet-l\:right--136\% {
    right: -136%;
  }
  .tablet-l\:h-136\% {
    height: 136%;
  }
  .tablet-l\:w-136\% {
    width: 136%;
  }
  .tablet-l\:max_h-136\% {
    max-height: 136%;
  }
  .tablet-l\:max_w-136\% {
    max-width: 136%;
  }
  .tablet-l\:min_h-136\% {
    min-height: 136%;
  }
  .tablet-l\:min_w-136\% {
    min-width: 136%;
  }
  .tablet-l\:h-136vh {
    height: 136vh;
  }
  .tablet-l\:w-136vw {
    width: 136vw;
  }
  .tablet-l\:min_w-136vw {
    min-width: 136vw;
  }
  .tablet-l\:min_h-136vh {
    min-height: 136vh;
  }
  .tablet-l\:max_w-136vw {
    max-width: 136vw;
  }
  .tablet-l\:max_h-136vh {
    max-height: 136vh;
  }
  .tablet-l\:m-t-137\% {
    margin-top: 137%;
  }
  .tablet-l\:m-t--137\% {
    margin-top: -137%;
  }
  .tablet-l\:p-t-137\% {
    padding-top: 137%;
  }
  .tablet-l\:p-t--137\% {
    padding-top: -137%;
  }
  .tablet-l\:top-137\% {
    top: 137%;
  }
  .tablet-l\:top--137\% {
    top: -137%;
  }
  .tablet-l\:m-b-137\% {
    margin-bottom: 137%;
  }
  .tablet-l\:m-b--137\% {
    margin-bottom: -137%;
  }
  .tablet-l\:p-b-137\% {
    padding-bottom: 137%;
  }
  .tablet-l\:p-b--137\% {
    padding-bottom: -137%;
  }
  .tablet-l\:bottom-137\% {
    bottom: 137%;
  }
  .tablet-l\:bottom--137\% {
    bottom: -137%;
  }
  .tablet-l\:m-l-137\% {
    margin-left: 137%;
  }
  .tablet-l\:m-l--137\% {
    margin-left: -137%;
  }
  .tablet-l\:p-l-137\% {
    padding-left: 137%;
  }
  .tablet-l\:p-l--137\% {
    padding-left: -137%;
  }
  .tablet-l\:left-137\% {
    left: 137%;
  }
  .tablet-l\:left--137\% {
    left: -137%;
  }
  .tablet-l\:m-r-137\% {
    margin-right: 137%;
  }
  .tablet-l\:m-r--137\% {
    margin-right: -137%;
  }
  .tablet-l\:p-r-137\% {
    padding-right: 137%;
  }
  .tablet-l\:p-r--137\% {
    padding-right: -137%;
  }
  .tablet-l\:right-137\% {
    right: 137%;
  }
  .tablet-l\:right--137\% {
    right: -137%;
  }
  .tablet-l\:h-137\% {
    height: 137%;
  }
  .tablet-l\:w-137\% {
    width: 137%;
  }
  .tablet-l\:max_h-137\% {
    max-height: 137%;
  }
  .tablet-l\:max_w-137\% {
    max-width: 137%;
  }
  .tablet-l\:min_h-137\% {
    min-height: 137%;
  }
  .tablet-l\:min_w-137\% {
    min-width: 137%;
  }
  .tablet-l\:h-137vh {
    height: 137vh;
  }
  .tablet-l\:w-137vw {
    width: 137vw;
  }
  .tablet-l\:min_w-137vw {
    min-width: 137vw;
  }
  .tablet-l\:min_h-137vh {
    min-height: 137vh;
  }
  .tablet-l\:max_w-137vw {
    max-width: 137vw;
  }
  .tablet-l\:max_h-137vh {
    max-height: 137vh;
  }
  .tablet-l\:m-t-138\% {
    margin-top: 138%;
  }
  .tablet-l\:m-t--138\% {
    margin-top: -138%;
  }
  .tablet-l\:p-t-138\% {
    padding-top: 138%;
  }
  .tablet-l\:p-t--138\% {
    padding-top: -138%;
  }
  .tablet-l\:top-138\% {
    top: 138%;
  }
  .tablet-l\:top--138\% {
    top: -138%;
  }
  .tablet-l\:m-b-138\% {
    margin-bottom: 138%;
  }
  .tablet-l\:m-b--138\% {
    margin-bottom: -138%;
  }
  .tablet-l\:p-b-138\% {
    padding-bottom: 138%;
  }
  .tablet-l\:p-b--138\% {
    padding-bottom: -138%;
  }
  .tablet-l\:bottom-138\% {
    bottom: 138%;
  }
  .tablet-l\:bottom--138\% {
    bottom: -138%;
  }
  .tablet-l\:m-l-138\% {
    margin-left: 138%;
  }
  .tablet-l\:m-l--138\% {
    margin-left: -138%;
  }
  .tablet-l\:p-l-138\% {
    padding-left: 138%;
  }
  .tablet-l\:p-l--138\% {
    padding-left: -138%;
  }
  .tablet-l\:left-138\% {
    left: 138%;
  }
  .tablet-l\:left--138\% {
    left: -138%;
  }
  .tablet-l\:m-r-138\% {
    margin-right: 138%;
  }
  .tablet-l\:m-r--138\% {
    margin-right: -138%;
  }
  .tablet-l\:p-r-138\% {
    padding-right: 138%;
  }
  .tablet-l\:p-r--138\% {
    padding-right: -138%;
  }
  .tablet-l\:right-138\% {
    right: 138%;
  }
  .tablet-l\:right--138\% {
    right: -138%;
  }
  .tablet-l\:h-138\% {
    height: 138%;
  }
  .tablet-l\:w-138\% {
    width: 138%;
  }
  .tablet-l\:max_h-138\% {
    max-height: 138%;
  }
  .tablet-l\:max_w-138\% {
    max-width: 138%;
  }
  .tablet-l\:min_h-138\% {
    min-height: 138%;
  }
  .tablet-l\:min_w-138\% {
    min-width: 138%;
  }
  .tablet-l\:h-138vh {
    height: 138vh;
  }
  .tablet-l\:w-138vw {
    width: 138vw;
  }
  .tablet-l\:min_w-138vw {
    min-width: 138vw;
  }
  .tablet-l\:min_h-138vh {
    min-height: 138vh;
  }
  .tablet-l\:max_w-138vw {
    max-width: 138vw;
  }
  .tablet-l\:max_h-138vh {
    max-height: 138vh;
  }
  .tablet-l\:m-t-139\% {
    margin-top: 139%;
  }
  .tablet-l\:m-t--139\% {
    margin-top: -139%;
  }
  .tablet-l\:p-t-139\% {
    padding-top: 139%;
  }
  .tablet-l\:p-t--139\% {
    padding-top: -139%;
  }
  .tablet-l\:top-139\% {
    top: 139%;
  }
  .tablet-l\:top--139\% {
    top: -139%;
  }
  .tablet-l\:m-b-139\% {
    margin-bottom: 139%;
  }
  .tablet-l\:m-b--139\% {
    margin-bottom: -139%;
  }
  .tablet-l\:p-b-139\% {
    padding-bottom: 139%;
  }
  .tablet-l\:p-b--139\% {
    padding-bottom: -139%;
  }
  .tablet-l\:bottom-139\% {
    bottom: 139%;
  }
  .tablet-l\:bottom--139\% {
    bottom: -139%;
  }
  .tablet-l\:m-l-139\% {
    margin-left: 139%;
  }
  .tablet-l\:m-l--139\% {
    margin-left: -139%;
  }
  .tablet-l\:p-l-139\% {
    padding-left: 139%;
  }
  .tablet-l\:p-l--139\% {
    padding-left: -139%;
  }
  .tablet-l\:left-139\% {
    left: 139%;
  }
  .tablet-l\:left--139\% {
    left: -139%;
  }
  .tablet-l\:m-r-139\% {
    margin-right: 139%;
  }
  .tablet-l\:m-r--139\% {
    margin-right: -139%;
  }
  .tablet-l\:p-r-139\% {
    padding-right: 139%;
  }
  .tablet-l\:p-r--139\% {
    padding-right: -139%;
  }
  .tablet-l\:right-139\% {
    right: 139%;
  }
  .tablet-l\:right--139\% {
    right: -139%;
  }
  .tablet-l\:h-139\% {
    height: 139%;
  }
  .tablet-l\:w-139\% {
    width: 139%;
  }
  .tablet-l\:max_h-139\% {
    max-height: 139%;
  }
  .tablet-l\:max_w-139\% {
    max-width: 139%;
  }
  .tablet-l\:min_h-139\% {
    min-height: 139%;
  }
  .tablet-l\:min_w-139\% {
    min-width: 139%;
  }
  .tablet-l\:h-139vh {
    height: 139vh;
  }
  .tablet-l\:w-139vw {
    width: 139vw;
  }
  .tablet-l\:min_w-139vw {
    min-width: 139vw;
  }
  .tablet-l\:min_h-139vh {
    min-height: 139vh;
  }
  .tablet-l\:max_w-139vw {
    max-width: 139vw;
  }
  .tablet-l\:max_h-139vh {
    max-height: 139vh;
  }
  .tablet-l\:m-t-140\% {
    margin-top: 140%;
  }
  .tablet-l\:m-t--140\% {
    margin-top: -140%;
  }
  .tablet-l\:p-t-140\% {
    padding-top: 140%;
  }
  .tablet-l\:p-t--140\% {
    padding-top: -140%;
  }
  .tablet-l\:top-140\% {
    top: 140%;
  }
  .tablet-l\:top--140\% {
    top: -140%;
  }
  .tablet-l\:m-b-140\% {
    margin-bottom: 140%;
  }
  .tablet-l\:m-b--140\% {
    margin-bottom: -140%;
  }
  .tablet-l\:p-b-140\% {
    padding-bottom: 140%;
  }
  .tablet-l\:p-b--140\% {
    padding-bottom: -140%;
  }
  .tablet-l\:bottom-140\% {
    bottom: 140%;
  }
  .tablet-l\:bottom--140\% {
    bottom: -140%;
  }
  .tablet-l\:m-l-140\% {
    margin-left: 140%;
  }
  .tablet-l\:m-l--140\% {
    margin-left: -140%;
  }
  .tablet-l\:p-l-140\% {
    padding-left: 140%;
  }
  .tablet-l\:p-l--140\% {
    padding-left: -140%;
  }
  .tablet-l\:left-140\% {
    left: 140%;
  }
  .tablet-l\:left--140\% {
    left: -140%;
  }
  .tablet-l\:m-r-140\% {
    margin-right: 140%;
  }
  .tablet-l\:m-r--140\% {
    margin-right: -140%;
  }
  .tablet-l\:p-r-140\% {
    padding-right: 140%;
  }
  .tablet-l\:p-r--140\% {
    padding-right: -140%;
  }
  .tablet-l\:right-140\% {
    right: 140%;
  }
  .tablet-l\:right--140\% {
    right: -140%;
  }
  .tablet-l\:h-140\% {
    height: 140%;
  }
  .tablet-l\:w-140\% {
    width: 140%;
  }
  .tablet-l\:max_h-140\% {
    max-height: 140%;
  }
  .tablet-l\:max_w-140\% {
    max-width: 140%;
  }
  .tablet-l\:min_h-140\% {
    min-height: 140%;
  }
  .tablet-l\:min_w-140\% {
    min-width: 140%;
  }
  .tablet-l\:h-140vh {
    height: 140vh;
  }
  .tablet-l\:w-140vw {
    width: 140vw;
  }
  .tablet-l\:min_w-140vw {
    min-width: 140vw;
  }
  .tablet-l\:min_h-140vh {
    min-height: 140vh;
  }
  .tablet-l\:max_w-140vw {
    max-width: 140vw;
  }
  .tablet-l\:max_h-140vh {
    max-height: 140vh;
  }
  .tablet-l\:m-t-141\% {
    margin-top: 141%;
  }
  .tablet-l\:m-t--141\% {
    margin-top: -141%;
  }
  .tablet-l\:p-t-141\% {
    padding-top: 141%;
  }
  .tablet-l\:p-t--141\% {
    padding-top: -141%;
  }
  .tablet-l\:top-141\% {
    top: 141%;
  }
  .tablet-l\:top--141\% {
    top: -141%;
  }
  .tablet-l\:m-b-141\% {
    margin-bottom: 141%;
  }
  .tablet-l\:m-b--141\% {
    margin-bottom: -141%;
  }
  .tablet-l\:p-b-141\% {
    padding-bottom: 141%;
  }
  .tablet-l\:p-b--141\% {
    padding-bottom: -141%;
  }
  .tablet-l\:bottom-141\% {
    bottom: 141%;
  }
  .tablet-l\:bottom--141\% {
    bottom: -141%;
  }
  .tablet-l\:m-l-141\% {
    margin-left: 141%;
  }
  .tablet-l\:m-l--141\% {
    margin-left: -141%;
  }
  .tablet-l\:p-l-141\% {
    padding-left: 141%;
  }
  .tablet-l\:p-l--141\% {
    padding-left: -141%;
  }
  .tablet-l\:left-141\% {
    left: 141%;
  }
  .tablet-l\:left--141\% {
    left: -141%;
  }
  .tablet-l\:m-r-141\% {
    margin-right: 141%;
  }
  .tablet-l\:m-r--141\% {
    margin-right: -141%;
  }
  .tablet-l\:p-r-141\% {
    padding-right: 141%;
  }
  .tablet-l\:p-r--141\% {
    padding-right: -141%;
  }
  .tablet-l\:right-141\% {
    right: 141%;
  }
  .tablet-l\:right--141\% {
    right: -141%;
  }
  .tablet-l\:h-141\% {
    height: 141%;
  }
  .tablet-l\:w-141\% {
    width: 141%;
  }
  .tablet-l\:max_h-141\% {
    max-height: 141%;
  }
  .tablet-l\:max_w-141\% {
    max-width: 141%;
  }
  .tablet-l\:min_h-141\% {
    min-height: 141%;
  }
  .tablet-l\:min_w-141\% {
    min-width: 141%;
  }
  .tablet-l\:h-141vh {
    height: 141vh;
  }
  .tablet-l\:w-141vw {
    width: 141vw;
  }
  .tablet-l\:min_w-141vw {
    min-width: 141vw;
  }
  .tablet-l\:min_h-141vh {
    min-height: 141vh;
  }
  .tablet-l\:max_w-141vw {
    max-width: 141vw;
  }
  .tablet-l\:max_h-141vh {
    max-height: 141vh;
  }
  .tablet-l\:m-t-142\% {
    margin-top: 142%;
  }
  .tablet-l\:m-t--142\% {
    margin-top: -142%;
  }
  .tablet-l\:p-t-142\% {
    padding-top: 142%;
  }
  .tablet-l\:p-t--142\% {
    padding-top: -142%;
  }
  .tablet-l\:top-142\% {
    top: 142%;
  }
  .tablet-l\:top--142\% {
    top: -142%;
  }
  .tablet-l\:m-b-142\% {
    margin-bottom: 142%;
  }
  .tablet-l\:m-b--142\% {
    margin-bottom: -142%;
  }
  .tablet-l\:p-b-142\% {
    padding-bottom: 142%;
  }
  .tablet-l\:p-b--142\% {
    padding-bottom: -142%;
  }
  .tablet-l\:bottom-142\% {
    bottom: 142%;
  }
  .tablet-l\:bottom--142\% {
    bottom: -142%;
  }
  .tablet-l\:m-l-142\% {
    margin-left: 142%;
  }
  .tablet-l\:m-l--142\% {
    margin-left: -142%;
  }
  .tablet-l\:p-l-142\% {
    padding-left: 142%;
  }
  .tablet-l\:p-l--142\% {
    padding-left: -142%;
  }
  .tablet-l\:left-142\% {
    left: 142%;
  }
  .tablet-l\:left--142\% {
    left: -142%;
  }
  .tablet-l\:m-r-142\% {
    margin-right: 142%;
  }
  .tablet-l\:m-r--142\% {
    margin-right: -142%;
  }
  .tablet-l\:p-r-142\% {
    padding-right: 142%;
  }
  .tablet-l\:p-r--142\% {
    padding-right: -142%;
  }
  .tablet-l\:right-142\% {
    right: 142%;
  }
  .tablet-l\:right--142\% {
    right: -142%;
  }
  .tablet-l\:h-142\% {
    height: 142%;
  }
  .tablet-l\:w-142\% {
    width: 142%;
  }
  .tablet-l\:max_h-142\% {
    max-height: 142%;
  }
  .tablet-l\:max_w-142\% {
    max-width: 142%;
  }
  .tablet-l\:min_h-142\% {
    min-height: 142%;
  }
  .tablet-l\:min_w-142\% {
    min-width: 142%;
  }
  .tablet-l\:h-142vh {
    height: 142vh;
  }
  .tablet-l\:w-142vw {
    width: 142vw;
  }
  .tablet-l\:min_w-142vw {
    min-width: 142vw;
  }
  .tablet-l\:min_h-142vh {
    min-height: 142vh;
  }
  .tablet-l\:max_w-142vw {
    max-width: 142vw;
  }
  .tablet-l\:max_h-142vh {
    max-height: 142vh;
  }
  .tablet-l\:m-t-143\% {
    margin-top: 143%;
  }
  .tablet-l\:m-t--143\% {
    margin-top: -143%;
  }
  .tablet-l\:p-t-143\% {
    padding-top: 143%;
  }
  .tablet-l\:p-t--143\% {
    padding-top: -143%;
  }
  .tablet-l\:top-143\% {
    top: 143%;
  }
  .tablet-l\:top--143\% {
    top: -143%;
  }
  .tablet-l\:m-b-143\% {
    margin-bottom: 143%;
  }
  .tablet-l\:m-b--143\% {
    margin-bottom: -143%;
  }
  .tablet-l\:p-b-143\% {
    padding-bottom: 143%;
  }
  .tablet-l\:p-b--143\% {
    padding-bottom: -143%;
  }
  .tablet-l\:bottom-143\% {
    bottom: 143%;
  }
  .tablet-l\:bottom--143\% {
    bottom: -143%;
  }
  .tablet-l\:m-l-143\% {
    margin-left: 143%;
  }
  .tablet-l\:m-l--143\% {
    margin-left: -143%;
  }
  .tablet-l\:p-l-143\% {
    padding-left: 143%;
  }
  .tablet-l\:p-l--143\% {
    padding-left: -143%;
  }
  .tablet-l\:left-143\% {
    left: 143%;
  }
  .tablet-l\:left--143\% {
    left: -143%;
  }
  .tablet-l\:m-r-143\% {
    margin-right: 143%;
  }
  .tablet-l\:m-r--143\% {
    margin-right: -143%;
  }
  .tablet-l\:p-r-143\% {
    padding-right: 143%;
  }
  .tablet-l\:p-r--143\% {
    padding-right: -143%;
  }
  .tablet-l\:right-143\% {
    right: 143%;
  }
  .tablet-l\:right--143\% {
    right: -143%;
  }
  .tablet-l\:h-143\% {
    height: 143%;
  }
  .tablet-l\:w-143\% {
    width: 143%;
  }
  .tablet-l\:max_h-143\% {
    max-height: 143%;
  }
  .tablet-l\:max_w-143\% {
    max-width: 143%;
  }
  .tablet-l\:min_h-143\% {
    min-height: 143%;
  }
  .tablet-l\:min_w-143\% {
    min-width: 143%;
  }
  .tablet-l\:h-143vh {
    height: 143vh;
  }
  .tablet-l\:w-143vw {
    width: 143vw;
  }
  .tablet-l\:min_w-143vw {
    min-width: 143vw;
  }
  .tablet-l\:min_h-143vh {
    min-height: 143vh;
  }
  .tablet-l\:max_w-143vw {
    max-width: 143vw;
  }
  .tablet-l\:max_h-143vh {
    max-height: 143vh;
  }
  .tablet-l\:m-t-144\% {
    margin-top: 144%;
  }
  .tablet-l\:m-t--144\% {
    margin-top: -144%;
  }
  .tablet-l\:p-t-144\% {
    padding-top: 144%;
  }
  .tablet-l\:p-t--144\% {
    padding-top: -144%;
  }
  .tablet-l\:top-144\% {
    top: 144%;
  }
  .tablet-l\:top--144\% {
    top: -144%;
  }
  .tablet-l\:m-b-144\% {
    margin-bottom: 144%;
  }
  .tablet-l\:m-b--144\% {
    margin-bottom: -144%;
  }
  .tablet-l\:p-b-144\% {
    padding-bottom: 144%;
  }
  .tablet-l\:p-b--144\% {
    padding-bottom: -144%;
  }
  .tablet-l\:bottom-144\% {
    bottom: 144%;
  }
  .tablet-l\:bottom--144\% {
    bottom: -144%;
  }
  .tablet-l\:m-l-144\% {
    margin-left: 144%;
  }
  .tablet-l\:m-l--144\% {
    margin-left: -144%;
  }
  .tablet-l\:p-l-144\% {
    padding-left: 144%;
  }
  .tablet-l\:p-l--144\% {
    padding-left: -144%;
  }
  .tablet-l\:left-144\% {
    left: 144%;
  }
  .tablet-l\:left--144\% {
    left: -144%;
  }
  .tablet-l\:m-r-144\% {
    margin-right: 144%;
  }
  .tablet-l\:m-r--144\% {
    margin-right: -144%;
  }
  .tablet-l\:p-r-144\% {
    padding-right: 144%;
  }
  .tablet-l\:p-r--144\% {
    padding-right: -144%;
  }
  .tablet-l\:right-144\% {
    right: 144%;
  }
  .tablet-l\:right--144\% {
    right: -144%;
  }
  .tablet-l\:h-144\% {
    height: 144%;
  }
  .tablet-l\:w-144\% {
    width: 144%;
  }
  .tablet-l\:max_h-144\% {
    max-height: 144%;
  }
  .tablet-l\:max_w-144\% {
    max-width: 144%;
  }
  .tablet-l\:min_h-144\% {
    min-height: 144%;
  }
  .tablet-l\:min_w-144\% {
    min-width: 144%;
  }
  .tablet-l\:h-144vh {
    height: 144vh;
  }
  .tablet-l\:w-144vw {
    width: 144vw;
  }
  .tablet-l\:min_w-144vw {
    min-width: 144vw;
  }
  .tablet-l\:min_h-144vh {
    min-height: 144vh;
  }
  .tablet-l\:max_w-144vw {
    max-width: 144vw;
  }
  .tablet-l\:max_h-144vh {
    max-height: 144vh;
  }
  .tablet-l\:m-t-145\% {
    margin-top: 145%;
  }
  .tablet-l\:m-t--145\% {
    margin-top: -145%;
  }
  .tablet-l\:p-t-145\% {
    padding-top: 145%;
  }
  .tablet-l\:p-t--145\% {
    padding-top: -145%;
  }
  .tablet-l\:top-145\% {
    top: 145%;
  }
  .tablet-l\:top--145\% {
    top: -145%;
  }
  .tablet-l\:m-b-145\% {
    margin-bottom: 145%;
  }
  .tablet-l\:m-b--145\% {
    margin-bottom: -145%;
  }
  .tablet-l\:p-b-145\% {
    padding-bottom: 145%;
  }
  .tablet-l\:p-b--145\% {
    padding-bottom: -145%;
  }
  .tablet-l\:bottom-145\% {
    bottom: 145%;
  }
  .tablet-l\:bottom--145\% {
    bottom: -145%;
  }
  .tablet-l\:m-l-145\% {
    margin-left: 145%;
  }
  .tablet-l\:m-l--145\% {
    margin-left: -145%;
  }
  .tablet-l\:p-l-145\% {
    padding-left: 145%;
  }
  .tablet-l\:p-l--145\% {
    padding-left: -145%;
  }
  .tablet-l\:left-145\% {
    left: 145%;
  }
  .tablet-l\:left--145\% {
    left: -145%;
  }
  .tablet-l\:m-r-145\% {
    margin-right: 145%;
  }
  .tablet-l\:m-r--145\% {
    margin-right: -145%;
  }
  .tablet-l\:p-r-145\% {
    padding-right: 145%;
  }
  .tablet-l\:p-r--145\% {
    padding-right: -145%;
  }
  .tablet-l\:right-145\% {
    right: 145%;
  }
  .tablet-l\:right--145\% {
    right: -145%;
  }
  .tablet-l\:h-145\% {
    height: 145%;
  }
  .tablet-l\:w-145\% {
    width: 145%;
  }
  .tablet-l\:max_h-145\% {
    max-height: 145%;
  }
  .tablet-l\:max_w-145\% {
    max-width: 145%;
  }
  .tablet-l\:min_h-145\% {
    min-height: 145%;
  }
  .tablet-l\:min_w-145\% {
    min-width: 145%;
  }
  .tablet-l\:h-145vh {
    height: 145vh;
  }
  .tablet-l\:w-145vw {
    width: 145vw;
  }
  .tablet-l\:min_w-145vw {
    min-width: 145vw;
  }
  .tablet-l\:min_h-145vh {
    min-height: 145vh;
  }
  .tablet-l\:max_w-145vw {
    max-width: 145vw;
  }
  .tablet-l\:max_h-145vh {
    max-height: 145vh;
  }
  .tablet-l\:m-t-146\% {
    margin-top: 146%;
  }
  .tablet-l\:m-t--146\% {
    margin-top: -146%;
  }
  .tablet-l\:p-t-146\% {
    padding-top: 146%;
  }
  .tablet-l\:p-t--146\% {
    padding-top: -146%;
  }
  .tablet-l\:top-146\% {
    top: 146%;
  }
  .tablet-l\:top--146\% {
    top: -146%;
  }
  .tablet-l\:m-b-146\% {
    margin-bottom: 146%;
  }
  .tablet-l\:m-b--146\% {
    margin-bottom: -146%;
  }
  .tablet-l\:p-b-146\% {
    padding-bottom: 146%;
  }
  .tablet-l\:p-b--146\% {
    padding-bottom: -146%;
  }
  .tablet-l\:bottom-146\% {
    bottom: 146%;
  }
  .tablet-l\:bottom--146\% {
    bottom: -146%;
  }
  .tablet-l\:m-l-146\% {
    margin-left: 146%;
  }
  .tablet-l\:m-l--146\% {
    margin-left: -146%;
  }
  .tablet-l\:p-l-146\% {
    padding-left: 146%;
  }
  .tablet-l\:p-l--146\% {
    padding-left: -146%;
  }
  .tablet-l\:left-146\% {
    left: 146%;
  }
  .tablet-l\:left--146\% {
    left: -146%;
  }
  .tablet-l\:m-r-146\% {
    margin-right: 146%;
  }
  .tablet-l\:m-r--146\% {
    margin-right: -146%;
  }
  .tablet-l\:p-r-146\% {
    padding-right: 146%;
  }
  .tablet-l\:p-r--146\% {
    padding-right: -146%;
  }
  .tablet-l\:right-146\% {
    right: 146%;
  }
  .tablet-l\:right--146\% {
    right: -146%;
  }
  .tablet-l\:h-146\% {
    height: 146%;
  }
  .tablet-l\:w-146\% {
    width: 146%;
  }
  .tablet-l\:max_h-146\% {
    max-height: 146%;
  }
  .tablet-l\:max_w-146\% {
    max-width: 146%;
  }
  .tablet-l\:min_h-146\% {
    min-height: 146%;
  }
  .tablet-l\:min_w-146\% {
    min-width: 146%;
  }
  .tablet-l\:h-146vh {
    height: 146vh;
  }
  .tablet-l\:w-146vw {
    width: 146vw;
  }
  .tablet-l\:min_w-146vw {
    min-width: 146vw;
  }
  .tablet-l\:min_h-146vh {
    min-height: 146vh;
  }
  .tablet-l\:max_w-146vw {
    max-width: 146vw;
  }
  .tablet-l\:max_h-146vh {
    max-height: 146vh;
  }
  .tablet-l\:m-t-147\% {
    margin-top: 147%;
  }
  .tablet-l\:m-t--147\% {
    margin-top: -147%;
  }
  .tablet-l\:p-t-147\% {
    padding-top: 147%;
  }
  .tablet-l\:p-t--147\% {
    padding-top: -147%;
  }
  .tablet-l\:top-147\% {
    top: 147%;
  }
  .tablet-l\:top--147\% {
    top: -147%;
  }
  .tablet-l\:m-b-147\% {
    margin-bottom: 147%;
  }
  .tablet-l\:m-b--147\% {
    margin-bottom: -147%;
  }
  .tablet-l\:p-b-147\% {
    padding-bottom: 147%;
  }
  .tablet-l\:p-b--147\% {
    padding-bottom: -147%;
  }
  .tablet-l\:bottom-147\% {
    bottom: 147%;
  }
  .tablet-l\:bottom--147\% {
    bottom: -147%;
  }
  .tablet-l\:m-l-147\% {
    margin-left: 147%;
  }
  .tablet-l\:m-l--147\% {
    margin-left: -147%;
  }
  .tablet-l\:p-l-147\% {
    padding-left: 147%;
  }
  .tablet-l\:p-l--147\% {
    padding-left: -147%;
  }
  .tablet-l\:left-147\% {
    left: 147%;
  }
  .tablet-l\:left--147\% {
    left: -147%;
  }
  .tablet-l\:m-r-147\% {
    margin-right: 147%;
  }
  .tablet-l\:m-r--147\% {
    margin-right: -147%;
  }
  .tablet-l\:p-r-147\% {
    padding-right: 147%;
  }
  .tablet-l\:p-r--147\% {
    padding-right: -147%;
  }
  .tablet-l\:right-147\% {
    right: 147%;
  }
  .tablet-l\:right--147\% {
    right: -147%;
  }
  .tablet-l\:h-147\% {
    height: 147%;
  }
  .tablet-l\:w-147\% {
    width: 147%;
  }
  .tablet-l\:max_h-147\% {
    max-height: 147%;
  }
  .tablet-l\:max_w-147\% {
    max-width: 147%;
  }
  .tablet-l\:min_h-147\% {
    min-height: 147%;
  }
  .tablet-l\:min_w-147\% {
    min-width: 147%;
  }
  .tablet-l\:h-147vh {
    height: 147vh;
  }
  .tablet-l\:w-147vw {
    width: 147vw;
  }
  .tablet-l\:min_w-147vw {
    min-width: 147vw;
  }
  .tablet-l\:min_h-147vh {
    min-height: 147vh;
  }
  .tablet-l\:max_w-147vw {
    max-width: 147vw;
  }
  .tablet-l\:max_h-147vh {
    max-height: 147vh;
  }
  .tablet-l\:m-t-148\% {
    margin-top: 148%;
  }
  .tablet-l\:m-t--148\% {
    margin-top: -148%;
  }
  .tablet-l\:p-t-148\% {
    padding-top: 148%;
  }
  .tablet-l\:p-t--148\% {
    padding-top: -148%;
  }
  .tablet-l\:top-148\% {
    top: 148%;
  }
  .tablet-l\:top--148\% {
    top: -148%;
  }
  .tablet-l\:m-b-148\% {
    margin-bottom: 148%;
  }
  .tablet-l\:m-b--148\% {
    margin-bottom: -148%;
  }
  .tablet-l\:p-b-148\% {
    padding-bottom: 148%;
  }
  .tablet-l\:p-b--148\% {
    padding-bottom: -148%;
  }
  .tablet-l\:bottom-148\% {
    bottom: 148%;
  }
  .tablet-l\:bottom--148\% {
    bottom: -148%;
  }
  .tablet-l\:m-l-148\% {
    margin-left: 148%;
  }
  .tablet-l\:m-l--148\% {
    margin-left: -148%;
  }
  .tablet-l\:p-l-148\% {
    padding-left: 148%;
  }
  .tablet-l\:p-l--148\% {
    padding-left: -148%;
  }
  .tablet-l\:left-148\% {
    left: 148%;
  }
  .tablet-l\:left--148\% {
    left: -148%;
  }
  .tablet-l\:m-r-148\% {
    margin-right: 148%;
  }
  .tablet-l\:m-r--148\% {
    margin-right: -148%;
  }
  .tablet-l\:p-r-148\% {
    padding-right: 148%;
  }
  .tablet-l\:p-r--148\% {
    padding-right: -148%;
  }
  .tablet-l\:right-148\% {
    right: 148%;
  }
  .tablet-l\:right--148\% {
    right: -148%;
  }
  .tablet-l\:h-148\% {
    height: 148%;
  }
  .tablet-l\:w-148\% {
    width: 148%;
  }
  .tablet-l\:max_h-148\% {
    max-height: 148%;
  }
  .tablet-l\:max_w-148\% {
    max-width: 148%;
  }
  .tablet-l\:min_h-148\% {
    min-height: 148%;
  }
  .tablet-l\:min_w-148\% {
    min-width: 148%;
  }
  .tablet-l\:h-148vh {
    height: 148vh;
  }
  .tablet-l\:w-148vw {
    width: 148vw;
  }
  .tablet-l\:min_w-148vw {
    min-width: 148vw;
  }
  .tablet-l\:min_h-148vh {
    min-height: 148vh;
  }
  .tablet-l\:max_w-148vw {
    max-width: 148vw;
  }
  .tablet-l\:max_h-148vh {
    max-height: 148vh;
  }
  .tablet-l\:m-t-149\% {
    margin-top: 149%;
  }
  .tablet-l\:m-t--149\% {
    margin-top: -149%;
  }
  .tablet-l\:p-t-149\% {
    padding-top: 149%;
  }
  .tablet-l\:p-t--149\% {
    padding-top: -149%;
  }
  .tablet-l\:top-149\% {
    top: 149%;
  }
  .tablet-l\:top--149\% {
    top: -149%;
  }
  .tablet-l\:m-b-149\% {
    margin-bottom: 149%;
  }
  .tablet-l\:m-b--149\% {
    margin-bottom: -149%;
  }
  .tablet-l\:p-b-149\% {
    padding-bottom: 149%;
  }
  .tablet-l\:p-b--149\% {
    padding-bottom: -149%;
  }
  .tablet-l\:bottom-149\% {
    bottom: 149%;
  }
  .tablet-l\:bottom--149\% {
    bottom: -149%;
  }
  .tablet-l\:m-l-149\% {
    margin-left: 149%;
  }
  .tablet-l\:m-l--149\% {
    margin-left: -149%;
  }
  .tablet-l\:p-l-149\% {
    padding-left: 149%;
  }
  .tablet-l\:p-l--149\% {
    padding-left: -149%;
  }
  .tablet-l\:left-149\% {
    left: 149%;
  }
  .tablet-l\:left--149\% {
    left: -149%;
  }
  .tablet-l\:m-r-149\% {
    margin-right: 149%;
  }
  .tablet-l\:m-r--149\% {
    margin-right: -149%;
  }
  .tablet-l\:p-r-149\% {
    padding-right: 149%;
  }
  .tablet-l\:p-r--149\% {
    padding-right: -149%;
  }
  .tablet-l\:right-149\% {
    right: 149%;
  }
  .tablet-l\:right--149\% {
    right: -149%;
  }
  .tablet-l\:h-149\% {
    height: 149%;
  }
  .tablet-l\:w-149\% {
    width: 149%;
  }
  .tablet-l\:max_h-149\% {
    max-height: 149%;
  }
  .tablet-l\:max_w-149\% {
    max-width: 149%;
  }
  .tablet-l\:min_h-149\% {
    min-height: 149%;
  }
  .tablet-l\:min_w-149\% {
    min-width: 149%;
  }
  .tablet-l\:h-149vh {
    height: 149vh;
  }
  .tablet-l\:w-149vw {
    width: 149vw;
  }
  .tablet-l\:min_w-149vw {
    min-width: 149vw;
  }
  .tablet-l\:min_h-149vh {
    min-height: 149vh;
  }
  .tablet-l\:max_w-149vw {
    max-width: 149vw;
  }
  .tablet-l\:max_h-149vh {
    max-height: 149vh;
  }
  .tablet-l\:m-t-150\% {
    margin-top: 150%;
  }
  .tablet-l\:m-t--150\% {
    margin-top: -150%;
  }
  .tablet-l\:p-t-150\% {
    padding-top: 150%;
  }
  .tablet-l\:p-t--150\% {
    padding-top: -150%;
  }
  .tablet-l\:top-150\% {
    top: 150%;
  }
  .tablet-l\:top--150\% {
    top: -150%;
  }
  .tablet-l\:m-b-150\% {
    margin-bottom: 150%;
  }
  .tablet-l\:m-b--150\% {
    margin-bottom: -150%;
  }
  .tablet-l\:p-b-150\% {
    padding-bottom: 150%;
  }
  .tablet-l\:p-b--150\% {
    padding-bottom: -150%;
  }
  .tablet-l\:bottom-150\% {
    bottom: 150%;
  }
  .tablet-l\:bottom--150\% {
    bottom: -150%;
  }
  .tablet-l\:m-l-150\% {
    margin-left: 150%;
  }
  .tablet-l\:m-l--150\% {
    margin-left: -150%;
  }
  .tablet-l\:p-l-150\% {
    padding-left: 150%;
  }
  .tablet-l\:p-l--150\% {
    padding-left: -150%;
  }
  .tablet-l\:left-150\% {
    left: 150%;
  }
  .tablet-l\:left--150\% {
    left: -150%;
  }
  .tablet-l\:m-r-150\% {
    margin-right: 150%;
  }
  .tablet-l\:m-r--150\% {
    margin-right: -150%;
  }
  .tablet-l\:p-r-150\% {
    padding-right: 150%;
  }
  .tablet-l\:p-r--150\% {
    padding-right: -150%;
  }
  .tablet-l\:right-150\% {
    right: 150%;
  }
  .tablet-l\:right--150\% {
    right: -150%;
  }
  .tablet-l\:h-150\% {
    height: 150%;
  }
  .tablet-l\:w-150\% {
    width: 150%;
  }
  .tablet-l\:max_h-150\% {
    max-height: 150%;
  }
  .tablet-l\:max_w-150\% {
    max-width: 150%;
  }
  .tablet-l\:min_h-150\% {
    min-height: 150%;
  }
  .tablet-l\:min_w-150\% {
    min-width: 150%;
  }
  .tablet-l\:h-150vh {
    height: 150vh;
  }
  .tablet-l\:w-150vw {
    width: 150vw;
  }
  .tablet-l\:min_w-150vw {
    min-width: 150vw;
  }
  .tablet-l\:min_h-150vh {
    min-height: 150vh;
  }
  .tablet-l\:max_w-150vw {
    max-width: 150vw;
  }
  .tablet-l\:max_h-150vh {
    max-height: 150vh;
  }
  .tablet-l\:m-t-151\% {
    margin-top: 151%;
  }
  .tablet-l\:m-t--151\% {
    margin-top: -151%;
  }
  .tablet-l\:p-t-151\% {
    padding-top: 151%;
  }
  .tablet-l\:p-t--151\% {
    padding-top: -151%;
  }
  .tablet-l\:top-151\% {
    top: 151%;
  }
  .tablet-l\:top--151\% {
    top: -151%;
  }
  .tablet-l\:m-b-151\% {
    margin-bottom: 151%;
  }
  .tablet-l\:m-b--151\% {
    margin-bottom: -151%;
  }
  .tablet-l\:p-b-151\% {
    padding-bottom: 151%;
  }
  .tablet-l\:p-b--151\% {
    padding-bottom: -151%;
  }
  .tablet-l\:bottom-151\% {
    bottom: 151%;
  }
  .tablet-l\:bottom--151\% {
    bottom: -151%;
  }
  .tablet-l\:m-l-151\% {
    margin-left: 151%;
  }
  .tablet-l\:m-l--151\% {
    margin-left: -151%;
  }
  .tablet-l\:p-l-151\% {
    padding-left: 151%;
  }
  .tablet-l\:p-l--151\% {
    padding-left: -151%;
  }
  .tablet-l\:left-151\% {
    left: 151%;
  }
  .tablet-l\:left--151\% {
    left: -151%;
  }
  .tablet-l\:m-r-151\% {
    margin-right: 151%;
  }
  .tablet-l\:m-r--151\% {
    margin-right: -151%;
  }
  .tablet-l\:p-r-151\% {
    padding-right: 151%;
  }
  .tablet-l\:p-r--151\% {
    padding-right: -151%;
  }
  .tablet-l\:right-151\% {
    right: 151%;
  }
  .tablet-l\:right--151\% {
    right: -151%;
  }
  .tablet-l\:h-151\% {
    height: 151%;
  }
  .tablet-l\:w-151\% {
    width: 151%;
  }
  .tablet-l\:max_h-151\% {
    max-height: 151%;
  }
  .tablet-l\:max_w-151\% {
    max-width: 151%;
  }
  .tablet-l\:min_h-151\% {
    min-height: 151%;
  }
  .tablet-l\:min_w-151\% {
    min-width: 151%;
  }
  .tablet-l\:h-151vh {
    height: 151vh;
  }
  .tablet-l\:w-151vw {
    width: 151vw;
  }
  .tablet-l\:min_w-151vw {
    min-width: 151vw;
  }
  .tablet-l\:min_h-151vh {
    min-height: 151vh;
  }
  .tablet-l\:max_w-151vw {
    max-width: 151vw;
  }
  .tablet-l\:max_h-151vh {
    max-height: 151vh;
  }
  .tablet-l\:m-t-152\% {
    margin-top: 152%;
  }
  .tablet-l\:m-t--152\% {
    margin-top: -152%;
  }
  .tablet-l\:p-t-152\% {
    padding-top: 152%;
  }
  .tablet-l\:p-t--152\% {
    padding-top: -152%;
  }
  .tablet-l\:top-152\% {
    top: 152%;
  }
  .tablet-l\:top--152\% {
    top: -152%;
  }
  .tablet-l\:m-b-152\% {
    margin-bottom: 152%;
  }
  .tablet-l\:m-b--152\% {
    margin-bottom: -152%;
  }
  .tablet-l\:p-b-152\% {
    padding-bottom: 152%;
  }
  .tablet-l\:p-b--152\% {
    padding-bottom: -152%;
  }
  .tablet-l\:bottom-152\% {
    bottom: 152%;
  }
  .tablet-l\:bottom--152\% {
    bottom: -152%;
  }
  .tablet-l\:m-l-152\% {
    margin-left: 152%;
  }
  .tablet-l\:m-l--152\% {
    margin-left: -152%;
  }
  .tablet-l\:p-l-152\% {
    padding-left: 152%;
  }
  .tablet-l\:p-l--152\% {
    padding-left: -152%;
  }
  .tablet-l\:left-152\% {
    left: 152%;
  }
  .tablet-l\:left--152\% {
    left: -152%;
  }
  .tablet-l\:m-r-152\% {
    margin-right: 152%;
  }
  .tablet-l\:m-r--152\% {
    margin-right: -152%;
  }
  .tablet-l\:p-r-152\% {
    padding-right: 152%;
  }
  .tablet-l\:p-r--152\% {
    padding-right: -152%;
  }
  .tablet-l\:right-152\% {
    right: 152%;
  }
  .tablet-l\:right--152\% {
    right: -152%;
  }
  .tablet-l\:h-152\% {
    height: 152%;
  }
  .tablet-l\:w-152\% {
    width: 152%;
  }
  .tablet-l\:max_h-152\% {
    max-height: 152%;
  }
  .tablet-l\:max_w-152\% {
    max-width: 152%;
  }
  .tablet-l\:min_h-152\% {
    min-height: 152%;
  }
  .tablet-l\:min_w-152\% {
    min-width: 152%;
  }
  .tablet-l\:h-152vh {
    height: 152vh;
  }
  .tablet-l\:w-152vw {
    width: 152vw;
  }
  .tablet-l\:min_w-152vw {
    min-width: 152vw;
  }
  .tablet-l\:min_h-152vh {
    min-height: 152vh;
  }
  .tablet-l\:max_w-152vw {
    max-width: 152vw;
  }
  .tablet-l\:max_h-152vh {
    max-height: 152vh;
  }
  .tablet-l\:m-t-153\% {
    margin-top: 153%;
  }
  .tablet-l\:m-t--153\% {
    margin-top: -153%;
  }
  .tablet-l\:p-t-153\% {
    padding-top: 153%;
  }
  .tablet-l\:p-t--153\% {
    padding-top: -153%;
  }
  .tablet-l\:top-153\% {
    top: 153%;
  }
  .tablet-l\:top--153\% {
    top: -153%;
  }
  .tablet-l\:m-b-153\% {
    margin-bottom: 153%;
  }
  .tablet-l\:m-b--153\% {
    margin-bottom: -153%;
  }
  .tablet-l\:p-b-153\% {
    padding-bottom: 153%;
  }
  .tablet-l\:p-b--153\% {
    padding-bottom: -153%;
  }
  .tablet-l\:bottom-153\% {
    bottom: 153%;
  }
  .tablet-l\:bottom--153\% {
    bottom: -153%;
  }
  .tablet-l\:m-l-153\% {
    margin-left: 153%;
  }
  .tablet-l\:m-l--153\% {
    margin-left: -153%;
  }
  .tablet-l\:p-l-153\% {
    padding-left: 153%;
  }
  .tablet-l\:p-l--153\% {
    padding-left: -153%;
  }
  .tablet-l\:left-153\% {
    left: 153%;
  }
  .tablet-l\:left--153\% {
    left: -153%;
  }
  .tablet-l\:m-r-153\% {
    margin-right: 153%;
  }
  .tablet-l\:m-r--153\% {
    margin-right: -153%;
  }
  .tablet-l\:p-r-153\% {
    padding-right: 153%;
  }
  .tablet-l\:p-r--153\% {
    padding-right: -153%;
  }
  .tablet-l\:right-153\% {
    right: 153%;
  }
  .tablet-l\:right--153\% {
    right: -153%;
  }
  .tablet-l\:h-153\% {
    height: 153%;
  }
  .tablet-l\:w-153\% {
    width: 153%;
  }
  .tablet-l\:max_h-153\% {
    max-height: 153%;
  }
  .tablet-l\:max_w-153\% {
    max-width: 153%;
  }
  .tablet-l\:min_h-153\% {
    min-height: 153%;
  }
  .tablet-l\:min_w-153\% {
    min-width: 153%;
  }
  .tablet-l\:h-153vh {
    height: 153vh;
  }
  .tablet-l\:w-153vw {
    width: 153vw;
  }
  .tablet-l\:min_w-153vw {
    min-width: 153vw;
  }
  .tablet-l\:min_h-153vh {
    min-height: 153vh;
  }
  .tablet-l\:max_w-153vw {
    max-width: 153vw;
  }
  .tablet-l\:max_h-153vh {
    max-height: 153vh;
  }
  .tablet-l\:m-t-154\% {
    margin-top: 154%;
  }
  .tablet-l\:m-t--154\% {
    margin-top: -154%;
  }
  .tablet-l\:p-t-154\% {
    padding-top: 154%;
  }
  .tablet-l\:p-t--154\% {
    padding-top: -154%;
  }
  .tablet-l\:top-154\% {
    top: 154%;
  }
  .tablet-l\:top--154\% {
    top: -154%;
  }
  .tablet-l\:m-b-154\% {
    margin-bottom: 154%;
  }
  .tablet-l\:m-b--154\% {
    margin-bottom: -154%;
  }
  .tablet-l\:p-b-154\% {
    padding-bottom: 154%;
  }
  .tablet-l\:p-b--154\% {
    padding-bottom: -154%;
  }
  .tablet-l\:bottom-154\% {
    bottom: 154%;
  }
  .tablet-l\:bottom--154\% {
    bottom: -154%;
  }
  .tablet-l\:m-l-154\% {
    margin-left: 154%;
  }
  .tablet-l\:m-l--154\% {
    margin-left: -154%;
  }
  .tablet-l\:p-l-154\% {
    padding-left: 154%;
  }
  .tablet-l\:p-l--154\% {
    padding-left: -154%;
  }
  .tablet-l\:left-154\% {
    left: 154%;
  }
  .tablet-l\:left--154\% {
    left: -154%;
  }
  .tablet-l\:m-r-154\% {
    margin-right: 154%;
  }
  .tablet-l\:m-r--154\% {
    margin-right: -154%;
  }
  .tablet-l\:p-r-154\% {
    padding-right: 154%;
  }
  .tablet-l\:p-r--154\% {
    padding-right: -154%;
  }
  .tablet-l\:right-154\% {
    right: 154%;
  }
  .tablet-l\:right--154\% {
    right: -154%;
  }
  .tablet-l\:h-154\% {
    height: 154%;
  }
  .tablet-l\:w-154\% {
    width: 154%;
  }
  .tablet-l\:max_h-154\% {
    max-height: 154%;
  }
  .tablet-l\:max_w-154\% {
    max-width: 154%;
  }
  .tablet-l\:min_h-154\% {
    min-height: 154%;
  }
  .tablet-l\:min_w-154\% {
    min-width: 154%;
  }
  .tablet-l\:h-154vh {
    height: 154vh;
  }
  .tablet-l\:w-154vw {
    width: 154vw;
  }
  .tablet-l\:min_w-154vw {
    min-width: 154vw;
  }
  .tablet-l\:min_h-154vh {
    min-height: 154vh;
  }
  .tablet-l\:max_w-154vw {
    max-width: 154vw;
  }
  .tablet-l\:max_h-154vh {
    max-height: 154vh;
  }
  .tablet-l\:m-t-155\% {
    margin-top: 155%;
  }
  .tablet-l\:m-t--155\% {
    margin-top: -155%;
  }
  .tablet-l\:p-t-155\% {
    padding-top: 155%;
  }
  .tablet-l\:p-t--155\% {
    padding-top: -155%;
  }
  .tablet-l\:top-155\% {
    top: 155%;
  }
  .tablet-l\:top--155\% {
    top: -155%;
  }
  .tablet-l\:m-b-155\% {
    margin-bottom: 155%;
  }
  .tablet-l\:m-b--155\% {
    margin-bottom: -155%;
  }
  .tablet-l\:p-b-155\% {
    padding-bottom: 155%;
  }
  .tablet-l\:p-b--155\% {
    padding-bottom: -155%;
  }
  .tablet-l\:bottom-155\% {
    bottom: 155%;
  }
  .tablet-l\:bottom--155\% {
    bottom: -155%;
  }
  .tablet-l\:m-l-155\% {
    margin-left: 155%;
  }
  .tablet-l\:m-l--155\% {
    margin-left: -155%;
  }
  .tablet-l\:p-l-155\% {
    padding-left: 155%;
  }
  .tablet-l\:p-l--155\% {
    padding-left: -155%;
  }
  .tablet-l\:left-155\% {
    left: 155%;
  }
  .tablet-l\:left--155\% {
    left: -155%;
  }
  .tablet-l\:m-r-155\% {
    margin-right: 155%;
  }
  .tablet-l\:m-r--155\% {
    margin-right: -155%;
  }
  .tablet-l\:p-r-155\% {
    padding-right: 155%;
  }
  .tablet-l\:p-r--155\% {
    padding-right: -155%;
  }
  .tablet-l\:right-155\% {
    right: 155%;
  }
  .tablet-l\:right--155\% {
    right: -155%;
  }
  .tablet-l\:h-155\% {
    height: 155%;
  }
  .tablet-l\:w-155\% {
    width: 155%;
  }
  .tablet-l\:max_h-155\% {
    max-height: 155%;
  }
  .tablet-l\:max_w-155\% {
    max-width: 155%;
  }
  .tablet-l\:min_h-155\% {
    min-height: 155%;
  }
  .tablet-l\:min_w-155\% {
    min-width: 155%;
  }
  .tablet-l\:h-155vh {
    height: 155vh;
  }
  .tablet-l\:w-155vw {
    width: 155vw;
  }
  .tablet-l\:min_w-155vw {
    min-width: 155vw;
  }
  .tablet-l\:min_h-155vh {
    min-height: 155vh;
  }
  .tablet-l\:max_w-155vw {
    max-width: 155vw;
  }
  .tablet-l\:max_h-155vh {
    max-height: 155vh;
  }
  .tablet-l\:m-t-156\% {
    margin-top: 156%;
  }
  .tablet-l\:m-t--156\% {
    margin-top: -156%;
  }
  .tablet-l\:p-t-156\% {
    padding-top: 156%;
  }
  .tablet-l\:p-t--156\% {
    padding-top: -156%;
  }
  .tablet-l\:top-156\% {
    top: 156%;
  }
  .tablet-l\:top--156\% {
    top: -156%;
  }
  .tablet-l\:m-b-156\% {
    margin-bottom: 156%;
  }
  .tablet-l\:m-b--156\% {
    margin-bottom: -156%;
  }
  .tablet-l\:p-b-156\% {
    padding-bottom: 156%;
  }
  .tablet-l\:p-b--156\% {
    padding-bottom: -156%;
  }
  .tablet-l\:bottom-156\% {
    bottom: 156%;
  }
  .tablet-l\:bottom--156\% {
    bottom: -156%;
  }
  .tablet-l\:m-l-156\% {
    margin-left: 156%;
  }
  .tablet-l\:m-l--156\% {
    margin-left: -156%;
  }
  .tablet-l\:p-l-156\% {
    padding-left: 156%;
  }
  .tablet-l\:p-l--156\% {
    padding-left: -156%;
  }
  .tablet-l\:left-156\% {
    left: 156%;
  }
  .tablet-l\:left--156\% {
    left: -156%;
  }
  .tablet-l\:m-r-156\% {
    margin-right: 156%;
  }
  .tablet-l\:m-r--156\% {
    margin-right: -156%;
  }
  .tablet-l\:p-r-156\% {
    padding-right: 156%;
  }
  .tablet-l\:p-r--156\% {
    padding-right: -156%;
  }
  .tablet-l\:right-156\% {
    right: 156%;
  }
  .tablet-l\:right--156\% {
    right: -156%;
  }
  .tablet-l\:h-156\% {
    height: 156%;
  }
  .tablet-l\:w-156\% {
    width: 156%;
  }
  .tablet-l\:max_h-156\% {
    max-height: 156%;
  }
  .tablet-l\:max_w-156\% {
    max-width: 156%;
  }
  .tablet-l\:min_h-156\% {
    min-height: 156%;
  }
  .tablet-l\:min_w-156\% {
    min-width: 156%;
  }
  .tablet-l\:h-156vh {
    height: 156vh;
  }
  .tablet-l\:w-156vw {
    width: 156vw;
  }
  .tablet-l\:min_w-156vw {
    min-width: 156vw;
  }
  .tablet-l\:min_h-156vh {
    min-height: 156vh;
  }
  .tablet-l\:max_w-156vw {
    max-width: 156vw;
  }
  .tablet-l\:max_h-156vh {
    max-height: 156vh;
  }
  .tablet-l\:m-t-157\% {
    margin-top: 157%;
  }
  .tablet-l\:m-t--157\% {
    margin-top: -157%;
  }
  .tablet-l\:p-t-157\% {
    padding-top: 157%;
  }
  .tablet-l\:p-t--157\% {
    padding-top: -157%;
  }
  .tablet-l\:top-157\% {
    top: 157%;
  }
  .tablet-l\:top--157\% {
    top: -157%;
  }
  .tablet-l\:m-b-157\% {
    margin-bottom: 157%;
  }
  .tablet-l\:m-b--157\% {
    margin-bottom: -157%;
  }
  .tablet-l\:p-b-157\% {
    padding-bottom: 157%;
  }
  .tablet-l\:p-b--157\% {
    padding-bottom: -157%;
  }
  .tablet-l\:bottom-157\% {
    bottom: 157%;
  }
  .tablet-l\:bottom--157\% {
    bottom: -157%;
  }
  .tablet-l\:m-l-157\% {
    margin-left: 157%;
  }
  .tablet-l\:m-l--157\% {
    margin-left: -157%;
  }
  .tablet-l\:p-l-157\% {
    padding-left: 157%;
  }
  .tablet-l\:p-l--157\% {
    padding-left: -157%;
  }
  .tablet-l\:left-157\% {
    left: 157%;
  }
  .tablet-l\:left--157\% {
    left: -157%;
  }
  .tablet-l\:m-r-157\% {
    margin-right: 157%;
  }
  .tablet-l\:m-r--157\% {
    margin-right: -157%;
  }
  .tablet-l\:p-r-157\% {
    padding-right: 157%;
  }
  .tablet-l\:p-r--157\% {
    padding-right: -157%;
  }
  .tablet-l\:right-157\% {
    right: 157%;
  }
  .tablet-l\:right--157\% {
    right: -157%;
  }
  .tablet-l\:h-157\% {
    height: 157%;
  }
  .tablet-l\:w-157\% {
    width: 157%;
  }
  .tablet-l\:max_h-157\% {
    max-height: 157%;
  }
  .tablet-l\:max_w-157\% {
    max-width: 157%;
  }
  .tablet-l\:min_h-157\% {
    min-height: 157%;
  }
  .tablet-l\:min_w-157\% {
    min-width: 157%;
  }
  .tablet-l\:h-157vh {
    height: 157vh;
  }
  .tablet-l\:w-157vw {
    width: 157vw;
  }
  .tablet-l\:min_w-157vw {
    min-width: 157vw;
  }
  .tablet-l\:min_h-157vh {
    min-height: 157vh;
  }
  .tablet-l\:max_w-157vw {
    max-width: 157vw;
  }
  .tablet-l\:max_h-157vh {
    max-height: 157vh;
  }
  .tablet-l\:m-t-158\% {
    margin-top: 158%;
  }
  .tablet-l\:m-t--158\% {
    margin-top: -158%;
  }
  .tablet-l\:p-t-158\% {
    padding-top: 158%;
  }
  .tablet-l\:p-t--158\% {
    padding-top: -158%;
  }
  .tablet-l\:top-158\% {
    top: 158%;
  }
  .tablet-l\:top--158\% {
    top: -158%;
  }
  .tablet-l\:m-b-158\% {
    margin-bottom: 158%;
  }
  .tablet-l\:m-b--158\% {
    margin-bottom: -158%;
  }
  .tablet-l\:p-b-158\% {
    padding-bottom: 158%;
  }
  .tablet-l\:p-b--158\% {
    padding-bottom: -158%;
  }
  .tablet-l\:bottom-158\% {
    bottom: 158%;
  }
  .tablet-l\:bottom--158\% {
    bottom: -158%;
  }
  .tablet-l\:m-l-158\% {
    margin-left: 158%;
  }
  .tablet-l\:m-l--158\% {
    margin-left: -158%;
  }
  .tablet-l\:p-l-158\% {
    padding-left: 158%;
  }
  .tablet-l\:p-l--158\% {
    padding-left: -158%;
  }
  .tablet-l\:left-158\% {
    left: 158%;
  }
  .tablet-l\:left--158\% {
    left: -158%;
  }
  .tablet-l\:m-r-158\% {
    margin-right: 158%;
  }
  .tablet-l\:m-r--158\% {
    margin-right: -158%;
  }
  .tablet-l\:p-r-158\% {
    padding-right: 158%;
  }
  .tablet-l\:p-r--158\% {
    padding-right: -158%;
  }
  .tablet-l\:right-158\% {
    right: 158%;
  }
  .tablet-l\:right--158\% {
    right: -158%;
  }
  .tablet-l\:h-158\% {
    height: 158%;
  }
  .tablet-l\:w-158\% {
    width: 158%;
  }
  .tablet-l\:max_h-158\% {
    max-height: 158%;
  }
  .tablet-l\:max_w-158\% {
    max-width: 158%;
  }
  .tablet-l\:min_h-158\% {
    min-height: 158%;
  }
  .tablet-l\:min_w-158\% {
    min-width: 158%;
  }
  .tablet-l\:h-158vh {
    height: 158vh;
  }
  .tablet-l\:w-158vw {
    width: 158vw;
  }
  .tablet-l\:min_w-158vw {
    min-width: 158vw;
  }
  .tablet-l\:min_h-158vh {
    min-height: 158vh;
  }
  .tablet-l\:max_w-158vw {
    max-width: 158vw;
  }
  .tablet-l\:max_h-158vh {
    max-height: 158vh;
  }
  .tablet-l\:m-t-159\% {
    margin-top: 159%;
  }
  .tablet-l\:m-t--159\% {
    margin-top: -159%;
  }
  .tablet-l\:p-t-159\% {
    padding-top: 159%;
  }
  .tablet-l\:p-t--159\% {
    padding-top: -159%;
  }
  .tablet-l\:top-159\% {
    top: 159%;
  }
  .tablet-l\:top--159\% {
    top: -159%;
  }
  .tablet-l\:m-b-159\% {
    margin-bottom: 159%;
  }
  .tablet-l\:m-b--159\% {
    margin-bottom: -159%;
  }
  .tablet-l\:p-b-159\% {
    padding-bottom: 159%;
  }
  .tablet-l\:p-b--159\% {
    padding-bottom: -159%;
  }
  .tablet-l\:bottom-159\% {
    bottom: 159%;
  }
  .tablet-l\:bottom--159\% {
    bottom: -159%;
  }
  .tablet-l\:m-l-159\% {
    margin-left: 159%;
  }
  .tablet-l\:m-l--159\% {
    margin-left: -159%;
  }
  .tablet-l\:p-l-159\% {
    padding-left: 159%;
  }
  .tablet-l\:p-l--159\% {
    padding-left: -159%;
  }
  .tablet-l\:left-159\% {
    left: 159%;
  }
  .tablet-l\:left--159\% {
    left: -159%;
  }
  .tablet-l\:m-r-159\% {
    margin-right: 159%;
  }
  .tablet-l\:m-r--159\% {
    margin-right: -159%;
  }
  .tablet-l\:p-r-159\% {
    padding-right: 159%;
  }
  .tablet-l\:p-r--159\% {
    padding-right: -159%;
  }
  .tablet-l\:right-159\% {
    right: 159%;
  }
  .tablet-l\:right--159\% {
    right: -159%;
  }
  .tablet-l\:h-159\% {
    height: 159%;
  }
  .tablet-l\:w-159\% {
    width: 159%;
  }
  .tablet-l\:max_h-159\% {
    max-height: 159%;
  }
  .tablet-l\:max_w-159\% {
    max-width: 159%;
  }
  .tablet-l\:min_h-159\% {
    min-height: 159%;
  }
  .tablet-l\:min_w-159\% {
    min-width: 159%;
  }
  .tablet-l\:h-159vh {
    height: 159vh;
  }
  .tablet-l\:w-159vw {
    width: 159vw;
  }
  .tablet-l\:min_w-159vw {
    min-width: 159vw;
  }
  .tablet-l\:min_h-159vh {
    min-height: 159vh;
  }
  .tablet-l\:max_w-159vw {
    max-width: 159vw;
  }
  .tablet-l\:max_h-159vh {
    max-height: 159vh;
  }
  .tablet-l\:m-t-160\% {
    margin-top: 160%;
  }
  .tablet-l\:m-t--160\% {
    margin-top: -160%;
  }
  .tablet-l\:p-t-160\% {
    padding-top: 160%;
  }
  .tablet-l\:p-t--160\% {
    padding-top: -160%;
  }
  .tablet-l\:top-160\% {
    top: 160%;
  }
  .tablet-l\:top--160\% {
    top: -160%;
  }
  .tablet-l\:m-b-160\% {
    margin-bottom: 160%;
  }
  .tablet-l\:m-b--160\% {
    margin-bottom: -160%;
  }
  .tablet-l\:p-b-160\% {
    padding-bottom: 160%;
  }
  .tablet-l\:p-b--160\% {
    padding-bottom: -160%;
  }
  .tablet-l\:bottom-160\% {
    bottom: 160%;
  }
  .tablet-l\:bottom--160\% {
    bottom: -160%;
  }
  .tablet-l\:m-l-160\% {
    margin-left: 160%;
  }
  .tablet-l\:m-l--160\% {
    margin-left: -160%;
  }
  .tablet-l\:p-l-160\% {
    padding-left: 160%;
  }
  .tablet-l\:p-l--160\% {
    padding-left: -160%;
  }
  .tablet-l\:left-160\% {
    left: 160%;
  }
  .tablet-l\:left--160\% {
    left: -160%;
  }
  .tablet-l\:m-r-160\% {
    margin-right: 160%;
  }
  .tablet-l\:m-r--160\% {
    margin-right: -160%;
  }
  .tablet-l\:p-r-160\% {
    padding-right: 160%;
  }
  .tablet-l\:p-r--160\% {
    padding-right: -160%;
  }
  .tablet-l\:right-160\% {
    right: 160%;
  }
  .tablet-l\:right--160\% {
    right: -160%;
  }
  .tablet-l\:h-160\% {
    height: 160%;
  }
  .tablet-l\:w-160\% {
    width: 160%;
  }
  .tablet-l\:max_h-160\% {
    max-height: 160%;
  }
  .tablet-l\:max_w-160\% {
    max-width: 160%;
  }
  .tablet-l\:min_h-160\% {
    min-height: 160%;
  }
  .tablet-l\:min_w-160\% {
    min-width: 160%;
  }
  .tablet-l\:h-160vh {
    height: 160vh;
  }
  .tablet-l\:w-160vw {
    width: 160vw;
  }
  .tablet-l\:min_w-160vw {
    min-width: 160vw;
  }
  .tablet-l\:min_h-160vh {
    min-height: 160vh;
  }
  .tablet-l\:max_w-160vw {
    max-width: 160vw;
  }
  .tablet-l\:max_h-160vh {
    max-height: 160vh;
  }
  .tablet-l\:m-t-161\% {
    margin-top: 161%;
  }
  .tablet-l\:m-t--161\% {
    margin-top: -161%;
  }
  .tablet-l\:p-t-161\% {
    padding-top: 161%;
  }
  .tablet-l\:p-t--161\% {
    padding-top: -161%;
  }
  .tablet-l\:top-161\% {
    top: 161%;
  }
  .tablet-l\:top--161\% {
    top: -161%;
  }
  .tablet-l\:m-b-161\% {
    margin-bottom: 161%;
  }
  .tablet-l\:m-b--161\% {
    margin-bottom: -161%;
  }
  .tablet-l\:p-b-161\% {
    padding-bottom: 161%;
  }
  .tablet-l\:p-b--161\% {
    padding-bottom: -161%;
  }
  .tablet-l\:bottom-161\% {
    bottom: 161%;
  }
  .tablet-l\:bottom--161\% {
    bottom: -161%;
  }
  .tablet-l\:m-l-161\% {
    margin-left: 161%;
  }
  .tablet-l\:m-l--161\% {
    margin-left: -161%;
  }
  .tablet-l\:p-l-161\% {
    padding-left: 161%;
  }
  .tablet-l\:p-l--161\% {
    padding-left: -161%;
  }
  .tablet-l\:left-161\% {
    left: 161%;
  }
  .tablet-l\:left--161\% {
    left: -161%;
  }
  .tablet-l\:m-r-161\% {
    margin-right: 161%;
  }
  .tablet-l\:m-r--161\% {
    margin-right: -161%;
  }
  .tablet-l\:p-r-161\% {
    padding-right: 161%;
  }
  .tablet-l\:p-r--161\% {
    padding-right: -161%;
  }
  .tablet-l\:right-161\% {
    right: 161%;
  }
  .tablet-l\:right--161\% {
    right: -161%;
  }
  .tablet-l\:h-161\% {
    height: 161%;
  }
  .tablet-l\:w-161\% {
    width: 161%;
  }
  .tablet-l\:max_h-161\% {
    max-height: 161%;
  }
  .tablet-l\:max_w-161\% {
    max-width: 161%;
  }
  .tablet-l\:min_h-161\% {
    min-height: 161%;
  }
  .tablet-l\:min_w-161\% {
    min-width: 161%;
  }
  .tablet-l\:h-161vh {
    height: 161vh;
  }
  .tablet-l\:w-161vw {
    width: 161vw;
  }
  .tablet-l\:min_w-161vw {
    min-width: 161vw;
  }
  .tablet-l\:min_h-161vh {
    min-height: 161vh;
  }
  .tablet-l\:max_w-161vw {
    max-width: 161vw;
  }
  .tablet-l\:max_h-161vh {
    max-height: 161vh;
  }
  .tablet-l\:m-t-162\% {
    margin-top: 162%;
  }
  .tablet-l\:m-t--162\% {
    margin-top: -162%;
  }
  .tablet-l\:p-t-162\% {
    padding-top: 162%;
  }
  .tablet-l\:p-t--162\% {
    padding-top: -162%;
  }
  .tablet-l\:top-162\% {
    top: 162%;
  }
  .tablet-l\:top--162\% {
    top: -162%;
  }
  .tablet-l\:m-b-162\% {
    margin-bottom: 162%;
  }
  .tablet-l\:m-b--162\% {
    margin-bottom: -162%;
  }
  .tablet-l\:p-b-162\% {
    padding-bottom: 162%;
  }
  .tablet-l\:p-b--162\% {
    padding-bottom: -162%;
  }
  .tablet-l\:bottom-162\% {
    bottom: 162%;
  }
  .tablet-l\:bottom--162\% {
    bottom: -162%;
  }
  .tablet-l\:m-l-162\% {
    margin-left: 162%;
  }
  .tablet-l\:m-l--162\% {
    margin-left: -162%;
  }
  .tablet-l\:p-l-162\% {
    padding-left: 162%;
  }
  .tablet-l\:p-l--162\% {
    padding-left: -162%;
  }
  .tablet-l\:left-162\% {
    left: 162%;
  }
  .tablet-l\:left--162\% {
    left: -162%;
  }
  .tablet-l\:m-r-162\% {
    margin-right: 162%;
  }
  .tablet-l\:m-r--162\% {
    margin-right: -162%;
  }
  .tablet-l\:p-r-162\% {
    padding-right: 162%;
  }
  .tablet-l\:p-r--162\% {
    padding-right: -162%;
  }
  .tablet-l\:right-162\% {
    right: 162%;
  }
  .tablet-l\:right--162\% {
    right: -162%;
  }
  .tablet-l\:h-162\% {
    height: 162%;
  }
  .tablet-l\:w-162\% {
    width: 162%;
  }
  .tablet-l\:max_h-162\% {
    max-height: 162%;
  }
  .tablet-l\:max_w-162\% {
    max-width: 162%;
  }
  .tablet-l\:min_h-162\% {
    min-height: 162%;
  }
  .tablet-l\:min_w-162\% {
    min-width: 162%;
  }
  .tablet-l\:h-162vh {
    height: 162vh;
  }
  .tablet-l\:w-162vw {
    width: 162vw;
  }
  .tablet-l\:min_w-162vw {
    min-width: 162vw;
  }
  .tablet-l\:min_h-162vh {
    min-height: 162vh;
  }
  .tablet-l\:max_w-162vw {
    max-width: 162vw;
  }
  .tablet-l\:max_h-162vh {
    max-height: 162vh;
  }
  .tablet-l\:m-t-163\% {
    margin-top: 163%;
  }
  .tablet-l\:m-t--163\% {
    margin-top: -163%;
  }
  .tablet-l\:p-t-163\% {
    padding-top: 163%;
  }
  .tablet-l\:p-t--163\% {
    padding-top: -163%;
  }
  .tablet-l\:top-163\% {
    top: 163%;
  }
  .tablet-l\:top--163\% {
    top: -163%;
  }
  .tablet-l\:m-b-163\% {
    margin-bottom: 163%;
  }
  .tablet-l\:m-b--163\% {
    margin-bottom: -163%;
  }
  .tablet-l\:p-b-163\% {
    padding-bottom: 163%;
  }
  .tablet-l\:p-b--163\% {
    padding-bottom: -163%;
  }
  .tablet-l\:bottom-163\% {
    bottom: 163%;
  }
  .tablet-l\:bottom--163\% {
    bottom: -163%;
  }
  .tablet-l\:m-l-163\% {
    margin-left: 163%;
  }
  .tablet-l\:m-l--163\% {
    margin-left: -163%;
  }
  .tablet-l\:p-l-163\% {
    padding-left: 163%;
  }
  .tablet-l\:p-l--163\% {
    padding-left: -163%;
  }
  .tablet-l\:left-163\% {
    left: 163%;
  }
  .tablet-l\:left--163\% {
    left: -163%;
  }
  .tablet-l\:m-r-163\% {
    margin-right: 163%;
  }
  .tablet-l\:m-r--163\% {
    margin-right: -163%;
  }
  .tablet-l\:p-r-163\% {
    padding-right: 163%;
  }
  .tablet-l\:p-r--163\% {
    padding-right: -163%;
  }
  .tablet-l\:right-163\% {
    right: 163%;
  }
  .tablet-l\:right--163\% {
    right: -163%;
  }
  .tablet-l\:h-163\% {
    height: 163%;
  }
  .tablet-l\:w-163\% {
    width: 163%;
  }
  .tablet-l\:max_h-163\% {
    max-height: 163%;
  }
  .tablet-l\:max_w-163\% {
    max-width: 163%;
  }
  .tablet-l\:min_h-163\% {
    min-height: 163%;
  }
  .tablet-l\:min_w-163\% {
    min-width: 163%;
  }
  .tablet-l\:h-163vh {
    height: 163vh;
  }
  .tablet-l\:w-163vw {
    width: 163vw;
  }
  .tablet-l\:min_w-163vw {
    min-width: 163vw;
  }
  .tablet-l\:min_h-163vh {
    min-height: 163vh;
  }
  .tablet-l\:max_w-163vw {
    max-width: 163vw;
  }
  .tablet-l\:max_h-163vh {
    max-height: 163vh;
  }
  .tablet-l\:m-t-164\% {
    margin-top: 164%;
  }
  .tablet-l\:m-t--164\% {
    margin-top: -164%;
  }
  .tablet-l\:p-t-164\% {
    padding-top: 164%;
  }
  .tablet-l\:p-t--164\% {
    padding-top: -164%;
  }
  .tablet-l\:top-164\% {
    top: 164%;
  }
  .tablet-l\:top--164\% {
    top: -164%;
  }
  .tablet-l\:m-b-164\% {
    margin-bottom: 164%;
  }
  .tablet-l\:m-b--164\% {
    margin-bottom: -164%;
  }
  .tablet-l\:p-b-164\% {
    padding-bottom: 164%;
  }
  .tablet-l\:p-b--164\% {
    padding-bottom: -164%;
  }
  .tablet-l\:bottom-164\% {
    bottom: 164%;
  }
  .tablet-l\:bottom--164\% {
    bottom: -164%;
  }
  .tablet-l\:m-l-164\% {
    margin-left: 164%;
  }
  .tablet-l\:m-l--164\% {
    margin-left: -164%;
  }
  .tablet-l\:p-l-164\% {
    padding-left: 164%;
  }
  .tablet-l\:p-l--164\% {
    padding-left: -164%;
  }
  .tablet-l\:left-164\% {
    left: 164%;
  }
  .tablet-l\:left--164\% {
    left: -164%;
  }
  .tablet-l\:m-r-164\% {
    margin-right: 164%;
  }
  .tablet-l\:m-r--164\% {
    margin-right: -164%;
  }
  .tablet-l\:p-r-164\% {
    padding-right: 164%;
  }
  .tablet-l\:p-r--164\% {
    padding-right: -164%;
  }
  .tablet-l\:right-164\% {
    right: 164%;
  }
  .tablet-l\:right--164\% {
    right: -164%;
  }
  .tablet-l\:h-164\% {
    height: 164%;
  }
  .tablet-l\:w-164\% {
    width: 164%;
  }
  .tablet-l\:max_h-164\% {
    max-height: 164%;
  }
  .tablet-l\:max_w-164\% {
    max-width: 164%;
  }
  .tablet-l\:min_h-164\% {
    min-height: 164%;
  }
  .tablet-l\:min_w-164\% {
    min-width: 164%;
  }
  .tablet-l\:h-164vh {
    height: 164vh;
  }
  .tablet-l\:w-164vw {
    width: 164vw;
  }
  .tablet-l\:min_w-164vw {
    min-width: 164vw;
  }
  .tablet-l\:min_h-164vh {
    min-height: 164vh;
  }
  .tablet-l\:max_w-164vw {
    max-width: 164vw;
  }
  .tablet-l\:max_h-164vh {
    max-height: 164vh;
  }
  .tablet-l\:m-t-165\% {
    margin-top: 165%;
  }
  .tablet-l\:m-t--165\% {
    margin-top: -165%;
  }
  .tablet-l\:p-t-165\% {
    padding-top: 165%;
  }
  .tablet-l\:p-t--165\% {
    padding-top: -165%;
  }
  .tablet-l\:top-165\% {
    top: 165%;
  }
  .tablet-l\:top--165\% {
    top: -165%;
  }
  .tablet-l\:m-b-165\% {
    margin-bottom: 165%;
  }
  .tablet-l\:m-b--165\% {
    margin-bottom: -165%;
  }
  .tablet-l\:p-b-165\% {
    padding-bottom: 165%;
  }
  .tablet-l\:p-b--165\% {
    padding-bottom: -165%;
  }
  .tablet-l\:bottom-165\% {
    bottom: 165%;
  }
  .tablet-l\:bottom--165\% {
    bottom: -165%;
  }
  .tablet-l\:m-l-165\% {
    margin-left: 165%;
  }
  .tablet-l\:m-l--165\% {
    margin-left: -165%;
  }
  .tablet-l\:p-l-165\% {
    padding-left: 165%;
  }
  .tablet-l\:p-l--165\% {
    padding-left: -165%;
  }
  .tablet-l\:left-165\% {
    left: 165%;
  }
  .tablet-l\:left--165\% {
    left: -165%;
  }
  .tablet-l\:m-r-165\% {
    margin-right: 165%;
  }
  .tablet-l\:m-r--165\% {
    margin-right: -165%;
  }
  .tablet-l\:p-r-165\% {
    padding-right: 165%;
  }
  .tablet-l\:p-r--165\% {
    padding-right: -165%;
  }
  .tablet-l\:right-165\% {
    right: 165%;
  }
  .tablet-l\:right--165\% {
    right: -165%;
  }
  .tablet-l\:h-165\% {
    height: 165%;
  }
  .tablet-l\:w-165\% {
    width: 165%;
  }
  .tablet-l\:max_h-165\% {
    max-height: 165%;
  }
  .tablet-l\:max_w-165\% {
    max-width: 165%;
  }
  .tablet-l\:min_h-165\% {
    min-height: 165%;
  }
  .tablet-l\:min_w-165\% {
    min-width: 165%;
  }
  .tablet-l\:h-165vh {
    height: 165vh;
  }
  .tablet-l\:w-165vw {
    width: 165vw;
  }
  .tablet-l\:min_w-165vw {
    min-width: 165vw;
  }
  .tablet-l\:min_h-165vh {
    min-height: 165vh;
  }
  .tablet-l\:max_w-165vw {
    max-width: 165vw;
  }
  .tablet-l\:max_h-165vh {
    max-height: 165vh;
  }
  .tablet-l\:m-t-166\% {
    margin-top: 166%;
  }
  .tablet-l\:m-t--166\% {
    margin-top: -166%;
  }
  .tablet-l\:p-t-166\% {
    padding-top: 166%;
  }
  .tablet-l\:p-t--166\% {
    padding-top: -166%;
  }
  .tablet-l\:top-166\% {
    top: 166%;
  }
  .tablet-l\:top--166\% {
    top: -166%;
  }
  .tablet-l\:m-b-166\% {
    margin-bottom: 166%;
  }
  .tablet-l\:m-b--166\% {
    margin-bottom: -166%;
  }
  .tablet-l\:p-b-166\% {
    padding-bottom: 166%;
  }
  .tablet-l\:p-b--166\% {
    padding-bottom: -166%;
  }
  .tablet-l\:bottom-166\% {
    bottom: 166%;
  }
  .tablet-l\:bottom--166\% {
    bottom: -166%;
  }
  .tablet-l\:m-l-166\% {
    margin-left: 166%;
  }
  .tablet-l\:m-l--166\% {
    margin-left: -166%;
  }
  .tablet-l\:p-l-166\% {
    padding-left: 166%;
  }
  .tablet-l\:p-l--166\% {
    padding-left: -166%;
  }
  .tablet-l\:left-166\% {
    left: 166%;
  }
  .tablet-l\:left--166\% {
    left: -166%;
  }
  .tablet-l\:m-r-166\% {
    margin-right: 166%;
  }
  .tablet-l\:m-r--166\% {
    margin-right: -166%;
  }
  .tablet-l\:p-r-166\% {
    padding-right: 166%;
  }
  .tablet-l\:p-r--166\% {
    padding-right: -166%;
  }
  .tablet-l\:right-166\% {
    right: 166%;
  }
  .tablet-l\:right--166\% {
    right: -166%;
  }
  .tablet-l\:h-166\% {
    height: 166%;
  }
  .tablet-l\:w-166\% {
    width: 166%;
  }
  .tablet-l\:max_h-166\% {
    max-height: 166%;
  }
  .tablet-l\:max_w-166\% {
    max-width: 166%;
  }
  .tablet-l\:min_h-166\% {
    min-height: 166%;
  }
  .tablet-l\:min_w-166\% {
    min-width: 166%;
  }
  .tablet-l\:h-166vh {
    height: 166vh;
  }
  .tablet-l\:w-166vw {
    width: 166vw;
  }
  .tablet-l\:min_w-166vw {
    min-width: 166vw;
  }
  .tablet-l\:min_h-166vh {
    min-height: 166vh;
  }
  .tablet-l\:max_w-166vw {
    max-width: 166vw;
  }
  .tablet-l\:max_h-166vh {
    max-height: 166vh;
  }
  .tablet-l\:m-t-167\% {
    margin-top: 167%;
  }
  .tablet-l\:m-t--167\% {
    margin-top: -167%;
  }
  .tablet-l\:p-t-167\% {
    padding-top: 167%;
  }
  .tablet-l\:p-t--167\% {
    padding-top: -167%;
  }
  .tablet-l\:top-167\% {
    top: 167%;
  }
  .tablet-l\:top--167\% {
    top: -167%;
  }
  .tablet-l\:m-b-167\% {
    margin-bottom: 167%;
  }
  .tablet-l\:m-b--167\% {
    margin-bottom: -167%;
  }
  .tablet-l\:p-b-167\% {
    padding-bottom: 167%;
  }
  .tablet-l\:p-b--167\% {
    padding-bottom: -167%;
  }
  .tablet-l\:bottom-167\% {
    bottom: 167%;
  }
  .tablet-l\:bottom--167\% {
    bottom: -167%;
  }
  .tablet-l\:m-l-167\% {
    margin-left: 167%;
  }
  .tablet-l\:m-l--167\% {
    margin-left: -167%;
  }
  .tablet-l\:p-l-167\% {
    padding-left: 167%;
  }
  .tablet-l\:p-l--167\% {
    padding-left: -167%;
  }
  .tablet-l\:left-167\% {
    left: 167%;
  }
  .tablet-l\:left--167\% {
    left: -167%;
  }
  .tablet-l\:m-r-167\% {
    margin-right: 167%;
  }
  .tablet-l\:m-r--167\% {
    margin-right: -167%;
  }
  .tablet-l\:p-r-167\% {
    padding-right: 167%;
  }
  .tablet-l\:p-r--167\% {
    padding-right: -167%;
  }
  .tablet-l\:right-167\% {
    right: 167%;
  }
  .tablet-l\:right--167\% {
    right: -167%;
  }
  .tablet-l\:h-167\% {
    height: 167%;
  }
  .tablet-l\:w-167\% {
    width: 167%;
  }
  .tablet-l\:max_h-167\% {
    max-height: 167%;
  }
  .tablet-l\:max_w-167\% {
    max-width: 167%;
  }
  .tablet-l\:min_h-167\% {
    min-height: 167%;
  }
  .tablet-l\:min_w-167\% {
    min-width: 167%;
  }
  .tablet-l\:h-167vh {
    height: 167vh;
  }
  .tablet-l\:w-167vw {
    width: 167vw;
  }
  .tablet-l\:min_w-167vw {
    min-width: 167vw;
  }
  .tablet-l\:min_h-167vh {
    min-height: 167vh;
  }
  .tablet-l\:max_w-167vw {
    max-width: 167vw;
  }
  .tablet-l\:max_h-167vh {
    max-height: 167vh;
  }
  .tablet-l\:m-t-168\% {
    margin-top: 168%;
  }
  .tablet-l\:m-t--168\% {
    margin-top: -168%;
  }
  .tablet-l\:p-t-168\% {
    padding-top: 168%;
  }
  .tablet-l\:p-t--168\% {
    padding-top: -168%;
  }
  .tablet-l\:top-168\% {
    top: 168%;
  }
  .tablet-l\:top--168\% {
    top: -168%;
  }
  .tablet-l\:m-b-168\% {
    margin-bottom: 168%;
  }
  .tablet-l\:m-b--168\% {
    margin-bottom: -168%;
  }
  .tablet-l\:p-b-168\% {
    padding-bottom: 168%;
  }
  .tablet-l\:p-b--168\% {
    padding-bottom: -168%;
  }
  .tablet-l\:bottom-168\% {
    bottom: 168%;
  }
  .tablet-l\:bottom--168\% {
    bottom: -168%;
  }
  .tablet-l\:m-l-168\% {
    margin-left: 168%;
  }
  .tablet-l\:m-l--168\% {
    margin-left: -168%;
  }
  .tablet-l\:p-l-168\% {
    padding-left: 168%;
  }
  .tablet-l\:p-l--168\% {
    padding-left: -168%;
  }
  .tablet-l\:left-168\% {
    left: 168%;
  }
  .tablet-l\:left--168\% {
    left: -168%;
  }
  .tablet-l\:m-r-168\% {
    margin-right: 168%;
  }
  .tablet-l\:m-r--168\% {
    margin-right: -168%;
  }
  .tablet-l\:p-r-168\% {
    padding-right: 168%;
  }
  .tablet-l\:p-r--168\% {
    padding-right: -168%;
  }
  .tablet-l\:right-168\% {
    right: 168%;
  }
  .tablet-l\:right--168\% {
    right: -168%;
  }
  .tablet-l\:h-168\% {
    height: 168%;
  }
  .tablet-l\:w-168\% {
    width: 168%;
  }
  .tablet-l\:max_h-168\% {
    max-height: 168%;
  }
  .tablet-l\:max_w-168\% {
    max-width: 168%;
  }
  .tablet-l\:min_h-168\% {
    min-height: 168%;
  }
  .tablet-l\:min_w-168\% {
    min-width: 168%;
  }
  .tablet-l\:h-168vh {
    height: 168vh;
  }
  .tablet-l\:w-168vw {
    width: 168vw;
  }
  .tablet-l\:min_w-168vw {
    min-width: 168vw;
  }
  .tablet-l\:min_h-168vh {
    min-height: 168vh;
  }
  .tablet-l\:max_w-168vw {
    max-width: 168vw;
  }
  .tablet-l\:max_h-168vh {
    max-height: 168vh;
  }
  .tablet-l\:m-t-169\% {
    margin-top: 169%;
  }
  .tablet-l\:m-t--169\% {
    margin-top: -169%;
  }
  .tablet-l\:p-t-169\% {
    padding-top: 169%;
  }
  .tablet-l\:p-t--169\% {
    padding-top: -169%;
  }
  .tablet-l\:top-169\% {
    top: 169%;
  }
  .tablet-l\:top--169\% {
    top: -169%;
  }
  .tablet-l\:m-b-169\% {
    margin-bottom: 169%;
  }
  .tablet-l\:m-b--169\% {
    margin-bottom: -169%;
  }
  .tablet-l\:p-b-169\% {
    padding-bottom: 169%;
  }
  .tablet-l\:p-b--169\% {
    padding-bottom: -169%;
  }
  .tablet-l\:bottom-169\% {
    bottom: 169%;
  }
  .tablet-l\:bottom--169\% {
    bottom: -169%;
  }
  .tablet-l\:m-l-169\% {
    margin-left: 169%;
  }
  .tablet-l\:m-l--169\% {
    margin-left: -169%;
  }
  .tablet-l\:p-l-169\% {
    padding-left: 169%;
  }
  .tablet-l\:p-l--169\% {
    padding-left: -169%;
  }
  .tablet-l\:left-169\% {
    left: 169%;
  }
  .tablet-l\:left--169\% {
    left: -169%;
  }
  .tablet-l\:m-r-169\% {
    margin-right: 169%;
  }
  .tablet-l\:m-r--169\% {
    margin-right: -169%;
  }
  .tablet-l\:p-r-169\% {
    padding-right: 169%;
  }
  .tablet-l\:p-r--169\% {
    padding-right: -169%;
  }
  .tablet-l\:right-169\% {
    right: 169%;
  }
  .tablet-l\:right--169\% {
    right: -169%;
  }
  .tablet-l\:h-169\% {
    height: 169%;
  }
  .tablet-l\:w-169\% {
    width: 169%;
  }
  .tablet-l\:max_h-169\% {
    max-height: 169%;
  }
  .tablet-l\:max_w-169\% {
    max-width: 169%;
  }
  .tablet-l\:min_h-169\% {
    min-height: 169%;
  }
  .tablet-l\:min_w-169\% {
    min-width: 169%;
  }
  .tablet-l\:h-169vh {
    height: 169vh;
  }
  .tablet-l\:w-169vw {
    width: 169vw;
  }
  .tablet-l\:min_w-169vw {
    min-width: 169vw;
  }
  .tablet-l\:min_h-169vh {
    min-height: 169vh;
  }
  .tablet-l\:max_w-169vw {
    max-width: 169vw;
  }
  .tablet-l\:max_h-169vh {
    max-height: 169vh;
  }
  .tablet-l\:m-t-170\% {
    margin-top: 170%;
  }
  .tablet-l\:m-t--170\% {
    margin-top: -170%;
  }
  .tablet-l\:p-t-170\% {
    padding-top: 170%;
  }
  .tablet-l\:p-t--170\% {
    padding-top: -170%;
  }
  .tablet-l\:top-170\% {
    top: 170%;
  }
  .tablet-l\:top--170\% {
    top: -170%;
  }
  .tablet-l\:m-b-170\% {
    margin-bottom: 170%;
  }
  .tablet-l\:m-b--170\% {
    margin-bottom: -170%;
  }
  .tablet-l\:p-b-170\% {
    padding-bottom: 170%;
  }
  .tablet-l\:p-b--170\% {
    padding-bottom: -170%;
  }
  .tablet-l\:bottom-170\% {
    bottom: 170%;
  }
  .tablet-l\:bottom--170\% {
    bottom: -170%;
  }
  .tablet-l\:m-l-170\% {
    margin-left: 170%;
  }
  .tablet-l\:m-l--170\% {
    margin-left: -170%;
  }
  .tablet-l\:p-l-170\% {
    padding-left: 170%;
  }
  .tablet-l\:p-l--170\% {
    padding-left: -170%;
  }
  .tablet-l\:left-170\% {
    left: 170%;
  }
  .tablet-l\:left--170\% {
    left: -170%;
  }
  .tablet-l\:m-r-170\% {
    margin-right: 170%;
  }
  .tablet-l\:m-r--170\% {
    margin-right: -170%;
  }
  .tablet-l\:p-r-170\% {
    padding-right: 170%;
  }
  .tablet-l\:p-r--170\% {
    padding-right: -170%;
  }
  .tablet-l\:right-170\% {
    right: 170%;
  }
  .tablet-l\:right--170\% {
    right: -170%;
  }
  .tablet-l\:h-170\% {
    height: 170%;
  }
  .tablet-l\:w-170\% {
    width: 170%;
  }
  .tablet-l\:max_h-170\% {
    max-height: 170%;
  }
  .tablet-l\:max_w-170\% {
    max-width: 170%;
  }
  .tablet-l\:min_h-170\% {
    min-height: 170%;
  }
  .tablet-l\:min_w-170\% {
    min-width: 170%;
  }
  .tablet-l\:h-170vh {
    height: 170vh;
  }
  .tablet-l\:w-170vw {
    width: 170vw;
  }
  .tablet-l\:min_w-170vw {
    min-width: 170vw;
  }
  .tablet-l\:min_h-170vh {
    min-height: 170vh;
  }
  .tablet-l\:max_w-170vw {
    max-width: 170vw;
  }
  .tablet-l\:max_h-170vh {
    max-height: 170vh;
  }
  .tablet-l\:m-t-171\% {
    margin-top: 171%;
  }
  .tablet-l\:m-t--171\% {
    margin-top: -171%;
  }
  .tablet-l\:p-t-171\% {
    padding-top: 171%;
  }
  .tablet-l\:p-t--171\% {
    padding-top: -171%;
  }
  .tablet-l\:top-171\% {
    top: 171%;
  }
  .tablet-l\:top--171\% {
    top: -171%;
  }
  .tablet-l\:m-b-171\% {
    margin-bottom: 171%;
  }
  .tablet-l\:m-b--171\% {
    margin-bottom: -171%;
  }
  .tablet-l\:p-b-171\% {
    padding-bottom: 171%;
  }
  .tablet-l\:p-b--171\% {
    padding-bottom: -171%;
  }
  .tablet-l\:bottom-171\% {
    bottom: 171%;
  }
  .tablet-l\:bottom--171\% {
    bottom: -171%;
  }
  .tablet-l\:m-l-171\% {
    margin-left: 171%;
  }
  .tablet-l\:m-l--171\% {
    margin-left: -171%;
  }
  .tablet-l\:p-l-171\% {
    padding-left: 171%;
  }
  .tablet-l\:p-l--171\% {
    padding-left: -171%;
  }
  .tablet-l\:left-171\% {
    left: 171%;
  }
  .tablet-l\:left--171\% {
    left: -171%;
  }
  .tablet-l\:m-r-171\% {
    margin-right: 171%;
  }
  .tablet-l\:m-r--171\% {
    margin-right: -171%;
  }
  .tablet-l\:p-r-171\% {
    padding-right: 171%;
  }
  .tablet-l\:p-r--171\% {
    padding-right: -171%;
  }
  .tablet-l\:right-171\% {
    right: 171%;
  }
  .tablet-l\:right--171\% {
    right: -171%;
  }
  .tablet-l\:h-171\% {
    height: 171%;
  }
  .tablet-l\:w-171\% {
    width: 171%;
  }
  .tablet-l\:max_h-171\% {
    max-height: 171%;
  }
  .tablet-l\:max_w-171\% {
    max-width: 171%;
  }
  .tablet-l\:min_h-171\% {
    min-height: 171%;
  }
  .tablet-l\:min_w-171\% {
    min-width: 171%;
  }
  .tablet-l\:h-171vh {
    height: 171vh;
  }
  .tablet-l\:w-171vw {
    width: 171vw;
  }
  .tablet-l\:min_w-171vw {
    min-width: 171vw;
  }
  .tablet-l\:min_h-171vh {
    min-height: 171vh;
  }
  .tablet-l\:max_w-171vw {
    max-width: 171vw;
  }
  .tablet-l\:max_h-171vh {
    max-height: 171vh;
  }
  .tablet-l\:m-t-172\% {
    margin-top: 172%;
  }
  .tablet-l\:m-t--172\% {
    margin-top: -172%;
  }
  .tablet-l\:p-t-172\% {
    padding-top: 172%;
  }
  .tablet-l\:p-t--172\% {
    padding-top: -172%;
  }
  .tablet-l\:top-172\% {
    top: 172%;
  }
  .tablet-l\:top--172\% {
    top: -172%;
  }
  .tablet-l\:m-b-172\% {
    margin-bottom: 172%;
  }
  .tablet-l\:m-b--172\% {
    margin-bottom: -172%;
  }
  .tablet-l\:p-b-172\% {
    padding-bottom: 172%;
  }
  .tablet-l\:p-b--172\% {
    padding-bottom: -172%;
  }
  .tablet-l\:bottom-172\% {
    bottom: 172%;
  }
  .tablet-l\:bottom--172\% {
    bottom: -172%;
  }
  .tablet-l\:m-l-172\% {
    margin-left: 172%;
  }
  .tablet-l\:m-l--172\% {
    margin-left: -172%;
  }
  .tablet-l\:p-l-172\% {
    padding-left: 172%;
  }
  .tablet-l\:p-l--172\% {
    padding-left: -172%;
  }
  .tablet-l\:left-172\% {
    left: 172%;
  }
  .tablet-l\:left--172\% {
    left: -172%;
  }
  .tablet-l\:m-r-172\% {
    margin-right: 172%;
  }
  .tablet-l\:m-r--172\% {
    margin-right: -172%;
  }
  .tablet-l\:p-r-172\% {
    padding-right: 172%;
  }
  .tablet-l\:p-r--172\% {
    padding-right: -172%;
  }
  .tablet-l\:right-172\% {
    right: 172%;
  }
  .tablet-l\:right--172\% {
    right: -172%;
  }
  .tablet-l\:h-172\% {
    height: 172%;
  }
  .tablet-l\:w-172\% {
    width: 172%;
  }
  .tablet-l\:max_h-172\% {
    max-height: 172%;
  }
  .tablet-l\:max_w-172\% {
    max-width: 172%;
  }
  .tablet-l\:min_h-172\% {
    min-height: 172%;
  }
  .tablet-l\:min_w-172\% {
    min-width: 172%;
  }
  .tablet-l\:h-172vh {
    height: 172vh;
  }
  .tablet-l\:w-172vw {
    width: 172vw;
  }
  .tablet-l\:min_w-172vw {
    min-width: 172vw;
  }
  .tablet-l\:min_h-172vh {
    min-height: 172vh;
  }
  .tablet-l\:max_w-172vw {
    max-width: 172vw;
  }
  .tablet-l\:max_h-172vh {
    max-height: 172vh;
  }
  .tablet-l\:m-t-173\% {
    margin-top: 173%;
  }
  .tablet-l\:m-t--173\% {
    margin-top: -173%;
  }
  .tablet-l\:p-t-173\% {
    padding-top: 173%;
  }
  .tablet-l\:p-t--173\% {
    padding-top: -173%;
  }
  .tablet-l\:top-173\% {
    top: 173%;
  }
  .tablet-l\:top--173\% {
    top: -173%;
  }
  .tablet-l\:m-b-173\% {
    margin-bottom: 173%;
  }
  .tablet-l\:m-b--173\% {
    margin-bottom: -173%;
  }
  .tablet-l\:p-b-173\% {
    padding-bottom: 173%;
  }
  .tablet-l\:p-b--173\% {
    padding-bottom: -173%;
  }
  .tablet-l\:bottom-173\% {
    bottom: 173%;
  }
  .tablet-l\:bottom--173\% {
    bottom: -173%;
  }
  .tablet-l\:m-l-173\% {
    margin-left: 173%;
  }
  .tablet-l\:m-l--173\% {
    margin-left: -173%;
  }
  .tablet-l\:p-l-173\% {
    padding-left: 173%;
  }
  .tablet-l\:p-l--173\% {
    padding-left: -173%;
  }
  .tablet-l\:left-173\% {
    left: 173%;
  }
  .tablet-l\:left--173\% {
    left: -173%;
  }
  .tablet-l\:m-r-173\% {
    margin-right: 173%;
  }
  .tablet-l\:m-r--173\% {
    margin-right: -173%;
  }
  .tablet-l\:p-r-173\% {
    padding-right: 173%;
  }
  .tablet-l\:p-r--173\% {
    padding-right: -173%;
  }
  .tablet-l\:right-173\% {
    right: 173%;
  }
  .tablet-l\:right--173\% {
    right: -173%;
  }
  .tablet-l\:h-173\% {
    height: 173%;
  }
  .tablet-l\:w-173\% {
    width: 173%;
  }
  .tablet-l\:max_h-173\% {
    max-height: 173%;
  }
  .tablet-l\:max_w-173\% {
    max-width: 173%;
  }
  .tablet-l\:min_h-173\% {
    min-height: 173%;
  }
  .tablet-l\:min_w-173\% {
    min-width: 173%;
  }
  .tablet-l\:h-173vh {
    height: 173vh;
  }
  .tablet-l\:w-173vw {
    width: 173vw;
  }
  .tablet-l\:min_w-173vw {
    min-width: 173vw;
  }
  .tablet-l\:min_h-173vh {
    min-height: 173vh;
  }
  .tablet-l\:max_w-173vw {
    max-width: 173vw;
  }
  .tablet-l\:max_h-173vh {
    max-height: 173vh;
  }
  .tablet-l\:m-t-174\% {
    margin-top: 174%;
  }
  .tablet-l\:m-t--174\% {
    margin-top: -174%;
  }
  .tablet-l\:p-t-174\% {
    padding-top: 174%;
  }
  .tablet-l\:p-t--174\% {
    padding-top: -174%;
  }
  .tablet-l\:top-174\% {
    top: 174%;
  }
  .tablet-l\:top--174\% {
    top: -174%;
  }
  .tablet-l\:m-b-174\% {
    margin-bottom: 174%;
  }
  .tablet-l\:m-b--174\% {
    margin-bottom: -174%;
  }
  .tablet-l\:p-b-174\% {
    padding-bottom: 174%;
  }
  .tablet-l\:p-b--174\% {
    padding-bottom: -174%;
  }
  .tablet-l\:bottom-174\% {
    bottom: 174%;
  }
  .tablet-l\:bottom--174\% {
    bottom: -174%;
  }
  .tablet-l\:m-l-174\% {
    margin-left: 174%;
  }
  .tablet-l\:m-l--174\% {
    margin-left: -174%;
  }
  .tablet-l\:p-l-174\% {
    padding-left: 174%;
  }
  .tablet-l\:p-l--174\% {
    padding-left: -174%;
  }
  .tablet-l\:left-174\% {
    left: 174%;
  }
  .tablet-l\:left--174\% {
    left: -174%;
  }
  .tablet-l\:m-r-174\% {
    margin-right: 174%;
  }
  .tablet-l\:m-r--174\% {
    margin-right: -174%;
  }
  .tablet-l\:p-r-174\% {
    padding-right: 174%;
  }
  .tablet-l\:p-r--174\% {
    padding-right: -174%;
  }
  .tablet-l\:right-174\% {
    right: 174%;
  }
  .tablet-l\:right--174\% {
    right: -174%;
  }
  .tablet-l\:h-174\% {
    height: 174%;
  }
  .tablet-l\:w-174\% {
    width: 174%;
  }
  .tablet-l\:max_h-174\% {
    max-height: 174%;
  }
  .tablet-l\:max_w-174\% {
    max-width: 174%;
  }
  .tablet-l\:min_h-174\% {
    min-height: 174%;
  }
  .tablet-l\:min_w-174\% {
    min-width: 174%;
  }
  .tablet-l\:h-174vh {
    height: 174vh;
  }
  .tablet-l\:w-174vw {
    width: 174vw;
  }
  .tablet-l\:min_w-174vw {
    min-width: 174vw;
  }
  .tablet-l\:min_h-174vh {
    min-height: 174vh;
  }
  .tablet-l\:max_w-174vw {
    max-width: 174vw;
  }
  .tablet-l\:max_h-174vh {
    max-height: 174vh;
  }
  .tablet-l\:m-t-175\% {
    margin-top: 175%;
  }
  .tablet-l\:m-t--175\% {
    margin-top: -175%;
  }
  .tablet-l\:p-t-175\% {
    padding-top: 175%;
  }
  .tablet-l\:p-t--175\% {
    padding-top: -175%;
  }
  .tablet-l\:top-175\% {
    top: 175%;
  }
  .tablet-l\:top--175\% {
    top: -175%;
  }
  .tablet-l\:m-b-175\% {
    margin-bottom: 175%;
  }
  .tablet-l\:m-b--175\% {
    margin-bottom: -175%;
  }
  .tablet-l\:p-b-175\% {
    padding-bottom: 175%;
  }
  .tablet-l\:p-b--175\% {
    padding-bottom: -175%;
  }
  .tablet-l\:bottom-175\% {
    bottom: 175%;
  }
  .tablet-l\:bottom--175\% {
    bottom: -175%;
  }
  .tablet-l\:m-l-175\% {
    margin-left: 175%;
  }
  .tablet-l\:m-l--175\% {
    margin-left: -175%;
  }
  .tablet-l\:p-l-175\% {
    padding-left: 175%;
  }
  .tablet-l\:p-l--175\% {
    padding-left: -175%;
  }
  .tablet-l\:left-175\% {
    left: 175%;
  }
  .tablet-l\:left--175\% {
    left: -175%;
  }
  .tablet-l\:m-r-175\% {
    margin-right: 175%;
  }
  .tablet-l\:m-r--175\% {
    margin-right: -175%;
  }
  .tablet-l\:p-r-175\% {
    padding-right: 175%;
  }
  .tablet-l\:p-r--175\% {
    padding-right: -175%;
  }
  .tablet-l\:right-175\% {
    right: 175%;
  }
  .tablet-l\:right--175\% {
    right: -175%;
  }
  .tablet-l\:h-175\% {
    height: 175%;
  }
  .tablet-l\:w-175\% {
    width: 175%;
  }
  .tablet-l\:max_h-175\% {
    max-height: 175%;
  }
  .tablet-l\:max_w-175\% {
    max-width: 175%;
  }
  .tablet-l\:min_h-175\% {
    min-height: 175%;
  }
  .tablet-l\:min_w-175\% {
    min-width: 175%;
  }
  .tablet-l\:h-175vh {
    height: 175vh;
  }
  .tablet-l\:w-175vw {
    width: 175vw;
  }
  .tablet-l\:min_w-175vw {
    min-width: 175vw;
  }
  .tablet-l\:min_h-175vh {
    min-height: 175vh;
  }
  .tablet-l\:max_w-175vw {
    max-width: 175vw;
  }
  .tablet-l\:max_h-175vh {
    max-height: 175vh;
  }
  .tablet-l\:m-t-176\% {
    margin-top: 176%;
  }
  .tablet-l\:m-t--176\% {
    margin-top: -176%;
  }
  .tablet-l\:p-t-176\% {
    padding-top: 176%;
  }
  .tablet-l\:p-t--176\% {
    padding-top: -176%;
  }
  .tablet-l\:top-176\% {
    top: 176%;
  }
  .tablet-l\:top--176\% {
    top: -176%;
  }
  .tablet-l\:m-b-176\% {
    margin-bottom: 176%;
  }
  .tablet-l\:m-b--176\% {
    margin-bottom: -176%;
  }
  .tablet-l\:p-b-176\% {
    padding-bottom: 176%;
  }
  .tablet-l\:p-b--176\% {
    padding-bottom: -176%;
  }
  .tablet-l\:bottom-176\% {
    bottom: 176%;
  }
  .tablet-l\:bottom--176\% {
    bottom: -176%;
  }
  .tablet-l\:m-l-176\% {
    margin-left: 176%;
  }
  .tablet-l\:m-l--176\% {
    margin-left: -176%;
  }
  .tablet-l\:p-l-176\% {
    padding-left: 176%;
  }
  .tablet-l\:p-l--176\% {
    padding-left: -176%;
  }
  .tablet-l\:left-176\% {
    left: 176%;
  }
  .tablet-l\:left--176\% {
    left: -176%;
  }
  .tablet-l\:m-r-176\% {
    margin-right: 176%;
  }
  .tablet-l\:m-r--176\% {
    margin-right: -176%;
  }
  .tablet-l\:p-r-176\% {
    padding-right: 176%;
  }
  .tablet-l\:p-r--176\% {
    padding-right: -176%;
  }
  .tablet-l\:right-176\% {
    right: 176%;
  }
  .tablet-l\:right--176\% {
    right: -176%;
  }
  .tablet-l\:h-176\% {
    height: 176%;
  }
  .tablet-l\:w-176\% {
    width: 176%;
  }
  .tablet-l\:max_h-176\% {
    max-height: 176%;
  }
  .tablet-l\:max_w-176\% {
    max-width: 176%;
  }
  .tablet-l\:min_h-176\% {
    min-height: 176%;
  }
  .tablet-l\:min_w-176\% {
    min-width: 176%;
  }
  .tablet-l\:h-176vh {
    height: 176vh;
  }
  .tablet-l\:w-176vw {
    width: 176vw;
  }
  .tablet-l\:min_w-176vw {
    min-width: 176vw;
  }
  .tablet-l\:min_h-176vh {
    min-height: 176vh;
  }
  .tablet-l\:max_w-176vw {
    max-width: 176vw;
  }
  .tablet-l\:max_h-176vh {
    max-height: 176vh;
  }
  .tablet-l\:m-t-177\% {
    margin-top: 177%;
  }
  .tablet-l\:m-t--177\% {
    margin-top: -177%;
  }
  .tablet-l\:p-t-177\% {
    padding-top: 177%;
  }
  .tablet-l\:p-t--177\% {
    padding-top: -177%;
  }
  .tablet-l\:top-177\% {
    top: 177%;
  }
  .tablet-l\:top--177\% {
    top: -177%;
  }
  .tablet-l\:m-b-177\% {
    margin-bottom: 177%;
  }
  .tablet-l\:m-b--177\% {
    margin-bottom: -177%;
  }
  .tablet-l\:p-b-177\% {
    padding-bottom: 177%;
  }
  .tablet-l\:p-b--177\% {
    padding-bottom: -177%;
  }
  .tablet-l\:bottom-177\% {
    bottom: 177%;
  }
  .tablet-l\:bottom--177\% {
    bottom: -177%;
  }
  .tablet-l\:m-l-177\% {
    margin-left: 177%;
  }
  .tablet-l\:m-l--177\% {
    margin-left: -177%;
  }
  .tablet-l\:p-l-177\% {
    padding-left: 177%;
  }
  .tablet-l\:p-l--177\% {
    padding-left: -177%;
  }
  .tablet-l\:left-177\% {
    left: 177%;
  }
  .tablet-l\:left--177\% {
    left: -177%;
  }
  .tablet-l\:m-r-177\% {
    margin-right: 177%;
  }
  .tablet-l\:m-r--177\% {
    margin-right: -177%;
  }
  .tablet-l\:p-r-177\% {
    padding-right: 177%;
  }
  .tablet-l\:p-r--177\% {
    padding-right: -177%;
  }
  .tablet-l\:right-177\% {
    right: 177%;
  }
  .tablet-l\:right--177\% {
    right: -177%;
  }
  .tablet-l\:h-177\% {
    height: 177%;
  }
  .tablet-l\:w-177\% {
    width: 177%;
  }
  .tablet-l\:max_h-177\% {
    max-height: 177%;
  }
  .tablet-l\:max_w-177\% {
    max-width: 177%;
  }
  .tablet-l\:min_h-177\% {
    min-height: 177%;
  }
  .tablet-l\:min_w-177\% {
    min-width: 177%;
  }
  .tablet-l\:h-177vh {
    height: 177vh;
  }
  .tablet-l\:w-177vw {
    width: 177vw;
  }
  .tablet-l\:min_w-177vw {
    min-width: 177vw;
  }
  .tablet-l\:min_h-177vh {
    min-height: 177vh;
  }
  .tablet-l\:max_w-177vw {
    max-width: 177vw;
  }
  .tablet-l\:max_h-177vh {
    max-height: 177vh;
  }
  .tablet-l\:m-t-178\% {
    margin-top: 178%;
  }
  .tablet-l\:m-t--178\% {
    margin-top: -178%;
  }
  .tablet-l\:p-t-178\% {
    padding-top: 178%;
  }
  .tablet-l\:p-t--178\% {
    padding-top: -178%;
  }
  .tablet-l\:top-178\% {
    top: 178%;
  }
  .tablet-l\:top--178\% {
    top: -178%;
  }
  .tablet-l\:m-b-178\% {
    margin-bottom: 178%;
  }
  .tablet-l\:m-b--178\% {
    margin-bottom: -178%;
  }
  .tablet-l\:p-b-178\% {
    padding-bottom: 178%;
  }
  .tablet-l\:p-b--178\% {
    padding-bottom: -178%;
  }
  .tablet-l\:bottom-178\% {
    bottom: 178%;
  }
  .tablet-l\:bottom--178\% {
    bottom: -178%;
  }
  .tablet-l\:m-l-178\% {
    margin-left: 178%;
  }
  .tablet-l\:m-l--178\% {
    margin-left: -178%;
  }
  .tablet-l\:p-l-178\% {
    padding-left: 178%;
  }
  .tablet-l\:p-l--178\% {
    padding-left: -178%;
  }
  .tablet-l\:left-178\% {
    left: 178%;
  }
  .tablet-l\:left--178\% {
    left: -178%;
  }
  .tablet-l\:m-r-178\% {
    margin-right: 178%;
  }
  .tablet-l\:m-r--178\% {
    margin-right: -178%;
  }
  .tablet-l\:p-r-178\% {
    padding-right: 178%;
  }
  .tablet-l\:p-r--178\% {
    padding-right: -178%;
  }
  .tablet-l\:right-178\% {
    right: 178%;
  }
  .tablet-l\:right--178\% {
    right: -178%;
  }
  .tablet-l\:h-178\% {
    height: 178%;
  }
  .tablet-l\:w-178\% {
    width: 178%;
  }
  .tablet-l\:max_h-178\% {
    max-height: 178%;
  }
  .tablet-l\:max_w-178\% {
    max-width: 178%;
  }
  .tablet-l\:min_h-178\% {
    min-height: 178%;
  }
  .tablet-l\:min_w-178\% {
    min-width: 178%;
  }
  .tablet-l\:h-178vh {
    height: 178vh;
  }
  .tablet-l\:w-178vw {
    width: 178vw;
  }
  .tablet-l\:min_w-178vw {
    min-width: 178vw;
  }
  .tablet-l\:min_h-178vh {
    min-height: 178vh;
  }
  .tablet-l\:max_w-178vw {
    max-width: 178vw;
  }
  .tablet-l\:max_h-178vh {
    max-height: 178vh;
  }
  .tablet-l\:m-t-179\% {
    margin-top: 179%;
  }
  .tablet-l\:m-t--179\% {
    margin-top: -179%;
  }
  .tablet-l\:p-t-179\% {
    padding-top: 179%;
  }
  .tablet-l\:p-t--179\% {
    padding-top: -179%;
  }
  .tablet-l\:top-179\% {
    top: 179%;
  }
  .tablet-l\:top--179\% {
    top: -179%;
  }
  .tablet-l\:m-b-179\% {
    margin-bottom: 179%;
  }
  .tablet-l\:m-b--179\% {
    margin-bottom: -179%;
  }
  .tablet-l\:p-b-179\% {
    padding-bottom: 179%;
  }
  .tablet-l\:p-b--179\% {
    padding-bottom: -179%;
  }
  .tablet-l\:bottom-179\% {
    bottom: 179%;
  }
  .tablet-l\:bottom--179\% {
    bottom: -179%;
  }
  .tablet-l\:m-l-179\% {
    margin-left: 179%;
  }
  .tablet-l\:m-l--179\% {
    margin-left: -179%;
  }
  .tablet-l\:p-l-179\% {
    padding-left: 179%;
  }
  .tablet-l\:p-l--179\% {
    padding-left: -179%;
  }
  .tablet-l\:left-179\% {
    left: 179%;
  }
  .tablet-l\:left--179\% {
    left: -179%;
  }
  .tablet-l\:m-r-179\% {
    margin-right: 179%;
  }
  .tablet-l\:m-r--179\% {
    margin-right: -179%;
  }
  .tablet-l\:p-r-179\% {
    padding-right: 179%;
  }
  .tablet-l\:p-r--179\% {
    padding-right: -179%;
  }
  .tablet-l\:right-179\% {
    right: 179%;
  }
  .tablet-l\:right--179\% {
    right: -179%;
  }
  .tablet-l\:h-179\% {
    height: 179%;
  }
  .tablet-l\:w-179\% {
    width: 179%;
  }
  .tablet-l\:max_h-179\% {
    max-height: 179%;
  }
  .tablet-l\:max_w-179\% {
    max-width: 179%;
  }
  .tablet-l\:min_h-179\% {
    min-height: 179%;
  }
  .tablet-l\:min_w-179\% {
    min-width: 179%;
  }
  .tablet-l\:h-179vh {
    height: 179vh;
  }
  .tablet-l\:w-179vw {
    width: 179vw;
  }
  .tablet-l\:min_w-179vw {
    min-width: 179vw;
  }
  .tablet-l\:min_h-179vh {
    min-height: 179vh;
  }
  .tablet-l\:max_w-179vw {
    max-width: 179vw;
  }
  .tablet-l\:max_h-179vh {
    max-height: 179vh;
  }
  .tablet-l\:m-t-180\% {
    margin-top: 180%;
  }
  .tablet-l\:m-t--180\% {
    margin-top: -180%;
  }
  .tablet-l\:p-t-180\% {
    padding-top: 180%;
  }
  .tablet-l\:p-t--180\% {
    padding-top: -180%;
  }
  .tablet-l\:top-180\% {
    top: 180%;
  }
  .tablet-l\:top--180\% {
    top: -180%;
  }
  .tablet-l\:m-b-180\% {
    margin-bottom: 180%;
  }
  .tablet-l\:m-b--180\% {
    margin-bottom: -180%;
  }
  .tablet-l\:p-b-180\% {
    padding-bottom: 180%;
  }
  .tablet-l\:p-b--180\% {
    padding-bottom: -180%;
  }
  .tablet-l\:bottom-180\% {
    bottom: 180%;
  }
  .tablet-l\:bottom--180\% {
    bottom: -180%;
  }
  .tablet-l\:m-l-180\% {
    margin-left: 180%;
  }
  .tablet-l\:m-l--180\% {
    margin-left: -180%;
  }
  .tablet-l\:p-l-180\% {
    padding-left: 180%;
  }
  .tablet-l\:p-l--180\% {
    padding-left: -180%;
  }
  .tablet-l\:left-180\% {
    left: 180%;
  }
  .tablet-l\:left--180\% {
    left: -180%;
  }
  .tablet-l\:m-r-180\% {
    margin-right: 180%;
  }
  .tablet-l\:m-r--180\% {
    margin-right: -180%;
  }
  .tablet-l\:p-r-180\% {
    padding-right: 180%;
  }
  .tablet-l\:p-r--180\% {
    padding-right: -180%;
  }
  .tablet-l\:right-180\% {
    right: 180%;
  }
  .tablet-l\:right--180\% {
    right: -180%;
  }
  .tablet-l\:h-180\% {
    height: 180%;
  }
  .tablet-l\:w-180\% {
    width: 180%;
  }
  .tablet-l\:max_h-180\% {
    max-height: 180%;
  }
  .tablet-l\:max_w-180\% {
    max-width: 180%;
  }
  .tablet-l\:min_h-180\% {
    min-height: 180%;
  }
  .tablet-l\:min_w-180\% {
    min-width: 180%;
  }
  .tablet-l\:h-180vh {
    height: 180vh;
  }
  .tablet-l\:w-180vw {
    width: 180vw;
  }
  .tablet-l\:min_w-180vw {
    min-width: 180vw;
  }
  .tablet-l\:min_h-180vh {
    min-height: 180vh;
  }
  .tablet-l\:max_w-180vw {
    max-width: 180vw;
  }
  .tablet-l\:max_h-180vh {
    max-height: 180vh;
  }
  .tablet-l\:m-t-181\% {
    margin-top: 181%;
  }
  .tablet-l\:m-t--181\% {
    margin-top: -181%;
  }
  .tablet-l\:p-t-181\% {
    padding-top: 181%;
  }
  .tablet-l\:p-t--181\% {
    padding-top: -181%;
  }
  .tablet-l\:top-181\% {
    top: 181%;
  }
  .tablet-l\:top--181\% {
    top: -181%;
  }
  .tablet-l\:m-b-181\% {
    margin-bottom: 181%;
  }
  .tablet-l\:m-b--181\% {
    margin-bottom: -181%;
  }
  .tablet-l\:p-b-181\% {
    padding-bottom: 181%;
  }
  .tablet-l\:p-b--181\% {
    padding-bottom: -181%;
  }
  .tablet-l\:bottom-181\% {
    bottom: 181%;
  }
  .tablet-l\:bottom--181\% {
    bottom: -181%;
  }
  .tablet-l\:m-l-181\% {
    margin-left: 181%;
  }
  .tablet-l\:m-l--181\% {
    margin-left: -181%;
  }
  .tablet-l\:p-l-181\% {
    padding-left: 181%;
  }
  .tablet-l\:p-l--181\% {
    padding-left: -181%;
  }
  .tablet-l\:left-181\% {
    left: 181%;
  }
  .tablet-l\:left--181\% {
    left: -181%;
  }
  .tablet-l\:m-r-181\% {
    margin-right: 181%;
  }
  .tablet-l\:m-r--181\% {
    margin-right: -181%;
  }
  .tablet-l\:p-r-181\% {
    padding-right: 181%;
  }
  .tablet-l\:p-r--181\% {
    padding-right: -181%;
  }
  .tablet-l\:right-181\% {
    right: 181%;
  }
  .tablet-l\:right--181\% {
    right: -181%;
  }
  .tablet-l\:h-181\% {
    height: 181%;
  }
  .tablet-l\:w-181\% {
    width: 181%;
  }
  .tablet-l\:max_h-181\% {
    max-height: 181%;
  }
  .tablet-l\:max_w-181\% {
    max-width: 181%;
  }
  .tablet-l\:min_h-181\% {
    min-height: 181%;
  }
  .tablet-l\:min_w-181\% {
    min-width: 181%;
  }
  .tablet-l\:h-181vh {
    height: 181vh;
  }
  .tablet-l\:w-181vw {
    width: 181vw;
  }
  .tablet-l\:min_w-181vw {
    min-width: 181vw;
  }
  .tablet-l\:min_h-181vh {
    min-height: 181vh;
  }
  .tablet-l\:max_w-181vw {
    max-width: 181vw;
  }
  .tablet-l\:max_h-181vh {
    max-height: 181vh;
  }
  .tablet-l\:m-t-182\% {
    margin-top: 182%;
  }
  .tablet-l\:m-t--182\% {
    margin-top: -182%;
  }
  .tablet-l\:p-t-182\% {
    padding-top: 182%;
  }
  .tablet-l\:p-t--182\% {
    padding-top: -182%;
  }
  .tablet-l\:top-182\% {
    top: 182%;
  }
  .tablet-l\:top--182\% {
    top: -182%;
  }
  .tablet-l\:m-b-182\% {
    margin-bottom: 182%;
  }
  .tablet-l\:m-b--182\% {
    margin-bottom: -182%;
  }
  .tablet-l\:p-b-182\% {
    padding-bottom: 182%;
  }
  .tablet-l\:p-b--182\% {
    padding-bottom: -182%;
  }
  .tablet-l\:bottom-182\% {
    bottom: 182%;
  }
  .tablet-l\:bottom--182\% {
    bottom: -182%;
  }
  .tablet-l\:m-l-182\% {
    margin-left: 182%;
  }
  .tablet-l\:m-l--182\% {
    margin-left: -182%;
  }
  .tablet-l\:p-l-182\% {
    padding-left: 182%;
  }
  .tablet-l\:p-l--182\% {
    padding-left: -182%;
  }
  .tablet-l\:left-182\% {
    left: 182%;
  }
  .tablet-l\:left--182\% {
    left: -182%;
  }
  .tablet-l\:m-r-182\% {
    margin-right: 182%;
  }
  .tablet-l\:m-r--182\% {
    margin-right: -182%;
  }
  .tablet-l\:p-r-182\% {
    padding-right: 182%;
  }
  .tablet-l\:p-r--182\% {
    padding-right: -182%;
  }
  .tablet-l\:right-182\% {
    right: 182%;
  }
  .tablet-l\:right--182\% {
    right: -182%;
  }
  .tablet-l\:h-182\% {
    height: 182%;
  }
  .tablet-l\:w-182\% {
    width: 182%;
  }
  .tablet-l\:max_h-182\% {
    max-height: 182%;
  }
  .tablet-l\:max_w-182\% {
    max-width: 182%;
  }
  .tablet-l\:min_h-182\% {
    min-height: 182%;
  }
  .tablet-l\:min_w-182\% {
    min-width: 182%;
  }
  .tablet-l\:h-182vh {
    height: 182vh;
  }
  .tablet-l\:w-182vw {
    width: 182vw;
  }
  .tablet-l\:min_w-182vw {
    min-width: 182vw;
  }
  .tablet-l\:min_h-182vh {
    min-height: 182vh;
  }
  .tablet-l\:max_w-182vw {
    max-width: 182vw;
  }
  .tablet-l\:max_h-182vh {
    max-height: 182vh;
  }
  .tablet-l\:m-t-183\% {
    margin-top: 183%;
  }
  .tablet-l\:m-t--183\% {
    margin-top: -183%;
  }
  .tablet-l\:p-t-183\% {
    padding-top: 183%;
  }
  .tablet-l\:p-t--183\% {
    padding-top: -183%;
  }
  .tablet-l\:top-183\% {
    top: 183%;
  }
  .tablet-l\:top--183\% {
    top: -183%;
  }
  .tablet-l\:m-b-183\% {
    margin-bottom: 183%;
  }
  .tablet-l\:m-b--183\% {
    margin-bottom: -183%;
  }
  .tablet-l\:p-b-183\% {
    padding-bottom: 183%;
  }
  .tablet-l\:p-b--183\% {
    padding-bottom: -183%;
  }
  .tablet-l\:bottom-183\% {
    bottom: 183%;
  }
  .tablet-l\:bottom--183\% {
    bottom: -183%;
  }
  .tablet-l\:m-l-183\% {
    margin-left: 183%;
  }
  .tablet-l\:m-l--183\% {
    margin-left: -183%;
  }
  .tablet-l\:p-l-183\% {
    padding-left: 183%;
  }
  .tablet-l\:p-l--183\% {
    padding-left: -183%;
  }
  .tablet-l\:left-183\% {
    left: 183%;
  }
  .tablet-l\:left--183\% {
    left: -183%;
  }
  .tablet-l\:m-r-183\% {
    margin-right: 183%;
  }
  .tablet-l\:m-r--183\% {
    margin-right: -183%;
  }
  .tablet-l\:p-r-183\% {
    padding-right: 183%;
  }
  .tablet-l\:p-r--183\% {
    padding-right: -183%;
  }
  .tablet-l\:right-183\% {
    right: 183%;
  }
  .tablet-l\:right--183\% {
    right: -183%;
  }
  .tablet-l\:h-183\% {
    height: 183%;
  }
  .tablet-l\:w-183\% {
    width: 183%;
  }
  .tablet-l\:max_h-183\% {
    max-height: 183%;
  }
  .tablet-l\:max_w-183\% {
    max-width: 183%;
  }
  .tablet-l\:min_h-183\% {
    min-height: 183%;
  }
  .tablet-l\:min_w-183\% {
    min-width: 183%;
  }
  .tablet-l\:h-183vh {
    height: 183vh;
  }
  .tablet-l\:w-183vw {
    width: 183vw;
  }
  .tablet-l\:min_w-183vw {
    min-width: 183vw;
  }
  .tablet-l\:min_h-183vh {
    min-height: 183vh;
  }
  .tablet-l\:max_w-183vw {
    max-width: 183vw;
  }
  .tablet-l\:max_h-183vh {
    max-height: 183vh;
  }
  .tablet-l\:m-t-184\% {
    margin-top: 184%;
  }
  .tablet-l\:m-t--184\% {
    margin-top: -184%;
  }
  .tablet-l\:p-t-184\% {
    padding-top: 184%;
  }
  .tablet-l\:p-t--184\% {
    padding-top: -184%;
  }
  .tablet-l\:top-184\% {
    top: 184%;
  }
  .tablet-l\:top--184\% {
    top: -184%;
  }
  .tablet-l\:m-b-184\% {
    margin-bottom: 184%;
  }
  .tablet-l\:m-b--184\% {
    margin-bottom: -184%;
  }
  .tablet-l\:p-b-184\% {
    padding-bottom: 184%;
  }
  .tablet-l\:p-b--184\% {
    padding-bottom: -184%;
  }
  .tablet-l\:bottom-184\% {
    bottom: 184%;
  }
  .tablet-l\:bottom--184\% {
    bottom: -184%;
  }
  .tablet-l\:m-l-184\% {
    margin-left: 184%;
  }
  .tablet-l\:m-l--184\% {
    margin-left: -184%;
  }
  .tablet-l\:p-l-184\% {
    padding-left: 184%;
  }
  .tablet-l\:p-l--184\% {
    padding-left: -184%;
  }
  .tablet-l\:left-184\% {
    left: 184%;
  }
  .tablet-l\:left--184\% {
    left: -184%;
  }
  .tablet-l\:m-r-184\% {
    margin-right: 184%;
  }
  .tablet-l\:m-r--184\% {
    margin-right: -184%;
  }
  .tablet-l\:p-r-184\% {
    padding-right: 184%;
  }
  .tablet-l\:p-r--184\% {
    padding-right: -184%;
  }
  .tablet-l\:right-184\% {
    right: 184%;
  }
  .tablet-l\:right--184\% {
    right: -184%;
  }
  .tablet-l\:h-184\% {
    height: 184%;
  }
  .tablet-l\:w-184\% {
    width: 184%;
  }
  .tablet-l\:max_h-184\% {
    max-height: 184%;
  }
  .tablet-l\:max_w-184\% {
    max-width: 184%;
  }
  .tablet-l\:min_h-184\% {
    min-height: 184%;
  }
  .tablet-l\:min_w-184\% {
    min-width: 184%;
  }
  .tablet-l\:h-184vh {
    height: 184vh;
  }
  .tablet-l\:w-184vw {
    width: 184vw;
  }
  .tablet-l\:min_w-184vw {
    min-width: 184vw;
  }
  .tablet-l\:min_h-184vh {
    min-height: 184vh;
  }
  .tablet-l\:max_w-184vw {
    max-width: 184vw;
  }
  .tablet-l\:max_h-184vh {
    max-height: 184vh;
  }
  .tablet-l\:m-t-185\% {
    margin-top: 185%;
  }
  .tablet-l\:m-t--185\% {
    margin-top: -185%;
  }
  .tablet-l\:p-t-185\% {
    padding-top: 185%;
  }
  .tablet-l\:p-t--185\% {
    padding-top: -185%;
  }
  .tablet-l\:top-185\% {
    top: 185%;
  }
  .tablet-l\:top--185\% {
    top: -185%;
  }
  .tablet-l\:m-b-185\% {
    margin-bottom: 185%;
  }
  .tablet-l\:m-b--185\% {
    margin-bottom: -185%;
  }
  .tablet-l\:p-b-185\% {
    padding-bottom: 185%;
  }
  .tablet-l\:p-b--185\% {
    padding-bottom: -185%;
  }
  .tablet-l\:bottom-185\% {
    bottom: 185%;
  }
  .tablet-l\:bottom--185\% {
    bottom: -185%;
  }
  .tablet-l\:m-l-185\% {
    margin-left: 185%;
  }
  .tablet-l\:m-l--185\% {
    margin-left: -185%;
  }
  .tablet-l\:p-l-185\% {
    padding-left: 185%;
  }
  .tablet-l\:p-l--185\% {
    padding-left: -185%;
  }
  .tablet-l\:left-185\% {
    left: 185%;
  }
  .tablet-l\:left--185\% {
    left: -185%;
  }
  .tablet-l\:m-r-185\% {
    margin-right: 185%;
  }
  .tablet-l\:m-r--185\% {
    margin-right: -185%;
  }
  .tablet-l\:p-r-185\% {
    padding-right: 185%;
  }
  .tablet-l\:p-r--185\% {
    padding-right: -185%;
  }
  .tablet-l\:right-185\% {
    right: 185%;
  }
  .tablet-l\:right--185\% {
    right: -185%;
  }
  .tablet-l\:h-185\% {
    height: 185%;
  }
  .tablet-l\:w-185\% {
    width: 185%;
  }
  .tablet-l\:max_h-185\% {
    max-height: 185%;
  }
  .tablet-l\:max_w-185\% {
    max-width: 185%;
  }
  .tablet-l\:min_h-185\% {
    min-height: 185%;
  }
  .tablet-l\:min_w-185\% {
    min-width: 185%;
  }
  .tablet-l\:h-185vh {
    height: 185vh;
  }
  .tablet-l\:w-185vw {
    width: 185vw;
  }
  .tablet-l\:min_w-185vw {
    min-width: 185vw;
  }
  .tablet-l\:min_h-185vh {
    min-height: 185vh;
  }
  .tablet-l\:max_w-185vw {
    max-width: 185vw;
  }
  .tablet-l\:max_h-185vh {
    max-height: 185vh;
  }
  .tablet-l\:m-t-186\% {
    margin-top: 186%;
  }
  .tablet-l\:m-t--186\% {
    margin-top: -186%;
  }
  .tablet-l\:p-t-186\% {
    padding-top: 186%;
  }
  .tablet-l\:p-t--186\% {
    padding-top: -186%;
  }
  .tablet-l\:top-186\% {
    top: 186%;
  }
  .tablet-l\:top--186\% {
    top: -186%;
  }
  .tablet-l\:m-b-186\% {
    margin-bottom: 186%;
  }
  .tablet-l\:m-b--186\% {
    margin-bottom: -186%;
  }
  .tablet-l\:p-b-186\% {
    padding-bottom: 186%;
  }
  .tablet-l\:p-b--186\% {
    padding-bottom: -186%;
  }
  .tablet-l\:bottom-186\% {
    bottom: 186%;
  }
  .tablet-l\:bottom--186\% {
    bottom: -186%;
  }
  .tablet-l\:m-l-186\% {
    margin-left: 186%;
  }
  .tablet-l\:m-l--186\% {
    margin-left: -186%;
  }
  .tablet-l\:p-l-186\% {
    padding-left: 186%;
  }
  .tablet-l\:p-l--186\% {
    padding-left: -186%;
  }
  .tablet-l\:left-186\% {
    left: 186%;
  }
  .tablet-l\:left--186\% {
    left: -186%;
  }
  .tablet-l\:m-r-186\% {
    margin-right: 186%;
  }
  .tablet-l\:m-r--186\% {
    margin-right: -186%;
  }
  .tablet-l\:p-r-186\% {
    padding-right: 186%;
  }
  .tablet-l\:p-r--186\% {
    padding-right: -186%;
  }
  .tablet-l\:right-186\% {
    right: 186%;
  }
  .tablet-l\:right--186\% {
    right: -186%;
  }
  .tablet-l\:h-186\% {
    height: 186%;
  }
  .tablet-l\:w-186\% {
    width: 186%;
  }
  .tablet-l\:max_h-186\% {
    max-height: 186%;
  }
  .tablet-l\:max_w-186\% {
    max-width: 186%;
  }
  .tablet-l\:min_h-186\% {
    min-height: 186%;
  }
  .tablet-l\:min_w-186\% {
    min-width: 186%;
  }
  .tablet-l\:h-186vh {
    height: 186vh;
  }
  .tablet-l\:w-186vw {
    width: 186vw;
  }
  .tablet-l\:min_w-186vw {
    min-width: 186vw;
  }
  .tablet-l\:min_h-186vh {
    min-height: 186vh;
  }
  .tablet-l\:max_w-186vw {
    max-width: 186vw;
  }
  .tablet-l\:max_h-186vh {
    max-height: 186vh;
  }
  .tablet-l\:m-t-187\% {
    margin-top: 187%;
  }
  .tablet-l\:m-t--187\% {
    margin-top: -187%;
  }
  .tablet-l\:p-t-187\% {
    padding-top: 187%;
  }
  .tablet-l\:p-t--187\% {
    padding-top: -187%;
  }
  .tablet-l\:top-187\% {
    top: 187%;
  }
  .tablet-l\:top--187\% {
    top: -187%;
  }
  .tablet-l\:m-b-187\% {
    margin-bottom: 187%;
  }
  .tablet-l\:m-b--187\% {
    margin-bottom: -187%;
  }
  .tablet-l\:p-b-187\% {
    padding-bottom: 187%;
  }
  .tablet-l\:p-b--187\% {
    padding-bottom: -187%;
  }
  .tablet-l\:bottom-187\% {
    bottom: 187%;
  }
  .tablet-l\:bottom--187\% {
    bottom: -187%;
  }
  .tablet-l\:m-l-187\% {
    margin-left: 187%;
  }
  .tablet-l\:m-l--187\% {
    margin-left: -187%;
  }
  .tablet-l\:p-l-187\% {
    padding-left: 187%;
  }
  .tablet-l\:p-l--187\% {
    padding-left: -187%;
  }
  .tablet-l\:left-187\% {
    left: 187%;
  }
  .tablet-l\:left--187\% {
    left: -187%;
  }
  .tablet-l\:m-r-187\% {
    margin-right: 187%;
  }
  .tablet-l\:m-r--187\% {
    margin-right: -187%;
  }
  .tablet-l\:p-r-187\% {
    padding-right: 187%;
  }
  .tablet-l\:p-r--187\% {
    padding-right: -187%;
  }
  .tablet-l\:right-187\% {
    right: 187%;
  }
  .tablet-l\:right--187\% {
    right: -187%;
  }
  .tablet-l\:h-187\% {
    height: 187%;
  }
  .tablet-l\:w-187\% {
    width: 187%;
  }
  .tablet-l\:max_h-187\% {
    max-height: 187%;
  }
  .tablet-l\:max_w-187\% {
    max-width: 187%;
  }
  .tablet-l\:min_h-187\% {
    min-height: 187%;
  }
  .tablet-l\:min_w-187\% {
    min-width: 187%;
  }
  .tablet-l\:h-187vh {
    height: 187vh;
  }
  .tablet-l\:w-187vw {
    width: 187vw;
  }
  .tablet-l\:min_w-187vw {
    min-width: 187vw;
  }
  .tablet-l\:min_h-187vh {
    min-height: 187vh;
  }
  .tablet-l\:max_w-187vw {
    max-width: 187vw;
  }
  .tablet-l\:max_h-187vh {
    max-height: 187vh;
  }
  .tablet-l\:m-t-188\% {
    margin-top: 188%;
  }
  .tablet-l\:m-t--188\% {
    margin-top: -188%;
  }
  .tablet-l\:p-t-188\% {
    padding-top: 188%;
  }
  .tablet-l\:p-t--188\% {
    padding-top: -188%;
  }
  .tablet-l\:top-188\% {
    top: 188%;
  }
  .tablet-l\:top--188\% {
    top: -188%;
  }
  .tablet-l\:m-b-188\% {
    margin-bottom: 188%;
  }
  .tablet-l\:m-b--188\% {
    margin-bottom: -188%;
  }
  .tablet-l\:p-b-188\% {
    padding-bottom: 188%;
  }
  .tablet-l\:p-b--188\% {
    padding-bottom: -188%;
  }
  .tablet-l\:bottom-188\% {
    bottom: 188%;
  }
  .tablet-l\:bottom--188\% {
    bottom: -188%;
  }
  .tablet-l\:m-l-188\% {
    margin-left: 188%;
  }
  .tablet-l\:m-l--188\% {
    margin-left: -188%;
  }
  .tablet-l\:p-l-188\% {
    padding-left: 188%;
  }
  .tablet-l\:p-l--188\% {
    padding-left: -188%;
  }
  .tablet-l\:left-188\% {
    left: 188%;
  }
  .tablet-l\:left--188\% {
    left: -188%;
  }
  .tablet-l\:m-r-188\% {
    margin-right: 188%;
  }
  .tablet-l\:m-r--188\% {
    margin-right: -188%;
  }
  .tablet-l\:p-r-188\% {
    padding-right: 188%;
  }
  .tablet-l\:p-r--188\% {
    padding-right: -188%;
  }
  .tablet-l\:right-188\% {
    right: 188%;
  }
  .tablet-l\:right--188\% {
    right: -188%;
  }
  .tablet-l\:h-188\% {
    height: 188%;
  }
  .tablet-l\:w-188\% {
    width: 188%;
  }
  .tablet-l\:max_h-188\% {
    max-height: 188%;
  }
  .tablet-l\:max_w-188\% {
    max-width: 188%;
  }
  .tablet-l\:min_h-188\% {
    min-height: 188%;
  }
  .tablet-l\:min_w-188\% {
    min-width: 188%;
  }
  .tablet-l\:h-188vh {
    height: 188vh;
  }
  .tablet-l\:w-188vw {
    width: 188vw;
  }
  .tablet-l\:min_w-188vw {
    min-width: 188vw;
  }
  .tablet-l\:min_h-188vh {
    min-height: 188vh;
  }
  .tablet-l\:max_w-188vw {
    max-width: 188vw;
  }
  .tablet-l\:max_h-188vh {
    max-height: 188vh;
  }
  .tablet-l\:m-t-189\% {
    margin-top: 189%;
  }
  .tablet-l\:m-t--189\% {
    margin-top: -189%;
  }
  .tablet-l\:p-t-189\% {
    padding-top: 189%;
  }
  .tablet-l\:p-t--189\% {
    padding-top: -189%;
  }
  .tablet-l\:top-189\% {
    top: 189%;
  }
  .tablet-l\:top--189\% {
    top: -189%;
  }
  .tablet-l\:m-b-189\% {
    margin-bottom: 189%;
  }
  .tablet-l\:m-b--189\% {
    margin-bottom: -189%;
  }
  .tablet-l\:p-b-189\% {
    padding-bottom: 189%;
  }
  .tablet-l\:p-b--189\% {
    padding-bottom: -189%;
  }
  .tablet-l\:bottom-189\% {
    bottom: 189%;
  }
  .tablet-l\:bottom--189\% {
    bottom: -189%;
  }
  .tablet-l\:m-l-189\% {
    margin-left: 189%;
  }
  .tablet-l\:m-l--189\% {
    margin-left: -189%;
  }
  .tablet-l\:p-l-189\% {
    padding-left: 189%;
  }
  .tablet-l\:p-l--189\% {
    padding-left: -189%;
  }
  .tablet-l\:left-189\% {
    left: 189%;
  }
  .tablet-l\:left--189\% {
    left: -189%;
  }
  .tablet-l\:m-r-189\% {
    margin-right: 189%;
  }
  .tablet-l\:m-r--189\% {
    margin-right: -189%;
  }
  .tablet-l\:p-r-189\% {
    padding-right: 189%;
  }
  .tablet-l\:p-r--189\% {
    padding-right: -189%;
  }
  .tablet-l\:right-189\% {
    right: 189%;
  }
  .tablet-l\:right--189\% {
    right: -189%;
  }
  .tablet-l\:h-189\% {
    height: 189%;
  }
  .tablet-l\:w-189\% {
    width: 189%;
  }
  .tablet-l\:max_h-189\% {
    max-height: 189%;
  }
  .tablet-l\:max_w-189\% {
    max-width: 189%;
  }
  .tablet-l\:min_h-189\% {
    min-height: 189%;
  }
  .tablet-l\:min_w-189\% {
    min-width: 189%;
  }
  .tablet-l\:h-189vh {
    height: 189vh;
  }
  .tablet-l\:w-189vw {
    width: 189vw;
  }
  .tablet-l\:min_w-189vw {
    min-width: 189vw;
  }
  .tablet-l\:min_h-189vh {
    min-height: 189vh;
  }
  .tablet-l\:max_w-189vw {
    max-width: 189vw;
  }
  .tablet-l\:max_h-189vh {
    max-height: 189vh;
  }
  .tablet-l\:m-t-190\% {
    margin-top: 190%;
  }
  .tablet-l\:m-t--190\% {
    margin-top: -190%;
  }
  .tablet-l\:p-t-190\% {
    padding-top: 190%;
  }
  .tablet-l\:p-t--190\% {
    padding-top: -190%;
  }
  .tablet-l\:top-190\% {
    top: 190%;
  }
  .tablet-l\:top--190\% {
    top: -190%;
  }
  .tablet-l\:m-b-190\% {
    margin-bottom: 190%;
  }
  .tablet-l\:m-b--190\% {
    margin-bottom: -190%;
  }
  .tablet-l\:p-b-190\% {
    padding-bottom: 190%;
  }
  .tablet-l\:p-b--190\% {
    padding-bottom: -190%;
  }
  .tablet-l\:bottom-190\% {
    bottom: 190%;
  }
  .tablet-l\:bottom--190\% {
    bottom: -190%;
  }
  .tablet-l\:m-l-190\% {
    margin-left: 190%;
  }
  .tablet-l\:m-l--190\% {
    margin-left: -190%;
  }
  .tablet-l\:p-l-190\% {
    padding-left: 190%;
  }
  .tablet-l\:p-l--190\% {
    padding-left: -190%;
  }
  .tablet-l\:left-190\% {
    left: 190%;
  }
  .tablet-l\:left--190\% {
    left: -190%;
  }
  .tablet-l\:m-r-190\% {
    margin-right: 190%;
  }
  .tablet-l\:m-r--190\% {
    margin-right: -190%;
  }
  .tablet-l\:p-r-190\% {
    padding-right: 190%;
  }
  .tablet-l\:p-r--190\% {
    padding-right: -190%;
  }
  .tablet-l\:right-190\% {
    right: 190%;
  }
  .tablet-l\:right--190\% {
    right: -190%;
  }
  .tablet-l\:h-190\% {
    height: 190%;
  }
  .tablet-l\:w-190\% {
    width: 190%;
  }
  .tablet-l\:max_h-190\% {
    max-height: 190%;
  }
  .tablet-l\:max_w-190\% {
    max-width: 190%;
  }
  .tablet-l\:min_h-190\% {
    min-height: 190%;
  }
  .tablet-l\:min_w-190\% {
    min-width: 190%;
  }
  .tablet-l\:h-190vh {
    height: 190vh;
  }
  .tablet-l\:w-190vw {
    width: 190vw;
  }
  .tablet-l\:min_w-190vw {
    min-width: 190vw;
  }
  .tablet-l\:min_h-190vh {
    min-height: 190vh;
  }
  .tablet-l\:max_w-190vw {
    max-width: 190vw;
  }
  .tablet-l\:max_h-190vh {
    max-height: 190vh;
  }
  .tablet-l\:m-t-191\% {
    margin-top: 191%;
  }
  .tablet-l\:m-t--191\% {
    margin-top: -191%;
  }
  .tablet-l\:p-t-191\% {
    padding-top: 191%;
  }
  .tablet-l\:p-t--191\% {
    padding-top: -191%;
  }
  .tablet-l\:top-191\% {
    top: 191%;
  }
  .tablet-l\:top--191\% {
    top: -191%;
  }
  .tablet-l\:m-b-191\% {
    margin-bottom: 191%;
  }
  .tablet-l\:m-b--191\% {
    margin-bottom: -191%;
  }
  .tablet-l\:p-b-191\% {
    padding-bottom: 191%;
  }
  .tablet-l\:p-b--191\% {
    padding-bottom: -191%;
  }
  .tablet-l\:bottom-191\% {
    bottom: 191%;
  }
  .tablet-l\:bottom--191\% {
    bottom: -191%;
  }
  .tablet-l\:m-l-191\% {
    margin-left: 191%;
  }
  .tablet-l\:m-l--191\% {
    margin-left: -191%;
  }
  .tablet-l\:p-l-191\% {
    padding-left: 191%;
  }
  .tablet-l\:p-l--191\% {
    padding-left: -191%;
  }
  .tablet-l\:left-191\% {
    left: 191%;
  }
  .tablet-l\:left--191\% {
    left: -191%;
  }
  .tablet-l\:m-r-191\% {
    margin-right: 191%;
  }
  .tablet-l\:m-r--191\% {
    margin-right: -191%;
  }
  .tablet-l\:p-r-191\% {
    padding-right: 191%;
  }
  .tablet-l\:p-r--191\% {
    padding-right: -191%;
  }
  .tablet-l\:right-191\% {
    right: 191%;
  }
  .tablet-l\:right--191\% {
    right: -191%;
  }
  .tablet-l\:h-191\% {
    height: 191%;
  }
  .tablet-l\:w-191\% {
    width: 191%;
  }
  .tablet-l\:max_h-191\% {
    max-height: 191%;
  }
  .tablet-l\:max_w-191\% {
    max-width: 191%;
  }
  .tablet-l\:min_h-191\% {
    min-height: 191%;
  }
  .tablet-l\:min_w-191\% {
    min-width: 191%;
  }
  .tablet-l\:h-191vh {
    height: 191vh;
  }
  .tablet-l\:w-191vw {
    width: 191vw;
  }
  .tablet-l\:min_w-191vw {
    min-width: 191vw;
  }
  .tablet-l\:min_h-191vh {
    min-height: 191vh;
  }
  .tablet-l\:max_w-191vw {
    max-width: 191vw;
  }
  .tablet-l\:max_h-191vh {
    max-height: 191vh;
  }
  .tablet-l\:m-t-192\% {
    margin-top: 192%;
  }
  .tablet-l\:m-t--192\% {
    margin-top: -192%;
  }
  .tablet-l\:p-t-192\% {
    padding-top: 192%;
  }
  .tablet-l\:p-t--192\% {
    padding-top: -192%;
  }
  .tablet-l\:top-192\% {
    top: 192%;
  }
  .tablet-l\:top--192\% {
    top: -192%;
  }
  .tablet-l\:m-b-192\% {
    margin-bottom: 192%;
  }
  .tablet-l\:m-b--192\% {
    margin-bottom: -192%;
  }
  .tablet-l\:p-b-192\% {
    padding-bottom: 192%;
  }
  .tablet-l\:p-b--192\% {
    padding-bottom: -192%;
  }
  .tablet-l\:bottom-192\% {
    bottom: 192%;
  }
  .tablet-l\:bottom--192\% {
    bottom: -192%;
  }
  .tablet-l\:m-l-192\% {
    margin-left: 192%;
  }
  .tablet-l\:m-l--192\% {
    margin-left: -192%;
  }
  .tablet-l\:p-l-192\% {
    padding-left: 192%;
  }
  .tablet-l\:p-l--192\% {
    padding-left: -192%;
  }
  .tablet-l\:left-192\% {
    left: 192%;
  }
  .tablet-l\:left--192\% {
    left: -192%;
  }
  .tablet-l\:m-r-192\% {
    margin-right: 192%;
  }
  .tablet-l\:m-r--192\% {
    margin-right: -192%;
  }
  .tablet-l\:p-r-192\% {
    padding-right: 192%;
  }
  .tablet-l\:p-r--192\% {
    padding-right: -192%;
  }
  .tablet-l\:right-192\% {
    right: 192%;
  }
  .tablet-l\:right--192\% {
    right: -192%;
  }
  .tablet-l\:h-192\% {
    height: 192%;
  }
  .tablet-l\:w-192\% {
    width: 192%;
  }
  .tablet-l\:max_h-192\% {
    max-height: 192%;
  }
  .tablet-l\:max_w-192\% {
    max-width: 192%;
  }
  .tablet-l\:min_h-192\% {
    min-height: 192%;
  }
  .tablet-l\:min_w-192\% {
    min-width: 192%;
  }
  .tablet-l\:h-192vh {
    height: 192vh;
  }
  .tablet-l\:w-192vw {
    width: 192vw;
  }
  .tablet-l\:min_w-192vw {
    min-width: 192vw;
  }
  .tablet-l\:min_h-192vh {
    min-height: 192vh;
  }
  .tablet-l\:max_w-192vw {
    max-width: 192vw;
  }
  .tablet-l\:max_h-192vh {
    max-height: 192vh;
  }
  .tablet-l\:m-t-193\% {
    margin-top: 193%;
  }
  .tablet-l\:m-t--193\% {
    margin-top: -193%;
  }
  .tablet-l\:p-t-193\% {
    padding-top: 193%;
  }
  .tablet-l\:p-t--193\% {
    padding-top: -193%;
  }
  .tablet-l\:top-193\% {
    top: 193%;
  }
  .tablet-l\:top--193\% {
    top: -193%;
  }
  .tablet-l\:m-b-193\% {
    margin-bottom: 193%;
  }
  .tablet-l\:m-b--193\% {
    margin-bottom: -193%;
  }
  .tablet-l\:p-b-193\% {
    padding-bottom: 193%;
  }
  .tablet-l\:p-b--193\% {
    padding-bottom: -193%;
  }
  .tablet-l\:bottom-193\% {
    bottom: 193%;
  }
  .tablet-l\:bottom--193\% {
    bottom: -193%;
  }
  .tablet-l\:m-l-193\% {
    margin-left: 193%;
  }
  .tablet-l\:m-l--193\% {
    margin-left: -193%;
  }
  .tablet-l\:p-l-193\% {
    padding-left: 193%;
  }
  .tablet-l\:p-l--193\% {
    padding-left: -193%;
  }
  .tablet-l\:left-193\% {
    left: 193%;
  }
  .tablet-l\:left--193\% {
    left: -193%;
  }
  .tablet-l\:m-r-193\% {
    margin-right: 193%;
  }
  .tablet-l\:m-r--193\% {
    margin-right: -193%;
  }
  .tablet-l\:p-r-193\% {
    padding-right: 193%;
  }
  .tablet-l\:p-r--193\% {
    padding-right: -193%;
  }
  .tablet-l\:right-193\% {
    right: 193%;
  }
  .tablet-l\:right--193\% {
    right: -193%;
  }
  .tablet-l\:h-193\% {
    height: 193%;
  }
  .tablet-l\:w-193\% {
    width: 193%;
  }
  .tablet-l\:max_h-193\% {
    max-height: 193%;
  }
  .tablet-l\:max_w-193\% {
    max-width: 193%;
  }
  .tablet-l\:min_h-193\% {
    min-height: 193%;
  }
  .tablet-l\:min_w-193\% {
    min-width: 193%;
  }
  .tablet-l\:h-193vh {
    height: 193vh;
  }
  .tablet-l\:w-193vw {
    width: 193vw;
  }
  .tablet-l\:min_w-193vw {
    min-width: 193vw;
  }
  .tablet-l\:min_h-193vh {
    min-height: 193vh;
  }
  .tablet-l\:max_w-193vw {
    max-width: 193vw;
  }
  .tablet-l\:max_h-193vh {
    max-height: 193vh;
  }
  .tablet-l\:m-t-194\% {
    margin-top: 194%;
  }
  .tablet-l\:m-t--194\% {
    margin-top: -194%;
  }
  .tablet-l\:p-t-194\% {
    padding-top: 194%;
  }
  .tablet-l\:p-t--194\% {
    padding-top: -194%;
  }
  .tablet-l\:top-194\% {
    top: 194%;
  }
  .tablet-l\:top--194\% {
    top: -194%;
  }
  .tablet-l\:m-b-194\% {
    margin-bottom: 194%;
  }
  .tablet-l\:m-b--194\% {
    margin-bottom: -194%;
  }
  .tablet-l\:p-b-194\% {
    padding-bottom: 194%;
  }
  .tablet-l\:p-b--194\% {
    padding-bottom: -194%;
  }
  .tablet-l\:bottom-194\% {
    bottom: 194%;
  }
  .tablet-l\:bottom--194\% {
    bottom: -194%;
  }
  .tablet-l\:m-l-194\% {
    margin-left: 194%;
  }
  .tablet-l\:m-l--194\% {
    margin-left: -194%;
  }
  .tablet-l\:p-l-194\% {
    padding-left: 194%;
  }
  .tablet-l\:p-l--194\% {
    padding-left: -194%;
  }
  .tablet-l\:left-194\% {
    left: 194%;
  }
  .tablet-l\:left--194\% {
    left: -194%;
  }
  .tablet-l\:m-r-194\% {
    margin-right: 194%;
  }
  .tablet-l\:m-r--194\% {
    margin-right: -194%;
  }
  .tablet-l\:p-r-194\% {
    padding-right: 194%;
  }
  .tablet-l\:p-r--194\% {
    padding-right: -194%;
  }
  .tablet-l\:right-194\% {
    right: 194%;
  }
  .tablet-l\:right--194\% {
    right: -194%;
  }
  .tablet-l\:h-194\% {
    height: 194%;
  }
  .tablet-l\:w-194\% {
    width: 194%;
  }
  .tablet-l\:max_h-194\% {
    max-height: 194%;
  }
  .tablet-l\:max_w-194\% {
    max-width: 194%;
  }
  .tablet-l\:min_h-194\% {
    min-height: 194%;
  }
  .tablet-l\:min_w-194\% {
    min-width: 194%;
  }
  .tablet-l\:h-194vh {
    height: 194vh;
  }
  .tablet-l\:w-194vw {
    width: 194vw;
  }
  .tablet-l\:min_w-194vw {
    min-width: 194vw;
  }
  .tablet-l\:min_h-194vh {
    min-height: 194vh;
  }
  .tablet-l\:max_w-194vw {
    max-width: 194vw;
  }
  .tablet-l\:max_h-194vh {
    max-height: 194vh;
  }
  .tablet-l\:m-t-195\% {
    margin-top: 195%;
  }
  .tablet-l\:m-t--195\% {
    margin-top: -195%;
  }
  .tablet-l\:p-t-195\% {
    padding-top: 195%;
  }
  .tablet-l\:p-t--195\% {
    padding-top: -195%;
  }
  .tablet-l\:top-195\% {
    top: 195%;
  }
  .tablet-l\:top--195\% {
    top: -195%;
  }
  .tablet-l\:m-b-195\% {
    margin-bottom: 195%;
  }
  .tablet-l\:m-b--195\% {
    margin-bottom: -195%;
  }
  .tablet-l\:p-b-195\% {
    padding-bottom: 195%;
  }
  .tablet-l\:p-b--195\% {
    padding-bottom: -195%;
  }
  .tablet-l\:bottom-195\% {
    bottom: 195%;
  }
  .tablet-l\:bottom--195\% {
    bottom: -195%;
  }
  .tablet-l\:m-l-195\% {
    margin-left: 195%;
  }
  .tablet-l\:m-l--195\% {
    margin-left: -195%;
  }
  .tablet-l\:p-l-195\% {
    padding-left: 195%;
  }
  .tablet-l\:p-l--195\% {
    padding-left: -195%;
  }
  .tablet-l\:left-195\% {
    left: 195%;
  }
  .tablet-l\:left--195\% {
    left: -195%;
  }
  .tablet-l\:m-r-195\% {
    margin-right: 195%;
  }
  .tablet-l\:m-r--195\% {
    margin-right: -195%;
  }
  .tablet-l\:p-r-195\% {
    padding-right: 195%;
  }
  .tablet-l\:p-r--195\% {
    padding-right: -195%;
  }
  .tablet-l\:right-195\% {
    right: 195%;
  }
  .tablet-l\:right--195\% {
    right: -195%;
  }
  .tablet-l\:h-195\% {
    height: 195%;
  }
  .tablet-l\:w-195\% {
    width: 195%;
  }
  .tablet-l\:max_h-195\% {
    max-height: 195%;
  }
  .tablet-l\:max_w-195\% {
    max-width: 195%;
  }
  .tablet-l\:min_h-195\% {
    min-height: 195%;
  }
  .tablet-l\:min_w-195\% {
    min-width: 195%;
  }
  .tablet-l\:h-195vh {
    height: 195vh;
  }
  .tablet-l\:w-195vw {
    width: 195vw;
  }
  .tablet-l\:min_w-195vw {
    min-width: 195vw;
  }
  .tablet-l\:min_h-195vh {
    min-height: 195vh;
  }
  .tablet-l\:max_w-195vw {
    max-width: 195vw;
  }
  .tablet-l\:max_h-195vh {
    max-height: 195vh;
  }
  .tablet-l\:m-t-196\% {
    margin-top: 196%;
  }
  .tablet-l\:m-t--196\% {
    margin-top: -196%;
  }
  .tablet-l\:p-t-196\% {
    padding-top: 196%;
  }
  .tablet-l\:p-t--196\% {
    padding-top: -196%;
  }
  .tablet-l\:top-196\% {
    top: 196%;
  }
  .tablet-l\:top--196\% {
    top: -196%;
  }
  .tablet-l\:m-b-196\% {
    margin-bottom: 196%;
  }
  .tablet-l\:m-b--196\% {
    margin-bottom: -196%;
  }
  .tablet-l\:p-b-196\% {
    padding-bottom: 196%;
  }
  .tablet-l\:p-b--196\% {
    padding-bottom: -196%;
  }
  .tablet-l\:bottom-196\% {
    bottom: 196%;
  }
  .tablet-l\:bottom--196\% {
    bottom: -196%;
  }
  .tablet-l\:m-l-196\% {
    margin-left: 196%;
  }
  .tablet-l\:m-l--196\% {
    margin-left: -196%;
  }
  .tablet-l\:p-l-196\% {
    padding-left: 196%;
  }
  .tablet-l\:p-l--196\% {
    padding-left: -196%;
  }
  .tablet-l\:left-196\% {
    left: 196%;
  }
  .tablet-l\:left--196\% {
    left: -196%;
  }
  .tablet-l\:m-r-196\% {
    margin-right: 196%;
  }
  .tablet-l\:m-r--196\% {
    margin-right: -196%;
  }
  .tablet-l\:p-r-196\% {
    padding-right: 196%;
  }
  .tablet-l\:p-r--196\% {
    padding-right: -196%;
  }
  .tablet-l\:right-196\% {
    right: 196%;
  }
  .tablet-l\:right--196\% {
    right: -196%;
  }
  .tablet-l\:h-196\% {
    height: 196%;
  }
  .tablet-l\:w-196\% {
    width: 196%;
  }
  .tablet-l\:max_h-196\% {
    max-height: 196%;
  }
  .tablet-l\:max_w-196\% {
    max-width: 196%;
  }
  .tablet-l\:min_h-196\% {
    min-height: 196%;
  }
  .tablet-l\:min_w-196\% {
    min-width: 196%;
  }
  .tablet-l\:h-196vh {
    height: 196vh;
  }
  .tablet-l\:w-196vw {
    width: 196vw;
  }
  .tablet-l\:min_w-196vw {
    min-width: 196vw;
  }
  .tablet-l\:min_h-196vh {
    min-height: 196vh;
  }
  .tablet-l\:max_w-196vw {
    max-width: 196vw;
  }
  .tablet-l\:max_h-196vh {
    max-height: 196vh;
  }
  .tablet-l\:m-t-197\% {
    margin-top: 197%;
  }
  .tablet-l\:m-t--197\% {
    margin-top: -197%;
  }
  .tablet-l\:p-t-197\% {
    padding-top: 197%;
  }
  .tablet-l\:p-t--197\% {
    padding-top: -197%;
  }
  .tablet-l\:top-197\% {
    top: 197%;
  }
  .tablet-l\:top--197\% {
    top: -197%;
  }
  .tablet-l\:m-b-197\% {
    margin-bottom: 197%;
  }
  .tablet-l\:m-b--197\% {
    margin-bottom: -197%;
  }
  .tablet-l\:p-b-197\% {
    padding-bottom: 197%;
  }
  .tablet-l\:p-b--197\% {
    padding-bottom: -197%;
  }
  .tablet-l\:bottom-197\% {
    bottom: 197%;
  }
  .tablet-l\:bottom--197\% {
    bottom: -197%;
  }
  .tablet-l\:m-l-197\% {
    margin-left: 197%;
  }
  .tablet-l\:m-l--197\% {
    margin-left: -197%;
  }
  .tablet-l\:p-l-197\% {
    padding-left: 197%;
  }
  .tablet-l\:p-l--197\% {
    padding-left: -197%;
  }
  .tablet-l\:left-197\% {
    left: 197%;
  }
  .tablet-l\:left--197\% {
    left: -197%;
  }
  .tablet-l\:m-r-197\% {
    margin-right: 197%;
  }
  .tablet-l\:m-r--197\% {
    margin-right: -197%;
  }
  .tablet-l\:p-r-197\% {
    padding-right: 197%;
  }
  .tablet-l\:p-r--197\% {
    padding-right: -197%;
  }
  .tablet-l\:right-197\% {
    right: 197%;
  }
  .tablet-l\:right--197\% {
    right: -197%;
  }
  .tablet-l\:h-197\% {
    height: 197%;
  }
  .tablet-l\:w-197\% {
    width: 197%;
  }
  .tablet-l\:max_h-197\% {
    max-height: 197%;
  }
  .tablet-l\:max_w-197\% {
    max-width: 197%;
  }
  .tablet-l\:min_h-197\% {
    min-height: 197%;
  }
  .tablet-l\:min_w-197\% {
    min-width: 197%;
  }
  .tablet-l\:h-197vh {
    height: 197vh;
  }
  .tablet-l\:w-197vw {
    width: 197vw;
  }
  .tablet-l\:min_w-197vw {
    min-width: 197vw;
  }
  .tablet-l\:min_h-197vh {
    min-height: 197vh;
  }
  .tablet-l\:max_w-197vw {
    max-width: 197vw;
  }
  .tablet-l\:max_h-197vh {
    max-height: 197vh;
  }
  .tablet-l\:m-t-198\% {
    margin-top: 198%;
  }
  .tablet-l\:m-t--198\% {
    margin-top: -198%;
  }
  .tablet-l\:p-t-198\% {
    padding-top: 198%;
  }
  .tablet-l\:p-t--198\% {
    padding-top: -198%;
  }
  .tablet-l\:top-198\% {
    top: 198%;
  }
  .tablet-l\:top--198\% {
    top: -198%;
  }
  .tablet-l\:m-b-198\% {
    margin-bottom: 198%;
  }
  .tablet-l\:m-b--198\% {
    margin-bottom: -198%;
  }
  .tablet-l\:p-b-198\% {
    padding-bottom: 198%;
  }
  .tablet-l\:p-b--198\% {
    padding-bottom: -198%;
  }
  .tablet-l\:bottom-198\% {
    bottom: 198%;
  }
  .tablet-l\:bottom--198\% {
    bottom: -198%;
  }
  .tablet-l\:m-l-198\% {
    margin-left: 198%;
  }
  .tablet-l\:m-l--198\% {
    margin-left: -198%;
  }
  .tablet-l\:p-l-198\% {
    padding-left: 198%;
  }
  .tablet-l\:p-l--198\% {
    padding-left: -198%;
  }
  .tablet-l\:left-198\% {
    left: 198%;
  }
  .tablet-l\:left--198\% {
    left: -198%;
  }
  .tablet-l\:m-r-198\% {
    margin-right: 198%;
  }
  .tablet-l\:m-r--198\% {
    margin-right: -198%;
  }
  .tablet-l\:p-r-198\% {
    padding-right: 198%;
  }
  .tablet-l\:p-r--198\% {
    padding-right: -198%;
  }
  .tablet-l\:right-198\% {
    right: 198%;
  }
  .tablet-l\:right--198\% {
    right: -198%;
  }
  .tablet-l\:h-198\% {
    height: 198%;
  }
  .tablet-l\:w-198\% {
    width: 198%;
  }
  .tablet-l\:max_h-198\% {
    max-height: 198%;
  }
  .tablet-l\:max_w-198\% {
    max-width: 198%;
  }
  .tablet-l\:min_h-198\% {
    min-height: 198%;
  }
  .tablet-l\:min_w-198\% {
    min-width: 198%;
  }
  .tablet-l\:h-198vh {
    height: 198vh;
  }
  .tablet-l\:w-198vw {
    width: 198vw;
  }
  .tablet-l\:min_w-198vw {
    min-width: 198vw;
  }
  .tablet-l\:min_h-198vh {
    min-height: 198vh;
  }
  .tablet-l\:max_w-198vw {
    max-width: 198vw;
  }
  .tablet-l\:max_h-198vh {
    max-height: 198vh;
  }
  .tablet-l\:m-t-199\% {
    margin-top: 199%;
  }
  .tablet-l\:m-t--199\% {
    margin-top: -199%;
  }
  .tablet-l\:p-t-199\% {
    padding-top: 199%;
  }
  .tablet-l\:p-t--199\% {
    padding-top: -199%;
  }
  .tablet-l\:top-199\% {
    top: 199%;
  }
  .tablet-l\:top--199\% {
    top: -199%;
  }
  .tablet-l\:m-b-199\% {
    margin-bottom: 199%;
  }
  .tablet-l\:m-b--199\% {
    margin-bottom: -199%;
  }
  .tablet-l\:p-b-199\% {
    padding-bottom: 199%;
  }
  .tablet-l\:p-b--199\% {
    padding-bottom: -199%;
  }
  .tablet-l\:bottom-199\% {
    bottom: 199%;
  }
  .tablet-l\:bottom--199\% {
    bottom: -199%;
  }
  .tablet-l\:m-l-199\% {
    margin-left: 199%;
  }
  .tablet-l\:m-l--199\% {
    margin-left: -199%;
  }
  .tablet-l\:p-l-199\% {
    padding-left: 199%;
  }
  .tablet-l\:p-l--199\% {
    padding-left: -199%;
  }
  .tablet-l\:left-199\% {
    left: 199%;
  }
  .tablet-l\:left--199\% {
    left: -199%;
  }
  .tablet-l\:m-r-199\% {
    margin-right: 199%;
  }
  .tablet-l\:m-r--199\% {
    margin-right: -199%;
  }
  .tablet-l\:p-r-199\% {
    padding-right: 199%;
  }
  .tablet-l\:p-r--199\% {
    padding-right: -199%;
  }
  .tablet-l\:right-199\% {
    right: 199%;
  }
  .tablet-l\:right--199\% {
    right: -199%;
  }
  .tablet-l\:h-199\% {
    height: 199%;
  }
  .tablet-l\:w-199\% {
    width: 199%;
  }
  .tablet-l\:max_h-199\% {
    max-height: 199%;
  }
  .tablet-l\:max_w-199\% {
    max-width: 199%;
  }
  .tablet-l\:min_h-199\% {
    min-height: 199%;
  }
  .tablet-l\:min_w-199\% {
    min-width: 199%;
  }
  .tablet-l\:h-199vh {
    height: 199vh;
  }
  .tablet-l\:w-199vw {
    width: 199vw;
  }
  .tablet-l\:min_w-199vw {
    min-width: 199vw;
  }
  .tablet-l\:min_h-199vh {
    min-height: 199vh;
  }
  .tablet-l\:max_w-199vw {
    max-width: 199vw;
  }
  .tablet-l\:max_h-199vh {
    max-height: 199vh;
  }
  .tablet-l\:m-t-200\% {
    margin-top: 200%;
  }
  .tablet-l\:m-t--200\% {
    margin-top: -200%;
  }
  .tablet-l\:p-t-200\% {
    padding-top: 200%;
  }
  .tablet-l\:p-t--200\% {
    padding-top: -200%;
  }
  .tablet-l\:top-200\% {
    top: 200%;
  }
  .tablet-l\:top--200\% {
    top: -200%;
  }
  .tablet-l\:m-b-200\% {
    margin-bottom: 200%;
  }
  .tablet-l\:m-b--200\% {
    margin-bottom: -200%;
  }
  .tablet-l\:p-b-200\% {
    padding-bottom: 200%;
  }
  .tablet-l\:p-b--200\% {
    padding-bottom: -200%;
  }
  .tablet-l\:bottom-200\% {
    bottom: 200%;
  }
  .tablet-l\:bottom--200\% {
    bottom: -200%;
  }
  .tablet-l\:m-l-200\% {
    margin-left: 200%;
  }
  .tablet-l\:m-l--200\% {
    margin-left: -200%;
  }
  .tablet-l\:p-l-200\% {
    padding-left: 200%;
  }
  .tablet-l\:p-l--200\% {
    padding-left: -200%;
  }
  .tablet-l\:left-200\% {
    left: 200%;
  }
  .tablet-l\:left--200\% {
    left: -200%;
  }
  .tablet-l\:m-r-200\% {
    margin-right: 200%;
  }
  .tablet-l\:m-r--200\% {
    margin-right: -200%;
  }
  .tablet-l\:p-r-200\% {
    padding-right: 200%;
  }
  .tablet-l\:p-r--200\% {
    padding-right: -200%;
  }
  .tablet-l\:right-200\% {
    right: 200%;
  }
  .tablet-l\:right--200\% {
    right: -200%;
  }
  .tablet-l\:h-200\% {
    height: 200%;
  }
  .tablet-l\:w-200\% {
    width: 200%;
  }
  .tablet-l\:max_h-200\% {
    max-height: 200%;
  }
  .tablet-l\:max_w-200\% {
    max-width: 200%;
  }
  .tablet-l\:min_h-200\% {
    min-height: 200%;
  }
  .tablet-l\:min_w-200\% {
    min-width: 200%;
  }
  .tablet-l\:h-200vh {
    height: 200vh;
  }
  .tablet-l\:w-200vw {
    width: 200vw;
  }
  .tablet-l\:min_w-200vw {
    min-width: 200vw;
  }
  .tablet-l\:min_h-200vh {
    min-height: 200vh;
  }
  .tablet-l\:max_w-200vw {
    max-width: 200vw;
  }
  .tablet-l\:max_h-200vh {
    max-height: 200vh;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-t-1\% {
    margin-top: 1%;
  }
  .laptop\:m-t--1\% {
    margin-top: -1%;
  }
  .laptop\:p-t-1\% {
    padding-top: 1%;
  }
  .laptop\:p-t--1\% {
    padding-top: -1%;
  }
  .laptop\:top-1\% {
    top: 1%;
  }
  .laptop\:top--1\% {
    top: -1%;
  }
  .laptop\:m-b-1\% {
    margin-bottom: 1%;
  }
  .laptop\:m-b--1\% {
    margin-bottom: -1%;
  }
  .laptop\:p-b-1\% {
    padding-bottom: 1%;
  }
  .laptop\:p-b--1\% {
    padding-bottom: -1%;
  }
  .laptop\:bottom-1\% {
    bottom: 1%;
  }
  .laptop\:bottom--1\% {
    bottom: -1%;
  }
  .laptop\:m-l-1\% {
    margin-left: 1%;
  }
  .laptop\:m-l--1\% {
    margin-left: -1%;
  }
  .laptop\:p-l-1\% {
    padding-left: 1%;
  }
  .laptop\:p-l--1\% {
    padding-left: -1%;
  }
  .laptop\:left-1\% {
    left: 1%;
  }
  .laptop\:left--1\% {
    left: -1%;
  }
  .laptop\:m-r-1\% {
    margin-right: 1%;
  }
  .laptop\:m-r--1\% {
    margin-right: -1%;
  }
  .laptop\:p-r-1\% {
    padding-right: 1%;
  }
  .laptop\:p-r--1\% {
    padding-right: -1%;
  }
  .laptop\:right-1\% {
    right: 1%;
  }
  .laptop\:right--1\% {
    right: -1%;
  }
  .laptop\:h-1\% {
    height: 1%;
  }
  .laptop\:w-1\% {
    width: 1%;
  }
  .laptop\:max_h-1\% {
    max-height: 1%;
  }
  .laptop\:max_w-1\% {
    max-width: 1%;
  }
  .laptop\:min_h-1\% {
    min-height: 1%;
  }
  .laptop\:min_w-1\% {
    min-width: 1%;
  }
  .laptop\:h-1vh {
    height: 1vh;
  }
  .laptop\:w-1vw {
    width: 1vw;
  }
  .laptop\:min_w-1vw {
    min-width: 1vw;
  }
  .laptop\:min_h-1vh {
    min-height: 1vh;
  }
  .laptop\:max_w-1vw {
    max-width: 1vw;
  }
  .laptop\:max_h-1vh {
    max-height: 1vh;
  }
  .laptop\:m-t-2\% {
    margin-top: 2%;
  }
  .laptop\:m-t--2\% {
    margin-top: -2%;
  }
  .laptop\:p-t-2\% {
    padding-top: 2%;
  }
  .laptop\:p-t--2\% {
    padding-top: -2%;
  }
  .laptop\:top-2\% {
    top: 2%;
  }
  .laptop\:top--2\% {
    top: -2%;
  }
  .laptop\:m-b-2\% {
    margin-bottom: 2%;
  }
  .laptop\:m-b--2\% {
    margin-bottom: -2%;
  }
  .laptop\:p-b-2\% {
    padding-bottom: 2%;
  }
  .laptop\:p-b--2\% {
    padding-bottom: -2%;
  }
  .laptop\:bottom-2\% {
    bottom: 2%;
  }
  .laptop\:bottom--2\% {
    bottom: -2%;
  }
  .laptop\:m-l-2\% {
    margin-left: 2%;
  }
  .laptop\:m-l--2\% {
    margin-left: -2%;
  }
  .laptop\:p-l-2\% {
    padding-left: 2%;
  }
  .laptop\:p-l--2\% {
    padding-left: -2%;
  }
  .laptop\:left-2\% {
    left: 2%;
  }
  .laptop\:left--2\% {
    left: -2%;
  }
  .laptop\:m-r-2\% {
    margin-right: 2%;
  }
  .laptop\:m-r--2\% {
    margin-right: -2%;
  }
  .laptop\:p-r-2\% {
    padding-right: 2%;
  }
  .laptop\:p-r--2\% {
    padding-right: -2%;
  }
  .laptop\:right-2\% {
    right: 2%;
  }
  .laptop\:right--2\% {
    right: -2%;
  }
  .laptop\:h-2\% {
    height: 2%;
  }
  .laptop\:w-2\% {
    width: 2%;
  }
  .laptop\:max_h-2\% {
    max-height: 2%;
  }
  .laptop\:max_w-2\% {
    max-width: 2%;
  }
  .laptop\:min_h-2\% {
    min-height: 2%;
  }
  .laptop\:min_w-2\% {
    min-width: 2%;
  }
  .laptop\:h-2vh {
    height: 2vh;
  }
  .laptop\:w-2vw {
    width: 2vw;
  }
  .laptop\:min_w-2vw {
    min-width: 2vw;
  }
  .laptop\:min_h-2vh {
    min-height: 2vh;
  }
  .laptop\:max_w-2vw {
    max-width: 2vw;
  }
  .laptop\:max_h-2vh {
    max-height: 2vh;
  }
  .laptop\:m-t-3\% {
    margin-top: 3%;
  }
  .laptop\:m-t--3\% {
    margin-top: -3%;
  }
  .laptop\:p-t-3\% {
    padding-top: 3%;
  }
  .laptop\:p-t--3\% {
    padding-top: -3%;
  }
  .laptop\:top-3\% {
    top: 3%;
  }
  .laptop\:top--3\% {
    top: -3%;
  }
  .laptop\:m-b-3\% {
    margin-bottom: 3%;
  }
  .laptop\:m-b--3\% {
    margin-bottom: -3%;
  }
  .laptop\:p-b-3\% {
    padding-bottom: 3%;
  }
  .laptop\:p-b--3\% {
    padding-bottom: -3%;
  }
  .laptop\:bottom-3\% {
    bottom: 3%;
  }
  .laptop\:bottom--3\% {
    bottom: -3%;
  }
  .laptop\:m-l-3\% {
    margin-left: 3%;
  }
  .laptop\:m-l--3\% {
    margin-left: -3%;
  }
  .laptop\:p-l-3\% {
    padding-left: 3%;
  }
  .laptop\:p-l--3\% {
    padding-left: -3%;
  }
  .laptop\:left-3\% {
    left: 3%;
  }
  .laptop\:left--3\% {
    left: -3%;
  }
  .laptop\:m-r-3\% {
    margin-right: 3%;
  }
  .laptop\:m-r--3\% {
    margin-right: -3%;
  }
  .laptop\:p-r-3\% {
    padding-right: 3%;
  }
  .laptop\:p-r--3\% {
    padding-right: -3%;
  }
  .laptop\:right-3\% {
    right: 3%;
  }
  .laptop\:right--3\% {
    right: -3%;
  }
  .laptop\:h-3\% {
    height: 3%;
  }
  .laptop\:w-3\% {
    width: 3%;
  }
  .laptop\:max_h-3\% {
    max-height: 3%;
  }
  .laptop\:max_w-3\% {
    max-width: 3%;
  }
  .laptop\:min_h-3\% {
    min-height: 3%;
  }
  .laptop\:min_w-3\% {
    min-width: 3%;
  }
  .laptop\:h-3vh {
    height: 3vh;
  }
  .laptop\:w-3vw {
    width: 3vw;
  }
  .laptop\:min_w-3vw {
    min-width: 3vw;
  }
  .laptop\:min_h-3vh {
    min-height: 3vh;
  }
  .laptop\:max_w-3vw {
    max-width: 3vw;
  }
  .laptop\:max_h-3vh {
    max-height: 3vh;
  }
  .laptop\:m-t-4\% {
    margin-top: 4%;
  }
  .laptop\:m-t--4\% {
    margin-top: -4%;
  }
  .laptop\:p-t-4\% {
    padding-top: 4%;
  }
  .laptop\:p-t--4\% {
    padding-top: -4%;
  }
  .laptop\:top-4\% {
    top: 4%;
  }
  .laptop\:top--4\% {
    top: -4%;
  }
  .laptop\:m-b-4\% {
    margin-bottom: 4%;
  }
  .laptop\:m-b--4\% {
    margin-bottom: -4%;
  }
  .laptop\:p-b-4\% {
    padding-bottom: 4%;
  }
  .laptop\:p-b--4\% {
    padding-bottom: -4%;
  }
  .laptop\:bottom-4\% {
    bottom: 4%;
  }
  .laptop\:bottom--4\% {
    bottom: -4%;
  }
  .laptop\:m-l-4\% {
    margin-left: 4%;
  }
  .laptop\:m-l--4\% {
    margin-left: -4%;
  }
  .laptop\:p-l-4\% {
    padding-left: 4%;
  }
  .laptop\:p-l--4\% {
    padding-left: -4%;
  }
  .laptop\:left-4\% {
    left: 4%;
  }
  .laptop\:left--4\% {
    left: -4%;
  }
  .laptop\:m-r-4\% {
    margin-right: 4%;
  }
  .laptop\:m-r--4\% {
    margin-right: -4%;
  }
  .laptop\:p-r-4\% {
    padding-right: 4%;
  }
  .laptop\:p-r--4\% {
    padding-right: -4%;
  }
  .laptop\:right-4\% {
    right: 4%;
  }
  .laptop\:right--4\% {
    right: -4%;
  }
  .laptop\:h-4\% {
    height: 4%;
  }
  .laptop\:w-4\% {
    width: 4%;
  }
  .laptop\:max_h-4\% {
    max-height: 4%;
  }
  .laptop\:max_w-4\% {
    max-width: 4%;
  }
  .laptop\:min_h-4\% {
    min-height: 4%;
  }
  .laptop\:min_w-4\% {
    min-width: 4%;
  }
  .laptop\:h-4vh {
    height: 4vh;
  }
  .laptop\:w-4vw {
    width: 4vw;
  }
  .laptop\:min_w-4vw {
    min-width: 4vw;
  }
  .laptop\:min_h-4vh {
    min-height: 4vh;
  }
  .laptop\:max_w-4vw {
    max-width: 4vw;
  }
  .laptop\:max_h-4vh {
    max-height: 4vh;
  }
  .laptop\:m-t-5\% {
    margin-top: 5%;
  }
  .laptop\:m-t--5\% {
    margin-top: -5%;
  }
  .laptop\:p-t-5\% {
    padding-top: 5%;
  }
  .laptop\:p-t--5\% {
    padding-top: -5%;
  }
  .laptop\:top-5\% {
    top: 5%;
  }
  .laptop\:top--5\% {
    top: -5%;
  }
  .laptop\:m-b-5\% {
    margin-bottom: 5%;
  }
  .laptop\:m-b--5\% {
    margin-bottom: -5%;
  }
  .laptop\:p-b-5\% {
    padding-bottom: 5%;
  }
  .laptop\:p-b--5\% {
    padding-bottom: -5%;
  }
  .laptop\:bottom-5\% {
    bottom: 5%;
  }
  .laptop\:bottom--5\% {
    bottom: -5%;
  }
  .laptop\:m-l-5\% {
    margin-left: 5%;
  }
  .laptop\:m-l--5\% {
    margin-left: -5%;
  }
  .laptop\:p-l-5\% {
    padding-left: 5%;
  }
  .laptop\:p-l--5\% {
    padding-left: -5%;
  }
  .laptop\:left-5\% {
    left: 5%;
  }
  .laptop\:left--5\% {
    left: -5%;
  }
  .laptop\:m-r-5\% {
    margin-right: 5%;
  }
  .laptop\:m-r--5\% {
    margin-right: -5%;
  }
  .laptop\:p-r-5\% {
    padding-right: 5%;
  }
  .laptop\:p-r--5\% {
    padding-right: -5%;
  }
  .laptop\:right-5\% {
    right: 5%;
  }
  .laptop\:right--5\% {
    right: -5%;
  }
  .laptop\:h-5\% {
    height: 5%;
  }
  .laptop\:w-5\% {
    width: 5%;
  }
  .laptop\:max_h-5\% {
    max-height: 5%;
  }
  .laptop\:max_w-5\% {
    max-width: 5%;
  }
  .laptop\:min_h-5\% {
    min-height: 5%;
  }
  .laptop\:min_w-5\% {
    min-width: 5%;
  }
  .laptop\:h-5vh {
    height: 5vh;
  }
  .laptop\:w-5vw {
    width: 5vw;
  }
  .laptop\:min_w-5vw {
    min-width: 5vw;
  }
  .laptop\:min_h-5vh {
    min-height: 5vh;
  }
  .laptop\:max_w-5vw {
    max-width: 5vw;
  }
  .laptop\:max_h-5vh {
    max-height: 5vh;
  }
  .laptop\:m-t-6\% {
    margin-top: 6%;
  }
  .laptop\:m-t--6\% {
    margin-top: -6%;
  }
  .laptop\:p-t-6\% {
    padding-top: 6%;
  }
  .laptop\:p-t--6\% {
    padding-top: -6%;
  }
  .laptop\:top-6\% {
    top: 6%;
  }
  .laptop\:top--6\% {
    top: -6%;
  }
  .laptop\:m-b-6\% {
    margin-bottom: 6%;
  }
  .laptop\:m-b--6\% {
    margin-bottom: -6%;
  }
  .laptop\:p-b-6\% {
    padding-bottom: 6%;
  }
  .laptop\:p-b--6\% {
    padding-bottom: -6%;
  }
  .laptop\:bottom-6\% {
    bottom: 6%;
  }
  .laptop\:bottom--6\% {
    bottom: -6%;
  }
  .laptop\:m-l-6\% {
    margin-left: 6%;
  }
  .laptop\:m-l--6\% {
    margin-left: -6%;
  }
  .laptop\:p-l-6\% {
    padding-left: 6%;
  }
  .laptop\:p-l--6\% {
    padding-left: -6%;
  }
  .laptop\:left-6\% {
    left: 6%;
  }
  .laptop\:left--6\% {
    left: -6%;
  }
  .laptop\:m-r-6\% {
    margin-right: 6%;
  }
  .laptop\:m-r--6\% {
    margin-right: -6%;
  }
  .laptop\:p-r-6\% {
    padding-right: 6%;
  }
  .laptop\:p-r--6\% {
    padding-right: -6%;
  }
  .laptop\:right-6\% {
    right: 6%;
  }
  .laptop\:right--6\% {
    right: -6%;
  }
  .laptop\:h-6\% {
    height: 6%;
  }
  .laptop\:w-6\% {
    width: 6%;
  }
  .laptop\:max_h-6\% {
    max-height: 6%;
  }
  .laptop\:max_w-6\% {
    max-width: 6%;
  }
  .laptop\:min_h-6\% {
    min-height: 6%;
  }
  .laptop\:min_w-6\% {
    min-width: 6%;
  }
  .laptop\:h-6vh {
    height: 6vh;
  }
  .laptop\:w-6vw {
    width: 6vw;
  }
  .laptop\:min_w-6vw {
    min-width: 6vw;
  }
  .laptop\:min_h-6vh {
    min-height: 6vh;
  }
  .laptop\:max_w-6vw {
    max-width: 6vw;
  }
  .laptop\:max_h-6vh {
    max-height: 6vh;
  }
  .laptop\:m-t-7\% {
    margin-top: 7%;
  }
  .laptop\:m-t--7\% {
    margin-top: -7%;
  }
  .laptop\:p-t-7\% {
    padding-top: 7%;
  }
  .laptop\:p-t--7\% {
    padding-top: -7%;
  }
  .laptop\:top-7\% {
    top: 7%;
  }
  .laptop\:top--7\% {
    top: -7%;
  }
  .laptop\:m-b-7\% {
    margin-bottom: 7%;
  }
  .laptop\:m-b--7\% {
    margin-bottom: -7%;
  }
  .laptop\:p-b-7\% {
    padding-bottom: 7%;
  }
  .laptop\:p-b--7\% {
    padding-bottom: -7%;
  }
  .laptop\:bottom-7\% {
    bottom: 7%;
  }
  .laptop\:bottom--7\% {
    bottom: -7%;
  }
  .laptop\:m-l-7\% {
    margin-left: 7%;
  }
  .laptop\:m-l--7\% {
    margin-left: -7%;
  }
  .laptop\:p-l-7\% {
    padding-left: 7%;
  }
  .laptop\:p-l--7\% {
    padding-left: -7%;
  }
  .laptop\:left-7\% {
    left: 7%;
  }
  .laptop\:left--7\% {
    left: -7%;
  }
  .laptop\:m-r-7\% {
    margin-right: 7%;
  }
  .laptop\:m-r--7\% {
    margin-right: -7%;
  }
  .laptop\:p-r-7\% {
    padding-right: 7%;
  }
  .laptop\:p-r--7\% {
    padding-right: -7%;
  }
  .laptop\:right-7\% {
    right: 7%;
  }
  .laptop\:right--7\% {
    right: -7%;
  }
  .laptop\:h-7\% {
    height: 7%;
  }
  .laptop\:w-7\% {
    width: 7%;
  }
  .laptop\:max_h-7\% {
    max-height: 7%;
  }
  .laptop\:max_w-7\% {
    max-width: 7%;
  }
  .laptop\:min_h-7\% {
    min-height: 7%;
  }
  .laptop\:min_w-7\% {
    min-width: 7%;
  }
  .laptop\:h-7vh {
    height: 7vh;
  }
  .laptop\:w-7vw {
    width: 7vw;
  }
  .laptop\:min_w-7vw {
    min-width: 7vw;
  }
  .laptop\:min_h-7vh {
    min-height: 7vh;
  }
  .laptop\:max_w-7vw {
    max-width: 7vw;
  }
  .laptop\:max_h-7vh {
    max-height: 7vh;
  }
  .laptop\:m-t-8\% {
    margin-top: 8%;
  }
  .laptop\:m-t--8\% {
    margin-top: -8%;
  }
  .laptop\:p-t-8\% {
    padding-top: 8%;
  }
  .laptop\:p-t--8\% {
    padding-top: -8%;
  }
  .laptop\:top-8\% {
    top: 8%;
  }
  .laptop\:top--8\% {
    top: -8%;
  }
  .laptop\:m-b-8\% {
    margin-bottom: 8%;
  }
  .laptop\:m-b--8\% {
    margin-bottom: -8%;
  }
  .laptop\:p-b-8\% {
    padding-bottom: 8%;
  }
  .laptop\:p-b--8\% {
    padding-bottom: -8%;
  }
  .laptop\:bottom-8\% {
    bottom: 8%;
  }
  .laptop\:bottom--8\% {
    bottom: -8%;
  }
  .laptop\:m-l-8\% {
    margin-left: 8%;
  }
  .laptop\:m-l--8\% {
    margin-left: -8%;
  }
  .laptop\:p-l-8\% {
    padding-left: 8%;
  }
  .laptop\:p-l--8\% {
    padding-left: -8%;
  }
  .laptop\:left-8\% {
    left: 8%;
  }
  .laptop\:left--8\% {
    left: -8%;
  }
  .laptop\:m-r-8\% {
    margin-right: 8%;
  }
  .laptop\:m-r--8\% {
    margin-right: -8%;
  }
  .laptop\:p-r-8\% {
    padding-right: 8%;
  }
  .laptop\:p-r--8\% {
    padding-right: -8%;
  }
  .laptop\:right-8\% {
    right: 8%;
  }
  .laptop\:right--8\% {
    right: -8%;
  }
  .laptop\:h-8\% {
    height: 8%;
  }
  .laptop\:w-8\% {
    width: 8%;
  }
  .laptop\:max_h-8\% {
    max-height: 8%;
  }
  .laptop\:max_w-8\% {
    max-width: 8%;
  }
  .laptop\:min_h-8\% {
    min-height: 8%;
  }
  .laptop\:min_w-8\% {
    min-width: 8%;
  }
  .laptop\:h-8vh {
    height: 8vh;
  }
  .laptop\:w-8vw {
    width: 8vw;
  }
  .laptop\:min_w-8vw {
    min-width: 8vw;
  }
  .laptop\:min_h-8vh {
    min-height: 8vh;
  }
  .laptop\:max_w-8vw {
    max-width: 8vw;
  }
  .laptop\:max_h-8vh {
    max-height: 8vh;
  }
  .laptop\:m-t-9\% {
    margin-top: 9%;
  }
  .laptop\:m-t--9\% {
    margin-top: -9%;
  }
  .laptop\:p-t-9\% {
    padding-top: 9%;
  }
  .laptop\:p-t--9\% {
    padding-top: -9%;
  }
  .laptop\:top-9\% {
    top: 9%;
  }
  .laptop\:top--9\% {
    top: -9%;
  }
  .laptop\:m-b-9\% {
    margin-bottom: 9%;
  }
  .laptop\:m-b--9\% {
    margin-bottom: -9%;
  }
  .laptop\:p-b-9\% {
    padding-bottom: 9%;
  }
  .laptop\:p-b--9\% {
    padding-bottom: -9%;
  }
  .laptop\:bottom-9\% {
    bottom: 9%;
  }
  .laptop\:bottom--9\% {
    bottom: -9%;
  }
  .laptop\:m-l-9\% {
    margin-left: 9%;
  }
  .laptop\:m-l--9\% {
    margin-left: -9%;
  }
  .laptop\:p-l-9\% {
    padding-left: 9%;
  }
  .laptop\:p-l--9\% {
    padding-left: -9%;
  }
  .laptop\:left-9\% {
    left: 9%;
  }
  .laptop\:left--9\% {
    left: -9%;
  }
  .laptop\:m-r-9\% {
    margin-right: 9%;
  }
  .laptop\:m-r--9\% {
    margin-right: -9%;
  }
  .laptop\:p-r-9\% {
    padding-right: 9%;
  }
  .laptop\:p-r--9\% {
    padding-right: -9%;
  }
  .laptop\:right-9\% {
    right: 9%;
  }
  .laptop\:right--9\% {
    right: -9%;
  }
  .laptop\:h-9\% {
    height: 9%;
  }
  .laptop\:w-9\% {
    width: 9%;
  }
  .laptop\:max_h-9\% {
    max-height: 9%;
  }
  .laptop\:max_w-9\% {
    max-width: 9%;
  }
  .laptop\:min_h-9\% {
    min-height: 9%;
  }
  .laptop\:min_w-9\% {
    min-width: 9%;
  }
  .laptop\:h-9vh {
    height: 9vh;
  }
  .laptop\:w-9vw {
    width: 9vw;
  }
  .laptop\:min_w-9vw {
    min-width: 9vw;
  }
  .laptop\:min_h-9vh {
    min-height: 9vh;
  }
  .laptop\:max_w-9vw {
    max-width: 9vw;
  }
  .laptop\:max_h-9vh {
    max-height: 9vh;
  }
  .laptop\:m-t-10\% {
    margin-top: 10%;
  }
  .laptop\:m-t--10\% {
    margin-top: -10%;
  }
  .laptop\:p-t-10\% {
    padding-top: 10%;
  }
  .laptop\:p-t--10\% {
    padding-top: -10%;
  }
  .laptop\:top-10\% {
    top: 10%;
  }
  .laptop\:top--10\% {
    top: -10%;
  }
  .laptop\:m-b-10\% {
    margin-bottom: 10%;
  }
  .laptop\:m-b--10\% {
    margin-bottom: -10%;
  }
  .laptop\:p-b-10\% {
    padding-bottom: 10%;
  }
  .laptop\:p-b--10\% {
    padding-bottom: -10%;
  }
  .laptop\:bottom-10\% {
    bottom: 10%;
  }
  .laptop\:bottom--10\% {
    bottom: -10%;
  }
  .laptop\:m-l-10\% {
    margin-left: 10%;
  }
  .laptop\:m-l--10\% {
    margin-left: -10%;
  }
  .laptop\:p-l-10\% {
    padding-left: 10%;
  }
  .laptop\:p-l--10\% {
    padding-left: -10%;
  }
  .laptop\:left-10\% {
    left: 10%;
  }
  .laptop\:left--10\% {
    left: -10%;
  }
  .laptop\:m-r-10\% {
    margin-right: 10%;
  }
  .laptop\:m-r--10\% {
    margin-right: -10%;
  }
  .laptop\:p-r-10\% {
    padding-right: 10%;
  }
  .laptop\:p-r--10\% {
    padding-right: -10%;
  }
  .laptop\:right-10\% {
    right: 10%;
  }
  .laptop\:right--10\% {
    right: -10%;
  }
  .laptop\:h-10\% {
    height: 10%;
  }
  .laptop\:w-10\% {
    width: 10%;
  }
  .laptop\:max_h-10\% {
    max-height: 10%;
  }
  .laptop\:max_w-10\% {
    max-width: 10%;
  }
  .laptop\:min_h-10\% {
    min-height: 10%;
  }
  .laptop\:min_w-10\% {
    min-width: 10%;
  }
  .laptop\:h-10vh {
    height: 10vh;
  }
  .laptop\:w-10vw {
    width: 10vw;
  }
  .laptop\:min_w-10vw {
    min-width: 10vw;
  }
  .laptop\:min_h-10vh {
    min-height: 10vh;
  }
  .laptop\:max_w-10vw {
    max-width: 10vw;
  }
  .laptop\:max_h-10vh {
    max-height: 10vh;
  }
  .laptop\:m-t-11\% {
    margin-top: 11%;
  }
  .laptop\:m-t--11\% {
    margin-top: -11%;
  }
  .laptop\:p-t-11\% {
    padding-top: 11%;
  }
  .laptop\:p-t--11\% {
    padding-top: -11%;
  }
  .laptop\:top-11\% {
    top: 11%;
  }
  .laptop\:top--11\% {
    top: -11%;
  }
  .laptop\:m-b-11\% {
    margin-bottom: 11%;
  }
  .laptop\:m-b--11\% {
    margin-bottom: -11%;
  }
  .laptop\:p-b-11\% {
    padding-bottom: 11%;
  }
  .laptop\:p-b--11\% {
    padding-bottom: -11%;
  }
  .laptop\:bottom-11\% {
    bottom: 11%;
  }
  .laptop\:bottom--11\% {
    bottom: -11%;
  }
  .laptop\:m-l-11\% {
    margin-left: 11%;
  }
  .laptop\:m-l--11\% {
    margin-left: -11%;
  }
  .laptop\:p-l-11\% {
    padding-left: 11%;
  }
  .laptop\:p-l--11\% {
    padding-left: -11%;
  }
  .laptop\:left-11\% {
    left: 11%;
  }
  .laptop\:left--11\% {
    left: -11%;
  }
  .laptop\:m-r-11\% {
    margin-right: 11%;
  }
  .laptop\:m-r--11\% {
    margin-right: -11%;
  }
  .laptop\:p-r-11\% {
    padding-right: 11%;
  }
  .laptop\:p-r--11\% {
    padding-right: -11%;
  }
  .laptop\:right-11\% {
    right: 11%;
  }
  .laptop\:right--11\% {
    right: -11%;
  }
  .laptop\:h-11\% {
    height: 11%;
  }
  .laptop\:w-11\% {
    width: 11%;
  }
  .laptop\:max_h-11\% {
    max-height: 11%;
  }
  .laptop\:max_w-11\% {
    max-width: 11%;
  }
  .laptop\:min_h-11\% {
    min-height: 11%;
  }
  .laptop\:min_w-11\% {
    min-width: 11%;
  }
  .laptop\:h-11vh {
    height: 11vh;
  }
  .laptop\:w-11vw {
    width: 11vw;
  }
  .laptop\:min_w-11vw {
    min-width: 11vw;
  }
  .laptop\:min_h-11vh {
    min-height: 11vh;
  }
  .laptop\:max_w-11vw {
    max-width: 11vw;
  }
  .laptop\:max_h-11vh {
    max-height: 11vh;
  }
  .laptop\:m-t-12\% {
    margin-top: 12%;
  }
  .laptop\:m-t--12\% {
    margin-top: -12%;
  }
  .laptop\:p-t-12\% {
    padding-top: 12%;
  }
  .laptop\:p-t--12\% {
    padding-top: -12%;
  }
  .laptop\:top-12\% {
    top: 12%;
  }
  .laptop\:top--12\% {
    top: -12%;
  }
  .laptop\:m-b-12\% {
    margin-bottom: 12%;
  }
  .laptop\:m-b--12\% {
    margin-bottom: -12%;
  }
  .laptop\:p-b-12\% {
    padding-bottom: 12%;
  }
  .laptop\:p-b--12\% {
    padding-bottom: -12%;
  }
  .laptop\:bottom-12\% {
    bottom: 12%;
  }
  .laptop\:bottom--12\% {
    bottom: -12%;
  }
  .laptop\:m-l-12\% {
    margin-left: 12%;
  }
  .laptop\:m-l--12\% {
    margin-left: -12%;
  }
  .laptop\:p-l-12\% {
    padding-left: 12%;
  }
  .laptop\:p-l--12\% {
    padding-left: -12%;
  }
  .laptop\:left-12\% {
    left: 12%;
  }
  .laptop\:left--12\% {
    left: -12%;
  }
  .laptop\:m-r-12\% {
    margin-right: 12%;
  }
  .laptop\:m-r--12\% {
    margin-right: -12%;
  }
  .laptop\:p-r-12\% {
    padding-right: 12%;
  }
  .laptop\:p-r--12\% {
    padding-right: -12%;
  }
  .laptop\:right-12\% {
    right: 12%;
  }
  .laptop\:right--12\% {
    right: -12%;
  }
  .laptop\:h-12\% {
    height: 12%;
  }
  .laptop\:w-12\% {
    width: 12%;
  }
  .laptop\:max_h-12\% {
    max-height: 12%;
  }
  .laptop\:max_w-12\% {
    max-width: 12%;
  }
  .laptop\:min_h-12\% {
    min-height: 12%;
  }
  .laptop\:min_w-12\% {
    min-width: 12%;
  }
  .laptop\:h-12vh {
    height: 12vh;
  }
  .laptop\:w-12vw {
    width: 12vw;
  }
  .laptop\:min_w-12vw {
    min-width: 12vw;
  }
  .laptop\:min_h-12vh {
    min-height: 12vh;
  }
  .laptop\:max_w-12vw {
    max-width: 12vw;
  }
  .laptop\:max_h-12vh {
    max-height: 12vh;
  }
  .laptop\:m-t-13\% {
    margin-top: 13%;
  }
  .laptop\:m-t--13\% {
    margin-top: -13%;
  }
  .laptop\:p-t-13\% {
    padding-top: 13%;
  }
  .laptop\:p-t--13\% {
    padding-top: -13%;
  }
  .laptop\:top-13\% {
    top: 13%;
  }
  .laptop\:top--13\% {
    top: -13%;
  }
  .laptop\:m-b-13\% {
    margin-bottom: 13%;
  }
  .laptop\:m-b--13\% {
    margin-bottom: -13%;
  }
  .laptop\:p-b-13\% {
    padding-bottom: 13%;
  }
  .laptop\:p-b--13\% {
    padding-bottom: -13%;
  }
  .laptop\:bottom-13\% {
    bottom: 13%;
  }
  .laptop\:bottom--13\% {
    bottom: -13%;
  }
  .laptop\:m-l-13\% {
    margin-left: 13%;
  }
  .laptop\:m-l--13\% {
    margin-left: -13%;
  }
  .laptop\:p-l-13\% {
    padding-left: 13%;
  }
  .laptop\:p-l--13\% {
    padding-left: -13%;
  }
  .laptop\:left-13\% {
    left: 13%;
  }
  .laptop\:left--13\% {
    left: -13%;
  }
  .laptop\:m-r-13\% {
    margin-right: 13%;
  }
  .laptop\:m-r--13\% {
    margin-right: -13%;
  }
  .laptop\:p-r-13\% {
    padding-right: 13%;
  }
  .laptop\:p-r--13\% {
    padding-right: -13%;
  }
  .laptop\:right-13\% {
    right: 13%;
  }
  .laptop\:right--13\% {
    right: -13%;
  }
  .laptop\:h-13\% {
    height: 13%;
  }
  .laptop\:w-13\% {
    width: 13%;
  }
  .laptop\:max_h-13\% {
    max-height: 13%;
  }
  .laptop\:max_w-13\% {
    max-width: 13%;
  }
  .laptop\:min_h-13\% {
    min-height: 13%;
  }
  .laptop\:min_w-13\% {
    min-width: 13%;
  }
  .laptop\:h-13vh {
    height: 13vh;
  }
  .laptop\:w-13vw {
    width: 13vw;
  }
  .laptop\:min_w-13vw {
    min-width: 13vw;
  }
  .laptop\:min_h-13vh {
    min-height: 13vh;
  }
  .laptop\:max_w-13vw {
    max-width: 13vw;
  }
  .laptop\:max_h-13vh {
    max-height: 13vh;
  }
  .laptop\:m-t-14\% {
    margin-top: 14%;
  }
  .laptop\:m-t--14\% {
    margin-top: -14%;
  }
  .laptop\:p-t-14\% {
    padding-top: 14%;
  }
  .laptop\:p-t--14\% {
    padding-top: -14%;
  }
  .laptop\:top-14\% {
    top: 14%;
  }
  .laptop\:top--14\% {
    top: -14%;
  }
  .laptop\:m-b-14\% {
    margin-bottom: 14%;
  }
  .laptop\:m-b--14\% {
    margin-bottom: -14%;
  }
  .laptop\:p-b-14\% {
    padding-bottom: 14%;
  }
  .laptop\:p-b--14\% {
    padding-bottom: -14%;
  }
  .laptop\:bottom-14\% {
    bottom: 14%;
  }
  .laptop\:bottom--14\% {
    bottom: -14%;
  }
  .laptop\:m-l-14\% {
    margin-left: 14%;
  }
  .laptop\:m-l--14\% {
    margin-left: -14%;
  }
  .laptop\:p-l-14\% {
    padding-left: 14%;
  }
  .laptop\:p-l--14\% {
    padding-left: -14%;
  }
  .laptop\:left-14\% {
    left: 14%;
  }
  .laptop\:left--14\% {
    left: -14%;
  }
  .laptop\:m-r-14\% {
    margin-right: 14%;
  }
  .laptop\:m-r--14\% {
    margin-right: -14%;
  }
  .laptop\:p-r-14\% {
    padding-right: 14%;
  }
  .laptop\:p-r--14\% {
    padding-right: -14%;
  }
  .laptop\:right-14\% {
    right: 14%;
  }
  .laptop\:right--14\% {
    right: -14%;
  }
  .laptop\:h-14\% {
    height: 14%;
  }
  .laptop\:w-14\% {
    width: 14%;
  }
  .laptop\:max_h-14\% {
    max-height: 14%;
  }
  .laptop\:max_w-14\% {
    max-width: 14%;
  }
  .laptop\:min_h-14\% {
    min-height: 14%;
  }
  .laptop\:min_w-14\% {
    min-width: 14%;
  }
  .laptop\:h-14vh {
    height: 14vh;
  }
  .laptop\:w-14vw {
    width: 14vw;
  }
  .laptop\:min_w-14vw {
    min-width: 14vw;
  }
  .laptop\:min_h-14vh {
    min-height: 14vh;
  }
  .laptop\:max_w-14vw {
    max-width: 14vw;
  }
  .laptop\:max_h-14vh {
    max-height: 14vh;
  }
  .laptop\:m-t-15\% {
    margin-top: 15%;
  }
  .laptop\:m-t--15\% {
    margin-top: -15%;
  }
  .laptop\:p-t-15\% {
    padding-top: 15%;
  }
  .laptop\:p-t--15\% {
    padding-top: -15%;
  }
  .laptop\:top-15\% {
    top: 15%;
  }
  .laptop\:top--15\% {
    top: -15%;
  }
  .laptop\:m-b-15\% {
    margin-bottom: 15%;
  }
  .laptop\:m-b--15\% {
    margin-bottom: -15%;
  }
  .laptop\:p-b-15\% {
    padding-bottom: 15%;
  }
  .laptop\:p-b--15\% {
    padding-bottom: -15%;
  }
  .laptop\:bottom-15\% {
    bottom: 15%;
  }
  .laptop\:bottom--15\% {
    bottom: -15%;
  }
  .laptop\:m-l-15\% {
    margin-left: 15%;
  }
  .laptop\:m-l--15\% {
    margin-left: -15%;
  }
  .laptop\:p-l-15\% {
    padding-left: 15%;
  }
  .laptop\:p-l--15\% {
    padding-left: -15%;
  }
  .laptop\:left-15\% {
    left: 15%;
  }
  .laptop\:left--15\% {
    left: -15%;
  }
  .laptop\:m-r-15\% {
    margin-right: 15%;
  }
  .laptop\:m-r--15\% {
    margin-right: -15%;
  }
  .laptop\:p-r-15\% {
    padding-right: 15%;
  }
  .laptop\:p-r--15\% {
    padding-right: -15%;
  }
  .laptop\:right-15\% {
    right: 15%;
  }
  .laptop\:right--15\% {
    right: -15%;
  }
  .laptop\:h-15\% {
    height: 15%;
  }
  .laptop\:w-15\% {
    width: 15%;
  }
  .laptop\:max_h-15\% {
    max-height: 15%;
  }
  .laptop\:max_w-15\% {
    max-width: 15%;
  }
  .laptop\:min_h-15\% {
    min-height: 15%;
  }
  .laptop\:min_w-15\% {
    min-width: 15%;
  }
  .laptop\:h-15vh {
    height: 15vh;
  }
  .laptop\:w-15vw {
    width: 15vw;
  }
  .laptop\:min_w-15vw {
    min-width: 15vw;
  }
  .laptop\:min_h-15vh {
    min-height: 15vh;
  }
  .laptop\:max_w-15vw {
    max-width: 15vw;
  }
  .laptop\:max_h-15vh {
    max-height: 15vh;
  }
  .laptop\:m-t-16\% {
    margin-top: 16%;
  }
  .laptop\:m-t--16\% {
    margin-top: -16%;
  }
  .laptop\:p-t-16\% {
    padding-top: 16%;
  }
  .laptop\:p-t--16\% {
    padding-top: -16%;
  }
  .laptop\:top-16\% {
    top: 16%;
  }
  .laptop\:top--16\% {
    top: -16%;
  }
  .laptop\:m-b-16\% {
    margin-bottom: 16%;
  }
  .laptop\:m-b--16\% {
    margin-bottom: -16%;
  }
  .laptop\:p-b-16\% {
    padding-bottom: 16%;
  }
  .laptop\:p-b--16\% {
    padding-bottom: -16%;
  }
  .laptop\:bottom-16\% {
    bottom: 16%;
  }
  .laptop\:bottom--16\% {
    bottom: -16%;
  }
  .laptop\:m-l-16\% {
    margin-left: 16%;
  }
  .laptop\:m-l--16\% {
    margin-left: -16%;
  }
  .laptop\:p-l-16\% {
    padding-left: 16%;
  }
  .laptop\:p-l--16\% {
    padding-left: -16%;
  }
  .laptop\:left-16\% {
    left: 16%;
  }
  .laptop\:left--16\% {
    left: -16%;
  }
  .laptop\:m-r-16\% {
    margin-right: 16%;
  }
  .laptop\:m-r--16\% {
    margin-right: -16%;
  }
  .laptop\:p-r-16\% {
    padding-right: 16%;
  }
  .laptop\:p-r--16\% {
    padding-right: -16%;
  }
  .laptop\:right-16\% {
    right: 16%;
  }
  .laptop\:right--16\% {
    right: -16%;
  }
  .laptop\:h-16\% {
    height: 16%;
  }
  .laptop\:w-16\% {
    width: 16%;
  }
  .laptop\:max_h-16\% {
    max-height: 16%;
  }
  .laptop\:max_w-16\% {
    max-width: 16%;
  }
  .laptop\:min_h-16\% {
    min-height: 16%;
  }
  .laptop\:min_w-16\% {
    min-width: 16%;
  }
  .laptop\:h-16vh {
    height: 16vh;
  }
  .laptop\:w-16vw {
    width: 16vw;
  }
  .laptop\:min_w-16vw {
    min-width: 16vw;
  }
  .laptop\:min_h-16vh {
    min-height: 16vh;
  }
  .laptop\:max_w-16vw {
    max-width: 16vw;
  }
  .laptop\:max_h-16vh {
    max-height: 16vh;
  }
  .laptop\:m-t-17\% {
    margin-top: 17%;
  }
  .laptop\:m-t--17\% {
    margin-top: -17%;
  }
  .laptop\:p-t-17\% {
    padding-top: 17%;
  }
  .laptop\:p-t--17\% {
    padding-top: -17%;
  }
  .laptop\:top-17\% {
    top: 17%;
  }
  .laptop\:top--17\% {
    top: -17%;
  }
  .laptop\:m-b-17\% {
    margin-bottom: 17%;
  }
  .laptop\:m-b--17\% {
    margin-bottom: -17%;
  }
  .laptop\:p-b-17\% {
    padding-bottom: 17%;
  }
  .laptop\:p-b--17\% {
    padding-bottom: -17%;
  }
  .laptop\:bottom-17\% {
    bottom: 17%;
  }
  .laptop\:bottom--17\% {
    bottom: -17%;
  }
  .laptop\:m-l-17\% {
    margin-left: 17%;
  }
  .laptop\:m-l--17\% {
    margin-left: -17%;
  }
  .laptop\:p-l-17\% {
    padding-left: 17%;
  }
  .laptop\:p-l--17\% {
    padding-left: -17%;
  }
  .laptop\:left-17\% {
    left: 17%;
  }
  .laptop\:left--17\% {
    left: -17%;
  }
  .laptop\:m-r-17\% {
    margin-right: 17%;
  }
  .laptop\:m-r--17\% {
    margin-right: -17%;
  }
  .laptop\:p-r-17\% {
    padding-right: 17%;
  }
  .laptop\:p-r--17\% {
    padding-right: -17%;
  }
  .laptop\:right-17\% {
    right: 17%;
  }
  .laptop\:right--17\% {
    right: -17%;
  }
  .laptop\:h-17\% {
    height: 17%;
  }
  .laptop\:w-17\% {
    width: 17%;
  }
  .laptop\:max_h-17\% {
    max-height: 17%;
  }
  .laptop\:max_w-17\% {
    max-width: 17%;
  }
  .laptop\:min_h-17\% {
    min-height: 17%;
  }
  .laptop\:min_w-17\% {
    min-width: 17%;
  }
  .laptop\:h-17vh {
    height: 17vh;
  }
  .laptop\:w-17vw {
    width: 17vw;
  }
  .laptop\:min_w-17vw {
    min-width: 17vw;
  }
  .laptop\:min_h-17vh {
    min-height: 17vh;
  }
  .laptop\:max_w-17vw {
    max-width: 17vw;
  }
  .laptop\:max_h-17vh {
    max-height: 17vh;
  }
  .laptop\:m-t-18\% {
    margin-top: 18%;
  }
  .laptop\:m-t--18\% {
    margin-top: -18%;
  }
  .laptop\:p-t-18\% {
    padding-top: 18%;
  }
  .laptop\:p-t--18\% {
    padding-top: -18%;
  }
  .laptop\:top-18\% {
    top: 18%;
  }
  .laptop\:top--18\% {
    top: -18%;
  }
  .laptop\:m-b-18\% {
    margin-bottom: 18%;
  }
  .laptop\:m-b--18\% {
    margin-bottom: -18%;
  }
  .laptop\:p-b-18\% {
    padding-bottom: 18%;
  }
  .laptop\:p-b--18\% {
    padding-bottom: -18%;
  }
  .laptop\:bottom-18\% {
    bottom: 18%;
  }
  .laptop\:bottom--18\% {
    bottom: -18%;
  }
  .laptop\:m-l-18\% {
    margin-left: 18%;
  }
  .laptop\:m-l--18\% {
    margin-left: -18%;
  }
  .laptop\:p-l-18\% {
    padding-left: 18%;
  }
  .laptop\:p-l--18\% {
    padding-left: -18%;
  }
  .laptop\:left-18\% {
    left: 18%;
  }
  .laptop\:left--18\% {
    left: -18%;
  }
  .laptop\:m-r-18\% {
    margin-right: 18%;
  }
  .laptop\:m-r--18\% {
    margin-right: -18%;
  }
  .laptop\:p-r-18\% {
    padding-right: 18%;
  }
  .laptop\:p-r--18\% {
    padding-right: -18%;
  }
  .laptop\:right-18\% {
    right: 18%;
  }
  .laptop\:right--18\% {
    right: -18%;
  }
  .laptop\:h-18\% {
    height: 18%;
  }
  .laptop\:w-18\% {
    width: 18%;
  }
  .laptop\:max_h-18\% {
    max-height: 18%;
  }
  .laptop\:max_w-18\% {
    max-width: 18%;
  }
  .laptop\:min_h-18\% {
    min-height: 18%;
  }
  .laptop\:min_w-18\% {
    min-width: 18%;
  }
  .laptop\:h-18vh {
    height: 18vh;
  }
  .laptop\:w-18vw {
    width: 18vw;
  }
  .laptop\:min_w-18vw {
    min-width: 18vw;
  }
  .laptop\:min_h-18vh {
    min-height: 18vh;
  }
  .laptop\:max_w-18vw {
    max-width: 18vw;
  }
  .laptop\:max_h-18vh {
    max-height: 18vh;
  }
  .laptop\:m-t-19\% {
    margin-top: 19%;
  }
  .laptop\:m-t--19\% {
    margin-top: -19%;
  }
  .laptop\:p-t-19\% {
    padding-top: 19%;
  }
  .laptop\:p-t--19\% {
    padding-top: -19%;
  }
  .laptop\:top-19\% {
    top: 19%;
  }
  .laptop\:top--19\% {
    top: -19%;
  }
  .laptop\:m-b-19\% {
    margin-bottom: 19%;
  }
  .laptop\:m-b--19\% {
    margin-bottom: -19%;
  }
  .laptop\:p-b-19\% {
    padding-bottom: 19%;
  }
  .laptop\:p-b--19\% {
    padding-bottom: -19%;
  }
  .laptop\:bottom-19\% {
    bottom: 19%;
  }
  .laptop\:bottom--19\% {
    bottom: -19%;
  }
  .laptop\:m-l-19\% {
    margin-left: 19%;
  }
  .laptop\:m-l--19\% {
    margin-left: -19%;
  }
  .laptop\:p-l-19\% {
    padding-left: 19%;
  }
  .laptop\:p-l--19\% {
    padding-left: -19%;
  }
  .laptop\:left-19\% {
    left: 19%;
  }
  .laptop\:left--19\% {
    left: -19%;
  }
  .laptop\:m-r-19\% {
    margin-right: 19%;
  }
  .laptop\:m-r--19\% {
    margin-right: -19%;
  }
  .laptop\:p-r-19\% {
    padding-right: 19%;
  }
  .laptop\:p-r--19\% {
    padding-right: -19%;
  }
  .laptop\:right-19\% {
    right: 19%;
  }
  .laptop\:right--19\% {
    right: -19%;
  }
  .laptop\:h-19\% {
    height: 19%;
  }
  .laptop\:w-19\% {
    width: 19%;
  }
  .laptop\:max_h-19\% {
    max-height: 19%;
  }
  .laptop\:max_w-19\% {
    max-width: 19%;
  }
  .laptop\:min_h-19\% {
    min-height: 19%;
  }
  .laptop\:min_w-19\% {
    min-width: 19%;
  }
  .laptop\:h-19vh {
    height: 19vh;
  }
  .laptop\:w-19vw {
    width: 19vw;
  }
  .laptop\:min_w-19vw {
    min-width: 19vw;
  }
  .laptop\:min_h-19vh {
    min-height: 19vh;
  }
  .laptop\:max_w-19vw {
    max-width: 19vw;
  }
  .laptop\:max_h-19vh {
    max-height: 19vh;
  }
  .laptop\:m-t-20\% {
    margin-top: 20%;
  }
  .laptop\:m-t--20\% {
    margin-top: -20%;
  }
  .laptop\:p-t-20\% {
    padding-top: 20%;
  }
  .laptop\:p-t--20\% {
    padding-top: -20%;
  }
  .laptop\:top-20\% {
    top: 20%;
  }
  .laptop\:top--20\% {
    top: -20%;
  }
  .laptop\:m-b-20\% {
    margin-bottom: 20%;
  }
  .laptop\:m-b--20\% {
    margin-bottom: -20%;
  }
  .laptop\:p-b-20\% {
    padding-bottom: 20%;
  }
  .laptop\:p-b--20\% {
    padding-bottom: -20%;
  }
  .laptop\:bottom-20\% {
    bottom: 20%;
  }
  .laptop\:bottom--20\% {
    bottom: -20%;
  }
  .laptop\:m-l-20\% {
    margin-left: 20%;
  }
  .laptop\:m-l--20\% {
    margin-left: -20%;
  }
  .laptop\:p-l-20\% {
    padding-left: 20%;
  }
  .laptop\:p-l--20\% {
    padding-left: -20%;
  }
  .laptop\:left-20\% {
    left: 20%;
  }
  .laptop\:left--20\% {
    left: -20%;
  }
  .laptop\:m-r-20\% {
    margin-right: 20%;
  }
  .laptop\:m-r--20\% {
    margin-right: -20%;
  }
  .laptop\:p-r-20\% {
    padding-right: 20%;
  }
  .laptop\:p-r--20\% {
    padding-right: -20%;
  }
  .laptop\:right-20\% {
    right: 20%;
  }
  .laptop\:right--20\% {
    right: -20%;
  }
  .laptop\:h-20\% {
    height: 20%;
  }
  .laptop\:w-20\% {
    width: 20%;
  }
  .laptop\:max_h-20\% {
    max-height: 20%;
  }
  .laptop\:max_w-20\% {
    max-width: 20%;
  }
  .laptop\:min_h-20\% {
    min-height: 20%;
  }
  .laptop\:min_w-20\% {
    min-width: 20%;
  }
  .laptop\:h-20vh {
    height: 20vh;
  }
  .laptop\:w-20vw {
    width: 20vw;
  }
  .laptop\:min_w-20vw {
    min-width: 20vw;
  }
  .laptop\:min_h-20vh {
    min-height: 20vh;
  }
  .laptop\:max_w-20vw {
    max-width: 20vw;
  }
  .laptop\:max_h-20vh {
    max-height: 20vh;
  }
  .laptop\:m-t-21\% {
    margin-top: 21%;
  }
  .laptop\:m-t--21\% {
    margin-top: -21%;
  }
  .laptop\:p-t-21\% {
    padding-top: 21%;
  }
  .laptop\:p-t--21\% {
    padding-top: -21%;
  }
  .laptop\:top-21\% {
    top: 21%;
  }
  .laptop\:top--21\% {
    top: -21%;
  }
  .laptop\:m-b-21\% {
    margin-bottom: 21%;
  }
  .laptop\:m-b--21\% {
    margin-bottom: -21%;
  }
  .laptop\:p-b-21\% {
    padding-bottom: 21%;
  }
  .laptop\:p-b--21\% {
    padding-bottom: -21%;
  }
  .laptop\:bottom-21\% {
    bottom: 21%;
  }
  .laptop\:bottom--21\% {
    bottom: -21%;
  }
  .laptop\:m-l-21\% {
    margin-left: 21%;
  }
  .laptop\:m-l--21\% {
    margin-left: -21%;
  }
  .laptop\:p-l-21\% {
    padding-left: 21%;
  }
  .laptop\:p-l--21\% {
    padding-left: -21%;
  }
  .laptop\:left-21\% {
    left: 21%;
  }
  .laptop\:left--21\% {
    left: -21%;
  }
  .laptop\:m-r-21\% {
    margin-right: 21%;
  }
  .laptop\:m-r--21\% {
    margin-right: -21%;
  }
  .laptop\:p-r-21\% {
    padding-right: 21%;
  }
  .laptop\:p-r--21\% {
    padding-right: -21%;
  }
  .laptop\:right-21\% {
    right: 21%;
  }
  .laptop\:right--21\% {
    right: -21%;
  }
  .laptop\:h-21\% {
    height: 21%;
  }
  .laptop\:w-21\% {
    width: 21%;
  }
  .laptop\:max_h-21\% {
    max-height: 21%;
  }
  .laptop\:max_w-21\% {
    max-width: 21%;
  }
  .laptop\:min_h-21\% {
    min-height: 21%;
  }
  .laptop\:min_w-21\% {
    min-width: 21%;
  }
  .laptop\:h-21vh {
    height: 21vh;
  }
  .laptop\:w-21vw {
    width: 21vw;
  }
  .laptop\:min_w-21vw {
    min-width: 21vw;
  }
  .laptop\:min_h-21vh {
    min-height: 21vh;
  }
  .laptop\:max_w-21vw {
    max-width: 21vw;
  }
  .laptop\:max_h-21vh {
    max-height: 21vh;
  }
  .laptop\:m-t-22\% {
    margin-top: 22%;
  }
  .laptop\:m-t--22\% {
    margin-top: -22%;
  }
  .laptop\:p-t-22\% {
    padding-top: 22%;
  }
  .laptop\:p-t--22\% {
    padding-top: -22%;
  }
  .laptop\:top-22\% {
    top: 22%;
  }
  .laptop\:top--22\% {
    top: -22%;
  }
  .laptop\:m-b-22\% {
    margin-bottom: 22%;
  }
  .laptop\:m-b--22\% {
    margin-bottom: -22%;
  }
  .laptop\:p-b-22\% {
    padding-bottom: 22%;
  }
  .laptop\:p-b--22\% {
    padding-bottom: -22%;
  }
  .laptop\:bottom-22\% {
    bottom: 22%;
  }
  .laptop\:bottom--22\% {
    bottom: -22%;
  }
  .laptop\:m-l-22\% {
    margin-left: 22%;
  }
  .laptop\:m-l--22\% {
    margin-left: -22%;
  }
  .laptop\:p-l-22\% {
    padding-left: 22%;
  }
  .laptop\:p-l--22\% {
    padding-left: -22%;
  }
  .laptop\:left-22\% {
    left: 22%;
  }
  .laptop\:left--22\% {
    left: -22%;
  }
  .laptop\:m-r-22\% {
    margin-right: 22%;
  }
  .laptop\:m-r--22\% {
    margin-right: -22%;
  }
  .laptop\:p-r-22\% {
    padding-right: 22%;
  }
  .laptop\:p-r--22\% {
    padding-right: -22%;
  }
  .laptop\:right-22\% {
    right: 22%;
  }
  .laptop\:right--22\% {
    right: -22%;
  }
  .laptop\:h-22\% {
    height: 22%;
  }
  .laptop\:w-22\% {
    width: 22%;
  }
  .laptop\:max_h-22\% {
    max-height: 22%;
  }
  .laptop\:max_w-22\% {
    max-width: 22%;
  }
  .laptop\:min_h-22\% {
    min-height: 22%;
  }
  .laptop\:min_w-22\% {
    min-width: 22%;
  }
  .laptop\:h-22vh {
    height: 22vh;
  }
  .laptop\:w-22vw {
    width: 22vw;
  }
  .laptop\:min_w-22vw {
    min-width: 22vw;
  }
  .laptop\:min_h-22vh {
    min-height: 22vh;
  }
  .laptop\:max_w-22vw {
    max-width: 22vw;
  }
  .laptop\:max_h-22vh {
    max-height: 22vh;
  }
  .laptop\:m-t-23\% {
    margin-top: 23%;
  }
  .laptop\:m-t--23\% {
    margin-top: -23%;
  }
  .laptop\:p-t-23\% {
    padding-top: 23%;
  }
  .laptop\:p-t--23\% {
    padding-top: -23%;
  }
  .laptop\:top-23\% {
    top: 23%;
  }
  .laptop\:top--23\% {
    top: -23%;
  }
  .laptop\:m-b-23\% {
    margin-bottom: 23%;
  }
  .laptop\:m-b--23\% {
    margin-bottom: -23%;
  }
  .laptop\:p-b-23\% {
    padding-bottom: 23%;
  }
  .laptop\:p-b--23\% {
    padding-bottom: -23%;
  }
  .laptop\:bottom-23\% {
    bottom: 23%;
  }
  .laptop\:bottom--23\% {
    bottom: -23%;
  }
  .laptop\:m-l-23\% {
    margin-left: 23%;
  }
  .laptop\:m-l--23\% {
    margin-left: -23%;
  }
  .laptop\:p-l-23\% {
    padding-left: 23%;
  }
  .laptop\:p-l--23\% {
    padding-left: -23%;
  }
  .laptop\:left-23\% {
    left: 23%;
  }
  .laptop\:left--23\% {
    left: -23%;
  }
  .laptop\:m-r-23\% {
    margin-right: 23%;
  }
  .laptop\:m-r--23\% {
    margin-right: -23%;
  }
  .laptop\:p-r-23\% {
    padding-right: 23%;
  }
  .laptop\:p-r--23\% {
    padding-right: -23%;
  }
  .laptop\:right-23\% {
    right: 23%;
  }
  .laptop\:right--23\% {
    right: -23%;
  }
  .laptop\:h-23\% {
    height: 23%;
  }
  .laptop\:w-23\% {
    width: 23%;
  }
  .laptop\:max_h-23\% {
    max-height: 23%;
  }
  .laptop\:max_w-23\% {
    max-width: 23%;
  }
  .laptop\:min_h-23\% {
    min-height: 23%;
  }
  .laptop\:min_w-23\% {
    min-width: 23%;
  }
  .laptop\:h-23vh {
    height: 23vh;
  }
  .laptop\:w-23vw {
    width: 23vw;
  }
  .laptop\:min_w-23vw {
    min-width: 23vw;
  }
  .laptop\:min_h-23vh {
    min-height: 23vh;
  }
  .laptop\:max_w-23vw {
    max-width: 23vw;
  }
  .laptop\:max_h-23vh {
    max-height: 23vh;
  }
  .laptop\:m-t-24\% {
    margin-top: 24%;
  }
  .laptop\:m-t--24\% {
    margin-top: -24%;
  }
  .laptop\:p-t-24\% {
    padding-top: 24%;
  }
  .laptop\:p-t--24\% {
    padding-top: -24%;
  }
  .laptop\:top-24\% {
    top: 24%;
  }
  .laptop\:top--24\% {
    top: -24%;
  }
  .laptop\:m-b-24\% {
    margin-bottom: 24%;
  }
  .laptop\:m-b--24\% {
    margin-bottom: -24%;
  }
  .laptop\:p-b-24\% {
    padding-bottom: 24%;
  }
  .laptop\:p-b--24\% {
    padding-bottom: -24%;
  }
  .laptop\:bottom-24\% {
    bottom: 24%;
  }
  .laptop\:bottom--24\% {
    bottom: -24%;
  }
  .laptop\:m-l-24\% {
    margin-left: 24%;
  }
  .laptop\:m-l--24\% {
    margin-left: -24%;
  }
  .laptop\:p-l-24\% {
    padding-left: 24%;
  }
  .laptop\:p-l--24\% {
    padding-left: -24%;
  }
  .laptop\:left-24\% {
    left: 24%;
  }
  .laptop\:left--24\% {
    left: -24%;
  }
  .laptop\:m-r-24\% {
    margin-right: 24%;
  }
  .laptop\:m-r--24\% {
    margin-right: -24%;
  }
  .laptop\:p-r-24\% {
    padding-right: 24%;
  }
  .laptop\:p-r--24\% {
    padding-right: -24%;
  }
  .laptop\:right-24\% {
    right: 24%;
  }
  .laptop\:right--24\% {
    right: -24%;
  }
  .laptop\:h-24\% {
    height: 24%;
  }
  .laptop\:w-24\% {
    width: 24%;
  }
  .laptop\:max_h-24\% {
    max-height: 24%;
  }
  .laptop\:max_w-24\% {
    max-width: 24%;
  }
  .laptop\:min_h-24\% {
    min-height: 24%;
  }
  .laptop\:min_w-24\% {
    min-width: 24%;
  }
  .laptop\:h-24vh {
    height: 24vh;
  }
  .laptop\:w-24vw {
    width: 24vw;
  }
  .laptop\:min_w-24vw {
    min-width: 24vw;
  }
  .laptop\:min_h-24vh {
    min-height: 24vh;
  }
  .laptop\:max_w-24vw {
    max-width: 24vw;
  }
  .laptop\:max_h-24vh {
    max-height: 24vh;
  }
  .laptop\:m-t-25\% {
    margin-top: 25%;
  }
  .laptop\:m-t--25\% {
    margin-top: -25%;
  }
  .laptop\:p-t-25\% {
    padding-top: 25%;
  }
  .laptop\:p-t--25\% {
    padding-top: -25%;
  }
  .laptop\:top-25\% {
    top: 25%;
  }
  .laptop\:top--25\% {
    top: -25%;
  }
  .laptop\:m-b-25\% {
    margin-bottom: 25%;
  }
  .laptop\:m-b--25\% {
    margin-bottom: -25%;
  }
  .laptop\:p-b-25\% {
    padding-bottom: 25%;
  }
  .laptop\:p-b--25\% {
    padding-bottom: -25%;
  }
  .laptop\:bottom-25\% {
    bottom: 25%;
  }
  .laptop\:bottom--25\% {
    bottom: -25%;
  }
  .laptop\:m-l-25\% {
    margin-left: 25%;
  }
  .laptop\:m-l--25\% {
    margin-left: -25%;
  }
  .laptop\:p-l-25\% {
    padding-left: 25%;
  }
  .laptop\:p-l--25\% {
    padding-left: -25%;
  }
  .laptop\:left-25\% {
    left: 25%;
  }
  .laptop\:left--25\% {
    left: -25%;
  }
  .laptop\:m-r-25\% {
    margin-right: 25%;
  }
  .laptop\:m-r--25\% {
    margin-right: -25%;
  }
  .laptop\:p-r-25\% {
    padding-right: 25%;
  }
  .laptop\:p-r--25\% {
    padding-right: -25%;
  }
  .laptop\:right-25\% {
    right: 25%;
  }
  .laptop\:right--25\% {
    right: -25%;
  }
  .laptop\:h-25\% {
    height: 25%;
  }
  .laptop\:w-25\% {
    width: 25%;
  }
  .laptop\:max_h-25\% {
    max-height: 25%;
  }
  .laptop\:max_w-25\% {
    max-width: 25%;
  }
  .laptop\:min_h-25\% {
    min-height: 25%;
  }
  .laptop\:min_w-25\% {
    min-width: 25%;
  }
  .laptop\:h-25vh {
    height: 25vh;
  }
  .laptop\:w-25vw {
    width: 25vw;
  }
  .laptop\:min_w-25vw {
    min-width: 25vw;
  }
  .laptop\:min_h-25vh {
    min-height: 25vh;
  }
  .laptop\:max_w-25vw {
    max-width: 25vw;
  }
  .laptop\:max_h-25vh {
    max-height: 25vh;
  }
  .laptop\:m-t-26\% {
    margin-top: 26%;
  }
  .laptop\:m-t--26\% {
    margin-top: -26%;
  }
  .laptop\:p-t-26\% {
    padding-top: 26%;
  }
  .laptop\:p-t--26\% {
    padding-top: -26%;
  }
  .laptop\:top-26\% {
    top: 26%;
  }
  .laptop\:top--26\% {
    top: -26%;
  }
  .laptop\:m-b-26\% {
    margin-bottom: 26%;
  }
  .laptop\:m-b--26\% {
    margin-bottom: -26%;
  }
  .laptop\:p-b-26\% {
    padding-bottom: 26%;
  }
  .laptop\:p-b--26\% {
    padding-bottom: -26%;
  }
  .laptop\:bottom-26\% {
    bottom: 26%;
  }
  .laptop\:bottom--26\% {
    bottom: -26%;
  }
  .laptop\:m-l-26\% {
    margin-left: 26%;
  }
  .laptop\:m-l--26\% {
    margin-left: -26%;
  }
  .laptop\:p-l-26\% {
    padding-left: 26%;
  }
  .laptop\:p-l--26\% {
    padding-left: -26%;
  }
  .laptop\:left-26\% {
    left: 26%;
  }
  .laptop\:left--26\% {
    left: -26%;
  }
  .laptop\:m-r-26\% {
    margin-right: 26%;
  }
  .laptop\:m-r--26\% {
    margin-right: -26%;
  }
  .laptop\:p-r-26\% {
    padding-right: 26%;
  }
  .laptop\:p-r--26\% {
    padding-right: -26%;
  }
  .laptop\:right-26\% {
    right: 26%;
  }
  .laptop\:right--26\% {
    right: -26%;
  }
  .laptop\:h-26\% {
    height: 26%;
  }
  .laptop\:w-26\% {
    width: 26%;
  }
  .laptop\:max_h-26\% {
    max-height: 26%;
  }
  .laptop\:max_w-26\% {
    max-width: 26%;
  }
  .laptop\:min_h-26\% {
    min-height: 26%;
  }
  .laptop\:min_w-26\% {
    min-width: 26%;
  }
  .laptop\:h-26vh {
    height: 26vh;
  }
  .laptop\:w-26vw {
    width: 26vw;
  }
  .laptop\:min_w-26vw {
    min-width: 26vw;
  }
  .laptop\:min_h-26vh {
    min-height: 26vh;
  }
  .laptop\:max_w-26vw {
    max-width: 26vw;
  }
  .laptop\:max_h-26vh {
    max-height: 26vh;
  }
  .laptop\:m-t-27\% {
    margin-top: 27%;
  }
  .laptop\:m-t--27\% {
    margin-top: -27%;
  }
  .laptop\:p-t-27\% {
    padding-top: 27%;
  }
  .laptop\:p-t--27\% {
    padding-top: -27%;
  }
  .laptop\:top-27\% {
    top: 27%;
  }
  .laptop\:top--27\% {
    top: -27%;
  }
  .laptop\:m-b-27\% {
    margin-bottom: 27%;
  }
  .laptop\:m-b--27\% {
    margin-bottom: -27%;
  }
  .laptop\:p-b-27\% {
    padding-bottom: 27%;
  }
  .laptop\:p-b--27\% {
    padding-bottom: -27%;
  }
  .laptop\:bottom-27\% {
    bottom: 27%;
  }
  .laptop\:bottom--27\% {
    bottom: -27%;
  }
  .laptop\:m-l-27\% {
    margin-left: 27%;
  }
  .laptop\:m-l--27\% {
    margin-left: -27%;
  }
  .laptop\:p-l-27\% {
    padding-left: 27%;
  }
  .laptop\:p-l--27\% {
    padding-left: -27%;
  }
  .laptop\:left-27\% {
    left: 27%;
  }
  .laptop\:left--27\% {
    left: -27%;
  }
  .laptop\:m-r-27\% {
    margin-right: 27%;
  }
  .laptop\:m-r--27\% {
    margin-right: -27%;
  }
  .laptop\:p-r-27\% {
    padding-right: 27%;
  }
  .laptop\:p-r--27\% {
    padding-right: -27%;
  }
  .laptop\:right-27\% {
    right: 27%;
  }
  .laptop\:right--27\% {
    right: -27%;
  }
  .laptop\:h-27\% {
    height: 27%;
  }
  .laptop\:w-27\% {
    width: 27%;
  }
  .laptop\:max_h-27\% {
    max-height: 27%;
  }
  .laptop\:max_w-27\% {
    max-width: 27%;
  }
  .laptop\:min_h-27\% {
    min-height: 27%;
  }
  .laptop\:min_w-27\% {
    min-width: 27%;
  }
  .laptop\:h-27vh {
    height: 27vh;
  }
  .laptop\:w-27vw {
    width: 27vw;
  }
  .laptop\:min_w-27vw {
    min-width: 27vw;
  }
  .laptop\:min_h-27vh {
    min-height: 27vh;
  }
  .laptop\:max_w-27vw {
    max-width: 27vw;
  }
  .laptop\:max_h-27vh {
    max-height: 27vh;
  }
  .laptop\:m-t-28\% {
    margin-top: 28%;
  }
  .laptop\:m-t--28\% {
    margin-top: -28%;
  }
  .laptop\:p-t-28\% {
    padding-top: 28%;
  }
  .laptop\:p-t--28\% {
    padding-top: -28%;
  }
  .laptop\:top-28\% {
    top: 28%;
  }
  .laptop\:top--28\% {
    top: -28%;
  }
  .laptop\:m-b-28\% {
    margin-bottom: 28%;
  }
  .laptop\:m-b--28\% {
    margin-bottom: -28%;
  }
  .laptop\:p-b-28\% {
    padding-bottom: 28%;
  }
  .laptop\:p-b--28\% {
    padding-bottom: -28%;
  }
  .laptop\:bottom-28\% {
    bottom: 28%;
  }
  .laptop\:bottom--28\% {
    bottom: -28%;
  }
  .laptop\:m-l-28\% {
    margin-left: 28%;
  }
  .laptop\:m-l--28\% {
    margin-left: -28%;
  }
  .laptop\:p-l-28\% {
    padding-left: 28%;
  }
  .laptop\:p-l--28\% {
    padding-left: -28%;
  }
  .laptop\:left-28\% {
    left: 28%;
  }
  .laptop\:left--28\% {
    left: -28%;
  }
  .laptop\:m-r-28\% {
    margin-right: 28%;
  }
  .laptop\:m-r--28\% {
    margin-right: -28%;
  }
  .laptop\:p-r-28\% {
    padding-right: 28%;
  }
  .laptop\:p-r--28\% {
    padding-right: -28%;
  }
  .laptop\:right-28\% {
    right: 28%;
  }
  .laptop\:right--28\% {
    right: -28%;
  }
  .laptop\:h-28\% {
    height: 28%;
  }
  .laptop\:w-28\% {
    width: 28%;
  }
  .laptop\:max_h-28\% {
    max-height: 28%;
  }
  .laptop\:max_w-28\% {
    max-width: 28%;
  }
  .laptop\:min_h-28\% {
    min-height: 28%;
  }
  .laptop\:min_w-28\% {
    min-width: 28%;
  }
  .laptop\:h-28vh {
    height: 28vh;
  }
  .laptop\:w-28vw {
    width: 28vw;
  }
  .laptop\:min_w-28vw {
    min-width: 28vw;
  }
  .laptop\:min_h-28vh {
    min-height: 28vh;
  }
  .laptop\:max_w-28vw {
    max-width: 28vw;
  }
  .laptop\:max_h-28vh {
    max-height: 28vh;
  }
  .laptop\:m-t-29\% {
    margin-top: 29%;
  }
  .laptop\:m-t--29\% {
    margin-top: -29%;
  }
  .laptop\:p-t-29\% {
    padding-top: 29%;
  }
  .laptop\:p-t--29\% {
    padding-top: -29%;
  }
  .laptop\:top-29\% {
    top: 29%;
  }
  .laptop\:top--29\% {
    top: -29%;
  }
  .laptop\:m-b-29\% {
    margin-bottom: 29%;
  }
  .laptop\:m-b--29\% {
    margin-bottom: -29%;
  }
  .laptop\:p-b-29\% {
    padding-bottom: 29%;
  }
  .laptop\:p-b--29\% {
    padding-bottom: -29%;
  }
  .laptop\:bottom-29\% {
    bottom: 29%;
  }
  .laptop\:bottom--29\% {
    bottom: -29%;
  }
  .laptop\:m-l-29\% {
    margin-left: 29%;
  }
  .laptop\:m-l--29\% {
    margin-left: -29%;
  }
  .laptop\:p-l-29\% {
    padding-left: 29%;
  }
  .laptop\:p-l--29\% {
    padding-left: -29%;
  }
  .laptop\:left-29\% {
    left: 29%;
  }
  .laptop\:left--29\% {
    left: -29%;
  }
  .laptop\:m-r-29\% {
    margin-right: 29%;
  }
  .laptop\:m-r--29\% {
    margin-right: -29%;
  }
  .laptop\:p-r-29\% {
    padding-right: 29%;
  }
  .laptop\:p-r--29\% {
    padding-right: -29%;
  }
  .laptop\:right-29\% {
    right: 29%;
  }
  .laptop\:right--29\% {
    right: -29%;
  }
  .laptop\:h-29\% {
    height: 29%;
  }
  .laptop\:w-29\% {
    width: 29%;
  }
  .laptop\:max_h-29\% {
    max-height: 29%;
  }
  .laptop\:max_w-29\% {
    max-width: 29%;
  }
  .laptop\:min_h-29\% {
    min-height: 29%;
  }
  .laptop\:min_w-29\% {
    min-width: 29%;
  }
  .laptop\:h-29vh {
    height: 29vh;
  }
  .laptop\:w-29vw {
    width: 29vw;
  }
  .laptop\:min_w-29vw {
    min-width: 29vw;
  }
  .laptop\:min_h-29vh {
    min-height: 29vh;
  }
  .laptop\:max_w-29vw {
    max-width: 29vw;
  }
  .laptop\:max_h-29vh {
    max-height: 29vh;
  }
  .laptop\:m-t-30\% {
    margin-top: 30%;
  }
  .laptop\:m-t--30\% {
    margin-top: -30%;
  }
  .laptop\:p-t-30\% {
    padding-top: 30%;
  }
  .laptop\:p-t--30\% {
    padding-top: -30%;
  }
  .laptop\:top-30\% {
    top: 30%;
  }
  .laptop\:top--30\% {
    top: -30%;
  }
  .laptop\:m-b-30\% {
    margin-bottom: 30%;
  }
  .laptop\:m-b--30\% {
    margin-bottom: -30%;
  }
  .laptop\:p-b-30\% {
    padding-bottom: 30%;
  }
  .laptop\:p-b--30\% {
    padding-bottom: -30%;
  }
  .laptop\:bottom-30\% {
    bottom: 30%;
  }
  .laptop\:bottom--30\% {
    bottom: -30%;
  }
  .laptop\:m-l-30\% {
    margin-left: 30%;
  }
  .laptop\:m-l--30\% {
    margin-left: -30%;
  }
  .laptop\:p-l-30\% {
    padding-left: 30%;
  }
  .laptop\:p-l--30\% {
    padding-left: -30%;
  }
  .laptop\:left-30\% {
    left: 30%;
  }
  .laptop\:left--30\% {
    left: -30%;
  }
  .laptop\:m-r-30\% {
    margin-right: 30%;
  }
  .laptop\:m-r--30\% {
    margin-right: -30%;
  }
  .laptop\:p-r-30\% {
    padding-right: 30%;
  }
  .laptop\:p-r--30\% {
    padding-right: -30%;
  }
  .laptop\:right-30\% {
    right: 30%;
  }
  .laptop\:right--30\% {
    right: -30%;
  }
  .laptop\:h-30\% {
    height: 30%;
  }
  .laptop\:w-30\% {
    width: 30%;
  }
  .laptop\:max_h-30\% {
    max-height: 30%;
  }
  .laptop\:max_w-30\% {
    max-width: 30%;
  }
  .laptop\:min_h-30\% {
    min-height: 30%;
  }
  .laptop\:min_w-30\% {
    min-width: 30%;
  }
  .laptop\:h-30vh {
    height: 30vh;
  }
  .laptop\:w-30vw {
    width: 30vw;
  }
  .laptop\:min_w-30vw {
    min-width: 30vw;
  }
  .laptop\:min_h-30vh {
    min-height: 30vh;
  }
  .laptop\:max_w-30vw {
    max-width: 30vw;
  }
  .laptop\:max_h-30vh {
    max-height: 30vh;
  }
  .laptop\:m-t-31\% {
    margin-top: 31%;
  }
  .laptop\:m-t--31\% {
    margin-top: -31%;
  }
  .laptop\:p-t-31\% {
    padding-top: 31%;
  }
  .laptop\:p-t--31\% {
    padding-top: -31%;
  }
  .laptop\:top-31\% {
    top: 31%;
  }
  .laptop\:top--31\% {
    top: -31%;
  }
  .laptop\:m-b-31\% {
    margin-bottom: 31%;
  }
  .laptop\:m-b--31\% {
    margin-bottom: -31%;
  }
  .laptop\:p-b-31\% {
    padding-bottom: 31%;
  }
  .laptop\:p-b--31\% {
    padding-bottom: -31%;
  }
  .laptop\:bottom-31\% {
    bottom: 31%;
  }
  .laptop\:bottom--31\% {
    bottom: -31%;
  }
  .laptop\:m-l-31\% {
    margin-left: 31%;
  }
  .laptop\:m-l--31\% {
    margin-left: -31%;
  }
  .laptop\:p-l-31\% {
    padding-left: 31%;
  }
  .laptop\:p-l--31\% {
    padding-left: -31%;
  }
  .laptop\:left-31\% {
    left: 31%;
  }
  .laptop\:left--31\% {
    left: -31%;
  }
  .laptop\:m-r-31\% {
    margin-right: 31%;
  }
  .laptop\:m-r--31\% {
    margin-right: -31%;
  }
  .laptop\:p-r-31\% {
    padding-right: 31%;
  }
  .laptop\:p-r--31\% {
    padding-right: -31%;
  }
  .laptop\:right-31\% {
    right: 31%;
  }
  .laptop\:right--31\% {
    right: -31%;
  }
  .laptop\:h-31\% {
    height: 31%;
  }
  .laptop\:w-31\% {
    width: 31%;
  }
  .laptop\:max_h-31\% {
    max-height: 31%;
  }
  .laptop\:max_w-31\% {
    max-width: 31%;
  }
  .laptop\:min_h-31\% {
    min-height: 31%;
  }
  .laptop\:min_w-31\% {
    min-width: 31%;
  }
  .laptop\:h-31vh {
    height: 31vh;
  }
  .laptop\:w-31vw {
    width: 31vw;
  }
  .laptop\:min_w-31vw {
    min-width: 31vw;
  }
  .laptop\:min_h-31vh {
    min-height: 31vh;
  }
  .laptop\:max_w-31vw {
    max-width: 31vw;
  }
  .laptop\:max_h-31vh {
    max-height: 31vh;
  }
  .laptop\:m-t-32\% {
    margin-top: 32%;
  }
  .laptop\:m-t--32\% {
    margin-top: -32%;
  }
  .laptop\:p-t-32\% {
    padding-top: 32%;
  }
  .laptop\:p-t--32\% {
    padding-top: -32%;
  }
  .laptop\:top-32\% {
    top: 32%;
  }
  .laptop\:top--32\% {
    top: -32%;
  }
  .laptop\:m-b-32\% {
    margin-bottom: 32%;
  }
  .laptop\:m-b--32\% {
    margin-bottom: -32%;
  }
  .laptop\:p-b-32\% {
    padding-bottom: 32%;
  }
  .laptop\:p-b--32\% {
    padding-bottom: -32%;
  }
  .laptop\:bottom-32\% {
    bottom: 32%;
  }
  .laptop\:bottom--32\% {
    bottom: -32%;
  }
  .laptop\:m-l-32\% {
    margin-left: 32%;
  }
  .laptop\:m-l--32\% {
    margin-left: -32%;
  }
  .laptop\:p-l-32\% {
    padding-left: 32%;
  }
  .laptop\:p-l--32\% {
    padding-left: -32%;
  }
  .laptop\:left-32\% {
    left: 32%;
  }
  .laptop\:left--32\% {
    left: -32%;
  }
  .laptop\:m-r-32\% {
    margin-right: 32%;
  }
  .laptop\:m-r--32\% {
    margin-right: -32%;
  }
  .laptop\:p-r-32\% {
    padding-right: 32%;
  }
  .laptop\:p-r--32\% {
    padding-right: -32%;
  }
  .laptop\:right-32\% {
    right: 32%;
  }
  .laptop\:right--32\% {
    right: -32%;
  }
  .laptop\:h-32\% {
    height: 32%;
  }
  .laptop\:w-32\% {
    width: 32%;
  }
  .laptop\:max_h-32\% {
    max-height: 32%;
  }
  .laptop\:max_w-32\% {
    max-width: 32%;
  }
  .laptop\:min_h-32\% {
    min-height: 32%;
  }
  .laptop\:min_w-32\% {
    min-width: 32%;
  }
  .laptop\:h-32vh {
    height: 32vh;
  }
  .laptop\:w-32vw {
    width: 32vw;
  }
  .laptop\:min_w-32vw {
    min-width: 32vw;
  }
  .laptop\:min_h-32vh {
    min-height: 32vh;
  }
  .laptop\:max_w-32vw {
    max-width: 32vw;
  }
  .laptop\:max_h-32vh {
    max-height: 32vh;
  }
  .laptop\:m-t-33\% {
    margin-top: 33%;
  }
  .laptop\:m-t--33\% {
    margin-top: -33%;
  }
  .laptop\:p-t-33\% {
    padding-top: 33%;
  }
  .laptop\:p-t--33\% {
    padding-top: -33%;
  }
  .laptop\:top-33\% {
    top: 33%;
  }
  .laptop\:top--33\% {
    top: -33%;
  }
  .laptop\:m-b-33\% {
    margin-bottom: 33%;
  }
  .laptop\:m-b--33\% {
    margin-bottom: -33%;
  }
  .laptop\:p-b-33\% {
    padding-bottom: 33%;
  }
  .laptop\:p-b--33\% {
    padding-bottom: -33%;
  }
  .laptop\:bottom-33\% {
    bottom: 33%;
  }
  .laptop\:bottom--33\% {
    bottom: -33%;
  }
  .laptop\:m-l-33\% {
    margin-left: 33%;
  }
  .laptop\:m-l--33\% {
    margin-left: -33%;
  }
  .laptop\:p-l-33\% {
    padding-left: 33%;
  }
  .laptop\:p-l--33\% {
    padding-left: -33%;
  }
  .laptop\:left-33\% {
    left: 33%;
  }
  .laptop\:left--33\% {
    left: -33%;
  }
  .laptop\:m-r-33\% {
    margin-right: 33%;
  }
  .laptop\:m-r--33\% {
    margin-right: -33%;
  }
  .laptop\:p-r-33\% {
    padding-right: 33%;
  }
  .laptop\:p-r--33\% {
    padding-right: -33%;
  }
  .laptop\:right-33\% {
    right: 33%;
  }
  .laptop\:right--33\% {
    right: -33%;
  }
  .laptop\:h-33\% {
    height: 33%;
  }
  .laptop\:w-33\% {
    width: 33%;
  }
  .laptop\:max_h-33\% {
    max-height: 33%;
  }
  .laptop\:max_w-33\% {
    max-width: 33%;
  }
  .laptop\:min_h-33\% {
    min-height: 33%;
  }
  .laptop\:min_w-33\% {
    min-width: 33%;
  }
  .laptop\:h-33vh {
    height: 33vh;
  }
  .laptop\:w-33vw {
    width: 33vw;
  }
  .laptop\:min_w-33vw {
    min-width: 33vw;
  }
  .laptop\:min_h-33vh {
    min-height: 33vh;
  }
  .laptop\:max_w-33vw {
    max-width: 33vw;
  }
  .laptop\:max_h-33vh {
    max-height: 33vh;
  }
  .laptop\:m-t-34\% {
    margin-top: 34%;
  }
  .laptop\:m-t--34\% {
    margin-top: -34%;
  }
  .laptop\:p-t-34\% {
    padding-top: 34%;
  }
  .laptop\:p-t--34\% {
    padding-top: -34%;
  }
  .laptop\:top-34\% {
    top: 34%;
  }
  .laptop\:top--34\% {
    top: -34%;
  }
  .laptop\:m-b-34\% {
    margin-bottom: 34%;
  }
  .laptop\:m-b--34\% {
    margin-bottom: -34%;
  }
  .laptop\:p-b-34\% {
    padding-bottom: 34%;
  }
  .laptop\:p-b--34\% {
    padding-bottom: -34%;
  }
  .laptop\:bottom-34\% {
    bottom: 34%;
  }
  .laptop\:bottom--34\% {
    bottom: -34%;
  }
  .laptop\:m-l-34\% {
    margin-left: 34%;
  }
  .laptop\:m-l--34\% {
    margin-left: -34%;
  }
  .laptop\:p-l-34\% {
    padding-left: 34%;
  }
  .laptop\:p-l--34\% {
    padding-left: -34%;
  }
  .laptop\:left-34\% {
    left: 34%;
  }
  .laptop\:left--34\% {
    left: -34%;
  }
  .laptop\:m-r-34\% {
    margin-right: 34%;
  }
  .laptop\:m-r--34\% {
    margin-right: -34%;
  }
  .laptop\:p-r-34\% {
    padding-right: 34%;
  }
  .laptop\:p-r--34\% {
    padding-right: -34%;
  }
  .laptop\:right-34\% {
    right: 34%;
  }
  .laptop\:right--34\% {
    right: -34%;
  }
  .laptop\:h-34\% {
    height: 34%;
  }
  .laptop\:w-34\% {
    width: 34%;
  }
  .laptop\:max_h-34\% {
    max-height: 34%;
  }
  .laptop\:max_w-34\% {
    max-width: 34%;
  }
  .laptop\:min_h-34\% {
    min-height: 34%;
  }
  .laptop\:min_w-34\% {
    min-width: 34%;
  }
  .laptop\:h-34vh {
    height: 34vh;
  }
  .laptop\:w-34vw {
    width: 34vw;
  }
  .laptop\:min_w-34vw {
    min-width: 34vw;
  }
  .laptop\:min_h-34vh {
    min-height: 34vh;
  }
  .laptop\:max_w-34vw {
    max-width: 34vw;
  }
  .laptop\:max_h-34vh {
    max-height: 34vh;
  }
  .laptop\:m-t-35\% {
    margin-top: 35%;
  }
  .laptop\:m-t--35\% {
    margin-top: -35%;
  }
  .laptop\:p-t-35\% {
    padding-top: 35%;
  }
  .laptop\:p-t--35\% {
    padding-top: -35%;
  }
  .laptop\:top-35\% {
    top: 35%;
  }
  .laptop\:top--35\% {
    top: -35%;
  }
  .laptop\:m-b-35\% {
    margin-bottom: 35%;
  }
  .laptop\:m-b--35\% {
    margin-bottom: -35%;
  }
  .laptop\:p-b-35\% {
    padding-bottom: 35%;
  }
  .laptop\:p-b--35\% {
    padding-bottom: -35%;
  }
  .laptop\:bottom-35\% {
    bottom: 35%;
  }
  .laptop\:bottom--35\% {
    bottom: -35%;
  }
  .laptop\:m-l-35\% {
    margin-left: 35%;
  }
  .laptop\:m-l--35\% {
    margin-left: -35%;
  }
  .laptop\:p-l-35\% {
    padding-left: 35%;
  }
  .laptop\:p-l--35\% {
    padding-left: -35%;
  }
  .laptop\:left-35\% {
    left: 35%;
  }
  .laptop\:left--35\% {
    left: -35%;
  }
  .laptop\:m-r-35\% {
    margin-right: 35%;
  }
  .laptop\:m-r--35\% {
    margin-right: -35%;
  }
  .laptop\:p-r-35\% {
    padding-right: 35%;
  }
  .laptop\:p-r--35\% {
    padding-right: -35%;
  }
  .laptop\:right-35\% {
    right: 35%;
  }
  .laptop\:right--35\% {
    right: -35%;
  }
  .laptop\:h-35\% {
    height: 35%;
  }
  .laptop\:w-35\% {
    width: 35%;
  }
  .laptop\:max_h-35\% {
    max-height: 35%;
  }
  .laptop\:max_w-35\% {
    max-width: 35%;
  }
  .laptop\:min_h-35\% {
    min-height: 35%;
  }
  .laptop\:min_w-35\% {
    min-width: 35%;
  }
  .laptop\:h-35vh {
    height: 35vh;
  }
  .laptop\:w-35vw {
    width: 35vw;
  }
  .laptop\:min_w-35vw {
    min-width: 35vw;
  }
  .laptop\:min_h-35vh {
    min-height: 35vh;
  }
  .laptop\:max_w-35vw {
    max-width: 35vw;
  }
  .laptop\:max_h-35vh {
    max-height: 35vh;
  }
  .laptop\:m-t-36\% {
    margin-top: 36%;
  }
  .laptop\:m-t--36\% {
    margin-top: -36%;
  }
  .laptop\:p-t-36\% {
    padding-top: 36%;
  }
  .laptop\:p-t--36\% {
    padding-top: -36%;
  }
  .laptop\:top-36\% {
    top: 36%;
  }
  .laptop\:top--36\% {
    top: -36%;
  }
  .laptop\:m-b-36\% {
    margin-bottom: 36%;
  }
  .laptop\:m-b--36\% {
    margin-bottom: -36%;
  }
  .laptop\:p-b-36\% {
    padding-bottom: 36%;
  }
  .laptop\:p-b--36\% {
    padding-bottom: -36%;
  }
  .laptop\:bottom-36\% {
    bottom: 36%;
  }
  .laptop\:bottom--36\% {
    bottom: -36%;
  }
  .laptop\:m-l-36\% {
    margin-left: 36%;
  }
  .laptop\:m-l--36\% {
    margin-left: -36%;
  }
  .laptop\:p-l-36\% {
    padding-left: 36%;
  }
  .laptop\:p-l--36\% {
    padding-left: -36%;
  }
  .laptop\:left-36\% {
    left: 36%;
  }
  .laptop\:left--36\% {
    left: -36%;
  }
  .laptop\:m-r-36\% {
    margin-right: 36%;
  }
  .laptop\:m-r--36\% {
    margin-right: -36%;
  }
  .laptop\:p-r-36\% {
    padding-right: 36%;
  }
  .laptop\:p-r--36\% {
    padding-right: -36%;
  }
  .laptop\:right-36\% {
    right: 36%;
  }
  .laptop\:right--36\% {
    right: -36%;
  }
  .laptop\:h-36\% {
    height: 36%;
  }
  .laptop\:w-36\% {
    width: 36%;
  }
  .laptop\:max_h-36\% {
    max-height: 36%;
  }
  .laptop\:max_w-36\% {
    max-width: 36%;
  }
  .laptop\:min_h-36\% {
    min-height: 36%;
  }
  .laptop\:min_w-36\% {
    min-width: 36%;
  }
  .laptop\:h-36vh {
    height: 36vh;
  }
  .laptop\:w-36vw {
    width: 36vw;
  }
  .laptop\:min_w-36vw {
    min-width: 36vw;
  }
  .laptop\:min_h-36vh {
    min-height: 36vh;
  }
  .laptop\:max_w-36vw {
    max-width: 36vw;
  }
  .laptop\:max_h-36vh {
    max-height: 36vh;
  }
  .laptop\:m-t-37\% {
    margin-top: 37%;
  }
  .laptop\:m-t--37\% {
    margin-top: -37%;
  }
  .laptop\:p-t-37\% {
    padding-top: 37%;
  }
  .laptop\:p-t--37\% {
    padding-top: -37%;
  }
  .laptop\:top-37\% {
    top: 37%;
  }
  .laptop\:top--37\% {
    top: -37%;
  }
  .laptop\:m-b-37\% {
    margin-bottom: 37%;
  }
  .laptop\:m-b--37\% {
    margin-bottom: -37%;
  }
  .laptop\:p-b-37\% {
    padding-bottom: 37%;
  }
  .laptop\:p-b--37\% {
    padding-bottom: -37%;
  }
  .laptop\:bottom-37\% {
    bottom: 37%;
  }
  .laptop\:bottom--37\% {
    bottom: -37%;
  }
  .laptop\:m-l-37\% {
    margin-left: 37%;
  }
  .laptop\:m-l--37\% {
    margin-left: -37%;
  }
  .laptop\:p-l-37\% {
    padding-left: 37%;
  }
  .laptop\:p-l--37\% {
    padding-left: -37%;
  }
  .laptop\:left-37\% {
    left: 37%;
  }
  .laptop\:left--37\% {
    left: -37%;
  }
  .laptop\:m-r-37\% {
    margin-right: 37%;
  }
  .laptop\:m-r--37\% {
    margin-right: -37%;
  }
  .laptop\:p-r-37\% {
    padding-right: 37%;
  }
  .laptop\:p-r--37\% {
    padding-right: -37%;
  }
  .laptop\:right-37\% {
    right: 37%;
  }
  .laptop\:right--37\% {
    right: -37%;
  }
  .laptop\:h-37\% {
    height: 37%;
  }
  .laptop\:w-37\% {
    width: 37%;
  }
  .laptop\:max_h-37\% {
    max-height: 37%;
  }
  .laptop\:max_w-37\% {
    max-width: 37%;
  }
  .laptop\:min_h-37\% {
    min-height: 37%;
  }
  .laptop\:min_w-37\% {
    min-width: 37%;
  }
  .laptop\:h-37vh {
    height: 37vh;
  }
  .laptop\:w-37vw {
    width: 37vw;
  }
  .laptop\:min_w-37vw {
    min-width: 37vw;
  }
  .laptop\:min_h-37vh {
    min-height: 37vh;
  }
  .laptop\:max_w-37vw {
    max-width: 37vw;
  }
  .laptop\:max_h-37vh {
    max-height: 37vh;
  }
  .laptop\:m-t-38\% {
    margin-top: 38%;
  }
  .laptop\:m-t--38\% {
    margin-top: -38%;
  }
  .laptop\:p-t-38\% {
    padding-top: 38%;
  }
  .laptop\:p-t--38\% {
    padding-top: -38%;
  }
  .laptop\:top-38\% {
    top: 38%;
  }
  .laptop\:top--38\% {
    top: -38%;
  }
  .laptop\:m-b-38\% {
    margin-bottom: 38%;
  }
  .laptop\:m-b--38\% {
    margin-bottom: -38%;
  }
  .laptop\:p-b-38\% {
    padding-bottom: 38%;
  }
  .laptop\:p-b--38\% {
    padding-bottom: -38%;
  }
  .laptop\:bottom-38\% {
    bottom: 38%;
  }
  .laptop\:bottom--38\% {
    bottom: -38%;
  }
  .laptop\:m-l-38\% {
    margin-left: 38%;
  }
  .laptop\:m-l--38\% {
    margin-left: -38%;
  }
  .laptop\:p-l-38\% {
    padding-left: 38%;
  }
  .laptop\:p-l--38\% {
    padding-left: -38%;
  }
  .laptop\:left-38\% {
    left: 38%;
  }
  .laptop\:left--38\% {
    left: -38%;
  }
  .laptop\:m-r-38\% {
    margin-right: 38%;
  }
  .laptop\:m-r--38\% {
    margin-right: -38%;
  }
  .laptop\:p-r-38\% {
    padding-right: 38%;
  }
  .laptop\:p-r--38\% {
    padding-right: -38%;
  }
  .laptop\:right-38\% {
    right: 38%;
  }
  .laptop\:right--38\% {
    right: -38%;
  }
  .laptop\:h-38\% {
    height: 38%;
  }
  .laptop\:w-38\% {
    width: 38%;
  }
  .laptop\:max_h-38\% {
    max-height: 38%;
  }
  .laptop\:max_w-38\% {
    max-width: 38%;
  }
  .laptop\:min_h-38\% {
    min-height: 38%;
  }
  .laptop\:min_w-38\% {
    min-width: 38%;
  }
  .laptop\:h-38vh {
    height: 38vh;
  }
  .laptop\:w-38vw {
    width: 38vw;
  }
  .laptop\:min_w-38vw {
    min-width: 38vw;
  }
  .laptop\:min_h-38vh {
    min-height: 38vh;
  }
  .laptop\:max_w-38vw {
    max-width: 38vw;
  }
  .laptop\:max_h-38vh {
    max-height: 38vh;
  }
  .laptop\:m-t-39\% {
    margin-top: 39%;
  }
  .laptop\:m-t--39\% {
    margin-top: -39%;
  }
  .laptop\:p-t-39\% {
    padding-top: 39%;
  }
  .laptop\:p-t--39\% {
    padding-top: -39%;
  }
  .laptop\:top-39\% {
    top: 39%;
  }
  .laptop\:top--39\% {
    top: -39%;
  }
  .laptop\:m-b-39\% {
    margin-bottom: 39%;
  }
  .laptop\:m-b--39\% {
    margin-bottom: -39%;
  }
  .laptop\:p-b-39\% {
    padding-bottom: 39%;
  }
  .laptop\:p-b--39\% {
    padding-bottom: -39%;
  }
  .laptop\:bottom-39\% {
    bottom: 39%;
  }
  .laptop\:bottom--39\% {
    bottom: -39%;
  }
  .laptop\:m-l-39\% {
    margin-left: 39%;
  }
  .laptop\:m-l--39\% {
    margin-left: -39%;
  }
  .laptop\:p-l-39\% {
    padding-left: 39%;
  }
  .laptop\:p-l--39\% {
    padding-left: -39%;
  }
  .laptop\:left-39\% {
    left: 39%;
  }
  .laptop\:left--39\% {
    left: -39%;
  }
  .laptop\:m-r-39\% {
    margin-right: 39%;
  }
  .laptop\:m-r--39\% {
    margin-right: -39%;
  }
  .laptop\:p-r-39\% {
    padding-right: 39%;
  }
  .laptop\:p-r--39\% {
    padding-right: -39%;
  }
  .laptop\:right-39\% {
    right: 39%;
  }
  .laptop\:right--39\% {
    right: -39%;
  }
  .laptop\:h-39\% {
    height: 39%;
  }
  .laptop\:w-39\% {
    width: 39%;
  }
  .laptop\:max_h-39\% {
    max-height: 39%;
  }
  .laptop\:max_w-39\% {
    max-width: 39%;
  }
  .laptop\:min_h-39\% {
    min-height: 39%;
  }
  .laptop\:min_w-39\% {
    min-width: 39%;
  }
  .laptop\:h-39vh {
    height: 39vh;
  }
  .laptop\:w-39vw {
    width: 39vw;
  }
  .laptop\:min_w-39vw {
    min-width: 39vw;
  }
  .laptop\:min_h-39vh {
    min-height: 39vh;
  }
  .laptop\:max_w-39vw {
    max-width: 39vw;
  }
  .laptop\:max_h-39vh {
    max-height: 39vh;
  }
  .laptop\:m-t-40\% {
    margin-top: 40%;
  }
  .laptop\:m-t--40\% {
    margin-top: -40%;
  }
  .laptop\:p-t-40\% {
    padding-top: 40%;
  }
  .laptop\:p-t--40\% {
    padding-top: -40%;
  }
  .laptop\:top-40\% {
    top: 40%;
  }
  .laptop\:top--40\% {
    top: -40%;
  }
  .laptop\:m-b-40\% {
    margin-bottom: 40%;
  }
  .laptop\:m-b--40\% {
    margin-bottom: -40%;
  }
  .laptop\:p-b-40\% {
    padding-bottom: 40%;
  }
  .laptop\:p-b--40\% {
    padding-bottom: -40%;
  }
  .laptop\:bottom-40\% {
    bottom: 40%;
  }
  .laptop\:bottom--40\% {
    bottom: -40%;
  }
  .laptop\:m-l-40\% {
    margin-left: 40%;
  }
  .laptop\:m-l--40\% {
    margin-left: -40%;
  }
  .laptop\:p-l-40\% {
    padding-left: 40%;
  }
  .laptop\:p-l--40\% {
    padding-left: -40%;
  }
  .laptop\:left-40\% {
    left: 40%;
  }
  .laptop\:left--40\% {
    left: -40%;
  }
  .laptop\:m-r-40\% {
    margin-right: 40%;
  }
  .laptop\:m-r--40\% {
    margin-right: -40%;
  }
  .laptop\:p-r-40\% {
    padding-right: 40%;
  }
  .laptop\:p-r--40\% {
    padding-right: -40%;
  }
  .laptop\:right-40\% {
    right: 40%;
  }
  .laptop\:right--40\% {
    right: -40%;
  }
  .laptop\:h-40\% {
    height: 40%;
  }
  .laptop\:w-40\% {
    width: 40%;
  }
  .laptop\:max_h-40\% {
    max-height: 40%;
  }
  .laptop\:max_w-40\% {
    max-width: 40%;
  }
  .laptop\:min_h-40\% {
    min-height: 40%;
  }
  .laptop\:min_w-40\% {
    min-width: 40%;
  }
  .laptop\:h-40vh {
    height: 40vh;
  }
  .laptop\:w-40vw {
    width: 40vw;
  }
  .laptop\:min_w-40vw {
    min-width: 40vw;
  }
  .laptop\:min_h-40vh {
    min-height: 40vh;
  }
  .laptop\:max_w-40vw {
    max-width: 40vw;
  }
  .laptop\:max_h-40vh {
    max-height: 40vh;
  }
  .laptop\:m-t-41\% {
    margin-top: 41%;
  }
  .laptop\:m-t--41\% {
    margin-top: -41%;
  }
  .laptop\:p-t-41\% {
    padding-top: 41%;
  }
  .laptop\:p-t--41\% {
    padding-top: -41%;
  }
  .laptop\:top-41\% {
    top: 41%;
  }
  .laptop\:top--41\% {
    top: -41%;
  }
  .laptop\:m-b-41\% {
    margin-bottom: 41%;
  }
  .laptop\:m-b--41\% {
    margin-bottom: -41%;
  }
  .laptop\:p-b-41\% {
    padding-bottom: 41%;
  }
  .laptop\:p-b--41\% {
    padding-bottom: -41%;
  }
  .laptop\:bottom-41\% {
    bottom: 41%;
  }
  .laptop\:bottom--41\% {
    bottom: -41%;
  }
  .laptop\:m-l-41\% {
    margin-left: 41%;
  }
  .laptop\:m-l--41\% {
    margin-left: -41%;
  }
  .laptop\:p-l-41\% {
    padding-left: 41%;
  }
  .laptop\:p-l--41\% {
    padding-left: -41%;
  }
  .laptop\:left-41\% {
    left: 41%;
  }
  .laptop\:left--41\% {
    left: -41%;
  }
  .laptop\:m-r-41\% {
    margin-right: 41%;
  }
  .laptop\:m-r--41\% {
    margin-right: -41%;
  }
  .laptop\:p-r-41\% {
    padding-right: 41%;
  }
  .laptop\:p-r--41\% {
    padding-right: -41%;
  }
  .laptop\:right-41\% {
    right: 41%;
  }
  .laptop\:right--41\% {
    right: -41%;
  }
  .laptop\:h-41\% {
    height: 41%;
  }
  .laptop\:w-41\% {
    width: 41%;
  }
  .laptop\:max_h-41\% {
    max-height: 41%;
  }
  .laptop\:max_w-41\% {
    max-width: 41%;
  }
  .laptop\:min_h-41\% {
    min-height: 41%;
  }
  .laptop\:min_w-41\% {
    min-width: 41%;
  }
  .laptop\:h-41vh {
    height: 41vh;
  }
  .laptop\:w-41vw {
    width: 41vw;
  }
  .laptop\:min_w-41vw {
    min-width: 41vw;
  }
  .laptop\:min_h-41vh {
    min-height: 41vh;
  }
  .laptop\:max_w-41vw {
    max-width: 41vw;
  }
  .laptop\:max_h-41vh {
    max-height: 41vh;
  }
  .laptop\:m-t-42\% {
    margin-top: 42%;
  }
  .laptop\:m-t--42\% {
    margin-top: -42%;
  }
  .laptop\:p-t-42\% {
    padding-top: 42%;
  }
  .laptop\:p-t--42\% {
    padding-top: -42%;
  }
  .laptop\:top-42\% {
    top: 42%;
  }
  .laptop\:top--42\% {
    top: -42%;
  }
  .laptop\:m-b-42\% {
    margin-bottom: 42%;
  }
  .laptop\:m-b--42\% {
    margin-bottom: -42%;
  }
  .laptop\:p-b-42\% {
    padding-bottom: 42%;
  }
  .laptop\:p-b--42\% {
    padding-bottom: -42%;
  }
  .laptop\:bottom-42\% {
    bottom: 42%;
  }
  .laptop\:bottom--42\% {
    bottom: -42%;
  }
  .laptop\:m-l-42\% {
    margin-left: 42%;
  }
  .laptop\:m-l--42\% {
    margin-left: -42%;
  }
  .laptop\:p-l-42\% {
    padding-left: 42%;
  }
  .laptop\:p-l--42\% {
    padding-left: -42%;
  }
  .laptop\:left-42\% {
    left: 42%;
  }
  .laptop\:left--42\% {
    left: -42%;
  }
  .laptop\:m-r-42\% {
    margin-right: 42%;
  }
  .laptop\:m-r--42\% {
    margin-right: -42%;
  }
  .laptop\:p-r-42\% {
    padding-right: 42%;
  }
  .laptop\:p-r--42\% {
    padding-right: -42%;
  }
  .laptop\:right-42\% {
    right: 42%;
  }
  .laptop\:right--42\% {
    right: -42%;
  }
  .laptop\:h-42\% {
    height: 42%;
  }
  .laptop\:w-42\% {
    width: 42%;
  }
  .laptop\:max_h-42\% {
    max-height: 42%;
  }
  .laptop\:max_w-42\% {
    max-width: 42%;
  }
  .laptop\:min_h-42\% {
    min-height: 42%;
  }
  .laptop\:min_w-42\% {
    min-width: 42%;
  }
  .laptop\:h-42vh {
    height: 42vh;
  }
  .laptop\:w-42vw {
    width: 42vw;
  }
  .laptop\:min_w-42vw {
    min-width: 42vw;
  }
  .laptop\:min_h-42vh {
    min-height: 42vh;
  }
  .laptop\:max_w-42vw {
    max-width: 42vw;
  }
  .laptop\:max_h-42vh {
    max-height: 42vh;
  }
  .laptop\:m-t-43\% {
    margin-top: 43%;
  }
  .laptop\:m-t--43\% {
    margin-top: -43%;
  }
  .laptop\:p-t-43\% {
    padding-top: 43%;
  }
  .laptop\:p-t--43\% {
    padding-top: -43%;
  }
  .laptop\:top-43\% {
    top: 43%;
  }
  .laptop\:top--43\% {
    top: -43%;
  }
  .laptop\:m-b-43\% {
    margin-bottom: 43%;
  }
  .laptop\:m-b--43\% {
    margin-bottom: -43%;
  }
  .laptop\:p-b-43\% {
    padding-bottom: 43%;
  }
  .laptop\:p-b--43\% {
    padding-bottom: -43%;
  }
  .laptop\:bottom-43\% {
    bottom: 43%;
  }
  .laptop\:bottom--43\% {
    bottom: -43%;
  }
  .laptop\:m-l-43\% {
    margin-left: 43%;
  }
  .laptop\:m-l--43\% {
    margin-left: -43%;
  }
  .laptop\:p-l-43\% {
    padding-left: 43%;
  }
  .laptop\:p-l--43\% {
    padding-left: -43%;
  }
  .laptop\:left-43\% {
    left: 43%;
  }
  .laptop\:left--43\% {
    left: -43%;
  }
  .laptop\:m-r-43\% {
    margin-right: 43%;
  }
  .laptop\:m-r--43\% {
    margin-right: -43%;
  }
  .laptop\:p-r-43\% {
    padding-right: 43%;
  }
  .laptop\:p-r--43\% {
    padding-right: -43%;
  }
  .laptop\:right-43\% {
    right: 43%;
  }
  .laptop\:right--43\% {
    right: -43%;
  }
  .laptop\:h-43\% {
    height: 43%;
  }
  .laptop\:w-43\% {
    width: 43%;
  }
  .laptop\:max_h-43\% {
    max-height: 43%;
  }
  .laptop\:max_w-43\% {
    max-width: 43%;
  }
  .laptop\:min_h-43\% {
    min-height: 43%;
  }
  .laptop\:min_w-43\% {
    min-width: 43%;
  }
  .laptop\:h-43vh {
    height: 43vh;
  }
  .laptop\:w-43vw {
    width: 43vw;
  }
  .laptop\:min_w-43vw {
    min-width: 43vw;
  }
  .laptop\:min_h-43vh {
    min-height: 43vh;
  }
  .laptop\:max_w-43vw {
    max-width: 43vw;
  }
  .laptop\:max_h-43vh {
    max-height: 43vh;
  }
  .laptop\:m-t-44\% {
    margin-top: 44%;
  }
  .laptop\:m-t--44\% {
    margin-top: -44%;
  }
  .laptop\:p-t-44\% {
    padding-top: 44%;
  }
  .laptop\:p-t--44\% {
    padding-top: -44%;
  }
  .laptop\:top-44\% {
    top: 44%;
  }
  .laptop\:top--44\% {
    top: -44%;
  }
  .laptop\:m-b-44\% {
    margin-bottom: 44%;
  }
  .laptop\:m-b--44\% {
    margin-bottom: -44%;
  }
  .laptop\:p-b-44\% {
    padding-bottom: 44%;
  }
  .laptop\:p-b--44\% {
    padding-bottom: -44%;
  }
  .laptop\:bottom-44\% {
    bottom: 44%;
  }
  .laptop\:bottom--44\% {
    bottom: -44%;
  }
  .laptop\:m-l-44\% {
    margin-left: 44%;
  }
  .laptop\:m-l--44\% {
    margin-left: -44%;
  }
  .laptop\:p-l-44\% {
    padding-left: 44%;
  }
  .laptop\:p-l--44\% {
    padding-left: -44%;
  }
  .laptop\:left-44\% {
    left: 44%;
  }
  .laptop\:left--44\% {
    left: -44%;
  }
  .laptop\:m-r-44\% {
    margin-right: 44%;
  }
  .laptop\:m-r--44\% {
    margin-right: -44%;
  }
  .laptop\:p-r-44\% {
    padding-right: 44%;
  }
  .laptop\:p-r--44\% {
    padding-right: -44%;
  }
  .laptop\:right-44\% {
    right: 44%;
  }
  .laptop\:right--44\% {
    right: -44%;
  }
  .laptop\:h-44\% {
    height: 44%;
  }
  .laptop\:w-44\% {
    width: 44%;
  }
  .laptop\:max_h-44\% {
    max-height: 44%;
  }
  .laptop\:max_w-44\% {
    max-width: 44%;
  }
  .laptop\:min_h-44\% {
    min-height: 44%;
  }
  .laptop\:min_w-44\% {
    min-width: 44%;
  }
  .laptop\:h-44vh {
    height: 44vh;
  }
  .laptop\:w-44vw {
    width: 44vw;
  }
  .laptop\:min_w-44vw {
    min-width: 44vw;
  }
  .laptop\:min_h-44vh {
    min-height: 44vh;
  }
  .laptop\:max_w-44vw {
    max-width: 44vw;
  }
  .laptop\:max_h-44vh {
    max-height: 44vh;
  }
  .laptop\:m-t-45\% {
    margin-top: 45%;
  }
  .laptop\:m-t--45\% {
    margin-top: -45%;
  }
  .laptop\:p-t-45\% {
    padding-top: 45%;
  }
  .laptop\:p-t--45\% {
    padding-top: -45%;
  }
  .laptop\:top-45\% {
    top: 45%;
  }
  .laptop\:top--45\% {
    top: -45%;
  }
  .laptop\:m-b-45\% {
    margin-bottom: 45%;
  }
  .laptop\:m-b--45\% {
    margin-bottom: -45%;
  }
  .laptop\:p-b-45\% {
    padding-bottom: 45%;
  }
  .laptop\:p-b--45\% {
    padding-bottom: -45%;
  }
  .laptop\:bottom-45\% {
    bottom: 45%;
  }
  .laptop\:bottom--45\% {
    bottom: -45%;
  }
  .laptop\:m-l-45\% {
    margin-left: 45%;
  }
  .laptop\:m-l--45\% {
    margin-left: -45%;
  }
  .laptop\:p-l-45\% {
    padding-left: 45%;
  }
  .laptop\:p-l--45\% {
    padding-left: -45%;
  }
  .laptop\:left-45\% {
    left: 45%;
  }
  .laptop\:left--45\% {
    left: -45%;
  }
  .laptop\:m-r-45\% {
    margin-right: 45%;
  }
  .laptop\:m-r--45\% {
    margin-right: -45%;
  }
  .laptop\:p-r-45\% {
    padding-right: 45%;
  }
  .laptop\:p-r--45\% {
    padding-right: -45%;
  }
  .laptop\:right-45\% {
    right: 45%;
  }
  .laptop\:right--45\% {
    right: -45%;
  }
  .laptop\:h-45\% {
    height: 45%;
  }
  .laptop\:w-45\% {
    width: 45%;
  }
  .laptop\:max_h-45\% {
    max-height: 45%;
  }
  .laptop\:max_w-45\% {
    max-width: 45%;
  }
  .laptop\:min_h-45\% {
    min-height: 45%;
  }
  .laptop\:min_w-45\% {
    min-width: 45%;
  }
  .laptop\:h-45vh {
    height: 45vh;
  }
  .laptop\:w-45vw {
    width: 45vw;
  }
  .laptop\:min_w-45vw {
    min-width: 45vw;
  }
  .laptop\:min_h-45vh {
    min-height: 45vh;
  }
  .laptop\:max_w-45vw {
    max-width: 45vw;
  }
  .laptop\:max_h-45vh {
    max-height: 45vh;
  }
  .laptop\:m-t-46\% {
    margin-top: 46%;
  }
  .laptop\:m-t--46\% {
    margin-top: -46%;
  }
  .laptop\:p-t-46\% {
    padding-top: 46%;
  }
  .laptop\:p-t--46\% {
    padding-top: -46%;
  }
  .laptop\:top-46\% {
    top: 46%;
  }
  .laptop\:top--46\% {
    top: -46%;
  }
  .laptop\:m-b-46\% {
    margin-bottom: 46%;
  }
  .laptop\:m-b--46\% {
    margin-bottom: -46%;
  }
  .laptop\:p-b-46\% {
    padding-bottom: 46%;
  }
  .laptop\:p-b--46\% {
    padding-bottom: -46%;
  }
  .laptop\:bottom-46\% {
    bottom: 46%;
  }
  .laptop\:bottom--46\% {
    bottom: -46%;
  }
  .laptop\:m-l-46\% {
    margin-left: 46%;
  }
  .laptop\:m-l--46\% {
    margin-left: -46%;
  }
  .laptop\:p-l-46\% {
    padding-left: 46%;
  }
  .laptop\:p-l--46\% {
    padding-left: -46%;
  }
  .laptop\:left-46\% {
    left: 46%;
  }
  .laptop\:left--46\% {
    left: -46%;
  }
  .laptop\:m-r-46\% {
    margin-right: 46%;
  }
  .laptop\:m-r--46\% {
    margin-right: -46%;
  }
  .laptop\:p-r-46\% {
    padding-right: 46%;
  }
  .laptop\:p-r--46\% {
    padding-right: -46%;
  }
  .laptop\:right-46\% {
    right: 46%;
  }
  .laptop\:right--46\% {
    right: -46%;
  }
  .laptop\:h-46\% {
    height: 46%;
  }
  .laptop\:w-46\% {
    width: 46%;
  }
  .laptop\:max_h-46\% {
    max-height: 46%;
  }
  .laptop\:max_w-46\% {
    max-width: 46%;
  }
  .laptop\:min_h-46\% {
    min-height: 46%;
  }
  .laptop\:min_w-46\% {
    min-width: 46%;
  }
  .laptop\:h-46vh {
    height: 46vh;
  }
  .laptop\:w-46vw {
    width: 46vw;
  }
  .laptop\:min_w-46vw {
    min-width: 46vw;
  }
  .laptop\:min_h-46vh {
    min-height: 46vh;
  }
  .laptop\:max_w-46vw {
    max-width: 46vw;
  }
  .laptop\:max_h-46vh {
    max-height: 46vh;
  }
  .laptop\:m-t-47\% {
    margin-top: 47%;
  }
  .laptop\:m-t--47\% {
    margin-top: -47%;
  }
  .laptop\:p-t-47\% {
    padding-top: 47%;
  }
  .laptop\:p-t--47\% {
    padding-top: -47%;
  }
  .laptop\:top-47\% {
    top: 47%;
  }
  .laptop\:top--47\% {
    top: -47%;
  }
  .laptop\:m-b-47\% {
    margin-bottom: 47%;
  }
  .laptop\:m-b--47\% {
    margin-bottom: -47%;
  }
  .laptop\:p-b-47\% {
    padding-bottom: 47%;
  }
  .laptop\:p-b--47\% {
    padding-bottom: -47%;
  }
  .laptop\:bottom-47\% {
    bottom: 47%;
  }
  .laptop\:bottom--47\% {
    bottom: -47%;
  }
  .laptop\:m-l-47\% {
    margin-left: 47%;
  }
  .laptop\:m-l--47\% {
    margin-left: -47%;
  }
  .laptop\:p-l-47\% {
    padding-left: 47%;
  }
  .laptop\:p-l--47\% {
    padding-left: -47%;
  }
  .laptop\:left-47\% {
    left: 47%;
  }
  .laptop\:left--47\% {
    left: -47%;
  }
  .laptop\:m-r-47\% {
    margin-right: 47%;
  }
  .laptop\:m-r--47\% {
    margin-right: -47%;
  }
  .laptop\:p-r-47\% {
    padding-right: 47%;
  }
  .laptop\:p-r--47\% {
    padding-right: -47%;
  }
  .laptop\:right-47\% {
    right: 47%;
  }
  .laptop\:right--47\% {
    right: -47%;
  }
  .laptop\:h-47\% {
    height: 47%;
  }
  .laptop\:w-47\% {
    width: 47%;
  }
  .laptop\:max_h-47\% {
    max-height: 47%;
  }
  .laptop\:max_w-47\% {
    max-width: 47%;
  }
  .laptop\:min_h-47\% {
    min-height: 47%;
  }
  .laptop\:min_w-47\% {
    min-width: 47%;
  }
  .laptop\:h-47vh {
    height: 47vh;
  }
  .laptop\:w-47vw {
    width: 47vw;
  }
  .laptop\:min_w-47vw {
    min-width: 47vw;
  }
  .laptop\:min_h-47vh {
    min-height: 47vh;
  }
  .laptop\:max_w-47vw {
    max-width: 47vw;
  }
  .laptop\:max_h-47vh {
    max-height: 47vh;
  }
  .laptop\:m-t-48\% {
    margin-top: 48%;
  }
  .laptop\:m-t--48\% {
    margin-top: -48%;
  }
  .laptop\:p-t-48\% {
    padding-top: 48%;
  }
  .laptop\:p-t--48\% {
    padding-top: -48%;
  }
  .laptop\:top-48\% {
    top: 48%;
  }
  .laptop\:top--48\% {
    top: -48%;
  }
  .laptop\:m-b-48\% {
    margin-bottom: 48%;
  }
  .laptop\:m-b--48\% {
    margin-bottom: -48%;
  }
  .laptop\:p-b-48\% {
    padding-bottom: 48%;
  }
  .laptop\:p-b--48\% {
    padding-bottom: -48%;
  }
  .laptop\:bottom-48\% {
    bottom: 48%;
  }
  .laptop\:bottom--48\% {
    bottom: -48%;
  }
  .laptop\:m-l-48\% {
    margin-left: 48%;
  }
  .laptop\:m-l--48\% {
    margin-left: -48%;
  }
  .laptop\:p-l-48\% {
    padding-left: 48%;
  }
  .laptop\:p-l--48\% {
    padding-left: -48%;
  }
  .laptop\:left-48\% {
    left: 48%;
  }
  .laptop\:left--48\% {
    left: -48%;
  }
  .laptop\:m-r-48\% {
    margin-right: 48%;
  }
  .laptop\:m-r--48\% {
    margin-right: -48%;
  }
  .laptop\:p-r-48\% {
    padding-right: 48%;
  }
  .laptop\:p-r--48\% {
    padding-right: -48%;
  }
  .laptop\:right-48\% {
    right: 48%;
  }
  .laptop\:right--48\% {
    right: -48%;
  }
  .laptop\:h-48\% {
    height: 48%;
  }
  .laptop\:w-48\% {
    width: 48%;
  }
  .laptop\:max_h-48\% {
    max-height: 48%;
  }
  .laptop\:max_w-48\% {
    max-width: 48%;
  }
  .laptop\:min_h-48\% {
    min-height: 48%;
  }
  .laptop\:min_w-48\% {
    min-width: 48%;
  }
  .laptop\:h-48vh {
    height: 48vh;
  }
  .laptop\:w-48vw {
    width: 48vw;
  }
  .laptop\:min_w-48vw {
    min-width: 48vw;
  }
  .laptop\:min_h-48vh {
    min-height: 48vh;
  }
  .laptop\:max_w-48vw {
    max-width: 48vw;
  }
  .laptop\:max_h-48vh {
    max-height: 48vh;
  }
  .laptop\:m-t-49\% {
    margin-top: 49%;
  }
  .laptop\:m-t--49\% {
    margin-top: -49%;
  }
  .laptop\:p-t-49\% {
    padding-top: 49%;
  }
  .laptop\:p-t--49\% {
    padding-top: -49%;
  }
  .laptop\:top-49\% {
    top: 49%;
  }
  .laptop\:top--49\% {
    top: -49%;
  }
  .laptop\:m-b-49\% {
    margin-bottom: 49%;
  }
  .laptop\:m-b--49\% {
    margin-bottom: -49%;
  }
  .laptop\:p-b-49\% {
    padding-bottom: 49%;
  }
  .laptop\:p-b--49\% {
    padding-bottom: -49%;
  }
  .laptop\:bottom-49\% {
    bottom: 49%;
  }
  .laptop\:bottom--49\% {
    bottom: -49%;
  }
  .laptop\:m-l-49\% {
    margin-left: 49%;
  }
  .laptop\:m-l--49\% {
    margin-left: -49%;
  }
  .laptop\:p-l-49\% {
    padding-left: 49%;
  }
  .laptop\:p-l--49\% {
    padding-left: -49%;
  }
  .laptop\:left-49\% {
    left: 49%;
  }
  .laptop\:left--49\% {
    left: -49%;
  }
  .laptop\:m-r-49\% {
    margin-right: 49%;
  }
  .laptop\:m-r--49\% {
    margin-right: -49%;
  }
  .laptop\:p-r-49\% {
    padding-right: 49%;
  }
  .laptop\:p-r--49\% {
    padding-right: -49%;
  }
  .laptop\:right-49\% {
    right: 49%;
  }
  .laptop\:right--49\% {
    right: -49%;
  }
  .laptop\:h-49\% {
    height: 49%;
  }
  .laptop\:w-49\% {
    width: 49%;
  }
  .laptop\:max_h-49\% {
    max-height: 49%;
  }
  .laptop\:max_w-49\% {
    max-width: 49%;
  }
  .laptop\:min_h-49\% {
    min-height: 49%;
  }
  .laptop\:min_w-49\% {
    min-width: 49%;
  }
  .laptop\:h-49vh {
    height: 49vh;
  }
  .laptop\:w-49vw {
    width: 49vw;
  }
  .laptop\:min_w-49vw {
    min-width: 49vw;
  }
  .laptop\:min_h-49vh {
    min-height: 49vh;
  }
  .laptop\:max_w-49vw {
    max-width: 49vw;
  }
  .laptop\:max_h-49vh {
    max-height: 49vh;
  }
  .laptop\:m-t-50\% {
    margin-top: 50%;
  }
  .laptop\:m-t--50\% {
    margin-top: -50%;
  }
  .laptop\:p-t-50\% {
    padding-top: 50%;
  }
  .laptop\:p-t--50\% {
    padding-top: -50%;
  }
  .laptop\:top-50\% {
    top: 50%;
  }
  .laptop\:top--50\% {
    top: -50%;
  }
  .laptop\:m-b-50\% {
    margin-bottom: 50%;
  }
  .laptop\:m-b--50\% {
    margin-bottom: -50%;
  }
  .laptop\:p-b-50\% {
    padding-bottom: 50%;
  }
  .laptop\:p-b--50\% {
    padding-bottom: -50%;
  }
  .laptop\:bottom-50\% {
    bottom: 50%;
  }
  .laptop\:bottom--50\% {
    bottom: -50%;
  }
  .laptop\:m-l-50\% {
    margin-left: 50%;
  }
  .laptop\:m-l--50\% {
    margin-left: -50%;
  }
  .laptop\:p-l-50\% {
    padding-left: 50%;
  }
  .laptop\:p-l--50\% {
    padding-left: -50%;
  }
  .laptop\:left-50\% {
    left: 50%;
  }
  .laptop\:left--50\% {
    left: -50%;
  }
  .laptop\:m-r-50\% {
    margin-right: 50%;
  }
  .laptop\:m-r--50\% {
    margin-right: -50%;
  }
  .laptop\:p-r-50\% {
    padding-right: 50%;
  }
  .laptop\:p-r--50\% {
    padding-right: -50%;
  }
  .laptop\:right-50\% {
    right: 50%;
  }
  .laptop\:right--50\% {
    right: -50%;
  }
  .laptop\:h-50\% {
    height: 50%;
  }
  .laptop\:w-50\% {
    width: 50%;
  }
  .laptop\:max_h-50\% {
    max-height: 50%;
  }
  .laptop\:max_w-50\% {
    max-width: 50%;
  }
  .laptop\:min_h-50\% {
    min-height: 50%;
  }
  .laptop\:min_w-50\% {
    min-width: 50%;
  }
  .laptop\:h-50vh {
    height: 50vh;
  }
  .laptop\:w-50vw {
    width: 50vw;
  }
  .laptop\:min_w-50vw {
    min-width: 50vw;
  }
  .laptop\:min_h-50vh {
    min-height: 50vh;
  }
  .laptop\:max_w-50vw {
    max-width: 50vw;
  }
  .laptop\:max_h-50vh {
    max-height: 50vh;
  }
  .laptop\:m-t-51\% {
    margin-top: 51%;
  }
  .laptop\:m-t--51\% {
    margin-top: -51%;
  }
  .laptop\:p-t-51\% {
    padding-top: 51%;
  }
  .laptop\:p-t--51\% {
    padding-top: -51%;
  }
  .laptop\:top-51\% {
    top: 51%;
  }
  .laptop\:top--51\% {
    top: -51%;
  }
  .laptop\:m-b-51\% {
    margin-bottom: 51%;
  }
  .laptop\:m-b--51\% {
    margin-bottom: -51%;
  }
  .laptop\:p-b-51\% {
    padding-bottom: 51%;
  }
  .laptop\:p-b--51\% {
    padding-bottom: -51%;
  }
  .laptop\:bottom-51\% {
    bottom: 51%;
  }
  .laptop\:bottom--51\% {
    bottom: -51%;
  }
  .laptop\:m-l-51\% {
    margin-left: 51%;
  }
  .laptop\:m-l--51\% {
    margin-left: -51%;
  }
  .laptop\:p-l-51\% {
    padding-left: 51%;
  }
  .laptop\:p-l--51\% {
    padding-left: -51%;
  }
  .laptop\:left-51\% {
    left: 51%;
  }
  .laptop\:left--51\% {
    left: -51%;
  }
  .laptop\:m-r-51\% {
    margin-right: 51%;
  }
  .laptop\:m-r--51\% {
    margin-right: -51%;
  }
  .laptop\:p-r-51\% {
    padding-right: 51%;
  }
  .laptop\:p-r--51\% {
    padding-right: -51%;
  }
  .laptop\:right-51\% {
    right: 51%;
  }
  .laptop\:right--51\% {
    right: -51%;
  }
  .laptop\:h-51\% {
    height: 51%;
  }
  .laptop\:w-51\% {
    width: 51%;
  }
  .laptop\:max_h-51\% {
    max-height: 51%;
  }
  .laptop\:max_w-51\% {
    max-width: 51%;
  }
  .laptop\:min_h-51\% {
    min-height: 51%;
  }
  .laptop\:min_w-51\% {
    min-width: 51%;
  }
  .laptop\:h-51vh {
    height: 51vh;
  }
  .laptop\:w-51vw {
    width: 51vw;
  }
  .laptop\:min_w-51vw {
    min-width: 51vw;
  }
  .laptop\:min_h-51vh {
    min-height: 51vh;
  }
  .laptop\:max_w-51vw {
    max-width: 51vw;
  }
  .laptop\:max_h-51vh {
    max-height: 51vh;
  }
  .laptop\:m-t-52\% {
    margin-top: 52%;
  }
  .laptop\:m-t--52\% {
    margin-top: -52%;
  }
  .laptop\:p-t-52\% {
    padding-top: 52%;
  }
  .laptop\:p-t--52\% {
    padding-top: -52%;
  }
  .laptop\:top-52\% {
    top: 52%;
  }
  .laptop\:top--52\% {
    top: -52%;
  }
  .laptop\:m-b-52\% {
    margin-bottom: 52%;
  }
  .laptop\:m-b--52\% {
    margin-bottom: -52%;
  }
  .laptop\:p-b-52\% {
    padding-bottom: 52%;
  }
  .laptop\:p-b--52\% {
    padding-bottom: -52%;
  }
  .laptop\:bottom-52\% {
    bottom: 52%;
  }
  .laptop\:bottom--52\% {
    bottom: -52%;
  }
  .laptop\:m-l-52\% {
    margin-left: 52%;
  }
  .laptop\:m-l--52\% {
    margin-left: -52%;
  }
  .laptop\:p-l-52\% {
    padding-left: 52%;
  }
  .laptop\:p-l--52\% {
    padding-left: -52%;
  }
  .laptop\:left-52\% {
    left: 52%;
  }
  .laptop\:left--52\% {
    left: -52%;
  }
  .laptop\:m-r-52\% {
    margin-right: 52%;
  }
  .laptop\:m-r--52\% {
    margin-right: -52%;
  }
  .laptop\:p-r-52\% {
    padding-right: 52%;
  }
  .laptop\:p-r--52\% {
    padding-right: -52%;
  }
  .laptop\:right-52\% {
    right: 52%;
  }
  .laptop\:right--52\% {
    right: -52%;
  }
  .laptop\:h-52\% {
    height: 52%;
  }
  .laptop\:w-52\% {
    width: 52%;
  }
  .laptop\:max_h-52\% {
    max-height: 52%;
  }
  .laptop\:max_w-52\% {
    max-width: 52%;
  }
  .laptop\:min_h-52\% {
    min-height: 52%;
  }
  .laptop\:min_w-52\% {
    min-width: 52%;
  }
  .laptop\:h-52vh {
    height: 52vh;
  }
  .laptop\:w-52vw {
    width: 52vw;
  }
  .laptop\:min_w-52vw {
    min-width: 52vw;
  }
  .laptop\:min_h-52vh {
    min-height: 52vh;
  }
  .laptop\:max_w-52vw {
    max-width: 52vw;
  }
  .laptop\:max_h-52vh {
    max-height: 52vh;
  }
  .laptop\:m-t-53\% {
    margin-top: 53%;
  }
  .laptop\:m-t--53\% {
    margin-top: -53%;
  }
  .laptop\:p-t-53\% {
    padding-top: 53%;
  }
  .laptop\:p-t--53\% {
    padding-top: -53%;
  }
  .laptop\:top-53\% {
    top: 53%;
  }
  .laptop\:top--53\% {
    top: -53%;
  }
  .laptop\:m-b-53\% {
    margin-bottom: 53%;
  }
  .laptop\:m-b--53\% {
    margin-bottom: -53%;
  }
  .laptop\:p-b-53\% {
    padding-bottom: 53%;
  }
  .laptop\:p-b--53\% {
    padding-bottom: -53%;
  }
  .laptop\:bottom-53\% {
    bottom: 53%;
  }
  .laptop\:bottom--53\% {
    bottom: -53%;
  }
  .laptop\:m-l-53\% {
    margin-left: 53%;
  }
  .laptop\:m-l--53\% {
    margin-left: -53%;
  }
  .laptop\:p-l-53\% {
    padding-left: 53%;
  }
  .laptop\:p-l--53\% {
    padding-left: -53%;
  }
  .laptop\:left-53\% {
    left: 53%;
  }
  .laptop\:left--53\% {
    left: -53%;
  }
  .laptop\:m-r-53\% {
    margin-right: 53%;
  }
  .laptop\:m-r--53\% {
    margin-right: -53%;
  }
  .laptop\:p-r-53\% {
    padding-right: 53%;
  }
  .laptop\:p-r--53\% {
    padding-right: -53%;
  }
  .laptop\:right-53\% {
    right: 53%;
  }
  .laptop\:right--53\% {
    right: -53%;
  }
  .laptop\:h-53\% {
    height: 53%;
  }
  .laptop\:w-53\% {
    width: 53%;
  }
  .laptop\:max_h-53\% {
    max-height: 53%;
  }
  .laptop\:max_w-53\% {
    max-width: 53%;
  }
  .laptop\:min_h-53\% {
    min-height: 53%;
  }
  .laptop\:min_w-53\% {
    min-width: 53%;
  }
  .laptop\:h-53vh {
    height: 53vh;
  }
  .laptop\:w-53vw {
    width: 53vw;
  }
  .laptop\:min_w-53vw {
    min-width: 53vw;
  }
  .laptop\:min_h-53vh {
    min-height: 53vh;
  }
  .laptop\:max_w-53vw {
    max-width: 53vw;
  }
  .laptop\:max_h-53vh {
    max-height: 53vh;
  }
  .laptop\:m-t-54\% {
    margin-top: 54%;
  }
  .laptop\:m-t--54\% {
    margin-top: -54%;
  }
  .laptop\:p-t-54\% {
    padding-top: 54%;
  }
  .laptop\:p-t--54\% {
    padding-top: -54%;
  }
  .laptop\:top-54\% {
    top: 54%;
  }
  .laptop\:top--54\% {
    top: -54%;
  }
  .laptop\:m-b-54\% {
    margin-bottom: 54%;
  }
  .laptop\:m-b--54\% {
    margin-bottom: -54%;
  }
  .laptop\:p-b-54\% {
    padding-bottom: 54%;
  }
  .laptop\:p-b--54\% {
    padding-bottom: -54%;
  }
  .laptop\:bottom-54\% {
    bottom: 54%;
  }
  .laptop\:bottom--54\% {
    bottom: -54%;
  }
  .laptop\:m-l-54\% {
    margin-left: 54%;
  }
  .laptop\:m-l--54\% {
    margin-left: -54%;
  }
  .laptop\:p-l-54\% {
    padding-left: 54%;
  }
  .laptop\:p-l--54\% {
    padding-left: -54%;
  }
  .laptop\:left-54\% {
    left: 54%;
  }
  .laptop\:left--54\% {
    left: -54%;
  }
  .laptop\:m-r-54\% {
    margin-right: 54%;
  }
  .laptop\:m-r--54\% {
    margin-right: -54%;
  }
  .laptop\:p-r-54\% {
    padding-right: 54%;
  }
  .laptop\:p-r--54\% {
    padding-right: -54%;
  }
  .laptop\:right-54\% {
    right: 54%;
  }
  .laptop\:right--54\% {
    right: -54%;
  }
  .laptop\:h-54\% {
    height: 54%;
  }
  .laptop\:w-54\% {
    width: 54%;
  }
  .laptop\:max_h-54\% {
    max-height: 54%;
  }
  .laptop\:max_w-54\% {
    max-width: 54%;
  }
  .laptop\:min_h-54\% {
    min-height: 54%;
  }
  .laptop\:min_w-54\% {
    min-width: 54%;
  }
  .laptop\:h-54vh {
    height: 54vh;
  }
  .laptop\:w-54vw {
    width: 54vw;
  }
  .laptop\:min_w-54vw {
    min-width: 54vw;
  }
  .laptop\:min_h-54vh {
    min-height: 54vh;
  }
  .laptop\:max_w-54vw {
    max-width: 54vw;
  }
  .laptop\:max_h-54vh {
    max-height: 54vh;
  }
  .laptop\:m-t-55\% {
    margin-top: 55%;
  }
  .laptop\:m-t--55\% {
    margin-top: -55%;
  }
  .laptop\:p-t-55\% {
    padding-top: 55%;
  }
  .laptop\:p-t--55\% {
    padding-top: -55%;
  }
  .laptop\:top-55\% {
    top: 55%;
  }
  .laptop\:top--55\% {
    top: -55%;
  }
  .laptop\:m-b-55\% {
    margin-bottom: 55%;
  }
  .laptop\:m-b--55\% {
    margin-bottom: -55%;
  }
  .laptop\:p-b-55\% {
    padding-bottom: 55%;
  }
  .laptop\:p-b--55\% {
    padding-bottom: -55%;
  }
  .laptop\:bottom-55\% {
    bottom: 55%;
  }
  .laptop\:bottom--55\% {
    bottom: -55%;
  }
  .laptop\:m-l-55\% {
    margin-left: 55%;
  }
  .laptop\:m-l--55\% {
    margin-left: -55%;
  }
  .laptop\:p-l-55\% {
    padding-left: 55%;
  }
  .laptop\:p-l--55\% {
    padding-left: -55%;
  }
  .laptop\:left-55\% {
    left: 55%;
  }
  .laptop\:left--55\% {
    left: -55%;
  }
  .laptop\:m-r-55\% {
    margin-right: 55%;
  }
  .laptop\:m-r--55\% {
    margin-right: -55%;
  }
  .laptop\:p-r-55\% {
    padding-right: 55%;
  }
  .laptop\:p-r--55\% {
    padding-right: -55%;
  }
  .laptop\:right-55\% {
    right: 55%;
  }
  .laptop\:right--55\% {
    right: -55%;
  }
  .laptop\:h-55\% {
    height: 55%;
  }
  .laptop\:w-55\% {
    width: 55%;
  }
  .laptop\:max_h-55\% {
    max-height: 55%;
  }
  .laptop\:max_w-55\% {
    max-width: 55%;
  }
  .laptop\:min_h-55\% {
    min-height: 55%;
  }
  .laptop\:min_w-55\% {
    min-width: 55%;
  }
  .laptop\:h-55vh {
    height: 55vh;
  }
  .laptop\:w-55vw {
    width: 55vw;
  }
  .laptop\:min_w-55vw {
    min-width: 55vw;
  }
  .laptop\:min_h-55vh {
    min-height: 55vh;
  }
  .laptop\:max_w-55vw {
    max-width: 55vw;
  }
  .laptop\:max_h-55vh {
    max-height: 55vh;
  }
  .laptop\:m-t-56\% {
    margin-top: 56%;
  }
  .laptop\:m-t--56\% {
    margin-top: -56%;
  }
  .laptop\:p-t-56\% {
    padding-top: 56%;
  }
  .laptop\:p-t--56\% {
    padding-top: -56%;
  }
  .laptop\:top-56\% {
    top: 56%;
  }
  .laptop\:top--56\% {
    top: -56%;
  }
  .laptop\:m-b-56\% {
    margin-bottom: 56%;
  }
  .laptop\:m-b--56\% {
    margin-bottom: -56%;
  }
  .laptop\:p-b-56\% {
    padding-bottom: 56%;
  }
  .laptop\:p-b--56\% {
    padding-bottom: -56%;
  }
  .laptop\:bottom-56\% {
    bottom: 56%;
  }
  .laptop\:bottom--56\% {
    bottom: -56%;
  }
  .laptop\:m-l-56\% {
    margin-left: 56%;
  }
  .laptop\:m-l--56\% {
    margin-left: -56%;
  }
  .laptop\:p-l-56\% {
    padding-left: 56%;
  }
  .laptop\:p-l--56\% {
    padding-left: -56%;
  }
  .laptop\:left-56\% {
    left: 56%;
  }
  .laptop\:left--56\% {
    left: -56%;
  }
  .laptop\:m-r-56\% {
    margin-right: 56%;
  }
  .laptop\:m-r--56\% {
    margin-right: -56%;
  }
  .laptop\:p-r-56\% {
    padding-right: 56%;
  }
  .laptop\:p-r--56\% {
    padding-right: -56%;
  }
  .laptop\:right-56\% {
    right: 56%;
  }
  .laptop\:right--56\% {
    right: -56%;
  }
  .laptop\:h-56\% {
    height: 56%;
  }
  .laptop\:w-56\% {
    width: 56%;
  }
  .laptop\:max_h-56\% {
    max-height: 56%;
  }
  .laptop\:max_w-56\% {
    max-width: 56%;
  }
  .laptop\:min_h-56\% {
    min-height: 56%;
  }
  .laptop\:min_w-56\% {
    min-width: 56%;
  }
  .laptop\:h-56vh {
    height: 56vh;
  }
  .laptop\:w-56vw {
    width: 56vw;
  }
  .laptop\:min_w-56vw {
    min-width: 56vw;
  }
  .laptop\:min_h-56vh {
    min-height: 56vh;
  }
  .laptop\:max_w-56vw {
    max-width: 56vw;
  }
  .laptop\:max_h-56vh {
    max-height: 56vh;
  }
  .laptop\:m-t-57\% {
    margin-top: 57%;
  }
  .laptop\:m-t--57\% {
    margin-top: -57%;
  }
  .laptop\:p-t-57\% {
    padding-top: 57%;
  }
  .laptop\:p-t--57\% {
    padding-top: -57%;
  }
  .laptop\:top-57\% {
    top: 57%;
  }
  .laptop\:top--57\% {
    top: -57%;
  }
  .laptop\:m-b-57\% {
    margin-bottom: 57%;
  }
  .laptop\:m-b--57\% {
    margin-bottom: -57%;
  }
  .laptop\:p-b-57\% {
    padding-bottom: 57%;
  }
  .laptop\:p-b--57\% {
    padding-bottom: -57%;
  }
  .laptop\:bottom-57\% {
    bottom: 57%;
  }
  .laptop\:bottom--57\% {
    bottom: -57%;
  }
  .laptop\:m-l-57\% {
    margin-left: 57%;
  }
  .laptop\:m-l--57\% {
    margin-left: -57%;
  }
  .laptop\:p-l-57\% {
    padding-left: 57%;
  }
  .laptop\:p-l--57\% {
    padding-left: -57%;
  }
  .laptop\:left-57\% {
    left: 57%;
  }
  .laptop\:left--57\% {
    left: -57%;
  }
  .laptop\:m-r-57\% {
    margin-right: 57%;
  }
  .laptop\:m-r--57\% {
    margin-right: -57%;
  }
  .laptop\:p-r-57\% {
    padding-right: 57%;
  }
  .laptop\:p-r--57\% {
    padding-right: -57%;
  }
  .laptop\:right-57\% {
    right: 57%;
  }
  .laptop\:right--57\% {
    right: -57%;
  }
  .laptop\:h-57\% {
    height: 57%;
  }
  .laptop\:w-57\% {
    width: 57%;
  }
  .laptop\:max_h-57\% {
    max-height: 57%;
  }
  .laptop\:max_w-57\% {
    max-width: 57%;
  }
  .laptop\:min_h-57\% {
    min-height: 57%;
  }
  .laptop\:min_w-57\% {
    min-width: 57%;
  }
  .laptop\:h-57vh {
    height: 57vh;
  }
  .laptop\:w-57vw {
    width: 57vw;
  }
  .laptop\:min_w-57vw {
    min-width: 57vw;
  }
  .laptop\:min_h-57vh {
    min-height: 57vh;
  }
  .laptop\:max_w-57vw {
    max-width: 57vw;
  }
  .laptop\:max_h-57vh {
    max-height: 57vh;
  }
  .laptop\:m-t-58\% {
    margin-top: 58%;
  }
  .laptop\:m-t--58\% {
    margin-top: -58%;
  }
  .laptop\:p-t-58\% {
    padding-top: 58%;
  }
  .laptop\:p-t--58\% {
    padding-top: -58%;
  }
  .laptop\:top-58\% {
    top: 58%;
  }
  .laptop\:top--58\% {
    top: -58%;
  }
  .laptop\:m-b-58\% {
    margin-bottom: 58%;
  }
  .laptop\:m-b--58\% {
    margin-bottom: -58%;
  }
  .laptop\:p-b-58\% {
    padding-bottom: 58%;
  }
  .laptop\:p-b--58\% {
    padding-bottom: -58%;
  }
  .laptop\:bottom-58\% {
    bottom: 58%;
  }
  .laptop\:bottom--58\% {
    bottom: -58%;
  }
  .laptop\:m-l-58\% {
    margin-left: 58%;
  }
  .laptop\:m-l--58\% {
    margin-left: -58%;
  }
  .laptop\:p-l-58\% {
    padding-left: 58%;
  }
  .laptop\:p-l--58\% {
    padding-left: -58%;
  }
  .laptop\:left-58\% {
    left: 58%;
  }
  .laptop\:left--58\% {
    left: -58%;
  }
  .laptop\:m-r-58\% {
    margin-right: 58%;
  }
  .laptop\:m-r--58\% {
    margin-right: -58%;
  }
  .laptop\:p-r-58\% {
    padding-right: 58%;
  }
  .laptop\:p-r--58\% {
    padding-right: -58%;
  }
  .laptop\:right-58\% {
    right: 58%;
  }
  .laptop\:right--58\% {
    right: -58%;
  }
  .laptop\:h-58\% {
    height: 58%;
  }
  .laptop\:w-58\% {
    width: 58%;
  }
  .laptop\:max_h-58\% {
    max-height: 58%;
  }
  .laptop\:max_w-58\% {
    max-width: 58%;
  }
  .laptop\:min_h-58\% {
    min-height: 58%;
  }
  .laptop\:min_w-58\% {
    min-width: 58%;
  }
  .laptop\:h-58vh {
    height: 58vh;
  }
  .laptop\:w-58vw {
    width: 58vw;
  }
  .laptop\:min_w-58vw {
    min-width: 58vw;
  }
  .laptop\:min_h-58vh {
    min-height: 58vh;
  }
  .laptop\:max_w-58vw {
    max-width: 58vw;
  }
  .laptop\:max_h-58vh {
    max-height: 58vh;
  }
  .laptop\:m-t-59\% {
    margin-top: 59%;
  }
  .laptop\:m-t--59\% {
    margin-top: -59%;
  }
  .laptop\:p-t-59\% {
    padding-top: 59%;
  }
  .laptop\:p-t--59\% {
    padding-top: -59%;
  }
  .laptop\:top-59\% {
    top: 59%;
  }
  .laptop\:top--59\% {
    top: -59%;
  }
  .laptop\:m-b-59\% {
    margin-bottom: 59%;
  }
  .laptop\:m-b--59\% {
    margin-bottom: -59%;
  }
  .laptop\:p-b-59\% {
    padding-bottom: 59%;
  }
  .laptop\:p-b--59\% {
    padding-bottom: -59%;
  }
  .laptop\:bottom-59\% {
    bottom: 59%;
  }
  .laptop\:bottom--59\% {
    bottom: -59%;
  }
  .laptop\:m-l-59\% {
    margin-left: 59%;
  }
  .laptop\:m-l--59\% {
    margin-left: -59%;
  }
  .laptop\:p-l-59\% {
    padding-left: 59%;
  }
  .laptop\:p-l--59\% {
    padding-left: -59%;
  }
  .laptop\:left-59\% {
    left: 59%;
  }
  .laptop\:left--59\% {
    left: -59%;
  }
  .laptop\:m-r-59\% {
    margin-right: 59%;
  }
  .laptop\:m-r--59\% {
    margin-right: -59%;
  }
  .laptop\:p-r-59\% {
    padding-right: 59%;
  }
  .laptop\:p-r--59\% {
    padding-right: -59%;
  }
  .laptop\:right-59\% {
    right: 59%;
  }
  .laptop\:right--59\% {
    right: -59%;
  }
  .laptop\:h-59\% {
    height: 59%;
  }
  .laptop\:w-59\% {
    width: 59%;
  }
  .laptop\:max_h-59\% {
    max-height: 59%;
  }
  .laptop\:max_w-59\% {
    max-width: 59%;
  }
  .laptop\:min_h-59\% {
    min-height: 59%;
  }
  .laptop\:min_w-59\% {
    min-width: 59%;
  }
  .laptop\:h-59vh {
    height: 59vh;
  }
  .laptop\:w-59vw {
    width: 59vw;
  }
  .laptop\:min_w-59vw {
    min-width: 59vw;
  }
  .laptop\:min_h-59vh {
    min-height: 59vh;
  }
  .laptop\:max_w-59vw {
    max-width: 59vw;
  }
  .laptop\:max_h-59vh {
    max-height: 59vh;
  }
  .laptop\:m-t-60\% {
    margin-top: 60%;
  }
  .laptop\:m-t--60\% {
    margin-top: -60%;
  }
  .laptop\:p-t-60\% {
    padding-top: 60%;
  }
  .laptop\:p-t--60\% {
    padding-top: -60%;
  }
  .laptop\:top-60\% {
    top: 60%;
  }
  .laptop\:top--60\% {
    top: -60%;
  }
  .laptop\:m-b-60\% {
    margin-bottom: 60%;
  }
  .laptop\:m-b--60\% {
    margin-bottom: -60%;
  }
  .laptop\:p-b-60\% {
    padding-bottom: 60%;
  }
  .laptop\:p-b--60\% {
    padding-bottom: -60%;
  }
  .laptop\:bottom-60\% {
    bottom: 60%;
  }
  .laptop\:bottom--60\% {
    bottom: -60%;
  }
  .laptop\:m-l-60\% {
    margin-left: 60%;
  }
  .laptop\:m-l--60\% {
    margin-left: -60%;
  }
  .laptop\:p-l-60\% {
    padding-left: 60%;
  }
  .laptop\:p-l--60\% {
    padding-left: -60%;
  }
  .laptop\:left-60\% {
    left: 60%;
  }
  .laptop\:left--60\% {
    left: -60%;
  }
  .laptop\:m-r-60\% {
    margin-right: 60%;
  }
  .laptop\:m-r--60\% {
    margin-right: -60%;
  }
  .laptop\:p-r-60\% {
    padding-right: 60%;
  }
  .laptop\:p-r--60\% {
    padding-right: -60%;
  }
  .laptop\:right-60\% {
    right: 60%;
  }
  .laptop\:right--60\% {
    right: -60%;
  }
  .laptop\:h-60\% {
    height: 60%;
  }
  .laptop\:w-60\% {
    width: 60%;
  }
  .laptop\:max_h-60\% {
    max-height: 60%;
  }
  .laptop\:max_w-60\% {
    max-width: 60%;
  }
  .laptop\:min_h-60\% {
    min-height: 60%;
  }
  .laptop\:min_w-60\% {
    min-width: 60%;
  }
  .laptop\:h-60vh {
    height: 60vh;
  }
  .laptop\:w-60vw {
    width: 60vw;
  }
  .laptop\:min_w-60vw {
    min-width: 60vw;
  }
  .laptop\:min_h-60vh {
    min-height: 60vh;
  }
  .laptop\:max_w-60vw {
    max-width: 60vw;
  }
  .laptop\:max_h-60vh {
    max-height: 60vh;
  }
  .laptop\:m-t-61\% {
    margin-top: 61%;
  }
  .laptop\:m-t--61\% {
    margin-top: -61%;
  }
  .laptop\:p-t-61\% {
    padding-top: 61%;
  }
  .laptop\:p-t--61\% {
    padding-top: -61%;
  }
  .laptop\:top-61\% {
    top: 61%;
  }
  .laptop\:top--61\% {
    top: -61%;
  }
  .laptop\:m-b-61\% {
    margin-bottom: 61%;
  }
  .laptop\:m-b--61\% {
    margin-bottom: -61%;
  }
  .laptop\:p-b-61\% {
    padding-bottom: 61%;
  }
  .laptop\:p-b--61\% {
    padding-bottom: -61%;
  }
  .laptop\:bottom-61\% {
    bottom: 61%;
  }
  .laptop\:bottom--61\% {
    bottom: -61%;
  }
  .laptop\:m-l-61\% {
    margin-left: 61%;
  }
  .laptop\:m-l--61\% {
    margin-left: -61%;
  }
  .laptop\:p-l-61\% {
    padding-left: 61%;
  }
  .laptop\:p-l--61\% {
    padding-left: -61%;
  }
  .laptop\:left-61\% {
    left: 61%;
  }
  .laptop\:left--61\% {
    left: -61%;
  }
  .laptop\:m-r-61\% {
    margin-right: 61%;
  }
  .laptop\:m-r--61\% {
    margin-right: -61%;
  }
  .laptop\:p-r-61\% {
    padding-right: 61%;
  }
  .laptop\:p-r--61\% {
    padding-right: -61%;
  }
  .laptop\:right-61\% {
    right: 61%;
  }
  .laptop\:right--61\% {
    right: -61%;
  }
  .laptop\:h-61\% {
    height: 61%;
  }
  .laptop\:w-61\% {
    width: 61%;
  }
  .laptop\:max_h-61\% {
    max-height: 61%;
  }
  .laptop\:max_w-61\% {
    max-width: 61%;
  }
  .laptop\:min_h-61\% {
    min-height: 61%;
  }
  .laptop\:min_w-61\% {
    min-width: 61%;
  }
  .laptop\:h-61vh {
    height: 61vh;
  }
  .laptop\:w-61vw {
    width: 61vw;
  }
  .laptop\:min_w-61vw {
    min-width: 61vw;
  }
  .laptop\:min_h-61vh {
    min-height: 61vh;
  }
  .laptop\:max_w-61vw {
    max-width: 61vw;
  }
  .laptop\:max_h-61vh {
    max-height: 61vh;
  }
  .laptop\:m-t-62\% {
    margin-top: 62%;
  }
  .laptop\:m-t--62\% {
    margin-top: -62%;
  }
  .laptop\:p-t-62\% {
    padding-top: 62%;
  }
  .laptop\:p-t--62\% {
    padding-top: -62%;
  }
  .laptop\:top-62\% {
    top: 62%;
  }
  .laptop\:top--62\% {
    top: -62%;
  }
  .laptop\:m-b-62\% {
    margin-bottom: 62%;
  }
  .laptop\:m-b--62\% {
    margin-bottom: -62%;
  }
  .laptop\:p-b-62\% {
    padding-bottom: 62%;
  }
  .laptop\:p-b--62\% {
    padding-bottom: -62%;
  }
  .laptop\:bottom-62\% {
    bottom: 62%;
  }
  .laptop\:bottom--62\% {
    bottom: -62%;
  }
  .laptop\:m-l-62\% {
    margin-left: 62%;
  }
  .laptop\:m-l--62\% {
    margin-left: -62%;
  }
  .laptop\:p-l-62\% {
    padding-left: 62%;
  }
  .laptop\:p-l--62\% {
    padding-left: -62%;
  }
  .laptop\:left-62\% {
    left: 62%;
  }
  .laptop\:left--62\% {
    left: -62%;
  }
  .laptop\:m-r-62\% {
    margin-right: 62%;
  }
  .laptop\:m-r--62\% {
    margin-right: -62%;
  }
  .laptop\:p-r-62\% {
    padding-right: 62%;
  }
  .laptop\:p-r--62\% {
    padding-right: -62%;
  }
  .laptop\:right-62\% {
    right: 62%;
  }
  .laptop\:right--62\% {
    right: -62%;
  }
  .laptop\:h-62\% {
    height: 62%;
  }
  .laptop\:w-62\% {
    width: 62%;
  }
  .laptop\:max_h-62\% {
    max-height: 62%;
  }
  .laptop\:max_w-62\% {
    max-width: 62%;
  }
  .laptop\:min_h-62\% {
    min-height: 62%;
  }
  .laptop\:min_w-62\% {
    min-width: 62%;
  }
  .laptop\:h-62vh {
    height: 62vh;
  }
  .laptop\:w-62vw {
    width: 62vw;
  }
  .laptop\:min_w-62vw {
    min-width: 62vw;
  }
  .laptop\:min_h-62vh {
    min-height: 62vh;
  }
  .laptop\:max_w-62vw {
    max-width: 62vw;
  }
  .laptop\:max_h-62vh {
    max-height: 62vh;
  }
  .laptop\:m-t-63\% {
    margin-top: 63%;
  }
  .laptop\:m-t--63\% {
    margin-top: -63%;
  }
  .laptop\:p-t-63\% {
    padding-top: 63%;
  }
  .laptop\:p-t--63\% {
    padding-top: -63%;
  }
  .laptop\:top-63\% {
    top: 63%;
  }
  .laptop\:top--63\% {
    top: -63%;
  }
  .laptop\:m-b-63\% {
    margin-bottom: 63%;
  }
  .laptop\:m-b--63\% {
    margin-bottom: -63%;
  }
  .laptop\:p-b-63\% {
    padding-bottom: 63%;
  }
  .laptop\:p-b--63\% {
    padding-bottom: -63%;
  }
  .laptop\:bottom-63\% {
    bottom: 63%;
  }
  .laptop\:bottom--63\% {
    bottom: -63%;
  }
  .laptop\:m-l-63\% {
    margin-left: 63%;
  }
  .laptop\:m-l--63\% {
    margin-left: -63%;
  }
  .laptop\:p-l-63\% {
    padding-left: 63%;
  }
  .laptop\:p-l--63\% {
    padding-left: -63%;
  }
  .laptop\:left-63\% {
    left: 63%;
  }
  .laptop\:left--63\% {
    left: -63%;
  }
  .laptop\:m-r-63\% {
    margin-right: 63%;
  }
  .laptop\:m-r--63\% {
    margin-right: -63%;
  }
  .laptop\:p-r-63\% {
    padding-right: 63%;
  }
  .laptop\:p-r--63\% {
    padding-right: -63%;
  }
  .laptop\:right-63\% {
    right: 63%;
  }
  .laptop\:right--63\% {
    right: -63%;
  }
  .laptop\:h-63\% {
    height: 63%;
  }
  .laptop\:w-63\% {
    width: 63%;
  }
  .laptop\:max_h-63\% {
    max-height: 63%;
  }
  .laptop\:max_w-63\% {
    max-width: 63%;
  }
  .laptop\:min_h-63\% {
    min-height: 63%;
  }
  .laptop\:min_w-63\% {
    min-width: 63%;
  }
  .laptop\:h-63vh {
    height: 63vh;
  }
  .laptop\:w-63vw {
    width: 63vw;
  }
  .laptop\:min_w-63vw {
    min-width: 63vw;
  }
  .laptop\:min_h-63vh {
    min-height: 63vh;
  }
  .laptop\:max_w-63vw {
    max-width: 63vw;
  }
  .laptop\:max_h-63vh {
    max-height: 63vh;
  }
  .laptop\:m-t-64\% {
    margin-top: 64%;
  }
  .laptop\:m-t--64\% {
    margin-top: -64%;
  }
  .laptop\:p-t-64\% {
    padding-top: 64%;
  }
  .laptop\:p-t--64\% {
    padding-top: -64%;
  }
  .laptop\:top-64\% {
    top: 64%;
  }
  .laptop\:top--64\% {
    top: -64%;
  }
  .laptop\:m-b-64\% {
    margin-bottom: 64%;
  }
  .laptop\:m-b--64\% {
    margin-bottom: -64%;
  }
  .laptop\:p-b-64\% {
    padding-bottom: 64%;
  }
  .laptop\:p-b--64\% {
    padding-bottom: -64%;
  }
  .laptop\:bottom-64\% {
    bottom: 64%;
  }
  .laptop\:bottom--64\% {
    bottom: -64%;
  }
  .laptop\:m-l-64\% {
    margin-left: 64%;
  }
  .laptop\:m-l--64\% {
    margin-left: -64%;
  }
  .laptop\:p-l-64\% {
    padding-left: 64%;
  }
  .laptop\:p-l--64\% {
    padding-left: -64%;
  }
  .laptop\:left-64\% {
    left: 64%;
  }
  .laptop\:left--64\% {
    left: -64%;
  }
  .laptop\:m-r-64\% {
    margin-right: 64%;
  }
  .laptop\:m-r--64\% {
    margin-right: -64%;
  }
  .laptop\:p-r-64\% {
    padding-right: 64%;
  }
  .laptop\:p-r--64\% {
    padding-right: -64%;
  }
  .laptop\:right-64\% {
    right: 64%;
  }
  .laptop\:right--64\% {
    right: -64%;
  }
  .laptop\:h-64\% {
    height: 64%;
  }
  .laptop\:w-64\% {
    width: 64%;
  }
  .laptop\:max_h-64\% {
    max-height: 64%;
  }
  .laptop\:max_w-64\% {
    max-width: 64%;
  }
  .laptop\:min_h-64\% {
    min-height: 64%;
  }
  .laptop\:min_w-64\% {
    min-width: 64%;
  }
  .laptop\:h-64vh {
    height: 64vh;
  }
  .laptop\:w-64vw {
    width: 64vw;
  }
  .laptop\:min_w-64vw {
    min-width: 64vw;
  }
  .laptop\:min_h-64vh {
    min-height: 64vh;
  }
  .laptop\:max_w-64vw {
    max-width: 64vw;
  }
  .laptop\:max_h-64vh {
    max-height: 64vh;
  }
  .laptop\:m-t-65\% {
    margin-top: 65%;
  }
  .laptop\:m-t--65\% {
    margin-top: -65%;
  }
  .laptop\:p-t-65\% {
    padding-top: 65%;
  }
  .laptop\:p-t--65\% {
    padding-top: -65%;
  }
  .laptop\:top-65\% {
    top: 65%;
  }
  .laptop\:top--65\% {
    top: -65%;
  }
  .laptop\:m-b-65\% {
    margin-bottom: 65%;
  }
  .laptop\:m-b--65\% {
    margin-bottom: -65%;
  }
  .laptop\:p-b-65\% {
    padding-bottom: 65%;
  }
  .laptop\:p-b--65\% {
    padding-bottom: -65%;
  }
  .laptop\:bottom-65\% {
    bottom: 65%;
  }
  .laptop\:bottom--65\% {
    bottom: -65%;
  }
  .laptop\:m-l-65\% {
    margin-left: 65%;
  }
  .laptop\:m-l--65\% {
    margin-left: -65%;
  }
  .laptop\:p-l-65\% {
    padding-left: 65%;
  }
  .laptop\:p-l--65\% {
    padding-left: -65%;
  }
  .laptop\:left-65\% {
    left: 65%;
  }
  .laptop\:left--65\% {
    left: -65%;
  }
  .laptop\:m-r-65\% {
    margin-right: 65%;
  }
  .laptop\:m-r--65\% {
    margin-right: -65%;
  }
  .laptop\:p-r-65\% {
    padding-right: 65%;
  }
  .laptop\:p-r--65\% {
    padding-right: -65%;
  }
  .laptop\:right-65\% {
    right: 65%;
  }
  .laptop\:right--65\% {
    right: -65%;
  }
  .laptop\:h-65\% {
    height: 65%;
  }
  .laptop\:w-65\% {
    width: 65%;
  }
  .laptop\:max_h-65\% {
    max-height: 65%;
  }
  .laptop\:max_w-65\% {
    max-width: 65%;
  }
  .laptop\:min_h-65\% {
    min-height: 65%;
  }
  .laptop\:min_w-65\% {
    min-width: 65%;
  }
  .laptop\:h-65vh {
    height: 65vh;
  }
  .laptop\:w-65vw {
    width: 65vw;
  }
  .laptop\:min_w-65vw {
    min-width: 65vw;
  }
  .laptop\:min_h-65vh {
    min-height: 65vh;
  }
  .laptop\:max_w-65vw {
    max-width: 65vw;
  }
  .laptop\:max_h-65vh {
    max-height: 65vh;
  }
  .laptop\:m-t-66\% {
    margin-top: 66%;
  }
  .laptop\:m-t--66\% {
    margin-top: -66%;
  }
  .laptop\:p-t-66\% {
    padding-top: 66%;
  }
  .laptop\:p-t--66\% {
    padding-top: -66%;
  }
  .laptop\:top-66\% {
    top: 66%;
  }
  .laptop\:top--66\% {
    top: -66%;
  }
  .laptop\:m-b-66\% {
    margin-bottom: 66%;
  }
  .laptop\:m-b--66\% {
    margin-bottom: -66%;
  }
  .laptop\:p-b-66\% {
    padding-bottom: 66%;
  }
  .laptop\:p-b--66\% {
    padding-bottom: -66%;
  }
  .laptop\:bottom-66\% {
    bottom: 66%;
  }
  .laptop\:bottom--66\% {
    bottom: -66%;
  }
  .laptop\:m-l-66\% {
    margin-left: 66%;
  }
  .laptop\:m-l--66\% {
    margin-left: -66%;
  }
  .laptop\:p-l-66\% {
    padding-left: 66%;
  }
  .laptop\:p-l--66\% {
    padding-left: -66%;
  }
  .laptop\:left-66\% {
    left: 66%;
  }
  .laptop\:left--66\% {
    left: -66%;
  }
  .laptop\:m-r-66\% {
    margin-right: 66%;
  }
  .laptop\:m-r--66\% {
    margin-right: -66%;
  }
  .laptop\:p-r-66\% {
    padding-right: 66%;
  }
  .laptop\:p-r--66\% {
    padding-right: -66%;
  }
  .laptop\:right-66\% {
    right: 66%;
  }
  .laptop\:right--66\% {
    right: -66%;
  }
  .laptop\:h-66\% {
    height: 66%;
  }
  .laptop\:w-66\% {
    width: 66%;
  }
  .laptop\:max_h-66\% {
    max-height: 66%;
  }
  .laptop\:max_w-66\% {
    max-width: 66%;
  }
  .laptop\:min_h-66\% {
    min-height: 66%;
  }
  .laptop\:min_w-66\% {
    min-width: 66%;
  }
  .laptop\:h-66vh {
    height: 66vh;
  }
  .laptop\:w-66vw {
    width: 66vw;
  }
  .laptop\:min_w-66vw {
    min-width: 66vw;
  }
  .laptop\:min_h-66vh {
    min-height: 66vh;
  }
  .laptop\:max_w-66vw {
    max-width: 66vw;
  }
  .laptop\:max_h-66vh {
    max-height: 66vh;
  }
  .laptop\:m-t-67\% {
    margin-top: 67%;
  }
  .laptop\:m-t--67\% {
    margin-top: -67%;
  }
  .laptop\:p-t-67\% {
    padding-top: 67%;
  }
  .laptop\:p-t--67\% {
    padding-top: -67%;
  }
  .laptop\:top-67\% {
    top: 67%;
  }
  .laptop\:top--67\% {
    top: -67%;
  }
  .laptop\:m-b-67\% {
    margin-bottom: 67%;
  }
  .laptop\:m-b--67\% {
    margin-bottom: -67%;
  }
  .laptop\:p-b-67\% {
    padding-bottom: 67%;
  }
  .laptop\:p-b--67\% {
    padding-bottom: -67%;
  }
  .laptop\:bottom-67\% {
    bottom: 67%;
  }
  .laptop\:bottom--67\% {
    bottom: -67%;
  }
  .laptop\:m-l-67\% {
    margin-left: 67%;
  }
  .laptop\:m-l--67\% {
    margin-left: -67%;
  }
  .laptop\:p-l-67\% {
    padding-left: 67%;
  }
  .laptop\:p-l--67\% {
    padding-left: -67%;
  }
  .laptop\:left-67\% {
    left: 67%;
  }
  .laptop\:left--67\% {
    left: -67%;
  }
  .laptop\:m-r-67\% {
    margin-right: 67%;
  }
  .laptop\:m-r--67\% {
    margin-right: -67%;
  }
  .laptop\:p-r-67\% {
    padding-right: 67%;
  }
  .laptop\:p-r--67\% {
    padding-right: -67%;
  }
  .laptop\:right-67\% {
    right: 67%;
  }
  .laptop\:right--67\% {
    right: -67%;
  }
  .laptop\:h-67\% {
    height: 67%;
  }
  .laptop\:w-67\% {
    width: 67%;
  }
  .laptop\:max_h-67\% {
    max-height: 67%;
  }
  .laptop\:max_w-67\% {
    max-width: 67%;
  }
  .laptop\:min_h-67\% {
    min-height: 67%;
  }
  .laptop\:min_w-67\% {
    min-width: 67%;
  }
  .laptop\:h-67vh {
    height: 67vh;
  }
  .laptop\:w-67vw {
    width: 67vw;
  }
  .laptop\:min_w-67vw {
    min-width: 67vw;
  }
  .laptop\:min_h-67vh {
    min-height: 67vh;
  }
  .laptop\:max_w-67vw {
    max-width: 67vw;
  }
  .laptop\:max_h-67vh {
    max-height: 67vh;
  }
  .laptop\:m-t-68\% {
    margin-top: 68%;
  }
  .laptop\:m-t--68\% {
    margin-top: -68%;
  }
  .laptop\:p-t-68\% {
    padding-top: 68%;
  }
  .laptop\:p-t--68\% {
    padding-top: -68%;
  }
  .laptop\:top-68\% {
    top: 68%;
  }
  .laptop\:top--68\% {
    top: -68%;
  }
  .laptop\:m-b-68\% {
    margin-bottom: 68%;
  }
  .laptop\:m-b--68\% {
    margin-bottom: -68%;
  }
  .laptop\:p-b-68\% {
    padding-bottom: 68%;
  }
  .laptop\:p-b--68\% {
    padding-bottom: -68%;
  }
  .laptop\:bottom-68\% {
    bottom: 68%;
  }
  .laptop\:bottom--68\% {
    bottom: -68%;
  }
  .laptop\:m-l-68\% {
    margin-left: 68%;
  }
  .laptop\:m-l--68\% {
    margin-left: -68%;
  }
  .laptop\:p-l-68\% {
    padding-left: 68%;
  }
  .laptop\:p-l--68\% {
    padding-left: -68%;
  }
  .laptop\:left-68\% {
    left: 68%;
  }
  .laptop\:left--68\% {
    left: -68%;
  }
  .laptop\:m-r-68\% {
    margin-right: 68%;
  }
  .laptop\:m-r--68\% {
    margin-right: -68%;
  }
  .laptop\:p-r-68\% {
    padding-right: 68%;
  }
  .laptop\:p-r--68\% {
    padding-right: -68%;
  }
  .laptop\:right-68\% {
    right: 68%;
  }
  .laptop\:right--68\% {
    right: -68%;
  }
  .laptop\:h-68\% {
    height: 68%;
  }
  .laptop\:w-68\% {
    width: 68%;
  }
  .laptop\:max_h-68\% {
    max-height: 68%;
  }
  .laptop\:max_w-68\% {
    max-width: 68%;
  }
  .laptop\:min_h-68\% {
    min-height: 68%;
  }
  .laptop\:min_w-68\% {
    min-width: 68%;
  }
  .laptop\:h-68vh {
    height: 68vh;
  }
  .laptop\:w-68vw {
    width: 68vw;
  }
  .laptop\:min_w-68vw {
    min-width: 68vw;
  }
  .laptop\:min_h-68vh {
    min-height: 68vh;
  }
  .laptop\:max_w-68vw {
    max-width: 68vw;
  }
  .laptop\:max_h-68vh {
    max-height: 68vh;
  }
  .laptop\:m-t-69\% {
    margin-top: 69%;
  }
  .laptop\:m-t--69\% {
    margin-top: -69%;
  }
  .laptop\:p-t-69\% {
    padding-top: 69%;
  }
  .laptop\:p-t--69\% {
    padding-top: -69%;
  }
  .laptop\:top-69\% {
    top: 69%;
  }
  .laptop\:top--69\% {
    top: -69%;
  }
  .laptop\:m-b-69\% {
    margin-bottom: 69%;
  }
  .laptop\:m-b--69\% {
    margin-bottom: -69%;
  }
  .laptop\:p-b-69\% {
    padding-bottom: 69%;
  }
  .laptop\:p-b--69\% {
    padding-bottom: -69%;
  }
  .laptop\:bottom-69\% {
    bottom: 69%;
  }
  .laptop\:bottom--69\% {
    bottom: -69%;
  }
  .laptop\:m-l-69\% {
    margin-left: 69%;
  }
  .laptop\:m-l--69\% {
    margin-left: -69%;
  }
  .laptop\:p-l-69\% {
    padding-left: 69%;
  }
  .laptop\:p-l--69\% {
    padding-left: -69%;
  }
  .laptop\:left-69\% {
    left: 69%;
  }
  .laptop\:left--69\% {
    left: -69%;
  }
  .laptop\:m-r-69\% {
    margin-right: 69%;
  }
  .laptop\:m-r--69\% {
    margin-right: -69%;
  }
  .laptop\:p-r-69\% {
    padding-right: 69%;
  }
  .laptop\:p-r--69\% {
    padding-right: -69%;
  }
  .laptop\:right-69\% {
    right: 69%;
  }
  .laptop\:right--69\% {
    right: -69%;
  }
  .laptop\:h-69\% {
    height: 69%;
  }
  .laptop\:w-69\% {
    width: 69%;
  }
  .laptop\:max_h-69\% {
    max-height: 69%;
  }
  .laptop\:max_w-69\% {
    max-width: 69%;
  }
  .laptop\:min_h-69\% {
    min-height: 69%;
  }
  .laptop\:min_w-69\% {
    min-width: 69%;
  }
  .laptop\:h-69vh {
    height: 69vh;
  }
  .laptop\:w-69vw {
    width: 69vw;
  }
  .laptop\:min_w-69vw {
    min-width: 69vw;
  }
  .laptop\:min_h-69vh {
    min-height: 69vh;
  }
  .laptop\:max_w-69vw {
    max-width: 69vw;
  }
  .laptop\:max_h-69vh {
    max-height: 69vh;
  }
  .laptop\:m-t-70\% {
    margin-top: 70%;
  }
  .laptop\:m-t--70\% {
    margin-top: -70%;
  }
  .laptop\:p-t-70\% {
    padding-top: 70%;
  }
  .laptop\:p-t--70\% {
    padding-top: -70%;
  }
  .laptop\:top-70\% {
    top: 70%;
  }
  .laptop\:top--70\% {
    top: -70%;
  }
  .laptop\:m-b-70\% {
    margin-bottom: 70%;
  }
  .laptop\:m-b--70\% {
    margin-bottom: -70%;
  }
  .laptop\:p-b-70\% {
    padding-bottom: 70%;
  }
  .laptop\:p-b--70\% {
    padding-bottom: -70%;
  }
  .laptop\:bottom-70\% {
    bottom: 70%;
  }
  .laptop\:bottom--70\% {
    bottom: -70%;
  }
  .laptop\:m-l-70\% {
    margin-left: 70%;
  }
  .laptop\:m-l--70\% {
    margin-left: -70%;
  }
  .laptop\:p-l-70\% {
    padding-left: 70%;
  }
  .laptop\:p-l--70\% {
    padding-left: -70%;
  }
  .laptop\:left-70\% {
    left: 70%;
  }
  .laptop\:left--70\% {
    left: -70%;
  }
  .laptop\:m-r-70\% {
    margin-right: 70%;
  }
  .laptop\:m-r--70\% {
    margin-right: -70%;
  }
  .laptop\:p-r-70\% {
    padding-right: 70%;
  }
  .laptop\:p-r--70\% {
    padding-right: -70%;
  }
  .laptop\:right-70\% {
    right: 70%;
  }
  .laptop\:right--70\% {
    right: -70%;
  }
  .laptop\:h-70\% {
    height: 70%;
  }
  .laptop\:w-70\% {
    width: 70%;
  }
  .laptop\:max_h-70\% {
    max-height: 70%;
  }
  .laptop\:max_w-70\% {
    max-width: 70%;
  }
  .laptop\:min_h-70\% {
    min-height: 70%;
  }
  .laptop\:min_w-70\% {
    min-width: 70%;
  }
  .laptop\:h-70vh {
    height: 70vh;
  }
  .laptop\:w-70vw {
    width: 70vw;
  }
  .laptop\:min_w-70vw {
    min-width: 70vw;
  }
  .laptop\:min_h-70vh {
    min-height: 70vh;
  }
  .laptop\:max_w-70vw {
    max-width: 70vw;
  }
  .laptop\:max_h-70vh {
    max-height: 70vh;
  }
  .laptop\:m-t-71\% {
    margin-top: 71%;
  }
  .laptop\:m-t--71\% {
    margin-top: -71%;
  }
  .laptop\:p-t-71\% {
    padding-top: 71%;
  }
  .laptop\:p-t--71\% {
    padding-top: -71%;
  }
  .laptop\:top-71\% {
    top: 71%;
  }
  .laptop\:top--71\% {
    top: -71%;
  }
  .laptop\:m-b-71\% {
    margin-bottom: 71%;
  }
  .laptop\:m-b--71\% {
    margin-bottom: -71%;
  }
  .laptop\:p-b-71\% {
    padding-bottom: 71%;
  }
  .laptop\:p-b--71\% {
    padding-bottom: -71%;
  }
  .laptop\:bottom-71\% {
    bottom: 71%;
  }
  .laptop\:bottom--71\% {
    bottom: -71%;
  }
  .laptop\:m-l-71\% {
    margin-left: 71%;
  }
  .laptop\:m-l--71\% {
    margin-left: -71%;
  }
  .laptop\:p-l-71\% {
    padding-left: 71%;
  }
  .laptop\:p-l--71\% {
    padding-left: -71%;
  }
  .laptop\:left-71\% {
    left: 71%;
  }
  .laptop\:left--71\% {
    left: -71%;
  }
  .laptop\:m-r-71\% {
    margin-right: 71%;
  }
  .laptop\:m-r--71\% {
    margin-right: -71%;
  }
  .laptop\:p-r-71\% {
    padding-right: 71%;
  }
  .laptop\:p-r--71\% {
    padding-right: -71%;
  }
  .laptop\:right-71\% {
    right: 71%;
  }
  .laptop\:right--71\% {
    right: -71%;
  }
  .laptop\:h-71\% {
    height: 71%;
  }
  .laptop\:w-71\% {
    width: 71%;
  }
  .laptop\:max_h-71\% {
    max-height: 71%;
  }
  .laptop\:max_w-71\% {
    max-width: 71%;
  }
  .laptop\:min_h-71\% {
    min-height: 71%;
  }
  .laptop\:min_w-71\% {
    min-width: 71%;
  }
  .laptop\:h-71vh {
    height: 71vh;
  }
  .laptop\:w-71vw {
    width: 71vw;
  }
  .laptop\:min_w-71vw {
    min-width: 71vw;
  }
  .laptop\:min_h-71vh {
    min-height: 71vh;
  }
  .laptop\:max_w-71vw {
    max-width: 71vw;
  }
  .laptop\:max_h-71vh {
    max-height: 71vh;
  }
  .laptop\:m-t-72\% {
    margin-top: 72%;
  }
  .laptop\:m-t--72\% {
    margin-top: -72%;
  }
  .laptop\:p-t-72\% {
    padding-top: 72%;
  }
  .laptop\:p-t--72\% {
    padding-top: -72%;
  }
  .laptop\:top-72\% {
    top: 72%;
  }
  .laptop\:top--72\% {
    top: -72%;
  }
  .laptop\:m-b-72\% {
    margin-bottom: 72%;
  }
  .laptop\:m-b--72\% {
    margin-bottom: -72%;
  }
  .laptop\:p-b-72\% {
    padding-bottom: 72%;
  }
  .laptop\:p-b--72\% {
    padding-bottom: -72%;
  }
  .laptop\:bottom-72\% {
    bottom: 72%;
  }
  .laptop\:bottom--72\% {
    bottom: -72%;
  }
  .laptop\:m-l-72\% {
    margin-left: 72%;
  }
  .laptop\:m-l--72\% {
    margin-left: -72%;
  }
  .laptop\:p-l-72\% {
    padding-left: 72%;
  }
  .laptop\:p-l--72\% {
    padding-left: -72%;
  }
  .laptop\:left-72\% {
    left: 72%;
  }
  .laptop\:left--72\% {
    left: -72%;
  }
  .laptop\:m-r-72\% {
    margin-right: 72%;
  }
  .laptop\:m-r--72\% {
    margin-right: -72%;
  }
  .laptop\:p-r-72\% {
    padding-right: 72%;
  }
  .laptop\:p-r--72\% {
    padding-right: -72%;
  }
  .laptop\:right-72\% {
    right: 72%;
  }
  .laptop\:right--72\% {
    right: -72%;
  }
  .laptop\:h-72\% {
    height: 72%;
  }
  .laptop\:w-72\% {
    width: 72%;
  }
  .laptop\:max_h-72\% {
    max-height: 72%;
  }
  .laptop\:max_w-72\% {
    max-width: 72%;
  }
  .laptop\:min_h-72\% {
    min-height: 72%;
  }
  .laptop\:min_w-72\% {
    min-width: 72%;
  }
  .laptop\:h-72vh {
    height: 72vh;
  }
  .laptop\:w-72vw {
    width: 72vw;
  }
  .laptop\:min_w-72vw {
    min-width: 72vw;
  }
  .laptop\:min_h-72vh {
    min-height: 72vh;
  }
  .laptop\:max_w-72vw {
    max-width: 72vw;
  }
  .laptop\:max_h-72vh {
    max-height: 72vh;
  }
  .laptop\:m-t-73\% {
    margin-top: 73%;
  }
  .laptop\:m-t--73\% {
    margin-top: -73%;
  }
  .laptop\:p-t-73\% {
    padding-top: 73%;
  }
  .laptop\:p-t--73\% {
    padding-top: -73%;
  }
  .laptop\:top-73\% {
    top: 73%;
  }
  .laptop\:top--73\% {
    top: -73%;
  }
  .laptop\:m-b-73\% {
    margin-bottom: 73%;
  }
  .laptop\:m-b--73\% {
    margin-bottom: -73%;
  }
  .laptop\:p-b-73\% {
    padding-bottom: 73%;
  }
  .laptop\:p-b--73\% {
    padding-bottom: -73%;
  }
  .laptop\:bottom-73\% {
    bottom: 73%;
  }
  .laptop\:bottom--73\% {
    bottom: -73%;
  }
  .laptop\:m-l-73\% {
    margin-left: 73%;
  }
  .laptop\:m-l--73\% {
    margin-left: -73%;
  }
  .laptop\:p-l-73\% {
    padding-left: 73%;
  }
  .laptop\:p-l--73\% {
    padding-left: -73%;
  }
  .laptop\:left-73\% {
    left: 73%;
  }
  .laptop\:left--73\% {
    left: -73%;
  }
  .laptop\:m-r-73\% {
    margin-right: 73%;
  }
  .laptop\:m-r--73\% {
    margin-right: -73%;
  }
  .laptop\:p-r-73\% {
    padding-right: 73%;
  }
  .laptop\:p-r--73\% {
    padding-right: -73%;
  }
  .laptop\:right-73\% {
    right: 73%;
  }
  .laptop\:right--73\% {
    right: -73%;
  }
  .laptop\:h-73\% {
    height: 73%;
  }
  .laptop\:w-73\% {
    width: 73%;
  }
  .laptop\:max_h-73\% {
    max-height: 73%;
  }
  .laptop\:max_w-73\% {
    max-width: 73%;
  }
  .laptop\:min_h-73\% {
    min-height: 73%;
  }
  .laptop\:min_w-73\% {
    min-width: 73%;
  }
  .laptop\:h-73vh {
    height: 73vh;
  }
  .laptop\:w-73vw {
    width: 73vw;
  }
  .laptop\:min_w-73vw {
    min-width: 73vw;
  }
  .laptop\:min_h-73vh {
    min-height: 73vh;
  }
  .laptop\:max_w-73vw {
    max-width: 73vw;
  }
  .laptop\:max_h-73vh {
    max-height: 73vh;
  }
  .laptop\:m-t-74\% {
    margin-top: 74%;
  }
  .laptop\:m-t--74\% {
    margin-top: -74%;
  }
  .laptop\:p-t-74\% {
    padding-top: 74%;
  }
  .laptop\:p-t--74\% {
    padding-top: -74%;
  }
  .laptop\:top-74\% {
    top: 74%;
  }
  .laptop\:top--74\% {
    top: -74%;
  }
  .laptop\:m-b-74\% {
    margin-bottom: 74%;
  }
  .laptop\:m-b--74\% {
    margin-bottom: -74%;
  }
  .laptop\:p-b-74\% {
    padding-bottom: 74%;
  }
  .laptop\:p-b--74\% {
    padding-bottom: -74%;
  }
  .laptop\:bottom-74\% {
    bottom: 74%;
  }
  .laptop\:bottom--74\% {
    bottom: -74%;
  }
  .laptop\:m-l-74\% {
    margin-left: 74%;
  }
  .laptop\:m-l--74\% {
    margin-left: -74%;
  }
  .laptop\:p-l-74\% {
    padding-left: 74%;
  }
  .laptop\:p-l--74\% {
    padding-left: -74%;
  }
  .laptop\:left-74\% {
    left: 74%;
  }
  .laptop\:left--74\% {
    left: -74%;
  }
  .laptop\:m-r-74\% {
    margin-right: 74%;
  }
  .laptop\:m-r--74\% {
    margin-right: -74%;
  }
  .laptop\:p-r-74\% {
    padding-right: 74%;
  }
  .laptop\:p-r--74\% {
    padding-right: -74%;
  }
  .laptop\:right-74\% {
    right: 74%;
  }
  .laptop\:right--74\% {
    right: -74%;
  }
  .laptop\:h-74\% {
    height: 74%;
  }
  .laptop\:w-74\% {
    width: 74%;
  }
  .laptop\:max_h-74\% {
    max-height: 74%;
  }
  .laptop\:max_w-74\% {
    max-width: 74%;
  }
  .laptop\:min_h-74\% {
    min-height: 74%;
  }
  .laptop\:min_w-74\% {
    min-width: 74%;
  }
  .laptop\:h-74vh {
    height: 74vh;
  }
  .laptop\:w-74vw {
    width: 74vw;
  }
  .laptop\:min_w-74vw {
    min-width: 74vw;
  }
  .laptop\:min_h-74vh {
    min-height: 74vh;
  }
  .laptop\:max_w-74vw {
    max-width: 74vw;
  }
  .laptop\:max_h-74vh {
    max-height: 74vh;
  }
  .laptop\:m-t-75\% {
    margin-top: 75%;
  }
  .laptop\:m-t--75\% {
    margin-top: -75%;
  }
  .laptop\:p-t-75\% {
    padding-top: 75%;
  }
  .laptop\:p-t--75\% {
    padding-top: -75%;
  }
  .laptop\:top-75\% {
    top: 75%;
  }
  .laptop\:top--75\% {
    top: -75%;
  }
  .laptop\:m-b-75\% {
    margin-bottom: 75%;
  }
  .laptop\:m-b--75\% {
    margin-bottom: -75%;
  }
  .laptop\:p-b-75\% {
    padding-bottom: 75%;
  }
  .laptop\:p-b--75\% {
    padding-bottom: -75%;
  }
  .laptop\:bottom-75\% {
    bottom: 75%;
  }
  .laptop\:bottom--75\% {
    bottom: -75%;
  }
  .laptop\:m-l-75\% {
    margin-left: 75%;
  }
  .laptop\:m-l--75\% {
    margin-left: -75%;
  }
  .laptop\:p-l-75\% {
    padding-left: 75%;
  }
  .laptop\:p-l--75\% {
    padding-left: -75%;
  }
  .laptop\:left-75\% {
    left: 75%;
  }
  .laptop\:left--75\% {
    left: -75%;
  }
  .laptop\:m-r-75\% {
    margin-right: 75%;
  }
  .laptop\:m-r--75\% {
    margin-right: -75%;
  }
  .laptop\:p-r-75\% {
    padding-right: 75%;
  }
  .laptop\:p-r--75\% {
    padding-right: -75%;
  }
  .laptop\:right-75\% {
    right: 75%;
  }
  .laptop\:right--75\% {
    right: -75%;
  }
  .laptop\:h-75\% {
    height: 75%;
  }
  .laptop\:w-75\% {
    width: 75%;
  }
  .laptop\:max_h-75\% {
    max-height: 75%;
  }
  .laptop\:max_w-75\% {
    max-width: 75%;
  }
  .laptop\:min_h-75\% {
    min-height: 75%;
  }
  .laptop\:min_w-75\% {
    min-width: 75%;
  }
  .laptop\:h-75vh {
    height: 75vh;
  }
  .laptop\:w-75vw {
    width: 75vw;
  }
  .laptop\:min_w-75vw {
    min-width: 75vw;
  }
  .laptop\:min_h-75vh {
    min-height: 75vh;
  }
  .laptop\:max_w-75vw {
    max-width: 75vw;
  }
  .laptop\:max_h-75vh {
    max-height: 75vh;
  }
  .laptop\:m-t-76\% {
    margin-top: 76%;
  }
  .laptop\:m-t--76\% {
    margin-top: -76%;
  }
  .laptop\:p-t-76\% {
    padding-top: 76%;
  }
  .laptop\:p-t--76\% {
    padding-top: -76%;
  }
  .laptop\:top-76\% {
    top: 76%;
  }
  .laptop\:top--76\% {
    top: -76%;
  }
  .laptop\:m-b-76\% {
    margin-bottom: 76%;
  }
  .laptop\:m-b--76\% {
    margin-bottom: -76%;
  }
  .laptop\:p-b-76\% {
    padding-bottom: 76%;
  }
  .laptop\:p-b--76\% {
    padding-bottom: -76%;
  }
  .laptop\:bottom-76\% {
    bottom: 76%;
  }
  .laptop\:bottom--76\% {
    bottom: -76%;
  }
  .laptop\:m-l-76\% {
    margin-left: 76%;
  }
  .laptop\:m-l--76\% {
    margin-left: -76%;
  }
  .laptop\:p-l-76\% {
    padding-left: 76%;
  }
  .laptop\:p-l--76\% {
    padding-left: -76%;
  }
  .laptop\:left-76\% {
    left: 76%;
  }
  .laptop\:left--76\% {
    left: -76%;
  }
  .laptop\:m-r-76\% {
    margin-right: 76%;
  }
  .laptop\:m-r--76\% {
    margin-right: -76%;
  }
  .laptop\:p-r-76\% {
    padding-right: 76%;
  }
  .laptop\:p-r--76\% {
    padding-right: -76%;
  }
  .laptop\:right-76\% {
    right: 76%;
  }
  .laptop\:right--76\% {
    right: -76%;
  }
  .laptop\:h-76\% {
    height: 76%;
  }
  .laptop\:w-76\% {
    width: 76%;
  }
  .laptop\:max_h-76\% {
    max-height: 76%;
  }
  .laptop\:max_w-76\% {
    max-width: 76%;
  }
  .laptop\:min_h-76\% {
    min-height: 76%;
  }
  .laptop\:min_w-76\% {
    min-width: 76%;
  }
  .laptop\:h-76vh {
    height: 76vh;
  }
  .laptop\:w-76vw {
    width: 76vw;
  }
  .laptop\:min_w-76vw {
    min-width: 76vw;
  }
  .laptop\:min_h-76vh {
    min-height: 76vh;
  }
  .laptop\:max_w-76vw {
    max-width: 76vw;
  }
  .laptop\:max_h-76vh {
    max-height: 76vh;
  }
  .laptop\:m-t-77\% {
    margin-top: 77%;
  }
  .laptop\:m-t--77\% {
    margin-top: -77%;
  }
  .laptop\:p-t-77\% {
    padding-top: 77%;
  }
  .laptop\:p-t--77\% {
    padding-top: -77%;
  }
  .laptop\:top-77\% {
    top: 77%;
  }
  .laptop\:top--77\% {
    top: -77%;
  }
  .laptop\:m-b-77\% {
    margin-bottom: 77%;
  }
  .laptop\:m-b--77\% {
    margin-bottom: -77%;
  }
  .laptop\:p-b-77\% {
    padding-bottom: 77%;
  }
  .laptop\:p-b--77\% {
    padding-bottom: -77%;
  }
  .laptop\:bottom-77\% {
    bottom: 77%;
  }
  .laptop\:bottom--77\% {
    bottom: -77%;
  }
  .laptop\:m-l-77\% {
    margin-left: 77%;
  }
  .laptop\:m-l--77\% {
    margin-left: -77%;
  }
  .laptop\:p-l-77\% {
    padding-left: 77%;
  }
  .laptop\:p-l--77\% {
    padding-left: -77%;
  }
  .laptop\:left-77\% {
    left: 77%;
  }
  .laptop\:left--77\% {
    left: -77%;
  }
  .laptop\:m-r-77\% {
    margin-right: 77%;
  }
  .laptop\:m-r--77\% {
    margin-right: -77%;
  }
  .laptop\:p-r-77\% {
    padding-right: 77%;
  }
  .laptop\:p-r--77\% {
    padding-right: -77%;
  }
  .laptop\:right-77\% {
    right: 77%;
  }
  .laptop\:right--77\% {
    right: -77%;
  }
  .laptop\:h-77\% {
    height: 77%;
  }
  .laptop\:w-77\% {
    width: 77%;
  }
  .laptop\:max_h-77\% {
    max-height: 77%;
  }
  .laptop\:max_w-77\% {
    max-width: 77%;
  }
  .laptop\:min_h-77\% {
    min-height: 77%;
  }
  .laptop\:min_w-77\% {
    min-width: 77%;
  }
  .laptop\:h-77vh {
    height: 77vh;
  }
  .laptop\:w-77vw {
    width: 77vw;
  }
  .laptop\:min_w-77vw {
    min-width: 77vw;
  }
  .laptop\:min_h-77vh {
    min-height: 77vh;
  }
  .laptop\:max_w-77vw {
    max-width: 77vw;
  }
  .laptop\:max_h-77vh {
    max-height: 77vh;
  }
  .laptop\:m-t-78\% {
    margin-top: 78%;
  }
  .laptop\:m-t--78\% {
    margin-top: -78%;
  }
  .laptop\:p-t-78\% {
    padding-top: 78%;
  }
  .laptop\:p-t--78\% {
    padding-top: -78%;
  }
  .laptop\:top-78\% {
    top: 78%;
  }
  .laptop\:top--78\% {
    top: -78%;
  }
  .laptop\:m-b-78\% {
    margin-bottom: 78%;
  }
  .laptop\:m-b--78\% {
    margin-bottom: -78%;
  }
  .laptop\:p-b-78\% {
    padding-bottom: 78%;
  }
  .laptop\:p-b--78\% {
    padding-bottom: -78%;
  }
  .laptop\:bottom-78\% {
    bottom: 78%;
  }
  .laptop\:bottom--78\% {
    bottom: -78%;
  }
  .laptop\:m-l-78\% {
    margin-left: 78%;
  }
  .laptop\:m-l--78\% {
    margin-left: -78%;
  }
  .laptop\:p-l-78\% {
    padding-left: 78%;
  }
  .laptop\:p-l--78\% {
    padding-left: -78%;
  }
  .laptop\:left-78\% {
    left: 78%;
  }
  .laptop\:left--78\% {
    left: -78%;
  }
  .laptop\:m-r-78\% {
    margin-right: 78%;
  }
  .laptop\:m-r--78\% {
    margin-right: -78%;
  }
  .laptop\:p-r-78\% {
    padding-right: 78%;
  }
  .laptop\:p-r--78\% {
    padding-right: -78%;
  }
  .laptop\:right-78\% {
    right: 78%;
  }
  .laptop\:right--78\% {
    right: -78%;
  }
  .laptop\:h-78\% {
    height: 78%;
  }
  .laptop\:w-78\% {
    width: 78%;
  }
  .laptop\:max_h-78\% {
    max-height: 78%;
  }
  .laptop\:max_w-78\% {
    max-width: 78%;
  }
  .laptop\:min_h-78\% {
    min-height: 78%;
  }
  .laptop\:min_w-78\% {
    min-width: 78%;
  }
  .laptop\:h-78vh {
    height: 78vh;
  }
  .laptop\:w-78vw {
    width: 78vw;
  }
  .laptop\:min_w-78vw {
    min-width: 78vw;
  }
  .laptop\:min_h-78vh {
    min-height: 78vh;
  }
  .laptop\:max_w-78vw {
    max-width: 78vw;
  }
  .laptop\:max_h-78vh {
    max-height: 78vh;
  }
  .laptop\:m-t-79\% {
    margin-top: 79%;
  }
  .laptop\:m-t--79\% {
    margin-top: -79%;
  }
  .laptop\:p-t-79\% {
    padding-top: 79%;
  }
  .laptop\:p-t--79\% {
    padding-top: -79%;
  }
  .laptop\:top-79\% {
    top: 79%;
  }
  .laptop\:top--79\% {
    top: -79%;
  }
  .laptop\:m-b-79\% {
    margin-bottom: 79%;
  }
  .laptop\:m-b--79\% {
    margin-bottom: -79%;
  }
  .laptop\:p-b-79\% {
    padding-bottom: 79%;
  }
  .laptop\:p-b--79\% {
    padding-bottom: -79%;
  }
  .laptop\:bottom-79\% {
    bottom: 79%;
  }
  .laptop\:bottom--79\% {
    bottom: -79%;
  }
  .laptop\:m-l-79\% {
    margin-left: 79%;
  }
  .laptop\:m-l--79\% {
    margin-left: -79%;
  }
  .laptop\:p-l-79\% {
    padding-left: 79%;
  }
  .laptop\:p-l--79\% {
    padding-left: -79%;
  }
  .laptop\:left-79\% {
    left: 79%;
  }
  .laptop\:left--79\% {
    left: -79%;
  }
  .laptop\:m-r-79\% {
    margin-right: 79%;
  }
  .laptop\:m-r--79\% {
    margin-right: -79%;
  }
  .laptop\:p-r-79\% {
    padding-right: 79%;
  }
  .laptop\:p-r--79\% {
    padding-right: -79%;
  }
  .laptop\:right-79\% {
    right: 79%;
  }
  .laptop\:right--79\% {
    right: -79%;
  }
  .laptop\:h-79\% {
    height: 79%;
  }
  .laptop\:w-79\% {
    width: 79%;
  }
  .laptop\:max_h-79\% {
    max-height: 79%;
  }
  .laptop\:max_w-79\% {
    max-width: 79%;
  }
  .laptop\:min_h-79\% {
    min-height: 79%;
  }
  .laptop\:min_w-79\% {
    min-width: 79%;
  }
  .laptop\:h-79vh {
    height: 79vh;
  }
  .laptop\:w-79vw {
    width: 79vw;
  }
  .laptop\:min_w-79vw {
    min-width: 79vw;
  }
  .laptop\:min_h-79vh {
    min-height: 79vh;
  }
  .laptop\:max_w-79vw {
    max-width: 79vw;
  }
  .laptop\:max_h-79vh {
    max-height: 79vh;
  }
  .laptop\:m-t-80\% {
    margin-top: 80%;
  }
  .laptop\:m-t--80\% {
    margin-top: -80%;
  }
  .laptop\:p-t-80\% {
    padding-top: 80%;
  }
  .laptop\:p-t--80\% {
    padding-top: -80%;
  }
  .laptop\:top-80\% {
    top: 80%;
  }
  .laptop\:top--80\% {
    top: -80%;
  }
  .laptop\:m-b-80\% {
    margin-bottom: 80%;
  }
  .laptop\:m-b--80\% {
    margin-bottom: -80%;
  }
  .laptop\:p-b-80\% {
    padding-bottom: 80%;
  }
  .laptop\:p-b--80\% {
    padding-bottom: -80%;
  }
  .laptop\:bottom-80\% {
    bottom: 80%;
  }
  .laptop\:bottom--80\% {
    bottom: -80%;
  }
  .laptop\:m-l-80\% {
    margin-left: 80%;
  }
  .laptop\:m-l--80\% {
    margin-left: -80%;
  }
  .laptop\:p-l-80\% {
    padding-left: 80%;
  }
  .laptop\:p-l--80\% {
    padding-left: -80%;
  }
  .laptop\:left-80\% {
    left: 80%;
  }
  .laptop\:left--80\% {
    left: -80%;
  }
  .laptop\:m-r-80\% {
    margin-right: 80%;
  }
  .laptop\:m-r--80\% {
    margin-right: -80%;
  }
  .laptop\:p-r-80\% {
    padding-right: 80%;
  }
  .laptop\:p-r--80\% {
    padding-right: -80%;
  }
  .laptop\:right-80\% {
    right: 80%;
  }
  .laptop\:right--80\% {
    right: -80%;
  }
  .laptop\:h-80\% {
    height: 80%;
  }
  .laptop\:w-80\% {
    width: 80%;
  }
  .laptop\:max_h-80\% {
    max-height: 80%;
  }
  .laptop\:max_w-80\% {
    max-width: 80%;
  }
  .laptop\:min_h-80\% {
    min-height: 80%;
  }
  .laptop\:min_w-80\% {
    min-width: 80%;
  }
  .laptop\:h-80vh {
    height: 80vh;
  }
  .laptop\:w-80vw {
    width: 80vw;
  }
  .laptop\:min_w-80vw {
    min-width: 80vw;
  }
  .laptop\:min_h-80vh {
    min-height: 80vh;
  }
  .laptop\:max_w-80vw {
    max-width: 80vw;
  }
  .laptop\:max_h-80vh {
    max-height: 80vh;
  }
  .laptop\:m-t-81\% {
    margin-top: 81%;
  }
  .laptop\:m-t--81\% {
    margin-top: -81%;
  }
  .laptop\:p-t-81\% {
    padding-top: 81%;
  }
  .laptop\:p-t--81\% {
    padding-top: -81%;
  }
  .laptop\:top-81\% {
    top: 81%;
  }
  .laptop\:top--81\% {
    top: -81%;
  }
  .laptop\:m-b-81\% {
    margin-bottom: 81%;
  }
  .laptop\:m-b--81\% {
    margin-bottom: -81%;
  }
  .laptop\:p-b-81\% {
    padding-bottom: 81%;
  }
  .laptop\:p-b--81\% {
    padding-bottom: -81%;
  }
  .laptop\:bottom-81\% {
    bottom: 81%;
  }
  .laptop\:bottom--81\% {
    bottom: -81%;
  }
  .laptop\:m-l-81\% {
    margin-left: 81%;
  }
  .laptop\:m-l--81\% {
    margin-left: -81%;
  }
  .laptop\:p-l-81\% {
    padding-left: 81%;
  }
  .laptop\:p-l--81\% {
    padding-left: -81%;
  }
  .laptop\:left-81\% {
    left: 81%;
  }
  .laptop\:left--81\% {
    left: -81%;
  }
  .laptop\:m-r-81\% {
    margin-right: 81%;
  }
  .laptop\:m-r--81\% {
    margin-right: -81%;
  }
  .laptop\:p-r-81\% {
    padding-right: 81%;
  }
  .laptop\:p-r--81\% {
    padding-right: -81%;
  }
  .laptop\:right-81\% {
    right: 81%;
  }
  .laptop\:right--81\% {
    right: -81%;
  }
  .laptop\:h-81\% {
    height: 81%;
  }
  .laptop\:w-81\% {
    width: 81%;
  }
  .laptop\:max_h-81\% {
    max-height: 81%;
  }
  .laptop\:max_w-81\% {
    max-width: 81%;
  }
  .laptop\:min_h-81\% {
    min-height: 81%;
  }
  .laptop\:min_w-81\% {
    min-width: 81%;
  }
  .laptop\:h-81vh {
    height: 81vh;
  }
  .laptop\:w-81vw {
    width: 81vw;
  }
  .laptop\:min_w-81vw {
    min-width: 81vw;
  }
  .laptop\:min_h-81vh {
    min-height: 81vh;
  }
  .laptop\:max_w-81vw {
    max-width: 81vw;
  }
  .laptop\:max_h-81vh {
    max-height: 81vh;
  }
  .laptop\:m-t-82\% {
    margin-top: 82%;
  }
  .laptop\:m-t--82\% {
    margin-top: -82%;
  }
  .laptop\:p-t-82\% {
    padding-top: 82%;
  }
  .laptop\:p-t--82\% {
    padding-top: -82%;
  }
  .laptop\:top-82\% {
    top: 82%;
  }
  .laptop\:top--82\% {
    top: -82%;
  }
  .laptop\:m-b-82\% {
    margin-bottom: 82%;
  }
  .laptop\:m-b--82\% {
    margin-bottom: -82%;
  }
  .laptop\:p-b-82\% {
    padding-bottom: 82%;
  }
  .laptop\:p-b--82\% {
    padding-bottom: -82%;
  }
  .laptop\:bottom-82\% {
    bottom: 82%;
  }
  .laptop\:bottom--82\% {
    bottom: -82%;
  }
  .laptop\:m-l-82\% {
    margin-left: 82%;
  }
  .laptop\:m-l--82\% {
    margin-left: -82%;
  }
  .laptop\:p-l-82\% {
    padding-left: 82%;
  }
  .laptop\:p-l--82\% {
    padding-left: -82%;
  }
  .laptop\:left-82\% {
    left: 82%;
  }
  .laptop\:left--82\% {
    left: -82%;
  }
  .laptop\:m-r-82\% {
    margin-right: 82%;
  }
  .laptop\:m-r--82\% {
    margin-right: -82%;
  }
  .laptop\:p-r-82\% {
    padding-right: 82%;
  }
  .laptop\:p-r--82\% {
    padding-right: -82%;
  }
  .laptop\:right-82\% {
    right: 82%;
  }
  .laptop\:right--82\% {
    right: -82%;
  }
  .laptop\:h-82\% {
    height: 82%;
  }
  .laptop\:w-82\% {
    width: 82%;
  }
  .laptop\:max_h-82\% {
    max-height: 82%;
  }
  .laptop\:max_w-82\% {
    max-width: 82%;
  }
  .laptop\:min_h-82\% {
    min-height: 82%;
  }
  .laptop\:min_w-82\% {
    min-width: 82%;
  }
  .laptop\:h-82vh {
    height: 82vh;
  }
  .laptop\:w-82vw {
    width: 82vw;
  }
  .laptop\:min_w-82vw {
    min-width: 82vw;
  }
  .laptop\:min_h-82vh {
    min-height: 82vh;
  }
  .laptop\:max_w-82vw {
    max-width: 82vw;
  }
  .laptop\:max_h-82vh {
    max-height: 82vh;
  }
  .laptop\:m-t-83\% {
    margin-top: 83%;
  }
  .laptop\:m-t--83\% {
    margin-top: -83%;
  }
  .laptop\:p-t-83\% {
    padding-top: 83%;
  }
  .laptop\:p-t--83\% {
    padding-top: -83%;
  }
  .laptop\:top-83\% {
    top: 83%;
  }
  .laptop\:top--83\% {
    top: -83%;
  }
  .laptop\:m-b-83\% {
    margin-bottom: 83%;
  }
  .laptop\:m-b--83\% {
    margin-bottom: -83%;
  }
  .laptop\:p-b-83\% {
    padding-bottom: 83%;
  }
  .laptop\:p-b--83\% {
    padding-bottom: -83%;
  }
  .laptop\:bottom-83\% {
    bottom: 83%;
  }
  .laptop\:bottom--83\% {
    bottom: -83%;
  }
  .laptop\:m-l-83\% {
    margin-left: 83%;
  }
  .laptop\:m-l--83\% {
    margin-left: -83%;
  }
  .laptop\:p-l-83\% {
    padding-left: 83%;
  }
  .laptop\:p-l--83\% {
    padding-left: -83%;
  }
  .laptop\:left-83\% {
    left: 83%;
  }
  .laptop\:left--83\% {
    left: -83%;
  }
  .laptop\:m-r-83\% {
    margin-right: 83%;
  }
  .laptop\:m-r--83\% {
    margin-right: -83%;
  }
  .laptop\:p-r-83\% {
    padding-right: 83%;
  }
  .laptop\:p-r--83\% {
    padding-right: -83%;
  }
  .laptop\:right-83\% {
    right: 83%;
  }
  .laptop\:right--83\% {
    right: -83%;
  }
  .laptop\:h-83\% {
    height: 83%;
  }
  .laptop\:w-83\% {
    width: 83%;
  }
  .laptop\:max_h-83\% {
    max-height: 83%;
  }
  .laptop\:max_w-83\% {
    max-width: 83%;
  }
  .laptop\:min_h-83\% {
    min-height: 83%;
  }
  .laptop\:min_w-83\% {
    min-width: 83%;
  }
  .laptop\:h-83vh {
    height: 83vh;
  }
  .laptop\:w-83vw {
    width: 83vw;
  }
  .laptop\:min_w-83vw {
    min-width: 83vw;
  }
  .laptop\:min_h-83vh {
    min-height: 83vh;
  }
  .laptop\:max_w-83vw {
    max-width: 83vw;
  }
  .laptop\:max_h-83vh {
    max-height: 83vh;
  }
  .laptop\:m-t-84\% {
    margin-top: 84%;
  }
  .laptop\:m-t--84\% {
    margin-top: -84%;
  }
  .laptop\:p-t-84\% {
    padding-top: 84%;
  }
  .laptop\:p-t--84\% {
    padding-top: -84%;
  }
  .laptop\:top-84\% {
    top: 84%;
  }
  .laptop\:top--84\% {
    top: -84%;
  }
  .laptop\:m-b-84\% {
    margin-bottom: 84%;
  }
  .laptop\:m-b--84\% {
    margin-bottom: -84%;
  }
  .laptop\:p-b-84\% {
    padding-bottom: 84%;
  }
  .laptop\:p-b--84\% {
    padding-bottom: -84%;
  }
  .laptop\:bottom-84\% {
    bottom: 84%;
  }
  .laptop\:bottom--84\% {
    bottom: -84%;
  }
  .laptop\:m-l-84\% {
    margin-left: 84%;
  }
  .laptop\:m-l--84\% {
    margin-left: -84%;
  }
  .laptop\:p-l-84\% {
    padding-left: 84%;
  }
  .laptop\:p-l--84\% {
    padding-left: -84%;
  }
  .laptop\:left-84\% {
    left: 84%;
  }
  .laptop\:left--84\% {
    left: -84%;
  }
  .laptop\:m-r-84\% {
    margin-right: 84%;
  }
  .laptop\:m-r--84\% {
    margin-right: -84%;
  }
  .laptop\:p-r-84\% {
    padding-right: 84%;
  }
  .laptop\:p-r--84\% {
    padding-right: -84%;
  }
  .laptop\:right-84\% {
    right: 84%;
  }
  .laptop\:right--84\% {
    right: -84%;
  }
  .laptop\:h-84\% {
    height: 84%;
  }
  .laptop\:w-84\% {
    width: 84%;
  }
  .laptop\:max_h-84\% {
    max-height: 84%;
  }
  .laptop\:max_w-84\% {
    max-width: 84%;
  }
  .laptop\:min_h-84\% {
    min-height: 84%;
  }
  .laptop\:min_w-84\% {
    min-width: 84%;
  }
  .laptop\:h-84vh {
    height: 84vh;
  }
  .laptop\:w-84vw {
    width: 84vw;
  }
  .laptop\:min_w-84vw {
    min-width: 84vw;
  }
  .laptop\:min_h-84vh {
    min-height: 84vh;
  }
  .laptop\:max_w-84vw {
    max-width: 84vw;
  }
  .laptop\:max_h-84vh {
    max-height: 84vh;
  }
  .laptop\:m-t-85\% {
    margin-top: 85%;
  }
  .laptop\:m-t--85\% {
    margin-top: -85%;
  }
  .laptop\:p-t-85\% {
    padding-top: 85%;
  }
  .laptop\:p-t--85\% {
    padding-top: -85%;
  }
  .laptop\:top-85\% {
    top: 85%;
  }
  .laptop\:top--85\% {
    top: -85%;
  }
  .laptop\:m-b-85\% {
    margin-bottom: 85%;
  }
  .laptop\:m-b--85\% {
    margin-bottom: -85%;
  }
  .laptop\:p-b-85\% {
    padding-bottom: 85%;
  }
  .laptop\:p-b--85\% {
    padding-bottom: -85%;
  }
  .laptop\:bottom-85\% {
    bottom: 85%;
  }
  .laptop\:bottom--85\% {
    bottom: -85%;
  }
  .laptop\:m-l-85\% {
    margin-left: 85%;
  }
  .laptop\:m-l--85\% {
    margin-left: -85%;
  }
  .laptop\:p-l-85\% {
    padding-left: 85%;
  }
  .laptop\:p-l--85\% {
    padding-left: -85%;
  }
  .laptop\:left-85\% {
    left: 85%;
  }
  .laptop\:left--85\% {
    left: -85%;
  }
  .laptop\:m-r-85\% {
    margin-right: 85%;
  }
  .laptop\:m-r--85\% {
    margin-right: -85%;
  }
  .laptop\:p-r-85\% {
    padding-right: 85%;
  }
  .laptop\:p-r--85\% {
    padding-right: -85%;
  }
  .laptop\:right-85\% {
    right: 85%;
  }
  .laptop\:right--85\% {
    right: -85%;
  }
  .laptop\:h-85\% {
    height: 85%;
  }
  .laptop\:w-85\% {
    width: 85%;
  }
  .laptop\:max_h-85\% {
    max-height: 85%;
  }
  .laptop\:max_w-85\% {
    max-width: 85%;
  }
  .laptop\:min_h-85\% {
    min-height: 85%;
  }
  .laptop\:min_w-85\% {
    min-width: 85%;
  }
  .laptop\:h-85vh {
    height: 85vh;
  }
  .laptop\:w-85vw {
    width: 85vw;
  }
  .laptop\:min_w-85vw {
    min-width: 85vw;
  }
  .laptop\:min_h-85vh {
    min-height: 85vh;
  }
  .laptop\:max_w-85vw {
    max-width: 85vw;
  }
  .laptop\:max_h-85vh {
    max-height: 85vh;
  }
  .laptop\:m-t-86\% {
    margin-top: 86%;
  }
  .laptop\:m-t--86\% {
    margin-top: -86%;
  }
  .laptop\:p-t-86\% {
    padding-top: 86%;
  }
  .laptop\:p-t--86\% {
    padding-top: -86%;
  }
  .laptop\:top-86\% {
    top: 86%;
  }
  .laptop\:top--86\% {
    top: -86%;
  }
  .laptop\:m-b-86\% {
    margin-bottom: 86%;
  }
  .laptop\:m-b--86\% {
    margin-bottom: -86%;
  }
  .laptop\:p-b-86\% {
    padding-bottom: 86%;
  }
  .laptop\:p-b--86\% {
    padding-bottom: -86%;
  }
  .laptop\:bottom-86\% {
    bottom: 86%;
  }
  .laptop\:bottom--86\% {
    bottom: -86%;
  }
  .laptop\:m-l-86\% {
    margin-left: 86%;
  }
  .laptop\:m-l--86\% {
    margin-left: -86%;
  }
  .laptop\:p-l-86\% {
    padding-left: 86%;
  }
  .laptop\:p-l--86\% {
    padding-left: -86%;
  }
  .laptop\:left-86\% {
    left: 86%;
  }
  .laptop\:left--86\% {
    left: -86%;
  }
  .laptop\:m-r-86\% {
    margin-right: 86%;
  }
  .laptop\:m-r--86\% {
    margin-right: -86%;
  }
  .laptop\:p-r-86\% {
    padding-right: 86%;
  }
  .laptop\:p-r--86\% {
    padding-right: -86%;
  }
  .laptop\:right-86\% {
    right: 86%;
  }
  .laptop\:right--86\% {
    right: -86%;
  }
  .laptop\:h-86\% {
    height: 86%;
  }
  .laptop\:w-86\% {
    width: 86%;
  }
  .laptop\:max_h-86\% {
    max-height: 86%;
  }
  .laptop\:max_w-86\% {
    max-width: 86%;
  }
  .laptop\:min_h-86\% {
    min-height: 86%;
  }
  .laptop\:min_w-86\% {
    min-width: 86%;
  }
  .laptop\:h-86vh {
    height: 86vh;
  }
  .laptop\:w-86vw {
    width: 86vw;
  }
  .laptop\:min_w-86vw {
    min-width: 86vw;
  }
  .laptop\:min_h-86vh {
    min-height: 86vh;
  }
  .laptop\:max_w-86vw {
    max-width: 86vw;
  }
  .laptop\:max_h-86vh {
    max-height: 86vh;
  }
  .laptop\:m-t-87\% {
    margin-top: 87%;
  }
  .laptop\:m-t--87\% {
    margin-top: -87%;
  }
  .laptop\:p-t-87\% {
    padding-top: 87%;
  }
  .laptop\:p-t--87\% {
    padding-top: -87%;
  }
  .laptop\:top-87\% {
    top: 87%;
  }
  .laptop\:top--87\% {
    top: -87%;
  }
  .laptop\:m-b-87\% {
    margin-bottom: 87%;
  }
  .laptop\:m-b--87\% {
    margin-bottom: -87%;
  }
  .laptop\:p-b-87\% {
    padding-bottom: 87%;
  }
  .laptop\:p-b--87\% {
    padding-bottom: -87%;
  }
  .laptop\:bottom-87\% {
    bottom: 87%;
  }
  .laptop\:bottom--87\% {
    bottom: -87%;
  }
  .laptop\:m-l-87\% {
    margin-left: 87%;
  }
  .laptop\:m-l--87\% {
    margin-left: -87%;
  }
  .laptop\:p-l-87\% {
    padding-left: 87%;
  }
  .laptop\:p-l--87\% {
    padding-left: -87%;
  }
  .laptop\:left-87\% {
    left: 87%;
  }
  .laptop\:left--87\% {
    left: -87%;
  }
  .laptop\:m-r-87\% {
    margin-right: 87%;
  }
  .laptop\:m-r--87\% {
    margin-right: -87%;
  }
  .laptop\:p-r-87\% {
    padding-right: 87%;
  }
  .laptop\:p-r--87\% {
    padding-right: -87%;
  }
  .laptop\:right-87\% {
    right: 87%;
  }
  .laptop\:right--87\% {
    right: -87%;
  }
  .laptop\:h-87\% {
    height: 87%;
  }
  .laptop\:w-87\% {
    width: 87%;
  }
  .laptop\:max_h-87\% {
    max-height: 87%;
  }
  .laptop\:max_w-87\% {
    max-width: 87%;
  }
  .laptop\:min_h-87\% {
    min-height: 87%;
  }
  .laptop\:min_w-87\% {
    min-width: 87%;
  }
  .laptop\:h-87vh {
    height: 87vh;
  }
  .laptop\:w-87vw {
    width: 87vw;
  }
  .laptop\:min_w-87vw {
    min-width: 87vw;
  }
  .laptop\:min_h-87vh {
    min-height: 87vh;
  }
  .laptop\:max_w-87vw {
    max-width: 87vw;
  }
  .laptop\:max_h-87vh {
    max-height: 87vh;
  }
  .laptop\:m-t-88\% {
    margin-top: 88%;
  }
  .laptop\:m-t--88\% {
    margin-top: -88%;
  }
  .laptop\:p-t-88\% {
    padding-top: 88%;
  }
  .laptop\:p-t--88\% {
    padding-top: -88%;
  }
  .laptop\:top-88\% {
    top: 88%;
  }
  .laptop\:top--88\% {
    top: -88%;
  }
  .laptop\:m-b-88\% {
    margin-bottom: 88%;
  }
  .laptop\:m-b--88\% {
    margin-bottom: -88%;
  }
  .laptop\:p-b-88\% {
    padding-bottom: 88%;
  }
  .laptop\:p-b--88\% {
    padding-bottom: -88%;
  }
  .laptop\:bottom-88\% {
    bottom: 88%;
  }
  .laptop\:bottom--88\% {
    bottom: -88%;
  }
  .laptop\:m-l-88\% {
    margin-left: 88%;
  }
  .laptop\:m-l--88\% {
    margin-left: -88%;
  }
  .laptop\:p-l-88\% {
    padding-left: 88%;
  }
  .laptop\:p-l--88\% {
    padding-left: -88%;
  }
  .laptop\:left-88\% {
    left: 88%;
  }
  .laptop\:left--88\% {
    left: -88%;
  }
  .laptop\:m-r-88\% {
    margin-right: 88%;
  }
  .laptop\:m-r--88\% {
    margin-right: -88%;
  }
  .laptop\:p-r-88\% {
    padding-right: 88%;
  }
  .laptop\:p-r--88\% {
    padding-right: -88%;
  }
  .laptop\:right-88\% {
    right: 88%;
  }
  .laptop\:right--88\% {
    right: -88%;
  }
  .laptop\:h-88\% {
    height: 88%;
  }
  .laptop\:w-88\% {
    width: 88%;
  }
  .laptop\:max_h-88\% {
    max-height: 88%;
  }
  .laptop\:max_w-88\% {
    max-width: 88%;
  }
  .laptop\:min_h-88\% {
    min-height: 88%;
  }
  .laptop\:min_w-88\% {
    min-width: 88%;
  }
  .laptop\:h-88vh {
    height: 88vh;
  }
  .laptop\:w-88vw {
    width: 88vw;
  }
  .laptop\:min_w-88vw {
    min-width: 88vw;
  }
  .laptop\:min_h-88vh {
    min-height: 88vh;
  }
  .laptop\:max_w-88vw {
    max-width: 88vw;
  }
  .laptop\:max_h-88vh {
    max-height: 88vh;
  }
  .laptop\:m-t-89\% {
    margin-top: 89%;
  }
  .laptop\:m-t--89\% {
    margin-top: -89%;
  }
  .laptop\:p-t-89\% {
    padding-top: 89%;
  }
  .laptop\:p-t--89\% {
    padding-top: -89%;
  }
  .laptop\:top-89\% {
    top: 89%;
  }
  .laptop\:top--89\% {
    top: -89%;
  }
  .laptop\:m-b-89\% {
    margin-bottom: 89%;
  }
  .laptop\:m-b--89\% {
    margin-bottom: -89%;
  }
  .laptop\:p-b-89\% {
    padding-bottom: 89%;
  }
  .laptop\:p-b--89\% {
    padding-bottom: -89%;
  }
  .laptop\:bottom-89\% {
    bottom: 89%;
  }
  .laptop\:bottom--89\% {
    bottom: -89%;
  }
  .laptop\:m-l-89\% {
    margin-left: 89%;
  }
  .laptop\:m-l--89\% {
    margin-left: -89%;
  }
  .laptop\:p-l-89\% {
    padding-left: 89%;
  }
  .laptop\:p-l--89\% {
    padding-left: -89%;
  }
  .laptop\:left-89\% {
    left: 89%;
  }
  .laptop\:left--89\% {
    left: -89%;
  }
  .laptop\:m-r-89\% {
    margin-right: 89%;
  }
  .laptop\:m-r--89\% {
    margin-right: -89%;
  }
  .laptop\:p-r-89\% {
    padding-right: 89%;
  }
  .laptop\:p-r--89\% {
    padding-right: -89%;
  }
  .laptop\:right-89\% {
    right: 89%;
  }
  .laptop\:right--89\% {
    right: -89%;
  }
  .laptop\:h-89\% {
    height: 89%;
  }
  .laptop\:w-89\% {
    width: 89%;
  }
  .laptop\:max_h-89\% {
    max-height: 89%;
  }
  .laptop\:max_w-89\% {
    max-width: 89%;
  }
  .laptop\:min_h-89\% {
    min-height: 89%;
  }
  .laptop\:min_w-89\% {
    min-width: 89%;
  }
  .laptop\:h-89vh {
    height: 89vh;
  }
  .laptop\:w-89vw {
    width: 89vw;
  }
  .laptop\:min_w-89vw {
    min-width: 89vw;
  }
  .laptop\:min_h-89vh {
    min-height: 89vh;
  }
  .laptop\:max_w-89vw {
    max-width: 89vw;
  }
  .laptop\:max_h-89vh {
    max-height: 89vh;
  }
  .laptop\:m-t-90\% {
    margin-top: 90%;
  }
  .laptop\:m-t--90\% {
    margin-top: -90%;
  }
  .laptop\:p-t-90\% {
    padding-top: 90%;
  }
  .laptop\:p-t--90\% {
    padding-top: -90%;
  }
  .laptop\:top-90\% {
    top: 90%;
  }
  .laptop\:top--90\% {
    top: -90%;
  }
  .laptop\:m-b-90\% {
    margin-bottom: 90%;
  }
  .laptop\:m-b--90\% {
    margin-bottom: -90%;
  }
  .laptop\:p-b-90\% {
    padding-bottom: 90%;
  }
  .laptop\:p-b--90\% {
    padding-bottom: -90%;
  }
  .laptop\:bottom-90\% {
    bottom: 90%;
  }
  .laptop\:bottom--90\% {
    bottom: -90%;
  }
  .laptop\:m-l-90\% {
    margin-left: 90%;
  }
  .laptop\:m-l--90\% {
    margin-left: -90%;
  }
  .laptop\:p-l-90\% {
    padding-left: 90%;
  }
  .laptop\:p-l--90\% {
    padding-left: -90%;
  }
  .laptop\:left-90\% {
    left: 90%;
  }
  .laptop\:left--90\% {
    left: -90%;
  }
  .laptop\:m-r-90\% {
    margin-right: 90%;
  }
  .laptop\:m-r--90\% {
    margin-right: -90%;
  }
  .laptop\:p-r-90\% {
    padding-right: 90%;
  }
  .laptop\:p-r--90\% {
    padding-right: -90%;
  }
  .laptop\:right-90\% {
    right: 90%;
  }
  .laptop\:right--90\% {
    right: -90%;
  }
  .laptop\:h-90\% {
    height: 90%;
  }
  .laptop\:w-90\% {
    width: 90%;
  }
  .laptop\:max_h-90\% {
    max-height: 90%;
  }
  .laptop\:max_w-90\% {
    max-width: 90%;
  }
  .laptop\:min_h-90\% {
    min-height: 90%;
  }
  .laptop\:min_w-90\% {
    min-width: 90%;
  }
  .laptop\:h-90vh {
    height: 90vh;
  }
  .laptop\:w-90vw {
    width: 90vw;
  }
  .laptop\:min_w-90vw {
    min-width: 90vw;
  }
  .laptop\:min_h-90vh {
    min-height: 90vh;
  }
  .laptop\:max_w-90vw {
    max-width: 90vw;
  }
  .laptop\:max_h-90vh {
    max-height: 90vh;
  }
  .laptop\:m-t-91\% {
    margin-top: 91%;
  }
  .laptop\:m-t--91\% {
    margin-top: -91%;
  }
  .laptop\:p-t-91\% {
    padding-top: 91%;
  }
  .laptop\:p-t--91\% {
    padding-top: -91%;
  }
  .laptop\:top-91\% {
    top: 91%;
  }
  .laptop\:top--91\% {
    top: -91%;
  }
  .laptop\:m-b-91\% {
    margin-bottom: 91%;
  }
  .laptop\:m-b--91\% {
    margin-bottom: -91%;
  }
  .laptop\:p-b-91\% {
    padding-bottom: 91%;
  }
  .laptop\:p-b--91\% {
    padding-bottom: -91%;
  }
  .laptop\:bottom-91\% {
    bottom: 91%;
  }
  .laptop\:bottom--91\% {
    bottom: -91%;
  }
  .laptop\:m-l-91\% {
    margin-left: 91%;
  }
  .laptop\:m-l--91\% {
    margin-left: -91%;
  }
  .laptop\:p-l-91\% {
    padding-left: 91%;
  }
  .laptop\:p-l--91\% {
    padding-left: -91%;
  }
  .laptop\:left-91\% {
    left: 91%;
  }
  .laptop\:left--91\% {
    left: -91%;
  }
  .laptop\:m-r-91\% {
    margin-right: 91%;
  }
  .laptop\:m-r--91\% {
    margin-right: -91%;
  }
  .laptop\:p-r-91\% {
    padding-right: 91%;
  }
  .laptop\:p-r--91\% {
    padding-right: -91%;
  }
  .laptop\:right-91\% {
    right: 91%;
  }
  .laptop\:right--91\% {
    right: -91%;
  }
  .laptop\:h-91\% {
    height: 91%;
  }
  .laptop\:w-91\% {
    width: 91%;
  }
  .laptop\:max_h-91\% {
    max-height: 91%;
  }
  .laptop\:max_w-91\% {
    max-width: 91%;
  }
  .laptop\:min_h-91\% {
    min-height: 91%;
  }
  .laptop\:min_w-91\% {
    min-width: 91%;
  }
  .laptop\:h-91vh {
    height: 91vh;
  }
  .laptop\:w-91vw {
    width: 91vw;
  }
  .laptop\:min_w-91vw {
    min-width: 91vw;
  }
  .laptop\:min_h-91vh {
    min-height: 91vh;
  }
  .laptop\:max_w-91vw {
    max-width: 91vw;
  }
  .laptop\:max_h-91vh {
    max-height: 91vh;
  }
  .laptop\:m-t-92\% {
    margin-top: 92%;
  }
  .laptop\:m-t--92\% {
    margin-top: -92%;
  }
  .laptop\:p-t-92\% {
    padding-top: 92%;
  }
  .laptop\:p-t--92\% {
    padding-top: -92%;
  }
  .laptop\:top-92\% {
    top: 92%;
  }
  .laptop\:top--92\% {
    top: -92%;
  }
  .laptop\:m-b-92\% {
    margin-bottom: 92%;
  }
  .laptop\:m-b--92\% {
    margin-bottom: -92%;
  }
  .laptop\:p-b-92\% {
    padding-bottom: 92%;
  }
  .laptop\:p-b--92\% {
    padding-bottom: -92%;
  }
  .laptop\:bottom-92\% {
    bottom: 92%;
  }
  .laptop\:bottom--92\% {
    bottom: -92%;
  }
  .laptop\:m-l-92\% {
    margin-left: 92%;
  }
  .laptop\:m-l--92\% {
    margin-left: -92%;
  }
  .laptop\:p-l-92\% {
    padding-left: 92%;
  }
  .laptop\:p-l--92\% {
    padding-left: -92%;
  }
  .laptop\:left-92\% {
    left: 92%;
  }
  .laptop\:left--92\% {
    left: -92%;
  }
  .laptop\:m-r-92\% {
    margin-right: 92%;
  }
  .laptop\:m-r--92\% {
    margin-right: -92%;
  }
  .laptop\:p-r-92\% {
    padding-right: 92%;
  }
  .laptop\:p-r--92\% {
    padding-right: -92%;
  }
  .laptop\:right-92\% {
    right: 92%;
  }
  .laptop\:right--92\% {
    right: -92%;
  }
  .laptop\:h-92\% {
    height: 92%;
  }
  .laptop\:w-92\% {
    width: 92%;
  }
  .laptop\:max_h-92\% {
    max-height: 92%;
  }
  .laptop\:max_w-92\% {
    max-width: 92%;
  }
  .laptop\:min_h-92\% {
    min-height: 92%;
  }
  .laptop\:min_w-92\% {
    min-width: 92%;
  }
  .laptop\:h-92vh {
    height: 92vh;
  }
  .laptop\:w-92vw {
    width: 92vw;
  }
  .laptop\:min_w-92vw {
    min-width: 92vw;
  }
  .laptop\:min_h-92vh {
    min-height: 92vh;
  }
  .laptop\:max_w-92vw {
    max-width: 92vw;
  }
  .laptop\:max_h-92vh {
    max-height: 92vh;
  }
  .laptop\:m-t-93\% {
    margin-top: 93%;
  }
  .laptop\:m-t--93\% {
    margin-top: -93%;
  }
  .laptop\:p-t-93\% {
    padding-top: 93%;
  }
  .laptop\:p-t--93\% {
    padding-top: -93%;
  }
  .laptop\:top-93\% {
    top: 93%;
  }
  .laptop\:top--93\% {
    top: -93%;
  }
  .laptop\:m-b-93\% {
    margin-bottom: 93%;
  }
  .laptop\:m-b--93\% {
    margin-bottom: -93%;
  }
  .laptop\:p-b-93\% {
    padding-bottom: 93%;
  }
  .laptop\:p-b--93\% {
    padding-bottom: -93%;
  }
  .laptop\:bottom-93\% {
    bottom: 93%;
  }
  .laptop\:bottom--93\% {
    bottom: -93%;
  }
  .laptop\:m-l-93\% {
    margin-left: 93%;
  }
  .laptop\:m-l--93\% {
    margin-left: -93%;
  }
  .laptop\:p-l-93\% {
    padding-left: 93%;
  }
  .laptop\:p-l--93\% {
    padding-left: -93%;
  }
  .laptop\:left-93\% {
    left: 93%;
  }
  .laptop\:left--93\% {
    left: -93%;
  }
  .laptop\:m-r-93\% {
    margin-right: 93%;
  }
  .laptop\:m-r--93\% {
    margin-right: -93%;
  }
  .laptop\:p-r-93\% {
    padding-right: 93%;
  }
  .laptop\:p-r--93\% {
    padding-right: -93%;
  }
  .laptop\:right-93\% {
    right: 93%;
  }
  .laptop\:right--93\% {
    right: -93%;
  }
  .laptop\:h-93\% {
    height: 93%;
  }
  .laptop\:w-93\% {
    width: 93%;
  }
  .laptop\:max_h-93\% {
    max-height: 93%;
  }
  .laptop\:max_w-93\% {
    max-width: 93%;
  }
  .laptop\:min_h-93\% {
    min-height: 93%;
  }
  .laptop\:min_w-93\% {
    min-width: 93%;
  }
  .laptop\:h-93vh {
    height: 93vh;
  }
  .laptop\:w-93vw {
    width: 93vw;
  }
  .laptop\:min_w-93vw {
    min-width: 93vw;
  }
  .laptop\:min_h-93vh {
    min-height: 93vh;
  }
  .laptop\:max_w-93vw {
    max-width: 93vw;
  }
  .laptop\:max_h-93vh {
    max-height: 93vh;
  }
  .laptop\:m-t-94\% {
    margin-top: 94%;
  }
  .laptop\:m-t--94\% {
    margin-top: -94%;
  }
  .laptop\:p-t-94\% {
    padding-top: 94%;
  }
  .laptop\:p-t--94\% {
    padding-top: -94%;
  }
  .laptop\:top-94\% {
    top: 94%;
  }
  .laptop\:top--94\% {
    top: -94%;
  }
  .laptop\:m-b-94\% {
    margin-bottom: 94%;
  }
  .laptop\:m-b--94\% {
    margin-bottom: -94%;
  }
  .laptop\:p-b-94\% {
    padding-bottom: 94%;
  }
  .laptop\:p-b--94\% {
    padding-bottom: -94%;
  }
  .laptop\:bottom-94\% {
    bottom: 94%;
  }
  .laptop\:bottom--94\% {
    bottom: -94%;
  }
  .laptop\:m-l-94\% {
    margin-left: 94%;
  }
  .laptop\:m-l--94\% {
    margin-left: -94%;
  }
  .laptop\:p-l-94\% {
    padding-left: 94%;
  }
  .laptop\:p-l--94\% {
    padding-left: -94%;
  }
  .laptop\:left-94\% {
    left: 94%;
  }
  .laptop\:left--94\% {
    left: -94%;
  }
  .laptop\:m-r-94\% {
    margin-right: 94%;
  }
  .laptop\:m-r--94\% {
    margin-right: -94%;
  }
  .laptop\:p-r-94\% {
    padding-right: 94%;
  }
  .laptop\:p-r--94\% {
    padding-right: -94%;
  }
  .laptop\:right-94\% {
    right: 94%;
  }
  .laptop\:right--94\% {
    right: -94%;
  }
  .laptop\:h-94\% {
    height: 94%;
  }
  .laptop\:w-94\% {
    width: 94%;
  }
  .laptop\:max_h-94\% {
    max-height: 94%;
  }
  .laptop\:max_w-94\% {
    max-width: 94%;
  }
  .laptop\:min_h-94\% {
    min-height: 94%;
  }
  .laptop\:min_w-94\% {
    min-width: 94%;
  }
  .laptop\:h-94vh {
    height: 94vh;
  }
  .laptop\:w-94vw {
    width: 94vw;
  }
  .laptop\:min_w-94vw {
    min-width: 94vw;
  }
  .laptop\:min_h-94vh {
    min-height: 94vh;
  }
  .laptop\:max_w-94vw {
    max-width: 94vw;
  }
  .laptop\:max_h-94vh {
    max-height: 94vh;
  }
  .laptop\:m-t-95\% {
    margin-top: 95%;
  }
  .laptop\:m-t--95\% {
    margin-top: -95%;
  }
  .laptop\:p-t-95\% {
    padding-top: 95%;
  }
  .laptop\:p-t--95\% {
    padding-top: -95%;
  }
  .laptop\:top-95\% {
    top: 95%;
  }
  .laptop\:top--95\% {
    top: -95%;
  }
  .laptop\:m-b-95\% {
    margin-bottom: 95%;
  }
  .laptop\:m-b--95\% {
    margin-bottom: -95%;
  }
  .laptop\:p-b-95\% {
    padding-bottom: 95%;
  }
  .laptop\:p-b--95\% {
    padding-bottom: -95%;
  }
  .laptop\:bottom-95\% {
    bottom: 95%;
  }
  .laptop\:bottom--95\% {
    bottom: -95%;
  }
  .laptop\:m-l-95\% {
    margin-left: 95%;
  }
  .laptop\:m-l--95\% {
    margin-left: -95%;
  }
  .laptop\:p-l-95\% {
    padding-left: 95%;
  }
  .laptop\:p-l--95\% {
    padding-left: -95%;
  }
  .laptop\:left-95\% {
    left: 95%;
  }
  .laptop\:left--95\% {
    left: -95%;
  }
  .laptop\:m-r-95\% {
    margin-right: 95%;
  }
  .laptop\:m-r--95\% {
    margin-right: -95%;
  }
  .laptop\:p-r-95\% {
    padding-right: 95%;
  }
  .laptop\:p-r--95\% {
    padding-right: -95%;
  }
  .laptop\:right-95\% {
    right: 95%;
  }
  .laptop\:right--95\% {
    right: -95%;
  }
  .laptop\:h-95\% {
    height: 95%;
  }
  .laptop\:w-95\% {
    width: 95%;
  }
  .laptop\:max_h-95\% {
    max-height: 95%;
  }
  .laptop\:max_w-95\% {
    max-width: 95%;
  }
  .laptop\:min_h-95\% {
    min-height: 95%;
  }
  .laptop\:min_w-95\% {
    min-width: 95%;
  }
  .laptop\:h-95vh {
    height: 95vh;
  }
  .laptop\:w-95vw {
    width: 95vw;
  }
  .laptop\:min_w-95vw {
    min-width: 95vw;
  }
  .laptop\:min_h-95vh {
    min-height: 95vh;
  }
  .laptop\:max_w-95vw {
    max-width: 95vw;
  }
  .laptop\:max_h-95vh {
    max-height: 95vh;
  }
  .laptop\:m-t-96\% {
    margin-top: 96%;
  }
  .laptop\:m-t--96\% {
    margin-top: -96%;
  }
  .laptop\:p-t-96\% {
    padding-top: 96%;
  }
  .laptop\:p-t--96\% {
    padding-top: -96%;
  }
  .laptop\:top-96\% {
    top: 96%;
  }
  .laptop\:top--96\% {
    top: -96%;
  }
  .laptop\:m-b-96\% {
    margin-bottom: 96%;
  }
  .laptop\:m-b--96\% {
    margin-bottom: -96%;
  }
  .laptop\:p-b-96\% {
    padding-bottom: 96%;
  }
  .laptop\:p-b--96\% {
    padding-bottom: -96%;
  }
  .laptop\:bottom-96\% {
    bottom: 96%;
  }
  .laptop\:bottom--96\% {
    bottom: -96%;
  }
  .laptop\:m-l-96\% {
    margin-left: 96%;
  }
  .laptop\:m-l--96\% {
    margin-left: -96%;
  }
  .laptop\:p-l-96\% {
    padding-left: 96%;
  }
  .laptop\:p-l--96\% {
    padding-left: -96%;
  }
  .laptop\:left-96\% {
    left: 96%;
  }
  .laptop\:left--96\% {
    left: -96%;
  }
  .laptop\:m-r-96\% {
    margin-right: 96%;
  }
  .laptop\:m-r--96\% {
    margin-right: -96%;
  }
  .laptop\:p-r-96\% {
    padding-right: 96%;
  }
  .laptop\:p-r--96\% {
    padding-right: -96%;
  }
  .laptop\:right-96\% {
    right: 96%;
  }
  .laptop\:right--96\% {
    right: -96%;
  }
  .laptop\:h-96\% {
    height: 96%;
  }
  .laptop\:w-96\% {
    width: 96%;
  }
  .laptop\:max_h-96\% {
    max-height: 96%;
  }
  .laptop\:max_w-96\% {
    max-width: 96%;
  }
  .laptop\:min_h-96\% {
    min-height: 96%;
  }
  .laptop\:min_w-96\% {
    min-width: 96%;
  }
  .laptop\:h-96vh {
    height: 96vh;
  }
  .laptop\:w-96vw {
    width: 96vw;
  }
  .laptop\:min_w-96vw {
    min-width: 96vw;
  }
  .laptop\:min_h-96vh {
    min-height: 96vh;
  }
  .laptop\:max_w-96vw {
    max-width: 96vw;
  }
  .laptop\:max_h-96vh {
    max-height: 96vh;
  }
  .laptop\:m-t-97\% {
    margin-top: 97%;
  }
  .laptop\:m-t--97\% {
    margin-top: -97%;
  }
  .laptop\:p-t-97\% {
    padding-top: 97%;
  }
  .laptop\:p-t--97\% {
    padding-top: -97%;
  }
  .laptop\:top-97\% {
    top: 97%;
  }
  .laptop\:top--97\% {
    top: -97%;
  }
  .laptop\:m-b-97\% {
    margin-bottom: 97%;
  }
  .laptop\:m-b--97\% {
    margin-bottom: -97%;
  }
  .laptop\:p-b-97\% {
    padding-bottom: 97%;
  }
  .laptop\:p-b--97\% {
    padding-bottom: -97%;
  }
  .laptop\:bottom-97\% {
    bottom: 97%;
  }
  .laptop\:bottom--97\% {
    bottom: -97%;
  }
  .laptop\:m-l-97\% {
    margin-left: 97%;
  }
  .laptop\:m-l--97\% {
    margin-left: -97%;
  }
  .laptop\:p-l-97\% {
    padding-left: 97%;
  }
  .laptop\:p-l--97\% {
    padding-left: -97%;
  }
  .laptop\:left-97\% {
    left: 97%;
  }
  .laptop\:left--97\% {
    left: -97%;
  }
  .laptop\:m-r-97\% {
    margin-right: 97%;
  }
  .laptop\:m-r--97\% {
    margin-right: -97%;
  }
  .laptop\:p-r-97\% {
    padding-right: 97%;
  }
  .laptop\:p-r--97\% {
    padding-right: -97%;
  }
  .laptop\:right-97\% {
    right: 97%;
  }
  .laptop\:right--97\% {
    right: -97%;
  }
  .laptop\:h-97\% {
    height: 97%;
  }
  .laptop\:w-97\% {
    width: 97%;
  }
  .laptop\:max_h-97\% {
    max-height: 97%;
  }
  .laptop\:max_w-97\% {
    max-width: 97%;
  }
  .laptop\:min_h-97\% {
    min-height: 97%;
  }
  .laptop\:min_w-97\% {
    min-width: 97%;
  }
  .laptop\:h-97vh {
    height: 97vh;
  }
  .laptop\:w-97vw {
    width: 97vw;
  }
  .laptop\:min_w-97vw {
    min-width: 97vw;
  }
  .laptop\:min_h-97vh {
    min-height: 97vh;
  }
  .laptop\:max_w-97vw {
    max-width: 97vw;
  }
  .laptop\:max_h-97vh {
    max-height: 97vh;
  }
  .laptop\:m-t-98\% {
    margin-top: 98%;
  }
  .laptop\:m-t--98\% {
    margin-top: -98%;
  }
  .laptop\:p-t-98\% {
    padding-top: 98%;
  }
  .laptop\:p-t--98\% {
    padding-top: -98%;
  }
  .laptop\:top-98\% {
    top: 98%;
  }
  .laptop\:top--98\% {
    top: -98%;
  }
  .laptop\:m-b-98\% {
    margin-bottom: 98%;
  }
  .laptop\:m-b--98\% {
    margin-bottom: -98%;
  }
  .laptop\:p-b-98\% {
    padding-bottom: 98%;
  }
  .laptop\:p-b--98\% {
    padding-bottom: -98%;
  }
  .laptop\:bottom-98\% {
    bottom: 98%;
  }
  .laptop\:bottom--98\% {
    bottom: -98%;
  }
  .laptop\:m-l-98\% {
    margin-left: 98%;
  }
  .laptop\:m-l--98\% {
    margin-left: -98%;
  }
  .laptop\:p-l-98\% {
    padding-left: 98%;
  }
  .laptop\:p-l--98\% {
    padding-left: -98%;
  }
  .laptop\:left-98\% {
    left: 98%;
  }
  .laptop\:left--98\% {
    left: -98%;
  }
  .laptop\:m-r-98\% {
    margin-right: 98%;
  }
  .laptop\:m-r--98\% {
    margin-right: -98%;
  }
  .laptop\:p-r-98\% {
    padding-right: 98%;
  }
  .laptop\:p-r--98\% {
    padding-right: -98%;
  }
  .laptop\:right-98\% {
    right: 98%;
  }
  .laptop\:right--98\% {
    right: -98%;
  }
  .laptop\:h-98\% {
    height: 98%;
  }
  .laptop\:w-98\% {
    width: 98%;
  }
  .laptop\:max_h-98\% {
    max-height: 98%;
  }
  .laptop\:max_w-98\% {
    max-width: 98%;
  }
  .laptop\:min_h-98\% {
    min-height: 98%;
  }
  .laptop\:min_w-98\% {
    min-width: 98%;
  }
  .laptop\:h-98vh {
    height: 98vh;
  }
  .laptop\:w-98vw {
    width: 98vw;
  }
  .laptop\:min_w-98vw {
    min-width: 98vw;
  }
  .laptop\:min_h-98vh {
    min-height: 98vh;
  }
  .laptop\:max_w-98vw {
    max-width: 98vw;
  }
  .laptop\:max_h-98vh {
    max-height: 98vh;
  }
  .laptop\:m-t-99\% {
    margin-top: 99%;
  }
  .laptop\:m-t--99\% {
    margin-top: -99%;
  }
  .laptop\:p-t-99\% {
    padding-top: 99%;
  }
  .laptop\:p-t--99\% {
    padding-top: -99%;
  }
  .laptop\:top-99\% {
    top: 99%;
  }
  .laptop\:top--99\% {
    top: -99%;
  }
  .laptop\:m-b-99\% {
    margin-bottom: 99%;
  }
  .laptop\:m-b--99\% {
    margin-bottom: -99%;
  }
  .laptop\:p-b-99\% {
    padding-bottom: 99%;
  }
  .laptop\:p-b--99\% {
    padding-bottom: -99%;
  }
  .laptop\:bottom-99\% {
    bottom: 99%;
  }
  .laptop\:bottom--99\% {
    bottom: -99%;
  }
  .laptop\:m-l-99\% {
    margin-left: 99%;
  }
  .laptop\:m-l--99\% {
    margin-left: -99%;
  }
  .laptop\:p-l-99\% {
    padding-left: 99%;
  }
  .laptop\:p-l--99\% {
    padding-left: -99%;
  }
  .laptop\:left-99\% {
    left: 99%;
  }
  .laptop\:left--99\% {
    left: -99%;
  }
  .laptop\:m-r-99\% {
    margin-right: 99%;
  }
  .laptop\:m-r--99\% {
    margin-right: -99%;
  }
  .laptop\:p-r-99\% {
    padding-right: 99%;
  }
  .laptop\:p-r--99\% {
    padding-right: -99%;
  }
  .laptop\:right-99\% {
    right: 99%;
  }
  .laptop\:right--99\% {
    right: -99%;
  }
  .laptop\:h-99\% {
    height: 99%;
  }
  .laptop\:w-99\% {
    width: 99%;
  }
  .laptop\:max_h-99\% {
    max-height: 99%;
  }
  .laptop\:max_w-99\% {
    max-width: 99%;
  }
  .laptop\:min_h-99\% {
    min-height: 99%;
  }
  .laptop\:min_w-99\% {
    min-width: 99%;
  }
  .laptop\:h-99vh {
    height: 99vh;
  }
  .laptop\:w-99vw {
    width: 99vw;
  }
  .laptop\:min_w-99vw {
    min-width: 99vw;
  }
  .laptop\:min_h-99vh {
    min-height: 99vh;
  }
  .laptop\:max_w-99vw {
    max-width: 99vw;
  }
  .laptop\:max_h-99vh {
    max-height: 99vh;
  }
  .laptop\:m-t-100\% {
    margin-top: 100%;
  }
  .laptop\:m-t--100\% {
    margin-top: -100%;
  }
  .laptop\:p-t-100\% {
    padding-top: 100%;
  }
  .laptop\:p-t--100\% {
    padding-top: -100%;
  }
  .laptop\:top-100\% {
    top: 100%;
  }
  .laptop\:top--100\% {
    top: -100%;
  }
  .laptop\:m-b-100\% {
    margin-bottom: 100%;
  }
  .laptop\:m-b--100\% {
    margin-bottom: -100%;
  }
  .laptop\:p-b-100\% {
    padding-bottom: 100%;
  }
  .laptop\:p-b--100\% {
    padding-bottom: -100%;
  }
  .laptop\:bottom-100\% {
    bottom: 100%;
  }
  .laptop\:bottom--100\% {
    bottom: -100%;
  }
  .laptop\:m-l-100\% {
    margin-left: 100%;
  }
  .laptop\:m-l--100\% {
    margin-left: -100%;
  }
  .laptop\:p-l-100\% {
    padding-left: 100%;
  }
  .laptop\:p-l--100\% {
    padding-left: -100%;
  }
  .laptop\:left-100\% {
    left: 100%;
  }
  .laptop\:left--100\% {
    left: -100%;
  }
  .laptop\:m-r-100\% {
    margin-right: 100%;
  }
  .laptop\:m-r--100\% {
    margin-right: -100%;
  }
  .laptop\:p-r-100\% {
    padding-right: 100%;
  }
  .laptop\:p-r--100\% {
    padding-right: -100%;
  }
  .laptop\:right-100\% {
    right: 100%;
  }
  .laptop\:right--100\% {
    right: -100%;
  }
  .laptop\:h-100\% {
    height: 100%;
  }
  .laptop\:w-100\% {
    width: 100%;
  }
  .laptop\:max_h-100\% {
    max-height: 100%;
  }
  .laptop\:max_w-100\% {
    max-width: 100%;
  }
  .laptop\:min_h-100\% {
    min-height: 100%;
  }
  .laptop\:min_w-100\% {
    min-width: 100%;
  }
  .laptop\:h-100vh {
    height: 100vh;
  }
  .laptop\:w-100vw {
    width: 100vw;
  }
  .laptop\:min_w-100vw {
    min-width: 100vw;
  }
  .laptop\:min_h-100vh {
    min-height: 100vh;
  }
  .laptop\:max_w-100vw {
    max-width: 100vw;
  }
  .laptop\:max_h-100vh {
    max-height: 100vh;
  }
  .laptop\:m-t-101\% {
    margin-top: 101%;
  }
  .laptop\:m-t--101\% {
    margin-top: -101%;
  }
  .laptop\:p-t-101\% {
    padding-top: 101%;
  }
  .laptop\:p-t--101\% {
    padding-top: -101%;
  }
  .laptop\:top-101\% {
    top: 101%;
  }
  .laptop\:top--101\% {
    top: -101%;
  }
  .laptop\:m-b-101\% {
    margin-bottom: 101%;
  }
  .laptop\:m-b--101\% {
    margin-bottom: -101%;
  }
  .laptop\:p-b-101\% {
    padding-bottom: 101%;
  }
  .laptop\:p-b--101\% {
    padding-bottom: -101%;
  }
  .laptop\:bottom-101\% {
    bottom: 101%;
  }
  .laptop\:bottom--101\% {
    bottom: -101%;
  }
  .laptop\:m-l-101\% {
    margin-left: 101%;
  }
  .laptop\:m-l--101\% {
    margin-left: -101%;
  }
  .laptop\:p-l-101\% {
    padding-left: 101%;
  }
  .laptop\:p-l--101\% {
    padding-left: -101%;
  }
  .laptop\:left-101\% {
    left: 101%;
  }
  .laptop\:left--101\% {
    left: -101%;
  }
  .laptop\:m-r-101\% {
    margin-right: 101%;
  }
  .laptop\:m-r--101\% {
    margin-right: -101%;
  }
  .laptop\:p-r-101\% {
    padding-right: 101%;
  }
  .laptop\:p-r--101\% {
    padding-right: -101%;
  }
  .laptop\:right-101\% {
    right: 101%;
  }
  .laptop\:right--101\% {
    right: -101%;
  }
  .laptop\:h-101\% {
    height: 101%;
  }
  .laptop\:w-101\% {
    width: 101%;
  }
  .laptop\:max_h-101\% {
    max-height: 101%;
  }
  .laptop\:max_w-101\% {
    max-width: 101%;
  }
  .laptop\:min_h-101\% {
    min-height: 101%;
  }
  .laptop\:min_w-101\% {
    min-width: 101%;
  }
  .laptop\:h-101vh {
    height: 101vh;
  }
  .laptop\:w-101vw {
    width: 101vw;
  }
  .laptop\:min_w-101vw {
    min-width: 101vw;
  }
  .laptop\:min_h-101vh {
    min-height: 101vh;
  }
  .laptop\:max_w-101vw {
    max-width: 101vw;
  }
  .laptop\:max_h-101vh {
    max-height: 101vh;
  }
  .laptop\:m-t-102\% {
    margin-top: 102%;
  }
  .laptop\:m-t--102\% {
    margin-top: -102%;
  }
  .laptop\:p-t-102\% {
    padding-top: 102%;
  }
  .laptop\:p-t--102\% {
    padding-top: -102%;
  }
  .laptop\:top-102\% {
    top: 102%;
  }
  .laptop\:top--102\% {
    top: -102%;
  }
  .laptop\:m-b-102\% {
    margin-bottom: 102%;
  }
  .laptop\:m-b--102\% {
    margin-bottom: -102%;
  }
  .laptop\:p-b-102\% {
    padding-bottom: 102%;
  }
  .laptop\:p-b--102\% {
    padding-bottom: -102%;
  }
  .laptop\:bottom-102\% {
    bottom: 102%;
  }
  .laptop\:bottom--102\% {
    bottom: -102%;
  }
  .laptop\:m-l-102\% {
    margin-left: 102%;
  }
  .laptop\:m-l--102\% {
    margin-left: -102%;
  }
  .laptop\:p-l-102\% {
    padding-left: 102%;
  }
  .laptop\:p-l--102\% {
    padding-left: -102%;
  }
  .laptop\:left-102\% {
    left: 102%;
  }
  .laptop\:left--102\% {
    left: -102%;
  }
  .laptop\:m-r-102\% {
    margin-right: 102%;
  }
  .laptop\:m-r--102\% {
    margin-right: -102%;
  }
  .laptop\:p-r-102\% {
    padding-right: 102%;
  }
  .laptop\:p-r--102\% {
    padding-right: -102%;
  }
  .laptop\:right-102\% {
    right: 102%;
  }
  .laptop\:right--102\% {
    right: -102%;
  }
  .laptop\:h-102\% {
    height: 102%;
  }
  .laptop\:w-102\% {
    width: 102%;
  }
  .laptop\:max_h-102\% {
    max-height: 102%;
  }
  .laptop\:max_w-102\% {
    max-width: 102%;
  }
  .laptop\:min_h-102\% {
    min-height: 102%;
  }
  .laptop\:min_w-102\% {
    min-width: 102%;
  }
  .laptop\:h-102vh {
    height: 102vh;
  }
  .laptop\:w-102vw {
    width: 102vw;
  }
  .laptop\:min_w-102vw {
    min-width: 102vw;
  }
  .laptop\:min_h-102vh {
    min-height: 102vh;
  }
  .laptop\:max_w-102vw {
    max-width: 102vw;
  }
  .laptop\:max_h-102vh {
    max-height: 102vh;
  }
  .laptop\:m-t-103\% {
    margin-top: 103%;
  }
  .laptop\:m-t--103\% {
    margin-top: -103%;
  }
  .laptop\:p-t-103\% {
    padding-top: 103%;
  }
  .laptop\:p-t--103\% {
    padding-top: -103%;
  }
  .laptop\:top-103\% {
    top: 103%;
  }
  .laptop\:top--103\% {
    top: -103%;
  }
  .laptop\:m-b-103\% {
    margin-bottom: 103%;
  }
  .laptop\:m-b--103\% {
    margin-bottom: -103%;
  }
  .laptop\:p-b-103\% {
    padding-bottom: 103%;
  }
  .laptop\:p-b--103\% {
    padding-bottom: -103%;
  }
  .laptop\:bottom-103\% {
    bottom: 103%;
  }
  .laptop\:bottom--103\% {
    bottom: -103%;
  }
  .laptop\:m-l-103\% {
    margin-left: 103%;
  }
  .laptop\:m-l--103\% {
    margin-left: -103%;
  }
  .laptop\:p-l-103\% {
    padding-left: 103%;
  }
  .laptop\:p-l--103\% {
    padding-left: -103%;
  }
  .laptop\:left-103\% {
    left: 103%;
  }
  .laptop\:left--103\% {
    left: -103%;
  }
  .laptop\:m-r-103\% {
    margin-right: 103%;
  }
  .laptop\:m-r--103\% {
    margin-right: -103%;
  }
  .laptop\:p-r-103\% {
    padding-right: 103%;
  }
  .laptop\:p-r--103\% {
    padding-right: -103%;
  }
  .laptop\:right-103\% {
    right: 103%;
  }
  .laptop\:right--103\% {
    right: -103%;
  }
  .laptop\:h-103\% {
    height: 103%;
  }
  .laptop\:w-103\% {
    width: 103%;
  }
  .laptop\:max_h-103\% {
    max-height: 103%;
  }
  .laptop\:max_w-103\% {
    max-width: 103%;
  }
  .laptop\:min_h-103\% {
    min-height: 103%;
  }
  .laptop\:min_w-103\% {
    min-width: 103%;
  }
  .laptop\:h-103vh {
    height: 103vh;
  }
  .laptop\:w-103vw {
    width: 103vw;
  }
  .laptop\:min_w-103vw {
    min-width: 103vw;
  }
  .laptop\:min_h-103vh {
    min-height: 103vh;
  }
  .laptop\:max_w-103vw {
    max-width: 103vw;
  }
  .laptop\:max_h-103vh {
    max-height: 103vh;
  }
  .laptop\:m-t-104\% {
    margin-top: 104%;
  }
  .laptop\:m-t--104\% {
    margin-top: -104%;
  }
  .laptop\:p-t-104\% {
    padding-top: 104%;
  }
  .laptop\:p-t--104\% {
    padding-top: -104%;
  }
  .laptop\:top-104\% {
    top: 104%;
  }
  .laptop\:top--104\% {
    top: -104%;
  }
  .laptop\:m-b-104\% {
    margin-bottom: 104%;
  }
  .laptop\:m-b--104\% {
    margin-bottom: -104%;
  }
  .laptop\:p-b-104\% {
    padding-bottom: 104%;
  }
  .laptop\:p-b--104\% {
    padding-bottom: -104%;
  }
  .laptop\:bottom-104\% {
    bottom: 104%;
  }
  .laptop\:bottom--104\% {
    bottom: -104%;
  }
  .laptop\:m-l-104\% {
    margin-left: 104%;
  }
  .laptop\:m-l--104\% {
    margin-left: -104%;
  }
  .laptop\:p-l-104\% {
    padding-left: 104%;
  }
  .laptop\:p-l--104\% {
    padding-left: -104%;
  }
  .laptop\:left-104\% {
    left: 104%;
  }
  .laptop\:left--104\% {
    left: -104%;
  }
  .laptop\:m-r-104\% {
    margin-right: 104%;
  }
  .laptop\:m-r--104\% {
    margin-right: -104%;
  }
  .laptop\:p-r-104\% {
    padding-right: 104%;
  }
  .laptop\:p-r--104\% {
    padding-right: -104%;
  }
  .laptop\:right-104\% {
    right: 104%;
  }
  .laptop\:right--104\% {
    right: -104%;
  }
  .laptop\:h-104\% {
    height: 104%;
  }
  .laptop\:w-104\% {
    width: 104%;
  }
  .laptop\:max_h-104\% {
    max-height: 104%;
  }
  .laptop\:max_w-104\% {
    max-width: 104%;
  }
  .laptop\:min_h-104\% {
    min-height: 104%;
  }
  .laptop\:min_w-104\% {
    min-width: 104%;
  }
  .laptop\:h-104vh {
    height: 104vh;
  }
  .laptop\:w-104vw {
    width: 104vw;
  }
  .laptop\:min_w-104vw {
    min-width: 104vw;
  }
  .laptop\:min_h-104vh {
    min-height: 104vh;
  }
  .laptop\:max_w-104vw {
    max-width: 104vw;
  }
  .laptop\:max_h-104vh {
    max-height: 104vh;
  }
  .laptop\:m-t-105\% {
    margin-top: 105%;
  }
  .laptop\:m-t--105\% {
    margin-top: -105%;
  }
  .laptop\:p-t-105\% {
    padding-top: 105%;
  }
  .laptop\:p-t--105\% {
    padding-top: -105%;
  }
  .laptop\:top-105\% {
    top: 105%;
  }
  .laptop\:top--105\% {
    top: -105%;
  }
  .laptop\:m-b-105\% {
    margin-bottom: 105%;
  }
  .laptop\:m-b--105\% {
    margin-bottom: -105%;
  }
  .laptop\:p-b-105\% {
    padding-bottom: 105%;
  }
  .laptop\:p-b--105\% {
    padding-bottom: -105%;
  }
  .laptop\:bottom-105\% {
    bottom: 105%;
  }
  .laptop\:bottom--105\% {
    bottom: -105%;
  }
  .laptop\:m-l-105\% {
    margin-left: 105%;
  }
  .laptop\:m-l--105\% {
    margin-left: -105%;
  }
  .laptop\:p-l-105\% {
    padding-left: 105%;
  }
  .laptop\:p-l--105\% {
    padding-left: -105%;
  }
  .laptop\:left-105\% {
    left: 105%;
  }
  .laptop\:left--105\% {
    left: -105%;
  }
  .laptop\:m-r-105\% {
    margin-right: 105%;
  }
  .laptop\:m-r--105\% {
    margin-right: -105%;
  }
  .laptop\:p-r-105\% {
    padding-right: 105%;
  }
  .laptop\:p-r--105\% {
    padding-right: -105%;
  }
  .laptop\:right-105\% {
    right: 105%;
  }
  .laptop\:right--105\% {
    right: -105%;
  }
  .laptop\:h-105\% {
    height: 105%;
  }
  .laptop\:w-105\% {
    width: 105%;
  }
  .laptop\:max_h-105\% {
    max-height: 105%;
  }
  .laptop\:max_w-105\% {
    max-width: 105%;
  }
  .laptop\:min_h-105\% {
    min-height: 105%;
  }
  .laptop\:min_w-105\% {
    min-width: 105%;
  }
  .laptop\:h-105vh {
    height: 105vh;
  }
  .laptop\:w-105vw {
    width: 105vw;
  }
  .laptop\:min_w-105vw {
    min-width: 105vw;
  }
  .laptop\:min_h-105vh {
    min-height: 105vh;
  }
  .laptop\:max_w-105vw {
    max-width: 105vw;
  }
  .laptop\:max_h-105vh {
    max-height: 105vh;
  }
  .laptop\:m-t-106\% {
    margin-top: 106%;
  }
  .laptop\:m-t--106\% {
    margin-top: -106%;
  }
  .laptop\:p-t-106\% {
    padding-top: 106%;
  }
  .laptop\:p-t--106\% {
    padding-top: -106%;
  }
  .laptop\:top-106\% {
    top: 106%;
  }
  .laptop\:top--106\% {
    top: -106%;
  }
  .laptop\:m-b-106\% {
    margin-bottom: 106%;
  }
  .laptop\:m-b--106\% {
    margin-bottom: -106%;
  }
  .laptop\:p-b-106\% {
    padding-bottom: 106%;
  }
  .laptop\:p-b--106\% {
    padding-bottom: -106%;
  }
  .laptop\:bottom-106\% {
    bottom: 106%;
  }
  .laptop\:bottom--106\% {
    bottom: -106%;
  }
  .laptop\:m-l-106\% {
    margin-left: 106%;
  }
  .laptop\:m-l--106\% {
    margin-left: -106%;
  }
  .laptop\:p-l-106\% {
    padding-left: 106%;
  }
  .laptop\:p-l--106\% {
    padding-left: -106%;
  }
  .laptop\:left-106\% {
    left: 106%;
  }
  .laptop\:left--106\% {
    left: -106%;
  }
  .laptop\:m-r-106\% {
    margin-right: 106%;
  }
  .laptop\:m-r--106\% {
    margin-right: -106%;
  }
  .laptop\:p-r-106\% {
    padding-right: 106%;
  }
  .laptop\:p-r--106\% {
    padding-right: -106%;
  }
  .laptop\:right-106\% {
    right: 106%;
  }
  .laptop\:right--106\% {
    right: -106%;
  }
  .laptop\:h-106\% {
    height: 106%;
  }
  .laptop\:w-106\% {
    width: 106%;
  }
  .laptop\:max_h-106\% {
    max-height: 106%;
  }
  .laptop\:max_w-106\% {
    max-width: 106%;
  }
  .laptop\:min_h-106\% {
    min-height: 106%;
  }
  .laptop\:min_w-106\% {
    min-width: 106%;
  }
  .laptop\:h-106vh {
    height: 106vh;
  }
  .laptop\:w-106vw {
    width: 106vw;
  }
  .laptop\:min_w-106vw {
    min-width: 106vw;
  }
  .laptop\:min_h-106vh {
    min-height: 106vh;
  }
  .laptop\:max_w-106vw {
    max-width: 106vw;
  }
  .laptop\:max_h-106vh {
    max-height: 106vh;
  }
  .laptop\:m-t-107\% {
    margin-top: 107%;
  }
  .laptop\:m-t--107\% {
    margin-top: -107%;
  }
  .laptop\:p-t-107\% {
    padding-top: 107%;
  }
  .laptop\:p-t--107\% {
    padding-top: -107%;
  }
  .laptop\:top-107\% {
    top: 107%;
  }
  .laptop\:top--107\% {
    top: -107%;
  }
  .laptop\:m-b-107\% {
    margin-bottom: 107%;
  }
  .laptop\:m-b--107\% {
    margin-bottom: -107%;
  }
  .laptop\:p-b-107\% {
    padding-bottom: 107%;
  }
  .laptop\:p-b--107\% {
    padding-bottom: -107%;
  }
  .laptop\:bottom-107\% {
    bottom: 107%;
  }
  .laptop\:bottom--107\% {
    bottom: -107%;
  }
  .laptop\:m-l-107\% {
    margin-left: 107%;
  }
  .laptop\:m-l--107\% {
    margin-left: -107%;
  }
  .laptop\:p-l-107\% {
    padding-left: 107%;
  }
  .laptop\:p-l--107\% {
    padding-left: -107%;
  }
  .laptop\:left-107\% {
    left: 107%;
  }
  .laptop\:left--107\% {
    left: -107%;
  }
  .laptop\:m-r-107\% {
    margin-right: 107%;
  }
  .laptop\:m-r--107\% {
    margin-right: -107%;
  }
  .laptop\:p-r-107\% {
    padding-right: 107%;
  }
  .laptop\:p-r--107\% {
    padding-right: -107%;
  }
  .laptop\:right-107\% {
    right: 107%;
  }
  .laptop\:right--107\% {
    right: -107%;
  }
  .laptop\:h-107\% {
    height: 107%;
  }
  .laptop\:w-107\% {
    width: 107%;
  }
  .laptop\:max_h-107\% {
    max-height: 107%;
  }
  .laptop\:max_w-107\% {
    max-width: 107%;
  }
  .laptop\:min_h-107\% {
    min-height: 107%;
  }
  .laptop\:min_w-107\% {
    min-width: 107%;
  }
  .laptop\:h-107vh {
    height: 107vh;
  }
  .laptop\:w-107vw {
    width: 107vw;
  }
  .laptop\:min_w-107vw {
    min-width: 107vw;
  }
  .laptop\:min_h-107vh {
    min-height: 107vh;
  }
  .laptop\:max_w-107vw {
    max-width: 107vw;
  }
  .laptop\:max_h-107vh {
    max-height: 107vh;
  }
  .laptop\:m-t-108\% {
    margin-top: 108%;
  }
  .laptop\:m-t--108\% {
    margin-top: -108%;
  }
  .laptop\:p-t-108\% {
    padding-top: 108%;
  }
  .laptop\:p-t--108\% {
    padding-top: -108%;
  }
  .laptop\:top-108\% {
    top: 108%;
  }
  .laptop\:top--108\% {
    top: -108%;
  }
  .laptop\:m-b-108\% {
    margin-bottom: 108%;
  }
  .laptop\:m-b--108\% {
    margin-bottom: -108%;
  }
  .laptop\:p-b-108\% {
    padding-bottom: 108%;
  }
  .laptop\:p-b--108\% {
    padding-bottom: -108%;
  }
  .laptop\:bottom-108\% {
    bottom: 108%;
  }
  .laptop\:bottom--108\% {
    bottom: -108%;
  }
  .laptop\:m-l-108\% {
    margin-left: 108%;
  }
  .laptop\:m-l--108\% {
    margin-left: -108%;
  }
  .laptop\:p-l-108\% {
    padding-left: 108%;
  }
  .laptop\:p-l--108\% {
    padding-left: -108%;
  }
  .laptop\:left-108\% {
    left: 108%;
  }
  .laptop\:left--108\% {
    left: -108%;
  }
  .laptop\:m-r-108\% {
    margin-right: 108%;
  }
  .laptop\:m-r--108\% {
    margin-right: -108%;
  }
  .laptop\:p-r-108\% {
    padding-right: 108%;
  }
  .laptop\:p-r--108\% {
    padding-right: -108%;
  }
  .laptop\:right-108\% {
    right: 108%;
  }
  .laptop\:right--108\% {
    right: -108%;
  }
  .laptop\:h-108\% {
    height: 108%;
  }
  .laptop\:w-108\% {
    width: 108%;
  }
  .laptop\:max_h-108\% {
    max-height: 108%;
  }
  .laptop\:max_w-108\% {
    max-width: 108%;
  }
  .laptop\:min_h-108\% {
    min-height: 108%;
  }
  .laptop\:min_w-108\% {
    min-width: 108%;
  }
  .laptop\:h-108vh {
    height: 108vh;
  }
  .laptop\:w-108vw {
    width: 108vw;
  }
  .laptop\:min_w-108vw {
    min-width: 108vw;
  }
  .laptop\:min_h-108vh {
    min-height: 108vh;
  }
  .laptop\:max_w-108vw {
    max-width: 108vw;
  }
  .laptop\:max_h-108vh {
    max-height: 108vh;
  }
  .laptop\:m-t-109\% {
    margin-top: 109%;
  }
  .laptop\:m-t--109\% {
    margin-top: -109%;
  }
  .laptop\:p-t-109\% {
    padding-top: 109%;
  }
  .laptop\:p-t--109\% {
    padding-top: -109%;
  }
  .laptop\:top-109\% {
    top: 109%;
  }
  .laptop\:top--109\% {
    top: -109%;
  }
  .laptop\:m-b-109\% {
    margin-bottom: 109%;
  }
  .laptop\:m-b--109\% {
    margin-bottom: -109%;
  }
  .laptop\:p-b-109\% {
    padding-bottom: 109%;
  }
  .laptop\:p-b--109\% {
    padding-bottom: -109%;
  }
  .laptop\:bottom-109\% {
    bottom: 109%;
  }
  .laptop\:bottom--109\% {
    bottom: -109%;
  }
  .laptop\:m-l-109\% {
    margin-left: 109%;
  }
  .laptop\:m-l--109\% {
    margin-left: -109%;
  }
  .laptop\:p-l-109\% {
    padding-left: 109%;
  }
  .laptop\:p-l--109\% {
    padding-left: -109%;
  }
  .laptop\:left-109\% {
    left: 109%;
  }
  .laptop\:left--109\% {
    left: -109%;
  }
  .laptop\:m-r-109\% {
    margin-right: 109%;
  }
  .laptop\:m-r--109\% {
    margin-right: -109%;
  }
  .laptop\:p-r-109\% {
    padding-right: 109%;
  }
  .laptop\:p-r--109\% {
    padding-right: -109%;
  }
  .laptop\:right-109\% {
    right: 109%;
  }
  .laptop\:right--109\% {
    right: -109%;
  }
  .laptop\:h-109\% {
    height: 109%;
  }
  .laptop\:w-109\% {
    width: 109%;
  }
  .laptop\:max_h-109\% {
    max-height: 109%;
  }
  .laptop\:max_w-109\% {
    max-width: 109%;
  }
  .laptop\:min_h-109\% {
    min-height: 109%;
  }
  .laptop\:min_w-109\% {
    min-width: 109%;
  }
  .laptop\:h-109vh {
    height: 109vh;
  }
  .laptop\:w-109vw {
    width: 109vw;
  }
  .laptop\:min_w-109vw {
    min-width: 109vw;
  }
  .laptop\:min_h-109vh {
    min-height: 109vh;
  }
  .laptop\:max_w-109vw {
    max-width: 109vw;
  }
  .laptop\:max_h-109vh {
    max-height: 109vh;
  }
  .laptop\:m-t-110\% {
    margin-top: 110%;
  }
  .laptop\:m-t--110\% {
    margin-top: -110%;
  }
  .laptop\:p-t-110\% {
    padding-top: 110%;
  }
  .laptop\:p-t--110\% {
    padding-top: -110%;
  }
  .laptop\:top-110\% {
    top: 110%;
  }
  .laptop\:top--110\% {
    top: -110%;
  }
  .laptop\:m-b-110\% {
    margin-bottom: 110%;
  }
  .laptop\:m-b--110\% {
    margin-bottom: -110%;
  }
  .laptop\:p-b-110\% {
    padding-bottom: 110%;
  }
  .laptop\:p-b--110\% {
    padding-bottom: -110%;
  }
  .laptop\:bottom-110\% {
    bottom: 110%;
  }
  .laptop\:bottom--110\% {
    bottom: -110%;
  }
  .laptop\:m-l-110\% {
    margin-left: 110%;
  }
  .laptop\:m-l--110\% {
    margin-left: -110%;
  }
  .laptop\:p-l-110\% {
    padding-left: 110%;
  }
  .laptop\:p-l--110\% {
    padding-left: -110%;
  }
  .laptop\:left-110\% {
    left: 110%;
  }
  .laptop\:left--110\% {
    left: -110%;
  }
  .laptop\:m-r-110\% {
    margin-right: 110%;
  }
  .laptop\:m-r--110\% {
    margin-right: -110%;
  }
  .laptop\:p-r-110\% {
    padding-right: 110%;
  }
  .laptop\:p-r--110\% {
    padding-right: -110%;
  }
  .laptop\:right-110\% {
    right: 110%;
  }
  .laptop\:right--110\% {
    right: -110%;
  }
  .laptop\:h-110\% {
    height: 110%;
  }
  .laptop\:w-110\% {
    width: 110%;
  }
  .laptop\:max_h-110\% {
    max-height: 110%;
  }
  .laptop\:max_w-110\% {
    max-width: 110%;
  }
  .laptop\:min_h-110\% {
    min-height: 110%;
  }
  .laptop\:min_w-110\% {
    min-width: 110%;
  }
  .laptop\:h-110vh {
    height: 110vh;
  }
  .laptop\:w-110vw {
    width: 110vw;
  }
  .laptop\:min_w-110vw {
    min-width: 110vw;
  }
  .laptop\:min_h-110vh {
    min-height: 110vh;
  }
  .laptop\:max_w-110vw {
    max-width: 110vw;
  }
  .laptop\:max_h-110vh {
    max-height: 110vh;
  }
  .laptop\:m-t-111\% {
    margin-top: 111%;
  }
  .laptop\:m-t--111\% {
    margin-top: -111%;
  }
  .laptop\:p-t-111\% {
    padding-top: 111%;
  }
  .laptop\:p-t--111\% {
    padding-top: -111%;
  }
  .laptop\:top-111\% {
    top: 111%;
  }
  .laptop\:top--111\% {
    top: -111%;
  }
  .laptop\:m-b-111\% {
    margin-bottom: 111%;
  }
  .laptop\:m-b--111\% {
    margin-bottom: -111%;
  }
  .laptop\:p-b-111\% {
    padding-bottom: 111%;
  }
  .laptop\:p-b--111\% {
    padding-bottom: -111%;
  }
  .laptop\:bottom-111\% {
    bottom: 111%;
  }
  .laptop\:bottom--111\% {
    bottom: -111%;
  }
  .laptop\:m-l-111\% {
    margin-left: 111%;
  }
  .laptop\:m-l--111\% {
    margin-left: -111%;
  }
  .laptop\:p-l-111\% {
    padding-left: 111%;
  }
  .laptop\:p-l--111\% {
    padding-left: -111%;
  }
  .laptop\:left-111\% {
    left: 111%;
  }
  .laptop\:left--111\% {
    left: -111%;
  }
  .laptop\:m-r-111\% {
    margin-right: 111%;
  }
  .laptop\:m-r--111\% {
    margin-right: -111%;
  }
  .laptop\:p-r-111\% {
    padding-right: 111%;
  }
  .laptop\:p-r--111\% {
    padding-right: -111%;
  }
  .laptop\:right-111\% {
    right: 111%;
  }
  .laptop\:right--111\% {
    right: -111%;
  }
  .laptop\:h-111\% {
    height: 111%;
  }
  .laptop\:w-111\% {
    width: 111%;
  }
  .laptop\:max_h-111\% {
    max-height: 111%;
  }
  .laptop\:max_w-111\% {
    max-width: 111%;
  }
  .laptop\:min_h-111\% {
    min-height: 111%;
  }
  .laptop\:min_w-111\% {
    min-width: 111%;
  }
  .laptop\:h-111vh {
    height: 111vh;
  }
  .laptop\:w-111vw {
    width: 111vw;
  }
  .laptop\:min_w-111vw {
    min-width: 111vw;
  }
  .laptop\:min_h-111vh {
    min-height: 111vh;
  }
  .laptop\:max_w-111vw {
    max-width: 111vw;
  }
  .laptop\:max_h-111vh {
    max-height: 111vh;
  }
  .laptop\:m-t-112\% {
    margin-top: 112%;
  }
  .laptop\:m-t--112\% {
    margin-top: -112%;
  }
  .laptop\:p-t-112\% {
    padding-top: 112%;
  }
  .laptop\:p-t--112\% {
    padding-top: -112%;
  }
  .laptop\:top-112\% {
    top: 112%;
  }
  .laptop\:top--112\% {
    top: -112%;
  }
  .laptop\:m-b-112\% {
    margin-bottom: 112%;
  }
  .laptop\:m-b--112\% {
    margin-bottom: -112%;
  }
  .laptop\:p-b-112\% {
    padding-bottom: 112%;
  }
  .laptop\:p-b--112\% {
    padding-bottom: -112%;
  }
  .laptop\:bottom-112\% {
    bottom: 112%;
  }
  .laptop\:bottom--112\% {
    bottom: -112%;
  }
  .laptop\:m-l-112\% {
    margin-left: 112%;
  }
  .laptop\:m-l--112\% {
    margin-left: -112%;
  }
  .laptop\:p-l-112\% {
    padding-left: 112%;
  }
  .laptop\:p-l--112\% {
    padding-left: -112%;
  }
  .laptop\:left-112\% {
    left: 112%;
  }
  .laptop\:left--112\% {
    left: -112%;
  }
  .laptop\:m-r-112\% {
    margin-right: 112%;
  }
  .laptop\:m-r--112\% {
    margin-right: -112%;
  }
  .laptop\:p-r-112\% {
    padding-right: 112%;
  }
  .laptop\:p-r--112\% {
    padding-right: -112%;
  }
  .laptop\:right-112\% {
    right: 112%;
  }
  .laptop\:right--112\% {
    right: -112%;
  }
  .laptop\:h-112\% {
    height: 112%;
  }
  .laptop\:w-112\% {
    width: 112%;
  }
  .laptop\:max_h-112\% {
    max-height: 112%;
  }
  .laptop\:max_w-112\% {
    max-width: 112%;
  }
  .laptop\:min_h-112\% {
    min-height: 112%;
  }
  .laptop\:min_w-112\% {
    min-width: 112%;
  }
  .laptop\:h-112vh {
    height: 112vh;
  }
  .laptop\:w-112vw {
    width: 112vw;
  }
  .laptop\:min_w-112vw {
    min-width: 112vw;
  }
  .laptop\:min_h-112vh {
    min-height: 112vh;
  }
  .laptop\:max_w-112vw {
    max-width: 112vw;
  }
  .laptop\:max_h-112vh {
    max-height: 112vh;
  }
  .laptop\:m-t-113\% {
    margin-top: 113%;
  }
  .laptop\:m-t--113\% {
    margin-top: -113%;
  }
  .laptop\:p-t-113\% {
    padding-top: 113%;
  }
  .laptop\:p-t--113\% {
    padding-top: -113%;
  }
  .laptop\:top-113\% {
    top: 113%;
  }
  .laptop\:top--113\% {
    top: -113%;
  }
  .laptop\:m-b-113\% {
    margin-bottom: 113%;
  }
  .laptop\:m-b--113\% {
    margin-bottom: -113%;
  }
  .laptop\:p-b-113\% {
    padding-bottom: 113%;
  }
  .laptop\:p-b--113\% {
    padding-bottom: -113%;
  }
  .laptop\:bottom-113\% {
    bottom: 113%;
  }
  .laptop\:bottom--113\% {
    bottom: -113%;
  }
  .laptop\:m-l-113\% {
    margin-left: 113%;
  }
  .laptop\:m-l--113\% {
    margin-left: -113%;
  }
  .laptop\:p-l-113\% {
    padding-left: 113%;
  }
  .laptop\:p-l--113\% {
    padding-left: -113%;
  }
  .laptop\:left-113\% {
    left: 113%;
  }
  .laptop\:left--113\% {
    left: -113%;
  }
  .laptop\:m-r-113\% {
    margin-right: 113%;
  }
  .laptop\:m-r--113\% {
    margin-right: -113%;
  }
  .laptop\:p-r-113\% {
    padding-right: 113%;
  }
  .laptop\:p-r--113\% {
    padding-right: -113%;
  }
  .laptop\:right-113\% {
    right: 113%;
  }
  .laptop\:right--113\% {
    right: -113%;
  }
  .laptop\:h-113\% {
    height: 113%;
  }
  .laptop\:w-113\% {
    width: 113%;
  }
  .laptop\:max_h-113\% {
    max-height: 113%;
  }
  .laptop\:max_w-113\% {
    max-width: 113%;
  }
  .laptop\:min_h-113\% {
    min-height: 113%;
  }
  .laptop\:min_w-113\% {
    min-width: 113%;
  }
  .laptop\:h-113vh {
    height: 113vh;
  }
  .laptop\:w-113vw {
    width: 113vw;
  }
  .laptop\:min_w-113vw {
    min-width: 113vw;
  }
  .laptop\:min_h-113vh {
    min-height: 113vh;
  }
  .laptop\:max_w-113vw {
    max-width: 113vw;
  }
  .laptop\:max_h-113vh {
    max-height: 113vh;
  }
  .laptop\:m-t-114\% {
    margin-top: 114%;
  }
  .laptop\:m-t--114\% {
    margin-top: -114%;
  }
  .laptop\:p-t-114\% {
    padding-top: 114%;
  }
  .laptop\:p-t--114\% {
    padding-top: -114%;
  }
  .laptop\:top-114\% {
    top: 114%;
  }
  .laptop\:top--114\% {
    top: -114%;
  }
  .laptop\:m-b-114\% {
    margin-bottom: 114%;
  }
  .laptop\:m-b--114\% {
    margin-bottom: -114%;
  }
  .laptop\:p-b-114\% {
    padding-bottom: 114%;
  }
  .laptop\:p-b--114\% {
    padding-bottom: -114%;
  }
  .laptop\:bottom-114\% {
    bottom: 114%;
  }
  .laptop\:bottom--114\% {
    bottom: -114%;
  }
  .laptop\:m-l-114\% {
    margin-left: 114%;
  }
  .laptop\:m-l--114\% {
    margin-left: -114%;
  }
  .laptop\:p-l-114\% {
    padding-left: 114%;
  }
  .laptop\:p-l--114\% {
    padding-left: -114%;
  }
  .laptop\:left-114\% {
    left: 114%;
  }
  .laptop\:left--114\% {
    left: -114%;
  }
  .laptop\:m-r-114\% {
    margin-right: 114%;
  }
  .laptop\:m-r--114\% {
    margin-right: -114%;
  }
  .laptop\:p-r-114\% {
    padding-right: 114%;
  }
  .laptop\:p-r--114\% {
    padding-right: -114%;
  }
  .laptop\:right-114\% {
    right: 114%;
  }
  .laptop\:right--114\% {
    right: -114%;
  }
  .laptop\:h-114\% {
    height: 114%;
  }
  .laptop\:w-114\% {
    width: 114%;
  }
  .laptop\:max_h-114\% {
    max-height: 114%;
  }
  .laptop\:max_w-114\% {
    max-width: 114%;
  }
  .laptop\:min_h-114\% {
    min-height: 114%;
  }
  .laptop\:min_w-114\% {
    min-width: 114%;
  }
  .laptop\:h-114vh {
    height: 114vh;
  }
  .laptop\:w-114vw {
    width: 114vw;
  }
  .laptop\:min_w-114vw {
    min-width: 114vw;
  }
  .laptop\:min_h-114vh {
    min-height: 114vh;
  }
  .laptop\:max_w-114vw {
    max-width: 114vw;
  }
  .laptop\:max_h-114vh {
    max-height: 114vh;
  }
  .laptop\:m-t-115\% {
    margin-top: 115%;
  }
  .laptop\:m-t--115\% {
    margin-top: -115%;
  }
  .laptop\:p-t-115\% {
    padding-top: 115%;
  }
  .laptop\:p-t--115\% {
    padding-top: -115%;
  }
  .laptop\:top-115\% {
    top: 115%;
  }
  .laptop\:top--115\% {
    top: -115%;
  }
  .laptop\:m-b-115\% {
    margin-bottom: 115%;
  }
  .laptop\:m-b--115\% {
    margin-bottom: -115%;
  }
  .laptop\:p-b-115\% {
    padding-bottom: 115%;
  }
  .laptop\:p-b--115\% {
    padding-bottom: -115%;
  }
  .laptop\:bottom-115\% {
    bottom: 115%;
  }
  .laptop\:bottom--115\% {
    bottom: -115%;
  }
  .laptop\:m-l-115\% {
    margin-left: 115%;
  }
  .laptop\:m-l--115\% {
    margin-left: -115%;
  }
  .laptop\:p-l-115\% {
    padding-left: 115%;
  }
  .laptop\:p-l--115\% {
    padding-left: -115%;
  }
  .laptop\:left-115\% {
    left: 115%;
  }
  .laptop\:left--115\% {
    left: -115%;
  }
  .laptop\:m-r-115\% {
    margin-right: 115%;
  }
  .laptop\:m-r--115\% {
    margin-right: -115%;
  }
  .laptop\:p-r-115\% {
    padding-right: 115%;
  }
  .laptop\:p-r--115\% {
    padding-right: -115%;
  }
  .laptop\:right-115\% {
    right: 115%;
  }
  .laptop\:right--115\% {
    right: -115%;
  }
  .laptop\:h-115\% {
    height: 115%;
  }
  .laptop\:w-115\% {
    width: 115%;
  }
  .laptop\:max_h-115\% {
    max-height: 115%;
  }
  .laptop\:max_w-115\% {
    max-width: 115%;
  }
  .laptop\:min_h-115\% {
    min-height: 115%;
  }
  .laptop\:min_w-115\% {
    min-width: 115%;
  }
  .laptop\:h-115vh {
    height: 115vh;
  }
  .laptop\:w-115vw {
    width: 115vw;
  }
  .laptop\:min_w-115vw {
    min-width: 115vw;
  }
  .laptop\:min_h-115vh {
    min-height: 115vh;
  }
  .laptop\:max_w-115vw {
    max-width: 115vw;
  }
  .laptop\:max_h-115vh {
    max-height: 115vh;
  }
  .laptop\:m-t-116\% {
    margin-top: 116%;
  }
  .laptop\:m-t--116\% {
    margin-top: -116%;
  }
  .laptop\:p-t-116\% {
    padding-top: 116%;
  }
  .laptop\:p-t--116\% {
    padding-top: -116%;
  }
  .laptop\:top-116\% {
    top: 116%;
  }
  .laptop\:top--116\% {
    top: -116%;
  }
  .laptop\:m-b-116\% {
    margin-bottom: 116%;
  }
  .laptop\:m-b--116\% {
    margin-bottom: -116%;
  }
  .laptop\:p-b-116\% {
    padding-bottom: 116%;
  }
  .laptop\:p-b--116\% {
    padding-bottom: -116%;
  }
  .laptop\:bottom-116\% {
    bottom: 116%;
  }
  .laptop\:bottom--116\% {
    bottom: -116%;
  }
  .laptop\:m-l-116\% {
    margin-left: 116%;
  }
  .laptop\:m-l--116\% {
    margin-left: -116%;
  }
  .laptop\:p-l-116\% {
    padding-left: 116%;
  }
  .laptop\:p-l--116\% {
    padding-left: -116%;
  }
  .laptop\:left-116\% {
    left: 116%;
  }
  .laptop\:left--116\% {
    left: -116%;
  }
  .laptop\:m-r-116\% {
    margin-right: 116%;
  }
  .laptop\:m-r--116\% {
    margin-right: -116%;
  }
  .laptop\:p-r-116\% {
    padding-right: 116%;
  }
  .laptop\:p-r--116\% {
    padding-right: -116%;
  }
  .laptop\:right-116\% {
    right: 116%;
  }
  .laptop\:right--116\% {
    right: -116%;
  }
  .laptop\:h-116\% {
    height: 116%;
  }
  .laptop\:w-116\% {
    width: 116%;
  }
  .laptop\:max_h-116\% {
    max-height: 116%;
  }
  .laptop\:max_w-116\% {
    max-width: 116%;
  }
  .laptop\:min_h-116\% {
    min-height: 116%;
  }
  .laptop\:min_w-116\% {
    min-width: 116%;
  }
  .laptop\:h-116vh {
    height: 116vh;
  }
  .laptop\:w-116vw {
    width: 116vw;
  }
  .laptop\:min_w-116vw {
    min-width: 116vw;
  }
  .laptop\:min_h-116vh {
    min-height: 116vh;
  }
  .laptop\:max_w-116vw {
    max-width: 116vw;
  }
  .laptop\:max_h-116vh {
    max-height: 116vh;
  }
  .laptop\:m-t-117\% {
    margin-top: 117%;
  }
  .laptop\:m-t--117\% {
    margin-top: -117%;
  }
  .laptop\:p-t-117\% {
    padding-top: 117%;
  }
  .laptop\:p-t--117\% {
    padding-top: -117%;
  }
  .laptop\:top-117\% {
    top: 117%;
  }
  .laptop\:top--117\% {
    top: -117%;
  }
  .laptop\:m-b-117\% {
    margin-bottom: 117%;
  }
  .laptop\:m-b--117\% {
    margin-bottom: -117%;
  }
  .laptop\:p-b-117\% {
    padding-bottom: 117%;
  }
  .laptop\:p-b--117\% {
    padding-bottom: -117%;
  }
  .laptop\:bottom-117\% {
    bottom: 117%;
  }
  .laptop\:bottom--117\% {
    bottom: -117%;
  }
  .laptop\:m-l-117\% {
    margin-left: 117%;
  }
  .laptop\:m-l--117\% {
    margin-left: -117%;
  }
  .laptop\:p-l-117\% {
    padding-left: 117%;
  }
  .laptop\:p-l--117\% {
    padding-left: -117%;
  }
  .laptop\:left-117\% {
    left: 117%;
  }
  .laptop\:left--117\% {
    left: -117%;
  }
  .laptop\:m-r-117\% {
    margin-right: 117%;
  }
  .laptop\:m-r--117\% {
    margin-right: -117%;
  }
  .laptop\:p-r-117\% {
    padding-right: 117%;
  }
  .laptop\:p-r--117\% {
    padding-right: -117%;
  }
  .laptop\:right-117\% {
    right: 117%;
  }
  .laptop\:right--117\% {
    right: -117%;
  }
  .laptop\:h-117\% {
    height: 117%;
  }
  .laptop\:w-117\% {
    width: 117%;
  }
  .laptop\:max_h-117\% {
    max-height: 117%;
  }
  .laptop\:max_w-117\% {
    max-width: 117%;
  }
  .laptop\:min_h-117\% {
    min-height: 117%;
  }
  .laptop\:min_w-117\% {
    min-width: 117%;
  }
  .laptop\:h-117vh {
    height: 117vh;
  }
  .laptop\:w-117vw {
    width: 117vw;
  }
  .laptop\:min_w-117vw {
    min-width: 117vw;
  }
  .laptop\:min_h-117vh {
    min-height: 117vh;
  }
  .laptop\:max_w-117vw {
    max-width: 117vw;
  }
  .laptop\:max_h-117vh {
    max-height: 117vh;
  }
  .laptop\:m-t-118\% {
    margin-top: 118%;
  }
  .laptop\:m-t--118\% {
    margin-top: -118%;
  }
  .laptop\:p-t-118\% {
    padding-top: 118%;
  }
  .laptop\:p-t--118\% {
    padding-top: -118%;
  }
  .laptop\:top-118\% {
    top: 118%;
  }
  .laptop\:top--118\% {
    top: -118%;
  }
  .laptop\:m-b-118\% {
    margin-bottom: 118%;
  }
  .laptop\:m-b--118\% {
    margin-bottom: -118%;
  }
  .laptop\:p-b-118\% {
    padding-bottom: 118%;
  }
  .laptop\:p-b--118\% {
    padding-bottom: -118%;
  }
  .laptop\:bottom-118\% {
    bottom: 118%;
  }
  .laptop\:bottom--118\% {
    bottom: -118%;
  }
  .laptop\:m-l-118\% {
    margin-left: 118%;
  }
  .laptop\:m-l--118\% {
    margin-left: -118%;
  }
  .laptop\:p-l-118\% {
    padding-left: 118%;
  }
  .laptop\:p-l--118\% {
    padding-left: -118%;
  }
  .laptop\:left-118\% {
    left: 118%;
  }
  .laptop\:left--118\% {
    left: -118%;
  }
  .laptop\:m-r-118\% {
    margin-right: 118%;
  }
  .laptop\:m-r--118\% {
    margin-right: -118%;
  }
  .laptop\:p-r-118\% {
    padding-right: 118%;
  }
  .laptop\:p-r--118\% {
    padding-right: -118%;
  }
  .laptop\:right-118\% {
    right: 118%;
  }
  .laptop\:right--118\% {
    right: -118%;
  }
  .laptop\:h-118\% {
    height: 118%;
  }
  .laptop\:w-118\% {
    width: 118%;
  }
  .laptop\:max_h-118\% {
    max-height: 118%;
  }
  .laptop\:max_w-118\% {
    max-width: 118%;
  }
  .laptop\:min_h-118\% {
    min-height: 118%;
  }
  .laptop\:min_w-118\% {
    min-width: 118%;
  }
  .laptop\:h-118vh {
    height: 118vh;
  }
  .laptop\:w-118vw {
    width: 118vw;
  }
  .laptop\:min_w-118vw {
    min-width: 118vw;
  }
  .laptop\:min_h-118vh {
    min-height: 118vh;
  }
  .laptop\:max_w-118vw {
    max-width: 118vw;
  }
  .laptop\:max_h-118vh {
    max-height: 118vh;
  }
  .laptop\:m-t-119\% {
    margin-top: 119%;
  }
  .laptop\:m-t--119\% {
    margin-top: -119%;
  }
  .laptop\:p-t-119\% {
    padding-top: 119%;
  }
  .laptop\:p-t--119\% {
    padding-top: -119%;
  }
  .laptop\:top-119\% {
    top: 119%;
  }
  .laptop\:top--119\% {
    top: -119%;
  }
  .laptop\:m-b-119\% {
    margin-bottom: 119%;
  }
  .laptop\:m-b--119\% {
    margin-bottom: -119%;
  }
  .laptop\:p-b-119\% {
    padding-bottom: 119%;
  }
  .laptop\:p-b--119\% {
    padding-bottom: -119%;
  }
  .laptop\:bottom-119\% {
    bottom: 119%;
  }
  .laptop\:bottom--119\% {
    bottom: -119%;
  }
  .laptop\:m-l-119\% {
    margin-left: 119%;
  }
  .laptop\:m-l--119\% {
    margin-left: -119%;
  }
  .laptop\:p-l-119\% {
    padding-left: 119%;
  }
  .laptop\:p-l--119\% {
    padding-left: -119%;
  }
  .laptop\:left-119\% {
    left: 119%;
  }
  .laptop\:left--119\% {
    left: -119%;
  }
  .laptop\:m-r-119\% {
    margin-right: 119%;
  }
  .laptop\:m-r--119\% {
    margin-right: -119%;
  }
  .laptop\:p-r-119\% {
    padding-right: 119%;
  }
  .laptop\:p-r--119\% {
    padding-right: -119%;
  }
  .laptop\:right-119\% {
    right: 119%;
  }
  .laptop\:right--119\% {
    right: -119%;
  }
  .laptop\:h-119\% {
    height: 119%;
  }
  .laptop\:w-119\% {
    width: 119%;
  }
  .laptop\:max_h-119\% {
    max-height: 119%;
  }
  .laptop\:max_w-119\% {
    max-width: 119%;
  }
  .laptop\:min_h-119\% {
    min-height: 119%;
  }
  .laptop\:min_w-119\% {
    min-width: 119%;
  }
  .laptop\:h-119vh {
    height: 119vh;
  }
  .laptop\:w-119vw {
    width: 119vw;
  }
  .laptop\:min_w-119vw {
    min-width: 119vw;
  }
  .laptop\:min_h-119vh {
    min-height: 119vh;
  }
  .laptop\:max_w-119vw {
    max-width: 119vw;
  }
  .laptop\:max_h-119vh {
    max-height: 119vh;
  }
  .laptop\:m-t-120\% {
    margin-top: 120%;
  }
  .laptop\:m-t--120\% {
    margin-top: -120%;
  }
  .laptop\:p-t-120\% {
    padding-top: 120%;
  }
  .laptop\:p-t--120\% {
    padding-top: -120%;
  }
  .laptop\:top-120\% {
    top: 120%;
  }
  .laptop\:top--120\% {
    top: -120%;
  }
  .laptop\:m-b-120\% {
    margin-bottom: 120%;
  }
  .laptop\:m-b--120\% {
    margin-bottom: -120%;
  }
  .laptop\:p-b-120\% {
    padding-bottom: 120%;
  }
  .laptop\:p-b--120\% {
    padding-bottom: -120%;
  }
  .laptop\:bottom-120\% {
    bottom: 120%;
  }
  .laptop\:bottom--120\% {
    bottom: -120%;
  }
  .laptop\:m-l-120\% {
    margin-left: 120%;
  }
  .laptop\:m-l--120\% {
    margin-left: -120%;
  }
  .laptop\:p-l-120\% {
    padding-left: 120%;
  }
  .laptop\:p-l--120\% {
    padding-left: -120%;
  }
  .laptop\:left-120\% {
    left: 120%;
  }
  .laptop\:left--120\% {
    left: -120%;
  }
  .laptop\:m-r-120\% {
    margin-right: 120%;
  }
  .laptop\:m-r--120\% {
    margin-right: -120%;
  }
  .laptop\:p-r-120\% {
    padding-right: 120%;
  }
  .laptop\:p-r--120\% {
    padding-right: -120%;
  }
  .laptop\:right-120\% {
    right: 120%;
  }
  .laptop\:right--120\% {
    right: -120%;
  }
  .laptop\:h-120\% {
    height: 120%;
  }
  .laptop\:w-120\% {
    width: 120%;
  }
  .laptop\:max_h-120\% {
    max-height: 120%;
  }
  .laptop\:max_w-120\% {
    max-width: 120%;
  }
  .laptop\:min_h-120\% {
    min-height: 120%;
  }
  .laptop\:min_w-120\% {
    min-width: 120%;
  }
  .laptop\:h-120vh {
    height: 120vh;
  }
  .laptop\:w-120vw {
    width: 120vw;
  }
  .laptop\:min_w-120vw {
    min-width: 120vw;
  }
  .laptop\:min_h-120vh {
    min-height: 120vh;
  }
  .laptop\:max_w-120vw {
    max-width: 120vw;
  }
  .laptop\:max_h-120vh {
    max-height: 120vh;
  }
  .laptop\:m-t-121\% {
    margin-top: 121%;
  }
  .laptop\:m-t--121\% {
    margin-top: -121%;
  }
  .laptop\:p-t-121\% {
    padding-top: 121%;
  }
  .laptop\:p-t--121\% {
    padding-top: -121%;
  }
  .laptop\:top-121\% {
    top: 121%;
  }
  .laptop\:top--121\% {
    top: -121%;
  }
  .laptop\:m-b-121\% {
    margin-bottom: 121%;
  }
  .laptop\:m-b--121\% {
    margin-bottom: -121%;
  }
  .laptop\:p-b-121\% {
    padding-bottom: 121%;
  }
  .laptop\:p-b--121\% {
    padding-bottom: -121%;
  }
  .laptop\:bottom-121\% {
    bottom: 121%;
  }
  .laptop\:bottom--121\% {
    bottom: -121%;
  }
  .laptop\:m-l-121\% {
    margin-left: 121%;
  }
  .laptop\:m-l--121\% {
    margin-left: -121%;
  }
  .laptop\:p-l-121\% {
    padding-left: 121%;
  }
  .laptop\:p-l--121\% {
    padding-left: -121%;
  }
  .laptop\:left-121\% {
    left: 121%;
  }
  .laptop\:left--121\% {
    left: -121%;
  }
  .laptop\:m-r-121\% {
    margin-right: 121%;
  }
  .laptop\:m-r--121\% {
    margin-right: -121%;
  }
  .laptop\:p-r-121\% {
    padding-right: 121%;
  }
  .laptop\:p-r--121\% {
    padding-right: -121%;
  }
  .laptop\:right-121\% {
    right: 121%;
  }
  .laptop\:right--121\% {
    right: -121%;
  }
  .laptop\:h-121\% {
    height: 121%;
  }
  .laptop\:w-121\% {
    width: 121%;
  }
  .laptop\:max_h-121\% {
    max-height: 121%;
  }
  .laptop\:max_w-121\% {
    max-width: 121%;
  }
  .laptop\:min_h-121\% {
    min-height: 121%;
  }
  .laptop\:min_w-121\% {
    min-width: 121%;
  }
  .laptop\:h-121vh {
    height: 121vh;
  }
  .laptop\:w-121vw {
    width: 121vw;
  }
  .laptop\:min_w-121vw {
    min-width: 121vw;
  }
  .laptop\:min_h-121vh {
    min-height: 121vh;
  }
  .laptop\:max_w-121vw {
    max-width: 121vw;
  }
  .laptop\:max_h-121vh {
    max-height: 121vh;
  }
  .laptop\:m-t-122\% {
    margin-top: 122%;
  }
  .laptop\:m-t--122\% {
    margin-top: -122%;
  }
  .laptop\:p-t-122\% {
    padding-top: 122%;
  }
  .laptop\:p-t--122\% {
    padding-top: -122%;
  }
  .laptop\:top-122\% {
    top: 122%;
  }
  .laptop\:top--122\% {
    top: -122%;
  }
  .laptop\:m-b-122\% {
    margin-bottom: 122%;
  }
  .laptop\:m-b--122\% {
    margin-bottom: -122%;
  }
  .laptop\:p-b-122\% {
    padding-bottom: 122%;
  }
  .laptop\:p-b--122\% {
    padding-bottom: -122%;
  }
  .laptop\:bottom-122\% {
    bottom: 122%;
  }
  .laptop\:bottom--122\% {
    bottom: -122%;
  }
  .laptop\:m-l-122\% {
    margin-left: 122%;
  }
  .laptop\:m-l--122\% {
    margin-left: -122%;
  }
  .laptop\:p-l-122\% {
    padding-left: 122%;
  }
  .laptop\:p-l--122\% {
    padding-left: -122%;
  }
  .laptop\:left-122\% {
    left: 122%;
  }
  .laptop\:left--122\% {
    left: -122%;
  }
  .laptop\:m-r-122\% {
    margin-right: 122%;
  }
  .laptop\:m-r--122\% {
    margin-right: -122%;
  }
  .laptop\:p-r-122\% {
    padding-right: 122%;
  }
  .laptop\:p-r--122\% {
    padding-right: -122%;
  }
  .laptop\:right-122\% {
    right: 122%;
  }
  .laptop\:right--122\% {
    right: -122%;
  }
  .laptop\:h-122\% {
    height: 122%;
  }
  .laptop\:w-122\% {
    width: 122%;
  }
  .laptop\:max_h-122\% {
    max-height: 122%;
  }
  .laptop\:max_w-122\% {
    max-width: 122%;
  }
  .laptop\:min_h-122\% {
    min-height: 122%;
  }
  .laptop\:min_w-122\% {
    min-width: 122%;
  }
  .laptop\:h-122vh {
    height: 122vh;
  }
  .laptop\:w-122vw {
    width: 122vw;
  }
  .laptop\:min_w-122vw {
    min-width: 122vw;
  }
  .laptop\:min_h-122vh {
    min-height: 122vh;
  }
  .laptop\:max_w-122vw {
    max-width: 122vw;
  }
  .laptop\:max_h-122vh {
    max-height: 122vh;
  }
  .laptop\:m-t-123\% {
    margin-top: 123%;
  }
  .laptop\:m-t--123\% {
    margin-top: -123%;
  }
  .laptop\:p-t-123\% {
    padding-top: 123%;
  }
  .laptop\:p-t--123\% {
    padding-top: -123%;
  }
  .laptop\:top-123\% {
    top: 123%;
  }
  .laptop\:top--123\% {
    top: -123%;
  }
  .laptop\:m-b-123\% {
    margin-bottom: 123%;
  }
  .laptop\:m-b--123\% {
    margin-bottom: -123%;
  }
  .laptop\:p-b-123\% {
    padding-bottom: 123%;
  }
  .laptop\:p-b--123\% {
    padding-bottom: -123%;
  }
  .laptop\:bottom-123\% {
    bottom: 123%;
  }
  .laptop\:bottom--123\% {
    bottom: -123%;
  }
  .laptop\:m-l-123\% {
    margin-left: 123%;
  }
  .laptop\:m-l--123\% {
    margin-left: -123%;
  }
  .laptop\:p-l-123\% {
    padding-left: 123%;
  }
  .laptop\:p-l--123\% {
    padding-left: -123%;
  }
  .laptop\:left-123\% {
    left: 123%;
  }
  .laptop\:left--123\% {
    left: -123%;
  }
  .laptop\:m-r-123\% {
    margin-right: 123%;
  }
  .laptop\:m-r--123\% {
    margin-right: -123%;
  }
  .laptop\:p-r-123\% {
    padding-right: 123%;
  }
  .laptop\:p-r--123\% {
    padding-right: -123%;
  }
  .laptop\:right-123\% {
    right: 123%;
  }
  .laptop\:right--123\% {
    right: -123%;
  }
  .laptop\:h-123\% {
    height: 123%;
  }
  .laptop\:w-123\% {
    width: 123%;
  }
  .laptop\:max_h-123\% {
    max-height: 123%;
  }
  .laptop\:max_w-123\% {
    max-width: 123%;
  }
  .laptop\:min_h-123\% {
    min-height: 123%;
  }
  .laptop\:min_w-123\% {
    min-width: 123%;
  }
  .laptop\:h-123vh {
    height: 123vh;
  }
  .laptop\:w-123vw {
    width: 123vw;
  }
  .laptop\:min_w-123vw {
    min-width: 123vw;
  }
  .laptop\:min_h-123vh {
    min-height: 123vh;
  }
  .laptop\:max_w-123vw {
    max-width: 123vw;
  }
  .laptop\:max_h-123vh {
    max-height: 123vh;
  }
  .laptop\:m-t-124\% {
    margin-top: 124%;
  }
  .laptop\:m-t--124\% {
    margin-top: -124%;
  }
  .laptop\:p-t-124\% {
    padding-top: 124%;
  }
  .laptop\:p-t--124\% {
    padding-top: -124%;
  }
  .laptop\:top-124\% {
    top: 124%;
  }
  .laptop\:top--124\% {
    top: -124%;
  }
  .laptop\:m-b-124\% {
    margin-bottom: 124%;
  }
  .laptop\:m-b--124\% {
    margin-bottom: -124%;
  }
  .laptop\:p-b-124\% {
    padding-bottom: 124%;
  }
  .laptop\:p-b--124\% {
    padding-bottom: -124%;
  }
  .laptop\:bottom-124\% {
    bottom: 124%;
  }
  .laptop\:bottom--124\% {
    bottom: -124%;
  }
  .laptop\:m-l-124\% {
    margin-left: 124%;
  }
  .laptop\:m-l--124\% {
    margin-left: -124%;
  }
  .laptop\:p-l-124\% {
    padding-left: 124%;
  }
  .laptop\:p-l--124\% {
    padding-left: -124%;
  }
  .laptop\:left-124\% {
    left: 124%;
  }
  .laptop\:left--124\% {
    left: -124%;
  }
  .laptop\:m-r-124\% {
    margin-right: 124%;
  }
  .laptop\:m-r--124\% {
    margin-right: -124%;
  }
  .laptop\:p-r-124\% {
    padding-right: 124%;
  }
  .laptop\:p-r--124\% {
    padding-right: -124%;
  }
  .laptop\:right-124\% {
    right: 124%;
  }
  .laptop\:right--124\% {
    right: -124%;
  }
  .laptop\:h-124\% {
    height: 124%;
  }
  .laptop\:w-124\% {
    width: 124%;
  }
  .laptop\:max_h-124\% {
    max-height: 124%;
  }
  .laptop\:max_w-124\% {
    max-width: 124%;
  }
  .laptop\:min_h-124\% {
    min-height: 124%;
  }
  .laptop\:min_w-124\% {
    min-width: 124%;
  }
  .laptop\:h-124vh {
    height: 124vh;
  }
  .laptop\:w-124vw {
    width: 124vw;
  }
  .laptop\:min_w-124vw {
    min-width: 124vw;
  }
  .laptop\:min_h-124vh {
    min-height: 124vh;
  }
  .laptop\:max_w-124vw {
    max-width: 124vw;
  }
  .laptop\:max_h-124vh {
    max-height: 124vh;
  }
  .laptop\:m-t-125\% {
    margin-top: 125%;
  }
  .laptop\:m-t--125\% {
    margin-top: -125%;
  }
  .laptop\:p-t-125\% {
    padding-top: 125%;
  }
  .laptop\:p-t--125\% {
    padding-top: -125%;
  }
  .laptop\:top-125\% {
    top: 125%;
  }
  .laptop\:top--125\% {
    top: -125%;
  }
  .laptop\:m-b-125\% {
    margin-bottom: 125%;
  }
  .laptop\:m-b--125\% {
    margin-bottom: -125%;
  }
  .laptop\:p-b-125\% {
    padding-bottom: 125%;
  }
  .laptop\:p-b--125\% {
    padding-bottom: -125%;
  }
  .laptop\:bottom-125\% {
    bottom: 125%;
  }
  .laptop\:bottom--125\% {
    bottom: -125%;
  }
  .laptop\:m-l-125\% {
    margin-left: 125%;
  }
  .laptop\:m-l--125\% {
    margin-left: -125%;
  }
  .laptop\:p-l-125\% {
    padding-left: 125%;
  }
  .laptop\:p-l--125\% {
    padding-left: -125%;
  }
  .laptop\:left-125\% {
    left: 125%;
  }
  .laptop\:left--125\% {
    left: -125%;
  }
  .laptop\:m-r-125\% {
    margin-right: 125%;
  }
  .laptop\:m-r--125\% {
    margin-right: -125%;
  }
  .laptop\:p-r-125\% {
    padding-right: 125%;
  }
  .laptop\:p-r--125\% {
    padding-right: -125%;
  }
  .laptop\:right-125\% {
    right: 125%;
  }
  .laptop\:right--125\% {
    right: -125%;
  }
  .laptop\:h-125\% {
    height: 125%;
  }
  .laptop\:w-125\% {
    width: 125%;
  }
  .laptop\:max_h-125\% {
    max-height: 125%;
  }
  .laptop\:max_w-125\% {
    max-width: 125%;
  }
  .laptop\:min_h-125\% {
    min-height: 125%;
  }
  .laptop\:min_w-125\% {
    min-width: 125%;
  }
  .laptop\:h-125vh {
    height: 125vh;
  }
  .laptop\:w-125vw {
    width: 125vw;
  }
  .laptop\:min_w-125vw {
    min-width: 125vw;
  }
  .laptop\:min_h-125vh {
    min-height: 125vh;
  }
  .laptop\:max_w-125vw {
    max-width: 125vw;
  }
  .laptop\:max_h-125vh {
    max-height: 125vh;
  }
  .laptop\:m-t-126\% {
    margin-top: 126%;
  }
  .laptop\:m-t--126\% {
    margin-top: -126%;
  }
  .laptop\:p-t-126\% {
    padding-top: 126%;
  }
  .laptop\:p-t--126\% {
    padding-top: -126%;
  }
  .laptop\:top-126\% {
    top: 126%;
  }
  .laptop\:top--126\% {
    top: -126%;
  }
  .laptop\:m-b-126\% {
    margin-bottom: 126%;
  }
  .laptop\:m-b--126\% {
    margin-bottom: -126%;
  }
  .laptop\:p-b-126\% {
    padding-bottom: 126%;
  }
  .laptop\:p-b--126\% {
    padding-bottom: -126%;
  }
  .laptop\:bottom-126\% {
    bottom: 126%;
  }
  .laptop\:bottom--126\% {
    bottom: -126%;
  }
  .laptop\:m-l-126\% {
    margin-left: 126%;
  }
  .laptop\:m-l--126\% {
    margin-left: -126%;
  }
  .laptop\:p-l-126\% {
    padding-left: 126%;
  }
  .laptop\:p-l--126\% {
    padding-left: -126%;
  }
  .laptop\:left-126\% {
    left: 126%;
  }
  .laptop\:left--126\% {
    left: -126%;
  }
  .laptop\:m-r-126\% {
    margin-right: 126%;
  }
  .laptop\:m-r--126\% {
    margin-right: -126%;
  }
  .laptop\:p-r-126\% {
    padding-right: 126%;
  }
  .laptop\:p-r--126\% {
    padding-right: -126%;
  }
  .laptop\:right-126\% {
    right: 126%;
  }
  .laptop\:right--126\% {
    right: -126%;
  }
  .laptop\:h-126\% {
    height: 126%;
  }
  .laptop\:w-126\% {
    width: 126%;
  }
  .laptop\:max_h-126\% {
    max-height: 126%;
  }
  .laptop\:max_w-126\% {
    max-width: 126%;
  }
  .laptop\:min_h-126\% {
    min-height: 126%;
  }
  .laptop\:min_w-126\% {
    min-width: 126%;
  }
  .laptop\:h-126vh {
    height: 126vh;
  }
  .laptop\:w-126vw {
    width: 126vw;
  }
  .laptop\:min_w-126vw {
    min-width: 126vw;
  }
  .laptop\:min_h-126vh {
    min-height: 126vh;
  }
  .laptop\:max_w-126vw {
    max-width: 126vw;
  }
  .laptop\:max_h-126vh {
    max-height: 126vh;
  }
  .laptop\:m-t-127\% {
    margin-top: 127%;
  }
  .laptop\:m-t--127\% {
    margin-top: -127%;
  }
  .laptop\:p-t-127\% {
    padding-top: 127%;
  }
  .laptop\:p-t--127\% {
    padding-top: -127%;
  }
  .laptop\:top-127\% {
    top: 127%;
  }
  .laptop\:top--127\% {
    top: -127%;
  }
  .laptop\:m-b-127\% {
    margin-bottom: 127%;
  }
  .laptop\:m-b--127\% {
    margin-bottom: -127%;
  }
  .laptop\:p-b-127\% {
    padding-bottom: 127%;
  }
  .laptop\:p-b--127\% {
    padding-bottom: -127%;
  }
  .laptop\:bottom-127\% {
    bottom: 127%;
  }
  .laptop\:bottom--127\% {
    bottom: -127%;
  }
  .laptop\:m-l-127\% {
    margin-left: 127%;
  }
  .laptop\:m-l--127\% {
    margin-left: -127%;
  }
  .laptop\:p-l-127\% {
    padding-left: 127%;
  }
  .laptop\:p-l--127\% {
    padding-left: -127%;
  }
  .laptop\:left-127\% {
    left: 127%;
  }
  .laptop\:left--127\% {
    left: -127%;
  }
  .laptop\:m-r-127\% {
    margin-right: 127%;
  }
  .laptop\:m-r--127\% {
    margin-right: -127%;
  }
  .laptop\:p-r-127\% {
    padding-right: 127%;
  }
  .laptop\:p-r--127\% {
    padding-right: -127%;
  }
  .laptop\:right-127\% {
    right: 127%;
  }
  .laptop\:right--127\% {
    right: -127%;
  }
  .laptop\:h-127\% {
    height: 127%;
  }
  .laptop\:w-127\% {
    width: 127%;
  }
  .laptop\:max_h-127\% {
    max-height: 127%;
  }
  .laptop\:max_w-127\% {
    max-width: 127%;
  }
  .laptop\:min_h-127\% {
    min-height: 127%;
  }
  .laptop\:min_w-127\% {
    min-width: 127%;
  }
  .laptop\:h-127vh {
    height: 127vh;
  }
  .laptop\:w-127vw {
    width: 127vw;
  }
  .laptop\:min_w-127vw {
    min-width: 127vw;
  }
  .laptop\:min_h-127vh {
    min-height: 127vh;
  }
  .laptop\:max_w-127vw {
    max-width: 127vw;
  }
  .laptop\:max_h-127vh {
    max-height: 127vh;
  }
  .laptop\:m-t-128\% {
    margin-top: 128%;
  }
  .laptop\:m-t--128\% {
    margin-top: -128%;
  }
  .laptop\:p-t-128\% {
    padding-top: 128%;
  }
  .laptop\:p-t--128\% {
    padding-top: -128%;
  }
  .laptop\:top-128\% {
    top: 128%;
  }
  .laptop\:top--128\% {
    top: -128%;
  }
  .laptop\:m-b-128\% {
    margin-bottom: 128%;
  }
  .laptop\:m-b--128\% {
    margin-bottom: -128%;
  }
  .laptop\:p-b-128\% {
    padding-bottom: 128%;
  }
  .laptop\:p-b--128\% {
    padding-bottom: -128%;
  }
  .laptop\:bottom-128\% {
    bottom: 128%;
  }
  .laptop\:bottom--128\% {
    bottom: -128%;
  }
  .laptop\:m-l-128\% {
    margin-left: 128%;
  }
  .laptop\:m-l--128\% {
    margin-left: -128%;
  }
  .laptop\:p-l-128\% {
    padding-left: 128%;
  }
  .laptop\:p-l--128\% {
    padding-left: -128%;
  }
  .laptop\:left-128\% {
    left: 128%;
  }
  .laptop\:left--128\% {
    left: -128%;
  }
  .laptop\:m-r-128\% {
    margin-right: 128%;
  }
  .laptop\:m-r--128\% {
    margin-right: -128%;
  }
  .laptop\:p-r-128\% {
    padding-right: 128%;
  }
  .laptop\:p-r--128\% {
    padding-right: -128%;
  }
  .laptop\:right-128\% {
    right: 128%;
  }
  .laptop\:right--128\% {
    right: -128%;
  }
  .laptop\:h-128\% {
    height: 128%;
  }
  .laptop\:w-128\% {
    width: 128%;
  }
  .laptop\:max_h-128\% {
    max-height: 128%;
  }
  .laptop\:max_w-128\% {
    max-width: 128%;
  }
  .laptop\:min_h-128\% {
    min-height: 128%;
  }
  .laptop\:min_w-128\% {
    min-width: 128%;
  }
  .laptop\:h-128vh {
    height: 128vh;
  }
  .laptop\:w-128vw {
    width: 128vw;
  }
  .laptop\:min_w-128vw {
    min-width: 128vw;
  }
  .laptop\:min_h-128vh {
    min-height: 128vh;
  }
  .laptop\:max_w-128vw {
    max-width: 128vw;
  }
  .laptop\:max_h-128vh {
    max-height: 128vh;
  }
  .laptop\:m-t-129\% {
    margin-top: 129%;
  }
  .laptop\:m-t--129\% {
    margin-top: -129%;
  }
  .laptop\:p-t-129\% {
    padding-top: 129%;
  }
  .laptop\:p-t--129\% {
    padding-top: -129%;
  }
  .laptop\:top-129\% {
    top: 129%;
  }
  .laptop\:top--129\% {
    top: -129%;
  }
  .laptop\:m-b-129\% {
    margin-bottom: 129%;
  }
  .laptop\:m-b--129\% {
    margin-bottom: -129%;
  }
  .laptop\:p-b-129\% {
    padding-bottom: 129%;
  }
  .laptop\:p-b--129\% {
    padding-bottom: -129%;
  }
  .laptop\:bottom-129\% {
    bottom: 129%;
  }
  .laptop\:bottom--129\% {
    bottom: -129%;
  }
  .laptop\:m-l-129\% {
    margin-left: 129%;
  }
  .laptop\:m-l--129\% {
    margin-left: -129%;
  }
  .laptop\:p-l-129\% {
    padding-left: 129%;
  }
  .laptop\:p-l--129\% {
    padding-left: -129%;
  }
  .laptop\:left-129\% {
    left: 129%;
  }
  .laptop\:left--129\% {
    left: -129%;
  }
  .laptop\:m-r-129\% {
    margin-right: 129%;
  }
  .laptop\:m-r--129\% {
    margin-right: -129%;
  }
  .laptop\:p-r-129\% {
    padding-right: 129%;
  }
  .laptop\:p-r--129\% {
    padding-right: -129%;
  }
  .laptop\:right-129\% {
    right: 129%;
  }
  .laptop\:right--129\% {
    right: -129%;
  }
  .laptop\:h-129\% {
    height: 129%;
  }
  .laptop\:w-129\% {
    width: 129%;
  }
  .laptop\:max_h-129\% {
    max-height: 129%;
  }
  .laptop\:max_w-129\% {
    max-width: 129%;
  }
  .laptop\:min_h-129\% {
    min-height: 129%;
  }
  .laptop\:min_w-129\% {
    min-width: 129%;
  }
  .laptop\:h-129vh {
    height: 129vh;
  }
  .laptop\:w-129vw {
    width: 129vw;
  }
  .laptop\:min_w-129vw {
    min-width: 129vw;
  }
  .laptop\:min_h-129vh {
    min-height: 129vh;
  }
  .laptop\:max_w-129vw {
    max-width: 129vw;
  }
  .laptop\:max_h-129vh {
    max-height: 129vh;
  }
  .laptop\:m-t-130\% {
    margin-top: 130%;
  }
  .laptop\:m-t--130\% {
    margin-top: -130%;
  }
  .laptop\:p-t-130\% {
    padding-top: 130%;
  }
  .laptop\:p-t--130\% {
    padding-top: -130%;
  }
  .laptop\:top-130\% {
    top: 130%;
  }
  .laptop\:top--130\% {
    top: -130%;
  }
  .laptop\:m-b-130\% {
    margin-bottom: 130%;
  }
  .laptop\:m-b--130\% {
    margin-bottom: -130%;
  }
  .laptop\:p-b-130\% {
    padding-bottom: 130%;
  }
  .laptop\:p-b--130\% {
    padding-bottom: -130%;
  }
  .laptop\:bottom-130\% {
    bottom: 130%;
  }
  .laptop\:bottom--130\% {
    bottom: -130%;
  }
  .laptop\:m-l-130\% {
    margin-left: 130%;
  }
  .laptop\:m-l--130\% {
    margin-left: -130%;
  }
  .laptop\:p-l-130\% {
    padding-left: 130%;
  }
  .laptop\:p-l--130\% {
    padding-left: -130%;
  }
  .laptop\:left-130\% {
    left: 130%;
  }
  .laptop\:left--130\% {
    left: -130%;
  }
  .laptop\:m-r-130\% {
    margin-right: 130%;
  }
  .laptop\:m-r--130\% {
    margin-right: -130%;
  }
  .laptop\:p-r-130\% {
    padding-right: 130%;
  }
  .laptop\:p-r--130\% {
    padding-right: -130%;
  }
  .laptop\:right-130\% {
    right: 130%;
  }
  .laptop\:right--130\% {
    right: -130%;
  }
  .laptop\:h-130\% {
    height: 130%;
  }
  .laptop\:w-130\% {
    width: 130%;
  }
  .laptop\:max_h-130\% {
    max-height: 130%;
  }
  .laptop\:max_w-130\% {
    max-width: 130%;
  }
  .laptop\:min_h-130\% {
    min-height: 130%;
  }
  .laptop\:min_w-130\% {
    min-width: 130%;
  }
  .laptop\:h-130vh {
    height: 130vh;
  }
  .laptop\:w-130vw {
    width: 130vw;
  }
  .laptop\:min_w-130vw {
    min-width: 130vw;
  }
  .laptop\:min_h-130vh {
    min-height: 130vh;
  }
  .laptop\:max_w-130vw {
    max-width: 130vw;
  }
  .laptop\:max_h-130vh {
    max-height: 130vh;
  }
  .laptop\:m-t-131\% {
    margin-top: 131%;
  }
  .laptop\:m-t--131\% {
    margin-top: -131%;
  }
  .laptop\:p-t-131\% {
    padding-top: 131%;
  }
  .laptop\:p-t--131\% {
    padding-top: -131%;
  }
  .laptop\:top-131\% {
    top: 131%;
  }
  .laptop\:top--131\% {
    top: -131%;
  }
  .laptop\:m-b-131\% {
    margin-bottom: 131%;
  }
  .laptop\:m-b--131\% {
    margin-bottom: -131%;
  }
  .laptop\:p-b-131\% {
    padding-bottom: 131%;
  }
  .laptop\:p-b--131\% {
    padding-bottom: -131%;
  }
  .laptop\:bottom-131\% {
    bottom: 131%;
  }
  .laptop\:bottom--131\% {
    bottom: -131%;
  }
  .laptop\:m-l-131\% {
    margin-left: 131%;
  }
  .laptop\:m-l--131\% {
    margin-left: -131%;
  }
  .laptop\:p-l-131\% {
    padding-left: 131%;
  }
  .laptop\:p-l--131\% {
    padding-left: -131%;
  }
  .laptop\:left-131\% {
    left: 131%;
  }
  .laptop\:left--131\% {
    left: -131%;
  }
  .laptop\:m-r-131\% {
    margin-right: 131%;
  }
  .laptop\:m-r--131\% {
    margin-right: -131%;
  }
  .laptop\:p-r-131\% {
    padding-right: 131%;
  }
  .laptop\:p-r--131\% {
    padding-right: -131%;
  }
  .laptop\:right-131\% {
    right: 131%;
  }
  .laptop\:right--131\% {
    right: -131%;
  }
  .laptop\:h-131\% {
    height: 131%;
  }
  .laptop\:w-131\% {
    width: 131%;
  }
  .laptop\:max_h-131\% {
    max-height: 131%;
  }
  .laptop\:max_w-131\% {
    max-width: 131%;
  }
  .laptop\:min_h-131\% {
    min-height: 131%;
  }
  .laptop\:min_w-131\% {
    min-width: 131%;
  }
  .laptop\:h-131vh {
    height: 131vh;
  }
  .laptop\:w-131vw {
    width: 131vw;
  }
  .laptop\:min_w-131vw {
    min-width: 131vw;
  }
  .laptop\:min_h-131vh {
    min-height: 131vh;
  }
  .laptop\:max_w-131vw {
    max-width: 131vw;
  }
  .laptop\:max_h-131vh {
    max-height: 131vh;
  }
  .laptop\:m-t-132\% {
    margin-top: 132%;
  }
  .laptop\:m-t--132\% {
    margin-top: -132%;
  }
  .laptop\:p-t-132\% {
    padding-top: 132%;
  }
  .laptop\:p-t--132\% {
    padding-top: -132%;
  }
  .laptop\:top-132\% {
    top: 132%;
  }
  .laptop\:top--132\% {
    top: -132%;
  }
  .laptop\:m-b-132\% {
    margin-bottom: 132%;
  }
  .laptop\:m-b--132\% {
    margin-bottom: -132%;
  }
  .laptop\:p-b-132\% {
    padding-bottom: 132%;
  }
  .laptop\:p-b--132\% {
    padding-bottom: -132%;
  }
  .laptop\:bottom-132\% {
    bottom: 132%;
  }
  .laptop\:bottom--132\% {
    bottom: -132%;
  }
  .laptop\:m-l-132\% {
    margin-left: 132%;
  }
  .laptop\:m-l--132\% {
    margin-left: -132%;
  }
  .laptop\:p-l-132\% {
    padding-left: 132%;
  }
  .laptop\:p-l--132\% {
    padding-left: -132%;
  }
  .laptop\:left-132\% {
    left: 132%;
  }
  .laptop\:left--132\% {
    left: -132%;
  }
  .laptop\:m-r-132\% {
    margin-right: 132%;
  }
  .laptop\:m-r--132\% {
    margin-right: -132%;
  }
  .laptop\:p-r-132\% {
    padding-right: 132%;
  }
  .laptop\:p-r--132\% {
    padding-right: -132%;
  }
  .laptop\:right-132\% {
    right: 132%;
  }
  .laptop\:right--132\% {
    right: -132%;
  }
  .laptop\:h-132\% {
    height: 132%;
  }
  .laptop\:w-132\% {
    width: 132%;
  }
  .laptop\:max_h-132\% {
    max-height: 132%;
  }
  .laptop\:max_w-132\% {
    max-width: 132%;
  }
  .laptop\:min_h-132\% {
    min-height: 132%;
  }
  .laptop\:min_w-132\% {
    min-width: 132%;
  }
  .laptop\:h-132vh {
    height: 132vh;
  }
  .laptop\:w-132vw {
    width: 132vw;
  }
  .laptop\:min_w-132vw {
    min-width: 132vw;
  }
  .laptop\:min_h-132vh {
    min-height: 132vh;
  }
  .laptop\:max_w-132vw {
    max-width: 132vw;
  }
  .laptop\:max_h-132vh {
    max-height: 132vh;
  }
  .laptop\:m-t-133\% {
    margin-top: 133%;
  }
  .laptop\:m-t--133\% {
    margin-top: -133%;
  }
  .laptop\:p-t-133\% {
    padding-top: 133%;
  }
  .laptop\:p-t--133\% {
    padding-top: -133%;
  }
  .laptop\:top-133\% {
    top: 133%;
  }
  .laptop\:top--133\% {
    top: -133%;
  }
  .laptop\:m-b-133\% {
    margin-bottom: 133%;
  }
  .laptop\:m-b--133\% {
    margin-bottom: -133%;
  }
  .laptop\:p-b-133\% {
    padding-bottom: 133%;
  }
  .laptop\:p-b--133\% {
    padding-bottom: -133%;
  }
  .laptop\:bottom-133\% {
    bottom: 133%;
  }
  .laptop\:bottom--133\% {
    bottom: -133%;
  }
  .laptop\:m-l-133\% {
    margin-left: 133%;
  }
  .laptop\:m-l--133\% {
    margin-left: -133%;
  }
  .laptop\:p-l-133\% {
    padding-left: 133%;
  }
  .laptop\:p-l--133\% {
    padding-left: -133%;
  }
  .laptop\:left-133\% {
    left: 133%;
  }
  .laptop\:left--133\% {
    left: -133%;
  }
  .laptop\:m-r-133\% {
    margin-right: 133%;
  }
  .laptop\:m-r--133\% {
    margin-right: -133%;
  }
  .laptop\:p-r-133\% {
    padding-right: 133%;
  }
  .laptop\:p-r--133\% {
    padding-right: -133%;
  }
  .laptop\:right-133\% {
    right: 133%;
  }
  .laptop\:right--133\% {
    right: -133%;
  }
  .laptop\:h-133\% {
    height: 133%;
  }
  .laptop\:w-133\% {
    width: 133%;
  }
  .laptop\:max_h-133\% {
    max-height: 133%;
  }
  .laptop\:max_w-133\% {
    max-width: 133%;
  }
  .laptop\:min_h-133\% {
    min-height: 133%;
  }
  .laptop\:min_w-133\% {
    min-width: 133%;
  }
  .laptop\:h-133vh {
    height: 133vh;
  }
  .laptop\:w-133vw {
    width: 133vw;
  }
  .laptop\:min_w-133vw {
    min-width: 133vw;
  }
  .laptop\:min_h-133vh {
    min-height: 133vh;
  }
  .laptop\:max_w-133vw {
    max-width: 133vw;
  }
  .laptop\:max_h-133vh {
    max-height: 133vh;
  }
  .laptop\:m-t-134\% {
    margin-top: 134%;
  }
  .laptop\:m-t--134\% {
    margin-top: -134%;
  }
  .laptop\:p-t-134\% {
    padding-top: 134%;
  }
  .laptop\:p-t--134\% {
    padding-top: -134%;
  }
  .laptop\:top-134\% {
    top: 134%;
  }
  .laptop\:top--134\% {
    top: -134%;
  }
  .laptop\:m-b-134\% {
    margin-bottom: 134%;
  }
  .laptop\:m-b--134\% {
    margin-bottom: -134%;
  }
  .laptop\:p-b-134\% {
    padding-bottom: 134%;
  }
  .laptop\:p-b--134\% {
    padding-bottom: -134%;
  }
  .laptop\:bottom-134\% {
    bottom: 134%;
  }
  .laptop\:bottom--134\% {
    bottom: -134%;
  }
  .laptop\:m-l-134\% {
    margin-left: 134%;
  }
  .laptop\:m-l--134\% {
    margin-left: -134%;
  }
  .laptop\:p-l-134\% {
    padding-left: 134%;
  }
  .laptop\:p-l--134\% {
    padding-left: -134%;
  }
  .laptop\:left-134\% {
    left: 134%;
  }
  .laptop\:left--134\% {
    left: -134%;
  }
  .laptop\:m-r-134\% {
    margin-right: 134%;
  }
  .laptop\:m-r--134\% {
    margin-right: -134%;
  }
  .laptop\:p-r-134\% {
    padding-right: 134%;
  }
  .laptop\:p-r--134\% {
    padding-right: -134%;
  }
  .laptop\:right-134\% {
    right: 134%;
  }
  .laptop\:right--134\% {
    right: -134%;
  }
  .laptop\:h-134\% {
    height: 134%;
  }
  .laptop\:w-134\% {
    width: 134%;
  }
  .laptop\:max_h-134\% {
    max-height: 134%;
  }
  .laptop\:max_w-134\% {
    max-width: 134%;
  }
  .laptop\:min_h-134\% {
    min-height: 134%;
  }
  .laptop\:min_w-134\% {
    min-width: 134%;
  }
  .laptop\:h-134vh {
    height: 134vh;
  }
  .laptop\:w-134vw {
    width: 134vw;
  }
  .laptop\:min_w-134vw {
    min-width: 134vw;
  }
  .laptop\:min_h-134vh {
    min-height: 134vh;
  }
  .laptop\:max_w-134vw {
    max-width: 134vw;
  }
  .laptop\:max_h-134vh {
    max-height: 134vh;
  }
  .laptop\:m-t-135\% {
    margin-top: 135%;
  }
  .laptop\:m-t--135\% {
    margin-top: -135%;
  }
  .laptop\:p-t-135\% {
    padding-top: 135%;
  }
  .laptop\:p-t--135\% {
    padding-top: -135%;
  }
  .laptop\:top-135\% {
    top: 135%;
  }
  .laptop\:top--135\% {
    top: -135%;
  }
  .laptop\:m-b-135\% {
    margin-bottom: 135%;
  }
  .laptop\:m-b--135\% {
    margin-bottom: -135%;
  }
  .laptop\:p-b-135\% {
    padding-bottom: 135%;
  }
  .laptop\:p-b--135\% {
    padding-bottom: -135%;
  }
  .laptop\:bottom-135\% {
    bottom: 135%;
  }
  .laptop\:bottom--135\% {
    bottom: -135%;
  }
  .laptop\:m-l-135\% {
    margin-left: 135%;
  }
  .laptop\:m-l--135\% {
    margin-left: -135%;
  }
  .laptop\:p-l-135\% {
    padding-left: 135%;
  }
  .laptop\:p-l--135\% {
    padding-left: -135%;
  }
  .laptop\:left-135\% {
    left: 135%;
  }
  .laptop\:left--135\% {
    left: -135%;
  }
  .laptop\:m-r-135\% {
    margin-right: 135%;
  }
  .laptop\:m-r--135\% {
    margin-right: -135%;
  }
  .laptop\:p-r-135\% {
    padding-right: 135%;
  }
  .laptop\:p-r--135\% {
    padding-right: -135%;
  }
  .laptop\:right-135\% {
    right: 135%;
  }
  .laptop\:right--135\% {
    right: -135%;
  }
  .laptop\:h-135\% {
    height: 135%;
  }
  .laptop\:w-135\% {
    width: 135%;
  }
  .laptop\:max_h-135\% {
    max-height: 135%;
  }
  .laptop\:max_w-135\% {
    max-width: 135%;
  }
  .laptop\:min_h-135\% {
    min-height: 135%;
  }
  .laptop\:min_w-135\% {
    min-width: 135%;
  }
  .laptop\:h-135vh {
    height: 135vh;
  }
  .laptop\:w-135vw {
    width: 135vw;
  }
  .laptop\:min_w-135vw {
    min-width: 135vw;
  }
  .laptop\:min_h-135vh {
    min-height: 135vh;
  }
  .laptop\:max_w-135vw {
    max-width: 135vw;
  }
  .laptop\:max_h-135vh {
    max-height: 135vh;
  }
  .laptop\:m-t-136\% {
    margin-top: 136%;
  }
  .laptop\:m-t--136\% {
    margin-top: -136%;
  }
  .laptop\:p-t-136\% {
    padding-top: 136%;
  }
  .laptop\:p-t--136\% {
    padding-top: -136%;
  }
  .laptop\:top-136\% {
    top: 136%;
  }
  .laptop\:top--136\% {
    top: -136%;
  }
  .laptop\:m-b-136\% {
    margin-bottom: 136%;
  }
  .laptop\:m-b--136\% {
    margin-bottom: -136%;
  }
  .laptop\:p-b-136\% {
    padding-bottom: 136%;
  }
  .laptop\:p-b--136\% {
    padding-bottom: -136%;
  }
  .laptop\:bottom-136\% {
    bottom: 136%;
  }
  .laptop\:bottom--136\% {
    bottom: -136%;
  }
  .laptop\:m-l-136\% {
    margin-left: 136%;
  }
  .laptop\:m-l--136\% {
    margin-left: -136%;
  }
  .laptop\:p-l-136\% {
    padding-left: 136%;
  }
  .laptop\:p-l--136\% {
    padding-left: -136%;
  }
  .laptop\:left-136\% {
    left: 136%;
  }
  .laptop\:left--136\% {
    left: -136%;
  }
  .laptop\:m-r-136\% {
    margin-right: 136%;
  }
  .laptop\:m-r--136\% {
    margin-right: -136%;
  }
  .laptop\:p-r-136\% {
    padding-right: 136%;
  }
  .laptop\:p-r--136\% {
    padding-right: -136%;
  }
  .laptop\:right-136\% {
    right: 136%;
  }
  .laptop\:right--136\% {
    right: -136%;
  }
  .laptop\:h-136\% {
    height: 136%;
  }
  .laptop\:w-136\% {
    width: 136%;
  }
  .laptop\:max_h-136\% {
    max-height: 136%;
  }
  .laptop\:max_w-136\% {
    max-width: 136%;
  }
  .laptop\:min_h-136\% {
    min-height: 136%;
  }
  .laptop\:min_w-136\% {
    min-width: 136%;
  }
  .laptop\:h-136vh {
    height: 136vh;
  }
  .laptop\:w-136vw {
    width: 136vw;
  }
  .laptop\:min_w-136vw {
    min-width: 136vw;
  }
  .laptop\:min_h-136vh {
    min-height: 136vh;
  }
  .laptop\:max_w-136vw {
    max-width: 136vw;
  }
  .laptop\:max_h-136vh {
    max-height: 136vh;
  }
  .laptop\:m-t-137\% {
    margin-top: 137%;
  }
  .laptop\:m-t--137\% {
    margin-top: -137%;
  }
  .laptop\:p-t-137\% {
    padding-top: 137%;
  }
  .laptop\:p-t--137\% {
    padding-top: -137%;
  }
  .laptop\:top-137\% {
    top: 137%;
  }
  .laptop\:top--137\% {
    top: -137%;
  }
  .laptop\:m-b-137\% {
    margin-bottom: 137%;
  }
  .laptop\:m-b--137\% {
    margin-bottom: -137%;
  }
  .laptop\:p-b-137\% {
    padding-bottom: 137%;
  }
  .laptop\:p-b--137\% {
    padding-bottom: -137%;
  }
  .laptop\:bottom-137\% {
    bottom: 137%;
  }
  .laptop\:bottom--137\% {
    bottom: -137%;
  }
  .laptop\:m-l-137\% {
    margin-left: 137%;
  }
  .laptop\:m-l--137\% {
    margin-left: -137%;
  }
  .laptop\:p-l-137\% {
    padding-left: 137%;
  }
  .laptop\:p-l--137\% {
    padding-left: -137%;
  }
  .laptop\:left-137\% {
    left: 137%;
  }
  .laptop\:left--137\% {
    left: -137%;
  }
  .laptop\:m-r-137\% {
    margin-right: 137%;
  }
  .laptop\:m-r--137\% {
    margin-right: -137%;
  }
  .laptop\:p-r-137\% {
    padding-right: 137%;
  }
  .laptop\:p-r--137\% {
    padding-right: -137%;
  }
  .laptop\:right-137\% {
    right: 137%;
  }
  .laptop\:right--137\% {
    right: -137%;
  }
  .laptop\:h-137\% {
    height: 137%;
  }
  .laptop\:w-137\% {
    width: 137%;
  }
  .laptop\:max_h-137\% {
    max-height: 137%;
  }
  .laptop\:max_w-137\% {
    max-width: 137%;
  }
  .laptop\:min_h-137\% {
    min-height: 137%;
  }
  .laptop\:min_w-137\% {
    min-width: 137%;
  }
  .laptop\:h-137vh {
    height: 137vh;
  }
  .laptop\:w-137vw {
    width: 137vw;
  }
  .laptop\:min_w-137vw {
    min-width: 137vw;
  }
  .laptop\:min_h-137vh {
    min-height: 137vh;
  }
  .laptop\:max_w-137vw {
    max-width: 137vw;
  }
  .laptop\:max_h-137vh {
    max-height: 137vh;
  }
  .laptop\:m-t-138\% {
    margin-top: 138%;
  }
  .laptop\:m-t--138\% {
    margin-top: -138%;
  }
  .laptop\:p-t-138\% {
    padding-top: 138%;
  }
  .laptop\:p-t--138\% {
    padding-top: -138%;
  }
  .laptop\:top-138\% {
    top: 138%;
  }
  .laptop\:top--138\% {
    top: -138%;
  }
  .laptop\:m-b-138\% {
    margin-bottom: 138%;
  }
  .laptop\:m-b--138\% {
    margin-bottom: -138%;
  }
  .laptop\:p-b-138\% {
    padding-bottom: 138%;
  }
  .laptop\:p-b--138\% {
    padding-bottom: -138%;
  }
  .laptop\:bottom-138\% {
    bottom: 138%;
  }
  .laptop\:bottom--138\% {
    bottom: -138%;
  }
  .laptop\:m-l-138\% {
    margin-left: 138%;
  }
  .laptop\:m-l--138\% {
    margin-left: -138%;
  }
  .laptop\:p-l-138\% {
    padding-left: 138%;
  }
  .laptop\:p-l--138\% {
    padding-left: -138%;
  }
  .laptop\:left-138\% {
    left: 138%;
  }
  .laptop\:left--138\% {
    left: -138%;
  }
  .laptop\:m-r-138\% {
    margin-right: 138%;
  }
  .laptop\:m-r--138\% {
    margin-right: -138%;
  }
  .laptop\:p-r-138\% {
    padding-right: 138%;
  }
  .laptop\:p-r--138\% {
    padding-right: -138%;
  }
  .laptop\:right-138\% {
    right: 138%;
  }
  .laptop\:right--138\% {
    right: -138%;
  }
  .laptop\:h-138\% {
    height: 138%;
  }
  .laptop\:w-138\% {
    width: 138%;
  }
  .laptop\:max_h-138\% {
    max-height: 138%;
  }
  .laptop\:max_w-138\% {
    max-width: 138%;
  }
  .laptop\:min_h-138\% {
    min-height: 138%;
  }
  .laptop\:min_w-138\% {
    min-width: 138%;
  }
  .laptop\:h-138vh {
    height: 138vh;
  }
  .laptop\:w-138vw {
    width: 138vw;
  }
  .laptop\:min_w-138vw {
    min-width: 138vw;
  }
  .laptop\:min_h-138vh {
    min-height: 138vh;
  }
  .laptop\:max_w-138vw {
    max-width: 138vw;
  }
  .laptop\:max_h-138vh {
    max-height: 138vh;
  }
  .laptop\:m-t-139\% {
    margin-top: 139%;
  }
  .laptop\:m-t--139\% {
    margin-top: -139%;
  }
  .laptop\:p-t-139\% {
    padding-top: 139%;
  }
  .laptop\:p-t--139\% {
    padding-top: -139%;
  }
  .laptop\:top-139\% {
    top: 139%;
  }
  .laptop\:top--139\% {
    top: -139%;
  }
  .laptop\:m-b-139\% {
    margin-bottom: 139%;
  }
  .laptop\:m-b--139\% {
    margin-bottom: -139%;
  }
  .laptop\:p-b-139\% {
    padding-bottom: 139%;
  }
  .laptop\:p-b--139\% {
    padding-bottom: -139%;
  }
  .laptop\:bottom-139\% {
    bottom: 139%;
  }
  .laptop\:bottom--139\% {
    bottom: -139%;
  }
  .laptop\:m-l-139\% {
    margin-left: 139%;
  }
  .laptop\:m-l--139\% {
    margin-left: -139%;
  }
  .laptop\:p-l-139\% {
    padding-left: 139%;
  }
  .laptop\:p-l--139\% {
    padding-left: -139%;
  }
  .laptop\:left-139\% {
    left: 139%;
  }
  .laptop\:left--139\% {
    left: -139%;
  }
  .laptop\:m-r-139\% {
    margin-right: 139%;
  }
  .laptop\:m-r--139\% {
    margin-right: -139%;
  }
  .laptop\:p-r-139\% {
    padding-right: 139%;
  }
  .laptop\:p-r--139\% {
    padding-right: -139%;
  }
  .laptop\:right-139\% {
    right: 139%;
  }
  .laptop\:right--139\% {
    right: -139%;
  }
  .laptop\:h-139\% {
    height: 139%;
  }
  .laptop\:w-139\% {
    width: 139%;
  }
  .laptop\:max_h-139\% {
    max-height: 139%;
  }
  .laptop\:max_w-139\% {
    max-width: 139%;
  }
  .laptop\:min_h-139\% {
    min-height: 139%;
  }
  .laptop\:min_w-139\% {
    min-width: 139%;
  }
  .laptop\:h-139vh {
    height: 139vh;
  }
  .laptop\:w-139vw {
    width: 139vw;
  }
  .laptop\:min_w-139vw {
    min-width: 139vw;
  }
  .laptop\:min_h-139vh {
    min-height: 139vh;
  }
  .laptop\:max_w-139vw {
    max-width: 139vw;
  }
  .laptop\:max_h-139vh {
    max-height: 139vh;
  }
  .laptop\:m-t-140\% {
    margin-top: 140%;
  }
  .laptop\:m-t--140\% {
    margin-top: -140%;
  }
  .laptop\:p-t-140\% {
    padding-top: 140%;
  }
  .laptop\:p-t--140\% {
    padding-top: -140%;
  }
  .laptop\:top-140\% {
    top: 140%;
  }
  .laptop\:top--140\% {
    top: -140%;
  }
  .laptop\:m-b-140\% {
    margin-bottom: 140%;
  }
  .laptop\:m-b--140\% {
    margin-bottom: -140%;
  }
  .laptop\:p-b-140\% {
    padding-bottom: 140%;
  }
  .laptop\:p-b--140\% {
    padding-bottom: -140%;
  }
  .laptop\:bottom-140\% {
    bottom: 140%;
  }
  .laptop\:bottom--140\% {
    bottom: -140%;
  }
  .laptop\:m-l-140\% {
    margin-left: 140%;
  }
  .laptop\:m-l--140\% {
    margin-left: -140%;
  }
  .laptop\:p-l-140\% {
    padding-left: 140%;
  }
  .laptop\:p-l--140\% {
    padding-left: -140%;
  }
  .laptop\:left-140\% {
    left: 140%;
  }
  .laptop\:left--140\% {
    left: -140%;
  }
  .laptop\:m-r-140\% {
    margin-right: 140%;
  }
  .laptop\:m-r--140\% {
    margin-right: -140%;
  }
  .laptop\:p-r-140\% {
    padding-right: 140%;
  }
  .laptop\:p-r--140\% {
    padding-right: -140%;
  }
  .laptop\:right-140\% {
    right: 140%;
  }
  .laptop\:right--140\% {
    right: -140%;
  }
  .laptop\:h-140\% {
    height: 140%;
  }
  .laptop\:w-140\% {
    width: 140%;
  }
  .laptop\:max_h-140\% {
    max-height: 140%;
  }
  .laptop\:max_w-140\% {
    max-width: 140%;
  }
  .laptop\:min_h-140\% {
    min-height: 140%;
  }
  .laptop\:min_w-140\% {
    min-width: 140%;
  }
  .laptop\:h-140vh {
    height: 140vh;
  }
  .laptop\:w-140vw {
    width: 140vw;
  }
  .laptop\:min_w-140vw {
    min-width: 140vw;
  }
  .laptop\:min_h-140vh {
    min-height: 140vh;
  }
  .laptop\:max_w-140vw {
    max-width: 140vw;
  }
  .laptop\:max_h-140vh {
    max-height: 140vh;
  }
  .laptop\:m-t-141\% {
    margin-top: 141%;
  }
  .laptop\:m-t--141\% {
    margin-top: -141%;
  }
  .laptop\:p-t-141\% {
    padding-top: 141%;
  }
  .laptop\:p-t--141\% {
    padding-top: -141%;
  }
  .laptop\:top-141\% {
    top: 141%;
  }
  .laptop\:top--141\% {
    top: -141%;
  }
  .laptop\:m-b-141\% {
    margin-bottom: 141%;
  }
  .laptop\:m-b--141\% {
    margin-bottom: -141%;
  }
  .laptop\:p-b-141\% {
    padding-bottom: 141%;
  }
  .laptop\:p-b--141\% {
    padding-bottom: -141%;
  }
  .laptop\:bottom-141\% {
    bottom: 141%;
  }
  .laptop\:bottom--141\% {
    bottom: -141%;
  }
  .laptop\:m-l-141\% {
    margin-left: 141%;
  }
  .laptop\:m-l--141\% {
    margin-left: -141%;
  }
  .laptop\:p-l-141\% {
    padding-left: 141%;
  }
  .laptop\:p-l--141\% {
    padding-left: -141%;
  }
  .laptop\:left-141\% {
    left: 141%;
  }
  .laptop\:left--141\% {
    left: -141%;
  }
  .laptop\:m-r-141\% {
    margin-right: 141%;
  }
  .laptop\:m-r--141\% {
    margin-right: -141%;
  }
  .laptop\:p-r-141\% {
    padding-right: 141%;
  }
  .laptop\:p-r--141\% {
    padding-right: -141%;
  }
  .laptop\:right-141\% {
    right: 141%;
  }
  .laptop\:right--141\% {
    right: -141%;
  }
  .laptop\:h-141\% {
    height: 141%;
  }
  .laptop\:w-141\% {
    width: 141%;
  }
  .laptop\:max_h-141\% {
    max-height: 141%;
  }
  .laptop\:max_w-141\% {
    max-width: 141%;
  }
  .laptop\:min_h-141\% {
    min-height: 141%;
  }
  .laptop\:min_w-141\% {
    min-width: 141%;
  }
  .laptop\:h-141vh {
    height: 141vh;
  }
  .laptop\:w-141vw {
    width: 141vw;
  }
  .laptop\:min_w-141vw {
    min-width: 141vw;
  }
  .laptop\:min_h-141vh {
    min-height: 141vh;
  }
  .laptop\:max_w-141vw {
    max-width: 141vw;
  }
  .laptop\:max_h-141vh {
    max-height: 141vh;
  }
  .laptop\:m-t-142\% {
    margin-top: 142%;
  }
  .laptop\:m-t--142\% {
    margin-top: -142%;
  }
  .laptop\:p-t-142\% {
    padding-top: 142%;
  }
  .laptop\:p-t--142\% {
    padding-top: -142%;
  }
  .laptop\:top-142\% {
    top: 142%;
  }
  .laptop\:top--142\% {
    top: -142%;
  }
  .laptop\:m-b-142\% {
    margin-bottom: 142%;
  }
  .laptop\:m-b--142\% {
    margin-bottom: -142%;
  }
  .laptop\:p-b-142\% {
    padding-bottom: 142%;
  }
  .laptop\:p-b--142\% {
    padding-bottom: -142%;
  }
  .laptop\:bottom-142\% {
    bottom: 142%;
  }
  .laptop\:bottom--142\% {
    bottom: -142%;
  }
  .laptop\:m-l-142\% {
    margin-left: 142%;
  }
  .laptop\:m-l--142\% {
    margin-left: -142%;
  }
  .laptop\:p-l-142\% {
    padding-left: 142%;
  }
  .laptop\:p-l--142\% {
    padding-left: -142%;
  }
  .laptop\:left-142\% {
    left: 142%;
  }
  .laptop\:left--142\% {
    left: -142%;
  }
  .laptop\:m-r-142\% {
    margin-right: 142%;
  }
  .laptop\:m-r--142\% {
    margin-right: -142%;
  }
  .laptop\:p-r-142\% {
    padding-right: 142%;
  }
  .laptop\:p-r--142\% {
    padding-right: -142%;
  }
  .laptop\:right-142\% {
    right: 142%;
  }
  .laptop\:right--142\% {
    right: -142%;
  }
  .laptop\:h-142\% {
    height: 142%;
  }
  .laptop\:w-142\% {
    width: 142%;
  }
  .laptop\:max_h-142\% {
    max-height: 142%;
  }
  .laptop\:max_w-142\% {
    max-width: 142%;
  }
  .laptop\:min_h-142\% {
    min-height: 142%;
  }
  .laptop\:min_w-142\% {
    min-width: 142%;
  }
  .laptop\:h-142vh {
    height: 142vh;
  }
  .laptop\:w-142vw {
    width: 142vw;
  }
  .laptop\:min_w-142vw {
    min-width: 142vw;
  }
  .laptop\:min_h-142vh {
    min-height: 142vh;
  }
  .laptop\:max_w-142vw {
    max-width: 142vw;
  }
  .laptop\:max_h-142vh {
    max-height: 142vh;
  }
  .laptop\:m-t-143\% {
    margin-top: 143%;
  }
  .laptop\:m-t--143\% {
    margin-top: -143%;
  }
  .laptop\:p-t-143\% {
    padding-top: 143%;
  }
  .laptop\:p-t--143\% {
    padding-top: -143%;
  }
  .laptop\:top-143\% {
    top: 143%;
  }
  .laptop\:top--143\% {
    top: -143%;
  }
  .laptop\:m-b-143\% {
    margin-bottom: 143%;
  }
  .laptop\:m-b--143\% {
    margin-bottom: -143%;
  }
  .laptop\:p-b-143\% {
    padding-bottom: 143%;
  }
  .laptop\:p-b--143\% {
    padding-bottom: -143%;
  }
  .laptop\:bottom-143\% {
    bottom: 143%;
  }
  .laptop\:bottom--143\% {
    bottom: -143%;
  }
  .laptop\:m-l-143\% {
    margin-left: 143%;
  }
  .laptop\:m-l--143\% {
    margin-left: -143%;
  }
  .laptop\:p-l-143\% {
    padding-left: 143%;
  }
  .laptop\:p-l--143\% {
    padding-left: -143%;
  }
  .laptop\:left-143\% {
    left: 143%;
  }
  .laptop\:left--143\% {
    left: -143%;
  }
  .laptop\:m-r-143\% {
    margin-right: 143%;
  }
  .laptop\:m-r--143\% {
    margin-right: -143%;
  }
  .laptop\:p-r-143\% {
    padding-right: 143%;
  }
  .laptop\:p-r--143\% {
    padding-right: -143%;
  }
  .laptop\:right-143\% {
    right: 143%;
  }
  .laptop\:right--143\% {
    right: -143%;
  }
  .laptop\:h-143\% {
    height: 143%;
  }
  .laptop\:w-143\% {
    width: 143%;
  }
  .laptop\:max_h-143\% {
    max-height: 143%;
  }
  .laptop\:max_w-143\% {
    max-width: 143%;
  }
  .laptop\:min_h-143\% {
    min-height: 143%;
  }
  .laptop\:min_w-143\% {
    min-width: 143%;
  }
  .laptop\:h-143vh {
    height: 143vh;
  }
  .laptop\:w-143vw {
    width: 143vw;
  }
  .laptop\:min_w-143vw {
    min-width: 143vw;
  }
  .laptop\:min_h-143vh {
    min-height: 143vh;
  }
  .laptop\:max_w-143vw {
    max-width: 143vw;
  }
  .laptop\:max_h-143vh {
    max-height: 143vh;
  }
  .laptop\:m-t-144\% {
    margin-top: 144%;
  }
  .laptop\:m-t--144\% {
    margin-top: -144%;
  }
  .laptop\:p-t-144\% {
    padding-top: 144%;
  }
  .laptop\:p-t--144\% {
    padding-top: -144%;
  }
  .laptop\:top-144\% {
    top: 144%;
  }
  .laptop\:top--144\% {
    top: -144%;
  }
  .laptop\:m-b-144\% {
    margin-bottom: 144%;
  }
  .laptop\:m-b--144\% {
    margin-bottom: -144%;
  }
  .laptop\:p-b-144\% {
    padding-bottom: 144%;
  }
  .laptop\:p-b--144\% {
    padding-bottom: -144%;
  }
  .laptop\:bottom-144\% {
    bottom: 144%;
  }
  .laptop\:bottom--144\% {
    bottom: -144%;
  }
  .laptop\:m-l-144\% {
    margin-left: 144%;
  }
  .laptop\:m-l--144\% {
    margin-left: -144%;
  }
  .laptop\:p-l-144\% {
    padding-left: 144%;
  }
  .laptop\:p-l--144\% {
    padding-left: -144%;
  }
  .laptop\:left-144\% {
    left: 144%;
  }
  .laptop\:left--144\% {
    left: -144%;
  }
  .laptop\:m-r-144\% {
    margin-right: 144%;
  }
  .laptop\:m-r--144\% {
    margin-right: -144%;
  }
  .laptop\:p-r-144\% {
    padding-right: 144%;
  }
  .laptop\:p-r--144\% {
    padding-right: -144%;
  }
  .laptop\:right-144\% {
    right: 144%;
  }
  .laptop\:right--144\% {
    right: -144%;
  }
  .laptop\:h-144\% {
    height: 144%;
  }
  .laptop\:w-144\% {
    width: 144%;
  }
  .laptop\:max_h-144\% {
    max-height: 144%;
  }
  .laptop\:max_w-144\% {
    max-width: 144%;
  }
  .laptop\:min_h-144\% {
    min-height: 144%;
  }
  .laptop\:min_w-144\% {
    min-width: 144%;
  }
  .laptop\:h-144vh {
    height: 144vh;
  }
  .laptop\:w-144vw {
    width: 144vw;
  }
  .laptop\:min_w-144vw {
    min-width: 144vw;
  }
  .laptop\:min_h-144vh {
    min-height: 144vh;
  }
  .laptop\:max_w-144vw {
    max-width: 144vw;
  }
  .laptop\:max_h-144vh {
    max-height: 144vh;
  }
  .laptop\:m-t-145\% {
    margin-top: 145%;
  }
  .laptop\:m-t--145\% {
    margin-top: -145%;
  }
  .laptop\:p-t-145\% {
    padding-top: 145%;
  }
  .laptop\:p-t--145\% {
    padding-top: -145%;
  }
  .laptop\:top-145\% {
    top: 145%;
  }
  .laptop\:top--145\% {
    top: -145%;
  }
  .laptop\:m-b-145\% {
    margin-bottom: 145%;
  }
  .laptop\:m-b--145\% {
    margin-bottom: -145%;
  }
  .laptop\:p-b-145\% {
    padding-bottom: 145%;
  }
  .laptop\:p-b--145\% {
    padding-bottom: -145%;
  }
  .laptop\:bottom-145\% {
    bottom: 145%;
  }
  .laptop\:bottom--145\% {
    bottom: -145%;
  }
  .laptop\:m-l-145\% {
    margin-left: 145%;
  }
  .laptop\:m-l--145\% {
    margin-left: -145%;
  }
  .laptop\:p-l-145\% {
    padding-left: 145%;
  }
  .laptop\:p-l--145\% {
    padding-left: -145%;
  }
  .laptop\:left-145\% {
    left: 145%;
  }
  .laptop\:left--145\% {
    left: -145%;
  }
  .laptop\:m-r-145\% {
    margin-right: 145%;
  }
  .laptop\:m-r--145\% {
    margin-right: -145%;
  }
  .laptop\:p-r-145\% {
    padding-right: 145%;
  }
  .laptop\:p-r--145\% {
    padding-right: -145%;
  }
  .laptop\:right-145\% {
    right: 145%;
  }
  .laptop\:right--145\% {
    right: -145%;
  }
  .laptop\:h-145\% {
    height: 145%;
  }
  .laptop\:w-145\% {
    width: 145%;
  }
  .laptop\:max_h-145\% {
    max-height: 145%;
  }
  .laptop\:max_w-145\% {
    max-width: 145%;
  }
  .laptop\:min_h-145\% {
    min-height: 145%;
  }
  .laptop\:min_w-145\% {
    min-width: 145%;
  }
  .laptop\:h-145vh {
    height: 145vh;
  }
  .laptop\:w-145vw {
    width: 145vw;
  }
  .laptop\:min_w-145vw {
    min-width: 145vw;
  }
  .laptop\:min_h-145vh {
    min-height: 145vh;
  }
  .laptop\:max_w-145vw {
    max-width: 145vw;
  }
  .laptop\:max_h-145vh {
    max-height: 145vh;
  }
  .laptop\:m-t-146\% {
    margin-top: 146%;
  }
  .laptop\:m-t--146\% {
    margin-top: -146%;
  }
  .laptop\:p-t-146\% {
    padding-top: 146%;
  }
  .laptop\:p-t--146\% {
    padding-top: -146%;
  }
  .laptop\:top-146\% {
    top: 146%;
  }
  .laptop\:top--146\% {
    top: -146%;
  }
  .laptop\:m-b-146\% {
    margin-bottom: 146%;
  }
  .laptop\:m-b--146\% {
    margin-bottom: -146%;
  }
  .laptop\:p-b-146\% {
    padding-bottom: 146%;
  }
  .laptop\:p-b--146\% {
    padding-bottom: -146%;
  }
  .laptop\:bottom-146\% {
    bottom: 146%;
  }
  .laptop\:bottom--146\% {
    bottom: -146%;
  }
  .laptop\:m-l-146\% {
    margin-left: 146%;
  }
  .laptop\:m-l--146\% {
    margin-left: -146%;
  }
  .laptop\:p-l-146\% {
    padding-left: 146%;
  }
  .laptop\:p-l--146\% {
    padding-left: -146%;
  }
  .laptop\:left-146\% {
    left: 146%;
  }
  .laptop\:left--146\% {
    left: -146%;
  }
  .laptop\:m-r-146\% {
    margin-right: 146%;
  }
  .laptop\:m-r--146\% {
    margin-right: -146%;
  }
  .laptop\:p-r-146\% {
    padding-right: 146%;
  }
  .laptop\:p-r--146\% {
    padding-right: -146%;
  }
  .laptop\:right-146\% {
    right: 146%;
  }
  .laptop\:right--146\% {
    right: -146%;
  }
  .laptop\:h-146\% {
    height: 146%;
  }
  .laptop\:w-146\% {
    width: 146%;
  }
  .laptop\:max_h-146\% {
    max-height: 146%;
  }
  .laptop\:max_w-146\% {
    max-width: 146%;
  }
  .laptop\:min_h-146\% {
    min-height: 146%;
  }
  .laptop\:min_w-146\% {
    min-width: 146%;
  }
  .laptop\:h-146vh {
    height: 146vh;
  }
  .laptop\:w-146vw {
    width: 146vw;
  }
  .laptop\:min_w-146vw {
    min-width: 146vw;
  }
  .laptop\:min_h-146vh {
    min-height: 146vh;
  }
  .laptop\:max_w-146vw {
    max-width: 146vw;
  }
  .laptop\:max_h-146vh {
    max-height: 146vh;
  }
  .laptop\:m-t-147\% {
    margin-top: 147%;
  }
  .laptop\:m-t--147\% {
    margin-top: -147%;
  }
  .laptop\:p-t-147\% {
    padding-top: 147%;
  }
  .laptop\:p-t--147\% {
    padding-top: -147%;
  }
  .laptop\:top-147\% {
    top: 147%;
  }
  .laptop\:top--147\% {
    top: -147%;
  }
  .laptop\:m-b-147\% {
    margin-bottom: 147%;
  }
  .laptop\:m-b--147\% {
    margin-bottom: -147%;
  }
  .laptop\:p-b-147\% {
    padding-bottom: 147%;
  }
  .laptop\:p-b--147\% {
    padding-bottom: -147%;
  }
  .laptop\:bottom-147\% {
    bottom: 147%;
  }
  .laptop\:bottom--147\% {
    bottom: -147%;
  }
  .laptop\:m-l-147\% {
    margin-left: 147%;
  }
  .laptop\:m-l--147\% {
    margin-left: -147%;
  }
  .laptop\:p-l-147\% {
    padding-left: 147%;
  }
  .laptop\:p-l--147\% {
    padding-left: -147%;
  }
  .laptop\:left-147\% {
    left: 147%;
  }
  .laptop\:left--147\% {
    left: -147%;
  }
  .laptop\:m-r-147\% {
    margin-right: 147%;
  }
  .laptop\:m-r--147\% {
    margin-right: -147%;
  }
  .laptop\:p-r-147\% {
    padding-right: 147%;
  }
  .laptop\:p-r--147\% {
    padding-right: -147%;
  }
  .laptop\:right-147\% {
    right: 147%;
  }
  .laptop\:right--147\% {
    right: -147%;
  }
  .laptop\:h-147\% {
    height: 147%;
  }
  .laptop\:w-147\% {
    width: 147%;
  }
  .laptop\:max_h-147\% {
    max-height: 147%;
  }
  .laptop\:max_w-147\% {
    max-width: 147%;
  }
  .laptop\:min_h-147\% {
    min-height: 147%;
  }
  .laptop\:min_w-147\% {
    min-width: 147%;
  }
  .laptop\:h-147vh {
    height: 147vh;
  }
  .laptop\:w-147vw {
    width: 147vw;
  }
  .laptop\:min_w-147vw {
    min-width: 147vw;
  }
  .laptop\:min_h-147vh {
    min-height: 147vh;
  }
  .laptop\:max_w-147vw {
    max-width: 147vw;
  }
  .laptop\:max_h-147vh {
    max-height: 147vh;
  }
  .laptop\:m-t-148\% {
    margin-top: 148%;
  }
  .laptop\:m-t--148\% {
    margin-top: -148%;
  }
  .laptop\:p-t-148\% {
    padding-top: 148%;
  }
  .laptop\:p-t--148\% {
    padding-top: -148%;
  }
  .laptop\:top-148\% {
    top: 148%;
  }
  .laptop\:top--148\% {
    top: -148%;
  }
  .laptop\:m-b-148\% {
    margin-bottom: 148%;
  }
  .laptop\:m-b--148\% {
    margin-bottom: -148%;
  }
  .laptop\:p-b-148\% {
    padding-bottom: 148%;
  }
  .laptop\:p-b--148\% {
    padding-bottom: -148%;
  }
  .laptop\:bottom-148\% {
    bottom: 148%;
  }
  .laptop\:bottom--148\% {
    bottom: -148%;
  }
  .laptop\:m-l-148\% {
    margin-left: 148%;
  }
  .laptop\:m-l--148\% {
    margin-left: -148%;
  }
  .laptop\:p-l-148\% {
    padding-left: 148%;
  }
  .laptop\:p-l--148\% {
    padding-left: -148%;
  }
  .laptop\:left-148\% {
    left: 148%;
  }
  .laptop\:left--148\% {
    left: -148%;
  }
  .laptop\:m-r-148\% {
    margin-right: 148%;
  }
  .laptop\:m-r--148\% {
    margin-right: -148%;
  }
  .laptop\:p-r-148\% {
    padding-right: 148%;
  }
  .laptop\:p-r--148\% {
    padding-right: -148%;
  }
  .laptop\:right-148\% {
    right: 148%;
  }
  .laptop\:right--148\% {
    right: -148%;
  }
  .laptop\:h-148\% {
    height: 148%;
  }
  .laptop\:w-148\% {
    width: 148%;
  }
  .laptop\:max_h-148\% {
    max-height: 148%;
  }
  .laptop\:max_w-148\% {
    max-width: 148%;
  }
  .laptop\:min_h-148\% {
    min-height: 148%;
  }
  .laptop\:min_w-148\% {
    min-width: 148%;
  }
  .laptop\:h-148vh {
    height: 148vh;
  }
  .laptop\:w-148vw {
    width: 148vw;
  }
  .laptop\:min_w-148vw {
    min-width: 148vw;
  }
  .laptop\:min_h-148vh {
    min-height: 148vh;
  }
  .laptop\:max_w-148vw {
    max-width: 148vw;
  }
  .laptop\:max_h-148vh {
    max-height: 148vh;
  }
  .laptop\:m-t-149\% {
    margin-top: 149%;
  }
  .laptop\:m-t--149\% {
    margin-top: -149%;
  }
  .laptop\:p-t-149\% {
    padding-top: 149%;
  }
  .laptop\:p-t--149\% {
    padding-top: -149%;
  }
  .laptop\:top-149\% {
    top: 149%;
  }
  .laptop\:top--149\% {
    top: -149%;
  }
  .laptop\:m-b-149\% {
    margin-bottom: 149%;
  }
  .laptop\:m-b--149\% {
    margin-bottom: -149%;
  }
  .laptop\:p-b-149\% {
    padding-bottom: 149%;
  }
  .laptop\:p-b--149\% {
    padding-bottom: -149%;
  }
  .laptop\:bottom-149\% {
    bottom: 149%;
  }
  .laptop\:bottom--149\% {
    bottom: -149%;
  }
  .laptop\:m-l-149\% {
    margin-left: 149%;
  }
  .laptop\:m-l--149\% {
    margin-left: -149%;
  }
  .laptop\:p-l-149\% {
    padding-left: 149%;
  }
  .laptop\:p-l--149\% {
    padding-left: -149%;
  }
  .laptop\:left-149\% {
    left: 149%;
  }
  .laptop\:left--149\% {
    left: -149%;
  }
  .laptop\:m-r-149\% {
    margin-right: 149%;
  }
  .laptop\:m-r--149\% {
    margin-right: -149%;
  }
  .laptop\:p-r-149\% {
    padding-right: 149%;
  }
  .laptop\:p-r--149\% {
    padding-right: -149%;
  }
  .laptop\:right-149\% {
    right: 149%;
  }
  .laptop\:right--149\% {
    right: -149%;
  }
  .laptop\:h-149\% {
    height: 149%;
  }
  .laptop\:w-149\% {
    width: 149%;
  }
  .laptop\:max_h-149\% {
    max-height: 149%;
  }
  .laptop\:max_w-149\% {
    max-width: 149%;
  }
  .laptop\:min_h-149\% {
    min-height: 149%;
  }
  .laptop\:min_w-149\% {
    min-width: 149%;
  }
  .laptop\:h-149vh {
    height: 149vh;
  }
  .laptop\:w-149vw {
    width: 149vw;
  }
  .laptop\:min_w-149vw {
    min-width: 149vw;
  }
  .laptop\:min_h-149vh {
    min-height: 149vh;
  }
  .laptop\:max_w-149vw {
    max-width: 149vw;
  }
  .laptop\:max_h-149vh {
    max-height: 149vh;
  }
  .laptop\:m-t-150\% {
    margin-top: 150%;
  }
  .laptop\:m-t--150\% {
    margin-top: -150%;
  }
  .laptop\:p-t-150\% {
    padding-top: 150%;
  }
  .laptop\:p-t--150\% {
    padding-top: -150%;
  }
  .laptop\:top-150\% {
    top: 150%;
  }
  .laptop\:top--150\% {
    top: -150%;
  }
  .laptop\:m-b-150\% {
    margin-bottom: 150%;
  }
  .laptop\:m-b--150\% {
    margin-bottom: -150%;
  }
  .laptop\:p-b-150\% {
    padding-bottom: 150%;
  }
  .laptop\:p-b--150\% {
    padding-bottom: -150%;
  }
  .laptop\:bottom-150\% {
    bottom: 150%;
  }
  .laptop\:bottom--150\% {
    bottom: -150%;
  }
  .laptop\:m-l-150\% {
    margin-left: 150%;
  }
  .laptop\:m-l--150\% {
    margin-left: -150%;
  }
  .laptop\:p-l-150\% {
    padding-left: 150%;
  }
  .laptop\:p-l--150\% {
    padding-left: -150%;
  }
  .laptop\:left-150\% {
    left: 150%;
  }
  .laptop\:left--150\% {
    left: -150%;
  }
  .laptop\:m-r-150\% {
    margin-right: 150%;
  }
  .laptop\:m-r--150\% {
    margin-right: -150%;
  }
  .laptop\:p-r-150\% {
    padding-right: 150%;
  }
  .laptop\:p-r--150\% {
    padding-right: -150%;
  }
  .laptop\:right-150\% {
    right: 150%;
  }
  .laptop\:right--150\% {
    right: -150%;
  }
  .laptop\:h-150\% {
    height: 150%;
  }
  .laptop\:w-150\% {
    width: 150%;
  }
  .laptop\:max_h-150\% {
    max-height: 150%;
  }
  .laptop\:max_w-150\% {
    max-width: 150%;
  }
  .laptop\:min_h-150\% {
    min-height: 150%;
  }
  .laptop\:min_w-150\% {
    min-width: 150%;
  }
  .laptop\:h-150vh {
    height: 150vh;
  }
  .laptop\:w-150vw {
    width: 150vw;
  }
  .laptop\:min_w-150vw {
    min-width: 150vw;
  }
  .laptop\:min_h-150vh {
    min-height: 150vh;
  }
  .laptop\:max_w-150vw {
    max-width: 150vw;
  }
  .laptop\:max_h-150vh {
    max-height: 150vh;
  }
  .laptop\:m-t-151\% {
    margin-top: 151%;
  }
  .laptop\:m-t--151\% {
    margin-top: -151%;
  }
  .laptop\:p-t-151\% {
    padding-top: 151%;
  }
  .laptop\:p-t--151\% {
    padding-top: -151%;
  }
  .laptop\:top-151\% {
    top: 151%;
  }
  .laptop\:top--151\% {
    top: -151%;
  }
  .laptop\:m-b-151\% {
    margin-bottom: 151%;
  }
  .laptop\:m-b--151\% {
    margin-bottom: -151%;
  }
  .laptop\:p-b-151\% {
    padding-bottom: 151%;
  }
  .laptop\:p-b--151\% {
    padding-bottom: -151%;
  }
  .laptop\:bottom-151\% {
    bottom: 151%;
  }
  .laptop\:bottom--151\% {
    bottom: -151%;
  }
  .laptop\:m-l-151\% {
    margin-left: 151%;
  }
  .laptop\:m-l--151\% {
    margin-left: -151%;
  }
  .laptop\:p-l-151\% {
    padding-left: 151%;
  }
  .laptop\:p-l--151\% {
    padding-left: -151%;
  }
  .laptop\:left-151\% {
    left: 151%;
  }
  .laptop\:left--151\% {
    left: -151%;
  }
  .laptop\:m-r-151\% {
    margin-right: 151%;
  }
  .laptop\:m-r--151\% {
    margin-right: -151%;
  }
  .laptop\:p-r-151\% {
    padding-right: 151%;
  }
  .laptop\:p-r--151\% {
    padding-right: -151%;
  }
  .laptop\:right-151\% {
    right: 151%;
  }
  .laptop\:right--151\% {
    right: -151%;
  }
  .laptop\:h-151\% {
    height: 151%;
  }
  .laptop\:w-151\% {
    width: 151%;
  }
  .laptop\:max_h-151\% {
    max-height: 151%;
  }
  .laptop\:max_w-151\% {
    max-width: 151%;
  }
  .laptop\:min_h-151\% {
    min-height: 151%;
  }
  .laptop\:min_w-151\% {
    min-width: 151%;
  }
  .laptop\:h-151vh {
    height: 151vh;
  }
  .laptop\:w-151vw {
    width: 151vw;
  }
  .laptop\:min_w-151vw {
    min-width: 151vw;
  }
  .laptop\:min_h-151vh {
    min-height: 151vh;
  }
  .laptop\:max_w-151vw {
    max-width: 151vw;
  }
  .laptop\:max_h-151vh {
    max-height: 151vh;
  }
  .laptop\:m-t-152\% {
    margin-top: 152%;
  }
  .laptop\:m-t--152\% {
    margin-top: -152%;
  }
  .laptop\:p-t-152\% {
    padding-top: 152%;
  }
  .laptop\:p-t--152\% {
    padding-top: -152%;
  }
  .laptop\:top-152\% {
    top: 152%;
  }
  .laptop\:top--152\% {
    top: -152%;
  }
  .laptop\:m-b-152\% {
    margin-bottom: 152%;
  }
  .laptop\:m-b--152\% {
    margin-bottom: -152%;
  }
  .laptop\:p-b-152\% {
    padding-bottom: 152%;
  }
  .laptop\:p-b--152\% {
    padding-bottom: -152%;
  }
  .laptop\:bottom-152\% {
    bottom: 152%;
  }
  .laptop\:bottom--152\% {
    bottom: -152%;
  }
  .laptop\:m-l-152\% {
    margin-left: 152%;
  }
  .laptop\:m-l--152\% {
    margin-left: -152%;
  }
  .laptop\:p-l-152\% {
    padding-left: 152%;
  }
  .laptop\:p-l--152\% {
    padding-left: -152%;
  }
  .laptop\:left-152\% {
    left: 152%;
  }
  .laptop\:left--152\% {
    left: -152%;
  }
  .laptop\:m-r-152\% {
    margin-right: 152%;
  }
  .laptop\:m-r--152\% {
    margin-right: -152%;
  }
  .laptop\:p-r-152\% {
    padding-right: 152%;
  }
  .laptop\:p-r--152\% {
    padding-right: -152%;
  }
  .laptop\:right-152\% {
    right: 152%;
  }
  .laptop\:right--152\% {
    right: -152%;
  }
  .laptop\:h-152\% {
    height: 152%;
  }
  .laptop\:w-152\% {
    width: 152%;
  }
  .laptop\:max_h-152\% {
    max-height: 152%;
  }
  .laptop\:max_w-152\% {
    max-width: 152%;
  }
  .laptop\:min_h-152\% {
    min-height: 152%;
  }
  .laptop\:min_w-152\% {
    min-width: 152%;
  }
  .laptop\:h-152vh {
    height: 152vh;
  }
  .laptop\:w-152vw {
    width: 152vw;
  }
  .laptop\:min_w-152vw {
    min-width: 152vw;
  }
  .laptop\:min_h-152vh {
    min-height: 152vh;
  }
  .laptop\:max_w-152vw {
    max-width: 152vw;
  }
  .laptop\:max_h-152vh {
    max-height: 152vh;
  }
  .laptop\:m-t-153\% {
    margin-top: 153%;
  }
  .laptop\:m-t--153\% {
    margin-top: -153%;
  }
  .laptop\:p-t-153\% {
    padding-top: 153%;
  }
  .laptop\:p-t--153\% {
    padding-top: -153%;
  }
  .laptop\:top-153\% {
    top: 153%;
  }
  .laptop\:top--153\% {
    top: -153%;
  }
  .laptop\:m-b-153\% {
    margin-bottom: 153%;
  }
  .laptop\:m-b--153\% {
    margin-bottom: -153%;
  }
  .laptop\:p-b-153\% {
    padding-bottom: 153%;
  }
  .laptop\:p-b--153\% {
    padding-bottom: -153%;
  }
  .laptop\:bottom-153\% {
    bottom: 153%;
  }
  .laptop\:bottom--153\% {
    bottom: -153%;
  }
  .laptop\:m-l-153\% {
    margin-left: 153%;
  }
  .laptop\:m-l--153\% {
    margin-left: -153%;
  }
  .laptop\:p-l-153\% {
    padding-left: 153%;
  }
  .laptop\:p-l--153\% {
    padding-left: -153%;
  }
  .laptop\:left-153\% {
    left: 153%;
  }
  .laptop\:left--153\% {
    left: -153%;
  }
  .laptop\:m-r-153\% {
    margin-right: 153%;
  }
  .laptop\:m-r--153\% {
    margin-right: -153%;
  }
  .laptop\:p-r-153\% {
    padding-right: 153%;
  }
  .laptop\:p-r--153\% {
    padding-right: -153%;
  }
  .laptop\:right-153\% {
    right: 153%;
  }
  .laptop\:right--153\% {
    right: -153%;
  }
  .laptop\:h-153\% {
    height: 153%;
  }
  .laptop\:w-153\% {
    width: 153%;
  }
  .laptop\:max_h-153\% {
    max-height: 153%;
  }
  .laptop\:max_w-153\% {
    max-width: 153%;
  }
  .laptop\:min_h-153\% {
    min-height: 153%;
  }
  .laptop\:min_w-153\% {
    min-width: 153%;
  }
  .laptop\:h-153vh {
    height: 153vh;
  }
  .laptop\:w-153vw {
    width: 153vw;
  }
  .laptop\:min_w-153vw {
    min-width: 153vw;
  }
  .laptop\:min_h-153vh {
    min-height: 153vh;
  }
  .laptop\:max_w-153vw {
    max-width: 153vw;
  }
  .laptop\:max_h-153vh {
    max-height: 153vh;
  }
  .laptop\:m-t-154\% {
    margin-top: 154%;
  }
  .laptop\:m-t--154\% {
    margin-top: -154%;
  }
  .laptop\:p-t-154\% {
    padding-top: 154%;
  }
  .laptop\:p-t--154\% {
    padding-top: -154%;
  }
  .laptop\:top-154\% {
    top: 154%;
  }
  .laptop\:top--154\% {
    top: -154%;
  }
  .laptop\:m-b-154\% {
    margin-bottom: 154%;
  }
  .laptop\:m-b--154\% {
    margin-bottom: -154%;
  }
  .laptop\:p-b-154\% {
    padding-bottom: 154%;
  }
  .laptop\:p-b--154\% {
    padding-bottom: -154%;
  }
  .laptop\:bottom-154\% {
    bottom: 154%;
  }
  .laptop\:bottom--154\% {
    bottom: -154%;
  }
  .laptop\:m-l-154\% {
    margin-left: 154%;
  }
  .laptop\:m-l--154\% {
    margin-left: -154%;
  }
  .laptop\:p-l-154\% {
    padding-left: 154%;
  }
  .laptop\:p-l--154\% {
    padding-left: -154%;
  }
  .laptop\:left-154\% {
    left: 154%;
  }
  .laptop\:left--154\% {
    left: -154%;
  }
  .laptop\:m-r-154\% {
    margin-right: 154%;
  }
  .laptop\:m-r--154\% {
    margin-right: -154%;
  }
  .laptop\:p-r-154\% {
    padding-right: 154%;
  }
  .laptop\:p-r--154\% {
    padding-right: -154%;
  }
  .laptop\:right-154\% {
    right: 154%;
  }
  .laptop\:right--154\% {
    right: -154%;
  }
  .laptop\:h-154\% {
    height: 154%;
  }
  .laptop\:w-154\% {
    width: 154%;
  }
  .laptop\:max_h-154\% {
    max-height: 154%;
  }
  .laptop\:max_w-154\% {
    max-width: 154%;
  }
  .laptop\:min_h-154\% {
    min-height: 154%;
  }
  .laptop\:min_w-154\% {
    min-width: 154%;
  }
  .laptop\:h-154vh {
    height: 154vh;
  }
  .laptop\:w-154vw {
    width: 154vw;
  }
  .laptop\:min_w-154vw {
    min-width: 154vw;
  }
  .laptop\:min_h-154vh {
    min-height: 154vh;
  }
  .laptop\:max_w-154vw {
    max-width: 154vw;
  }
  .laptop\:max_h-154vh {
    max-height: 154vh;
  }
  .laptop\:m-t-155\% {
    margin-top: 155%;
  }
  .laptop\:m-t--155\% {
    margin-top: -155%;
  }
  .laptop\:p-t-155\% {
    padding-top: 155%;
  }
  .laptop\:p-t--155\% {
    padding-top: -155%;
  }
  .laptop\:top-155\% {
    top: 155%;
  }
  .laptop\:top--155\% {
    top: -155%;
  }
  .laptop\:m-b-155\% {
    margin-bottom: 155%;
  }
  .laptop\:m-b--155\% {
    margin-bottom: -155%;
  }
  .laptop\:p-b-155\% {
    padding-bottom: 155%;
  }
  .laptop\:p-b--155\% {
    padding-bottom: -155%;
  }
  .laptop\:bottom-155\% {
    bottom: 155%;
  }
  .laptop\:bottom--155\% {
    bottom: -155%;
  }
  .laptop\:m-l-155\% {
    margin-left: 155%;
  }
  .laptop\:m-l--155\% {
    margin-left: -155%;
  }
  .laptop\:p-l-155\% {
    padding-left: 155%;
  }
  .laptop\:p-l--155\% {
    padding-left: -155%;
  }
  .laptop\:left-155\% {
    left: 155%;
  }
  .laptop\:left--155\% {
    left: -155%;
  }
  .laptop\:m-r-155\% {
    margin-right: 155%;
  }
  .laptop\:m-r--155\% {
    margin-right: -155%;
  }
  .laptop\:p-r-155\% {
    padding-right: 155%;
  }
  .laptop\:p-r--155\% {
    padding-right: -155%;
  }
  .laptop\:right-155\% {
    right: 155%;
  }
  .laptop\:right--155\% {
    right: -155%;
  }
  .laptop\:h-155\% {
    height: 155%;
  }
  .laptop\:w-155\% {
    width: 155%;
  }
  .laptop\:max_h-155\% {
    max-height: 155%;
  }
  .laptop\:max_w-155\% {
    max-width: 155%;
  }
  .laptop\:min_h-155\% {
    min-height: 155%;
  }
  .laptop\:min_w-155\% {
    min-width: 155%;
  }
  .laptop\:h-155vh {
    height: 155vh;
  }
  .laptop\:w-155vw {
    width: 155vw;
  }
  .laptop\:min_w-155vw {
    min-width: 155vw;
  }
  .laptop\:min_h-155vh {
    min-height: 155vh;
  }
  .laptop\:max_w-155vw {
    max-width: 155vw;
  }
  .laptop\:max_h-155vh {
    max-height: 155vh;
  }
  .laptop\:m-t-156\% {
    margin-top: 156%;
  }
  .laptop\:m-t--156\% {
    margin-top: -156%;
  }
  .laptop\:p-t-156\% {
    padding-top: 156%;
  }
  .laptop\:p-t--156\% {
    padding-top: -156%;
  }
  .laptop\:top-156\% {
    top: 156%;
  }
  .laptop\:top--156\% {
    top: -156%;
  }
  .laptop\:m-b-156\% {
    margin-bottom: 156%;
  }
  .laptop\:m-b--156\% {
    margin-bottom: -156%;
  }
  .laptop\:p-b-156\% {
    padding-bottom: 156%;
  }
  .laptop\:p-b--156\% {
    padding-bottom: -156%;
  }
  .laptop\:bottom-156\% {
    bottom: 156%;
  }
  .laptop\:bottom--156\% {
    bottom: -156%;
  }
  .laptop\:m-l-156\% {
    margin-left: 156%;
  }
  .laptop\:m-l--156\% {
    margin-left: -156%;
  }
  .laptop\:p-l-156\% {
    padding-left: 156%;
  }
  .laptop\:p-l--156\% {
    padding-left: -156%;
  }
  .laptop\:left-156\% {
    left: 156%;
  }
  .laptop\:left--156\% {
    left: -156%;
  }
  .laptop\:m-r-156\% {
    margin-right: 156%;
  }
  .laptop\:m-r--156\% {
    margin-right: -156%;
  }
  .laptop\:p-r-156\% {
    padding-right: 156%;
  }
  .laptop\:p-r--156\% {
    padding-right: -156%;
  }
  .laptop\:right-156\% {
    right: 156%;
  }
  .laptop\:right--156\% {
    right: -156%;
  }
  .laptop\:h-156\% {
    height: 156%;
  }
  .laptop\:w-156\% {
    width: 156%;
  }
  .laptop\:max_h-156\% {
    max-height: 156%;
  }
  .laptop\:max_w-156\% {
    max-width: 156%;
  }
  .laptop\:min_h-156\% {
    min-height: 156%;
  }
  .laptop\:min_w-156\% {
    min-width: 156%;
  }
  .laptop\:h-156vh {
    height: 156vh;
  }
  .laptop\:w-156vw {
    width: 156vw;
  }
  .laptop\:min_w-156vw {
    min-width: 156vw;
  }
  .laptop\:min_h-156vh {
    min-height: 156vh;
  }
  .laptop\:max_w-156vw {
    max-width: 156vw;
  }
  .laptop\:max_h-156vh {
    max-height: 156vh;
  }
  .laptop\:m-t-157\% {
    margin-top: 157%;
  }
  .laptop\:m-t--157\% {
    margin-top: -157%;
  }
  .laptop\:p-t-157\% {
    padding-top: 157%;
  }
  .laptop\:p-t--157\% {
    padding-top: -157%;
  }
  .laptop\:top-157\% {
    top: 157%;
  }
  .laptop\:top--157\% {
    top: -157%;
  }
  .laptop\:m-b-157\% {
    margin-bottom: 157%;
  }
  .laptop\:m-b--157\% {
    margin-bottom: -157%;
  }
  .laptop\:p-b-157\% {
    padding-bottom: 157%;
  }
  .laptop\:p-b--157\% {
    padding-bottom: -157%;
  }
  .laptop\:bottom-157\% {
    bottom: 157%;
  }
  .laptop\:bottom--157\% {
    bottom: -157%;
  }
  .laptop\:m-l-157\% {
    margin-left: 157%;
  }
  .laptop\:m-l--157\% {
    margin-left: -157%;
  }
  .laptop\:p-l-157\% {
    padding-left: 157%;
  }
  .laptop\:p-l--157\% {
    padding-left: -157%;
  }
  .laptop\:left-157\% {
    left: 157%;
  }
  .laptop\:left--157\% {
    left: -157%;
  }
  .laptop\:m-r-157\% {
    margin-right: 157%;
  }
  .laptop\:m-r--157\% {
    margin-right: -157%;
  }
  .laptop\:p-r-157\% {
    padding-right: 157%;
  }
  .laptop\:p-r--157\% {
    padding-right: -157%;
  }
  .laptop\:right-157\% {
    right: 157%;
  }
  .laptop\:right--157\% {
    right: -157%;
  }
  .laptop\:h-157\% {
    height: 157%;
  }
  .laptop\:w-157\% {
    width: 157%;
  }
  .laptop\:max_h-157\% {
    max-height: 157%;
  }
  .laptop\:max_w-157\% {
    max-width: 157%;
  }
  .laptop\:min_h-157\% {
    min-height: 157%;
  }
  .laptop\:min_w-157\% {
    min-width: 157%;
  }
  .laptop\:h-157vh {
    height: 157vh;
  }
  .laptop\:w-157vw {
    width: 157vw;
  }
  .laptop\:min_w-157vw {
    min-width: 157vw;
  }
  .laptop\:min_h-157vh {
    min-height: 157vh;
  }
  .laptop\:max_w-157vw {
    max-width: 157vw;
  }
  .laptop\:max_h-157vh {
    max-height: 157vh;
  }
  .laptop\:m-t-158\% {
    margin-top: 158%;
  }
  .laptop\:m-t--158\% {
    margin-top: -158%;
  }
  .laptop\:p-t-158\% {
    padding-top: 158%;
  }
  .laptop\:p-t--158\% {
    padding-top: -158%;
  }
  .laptop\:top-158\% {
    top: 158%;
  }
  .laptop\:top--158\% {
    top: -158%;
  }
  .laptop\:m-b-158\% {
    margin-bottom: 158%;
  }
  .laptop\:m-b--158\% {
    margin-bottom: -158%;
  }
  .laptop\:p-b-158\% {
    padding-bottom: 158%;
  }
  .laptop\:p-b--158\% {
    padding-bottom: -158%;
  }
  .laptop\:bottom-158\% {
    bottom: 158%;
  }
  .laptop\:bottom--158\% {
    bottom: -158%;
  }
  .laptop\:m-l-158\% {
    margin-left: 158%;
  }
  .laptop\:m-l--158\% {
    margin-left: -158%;
  }
  .laptop\:p-l-158\% {
    padding-left: 158%;
  }
  .laptop\:p-l--158\% {
    padding-left: -158%;
  }
  .laptop\:left-158\% {
    left: 158%;
  }
  .laptop\:left--158\% {
    left: -158%;
  }
  .laptop\:m-r-158\% {
    margin-right: 158%;
  }
  .laptop\:m-r--158\% {
    margin-right: -158%;
  }
  .laptop\:p-r-158\% {
    padding-right: 158%;
  }
  .laptop\:p-r--158\% {
    padding-right: -158%;
  }
  .laptop\:right-158\% {
    right: 158%;
  }
  .laptop\:right--158\% {
    right: -158%;
  }
  .laptop\:h-158\% {
    height: 158%;
  }
  .laptop\:w-158\% {
    width: 158%;
  }
  .laptop\:max_h-158\% {
    max-height: 158%;
  }
  .laptop\:max_w-158\% {
    max-width: 158%;
  }
  .laptop\:min_h-158\% {
    min-height: 158%;
  }
  .laptop\:min_w-158\% {
    min-width: 158%;
  }
  .laptop\:h-158vh {
    height: 158vh;
  }
  .laptop\:w-158vw {
    width: 158vw;
  }
  .laptop\:min_w-158vw {
    min-width: 158vw;
  }
  .laptop\:min_h-158vh {
    min-height: 158vh;
  }
  .laptop\:max_w-158vw {
    max-width: 158vw;
  }
  .laptop\:max_h-158vh {
    max-height: 158vh;
  }
  .laptop\:m-t-159\% {
    margin-top: 159%;
  }
  .laptop\:m-t--159\% {
    margin-top: -159%;
  }
  .laptop\:p-t-159\% {
    padding-top: 159%;
  }
  .laptop\:p-t--159\% {
    padding-top: -159%;
  }
  .laptop\:top-159\% {
    top: 159%;
  }
  .laptop\:top--159\% {
    top: -159%;
  }
  .laptop\:m-b-159\% {
    margin-bottom: 159%;
  }
  .laptop\:m-b--159\% {
    margin-bottom: -159%;
  }
  .laptop\:p-b-159\% {
    padding-bottom: 159%;
  }
  .laptop\:p-b--159\% {
    padding-bottom: -159%;
  }
  .laptop\:bottom-159\% {
    bottom: 159%;
  }
  .laptop\:bottom--159\% {
    bottom: -159%;
  }
  .laptop\:m-l-159\% {
    margin-left: 159%;
  }
  .laptop\:m-l--159\% {
    margin-left: -159%;
  }
  .laptop\:p-l-159\% {
    padding-left: 159%;
  }
  .laptop\:p-l--159\% {
    padding-left: -159%;
  }
  .laptop\:left-159\% {
    left: 159%;
  }
  .laptop\:left--159\% {
    left: -159%;
  }
  .laptop\:m-r-159\% {
    margin-right: 159%;
  }
  .laptop\:m-r--159\% {
    margin-right: -159%;
  }
  .laptop\:p-r-159\% {
    padding-right: 159%;
  }
  .laptop\:p-r--159\% {
    padding-right: -159%;
  }
  .laptop\:right-159\% {
    right: 159%;
  }
  .laptop\:right--159\% {
    right: -159%;
  }
  .laptop\:h-159\% {
    height: 159%;
  }
  .laptop\:w-159\% {
    width: 159%;
  }
  .laptop\:max_h-159\% {
    max-height: 159%;
  }
  .laptop\:max_w-159\% {
    max-width: 159%;
  }
  .laptop\:min_h-159\% {
    min-height: 159%;
  }
  .laptop\:min_w-159\% {
    min-width: 159%;
  }
  .laptop\:h-159vh {
    height: 159vh;
  }
  .laptop\:w-159vw {
    width: 159vw;
  }
  .laptop\:min_w-159vw {
    min-width: 159vw;
  }
  .laptop\:min_h-159vh {
    min-height: 159vh;
  }
  .laptop\:max_w-159vw {
    max-width: 159vw;
  }
  .laptop\:max_h-159vh {
    max-height: 159vh;
  }
  .laptop\:m-t-160\% {
    margin-top: 160%;
  }
  .laptop\:m-t--160\% {
    margin-top: -160%;
  }
  .laptop\:p-t-160\% {
    padding-top: 160%;
  }
  .laptop\:p-t--160\% {
    padding-top: -160%;
  }
  .laptop\:top-160\% {
    top: 160%;
  }
  .laptop\:top--160\% {
    top: -160%;
  }
  .laptop\:m-b-160\% {
    margin-bottom: 160%;
  }
  .laptop\:m-b--160\% {
    margin-bottom: -160%;
  }
  .laptop\:p-b-160\% {
    padding-bottom: 160%;
  }
  .laptop\:p-b--160\% {
    padding-bottom: -160%;
  }
  .laptop\:bottom-160\% {
    bottom: 160%;
  }
  .laptop\:bottom--160\% {
    bottom: -160%;
  }
  .laptop\:m-l-160\% {
    margin-left: 160%;
  }
  .laptop\:m-l--160\% {
    margin-left: -160%;
  }
  .laptop\:p-l-160\% {
    padding-left: 160%;
  }
  .laptop\:p-l--160\% {
    padding-left: -160%;
  }
  .laptop\:left-160\% {
    left: 160%;
  }
  .laptop\:left--160\% {
    left: -160%;
  }
  .laptop\:m-r-160\% {
    margin-right: 160%;
  }
  .laptop\:m-r--160\% {
    margin-right: -160%;
  }
  .laptop\:p-r-160\% {
    padding-right: 160%;
  }
  .laptop\:p-r--160\% {
    padding-right: -160%;
  }
  .laptop\:right-160\% {
    right: 160%;
  }
  .laptop\:right--160\% {
    right: -160%;
  }
  .laptop\:h-160\% {
    height: 160%;
  }
  .laptop\:w-160\% {
    width: 160%;
  }
  .laptop\:max_h-160\% {
    max-height: 160%;
  }
  .laptop\:max_w-160\% {
    max-width: 160%;
  }
  .laptop\:min_h-160\% {
    min-height: 160%;
  }
  .laptop\:min_w-160\% {
    min-width: 160%;
  }
  .laptop\:h-160vh {
    height: 160vh;
  }
  .laptop\:w-160vw {
    width: 160vw;
  }
  .laptop\:min_w-160vw {
    min-width: 160vw;
  }
  .laptop\:min_h-160vh {
    min-height: 160vh;
  }
  .laptop\:max_w-160vw {
    max-width: 160vw;
  }
  .laptop\:max_h-160vh {
    max-height: 160vh;
  }
  .laptop\:m-t-161\% {
    margin-top: 161%;
  }
  .laptop\:m-t--161\% {
    margin-top: -161%;
  }
  .laptop\:p-t-161\% {
    padding-top: 161%;
  }
  .laptop\:p-t--161\% {
    padding-top: -161%;
  }
  .laptop\:top-161\% {
    top: 161%;
  }
  .laptop\:top--161\% {
    top: -161%;
  }
  .laptop\:m-b-161\% {
    margin-bottom: 161%;
  }
  .laptop\:m-b--161\% {
    margin-bottom: -161%;
  }
  .laptop\:p-b-161\% {
    padding-bottom: 161%;
  }
  .laptop\:p-b--161\% {
    padding-bottom: -161%;
  }
  .laptop\:bottom-161\% {
    bottom: 161%;
  }
  .laptop\:bottom--161\% {
    bottom: -161%;
  }
  .laptop\:m-l-161\% {
    margin-left: 161%;
  }
  .laptop\:m-l--161\% {
    margin-left: -161%;
  }
  .laptop\:p-l-161\% {
    padding-left: 161%;
  }
  .laptop\:p-l--161\% {
    padding-left: -161%;
  }
  .laptop\:left-161\% {
    left: 161%;
  }
  .laptop\:left--161\% {
    left: -161%;
  }
  .laptop\:m-r-161\% {
    margin-right: 161%;
  }
  .laptop\:m-r--161\% {
    margin-right: -161%;
  }
  .laptop\:p-r-161\% {
    padding-right: 161%;
  }
  .laptop\:p-r--161\% {
    padding-right: -161%;
  }
  .laptop\:right-161\% {
    right: 161%;
  }
  .laptop\:right--161\% {
    right: -161%;
  }
  .laptop\:h-161\% {
    height: 161%;
  }
  .laptop\:w-161\% {
    width: 161%;
  }
  .laptop\:max_h-161\% {
    max-height: 161%;
  }
  .laptop\:max_w-161\% {
    max-width: 161%;
  }
  .laptop\:min_h-161\% {
    min-height: 161%;
  }
  .laptop\:min_w-161\% {
    min-width: 161%;
  }
  .laptop\:h-161vh {
    height: 161vh;
  }
  .laptop\:w-161vw {
    width: 161vw;
  }
  .laptop\:min_w-161vw {
    min-width: 161vw;
  }
  .laptop\:min_h-161vh {
    min-height: 161vh;
  }
  .laptop\:max_w-161vw {
    max-width: 161vw;
  }
  .laptop\:max_h-161vh {
    max-height: 161vh;
  }
  .laptop\:m-t-162\% {
    margin-top: 162%;
  }
  .laptop\:m-t--162\% {
    margin-top: -162%;
  }
  .laptop\:p-t-162\% {
    padding-top: 162%;
  }
  .laptop\:p-t--162\% {
    padding-top: -162%;
  }
  .laptop\:top-162\% {
    top: 162%;
  }
  .laptop\:top--162\% {
    top: -162%;
  }
  .laptop\:m-b-162\% {
    margin-bottom: 162%;
  }
  .laptop\:m-b--162\% {
    margin-bottom: -162%;
  }
  .laptop\:p-b-162\% {
    padding-bottom: 162%;
  }
  .laptop\:p-b--162\% {
    padding-bottom: -162%;
  }
  .laptop\:bottom-162\% {
    bottom: 162%;
  }
  .laptop\:bottom--162\% {
    bottom: -162%;
  }
  .laptop\:m-l-162\% {
    margin-left: 162%;
  }
  .laptop\:m-l--162\% {
    margin-left: -162%;
  }
  .laptop\:p-l-162\% {
    padding-left: 162%;
  }
  .laptop\:p-l--162\% {
    padding-left: -162%;
  }
  .laptop\:left-162\% {
    left: 162%;
  }
  .laptop\:left--162\% {
    left: -162%;
  }
  .laptop\:m-r-162\% {
    margin-right: 162%;
  }
  .laptop\:m-r--162\% {
    margin-right: -162%;
  }
  .laptop\:p-r-162\% {
    padding-right: 162%;
  }
  .laptop\:p-r--162\% {
    padding-right: -162%;
  }
  .laptop\:right-162\% {
    right: 162%;
  }
  .laptop\:right--162\% {
    right: -162%;
  }
  .laptop\:h-162\% {
    height: 162%;
  }
  .laptop\:w-162\% {
    width: 162%;
  }
  .laptop\:max_h-162\% {
    max-height: 162%;
  }
  .laptop\:max_w-162\% {
    max-width: 162%;
  }
  .laptop\:min_h-162\% {
    min-height: 162%;
  }
  .laptop\:min_w-162\% {
    min-width: 162%;
  }
  .laptop\:h-162vh {
    height: 162vh;
  }
  .laptop\:w-162vw {
    width: 162vw;
  }
  .laptop\:min_w-162vw {
    min-width: 162vw;
  }
  .laptop\:min_h-162vh {
    min-height: 162vh;
  }
  .laptop\:max_w-162vw {
    max-width: 162vw;
  }
  .laptop\:max_h-162vh {
    max-height: 162vh;
  }
  .laptop\:m-t-163\% {
    margin-top: 163%;
  }
  .laptop\:m-t--163\% {
    margin-top: -163%;
  }
  .laptop\:p-t-163\% {
    padding-top: 163%;
  }
  .laptop\:p-t--163\% {
    padding-top: -163%;
  }
  .laptop\:top-163\% {
    top: 163%;
  }
  .laptop\:top--163\% {
    top: -163%;
  }
  .laptop\:m-b-163\% {
    margin-bottom: 163%;
  }
  .laptop\:m-b--163\% {
    margin-bottom: -163%;
  }
  .laptop\:p-b-163\% {
    padding-bottom: 163%;
  }
  .laptop\:p-b--163\% {
    padding-bottom: -163%;
  }
  .laptop\:bottom-163\% {
    bottom: 163%;
  }
  .laptop\:bottom--163\% {
    bottom: -163%;
  }
  .laptop\:m-l-163\% {
    margin-left: 163%;
  }
  .laptop\:m-l--163\% {
    margin-left: -163%;
  }
  .laptop\:p-l-163\% {
    padding-left: 163%;
  }
  .laptop\:p-l--163\% {
    padding-left: -163%;
  }
  .laptop\:left-163\% {
    left: 163%;
  }
  .laptop\:left--163\% {
    left: -163%;
  }
  .laptop\:m-r-163\% {
    margin-right: 163%;
  }
  .laptop\:m-r--163\% {
    margin-right: -163%;
  }
  .laptop\:p-r-163\% {
    padding-right: 163%;
  }
  .laptop\:p-r--163\% {
    padding-right: -163%;
  }
  .laptop\:right-163\% {
    right: 163%;
  }
  .laptop\:right--163\% {
    right: -163%;
  }
  .laptop\:h-163\% {
    height: 163%;
  }
  .laptop\:w-163\% {
    width: 163%;
  }
  .laptop\:max_h-163\% {
    max-height: 163%;
  }
  .laptop\:max_w-163\% {
    max-width: 163%;
  }
  .laptop\:min_h-163\% {
    min-height: 163%;
  }
  .laptop\:min_w-163\% {
    min-width: 163%;
  }
  .laptop\:h-163vh {
    height: 163vh;
  }
  .laptop\:w-163vw {
    width: 163vw;
  }
  .laptop\:min_w-163vw {
    min-width: 163vw;
  }
  .laptop\:min_h-163vh {
    min-height: 163vh;
  }
  .laptop\:max_w-163vw {
    max-width: 163vw;
  }
  .laptop\:max_h-163vh {
    max-height: 163vh;
  }
  .laptop\:m-t-164\% {
    margin-top: 164%;
  }
  .laptop\:m-t--164\% {
    margin-top: -164%;
  }
  .laptop\:p-t-164\% {
    padding-top: 164%;
  }
  .laptop\:p-t--164\% {
    padding-top: -164%;
  }
  .laptop\:top-164\% {
    top: 164%;
  }
  .laptop\:top--164\% {
    top: -164%;
  }
  .laptop\:m-b-164\% {
    margin-bottom: 164%;
  }
  .laptop\:m-b--164\% {
    margin-bottom: -164%;
  }
  .laptop\:p-b-164\% {
    padding-bottom: 164%;
  }
  .laptop\:p-b--164\% {
    padding-bottom: -164%;
  }
  .laptop\:bottom-164\% {
    bottom: 164%;
  }
  .laptop\:bottom--164\% {
    bottom: -164%;
  }
  .laptop\:m-l-164\% {
    margin-left: 164%;
  }
  .laptop\:m-l--164\% {
    margin-left: -164%;
  }
  .laptop\:p-l-164\% {
    padding-left: 164%;
  }
  .laptop\:p-l--164\% {
    padding-left: -164%;
  }
  .laptop\:left-164\% {
    left: 164%;
  }
  .laptop\:left--164\% {
    left: -164%;
  }
  .laptop\:m-r-164\% {
    margin-right: 164%;
  }
  .laptop\:m-r--164\% {
    margin-right: -164%;
  }
  .laptop\:p-r-164\% {
    padding-right: 164%;
  }
  .laptop\:p-r--164\% {
    padding-right: -164%;
  }
  .laptop\:right-164\% {
    right: 164%;
  }
  .laptop\:right--164\% {
    right: -164%;
  }
  .laptop\:h-164\% {
    height: 164%;
  }
  .laptop\:w-164\% {
    width: 164%;
  }
  .laptop\:max_h-164\% {
    max-height: 164%;
  }
  .laptop\:max_w-164\% {
    max-width: 164%;
  }
  .laptop\:min_h-164\% {
    min-height: 164%;
  }
  .laptop\:min_w-164\% {
    min-width: 164%;
  }
  .laptop\:h-164vh {
    height: 164vh;
  }
  .laptop\:w-164vw {
    width: 164vw;
  }
  .laptop\:min_w-164vw {
    min-width: 164vw;
  }
  .laptop\:min_h-164vh {
    min-height: 164vh;
  }
  .laptop\:max_w-164vw {
    max-width: 164vw;
  }
  .laptop\:max_h-164vh {
    max-height: 164vh;
  }
  .laptop\:m-t-165\% {
    margin-top: 165%;
  }
  .laptop\:m-t--165\% {
    margin-top: -165%;
  }
  .laptop\:p-t-165\% {
    padding-top: 165%;
  }
  .laptop\:p-t--165\% {
    padding-top: -165%;
  }
  .laptop\:top-165\% {
    top: 165%;
  }
  .laptop\:top--165\% {
    top: -165%;
  }
  .laptop\:m-b-165\% {
    margin-bottom: 165%;
  }
  .laptop\:m-b--165\% {
    margin-bottom: -165%;
  }
  .laptop\:p-b-165\% {
    padding-bottom: 165%;
  }
  .laptop\:p-b--165\% {
    padding-bottom: -165%;
  }
  .laptop\:bottom-165\% {
    bottom: 165%;
  }
  .laptop\:bottom--165\% {
    bottom: -165%;
  }
  .laptop\:m-l-165\% {
    margin-left: 165%;
  }
  .laptop\:m-l--165\% {
    margin-left: -165%;
  }
  .laptop\:p-l-165\% {
    padding-left: 165%;
  }
  .laptop\:p-l--165\% {
    padding-left: -165%;
  }
  .laptop\:left-165\% {
    left: 165%;
  }
  .laptop\:left--165\% {
    left: -165%;
  }
  .laptop\:m-r-165\% {
    margin-right: 165%;
  }
  .laptop\:m-r--165\% {
    margin-right: -165%;
  }
  .laptop\:p-r-165\% {
    padding-right: 165%;
  }
  .laptop\:p-r--165\% {
    padding-right: -165%;
  }
  .laptop\:right-165\% {
    right: 165%;
  }
  .laptop\:right--165\% {
    right: -165%;
  }
  .laptop\:h-165\% {
    height: 165%;
  }
  .laptop\:w-165\% {
    width: 165%;
  }
  .laptop\:max_h-165\% {
    max-height: 165%;
  }
  .laptop\:max_w-165\% {
    max-width: 165%;
  }
  .laptop\:min_h-165\% {
    min-height: 165%;
  }
  .laptop\:min_w-165\% {
    min-width: 165%;
  }
  .laptop\:h-165vh {
    height: 165vh;
  }
  .laptop\:w-165vw {
    width: 165vw;
  }
  .laptop\:min_w-165vw {
    min-width: 165vw;
  }
  .laptop\:min_h-165vh {
    min-height: 165vh;
  }
  .laptop\:max_w-165vw {
    max-width: 165vw;
  }
  .laptop\:max_h-165vh {
    max-height: 165vh;
  }
  .laptop\:m-t-166\% {
    margin-top: 166%;
  }
  .laptop\:m-t--166\% {
    margin-top: -166%;
  }
  .laptop\:p-t-166\% {
    padding-top: 166%;
  }
  .laptop\:p-t--166\% {
    padding-top: -166%;
  }
  .laptop\:top-166\% {
    top: 166%;
  }
  .laptop\:top--166\% {
    top: -166%;
  }
  .laptop\:m-b-166\% {
    margin-bottom: 166%;
  }
  .laptop\:m-b--166\% {
    margin-bottom: -166%;
  }
  .laptop\:p-b-166\% {
    padding-bottom: 166%;
  }
  .laptop\:p-b--166\% {
    padding-bottom: -166%;
  }
  .laptop\:bottom-166\% {
    bottom: 166%;
  }
  .laptop\:bottom--166\% {
    bottom: -166%;
  }
  .laptop\:m-l-166\% {
    margin-left: 166%;
  }
  .laptop\:m-l--166\% {
    margin-left: -166%;
  }
  .laptop\:p-l-166\% {
    padding-left: 166%;
  }
  .laptop\:p-l--166\% {
    padding-left: -166%;
  }
  .laptop\:left-166\% {
    left: 166%;
  }
  .laptop\:left--166\% {
    left: -166%;
  }
  .laptop\:m-r-166\% {
    margin-right: 166%;
  }
  .laptop\:m-r--166\% {
    margin-right: -166%;
  }
  .laptop\:p-r-166\% {
    padding-right: 166%;
  }
  .laptop\:p-r--166\% {
    padding-right: -166%;
  }
  .laptop\:right-166\% {
    right: 166%;
  }
  .laptop\:right--166\% {
    right: -166%;
  }
  .laptop\:h-166\% {
    height: 166%;
  }
  .laptop\:w-166\% {
    width: 166%;
  }
  .laptop\:max_h-166\% {
    max-height: 166%;
  }
  .laptop\:max_w-166\% {
    max-width: 166%;
  }
  .laptop\:min_h-166\% {
    min-height: 166%;
  }
  .laptop\:min_w-166\% {
    min-width: 166%;
  }
  .laptop\:h-166vh {
    height: 166vh;
  }
  .laptop\:w-166vw {
    width: 166vw;
  }
  .laptop\:min_w-166vw {
    min-width: 166vw;
  }
  .laptop\:min_h-166vh {
    min-height: 166vh;
  }
  .laptop\:max_w-166vw {
    max-width: 166vw;
  }
  .laptop\:max_h-166vh {
    max-height: 166vh;
  }
  .laptop\:m-t-167\% {
    margin-top: 167%;
  }
  .laptop\:m-t--167\% {
    margin-top: -167%;
  }
  .laptop\:p-t-167\% {
    padding-top: 167%;
  }
  .laptop\:p-t--167\% {
    padding-top: -167%;
  }
  .laptop\:top-167\% {
    top: 167%;
  }
  .laptop\:top--167\% {
    top: -167%;
  }
  .laptop\:m-b-167\% {
    margin-bottom: 167%;
  }
  .laptop\:m-b--167\% {
    margin-bottom: -167%;
  }
  .laptop\:p-b-167\% {
    padding-bottom: 167%;
  }
  .laptop\:p-b--167\% {
    padding-bottom: -167%;
  }
  .laptop\:bottom-167\% {
    bottom: 167%;
  }
  .laptop\:bottom--167\% {
    bottom: -167%;
  }
  .laptop\:m-l-167\% {
    margin-left: 167%;
  }
  .laptop\:m-l--167\% {
    margin-left: -167%;
  }
  .laptop\:p-l-167\% {
    padding-left: 167%;
  }
  .laptop\:p-l--167\% {
    padding-left: -167%;
  }
  .laptop\:left-167\% {
    left: 167%;
  }
  .laptop\:left--167\% {
    left: -167%;
  }
  .laptop\:m-r-167\% {
    margin-right: 167%;
  }
  .laptop\:m-r--167\% {
    margin-right: -167%;
  }
  .laptop\:p-r-167\% {
    padding-right: 167%;
  }
  .laptop\:p-r--167\% {
    padding-right: -167%;
  }
  .laptop\:right-167\% {
    right: 167%;
  }
  .laptop\:right--167\% {
    right: -167%;
  }
  .laptop\:h-167\% {
    height: 167%;
  }
  .laptop\:w-167\% {
    width: 167%;
  }
  .laptop\:max_h-167\% {
    max-height: 167%;
  }
  .laptop\:max_w-167\% {
    max-width: 167%;
  }
  .laptop\:min_h-167\% {
    min-height: 167%;
  }
  .laptop\:min_w-167\% {
    min-width: 167%;
  }
  .laptop\:h-167vh {
    height: 167vh;
  }
  .laptop\:w-167vw {
    width: 167vw;
  }
  .laptop\:min_w-167vw {
    min-width: 167vw;
  }
  .laptop\:min_h-167vh {
    min-height: 167vh;
  }
  .laptop\:max_w-167vw {
    max-width: 167vw;
  }
  .laptop\:max_h-167vh {
    max-height: 167vh;
  }
  .laptop\:m-t-168\% {
    margin-top: 168%;
  }
  .laptop\:m-t--168\% {
    margin-top: -168%;
  }
  .laptop\:p-t-168\% {
    padding-top: 168%;
  }
  .laptop\:p-t--168\% {
    padding-top: -168%;
  }
  .laptop\:top-168\% {
    top: 168%;
  }
  .laptop\:top--168\% {
    top: -168%;
  }
  .laptop\:m-b-168\% {
    margin-bottom: 168%;
  }
  .laptop\:m-b--168\% {
    margin-bottom: -168%;
  }
  .laptop\:p-b-168\% {
    padding-bottom: 168%;
  }
  .laptop\:p-b--168\% {
    padding-bottom: -168%;
  }
  .laptop\:bottom-168\% {
    bottom: 168%;
  }
  .laptop\:bottom--168\% {
    bottom: -168%;
  }
  .laptop\:m-l-168\% {
    margin-left: 168%;
  }
  .laptop\:m-l--168\% {
    margin-left: -168%;
  }
  .laptop\:p-l-168\% {
    padding-left: 168%;
  }
  .laptop\:p-l--168\% {
    padding-left: -168%;
  }
  .laptop\:left-168\% {
    left: 168%;
  }
  .laptop\:left--168\% {
    left: -168%;
  }
  .laptop\:m-r-168\% {
    margin-right: 168%;
  }
  .laptop\:m-r--168\% {
    margin-right: -168%;
  }
  .laptop\:p-r-168\% {
    padding-right: 168%;
  }
  .laptop\:p-r--168\% {
    padding-right: -168%;
  }
  .laptop\:right-168\% {
    right: 168%;
  }
  .laptop\:right--168\% {
    right: -168%;
  }
  .laptop\:h-168\% {
    height: 168%;
  }
  .laptop\:w-168\% {
    width: 168%;
  }
  .laptop\:max_h-168\% {
    max-height: 168%;
  }
  .laptop\:max_w-168\% {
    max-width: 168%;
  }
  .laptop\:min_h-168\% {
    min-height: 168%;
  }
  .laptop\:min_w-168\% {
    min-width: 168%;
  }
  .laptop\:h-168vh {
    height: 168vh;
  }
  .laptop\:w-168vw {
    width: 168vw;
  }
  .laptop\:min_w-168vw {
    min-width: 168vw;
  }
  .laptop\:min_h-168vh {
    min-height: 168vh;
  }
  .laptop\:max_w-168vw {
    max-width: 168vw;
  }
  .laptop\:max_h-168vh {
    max-height: 168vh;
  }
  .laptop\:m-t-169\% {
    margin-top: 169%;
  }
  .laptop\:m-t--169\% {
    margin-top: -169%;
  }
  .laptop\:p-t-169\% {
    padding-top: 169%;
  }
  .laptop\:p-t--169\% {
    padding-top: -169%;
  }
  .laptop\:top-169\% {
    top: 169%;
  }
  .laptop\:top--169\% {
    top: -169%;
  }
  .laptop\:m-b-169\% {
    margin-bottom: 169%;
  }
  .laptop\:m-b--169\% {
    margin-bottom: -169%;
  }
  .laptop\:p-b-169\% {
    padding-bottom: 169%;
  }
  .laptop\:p-b--169\% {
    padding-bottom: -169%;
  }
  .laptop\:bottom-169\% {
    bottom: 169%;
  }
  .laptop\:bottom--169\% {
    bottom: -169%;
  }
  .laptop\:m-l-169\% {
    margin-left: 169%;
  }
  .laptop\:m-l--169\% {
    margin-left: -169%;
  }
  .laptop\:p-l-169\% {
    padding-left: 169%;
  }
  .laptop\:p-l--169\% {
    padding-left: -169%;
  }
  .laptop\:left-169\% {
    left: 169%;
  }
  .laptop\:left--169\% {
    left: -169%;
  }
  .laptop\:m-r-169\% {
    margin-right: 169%;
  }
  .laptop\:m-r--169\% {
    margin-right: -169%;
  }
  .laptop\:p-r-169\% {
    padding-right: 169%;
  }
  .laptop\:p-r--169\% {
    padding-right: -169%;
  }
  .laptop\:right-169\% {
    right: 169%;
  }
  .laptop\:right--169\% {
    right: -169%;
  }
  .laptop\:h-169\% {
    height: 169%;
  }
  .laptop\:w-169\% {
    width: 169%;
  }
  .laptop\:max_h-169\% {
    max-height: 169%;
  }
  .laptop\:max_w-169\% {
    max-width: 169%;
  }
  .laptop\:min_h-169\% {
    min-height: 169%;
  }
  .laptop\:min_w-169\% {
    min-width: 169%;
  }
  .laptop\:h-169vh {
    height: 169vh;
  }
  .laptop\:w-169vw {
    width: 169vw;
  }
  .laptop\:min_w-169vw {
    min-width: 169vw;
  }
  .laptop\:min_h-169vh {
    min-height: 169vh;
  }
  .laptop\:max_w-169vw {
    max-width: 169vw;
  }
  .laptop\:max_h-169vh {
    max-height: 169vh;
  }
  .laptop\:m-t-170\% {
    margin-top: 170%;
  }
  .laptop\:m-t--170\% {
    margin-top: -170%;
  }
  .laptop\:p-t-170\% {
    padding-top: 170%;
  }
  .laptop\:p-t--170\% {
    padding-top: -170%;
  }
  .laptop\:top-170\% {
    top: 170%;
  }
  .laptop\:top--170\% {
    top: -170%;
  }
  .laptop\:m-b-170\% {
    margin-bottom: 170%;
  }
  .laptop\:m-b--170\% {
    margin-bottom: -170%;
  }
  .laptop\:p-b-170\% {
    padding-bottom: 170%;
  }
  .laptop\:p-b--170\% {
    padding-bottom: -170%;
  }
  .laptop\:bottom-170\% {
    bottom: 170%;
  }
  .laptop\:bottom--170\% {
    bottom: -170%;
  }
  .laptop\:m-l-170\% {
    margin-left: 170%;
  }
  .laptop\:m-l--170\% {
    margin-left: -170%;
  }
  .laptop\:p-l-170\% {
    padding-left: 170%;
  }
  .laptop\:p-l--170\% {
    padding-left: -170%;
  }
  .laptop\:left-170\% {
    left: 170%;
  }
  .laptop\:left--170\% {
    left: -170%;
  }
  .laptop\:m-r-170\% {
    margin-right: 170%;
  }
  .laptop\:m-r--170\% {
    margin-right: -170%;
  }
  .laptop\:p-r-170\% {
    padding-right: 170%;
  }
  .laptop\:p-r--170\% {
    padding-right: -170%;
  }
  .laptop\:right-170\% {
    right: 170%;
  }
  .laptop\:right--170\% {
    right: -170%;
  }
  .laptop\:h-170\% {
    height: 170%;
  }
  .laptop\:w-170\% {
    width: 170%;
  }
  .laptop\:max_h-170\% {
    max-height: 170%;
  }
  .laptop\:max_w-170\% {
    max-width: 170%;
  }
  .laptop\:min_h-170\% {
    min-height: 170%;
  }
  .laptop\:min_w-170\% {
    min-width: 170%;
  }
  .laptop\:h-170vh {
    height: 170vh;
  }
  .laptop\:w-170vw {
    width: 170vw;
  }
  .laptop\:min_w-170vw {
    min-width: 170vw;
  }
  .laptop\:min_h-170vh {
    min-height: 170vh;
  }
  .laptop\:max_w-170vw {
    max-width: 170vw;
  }
  .laptop\:max_h-170vh {
    max-height: 170vh;
  }
  .laptop\:m-t-171\% {
    margin-top: 171%;
  }
  .laptop\:m-t--171\% {
    margin-top: -171%;
  }
  .laptop\:p-t-171\% {
    padding-top: 171%;
  }
  .laptop\:p-t--171\% {
    padding-top: -171%;
  }
  .laptop\:top-171\% {
    top: 171%;
  }
  .laptop\:top--171\% {
    top: -171%;
  }
  .laptop\:m-b-171\% {
    margin-bottom: 171%;
  }
  .laptop\:m-b--171\% {
    margin-bottom: -171%;
  }
  .laptop\:p-b-171\% {
    padding-bottom: 171%;
  }
  .laptop\:p-b--171\% {
    padding-bottom: -171%;
  }
  .laptop\:bottom-171\% {
    bottom: 171%;
  }
  .laptop\:bottom--171\% {
    bottom: -171%;
  }
  .laptop\:m-l-171\% {
    margin-left: 171%;
  }
  .laptop\:m-l--171\% {
    margin-left: -171%;
  }
  .laptop\:p-l-171\% {
    padding-left: 171%;
  }
  .laptop\:p-l--171\% {
    padding-left: -171%;
  }
  .laptop\:left-171\% {
    left: 171%;
  }
  .laptop\:left--171\% {
    left: -171%;
  }
  .laptop\:m-r-171\% {
    margin-right: 171%;
  }
  .laptop\:m-r--171\% {
    margin-right: -171%;
  }
  .laptop\:p-r-171\% {
    padding-right: 171%;
  }
  .laptop\:p-r--171\% {
    padding-right: -171%;
  }
  .laptop\:right-171\% {
    right: 171%;
  }
  .laptop\:right--171\% {
    right: -171%;
  }
  .laptop\:h-171\% {
    height: 171%;
  }
  .laptop\:w-171\% {
    width: 171%;
  }
  .laptop\:max_h-171\% {
    max-height: 171%;
  }
  .laptop\:max_w-171\% {
    max-width: 171%;
  }
  .laptop\:min_h-171\% {
    min-height: 171%;
  }
  .laptop\:min_w-171\% {
    min-width: 171%;
  }
  .laptop\:h-171vh {
    height: 171vh;
  }
  .laptop\:w-171vw {
    width: 171vw;
  }
  .laptop\:min_w-171vw {
    min-width: 171vw;
  }
  .laptop\:min_h-171vh {
    min-height: 171vh;
  }
  .laptop\:max_w-171vw {
    max-width: 171vw;
  }
  .laptop\:max_h-171vh {
    max-height: 171vh;
  }
  .laptop\:m-t-172\% {
    margin-top: 172%;
  }
  .laptop\:m-t--172\% {
    margin-top: -172%;
  }
  .laptop\:p-t-172\% {
    padding-top: 172%;
  }
  .laptop\:p-t--172\% {
    padding-top: -172%;
  }
  .laptop\:top-172\% {
    top: 172%;
  }
  .laptop\:top--172\% {
    top: -172%;
  }
  .laptop\:m-b-172\% {
    margin-bottom: 172%;
  }
  .laptop\:m-b--172\% {
    margin-bottom: -172%;
  }
  .laptop\:p-b-172\% {
    padding-bottom: 172%;
  }
  .laptop\:p-b--172\% {
    padding-bottom: -172%;
  }
  .laptop\:bottom-172\% {
    bottom: 172%;
  }
  .laptop\:bottom--172\% {
    bottom: -172%;
  }
  .laptop\:m-l-172\% {
    margin-left: 172%;
  }
  .laptop\:m-l--172\% {
    margin-left: -172%;
  }
  .laptop\:p-l-172\% {
    padding-left: 172%;
  }
  .laptop\:p-l--172\% {
    padding-left: -172%;
  }
  .laptop\:left-172\% {
    left: 172%;
  }
  .laptop\:left--172\% {
    left: -172%;
  }
  .laptop\:m-r-172\% {
    margin-right: 172%;
  }
  .laptop\:m-r--172\% {
    margin-right: -172%;
  }
  .laptop\:p-r-172\% {
    padding-right: 172%;
  }
  .laptop\:p-r--172\% {
    padding-right: -172%;
  }
  .laptop\:right-172\% {
    right: 172%;
  }
  .laptop\:right--172\% {
    right: -172%;
  }
  .laptop\:h-172\% {
    height: 172%;
  }
  .laptop\:w-172\% {
    width: 172%;
  }
  .laptop\:max_h-172\% {
    max-height: 172%;
  }
  .laptop\:max_w-172\% {
    max-width: 172%;
  }
  .laptop\:min_h-172\% {
    min-height: 172%;
  }
  .laptop\:min_w-172\% {
    min-width: 172%;
  }
  .laptop\:h-172vh {
    height: 172vh;
  }
  .laptop\:w-172vw {
    width: 172vw;
  }
  .laptop\:min_w-172vw {
    min-width: 172vw;
  }
  .laptop\:min_h-172vh {
    min-height: 172vh;
  }
  .laptop\:max_w-172vw {
    max-width: 172vw;
  }
  .laptop\:max_h-172vh {
    max-height: 172vh;
  }
  .laptop\:m-t-173\% {
    margin-top: 173%;
  }
  .laptop\:m-t--173\% {
    margin-top: -173%;
  }
  .laptop\:p-t-173\% {
    padding-top: 173%;
  }
  .laptop\:p-t--173\% {
    padding-top: -173%;
  }
  .laptop\:top-173\% {
    top: 173%;
  }
  .laptop\:top--173\% {
    top: -173%;
  }
  .laptop\:m-b-173\% {
    margin-bottom: 173%;
  }
  .laptop\:m-b--173\% {
    margin-bottom: -173%;
  }
  .laptop\:p-b-173\% {
    padding-bottom: 173%;
  }
  .laptop\:p-b--173\% {
    padding-bottom: -173%;
  }
  .laptop\:bottom-173\% {
    bottom: 173%;
  }
  .laptop\:bottom--173\% {
    bottom: -173%;
  }
  .laptop\:m-l-173\% {
    margin-left: 173%;
  }
  .laptop\:m-l--173\% {
    margin-left: -173%;
  }
  .laptop\:p-l-173\% {
    padding-left: 173%;
  }
  .laptop\:p-l--173\% {
    padding-left: -173%;
  }
  .laptop\:left-173\% {
    left: 173%;
  }
  .laptop\:left--173\% {
    left: -173%;
  }
  .laptop\:m-r-173\% {
    margin-right: 173%;
  }
  .laptop\:m-r--173\% {
    margin-right: -173%;
  }
  .laptop\:p-r-173\% {
    padding-right: 173%;
  }
  .laptop\:p-r--173\% {
    padding-right: -173%;
  }
  .laptop\:right-173\% {
    right: 173%;
  }
  .laptop\:right--173\% {
    right: -173%;
  }
  .laptop\:h-173\% {
    height: 173%;
  }
  .laptop\:w-173\% {
    width: 173%;
  }
  .laptop\:max_h-173\% {
    max-height: 173%;
  }
  .laptop\:max_w-173\% {
    max-width: 173%;
  }
  .laptop\:min_h-173\% {
    min-height: 173%;
  }
  .laptop\:min_w-173\% {
    min-width: 173%;
  }
  .laptop\:h-173vh {
    height: 173vh;
  }
  .laptop\:w-173vw {
    width: 173vw;
  }
  .laptop\:min_w-173vw {
    min-width: 173vw;
  }
  .laptop\:min_h-173vh {
    min-height: 173vh;
  }
  .laptop\:max_w-173vw {
    max-width: 173vw;
  }
  .laptop\:max_h-173vh {
    max-height: 173vh;
  }
  .laptop\:m-t-174\% {
    margin-top: 174%;
  }
  .laptop\:m-t--174\% {
    margin-top: -174%;
  }
  .laptop\:p-t-174\% {
    padding-top: 174%;
  }
  .laptop\:p-t--174\% {
    padding-top: -174%;
  }
  .laptop\:top-174\% {
    top: 174%;
  }
  .laptop\:top--174\% {
    top: -174%;
  }
  .laptop\:m-b-174\% {
    margin-bottom: 174%;
  }
  .laptop\:m-b--174\% {
    margin-bottom: -174%;
  }
  .laptop\:p-b-174\% {
    padding-bottom: 174%;
  }
  .laptop\:p-b--174\% {
    padding-bottom: -174%;
  }
  .laptop\:bottom-174\% {
    bottom: 174%;
  }
  .laptop\:bottom--174\% {
    bottom: -174%;
  }
  .laptop\:m-l-174\% {
    margin-left: 174%;
  }
  .laptop\:m-l--174\% {
    margin-left: -174%;
  }
  .laptop\:p-l-174\% {
    padding-left: 174%;
  }
  .laptop\:p-l--174\% {
    padding-left: -174%;
  }
  .laptop\:left-174\% {
    left: 174%;
  }
  .laptop\:left--174\% {
    left: -174%;
  }
  .laptop\:m-r-174\% {
    margin-right: 174%;
  }
  .laptop\:m-r--174\% {
    margin-right: -174%;
  }
  .laptop\:p-r-174\% {
    padding-right: 174%;
  }
  .laptop\:p-r--174\% {
    padding-right: -174%;
  }
  .laptop\:right-174\% {
    right: 174%;
  }
  .laptop\:right--174\% {
    right: -174%;
  }
  .laptop\:h-174\% {
    height: 174%;
  }
  .laptop\:w-174\% {
    width: 174%;
  }
  .laptop\:max_h-174\% {
    max-height: 174%;
  }
  .laptop\:max_w-174\% {
    max-width: 174%;
  }
  .laptop\:min_h-174\% {
    min-height: 174%;
  }
  .laptop\:min_w-174\% {
    min-width: 174%;
  }
  .laptop\:h-174vh {
    height: 174vh;
  }
  .laptop\:w-174vw {
    width: 174vw;
  }
  .laptop\:min_w-174vw {
    min-width: 174vw;
  }
  .laptop\:min_h-174vh {
    min-height: 174vh;
  }
  .laptop\:max_w-174vw {
    max-width: 174vw;
  }
  .laptop\:max_h-174vh {
    max-height: 174vh;
  }
  .laptop\:m-t-175\% {
    margin-top: 175%;
  }
  .laptop\:m-t--175\% {
    margin-top: -175%;
  }
  .laptop\:p-t-175\% {
    padding-top: 175%;
  }
  .laptop\:p-t--175\% {
    padding-top: -175%;
  }
  .laptop\:top-175\% {
    top: 175%;
  }
  .laptop\:top--175\% {
    top: -175%;
  }
  .laptop\:m-b-175\% {
    margin-bottom: 175%;
  }
  .laptop\:m-b--175\% {
    margin-bottom: -175%;
  }
  .laptop\:p-b-175\% {
    padding-bottom: 175%;
  }
  .laptop\:p-b--175\% {
    padding-bottom: -175%;
  }
  .laptop\:bottom-175\% {
    bottom: 175%;
  }
  .laptop\:bottom--175\% {
    bottom: -175%;
  }
  .laptop\:m-l-175\% {
    margin-left: 175%;
  }
  .laptop\:m-l--175\% {
    margin-left: -175%;
  }
  .laptop\:p-l-175\% {
    padding-left: 175%;
  }
  .laptop\:p-l--175\% {
    padding-left: -175%;
  }
  .laptop\:left-175\% {
    left: 175%;
  }
  .laptop\:left--175\% {
    left: -175%;
  }
  .laptop\:m-r-175\% {
    margin-right: 175%;
  }
  .laptop\:m-r--175\% {
    margin-right: -175%;
  }
  .laptop\:p-r-175\% {
    padding-right: 175%;
  }
  .laptop\:p-r--175\% {
    padding-right: -175%;
  }
  .laptop\:right-175\% {
    right: 175%;
  }
  .laptop\:right--175\% {
    right: -175%;
  }
  .laptop\:h-175\% {
    height: 175%;
  }
  .laptop\:w-175\% {
    width: 175%;
  }
  .laptop\:max_h-175\% {
    max-height: 175%;
  }
  .laptop\:max_w-175\% {
    max-width: 175%;
  }
  .laptop\:min_h-175\% {
    min-height: 175%;
  }
  .laptop\:min_w-175\% {
    min-width: 175%;
  }
  .laptop\:h-175vh {
    height: 175vh;
  }
  .laptop\:w-175vw {
    width: 175vw;
  }
  .laptop\:min_w-175vw {
    min-width: 175vw;
  }
  .laptop\:min_h-175vh {
    min-height: 175vh;
  }
  .laptop\:max_w-175vw {
    max-width: 175vw;
  }
  .laptop\:max_h-175vh {
    max-height: 175vh;
  }
  .laptop\:m-t-176\% {
    margin-top: 176%;
  }
  .laptop\:m-t--176\% {
    margin-top: -176%;
  }
  .laptop\:p-t-176\% {
    padding-top: 176%;
  }
  .laptop\:p-t--176\% {
    padding-top: -176%;
  }
  .laptop\:top-176\% {
    top: 176%;
  }
  .laptop\:top--176\% {
    top: -176%;
  }
  .laptop\:m-b-176\% {
    margin-bottom: 176%;
  }
  .laptop\:m-b--176\% {
    margin-bottom: -176%;
  }
  .laptop\:p-b-176\% {
    padding-bottom: 176%;
  }
  .laptop\:p-b--176\% {
    padding-bottom: -176%;
  }
  .laptop\:bottom-176\% {
    bottom: 176%;
  }
  .laptop\:bottom--176\% {
    bottom: -176%;
  }
  .laptop\:m-l-176\% {
    margin-left: 176%;
  }
  .laptop\:m-l--176\% {
    margin-left: -176%;
  }
  .laptop\:p-l-176\% {
    padding-left: 176%;
  }
  .laptop\:p-l--176\% {
    padding-left: -176%;
  }
  .laptop\:left-176\% {
    left: 176%;
  }
  .laptop\:left--176\% {
    left: -176%;
  }
  .laptop\:m-r-176\% {
    margin-right: 176%;
  }
  .laptop\:m-r--176\% {
    margin-right: -176%;
  }
  .laptop\:p-r-176\% {
    padding-right: 176%;
  }
  .laptop\:p-r--176\% {
    padding-right: -176%;
  }
  .laptop\:right-176\% {
    right: 176%;
  }
  .laptop\:right--176\% {
    right: -176%;
  }
  .laptop\:h-176\% {
    height: 176%;
  }
  .laptop\:w-176\% {
    width: 176%;
  }
  .laptop\:max_h-176\% {
    max-height: 176%;
  }
  .laptop\:max_w-176\% {
    max-width: 176%;
  }
  .laptop\:min_h-176\% {
    min-height: 176%;
  }
  .laptop\:min_w-176\% {
    min-width: 176%;
  }
  .laptop\:h-176vh {
    height: 176vh;
  }
  .laptop\:w-176vw {
    width: 176vw;
  }
  .laptop\:min_w-176vw {
    min-width: 176vw;
  }
  .laptop\:min_h-176vh {
    min-height: 176vh;
  }
  .laptop\:max_w-176vw {
    max-width: 176vw;
  }
  .laptop\:max_h-176vh {
    max-height: 176vh;
  }
  .laptop\:m-t-177\% {
    margin-top: 177%;
  }
  .laptop\:m-t--177\% {
    margin-top: -177%;
  }
  .laptop\:p-t-177\% {
    padding-top: 177%;
  }
  .laptop\:p-t--177\% {
    padding-top: -177%;
  }
  .laptop\:top-177\% {
    top: 177%;
  }
  .laptop\:top--177\% {
    top: -177%;
  }
  .laptop\:m-b-177\% {
    margin-bottom: 177%;
  }
  .laptop\:m-b--177\% {
    margin-bottom: -177%;
  }
  .laptop\:p-b-177\% {
    padding-bottom: 177%;
  }
  .laptop\:p-b--177\% {
    padding-bottom: -177%;
  }
  .laptop\:bottom-177\% {
    bottom: 177%;
  }
  .laptop\:bottom--177\% {
    bottom: -177%;
  }
  .laptop\:m-l-177\% {
    margin-left: 177%;
  }
  .laptop\:m-l--177\% {
    margin-left: -177%;
  }
  .laptop\:p-l-177\% {
    padding-left: 177%;
  }
  .laptop\:p-l--177\% {
    padding-left: -177%;
  }
  .laptop\:left-177\% {
    left: 177%;
  }
  .laptop\:left--177\% {
    left: -177%;
  }
  .laptop\:m-r-177\% {
    margin-right: 177%;
  }
  .laptop\:m-r--177\% {
    margin-right: -177%;
  }
  .laptop\:p-r-177\% {
    padding-right: 177%;
  }
  .laptop\:p-r--177\% {
    padding-right: -177%;
  }
  .laptop\:right-177\% {
    right: 177%;
  }
  .laptop\:right--177\% {
    right: -177%;
  }
  .laptop\:h-177\% {
    height: 177%;
  }
  .laptop\:w-177\% {
    width: 177%;
  }
  .laptop\:max_h-177\% {
    max-height: 177%;
  }
  .laptop\:max_w-177\% {
    max-width: 177%;
  }
  .laptop\:min_h-177\% {
    min-height: 177%;
  }
  .laptop\:min_w-177\% {
    min-width: 177%;
  }
  .laptop\:h-177vh {
    height: 177vh;
  }
  .laptop\:w-177vw {
    width: 177vw;
  }
  .laptop\:min_w-177vw {
    min-width: 177vw;
  }
  .laptop\:min_h-177vh {
    min-height: 177vh;
  }
  .laptop\:max_w-177vw {
    max-width: 177vw;
  }
  .laptop\:max_h-177vh {
    max-height: 177vh;
  }
  .laptop\:m-t-178\% {
    margin-top: 178%;
  }
  .laptop\:m-t--178\% {
    margin-top: -178%;
  }
  .laptop\:p-t-178\% {
    padding-top: 178%;
  }
  .laptop\:p-t--178\% {
    padding-top: -178%;
  }
  .laptop\:top-178\% {
    top: 178%;
  }
  .laptop\:top--178\% {
    top: -178%;
  }
  .laptop\:m-b-178\% {
    margin-bottom: 178%;
  }
  .laptop\:m-b--178\% {
    margin-bottom: -178%;
  }
  .laptop\:p-b-178\% {
    padding-bottom: 178%;
  }
  .laptop\:p-b--178\% {
    padding-bottom: -178%;
  }
  .laptop\:bottom-178\% {
    bottom: 178%;
  }
  .laptop\:bottom--178\% {
    bottom: -178%;
  }
  .laptop\:m-l-178\% {
    margin-left: 178%;
  }
  .laptop\:m-l--178\% {
    margin-left: -178%;
  }
  .laptop\:p-l-178\% {
    padding-left: 178%;
  }
  .laptop\:p-l--178\% {
    padding-left: -178%;
  }
  .laptop\:left-178\% {
    left: 178%;
  }
  .laptop\:left--178\% {
    left: -178%;
  }
  .laptop\:m-r-178\% {
    margin-right: 178%;
  }
  .laptop\:m-r--178\% {
    margin-right: -178%;
  }
  .laptop\:p-r-178\% {
    padding-right: 178%;
  }
  .laptop\:p-r--178\% {
    padding-right: -178%;
  }
  .laptop\:right-178\% {
    right: 178%;
  }
  .laptop\:right--178\% {
    right: -178%;
  }
  .laptop\:h-178\% {
    height: 178%;
  }
  .laptop\:w-178\% {
    width: 178%;
  }
  .laptop\:max_h-178\% {
    max-height: 178%;
  }
  .laptop\:max_w-178\% {
    max-width: 178%;
  }
  .laptop\:min_h-178\% {
    min-height: 178%;
  }
  .laptop\:min_w-178\% {
    min-width: 178%;
  }
  .laptop\:h-178vh {
    height: 178vh;
  }
  .laptop\:w-178vw {
    width: 178vw;
  }
  .laptop\:min_w-178vw {
    min-width: 178vw;
  }
  .laptop\:min_h-178vh {
    min-height: 178vh;
  }
  .laptop\:max_w-178vw {
    max-width: 178vw;
  }
  .laptop\:max_h-178vh {
    max-height: 178vh;
  }
  .laptop\:m-t-179\% {
    margin-top: 179%;
  }
  .laptop\:m-t--179\% {
    margin-top: -179%;
  }
  .laptop\:p-t-179\% {
    padding-top: 179%;
  }
  .laptop\:p-t--179\% {
    padding-top: -179%;
  }
  .laptop\:top-179\% {
    top: 179%;
  }
  .laptop\:top--179\% {
    top: -179%;
  }
  .laptop\:m-b-179\% {
    margin-bottom: 179%;
  }
  .laptop\:m-b--179\% {
    margin-bottom: -179%;
  }
  .laptop\:p-b-179\% {
    padding-bottom: 179%;
  }
  .laptop\:p-b--179\% {
    padding-bottom: -179%;
  }
  .laptop\:bottom-179\% {
    bottom: 179%;
  }
  .laptop\:bottom--179\% {
    bottom: -179%;
  }
  .laptop\:m-l-179\% {
    margin-left: 179%;
  }
  .laptop\:m-l--179\% {
    margin-left: -179%;
  }
  .laptop\:p-l-179\% {
    padding-left: 179%;
  }
  .laptop\:p-l--179\% {
    padding-left: -179%;
  }
  .laptop\:left-179\% {
    left: 179%;
  }
  .laptop\:left--179\% {
    left: -179%;
  }
  .laptop\:m-r-179\% {
    margin-right: 179%;
  }
  .laptop\:m-r--179\% {
    margin-right: -179%;
  }
  .laptop\:p-r-179\% {
    padding-right: 179%;
  }
  .laptop\:p-r--179\% {
    padding-right: -179%;
  }
  .laptop\:right-179\% {
    right: 179%;
  }
  .laptop\:right--179\% {
    right: -179%;
  }
  .laptop\:h-179\% {
    height: 179%;
  }
  .laptop\:w-179\% {
    width: 179%;
  }
  .laptop\:max_h-179\% {
    max-height: 179%;
  }
  .laptop\:max_w-179\% {
    max-width: 179%;
  }
  .laptop\:min_h-179\% {
    min-height: 179%;
  }
  .laptop\:min_w-179\% {
    min-width: 179%;
  }
  .laptop\:h-179vh {
    height: 179vh;
  }
  .laptop\:w-179vw {
    width: 179vw;
  }
  .laptop\:min_w-179vw {
    min-width: 179vw;
  }
  .laptop\:min_h-179vh {
    min-height: 179vh;
  }
  .laptop\:max_w-179vw {
    max-width: 179vw;
  }
  .laptop\:max_h-179vh {
    max-height: 179vh;
  }
  .laptop\:m-t-180\% {
    margin-top: 180%;
  }
  .laptop\:m-t--180\% {
    margin-top: -180%;
  }
  .laptop\:p-t-180\% {
    padding-top: 180%;
  }
  .laptop\:p-t--180\% {
    padding-top: -180%;
  }
  .laptop\:top-180\% {
    top: 180%;
  }
  .laptop\:top--180\% {
    top: -180%;
  }
  .laptop\:m-b-180\% {
    margin-bottom: 180%;
  }
  .laptop\:m-b--180\% {
    margin-bottom: -180%;
  }
  .laptop\:p-b-180\% {
    padding-bottom: 180%;
  }
  .laptop\:p-b--180\% {
    padding-bottom: -180%;
  }
  .laptop\:bottom-180\% {
    bottom: 180%;
  }
  .laptop\:bottom--180\% {
    bottom: -180%;
  }
  .laptop\:m-l-180\% {
    margin-left: 180%;
  }
  .laptop\:m-l--180\% {
    margin-left: -180%;
  }
  .laptop\:p-l-180\% {
    padding-left: 180%;
  }
  .laptop\:p-l--180\% {
    padding-left: -180%;
  }
  .laptop\:left-180\% {
    left: 180%;
  }
  .laptop\:left--180\% {
    left: -180%;
  }
  .laptop\:m-r-180\% {
    margin-right: 180%;
  }
  .laptop\:m-r--180\% {
    margin-right: -180%;
  }
  .laptop\:p-r-180\% {
    padding-right: 180%;
  }
  .laptop\:p-r--180\% {
    padding-right: -180%;
  }
  .laptop\:right-180\% {
    right: 180%;
  }
  .laptop\:right--180\% {
    right: -180%;
  }
  .laptop\:h-180\% {
    height: 180%;
  }
  .laptop\:w-180\% {
    width: 180%;
  }
  .laptop\:max_h-180\% {
    max-height: 180%;
  }
  .laptop\:max_w-180\% {
    max-width: 180%;
  }
  .laptop\:min_h-180\% {
    min-height: 180%;
  }
  .laptop\:min_w-180\% {
    min-width: 180%;
  }
  .laptop\:h-180vh {
    height: 180vh;
  }
  .laptop\:w-180vw {
    width: 180vw;
  }
  .laptop\:min_w-180vw {
    min-width: 180vw;
  }
  .laptop\:min_h-180vh {
    min-height: 180vh;
  }
  .laptop\:max_w-180vw {
    max-width: 180vw;
  }
  .laptop\:max_h-180vh {
    max-height: 180vh;
  }
  .laptop\:m-t-181\% {
    margin-top: 181%;
  }
  .laptop\:m-t--181\% {
    margin-top: -181%;
  }
  .laptop\:p-t-181\% {
    padding-top: 181%;
  }
  .laptop\:p-t--181\% {
    padding-top: -181%;
  }
  .laptop\:top-181\% {
    top: 181%;
  }
  .laptop\:top--181\% {
    top: -181%;
  }
  .laptop\:m-b-181\% {
    margin-bottom: 181%;
  }
  .laptop\:m-b--181\% {
    margin-bottom: -181%;
  }
  .laptop\:p-b-181\% {
    padding-bottom: 181%;
  }
  .laptop\:p-b--181\% {
    padding-bottom: -181%;
  }
  .laptop\:bottom-181\% {
    bottom: 181%;
  }
  .laptop\:bottom--181\% {
    bottom: -181%;
  }
  .laptop\:m-l-181\% {
    margin-left: 181%;
  }
  .laptop\:m-l--181\% {
    margin-left: -181%;
  }
  .laptop\:p-l-181\% {
    padding-left: 181%;
  }
  .laptop\:p-l--181\% {
    padding-left: -181%;
  }
  .laptop\:left-181\% {
    left: 181%;
  }
  .laptop\:left--181\% {
    left: -181%;
  }
  .laptop\:m-r-181\% {
    margin-right: 181%;
  }
  .laptop\:m-r--181\% {
    margin-right: -181%;
  }
  .laptop\:p-r-181\% {
    padding-right: 181%;
  }
  .laptop\:p-r--181\% {
    padding-right: -181%;
  }
  .laptop\:right-181\% {
    right: 181%;
  }
  .laptop\:right--181\% {
    right: -181%;
  }
  .laptop\:h-181\% {
    height: 181%;
  }
  .laptop\:w-181\% {
    width: 181%;
  }
  .laptop\:max_h-181\% {
    max-height: 181%;
  }
  .laptop\:max_w-181\% {
    max-width: 181%;
  }
  .laptop\:min_h-181\% {
    min-height: 181%;
  }
  .laptop\:min_w-181\% {
    min-width: 181%;
  }
  .laptop\:h-181vh {
    height: 181vh;
  }
  .laptop\:w-181vw {
    width: 181vw;
  }
  .laptop\:min_w-181vw {
    min-width: 181vw;
  }
  .laptop\:min_h-181vh {
    min-height: 181vh;
  }
  .laptop\:max_w-181vw {
    max-width: 181vw;
  }
  .laptop\:max_h-181vh {
    max-height: 181vh;
  }
  .laptop\:m-t-182\% {
    margin-top: 182%;
  }
  .laptop\:m-t--182\% {
    margin-top: -182%;
  }
  .laptop\:p-t-182\% {
    padding-top: 182%;
  }
  .laptop\:p-t--182\% {
    padding-top: -182%;
  }
  .laptop\:top-182\% {
    top: 182%;
  }
  .laptop\:top--182\% {
    top: -182%;
  }
  .laptop\:m-b-182\% {
    margin-bottom: 182%;
  }
  .laptop\:m-b--182\% {
    margin-bottom: -182%;
  }
  .laptop\:p-b-182\% {
    padding-bottom: 182%;
  }
  .laptop\:p-b--182\% {
    padding-bottom: -182%;
  }
  .laptop\:bottom-182\% {
    bottom: 182%;
  }
  .laptop\:bottom--182\% {
    bottom: -182%;
  }
  .laptop\:m-l-182\% {
    margin-left: 182%;
  }
  .laptop\:m-l--182\% {
    margin-left: -182%;
  }
  .laptop\:p-l-182\% {
    padding-left: 182%;
  }
  .laptop\:p-l--182\% {
    padding-left: -182%;
  }
  .laptop\:left-182\% {
    left: 182%;
  }
  .laptop\:left--182\% {
    left: -182%;
  }
  .laptop\:m-r-182\% {
    margin-right: 182%;
  }
  .laptop\:m-r--182\% {
    margin-right: -182%;
  }
  .laptop\:p-r-182\% {
    padding-right: 182%;
  }
  .laptop\:p-r--182\% {
    padding-right: -182%;
  }
  .laptop\:right-182\% {
    right: 182%;
  }
  .laptop\:right--182\% {
    right: -182%;
  }
  .laptop\:h-182\% {
    height: 182%;
  }
  .laptop\:w-182\% {
    width: 182%;
  }
  .laptop\:max_h-182\% {
    max-height: 182%;
  }
  .laptop\:max_w-182\% {
    max-width: 182%;
  }
  .laptop\:min_h-182\% {
    min-height: 182%;
  }
  .laptop\:min_w-182\% {
    min-width: 182%;
  }
  .laptop\:h-182vh {
    height: 182vh;
  }
  .laptop\:w-182vw {
    width: 182vw;
  }
  .laptop\:min_w-182vw {
    min-width: 182vw;
  }
  .laptop\:min_h-182vh {
    min-height: 182vh;
  }
  .laptop\:max_w-182vw {
    max-width: 182vw;
  }
  .laptop\:max_h-182vh {
    max-height: 182vh;
  }
  .laptop\:m-t-183\% {
    margin-top: 183%;
  }
  .laptop\:m-t--183\% {
    margin-top: -183%;
  }
  .laptop\:p-t-183\% {
    padding-top: 183%;
  }
  .laptop\:p-t--183\% {
    padding-top: -183%;
  }
  .laptop\:top-183\% {
    top: 183%;
  }
  .laptop\:top--183\% {
    top: -183%;
  }
  .laptop\:m-b-183\% {
    margin-bottom: 183%;
  }
  .laptop\:m-b--183\% {
    margin-bottom: -183%;
  }
  .laptop\:p-b-183\% {
    padding-bottom: 183%;
  }
  .laptop\:p-b--183\% {
    padding-bottom: -183%;
  }
  .laptop\:bottom-183\% {
    bottom: 183%;
  }
  .laptop\:bottom--183\% {
    bottom: -183%;
  }
  .laptop\:m-l-183\% {
    margin-left: 183%;
  }
  .laptop\:m-l--183\% {
    margin-left: -183%;
  }
  .laptop\:p-l-183\% {
    padding-left: 183%;
  }
  .laptop\:p-l--183\% {
    padding-left: -183%;
  }
  .laptop\:left-183\% {
    left: 183%;
  }
  .laptop\:left--183\% {
    left: -183%;
  }
  .laptop\:m-r-183\% {
    margin-right: 183%;
  }
  .laptop\:m-r--183\% {
    margin-right: -183%;
  }
  .laptop\:p-r-183\% {
    padding-right: 183%;
  }
  .laptop\:p-r--183\% {
    padding-right: -183%;
  }
  .laptop\:right-183\% {
    right: 183%;
  }
  .laptop\:right--183\% {
    right: -183%;
  }
  .laptop\:h-183\% {
    height: 183%;
  }
  .laptop\:w-183\% {
    width: 183%;
  }
  .laptop\:max_h-183\% {
    max-height: 183%;
  }
  .laptop\:max_w-183\% {
    max-width: 183%;
  }
  .laptop\:min_h-183\% {
    min-height: 183%;
  }
  .laptop\:min_w-183\% {
    min-width: 183%;
  }
  .laptop\:h-183vh {
    height: 183vh;
  }
  .laptop\:w-183vw {
    width: 183vw;
  }
  .laptop\:min_w-183vw {
    min-width: 183vw;
  }
  .laptop\:min_h-183vh {
    min-height: 183vh;
  }
  .laptop\:max_w-183vw {
    max-width: 183vw;
  }
  .laptop\:max_h-183vh {
    max-height: 183vh;
  }
  .laptop\:m-t-184\% {
    margin-top: 184%;
  }
  .laptop\:m-t--184\% {
    margin-top: -184%;
  }
  .laptop\:p-t-184\% {
    padding-top: 184%;
  }
  .laptop\:p-t--184\% {
    padding-top: -184%;
  }
  .laptop\:top-184\% {
    top: 184%;
  }
  .laptop\:top--184\% {
    top: -184%;
  }
  .laptop\:m-b-184\% {
    margin-bottom: 184%;
  }
  .laptop\:m-b--184\% {
    margin-bottom: -184%;
  }
  .laptop\:p-b-184\% {
    padding-bottom: 184%;
  }
  .laptop\:p-b--184\% {
    padding-bottom: -184%;
  }
  .laptop\:bottom-184\% {
    bottom: 184%;
  }
  .laptop\:bottom--184\% {
    bottom: -184%;
  }
  .laptop\:m-l-184\% {
    margin-left: 184%;
  }
  .laptop\:m-l--184\% {
    margin-left: -184%;
  }
  .laptop\:p-l-184\% {
    padding-left: 184%;
  }
  .laptop\:p-l--184\% {
    padding-left: -184%;
  }
  .laptop\:left-184\% {
    left: 184%;
  }
  .laptop\:left--184\% {
    left: -184%;
  }
  .laptop\:m-r-184\% {
    margin-right: 184%;
  }
  .laptop\:m-r--184\% {
    margin-right: -184%;
  }
  .laptop\:p-r-184\% {
    padding-right: 184%;
  }
  .laptop\:p-r--184\% {
    padding-right: -184%;
  }
  .laptop\:right-184\% {
    right: 184%;
  }
  .laptop\:right--184\% {
    right: -184%;
  }
  .laptop\:h-184\% {
    height: 184%;
  }
  .laptop\:w-184\% {
    width: 184%;
  }
  .laptop\:max_h-184\% {
    max-height: 184%;
  }
  .laptop\:max_w-184\% {
    max-width: 184%;
  }
  .laptop\:min_h-184\% {
    min-height: 184%;
  }
  .laptop\:min_w-184\% {
    min-width: 184%;
  }
  .laptop\:h-184vh {
    height: 184vh;
  }
  .laptop\:w-184vw {
    width: 184vw;
  }
  .laptop\:min_w-184vw {
    min-width: 184vw;
  }
  .laptop\:min_h-184vh {
    min-height: 184vh;
  }
  .laptop\:max_w-184vw {
    max-width: 184vw;
  }
  .laptop\:max_h-184vh {
    max-height: 184vh;
  }
  .laptop\:m-t-185\% {
    margin-top: 185%;
  }
  .laptop\:m-t--185\% {
    margin-top: -185%;
  }
  .laptop\:p-t-185\% {
    padding-top: 185%;
  }
  .laptop\:p-t--185\% {
    padding-top: -185%;
  }
  .laptop\:top-185\% {
    top: 185%;
  }
  .laptop\:top--185\% {
    top: -185%;
  }
  .laptop\:m-b-185\% {
    margin-bottom: 185%;
  }
  .laptop\:m-b--185\% {
    margin-bottom: -185%;
  }
  .laptop\:p-b-185\% {
    padding-bottom: 185%;
  }
  .laptop\:p-b--185\% {
    padding-bottom: -185%;
  }
  .laptop\:bottom-185\% {
    bottom: 185%;
  }
  .laptop\:bottom--185\% {
    bottom: -185%;
  }
  .laptop\:m-l-185\% {
    margin-left: 185%;
  }
  .laptop\:m-l--185\% {
    margin-left: -185%;
  }
  .laptop\:p-l-185\% {
    padding-left: 185%;
  }
  .laptop\:p-l--185\% {
    padding-left: -185%;
  }
  .laptop\:left-185\% {
    left: 185%;
  }
  .laptop\:left--185\% {
    left: -185%;
  }
  .laptop\:m-r-185\% {
    margin-right: 185%;
  }
  .laptop\:m-r--185\% {
    margin-right: -185%;
  }
  .laptop\:p-r-185\% {
    padding-right: 185%;
  }
  .laptop\:p-r--185\% {
    padding-right: -185%;
  }
  .laptop\:right-185\% {
    right: 185%;
  }
  .laptop\:right--185\% {
    right: -185%;
  }
  .laptop\:h-185\% {
    height: 185%;
  }
  .laptop\:w-185\% {
    width: 185%;
  }
  .laptop\:max_h-185\% {
    max-height: 185%;
  }
  .laptop\:max_w-185\% {
    max-width: 185%;
  }
  .laptop\:min_h-185\% {
    min-height: 185%;
  }
  .laptop\:min_w-185\% {
    min-width: 185%;
  }
  .laptop\:h-185vh {
    height: 185vh;
  }
  .laptop\:w-185vw {
    width: 185vw;
  }
  .laptop\:min_w-185vw {
    min-width: 185vw;
  }
  .laptop\:min_h-185vh {
    min-height: 185vh;
  }
  .laptop\:max_w-185vw {
    max-width: 185vw;
  }
  .laptop\:max_h-185vh {
    max-height: 185vh;
  }
  .laptop\:m-t-186\% {
    margin-top: 186%;
  }
  .laptop\:m-t--186\% {
    margin-top: -186%;
  }
  .laptop\:p-t-186\% {
    padding-top: 186%;
  }
  .laptop\:p-t--186\% {
    padding-top: -186%;
  }
  .laptop\:top-186\% {
    top: 186%;
  }
  .laptop\:top--186\% {
    top: -186%;
  }
  .laptop\:m-b-186\% {
    margin-bottom: 186%;
  }
  .laptop\:m-b--186\% {
    margin-bottom: -186%;
  }
  .laptop\:p-b-186\% {
    padding-bottom: 186%;
  }
  .laptop\:p-b--186\% {
    padding-bottom: -186%;
  }
  .laptop\:bottom-186\% {
    bottom: 186%;
  }
  .laptop\:bottom--186\% {
    bottom: -186%;
  }
  .laptop\:m-l-186\% {
    margin-left: 186%;
  }
  .laptop\:m-l--186\% {
    margin-left: -186%;
  }
  .laptop\:p-l-186\% {
    padding-left: 186%;
  }
  .laptop\:p-l--186\% {
    padding-left: -186%;
  }
  .laptop\:left-186\% {
    left: 186%;
  }
  .laptop\:left--186\% {
    left: -186%;
  }
  .laptop\:m-r-186\% {
    margin-right: 186%;
  }
  .laptop\:m-r--186\% {
    margin-right: -186%;
  }
  .laptop\:p-r-186\% {
    padding-right: 186%;
  }
  .laptop\:p-r--186\% {
    padding-right: -186%;
  }
  .laptop\:right-186\% {
    right: 186%;
  }
  .laptop\:right--186\% {
    right: -186%;
  }
  .laptop\:h-186\% {
    height: 186%;
  }
  .laptop\:w-186\% {
    width: 186%;
  }
  .laptop\:max_h-186\% {
    max-height: 186%;
  }
  .laptop\:max_w-186\% {
    max-width: 186%;
  }
  .laptop\:min_h-186\% {
    min-height: 186%;
  }
  .laptop\:min_w-186\% {
    min-width: 186%;
  }
  .laptop\:h-186vh {
    height: 186vh;
  }
  .laptop\:w-186vw {
    width: 186vw;
  }
  .laptop\:min_w-186vw {
    min-width: 186vw;
  }
  .laptop\:min_h-186vh {
    min-height: 186vh;
  }
  .laptop\:max_w-186vw {
    max-width: 186vw;
  }
  .laptop\:max_h-186vh {
    max-height: 186vh;
  }
  .laptop\:m-t-187\% {
    margin-top: 187%;
  }
  .laptop\:m-t--187\% {
    margin-top: -187%;
  }
  .laptop\:p-t-187\% {
    padding-top: 187%;
  }
  .laptop\:p-t--187\% {
    padding-top: -187%;
  }
  .laptop\:top-187\% {
    top: 187%;
  }
  .laptop\:top--187\% {
    top: -187%;
  }
  .laptop\:m-b-187\% {
    margin-bottom: 187%;
  }
  .laptop\:m-b--187\% {
    margin-bottom: -187%;
  }
  .laptop\:p-b-187\% {
    padding-bottom: 187%;
  }
  .laptop\:p-b--187\% {
    padding-bottom: -187%;
  }
  .laptop\:bottom-187\% {
    bottom: 187%;
  }
  .laptop\:bottom--187\% {
    bottom: -187%;
  }
  .laptop\:m-l-187\% {
    margin-left: 187%;
  }
  .laptop\:m-l--187\% {
    margin-left: -187%;
  }
  .laptop\:p-l-187\% {
    padding-left: 187%;
  }
  .laptop\:p-l--187\% {
    padding-left: -187%;
  }
  .laptop\:left-187\% {
    left: 187%;
  }
  .laptop\:left--187\% {
    left: -187%;
  }
  .laptop\:m-r-187\% {
    margin-right: 187%;
  }
  .laptop\:m-r--187\% {
    margin-right: -187%;
  }
  .laptop\:p-r-187\% {
    padding-right: 187%;
  }
  .laptop\:p-r--187\% {
    padding-right: -187%;
  }
  .laptop\:right-187\% {
    right: 187%;
  }
  .laptop\:right--187\% {
    right: -187%;
  }
  .laptop\:h-187\% {
    height: 187%;
  }
  .laptop\:w-187\% {
    width: 187%;
  }
  .laptop\:max_h-187\% {
    max-height: 187%;
  }
  .laptop\:max_w-187\% {
    max-width: 187%;
  }
  .laptop\:min_h-187\% {
    min-height: 187%;
  }
  .laptop\:min_w-187\% {
    min-width: 187%;
  }
  .laptop\:h-187vh {
    height: 187vh;
  }
  .laptop\:w-187vw {
    width: 187vw;
  }
  .laptop\:min_w-187vw {
    min-width: 187vw;
  }
  .laptop\:min_h-187vh {
    min-height: 187vh;
  }
  .laptop\:max_w-187vw {
    max-width: 187vw;
  }
  .laptop\:max_h-187vh {
    max-height: 187vh;
  }
  .laptop\:m-t-188\% {
    margin-top: 188%;
  }
  .laptop\:m-t--188\% {
    margin-top: -188%;
  }
  .laptop\:p-t-188\% {
    padding-top: 188%;
  }
  .laptop\:p-t--188\% {
    padding-top: -188%;
  }
  .laptop\:top-188\% {
    top: 188%;
  }
  .laptop\:top--188\% {
    top: -188%;
  }
  .laptop\:m-b-188\% {
    margin-bottom: 188%;
  }
  .laptop\:m-b--188\% {
    margin-bottom: -188%;
  }
  .laptop\:p-b-188\% {
    padding-bottom: 188%;
  }
  .laptop\:p-b--188\% {
    padding-bottom: -188%;
  }
  .laptop\:bottom-188\% {
    bottom: 188%;
  }
  .laptop\:bottom--188\% {
    bottom: -188%;
  }
  .laptop\:m-l-188\% {
    margin-left: 188%;
  }
  .laptop\:m-l--188\% {
    margin-left: -188%;
  }
  .laptop\:p-l-188\% {
    padding-left: 188%;
  }
  .laptop\:p-l--188\% {
    padding-left: -188%;
  }
  .laptop\:left-188\% {
    left: 188%;
  }
  .laptop\:left--188\% {
    left: -188%;
  }
  .laptop\:m-r-188\% {
    margin-right: 188%;
  }
  .laptop\:m-r--188\% {
    margin-right: -188%;
  }
  .laptop\:p-r-188\% {
    padding-right: 188%;
  }
  .laptop\:p-r--188\% {
    padding-right: -188%;
  }
  .laptop\:right-188\% {
    right: 188%;
  }
  .laptop\:right--188\% {
    right: -188%;
  }
  .laptop\:h-188\% {
    height: 188%;
  }
  .laptop\:w-188\% {
    width: 188%;
  }
  .laptop\:max_h-188\% {
    max-height: 188%;
  }
  .laptop\:max_w-188\% {
    max-width: 188%;
  }
  .laptop\:min_h-188\% {
    min-height: 188%;
  }
  .laptop\:min_w-188\% {
    min-width: 188%;
  }
  .laptop\:h-188vh {
    height: 188vh;
  }
  .laptop\:w-188vw {
    width: 188vw;
  }
  .laptop\:min_w-188vw {
    min-width: 188vw;
  }
  .laptop\:min_h-188vh {
    min-height: 188vh;
  }
  .laptop\:max_w-188vw {
    max-width: 188vw;
  }
  .laptop\:max_h-188vh {
    max-height: 188vh;
  }
  .laptop\:m-t-189\% {
    margin-top: 189%;
  }
  .laptop\:m-t--189\% {
    margin-top: -189%;
  }
  .laptop\:p-t-189\% {
    padding-top: 189%;
  }
  .laptop\:p-t--189\% {
    padding-top: -189%;
  }
  .laptop\:top-189\% {
    top: 189%;
  }
  .laptop\:top--189\% {
    top: -189%;
  }
  .laptop\:m-b-189\% {
    margin-bottom: 189%;
  }
  .laptop\:m-b--189\% {
    margin-bottom: -189%;
  }
  .laptop\:p-b-189\% {
    padding-bottom: 189%;
  }
  .laptop\:p-b--189\% {
    padding-bottom: -189%;
  }
  .laptop\:bottom-189\% {
    bottom: 189%;
  }
  .laptop\:bottom--189\% {
    bottom: -189%;
  }
  .laptop\:m-l-189\% {
    margin-left: 189%;
  }
  .laptop\:m-l--189\% {
    margin-left: -189%;
  }
  .laptop\:p-l-189\% {
    padding-left: 189%;
  }
  .laptop\:p-l--189\% {
    padding-left: -189%;
  }
  .laptop\:left-189\% {
    left: 189%;
  }
  .laptop\:left--189\% {
    left: -189%;
  }
  .laptop\:m-r-189\% {
    margin-right: 189%;
  }
  .laptop\:m-r--189\% {
    margin-right: -189%;
  }
  .laptop\:p-r-189\% {
    padding-right: 189%;
  }
  .laptop\:p-r--189\% {
    padding-right: -189%;
  }
  .laptop\:right-189\% {
    right: 189%;
  }
  .laptop\:right--189\% {
    right: -189%;
  }
  .laptop\:h-189\% {
    height: 189%;
  }
  .laptop\:w-189\% {
    width: 189%;
  }
  .laptop\:max_h-189\% {
    max-height: 189%;
  }
  .laptop\:max_w-189\% {
    max-width: 189%;
  }
  .laptop\:min_h-189\% {
    min-height: 189%;
  }
  .laptop\:min_w-189\% {
    min-width: 189%;
  }
  .laptop\:h-189vh {
    height: 189vh;
  }
  .laptop\:w-189vw {
    width: 189vw;
  }
  .laptop\:min_w-189vw {
    min-width: 189vw;
  }
  .laptop\:min_h-189vh {
    min-height: 189vh;
  }
  .laptop\:max_w-189vw {
    max-width: 189vw;
  }
  .laptop\:max_h-189vh {
    max-height: 189vh;
  }
  .laptop\:m-t-190\% {
    margin-top: 190%;
  }
  .laptop\:m-t--190\% {
    margin-top: -190%;
  }
  .laptop\:p-t-190\% {
    padding-top: 190%;
  }
  .laptop\:p-t--190\% {
    padding-top: -190%;
  }
  .laptop\:top-190\% {
    top: 190%;
  }
  .laptop\:top--190\% {
    top: -190%;
  }
  .laptop\:m-b-190\% {
    margin-bottom: 190%;
  }
  .laptop\:m-b--190\% {
    margin-bottom: -190%;
  }
  .laptop\:p-b-190\% {
    padding-bottom: 190%;
  }
  .laptop\:p-b--190\% {
    padding-bottom: -190%;
  }
  .laptop\:bottom-190\% {
    bottom: 190%;
  }
  .laptop\:bottom--190\% {
    bottom: -190%;
  }
  .laptop\:m-l-190\% {
    margin-left: 190%;
  }
  .laptop\:m-l--190\% {
    margin-left: -190%;
  }
  .laptop\:p-l-190\% {
    padding-left: 190%;
  }
  .laptop\:p-l--190\% {
    padding-left: -190%;
  }
  .laptop\:left-190\% {
    left: 190%;
  }
  .laptop\:left--190\% {
    left: -190%;
  }
  .laptop\:m-r-190\% {
    margin-right: 190%;
  }
  .laptop\:m-r--190\% {
    margin-right: -190%;
  }
  .laptop\:p-r-190\% {
    padding-right: 190%;
  }
  .laptop\:p-r--190\% {
    padding-right: -190%;
  }
  .laptop\:right-190\% {
    right: 190%;
  }
  .laptop\:right--190\% {
    right: -190%;
  }
  .laptop\:h-190\% {
    height: 190%;
  }
  .laptop\:w-190\% {
    width: 190%;
  }
  .laptop\:max_h-190\% {
    max-height: 190%;
  }
  .laptop\:max_w-190\% {
    max-width: 190%;
  }
  .laptop\:min_h-190\% {
    min-height: 190%;
  }
  .laptop\:min_w-190\% {
    min-width: 190%;
  }
  .laptop\:h-190vh {
    height: 190vh;
  }
  .laptop\:w-190vw {
    width: 190vw;
  }
  .laptop\:min_w-190vw {
    min-width: 190vw;
  }
  .laptop\:min_h-190vh {
    min-height: 190vh;
  }
  .laptop\:max_w-190vw {
    max-width: 190vw;
  }
  .laptop\:max_h-190vh {
    max-height: 190vh;
  }
  .laptop\:m-t-191\% {
    margin-top: 191%;
  }
  .laptop\:m-t--191\% {
    margin-top: -191%;
  }
  .laptop\:p-t-191\% {
    padding-top: 191%;
  }
  .laptop\:p-t--191\% {
    padding-top: -191%;
  }
  .laptop\:top-191\% {
    top: 191%;
  }
  .laptop\:top--191\% {
    top: -191%;
  }
  .laptop\:m-b-191\% {
    margin-bottom: 191%;
  }
  .laptop\:m-b--191\% {
    margin-bottom: -191%;
  }
  .laptop\:p-b-191\% {
    padding-bottom: 191%;
  }
  .laptop\:p-b--191\% {
    padding-bottom: -191%;
  }
  .laptop\:bottom-191\% {
    bottom: 191%;
  }
  .laptop\:bottom--191\% {
    bottom: -191%;
  }
  .laptop\:m-l-191\% {
    margin-left: 191%;
  }
  .laptop\:m-l--191\% {
    margin-left: -191%;
  }
  .laptop\:p-l-191\% {
    padding-left: 191%;
  }
  .laptop\:p-l--191\% {
    padding-left: -191%;
  }
  .laptop\:left-191\% {
    left: 191%;
  }
  .laptop\:left--191\% {
    left: -191%;
  }
  .laptop\:m-r-191\% {
    margin-right: 191%;
  }
  .laptop\:m-r--191\% {
    margin-right: -191%;
  }
  .laptop\:p-r-191\% {
    padding-right: 191%;
  }
  .laptop\:p-r--191\% {
    padding-right: -191%;
  }
  .laptop\:right-191\% {
    right: 191%;
  }
  .laptop\:right--191\% {
    right: -191%;
  }
  .laptop\:h-191\% {
    height: 191%;
  }
  .laptop\:w-191\% {
    width: 191%;
  }
  .laptop\:max_h-191\% {
    max-height: 191%;
  }
  .laptop\:max_w-191\% {
    max-width: 191%;
  }
  .laptop\:min_h-191\% {
    min-height: 191%;
  }
  .laptop\:min_w-191\% {
    min-width: 191%;
  }
  .laptop\:h-191vh {
    height: 191vh;
  }
  .laptop\:w-191vw {
    width: 191vw;
  }
  .laptop\:min_w-191vw {
    min-width: 191vw;
  }
  .laptop\:min_h-191vh {
    min-height: 191vh;
  }
  .laptop\:max_w-191vw {
    max-width: 191vw;
  }
  .laptop\:max_h-191vh {
    max-height: 191vh;
  }
  .laptop\:m-t-192\% {
    margin-top: 192%;
  }
  .laptop\:m-t--192\% {
    margin-top: -192%;
  }
  .laptop\:p-t-192\% {
    padding-top: 192%;
  }
  .laptop\:p-t--192\% {
    padding-top: -192%;
  }
  .laptop\:top-192\% {
    top: 192%;
  }
  .laptop\:top--192\% {
    top: -192%;
  }
  .laptop\:m-b-192\% {
    margin-bottom: 192%;
  }
  .laptop\:m-b--192\% {
    margin-bottom: -192%;
  }
  .laptop\:p-b-192\% {
    padding-bottom: 192%;
  }
  .laptop\:p-b--192\% {
    padding-bottom: -192%;
  }
  .laptop\:bottom-192\% {
    bottom: 192%;
  }
  .laptop\:bottom--192\% {
    bottom: -192%;
  }
  .laptop\:m-l-192\% {
    margin-left: 192%;
  }
  .laptop\:m-l--192\% {
    margin-left: -192%;
  }
  .laptop\:p-l-192\% {
    padding-left: 192%;
  }
  .laptop\:p-l--192\% {
    padding-left: -192%;
  }
  .laptop\:left-192\% {
    left: 192%;
  }
  .laptop\:left--192\% {
    left: -192%;
  }
  .laptop\:m-r-192\% {
    margin-right: 192%;
  }
  .laptop\:m-r--192\% {
    margin-right: -192%;
  }
  .laptop\:p-r-192\% {
    padding-right: 192%;
  }
  .laptop\:p-r--192\% {
    padding-right: -192%;
  }
  .laptop\:right-192\% {
    right: 192%;
  }
  .laptop\:right--192\% {
    right: -192%;
  }
  .laptop\:h-192\% {
    height: 192%;
  }
  .laptop\:w-192\% {
    width: 192%;
  }
  .laptop\:max_h-192\% {
    max-height: 192%;
  }
  .laptop\:max_w-192\% {
    max-width: 192%;
  }
  .laptop\:min_h-192\% {
    min-height: 192%;
  }
  .laptop\:min_w-192\% {
    min-width: 192%;
  }
  .laptop\:h-192vh {
    height: 192vh;
  }
  .laptop\:w-192vw {
    width: 192vw;
  }
  .laptop\:min_w-192vw {
    min-width: 192vw;
  }
  .laptop\:min_h-192vh {
    min-height: 192vh;
  }
  .laptop\:max_w-192vw {
    max-width: 192vw;
  }
  .laptop\:max_h-192vh {
    max-height: 192vh;
  }
  .laptop\:m-t-193\% {
    margin-top: 193%;
  }
  .laptop\:m-t--193\% {
    margin-top: -193%;
  }
  .laptop\:p-t-193\% {
    padding-top: 193%;
  }
  .laptop\:p-t--193\% {
    padding-top: -193%;
  }
  .laptop\:top-193\% {
    top: 193%;
  }
  .laptop\:top--193\% {
    top: -193%;
  }
  .laptop\:m-b-193\% {
    margin-bottom: 193%;
  }
  .laptop\:m-b--193\% {
    margin-bottom: -193%;
  }
  .laptop\:p-b-193\% {
    padding-bottom: 193%;
  }
  .laptop\:p-b--193\% {
    padding-bottom: -193%;
  }
  .laptop\:bottom-193\% {
    bottom: 193%;
  }
  .laptop\:bottom--193\% {
    bottom: -193%;
  }
  .laptop\:m-l-193\% {
    margin-left: 193%;
  }
  .laptop\:m-l--193\% {
    margin-left: -193%;
  }
  .laptop\:p-l-193\% {
    padding-left: 193%;
  }
  .laptop\:p-l--193\% {
    padding-left: -193%;
  }
  .laptop\:left-193\% {
    left: 193%;
  }
  .laptop\:left--193\% {
    left: -193%;
  }
  .laptop\:m-r-193\% {
    margin-right: 193%;
  }
  .laptop\:m-r--193\% {
    margin-right: -193%;
  }
  .laptop\:p-r-193\% {
    padding-right: 193%;
  }
  .laptop\:p-r--193\% {
    padding-right: -193%;
  }
  .laptop\:right-193\% {
    right: 193%;
  }
  .laptop\:right--193\% {
    right: -193%;
  }
  .laptop\:h-193\% {
    height: 193%;
  }
  .laptop\:w-193\% {
    width: 193%;
  }
  .laptop\:max_h-193\% {
    max-height: 193%;
  }
  .laptop\:max_w-193\% {
    max-width: 193%;
  }
  .laptop\:min_h-193\% {
    min-height: 193%;
  }
  .laptop\:min_w-193\% {
    min-width: 193%;
  }
  .laptop\:h-193vh {
    height: 193vh;
  }
  .laptop\:w-193vw {
    width: 193vw;
  }
  .laptop\:min_w-193vw {
    min-width: 193vw;
  }
  .laptop\:min_h-193vh {
    min-height: 193vh;
  }
  .laptop\:max_w-193vw {
    max-width: 193vw;
  }
  .laptop\:max_h-193vh {
    max-height: 193vh;
  }
  .laptop\:m-t-194\% {
    margin-top: 194%;
  }
  .laptop\:m-t--194\% {
    margin-top: -194%;
  }
  .laptop\:p-t-194\% {
    padding-top: 194%;
  }
  .laptop\:p-t--194\% {
    padding-top: -194%;
  }
  .laptop\:top-194\% {
    top: 194%;
  }
  .laptop\:top--194\% {
    top: -194%;
  }
  .laptop\:m-b-194\% {
    margin-bottom: 194%;
  }
  .laptop\:m-b--194\% {
    margin-bottom: -194%;
  }
  .laptop\:p-b-194\% {
    padding-bottom: 194%;
  }
  .laptop\:p-b--194\% {
    padding-bottom: -194%;
  }
  .laptop\:bottom-194\% {
    bottom: 194%;
  }
  .laptop\:bottom--194\% {
    bottom: -194%;
  }
  .laptop\:m-l-194\% {
    margin-left: 194%;
  }
  .laptop\:m-l--194\% {
    margin-left: -194%;
  }
  .laptop\:p-l-194\% {
    padding-left: 194%;
  }
  .laptop\:p-l--194\% {
    padding-left: -194%;
  }
  .laptop\:left-194\% {
    left: 194%;
  }
  .laptop\:left--194\% {
    left: -194%;
  }
  .laptop\:m-r-194\% {
    margin-right: 194%;
  }
  .laptop\:m-r--194\% {
    margin-right: -194%;
  }
  .laptop\:p-r-194\% {
    padding-right: 194%;
  }
  .laptop\:p-r--194\% {
    padding-right: -194%;
  }
  .laptop\:right-194\% {
    right: 194%;
  }
  .laptop\:right--194\% {
    right: -194%;
  }
  .laptop\:h-194\% {
    height: 194%;
  }
  .laptop\:w-194\% {
    width: 194%;
  }
  .laptop\:max_h-194\% {
    max-height: 194%;
  }
  .laptop\:max_w-194\% {
    max-width: 194%;
  }
  .laptop\:min_h-194\% {
    min-height: 194%;
  }
  .laptop\:min_w-194\% {
    min-width: 194%;
  }
  .laptop\:h-194vh {
    height: 194vh;
  }
  .laptop\:w-194vw {
    width: 194vw;
  }
  .laptop\:min_w-194vw {
    min-width: 194vw;
  }
  .laptop\:min_h-194vh {
    min-height: 194vh;
  }
  .laptop\:max_w-194vw {
    max-width: 194vw;
  }
  .laptop\:max_h-194vh {
    max-height: 194vh;
  }
  .laptop\:m-t-195\% {
    margin-top: 195%;
  }
  .laptop\:m-t--195\% {
    margin-top: -195%;
  }
  .laptop\:p-t-195\% {
    padding-top: 195%;
  }
  .laptop\:p-t--195\% {
    padding-top: -195%;
  }
  .laptop\:top-195\% {
    top: 195%;
  }
  .laptop\:top--195\% {
    top: -195%;
  }
  .laptop\:m-b-195\% {
    margin-bottom: 195%;
  }
  .laptop\:m-b--195\% {
    margin-bottom: -195%;
  }
  .laptop\:p-b-195\% {
    padding-bottom: 195%;
  }
  .laptop\:p-b--195\% {
    padding-bottom: -195%;
  }
  .laptop\:bottom-195\% {
    bottom: 195%;
  }
  .laptop\:bottom--195\% {
    bottom: -195%;
  }
  .laptop\:m-l-195\% {
    margin-left: 195%;
  }
  .laptop\:m-l--195\% {
    margin-left: -195%;
  }
  .laptop\:p-l-195\% {
    padding-left: 195%;
  }
  .laptop\:p-l--195\% {
    padding-left: -195%;
  }
  .laptop\:left-195\% {
    left: 195%;
  }
  .laptop\:left--195\% {
    left: -195%;
  }
  .laptop\:m-r-195\% {
    margin-right: 195%;
  }
  .laptop\:m-r--195\% {
    margin-right: -195%;
  }
  .laptop\:p-r-195\% {
    padding-right: 195%;
  }
  .laptop\:p-r--195\% {
    padding-right: -195%;
  }
  .laptop\:right-195\% {
    right: 195%;
  }
  .laptop\:right--195\% {
    right: -195%;
  }
  .laptop\:h-195\% {
    height: 195%;
  }
  .laptop\:w-195\% {
    width: 195%;
  }
  .laptop\:max_h-195\% {
    max-height: 195%;
  }
  .laptop\:max_w-195\% {
    max-width: 195%;
  }
  .laptop\:min_h-195\% {
    min-height: 195%;
  }
  .laptop\:min_w-195\% {
    min-width: 195%;
  }
  .laptop\:h-195vh {
    height: 195vh;
  }
  .laptop\:w-195vw {
    width: 195vw;
  }
  .laptop\:min_w-195vw {
    min-width: 195vw;
  }
  .laptop\:min_h-195vh {
    min-height: 195vh;
  }
  .laptop\:max_w-195vw {
    max-width: 195vw;
  }
  .laptop\:max_h-195vh {
    max-height: 195vh;
  }
  .laptop\:m-t-196\% {
    margin-top: 196%;
  }
  .laptop\:m-t--196\% {
    margin-top: -196%;
  }
  .laptop\:p-t-196\% {
    padding-top: 196%;
  }
  .laptop\:p-t--196\% {
    padding-top: -196%;
  }
  .laptop\:top-196\% {
    top: 196%;
  }
  .laptop\:top--196\% {
    top: -196%;
  }
  .laptop\:m-b-196\% {
    margin-bottom: 196%;
  }
  .laptop\:m-b--196\% {
    margin-bottom: -196%;
  }
  .laptop\:p-b-196\% {
    padding-bottom: 196%;
  }
  .laptop\:p-b--196\% {
    padding-bottom: -196%;
  }
  .laptop\:bottom-196\% {
    bottom: 196%;
  }
  .laptop\:bottom--196\% {
    bottom: -196%;
  }
  .laptop\:m-l-196\% {
    margin-left: 196%;
  }
  .laptop\:m-l--196\% {
    margin-left: -196%;
  }
  .laptop\:p-l-196\% {
    padding-left: 196%;
  }
  .laptop\:p-l--196\% {
    padding-left: -196%;
  }
  .laptop\:left-196\% {
    left: 196%;
  }
  .laptop\:left--196\% {
    left: -196%;
  }
  .laptop\:m-r-196\% {
    margin-right: 196%;
  }
  .laptop\:m-r--196\% {
    margin-right: -196%;
  }
  .laptop\:p-r-196\% {
    padding-right: 196%;
  }
  .laptop\:p-r--196\% {
    padding-right: -196%;
  }
  .laptop\:right-196\% {
    right: 196%;
  }
  .laptop\:right--196\% {
    right: -196%;
  }
  .laptop\:h-196\% {
    height: 196%;
  }
  .laptop\:w-196\% {
    width: 196%;
  }
  .laptop\:max_h-196\% {
    max-height: 196%;
  }
  .laptop\:max_w-196\% {
    max-width: 196%;
  }
  .laptop\:min_h-196\% {
    min-height: 196%;
  }
  .laptop\:min_w-196\% {
    min-width: 196%;
  }
  .laptop\:h-196vh {
    height: 196vh;
  }
  .laptop\:w-196vw {
    width: 196vw;
  }
  .laptop\:min_w-196vw {
    min-width: 196vw;
  }
  .laptop\:min_h-196vh {
    min-height: 196vh;
  }
  .laptop\:max_w-196vw {
    max-width: 196vw;
  }
  .laptop\:max_h-196vh {
    max-height: 196vh;
  }
  .laptop\:m-t-197\% {
    margin-top: 197%;
  }
  .laptop\:m-t--197\% {
    margin-top: -197%;
  }
  .laptop\:p-t-197\% {
    padding-top: 197%;
  }
  .laptop\:p-t--197\% {
    padding-top: -197%;
  }
  .laptop\:top-197\% {
    top: 197%;
  }
  .laptop\:top--197\% {
    top: -197%;
  }
  .laptop\:m-b-197\% {
    margin-bottom: 197%;
  }
  .laptop\:m-b--197\% {
    margin-bottom: -197%;
  }
  .laptop\:p-b-197\% {
    padding-bottom: 197%;
  }
  .laptop\:p-b--197\% {
    padding-bottom: -197%;
  }
  .laptop\:bottom-197\% {
    bottom: 197%;
  }
  .laptop\:bottom--197\% {
    bottom: -197%;
  }
  .laptop\:m-l-197\% {
    margin-left: 197%;
  }
  .laptop\:m-l--197\% {
    margin-left: -197%;
  }
  .laptop\:p-l-197\% {
    padding-left: 197%;
  }
  .laptop\:p-l--197\% {
    padding-left: -197%;
  }
  .laptop\:left-197\% {
    left: 197%;
  }
  .laptop\:left--197\% {
    left: -197%;
  }
  .laptop\:m-r-197\% {
    margin-right: 197%;
  }
  .laptop\:m-r--197\% {
    margin-right: -197%;
  }
  .laptop\:p-r-197\% {
    padding-right: 197%;
  }
  .laptop\:p-r--197\% {
    padding-right: -197%;
  }
  .laptop\:right-197\% {
    right: 197%;
  }
  .laptop\:right--197\% {
    right: -197%;
  }
  .laptop\:h-197\% {
    height: 197%;
  }
  .laptop\:w-197\% {
    width: 197%;
  }
  .laptop\:max_h-197\% {
    max-height: 197%;
  }
  .laptop\:max_w-197\% {
    max-width: 197%;
  }
  .laptop\:min_h-197\% {
    min-height: 197%;
  }
  .laptop\:min_w-197\% {
    min-width: 197%;
  }
  .laptop\:h-197vh {
    height: 197vh;
  }
  .laptop\:w-197vw {
    width: 197vw;
  }
  .laptop\:min_w-197vw {
    min-width: 197vw;
  }
  .laptop\:min_h-197vh {
    min-height: 197vh;
  }
  .laptop\:max_w-197vw {
    max-width: 197vw;
  }
  .laptop\:max_h-197vh {
    max-height: 197vh;
  }
  .laptop\:m-t-198\% {
    margin-top: 198%;
  }
  .laptop\:m-t--198\% {
    margin-top: -198%;
  }
  .laptop\:p-t-198\% {
    padding-top: 198%;
  }
  .laptop\:p-t--198\% {
    padding-top: -198%;
  }
  .laptop\:top-198\% {
    top: 198%;
  }
  .laptop\:top--198\% {
    top: -198%;
  }
  .laptop\:m-b-198\% {
    margin-bottom: 198%;
  }
  .laptop\:m-b--198\% {
    margin-bottom: -198%;
  }
  .laptop\:p-b-198\% {
    padding-bottom: 198%;
  }
  .laptop\:p-b--198\% {
    padding-bottom: -198%;
  }
  .laptop\:bottom-198\% {
    bottom: 198%;
  }
  .laptop\:bottom--198\% {
    bottom: -198%;
  }
  .laptop\:m-l-198\% {
    margin-left: 198%;
  }
  .laptop\:m-l--198\% {
    margin-left: -198%;
  }
  .laptop\:p-l-198\% {
    padding-left: 198%;
  }
  .laptop\:p-l--198\% {
    padding-left: -198%;
  }
  .laptop\:left-198\% {
    left: 198%;
  }
  .laptop\:left--198\% {
    left: -198%;
  }
  .laptop\:m-r-198\% {
    margin-right: 198%;
  }
  .laptop\:m-r--198\% {
    margin-right: -198%;
  }
  .laptop\:p-r-198\% {
    padding-right: 198%;
  }
  .laptop\:p-r--198\% {
    padding-right: -198%;
  }
  .laptop\:right-198\% {
    right: 198%;
  }
  .laptop\:right--198\% {
    right: -198%;
  }
  .laptop\:h-198\% {
    height: 198%;
  }
  .laptop\:w-198\% {
    width: 198%;
  }
  .laptop\:max_h-198\% {
    max-height: 198%;
  }
  .laptop\:max_w-198\% {
    max-width: 198%;
  }
  .laptop\:min_h-198\% {
    min-height: 198%;
  }
  .laptop\:min_w-198\% {
    min-width: 198%;
  }
  .laptop\:h-198vh {
    height: 198vh;
  }
  .laptop\:w-198vw {
    width: 198vw;
  }
  .laptop\:min_w-198vw {
    min-width: 198vw;
  }
  .laptop\:min_h-198vh {
    min-height: 198vh;
  }
  .laptop\:max_w-198vw {
    max-width: 198vw;
  }
  .laptop\:max_h-198vh {
    max-height: 198vh;
  }
  .laptop\:m-t-199\% {
    margin-top: 199%;
  }
  .laptop\:m-t--199\% {
    margin-top: -199%;
  }
  .laptop\:p-t-199\% {
    padding-top: 199%;
  }
  .laptop\:p-t--199\% {
    padding-top: -199%;
  }
  .laptop\:top-199\% {
    top: 199%;
  }
  .laptop\:top--199\% {
    top: -199%;
  }
  .laptop\:m-b-199\% {
    margin-bottom: 199%;
  }
  .laptop\:m-b--199\% {
    margin-bottom: -199%;
  }
  .laptop\:p-b-199\% {
    padding-bottom: 199%;
  }
  .laptop\:p-b--199\% {
    padding-bottom: -199%;
  }
  .laptop\:bottom-199\% {
    bottom: 199%;
  }
  .laptop\:bottom--199\% {
    bottom: -199%;
  }
  .laptop\:m-l-199\% {
    margin-left: 199%;
  }
  .laptop\:m-l--199\% {
    margin-left: -199%;
  }
  .laptop\:p-l-199\% {
    padding-left: 199%;
  }
  .laptop\:p-l--199\% {
    padding-left: -199%;
  }
  .laptop\:left-199\% {
    left: 199%;
  }
  .laptop\:left--199\% {
    left: -199%;
  }
  .laptop\:m-r-199\% {
    margin-right: 199%;
  }
  .laptop\:m-r--199\% {
    margin-right: -199%;
  }
  .laptop\:p-r-199\% {
    padding-right: 199%;
  }
  .laptop\:p-r--199\% {
    padding-right: -199%;
  }
  .laptop\:right-199\% {
    right: 199%;
  }
  .laptop\:right--199\% {
    right: -199%;
  }
  .laptop\:h-199\% {
    height: 199%;
  }
  .laptop\:w-199\% {
    width: 199%;
  }
  .laptop\:max_h-199\% {
    max-height: 199%;
  }
  .laptop\:max_w-199\% {
    max-width: 199%;
  }
  .laptop\:min_h-199\% {
    min-height: 199%;
  }
  .laptop\:min_w-199\% {
    min-width: 199%;
  }
  .laptop\:h-199vh {
    height: 199vh;
  }
  .laptop\:w-199vw {
    width: 199vw;
  }
  .laptop\:min_w-199vw {
    min-width: 199vw;
  }
  .laptop\:min_h-199vh {
    min-height: 199vh;
  }
  .laptop\:max_w-199vw {
    max-width: 199vw;
  }
  .laptop\:max_h-199vh {
    max-height: 199vh;
  }
  .laptop\:m-t-200\% {
    margin-top: 200%;
  }
  .laptop\:m-t--200\% {
    margin-top: -200%;
  }
  .laptop\:p-t-200\% {
    padding-top: 200%;
  }
  .laptop\:p-t--200\% {
    padding-top: -200%;
  }
  .laptop\:top-200\% {
    top: 200%;
  }
  .laptop\:top--200\% {
    top: -200%;
  }
  .laptop\:m-b-200\% {
    margin-bottom: 200%;
  }
  .laptop\:m-b--200\% {
    margin-bottom: -200%;
  }
  .laptop\:p-b-200\% {
    padding-bottom: 200%;
  }
  .laptop\:p-b--200\% {
    padding-bottom: -200%;
  }
  .laptop\:bottom-200\% {
    bottom: 200%;
  }
  .laptop\:bottom--200\% {
    bottom: -200%;
  }
  .laptop\:m-l-200\% {
    margin-left: 200%;
  }
  .laptop\:m-l--200\% {
    margin-left: -200%;
  }
  .laptop\:p-l-200\% {
    padding-left: 200%;
  }
  .laptop\:p-l--200\% {
    padding-left: -200%;
  }
  .laptop\:left-200\% {
    left: 200%;
  }
  .laptop\:left--200\% {
    left: -200%;
  }
  .laptop\:m-r-200\% {
    margin-right: 200%;
  }
  .laptop\:m-r--200\% {
    margin-right: -200%;
  }
  .laptop\:p-r-200\% {
    padding-right: 200%;
  }
  .laptop\:p-r--200\% {
    padding-right: -200%;
  }
  .laptop\:right-200\% {
    right: 200%;
  }
  .laptop\:right--200\% {
    right: -200%;
  }
  .laptop\:h-200\% {
    height: 200%;
  }
  .laptop\:w-200\% {
    width: 200%;
  }
  .laptop\:max_h-200\% {
    max-height: 200%;
  }
  .laptop\:max_w-200\% {
    max-width: 200%;
  }
  .laptop\:min_h-200\% {
    min-height: 200%;
  }
  .laptop\:min_w-200\% {
    min-width: 200%;
  }
  .laptop\:h-200vh {
    height: 200vh;
  }
  .laptop\:w-200vw {
    width: 200vw;
  }
  .laptop\:min_w-200vw {
    min-width: 200vw;
  }
  .laptop\:min_h-200vh {
    min-height: 200vh;
  }
  .laptop\:max_w-200vw {
    max-width: 200vw;
  }
  .laptop\:max_h-200vh {
    max-height: 200vh;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-t-1\% {
    margin-top: 1%;
  }
  .laptop-l\:m-t--1\% {
    margin-top: -1%;
  }
  .laptop-l\:p-t-1\% {
    padding-top: 1%;
  }
  .laptop-l\:p-t--1\% {
    padding-top: -1%;
  }
  .laptop-l\:top-1\% {
    top: 1%;
  }
  .laptop-l\:top--1\% {
    top: -1%;
  }
  .laptop-l\:m-b-1\% {
    margin-bottom: 1%;
  }
  .laptop-l\:m-b--1\% {
    margin-bottom: -1%;
  }
  .laptop-l\:p-b-1\% {
    padding-bottom: 1%;
  }
  .laptop-l\:p-b--1\% {
    padding-bottom: -1%;
  }
  .laptop-l\:bottom-1\% {
    bottom: 1%;
  }
  .laptop-l\:bottom--1\% {
    bottom: -1%;
  }
  .laptop-l\:m-l-1\% {
    margin-left: 1%;
  }
  .laptop-l\:m-l--1\% {
    margin-left: -1%;
  }
  .laptop-l\:p-l-1\% {
    padding-left: 1%;
  }
  .laptop-l\:p-l--1\% {
    padding-left: -1%;
  }
  .laptop-l\:left-1\% {
    left: 1%;
  }
  .laptop-l\:left--1\% {
    left: -1%;
  }
  .laptop-l\:m-r-1\% {
    margin-right: 1%;
  }
  .laptop-l\:m-r--1\% {
    margin-right: -1%;
  }
  .laptop-l\:p-r-1\% {
    padding-right: 1%;
  }
  .laptop-l\:p-r--1\% {
    padding-right: -1%;
  }
  .laptop-l\:right-1\% {
    right: 1%;
  }
  .laptop-l\:right--1\% {
    right: -1%;
  }
  .laptop-l\:h-1\% {
    height: 1%;
  }
  .laptop-l\:w-1\% {
    width: 1%;
  }
  .laptop-l\:max_h-1\% {
    max-height: 1%;
  }
  .laptop-l\:max_w-1\% {
    max-width: 1%;
  }
  .laptop-l\:min_h-1\% {
    min-height: 1%;
  }
  .laptop-l\:min_w-1\% {
    min-width: 1%;
  }
  .laptop-l\:h-1vh {
    height: 1vh;
  }
  .laptop-l\:w-1vw {
    width: 1vw;
  }
  .laptop-l\:min_w-1vw {
    min-width: 1vw;
  }
  .laptop-l\:min_h-1vh {
    min-height: 1vh;
  }
  .laptop-l\:max_w-1vw {
    max-width: 1vw;
  }
  .laptop-l\:max_h-1vh {
    max-height: 1vh;
  }
  .laptop-l\:m-t-2\% {
    margin-top: 2%;
  }
  .laptop-l\:m-t--2\% {
    margin-top: -2%;
  }
  .laptop-l\:p-t-2\% {
    padding-top: 2%;
  }
  .laptop-l\:p-t--2\% {
    padding-top: -2%;
  }
  .laptop-l\:top-2\% {
    top: 2%;
  }
  .laptop-l\:top--2\% {
    top: -2%;
  }
  .laptop-l\:m-b-2\% {
    margin-bottom: 2%;
  }
  .laptop-l\:m-b--2\% {
    margin-bottom: -2%;
  }
  .laptop-l\:p-b-2\% {
    padding-bottom: 2%;
  }
  .laptop-l\:p-b--2\% {
    padding-bottom: -2%;
  }
  .laptop-l\:bottom-2\% {
    bottom: 2%;
  }
  .laptop-l\:bottom--2\% {
    bottom: -2%;
  }
  .laptop-l\:m-l-2\% {
    margin-left: 2%;
  }
  .laptop-l\:m-l--2\% {
    margin-left: -2%;
  }
  .laptop-l\:p-l-2\% {
    padding-left: 2%;
  }
  .laptop-l\:p-l--2\% {
    padding-left: -2%;
  }
  .laptop-l\:left-2\% {
    left: 2%;
  }
  .laptop-l\:left--2\% {
    left: -2%;
  }
  .laptop-l\:m-r-2\% {
    margin-right: 2%;
  }
  .laptop-l\:m-r--2\% {
    margin-right: -2%;
  }
  .laptop-l\:p-r-2\% {
    padding-right: 2%;
  }
  .laptop-l\:p-r--2\% {
    padding-right: -2%;
  }
  .laptop-l\:right-2\% {
    right: 2%;
  }
  .laptop-l\:right--2\% {
    right: -2%;
  }
  .laptop-l\:h-2\% {
    height: 2%;
  }
  .laptop-l\:w-2\% {
    width: 2%;
  }
  .laptop-l\:max_h-2\% {
    max-height: 2%;
  }
  .laptop-l\:max_w-2\% {
    max-width: 2%;
  }
  .laptop-l\:min_h-2\% {
    min-height: 2%;
  }
  .laptop-l\:min_w-2\% {
    min-width: 2%;
  }
  .laptop-l\:h-2vh {
    height: 2vh;
  }
  .laptop-l\:w-2vw {
    width: 2vw;
  }
  .laptop-l\:min_w-2vw {
    min-width: 2vw;
  }
  .laptop-l\:min_h-2vh {
    min-height: 2vh;
  }
  .laptop-l\:max_w-2vw {
    max-width: 2vw;
  }
  .laptop-l\:max_h-2vh {
    max-height: 2vh;
  }
  .laptop-l\:m-t-3\% {
    margin-top: 3%;
  }
  .laptop-l\:m-t--3\% {
    margin-top: -3%;
  }
  .laptop-l\:p-t-3\% {
    padding-top: 3%;
  }
  .laptop-l\:p-t--3\% {
    padding-top: -3%;
  }
  .laptop-l\:top-3\% {
    top: 3%;
  }
  .laptop-l\:top--3\% {
    top: -3%;
  }
  .laptop-l\:m-b-3\% {
    margin-bottom: 3%;
  }
  .laptop-l\:m-b--3\% {
    margin-bottom: -3%;
  }
  .laptop-l\:p-b-3\% {
    padding-bottom: 3%;
  }
  .laptop-l\:p-b--3\% {
    padding-bottom: -3%;
  }
  .laptop-l\:bottom-3\% {
    bottom: 3%;
  }
  .laptop-l\:bottom--3\% {
    bottom: -3%;
  }
  .laptop-l\:m-l-3\% {
    margin-left: 3%;
  }
  .laptop-l\:m-l--3\% {
    margin-left: -3%;
  }
  .laptop-l\:p-l-3\% {
    padding-left: 3%;
  }
  .laptop-l\:p-l--3\% {
    padding-left: -3%;
  }
  .laptop-l\:left-3\% {
    left: 3%;
  }
  .laptop-l\:left--3\% {
    left: -3%;
  }
  .laptop-l\:m-r-3\% {
    margin-right: 3%;
  }
  .laptop-l\:m-r--3\% {
    margin-right: -3%;
  }
  .laptop-l\:p-r-3\% {
    padding-right: 3%;
  }
  .laptop-l\:p-r--3\% {
    padding-right: -3%;
  }
  .laptop-l\:right-3\% {
    right: 3%;
  }
  .laptop-l\:right--3\% {
    right: -3%;
  }
  .laptop-l\:h-3\% {
    height: 3%;
  }
  .laptop-l\:w-3\% {
    width: 3%;
  }
  .laptop-l\:max_h-3\% {
    max-height: 3%;
  }
  .laptop-l\:max_w-3\% {
    max-width: 3%;
  }
  .laptop-l\:min_h-3\% {
    min-height: 3%;
  }
  .laptop-l\:min_w-3\% {
    min-width: 3%;
  }
  .laptop-l\:h-3vh {
    height: 3vh;
  }
  .laptop-l\:w-3vw {
    width: 3vw;
  }
  .laptop-l\:min_w-3vw {
    min-width: 3vw;
  }
  .laptop-l\:min_h-3vh {
    min-height: 3vh;
  }
  .laptop-l\:max_w-3vw {
    max-width: 3vw;
  }
  .laptop-l\:max_h-3vh {
    max-height: 3vh;
  }
  .laptop-l\:m-t-4\% {
    margin-top: 4%;
  }
  .laptop-l\:m-t--4\% {
    margin-top: -4%;
  }
  .laptop-l\:p-t-4\% {
    padding-top: 4%;
  }
  .laptop-l\:p-t--4\% {
    padding-top: -4%;
  }
  .laptop-l\:top-4\% {
    top: 4%;
  }
  .laptop-l\:top--4\% {
    top: -4%;
  }
  .laptop-l\:m-b-4\% {
    margin-bottom: 4%;
  }
  .laptop-l\:m-b--4\% {
    margin-bottom: -4%;
  }
  .laptop-l\:p-b-4\% {
    padding-bottom: 4%;
  }
  .laptop-l\:p-b--4\% {
    padding-bottom: -4%;
  }
  .laptop-l\:bottom-4\% {
    bottom: 4%;
  }
  .laptop-l\:bottom--4\% {
    bottom: -4%;
  }
  .laptop-l\:m-l-4\% {
    margin-left: 4%;
  }
  .laptop-l\:m-l--4\% {
    margin-left: -4%;
  }
  .laptop-l\:p-l-4\% {
    padding-left: 4%;
  }
  .laptop-l\:p-l--4\% {
    padding-left: -4%;
  }
  .laptop-l\:left-4\% {
    left: 4%;
  }
  .laptop-l\:left--4\% {
    left: -4%;
  }
  .laptop-l\:m-r-4\% {
    margin-right: 4%;
  }
  .laptop-l\:m-r--4\% {
    margin-right: -4%;
  }
  .laptop-l\:p-r-4\% {
    padding-right: 4%;
  }
  .laptop-l\:p-r--4\% {
    padding-right: -4%;
  }
  .laptop-l\:right-4\% {
    right: 4%;
  }
  .laptop-l\:right--4\% {
    right: -4%;
  }
  .laptop-l\:h-4\% {
    height: 4%;
  }
  .laptop-l\:w-4\% {
    width: 4%;
  }
  .laptop-l\:max_h-4\% {
    max-height: 4%;
  }
  .laptop-l\:max_w-4\% {
    max-width: 4%;
  }
  .laptop-l\:min_h-4\% {
    min-height: 4%;
  }
  .laptop-l\:min_w-4\% {
    min-width: 4%;
  }
  .laptop-l\:h-4vh {
    height: 4vh;
  }
  .laptop-l\:w-4vw {
    width: 4vw;
  }
  .laptop-l\:min_w-4vw {
    min-width: 4vw;
  }
  .laptop-l\:min_h-4vh {
    min-height: 4vh;
  }
  .laptop-l\:max_w-4vw {
    max-width: 4vw;
  }
  .laptop-l\:max_h-4vh {
    max-height: 4vh;
  }
  .laptop-l\:m-t-5\% {
    margin-top: 5%;
  }
  .laptop-l\:m-t--5\% {
    margin-top: -5%;
  }
  .laptop-l\:p-t-5\% {
    padding-top: 5%;
  }
  .laptop-l\:p-t--5\% {
    padding-top: -5%;
  }
  .laptop-l\:top-5\% {
    top: 5%;
  }
  .laptop-l\:top--5\% {
    top: -5%;
  }
  .laptop-l\:m-b-5\% {
    margin-bottom: 5%;
  }
  .laptop-l\:m-b--5\% {
    margin-bottom: -5%;
  }
  .laptop-l\:p-b-5\% {
    padding-bottom: 5%;
  }
  .laptop-l\:p-b--5\% {
    padding-bottom: -5%;
  }
  .laptop-l\:bottom-5\% {
    bottom: 5%;
  }
  .laptop-l\:bottom--5\% {
    bottom: -5%;
  }
  .laptop-l\:m-l-5\% {
    margin-left: 5%;
  }
  .laptop-l\:m-l--5\% {
    margin-left: -5%;
  }
  .laptop-l\:p-l-5\% {
    padding-left: 5%;
  }
  .laptop-l\:p-l--5\% {
    padding-left: -5%;
  }
  .laptop-l\:left-5\% {
    left: 5%;
  }
  .laptop-l\:left--5\% {
    left: -5%;
  }
  .laptop-l\:m-r-5\% {
    margin-right: 5%;
  }
  .laptop-l\:m-r--5\% {
    margin-right: -5%;
  }
  .laptop-l\:p-r-5\% {
    padding-right: 5%;
  }
  .laptop-l\:p-r--5\% {
    padding-right: -5%;
  }
  .laptop-l\:right-5\% {
    right: 5%;
  }
  .laptop-l\:right--5\% {
    right: -5%;
  }
  .laptop-l\:h-5\% {
    height: 5%;
  }
  .laptop-l\:w-5\% {
    width: 5%;
  }
  .laptop-l\:max_h-5\% {
    max-height: 5%;
  }
  .laptop-l\:max_w-5\% {
    max-width: 5%;
  }
  .laptop-l\:min_h-5\% {
    min-height: 5%;
  }
  .laptop-l\:min_w-5\% {
    min-width: 5%;
  }
  .laptop-l\:h-5vh {
    height: 5vh;
  }
  .laptop-l\:w-5vw {
    width: 5vw;
  }
  .laptop-l\:min_w-5vw {
    min-width: 5vw;
  }
  .laptop-l\:min_h-5vh {
    min-height: 5vh;
  }
  .laptop-l\:max_w-5vw {
    max-width: 5vw;
  }
  .laptop-l\:max_h-5vh {
    max-height: 5vh;
  }
  .laptop-l\:m-t-6\% {
    margin-top: 6%;
  }
  .laptop-l\:m-t--6\% {
    margin-top: -6%;
  }
  .laptop-l\:p-t-6\% {
    padding-top: 6%;
  }
  .laptop-l\:p-t--6\% {
    padding-top: -6%;
  }
  .laptop-l\:top-6\% {
    top: 6%;
  }
  .laptop-l\:top--6\% {
    top: -6%;
  }
  .laptop-l\:m-b-6\% {
    margin-bottom: 6%;
  }
  .laptop-l\:m-b--6\% {
    margin-bottom: -6%;
  }
  .laptop-l\:p-b-6\% {
    padding-bottom: 6%;
  }
  .laptop-l\:p-b--6\% {
    padding-bottom: -6%;
  }
  .laptop-l\:bottom-6\% {
    bottom: 6%;
  }
  .laptop-l\:bottom--6\% {
    bottom: -6%;
  }
  .laptop-l\:m-l-6\% {
    margin-left: 6%;
  }
  .laptop-l\:m-l--6\% {
    margin-left: -6%;
  }
  .laptop-l\:p-l-6\% {
    padding-left: 6%;
  }
  .laptop-l\:p-l--6\% {
    padding-left: -6%;
  }
  .laptop-l\:left-6\% {
    left: 6%;
  }
  .laptop-l\:left--6\% {
    left: -6%;
  }
  .laptop-l\:m-r-6\% {
    margin-right: 6%;
  }
  .laptop-l\:m-r--6\% {
    margin-right: -6%;
  }
  .laptop-l\:p-r-6\% {
    padding-right: 6%;
  }
  .laptop-l\:p-r--6\% {
    padding-right: -6%;
  }
  .laptop-l\:right-6\% {
    right: 6%;
  }
  .laptop-l\:right--6\% {
    right: -6%;
  }
  .laptop-l\:h-6\% {
    height: 6%;
  }
  .laptop-l\:w-6\% {
    width: 6%;
  }
  .laptop-l\:max_h-6\% {
    max-height: 6%;
  }
  .laptop-l\:max_w-6\% {
    max-width: 6%;
  }
  .laptop-l\:min_h-6\% {
    min-height: 6%;
  }
  .laptop-l\:min_w-6\% {
    min-width: 6%;
  }
  .laptop-l\:h-6vh {
    height: 6vh;
  }
  .laptop-l\:w-6vw {
    width: 6vw;
  }
  .laptop-l\:min_w-6vw {
    min-width: 6vw;
  }
  .laptop-l\:min_h-6vh {
    min-height: 6vh;
  }
  .laptop-l\:max_w-6vw {
    max-width: 6vw;
  }
  .laptop-l\:max_h-6vh {
    max-height: 6vh;
  }
  .laptop-l\:m-t-7\% {
    margin-top: 7%;
  }
  .laptop-l\:m-t--7\% {
    margin-top: -7%;
  }
  .laptop-l\:p-t-7\% {
    padding-top: 7%;
  }
  .laptop-l\:p-t--7\% {
    padding-top: -7%;
  }
  .laptop-l\:top-7\% {
    top: 7%;
  }
  .laptop-l\:top--7\% {
    top: -7%;
  }
  .laptop-l\:m-b-7\% {
    margin-bottom: 7%;
  }
  .laptop-l\:m-b--7\% {
    margin-bottom: -7%;
  }
  .laptop-l\:p-b-7\% {
    padding-bottom: 7%;
  }
  .laptop-l\:p-b--7\% {
    padding-bottom: -7%;
  }
  .laptop-l\:bottom-7\% {
    bottom: 7%;
  }
  .laptop-l\:bottom--7\% {
    bottom: -7%;
  }
  .laptop-l\:m-l-7\% {
    margin-left: 7%;
  }
  .laptop-l\:m-l--7\% {
    margin-left: -7%;
  }
  .laptop-l\:p-l-7\% {
    padding-left: 7%;
  }
  .laptop-l\:p-l--7\% {
    padding-left: -7%;
  }
  .laptop-l\:left-7\% {
    left: 7%;
  }
  .laptop-l\:left--7\% {
    left: -7%;
  }
  .laptop-l\:m-r-7\% {
    margin-right: 7%;
  }
  .laptop-l\:m-r--7\% {
    margin-right: -7%;
  }
  .laptop-l\:p-r-7\% {
    padding-right: 7%;
  }
  .laptop-l\:p-r--7\% {
    padding-right: -7%;
  }
  .laptop-l\:right-7\% {
    right: 7%;
  }
  .laptop-l\:right--7\% {
    right: -7%;
  }
  .laptop-l\:h-7\% {
    height: 7%;
  }
  .laptop-l\:w-7\% {
    width: 7%;
  }
  .laptop-l\:max_h-7\% {
    max-height: 7%;
  }
  .laptop-l\:max_w-7\% {
    max-width: 7%;
  }
  .laptop-l\:min_h-7\% {
    min-height: 7%;
  }
  .laptop-l\:min_w-7\% {
    min-width: 7%;
  }
  .laptop-l\:h-7vh {
    height: 7vh;
  }
  .laptop-l\:w-7vw {
    width: 7vw;
  }
  .laptop-l\:min_w-7vw {
    min-width: 7vw;
  }
  .laptop-l\:min_h-7vh {
    min-height: 7vh;
  }
  .laptop-l\:max_w-7vw {
    max-width: 7vw;
  }
  .laptop-l\:max_h-7vh {
    max-height: 7vh;
  }
  .laptop-l\:m-t-8\% {
    margin-top: 8%;
  }
  .laptop-l\:m-t--8\% {
    margin-top: -8%;
  }
  .laptop-l\:p-t-8\% {
    padding-top: 8%;
  }
  .laptop-l\:p-t--8\% {
    padding-top: -8%;
  }
  .laptop-l\:top-8\% {
    top: 8%;
  }
  .laptop-l\:top--8\% {
    top: -8%;
  }
  .laptop-l\:m-b-8\% {
    margin-bottom: 8%;
  }
  .laptop-l\:m-b--8\% {
    margin-bottom: -8%;
  }
  .laptop-l\:p-b-8\% {
    padding-bottom: 8%;
  }
  .laptop-l\:p-b--8\% {
    padding-bottom: -8%;
  }
  .laptop-l\:bottom-8\% {
    bottom: 8%;
  }
  .laptop-l\:bottom--8\% {
    bottom: -8%;
  }
  .laptop-l\:m-l-8\% {
    margin-left: 8%;
  }
  .laptop-l\:m-l--8\% {
    margin-left: -8%;
  }
  .laptop-l\:p-l-8\% {
    padding-left: 8%;
  }
  .laptop-l\:p-l--8\% {
    padding-left: -8%;
  }
  .laptop-l\:left-8\% {
    left: 8%;
  }
  .laptop-l\:left--8\% {
    left: -8%;
  }
  .laptop-l\:m-r-8\% {
    margin-right: 8%;
  }
  .laptop-l\:m-r--8\% {
    margin-right: -8%;
  }
  .laptop-l\:p-r-8\% {
    padding-right: 8%;
  }
  .laptop-l\:p-r--8\% {
    padding-right: -8%;
  }
  .laptop-l\:right-8\% {
    right: 8%;
  }
  .laptop-l\:right--8\% {
    right: -8%;
  }
  .laptop-l\:h-8\% {
    height: 8%;
  }
  .laptop-l\:w-8\% {
    width: 8%;
  }
  .laptop-l\:max_h-8\% {
    max-height: 8%;
  }
  .laptop-l\:max_w-8\% {
    max-width: 8%;
  }
  .laptop-l\:min_h-8\% {
    min-height: 8%;
  }
  .laptop-l\:min_w-8\% {
    min-width: 8%;
  }
  .laptop-l\:h-8vh {
    height: 8vh;
  }
  .laptop-l\:w-8vw {
    width: 8vw;
  }
  .laptop-l\:min_w-8vw {
    min-width: 8vw;
  }
  .laptop-l\:min_h-8vh {
    min-height: 8vh;
  }
  .laptop-l\:max_w-8vw {
    max-width: 8vw;
  }
  .laptop-l\:max_h-8vh {
    max-height: 8vh;
  }
  .laptop-l\:m-t-9\% {
    margin-top: 9%;
  }
  .laptop-l\:m-t--9\% {
    margin-top: -9%;
  }
  .laptop-l\:p-t-9\% {
    padding-top: 9%;
  }
  .laptop-l\:p-t--9\% {
    padding-top: -9%;
  }
  .laptop-l\:top-9\% {
    top: 9%;
  }
  .laptop-l\:top--9\% {
    top: -9%;
  }
  .laptop-l\:m-b-9\% {
    margin-bottom: 9%;
  }
  .laptop-l\:m-b--9\% {
    margin-bottom: -9%;
  }
  .laptop-l\:p-b-9\% {
    padding-bottom: 9%;
  }
  .laptop-l\:p-b--9\% {
    padding-bottom: -9%;
  }
  .laptop-l\:bottom-9\% {
    bottom: 9%;
  }
  .laptop-l\:bottom--9\% {
    bottom: -9%;
  }
  .laptop-l\:m-l-9\% {
    margin-left: 9%;
  }
  .laptop-l\:m-l--9\% {
    margin-left: -9%;
  }
  .laptop-l\:p-l-9\% {
    padding-left: 9%;
  }
  .laptop-l\:p-l--9\% {
    padding-left: -9%;
  }
  .laptop-l\:left-9\% {
    left: 9%;
  }
  .laptop-l\:left--9\% {
    left: -9%;
  }
  .laptop-l\:m-r-9\% {
    margin-right: 9%;
  }
  .laptop-l\:m-r--9\% {
    margin-right: -9%;
  }
  .laptop-l\:p-r-9\% {
    padding-right: 9%;
  }
  .laptop-l\:p-r--9\% {
    padding-right: -9%;
  }
  .laptop-l\:right-9\% {
    right: 9%;
  }
  .laptop-l\:right--9\% {
    right: -9%;
  }
  .laptop-l\:h-9\% {
    height: 9%;
  }
  .laptop-l\:w-9\% {
    width: 9%;
  }
  .laptop-l\:max_h-9\% {
    max-height: 9%;
  }
  .laptop-l\:max_w-9\% {
    max-width: 9%;
  }
  .laptop-l\:min_h-9\% {
    min-height: 9%;
  }
  .laptop-l\:min_w-9\% {
    min-width: 9%;
  }
  .laptop-l\:h-9vh {
    height: 9vh;
  }
  .laptop-l\:w-9vw {
    width: 9vw;
  }
  .laptop-l\:min_w-9vw {
    min-width: 9vw;
  }
  .laptop-l\:min_h-9vh {
    min-height: 9vh;
  }
  .laptop-l\:max_w-9vw {
    max-width: 9vw;
  }
  .laptop-l\:max_h-9vh {
    max-height: 9vh;
  }
  .laptop-l\:m-t-10\% {
    margin-top: 10%;
  }
  .laptop-l\:m-t--10\% {
    margin-top: -10%;
  }
  .laptop-l\:p-t-10\% {
    padding-top: 10%;
  }
  .laptop-l\:p-t--10\% {
    padding-top: -10%;
  }
  .laptop-l\:top-10\% {
    top: 10%;
  }
  .laptop-l\:top--10\% {
    top: -10%;
  }
  .laptop-l\:m-b-10\% {
    margin-bottom: 10%;
  }
  .laptop-l\:m-b--10\% {
    margin-bottom: -10%;
  }
  .laptop-l\:p-b-10\% {
    padding-bottom: 10%;
  }
  .laptop-l\:p-b--10\% {
    padding-bottom: -10%;
  }
  .laptop-l\:bottom-10\% {
    bottom: 10%;
  }
  .laptop-l\:bottom--10\% {
    bottom: -10%;
  }
  .laptop-l\:m-l-10\% {
    margin-left: 10%;
  }
  .laptop-l\:m-l--10\% {
    margin-left: -10%;
  }
  .laptop-l\:p-l-10\% {
    padding-left: 10%;
  }
  .laptop-l\:p-l--10\% {
    padding-left: -10%;
  }
  .laptop-l\:left-10\% {
    left: 10%;
  }
  .laptop-l\:left--10\% {
    left: -10%;
  }
  .laptop-l\:m-r-10\% {
    margin-right: 10%;
  }
  .laptop-l\:m-r--10\% {
    margin-right: -10%;
  }
  .laptop-l\:p-r-10\% {
    padding-right: 10%;
  }
  .laptop-l\:p-r--10\% {
    padding-right: -10%;
  }
  .laptop-l\:right-10\% {
    right: 10%;
  }
  .laptop-l\:right--10\% {
    right: -10%;
  }
  .laptop-l\:h-10\% {
    height: 10%;
  }
  .laptop-l\:w-10\% {
    width: 10%;
  }
  .laptop-l\:max_h-10\% {
    max-height: 10%;
  }
  .laptop-l\:max_w-10\% {
    max-width: 10%;
  }
  .laptop-l\:min_h-10\% {
    min-height: 10%;
  }
  .laptop-l\:min_w-10\% {
    min-width: 10%;
  }
  .laptop-l\:h-10vh {
    height: 10vh;
  }
  .laptop-l\:w-10vw {
    width: 10vw;
  }
  .laptop-l\:min_w-10vw {
    min-width: 10vw;
  }
  .laptop-l\:min_h-10vh {
    min-height: 10vh;
  }
  .laptop-l\:max_w-10vw {
    max-width: 10vw;
  }
  .laptop-l\:max_h-10vh {
    max-height: 10vh;
  }
  .laptop-l\:m-t-11\% {
    margin-top: 11%;
  }
  .laptop-l\:m-t--11\% {
    margin-top: -11%;
  }
  .laptop-l\:p-t-11\% {
    padding-top: 11%;
  }
  .laptop-l\:p-t--11\% {
    padding-top: -11%;
  }
  .laptop-l\:top-11\% {
    top: 11%;
  }
  .laptop-l\:top--11\% {
    top: -11%;
  }
  .laptop-l\:m-b-11\% {
    margin-bottom: 11%;
  }
  .laptop-l\:m-b--11\% {
    margin-bottom: -11%;
  }
  .laptop-l\:p-b-11\% {
    padding-bottom: 11%;
  }
  .laptop-l\:p-b--11\% {
    padding-bottom: -11%;
  }
  .laptop-l\:bottom-11\% {
    bottom: 11%;
  }
  .laptop-l\:bottom--11\% {
    bottom: -11%;
  }
  .laptop-l\:m-l-11\% {
    margin-left: 11%;
  }
  .laptop-l\:m-l--11\% {
    margin-left: -11%;
  }
  .laptop-l\:p-l-11\% {
    padding-left: 11%;
  }
  .laptop-l\:p-l--11\% {
    padding-left: -11%;
  }
  .laptop-l\:left-11\% {
    left: 11%;
  }
  .laptop-l\:left--11\% {
    left: -11%;
  }
  .laptop-l\:m-r-11\% {
    margin-right: 11%;
  }
  .laptop-l\:m-r--11\% {
    margin-right: -11%;
  }
  .laptop-l\:p-r-11\% {
    padding-right: 11%;
  }
  .laptop-l\:p-r--11\% {
    padding-right: -11%;
  }
  .laptop-l\:right-11\% {
    right: 11%;
  }
  .laptop-l\:right--11\% {
    right: -11%;
  }
  .laptop-l\:h-11\% {
    height: 11%;
  }
  .laptop-l\:w-11\% {
    width: 11%;
  }
  .laptop-l\:max_h-11\% {
    max-height: 11%;
  }
  .laptop-l\:max_w-11\% {
    max-width: 11%;
  }
  .laptop-l\:min_h-11\% {
    min-height: 11%;
  }
  .laptop-l\:min_w-11\% {
    min-width: 11%;
  }
  .laptop-l\:h-11vh {
    height: 11vh;
  }
  .laptop-l\:w-11vw {
    width: 11vw;
  }
  .laptop-l\:min_w-11vw {
    min-width: 11vw;
  }
  .laptop-l\:min_h-11vh {
    min-height: 11vh;
  }
  .laptop-l\:max_w-11vw {
    max-width: 11vw;
  }
  .laptop-l\:max_h-11vh {
    max-height: 11vh;
  }
  .laptop-l\:m-t-12\% {
    margin-top: 12%;
  }
  .laptop-l\:m-t--12\% {
    margin-top: -12%;
  }
  .laptop-l\:p-t-12\% {
    padding-top: 12%;
  }
  .laptop-l\:p-t--12\% {
    padding-top: -12%;
  }
  .laptop-l\:top-12\% {
    top: 12%;
  }
  .laptop-l\:top--12\% {
    top: -12%;
  }
  .laptop-l\:m-b-12\% {
    margin-bottom: 12%;
  }
  .laptop-l\:m-b--12\% {
    margin-bottom: -12%;
  }
  .laptop-l\:p-b-12\% {
    padding-bottom: 12%;
  }
  .laptop-l\:p-b--12\% {
    padding-bottom: -12%;
  }
  .laptop-l\:bottom-12\% {
    bottom: 12%;
  }
  .laptop-l\:bottom--12\% {
    bottom: -12%;
  }
  .laptop-l\:m-l-12\% {
    margin-left: 12%;
  }
  .laptop-l\:m-l--12\% {
    margin-left: -12%;
  }
  .laptop-l\:p-l-12\% {
    padding-left: 12%;
  }
  .laptop-l\:p-l--12\% {
    padding-left: -12%;
  }
  .laptop-l\:left-12\% {
    left: 12%;
  }
  .laptop-l\:left--12\% {
    left: -12%;
  }
  .laptop-l\:m-r-12\% {
    margin-right: 12%;
  }
  .laptop-l\:m-r--12\% {
    margin-right: -12%;
  }
  .laptop-l\:p-r-12\% {
    padding-right: 12%;
  }
  .laptop-l\:p-r--12\% {
    padding-right: -12%;
  }
  .laptop-l\:right-12\% {
    right: 12%;
  }
  .laptop-l\:right--12\% {
    right: -12%;
  }
  .laptop-l\:h-12\% {
    height: 12%;
  }
  .laptop-l\:w-12\% {
    width: 12%;
  }
  .laptop-l\:max_h-12\% {
    max-height: 12%;
  }
  .laptop-l\:max_w-12\% {
    max-width: 12%;
  }
  .laptop-l\:min_h-12\% {
    min-height: 12%;
  }
  .laptop-l\:min_w-12\% {
    min-width: 12%;
  }
  .laptop-l\:h-12vh {
    height: 12vh;
  }
  .laptop-l\:w-12vw {
    width: 12vw;
  }
  .laptop-l\:min_w-12vw {
    min-width: 12vw;
  }
  .laptop-l\:min_h-12vh {
    min-height: 12vh;
  }
  .laptop-l\:max_w-12vw {
    max-width: 12vw;
  }
  .laptop-l\:max_h-12vh {
    max-height: 12vh;
  }
  .laptop-l\:m-t-13\% {
    margin-top: 13%;
  }
  .laptop-l\:m-t--13\% {
    margin-top: -13%;
  }
  .laptop-l\:p-t-13\% {
    padding-top: 13%;
  }
  .laptop-l\:p-t--13\% {
    padding-top: -13%;
  }
  .laptop-l\:top-13\% {
    top: 13%;
  }
  .laptop-l\:top--13\% {
    top: -13%;
  }
  .laptop-l\:m-b-13\% {
    margin-bottom: 13%;
  }
  .laptop-l\:m-b--13\% {
    margin-bottom: -13%;
  }
  .laptop-l\:p-b-13\% {
    padding-bottom: 13%;
  }
  .laptop-l\:p-b--13\% {
    padding-bottom: -13%;
  }
  .laptop-l\:bottom-13\% {
    bottom: 13%;
  }
  .laptop-l\:bottom--13\% {
    bottom: -13%;
  }
  .laptop-l\:m-l-13\% {
    margin-left: 13%;
  }
  .laptop-l\:m-l--13\% {
    margin-left: -13%;
  }
  .laptop-l\:p-l-13\% {
    padding-left: 13%;
  }
  .laptop-l\:p-l--13\% {
    padding-left: -13%;
  }
  .laptop-l\:left-13\% {
    left: 13%;
  }
  .laptop-l\:left--13\% {
    left: -13%;
  }
  .laptop-l\:m-r-13\% {
    margin-right: 13%;
  }
  .laptop-l\:m-r--13\% {
    margin-right: -13%;
  }
  .laptop-l\:p-r-13\% {
    padding-right: 13%;
  }
  .laptop-l\:p-r--13\% {
    padding-right: -13%;
  }
  .laptop-l\:right-13\% {
    right: 13%;
  }
  .laptop-l\:right--13\% {
    right: -13%;
  }
  .laptop-l\:h-13\% {
    height: 13%;
  }
  .laptop-l\:w-13\% {
    width: 13%;
  }
  .laptop-l\:max_h-13\% {
    max-height: 13%;
  }
  .laptop-l\:max_w-13\% {
    max-width: 13%;
  }
  .laptop-l\:min_h-13\% {
    min-height: 13%;
  }
  .laptop-l\:min_w-13\% {
    min-width: 13%;
  }
  .laptop-l\:h-13vh {
    height: 13vh;
  }
  .laptop-l\:w-13vw {
    width: 13vw;
  }
  .laptop-l\:min_w-13vw {
    min-width: 13vw;
  }
  .laptop-l\:min_h-13vh {
    min-height: 13vh;
  }
  .laptop-l\:max_w-13vw {
    max-width: 13vw;
  }
  .laptop-l\:max_h-13vh {
    max-height: 13vh;
  }
  .laptop-l\:m-t-14\% {
    margin-top: 14%;
  }
  .laptop-l\:m-t--14\% {
    margin-top: -14%;
  }
  .laptop-l\:p-t-14\% {
    padding-top: 14%;
  }
  .laptop-l\:p-t--14\% {
    padding-top: -14%;
  }
  .laptop-l\:top-14\% {
    top: 14%;
  }
  .laptop-l\:top--14\% {
    top: -14%;
  }
  .laptop-l\:m-b-14\% {
    margin-bottom: 14%;
  }
  .laptop-l\:m-b--14\% {
    margin-bottom: -14%;
  }
  .laptop-l\:p-b-14\% {
    padding-bottom: 14%;
  }
  .laptop-l\:p-b--14\% {
    padding-bottom: -14%;
  }
  .laptop-l\:bottom-14\% {
    bottom: 14%;
  }
  .laptop-l\:bottom--14\% {
    bottom: -14%;
  }
  .laptop-l\:m-l-14\% {
    margin-left: 14%;
  }
  .laptop-l\:m-l--14\% {
    margin-left: -14%;
  }
  .laptop-l\:p-l-14\% {
    padding-left: 14%;
  }
  .laptop-l\:p-l--14\% {
    padding-left: -14%;
  }
  .laptop-l\:left-14\% {
    left: 14%;
  }
  .laptop-l\:left--14\% {
    left: -14%;
  }
  .laptop-l\:m-r-14\% {
    margin-right: 14%;
  }
  .laptop-l\:m-r--14\% {
    margin-right: -14%;
  }
  .laptop-l\:p-r-14\% {
    padding-right: 14%;
  }
  .laptop-l\:p-r--14\% {
    padding-right: -14%;
  }
  .laptop-l\:right-14\% {
    right: 14%;
  }
  .laptop-l\:right--14\% {
    right: -14%;
  }
  .laptop-l\:h-14\% {
    height: 14%;
  }
  .laptop-l\:w-14\% {
    width: 14%;
  }
  .laptop-l\:max_h-14\% {
    max-height: 14%;
  }
  .laptop-l\:max_w-14\% {
    max-width: 14%;
  }
  .laptop-l\:min_h-14\% {
    min-height: 14%;
  }
  .laptop-l\:min_w-14\% {
    min-width: 14%;
  }
  .laptop-l\:h-14vh {
    height: 14vh;
  }
  .laptop-l\:w-14vw {
    width: 14vw;
  }
  .laptop-l\:min_w-14vw {
    min-width: 14vw;
  }
  .laptop-l\:min_h-14vh {
    min-height: 14vh;
  }
  .laptop-l\:max_w-14vw {
    max-width: 14vw;
  }
  .laptop-l\:max_h-14vh {
    max-height: 14vh;
  }
  .laptop-l\:m-t-15\% {
    margin-top: 15%;
  }
  .laptop-l\:m-t--15\% {
    margin-top: -15%;
  }
  .laptop-l\:p-t-15\% {
    padding-top: 15%;
  }
  .laptop-l\:p-t--15\% {
    padding-top: -15%;
  }
  .laptop-l\:top-15\% {
    top: 15%;
  }
  .laptop-l\:top--15\% {
    top: -15%;
  }
  .laptop-l\:m-b-15\% {
    margin-bottom: 15%;
  }
  .laptop-l\:m-b--15\% {
    margin-bottom: -15%;
  }
  .laptop-l\:p-b-15\% {
    padding-bottom: 15%;
  }
  .laptop-l\:p-b--15\% {
    padding-bottom: -15%;
  }
  .laptop-l\:bottom-15\% {
    bottom: 15%;
  }
  .laptop-l\:bottom--15\% {
    bottom: -15%;
  }
  .laptop-l\:m-l-15\% {
    margin-left: 15%;
  }
  .laptop-l\:m-l--15\% {
    margin-left: -15%;
  }
  .laptop-l\:p-l-15\% {
    padding-left: 15%;
  }
  .laptop-l\:p-l--15\% {
    padding-left: -15%;
  }
  .laptop-l\:left-15\% {
    left: 15%;
  }
  .laptop-l\:left--15\% {
    left: -15%;
  }
  .laptop-l\:m-r-15\% {
    margin-right: 15%;
  }
  .laptop-l\:m-r--15\% {
    margin-right: -15%;
  }
  .laptop-l\:p-r-15\% {
    padding-right: 15%;
  }
  .laptop-l\:p-r--15\% {
    padding-right: -15%;
  }
  .laptop-l\:right-15\% {
    right: 15%;
  }
  .laptop-l\:right--15\% {
    right: -15%;
  }
  .laptop-l\:h-15\% {
    height: 15%;
  }
  .laptop-l\:w-15\% {
    width: 15%;
  }
  .laptop-l\:max_h-15\% {
    max-height: 15%;
  }
  .laptop-l\:max_w-15\% {
    max-width: 15%;
  }
  .laptop-l\:min_h-15\% {
    min-height: 15%;
  }
  .laptop-l\:min_w-15\% {
    min-width: 15%;
  }
  .laptop-l\:h-15vh {
    height: 15vh;
  }
  .laptop-l\:w-15vw {
    width: 15vw;
  }
  .laptop-l\:min_w-15vw {
    min-width: 15vw;
  }
  .laptop-l\:min_h-15vh {
    min-height: 15vh;
  }
  .laptop-l\:max_w-15vw {
    max-width: 15vw;
  }
  .laptop-l\:max_h-15vh {
    max-height: 15vh;
  }
  .laptop-l\:m-t-16\% {
    margin-top: 16%;
  }
  .laptop-l\:m-t--16\% {
    margin-top: -16%;
  }
  .laptop-l\:p-t-16\% {
    padding-top: 16%;
  }
  .laptop-l\:p-t--16\% {
    padding-top: -16%;
  }
  .laptop-l\:top-16\% {
    top: 16%;
  }
  .laptop-l\:top--16\% {
    top: -16%;
  }
  .laptop-l\:m-b-16\% {
    margin-bottom: 16%;
  }
  .laptop-l\:m-b--16\% {
    margin-bottom: -16%;
  }
  .laptop-l\:p-b-16\% {
    padding-bottom: 16%;
  }
  .laptop-l\:p-b--16\% {
    padding-bottom: -16%;
  }
  .laptop-l\:bottom-16\% {
    bottom: 16%;
  }
  .laptop-l\:bottom--16\% {
    bottom: -16%;
  }
  .laptop-l\:m-l-16\% {
    margin-left: 16%;
  }
  .laptop-l\:m-l--16\% {
    margin-left: -16%;
  }
  .laptop-l\:p-l-16\% {
    padding-left: 16%;
  }
  .laptop-l\:p-l--16\% {
    padding-left: -16%;
  }
  .laptop-l\:left-16\% {
    left: 16%;
  }
  .laptop-l\:left--16\% {
    left: -16%;
  }
  .laptop-l\:m-r-16\% {
    margin-right: 16%;
  }
  .laptop-l\:m-r--16\% {
    margin-right: -16%;
  }
  .laptop-l\:p-r-16\% {
    padding-right: 16%;
  }
  .laptop-l\:p-r--16\% {
    padding-right: -16%;
  }
  .laptop-l\:right-16\% {
    right: 16%;
  }
  .laptop-l\:right--16\% {
    right: -16%;
  }
  .laptop-l\:h-16\% {
    height: 16%;
  }
  .laptop-l\:w-16\% {
    width: 16%;
  }
  .laptop-l\:max_h-16\% {
    max-height: 16%;
  }
  .laptop-l\:max_w-16\% {
    max-width: 16%;
  }
  .laptop-l\:min_h-16\% {
    min-height: 16%;
  }
  .laptop-l\:min_w-16\% {
    min-width: 16%;
  }
  .laptop-l\:h-16vh {
    height: 16vh;
  }
  .laptop-l\:w-16vw {
    width: 16vw;
  }
  .laptop-l\:min_w-16vw {
    min-width: 16vw;
  }
  .laptop-l\:min_h-16vh {
    min-height: 16vh;
  }
  .laptop-l\:max_w-16vw {
    max-width: 16vw;
  }
  .laptop-l\:max_h-16vh {
    max-height: 16vh;
  }
  .laptop-l\:m-t-17\% {
    margin-top: 17%;
  }
  .laptop-l\:m-t--17\% {
    margin-top: -17%;
  }
  .laptop-l\:p-t-17\% {
    padding-top: 17%;
  }
  .laptop-l\:p-t--17\% {
    padding-top: -17%;
  }
  .laptop-l\:top-17\% {
    top: 17%;
  }
  .laptop-l\:top--17\% {
    top: -17%;
  }
  .laptop-l\:m-b-17\% {
    margin-bottom: 17%;
  }
  .laptop-l\:m-b--17\% {
    margin-bottom: -17%;
  }
  .laptop-l\:p-b-17\% {
    padding-bottom: 17%;
  }
  .laptop-l\:p-b--17\% {
    padding-bottom: -17%;
  }
  .laptop-l\:bottom-17\% {
    bottom: 17%;
  }
  .laptop-l\:bottom--17\% {
    bottom: -17%;
  }
  .laptop-l\:m-l-17\% {
    margin-left: 17%;
  }
  .laptop-l\:m-l--17\% {
    margin-left: -17%;
  }
  .laptop-l\:p-l-17\% {
    padding-left: 17%;
  }
  .laptop-l\:p-l--17\% {
    padding-left: -17%;
  }
  .laptop-l\:left-17\% {
    left: 17%;
  }
  .laptop-l\:left--17\% {
    left: -17%;
  }
  .laptop-l\:m-r-17\% {
    margin-right: 17%;
  }
  .laptop-l\:m-r--17\% {
    margin-right: -17%;
  }
  .laptop-l\:p-r-17\% {
    padding-right: 17%;
  }
  .laptop-l\:p-r--17\% {
    padding-right: -17%;
  }
  .laptop-l\:right-17\% {
    right: 17%;
  }
  .laptop-l\:right--17\% {
    right: -17%;
  }
  .laptop-l\:h-17\% {
    height: 17%;
  }
  .laptop-l\:w-17\% {
    width: 17%;
  }
  .laptop-l\:max_h-17\% {
    max-height: 17%;
  }
  .laptop-l\:max_w-17\% {
    max-width: 17%;
  }
  .laptop-l\:min_h-17\% {
    min-height: 17%;
  }
  .laptop-l\:min_w-17\% {
    min-width: 17%;
  }
  .laptop-l\:h-17vh {
    height: 17vh;
  }
  .laptop-l\:w-17vw {
    width: 17vw;
  }
  .laptop-l\:min_w-17vw {
    min-width: 17vw;
  }
  .laptop-l\:min_h-17vh {
    min-height: 17vh;
  }
  .laptop-l\:max_w-17vw {
    max-width: 17vw;
  }
  .laptop-l\:max_h-17vh {
    max-height: 17vh;
  }
  .laptop-l\:m-t-18\% {
    margin-top: 18%;
  }
  .laptop-l\:m-t--18\% {
    margin-top: -18%;
  }
  .laptop-l\:p-t-18\% {
    padding-top: 18%;
  }
  .laptop-l\:p-t--18\% {
    padding-top: -18%;
  }
  .laptop-l\:top-18\% {
    top: 18%;
  }
  .laptop-l\:top--18\% {
    top: -18%;
  }
  .laptop-l\:m-b-18\% {
    margin-bottom: 18%;
  }
  .laptop-l\:m-b--18\% {
    margin-bottom: -18%;
  }
  .laptop-l\:p-b-18\% {
    padding-bottom: 18%;
  }
  .laptop-l\:p-b--18\% {
    padding-bottom: -18%;
  }
  .laptop-l\:bottom-18\% {
    bottom: 18%;
  }
  .laptop-l\:bottom--18\% {
    bottom: -18%;
  }
  .laptop-l\:m-l-18\% {
    margin-left: 18%;
  }
  .laptop-l\:m-l--18\% {
    margin-left: -18%;
  }
  .laptop-l\:p-l-18\% {
    padding-left: 18%;
  }
  .laptop-l\:p-l--18\% {
    padding-left: -18%;
  }
  .laptop-l\:left-18\% {
    left: 18%;
  }
  .laptop-l\:left--18\% {
    left: -18%;
  }
  .laptop-l\:m-r-18\% {
    margin-right: 18%;
  }
  .laptop-l\:m-r--18\% {
    margin-right: -18%;
  }
  .laptop-l\:p-r-18\% {
    padding-right: 18%;
  }
  .laptop-l\:p-r--18\% {
    padding-right: -18%;
  }
  .laptop-l\:right-18\% {
    right: 18%;
  }
  .laptop-l\:right--18\% {
    right: -18%;
  }
  .laptop-l\:h-18\% {
    height: 18%;
  }
  .laptop-l\:w-18\% {
    width: 18%;
  }
  .laptop-l\:max_h-18\% {
    max-height: 18%;
  }
  .laptop-l\:max_w-18\% {
    max-width: 18%;
  }
  .laptop-l\:min_h-18\% {
    min-height: 18%;
  }
  .laptop-l\:min_w-18\% {
    min-width: 18%;
  }
  .laptop-l\:h-18vh {
    height: 18vh;
  }
  .laptop-l\:w-18vw {
    width: 18vw;
  }
  .laptop-l\:min_w-18vw {
    min-width: 18vw;
  }
  .laptop-l\:min_h-18vh {
    min-height: 18vh;
  }
  .laptop-l\:max_w-18vw {
    max-width: 18vw;
  }
  .laptop-l\:max_h-18vh {
    max-height: 18vh;
  }
  .laptop-l\:m-t-19\% {
    margin-top: 19%;
  }
  .laptop-l\:m-t--19\% {
    margin-top: -19%;
  }
  .laptop-l\:p-t-19\% {
    padding-top: 19%;
  }
  .laptop-l\:p-t--19\% {
    padding-top: -19%;
  }
  .laptop-l\:top-19\% {
    top: 19%;
  }
  .laptop-l\:top--19\% {
    top: -19%;
  }
  .laptop-l\:m-b-19\% {
    margin-bottom: 19%;
  }
  .laptop-l\:m-b--19\% {
    margin-bottom: -19%;
  }
  .laptop-l\:p-b-19\% {
    padding-bottom: 19%;
  }
  .laptop-l\:p-b--19\% {
    padding-bottom: -19%;
  }
  .laptop-l\:bottom-19\% {
    bottom: 19%;
  }
  .laptop-l\:bottom--19\% {
    bottom: -19%;
  }
  .laptop-l\:m-l-19\% {
    margin-left: 19%;
  }
  .laptop-l\:m-l--19\% {
    margin-left: -19%;
  }
  .laptop-l\:p-l-19\% {
    padding-left: 19%;
  }
  .laptop-l\:p-l--19\% {
    padding-left: -19%;
  }
  .laptop-l\:left-19\% {
    left: 19%;
  }
  .laptop-l\:left--19\% {
    left: -19%;
  }
  .laptop-l\:m-r-19\% {
    margin-right: 19%;
  }
  .laptop-l\:m-r--19\% {
    margin-right: -19%;
  }
  .laptop-l\:p-r-19\% {
    padding-right: 19%;
  }
  .laptop-l\:p-r--19\% {
    padding-right: -19%;
  }
  .laptop-l\:right-19\% {
    right: 19%;
  }
  .laptop-l\:right--19\% {
    right: -19%;
  }
  .laptop-l\:h-19\% {
    height: 19%;
  }
  .laptop-l\:w-19\% {
    width: 19%;
  }
  .laptop-l\:max_h-19\% {
    max-height: 19%;
  }
  .laptop-l\:max_w-19\% {
    max-width: 19%;
  }
  .laptop-l\:min_h-19\% {
    min-height: 19%;
  }
  .laptop-l\:min_w-19\% {
    min-width: 19%;
  }
  .laptop-l\:h-19vh {
    height: 19vh;
  }
  .laptop-l\:w-19vw {
    width: 19vw;
  }
  .laptop-l\:min_w-19vw {
    min-width: 19vw;
  }
  .laptop-l\:min_h-19vh {
    min-height: 19vh;
  }
  .laptop-l\:max_w-19vw {
    max-width: 19vw;
  }
  .laptop-l\:max_h-19vh {
    max-height: 19vh;
  }
  .laptop-l\:m-t-20\% {
    margin-top: 20%;
  }
  .laptop-l\:m-t--20\% {
    margin-top: -20%;
  }
  .laptop-l\:p-t-20\% {
    padding-top: 20%;
  }
  .laptop-l\:p-t--20\% {
    padding-top: -20%;
  }
  .laptop-l\:top-20\% {
    top: 20%;
  }
  .laptop-l\:top--20\% {
    top: -20%;
  }
  .laptop-l\:m-b-20\% {
    margin-bottom: 20%;
  }
  .laptop-l\:m-b--20\% {
    margin-bottom: -20%;
  }
  .laptop-l\:p-b-20\% {
    padding-bottom: 20%;
  }
  .laptop-l\:p-b--20\% {
    padding-bottom: -20%;
  }
  .laptop-l\:bottom-20\% {
    bottom: 20%;
  }
  .laptop-l\:bottom--20\% {
    bottom: -20%;
  }
  .laptop-l\:m-l-20\% {
    margin-left: 20%;
  }
  .laptop-l\:m-l--20\% {
    margin-left: -20%;
  }
  .laptop-l\:p-l-20\% {
    padding-left: 20%;
  }
  .laptop-l\:p-l--20\% {
    padding-left: -20%;
  }
  .laptop-l\:left-20\% {
    left: 20%;
  }
  .laptop-l\:left--20\% {
    left: -20%;
  }
  .laptop-l\:m-r-20\% {
    margin-right: 20%;
  }
  .laptop-l\:m-r--20\% {
    margin-right: -20%;
  }
  .laptop-l\:p-r-20\% {
    padding-right: 20%;
  }
  .laptop-l\:p-r--20\% {
    padding-right: -20%;
  }
  .laptop-l\:right-20\% {
    right: 20%;
  }
  .laptop-l\:right--20\% {
    right: -20%;
  }
  .laptop-l\:h-20\% {
    height: 20%;
  }
  .laptop-l\:w-20\% {
    width: 20%;
  }
  .laptop-l\:max_h-20\% {
    max-height: 20%;
  }
  .laptop-l\:max_w-20\% {
    max-width: 20%;
  }
  .laptop-l\:min_h-20\% {
    min-height: 20%;
  }
  .laptop-l\:min_w-20\% {
    min-width: 20%;
  }
  .laptop-l\:h-20vh {
    height: 20vh;
  }
  .laptop-l\:w-20vw {
    width: 20vw;
  }
  .laptop-l\:min_w-20vw {
    min-width: 20vw;
  }
  .laptop-l\:min_h-20vh {
    min-height: 20vh;
  }
  .laptop-l\:max_w-20vw {
    max-width: 20vw;
  }
  .laptop-l\:max_h-20vh {
    max-height: 20vh;
  }
  .laptop-l\:m-t-21\% {
    margin-top: 21%;
  }
  .laptop-l\:m-t--21\% {
    margin-top: -21%;
  }
  .laptop-l\:p-t-21\% {
    padding-top: 21%;
  }
  .laptop-l\:p-t--21\% {
    padding-top: -21%;
  }
  .laptop-l\:top-21\% {
    top: 21%;
  }
  .laptop-l\:top--21\% {
    top: -21%;
  }
  .laptop-l\:m-b-21\% {
    margin-bottom: 21%;
  }
  .laptop-l\:m-b--21\% {
    margin-bottom: -21%;
  }
  .laptop-l\:p-b-21\% {
    padding-bottom: 21%;
  }
  .laptop-l\:p-b--21\% {
    padding-bottom: -21%;
  }
  .laptop-l\:bottom-21\% {
    bottom: 21%;
  }
  .laptop-l\:bottom--21\% {
    bottom: -21%;
  }
  .laptop-l\:m-l-21\% {
    margin-left: 21%;
  }
  .laptop-l\:m-l--21\% {
    margin-left: -21%;
  }
  .laptop-l\:p-l-21\% {
    padding-left: 21%;
  }
  .laptop-l\:p-l--21\% {
    padding-left: -21%;
  }
  .laptop-l\:left-21\% {
    left: 21%;
  }
  .laptop-l\:left--21\% {
    left: -21%;
  }
  .laptop-l\:m-r-21\% {
    margin-right: 21%;
  }
  .laptop-l\:m-r--21\% {
    margin-right: -21%;
  }
  .laptop-l\:p-r-21\% {
    padding-right: 21%;
  }
  .laptop-l\:p-r--21\% {
    padding-right: -21%;
  }
  .laptop-l\:right-21\% {
    right: 21%;
  }
  .laptop-l\:right--21\% {
    right: -21%;
  }
  .laptop-l\:h-21\% {
    height: 21%;
  }
  .laptop-l\:w-21\% {
    width: 21%;
  }
  .laptop-l\:max_h-21\% {
    max-height: 21%;
  }
  .laptop-l\:max_w-21\% {
    max-width: 21%;
  }
  .laptop-l\:min_h-21\% {
    min-height: 21%;
  }
  .laptop-l\:min_w-21\% {
    min-width: 21%;
  }
  .laptop-l\:h-21vh {
    height: 21vh;
  }
  .laptop-l\:w-21vw {
    width: 21vw;
  }
  .laptop-l\:min_w-21vw {
    min-width: 21vw;
  }
  .laptop-l\:min_h-21vh {
    min-height: 21vh;
  }
  .laptop-l\:max_w-21vw {
    max-width: 21vw;
  }
  .laptop-l\:max_h-21vh {
    max-height: 21vh;
  }
  .laptop-l\:m-t-22\% {
    margin-top: 22%;
  }
  .laptop-l\:m-t--22\% {
    margin-top: -22%;
  }
  .laptop-l\:p-t-22\% {
    padding-top: 22%;
  }
  .laptop-l\:p-t--22\% {
    padding-top: -22%;
  }
  .laptop-l\:top-22\% {
    top: 22%;
  }
  .laptop-l\:top--22\% {
    top: -22%;
  }
  .laptop-l\:m-b-22\% {
    margin-bottom: 22%;
  }
  .laptop-l\:m-b--22\% {
    margin-bottom: -22%;
  }
  .laptop-l\:p-b-22\% {
    padding-bottom: 22%;
  }
  .laptop-l\:p-b--22\% {
    padding-bottom: -22%;
  }
  .laptop-l\:bottom-22\% {
    bottom: 22%;
  }
  .laptop-l\:bottom--22\% {
    bottom: -22%;
  }
  .laptop-l\:m-l-22\% {
    margin-left: 22%;
  }
  .laptop-l\:m-l--22\% {
    margin-left: -22%;
  }
  .laptop-l\:p-l-22\% {
    padding-left: 22%;
  }
  .laptop-l\:p-l--22\% {
    padding-left: -22%;
  }
  .laptop-l\:left-22\% {
    left: 22%;
  }
  .laptop-l\:left--22\% {
    left: -22%;
  }
  .laptop-l\:m-r-22\% {
    margin-right: 22%;
  }
  .laptop-l\:m-r--22\% {
    margin-right: -22%;
  }
  .laptop-l\:p-r-22\% {
    padding-right: 22%;
  }
  .laptop-l\:p-r--22\% {
    padding-right: -22%;
  }
  .laptop-l\:right-22\% {
    right: 22%;
  }
  .laptop-l\:right--22\% {
    right: -22%;
  }
  .laptop-l\:h-22\% {
    height: 22%;
  }
  .laptop-l\:w-22\% {
    width: 22%;
  }
  .laptop-l\:max_h-22\% {
    max-height: 22%;
  }
  .laptop-l\:max_w-22\% {
    max-width: 22%;
  }
  .laptop-l\:min_h-22\% {
    min-height: 22%;
  }
  .laptop-l\:min_w-22\% {
    min-width: 22%;
  }
  .laptop-l\:h-22vh {
    height: 22vh;
  }
  .laptop-l\:w-22vw {
    width: 22vw;
  }
  .laptop-l\:min_w-22vw {
    min-width: 22vw;
  }
  .laptop-l\:min_h-22vh {
    min-height: 22vh;
  }
  .laptop-l\:max_w-22vw {
    max-width: 22vw;
  }
  .laptop-l\:max_h-22vh {
    max-height: 22vh;
  }
  .laptop-l\:m-t-23\% {
    margin-top: 23%;
  }
  .laptop-l\:m-t--23\% {
    margin-top: -23%;
  }
  .laptop-l\:p-t-23\% {
    padding-top: 23%;
  }
  .laptop-l\:p-t--23\% {
    padding-top: -23%;
  }
  .laptop-l\:top-23\% {
    top: 23%;
  }
  .laptop-l\:top--23\% {
    top: -23%;
  }
  .laptop-l\:m-b-23\% {
    margin-bottom: 23%;
  }
  .laptop-l\:m-b--23\% {
    margin-bottom: -23%;
  }
  .laptop-l\:p-b-23\% {
    padding-bottom: 23%;
  }
  .laptop-l\:p-b--23\% {
    padding-bottom: -23%;
  }
  .laptop-l\:bottom-23\% {
    bottom: 23%;
  }
  .laptop-l\:bottom--23\% {
    bottom: -23%;
  }
  .laptop-l\:m-l-23\% {
    margin-left: 23%;
  }
  .laptop-l\:m-l--23\% {
    margin-left: -23%;
  }
  .laptop-l\:p-l-23\% {
    padding-left: 23%;
  }
  .laptop-l\:p-l--23\% {
    padding-left: -23%;
  }
  .laptop-l\:left-23\% {
    left: 23%;
  }
  .laptop-l\:left--23\% {
    left: -23%;
  }
  .laptop-l\:m-r-23\% {
    margin-right: 23%;
  }
  .laptop-l\:m-r--23\% {
    margin-right: -23%;
  }
  .laptop-l\:p-r-23\% {
    padding-right: 23%;
  }
  .laptop-l\:p-r--23\% {
    padding-right: -23%;
  }
  .laptop-l\:right-23\% {
    right: 23%;
  }
  .laptop-l\:right--23\% {
    right: -23%;
  }
  .laptop-l\:h-23\% {
    height: 23%;
  }
  .laptop-l\:w-23\% {
    width: 23%;
  }
  .laptop-l\:max_h-23\% {
    max-height: 23%;
  }
  .laptop-l\:max_w-23\% {
    max-width: 23%;
  }
  .laptop-l\:min_h-23\% {
    min-height: 23%;
  }
  .laptop-l\:min_w-23\% {
    min-width: 23%;
  }
  .laptop-l\:h-23vh {
    height: 23vh;
  }
  .laptop-l\:w-23vw {
    width: 23vw;
  }
  .laptop-l\:min_w-23vw {
    min-width: 23vw;
  }
  .laptop-l\:min_h-23vh {
    min-height: 23vh;
  }
  .laptop-l\:max_w-23vw {
    max-width: 23vw;
  }
  .laptop-l\:max_h-23vh {
    max-height: 23vh;
  }
  .laptop-l\:m-t-24\% {
    margin-top: 24%;
  }
  .laptop-l\:m-t--24\% {
    margin-top: -24%;
  }
  .laptop-l\:p-t-24\% {
    padding-top: 24%;
  }
  .laptop-l\:p-t--24\% {
    padding-top: -24%;
  }
  .laptop-l\:top-24\% {
    top: 24%;
  }
  .laptop-l\:top--24\% {
    top: -24%;
  }
  .laptop-l\:m-b-24\% {
    margin-bottom: 24%;
  }
  .laptop-l\:m-b--24\% {
    margin-bottom: -24%;
  }
  .laptop-l\:p-b-24\% {
    padding-bottom: 24%;
  }
  .laptop-l\:p-b--24\% {
    padding-bottom: -24%;
  }
  .laptop-l\:bottom-24\% {
    bottom: 24%;
  }
  .laptop-l\:bottom--24\% {
    bottom: -24%;
  }
  .laptop-l\:m-l-24\% {
    margin-left: 24%;
  }
  .laptop-l\:m-l--24\% {
    margin-left: -24%;
  }
  .laptop-l\:p-l-24\% {
    padding-left: 24%;
  }
  .laptop-l\:p-l--24\% {
    padding-left: -24%;
  }
  .laptop-l\:left-24\% {
    left: 24%;
  }
  .laptop-l\:left--24\% {
    left: -24%;
  }
  .laptop-l\:m-r-24\% {
    margin-right: 24%;
  }
  .laptop-l\:m-r--24\% {
    margin-right: -24%;
  }
  .laptop-l\:p-r-24\% {
    padding-right: 24%;
  }
  .laptop-l\:p-r--24\% {
    padding-right: -24%;
  }
  .laptop-l\:right-24\% {
    right: 24%;
  }
  .laptop-l\:right--24\% {
    right: -24%;
  }
  .laptop-l\:h-24\% {
    height: 24%;
  }
  .laptop-l\:w-24\% {
    width: 24%;
  }
  .laptop-l\:max_h-24\% {
    max-height: 24%;
  }
  .laptop-l\:max_w-24\% {
    max-width: 24%;
  }
  .laptop-l\:min_h-24\% {
    min-height: 24%;
  }
  .laptop-l\:min_w-24\% {
    min-width: 24%;
  }
  .laptop-l\:h-24vh {
    height: 24vh;
  }
  .laptop-l\:w-24vw {
    width: 24vw;
  }
  .laptop-l\:min_w-24vw {
    min-width: 24vw;
  }
  .laptop-l\:min_h-24vh {
    min-height: 24vh;
  }
  .laptop-l\:max_w-24vw {
    max-width: 24vw;
  }
  .laptop-l\:max_h-24vh {
    max-height: 24vh;
  }
  .laptop-l\:m-t-25\% {
    margin-top: 25%;
  }
  .laptop-l\:m-t--25\% {
    margin-top: -25%;
  }
  .laptop-l\:p-t-25\% {
    padding-top: 25%;
  }
  .laptop-l\:p-t--25\% {
    padding-top: -25%;
  }
  .laptop-l\:top-25\% {
    top: 25%;
  }
  .laptop-l\:top--25\% {
    top: -25%;
  }
  .laptop-l\:m-b-25\% {
    margin-bottom: 25%;
  }
  .laptop-l\:m-b--25\% {
    margin-bottom: -25%;
  }
  .laptop-l\:p-b-25\% {
    padding-bottom: 25%;
  }
  .laptop-l\:p-b--25\% {
    padding-bottom: -25%;
  }
  .laptop-l\:bottom-25\% {
    bottom: 25%;
  }
  .laptop-l\:bottom--25\% {
    bottom: -25%;
  }
  .laptop-l\:m-l-25\% {
    margin-left: 25%;
  }
  .laptop-l\:m-l--25\% {
    margin-left: -25%;
  }
  .laptop-l\:p-l-25\% {
    padding-left: 25%;
  }
  .laptop-l\:p-l--25\% {
    padding-left: -25%;
  }
  .laptop-l\:left-25\% {
    left: 25%;
  }
  .laptop-l\:left--25\% {
    left: -25%;
  }
  .laptop-l\:m-r-25\% {
    margin-right: 25%;
  }
  .laptop-l\:m-r--25\% {
    margin-right: -25%;
  }
  .laptop-l\:p-r-25\% {
    padding-right: 25%;
  }
  .laptop-l\:p-r--25\% {
    padding-right: -25%;
  }
  .laptop-l\:right-25\% {
    right: 25%;
  }
  .laptop-l\:right--25\% {
    right: -25%;
  }
  .laptop-l\:h-25\% {
    height: 25%;
  }
  .laptop-l\:w-25\% {
    width: 25%;
  }
  .laptop-l\:max_h-25\% {
    max-height: 25%;
  }
  .laptop-l\:max_w-25\% {
    max-width: 25%;
  }
  .laptop-l\:min_h-25\% {
    min-height: 25%;
  }
  .laptop-l\:min_w-25\% {
    min-width: 25%;
  }
  .laptop-l\:h-25vh {
    height: 25vh;
  }
  .laptop-l\:w-25vw {
    width: 25vw;
  }
  .laptop-l\:min_w-25vw {
    min-width: 25vw;
  }
  .laptop-l\:min_h-25vh {
    min-height: 25vh;
  }
  .laptop-l\:max_w-25vw {
    max-width: 25vw;
  }
  .laptop-l\:max_h-25vh {
    max-height: 25vh;
  }
  .laptop-l\:m-t-26\% {
    margin-top: 26%;
  }
  .laptop-l\:m-t--26\% {
    margin-top: -26%;
  }
  .laptop-l\:p-t-26\% {
    padding-top: 26%;
  }
  .laptop-l\:p-t--26\% {
    padding-top: -26%;
  }
  .laptop-l\:top-26\% {
    top: 26%;
  }
  .laptop-l\:top--26\% {
    top: -26%;
  }
  .laptop-l\:m-b-26\% {
    margin-bottom: 26%;
  }
  .laptop-l\:m-b--26\% {
    margin-bottom: -26%;
  }
  .laptop-l\:p-b-26\% {
    padding-bottom: 26%;
  }
  .laptop-l\:p-b--26\% {
    padding-bottom: -26%;
  }
  .laptop-l\:bottom-26\% {
    bottom: 26%;
  }
  .laptop-l\:bottom--26\% {
    bottom: -26%;
  }
  .laptop-l\:m-l-26\% {
    margin-left: 26%;
  }
  .laptop-l\:m-l--26\% {
    margin-left: -26%;
  }
  .laptop-l\:p-l-26\% {
    padding-left: 26%;
  }
  .laptop-l\:p-l--26\% {
    padding-left: -26%;
  }
  .laptop-l\:left-26\% {
    left: 26%;
  }
  .laptop-l\:left--26\% {
    left: -26%;
  }
  .laptop-l\:m-r-26\% {
    margin-right: 26%;
  }
  .laptop-l\:m-r--26\% {
    margin-right: -26%;
  }
  .laptop-l\:p-r-26\% {
    padding-right: 26%;
  }
  .laptop-l\:p-r--26\% {
    padding-right: -26%;
  }
  .laptop-l\:right-26\% {
    right: 26%;
  }
  .laptop-l\:right--26\% {
    right: -26%;
  }
  .laptop-l\:h-26\% {
    height: 26%;
  }
  .laptop-l\:w-26\% {
    width: 26%;
  }
  .laptop-l\:max_h-26\% {
    max-height: 26%;
  }
  .laptop-l\:max_w-26\% {
    max-width: 26%;
  }
  .laptop-l\:min_h-26\% {
    min-height: 26%;
  }
  .laptop-l\:min_w-26\% {
    min-width: 26%;
  }
  .laptop-l\:h-26vh {
    height: 26vh;
  }
  .laptop-l\:w-26vw {
    width: 26vw;
  }
  .laptop-l\:min_w-26vw {
    min-width: 26vw;
  }
  .laptop-l\:min_h-26vh {
    min-height: 26vh;
  }
  .laptop-l\:max_w-26vw {
    max-width: 26vw;
  }
  .laptop-l\:max_h-26vh {
    max-height: 26vh;
  }
  .laptop-l\:m-t-27\% {
    margin-top: 27%;
  }
  .laptop-l\:m-t--27\% {
    margin-top: -27%;
  }
  .laptop-l\:p-t-27\% {
    padding-top: 27%;
  }
  .laptop-l\:p-t--27\% {
    padding-top: -27%;
  }
  .laptop-l\:top-27\% {
    top: 27%;
  }
  .laptop-l\:top--27\% {
    top: -27%;
  }
  .laptop-l\:m-b-27\% {
    margin-bottom: 27%;
  }
  .laptop-l\:m-b--27\% {
    margin-bottom: -27%;
  }
  .laptop-l\:p-b-27\% {
    padding-bottom: 27%;
  }
  .laptop-l\:p-b--27\% {
    padding-bottom: -27%;
  }
  .laptop-l\:bottom-27\% {
    bottom: 27%;
  }
  .laptop-l\:bottom--27\% {
    bottom: -27%;
  }
  .laptop-l\:m-l-27\% {
    margin-left: 27%;
  }
  .laptop-l\:m-l--27\% {
    margin-left: -27%;
  }
  .laptop-l\:p-l-27\% {
    padding-left: 27%;
  }
  .laptop-l\:p-l--27\% {
    padding-left: -27%;
  }
  .laptop-l\:left-27\% {
    left: 27%;
  }
  .laptop-l\:left--27\% {
    left: -27%;
  }
  .laptop-l\:m-r-27\% {
    margin-right: 27%;
  }
  .laptop-l\:m-r--27\% {
    margin-right: -27%;
  }
  .laptop-l\:p-r-27\% {
    padding-right: 27%;
  }
  .laptop-l\:p-r--27\% {
    padding-right: -27%;
  }
  .laptop-l\:right-27\% {
    right: 27%;
  }
  .laptop-l\:right--27\% {
    right: -27%;
  }
  .laptop-l\:h-27\% {
    height: 27%;
  }
  .laptop-l\:w-27\% {
    width: 27%;
  }
  .laptop-l\:max_h-27\% {
    max-height: 27%;
  }
  .laptop-l\:max_w-27\% {
    max-width: 27%;
  }
  .laptop-l\:min_h-27\% {
    min-height: 27%;
  }
  .laptop-l\:min_w-27\% {
    min-width: 27%;
  }
  .laptop-l\:h-27vh {
    height: 27vh;
  }
  .laptop-l\:w-27vw {
    width: 27vw;
  }
  .laptop-l\:min_w-27vw {
    min-width: 27vw;
  }
  .laptop-l\:min_h-27vh {
    min-height: 27vh;
  }
  .laptop-l\:max_w-27vw {
    max-width: 27vw;
  }
  .laptop-l\:max_h-27vh {
    max-height: 27vh;
  }
  .laptop-l\:m-t-28\% {
    margin-top: 28%;
  }
  .laptop-l\:m-t--28\% {
    margin-top: -28%;
  }
  .laptop-l\:p-t-28\% {
    padding-top: 28%;
  }
  .laptop-l\:p-t--28\% {
    padding-top: -28%;
  }
  .laptop-l\:top-28\% {
    top: 28%;
  }
  .laptop-l\:top--28\% {
    top: -28%;
  }
  .laptop-l\:m-b-28\% {
    margin-bottom: 28%;
  }
  .laptop-l\:m-b--28\% {
    margin-bottom: -28%;
  }
  .laptop-l\:p-b-28\% {
    padding-bottom: 28%;
  }
  .laptop-l\:p-b--28\% {
    padding-bottom: -28%;
  }
  .laptop-l\:bottom-28\% {
    bottom: 28%;
  }
  .laptop-l\:bottom--28\% {
    bottom: -28%;
  }
  .laptop-l\:m-l-28\% {
    margin-left: 28%;
  }
  .laptop-l\:m-l--28\% {
    margin-left: -28%;
  }
  .laptop-l\:p-l-28\% {
    padding-left: 28%;
  }
  .laptop-l\:p-l--28\% {
    padding-left: -28%;
  }
  .laptop-l\:left-28\% {
    left: 28%;
  }
  .laptop-l\:left--28\% {
    left: -28%;
  }
  .laptop-l\:m-r-28\% {
    margin-right: 28%;
  }
  .laptop-l\:m-r--28\% {
    margin-right: -28%;
  }
  .laptop-l\:p-r-28\% {
    padding-right: 28%;
  }
  .laptop-l\:p-r--28\% {
    padding-right: -28%;
  }
  .laptop-l\:right-28\% {
    right: 28%;
  }
  .laptop-l\:right--28\% {
    right: -28%;
  }
  .laptop-l\:h-28\% {
    height: 28%;
  }
  .laptop-l\:w-28\% {
    width: 28%;
  }
  .laptop-l\:max_h-28\% {
    max-height: 28%;
  }
  .laptop-l\:max_w-28\% {
    max-width: 28%;
  }
  .laptop-l\:min_h-28\% {
    min-height: 28%;
  }
  .laptop-l\:min_w-28\% {
    min-width: 28%;
  }
  .laptop-l\:h-28vh {
    height: 28vh;
  }
  .laptop-l\:w-28vw {
    width: 28vw;
  }
  .laptop-l\:min_w-28vw {
    min-width: 28vw;
  }
  .laptop-l\:min_h-28vh {
    min-height: 28vh;
  }
  .laptop-l\:max_w-28vw {
    max-width: 28vw;
  }
  .laptop-l\:max_h-28vh {
    max-height: 28vh;
  }
  .laptop-l\:m-t-29\% {
    margin-top: 29%;
  }
  .laptop-l\:m-t--29\% {
    margin-top: -29%;
  }
  .laptop-l\:p-t-29\% {
    padding-top: 29%;
  }
  .laptop-l\:p-t--29\% {
    padding-top: -29%;
  }
  .laptop-l\:top-29\% {
    top: 29%;
  }
  .laptop-l\:top--29\% {
    top: -29%;
  }
  .laptop-l\:m-b-29\% {
    margin-bottom: 29%;
  }
  .laptop-l\:m-b--29\% {
    margin-bottom: -29%;
  }
  .laptop-l\:p-b-29\% {
    padding-bottom: 29%;
  }
  .laptop-l\:p-b--29\% {
    padding-bottom: -29%;
  }
  .laptop-l\:bottom-29\% {
    bottom: 29%;
  }
  .laptop-l\:bottom--29\% {
    bottom: -29%;
  }
  .laptop-l\:m-l-29\% {
    margin-left: 29%;
  }
  .laptop-l\:m-l--29\% {
    margin-left: -29%;
  }
  .laptop-l\:p-l-29\% {
    padding-left: 29%;
  }
  .laptop-l\:p-l--29\% {
    padding-left: -29%;
  }
  .laptop-l\:left-29\% {
    left: 29%;
  }
  .laptop-l\:left--29\% {
    left: -29%;
  }
  .laptop-l\:m-r-29\% {
    margin-right: 29%;
  }
  .laptop-l\:m-r--29\% {
    margin-right: -29%;
  }
  .laptop-l\:p-r-29\% {
    padding-right: 29%;
  }
  .laptop-l\:p-r--29\% {
    padding-right: -29%;
  }
  .laptop-l\:right-29\% {
    right: 29%;
  }
  .laptop-l\:right--29\% {
    right: -29%;
  }
  .laptop-l\:h-29\% {
    height: 29%;
  }
  .laptop-l\:w-29\% {
    width: 29%;
  }
  .laptop-l\:max_h-29\% {
    max-height: 29%;
  }
  .laptop-l\:max_w-29\% {
    max-width: 29%;
  }
  .laptop-l\:min_h-29\% {
    min-height: 29%;
  }
  .laptop-l\:min_w-29\% {
    min-width: 29%;
  }
  .laptop-l\:h-29vh {
    height: 29vh;
  }
  .laptop-l\:w-29vw {
    width: 29vw;
  }
  .laptop-l\:min_w-29vw {
    min-width: 29vw;
  }
  .laptop-l\:min_h-29vh {
    min-height: 29vh;
  }
  .laptop-l\:max_w-29vw {
    max-width: 29vw;
  }
  .laptop-l\:max_h-29vh {
    max-height: 29vh;
  }
  .laptop-l\:m-t-30\% {
    margin-top: 30%;
  }
  .laptop-l\:m-t--30\% {
    margin-top: -30%;
  }
  .laptop-l\:p-t-30\% {
    padding-top: 30%;
  }
  .laptop-l\:p-t--30\% {
    padding-top: -30%;
  }
  .laptop-l\:top-30\% {
    top: 30%;
  }
  .laptop-l\:top--30\% {
    top: -30%;
  }
  .laptop-l\:m-b-30\% {
    margin-bottom: 30%;
  }
  .laptop-l\:m-b--30\% {
    margin-bottom: -30%;
  }
  .laptop-l\:p-b-30\% {
    padding-bottom: 30%;
  }
  .laptop-l\:p-b--30\% {
    padding-bottom: -30%;
  }
  .laptop-l\:bottom-30\% {
    bottom: 30%;
  }
  .laptop-l\:bottom--30\% {
    bottom: -30%;
  }
  .laptop-l\:m-l-30\% {
    margin-left: 30%;
  }
  .laptop-l\:m-l--30\% {
    margin-left: -30%;
  }
  .laptop-l\:p-l-30\% {
    padding-left: 30%;
  }
  .laptop-l\:p-l--30\% {
    padding-left: -30%;
  }
  .laptop-l\:left-30\% {
    left: 30%;
  }
  .laptop-l\:left--30\% {
    left: -30%;
  }
  .laptop-l\:m-r-30\% {
    margin-right: 30%;
  }
  .laptop-l\:m-r--30\% {
    margin-right: -30%;
  }
  .laptop-l\:p-r-30\% {
    padding-right: 30%;
  }
  .laptop-l\:p-r--30\% {
    padding-right: -30%;
  }
  .laptop-l\:right-30\% {
    right: 30%;
  }
  .laptop-l\:right--30\% {
    right: -30%;
  }
  .laptop-l\:h-30\% {
    height: 30%;
  }
  .laptop-l\:w-30\% {
    width: 30%;
  }
  .laptop-l\:max_h-30\% {
    max-height: 30%;
  }
  .laptop-l\:max_w-30\% {
    max-width: 30%;
  }
  .laptop-l\:min_h-30\% {
    min-height: 30%;
  }
  .laptop-l\:min_w-30\% {
    min-width: 30%;
  }
  .laptop-l\:h-30vh {
    height: 30vh;
  }
  .laptop-l\:w-30vw {
    width: 30vw;
  }
  .laptop-l\:min_w-30vw {
    min-width: 30vw;
  }
  .laptop-l\:min_h-30vh {
    min-height: 30vh;
  }
  .laptop-l\:max_w-30vw {
    max-width: 30vw;
  }
  .laptop-l\:max_h-30vh {
    max-height: 30vh;
  }
  .laptop-l\:m-t-31\% {
    margin-top: 31%;
  }
  .laptop-l\:m-t--31\% {
    margin-top: -31%;
  }
  .laptop-l\:p-t-31\% {
    padding-top: 31%;
  }
  .laptop-l\:p-t--31\% {
    padding-top: -31%;
  }
  .laptop-l\:top-31\% {
    top: 31%;
  }
  .laptop-l\:top--31\% {
    top: -31%;
  }
  .laptop-l\:m-b-31\% {
    margin-bottom: 31%;
  }
  .laptop-l\:m-b--31\% {
    margin-bottom: -31%;
  }
  .laptop-l\:p-b-31\% {
    padding-bottom: 31%;
  }
  .laptop-l\:p-b--31\% {
    padding-bottom: -31%;
  }
  .laptop-l\:bottom-31\% {
    bottom: 31%;
  }
  .laptop-l\:bottom--31\% {
    bottom: -31%;
  }
  .laptop-l\:m-l-31\% {
    margin-left: 31%;
  }
  .laptop-l\:m-l--31\% {
    margin-left: -31%;
  }
  .laptop-l\:p-l-31\% {
    padding-left: 31%;
  }
  .laptop-l\:p-l--31\% {
    padding-left: -31%;
  }
  .laptop-l\:left-31\% {
    left: 31%;
  }
  .laptop-l\:left--31\% {
    left: -31%;
  }
  .laptop-l\:m-r-31\% {
    margin-right: 31%;
  }
  .laptop-l\:m-r--31\% {
    margin-right: -31%;
  }
  .laptop-l\:p-r-31\% {
    padding-right: 31%;
  }
  .laptop-l\:p-r--31\% {
    padding-right: -31%;
  }
  .laptop-l\:right-31\% {
    right: 31%;
  }
  .laptop-l\:right--31\% {
    right: -31%;
  }
  .laptop-l\:h-31\% {
    height: 31%;
  }
  .laptop-l\:w-31\% {
    width: 31%;
  }
  .laptop-l\:max_h-31\% {
    max-height: 31%;
  }
  .laptop-l\:max_w-31\% {
    max-width: 31%;
  }
  .laptop-l\:min_h-31\% {
    min-height: 31%;
  }
  .laptop-l\:min_w-31\% {
    min-width: 31%;
  }
  .laptop-l\:h-31vh {
    height: 31vh;
  }
  .laptop-l\:w-31vw {
    width: 31vw;
  }
  .laptop-l\:min_w-31vw {
    min-width: 31vw;
  }
  .laptop-l\:min_h-31vh {
    min-height: 31vh;
  }
  .laptop-l\:max_w-31vw {
    max-width: 31vw;
  }
  .laptop-l\:max_h-31vh {
    max-height: 31vh;
  }
  .laptop-l\:m-t-32\% {
    margin-top: 32%;
  }
  .laptop-l\:m-t--32\% {
    margin-top: -32%;
  }
  .laptop-l\:p-t-32\% {
    padding-top: 32%;
  }
  .laptop-l\:p-t--32\% {
    padding-top: -32%;
  }
  .laptop-l\:top-32\% {
    top: 32%;
  }
  .laptop-l\:top--32\% {
    top: -32%;
  }
  .laptop-l\:m-b-32\% {
    margin-bottom: 32%;
  }
  .laptop-l\:m-b--32\% {
    margin-bottom: -32%;
  }
  .laptop-l\:p-b-32\% {
    padding-bottom: 32%;
  }
  .laptop-l\:p-b--32\% {
    padding-bottom: -32%;
  }
  .laptop-l\:bottom-32\% {
    bottom: 32%;
  }
  .laptop-l\:bottom--32\% {
    bottom: -32%;
  }
  .laptop-l\:m-l-32\% {
    margin-left: 32%;
  }
  .laptop-l\:m-l--32\% {
    margin-left: -32%;
  }
  .laptop-l\:p-l-32\% {
    padding-left: 32%;
  }
  .laptop-l\:p-l--32\% {
    padding-left: -32%;
  }
  .laptop-l\:left-32\% {
    left: 32%;
  }
  .laptop-l\:left--32\% {
    left: -32%;
  }
  .laptop-l\:m-r-32\% {
    margin-right: 32%;
  }
  .laptop-l\:m-r--32\% {
    margin-right: -32%;
  }
  .laptop-l\:p-r-32\% {
    padding-right: 32%;
  }
  .laptop-l\:p-r--32\% {
    padding-right: -32%;
  }
  .laptop-l\:right-32\% {
    right: 32%;
  }
  .laptop-l\:right--32\% {
    right: -32%;
  }
  .laptop-l\:h-32\% {
    height: 32%;
  }
  .laptop-l\:w-32\% {
    width: 32%;
  }
  .laptop-l\:max_h-32\% {
    max-height: 32%;
  }
  .laptop-l\:max_w-32\% {
    max-width: 32%;
  }
  .laptop-l\:min_h-32\% {
    min-height: 32%;
  }
  .laptop-l\:min_w-32\% {
    min-width: 32%;
  }
  .laptop-l\:h-32vh {
    height: 32vh;
  }
  .laptop-l\:w-32vw {
    width: 32vw;
  }
  .laptop-l\:min_w-32vw {
    min-width: 32vw;
  }
  .laptop-l\:min_h-32vh {
    min-height: 32vh;
  }
  .laptop-l\:max_w-32vw {
    max-width: 32vw;
  }
  .laptop-l\:max_h-32vh {
    max-height: 32vh;
  }
  .laptop-l\:m-t-33\% {
    margin-top: 33%;
  }
  .laptop-l\:m-t--33\% {
    margin-top: -33%;
  }
  .laptop-l\:p-t-33\% {
    padding-top: 33%;
  }
  .laptop-l\:p-t--33\% {
    padding-top: -33%;
  }
  .laptop-l\:top-33\% {
    top: 33%;
  }
  .laptop-l\:top--33\% {
    top: -33%;
  }
  .laptop-l\:m-b-33\% {
    margin-bottom: 33%;
  }
  .laptop-l\:m-b--33\% {
    margin-bottom: -33%;
  }
  .laptop-l\:p-b-33\% {
    padding-bottom: 33%;
  }
  .laptop-l\:p-b--33\% {
    padding-bottom: -33%;
  }
  .laptop-l\:bottom-33\% {
    bottom: 33%;
  }
  .laptop-l\:bottom--33\% {
    bottom: -33%;
  }
  .laptop-l\:m-l-33\% {
    margin-left: 33%;
  }
  .laptop-l\:m-l--33\% {
    margin-left: -33%;
  }
  .laptop-l\:p-l-33\% {
    padding-left: 33%;
  }
  .laptop-l\:p-l--33\% {
    padding-left: -33%;
  }
  .laptop-l\:left-33\% {
    left: 33%;
  }
  .laptop-l\:left--33\% {
    left: -33%;
  }
  .laptop-l\:m-r-33\% {
    margin-right: 33%;
  }
  .laptop-l\:m-r--33\% {
    margin-right: -33%;
  }
  .laptop-l\:p-r-33\% {
    padding-right: 33%;
  }
  .laptop-l\:p-r--33\% {
    padding-right: -33%;
  }
  .laptop-l\:right-33\% {
    right: 33%;
  }
  .laptop-l\:right--33\% {
    right: -33%;
  }
  .laptop-l\:h-33\% {
    height: 33%;
  }
  .laptop-l\:w-33\% {
    width: 33%;
  }
  .laptop-l\:max_h-33\% {
    max-height: 33%;
  }
  .laptop-l\:max_w-33\% {
    max-width: 33%;
  }
  .laptop-l\:min_h-33\% {
    min-height: 33%;
  }
  .laptop-l\:min_w-33\% {
    min-width: 33%;
  }
  .laptop-l\:h-33vh {
    height: 33vh;
  }
  .laptop-l\:w-33vw {
    width: 33vw;
  }
  .laptop-l\:min_w-33vw {
    min-width: 33vw;
  }
  .laptop-l\:min_h-33vh {
    min-height: 33vh;
  }
  .laptop-l\:max_w-33vw {
    max-width: 33vw;
  }
  .laptop-l\:max_h-33vh {
    max-height: 33vh;
  }
  .laptop-l\:m-t-34\% {
    margin-top: 34%;
  }
  .laptop-l\:m-t--34\% {
    margin-top: -34%;
  }
  .laptop-l\:p-t-34\% {
    padding-top: 34%;
  }
  .laptop-l\:p-t--34\% {
    padding-top: -34%;
  }
  .laptop-l\:top-34\% {
    top: 34%;
  }
  .laptop-l\:top--34\% {
    top: -34%;
  }
  .laptop-l\:m-b-34\% {
    margin-bottom: 34%;
  }
  .laptop-l\:m-b--34\% {
    margin-bottom: -34%;
  }
  .laptop-l\:p-b-34\% {
    padding-bottom: 34%;
  }
  .laptop-l\:p-b--34\% {
    padding-bottom: -34%;
  }
  .laptop-l\:bottom-34\% {
    bottom: 34%;
  }
  .laptop-l\:bottom--34\% {
    bottom: -34%;
  }
  .laptop-l\:m-l-34\% {
    margin-left: 34%;
  }
  .laptop-l\:m-l--34\% {
    margin-left: -34%;
  }
  .laptop-l\:p-l-34\% {
    padding-left: 34%;
  }
  .laptop-l\:p-l--34\% {
    padding-left: -34%;
  }
  .laptop-l\:left-34\% {
    left: 34%;
  }
  .laptop-l\:left--34\% {
    left: -34%;
  }
  .laptop-l\:m-r-34\% {
    margin-right: 34%;
  }
  .laptop-l\:m-r--34\% {
    margin-right: -34%;
  }
  .laptop-l\:p-r-34\% {
    padding-right: 34%;
  }
  .laptop-l\:p-r--34\% {
    padding-right: -34%;
  }
  .laptop-l\:right-34\% {
    right: 34%;
  }
  .laptop-l\:right--34\% {
    right: -34%;
  }
  .laptop-l\:h-34\% {
    height: 34%;
  }
  .laptop-l\:w-34\% {
    width: 34%;
  }
  .laptop-l\:max_h-34\% {
    max-height: 34%;
  }
  .laptop-l\:max_w-34\% {
    max-width: 34%;
  }
  .laptop-l\:min_h-34\% {
    min-height: 34%;
  }
  .laptop-l\:min_w-34\% {
    min-width: 34%;
  }
  .laptop-l\:h-34vh {
    height: 34vh;
  }
  .laptop-l\:w-34vw {
    width: 34vw;
  }
  .laptop-l\:min_w-34vw {
    min-width: 34vw;
  }
  .laptop-l\:min_h-34vh {
    min-height: 34vh;
  }
  .laptop-l\:max_w-34vw {
    max-width: 34vw;
  }
  .laptop-l\:max_h-34vh {
    max-height: 34vh;
  }
  .laptop-l\:m-t-35\% {
    margin-top: 35%;
  }
  .laptop-l\:m-t--35\% {
    margin-top: -35%;
  }
  .laptop-l\:p-t-35\% {
    padding-top: 35%;
  }
  .laptop-l\:p-t--35\% {
    padding-top: -35%;
  }
  .laptop-l\:top-35\% {
    top: 35%;
  }
  .laptop-l\:top--35\% {
    top: -35%;
  }
  .laptop-l\:m-b-35\% {
    margin-bottom: 35%;
  }
  .laptop-l\:m-b--35\% {
    margin-bottom: -35%;
  }
  .laptop-l\:p-b-35\% {
    padding-bottom: 35%;
  }
  .laptop-l\:p-b--35\% {
    padding-bottom: -35%;
  }
  .laptop-l\:bottom-35\% {
    bottom: 35%;
  }
  .laptop-l\:bottom--35\% {
    bottom: -35%;
  }
  .laptop-l\:m-l-35\% {
    margin-left: 35%;
  }
  .laptop-l\:m-l--35\% {
    margin-left: -35%;
  }
  .laptop-l\:p-l-35\% {
    padding-left: 35%;
  }
  .laptop-l\:p-l--35\% {
    padding-left: -35%;
  }
  .laptop-l\:left-35\% {
    left: 35%;
  }
  .laptop-l\:left--35\% {
    left: -35%;
  }
  .laptop-l\:m-r-35\% {
    margin-right: 35%;
  }
  .laptop-l\:m-r--35\% {
    margin-right: -35%;
  }
  .laptop-l\:p-r-35\% {
    padding-right: 35%;
  }
  .laptop-l\:p-r--35\% {
    padding-right: -35%;
  }
  .laptop-l\:right-35\% {
    right: 35%;
  }
  .laptop-l\:right--35\% {
    right: -35%;
  }
  .laptop-l\:h-35\% {
    height: 35%;
  }
  .laptop-l\:w-35\% {
    width: 35%;
  }
  .laptop-l\:max_h-35\% {
    max-height: 35%;
  }
  .laptop-l\:max_w-35\% {
    max-width: 35%;
  }
  .laptop-l\:min_h-35\% {
    min-height: 35%;
  }
  .laptop-l\:min_w-35\% {
    min-width: 35%;
  }
  .laptop-l\:h-35vh {
    height: 35vh;
  }
  .laptop-l\:w-35vw {
    width: 35vw;
  }
  .laptop-l\:min_w-35vw {
    min-width: 35vw;
  }
  .laptop-l\:min_h-35vh {
    min-height: 35vh;
  }
  .laptop-l\:max_w-35vw {
    max-width: 35vw;
  }
  .laptop-l\:max_h-35vh {
    max-height: 35vh;
  }
  .laptop-l\:m-t-36\% {
    margin-top: 36%;
  }
  .laptop-l\:m-t--36\% {
    margin-top: -36%;
  }
  .laptop-l\:p-t-36\% {
    padding-top: 36%;
  }
  .laptop-l\:p-t--36\% {
    padding-top: -36%;
  }
  .laptop-l\:top-36\% {
    top: 36%;
  }
  .laptop-l\:top--36\% {
    top: -36%;
  }
  .laptop-l\:m-b-36\% {
    margin-bottom: 36%;
  }
  .laptop-l\:m-b--36\% {
    margin-bottom: -36%;
  }
  .laptop-l\:p-b-36\% {
    padding-bottom: 36%;
  }
  .laptop-l\:p-b--36\% {
    padding-bottom: -36%;
  }
  .laptop-l\:bottom-36\% {
    bottom: 36%;
  }
  .laptop-l\:bottom--36\% {
    bottom: -36%;
  }
  .laptop-l\:m-l-36\% {
    margin-left: 36%;
  }
  .laptop-l\:m-l--36\% {
    margin-left: -36%;
  }
  .laptop-l\:p-l-36\% {
    padding-left: 36%;
  }
  .laptop-l\:p-l--36\% {
    padding-left: -36%;
  }
  .laptop-l\:left-36\% {
    left: 36%;
  }
  .laptop-l\:left--36\% {
    left: -36%;
  }
  .laptop-l\:m-r-36\% {
    margin-right: 36%;
  }
  .laptop-l\:m-r--36\% {
    margin-right: -36%;
  }
  .laptop-l\:p-r-36\% {
    padding-right: 36%;
  }
  .laptop-l\:p-r--36\% {
    padding-right: -36%;
  }
  .laptop-l\:right-36\% {
    right: 36%;
  }
  .laptop-l\:right--36\% {
    right: -36%;
  }
  .laptop-l\:h-36\% {
    height: 36%;
  }
  .laptop-l\:w-36\% {
    width: 36%;
  }
  .laptop-l\:max_h-36\% {
    max-height: 36%;
  }
  .laptop-l\:max_w-36\% {
    max-width: 36%;
  }
  .laptop-l\:min_h-36\% {
    min-height: 36%;
  }
  .laptop-l\:min_w-36\% {
    min-width: 36%;
  }
  .laptop-l\:h-36vh {
    height: 36vh;
  }
  .laptop-l\:w-36vw {
    width: 36vw;
  }
  .laptop-l\:min_w-36vw {
    min-width: 36vw;
  }
  .laptop-l\:min_h-36vh {
    min-height: 36vh;
  }
  .laptop-l\:max_w-36vw {
    max-width: 36vw;
  }
  .laptop-l\:max_h-36vh {
    max-height: 36vh;
  }
  .laptop-l\:m-t-37\% {
    margin-top: 37%;
  }
  .laptop-l\:m-t--37\% {
    margin-top: -37%;
  }
  .laptop-l\:p-t-37\% {
    padding-top: 37%;
  }
  .laptop-l\:p-t--37\% {
    padding-top: -37%;
  }
  .laptop-l\:top-37\% {
    top: 37%;
  }
  .laptop-l\:top--37\% {
    top: -37%;
  }
  .laptop-l\:m-b-37\% {
    margin-bottom: 37%;
  }
  .laptop-l\:m-b--37\% {
    margin-bottom: -37%;
  }
  .laptop-l\:p-b-37\% {
    padding-bottom: 37%;
  }
  .laptop-l\:p-b--37\% {
    padding-bottom: -37%;
  }
  .laptop-l\:bottom-37\% {
    bottom: 37%;
  }
  .laptop-l\:bottom--37\% {
    bottom: -37%;
  }
  .laptop-l\:m-l-37\% {
    margin-left: 37%;
  }
  .laptop-l\:m-l--37\% {
    margin-left: -37%;
  }
  .laptop-l\:p-l-37\% {
    padding-left: 37%;
  }
  .laptop-l\:p-l--37\% {
    padding-left: -37%;
  }
  .laptop-l\:left-37\% {
    left: 37%;
  }
  .laptop-l\:left--37\% {
    left: -37%;
  }
  .laptop-l\:m-r-37\% {
    margin-right: 37%;
  }
  .laptop-l\:m-r--37\% {
    margin-right: -37%;
  }
  .laptop-l\:p-r-37\% {
    padding-right: 37%;
  }
  .laptop-l\:p-r--37\% {
    padding-right: -37%;
  }
  .laptop-l\:right-37\% {
    right: 37%;
  }
  .laptop-l\:right--37\% {
    right: -37%;
  }
  .laptop-l\:h-37\% {
    height: 37%;
  }
  .laptop-l\:w-37\% {
    width: 37%;
  }
  .laptop-l\:max_h-37\% {
    max-height: 37%;
  }
  .laptop-l\:max_w-37\% {
    max-width: 37%;
  }
  .laptop-l\:min_h-37\% {
    min-height: 37%;
  }
  .laptop-l\:min_w-37\% {
    min-width: 37%;
  }
  .laptop-l\:h-37vh {
    height: 37vh;
  }
  .laptop-l\:w-37vw {
    width: 37vw;
  }
  .laptop-l\:min_w-37vw {
    min-width: 37vw;
  }
  .laptop-l\:min_h-37vh {
    min-height: 37vh;
  }
  .laptop-l\:max_w-37vw {
    max-width: 37vw;
  }
  .laptop-l\:max_h-37vh {
    max-height: 37vh;
  }
  .laptop-l\:m-t-38\% {
    margin-top: 38%;
  }
  .laptop-l\:m-t--38\% {
    margin-top: -38%;
  }
  .laptop-l\:p-t-38\% {
    padding-top: 38%;
  }
  .laptop-l\:p-t--38\% {
    padding-top: -38%;
  }
  .laptop-l\:top-38\% {
    top: 38%;
  }
  .laptop-l\:top--38\% {
    top: -38%;
  }
  .laptop-l\:m-b-38\% {
    margin-bottom: 38%;
  }
  .laptop-l\:m-b--38\% {
    margin-bottom: -38%;
  }
  .laptop-l\:p-b-38\% {
    padding-bottom: 38%;
  }
  .laptop-l\:p-b--38\% {
    padding-bottom: -38%;
  }
  .laptop-l\:bottom-38\% {
    bottom: 38%;
  }
  .laptop-l\:bottom--38\% {
    bottom: -38%;
  }
  .laptop-l\:m-l-38\% {
    margin-left: 38%;
  }
  .laptop-l\:m-l--38\% {
    margin-left: -38%;
  }
  .laptop-l\:p-l-38\% {
    padding-left: 38%;
  }
  .laptop-l\:p-l--38\% {
    padding-left: -38%;
  }
  .laptop-l\:left-38\% {
    left: 38%;
  }
  .laptop-l\:left--38\% {
    left: -38%;
  }
  .laptop-l\:m-r-38\% {
    margin-right: 38%;
  }
  .laptop-l\:m-r--38\% {
    margin-right: -38%;
  }
  .laptop-l\:p-r-38\% {
    padding-right: 38%;
  }
  .laptop-l\:p-r--38\% {
    padding-right: -38%;
  }
  .laptop-l\:right-38\% {
    right: 38%;
  }
  .laptop-l\:right--38\% {
    right: -38%;
  }
  .laptop-l\:h-38\% {
    height: 38%;
  }
  .laptop-l\:w-38\% {
    width: 38%;
  }
  .laptop-l\:max_h-38\% {
    max-height: 38%;
  }
  .laptop-l\:max_w-38\% {
    max-width: 38%;
  }
  .laptop-l\:min_h-38\% {
    min-height: 38%;
  }
  .laptop-l\:min_w-38\% {
    min-width: 38%;
  }
  .laptop-l\:h-38vh {
    height: 38vh;
  }
  .laptop-l\:w-38vw {
    width: 38vw;
  }
  .laptop-l\:min_w-38vw {
    min-width: 38vw;
  }
  .laptop-l\:min_h-38vh {
    min-height: 38vh;
  }
  .laptop-l\:max_w-38vw {
    max-width: 38vw;
  }
  .laptop-l\:max_h-38vh {
    max-height: 38vh;
  }
  .laptop-l\:m-t-39\% {
    margin-top: 39%;
  }
  .laptop-l\:m-t--39\% {
    margin-top: -39%;
  }
  .laptop-l\:p-t-39\% {
    padding-top: 39%;
  }
  .laptop-l\:p-t--39\% {
    padding-top: -39%;
  }
  .laptop-l\:top-39\% {
    top: 39%;
  }
  .laptop-l\:top--39\% {
    top: -39%;
  }
  .laptop-l\:m-b-39\% {
    margin-bottom: 39%;
  }
  .laptop-l\:m-b--39\% {
    margin-bottom: -39%;
  }
  .laptop-l\:p-b-39\% {
    padding-bottom: 39%;
  }
  .laptop-l\:p-b--39\% {
    padding-bottom: -39%;
  }
  .laptop-l\:bottom-39\% {
    bottom: 39%;
  }
  .laptop-l\:bottom--39\% {
    bottom: -39%;
  }
  .laptop-l\:m-l-39\% {
    margin-left: 39%;
  }
  .laptop-l\:m-l--39\% {
    margin-left: -39%;
  }
  .laptop-l\:p-l-39\% {
    padding-left: 39%;
  }
  .laptop-l\:p-l--39\% {
    padding-left: -39%;
  }
  .laptop-l\:left-39\% {
    left: 39%;
  }
  .laptop-l\:left--39\% {
    left: -39%;
  }
  .laptop-l\:m-r-39\% {
    margin-right: 39%;
  }
  .laptop-l\:m-r--39\% {
    margin-right: -39%;
  }
  .laptop-l\:p-r-39\% {
    padding-right: 39%;
  }
  .laptop-l\:p-r--39\% {
    padding-right: -39%;
  }
  .laptop-l\:right-39\% {
    right: 39%;
  }
  .laptop-l\:right--39\% {
    right: -39%;
  }
  .laptop-l\:h-39\% {
    height: 39%;
  }
  .laptop-l\:w-39\% {
    width: 39%;
  }
  .laptop-l\:max_h-39\% {
    max-height: 39%;
  }
  .laptop-l\:max_w-39\% {
    max-width: 39%;
  }
  .laptop-l\:min_h-39\% {
    min-height: 39%;
  }
  .laptop-l\:min_w-39\% {
    min-width: 39%;
  }
  .laptop-l\:h-39vh {
    height: 39vh;
  }
  .laptop-l\:w-39vw {
    width: 39vw;
  }
  .laptop-l\:min_w-39vw {
    min-width: 39vw;
  }
  .laptop-l\:min_h-39vh {
    min-height: 39vh;
  }
  .laptop-l\:max_w-39vw {
    max-width: 39vw;
  }
  .laptop-l\:max_h-39vh {
    max-height: 39vh;
  }
  .laptop-l\:m-t-40\% {
    margin-top: 40%;
  }
  .laptop-l\:m-t--40\% {
    margin-top: -40%;
  }
  .laptop-l\:p-t-40\% {
    padding-top: 40%;
  }
  .laptop-l\:p-t--40\% {
    padding-top: -40%;
  }
  .laptop-l\:top-40\% {
    top: 40%;
  }
  .laptop-l\:top--40\% {
    top: -40%;
  }
  .laptop-l\:m-b-40\% {
    margin-bottom: 40%;
  }
  .laptop-l\:m-b--40\% {
    margin-bottom: -40%;
  }
  .laptop-l\:p-b-40\% {
    padding-bottom: 40%;
  }
  .laptop-l\:p-b--40\% {
    padding-bottom: -40%;
  }
  .laptop-l\:bottom-40\% {
    bottom: 40%;
  }
  .laptop-l\:bottom--40\% {
    bottom: -40%;
  }
  .laptop-l\:m-l-40\% {
    margin-left: 40%;
  }
  .laptop-l\:m-l--40\% {
    margin-left: -40%;
  }
  .laptop-l\:p-l-40\% {
    padding-left: 40%;
  }
  .laptop-l\:p-l--40\% {
    padding-left: -40%;
  }
  .laptop-l\:left-40\% {
    left: 40%;
  }
  .laptop-l\:left--40\% {
    left: -40%;
  }
  .laptop-l\:m-r-40\% {
    margin-right: 40%;
  }
  .laptop-l\:m-r--40\% {
    margin-right: -40%;
  }
  .laptop-l\:p-r-40\% {
    padding-right: 40%;
  }
  .laptop-l\:p-r--40\% {
    padding-right: -40%;
  }
  .laptop-l\:right-40\% {
    right: 40%;
  }
  .laptop-l\:right--40\% {
    right: -40%;
  }
  .laptop-l\:h-40\% {
    height: 40%;
  }
  .laptop-l\:w-40\% {
    width: 40%;
  }
  .laptop-l\:max_h-40\% {
    max-height: 40%;
  }
  .laptop-l\:max_w-40\% {
    max-width: 40%;
  }
  .laptop-l\:min_h-40\% {
    min-height: 40%;
  }
  .laptop-l\:min_w-40\% {
    min-width: 40%;
  }
  .laptop-l\:h-40vh {
    height: 40vh;
  }
  .laptop-l\:w-40vw {
    width: 40vw;
  }
  .laptop-l\:min_w-40vw {
    min-width: 40vw;
  }
  .laptop-l\:min_h-40vh {
    min-height: 40vh;
  }
  .laptop-l\:max_w-40vw {
    max-width: 40vw;
  }
  .laptop-l\:max_h-40vh {
    max-height: 40vh;
  }
  .laptop-l\:m-t-41\% {
    margin-top: 41%;
  }
  .laptop-l\:m-t--41\% {
    margin-top: -41%;
  }
  .laptop-l\:p-t-41\% {
    padding-top: 41%;
  }
  .laptop-l\:p-t--41\% {
    padding-top: -41%;
  }
  .laptop-l\:top-41\% {
    top: 41%;
  }
  .laptop-l\:top--41\% {
    top: -41%;
  }
  .laptop-l\:m-b-41\% {
    margin-bottom: 41%;
  }
  .laptop-l\:m-b--41\% {
    margin-bottom: -41%;
  }
  .laptop-l\:p-b-41\% {
    padding-bottom: 41%;
  }
  .laptop-l\:p-b--41\% {
    padding-bottom: -41%;
  }
  .laptop-l\:bottom-41\% {
    bottom: 41%;
  }
  .laptop-l\:bottom--41\% {
    bottom: -41%;
  }
  .laptop-l\:m-l-41\% {
    margin-left: 41%;
  }
  .laptop-l\:m-l--41\% {
    margin-left: -41%;
  }
  .laptop-l\:p-l-41\% {
    padding-left: 41%;
  }
  .laptop-l\:p-l--41\% {
    padding-left: -41%;
  }
  .laptop-l\:left-41\% {
    left: 41%;
  }
  .laptop-l\:left--41\% {
    left: -41%;
  }
  .laptop-l\:m-r-41\% {
    margin-right: 41%;
  }
  .laptop-l\:m-r--41\% {
    margin-right: -41%;
  }
  .laptop-l\:p-r-41\% {
    padding-right: 41%;
  }
  .laptop-l\:p-r--41\% {
    padding-right: -41%;
  }
  .laptop-l\:right-41\% {
    right: 41%;
  }
  .laptop-l\:right--41\% {
    right: -41%;
  }
  .laptop-l\:h-41\% {
    height: 41%;
  }
  .laptop-l\:w-41\% {
    width: 41%;
  }
  .laptop-l\:max_h-41\% {
    max-height: 41%;
  }
  .laptop-l\:max_w-41\% {
    max-width: 41%;
  }
  .laptop-l\:min_h-41\% {
    min-height: 41%;
  }
  .laptop-l\:min_w-41\% {
    min-width: 41%;
  }
  .laptop-l\:h-41vh {
    height: 41vh;
  }
  .laptop-l\:w-41vw {
    width: 41vw;
  }
  .laptop-l\:min_w-41vw {
    min-width: 41vw;
  }
  .laptop-l\:min_h-41vh {
    min-height: 41vh;
  }
  .laptop-l\:max_w-41vw {
    max-width: 41vw;
  }
  .laptop-l\:max_h-41vh {
    max-height: 41vh;
  }
  .laptop-l\:m-t-42\% {
    margin-top: 42%;
  }
  .laptop-l\:m-t--42\% {
    margin-top: -42%;
  }
  .laptop-l\:p-t-42\% {
    padding-top: 42%;
  }
  .laptop-l\:p-t--42\% {
    padding-top: -42%;
  }
  .laptop-l\:top-42\% {
    top: 42%;
  }
  .laptop-l\:top--42\% {
    top: -42%;
  }
  .laptop-l\:m-b-42\% {
    margin-bottom: 42%;
  }
  .laptop-l\:m-b--42\% {
    margin-bottom: -42%;
  }
  .laptop-l\:p-b-42\% {
    padding-bottom: 42%;
  }
  .laptop-l\:p-b--42\% {
    padding-bottom: -42%;
  }
  .laptop-l\:bottom-42\% {
    bottom: 42%;
  }
  .laptop-l\:bottom--42\% {
    bottom: -42%;
  }
  .laptop-l\:m-l-42\% {
    margin-left: 42%;
  }
  .laptop-l\:m-l--42\% {
    margin-left: -42%;
  }
  .laptop-l\:p-l-42\% {
    padding-left: 42%;
  }
  .laptop-l\:p-l--42\% {
    padding-left: -42%;
  }
  .laptop-l\:left-42\% {
    left: 42%;
  }
  .laptop-l\:left--42\% {
    left: -42%;
  }
  .laptop-l\:m-r-42\% {
    margin-right: 42%;
  }
  .laptop-l\:m-r--42\% {
    margin-right: -42%;
  }
  .laptop-l\:p-r-42\% {
    padding-right: 42%;
  }
  .laptop-l\:p-r--42\% {
    padding-right: -42%;
  }
  .laptop-l\:right-42\% {
    right: 42%;
  }
  .laptop-l\:right--42\% {
    right: -42%;
  }
  .laptop-l\:h-42\% {
    height: 42%;
  }
  .laptop-l\:w-42\% {
    width: 42%;
  }
  .laptop-l\:max_h-42\% {
    max-height: 42%;
  }
  .laptop-l\:max_w-42\% {
    max-width: 42%;
  }
  .laptop-l\:min_h-42\% {
    min-height: 42%;
  }
  .laptop-l\:min_w-42\% {
    min-width: 42%;
  }
  .laptop-l\:h-42vh {
    height: 42vh;
  }
  .laptop-l\:w-42vw {
    width: 42vw;
  }
  .laptop-l\:min_w-42vw {
    min-width: 42vw;
  }
  .laptop-l\:min_h-42vh {
    min-height: 42vh;
  }
  .laptop-l\:max_w-42vw {
    max-width: 42vw;
  }
  .laptop-l\:max_h-42vh {
    max-height: 42vh;
  }
  .laptop-l\:m-t-43\% {
    margin-top: 43%;
  }
  .laptop-l\:m-t--43\% {
    margin-top: -43%;
  }
  .laptop-l\:p-t-43\% {
    padding-top: 43%;
  }
  .laptop-l\:p-t--43\% {
    padding-top: -43%;
  }
  .laptop-l\:top-43\% {
    top: 43%;
  }
  .laptop-l\:top--43\% {
    top: -43%;
  }
  .laptop-l\:m-b-43\% {
    margin-bottom: 43%;
  }
  .laptop-l\:m-b--43\% {
    margin-bottom: -43%;
  }
  .laptop-l\:p-b-43\% {
    padding-bottom: 43%;
  }
  .laptop-l\:p-b--43\% {
    padding-bottom: -43%;
  }
  .laptop-l\:bottom-43\% {
    bottom: 43%;
  }
  .laptop-l\:bottom--43\% {
    bottom: -43%;
  }
  .laptop-l\:m-l-43\% {
    margin-left: 43%;
  }
  .laptop-l\:m-l--43\% {
    margin-left: -43%;
  }
  .laptop-l\:p-l-43\% {
    padding-left: 43%;
  }
  .laptop-l\:p-l--43\% {
    padding-left: -43%;
  }
  .laptop-l\:left-43\% {
    left: 43%;
  }
  .laptop-l\:left--43\% {
    left: -43%;
  }
  .laptop-l\:m-r-43\% {
    margin-right: 43%;
  }
  .laptop-l\:m-r--43\% {
    margin-right: -43%;
  }
  .laptop-l\:p-r-43\% {
    padding-right: 43%;
  }
  .laptop-l\:p-r--43\% {
    padding-right: -43%;
  }
  .laptop-l\:right-43\% {
    right: 43%;
  }
  .laptop-l\:right--43\% {
    right: -43%;
  }
  .laptop-l\:h-43\% {
    height: 43%;
  }
  .laptop-l\:w-43\% {
    width: 43%;
  }
  .laptop-l\:max_h-43\% {
    max-height: 43%;
  }
  .laptop-l\:max_w-43\% {
    max-width: 43%;
  }
  .laptop-l\:min_h-43\% {
    min-height: 43%;
  }
  .laptop-l\:min_w-43\% {
    min-width: 43%;
  }
  .laptop-l\:h-43vh {
    height: 43vh;
  }
  .laptop-l\:w-43vw {
    width: 43vw;
  }
  .laptop-l\:min_w-43vw {
    min-width: 43vw;
  }
  .laptop-l\:min_h-43vh {
    min-height: 43vh;
  }
  .laptop-l\:max_w-43vw {
    max-width: 43vw;
  }
  .laptop-l\:max_h-43vh {
    max-height: 43vh;
  }
  .laptop-l\:m-t-44\% {
    margin-top: 44%;
  }
  .laptop-l\:m-t--44\% {
    margin-top: -44%;
  }
  .laptop-l\:p-t-44\% {
    padding-top: 44%;
  }
  .laptop-l\:p-t--44\% {
    padding-top: -44%;
  }
  .laptop-l\:top-44\% {
    top: 44%;
  }
  .laptop-l\:top--44\% {
    top: -44%;
  }
  .laptop-l\:m-b-44\% {
    margin-bottom: 44%;
  }
  .laptop-l\:m-b--44\% {
    margin-bottom: -44%;
  }
  .laptop-l\:p-b-44\% {
    padding-bottom: 44%;
  }
  .laptop-l\:p-b--44\% {
    padding-bottom: -44%;
  }
  .laptop-l\:bottom-44\% {
    bottom: 44%;
  }
  .laptop-l\:bottom--44\% {
    bottom: -44%;
  }
  .laptop-l\:m-l-44\% {
    margin-left: 44%;
  }
  .laptop-l\:m-l--44\% {
    margin-left: -44%;
  }
  .laptop-l\:p-l-44\% {
    padding-left: 44%;
  }
  .laptop-l\:p-l--44\% {
    padding-left: -44%;
  }
  .laptop-l\:left-44\% {
    left: 44%;
  }
  .laptop-l\:left--44\% {
    left: -44%;
  }
  .laptop-l\:m-r-44\% {
    margin-right: 44%;
  }
  .laptop-l\:m-r--44\% {
    margin-right: -44%;
  }
  .laptop-l\:p-r-44\% {
    padding-right: 44%;
  }
  .laptop-l\:p-r--44\% {
    padding-right: -44%;
  }
  .laptop-l\:right-44\% {
    right: 44%;
  }
  .laptop-l\:right--44\% {
    right: -44%;
  }
  .laptop-l\:h-44\% {
    height: 44%;
  }
  .laptop-l\:w-44\% {
    width: 44%;
  }
  .laptop-l\:max_h-44\% {
    max-height: 44%;
  }
  .laptop-l\:max_w-44\% {
    max-width: 44%;
  }
  .laptop-l\:min_h-44\% {
    min-height: 44%;
  }
  .laptop-l\:min_w-44\% {
    min-width: 44%;
  }
  .laptop-l\:h-44vh {
    height: 44vh;
  }
  .laptop-l\:w-44vw {
    width: 44vw;
  }
  .laptop-l\:min_w-44vw {
    min-width: 44vw;
  }
  .laptop-l\:min_h-44vh {
    min-height: 44vh;
  }
  .laptop-l\:max_w-44vw {
    max-width: 44vw;
  }
  .laptop-l\:max_h-44vh {
    max-height: 44vh;
  }
  .laptop-l\:m-t-45\% {
    margin-top: 45%;
  }
  .laptop-l\:m-t--45\% {
    margin-top: -45%;
  }
  .laptop-l\:p-t-45\% {
    padding-top: 45%;
  }
  .laptop-l\:p-t--45\% {
    padding-top: -45%;
  }
  .laptop-l\:top-45\% {
    top: 45%;
  }
  .laptop-l\:top--45\% {
    top: -45%;
  }
  .laptop-l\:m-b-45\% {
    margin-bottom: 45%;
  }
  .laptop-l\:m-b--45\% {
    margin-bottom: -45%;
  }
  .laptop-l\:p-b-45\% {
    padding-bottom: 45%;
  }
  .laptop-l\:p-b--45\% {
    padding-bottom: -45%;
  }
  .laptop-l\:bottom-45\% {
    bottom: 45%;
  }
  .laptop-l\:bottom--45\% {
    bottom: -45%;
  }
  .laptop-l\:m-l-45\% {
    margin-left: 45%;
  }
  .laptop-l\:m-l--45\% {
    margin-left: -45%;
  }
  .laptop-l\:p-l-45\% {
    padding-left: 45%;
  }
  .laptop-l\:p-l--45\% {
    padding-left: -45%;
  }
  .laptop-l\:left-45\% {
    left: 45%;
  }
  .laptop-l\:left--45\% {
    left: -45%;
  }
  .laptop-l\:m-r-45\% {
    margin-right: 45%;
  }
  .laptop-l\:m-r--45\% {
    margin-right: -45%;
  }
  .laptop-l\:p-r-45\% {
    padding-right: 45%;
  }
  .laptop-l\:p-r--45\% {
    padding-right: -45%;
  }
  .laptop-l\:right-45\% {
    right: 45%;
  }
  .laptop-l\:right--45\% {
    right: -45%;
  }
  .laptop-l\:h-45\% {
    height: 45%;
  }
  .laptop-l\:w-45\% {
    width: 45%;
  }
  .laptop-l\:max_h-45\% {
    max-height: 45%;
  }
  .laptop-l\:max_w-45\% {
    max-width: 45%;
  }
  .laptop-l\:min_h-45\% {
    min-height: 45%;
  }
  .laptop-l\:min_w-45\% {
    min-width: 45%;
  }
  .laptop-l\:h-45vh {
    height: 45vh;
  }
  .laptop-l\:w-45vw {
    width: 45vw;
  }
  .laptop-l\:min_w-45vw {
    min-width: 45vw;
  }
  .laptop-l\:min_h-45vh {
    min-height: 45vh;
  }
  .laptop-l\:max_w-45vw {
    max-width: 45vw;
  }
  .laptop-l\:max_h-45vh {
    max-height: 45vh;
  }
  .laptop-l\:m-t-46\% {
    margin-top: 46%;
  }
  .laptop-l\:m-t--46\% {
    margin-top: -46%;
  }
  .laptop-l\:p-t-46\% {
    padding-top: 46%;
  }
  .laptop-l\:p-t--46\% {
    padding-top: -46%;
  }
  .laptop-l\:top-46\% {
    top: 46%;
  }
  .laptop-l\:top--46\% {
    top: -46%;
  }
  .laptop-l\:m-b-46\% {
    margin-bottom: 46%;
  }
  .laptop-l\:m-b--46\% {
    margin-bottom: -46%;
  }
  .laptop-l\:p-b-46\% {
    padding-bottom: 46%;
  }
  .laptop-l\:p-b--46\% {
    padding-bottom: -46%;
  }
  .laptop-l\:bottom-46\% {
    bottom: 46%;
  }
  .laptop-l\:bottom--46\% {
    bottom: -46%;
  }
  .laptop-l\:m-l-46\% {
    margin-left: 46%;
  }
  .laptop-l\:m-l--46\% {
    margin-left: -46%;
  }
  .laptop-l\:p-l-46\% {
    padding-left: 46%;
  }
  .laptop-l\:p-l--46\% {
    padding-left: -46%;
  }
  .laptop-l\:left-46\% {
    left: 46%;
  }
  .laptop-l\:left--46\% {
    left: -46%;
  }
  .laptop-l\:m-r-46\% {
    margin-right: 46%;
  }
  .laptop-l\:m-r--46\% {
    margin-right: -46%;
  }
  .laptop-l\:p-r-46\% {
    padding-right: 46%;
  }
  .laptop-l\:p-r--46\% {
    padding-right: -46%;
  }
  .laptop-l\:right-46\% {
    right: 46%;
  }
  .laptop-l\:right--46\% {
    right: -46%;
  }
  .laptop-l\:h-46\% {
    height: 46%;
  }
  .laptop-l\:w-46\% {
    width: 46%;
  }
  .laptop-l\:max_h-46\% {
    max-height: 46%;
  }
  .laptop-l\:max_w-46\% {
    max-width: 46%;
  }
  .laptop-l\:min_h-46\% {
    min-height: 46%;
  }
  .laptop-l\:min_w-46\% {
    min-width: 46%;
  }
  .laptop-l\:h-46vh {
    height: 46vh;
  }
  .laptop-l\:w-46vw {
    width: 46vw;
  }
  .laptop-l\:min_w-46vw {
    min-width: 46vw;
  }
  .laptop-l\:min_h-46vh {
    min-height: 46vh;
  }
  .laptop-l\:max_w-46vw {
    max-width: 46vw;
  }
  .laptop-l\:max_h-46vh {
    max-height: 46vh;
  }
  .laptop-l\:m-t-47\% {
    margin-top: 47%;
  }
  .laptop-l\:m-t--47\% {
    margin-top: -47%;
  }
  .laptop-l\:p-t-47\% {
    padding-top: 47%;
  }
  .laptop-l\:p-t--47\% {
    padding-top: -47%;
  }
  .laptop-l\:top-47\% {
    top: 47%;
  }
  .laptop-l\:top--47\% {
    top: -47%;
  }
  .laptop-l\:m-b-47\% {
    margin-bottom: 47%;
  }
  .laptop-l\:m-b--47\% {
    margin-bottom: -47%;
  }
  .laptop-l\:p-b-47\% {
    padding-bottom: 47%;
  }
  .laptop-l\:p-b--47\% {
    padding-bottom: -47%;
  }
  .laptop-l\:bottom-47\% {
    bottom: 47%;
  }
  .laptop-l\:bottom--47\% {
    bottom: -47%;
  }
  .laptop-l\:m-l-47\% {
    margin-left: 47%;
  }
  .laptop-l\:m-l--47\% {
    margin-left: -47%;
  }
  .laptop-l\:p-l-47\% {
    padding-left: 47%;
  }
  .laptop-l\:p-l--47\% {
    padding-left: -47%;
  }
  .laptop-l\:left-47\% {
    left: 47%;
  }
  .laptop-l\:left--47\% {
    left: -47%;
  }
  .laptop-l\:m-r-47\% {
    margin-right: 47%;
  }
  .laptop-l\:m-r--47\% {
    margin-right: -47%;
  }
  .laptop-l\:p-r-47\% {
    padding-right: 47%;
  }
  .laptop-l\:p-r--47\% {
    padding-right: -47%;
  }
  .laptop-l\:right-47\% {
    right: 47%;
  }
  .laptop-l\:right--47\% {
    right: -47%;
  }
  .laptop-l\:h-47\% {
    height: 47%;
  }
  .laptop-l\:w-47\% {
    width: 47%;
  }
  .laptop-l\:max_h-47\% {
    max-height: 47%;
  }
  .laptop-l\:max_w-47\% {
    max-width: 47%;
  }
  .laptop-l\:min_h-47\% {
    min-height: 47%;
  }
  .laptop-l\:min_w-47\% {
    min-width: 47%;
  }
  .laptop-l\:h-47vh {
    height: 47vh;
  }
  .laptop-l\:w-47vw {
    width: 47vw;
  }
  .laptop-l\:min_w-47vw {
    min-width: 47vw;
  }
  .laptop-l\:min_h-47vh {
    min-height: 47vh;
  }
  .laptop-l\:max_w-47vw {
    max-width: 47vw;
  }
  .laptop-l\:max_h-47vh {
    max-height: 47vh;
  }
  .laptop-l\:m-t-48\% {
    margin-top: 48%;
  }
  .laptop-l\:m-t--48\% {
    margin-top: -48%;
  }
  .laptop-l\:p-t-48\% {
    padding-top: 48%;
  }
  .laptop-l\:p-t--48\% {
    padding-top: -48%;
  }
  .laptop-l\:top-48\% {
    top: 48%;
  }
  .laptop-l\:top--48\% {
    top: -48%;
  }
  .laptop-l\:m-b-48\% {
    margin-bottom: 48%;
  }
  .laptop-l\:m-b--48\% {
    margin-bottom: -48%;
  }
  .laptop-l\:p-b-48\% {
    padding-bottom: 48%;
  }
  .laptop-l\:p-b--48\% {
    padding-bottom: -48%;
  }
  .laptop-l\:bottom-48\% {
    bottom: 48%;
  }
  .laptop-l\:bottom--48\% {
    bottom: -48%;
  }
  .laptop-l\:m-l-48\% {
    margin-left: 48%;
  }
  .laptop-l\:m-l--48\% {
    margin-left: -48%;
  }
  .laptop-l\:p-l-48\% {
    padding-left: 48%;
  }
  .laptop-l\:p-l--48\% {
    padding-left: -48%;
  }
  .laptop-l\:left-48\% {
    left: 48%;
  }
  .laptop-l\:left--48\% {
    left: -48%;
  }
  .laptop-l\:m-r-48\% {
    margin-right: 48%;
  }
  .laptop-l\:m-r--48\% {
    margin-right: -48%;
  }
  .laptop-l\:p-r-48\% {
    padding-right: 48%;
  }
  .laptop-l\:p-r--48\% {
    padding-right: -48%;
  }
  .laptop-l\:right-48\% {
    right: 48%;
  }
  .laptop-l\:right--48\% {
    right: -48%;
  }
  .laptop-l\:h-48\% {
    height: 48%;
  }
  .laptop-l\:w-48\% {
    width: 48%;
  }
  .laptop-l\:max_h-48\% {
    max-height: 48%;
  }
  .laptop-l\:max_w-48\% {
    max-width: 48%;
  }
  .laptop-l\:min_h-48\% {
    min-height: 48%;
  }
  .laptop-l\:min_w-48\% {
    min-width: 48%;
  }
  .laptop-l\:h-48vh {
    height: 48vh;
  }
  .laptop-l\:w-48vw {
    width: 48vw;
  }
  .laptop-l\:min_w-48vw {
    min-width: 48vw;
  }
  .laptop-l\:min_h-48vh {
    min-height: 48vh;
  }
  .laptop-l\:max_w-48vw {
    max-width: 48vw;
  }
  .laptop-l\:max_h-48vh {
    max-height: 48vh;
  }
  .laptop-l\:m-t-49\% {
    margin-top: 49%;
  }
  .laptop-l\:m-t--49\% {
    margin-top: -49%;
  }
  .laptop-l\:p-t-49\% {
    padding-top: 49%;
  }
  .laptop-l\:p-t--49\% {
    padding-top: -49%;
  }
  .laptop-l\:top-49\% {
    top: 49%;
  }
  .laptop-l\:top--49\% {
    top: -49%;
  }
  .laptop-l\:m-b-49\% {
    margin-bottom: 49%;
  }
  .laptop-l\:m-b--49\% {
    margin-bottom: -49%;
  }
  .laptop-l\:p-b-49\% {
    padding-bottom: 49%;
  }
  .laptop-l\:p-b--49\% {
    padding-bottom: -49%;
  }
  .laptop-l\:bottom-49\% {
    bottom: 49%;
  }
  .laptop-l\:bottom--49\% {
    bottom: -49%;
  }
  .laptop-l\:m-l-49\% {
    margin-left: 49%;
  }
  .laptop-l\:m-l--49\% {
    margin-left: -49%;
  }
  .laptop-l\:p-l-49\% {
    padding-left: 49%;
  }
  .laptop-l\:p-l--49\% {
    padding-left: -49%;
  }
  .laptop-l\:left-49\% {
    left: 49%;
  }
  .laptop-l\:left--49\% {
    left: -49%;
  }
  .laptop-l\:m-r-49\% {
    margin-right: 49%;
  }
  .laptop-l\:m-r--49\% {
    margin-right: -49%;
  }
  .laptop-l\:p-r-49\% {
    padding-right: 49%;
  }
  .laptop-l\:p-r--49\% {
    padding-right: -49%;
  }
  .laptop-l\:right-49\% {
    right: 49%;
  }
  .laptop-l\:right--49\% {
    right: -49%;
  }
  .laptop-l\:h-49\% {
    height: 49%;
  }
  .laptop-l\:w-49\% {
    width: 49%;
  }
  .laptop-l\:max_h-49\% {
    max-height: 49%;
  }
  .laptop-l\:max_w-49\% {
    max-width: 49%;
  }
  .laptop-l\:min_h-49\% {
    min-height: 49%;
  }
  .laptop-l\:min_w-49\% {
    min-width: 49%;
  }
  .laptop-l\:h-49vh {
    height: 49vh;
  }
  .laptop-l\:w-49vw {
    width: 49vw;
  }
  .laptop-l\:min_w-49vw {
    min-width: 49vw;
  }
  .laptop-l\:min_h-49vh {
    min-height: 49vh;
  }
  .laptop-l\:max_w-49vw {
    max-width: 49vw;
  }
  .laptop-l\:max_h-49vh {
    max-height: 49vh;
  }
  .laptop-l\:m-t-50\% {
    margin-top: 50%;
  }
  .laptop-l\:m-t--50\% {
    margin-top: -50%;
  }
  .laptop-l\:p-t-50\% {
    padding-top: 50%;
  }
  .laptop-l\:p-t--50\% {
    padding-top: -50%;
  }
  .laptop-l\:top-50\% {
    top: 50%;
  }
  .laptop-l\:top--50\% {
    top: -50%;
  }
  .laptop-l\:m-b-50\% {
    margin-bottom: 50%;
  }
  .laptop-l\:m-b--50\% {
    margin-bottom: -50%;
  }
  .laptop-l\:p-b-50\% {
    padding-bottom: 50%;
  }
  .laptop-l\:p-b--50\% {
    padding-bottom: -50%;
  }
  .laptop-l\:bottom-50\% {
    bottom: 50%;
  }
  .laptop-l\:bottom--50\% {
    bottom: -50%;
  }
  .laptop-l\:m-l-50\% {
    margin-left: 50%;
  }
  .laptop-l\:m-l--50\% {
    margin-left: -50%;
  }
  .laptop-l\:p-l-50\% {
    padding-left: 50%;
  }
  .laptop-l\:p-l--50\% {
    padding-left: -50%;
  }
  .laptop-l\:left-50\% {
    left: 50%;
  }
  .laptop-l\:left--50\% {
    left: -50%;
  }
  .laptop-l\:m-r-50\% {
    margin-right: 50%;
  }
  .laptop-l\:m-r--50\% {
    margin-right: -50%;
  }
  .laptop-l\:p-r-50\% {
    padding-right: 50%;
  }
  .laptop-l\:p-r--50\% {
    padding-right: -50%;
  }
  .laptop-l\:right-50\% {
    right: 50%;
  }
  .laptop-l\:right--50\% {
    right: -50%;
  }
  .laptop-l\:h-50\% {
    height: 50%;
  }
  .laptop-l\:w-50\% {
    width: 50%;
  }
  .laptop-l\:max_h-50\% {
    max-height: 50%;
  }
  .laptop-l\:max_w-50\% {
    max-width: 50%;
  }
  .laptop-l\:min_h-50\% {
    min-height: 50%;
  }
  .laptop-l\:min_w-50\% {
    min-width: 50%;
  }
  .laptop-l\:h-50vh {
    height: 50vh;
  }
  .laptop-l\:w-50vw {
    width: 50vw;
  }
  .laptop-l\:min_w-50vw {
    min-width: 50vw;
  }
  .laptop-l\:min_h-50vh {
    min-height: 50vh;
  }
  .laptop-l\:max_w-50vw {
    max-width: 50vw;
  }
  .laptop-l\:max_h-50vh {
    max-height: 50vh;
  }
  .laptop-l\:m-t-51\% {
    margin-top: 51%;
  }
  .laptop-l\:m-t--51\% {
    margin-top: -51%;
  }
  .laptop-l\:p-t-51\% {
    padding-top: 51%;
  }
  .laptop-l\:p-t--51\% {
    padding-top: -51%;
  }
  .laptop-l\:top-51\% {
    top: 51%;
  }
  .laptop-l\:top--51\% {
    top: -51%;
  }
  .laptop-l\:m-b-51\% {
    margin-bottom: 51%;
  }
  .laptop-l\:m-b--51\% {
    margin-bottom: -51%;
  }
  .laptop-l\:p-b-51\% {
    padding-bottom: 51%;
  }
  .laptop-l\:p-b--51\% {
    padding-bottom: -51%;
  }
  .laptop-l\:bottom-51\% {
    bottom: 51%;
  }
  .laptop-l\:bottom--51\% {
    bottom: -51%;
  }
  .laptop-l\:m-l-51\% {
    margin-left: 51%;
  }
  .laptop-l\:m-l--51\% {
    margin-left: -51%;
  }
  .laptop-l\:p-l-51\% {
    padding-left: 51%;
  }
  .laptop-l\:p-l--51\% {
    padding-left: -51%;
  }
  .laptop-l\:left-51\% {
    left: 51%;
  }
  .laptop-l\:left--51\% {
    left: -51%;
  }
  .laptop-l\:m-r-51\% {
    margin-right: 51%;
  }
  .laptop-l\:m-r--51\% {
    margin-right: -51%;
  }
  .laptop-l\:p-r-51\% {
    padding-right: 51%;
  }
  .laptop-l\:p-r--51\% {
    padding-right: -51%;
  }
  .laptop-l\:right-51\% {
    right: 51%;
  }
  .laptop-l\:right--51\% {
    right: -51%;
  }
  .laptop-l\:h-51\% {
    height: 51%;
  }
  .laptop-l\:w-51\% {
    width: 51%;
  }
  .laptop-l\:max_h-51\% {
    max-height: 51%;
  }
  .laptop-l\:max_w-51\% {
    max-width: 51%;
  }
  .laptop-l\:min_h-51\% {
    min-height: 51%;
  }
  .laptop-l\:min_w-51\% {
    min-width: 51%;
  }
  .laptop-l\:h-51vh {
    height: 51vh;
  }
  .laptop-l\:w-51vw {
    width: 51vw;
  }
  .laptop-l\:min_w-51vw {
    min-width: 51vw;
  }
  .laptop-l\:min_h-51vh {
    min-height: 51vh;
  }
  .laptop-l\:max_w-51vw {
    max-width: 51vw;
  }
  .laptop-l\:max_h-51vh {
    max-height: 51vh;
  }
  .laptop-l\:m-t-52\% {
    margin-top: 52%;
  }
  .laptop-l\:m-t--52\% {
    margin-top: -52%;
  }
  .laptop-l\:p-t-52\% {
    padding-top: 52%;
  }
  .laptop-l\:p-t--52\% {
    padding-top: -52%;
  }
  .laptop-l\:top-52\% {
    top: 52%;
  }
  .laptop-l\:top--52\% {
    top: -52%;
  }
  .laptop-l\:m-b-52\% {
    margin-bottom: 52%;
  }
  .laptop-l\:m-b--52\% {
    margin-bottom: -52%;
  }
  .laptop-l\:p-b-52\% {
    padding-bottom: 52%;
  }
  .laptop-l\:p-b--52\% {
    padding-bottom: -52%;
  }
  .laptop-l\:bottom-52\% {
    bottom: 52%;
  }
  .laptop-l\:bottom--52\% {
    bottom: -52%;
  }
  .laptop-l\:m-l-52\% {
    margin-left: 52%;
  }
  .laptop-l\:m-l--52\% {
    margin-left: -52%;
  }
  .laptop-l\:p-l-52\% {
    padding-left: 52%;
  }
  .laptop-l\:p-l--52\% {
    padding-left: -52%;
  }
  .laptop-l\:left-52\% {
    left: 52%;
  }
  .laptop-l\:left--52\% {
    left: -52%;
  }
  .laptop-l\:m-r-52\% {
    margin-right: 52%;
  }
  .laptop-l\:m-r--52\% {
    margin-right: -52%;
  }
  .laptop-l\:p-r-52\% {
    padding-right: 52%;
  }
  .laptop-l\:p-r--52\% {
    padding-right: -52%;
  }
  .laptop-l\:right-52\% {
    right: 52%;
  }
  .laptop-l\:right--52\% {
    right: -52%;
  }
  .laptop-l\:h-52\% {
    height: 52%;
  }
  .laptop-l\:w-52\% {
    width: 52%;
  }
  .laptop-l\:max_h-52\% {
    max-height: 52%;
  }
  .laptop-l\:max_w-52\% {
    max-width: 52%;
  }
  .laptop-l\:min_h-52\% {
    min-height: 52%;
  }
  .laptop-l\:min_w-52\% {
    min-width: 52%;
  }
  .laptop-l\:h-52vh {
    height: 52vh;
  }
  .laptop-l\:w-52vw {
    width: 52vw;
  }
  .laptop-l\:min_w-52vw {
    min-width: 52vw;
  }
  .laptop-l\:min_h-52vh {
    min-height: 52vh;
  }
  .laptop-l\:max_w-52vw {
    max-width: 52vw;
  }
  .laptop-l\:max_h-52vh {
    max-height: 52vh;
  }
  .laptop-l\:m-t-53\% {
    margin-top: 53%;
  }
  .laptop-l\:m-t--53\% {
    margin-top: -53%;
  }
  .laptop-l\:p-t-53\% {
    padding-top: 53%;
  }
  .laptop-l\:p-t--53\% {
    padding-top: -53%;
  }
  .laptop-l\:top-53\% {
    top: 53%;
  }
  .laptop-l\:top--53\% {
    top: -53%;
  }
  .laptop-l\:m-b-53\% {
    margin-bottom: 53%;
  }
  .laptop-l\:m-b--53\% {
    margin-bottom: -53%;
  }
  .laptop-l\:p-b-53\% {
    padding-bottom: 53%;
  }
  .laptop-l\:p-b--53\% {
    padding-bottom: -53%;
  }
  .laptop-l\:bottom-53\% {
    bottom: 53%;
  }
  .laptop-l\:bottom--53\% {
    bottom: -53%;
  }
  .laptop-l\:m-l-53\% {
    margin-left: 53%;
  }
  .laptop-l\:m-l--53\% {
    margin-left: -53%;
  }
  .laptop-l\:p-l-53\% {
    padding-left: 53%;
  }
  .laptop-l\:p-l--53\% {
    padding-left: -53%;
  }
  .laptop-l\:left-53\% {
    left: 53%;
  }
  .laptop-l\:left--53\% {
    left: -53%;
  }
  .laptop-l\:m-r-53\% {
    margin-right: 53%;
  }
  .laptop-l\:m-r--53\% {
    margin-right: -53%;
  }
  .laptop-l\:p-r-53\% {
    padding-right: 53%;
  }
  .laptop-l\:p-r--53\% {
    padding-right: -53%;
  }
  .laptop-l\:right-53\% {
    right: 53%;
  }
  .laptop-l\:right--53\% {
    right: -53%;
  }
  .laptop-l\:h-53\% {
    height: 53%;
  }
  .laptop-l\:w-53\% {
    width: 53%;
  }
  .laptop-l\:max_h-53\% {
    max-height: 53%;
  }
  .laptop-l\:max_w-53\% {
    max-width: 53%;
  }
  .laptop-l\:min_h-53\% {
    min-height: 53%;
  }
  .laptop-l\:min_w-53\% {
    min-width: 53%;
  }
  .laptop-l\:h-53vh {
    height: 53vh;
  }
  .laptop-l\:w-53vw {
    width: 53vw;
  }
  .laptop-l\:min_w-53vw {
    min-width: 53vw;
  }
  .laptop-l\:min_h-53vh {
    min-height: 53vh;
  }
  .laptop-l\:max_w-53vw {
    max-width: 53vw;
  }
  .laptop-l\:max_h-53vh {
    max-height: 53vh;
  }
  .laptop-l\:m-t-54\% {
    margin-top: 54%;
  }
  .laptop-l\:m-t--54\% {
    margin-top: -54%;
  }
  .laptop-l\:p-t-54\% {
    padding-top: 54%;
  }
  .laptop-l\:p-t--54\% {
    padding-top: -54%;
  }
  .laptop-l\:top-54\% {
    top: 54%;
  }
  .laptop-l\:top--54\% {
    top: -54%;
  }
  .laptop-l\:m-b-54\% {
    margin-bottom: 54%;
  }
  .laptop-l\:m-b--54\% {
    margin-bottom: -54%;
  }
  .laptop-l\:p-b-54\% {
    padding-bottom: 54%;
  }
  .laptop-l\:p-b--54\% {
    padding-bottom: -54%;
  }
  .laptop-l\:bottom-54\% {
    bottom: 54%;
  }
  .laptop-l\:bottom--54\% {
    bottom: -54%;
  }
  .laptop-l\:m-l-54\% {
    margin-left: 54%;
  }
  .laptop-l\:m-l--54\% {
    margin-left: -54%;
  }
  .laptop-l\:p-l-54\% {
    padding-left: 54%;
  }
  .laptop-l\:p-l--54\% {
    padding-left: -54%;
  }
  .laptop-l\:left-54\% {
    left: 54%;
  }
  .laptop-l\:left--54\% {
    left: -54%;
  }
  .laptop-l\:m-r-54\% {
    margin-right: 54%;
  }
  .laptop-l\:m-r--54\% {
    margin-right: -54%;
  }
  .laptop-l\:p-r-54\% {
    padding-right: 54%;
  }
  .laptop-l\:p-r--54\% {
    padding-right: -54%;
  }
  .laptop-l\:right-54\% {
    right: 54%;
  }
  .laptop-l\:right--54\% {
    right: -54%;
  }
  .laptop-l\:h-54\% {
    height: 54%;
  }
  .laptop-l\:w-54\% {
    width: 54%;
  }
  .laptop-l\:max_h-54\% {
    max-height: 54%;
  }
  .laptop-l\:max_w-54\% {
    max-width: 54%;
  }
  .laptop-l\:min_h-54\% {
    min-height: 54%;
  }
  .laptop-l\:min_w-54\% {
    min-width: 54%;
  }
  .laptop-l\:h-54vh {
    height: 54vh;
  }
  .laptop-l\:w-54vw {
    width: 54vw;
  }
  .laptop-l\:min_w-54vw {
    min-width: 54vw;
  }
  .laptop-l\:min_h-54vh {
    min-height: 54vh;
  }
  .laptop-l\:max_w-54vw {
    max-width: 54vw;
  }
  .laptop-l\:max_h-54vh {
    max-height: 54vh;
  }
  .laptop-l\:m-t-55\% {
    margin-top: 55%;
  }
  .laptop-l\:m-t--55\% {
    margin-top: -55%;
  }
  .laptop-l\:p-t-55\% {
    padding-top: 55%;
  }
  .laptop-l\:p-t--55\% {
    padding-top: -55%;
  }
  .laptop-l\:top-55\% {
    top: 55%;
  }
  .laptop-l\:top--55\% {
    top: -55%;
  }
  .laptop-l\:m-b-55\% {
    margin-bottom: 55%;
  }
  .laptop-l\:m-b--55\% {
    margin-bottom: -55%;
  }
  .laptop-l\:p-b-55\% {
    padding-bottom: 55%;
  }
  .laptop-l\:p-b--55\% {
    padding-bottom: -55%;
  }
  .laptop-l\:bottom-55\% {
    bottom: 55%;
  }
  .laptop-l\:bottom--55\% {
    bottom: -55%;
  }
  .laptop-l\:m-l-55\% {
    margin-left: 55%;
  }
  .laptop-l\:m-l--55\% {
    margin-left: -55%;
  }
  .laptop-l\:p-l-55\% {
    padding-left: 55%;
  }
  .laptop-l\:p-l--55\% {
    padding-left: -55%;
  }
  .laptop-l\:left-55\% {
    left: 55%;
  }
  .laptop-l\:left--55\% {
    left: -55%;
  }
  .laptop-l\:m-r-55\% {
    margin-right: 55%;
  }
  .laptop-l\:m-r--55\% {
    margin-right: -55%;
  }
  .laptop-l\:p-r-55\% {
    padding-right: 55%;
  }
  .laptop-l\:p-r--55\% {
    padding-right: -55%;
  }
  .laptop-l\:right-55\% {
    right: 55%;
  }
  .laptop-l\:right--55\% {
    right: -55%;
  }
  .laptop-l\:h-55\% {
    height: 55%;
  }
  .laptop-l\:w-55\% {
    width: 55%;
  }
  .laptop-l\:max_h-55\% {
    max-height: 55%;
  }
  .laptop-l\:max_w-55\% {
    max-width: 55%;
  }
  .laptop-l\:min_h-55\% {
    min-height: 55%;
  }
  .laptop-l\:min_w-55\% {
    min-width: 55%;
  }
  .laptop-l\:h-55vh {
    height: 55vh;
  }
  .laptop-l\:w-55vw {
    width: 55vw;
  }
  .laptop-l\:min_w-55vw {
    min-width: 55vw;
  }
  .laptop-l\:min_h-55vh {
    min-height: 55vh;
  }
  .laptop-l\:max_w-55vw {
    max-width: 55vw;
  }
  .laptop-l\:max_h-55vh {
    max-height: 55vh;
  }
  .laptop-l\:m-t-56\% {
    margin-top: 56%;
  }
  .laptop-l\:m-t--56\% {
    margin-top: -56%;
  }
  .laptop-l\:p-t-56\% {
    padding-top: 56%;
  }
  .laptop-l\:p-t--56\% {
    padding-top: -56%;
  }
  .laptop-l\:top-56\% {
    top: 56%;
  }
  .laptop-l\:top--56\% {
    top: -56%;
  }
  .laptop-l\:m-b-56\% {
    margin-bottom: 56%;
  }
  .laptop-l\:m-b--56\% {
    margin-bottom: -56%;
  }
  .laptop-l\:p-b-56\% {
    padding-bottom: 56%;
  }
  .laptop-l\:p-b--56\% {
    padding-bottom: -56%;
  }
  .laptop-l\:bottom-56\% {
    bottom: 56%;
  }
  .laptop-l\:bottom--56\% {
    bottom: -56%;
  }
  .laptop-l\:m-l-56\% {
    margin-left: 56%;
  }
  .laptop-l\:m-l--56\% {
    margin-left: -56%;
  }
  .laptop-l\:p-l-56\% {
    padding-left: 56%;
  }
  .laptop-l\:p-l--56\% {
    padding-left: -56%;
  }
  .laptop-l\:left-56\% {
    left: 56%;
  }
  .laptop-l\:left--56\% {
    left: -56%;
  }
  .laptop-l\:m-r-56\% {
    margin-right: 56%;
  }
  .laptop-l\:m-r--56\% {
    margin-right: -56%;
  }
  .laptop-l\:p-r-56\% {
    padding-right: 56%;
  }
  .laptop-l\:p-r--56\% {
    padding-right: -56%;
  }
  .laptop-l\:right-56\% {
    right: 56%;
  }
  .laptop-l\:right--56\% {
    right: -56%;
  }
  .laptop-l\:h-56\% {
    height: 56%;
  }
  .laptop-l\:w-56\% {
    width: 56%;
  }
  .laptop-l\:max_h-56\% {
    max-height: 56%;
  }
  .laptop-l\:max_w-56\% {
    max-width: 56%;
  }
  .laptop-l\:min_h-56\% {
    min-height: 56%;
  }
  .laptop-l\:min_w-56\% {
    min-width: 56%;
  }
  .laptop-l\:h-56vh {
    height: 56vh;
  }
  .laptop-l\:w-56vw {
    width: 56vw;
  }
  .laptop-l\:min_w-56vw {
    min-width: 56vw;
  }
  .laptop-l\:min_h-56vh {
    min-height: 56vh;
  }
  .laptop-l\:max_w-56vw {
    max-width: 56vw;
  }
  .laptop-l\:max_h-56vh {
    max-height: 56vh;
  }
  .laptop-l\:m-t-57\% {
    margin-top: 57%;
  }
  .laptop-l\:m-t--57\% {
    margin-top: -57%;
  }
  .laptop-l\:p-t-57\% {
    padding-top: 57%;
  }
  .laptop-l\:p-t--57\% {
    padding-top: -57%;
  }
  .laptop-l\:top-57\% {
    top: 57%;
  }
  .laptop-l\:top--57\% {
    top: -57%;
  }
  .laptop-l\:m-b-57\% {
    margin-bottom: 57%;
  }
  .laptop-l\:m-b--57\% {
    margin-bottom: -57%;
  }
  .laptop-l\:p-b-57\% {
    padding-bottom: 57%;
  }
  .laptop-l\:p-b--57\% {
    padding-bottom: -57%;
  }
  .laptop-l\:bottom-57\% {
    bottom: 57%;
  }
  .laptop-l\:bottom--57\% {
    bottom: -57%;
  }
  .laptop-l\:m-l-57\% {
    margin-left: 57%;
  }
  .laptop-l\:m-l--57\% {
    margin-left: -57%;
  }
  .laptop-l\:p-l-57\% {
    padding-left: 57%;
  }
  .laptop-l\:p-l--57\% {
    padding-left: -57%;
  }
  .laptop-l\:left-57\% {
    left: 57%;
  }
  .laptop-l\:left--57\% {
    left: -57%;
  }
  .laptop-l\:m-r-57\% {
    margin-right: 57%;
  }
  .laptop-l\:m-r--57\% {
    margin-right: -57%;
  }
  .laptop-l\:p-r-57\% {
    padding-right: 57%;
  }
  .laptop-l\:p-r--57\% {
    padding-right: -57%;
  }
  .laptop-l\:right-57\% {
    right: 57%;
  }
  .laptop-l\:right--57\% {
    right: -57%;
  }
  .laptop-l\:h-57\% {
    height: 57%;
  }
  .laptop-l\:w-57\% {
    width: 57%;
  }
  .laptop-l\:max_h-57\% {
    max-height: 57%;
  }
  .laptop-l\:max_w-57\% {
    max-width: 57%;
  }
  .laptop-l\:min_h-57\% {
    min-height: 57%;
  }
  .laptop-l\:min_w-57\% {
    min-width: 57%;
  }
  .laptop-l\:h-57vh {
    height: 57vh;
  }
  .laptop-l\:w-57vw {
    width: 57vw;
  }
  .laptop-l\:min_w-57vw {
    min-width: 57vw;
  }
  .laptop-l\:min_h-57vh {
    min-height: 57vh;
  }
  .laptop-l\:max_w-57vw {
    max-width: 57vw;
  }
  .laptop-l\:max_h-57vh {
    max-height: 57vh;
  }
  .laptop-l\:m-t-58\% {
    margin-top: 58%;
  }
  .laptop-l\:m-t--58\% {
    margin-top: -58%;
  }
  .laptop-l\:p-t-58\% {
    padding-top: 58%;
  }
  .laptop-l\:p-t--58\% {
    padding-top: -58%;
  }
  .laptop-l\:top-58\% {
    top: 58%;
  }
  .laptop-l\:top--58\% {
    top: -58%;
  }
  .laptop-l\:m-b-58\% {
    margin-bottom: 58%;
  }
  .laptop-l\:m-b--58\% {
    margin-bottom: -58%;
  }
  .laptop-l\:p-b-58\% {
    padding-bottom: 58%;
  }
  .laptop-l\:p-b--58\% {
    padding-bottom: -58%;
  }
  .laptop-l\:bottom-58\% {
    bottom: 58%;
  }
  .laptop-l\:bottom--58\% {
    bottom: -58%;
  }
  .laptop-l\:m-l-58\% {
    margin-left: 58%;
  }
  .laptop-l\:m-l--58\% {
    margin-left: -58%;
  }
  .laptop-l\:p-l-58\% {
    padding-left: 58%;
  }
  .laptop-l\:p-l--58\% {
    padding-left: -58%;
  }
  .laptop-l\:left-58\% {
    left: 58%;
  }
  .laptop-l\:left--58\% {
    left: -58%;
  }
  .laptop-l\:m-r-58\% {
    margin-right: 58%;
  }
  .laptop-l\:m-r--58\% {
    margin-right: -58%;
  }
  .laptop-l\:p-r-58\% {
    padding-right: 58%;
  }
  .laptop-l\:p-r--58\% {
    padding-right: -58%;
  }
  .laptop-l\:right-58\% {
    right: 58%;
  }
  .laptop-l\:right--58\% {
    right: -58%;
  }
  .laptop-l\:h-58\% {
    height: 58%;
  }
  .laptop-l\:w-58\% {
    width: 58%;
  }
  .laptop-l\:max_h-58\% {
    max-height: 58%;
  }
  .laptop-l\:max_w-58\% {
    max-width: 58%;
  }
  .laptop-l\:min_h-58\% {
    min-height: 58%;
  }
  .laptop-l\:min_w-58\% {
    min-width: 58%;
  }
  .laptop-l\:h-58vh {
    height: 58vh;
  }
  .laptop-l\:w-58vw {
    width: 58vw;
  }
  .laptop-l\:min_w-58vw {
    min-width: 58vw;
  }
  .laptop-l\:min_h-58vh {
    min-height: 58vh;
  }
  .laptop-l\:max_w-58vw {
    max-width: 58vw;
  }
  .laptop-l\:max_h-58vh {
    max-height: 58vh;
  }
  .laptop-l\:m-t-59\% {
    margin-top: 59%;
  }
  .laptop-l\:m-t--59\% {
    margin-top: -59%;
  }
  .laptop-l\:p-t-59\% {
    padding-top: 59%;
  }
  .laptop-l\:p-t--59\% {
    padding-top: -59%;
  }
  .laptop-l\:top-59\% {
    top: 59%;
  }
  .laptop-l\:top--59\% {
    top: -59%;
  }
  .laptop-l\:m-b-59\% {
    margin-bottom: 59%;
  }
  .laptop-l\:m-b--59\% {
    margin-bottom: -59%;
  }
  .laptop-l\:p-b-59\% {
    padding-bottom: 59%;
  }
  .laptop-l\:p-b--59\% {
    padding-bottom: -59%;
  }
  .laptop-l\:bottom-59\% {
    bottom: 59%;
  }
  .laptop-l\:bottom--59\% {
    bottom: -59%;
  }
  .laptop-l\:m-l-59\% {
    margin-left: 59%;
  }
  .laptop-l\:m-l--59\% {
    margin-left: -59%;
  }
  .laptop-l\:p-l-59\% {
    padding-left: 59%;
  }
  .laptop-l\:p-l--59\% {
    padding-left: -59%;
  }
  .laptop-l\:left-59\% {
    left: 59%;
  }
  .laptop-l\:left--59\% {
    left: -59%;
  }
  .laptop-l\:m-r-59\% {
    margin-right: 59%;
  }
  .laptop-l\:m-r--59\% {
    margin-right: -59%;
  }
  .laptop-l\:p-r-59\% {
    padding-right: 59%;
  }
  .laptop-l\:p-r--59\% {
    padding-right: -59%;
  }
  .laptop-l\:right-59\% {
    right: 59%;
  }
  .laptop-l\:right--59\% {
    right: -59%;
  }
  .laptop-l\:h-59\% {
    height: 59%;
  }
  .laptop-l\:w-59\% {
    width: 59%;
  }
  .laptop-l\:max_h-59\% {
    max-height: 59%;
  }
  .laptop-l\:max_w-59\% {
    max-width: 59%;
  }
  .laptop-l\:min_h-59\% {
    min-height: 59%;
  }
  .laptop-l\:min_w-59\% {
    min-width: 59%;
  }
  .laptop-l\:h-59vh {
    height: 59vh;
  }
  .laptop-l\:w-59vw {
    width: 59vw;
  }
  .laptop-l\:min_w-59vw {
    min-width: 59vw;
  }
  .laptop-l\:min_h-59vh {
    min-height: 59vh;
  }
  .laptop-l\:max_w-59vw {
    max-width: 59vw;
  }
  .laptop-l\:max_h-59vh {
    max-height: 59vh;
  }
  .laptop-l\:m-t-60\% {
    margin-top: 60%;
  }
  .laptop-l\:m-t--60\% {
    margin-top: -60%;
  }
  .laptop-l\:p-t-60\% {
    padding-top: 60%;
  }
  .laptop-l\:p-t--60\% {
    padding-top: -60%;
  }
  .laptop-l\:top-60\% {
    top: 60%;
  }
  .laptop-l\:top--60\% {
    top: -60%;
  }
  .laptop-l\:m-b-60\% {
    margin-bottom: 60%;
  }
  .laptop-l\:m-b--60\% {
    margin-bottom: -60%;
  }
  .laptop-l\:p-b-60\% {
    padding-bottom: 60%;
  }
  .laptop-l\:p-b--60\% {
    padding-bottom: -60%;
  }
  .laptop-l\:bottom-60\% {
    bottom: 60%;
  }
  .laptop-l\:bottom--60\% {
    bottom: -60%;
  }
  .laptop-l\:m-l-60\% {
    margin-left: 60%;
  }
  .laptop-l\:m-l--60\% {
    margin-left: -60%;
  }
  .laptop-l\:p-l-60\% {
    padding-left: 60%;
  }
  .laptop-l\:p-l--60\% {
    padding-left: -60%;
  }
  .laptop-l\:left-60\% {
    left: 60%;
  }
  .laptop-l\:left--60\% {
    left: -60%;
  }
  .laptop-l\:m-r-60\% {
    margin-right: 60%;
  }
  .laptop-l\:m-r--60\% {
    margin-right: -60%;
  }
  .laptop-l\:p-r-60\% {
    padding-right: 60%;
  }
  .laptop-l\:p-r--60\% {
    padding-right: -60%;
  }
  .laptop-l\:right-60\% {
    right: 60%;
  }
  .laptop-l\:right--60\% {
    right: -60%;
  }
  .laptop-l\:h-60\% {
    height: 60%;
  }
  .laptop-l\:w-60\% {
    width: 60%;
  }
  .laptop-l\:max_h-60\% {
    max-height: 60%;
  }
  .laptop-l\:max_w-60\% {
    max-width: 60%;
  }
  .laptop-l\:min_h-60\% {
    min-height: 60%;
  }
  .laptop-l\:min_w-60\% {
    min-width: 60%;
  }
  .laptop-l\:h-60vh {
    height: 60vh;
  }
  .laptop-l\:w-60vw {
    width: 60vw;
  }
  .laptop-l\:min_w-60vw {
    min-width: 60vw;
  }
  .laptop-l\:min_h-60vh {
    min-height: 60vh;
  }
  .laptop-l\:max_w-60vw {
    max-width: 60vw;
  }
  .laptop-l\:max_h-60vh {
    max-height: 60vh;
  }
  .laptop-l\:m-t-61\% {
    margin-top: 61%;
  }
  .laptop-l\:m-t--61\% {
    margin-top: -61%;
  }
  .laptop-l\:p-t-61\% {
    padding-top: 61%;
  }
  .laptop-l\:p-t--61\% {
    padding-top: -61%;
  }
  .laptop-l\:top-61\% {
    top: 61%;
  }
  .laptop-l\:top--61\% {
    top: -61%;
  }
  .laptop-l\:m-b-61\% {
    margin-bottom: 61%;
  }
  .laptop-l\:m-b--61\% {
    margin-bottom: -61%;
  }
  .laptop-l\:p-b-61\% {
    padding-bottom: 61%;
  }
  .laptop-l\:p-b--61\% {
    padding-bottom: -61%;
  }
  .laptop-l\:bottom-61\% {
    bottom: 61%;
  }
  .laptop-l\:bottom--61\% {
    bottom: -61%;
  }
  .laptop-l\:m-l-61\% {
    margin-left: 61%;
  }
  .laptop-l\:m-l--61\% {
    margin-left: -61%;
  }
  .laptop-l\:p-l-61\% {
    padding-left: 61%;
  }
  .laptop-l\:p-l--61\% {
    padding-left: -61%;
  }
  .laptop-l\:left-61\% {
    left: 61%;
  }
  .laptop-l\:left--61\% {
    left: -61%;
  }
  .laptop-l\:m-r-61\% {
    margin-right: 61%;
  }
  .laptop-l\:m-r--61\% {
    margin-right: -61%;
  }
  .laptop-l\:p-r-61\% {
    padding-right: 61%;
  }
  .laptop-l\:p-r--61\% {
    padding-right: -61%;
  }
  .laptop-l\:right-61\% {
    right: 61%;
  }
  .laptop-l\:right--61\% {
    right: -61%;
  }
  .laptop-l\:h-61\% {
    height: 61%;
  }
  .laptop-l\:w-61\% {
    width: 61%;
  }
  .laptop-l\:max_h-61\% {
    max-height: 61%;
  }
  .laptop-l\:max_w-61\% {
    max-width: 61%;
  }
  .laptop-l\:min_h-61\% {
    min-height: 61%;
  }
  .laptop-l\:min_w-61\% {
    min-width: 61%;
  }
  .laptop-l\:h-61vh {
    height: 61vh;
  }
  .laptop-l\:w-61vw {
    width: 61vw;
  }
  .laptop-l\:min_w-61vw {
    min-width: 61vw;
  }
  .laptop-l\:min_h-61vh {
    min-height: 61vh;
  }
  .laptop-l\:max_w-61vw {
    max-width: 61vw;
  }
  .laptop-l\:max_h-61vh {
    max-height: 61vh;
  }
  .laptop-l\:m-t-62\% {
    margin-top: 62%;
  }
  .laptop-l\:m-t--62\% {
    margin-top: -62%;
  }
  .laptop-l\:p-t-62\% {
    padding-top: 62%;
  }
  .laptop-l\:p-t--62\% {
    padding-top: -62%;
  }
  .laptop-l\:top-62\% {
    top: 62%;
  }
  .laptop-l\:top--62\% {
    top: -62%;
  }
  .laptop-l\:m-b-62\% {
    margin-bottom: 62%;
  }
  .laptop-l\:m-b--62\% {
    margin-bottom: -62%;
  }
  .laptop-l\:p-b-62\% {
    padding-bottom: 62%;
  }
  .laptop-l\:p-b--62\% {
    padding-bottom: -62%;
  }
  .laptop-l\:bottom-62\% {
    bottom: 62%;
  }
  .laptop-l\:bottom--62\% {
    bottom: -62%;
  }
  .laptop-l\:m-l-62\% {
    margin-left: 62%;
  }
  .laptop-l\:m-l--62\% {
    margin-left: -62%;
  }
  .laptop-l\:p-l-62\% {
    padding-left: 62%;
  }
  .laptop-l\:p-l--62\% {
    padding-left: -62%;
  }
  .laptop-l\:left-62\% {
    left: 62%;
  }
  .laptop-l\:left--62\% {
    left: -62%;
  }
  .laptop-l\:m-r-62\% {
    margin-right: 62%;
  }
  .laptop-l\:m-r--62\% {
    margin-right: -62%;
  }
  .laptop-l\:p-r-62\% {
    padding-right: 62%;
  }
  .laptop-l\:p-r--62\% {
    padding-right: -62%;
  }
  .laptop-l\:right-62\% {
    right: 62%;
  }
  .laptop-l\:right--62\% {
    right: -62%;
  }
  .laptop-l\:h-62\% {
    height: 62%;
  }
  .laptop-l\:w-62\% {
    width: 62%;
  }
  .laptop-l\:max_h-62\% {
    max-height: 62%;
  }
  .laptop-l\:max_w-62\% {
    max-width: 62%;
  }
  .laptop-l\:min_h-62\% {
    min-height: 62%;
  }
  .laptop-l\:min_w-62\% {
    min-width: 62%;
  }
  .laptop-l\:h-62vh {
    height: 62vh;
  }
  .laptop-l\:w-62vw {
    width: 62vw;
  }
  .laptop-l\:min_w-62vw {
    min-width: 62vw;
  }
  .laptop-l\:min_h-62vh {
    min-height: 62vh;
  }
  .laptop-l\:max_w-62vw {
    max-width: 62vw;
  }
  .laptop-l\:max_h-62vh {
    max-height: 62vh;
  }
  .laptop-l\:m-t-63\% {
    margin-top: 63%;
  }
  .laptop-l\:m-t--63\% {
    margin-top: -63%;
  }
  .laptop-l\:p-t-63\% {
    padding-top: 63%;
  }
  .laptop-l\:p-t--63\% {
    padding-top: -63%;
  }
  .laptop-l\:top-63\% {
    top: 63%;
  }
  .laptop-l\:top--63\% {
    top: -63%;
  }
  .laptop-l\:m-b-63\% {
    margin-bottom: 63%;
  }
  .laptop-l\:m-b--63\% {
    margin-bottom: -63%;
  }
  .laptop-l\:p-b-63\% {
    padding-bottom: 63%;
  }
  .laptop-l\:p-b--63\% {
    padding-bottom: -63%;
  }
  .laptop-l\:bottom-63\% {
    bottom: 63%;
  }
  .laptop-l\:bottom--63\% {
    bottom: -63%;
  }
  .laptop-l\:m-l-63\% {
    margin-left: 63%;
  }
  .laptop-l\:m-l--63\% {
    margin-left: -63%;
  }
  .laptop-l\:p-l-63\% {
    padding-left: 63%;
  }
  .laptop-l\:p-l--63\% {
    padding-left: -63%;
  }
  .laptop-l\:left-63\% {
    left: 63%;
  }
  .laptop-l\:left--63\% {
    left: -63%;
  }
  .laptop-l\:m-r-63\% {
    margin-right: 63%;
  }
  .laptop-l\:m-r--63\% {
    margin-right: -63%;
  }
  .laptop-l\:p-r-63\% {
    padding-right: 63%;
  }
  .laptop-l\:p-r--63\% {
    padding-right: -63%;
  }
  .laptop-l\:right-63\% {
    right: 63%;
  }
  .laptop-l\:right--63\% {
    right: -63%;
  }
  .laptop-l\:h-63\% {
    height: 63%;
  }
  .laptop-l\:w-63\% {
    width: 63%;
  }
  .laptop-l\:max_h-63\% {
    max-height: 63%;
  }
  .laptop-l\:max_w-63\% {
    max-width: 63%;
  }
  .laptop-l\:min_h-63\% {
    min-height: 63%;
  }
  .laptop-l\:min_w-63\% {
    min-width: 63%;
  }
  .laptop-l\:h-63vh {
    height: 63vh;
  }
  .laptop-l\:w-63vw {
    width: 63vw;
  }
  .laptop-l\:min_w-63vw {
    min-width: 63vw;
  }
  .laptop-l\:min_h-63vh {
    min-height: 63vh;
  }
  .laptop-l\:max_w-63vw {
    max-width: 63vw;
  }
  .laptop-l\:max_h-63vh {
    max-height: 63vh;
  }
  .laptop-l\:m-t-64\% {
    margin-top: 64%;
  }
  .laptop-l\:m-t--64\% {
    margin-top: -64%;
  }
  .laptop-l\:p-t-64\% {
    padding-top: 64%;
  }
  .laptop-l\:p-t--64\% {
    padding-top: -64%;
  }
  .laptop-l\:top-64\% {
    top: 64%;
  }
  .laptop-l\:top--64\% {
    top: -64%;
  }
  .laptop-l\:m-b-64\% {
    margin-bottom: 64%;
  }
  .laptop-l\:m-b--64\% {
    margin-bottom: -64%;
  }
  .laptop-l\:p-b-64\% {
    padding-bottom: 64%;
  }
  .laptop-l\:p-b--64\% {
    padding-bottom: -64%;
  }
  .laptop-l\:bottom-64\% {
    bottom: 64%;
  }
  .laptop-l\:bottom--64\% {
    bottom: -64%;
  }
  .laptop-l\:m-l-64\% {
    margin-left: 64%;
  }
  .laptop-l\:m-l--64\% {
    margin-left: -64%;
  }
  .laptop-l\:p-l-64\% {
    padding-left: 64%;
  }
  .laptop-l\:p-l--64\% {
    padding-left: -64%;
  }
  .laptop-l\:left-64\% {
    left: 64%;
  }
  .laptop-l\:left--64\% {
    left: -64%;
  }
  .laptop-l\:m-r-64\% {
    margin-right: 64%;
  }
  .laptop-l\:m-r--64\% {
    margin-right: -64%;
  }
  .laptop-l\:p-r-64\% {
    padding-right: 64%;
  }
  .laptop-l\:p-r--64\% {
    padding-right: -64%;
  }
  .laptop-l\:right-64\% {
    right: 64%;
  }
  .laptop-l\:right--64\% {
    right: -64%;
  }
  .laptop-l\:h-64\% {
    height: 64%;
  }
  .laptop-l\:w-64\% {
    width: 64%;
  }
  .laptop-l\:max_h-64\% {
    max-height: 64%;
  }
  .laptop-l\:max_w-64\% {
    max-width: 64%;
  }
  .laptop-l\:min_h-64\% {
    min-height: 64%;
  }
  .laptop-l\:min_w-64\% {
    min-width: 64%;
  }
  .laptop-l\:h-64vh {
    height: 64vh;
  }
  .laptop-l\:w-64vw {
    width: 64vw;
  }
  .laptop-l\:min_w-64vw {
    min-width: 64vw;
  }
  .laptop-l\:min_h-64vh {
    min-height: 64vh;
  }
  .laptop-l\:max_w-64vw {
    max-width: 64vw;
  }
  .laptop-l\:max_h-64vh {
    max-height: 64vh;
  }
  .laptop-l\:m-t-65\% {
    margin-top: 65%;
  }
  .laptop-l\:m-t--65\% {
    margin-top: -65%;
  }
  .laptop-l\:p-t-65\% {
    padding-top: 65%;
  }
  .laptop-l\:p-t--65\% {
    padding-top: -65%;
  }
  .laptop-l\:top-65\% {
    top: 65%;
  }
  .laptop-l\:top--65\% {
    top: -65%;
  }
  .laptop-l\:m-b-65\% {
    margin-bottom: 65%;
  }
  .laptop-l\:m-b--65\% {
    margin-bottom: -65%;
  }
  .laptop-l\:p-b-65\% {
    padding-bottom: 65%;
  }
  .laptop-l\:p-b--65\% {
    padding-bottom: -65%;
  }
  .laptop-l\:bottom-65\% {
    bottom: 65%;
  }
  .laptop-l\:bottom--65\% {
    bottom: -65%;
  }
  .laptop-l\:m-l-65\% {
    margin-left: 65%;
  }
  .laptop-l\:m-l--65\% {
    margin-left: -65%;
  }
  .laptop-l\:p-l-65\% {
    padding-left: 65%;
  }
  .laptop-l\:p-l--65\% {
    padding-left: -65%;
  }
  .laptop-l\:left-65\% {
    left: 65%;
  }
  .laptop-l\:left--65\% {
    left: -65%;
  }
  .laptop-l\:m-r-65\% {
    margin-right: 65%;
  }
  .laptop-l\:m-r--65\% {
    margin-right: -65%;
  }
  .laptop-l\:p-r-65\% {
    padding-right: 65%;
  }
  .laptop-l\:p-r--65\% {
    padding-right: -65%;
  }
  .laptop-l\:right-65\% {
    right: 65%;
  }
  .laptop-l\:right--65\% {
    right: -65%;
  }
  .laptop-l\:h-65\% {
    height: 65%;
  }
  .laptop-l\:w-65\% {
    width: 65%;
  }
  .laptop-l\:max_h-65\% {
    max-height: 65%;
  }
  .laptop-l\:max_w-65\% {
    max-width: 65%;
  }
  .laptop-l\:min_h-65\% {
    min-height: 65%;
  }
  .laptop-l\:min_w-65\% {
    min-width: 65%;
  }
  .laptop-l\:h-65vh {
    height: 65vh;
  }
  .laptop-l\:w-65vw {
    width: 65vw;
  }
  .laptop-l\:min_w-65vw {
    min-width: 65vw;
  }
  .laptop-l\:min_h-65vh {
    min-height: 65vh;
  }
  .laptop-l\:max_w-65vw {
    max-width: 65vw;
  }
  .laptop-l\:max_h-65vh {
    max-height: 65vh;
  }
  .laptop-l\:m-t-66\% {
    margin-top: 66%;
  }
  .laptop-l\:m-t--66\% {
    margin-top: -66%;
  }
  .laptop-l\:p-t-66\% {
    padding-top: 66%;
  }
  .laptop-l\:p-t--66\% {
    padding-top: -66%;
  }
  .laptop-l\:top-66\% {
    top: 66%;
  }
  .laptop-l\:top--66\% {
    top: -66%;
  }
  .laptop-l\:m-b-66\% {
    margin-bottom: 66%;
  }
  .laptop-l\:m-b--66\% {
    margin-bottom: -66%;
  }
  .laptop-l\:p-b-66\% {
    padding-bottom: 66%;
  }
  .laptop-l\:p-b--66\% {
    padding-bottom: -66%;
  }
  .laptop-l\:bottom-66\% {
    bottom: 66%;
  }
  .laptop-l\:bottom--66\% {
    bottom: -66%;
  }
  .laptop-l\:m-l-66\% {
    margin-left: 66%;
  }
  .laptop-l\:m-l--66\% {
    margin-left: -66%;
  }
  .laptop-l\:p-l-66\% {
    padding-left: 66%;
  }
  .laptop-l\:p-l--66\% {
    padding-left: -66%;
  }
  .laptop-l\:left-66\% {
    left: 66%;
  }
  .laptop-l\:left--66\% {
    left: -66%;
  }
  .laptop-l\:m-r-66\% {
    margin-right: 66%;
  }
  .laptop-l\:m-r--66\% {
    margin-right: -66%;
  }
  .laptop-l\:p-r-66\% {
    padding-right: 66%;
  }
  .laptop-l\:p-r--66\% {
    padding-right: -66%;
  }
  .laptop-l\:right-66\% {
    right: 66%;
  }
  .laptop-l\:right--66\% {
    right: -66%;
  }
  .laptop-l\:h-66\% {
    height: 66%;
  }
  .laptop-l\:w-66\% {
    width: 66%;
  }
  .laptop-l\:max_h-66\% {
    max-height: 66%;
  }
  .laptop-l\:max_w-66\% {
    max-width: 66%;
  }
  .laptop-l\:min_h-66\% {
    min-height: 66%;
  }
  .laptop-l\:min_w-66\% {
    min-width: 66%;
  }
  .laptop-l\:h-66vh {
    height: 66vh;
  }
  .laptop-l\:w-66vw {
    width: 66vw;
  }
  .laptop-l\:min_w-66vw {
    min-width: 66vw;
  }
  .laptop-l\:min_h-66vh {
    min-height: 66vh;
  }
  .laptop-l\:max_w-66vw {
    max-width: 66vw;
  }
  .laptop-l\:max_h-66vh {
    max-height: 66vh;
  }
  .laptop-l\:m-t-67\% {
    margin-top: 67%;
  }
  .laptop-l\:m-t--67\% {
    margin-top: -67%;
  }
  .laptop-l\:p-t-67\% {
    padding-top: 67%;
  }
  .laptop-l\:p-t--67\% {
    padding-top: -67%;
  }
  .laptop-l\:top-67\% {
    top: 67%;
  }
  .laptop-l\:top--67\% {
    top: -67%;
  }
  .laptop-l\:m-b-67\% {
    margin-bottom: 67%;
  }
  .laptop-l\:m-b--67\% {
    margin-bottom: -67%;
  }
  .laptop-l\:p-b-67\% {
    padding-bottom: 67%;
  }
  .laptop-l\:p-b--67\% {
    padding-bottom: -67%;
  }
  .laptop-l\:bottom-67\% {
    bottom: 67%;
  }
  .laptop-l\:bottom--67\% {
    bottom: -67%;
  }
  .laptop-l\:m-l-67\% {
    margin-left: 67%;
  }
  .laptop-l\:m-l--67\% {
    margin-left: -67%;
  }
  .laptop-l\:p-l-67\% {
    padding-left: 67%;
  }
  .laptop-l\:p-l--67\% {
    padding-left: -67%;
  }
  .laptop-l\:left-67\% {
    left: 67%;
  }
  .laptop-l\:left--67\% {
    left: -67%;
  }
  .laptop-l\:m-r-67\% {
    margin-right: 67%;
  }
  .laptop-l\:m-r--67\% {
    margin-right: -67%;
  }
  .laptop-l\:p-r-67\% {
    padding-right: 67%;
  }
  .laptop-l\:p-r--67\% {
    padding-right: -67%;
  }
  .laptop-l\:right-67\% {
    right: 67%;
  }
  .laptop-l\:right--67\% {
    right: -67%;
  }
  .laptop-l\:h-67\% {
    height: 67%;
  }
  .laptop-l\:w-67\% {
    width: 67%;
  }
  .laptop-l\:max_h-67\% {
    max-height: 67%;
  }
  .laptop-l\:max_w-67\% {
    max-width: 67%;
  }
  .laptop-l\:min_h-67\% {
    min-height: 67%;
  }
  .laptop-l\:min_w-67\% {
    min-width: 67%;
  }
  .laptop-l\:h-67vh {
    height: 67vh;
  }
  .laptop-l\:w-67vw {
    width: 67vw;
  }
  .laptop-l\:min_w-67vw {
    min-width: 67vw;
  }
  .laptop-l\:min_h-67vh {
    min-height: 67vh;
  }
  .laptop-l\:max_w-67vw {
    max-width: 67vw;
  }
  .laptop-l\:max_h-67vh {
    max-height: 67vh;
  }
  .laptop-l\:m-t-68\% {
    margin-top: 68%;
  }
  .laptop-l\:m-t--68\% {
    margin-top: -68%;
  }
  .laptop-l\:p-t-68\% {
    padding-top: 68%;
  }
  .laptop-l\:p-t--68\% {
    padding-top: -68%;
  }
  .laptop-l\:top-68\% {
    top: 68%;
  }
  .laptop-l\:top--68\% {
    top: -68%;
  }
  .laptop-l\:m-b-68\% {
    margin-bottom: 68%;
  }
  .laptop-l\:m-b--68\% {
    margin-bottom: -68%;
  }
  .laptop-l\:p-b-68\% {
    padding-bottom: 68%;
  }
  .laptop-l\:p-b--68\% {
    padding-bottom: -68%;
  }
  .laptop-l\:bottom-68\% {
    bottom: 68%;
  }
  .laptop-l\:bottom--68\% {
    bottom: -68%;
  }
  .laptop-l\:m-l-68\% {
    margin-left: 68%;
  }
  .laptop-l\:m-l--68\% {
    margin-left: -68%;
  }
  .laptop-l\:p-l-68\% {
    padding-left: 68%;
  }
  .laptop-l\:p-l--68\% {
    padding-left: -68%;
  }
  .laptop-l\:left-68\% {
    left: 68%;
  }
  .laptop-l\:left--68\% {
    left: -68%;
  }
  .laptop-l\:m-r-68\% {
    margin-right: 68%;
  }
  .laptop-l\:m-r--68\% {
    margin-right: -68%;
  }
  .laptop-l\:p-r-68\% {
    padding-right: 68%;
  }
  .laptop-l\:p-r--68\% {
    padding-right: -68%;
  }
  .laptop-l\:right-68\% {
    right: 68%;
  }
  .laptop-l\:right--68\% {
    right: -68%;
  }
  .laptop-l\:h-68\% {
    height: 68%;
  }
  .laptop-l\:w-68\% {
    width: 68%;
  }
  .laptop-l\:max_h-68\% {
    max-height: 68%;
  }
  .laptop-l\:max_w-68\% {
    max-width: 68%;
  }
  .laptop-l\:min_h-68\% {
    min-height: 68%;
  }
  .laptop-l\:min_w-68\% {
    min-width: 68%;
  }
  .laptop-l\:h-68vh {
    height: 68vh;
  }
  .laptop-l\:w-68vw {
    width: 68vw;
  }
  .laptop-l\:min_w-68vw {
    min-width: 68vw;
  }
  .laptop-l\:min_h-68vh {
    min-height: 68vh;
  }
  .laptop-l\:max_w-68vw {
    max-width: 68vw;
  }
  .laptop-l\:max_h-68vh {
    max-height: 68vh;
  }
  .laptop-l\:m-t-69\% {
    margin-top: 69%;
  }
  .laptop-l\:m-t--69\% {
    margin-top: -69%;
  }
  .laptop-l\:p-t-69\% {
    padding-top: 69%;
  }
  .laptop-l\:p-t--69\% {
    padding-top: -69%;
  }
  .laptop-l\:top-69\% {
    top: 69%;
  }
  .laptop-l\:top--69\% {
    top: -69%;
  }
  .laptop-l\:m-b-69\% {
    margin-bottom: 69%;
  }
  .laptop-l\:m-b--69\% {
    margin-bottom: -69%;
  }
  .laptop-l\:p-b-69\% {
    padding-bottom: 69%;
  }
  .laptop-l\:p-b--69\% {
    padding-bottom: -69%;
  }
  .laptop-l\:bottom-69\% {
    bottom: 69%;
  }
  .laptop-l\:bottom--69\% {
    bottom: -69%;
  }
  .laptop-l\:m-l-69\% {
    margin-left: 69%;
  }
  .laptop-l\:m-l--69\% {
    margin-left: -69%;
  }
  .laptop-l\:p-l-69\% {
    padding-left: 69%;
  }
  .laptop-l\:p-l--69\% {
    padding-left: -69%;
  }
  .laptop-l\:left-69\% {
    left: 69%;
  }
  .laptop-l\:left--69\% {
    left: -69%;
  }
  .laptop-l\:m-r-69\% {
    margin-right: 69%;
  }
  .laptop-l\:m-r--69\% {
    margin-right: -69%;
  }
  .laptop-l\:p-r-69\% {
    padding-right: 69%;
  }
  .laptop-l\:p-r--69\% {
    padding-right: -69%;
  }
  .laptop-l\:right-69\% {
    right: 69%;
  }
  .laptop-l\:right--69\% {
    right: -69%;
  }
  .laptop-l\:h-69\% {
    height: 69%;
  }
  .laptop-l\:w-69\% {
    width: 69%;
  }
  .laptop-l\:max_h-69\% {
    max-height: 69%;
  }
  .laptop-l\:max_w-69\% {
    max-width: 69%;
  }
  .laptop-l\:min_h-69\% {
    min-height: 69%;
  }
  .laptop-l\:min_w-69\% {
    min-width: 69%;
  }
  .laptop-l\:h-69vh {
    height: 69vh;
  }
  .laptop-l\:w-69vw {
    width: 69vw;
  }
  .laptop-l\:min_w-69vw {
    min-width: 69vw;
  }
  .laptop-l\:min_h-69vh {
    min-height: 69vh;
  }
  .laptop-l\:max_w-69vw {
    max-width: 69vw;
  }
  .laptop-l\:max_h-69vh {
    max-height: 69vh;
  }
  .laptop-l\:m-t-70\% {
    margin-top: 70%;
  }
  .laptop-l\:m-t--70\% {
    margin-top: -70%;
  }
  .laptop-l\:p-t-70\% {
    padding-top: 70%;
  }
  .laptop-l\:p-t--70\% {
    padding-top: -70%;
  }
  .laptop-l\:top-70\% {
    top: 70%;
  }
  .laptop-l\:top--70\% {
    top: -70%;
  }
  .laptop-l\:m-b-70\% {
    margin-bottom: 70%;
  }
  .laptop-l\:m-b--70\% {
    margin-bottom: -70%;
  }
  .laptop-l\:p-b-70\% {
    padding-bottom: 70%;
  }
  .laptop-l\:p-b--70\% {
    padding-bottom: -70%;
  }
  .laptop-l\:bottom-70\% {
    bottom: 70%;
  }
  .laptop-l\:bottom--70\% {
    bottom: -70%;
  }
  .laptop-l\:m-l-70\% {
    margin-left: 70%;
  }
  .laptop-l\:m-l--70\% {
    margin-left: -70%;
  }
  .laptop-l\:p-l-70\% {
    padding-left: 70%;
  }
  .laptop-l\:p-l--70\% {
    padding-left: -70%;
  }
  .laptop-l\:left-70\% {
    left: 70%;
  }
  .laptop-l\:left--70\% {
    left: -70%;
  }
  .laptop-l\:m-r-70\% {
    margin-right: 70%;
  }
  .laptop-l\:m-r--70\% {
    margin-right: -70%;
  }
  .laptop-l\:p-r-70\% {
    padding-right: 70%;
  }
  .laptop-l\:p-r--70\% {
    padding-right: -70%;
  }
  .laptop-l\:right-70\% {
    right: 70%;
  }
  .laptop-l\:right--70\% {
    right: -70%;
  }
  .laptop-l\:h-70\% {
    height: 70%;
  }
  .laptop-l\:w-70\% {
    width: 70%;
  }
  .laptop-l\:max_h-70\% {
    max-height: 70%;
  }
  .laptop-l\:max_w-70\% {
    max-width: 70%;
  }
  .laptop-l\:min_h-70\% {
    min-height: 70%;
  }
  .laptop-l\:min_w-70\% {
    min-width: 70%;
  }
  .laptop-l\:h-70vh {
    height: 70vh;
  }
  .laptop-l\:w-70vw {
    width: 70vw;
  }
  .laptop-l\:min_w-70vw {
    min-width: 70vw;
  }
  .laptop-l\:min_h-70vh {
    min-height: 70vh;
  }
  .laptop-l\:max_w-70vw {
    max-width: 70vw;
  }
  .laptop-l\:max_h-70vh {
    max-height: 70vh;
  }
  .laptop-l\:m-t-71\% {
    margin-top: 71%;
  }
  .laptop-l\:m-t--71\% {
    margin-top: -71%;
  }
  .laptop-l\:p-t-71\% {
    padding-top: 71%;
  }
  .laptop-l\:p-t--71\% {
    padding-top: -71%;
  }
  .laptop-l\:top-71\% {
    top: 71%;
  }
  .laptop-l\:top--71\% {
    top: -71%;
  }
  .laptop-l\:m-b-71\% {
    margin-bottom: 71%;
  }
  .laptop-l\:m-b--71\% {
    margin-bottom: -71%;
  }
  .laptop-l\:p-b-71\% {
    padding-bottom: 71%;
  }
  .laptop-l\:p-b--71\% {
    padding-bottom: -71%;
  }
  .laptop-l\:bottom-71\% {
    bottom: 71%;
  }
  .laptop-l\:bottom--71\% {
    bottom: -71%;
  }
  .laptop-l\:m-l-71\% {
    margin-left: 71%;
  }
  .laptop-l\:m-l--71\% {
    margin-left: -71%;
  }
  .laptop-l\:p-l-71\% {
    padding-left: 71%;
  }
  .laptop-l\:p-l--71\% {
    padding-left: -71%;
  }
  .laptop-l\:left-71\% {
    left: 71%;
  }
  .laptop-l\:left--71\% {
    left: -71%;
  }
  .laptop-l\:m-r-71\% {
    margin-right: 71%;
  }
  .laptop-l\:m-r--71\% {
    margin-right: -71%;
  }
  .laptop-l\:p-r-71\% {
    padding-right: 71%;
  }
  .laptop-l\:p-r--71\% {
    padding-right: -71%;
  }
  .laptop-l\:right-71\% {
    right: 71%;
  }
  .laptop-l\:right--71\% {
    right: -71%;
  }
  .laptop-l\:h-71\% {
    height: 71%;
  }
  .laptop-l\:w-71\% {
    width: 71%;
  }
  .laptop-l\:max_h-71\% {
    max-height: 71%;
  }
  .laptop-l\:max_w-71\% {
    max-width: 71%;
  }
  .laptop-l\:min_h-71\% {
    min-height: 71%;
  }
  .laptop-l\:min_w-71\% {
    min-width: 71%;
  }
  .laptop-l\:h-71vh {
    height: 71vh;
  }
  .laptop-l\:w-71vw {
    width: 71vw;
  }
  .laptop-l\:min_w-71vw {
    min-width: 71vw;
  }
  .laptop-l\:min_h-71vh {
    min-height: 71vh;
  }
  .laptop-l\:max_w-71vw {
    max-width: 71vw;
  }
  .laptop-l\:max_h-71vh {
    max-height: 71vh;
  }
  .laptop-l\:m-t-72\% {
    margin-top: 72%;
  }
  .laptop-l\:m-t--72\% {
    margin-top: -72%;
  }
  .laptop-l\:p-t-72\% {
    padding-top: 72%;
  }
  .laptop-l\:p-t--72\% {
    padding-top: -72%;
  }
  .laptop-l\:top-72\% {
    top: 72%;
  }
  .laptop-l\:top--72\% {
    top: -72%;
  }
  .laptop-l\:m-b-72\% {
    margin-bottom: 72%;
  }
  .laptop-l\:m-b--72\% {
    margin-bottom: -72%;
  }
  .laptop-l\:p-b-72\% {
    padding-bottom: 72%;
  }
  .laptop-l\:p-b--72\% {
    padding-bottom: -72%;
  }
  .laptop-l\:bottom-72\% {
    bottom: 72%;
  }
  .laptop-l\:bottom--72\% {
    bottom: -72%;
  }
  .laptop-l\:m-l-72\% {
    margin-left: 72%;
  }
  .laptop-l\:m-l--72\% {
    margin-left: -72%;
  }
  .laptop-l\:p-l-72\% {
    padding-left: 72%;
  }
  .laptop-l\:p-l--72\% {
    padding-left: -72%;
  }
  .laptop-l\:left-72\% {
    left: 72%;
  }
  .laptop-l\:left--72\% {
    left: -72%;
  }
  .laptop-l\:m-r-72\% {
    margin-right: 72%;
  }
  .laptop-l\:m-r--72\% {
    margin-right: -72%;
  }
  .laptop-l\:p-r-72\% {
    padding-right: 72%;
  }
  .laptop-l\:p-r--72\% {
    padding-right: -72%;
  }
  .laptop-l\:right-72\% {
    right: 72%;
  }
  .laptop-l\:right--72\% {
    right: -72%;
  }
  .laptop-l\:h-72\% {
    height: 72%;
  }
  .laptop-l\:w-72\% {
    width: 72%;
  }
  .laptop-l\:max_h-72\% {
    max-height: 72%;
  }
  .laptop-l\:max_w-72\% {
    max-width: 72%;
  }
  .laptop-l\:min_h-72\% {
    min-height: 72%;
  }
  .laptop-l\:min_w-72\% {
    min-width: 72%;
  }
  .laptop-l\:h-72vh {
    height: 72vh;
  }
  .laptop-l\:w-72vw {
    width: 72vw;
  }
  .laptop-l\:min_w-72vw {
    min-width: 72vw;
  }
  .laptop-l\:min_h-72vh {
    min-height: 72vh;
  }
  .laptop-l\:max_w-72vw {
    max-width: 72vw;
  }
  .laptop-l\:max_h-72vh {
    max-height: 72vh;
  }
  .laptop-l\:m-t-73\% {
    margin-top: 73%;
  }
  .laptop-l\:m-t--73\% {
    margin-top: -73%;
  }
  .laptop-l\:p-t-73\% {
    padding-top: 73%;
  }
  .laptop-l\:p-t--73\% {
    padding-top: -73%;
  }
  .laptop-l\:top-73\% {
    top: 73%;
  }
  .laptop-l\:top--73\% {
    top: -73%;
  }
  .laptop-l\:m-b-73\% {
    margin-bottom: 73%;
  }
  .laptop-l\:m-b--73\% {
    margin-bottom: -73%;
  }
  .laptop-l\:p-b-73\% {
    padding-bottom: 73%;
  }
  .laptop-l\:p-b--73\% {
    padding-bottom: -73%;
  }
  .laptop-l\:bottom-73\% {
    bottom: 73%;
  }
  .laptop-l\:bottom--73\% {
    bottom: -73%;
  }
  .laptop-l\:m-l-73\% {
    margin-left: 73%;
  }
  .laptop-l\:m-l--73\% {
    margin-left: -73%;
  }
  .laptop-l\:p-l-73\% {
    padding-left: 73%;
  }
  .laptop-l\:p-l--73\% {
    padding-left: -73%;
  }
  .laptop-l\:left-73\% {
    left: 73%;
  }
  .laptop-l\:left--73\% {
    left: -73%;
  }
  .laptop-l\:m-r-73\% {
    margin-right: 73%;
  }
  .laptop-l\:m-r--73\% {
    margin-right: -73%;
  }
  .laptop-l\:p-r-73\% {
    padding-right: 73%;
  }
  .laptop-l\:p-r--73\% {
    padding-right: -73%;
  }
  .laptop-l\:right-73\% {
    right: 73%;
  }
  .laptop-l\:right--73\% {
    right: -73%;
  }
  .laptop-l\:h-73\% {
    height: 73%;
  }
  .laptop-l\:w-73\% {
    width: 73%;
  }
  .laptop-l\:max_h-73\% {
    max-height: 73%;
  }
  .laptop-l\:max_w-73\% {
    max-width: 73%;
  }
  .laptop-l\:min_h-73\% {
    min-height: 73%;
  }
  .laptop-l\:min_w-73\% {
    min-width: 73%;
  }
  .laptop-l\:h-73vh {
    height: 73vh;
  }
  .laptop-l\:w-73vw {
    width: 73vw;
  }
  .laptop-l\:min_w-73vw {
    min-width: 73vw;
  }
  .laptop-l\:min_h-73vh {
    min-height: 73vh;
  }
  .laptop-l\:max_w-73vw {
    max-width: 73vw;
  }
  .laptop-l\:max_h-73vh {
    max-height: 73vh;
  }
  .laptop-l\:m-t-74\% {
    margin-top: 74%;
  }
  .laptop-l\:m-t--74\% {
    margin-top: -74%;
  }
  .laptop-l\:p-t-74\% {
    padding-top: 74%;
  }
  .laptop-l\:p-t--74\% {
    padding-top: -74%;
  }
  .laptop-l\:top-74\% {
    top: 74%;
  }
  .laptop-l\:top--74\% {
    top: -74%;
  }
  .laptop-l\:m-b-74\% {
    margin-bottom: 74%;
  }
  .laptop-l\:m-b--74\% {
    margin-bottom: -74%;
  }
  .laptop-l\:p-b-74\% {
    padding-bottom: 74%;
  }
  .laptop-l\:p-b--74\% {
    padding-bottom: -74%;
  }
  .laptop-l\:bottom-74\% {
    bottom: 74%;
  }
  .laptop-l\:bottom--74\% {
    bottom: -74%;
  }
  .laptop-l\:m-l-74\% {
    margin-left: 74%;
  }
  .laptop-l\:m-l--74\% {
    margin-left: -74%;
  }
  .laptop-l\:p-l-74\% {
    padding-left: 74%;
  }
  .laptop-l\:p-l--74\% {
    padding-left: -74%;
  }
  .laptop-l\:left-74\% {
    left: 74%;
  }
  .laptop-l\:left--74\% {
    left: -74%;
  }
  .laptop-l\:m-r-74\% {
    margin-right: 74%;
  }
  .laptop-l\:m-r--74\% {
    margin-right: -74%;
  }
  .laptop-l\:p-r-74\% {
    padding-right: 74%;
  }
  .laptop-l\:p-r--74\% {
    padding-right: -74%;
  }
  .laptop-l\:right-74\% {
    right: 74%;
  }
  .laptop-l\:right--74\% {
    right: -74%;
  }
  .laptop-l\:h-74\% {
    height: 74%;
  }
  .laptop-l\:w-74\% {
    width: 74%;
  }
  .laptop-l\:max_h-74\% {
    max-height: 74%;
  }
  .laptop-l\:max_w-74\% {
    max-width: 74%;
  }
  .laptop-l\:min_h-74\% {
    min-height: 74%;
  }
  .laptop-l\:min_w-74\% {
    min-width: 74%;
  }
  .laptop-l\:h-74vh {
    height: 74vh;
  }
  .laptop-l\:w-74vw {
    width: 74vw;
  }
  .laptop-l\:min_w-74vw {
    min-width: 74vw;
  }
  .laptop-l\:min_h-74vh {
    min-height: 74vh;
  }
  .laptop-l\:max_w-74vw {
    max-width: 74vw;
  }
  .laptop-l\:max_h-74vh {
    max-height: 74vh;
  }
  .laptop-l\:m-t-75\% {
    margin-top: 75%;
  }
  .laptop-l\:m-t--75\% {
    margin-top: -75%;
  }
  .laptop-l\:p-t-75\% {
    padding-top: 75%;
  }
  .laptop-l\:p-t--75\% {
    padding-top: -75%;
  }
  .laptop-l\:top-75\% {
    top: 75%;
  }
  .laptop-l\:top--75\% {
    top: -75%;
  }
  .laptop-l\:m-b-75\% {
    margin-bottom: 75%;
  }
  .laptop-l\:m-b--75\% {
    margin-bottom: -75%;
  }
  .laptop-l\:p-b-75\% {
    padding-bottom: 75%;
  }
  .laptop-l\:p-b--75\% {
    padding-bottom: -75%;
  }
  .laptop-l\:bottom-75\% {
    bottom: 75%;
  }
  .laptop-l\:bottom--75\% {
    bottom: -75%;
  }
  .laptop-l\:m-l-75\% {
    margin-left: 75%;
  }
  .laptop-l\:m-l--75\% {
    margin-left: -75%;
  }
  .laptop-l\:p-l-75\% {
    padding-left: 75%;
  }
  .laptop-l\:p-l--75\% {
    padding-left: -75%;
  }
  .laptop-l\:left-75\% {
    left: 75%;
  }
  .laptop-l\:left--75\% {
    left: -75%;
  }
  .laptop-l\:m-r-75\% {
    margin-right: 75%;
  }
  .laptop-l\:m-r--75\% {
    margin-right: -75%;
  }
  .laptop-l\:p-r-75\% {
    padding-right: 75%;
  }
  .laptop-l\:p-r--75\% {
    padding-right: -75%;
  }
  .laptop-l\:right-75\% {
    right: 75%;
  }
  .laptop-l\:right--75\% {
    right: -75%;
  }
  .laptop-l\:h-75\% {
    height: 75%;
  }
  .laptop-l\:w-75\% {
    width: 75%;
  }
  .laptop-l\:max_h-75\% {
    max-height: 75%;
  }
  .laptop-l\:max_w-75\% {
    max-width: 75%;
  }
  .laptop-l\:min_h-75\% {
    min-height: 75%;
  }
  .laptop-l\:min_w-75\% {
    min-width: 75%;
  }
  .laptop-l\:h-75vh {
    height: 75vh;
  }
  .laptop-l\:w-75vw {
    width: 75vw;
  }
  .laptop-l\:min_w-75vw {
    min-width: 75vw;
  }
  .laptop-l\:min_h-75vh {
    min-height: 75vh;
  }
  .laptop-l\:max_w-75vw {
    max-width: 75vw;
  }
  .laptop-l\:max_h-75vh {
    max-height: 75vh;
  }
  .laptop-l\:m-t-76\% {
    margin-top: 76%;
  }
  .laptop-l\:m-t--76\% {
    margin-top: -76%;
  }
  .laptop-l\:p-t-76\% {
    padding-top: 76%;
  }
  .laptop-l\:p-t--76\% {
    padding-top: -76%;
  }
  .laptop-l\:top-76\% {
    top: 76%;
  }
  .laptop-l\:top--76\% {
    top: -76%;
  }
  .laptop-l\:m-b-76\% {
    margin-bottom: 76%;
  }
  .laptop-l\:m-b--76\% {
    margin-bottom: -76%;
  }
  .laptop-l\:p-b-76\% {
    padding-bottom: 76%;
  }
  .laptop-l\:p-b--76\% {
    padding-bottom: -76%;
  }
  .laptop-l\:bottom-76\% {
    bottom: 76%;
  }
  .laptop-l\:bottom--76\% {
    bottom: -76%;
  }
  .laptop-l\:m-l-76\% {
    margin-left: 76%;
  }
  .laptop-l\:m-l--76\% {
    margin-left: -76%;
  }
  .laptop-l\:p-l-76\% {
    padding-left: 76%;
  }
  .laptop-l\:p-l--76\% {
    padding-left: -76%;
  }
  .laptop-l\:left-76\% {
    left: 76%;
  }
  .laptop-l\:left--76\% {
    left: -76%;
  }
  .laptop-l\:m-r-76\% {
    margin-right: 76%;
  }
  .laptop-l\:m-r--76\% {
    margin-right: -76%;
  }
  .laptop-l\:p-r-76\% {
    padding-right: 76%;
  }
  .laptop-l\:p-r--76\% {
    padding-right: -76%;
  }
  .laptop-l\:right-76\% {
    right: 76%;
  }
  .laptop-l\:right--76\% {
    right: -76%;
  }
  .laptop-l\:h-76\% {
    height: 76%;
  }
  .laptop-l\:w-76\% {
    width: 76%;
  }
  .laptop-l\:max_h-76\% {
    max-height: 76%;
  }
  .laptop-l\:max_w-76\% {
    max-width: 76%;
  }
  .laptop-l\:min_h-76\% {
    min-height: 76%;
  }
  .laptop-l\:min_w-76\% {
    min-width: 76%;
  }
  .laptop-l\:h-76vh {
    height: 76vh;
  }
  .laptop-l\:w-76vw {
    width: 76vw;
  }
  .laptop-l\:min_w-76vw {
    min-width: 76vw;
  }
  .laptop-l\:min_h-76vh {
    min-height: 76vh;
  }
  .laptop-l\:max_w-76vw {
    max-width: 76vw;
  }
  .laptop-l\:max_h-76vh {
    max-height: 76vh;
  }
  .laptop-l\:m-t-77\% {
    margin-top: 77%;
  }
  .laptop-l\:m-t--77\% {
    margin-top: -77%;
  }
  .laptop-l\:p-t-77\% {
    padding-top: 77%;
  }
  .laptop-l\:p-t--77\% {
    padding-top: -77%;
  }
  .laptop-l\:top-77\% {
    top: 77%;
  }
  .laptop-l\:top--77\% {
    top: -77%;
  }
  .laptop-l\:m-b-77\% {
    margin-bottom: 77%;
  }
  .laptop-l\:m-b--77\% {
    margin-bottom: -77%;
  }
  .laptop-l\:p-b-77\% {
    padding-bottom: 77%;
  }
  .laptop-l\:p-b--77\% {
    padding-bottom: -77%;
  }
  .laptop-l\:bottom-77\% {
    bottom: 77%;
  }
  .laptop-l\:bottom--77\% {
    bottom: -77%;
  }
  .laptop-l\:m-l-77\% {
    margin-left: 77%;
  }
  .laptop-l\:m-l--77\% {
    margin-left: -77%;
  }
  .laptop-l\:p-l-77\% {
    padding-left: 77%;
  }
  .laptop-l\:p-l--77\% {
    padding-left: -77%;
  }
  .laptop-l\:left-77\% {
    left: 77%;
  }
  .laptop-l\:left--77\% {
    left: -77%;
  }
  .laptop-l\:m-r-77\% {
    margin-right: 77%;
  }
  .laptop-l\:m-r--77\% {
    margin-right: -77%;
  }
  .laptop-l\:p-r-77\% {
    padding-right: 77%;
  }
  .laptop-l\:p-r--77\% {
    padding-right: -77%;
  }
  .laptop-l\:right-77\% {
    right: 77%;
  }
  .laptop-l\:right--77\% {
    right: -77%;
  }
  .laptop-l\:h-77\% {
    height: 77%;
  }
  .laptop-l\:w-77\% {
    width: 77%;
  }
  .laptop-l\:max_h-77\% {
    max-height: 77%;
  }
  .laptop-l\:max_w-77\% {
    max-width: 77%;
  }
  .laptop-l\:min_h-77\% {
    min-height: 77%;
  }
  .laptop-l\:min_w-77\% {
    min-width: 77%;
  }
  .laptop-l\:h-77vh {
    height: 77vh;
  }
  .laptop-l\:w-77vw {
    width: 77vw;
  }
  .laptop-l\:min_w-77vw {
    min-width: 77vw;
  }
  .laptop-l\:min_h-77vh {
    min-height: 77vh;
  }
  .laptop-l\:max_w-77vw {
    max-width: 77vw;
  }
  .laptop-l\:max_h-77vh {
    max-height: 77vh;
  }
  .laptop-l\:m-t-78\% {
    margin-top: 78%;
  }
  .laptop-l\:m-t--78\% {
    margin-top: -78%;
  }
  .laptop-l\:p-t-78\% {
    padding-top: 78%;
  }
  .laptop-l\:p-t--78\% {
    padding-top: -78%;
  }
  .laptop-l\:top-78\% {
    top: 78%;
  }
  .laptop-l\:top--78\% {
    top: -78%;
  }
  .laptop-l\:m-b-78\% {
    margin-bottom: 78%;
  }
  .laptop-l\:m-b--78\% {
    margin-bottom: -78%;
  }
  .laptop-l\:p-b-78\% {
    padding-bottom: 78%;
  }
  .laptop-l\:p-b--78\% {
    padding-bottom: -78%;
  }
  .laptop-l\:bottom-78\% {
    bottom: 78%;
  }
  .laptop-l\:bottom--78\% {
    bottom: -78%;
  }
  .laptop-l\:m-l-78\% {
    margin-left: 78%;
  }
  .laptop-l\:m-l--78\% {
    margin-left: -78%;
  }
  .laptop-l\:p-l-78\% {
    padding-left: 78%;
  }
  .laptop-l\:p-l--78\% {
    padding-left: -78%;
  }
  .laptop-l\:left-78\% {
    left: 78%;
  }
  .laptop-l\:left--78\% {
    left: -78%;
  }
  .laptop-l\:m-r-78\% {
    margin-right: 78%;
  }
  .laptop-l\:m-r--78\% {
    margin-right: -78%;
  }
  .laptop-l\:p-r-78\% {
    padding-right: 78%;
  }
  .laptop-l\:p-r--78\% {
    padding-right: -78%;
  }
  .laptop-l\:right-78\% {
    right: 78%;
  }
  .laptop-l\:right--78\% {
    right: -78%;
  }
  .laptop-l\:h-78\% {
    height: 78%;
  }
  .laptop-l\:w-78\% {
    width: 78%;
  }
  .laptop-l\:max_h-78\% {
    max-height: 78%;
  }
  .laptop-l\:max_w-78\% {
    max-width: 78%;
  }
  .laptop-l\:min_h-78\% {
    min-height: 78%;
  }
  .laptop-l\:min_w-78\% {
    min-width: 78%;
  }
  .laptop-l\:h-78vh {
    height: 78vh;
  }
  .laptop-l\:w-78vw {
    width: 78vw;
  }
  .laptop-l\:min_w-78vw {
    min-width: 78vw;
  }
  .laptop-l\:min_h-78vh {
    min-height: 78vh;
  }
  .laptop-l\:max_w-78vw {
    max-width: 78vw;
  }
  .laptop-l\:max_h-78vh {
    max-height: 78vh;
  }
  .laptop-l\:m-t-79\% {
    margin-top: 79%;
  }
  .laptop-l\:m-t--79\% {
    margin-top: -79%;
  }
  .laptop-l\:p-t-79\% {
    padding-top: 79%;
  }
  .laptop-l\:p-t--79\% {
    padding-top: -79%;
  }
  .laptop-l\:top-79\% {
    top: 79%;
  }
  .laptop-l\:top--79\% {
    top: -79%;
  }
  .laptop-l\:m-b-79\% {
    margin-bottom: 79%;
  }
  .laptop-l\:m-b--79\% {
    margin-bottom: -79%;
  }
  .laptop-l\:p-b-79\% {
    padding-bottom: 79%;
  }
  .laptop-l\:p-b--79\% {
    padding-bottom: -79%;
  }
  .laptop-l\:bottom-79\% {
    bottom: 79%;
  }
  .laptop-l\:bottom--79\% {
    bottom: -79%;
  }
  .laptop-l\:m-l-79\% {
    margin-left: 79%;
  }
  .laptop-l\:m-l--79\% {
    margin-left: -79%;
  }
  .laptop-l\:p-l-79\% {
    padding-left: 79%;
  }
  .laptop-l\:p-l--79\% {
    padding-left: -79%;
  }
  .laptop-l\:left-79\% {
    left: 79%;
  }
  .laptop-l\:left--79\% {
    left: -79%;
  }
  .laptop-l\:m-r-79\% {
    margin-right: 79%;
  }
  .laptop-l\:m-r--79\% {
    margin-right: -79%;
  }
  .laptop-l\:p-r-79\% {
    padding-right: 79%;
  }
  .laptop-l\:p-r--79\% {
    padding-right: -79%;
  }
  .laptop-l\:right-79\% {
    right: 79%;
  }
  .laptop-l\:right--79\% {
    right: -79%;
  }
  .laptop-l\:h-79\% {
    height: 79%;
  }
  .laptop-l\:w-79\% {
    width: 79%;
  }
  .laptop-l\:max_h-79\% {
    max-height: 79%;
  }
  .laptop-l\:max_w-79\% {
    max-width: 79%;
  }
  .laptop-l\:min_h-79\% {
    min-height: 79%;
  }
  .laptop-l\:min_w-79\% {
    min-width: 79%;
  }
  .laptop-l\:h-79vh {
    height: 79vh;
  }
  .laptop-l\:w-79vw {
    width: 79vw;
  }
  .laptop-l\:min_w-79vw {
    min-width: 79vw;
  }
  .laptop-l\:min_h-79vh {
    min-height: 79vh;
  }
  .laptop-l\:max_w-79vw {
    max-width: 79vw;
  }
  .laptop-l\:max_h-79vh {
    max-height: 79vh;
  }
  .laptop-l\:m-t-80\% {
    margin-top: 80%;
  }
  .laptop-l\:m-t--80\% {
    margin-top: -80%;
  }
  .laptop-l\:p-t-80\% {
    padding-top: 80%;
  }
  .laptop-l\:p-t--80\% {
    padding-top: -80%;
  }
  .laptop-l\:top-80\% {
    top: 80%;
  }
  .laptop-l\:top--80\% {
    top: -80%;
  }
  .laptop-l\:m-b-80\% {
    margin-bottom: 80%;
  }
  .laptop-l\:m-b--80\% {
    margin-bottom: -80%;
  }
  .laptop-l\:p-b-80\% {
    padding-bottom: 80%;
  }
  .laptop-l\:p-b--80\% {
    padding-bottom: -80%;
  }
  .laptop-l\:bottom-80\% {
    bottom: 80%;
  }
  .laptop-l\:bottom--80\% {
    bottom: -80%;
  }
  .laptop-l\:m-l-80\% {
    margin-left: 80%;
  }
  .laptop-l\:m-l--80\% {
    margin-left: -80%;
  }
  .laptop-l\:p-l-80\% {
    padding-left: 80%;
  }
  .laptop-l\:p-l--80\% {
    padding-left: -80%;
  }
  .laptop-l\:left-80\% {
    left: 80%;
  }
  .laptop-l\:left--80\% {
    left: -80%;
  }
  .laptop-l\:m-r-80\% {
    margin-right: 80%;
  }
  .laptop-l\:m-r--80\% {
    margin-right: -80%;
  }
  .laptop-l\:p-r-80\% {
    padding-right: 80%;
  }
  .laptop-l\:p-r--80\% {
    padding-right: -80%;
  }
  .laptop-l\:right-80\% {
    right: 80%;
  }
  .laptop-l\:right--80\% {
    right: -80%;
  }
  .laptop-l\:h-80\% {
    height: 80%;
  }
  .laptop-l\:w-80\% {
    width: 80%;
  }
  .laptop-l\:max_h-80\% {
    max-height: 80%;
  }
  .laptop-l\:max_w-80\% {
    max-width: 80%;
  }
  .laptop-l\:min_h-80\% {
    min-height: 80%;
  }
  .laptop-l\:min_w-80\% {
    min-width: 80%;
  }
  .laptop-l\:h-80vh {
    height: 80vh;
  }
  .laptop-l\:w-80vw {
    width: 80vw;
  }
  .laptop-l\:min_w-80vw {
    min-width: 80vw;
  }
  .laptop-l\:min_h-80vh {
    min-height: 80vh;
  }
  .laptop-l\:max_w-80vw {
    max-width: 80vw;
  }
  .laptop-l\:max_h-80vh {
    max-height: 80vh;
  }
  .laptop-l\:m-t-81\% {
    margin-top: 81%;
  }
  .laptop-l\:m-t--81\% {
    margin-top: -81%;
  }
  .laptop-l\:p-t-81\% {
    padding-top: 81%;
  }
  .laptop-l\:p-t--81\% {
    padding-top: -81%;
  }
  .laptop-l\:top-81\% {
    top: 81%;
  }
  .laptop-l\:top--81\% {
    top: -81%;
  }
  .laptop-l\:m-b-81\% {
    margin-bottom: 81%;
  }
  .laptop-l\:m-b--81\% {
    margin-bottom: -81%;
  }
  .laptop-l\:p-b-81\% {
    padding-bottom: 81%;
  }
  .laptop-l\:p-b--81\% {
    padding-bottom: -81%;
  }
  .laptop-l\:bottom-81\% {
    bottom: 81%;
  }
  .laptop-l\:bottom--81\% {
    bottom: -81%;
  }
  .laptop-l\:m-l-81\% {
    margin-left: 81%;
  }
  .laptop-l\:m-l--81\% {
    margin-left: -81%;
  }
  .laptop-l\:p-l-81\% {
    padding-left: 81%;
  }
  .laptop-l\:p-l--81\% {
    padding-left: -81%;
  }
  .laptop-l\:left-81\% {
    left: 81%;
  }
  .laptop-l\:left--81\% {
    left: -81%;
  }
  .laptop-l\:m-r-81\% {
    margin-right: 81%;
  }
  .laptop-l\:m-r--81\% {
    margin-right: -81%;
  }
  .laptop-l\:p-r-81\% {
    padding-right: 81%;
  }
  .laptop-l\:p-r--81\% {
    padding-right: -81%;
  }
  .laptop-l\:right-81\% {
    right: 81%;
  }
  .laptop-l\:right--81\% {
    right: -81%;
  }
  .laptop-l\:h-81\% {
    height: 81%;
  }
  .laptop-l\:w-81\% {
    width: 81%;
  }
  .laptop-l\:max_h-81\% {
    max-height: 81%;
  }
  .laptop-l\:max_w-81\% {
    max-width: 81%;
  }
  .laptop-l\:min_h-81\% {
    min-height: 81%;
  }
  .laptop-l\:min_w-81\% {
    min-width: 81%;
  }
  .laptop-l\:h-81vh {
    height: 81vh;
  }
  .laptop-l\:w-81vw {
    width: 81vw;
  }
  .laptop-l\:min_w-81vw {
    min-width: 81vw;
  }
  .laptop-l\:min_h-81vh {
    min-height: 81vh;
  }
  .laptop-l\:max_w-81vw {
    max-width: 81vw;
  }
  .laptop-l\:max_h-81vh {
    max-height: 81vh;
  }
  .laptop-l\:m-t-82\% {
    margin-top: 82%;
  }
  .laptop-l\:m-t--82\% {
    margin-top: -82%;
  }
  .laptop-l\:p-t-82\% {
    padding-top: 82%;
  }
  .laptop-l\:p-t--82\% {
    padding-top: -82%;
  }
  .laptop-l\:top-82\% {
    top: 82%;
  }
  .laptop-l\:top--82\% {
    top: -82%;
  }
  .laptop-l\:m-b-82\% {
    margin-bottom: 82%;
  }
  .laptop-l\:m-b--82\% {
    margin-bottom: -82%;
  }
  .laptop-l\:p-b-82\% {
    padding-bottom: 82%;
  }
  .laptop-l\:p-b--82\% {
    padding-bottom: -82%;
  }
  .laptop-l\:bottom-82\% {
    bottom: 82%;
  }
  .laptop-l\:bottom--82\% {
    bottom: -82%;
  }
  .laptop-l\:m-l-82\% {
    margin-left: 82%;
  }
  .laptop-l\:m-l--82\% {
    margin-left: -82%;
  }
  .laptop-l\:p-l-82\% {
    padding-left: 82%;
  }
  .laptop-l\:p-l--82\% {
    padding-left: -82%;
  }
  .laptop-l\:left-82\% {
    left: 82%;
  }
  .laptop-l\:left--82\% {
    left: -82%;
  }
  .laptop-l\:m-r-82\% {
    margin-right: 82%;
  }
  .laptop-l\:m-r--82\% {
    margin-right: -82%;
  }
  .laptop-l\:p-r-82\% {
    padding-right: 82%;
  }
  .laptop-l\:p-r--82\% {
    padding-right: -82%;
  }
  .laptop-l\:right-82\% {
    right: 82%;
  }
  .laptop-l\:right--82\% {
    right: -82%;
  }
  .laptop-l\:h-82\% {
    height: 82%;
  }
  .laptop-l\:w-82\% {
    width: 82%;
  }
  .laptop-l\:max_h-82\% {
    max-height: 82%;
  }
  .laptop-l\:max_w-82\% {
    max-width: 82%;
  }
  .laptop-l\:min_h-82\% {
    min-height: 82%;
  }
  .laptop-l\:min_w-82\% {
    min-width: 82%;
  }
  .laptop-l\:h-82vh {
    height: 82vh;
  }
  .laptop-l\:w-82vw {
    width: 82vw;
  }
  .laptop-l\:min_w-82vw {
    min-width: 82vw;
  }
  .laptop-l\:min_h-82vh {
    min-height: 82vh;
  }
  .laptop-l\:max_w-82vw {
    max-width: 82vw;
  }
  .laptop-l\:max_h-82vh {
    max-height: 82vh;
  }
  .laptop-l\:m-t-83\% {
    margin-top: 83%;
  }
  .laptop-l\:m-t--83\% {
    margin-top: -83%;
  }
  .laptop-l\:p-t-83\% {
    padding-top: 83%;
  }
  .laptop-l\:p-t--83\% {
    padding-top: -83%;
  }
  .laptop-l\:top-83\% {
    top: 83%;
  }
  .laptop-l\:top--83\% {
    top: -83%;
  }
  .laptop-l\:m-b-83\% {
    margin-bottom: 83%;
  }
  .laptop-l\:m-b--83\% {
    margin-bottom: -83%;
  }
  .laptop-l\:p-b-83\% {
    padding-bottom: 83%;
  }
  .laptop-l\:p-b--83\% {
    padding-bottom: -83%;
  }
  .laptop-l\:bottom-83\% {
    bottom: 83%;
  }
  .laptop-l\:bottom--83\% {
    bottom: -83%;
  }
  .laptop-l\:m-l-83\% {
    margin-left: 83%;
  }
  .laptop-l\:m-l--83\% {
    margin-left: -83%;
  }
  .laptop-l\:p-l-83\% {
    padding-left: 83%;
  }
  .laptop-l\:p-l--83\% {
    padding-left: -83%;
  }
  .laptop-l\:left-83\% {
    left: 83%;
  }
  .laptop-l\:left--83\% {
    left: -83%;
  }
  .laptop-l\:m-r-83\% {
    margin-right: 83%;
  }
  .laptop-l\:m-r--83\% {
    margin-right: -83%;
  }
  .laptop-l\:p-r-83\% {
    padding-right: 83%;
  }
  .laptop-l\:p-r--83\% {
    padding-right: -83%;
  }
  .laptop-l\:right-83\% {
    right: 83%;
  }
  .laptop-l\:right--83\% {
    right: -83%;
  }
  .laptop-l\:h-83\% {
    height: 83%;
  }
  .laptop-l\:w-83\% {
    width: 83%;
  }
  .laptop-l\:max_h-83\% {
    max-height: 83%;
  }
  .laptop-l\:max_w-83\% {
    max-width: 83%;
  }
  .laptop-l\:min_h-83\% {
    min-height: 83%;
  }
  .laptop-l\:min_w-83\% {
    min-width: 83%;
  }
  .laptop-l\:h-83vh {
    height: 83vh;
  }
  .laptop-l\:w-83vw {
    width: 83vw;
  }
  .laptop-l\:min_w-83vw {
    min-width: 83vw;
  }
  .laptop-l\:min_h-83vh {
    min-height: 83vh;
  }
  .laptop-l\:max_w-83vw {
    max-width: 83vw;
  }
  .laptop-l\:max_h-83vh {
    max-height: 83vh;
  }
  .laptop-l\:m-t-84\% {
    margin-top: 84%;
  }
  .laptop-l\:m-t--84\% {
    margin-top: -84%;
  }
  .laptop-l\:p-t-84\% {
    padding-top: 84%;
  }
  .laptop-l\:p-t--84\% {
    padding-top: -84%;
  }
  .laptop-l\:top-84\% {
    top: 84%;
  }
  .laptop-l\:top--84\% {
    top: -84%;
  }
  .laptop-l\:m-b-84\% {
    margin-bottom: 84%;
  }
  .laptop-l\:m-b--84\% {
    margin-bottom: -84%;
  }
  .laptop-l\:p-b-84\% {
    padding-bottom: 84%;
  }
  .laptop-l\:p-b--84\% {
    padding-bottom: -84%;
  }
  .laptop-l\:bottom-84\% {
    bottom: 84%;
  }
  .laptop-l\:bottom--84\% {
    bottom: -84%;
  }
  .laptop-l\:m-l-84\% {
    margin-left: 84%;
  }
  .laptop-l\:m-l--84\% {
    margin-left: -84%;
  }
  .laptop-l\:p-l-84\% {
    padding-left: 84%;
  }
  .laptop-l\:p-l--84\% {
    padding-left: -84%;
  }
  .laptop-l\:left-84\% {
    left: 84%;
  }
  .laptop-l\:left--84\% {
    left: -84%;
  }
  .laptop-l\:m-r-84\% {
    margin-right: 84%;
  }
  .laptop-l\:m-r--84\% {
    margin-right: -84%;
  }
  .laptop-l\:p-r-84\% {
    padding-right: 84%;
  }
  .laptop-l\:p-r--84\% {
    padding-right: -84%;
  }
  .laptop-l\:right-84\% {
    right: 84%;
  }
  .laptop-l\:right--84\% {
    right: -84%;
  }
  .laptop-l\:h-84\% {
    height: 84%;
  }
  .laptop-l\:w-84\% {
    width: 84%;
  }
  .laptop-l\:max_h-84\% {
    max-height: 84%;
  }
  .laptop-l\:max_w-84\% {
    max-width: 84%;
  }
  .laptop-l\:min_h-84\% {
    min-height: 84%;
  }
  .laptop-l\:min_w-84\% {
    min-width: 84%;
  }
  .laptop-l\:h-84vh {
    height: 84vh;
  }
  .laptop-l\:w-84vw {
    width: 84vw;
  }
  .laptop-l\:min_w-84vw {
    min-width: 84vw;
  }
  .laptop-l\:min_h-84vh {
    min-height: 84vh;
  }
  .laptop-l\:max_w-84vw {
    max-width: 84vw;
  }
  .laptop-l\:max_h-84vh {
    max-height: 84vh;
  }
  .laptop-l\:m-t-85\% {
    margin-top: 85%;
  }
  .laptop-l\:m-t--85\% {
    margin-top: -85%;
  }
  .laptop-l\:p-t-85\% {
    padding-top: 85%;
  }
  .laptop-l\:p-t--85\% {
    padding-top: -85%;
  }
  .laptop-l\:top-85\% {
    top: 85%;
  }
  .laptop-l\:top--85\% {
    top: -85%;
  }
  .laptop-l\:m-b-85\% {
    margin-bottom: 85%;
  }
  .laptop-l\:m-b--85\% {
    margin-bottom: -85%;
  }
  .laptop-l\:p-b-85\% {
    padding-bottom: 85%;
  }
  .laptop-l\:p-b--85\% {
    padding-bottom: -85%;
  }
  .laptop-l\:bottom-85\% {
    bottom: 85%;
  }
  .laptop-l\:bottom--85\% {
    bottom: -85%;
  }
  .laptop-l\:m-l-85\% {
    margin-left: 85%;
  }
  .laptop-l\:m-l--85\% {
    margin-left: -85%;
  }
  .laptop-l\:p-l-85\% {
    padding-left: 85%;
  }
  .laptop-l\:p-l--85\% {
    padding-left: -85%;
  }
  .laptop-l\:left-85\% {
    left: 85%;
  }
  .laptop-l\:left--85\% {
    left: -85%;
  }
  .laptop-l\:m-r-85\% {
    margin-right: 85%;
  }
  .laptop-l\:m-r--85\% {
    margin-right: -85%;
  }
  .laptop-l\:p-r-85\% {
    padding-right: 85%;
  }
  .laptop-l\:p-r--85\% {
    padding-right: -85%;
  }
  .laptop-l\:right-85\% {
    right: 85%;
  }
  .laptop-l\:right--85\% {
    right: -85%;
  }
  .laptop-l\:h-85\% {
    height: 85%;
  }
  .laptop-l\:w-85\% {
    width: 85%;
  }
  .laptop-l\:max_h-85\% {
    max-height: 85%;
  }
  .laptop-l\:max_w-85\% {
    max-width: 85%;
  }
  .laptop-l\:min_h-85\% {
    min-height: 85%;
  }
  .laptop-l\:min_w-85\% {
    min-width: 85%;
  }
  .laptop-l\:h-85vh {
    height: 85vh;
  }
  .laptop-l\:w-85vw {
    width: 85vw;
  }
  .laptop-l\:min_w-85vw {
    min-width: 85vw;
  }
  .laptop-l\:min_h-85vh {
    min-height: 85vh;
  }
  .laptop-l\:max_w-85vw {
    max-width: 85vw;
  }
  .laptop-l\:max_h-85vh {
    max-height: 85vh;
  }
  .laptop-l\:m-t-86\% {
    margin-top: 86%;
  }
  .laptop-l\:m-t--86\% {
    margin-top: -86%;
  }
  .laptop-l\:p-t-86\% {
    padding-top: 86%;
  }
  .laptop-l\:p-t--86\% {
    padding-top: -86%;
  }
  .laptop-l\:top-86\% {
    top: 86%;
  }
  .laptop-l\:top--86\% {
    top: -86%;
  }
  .laptop-l\:m-b-86\% {
    margin-bottom: 86%;
  }
  .laptop-l\:m-b--86\% {
    margin-bottom: -86%;
  }
  .laptop-l\:p-b-86\% {
    padding-bottom: 86%;
  }
  .laptop-l\:p-b--86\% {
    padding-bottom: -86%;
  }
  .laptop-l\:bottom-86\% {
    bottom: 86%;
  }
  .laptop-l\:bottom--86\% {
    bottom: -86%;
  }
  .laptop-l\:m-l-86\% {
    margin-left: 86%;
  }
  .laptop-l\:m-l--86\% {
    margin-left: -86%;
  }
  .laptop-l\:p-l-86\% {
    padding-left: 86%;
  }
  .laptop-l\:p-l--86\% {
    padding-left: -86%;
  }
  .laptop-l\:left-86\% {
    left: 86%;
  }
  .laptop-l\:left--86\% {
    left: -86%;
  }
  .laptop-l\:m-r-86\% {
    margin-right: 86%;
  }
  .laptop-l\:m-r--86\% {
    margin-right: -86%;
  }
  .laptop-l\:p-r-86\% {
    padding-right: 86%;
  }
  .laptop-l\:p-r--86\% {
    padding-right: -86%;
  }
  .laptop-l\:right-86\% {
    right: 86%;
  }
  .laptop-l\:right--86\% {
    right: -86%;
  }
  .laptop-l\:h-86\% {
    height: 86%;
  }
  .laptop-l\:w-86\% {
    width: 86%;
  }
  .laptop-l\:max_h-86\% {
    max-height: 86%;
  }
  .laptop-l\:max_w-86\% {
    max-width: 86%;
  }
  .laptop-l\:min_h-86\% {
    min-height: 86%;
  }
  .laptop-l\:min_w-86\% {
    min-width: 86%;
  }
  .laptop-l\:h-86vh {
    height: 86vh;
  }
  .laptop-l\:w-86vw {
    width: 86vw;
  }
  .laptop-l\:min_w-86vw {
    min-width: 86vw;
  }
  .laptop-l\:min_h-86vh {
    min-height: 86vh;
  }
  .laptop-l\:max_w-86vw {
    max-width: 86vw;
  }
  .laptop-l\:max_h-86vh {
    max-height: 86vh;
  }
  .laptop-l\:m-t-87\% {
    margin-top: 87%;
  }
  .laptop-l\:m-t--87\% {
    margin-top: -87%;
  }
  .laptop-l\:p-t-87\% {
    padding-top: 87%;
  }
  .laptop-l\:p-t--87\% {
    padding-top: -87%;
  }
  .laptop-l\:top-87\% {
    top: 87%;
  }
  .laptop-l\:top--87\% {
    top: -87%;
  }
  .laptop-l\:m-b-87\% {
    margin-bottom: 87%;
  }
  .laptop-l\:m-b--87\% {
    margin-bottom: -87%;
  }
  .laptop-l\:p-b-87\% {
    padding-bottom: 87%;
  }
  .laptop-l\:p-b--87\% {
    padding-bottom: -87%;
  }
  .laptop-l\:bottom-87\% {
    bottom: 87%;
  }
  .laptop-l\:bottom--87\% {
    bottom: -87%;
  }
  .laptop-l\:m-l-87\% {
    margin-left: 87%;
  }
  .laptop-l\:m-l--87\% {
    margin-left: -87%;
  }
  .laptop-l\:p-l-87\% {
    padding-left: 87%;
  }
  .laptop-l\:p-l--87\% {
    padding-left: -87%;
  }
  .laptop-l\:left-87\% {
    left: 87%;
  }
  .laptop-l\:left--87\% {
    left: -87%;
  }
  .laptop-l\:m-r-87\% {
    margin-right: 87%;
  }
  .laptop-l\:m-r--87\% {
    margin-right: -87%;
  }
  .laptop-l\:p-r-87\% {
    padding-right: 87%;
  }
  .laptop-l\:p-r--87\% {
    padding-right: -87%;
  }
  .laptop-l\:right-87\% {
    right: 87%;
  }
  .laptop-l\:right--87\% {
    right: -87%;
  }
  .laptop-l\:h-87\% {
    height: 87%;
  }
  .laptop-l\:w-87\% {
    width: 87%;
  }
  .laptop-l\:max_h-87\% {
    max-height: 87%;
  }
  .laptop-l\:max_w-87\% {
    max-width: 87%;
  }
  .laptop-l\:min_h-87\% {
    min-height: 87%;
  }
  .laptop-l\:min_w-87\% {
    min-width: 87%;
  }
  .laptop-l\:h-87vh {
    height: 87vh;
  }
  .laptop-l\:w-87vw {
    width: 87vw;
  }
  .laptop-l\:min_w-87vw {
    min-width: 87vw;
  }
  .laptop-l\:min_h-87vh {
    min-height: 87vh;
  }
  .laptop-l\:max_w-87vw {
    max-width: 87vw;
  }
  .laptop-l\:max_h-87vh {
    max-height: 87vh;
  }
  .laptop-l\:m-t-88\% {
    margin-top: 88%;
  }
  .laptop-l\:m-t--88\% {
    margin-top: -88%;
  }
  .laptop-l\:p-t-88\% {
    padding-top: 88%;
  }
  .laptop-l\:p-t--88\% {
    padding-top: -88%;
  }
  .laptop-l\:top-88\% {
    top: 88%;
  }
  .laptop-l\:top--88\% {
    top: -88%;
  }
  .laptop-l\:m-b-88\% {
    margin-bottom: 88%;
  }
  .laptop-l\:m-b--88\% {
    margin-bottom: -88%;
  }
  .laptop-l\:p-b-88\% {
    padding-bottom: 88%;
  }
  .laptop-l\:p-b--88\% {
    padding-bottom: -88%;
  }
  .laptop-l\:bottom-88\% {
    bottom: 88%;
  }
  .laptop-l\:bottom--88\% {
    bottom: -88%;
  }
  .laptop-l\:m-l-88\% {
    margin-left: 88%;
  }
  .laptop-l\:m-l--88\% {
    margin-left: -88%;
  }
  .laptop-l\:p-l-88\% {
    padding-left: 88%;
  }
  .laptop-l\:p-l--88\% {
    padding-left: -88%;
  }
  .laptop-l\:left-88\% {
    left: 88%;
  }
  .laptop-l\:left--88\% {
    left: -88%;
  }
  .laptop-l\:m-r-88\% {
    margin-right: 88%;
  }
  .laptop-l\:m-r--88\% {
    margin-right: -88%;
  }
  .laptop-l\:p-r-88\% {
    padding-right: 88%;
  }
  .laptop-l\:p-r--88\% {
    padding-right: -88%;
  }
  .laptop-l\:right-88\% {
    right: 88%;
  }
  .laptop-l\:right--88\% {
    right: -88%;
  }
  .laptop-l\:h-88\% {
    height: 88%;
  }
  .laptop-l\:w-88\% {
    width: 88%;
  }
  .laptop-l\:max_h-88\% {
    max-height: 88%;
  }
  .laptop-l\:max_w-88\% {
    max-width: 88%;
  }
  .laptop-l\:min_h-88\% {
    min-height: 88%;
  }
  .laptop-l\:min_w-88\% {
    min-width: 88%;
  }
  .laptop-l\:h-88vh {
    height: 88vh;
  }
  .laptop-l\:w-88vw {
    width: 88vw;
  }
  .laptop-l\:min_w-88vw {
    min-width: 88vw;
  }
  .laptop-l\:min_h-88vh {
    min-height: 88vh;
  }
  .laptop-l\:max_w-88vw {
    max-width: 88vw;
  }
  .laptop-l\:max_h-88vh {
    max-height: 88vh;
  }
  .laptop-l\:m-t-89\% {
    margin-top: 89%;
  }
  .laptop-l\:m-t--89\% {
    margin-top: -89%;
  }
  .laptop-l\:p-t-89\% {
    padding-top: 89%;
  }
  .laptop-l\:p-t--89\% {
    padding-top: -89%;
  }
  .laptop-l\:top-89\% {
    top: 89%;
  }
  .laptop-l\:top--89\% {
    top: -89%;
  }
  .laptop-l\:m-b-89\% {
    margin-bottom: 89%;
  }
  .laptop-l\:m-b--89\% {
    margin-bottom: -89%;
  }
  .laptop-l\:p-b-89\% {
    padding-bottom: 89%;
  }
  .laptop-l\:p-b--89\% {
    padding-bottom: -89%;
  }
  .laptop-l\:bottom-89\% {
    bottom: 89%;
  }
  .laptop-l\:bottom--89\% {
    bottom: -89%;
  }
  .laptop-l\:m-l-89\% {
    margin-left: 89%;
  }
  .laptop-l\:m-l--89\% {
    margin-left: -89%;
  }
  .laptop-l\:p-l-89\% {
    padding-left: 89%;
  }
  .laptop-l\:p-l--89\% {
    padding-left: -89%;
  }
  .laptop-l\:left-89\% {
    left: 89%;
  }
  .laptop-l\:left--89\% {
    left: -89%;
  }
  .laptop-l\:m-r-89\% {
    margin-right: 89%;
  }
  .laptop-l\:m-r--89\% {
    margin-right: -89%;
  }
  .laptop-l\:p-r-89\% {
    padding-right: 89%;
  }
  .laptop-l\:p-r--89\% {
    padding-right: -89%;
  }
  .laptop-l\:right-89\% {
    right: 89%;
  }
  .laptop-l\:right--89\% {
    right: -89%;
  }
  .laptop-l\:h-89\% {
    height: 89%;
  }
  .laptop-l\:w-89\% {
    width: 89%;
  }
  .laptop-l\:max_h-89\% {
    max-height: 89%;
  }
  .laptop-l\:max_w-89\% {
    max-width: 89%;
  }
  .laptop-l\:min_h-89\% {
    min-height: 89%;
  }
  .laptop-l\:min_w-89\% {
    min-width: 89%;
  }
  .laptop-l\:h-89vh {
    height: 89vh;
  }
  .laptop-l\:w-89vw {
    width: 89vw;
  }
  .laptop-l\:min_w-89vw {
    min-width: 89vw;
  }
  .laptop-l\:min_h-89vh {
    min-height: 89vh;
  }
  .laptop-l\:max_w-89vw {
    max-width: 89vw;
  }
  .laptop-l\:max_h-89vh {
    max-height: 89vh;
  }
  .laptop-l\:m-t-90\% {
    margin-top: 90%;
  }
  .laptop-l\:m-t--90\% {
    margin-top: -90%;
  }
  .laptop-l\:p-t-90\% {
    padding-top: 90%;
  }
  .laptop-l\:p-t--90\% {
    padding-top: -90%;
  }
  .laptop-l\:top-90\% {
    top: 90%;
  }
  .laptop-l\:top--90\% {
    top: -90%;
  }
  .laptop-l\:m-b-90\% {
    margin-bottom: 90%;
  }
  .laptop-l\:m-b--90\% {
    margin-bottom: -90%;
  }
  .laptop-l\:p-b-90\% {
    padding-bottom: 90%;
  }
  .laptop-l\:p-b--90\% {
    padding-bottom: -90%;
  }
  .laptop-l\:bottom-90\% {
    bottom: 90%;
  }
  .laptop-l\:bottom--90\% {
    bottom: -90%;
  }
  .laptop-l\:m-l-90\% {
    margin-left: 90%;
  }
  .laptop-l\:m-l--90\% {
    margin-left: -90%;
  }
  .laptop-l\:p-l-90\% {
    padding-left: 90%;
  }
  .laptop-l\:p-l--90\% {
    padding-left: -90%;
  }
  .laptop-l\:left-90\% {
    left: 90%;
  }
  .laptop-l\:left--90\% {
    left: -90%;
  }
  .laptop-l\:m-r-90\% {
    margin-right: 90%;
  }
  .laptop-l\:m-r--90\% {
    margin-right: -90%;
  }
  .laptop-l\:p-r-90\% {
    padding-right: 90%;
  }
  .laptop-l\:p-r--90\% {
    padding-right: -90%;
  }
  .laptop-l\:right-90\% {
    right: 90%;
  }
  .laptop-l\:right--90\% {
    right: -90%;
  }
  .laptop-l\:h-90\% {
    height: 90%;
  }
  .laptop-l\:w-90\% {
    width: 90%;
  }
  .laptop-l\:max_h-90\% {
    max-height: 90%;
  }
  .laptop-l\:max_w-90\% {
    max-width: 90%;
  }
  .laptop-l\:min_h-90\% {
    min-height: 90%;
  }
  .laptop-l\:min_w-90\% {
    min-width: 90%;
  }
  .laptop-l\:h-90vh {
    height: 90vh;
  }
  .laptop-l\:w-90vw {
    width: 90vw;
  }
  .laptop-l\:min_w-90vw {
    min-width: 90vw;
  }
  .laptop-l\:min_h-90vh {
    min-height: 90vh;
  }
  .laptop-l\:max_w-90vw {
    max-width: 90vw;
  }
  .laptop-l\:max_h-90vh {
    max-height: 90vh;
  }
  .laptop-l\:m-t-91\% {
    margin-top: 91%;
  }
  .laptop-l\:m-t--91\% {
    margin-top: -91%;
  }
  .laptop-l\:p-t-91\% {
    padding-top: 91%;
  }
  .laptop-l\:p-t--91\% {
    padding-top: -91%;
  }
  .laptop-l\:top-91\% {
    top: 91%;
  }
  .laptop-l\:top--91\% {
    top: -91%;
  }
  .laptop-l\:m-b-91\% {
    margin-bottom: 91%;
  }
  .laptop-l\:m-b--91\% {
    margin-bottom: -91%;
  }
  .laptop-l\:p-b-91\% {
    padding-bottom: 91%;
  }
  .laptop-l\:p-b--91\% {
    padding-bottom: -91%;
  }
  .laptop-l\:bottom-91\% {
    bottom: 91%;
  }
  .laptop-l\:bottom--91\% {
    bottom: -91%;
  }
  .laptop-l\:m-l-91\% {
    margin-left: 91%;
  }
  .laptop-l\:m-l--91\% {
    margin-left: -91%;
  }
  .laptop-l\:p-l-91\% {
    padding-left: 91%;
  }
  .laptop-l\:p-l--91\% {
    padding-left: -91%;
  }
  .laptop-l\:left-91\% {
    left: 91%;
  }
  .laptop-l\:left--91\% {
    left: -91%;
  }
  .laptop-l\:m-r-91\% {
    margin-right: 91%;
  }
  .laptop-l\:m-r--91\% {
    margin-right: -91%;
  }
  .laptop-l\:p-r-91\% {
    padding-right: 91%;
  }
  .laptop-l\:p-r--91\% {
    padding-right: -91%;
  }
  .laptop-l\:right-91\% {
    right: 91%;
  }
  .laptop-l\:right--91\% {
    right: -91%;
  }
  .laptop-l\:h-91\% {
    height: 91%;
  }
  .laptop-l\:w-91\% {
    width: 91%;
  }
  .laptop-l\:max_h-91\% {
    max-height: 91%;
  }
  .laptop-l\:max_w-91\% {
    max-width: 91%;
  }
  .laptop-l\:min_h-91\% {
    min-height: 91%;
  }
  .laptop-l\:min_w-91\% {
    min-width: 91%;
  }
  .laptop-l\:h-91vh {
    height: 91vh;
  }
  .laptop-l\:w-91vw {
    width: 91vw;
  }
  .laptop-l\:min_w-91vw {
    min-width: 91vw;
  }
  .laptop-l\:min_h-91vh {
    min-height: 91vh;
  }
  .laptop-l\:max_w-91vw {
    max-width: 91vw;
  }
  .laptop-l\:max_h-91vh {
    max-height: 91vh;
  }
  .laptop-l\:m-t-92\% {
    margin-top: 92%;
  }
  .laptop-l\:m-t--92\% {
    margin-top: -92%;
  }
  .laptop-l\:p-t-92\% {
    padding-top: 92%;
  }
  .laptop-l\:p-t--92\% {
    padding-top: -92%;
  }
  .laptop-l\:top-92\% {
    top: 92%;
  }
  .laptop-l\:top--92\% {
    top: -92%;
  }
  .laptop-l\:m-b-92\% {
    margin-bottom: 92%;
  }
  .laptop-l\:m-b--92\% {
    margin-bottom: -92%;
  }
  .laptop-l\:p-b-92\% {
    padding-bottom: 92%;
  }
  .laptop-l\:p-b--92\% {
    padding-bottom: -92%;
  }
  .laptop-l\:bottom-92\% {
    bottom: 92%;
  }
  .laptop-l\:bottom--92\% {
    bottom: -92%;
  }
  .laptop-l\:m-l-92\% {
    margin-left: 92%;
  }
  .laptop-l\:m-l--92\% {
    margin-left: -92%;
  }
  .laptop-l\:p-l-92\% {
    padding-left: 92%;
  }
  .laptop-l\:p-l--92\% {
    padding-left: -92%;
  }
  .laptop-l\:left-92\% {
    left: 92%;
  }
  .laptop-l\:left--92\% {
    left: -92%;
  }
  .laptop-l\:m-r-92\% {
    margin-right: 92%;
  }
  .laptop-l\:m-r--92\% {
    margin-right: -92%;
  }
  .laptop-l\:p-r-92\% {
    padding-right: 92%;
  }
  .laptop-l\:p-r--92\% {
    padding-right: -92%;
  }
  .laptop-l\:right-92\% {
    right: 92%;
  }
  .laptop-l\:right--92\% {
    right: -92%;
  }
  .laptop-l\:h-92\% {
    height: 92%;
  }
  .laptop-l\:w-92\% {
    width: 92%;
  }
  .laptop-l\:max_h-92\% {
    max-height: 92%;
  }
  .laptop-l\:max_w-92\% {
    max-width: 92%;
  }
  .laptop-l\:min_h-92\% {
    min-height: 92%;
  }
  .laptop-l\:min_w-92\% {
    min-width: 92%;
  }
  .laptop-l\:h-92vh {
    height: 92vh;
  }
  .laptop-l\:w-92vw {
    width: 92vw;
  }
  .laptop-l\:min_w-92vw {
    min-width: 92vw;
  }
  .laptop-l\:min_h-92vh {
    min-height: 92vh;
  }
  .laptop-l\:max_w-92vw {
    max-width: 92vw;
  }
  .laptop-l\:max_h-92vh {
    max-height: 92vh;
  }
  .laptop-l\:m-t-93\% {
    margin-top: 93%;
  }
  .laptop-l\:m-t--93\% {
    margin-top: -93%;
  }
  .laptop-l\:p-t-93\% {
    padding-top: 93%;
  }
  .laptop-l\:p-t--93\% {
    padding-top: -93%;
  }
  .laptop-l\:top-93\% {
    top: 93%;
  }
  .laptop-l\:top--93\% {
    top: -93%;
  }
  .laptop-l\:m-b-93\% {
    margin-bottom: 93%;
  }
  .laptop-l\:m-b--93\% {
    margin-bottom: -93%;
  }
  .laptop-l\:p-b-93\% {
    padding-bottom: 93%;
  }
  .laptop-l\:p-b--93\% {
    padding-bottom: -93%;
  }
  .laptop-l\:bottom-93\% {
    bottom: 93%;
  }
  .laptop-l\:bottom--93\% {
    bottom: -93%;
  }
  .laptop-l\:m-l-93\% {
    margin-left: 93%;
  }
  .laptop-l\:m-l--93\% {
    margin-left: -93%;
  }
  .laptop-l\:p-l-93\% {
    padding-left: 93%;
  }
  .laptop-l\:p-l--93\% {
    padding-left: -93%;
  }
  .laptop-l\:left-93\% {
    left: 93%;
  }
  .laptop-l\:left--93\% {
    left: -93%;
  }
  .laptop-l\:m-r-93\% {
    margin-right: 93%;
  }
  .laptop-l\:m-r--93\% {
    margin-right: -93%;
  }
  .laptop-l\:p-r-93\% {
    padding-right: 93%;
  }
  .laptop-l\:p-r--93\% {
    padding-right: -93%;
  }
  .laptop-l\:right-93\% {
    right: 93%;
  }
  .laptop-l\:right--93\% {
    right: -93%;
  }
  .laptop-l\:h-93\% {
    height: 93%;
  }
  .laptop-l\:w-93\% {
    width: 93%;
  }
  .laptop-l\:max_h-93\% {
    max-height: 93%;
  }
  .laptop-l\:max_w-93\% {
    max-width: 93%;
  }
  .laptop-l\:min_h-93\% {
    min-height: 93%;
  }
  .laptop-l\:min_w-93\% {
    min-width: 93%;
  }
  .laptop-l\:h-93vh {
    height: 93vh;
  }
  .laptop-l\:w-93vw {
    width: 93vw;
  }
  .laptop-l\:min_w-93vw {
    min-width: 93vw;
  }
  .laptop-l\:min_h-93vh {
    min-height: 93vh;
  }
  .laptop-l\:max_w-93vw {
    max-width: 93vw;
  }
  .laptop-l\:max_h-93vh {
    max-height: 93vh;
  }
  .laptop-l\:m-t-94\% {
    margin-top: 94%;
  }
  .laptop-l\:m-t--94\% {
    margin-top: -94%;
  }
  .laptop-l\:p-t-94\% {
    padding-top: 94%;
  }
  .laptop-l\:p-t--94\% {
    padding-top: -94%;
  }
  .laptop-l\:top-94\% {
    top: 94%;
  }
  .laptop-l\:top--94\% {
    top: -94%;
  }
  .laptop-l\:m-b-94\% {
    margin-bottom: 94%;
  }
  .laptop-l\:m-b--94\% {
    margin-bottom: -94%;
  }
  .laptop-l\:p-b-94\% {
    padding-bottom: 94%;
  }
  .laptop-l\:p-b--94\% {
    padding-bottom: -94%;
  }
  .laptop-l\:bottom-94\% {
    bottom: 94%;
  }
  .laptop-l\:bottom--94\% {
    bottom: -94%;
  }
  .laptop-l\:m-l-94\% {
    margin-left: 94%;
  }
  .laptop-l\:m-l--94\% {
    margin-left: -94%;
  }
  .laptop-l\:p-l-94\% {
    padding-left: 94%;
  }
  .laptop-l\:p-l--94\% {
    padding-left: -94%;
  }
  .laptop-l\:left-94\% {
    left: 94%;
  }
  .laptop-l\:left--94\% {
    left: -94%;
  }
  .laptop-l\:m-r-94\% {
    margin-right: 94%;
  }
  .laptop-l\:m-r--94\% {
    margin-right: -94%;
  }
  .laptop-l\:p-r-94\% {
    padding-right: 94%;
  }
  .laptop-l\:p-r--94\% {
    padding-right: -94%;
  }
  .laptop-l\:right-94\% {
    right: 94%;
  }
  .laptop-l\:right--94\% {
    right: -94%;
  }
  .laptop-l\:h-94\% {
    height: 94%;
  }
  .laptop-l\:w-94\% {
    width: 94%;
  }
  .laptop-l\:max_h-94\% {
    max-height: 94%;
  }
  .laptop-l\:max_w-94\% {
    max-width: 94%;
  }
  .laptop-l\:min_h-94\% {
    min-height: 94%;
  }
  .laptop-l\:min_w-94\% {
    min-width: 94%;
  }
  .laptop-l\:h-94vh {
    height: 94vh;
  }
  .laptop-l\:w-94vw {
    width: 94vw;
  }
  .laptop-l\:min_w-94vw {
    min-width: 94vw;
  }
  .laptop-l\:min_h-94vh {
    min-height: 94vh;
  }
  .laptop-l\:max_w-94vw {
    max-width: 94vw;
  }
  .laptop-l\:max_h-94vh {
    max-height: 94vh;
  }
  .laptop-l\:m-t-95\% {
    margin-top: 95%;
  }
  .laptop-l\:m-t--95\% {
    margin-top: -95%;
  }
  .laptop-l\:p-t-95\% {
    padding-top: 95%;
  }
  .laptop-l\:p-t--95\% {
    padding-top: -95%;
  }
  .laptop-l\:top-95\% {
    top: 95%;
  }
  .laptop-l\:top--95\% {
    top: -95%;
  }
  .laptop-l\:m-b-95\% {
    margin-bottom: 95%;
  }
  .laptop-l\:m-b--95\% {
    margin-bottom: -95%;
  }
  .laptop-l\:p-b-95\% {
    padding-bottom: 95%;
  }
  .laptop-l\:p-b--95\% {
    padding-bottom: -95%;
  }
  .laptop-l\:bottom-95\% {
    bottom: 95%;
  }
  .laptop-l\:bottom--95\% {
    bottom: -95%;
  }
  .laptop-l\:m-l-95\% {
    margin-left: 95%;
  }
  .laptop-l\:m-l--95\% {
    margin-left: -95%;
  }
  .laptop-l\:p-l-95\% {
    padding-left: 95%;
  }
  .laptop-l\:p-l--95\% {
    padding-left: -95%;
  }
  .laptop-l\:left-95\% {
    left: 95%;
  }
  .laptop-l\:left--95\% {
    left: -95%;
  }
  .laptop-l\:m-r-95\% {
    margin-right: 95%;
  }
  .laptop-l\:m-r--95\% {
    margin-right: -95%;
  }
  .laptop-l\:p-r-95\% {
    padding-right: 95%;
  }
  .laptop-l\:p-r--95\% {
    padding-right: -95%;
  }
  .laptop-l\:right-95\% {
    right: 95%;
  }
  .laptop-l\:right--95\% {
    right: -95%;
  }
  .laptop-l\:h-95\% {
    height: 95%;
  }
  .laptop-l\:w-95\% {
    width: 95%;
  }
  .laptop-l\:max_h-95\% {
    max-height: 95%;
  }
  .laptop-l\:max_w-95\% {
    max-width: 95%;
  }
  .laptop-l\:min_h-95\% {
    min-height: 95%;
  }
  .laptop-l\:min_w-95\% {
    min-width: 95%;
  }
  .laptop-l\:h-95vh {
    height: 95vh;
  }
  .laptop-l\:w-95vw {
    width: 95vw;
  }
  .laptop-l\:min_w-95vw {
    min-width: 95vw;
  }
  .laptop-l\:min_h-95vh {
    min-height: 95vh;
  }
  .laptop-l\:max_w-95vw {
    max-width: 95vw;
  }
  .laptop-l\:max_h-95vh {
    max-height: 95vh;
  }
  .laptop-l\:m-t-96\% {
    margin-top: 96%;
  }
  .laptop-l\:m-t--96\% {
    margin-top: -96%;
  }
  .laptop-l\:p-t-96\% {
    padding-top: 96%;
  }
  .laptop-l\:p-t--96\% {
    padding-top: -96%;
  }
  .laptop-l\:top-96\% {
    top: 96%;
  }
  .laptop-l\:top--96\% {
    top: -96%;
  }
  .laptop-l\:m-b-96\% {
    margin-bottom: 96%;
  }
  .laptop-l\:m-b--96\% {
    margin-bottom: -96%;
  }
  .laptop-l\:p-b-96\% {
    padding-bottom: 96%;
  }
  .laptop-l\:p-b--96\% {
    padding-bottom: -96%;
  }
  .laptop-l\:bottom-96\% {
    bottom: 96%;
  }
  .laptop-l\:bottom--96\% {
    bottom: -96%;
  }
  .laptop-l\:m-l-96\% {
    margin-left: 96%;
  }
  .laptop-l\:m-l--96\% {
    margin-left: -96%;
  }
  .laptop-l\:p-l-96\% {
    padding-left: 96%;
  }
  .laptop-l\:p-l--96\% {
    padding-left: -96%;
  }
  .laptop-l\:left-96\% {
    left: 96%;
  }
  .laptop-l\:left--96\% {
    left: -96%;
  }
  .laptop-l\:m-r-96\% {
    margin-right: 96%;
  }
  .laptop-l\:m-r--96\% {
    margin-right: -96%;
  }
  .laptop-l\:p-r-96\% {
    padding-right: 96%;
  }
  .laptop-l\:p-r--96\% {
    padding-right: -96%;
  }
  .laptop-l\:right-96\% {
    right: 96%;
  }
  .laptop-l\:right--96\% {
    right: -96%;
  }
  .laptop-l\:h-96\% {
    height: 96%;
  }
  .laptop-l\:w-96\% {
    width: 96%;
  }
  .laptop-l\:max_h-96\% {
    max-height: 96%;
  }
  .laptop-l\:max_w-96\% {
    max-width: 96%;
  }
  .laptop-l\:min_h-96\% {
    min-height: 96%;
  }
  .laptop-l\:min_w-96\% {
    min-width: 96%;
  }
  .laptop-l\:h-96vh {
    height: 96vh;
  }
  .laptop-l\:w-96vw {
    width: 96vw;
  }
  .laptop-l\:min_w-96vw {
    min-width: 96vw;
  }
  .laptop-l\:min_h-96vh {
    min-height: 96vh;
  }
  .laptop-l\:max_w-96vw {
    max-width: 96vw;
  }
  .laptop-l\:max_h-96vh {
    max-height: 96vh;
  }
  .laptop-l\:m-t-97\% {
    margin-top: 97%;
  }
  .laptop-l\:m-t--97\% {
    margin-top: -97%;
  }
  .laptop-l\:p-t-97\% {
    padding-top: 97%;
  }
  .laptop-l\:p-t--97\% {
    padding-top: -97%;
  }
  .laptop-l\:top-97\% {
    top: 97%;
  }
  .laptop-l\:top--97\% {
    top: -97%;
  }
  .laptop-l\:m-b-97\% {
    margin-bottom: 97%;
  }
  .laptop-l\:m-b--97\% {
    margin-bottom: -97%;
  }
  .laptop-l\:p-b-97\% {
    padding-bottom: 97%;
  }
  .laptop-l\:p-b--97\% {
    padding-bottom: -97%;
  }
  .laptop-l\:bottom-97\% {
    bottom: 97%;
  }
  .laptop-l\:bottom--97\% {
    bottom: -97%;
  }
  .laptop-l\:m-l-97\% {
    margin-left: 97%;
  }
  .laptop-l\:m-l--97\% {
    margin-left: -97%;
  }
  .laptop-l\:p-l-97\% {
    padding-left: 97%;
  }
  .laptop-l\:p-l--97\% {
    padding-left: -97%;
  }
  .laptop-l\:left-97\% {
    left: 97%;
  }
  .laptop-l\:left--97\% {
    left: -97%;
  }
  .laptop-l\:m-r-97\% {
    margin-right: 97%;
  }
  .laptop-l\:m-r--97\% {
    margin-right: -97%;
  }
  .laptop-l\:p-r-97\% {
    padding-right: 97%;
  }
  .laptop-l\:p-r--97\% {
    padding-right: -97%;
  }
  .laptop-l\:right-97\% {
    right: 97%;
  }
  .laptop-l\:right--97\% {
    right: -97%;
  }
  .laptop-l\:h-97\% {
    height: 97%;
  }
  .laptop-l\:w-97\% {
    width: 97%;
  }
  .laptop-l\:max_h-97\% {
    max-height: 97%;
  }
  .laptop-l\:max_w-97\% {
    max-width: 97%;
  }
  .laptop-l\:min_h-97\% {
    min-height: 97%;
  }
  .laptop-l\:min_w-97\% {
    min-width: 97%;
  }
  .laptop-l\:h-97vh {
    height: 97vh;
  }
  .laptop-l\:w-97vw {
    width: 97vw;
  }
  .laptop-l\:min_w-97vw {
    min-width: 97vw;
  }
  .laptop-l\:min_h-97vh {
    min-height: 97vh;
  }
  .laptop-l\:max_w-97vw {
    max-width: 97vw;
  }
  .laptop-l\:max_h-97vh {
    max-height: 97vh;
  }
  .laptop-l\:m-t-98\% {
    margin-top: 98%;
  }
  .laptop-l\:m-t--98\% {
    margin-top: -98%;
  }
  .laptop-l\:p-t-98\% {
    padding-top: 98%;
  }
  .laptop-l\:p-t--98\% {
    padding-top: -98%;
  }
  .laptop-l\:top-98\% {
    top: 98%;
  }
  .laptop-l\:top--98\% {
    top: -98%;
  }
  .laptop-l\:m-b-98\% {
    margin-bottom: 98%;
  }
  .laptop-l\:m-b--98\% {
    margin-bottom: -98%;
  }
  .laptop-l\:p-b-98\% {
    padding-bottom: 98%;
  }
  .laptop-l\:p-b--98\% {
    padding-bottom: -98%;
  }
  .laptop-l\:bottom-98\% {
    bottom: 98%;
  }
  .laptop-l\:bottom--98\% {
    bottom: -98%;
  }
  .laptop-l\:m-l-98\% {
    margin-left: 98%;
  }
  .laptop-l\:m-l--98\% {
    margin-left: -98%;
  }
  .laptop-l\:p-l-98\% {
    padding-left: 98%;
  }
  .laptop-l\:p-l--98\% {
    padding-left: -98%;
  }
  .laptop-l\:left-98\% {
    left: 98%;
  }
  .laptop-l\:left--98\% {
    left: -98%;
  }
  .laptop-l\:m-r-98\% {
    margin-right: 98%;
  }
  .laptop-l\:m-r--98\% {
    margin-right: -98%;
  }
  .laptop-l\:p-r-98\% {
    padding-right: 98%;
  }
  .laptop-l\:p-r--98\% {
    padding-right: -98%;
  }
  .laptop-l\:right-98\% {
    right: 98%;
  }
  .laptop-l\:right--98\% {
    right: -98%;
  }
  .laptop-l\:h-98\% {
    height: 98%;
  }
  .laptop-l\:w-98\% {
    width: 98%;
  }
  .laptop-l\:max_h-98\% {
    max-height: 98%;
  }
  .laptop-l\:max_w-98\% {
    max-width: 98%;
  }
  .laptop-l\:min_h-98\% {
    min-height: 98%;
  }
  .laptop-l\:min_w-98\% {
    min-width: 98%;
  }
  .laptop-l\:h-98vh {
    height: 98vh;
  }
  .laptop-l\:w-98vw {
    width: 98vw;
  }
  .laptop-l\:min_w-98vw {
    min-width: 98vw;
  }
  .laptop-l\:min_h-98vh {
    min-height: 98vh;
  }
  .laptop-l\:max_w-98vw {
    max-width: 98vw;
  }
  .laptop-l\:max_h-98vh {
    max-height: 98vh;
  }
  .laptop-l\:m-t-99\% {
    margin-top: 99%;
  }
  .laptop-l\:m-t--99\% {
    margin-top: -99%;
  }
  .laptop-l\:p-t-99\% {
    padding-top: 99%;
  }
  .laptop-l\:p-t--99\% {
    padding-top: -99%;
  }
  .laptop-l\:top-99\% {
    top: 99%;
  }
  .laptop-l\:top--99\% {
    top: -99%;
  }
  .laptop-l\:m-b-99\% {
    margin-bottom: 99%;
  }
  .laptop-l\:m-b--99\% {
    margin-bottom: -99%;
  }
  .laptop-l\:p-b-99\% {
    padding-bottom: 99%;
  }
  .laptop-l\:p-b--99\% {
    padding-bottom: -99%;
  }
  .laptop-l\:bottom-99\% {
    bottom: 99%;
  }
  .laptop-l\:bottom--99\% {
    bottom: -99%;
  }
  .laptop-l\:m-l-99\% {
    margin-left: 99%;
  }
  .laptop-l\:m-l--99\% {
    margin-left: -99%;
  }
  .laptop-l\:p-l-99\% {
    padding-left: 99%;
  }
  .laptop-l\:p-l--99\% {
    padding-left: -99%;
  }
  .laptop-l\:left-99\% {
    left: 99%;
  }
  .laptop-l\:left--99\% {
    left: -99%;
  }
  .laptop-l\:m-r-99\% {
    margin-right: 99%;
  }
  .laptop-l\:m-r--99\% {
    margin-right: -99%;
  }
  .laptop-l\:p-r-99\% {
    padding-right: 99%;
  }
  .laptop-l\:p-r--99\% {
    padding-right: -99%;
  }
  .laptop-l\:right-99\% {
    right: 99%;
  }
  .laptop-l\:right--99\% {
    right: -99%;
  }
  .laptop-l\:h-99\% {
    height: 99%;
  }
  .laptop-l\:w-99\% {
    width: 99%;
  }
  .laptop-l\:max_h-99\% {
    max-height: 99%;
  }
  .laptop-l\:max_w-99\% {
    max-width: 99%;
  }
  .laptop-l\:min_h-99\% {
    min-height: 99%;
  }
  .laptop-l\:min_w-99\% {
    min-width: 99%;
  }
  .laptop-l\:h-99vh {
    height: 99vh;
  }
  .laptop-l\:w-99vw {
    width: 99vw;
  }
  .laptop-l\:min_w-99vw {
    min-width: 99vw;
  }
  .laptop-l\:min_h-99vh {
    min-height: 99vh;
  }
  .laptop-l\:max_w-99vw {
    max-width: 99vw;
  }
  .laptop-l\:max_h-99vh {
    max-height: 99vh;
  }
  .laptop-l\:m-t-100\% {
    margin-top: 100%;
  }
  .laptop-l\:m-t--100\% {
    margin-top: -100%;
  }
  .laptop-l\:p-t-100\% {
    padding-top: 100%;
  }
  .laptop-l\:p-t--100\% {
    padding-top: -100%;
  }
  .laptop-l\:top-100\% {
    top: 100%;
  }
  .laptop-l\:top--100\% {
    top: -100%;
  }
  .laptop-l\:m-b-100\% {
    margin-bottom: 100%;
  }
  .laptop-l\:m-b--100\% {
    margin-bottom: -100%;
  }
  .laptop-l\:p-b-100\% {
    padding-bottom: 100%;
  }
  .laptop-l\:p-b--100\% {
    padding-bottom: -100%;
  }
  .laptop-l\:bottom-100\% {
    bottom: 100%;
  }
  .laptop-l\:bottom--100\% {
    bottom: -100%;
  }
  .laptop-l\:m-l-100\% {
    margin-left: 100%;
  }
  .laptop-l\:m-l--100\% {
    margin-left: -100%;
  }
  .laptop-l\:p-l-100\% {
    padding-left: 100%;
  }
  .laptop-l\:p-l--100\% {
    padding-left: -100%;
  }
  .laptop-l\:left-100\% {
    left: 100%;
  }
  .laptop-l\:left--100\% {
    left: -100%;
  }
  .laptop-l\:m-r-100\% {
    margin-right: 100%;
  }
  .laptop-l\:m-r--100\% {
    margin-right: -100%;
  }
  .laptop-l\:p-r-100\% {
    padding-right: 100%;
  }
  .laptop-l\:p-r--100\% {
    padding-right: -100%;
  }
  .laptop-l\:right-100\% {
    right: 100%;
  }
  .laptop-l\:right--100\% {
    right: -100%;
  }
  .laptop-l\:h-100\% {
    height: 100%;
  }
  .laptop-l\:w-100\% {
    width: 100%;
  }
  .laptop-l\:max_h-100\% {
    max-height: 100%;
  }
  .laptop-l\:max_w-100\% {
    max-width: 100%;
  }
  .laptop-l\:min_h-100\% {
    min-height: 100%;
  }
  .laptop-l\:min_w-100\% {
    min-width: 100%;
  }
  .laptop-l\:h-100vh {
    height: 100vh;
  }
  .laptop-l\:w-100vw {
    width: 100vw;
  }
  .laptop-l\:min_w-100vw {
    min-width: 100vw;
  }
  .laptop-l\:min_h-100vh {
    min-height: 100vh;
  }
  .laptop-l\:max_w-100vw {
    max-width: 100vw;
  }
  .laptop-l\:max_h-100vh {
    max-height: 100vh;
  }
  .laptop-l\:m-t-101\% {
    margin-top: 101%;
  }
  .laptop-l\:m-t--101\% {
    margin-top: -101%;
  }
  .laptop-l\:p-t-101\% {
    padding-top: 101%;
  }
  .laptop-l\:p-t--101\% {
    padding-top: -101%;
  }
  .laptop-l\:top-101\% {
    top: 101%;
  }
  .laptop-l\:top--101\% {
    top: -101%;
  }
  .laptop-l\:m-b-101\% {
    margin-bottom: 101%;
  }
  .laptop-l\:m-b--101\% {
    margin-bottom: -101%;
  }
  .laptop-l\:p-b-101\% {
    padding-bottom: 101%;
  }
  .laptop-l\:p-b--101\% {
    padding-bottom: -101%;
  }
  .laptop-l\:bottom-101\% {
    bottom: 101%;
  }
  .laptop-l\:bottom--101\% {
    bottom: -101%;
  }
  .laptop-l\:m-l-101\% {
    margin-left: 101%;
  }
  .laptop-l\:m-l--101\% {
    margin-left: -101%;
  }
  .laptop-l\:p-l-101\% {
    padding-left: 101%;
  }
  .laptop-l\:p-l--101\% {
    padding-left: -101%;
  }
  .laptop-l\:left-101\% {
    left: 101%;
  }
  .laptop-l\:left--101\% {
    left: -101%;
  }
  .laptop-l\:m-r-101\% {
    margin-right: 101%;
  }
  .laptop-l\:m-r--101\% {
    margin-right: -101%;
  }
  .laptop-l\:p-r-101\% {
    padding-right: 101%;
  }
  .laptop-l\:p-r--101\% {
    padding-right: -101%;
  }
  .laptop-l\:right-101\% {
    right: 101%;
  }
  .laptop-l\:right--101\% {
    right: -101%;
  }
  .laptop-l\:h-101\% {
    height: 101%;
  }
  .laptop-l\:w-101\% {
    width: 101%;
  }
  .laptop-l\:max_h-101\% {
    max-height: 101%;
  }
  .laptop-l\:max_w-101\% {
    max-width: 101%;
  }
  .laptop-l\:min_h-101\% {
    min-height: 101%;
  }
  .laptop-l\:min_w-101\% {
    min-width: 101%;
  }
  .laptop-l\:h-101vh {
    height: 101vh;
  }
  .laptop-l\:w-101vw {
    width: 101vw;
  }
  .laptop-l\:min_w-101vw {
    min-width: 101vw;
  }
  .laptop-l\:min_h-101vh {
    min-height: 101vh;
  }
  .laptop-l\:max_w-101vw {
    max-width: 101vw;
  }
  .laptop-l\:max_h-101vh {
    max-height: 101vh;
  }
  .laptop-l\:m-t-102\% {
    margin-top: 102%;
  }
  .laptop-l\:m-t--102\% {
    margin-top: -102%;
  }
  .laptop-l\:p-t-102\% {
    padding-top: 102%;
  }
  .laptop-l\:p-t--102\% {
    padding-top: -102%;
  }
  .laptop-l\:top-102\% {
    top: 102%;
  }
  .laptop-l\:top--102\% {
    top: -102%;
  }
  .laptop-l\:m-b-102\% {
    margin-bottom: 102%;
  }
  .laptop-l\:m-b--102\% {
    margin-bottom: -102%;
  }
  .laptop-l\:p-b-102\% {
    padding-bottom: 102%;
  }
  .laptop-l\:p-b--102\% {
    padding-bottom: -102%;
  }
  .laptop-l\:bottom-102\% {
    bottom: 102%;
  }
  .laptop-l\:bottom--102\% {
    bottom: -102%;
  }
  .laptop-l\:m-l-102\% {
    margin-left: 102%;
  }
  .laptop-l\:m-l--102\% {
    margin-left: -102%;
  }
  .laptop-l\:p-l-102\% {
    padding-left: 102%;
  }
  .laptop-l\:p-l--102\% {
    padding-left: -102%;
  }
  .laptop-l\:left-102\% {
    left: 102%;
  }
  .laptop-l\:left--102\% {
    left: -102%;
  }
  .laptop-l\:m-r-102\% {
    margin-right: 102%;
  }
  .laptop-l\:m-r--102\% {
    margin-right: -102%;
  }
  .laptop-l\:p-r-102\% {
    padding-right: 102%;
  }
  .laptop-l\:p-r--102\% {
    padding-right: -102%;
  }
  .laptop-l\:right-102\% {
    right: 102%;
  }
  .laptop-l\:right--102\% {
    right: -102%;
  }
  .laptop-l\:h-102\% {
    height: 102%;
  }
  .laptop-l\:w-102\% {
    width: 102%;
  }
  .laptop-l\:max_h-102\% {
    max-height: 102%;
  }
  .laptop-l\:max_w-102\% {
    max-width: 102%;
  }
  .laptop-l\:min_h-102\% {
    min-height: 102%;
  }
  .laptop-l\:min_w-102\% {
    min-width: 102%;
  }
  .laptop-l\:h-102vh {
    height: 102vh;
  }
  .laptop-l\:w-102vw {
    width: 102vw;
  }
  .laptop-l\:min_w-102vw {
    min-width: 102vw;
  }
  .laptop-l\:min_h-102vh {
    min-height: 102vh;
  }
  .laptop-l\:max_w-102vw {
    max-width: 102vw;
  }
  .laptop-l\:max_h-102vh {
    max-height: 102vh;
  }
  .laptop-l\:m-t-103\% {
    margin-top: 103%;
  }
  .laptop-l\:m-t--103\% {
    margin-top: -103%;
  }
  .laptop-l\:p-t-103\% {
    padding-top: 103%;
  }
  .laptop-l\:p-t--103\% {
    padding-top: -103%;
  }
  .laptop-l\:top-103\% {
    top: 103%;
  }
  .laptop-l\:top--103\% {
    top: -103%;
  }
  .laptop-l\:m-b-103\% {
    margin-bottom: 103%;
  }
  .laptop-l\:m-b--103\% {
    margin-bottom: -103%;
  }
  .laptop-l\:p-b-103\% {
    padding-bottom: 103%;
  }
  .laptop-l\:p-b--103\% {
    padding-bottom: -103%;
  }
  .laptop-l\:bottom-103\% {
    bottom: 103%;
  }
  .laptop-l\:bottom--103\% {
    bottom: -103%;
  }
  .laptop-l\:m-l-103\% {
    margin-left: 103%;
  }
  .laptop-l\:m-l--103\% {
    margin-left: -103%;
  }
  .laptop-l\:p-l-103\% {
    padding-left: 103%;
  }
  .laptop-l\:p-l--103\% {
    padding-left: -103%;
  }
  .laptop-l\:left-103\% {
    left: 103%;
  }
  .laptop-l\:left--103\% {
    left: -103%;
  }
  .laptop-l\:m-r-103\% {
    margin-right: 103%;
  }
  .laptop-l\:m-r--103\% {
    margin-right: -103%;
  }
  .laptop-l\:p-r-103\% {
    padding-right: 103%;
  }
  .laptop-l\:p-r--103\% {
    padding-right: -103%;
  }
  .laptop-l\:right-103\% {
    right: 103%;
  }
  .laptop-l\:right--103\% {
    right: -103%;
  }
  .laptop-l\:h-103\% {
    height: 103%;
  }
  .laptop-l\:w-103\% {
    width: 103%;
  }
  .laptop-l\:max_h-103\% {
    max-height: 103%;
  }
  .laptop-l\:max_w-103\% {
    max-width: 103%;
  }
  .laptop-l\:min_h-103\% {
    min-height: 103%;
  }
  .laptop-l\:min_w-103\% {
    min-width: 103%;
  }
  .laptop-l\:h-103vh {
    height: 103vh;
  }
  .laptop-l\:w-103vw {
    width: 103vw;
  }
  .laptop-l\:min_w-103vw {
    min-width: 103vw;
  }
  .laptop-l\:min_h-103vh {
    min-height: 103vh;
  }
  .laptop-l\:max_w-103vw {
    max-width: 103vw;
  }
  .laptop-l\:max_h-103vh {
    max-height: 103vh;
  }
  .laptop-l\:m-t-104\% {
    margin-top: 104%;
  }
  .laptop-l\:m-t--104\% {
    margin-top: -104%;
  }
  .laptop-l\:p-t-104\% {
    padding-top: 104%;
  }
  .laptop-l\:p-t--104\% {
    padding-top: -104%;
  }
  .laptop-l\:top-104\% {
    top: 104%;
  }
  .laptop-l\:top--104\% {
    top: -104%;
  }
  .laptop-l\:m-b-104\% {
    margin-bottom: 104%;
  }
  .laptop-l\:m-b--104\% {
    margin-bottom: -104%;
  }
  .laptop-l\:p-b-104\% {
    padding-bottom: 104%;
  }
  .laptop-l\:p-b--104\% {
    padding-bottom: -104%;
  }
  .laptop-l\:bottom-104\% {
    bottom: 104%;
  }
  .laptop-l\:bottom--104\% {
    bottom: -104%;
  }
  .laptop-l\:m-l-104\% {
    margin-left: 104%;
  }
  .laptop-l\:m-l--104\% {
    margin-left: -104%;
  }
  .laptop-l\:p-l-104\% {
    padding-left: 104%;
  }
  .laptop-l\:p-l--104\% {
    padding-left: -104%;
  }
  .laptop-l\:left-104\% {
    left: 104%;
  }
  .laptop-l\:left--104\% {
    left: -104%;
  }
  .laptop-l\:m-r-104\% {
    margin-right: 104%;
  }
  .laptop-l\:m-r--104\% {
    margin-right: -104%;
  }
  .laptop-l\:p-r-104\% {
    padding-right: 104%;
  }
  .laptop-l\:p-r--104\% {
    padding-right: -104%;
  }
  .laptop-l\:right-104\% {
    right: 104%;
  }
  .laptop-l\:right--104\% {
    right: -104%;
  }
  .laptop-l\:h-104\% {
    height: 104%;
  }
  .laptop-l\:w-104\% {
    width: 104%;
  }
  .laptop-l\:max_h-104\% {
    max-height: 104%;
  }
  .laptop-l\:max_w-104\% {
    max-width: 104%;
  }
  .laptop-l\:min_h-104\% {
    min-height: 104%;
  }
  .laptop-l\:min_w-104\% {
    min-width: 104%;
  }
  .laptop-l\:h-104vh {
    height: 104vh;
  }
  .laptop-l\:w-104vw {
    width: 104vw;
  }
  .laptop-l\:min_w-104vw {
    min-width: 104vw;
  }
  .laptop-l\:min_h-104vh {
    min-height: 104vh;
  }
  .laptop-l\:max_w-104vw {
    max-width: 104vw;
  }
  .laptop-l\:max_h-104vh {
    max-height: 104vh;
  }
  .laptop-l\:m-t-105\% {
    margin-top: 105%;
  }
  .laptop-l\:m-t--105\% {
    margin-top: -105%;
  }
  .laptop-l\:p-t-105\% {
    padding-top: 105%;
  }
  .laptop-l\:p-t--105\% {
    padding-top: -105%;
  }
  .laptop-l\:top-105\% {
    top: 105%;
  }
  .laptop-l\:top--105\% {
    top: -105%;
  }
  .laptop-l\:m-b-105\% {
    margin-bottom: 105%;
  }
  .laptop-l\:m-b--105\% {
    margin-bottom: -105%;
  }
  .laptop-l\:p-b-105\% {
    padding-bottom: 105%;
  }
  .laptop-l\:p-b--105\% {
    padding-bottom: -105%;
  }
  .laptop-l\:bottom-105\% {
    bottom: 105%;
  }
  .laptop-l\:bottom--105\% {
    bottom: -105%;
  }
  .laptop-l\:m-l-105\% {
    margin-left: 105%;
  }
  .laptop-l\:m-l--105\% {
    margin-left: -105%;
  }
  .laptop-l\:p-l-105\% {
    padding-left: 105%;
  }
  .laptop-l\:p-l--105\% {
    padding-left: -105%;
  }
  .laptop-l\:left-105\% {
    left: 105%;
  }
  .laptop-l\:left--105\% {
    left: -105%;
  }
  .laptop-l\:m-r-105\% {
    margin-right: 105%;
  }
  .laptop-l\:m-r--105\% {
    margin-right: -105%;
  }
  .laptop-l\:p-r-105\% {
    padding-right: 105%;
  }
  .laptop-l\:p-r--105\% {
    padding-right: -105%;
  }
  .laptop-l\:right-105\% {
    right: 105%;
  }
  .laptop-l\:right--105\% {
    right: -105%;
  }
  .laptop-l\:h-105\% {
    height: 105%;
  }
  .laptop-l\:w-105\% {
    width: 105%;
  }
  .laptop-l\:max_h-105\% {
    max-height: 105%;
  }
  .laptop-l\:max_w-105\% {
    max-width: 105%;
  }
  .laptop-l\:min_h-105\% {
    min-height: 105%;
  }
  .laptop-l\:min_w-105\% {
    min-width: 105%;
  }
  .laptop-l\:h-105vh {
    height: 105vh;
  }
  .laptop-l\:w-105vw {
    width: 105vw;
  }
  .laptop-l\:min_w-105vw {
    min-width: 105vw;
  }
  .laptop-l\:min_h-105vh {
    min-height: 105vh;
  }
  .laptop-l\:max_w-105vw {
    max-width: 105vw;
  }
  .laptop-l\:max_h-105vh {
    max-height: 105vh;
  }
  .laptop-l\:m-t-106\% {
    margin-top: 106%;
  }
  .laptop-l\:m-t--106\% {
    margin-top: -106%;
  }
  .laptop-l\:p-t-106\% {
    padding-top: 106%;
  }
  .laptop-l\:p-t--106\% {
    padding-top: -106%;
  }
  .laptop-l\:top-106\% {
    top: 106%;
  }
  .laptop-l\:top--106\% {
    top: -106%;
  }
  .laptop-l\:m-b-106\% {
    margin-bottom: 106%;
  }
  .laptop-l\:m-b--106\% {
    margin-bottom: -106%;
  }
  .laptop-l\:p-b-106\% {
    padding-bottom: 106%;
  }
  .laptop-l\:p-b--106\% {
    padding-bottom: -106%;
  }
  .laptop-l\:bottom-106\% {
    bottom: 106%;
  }
  .laptop-l\:bottom--106\% {
    bottom: -106%;
  }
  .laptop-l\:m-l-106\% {
    margin-left: 106%;
  }
  .laptop-l\:m-l--106\% {
    margin-left: -106%;
  }
  .laptop-l\:p-l-106\% {
    padding-left: 106%;
  }
  .laptop-l\:p-l--106\% {
    padding-left: -106%;
  }
  .laptop-l\:left-106\% {
    left: 106%;
  }
  .laptop-l\:left--106\% {
    left: -106%;
  }
  .laptop-l\:m-r-106\% {
    margin-right: 106%;
  }
  .laptop-l\:m-r--106\% {
    margin-right: -106%;
  }
  .laptop-l\:p-r-106\% {
    padding-right: 106%;
  }
  .laptop-l\:p-r--106\% {
    padding-right: -106%;
  }
  .laptop-l\:right-106\% {
    right: 106%;
  }
  .laptop-l\:right--106\% {
    right: -106%;
  }
  .laptop-l\:h-106\% {
    height: 106%;
  }
  .laptop-l\:w-106\% {
    width: 106%;
  }
  .laptop-l\:max_h-106\% {
    max-height: 106%;
  }
  .laptop-l\:max_w-106\% {
    max-width: 106%;
  }
  .laptop-l\:min_h-106\% {
    min-height: 106%;
  }
  .laptop-l\:min_w-106\% {
    min-width: 106%;
  }
  .laptop-l\:h-106vh {
    height: 106vh;
  }
  .laptop-l\:w-106vw {
    width: 106vw;
  }
  .laptop-l\:min_w-106vw {
    min-width: 106vw;
  }
  .laptop-l\:min_h-106vh {
    min-height: 106vh;
  }
  .laptop-l\:max_w-106vw {
    max-width: 106vw;
  }
  .laptop-l\:max_h-106vh {
    max-height: 106vh;
  }
  .laptop-l\:m-t-107\% {
    margin-top: 107%;
  }
  .laptop-l\:m-t--107\% {
    margin-top: -107%;
  }
  .laptop-l\:p-t-107\% {
    padding-top: 107%;
  }
  .laptop-l\:p-t--107\% {
    padding-top: -107%;
  }
  .laptop-l\:top-107\% {
    top: 107%;
  }
  .laptop-l\:top--107\% {
    top: -107%;
  }
  .laptop-l\:m-b-107\% {
    margin-bottom: 107%;
  }
  .laptop-l\:m-b--107\% {
    margin-bottom: -107%;
  }
  .laptop-l\:p-b-107\% {
    padding-bottom: 107%;
  }
  .laptop-l\:p-b--107\% {
    padding-bottom: -107%;
  }
  .laptop-l\:bottom-107\% {
    bottom: 107%;
  }
  .laptop-l\:bottom--107\% {
    bottom: -107%;
  }
  .laptop-l\:m-l-107\% {
    margin-left: 107%;
  }
  .laptop-l\:m-l--107\% {
    margin-left: -107%;
  }
  .laptop-l\:p-l-107\% {
    padding-left: 107%;
  }
  .laptop-l\:p-l--107\% {
    padding-left: -107%;
  }
  .laptop-l\:left-107\% {
    left: 107%;
  }
  .laptop-l\:left--107\% {
    left: -107%;
  }
  .laptop-l\:m-r-107\% {
    margin-right: 107%;
  }
  .laptop-l\:m-r--107\% {
    margin-right: -107%;
  }
  .laptop-l\:p-r-107\% {
    padding-right: 107%;
  }
  .laptop-l\:p-r--107\% {
    padding-right: -107%;
  }
  .laptop-l\:right-107\% {
    right: 107%;
  }
  .laptop-l\:right--107\% {
    right: -107%;
  }
  .laptop-l\:h-107\% {
    height: 107%;
  }
  .laptop-l\:w-107\% {
    width: 107%;
  }
  .laptop-l\:max_h-107\% {
    max-height: 107%;
  }
  .laptop-l\:max_w-107\% {
    max-width: 107%;
  }
  .laptop-l\:min_h-107\% {
    min-height: 107%;
  }
  .laptop-l\:min_w-107\% {
    min-width: 107%;
  }
  .laptop-l\:h-107vh {
    height: 107vh;
  }
  .laptop-l\:w-107vw {
    width: 107vw;
  }
  .laptop-l\:min_w-107vw {
    min-width: 107vw;
  }
  .laptop-l\:min_h-107vh {
    min-height: 107vh;
  }
  .laptop-l\:max_w-107vw {
    max-width: 107vw;
  }
  .laptop-l\:max_h-107vh {
    max-height: 107vh;
  }
  .laptop-l\:m-t-108\% {
    margin-top: 108%;
  }
  .laptop-l\:m-t--108\% {
    margin-top: -108%;
  }
  .laptop-l\:p-t-108\% {
    padding-top: 108%;
  }
  .laptop-l\:p-t--108\% {
    padding-top: -108%;
  }
  .laptop-l\:top-108\% {
    top: 108%;
  }
  .laptop-l\:top--108\% {
    top: -108%;
  }
  .laptop-l\:m-b-108\% {
    margin-bottom: 108%;
  }
  .laptop-l\:m-b--108\% {
    margin-bottom: -108%;
  }
  .laptop-l\:p-b-108\% {
    padding-bottom: 108%;
  }
  .laptop-l\:p-b--108\% {
    padding-bottom: -108%;
  }
  .laptop-l\:bottom-108\% {
    bottom: 108%;
  }
  .laptop-l\:bottom--108\% {
    bottom: -108%;
  }
  .laptop-l\:m-l-108\% {
    margin-left: 108%;
  }
  .laptop-l\:m-l--108\% {
    margin-left: -108%;
  }
  .laptop-l\:p-l-108\% {
    padding-left: 108%;
  }
  .laptop-l\:p-l--108\% {
    padding-left: -108%;
  }
  .laptop-l\:left-108\% {
    left: 108%;
  }
  .laptop-l\:left--108\% {
    left: -108%;
  }
  .laptop-l\:m-r-108\% {
    margin-right: 108%;
  }
  .laptop-l\:m-r--108\% {
    margin-right: -108%;
  }
  .laptop-l\:p-r-108\% {
    padding-right: 108%;
  }
  .laptop-l\:p-r--108\% {
    padding-right: -108%;
  }
  .laptop-l\:right-108\% {
    right: 108%;
  }
  .laptop-l\:right--108\% {
    right: -108%;
  }
  .laptop-l\:h-108\% {
    height: 108%;
  }
  .laptop-l\:w-108\% {
    width: 108%;
  }
  .laptop-l\:max_h-108\% {
    max-height: 108%;
  }
  .laptop-l\:max_w-108\% {
    max-width: 108%;
  }
  .laptop-l\:min_h-108\% {
    min-height: 108%;
  }
  .laptop-l\:min_w-108\% {
    min-width: 108%;
  }
  .laptop-l\:h-108vh {
    height: 108vh;
  }
  .laptop-l\:w-108vw {
    width: 108vw;
  }
  .laptop-l\:min_w-108vw {
    min-width: 108vw;
  }
  .laptop-l\:min_h-108vh {
    min-height: 108vh;
  }
  .laptop-l\:max_w-108vw {
    max-width: 108vw;
  }
  .laptop-l\:max_h-108vh {
    max-height: 108vh;
  }
  .laptop-l\:m-t-109\% {
    margin-top: 109%;
  }
  .laptop-l\:m-t--109\% {
    margin-top: -109%;
  }
  .laptop-l\:p-t-109\% {
    padding-top: 109%;
  }
  .laptop-l\:p-t--109\% {
    padding-top: -109%;
  }
  .laptop-l\:top-109\% {
    top: 109%;
  }
  .laptop-l\:top--109\% {
    top: -109%;
  }
  .laptop-l\:m-b-109\% {
    margin-bottom: 109%;
  }
  .laptop-l\:m-b--109\% {
    margin-bottom: -109%;
  }
  .laptop-l\:p-b-109\% {
    padding-bottom: 109%;
  }
  .laptop-l\:p-b--109\% {
    padding-bottom: -109%;
  }
  .laptop-l\:bottom-109\% {
    bottom: 109%;
  }
  .laptop-l\:bottom--109\% {
    bottom: -109%;
  }
  .laptop-l\:m-l-109\% {
    margin-left: 109%;
  }
  .laptop-l\:m-l--109\% {
    margin-left: -109%;
  }
  .laptop-l\:p-l-109\% {
    padding-left: 109%;
  }
  .laptop-l\:p-l--109\% {
    padding-left: -109%;
  }
  .laptop-l\:left-109\% {
    left: 109%;
  }
  .laptop-l\:left--109\% {
    left: -109%;
  }
  .laptop-l\:m-r-109\% {
    margin-right: 109%;
  }
  .laptop-l\:m-r--109\% {
    margin-right: -109%;
  }
  .laptop-l\:p-r-109\% {
    padding-right: 109%;
  }
  .laptop-l\:p-r--109\% {
    padding-right: -109%;
  }
  .laptop-l\:right-109\% {
    right: 109%;
  }
  .laptop-l\:right--109\% {
    right: -109%;
  }
  .laptop-l\:h-109\% {
    height: 109%;
  }
  .laptop-l\:w-109\% {
    width: 109%;
  }
  .laptop-l\:max_h-109\% {
    max-height: 109%;
  }
  .laptop-l\:max_w-109\% {
    max-width: 109%;
  }
  .laptop-l\:min_h-109\% {
    min-height: 109%;
  }
  .laptop-l\:min_w-109\% {
    min-width: 109%;
  }
  .laptop-l\:h-109vh {
    height: 109vh;
  }
  .laptop-l\:w-109vw {
    width: 109vw;
  }
  .laptop-l\:min_w-109vw {
    min-width: 109vw;
  }
  .laptop-l\:min_h-109vh {
    min-height: 109vh;
  }
  .laptop-l\:max_w-109vw {
    max-width: 109vw;
  }
  .laptop-l\:max_h-109vh {
    max-height: 109vh;
  }
  .laptop-l\:m-t-110\% {
    margin-top: 110%;
  }
  .laptop-l\:m-t--110\% {
    margin-top: -110%;
  }
  .laptop-l\:p-t-110\% {
    padding-top: 110%;
  }
  .laptop-l\:p-t--110\% {
    padding-top: -110%;
  }
  .laptop-l\:top-110\% {
    top: 110%;
  }
  .laptop-l\:top--110\% {
    top: -110%;
  }
  .laptop-l\:m-b-110\% {
    margin-bottom: 110%;
  }
  .laptop-l\:m-b--110\% {
    margin-bottom: -110%;
  }
  .laptop-l\:p-b-110\% {
    padding-bottom: 110%;
  }
  .laptop-l\:p-b--110\% {
    padding-bottom: -110%;
  }
  .laptop-l\:bottom-110\% {
    bottom: 110%;
  }
  .laptop-l\:bottom--110\% {
    bottom: -110%;
  }
  .laptop-l\:m-l-110\% {
    margin-left: 110%;
  }
  .laptop-l\:m-l--110\% {
    margin-left: -110%;
  }
  .laptop-l\:p-l-110\% {
    padding-left: 110%;
  }
  .laptop-l\:p-l--110\% {
    padding-left: -110%;
  }
  .laptop-l\:left-110\% {
    left: 110%;
  }
  .laptop-l\:left--110\% {
    left: -110%;
  }
  .laptop-l\:m-r-110\% {
    margin-right: 110%;
  }
  .laptop-l\:m-r--110\% {
    margin-right: -110%;
  }
  .laptop-l\:p-r-110\% {
    padding-right: 110%;
  }
  .laptop-l\:p-r--110\% {
    padding-right: -110%;
  }
  .laptop-l\:right-110\% {
    right: 110%;
  }
  .laptop-l\:right--110\% {
    right: -110%;
  }
  .laptop-l\:h-110\% {
    height: 110%;
  }
  .laptop-l\:w-110\% {
    width: 110%;
  }
  .laptop-l\:max_h-110\% {
    max-height: 110%;
  }
  .laptop-l\:max_w-110\% {
    max-width: 110%;
  }
  .laptop-l\:min_h-110\% {
    min-height: 110%;
  }
  .laptop-l\:min_w-110\% {
    min-width: 110%;
  }
  .laptop-l\:h-110vh {
    height: 110vh;
  }
  .laptop-l\:w-110vw {
    width: 110vw;
  }
  .laptop-l\:min_w-110vw {
    min-width: 110vw;
  }
  .laptop-l\:min_h-110vh {
    min-height: 110vh;
  }
  .laptop-l\:max_w-110vw {
    max-width: 110vw;
  }
  .laptop-l\:max_h-110vh {
    max-height: 110vh;
  }
  .laptop-l\:m-t-111\% {
    margin-top: 111%;
  }
  .laptop-l\:m-t--111\% {
    margin-top: -111%;
  }
  .laptop-l\:p-t-111\% {
    padding-top: 111%;
  }
  .laptop-l\:p-t--111\% {
    padding-top: -111%;
  }
  .laptop-l\:top-111\% {
    top: 111%;
  }
  .laptop-l\:top--111\% {
    top: -111%;
  }
  .laptop-l\:m-b-111\% {
    margin-bottom: 111%;
  }
  .laptop-l\:m-b--111\% {
    margin-bottom: -111%;
  }
  .laptop-l\:p-b-111\% {
    padding-bottom: 111%;
  }
  .laptop-l\:p-b--111\% {
    padding-bottom: -111%;
  }
  .laptop-l\:bottom-111\% {
    bottom: 111%;
  }
  .laptop-l\:bottom--111\% {
    bottom: -111%;
  }
  .laptop-l\:m-l-111\% {
    margin-left: 111%;
  }
  .laptop-l\:m-l--111\% {
    margin-left: -111%;
  }
  .laptop-l\:p-l-111\% {
    padding-left: 111%;
  }
  .laptop-l\:p-l--111\% {
    padding-left: -111%;
  }
  .laptop-l\:left-111\% {
    left: 111%;
  }
  .laptop-l\:left--111\% {
    left: -111%;
  }
  .laptop-l\:m-r-111\% {
    margin-right: 111%;
  }
  .laptop-l\:m-r--111\% {
    margin-right: -111%;
  }
  .laptop-l\:p-r-111\% {
    padding-right: 111%;
  }
  .laptop-l\:p-r--111\% {
    padding-right: -111%;
  }
  .laptop-l\:right-111\% {
    right: 111%;
  }
  .laptop-l\:right--111\% {
    right: -111%;
  }
  .laptop-l\:h-111\% {
    height: 111%;
  }
  .laptop-l\:w-111\% {
    width: 111%;
  }
  .laptop-l\:max_h-111\% {
    max-height: 111%;
  }
  .laptop-l\:max_w-111\% {
    max-width: 111%;
  }
  .laptop-l\:min_h-111\% {
    min-height: 111%;
  }
  .laptop-l\:min_w-111\% {
    min-width: 111%;
  }
  .laptop-l\:h-111vh {
    height: 111vh;
  }
  .laptop-l\:w-111vw {
    width: 111vw;
  }
  .laptop-l\:min_w-111vw {
    min-width: 111vw;
  }
  .laptop-l\:min_h-111vh {
    min-height: 111vh;
  }
  .laptop-l\:max_w-111vw {
    max-width: 111vw;
  }
  .laptop-l\:max_h-111vh {
    max-height: 111vh;
  }
  .laptop-l\:m-t-112\% {
    margin-top: 112%;
  }
  .laptop-l\:m-t--112\% {
    margin-top: -112%;
  }
  .laptop-l\:p-t-112\% {
    padding-top: 112%;
  }
  .laptop-l\:p-t--112\% {
    padding-top: -112%;
  }
  .laptop-l\:top-112\% {
    top: 112%;
  }
  .laptop-l\:top--112\% {
    top: -112%;
  }
  .laptop-l\:m-b-112\% {
    margin-bottom: 112%;
  }
  .laptop-l\:m-b--112\% {
    margin-bottom: -112%;
  }
  .laptop-l\:p-b-112\% {
    padding-bottom: 112%;
  }
  .laptop-l\:p-b--112\% {
    padding-bottom: -112%;
  }
  .laptop-l\:bottom-112\% {
    bottom: 112%;
  }
  .laptop-l\:bottom--112\% {
    bottom: -112%;
  }
  .laptop-l\:m-l-112\% {
    margin-left: 112%;
  }
  .laptop-l\:m-l--112\% {
    margin-left: -112%;
  }
  .laptop-l\:p-l-112\% {
    padding-left: 112%;
  }
  .laptop-l\:p-l--112\% {
    padding-left: -112%;
  }
  .laptop-l\:left-112\% {
    left: 112%;
  }
  .laptop-l\:left--112\% {
    left: -112%;
  }
  .laptop-l\:m-r-112\% {
    margin-right: 112%;
  }
  .laptop-l\:m-r--112\% {
    margin-right: -112%;
  }
  .laptop-l\:p-r-112\% {
    padding-right: 112%;
  }
  .laptop-l\:p-r--112\% {
    padding-right: -112%;
  }
  .laptop-l\:right-112\% {
    right: 112%;
  }
  .laptop-l\:right--112\% {
    right: -112%;
  }
  .laptop-l\:h-112\% {
    height: 112%;
  }
  .laptop-l\:w-112\% {
    width: 112%;
  }
  .laptop-l\:max_h-112\% {
    max-height: 112%;
  }
  .laptop-l\:max_w-112\% {
    max-width: 112%;
  }
  .laptop-l\:min_h-112\% {
    min-height: 112%;
  }
  .laptop-l\:min_w-112\% {
    min-width: 112%;
  }
  .laptop-l\:h-112vh {
    height: 112vh;
  }
  .laptop-l\:w-112vw {
    width: 112vw;
  }
  .laptop-l\:min_w-112vw {
    min-width: 112vw;
  }
  .laptop-l\:min_h-112vh {
    min-height: 112vh;
  }
  .laptop-l\:max_w-112vw {
    max-width: 112vw;
  }
  .laptop-l\:max_h-112vh {
    max-height: 112vh;
  }
  .laptop-l\:m-t-113\% {
    margin-top: 113%;
  }
  .laptop-l\:m-t--113\% {
    margin-top: -113%;
  }
  .laptop-l\:p-t-113\% {
    padding-top: 113%;
  }
  .laptop-l\:p-t--113\% {
    padding-top: -113%;
  }
  .laptop-l\:top-113\% {
    top: 113%;
  }
  .laptop-l\:top--113\% {
    top: -113%;
  }
  .laptop-l\:m-b-113\% {
    margin-bottom: 113%;
  }
  .laptop-l\:m-b--113\% {
    margin-bottom: -113%;
  }
  .laptop-l\:p-b-113\% {
    padding-bottom: 113%;
  }
  .laptop-l\:p-b--113\% {
    padding-bottom: -113%;
  }
  .laptop-l\:bottom-113\% {
    bottom: 113%;
  }
  .laptop-l\:bottom--113\% {
    bottom: -113%;
  }
  .laptop-l\:m-l-113\% {
    margin-left: 113%;
  }
  .laptop-l\:m-l--113\% {
    margin-left: -113%;
  }
  .laptop-l\:p-l-113\% {
    padding-left: 113%;
  }
  .laptop-l\:p-l--113\% {
    padding-left: -113%;
  }
  .laptop-l\:left-113\% {
    left: 113%;
  }
  .laptop-l\:left--113\% {
    left: -113%;
  }
  .laptop-l\:m-r-113\% {
    margin-right: 113%;
  }
  .laptop-l\:m-r--113\% {
    margin-right: -113%;
  }
  .laptop-l\:p-r-113\% {
    padding-right: 113%;
  }
  .laptop-l\:p-r--113\% {
    padding-right: -113%;
  }
  .laptop-l\:right-113\% {
    right: 113%;
  }
  .laptop-l\:right--113\% {
    right: -113%;
  }
  .laptop-l\:h-113\% {
    height: 113%;
  }
  .laptop-l\:w-113\% {
    width: 113%;
  }
  .laptop-l\:max_h-113\% {
    max-height: 113%;
  }
  .laptop-l\:max_w-113\% {
    max-width: 113%;
  }
  .laptop-l\:min_h-113\% {
    min-height: 113%;
  }
  .laptop-l\:min_w-113\% {
    min-width: 113%;
  }
  .laptop-l\:h-113vh {
    height: 113vh;
  }
  .laptop-l\:w-113vw {
    width: 113vw;
  }
  .laptop-l\:min_w-113vw {
    min-width: 113vw;
  }
  .laptop-l\:min_h-113vh {
    min-height: 113vh;
  }
  .laptop-l\:max_w-113vw {
    max-width: 113vw;
  }
  .laptop-l\:max_h-113vh {
    max-height: 113vh;
  }
  .laptop-l\:m-t-114\% {
    margin-top: 114%;
  }
  .laptop-l\:m-t--114\% {
    margin-top: -114%;
  }
  .laptop-l\:p-t-114\% {
    padding-top: 114%;
  }
  .laptop-l\:p-t--114\% {
    padding-top: -114%;
  }
  .laptop-l\:top-114\% {
    top: 114%;
  }
  .laptop-l\:top--114\% {
    top: -114%;
  }
  .laptop-l\:m-b-114\% {
    margin-bottom: 114%;
  }
  .laptop-l\:m-b--114\% {
    margin-bottom: -114%;
  }
  .laptop-l\:p-b-114\% {
    padding-bottom: 114%;
  }
  .laptop-l\:p-b--114\% {
    padding-bottom: -114%;
  }
  .laptop-l\:bottom-114\% {
    bottom: 114%;
  }
  .laptop-l\:bottom--114\% {
    bottom: -114%;
  }
  .laptop-l\:m-l-114\% {
    margin-left: 114%;
  }
  .laptop-l\:m-l--114\% {
    margin-left: -114%;
  }
  .laptop-l\:p-l-114\% {
    padding-left: 114%;
  }
  .laptop-l\:p-l--114\% {
    padding-left: -114%;
  }
  .laptop-l\:left-114\% {
    left: 114%;
  }
  .laptop-l\:left--114\% {
    left: -114%;
  }
  .laptop-l\:m-r-114\% {
    margin-right: 114%;
  }
  .laptop-l\:m-r--114\% {
    margin-right: -114%;
  }
  .laptop-l\:p-r-114\% {
    padding-right: 114%;
  }
  .laptop-l\:p-r--114\% {
    padding-right: -114%;
  }
  .laptop-l\:right-114\% {
    right: 114%;
  }
  .laptop-l\:right--114\% {
    right: -114%;
  }
  .laptop-l\:h-114\% {
    height: 114%;
  }
  .laptop-l\:w-114\% {
    width: 114%;
  }
  .laptop-l\:max_h-114\% {
    max-height: 114%;
  }
  .laptop-l\:max_w-114\% {
    max-width: 114%;
  }
  .laptop-l\:min_h-114\% {
    min-height: 114%;
  }
  .laptop-l\:min_w-114\% {
    min-width: 114%;
  }
  .laptop-l\:h-114vh {
    height: 114vh;
  }
  .laptop-l\:w-114vw {
    width: 114vw;
  }
  .laptop-l\:min_w-114vw {
    min-width: 114vw;
  }
  .laptop-l\:min_h-114vh {
    min-height: 114vh;
  }
  .laptop-l\:max_w-114vw {
    max-width: 114vw;
  }
  .laptop-l\:max_h-114vh {
    max-height: 114vh;
  }
  .laptop-l\:m-t-115\% {
    margin-top: 115%;
  }
  .laptop-l\:m-t--115\% {
    margin-top: -115%;
  }
  .laptop-l\:p-t-115\% {
    padding-top: 115%;
  }
  .laptop-l\:p-t--115\% {
    padding-top: -115%;
  }
  .laptop-l\:top-115\% {
    top: 115%;
  }
  .laptop-l\:top--115\% {
    top: -115%;
  }
  .laptop-l\:m-b-115\% {
    margin-bottom: 115%;
  }
  .laptop-l\:m-b--115\% {
    margin-bottom: -115%;
  }
  .laptop-l\:p-b-115\% {
    padding-bottom: 115%;
  }
  .laptop-l\:p-b--115\% {
    padding-bottom: -115%;
  }
  .laptop-l\:bottom-115\% {
    bottom: 115%;
  }
  .laptop-l\:bottom--115\% {
    bottom: -115%;
  }
  .laptop-l\:m-l-115\% {
    margin-left: 115%;
  }
  .laptop-l\:m-l--115\% {
    margin-left: -115%;
  }
  .laptop-l\:p-l-115\% {
    padding-left: 115%;
  }
  .laptop-l\:p-l--115\% {
    padding-left: -115%;
  }
  .laptop-l\:left-115\% {
    left: 115%;
  }
  .laptop-l\:left--115\% {
    left: -115%;
  }
  .laptop-l\:m-r-115\% {
    margin-right: 115%;
  }
  .laptop-l\:m-r--115\% {
    margin-right: -115%;
  }
  .laptop-l\:p-r-115\% {
    padding-right: 115%;
  }
  .laptop-l\:p-r--115\% {
    padding-right: -115%;
  }
  .laptop-l\:right-115\% {
    right: 115%;
  }
  .laptop-l\:right--115\% {
    right: -115%;
  }
  .laptop-l\:h-115\% {
    height: 115%;
  }
  .laptop-l\:w-115\% {
    width: 115%;
  }
  .laptop-l\:max_h-115\% {
    max-height: 115%;
  }
  .laptop-l\:max_w-115\% {
    max-width: 115%;
  }
  .laptop-l\:min_h-115\% {
    min-height: 115%;
  }
  .laptop-l\:min_w-115\% {
    min-width: 115%;
  }
  .laptop-l\:h-115vh {
    height: 115vh;
  }
  .laptop-l\:w-115vw {
    width: 115vw;
  }
  .laptop-l\:min_w-115vw {
    min-width: 115vw;
  }
  .laptop-l\:min_h-115vh {
    min-height: 115vh;
  }
  .laptop-l\:max_w-115vw {
    max-width: 115vw;
  }
  .laptop-l\:max_h-115vh {
    max-height: 115vh;
  }
  .laptop-l\:m-t-116\% {
    margin-top: 116%;
  }
  .laptop-l\:m-t--116\% {
    margin-top: -116%;
  }
  .laptop-l\:p-t-116\% {
    padding-top: 116%;
  }
  .laptop-l\:p-t--116\% {
    padding-top: -116%;
  }
  .laptop-l\:top-116\% {
    top: 116%;
  }
  .laptop-l\:top--116\% {
    top: -116%;
  }
  .laptop-l\:m-b-116\% {
    margin-bottom: 116%;
  }
  .laptop-l\:m-b--116\% {
    margin-bottom: -116%;
  }
  .laptop-l\:p-b-116\% {
    padding-bottom: 116%;
  }
  .laptop-l\:p-b--116\% {
    padding-bottom: -116%;
  }
  .laptop-l\:bottom-116\% {
    bottom: 116%;
  }
  .laptop-l\:bottom--116\% {
    bottom: -116%;
  }
  .laptop-l\:m-l-116\% {
    margin-left: 116%;
  }
  .laptop-l\:m-l--116\% {
    margin-left: -116%;
  }
  .laptop-l\:p-l-116\% {
    padding-left: 116%;
  }
  .laptop-l\:p-l--116\% {
    padding-left: -116%;
  }
  .laptop-l\:left-116\% {
    left: 116%;
  }
  .laptop-l\:left--116\% {
    left: -116%;
  }
  .laptop-l\:m-r-116\% {
    margin-right: 116%;
  }
  .laptop-l\:m-r--116\% {
    margin-right: -116%;
  }
  .laptop-l\:p-r-116\% {
    padding-right: 116%;
  }
  .laptop-l\:p-r--116\% {
    padding-right: -116%;
  }
  .laptop-l\:right-116\% {
    right: 116%;
  }
  .laptop-l\:right--116\% {
    right: -116%;
  }
  .laptop-l\:h-116\% {
    height: 116%;
  }
  .laptop-l\:w-116\% {
    width: 116%;
  }
  .laptop-l\:max_h-116\% {
    max-height: 116%;
  }
  .laptop-l\:max_w-116\% {
    max-width: 116%;
  }
  .laptop-l\:min_h-116\% {
    min-height: 116%;
  }
  .laptop-l\:min_w-116\% {
    min-width: 116%;
  }
  .laptop-l\:h-116vh {
    height: 116vh;
  }
  .laptop-l\:w-116vw {
    width: 116vw;
  }
  .laptop-l\:min_w-116vw {
    min-width: 116vw;
  }
  .laptop-l\:min_h-116vh {
    min-height: 116vh;
  }
  .laptop-l\:max_w-116vw {
    max-width: 116vw;
  }
  .laptop-l\:max_h-116vh {
    max-height: 116vh;
  }
  .laptop-l\:m-t-117\% {
    margin-top: 117%;
  }
  .laptop-l\:m-t--117\% {
    margin-top: -117%;
  }
  .laptop-l\:p-t-117\% {
    padding-top: 117%;
  }
  .laptop-l\:p-t--117\% {
    padding-top: -117%;
  }
  .laptop-l\:top-117\% {
    top: 117%;
  }
  .laptop-l\:top--117\% {
    top: -117%;
  }
  .laptop-l\:m-b-117\% {
    margin-bottom: 117%;
  }
  .laptop-l\:m-b--117\% {
    margin-bottom: -117%;
  }
  .laptop-l\:p-b-117\% {
    padding-bottom: 117%;
  }
  .laptop-l\:p-b--117\% {
    padding-bottom: -117%;
  }
  .laptop-l\:bottom-117\% {
    bottom: 117%;
  }
  .laptop-l\:bottom--117\% {
    bottom: -117%;
  }
  .laptop-l\:m-l-117\% {
    margin-left: 117%;
  }
  .laptop-l\:m-l--117\% {
    margin-left: -117%;
  }
  .laptop-l\:p-l-117\% {
    padding-left: 117%;
  }
  .laptop-l\:p-l--117\% {
    padding-left: -117%;
  }
  .laptop-l\:left-117\% {
    left: 117%;
  }
  .laptop-l\:left--117\% {
    left: -117%;
  }
  .laptop-l\:m-r-117\% {
    margin-right: 117%;
  }
  .laptop-l\:m-r--117\% {
    margin-right: -117%;
  }
  .laptop-l\:p-r-117\% {
    padding-right: 117%;
  }
  .laptop-l\:p-r--117\% {
    padding-right: -117%;
  }
  .laptop-l\:right-117\% {
    right: 117%;
  }
  .laptop-l\:right--117\% {
    right: -117%;
  }
  .laptop-l\:h-117\% {
    height: 117%;
  }
  .laptop-l\:w-117\% {
    width: 117%;
  }
  .laptop-l\:max_h-117\% {
    max-height: 117%;
  }
  .laptop-l\:max_w-117\% {
    max-width: 117%;
  }
  .laptop-l\:min_h-117\% {
    min-height: 117%;
  }
  .laptop-l\:min_w-117\% {
    min-width: 117%;
  }
  .laptop-l\:h-117vh {
    height: 117vh;
  }
  .laptop-l\:w-117vw {
    width: 117vw;
  }
  .laptop-l\:min_w-117vw {
    min-width: 117vw;
  }
  .laptop-l\:min_h-117vh {
    min-height: 117vh;
  }
  .laptop-l\:max_w-117vw {
    max-width: 117vw;
  }
  .laptop-l\:max_h-117vh {
    max-height: 117vh;
  }
  .laptop-l\:m-t-118\% {
    margin-top: 118%;
  }
  .laptop-l\:m-t--118\% {
    margin-top: -118%;
  }
  .laptop-l\:p-t-118\% {
    padding-top: 118%;
  }
  .laptop-l\:p-t--118\% {
    padding-top: -118%;
  }
  .laptop-l\:top-118\% {
    top: 118%;
  }
  .laptop-l\:top--118\% {
    top: -118%;
  }
  .laptop-l\:m-b-118\% {
    margin-bottom: 118%;
  }
  .laptop-l\:m-b--118\% {
    margin-bottom: -118%;
  }
  .laptop-l\:p-b-118\% {
    padding-bottom: 118%;
  }
  .laptop-l\:p-b--118\% {
    padding-bottom: -118%;
  }
  .laptop-l\:bottom-118\% {
    bottom: 118%;
  }
  .laptop-l\:bottom--118\% {
    bottom: -118%;
  }
  .laptop-l\:m-l-118\% {
    margin-left: 118%;
  }
  .laptop-l\:m-l--118\% {
    margin-left: -118%;
  }
  .laptop-l\:p-l-118\% {
    padding-left: 118%;
  }
  .laptop-l\:p-l--118\% {
    padding-left: -118%;
  }
  .laptop-l\:left-118\% {
    left: 118%;
  }
  .laptop-l\:left--118\% {
    left: -118%;
  }
  .laptop-l\:m-r-118\% {
    margin-right: 118%;
  }
  .laptop-l\:m-r--118\% {
    margin-right: -118%;
  }
  .laptop-l\:p-r-118\% {
    padding-right: 118%;
  }
  .laptop-l\:p-r--118\% {
    padding-right: -118%;
  }
  .laptop-l\:right-118\% {
    right: 118%;
  }
  .laptop-l\:right--118\% {
    right: -118%;
  }
  .laptop-l\:h-118\% {
    height: 118%;
  }
  .laptop-l\:w-118\% {
    width: 118%;
  }
  .laptop-l\:max_h-118\% {
    max-height: 118%;
  }
  .laptop-l\:max_w-118\% {
    max-width: 118%;
  }
  .laptop-l\:min_h-118\% {
    min-height: 118%;
  }
  .laptop-l\:min_w-118\% {
    min-width: 118%;
  }
  .laptop-l\:h-118vh {
    height: 118vh;
  }
  .laptop-l\:w-118vw {
    width: 118vw;
  }
  .laptop-l\:min_w-118vw {
    min-width: 118vw;
  }
  .laptop-l\:min_h-118vh {
    min-height: 118vh;
  }
  .laptop-l\:max_w-118vw {
    max-width: 118vw;
  }
  .laptop-l\:max_h-118vh {
    max-height: 118vh;
  }
  .laptop-l\:m-t-119\% {
    margin-top: 119%;
  }
  .laptop-l\:m-t--119\% {
    margin-top: -119%;
  }
  .laptop-l\:p-t-119\% {
    padding-top: 119%;
  }
  .laptop-l\:p-t--119\% {
    padding-top: -119%;
  }
  .laptop-l\:top-119\% {
    top: 119%;
  }
  .laptop-l\:top--119\% {
    top: -119%;
  }
  .laptop-l\:m-b-119\% {
    margin-bottom: 119%;
  }
  .laptop-l\:m-b--119\% {
    margin-bottom: -119%;
  }
  .laptop-l\:p-b-119\% {
    padding-bottom: 119%;
  }
  .laptop-l\:p-b--119\% {
    padding-bottom: -119%;
  }
  .laptop-l\:bottom-119\% {
    bottom: 119%;
  }
  .laptop-l\:bottom--119\% {
    bottom: -119%;
  }
  .laptop-l\:m-l-119\% {
    margin-left: 119%;
  }
  .laptop-l\:m-l--119\% {
    margin-left: -119%;
  }
  .laptop-l\:p-l-119\% {
    padding-left: 119%;
  }
  .laptop-l\:p-l--119\% {
    padding-left: -119%;
  }
  .laptop-l\:left-119\% {
    left: 119%;
  }
  .laptop-l\:left--119\% {
    left: -119%;
  }
  .laptop-l\:m-r-119\% {
    margin-right: 119%;
  }
  .laptop-l\:m-r--119\% {
    margin-right: -119%;
  }
  .laptop-l\:p-r-119\% {
    padding-right: 119%;
  }
  .laptop-l\:p-r--119\% {
    padding-right: -119%;
  }
  .laptop-l\:right-119\% {
    right: 119%;
  }
  .laptop-l\:right--119\% {
    right: -119%;
  }
  .laptop-l\:h-119\% {
    height: 119%;
  }
  .laptop-l\:w-119\% {
    width: 119%;
  }
  .laptop-l\:max_h-119\% {
    max-height: 119%;
  }
  .laptop-l\:max_w-119\% {
    max-width: 119%;
  }
  .laptop-l\:min_h-119\% {
    min-height: 119%;
  }
  .laptop-l\:min_w-119\% {
    min-width: 119%;
  }
  .laptop-l\:h-119vh {
    height: 119vh;
  }
  .laptop-l\:w-119vw {
    width: 119vw;
  }
  .laptop-l\:min_w-119vw {
    min-width: 119vw;
  }
  .laptop-l\:min_h-119vh {
    min-height: 119vh;
  }
  .laptop-l\:max_w-119vw {
    max-width: 119vw;
  }
  .laptop-l\:max_h-119vh {
    max-height: 119vh;
  }
  .laptop-l\:m-t-120\% {
    margin-top: 120%;
  }
  .laptop-l\:m-t--120\% {
    margin-top: -120%;
  }
  .laptop-l\:p-t-120\% {
    padding-top: 120%;
  }
  .laptop-l\:p-t--120\% {
    padding-top: -120%;
  }
  .laptop-l\:top-120\% {
    top: 120%;
  }
  .laptop-l\:top--120\% {
    top: -120%;
  }
  .laptop-l\:m-b-120\% {
    margin-bottom: 120%;
  }
  .laptop-l\:m-b--120\% {
    margin-bottom: -120%;
  }
  .laptop-l\:p-b-120\% {
    padding-bottom: 120%;
  }
  .laptop-l\:p-b--120\% {
    padding-bottom: -120%;
  }
  .laptop-l\:bottom-120\% {
    bottom: 120%;
  }
  .laptop-l\:bottom--120\% {
    bottom: -120%;
  }
  .laptop-l\:m-l-120\% {
    margin-left: 120%;
  }
  .laptop-l\:m-l--120\% {
    margin-left: -120%;
  }
  .laptop-l\:p-l-120\% {
    padding-left: 120%;
  }
  .laptop-l\:p-l--120\% {
    padding-left: -120%;
  }
  .laptop-l\:left-120\% {
    left: 120%;
  }
  .laptop-l\:left--120\% {
    left: -120%;
  }
  .laptop-l\:m-r-120\% {
    margin-right: 120%;
  }
  .laptop-l\:m-r--120\% {
    margin-right: -120%;
  }
  .laptop-l\:p-r-120\% {
    padding-right: 120%;
  }
  .laptop-l\:p-r--120\% {
    padding-right: -120%;
  }
  .laptop-l\:right-120\% {
    right: 120%;
  }
  .laptop-l\:right--120\% {
    right: -120%;
  }
  .laptop-l\:h-120\% {
    height: 120%;
  }
  .laptop-l\:w-120\% {
    width: 120%;
  }
  .laptop-l\:max_h-120\% {
    max-height: 120%;
  }
  .laptop-l\:max_w-120\% {
    max-width: 120%;
  }
  .laptop-l\:min_h-120\% {
    min-height: 120%;
  }
  .laptop-l\:min_w-120\% {
    min-width: 120%;
  }
  .laptop-l\:h-120vh {
    height: 120vh;
  }
  .laptop-l\:w-120vw {
    width: 120vw;
  }
  .laptop-l\:min_w-120vw {
    min-width: 120vw;
  }
  .laptop-l\:min_h-120vh {
    min-height: 120vh;
  }
  .laptop-l\:max_w-120vw {
    max-width: 120vw;
  }
  .laptop-l\:max_h-120vh {
    max-height: 120vh;
  }
  .laptop-l\:m-t-121\% {
    margin-top: 121%;
  }
  .laptop-l\:m-t--121\% {
    margin-top: -121%;
  }
  .laptop-l\:p-t-121\% {
    padding-top: 121%;
  }
  .laptop-l\:p-t--121\% {
    padding-top: -121%;
  }
  .laptop-l\:top-121\% {
    top: 121%;
  }
  .laptop-l\:top--121\% {
    top: -121%;
  }
  .laptop-l\:m-b-121\% {
    margin-bottom: 121%;
  }
  .laptop-l\:m-b--121\% {
    margin-bottom: -121%;
  }
  .laptop-l\:p-b-121\% {
    padding-bottom: 121%;
  }
  .laptop-l\:p-b--121\% {
    padding-bottom: -121%;
  }
  .laptop-l\:bottom-121\% {
    bottom: 121%;
  }
  .laptop-l\:bottom--121\% {
    bottom: -121%;
  }
  .laptop-l\:m-l-121\% {
    margin-left: 121%;
  }
  .laptop-l\:m-l--121\% {
    margin-left: -121%;
  }
  .laptop-l\:p-l-121\% {
    padding-left: 121%;
  }
  .laptop-l\:p-l--121\% {
    padding-left: -121%;
  }
  .laptop-l\:left-121\% {
    left: 121%;
  }
  .laptop-l\:left--121\% {
    left: -121%;
  }
  .laptop-l\:m-r-121\% {
    margin-right: 121%;
  }
  .laptop-l\:m-r--121\% {
    margin-right: -121%;
  }
  .laptop-l\:p-r-121\% {
    padding-right: 121%;
  }
  .laptop-l\:p-r--121\% {
    padding-right: -121%;
  }
  .laptop-l\:right-121\% {
    right: 121%;
  }
  .laptop-l\:right--121\% {
    right: -121%;
  }
  .laptop-l\:h-121\% {
    height: 121%;
  }
  .laptop-l\:w-121\% {
    width: 121%;
  }
  .laptop-l\:max_h-121\% {
    max-height: 121%;
  }
  .laptop-l\:max_w-121\% {
    max-width: 121%;
  }
  .laptop-l\:min_h-121\% {
    min-height: 121%;
  }
  .laptop-l\:min_w-121\% {
    min-width: 121%;
  }
  .laptop-l\:h-121vh {
    height: 121vh;
  }
  .laptop-l\:w-121vw {
    width: 121vw;
  }
  .laptop-l\:min_w-121vw {
    min-width: 121vw;
  }
  .laptop-l\:min_h-121vh {
    min-height: 121vh;
  }
  .laptop-l\:max_w-121vw {
    max-width: 121vw;
  }
  .laptop-l\:max_h-121vh {
    max-height: 121vh;
  }
  .laptop-l\:m-t-122\% {
    margin-top: 122%;
  }
  .laptop-l\:m-t--122\% {
    margin-top: -122%;
  }
  .laptop-l\:p-t-122\% {
    padding-top: 122%;
  }
  .laptop-l\:p-t--122\% {
    padding-top: -122%;
  }
  .laptop-l\:top-122\% {
    top: 122%;
  }
  .laptop-l\:top--122\% {
    top: -122%;
  }
  .laptop-l\:m-b-122\% {
    margin-bottom: 122%;
  }
  .laptop-l\:m-b--122\% {
    margin-bottom: -122%;
  }
  .laptop-l\:p-b-122\% {
    padding-bottom: 122%;
  }
  .laptop-l\:p-b--122\% {
    padding-bottom: -122%;
  }
  .laptop-l\:bottom-122\% {
    bottom: 122%;
  }
  .laptop-l\:bottom--122\% {
    bottom: -122%;
  }
  .laptop-l\:m-l-122\% {
    margin-left: 122%;
  }
  .laptop-l\:m-l--122\% {
    margin-left: -122%;
  }
  .laptop-l\:p-l-122\% {
    padding-left: 122%;
  }
  .laptop-l\:p-l--122\% {
    padding-left: -122%;
  }
  .laptop-l\:left-122\% {
    left: 122%;
  }
  .laptop-l\:left--122\% {
    left: -122%;
  }
  .laptop-l\:m-r-122\% {
    margin-right: 122%;
  }
  .laptop-l\:m-r--122\% {
    margin-right: -122%;
  }
  .laptop-l\:p-r-122\% {
    padding-right: 122%;
  }
  .laptop-l\:p-r--122\% {
    padding-right: -122%;
  }
  .laptop-l\:right-122\% {
    right: 122%;
  }
  .laptop-l\:right--122\% {
    right: -122%;
  }
  .laptop-l\:h-122\% {
    height: 122%;
  }
  .laptop-l\:w-122\% {
    width: 122%;
  }
  .laptop-l\:max_h-122\% {
    max-height: 122%;
  }
  .laptop-l\:max_w-122\% {
    max-width: 122%;
  }
  .laptop-l\:min_h-122\% {
    min-height: 122%;
  }
  .laptop-l\:min_w-122\% {
    min-width: 122%;
  }
  .laptop-l\:h-122vh {
    height: 122vh;
  }
  .laptop-l\:w-122vw {
    width: 122vw;
  }
  .laptop-l\:min_w-122vw {
    min-width: 122vw;
  }
  .laptop-l\:min_h-122vh {
    min-height: 122vh;
  }
  .laptop-l\:max_w-122vw {
    max-width: 122vw;
  }
  .laptop-l\:max_h-122vh {
    max-height: 122vh;
  }
  .laptop-l\:m-t-123\% {
    margin-top: 123%;
  }
  .laptop-l\:m-t--123\% {
    margin-top: -123%;
  }
  .laptop-l\:p-t-123\% {
    padding-top: 123%;
  }
  .laptop-l\:p-t--123\% {
    padding-top: -123%;
  }
  .laptop-l\:top-123\% {
    top: 123%;
  }
  .laptop-l\:top--123\% {
    top: -123%;
  }
  .laptop-l\:m-b-123\% {
    margin-bottom: 123%;
  }
  .laptop-l\:m-b--123\% {
    margin-bottom: -123%;
  }
  .laptop-l\:p-b-123\% {
    padding-bottom: 123%;
  }
  .laptop-l\:p-b--123\% {
    padding-bottom: -123%;
  }
  .laptop-l\:bottom-123\% {
    bottom: 123%;
  }
  .laptop-l\:bottom--123\% {
    bottom: -123%;
  }
  .laptop-l\:m-l-123\% {
    margin-left: 123%;
  }
  .laptop-l\:m-l--123\% {
    margin-left: -123%;
  }
  .laptop-l\:p-l-123\% {
    padding-left: 123%;
  }
  .laptop-l\:p-l--123\% {
    padding-left: -123%;
  }
  .laptop-l\:left-123\% {
    left: 123%;
  }
  .laptop-l\:left--123\% {
    left: -123%;
  }
  .laptop-l\:m-r-123\% {
    margin-right: 123%;
  }
  .laptop-l\:m-r--123\% {
    margin-right: -123%;
  }
  .laptop-l\:p-r-123\% {
    padding-right: 123%;
  }
  .laptop-l\:p-r--123\% {
    padding-right: -123%;
  }
  .laptop-l\:right-123\% {
    right: 123%;
  }
  .laptop-l\:right--123\% {
    right: -123%;
  }
  .laptop-l\:h-123\% {
    height: 123%;
  }
  .laptop-l\:w-123\% {
    width: 123%;
  }
  .laptop-l\:max_h-123\% {
    max-height: 123%;
  }
  .laptop-l\:max_w-123\% {
    max-width: 123%;
  }
  .laptop-l\:min_h-123\% {
    min-height: 123%;
  }
  .laptop-l\:min_w-123\% {
    min-width: 123%;
  }
  .laptop-l\:h-123vh {
    height: 123vh;
  }
  .laptop-l\:w-123vw {
    width: 123vw;
  }
  .laptop-l\:min_w-123vw {
    min-width: 123vw;
  }
  .laptop-l\:min_h-123vh {
    min-height: 123vh;
  }
  .laptop-l\:max_w-123vw {
    max-width: 123vw;
  }
  .laptop-l\:max_h-123vh {
    max-height: 123vh;
  }
  .laptop-l\:m-t-124\% {
    margin-top: 124%;
  }
  .laptop-l\:m-t--124\% {
    margin-top: -124%;
  }
  .laptop-l\:p-t-124\% {
    padding-top: 124%;
  }
  .laptop-l\:p-t--124\% {
    padding-top: -124%;
  }
  .laptop-l\:top-124\% {
    top: 124%;
  }
  .laptop-l\:top--124\% {
    top: -124%;
  }
  .laptop-l\:m-b-124\% {
    margin-bottom: 124%;
  }
  .laptop-l\:m-b--124\% {
    margin-bottom: -124%;
  }
  .laptop-l\:p-b-124\% {
    padding-bottom: 124%;
  }
  .laptop-l\:p-b--124\% {
    padding-bottom: -124%;
  }
  .laptop-l\:bottom-124\% {
    bottom: 124%;
  }
  .laptop-l\:bottom--124\% {
    bottom: -124%;
  }
  .laptop-l\:m-l-124\% {
    margin-left: 124%;
  }
  .laptop-l\:m-l--124\% {
    margin-left: -124%;
  }
  .laptop-l\:p-l-124\% {
    padding-left: 124%;
  }
  .laptop-l\:p-l--124\% {
    padding-left: -124%;
  }
  .laptop-l\:left-124\% {
    left: 124%;
  }
  .laptop-l\:left--124\% {
    left: -124%;
  }
  .laptop-l\:m-r-124\% {
    margin-right: 124%;
  }
  .laptop-l\:m-r--124\% {
    margin-right: -124%;
  }
  .laptop-l\:p-r-124\% {
    padding-right: 124%;
  }
  .laptop-l\:p-r--124\% {
    padding-right: -124%;
  }
  .laptop-l\:right-124\% {
    right: 124%;
  }
  .laptop-l\:right--124\% {
    right: -124%;
  }
  .laptop-l\:h-124\% {
    height: 124%;
  }
  .laptop-l\:w-124\% {
    width: 124%;
  }
  .laptop-l\:max_h-124\% {
    max-height: 124%;
  }
  .laptop-l\:max_w-124\% {
    max-width: 124%;
  }
  .laptop-l\:min_h-124\% {
    min-height: 124%;
  }
  .laptop-l\:min_w-124\% {
    min-width: 124%;
  }
  .laptop-l\:h-124vh {
    height: 124vh;
  }
  .laptop-l\:w-124vw {
    width: 124vw;
  }
  .laptop-l\:min_w-124vw {
    min-width: 124vw;
  }
  .laptop-l\:min_h-124vh {
    min-height: 124vh;
  }
  .laptop-l\:max_w-124vw {
    max-width: 124vw;
  }
  .laptop-l\:max_h-124vh {
    max-height: 124vh;
  }
  .laptop-l\:m-t-125\% {
    margin-top: 125%;
  }
  .laptop-l\:m-t--125\% {
    margin-top: -125%;
  }
  .laptop-l\:p-t-125\% {
    padding-top: 125%;
  }
  .laptop-l\:p-t--125\% {
    padding-top: -125%;
  }
  .laptop-l\:top-125\% {
    top: 125%;
  }
  .laptop-l\:top--125\% {
    top: -125%;
  }
  .laptop-l\:m-b-125\% {
    margin-bottom: 125%;
  }
  .laptop-l\:m-b--125\% {
    margin-bottom: -125%;
  }
  .laptop-l\:p-b-125\% {
    padding-bottom: 125%;
  }
  .laptop-l\:p-b--125\% {
    padding-bottom: -125%;
  }
  .laptop-l\:bottom-125\% {
    bottom: 125%;
  }
  .laptop-l\:bottom--125\% {
    bottom: -125%;
  }
  .laptop-l\:m-l-125\% {
    margin-left: 125%;
  }
  .laptop-l\:m-l--125\% {
    margin-left: -125%;
  }
  .laptop-l\:p-l-125\% {
    padding-left: 125%;
  }
  .laptop-l\:p-l--125\% {
    padding-left: -125%;
  }
  .laptop-l\:left-125\% {
    left: 125%;
  }
  .laptop-l\:left--125\% {
    left: -125%;
  }
  .laptop-l\:m-r-125\% {
    margin-right: 125%;
  }
  .laptop-l\:m-r--125\% {
    margin-right: -125%;
  }
  .laptop-l\:p-r-125\% {
    padding-right: 125%;
  }
  .laptop-l\:p-r--125\% {
    padding-right: -125%;
  }
  .laptop-l\:right-125\% {
    right: 125%;
  }
  .laptop-l\:right--125\% {
    right: -125%;
  }
  .laptop-l\:h-125\% {
    height: 125%;
  }
  .laptop-l\:w-125\% {
    width: 125%;
  }
  .laptop-l\:max_h-125\% {
    max-height: 125%;
  }
  .laptop-l\:max_w-125\% {
    max-width: 125%;
  }
  .laptop-l\:min_h-125\% {
    min-height: 125%;
  }
  .laptop-l\:min_w-125\% {
    min-width: 125%;
  }
  .laptop-l\:h-125vh {
    height: 125vh;
  }
  .laptop-l\:w-125vw {
    width: 125vw;
  }
  .laptop-l\:min_w-125vw {
    min-width: 125vw;
  }
  .laptop-l\:min_h-125vh {
    min-height: 125vh;
  }
  .laptop-l\:max_w-125vw {
    max-width: 125vw;
  }
  .laptop-l\:max_h-125vh {
    max-height: 125vh;
  }
  .laptop-l\:m-t-126\% {
    margin-top: 126%;
  }
  .laptop-l\:m-t--126\% {
    margin-top: -126%;
  }
  .laptop-l\:p-t-126\% {
    padding-top: 126%;
  }
  .laptop-l\:p-t--126\% {
    padding-top: -126%;
  }
  .laptop-l\:top-126\% {
    top: 126%;
  }
  .laptop-l\:top--126\% {
    top: -126%;
  }
  .laptop-l\:m-b-126\% {
    margin-bottom: 126%;
  }
  .laptop-l\:m-b--126\% {
    margin-bottom: -126%;
  }
  .laptop-l\:p-b-126\% {
    padding-bottom: 126%;
  }
  .laptop-l\:p-b--126\% {
    padding-bottom: -126%;
  }
  .laptop-l\:bottom-126\% {
    bottom: 126%;
  }
  .laptop-l\:bottom--126\% {
    bottom: -126%;
  }
  .laptop-l\:m-l-126\% {
    margin-left: 126%;
  }
  .laptop-l\:m-l--126\% {
    margin-left: -126%;
  }
  .laptop-l\:p-l-126\% {
    padding-left: 126%;
  }
  .laptop-l\:p-l--126\% {
    padding-left: -126%;
  }
  .laptop-l\:left-126\% {
    left: 126%;
  }
  .laptop-l\:left--126\% {
    left: -126%;
  }
  .laptop-l\:m-r-126\% {
    margin-right: 126%;
  }
  .laptop-l\:m-r--126\% {
    margin-right: -126%;
  }
  .laptop-l\:p-r-126\% {
    padding-right: 126%;
  }
  .laptop-l\:p-r--126\% {
    padding-right: -126%;
  }
  .laptop-l\:right-126\% {
    right: 126%;
  }
  .laptop-l\:right--126\% {
    right: -126%;
  }
  .laptop-l\:h-126\% {
    height: 126%;
  }
  .laptop-l\:w-126\% {
    width: 126%;
  }
  .laptop-l\:max_h-126\% {
    max-height: 126%;
  }
  .laptop-l\:max_w-126\% {
    max-width: 126%;
  }
  .laptop-l\:min_h-126\% {
    min-height: 126%;
  }
  .laptop-l\:min_w-126\% {
    min-width: 126%;
  }
  .laptop-l\:h-126vh {
    height: 126vh;
  }
  .laptop-l\:w-126vw {
    width: 126vw;
  }
  .laptop-l\:min_w-126vw {
    min-width: 126vw;
  }
  .laptop-l\:min_h-126vh {
    min-height: 126vh;
  }
  .laptop-l\:max_w-126vw {
    max-width: 126vw;
  }
  .laptop-l\:max_h-126vh {
    max-height: 126vh;
  }
  .laptop-l\:m-t-127\% {
    margin-top: 127%;
  }
  .laptop-l\:m-t--127\% {
    margin-top: -127%;
  }
  .laptop-l\:p-t-127\% {
    padding-top: 127%;
  }
  .laptop-l\:p-t--127\% {
    padding-top: -127%;
  }
  .laptop-l\:top-127\% {
    top: 127%;
  }
  .laptop-l\:top--127\% {
    top: -127%;
  }
  .laptop-l\:m-b-127\% {
    margin-bottom: 127%;
  }
  .laptop-l\:m-b--127\% {
    margin-bottom: -127%;
  }
  .laptop-l\:p-b-127\% {
    padding-bottom: 127%;
  }
  .laptop-l\:p-b--127\% {
    padding-bottom: -127%;
  }
  .laptop-l\:bottom-127\% {
    bottom: 127%;
  }
  .laptop-l\:bottom--127\% {
    bottom: -127%;
  }
  .laptop-l\:m-l-127\% {
    margin-left: 127%;
  }
  .laptop-l\:m-l--127\% {
    margin-left: -127%;
  }
  .laptop-l\:p-l-127\% {
    padding-left: 127%;
  }
  .laptop-l\:p-l--127\% {
    padding-left: -127%;
  }
  .laptop-l\:left-127\% {
    left: 127%;
  }
  .laptop-l\:left--127\% {
    left: -127%;
  }
  .laptop-l\:m-r-127\% {
    margin-right: 127%;
  }
  .laptop-l\:m-r--127\% {
    margin-right: -127%;
  }
  .laptop-l\:p-r-127\% {
    padding-right: 127%;
  }
  .laptop-l\:p-r--127\% {
    padding-right: -127%;
  }
  .laptop-l\:right-127\% {
    right: 127%;
  }
  .laptop-l\:right--127\% {
    right: -127%;
  }
  .laptop-l\:h-127\% {
    height: 127%;
  }
  .laptop-l\:w-127\% {
    width: 127%;
  }
  .laptop-l\:max_h-127\% {
    max-height: 127%;
  }
  .laptop-l\:max_w-127\% {
    max-width: 127%;
  }
  .laptop-l\:min_h-127\% {
    min-height: 127%;
  }
  .laptop-l\:min_w-127\% {
    min-width: 127%;
  }
  .laptop-l\:h-127vh {
    height: 127vh;
  }
  .laptop-l\:w-127vw {
    width: 127vw;
  }
  .laptop-l\:min_w-127vw {
    min-width: 127vw;
  }
  .laptop-l\:min_h-127vh {
    min-height: 127vh;
  }
  .laptop-l\:max_w-127vw {
    max-width: 127vw;
  }
  .laptop-l\:max_h-127vh {
    max-height: 127vh;
  }
  .laptop-l\:m-t-128\% {
    margin-top: 128%;
  }
  .laptop-l\:m-t--128\% {
    margin-top: -128%;
  }
  .laptop-l\:p-t-128\% {
    padding-top: 128%;
  }
  .laptop-l\:p-t--128\% {
    padding-top: -128%;
  }
  .laptop-l\:top-128\% {
    top: 128%;
  }
  .laptop-l\:top--128\% {
    top: -128%;
  }
  .laptop-l\:m-b-128\% {
    margin-bottom: 128%;
  }
  .laptop-l\:m-b--128\% {
    margin-bottom: -128%;
  }
  .laptop-l\:p-b-128\% {
    padding-bottom: 128%;
  }
  .laptop-l\:p-b--128\% {
    padding-bottom: -128%;
  }
  .laptop-l\:bottom-128\% {
    bottom: 128%;
  }
  .laptop-l\:bottom--128\% {
    bottom: -128%;
  }
  .laptop-l\:m-l-128\% {
    margin-left: 128%;
  }
  .laptop-l\:m-l--128\% {
    margin-left: -128%;
  }
  .laptop-l\:p-l-128\% {
    padding-left: 128%;
  }
  .laptop-l\:p-l--128\% {
    padding-left: -128%;
  }
  .laptop-l\:left-128\% {
    left: 128%;
  }
  .laptop-l\:left--128\% {
    left: -128%;
  }
  .laptop-l\:m-r-128\% {
    margin-right: 128%;
  }
  .laptop-l\:m-r--128\% {
    margin-right: -128%;
  }
  .laptop-l\:p-r-128\% {
    padding-right: 128%;
  }
  .laptop-l\:p-r--128\% {
    padding-right: -128%;
  }
  .laptop-l\:right-128\% {
    right: 128%;
  }
  .laptop-l\:right--128\% {
    right: -128%;
  }
  .laptop-l\:h-128\% {
    height: 128%;
  }
  .laptop-l\:w-128\% {
    width: 128%;
  }
  .laptop-l\:max_h-128\% {
    max-height: 128%;
  }
  .laptop-l\:max_w-128\% {
    max-width: 128%;
  }
  .laptop-l\:min_h-128\% {
    min-height: 128%;
  }
  .laptop-l\:min_w-128\% {
    min-width: 128%;
  }
  .laptop-l\:h-128vh {
    height: 128vh;
  }
  .laptop-l\:w-128vw {
    width: 128vw;
  }
  .laptop-l\:min_w-128vw {
    min-width: 128vw;
  }
  .laptop-l\:min_h-128vh {
    min-height: 128vh;
  }
  .laptop-l\:max_w-128vw {
    max-width: 128vw;
  }
  .laptop-l\:max_h-128vh {
    max-height: 128vh;
  }
  .laptop-l\:m-t-129\% {
    margin-top: 129%;
  }
  .laptop-l\:m-t--129\% {
    margin-top: -129%;
  }
  .laptop-l\:p-t-129\% {
    padding-top: 129%;
  }
  .laptop-l\:p-t--129\% {
    padding-top: -129%;
  }
  .laptop-l\:top-129\% {
    top: 129%;
  }
  .laptop-l\:top--129\% {
    top: -129%;
  }
  .laptop-l\:m-b-129\% {
    margin-bottom: 129%;
  }
  .laptop-l\:m-b--129\% {
    margin-bottom: -129%;
  }
  .laptop-l\:p-b-129\% {
    padding-bottom: 129%;
  }
  .laptop-l\:p-b--129\% {
    padding-bottom: -129%;
  }
  .laptop-l\:bottom-129\% {
    bottom: 129%;
  }
  .laptop-l\:bottom--129\% {
    bottom: -129%;
  }
  .laptop-l\:m-l-129\% {
    margin-left: 129%;
  }
  .laptop-l\:m-l--129\% {
    margin-left: -129%;
  }
  .laptop-l\:p-l-129\% {
    padding-left: 129%;
  }
  .laptop-l\:p-l--129\% {
    padding-left: -129%;
  }
  .laptop-l\:left-129\% {
    left: 129%;
  }
  .laptop-l\:left--129\% {
    left: -129%;
  }
  .laptop-l\:m-r-129\% {
    margin-right: 129%;
  }
  .laptop-l\:m-r--129\% {
    margin-right: -129%;
  }
  .laptop-l\:p-r-129\% {
    padding-right: 129%;
  }
  .laptop-l\:p-r--129\% {
    padding-right: -129%;
  }
  .laptop-l\:right-129\% {
    right: 129%;
  }
  .laptop-l\:right--129\% {
    right: -129%;
  }
  .laptop-l\:h-129\% {
    height: 129%;
  }
  .laptop-l\:w-129\% {
    width: 129%;
  }
  .laptop-l\:max_h-129\% {
    max-height: 129%;
  }
  .laptop-l\:max_w-129\% {
    max-width: 129%;
  }
  .laptop-l\:min_h-129\% {
    min-height: 129%;
  }
  .laptop-l\:min_w-129\% {
    min-width: 129%;
  }
  .laptop-l\:h-129vh {
    height: 129vh;
  }
  .laptop-l\:w-129vw {
    width: 129vw;
  }
  .laptop-l\:min_w-129vw {
    min-width: 129vw;
  }
  .laptop-l\:min_h-129vh {
    min-height: 129vh;
  }
  .laptop-l\:max_w-129vw {
    max-width: 129vw;
  }
  .laptop-l\:max_h-129vh {
    max-height: 129vh;
  }
  .laptop-l\:m-t-130\% {
    margin-top: 130%;
  }
  .laptop-l\:m-t--130\% {
    margin-top: -130%;
  }
  .laptop-l\:p-t-130\% {
    padding-top: 130%;
  }
  .laptop-l\:p-t--130\% {
    padding-top: -130%;
  }
  .laptop-l\:top-130\% {
    top: 130%;
  }
  .laptop-l\:top--130\% {
    top: -130%;
  }
  .laptop-l\:m-b-130\% {
    margin-bottom: 130%;
  }
  .laptop-l\:m-b--130\% {
    margin-bottom: -130%;
  }
  .laptop-l\:p-b-130\% {
    padding-bottom: 130%;
  }
  .laptop-l\:p-b--130\% {
    padding-bottom: -130%;
  }
  .laptop-l\:bottom-130\% {
    bottom: 130%;
  }
  .laptop-l\:bottom--130\% {
    bottom: -130%;
  }
  .laptop-l\:m-l-130\% {
    margin-left: 130%;
  }
  .laptop-l\:m-l--130\% {
    margin-left: -130%;
  }
  .laptop-l\:p-l-130\% {
    padding-left: 130%;
  }
  .laptop-l\:p-l--130\% {
    padding-left: -130%;
  }
  .laptop-l\:left-130\% {
    left: 130%;
  }
  .laptop-l\:left--130\% {
    left: -130%;
  }
  .laptop-l\:m-r-130\% {
    margin-right: 130%;
  }
  .laptop-l\:m-r--130\% {
    margin-right: -130%;
  }
  .laptop-l\:p-r-130\% {
    padding-right: 130%;
  }
  .laptop-l\:p-r--130\% {
    padding-right: -130%;
  }
  .laptop-l\:right-130\% {
    right: 130%;
  }
  .laptop-l\:right--130\% {
    right: -130%;
  }
  .laptop-l\:h-130\% {
    height: 130%;
  }
  .laptop-l\:w-130\% {
    width: 130%;
  }
  .laptop-l\:max_h-130\% {
    max-height: 130%;
  }
  .laptop-l\:max_w-130\% {
    max-width: 130%;
  }
  .laptop-l\:min_h-130\% {
    min-height: 130%;
  }
  .laptop-l\:min_w-130\% {
    min-width: 130%;
  }
  .laptop-l\:h-130vh {
    height: 130vh;
  }
  .laptop-l\:w-130vw {
    width: 130vw;
  }
  .laptop-l\:min_w-130vw {
    min-width: 130vw;
  }
  .laptop-l\:min_h-130vh {
    min-height: 130vh;
  }
  .laptop-l\:max_w-130vw {
    max-width: 130vw;
  }
  .laptop-l\:max_h-130vh {
    max-height: 130vh;
  }
  .laptop-l\:m-t-131\% {
    margin-top: 131%;
  }
  .laptop-l\:m-t--131\% {
    margin-top: -131%;
  }
  .laptop-l\:p-t-131\% {
    padding-top: 131%;
  }
  .laptop-l\:p-t--131\% {
    padding-top: -131%;
  }
  .laptop-l\:top-131\% {
    top: 131%;
  }
  .laptop-l\:top--131\% {
    top: -131%;
  }
  .laptop-l\:m-b-131\% {
    margin-bottom: 131%;
  }
  .laptop-l\:m-b--131\% {
    margin-bottom: -131%;
  }
  .laptop-l\:p-b-131\% {
    padding-bottom: 131%;
  }
  .laptop-l\:p-b--131\% {
    padding-bottom: -131%;
  }
  .laptop-l\:bottom-131\% {
    bottom: 131%;
  }
  .laptop-l\:bottom--131\% {
    bottom: -131%;
  }
  .laptop-l\:m-l-131\% {
    margin-left: 131%;
  }
  .laptop-l\:m-l--131\% {
    margin-left: -131%;
  }
  .laptop-l\:p-l-131\% {
    padding-left: 131%;
  }
  .laptop-l\:p-l--131\% {
    padding-left: -131%;
  }
  .laptop-l\:left-131\% {
    left: 131%;
  }
  .laptop-l\:left--131\% {
    left: -131%;
  }
  .laptop-l\:m-r-131\% {
    margin-right: 131%;
  }
  .laptop-l\:m-r--131\% {
    margin-right: -131%;
  }
  .laptop-l\:p-r-131\% {
    padding-right: 131%;
  }
  .laptop-l\:p-r--131\% {
    padding-right: -131%;
  }
  .laptop-l\:right-131\% {
    right: 131%;
  }
  .laptop-l\:right--131\% {
    right: -131%;
  }
  .laptop-l\:h-131\% {
    height: 131%;
  }
  .laptop-l\:w-131\% {
    width: 131%;
  }
  .laptop-l\:max_h-131\% {
    max-height: 131%;
  }
  .laptop-l\:max_w-131\% {
    max-width: 131%;
  }
  .laptop-l\:min_h-131\% {
    min-height: 131%;
  }
  .laptop-l\:min_w-131\% {
    min-width: 131%;
  }
  .laptop-l\:h-131vh {
    height: 131vh;
  }
  .laptop-l\:w-131vw {
    width: 131vw;
  }
  .laptop-l\:min_w-131vw {
    min-width: 131vw;
  }
  .laptop-l\:min_h-131vh {
    min-height: 131vh;
  }
  .laptop-l\:max_w-131vw {
    max-width: 131vw;
  }
  .laptop-l\:max_h-131vh {
    max-height: 131vh;
  }
  .laptop-l\:m-t-132\% {
    margin-top: 132%;
  }
  .laptop-l\:m-t--132\% {
    margin-top: -132%;
  }
  .laptop-l\:p-t-132\% {
    padding-top: 132%;
  }
  .laptop-l\:p-t--132\% {
    padding-top: -132%;
  }
  .laptop-l\:top-132\% {
    top: 132%;
  }
  .laptop-l\:top--132\% {
    top: -132%;
  }
  .laptop-l\:m-b-132\% {
    margin-bottom: 132%;
  }
  .laptop-l\:m-b--132\% {
    margin-bottom: -132%;
  }
  .laptop-l\:p-b-132\% {
    padding-bottom: 132%;
  }
  .laptop-l\:p-b--132\% {
    padding-bottom: -132%;
  }
  .laptop-l\:bottom-132\% {
    bottom: 132%;
  }
  .laptop-l\:bottom--132\% {
    bottom: -132%;
  }
  .laptop-l\:m-l-132\% {
    margin-left: 132%;
  }
  .laptop-l\:m-l--132\% {
    margin-left: -132%;
  }
  .laptop-l\:p-l-132\% {
    padding-left: 132%;
  }
  .laptop-l\:p-l--132\% {
    padding-left: -132%;
  }
  .laptop-l\:left-132\% {
    left: 132%;
  }
  .laptop-l\:left--132\% {
    left: -132%;
  }
  .laptop-l\:m-r-132\% {
    margin-right: 132%;
  }
  .laptop-l\:m-r--132\% {
    margin-right: -132%;
  }
  .laptop-l\:p-r-132\% {
    padding-right: 132%;
  }
  .laptop-l\:p-r--132\% {
    padding-right: -132%;
  }
  .laptop-l\:right-132\% {
    right: 132%;
  }
  .laptop-l\:right--132\% {
    right: -132%;
  }
  .laptop-l\:h-132\% {
    height: 132%;
  }
  .laptop-l\:w-132\% {
    width: 132%;
  }
  .laptop-l\:max_h-132\% {
    max-height: 132%;
  }
  .laptop-l\:max_w-132\% {
    max-width: 132%;
  }
  .laptop-l\:min_h-132\% {
    min-height: 132%;
  }
  .laptop-l\:min_w-132\% {
    min-width: 132%;
  }
  .laptop-l\:h-132vh {
    height: 132vh;
  }
  .laptop-l\:w-132vw {
    width: 132vw;
  }
  .laptop-l\:min_w-132vw {
    min-width: 132vw;
  }
  .laptop-l\:min_h-132vh {
    min-height: 132vh;
  }
  .laptop-l\:max_w-132vw {
    max-width: 132vw;
  }
  .laptop-l\:max_h-132vh {
    max-height: 132vh;
  }
  .laptop-l\:m-t-133\% {
    margin-top: 133%;
  }
  .laptop-l\:m-t--133\% {
    margin-top: -133%;
  }
  .laptop-l\:p-t-133\% {
    padding-top: 133%;
  }
  .laptop-l\:p-t--133\% {
    padding-top: -133%;
  }
  .laptop-l\:top-133\% {
    top: 133%;
  }
  .laptop-l\:top--133\% {
    top: -133%;
  }
  .laptop-l\:m-b-133\% {
    margin-bottom: 133%;
  }
  .laptop-l\:m-b--133\% {
    margin-bottom: -133%;
  }
  .laptop-l\:p-b-133\% {
    padding-bottom: 133%;
  }
  .laptop-l\:p-b--133\% {
    padding-bottom: -133%;
  }
  .laptop-l\:bottom-133\% {
    bottom: 133%;
  }
  .laptop-l\:bottom--133\% {
    bottom: -133%;
  }
  .laptop-l\:m-l-133\% {
    margin-left: 133%;
  }
  .laptop-l\:m-l--133\% {
    margin-left: -133%;
  }
  .laptop-l\:p-l-133\% {
    padding-left: 133%;
  }
  .laptop-l\:p-l--133\% {
    padding-left: -133%;
  }
  .laptop-l\:left-133\% {
    left: 133%;
  }
  .laptop-l\:left--133\% {
    left: -133%;
  }
  .laptop-l\:m-r-133\% {
    margin-right: 133%;
  }
  .laptop-l\:m-r--133\% {
    margin-right: -133%;
  }
  .laptop-l\:p-r-133\% {
    padding-right: 133%;
  }
  .laptop-l\:p-r--133\% {
    padding-right: -133%;
  }
  .laptop-l\:right-133\% {
    right: 133%;
  }
  .laptop-l\:right--133\% {
    right: -133%;
  }
  .laptop-l\:h-133\% {
    height: 133%;
  }
  .laptop-l\:w-133\% {
    width: 133%;
  }
  .laptop-l\:max_h-133\% {
    max-height: 133%;
  }
  .laptop-l\:max_w-133\% {
    max-width: 133%;
  }
  .laptop-l\:min_h-133\% {
    min-height: 133%;
  }
  .laptop-l\:min_w-133\% {
    min-width: 133%;
  }
  .laptop-l\:h-133vh {
    height: 133vh;
  }
  .laptop-l\:w-133vw {
    width: 133vw;
  }
  .laptop-l\:min_w-133vw {
    min-width: 133vw;
  }
  .laptop-l\:min_h-133vh {
    min-height: 133vh;
  }
  .laptop-l\:max_w-133vw {
    max-width: 133vw;
  }
  .laptop-l\:max_h-133vh {
    max-height: 133vh;
  }
  .laptop-l\:m-t-134\% {
    margin-top: 134%;
  }
  .laptop-l\:m-t--134\% {
    margin-top: -134%;
  }
  .laptop-l\:p-t-134\% {
    padding-top: 134%;
  }
  .laptop-l\:p-t--134\% {
    padding-top: -134%;
  }
  .laptop-l\:top-134\% {
    top: 134%;
  }
  .laptop-l\:top--134\% {
    top: -134%;
  }
  .laptop-l\:m-b-134\% {
    margin-bottom: 134%;
  }
  .laptop-l\:m-b--134\% {
    margin-bottom: -134%;
  }
  .laptop-l\:p-b-134\% {
    padding-bottom: 134%;
  }
  .laptop-l\:p-b--134\% {
    padding-bottom: -134%;
  }
  .laptop-l\:bottom-134\% {
    bottom: 134%;
  }
  .laptop-l\:bottom--134\% {
    bottom: -134%;
  }
  .laptop-l\:m-l-134\% {
    margin-left: 134%;
  }
  .laptop-l\:m-l--134\% {
    margin-left: -134%;
  }
  .laptop-l\:p-l-134\% {
    padding-left: 134%;
  }
  .laptop-l\:p-l--134\% {
    padding-left: -134%;
  }
  .laptop-l\:left-134\% {
    left: 134%;
  }
  .laptop-l\:left--134\% {
    left: -134%;
  }
  .laptop-l\:m-r-134\% {
    margin-right: 134%;
  }
  .laptop-l\:m-r--134\% {
    margin-right: -134%;
  }
  .laptop-l\:p-r-134\% {
    padding-right: 134%;
  }
  .laptop-l\:p-r--134\% {
    padding-right: -134%;
  }
  .laptop-l\:right-134\% {
    right: 134%;
  }
  .laptop-l\:right--134\% {
    right: -134%;
  }
  .laptop-l\:h-134\% {
    height: 134%;
  }
  .laptop-l\:w-134\% {
    width: 134%;
  }
  .laptop-l\:max_h-134\% {
    max-height: 134%;
  }
  .laptop-l\:max_w-134\% {
    max-width: 134%;
  }
  .laptop-l\:min_h-134\% {
    min-height: 134%;
  }
  .laptop-l\:min_w-134\% {
    min-width: 134%;
  }
  .laptop-l\:h-134vh {
    height: 134vh;
  }
  .laptop-l\:w-134vw {
    width: 134vw;
  }
  .laptop-l\:min_w-134vw {
    min-width: 134vw;
  }
  .laptop-l\:min_h-134vh {
    min-height: 134vh;
  }
  .laptop-l\:max_w-134vw {
    max-width: 134vw;
  }
  .laptop-l\:max_h-134vh {
    max-height: 134vh;
  }
  .laptop-l\:m-t-135\% {
    margin-top: 135%;
  }
  .laptop-l\:m-t--135\% {
    margin-top: -135%;
  }
  .laptop-l\:p-t-135\% {
    padding-top: 135%;
  }
  .laptop-l\:p-t--135\% {
    padding-top: -135%;
  }
  .laptop-l\:top-135\% {
    top: 135%;
  }
  .laptop-l\:top--135\% {
    top: -135%;
  }
  .laptop-l\:m-b-135\% {
    margin-bottom: 135%;
  }
  .laptop-l\:m-b--135\% {
    margin-bottom: -135%;
  }
  .laptop-l\:p-b-135\% {
    padding-bottom: 135%;
  }
  .laptop-l\:p-b--135\% {
    padding-bottom: -135%;
  }
  .laptop-l\:bottom-135\% {
    bottom: 135%;
  }
  .laptop-l\:bottom--135\% {
    bottom: -135%;
  }
  .laptop-l\:m-l-135\% {
    margin-left: 135%;
  }
  .laptop-l\:m-l--135\% {
    margin-left: -135%;
  }
  .laptop-l\:p-l-135\% {
    padding-left: 135%;
  }
  .laptop-l\:p-l--135\% {
    padding-left: -135%;
  }
  .laptop-l\:left-135\% {
    left: 135%;
  }
  .laptop-l\:left--135\% {
    left: -135%;
  }
  .laptop-l\:m-r-135\% {
    margin-right: 135%;
  }
  .laptop-l\:m-r--135\% {
    margin-right: -135%;
  }
  .laptop-l\:p-r-135\% {
    padding-right: 135%;
  }
  .laptop-l\:p-r--135\% {
    padding-right: -135%;
  }
  .laptop-l\:right-135\% {
    right: 135%;
  }
  .laptop-l\:right--135\% {
    right: -135%;
  }
  .laptop-l\:h-135\% {
    height: 135%;
  }
  .laptop-l\:w-135\% {
    width: 135%;
  }
  .laptop-l\:max_h-135\% {
    max-height: 135%;
  }
  .laptop-l\:max_w-135\% {
    max-width: 135%;
  }
  .laptop-l\:min_h-135\% {
    min-height: 135%;
  }
  .laptop-l\:min_w-135\% {
    min-width: 135%;
  }
  .laptop-l\:h-135vh {
    height: 135vh;
  }
  .laptop-l\:w-135vw {
    width: 135vw;
  }
  .laptop-l\:min_w-135vw {
    min-width: 135vw;
  }
  .laptop-l\:min_h-135vh {
    min-height: 135vh;
  }
  .laptop-l\:max_w-135vw {
    max-width: 135vw;
  }
  .laptop-l\:max_h-135vh {
    max-height: 135vh;
  }
  .laptop-l\:m-t-136\% {
    margin-top: 136%;
  }
  .laptop-l\:m-t--136\% {
    margin-top: -136%;
  }
  .laptop-l\:p-t-136\% {
    padding-top: 136%;
  }
  .laptop-l\:p-t--136\% {
    padding-top: -136%;
  }
  .laptop-l\:top-136\% {
    top: 136%;
  }
  .laptop-l\:top--136\% {
    top: -136%;
  }
  .laptop-l\:m-b-136\% {
    margin-bottom: 136%;
  }
  .laptop-l\:m-b--136\% {
    margin-bottom: -136%;
  }
  .laptop-l\:p-b-136\% {
    padding-bottom: 136%;
  }
  .laptop-l\:p-b--136\% {
    padding-bottom: -136%;
  }
  .laptop-l\:bottom-136\% {
    bottom: 136%;
  }
  .laptop-l\:bottom--136\% {
    bottom: -136%;
  }
  .laptop-l\:m-l-136\% {
    margin-left: 136%;
  }
  .laptop-l\:m-l--136\% {
    margin-left: -136%;
  }
  .laptop-l\:p-l-136\% {
    padding-left: 136%;
  }
  .laptop-l\:p-l--136\% {
    padding-left: -136%;
  }
  .laptop-l\:left-136\% {
    left: 136%;
  }
  .laptop-l\:left--136\% {
    left: -136%;
  }
  .laptop-l\:m-r-136\% {
    margin-right: 136%;
  }
  .laptop-l\:m-r--136\% {
    margin-right: -136%;
  }
  .laptop-l\:p-r-136\% {
    padding-right: 136%;
  }
  .laptop-l\:p-r--136\% {
    padding-right: -136%;
  }
  .laptop-l\:right-136\% {
    right: 136%;
  }
  .laptop-l\:right--136\% {
    right: -136%;
  }
  .laptop-l\:h-136\% {
    height: 136%;
  }
  .laptop-l\:w-136\% {
    width: 136%;
  }
  .laptop-l\:max_h-136\% {
    max-height: 136%;
  }
  .laptop-l\:max_w-136\% {
    max-width: 136%;
  }
  .laptop-l\:min_h-136\% {
    min-height: 136%;
  }
  .laptop-l\:min_w-136\% {
    min-width: 136%;
  }
  .laptop-l\:h-136vh {
    height: 136vh;
  }
  .laptop-l\:w-136vw {
    width: 136vw;
  }
  .laptop-l\:min_w-136vw {
    min-width: 136vw;
  }
  .laptop-l\:min_h-136vh {
    min-height: 136vh;
  }
  .laptop-l\:max_w-136vw {
    max-width: 136vw;
  }
  .laptop-l\:max_h-136vh {
    max-height: 136vh;
  }
  .laptop-l\:m-t-137\% {
    margin-top: 137%;
  }
  .laptop-l\:m-t--137\% {
    margin-top: -137%;
  }
  .laptop-l\:p-t-137\% {
    padding-top: 137%;
  }
  .laptop-l\:p-t--137\% {
    padding-top: -137%;
  }
  .laptop-l\:top-137\% {
    top: 137%;
  }
  .laptop-l\:top--137\% {
    top: -137%;
  }
  .laptop-l\:m-b-137\% {
    margin-bottom: 137%;
  }
  .laptop-l\:m-b--137\% {
    margin-bottom: -137%;
  }
  .laptop-l\:p-b-137\% {
    padding-bottom: 137%;
  }
  .laptop-l\:p-b--137\% {
    padding-bottom: -137%;
  }
  .laptop-l\:bottom-137\% {
    bottom: 137%;
  }
  .laptop-l\:bottom--137\% {
    bottom: -137%;
  }
  .laptop-l\:m-l-137\% {
    margin-left: 137%;
  }
  .laptop-l\:m-l--137\% {
    margin-left: -137%;
  }
  .laptop-l\:p-l-137\% {
    padding-left: 137%;
  }
  .laptop-l\:p-l--137\% {
    padding-left: -137%;
  }
  .laptop-l\:left-137\% {
    left: 137%;
  }
  .laptop-l\:left--137\% {
    left: -137%;
  }
  .laptop-l\:m-r-137\% {
    margin-right: 137%;
  }
  .laptop-l\:m-r--137\% {
    margin-right: -137%;
  }
  .laptop-l\:p-r-137\% {
    padding-right: 137%;
  }
  .laptop-l\:p-r--137\% {
    padding-right: -137%;
  }
  .laptop-l\:right-137\% {
    right: 137%;
  }
  .laptop-l\:right--137\% {
    right: -137%;
  }
  .laptop-l\:h-137\% {
    height: 137%;
  }
  .laptop-l\:w-137\% {
    width: 137%;
  }
  .laptop-l\:max_h-137\% {
    max-height: 137%;
  }
  .laptop-l\:max_w-137\% {
    max-width: 137%;
  }
  .laptop-l\:min_h-137\% {
    min-height: 137%;
  }
  .laptop-l\:min_w-137\% {
    min-width: 137%;
  }
  .laptop-l\:h-137vh {
    height: 137vh;
  }
  .laptop-l\:w-137vw {
    width: 137vw;
  }
  .laptop-l\:min_w-137vw {
    min-width: 137vw;
  }
  .laptop-l\:min_h-137vh {
    min-height: 137vh;
  }
  .laptop-l\:max_w-137vw {
    max-width: 137vw;
  }
  .laptop-l\:max_h-137vh {
    max-height: 137vh;
  }
  .laptop-l\:m-t-138\% {
    margin-top: 138%;
  }
  .laptop-l\:m-t--138\% {
    margin-top: -138%;
  }
  .laptop-l\:p-t-138\% {
    padding-top: 138%;
  }
  .laptop-l\:p-t--138\% {
    padding-top: -138%;
  }
  .laptop-l\:top-138\% {
    top: 138%;
  }
  .laptop-l\:top--138\% {
    top: -138%;
  }
  .laptop-l\:m-b-138\% {
    margin-bottom: 138%;
  }
  .laptop-l\:m-b--138\% {
    margin-bottom: -138%;
  }
  .laptop-l\:p-b-138\% {
    padding-bottom: 138%;
  }
  .laptop-l\:p-b--138\% {
    padding-bottom: -138%;
  }
  .laptop-l\:bottom-138\% {
    bottom: 138%;
  }
  .laptop-l\:bottom--138\% {
    bottom: -138%;
  }
  .laptop-l\:m-l-138\% {
    margin-left: 138%;
  }
  .laptop-l\:m-l--138\% {
    margin-left: -138%;
  }
  .laptop-l\:p-l-138\% {
    padding-left: 138%;
  }
  .laptop-l\:p-l--138\% {
    padding-left: -138%;
  }
  .laptop-l\:left-138\% {
    left: 138%;
  }
  .laptop-l\:left--138\% {
    left: -138%;
  }
  .laptop-l\:m-r-138\% {
    margin-right: 138%;
  }
  .laptop-l\:m-r--138\% {
    margin-right: -138%;
  }
  .laptop-l\:p-r-138\% {
    padding-right: 138%;
  }
  .laptop-l\:p-r--138\% {
    padding-right: -138%;
  }
  .laptop-l\:right-138\% {
    right: 138%;
  }
  .laptop-l\:right--138\% {
    right: -138%;
  }
  .laptop-l\:h-138\% {
    height: 138%;
  }
  .laptop-l\:w-138\% {
    width: 138%;
  }
  .laptop-l\:max_h-138\% {
    max-height: 138%;
  }
  .laptop-l\:max_w-138\% {
    max-width: 138%;
  }
  .laptop-l\:min_h-138\% {
    min-height: 138%;
  }
  .laptop-l\:min_w-138\% {
    min-width: 138%;
  }
  .laptop-l\:h-138vh {
    height: 138vh;
  }
  .laptop-l\:w-138vw {
    width: 138vw;
  }
  .laptop-l\:min_w-138vw {
    min-width: 138vw;
  }
  .laptop-l\:min_h-138vh {
    min-height: 138vh;
  }
  .laptop-l\:max_w-138vw {
    max-width: 138vw;
  }
  .laptop-l\:max_h-138vh {
    max-height: 138vh;
  }
  .laptop-l\:m-t-139\% {
    margin-top: 139%;
  }
  .laptop-l\:m-t--139\% {
    margin-top: -139%;
  }
  .laptop-l\:p-t-139\% {
    padding-top: 139%;
  }
  .laptop-l\:p-t--139\% {
    padding-top: -139%;
  }
  .laptop-l\:top-139\% {
    top: 139%;
  }
  .laptop-l\:top--139\% {
    top: -139%;
  }
  .laptop-l\:m-b-139\% {
    margin-bottom: 139%;
  }
  .laptop-l\:m-b--139\% {
    margin-bottom: -139%;
  }
  .laptop-l\:p-b-139\% {
    padding-bottom: 139%;
  }
  .laptop-l\:p-b--139\% {
    padding-bottom: -139%;
  }
  .laptop-l\:bottom-139\% {
    bottom: 139%;
  }
  .laptop-l\:bottom--139\% {
    bottom: -139%;
  }
  .laptop-l\:m-l-139\% {
    margin-left: 139%;
  }
  .laptop-l\:m-l--139\% {
    margin-left: -139%;
  }
  .laptop-l\:p-l-139\% {
    padding-left: 139%;
  }
  .laptop-l\:p-l--139\% {
    padding-left: -139%;
  }
  .laptop-l\:left-139\% {
    left: 139%;
  }
  .laptop-l\:left--139\% {
    left: -139%;
  }
  .laptop-l\:m-r-139\% {
    margin-right: 139%;
  }
  .laptop-l\:m-r--139\% {
    margin-right: -139%;
  }
  .laptop-l\:p-r-139\% {
    padding-right: 139%;
  }
  .laptop-l\:p-r--139\% {
    padding-right: -139%;
  }
  .laptop-l\:right-139\% {
    right: 139%;
  }
  .laptop-l\:right--139\% {
    right: -139%;
  }
  .laptop-l\:h-139\% {
    height: 139%;
  }
  .laptop-l\:w-139\% {
    width: 139%;
  }
  .laptop-l\:max_h-139\% {
    max-height: 139%;
  }
  .laptop-l\:max_w-139\% {
    max-width: 139%;
  }
  .laptop-l\:min_h-139\% {
    min-height: 139%;
  }
  .laptop-l\:min_w-139\% {
    min-width: 139%;
  }
  .laptop-l\:h-139vh {
    height: 139vh;
  }
  .laptop-l\:w-139vw {
    width: 139vw;
  }
  .laptop-l\:min_w-139vw {
    min-width: 139vw;
  }
  .laptop-l\:min_h-139vh {
    min-height: 139vh;
  }
  .laptop-l\:max_w-139vw {
    max-width: 139vw;
  }
  .laptop-l\:max_h-139vh {
    max-height: 139vh;
  }
  .laptop-l\:m-t-140\% {
    margin-top: 140%;
  }
  .laptop-l\:m-t--140\% {
    margin-top: -140%;
  }
  .laptop-l\:p-t-140\% {
    padding-top: 140%;
  }
  .laptop-l\:p-t--140\% {
    padding-top: -140%;
  }
  .laptop-l\:top-140\% {
    top: 140%;
  }
  .laptop-l\:top--140\% {
    top: -140%;
  }
  .laptop-l\:m-b-140\% {
    margin-bottom: 140%;
  }
  .laptop-l\:m-b--140\% {
    margin-bottom: -140%;
  }
  .laptop-l\:p-b-140\% {
    padding-bottom: 140%;
  }
  .laptop-l\:p-b--140\% {
    padding-bottom: -140%;
  }
  .laptop-l\:bottom-140\% {
    bottom: 140%;
  }
  .laptop-l\:bottom--140\% {
    bottom: -140%;
  }
  .laptop-l\:m-l-140\% {
    margin-left: 140%;
  }
  .laptop-l\:m-l--140\% {
    margin-left: -140%;
  }
  .laptop-l\:p-l-140\% {
    padding-left: 140%;
  }
  .laptop-l\:p-l--140\% {
    padding-left: -140%;
  }
  .laptop-l\:left-140\% {
    left: 140%;
  }
  .laptop-l\:left--140\% {
    left: -140%;
  }
  .laptop-l\:m-r-140\% {
    margin-right: 140%;
  }
  .laptop-l\:m-r--140\% {
    margin-right: -140%;
  }
  .laptop-l\:p-r-140\% {
    padding-right: 140%;
  }
  .laptop-l\:p-r--140\% {
    padding-right: -140%;
  }
  .laptop-l\:right-140\% {
    right: 140%;
  }
  .laptop-l\:right--140\% {
    right: -140%;
  }
  .laptop-l\:h-140\% {
    height: 140%;
  }
  .laptop-l\:w-140\% {
    width: 140%;
  }
  .laptop-l\:max_h-140\% {
    max-height: 140%;
  }
  .laptop-l\:max_w-140\% {
    max-width: 140%;
  }
  .laptop-l\:min_h-140\% {
    min-height: 140%;
  }
  .laptop-l\:min_w-140\% {
    min-width: 140%;
  }
  .laptop-l\:h-140vh {
    height: 140vh;
  }
  .laptop-l\:w-140vw {
    width: 140vw;
  }
  .laptop-l\:min_w-140vw {
    min-width: 140vw;
  }
  .laptop-l\:min_h-140vh {
    min-height: 140vh;
  }
  .laptop-l\:max_w-140vw {
    max-width: 140vw;
  }
  .laptop-l\:max_h-140vh {
    max-height: 140vh;
  }
  .laptop-l\:m-t-141\% {
    margin-top: 141%;
  }
  .laptop-l\:m-t--141\% {
    margin-top: -141%;
  }
  .laptop-l\:p-t-141\% {
    padding-top: 141%;
  }
  .laptop-l\:p-t--141\% {
    padding-top: -141%;
  }
  .laptop-l\:top-141\% {
    top: 141%;
  }
  .laptop-l\:top--141\% {
    top: -141%;
  }
  .laptop-l\:m-b-141\% {
    margin-bottom: 141%;
  }
  .laptop-l\:m-b--141\% {
    margin-bottom: -141%;
  }
  .laptop-l\:p-b-141\% {
    padding-bottom: 141%;
  }
  .laptop-l\:p-b--141\% {
    padding-bottom: -141%;
  }
  .laptop-l\:bottom-141\% {
    bottom: 141%;
  }
  .laptop-l\:bottom--141\% {
    bottom: -141%;
  }
  .laptop-l\:m-l-141\% {
    margin-left: 141%;
  }
  .laptop-l\:m-l--141\% {
    margin-left: -141%;
  }
  .laptop-l\:p-l-141\% {
    padding-left: 141%;
  }
  .laptop-l\:p-l--141\% {
    padding-left: -141%;
  }
  .laptop-l\:left-141\% {
    left: 141%;
  }
  .laptop-l\:left--141\% {
    left: -141%;
  }
  .laptop-l\:m-r-141\% {
    margin-right: 141%;
  }
  .laptop-l\:m-r--141\% {
    margin-right: -141%;
  }
  .laptop-l\:p-r-141\% {
    padding-right: 141%;
  }
  .laptop-l\:p-r--141\% {
    padding-right: -141%;
  }
  .laptop-l\:right-141\% {
    right: 141%;
  }
  .laptop-l\:right--141\% {
    right: -141%;
  }
  .laptop-l\:h-141\% {
    height: 141%;
  }
  .laptop-l\:w-141\% {
    width: 141%;
  }
  .laptop-l\:max_h-141\% {
    max-height: 141%;
  }
  .laptop-l\:max_w-141\% {
    max-width: 141%;
  }
  .laptop-l\:min_h-141\% {
    min-height: 141%;
  }
  .laptop-l\:min_w-141\% {
    min-width: 141%;
  }
  .laptop-l\:h-141vh {
    height: 141vh;
  }
  .laptop-l\:w-141vw {
    width: 141vw;
  }
  .laptop-l\:min_w-141vw {
    min-width: 141vw;
  }
  .laptop-l\:min_h-141vh {
    min-height: 141vh;
  }
  .laptop-l\:max_w-141vw {
    max-width: 141vw;
  }
  .laptop-l\:max_h-141vh {
    max-height: 141vh;
  }
  .laptop-l\:m-t-142\% {
    margin-top: 142%;
  }
  .laptop-l\:m-t--142\% {
    margin-top: -142%;
  }
  .laptop-l\:p-t-142\% {
    padding-top: 142%;
  }
  .laptop-l\:p-t--142\% {
    padding-top: -142%;
  }
  .laptop-l\:top-142\% {
    top: 142%;
  }
  .laptop-l\:top--142\% {
    top: -142%;
  }
  .laptop-l\:m-b-142\% {
    margin-bottom: 142%;
  }
  .laptop-l\:m-b--142\% {
    margin-bottom: -142%;
  }
  .laptop-l\:p-b-142\% {
    padding-bottom: 142%;
  }
  .laptop-l\:p-b--142\% {
    padding-bottom: -142%;
  }
  .laptop-l\:bottom-142\% {
    bottom: 142%;
  }
  .laptop-l\:bottom--142\% {
    bottom: -142%;
  }
  .laptop-l\:m-l-142\% {
    margin-left: 142%;
  }
  .laptop-l\:m-l--142\% {
    margin-left: -142%;
  }
  .laptop-l\:p-l-142\% {
    padding-left: 142%;
  }
  .laptop-l\:p-l--142\% {
    padding-left: -142%;
  }
  .laptop-l\:left-142\% {
    left: 142%;
  }
  .laptop-l\:left--142\% {
    left: -142%;
  }
  .laptop-l\:m-r-142\% {
    margin-right: 142%;
  }
  .laptop-l\:m-r--142\% {
    margin-right: -142%;
  }
  .laptop-l\:p-r-142\% {
    padding-right: 142%;
  }
  .laptop-l\:p-r--142\% {
    padding-right: -142%;
  }
  .laptop-l\:right-142\% {
    right: 142%;
  }
  .laptop-l\:right--142\% {
    right: -142%;
  }
  .laptop-l\:h-142\% {
    height: 142%;
  }
  .laptop-l\:w-142\% {
    width: 142%;
  }
  .laptop-l\:max_h-142\% {
    max-height: 142%;
  }
  .laptop-l\:max_w-142\% {
    max-width: 142%;
  }
  .laptop-l\:min_h-142\% {
    min-height: 142%;
  }
  .laptop-l\:min_w-142\% {
    min-width: 142%;
  }
  .laptop-l\:h-142vh {
    height: 142vh;
  }
  .laptop-l\:w-142vw {
    width: 142vw;
  }
  .laptop-l\:min_w-142vw {
    min-width: 142vw;
  }
  .laptop-l\:min_h-142vh {
    min-height: 142vh;
  }
  .laptop-l\:max_w-142vw {
    max-width: 142vw;
  }
  .laptop-l\:max_h-142vh {
    max-height: 142vh;
  }
  .laptop-l\:m-t-143\% {
    margin-top: 143%;
  }
  .laptop-l\:m-t--143\% {
    margin-top: -143%;
  }
  .laptop-l\:p-t-143\% {
    padding-top: 143%;
  }
  .laptop-l\:p-t--143\% {
    padding-top: -143%;
  }
  .laptop-l\:top-143\% {
    top: 143%;
  }
  .laptop-l\:top--143\% {
    top: -143%;
  }
  .laptop-l\:m-b-143\% {
    margin-bottom: 143%;
  }
  .laptop-l\:m-b--143\% {
    margin-bottom: -143%;
  }
  .laptop-l\:p-b-143\% {
    padding-bottom: 143%;
  }
  .laptop-l\:p-b--143\% {
    padding-bottom: -143%;
  }
  .laptop-l\:bottom-143\% {
    bottom: 143%;
  }
  .laptop-l\:bottom--143\% {
    bottom: -143%;
  }
  .laptop-l\:m-l-143\% {
    margin-left: 143%;
  }
  .laptop-l\:m-l--143\% {
    margin-left: -143%;
  }
  .laptop-l\:p-l-143\% {
    padding-left: 143%;
  }
  .laptop-l\:p-l--143\% {
    padding-left: -143%;
  }
  .laptop-l\:left-143\% {
    left: 143%;
  }
  .laptop-l\:left--143\% {
    left: -143%;
  }
  .laptop-l\:m-r-143\% {
    margin-right: 143%;
  }
  .laptop-l\:m-r--143\% {
    margin-right: -143%;
  }
  .laptop-l\:p-r-143\% {
    padding-right: 143%;
  }
  .laptop-l\:p-r--143\% {
    padding-right: -143%;
  }
  .laptop-l\:right-143\% {
    right: 143%;
  }
  .laptop-l\:right--143\% {
    right: -143%;
  }
  .laptop-l\:h-143\% {
    height: 143%;
  }
  .laptop-l\:w-143\% {
    width: 143%;
  }
  .laptop-l\:max_h-143\% {
    max-height: 143%;
  }
  .laptop-l\:max_w-143\% {
    max-width: 143%;
  }
  .laptop-l\:min_h-143\% {
    min-height: 143%;
  }
  .laptop-l\:min_w-143\% {
    min-width: 143%;
  }
  .laptop-l\:h-143vh {
    height: 143vh;
  }
  .laptop-l\:w-143vw {
    width: 143vw;
  }
  .laptop-l\:min_w-143vw {
    min-width: 143vw;
  }
  .laptop-l\:min_h-143vh {
    min-height: 143vh;
  }
  .laptop-l\:max_w-143vw {
    max-width: 143vw;
  }
  .laptop-l\:max_h-143vh {
    max-height: 143vh;
  }
  .laptop-l\:m-t-144\% {
    margin-top: 144%;
  }
  .laptop-l\:m-t--144\% {
    margin-top: -144%;
  }
  .laptop-l\:p-t-144\% {
    padding-top: 144%;
  }
  .laptop-l\:p-t--144\% {
    padding-top: -144%;
  }
  .laptop-l\:top-144\% {
    top: 144%;
  }
  .laptop-l\:top--144\% {
    top: -144%;
  }
  .laptop-l\:m-b-144\% {
    margin-bottom: 144%;
  }
  .laptop-l\:m-b--144\% {
    margin-bottom: -144%;
  }
  .laptop-l\:p-b-144\% {
    padding-bottom: 144%;
  }
  .laptop-l\:p-b--144\% {
    padding-bottom: -144%;
  }
  .laptop-l\:bottom-144\% {
    bottom: 144%;
  }
  .laptop-l\:bottom--144\% {
    bottom: -144%;
  }
  .laptop-l\:m-l-144\% {
    margin-left: 144%;
  }
  .laptop-l\:m-l--144\% {
    margin-left: -144%;
  }
  .laptop-l\:p-l-144\% {
    padding-left: 144%;
  }
  .laptop-l\:p-l--144\% {
    padding-left: -144%;
  }
  .laptop-l\:left-144\% {
    left: 144%;
  }
  .laptop-l\:left--144\% {
    left: -144%;
  }
  .laptop-l\:m-r-144\% {
    margin-right: 144%;
  }
  .laptop-l\:m-r--144\% {
    margin-right: -144%;
  }
  .laptop-l\:p-r-144\% {
    padding-right: 144%;
  }
  .laptop-l\:p-r--144\% {
    padding-right: -144%;
  }
  .laptop-l\:right-144\% {
    right: 144%;
  }
  .laptop-l\:right--144\% {
    right: -144%;
  }
  .laptop-l\:h-144\% {
    height: 144%;
  }
  .laptop-l\:w-144\% {
    width: 144%;
  }
  .laptop-l\:max_h-144\% {
    max-height: 144%;
  }
  .laptop-l\:max_w-144\% {
    max-width: 144%;
  }
  .laptop-l\:min_h-144\% {
    min-height: 144%;
  }
  .laptop-l\:min_w-144\% {
    min-width: 144%;
  }
  .laptop-l\:h-144vh {
    height: 144vh;
  }
  .laptop-l\:w-144vw {
    width: 144vw;
  }
  .laptop-l\:min_w-144vw {
    min-width: 144vw;
  }
  .laptop-l\:min_h-144vh {
    min-height: 144vh;
  }
  .laptop-l\:max_w-144vw {
    max-width: 144vw;
  }
  .laptop-l\:max_h-144vh {
    max-height: 144vh;
  }
  .laptop-l\:m-t-145\% {
    margin-top: 145%;
  }
  .laptop-l\:m-t--145\% {
    margin-top: -145%;
  }
  .laptop-l\:p-t-145\% {
    padding-top: 145%;
  }
  .laptop-l\:p-t--145\% {
    padding-top: -145%;
  }
  .laptop-l\:top-145\% {
    top: 145%;
  }
  .laptop-l\:top--145\% {
    top: -145%;
  }
  .laptop-l\:m-b-145\% {
    margin-bottom: 145%;
  }
  .laptop-l\:m-b--145\% {
    margin-bottom: -145%;
  }
  .laptop-l\:p-b-145\% {
    padding-bottom: 145%;
  }
  .laptop-l\:p-b--145\% {
    padding-bottom: -145%;
  }
  .laptop-l\:bottom-145\% {
    bottom: 145%;
  }
  .laptop-l\:bottom--145\% {
    bottom: -145%;
  }
  .laptop-l\:m-l-145\% {
    margin-left: 145%;
  }
  .laptop-l\:m-l--145\% {
    margin-left: -145%;
  }
  .laptop-l\:p-l-145\% {
    padding-left: 145%;
  }
  .laptop-l\:p-l--145\% {
    padding-left: -145%;
  }
  .laptop-l\:left-145\% {
    left: 145%;
  }
  .laptop-l\:left--145\% {
    left: -145%;
  }
  .laptop-l\:m-r-145\% {
    margin-right: 145%;
  }
  .laptop-l\:m-r--145\% {
    margin-right: -145%;
  }
  .laptop-l\:p-r-145\% {
    padding-right: 145%;
  }
  .laptop-l\:p-r--145\% {
    padding-right: -145%;
  }
  .laptop-l\:right-145\% {
    right: 145%;
  }
  .laptop-l\:right--145\% {
    right: -145%;
  }
  .laptop-l\:h-145\% {
    height: 145%;
  }
  .laptop-l\:w-145\% {
    width: 145%;
  }
  .laptop-l\:max_h-145\% {
    max-height: 145%;
  }
  .laptop-l\:max_w-145\% {
    max-width: 145%;
  }
  .laptop-l\:min_h-145\% {
    min-height: 145%;
  }
  .laptop-l\:min_w-145\% {
    min-width: 145%;
  }
  .laptop-l\:h-145vh {
    height: 145vh;
  }
  .laptop-l\:w-145vw {
    width: 145vw;
  }
  .laptop-l\:min_w-145vw {
    min-width: 145vw;
  }
  .laptop-l\:min_h-145vh {
    min-height: 145vh;
  }
  .laptop-l\:max_w-145vw {
    max-width: 145vw;
  }
  .laptop-l\:max_h-145vh {
    max-height: 145vh;
  }
  .laptop-l\:m-t-146\% {
    margin-top: 146%;
  }
  .laptop-l\:m-t--146\% {
    margin-top: -146%;
  }
  .laptop-l\:p-t-146\% {
    padding-top: 146%;
  }
  .laptop-l\:p-t--146\% {
    padding-top: -146%;
  }
  .laptop-l\:top-146\% {
    top: 146%;
  }
  .laptop-l\:top--146\% {
    top: -146%;
  }
  .laptop-l\:m-b-146\% {
    margin-bottom: 146%;
  }
  .laptop-l\:m-b--146\% {
    margin-bottom: -146%;
  }
  .laptop-l\:p-b-146\% {
    padding-bottom: 146%;
  }
  .laptop-l\:p-b--146\% {
    padding-bottom: -146%;
  }
  .laptop-l\:bottom-146\% {
    bottom: 146%;
  }
  .laptop-l\:bottom--146\% {
    bottom: -146%;
  }
  .laptop-l\:m-l-146\% {
    margin-left: 146%;
  }
  .laptop-l\:m-l--146\% {
    margin-left: -146%;
  }
  .laptop-l\:p-l-146\% {
    padding-left: 146%;
  }
  .laptop-l\:p-l--146\% {
    padding-left: -146%;
  }
  .laptop-l\:left-146\% {
    left: 146%;
  }
  .laptop-l\:left--146\% {
    left: -146%;
  }
  .laptop-l\:m-r-146\% {
    margin-right: 146%;
  }
  .laptop-l\:m-r--146\% {
    margin-right: -146%;
  }
  .laptop-l\:p-r-146\% {
    padding-right: 146%;
  }
  .laptop-l\:p-r--146\% {
    padding-right: -146%;
  }
  .laptop-l\:right-146\% {
    right: 146%;
  }
  .laptop-l\:right--146\% {
    right: -146%;
  }
  .laptop-l\:h-146\% {
    height: 146%;
  }
  .laptop-l\:w-146\% {
    width: 146%;
  }
  .laptop-l\:max_h-146\% {
    max-height: 146%;
  }
  .laptop-l\:max_w-146\% {
    max-width: 146%;
  }
  .laptop-l\:min_h-146\% {
    min-height: 146%;
  }
  .laptop-l\:min_w-146\% {
    min-width: 146%;
  }
  .laptop-l\:h-146vh {
    height: 146vh;
  }
  .laptop-l\:w-146vw {
    width: 146vw;
  }
  .laptop-l\:min_w-146vw {
    min-width: 146vw;
  }
  .laptop-l\:min_h-146vh {
    min-height: 146vh;
  }
  .laptop-l\:max_w-146vw {
    max-width: 146vw;
  }
  .laptop-l\:max_h-146vh {
    max-height: 146vh;
  }
  .laptop-l\:m-t-147\% {
    margin-top: 147%;
  }
  .laptop-l\:m-t--147\% {
    margin-top: -147%;
  }
  .laptop-l\:p-t-147\% {
    padding-top: 147%;
  }
  .laptop-l\:p-t--147\% {
    padding-top: -147%;
  }
  .laptop-l\:top-147\% {
    top: 147%;
  }
  .laptop-l\:top--147\% {
    top: -147%;
  }
  .laptop-l\:m-b-147\% {
    margin-bottom: 147%;
  }
  .laptop-l\:m-b--147\% {
    margin-bottom: -147%;
  }
  .laptop-l\:p-b-147\% {
    padding-bottom: 147%;
  }
  .laptop-l\:p-b--147\% {
    padding-bottom: -147%;
  }
  .laptop-l\:bottom-147\% {
    bottom: 147%;
  }
  .laptop-l\:bottom--147\% {
    bottom: -147%;
  }
  .laptop-l\:m-l-147\% {
    margin-left: 147%;
  }
  .laptop-l\:m-l--147\% {
    margin-left: -147%;
  }
  .laptop-l\:p-l-147\% {
    padding-left: 147%;
  }
  .laptop-l\:p-l--147\% {
    padding-left: -147%;
  }
  .laptop-l\:left-147\% {
    left: 147%;
  }
  .laptop-l\:left--147\% {
    left: -147%;
  }
  .laptop-l\:m-r-147\% {
    margin-right: 147%;
  }
  .laptop-l\:m-r--147\% {
    margin-right: -147%;
  }
  .laptop-l\:p-r-147\% {
    padding-right: 147%;
  }
  .laptop-l\:p-r--147\% {
    padding-right: -147%;
  }
  .laptop-l\:right-147\% {
    right: 147%;
  }
  .laptop-l\:right--147\% {
    right: -147%;
  }
  .laptop-l\:h-147\% {
    height: 147%;
  }
  .laptop-l\:w-147\% {
    width: 147%;
  }
  .laptop-l\:max_h-147\% {
    max-height: 147%;
  }
  .laptop-l\:max_w-147\% {
    max-width: 147%;
  }
  .laptop-l\:min_h-147\% {
    min-height: 147%;
  }
  .laptop-l\:min_w-147\% {
    min-width: 147%;
  }
  .laptop-l\:h-147vh {
    height: 147vh;
  }
  .laptop-l\:w-147vw {
    width: 147vw;
  }
  .laptop-l\:min_w-147vw {
    min-width: 147vw;
  }
  .laptop-l\:min_h-147vh {
    min-height: 147vh;
  }
  .laptop-l\:max_w-147vw {
    max-width: 147vw;
  }
  .laptop-l\:max_h-147vh {
    max-height: 147vh;
  }
  .laptop-l\:m-t-148\% {
    margin-top: 148%;
  }
  .laptop-l\:m-t--148\% {
    margin-top: -148%;
  }
  .laptop-l\:p-t-148\% {
    padding-top: 148%;
  }
  .laptop-l\:p-t--148\% {
    padding-top: -148%;
  }
  .laptop-l\:top-148\% {
    top: 148%;
  }
  .laptop-l\:top--148\% {
    top: -148%;
  }
  .laptop-l\:m-b-148\% {
    margin-bottom: 148%;
  }
  .laptop-l\:m-b--148\% {
    margin-bottom: -148%;
  }
  .laptop-l\:p-b-148\% {
    padding-bottom: 148%;
  }
  .laptop-l\:p-b--148\% {
    padding-bottom: -148%;
  }
  .laptop-l\:bottom-148\% {
    bottom: 148%;
  }
  .laptop-l\:bottom--148\% {
    bottom: -148%;
  }
  .laptop-l\:m-l-148\% {
    margin-left: 148%;
  }
  .laptop-l\:m-l--148\% {
    margin-left: -148%;
  }
  .laptop-l\:p-l-148\% {
    padding-left: 148%;
  }
  .laptop-l\:p-l--148\% {
    padding-left: -148%;
  }
  .laptop-l\:left-148\% {
    left: 148%;
  }
  .laptop-l\:left--148\% {
    left: -148%;
  }
  .laptop-l\:m-r-148\% {
    margin-right: 148%;
  }
  .laptop-l\:m-r--148\% {
    margin-right: -148%;
  }
  .laptop-l\:p-r-148\% {
    padding-right: 148%;
  }
  .laptop-l\:p-r--148\% {
    padding-right: -148%;
  }
  .laptop-l\:right-148\% {
    right: 148%;
  }
  .laptop-l\:right--148\% {
    right: -148%;
  }
  .laptop-l\:h-148\% {
    height: 148%;
  }
  .laptop-l\:w-148\% {
    width: 148%;
  }
  .laptop-l\:max_h-148\% {
    max-height: 148%;
  }
  .laptop-l\:max_w-148\% {
    max-width: 148%;
  }
  .laptop-l\:min_h-148\% {
    min-height: 148%;
  }
  .laptop-l\:min_w-148\% {
    min-width: 148%;
  }
  .laptop-l\:h-148vh {
    height: 148vh;
  }
  .laptop-l\:w-148vw {
    width: 148vw;
  }
  .laptop-l\:min_w-148vw {
    min-width: 148vw;
  }
  .laptop-l\:min_h-148vh {
    min-height: 148vh;
  }
  .laptop-l\:max_w-148vw {
    max-width: 148vw;
  }
  .laptop-l\:max_h-148vh {
    max-height: 148vh;
  }
  .laptop-l\:m-t-149\% {
    margin-top: 149%;
  }
  .laptop-l\:m-t--149\% {
    margin-top: -149%;
  }
  .laptop-l\:p-t-149\% {
    padding-top: 149%;
  }
  .laptop-l\:p-t--149\% {
    padding-top: -149%;
  }
  .laptop-l\:top-149\% {
    top: 149%;
  }
  .laptop-l\:top--149\% {
    top: -149%;
  }
  .laptop-l\:m-b-149\% {
    margin-bottom: 149%;
  }
  .laptop-l\:m-b--149\% {
    margin-bottom: -149%;
  }
  .laptop-l\:p-b-149\% {
    padding-bottom: 149%;
  }
  .laptop-l\:p-b--149\% {
    padding-bottom: -149%;
  }
  .laptop-l\:bottom-149\% {
    bottom: 149%;
  }
  .laptop-l\:bottom--149\% {
    bottom: -149%;
  }
  .laptop-l\:m-l-149\% {
    margin-left: 149%;
  }
  .laptop-l\:m-l--149\% {
    margin-left: -149%;
  }
  .laptop-l\:p-l-149\% {
    padding-left: 149%;
  }
  .laptop-l\:p-l--149\% {
    padding-left: -149%;
  }
  .laptop-l\:left-149\% {
    left: 149%;
  }
  .laptop-l\:left--149\% {
    left: -149%;
  }
  .laptop-l\:m-r-149\% {
    margin-right: 149%;
  }
  .laptop-l\:m-r--149\% {
    margin-right: -149%;
  }
  .laptop-l\:p-r-149\% {
    padding-right: 149%;
  }
  .laptop-l\:p-r--149\% {
    padding-right: -149%;
  }
  .laptop-l\:right-149\% {
    right: 149%;
  }
  .laptop-l\:right--149\% {
    right: -149%;
  }
  .laptop-l\:h-149\% {
    height: 149%;
  }
  .laptop-l\:w-149\% {
    width: 149%;
  }
  .laptop-l\:max_h-149\% {
    max-height: 149%;
  }
  .laptop-l\:max_w-149\% {
    max-width: 149%;
  }
  .laptop-l\:min_h-149\% {
    min-height: 149%;
  }
  .laptop-l\:min_w-149\% {
    min-width: 149%;
  }
  .laptop-l\:h-149vh {
    height: 149vh;
  }
  .laptop-l\:w-149vw {
    width: 149vw;
  }
  .laptop-l\:min_w-149vw {
    min-width: 149vw;
  }
  .laptop-l\:min_h-149vh {
    min-height: 149vh;
  }
  .laptop-l\:max_w-149vw {
    max-width: 149vw;
  }
  .laptop-l\:max_h-149vh {
    max-height: 149vh;
  }
  .laptop-l\:m-t-150\% {
    margin-top: 150%;
  }
  .laptop-l\:m-t--150\% {
    margin-top: -150%;
  }
  .laptop-l\:p-t-150\% {
    padding-top: 150%;
  }
  .laptop-l\:p-t--150\% {
    padding-top: -150%;
  }
  .laptop-l\:top-150\% {
    top: 150%;
  }
  .laptop-l\:top--150\% {
    top: -150%;
  }
  .laptop-l\:m-b-150\% {
    margin-bottom: 150%;
  }
  .laptop-l\:m-b--150\% {
    margin-bottom: -150%;
  }
  .laptop-l\:p-b-150\% {
    padding-bottom: 150%;
  }
  .laptop-l\:p-b--150\% {
    padding-bottom: -150%;
  }
  .laptop-l\:bottom-150\% {
    bottom: 150%;
  }
  .laptop-l\:bottom--150\% {
    bottom: -150%;
  }
  .laptop-l\:m-l-150\% {
    margin-left: 150%;
  }
  .laptop-l\:m-l--150\% {
    margin-left: -150%;
  }
  .laptop-l\:p-l-150\% {
    padding-left: 150%;
  }
  .laptop-l\:p-l--150\% {
    padding-left: -150%;
  }
  .laptop-l\:left-150\% {
    left: 150%;
  }
  .laptop-l\:left--150\% {
    left: -150%;
  }
  .laptop-l\:m-r-150\% {
    margin-right: 150%;
  }
  .laptop-l\:m-r--150\% {
    margin-right: -150%;
  }
  .laptop-l\:p-r-150\% {
    padding-right: 150%;
  }
  .laptop-l\:p-r--150\% {
    padding-right: -150%;
  }
  .laptop-l\:right-150\% {
    right: 150%;
  }
  .laptop-l\:right--150\% {
    right: -150%;
  }
  .laptop-l\:h-150\% {
    height: 150%;
  }
  .laptop-l\:w-150\% {
    width: 150%;
  }
  .laptop-l\:max_h-150\% {
    max-height: 150%;
  }
  .laptop-l\:max_w-150\% {
    max-width: 150%;
  }
  .laptop-l\:min_h-150\% {
    min-height: 150%;
  }
  .laptop-l\:min_w-150\% {
    min-width: 150%;
  }
  .laptop-l\:h-150vh {
    height: 150vh;
  }
  .laptop-l\:w-150vw {
    width: 150vw;
  }
  .laptop-l\:min_w-150vw {
    min-width: 150vw;
  }
  .laptop-l\:min_h-150vh {
    min-height: 150vh;
  }
  .laptop-l\:max_w-150vw {
    max-width: 150vw;
  }
  .laptop-l\:max_h-150vh {
    max-height: 150vh;
  }
  .laptop-l\:m-t-151\% {
    margin-top: 151%;
  }
  .laptop-l\:m-t--151\% {
    margin-top: -151%;
  }
  .laptop-l\:p-t-151\% {
    padding-top: 151%;
  }
  .laptop-l\:p-t--151\% {
    padding-top: -151%;
  }
  .laptop-l\:top-151\% {
    top: 151%;
  }
  .laptop-l\:top--151\% {
    top: -151%;
  }
  .laptop-l\:m-b-151\% {
    margin-bottom: 151%;
  }
  .laptop-l\:m-b--151\% {
    margin-bottom: -151%;
  }
  .laptop-l\:p-b-151\% {
    padding-bottom: 151%;
  }
  .laptop-l\:p-b--151\% {
    padding-bottom: -151%;
  }
  .laptop-l\:bottom-151\% {
    bottom: 151%;
  }
  .laptop-l\:bottom--151\% {
    bottom: -151%;
  }
  .laptop-l\:m-l-151\% {
    margin-left: 151%;
  }
  .laptop-l\:m-l--151\% {
    margin-left: -151%;
  }
  .laptop-l\:p-l-151\% {
    padding-left: 151%;
  }
  .laptop-l\:p-l--151\% {
    padding-left: -151%;
  }
  .laptop-l\:left-151\% {
    left: 151%;
  }
  .laptop-l\:left--151\% {
    left: -151%;
  }
  .laptop-l\:m-r-151\% {
    margin-right: 151%;
  }
  .laptop-l\:m-r--151\% {
    margin-right: -151%;
  }
  .laptop-l\:p-r-151\% {
    padding-right: 151%;
  }
  .laptop-l\:p-r--151\% {
    padding-right: -151%;
  }
  .laptop-l\:right-151\% {
    right: 151%;
  }
  .laptop-l\:right--151\% {
    right: -151%;
  }
  .laptop-l\:h-151\% {
    height: 151%;
  }
  .laptop-l\:w-151\% {
    width: 151%;
  }
  .laptop-l\:max_h-151\% {
    max-height: 151%;
  }
  .laptop-l\:max_w-151\% {
    max-width: 151%;
  }
  .laptop-l\:min_h-151\% {
    min-height: 151%;
  }
  .laptop-l\:min_w-151\% {
    min-width: 151%;
  }
  .laptop-l\:h-151vh {
    height: 151vh;
  }
  .laptop-l\:w-151vw {
    width: 151vw;
  }
  .laptop-l\:min_w-151vw {
    min-width: 151vw;
  }
  .laptop-l\:min_h-151vh {
    min-height: 151vh;
  }
  .laptop-l\:max_w-151vw {
    max-width: 151vw;
  }
  .laptop-l\:max_h-151vh {
    max-height: 151vh;
  }
  .laptop-l\:m-t-152\% {
    margin-top: 152%;
  }
  .laptop-l\:m-t--152\% {
    margin-top: -152%;
  }
  .laptop-l\:p-t-152\% {
    padding-top: 152%;
  }
  .laptop-l\:p-t--152\% {
    padding-top: -152%;
  }
  .laptop-l\:top-152\% {
    top: 152%;
  }
  .laptop-l\:top--152\% {
    top: -152%;
  }
  .laptop-l\:m-b-152\% {
    margin-bottom: 152%;
  }
  .laptop-l\:m-b--152\% {
    margin-bottom: -152%;
  }
  .laptop-l\:p-b-152\% {
    padding-bottom: 152%;
  }
  .laptop-l\:p-b--152\% {
    padding-bottom: -152%;
  }
  .laptop-l\:bottom-152\% {
    bottom: 152%;
  }
  .laptop-l\:bottom--152\% {
    bottom: -152%;
  }
  .laptop-l\:m-l-152\% {
    margin-left: 152%;
  }
  .laptop-l\:m-l--152\% {
    margin-left: -152%;
  }
  .laptop-l\:p-l-152\% {
    padding-left: 152%;
  }
  .laptop-l\:p-l--152\% {
    padding-left: -152%;
  }
  .laptop-l\:left-152\% {
    left: 152%;
  }
  .laptop-l\:left--152\% {
    left: -152%;
  }
  .laptop-l\:m-r-152\% {
    margin-right: 152%;
  }
  .laptop-l\:m-r--152\% {
    margin-right: -152%;
  }
  .laptop-l\:p-r-152\% {
    padding-right: 152%;
  }
  .laptop-l\:p-r--152\% {
    padding-right: -152%;
  }
  .laptop-l\:right-152\% {
    right: 152%;
  }
  .laptop-l\:right--152\% {
    right: -152%;
  }
  .laptop-l\:h-152\% {
    height: 152%;
  }
  .laptop-l\:w-152\% {
    width: 152%;
  }
  .laptop-l\:max_h-152\% {
    max-height: 152%;
  }
  .laptop-l\:max_w-152\% {
    max-width: 152%;
  }
  .laptop-l\:min_h-152\% {
    min-height: 152%;
  }
  .laptop-l\:min_w-152\% {
    min-width: 152%;
  }
  .laptop-l\:h-152vh {
    height: 152vh;
  }
  .laptop-l\:w-152vw {
    width: 152vw;
  }
  .laptop-l\:min_w-152vw {
    min-width: 152vw;
  }
  .laptop-l\:min_h-152vh {
    min-height: 152vh;
  }
  .laptop-l\:max_w-152vw {
    max-width: 152vw;
  }
  .laptop-l\:max_h-152vh {
    max-height: 152vh;
  }
  .laptop-l\:m-t-153\% {
    margin-top: 153%;
  }
  .laptop-l\:m-t--153\% {
    margin-top: -153%;
  }
  .laptop-l\:p-t-153\% {
    padding-top: 153%;
  }
  .laptop-l\:p-t--153\% {
    padding-top: -153%;
  }
  .laptop-l\:top-153\% {
    top: 153%;
  }
  .laptop-l\:top--153\% {
    top: -153%;
  }
  .laptop-l\:m-b-153\% {
    margin-bottom: 153%;
  }
  .laptop-l\:m-b--153\% {
    margin-bottom: -153%;
  }
  .laptop-l\:p-b-153\% {
    padding-bottom: 153%;
  }
  .laptop-l\:p-b--153\% {
    padding-bottom: -153%;
  }
  .laptop-l\:bottom-153\% {
    bottom: 153%;
  }
  .laptop-l\:bottom--153\% {
    bottom: -153%;
  }
  .laptop-l\:m-l-153\% {
    margin-left: 153%;
  }
  .laptop-l\:m-l--153\% {
    margin-left: -153%;
  }
  .laptop-l\:p-l-153\% {
    padding-left: 153%;
  }
  .laptop-l\:p-l--153\% {
    padding-left: -153%;
  }
  .laptop-l\:left-153\% {
    left: 153%;
  }
  .laptop-l\:left--153\% {
    left: -153%;
  }
  .laptop-l\:m-r-153\% {
    margin-right: 153%;
  }
  .laptop-l\:m-r--153\% {
    margin-right: -153%;
  }
  .laptop-l\:p-r-153\% {
    padding-right: 153%;
  }
  .laptop-l\:p-r--153\% {
    padding-right: -153%;
  }
  .laptop-l\:right-153\% {
    right: 153%;
  }
  .laptop-l\:right--153\% {
    right: -153%;
  }
  .laptop-l\:h-153\% {
    height: 153%;
  }
  .laptop-l\:w-153\% {
    width: 153%;
  }
  .laptop-l\:max_h-153\% {
    max-height: 153%;
  }
  .laptop-l\:max_w-153\% {
    max-width: 153%;
  }
  .laptop-l\:min_h-153\% {
    min-height: 153%;
  }
  .laptop-l\:min_w-153\% {
    min-width: 153%;
  }
  .laptop-l\:h-153vh {
    height: 153vh;
  }
  .laptop-l\:w-153vw {
    width: 153vw;
  }
  .laptop-l\:min_w-153vw {
    min-width: 153vw;
  }
  .laptop-l\:min_h-153vh {
    min-height: 153vh;
  }
  .laptop-l\:max_w-153vw {
    max-width: 153vw;
  }
  .laptop-l\:max_h-153vh {
    max-height: 153vh;
  }
  .laptop-l\:m-t-154\% {
    margin-top: 154%;
  }
  .laptop-l\:m-t--154\% {
    margin-top: -154%;
  }
  .laptop-l\:p-t-154\% {
    padding-top: 154%;
  }
  .laptop-l\:p-t--154\% {
    padding-top: -154%;
  }
  .laptop-l\:top-154\% {
    top: 154%;
  }
  .laptop-l\:top--154\% {
    top: -154%;
  }
  .laptop-l\:m-b-154\% {
    margin-bottom: 154%;
  }
  .laptop-l\:m-b--154\% {
    margin-bottom: -154%;
  }
  .laptop-l\:p-b-154\% {
    padding-bottom: 154%;
  }
  .laptop-l\:p-b--154\% {
    padding-bottom: -154%;
  }
  .laptop-l\:bottom-154\% {
    bottom: 154%;
  }
  .laptop-l\:bottom--154\% {
    bottom: -154%;
  }
  .laptop-l\:m-l-154\% {
    margin-left: 154%;
  }
  .laptop-l\:m-l--154\% {
    margin-left: -154%;
  }
  .laptop-l\:p-l-154\% {
    padding-left: 154%;
  }
  .laptop-l\:p-l--154\% {
    padding-left: -154%;
  }
  .laptop-l\:left-154\% {
    left: 154%;
  }
  .laptop-l\:left--154\% {
    left: -154%;
  }
  .laptop-l\:m-r-154\% {
    margin-right: 154%;
  }
  .laptop-l\:m-r--154\% {
    margin-right: -154%;
  }
  .laptop-l\:p-r-154\% {
    padding-right: 154%;
  }
  .laptop-l\:p-r--154\% {
    padding-right: -154%;
  }
  .laptop-l\:right-154\% {
    right: 154%;
  }
  .laptop-l\:right--154\% {
    right: -154%;
  }
  .laptop-l\:h-154\% {
    height: 154%;
  }
  .laptop-l\:w-154\% {
    width: 154%;
  }
  .laptop-l\:max_h-154\% {
    max-height: 154%;
  }
  .laptop-l\:max_w-154\% {
    max-width: 154%;
  }
  .laptop-l\:min_h-154\% {
    min-height: 154%;
  }
  .laptop-l\:min_w-154\% {
    min-width: 154%;
  }
  .laptop-l\:h-154vh {
    height: 154vh;
  }
  .laptop-l\:w-154vw {
    width: 154vw;
  }
  .laptop-l\:min_w-154vw {
    min-width: 154vw;
  }
  .laptop-l\:min_h-154vh {
    min-height: 154vh;
  }
  .laptop-l\:max_w-154vw {
    max-width: 154vw;
  }
  .laptop-l\:max_h-154vh {
    max-height: 154vh;
  }
  .laptop-l\:m-t-155\% {
    margin-top: 155%;
  }
  .laptop-l\:m-t--155\% {
    margin-top: -155%;
  }
  .laptop-l\:p-t-155\% {
    padding-top: 155%;
  }
  .laptop-l\:p-t--155\% {
    padding-top: -155%;
  }
  .laptop-l\:top-155\% {
    top: 155%;
  }
  .laptop-l\:top--155\% {
    top: -155%;
  }
  .laptop-l\:m-b-155\% {
    margin-bottom: 155%;
  }
  .laptop-l\:m-b--155\% {
    margin-bottom: -155%;
  }
  .laptop-l\:p-b-155\% {
    padding-bottom: 155%;
  }
  .laptop-l\:p-b--155\% {
    padding-bottom: -155%;
  }
  .laptop-l\:bottom-155\% {
    bottom: 155%;
  }
  .laptop-l\:bottom--155\% {
    bottom: -155%;
  }
  .laptop-l\:m-l-155\% {
    margin-left: 155%;
  }
  .laptop-l\:m-l--155\% {
    margin-left: -155%;
  }
  .laptop-l\:p-l-155\% {
    padding-left: 155%;
  }
  .laptop-l\:p-l--155\% {
    padding-left: -155%;
  }
  .laptop-l\:left-155\% {
    left: 155%;
  }
  .laptop-l\:left--155\% {
    left: -155%;
  }
  .laptop-l\:m-r-155\% {
    margin-right: 155%;
  }
  .laptop-l\:m-r--155\% {
    margin-right: -155%;
  }
  .laptop-l\:p-r-155\% {
    padding-right: 155%;
  }
  .laptop-l\:p-r--155\% {
    padding-right: -155%;
  }
  .laptop-l\:right-155\% {
    right: 155%;
  }
  .laptop-l\:right--155\% {
    right: -155%;
  }
  .laptop-l\:h-155\% {
    height: 155%;
  }
  .laptop-l\:w-155\% {
    width: 155%;
  }
  .laptop-l\:max_h-155\% {
    max-height: 155%;
  }
  .laptop-l\:max_w-155\% {
    max-width: 155%;
  }
  .laptop-l\:min_h-155\% {
    min-height: 155%;
  }
  .laptop-l\:min_w-155\% {
    min-width: 155%;
  }
  .laptop-l\:h-155vh {
    height: 155vh;
  }
  .laptop-l\:w-155vw {
    width: 155vw;
  }
  .laptop-l\:min_w-155vw {
    min-width: 155vw;
  }
  .laptop-l\:min_h-155vh {
    min-height: 155vh;
  }
  .laptop-l\:max_w-155vw {
    max-width: 155vw;
  }
  .laptop-l\:max_h-155vh {
    max-height: 155vh;
  }
  .laptop-l\:m-t-156\% {
    margin-top: 156%;
  }
  .laptop-l\:m-t--156\% {
    margin-top: -156%;
  }
  .laptop-l\:p-t-156\% {
    padding-top: 156%;
  }
  .laptop-l\:p-t--156\% {
    padding-top: -156%;
  }
  .laptop-l\:top-156\% {
    top: 156%;
  }
  .laptop-l\:top--156\% {
    top: -156%;
  }
  .laptop-l\:m-b-156\% {
    margin-bottom: 156%;
  }
  .laptop-l\:m-b--156\% {
    margin-bottom: -156%;
  }
  .laptop-l\:p-b-156\% {
    padding-bottom: 156%;
  }
  .laptop-l\:p-b--156\% {
    padding-bottom: -156%;
  }
  .laptop-l\:bottom-156\% {
    bottom: 156%;
  }
  .laptop-l\:bottom--156\% {
    bottom: -156%;
  }
  .laptop-l\:m-l-156\% {
    margin-left: 156%;
  }
  .laptop-l\:m-l--156\% {
    margin-left: -156%;
  }
  .laptop-l\:p-l-156\% {
    padding-left: 156%;
  }
  .laptop-l\:p-l--156\% {
    padding-left: -156%;
  }
  .laptop-l\:left-156\% {
    left: 156%;
  }
  .laptop-l\:left--156\% {
    left: -156%;
  }
  .laptop-l\:m-r-156\% {
    margin-right: 156%;
  }
  .laptop-l\:m-r--156\% {
    margin-right: -156%;
  }
  .laptop-l\:p-r-156\% {
    padding-right: 156%;
  }
  .laptop-l\:p-r--156\% {
    padding-right: -156%;
  }
  .laptop-l\:right-156\% {
    right: 156%;
  }
  .laptop-l\:right--156\% {
    right: -156%;
  }
  .laptop-l\:h-156\% {
    height: 156%;
  }
  .laptop-l\:w-156\% {
    width: 156%;
  }
  .laptop-l\:max_h-156\% {
    max-height: 156%;
  }
  .laptop-l\:max_w-156\% {
    max-width: 156%;
  }
  .laptop-l\:min_h-156\% {
    min-height: 156%;
  }
  .laptop-l\:min_w-156\% {
    min-width: 156%;
  }
  .laptop-l\:h-156vh {
    height: 156vh;
  }
  .laptop-l\:w-156vw {
    width: 156vw;
  }
  .laptop-l\:min_w-156vw {
    min-width: 156vw;
  }
  .laptop-l\:min_h-156vh {
    min-height: 156vh;
  }
  .laptop-l\:max_w-156vw {
    max-width: 156vw;
  }
  .laptop-l\:max_h-156vh {
    max-height: 156vh;
  }
  .laptop-l\:m-t-157\% {
    margin-top: 157%;
  }
  .laptop-l\:m-t--157\% {
    margin-top: -157%;
  }
  .laptop-l\:p-t-157\% {
    padding-top: 157%;
  }
  .laptop-l\:p-t--157\% {
    padding-top: -157%;
  }
  .laptop-l\:top-157\% {
    top: 157%;
  }
  .laptop-l\:top--157\% {
    top: -157%;
  }
  .laptop-l\:m-b-157\% {
    margin-bottom: 157%;
  }
  .laptop-l\:m-b--157\% {
    margin-bottom: -157%;
  }
  .laptop-l\:p-b-157\% {
    padding-bottom: 157%;
  }
  .laptop-l\:p-b--157\% {
    padding-bottom: -157%;
  }
  .laptop-l\:bottom-157\% {
    bottom: 157%;
  }
  .laptop-l\:bottom--157\% {
    bottom: -157%;
  }
  .laptop-l\:m-l-157\% {
    margin-left: 157%;
  }
  .laptop-l\:m-l--157\% {
    margin-left: -157%;
  }
  .laptop-l\:p-l-157\% {
    padding-left: 157%;
  }
  .laptop-l\:p-l--157\% {
    padding-left: -157%;
  }
  .laptop-l\:left-157\% {
    left: 157%;
  }
  .laptop-l\:left--157\% {
    left: -157%;
  }
  .laptop-l\:m-r-157\% {
    margin-right: 157%;
  }
  .laptop-l\:m-r--157\% {
    margin-right: -157%;
  }
  .laptop-l\:p-r-157\% {
    padding-right: 157%;
  }
  .laptop-l\:p-r--157\% {
    padding-right: -157%;
  }
  .laptop-l\:right-157\% {
    right: 157%;
  }
  .laptop-l\:right--157\% {
    right: -157%;
  }
  .laptop-l\:h-157\% {
    height: 157%;
  }
  .laptop-l\:w-157\% {
    width: 157%;
  }
  .laptop-l\:max_h-157\% {
    max-height: 157%;
  }
  .laptop-l\:max_w-157\% {
    max-width: 157%;
  }
  .laptop-l\:min_h-157\% {
    min-height: 157%;
  }
  .laptop-l\:min_w-157\% {
    min-width: 157%;
  }
  .laptop-l\:h-157vh {
    height: 157vh;
  }
  .laptop-l\:w-157vw {
    width: 157vw;
  }
  .laptop-l\:min_w-157vw {
    min-width: 157vw;
  }
  .laptop-l\:min_h-157vh {
    min-height: 157vh;
  }
  .laptop-l\:max_w-157vw {
    max-width: 157vw;
  }
  .laptop-l\:max_h-157vh {
    max-height: 157vh;
  }
  .laptop-l\:m-t-158\% {
    margin-top: 158%;
  }
  .laptop-l\:m-t--158\% {
    margin-top: -158%;
  }
  .laptop-l\:p-t-158\% {
    padding-top: 158%;
  }
  .laptop-l\:p-t--158\% {
    padding-top: -158%;
  }
  .laptop-l\:top-158\% {
    top: 158%;
  }
  .laptop-l\:top--158\% {
    top: -158%;
  }
  .laptop-l\:m-b-158\% {
    margin-bottom: 158%;
  }
  .laptop-l\:m-b--158\% {
    margin-bottom: -158%;
  }
  .laptop-l\:p-b-158\% {
    padding-bottom: 158%;
  }
  .laptop-l\:p-b--158\% {
    padding-bottom: -158%;
  }
  .laptop-l\:bottom-158\% {
    bottom: 158%;
  }
  .laptop-l\:bottom--158\% {
    bottom: -158%;
  }
  .laptop-l\:m-l-158\% {
    margin-left: 158%;
  }
  .laptop-l\:m-l--158\% {
    margin-left: -158%;
  }
  .laptop-l\:p-l-158\% {
    padding-left: 158%;
  }
  .laptop-l\:p-l--158\% {
    padding-left: -158%;
  }
  .laptop-l\:left-158\% {
    left: 158%;
  }
  .laptop-l\:left--158\% {
    left: -158%;
  }
  .laptop-l\:m-r-158\% {
    margin-right: 158%;
  }
  .laptop-l\:m-r--158\% {
    margin-right: -158%;
  }
  .laptop-l\:p-r-158\% {
    padding-right: 158%;
  }
  .laptop-l\:p-r--158\% {
    padding-right: -158%;
  }
  .laptop-l\:right-158\% {
    right: 158%;
  }
  .laptop-l\:right--158\% {
    right: -158%;
  }
  .laptop-l\:h-158\% {
    height: 158%;
  }
  .laptop-l\:w-158\% {
    width: 158%;
  }
  .laptop-l\:max_h-158\% {
    max-height: 158%;
  }
  .laptop-l\:max_w-158\% {
    max-width: 158%;
  }
  .laptop-l\:min_h-158\% {
    min-height: 158%;
  }
  .laptop-l\:min_w-158\% {
    min-width: 158%;
  }
  .laptop-l\:h-158vh {
    height: 158vh;
  }
  .laptop-l\:w-158vw {
    width: 158vw;
  }
  .laptop-l\:min_w-158vw {
    min-width: 158vw;
  }
  .laptop-l\:min_h-158vh {
    min-height: 158vh;
  }
  .laptop-l\:max_w-158vw {
    max-width: 158vw;
  }
  .laptop-l\:max_h-158vh {
    max-height: 158vh;
  }
  .laptop-l\:m-t-159\% {
    margin-top: 159%;
  }
  .laptop-l\:m-t--159\% {
    margin-top: -159%;
  }
  .laptop-l\:p-t-159\% {
    padding-top: 159%;
  }
  .laptop-l\:p-t--159\% {
    padding-top: -159%;
  }
  .laptop-l\:top-159\% {
    top: 159%;
  }
  .laptop-l\:top--159\% {
    top: -159%;
  }
  .laptop-l\:m-b-159\% {
    margin-bottom: 159%;
  }
  .laptop-l\:m-b--159\% {
    margin-bottom: -159%;
  }
  .laptop-l\:p-b-159\% {
    padding-bottom: 159%;
  }
  .laptop-l\:p-b--159\% {
    padding-bottom: -159%;
  }
  .laptop-l\:bottom-159\% {
    bottom: 159%;
  }
  .laptop-l\:bottom--159\% {
    bottom: -159%;
  }
  .laptop-l\:m-l-159\% {
    margin-left: 159%;
  }
  .laptop-l\:m-l--159\% {
    margin-left: -159%;
  }
  .laptop-l\:p-l-159\% {
    padding-left: 159%;
  }
  .laptop-l\:p-l--159\% {
    padding-left: -159%;
  }
  .laptop-l\:left-159\% {
    left: 159%;
  }
  .laptop-l\:left--159\% {
    left: -159%;
  }
  .laptop-l\:m-r-159\% {
    margin-right: 159%;
  }
  .laptop-l\:m-r--159\% {
    margin-right: -159%;
  }
  .laptop-l\:p-r-159\% {
    padding-right: 159%;
  }
  .laptop-l\:p-r--159\% {
    padding-right: -159%;
  }
  .laptop-l\:right-159\% {
    right: 159%;
  }
  .laptop-l\:right--159\% {
    right: -159%;
  }
  .laptop-l\:h-159\% {
    height: 159%;
  }
  .laptop-l\:w-159\% {
    width: 159%;
  }
  .laptop-l\:max_h-159\% {
    max-height: 159%;
  }
  .laptop-l\:max_w-159\% {
    max-width: 159%;
  }
  .laptop-l\:min_h-159\% {
    min-height: 159%;
  }
  .laptop-l\:min_w-159\% {
    min-width: 159%;
  }
  .laptop-l\:h-159vh {
    height: 159vh;
  }
  .laptop-l\:w-159vw {
    width: 159vw;
  }
  .laptop-l\:min_w-159vw {
    min-width: 159vw;
  }
  .laptop-l\:min_h-159vh {
    min-height: 159vh;
  }
  .laptop-l\:max_w-159vw {
    max-width: 159vw;
  }
  .laptop-l\:max_h-159vh {
    max-height: 159vh;
  }
  .laptop-l\:m-t-160\% {
    margin-top: 160%;
  }
  .laptop-l\:m-t--160\% {
    margin-top: -160%;
  }
  .laptop-l\:p-t-160\% {
    padding-top: 160%;
  }
  .laptop-l\:p-t--160\% {
    padding-top: -160%;
  }
  .laptop-l\:top-160\% {
    top: 160%;
  }
  .laptop-l\:top--160\% {
    top: -160%;
  }
  .laptop-l\:m-b-160\% {
    margin-bottom: 160%;
  }
  .laptop-l\:m-b--160\% {
    margin-bottom: -160%;
  }
  .laptop-l\:p-b-160\% {
    padding-bottom: 160%;
  }
  .laptop-l\:p-b--160\% {
    padding-bottom: -160%;
  }
  .laptop-l\:bottom-160\% {
    bottom: 160%;
  }
  .laptop-l\:bottom--160\% {
    bottom: -160%;
  }
  .laptop-l\:m-l-160\% {
    margin-left: 160%;
  }
  .laptop-l\:m-l--160\% {
    margin-left: -160%;
  }
  .laptop-l\:p-l-160\% {
    padding-left: 160%;
  }
  .laptop-l\:p-l--160\% {
    padding-left: -160%;
  }
  .laptop-l\:left-160\% {
    left: 160%;
  }
  .laptop-l\:left--160\% {
    left: -160%;
  }
  .laptop-l\:m-r-160\% {
    margin-right: 160%;
  }
  .laptop-l\:m-r--160\% {
    margin-right: -160%;
  }
  .laptop-l\:p-r-160\% {
    padding-right: 160%;
  }
  .laptop-l\:p-r--160\% {
    padding-right: -160%;
  }
  .laptop-l\:right-160\% {
    right: 160%;
  }
  .laptop-l\:right--160\% {
    right: -160%;
  }
  .laptop-l\:h-160\% {
    height: 160%;
  }
  .laptop-l\:w-160\% {
    width: 160%;
  }
  .laptop-l\:max_h-160\% {
    max-height: 160%;
  }
  .laptop-l\:max_w-160\% {
    max-width: 160%;
  }
  .laptop-l\:min_h-160\% {
    min-height: 160%;
  }
  .laptop-l\:min_w-160\% {
    min-width: 160%;
  }
  .laptop-l\:h-160vh {
    height: 160vh;
  }
  .laptop-l\:w-160vw {
    width: 160vw;
  }
  .laptop-l\:min_w-160vw {
    min-width: 160vw;
  }
  .laptop-l\:min_h-160vh {
    min-height: 160vh;
  }
  .laptop-l\:max_w-160vw {
    max-width: 160vw;
  }
  .laptop-l\:max_h-160vh {
    max-height: 160vh;
  }
  .laptop-l\:m-t-161\% {
    margin-top: 161%;
  }
  .laptop-l\:m-t--161\% {
    margin-top: -161%;
  }
  .laptop-l\:p-t-161\% {
    padding-top: 161%;
  }
  .laptop-l\:p-t--161\% {
    padding-top: -161%;
  }
  .laptop-l\:top-161\% {
    top: 161%;
  }
  .laptop-l\:top--161\% {
    top: -161%;
  }
  .laptop-l\:m-b-161\% {
    margin-bottom: 161%;
  }
  .laptop-l\:m-b--161\% {
    margin-bottom: -161%;
  }
  .laptop-l\:p-b-161\% {
    padding-bottom: 161%;
  }
  .laptop-l\:p-b--161\% {
    padding-bottom: -161%;
  }
  .laptop-l\:bottom-161\% {
    bottom: 161%;
  }
  .laptop-l\:bottom--161\% {
    bottom: -161%;
  }
  .laptop-l\:m-l-161\% {
    margin-left: 161%;
  }
  .laptop-l\:m-l--161\% {
    margin-left: -161%;
  }
  .laptop-l\:p-l-161\% {
    padding-left: 161%;
  }
  .laptop-l\:p-l--161\% {
    padding-left: -161%;
  }
  .laptop-l\:left-161\% {
    left: 161%;
  }
  .laptop-l\:left--161\% {
    left: -161%;
  }
  .laptop-l\:m-r-161\% {
    margin-right: 161%;
  }
  .laptop-l\:m-r--161\% {
    margin-right: -161%;
  }
  .laptop-l\:p-r-161\% {
    padding-right: 161%;
  }
  .laptop-l\:p-r--161\% {
    padding-right: -161%;
  }
  .laptop-l\:right-161\% {
    right: 161%;
  }
  .laptop-l\:right--161\% {
    right: -161%;
  }
  .laptop-l\:h-161\% {
    height: 161%;
  }
  .laptop-l\:w-161\% {
    width: 161%;
  }
  .laptop-l\:max_h-161\% {
    max-height: 161%;
  }
  .laptop-l\:max_w-161\% {
    max-width: 161%;
  }
  .laptop-l\:min_h-161\% {
    min-height: 161%;
  }
  .laptop-l\:min_w-161\% {
    min-width: 161%;
  }
  .laptop-l\:h-161vh {
    height: 161vh;
  }
  .laptop-l\:w-161vw {
    width: 161vw;
  }
  .laptop-l\:min_w-161vw {
    min-width: 161vw;
  }
  .laptop-l\:min_h-161vh {
    min-height: 161vh;
  }
  .laptop-l\:max_w-161vw {
    max-width: 161vw;
  }
  .laptop-l\:max_h-161vh {
    max-height: 161vh;
  }
  .laptop-l\:m-t-162\% {
    margin-top: 162%;
  }
  .laptop-l\:m-t--162\% {
    margin-top: -162%;
  }
  .laptop-l\:p-t-162\% {
    padding-top: 162%;
  }
  .laptop-l\:p-t--162\% {
    padding-top: -162%;
  }
  .laptop-l\:top-162\% {
    top: 162%;
  }
  .laptop-l\:top--162\% {
    top: -162%;
  }
  .laptop-l\:m-b-162\% {
    margin-bottom: 162%;
  }
  .laptop-l\:m-b--162\% {
    margin-bottom: -162%;
  }
  .laptop-l\:p-b-162\% {
    padding-bottom: 162%;
  }
  .laptop-l\:p-b--162\% {
    padding-bottom: -162%;
  }
  .laptop-l\:bottom-162\% {
    bottom: 162%;
  }
  .laptop-l\:bottom--162\% {
    bottom: -162%;
  }
  .laptop-l\:m-l-162\% {
    margin-left: 162%;
  }
  .laptop-l\:m-l--162\% {
    margin-left: -162%;
  }
  .laptop-l\:p-l-162\% {
    padding-left: 162%;
  }
  .laptop-l\:p-l--162\% {
    padding-left: -162%;
  }
  .laptop-l\:left-162\% {
    left: 162%;
  }
  .laptop-l\:left--162\% {
    left: -162%;
  }
  .laptop-l\:m-r-162\% {
    margin-right: 162%;
  }
  .laptop-l\:m-r--162\% {
    margin-right: -162%;
  }
  .laptop-l\:p-r-162\% {
    padding-right: 162%;
  }
  .laptop-l\:p-r--162\% {
    padding-right: -162%;
  }
  .laptop-l\:right-162\% {
    right: 162%;
  }
  .laptop-l\:right--162\% {
    right: -162%;
  }
  .laptop-l\:h-162\% {
    height: 162%;
  }
  .laptop-l\:w-162\% {
    width: 162%;
  }
  .laptop-l\:max_h-162\% {
    max-height: 162%;
  }
  .laptop-l\:max_w-162\% {
    max-width: 162%;
  }
  .laptop-l\:min_h-162\% {
    min-height: 162%;
  }
  .laptop-l\:min_w-162\% {
    min-width: 162%;
  }
  .laptop-l\:h-162vh {
    height: 162vh;
  }
  .laptop-l\:w-162vw {
    width: 162vw;
  }
  .laptop-l\:min_w-162vw {
    min-width: 162vw;
  }
  .laptop-l\:min_h-162vh {
    min-height: 162vh;
  }
  .laptop-l\:max_w-162vw {
    max-width: 162vw;
  }
  .laptop-l\:max_h-162vh {
    max-height: 162vh;
  }
  .laptop-l\:m-t-163\% {
    margin-top: 163%;
  }
  .laptop-l\:m-t--163\% {
    margin-top: -163%;
  }
  .laptop-l\:p-t-163\% {
    padding-top: 163%;
  }
  .laptop-l\:p-t--163\% {
    padding-top: -163%;
  }
  .laptop-l\:top-163\% {
    top: 163%;
  }
  .laptop-l\:top--163\% {
    top: -163%;
  }
  .laptop-l\:m-b-163\% {
    margin-bottom: 163%;
  }
  .laptop-l\:m-b--163\% {
    margin-bottom: -163%;
  }
  .laptop-l\:p-b-163\% {
    padding-bottom: 163%;
  }
  .laptop-l\:p-b--163\% {
    padding-bottom: -163%;
  }
  .laptop-l\:bottom-163\% {
    bottom: 163%;
  }
  .laptop-l\:bottom--163\% {
    bottom: -163%;
  }
  .laptop-l\:m-l-163\% {
    margin-left: 163%;
  }
  .laptop-l\:m-l--163\% {
    margin-left: -163%;
  }
  .laptop-l\:p-l-163\% {
    padding-left: 163%;
  }
  .laptop-l\:p-l--163\% {
    padding-left: -163%;
  }
  .laptop-l\:left-163\% {
    left: 163%;
  }
  .laptop-l\:left--163\% {
    left: -163%;
  }
  .laptop-l\:m-r-163\% {
    margin-right: 163%;
  }
  .laptop-l\:m-r--163\% {
    margin-right: -163%;
  }
  .laptop-l\:p-r-163\% {
    padding-right: 163%;
  }
  .laptop-l\:p-r--163\% {
    padding-right: -163%;
  }
  .laptop-l\:right-163\% {
    right: 163%;
  }
  .laptop-l\:right--163\% {
    right: -163%;
  }
  .laptop-l\:h-163\% {
    height: 163%;
  }
  .laptop-l\:w-163\% {
    width: 163%;
  }
  .laptop-l\:max_h-163\% {
    max-height: 163%;
  }
  .laptop-l\:max_w-163\% {
    max-width: 163%;
  }
  .laptop-l\:min_h-163\% {
    min-height: 163%;
  }
  .laptop-l\:min_w-163\% {
    min-width: 163%;
  }
  .laptop-l\:h-163vh {
    height: 163vh;
  }
  .laptop-l\:w-163vw {
    width: 163vw;
  }
  .laptop-l\:min_w-163vw {
    min-width: 163vw;
  }
  .laptop-l\:min_h-163vh {
    min-height: 163vh;
  }
  .laptop-l\:max_w-163vw {
    max-width: 163vw;
  }
  .laptop-l\:max_h-163vh {
    max-height: 163vh;
  }
  .laptop-l\:m-t-164\% {
    margin-top: 164%;
  }
  .laptop-l\:m-t--164\% {
    margin-top: -164%;
  }
  .laptop-l\:p-t-164\% {
    padding-top: 164%;
  }
  .laptop-l\:p-t--164\% {
    padding-top: -164%;
  }
  .laptop-l\:top-164\% {
    top: 164%;
  }
  .laptop-l\:top--164\% {
    top: -164%;
  }
  .laptop-l\:m-b-164\% {
    margin-bottom: 164%;
  }
  .laptop-l\:m-b--164\% {
    margin-bottom: -164%;
  }
  .laptop-l\:p-b-164\% {
    padding-bottom: 164%;
  }
  .laptop-l\:p-b--164\% {
    padding-bottom: -164%;
  }
  .laptop-l\:bottom-164\% {
    bottom: 164%;
  }
  .laptop-l\:bottom--164\% {
    bottom: -164%;
  }
  .laptop-l\:m-l-164\% {
    margin-left: 164%;
  }
  .laptop-l\:m-l--164\% {
    margin-left: -164%;
  }
  .laptop-l\:p-l-164\% {
    padding-left: 164%;
  }
  .laptop-l\:p-l--164\% {
    padding-left: -164%;
  }
  .laptop-l\:left-164\% {
    left: 164%;
  }
  .laptop-l\:left--164\% {
    left: -164%;
  }
  .laptop-l\:m-r-164\% {
    margin-right: 164%;
  }
  .laptop-l\:m-r--164\% {
    margin-right: -164%;
  }
  .laptop-l\:p-r-164\% {
    padding-right: 164%;
  }
  .laptop-l\:p-r--164\% {
    padding-right: -164%;
  }
  .laptop-l\:right-164\% {
    right: 164%;
  }
  .laptop-l\:right--164\% {
    right: -164%;
  }
  .laptop-l\:h-164\% {
    height: 164%;
  }
  .laptop-l\:w-164\% {
    width: 164%;
  }
  .laptop-l\:max_h-164\% {
    max-height: 164%;
  }
  .laptop-l\:max_w-164\% {
    max-width: 164%;
  }
  .laptop-l\:min_h-164\% {
    min-height: 164%;
  }
  .laptop-l\:min_w-164\% {
    min-width: 164%;
  }
  .laptop-l\:h-164vh {
    height: 164vh;
  }
  .laptop-l\:w-164vw {
    width: 164vw;
  }
  .laptop-l\:min_w-164vw {
    min-width: 164vw;
  }
  .laptop-l\:min_h-164vh {
    min-height: 164vh;
  }
  .laptop-l\:max_w-164vw {
    max-width: 164vw;
  }
  .laptop-l\:max_h-164vh {
    max-height: 164vh;
  }
  .laptop-l\:m-t-165\% {
    margin-top: 165%;
  }
  .laptop-l\:m-t--165\% {
    margin-top: -165%;
  }
  .laptop-l\:p-t-165\% {
    padding-top: 165%;
  }
  .laptop-l\:p-t--165\% {
    padding-top: -165%;
  }
  .laptop-l\:top-165\% {
    top: 165%;
  }
  .laptop-l\:top--165\% {
    top: -165%;
  }
  .laptop-l\:m-b-165\% {
    margin-bottom: 165%;
  }
  .laptop-l\:m-b--165\% {
    margin-bottom: -165%;
  }
  .laptop-l\:p-b-165\% {
    padding-bottom: 165%;
  }
  .laptop-l\:p-b--165\% {
    padding-bottom: -165%;
  }
  .laptop-l\:bottom-165\% {
    bottom: 165%;
  }
  .laptop-l\:bottom--165\% {
    bottom: -165%;
  }
  .laptop-l\:m-l-165\% {
    margin-left: 165%;
  }
  .laptop-l\:m-l--165\% {
    margin-left: -165%;
  }
  .laptop-l\:p-l-165\% {
    padding-left: 165%;
  }
  .laptop-l\:p-l--165\% {
    padding-left: -165%;
  }
  .laptop-l\:left-165\% {
    left: 165%;
  }
  .laptop-l\:left--165\% {
    left: -165%;
  }
  .laptop-l\:m-r-165\% {
    margin-right: 165%;
  }
  .laptop-l\:m-r--165\% {
    margin-right: -165%;
  }
  .laptop-l\:p-r-165\% {
    padding-right: 165%;
  }
  .laptop-l\:p-r--165\% {
    padding-right: -165%;
  }
  .laptop-l\:right-165\% {
    right: 165%;
  }
  .laptop-l\:right--165\% {
    right: -165%;
  }
  .laptop-l\:h-165\% {
    height: 165%;
  }
  .laptop-l\:w-165\% {
    width: 165%;
  }
  .laptop-l\:max_h-165\% {
    max-height: 165%;
  }
  .laptop-l\:max_w-165\% {
    max-width: 165%;
  }
  .laptop-l\:min_h-165\% {
    min-height: 165%;
  }
  .laptop-l\:min_w-165\% {
    min-width: 165%;
  }
  .laptop-l\:h-165vh {
    height: 165vh;
  }
  .laptop-l\:w-165vw {
    width: 165vw;
  }
  .laptop-l\:min_w-165vw {
    min-width: 165vw;
  }
  .laptop-l\:min_h-165vh {
    min-height: 165vh;
  }
  .laptop-l\:max_w-165vw {
    max-width: 165vw;
  }
  .laptop-l\:max_h-165vh {
    max-height: 165vh;
  }
  .laptop-l\:m-t-166\% {
    margin-top: 166%;
  }
  .laptop-l\:m-t--166\% {
    margin-top: -166%;
  }
  .laptop-l\:p-t-166\% {
    padding-top: 166%;
  }
  .laptop-l\:p-t--166\% {
    padding-top: -166%;
  }
  .laptop-l\:top-166\% {
    top: 166%;
  }
  .laptop-l\:top--166\% {
    top: -166%;
  }
  .laptop-l\:m-b-166\% {
    margin-bottom: 166%;
  }
  .laptop-l\:m-b--166\% {
    margin-bottom: -166%;
  }
  .laptop-l\:p-b-166\% {
    padding-bottom: 166%;
  }
  .laptop-l\:p-b--166\% {
    padding-bottom: -166%;
  }
  .laptop-l\:bottom-166\% {
    bottom: 166%;
  }
  .laptop-l\:bottom--166\% {
    bottom: -166%;
  }
  .laptop-l\:m-l-166\% {
    margin-left: 166%;
  }
  .laptop-l\:m-l--166\% {
    margin-left: -166%;
  }
  .laptop-l\:p-l-166\% {
    padding-left: 166%;
  }
  .laptop-l\:p-l--166\% {
    padding-left: -166%;
  }
  .laptop-l\:left-166\% {
    left: 166%;
  }
  .laptop-l\:left--166\% {
    left: -166%;
  }
  .laptop-l\:m-r-166\% {
    margin-right: 166%;
  }
  .laptop-l\:m-r--166\% {
    margin-right: -166%;
  }
  .laptop-l\:p-r-166\% {
    padding-right: 166%;
  }
  .laptop-l\:p-r--166\% {
    padding-right: -166%;
  }
  .laptop-l\:right-166\% {
    right: 166%;
  }
  .laptop-l\:right--166\% {
    right: -166%;
  }
  .laptop-l\:h-166\% {
    height: 166%;
  }
  .laptop-l\:w-166\% {
    width: 166%;
  }
  .laptop-l\:max_h-166\% {
    max-height: 166%;
  }
  .laptop-l\:max_w-166\% {
    max-width: 166%;
  }
  .laptop-l\:min_h-166\% {
    min-height: 166%;
  }
  .laptop-l\:min_w-166\% {
    min-width: 166%;
  }
  .laptop-l\:h-166vh {
    height: 166vh;
  }
  .laptop-l\:w-166vw {
    width: 166vw;
  }
  .laptop-l\:min_w-166vw {
    min-width: 166vw;
  }
  .laptop-l\:min_h-166vh {
    min-height: 166vh;
  }
  .laptop-l\:max_w-166vw {
    max-width: 166vw;
  }
  .laptop-l\:max_h-166vh {
    max-height: 166vh;
  }
  .laptop-l\:m-t-167\% {
    margin-top: 167%;
  }
  .laptop-l\:m-t--167\% {
    margin-top: -167%;
  }
  .laptop-l\:p-t-167\% {
    padding-top: 167%;
  }
  .laptop-l\:p-t--167\% {
    padding-top: -167%;
  }
  .laptop-l\:top-167\% {
    top: 167%;
  }
  .laptop-l\:top--167\% {
    top: -167%;
  }
  .laptop-l\:m-b-167\% {
    margin-bottom: 167%;
  }
  .laptop-l\:m-b--167\% {
    margin-bottom: -167%;
  }
  .laptop-l\:p-b-167\% {
    padding-bottom: 167%;
  }
  .laptop-l\:p-b--167\% {
    padding-bottom: -167%;
  }
  .laptop-l\:bottom-167\% {
    bottom: 167%;
  }
  .laptop-l\:bottom--167\% {
    bottom: -167%;
  }
  .laptop-l\:m-l-167\% {
    margin-left: 167%;
  }
  .laptop-l\:m-l--167\% {
    margin-left: -167%;
  }
  .laptop-l\:p-l-167\% {
    padding-left: 167%;
  }
  .laptop-l\:p-l--167\% {
    padding-left: -167%;
  }
  .laptop-l\:left-167\% {
    left: 167%;
  }
  .laptop-l\:left--167\% {
    left: -167%;
  }
  .laptop-l\:m-r-167\% {
    margin-right: 167%;
  }
  .laptop-l\:m-r--167\% {
    margin-right: -167%;
  }
  .laptop-l\:p-r-167\% {
    padding-right: 167%;
  }
  .laptop-l\:p-r--167\% {
    padding-right: -167%;
  }
  .laptop-l\:right-167\% {
    right: 167%;
  }
  .laptop-l\:right--167\% {
    right: -167%;
  }
  .laptop-l\:h-167\% {
    height: 167%;
  }
  .laptop-l\:w-167\% {
    width: 167%;
  }
  .laptop-l\:max_h-167\% {
    max-height: 167%;
  }
  .laptop-l\:max_w-167\% {
    max-width: 167%;
  }
  .laptop-l\:min_h-167\% {
    min-height: 167%;
  }
  .laptop-l\:min_w-167\% {
    min-width: 167%;
  }
  .laptop-l\:h-167vh {
    height: 167vh;
  }
  .laptop-l\:w-167vw {
    width: 167vw;
  }
  .laptop-l\:min_w-167vw {
    min-width: 167vw;
  }
  .laptop-l\:min_h-167vh {
    min-height: 167vh;
  }
  .laptop-l\:max_w-167vw {
    max-width: 167vw;
  }
  .laptop-l\:max_h-167vh {
    max-height: 167vh;
  }
  .laptop-l\:m-t-168\% {
    margin-top: 168%;
  }
  .laptop-l\:m-t--168\% {
    margin-top: -168%;
  }
  .laptop-l\:p-t-168\% {
    padding-top: 168%;
  }
  .laptop-l\:p-t--168\% {
    padding-top: -168%;
  }
  .laptop-l\:top-168\% {
    top: 168%;
  }
  .laptop-l\:top--168\% {
    top: -168%;
  }
  .laptop-l\:m-b-168\% {
    margin-bottom: 168%;
  }
  .laptop-l\:m-b--168\% {
    margin-bottom: -168%;
  }
  .laptop-l\:p-b-168\% {
    padding-bottom: 168%;
  }
  .laptop-l\:p-b--168\% {
    padding-bottom: -168%;
  }
  .laptop-l\:bottom-168\% {
    bottom: 168%;
  }
  .laptop-l\:bottom--168\% {
    bottom: -168%;
  }
  .laptop-l\:m-l-168\% {
    margin-left: 168%;
  }
  .laptop-l\:m-l--168\% {
    margin-left: -168%;
  }
  .laptop-l\:p-l-168\% {
    padding-left: 168%;
  }
  .laptop-l\:p-l--168\% {
    padding-left: -168%;
  }
  .laptop-l\:left-168\% {
    left: 168%;
  }
  .laptop-l\:left--168\% {
    left: -168%;
  }
  .laptop-l\:m-r-168\% {
    margin-right: 168%;
  }
  .laptop-l\:m-r--168\% {
    margin-right: -168%;
  }
  .laptop-l\:p-r-168\% {
    padding-right: 168%;
  }
  .laptop-l\:p-r--168\% {
    padding-right: -168%;
  }
  .laptop-l\:right-168\% {
    right: 168%;
  }
  .laptop-l\:right--168\% {
    right: -168%;
  }
  .laptop-l\:h-168\% {
    height: 168%;
  }
  .laptop-l\:w-168\% {
    width: 168%;
  }
  .laptop-l\:max_h-168\% {
    max-height: 168%;
  }
  .laptop-l\:max_w-168\% {
    max-width: 168%;
  }
  .laptop-l\:min_h-168\% {
    min-height: 168%;
  }
  .laptop-l\:min_w-168\% {
    min-width: 168%;
  }
  .laptop-l\:h-168vh {
    height: 168vh;
  }
  .laptop-l\:w-168vw {
    width: 168vw;
  }
  .laptop-l\:min_w-168vw {
    min-width: 168vw;
  }
  .laptop-l\:min_h-168vh {
    min-height: 168vh;
  }
  .laptop-l\:max_w-168vw {
    max-width: 168vw;
  }
  .laptop-l\:max_h-168vh {
    max-height: 168vh;
  }
  .laptop-l\:m-t-169\% {
    margin-top: 169%;
  }
  .laptop-l\:m-t--169\% {
    margin-top: -169%;
  }
  .laptop-l\:p-t-169\% {
    padding-top: 169%;
  }
  .laptop-l\:p-t--169\% {
    padding-top: -169%;
  }
  .laptop-l\:top-169\% {
    top: 169%;
  }
  .laptop-l\:top--169\% {
    top: -169%;
  }
  .laptop-l\:m-b-169\% {
    margin-bottom: 169%;
  }
  .laptop-l\:m-b--169\% {
    margin-bottom: -169%;
  }
  .laptop-l\:p-b-169\% {
    padding-bottom: 169%;
  }
  .laptop-l\:p-b--169\% {
    padding-bottom: -169%;
  }
  .laptop-l\:bottom-169\% {
    bottom: 169%;
  }
  .laptop-l\:bottom--169\% {
    bottom: -169%;
  }
  .laptop-l\:m-l-169\% {
    margin-left: 169%;
  }
  .laptop-l\:m-l--169\% {
    margin-left: -169%;
  }
  .laptop-l\:p-l-169\% {
    padding-left: 169%;
  }
  .laptop-l\:p-l--169\% {
    padding-left: -169%;
  }
  .laptop-l\:left-169\% {
    left: 169%;
  }
  .laptop-l\:left--169\% {
    left: -169%;
  }
  .laptop-l\:m-r-169\% {
    margin-right: 169%;
  }
  .laptop-l\:m-r--169\% {
    margin-right: -169%;
  }
  .laptop-l\:p-r-169\% {
    padding-right: 169%;
  }
  .laptop-l\:p-r--169\% {
    padding-right: -169%;
  }
  .laptop-l\:right-169\% {
    right: 169%;
  }
  .laptop-l\:right--169\% {
    right: -169%;
  }
  .laptop-l\:h-169\% {
    height: 169%;
  }
  .laptop-l\:w-169\% {
    width: 169%;
  }
  .laptop-l\:max_h-169\% {
    max-height: 169%;
  }
  .laptop-l\:max_w-169\% {
    max-width: 169%;
  }
  .laptop-l\:min_h-169\% {
    min-height: 169%;
  }
  .laptop-l\:min_w-169\% {
    min-width: 169%;
  }
  .laptop-l\:h-169vh {
    height: 169vh;
  }
  .laptop-l\:w-169vw {
    width: 169vw;
  }
  .laptop-l\:min_w-169vw {
    min-width: 169vw;
  }
  .laptop-l\:min_h-169vh {
    min-height: 169vh;
  }
  .laptop-l\:max_w-169vw {
    max-width: 169vw;
  }
  .laptop-l\:max_h-169vh {
    max-height: 169vh;
  }
  .laptop-l\:m-t-170\% {
    margin-top: 170%;
  }
  .laptop-l\:m-t--170\% {
    margin-top: -170%;
  }
  .laptop-l\:p-t-170\% {
    padding-top: 170%;
  }
  .laptop-l\:p-t--170\% {
    padding-top: -170%;
  }
  .laptop-l\:top-170\% {
    top: 170%;
  }
  .laptop-l\:top--170\% {
    top: -170%;
  }
  .laptop-l\:m-b-170\% {
    margin-bottom: 170%;
  }
  .laptop-l\:m-b--170\% {
    margin-bottom: -170%;
  }
  .laptop-l\:p-b-170\% {
    padding-bottom: 170%;
  }
  .laptop-l\:p-b--170\% {
    padding-bottom: -170%;
  }
  .laptop-l\:bottom-170\% {
    bottom: 170%;
  }
  .laptop-l\:bottom--170\% {
    bottom: -170%;
  }
  .laptop-l\:m-l-170\% {
    margin-left: 170%;
  }
  .laptop-l\:m-l--170\% {
    margin-left: -170%;
  }
  .laptop-l\:p-l-170\% {
    padding-left: 170%;
  }
  .laptop-l\:p-l--170\% {
    padding-left: -170%;
  }
  .laptop-l\:left-170\% {
    left: 170%;
  }
  .laptop-l\:left--170\% {
    left: -170%;
  }
  .laptop-l\:m-r-170\% {
    margin-right: 170%;
  }
  .laptop-l\:m-r--170\% {
    margin-right: -170%;
  }
  .laptop-l\:p-r-170\% {
    padding-right: 170%;
  }
  .laptop-l\:p-r--170\% {
    padding-right: -170%;
  }
  .laptop-l\:right-170\% {
    right: 170%;
  }
  .laptop-l\:right--170\% {
    right: -170%;
  }
  .laptop-l\:h-170\% {
    height: 170%;
  }
  .laptop-l\:w-170\% {
    width: 170%;
  }
  .laptop-l\:max_h-170\% {
    max-height: 170%;
  }
  .laptop-l\:max_w-170\% {
    max-width: 170%;
  }
  .laptop-l\:min_h-170\% {
    min-height: 170%;
  }
  .laptop-l\:min_w-170\% {
    min-width: 170%;
  }
  .laptop-l\:h-170vh {
    height: 170vh;
  }
  .laptop-l\:w-170vw {
    width: 170vw;
  }
  .laptop-l\:min_w-170vw {
    min-width: 170vw;
  }
  .laptop-l\:min_h-170vh {
    min-height: 170vh;
  }
  .laptop-l\:max_w-170vw {
    max-width: 170vw;
  }
  .laptop-l\:max_h-170vh {
    max-height: 170vh;
  }
  .laptop-l\:m-t-171\% {
    margin-top: 171%;
  }
  .laptop-l\:m-t--171\% {
    margin-top: -171%;
  }
  .laptop-l\:p-t-171\% {
    padding-top: 171%;
  }
  .laptop-l\:p-t--171\% {
    padding-top: -171%;
  }
  .laptop-l\:top-171\% {
    top: 171%;
  }
  .laptop-l\:top--171\% {
    top: -171%;
  }
  .laptop-l\:m-b-171\% {
    margin-bottom: 171%;
  }
  .laptop-l\:m-b--171\% {
    margin-bottom: -171%;
  }
  .laptop-l\:p-b-171\% {
    padding-bottom: 171%;
  }
  .laptop-l\:p-b--171\% {
    padding-bottom: -171%;
  }
  .laptop-l\:bottom-171\% {
    bottom: 171%;
  }
  .laptop-l\:bottom--171\% {
    bottom: -171%;
  }
  .laptop-l\:m-l-171\% {
    margin-left: 171%;
  }
  .laptop-l\:m-l--171\% {
    margin-left: -171%;
  }
  .laptop-l\:p-l-171\% {
    padding-left: 171%;
  }
  .laptop-l\:p-l--171\% {
    padding-left: -171%;
  }
  .laptop-l\:left-171\% {
    left: 171%;
  }
  .laptop-l\:left--171\% {
    left: -171%;
  }
  .laptop-l\:m-r-171\% {
    margin-right: 171%;
  }
  .laptop-l\:m-r--171\% {
    margin-right: -171%;
  }
  .laptop-l\:p-r-171\% {
    padding-right: 171%;
  }
  .laptop-l\:p-r--171\% {
    padding-right: -171%;
  }
  .laptop-l\:right-171\% {
    right: 171%;
  }
  .laptop-l\:right--171\% {
    right: -171%;
  }
  .laptop-l\:h-171\% {
    height: 171%;
  }
  .laptop-l\:w-171\% {
    width: 171%;
  }
  .laptop-l\:max_h-171\% {
    max-height: 171%;
  }
  .laptop-l\:max_w-171\% {
    max-width: 171%;
  }
  .laptop-l\:min_h-171\% {
    min-height: 171%;
  }
  .laptop-l\:min_w-171\% {
    min-width: 171%;
  }
  .laptop-l\:h-171vh {
    height: 171vh;
  }
  .laptop-l\:w-171vw {
    width: 171vw;
  }
  .laptop-l\:min_w-171vw {
    min-width: 171vw;
  }
  .laptop-l\:min_h-171vh {
    min-height: 171vh;
  }
  .laptop-l\:max_w-171vw {
    max-width: 171vw;
  }
  .laptop-l\:max_h-171vh {
    max-height: 171vh;
  }
  .laptop-l\:m-t-172\% {
    margin-top: 172%;
  }
  .laptop-l\:m-t--172\% {
    margin-top: -172%;
  }
  .laptop-l\:p-t-172\% {
    padding-top: 172%;
  }
  .laptop-l\:p-t--172\% {
    padding-top: -172%;
  }
  .laptop-l\:top-172\% {
    top: 172%;
  }
  .laptop-l\:top--172\% {
    top: -172%;
  }
  .laptop-l\:m-b-172\% {
    margin-bottom: 172%;
  }
  .laptop-l\:m-b--172\% {
    margin-bottom: -172%;
  }
  .laptop-l\:p-b-172\% {
    padding-bottom: 172%;
  }
  .laptop-l\:p-b--172\% {
    padding-bottom: -172%;
  }
  .laptop-l\:bottom-172\% {
    bottom: 172%;
  }
  .laptop-l\:bottom--172\% {
    bottom: -172%;
  }
  .laptop-l\:m-l-172\% {
    margin-left: 172%;
  }
  .laptop-l\:m-l--172\% {
    margin-left: -172%;
  }
  .laptop-l\:p-l-172\% {
    padding-left: 172%;
  }
  .laptop-l\:p-l--172\% {
    padding-left: -172%;
  }
  .laptop-l\:left-172\% {
    left: 172%;
  }
  .laptop-l\:left--172\% {
    left: -172%;
  }
  .laptop-l\:m-r-172\% {
    margin-right: 172%;
  }
  .laptop-l\:m-r--172\% {
    margin-right: -172%;
  }
  .laptop-l\:p-r-172\% {
    padding-right: 172%;
  }
  .laptop-l\:p-r--172\% {
    padding-right: -172%;
  }
  .laptop-l\:right-172\% {
    right: 172%;
  }
  .laptop-l\:right--172\% {
    right: -172%;
  }
  .laptop-l\:h-172\% {
    height: 172%;
  }
  .laptop-l\:w-172\% {
    width: 172%;
  }
  .laptop-l\:max_h-172\% {
    max-height: 172%;
  }
  .laptop-l\:max_w-172\% {
    max-width: 172%;
  }
  .laptop-l\:min_h-172\% {
    min-height: 172%;
  }
  .laptop-l\:min_w-172\% {
    min-width: 172%;
  }
  .laptop-l\:h-172vh {
    height: 172vh;
  }
  .laptop-l\:w-172vw {
    width: 172vw;
  }
  .laptop-l\:min_w-172vw {
    min-width: 172vw;
  }
  .laptop-l\:min_h-172vh {
    min-height: 172vh;
  }
  .laptop-l\:max_w-172vw {
    max-width: 172vw;
  }
  .laptop-l\:max_h-172vh {
    max-height: 172vh;
  }
  .laptop-l\:m-t-173\% {
    margin-top: 173%;
  }
  .laptop-l\:m-t--173\% {
    margin-top: -173%;
  }
  .laptop-l\:p-t-173\% {
    padding-top: 173%;
  }
  .laptop-l\:p-t--173\% {
    padding-top: -173%;
  }
  .laptop-l\:top-173\% {
    top: 173%;
  }
  .laptop-l\:top--173\% {
    top: -173%;
  }
  .laptop-l\:m-b-173\% {
    margin-bottom: 173%;
  }
  .laptop-l\:m-b--173\% {
    margin-bottom: -173%;
  }
  .laptop-l\:p-b-173\% {
    padding-bottom: 173%;
  }
  .laptop-l\:p-b--173\% {
    padding-bottom: -173%;
  }
  .laptop-l\:bottom-173\% {
    bottom: 173%;
  }
  .laptop-l\:bottom--173\% {
    bottom: -173%;
  }
  .laptop-l\:m-l-173\% {
    margin-left: 173%;
  }
  .laptop-l\:m-l--173\% {
    margin-left: -173%;
  }
  .laptop-l\:p-l-173\% {
    padding-left: 173%;
  }
  .laptop-l\:p-l--173\% {
    padding-left: -173%;
  }
  .laptop-l\:left-173\% {
    left: 173%;
  }
  .laptop-l\:left--173\% {
    left: -173%;
  }
  .laptop-l\:m-r-173\% {
    margin-right: 173%;
  }
  .laptop-l\:m-r--173\% {
    margin-right: -173%;
  }
  .laptop-l\:p-r-173\% {
    padding-right: 173%;
  }
  .laptop-l\:p-r--173\% {
    padding-right: -173%;
  }
  .laptop-l\:right-173\% {
    right: 173%;
  }
  .laptop-l\:right--173\% {
    right: -173%;
  }
  .laptop-l\:h-173\% {
    height: 173%;
  }
  .laptop-l\:w-173\% {
    width: 173%;
  }
  .laptop-l\:max_h-173\% {
    max-height: 173%;
  }
  .laptop-l\:max_w-173\% {
    max-width: 173%;
  }
  .laptop-l\:min_h-173\% {
    min-height: 173%;
  }
  .laptop-l\:min_w-173\% {
    min-width: 173%;
  }
  .laptop-l\:h-173vh {
    height: 173vh;
  }
  .laptop-l\:w-173vw {
    width: 173vw;
  }
  .laptop-l\:min_w-173vw {
    min-width: 173vw;
  }
  .laptop-l\:min_h-173vh {
    min-height: 173vh;
  }
  .laptop-l\:max_w-173vw {
    max-width: 173vw;
  }
  .laptop-l\:max_h-173vh {
    max-height: 173vh;
  }
  .laptop-l\:m-t-174\% {
    margin-top: 174%;
  }
  .laptop-l\:m-t--174\% {
    margin-top: -174%;
  }
  .laptop-l\:p-t-174\% {
    padding-top: 174%;
  }
  .laptop-l\:p-t--174\% {
    padding-top: -174%;
  }
  .laptop-l\:top-174\% {
    top: 174%;
  }
  .laptop-l\:top--174\% {
    top: -174%;
  }
  .laptop-l\:m-b-174\% {
    margin-bottom: 174%;
  }
  .laptop-l\:m-b--174\% {
    margin-bottom: -174%;
  }
  .laptop-l\:p-b-174\% {
    padding-bottom: 174%;
  }
  .laptop-l\:p-b--174\% {
    padding-bottom: -174%;
  }
  .laptop-l\:bottom-174\% {
    bottom: 174%;
  }
  .laptop-l\:bottom--174\% {
    bottom: -174%;
  }
  .laptop-l\:m-l-174\% {
    margin-left: 174%;
  }
  .laptop-l\:m-l--174\% {
    margin-left: -174%;
  }
  .laptop-l\:p-l-174\% {
    padding-left: 174%;
  }
  .laptop-l\:p-l--174\% {
    padding-left: -174%;
  }
  .laptop-l\:left-174\% {
    left: 174%;
  }
  .laptop-l\:left--174\% {
    left: -174%;
  }
  .laptop-l\:m-r-174\% {
    margin-right: 174%;
  }
  .laptop-l\:m-r--174\% {
    margin-right: -174%;
  }
  .laptop-l\:p-r-174\% {
    padding-right: 174%;
  }
  .laptop-l\:p-r--174\% {
    padding-right: -174%;
  }
  .laptop-l\:right-174\% {
    right: 174%;
  }
  .laptop-l\:right--174\% {
    right: -174%;
  }
  .laptop-l\:h-174\% {
    height: 174%;
  }
  .laptop-l\:w-174\% {
    width: 174%;
  }
  .laptop-l\:max_h-174\% {
    max-height: 174%;
  }
  .laptop-l\:max_w-174\% {
    max-width: 174%;
  }
  .laptop-l\:min_h-174\% {
    min-height: 174%;
  }
  .laptop-l\:min_w-174\% {
    min-width: 174%;
  }
  .laptop-l\:h-174vh {
    height: 174vh;
  }
  .laptop-l\:w-174vw {
    width: 174vw;
  }
  .laptop-l\:min_w-174vw {
    min-width: 174vw;
  }
  .laptop-l\:min_h-174vh {
    min-height: 174vh;
  }
  .laptop-l\:max_w-174vw {
    max-width: 174vw;
  }
  .laptop-l\:max_h-174vh {
    max-height: 174vh;
  }
  .laptop-l\:m-t-175\% {
    margin-top: 175%;
  }
  .laptop-l\:m-t--175\% {
    margin-top: -175%;
  }
  .laptop-l\:p-t-175\% {
    padding-top: 175%;
  }
  .laptop-l\:p-t--175\% {
    padding-top: -175%;
  }
  .laptop-l\:top-175\% {
    top: 175%;
  }
  .laptop-l\:top--175\% {
    top: -175%;
  }
  .laptop-l\:m-b-175\% {
    margin-bottom: 175%;
  }
  .laptop-l\:m-b--175\% {
    margin-bottom: -175%;
  }
  .laptop-l\:p-b-175\% {
    padding-bottom: 175%;
  }
  .laptop-l\:p-b--175\% {
    padding-bottom: -175%;
  }
  .laptop-l\:bottom-175\% {
    bottom: 175%;
  }
  .laptop-l\:bottom--175\% {
    bottom: -175%;
  }
  .laptop-l\:m-l-175\% {
    margin-left: 175%;
  }
  .laptop-l\:m-l--175\% {
    margin-left: -175%;
  }
  .laptop-l\:p-l-175\% {
    padding-left: 175%;
  }
  .laptop-l\:p-l--175\% {
    padding-left: -175%;
  }
  .laptop-l\:left-175\% {
    left: 175%;
  }
  .laptop-l\:left--175\% {
    left: -175%;
  }
  .laptop-l\:m-r-175\% {
    margin-right: 175%;
  }
  .laptop-l\:m-r--175\% {
    margin-right: -175%;
  }
  .laptop-l\:p-r-175\% {
    padding-right: 175%;
  }
  .laptop-l\:p-r--175\% {
    padding-right: -175%;
  }
  .laptop-l\:right-175\% {
    right: 175%;
  }
  .laptop-l\:right--175\% {
    right: -175%;
  }
  .laptop-l\:h-175\% {
    height: 175%;
  }
  .laptop-l\:w-175\% {
    width: 175%;
  }
  .laptop-l\:max_h-175\% {
    max-height: 175%;
  }
  .laptop-l\:max_w-175\% {
    max-width: 175%;
  }
  .laptop-l\:min_h-175\% {
    min-height: 175%;
  }
  .laptop-l\:min_w-175\% {
    min-width: 175%;
  }
  .laptop-l\:h-175vh {
    height: 175vh;
  }
  .laptop-l\:w-175vw {
    width: 175vw;
  }
  .laptop-l\:min_w-175vw {
    min-width: 175vw;
  }
  .laptop-l\:min_h-175vh {
    min-height: 175vh;
  }
  .laptop-l\:max_w-175vw {
    max-width: 175vw;
  }
  .laptop-l\:max_h-175vh {
    max-height: 175vh;
  }
  .laptop-l\:m-t-176\% {
    margin-top: 176%;
  }
  .laptop-l\:m-t--176\% {
    margin-top: -176%;
  }
  .laptop-l\:p-t-176\% {
    padding-top: 176%;
  }
  .laptop-l\:p-t--176\% {
    padding-top: -176%;
  }
  .laptop-l\:top-176\% {
    top: 176%;
  }
  .laptop-l\:top--176\% {
    top: -176%;
  }
  .laptop-l\:m-b-176\% {
    margin-bottom: 176%;
  }
  .laptop-l\:m-b--176\% {
    margin-bottom: -176%;
  }
  .laptop-l\:p-b-176\% {
    padding-bottom: 176%;
  }
  .laptop-l\:p-b--176\% {
    padding-bottom: -176%;
  }
  .laptop-l\:bottom-176\% {
    bottom: 176%;
  }
  .laptop-l\:bottom--176\% {
    bottom: -176%;
  }
  .laptop-l\:m-l-176\% {
    margin-left: 176%;
  }
  .laptop-l\:m-l--176\% {
    margin-left: -176%;
  }
  .laptop-l\:p-l-176\% {
    padding-left: 176%;
  }
  .laptop-l\:p-l--176\% {
    padding-left: -176%;
  }
  .laptop-l\:left-176\% {
    left: 176%;
  }
  .laptop-l\:left--176\% {
    left: -176%;
  }
  .laptop-l\:m-r-176\% {
    margin-right: 176%;
  }
  .laptop-l\:m-r--176\% {
    margin-right: -176%;
  }
  .laptop-l\:p-r-176\% {
    padding-right: 176%;
  }
  .laptop-l\:p-r--176\% {
    padding-right: -176%;
  }
  .laptop-l\:right-176\% {
    right: 176%;
  }
  .laptop-l\:right--176\% {
    right: -176%;
  }
  .laptop-l\:h-176\% {
    height: 176%;
  }
  .laptop-l\:w-176\% {
    width: 176%;
  }
  .laptop-l\:max_h-176\% {
    max-height: 176%;
  }
  .laptop-l\:max_w-176\% {
    max-width: 176%;
  }
  .laptop-l\:min_h-176\% {
    min-height: 176%;
  }
  .laptop-l\:min_w-176\% {
    min-width: 176%;
  }
  .laptop-l\:h-176vh {
    height: 176vh;
  }
  .laptop-l\:w-176vw {
    width: 176vw;
  }
  .laptop-l\:min_w-176vw {
    min-width: 176vw;
  }
  .laptop-l\:min_h-176vh {
    min-height: 176vh;
  }
  .laptop-l\:max_w-176vw {
    max-width: 176vw;
  }
  .laptop-l\:max_h-176vh {
    max-height: 176vh;
  }
  .laptop-l\:m-t-177\% {
    margin-top: 177%;
  }
  .laptop-l\:m-t--177\% {
    margin-top: -177%;
  }
  .laptop-l\:p-t-177\% {
    padding-top: 177%;
  }
  .laptop-l\:p-t--177\% {
    padding-top: -177%;
  }
  .laptop-l\:top-177\% {
    top: 177%;
  }
  .laptop-l\:top--177\% {
    top: -177%;
  }
  .laptop-l\:m-b-177\% {
    margin-bottom: 177%;
  }
  .laptop-l\:m-b--177\% {
    margin-bottom: -177%;
  }
  .laptop-l\:p-b-177\% {
    padding-bottom: 177%;
  }
  .laptop-l\:p-b--177\% {
    padding-bottom: -177%;
  }
  .laptop-l\:bottom-177\% {
    bottom: 177%;
  }
  .laptop-l\:bottom--177\% {
    bottom: -177%;
  }
  .laptop-l\:m-l-177\% {
    margin-left: 177%;
  }
  .laptop-l\:m-l--177\% {
    margin-left: -177%;
  }
  .laptop-l\:p-l-177\% {
    padding-left: 177%;
  }
  .laptop-l\:p-l--177\% {
    padding-left: -177%;
  }
  .laptop-l\:left-177\% {
    left: 177%;
  }
  .laptop-l\:left--177\% {
    left: -177%;
  }
  .laptop-l\:m-r-177\% {
    margin-right: 177%;
  }
  .laptop-l\:m-r--177\% {
    margin-right: -177%;
  }
  .laptop-l\:p-r-177\% {
    padding-right: 177%;
  }
  .laptop-l\:p-r--177\% {
    padding-right: -177%;
  }
  .laptop-l\:right-177\% {
    right: 177%;
  }
  .laptop-l\:right--177\% {
    right: -177%;
  }
  .laptop-l\:h-177\% {
    height: 177%;
  }
  .laptop-l\:w-177\% {
    width: 177%;
  }
  .laptop-l\:max_h-177\% {
    max-height: 177%;
  }
  .laptop-l\:max_w-177\% {
    max-width: 177%;
  }
  .laptop-l\:min_h-177\% {
    min-height: 177%;
  }
  .laptop-l\:min_w-177\% {
    min-width: 177%;
  }
  .laptop-l\:h-177vh {
    height: 177vh;
  }
  .laptop-l\:w-177vw {
    width: 177vw;
  }
  .laptop-l\:min_w-177vw {
    min-width: 177vw;
  }
  .laptop-l\:min_h-177vh {
    min-height: 177vh;
  }
  .laptop-l\:max_w-177vw {
    max-width: 177vw;
  }
  .laptop-l\:max_h-177vh {
    max-height: 177vh;
  }
  .laptop-l\:m-t-178\% {
    margin-top: 178%;
  }
  .laptop-l\:m-t--178\% {
    margin-top: -178%;
  }
  .laptop-l\:p-t-178\% {
    padding-top: 178%;
  }
  .laptop-l\:p-t--178\% {
    padding-top: -178%;
  }
  .laptop-l\:top-178\% {
    top: 178%;
  }
  .laptop-l\:top--178\% {
    top: -178%;
  }
  .laptop-l\:m-b-178\% {
    margin-bottom: 178%;
  }
  .laptop-l\:m-b--178\% {
    margin-bottom: -178%;
  }
  .laptop-l\:p-b-178\% {
    padding-bottom: 178%;
  }
  .laptop-l\:p-b--178\% {
    padding-bottom: -178%;
  }
  .laptop-l\:bottom-178\% {
    bottom: 178%;
  }
  .laptop-l\:bottom--178\% {
    bottom: -178%;
  }
  .laptop-l\:m-l-178\% {
    margin-left: 178%;
  }
  .laptop-l\:m-l--178\% {
    margin-left: -178%;
  }
  .laptop-l\:p-l-178\% {
    padding-left: 178%;
  }
  .laptop-l\:p-l--178\% {
    padding-left: -178%;
  }
  .laptop-l\:left-178\% {
    left: 178%;
  }
  .laptop-l\:left--178\% {
    left: -178%;
  }
  .laptop-l\:m-r-178\% {
    margin-right: 178%;
  }
  .laptop-l\:m-r--178\% {
    margin-right: -178%;
  }
  .laptop-l\:p-r-178\% {
    padding-right: 178%;
  }
  .laptop-l\:p-r--178\% {
    padding-right: -178%;
  }
  .laptop-l\:right-178\% {
    right: 178%;
  }
  .laptop-l\:right--178\% {
    right: -178%;
  }
  .laptop-l\:h-178\% {
    height: 178%;
  }
  .laptop-l\:w-178\% {
    width: 178%;
  }
  .laptop-l\:max_h-178\% {
    max-height: 178%;
  }
  .laptop-l\:max_w-178\% {
    max-width: 178%;
  }
  .laptop-l\:min_h-178\% {
    min-height: 178%;
  }
  .laptop-l\:min_w-178\% {
    min-width: 178%;
  }
  .laptop-l\:h-178vh {
    height: 178vh;
  }
  .laptop-l\:w-178vw {
    width: 178vw;
  }
  .laptop-l\:min_w-178vw {
    min-width: 178vw;
  }
  .laptop-l\:min_h-178vh {
    min-height: 178vh;
  }
  .laptop-l\:max_w-178vw {
    max-width: 178vw;
  }
  .laptop-l\:max_h-178vh {
    max-height: 178vh;
  }
  .laptop-l\:m-t-179\% {
    margin-top: 179%;
  }
  .laptop-l\:m-t--179\% {
    margin-top: -179%;
  }
  .laptop-l\:p-t-179\% {
    padding-top: 179%;
  }
  .laptop-l\:p-t--179\% {
    padding-top: -179%;
  }
  .laptop-l\:top-179\% {
    top: 179%;
  }
  .laptop-l\:top--179\% {
    top: -179%;
  }
  .laptop-l\:m-b-179\% {
    margin-bottom: 179%;
  }
  .laptop-l\:m-b--179\% {
    margin-bottom: -179%;
  }
  .laptop-l\:p-b-179\% {
    padding-bottom: 179%;
  }
  .laptop-l\:p-b--179\% {
    padding-bottom: -179%;
  }
  .laptop-l\:bottom-179\% {
    bottom: 179%;
  }
  .laptop-l\:bottom--179\% {
    bottom: -179%;
  }
  .laptop-l\:m-l-179\% {
    margin-left: 179%;
  }
  .laptop-l\:m-l--179\% {
    margin-left: -179%;
  }
  .laptop-l\:p-l-179\% {
    padding-left: 179%;
  }
  .laptop-l\:p-l--179\% {
    padding-left: -179%;
  }
  .laptop-l\:left-179\% {
    left: 179%;
  }
  .laptop-l\:left--179\% {
    left: -179%;
  }
  .laptop-l\:m-r-179\% {
    margin-right: 179%;
  }
  .laptop-l\:m-r--179\% {
    margin-right: -179%;
  }
  .laptop-l\:p-r-179\% {
    padding-right: 179%;
  }
  .laptop-l\:p-r--179\% {
    padding-right: -179%;
  }
  .laptop-l\:right-179\% {
    right: 179%;
  }
  .laptop-l\:right--179\% {
    right: -179%;
  }
  .laptop-l\:h-179\% {
    height: 179%;
  }
  .laptop-l\:w-179\% {
    width: 179%;
  }
  .laptop-l\:max_h-179\% {
    max-height: 179%;
  }
  .laptop-l\:max_w-179\% {
    max-width: 179%;
  }
  .laptop-l\:min_h-179\% {
    min-height: 179%;
  }
  .laptop-l\:min_w-179\% {
    min-width: 179%;
  }
  .laptop-l\:h-179vh {
    height: 179vh;
  }
  .laptop-l\:w-179vw {
    width: 179vw;
  }
  .laptop-l\:min_w-179vw {
    min-width: 179vw;
  }
  .laptop-l\:min_h-179vh {
    min-height: 179vh;
  }
  .laptop-l\:max_w-179vw {
    max-width: 179vw;
  }
  .laptop-l\:max_h-179vh {
    max-height: 179vh;
  }
  .laptop-l\:m-t-180\% {
    margin-top: 180%;
  }
  .laptop-l\:m-t--180\% {
    margin-top: -180%;
  }
  .laptop-l\:p-t-180\% {
    padding-top: 180%;
  }
  .laptop-l\:p-t--180\% {
    padding-top: -180%;
  }
  .laptop-l\:top-180\% {
    top: 180%;
  }
  .laptop-l\:top--180\% {
    top: -180%;
  }
  .laptop-l\:m-b-180\% {
    margin-bottom: 180%;
  }
  .laptop-l\:m-b--180\% {
    margin-bottom: -180%;
  }
  .laptop-l\:p-b-180\% {
    padding-bottom: 180%;
  }
  .laptop-l\:p-b--180\% {
    padding-bottom: -180%;
  }
  .laptop-l\:bottom-180\% {
    bottom: 180%;
  }
  .laptop-l\:bottom--180\% {
    bottom: -180%;
  }
  .laptop-l\:m-l-180\% {
    margin-left: 180%;
  }
  .laptop-l\:m-l--180\% {
    margin-left: -180%;
  }
  .laptop-l\:p-l-180\% {
    padding-left: 180%;
  }
  .laptop-l\:p-l--180\% {
    padding-left: -180%;
  }
  .laptop-l\:left-180\% {
    left: 180%;
  }
  .laptop-l\:left--180\% {
    left: -180%;
  }
  .laptop-l\:m-r-180\% {
    margin-right: 180%;
  }
  .laptop-l\:m-r--180\% {
    margin-right: -180%;
  }
  .laptop-l\:p-r-180\% {
    padding-right: 180%;
  }
  .laptop-l\:p-r--180\% {
    padding-right: -180%;
  }
  .laptop-l\:right-180\% {
    right: 180%;
  }
  .laptop-l\:right--180\% {
    right: -180%;
  }
  .laptop-l\:h-180\% {
    height: 180%;
  }
  .laptop-l\:w-180\% {
    width: 180%;
  }
  .laptop-l\:max_h-180\% {
    max-height: 180%;
  }
  .laptop-l\:max_w-180\% {
    max-width: 180%;
  }
  .laptop-l\:min_h-180\% {
    min-height: 180%;
  }
  .laptop-l\:min_w-180\% {
    min-width: 180%;
  }
  .laptop-l\:h-180vh {
    height: 180vh;
  }
  .laptop-l\:w-180vw {
    width: 180vw;
  }
  .laptop-l\:min_w-180vw {
    min-width: 180vw;
  }
  .laptop-l\:min_h-180vh {
    min-height: 180vh;
  }
  .laptop-l\:max_w-180vw {
    max-width: 180vw;
  }
  .laptop-l\:max_h-180vh {
    max-height: 180vh;
  }
  .laptop-l\:m-t-181\% {
    margin-top: 181%;
  }
  .laptop-l\:m-t--181\% {
    margin-top: -181%;
  }
  .laptop-l\:p-t-181\% {
    padding-top: 181%;
  }
  .laptop-l\:p-t--181\% {
    padding-top: -181%;
  }
  .laptop-l\:top-181\% {
    top: 181%;
  }
  .laptop-l\:top--181\% {
    top: -181%;
  }
  .laptop-l\:m-b-181\% {
    margin-bottom: 181%;
  }
  .laptop-l\:m-b--181\% {
    margin-bottom: -181%;
  }
  .laptop-l\:p-b-181\% {
    padding-bottom: 181%;
  }
  .laptop-l\:p-b--181\% {
    padding-bottom: -181%;
  }
  .laptop-l\:bottom-181\% {
    bottom: 181%;
  }
  .laptop-l\:bottom--181\% {
    bottom: -181%;
  }
  .laptop-l\:m-l-181\% {
    margin-left: 181%;
  }
  .laptop-l\:m-l--181\% {
    margin-left: -181%;
  }
  .laptop-l\:p-l-181\% {
    padding-left: 181%;
  }
  .laptop-l\:p-l--181\% {
    padding-left: -181%;
  }
  .laptop-l\:left-181\% {
    left: 181%;
  }
  .laptop-l\:left--181\% {
    left: -181%;
  }
  .laptop-l\:m-r-181\% {
    margin-right: 181%;
  }
  .laptop-l\:m-r--181\% {
    margin-right: -181%;
  }
  .laptop-l\:p-r-181\% {
    padding-right: 181%;
  }
  .laptop-l\:p-r--181\% {
    padding-right: -181%;
  }
  .laptop-l\:right-181\% {
    right: 181%;
  }
  .laptop-l\:right--181\% {
    right: -181%;
  }
  .laptop-l\:h-181\% {
    height: 181%;
  }
  .laptop-l\:w-181\% {
    width: 181%;
  }
  .laptop-l\:max_h-181\% {
    max-height: 181%;
  }
  .laptop-l\:max_w-181\% {
    max-width: 181%;
  }
  .laptop-l\:min_h-181\% {
    min-height: 181%;
  }
  .laptop-l\:min_w-181\% {
    min-width: 181%;
  }
  .laptop-l\:h-181vh {
    height: 181vh;
  }
  .laptop-l\:w-181vw {
    width: 181vw;
  }
  .laptop-l\:min_w-181vw {
    min-width: 181vw;
  }
  .laptop-l\:min_h-181vh {
    min-height: 181vh;
  }
  .laptop-l\:max_w-181vw {
    max-width: 181vw;
  }
  .laptop-l\:max_h-181vh {
    max-height: 181vh;
  }
  .laptop-l\:m-t-182\% {
    margin-top: 182%;
  }
  .laptop-l\:m-t--182\% {
    margin-top: -182%;
  }
  .laptop-l\:p-t-182\% {
    padding-top: 182%;
  }
  .laptop-l\:p-t--182\% {
    padding-top: -182%;
  }
  .laptop-l\:top-182\% {
    top: 182%;
  }
  .laptop-l\:top--182\% {
    top: -182%;
  }
  .laptop-l\:m-b-182\% {
    margin-bottom: 182%;
  }
  .laptop-l\:m-b--182\% {
    margin-bottom: -182%;
  }
  .laptop-l\:p-b-182\% {
    padding-bottom: 182%;
  }
  .laptop-l\:p-b--182\% {
    padding-bottom: -182%;
  }
  .laptop-l\:bottom-182\% {
    bottom: 182%;
  }
  .laptop-l\:bottom--182\% {
    bottom: -182%;
  }
  .laptop-l\:m-l-182\% {
    margin-left: 182%;
  }
  .laptop-l\:m-l--182\% {
    margin-left: -182%;
  }
  .laptop-l\:p-l-182\% {
    padding-left: 182%;
  }
  .laptop-l\:p-l--182\% {
    padding-left: -182%;
  }
  .laptop-l\:left-182\% {
    left: 182%;
  }
  .laptop-l\:left--182\% {
    left: -182%;
  }
  .laptop-l\:m-r-182\% {
    margin-right: 182%;
  }
  .laptop-l\:m-r--182\% {
    margin-right: -182%;
  }
  .laptop-l\:p-r-182\% {
    padding-right: 182%;
  }
  .laptop-l\:p-r--182\% {
    padding-right: -182%;
  }
  .laptop-l\:right-182\% {
    right: 182%;
  }
  .laptop-l\:right--182\% {
    right: -182%;
  }
  .laptop-l\:h-182\% {
    height: 182%;
  }
  .laptop-l\:w-182\% {
    width: 182%;
  }
  .laptop-l\:max_h-182\% {
    max-height: 182%;
  }
  .laptop-l\:max_w-182\% {
    max-width: 182%;
  }
  .laptop-l\:min_h-182\% {
    min-height: 182%;
  }
  .laptop-l\:min_w-182\% {
    min-width: 182%;
  }
  .laptop-l\:h-182vh {
    height: 182vh;
  }
  .laptop-l\:w-182vw {
    width: 182vw;
  }
  .laptop-l\:min_w-182vw {
    min-width: 182vw;
  }
  .laptop-l\:min_h-182vh {
    min-height: 182vh;
  }
  .laptop-l\:max_w-182vw {
    max-width: 182vw;
  }
  .laptop-l\:max_h-182vh {
    max-height: 182vh;
  }
  .laptop-l\:m-t-183\% {
    margin-top: 183%;
  }
  .laptop-l\:m-t--183\% {
    margin-top: -183%;
  }
  .laptop-l\:p-t-183\% {
    padding-top: 183%;
  }
  .laptop-l\:p-t--183\% {
    padding-top: -183%;
  }
  .laptop-l\:top-183\% {
    top: 183%;
  }
  .laptop-l\:top--183\% {
    top: -183%;
  }
  .laptop-l\:m-b-183\% {
    margin-bottom: 183%;
  }
  .laptop-l\:m-b--183\% {
    margin-bottom: -183%;
  }
  .laptop-l\:p-b-183\% {
    padding-bottom: 183%;
  }
  .laptop-l\:p-b--183\% {
    padding-bottom: -183%;
  }
  .laptop-l\:bottom-183\% {
    bottom: 183%;
  }
  .laptop-l\:bottom--183\% {
    bottom: -183%;
  }
  .laptop-l\:m-l-183\% {
    margin-left: 183%;
  }
  .laptop-l\:m-l--183\% {
    margin-left: -183%;
  }
  .laptop-l\:p-l-183\% {
    padding-left: 183%;
  }
  .laptop-l\:p-l--183\% {
    padding-left: -183%;
  }
  .laptop-l\:left-183\% {
    left: 183%;
  }
  .laptop-l\:left--183\% {
    left: -183%;
  }
  .laptop-l\:m-r-183\% {
    margin-right: 183%;
  }
  .laptop-l\:m-r--183\% {
    margin-right: -183%;
  }
  .laptop-l\:p-r-183\% {
    padding-right: 183%;
  }
  .laptop-l\:p-r--183\% {
    padding-right: -183%;
  }
  .laptop-l\:right-183\% {
    right: 183%;
  }
  .laptop-l\:right--183\% {
    right: -183%;
  }
  .laptop-l\:h-183\% {
    height: 183%;
  }
  .laptop-l\:w-183\% {
    width: 183%;
  }
  .laptop-l\:max_h-183\% {
    max-height: 183%;
  }
  .laptop-l\:max_w-183\% {
    max-width: 183%;
  }
  .laptop-l\:min_h-183\% {
    min-height: 183%;
  }
  .laptop-l\:min_w-183\% {
    min-width: 183%;
  }
  .laptop-l\:h-183vh {
    height: 183vh;
  }
  .laptop-l\:w-183vw {
    width: 183vw;
  }
  .laptop-l\:min_w-183vw {
    min-width: 183vw;
  }
  .laptop-l\:min_h-183vh {
    min-height: 183vh;
  }
  .laptop-l\:max_w-183vw {
    max-width: 183vw;
  }
  .laptop-l\:max_h-183vh {
    max-height: 183vh;
  }
  .laptop-l\:m-t-184\% {
    margin-top: 184%;
  }
  .laptop-l\:m-t--184\% {
    margin-top: -184%;
  }
  .laptop-l\:p-t-184\% {
    padding-top: 184%;
  }
  .laptop-l\:p-t--184\% {
    padding-top: -184%;
  }
  .laptop-l\:top-184\% {
    top: 184%;
  }
  .laptop-l\:top--184\% {
    top: -184%;
  }
  .laptop-l\:m-b-184\% {
    margin-bottom: 184%;
  }
  .laptop-l\:m-b--184\% {
    margin-bottom: -184%;
  }
  .laptop-l\:p-b-184\% {
    padding-bottom: 184%;
  }
  .laptop-l\:p-b--184\% {
    padding-bottom: -184%;
  }
  .laptop-l\:bottom-184\% {
    bottom: 184%;
  }
  .laptop-l\:bottom--184\% {
    bottom: -184%;
  }
  .laptop-l\:m-l-184\% {
    margin-left: 184%;
  }
  .laptop-l\:m-l--184\% {
    margin-left: -184%;
  }
  .laptop-l\:p-l-184\% {
    padding-left: 184%;
  }
  .laptop-l\:p-l--184\% {
    padding-left: -184%;
  }
  .laptop-l\:left-184\% {
    left: 184%;
  }
  .laptop-l\:left--184\% {
    left: -184%;
  }
  .laptop-l\:m-r-184\% {
    margin-right: 184%;
  }
  .laptop-l\:m-r--184\% {
    margin-right: -184%;
  }
  .laptop-l\:p-r-184\% {
    padding-right: 184%;
  }
  .laptop-l\:p-r--184\% {
    padding-right: -184%;
  }
  .laptop-l\:right-184\% {
    right: 184%;
  }
  .laptop-l\:right--184\% {
    right: -184%;
  }
  .laptop-l\:h-184\% {
    height: 184%;
  }
  .laptop-l\:w-184\% {
    width: 184%;
  }
  .laptop-l\:max_h-184\% {
    max-height: 184%;
  }
  .laptop-l\:max_w-184\% {
    max-width: 184%;
  }
  .laptop-l\:min_h-184\% {
    min-height: 184%;
  }
  .laptop-l\:min_w-184\% {
    min-width: 184%;
  }
  .laptop-l\:h-184vh {
    height: 184vh;
  }
  .laptop-l\:w-184vw {
    width: 184vw;
  }
  .laptop-l\:min_w-184vw {
    min-width: 184vw;
  }
  .laptop-l\:min_h-184vh {
    min-height: 184vh;
  }
  .laptop-l\:max_w-184vw {
    max-width: 184vw;
  }
  .laptop-l\:max_h-184vh {
    max-height: 184vh;
  }
  .laptop-l\:m-t-185\% {
    margin-top: 185%;
  }
  .laptop-l\:m-t--185\% {
    margin-top: -185%;
  }
  .laptop-l\:p-t-185\% {
    padding-top: 185%;
  }
  .laptop-l\:p-t--185\% {
    padding-top: -185%;
  }
  .laptop-l\:top-185\% {
    top: 185%;
  }
  .laptop-l\:top--185\% {
    top: -185%;
  }
  .laptop-l\:m-b-185\% {
    margin-bottom: 185%;
  }
  .laptop-l\:m-b--185\% {
    margin-bottom: -185%;
  }
  .laptop-l\:p-b-185\% {
    padding-bottom: 185%;
  }
  .laptop-l\:p-b--185\% {
    padding-bottom: -185%;
  }
  .laptop-l\:bottom-185\% {
    bottom: 185%;
  }
  .laptop-l\:bottom--185\% {
    bottom: -185%;
  }
  .laptop-l\:m-l-185\% {
    margin-left: 185%;
  }
  .laptop-l\:m-l--185\% {
    margin-left: -185%;
  }
  .laptop-l\:p-l-185\% {
    padding-left: 185%;
  }
  .laptop-l\:p-l--185\% {
    padding-left: -185%;
  }
  .laptop-l\:left-185\% {
    left: 185%;
  }
  .laptop-l\:left--185\% {
    left: -185%;
  }
  .laptop-l\:m-r-185\% {
    margin-right: 185%;
  }
  .laptop-l\:m-r--185\% {
    margin-right: -185%;
  }
  .laptop-l\:p-r-185\% {
    padding-right: 185%;
  }
  .laptop-l\:p-r--185\% {
    padding-right: -185%;
  }
  .laptop-l\:right-185\% {
    right: 185%;
  }
  .laptop-l\:right--185\% {
    right: -185%;
  }
  .laptop-l\:h-185\% {
    height: 185%;
  }
  .laptop-l\:w-185\% {
    width: 185%;
  }
  .laptop-l\:max_h-185\% {
    max-height: 185%;
  }
  .laptop-l\:max_w-185\% {
    max-width: 185%;
  }
  .laptop-l\:min_h-185\% {
    min-height: 185%;
  }
  .laptop-l\:min_w-185\% {
    min-width: 185%;
  }
  .laptop-l\:h-185vh {
    height: 185vh;
  }
  .laptop-l\:w-185vw {
    width: 185vw;
  }
  .laptop-l\:min_w-185vw {
    min-width: 185vw;
  }
  .laptop-l\:min_h-185vh {
    min-height: 185vh;
  }
  .laptop-l\:max_w-185vw {
    max-width: 185vw;
  }
  .laptop-l\:max_h-185vh {
    max-height: 185vh;
  }
  .laptop-l\:m-t-186\% {
    margin-top: 186%;
  }
  .laptop-l\:m-t--186\% {
    margin-top: -186%;
  }
  .laptop-l\:p-t-186\% {
    padding-top: 186%;
  }
  .laptop-l\:p-t--186\% {
    padding-top: -186%;
  }
  .laptop-l\:top-186\% {
    top: 186%;
  }
  .laptop-l\:top--186\% {
    top: -186%;
  }
  .laptop-l\:m-b-186\% {
    margin-bottom: 186%;
  }
  .laptop-l\:m-b--186\% {
    margin-bottom: -186%;
  }
  .laptop-l\:p-b-186\% {
    padding-bottom: 186%;
  }
  .laptop-l\:p-b--186\% {
    padding-bottom: -186%;
  }
  .laptop-l\:bottom-186\% {
    bottom: 186%;
  }
  .laptop-l\:bottom--186\% {
    bottom: -186%;
  }
  .laptop-l\:m-l-186\% {
    margin-left: 186%;
  }
  .laptop-l\:m-l--186\% {
    margin-left: -186%;
  }
  .laptop-l\:p-l-186\% {
    padding-left: 186%;
  }
  .laptop-l\:p-l--186\% {
    padding-left: -186%;
  }
  .laptop-l\:left-186\% {
    left: 186%;
  }
  .laptop-l\:left--186\% {
    left: -186%;
  }
  .laptop-l\:m-r-186\% {
    margin-right: 186%;
  }
  .laptop-l\:m-r--186\% {
    margin-right: -186%;
  }
  .laptop-l\:p-r-186\% {
    padding-right: 186%;
  }
  .laptop-l\:p-r--186\% {
    padding-right: -186%;
  }
  .laptop-l\:right-186\% {
    right: 186%;
  }
  .laptop-l\:right--186\% {
    right: -186%;
  }
  .laptop-l\:h-186\% {
    height: 186%;
  }
  .laptop-l\:w-186\% {
    width: 186%;
  }
  .laptop-l\:max_h-186\% {
    max-height: 186%;
  }
  .laptop-l\:max_w-186\% {
    max-width: 186%;
  }
  .laptop-l\:min_h-186\% {
    min-height: 186%;
  }
  .laptop-l\:min_w-186\% {
    min-width: 186%;
  }
  .laptop-l\:h-186vh {
    height: 186vh;
  }
  .laptop-l\:w-186vw {
    width: 186vw;
  }
  .laptop-l\:min_w-186vw {
    min-width: 186vw;
  }
  .laptop-l\:min_h-186vh {
    min-height: 186vh;
  }
  .laptop-l\:max_w-186vw {
    max-width: 186vw;
  }
  .laptop-l\:max_h-186vh {
    max-height: 186vh;
  }
  .laptop-l\:m-t-187\% {
    margin-top: 187%;
  }
  .laptop-l\:m-t--187\% {
    margin-top: -187%;
  }
  .laptop-l\:p-t-187\% {
    padding-top: 187%;
  }
  .laptop-l\:p-t--187\% {
    padding-top: -187%;
  }
  .laptop-l\:top-187\% {
    top: 187%;
  }
  .laptop-l\:top--187\% {
    top: -187%;
  }
  .laptop-l\:m-b-187\% {
    margin-bottom: 187%;
  }
  .laptop-l\:m-b--187\% {
    margin-bottom: -187%;
  }
  .laptop-l\:p-b-187\% {
    padding-bottom: 187%;
  }
  .laptop-l\:p-b--187\% {
    padding-bottom: -187%;
  }
  .laptop-l\:bottom-187\% {
    bottom: 187%;
  }
  .laptop-l\:bottom--187\% {
    bottom: -187%;
  }
  .laptop-l\:m-l-187\% {
    margin-left: 187%;
  }
  .laptop-l\:m-l--187\% {
    margin-left: -187%;
  }
  .laptop-l\:p-l-187\% {
    padding-left: 187%;
  }
  .laptop-l\:p-l--187\% {
    padding-left: -187%;
  }
  .laptop-l\:left-187\% {
    left: 187%;
  }
  .laptop-l\:left--187\% {
    left: -187%;
  }
  .laptop-l\:m-r-187\% {
    margin-right: 187%;
  }
  .laptop-l\:m-r--187\% {
    margin-right: -187%;
  }
  .laptop-l\:p-r-187\% {
    padding-right: 187%;
  }
  .laptop-l\:p-r--187\% {
    padding-right: -187%;
  }
  .laptop-l\:right-187\% {
    right: 187%;
  }
  .laptop-l\:right--187\% {
    right: -187%;
  }
  .laptop-l\:h-187\% {
    height: 187%;
  }
  .laptop-l\:w-187\% {
    width: 187%;
  }
  .laptop-l\:max_h-187\% {
    max-height: 187%;
  }
  .laptop-l\:max_w-187\% {
    max-width: 187%;
  }
  .laptop-l\:min_h-187\% {
    min-height: 187%;
  }
  .laptop-l\:min_w-187\% {
    min-width: 187%;
  }
  .laptop-l\:h-187vh {
    height: 187vh;
  }
  .laptop-l\:w-187vw {
    width: 187vw;
  }
  .laptop-l\:min_w-187vw {
    min-width: 187vw;
  }
  .laptop-l\:min_h-187vh {
    min-height: 187vh;
  }
  .laptop-l\:max_w-187vw {
    max-width: 187vw;
  }
  .laptop-l\:max_h-187vh {
    max-height: 187vh;
  }
  .laptop-l\:m-t-188\% {
    margin-top: 188%;
  }
  .laptop-l\:m-t--188\% {
    margin-top: -188%;
  }
  .laptop-l\:p-t-188\% {
    padding-top: 188%;
  }
  .laptop-l\:p-t--188\% {
    padding-top: -188%;
  }
  .laptop-l\:top-188\% {
    top: 188%;
  }
  .laptop-l\:top--188\% {
    top: -188%;
  }
  .laptop-l\:m-b-188\% {
    margin-bottom: 188%;
  }
  .laptop-l\:m-b--188\% {
    margin-bottom: -188%;
  }
  .laptop-l\:p-b-188\% {
    padding-bottom: 188%;
  }
  .laptop-l\:p-b--188\% {
    padding-bottom: -188%;
  }
  .laptop-l\:bottom-188\% {
    bottom: 188%;
  }
  .laptop-l\:bottom--188\% {
    bottom: -188%;
  }
  .laptop-l\:m-l-188\% {
    margin-left: 188%;
  }
  .laptop-l\:m-l--188\% {
    margin-left: -188%;
  }
  .laptop-l\:p-l-188\% {
    padding-left: 188%;
  }
  .laptop-l\:p-l--188\% {
    padding-left: -188%;
  }
  .laptop-l\:left-188\% {
    left: 188%;
  }
  .laptop-l\:left--188\% {
    left: -188%;
  }
  .laptop-l\:m-r-188\% {
    margin-right: 188%;
  }
  .laptop-l\:m-r--188\% {
    margin-right: -188%;
  }
  .laptop-l\:p-r-188\% {
    padding-right: 188%;
  }
  .laptop-l\:p-r--188\% {
    padding-right: -188%;
  }
  .laptop-l\:right-188\% {
    right: 188%;
  }
  .laptop-l\:right--188\% {
    right: -188%;
  }
  .laptop-l\:h-188\% {
    height: 188%;
  }
  .laptop-l\:w-188\% {
    width: 188%;
  }
  .laptop-l\:max_h-188\% {
    max-height: 188%;
  }
  .laptop-l\:max_w-188\% {
    max-width: 188%;
  }
  .laptop-l\:min_h-188\% {
    min-height: 188%;
  }
  .laptop-l\:min_w-188\% {
    min-width: 188%;
  }
  .laptop-l\:h-188vh {
    height: 188vh;
  }
  .laptop-l\:w-188vw {
    width: 188vw;
  }
  .laptop-l\:min_w-188vw {
    min-width: 188vw;
  }
  .laptop-l\:min_h-188vh {
    min-height: 188vh;
  }
  .laptop-l\:max_w-188vw {
    max-width: 188vw;
  }
  .laptop-l\:max_h-188vh {
    max-height: 188vh;
  }
  .laptop-l\:m-t-189\% {
    margin-top: 189%;
  }
  .laptop-l\:m-t--189\% {
    margin-top: -189%;
  }
  .laptop-l\:p-t-189\% {
    padding-top: 189%;
  }
  .laptop-l\:p-t--189\% {
    padding-top: -189%;
  }
  .laptop-l\:top-189\% {
    top: 189%;
  }
  .laptop-l\:top--189\% {
    top: -189%;
  }
  .laptop-l\:m-b-189\% {
    margin-bottom: 189%;
  }
  .laptop-l\:m-b--189\% {
    margin-bottom: -189%;
  }
  .laptop-l\:p-b-189\% {
    padding-bottom: 189%;
  }
  .laptop-l\:p-b--189\% {
    padding-bottom: -189%;
  }
  .laptop-l\:bottom-189\% {
    bottom: 189%;
  }
  .laptop-l\:bottom--189\% {
    bottom: -189%;
  }
  .laptop-l\:m-l-189\% {
    margin-left: 189%;
  }
  .laptop-l\:m-l--189\% {
    margin-left: -189%;
  }
  .laptop-l\:p-l-189\% {
    padding-left: 189%;
  }
  .laptop-l\:p-l--189\% {
    padding-left: -189%;
  }
  .laptop-l\:left-189\% {
    left: 189%;
  }
  .laptop-l\:left--189\% {
    left: -189%;
  }
  .laptop-l\:m-r-189\% {
    margin-right: 189%;
  }
  .laptop-l\:m-r--189\% {
    margin-right: -189%;
  }
  .laptop-l\:p-r-189\% {
    padding-right: 189%;
  }
  .laptop-l\:p-r--189\% {
    padding-right: -189%;
  }
  .laptop-l\:right-189\% {
    right: 189%;
  }
  .laptop-l\:right--189\% {
    right: -189%;
  }
  .laptop-l\:h-189\% {
    height: 189%;
  }
  .laptop-l\:w-189\% {
    width: 189%;
  }
  .laptop-l\:max_h-189\% {
    max-height: 189%;
  }
  .laptop-l\:max_w-189\% {
    max-width: 189%;
  }
  .laptop-l\:min_h-189\% {
    min-height: 189%;
  }
  .laptop-l\:min_w-189\% {
    min-width: 189%;
  }
  .laptop-l\:h-189vh {
    height: 189vh;
  }
  .laptop-l\:w-189vw {
    width: 189vw;
  }
  .laptop-l\:min_w-189vw {
    min-width: 189vw;
  }
  .laptop-l\:min_h-189vh {
    min-height: 189vh;
  }
  .laptop-l\:max_w-189vw {
    max-width: 189vw;
  }
  .laptop-l\:max_h-189vh {
    max-height: 189vh;
  }
  .laptop-l\:m-t-190\% {
    margin-top: 190%;
  }
  .laptop-l\:m-t--190\% {
    margin-top: -190%;
  }
  .laptop-l\:p-t-190\% {
    padding-top: 190%;
  }
  .laptop-l\:p-t--190\% {
    padding-top: -190%;
  }
  .laptop-l\:top-190\% {
    top: 190%;
  }
  .laptop-l\:top--190\% {
    top: -190%;
  }
  .laptop-l\:m-b-190\% {
    margin-bottom: 190%;
  }
  .laptop-l\:m-b--190\% {
    margin-bottom: -190%;
  }
  .laptop-l\:p-b-190\% {
    padding-bottom: 190%;
  }
  .laptop-l\:p-b--190\% {
    padding-bottom: -190%;
  }
  .laptop-l\:bottom-190\% {
    bottom: 190%;
  }
  .laptop-l\:bottom--190\% {
    bottom: -190%;
  }
  .laptop-l\:m-l-190\% {
    margin-left: 190%;
  }
  .laptop-l\:m-l--190\% {
    margin-left: -190%;
  }
  .laptop-l\:p-l-190\% {
    padding-left: 190%;
  }
  .laptop-l\:p-l--190\% {
    padding-left: -190%;
  }
  .laptop-l\:left-190\% {
    left: 190%;
  }
  .laptop-l\:left--190\% {
    left: -190%;
  }
  .laptop-l\:m-r-190\% {
    margin-right: 190%;
  }
  .laptop-l\:m-r--190\% {
    margin-right: -190%;
  }
  .laptop-l\:p-r-190\% {
    padding-right: 190%;
  }
  .laptop-l\:p-r--190\% {
    padding-right: -190%;
  }
  .laptop-l\:right-190\% {
    right: 190%;
  }
  .laptop-l\:right--190\% {
    right: -190%;
  }
  .laptop-l\:h-190\% {
    height: 190%;
  }
  .laptop-l\:w-190\% {
    width: 190%;
  }
  .laptop-l\:max_h-190\% {
    max-height: 190%;
  }
  .laptop-l\:max_w-190\% {
    max-width: 190%;
  }
  .laptop-l\:min_h-190\% {
    min-height: 190%;
  }
  .laptop-l\:min_w-190\% {
    min-width: 190%;
  }
  .laptop-l\:h-190vh {
    height: 190vh;
  }
  .laptop-l\:w-190vw {
    width: 190vw;
  }
  .laptop-l\:min_w-190vw {
    min-width: 190vw;
  }
  .laptop-l\:min_h-190vh {
    min-height: 190vh;
  }
  .laptop-l\:max_w-190vw {
    max-width: 190vw;
  }
  .laptop-l\:max_h-190vh {
    max-height: 190vh;
  }
  .laptop-l\:m-t-191\% {
    margin-top: 191%;
  }
  .laptop-l\:m-t--191\% {
    margin-top: -191%;
  }
  .laptop-l\:p-t-191\% {
    padding-top: 191%;
  }
  .laptop-l\:p-t--191\% {
    padding-top: -191%;
  }
  .laptop-l\:top-191\% {
    top: 191%;
  }
  .laptop-l\:top--191\% {
    top: -191%;
  }
  .laptop-l\:m-b-191\% {
    margin-bottom: 191%;
  }
  .laptop-l\:m-b--191\% {
    margin-bottom: -191%;
  }
  .laptop-l\:p-b-191\% {
    padding-bottom: 191%;
  }
  .laptop-l\:p-b--191\% {
    padding-bottom: -191%;
  }
  .laptop-l\:bottom-191\% {
    bottom: 191%;
  }
  .laptop-l\:bottom--191\% {
    bottom: -191%;
  }
  .laptop-l\:m-l-191\% {
    margin-left: 191%;
  }
  .laptop-l\:m-l--191\% {
    margin-left: -191%;
  }
  .laptop-l\:p-l-191\% {
    padding-left: 191%;
  }
  .laptop-l\:p-l--191\% {
    padding-left: -191%;
  }
  .laptop-l\:left-191\% {
    left: 191%;
  }
  .laptop-l\:left--191\% {
    left: -191%;
  }
  .laptop-l\:m-r-191\% {
    margin-right: 191%;
  }
  .laptop-l\:m-r--191\% {
    margin-right: -191%;
  }
  .laptop-l\:p-r-191\% {
    padding-right: 191%;
  }
  .laptop-l\:p-r--191\% {
    padding-right: -191%;
  }
  .laptop-l\:right-191\% {
    right: 191%;
  }
  .laptop-l\:right--191\% {
    right: -191%;
  }
  .laptop-l\:h-191\% {
    height: 191%;
  }
  .laptop-l\:w-191\% {
    width: 191%;
  }
  .laptop-l\:max_h-191\% {
    max-height: 191%;
  }
  .laptop-l\:max_w-191\% {
    max-width: 191%;
  }
  .laptop-l\:min_h-191\% {
    min-height: 191%;
  }
  .laptop-l\:min_w-191\% {
    min-width: 191%;
  }
  .laptop-l\:h-191vh {
    height: 191vh;
  }
  .laptop-l\:w-191vw {
    width: 191vw;
  }
  .laptop-l\:min_w-191vw {
    min-width: 191vw;
  }
  .laptop-l\:min_h-191vh {
    min-height: 191vh;
  }
  .laptop-l\:max_w-191vw {
    max-width: 191vw;
  }
  .laptop-l\:max_h-191vh {
    max-height: 191vh;
  }
  .laptop-l\:m-t-192\% {
    margin-top: 192%;
  }
  .laptop-l\:m-t--192\% {
    margin-top: -192%;
  }
  .laptop-l\:p-t-192\% {
    padding-top: 192%;
  }
  .laptop-l\:p-t--192\% {
    padding-top: -192%;
  }
  .laptop-l\:top-192\% {
    top: 192%;
  }
  .laptop-l\:top--192\% {
    top: -192%;
  }
  .laptop-l\:m-b-192\% {
    margin-bottom: 192%;
  }
  .laptop-l\:m-b--192\% {
    margin-bottom: -192%;
  }
  .laptop-l\:p-b-192\% {
    padding-bottom: 192%;
  }
  .laptop-l\:p-b--192\% {
    padding-bottom: -192%;
  }
  .laptop-l\:bottom-192\% {
    bottom: 192%;
  }
  .laptop-l\:bottom--192\% {
    bottom: -192%;
  }
  .laptop-l\:m-l-192\% {
    margin-left: 192%;
  }
  .laptop-l\:m-l--192\% {
    margin-left: -192%;
  }
  .laptop-l\:p-l-192\% {
    padding-left: 192%;
  }
  .laptop-l\:p-l--192\% {
    padding-left: -192%;
  }
  .laptop-l\:left-192\% {
    left: 192%;
  }
  .laptop-l\:left--192\% {
    left: -192%;
  }
  .laptop-l\:m-r-192\% {
    margin-right: 192%;
  }
  .laptop-l\:m-r--192\% {
    margin-right: -192%;
  }
  .laptop-l\:p-r-192\% {
    padding-right: 192%;
  }
  .laptop-l\:p-r--192\% {
    padding-right: -192%;
  }
  .laptop-l\:right-192\% {
    right: 192%;
  }
  .laptop-l\:right--192\% {
    right: -192%;
  }
  .laptop-l\:h-192\% {
    height: 192%;
  }
  .laptop-l\:w-192\% {
    width: 192%;
  }
  .laptop-l\:max_h-192\% {
    max-height: 192%;
  }
  .laptop-l\:max_w-192\% {
    max-width: 192%;
  }
  .laptop-l\:min_h-192\% {
    min-height: 192%;
  }
  .laptop-l\:min_w-192\% {
    min-width: 192%;
  }
  .laptop-l\:h-192vh {
    height: 192vh;
  }
  .laptop-l\:w-192vw {
    width: 192vw;
  }
  .laptop-l\:min_w-192vw {
    min-width: 192vw;
  }
  .laptop-l\:min_h-192vh {
    min-height: 192vh;
  }
  .laptop-l\:max_w-192vw {
    max-width: 192vw;
  }
  .laptop-l\:max_h-192vh {
    max-height: 192vh;
  }
  .laptop-l\:m-t-193\% {
    margin-top: 193%;
  }
  .laptop-l\:m-t--193\% {
    margin-top: -193%;
  }
  .laptop-l\:p-t-193\% {
    padding-top: 193%;
  }
  .laptop-l\:p-t--193\% {
    padding-top: -193%;
  }
  .laptop-l\:top-193\% {
    top: 193%;
  }
  .laptop-l\:top--193\% {
    top: -193%;
  }
  .laptop-l\:m-b-193\% {
    margin-bottom: 193%;
  }
  .laptop-l\:m-b--193\% {
    margin-bottom: -193%;
  }
  .laptop-l\:p-b-193\% {
    padding-bottom: 193%;
  }
  .laptop-l\:p-b--193\% {
    padding-bottom: -193%;
  }
  .laptop-l\:bottom-193\% {
    bottom: 193%;
  }
  .laptop-l\:bottom--193\% {
    bottom: -193%;
  }
  .laptop-l\:m-l-193\% {
    margin-left: 193%;
  }
  .laptop-l\:m-l--193\% {
    margin-left: -193%;
  }
  .laptop-l\:p-l-193\% {
    padding-left: 193%;
  }
  .laptop-l\:p-l--193\% {
    padding-left: -193%;
  }
  .laptop-l\:left-193\% {
    left: 193%;
  }
  .laptop-l\:left--193\% {
    left: -193%;
  }
  .laptop-l\:m-r-193\% {
    margin-right: 193%;
  }
  .laptop-l\:m-r--193\% {
    margin-right: -193%;
  }
  .laptop-l\:p-r-193\% {
    padding-right: 193%;
  }
  .laptop-l\:p-r--193\% {
    padding-right: -193%;
  }
  .laptop-l\:right-193\% {
    right: 193%;
  }
  .laptop-l\:right--193\% {
    right: -193%;
  }
  .laptop-l\:h-193\% {
    height: 193%;
  }
  .laptop-l\:w-193\% {
    width: 193%;
  }
  .laptop-l\:max_h-193\% {
    max-height: 193%;
  }
  .laptop-l\:max_w-193\% {
    max-width: 193%;
  }
  .laptop-l\:min_h-193\% {
    min-height: 193%;
  }
  .laptop-l\:min_w-193\% {
    min-width: 193%;
  }
  .laptop-l\:h-193vh {
    height: 193vh;
  }
  .laptop-l\:w-193vw {
    width: 193vw;
  }
  .laptop-l\:min_w-193vw {
    min-width: 193vw;
  }
  .laptop-l\:min_h-193vh {
    min-height: 193vh;
  }
  .laptop-l\:max_w-193vw {
    max-width: 193vw;
  }
  .laptop-l\:max_h-193vh {
    max-height: 193vh;
  }
  .laptop-l\:m-t-194\% {
    margin-top: 194%;
  }
  .laptop-l\:m-t--194\% {
    margin-top: -194%;
  }
  .laptop-l\:p-t-194\% {
    padding-top: 194%;
  }
  .laptop-l\:p-t--194\% {
    padding-top: -194%;
  }
  .laptop-l\:top-194\% {
    top: 194%;
  }
  .laptop-l\:top--194\% {
    top: -194%;
  }
  .laptop-l\:m-b-194\% {
    margin-bottom: 194%;
  }
  .laptop-l\:m-b--194\% {
    margin-bottom: -194%;
  }
  .laptop-l\:p-b-194\% {
    padding-bottom: 194%;
  }
  .laptop-l\:p-b--194\% {
    padding-bottom: -194%;
  }
  .laptop-l\:bottom-194\% {
    bottom: 194%;
  }
  .laptop-l\:bottom--194\% {
    bottom: -194%;
  }
  .laptop-l\:m-l-194\% {
    margin-left: 194%;
  }
  .laptop-l\:m-l--194\% {
    margin-left: -194%;
  }
  .laptop-l\:p-l-194\% {
    padding-left: 194%;
  }
  .laptop-l\:p-l--194\% {
    padding-left: -194%;
  }
  .laptop-l\:left-194\% {
    left: 194%;
  }
  .laptop-l\:left--194\% {
    left: -194%;
  }
  .laptop-l\:m-r-194\% {
    margin-right: 194%;
  }
  .laptop-l\:m-r--194\% {
    margin-right: -194%;
  }
  .laptop-l\:p-r-194\% {
    padding-right: 194%;
  }
  .laptop-l\:p-r--194\% {
    padding-right: -194%;
  }
  .laptop-l\:right-194\% {
    right: 194%;
  }
  .laptop-l\:right--194\% {
    right: -194%;
  }
  .laptop-l\:h-194\% {
    height: 194%;
  }
  .laptop-l\:w-194\% {
    width: 194%;
  }
  .laptop-l\:max_h-194\% {
    max-height: 194%;
  }
  .laptop-l\:max_w-194\% {
    max-width: 194%;
  }
  .laptop-l\:min_h-194\% {
    min-height: 194%;
  }
  .laptop-l\:min_w-194\% {
    min-width: 194%;
  }
  .laptop-l\:h-194vh {
    height: 194vh;
  }
  .laptop-l\:w-194vw {
    width: 194vw;
  }
  .laptop-l\:min_w-194vw {
    min-width: 194vw;
  }
  .laptop-l\:min_h-194vh {
    min-height: 194vh;
  }
  .laptop-l\:max_w-194vw {
    max-width: 194vw;
  }
  .laptop-l\:max_h-194vh {
    max-height: 194vh;
  }
  .laptop-l\:m-t-195\% {
    margin-top: 195%;
  }
  .laptop-l\:m-t--195\% {
    margin-top: -195%;
  }
  .laptop-l\:p-t-195\% {
    padding-top: 195%;
  }
  .laptop-l\:p-t--195\% {
    padding-top: -195%;
  }
  .laptop-l\:top-195\% {
    top: 195%;
  }
  .laptop-l\:top--195\% {
    top: -195%;
  }
  .laptop-l\:m-b-195\% {
    margin-bottom: 195%;
  }
  .laptop-l\:m-b--195\% {
    margin-bottom: -195%;
  }
  .laptop-l\:p-b-195\% {
    padding-bottom: 195%;
  }
  .laptop-l\:p-b--195\% {
    padding-bottom: -195%;
  }
  .laptop-l\:bottom-195\% {
    bottom: 195%;
  }
  .laptop-l\:bottom--195\% {
    bottom: -195%;
  }
  .laptop-l\:m-l-195\% {
    margin-left: 195%;
  }
  .laptop-l\:m-l--195\% {
    margin-left: -195%;
  }
  .laptop-l\:p-l-195\% {
    padding-left: 195%;
  }
  .laptop-l\:p-l--195\% {
    padding-left: -195%;
  }
  .laptop-l\:left-195\% {
    left: 195%;
  }
  .laptop-l\:left--195\% {
    left: -195%;
  }
  .laptop-l\:m-r-195\% {
    margin-right: 195%;
  }
  .laptop-l\:m-r--195\% {
    margin-right: -195%;
  }
  .laptop-l\:p-r-195\% {
    padding-right: 195%;
  }
  .laptop-l\:p-r--195\% {
    padding-right: -195%;
  }
  .laptop-l\:right-195\% {
    right: 195%;
  }
  .laptop-l\:right--195\% {
    right: -195%;
  }
  .laptop-l\:h-195\% {
    height: 195%;
  }
  .laptop-l\:w-195\% {
    width: 195%;
  }
  .laptop-l\:max_h-195\% {
    max-height: 195%;
  }
  .laptop-l\:max_w-195\% {
    max-width: 195%;
  }
  .laptop-l\:min_h-195\% {
    min-height: 195%;
  }
  .laptop-l\:min_w-195\% {
    min-width: 195%;
  }
  .laptop-l\:h-195vh {
    height: 195vh;
  }
  .laptop-l\:w-195vw {
    width: 195vw;
  }
  .laptop-l\:min_w-195vw {
    min-width: 195vw;
  }
  .laptop-l\:min_h-195vh {
    min-height: 195vh;
  }
  .laptop-l\:max_w-195vw {
    max-width: 195vw;
  }
  .laptop-l\:max_h-195vh {
    max-height: 195vh;
  }
  .laptop-l\:m-t-196\% {
    margin-top: 196%;
  }
  .laptop-l\:m-t--196\% {
    margin-top: -196%;
  }
  .laptop-l\:p-t-196\% {
    padding-top: 196%;
  }
  .laptop-l\:p-t--196\% {
    padding-top: -196%;
  }
  .laptop-l\:top-196\% {
    top: 196%;
  }
  .laptop-l\:top--196\% {
    top: -196%;
  }
  .laptop-l\:m-b-196\% {
    margin-bottom: 196%;
  }
  .laptop-l\:m-b--196\% {
    margin-bottom: -196%;
  }
  .laptop-l\:p-b-196\% {
    padding-bottom: 196%;
  }
  .laptop-l\:p-b--196\% {
    padding-bottom: -196%;
  }
  .laptop-l\:bottom-196\% {
    bottom: 196%;
  }
  .laptop-l\:bottom--196\% {
    bottom: -196%;
  }
  .laptop-l\:m-l-196\% {
    margin-left: 196%;
  }
  .laptop-l\:m-l--196\% {
    margin-left: -196%;
  }
  .laptop-l\:p-l-196\% {
    padding-left: 196%;
  }
  .laptop-l\:p-l--196\% {
    padding-left: -196%;
  }
  .laptop-l\:left-196\% {
    left: 196%;
  }
  .laptop-l\:left--196\% {
    left: -196%;
  }
  .laptop-l\:m-r-196\% {
    margin-right: 196%;
  }
  .laptop-l\:m-r--196\% {
    margin-right: -196%;
  }
  .laptop-l\:p-r-196\% {
    padding-right: 196%;
  }
  .laptop-l\:p-r--196\% {
    padding-right: -196%;
  }
  .laptop-l\:right-196\% {
    right: 196%;
  }
  .laptop-l\:right--196\% {
    right: -196%;
  }
  .laptop-l\:h-196\% {
    height: 196%;
  }
  .laptop-l\:w-196\% {
    width: 196%;
  }
  .laptop-l\:max_h-196\% {
    max-height: 196%;
  }
  .laptop-l\:max_w-196\% {
    max-width: 196%;
  }
  .laptop-l\:min_h-196\% {
    min-height: 196%;
  }
  .laptop-l\:min_w-196\% {
    min-width: 196%;
  }
  .laptop-l\:h-196vh {
    height: 196vh;
  }
  .laptop-l\:w-196vw {
    width: 196vw;
  }
  .laptop-l\:min_w-196vw {
    min-width: 196vw;
  }
  .laptop-l\:min_h-196vh {
    min-height: 196vh;
  }
  .laptop-l\:max_w-196vw {
    max-width: 196vw;
  }
  .laptop-l\:max_h-196vh {
    max-height: 196vh;
  }
  .laptop-l\:m-t-197\% {
    margin-top: 197%;
  }
  .laptop-l\:m-t--197\% {
    margin-top: -197%;
  }
  .laptop-l\:p-t-197\% {
    padding-top: 197%;
  }
  .laptop-l\:p-t--197\% {
    padding-top: -197%;
  }
  .laptop-l\:top-197\% {
    top: 197%;
  }
  .laptop-l\:top--197\% {
    top: -197%;
  }
  .laptop-l\:m-b-197\% {
    margin-bottom: 197%;
  }
  .laptop-l\:m-b--197\% {
    margin-bottom: -197%;
  }
  .laptop-l\:p-b-197\% {
    padding-bottom: 197%;
  }
  .laptop-l\:p-b--197\% {
    padding-bottom: -197%;
  }
  .laptop-l\:bottom-197\% {
    bottom: 197%;
  }
  .laptop-l\:bottom--197\% {
    bottom: -197%;
  }
  .laptop-l\:m-l-197\% {
    margin-left: 197%;
  }
  .laptop-l\:m-l--197\% {
    margin-left: -197%;
  }
  .laptop-l\:p-l-197\% {
    padding-left: 197%;
  }
  .laptop-l\:p-l--197\% {
    padding-left: -197%;
  }
  .laptop-l\:left-197\% {
    left: 197%;
  }
  .laptop-l\:left--197\% {
    left: -197%;
  }
  .laptop-l\:m-r-197\% {
    margin-right: 197%;
  }
  .laptop-l\:m-r--197\% {
    margin-right: -197%;
  }
  .laptop-l\:p-r-197\% {
    padding-right: 197%;
  }
  .laptop-l\:p-r--197\% {
    padding-right: -197%;
  }
  .laptop-l\:right-197\% {
    right: 197%;
  }
  .laptop-l\:right--197\% {
    right: -197%;
  }
  .laptop-l\:h-197\% {
    height: 197%;
  }
  .laptop-l\:w-197\% {
    width: 197%;
  }
  .laptop-l\:max_h-197\% {
    max-height: 197%;
  }
  .laptop-l\:max_w-197\% {
    max-width: 197%;
  }
  .laptop-l\:min_h-197\% {
    min-height: 197%;
  }
  .laptop-l\:min_w-197\% {
    min-width: 197%;
  }
  .laptop-l\:h-197vh {
    height: 197vh;
  }
  .laptop-l\:w-197vw {
    width: 197vw;
  }
  .laptop-l\:min_w-197vw {
    min-width: 197vw;
  }
  .laptop-l\:min_h-197vh {
    min-height: 197vh;
  }
  .laptop-l\:max_w-197vw {
    max-width: 197vw;
  }
  .laptop-l\:max_h-197vh {
    max-height: 197vh;
  }
  .laptop-l\:m-t-198\% {
    margin-top: 198%;
  }
  .laptop-l\:m-t--198\% {
    margin-top: -198%;
  }
  .laptop-l\:p-t-198\% {
    padding-top: 198%;
  }
  .laptop-l\:p-t--198\% {
    padding-top: -198%;
  }
  .laptop-l\:top-198\% {
    top: 198%;
  }
  .laptop-l\:top--198\% {
    top: -198%;
  }
  .laptop-l\:m-b-198\% {
    margin-bottom: 198%;
  }
  .laptop-l\:m-b--198\% {
    margin-bottom: -198%;
  }
  .laptop-l\:p-b-198\% {
    padding-bottom: 198%;
  }
  .laptop-l\:p-b--198\% {
    padding-bottom: -198%;
  }
  .laptop-l\:bottom-198\% {
    bottom: 198%;
  }
  .laptop-l\:bottom--198\% {
    bottom: -198%;
  }
  .laptop-l\:m-l-198\% {
    margin-left: 198%;
  }
  .laptop-l\:m-l--198\% {
    margin-left: -198%;
  }
  .laptop-l\:p-l-198\% {
    padding-left: 198%;
  }
  .laptop-l\:p-l--198\% {
    padding-left: -198%;
  }
  .laptop-l\:left-198\% {
    left: 198%;
  }
  .laptop-l\:left--198\% {
    left: -198%;
  }
  .laptop-l\:m-r-198\% {
    margin-right: 198%;
  }
  .laptop-l\:m-r--198\% {
    margin-right: -198%;
  }
  .laptop-l\:p-r-198\% {
    padding-right: 198%;
  }
  .laptop-l\:p-r--198\% {
    padding-right: -198%;
  }
  .laptop-l\:right-198\% {
    right: 198%;
  }
  .laptop-l\:right--198\% {
    right: -198%;
  }
  .laptop-l\:h-198\% {
    height: 198%;
  }
  .laptop-l\:w-198\% {
    width: 198%;
  }
  .laptop-l\:max_h-198\% {
    max-height: 198%;
  }
  .laptop-l\:max_w-198\% {
    max-width: 198%;
  }
  .laptop-l\:min_h-198\% {
    min-height: 198%;
  }
  .laptop-l\:min_w-198\% {
    min-width: 198%;
  }
  .laptop-l\:h-198vh {
    height: 198vh;
  }
  .laptop-l\:w-198vw {
    width: 198vw;
  }
  .laptop-l\:min_w-198vw {
    min-width: 198vw;
  }
  .laptop-l\:min_h-198vh {
    min-height: 198vh;
  }
  .laptop-l\:max_w-198vw {
    max-width: 198vw;
  }
  .laptop-l\:max_h-198vh {
    max-height: 198vh;
  }
  .laptop-l\:m-t-199\% {
    margin-top: 199%;
  }
  .laptop-l\:m-t--199\% {
    margin-top: -199%;
  }
  .laptop-l\:p-t-199\% {
    padding-top: 199%;
  }
  .laptop-l\:p-t--199\% {
    padding-top: -199%;
  }
  .laptop-l\:top-199\% {
    top: 199%;
  }
  .laptop-l\:top--199\% {
    top: -199%;
  }
  .laptop-l\:m-b-199\% {
    margin-bottom: 199%;
  }
  .laptop-l\:m-b--199\% {
    margin-bottom: -199%;
  }
  .laptop-l\:p-b-199\% {
    padding-bottom: 199%;
  }
  .laptop-l\:p-b--199\% {
    padding-bottom: -199%;
  }
  .laptop-l\:bottom-199\% {
    bottom: 199%;
  }
  .laptop-l\:bottom--199\% {
    bottom: -199%;
  }
  .laptop-l\:m-l-199\% {
    margin-left: 199%;
  }
  .laptop-l\:m-l--199\% {
    margin-left: -199%;
  }
  .laptop-l\:p-l-199\% {
    padding-left: 199%;
  }
  .laptop-l\:p-l--199\% {
    padding-left: -199%;
  }
  .laptop-l\:left-199\% {
    left: 199%;
  }
  .laptop-l\:left--199\% {
    left: -199%;
  }
  .laptop-l\:m-r-199\% {
    margin-right: 199%;
  }
  .laptop-l\:m-r--199\% {
    margin-right: -199%;
  }
  .laptop-l\:p-r-199\% {
    padding-right: 199%;
  }
  .laptop-l\:p-r--199\% {
    padding-right: -199%;
  }
  .laptop-l\:right-199\% {
    right: 199%;
  }
  .laptop-l\:right--199\% {
    right: -199%;
  }
  .laptop-l\:h-199\% {
    height: 199%;
  }
  .laptop-l\:w-199\% {
    width: 199%;
  }
  .laptop-l\:max_h-199\% {
    max-height: 199%;
  }
  .laptop-l\:max_w-199\% {
    max-width: 199%;
  }
  .laptop-l\:min_h-199\% {
    min-height: 199%;
  }
  .laptop-l\:min_w-199\% {
    min-width: 199%;
  }
  .laptop-l\:h-199vh {
    height: 199vh;
  }
  .laptop-l\:w-199vw {
    width: 199vw;
  }
  .laptop-l\:min_w-199vw {
    min-width: 199vw;
  }
  .laptop-l\:min_h-199vh {
    min-height: 199vh;
  }
  .laptop-l\:max_w-199vw {
    max-width: 199vw;
  }
  .laptop-l\:max_h-199vh {
    max-height: 199vh;
  }
  .laptop-l\:m-t-200\% {
    margin-top: 200%;
  }
  .laptop-l\:m-t--200\% {
    margin-top: -200%;
  }
  .laptop-l\:p-t-200\% {
    padding-top: 200%;
  }
  .laptop-l\:p-t--200\% {
    padding-top: -200%;
  }
  .laptop-l\:top-200\% {
    top: 200%;
  }
  .laptop-l\:top--200\% {
    top: -200%;
  }
  .laptop-l\:m-b-200\% {
    margin-bottom: 200%;
  }
  .laptop-l\:m-b--200\% {
    margin-bottom: -200%;
  }
  .laptop-l\:p-b-200\% {
    padding-bottom: 200%;
  }
  .laptop-l\:p-b--200\% {
    padding-bottom: -200%;
  }
  .laptop-l\:bottom-200\% {
    bottom: 200%;
  }
  .laptop-l\:bottom--200\% {
    bottom: -200%;
  }
  .laptop-l\:m-l-200\% {
    margin-left: 200%;
  }
  .laptop-l\:m-l--200\% {
    margin-left: -200%;
  }
  .laptop-l\:p-l-200\% {
    padding-left: 200%;
  }
  .laptop-l\:p-l--200\% {
    padding-left: -200%;
  }
  .laptop-l\:left-200\% {
    left: 200%;
  }
  .laptop-l\:left--200\% {
    left: -200%;
  }
  .laptop-l\:m-r-200\% {
    margin-right: 200%;
  }
  .laptop-l\:m-r--200\% {
    margin-right: -200%;
  }
  .laptop-l\:p-r-200\% {
    padding-right: 200%;
  }
  .laptop-l\:p-r--200\% {
    padding-right: -200%;
  }
  .laptop-l\:right-200\% {
    right: 200%;
  }
  .laptop-l\:right--200\% {
    right: -200%;
  }
  .laptop-l\:h-200\% {
    height: 200%;
  }
  .laptop-l\:w-200\% {
    width: 200%;
  }
  .laptop-l\:max_h-200\% {
    max-height: 200%;
  }
  .laptop-l\:max_w-200\% {
    max-width: 200%;
  }
  .laptop-l\:min_h-200\% {
    min-height: 200%;
  }
  .laptop-l\:min_w-200\% {
    min-width: 200%;
  }
  .laptop-l\:h-200vh {
    height: 200vh;
  }
  .laptop-l\:w-200vw {
    width: 200vw;
  }
  .laptop-l\:min_w-200vw {
    min-width: 200vw;
  }
  .laptop-l\:min_h-200vh {
    min-height: 200vh;
  }
  .laptop-l\:max_w-200vw {
    max-width: 200vw;
  }
  .laptop-l\:max_h-200vh {
    max-height: 200vh;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-t-1\% {
    margin-top: 1%;
  }
  .laptop-xl\:m-t--1\% {
    margin-top: -1%;
  }
  .laptop-xl\:p-t-1\% {
    padding-top: 1%;
  }
  .laptop-xl\:p-t--1\% {
    padding-top: -1%;
  }
  .laptop-xl\:top-1\% {
    top: 1%;
  }
  .laptop-xl\:top--1\% {
    top: -1%;
  }
  .laptop-xl\:m-b-1\% {
    margin-bottom: 1%;
  }
  .laptop-xl\:m-b--1\% {
    margin-bottom: -1%;
  }
  .laptop-xl\:p-b-1\% {
    padding-bottom: 1%;
  }
  .laptop-xl\:p-b--1\% {
    padding-bottom: -1%;
  }
  .laptop-xl\:bottom-1\% {
    bottom: 1%;
  }
  .laptop-xl\:bottom--1\% {
    bottom: -1%;
  }
  .laptop-xl\:m-l-1\% {
    margin-left: 1%;
  }
  .laptop-xl\:m-l--1\% {
    margin-left: -1%;
  }
  .laptop-xl\:p-l-1\% {
    padding-left: 1%;
  }
  .laptop-xl\:p-l--1\% {
    padding-left: -1%;
  }
  .laptop-xl\:left-1\% {
    left: 1%;
  }
  .laptop-xl\:left--1\% {
    left: -1%;
  }
  .laptop-xl\:m-r-1\% {
    margin-right: 1%;
  }
  .laptop-xl\:m-r--1\% {
    margin-right: -1%;
  }
  .laptop-xl\:p-r-1\% {
    padding-right: 1%;
  }
  .laptop-xl\:p-r--1\% {
    padding-right: -1%;
  }
  .laptop-xl\:right-1\% {
    right: 1%;
  }
  .laptop-xl\:right--1\% {
    right: -1%;
  }
  .laptop-xl\:h-1\% {
    height: 1%;
  }
  .laptop-xl\:w-1\% {
    width: 1%;
  }
  .laptop-xl\:max_h-1\% {
    max-height: 1%;
  }
  .laptop-xl\:max_w-1\% {
    max-width: 1%;
  }
  .laptop-xl\:min_h-1\% {
    min-height: 1%;
  }
  .laptop-xl\:min_w-1\% {
    min-width: 1%;
  }
  .laptop-xl\:h-1vh {
    height: 1vh;
  }
  .laptop-xl\:w-1vw {
    width: 1vw;
  }
  .laptop-xl\:min_w-1vw {
    min-width: 1vw;
  }
  .laptop-xl\:min_h-1vh {
    min-height: 1vh;
  }
  .laptop-xl\:max_w-1vw {
    max-width: 1vw;
  }
  .laptop-xl\:max_h-1vh {
    max-height: 1vh;
  }
  .laptop-xl\:m-t-2\% {
    margin-top: 2%;
  }
  .laptop-xl\:m-t--2\% {
    margin-top: -2%;
  }
  .laptop-xl\:p-t-2\% {
    padding-top: 2%;
  }
  .laptop-xl\:p-t--2\% {
    padding-top: -2%;
  }
  .laptop-xl\:top-2\% {
    top: 2%;
  }
  .laptop-xl\:top--2\% {
    top: -2%;
  }
  .laptop-xl\:m-b-2\% {
    margin-bottom: 2%;
  }
  .laptop-xl\:m-b--2\% {
    margin-bottom: -2%;
  }
  .laptop-xl\:p-b-2\% {
    padding-bottom: 2%;
  }
  .laptop-xl\:p-b--2\% {
    padding-bottom: -2%;
  }
  .laptop-xl\:bottom-2\% {
    bottom: 2%;
  }
  .laptop-xl\:bottom--2\% {
    bottom: -2%;
  }
  .laptop-xl\:m-l-2\% {
    margin-left: 2%;
  }
  .laptop-xl\:m-l--2\% {
    margin-left: -2%;
  }
  .laptop-xl\:p-l-2\% {
    padding-left: 2%;
  }
  .laptop-xl\:p-l--2\% {
    padding-left: -2%;
  }
  .laptop-xl\:left-2\% {
    left: 2%;
  }
  .laptop-xl\:left--2\% {
    left: -2%;
  }
  .laptop-xl\:m-r-2\% {
    margin-right: 2%;
  }
  .laptop-xl\:m-r--2\% {
    margin-right: -2%;
  }
  .laptop-xl\:p-r-2\% {
    padding-right: 2%;
  }
  .laptop-xl\:p-r--2\% {
    padding-right: -2%;
  }
  .laptop-xl\:right-2\% {
    right: 2%;
  }
  .laptop-xl\:right--2\% {
    right: -2%;
  }
  .laptop-xl\:h-2\% {
    height: 2%;
  }
  .laptop-xl\:w-2\% {
    width: 2%;
  }
  .laptop-xl\:max_h-2\% {
    max-height: 2%;
  }
  .laptop-xl\:max_w-2\% {
    max-width: 2%;
  }
  .laptop-xl\:min_h-2\% {
    min-height: 2%;
  }
  .laptop-xl\:min_w-2\% {
    min-width: 2%;
  }
  .laptop-xl\:h-2vh {
    height: 2vh;
  }
  .laptop-xl\:w-2vw {
    width: 2vw;
  }
  .laptop-xl\:min_w-2vw {
    min-width: 2vw;
  }
  .laptop-xl\:min_h-2vh {
    min-height: 2vh;
  }
  .laptop-xl\:max_w-2vw {
    max-width: 2vw;
  }
  .laptop-xl\:max_h-2vh {
    max-height: 2vh;
  }
  .laptop-xl\:m-t-3\% {
    margin-top: 3%;
  }
  .laptop-xl\:m-t--3\% {
    margin-top: -3%;
  }
  .laptop-xl\:p-t-3\% {
    padding-top: 3%;
  }
  .laptop-xl\:p-t--3\% {
    padding-top: -3%;
  }
  .laptop-xl\:top-3\% {
    top: 3%;
  }
  .laptop-xl\:top--3\% {
    top: -3%;
  }
  .laptop-xl\:m-b-3\% {
    margin-bottom: 3%;
  }
  .laptop-xl\:m-b--3\% {
    margin-bottom: -3%;
  }
  .laptop-xl\:p-b-3\% {
    padding-bottom: 3%;
  }
  .laptop-xl\:p-b--3\% {
    padding-bottom: -3%;
  }
  .laptop-xl\:bottom-3\% {
    bottom: 3%;
  }
  .laptop-xl\:bottom--3\% {
    bottom: -3%;
  }
  .laptop-xl\:m-l-3\% {
    margin-left: 3%;
  }
  .laptop-xl\:m-l--3\% {
    margin-left: -3%;
  }
  .laptop-xl\:p-l-3\% {
    padding-left: 3%;
  }
  .laptop-xl\:p-l--3\% {
    padding-left: -3%;
  }
  .laptop-xl\:left-3\% {
    left: 3%;
  }
  .laptop-xl\:left--3\% {
    left: -3%;
  }
  .laptop-xl\:m-r-3\% {
    margin-right: 3%;
  }
  .laptop-xl\:m-r--3\% {
    margin-right: -3%;
  }
  .laptop-xl\:p-r-3\% {
    padding-right: 3%;
  }
  .laptop-xl\:p-r--3\% {
    padding-right: -3%;
  }
  .laptop-xl\:right-3\% {
    right: 3%;
  }
  .laptop-xl\:right--3\% {
    right: -3%;
  }
  .laptop-xl\:h-3\% {
    height: 3%;
  }
  .laptop-xl\:w-3\% {
    width: 3%;
  }
  .laptop-xl\:max_h-3\% {
    max-height: 3%;
  }
  .laptop-xl\:max_w-3\% {
    max-width: 3%;
  }
  .laptop-xl\:min_h-3\% {
    min-height: 3%;
  }
  .laptop-xl\:min_w-3\% {
    min-width: 3%;
  }
  .laptop-xl\:h-3vh {
    height: 3vh;
  }
  .laptop-xl\:w-3vw {
    width: 3vw;
  }
  .laptop-xl\:min_w-3vw {
    min-width: 3vw;
  }
  .laptop-xl\:min_h-3vh {
    min-height: 3vh;
  }
  .laptop-xl\:max_w-3vw {
    max-width: 3vw;
  }
  .laptop-xl\:max_h-3vh {
    max-height: 3vh;
  }
  .laptop-xl\:m-t-4\% {
    margin-top: 4%;
  }
  .laptop-xl\:m-t--4\% {
    margin-top: -4%;
  }
  .laptop-xl\:p-t-4\% {
    padding-top: 4%;
  }
  .laptop-xl\:p-t--4\% {
    padding-top: -4%;
  }
  .laptop-xl\:top-4\% {
    top: 4%;
  }
  .laptop-xl\:top--4\% {
    top: -4%;
  }
  .laptop-xl\:m-b-4\% {
    margin-bottom: 4%;
  }
  .laptop-xl\:m-b--4\% {
    margin-bottom: -4%;
  }
  .laptop-xl\:p-b-4\% {
    padding-bottom: 4%;
  }
  .laptop-xl\:p-b--4\% {
    padding-bottom: -4%;
  }
  .laptop-xl\:bottom-4\% {
    bottom: 4%;
  }
  .laptop-xl\:bottom--4\% {
    bottom: -4%;
  }
  .laptop-xl\:m-l-4\% {
    margin-left: 4%;
  }
  .laptop-xl\:m-l--4\% {
    margin-left: -4%;
  }
  .laptop-xl\:p-l-4\% {
    padding-left: 4%;
  }
  .laptop-xl\:p-l--4\% {
    padding-left: -4%;
  }
  .laptop-xl\:left-4\% {
    left: 4%;
  }
  .laptop-xl\:left--4\% {
    left: -4%;
  }
  .laptop-xl\:m-r-4\% {
    margin-right: 4%;
  }
  .laptop-xl\:m-r--4\% {
    margin-right: -4%;
  }
  .laptop-xl\:p-r-4\% {
    padding-right: 4%;
  }
  .laptop-xl\:p-r--4\% {
    padding-right: -4%;
  }
  .laptop-xl\:right-4\% {
    right: 4%;
  }
  .laptop-xl\:right--4\% {
    right: -4%;
  }
  .laptop-xl\:h-4\% {
    height: 4%;
  }
  .laptop-xl\:w-4\% {
    width: 4%;
  }
  .laptop-xl\:max_h-4\% {
    max-height: 4%;
  }
  .laptop-xl\:max_w-4\% {
    max-width: 4%;
  }
  .laptop-xl\:min_h-4\% {
    min-height: 4%;
  }
  .laptop-xl\:min_w-4\% {
    min-width: 4%;
  }
  .laptop-xl\:h-4vh {
    height: 4vh;
  }
  .laptop-xl\:w-4vw {
    width: 4vw;
  }
  .laptop-xl\:min_w-4vw {
    min-width: 4vw;
  }
  .laptop-xl\:min_h-4vh {
    min-height: 4vh;
  }
  .laptop-xl\:max_w-4vw {
    max-width: 4vw;
  }
  .laptop-xl\:max_h-4vh {
    max-height: 4vh;
  }
  .laptop-xl\:m-t-5\% {
    margin-top: 5%;
  }
  .laptop-xl\:m-t--5\% {
    margin-top: -5%;
  }
  .laptop-xl\:p-t-5\% {
    padding-top: 5%;
  }
  .laptop-xl\:p-t--5\% {
    padding-top: -5%;
  }
  .laptop-xl\:top-5\% {
    top: 5%;
  }
  .laptop-xl\:top--5\% {
    top: -5%;
  }
  .laptop-xl\:m-b-5\% {
    margin-bottom: 5%;
  }
  .laptop-xl\:m-b--5\% {
    margin-bottom: -5%;
  }
  .laptop-xl\:p-b-5\% {
    padding-bottom: 5%;
  }
  .laptop-xl\:p-b--5\% {
    padding-bottom: -5%;
  }
  .laptop-xl\:bottom-5\% {
    bottom: 5%;
  }
  .laptop-xl\:bottom--5\% {
    bottom: -5%;
  }
  .laptop-xl\:m-l-5\% {
    margin-left: 5%;
  }
  .laptop-xl\:m-l--5\% {
    margin-left: -5%;
  }
  .laptop-xl\:p-l-5\% {
    padding-left: 5%;
  }
  .laptop-xl\:p-l--5\% {
    padding-left: -5%;
  }
  .laptop-xl\:left-5\% {
    left: 5%;
  }
  .laptop-xl\:left--5\% {
    left: -5%;
  }
  .laptop-xl\:m-r-5\% {
    margin-right: 5%;
  }
  .laptop-xl\:m-r--5\% {
    margin-right: -5%;
  }
  .laptop-xl\:p-r-5\% {
    padding-right: 5%;
  }
  .laptop-xl\:p-r--5\% {
    padding-right: -5%;
  }
  .laptop-xl\:right-5\% {
    right: 5%;
  }
  .laptop-xl\:right--5\% {
    right: -5%;
  }
  .laptop-xl\:h-5\% {
    height: 5%;
  }
  .laptop-xl\:w-5\% {
    width: 5%;
  }
  .laptop-xl\:max_h-5\% {
    max-height: 5%;
  }
  .laptop-xl\:max_w-5\% {
    max-width: 5%;
  }
  .laptop-xl\:min_h-5\% {
    min-height: 5%;
  }
  .laptop-xl\:min_w-5\% {
    min-width: 5%;
  }
  .laptop-xl\:h-5vh {
    height: 5vh;
  }
  .laptop-xl\:w-5vw {
    width: 5vw;
  }
  .laptop-xl\:min_w-5vw {
    min-width: 5vw;
  }
  .laptop-xl\:min_h-5vh {
    min-height: 5vh;
  }
  .laptop-xl\:max_w-5vw {
    max-width: 5vw;
  }
  .laptop-xl\:max_h-5vh {
    max-height: 5vh;
  }
  .laptop-xl\:m-t-6\% {
    margin-top: 6%;
  }
  .laptop-xl\:m-t--6\% {
    margin-top: -6%;
  }
  .laptop-xl\:p-t-6\% {
    padding-top: 6%;
  }
  .laptop-xl\:p-t--6\% {
    padding-top: -6%;
  }
  .laptop-xl\:top-6\% {
    top: 6%;
  }
  .laptop-xl\:top--6\% {
    top: -6%;
  }
  .laptop-xl\:m-b-6\% {
    margin-bottom: 6%;
  }
  .laptop-xl\:m-b--6\% {
    margin-bottom: -6%;
  }
  .laptop-xl\:p-b-6\% {
    padding-bottom: 6%;
  }
  .laptop-xl\:p-b--6\% {
    padding-bottom: -6%;
  }
  .laptop-xl\:bottom-6\% {
    bottom: 6%;
  }
  .laptop-xl\:bottom--6\% {
    bottom: -6%;
  }
  .laptop-xl\:m-l-6\% {
    margin-left: 6%;
  }
  .laptop-xl\:m-l--6\% {
    margin-left: -6%;
  }
  .laptop-xl\:p-l-6\% {
    padding-left: 6%;
  }
  .laptop-xl\:p-l--6\% {
    padding-left: -6%;
  }
  .laptop-xl\:left-6\% {
    left: 6%;
  }
  .laptop-xl\:left--6\% {
    left: -6%;
  }
  .laptop-xl\:m-r-6\% {
    margin-right: 6%;
  }
  .laptop-xl\:m-r--6\% {
    margin-right: -6%;
  }
  .laptop-xl\:p-r-6\% {
    padding-right: 6%;
  }
  .laptop-xl\:p-r--6\% {
    padding-right: -6%;
  }
  .laptop-xl\:right-6\% {
    right: 6%;
  }
  .laptop-xl\:right--6\% {
    right: -6%;
  }
  .laptop-xl\:h-6\% {
    height: 6%;
  }
  .laptop-xl\:w-6\% {
    width: 6%;
  }
  .laptop-xl\:max_h-6\% {
    max-height: 6%;
  }
  .laptop-xl\:max_w-6\% {
    max-width: 6%;
  }
  .laptop-xl\:min_h-6\% {
    min-height: 6%;
  }
  .laptop-xl\:min_w-6\% {
    min-width: 6%;
  }
  .laptop-xl\:h-6vh {
    height: 6vh;
  }
  .laptop-xl\:w-6vw {
    width: 6vw;
  }
  .laptop-xl\:min_w-6vw {
    min-width: 6vw;
  }
  .laptop-xl\:min_h-6vh {
    min-height: 6vh;
  }
  .laptop-xl\:max_w-6vw {
    max-width: 6vw;
  }
  .laptop-xl\:max_h-6vh {
    max-height: 6vh;
  }
  .laptop-xl\:m-t-7\% {
    margin-top: 7%;
  }
  .laptop-xl\:m-t--7\% {
    margin-top: -7%;
  }
  .laptop-xl\:p-t-7\% {
    padding-top: 7%;
  }
  .laptop-xl\:p-t--7\% {
    padding-top: -7%;
  }
  .laptop-xl\:top-7\% {
    top: 7%;
  }
  .laptop-xl\:top--7\% {
    top: -7%;
  }
  .laptop-xl\:m-b-7\% {
    margin-bottom: 7%;
  }
  .laptop-xl\:m-b--7\% {
    margin-bottom: -7%;
  }
  .laptop-xl\:p-b-7\% {
    padding-bottom: 7%;
  }
  .laptop-xl\:p-b--7\% {
    padding-bottom: -7%;
  }
  .laptop-xl\:bottom-7\% {
    bottom: 7%;
  }
  .laptop-xl\:bottom--7\% {
    bottom: -7%;
  }
  .laptop-xl\:m-l-7\% {
    margin-left: 7%;
  }
  .laptop-xl\:m-l--7\% {
    margin-left: -7%;
  }
  .laptop-xl\:p-l-7\% {
    padding-left: 7%;
  }
  .laptop-xl\:p-l--7\% {
    padding-left: -7%;
  }
  .laptop-xl\:left-7\% {
    left: 7%;
  }
  .laptop-xl\:left--7\% {
    left: -7%;
  }
  .laptop-xl\:m-r-7\% {
    margin-right: 7%;
  }
  .laptop-xl\:m-r--7\% {
    margin-right: -7%;
  }
  .laptop-xl\:p-r-7\% {
    padding-right: 7%;
  }
  .laptop-xl\:p-r--7\% {
    padding-right: -7%;
  }
  .laptop-xl\:right-7\% {
    right: 7%;
  }
  .laptop-xl\:right--7\% {
    right: -7%;
  }
  .laptop-xl\:h-7\% {
    height: 7%;
  }
  .laptop-xl\:w-7\% {
    width: 7%;
  }
  .laptop-xl\:max_h-7\% {
    max-height: 7%;
  }
  .laptop-xl\:max_w-7\% {
    max-width: 7%;
  }
  .laptop-xl\:min_h-7\% {
    min-height: 7%;
  }
  .laptop-xl\:min_w-7\% {
    min-width: 7%;
  }
  .laptop-xl\:h-7vh {
    height: 7vh;
  }
  .laptop-xl\:w-7vw {
    width: 7vw;
  }
  .laptop-xl\:min_w-7vw {
    min-width: 7vw;
  }
  .laptop-xl\:min_h-7vh {
    min-height: 7vh;
  }
  .laptop-xl\:max_w-7vw {
    max-width: 7vw;
  }
  .laptop-xl\:max_h-7vh {
    max-height: 7vh;
  }
  .laptop-xl\:m-t-8\% {
    margin-top: 8%;
  }
  .laptop-xl\:m-t--8\% {
    margin-top: -8%;
  }
  .laptop-xl\:p-t-8\% {
    padding-top: 8%;
  }
  .laptop-xl\:p-t--8\% {
    padding-top: -8%;
  }
  .laptop-xl\:top-8\% {
    top: 8%;
  }
  .laptop-xl\:top--8\% {
    top: -8%;
  }
  .laptop-xl\:m-b-8\% {
    margin-bottom: 8%;
  }
  .laptop-xl\:m-b--8\% {
    margin-bottom: -8%;
  }
  .laptop-xl\:p-b-8\% {
    padding-bottom: 8%;
  }
  .laptop-xl\:p-b--8\% {
    padding-bottom: -8%;
  }
  .laptop-xl\:bottom-8\% {
    bottom: 8%;
  }
  .laptop-xl\:bottom--8\% {
    bottom: -8%;
  }
  .laptop-xl\:m-l-8\% {
    margin-left: 8%;
  }
  .laptop-xl\:m-l--8\% {
    margin-left: -8%;
  }
  .laptop-xl\:p-l-8\% {
    padding-left: 8%;
  }
  .laptop-xl\:p-l--8\% {
    padding-left: -8%;
  }
  .laptop-xl\:left-8\% {
    left: 8%;
  }
  .laptop-xl\:left--8\% {
    left: -8%;
  }
  .laptop-xl\:m-r-8\% {
    margin-right: 8%;
  }
  .laptop-xl\:m-r--8\% {
    margin-right: -8%;
  }
  .laptop-xl\:p-r-8\% {
    padding-right: 8%;
  }
  .laptop-xl\:p-r--8\% {
    padding-right: -8%;
  }
  .laptop-xl\:right-8\% {
    right: 8%;
  }
  .laptop-xl\:right--8\% {
    right: -8%;
  }
  .laptop-xl\:h-8\% {
    height: 8%;
  }
  .laptop-xl\:w-8\% {
    width: 8%;
  }
  .laptop-xl\:max_h-8\% {
    max-height: 8%;
  }
  .laptop-xl\:max_w-8\% {
    max-width: 8%;
  }
  .laptop-xl\:min_h-8\% {
    min-height: 8%;
  }
  .laptop-xl\:min_w-8\% {
    min-width: 8%;
  }
  .laptop-xl\:h-8vh {
    height: 8vh;
  }
  .laptop-xl\:w-8vw {
    width: 8vw;
  }
  .laptop-xl\:min_w-8vw {
    min-width: 8vw;
  }
  .laptop-xl\:min_h-8vh {
    min-height: 8vh;
  }
  .laptop-xl\:max_w-8vw {
    max-width: 8vw;
  }
  .laptop-xl\:max_h-8vh {
    max-height: 8vh;
  }
  .laptop-xl\:m-t-9\% {
    margin-top: 9%;
  }
  .laptop-xl\:m-t--9\% {
    margin-top: -9%;
  }
  .laptop-xl\:p-t-9\% {
    padding-top: 9%;
  }
  .laptop-xl\:p-t--9\% {
    padding-top: -9%;
  }
  .laptop-xl\:top-9\% {
    top: 9%;
  }
  .laptop-xl\:top--9\% {
    top: -9%;
  }
  .laptop-xl\:m-b-9\% {
    margin-bottom: 9%;
  }
  .laptop-xl\:m-b--9\% {
    margin-bottom: -9%;
  }
  .laptop-xl\:p-b-9\% {
    padding-bottom: 9%;
  }
  .laptop-xl\:p-b--9\% {
    padding-bottom: -9%;
  }
  .laptop-xl\:bottom-9\% {
    bottom: 9%;
  }
  .laptop-xl\:bottom--9\% {
    bottom: -9%;
  }
  .laptop-xl\:m-l-9\% {
    margin-left: 9%;
  }
  .laptop-xl\:m-l--9\% {
    margin-left: -9%;
  }
  .laptop-xl\:p-l-9\% {
    padding-left: 9%;
  }
  .laptop-xl\:p-l--9\% {
    padding-left: -9%;
  }
  .laptop-xl\:left-9\% {
    left: 9%;
  }
  .laptop-xl\:left--9\% {
    left: -9%;
  }
  .laptop-xl\:m-r-9\% {
    margin-right: 9%;
  }
  .laptop-xl\:m-r--9\% {
    margin-right: -9%;
  }
  .laptop-xl\:p-r-9\% {
    padding-right: 9%;
  }
  .laptop-xl\:p-r--9\% {
    padding-right: -9%;
  }
  .laptop-xl\:right-9\% {
    right: 9%;
  }
  .laptop-xl\:right--9\% {
    right: -9%;
  }
  .laptop-xl\:h-9\% {
    height: 9%;
  }
  .laptop-xl\:w-9\% {
    width: 9%;
  }
  .laptop-xl\:max_h-9\% {
    max-height: 9%;
  }
  .laptop-xl\:max_w-9\% {
    max-width: 9%;
  }
  .laptop-xl\:min_h-9\% {
    min-height: 9%;
  }
  .laptop-xl\:min_w-9\% {
    min-width: 9%;
  }
  .laptop-xl\:h-9vh {
    height: 9vh;
  }
  .laptop-xl\:w-9vw {
    width: 9vw;
  }
  .laptop-xl\:min_w-9vw {
    min-width: 9vw;
  }
  .laptop-xl\:min_h-9vh {
    min-height: 9vh;
  }
  .laptop-xl\:max_w-9vw {
    max-width: 9vw;
  }
  .laptop-xl\:max_h-9vh {
    max-height: 9vh;
  }
  .laptop-xl\:m-t-10\% {
    margin-top: 10%;
  }
  .laptop-xl\:m-t--10\% {
    margin-top: -10%;
  }
  .laptop-xl\:p-t-10\% {
    padding-top: 10%;
  }
  .laptop-xl\:p-t--10\% {
    padding-top: -10%;
  }
  .laptop-xl\:top-10\% {
    top: 10%;
  }
  .laptop-xl\:top--10\% {
    top: -10%;
  }
  .laptop-xl\:m-b-10\% {
    margin-bottom: 10%;
  }
  .laptop-xl\:m-b--10\% {
    margin-bottom: -10%;
  }
  .laptop-xl\:p-b-10\% {
    padding-bottom: 10%;
  }
  .laptop-xl\:p-b--10\% {
    padding-bottom: -10%;
  }
  .laptop-xl\:bottom-10\% {
    bottom: 10%;
  }
  .laptop-xl\:bottom--10\% {
    bottom: -10%;
  }
  .laptop-xl\:m-l-10\% {
    margin-left: 10%;
  }
  .laptop-xl\:m-l--10\% {
    margin-left: -10%;
  }
  .laptop-xl\:p-l-10\% {
    padding-left: 10%;
  }
  .laptop-xl\:p-l--10\% {
    padding-left: -10%;
  }
  .laptop-xl\:left-10\% {
    left: 10%;
  }
  .laptop-xl\:left--10\% {
    left: -10%;
  }
  .laptop-xl\:m-r-10\% {
    margin-right: 10%;
  }
  .laptop-xl\:m-r--10\% {
    margin-right: -10%;
  }
  .laptop-xl\:p-r-10\% {
    padding-right: 10%;
  }
  .laptop-xl\:p-r--10\% {
    padding-right: -10%;
  }
  .laptop-xl\:right-10\% {
    right: 10%;
  }
  .laptop-xl\:right--10\% {
    right: -10%;
  }
  .laptop-xl\:h-10\% {
    height: 10%;
  }
  .laptop-xl\:w-10\% {
    width: 10%;
  }
  .laptop-xl\:max_h-10\% {
    max-height: 10%;
  }
  .laptop-xl\:max_w-10\% {
    max-width: 10%;
  }
  .laptop-xl\:min_h-10\% {
    min-height: 10%;
  }
  .laptop-xl\:min_w-10\% {
    min-width: 10%;
  }
  .laptop-xl\:h-10vh {
    height: 10vh;
  }
  .laptop-xl\:w-10vw {
    width: 10vw;
  }
  .laptop-xl\:min_w-10vw {
    min-width: 10vw;
  }
  .laptop-xl\:min_h-10vh {
    min-height: 10vh;
  }
  .laptop-xl\:max_w-10vw {
    max-width: 10vw;
  }
  .laptop-xl\:max_h-10vh {
    max-height: 10vh;
  }
  .laptop-xl\:m-t-11\% {
    margin-top: 11%;
  }
  .laptop-xl\:m-t--11\% {
    margin-top: -11%;
  }
  .laptop-xl\:p-t-11\% {
    padding-top: 11%;
  }
  .laptop-xl\:p-t--11\% {
    padding-top: -11%;
  }
  .laptop-xl\:top-11\% {
    top: 11%;
  }
  .laptop-xl\:top--11\% {
    top: -11%;
  }
  .laptop-xl\:m-b-11\% {
    margin-bottom: 11%;
  }
  .laptop-xl\:m-b--11\% {
    margin-bottom: -11%;
  }
  .laptop-xl\:p-b-11\% {
    padding-bottom: 11%;
  }
  .laptop-xl\:p-b--11\% {
    padding-bottom: -11%;
  }
  .laptop-xl\:bottom-11\% {
    bottom: 11%;
  }
  .laptop-xl\:bottom--11\% {
    bottom: -11%;
  }
  .laptop-xl\:m-l-11\% {
    margin-left: 11%;
  }
  .laptop-xl\:m-l--11\% {
    margin-left: -11%;
  }
  .laptop-xl\:p-l-11\% {
    padding-left: 11%;
  }
  .laptop-xl\:p-l--11\% {
    padding-left: -11%;
  }
  .laptop-xl\:left-11\% {
    left: 11%;
  }
  .laptop-xl\:left--11\% {
    left: -11%;
  }
  .laptop-xl\:m-r-11\% {
    margin-right: 11%;
  }
  .laptop-xl\:m-r--11\% {
    margin-right: -11%;
  }
  .laptop-xl\:p-r-11\% {
    padding-right: 11%;
  }
  .laptop-xl\:p-r--11\% {
    padding-right: -11%;
  }
  .laptop-xl\:right-11\% {
    right: 11%;
  }
  .laptop-xl\:right--11\% {
    right: -11%;
  }
  .laptop-xl\:h-11\% {
    height: 11%;
  }
  .laptop-xl\:w-11\% {
    width: 11%;
  }
  .laptop-xl\:max_h-11\% {
    max-height: 11%;
  }
  .laptop-xl\:max_w-11\% {
    max-width: 11%;
  }
  .laptop-xl\:min_h-11\% {
    min-height: 11%;
  }
  .laptop-xl\:min_w-11\% {
    min-width: 11%;
  }
  .laptop-xl\:h-11vh {
    height: 11vh;
  }
  .laptop-xl\:w-11vw {
    width: 11vw;
  }
  .laptop-xl\:min_w-11vw {
    min-width: 11vw;
  }
  .laptop-xl\:min_h-11vh {
    min-height: 11vh;
  }
  .laptop-xl\:max_w-11vw {
    max-width: 11vw;
  }
  .laptop-xl\:max_h-11vh {
    max-height: 11vh;
  }
  .laptop-xl\:m-t-12\% {
    margin-top: 12%;
  }
  .laptop-xl\:m-t--12\% {
    margin-top: -12%;
  }
  .laptop-xl\:p-t-12\% {
    padding-top: 12%;
  }
  .laptop-xl\:p-t--12\% {
    padding-top: -12%;
  }
  .laptop-xl\:top-12\% {
    top: 12%;
  }
  .laptop-xl\:top--12\% {
    top: -12%;
  }
  .laptop-xl\:m-b-12\% {
    margin-bottom: 12%;
  }
  .laptop-xl\:m-b--12\% {
    margin-bottom: -12%;
  }
  .laptop-xl\:p-b-12\% {
    padding-bottom: 12%;
  }
  .laptop-xl\:p-b--12\% {
    padding-bottom: -12%;
  }
  .laptop-xl\:bottom-12\% {
    bottom: 12%;
  }
  .laptop-xl\:bottom--12\% {
    bottom: -12%;
  }
  .laptop-xl\:m-l-12\% {
    margin-left: 12%;
  }
  .laptop-xl\:m-l--12\% {
    margin-left: -12%;
  }
  .laptop-xl\:p-l-12\% {
    padding-left: 12%;
  }
  .laptop-xl\:p-l--12\% {
    padding-left: -12%;
  }
  .laptop-xl\:left-12\% {
    left: 12%;
  }
  .laptop-xl\:left--12\% {
    left: -12%;
  }
  .laptop-xl\:m-r-12\% {
    margin-right: 12%;
  }
  .laptop-xl\:m-r--12\% {
    margin-right: -12%;
  }
  .laptop-xl\:p-r-12\% {
    padding-right: 12%;
  }
  .laptop-xl\:p-r--12\% {
    padding-right: -12%;
  }
  .laptop-xl\:right-12\% {
    right: 12%;
  }
  .laptop-xl\:right--12\% {
    right: -12%;
  }
  .laptop-xl\:h-12\% {
    height: 12%;
  }
  .laptop-xl\:w-12\% {
    width: 12%;
  }
  .laptop-xl\:max_h-12\% {
    max-height: 12%;
  }
  .laptop-xl\:max_w-12\% {
    max-width: 12%;
  }
  .laptop-xl\:min_h-12\% {
    min-height: 12%;
  }
  .laptop-xl\:min_w-12\% {
    min-width: 12%;
  }
  .laptop-xl\:h-12vh {
    height: 12vh;
  }
  .laptop-xl\:w-12vw {
    width: 12vw;
  }
  .laptop-xl\:min_w-12vw {
    min-width: 12vw;
  }
  .laptop-xl\:min_h-12vh {
    min-height: 12vh;
  }
  .laptop-xl\:max_w-12vw {
    max-width: 12vw;
  }
  .laptop-xl\:max_h-12vh {
    max-height: 12vh;
  }
  .laptop-xl\:m-t-13\% {
    margin-top: 13%;
  }
  .laptop-xl\:m-t--13\% {
    margin-top: -13%;
  }
  .laptop-xl\:p-t-13\% {
    padding-top: 13%;
  }
  .laptop-xl\:p-t--13\% {
    padding-top: -13%;
  }
  .laptop-xl\:top-13\% {
    top: 13%;
  }
  .laptop-xl\:top--13\% {
    top: -13%;
  }
  .laptop-xl\:m-b-13\% {
    margin-bottom: 13%;
  }
  .laptop-xl\:m-b--13\% {
    margin-bottom: -13%;
  }
  .laptop-xl\:p-b-13\% {
    padding-bottom: 13%;
  }
  .laptop-xl\:p-b--13\% {
    padding-bottom: -13%;
  }
  .laptop-xl\:bottom-13\% {
    bottom: 13%;
  }
  .laptop-xl\:bottom--13\% {
    bottom: -13%;
  }
  .laptop-xl\:m-l-13\% {
    margin-left: 13%;
  }
  .laptop-xl\:m-l--13\% {
    margin-left: -13%;
  }
  .laptop-xl\:p-l-13\% {
    padding-left: 13%;
  }
  .laptop-xl\:p-l--13\% {
    padding-left: -13%;
  }
  .laptop-xl\:left-13\% {
    left: 13%;
  }
  .laptop-xl\:left--13\% {
    left: -13%;
  }
  .laptop-xl\:m-r-13\% {
    margin-right: 13%;
  }
  .laptop-xl\:m-r--13\% {
    margin-right: -13%;
  }
  .laptop-xl\:p-r-13\% {
    padding-right: 13%;
  }
  .laptop-xl\:p-r--13\% {
    padding-right: -13%;
  }
  .laptop-xl\:right-13\% {
    right: 13%;
  }
  .laptop-xl\:right--13\% {
    right: -13%;
  }
  .laptop-xl\:h-13\% {
    height: 13%;
  }
  .laptop-xl\:w-13\% {
    width: 13%;
  }
  .laptop-xl\:max_h-13\% {
    max-height: 13%;
  }
  .laptop-xl\:max_w-13\% {
    max-width: 13%;
  }
  .laptop-xl\:min_h-13\% {
    min-height: 13%;
  }
  .laptop-xl\:min_w-13\% {
    min-width: 13%;
  }
  .laptop-xl\:h-13vh {
    height: 13vh;
  }
  .laptop-xl\:w-13vw {
    width: 13vw;
  }
  .laptop-xl\:min_w-13vw {
    min-width: 13vw;
  }
  .laptop-xl\:min_h-13vh {
    min-height: 13vh;
  }
  .laptop-xl\:max_w-13vw {
    max-width: 13vw;
  }
  .laptop-xl\:max_h-13vh {
    max-height: 13vh;
  }
  .laptop-xl\:m-t-14\% {
    margin-top: 14%;
  }
  .laptop-xl\:m-t--14\% {
    margin-top: -14%;
  }
  .laptop-xl\:p-t-14\% {
    padding-top: 14%;
  }
  .laptop-xl\:p-t--14\% {
    padding-top: -14%;
  }
  .laptop-xl\:top-14\% {
    top: 14%;
  }
  .laptop-xl\:top--14\% {
    top: -14%;
  }
  .laptop-xl\:m-b-14\% {
    margin-bottom: 14%;
  }
  .laptop-xl\:m-b--14\% {
    margin-bottom: -14%;
  }
  .laptop-xl\:p-b-14\% {
    padding-bottom: 14%;
  }
  .laptop-xl\:p-b--14\% {
    padding-bottom: -14%;
  }
  .laptop-xl\:bottom-14\% {
    bottom: 14%;
  }
  .laptop-xl\:bottom--14\% {
    bottom: -14%;
  }
  .laptop-xl\:m-l-14\% {
    margin-left: 14%;
  }
  .laptop-xl\:m-l--14\% {
    margin-left: -14%;
  }
  .laptop-xl\:p-l-14\% {
    padding-left: 14%;
  }
  .laptop-xl\:p-l--14\% {
    padding-left: -14%;
  }
  .laptop-xl\:left-14\% {
    left: 14%;
  }
  .laptop-xl\:left--14\% {
    left: -14%;
  }
  .laptop-xl\:m-r-14\% {
    margin-right: 14%;
  }
  .laptop-xl\:m-r--14\% {
    margin-right: -14%;
  }
  .laptop-xl\:p-r-14\% {
    padding-right: 14%;
  }
  .laptop-xl\:p-r--14\% {
    padding-right: -14%;
  }
  .laptop-xl\:right-14\% {
    right: 14%;
  }
  .laptop-xl\:right--14\% {
    right: -14%;
  }
  .laptop-xl\:h-14\% {
    height: 14%;
  }
  .laptop-xl\:w-14\% {
    width: 14%;
  }
  .laptop-xl\:max_h-14\% {
    max-height: 14%;
  }
  .laptop-xl\:max_w-14\% {
    max-width: 14%;
  }
  .laptop-xl\:min_h-14\% {
    min-height: 14%;
  }
  .laptop-xl\:min_w-14\% {
    min-width: 14%;
  }
  .laptop-xl\:h-14vh {
    height: 14vh;
  }
  .laptop-xl\:w-14vw {
    width: 14vw;
  }
  .laptop-xl\:min_w-14vw {
    min-width: 14vw;
  }
  .laptop-xl\:min_h-14vh {
    min-height: 14vh;
  }
  .laptop-xl\:max_w-14vw {
    max-width: 14vw;
  }
  .laptop-xl\:max_h-14vh {
    max-height: 14vh;
  }
  .laptop-xl\:m-t-15\% {
    margin-top: 15%;
  }
  .laptop-xl\:m-t--15\% {
    margin-top: -15%;
  }
  .laptop-xl\:p-t-15\% {
    padding-top: 15%;
  }
  .laptop-xl\:p-t--15\% {
    padding-top: -15%;
  }
  .laptop-xl\:top-15\% {
    top: 15%;
  }
  .laptop-xl\:top--15\% {
    top: -15%;
  }
  .laptop-xl\:m-b-15\% {
    margin-bottom: 15%;
  }
  .laptop-xl\:m-b--15\% {
    margin-bottom: -15%;
  }
  .laptop-xl\:p-b-15\% {
    padding-bottom: 15%;
  }
  .laptop-xl\:p-b--15\% {
    padding-bottom: -15%;
  }
  .laptop-xl\:bottom-15\% {
    bottom: 15%;
  }
  .laptop-xl\:bottom--15\% {
    bottom: -15%;
  }
  .laptop-xl\:m-l-15\% {
    margin-left: 15%;
  }
  .laptop-xl\:m-l--15\% {
    margin-left: -15%;
  }
  .laptop-xl\:p-l-15\% {
    padding-left: 15%;
  }
  .laptop-xl\:p-l--15\% {
    padding-left: -15%;
  }
  .laptop-xl\:left-15\% {
    left: 15%;
  }
  .laptop-xl\:left--15\% {
    left: -15%;
  }
  .laptop-xl\:m-r-15\% {
    margin-right: 15%;
  }
  .laptop-xl\:m-r--15\% {
    margin-right: -15%;
  }
  .laptop-xl\:p-r-15\% {
    padding-right: 15%;
  }
  .laptop-xl\:p-r--15\% {
    padding-right: -15%;
  }
  .laptop-xl\:right-15\% {
    right: 15%;
  }
  .laptop-xl\:right--15\% {
    right: -15%;
  }
  .laptop-xl\:h-15\% {
    height: 15%;
  }
  .laptop-xl\:w-15\% {
    width: 15%;
  }
  .laptop-xl\:max_h-15\% {
    max-height: 15%;
  }
  .laptop-xl\:max_w-15\% {
    max-width: 15%;
  }
  .laptop-xl\:min_h-15\% {
    min-height: 15%;
  }
  .laptop-xl\:min_w-15\% {
    min-width: 15%;
  }
  .laptop-xl\:h-15vh {
    height: 15vh;
  }
  .laptop-xl\:w-15vw {
    width: 15vw;
  }
  .laptop-xl\:min_w-15vw {
    min-width: 15vw;
  }
  .laptop-xl\:min_h-15vh {
    min-height: 15vh;
  }
  .laptop-xl\:max_w-15vw {
    max-width: 15vw;
  }
  .laptop-xl\:max_h-15vh {
    max-height: 15vh;
  }
  .laptop-xl\:m-t-16\% {
    margin-top: 16%;
  }
  .laptop-xl\:m-t--16\% {
    margin-top: -16%;
  }
  .laptop-xl\:p-t-16\% {
    padding-top: 16%;
  }
  .laptop-xl\:p-t--16\% {
    padding-top: -16%;
  }
  .laptop-xl\:top-16\% {
    top: 16%;
  }
  .laptop-xl\:top--16\% {
    top: -16%;
  }
  .laptop-xl\:m-b-16\% {
    margin-bottom: 16%;
  }
  .laptop-xl\:m-b--16\% {
    margin-bottom: -16%;
  }
  .laptop-xl\:p-b-16\% {
    padding-bottom: 16%;
  }
  .laptop-xl\:p-b--16\% {
    padding-bottom: -16%;
  }
  .laptop-xl\:bottom-16\% {
    bottom: 16%;
  }
  .laptop-xl\:bottom--16\% {
    bottom: -16%;
  }
  .laptop-xl\:m-l-16\% {
    margin-left: 16%;
  }
  .laptop-xl\:m-l--16\% {
    margin-left: -16%;
  }
  .laptop-xl\:p-l-16\% {
    padding-left: 16%;
  }
  .laptop-xl\:p-l--16\% {
    padding-left: -16%;
  }
  .laptop-xl\:left-16\% {
    left: 16%;
  }
  .laptop-xl\:left--16\% {
    left: -16%;
  }
  .laptop-xl\:m-r-16\% {
    margin-right: 16%;
  }
  .laptop-xl\:m-r--16\% {
    margin-right: -16%;
  }
  .laptop-xl\:p-r-16\% {
    padding-right: 16%;
  }
  .laptop-xl\:p-r--16\% {
    padding-right: -16%;
  }
  .laptop-xl\:right-16\% {
    right: 16%;
  }
  .laptop-xl\:right--16\% {
    right: -16%;
  }
  .laptop-xl\:h-16\% {
    height: 16%;
  }
  .laptop-xl\:w-16\% {
    width: 16%;
  }
  .laptop-xl\:max_h-16\% {
    max-height: 16%;
  }
  .laptop-xl\:max_w-16\% {
    max-width: 16%;
  }
  .laptop-xl\:min_h-16\% {
    min-height: 16%;
  }
  .laptop-xl\:min_w-16\% {
    min-width: 16%;
  }
  .laptop-xl\:h-16vh {
    height: 16vh;
  }
  .laptop-xl\:w-16vw {
    width: 16vw;
  }
  .laptop-xl\:min_w-16vw {
    min-width: 16vw;
  }
  .laptop-xl\:min_h-16vh {
    min-height: 16vh;
  }
  .laptop-xl\:max_w-16vw {
    max-width: 16vw;
  }
  .laptop-xl\:max_h-16vh {
    max-height: 16vh;
  }
  .laptop-xl\:m-t-17\% {
    margin-top: 17%;
  }
  .laptop-xl\:m-t--17\% {
    margin-top: -17%;
  }
  .laptop-xl\:p-t-17\% {
    padding-top: 17%;
  }
  .laptop-xl\:p-t--17\% {
    padding-top: -17%;
  }
  .laptop-xl\:top-17\% {
    top: 17%;
  }
  .laptop-xl\:top--17\% {
    top: -17%;
  }
  .laptop-xl\:m-b-17\% {
    margin-bottom: 17%;
  }
  .laptop-xl\:m-b--17\% {
    margin-bottom: -17%;
  }
  .laptop-xl\:p-b-17\% {
    padding-bottom: 17%;
  }
  .laptop-xl\:p-b--17\% {
    padding-bottom: -17%;
  }
  .laptop-xl\:bottom-17\% {
    bottom: 17%;
  }
  .laptop-xl\:bottom--17\% {
    bottom: -17%;
  }
  .laptop-xl\:m-l-17\% {
    margin-left: 17%;
  }
  .laptop-xl\:m-l--17\% {
    margin-left: -17%;
  }
  .laptop-xl\:p-l-17\% {
    padding-left: 17%;
  }
  .laptop-xl\:p-l--17\% {
    padding-left: -17%;
  }
  .laptop-xl\:left-17\% {
    left: 17%;
  }
  .laptop-xl\:left--17\% {
    left: -17%;
  }
  .laptop-xl\:m-r-17\% {
    margin-right: 17%;
  }
  .laptop-xl\:m-r--17\% {
    margin-right: -17%;
  }
  .laptop-xl\:p-r-17\% {
    padding-right: 17%;
  }
  .laptop-xl\:p-r--17\% {
    padding-right: -17%;
  }
  .laptop-xl\:right-17\% {
    right: 17%;
  }
  .laptop-xl\:right--17\% {
    right: -17%;
  }
  .laptop-xl\:h-17\% {
    height: 17%;
  }
  .laptop-xl\:w-17\% {
    width: 17%;
  }
  .laptop-xl\:max_h-17\% {
    max-height: 17%;
  }
  .laptop-xl\:max_w-17\% {
    max-width: 17%;
  }
  .laptop-xl\:min_h-17\% {
    min-height: 17%;
  }
  .laptop-xl\:min_w-17\% {
    min-width: 17%;
  }
  .laptop-xl\:h-17vh {
    height: 17vh;
  }
  .laptop-xl\:w-17vw {
    width: 17vw;
  }
  .laptop-xl\:min_w-17vw {
    min-width: 17vw;
  }
  .laptop-xl\:min_h-17vh {
    min-height: 17vh;
  }
  .laptop-xl\:max_w-17vw {
    max-width: 17vw;
  }
  .laptop-xl\:max_h-17vh {
    max-height: 17vh;
  }
  .laptop-xl\:m-t-18\% {
    margin-top: 18%;
  }
  .laptop-xl\:m-t--18\% {
    margin-top: -18%;
  }
  .laptop-xl\:p-t-18\% {
    padding-top: 18%;
  }
  .laptop-xl\:p-t--18\% {
    padding-top: -18%;
  }
  .laptop-xl\:top-18\% {
    top: 18%;
  }
  .laptop-xl\:top--18\% {
    top: -18%;
  }
  .laptop-xl\:m-b-18\% {
    margin-bottom: 18%;
  }
  .laptop-xl\:m-b--18\% {
    margin-bottom: -18%;
  }
  .laptop-xl\:p-b-18\% {
    padding-bottom: 18%;
  }
  .laptop-xl\:p-b--18\% {
    padding-bottom: -18%;
  }
  .laptop-xl\:bottom-18\% {
    bottom: 18%;
  }
  .laptop-xl\:bottom--18\% {
    bottom: -18%;
  }
  .laptop-xl\:m-l-18\% {
    margin-left: 18%;
  }
  .laptop-xl\:m-l--18\% {
    margin-left: -18%;
  }
  .laptop-xl\:p-l-18\% {
    padding-left: 18%;
  }
  .laptop-xl\:p-l--18\% {
    padding-left: -18%;
  }
  .laptop-xl\:left-18\% {
    left: 18%;
  }
  .laptop-xl\:left--18\% {
    left: -18%;
  }
  .laptop-xl\:m-r-18\% {
    margin-right: 18%;
  }
  .laptop-xl\:m-r--18\% {
    margin-right: -18%;
  }
  .laptop-xl\:p-r-18\% {
    padding-right: 18%;
  }
  .laptop-xl\:p-r--18\% {
    padding-right: -18%;
  }
  .laptop-xl\:right-18\% {
    right: 18%;
  }
  .laptop-xl\:right--18\% {
    right: -18%;
  }
  .laptop-xl\:h-18\% {
    height: 18%;
  }
  .laptop-xl\:w-18\% {
    width: 18%;
  }
  .laptop-xl\:max_h-18\% {
    max-height: 18%;
  }
  .laptop-xl\:max_w-18\% {
    max-width: 18%;
  }
  .laptop-xl\:min_h-18\% {
    min-height: 18%;
  }
  .laptop-xl\:min_w-18\% {
    min-width: 18%;
  }
  .laptop-xl\:h-18vh {
    height: 18vh;
  }
  .laptop-xl\:w-18vw {
    width: 18vw;
  }
  .laptop-xl\:min_w-18vw {
    min-width: 18vw;
  }
  .laptop-xl\:min_h-18vh {
    min-height: 18vh;
  }
  .laptop-xl\:max_w-18vw {
    max-width: 18vw;
  }
  .laptop-xl\:max_h-18vh {
    max-height: 18vh;
  }
  .laptop-xl\:m-t-19\% {
    margin-top: 19%;
  }
  .laptop-xl\:m-t--19\% {
    margin-top: -19%;
  }
  .laptop-xl\:p-t-19\% {
    padding-top: 19%;
  }
  .laptop-xl\:p-t--19\% {
    padding-top: -19%;
  }
  .laptop-xl\:top-19\% {
    top: 19%;
  }
  .laptop-xl\:top--19\% {
    top: -19%;
  }
  .laptop-xl\:m-b-19\% {
    margin-bottom: 19%;
  }
  .laptop-xl\:m-b--19\% {
    margin-bottom: -19%;
  }
  .laptop-xl\:p-b-19\% {
    padding-bottom: 19%;
  }
  .laptop-xl\:p-b--19\% {
    padding-bottom: -19%;
  }
  .laptop-xl\:bottom-19\% {
    bottom: 19%;
  }
  .laptop-xl\:bottom--19\% {
    bottom: -19%;
  }
  .laptop-xl\:m-l-19\% {
    margin-left: 19%;
  }
  .laptop-xl\:m-l--19\% {
    margin-left: -19%;
  }
  .laptop-xl\:p-l-19\% {
    padding-left: 19%;
  }
  .laptop-xl\:p-l--19\% {
    padding-left: -19%;
  }
  .laptop-xl\:left-19\% {
    left: 19%;
  }
  .laptop-xl\:left--19\% {
    left: -19%;
  }
  .laptop-xl\:m-r-19\% {
    margin-right: 19%;
  }
  .laptop-xl\:m-r--19\% {
    margin-right: -19%;
  }
  .laptop-xl\:p-r-19\% {
    padding-right: 19%;
  }
  .laptop-xl\:p-r--19\% {
    padding-right: -19%;
  }
  .laptop-xl\:right-19\% {
    right: 19%;
  }
  .laptop-xl\:right--19\% {
    right: -19%;
  }
  .laptop-xl\:h-19\% {
    height: 19%;
  }
  .laptop-xl\:w-19\% {
    width: 19%;
  }
  .laptop-xl\:max_h-19\% {
    max-height: 19%;
  }
  .laptop-xl\:max_w-19\% {
    max-width: 19%;
  }
  .laptop-xl\:min_h-19\% {
    min-height: 19%;
  }
  .laptop-xl\:min_w-19\% {
    min-width: 19%;
  }
  .laptop-xl\:h-19vh {
    height: 19vh;
  }
  .laptop-xl\:w-19vw {
    width: 19vw;
  }
  .laptop-xl\:min_w-19vw {
    min-width: 19vw;
  }
  .laptop-xl\:min_h-19vh {
    min-height: 19vh;
  }
  .laptop-xl\:max_w-19vw {
    max-width: 19vw;
  }
  .laptop-xl\:max_h-19vh {
    max-height: 19vh;
  }
  .laptop-xl\:m-t-20\% {
    margin-top: 20%;
  }
  .laptop-xl\:m-t--20\% {
    margin-top: -20%;
  }
  .laptop-xl\:p-t-20\% {
    padding-top: 20%;
  }
  .laptop-xl\:p-t--20\% {
    padding-top: -20%;
  }
  .laptop-xl\:top-20\% {
    top: 20%;
  }
  .laptop-xl\:top--20\% {
    top: -20%;
  }
  .laptop-xl\:m-b-20\% {
    margin-bottom: 20%;
  }
  .laptop-xl\:m-b--20\% {
    margin-bottom: -20%;
  }
  .laptop-xl\:p-b-20\% {
    padding-bottom: 20%;
  }
  .laptop-xl\:p-b--20\% {
    padding-bottom: -20%;
  }
  .laptop-xl\:bottom-20\% {
    bottom: 20%;
  }
  .laptop-xl\:bottom--20\% {
    bottom: -20%;
  }
  .laptop-xl\:m-l-20\% {
    margin-left: 20%;
  }
  .laptop-xl\:m-l--20\% {
    margin-left: -20%;
  }
  .laptop-xl\:p-l-20\% {
    padding-left: 20%;
  }
  .laptop-xl\:p-l--20\% {
    padding-left: -20%;
  }
  .laptop-xl\:left-20\% {
    left: 20%;
  }
  .laptop-xl\:left--20\% {
    left: -20%;
  }
  .laptop-xl\:m-r-20\% {
    margin-right: 20%;
  }
  .laptop-xl\:m-r--20\% {
    margin-right: -20%;
  }
  .laptop-xl\:p-r-20\% {
    padding-right: 20%;
  }
  .laptop-xl\:p-r--20\% {
    padding-right: -20%;
  }
  .laptop-xl\:right-20\% {
    right: 20%;
  }
  .laptop-xl\:right--20\% {
    right: -20%;
  }
  .laptop-xl\:h-20\% {
    height: 20%;
  }
  .laptop-xl\:w-20\% {
    width: 20%;
  }
  .laptop-xl\:max_h-20\% {
    max-height: 20%;
  }
  .laptop-xl\:max_w-20\% {
    max-width: 20%;
  }
  .laptop-xl\:min_h-20\% {
    min-height: 20%;
  }
  .laptop-xl\:min_w-20\% {
    min-width: 20%;
  }
  .laptop-xl\:h-20vh {
    height: 20vh;
  }
  .laptop-xl\:w-20vw {
    width: 20vw;
  }
  .laptop-xl\:min_w-20vw {
    min-width: 20vw;
  }
  .laptop-xl\:min_h-20vh {
    min-height: 20vh;
  }
  .laptop-xl\:max_w-20vw {
    max-width: 20vw;
  }
  .laptop-xl\:max_h-20vh {
    max-height: 20vh;
  }
  .laptop-xl\:m-t-21\% {
    margin-top: 21%;
  }
  .laptop-xl\:m-t--21\% {
    margin-top: -21%;
  }
  .laptop-xl\:p-t-21\% {
    padding-top: 21%;
  }
  .laptop-xl\:p-t--21\% {
    padding-top: -21%;
  }
  .laptop-xl\:top-21\% {
    top: 21%;
  }
  .laptop-xl\:top--21\% {
    top: -21%;
  }
  .laptop-xl\:m-b-21\% {
    margin-bottom: 21%;
  }
  .laptop-xl\:m-b--21\% {
    margin-bottom: -21%;
  }
  .laptop-xl\:p-b-21\% {
    padding-bottom: 21%;
  }
  .laptop-xl\:p-b--21\% {
    padding-bottom: -21%;
  }
  .laptop-xl\:bottom-21\% {
    bottom: 21%;
  }
  .laptop-xl\:bottom--21\% {
    bottom: -21%;
  }
  .laptop-xl\:m-l-21\% {
    margin-left: 21%;
  }
  .laptop-xl\:m-l--21\% {
    margin-left: -21%;
  }
  .laptop-xl\:p-l-21\% {
    padding-left: 21%;
  }
  .laptop-xl\:p-l--21\% {
    padding-left: -21%;
  }
  .laptop-xl\:left-21\% {
    left: 21%;
  }
  .laptop-xl\:left--21\% {
    left: -21%;
  }
  .laptop-xl\:m-r-21\% {
    margin-right: 21%;
  }
  .laptop-xl\:m-r--21\% {
    margin-right: -21%;
  }
  .laptop-xl\:p-r-21\% {
    padding-right: 21%;
  }
  .laptop-xl\:p-r--21\% {
    padding-right: -21%;
  }
  .laptop-xl\:right-21\% {
    right: 21%;
  }
  .laptop-xl\:right--21\% {
    right: -21%;
  }
  .laptop-xl\:h-21\% {
    height: 21%;
  }
  .laptop-xl\:w-21\% {
    width: 21%;
  }
  .laptop-xl\:max_h-21\% {
    max-height: 21%;
  }
  .laptop-xl\:max_w-21\% {
    max-width: 21%;
  }
  .laptop-xl\:min_h-21\% {
    min-height: 21%;
  }
  .laptop-xl\:min_w-21\% {
    min-width: 21%;
  }
  .laptop-xl\:h-21vh {
    height: 21vh;
  }
  .laptop-xl\:w-21vw {
    width: 21vw;
  }
  .laptop-xl\:min_w-21vw {
    min-width: 21vw;
  }
  .laptop-xl\:min_h-21vh {
    min-height: 21vh;
  }
  .laptop-xl\:max_w-21vw {
    max-width: 21vw;
  }
  .laptop-xl\:max_h-21vh {
    max-height: 21vh;
  }
  .laptop-xl\:m-t-22\% {
    margin-top: 22%;
  }
  .laptop-xl\:m-t--22\% {
    margin-top: -22%;
  }
  .laptop-xl\:p-t-22\% {
    padding-top: 22%;
  }
  .laptop-xl\:p-t--22\% {
    padding-top: -22%;
  }
  .laptop-xl\:top-22\% {
    top: 22%;
  }
  .laptop-xl\:top--22\% {
    top: -22%;
  }
  .laptop-xl\:m-b-22\% {
    margin-bottom: 22%;
  }
  .laptop-xl\:m-b--22\% {
    margin-bottom: -22%;
  }
  .laptop-xl\:p-b-22\% {
    padding-bottom: 22%;
  }
  .laptop-xl\:p-b--22\% {
    padding-bottom: -22%;
  }
  .laptop-xl\:bottom-22\% {
    bottom: 22%;
  }
  .laptop-xl\:bottom--22\% {
    bottom: -22%;
  }
  .laptop-xl\:m-l-22\% {
    margin-left: 22%;
  }
  .laptop-xl\:m-l--22\% {
    margin-left: -22%;
  }
  .laptop-xl\:p-l-22\% {
    padding-left: 22%;
  }
  .laptop-xl\:p-l--22\% {
    padding-left: -22%;
  }
  .laptop-xl\:left-22\% {
    left: 22%;
  }
  .laptop-xl\:left--22\% {
    left: -22%;
  }
  .laptop-xl\:m-r-22\% {
    margin-right: 22%;
  }
  .laptop-xl\:m-r--22\% {
    margin-right: -22%;
  }
  .laptop-xl\:p-r-22\% {
    padding-right: 22%;
  }
  .laptop-xl\:p-r--22\% {
    padding-right: -22%;
  }
  .laptop-xl\:right-22\% {
    right: 22%;
  }
  .laptop-xl\:right--22\% {
    right: -22%;
  }
  .laptop-xl\:h-22\% {
    height: 22%;
  }
  .laptop-xl\:w-22\% {
    width: 22%;
  }
  .laptop-xl\:max_h-22\% {
    max-height: 22%;
  }
  .laptop-xl\:max_w-22\% {
    max-width: 22%;
  }
  .laptop-xl\:min_h-22\% {
    min-height: 22%;
  }
  .laptop-xl\:min_w-22\% {
    min-width: 22%;
  }
  .laptop-xl\:h-22vh {
    height: 22vh;
  }
  .laptop-xl\:w-22vw {
    width: 22vw;
  }
  .laptop-xl\:min_w-22vw {
    min-width: 22vw;
  }
  .laptop-xl\:min_h-22vh {
    min-height: 22vh;
  }
  .laptop-xl\:max_w-22vw {
    max-width: 22vw;
  }
  .laptop-xl\:max_h-22vh {
    max-height: 22vh;
  }
  .laptop-xl\:m-t-23\% {
    margin-top: 23%;
  }
  .laptop-xl\:m-t--23\% {
    margin-top: -23%;
  }
  .laptop-xl\:p-t-23\% {
    padding-top: 23%;
  }
  .laptop-xl\:p-t--23\% {
    padding-top: -23%;
  }
  .laptop-xl\:top-23\% {
    top: 23%;
  }
  .laptop-xl\:top--23\% {
    top: -23%;
  }
  .laptop-xl\:m-b-23\% {
    margin-bottom: 23%;
  }
  .laptop-xl\:m-b--23\% {
    margin-bottom: -23%;
  }
  .laptop-xl\:p-b-23\% {
    padding-bottom: 23%;
  }
  .laptop-xl\:p-b--23\% {
    padding-bottom: -23%;
  }
  .laptop-xl\:bottom-23\% {
    bottom: 23%;
  }
  .laptop-xl\:bottom--23\% {
    bottom: -23%;
  }
  .laptop-xl\:m-l-23\% {
    margin-left: 23%;
  }
  .laptop-xl\:m-l--23\% {
    margin-left: -23%;
  }
  .laptop-xl\:p-l-23\% {
    padding-left: 23%;
  }
  .laptop-xl\:p-l--23\% {
    padding-left: -23%;
  }
  .laptop-xl\:left-23\% {
    left: 23%;
  }
  .laptop-xl\:left--23\% {
    left: -23%;
  }
  .laptop-xl\:m-r-23\% {
    margin-right: 23%;
  }
  .laptop-xl\:m-r--23\% {
    margin-right: -23%;
  }
  .laptop-xl\:p-r-23\% {
    padding-right: 23%;
  }
  .laptop-xl\:p-r--23\% {
    padding-right: -23%;
  }
  .laptop-xl\:right-23\% {
    right: 23%;
  }
  .laptop-xl\:right--23\% {
    right: -23%;
  }
  .laptop-xl\:h-23\% {
    height: 23%;
  }
  .laptop-xl\:w-23\% {
    width: 23%;
  }
  .laptop-xl\:max_h-23\% {
    max-height: 23%;
  }
  .laptop-xl\:max_w-23\% {
    max-width: 23%;
  }
  .laptop-xl\:min_h-23\% {
    min-height: 23%;
  }
  .laptop-xl\:min_w-23\% {
    min-width: 23%;
  }
  .laptop-xl\:h-23vh {
    height: 23vh;
  }
  .laptop-xl\:w-23vw {
    width: 23vw;
  }
  .laptop-xl\:min_w-23vw {
    min-width: 23vw;
  }
  .laptop-xl\:min_h-23vh {
    min-height: 23vh;
  }
  .laptop-xl\:max_w-23vw {
    max-width: 23vw;
  }
  .laptop-xl\:max_h-23vh {
    max-height: 23vh;
  }
  .laptop-xl\:m-t-24\% {
    margin-top: 24%;
  }
  .laptop-xl\:m-t--24\% {
    margin-top: -24%;
  }
  .laptop-xl\:p-t-24\% {
    padding-top: 24%;
  }
  .laptop-xl\:p-t--24\% {
    padding-top: -24%;
  }
  .laptop-xl\:top-24\% {
    top: 24%;
  }
  .laptop-xl\:top--24\% {
    top: -24%;
  }
  .laptop-xl\:m-b-24\% {
    margin-bottom: 24%;
  }
  .laptop-xl\:m-b--24\% {
    margin-bottom: -24%;
  }
  .laptop-xl\:p-b-24\% {
    padding-bottom: 24%;
  }
  .laptop-xl\:p-b--24\% {
    padding-bottom: -24%;
  }
  .laptop-xl\:bottom-24\% {
    bottom: 24%;
  }
  .laptop-xl\:bottom--24\% {
    bottom: -24%;
  }
  .laptop-xl\:m-l-24\% {
    margin-left: 24%;
  }
  .laptop-xl\:m-l--24\% {
    margin-left: -24%;
  }
  .laptop-xl\:p-l-24\% {
    padding-left: 24%;
  }
  .laptop-xl\:p-l--24\% {
    padding-left: -24%;
  }
  .laptop-xl\:left-24\% {
    left: 24%;
  }
  .laptop-xl\:left--24\% {
    left: -24%;
  }
  .laptop-xl\:m-r-24\% {
    margin-right: 24%;
  }
  .laptop-xl\:m-r--24\% {
    margin-right: -24%;
  }
  .laptop-xl\:p-r-24\% {
    padding-right: 24%;
  }
  .laptop-xl\:p-r--24\% {
    padding-right: -24%;
  }
  .laptop-xl\:right-24\% {
    right: 24%;
  }
  .laptop-xl\:right--24\% {
    right: -24%;
  }
  .laptop-xl\:h-24\% {
    height: 24%;
  }
  .laptop-xl\:w-24\% {
    width: 24%;
  }
  .laptop-xl\:max_h-24\% {
    max-height: 24%;
  }
  .laptop-xl\:max_w-24\% {
    max-width: 24%;
  }
  .laptop-xl\:min_h-24\% {
    min-height: 24%;
  }
  .laptop-xl\:min_w-24\% {
    min-width: 24%;
  }
  .laptop-xl\:h-24vh {
    height: 24vh;
  }
  .laptop-xl\:w-24vw {
    width: 24vw;
  }
  .laptop-xl\:min_w-24vw {
    min-width: 24vw;
  }
  .laptop-xl\:min_h-24vh {
    min-height: 24vh;
  }
  .laptop-xl\:max_w-24vw {
    max-width: 24vw;
  }
  .laptop-xl\:max_h-24vh {
    max-height: 24vh;
  }
  .laptop-xl\:m-t-25\% {
    margin-top: 25%;
  }
  .laptop-xl\:m-t--25\% {
    margin-top: -25%;
  }
  .laptop-xl\:p-t-25\% {
    padding-top: 25%;
  }
  .laptop-xl\:p-t--25\% {
    padding-top: -25%;
  }
  .laptop-xl\:top-25\% {
    top: 25%;
  }
  .laptop-xl\:top--25\% {
    top: -25%;
  }
  .laptop-xl\:m-b-25\% {
    margin-bottom: 25%;
  }
  .laptop-xl\:m-b--25\% {
    margin-bottom: -25%;
  }
  .laptop-xl\:p-b-25\% {
    padding-bottom: 25%;
  }
  .laptop-xl\:p-b--25\% {
    padding-bottom: -25%;
  }
  .laptop-xl\:bottom-25\% {
    bottom: 25%;
  }
  .laptop-xl\:bottom--25\% {
    bottom: -25%;
  }
  .laptop-xl\:m-l-25\% {
    margin-left: 25%;
  }
  .laptop-xl\:m-l--25\% {
    margin-left: -25%;
  }
  .laptop-xl\:p-l-25\% {
    padding-left: 25%;
  }
  .laptop-xl\:p-l--25\% {
    padding-left: -25%;
  }
  .laptop-xl\:left-25\% {
    left: 25%;
  }
  .laptop-xl\:left--25\% {
    left: -25%;
  }
  .laptop-xl\:m-r-25\% {
    margin-right: 25%;
  }
  .laptop-xl\:m-r--25\% {
    margin-right: -25%;
  }
  .laptop-xl\:p-r-25\% {
    padding-right: 25%;
  }
  .laptop-xl\:p-r--25\% {
    padding-right: -25%;
  }
  .laptop-xl\:right-25\% {
    right: 25%;
  }
  .laptop-xl\:right--25\% {
    right: -25%;
  }
  .laptop-xl\:h-25\% {
    height: 25%;
  }
  .laptop-xl\:w-25\% {
    width: 25%;
  }
  .laptop-xl\:max_h-25\% {
    max-height: 25%;
  }
  .laptop-xl\:max_w-25\% {
    max-width: 25%;
  }
  .laptop-xl\:min_h-25\% {
    min-height: 25%;
  }
  .laptop-xl\:min_w-25\% {
    min-width: 25%;
  }
  .laptop-xl\:h-25vh {
    height: 25vh;
  }
  .laptop-xl\:w-25vw {
    width: 25vw;
  }
  .laptop-xl\:min_w-25vw {
    min-width: 25vw;
  }
  .laptop-xl\:min_h-25vh {
    min-height: 25vh;
  }
  .laptop-xl\:max_w-25vw {
    max-width: 25vw;
  }
  .laptop-xl\:max_h-25vh {
    max-height: 25vh;
  }
  .laptop-xl\:m-t-26\% {
    margin-top: 26%;
  }
  .laptop-xl\:m-t--26\% {
    margin-top: -26%;
  }
  .laptop-xl\:p-t-26\% {
    padding-top: 26%;
  }
  .laptop-xl\:p-t--26\% {
    padding-top: -26%;
  }
  .laptop-xl\:top-26\% {
    top: 26%;
  }
  .laptop-xl\:top--26\% {
    top: -26%;
  }
  .laptop-xl\:m-b-26\% {
    margin-bottom: 26%;
  }
  .laptop-xl\:m-b--26\% {
    margin-bottom: -26%;
  }
  .laptop-xl\:p-b-26\% {
    padding-bottom: 26%;
  }
  .laptop-xl\:p-b--26\% {
    padding-bottom: -26%;
  }
  .laptop-xl\:bottom-26\% {
    bottom: 26%;
  }
  .laptop-xl\:bottom--26\% {
    bottom: -26%;
  }
  .laptop-xl\:m-l-26\% {
    margin-left: 26%;
  }
  .laptop-xl\:m-l--26\% {
    margin-left: -26%;
  }
  .laptop-xl\:p-l-26\% {
    padding-left: 26%;
  }
  .laptop-xl\:p-l--26\% {
    padding-left: -26%;
  }
  .laptop-xl\:left-26\% {
    left: 26%;
  }
  .laptop-xl\:left--26\% {
    left: -26%;
  }
  .laptop-xl\:m-r-26\% {
    margin-right: 26%;
  }
  .laptop-xl\:m-r--26\% {
    margin-right: -26%;
  }
  .laptop-xl\:p-r-26\% {
    padding-right: 26%;
  }
  .laptop-xl\:p-r--26\% {
    padding-right: -26%;
  }
  .laptop-xl\:right-26\% {
    right: 26%;
  }
  .laptop-xl\:right--26\% {
    right: -26%;
  }
  .laptop-xl\:h-26\% {
    height: 26%;
  }
  .laptop-xl\:w-26\% {
    width: 26%;
  }
  .laptop-xl\:max_h-26\% {
    max-height: 26%;
  }
  .laptop-xl\:max_w-26\% {
    max-width: 26%;
  }
  .laptop-xl\:min_h-26\% {
    min-height: 26%;
  }
  .laptop-xl\:min_w-26\% {
    min-width: 26%;
  }
  .laptop-xl\:h-26vh {
    height: 26vh;
  }
  .laptop-xl\:w-26vw {
    width: 26vw;
  }
  .laptop-xl\:min_w-26vw {
    min-width: 26vw;
  }
  .laptop-xl\:min_h-26vh {
    min-height: 26vh;
  }
  .laptop-xl\:max_w-26vw {
    max-width: 26vw;
  }
  .laptop-xl\:max_h-26vh {
    max-height: 26vh;
  }
  .laptop-xl\:m-t-27\% {
    margin-top: 27%;
  }
  .laptop-xl\:m-t--27\% {
    margin-top: -27%;
  }
  .laptop-xl\:p-t-27\% {
    padding-top: 27%;
  }
  .laptop-xl\:p-t--27\% {
    padding-top: -27%;
  }
  .laptop-xl\:top-27\% {
    top: 27%;
  }
  .laptop-xl\:top--27\% {
    top: -27%;
  }
  .laptop-xl\:m-b-27\% {
    margin-bottom: 27%;
  }
  .laptop-xl\:m-b--27\% {
    margin-bottom: -27%;
  }
  .laptop-xl\:p-b-27\% {
    padding-bottom: 27%;
  }
  .laptop-xl\:p-b--27\% {
    padding-bottom: -27%;
  }
  .laptop-xl\:bottom-27\% {
    bottom: 27%;
  }
  .laptop-xl\:bottom--27\% {
    bottom: -27%;
  }
  .laptop-xl\:m-l-27\% {
    margin-left: 27%;
  }
  .laptop-xl\:m-l--27\% {
    margin-left: -27%;
  }
  .laptop-xl\:p-l-27\% {
    padding-left: 27%;
  }
  .laptop-xl\:p-l--27\% {
    padding-left: -27%;
  }
  .laptop-xl\:left-27\% {
    left: 27%;
  }
  .laptop-xl\:left--27\% {
    left: -27%;
  }
  .laptop-xl\:m-r-27\% {
    margin-right: 27%;
  }
  .laptop-xl\:m-r--27\% {
    margin-right: -27%;
  }
  .laptop-xl\:p-r-27\% {
    padding-right: 27%;
  }
  .laptop-xl\:p-r--27\% {
    padding-right: -27%;
  }
  .laptop-xl\:right-27\% {
    right: 27%;
  }
  .laptop-xl\:right--27\% {
    right: -27%;
  }
  .laptop-xl\:h-27\% {
    height: 27%;
  }
  .laptop-xl\:w-27\% {
    width: 27%;
  }
  .laptop-xl\:max_h-27\% {
    max-height: 27%;
  }
  .laptop-xl\:max_w-27\% {
    max-width: 27%;
  }
  .laptop-xl\:min_h-27\% {
    min-height: 27%;
  }
  .laptop-xl\:min_w-27\% {
    min-width: 27%;
  }
  .laptop-xl\:h-27vh {
    height: 27vh;
  }
  .laptop-xl\:w-27vw {
    width: 27vw;
  }
  .laptop-xl\:min_w-27vw {
    min-width: 27vw;
  }
  .laptop-xl\:min_h-27vh {
    min-height: 27vh;
  }
  .laptop-xl\:max_w-27vw {
    max-width: 27vw;
  }
  .laptop-xl\:max_h-27vh {
    max-height: 27vh;
  }
  .laptop-xl\:m-t-28\% {
    margin-top: 28%;
  }
  .laptop-xl\:m-t--28\% {
    margin-top: -28%;
  }
  .laptop-xl\:p-t-28\% {
    padding-top: 28%;
  }
  .laptop-xl\:p-t--28\% {
    padding-top: -28%;
  }
  .laptop-xl\:top-28\% {
    top: 28%;
  }
  .laptop-xl\:top--28\% {
    top: -28%;
  }
  .laptop-xl\:m-b-28\% {
    margin-bottom: 28%;
  }
  .laptop-xl\:m-b--28\% {
    margin-bottom: -28%;
  }
  .laptop-xl\:p-b-28\% {
    padding-bottom: 28%;
  }
  .laptop-xl\:p-b--28\% {
    padding-bottom: -28%;
  }
  .laptop-xl\:bottom-28\% {
    bottom: 28%;
  }
  .laptop-xl\:bottom--28\% {
    bottom: -28%;
  }
  .laptop-xl\:m-l-28\% {
    margin-left: 28%;
  }
  .laptop-xl\:m-l--28\% {
    margin-left: -28%;
  }
  .laptop-xl\:p-l-28\% {
    padding-left: 28%;
  }
  .laptop-xl\:p-l--28\% {
    padding-left: -28%;
  }
  .laptop-xl\:left-28\% {
    left: 28%;
  }
  .laptop-xl\:left--28\% {
    left: -28%;
  }
  .laptop-xl\:m-r-28\% {
    margin-right: 28%;
  }
  .laptop-xl\:m-r--28\% {
    margin-right: -28%;
  }
  .laptop-xl\:p-r-28\% {
    padding-right: 28%;
  }
  .laptop-xl\:p-r--28\% {
    padding-right: -28%;
  }
  .laptop-xl\:right-28\% {
    right: 28%;
  }
  .laptop-xl\:right--28\% {
    right: -28%;
  }
  .laptop-xl\:h-28\% {
    height: 28%;
  }
  .laptop-xl\:w-28\% {
    width: 28%;
  }
  .laptop-xl\:max_h-28\% {
    max-height: 28%;
  }
  .laptop-xl\:max_w-28\% {
    max-width: 28%;
  }
  .laptop-xl\:min_h-28\% {
    min-height: 28%;
  }
  .laptop-xl\:min_w-28\% {
    min-width: 28%;
  }
  .laptop-xl\:h-28vh {
    height: 28vh;
  }
  .laptop-xl\:w-28vw {
    width: 28vw;
  }
  .laptop-xl\:min_w-28vw {
    min-width: 28vw;
  }
  .laptop-xl\:min_h-28vh {
    min-height: 28vh;
  }
  .laptop-xl\:max_w-28vw {
    max-width: 28vw;
  }
  .laptop-xl\:max_h-28vh {
    max-height: 28vh;
  }
  .laptop-xl\:m-t-29\% {
    margin-top: 29%;
  }
  .laptop-xl\:m-t--29\% {
    margin-top: -29%;
  }
  .laptop-xl\:p-t-29\% {
    padding-top: 29%;
  }
  .laptop-xl\:p-t--29\% {
    padding-top: -29%;
  }
  .laptop-xl\:top-29\% {
    top: 29%;
  }
  .laptop-xl\:top--29\% {
    top: -29%;
  }
  .laptop-xl\:m-b-29\% {
    margin-bottom: 29%;
  }
  .laptop-xl\:m-b--29\% {
    margin-bottom: -29%;
  }
  .laptop-xl\:p-b-29\% {
    padding-bottom: 29%;
  }
  .laptop-xl\:p-b--29\% {
    padding-bottom: -29%;
  }
  .laptop-xl\:bottom-29\% {
    bottom: 29%;
  }
  .laptop-xl\:bottom--29\% {
    bottom: -29%;
  }
  .laptop-xl\:m-l-29\% {
    margin-left: 29%;
  }
  .laptop-xl\:m-l--29\% {
    margin-left: -29%;
  }
  .laptop-xl\:p-l-29\% {
    padding-left: 29%;
  }
  .laptop-xl\:p-l--29\% {
    padding-left: -29%;
  }
  .laptop-xl\:left-29\% {
    left: 29%;
  }
  .laptop-xl\:left--29\% {
    left: -29%;
  }
  .laptop-xl\:m-r-29\% {
    margin-right: 29%;
  }
  .laptop-xl\:m-r--29\% {
    margin-right: -29%;
  }
  .laptop-xl\:p-r-29\% {
    padding-right: 29%;
  }
  .laptop-xl\:p-r--29\% {
    padding-right: -29%;
  }
  .laptop-xl\:right-29\% {
    right: 29%;
  }
  .laptop-xl\:right--29\% {
    right: -29%;
  }
  .laptop-xl\:h-29\% {
    height: 29%;
  }
  .laptop-xl\:w-29\% {
    width: 29%;
  }
  .laptop-xl\:max_h-29\% {
    max-height: 29%;
  }
  .laptop-xl\:max_w-29\% {
    max-width: 29%;
  }
  .laptop-xl\:min_h-29\% {
    min-height: 29%;
  }
  .laptop-xl\:min_w-29\% {
    min-width: 29%;
  }
  .laptop-xl\:h-29vh {
    height: 29vh;
  }
  .laptop-xl\:w-29vw {
    width: 29vw;
  }
  .laptop-xl\:min_w-29vw {
    min-width: 29vw;
  }
  .laptop-xl\:min_h-29vh {
    min-height: 29vh;
  }
  .laptop-xl\:max_w-29vw {
    max-width: 29vw;
  }
  .laptop-xl\:max_h-29vh {
    max-height: 29vh;
  }
  .laptop-xl\:m-t-30\% {
    margin-top: 30%;
  }
  .laptop-xl\:m-t--30\% {
    margin-top: -30%;
  }
  .laptop-xl\:p-t-30\% {
    padding-top: 30%;
  }
  .laptop-xl\:p-t--30\% {
    padding-top: -30%;
  }
  .laptop-xl\:top-30\% {
    top: 30%;
  }
  .laptop-xl\:top--30\% {
    top: -30%;
  }
  .laptop-xl\:m-b-30\% {
    margin-bottom: 30%;
  }
  .laptop-xl\:m-b--30\% {
    margin-bottom: -30%;
  }
  .laptop-xl\:p-b-30\% {
    padding-bottom: 30%;
  }
  .laptop-xl\:p-b--30\% {
    padding-bottom: -30%;
  }
  .laptop-xl\:bottom-30\% {
    bottom: 30%;
  }
  .laptop-xl\:bottom--30\% {
    bottom: -30%;
  }
  .laptop-xl\:m-l-30\% {
    margin-left: 30%;
  }
  .laptop-xl\:m-l--30\% {
    margin-left: -30%;
  }
  .laptop-xl\:p-l-30\% {
    padding-left: 30%;
  }
  .laptop-xl\:p-l--30\% {
    padding-left: -30%;
  }
  .laptop-xl\:left-30\% {
    left: 30%;
  }
  .laptop-xl\:left--30\% {
    left: -30%;
  }
  .laptop-xl\:m-r-30\% {
    margin-right: 30%;
  }
  .laptop-xl\:m-r--30\% {
    margin-right: -30%;
  }
  .laptop-xl\:p-r-30\% {
    padding-right: 30%;
  }
  .laptop-xl\:p-r--30\% {
    padding-right: -30%;
  }
  .laptop-xl\:right-30\% {
    right: 30%;
  }
  .laptop-xl\:right--30\% {
    right: -30%;
  }
  .laptop-xl\:h-30\% {
    height: 30%;
  }
  .laptop-xl\:w-30\% {
    width: 30%;
  }
  .laptop-xl\:max_h-30\% {
    max-height: 30%;
  }
  .laptop-xl\:max_w-30\% {
    max-width: 30%;
  }
  .laptop-xl\:min_h-30\% {
    min-height: 30%;
  }
  .laptop-xl\:min_w-30\% {
    min-width: 30%;
  }
  .laptop-xl\:h-30vh {
    height: 30vh;
  }
  .laptop-xl\:w-30vw {
    width: 30vw;
  }
  .laptop-xl\:min_w-30vw {
    min-width: 30vw;
  }
  .laptop-xl\:min_h-30vh {
    min-height: 30vh;
  }
  .laptop-xl\:max_w-30vw {
    max-width: 30vw;
  }
  .laptop-xl\:max_h-30vh {
    max-height: 30vh;
  }
  .laptop-xl\:m-t-31\% {
    margin-top: 31%;
  }
  .laptop-xl\:m-t--31\% {
    margin-top: -31%;
  }
  .laptop-xl\:p-t-31\% {
    padding-top: 31%;
  }
  .laptop-xl\:p-t--31\% {
    padding-top: -31%;
  }
  .laptop-xl\:top-31\% {
    top: 31%;
  }
  .laptop-xl\:top--31\% {
    top: -31%;
  }
  .laptop-xl\:m-b-31\% {
    margin-bottom: 31%;
  }
  .laptop-xl\:m-b--31\% {
    margin-bottom: -31%;
  }
  .laptop-xl\:p-b-31\% {
    padding-bottom: 31%;
  }
  .laptop-xl\:p-b--31\% {
    padding-bottom: -31%;
  }
  .laptop-xl\:bottom-31\% {
    bottom: 31%;
  }
  .laptop-xl\:bottom--31\% {
    bottom: -31%;
  }
  .laptop-xl\:m-l-31\% {
    margin-left: 31%;
  }
  .laptop-xl\:m-l--31\% {
    margin-left: -31%;
  }
  .laptop-xl\:p-l-31\% {
    padding-left: 31%;
  }
  .laptop-xl\:p-l--31\% {
    padding-left: -31%;
  }
  .laptop-xl\:left-31\% {
    left: 31%;
  }
  .laptop-xl\:left--31\% {
    left: -31%;
  }
  .laptop-xl\:m-r-31\% {
    margin-right: 31%;
  }
  .laptop-xl\:m-r--31\% {
    margin-right: -31%;
  }
  .laptop-xl\:p-r-31\% {
    padding-right: 31%;
  }
  .laptop-xl\:p-r--31\% {
    padding-right: -31%;
  }
  .laptop-xl\:right-31\% {
    right: 31%;
  }
  .laptop-xl\:right--31\% {
    right: -31%;
  }
  .laptop-xl\:h-31\% {
    height: 31%;
  }
  .laptop-xl\:w-31\% {
    width: 31%;
  }
  .laptop-xl\:max_h-31\% {
    max-height: 31%;
  }
  .laptop-xl\:max_w-31\% {
    max-width: 31%;
  }
  .laptop-xl\:min_h-31\% {
    min-height: 31%;
  }
  .laptop-xl\:min_w-31\% {
    min-width: 31%;
  }
  .laptop-xl\:h-31vh {
    height: 31vh;
  }
  .laptop-xl\:w-31vw {
    width: 31vw;
  }
  .laptop-xl\:min_w-31vw {
    min-width: 31vw;
  }
  .laptop-xl\:min_h-31vh {
    min-height: 31vh;
  }
  .laptop-xl\:max_w-31vw {
    max-width: 31vw;
  }
  .laptop-xl\:max_h-31vh {
    max-height: 31vh;
  }
  .laptop-xl\:m-t-32\% {
    margin-top: 32%;
  }
  .laptop-xl\:m-t--32\% {
    margin-top: -32%;
  }
  .laptop-xl\:p-t-32\% {
    padding-top: 32%;
  }
  .laptop-xl\:p-t--32\% {
    padding-top: -32%;
  }
  .laptop-xl\:top-32\% {
    top: 32%;
  }
  .laptop-xl\:top--32\% {
    top: -32%;
  }
  .laptop-xl\:m-b-32\% {
    margin-bottom: 32%;
  }
  .laptop-xl\:m-b--32\% {
    margin-bottom: -32%;
  }
  .laptop-xl\:p-b-32\% {
    padding-bottom: 32%;
  }
  .laptop-xl\:p-b--32\% {
    padding-bottom: -32%;
  }
  .laptop-xl\:bottom-32\% {
    bottom: 32%;
  }
  .laptop-xl\:bottom--32\% {
    bottom: -32%;
  }
  .laptop-xl\:m-l-32\% {
    margin-left: 32%;
  }
  .laptop-xl\:m-l--32\% {
    margin-left: -32%;
  }
  .laptop-xl\:p-l-32\% {
    padding-left: 32%;
  }
  .laptop-xl\:p-l--32\% {
    padding-left: -32%;
  }
  .laptop-xl\:left-32\% {
    left: 32%;
  }
  .laptop-xl\:left--32\% {
    left: -32%;
  }
  .laptop-xl\:m-r-32\% {
    margin-right: 32%;
  }
  .laptop-xl\:m-r--32\% {
    margin-right: -32%;
  }
  .laptop-xl\:p-r-32\% {
    padding-right: 32%;
  }
  .laptop-xl\:p-r--32\% {
    padding-right: -32%;
  }
  .laptop-xl\:right-32\% {
    right: 32%;
  }
  .laptop-xl\:right--32\% {
    right: -32%;
  }
  .laptop-xl\:h-32\% {
    height: 32%;
  }
  .laptop-xl\:w-32\% {
    width: 32%;
  }
  .laptop-xl\:max_h-32\% {
    max-height: 32%;
  }
  .laptop-xl\:max_w-32\% {
    max-width: 32%;
  }
  .laptop-xl\:min_h-32\% {
    min-height: 32%;
  }
  .laptop-xl\:min_w-32\% {
    min-width: 32%;
  }
  .laptop-xl\:h-32vh {
    height: 32vh;
  }
  .laptop-xl\:w-32vw {
    width: 32vw;
  }
  .laptop-xl\:min_w-32vw {
    min-width: 32vw;
  }
  .laptop-xl\:min_h-32vh {
    min-height: 32vh;
  }
  .laptop-xl\:max_w-32vw {
    max-width: 32vw;
  }
  .laptop-xl\:max_h-32vh {
    max-height: 32vh;
  }
  .laptop-xl\:m-t-33\% {
    margin-top: 33%;
  }
  .laptop-xl\:m-t--33\% {
    margin-top: -33%;
  }
  .laptop-xl\:p-t-33\% {
    padding-top: 33%;
  }
  .laptop-xl\:p-t--33\% {
    padding-top: -33%;
  }
  .laptop-xl\:top-33\% {
    top: 33%;
  }
  .laptop-xl\:top--33\% {
    top: -33%;
  }
  .laptop-xl\:m-b-33\% {
    margin-bottom: 33%;
  }
  .laptop-xl\:m-b--33\% {
    margin-bottom: -33%;
  }
  .laptop-xl\:p-b-33\% {
    padding-bottom: 33%;
  }
  .laptop-xl\:p-b--33\% {
    padding-bottom: -33%;
  }
  .laptop-xl\:bottom-33\% {
    bottom: 33%;
  }
  .laptop-xl\:bottom--33\% {
    bottom: -33%;
  }
  .laptop-xl\:m-l-33\% {
    margin-left: 33%;
  }
  .laptop-xl\:m-l--33\% {
    margin-left: -33%;
  }
  .laptop-xl\:p-l-33\% {
    padding-left: 33%;
  }
  .laptop-xl\:p-l--33\% {
    padding-left: -33%;
  }
  .laptop-xl\:left-33\% {
    left: 33%;
  }
  .laptop-xl\:left--33\% {
    left: -33%;
  }
  .laptop-xl\:m-r-33\% {
    margin-right: 33%;
  }
  .laptop-xl\:m-r--33\% {
    margin-right: -33%;
  }
  .laptop-xl\:p-r-33\% {
    padding-right: 33%;
  }
  .laptop-xl\:p-r--33\% {
    padding-right: -33%;
  }
  .laptop-xl\:right-33\% {
    right: 33%;
  }
  .laptop-xl\:right--33\% {
    right: -33%;
  }
  .laptop-xl\:h-33\% {
    height: 33%;
  }
  .laptop-xl\:w-33\% {
    width: 33%;
  }
  .laptop-xl\:max_h-33\% {
    max-height: 33%;
  }
  .laptop-xl\:max_w-33\% {
    max-width: 33%;
  }
  .laptop-xl\:min_h-33\% {
    min-height: 33%;
  }
  .laptop-xl\:min_w-33\% {
    min-width: 33%;
  }
  .laptop-xl\:h-33vh {
    height: 33vh;
  }
  .laptop-xl\:w-33vw {
    width: 33vw;
  }
  .laptop-xl\:min_w-33vw {
    min-width: 33vw;
  }
  .laptop-xl\:min_h-33vh {
    min-height: 33vh;
  }
  .laptop-xl\:max_w-33vw {
    max-width: 33vw;
  }
  .laptop-xl\:max_h-33vh {
    max-height: 33vh;
  }
  .laptop-xl\:m-t-34\% {
    margin-top: 34%;
  }
  .laptop-xl\:m-t--34\% {
    margin-top: -34%;
  }
  .laptop-xl\:p-t-34\% {
    padding-top: 34%;
  }
  .laptop-xl\:p-t--34\% {
    padding-top: -34%;
  }
  .laptop-xl\:top-34\% {
    top: 34%;
  }
  .laptop-xl\:top--34\% {
    top: -34%;
  }
  .laptop-xl\:m-b-34\% {
    margin-bottom: 34%;
  }
  .laptop-xl\:m-b--34\% {
    margin-bottom: -34%;
  }
  .laptop-xl\:p-b-34\% {
    padding-bottom: 34%;
  }
  .laptop-xl\:p-b--34\% {
    padding-bottom: -34%;
  }
  .laptop-xl\:bottom-34\% {
    bottom: 34%;
  }
  .laptop-xl\:bottom--34\% {
    bottom: -34%;
  }
  .laptop-xl\:m-l-34\% {
    margin-left: 34%;
  }
  .laptop-xl\:m-l--34\% {
    margin-left: -34%;
  }
  .laptop-xl\:p-l-34\% {
    padding-left: 34%;
  }
  .laptop-xl\:p-l--34\% {
    padding-left: -34%;
  }
  .laptop-xl\:left-34\% {
    left: 34%;
  }
  .laptop-xl\:left--34\% {
    left: -34%;
  }
  .laptop-xl\:m-r-34\% {
    margin-right: 34%;
  }
  .laptop-xl\:m-r--34\% {
    margin-right: -34%;
  }
  .laptop-xl\:p-r-34\% {
    padding-right: 34%;
  }
  .laptop-xl\:p-r--34\% {
    padding-right: -34%;
  }
  .laptop-xl\:right-34\% {
    right: 34%;
  }
  .laptop-xl\:right--34\% {
    right: -34%;
  }
  .laptop-xl\:h-34\% {
    height: 34%;
  }
  .laptop-xl\:w-34\% {
    width: 34%;
  }
  .laptop-xl\:max_h-34\% {
    max-height: 34%;
  }
  .laptop-xl\:max_w-34\% {
    max-width: 34%;
  }
  .laptop-xl\:min_h-34\% {
    min-height: 34%;
  }
  .laptop-xl\:min_w-34\% {
    min-width: 34%;
  }
  .laptop-xl\:h-34vh {
    height: 34vh;
  }
  .laptop-xl\:w-34vw {
    width: 34vw;
  }
  .laptop-xl\:min_w-34vw {
    min-width: 34vw;
  }
  .laptop-xl\:min_h-34vh {
    min-height: 34vh;
  }
  .laptop-xl\:max_w-34vw {
    max-width: 34vw;
  }
  .laptop-xl\:max_h-34vh {
    max-height: 34vh;
  }
  .laptop-xl\:m-t-35\% {
    margin-top: 35%;
  }
  .laptop-xl\:m-t--35\% {
    margin-top: -35%;
  }
  .laptop-xl\:p-t-35\% {
    padding-top: 35%;
  }
  .laptop-xl\:p-t--35\% {
    padding-top: -35%;
  }
  .laptop-xl\:top-35\% {
    top: 35%;
  }
  .laptop-xl\:top--35\% {
    top: -35%;
  }
  .laptop-xl\:m-b-35\% {
    margin-bottom: 35%;
  }
  .laptop-xl\:m-b--35\% {
    margin-bottom: -35%;
  }
  .laptop-xl\:p-b-35\% {
    padding-bottom: 35%;
  }
  .laptop-xl\:p-b--35\% {
    padding-bottom: -35%;
  }
  .laptop-xl\:bottom-35\% {
    bottom: 35%;
  }
  .laptop-xl\:bottom--35\% {
    bottom: -35%;
  }
  .laptop-xl\:m-l-35\% {
    margin-left: 35%;
  }
  .laptop-xl\:m-l--35\% {
    margin-left: -35%;
  }
  .laptop-xl\:p-l-35\% {
    padding-left: 35%;
  }
  .laptop-xl\:p-l--35\% {
    padding-left: -35%;
  }
  .laptop-xl\:left-35\% {
    left: 35%;
  }
  .laptop-xl\:left--35\% {
    left: -35%;
  }
  .laptop-xl\:m-r-35\% {
    margin-right: 35%;
  }
  .laptop-xl\:m-r--35\% {
    margin-right: -35%;
  }
  .laptop-xl\:p-r-35\% {
    padding-right: 35%;
  }
  .laptop-xl\:p-r--35\% {
    padding-right: -35%;
  }
  .laptop-xl\:right-35\% {
    right: 35%;
  }
  .laptop-xl\:right--35\% {
    right: -35%;
  }
  .laptop-xl\:h-35\% {
    height: 35%;
  }
  .laptop-xl\:w-35\% {
    width: 35%;
  }
  .laptop-xl\:max_h-35\% {
    max-height: 35%;
  }
  .laptop-xl\:max_w-35\% {
    max-width: 35%;
  }
  .laptop-xl\:min_h-35\% {
    min-height: 35%;
  }
  .laptop-xl\:min_w-35\% {
    min-width: 35%;
  }
  .laptop-xl\:h-35vh {
    height: 35vh;
  }
  .laptop-xl\:w-35vw {
    width: 35vw;
  }
  .laptop-xl\:min_w-35vw {
    min-width: 35vw;
  }
  .laptop-xl\:min_h-35vh {
    min-height: 35vh;
  }
  .laptop-xl\:max_w-35vw {
    max-width: 35vw;
  }
  .laptop-xl\:max_h-35vh {
    max-height: 35vh;
  }
  .laptop-xl\:m-t-36\% {
    margin-top: 36%;
  }
  .laptop-xl\:m-t--36\% {
    margin-top: -36%;
  }
  .laptop-xl\:p-t-36\% {
    padding-top: 36%;
  }
  .laptop-xl\:p-t--36\% {
    padding-top: -36%;
  }
  .laptop-xl\:top-36\% {
    top: 36%;
  }
  .laptop-xl\:top--36\% {
    top: -36%;
  }
  .laptop-xl\:m-b-36\% {
    margin-bottom: 36%;
  }
  .laptop-xl\:m-b--36\% {
    margin-bottom: -36%;
  }
  .laptop-xl\:p-b-36\% {
    padding-bottom: 36%;
  }
  .laptop-xl\:p-b--36\% {
    padding-bottom: -36%;
  }
  .laptop-xl\:bottom-36\% {
    bottom: 36%;
  }
  .laptop-xl\:bottom--36\% {
    bottom: -36%;
  }
  .laptop-xl\:m-l-36\% {
    margin-left: 36%;
  }
  .laptop-xl\:m-l--36\% {
    margin-left: -36%;
  }
  .laptop-xl\:p-l-36\% {
    padding-left: 36%;
  }
  .laptop-xl\:p-l--36\% {
    padding-left: -36%;
  }
  .laptop-xl\:left-36\% {
    left: 36%;
  }
  .laptop-xl\:left--36\% {
    left: -36%;
  }
  .laptop-xl\:m-r-36\% {
    margin-right: 36%;
  }
  .laptop-xl\:m-r--36\% {
    margin-right: -36%;
  }
  .laptop-xl\:p-r-36\% {
    padding-right: 36%;
  }
  .laptop-xl\:p-r--36\% {
    padding-right: -36%;
  }
  .laptop-xl\:right-36\% {
    right: 36%;
  }
  .laptop-xl\:right--36\% {
    right: -36%;
  }
  .laptop-xl\:h-36\% {
    height: 36%;
  }
  .laptop-xl\:w-36\% {
    width: 36%;
  }
  .laptop-xl\:max_h-36\% {
    max-height: 36%;
  }
  .laptop-xl\:max_w-36\% {
    max-width: 36%;
  }
  .laptop-xl\:min_h-36\% {
    min-height: 36%;
  }
  .laptop-xl\:min_w-36\% {
    min-width: 36%;
  }
  .laptop-xl\:h-36vh {
    height: 36vh;
  }
  .laptop-xl\:w-36vw {
    width: 36vw;
  }
  .laptop-xl\:min_w-36vw {
    min-width: 36vw;
  }
  .laptop-xl\:min_h-36vh {
    min-height: 36vh;
  }
  .laptop-xl\:max_w-36vw {
    max-width: 36vw;
  }
  .laptop-xl\:max_h-36vh {
    max-height: 36vh;
  }
  .laptop-xl\:m-t-37\% {
    margin-top: 37%;
  }
  .laptop-xl\:m-t--37\% {
    margin-top: -37%;
  }
  .laptop-xl\:p-t-37\% {
    padding-top: 37%;
  }
  .laptop-xl\:p-t--37\% {
    padding-top: -37%;
  }
  .laptop-xl\:top-37\% {
    top: 37%;
  }
  .laptop-xl\:top--37\% {
    top: -37%;
  }
  .laptop-xl\:m-b-37\% {
    margin-bottom: 37%;
  }
  .laptop-xl\:m-b--37\% {
    margin-bottom: -37%;
  }
  .laptop-xl\:p-b-37\% {
    padding-bottom: 37%;
  }
  .laptop-xl\:p-b--37\% {
    padding-bottom: -37%;
  }
  .laptop-xl\:bottom-37\% {
    bottom: 37%;
  }
  .laptop-xl\:bottom--37\% {
    bottom: -37%;
  }
  .laptop-xl\:m-l-37\% {
    margin-left: 37%;
  }
  .laptop-xl\:m-l--37\% {
    margin-left: -37%;
  }
  .laptop-xl\:p-l-37\% {
    padding-left: 37%;
  }
  .laptop-xl\:p-l--37\% {
    padding-left: -37%;
  }
  .laptop-xl\:left-37\% {
    left: 37%;
  }
  .laptop-xl\:left--37\% {
    left: -37%;
  }
  .laptop-xl\:m-r-37\% {
    margin-right: 37%;
  }
  .laptop-xl\:m-r--37\% {
    margin-right: -37%;
  }
  .laptop-xl\:p-r-37\% {
    padding-right: 37%;
  }
  .laptop-xl\:p-r--37\% {
    padding-right: -37%;
  }
  .laptop-xl\:right-37\% {
    right: 37%;
  }
  .laptop-xl\:right--37\% {
    right: -37%;
  }
  .laptop-xl\:h-37\% {
    height: 37%;
  }
  .laptop-xl\:w-37\% {
    width: 37%;
  }
  .laptop-xl\:max_h-37\% {
    max-height: 37%;
  }
  .laptop-xl\:max_w-37\% {
    max-width: 37%;
  }
  .laptop-xl\:min_h-37\% {
    min-height: 37%;
  }
  .laptop-xl\:min_w-37\% {
    min-width: 37%;
  }
  .laptop-xl\:h-37vh {
    height: 37vh;
  }
  .laptop-xl\:w-37vw {
    width: 37vw;
  }
  .laptop-xl\:min_w-37vw {
    min-width: 37vw;
  }
  .laptop-xl\:min_h-37vh {
    min-height: 37vh;
  }
  .laptop-xl\:max_w-37vw {
    max-width: 37vw;
  }
  .laptop-xl\:max_h-37vh {
    max-height: 37vh;
  }
  .laptop-xl\:m-t-38\% {
    margin-top: 38%;
  }
  .laptop-xl\:m-t--38\% {
    margin-top: -38%;
  }
  .laptop-xl\:p-t-38\% {
    padding-top: 38%;
  }
  .laptop-xl\:p-t--38\% {
    padding-top: -38%;
  }
  .laptop-xl\:top-38\% {
    top: 38%;
  }
  .laptop-xl\:top--38\% {
    top: -38%;
  }
  .laptop-xl\:m-b-38\% {
    margin-bottom: 38%;
  }
  .laptop-xl\:m-b--38\% {
    margin-bottom: -38%;
  }
  .laptop-xl\:p-b-38\% {
    padding-bottom: 38%;
  }
  .laptop-xl\:p-b--38\% {
    padding-bottom: -38%;
  }
  .laptop-xl\:bottom-38\% {
    bottom: 38%;
  }
  .laptop-xl\:bottom--38\% {
    bottom: -38%;
  }
  .laptop-xl\:m-l-38\% {
    margin-left: 38%;
  }
  .laptop-xl\:m-l--38\% {
    margin-left: -38%;
  }
  .laptop-xl\:p-l-38\% {
    padding-left: 38%;
  }
  .laptop-xl\:p-l--38\% {
    padding-left: -38%;
  }
  .laptop-xl\:left-38\% {
    left: 38%;
  }
  .laptop-xl\:left--38\% {
    left: -38%;
  }
  .laptop-xl\:m-r-38\% {
    margin-right: 38%;
  }
  .laptop-xl\:m-r--38\% {
    margin-right: -38%;
  }
  .laptop-xl\:p-r-38\% {
    padding-right: 38%;
  }
  .laptop-xl\:p-r--38\% {
    padding-right: -38%;
  }
  .laptop-xl\:right-38\% {
    right: 38%;
  }
  .laptop-xl\:right--38\% {
    right: -38%;
  }
  .laptop-xl\:h-38\% {
    height: 38%;
  }
  .laptop-xl\:w-38\% {
    width: 38%;
  }
  .laptop-xl\:max_h-38\% {
    max-height: 38%;
  }
  .laptop-xl\:max_w-38\% {
    max-width: 38%;
  }
  .laptop-xl\:min_h-38\% {
    min-height: 38%;
  }
  .laptop-xl\:min_w-38\% {
    min-width: 38%;
  }
  .laptop-xl\:h-38vh {
    height: 38vh;
  }
  .laptop-xl\:w-38vw {
    width: 38vw;
  }
  .laptop-xl\:min_w-38vw {
    min-width: 38vw;
  }
  .laptop-xl\:min_h-38vh {
    min-height: 38vh;
  }
  .laptop-xl\:max_w-38vw {
    max-width: 38vw;
  }
  .laptop-xl\:max_h-38vh {
    max-height: 38vh;
  }
  .laptop-xl\:m-t-39\% {
    margin-top: 39%;
  }
  .laptop-xl\:m-t--39\% {
    margin-top: -39%;
  }
  .laptop-xl\:p-t-39\% {
    padding-top: 39%;
  }
  .laptop-xl\:p-t--39\% {
    padding-top: -39%;
  }
  .laptop-xl\:top-39\% {
    top: 39%;
  }
  .laptop-xl\:top--39\% {
    top: -39%;
  }
  .laptop-xl\:m-b-39\% {
    margin-bottom: 39%;
  }
  .laptop-xl\:m-b--39\% {
    margin-bottom: -39%;
  }
  .laptop-xl\:p-b-39\% {
    padding-bottom: 39%;
  }
  .laptop-xl\:p-b--39\% {
    padding-bottom: -39%;
  }
  .laptop-xl\:bottom-39\% {
    bottom: 39%;
  }
  .laptop-xl\:bottom--39\% {
    bottom: -39%;
  }
  .laptop-xl\:m-l-39\% {
    margin-left: 39%;
  }
  .laptop-xl\:m-l--39\% {
    margin-left: -39%;
  }
  .laptop-xl\:p-l-39\% {
    padding-left: 39%;
  }
  .laptop-xl\:p-l--39\% {
    padding-left: -39%;
  }
  .laptop-xl\:left-39\% {
    left: 39%;
  }
  .laptop-xl\:left--39\% {
    left: -39%;
  }
  .laptop-xl\:m-r-39\% {
    margin-right: 39%;
  }
  .laptop-xl\:m-r--39\% {
    margin-right: -39%;
  }
  .laptop-xl\:p-r-39\% {
    padding-right: 39%;
  }
  .laptop-xl\:p-r--39\% {
    padding-right: -39%;
  }
  .laptop-xl\:right-39\% {
    right: 39%;
  }
  .laptop-xl\:right--39\% {
    right: -39%;
  }
  .laptop-xl\:h-39\% {
    height: 39%;
  }
  .laptop-xl\:w-39\% {
    width: 39%;
  }
  .laptop-xl\:max_h-39\% {
    max-height: 39%;
  }
  .laptop-xl\:max_w-39\% {
    max-width: 39%;
  }
  .laptop-xl\:min_h-39\% {
    min-height: 39%;
  }
  .laptop-xl\:min_w-39\% {
    min-width: 39%;
  }
  .laptop-xl\:h-39vh {
    height: 39vh;
  }
  .laptop-xl\:w-39vw {
    width: 39vw;
  }
  .laptop-xl\:min_w-39vw {
    min-width: 39vw;
  }
  .laptop-xl\:min_h-39vh {
    min-height: 39vh;
  }
  .laptop-xl\:max_w-39vw {
    max-width: 39vw;
  }
  .laptop-xl\:max_h-39vh {
    max-height: 39vh;
  }
  .laptop-xl\:m-t-40\% {
    margin-top: 40%;
  }
  .laptop-xl\:m-t--40\% {
    margin-top: -40%;
  }
  .laptop-xl\:p-t-40\% {
    padding-top: 40%;
  }
  .laptop-xl\:p-t--40\% {
    padding-top: -40%;
  }
  .laptop-xl\:top-40\% {
    top: 40%;
  }
  .laptop-xl\:top--40\% {
    top: -40%;
  }
  .laptop-xl\:m-b-40\% {
    margin-bottom: 40%;
  }
  .laptop-xl\:m-b--40\% {
    margin-bottom: -40%;
  }
  .laptop-xl\:p-b-40\% {
    padding-bottom: 40%;
  }
  .laptop-xl\:p-b--40\% {
    padding-bottom: -40%;
  }
  .laptop-xl\:bottom-40\% {
    bottom: 40%;
  }
  .laptop-xl\:bottom--40\% {
    bottom: -40%;
  }
  .laptop-xl\:m-l-40\% {
    margin-left: 40%;
  }
  .laptop-xl\:m-l--40\% {
    margin-left: -40%;
  }
  .laptop-xl\:p-l-40\% {
    padding-left: 40%;
  }
  .laptop-xl\:p-l--40\% {
    padding-left: -40%;
  }
  .laptop-xl\:left-40\% {
    left: 40%;
  }
  .laptop-xl\:left--40\% {
    left: -40%;
  }
  .laptop-xl\:m-r-40\% {
    margin-right: 40%;
  }
  .laptop-xl\:m-r--40\% {
    margin-right: -40%;
  }
  .laptop-xl\:p-r-40\% {
    padding-right: 40%;
  }
  .laptop-xl\:p-r--40\% {
    padding-right: -40%;
  }
  .laptop-xl\:right-40\% {
    right: 40%;
  }
  .laptop-xl\:right--40\% {
    right: -40%;
  }
  .laptop-xl\:h-40\% {
    height: 40%;
  }
  .laptop-xl\:w-40\% {
    width: 40%;
  }
  .laptop-xl\:max_h-40\% {
    max-height: 40%;
  }
  .laptop-xl\:max_w-40\% {
    max-width: 40%;
  }
  .laptop-xl\:min_h-40\% {
    min-height: 40%;
  }
  .laptop-xl\:min_w-40\% {
    min-width: 40%;
  }
  .laptop-xl\:h-40vh {
    height: 40vh;
  }
  .laptop-xl\:w-40vw {
    width: 40vw;
  }
  .laptop-xl\:min_w-40vw {
    min-width: 40vw;
  }
  .laptop-xl\:min_h-40vh {
    min-height: 40vh;
  }
  .laptop-xl\:max_w-40vw {
    max-width: 40vw;
  }
  .laptop-xl\:max_h-40vh {
    max-height: 40vh;
  }
  .laptop-xl\:m-t-41\% {
    margin-top: 41%;
  }
  .laptop-xl\:m-t--41\% {
    margin-top: -41%;
  }
  .laptop-xl\:p-t-41\% {
    padding-top: 41%;
  }
  .laptop-xl\:p-t--41\% {
    padding-top: -41%;
  }
  .laptop-xl\:top-41\% {
    top: 41%;
  }
  .laptop-xl\:top--41\% {
    top: -41%;
  }
  .laptop-xl\:m-b-41\% {
    margin-bottom: 41%;
  }
  .laptop-xl\:m-b--41\% {
    margin-bottom: -41%;
  }
  .laptop-xl\:p-b-41\% {
    padding-bottom: 41%;
  }
  .laptop-xl\:p-b--41\% {
    padding-bottom: -41%;
  }
  .laptop-xl\:bottom-41\% {
    bottom: 41%;
  }
  .laptop-xl\:bottom--41\% {
    bottom: -41%;
  }
  .laptop-xl\:m-l-41\% {
    margin-left: 41%;
  }
  .laptop-xl\:m-l--41\% {
    margin-left: -41%;
  }
  .laptop-xl\:p-l-41\% {
    padding-left: 41%;
  }
  .laptop-xl\:p-l--41\% {
    padding-left: -41%;
  }
  .laptop-xl\:left-41\% {
    left: 41%;
  }
  .laptop-xl\:left--41\% {
    left: -41%;
  }
  .laptop-xl\:m-r-41\% {
    margin-right: 41%;
  }
  .laptop-xl\:m-r--41\% {
    margin-right: -41%;
  }
  .laptop-xl\:p-r-41\% {
    padding-right: 41%;
  }
  .laptop-xl\:p-r--41\% {
    padding-right: -41%;
  }
  .laptop-xl\:right-41\% {
    right: 41%;
  }
  .laptop-xl\:right--41\% {
    right: -41%;
  }
  .laptop-xl\:h-41\% {
    height: 41%;
  }
  .laptop-xl\:w-41\% {
    width: 41%;
  }
  .laptop-xl\:max_h-41\% {
    max-height: 41%;
  }
  .laptop-xl\:max_w-41\% {
    max-width: 41%;
  }
  .laptop-xl\:min_h-41\% {
    min-height: 41%;
  }
  .laptop-xl\:min_w-41\% {
    min-width: 41%;
  }
  .laptop-xl\:h-41vh {
    height: 41vh;
  }
  .laptop-xl\:w-41vw {
    width: 41vw;
  }
  .laptop-xl\:min_w-41vw {
    min-width: 41vw;
  }
  .laptop-xl\:min_h-41vh {
    min-height: 41vh;
  }
  .laptop-xl\:max_w-41vw {
    max-width: 41vw;
  }
  .laptop-xl\:max_h-41vh {
    max-height: 41vh;
  }
  .laptop-xl\:m-t-42\% {
    margin-top: 42%;
  }
  .laptop-xl\:m-t--42\% {
    margin-top: -42%;
  }
  .laptop-xl\:p-t-42\% {
    padding-top: 42%;
  }
  .laptop-xl\:p-t--42\% {
    padding-top: -42%;
  }
  .laptop-xl\:top-42\% {
    top: 42%;
  }
  .laptop-xl\:top--42\% {
    top: -42%;
  }
  .laptop-xl\:m-b-42\% {
    margin-bottom: 42%;
  }
  .laptop-xl\:m-b--42\% {
    margin-bottom: -42%;
  }
  .laptop-xl\:p-b-42\% {
    padding-bottom: 42%;
  }
  .laptop-xl\:p-b--42\% {
    padding-bottom: -42%;
  }
  .laptop-xl\:bottom-42\% {
    bottom: 42%;
  }
  .laptop-xl\:bottom--42\% {
    bottom: -42%;
  }
  .laptop-xl\:m-l-42\% {
    margin-left: 42%;
  }
  .laptop-xl\:m-l--42\% {
    margin-left: -42%;
  }
  .laptop-xl\:p-l-42\% {
    padding-left: 42%;
  }
  .laptop-xl\:p-l--42\% {
    padding-left: -42%;
  }
  .laptop-xl\:left-42\% {
    left: 42%;
  }
  .laptop-xl\:left--42\% {
    left: -42%;
  }
  .laptop-xl\:m-r-42\% {
    margin-right: 42%;
  }
  .laptop-xl\:m-r--42\% {
    margin-right: -42%;
  }
  .laptop-xl\:p-r-42\% {
    padding-right: 42%;
  }
  .laptop-xl\:p-r--42\% {
    padding-right: -42%;
  }
  .laptop-xl\:right-42\% {
    right: 42%;
  }
  .laptop-xl\:right--42\% {
    right: -42%;
  }
  .laptop-xl\:h-42\% {
    height: 42%;
  }
  .laptop-xl\:w-42\% {
    width: 42%;
  }
  .laptop-xl\:max_h-42\% {
    max-height: 42%;
  }
  .laptop-xl\:max_w-42\% {
    max-width: 42%;
  }
  .laptop-xl\:min_h-42\% {
    min-height: 42%;
  }
  .laptop-xl\:min_w-42\% {
    min-width: 42%;
  }
  .laptop-xl\:h-42vh {
    height: 42vh;
  }
  .laptop-xl\:w-42vw {
    width: 42vw;
  }
  .laptop-xl\:min_w-42vw {
    min-width: 42vw;
  }
  .laptop-xl\:min_h-42vh {
    min-height: 42vh;
  }
  .laptop-xl\:max_w-42vw {
    max-width: 42vw;
  }
  .laptop-xl\:max_h-42vh {
    max-height: 42vh;
  }
  .laptop-xl\:m-t-43\% {
    margin-top: 43%;
  }
  .laptop-xl\:m-t--43\% {
    margin-top: -43%;
  }
  .laptop-xl\:p-t-43\% {
    padding-top: 43%;
  }
  .laptop-xl\:p-t--43\% {
    padding-top: -43%;
  }
  .laptop-xl\:top-43\% {
    top: 43%;
  }
  .laptop-xl\:top--43\% {
    top: -43%;
  }
  .laptop-xl\:m-b-43\% {
    margin-bottom: 43%;
  }
  .laptop-xl\:m-b--43\% {
    margin-bottom: -43%;
  }
  .laptop-xl\:p-b-43\% {
    padding-bottom: 43%;
  }
  .laptop-xl\:p-b--43\% {
    padding-bottom: -43%;
  }
  .laptop-xl\:bottom-43\% {
    bottom: 43%;
  }
  .laptop-xl\:bottom--43\% {
    bottom: -43%;
  }
  .laptop-xl\:m-l-43\% {
    margin-left: 43%;
  }
  .laptop-xl\:m-l--43\% {
    margin-left: -43%;
  }
  .laptop-xl\:p-l-43\% {
    padding-left: 43%;
  }
  .laptop-xl\:p-l--43\% {
    padding-left: -43%;
  }
  .laptop-xl\:left-43\% {
    left: 43%;
  }
  .laptop-xl\:left--43\% {
    left: -43%;
  }
  .laptop-xl\:m-r-43\% {
    margin-right: 43%;
  }
  .laptop-xl\:m-r--43\% {
    margin-right: -43%;
  }
  .laptop-xl\:p-r-43\% {
    padding-right: 43%;
  }
  .laptop-xl\:p-r--43\% {
    padding-right: -43%;
  }
  .laptop-xl\:right-43\% {
    right: 43%;
  }
  .laptop-xl\:right--43\% {
    right: -43%;
  }
  .laptop-xl\:h-43\% {
    height: 43%;
  }
  .laptop-xl\:w-43\% {
    width: 43%;
  }
  .laptop-xl\:max_h-43\% {
    max-height: 43%;
  }
  .laptop-xl\:max_w-43\% {
    max-width: 43%;
  }
  .laptop-xl\:min_h-43\% {
    min-height: 43%;
  }
  .laptop-xl\:min_w-43\% {
    min-width: 43%;
  }
  .laptop-xl\:h-43vh {
    height: 43vh;
  }
  .laptop-xl\:w-43vw {
    width: 43vw;
  }
  .laptop-xl\:min_w-43vw {
    min-width: 43vw;
  }
  .laptop-xl\:min_h-43vh {
    min-height: 43vh;
  }
  .laptop-xl\:max_w-43vw {
    max-width: 43vw;
  }
  .laptop-xl\:max_h-43vh {
    max-height: 43vh;
  }
  .laptop-xl\:m-t-44\% {
    margin-top: 44%;
  }
  .laptop-xl\:m-t--44\% {
    margin-top: -44%;
  }
  .laptop-xl\:p-t-44\% {
    padding-top: 44%;
  }
  .laptop-xl\:p-t--44\% {
    padding-top: -44%;
  }
  .laptop-xl\:top-44\% {
    top: 44%;
  }
  .laptop-xl\:top--44\% {
    top: -44%;
  }
  .laptop-xl\:m-b-44\% {
    margin-bottom: 44%;
  }
  .laptop-xl\:m-b--44\% {
    margin-bottom: -44%;
  }
  .laptop-xl\:p-b-44\% {
    padding-bottom: 44%;
  }
  .laptop-xl\:p-b--44\% {
    padding-bottom: -44%;
  }
  .laptop-xl\:bottom-44\% {
    bottom: 44%;
  }
  .laptop-xl\:bottom--44\% {
    bottom: -44%;
  }
  .laptop-xl\:m-l-44\% {
    margin-left: 44%;
  }
  .laptop-xl\:m-l--44\% {
    margin-left: -44%;
  }
  .laptop-xl\:p-l-44\% {
    padding-left: 44%;
  }
  .laptop-xl\:p-l--44\% {
    padding-left: -44%;
  }
  .laptop-xl\:left-44\% {
    left: 44%;
  }
  .laptop-xl\:left--44\% {
    left: -44%;
  }
  .laptop-xl\:m-r-44\% {
    margin-right: 44%;
  }
  .laptop-xl\:m-r--44\% {
    margin-right: -44%;
  }
  .laptop-xl\:p-r-44\% {
    padding-right: 44%;
  }
  .laptop-xl\:p-r--44\% {
    padding-right: -44%;
  }
  .laptop-xl\:right-44\% {
    right: 44%;
  }
  .laptop-xl\:right--44\% {
    right: -44%;
  }
  .laptop-xl\:h-44\% {
    height: 44%;
  }
  .laptop-xl\:w-44\% {
    width: 44%;
  }
  .laptop-xl\:max_h-44\% {
    max-height: 44%;
  }
  .laptop-xl\:max_w-44\% {
    max-width: 44%;
  }
  .laptop-xl\:min_h-44\% {
    min-height: 44%;
  }
  .laptop-xl\:min_w-44\% {
    min-width: 44%;
  }
  .laptop-xl\:h-44vh {
    height: 44vh;
  }
  .laptop-xl\:w-44vw {
    width: 44vw;
  }
  .laptop-xl\:min_w-44vw {
    min-width: 44vw;
  }
  .laptop-xl\:min_h-44vh {
    min-height: 44vh;
  }
  .laptop-xl\:max_w-44vw {
    max-width: 44vw;
  }
  .laptop-xl\:max_h-44vh {
    max-height: 44vh;
  }
  .laptop-xl\:m-t-45\% {
    margin-top: 45%;
  }
  .laptop-xl\:m-t--45\% {
    margin-top: -45%;
  }
  .laptop-xl\:p-t-45\% {
    padding-top: 45%;
  }
  .laptop-xl\:p-t--45\% {
    padding-top: -45%;
  }
  .laptop-xl\:top-45\% {
    top: 45%;
  }
  .laptop-xl\:top--45\% {
    top: -45%;
  }
  .laptop-xl\:m-b-45\% {
    margin-bottom: 45%;
  }
  .laptop-xl\:m-b--45\% {
    margin-bottom: -45%;
  }
  .laptop-xl\:p-b-45\% {
    padding-bottom: 45%;
  }
  .laptop-xl\:p-b--45\% {
    padding-bottom: -45%;
  }
  .laptop-xl\:bottom-45\% {
    bottom: 45%;
  }
  .laptop-xl\:bottom--45\% {
    bottom: -45%;
  }
  .laptop-xl\:m-l-45\% {
    margin-left: 45%;
  }
  .laptop-xl\:m-l--45\% {
    margin-left: -45%;
  }
  .laptop-xl\:p-l-45\% {
    padding-left: 45%;
  }
  .laptop-xl\:p-l--45\% {
    padding-left: -45%;
  }
  .laptop-xl\:left-45\% {
    left: 45%;
  }
  .laptop-xl\:left--45\% {
    left: -45%;
  }
  .laptop-xl\:m-r-45\% {
    margin-right: 45%;
  }
  .laptop-xl\:m-r--45\% {
    margin-right: -45%;
  }
  .laptop-xl\:p-r-45\% {
    padding-right: 45%;
  }
  .laptop-xl\:p-r--45\% {
    padding-right: -45%;
  }
  .laptop-xl\:right-45\% {
    right: 45%;
  }
  .laptop-xl\:right--45\% {
    right: -45%;
  }
  .laptop-xl\:h-45\% {
    height: 45%;
  }
  .laptop-xl\:w-45\% {
    width: 45%;
  }
  .laptop-xl\:max_h-45\% {
    max-height: 45%;
  }
  .laptop-xl\:max_w-45\% {
    max-width: 45%;
  }
  .laptop-xl\:min_h-45\% {
    min-height: 45%;
  }
  .laptop-xl\:min_w-45\% {
    min-width: 45%;
  }
  .laptop-xl\:h-45vh {
    height: 45vh;
  }
  .laptop-xl\:w-45vw {
    width: 45vw;
  }
  .laptop-xl\:min_w-45vw {
    min-width: 45vw;
  }
  .laptop-xl\:min_h-45vh {
    min-height: 45vh;
  }
  .laptop-xl\:max_w-45vw {
    max-width: 45vw;
  }
  .laptop-xl\:max_h-45vh {
    max-height: 45vh;
  }
  .laptop-xl\:m-t-46\% {
    margin-top: 46%;
  }
  .laptop-xl\:m-t--46\% {
    margin-top: -46%;
  }
  .laptop-xl\:p-t-46\% {
    padding-top: 46%;
  }
  .laptop-xl\:p-t--46\% {
    padding-top: -46%;
  }
  .laptop-xl\:top-46\% {
    top: 46%;
  }
  .laptop-xl\:top--46\% {
    top: -46%;
  }
  .laptop-xl\:m-b-46\% {
    margin-bottom: 46%;
  }
  .laptop-xl\:m-b--46\% {
    margin-bottom: -46%;
  }
  .laptop-xl\:p-b-46\% {
    padding-bottom: 46%;
  }
  .laptop-xl\:p-b--46\% {
    padding-bottom: -46%;
  }
  .laptop-xl\:bottom-46\% {
    bottom: 46%;
  }
  .laptop-xl\:bottom--46\% {
    bottom: -46%;
  }
  .laptop-xl\:m-l-46\% {
    margin-left: 46%;
  }
  .laptop-xl\:m-l--46\% {
    margin-left: -46%;
  }
  .laptop-xl\:p-l-46\% {
    padding-left: 46%;
  }
  .laptop-xl\:p-l--46\% {
    padding-left: -46%;
  }
  .laptop-xl\:left-46\% {
    left: 46%;
  }
  .laptop-xl\:left--46\% {
    left: -46%;
  }
  .laptop-xl\:m-r-46\% {
    margin-right: 46%;
  }
  .laptop-xl\:m-r--46\% {
    margin-right: -46%;
  }
  .laptop-xl\:p-r-46\% {
    padding-right: 46%;
  }
  .laptop-xl\:p-r--46\% {
    padding-right: -46%;
  }
  .laptop-xl\:right-46\% {
    right: 46%;
  }
  .laptop-xl\:right--46\% {
    right: -46%;
  }
  .laptop-xl\:h-46\% {
    height: 46%;
  }
  .laptop-xl\:w-46\% {
    width: 46%;
  }
  .laptop-xl\:max_h-46\% {
    max-height: 46%;
  }
  .laptop-xl\:max_w-46\% {
    max-width: 46%;
  }
  .laptop-xl\:min_h-46\% {
    min-height: 46%;
  }
  .laptop-xl\:min_w-46\% {
    min-width: 46%;
  }
  .laptop-xl\:h-46vh {
    height: 46vh;
  }
  .laptop-xl\:w-46vw {
    width: 46vw;
  }
  .laptop-xl\:min_w-46vw {
    min-width: 46vw;
  }
  .laptop-xl\:min_h-46vh {
    min-height: 46vh;
  }
  .laptop-xl\:max_w-46vw {
    max-width: 46vw;
  }
  .laptop-xl\:max_h-46vh {
    max-height: 46vh;
  }
  .laptop-xl\:m-t-47\% {
    margin-top: 47%;
  }
  .laptop-xl\:m-t--47\% {
    margin-top: -47%;
  }
  .laptop-xl\:p-t-47\% {
    padding-top: 47%;
  }
  .laptop-xl\:p-t--47\% {
    padding-top: -47%;
  }
  .laptop-xl\:top-47\% {
    top: 47%;
  }
  .laptop-xl\:top--47\% {
    top: -47%;
  }
  .laptop-xl\:m-b-47\% {
    margin-bottom: 47%;
  }
  .laptop-xl\:m-b--47\% {
    margin-bottom: -47%;
  }
  .laptop-xl\:p-b-47\% {
    padding-bottom: 47%;
  }
  .laptop-xl\:p-b--47\% {
    padding-bottom: -47%;
  }
  .laptop-xl\:bottom-47\% {
    bottom: 47%;
  }
  .laptop-xl\:bottom--47\% {
    bottom: -47%;
  }
  .laptop-xl\:m-l-47\% {
    margin-left: 47%;
  }
  .laptop-xl\:m-l--47\% {
    margin-left: -47%;
  }
  .laptop-xl\:p-l-47\% {
    padding-left: 47%;
  }
  .laptop-xl\:p-l--47\% {
    padding-left: -47%;
  }
  .laptop-xl\:left-47\% {
    left: 47%;
  }
  .laptop-xl\:left--47\% {
    left: -47%;
  }
  .laptop-xl\:m-r-47\% {
    margin-right: 47%;
  }
  .laptop-xl\:m-r--47\% {
    margin-right: -47%;
  }
  .laptop-xl\:p-r-47\% {
    padding-right: 47%;
  }
  .laptop-xl\:p-r--47\% {
    padding-right: -47%;
  }
  .laptop-xl\:right-47\% {
    right: 47%;
  }
  .laptop-xl\:right--47\% {
    right: -47%;
  }
  .laptop-xl\:h-47\% {
    height: 47%;
  }
  .laptop-xl\:w-47\% {
    width: 47%;
  }
  .laptop-xl\:max_h-47\% {
    max-height: 47%;
  }
  .laptop-xl\:max_w-47\% {
    max-width: 47%;
  }
  .laptop-xl\:min_h-47\% {
    min-height: 47%;
  }
  .laptop-xl\:min_w-47\% {
    min-width: 47%;
  }
  .laptop-xl\:h-47vh {
    height: 47vh;
  }
  .laptop-xl\:w-47vw {
    width: 47vw;
  }
  .laptop-xl\:min_w-47vw {
    min-width: 47vw;
  }
  .laptop-xl\:min_h-47vh {
    min-height: 47vh;
  }
  .laptop-xl\:max_w-47vw {
    max-width: 47vw;
  }
  .laptop-xl\:max_h-47vh {
    max-height: 47vh;
  }
  .laptop-xl\:m-t-48\% {
    margin-top: 48%;
  }
  .laptop-xl\:m-t--48\% {
    margin-top: -48%;
  }
  .laptop-xl\:p-t-48\% {
    padding-top: 48%;
  }
  .laptop-xl\:p-t--48\% {
    padding-top: -48%;
  }
  .laptop-xl\:top-48\% {
    top: 48%;
  }
  .laptop-xl\:top--48\% {
    top: -48%;
  }
  .laptop-xl\:m-b-48\% {
    margin-bottom: 48%;
  }
  .laptop-xl\:m-b--48\% {
    margin-bottom: -48%;
  }
  .laptop-xl\:p-b-48\% {
    padding-bottom: 48%;
  }
  .laptop-xl\:p-b--48\% {
    padding-bottom: -48%;
  }
  .laptop-xl\:bottom-48\% {
    bottom: 48%;
  }
  .laptop-xl\:bottom--48\% {
    bottom: -48%;
  }
  .laptop-xl\:m-l-48\% {
    margin-left: 48%;
  }
  .laptop-xl\:m-l--48\% {
    margin-left: -48%;
  }
  .laptop-xl\:p-l-48\% {
    padding-left: 48%;
  }
  .laptop-xl\:p-l--48\% {
    padding-left: -48%;
  }
  .laptop-xl\:left-48\% {
    left: 48%;
  }
  .laptop-xl\:left--48\% {
    left: -48%;
  }
  .laptop-xl\:m-r-48\% {
    margin-right: 48%;
  }
  .laptop-xl\:m-r--48\% {
    margin-right: -48%;
  }
  .laptop-xl\:p-r-48\% {
    padding-right: 48%;
  }
  .laptop-xl\:p-r--48\% {
    padding-right: -48%;
  }
  .laptop-xl\:right-48\% {
    right: 48%;
  }
  .laptop-xl\:right--48\% {
    right: -48%;
  }
  .laptop-xl\:h-48\% {
    height: 48%;
  }
  .laptop-xl\:w-48\% {
    width: 48%;
  }
  .laptop-xl\:max_h-48\% {
    max-height: 48%;
  }
  .laptop-xl\:max_w-48\% {
    max-width: 48%;
  }
  .laptop-xl\:min_h-48\% {
    min-height: 48%;
  }
  .laptop-xl\:min_w-48\% {
    min-width: 48%;
  }
  .laptop-xl\:h-48vh {
    height: 48vh;
  }
  .laptop-xl\:w-48vw {
    width: 48vw;
  }
  .laptop-xl\:min_w-48vw {
    min-width: 48vw;
  }
  .laptop-xl\:min_h-48vh {
    min-height: 48vh;
  }
  .laptop-xl\:max_w-48vw {
    max-width: 48vw;
  }
  .laptop-xl\:max_h-48vh {
    max-height: 48vh;
  }
  .laptop-xl\:m-t-49\% {
    margin-top: 49%;
  }
  .laptop-xl\:m-t--49\% {
    margin-top: -49%;
  }
  .laptop-xl\:p-t-49\% {
    padding-top: 49%;
  }
  .laptop-xl\:p-t--49\% {
    padding-top: -49%;
  }
  .laptop-xl\:top-49\% {
    top: 49%;
  }
  .laptop-xl\:top--49\% {
    top: -49%;
  }
  .laptop-xl\:m-b-49\% {
    margin-bottom: 49%;
  }
  .laptop-xl\:m-b--49\% {
    margin-bottom: -49%;
  }
  .laptop-xl\:p-b-49\% {
    padding-bottom: 49%;
  }
  .laptop-xl\:p-b--49\% {
    padding-bottom: -49%;
  }
  .laptop-xl\:bottom-49\% {
    bottom: 49%;
  }
  .laptop-xl\:bottom--49\% {
    bottom: -49%;
  }
  .laptop-xl\:m-l-49\% {
    margin-left: 49%;
  }
  .laptop-xl\:m-l--49\% {
    margin-left: -49%;
  }
  .laptop-xl\:p-l-49\% {
    padding-left: 49%;
  }
  .laptop-xl\:p-l--49\% {
    padding-left: -49%;
  }
  .laptop-xl\:left-49\% {
    left: 49%;
  }
  .laptop-xl\:left--49\% {
    left: -49%;
  }
  .laptop-xl\:m-r-49\% {
    margin-right: 49%;
  }
  .laptop-xl\:m-r--49\% {
    margin-right: -49%;
  }
  .laptop-xl\:p-r-49\% {
    padding-right: 49%;
  }
  .laptop-xl\:p-r--49\% {
    padding-right: -49%;
  }
  .laptop-xl\:right-49\% {
    right: 49%;
  }
  .laptop-xl\:right--49\% {
    right: -49%;
  }
  .laptop-xl\:h-49\% {
    height: 49%;
  }
  .laptop-xl\:w-49\% {
    width: 49%;
  }
  .laptop-xl\:max_h-49\% {
    max-height: 49%;
  }
  .laptop-xl\:max_w-49\% {
    max-width: 49%;
  }
  .laptop-xl\:min_h-49\% {
    min-height: 49%;
  }
  .laptop-xl\:min_w-49\% {
    min-width: 49%;
  }
  .laptop-xl\:h-49vh {
    height: 49vh;
  }
  .laptop-xl\:w-49vw {
    width: 49vw;
  }
  .laptop-xl\:min_w-49vw {
    min-width: 49vw;
  }
  .laptop-xl\:min_h-49vh {
    min-height: 49vh;
  }
  .laptop-xl\:max_w-49vw {
    max-width: 49vw;
  }
  .laptop-xl\:max_h-49vh {
    max-height: 49vh;
  }
  .laptop-xl\:m-t-50\% {
    margin-top: 50%;
  }
  .laptop-xl\:m-t--50\% {
    margin-top: -50%;
  }
  .laptop-xl\:p-t-50\% {
    padding-top: 50%;
  }
  .laptop-xl\:p-t--50\% {
    padding-top: -50%;
  }
  .laptop-xl\:top-50\% {
    top: 50%;
  }
  .laptop-xl\:top--50\% {
    top: -50%;
  }
  .laptop-xl\:m-b-50\% {
    margin-bottom: 50%;
  }
  .laptop-xl\:m-b--50\% {
    margin-bottom: -50%;
  }
  .laptop-xl\:p-b-50\% {
    padding-bottom: 50%;
  }
  .laptop-xl\:p-b--50\% {
    padding-bottom: -50%;
  }
  .laptop-xl\:bottom-50\% {
    bottom: 50%;
  }
  .laptop-xl\:bottom--50\% {
    bottom: -50%;
  }
  .laptop-xl\:m-l-50\% {
    margin-left: 50%;
  }
  .laptop-xl\:m-l--50\% {
    margin-left: -50%;
  }
  .laptop-xl\:p-l-50\% {
    padding-left: 50%;
  }
  .laptop-xl\:p-l--50\% {
    padding-left: -50%;
  }
  .laptop-xl\:left-50\% {
    left: 50%;
  }
  .laptop-xl\:left--50\% {
    left: -50%;
  }
  .laptop-xl\:m-r-50\% {
    margin-right: 50%;
  }
  .laptop-xl\:m-r--50\% {
    margin-right: -50%;
  }
  .laptop-xl\:p-r-50\% {
    padding-right: 50%;
  }
  .laptop-xl\:p-r--50\% {
    padding-right: -50%;
  }
  .laptop-xl\:right-50\% {
    right: 50%;
  }
  .laptop-xl\:right--50\% {
    right: -50%;
  }
  .laptop-xl\:h-50\% {
    height: 50%;
  }
  .laptop-xl\:w-50\% {
    width: 50%;
  }
  .laptop-xl\:max_h-50\% {
    max-height: 50%;
  }
  .laptop-xl\:max_w-50\% {
    max-width: 50%;
  }
  .laptop-xl\:min_h-50\% {
    min-height: 50%;
  }
  .laptop-xl\:min_w-50\% {
    min-width: 50%;
  }
  .laptop-xl\:h-50vh {
    height: 50vh;
  }
  .laptop-xl\:w-50vw {
    width: 50vw;
  }
  .laptop-xl\:min_w-50vw {
    min-width: 50vw;
  }
  .laptop-xl\:min_h-50vh {
    min-height: 50vh;
  }
  .laptop-xl\:max_w-50vw {
    max-width: 50vw;
  }
  .laptop-xl\:max_h-50vh {
    max-height: 50vh;
  }
  .laptop-xl\:m-t-51\% {
    margin-top: 51%;
  }
  .laptop-xl\:m-t--51\% {
    margin-top: -51%;
  }
  .laptop-xl\:p-t-51\% {
    padding-top: 51%;
  }
  .laptop-xl\:p-t--51\% {
    padding-top: -51%;
  }
  .laptop-xl\:top-51\% {
    top: 51%;
  }
  .laptop-xl\:top--51\% {
    top: -51%;
  }
  .laptop-xl\:m-b-51\% {
    margin-bottom: 51%;
  }
  .laptop-xl\:m-b--51\% {
    margin-bottom: -51%;
  }
  .laptop-xl\:p-b-51\% {
    padding-bottom: 51%;
  }
  .laptop-xl\:p-b--51\% {
    padding-bottom: -51%;
  }
  .laptop-xl\:bottom-51\% {
    bottom: 51%;
  }
  .laptop-xl\:bottom--51\% {
    bottom: -51%;
  }
  .laptop-xl\:m-l-51\% {
    margin-left: 51%;
  }
  .laptop-xl\:m-l--51\% {
    margin-left: -51%;
  }
  .laptop-xl\:p-l-51\% {
    padding-left: 51%;
  }
  .laptop-xl\:p-l--51\% {
    padding-left: -51%;
  }
  .laptop-xl\:left-51\% {
    left: 51%;
  }
  .laptop-xl\:left--51\% {
    left: -51%;
  }
  .laptop-xl\:m-r-51\% {
    margin-right: 51%;
  }
  .laptop-xl\:m-r--51\% {
    margin-right: -51%;
  }
  .laptop-xl\:p-r-51\% {
    padding-right: 51%;
  }
  .laptop-xl\:p-r--51\% {
    padding-right: -51%;
  }
  .laptop-xl\:right-51\% {
    right: 51%;
  }
  .laptop-xl\:right--51\% {
    right: -51%;
  }
  .laptop-xl\:h-51\% {
    height: 51%;
  }
  .laptop-xl\:w-51\% {
    width: 51%;
  }
  .laptop-xl\:max_h-51\% {
    max-height: 51%;
  }
  .laptop-xl\:max_w-51\% {
    max-width: 51%;
  }
  .laptop-xl\:min_h-51\% {
    min-height: 51%;
  }
  .laptop-xl\:min_w-51\% {
    min-width: 51%;
  }
  .laptop-xl\:h-51vh {
    height: 51vh;
  }
  .laptop-xl\:w-51vw {
    width: 51vw;
  }
  .laptop-xl\:min_w-51vw {
    min-width: 51vw;
  }
  .laptop-xl\:min_h-51vh {
    min-height: 51vh;
  }
  .laptop-xl\:max_w-51vw {
    max-width: 51vw;
  }
  .laptop-xl\:max_h-51vh {
    max-height: 51vh;
  }
  .laptop-xl\:m-t-52\% {
    margin-top: 52%;
  }
  .laptop-xl\:m-t--52\% {
    margin-top: -52%;
  }
  .laptop-xl\:p-t-52\% {
    padding-top: 52%;
  }
  .laptop-xl\:p-t--52\% {
    padding-top: -52%;
  }
  .laptop-xl\:top-52\% {
    top: 52%;
  }
  .laptop-xl\:top--52\% {
    top: -52%;
  }
  .laptop-xl\:m-b-52\% {
    margin-bottom: 52%;
  }
  .laptop-xl\:m-b--52\% {
    margin-bottom: -52%;
  }
  .laptop-xl\:p-b-52\% {
    padding-bottom: 52%;
  }
  .laptop-xl\:p-b--52\% {
    padding-bottom: -52%;
  }
  .laptop-xl\:bottom-52\% {
    bottom: 52%;
  }
  .laptop-xl\:bottom--52\% {
    bottom: -52%;
  }
  .laptop-xl\:m-l-52\% {
    margin-left: 52%;
  }
  .laptop-xl\:m-l--52\% {
    margin-left: -52%;
  }
  .laptop-xl\:p-l-52\% {
    padding-left: 52%;
  }
  .laptop-xl\:p-l--52\% {
    padding-left: -52%;
  }
  .laptop-xl\:left-52\% {
    left: 52%;
  }
  .laptop-xl\:left--52\% {
    left: -52%;
  }
  .laptop-xl\:m-r-52\% {
    margin-right: 52%;
  }
  .laptop-xl\:m-r--52\% {
    margin-right: -52%;
  }
  .laptop-xl\:p-r-52\% {
    padding-right: 52%;
  }
  .laptop-xl\:p-r--52\% {
    padding-right: -52%;
  }
  .laptop-xl\:right-52\% {
    right: 52%;
  }
  .laptop-xl\:right--52\% {
    right: -52%;
  }
  .laptop-xl\:h-52\% {
    height: 52%;
  }
  .laptop-xl\:w-52\% {
    width: 52%;
  }
  .laptop-xl\:max_h-52\% {
    max-height: 52%;
  }
  .laptop-xl\:max_w-52\% {
    max-width: 52%;
  }
  .laptop-xl\:min_h-52\% {
    min-height: 52%;
  }
  .laptop-xl\:min_w-52\% {
    min-width: 52%;
  }
  .laptop-xl\:h-52vh {
    height: 52vh;
  }
  .laptop-xl\:w-52vw {
    width: 52vw;
  }
  .laptop-xl\:min_w-52vw {
    min-width: 52vw;
  }
  .laptop-xl\:min_h-52vh {
    min-height: 52vh;
  }
  .laptop-xl\:max_w-52vw {
    max-width: 52vw;
  }
  .laptop-xl\:max_h-52vh {
    max-height: 52vh;
  }
  .laptop-xl\:m-t-53\% {
    margin-top: 53%;
  }
  .laptop-xl\:m-t--53\% {
    margin-top: -53%;
  }
  .laptop-xl\:p-t-53\% {
    padding-top: 53%;
  }
  .laptop-xl\:p-t--53\% {
    padding-top: -53%;
  }
  .laptop-xl\:top-53\% {
    top: 53%;
  }
  .laptop-xl\:top--53\% {
    top: -53%;
  }
  .laptop-xl\:m-b-53\% {
    margin-bottom: 53%;
  }
  .laptop-xl\:m-b--53\% {
    margin-bottom: -53%;
  }
  .laptop-xl\:p-b-53\% {
    padding-bottom: 53%;
  }
  .laptop-xl\:p-b--53\% {
    padding-bottom: -53%;
  }
  .laptop-xl\:bottom-53\% {
    bottom: 53%;
  }
  .laptop-xl\:bottom--53\% {
    bottom: -53%;
  }
  .laptop-xl\:m-l-53\% {
    margin-left: 53%;
  }
  .laptop-xl\:m-l--53\% {
    margin-left: -53%;
  }
  .laptop-xl\:p-l-53\% {
    padding-left: 53%;
  }
  .laptop-xl\:p-l--53\% {
    padding-left: -53%;
  }
  .laptop-xl\:left-53\% {
    left: 53%;
  }
  .laptop-xl\:left--53\% {
    left: -53%;
  }
  .laptop-xl\:m-r-53\% {
    margin-right: 53%;
  }
  .laptop-xl\:m-r--53\% {
    margin-right: -53%;
  }
  .laptop-xl\:p-r-53\% {
    padding-right: 53%;
  }
  .laptop-xl\:p-r--53\% {
    padding-right: -53%;
  }
  .laptop-xl\:right-53\% {
    right: 53%;
  }
  .laptop-xl\:right--53\% {
    right: -53%;
  }
  .laptop-xl\:h-53\% {
    height: 53%;
  }
  .laptop-xl\:w-53\% {
    width: 53%;
  }
  .laptop-xl\:max_h-53\% {
    max-height: 53%;
  }
  .laptop-xl\:max_w-53\% {
    max-width: 53%;
  }
  .laptop-xl\:min_h-53\% {
    min-height: 53%;
  }
  .laptop-xl\:min_w-53\% {
    min-width: 53%;
  }
  .laptop-xl\:h-53vh {
    height: 53vh;
  }
  .laptop-xl\:w-53vw {
    width: 53vw;
  }
  .laptop-xl\:min_w-53vw {
    min-width: 53vw;
  }
  .laptop-xl\:min_h-53vh {
    min-height: 53vh;
  }
  .laptop-xl\:max_w-53vw {
    max-width: 53vw;
  }
  .laptop-xl\:max_h-53vh {
    max-height: 53vh;
  }
  .laptop-xl\:m-t-54\% {
    margin-top: 54%;
  }
  .laptop-xl\:m-t--54\% {
    margin-top: -54%;
  }
  .laptop-xl\:p-t-54\% {
    padding-top: 54%;
  }
  .laptop-xl\:p-t--54\% {
    padding-top: -54%;
  }
  .laptop-xl\:top-54\% {
    top: 54%;
  }
  .laptop-xl\:top--54\% {
    top: -54%;
  }
  .laptop-xl\:m-b-54\% {
    margin-bottom: 54%;
  }
  .laptop-xl\:m-b--54\% {
    margin-bottom: -54%;
  }
  .laptop-xl\:p-b-54\% {
    padding-bottom: 54%;
  }
  .laptop-xl\:p-b--54\% {
    padding-bottom: -54%;
  }
  .laptop-xl\:bottom-54\% {
    bottom: 54%;
  }
  .laptop-xl\:bottom--54\% {
    bottom: -54%;
  }
  .laptop-xl\:m-l-54\% {
    margin-left: 54%;
  }
  .laptop-xl\:m-l--54\% {
    margin-left: -54%;
  }
  .laptop-xl\:p-l-54\% {
    padding-left: 54%;
  }
  .laptop-xl\:p-l--54\% {
    padding-left: -54%;
  }
  .laptop-xl\:left-54\% {
    left: 54%;
  }
  .laptop-xl\:left--54\% {
    left: -54%;
  }
  .laptop-xl\:m-r-54\% {
    margin-right: 54%;
  }
  .laptop-xl\:m-r--54\% {
    margin-right: -54%;
  }
  .laptop-xl\:p-r-54\% {
    padding-right: 54%;
  }
  .laptop-xl\:p-r--54\% {
    padding-right: -54%;
  }
  .laptop-xl\:right-54\% {
    right: 54%;
  }
  .laptop-xl\:right--54\% {
    right: -54%;
  }
  .laptop-xl\:h-54\% {
    height: 54%;
  }
  .laptop-xl\:w-54\% {
    width: 54%;
  }
  .laptop-xl\:max_h-54\% {
    max-height: 54%;
  }
  .laptop-xl\:max_w-54\% {
    max-width: 54%;
  }
  .laptop-xl\:min_h-54\% {
    min-height: 54%;
  }
  .laptop-xl\:min_w-54\% {
    min-width: 54%;
  }
  .laptop-xl\:h-54vh {
    height: 54vh;
  }
  .laptop-xl\:w-54vw {
    width: 54vw;
  }
  .laptop-xl\:min_w-54vw {
    min-width: 54vw;
  }
  .laptop-xl\:min_h-54vh {
    min-height: 54vh;
  }
  .laptop-xl\:max_w-54vw {
    max-width: 54vw;
  }
  .laptop-xl\:max_h-54vh {
    max-height: 54vh;
  }
  .laptop-xl\:m-t-55\% {
    margin-top: 55%;
  }
  .laptop-xl\:m-t--55\% {
    margin-top: -55%;
  }
  .laptop-xl\:p-t-55\% {
    padding-top: 55%;
  }
  .laptop-xl\:p-t--55\% {
    padding-top: -55%;
  }
  .laptop-xl\:top-55\% {
    top: 55%;
  }
  .laptop-xl\:top--55\% {
    top: -55%;
  }
  .laptop-xl\:m-b-55\% {
    margin-bottom: 55%;
  }
  .laptop-xl\:m-b--55\% {
    margin-bottom: -55%;
  }
  .laptop-xl\:p-b-55\% {
    padding-bottom: 55%;
  }
  .laptop-xl\:p-b--55\% {
    padding-bottom: -55%;
  }
  .laptop-xl\:bottom-55\% {
    bottom: 55%;
  }
  .laptop-xl\:bottom--55\% {
    bottom: -55%;
  }
  .laptop-xl\:m-l-55\% {
    margin-left: 55%;
  }
  .laptop-xl\:m-l--55\% {
    margin-left: -55%;
  }
  .laptop-xl\:p-l-55\% {
    padding-left: 55%;
  }
  .laptop-xl\:p-l--55\% {
    padding-left: -55%;
  }
  .laptop-xl\:left-55\% {
    left: 55%;
  }
  .laptop-xl\:left--55\% {
    left: -55%;
  }
  .laptop-xl\:m-r-55\% {
    margin-right: 55%;
  }
  .laptop-xl\:m-r--55\% {
    margin-right: -55%;
  }
  .laptop-xl\:p-r-55\% {
    padding-right: 55%;
  }
  .laptop-xl\:p-r--55\% {
    padding-right: -55%;
  }
  .laptop-xl\:right-55\% {
    right: 55%;
  }
  .laptop-xl\:right--55\% {
    right: -55%;
  }
  .laptop-xl\:h-55\% {
    height: 55%;
  }
  .laptop-xl\:w-55\% {
    width: 55%;
  }
  .laptop-xl\:max_h-55\% {
    max-height: 55%;
  }
  .laptop-xl\:max_w-55\% {
    max-width: 55%;
  }
  .laptop-xl\:min_h-55\% {
    min-height: 55%;
  }
  .laptop-xl\:min_w-55\% {
    min-width: 55%;
  }
  .laptop-xl\:h-55vh {
    height: 55vh;
  }
  .laptop-xl\:w-55vw {
    width: 55vw;
  }
  .laptop-xl\:min_w-55vw {
    min-width: 55vw;
  }
  .laptop-xl\:min_h-55vh {
    min-height: 55vh;
  }
  .laptop-xl\:max_w-55vw {
    max-width: 55vw;
  }
  .laptop-xl\:max_h-55vh {
    max-height: 55vh;
  }
  .laptop-xl\:m-t-56\% {
    margin-top: 56%;
  }
  .laptop-xl\:m-t--56\% {
    margin-top: -56%;
  }
  .laptop-xl\:p-t-56\% {
    padding-top: 56%;
  }
  .laptop-xl\:p-t--56\% {
    padding-top: -56%;
  }
  .laptop-xl\:top-56\% {
    top: 56%;
  }
  .laptop-xl\:top--56\% {
    top: -56%;
  }
  .laptop-xl\:m-b-56\% {
    margin-bottom: 56%;
  }
  .laptop-xl\:m-b--56\% {
    margin-bottom: -56%;
  }
  .laptop-xl\:p-b-56\% {
    padding-bottom: 56%;
  }
  .laptop-xl\:p-b--56\% {
    padding-bottom: -56%;
  }
  .laptop-xl\:bottom-56\% {
    bottom: 56%;
  }
  .laptop-xl\:bottom--56\% {
    bottom: -56%;
  }
  .laptop-xl\:m-l-56\% {
    margin-left: 56%;
  }
  .laptop-xl\:m-l--56\% {
    margin-left: -56%;
  }
  .laptop-xl\:p-l-56\% {
    padding-left: 56%;
  }
  .laptop-xl\:p-l--56\% {
    padding-left: -56%;
  }
  .laptop-xl\:left-56\% {
    left: 56%;
  }
  .laptop-xl\:left--56\% {
    left: -56%;
  }
  .laptop-xl\:m-r-56\% {
    margin-right: 56%;
  }
  .laptop-xl\:m-r--56\% {
    margin-right: -56%;
  }
  .laptop-xl\:p-r-56\% {
    padding-right: 56%;
  }
  .laptop-xl\:p-r--56\% {
    padding-right: -56%;
  }
  .laptop-xl\:right-56\% {
    right: 56%;
  }
  .laptop-xl\:right--56\% {
    right: -56%;
  }
  .laptop-xl\:h-56\% {
    height: 56%;
  }
  .laptop-xl\:w-56\% {
    width: 56%;
  }
  .laptop-xl\:max_h-56\% {
    max-height: 56%;
  }
  .laptop-xl\:max_w-56\% {
    max-width: 56%;
  }
  .laptop-xl\:min_h-56\% {
    min-height: 56%;
  }
  .laptop-xl\:min_w-56\% {
    min-width: 56%;
  }
  .laptop-xl\:h-56vh {
    height: 56vh;
  }
  .laptop-xl\:w-56vw {
    width: 56vw;
  }
  .laptop-xl\:min_w-56vw {
    min-width: 56vw;
  }
  .laptop-xl\:min_h-56vh {
    min-height: 56vh;
  }
  .laptop-xl\:max_w-56vw {
    max-width: 56vw;
  }
  .laptop-xl\:max_h-56vh {
    max-height: 56vh;
  }
  .laptop-xl\:m-t-57\% {
    margin-top: 57%;
  }
  .laptop-xl\:m-t--57\% {
    margin-top: -57%;
  }
  .laptop-xl\:p-t-57\% {
    padding-top: 57%;
  }
  .laptop-xl\:p-t--57\% {
    padding-top: -57%;
  }
  .laptop-xl\:top-57\% {
    top: 57%;
  }
  .laptop-xl\:top--57\% {
    top: -57%;
  }
  .laptop-xl\:m-b-57\% {
    margin-bottom: 57%;
  }
  .laptop-xl\:m-b--57\% {
    margin-bottom: -57%;
  }
  .laptop-xl\:p-b-57\% {
    padding-bottom: 57%;
  }
  .laptop-xl\:p-b--57\% {
    padding-bottom: -57%;
  }
  .laptop-xl\:bottom-57\% {
    bottom: 57%;
  }
  .laptop-xl\:bottom--57\% {
    bottom: -57%;
  }
  .laptop-xl\:m-l-57\% {
    margin-left: 57%;
  }
  .laptop-xl\:m-l--57\% {
    margin-left: -57%;
  }
  .laptop-xl\:p-l-57\% {
    padding-left: 57%;
  }
  .laptop-xl\:p-l--57\% {
    padding-left: -57%;
  }
  .laptop-xl\:left-57\% {
    left: 57%;
  }
  .laptop-xl\:left--57\% {
    left: -57%;
  }
  .laptop-xl\:m-r-57\% {
    margin-right: 57%;
  }
  .laptop-xl\:m-r--57\% {
    margin-right: -57%;
  }
  .laptop-xl\:p-r-57\% {
    padding-right: 57%;
  }
  .laptop-xl\:p-r--57\% {
    padding-right: -57%;
  }
  .laptop-xl\:right-57\% {
    right: 57%;
  }
  .laptop-xl\:right--57\% {
    right: -57%;
  }
  .laptop-xl\:h-57\% {
    height: 57%;
  }
  .laptop-xl\:w-57\% {
    width: 57%;
  }
  .laptop-xl\:max_h-57\% {
    max-height: 57%;
  }
  .laptop-xl\:max_w-57\% {
    max-width: 57%;
  }
  .laptop-xl\:min_h-57\% {
    min-height: 57%;
  }
  .laptop-xl\:min_w-57\% {
    min-width: 57%;
  }
  .laptop-xl\:h-57vh {
    height: 57vh;
  }
  .laptop-xl\:w-57vw {
    width: 57vw;
  }
  .laptop-xl\:min_w-57vw {
    min-width: 57vw;
  }
  .laptop-xl\:min_h-57vh {
    min-height: 57vh;
  }
  .laptop-xl\:max_w-57vw {
    max-width: 57vw;
  }
  .laptop-xl\:max_h-57vh {
    max-height: 57vh;
  }
  .laptop-xl\:m-t-58\% {
    margin-top: 58%;
  }
  .laptop-xl\:m-t--58\% {
    margin-top: -58%;
  }
  .laptop-xl\:p-t-58\% {
    padding-top: 58%;
  }
  .laptop-xl\:p-t--58\% {
    padding-top: -58%;
  }
  .laptop-xl\:top-58\% {
    top: 58%;
  }
  .laptop-xl\:top--58\% {
    top: -58%;
  }
  .laptop-xl\:m-b-58\% {
    margin-bottom: 58%;
  }
  .laptop-xl\:m-b--58\% {
    margin-bottom: -58%;
  }
  .laptop-xl\:p-b-58\% {
    padding-bottom: 58%;
  }
  .laptop-xl\:p-b--58\% {
    padding-bottom: -58%;
  }
  .laptop-xl\:bottom-58\% {
    bottom: 58%;
  }
  .laptop-xl\:bottom--58\% {
    bottom: -58%;
  }
  .laptop-xl\:m-l-58\% {
    margin-left: 58%;
  }
  .laptop-xl\:m-l--58\% {
    margin-left: -58%;
  }
  .laptop-xl\:p-l-58\% {
    padding-left: 58%;
  }
  .laptop-xl\:p-l--58\% {
    padding-left: -58%;
  }
  .laptop-xl\:left-58\% {
    left: 58%;
  }
  .laptop-xl\:left--58\% {
    left: -58%;
  }
  .laptop-xl\:m-r-58\% {
    margin-right: 58%;
  }
  .laptop-xl\:m-r--58\% {
    margin-right: -58%;
  }
  .laptop-xl\:p-r-58\% {
    padding-right: 58%;
  }
  .laptop-xl\:p-r--58\% {
    padding-right: -58%;
  }
  .laptop-xl\:right-58\% {
    right: 58%;
  }
  .laptop-xl\:right--58\% {
    right: -58%;
  }
  .laptop-xl\:h-58\% {
    height: 58%;
  }
  .laptop-xl\:w-58\% {
    width: 58%;
  }
  .laptop-xl\:max_h-58\% {
    max-height: 58%;
  }
  .laptop-xl\:max_w-58\% {
    max-width: 58%;
  }
  .laptop-xl\:min_h-58\% {
    min-height: 58%;
  }
  .laptop-xl\:min_w-58\% {
    min-width: 58%;
  }
  .laptop-xl\:h-58vh {
    height: 58vh;
  }
  .laptop-xl\:w-58vw {
    width: 58vw;
  }
  .laptop-xl\:min_w-58vw {
    min-width: 58vw;
  }
  .laptop-xl\:min_h-58vh {
    min-height: 58vh;
  }
  .laptop-xl\:max_w-58vw {
    max-width: 58vw;
  }
  .laptop-xl\:max_h-58vh {
    max-height: 58vh;
  }
  .laptop-xl\:m-t-59\% {
    margin-top: 59%;
  }
  .laptop-xl\:m-t--59\% {
    margin-top: -59%;
  }
  .laptop-xl\:p-t-59\% {
    padding-top: 59%;
  }
  .laptop-xl\:p-t--59\% {
    padding-top: -59%;
  }
  .laptop-xl\:top-59\% {
    top: 59%;
  }
  .laptop-xl\:top--59\% {
    top: -59%;
  }
  .laptop-xl\:m-b-59\% {
    margin-bottom: 59%;
  }
  .laptop-xl\:m-b--59\% {
    margin-bottom: -59%;
  }
  .laptop-xl\:p-b-59\% {
    padding-bottom: 59%;
  }
  .laptop-xl\:p-b--59\% {
    padding-bottom: -59%;
  }
  .laptop-xl\:bottom-59\% {
    bottom: 59%;
  }
  .laptop-xl\:bottom--59\% {
    bottom: -59%;
  }
  .laptop-xl\:m-l-59\% {
    margin-left: 59%;
  }
  .laptop-xl\:m-l--59\% {
    margin-left: -59%;
  }
  .laptop-xl\:p-l-59\% {
    padding-left: 59%;
  }
  .laptop-xl\:p-l--59\% {
    padding-left: -59%;
  }
  .laptop-xl\:left-59\% {
    left: 59%;
  }
  .laptop-xl\:left--59\% {
    left: -59%;
  }
  .laptop-xl\:m-r-59\% {
    margin-right: 59%;
  }
  .laptop-xl\:m-r--59\% {
    margin-right: -59%;
  }
  .laptop-xl\:p-r-59\% {
    padding-right: 59%;
  }
  .laptop-xl\:p-r--59\% {
    padding-right: -59%;
  }
  .laptop-xl\:right-59\% {
    right: 59%;
  }
  .laptop-xl\:right--59\% {
    right: -59%;
  }
  .laptop-xl\:h-59\% {
    height: 59%;
  }
  .laptop-xl\:w-59\% {
    width: 59%;
  }
  .laptop-xl\:max_h-59\% {
    max-height: 59%;
  }
  .laptop-xl\:max_w-59\% {
    max-width: 59%;
  }
  .laptop-xl\:min_h-59\% {
    min-height: 59%;
  }
  .laptop-xl\:min_w-59\% {
    min-width: 59%;
  }
  .laptop-xl\:h-59vh {
    height: 59vh;
  }
  .laptop-xl\:w-59vw {
    width: 59vw;
  }
  .laptop-xl\:min_w-59vw {
    min-width: 59vw;
  }
  .laptop-xl\:min_h-59vh {
    min-height: 59vh;
  }
  .laptop-xl\:max_w-59vw {
    max-width: 59vw;
  }
  .laptop-xl\:max_h-59vh {
    max-height: 59vh;
  }
  .laptop-xl\:m-t-60\% {
    margin-top: 60%;
  }
  .laptop-xl\:m-t--60\% {
    margin-top: -60%;
  }
  .laptop-xl\:p-t-60\% {
    padding-top: 60%;
  }
  .laptop-xl\:p-t--60\% {
    padding-top: -60%;
  }
  .laptop-xl\:top-60\% {
    top: 60%;
  }
  .laptop-xl\:top--60\% {
    top: -60%;
  }
  .laptop-xl\:m-b-60\% {
    margin-bottom: 60%;
  }
  .laptop-xl\:m-b--60\% {
    margin-bottom: -60%;
  }
  .laptop-xl\:p-b-60\% {
    padding-bottom: 60%;
  }
  .laptop-xl\:p-b--60\% {
    padding-bottom: -60%;
  }
  .laptop-xl\:bottom-60\% {
    bottom: 60%;
  }
  .laptop-xl\:bottom--60\% {
    bottom: -60%;
  }
  .laptop-xl\:m-l-60\% {
    margin-left: 60%;
  }
  .laptop-xl\:m-l--60\% {
    margin-left: -60%;
  }
  .laptop-xl\:p-l-60\% {
    padding-left: 60%;
  }
  .laptop-xl\:p-l--60\% {
    padding-left: -60%;
  }
  .laptop-xl\:left-60\% {
    left: 60%;
  }
  .laptop-xl\:left--60\% {
    left: -60%;
  }
  .laptop-xl\:m-r-60\% {
    margin-right: 60%;
  }
  .laptop-xl\:m-r--60\% {
    margin-right: -60%;
  }
  .laptop-xl\:p-r-60\% {
    padding-right: 60%;
  }
  .laptop-xl\:p-r--60\% {
    padding-right: -60%;
  }
  .laptop-xl\:right-60\% {
    right: 60%;
  }
  .laptop-xl\:right--60\% {
    right: -60%;
  }
  .laptop-xl\:h-60\% {
    height: 60%;
  }
  .laptop-xl\:w-60\% {
    width: 60%;
  }
  .laptop-xl\:max_h-60\% {
    max-height: 60%;
  }
  .laptop-xl\:max_w-60\% {
    max-width: 60%;
  }
  .laptop-xl\:min_h-60\% {
    min-height: 60%;
  }
  .laptop-xl\:min_w-60\% {
    min-width: 60%;
  }
  .laptop-xl\:h-60vh {
    height: 60vh;
  }
  .laptop-xl\:w-60vw {
    width: 60vw;
  }
  .laptop-xl\:min_w-60vw {
    min-width: 60vw;
  }
  .laptop-xl\:min_h-60vh {
    min-height: 60vh;
  }
  .laptop-xl\:max_w-60vw {
    max-width: 60vw;
  }
  .laptop-xl\:max_h-60vh {
    max-height: 60vh;
  }
  .laptop-xl\:m-t-61\% {
    margin-top: 61%;
  }
  .laptop-xl\:m-t--61\% {
    margin-top: -61%;
  }
  .laptop-xl\:p-t-61\% {
    padding-top: 61%;
  }
  .laptop-xl\:p-t--61\% {
    padding-top: -61%;
  }
  .laptop-xl\:top-61\% {
    top: 61%;
  }
  .laptop-xl\:top--61\% {
    top: -61%;
  }
  .laptop-xl\:m-b-61\% {
    margin-bottom: 61%;
  }
  .laptop-xl\:m-b--61\% {
    margin-bottom: -61%;
  }
  .laptop-xl\:p-b-61\% {
    padding-bottom: 61%;
  }
  .laptop-xl\:p-b--61\% {
    padding-bottom: -61%;
  }
  .laptop-xl\:bottom-61\% {
    bottom: 61%;
  }
  .laptop-xl\:bottom--61\% {
    bottom: -61%;
  }
  .laptop-xl\:m-l-61\% {
    margin-left: 61%;
  }
  .laptop-xl\:m-l--61\% {
    margin-left: -61%;
  }
  .laptop-xl\:p-l-61\% {
    padding-left: 61%;
  }
  .laptop-xl\:p-l--61\% {
    padding-left: -61%;
  }
  .laptop-xl\:left-61\% {
    left: 61%;
  }
  .laptop-xl\:left--61\% {
    left: -61%;
  }
  .laptop-xl\:m-r-61\% {
    margin-right: 61%;
  }
  .laptop-xl\:m-r--61\% {
    margin-right: -61%;
  }
  .laptop-xl\:p-r-61\% {
    padding-right: 61%;
  }
  .laptop-xl\:p-r--61\% {
    padding-right: -61%;
  }
  .laptop-xl\:right-61\% {
    right: 61%;
  }
  .laptop-xl\:right--61\% {
    right: -61%;
  }
  .laptop-xl\:h-61\% {
    height: 61%;
  }
  .laptop-xl\:w-61\% {
    width: 61%;
  }
  .laptop-xl\:max_h-61\% {
    max-height: 61%;
  }
  .laptop-xl\:max_w-61\% {
    max-width: 61%;
  }
  .laptop-xl\:min_h-61\% {
    min-height: 61%;
  }
  .laptop-xl\:min_w-61\% {
    min-width: 61%;
  }
  .laptop-xl\:h-61vh {
    height: 61vh;
  }
  .laptop-xl\:w-61vw {
    width: 61vw;
  }
  .laptop-xl\:min_w-61vw {
    min-width: 61vw;
  }
  .laptop-xl\:min_h-61vh {
    min-height: 61vh;
  }
  .laptop-xl\:max_w-61vw {
    max-width: 61vw;
  }
  .laptop-xl\:max_h-61vh {
    max-height: 61vh;
  }
  .laptop-xl\:m-t-62\% {
    margin-top: 62%;
  }
  .laptop-xl\:m-t--62\% {
    margin-top: -62%;
  }
  .laptop-xl\:p-t-62\% {
    padding-top: 62%;
  }
  .laptop-xl\:p-t--62\% {
    padding-top: -62%;
  }
  .laptop-xl\:top-62\% {
    top: 62%;
  }
  .laptop-xl\:top--62\% {
    top: -62%;
  }
  .laptop-xl\:m-b-62\% {
    margin-bottom: 62%;
  }
  .laptop-xl\:m-b--62\% {
    margin-bottom: -62%;
  }
  .laptop-xl\:p-b-62\% {
    padding-bottom: 62%;
  }
  .laptop-xl\:p-b--62\% {
    padding-bottom: -62%;
  }
  .laptop-xl\:bottom-62\% {
    bottom: 62%;
  }
  .laptop-xl\:bottom--62\% {
    bottom: -62%;
  }
  .laptop-xl\:m-l-62\% {
    margin-left: 62%;
  }
  .laptop-xl\:m-l--62\% {
    margin-left: -62%;
  }
  .laptop-xl\:p-l-62\% {
    padding-left: 62%;
  }
  .laptop-xl\:p-l--62\% {
    padding-left: -62%;
  }
  .laptop-xl\:left-62\% {
    left: 62%;
  }
  .laptop-xl\:left--62\% {
    left: -62%;
  }
  .laptop-xl\:m-r-62\% {
    margin-right: 62%;
  }
  .laptop-xl\:m-r--62\% {
    margin-right: -62%;
  }
  .laptop-xl\:p-r-62\% {
    padding-right: 62%;
  }
  .laptop-xl\:p-r--62\% {
    padding-right: -62%;
  }
  .laptop-xl\:right-62\% {
    right: 62%;
  }
  .laptop-xl\:right--62\% {
    right: -62%;
  }
  .laptop-xl\:h-62\% {
    height: 62%;
  }
  .laptop-xl\:w-62\% {
    width: 62%;
  }
  .laptop-xl\:max_h-62\% {
    max-height: 62%;
  }
  .laptop-xl\:max_w-62\% {
    max-width: 62%;
  }
  .laptop-xl\:min_h-62\% {
    min-height: 62%;
  }
  .laptop-xl\:min_w-62\% {
    min-width: 62%;
  }
  .laptop-xl\:h-62vh {
    height: 62vh;
  }
  .laptop-xl\:w-62vw {
    width: 62vw;
  }
  .laptop-xl\:min_w-62vw {
    min-width: 62vw;
  }
  .laptop-xl\:min_h-62vh {
    min-height: 62vh;
  }
  .laptop-xl\:max_w-62vw {
    max-width: 62vw;
  }
  .laptop-xl\:max_h-62vh {
    max-height: 62vh;
  }
  .laptop-xl\:m-t-63\% {
    margin-top: 63%;
  }
  .laptop-xl\:m-t--63\% {
    margin-top: -63%;
  }
  .laptop-xl\:p-t-63\% {
    padding-top: 63%;
  }
  .laptop-xl\:p-t--63\% {
    padding-top: -63%;
  }
  .laptop-xl\:top-63\% {
    top: 63%;
  }
  .laptop-xl\:top--63\% {
    top: -63%;
  }
  .laptop-xl\:m-b-63\% {
    margin-bottom: 63%;
  }
  .laptop-xl\:m-b--63\% {
    margin-bottom: -63%;
  }
  .laptop-xl\:p-b-63\% {
    padding-bottom: 63%;
  }
  .laptop-xl\:p-b--63\% {
    padding-bottom: -63%;
  }
  .laptop-xl\:bottom-63\% {
    bottom: 63%;
  }
  .laptop-xl\:bottom--63\% {
    bottom: -63%;
  }
  .laptop-xl\:m-l-63\% {
    margin-left: 63%;
  }
  .laptop-xl\:m-l--63\% {
    margin-left: -63%;
  }
  .laptop-xl\:p-l-63\% {
    padding-left: 63%;
  }
  .laptop-xl\:p-l--63\% {
    padding-left: -63%;
  }
  .laptop-xl\:left-63\% {
    left: 63%;
  }
  .laptop-xl\:left--63\% {
    left: -63%;
  }
  .laptop-xl\:m-r-63\% {
    margin-right: 63%;
  }
  .laptop-xl\:m-r--63\% {
    margin-right: -63%;
  }
  .laptop-xl\:p-r-63\% {
    padding-right: 63%;
  }
  .laptop-xl\:p-r--63\% {
    padding-right: -63%;
  }
  .laptop-xl\:right-63\% {
    right: 63%;
  }
  .laptop-xl\:right--63\% {
    right: -63%;
  }
  .laptop-xl\:h-63\% {
    height: 63%;
  }
  .laptop-xl\:w-63\% {
    width: 63%;
  }
  .laptop-xl\:max_h-63\% {
    max-height: 63%;
  }
  .laptop-xl\:max_w-63\% {
    max-width: 63%;
  }
  .laptop-xl\:min_h-63\% {
    min-height: 63%;
  }
  .laptop-xl\:min_w-63\% {
    min-width: 63%;
  }
  .laptop-xl\:h-63vh {
    height: 63vh;
  }
  .laptop-xl\:w-63vw {
    width: 63vw;
  }
  .laptop-xl\:min_w-63vw {
    min-width: 63vw;
  }
  .laptop-xl\:min_h-63vh {
    min-height: 63vh;
  }
  .laptop-xl\:max_w-63vw {
    max-width: 63vw;
  }
  .laptop-xl\:max_h-63vh {
    max-height: 63vh;
  }
  .laptop-xl\:m-t-64\% {
    margin-top: 64%;
  }
  .laptop-xl\:m-t--64\% {
    margin-top: -64%;
  }
  .laptop-xl\:p-t-64\% {
    padding-top: 64%;
  }
  .laptop-xl\:p-t--64\% {
    padding-top: -64%;
  }
  .laptop-xl\:top-64\% {
    top: 64%;
  }
  .laptop-xl\:top--64\% {
    top: -64%;
  }
  .laptop-xl\:m-b-64\% {
    margin-bottom: 64%;
  }
  .laptop-xl\:m-b--64\% {
    margin-bottom: -64%;
  }
  .laptop-xl\:p-b-64\% {
    padding-bottom: 64%;
  }
  .laptop-xl\:p-b--64\% {
    padding-bottom: -64%;
  }
  .laptop-xl\:bottom-64\% {
    bottom: 64%;
  }
  .laptop-xl\:bottom--64\% {
    bottom: -64%;
  }
  .laptop-xl\:m-l-64\% {
    margin-left: 64%;
  }
  .laptop-xl\:m-l--64\% {
    margin-left: -64%;
  }
  .laptop-xl\:p-l-64\% {
    padding-left: 64%;
  }
  .laptop-xl\:p-l--64\% {
    padding-left: -64%;
  }
  .laptop-xl\:left-64\% {
    left: 64%;
  }
  .laptop-xl\:left--64\% {
    left: -64%;
  }
  .laptop-xl\:m-r-64\% {
    margin-right: 64%;
  }
  .laptop-xl\:m-r--64\% {
    margin-right: -64%;
  }
  .laptop-xl\:p-r-64\% {
    padding-right: 64%;
  }
  .laptop-xl\:p-r--64\% {
    padding-right: -64%;
  }
  .laptop-xl\:right-64\% {
    right: 64%;
  }
  .laptop-xl\:right--64\% {
    right: -64%;
  }
  .laptop-xl\:h-64\% {
    height: 64%;
  }
  .laptop-xl\:w-64\% {
    width: 64%;
  }
  .laptop-xl\:max_h-64\% {
    max-height: 64%;
  }
  .laptop-xl\:max_w-64\% {
    max-width: 64%;
  }
  .laptop-xl\:min_h-64\% {
    min-height: 64%;
  }
  .laptop-xl\:min_w-64\% {
    min-width: 64%;
  }
  .laptop-xl\:h-64vh {
    height: 64vh;
  }
  .laptop-xl\:w-64vw {
    width: 64vw;
  }
  .laptop-xl\:min_w-64vw {
    min-width: 64vw;
  }
  .laptop-xl\:min_h-64vh {
    min-height: 64vh;
  }
  .laptop-xl\:max_w-64vw {
    max-width: 64vw;
  }
  .laptop-xl\:max_h-64vh {
    max-height: 64vh;
  }
  .laptop-xl\:m-t-65\% {
    margin-top: 65%;
  }
  .laptop-xl\:m-t--65\% {
    margin-top: -65%;
  }
  .laptop-xl\:p-t-65\% {
    padding-top: 65%;
  }
  .laptop-xl\:p-t--65\% {
    padding-top: -65%;
  }
  .laptop-xl\:top-65\% {
    top: 65%;
  }
  .laptop-xl\:top--65\% {
    top: -65%;
  }
  .laptop-xl\:m-b-65\% {
    margin-bottom: 65%;
  }
  .laptop-xl\:m-b--65\% {
    margin-bottom: -65%;
  }
  .laptop-xl\:p-b-65\% {
    padding-bottom: 65%;
  }
  .laptop-xl\:p-b--65\% {
    padding-bottom: -65%;
  }
  .laptop-xl\:bottom-65\% {
    bottom: 65%;
  }
  .laptop-xl\:bottom--65\% {
    bottom: -65%;
  }
  .laptop-xl\:m-l-65\% {
    margin-left: 65%;
  }
  .laptop-xl\:m-l--65\% {
    margin-left: -65%;
  }
  .laptop-xl\:p-l-65\% {
    padding-left: 65%;
  }
  .laptop-xl\:p-l--65\% {
    padding-left: -65%;
  }
  .laptop-xl\:left-65\% {
    left: 65%;
  }
  .laptop-xl\:left--65\% {
    left: -65%;
  }
  .laptop-xl\:m-r-65\% {
    margin-right: 65%;
  }
  .laptop-xl\:m-r--65\% {
    margin-right: -65%;
  }
  .laptop-xl\:p-r-65\% {
    padding-right: 65%;
  }
  .laptop-xl\:p-r--65\% {
    padding-right: -65%;
  }
  .laptop-xl\:right-65\% {
    right: 65%;
  }
  .laptop-xl\:right--65\% {
    right: -65%;
  }
  .laptop-xl\:h-65\% {
    height: 65%;
  }
  .laptop-xl\:w-65\% {
    width: 65%;
  }
  .laptop-xl\:max_h-65\% {
    max-height: 65%;
  }
  .laptop-xl\:max_w-65\% {
    max-width: 65%;
  }
  .laptop-xl\:min_h-65\% {
    min-height: 65%;
  }
  .laptop-xl\:min_w-65\% {
    min-width: 65%;
  }
  .laptop-xl\:h-65vh {
    height: 65vh;
  }
  .laptop-xl\:w-65vw {
    width: 65vw;
  }
  .laptop-xl\:min_w-65vw {
    min-width: 65vw;
  }
  .laptop-xl\:min_h-65vh {
    min-height: 65vh;
  }
  .laptop-xl\:max_w-65vw {
    max-width: 65vw;
  }
  .laptop-xl\:max_h-65vh {
    max-height: 65vh;
  }
  .laptop-xl\:m-t-66\% {
    margin-top: 66%;
  }
  .laptop-xl\:m-t--66\% {
    margin-top: -66%;
  }
  .laptop-xl\:p-t-66\% {
    padding-top: 66%;
  }
  .laptop-xl\:p-t--66\% {
    padding-top: -66%;
  }
  .laptop-xl\:top-66\% {
    top: 66%;
  }
  .laptop-xl\:top--66\% {
    top: -66%;
  }
  .laptop-xl\:m-b-66\% {
    margin-bottom: 66%;
  }
  .laptop-xl\:m-b--66\% {
    margin-bottom: -66%;
  }
  .laptop-xl\:p-b-66\% {
    padding-bottom: 66%;
  }
  .laptop-xl\:p-b--66\% {
    padding-bottom: -66%;
  }
  .laptop-xl\:bottom-66\% {
    bottom: 66%;
  }
  .laptop-xl\:bottom--66\% {
    bottom: -66%;
  }
  .laptop-xl\:m-l-66\% {
    margin-left: 66%;
  }
  .laptop-xl\:m-l--66\% {
    margin-left: -66%;
  }
  .laptop-xl\:p-l-66\% {
    padding-left: 66%;
  }
  .laptop-xl\:p-l--66\% {
    padding-left: -66%;
  }
  .laptop-xl\:left-66\% {
    left: 66%;
  }
  .laptop-xl\:left--66\% {
    left: -66%;
  }
  .laptop-xl\:m-r-66\% {
    margin-right: 66%;
  }
  .laptop-xl\:m-r--66\% {
    margin-right: -66%;
  }
  .laptop-xl\:p-r-66\% {
    padding-right: 66%;
  }
  .laptop-xl\:p-r--66\% {
    padding-right: -66%;
  }
  .laptop-xl\:right-66\% {
    right: 66%;
  }
  .laptop-xl\:right--66\% {
    right: -66%;
  }
  .laptop-xl\:h-66\% {
    height: 66%;
  }
  .laptop-xl\:w-66\% {
    width: 66%;
  }
  .laptop-xl\:max_h-66\% {
    max-height: 66%;
  }
  .laptop-xl\:max_w-66\% {
    max-width: 66%;
  }
  .laptop-xl\:min_h-66\% {
    min-height: 66%;
  }
  .laptop-xl\:min_w-66\% {
    min-width: 66%;
  }
  .laptop-xl\:h-66vh {
    height: 66vh;
  }
  .laptop-xl\:w-66vw {
    width: 66vw;
  }
  .laptop-xl\:min_w-66vw {
    min-width: 66vw;
  }
  .laptop-xl\:min_h-66vh {
    min-height: 66vh;
  }
  .laptop-xl\:max_w-66vw {
    max-width: 66vw;
  }
  .laptop-xl\:max_h-66vh {
    max-height: 66vh;
  }
  .laptop-xl\:m-t-67\% {
    margin-top: 67%;
  }
  .laptop-xl\:m-t--67\% {
    margin-top: -67%;
  }
  .laptop-xl\:p-t-67\% {
    padding-top: 67%;
  }
  .laptop-xl\:p-t--67\% {
    padding-top: -67%;
  }
  .laptop-xl\:top-67\% {
    top: 67%;
  }
  .laptop-xl\:top--67\% {
    top: -67%;
  }
  .laptop-xl\:m-b-67\% {
    margin-bottom: 67%;
  }
  .laptop-xl\:m-b--67\% {
    margin-bottom: -67%;
  }
  .laptop-xl\:p-b-67\% {
    padding-bottom: 67%;
  }
  .laptop-xl\:p-b--67\% {
    padding-bottom: -67%;
  }
  .laptop-xl\:bottom-67\% {
    bottom: 67%;
  }
  .laptop-xl\:bottom--67\% {
    bottom: -67%;
  }
  .laptop-xl\:m-l-67\% {
    margin-left: 67%;
  }
  .laptop-xl\:m-l--67\% {
    margin-left: -67%;
  }
  .laptop-xl\:p-l-67\% {
    padding-left: 67%;
  }
  .laptop-xl\:p-l--67\% {
    padding-left: -67%;
  }
  .laptop-xl\:left-67\% {
    left: 67%;
  }
  .laptop-xl\:left--67\% {
    left: -67%;
  }
  .laptop-xl\:m-r-67\% {
    margin-right: 67%;
  }
  .laptop-xl\:m-r--67\% {
    margin-right: -67%;
  }
  .laptop-xl\:p-r-67\% {
    padding-right: 67%;
  }
  .laptop-xl\:p-r--67\% {
    padding-right: -67%;
  }
  .laptop-xl\:right-67\% {
    right: 67%;
  }
  .laptop-xl\:right--67\% {
    right: -67%;
  }
  .laptop-xl\:h-67\% {
    height: 67%;
  }
  .laptop-xl\:w-67\% {
    width: 67%;
  }
  .laptop-xl\:max_h-67\% {
    max-height: 67%;
  }
  .laptop-xl\:max_w-67\% {
    max-width: 67%;
  }
  .laptop-xl\:min_h-67\% {
    min-height: 67%;
  }
  .laptop-xl\:min_w-67\% {
    min-width: 67%;
  }
  .laptop-xl\:h-67vh {
    height: 67vh;
  }
  .laptop-xl\:w-67vw {
    width: 67vw;
  }
  .laptop-xl\:min_w-67vw {
    min-width: 67vw;
  }
  .laptop-xl\:min_h-67vh {
    min-height: 67vh;
  }
  .laptop-xl\:max_w-67vw {
    max-width: 67vw;
  }
  .laptop-xl\:max_h-67vh {
    max-height: 67vh;
  }
  .laptop-xl\:m-t-68\% {
    margin-top: 68%;
  }
  .laptop-xl\:m-t--68\% {
    margin-top: -68%;
  }
  .laptop-xl\:p-t-68\% {
    padding-top: 68%;
  }
  .laptop-xl\:p-t--68\% {
    padding-top: -68%;
  }
  .laptop-xl\:top-68\% {
    top: 68%;
  }
  .laptop-xl\:top--68\% {
    top: -68%;
  }
  .laptop-xl\:m-b-68\% {
    margin-bottom: 68%;
  }
  .laptop-xl\:m-b--68\% {
    margin-bottom: -68%;
  }
  .laptop-xl\:p-b-68\% {
    padding-bottom: 68%;
  }
  .laptop-xl\:p-b--68\% {
    padding-bottom: -68%;
  }
  .laptop-xl\:bottom-68\% {
    bottom: 68%;
  }
  .laptop-xl\:bottom--68\% {
    bottom: -68%;
  }
  .laptop-xl\:m-l-68\% {
    margin-left: 68%;
  }
  .laptop-xl\:m-l--68\% {
    margin-left: -68%;
  }
  .laptop-xl\:p-l-68\% {
    padding-left: 68%;
  }
  .laptop-xl\:p-l--68\% {
    padding-left: -68%;
  }
  .laptop-xl\:left-68\% {
    left: 68%;
  }
  .laptop-xl\:left--68\% {
    left: -68%;
  }
  .laptop-xl\:m-r-68\% {
    margin-right: 68%;
  }
  .laptop-xl\:m-r--68\% {
    margin-right: -68%;
  }
  .laptop-xl\:p-r-68\% {
    padding-right: 68%;
  }
  .laptop-xl\:p-r--68\% {
    padding-right: -68%;
  }
  .laptop-xl\:right-68\% {
    right: 68%;
  }
  .laptop-xl\:right--68\% {
    right: -68%;
  }
  .laptop-xl\:h-68\% {
    height: 68%;
  }
  .laptop-xl\:w-68\% {
    width: 68%;
  }
  .laptop-xl\:max_h-68\% {
    max-height: 68%;
  }
  .laptop-xl\:max_w-68\% {
    max-width: 68%;
  }
  .laptop-xl\:min_h-68\% {
    min-height: 68%;
  }
  .laptop-xl\:min_w-68\% {
    min-width: 68%;
  }
  .laptop-xl\:h-68vh {
    height: 68vh;
  }
  .laptop-xl\:w-68vw {
    width: 68vw;
  }
  .laptop-xl\:min_w-68vw {
    min-width: 68vw;
  }
  .laptop-xl\:min_h-68vh {
    min-height: 68vh;
  }
  .laptop-xl\:max_w-68vw {
    max-width: 68vw;
  }
  .laptop-xl\:max_h-68vh {
    max-height: 68vh;
  }
  .laptop-xl\:m-t-69\% {
    margin-top: 69%;
  }
  .laptop-xl\:m-t--69\% {
    margin-top: -69%;
  }
  .laptop-xl\:p-t-69\% {
    padding-top: 69%;
  }
  .laptop-xl\:p-t--69\% {
    padding-top: -69%;
  }
  .laptop-xl\:top-69\% {
    top: 69%;
  }
  .laptop-xl\:top--69\% {
    top: -69%;
  }
  .laptop-xl\:m-b-69\% {
    margin-bottom: 69%;
  }
  .laptop-xl\:m-b--69\% {
    margin-bottom: -69%;
  }
  .laptop-xl\:p-b-69\% {
    padding-bottom: 69%;
  }
  .laptop-xl\:p-b--69\% {
    padding-bottom: -69%;
  }
  .laptop-xl\:bottom-69\% {
    bottom: 69%;
  }
  .laptop-xl\:bottom--69\% {
    bottom: -69%;
  }
  .laptop-xl\:m-l-69\% {
    margin-left: 69%;
  }
  .laptop-xl\:m-l--69\% {
    margin-left: -69%;
  }
  .laptop-xl\:p-l-69\% {
    padding-left: 69%;
  }
  .laptop-xl\:p-l--69\% {
    padding-left: -69%;
  }
  .laptop-xl\:left-69\% {
    left: 69%;
  }
  .laptop-xl\:left--69\% {
    left: -69%;
  }
  .laptop-xl\:m-r-69\% {
    margin-right: 69%;
  }
  .laptop-xl\:m-r--69\% {
    margin-right: -69%;
  }
  .laptop-xl\:p-r-69\% {
    padding-right: 69%;
  }
  .laptop-xl\:p-r--69\% {
    padding-right: -69%;
  }
  .laptop-xl\:right-69\% {
    right: 69%;
  }
  .laptop-xl\:right--69\% {
    right: -69%;
  }
  .laptop-xl\:h-69\% {
    height: 69%;
  }
  .laptop-xl\:w-69\% {
    width: 69%;
  }
  .laptop-xl\:max_h-69\% {
    max-height: 69%;
  }
  .laptop-xl\:max_w-69\% {
    max-width: 69%;
  }
  .laptop-xl\:min_h-69\% {
    min-height: 69%;
  }
  .laptop-xl\:min_w-69\% {
    min-width: 69%;
  }
  .laptop-xl\:h-69vh {
    height: 69vh;
  }
  .laptop-xl\:w-69vw {
    width: 69vw;
  }
  .laptop-xl\:min_w-69vw {
    min-width: 69vw;
  }
  .laptop-xl\:min_h-69vh {
    min-height: 69vh;
  }
  .laptop-xl\:max_w-69vw {
    max-width: 69vw;
  }
  .laptop-xl\:max_h-69vh {
    max-height: 69vh;
  }
  .laptop-xl\:m-t-70\% {
    margin-top: 70%;
  }
  .laptop-xl\:m-t--70\% {
    margin-top: -70%;
  }
  .laptop-xl\:p-t-70\% {
    padding-top: 70%;
  }
  .laptop-xl\:p-t--70\% {
    padding-top: -70%;
  }
  .laptop-xl\:top-70\% {
    top: 70%;
  }
  .laptop-xl\:top--70\% {
    top: -70%;
  }
  .laptop-xl\:m-b-70\% {
    margin-bottom: 70%;
  }
  .laptop-xl\:m-b--70\% {
    margin-bottom: -70%;
  }
  .laptop-xl\:p-b-70\% {
    padding-bottom: 70%;
  }
  .laptop-xl\:p-b--70\% {
    padding-bottom: -70%;
  }
  .laptop-xl\:bottom-70\% {
    bottom: 70%;
  }
  .laptop-xl\:bottom--70\% {
    bottom: -70%;
  }
  .laptop-xl\:m-l-70\% {
    margin-left: 70%;
  }
  .laptop-xl\:m-l--70\% {
    margin-left: -70%;
  }
  .laptop-xl\:p-l-70\% {
    padding-left: 70%;
  }
  .laptop-xl\:p-l--70\% {
    padding-left: -70%;
  }
  .laptop-xl\:left-70\% {
    left: 70%;
  }
  .laptop-xl\:left--70\% {
    left: -70%;
  }
  .laptop-xl\:m-r-70\% {
    margin-right: 70%;
  }
  .laptop-xl\:m-r--70\% {
    margin-right: -70%;
  }
  .laptop-xl\:p-r-70\% {
    padding-right: 70%;
  }
  .laptop-xl\:p-r--70\% {
    padding-right: -70%;
  }
  .laptop-xl\:right-70\% {
    right: 70%;
  }
  .laptop-xl\:right--70\% {
    right: -70%;
  }
  .laptop-xl\:h-70\% {
    height: 70%;
  }
  .laptop-xl\:w-70\% {
    width: 70%;
  }
  .laptop-xl\:max_h-70\% {
    max-height: 70%;
  }
  .laptop-xl\:max_w-70\% {
    max-width: 70%;
  }
  .laptop-xl\:min_h-70\% {
    min-height: 70%;
  }
  .laptop-xl\:min_w-70\% {
    min-width: 70%;
  }
  .laptop-xl\:h-70vh {
    height: 70vh;
  }
  .laptop-xl\:w-70vw {
    width: 70vw;
  }
  .laptop-xl\:min_w-70vw {
    min-width: 70vw;
  }
  .laptop-xl\:min_h-70vh {
    min-height: 70vh;
  }
  .laptop-xl\:max_w-70vw {
    max-width: 70vw;
  }
  .laptop-xl\:max_h-70vh {
    max-height: 70vh;
  }
  .laptop-xl\:m-t-71\% {
    margin-top: 71%;
  }
  .laptop-xl\:m-t--71\% {
    margin-top: -71%;
  }
  .laptop-xl\:p-t-71\% {
    padding-top: 71%;
  }
  .laptop-xl\:p-t--71\% {
    padding-top: -71%;
  }
  .laptop-xl\:top-71\% {
    top: 71%;
  }
  .laptop-xl\:top--71\% {
    top: -71%;
  }
  .laptop-xl\:m-b-71\% {
    margin-bottom: 71%;
  }
  .laptop-xl\:m-b--71\% {
    margin-bottom: -71%;
  }
  .laptop-xl\:p-b-71\% {
    padding-bottom: 71%;
  }
  .laptop-xl\:p-b--71\% {
    padding-bottom: -71%;
  }
  .laptop-xl\:bottom-71\% {
    bottom: 71%;
  }
  .laptop-xl\:bottom--71\% {
    bottom: -71%;
  }
  .laptop-xl\:m-l-71\% {
    margin-left: 71%;
  }
  .laptop-xl\:m-l--71\% {
    margin-left: -71%;
  }
  .laptop-xl\:p-l-71\% {
    padding-left: 71%;
  }
  .laptop-xl\:p-l--71\% {
    padding-left: -71%;
  }
  .laptop-xl\:left-71\% {
    left: 71%;
  }
  .laptop-xl\:left--71\% {
    left: -71%;
  }
  .laptop-xl\:m-r-71\% {
    margin-right: 71%;
  }
  .laptop-xl\:m-r--71\% {
    margin-right: -71%;
  }
  .laptop-xl\:p-r-71\% {
    padding-right: 71%;
  }
  .laptop-xl\:p-r--71\% {
    padding-right: -71%;
  }
  .laptop-xl\:right-71\% {
    right: 71%;
  }
  .laptop-xl\:right--71\% {
    right: -71%;
  }
  .laptop-xl\:h-71\% {
    height: 71%;
  }
  .laptop-xl\:w-71\% {
    width: 71%;
  }
  .laptop-xl\:max_h-71\% {
    max-height: 71%;
  }
  .laptop-xl\:max_w-71\% {
    max-width: 71%;
  }
  .laptop-xl\:min_h-71\% {
    min-height: 71%;
  }
  .laptop-xl\:min_w-71\% {
    min-width: 71%;
  }
  .laptop-xl\:h-71vh {
    height: 71vh;
  }
  .laptop-xl\:w-71vw {
    width: 71vw;
  }
  .laptop-xl\:min_w-71vw {
    min-width: 71vw;
  }
  .laptop-xl\:min_h-71vh {
    min-height: 71vh;
  }
  .laptop-xl\:max_w-71vw {
    max-width: 71vw;
  }
  .laptop-xl\:max_h-71vh {
    max-height: 71vh;
  }
  .laptop-xl\:m-t-72\% {
    margin-top: 72%;
  }
  .laptop-xl\:m-t--72\% {
    margin-top: -72%;
  }
  .laptop-xl\:p-t-72\% {
    padding-top: 72%;
  }
  .laptop-xl\:p-t--72\% {
    padding-top: -72%;
  }
  .laptop-xl\:top-72\% {
    top: 72%;
  }
  .laptop-xl\:top--72\% {
    top: -72%;
  }
  .laptop-xl\:m-b-72\% {
    margin-bottom: 72%;
  }
  .laptop-xl\:m-b--72\% {
    margin-bottom: -72%;
  }
  .laptop-xl\:p-b-72\% {
    padding-bottom: 72%;
  }
  .laptop-xl\:p-b--72\% {
    padding-bottom: -72%;
  }
  .laptop-xl\:bottom-72\% {
    bottom: 72%;
  }
  .laptop-xl\:bottom--72\% {
    bottom: -72%;
  }
  .laptop-xl\:m-l-72\% {
    margin-left: 72%;
  }
  .laptop-xl\:m-l--72\% {
    margin-left: -72%;
  }
  .laptop-xl\:p-l-72\% {
    padding-left: 72%;
  }
  .laptop-xl\:p-l--72\% {
    padding-left: -72%;
  }
  .laptop-xl\:left-72\% {
    left: 72%;
  }
  .laptop-xl\:left--72\% {
    left: -72%;
  }
  .laptop-xl\:m-r-72\% {
    margin-right: 72%;
  }
  .laptop-xl\:m-r--72\% {
    margin-right: -72%;
  }
  .laptop-xl\:p-r-72\% {
    padding-right: 72%;
  }
  .laptop-xl\:p-r--72\% {
    padding-right: -72%;
  }
  .laptop-xl\:right-72\% {
    right: 72%;
  }
  .laptop-xl\:right--72\% {
    right: -72%;
  }
  .laptop-xl\:h-72\% {
    height: 72%;
  }
  .laptop-xl\:w-72\% {
    width: 72%;
  }
  .laptop-xl\:max_h-72\% {
    max-height: 72%;
  }
  .laptop-xl\:max_w-72\% {
    max-width: 72%;
  }
  .laptop-xl\:min_h-72\% {
    min-height: 72%;
  }
  .laptop-xl\:min_w-72\% {
    min-width: 72%;
  }
  .laptop-xl\:h-72vh {
    height: 72vh;
  }
  .laptop-xl\:w-72vw {
    width: 72vw;
  }
  .laptop-xl\:min_w-72vw {
    min-width: 72vw;
  }
  .laptop-xl\:min_h-72vh {
    min-height: 72vh;
  }
  .laptop-xl\:max_w-72vw {
    max-width: 72vw;
  }
  .laptop-xl\:max_h-72vh {
    max-height: 72vh;
  }
  .laptop-xl\:m-t-73\% {
    margin-top: 73%;
  }
  .laptop-xl\:m-t--73\% {
    margin-top: -73%;
  }
  .laptop-xl\:p-t-73\% {
    padding-top: 73%;
  }
  .laptop-xl\:p-t--73\% {
    padding-top: -73%;
  }
  .laptop-xl\:top-73\% {
    top: 73%;
  }
  .laptop-xl\:top--73\% {
    top: -73%;
  }
  .laptop-xl\:m-b-73\% {
    margin-bottom: 73%;
  }
  .laptop-xl\:m-b--73\% {
    margin-bottom: -73%;
  }
  .laptop-xl\:p-b-73\% {
    padding-bottom: 73%;
  }
  .laptop-xl\:p-b--73\% {
    padding-bottom: -73%;
  }
  .laptop-xl\:bottom-73\% {
    bottom: 73%;
  }
  .laptop-xl\:bottom--73\% {
    bottom: -73%;
  }
  .laptop-xl\:m-l-73\% {
    margin-left: 73%;
  }
  .laptop-xl\:m-l--73\% {
    margin-left: -73%;
  }
  .laptop-xl\:p-l-73\% {
    padding-left: 73%;
  }
  .laptop-xl\:p-l--73\% {
    padding-left: -73%;
  }
  .laptop-xl\:left-73\% {
    left: 73%;
  }
  .laptop-xl\:left--73\% {
    left: -73%;
  }
  .laptop-xl\:m-r-73\% {
    margin-right: 73%;
  }
  .laptop-xl\:m-r--73\% {
    margin-right: -73%;
  }
  .laptop-xl\:p-r-73\% {
    padding-right: 73%;
  }
  .laptop-xl\:p-r--73\% {
    padding-right: -73%;
  }
  .laptop-xl\:right-73\% {
    right: 73%;
  }
  .laptop-xl\:right--73\% {
    right: -73%;
  }
  .laptop-xl\:h-73\% {
    height: 73%;
  }
  .laptop-xl\:w-73\% {
    width: 73%;
  }
  .laptop-xl\:max_h-73\% {
    max-height: 73%;
  }
  .laptop-xl\:max_w-73\% {
    max-width: 73%;
  }
  .laptop-xl\:min_h-73\% {
    min-height: 73%;
  }
  .laptop-xl\:min_w-73\% {
    min-width: 73%;
  }
  .laptop-xl\:h-73vh {
    height: 73vh;
  }
  .laptop-xl\:w-73vw {
    width: 73vw;
  }
  .laptop-xl\:min_w-73vw {
    min-width: 73vw;
  }
  .laptop-xl\:min_h-73vh {
    min-height: 73vh;
  }
  .laptop-xl\:max_w-73vw {
    max-width: 73vw;
  }
  .laptop-xl\:max_h-73vh {
    max-height: 73vh;
  }
  .laptop-xl\:m-t-74\% {
    margin-top: 74%;
  }
  .laptop-xl\:m-t--74\% {
    margin-top: -74%;
  }
  .laptop-xl\:p-t-74\% {
    padding-top: 74%;
  }
  .laptop-xl\:p-t--74\% {
    padding-top: -74%;
  }
  .laptop-xl\:top-74\% {
    top: 74%;
  }
  .laptop-xl\:top--74\% {
    top: -74%;
  }
  .laptop-xl\:m-b-74\% {
    margin-bottom: 74%;
  }
  .laptop-xl\:m-b--74\% {
    margin-bottom: -74%;
  }
  .laptop-xl\:p-b-74\% {
    padding-bottom: 74%;
  }
  .laptop-xl\:p-b--74\% {
    padding-bottom: -74%;
  }
  .laptop-xl\:bottom-74\% {
    bottom: 74%;
  }
  .laptop-xl\:bottom--74\% {
    bottom: -74%;
  }
  .laptop-xl\:m-l-74\% {
    margin-left: 74%;
  }
  .laptop-xl\:m-l--74\% {
    margin-left: -74%;
  }
  .laptop-xl\:p-l-74\% {
    padding-left: 74%;
  }
  .laptop-xl\:p-l--74\% {
    padding-left: -74%;
  }
  .laptop-xl\:left-74\% {
    left: 74%;
  }
  .laptop-xl\:left--74\% {
    left: -74%;
  }
  .laptop-xl\:m-r-74\% {
    margin-right: 74%;
  }
  .laptop-xl\:m-r--74\% {
    margin-right: -74%;
  }
  .laptop-xl\:p-r-74\% {
    padding-right: 74%;
  }
  .laptop-xl\:p-r--74\% {
    padding-right: -74%;
  }
  .laptop-xl\:right-74\% {
    right: 74%;
  }
  .laptop-xl\:right--74\% {
    right: -74%;
  }
  .laptop-xl\:h-74\% {
    height: 74%;
  }
  .laptop-xl\:w-74\% {
    width: 74%;
  }
  .laptop-xl\:max_h-74\% {
    max-height: 74%;
  }
  .laptop-xl\:max_w-74\% {
    max-width: 74%;
  }
  .laptop-xl\:min_h-74\% {
    min-height: 74%;
  }
  .laptop-xl\:min_w-74\% {
    min-width: 74%;
  }
  .laptop-xl\:h-74vh {
    height: 74vh;
  }
  .laptop-xl\:w-74vw {
    width: 74vw;
  }
  .laptop-xl\:min_w-74vw {
    min-width: 74vw;
  }
  .laptop-xl\:min_h-74vh {
    min-height: 74vh;
  }
  .laptop-xl\:max_w-74vw {
    max-width: 74vw;
  }
  .laptop-xl\:max_h-74vh {
    max-height: 74vh;
  }
  .laptop-xl\:m-t-75\% {
    margin-top: 75%;
  }
  .laptop-xl\:m-t--75\% {
    margin-top: -75%;
  }
  .laptop-xl\:p-t-75\% {
    padding-top: 75%;
  }
  .laptop-xl\:p-t--75\% {
    padding-top: -75%;
  }
  .laptop-xl\:top-75\% {
    top: 75%;
  }
  .laptop-xl\:top--75\% {
    top: -75%;
  }
  .laptop-xl\:m-b-75\% {
    margin-bottom: 75%;
  }
  .laptop-xl\:m-b--75\% {
    margin-bottom: -75%;
  }
  .laptop-xl\:p-b-75\% {
    padding-bottom: 75%;
  }
  .laptop-xl\:p-b--75\% {
    padding-bottom: -75%;
  }
  .laptop-xl\:bottom-75\% {
    bottom: 75%;
  }
  .laptop-xl\:bottom--75\% {
    bottom: -75%;
  }
  .laptop-xl\:m-l-75\% {
    margin-left: 75%;
  }
  .laptop-xl\:m-l--75\% {
    margin-left: -75%;
  }
  .laptop-xl\:p-l-75\% {
    padding-left: 75%;
  }
  .laptop-xl\:p-l--75\% {
    padding-left: -75%;
  }
  .laptop-xl\:left-75\% {
    left: 75%;
  }
  .laptop-xl\:left--75\% {
    left: -75%;
  }
  .laptop-xl\:m-r-75\% {
    margin-right: 75%;
  }
  .laptop-xl\:m-r--75\% {
    margin-right: -75%;
  }
  .laptop-xl\:p-r-75\% {
    padding-right: 75%;
  }
  .laptop-xl\:p-r--75\% {
    padding-right: -75%;
  }
  .laptop-xl\:right-75\% {
    right: 75%;
  }
  .laptop-xl\:right--75\% {
    right: -75%;
  }
  .laptop-xl\:h-75\% {
    height: 75%;
  }
  .laptop-xl\:w-75\% {
    width: 75%;
  }
  .laptop-xl\:max_h-75\% {
    max-height: 75%;
  }
  .laptop-xl\:max_w-75\% {
    max-width: 75%;
  }
  .laptop-xl\:min_h-75\% {
    min-height: 75%;
  }
  .laptop-xl\:min_w-75\% {
    min-width: 75%;
  }
  .laptop-xl\:h-75vh {
    height: 75vh;
  }
  .laptop-xl\:w-75vw {
    width: 75vw;
  }
  .laptop-xl\:min_w-75vw {
    min-width: 75vw;
  }
  .laptop-xl\:min_h-75vh {
    min-height: 75vh;
  }
  .laptop-xl\:max_w-75vw {
    max-width: 75vw;
  }
  .laptop-xl\:max_h-75vh {
    max-height: 75vh;
  }
  .laptop-xl\:m-t-76\% {
    margin-top: 76%;
  }
  .laptop-xl\:m-t--76\% {
    margin-top: -76%;
  }
  .laptop-xl\:p-t-76\% {
    padding-top: 76%;
  }
  .laptop-xl\:p-t--76\% {
    padding-top: -76%;
  }
  .laptop-xl\:top-76\% {
    top: 76%;
  }
  .laptop-xl\:top--76\% {
    top: -76%;
  }
  .laptop-xl\:m-b-76\% {
    margin-bottom: 76%;
  }
  .laptop-xl\:m-b--76\% {
    margin-bottom: -76%;
  }
  .laptop-xl\:p-b-76\% {
    padding-bottom: 76%;
  }
  .laptop-xl\:p-b--76\% {
    padding-bottom: -76%;
  }
  .laptop-xl\:bottom-76\% {
    bottom: 76%;
  }
  .laptop-xl\:bottom--76\% {
    bottom: -76%;
  }
  .laptop-xl\:m-l-76\% {
    margin-left: 76%;
  }
  .laptop-xl\:m-l--76\% {
    margin-left: -76%;
  }
  .laptop-xl\:p-l-76\% {
    padding-left: 76%;
  }
  .laptop-xl\:p-l--76\% {
    padding-left: -76%;
  }
  .laptop-xl\:left-76\% {
    left: 76%;
  }
  .laptop-xl\:left--76\% {
    left: -76%;
  }
  .laptop-xl\:m-r-76\% {
    margin-right: 76%;
  }
  .laptop-xl\:m-r--76\% {
    margin-right: -76%;
  }
  .laptop-xl\:p-r-76\% {
    padding-right: 76%;
  }
  .laptop-xl\:p-r--76\% {
    padding-right: -76%;
  }
  .laptop-xl\:right-76\% {
    right: 76%;
  }
  .laptop-xl\:right--76\% {
    right: -76%;
  }
  .laptop-xl\:h-76\% {
    height: 76%;
  }
  .laptop-xl\:w-76\% {
    width: 76%;
  }
  .laptop-xl\:max_h-76\% {
    max-height: 76%;
  }
  .laptop-xl\:max_w-76\% {
    max-width: 76%;
  }
  .laptop-xl\:min_h-76\% {
    min-height: 76%;
  }
  .laptop-xl\:min_w-76\% {
    min-width: 76%;
  }
  .laptop-xl\:h-76vh {
    height: 76vh;
  }
  .laptop-xl\:w-76vw {
    width: 76vw;
  }
  .laptop-xl\:min_w-76vw {
    min-width: 76vw;
  }
  .laptop-xl\:min_h-76vh {
    min-height: 76vh;
  }
  .laptop-xl\:max_w-76vw {
    max-width: 76vw;
  }
  .laptop-xl\:max_h-76vh {
    max-height: 76vh;
  }
  .laptop-xl\:m-t-77\% {
    margin-top: 77%;
  }
  .laptop-xl\:m-t--77\% {
    margin-top: -77%;
  }
  .laptop-xl\:p-t-77\% {
    padding-top: 77%;
  }
  .laptop-xl\:p-t--77\% {
    padding-top: -77%;
  }
  .laptop-xl\:top-77\% {
    top: 77%;
  }
  .laptop-xl\:top--77\% {
    top: -77%;
  }
  .laptop-xl\:m-b-77\% {
    margin-bottom: 77%;
  }
  .laptop-xl\:m-b--77\% {
    margin-bottom: -77%;
  }
  .laptop-xl\:p-b-77\% {
    padding-bottom: 77%;
  }
  .laptop-xl\:p-b--77\% {
    padding-bottom: -77%;
  }
  .laptop-xl\:bottom-77\% {
    bottom: 77%;
  }
  .laptop-xl\:bottom--77\% {
    bottom: -77%;
  }
  .laptop-xl\:m-l-77\% {
    margin-left: 77%;
  }
  .laptop-xl\:m-l--77\% {
    margin-left: -77%;
  }
  .laptop-xl\:p-l-77\% {
    padding-left: 77%;
  }
  .laptop-xl\:p-l--77\% {
    padding-left: -77%;
  }
  .laptop-xl\:left-77\% {
    left: 77%;
  }
  .laptop-xl\:left--77\% {
    left: -77%;
  }
  .laptop-xl\:m-r-77\% {
    margin-right: 77%;
  }
  .laptop-xl\:m-r--77\% {
    margin-right: -77%;
  }
  .laptop-xl\:p-r-77\% {
    padding-right: 77%;
  }
  .laptop-xl\:p-r--77\% {
    padding-right: -77%;
  }
  .laptop-xl\:right-77\% {
    right: 77%;
  }
  .laptop-xl\:right--77\% {
    right: -77%;
  }
  .laptop-xl\:h-77\% {
    height: 77%;
  }
  .laptop-xl\:w-77\% {
    width: 77%;
  }
  .laptop-xl\:max_h-77\% {
    max-height: 77%;
  }
  .laptop-xl\:max_w-77\% {
    max-width: 77%;
  }
  .laptop-xl\:min_h-77\% {
    min-height: 77%;
  }
  .laptop-xl\:min_w-77\% {
    min-width: 77%;
  }
  .laptop-xl\:h-77vh {
    height: 77vh;
  }
  .laptop-xl\:w-77vw {
    width: 77vw;
  }
  .laptop-xl\:min_w-77vw {
    min-width: 77vw;
  }
  .laptop-xl\:min_h-77vh {
    min-height: 77vh;
  }
  .laptop-xl\:max_w-77vw {
    max-width: 77vw;
  }
  .laptop-xl\:max_h-77vh {
    max-height: 77vh;
  }
  .laptop-xl\:m-t-78\% {
    margin-top: 78%;
  }
  .laptop-xl\:m-t--78\% {
    margin-top: -78%;
  }
  .laptop-xl\:p-t-78\% {
    padding-top: 78%;
  }
  .laptop-xl\:p-t--78\% {
    padding-top: -78%;
  }
  .laptop-xl\:top-78\% {
    top: 78%;
  }
  .laptop-xl\:top--78\% {
    top: -78%;
  }
  .laptop-xl\:m-b-78\% {
    margin-bottom: 78%;
  }
  .laptop-xl\:m-b--78\% {
    margin-bottom: -78%;
  }
  .laptop-xl\:p-b-78\% {
    padding-bottom: 78%;
  }
  .laptop-xl\:p-b--78\% {
    padding-bottom: -78%;
  }
  .laptop-xl\:bottom-78\% {
    bottom: 78%;
  }
  .laptop-xl\:bottom--78\% {
    bottom: -78%;
  }
  .laptop-xl\:m-l-78\% {
    margin-left: 78%;
  }
  .laptop-xl\:m-l--78\% {
    margin-left: -78%;
  }
  .laptop-xl\:p-l-78\% {
    padding-left: 78%;
  }
  .laptop-xl\:p-l--78\% {
    padding-left: -78%;
  }
  .laptop-xl\:left-78\% {
    left: 78%;
  }
  .laptop-xl\:left--78\% {
    left: -78%;
  }
  .laptop-xl\:m-r-78\% {
    margin-right: 78%;
  }
  .laptop-xl\:m-r--78\% {
    margin-right: -78%;
  }
  .laptop-xl\:p-r-78\% {
    padding-right: 78%;
  }
  .laptop-xl\:p-r--78\% {
    padding-right: -78%;
  }
  .laptop-xl\:right-78\% {
    right: 78%;
  }
  .laptop-xl\:right--78\% {
    right: -78%;
  }
  .laptop-xl\:h-78\% {
    height: 78%;
  }
  .laptop-xl\:w-78\% {
    width: 78%;
  }
  .laptop-xl\:max_h-78\% {
    max-height: 78%;
  }
  .laptop-xl\:max_w-78\% {
    max-width: 78%;
  }
  .laptop-xl\:min_h-78\% {
    min-height: 78%;
  }
  .laptop-xl\:min_w-78\% {
    min-width: 78%;
  }
  .laptop-xl\:h-78vh {
    height: 78vh;
  }
  .laptop-xl\:w-78vw {
    width: 78vw;
  }
  .laptop-xl\:min_w-78vw {
    min-width: 78vw;
  }
  .laptop-xl\:min_h-78vh {
    min-height: 78vh;
  }
  .laptop-xl\:max_w-78vw {
    max-width: 78vw;
  }
  .laptop-xl\:max_h-78vh {
    max-height: 78vh;
  }
  .laptop-xl\:m-t-79\% {
    margin-top: 79%;
  }
  .laptop-xl\:m-t--79\% {
    margin-top: -79%;
  }
  .laptop-xl\:p-t-79\% {
    padding-top: 79%;
  }
  .laptop-xl\:p-t--79\% {
    padding-top: -79%;
  }
  .laptop-xl\:top-79\% {
    top: 79%;
  }
  .laptop-xl\:top--79\% {
    top: -79%;
  }
  .laptop-xl\:m-b-79\% {
    margin-bottom: 79%;
  }
  .laptop-xl\:m-b--79\% {
    margin-bottom: -79%;
  }
  .laptop-xl\:p-b-79\% {
    padding-bottom: 79%;
  }
  .laptop-xl\:p-b--79\% {
    padding-bottom: -79%;
  }
  .laptop-xl\:bottom-79\% {
    bottom: 79%;
  }
  .laptop-xl\:bottom--79\% {
    bottom: -79%;
  }
  .laptop-xl\:m-l-79\% {
    margin-left: 79%;
  }
  .laptop-xl\:m-l--79\% {
    margin-left: -79%;
  }
  .laptop-xl\:p-l-79\% {
    padding-left: 79%;
  }
  .laptop-xl\:p-l--79\% {
    padding-left: -79%;
  }
  .laptop-xl\:left-79\% {
    left: 79%;
  }
  .laptop-xl\:left--79\% {
    left: -79%;
  }
  .laptop-xl\:m-r-79\% {
    margin-right: 79%;
  }
  .laptop-xl\:m-r--79\% {
    margin-right: -79%;
  }
  .laptop-xl\:p-r-79\% {
    padding-right: 79%;
  }
  .laptop-xl\:p-r--79\% {
    padding-right: -79%;
  }
  .laptop-xl\:right-79\% {
    right: 79%;
  }
  .laptop-xl\:right--79\% {
    right: -79%;
  }
  .laptop-xl\:h-79\% {
    height: 79%;
  }
  .laptop-xl\:w-79\% {
    width: 79%;
  }
  .laptop-xl\:max_h-79\% {
    max-height: 79%;
  }
  .laptop-xl\:max_w-79\% {
    max-width: 79%;
  }
  .laptop-xl\:min_h-79\% {
    min-height: 79%;
  }
  .laptop-xl\:min_w-79\% {
    min-width: 79%;
  }
  .laptop-xl\:h-79vh {
    height: 79vh;
  }
  .laptop-xl\:w-79vw {
    width: 79vw;
  }
  .laptop-xl\:min_w-79vw {
    min-width: 79vw;
  }
  .laptop-xl\:min_h-79vh {
    min-height: 79vh;
  }
  .laptop-xl\:max_w-79vw {
    max-width: 79vw;
  }
  .laptop-xl\:max_h-79vh {
    max-height: 79vh;
  }
  .laptop-xl\:m-t-80\% {
    margin-top: 80%;
  }
  .laptop-xl\:m-t--80\% {
    margin-top: -80%;
  }
  .laptop-xl\:p-t-80\% {
    padding-top: 80%;
  }
  .laptop-xl\:p-t--80\% {
    padding-top: -80%;
  }
  .laptop-xl\:top-80\% {
    top: 80%;
  }
  .laptop-xl\:top--80\% {
    top: -80%;
  }
  .laptop-xl\:m-b-80\% {
    margin-bottom: 80%;
  }
  .laptop-xl\:m-b--80\% {
    margin-bottom: -80%;
  }
  .laptop-xl\:p-b-80\% {
    padding-bottom: 80%;
  }
  .laptop-xl\:p-b--80\% {
    padding-bottom: -80%;
  }
  .laptop-xl\:bottom-80\% {
    bottom: 80%;
  }
  .laptop-xl\:bottom--80\% {
    bottom: -80%;
  }
  .laptop-xl\:m-l-80\% {
    margin-left: 80%;
  }
  .laptop-xl\:m-l--80\% {
    margin-left: -80%;
  }
  .laptop-xl\:p-l-80\% {
    padding-left: 80%;
  }
  .laptop-xl\:p-l--80\% {
    padding-left: -80%;
  }
  .laptop-xl\:left-80\% {
    left: 80%;
  }
  .laptop-xl\:left--80\% {
    left: -80%;
  }
  .laptop-xl\:m-r-80\% {
    margin-right: 80%;
  }
  .laptop-xl\:m-r--80\% {
    margin-right: -80%;
  }
  .laptop-xl\:p-r-80\% {
    padding-right: 80%;
  }
  .laptop-xl\:p-r--80\% {
    padding-right: -80%;
  }
  .laptop-xl\:right-80\% {
    right: 80%;
  }
  .laptop-xl\:right--80\% {
    right: -80%;
  }
  .laptop-xl\:h-80\% {
    height: 80%;
  }
  .laptop-xl\:w-80\% {
    width: 80%;
  }
  .laptop-xl\:max_h-80\% {
    max-height: 80%;
  }
  .laptop-xl\:max_w-80\% {
    max-width: 80%;
  }
  .laptop-xl\:min_h-80\% {
    min-height: 80%;
  }
  .laptop-xl\:min_w-80\% {
    min-width: 80%;
  }
  .laptop-xl\:h-80vh {
    height: 80vh;
  }
  .laptop-xl\:w-80vw {
    width: 80vw;
  }
  .laptop-xl\:min_w-80vw {
    min-width: 80vw;
  }
  .laptop-xl\:min_h-80vh {
    min-height: 80vh;
  }
  .laptop-xl\:max_w-80vw {
    max-width: 80vw;
  }
  .laptop-xl\:max_h-80vh {
    max-height: 80vh;
  }
  .laptop-xl\:m-t-81\% {
    margin-top: 81%;
  }
  .laptop-xl\:m-t--81\% {
    margin-top: -81%;
  }
  .laptop-xl\:p-t-81\% {
    padding-top: 81%;
  }
  .laptop-xl\:p-t--81\% {
    padding-top: -81%;
  }
  .laptop-xl\:top-81\% {
    top: 81%;
  }
  .laptop-xl\:top--81\% {
    top: -81%;
  }
  .laptop-xl\:m-b-81\% {
    margin-bottom: 81%;
  }
  .laptop-xl\:m-b--81\% {
    margin-bottom: -81%;
  }
  .laptop-xl\:p-b-81\% {
    padding-bottom: 81%;
  }
  .laptop-xl\:p-b--81\% {
    padding-bottom: -81%;
  }
  .laptop-xl\:bottom-81\% {
    bottom: 81%;
  }
  .laptop-xl\:bottom--81\% {
    bottom: -81%;
  }
  .laptop-xl\:m-l-81\% {
    margin-left: 81%;
  }
  .laptop-xl\:m-l--81\% {
    margin-left: -81%;
  }
  .laptop-xl\:p-l-81\% {
    padding-left: 81%;
  }
  .laptop-xl\:p-l--81\% {
    padding-left: -81%;
  }
  .laptop-xl\:left-81\% {
    left: 81%;
  }
  .laptop-xl\:left--81\% {
    left: -81%;
  }
  .laptop-xl\:m-r-81\% {
    margin-right: 81%;
  }
  .laptop-xl\:m-r--81\% {
    margin-right: -81%;
  }
  .laptop-xl\:p-r-81\% {
    padding-right: 81%;
  }
  .laptop-xl\:p-r--81\% {
    padding-right: -81%;
  }
  .laptop-xl\:right-81\% {
    right: 81%;
  }
  .laptop-xl\:right--81\% {
    right: -81%;
  }
  .laptop-xl\:h-81\% {
    height: 81%;
  }
  .laptop-xl\:w-81\% {
    width: 81%;
  }
  .laptop-xl\:max_h-81\% {
    max-height: 81%;
  }
  .laptop-xl\:max_w-81\% {
    max-width: 81%;
  }
  .laptop-xl\:min_h-81\% {
    min-height: 81%;
  }
  .laptop-xl\:min_w-81\% {
    min-width: 81%;
  }
  .laptop-xl\:h-81vh {
    height: 81vh;
  }
  .laptop-xl\:w-81vw {
    width: 81vw;
  }
  .laptop-xl\:min_w-81vw {
    min-width: 81vw;
  }
  .laptop-xl\:min_h-81vh {
    min-height: 81vh;
  }
  .laptop-xl\:max_w-81vw {
    max-width: 81vw;
  }
  .laptop-xl\:max_h-81vh {
    max-height: 81vh;
  }
  .laptop-xl\:m-t-82\% {
    margin-top: 82%;
  }
  .laptop-xl\:m-t--82\% {
    margin-top: -82%;
  }
  .laptop-xl\:p-t-82\% {
    padding-top: 82%;
  }
  .laptop-xl\:p-t--82\% {
    padding-top: -82%;
  }
  .laptop-xl\:top-82\% {
    top: 82%;
  }
  .laptop-xl\:top--82\% {
    top: -82%;
  }
  .laptop-xl\:m-b-82\% {
    margin-bottom: 82%;
  }
  .laptop-xl\:m-b--82\% {
    margin-bottom: -82%;
  }
  .laptop-xl\:p-b-82\% {
    padding-bottom: 82%;
  }
  .laptop-xl\:p-b--82\% {
    padding-bottom: -82%;
  }
  .laptop-xl\:bottom-82\% {
    bottom: 82%;
  }
  .laptop-xl\:bottom--82\% {
    bottom: -82%;
  }
  .laptop-xl\:m-l-82\% {
    margin-left: 82%;
  }
  .laptop-xl\:m-l--82\% {
    margin-left: -82%;
  }
  .laptop-xl\:p-l-82\% {
    padding-left: 82%;
  }
  .laptop-xl\:p-l--82\% {
    padding-left: -82%;
  }
  .laptop-xl\:left-82\% {
    left: 82%;
  }
  .laptop-xl\:left--82\% {
    left: -82%;
  }
  .laptop-xl\:m-r-82\% {
    margin-right: 82%;
  }
  .laptop-xl\:m-r--82\% {
    margin-right: -82%;
  }
  .laptop-xl\:p-r-82\% {
    padding-right: 82%;
  }
  .laptop-xl\:p-r--82\% {
    padding-right: -82%;
  }
  .laptop-xl\:right-82\% {
    right: 82%;
  }
  .laptop-xl\:right--82\% {
    right: -82%;
  }
  .laptop-xl\:h-82\% {
    height: 82%;
  }
  .laptop-xl\:w-82\% {
    width: 82%;
  }
  .laptop-xl\:max_h-82\% {
    max-height: 82%;
  }
  .laptop-xl\:max_w-82\% {
    max-width: 82%;
  }
  .laptop-xl\:min_h-82\% {
    min-height: 82%;
  }
  .laptop-xl\:min_w-82\% {
    min-width: 82%;
  }
  .laptop-xl\:h-82vh {
    height: 82vh;
  }
  .laptop-xl\:w-82vw {
    width: 82vw;
  }
  .laptop-xl\:min_w-82vw {
    min-width: 82vw;
  }
  .laptop-xl\:min_h-82vh {
    min-height: 82vh;
  }
  .laptop-xl\:max_w-82vw {
    max-width: 82vw;
  }
  .laptop-xl\:max_h-82vh {
    max-height: 82vh;
  }
  .laptop-xl\:m-t-83\% {
    margin-top: 83%;
  }
  .laptop-xl\:m-t--83\% {
    margin-top: -83%;
  }
  .laptop-xl\:p-t-83\% {
    padding-top: 83%;
  }
  .laptop-xl\:p-t--83\% {
    padding-top: -83%;
  }
  .laptop-xl\:top-83\% {
    top: 83%;
  }
  .laptop-xl\:top--83\% {
    top: -83%;
  }
  .laptop-xl\:m-b-83\% {
    margin-bottom: 83%;
  }
  .laptop-xl\:m-b--83\% {
    margin-bottom: -83%;
  }
  .laptop-xl\:p-b-83\% {
    padding-bottom: 83%;
  }
  .laptop-xl\:p-b--83\% {
    padding-bottom: -83%;
  }
  .laptop-xl\:bottom-83\% {
    bottom: 83%;
  }
  .laptop-xl\:bottom--83\% {
    bottom: -83%;
  }
  .laptop-xl\:m-l-83\% {
    margin-left: 83%;
  }
  .laptop-xl\:m-l--83\% {
    margin-left: -83%;
  }
  .laptop-xl\:p-l-83\% {
    padding-left: 83%;
  }
  .laptop-xl\:p-l--83\% {
    padding-left: -83%;
  }
  .laptop-xl\:left-83\% {
    left: 83%;
  }
  .laptop-xl\:left--83\% {
    left: -83%;
  }
  .laptop-xl\:m-r-83\% {
    margin-right: 83%;
  }
  .laptop-xl\:m-r--83\% {
    margin-right: -83%;
  }
  .laptop-xl\:p-r-83\% {
    padding-right: 83%;
  }
  .laptop-xl\:p-r--83\% {
    padding-right: -83%;
  }
  .laptop-xl\:right-83\% {
    right: 83%;
  }
  .laptop-xl\:right--83\% {
    right: -83%;
  }
  .laptop-xl\:h-83\% {
    height: 83%;
  }
  .laptop-xl\:w-83\% {
    width: 83%;
  }
  .laptop-xl\:max_h-83\% {
    max-height: 83%;
  }
  .laptop-xl\:max_w-83\% {
    max-width: 83%;
  }
  .laptop-xl\:min_h-83\% {
    min-height: 83%;
  }
  .laptop-xl\:min_w-83\% {
    min-width: 83%;
  }
  .laptop-xl\:h-83vh {
    height: 83vh;
  }
  .laptop-xl\:w-83vw {
    width: 83vw;
  }
  .laptop-xl\:min_w-83vw {
    min-width: 83vw;
  }
  .laptop-xl\:min_h-83vh {
    min-height: 83vh;
  }
  .laptop-xl\:max_w-83vw {
    max-width: 83vw;
  }
  .laptop-xl\:max_h-83vh {
    max-height: 83vh;
  }
  .laptop-xl\:m-t-84\% {
    margin-top: 84%;
  }
  .laptop-xl\:m-t--84\% {
    margin-top: -84%;
  }
  .laptop-xl\:p-t-84\% {
    padding-top: 84%;
  }
  .laptop-xl\:p-t--84\% {
    padding-top: -84%;
  }
  .laptop-xl\:top-84\% {
    top: 84%;
  }
  .laptop-xl\:top--84\% {
    top: -84%;
  }
  .laptop-xl\:m-b-84\% {
    margin-bottom: 84%;
  }
  .laptop-xl\:m-b--84\% {
    margin-bottom: -84%;
  }
  .laptop-xl\:p-b-84\% {
    padding-bottom: 84%;
  }
  .laptop-xl\:p-b--84\% {
    padding-bottom: -84%;
  }
  .laptop-xl\:bottom-84\% {
    bottom: 84%;
  }
  .laptop-xl\:bottom--84\% {
    bottom: -84%;
  }
  .laptop-xl\:m-l-84\% {
    margin-left: 84%;
  }
  .laptop-xl\:m-l--84\% {
    margin-left: -84%;
  }
  .laptop-xl\:p-l-84\% {
    padding-left: 84%;
  }
  .laptop-xl\:p-l--84\% {
    padding-left: -84%;
  }
  .laptop-xl\:left-84\% {
    left: 84%;
  }
  .laptop-xl\:left--84\% {
    left: -84%;
  }
  .laptop-xl\:m-r-84\% {
    margin-right: 84%;
  }
  .laptop-xl\:m-r--84\% {
    margin-right: -84%;
  }
  .laptop-xl\:p-r-84\% {
    padding-right: 84%;
  }
  .laptop-xl\:p-r--84\% {
    padding-right: -84%;
  }
  .laptop-xl\:right-84\% {
    right: 84%;
  }
  .laptop-xl\:right--84\% {
    right: -84%;
  }
  .laptop-xl\:h-84\% {
    height: 84%;
  }
  .laptop-xl\:w-84\% {
    width: 84%;
  }
  .laptop-xl\:max_h-84\% {
    max-height: 84%;
  }
  .laptop-xl\:max_w-84\% {
    max-width: 84%;
  }
  .laptop-xl\:min_h-84\% {
    min-height: 84%;
  }
  .laptop-xl\:min_w-84\% {
    min-width: 84%;
  }
  .laptop-xl\:h-84vh {
    height: 84vh;
  }
  .laptop-xl\:w-84vw {
    width: 84vw;
  }
  .laptop-xl\:min_w-84vw {
    min-width: 84vw;
  }
  .laptop-xl\:min_h-84vh {
    min-height: 84vh;
  }
  .laptop-xl\:max_w-84vw {
    max-width: 84vw;
  }
  .laptop-xl\:max_h-84vh {
    max-height: 84vh;
  }
  .laptop-xl\:m-t-85\% {
    margin-top: 85%;
  }
  .laptop-xl\:m-t--85\% {
    margin-top: -85%;
  }
  .laptop-xl\:p-t-85\% {
    padding-top: 85%;
  }
  .laptop-xl\:p-t--85\% {
    padding-top: -85%;
  }
  .laptop-xl\:top-85\% {
    top: 85%;
  }
  .laptop-xl\:top--85\% {
    top: -85%;
  }
  .laptop-xl\:m-b-85\% {
    margin-bottom: 85%;
  }
  .laptop-xl\:m-b--85\% {
    margin-bottom: -85%;
  }
  .laptop-xl\:p-b-85\% {
    padding-bottom: 85%;
  }
  .laptop-xl\:p-b--85\% {
    padding-bottom: -85%;
  }
  .laptop-xl\:bottom-85\% {
    bottom: 85%;
  }
  .laptop-xl\:bottom--85\% {
    bottom: -85%;
  }
  .laptop-xl\:m-l-85\% {
    margin-left: 85%;
  }
  .laptop-xl\:m-l--85\% {
    margin-left: -85%;
  }
  .laptop-xl\:p-l-85\% {
    padding-left: 85%;
  }
  .laptop-xl\:p-l--85\% {
    padding-left: -85%;
  }
  .laptop-xl\:left-85\% {
    left: 85%;
  }
  .laptop-xl\:left--85\% {
    left: -85%;
  }
  .laptop-xl\:m-r-85\% {
    margin-right: 85%;
  }
  .laptop-xl\:m-r--85\% {
    margin-right: -85%;
  }
  .laptop-xl\:p-r-85\% {
    padding-right: 85%;
  }
  .laptop-xl\:p-r--85\% {
    padding-right: -85%;
  }
  .laptop-xl\:right-85\% {
    right: 85%;
  }
  .laptop-xl\:right--85\% {
    right: -85%;
  }
  .laptop-xl\:h-85\% {
    height: 85%;
  }
  .laptop-xl\:w-85\% {
    width: 85%;
  }
  .laptop-xl\:max_h-85\% {
    max-height: 85%;
  }
  .laptop-xl\:max_w-85\% {
    max-width: 85%;
  }
  .laptop-xl\:min_h-85\% {
    min-height: 85%;
  }
  .laptop-xl\:min_w-85\% {
    min-width: 85%;
  }
  .laptop-xl\:h-85vh {
    height: 85vh;
  }
  .laptop-xl\:w-85vw {
    width: 85vw;
  }
  .laptop-xl\:min_w-85vw {
    min-width: 85vw;
  }
  .laptop-xl\:min_h-85vh {
    min-height: 85vh;
  }
  .laptop-xl\:max_w-85vw {
    max-width: 85vw;
  }
  .laptop-xl\:max_h-85vh {
    max-height: 85vh;
  }
  .laptop-xl\:m-t-86\% {
    margin-top: 86%;
  }
  .laptop-xl\:m-t--86\% {
    margin-top: -86%;
  }
  .laptop-xl\:p-t-86\% {
    padding-top: 86%;
  }
  .laptop-xl\:p-t--86\% {
    padding-top: -86%;
  }
  .laptop-xl\:top-86\% {
    top: 86%;
  }
  .laptop-xl\:top--86\% {
    top: -86%;
  }
  .laptop-xl\:m-b-86\% {
    margin-bottom: 86%;
  }
  .laptop-xl\:m-b--86\% {
    margin-bottom: -86%;
  }
  .laptop-xl\:p-b-86\% {
    padding-bottom: 86%;
  }
  .laptop-xl\:p-b--86\% {
    padding-bottom: -86%;
  }
  .laptop-xl\:bottom-86\% {
    bottom: 86%;
  }
  .laptop-xl\:bottom--86\% {
    bottom: -86%;
  }
  .laptop-xl\:m-l-86\% {
    margin-left: 86%;
  }
  .laptop-xl\:m-l--86\% {
    margin-left: -86%;
  }
  .laptop-xl\:p-l-86\% {
    padding-left: 86%;
  }
  .laptop-xl\:p-l--86\% {
    padding-left: -86%;
  }
  .laptop-xl\:left-86\% {
    left: 86%;
  }
  .laptop-xl\:left--86\% {
    left: -86%;
  }
  .laptop-xl\:m-r-86\% {
    margin-right: 86%;
  }
  .laptop-xl\:m-r--86\% {
    margin-right: -86%;
  }
  .laptop-xl\:p-r-86\% {
    padding-right: 86%;
  }
  .laptop-xl\:p-r--86\% {
    padding-right: -86%;
  }
  .laptop-xl\:right-86\% {
    right: 86%;
  }
  .laptop-xl\:right--86\% {
    right: -86%;
  }
  .laptop-xl\:h-86\% {
    height: 86%;
  }
  .laptop-xl\:w-86\% {
    width: 86%;
  }
  .laptop-xl\:max_h-86\% {
    max-height: 86%;
  }
  .laptop-xl\:max_w-86\% {
    max-width: 86%;
  }
  .laptop-xl\:min_h-86\% {
    min-height: 86%;
  }
  .laptop-xl\:min_w-86\% {
    min-width: 86%;
  }
  .laptop-xl\:h-86vh {
    height: 86vh;
  }
  .laptop-xl\:w-86vw {
    width: 86vw;
  }
  .laptop-xl\:min_w-86vw {
    min-width: 86vw;
  }
  .laptop-xl\:min_h-86vh {
    min-height: 86vh;
  }
  .laptop-xl\:max_w-86vw {
    max-width: 86vw;
  }
  .laptop-xl\:max_h-86vh {
    max-height: 86vh;
  }
  .laptop-xl\:m-t-87\% {
    margin-top: 87%;
  }
  .laptop-xl\:m-t--87\% {
    margin-top: -87%;
  }
  .laptop-xl\:p-t-87\% {
    padding-top: 87%;
  }
  .laptop-xl\:p-t--87\% {
    padding-top: -87%;
  }
  .laptop-xl\:top-87\% {
    top: 87%;
  }
  .laptop-xl\:top--87\% {
    top: -87%;
  }
  .laptop-xl\:m-b-87\% {
    margin-bottom: 87%;
  }
  .laptop-xl\:m-b--87\% {
    margin-bottom: -87%;
  }
  .laptop-xl\:p-b-87\% {
    padding-bottom: 87%;
  }
  .laptop-xl\:p-b--87\% {
    padding-bottom: -87%;
  }
  .laptop-xl\:bottom-87\% {
    bottom: 87%;
  }
  .laptop-xl\:bottom--87\% {
    bottom: -87%;
  }
  .laptop-xl\:m-l-87\% {
    margin-left: 87%;
  }
  .laptop-xl\:m-l--87\% {
    margin-left: -87%;
  }
  .laptop-xl\:p-l-87\% {
    padding-left: 87%;
  }
  .laptop-xl\:p-l--87\% {
    padding-left: -87%;
  }
  .laptop-xl\:left-87\% {
    left: 87%;
  }
  .laptop-xl\:left--87\% {
    left: -87%;
  }
  .laptop-xl\:m-r-87\% {
    margin-right: 87%;
  }
  .laptop-xl\:m-r--87\% {
    margin-right: -87%;
  }
  .laptop-xl\:p-r-87\% {
    padding-right: 87%;
  }
  .laptop-xl\:p-r--87\% {
    padding-right: -87%;
  }
  .laptop-xl\:right-87\% {
    right: 87%;
  }
  .laptop-xl\:right--87\% {
    right: -87%;
  }
  .laptop-xl\:h-87\% {
    height: 87%;
  }
  .laptop-xl\:w-87\% {
    width: 87%;
  }
  .laptop-xl\:max_h-87\% {
    max-height: 87%;
  }
  .laptop-xl\:max_w-87\% {
    max-width: 87%;
  }
  .laptop-xl\:min_h-87\% {
    min-height: 87%;
  }
  .laptop-xl\:min_w-87\% {
    min-width: 87%;
  }
  .laptop-xl\:h-87vh {
    height: 87vh;
  }
  .laptop-xl\:w-87vw {
    width: 87vw;
  }
  .laptop-xl\:min_w-87vw {
    min-width: 87vw;
  }
  .laptop-xl\:min_h-87vh {
    min-height: 87vh;
  }
  .laptop-xl\:max_w-87vw {
    max-width: 87vw;
  }
  .laptop-xl\:max_h-87vh {
    max-height: 87vh;
  }
  .laptop-xl\:m-t-88\% {
    margin-top: 88%;
  }
  .laptop-xl\:m-t--88\% {
    margin-top: -88%;
  }
  .laptop-xl\:p-t-88\% {
    padding-top: 88%;
  }
  .laptop-xl\:p-t--88\% {
    padding-top: -88%;
  }
  .laptop-xl\:top-88\% {
    top: 88%;
  }
  .laptop-xl\:top--88\% {
    top: -88%;
  }
  .laptop-xl\:m-b-88\% {
    margin-bottom: 88%;
  }
  .laptop-xl\:m-b--88\% {
    margin-bottom: -88%;
  }
  .laptop-xl\:p-b-88\% {
    padding-bottom: 88%;
  }
  .laptop-xl\:p-b--88\% {
    padding-bottom: -88%;
  }
  .laptop-xl\:bottom-88\% {
    bottom: 88%;
  }
  .laptop-xl\:bottom--88\% {
    bottom: -88%;
  }
  .laptop-xl\:m-l-88\% {
    margin-left: 88%;
  }
  .laptop-xl\:m-l--88\% {
    margin-left: -88%;
  }
  .laptop-xl\:p-l-88\% {
    padding-left: 88%;
  }
  .laptop-xl\:p-l--88\% {
    padding-left: -88%;
  }
  .laptop-xl\:left-88\% {
    left: 88%;
  }
  .laptop-xl\:left--88\% {
    left: -88%;
  }
  .laptop-xl\:m-r-88\% {
    margin-right: 88%;
  }
  .laptop-xl\:m-r--88\% {
    margin-right: -88%;
  }
  .laptop-xl\:p-r-88\% {
    padding-right: 88%;
  }
  .laptop-xl\:p-r--88\% {
    padding-right: -88%;
  }
  .laptop-xl\:right-88\% {
    right: 88%;
  }
  .laptop-xl\:right--88\% {
    right: -88%;
  }
  .laptop-xl\:h-88\% {
    height: 88%;
  }
  .laptop-xl\:w-88\% {
    width: 88%;
  }
  .laptop-xl\:max_h-88\% {
    max-height: 88%;
  }
  .laptop-xl\:max_w-88\% {
    max-width: 88%;
  }
  .laptop-xl\:min_h-88\% {
    min-height: 88%;
  }
  .laptop-xl\:min_w-88\% {
    min-width: 88%;
  }
  .laptop-xl\:h-88vh {
    height: 88vh;
  }
  .laptop-xl\:w-88vw {
    width: 88vw;
  }
  .laptop-xl\:min_w-88vw {
    min-width: 88vw;
  }
  .laptop-xl\:min_h-88vh {
    min-height: 88vh;
  }
  .laptop-xl\:max_w-88vw {
    max-width: 88vw;
  }
  .laptop-xl\:max_h-88vh {
    max-height: 88vh;
  }
  .laptop-xl\:m-t-89\% {
    margin-top: 89%;
  }
  .laptop-xl\:m-t--89\% {
    margin-top: -89%;
  }
  .laptop-xl\:p-t-89\% {
    padding-top: 89%;
  }
  .laptop-xl\:p-t--89\% {
    padding-top: -89%;
  }
  .laptop-xl\:top-89\% {
    top: 89%;
  }
  .laptop-xl\:top--89\% {
    top: -89%;
  }
  .laptop-xl\:m-b-89\% {
    margin-bottom: 89%;
  }
  .laptop-xl\:m-b--89\% {
    margin-bottom: -89%;
  }
  .laptop-xl\:p-b-89\% {
    padding-bottom: 89%;
  }
  .laptop-xl\:p-b--89\% {
    padding-bottom: -89%;
  }
  .laptop-xl\:bottom-89\% {
    bottom: 89%;
  }
  .laptop-xl\:bottom--89\% {
    bottom: -89%;
  }
  .laptop-xl\:m-l-89\% {
    margin-left: 89%;
  }
  .laptop-xl\:m-l--89\% {
    margin-left: -89%;
  }
  .laptop-xl\:p-l-89\% {
    padding-left: 89%;
  }
  .laptop-xl\:p-l--89\% {
    padding-left: -89%;
  }
  .laptop-xl\:left-89\% {
    left: 89%;
  }
  .laptop-xl\:left--89\% {
    left: -89%;
  }
  .laptop-xl\:m-r-89\% {
    margin-right: 89%;
  }
  .laptop-xl\:m-r--89\% {
    margin-right: -89%;
  }
  .laptop-xl\:p-r-89\% {
    padding-right: 89%;
  }
  .laptop-xl\:p-r--89\% {
    padding-right: -89%;
  }
  .laptop-xl\:right-89\% {
    right: 89%;
  }
  .laptop-xl\:right--89\% {
    right: -89%;
  }
  .laptop-xl\:h-89\% {
    height: 89%;
  }
  .laptop-xl\:w-89\% {
    width: 89%;
  }
  .laptop-xl\:max_h-89\% {
    max-height: 89%;
  }
  .laptop-xl\:max_w-89\% {
    max-width: 89%;
  }
  .laptop-xl\:min_h-89\% {
    min-height: 89%;
  }
  .laptop-xl\:min_w-89\% {
    min-width: 89%;
  }
  .laptop-xl\:h-89vh {
    height: 89vh;
  }
  .laptop-xl\:w-89vw {
    width: 89vw;
  }
  .laptop-xl\:min_w-89vw {
    min-width: 89vw;
  }
  .laptop-xl\:min_h-89vh {
    min-height: 89vh;
  }
  .laptop-xl\:max_w-89vw {
    max-width: 89vw;
  }
  .laptop-xl\:max_h-89vh {
    max-height: 89vh;
  }
  .laptop-xl\:m-t-90\% {
    margin-top: 90%;
  }
  .laptop-xl\:m-t--90\% {
    margin-top: -90%;
  }
  .laptop-xl\:p-t-90\% {
    padding-top: 90%;
  }
  .laptop-xl\:p-t--90\% {
    padding-top: -90%;
  }
  .laptop-xl\:top-90\% {
    top: 90%;
  }
  .laptop-xl\:top--90\% {
    top: -90%;
  }
  .laptop-xl\:m-b-90\% {
    margin-bottom: 90%;
  }
  .laptop-xl\:m-b--90\% {
    margin-bottom: -90%;
  }
  .laptop-xl\:p-b-90\% {
    padding-bottom: 90%;
  }
  .laptop-xl\:p-b--90\% {
    padding-bottom: -90%;
  }
  .laptop-xl\:bottom-90\% {
    bottom: 90%;
  }
  .laptop-xl\:bottom--90\% {
    bottom: -90%;
  }
  .laptop-xl\:m-l-90\% {
    margin-left: 90%;
  }
  .laptop-xl\:m-l--90\% {
    margin-left: -90%;
  }
  .laptop-xl\:p-l-90\% {
    padding-left: 90%;
  }
  .laptop-xl\:p-l--90\% {
    padding-left: -90%;
  }
  .laptop-xl\:left-90\% {
    left: 90%;
  }
  .laptop-xl\:left--90\% {
    left: -90%;
  }
  .laptop-xl\:m-r-90\% {
    margin-right: 90%;
  }
  .laptop-xl\:m-r--90\% {
    margin-right: -90%;
  }
  .laptop-xl\:p-r-90\% {
    padding-right: 90%;
  }
  .laptop-xl\:p-r--90\% {
    padding-right: -90%;
  }
  .laptop-xl\:right-90\% {
    right: 90%;
  }
  .laptop-xl\:right--90\% {
    right: -90%;
  }
  .laptop-xl\:h-90\% {
    height: 90%;
  }
  .laptop-xl\:w-90\% {
    width: 90%;
  }
  .laptop-xl\:max_h-90\% {
    max-height: 90%;
  }
  .laptop-xl\:max_w-90\% {
    max-width: 90%;
  }
  .laptop-xl\:min_h-90\% {
    min-height: 90%;
  }
  .laptop-xl\:min_w-90\% {
    min-width: 90%;
  }
  .laptop-xl\:h-90vh {
    height: 90vh;
  }
  .laptop-xl\:w-90vw {
    width: 90vw;
  }
  .laptop-xl\:min_w-90vw {
    min-width: 90vw;
  }
  .laptop-xl\:min_h-90vh {
    min-height: 90vh;
  }
  .laptop-xl\:max_w-90vw {
    max-width: 90vw;
  }
  .laptop-xl\:max_h-90vh {
    max-height: 90vh;
  }
  .laptop-xl\:m-t-91\% {
    margin-top: 91%;
  }
  .laptop-xl\:m-t--91\% {
    margin-top: -91%;
  }
  .laptop-xl\:p-t-91\% {
    padding-top: 91%;
  }
  .laptop-xl\:p-t--91\% {
    padding-top: -91%;
  }
  .laptop-xl\:top-91\% {
    top: 91%;
  }
  .laptop-xl\:top--91\% {
    top: -91%;
  }
  .laptop-xl\:m-b-91\% {
    margin-bottom: 91%;
  }
  .laptop-xl\:m-b--91\% {
    margin-bottom: -91%;
  }
  .laptop-xl\:p-b-91\% {
    padding-bottom: 91%;
  }
  .laptop-xl\:p-b--91\% {
    padding-bottom: -91%;
  }
  .laptop-xl\:bottom-91\% {
    bottom: 91%;
  }
  .laptop-xl\:bottom--91\% {
    bottom: -91%;
  }
  .laptop-xl\:m-l-91\% {
    margin-left: 91%;
  }
  .laptop-xl\:m-l--91\% {
    margin-left: -91%;
  }
  .laptop-xl\:p-l-91\% {
    padding-left: 91%;
  }
  .laptop-xl\:p-l--91\% {
    padding-left: -91%;
  }
  .laptop-xl\:left-91\% {
    left: 91%;
  }
  .laptop-xl\:left--91\% {
    left: -91%;
  }
  .laptop-xl\:m-r-91\% {
    margin-right: 91%;
  }
  .laptop-xl\:m-r--91\% {
    margin-right: -91%;
  }
  .laptop-xl\:p-r-91\% {
    padding-right: 91%;
  }
  .laptop-xl\:p-r--91\% {
    padding-right: -91%;
  }
  .laptop-xl\:right-91\% {
    right: 91%;
  }
  .laptop-xl\:right--91\% {
    right: -91%;
  }
  .laptop-xl\:h-91\% {
    height: 91%;
  }
  .laptop-xl\:w-91\% {
    width: 91%;
  }
  .laptop-xl\:max_h-91\% {
    max-height: 91%;
  }
  .laptop-xl\:max_w-91\% {
    max-width: 91%;
  }
  .laptop-xl\:min_h-91\% {
    min-height: 91%;
  }
  .laptop-xl\:min_w-91\% {
    min-width: 91%;
  }
  .laptop-xl\:h-91vh {
    height: 91vh;
  }
  .laptop-xl\:w-91vw {
    width: 91vw;
  }
  .laptop-xl\:min_w-91vw {
    min-width: 91vw;
  }
  .laptop-xl\:min_h-91vh {
    min-height: 91vh;
  }
  .laptop-xl\:max_w-91vw {
    max-width: 91vw;
  }
  .laptop-xl\:max_h-91vh {
    max-height: 91vh;
  }
  .laptop-xl\:m-t-92\% {
    margin-top: 92%;
  }
  .laptop-xl\:m-t--92\% {
    margin-top: -92%;
  }
  .laptop-xl\:p-t-92\% {
    padding-top: 92%;
  }
  .laptop-xl\:p-t--92\% {
    padding-top: -92%;
  }
  .laptop-xl\:top-92\% {
    top: 92%;
  }
  .laptop-xl\:top--92\% {
    top: -92%;
  }
  .laptop-xl\:m-b-92\% {
    margin-bottom: 92%;
  }
  .laptop-xl\:m-b--92\% {
    margin-bottom: -92%;
  }
  .laptop-xl\:p-b-92\% {
    padding-bottom: 92%;
  }
  .laptop-xl\:p-b--92\% {
    padding-bottom: -92%;
  }
  .laptop-xl\:bottom-92\% {
    bottom: 92%;
  }
  .laptop-xl\:bottom--92\% {
    bottom: -92%;
  }
  .laptop-xl\:m-l-92\% {
    margin-left: 92%;
  }
  .laptop-xl\:m-l--92\% {
    margin-left: -92%;
  }
  .laptop-xl\:p-l-92\% {
    padding-left: 92%;
  }
  .laptop-xl\:p-l--92\% {
    padding-left: -92%;
  }
  .laptop-xl\:left-92\% {
    left: 92%;
  }
  .laptop-xl\:left--92\% {
    left: -92%;
  }
  .laptop-xl\:m-r-92\% {
    margin-right: 92%;
  }
  .laptop-xl\:m-r--92\% {
    margin-right: -92%;
  }
  .laptop-xl\:p-r-92\% {
    padding-right: 92%;
  }
  .laptop-xl\:p-r--92\% {
    padding-right: -92%;
  }
  .laptop-xl\:right-92\% {
    right: 92%;
  }
  .laptop-xl\:right--92\% {
    right: -92%;
  }
  .laptop-xl\:h-92\% {
    height: 92%;
  }
  .laptop-xl\:w-92\% {
    width: 92%;
  }
  .laptop-xl\:max_h-92\% {
    max-height: 92%;
  }
  .laptop-xl\:max_w-92\% {
    max-width: 92%;
  }
  .laptop-xl\:min_h-92\% {
    min-height: 92%;
  }
  .laptop-xl\:min_w-92\% {
    min-width: 92%;
  }
  .laptop-xl\:h-92vh {
    height: 92vh;
  }
  .laptop-xl\:w-92vw {
    width: 92vw;
  }
  .laptop-xl\:min_w-92vw {
    min-width: 92vw;
  }
  .laptop-xl\:min_h-92vh {
    min-height: 92vh;
  }
  .laptop-xl\:max_w-92vw {
    max-width: 92vw;
  }
  .laptop-xl\:max_h-92vh {
    max-height: 92vh;
  }
  .laptop-xl\:m-t-93\% {
    margin-top: 93%;
  }
  .laptop-xl\:m-t--93\% {
    margin-top: -93%;
  }
  .laptop-xl\:p-t-93\% {
    padding-top: 93%;
  }
  .laptop-xl\:p-t--93\% {
    padding-top: -93%;
  }
  .laptop-xl\:top-93\% {
    top: 93%;
  }
  .laptop-xl\:top--93\% {
    top: -93%;
  }
  .laptop-xl\:m-b-93\% {
    margin-bottom: 93%;
  }
  .laptop-xl\:m-b--93\% {
    margin-bottom: -93%;
  }
  .laptop-xl\:p-b-93\% {
    padding-bottom: 93%;
  }
  .laptop-xl\:p-b--93\% {
    padding-bottom: -93%;
  }
  .laptop-xl\:bottom-93\% {
    bottom: 93%;
  }
  .laptop-xl\:bottom--93\% {
    bottom: -93%;
  }
  .laptop-xl\:m-l-93\% {
    margin-left: 93%;
  }
  .laptop-xl\:m-l--93\% {
    margin-left: -93%;
  }
  .laptop-xl\:p-l-93\% {
    padding-left: 93%;
  }
  .laptop-xl\:p-l--93\% {
    padding-left: -93%;
  }
  .laptop-xl\:left-93\% {
    left: 93%;
  }
  .laptop-xl\:left--93\% {
    left: -93%;
  }
  .laptop-xl\:m-r-93\% {
    margin-right: 93%;
  }
  .laptop-xl\:m-r--93\% {
    margin-right: -93%;
  }
  .laptop-xl\:p-r-93\% {
    padding-right: 93%;
  }
  .laptop-xl\:p-r--93\% {
    padding-right: -93%;
  }
  .laptop-xl\:right-93\% {
    right: 93%;
  }
  .laptop-xl\:right--93\% {
    right: -93%;
  }
  .laptop-xl\:h-93\% {
    height: 93%;
  }
  .laptop-xl\:w-93\% {
    width: 93%;
  }
  .laptop-xl\:max_h-93\% {
    max-height: 93%;
  }
  .laptop-xl\:max_w-93\% {
    max-width: 93%;
  }
  .laptop-xl\:min_h-93\% {
    min-height: 93%;
  }
  .laptop-xl\:min_w-93\% {
    min-width: 93%;
  }
  .laptop-xl\:h-93vh {
    height: 93vh;
  }
  .laptop-xl\:w-93vw {
    width: 93vw;
  }
  .laptop-xl\:min_w-93vw {
    min-width: 93vw;
  }
  .laptop-xl\:min_h-93vh {
    min-height: 93vh;
  }
  .laptop-xl\:max_w-93vw {
    max-width: 93vw;
  }
  .laptop-xl\:max_h-93vh {
    max-height: 93vh;
  }
  .laptop-xl\:m-t-94\% {
    margin-top: 94%;
  }
  .laptop-xl\:m-t--94\% {
    margin-top: -94%;
  }
  .laptop-xl\:p-t-94\% {
    padding-top: 94%;
  }
  .laptop-xl\:p-t--94\% {
    padding-top: -94%;
  }
  .laptop-xl\:top-94\% {
    top: 94%;
  }
  .laptop-xl\:top--94\% {
    top: -94%;
  }
  .laptop-xl\:m-b-94\% {
    margin-bottom: 94%;
  }
  .laptop-xl\:m-b--94\% {
    margin-bottom: -94%;
  }
  .laptop-xl\:p-b-94\% {
    padding-bottom: 94%;
  }
  .laptop-xl\:p-b--94\% {
    padding-bottom: -94%;
  }
  .laptop-xl\:bottom-94\% {
    bottom: 94%;
  }
  .laptop-xl\:bottom--94\% {
    bottom: -94%;
  }
  .laptop-xl\:m-l-94\% {
    margin-left: 94%;
  }
  .laptop-xl\:m-l--94\% {
    margin-left: -94%;
  }
  .laptop-xl\:p-l-94\% {
    padding-left: 94%;
  }
  .laptop-xl\:p-l--94\% {
    padding-left: -94%;
  }
  .laptop-xl\:left-94\% {
    left: 94%;
  }
  .laptop-xl\:left--94\% {
    left: -94%;
  }
  .laptop-xl\:m-r-94\% {
    margin-right: 94%;
  }
  .laptop-xl\:m-r--94\% {
    margin-right: -94%;
  }
  .laptop-xl\:p-r-94\% {
    padding-right: 94%;
  }
  .laptop-xl\:p-r--94\% {
    padding-right: -94%;
  }
  .laptop-xl\:right-94\% {
    right: 94%;
  }
  .laptop-xl\:right--94\% {
    right: -94%;
  }
  .laptop-xl\:h-94\% {
    height: 94%;
  }
  .laptop-xl\:w-94\% {
    width: 94%;
  }
  .laptop-xl\:max_h-94\% {
    max-height: 94%;
  }
  .laptop-xl\:max_w-94\% {
    max-width: 94%;
  }
  .laptop-xl\:min_h-94\% {
    min-height: 94%;
  }
  .laptop-xl\:min_w-94\% {
    min-width: 94%;
  }
  .laptop-xl\:h-94vh {
    height: 94vh;
  }
  .laptop-xl\:w-94vw {
    width: 94vw;
  }
  .laptop-xl\:min_w-94vw {
    min-width: 94vw;
  }
  .laptop-xl\:min_h-94vh {
    min-height: 94vh;
  }
  .laptop-xl\:max_w-94vw {
    max-width: 94vw;
  }
  .laptop-xl\:max_h-94vh {
    max-height: 94vh;
  }
  .laptop-xl\:m-t-95\% {
    margin-top: 95%;
  }
  .laptop-xl\:m-t--95\% {
    margin-top: -95%;
  }
  .laptop-xl\:p-t-95\% {
    padding-top: 95%;
  }
  .laptop-xl\:p-t--95\% {
    padding-top: -95%;
  }
  .laptop-xl\:top-95\% {
    top: 95%;
  }
  .laptop-xl\:top--95\% {
    top: -95%;
  }
  .laptop-xl\:m-b-95\% {
    margin-bottom: 95%;
  }
  .laptop-xl\:m-b--95\% {
    margin-bottom: -95%;
  }
  .laptop-xl\:p-b-95\% {
    padding-bottom: 95%;
  }
  .laptop-xl\:p-b--95\% {
    padding-bottom: -95%;
  }
  .laptop-xl\:bottom-95\% {
    bottom: 95%;
  }
  .laptop-xl\:bottom--95\% {
    bottom: -95%;
  }
  .laptop-xl\:m-l-95\% {
    margin-left: 95%;
  }
  .laptop-xl\:m-l--95\% {
    margin-left: -95%;
  }
  .laptop-xl\:p-l-95\% {
    padding-left: 95%;
  }
  .laptop-xl\:p-l--95\% {
    padding-left: -95%;
  }
  .laptop-xl\:left-95\% {
    left: 95%;
  }
  .laptop-xl\:left--95\% {
    left: -95%;
  }
  .laptop-xl\:m-r-95\% {
    margin-right: 95%;
  }
  .laptop-xl\:m-r--95\% {
    margin-right: -95%;
  }
  .laptop-xl\:p-r-95\% {
    padding-right: 95%;
  }
  .laptop-xl\:p-r--95\% {
    padding-right: -95%;
  }
  .laptop-xl\:right-95\% {
    right: 95%;
  }
  .laptop-xl\:right--95\% {
    right: -95%;
  }
  .laptop-xl\:h-95\% {
    height: 95%;
  }
  .laptop-xl\:w-95\% {
    width: 95%;
  }
  .laptop-xl\:max_h-95\% {
    max-height: 95%;
  }
  .laptop-xl\:max_w-95\% {
    max-width: 95%;
  }
  .laptop-xl\:min_h-95\% {
    min-height: 95%;
  }
  .laptop-xl\:min_w-95\% {
    min-width: 95%;
  }
  .laptop-xl\:h-95vh {
    height: 95vh;
  }
  .laptop-xl\:w-95vw {
    width: 95vw;
  }
  .laptop-xl\:min_w-95vw {
    min-width: 95vw;
  }
  .laptop-xl\:min_h-95vh {
    min-height: 95vh;
  }
  .laptop-xl\:max_w-95vw {
    max-width: 95vw;
  }
  .laptop-xl\:max_h-95vh {
    max-height: 95vh;
  }
  .laptop-xl\:m-t-96\% {
    margin-top: 96%;
  }
  .laptop-xl\:m-t--96\% {
    margin-top: -96%;
  }
  .laptop-xl\:p-t-96\% {
    padding-top: 96%;
  }
  .laptop-xl\:p-t--96\% {
    padding-top: -96%;
  }
  .laptop-xl\:top-96\% {
    top: 96%;
  }
  .laptop-xl\:top--96\% {
    top: -96%;
  }
  .laptop-xl\:m-b-96\% {
    margin-bottom: 96%;
  }
  .laptop-xl\:m-b--96\% {
    margin-bottom: -96%;
  }
  .laptop-xl\:p-b-96\% {
    padding-bottom: 96%;
  }
  .laptop-xl\:p-b--96\% {
    padding-bottom: -96%;
  }
  .laptop-xl\:bottom-96\% {
    bottom: 96%;
  }
  .laptop-xl\:bottom--96\% {
    bottom: -96%;
  }
  .laptop-xl\:m-l-96\% {
    margin-left: 96%;
  }
  .laptop-xl\:m-l--96\% {
    margin-left: -96%;
  }
  .laptop-xl\:p-l-96\% {
    padding-left: 96%;
  }
  .laptop-xl\:p-l--96\% {
    padding-left: -96%;
  }
  .laptop-xl\:left-96\% {
    left: 96%;
  }
  .laptop-xl\:left--96\% {
    left: -96%;
  }
  .laptop-xl\:m-r-96\% {
    margin-right: 96%;
  }
  .laptop-xl\:m-r--96\% {
    margin-right: -96%;
  }
  .laptop-xl\:p-r-96\% {
    padding-right: 96%;
  }
  .laptop-xl\:p-r--96\% {
    padding-right: -96%;
  }
  .laptop-xl\:right-96\% {
    right: 96%;
  }
  .laptop-xl\:right--96\% {
    right: -96%;
  }
  .laptop-xl\:h-96\% {
    height: 96%;
  }
  .laptop-xl\:w-96\% {
    width: 96%;
  }
  .laptop-xl\:max_h-96\% {
    max-height: 96%;
  }
  .laptop-xl\:max_w-96\% {
    max-width: 96%;
  }
  .laptop-xl\:min_h-96\% {
    min-height: 96%;
  }
  .laptop-xl\:min_w-96\% {
    min-width: 96%;
  }
  .laptop-xl\:h-96vh {
    height: 96vh;
  }
  .laptop-xl\:w-96vw {
    width: 96vw;
  }
  .laptop-xl\:min_w-96vw {
    min-width: 96vw;
  }
  .laptop-xl\:min_h-96vh {
    min-height: 96vh;
  }
  .laptop-xl\:max_w-96vw {
    max-width: 96vw;
  }
  .laptop-xl\:max_h-96vh {
    max-height: 96vh;
  }
  .laptop-xl\:m-t-97\% {
    margin-top: 97%;
  }
  .laptop-xl\:m-t--97\% {
    margin-top: -97%;
  }
  .laptop-xl\:p-t-97\% {
    padding-top: 97%;
  }
  .laptop-xl\:p-t--97\% {
    padding-top: -97%;
  }
  .laptop-xl\:top-97\% {
    top: 97%;
  }
  .laptop-xl\:top--97\% {
    top: -97%;
  }
  .laptop-xl\:m-b-97\% {
    margin-bottom: 97%;
  }
  .laptop-xl\:m-b--97\% {
    margin-bottom: -97%;
  }
  .laptop-xl\:p-b-97\% {
    padding-bottom: 97%;
  }
  .laptop-xl\:p-b--97\% {
    padding-bottom: -97%;
  }
  .laptop-xl\:bottom-97\% {
    bottom: 97%;
  }
  .laptop-xl\:bottom--97\% {
    bottom: -97%;
  }
  .laptop-xl\:m-l-97\% {
    margin-left: 97%;
  }
  .laptop-xl\:m-l--97\% {
    margin-left: -97%;
  }
  .laptop-xl\:p-l-97\% {
    padding-left: 97%;
  }
  .laptop-xl\:p-l--97\% {
    padding-left: -97%;
  }
  .laptop-xl\:left-97\% {
    left: 97%;
  }
  .laptop-xl\:left--97\% {
    left: -97%;
  }
  .laptop-xl\:m-r-97\% {
    margin-right: 97%;
  }
  .laptop-xl\:m-r--97\% {
    margin-right: -97%;
  }
  .laptop-xl\:p-r-97\% {
    padding-right: 97%;
  }
  .laptop-xl\:p-r--97\% {
    padding-right: -97%;
  }
  .laptop-xl\:right-97\% {
    right: 97%;
  }
  .laptop-xl\:right--97\% {
    right: -97%;
  }
  .laptop-xl\:h-97\% {
    height: 97%;
  }
  .laptop-xl\:w-97\% {
    width: 97%;
  }
  .laptop-xl\:max_h-97\% {
    max-height: 97%;
  }
  .laptop-xl\:max_w-97\% {
    max-width: 97%;
  }
  .laptop-xl\:min_h-97\% {
    min-height: 97%;
  }
  .laptop-xl\:min_w-97\% {
    min-width: 97%;
  }
  .laptop-xl\:h-97vh {
    height: 97vh;
  }
  .laptop-xl\:w-97vw {
    width: 97vw;
  }
  .laptop-xl\:min_w-97vw {
    min-width: 97vw;
  }
  .laptop-xl\:min_h-97vh {
    min-height: 97vh;
  }
  .laptop-xl\:max_w-97vw {
    max-width: 97vw;
  }
  .laptop-xl\:max_h-97vh {
    max-height: 97vh;
  }
  .laptop-xl\:m-t-98\% {
    margin-top: 98%;
  }
  .laptop-xl\:m-t--98\% {
    margin-top: -98%;
  }
  .laptop-xl\:p-t-98\% {
    padding-top: 98%;
  }
  .laptop-xl\:p-t--98\% {
    padding-top: -98%;
  }
  .laptop-xl\:top-98\% {
    top: 98%;
  }
  .laptop-xl\:top--98\% {
    top: -98%;
  }
  .laptop-xl\:m-b-98\% {
    margin-bottom: 98%;
  }
  .laptop-xl\:m-b--98\% {
    margin-bottom: -98%;
  }
  .laptop-xl\:p-b-98\% {
    padding-bottom: 98%;
  }
  .laptop-xl\:p-b--98\% {
    padding-bottom: -98%;
  }
  .laptop-xl\:bottom-98\% {
    bottom: 98%;
  }
  .laptop-xl\:bottom--98\% {
    bottom: -98%;
  }
  .laptop-xl\:m-l-98\% {
    margin-left: 98%;
  }
  .laptop-xl\:m-l--98\% {
    margin-left: -98%;
  }
  .laptop-xl\:p-l-98\% {
    padding-left: 98%;
  }
  .laptop-xl\:p-l--98\% {
    padding-left: -98%;
  }
  .laptop-xl\:left-98\% {
    left: 98%;
  }
  .laptop-xl\:left--98\% {
    left: -98%;
  }
  .laptop-xl\:m-r-98\% {
    margin-right: 98%;
  }
  .laptop-xl\:m-r--98\% {
    margin-right: -98%;
  }
  .laptop-xl\:p-r-98\% {
    padding-right: 98%;
  }
  .laptop-xl\:p-r--98\% {
    padding-right: -98%;
  }
  .laptop-xl\:right-98\% {
    right: 98%;
  }
  .laptop-xl\:right--98\% {
    right: -98%;
  }
  .laptop-xl\:h-98\% {
    height: 98%;
  }
  .laptop-xl\:w-98\% {
    width: 98%;
  }
  .laptop-xl\:max_h-98\% {
    max-height: 98%;
  }
  .laptop-xl\:max_w-98\% {
    max-width: 98%;
  }
  .laptop-xl\:min_h-98\% {
    min-height: 98%;
  }
  .laptop-xl\:min_w-98\% {
    min-width: 98%;
  }
  .laptop-xl\:h-98vh {
    height: 98vh;
  }
  .laptop-xl\:w-98vw {
    width: 98vw;
  }
  .laptop-xl\:min_w-98vw {
    min-width: 98vw;
  }
  .laptop-xl\:min_h-98vh {
    min-height: 98vh;
  }
  .laptop-xl\:max_w-98vw {
    max-width: 98vw;
  }
  .laptop-xl\:max_h-98vh {
    max-height: 98vh;
  }
  .laptop-xl\:m-t-99\% {
    margin-top: 99%;
  }
  .laptop-xl\:m-t--99\% {
    margin-top: -99%;
  }
  .laptop-xl\:p-t-99\% {
    padding-top: 99%;
  }
  .laptop-xl\:p-t--99\% {
    padding-top: -99%;
  }
  .laptop-xl\:top-99\% {
    top: 99%;
  }
  .laptop-xl\:top--99\% {
    top: -99%;
  }
  .laptop-xl\:m-b-99\% {
    margin-bottom: 99%;
  }
  .laptop-xl\:m-b--99\% {
    margin-bottom: -99%;
  }
  .laptop-xl\:p-b-99\% {
    padding-bottom: 99%;
  }
  .laptop-xl\:p-b--99\% {
    padding-bottom: -99%;
  }
  .laptop-xl\:bottom-99\% {
    bottom: 99%;
  }
  .laptop-xl\:bottom--99\% {
    bottom: -99%;
  }
  .laptop-xl\:m-l-99\% {
    margin-left: 99%;
  }
  .laptop-xl\:m-l--99\% {
    margin-left: -99%;
  }
  .laptop-xl\:p-l-99\% {
    padding-left: 99%;
  }
  .laptop-xl\:p-l--99\% {
    padding-left: -99%;
  }
  .laptop-xl\:left-99\% {
    left: 99%;
  }
  .laptop-xl\:left--99\% {
    left: -99%;
  }
  .laptop-xl\:m-r-99\% {
    margin-right: 99%;
  }
  .laptop-xl\:m-r--99\% {
    margin-right: -99%;
  }
  .laptop-xl\:p-r-99\% {
    padding-right: 99%;
  }
  .laptop-xl\:p-r--99\% {
    padding-right: -99%;
  }
  .laptop-xl\:right-99\% {
    right: 99%;
  }
  .laptop-xl\:right--99\% {
    right: -99%;
  }
  .laptop-xl\:h-99\% {
    height: 99%;
  }
  .laptop-xl\:w-99\% {
    width: 99%;
  }
  .laptop-xl\:max_h-99\% {
    max-height: 99%;
  }
  .laptop-xl\:max_w-99\% {
    max-width: 99%;
  }
  .laptop-xl\:min_h-99\% {
    min-height: 99%;
  }
  .laptop-xl\:min_w-99\% {
    min-width: 99%;
  }
  .laptop-xl\:h-99vh {
    height: 99vh;
  }
  .laptop-xl\:w-99vw {
    width: 99vw;
  }
  .laptop-xl\:min_w-99vw {
    min-width: 99vw;
  }
  .laptop-xl\:min_h-99vh {
    min-height: 99vh;
  }
  .laptop-xl\:max_w-99vw {
    max-width: 99vw;
  }
  .laptop-xl\:max_h-99vh {
    max-height: 99vh;
  }
  .laptop-xl\:m-t-100\% {
    margin-top: 100%;
  }
  .laptop-xl\:m-t--100\% {
    margin-top: -100%;
  }
  .laptop-xl\:p-t-100\% {
    padding-top: 100%;
  }
  .laptop-xl\:p-t--100\% {
    padding-top: -100%;
  }
  .laptop-xl\:top-100\% {
    top: 100%;
  }
  .laptop-xl\:top--100\% {
    top: -100%;
  }
  .laptop-xl\:m-b-100\% {
    margin-bottom: 100%;
  }
  .laptop-xl\:m-b--100\% {
    margin-bottom: -100%;
  }
  .laptop-xl\:p-b-100\% {
    padding-bottom: 100%;
  }
  .laptop-xl\:p-b--100\% {
    padding-bottom: -100%;
  }
  .laptop-xl\:bottom-100\% {
    bottom: 100%;
  }
  .laptop-xl\:bottom--100\% {
    bottom: -100%;
  }
  .laptop-xl\:m-l-100\% {
    margin-left: 100%;
  }
  .laptop-xl\:m-l--100\% {
    margin-left: -100%;
  }
  .laptop-xl\:p-l-100\% {
    padding-left: 100%;
  }
  .laptop-xl\:p-l--100\% {
    padding-left: -100%;
  }
  .laptop-xl\:left-100\% {
    left: 100%;
  }
  .laptop-xl\:left--100\% {
    left: -100%;
  }
  .laptop-xl\:m-r-100\% {
    margin-right: 100%;
  }
  .laptop-xl\:m-r--100\% {
    margin-right: -100%;
  }
  .laptop-xl\:p-r-100\% {
    padding-right: 100%;
  }
  .laptop-xl\:p-r--100\% {
    padding-right: -100%;
  }
  .laptop-xl\:right-100\% {
    right: 100%;
  }
  .laptop-xl\:right--100\% {
    right: -100%;
  }
  .laptop-xl\:h-100\% {
    height: 100%;
  }
  .laptop-xl\:w-100\% {
    width: 100%;
  }
  .laptop-xl\:max_h-100\% {
    max-height: 100%;
  }
  .laptop-xl\:max_w-100\% {
    max-width: 100%;
  }
  .laptop-xl\:min_h-100\% {
    min-height: 100%;
  }
  .laptop-xl\:min_w-100\% {
    min-width: 100%;
  }
  .laptop-xl\:h-100vh {
    height: 100vh;
  }
  .laptop-xl\:w-100vw {
    width: 100vw;
  }
  .laptop-xl\:min_w-100vw {
    min-width: 100vw;
  }
  .laptop-xl\:min_h-100vh {
    min-height: 100vh;
  }
  .laptop-xl\:max_w-100vw {
    max-width: 100vw;
  }
  .laptop-xl\:max_h-100vh {
    max-height: 100vh;
  }
  .laptop-xl\:m-t-101\% {
    margin-top: 101%;
  }
  .laptop-xl\:m-t--101\% {
    margin-top: -101%;
  }
  .laptop-xl\:p-t-101\% {
    padding-top: 101%;
  }
  .laptop-xl\:p-t--101\% {
    padding-top: -101%;
  }
  .laptop-xl\:top-101\% {
    top: 101%;
  }
  .laptop-xl\:top--101\% {
    top: -101%;
  }
  .laptop-xl\:m-b-101\% {
    margin-bottom: 101%;
  }
  .laptop-xl\:m-b--101\% {
    margin-bottom: -101%;
  }
  .laptop-xl\:p-b-101\% {
    padding-bottom: 101%;
  }
  .laptop-xl\:p-b--101\% {
    padding-bottom: -101%;
  }
  .laptop-xl\:bottom-101\% {
    bottom: 101%;
  }
  .laptop-xl\:bottom--101\% {
    bottom: -101%;
  }
  .laptop-xl\:m-l-101\% {
    margin-left: 101%;
  }
  .laptop-xl\:m-l--101\% {
    margin-left: -101%;
  }
  .laptop-xl\:p-l-101\% {
    padding-left: 101%;
  }
  .laptop-xl\:p-l--101\% {
    padding-left: -101%;
  }
  .laptop-xl\:left-101\% {
    left: 101%;
  }
  .laptop-xl\:left--101\% {
    left: -101%;
  }
  .laptop-xl\:m-r-101\% {
    margin-right: 101%;
  }
  .laptop-xl\:m-r--101\% {
    margin-right: -101%;
  }
  .laptop-xl\:p-r-101\% {
    padding-right: 101%;
  }
  .laptop-xl\:p-r--101\% {
    padding-right: -101%;
  }
  .laptop-xl\:right-101\% {
    right: 101%;
  }
  .laptop-xl\:right--101\% {
    right: -101%;
  }
  .laptop-xl\:h-101\% {
    height: 101%;
  }
  .laptop-xl\:w-101\% {
    width: 101%;
  }
  .laptop-xl\:max_h-101\% {
    max-height: 101%;
  }
  .laptop-xl\:max_w-101\% {
    max-width: 101%;
  }
  .laptop-xl\:min_h-101\% {
    min-height: 101%;
  }
  .laptop-xl\:min_w-101\% {
    min-width: 101%;
  }
  .laptop-xl\:h-101vh {
    height: 101vh;
  }
  .laptop-xl\:w-101vw {
    width: 101vw;
  }
  .laptop-xl\:min_w-101vw {
    min-width: 101vw;
  }
  .laptop-xl\:min_h-101vh {
    min-height: 101vh;
  }
  .laptop-xl\:max_w-101vw {
    max-width: 101vw;
  }
  .laptop-xl\:max_h-101vh {
    max-height: 101vh;
  }
  .laptop-xl\:m-t-102\% {
    margin-top: 102%;
  }
  .laptop-xl\:m-t--102\% {
    margin-top: -102%;
  }
  .laptop-xl\:p-t-102\% {
    padding-top: 102%;
  }
  .laptop-xl\:p-t--102\% {
    padding-top: -102%;
  }
  .laptop-xl\:top-102\% {
    top: 102%;
  }
  .laptop-xl\:top--102\% {
    top: -102%;
  }
  .laptop-xl\:m-b-102\% {
    margin-bottom: 102%;
  }
  .laptop-xl\:m-b--102\% {
    margin-bottom: -102%;
  }
  .laptop-xl\:p-b-102\% {
    padding-bottom: 102%;
  }
  .laptop-xl\:p-b--102\% {
    padding-bottom: -102%;
  }
  .laptop-xl\:bottom-102\% {
    bottom: 102%;
  }
  .laptop-xl\:bottom--102\% {
    bottom: -102%;
  }
  .laptop-xl\:m-l-102\% {
    margin-left: 102%;
  }
  .laptop-xl\:m-l--102\% {
    margin-left: -102%;
  }
  .laptop-xl\:p-l-102\% {
    padding-left: 102%;
  }
  .laptop-xl\:p-l--102\% {
    padding-left: -102%;
  }
  .laptop-xl\:left-102\% {
    left: 102%;
  }
  .laptop-xl\:left--102\% {
    left: -102%;
  }
  .laptop-xl\:m-r-102\% {
    margin-right: 102%;
  }
  .laptop-xl\:m-r--102\% {
    margin-right: -102%;
  }
  .laptop-xl\:p-r-102\% {
    padding-right: 102%;
  }
  .laptop-xl\:p-r--102\% {
    padding-right: -102%;
  }
  .laptop-xl\:right-102\% {
    right: 102%;
  }
  .laptop-xl\:right--102\% {
    right: -102%;
  }
  .laptop-xl\:h-102\% {
    height: 102%;
  }
  .laptop-xl\:w-102\% {
    width: 102%;
  }
  .laptop-xl\:max_h-102\% {
    max-height: 102%;
  }
  .laptop-xl\:max_w-102\% {
    max-width: 102%;
  }
  .laptop-xl\:min_h-102\% {
    min-height: 102%;
  }
  .laptop-xl\:min_w-102\% {
    min-width: 102%;
  }
  .laptop-xl\:h-102vh {
    height: 102vh;
  }
  .laptop-xl\:w-102vw {
    width: 102vw;
  }
  .laptop-xl\:min_w-102vw {
    min-width: 102vw;
  }
  .laptop-xl\:min_h-102vh {
    min-height: 102vh;
  }
  .laptop-xl\:max_w-102vw {
    max-width: 102vw;
  }
  .laptop-xl\:max_h-102vh {
    max-height: 102vh;
  }
  .laptop-xl\:m-t-103\% {
    margin-top: 103%;
  }
  .laptop-xl\:m-t--103\% {
    margin-top: -103%;
  }
  .laptop-xl\:p-t-103\% {
    padding-top: 103%;
  }
  .laptop-xl\:p-t--103\% {
    padding-top: -103%;
  }
  .laptop-xl\:top-103\% {
    top: 103%;
  }
  .laptop-xl\:top--103\% {
    top: -103%;
  }
  .laptop-xl\:m-b-103\% {
    margin-bottom: 103%;
  }
  .laptop-xl\:m-b--103\% {
    margin-bottom: -103%;
  }
  .laptop-xl\:p-b-103\% {
    padding-bottom: 103%;
  }
  .laptop-xl\:p-b--103\% {
    padding-bottom: -103%;
  }
  .laptop-xl\:bottom-103\% {
    bottom: 103%;
  }
  .laptop-xl\:bottom--103\% {
    bottom: -103%;
  }
  .laptop-xl\:m-l-103\% {
    margin-left: 103%;
  }
  .laptop-xl\:m-l--103\% {
    margin-left: -103%;
  }
  .laptop-xl\:p-l-103\% {
    padding-left: 103%;
  }
  .laptop-xl\:p-l--103\% {
    padding-left: -103%;
  }
  .laptop-xl\:left-103\% {
    left: 103%;
  }
  .laptop-xl\:left--103\% {
    left: -103%;
  }
  .laptop-xl\:m-r-103\% {
    margin-right: 103%;
  }
  .laptop-xl\:m-r--103\% {
    margin-right: -103%;
  }
  .laptop-xl\:p-r-103\% {
    padding-right: 103%;
  }
  .laptop-xl\:p-r--103\% {
    padding-right: -103%;
  }
  .laptop-xl\:right-103\% {
    right: 103%;
  }
  .laptop-xl\:right--103\% {
    right: -103%;
  }
  .laptop-xl\:h-103\% {
    height: 103%;
  }
  .laptop-xl\:w-103\% {
    width: 103%;
  }
  .laptop-xl\:max_h-103\% {
    max-height: 103%;
  }
  .laptop-xl\:max_w-103\% {
    max-width: 103%;
  }
  .laptop-xl\:min_h-103\% {
    min-height: 103%;
  }
  .laptop-xl\:min_w-103\% {
    min-width: 103%;
  }
  .laptop-xl\:h-103vh {
    height: 103vh;
  }
  .laptop-xl\:w-103vw {
    width: 103vw;
  }
  .laptop-xl\:min_w-103vw {
    min-width: 103vw;
  }
  .laptop-xl\:min_h-103vh {
    min-height: 103vh;
  }
  .laptop-xl\:max_w-103vw {
    max-width: 103vw;
  }
  .laptop-xl\:max_h-103vh {
    max-height: 103vh;
  }
  .laptop-xl\:m-t-104\% {
    margin-top: 104%;
  }
  .laptop-xl\:m-t--104\% {
    margin-top: -104%;
  }
  .laptop-xl\:p-t-104\% {
    padding-top: 104%;
  }
  .laptop-xl\:p-t--104\% {
    padding-top: -104%;
  }
  .laptop-xl\:top-104\% {
    top: 104%;
  }
  .laptop-xl\:top--104\% {
    top: -104%;
  }
  .laptop-xl\:m-b-104\% {
    margin-bottom: 104%;
  }
  .laptop-xl\:m-b--104\% {
    margin-bottom: -104%;
  }
  .laptop-xl\:p-b-104\% {
    padding-bottom: 104%;
  }
  .laptop-xl\:p-b--104\% {
    padding-bottom: -104%;
  }
  .laptop-xl\:bottom-104\% {
    bottom: 104%;
  }
  .laptop-xl\:bottom--104\% {
    bottom: -104%;
  }
  .laptop-xl\:m-l-104\% {
    margin-left: 104%;
  }
  .laptop-xl\:m-l--104\% {
    margin-left: -104%;
  }
  .laptop-xl\:p-l-104\% {
    padding-left: 104%;
  }
  .laptop-xl\:p-l--104\% {
    padding-left: -104%;
  }
  .laptop-xl\:left-104\% {
    left: 104%;
  }
  .laptop-xl\:left--104\% {
    left: -104%;
  }
  .laptop-xl\:m-r-104\% {
    margin-right: 104%;
  }
  .laptop-xl\:m-r--104\% {
    margin-right: -104%;
  }
  .laptop-xl\:p-r-104\% {
    padding-right: 104%;
  }
  .laptop-xl\:p-r--104\% {
    padding-right: -104%;
  }
  .laptop-xl\:right-104\% {
    right: 104%;
  }
  .laptop-xl\:right--104\% {
    right: -104%;
  }
  .laptop-xl\:h-104\% {
    height: 104%;
  }
  .laptop-xl\:w-104\% {
    width: 104%;
  }
  .laptop-xl\:max_h-104\% {
    max-height: 104%;
  }
  .laptop-xl\:max_w-104\% {
    max-width: 104%;
  }
  .laptop-xl\:min_h-104\% {
    min-height: 104%;
  }
  .laptop-xl\:min_w-104\% {
    min-width: 104%;
  }
  .laptop-xl\:h-104vh {
    height: 104vh;
  }
  .laptop-xl\:w-104vw {
    width: 104vw;
  }
  .laptop-xl\:min_w-104vw {
    min-width: 104vw;
  }
  .laptop-xl\:min_h-104vh {
    min-height: 104vh;
  }
  .laptop-xl\:max_w-104vw {
    max-width: 104vw;
  }
  .laptop-xl\:max_h-104vh {
    max-height: 104vh;
  }
  .laptop-xl\:m-t-105\% {
    margin-top: 105%;
  }
  .laptop-xl\:m-t--105\% {
    margin-top: -105%;
  }
  .laptop-xl\:p-t-105\% {
    padding-top: 105%;
  }
  .laptop-xl\:p-t--105\% {
    padding-top: -105%;
  }
  .laptop-xl\:top-105\% {
    top: 105%;
  }
  .laptop-xl\:top--105\% {
    top: -105%;
  }
  .laptop-xl\:m-b-105\% {
    margin-bottom: 105%;
  }
  .laptop-xl\:m-b--105\% {
    margin-bottom: -105%;
  }
  .laptop-xl\:p-b-105\% {
    padding-bottom: 105%;
  }
  .laptop-xl\:p-b--105\% {
    padding-bottom: -105%;
  }
  .laptop-xl\:bottom-105\% {
    bottom: 105%;
  }
  .laptop-xl\:bottom--105\% {
    bottom: -105%;
  }
  .laptop-xl\:m-l-105\% {
    margin-left: 105%;
  }
  .laptop-xl\:m-l--105\% {
    margin-left: -105%;
  }
  .laptop-xl\:p-l-105\% {
    padding-left: 105%;
  }
  .laptop-xl\:p-l--105\% {
    padding-left: -105%;
  }
  .laptop-xl\:left-105\% {
    left: 105%;
  }
  .laptop-xl\:left--105\% {
    left: -105%;
  }
  .laptop-xl\:m-r-105\% {
    margin-right: 105%;
  }
  .laptop-xl\:m-r--105\% {
    margin-right: -105%;
  }
  .laptop-xl\:p-r-105\% {
    padding-right: 105%;
  }
  .laptop-xl\:p-r--105\% {
    padding-right: -105%;
  }
  .laptop-xl\:right-105\% {
    right: 105%;
  }
  .laptop-xl\:right--105\% {
    right: -105%;
  }
  .laptop-xl\:h-105\% {
    height: 105%;
  }
  .laptop-xl\:w-105\% {
    width: 105%;
  }
  .laptop-xl\:max_h-105\% {
    max-height: 105%;
  }
  .laptop-xl\:max_w-105\% {
    max-width: 105%;
  }
  .laptop-xl\:min_h-105\% {
    min-height: 105%;
  }
  .laptop-xl\:min_w-105\% {
    min-width: 105%;
  }
  .laptop-xl\:h-105vh {
    height: 105vh;
  }
  .laptop-xl\:w-105vw {
    width: 105vw;
  }
  .laptop-xl\:min_w-105vw {
    min-width: 105vw;
  }
  .laptop-xl\:min_h-105vh {
    min-height: 105vh;
  }
  .laptop-xl\:max_w-105vw {
    max-width: 105vw;
  }
  .laptop-xl\:max_h-105vh {
    max-height: 105vh;
  }
  .laptop-xl\:m-t-106\% {
    margin-top: 106%;
  }
  .laptop-xl\:m-t--106\% {
    margin-top: -106%;
  }
  .laptop-xl\:p-t-106\% {
    padding-top: 106%;
  }
  .laptop-xl\:p-t--106\% {
    padding-top: -106%;
  }
  .laptop-xl\:top-106\% {
    top: 106%;
  }
  .laptop-xl\:top--106\% {
    top: -106%;
  }
  .laptop-xl\:m-b-106\% {
    margin-bottom: 106%;
  }
  .laptop-xl\:m-b--106\% {
    margin-bottom: -106%;
  }
  .laptop-xl\:p-b-106\% {
    padding-bottom: 106%;
  }
  .laptop-xl\:p-b--106\% {
    padding-bottom: -106%;
  }
  .laptop-xl\:bottom-106\% {
    bottom: 106%;
  }
  .laptop-xl\:bottom--106\% {
    bottom: -106%;
  }
  .laptop-xl\:m-l-106\% {
    margin-left: 106%;
  }
  .laptop-xl\:m-l--106\% {
    margin-left: -106%;
  }
  .laptop-xl\:p-l-106\% {
    padding-left: 106%;
  }
  .laptop-xl\:p-l--106\% {
    padding-left: -106%;
  }
  .laptop-xl\:left-106\% {
    left: 106%;
  }
  .laptop-xl\:left--106\% {
    left: -106%;
  }
  .laptop-xl\:m-r-106\% {
    margin-right: 106%;
  }
  .laptop-xl\:m-r--106\% {
    margin-right: -106%;
  }
  .laptop-xl\:p-r-106\% {
    padding-right: 106%;
  }
  .laptop-xl\:p-r--106\% {
    padding-right: -106%;
  }
  .laptop-xl\:right-106\% {
    right: 106%;
  }
  .laptop-xl\:right--106\% {
    right: -106%;
  }
  .laptop-xl\:h-106\% {
    height: 106%;
  }
  .laptop-xl\:w-106\% {
    width: 106%;
  }
  .laptop-xl\:max_h-106\% {
    max-height: 106%;
  }
  .laptop-xl\:max_w-106\% {
    max-width: 106%;
  }
  .laptop-xl\:min_h-106\% {
    min-height: 106%;
  }
  .laptop-xl\:min_w-106\% {
    min-width: 106%;
  }
  .laptop-xl\:h-106vh {
    height: 106vh;
  }
  .laptop-xl\:w-106vw {
    width: 106vw;
  }
  .laptop-xl\:min_w-106vw {
    min-width: 106vw;
  }
  .laptop-xl\:min_h-106vh {
    min-height: 106vh;
  }
  .laptop-xl\:max_w-106vw {
    max-width: 106vw;
  }
  .laptop-xl\:max_h-106vh {
    max-height: 106vh;
  }
  .laptop-xl\:m-t-107\% {
    margin-top: 107%;
  }
  .laptop-xl\:m-t--107\% {
    margin-top: -107%;
  }
  .laptop-xl\:p-t-107\% {
    padding-top: 107%;
  }
  .laptop-xl\:p-t--107\% {
    padding-top: -107%;
  }
  .laptop-xl\:top-107\% {
    top: 107%;
  }
  .laptop-xl\:top--107\% {
    top: -107%;
  }
  .laptop-xl\:m-b-107\% {
    margin-bottom: 107%;
  }
  .laptop-xl\:m-b--107\% {
    margin-bottom: -107%;
  }
  .laptop-xl\:p-b-107\% {
    padding-bottom: 107%;
  }
  .laptop-xl\:p-b--107\% {
    padding-bottom: -107%;
  }
  .laptop-xl\:bottom-107\% {
    bottom: 107%;
  }
  .laptop-xl\:bottom--107\% {
    bottom: -107%;
  }
  .laptop-xl\:m-l-107\% {
    margin-left: 107%;
  }
  .laptop-xl\:m-l--107\% {
    margin-left: -107%;
  }
  .laptop-xl\:p-l-107\% {
    padding-left: 107%;
  }
  .laptop-xl\:p-l--107\% {
    padding-left: -107%;
  }
  .laptop-xl\:left-107\% {
    left: 107%;
  }
  .laptop-xl\:left--107\% {
    left: -107%;
  }
  .laptop-xl\:m-r-107\% {
    margin-right: 107%;
  }
  .laptop-xl\:m-r--107\% {
    margin-right: -107%;
  }
  .laptop-xl\:p-r-107\% {
    padding-right: 107%;
  }
  .laptop-xl\:p-r--107\% {
    padding-right: -107%;
  }
  .laptop-xl\:right-107\% {
    right: 107%;
  }
  .laptop-xl\:right--107\% {
    right: -107%;
  }
  .laptop-xl\:h-107\% {
    height: 107%;
  }
  .laptop-xl\:w-107\% {
    width: 107%;
  }
  .laptop-xl\:max_h-107\% {
    max-height: 107%;
  }
  .laptop-xl\:max_w-107\% {
    max-width: 107%;
  }
  .laptop-xl\:min_h-107\% {
    min-height: 107%;
  }
  .laptop-xl\:min_w-107\% {
    min-width: 107%;
  }
  .laptop-xl\:h-107vh {
    height: 107vh;
  }
  .laptop-xl\:w-107vw {
    width: 107vw;
  }
  .laptop-xl\:min_w-107vw {
    min-width: 107vw;
  }
  .laptop-xl\:min_h-107vh {
    min-height: 107vh;
  }
  .laptop-xl\:max_w-107vw {
    max-width: 107vw;
  }
  .laptop-xl\:max_h-107vh {
    max-height: 107vh;
  }
  .laptop-xl\:m-t-108\% {
    margin-top: 108%;
  }
  .laptop-xl\:m-t--108\% {
    margin-top: -108%;
  }
  .laptop-xl\:p-t-108\% {
    padding-top: 108%;
  }
  .laptop-xl\:p-t--108\% {
    padding-top: -108%;
  }
  .laptop-xl\:top-108\% {
    top: 108%;
  }
  .laptop-xl\:top--108\% {
    top: -108%;
  }
  .laptop-xl\:m-b-108\% {
    margin-bottom: 108%;
  }
  .laptop-xl\:m-b--108\% {
    margin-bottom: -108%;
  }
  .laptop-xl\:p-b-108\% {
    padding-bottom: 108%;
  }
  .laptop-xl\:p-b--108\% {
    padding-bottom: -108%;
  }
  .laptop-xl\:bottom-108\% {
    bottom: 108%;
  }
  .laptop-xl\:bottom--108\% {
    bottom: -108%;
  }
  .laptop-xl\:m-l-108\% {
    margin-left: 108%;
  }
  .laptop-xl\:m-l--108\% {
    margin-left: -108%;
  }
  .laptop-xl\:p-l-108\% {
    padding-left: 108%;
  }
  .laptop-xl\:p-l--108\% {
    padding-left: -108%;
  }
  .laptop-xl\:left-108\% {
    left: 108%;
  }
  .laptop-xl\:left--108\% {
    left: -108%;
  }
  .laptop-xl\:m-r-108\% {
    margin-right: 108%;
  }
  .laptop-xl\:m-r--108\% {
    margin-right: -108%;
  }
  .laptop-xl\:p-r-108\% {
    padding-right: 108%;
  }
  .laptop-xl\:p-r--108\% {
    padding-right: -108%;
  }
  .laptop-xl\:right-108\% {
    right: 108%;
  }
  .laptop-xl\:right--108\% {
    right: -108%;
  }
  .laptop-xl\:h-108\% {
    height: 108%;
  }
  .laptop-xl\:w-108\% {
    width: 108%;
  }
  .laptop-xl\:max_h-108\% {
    max-height: 108%;
  }
  .laptop-xl\:max_w-108\% {
    max-width: 108%;
  }
  .laptop-xl\:min_h-108\% {
    min-height: 108%;
  }
  .laptop-xl\:min_w-108\% {
    min-width: 108%;
  }
  .laptop-xl\:h-108vh {
    height: 108vh;
  }
  .laptop-xl\:w-108vw {
    width: 108vw;
  }
  .laptop-xl\:min_w-108vw {
    min-width: 108vw;
  }
  .laptop-xl\:min_h-108vh {
    min-height: 108vh;
  }
  .laptop-xl\:max_w-108vw {
    max-width: 108vw;
  }
  .laptop-xl\:max_h-108vh {
    max-height: 108vh;
  }
  .laptop-xl\:m-t-109\% {
    margin-top: 109%;
  }
  .laptop-xl\:m-t--109\% {
    margin-top: -109%;
  }
  .laptop-xl\:p-t-109\% {
    padding-top: 109%;
  }
  .laptop-xl\:p-t--109\% {
    padding-top: -109%;
  }
  .laptop-xl\:top-109\% {
    top: 109%;
  }
  .laptop-xl\:top--109\% {
    top: -109%;
  }
  .laptop-xl\:m-b-109\% {
    margin-bottom: 109%;
  }
  .laptop-xl\:m-b--109\% {
    margin-bottom: -109%;
  }
  .laptop-xl\:p-b-109\% {
    padding-bottom: 109%;
  }
  .laptop-xl\:p-b--109\% {
    padding-bottom: -109%;
  }
  .laptop-xl\:bottom-109\% {
    bottom: 109%;
  }
  .laptop-xl\:bottom--109\% {
    bottom: -109%;
  }
  .laptop-xl\:m-l-109\% {
    margin-left: 109%;
  }
  .laptop-xl\:m-l--109\% {
    margin-left: -109%;
  }
  .laptop-xl\:p-l-109\% {
    padding-left: 109%;
  }
  .laptop-xl\:p-l--109\% {
    padding-left: -109%;
  }
  .laptop-xl\:left-109\% {
    left: 109%;
  }
  .laptop-xl\:left--109\% {
    left: -109%;
  }
  .laptop-xl\:m-r-109\% {
    margin-right: 109%;
  }
  .laptop-xl\:m-r--109\% {
    margin-right: -109%;
  }
  .laptop-xl\:p-r-109\% {
    padding-right: 109%;
  }
  .laptop-xl\:p-r--109\% {
    padding-right: -109%;
  }
  .laptop-xl\:right-109\% {
    right: 109%;
  }
  .laptop-xl\:right--109\% {
    right: -109%;
  }
  .laptop-xl\:h-109\% {
    height: 109%;
  }
  .laptop-xl\:w-109\% {
    width: 109%;
  }
  .laptop-xl\:max_h-109\% {
    max-height: 109%;
  }
  .laptop-xl\:max_w-109\% {
    max-width: 109%;
  }
  .laptop-xl\:min_h-109\% {
    min-height: 109%;
  }
  .laptop-xl\:min_w-109\% {
    min-width: 109%;
  }
  .laptop-xl\:h-109vh {
    height: 109vh;
  }
  .laptop-xl\:w-109vw {
    width: 109vw;
  }
  .laptop-xl\:min_w-109vw {
    min-width: 109vw;
  }
  .laptop-xl\:min_h-109vh {
    min-height: 109vh;
  }
  .laptop-xl\:max_w-109vw {
    max-width: 109vw;
  }
  .laptop-xl\:max_h-109vh {
    max-height: 109vh;
  }
  .laptop-xl\:m-t-110\% {
    margin-top: 110%;
  }
  .laptop-xl\:m-t--110\% {
    margin-top: -110%;
  }
  .laptop-xl\:p-t-110\% {
    padding-top: 110%;
  }
  .laptop-xl\:p-t--110\% {
    padding-top: -110%;
  }
  .laptop-xl\:top-110\% {
    top: 110%;
  }
  .laptop-xl\:top--110\% {
    top: -110%;
  }
  .laptop-xl\:m-b-110\% {
    margin-bottom: 110%;
  }
  .laptop-xl\:m-b--110\% {
    margin-bottom: -110%;
  }
  .laptop-xl\:p-b-110\% {
    padding-bottom: 110%;
  }
  .laptop-xl\:p-b--110\% {
    padding-bottom: -110%;
  }
  .laptop-xl\:bottom-110\% {
    bottom: 110%;
  }
  .laptop-xl\:bottom--110\% {
    bottom: -110%;
  }
  .laptop-xl\:m-l-110\% {
    margin-left: 110%;
  }
  .laptop-xl\:m-l--110\% {
    margin-left: -110%;
  }
  .laptop-xl\:p-l-110\% {
    padding-left: 110%;
  }
  .laptop-xl\:p-l--110\% {
    padding-left: -110%;
  }
  .laptop-xl\:left-110\% {
    left: 110%;
  }
  .laptop-xl\:left--110\% {
    left: -110%;
  }
  .laptop-xl\:m-r-110\% {
    margin-right: 110%;
  }
  .laptop-xl\:m-r--110\% {
    margin-right: -110%;
  }
  .laptop-xl\:p-r-110\% {
    padding-right: 110%;
  }
  .laptop-xl\:p-r--110\% {
    padding-right: -110%;
  }
  .laptop-xl\:right-110\% {
    right: 110%;
  }
  .laptop-xl\:right--110\% {
    right: -110%;
  }
  .laptop-xl\:h-110\% {
    height: 110%;
  }
  .laptop-xl\:w-110\% {
    width: 110%;
  }
  .laptop-xl\:max_h-110\% {
    max-height: 110%;
  }
  .laptop-xl\:max_w-110\% {
    max-width: 110%;
  }
  .laptop-xl\:min_h-110\% {
    min-height: 110%;
  }
  .laptop-xl\:min_w-110\% {
    min-width: 110%;
  }
  .laptop-xl\:h-110vh {
    height: 110vh;
  }
  .laptop-xl\:w-110vw {
    width: 110vw;
  }
  .laptop-xl\:min_w-110vw {
    min-width: 110vw;
  }
  .laptop-xl\:min_h-110vh {
    min-height: 110vh;
  }
  .laptop-xl\:max_w-110vw {
    max-width: 110vw;
  }
  .laptop-xl\:max_h-110vh {
    max-height: 110vh;
  }
  .laptop-xl\:m-t-111\% {
    margin-top: 111%;
  }
  .laptop-xl\:m-t--111\% {
    margin-top: -111%;
  }
  .laptop-xl\:p-t-111\% {
    padding-top: 111%;
  }
  .laptop-xl\:p-t--111\% {
    padding-top: -111%;
  }
  .laptop-xl\:top-111\% {
    top: 111%;
  }
  .laptop-xl\:top--111\% {
    top: -111%;
  }
  .laptop-xl\:m-b-111\% {
    margin-bottom: 111%;
  }
  .laptop-xl\:m-b--111\% {
    margin-bottom: -111%;
  }
  .laptop-xl\:p-b-111\% {
    padding-bottom: 111%;
  }
  .laptop-xl\:p-b--111\% {
    padding-bottom: -111%;
  }
  .laptop-xl\:bottom-111\% {
    bottom: 111%;
  }
  .laptop-xl\:bottom--111\% {
    bottom: -111%;
  }
  .laptop-xl\:m-l-111\% {
    margin-left: 111%;
  }
  .laptop-xl\:m-l--111\% {
    margin-left: -111%;
  }
  .laptop-xl\:p-l-111\% {
    padding-left: 111%;
  }
  .laptop-xl\:p-l--111\% {
    padding-left: -111%;
  }
  .laptop-xl\:left-111\% {
    left: 111%;
  }
  .laptop-xl\:left--111\% {
    left: -111%;
  }
  .laptop-xl\:m-r-111\% {
    margin-right: 111%;
  }
  .laptop-xl\:m-r--111\% {
    margin-right: -111%;
  }
  .laptop-xl\:p-r-111\% {
    padding-right: 111%;
  }
  .laptop-xl\:p-r--111\% {
    padding-right: -111%;
  }
  .laptop-xl\:right-111\% {
    right: 111%;
  }
  .laptop-xl\:right--111\% {
    right: -111%;
  }
  .laptop-xl\:h-111\% {
    height: 111%;
  }
  .laptop-xl\:w-111\% {
    width: 111%;
  }
  .laptop-xl\:max_h-111\% {
    max-height: 111%;
  }
  .laptop-xl\:max_w-111\% {
    max-width: 111%;
  }
  .laptop-xl\:min_h-111\% {
    min-height: 111%;
  }
  .laptop-xl\:min_w-111\% {
    min-width: 111%;
  }
  .laptop-xl\:h-111vh {
    height: 111vh;
  }
  .laptop-xl\:w-111vw {
    width: 111vw;
  }
  .laptop-xl\:min_w-111vw {
    min-width: 111vw;
  }
  .laptop-xl\:min_h-111vh {
    min-height: 111vh;
  }
  .laptop-xl\:max_w-111vw {
    max-width: 111vw;
  }
  .laptop-xl\:max_h-111vh {
    max-height: 111vh;
  }
  .laptop-xl\:m-t-112\% {
    margin-top: 112%;
  }
  .laptop-xl\:m-t--112\% {
    margin-top: -112%;
  }
  .laptop-xl\:p-t-112\% {
    padding-top: 112%;
  }
  .laptop-xl\:p-t--112\% {
    padding-top: -112%;
  }
  .laptop-xl\:top-112\% {
    top: 112%;
  }
  .laptop-xl\:top--112\% {
    top: -112%;
  }
  .laptop-xl\:m-b-112\% {
    margin-bottom: 112%;
  }
  .laptop-xl\:m-b--112\% {
    margin-bottom: -112%;
  }
  .laptop-xl\:p-b-112\% {
    padding-bottom: 112%;
  }
  .laptop-xl\:p-b--112\% {
    padding-bottom: -112%;
  }
  .laptop-xl\:bottom-112\% {
    bottom: 112%;
  }
  .laptop-xl\:bottom--112\% {
    bottom: -112%;
  }
  .laptop-xl\:m-l-112\% {
    margin-left: 112%;
  }
  .laptop-xl\:m-l--112\% {
    margin-left: -112%;
  }
  .laptop-xl\:p-l-112\% {
    padding-left: 112%;
  }
  .laptop-xl\:p-l--112\% {
    padding-left: -112%;
  }
  .laptop-xl\:left-112\% {
    left: 112%;
  }
  .laptop-xl\:left--112\% {
    left: -112%;
  }
  .laptop-xl\:m-r-112\% {
    margin-right: 112%;
  }
  .laptop-xl\:m-r--112\% {
    margin-right: -112%;
  }
  .laptop-xl\:p-r-112\% {
    padding-right: 112%;
  }
  .laptop-xl\:p-r--112\% {
    padding-right: -112%;
  }
  .laptop-xl\:right-112\% {
    right: 112%;
  }
  .laptop-xl\:right--112\% {
    right: -112%;
  }
  .laptop-xl\:h-112\% {
    height: 112%;
  }
  .laptop-xl\:w-112\% {
    width: 112%;
  }
  .laptop-xl\:max_h-112\% {
    max-height: 112%;
  }
  .laptop-xl\:max_w-112\% {
    max-width: 112%;
  }
  .laptop-xl\:min_h-112\% {
    min-height: 112%;
  }
  .laptop-xl\:min_w-112\% {
    min-width: 112%;
  }
  .laptop-xl\:h-112vh {
    height: 112vh;
  }
  .laptop-xl\:w-112vw {
    width: 112vw;
  }
  .laptop-xl\:min_w-112vw {
    min-width: 112vw;
  }
  .laptop-xl\:min_h-112vh {
    min-height: 112vh;
  }
  .laptop-xl\:max_w-112vw {
    max-width: 112vw;
  }
  .laptop-xl\:max_h-112vh {
    max-height: 112vh;
  }
  .laptop-xl\:m-t-113\% {
    margin-top: 113%;
  }
  .laptop-xl\:m-t--113\% {
    margin-top: -113%;
  }
  .laptop-xl\:p-t-113\% {
    padding-top: 113%;
  }
  .laptop-xl\:p-t--113\% {
    padding-top: -113%;
  }
  .laptop-xl\:top-113\% {
    top: 113%;
  }
  .laptop-xl\:top--113\% {
    top: -113%;
  }
  .laptop-xl\:m-b-113\% {
    margin-bottom: 113%;
  }
  .laptop-xl\:m-b--113\% {
    margin-bottom: -113%;
  }
  .laptop-xl\:p-b-113\% {
    padding-bottom: 113%;
  }
  .laptop-xl\:p-b--113\% {
    padding-bottom: -113%;
  }
  .laptop-xl\:bottom-113\% {
    bottom: 113%;
  }
  .laptop-xl\:bottom--113\% {
    bottom: -113%;
  }
  .laptop-xl\:m-l-113\% {
    margin-left: 113%;
  }
  .laptop-xl\:m-l--113\% {
    margin-left: -113%;
  }
  .laptop-xl\:p-l-113\% {
    padding-left: 113%;
  }
  .laptop-xl\:p-l--113\% {
    padding-left: -113%;
  }
  .laptop-xl\:left-113\% {
    left: 113%;
  }
  .laptop-xl\:left--113\% {
    left: -113%;
  }
  .laptop-xl\:m-r-113\% {
    margin-right: 113%;
  }
  .laptop-xl\:m-r--113\% {
    margin-right: -113%;
  }
  .laptop-xl\:p-r-113\% {
    padding-right: 113%;
  }
  .laptop-xl\:p-r--113\% {
    padding-right: -113%;
  }
  .laptop-xl\:right-113\% {
    right: 113%;
  }
  .laptop-xl\:right--113\% {
    right: -113%;
  }
  .laptop-xl\:h-113\% {
    height: 113%;
  }
  .laptop-xl\:w-113\% {
    width: 113%;
  }
  .laptop-xl\:max_h-113\% {
    max-height: 113%;
  }
  .laptop-xl\:max_w-113\% {
    max-width: 113%;
  }
  .laptop-xl\:min_h-113\% {
    min-height: 113%;
  }
  .laptop-xl\:min_w-113\% {
    min-width: 113%;
  }
  .laptop-xl\:h-113vh {
    height: 113vh;
  }
  .laptop-xl\:w-113vw {
    width: 113vw;
  }
  .laptop-xl\:min_w-113vw {
    min-width: 113vw;
  }
  .laptop-xl\:min_h-113vh {
    min-height: 113vh;
  }
  .laptop-xl\:max_w-113vw {
    max-width: 113vw;
  }
  .laptop-xl\:max_h-113vh {
    max-height: 113vh;
  }
  .laptop-xl\:m-t-114\% {
    margin-top: 114%;
  }
  .laptop-xl\:m-t--114\% {
    margin-top: -114%;
  }
  .laptop-xl\:p-t-114\% {
    padding-top: 114%;
  }
  .laptop-xl\:p-t--114\% {
    padding-top: -114%;
  }
  .laptop-xl\:top-114\% {
    top: 114%;
  }
  .laptop-xl\:top--114\% {
    top: -114%;
  }
  .laptop-xl\:m-b-114\% {
    margin-bottom: 114%;
  }
  .laptop-xl\:m-b--114\% {
    margin-bottom: -114%;
  }
  .laptop-xl\:p-b-114\% {
    padding-bottom: 114%;
  }
  .laptop-xl\:p-b--114\% {
    padding-bottom: -114%;
  }
  .laptop-xl\:bottom-114\% {
    bottom: 114%;
  }
  .laptop-xl\:bottom--114\% {
    bottom: -114%;
  }
  .laptop-xl\:m-l-114\% {
    margin-left: 114%;
  }
  .laptop-xl\:m-l--114\% {
    margin-left: -114%;
  }
  .laptop-xl\:p-l-114\% {
    padding-left: 114%;
  }
  .laptop-xl\:p-l--114\% {
    padding-left: -114%;
  }
  .laptop-xl\:left-114\% {
    left: 114%;
  }
  .laptop-xl\:left--114\% {
    left: -114%;
  }
  .laptop-xl\:m-r-114\% {
    margin-right: 114%;
  }
  .laptop-xl\:m-r--114\% {
    margin-right: -114%;
  }
  .laptop-xl\:p-r-114\% {
    padding-right: 114%;
  }
  .laptop-xl\:p-r--114\% {
    padding-right: -114%;
  }
  .laptop-xl\:right-114\% {
    right: 114%;
  }
  .laptop-xl\:right--114\% {
    right: -114%;
  }
  .laptop-xl\:h-114\% {
    height: 114%;
  }
  .laptop-xl\:w-114\% {
    width: 114%;
  }
  .laptop-xl\:max_h-114\% {
    max-height: 114%;
  }
  .laptop-xl\:max_w-114\% {
    max-width: 114%;
  }
  .laptop-xl\:min_h-114\% {
    min-height: 114%;
  }
  .laptop-xl\:min_w-114\% {
    min-width: 114%;
  }
  .laptop-xl\:h-114vh {
    height: 114vh;
  }
  .laptop-xl\:w-114vw {
    width: 114vw;
  }
  .laptop-xl\:min_w-114vw {
    min-width: 114vw;
  }
  .laptop-xl\:min_h-114vh {
    min-height: 114vh;
  }
  .laptop-xl\:max_w-114vw {
    max-width: 114vw;
  }
  .laptop-xl\:max_h-114vh {
    max-height: 114vh;
  }
  .laptop-xl\:m-t-115\% {
    margin-top: 115%;
  }
  .laptop-xl\:m-t--115\% {
    margin-top: -115%;
  }
  .laptop-xl\:p-t-115\% {
    padding-top: 115%;
  }
  .laptop-xl\:p-t--115\% {
    padding-top: -115%;
  }
  .laptop-xl\:top-115\% {
    top: 115%;
  }
  .laptop-xl\:top--115\% {
    top: -115%;
  }
  .laptop-xl\:m-b-115\% {
    margin-bottom: 115%;
  }
  .laptop-xl\:m-b--115\% {
    margin-bottom: -115%;
  }
  .laptop-xl\:p-b-115\% {
    padding-bottom: 115%;
  }
  .laptop-xl\:p-b--115\% {
    padding-bottom: -115%;
  }
  .laptop-xl\:bottom-115\% {
    bottom: 115%;
  }
  .laptop-xl\:bottom--115\% {
    bottom: -115%;
  }
  .laptop-xl\:m-l-115\% {
    margin-left: 115%;
  }
  .laptop-xl\:m-l--115\% {
    margin-left: -115%;
  }
  .laptop-xl\:p-l-115\% {
    padding-left: 115%;
  }
  .laptop-xl\:p-l--115\% {
    padding-left: -115%;
  }
  .laptop-xl\:left-115\% {
    left: 115%;
  }
  .laptop-xl\:left--115\% {
    left: -115%;
  }
  .laptop-xl\:m-r-115\% {
    margin-right: 115%;
  }
  .laptop-xl\:m-r--115\% {
    margin-right: -115%;
  }
  .laptop-xl\:p-r-115\% {
    padding-right: 115%;
  }
  .laptop-xl\:p-r--115\% {
    padding-right: -115%;
  }
  .laptop-xl\:right-115\% {
    right: 115%;
  }
  .laptop-xl\:right--115\% {
    right: -115%;
  }
  .laptop-xl\:h-115\% {
    height: 115%;
  }
  .laptop-xl\:w-115\% {
    width: 115%;
  }
  .laptop-xl\:max_h-115\% {
    max-height: 115%;
  }
  .laptop-xl\:max_w-115\% {
    max-width: 115%;
  }
  .laptop-xl\:min_h-115\% {
    min-height: 115%;
  }
  .laptop-xl\:min_w-115\% {
    min-width: 115%;
  }
  .laptop-xl\:h-115vh {
    height: 115vh;
  }
  .laptop-xl\:w-115vw {
    width: 115vw;
  }
  .laptop-xl\:min_w-115vw {
    min-width: 115vw;
  }
  .laptop-xl\:min_h-115vh {
    min-height: 115vh;
  }
  .laptop-xl\:max_w-115vw {
    max-width: 115vw;
  }
  .laptop-xl\:max_h-115vh {
    max-height: 115vh;
  }
  .laptop-xl\:m-t-116\% {
    margin-top: 116%;
  }
  .laptop-xl\:m-t--116\% {
    margin-top: -116%;
  }
  .laptop-xl\:p-t-116\% {
    padding-top: 116%;
  }
  .laptop-xl\:p-t--116\% {
    padding-top: -116%;
  }
  .laptop-xl\:top-116\% {
    top: 116%;
  }
  .laptop-xl\:top--116\% {
    top: -116%;
  }
  .laptop-xl\:m-b-116\% {
    margin-bottom: 116%;
  }
  .laptop-xl\:m-b--116\% {
    margin-bottom: -116%;
  }
  .laptop-xl\:p-b-116\% {
    padding-bottom: 116%;
  }
  .laptop-xl\:p-b--116\% {
    padding-bottom: -116%;
  }
  .laptop-xl\:bottom-116\% {
    bottom: 116%;
  }
  .laptop-xl\:bottom--116\% {
    bottom: -116%;
  }
  .laptop-xl\:m-l-116\% {
    margin-left: 116%;
  }
  .laptop-xl\:m-l--116\% {
    margin-left: -116%;
  }
  .laptop-xl\:p-l-116\% {
    padding-left: 116%;
  }
  .laptop-xl\:p-l--116\% {
    padding-left: -116%;
  }
  .laptop-xl\:left-116\% {
    left: 116%;
  }
  .laptop-xl\:left--116\% {
    left: -116%;
  }
  .laptop-xl\:m-r-116\% {
    margin-right: 116%;
  }
  .laptop-xl\:m-r--116\% {
    margin-right: -116%;
  }
  .laptop-xl\:p-r-116\% {
    padding-right: 116%;
  }
  .laptop-xl\:p-r--116\% {
    padding-right: -116%;
  }
  .laptop-xl\:right-116\% {
    right: 116%;
  }
  .laptop-xl\:right--116\% {
    right: -116%;
  }
  .laptop-xl\:h-116\% {
    height: 116%;
  }
  .laptop-xl\:w-116\% {
    width: 116%;
  }
  .laptop-xl\:max_h-116\% {
    max-height: 116%;
  }
  .laptop-xl\:max_w-116\% {
    max-width: 116%;
  }
  .laptop-xl\:min_h-116\% {
    min-height: 116%;
  }
  .laptop-xl\:min_w-116\% {
    min-width: 116%;
  }
  .laptop-xl\:h-116vh {
    height: 116vh;
  }
  .laptop-xl\:w-116vw {
    width: 116vw;
  }
  .laptop-xl\:min_w-116vw {
    min-width: 116vw;
  }
  .laptop-xl\:min_h-116vh {
    min-height: 116vh;
  }
  .laptop-xl\:max_w-116vw {
    max-width: 116vw;
  }
  .laptop-xl\:max_h-116vh {
    max-height: 116vh;
  }
  .laptop-xl\:m-t-117\% {
    margin-top: 117%;
  }
  .laptop-xl\:m-t--117\% {
    margin-top: -117%;
  }
  .laptop-xl\:p-t-117\% {
    padding-top: 117%;
  }
  .laptop-xl\:p-t--117\% {
    padding-top: -117%;
  }
  .laptop-xl\:top-117\% {
    top: 117%;
  }
  .laptop-xl\:top--117\% {
    top: -117%;
  }
  .laptop-xl\:m-b-117\% {
    margin-bottom: 117%;
  }
  .laptop-xl\:m-b--117\% {
    margin-bottom: -117%;
  }
  .laptop-xl\:p-b-117\% {
    padding-bottom: 117%;
  }
  .laptop-xl\:p-b--117\% {
    padding-bottom: -117%;
  }
  .laptop-xl\:bottom-117\% {
    bottom: 117%;
  }
  .laptop-xl\:bottom--117\% {
    bottom: -117%;
  }
  .laptop-xl\:m-l-117\% {
    margin-left: 117%;
  }
  .laptop-xl\:m-l--117\% {
    margin-left: -117%;
  }
  .laptop-xl\:p-l-117\% {
    padding-left: 117%;
  }
  .laptop-xl\:p-l--117\% {
    padding-left: -117%;
  }
  .laptop-xl\:left-117\% {
    left: 117%;
  }
  .laptop-xl\:left--117\% {
    left: -117%;
  }
  .laptop-xl\:m-r-117\% {
    margin-right: 117%;
  }
  .laptop-xl\:m-r--117\% {
    margin-right: -117%;
  }
  .laptop-xl\:p-r-117\% {
    padding-right: 117%;
  }
  .laptop-xl\:p-r--117\% {
    padding-right: -117%;
  }
  .laptop-xl\:right-117\% {
    right: 117%;
  }
  .laptop-xl\:right--117\% {
    right: -117%;
  }
  .laptop-xl\:h-117\% {
    height: 117%;
  }
  .laptop-xl\:w-117\% {
    width: 117%;
  }
  .laptop-xl\:max_h-117\% {
    max-height: 117%;
  }
  .laptop-xl\:max_w-117\% {
    max-width: 117%;
  }
  .laptop-xl\:min_h-117\% {
    min-height: 117%;
  }
  .laptop-xl\:min_w-117\% {
    min-width: 117%;
  }
  .laptop-xl\:h-117vh {
    height: 117vh;
  }
  .laptop-xl\:w-117vw {
    width: 117vw;
  }
  .laptop-xl\:min_w-117vw {
    min-width: 117vw;
  }
  .laptop-xl\:min_h-117vh {
    min-height: 117vh;
  }
  .laptop-xl\:max_w-117vw {
    max-width: 117vw;
  }
  .laptop-xl\:max_h-117vh {
    max-height: 117vh;
  }
  .laptop-xl\:m-t-118\% {
    margin-top: 118%;
  }
  .laptop-xl\:m-t--118\% {
    margin-top: -118%;
  }
  .laptop-xl\:p-t-118\% {
    padding-top: 118%;
  }
  .laptop-xl\:p-t--118\% {
    padding-top: -118%;
  }
  .laptop-xl\:top-118\% {
    top: 118%;
  }
  .laptop-xl\:top--118\% {
    top: -118%;
  }
  .laptop-xl\:m-b-118\% {
    margin-bottom: 118%;
  }
  .laptop-xl\:m-b--118\% {
    margin-bottom: -118%;
  }
  .laptop-xl\:p-b-118\% {
    padding-bottom: 118%;
  }
  .laptop-xl\:p-b--118\% {
    padding-bottom: -118%;
  }
  .laptop-xl\:bottom-118\% {
    bottom: 118%;
  }
  .laptop-xl\:bottom--118\% {
    bottom: -118%;
  }
  .laptop-xl\:m-l-118\% {
    margin-left: 118%;
  }
  .laptop-xl\:m-l--118\% {
    margin-left: -118%;
  }
  .laptop-xl\:p-l-118\% {
    padding-left: 118%;
  }
  .laptop-xl\:p-l--118\% {
    padding-left: -118%;
  }
  .laptop-xl\:left-118\% {
    left: 118%;
  }
  .laptop-xl\:left--118\% {
    left: -118%;
  }
  .laptop-xl\:m-r-118\% {
    margin-right: 118%;
  }
  .laptop-xl\:m-r--118\% {
    margin-right: -118%;
  }
  .laptop-xl\:p-r-118\% {
    padding-right: 118%;
  }
  .laptop-xl\:p-r--118\% {
    padding-right: -118%;
  }
  .laptop-xl\:right-118\% {
    right: 118%;
  }
  .laptop-xl\:right--118\% {
    right: -118%;
  }
  .laptop-xl\:h-118\% {
    height: 118%;
  }
  .laptop-xl\:w-118\% {
    width: 118%;
  }
  .laptop-xl\:max_h-118\% {
    max-height: 118%;
  }
  .laptop-xl\:max_w-118\% {
    max-width: 118%;
  }
  .laptop-xl\:min_h-118\% {
    min-height: 118%;
  }
  .laptop-xl\:min_w-118\% {
    min-width: 118%;
  }
  .laptop-xl\:h-118vh {
    height: 118vh;
  }
  .laptop-xl\:w-118vw {
    width: 118vw;
  }
  .laptop-xl\:min_w-118vw {
    min-width: 118vw;
  }
  .laptop-xl\:min_h-118vh {
    min-height: 118vh;
  }
  .laptop-xl\:max_w-118vw {
    max-width: 118vw;
  }
  .laptop-xl\:max_h-118vh {
    max-height: 118vh;
  }
  .laptop-xl\:m-t-119\% {
    margin-top: 119%;
  }
  .laptop-xl\:m-t--119\% {
    margin-top: -119%;
  }
  .laptop-xl\:p-t-119\% {
    padding-top: 119%;
  }
  .laptop-xl\:p-t--119\% {
    padding-top: -119%;
  }
  .laptop-xl\:top-119\% {
    top: 119%;
  }
  .laptop-xl\:top--119\% {
    top: -119%;
  }
  .laptop-xl\:m-b-119\% {
    margin-bottom: 119%;
  }
  .laptop-xl\:m-b--119\% {
    margin-bottom: -119%;
  }
  .laptop-xl\:p-b-119\% {
    padding-bottom: 119%;
  }
  .laptop-xl\:p-b--119\% {
    padding-bottom: -119%;
  }
  .laptop-xl\:bottom-119\% {
    bottom: 119%;
  }
  .laptop-xl\:bottom--119\% {
    bottom: -119%;
  }
  .laptop-xl\:m-l-119\% {
    margin-left: 119%;
  }
  .laptop-xl\:m-l--119\% {
    margin-left: -119%;
  }
  .laptop-xl\:p-l-119\% {
    padding-left: 119%;
  }
  .laptop-xl\:p-l--119\% {
    padding-left: -119%;
  }
  .laptop-xl\:left-119\% {
    left: 119%;
  }
  .laptop-xl\:left--119\% {
    left: -119%;
  }
  .laptop-xl\:m-r-119\% {
    margin-right: 119%;
  }
  .laptop-xl\:m-r--119\% {
    margin-right: -119%;
  }
  .laptop-xl\:p-r-119\% {
    padding-right: 119%;
  }
  .laptop-xl\:p-r--119\% {
    padding-right: -119%;
  }
  .laptop-xl\:right-119\% {
    right: 119%;
  }
  .laptop-xl\:right--119\% {
    right: -119%;
  }
  .laptop-xl\:h-119\% {
    height: 119%;
  }
  .laptop-xl\:w-119\% {
    width: 119%;
  }
  .laptop-xl\:max_h-119\% {
    max-height: 119%;
  }
  .laptop-xl\:max_w-119\% {
    max-width: 119%;
  }
  .laptop-xl\:min_h-119\% {
    min-height: 119%;
  }
  .laptop-xl\:min_w-119\% {
    min-width: 119%;
  }
  .laptop-xl\:h-119vh {
    height: 119vh;
  }
  .laptop-xl\:w-119vw {
    width: 119vw;
  }
  .laptop-xl\:min_w-119vw {
    min-width: 119vw;
  }
  .laptop-xl\:min_h-119vh {
    min-height: 119vh;
  }
  .laptop-xl\:max_w-119vw {
    max-width: 119vw;
  }
  .laptop-xl\:max_h-119vh {
    max-height: 119vh;
  }
  .laptop-xl\:m-t-120\% {
    margin-top: 120%;
  }
  .laptop-xl\:m-t--120\% {
    margin-top: -120%;
  }
  .laptop-xl\:p-t-120\% {
    padding-top: 120%;
  }
  .laptop-xl\:p-t--120\% {
    padding-top: -120%;
  }
  .laptop-xl\:top-120\% {
    top: 120%;
  }
  .laptop-xl\:top--120\% {
    top: -120%;
  }
  .laptop-xl\:m-b-120\% {
    margin-bottom: 120%;
  }
  .laptop-xl\:m-b--120\% {
    margin-bottom: -120%;
  }
  .laptop-xl\:p-b-120\% {
    padding-bottom: 120%;
  }
  .laptop-xl\:p-b--120\% {
    padding-bottom: -120%;
  }
  .laptop-xl\:bottom-120\% {
    bottom: 120%;
  }
  .laptop-xl\:bottom--120\% {
    bottom: -120%;
  }
  .laptop-xl\:m-l-120\% {
    margin-left: 120%;
  }
  .laptop-xl\:m-l--120\% {
    margin-left: -120%;
  }
  .laptop-xl\:p-l-120\% {
    padding-left: 120%;
  }
  .laptop-xl\:p-l--120\% {
    padding-left: -120%;
  }
  .laptop-xl\:left-120\% {
    left: 120%;
  }
  .laptop-xl\:left--120\% {
    left: -120%;
  }
  .laptop-xl\:m-r-120\% {
    margin-right: 120%;
  }
  .laptop-xl\:m-r--120\% {
    margin-right: -120%;
  }
  .laptop-xl\:p-r-120\% {
    padding-right: 120%;
  }
  .laptop-xl\:p-r--120\% {
    padding-right: -120%;
  }
  .laptop-xl\:right-120\% {
    right: 120%;
  }
  .laptop-xl\:right--120\% {
    right: -120%;
  }
  .laptop-xl\:h-120\% {
    height: 120%;
  }
  .laptop-xl\:w-120\% {
    width: 120%;
  }
  .laptop-xl\:max_h-120\% {
    max-height: 120%;
  }
  .laptop-xl\:max_w-120\% {
    max-width: 120%;
  }
  .laptop-xl\:min_h-120\% {
    min-height: 120%;
  }
  .laptop-xl\:min_w-120\% {
    min-width: 120%;
  }
  .laptop-xl\:h-120vh {
    height: 120vh;
  }
  .laptop-xl\:w-120vw {
    width: 120vw;
  }
  .laptop-xl\:min_w-120vw {
    min-width: 120vw;
  }
  .laptop-xl\:min_h-120vh {
    min-height: 120vh;
  }
  .laptop-xl\:max_w-120vw {
    max-width: 120vw;
  }
  .laptop-xl\:max_h-120vh {
    max-height: 120vh;
  }
  .laptop-xl\:m-t-121\% {
    margin-top: 121%;
  }
  .laptop-xl\:m-t--121\% {
    margin-top: -121%;
  }
  .laptop-xl\:p-t-121\% {
    padding-top: 121%;
  }
  .laptop-xl\:p-t--121\% {
    padding-top: -121%;
  }
  .laptop-xl\:top-121\% {
    top: 121%;
  }
  .laptop-xl\:top--121\% {
    top: -121%;
  }
  .laptop-xl\:m-b-121\% {
    margin-bottom: 121%;
  }
  .laptop-xl\:m-b--121\% {
    margin-bottom: -121%;
  }
  .laptop-xl\:p-b-121\% {
    padding-bottom: 121%;
  }
  .laptop-xl\:p-b--121\% {
    padding-bottom: -121%;
  }
  .laptop-xl\:bottom-121\% {
    bottom: 121%;
  }
  .laptop-xl\:bottom--121\% {
    bottom: -121%;
  }
  .laptop-xl\:m-l-121\% {
    margin-left: 121%;
  }
  .laptop-xl\:m-l--121\% {
    margin-left: -121%;
  }
  .laptop-xl\:p-l-121\% {
    padding-left: 121%;
  }
  .laptop-xl\:p-l--121\% {
    padding-left: -121%;
  }
  .laptop-xl\:left-121\% {
    left: 121%;
  }
  .laptop-xl\:left--121\% {
    left: -121%;
  }
  .laptop-xl\:m-r-121\% {
    margin-right: 121%;
  }
  .laptop-xl\:m-r--121\% {
    margin-right: -121%;
  }
  .laptop-xl\:p-r-121\% {
    padding-right: 121%;
  }
  .laptop-xl\:p-r--121\% {
    padding-right: -121%;
  }
  .laptop-xl\:right-121\% {
    right: 121%;
  }
  .laptop-xl\:right--121\% {
    right: -121%;
  }
  .laptop-xl\:h-121\% {
    height: 121%;
  }
  .laptop-xl\:w-121\% {
    width: 121%;
  }
  .laptop-xl\:max_h-121\% {
    max-height: 121%;
  }
  .laptop-xl\:max_w-121\% {
    max-width: 121%;
  }
  .laptop-xl\:min_h-121\% {
    min-height: 121%;
  }
  .laptop-xl\:min_w-121\% {
    min-width: 121%;
  }
  .laptop-xl\:h-121vh {
    height: 121vh;
  }
  .laptop-xl\:w-121vw {
    width: 121vw;
  }
  .laptop-xl\:min_w-121vw {
    min-width: 121vw;
  }
  .laptop-xl\:min_h-121vh {
    min-height: 121vh;
  }
  .laptop-xl\:max_w-121vw {
    max-width: 121vw;
  }
  .laptop-xl\:max_h-121vh {
    max-height: 121vh;
  }
  .laptop-xl\:m-t-122\% {
    margin-top: 122%;
  }
  .laptop-xl\:m-t--122\% {
    margin-top: -122%;
  }
  .laptop-xl\:p-t-122\% {
    padding-top: 122%;
  }
  .laptop-xl\:p-t--122\% {
    padding-top: -122%;
  }
  .laptop-xl\:top-122\% {
    top: 122%;
  }
  .laptop-xl\:top--122\% {
    top: -122%;
  }
  .laptop-xl\:m-b-122\% {
    margin-bottom: 122%;
  }
  .laptop-xl\:m-b--122\% {
    margin-bottom: -122%;
  }
  .laptop-xl\:p-b-122\% {
    padding-bottom: 122%;
  }
  .laptop-xl\:p-b--122\% {
    padding-bottom: -122%;
  }
  .laptop-xl\:bottom-122\% {
    bottom: 122%;
  }
  .laptop-xl\:bottom--122\% {
    bottom: -122%;
  }
  .laptop-xl\:m-l-122\% {
    margin-left: 122%;
  }
  .laptop-xl\:m-l--122\% {
    margin-left: -122%;
  }
  .laptop-xl\:p-l-122\% {
    padding-left: 122%;
  }
  .laptop-xl\:p-l--122\% {
    padding-left: -122%;
  }
  .laptop-xl\:left-122\% {
    left: 122%;
  }
  .laptop-xl\:left--122\% {
    left: -122%;
  }
  .laptop-xl\:m-r-122\% {
    margin-right: 122%;
  }
  .laptop-xl\:m-r--122\% {
    margin-right: -122%;
  }
  .laptop-xl\:p-r-122\% {
    padding-right: 122%;
  }
  .laptop-xl\:p-r--122\% {
    padding-right: -122%;
  }
  .laptop-xl\:right-122\% {
    right: 122%;
  }
  .laptop-xl\:right--122\% {
    right: -122%;
  }
  .laptop-xl\:h-122\% {
    height: 122%;
  }
  .laptop-xl\:w-122\% {
    width: 122%;
  }
  .laptop-xl\:max_h-122\% {
    max-height: 122%;
  }
  .laptop-xl\:max_w-122\% {
    max-width: 122%;
  }
  .laptop-xl\:min_h-122\% {
    min-height: 122%;
  }
  .laptop-xl\:min_w-122\% {
    min-width: 122%;
  }
  .laptop-xl\:h-122vh {
    height: 122vh;
  }
  .laptop-xl\:w-122vw {
    width: 122vw;
  }
  .laptop-xl\:min_w-122vw {
    min-width: 122vw;
  }
  .laptop-xl\:min_h-122vh {
    min-height: 122vh;
  }
  .laptop-xl\:max_w-122vw {
    max-width: 122vw;
  }
  .laptop-xl\:max_h-122vh {
    max-height: 122vh;
  }
  .laptop-xl\:m-t-123\% {
    margin-top: 123%;
  }
  .laptop-xl\:m-t--123\% {
    margin-top: -123%;
  }
  .laptop-xl\:p-t-123\% {
    padding-top: 123%;
  }
  .laptop-xl\:p-t--123\% {
    padding-top: -123%;
  }
  .laptop-xl\:top-123\% {
    top: 123%;
  }
  .laptop-xl\:top--123\% {
    top: -123%;
  }
  .laptop-xl\:m-b-123\% {
    margin-bottom: 123%;
  }
  .laptop-xl\:m-b--123\% {
    margin-bottom: -123%;
  }
  .laptop-xl\:p-b-123\% {
    padding-bottom: 123%;
  }
  .laptop-xl\:p-b--123\% {
    padding-bottom: -123%;
  }
  .laptop-xl\:bottom-123\% {
    bottom: 123%;
  }
  .laptop-xl\:bottom--123\% {
    bottom: -123%;
  }
  .laptop-xl\:m-l-123\% {
    margin-left: 123%;
  }
  .laptop-xl\:m-l--123\% {
    margin-left: -123%;
  }
  .laptop-xl\:p-l-123\% {
    padding-left: 123%;
  }
  .laptop-xl\:p-l--123\% {
    padding-left: -123%;
  }
  .laptop-xl\:left-123\% {
    left: 123%;
  }
  .laptop-xl\:left--123\% {
    left: -123%;
  }
  .laptop-xl\:m-r-123\% {
    margin-right: 123%;
  }
  .laptop-xl\:m-r--123\% {
    margin-right: -123%;
  }
  .laptop-xl\:p-r-123\% {
    padding-right: 123%;
  }
  .laptop-xl\:p-r--123\% {
    padding-right: -123%;
  }
  .laptop-xl\:right-123\% {
    right: 123%;
  }
  .laptop-xl\:right--123\% {
    right: -123%;
  }
  .laptop-xl\:h-123\% {
    height: 123%;
  }
  .laptop-xl\:w-123\% {
    width: 123%;
  }
  .laptop-xl\:max_h-123\% {
    max-height: 123%;
  }
  .laptop-xl\:max_w-123\% {
    max-width: 123%;
  }
  .laptop-xl\:min_h-123\% {
    min-height: 123%;
  }
  .laptop-xl\:min_w-123\% {
    min-width: 123%;
  }
  .laptop-xl\:h-123vh {
    height: 123vh;
  }
  .laptop-xl\:w-123vw {
    width: 123vw;
  }
  .laptop-xl\:min_w-123vw {
    min-width: 123vw;
  }
  .laptop-xl\:min_h-123vh {
    min-height: 123vh;
  }
  .laptop-xl\:max_w-123vw {
    max-width: 123vw;
  }
  .laptop-xl\:max_h-123vh {
    max-height: 123vh;
  }
  .laptop-xl\:m-t-124\% {
    margin-top: 124%;
  }
  .laptop-xl\:m-t--124\% {
    margin-top: -124%;
  }
  .laptop-xl\:p-t-124\% {
    padding-top: 124%;
  }
  .laptop-xl\:p-t--124\% {
    padding-top: -124%;
  }
  .laptop-xl\:top-124\% {
    top: 124%;
  }
  .laptop-xl\:top--124\% {
    top: -124%;
  }
  .laptop-xl\:m-b-124\% {
    margin-bottom: 124%;
  }
  .laptop-xl\:m-b--124\% {
    margin-bottom: -124%;
  }
  .laptop-xl\:p-b-124\% {
    padding-bottom: 124%;
  }
  .laptop-xl\:p-b--124\% {
    padding-bottom: -124%;
  }
  .laptop-xl\:bottom-124\% {
    bottom: 124%;
  }
  .laptop-xl\:bottom--124\% {
    bottom: -124%;
  }
  .laptop-xl\:m-l-124\% {
    margin-left: 124%;
  }
  .laptop-xl\:m-l--124\% {
    margin-left: -124%;
  }
  .laptop-xl\:p-l-124\% {
    padding-left: 124%;
  }
  .laptop-xl\:p-l--124\% {
    padding-left: -124%;
  }
  .laptop-xl\:left-124\% {
    left: 124%;
  }
  .laptop-xl\:left--124\% {
    left: -124%;
  }
  .laptop-xl\:m-r-124\% {
    margin-right: 124%;
  }
  .laptop-xl\:m-r--124\% {
    margin-right: -124%;
  }
  .laptop-xl\:p-r-124\% {
    padding-right: 124%;
  }
  .laptop-xl\:p-r--124\% {
    padding-right: -124%;
  }
  .laptop-xl\:right-124\% {
    right: 124%;
  }
  .laptop-xl\:right--124\% {
    right: -124%;
  }
  .laptop-xl\:h-124\% {
    height: 124%;
  }
  .laptop-xl\:w-124\% {
    width: 124%;
  }
  .laptop-xl\:max_h-124\% {
    max-height: 124%;
  }
  .laptop-xl\:max_w-124\% {
    max-width: 124%;
  }
  .laptop-xl\:min_h-124\% {
    min-height: 124%;
  }
  .laptop-xl\:min_w-124\% {
    min-width: 124%;
  }
  .laptop-xl\:h-124vh {
    height: 124vh;
  }
  .laptop-xl\:w-124vw {
    width: 124vw;
  }
  .laptop-xl\:min_w-124vw {
    min-width: 124vw;
  }
  .laptop-xl\:min_h-124vh {
    min-height: 124vh;
  }
  .laptop-xl\:max_w-124vw {
    max-width: 124vw;
  }
  .laptop-xl\:max_h-124vh {
    max-height: 124vh;
  }
  .laptop-xl\:m-t-125\% {
    margin-top: 125%;
  }
  .laptop-xl\:m-t--125\% {
    margin-top: -125%;
  }
  .laptop-xl\:p-t-125\% {
    padding-top: 125%;
  }
  .laptop-xl\:p-t--125\% {
    padding-top: -125%;
  }
  .laptop-xl\:top-125\% {
    top: 125%;
  }
  .laptop-xl\:top--125\% {
    top: -125%;
  }
  .laptop-xl\:m-b-125\% {
    margin-bottom: 125%;
  }
  .laptop-xl\:m-b--125\% {
    margin-bottom: -125%;
  }
  .laptop-xl\:p-b-125\% {
    padding-bottom: 125%;
  }
  .laptop-xl\:p-b--125\% {
    padding-bottom: -125%;
  }
  .laptop-xl\:bottom-125\% {
    bottom: 125%;
  }
  .laptop-xl\:bottom--125\% {
    bottom: -125%;
  }
  .laptop-xl\:m-l-125\% {
    margin-left: 125%;
  }
  .laptop-xl\:m-l--125\% {
    margin-left: -125%;
  }
  .laptop-xl\:p-l-125\% {
    padding-left: 125%;
  }
  .laptop-xl\:p-l--125\% {
    padding-left: -125%;
  }
  .laptop-xl\:left-125\% {
    left: 125%;
  }
  .laptop-xl\:left--125\% {
    left: -125%;
  }
  .laptop-xl\:m-r-125\% {
    margin-right: 125%;
  }
  .laptop-xl\:m-r--125\% {
    margin-right: -125%;
  }
  .laptop-xl\:p-r-125\% {
    padding-right: 125%;
  }
  .laptop-xl\:p-r--125\% {
    padding-right: -125%;
  }
  .laptop-xl\:right-125\% {
    right: 125%;
  }
  .laptop-xl\:right--125\% {
    right: -125%;
  }
  .laptop-xl\:h-125\% {
    height: 125%;
  }
  .laptop-xl\:w-125\% {
    width: 125%;
  }
  .laptop-xl\:max_h-125\% {
    max-height: 125%;
  }
  .laptop-xl\:max_w-125\% {
    max-width: 125%;
  }
  .laptop-xl\:min_h-125\% {
    min-height: 125%;
  }
  .laptop-xl\:min_w-125\% {
    min-width: 125%;
  }
  .laptop-xl\:h-125vh {
    height: 125vh;
  }
  .laptop-xl\:w-125vw {
    width: 125vw;
  }
  .laptop-xl\:min_w-125vw {
    min-width: 125vw;
  }
  .laptop-xl\:min_h-125vh {
    min-height: 125vh;
  }
  .laptop-xl\:max_w-125vw {
    max-width: 125vw;
  }
  .laptop-xl\:max_h-125vh {
    max-height: 125vh;
  }
  .laptop-xl\:m-t-126\% {
    margin-top: 126%;
  }
  .laptop-xl\:m-t--126\% {
    margin-top: -126%;
  }
  .laptop-xl\:p-t-126\% {
    padding-top: 126%;
  }
  .laptop-xl\:p-t--126\% {
    padding-top: -126%;
  }
  .laptop-xl\:top-126\% {
    top: 126%;
  }
  .laptop-xl\:top--126\% {
    top: -126%;
  }
  .laptop-xl\:m-b-126\% {
    margin-bottom: 126%;
  }
  .laptop-xl\:m-b--126\% {
    margin-bottom: -126%;
  }
  .laptop-xl\:p-b-126\% {
    padding-bottom: 126%;
  }
  .laptop-xl\:p-b--126\% {
    padding-bottom: -126%;
  }
  .laptop-xl\:bottom-126\% {
    bottom: 126%;
  }
  .laptop-xl\:bottom--126\% {
    bottom: -126%;
  }
  .laptop-xl\:m-l-126\% {
    margin-left: 126%;
  }
  .laptop-xl\:m-l--126\% {
    margin-left: -126%;
  }
  .laptop-xl\:p-l-126\% {
    padding-left: 126%;
  }
  .laptop-xl\:p-l--126\% {
    padding-left: -126%;
  }
  .laptop-xl\:left-126\% {
    left: 126%;
  }
  .laptop-xl\:left--126\% {
    left: -126%;
  }
  .laptop-xl\:m-r-126\% {
    margin-right: 126%;
  }
  .laptop-xl\:m-r--126\% {
    margin-right: -126%;
  }
  .laptop-xl\:p-r-126\% {
    padding-right: 126%;
  }
  .laptop-xl\:p-r--126\% {
    padding-right: -126%;
  }
  .laptop-xl\:right-126\% {
    right: 126%;
  }
  .laptop-xl\:right--126\% {
    right: -126%;
  }
  .laptop-xl\:h-126\% {
    height: 126%;
  }
  .laptop-xl\:w-126\% {
    width: 126%;
  }
  .laptop-xl\:max_h-126\% {
    max-height: 126%;
  }
  .laptop-xl\:max_w-126\% {
    max-width: 126%;
  }
  .laptop-xl\:min_h-126\% {
    min-height: 126%;
  }
  .laptop-xl\:min_w-126\% {
    min-width: 126%;
  }
  .laptop-xl\:h-126vh {
    height: 126vh;
  }
  .laptop-xl\:w-126vw {
    width: 126vw;
  }
  .laptop-xl\:min_w-126vw {
    min-width: 126vw;
  }
  .laptop-xl\:min_h-126vh {
    min-height: 126vh;
  }
  .laptop-xl\:max_w-126vw {
    max-width: 126vw;
  }
  .laptop-xl\:max_h-126vh {
    max-height: 126vh;
  }
  .laptop-xl\:m-t-127\% {
    margin-top: 127%;
  }
  .laptop-xl\:m-t--127\% {
    margin-top: -127%;
  }
  .laptop-xl\:p-t-127\% {
    padding-top: 127%;
  }
  .laptop-xl\:p-t--127\% {
    padding-top: -127%;
  }
  .laptop-xl\:top-127\% {
    top: 127%;
  }
  .laptop-xl\:top--127\% {
    top: -127%;
  }
  .laptop-xl\:m-b-127\% {
    margin-bottom: 127%;
  }
  .laptop-xl\:m-b--127\% {
    margin-bottom: -127%;
  }
  .laptop-xl\:p-b-127\% {
    padding-bottom: 127%;
  }
  .laptop-xl\:p-b--127\% {
    padding-bottom: -127%;
  }
  .laptop-xl\:bottom-127\% {
    bottom: 127%;
  }
  .laptop-xl\:bottom--127\% {
    bottom: -127%;
  }
  .laptop-xl\:m-l-127\% {
    margin-left: 127%;
  }
  .laptop-xl\:m-l--127\% {
    margin-left: -127%;
  }
  .laptop-xl\:p-l-127\% {
    padding-left: 127%;
  }
  .laptop-xl\:p-l--127\% {
    padding-left: -127%;
  }
  .laptop-xl\:left-127\% {
    left: 127%;
  }
  .laptop-xl\:left--127\% {
    left: -127%;
  }
  .laptop-xl\:m-r-127\% {
    margin-right: 127%;
  }
  .laptop-xl\:m-r--127\% {
    margin-right: -127%;
  }
  .laptop-xl\:p-r-127\% {
    padding-right: 127%;
  }
  .laptop-xl\:p-r--127\% {
    padding-right: -127%;
  }
  .laptop-xl\:right-127\% {
    right: 127%;
  }
  .laptop-xl\:right--127\% {
    right: -127%;
  }
  .laptop-xl\:h-127\% {
    height: 127%;
  }
  .laptop-xl\:w-127\% {
    width: 127%;
  }
  .laptop-xl\:max_h-127\% {
    max-height: 127%;
  }
  .laptop-xl\:max_w-127\% {
    max-width: 127%;
  }
  .laptop-xl\:min_h-127\% {
    min-height: 127%;
  }
  .laptop-xl\:min_w-127\% {
    min-width: 127%;
  }
  .laptop-xl\:h-127vh {
    height: 127vh;
  }
  .laptop-xl\:w-127vw {
    width: 127vw;
  }
  .laptop-xl\:min_w-127vw {
    min-width: 127vw;
  }
  .laptop-xl\:min_h-127vh {
    min-height: 127vh;
  }
  .laptop-xl\:max_w-127vw {
    max-width: 127vw;
  }
  .laptop-xl\:max_h-127vh {
    max-height: 127vh;
  }
  .laptop-xl\:m-t-128\% {
    margin-top: 128%;
  }
  .laptop-xl\:m-t--128\% {
    margin-top: -128%;
  }
  .laptop-xl\:p-t-128\% {
    padding-top: 128%;
  }
  .laptop-xl\:p-t--128\% {
    padding-top: -128%;
  }
  .laptop-xl\:top-128\% {
    top: 128%;
  }
  .laptop-xl\:top--128\% {
    top: -128%;
  }
  .laptop-xl\:m-b-128\% {
    margin-bottom: 128%;
  }
  .laptop-xl\:m-b--128\% {
    margin-bottom: -128%;
  }
  .laptop-xl\:p-b-128\% {
    padding-bottom: 128%;
  }
  .laptop-xl\:p-b--128\% {
    padding-bottom: -128%;
  }
  .laptop-xl\:bottom-128\% {
    bottom: 128%;
  }
  .laptop-xl\:bottom--128\% {
    bottom: -128%;
  }
  .laptop-xl\:m-l-128\% {
    margin-left: 128%;
  }
  .laptop-xl\:m-l--128\% {
    margin-left: -128%;
  }
  .laptop-xl\:p-l-128\% {
    padding-left: 128%;
  }
  .laptop-xl\:p-l--128\% {
    padding-left: -128%;
  }
  .laptop-xl\:left-128\% {
    left: 128%;
  }
  .laptop-xl\:left--128\% {
    left: -128%;
  }
  .laptop-xl\:m-r-128\% {
    margin-right: 128%;
  }
  .laptop-xl\:m-r--128\% {
    margin-right: -128%;
  }
  .laptop-xl\:p-r-128\% {
    padding-right: 128%;
  }
  .laptop-xl\:p-r--128\% {
    padding-right: -128%;
  }
  .laptop-xl\:right-128\% {
    right: 128%;
  }
  .laptop-xl\:right--128\% {
    right: -128%;
  }
  .laptop-xl\:h-128\% {
    height: 128%;
  }
  .laptop-xl\:w-128\% {
    width: 128%;
  }
  .laptop-xl\:max_h-128\% {
    max-height: 128%;
  }
  .laptop-xl\:max_w-128\% {
    max-width: 128%;
  }
  .laptop-xl\:min_h-128\% {
    min-height: 128%;
  }
  .laptop-xl\:min_w-128\% {
    min-width: 128%;
  }
  .laptop-xl\:h-128vh {
    height: 128vh;
  }
  .laptop-xl\:w-128vw {
    width: 128vw;
  }
  .laptop-xl\:min_w-128vw {
    min-width: 128vw;
  }
  .laptop-xl\:min_h-128vh {
    min-height: 128vh;
  }
  .laptop-xl\:max_w-128vw {
    max-width: 128vw;
  }
  .laptop-xl\:max_h-128vh {
    max-height: 128vh;
  }
  .laptop-xl\:m-t-129\% {
    margin-top: 129%;
  }
  .laptop-xl\:m-t--129\% {
    margin-top: -129%;
  }
  .laptop-xl\:p-t-129\% {
    padding-top: 129%;
  }
  .laptop-xl\:p-t--129\% {
    padding-top: -129%;
  }
  .laptop-xl\:top-129\% {
    top: 129%;
  }
  .laptop-xl\:top--129\% {
    top: -129%;
  }
  .laptop-xl\:m-b-129\% {
    margin-bottom: 129%;
  }
  .laptop-xl\:m-b--129\% {
    margin-bottom: -129%;
  }
  .laptop-xl\:p-b-129\% {
    padding-bottom: 129%;
  }
  .laptop-xl\:p-b--129\% {
    padding-bottom: -129%;
  }
  .laptop-xl\:bottom-129\% {
    bottom: 129%;
  }
  .laptop-xl\:bottom--129\% {
    bottom: -129%;
  }
  .laptop-xl\:m-l-129\% {
    margin-left: 129%;
  }
  .laptop-xl\:m-l--129\% {
    margin-left: -129%;
  }
  .laptop-xl\:p-l-129\% {
    padding-left: 129%;
  }
  .laptop-xl\:p-l--129\% {
    padding-left: -129%;
  }
  .laptop-xl\:left-129\% {
    left: 129%;
  }
  .laptop-xl\:left--129\% {
    left: -129%;
  }
  .laptop-xl\:m-r-129\% {
    margin-right: 129%;
  }
  .laptop-xl\:m-r--129\% {
    margin-right: -129%;
  }
  .laptop-xl\:p-r-129\% {
    padding-right: 129%;
  }
  .laptop-xl\:p-r--129\% {
    padding-right: -129%;
  }
  .laptop-xl\:right-129\% {
    right: 129%;
  }
  .laptop-xl\:right--129\% {
    right: -129%;
  }
  .laptop-xl\:h-129\% {
    height: 129%;
  }
  .laptop-xl\:w-129\% {
    width: 129%;
  }
  .laptop-xl\:max_h-129\% {
    max-height: 129%;
  }
  .laptop-xl\:max_w-129\% {
    max-width: 129%;
  }
  .laptop-xl\:min_h-129\% {
    min-height: 129%;
  }
  .laptop-xl\:min_w-129\% {
    min-width: 129%;
  }
  .laptop-xl\:h-129vh {
    height: 129vh;
  }
  .laptop-xl\:w-129vw {
    width: 129vw;
  }
  .laptop-xl\:min_w-129vw {
    min-width: 129vw;
  }
  .laptop-xl\:min_h-129vh {
    min-height: 129vh;
  }
  .laptop-xl\:max_w-129vw {
    max-width: 129vw;
  }
  .laptop-xl\:max_h-129vh {
    max-height: 129vh;
  }
  .laptop-xl\:m-t-130\% {
    margin-top: 130%;
  }
  .laptop-xl\:m-t--130\% {
    margin-top: -130%;
  }
  .laptop-xl\:p-t-130\% {
    padding-top: 130%;
  }
  .laptop-xl\:p-t--130\% {
    padding-top: -130%;
  }
  .laptop-xl\:top-130\% {
    top: 130%;
  }
  .laptop-xl\:top--130\% {
    top: -130%;
  }
  .laptop-xl\:m-b-130\% {
    margin-bottom: 130%;
  }
  .laptop-xl\:m-b--130\% {
    margin-bottom: -130%;
  }
  .laptop-xl\:p-b-130\% {
    padding-bottom: 130%;
  }
  .laptop-xl\:p-b--130\% {
    padding-bottom: -130%;
  }
  .laptop-xl\:bottom-130\% {
    bottom: 130%;
  }
  .laptop-xl\:bottom--130\% {
    bottom: -130%;
  }
  .laptop-xl\:m-l-130\% {
    margin-left: 130%;
  }
  .laptop-xl\:m-l--130\% {
    margin-left: -130%;
  }
  .laptop-xl\:p-l-130\% {
    padding-left: 130%;
  }
  .laptop-xl\:p-l--130\% {
    padding-left: -130%;
  }
  .laptop-xl\:left-130\% {
    left: 130%;
  }
  .laptop-xl\:left--130\% {
    left: -130%;
  }
  .laptop-xl\:m-r-130\% {
    margin-right: 130%;
  }
  .laptop-xl\:m-r--130\% {
    margin-right: -130%;
  }
  .laptop-xl\:p-r-130\% {
    padding-right: 130%;
  }
  .laptop-xl\:p-r--130\% {
    padding-right: -130%;
  }
  .laptop-xl\:right-130\% {
    right: 130%;
  }
  .laptop-xl\:right--130\% {
    right: -130%;
  }
  .laptop-xl\:h-130\% {
    height: 130%;
  }
  .laptop-xl\:w-130\% {
    width: 130%;
  }
  .laptop-xl\:max_h-130\% {
    max-height: 130%;
  }
  .laptop-xl\:max_w-130\% {
    max-width: 130%;
  }
  .laptop-xl\:min_h-130\% {
    min-height: 130%;
  }
  .laptop-xl\:min_w-130\% {
    min-width: 130%;
  }
  .laptop-xl\:h-130vh {
    height: 130vh;
  }
  .laptop-xl\:w-130vw {
    width: 130vw;
  }
  .laptop-xl\:min_w-130vw {
    min-width: 130vw;
  }
  .laptop-xl\:min_h-130vh {
    min-height: 130vh;
  }
  .laptop-xl\:max_w-130vw {
    max-width: 130vw;
  }
  .laptop-xl\:max_h-130vh {
    max-height: 130vh;
  }
  .laptop-xl\:m-t-131\% {
    margin-top: 131%;
  }
  .laptop-xl\:m-t--131\% {
    margin-top: -131%;
  }
  .laptop-xl\:p-t-131\% {
    padding-top: 131%;
  }
  .laptop-xl\:p-t--131\% {
    padding-top: -131%;
  }
  .laptop-xl\:top-131\% {
    top: 131%;
  }
  .laptop-xl\:top--131\% {
    top: -131%;
  }
  .laptop-xl\:m-b-131\% {
    margin-bottom: 131%;
  }
  .laptop-xl\:m-b--131\% {
    margin-bottom: -131%;
  }
  .laptop-xl\:p-b-131\% {
    padding-bottom: 131%;
  }
  .laptop-xl\:p-b--131\% {
    padding-bottom: -131%;
  }
  .laptop-xl\:bottom-131\% {
    bottom: 131%;
  }
  .laptop-xl\:bottom--131\% {
    bottom: -131%;
  }
  .laptop-xl\:m-l-131\% {
    margin-left: 131%;
  }
  .laptop-xl\:m-l--131\% {
    margin-left: -131%;
  }
  .laptop-xl\:p-l-131\% {
    padding-left: 131%;
  }
  .laptop-xl\:p-l--131\% {
    padding-left: -131%;
  }
  .laptop-xl\:left-131\% {
    left: 131%;
  }
  .laptop-xl\:left--131\% {
    left: -131%;
  }
  .laptop-xl\:m-r-131\% {
    margin-right: 131%;
  }
  .laptop-xl\:m-r--131\% {
    margin-right: -131%;
  }
  .laptop-xl\:p-r-131\% {
    padding-right: 131%;
  }
  .laptop-xl\:p-r--131\% {
    padding-right: -131%;
  }
  .laptop-xl\:right-131\% {
    right: 131%;
  }
  .laptop-xl\:right--131\% {
    right: -131%;
  }
  .laptop-xl\:h-131\% {
    height: 131%;
  }
  .laptop-xl\:w-131\% {
    width: 131%;
  }
  .laptop-xl\:max_h-131\% {
    max-height: 131%;
  }
  .laptop-xl\:max_w-131\% {
    max-width: 131%;
  }
  .laptop-xl\:min_h-131\% {
    min-height: 131%;
  }
  .laptop-xl\:min_w-131\% {
    min-width: 131%;
  }
  .laptop-xl\:h-131vh {
    height: 131vh;
  }
  .laptop-xl\:w-131vw {
    width: 131vw;
  }
  .laptop-xl\:min_w-131vw {
    min-width: 131vw;
  }
  .laptop-xl\:min_h-131vh {
    min-height: 131vh;
  }
  .laptop-xl\:max_w-131vw {
    max-width: 131vw;
  }
  .laptop-xl\:max_h-131vh {
    max-height: 131vh;
  }
  .laptop-xl\:m-t-132\% {
    margin-top: 132%;
  }
  .laptop-xl\:m-t--132\% {
    margin-top: -132%;
  }
  .laptop-xl\:p-t-132\% {
    padding-top: 132%;
  }
  .laptop-xl\:p-t--132\% {
    padding-top: -132%;
  }
  .laptop-xl\:top-132\% {
    top: 132%;
  }
  .laptop-xl\:top--132\% {
    top: -132%;
  }
  .laptop-xl\:m-b-132\% {
    margin-bottom: 132%;
  }
  .laptop-xl\:m-b--132\% {
    margin-bottom: -132%;
  }
  .laptop-xl\:p-b-132\% {
    padding-bottom: 132%;
  }
  .laptop-xl\:p-b--132\% {
    padding-bottom: -132%;
  }
  .laptop-xl\:bottom-132\% {
    bottom: 132%;
  }
  .laptop-xl\:bottom--132\% {
    bottom: -132%;
  }
  .laptop-xl\:m-l-132\% {
    margin-left: 132%;
  }
  .laptop-xl\:m-l--132\% {
    margin-left: -132%;
  }
  .laptop-xl\:p-l-132\% {
    padding-left: 132%;
  }
  .laptop-xl\:p-l--132\% {
    padding-left: -132%;
  }
  .laptop-xl\:left-132\% {
    left: 132%;
  }
  .laptop-xl\:left--132\% {
    left: -132%;
  }
  .laptop-xl\:m-r-132\% {
    margin-right: 132%;
  }
  .laptop-xl\:m-r--132\% {
    margin-right: -132%;
  }
  .laptop-xl\:p-r-132\% {
    padding-right: 132%;
  }
  .laptop-xl\:p-r--132\% {
    padding-right: -132%;
  }
  .laptop-xl\:right-132\% {
    right: 132%;
  }
  .laptop-xl\:right--132\% {
    right: -132%;
  }
  .laptop-xl\:h-132\% {
    height: 132%;
  }
  .laptop-xl\:w-132\% {
    width: 132%;
  }
  .laptop-xl\:max_h-132\% {
    max-height: 132%;
  }
  .laptop-xl\:max_w-132\% {
    max-width: 132%;
  }
  .laptop-xl\:min_h-132\% {
    min-height: 132%;
  }
  .laptop-xl\:min_w-132\% {
    min-width: 132%;
  }
  .laptop-xl\:h-132vh {
    height: 132vh;
  }
  .laptop-xl\:w-132vw {
    width: 132vw;
  }
  .laptop-xl\:min_w-132vw {
    min-width: 132vw;
  }
  .laptop-xl\:min_h-132vh {
    min-height: 132vh;
  }
  .laptop-xl\:max_w-132vw {
    max-width: 132vw;
  }
  .laptop-xl\:max_h-132vh {
    max-height: 132vh;
  }
  .laptop-xl\:m-t-133\% {
    margin-top: 133%;
  }
  .laptop-xl\:m-t--133\% {
    margin-top: -133%;
  }
  .laptop-xl\:p-t-133\% {
    padding-top: 133%;
  }
  .laptop-xl\:p-t--133\% {
    padding-top: -133%;
  }
  .laptop-xl\:top-133\% {
    top: 133%;
  }
  .laptop-xl\:top--133\% {
    top: -133%;
  }
  .laptop-xl\:m-b-133\% {
    margin-bottom: 133%;
  }
  .laptop-xl\:m-b--133\% {
    margin-bottom: -133%;
  }
  .laptop-xl\:p-b-133\% {
    padding-bottom: 133%;
  }
  .laptop-xl\:p-b--133\% {
    padding-bottom: -133%;
  }
  .laptop-xl\:bottom-133\% {
    bottom: 133%;
  }
  .laptop-xl\:bottom--133\% {
    bottom: -133%;
  }
  .laptop-xl\:m-l-133\% {
    margin-left: 133%;
  }
  .laptop-xl\:m-l--133\% {
    margin-left: -133%;
  }
  .laptop-xl\:p-l-133\% {
    padding-left: 133%;
  }
  .laptop-xl\:p-l--133\% {
    padding-left: -133%;
  }
  .laptop-xl\:left-133\% {
    left: 133%;
  }
  .laptop-xl\:left--133\% {
    left: -133%;
  }
  .laptop-xl\:m-r-133\% {
    margin-right: 133%;
  }
  .laptop-xl\:m-r--133\% {
    margin-right: -133%;
  }
  .laptop-xl\:p-r-133\% {
    padding-right: 133%;
  }
  .laptop-xl\:p-r--133\% {
    padding-right: -133%;
  }
  .laptop-xl\:right-133\% {
    right: 133%;
  }
  .laptop-xl\:right--133\% {
    right: -133%;
  }
  .laptop-xl\:h-133\% {
    height: 133%;
  }
  .laptop-xl\:w-133\% {
    width: 133%;
  }
  .laptop-xl\:max_h-133\% {
    max-height: 133%;
  }
  .laptop-xl\:max_w-133\% {
    max-width: 133%;
  }
  .laptop-xl\:min_h-133\% {
    min-height: 133%;
  }
  .laptop-xl\:min_w-133\% {
    min-width: 133%;
  }
  .laptop-xl\:h-133vh {
    height: 133vh;
  }
  .laptop-xl\:w-133vw {
    width: 133vw;
  }
  .laptop-xl\:min_w-133vw {
    min-width: 133vw;
  }
  .laptop-xl\:min_h-133vh {
    min-height: 133vh;
  }
  .laptop-xl\:max_w-133vw {
    max-width: 133vw;
  }
  .laptop-xl\:max_h-133vh {
    max-height: 133vh;
  }
  .laptop-xl\:m-t-134\% {
    margin-top: 134%;
  }
  .laptop-xl\:m-t--134\% {
    margin-top: -134%;
  }
  .laptop-xl\:p-t-134\% {
    padding-top: 134%;
  }
  .laptop-xl\:p-t--134\% {
    padding-top: -134%;
  }
  .laptop-xl\:top-134\% {
    top: 134%;
  }
  .laptop-xl\:top--134\% {
    top: -134%;
  }
  .laptop-xl\:m-b-134\% {
    margin-bottom: 134%;
  }
  .laptop-xl\:m-b--134\% {
    margin-bottom: -134%;
  }
  .laptop-xl\:p-b-134\% {
    padding-bottom: 134%;
  }
  .laptop-xl\:p-b--134\% {
    padding-bottom: -134%;
  }
  .laptop-xl\:bottom-134\% {
    bottom: 134%;
  }
  .laptop-xl\:bottom--134\% {
    bottom: -134%;
  }
  .laptop-xl\:m-l-134\% {
    margin-left: 134%;
  }
  .laptop-xl\:m-l--134\% {
    margin-left: -134%;
  }
  .laptop-xl\:p-l-134\% {
    padding-left: 134%;
  }
  .laptop-xl\:p-l--134\% {
    padding-left: -134%;
  }
  .laptop-xl\:left-134\% {
    left: 134%;
  }
  .laptop-xl\:left--134\% {
    left: -134%;
  }
  .laptop-xl\:m-r-134\% {
    margin-right: 134%;
  }
  .laptop-xl\:m-r--134\% {
    margin-right: -134%;
  }
  .laptop-xl\:p-r-134\% {
    padding-right: 134%;
  }
  .laptop-xl\:p-r--134\% {
    padding-right: -134%;
  }
  .laptop-xl\:right-134\% {
    right: 134%;
  }
  .laptop-xl\:right--134\% {
    right: -134%;
  }
  .laptop-xl\:h-134\% {
    height: 134%;
  }
  .laptop-xl\:w-134\% {
    width: 134%;
  }
  .laptop-xl\:max_h-134\% {
    max-height: 134%;
  }
  .laptop-xl\:max_w-134\% {
    max-width: 134%;
  }
  .laptop-xl\:min_h-134\% {
    min-height: 134%;
  }
  .laptop-xl\:min_w-134\% {
    min-width: 134%;
  }
  .laptop-xl\:h-134vh {
    height: 134vh;
  }
  .laptop-xl\:w-134vw {
    width: 134vw;
  }
  .laptop-xl\:min_w-134vw {
    min-width: 134vw;
  }
  .laptop-xl\:min_h-134vh {
    min-height: 134vh;
  }
  .laptop-xl\:max_w-134vw {
    max-width: 134vw;
  }
  .laptop-xl\:max_h-134vh {
    max-height: 134vh;
  }
  .laptop-xl\:m-t-135\% {
    margin-top: 135%;
  }
  .laptop-xl\:m-t--135\% {
    margin-top: -135%;
  }
  .laptop-xl\:p-t-135\% {
    padding-top: 135%;
  }
  .laptop-xl\:p-t--135\% {
    padding-top: -135%;
  }
  .laptop-xl\:top-135\% {
    top: 135%;
  }
  .laptop-xl\:top--135\% {
    top: -135%;
  }
  .laptop-xl\:m-b-135\% {
    margin-bottom: 135%;
  }
  .laptop-xl\:m-b--135\% {
    margin-bottom: -135%;
  }
  .laptop-xl\:p-b-135\% {
    padding-bottom: 135%;
  }
  .laptop-xl\:p-b--135\% {
    padding-bottom: -135%;
  }
  .laptop-xl\:bottom-135\% {
    bottom: 135%;
  }
  .laptop-xl\:bottom--135\% {
    bottom: -135%;
  }
  .laptop-xl\:m-l-135\% {
    margin-left: 135%;
  }
  .laptop-xl\:m-l--135\% {
    margin-left: -135%;
  }
  .laptop-xl\:p-l-135\% {
    padding-left: 135%;
  }
  .laptop-xl\:p-l--135\% {
    padding-left: -135%;
  }
  .laptop-xl\:left-135\% {
    left: 135%;
  }
  .laptop-xl\:left--135\% {
    left: -135%;
  }
  .laptop-xl\:m-r-135\% {
    margin-right: 135%;
  }
  .laptop-xl\:m-r--135\% {
    margin-right: -135%;
  }
  .laptop-xl\:p-r-135\% {
    padding-right: 135%;
  }
  .laptop-xl\:p-r--135\% {
    padding-right: -135%;
  }
  .laptop-xl\:right-135\% {
    right: 135%;
  }
  .laptop-xl\:right--135\% {
    right: -135%;
  }
  .laptop-xl\:h-135\% {
    height: 135%;
  }
  .laptop-xl\:w-135\% {
    width: 135%;
  }
  .laptop-xl\:max_h-135\% {
    max-height: 135%;
  }
  .laptop-xl\:max_w-135\% {
    max-width: 135%;
  }
  .laptop-xl\:min_h-135\% {
    min-height: 135%;
  }
  .laptop-xl\:min_w-135\% {
    min-width: 135%;
  }
  .laptop-xl\:h-135vh {
    height: 135vh;
  }
  .laptop-xl\:w-135vw {
    width: 135vw;
  }
  .laptop-xl\:min_w-135vw {
    min-width: 135vw;
  }
  .laptop-xl\:min_h-135vh {
    min-height: 135vh;
  }
  .laptop-xl\:max_w-135vw {
    max-width: 135vw;
  }
  .laptop-xl\:max_h-135vh {
    max-height: 135vh;
  }
  .laptop-xl\:m-t-136\% {
    margin-top: 136%;
  }
  .laptop-xl\:m-t--136\% {
    margin-top: -136%;
  }
  .laptop-xl\:p-t-136\% {
    padding-top: 136%;
  }
  .laptop-xl\:p-t--136\% {
    padding-top: -136%;
  }
  .laptop-xl\:top-136\% {
    top: 136%;
  }
  .laptop-xl\:top--136\% {
    top: -136%;
  }
  .laptop-xl\:m-b-136\% {
    margin-bottom: 136%;
  }
  .laptop-xl\:m-b--136\% {
    margin-bottom: -136%;
  }
  .laptop-xl\:p-b-136\% {
    padding-bottom: 136%;
  }
  .laptop-xl\:p-b--136\% {
    padding-bottom: -136%;
  }
  .laptop-xl\:bottom-136\% {
    bottom: 136%;
  }
  .laptop-xl\:bottom--136\% {
    bottom: -136%;
  }
  .laptop-xl\:m-l-136\% {
    margin-left: 136%;
  }
  .laptop-xl\:m-l--136\% {
    margin-left: -136%;
  }
  .laptop-xl\:p-l-136\% {
    padding-left: 136%;
  }
  .laptop-xl\:p-l--136\% {
    padding-left: -136%;
  }
  .laptop-xl\:left-136\% {
    left: 136%;
  }
  .laptop-xl\:left--136\% {
    left: -136%;
  }
  .laptop-xl\:m-r-136\% {
    margin-right: 136%;
  }
  .laptop-xl\:m-r--136\% {
    margin-right: -136%;
  }
  .laptop-xl\:p-r-136\% {
    padding-right: 136%;
  }
  .laptop-xl\:p-r--136\% {
    padding-right: -136%;
  }
  .laptop-xl\:right-136\% {
    right: 136%;
  }
  .laptop-xl\:right--136\% {
    right: -136%;
  }
  .laptop-xl\:h-136\% {
    height: 136%;
  }
  .laptop-xl\:w-136\% {
    width: 136%;
  }
  .laptop-xl\:max_h-136\% {
    max-height: 136%;
  }
  .laptop-xl\:max_w-136\% {
    max-width: 136%;
  }
  .laptop-xl\:min_h-136\% {
    min-height: 136%;
  }
  .laptop-xl\:min_w-136\% {
    min-width: 136%;
  }
  .laptop-xl\:h-136vh {
    height: 136vh;
  }
  .laptop-xl\:w-136vw {
    width: 136vw;
  }
  .laptop-xl\:min_w-136vw {
    min-width: 136vw;
  }
  .laptop-xl\:min_h-136vh {
    min-height: 136vh;
  }
  .laptop-xl\:max_w-136vw {
    max-width: 136vw;
  }
  .laptop-xl\:max_h-136vh {
    max-height: 136vh;
  }
  .laptop-xl\:m-t-137\% {
    margin-top: 137%;
  }
  .laptop-xl\:m-t--137\% {
    margin-top: -137%;
  }
  .laptop-xl\:p-t-137\% {
    padding-top: 137%;
  }
  .laptop-xl\:p-t--137\% {
    padding-top: -137%;
  }
  .laptop-xl\:top-137\% {
    top: 137%;
  }
  .laptop-xl\:top--137\% {
    top: -137%;
  }
  .laptop-xl\:m-b-137\% {
    margin-bottom: 137%;
  }
  .laptop-xl\:m-b--137\% {
    margin-bottom: -137%;
  }
  .laptop-xl\:p-b-137\% {
    padding-bottom: 137%;
  }
  .laptop-xl\:p-b--137\% {
    padding-bottom: -137%;
  }
  .laptop-xl\:bottom-137\% {
    bottom: 137%;
  }
  .laptop-xl\:bottom--137\% {
    bottom: -137%;
  }
  .laptop-xl\:m-l-137\% {
    margin-left: 137%;
  }
  .laptop-xl\:m-l--137\% {
    margin-left: -137%;
  }
  .laptop-xl\:p-l-137\% {
    padding-left: 137%;
  }
  .laptop-xl\:p-l--137\% {
    padding-left: -137%;
  }
  .laptop-xl\:left-137\% {
    left: 137%;
  }
  .laptop-xl\:left--137\% {
    left: -137%;
  }
  .laptop-xl\:m-r-137\% {
    margin-right: 137%;
  }
  .laptop-xl\:m-r--137\% {
    margin-right: -137%;
  }
  .laptop-xl\:p-r-137\% {
    padding-right: 137%;
  }
  .laptop-xl\:p-r--137\% {
    padding-right: -137%;
  }
  .laptop-xl\:right-137\% {
    right: 137%;
  }
  .laptop-xl\:right--137\% {
    right: -137%;
  }
  .laptop-xl\:h-137\% {
    height: 137%;
  }
  .laptop-xl\:w-137\% {
    width: 137%;
  }
  .laptop-xl\:max_h-137\% {
    max-height: 137%;
  }
  .laptop-xl\:max_w-137\% {
    max-width: 137%;
  }
  .laptop-xl\:min_h-137\% {
    min-height: 137%;
  }
  .laptop-xl\:min_w-137\% {
    min-width: 137%;
  }
  .laptop-xl\:h-137vh {
    height: 137vh;
  }
  .laptop-xl\:w-137vw {
    width: 137vw;
  }
  .laptop-xl\:min_w-137vw {
    min-width: 137vw;
  }
  .laptop-xl\:min_h-137vh {
    min-height: 137vh;
  }
  .laptop-xl\:max_w-137vw {
    max-width: 137vw;
  }
  .laptop-xl\:max_h-137vh {
    max-height: 137vh;
  }
  .laptop-xl\:m-t-138\% {
    margin-top: 138%;
  }
  .laptop-xl\:m-t--138\% {
    margin-top: -138%;
  }
  .laptop-xl\:p-t-138\% {
    padding-top: 138%;
  }
  .laptop-xl\:p-t--138\% {
    padding-top: -138%;
  }
  .laptop-xl\:top-138\% {
    top: 138%;
  }
  .laptop-xl\:top--138\% {
    top: -138%;
  }
  .laptop-xl\:m-b-138\% {
    margin-bottom: 138%;
  }
  .laptop-xl\:m-b--138\% {
    margin-bottom: -138%;
  }
  .laptop-xl\:p-b-138\% {
    padding-bottom: 138%;
  }
  .laptop-xl\:p-b--138\% {
    padding-bottom: -138%;
  }
  .laptop-xl\:bottom-138\% {
    bottom: 138%;
  }
  .laptop-xl\:bottom--138\% {
    bottom: -138%;
  }
  .laptop-xl\:m-l-138\% {
    margin-left: 138%;
  }
  .laptop-xl\:m-l--138\% {
    margin-left: -138%;
  }
  .laptop-xl\:p-l-138\% {
    padding-left: 138%;
  }
  .laptop-xl\:p-l--138\% {
    padding-left: -138%;
  }
  .laptop-xl\:left-138\% {
    left: 138%;
  }
  .laptop-xl\:left--138\% {
    left: -138%;
  }
  .laptop-xl\:m-r-138\% {
    margin-right: 138%;
  }
  .laptop-xl\:m-r--138\% {
    margin-right: -138%;
  }
  .laptop-xl\:p-r-138\% {
    padding-right: 138%;
  }
  .laptop-xl\:p-r--138\% {
    padding-right: -138%;
  }
  .laptop-xl\:right-138\% {
    right: 138%;
  }
  .laptop-xl\:right--138\% {
    right: -138%;
  }
  .laptop-xl\:h-138\% {
    height: 138%;
  }
  .laptop-xl\:w-138\% {
    width: 138%;
  }
  .laptop-xl\:max_h-138\% {
    max-height: 138%;
  }
  .laptop-xl\:max_w-138\% {
    max-width: 138%;
  }
  .laptop-xl\:min_h-138\% {
    min-height: 138%;
  }
  .laptop-xl\:min_w-138\% {
    min-width: 138%;
  }
  .laptop-xl\:h-138vh {
    height: 138vh;
  }
  .laptop-xl\:w-138vw {
    width: 138vw;
  }
  .laptop-xl\:min_w-138vw {
    min-width: 138vw;
  }
  .laptop-xl\:min_h-138vh {
    min-height: 138vh;
  }
  .laptop-xl\:max_w-138vw {
    max-width: 138vw;
  }
  .laptop-xl\:max_h-138vh {
    max-height: 138vh;
  }
  .laptop-xl\:m-t-139\% {
    margin-top: 139%;
  }
  .laptop-xl\:m-t--139\% {
    margin-top: -139%;
  }
  .laptop-xl\:p-t-139\% {
    padding-top: 139%;
  }
  .laptop-xl\:p-t--139\% {
    padding-top: -139%;
  }
  .laptop-xl\:top-139\% {
    top: 139%;
  }
  .laptop-xl\:top--139\% {
    top: -139%;
  }
  .laptop-xl\:m-b-139\% {
    margin-bottom: 139%;
  }
  .laptop-xl\:m-b--139\% {
    margin-bottom: -139%;
  }
  .laptop-xl\:p-b-139\% {
    padding-bottom: 139%;
  }
  .laptop-xl\:p-b--139\% {
    padding-bottom: -139%;
  }
  .laptop-xl\:bottom-139\% {
    bottom: 139%;
  }
  .laptop-xl\:bottom--139\% {
    bottom: -139%;
  }
  .laptop-xl\:m-l-139\% {
    margin-left: 139%;
  }
  .laptop-xl\:m-l--139\% {
    margin-left: -139%;
  }
  .laptop-xl\:p-l-139\% {
    padding-left: 139%;
  }
  .laptop-xl\:p-l--139\% {
    padding-left: -139%;
  }
  .laptop-xl\:left-139\% {
    left: 139%;
  }
  .laptop-xl\:left--139\% {
    left: -139%;
  }
  .laptop-xl\:m-r-139\% {
    margin-right: 139%;
  }
  .laptop-xl\:m-r--139\% {
    margin-right: -139%;
  }
  .laptop-xl\:p-r-139\% {
    padding-right: 139%;
  }
  .laptop-xl\:p-r--139\% {
    padding-right: -139%;
  }
  .laptop-xl\:right-139\% {
    right: 139%;
  }
  .laptop-xl\:right--139\% {
    right: -139%;
  }
  .laptop-xl\:h-139\% {
    height: 139%;
  }
  .laptop-xl\:w-139\% {
    width: 139%;
  }
  .laptop-xl\:max_h-139\% {
    max-height: 139%;
  }
  .laptop-xl\:max_w-139\% {
    max-width: 139%;
  }
  .laptop-xl\:min_h-139\% {
    min-height: 139%;
  }
  .laptop-xl\:min_w-139\% {
    min-width: 139%;
  }
  .laptop-xl\:h-139vh {
    height: 139vh;
  }
  .laptop-xl\:w-139vw {
    width: 139vw;
  }
  .laptop-xl\:min_w-139vw {
    min-width: 139vw;
  }
  .laptop-xl\:min_h-139vh {
    min-height: 139vh;
  }
  .laptop-xl\:max_w-139vw {
    max-width: 139vw;
  }
  .laptop-xl\:max_h-139vh {
    max-height: 139vh;
  }
  .laptop-xl\:m-t-140\% {
    margin-top: 140%;
  }
  .laptop-xl\:m-t--140\% {
    margin-top: -140%;
  }
  .laptop-xl\:p-t-140\% {
    padding-top: 140%;
  }
  .laptop-xl\:p-t--140\% {
    padding-top: -140%;
  }
  .laptop-xl\:top-140\% {
    top: 140%;
  }
  .laptop-xl\:top--140\% {
    top: -140%;
  }
  .laptop-xl\:m-b-140\% {
    margin-bottom: 140%;
  }
  .laptop-xl\:m-b--140\% {
    margin-bottom: -140%;
  }
  .laptop-xl\:p-b-140\% {
    padding-bottom: 140%;
  }
  .laptop-xl\:p-b--140\% {
    padding-bottom: -140%;
  }
  .laptop-xl\:bottom-140\% {
    bottom: 140%;
  }
  .laptop-xl\:bottom--140\% {
    bottom: -140%;
  }
  .laptop-xl\:m-l-140\% {
    margin-left: 140%;
  }
  .laptop-xl\:m-l--140\% {
    margin-left: -140%;
  }
  .laptop-xl\:p-l-140\% {
    padding-left: 140%;
  }
  .laptop-xl\:p-l--140\% {
    padding-left: -140%;
  }
  .laptop-xl\:left-140\% {
    left: 140%;
  }
  .laptop-xl\:left--140\% {
    left: -140%;
  }
  .laptop-xl\:m-r-140\% {
    margin-right: 140%;
  }
  .laptop-xl\:m-r--140\% {
    margin-right: -140%;
  }
  .laptop-xl\:p-r-140\% {
    padding-right: 140%;
  }
  .laptop-xl\:p-r--140\% {
    padding-right: -140%;
  }
  .laptop-xl\:right-140\% {
    right: 140%;
  }
  .laptop-xl\:right--140\% {
    right: -140%;
  }
  .laptop-xl\:h-140\% {
    height: 140%;
  }
  .laptop-xl\:w-140\% {
    width: 140%;
  }
  .laptop-xl\:max_h-140\% {
    max-height: 140%;
  }
  .laptop-xl\:max_w-140\% {
    max-width: 140%;
  }
  .laptop-xl\:min_h-140\% {
    min-height: 140%;
  }
  .laptop-xl\:min_w-140\% {
    min-width: 140%;
  }
  .laptop-xl\:h-140vh {
    height: 140vh;
  }
  .laptop-xl\:w-140vw {
    width: 140vw;
  }
  .laptop-xl\:min_w-140vw {
    min-width: 140vw;
  }
  .laptop-xl\:min_h-140vh {
    min-height: 140vh;
  }
  .laptop-xl\:max_w-140vw {
    max-width: 140vw;
  }
  .laptop-xl\:max_h-140vh {
    max-height: 140vh;
  }
  .laptop-xl\:m-t-141\% {
    margin-top: 141%;
  }
  .laptop-xl\:m-t--141\% {
    margin-top: -141%;
  }
  .laptop-xl\:p-t-141\% {
    padding-top: 141%;
  }
  .laptop-xl\:p-t--141\% {
    padding-top: -141%;
  }
  .laptop-xl\:top-141\% {
    top: 141%;
  }
  .laptop-xl\:top--141\% {
    top: -141%;
  }
  .laptop-xl\:m-b-141\% {
    margin-bottom: 141%;
  }
  .laptop-xl\:m-b--141\% {
    margin-bottom: -141%;
  }
  .laptop-xl\:p-b-141\% {
    padding-bottom: 141%;
  }
  .laptop-xl\:p-b--141\% {
    padding-bottom: -141%;
  }
  .laptop-xl\:bottom-141\% {
    bottom: 141%;
  }
  .laptop-xl\:bottom--141\% {
    bottom: -141%;
  }
  .laptop-xl\:m-l-141\% {
    margin-left: 141%;
  }
  .laptop-xl\:m-l--141\% {
    margin-left: -141%;
  }
  .laptop-xl\:p-l-141\% {
    padding-left: 141%;
  }
  .laptop-xl\:p-l--141\% {
    padding-left: -141%;
  }
  .laptop-xl\:left-141\% {
    left: 141%;
  }
  .laptop-xl\:left--141\% {
    left: -141%;
  }
  .laptop-xl\:m-r-141\% {
    margin-right: 141%;
  }
  .laptop-xl\:m-r--141\% {
    margin-right: -141%;
  }
  .laptop-xl\:p-r-141\% {
    padding-right: 141%;
  }
  .laptop-xl\:p-r--141\% {
    padding-right: -141%;
  }
  .laptop-xl\:right-141\% {
    right: 141%;
  }
  .laptop-xl\:right--141\% {
    right: -141%;
  }
  .laptop-xl\:h-141\% {
    height: 141%;
  }
  .laptop-xl\:w-141\% {
    width: 141%;
  }
  .laptop-xl\:max_h-141\% {
    max-height: 141%;
  }
  .laptop-xl\:max_w-141\% {
    max-width: 141%;
  }
  .laptop-xl\:min_h-141\% {
    min-height: 141%;
  }
  .laptop-xl\:min_w-141\% {
    min-width: 141%;
  }
  .laptop-xl\:h-141vh {
    height: 141vh;
  }
  .laptop-xl\:w-141vw {
    width: 141vw;
  }
  .laptop-xl\:min_w-141vw {
    min-width: 141vw;
  }
  .laptop-xl\:min_h-141vh {
    min-height: 141vh;
  }
  .laptop-xl\:max_w-141vw {
    max-width: 141vw;
  }
  .laptop-xl\:max_h-141vh {
    max-height: 141vh;
  }
  .laptop-xl\:m-t-142\% {
    margin-top: 142%;
  }
  .laptop-xl\:m-t--142\% {
    margin-top: -142%;
  }
  .laptop-xl\:p-t-142\% {
    padding-top: 142%;
  }
  .laptop-xl\:p-t--142\% {
    padding-top: -142%;
  }
  .laptop-xl\:top-142\% {
    top: 142%;
  }
  .laptop-xl\:top--142\% {
    top: -142%;
  }
  .laptop-xl\:m-b-142\% {
    margin-bottom: 142%;
  }
  .laptop-xl\:m-b--142\% {
    margin-bottom: -142%;
  }
  .laptop-xl\:p-b-142\% {
    padding-bottom: 142%;
  }
  .laptop-xl\:p-b--142\% {
    padding-bottom: -142%;
  }
  .laptop-xl\:bottom-142\% {
    bottom: 142%;
  }
  .laptop-xl\:bottom--142\% {
    bottom: -142%;
  }
  .laptop-xl\:m-l-142\% {
    margin-left: 142%;
  }
  .laptop-xl\:m-l--142\% {
    margin-left: -142%;
  }
  .laptop-xl\:p-l-142\% {
    padding-left: 142%;
  }
  .laptop-xl\:p-l--142\% {
    padding-left: -142%;
  }
  .laptop-xl\:left-142\% {
    left: 142%;
  }
  .laptop-xl\:left--142\% {
    left: -142%;
  }
  .laptop-xl\:m-r-142\% {
    margin-right: 142%;
  }
  .laptop-xl\:m-r--142\% {
    margin-right: -142%;
  }
  .laptop-xl\:p-r-142\% {
    padding-right: 142%;
  }
  .laptop-xl\:p-r--142\% {
    padding-right: -142%;
  }
  .laptop-xl\:right-142\% {
    right: 142%;
  }
  .laptop-xl\:right--142\% {
    right: -142%;
  }
  .laptop-xl\:h-142\% {
    height: 142%;
  }
  .laptop-xl\:w-142\% {
    width: 142%;
  }
  .laptop-xl\:max_h-142\% {
    max-height: 142%;
  }
  .laptop-xl\:max_w-142\% {
    max-width: 142%;
  }
  .laptop-xl\:min_h-142\% {
    min-height: 142%;
  }
  .laptop-xl\:min_w-142\% {
    min-width: 142%;
  }
  .laptop-xl\:h-142vh {
    height: 142vh;
  }
  .laptop-xl\:w-142vw {
    width: 142vw;
  }
  .laptop-xl\:min_w-142vw {
    min-width: 142vw;
  }
  .laptop-xl\:min_h-142vh {
    min-height: 142vh;
  }
  .laptop-xl\:max_w-142vw {
    max-width: 142vw;
  }
  .laptop-xl\:max_h-142vh {
    max-height: 142vh;
  }
  .laptop-xl\:m-t-143\% {
    margin-top: 143%;
  }
  .laptop-xl\:m-t--143\% {
    margin-top: -143%;
  }
  .laptop-xl\:p-t-143\% {
    padding-top: 143%;
  }
  .laptop-xl\:p-t--143\% {
    padding-top: -143%;
  }
  .laptop-xl\:top-143\% {
    top: 143%;
  }
  .laptop-xl\:top--143\% {
    top: -143%;
  }
  .laptop-xl\:m-b-143\% {
    margin-bottom: 143%;
  }
  .laptop-xl\:m-b--143\% {
    margin-bottom: -143%;
  }
  .laptop-xl\:p-b-143\% {
    padding-bottom: 143%;
  }
  .laptop-xl\:p-b--143\% {
    padding-bottom: -143%;
  }
  .laptop-xl\:bottom-143\% {
    bottom: 143%;
  }
  .laptop-xl\:bottom--143\% {
    bottom: -143%;
  }
  .laptop-xl\:m-l-143\% {
    margin-left: 143%;
  }
  .laptop-xl\:m-l--143\% {
    margin-left: -143%;
  }
  .laptop-xl\:p-l-143\% {
    padding-left: 143%;
  }
  .laptop-xl\:p-l--143\% {
    padding-left: -143%;
  }
  .laptop-xl\:left-143\% {
    left: 143%;
  }
  .laptop-xl\:left--143\% {
    left: -143%;
  }
  .laptop-xl\:m-r-143\% {
    margin-right: 143%;
  }
  .laptop-xl\:m-r--143\% {
    margin-right: -143%;
  }
  .laptop-xl\:p-r-143\% {
    padding-right: 143%;
  }
  .laptop-xl\:p-r--143\% {
    padding-right: -143%;
  }
  .laptop-xl\:right-143\% {
    right: 143%;
  }
  .laptop-xl\:right--143\% {
    right: -143%;
  }
  .laptop-xl\:h-143\% {
    height: 143%;
  }
  .laptop-xl\:w-143\% {
    width: 143%;
  }
  .laptop-xl\:max_h-143\% {
    max-height: 143%;
  }
  .laptop-xl\:max_w-143\% {
    max-width: 143%;
  }
  .laptop-xl\:min_h-143\% {
    min-height: 143%;
  }
  .laptop-xl\:min_w-143\% {
    min-width: 143%;
  }
  .laptop-xl\:h-143vh {
    height: 143vh;
  }
  .laptop-xl\:w-143vw {
    width: 143vw;
  }
  .laptop-xl\:min_w-143vw {
    min-width: 143vw;
  }
  .laptop-xl\:min_h-143vh {
    min-height: 143vh;
  }
  .laptop-xl\:max_w-143vw {
    max-width: 143vw;
  }
  .laptop-xl\:max_h-143vh {
    max-height: 143vh;
  }
  .laptop-xl\:m-t-144\% {
    margin-top: 144%;
  }
  .laptop-xl\:m-t--144\% {
    margin-top: -144%;
  }
  .laptop-xl\:p-t-144\% {
    padding-top: 144%;
  }
  .laptop-xl\:p-t--144\% {
    padding-top: -144%;
  }
  .laptop-xl\:top-144\% {
    top: 144%;
  }
  .laptop-xl\:top--144\% {
    top: -144%;
  }
  .laptop-xl\:m-b-144\% {
    margin-bottom: 144%;
  }
  .laptop-xl\:m-b--144\% {
    margin-bottom: -144%;
  }
  .laptop-xl\:p-b-144\% {
    padding-bottom: 144%;
  }
  .laptop-xl\:p-b--144\% {
    padding-bottom: -144%;
  }
  .laptop-xl\:bottom-144\% {
    bottom: 144%;
  }
  .laptop-xl\:bottom--144\% {
    bottom: -144%;
  }
  .laptop-xl\:m-l-144\% {
    margin-left: 144%;
  }
  .laptop-xl\:m-l--144\% {
    margin-left: -144%;
  }
  .laptop-xl\:p-l-144\% {
    padding-left: 144%;
  }
  .laptop-xl\:p-l--144\% {
    padding-left: -144%;
  }
  .laptop-xl\:left-144\% {
    left: 144%;
  }
  .laptop-xl\:left--144\% {
    left: -144%;
  }
  .laptop-xl\:m-r-144\% {
    margin-right: 144%;
  }
  .laptop-xl\:m-r--144\% {
    margin-right: -144%;
  }
  .laptop-xl\:p-r-144\% {
    padding-right: 144%;
  }
  .laptop-xl\:p-r--144\% {
    padding-right: -144%;
  }
  .laptop-xl\:right-144\% {
    right: 144%;
  }
  .laptop-xl\:right--144\% {
    right: -144%;
  }
  .laptop-xl\:h-144\% {
    height: 144%;
  }
  .laptop-xl\:w-144\% {
    width: 144%;
  }
  .laptop-xl\:max_h-144\% {
    max-height: 144%;
  }
  .laptop-xl\:max_w-144\% {
    max-width: 144%;
  }
  .laptop-xl\:min_h-144\% {
    min-height: 144%;
  }
  .laptop-xl\:min_w-144\% {
    min-width: 144%;
  }
  .laptop-xl\:h-144vh {
    height: 144vh;
  }
  .laptop-xl\:w-144vw {
    width: 144vw;
  }
  .laptop-xl\:min_w-144vw {
    min-width: 144vw;
  }
  .laptop-xl\:min_h-144vh {
    min-height: 144vh;
  }
  .laptop-xl\:max_w-144vw {
    max-width: 144vw;
  }
  .laptop-xl\:max_h-144vh {
    max-height: 144vh;
  }
  .laptop-xl\:m-t-145\% {
    margin-top: 145%;
  }
  .laptop-xl\:m-t--145\% {
    margin-top: -145%;
  }
  .laptop-xl\:p-t-145\% {
    padding-top: 145%;
  }
  .laptop-xl\:p-t--145\% {
    padding-top: -145%;
  }
  .laptop-xl\:top-145\% {
    top: 145%;
  }
  .laptop-xl\:top--145\% {
    top: -145%;
  }
  .laptop-xl\:m-b-145\% {
    margin-bottom: 145%;
  }
  .laptop-xl\:m-b--145\% {
    margin-bottom: -145%;
  }
  .laptop-xl\:p-b-145\% {
    padding-bottom: 145%;
  }
  .laptop-xl\:p-b--145\% {
    padding-bottom: -145%;
  }
  .laptop-xl\:bottom-145\% {
    bottom: 145%;
  }
  .laptop-xl\:bottom--145\% {
    bottom: -145%;
  }
  .laptop-xl\:m-l-145\% {
    margin-left: 145%;
  }
  .laptop-xl\:m-l--145\% {
    margin-left: -145%;
  }
  .laptop-xl\:p-l-145\% {
    padding-left: 145%;
  }
  .laptop-xl\:p-l--145\% {
    padding-left: -145%;
  }
  .laptop-xl\:left-145\% {
    left: 145%;
  }
  .laptop-xl\:left--145\% {
    left: -145%;
  }
  .laptop-xl\:m-r-145\% {
    margin-right: 145%;
  }
  .laptop-xl\:m-r--145\% {
    margin-right: -145%;
  }
  .laptop-xl\:p-r-145\% {
    padding-right: 145%;
  }
  .laptop-xl\:p-r--145\% {
    padding-right: -145%;
  }
  .laptop-xl\:right-145\% {
    right: 145%;
  }
  .laptop-xl\:right--145\% {
    right: -145%;
  }
  .laptop-xl\:h-145\% {
    height: 145%;
  }
  .laptop-xl\:w-145\% {
    width: 145%;
  }
  .laptop-xl\:max_h-145\% {
    max-height: 145%;
  }
  .laptop-xl\:max_w-145\% {
    max-width: 145%;
  }
  .laptop-xl\:min_h-145\% {
    min-height: 145%;
  }
  .laptop-xl\:min_w-145\% {
    min-width: 145%;
  }
  .laptop-xl\:h-145vh {
    height: 145vh;
  }
  .laptop-xl\:w-145vw {
    width: 145vw;
  }
  .laptop-xl\:min_w-145vw {
    min-width: 145vw;
  }
  .laptop-xl\:min_h-145vh {
    min-height: 145vh;
  }
  .laptop-xl\:max_w-145vw {
    max-width: 145vw;
  }
  .laptop-xl\:max_h-145vh {
    max-height: 145vh;
  }
  .laptop-xl\:m-t-146\% {
    margin-top: 146%;
  }
  .laptop-xl\:m-t--146\% {
    margin-top: -146%;
  }
  .laptop-xl\:p-t-146\% {
    padding-top: 146%;
  }
  .laptop-xl\:p-t--146\% {
    padding-top: -146%;
  }
  .laptop-xl\:top-146\% {
    top: 146%;
  }
  .laptop-xl\:top--146\% {
    top: -146%;
  }
  .laptop-xl\:m-b-146\% {
    margin-bottom: 146%;
  }
  .laptop-xl\:m-b--146\% {
    margin-bottom: -146%;
  }
  .laptop-xl\:p-b-146\% {
    padding-bottom: 146%;
  }
  .laptop-xl\:p-b--146\% {
    padding-bottom: -146%;
  }
  .laptop-xl\:bottom-146\% {
    bottom: 146%;
  }
  .laptop-xl\:bottom--146\% {
    bottom: -146%;
  }
  .laptop-xl\:m-l-146\% {
    margin-left: 146%;
  }
  .laptop-xl\:m-l--146\% {
    margin-left: -146%;
  }
  .laptop-xl\:p-l-146\% {
    padding-left: 146%;
  }
  .laptop-xl\:p-l--146\% {
    padding-left: -146%;
  }
  .laptop-xl\:left-146\% {
    left: 146%;
  }
  .laptop-xl\:left--146\% {
    left: -146%;
  }
  .laptop-xl\:m-r-146\% {
    margin-right: 146%;
  }
  .laptop-xl\:m-r--146\% {
    margin-right: -146%;
  }
  .laptop-xl\:p-r-146\% {
    padding-right: 146%;
  }
  .laptop-xl\:p-r--146\% {
    padding-right: -146%;
  }
  .laptop-xl\:right-146\% {
    right: 146%;
  }
  .laptop-xl\:right--146\% {
    right: -146%;
  }
  .laptop-xl\:h-146\% {
    height: 146%;
  }
  .laptop-xl\:w-146\% {
    width: 146%;
  }
  .laptop-xl\:max_h-146\% {
    max-height: 146%;
  }
  .laptop-xl\:max_w-146\% {
    max-width: 146%;
  }
  .laptop-xl\:min_h-146\% {
    min-height: 146%;
  }
  .laptop-xl\:min_w-146\% {
    min-width: 146%;
  }
  .laptop-xl\:h-146vh {
    height: 146vh;
  }
  .laptop-xl\:w-146vw {
    width: 146vw;
  }
  .laptop-xl\:min_w-146vw {
    min-width: 146vw;
  }
  .laptop-xl\:min_h-146vh {
    min-height: 146vh;
  }
  .laptop-xl\:max_w-146vw {
    max-width: 146vw;
  }
  .laptop-xl\:max_h-146vh {
    max-height: 146vh;
  }
  .laptop-xl\:m-t-147\% {
    margin-top: 147%;
  }
  .laptop-xl\:m-t--147\% {
    margin-top: -147%;
  }
  .laptop-xl\:p-t-147\% {
    padding-top: 147%;
  }
  .laptop-xl\:p-t--147\% {
    padding-top: -147%;
  }
  .laptop-xl\:top-147\% {
    top: 147%;
  }
  .laptop-xl\:top--147\% {
    top: -147%;
  }
  .laptop-xl\:m-b-147\% {
    margin-bottom: 147%;
  }
  .laptop-xl\:m-b--147\% {
    margin-bottom: -147%;
  }
  .laptop-xl\:p-b-147\% {
    padding-bottom: 147%;
  }
  .laptop-xl\:p-b--147\% {
    padding-bottom: -147%;
  }
  .laptop-xl\:bottom-147\% {
    bottom: 147%;
  }
  .laptop-xl\:bottom--147\% {
    bottom: -147%;
  }
  .laptop-xl\:m-l-147\% {
    margin-left: 147%;
  }
  .laptop-xl\:m-l--147\% {
    margin-left: -147%;
  }
  .laptop-xl\:p-l-147\% {
    padding-left: 147%;
  }
  .laptop-xl\:p-l--147\% {
    padding-left: -147%;
  }
  .laptop-xl\:left-147\% {
    left: 147%;
  }
  .laptop-xl\:left--147\% {
    left: -147%;
  }
  .laptop-xl\:m-r-147\% {
    margin-right: 147%;
  }
  .laptop-xl\:m-r--147\% {
    margin-right: -147%;
  }
  .laptop-xl\:p-r-147\% {
    padding-right: 147%;
  }
  .laptop-xl\:p-r--147\% {
    padding-right: -147%;
  }
  .laptop-xl\:right-147\% {
    right: 147%;
  }
  .laptop-xl\:right--147\% {
    right: -147%;
  }
  .laptop-xl\:h-147\% {
    height: 147%;
  }
  .laptop-xl\:w-147\% {
    width: 147%;
  }
  .laptop-xl\:max_h-147\% {
    max-height: 147%;
  }
  .laptop-xl\:max_w-147\% {
    max-width: 147%;
  }
  .laptop-xl\:min_h-147\% {
    min-height: 147%;
  }
  .laptop-xl\:min_w-147\% {
    min-width: 147%;
  }
  .laptop-xl\:h-147vh {
    height: 147vh;
  }
  .laptop-xl\:w-147vw {
    width: 147vw;
  }
  .laptop-xl\:min_w-147vw {
    min-width: 147vw;
  }
  .laptop-xl\:min_h-147vh {
    min-height: 147vh;
  }
  .laptop-xl\:max_w-147vw {
    max-width: 147vw;
  }
  .laptop-xl\:max_h-147vh {
    max-height: 147vh;
  }
  .laptop-xl\:m-t-148\% {
    margin-top: 148%;
  }
  .laptop-xl\:m-t--148\% {
    margin-top: -148%;
  }
  .laptop-xl\:p-t-148\% {
    padding-top: 148%;
  }
  .laptop-xl\:p-t--148\% {
    padding-top: -148%;
  }
  .laptop-xl\:top-148\% {
    top: 148%;
  }
  .laptop-xl\:top--148\% {
    top: -148%;
  }
  .laptop-xl\:m-b-148\% {
    margin-bottom: 148%;
  }
  .laptop-xl\:m-b--148\% {
    margin-bottom: -148%;
  }
  .laptop-xl\:p-b-148\% {
    padding-bottom: 148%;
  }
  .laptop-xl\:p-b--148\% {
    padding-bottom: -148%;
  }
  .laptop-xl\:bottom-148\% {
    bottom: 148%;
  }
  .laptop-xl\:bottom--148\% {
    bottom: -148%;
  }
  .laptop-xl\:m-l-148\% {
    margin-left: 148%;
  }
  .laptop-xl\:m-l--148\% {
    margin-left: -148%;
  }
  .laptop-xl\:p-l-148\% {
    padding-left: 148%;
  }
  .laptop-xl\:p-l--148\% {
    padding-left: -148%;
  }
  .laptop-xl\:left-148\% {
    left: 148%;
  }
  .laptop-xl\:left--148\% {
    left: -148%;
  }
  .laptop-xl\:m-r-148\% {
    margin-right: 148%;
  }
  .laptop-xl\:m-r--148\% {
    margin-right: -148%;
  }
  .laptop-xl\:p-r-148\% {
    padding-right: 148%;
  }
  .laptop-xl\:p-r--148\% {
    padding-right: -148%;
  }
  .laptop-xl\:right-148\% {
    right: 148%;
  }
  .laptop-xl\:right--148\% {
    right: -148%;
  }
  .laptop-xl\:h-148\% {
    height: 148%;
  }
  .laptop-xl\:w-148\% {
    width: 148%;
  }
  .laptop-xl\:max_h-148\% {
    max-height: 148%;
  }
  .laptop-xl\:max_w-148\% {
    max-width: 148%;
  }
  .laptop-xl\:min_h-148\% {
    min-height: 148%;
  }
  .laptop-xl\:min_w-148\% {
    min-width: 148%;
  }
  .laptop-xl\:h-148vh {
    height: 148vh;
  }
  .laptop-xl\:w-148vw {
    width: 148vw;
  }
  .laptop-xl\:min_w-148vw {
    min-width: 148vw;
  }
  .laptop-xl\:min_h-148vh {
    min-height: 148vh;
  }
  .laptop-xl\:max_w-148vw {
    max-width: 148vw;
  }
  .laptop-xl\:max_h-148vh {
    max-height: 148vh;
  }
  .laptop-xl\:m-t-149\% {
    margin-top: 149%;
  }
  .laptop-xl\:m-t--149\% {
    margin-top: -149%;
  }
  .laptop-xl\:p-t-149\% {
    padding-top: 149%;
  }
  .laptop-xl\:p-t--149\% {
    padding-top: -149%;
  }
  .laptop-xl\:top-149\% {
    top: 149%;
  }
  .laptop-xl\:top--149\% {
    top: -149%;
  }
  .laptop-xl\:m-b-149\% {
    margin-bottom: 149%;
  }
  .laptop-xl\:m-b--149\% {
    margin-bottom: -149%;
  }
  .laptop-xl\:p-b-149\% {
    padding-bottom: 149%;
  }
  .laptop-xl\:p-b--149\% {
    padding-bottom: -149%;
  }
  .laptop-xl\:bottom-149\% {
    bottom: 149%;
  }
  .laptop-xl\:bottom--149\% {
    bottom: -149%;
  }
  .laptop-xl\:m-l-149\% {
    margin-left: 149%;
  }
  .laptop-xl\:m-l--149\% {
    margin-left: -149%;
  }
  .laptop-xl\:p-l-149\% {
    padding-left: 149%;
  }
  .laptop-xl\:p-l--149\% {
    padding-left: -149%;
  }
  .laptop-xl\:left-149\% {
    left: 149%;
  }
  .laptop-xl\:left--149\% {
    left: -149%;
  }
  .laptop-xl\:m-r-149\% {
    margin-right: 149%;
  }
  .laptop-xl\:m-r--149\% {
    margin-right: -149%;
  }
  .laptop-xl\:p-r-149\% {
    padding-right: 149%;
  }
  .laptop-xl\:p-r--149\% {
    padding-right: -149%;
  }
  .laptop-xl\:right-149\% {
    right: 149%;
  }
  .laptop-xl\:right--149\% {
    right: -149%;
  }
  .laptop-xl\:h-149\% {
    height: 149%;
  }
  .laptop-xl\:w-149\% {
    width: 149%;
  }
  .laptop-xl\:max_h-149\% {
    max-height: 149%;
  }
  .laptop-xl\:max_w-149\% {
    max-width: 149%;
  }
  .laptop-xl\:min_h-149\% {
    min-height: 149%;
  }
  .laptop-xl\:min_w-149\% {
    min-width: 149%;
  }
  .laptop-xl\:h-149vh {
    height: 149vh;
  }
  .laptop-xl\:w-149vw {
    width: 149vw;
  }
  .laptop-xl\:min_w-149vw {
    min-width: 149vw;
  }
  .laptop-xl\:min_h-149vh {
    min-height: 149vh;
  }
  .laptop-xl\:max_w-149vw {
    max-width: 149vw;
  }
  .laptop-xl\:max_h-149vh {
    max-height: 149vh;
  }
  .laptop-xl\:m-t-150\% {
    margin-top: 150%;
  }
  .laptop-xl\:m-t--150\% {
    margin-top: -150%;
  }
  .laptop-xl\:p-t-150\% {
    padding-top: 150%;
  }
  .laptop-xl\:p-t--150\% {
    padding-top: -150%;
  }
  .laptop-xl\:top-150\% {
    top: 150%;
  }
  .laptop-xl\:top--150\% {
    top: -150%;
  }
  .laptop-xl\:m-b-150\% {
    margin-bottom: 150%;
  }
  .laptop-xl\:m-b--150\% {
    margin-bottom: -150%;
  }
  .laptop-xl\:p-b-150\% {
    padding-bottom: 150%;
  }
  .laptop-xl\:p-b--150\% {
    padding-bottom: -150%;
  }
  .laptop-xl\:bottom-150\% {
    bottom: 150%;
  }
  .laptop-xl\:bottom--150\% {
    bottom: -150%;
  }
  .laptop-xl\:m-l-150\% {
    margin-left: 150%;
  }
  .laptop-xl\:m-l--150\% {
    margin-left: -150%;
  }
  .laptop-xl\:p-l-150\% {
    padding-left: 150%;
  }
  .laptop-xl\:p-l--150\% {
    padding-left: -150%;
  }
  .laptop-xl\:left-150\% {
    left: 150%;
  }
  .laptop-xl\:left--150\% {
    left: -150%;
  }
  .laptop-xl\:m-r-150\% {
    margin-right: 150%;
  }
  .laptop-xl\:m-r--150\% {
    margin-right: -150%;
  }
  .laptop-xl\:p-r-150\% {
    padding-right: 150%;
  }
  .laptop-xl\:p-r--150\% {
    padding-right: -150%;
  }
  .laptop-xl\:right-150\% {
    right: 150%;
  }
  .laptop-xl\:right--150\% {
    right: -150%;
  }
  .laptop-xl\:h-150\% {
    height: 150%;
  }
  .laptop-xl\:w-150\% {
    width: 150%;
  }
  .laptop-xl\:max_h-150\% {
    max-height: 150%;
  }
  .laptop-xl\:max_w-150\% {
    max-width: 150%;
  }
  .laptop-xl\:min_h-150\% {
    min-height: 150%;
  }
  .laptop-xl\:min_w-150\% {
    min-width: 150%;
  }
  .laptop-xl\:h-150vh {
    height: 150vh;
  }
  .laptop-xl\:w-150vw {
    width: 150vw;
  }
  .laptop-xl\:min_w-150vw {
    min-width: 150vw;
  }
  .laptop-xl\:min_h-150vh {
    min-height: 150vh;
  }
  .laptop-xl\:max_w-150vw {
    max-width: 150vw;
  }
  .laptop-xl\:max_h-150vh {
    max-height: 150vh;
  }
  .laptop-xl\:m-t-151\% {
    margin-top: 151%;
  }
  .laptop-xl\:m-t--151\% {
    margin-top: -151%;
  }
  .laptop-xl\:p-t-151\% {
    padding-top: 151%;
  }
  .laptop-xl\:p-t--151\% {
    padding-top: -151%;
  }
  .laptop-xl\:top-151\% {
    top: 151%;
  }
  .laptop-xl\:top--151\% {
    top: -151%;
  }
  .laptop-xl\:m-b-151\% {
    margin-bottom: 151%;
  }
  .laptop-xl\:m-b--151\% {
    margin-bottom: -151%;
  }
  .laptop-xl\:p-b-151\% {
    padding-bottom: 151%;
  }
  .laptop-xl\:p-b--151\% {
    padding-bottom: -151%;
  }
  .laptop-xl\:bottom-151\% {
    bottom: 151%;
  }
  .laptop-xl\:bottom--151\% {
    bottom: -151%;
  }
  .laptop-xl\:m-l-151\% {
    margin-left: 151%;
  }
  .laptop-xl\:m-l--151\% {
    margin-left: -151%;
  }
  .laptop-xl\:p-l-151\% {
    padding-left: 151%;
  }
  .laptop-xl\:p-l--151\% {
    padding-left: -151%;
  }
  .laptop-xl\:left-151\% {
    left: 151%;
  }
  .laptop-xl\:left--151\% {
    left: -151%;
  }
  .laptop-xl\:m-r-151\% {
    margin-right: 151%;
  }
  .laptop-xl\:m-r--151\% {
    margin-right: -151%;
  }
  .laptop-xl\:p-r-151\% {
    padding-right: 151%;
  }
  .laptop-xl\:p-r--151\% {
    padding-right: -151%;
  }
  .laptop-xl\:right-151\% {
    right: 151%;
  }
  .laptop-xl\:right--151\% {
    right: -151%;
  }
  .laptop-xl\:h-151\% {
    height: 151%;
  }
  .laptop-xl\:w-151\% {
    width: 151%;
  }
  .laptop-xl\:max_h-151\% {
    max-height: 151%;
  }
  .laptop-xl\:max_w-151\% {
    max-width: 151%;
  }
  .laptop-xl\:min_h-151\% {
    min-height: 151%;
  }
  .laptop-xl\:min_w-151\% {
    min-width: 151%;
  }
  .laptop-xl\:h-151vh {
    height: 151vh;
  }
  .laptop-xl\:w-151vw {
    width: 151vw;
  }
  .laptop-xl\:min_w-151vw {
    min-width: 151vw;
  }
  .laptop-xl\:min_h-151vh {
    min-height: 151vh;
  }
  .laptop-xl\:max_w-151vw {
    max-width: 151vw;
  }
  .laptop-xl\:max_h-151vh {
    max-height: 151vh;
  }
  .laptop-xl\:m-t-152\% {
    margin-top: 152%;
  }
  .laptop-xl\:m-t--152\% {
    margin-top: -152%;
  }
  .laptop-xl\:p-t-152\% {
    padding-top: 152%;
  }
  .laptop-xl\:p-t--152\% {
    padding-top: -152%;
  }
  .laptop-xl\:top-152\% {
    top: 152%;
  }
  .laptop-xl\:top--152\% {
    top: -152%;
  }
  .laptop-xl\:m-b-152\% {
    margin-bottom: 152%;
  }
  .laptop-xl\:m-b--152\% {
    margin-bottom: -152%;
  }
  .laptop-xl\:p-b-152\% {
    padding-bottom: 152%;
  }
  .laptop-xl\:p-b--152\% {
    padding-bottom: -152%;
  }
  .laptop-xl\:bottom-152\% {
    bottom: 152%;
  }
  .laptop-xl\:bottom--152\% {
    bottom: -152%;
  }
  .laptop-xl\:m-l-152\% {
    margin-left: 152%;
  }
  .laptop-xl\:m-l--152\% {
    margin-left: -152%;
  }
  .laptop-xl\:p-l-152\% {
    padding-left: 152%;
  }
  .laptop-xl\:p-l--152\% {
    padding-left: -152%;
  }
  .laptop-xl\:left-152\% {
    left: 152%;
  }
  .laptop-xl\:left--152\% {
    left: -152%;
  }
  .laptop-xl\:m-r-152\% {
    margin-right: 152%;
  }
  .laptop-xl\:m-r--152\% {
    margin-right: -152%;
  }
  .laptop-xl\:p-r-152\% {
    padding-right: 152%;
  }
  .laptop-xl\:p-r--152\% {
    padding-right: -152%;
  }
  .laptop-xl\:right-152\% {
    right: 152%;
  }
  .laptop-xl\:right--152\% {
    right: -152%;
  }
  .laptop-xl\:h-152\% {
    height: 152%;
  }
  .laptop-xl\:w-152\% {
    width: 152%;
  }
  .laptop-xl\:max_h-152\% {
    max-height: 152%;
  }
  .laptop-xl\:max_w-152\% {
    max-width: 152%;
  }
  .laptop-xl\:min_h-152\% {
    min-height: 152%;
  }
  .laptop-xl\:min_w-152\% {
    min-width: 152%;
  }
  .laptop-xl\:h-152vh {
    height: 152vh;
  }
  .laptop-xl\:w-152vw {
    width: 152vw;
  }
  .laptop-xl\:min_w-152vw {
    min-width: 152vw;
  }
  .laptop-xl\:min_h-152vh {
    min-height: 152vh;
  }
  .laptop-xl\:max_w-152vw {
    max-width: 152vw;
  }
  .laptop-xl\:max_h-152vh {
    max-height: 152vh;
  }
  .laptop-xl\:m-t-153\% {
    margin-top: 153%;
  }
  .laptop-xl\:m-t--153\% {
    margin-top: -153%;
  }
  .laptop-xl\:p-t-153\% {
    padding-top: 153%;
  }
  .laptop-xl\:p-t--153\% {
    padding-top: -153%;
  }
  .laptop-xl\:top-153\% {
    top: 153%;
  }
  .laptop-xl\:top--153\% {
    top: -153%;
  }
  .laptop-xl\:m-b-153\% {
    margin-bottom: 153%;
  }
  .laptop-xl\:m-b--153\% {
    margin-bottom: -153%;
  }
  .laptop-xl\:p-b-153\% {
    padding-bottom: 153%;
  }
  .laptop-xl\:p-b--153\% {
    padding-bottom: -153%;
  }
  .laptop-xl\:bottom-153\% {
    bottom: 153%;
  }
  .laptop-xl\:bottom--153\% {
    bottom: -153%;
  }
  .laptop-xl\:m-l-153\% {
    margin-left: 153%;
  }
  .laptop-xl\:m-l--153\% {
    margin-left: -153%;
  }
  .laptop-xl\:p-l-153\% {
    padding-left: 153%;
  }
  .laptop-xl\:p-l--153\% {
    padding-left: -153%;
  }
  .laptop-xl\:left-153\% {
    left: 153%;
  }
  .laptop-xl\:left--153\% {
    left: -153%;
  }
  .laptop-xl\:m-r-153\% {
    margin-right: 153%;
  }
  .laptop-xl\:m-r--153\% {
    margin-right: -153%;
  }
  .laptop-xl\:p-r-153\% {
    padding-right: 153%;
  }
  .laptop-xl\:p-r--153\% {
    padding-right: -153%;
  }
  .laptop-xl\:right-153\% {
    right: 153%;
  }
  .laptop-xl\:right--153\% {
    right: -153%;
  }
  .laptop-xl\:h-153\% {
    height: 153%;
  }
  .laptop-xl\:w-153\% {
    width: 153%;
  }
  .laptop-xl\:max_h-153\% {
    max-height: 153%;
  }
  .laptop-xl\:max_w-153\% {
    max-width: 153%;
  }
  .laptop-xl\:min_h-153\% {
    min-height: 153%;
  }
  .laptop-xl\:min_w-153\% {
    min-width: 153%;
  }
  .laptop-xl\:h-153vh {
    height: 153vh;
  }
  .laptop-xl\:w-153vw {
    width: 153vw;
  }
  .laptop-xl\:min_w-153vw {
    min-width: 153vw;
  }
  .laptop-xl\:min_h-153vh {
    min-height: 153vh;
  }
  .laptop-xl\:max_w-153vw {
    max-width: 153vw;
  }
  .laptop-xl\:max_h-153vh {
    max-height: 153vh;
  }
  .laptop-xl\:m-t-154\% {
    margin-top: 154%;
  }
  .laptop-xl\:m-t--154\% {
    margin-top: -154%;
  }
  .laptop-xl\:p-t-154\% {
    padding-top: 154%;
  }
  .laptop-xl\:p-t--154\% {
    padding-top: -154%;
  }
  .laptop-xl\:top-154\% {
    top: 154%;
  }
  .laptop-xl\:top--154\% {
    top: -154%;
  }
  .laptop-xl\:m-b-154\% {
    margin-bottom: 154%;
  }
  .laptop-xl\:m-b--154\% {
    margin-bottom: -154%;
  }
  .laptop-xl\:p-b-154\% {
    padding-bottom: 154%;
  }
  .laptop-xl\:p-b--154\% {
    padding-bottom: -154%;
  }
  .laptop-xl\:bottom-154\% {
    bottom: 154%;
  }
  .laptop-xl\:bottom--154\% {
    bottom: -154%;
  }
  .laptop-xl\:m-l-154\% {
    margin-left: 154%;
  }
  .laptop-xl\:m-l--154\% {
    margin-left: -154%;
  }
  .laptop-xl\:p-l-154\% {
    padding-left: 154%;
  }
  .laptop-xl\:p-l--154\% {
    padding-left: -154%;
  }
  .laptop-xl\:left-154\% {
    left: 154%;
  }
  .laptop-xl\:left--154\% {
    left: -154%;
  }
  .laptop-xl\:m-r-154\% {
    margin-right: 154%;
  }
  .laptop-xl\:m-r--154\% {
    margin-right: -154%;
  }
  .laptop-xl\:p-r-154\% {
    padding-right: 154%;
  }
  .laptop-xl\:p-r--154\% {
    padding-right: -154%;
  }
  .laptop-xl\:right-154\% {
    right: 154%;
  }
  .laptop-xl\:right--154\% {
    right: -154%;
  }
  .laptop-xl\:h-154\% {
    height: 154%;
  }
  .laptop-xl\:w-154\% {
    width: 154%;
  }
  .laptop-xl\:max_h-154\% {
    max-height: 154%;
  }
  .laptop-xl\:max_w-154\% {
    max-width: 154%;
  }
  .laptop-xl\:min_h-154\% {
    min-height: 154%;
  }
  .laptop-xl\:min_w-154\% {
    min-width: 154%;
  }
  .laptop-xl\:h-154vh {
    height: 154vh;
  }
  .laptop-xl\:w-154vw {
    width: 154vw;
  }
  .laptop-xl\:min_w-154vw {
    min-width: 154vw;
  }
  .laptop-xl\:min_h-154vh {
    min-height: 154vh;
  }
  .laptop-xl\:max_w-154vw {
    max-width: 154vw;
  }
  .laptop-xl\:max_h-154vh {
    max-height: 154vh;
  }
  .laptop-xl\:m-t-155\% {
    margin-top: 155%;
  }
  .laptop-xl\:m-t--155\% {
    margin-top: -155%;
  }
  .laptop-xl\:p-t-155\% {
    padding-top: 155%;
  }
  .laptop-xl\:p-t--155\% {
    padding-top: -155%;
  }
  .laptop-xl\:top-155\% {
    top: 155%;
  }
  .laptop-xl\:top--155\% {
    top: -155%;
  }
  .laptop-xl\:m-b-155\% {
    margin-bottom: 155%;
  }
  .laptop-xl\:m-b--155\% {
    margin-bottom: -155%;
  }
  .laptop-xl\:p-b-155\% {
    padding-bottom: 155%;
  }
  .laptop-xl\:p-b--155\% {
    padding-bottom: -155%;
  }
  .laptop-xl\:bottom-155\% {
    bottom: 155%;
  }
  .laptop-xl\:bottom--155\% {
    bottom: -155%;
  }
  .laptop-xl\:m-l-155\% {
    margin-left: 155%;
  }
  .laptop-xl\:m-l--155\% {
    margin-left: -155%;
  }
  .laptop-xl\:p-l-155\% {
    padding-left: 155%;
  }
  .laptop-xl\:p-l--155\% {
    padding-left: -155%;
  }
  .laptop-xl\:left-155\% {
    left: 155%;
  }
  .laptop-xl\:left--155\% {
    left: -155%;
  }
  .laptop-xl\:m-r-155\% {
    margin-right: 155%;
  }
  .laptop-xl\:m-r--155\% {
    margin-right: -155%;
  }
  .laptop-xl\:p-r-155\% {
    padding-right: 155%;
  }
  .laptop-xl\:p-r--155\% {
    padding-right: -155%;
  }
  .laptop-xl\:right-155\% {
    right: 155%;
  }
  .laptop-xl\:right--155\% {
    right: -155%;
  }
  .laptop-xl\:h-155\% {
    height: 155%;
  }
  .laptop-xl\:w-155\% {
    width: 155%;
  }
  .laptop-xl\:max_h-155\% {
    max-height: 155%;
  }
  .laptop-xl\:max_w-155\% {
    max-width: 155%;
  }
  .laptop-xl\:min_h-155\% {
    min-height: 155%;
  }
  .laptop-xl\:min_w-155\% {
    min-width: 155%;
  }
  .laptop-xl\:h-155vh {
    height: 155vh;
  }
  .laptop-xl\:w-155vw {
    width: 155vw;
  }
  .laptop-xl\:min_w-155vw {
    min-width: 155vw;
  }
  .laptop-xl\:min_h-155vh {
    min-height: 155vh;
  }
  .laptop-xl\:max_w-155vw {
    max-width: 155vw;
  }
  .laptop-xl\:max_h-155vh {
    max-height: 155vh;
  }
  .laptop-xl\:m-t-156\% {
    margin-top: 156%;
  }
  .laptop-xl\:m-t--156\% {
    margin-top: -156%;
  }
  .laptop-xl\:p-t-156\% {
    padding-top: 156%;
  }
  .laptop-xl\:p-t--156\% {
    padding-top: -156%;
  }
  .laptop-xl\:top-156\% {
    top: 156%;
  }
  .laptop-xl\:top--156\% {
    top: -156%;
  }
  .laptop-xl\:m-b-156\% {
    margin-bottom: 156%;
  }
  .laptop-xl\:m-b--156\% {
    margin-bottom: -156%;
  }
  .laptop-xl\:p-b-156\% {
    padding-bottom: 156%;
  }
  .laptop-xl\:p-b--156\% {
    padding-bottom: -156%;
  }
  .laptop-xl\:bottom-156\% {
    bottom: 156%;
  }
  .laptop-xl\:bottom--156\% {
    bottom: -156%;
  }
  .laptop-xl\:m-l-156\% {
    margin-left: 156%;
  }
  .laptop-xl\:m-l--156\% {
    margin-left: -156%;
  }
  .laptop-xl\:p-l-156\% {
    padding-left: 156%;
  }
  .laptop-xl\:p-l--156\% {
    padding-left: -156%;
  }
  .laptop-xl\:left-156\% {
    left: 156%;
  }
  .laptop-xl\:left--156\% {
    left: -156%;
  }
  .laptop-xl\:m-r-156\% {
    margin-right: 156%;
  }
  .laptop-xl\:m-r--156\% {
    margin-right: -156%;
  }
  .laptop-xl\:p-r-156\% {
    padding-right: 156%;
  }
  .laptop-xl\:p-r--156\% {
    padding-right: -156%;
  }
  .laptop-xl\:right-156\% {
    right: 156%;
  }
  .laptop-xl\:right--156\% {
    right: -156%;
  }
  .laptop-xl\:h-156\% {
    height: 156%;
  }
  .laptop-xl\:w-156\% {
    width: 156%;
  }
  .laptop-xl\:max_h-156\% {
    max-height: 156%;
  }
  .laptop-xl\:max_w-156\% {
    max-width: 156%;
  }
  .laptop-xl\:min_h-156\% {
    min-height: 156%;
  }
  .laptop-xl\:min_w-156\% {
    min-width: 156%;
  }
  .laptop-xl\:h-156vh {
    height: 156vh;
  }
  .laptop-xl\:w-156vw {
    width: 156vw;
  }
  .laptop-xl\:min_w-156vw {
    min-width: 156vw;
  }
  .laptop-xl\:min_h-156vh {
    min-height: 156vh;
  }
  .laptop-xl\:max_w-156vw {
    max-width: 156vw;
  }
  .laptop-xl\:max_h-156vh {
    max-height: 156vh;
  }
  .laptop-xl\:m-t-157\% {
    margin-top: 157%;
  }
  .laptop-xl\:m-t--157\% {
    margin-top: -157%;
  }
  .laptop-xl\:p-t-157\% {
    padding-top: 157%;
  }
  .laptop-xl\:p-t--157\% {
    padding-top: -157%;
  }
  .laptop-xl\:top-157\% {
    top: 157%;
  }
  .laptop-xl\:top--157\% {
    top: -157%;
  }
  .laptop-xl\:m-b-157\% {
    margin-bottom: 157%;
  }
  .laptop-xl\:m-b--157\% {
    margin-bottom: -157%;
  }
  .laptop-xl\:p-b-157\% {
    padding-bottom: 157%;
  }
  .laptop-xl\:p-b--157\% {
    padding-bottom: -157%;
  }
  .laptop-xl\:bottom-157\% {
    bottom: 157%;
  }
  .laptop-xl\:bottom--157\% {
    bottom: -157%;
  }
  .laptop-xl\:m-l-157\% {
    margin-left: 157%;
  }
  .laptop-xl\:m-l--157\% {
    margin-left: -157%;
  }
  .laptop-xl\:p-l-157\% {
    padding-left: 157%;
  }
  .laptop-xl\:p-l--157\% {
    padding-left: -157%;
  }
  .laptop-xl\:left-157\% {
    left: 157%;
  }
  .laptop-xl\:left--157\% {
    left: -157%;
  }
  .laptop-xl\:m-r-157\% {
    margin-right: 157%;
  }
  .laptop-xl\:m-r--157\% {
    margin-right: -157%;
  }
  .laptop-xl\:p-r-157\% {
    padding-right: 157%;
  }
  .laptop-xl\:p-r--157\% {
    padding-right: -157%;
  }
  .laptop-xl\:right-157\% {
    right: 157%;
  }
  .laptop-xl\:right--157\% {
    right: -157%;
  }
  .laptop-xl\:h-157\% {
    height: 157%;
  }
  .laptop-xl\:w-157\% {
    width: 157%;
  }
  .laptop-xl\:max_h-157\% {
    max-height: 157%;
  }
  .laptop-xl\:max_w-157\% {
    max-width: 157%;
  }
  .laptop-xl\:min_h-157\% {
    min-height: 157%;
  }
  .laptop-xl\:min_w-157\% {
    min-width: 157%;
  }
  .laptop-xl\:h-157vh {
    height: 157vh;
  }
  .laptop-xl\:w-157vw {
    width: 157vw;
  }
  .laptop-xl\:min_w-157vw {
    min-width: 157vw;
  }
  .laptop-xl\:min_h-157vh {
    min-height: 157vh;
  }
  .laptop-xl\:max_w-157vw {
    max-width: 157vw;
  }
  .laptop-xl\:max_h-157vh {
    max-height: 157vh;
  }
  .laptop-xl\:m-t-158\% {
    margin-top: 158%;
  }
  .laptop-xl\:m-t--158\% {
    margin-top: -158%;
  }
  .laptop-xl\:p-t-158\% {
    padding-top: 158%;
  }
  .laptop-xl\:p-t--158\% {
    padding-top: -158%;
  }
  .laptop-xl\:top-158\% {
    top: 158%;
  }
  .laptop-xl\:top--158\% {
    top: -158%;
  }
  .laptop-xl\:m-b-158\% {
    margin-bottom: 158%;
  }
  .laptop-xl\:m-b--158\% {
    margin-bottom: -158%;
  }
  .laptop-xl\:p-b-158\% {
    padding-bottom: 158%;
  }
  .laptop-xl\:p-b--158\% {
    padding-bottom: -158%;
  }
  .laptop-xl\:bottom-158\% {
    bottom: 158%;
  }
  .laptop-xl\:bottom--158\% {
    bottom: -158%;
  }
  .laptop-xl\:m-l-158\% {
    margin-left: 158%;
  }
  .laptop-xl\:m-l--158\% {
    margin-left: -158%;
  }
  .laptop-xl\:p-l-158\% {
    padding-left: 158%;
  }
  .laptop-xl\:p-l--158\% {
    padding-left: -158%;
  }
  .laptop-xl\:left-158\% {
    left: 158%;
  }
  .laptop-xl\:left--158\% {
    left: -158%;
  }
  .laptop-xl\:m-r-158\% {
    margin-right: 158%;
  }
  .laptop-xl\:m-r--158\% {
    margin-right: -158%;
  }
  .laptop-xl\:p-r-158\% {
    padding-right: 158%;
  }
  .laptop-xl\:p-r--158\% {
    padding-right: -158%;
  }
  .laptop-xl\:right-158\% {
    right: 158%;
  }
  .laptop-xl\:right--158\% {
    right: -158%;
  }
  .laptop-xl\:h-158\% {
    height: 158%;
  }
  .laptop-xl\:w-158\% {
    width: 158%;
  }
  .laptop-xl\:max_h-158\% {
    max-height: 158%;
  }
  .laptop-xl\:max_w-158\% {
    max-width: 158%;
  }
  .laptop-xl\:min_h-158\% {
    min-height: 158%;
  }
  .laptop-xl\:min_w-158\% {
    min-width: 158%;
  }
  .laptop-xl\:h-158vh {
    height: 158vh;
  }
  .laptop-xl\:w-158vw {
    width: 158vw;
  }
  .laptop-xl\:min_w-158vw {
    min-width: 158vw;
  }
  .laptop-xl\:min_h-158vh {
    min-height: 158vh;
  }
  .laptop-xl\:max_w-158vw {
    max-width: 158vw;
  }
  .laptop-xl\:max_h-158vh {
    max-height: 158vh;
  }
  .laptop-xl\:m-t-159\% {
    margin-top: 159%;
  }
  .laptop-xl\:m-t--159\% {
    margin-top: -159%;
  }
  .laptop-xl\:p-t-159\% {
    padding-top: 159%;
  }
  .laptop-xl\:p-t--159\% {
    padding-top: -159%;
  }
  .laptop-xl\:top-159\% {
    top: 159%;
  }
  .laptop-xl\:top--159\% {
    top: -159%;
  }
  .laptop-xl\:m-b-159\% {
    margin-bottom: 159%;
  }
  .laptop-xl\:m-b--159\% {
    margin-bottom: -159%;
  }
  .laptop-xl\:p-b-159\% {
    padding-bottom: 159%;
  }
  .laptop-xl\:p-b--159\% {
    padding-bottom: -159%;
  }
  .laptop-xl\:bottom-159\% {
    bottom: 159%;
  }
  .laptop-xl\:bottom--159\% {
    bottom: -159%;
  }
  .laptop-xl\:m-l-159\% {
    margin-left: 159%;
  }
  .laptop-xl\:m-l--159\% {
    margin-left: -159%;
  }
  .laptop-xl\:p-l-159\% {
    padding-left: 159%;
  }
  .laptop-xl\:p-l--159\% {
    padding-left: -159%;
  }
  .laptop-xl\:left-159\% {
    left: 159%;
  }
  .laptop-xl\:left--159\% {
    left: -159%;
  }
  .laptop-xl\:m-r-159\% {
    margin-right: 159%;
  }
  .laptop-xl\:m-r--159\% {
    margin-right: -159%;
  }
  .laptop-xl\:p-r-159\% {
    padding-right: 159%;
  }
  .laptop-xl\:p-r--159\% {
    padding-right: -159%;
  }
  .laptop-xl\:right-159\% {
    right: 159%;
  }
  .laptop-xl\:right--159\% {
    right: -159%;
  }
  .laptop-xl\:h-159\% {
    height: 159%;
  }
  .laptop-xl\:w-159\% {
    width: 159%;
  }
  .laptop-xl\:max_h-159\% {
    max-height: 159%;
  }
  .laptop-xl\:max_w-159\% {
    max-width: 159%;
  }
  .laptop-xl\:min_h-159\% {
    min-height: 159%;
  }
  .laptop-xl\:min_w-159\% {
    min-width: 159%;
  }
  .laptop-xl\:h-159vh {
    height: 159vh;
  }
  .laptop-xl\:w-159vw {
    width: 159vw;
  }
  .laptop-xl\:min_w-159vw {
    min-width: 159vw;
  }
  .laptop-xl\:min_h-159vh {
    min-height: 159vh;
  }
  .laptop-xl\:max_w-159vw {
    max-width: 159vw;
  }
  .laptop-xl\:max_h-159vh {
    max-height: 159vh;
  }
  .laptop-xl\:m-t-160\% {
    margin-top: 160%;
  }
  .laptop-xl\:m-t--160\% {
    margin-top: -160%;
  }
  .laptop-xl\:p-t-160\% {
    padding-top: 160%;
  }
  .laptop-xl\:p-t--160\% {
    padding-top: -160%;
  }
  .laptop-xl\:top-160\% {
    top: 160%;
  }
  .laptop-xl\:top--160\% {
    top: -160%;
  }
  .laptop-xl\:m-b-160\% {
    margin-bottom: 160%;
  }
  .laptop-xl\:m-b--160\% {
    margin-bottom: -160%;
  }
  .laptop-xl\:p-b-160\% {
    padding-bottom: 160%;
  }
  .laptop-xl\:p-b--160\% {
    padding-bottom: -160%;
  }
  .laptop-xl\:bottom-160\% {
    bottom: 160%;
  }
  .laptop-xl\:bottom--160\% {
    bottom: -160%;
  }
  .laptop-xl\:m-l-160\% {
    margin-left: 160%;
  }
  .laptop-xl\:m-l--160\% {
    margin-left: -160%;
  }
  .laptop-xl\:p-l-160\% {
    padding-left: 160%;
  }
  .laptop-xl\:p-l--160\% {
    padding-left: -160%;
  }
  .laptop-xl\:left-160\% {
    left: 160%;
  }
  .laptop-xl\:left--160\% {
    left: -160%;
  }
  .laptop-xl\:m-r-160\% {
    margin-right: 160%;
  }
  .laptop-xl\:m-r--160\% {
    margin-right: -160%;
  }
  .laptop-xl\:p-r-160\% {
    padding-right: 160%;
  }
  .laptop-xl\:p-r--160\% {
    padding-right: -160%;
  }
  .laptop-xl\:right-160\% {
    right: 160%;
  }
  .laptop-xl\:right--160\% {
    right: -160%;
  }
  .laptop-xl\:h-160\% {
    height: 160%;
  }
  .laptop-xl\:w-160\% {
    width: 160%;
  }
  .laptop-xl\:max_h-160\% {
    max-height: 160%;
  }
  .laptop-xl\:max_w-160\% {
    max-width: 160%;
  }
  .laptop-xl\:min_h-160\% {
    min-height: 160%;
  }
  .laptop-xl\:min_w-160\% {
    min-width: 160%;
  }
  .laptop-xl\:h-160vh {
    height: 160vh;
  }
  .laptop-xl\:w-160vw {
    width: 160vw;
  }
  .laptop-xl\:min_w-160vw {
    min-width: 160vw;
  }
  .laptop-xl\:min_h-160vh {
    min-height: 160vh;
  }
  .laptop-xl\:max_w-160vw {
    max-width: 160vw;
  }
  .laptop-xl\:max_h-160vh {
    max-height: 160vh;
  }
  .laptop-xl\:m-t-161\% {
    margin-top: 161%;
  }
  .laptop-xl\:m-t--161\% {
    margin-top: -161%;
  }
  .laptop-xl\:p-t-161\% {
    padding-top: 161%;
  }
  .laptop-xl\:p-t--161\% {
    padding-top: -161%;
  }
  .laptop-xl\:top-161\% {
    top: 161%;
  }
  .laptop-xl\:top--161\% {
    top: -161%;
  }
  .laptop-xl\:m-b-161\% {
    margin-bottom: 161%;
  }
  .laptop-xl\:m-b--161\% {
    margin-bottom: -161%;
  }
  .laptop-xl\:p-b-161\% {
    padding-bottom: 161%;
  }
  .laptop-xl\:p-b--161\% {
    padding-bottom: -161%;
  }
  .laptop-xl\:bottom-161\% {
    bottom: 161%;
  }
  .laptop-xl\:bottom--161\% {
    bottom: -161%;
  }
  .laptop-xl\:m-l-161\% {
    margin-left: 161%;
  }
  .laptop-xl\:m-l--161\% {
    margin-left: -161%;
  }
  .laptop-xl\:p-l-161\% {
    padding-left: 161%;
  }
  .laptop-xl\:p-l--161\% {
    padding-left: -161%;
  }
  .laptop-xl\:left-161\% {
    left: 161%;
  }
  .laptop-xl\:left--161\% {
    left: -161%;
  }
  .laptop-xl\:m-r-161\% {
    margin-right: 161%;
  }
  .laptop-xl\:m-r--161\% {
    margin-right: -161%;
  }
  .laptop-xl\:p-r-161\% {
    padding-right: 161%;
  }
  .laptop-xl\:p-r--161\% {
    padding-right: -161%;
  }
  .laptop-xl\:right-161\% {
    right: 161%;
  }
  .laptop-xl\:right--161\% {
    right: -161%;
  }
  .laptop-xl\:h-161\% {
    height: 161%;
  }
  .laptop-xl\:w-161\% {
    width: 161%;
  }
  .laptop-xl\:max_h-161\% {
    max-height: 161%;
  }
  .laptop-xl\:max_w-161\% {
    max-width: 161%;
  }
  .laptop-xl\:min_h-161\% {
    min-height: 161%;
  }
  .laptop-xl\:min_w-161\% {
    min-width: 161%;
  }
  .laptop-xl\:h-161vh {
    height: 161vh;
  }
  .laptop-xl\:w-161vw {
    width: 161vw;
  }
  .laptop-xl\:min_w-161vw {
    min-width: 161vw;
  }
  .laptop-xl\:min_h-161vh {
    min-height: 161vh;
  }
  .laptop-xl\:max_w-161vw {
    max-width: 161vw;
  }
  .laptop-xl\:max_h-161vh {
    max-height: 161vh;
  }
  .laptop-xl\:m-t-162\% {
    margin-top: 162%;
  }
  .laptop-xl\:m-t--162\% {
    margin-top: -162%;
  }
  .laptop-xl\:p-t-162\% {
    padding-top: 162%;
  }
  .laptop-xl\:p-t--162\% {
    padding-top: -162%;
  }
  .laptop-xl\:top-162\% {
    top: 162%;
  }
  .laptop-xl\:top--162\% {
    top: -162%;
  }
  .laptop-xl\:m-b-162\% {
    margin-bottom: 162%;
  }
  .laptop-xl\:m-b--162\% {
    margin-bottom: -162%;
  }
  .laptop-xl\:p-b-162\% {
    padding-bottom: 162%;
  }
  .laptop-xl\:p-b--162\% {
    padding-bottom: -162%;
  }
  .laptop-xl\:bottom-162\% {
    bottom: 162%;
  }
  .laptop-xl\:bottom--162\% {
    bottom: -162%;
  }
  .laptop-xl\:m-l-162\% {
    margin-left: 162%;
  }
  .laptop-xl\:m-l--162\% {
    margin-left: -162%;
  }
  .laptop-xl\:p-l-162\% {
    padding-left: 162%;
  }
  .laptop-xl\:p-l--162\% {
    padding-left: -162%;
  }
  .laptop-xl\:left-162\% {
    left: 162%;
  }
  .laptop-xl\:left--162\% {
    left: -162%;
  }
  .laptop-xl\:m-r-162\% {
    margin-right: 162%;
  }
  .laptop-xl\:m-r--162\% {
    margin-right: -162%;
  }
  .laptop-xl\:p-r-162\% {
    padding-right: 162%;
  }
  .laptop-xl\:p-r--162\% {
    padding-right: -162%;
  }
  .laptop-xl\:right-162\% {
    right: 162%;
  }
  .laptop-xl\:right--162\% {
    right: -162%;
  }
  .laptop-xl\:h-162\% {
    height: 162%;
  }
  .laptop-xl\:w-162\% {
    width: 162%;
  }
  .laptop-xl\:max_h-162\% {
    max-height: 162%;
  }
  .laptop-xl\:max_w-162\% {
    max-width: 162%;
  }
  .laptop-xl\:min_h-162\% {
    min-height: 162%;
  }
  .laptop-xl\:min_w-162\% {
    min-width: 162%;
  }
  .laptop-xl\:h-162vh {
    height: 162vh;
  }
  .laptop-xl\:w-162vw {
    width: 162vw;
  }
  .laptop-xl\:min_w-162vw {
    min-width: 162vw;
  }
  .laptop-xl\:min_h-162vh {
    min-height: 162vh;
  }
  .laptop-xl\:max_w-162vw {
    max-width: 162vw;
  }
  .laptop-xl\:max_h-162vh {
    max-height: 162vh;
  }
  .laptop-xl\:m-t-163\% {
    margin-top: 163%;
  }
  .laptop-xl\:m-t--163\% {
    margin-top: -163%;
  }
  .laptop-xl\:p-t-163\% {
    padding-top: 163%;
  }
  .laptop-xl\:p-t--163\% {
    padding-top: -163%;
  }
  .laptop-xl\:top-163\% {
    top: 163%;
  }
  .laptop-xl\:top--163\% {
    top: -163%;
  }
  .laptop-xl\:m-b-163\% {
    margin-bottom: 163%;
  }
  .laptop-xl\:m-b--163\% {
    margin-bottom: -163%;
  }
  .laptop-xl\:p-b-163\% {
    padding-bottom: 163%;
  }
  .laptop-xl\:p-b--163\% {
    padding-bottom: -163%;
  }
  .laptop-xl\:bottom-163\% {
    bottom: 163%;
  }
  .laptop-xl\:bottom--163\% {
    bottom: -163%;
  }
  .laptop-xl\:m-l-163\% {
    margin-left: 163%;
  }
  .laptop-xl\:m-l--163\% {
    margin-left: -163%;
  }
  .laptop-xl\:p-l-163\% {
    padding-left: 163%;
  }
  .laptop-xl\:p-l--163\% {
    padding-left: -163%;
  }
  .laptop-xl\:left-163\% {
    left: 163%;
  }
  .laptop-xl\:left--163\% {
    left: -163%;
  }
  .laptop-xl\:m-r-163\% {
    margin-right: 163%;
  }
  .laptop-xl\:m-r--163\% {
    margin-right: -163%;
  }
  .laptop-xl\:p-r-163\% {
    padding-right: 163%;
  }
  .laptop-xl\:p-r--163\% {
    padding-right: -163%;
  }
  .laptop-xl\:right-163\% {
    right: 163%;
  }
  .laptop-xl\:right--163\% {
    right: -163%;
  }
  .laptop-xl\:h-163\% {
    height: 163%;
  }
  .laptop-xl\:w-163\% {
    width: 163%;
  }
  .laptop-xl\:max_h-163\% {
    max-height: 163%;
  }
  .laptop-xl\:max_w-163\% {
    max-width: 163%;
  }
  .laptop-xl\:min_h-163\% {
    min-height: 163%;
  }
  .laptop-xl\:min_w-163\% {
    min-width: 163%;
  }
  .laptop-xl\:h-163vh {
    height: 163vh;
  }
  .laptop-xl\:w-163vw {
    width: 163vw;
  }
  .laptop-xl\:min_w-163vw {
    min-width: 163vw;
  }
  .laptop-xl\:min_h-163vh {
    min-height: 163vh;
  }
  .laptop-xl\:max_w-163vw {
    max-width: 163vw;
  }
  .laptop-xl\:max_h-163vh {
    max-height: 163vh;
  }
  .laptop-xl\:m-t-164\% {
    margin-top: 164%;
  }
  .laptop-xl\:m-t--164\% {
    margin-top: -164%;
  }
  .laptop-xl\:p-t-164\% {
    padding-top: 164%;
  }
  .laptop-xl\:p-t--164\% {
    padding-top: -164%;
  }
  .laptop-xl\:top-164\% {
    top: 164%;
  }
  .laptop-xl\:top--164\% {
    top: -164%;
  }
  .laptop-xl\:m-b-164\% {
    margin-bottom: 164%;
  }
  .laptop-xl\:m-b--164\% {
    margin-bottom: -164%;
  }
  .laptop-xl\:p-b-164\% {
    padding-bottom: 164%;
  }
  .laptop-xl\:p-b--164\% {
    padding-bottom: -164%;
  }
  .laptop-xl\:bottom-164\% {
    bottom: 164%;
  }
  .laptop-xl\:bottom--164\% {
    bottom: -164%;
  }
  .laptop-xl\:m-l-164\% {
    margin-left: 164%;
  }
  .laptop-xl\:m-l--164\% {
    margin-left: -164%;
  }
  .laptop-xl\:p-l-164\% {
    padding-left: 164%;
  }
  .laptop-xl\:p-l--164\% {
    padding-left: -164%;
  }
  .laptop-xl\:left-164\% {
    left: 164%;
  }
  .laptop-xl\:left--164\% {
    left: -164%;
  }
  .laptop-xl\:m-r-164\% {
    margin-right: 164%;
  }
  .laptop-xl\:m-r--164\% {
    margin-right: -164%;
  }
  .laptop-xl\:p-r-164\% {
    padding-right: 164%;
  }
  .laptop-xl\:p-r--164\% {
    padding-right: -164%;
  }
  .laptop-xl\:right-164\% {
    right: 164%;
  }
  .laptop-xl\:right--164\% {
    right: -164%;
  }
  .laptop-xl\:h-164\% {
    height: 164%;
  }
  .laptop-xl\:w-164\% {
    width: 164%;
  }
  .laptop-xl\:max_h-164\% {
    max-height: 164%;
  }
  .laptop-xl\:max_w-164\% {
    max-width: 164%;
  }
  .laptop-xl\:min_h-164\% {
    min-height: 164%;
  }
  .laptop-xl\:min_w-164\% {
    min-width: 164%;
  }
  .laptop-xl\:h-164vh {
    height: 164vh;
  }
  .laptop-xl\:w-164vw {
    width: 164vw;
  }
  .laptop-xl\:min_w-164vw {
    min-width: 164vw;
  }
  .laptop-xl\:min_h-164vh {
    min-height: 164vh;
  }
  .laptop-xl\:max_w-164vw {
    max-width: 164vw;
  }
  .laptop-xl\:max_h-164vh {
    max-height: 164vh;
  }
  .laptop-xl\:m-t-165\% {
    margin-top: 165%;
  }
  .laptop-xl\:m-t--165\% {
    margin-top: -165%;
  }
  .laptop-xl\:p-t-165\% {
    padding-top: 165%;
  }
  .laptop-xl\:p-t--165\% {
    padding-top: -165%;
  }
  .laptop-xl\:top-165\% {
    top: 165%;
  }
  .laptop-xl\:top--165\% {
    top: -165%;
  }
  .laptop-xl\:m-b-165\% {
    margin-bottom: 165%;
  }
  .laptop-xl\:m-b--165\% {
    margin-bottom: -165%;
  }
  .laptop-xl\:p-b-165\% {
    padding-bottom: 165%;
  }
  .laptop-xl\:p-b--165\% {
    padding-bottom: -165%;
  }
  .laptop-xl\:bottom-165\% {
    bottom: 165%;
  }
  .laptop-xl\:bottom--165\% {
    bottom: -165%;
  }
  .laptop-xl\:m-l-165\% {
    margin-left: 165%;
  }
  .laptop-xl\:m-l--165\% {
    margin-left: -165%;
  }
  .laptop-xl\:p-l-165\% {
    padding-left: 165%;
  }
  .laptop-xl\:p-l--165\% {
    padding-left: -165%;
  }
  .laptop-xl\:left-165\% {
    left: 165%;
  }
  .laptop-xl\:left--165\% {
    left: -165%;
  }
  .laptop-xl\:m-r-165\% {
    margin-right: 165%;
  }
  .laptop-xl\:m-r--165\% {
    margin-right: -165%;
  }
  .laptop-xl\:p-r-165\% {
    padding-right: 165%;
  }
  .laptop-xl\:p-r--165\% {
    padding-right: -165%;
  }
  .laptop-xl\:right-165\% {
    right: 165%;
  }
  .laptop-xl\:right--165\% {
    right: -165%;
  }
  .laptop-xl\:h-165\% {
    height: 165%;
  }
  .laptop-xl\:w-165\% {
    width: 165%;
  }
  .laptop-xl\:max_h-165\% {
    max-height: 165%;
  }
  .laptop-xl\:max_w-165\% {
    max-width: 165%;
  }
  .laptop-xl\:min_h-165\% {
    min-height: 165%;
  }
  .laptop-xl\:min_w-165\% {
    min-width: 165%;
  }
  .laptop-xl\:h-165vh {
    height: 165vh;
  }
  .laptop-xl\:w-165vw {
    width: 165vw;
  }
  .laptop-xl\:min_w-165vw {
    min-width: 165vw;
  }
  .laptop-xl\:min_h-165vh {
    min-height: 165vh;
  }
  .laptop-xl\:max_w-165vw {
    max-width: 165vw;
  }
  .laptop-xl\:max_h-165vh {
    max-height: 165vh;
  }
  .laptop-xl\:m-t-166\% {
    margin-top: 166%;
  }
  .laptop-xl\:m-t--166\% {
    margin-top: -166%;
  }
  .laptop-xl\:p-t-166\% {
    padding-top: 166%;
  }
  .laptop-xl\:p-t--166\% {
    padding-top: -166%;
  }
  .laptop-xl\:top-166\% {
    top: 166%;
  }
  .laptop-xl\:top--166\% {
    top: -166%;
  }
  .laptop-xl\:m-b-166\% {
    margin-bottom: 166%;
  }
  .laptop-xl\:m-b--166\% {
    margin-bottom: -166%;
  }
  .laptop-xl\:p-b-166\% {
    padding-bottom: 166%;
  }
  .laptop-xl\:p-b--166\% {
    padding-bottom: -166%;
  }
  .laptop-xl\:bottom-166\% {
    bottom: 166%;
  }
  .laptop-xl\:bottom--166\% {
    bottom: -166%;
  }
  .laptop-xl\:m-l-166\% {
    margin-left: 166%;
  }
  .laptop-xl\:m-l--166\% {
    margin-left: -166%;
  }
  .laptop-xl\:p-l-166\% {
    padding-left: 166%;
  }
  .laptop-xl\:p-l--166\% {
    padding-left: -166%;
  }
  .laptop-xl\:left-166\% {
    left: 166%;
  }
  .laptop-xl\:left--166\% {
    left: -166%;
  }
  .laptop-xl\:m-r-166\% {
    margin-right: 166%;
  }
  .laptop-xl\:m-r--166\% {
    margin-right: -166%;
  }
  .laptop-xl\:p-r-166\% {
    padding-right: 166%;
  }
  .laptop-xl\:p-r--166\% {
    padding-right: -166%;
  }
  .laptop-xl\:right-166\% {
    right: 166%;
  }
  .laptop-xl\:right--166\% {
    right: -166%;
  }
  .laptop-xl\:h-166\% {
    height: 166%;
  }
  .laptop-xl\:w-166\% {
    width: 166%;
  }
  .laptop-xl\:max_h-166\% {
    max-height: 166%;
  }
  .laptop-xl\:max_w-166\% {
    max-width: 166%;
  }
  .laptop-xl\:min_h-166\% {
    min-height: 166%;
  }
  .laptop-xl\:min_w-166\% {
    min-width: 166%;
  }
  .laptop-xl\:h-166vh {
    height: 166vh;
  }
  .laptop-xl\:w-166vw {
    width: 166vw;
  }
  .laptop-xl\:min_w-166vw {
    min-width: 166vw;
  }
  .laptop-xl\:min_h-166vh {
    min-height: 166vh;
  }
  .laptop-xl\:max_w-166vw {
    max-width: 166vw;
  }
  .laptop-xl\:max_h-166vh {
    max-height: 166vh;
  }
  .laptop-xl\:m-t-167\% {
    margin-top: 167%;
  }
  .laptop-xl\:m-t--167\% {
    margin-top: -167%;
  }
  .laptop-xl\:p-t-167\% {
    padding-top: 167%;
  }
  .laptop-xl\:p-t--167\% {
    padding-top: -167%;
  }
  .laptop-xl\:top-167\% {
    top: 167%;
  }
  .laptop-xl\:top--167\% {
    top: -167%;
  }
  .laptop-xl\:m-b-167\% {
    margin-bottom: 167%;
  }
  .laptop-xl\:m-b--167\% {
    margin-bottom: -167%;
  }
  .laptop-xl\:p-b-167\% {
    padding-bottom: 167%;
  }
  .laptop-xl\:p-b--167\% {
    padding-bottom: -167%;
  }
  .laptop-xl\:bottom-167\% {
    bottom: 167%;
  }
  .laptop-xl\:bottom--167\% {
    bottom: -167%;
  }
  .laptop-xl\:m-l-167\% {
    margin-left: 167%;
  }
  .laptop-xl\:m-l--167\% {
    margin-left: -167%;
  }
  .laptop-xl\:p-l-167\% {
    padding-left: 167%;
  }
  .laptop-xl\:p-l--167\% {
    padding-left: -167%;
  }
  .laptop-xl\:left-167\% {
    left: 167%;
  }
  .laptop-xl\:left--167\% {
    left: -167%;
  }
  .laptop-xl\:m-r-167\% {
    margin-right: 167%;
  }
  .laptop-xl\:m-r--167\% {
    margin-right: -167%;
  }
  .laptop-xl\:p-r-167\% {
    padding-right: 167%;
  }
  .laptop-xl\:p-r--167\% {
    padding-right: -167%;
  }
  .laptop-xl\:right-167\% {
    right: 167%;
  }
  .laptop-xl\:right--167\% {
    right: -167%;
  }
  .laptop-xl\:h-167\% {
    height: 167%;
  }
  .laptop-xl\:w-167\% {
    width: 167%;
  }
  .laptop-xl\:max_h-167\% {
    max-height: 167%;
  }
  .laptop-xl\:max_w-167\% {
    max-width: 167%;
  }
  .laptop-xl\:min_h-167\% {
    min-height: 167%;
  }
  .laptop-xl\:min_w-167\% {
    min-width: 167%;
  }
  .laptop-xl\:h-167vh {
    height: 167vh;
  }
  .laptop-xl\:w-167vw {
    width: 167vw;
  }
  .laptop-xl\:min_w-167vw {
    min-width: 167vw;
  }
  .laptop-xl\:min_h-167vh {
    min-height: 167vh;
  }
  .laptop-xl\:max_w-167vw {
    max-width: 167vw;
  }
  .laptop-xl\:max_h-167vh {
    max-height: 167vh;
  }
  .laptop-xl\:m-t-168\% {
    margin-top: 168%;
  }
  .laptop-xl\:m-t--168\% {
    margin-top: -168%;
  }
  .laptop-xl\:p-t-168\% {
    padding-top: 168%;
  }
  .laptop-xl\:p-t--168\% {
    padding-top: -168%;
  }
  .laptop-xl\:top-168\% {
    top: 168%;
  }
  .laptop-xl\:top--168\% {
    top: -168%;
  }
  .laptop-xl\:m-b-168\% {
    margin-bottom: 168%;
  }
  .laptop-xl\:m-b--168\% {
    margin-bottom: -168%;
  }
  .laptop-xl\:p-b-168\% {
    padding-bottom: 168%;
  }
  .laptop-xl\:p-b--168\% {
    padding-bottom: -168%;
  }
  .laptop-xl\:bottom-168\% {
    bottom: 168%;
  }
  .laptop-xl\:bottom--168\% {
    bottom: -168%;
  }
  .laptop-xl\:m-l-168\% {
    margin-left: 168%;
  }
  .laptop-xl\:m-l--168\% {
    margin-left: -168%;
  }
  .laptop-xl\:p-l-168\% {
    padding-left: 168%;
  }
  .laptop-xl\:p-l--168\% {
    padding-left: -168%;
  }
  .laptop-xl\:left-168\% {
    left: 168%;
  }
  .laptop-xl\:left--168\% {
    left: -168%;
  }
  .laptop-xl\:m-r-168\% {
    margin-right: 168%;
  }
  .laptop-xl\:m-r--168\% {
    margin-right: -168%;
  }
  .laptop-xl\:p-r-168\% {
    padding-right: 168%;
  }
  .laptop-xl\:p-r--168\% {
    padding-right: -168%;
  }
  .laptop-xl\:right-168\% {
    right: 168%;
  }
  .laptop-xl\:right--168\% {
    right: -168%;
  }
  .laptop-xl\:h-168\% {
    height: 168%;
  }
  .laptop-xl\:w-168\% {
    width: 168%;
  }
  .laptop-xl\:max_h-168\% {
    max-height: 168%;
  }
  .laptop-xl\:max_w-168\% {
    max-width: 168%;
  }
  .laptop-xl\:min_h-168\% {
    min-height: 168%;
  }
  .laptop-xl\:min_w-168\% {
    min-width: 168%;
  }
  .laptop-xl\:h-168vh {
    height: 168vh;
  }
  .laptop-xl\:w-168vw {
    width: 168vw;
  }
  .laptop-xl\:min_w-168vw {
    min-width: 168vw;
  }
  .laptop-xl\:min_h-168vh {
    min-height: 168vh;
  }
  .laptop-xl\:max_w-168vw {
    max-width: 168vw;
  }
  .laptop-xl\:max_h-168vh {
    max-height: 168vh;
  }
  .laptop-xl\:m-t-169\% {
    margin-top: 169%;
  }
  .laptop-xl\:m-t--169\% {
    margin-top: -169%;
  }
  .laptop-xl\:p-t-169\% {
    padding-top: 169%;
  }
  .laptop-xl\:p-t--169\% {
    padding-top: -169%;
  }
  .laptop-xl\:top-169\% {
    top: 169%;
  }
  .laptop-xl\:top--169\% {
    top: -169%;
  }
  .laptop-xl\:m-b-169\% {
    margin-bottom: 169%;
  }
  .laptop-xl\:m-b--169\% {
    margin-bottom: -169%;
  }
  .laptop-xl\:p-b-169\% {
    padding-bottom: 169%;
  }
  .laptop-xl\:p-b--169\% {
    padding-bottom: -169%;
  }
  .laptop-xl\:bottom-169\% {
    bottom: 169%;
  }
  .laptop-xl\:bottom--169\% {
    bottom: -169%;
  }
  .laptop-xl\:m-l-169\% {
    margin-left: 169%;
  }
  .laptop-xl\:m-l--169\% {
    margin-left: -169%;
  }
  .laptop-xl\:p-l-169\% {
    padding-left: 169%;
  }
  .laptop-xl\:p-l--169\% {
    padding-left: -169%;
  }
  .laptop-xl\:left-169\% {
    left: 169%;
  }
  .laptop-xl\:left--169\% {
    left: -169%;
  }
  .laptop-xl\:m-r-169\% {
    margin-right: 169%;
  }
  .laptop-xl\:m-r--169\% {
    margin-right: -169%;
  }
  .laptop-xl\:p-r-169\% {
    padding-right: 169%;
  }
  .laptop-xl\:p-r--169\% {
    padding-right: -169%;
  }
  .laptop-xl\:right-169\% {
    right: 169%;
  }
  .laptop-xl\:right--169\% {
    right: -169%;
  }
  .laptop-xl\:h-169\% {
    height: 169%;
  }
  .laptop-xl\:w-169\% {
    width: 169%;
  }
  .laptop-xl\:max_h-169\% {
    max-height: 169%;
  }
  .laptop-xl\:max_w-169\% {
    max-width: 169%;
  }
  .laptop-xl\:min_h-169\% {
    min-height: 169%;
  }
  .laptop-xl\:min_w-169\% {
    min-width: 169%;
  }
  .laptop-xl\:h-169vh {
    height: 169vh;
  }
  .laptop-xl\:w-169vw {
    width: 169vw;
  }
  .laptop-xl\:min_w-169vw {
    min-width: 169vw;
  }
  .laptop-xl\:min_h-169vh {
    min-height: 169vh;
  }
  .laptop-xl\:max_w-169vw {
    max-width: 169vw;
  }
  .laptop-xl\:max_h-169vh {
    max-height: 169vh;
  }
  .laptop-xl\:m-t-170\% {
    margin-top: 170%;
  }
  .laptop-xl\:m-t--170\% {
    margin-top: -170%;
  }
  .laptop-xl\:p-t-170\% {
    padding-top: 170%;
  }
  .laptop-xl\:p-t--170\% {
    padding-top: -170%;
  }
  .laptop-xl\:top-170\% {
    top: 170%;
  }
  .laptop-xl\:top--170\% {
    top: -170%;
  }
  .laptop-xl\:m-b-170\% {
    margin-bottom: 170%;
  }
  .laptop-xl\:m-b--170\% {
    margin-bottom: -170%;
  }
  .laptop-xl\:p-b-170\% {
    padding-bottom: 170%;
  }
  .laptop-xl\:p-b--170\% {
    padding-bottom: -170%;
  }
  .laptop-xl\:bottom-170\% {
    bottom: 170%;
  }
  .laptop-xl\:bottom--170\% {
    bottom: -170%;
  }
  .laptop-xl\:m-l-170\% {
    margin-left: 170%;
  }
  .laptop-xl\:m-l--170\% {
    margin-left: -170%;
  }
  .laptop-xl\:p-l-170\% {
    padding-left: 170%;
  }
  .laptop-xl\:p-l--170\% {
    padding-left: -170%;
  }
  .laptop-xl\:left-170\% {
    left: 170%;
  }
  .laptop-xl\:left--170\% {
    left: -170%;
  }
  .laptop-xl\:m-r-170\% {
    margin-right: 170%;
  }
  .laptop-xl\:m-r--170\% {
    margin-right: -170%;
  }
  .laptop-xl\:p-r-170\% {
    padding-right: 170%;
  }
  .laptop-xl\:p-r--170\% {
    padding-right: -170%;
  }
  .laptop-xl\:right-170\% {
    right: 170%;
  }
  .laptop-xl\:right--170\% {
    right: -170%;
  }
  .laptop-xl\:h-170\% {
    height: 170%;
  }
  .laptop-xl\:w-170\% {
    width: 170%;
  }
  .laptop-xl\:max_h-170\% {
    max-height: 170%;
  }
  .laptop-xl\:max_w-170\% {
    max-width: 170%;
  }
  .laptop-xl\:min_h-170\% {
    min-height: 170%;
  }
  .laptop-xl\:min_w-170\% {
    min-width: 170%;
  }
  .laptop-xl\:h-170vh {
    height: 170vh;
  }
  .laptop-xl\:w-170vw {
    width: 170vw;
  }
  .laptop-xl\:min_w-170vw {
    min-width: 170vw;
  }
  .laptop-xl\:min_h-170vh {
    min-height: 170vh;
  }
  .laptop-xl\:max_w-170vw {
    max-width: 170vw;
  }
  .laptop-xl\:max_h-170vh {
    max-height: 170vh;
  }
  .laptop-xl\:m-t-171\% {
    margin-top: 171%;
  }
  .laptop-xl\:m-t--171\% {
    margin-top: -171%;
  }
  .laptop-xl\:p-t-171\% {
    padding-top: 171%;
  }
  .laptop-xl\:p-t--171\% {
    padding-top: -171%;
  }
  .laptop-xl\:top-171\% {
    top: 171%;
  }
  .laptop-xl\:top--171\% {
    top: -171%;
  }
  .laptop-xl\:m-b-171\% {
    margin-bottom: 171%;
  }
  .laptop-xl\:m-b--171\% {
    margin-bottom: -171%;
  }
  .laptop-xl\:p-b-171\% {
    padding-bottom: 171%;
  }
  .laptop-xl\:p-b--171\% {
    padding-bottom: -171%;
  }
  .laptop-xl\:bottom-171\% {
    bottom: 171%;
  }
  .laptop-xl\:bottom--171\% {
    bottom: -171%;
  }
  .laptop-xl\:m-l-171\% {
    margin-left: 171%;
  }
  .laptop-xl\:m-l--171\% {
    margin-left: -171%;
  }
  .laptop-xl\:p-l-171\% {
    padding-left: 171%;
  }
  .laptop-xl\:p-l--171\% {
    padding-left: -171%;
  }
  .laptop-xl\:left-171\% {
    left: 171%;
  }
  .laptop-xl\:left--171\% {
    left: -171%;
  }
  .laptop-xl\:m-r-171\% {
    margin-right: 171%;
  }
  .laptop-xl\:m-r--171\% {
    margin-right: -171%;
  }
  .laptop-xl\:p-r-171\% {
    padding-right: 171%;
  }
  .laptop-xl\:p-r--171\% {
    padding-right: -171%;
  }
  .laptop-xl\:right-171\% {
    right: 171%;
  }
  .laptop-xl\:right--171\% {
    right: -171%;
  }
  .laptop-xl\:h-171\% {
    height: 171%;
  }
  .laptop-xl\:w-171\% {
    width: 171%;
  }
  .laptop-xl\:max_h-171\% {
    max-height: 171%;
  }
  .laptop-xl\:max_w-171\% {
    max-width: 171%;
  }
  .laptop-xl\:min_h-171\% {
    min-height: 171%;
  }
  .laptop-xl\:min_w-171\% {
    min-width: 171%;
  }
  .laptop-xl\:h-171vh {
    height: 171vh;
  }
  .laptop-xl\:w-171vw {
    width: 171vw;
  }
  .laptop-xl\:min_w-171vw {
    min-width: 171vw;
  }
  .laptop-xl\:min_h-171vh {
    min-height: 171vh;
  }
  .laptop-xl\:max_w-171vw {
    max-width: 171vw;
  }
  .laptop-xl\:max_h-171vh {
    max-height: 171vh;
  }
  .laptop-xl\:m-t-172\% {
    margin-top: 172%;
  }
  .laptop-xl\:m-t--172\% {
    margin-top: -172%;
  }
  .laptop-xl\:p-t-172\% {
    padding-top: 172%;
  }
  .laptop-xl\:p-t--172\% {
    padding-top: -172%;
  }
  .laptop-xl\:top-172\% {
    top: 172%;
  }
  .laptop-xl\:top--172\% {
    top: -172%;
  }
  .laptop-xl\:m-b-172\% {
    margin-bottom: 172%;
  }
  .laptop-xl\:m-b--172\% {
    margin-bottom: -172%;
  }
  .laptop-xl\:p-b-172\% {
    padding-bottom: 172%;
  }
  .laptop-xl\:p-b--172\% {
    padding-bottom: -172%;
  }
  .laptop-xl\:bottom-172\% {
    bottom: 172%;
  }
  .laptop-xl\:bottom--172\% {
    bottom: -172%;
  }
  .laptop-xl\:m-l-172\% {
    margin-left: 172%;
  }
  .laptop-xl\:m-l--172\% {
    margin-left: -172%;
  }
  .laptop-xl\:p-l-172\% {
    padding-left: 172%;
  }
  .laptop-xl\:p-l--172\% {
    padding-left: -172%;
  }
  .laptop-xl\:left-172\% {
    left: 172%;
  }
  .laptop-xl\:left--172\% {
    left: -172%;
  }
  .laptop-xl\:m-r-172\% {
    margin-right: 172%;
  }
  .laptop-xl\:m-r--172\% {
    margin-right: -172%;
  }
  .laptop-xl\:p-r-172\% {
    padding-right: 172%;
  }
  .laptop-xl\:p-r--172\% {
    padding-right: -172%;
  }
  .laptop-xl\:right-172\% {
    right: 172%;
  }
  .laptop-xl\:right--172\% {
    right: -172%;
  }
  .laptop-xl\:h-172\% {
    height: 172%;
  }
  .laptop-xl\:w-172\% {
    width: 172%;
  }
  .laptop-xl\:max_h-172\% {
    max-height: 172%;
  }
  .laptop-xl\:max_w-172\% {
    max-width: 172%;
  }
  .laptop-xl\:min_h-172\% {
    min-height: 172%;
  }
  .laptop-xl\:min_w-172\% {
    min-width: 172%;
  }
  .laptop-xl\:h-172vh {
    height: 172vh;
  }
  .laptop-xl\:w-172vw {
    width: 172vw;
  }
  .laptop-xl\:min_w-172vw {
    min-width: 172vw;
  }
  .laptop-xl\:min_h-172vh {
    min-height: 172vh;
  }
  .laptop-xl\:max_w-172vw {
    max-width: 172vw;
  }
  .laptop-xl\:max_h-172vh {
    max-height: 172vh;
  }
  .laptop-xl\:m-t-173\% {
    margin-top: 173%;
  }
  .laptop-xl\:m-t--173\% {
    margin-top: -173%;
  }
  .laptop-xl\:p-t-173\% {
    padding-top: 173%;
  }
  .laptop-xl\:p-t--173\% {
    padding-top: -173%;
  }
  .laptop-xl\:top-173\% {
    top: 173%;
  }
  .laptop-xl\:top--173\% {
    top: -173%;
  }
  .laptop-xl\:m-b-173\% {
    margin-bottom: 173%;
  }
  .laptop-xl\:m-b--173\% {
    margin-bottom: -173%;
  }
  .laptop-xl\:p-b-173\% {
    padding-bottom: 173%;
  }
  .laptop-xl\:p-b--173\% {
    padding-bottom: -173%;
  }
  .laptop-xl\:bottom-173\% {
    bottom: 173%;
  }
  .laptop-xl\:bottom--173\% {
    bottom: -173%;
  }
  .laptop-xl\:m-l-173\% {
    margin-left: 173%;
  }
  .laptop-xl\:m-l--173\% {
    margin-left: -173%;
  }
  .laptop-xl\:p-l-173\% {
    padding-left: 173%;
  }
  .laptop-xl\:p-l--173\% {
    padding-left: -173%;
  }
  .laptop-xl\:left-173\% {
    left: 173%;
  }
  .laptop-xl\:left--173\% {
    left: -173%;
  }
  .laptop-xl\:m-r-173\% {
    margin-right: 173%;
  }
  .laptop-xl\:m-r--173\% {
    margin-right: -173%;
  }
  .laptop-xl\:p-r-173\% {
    padding-right: 173%;
  }
  .laptop-xl\:p-r--173\% {
    padding-right: -173%;
  }
  .laptop-xl\:right-173\% {
    right: 173%;
  }
  .laptop-xl\:right--173\% {
    right: -173%;
  }
  .laptop-xl\:h-173\% {
    height: 173%;
  }
  .laptop-xl\:w-173\% {
    width: 173%;
  }
  .laptop-xl\:max_h-173\% {
    max-height: 173%;
  }
  .laptop-xl\:max_w-173\% {
    max-width: 173%;
  }
  .laptop-xl\:min_h-173\% {
    min-height: 173%;
  }
  .laptop-xl\:min_w-173\% {
    min-width: 173%;
  }
  .laptop-xl\:h-173vh {
    height: 173vh;
  }
  .laptop-xl\:w-173vw {
    width: 173vw;
  }
  .laptop-xl\:min_w-173vw {
    min-width: 173vw;
  }
  .laptop-xl\:min_h-173vh {
    min-height: 173vh;
  }
  .laptop-xl\:max_w-173vw {
    max-width: 173vw;
  }
  .laptop-xl\:max_h-173vh {
    max-height: 173vh;
  }
  .laptop-xl\:m-t-174\% {
    margin-top: 174%;
  }
  .laptop-xl\:m-t--174\% {
    margin-top: -174%;
  }
  .laptop-xl\:p-t-174\% {
    padding-top: 174%;
  }
  .laptop-xl\:p-t--174\% {
    padding-top: -174%;
  }
  .laptop-xl\:top-174\% {
    top: 174%;
  }
  .laptop-xl\:top--174\% {
    top: -174%;
  }
  .laptop-xl\:m-b-174\% {
    margin-bottom: 174%;
  }
  .laptop-xl\:m-b--174\% {
    margin-bottom: -174%;
  }
  .laptop-xl\:p-b-174\% {
    padding-bottom: 174%;
  }
  .laptop-xl\:p-b--174\% {
    padding-bottom: -174%;
  }
  .laptop-xl\:bottom-174\% {
    bottom: 174%;
  }
  .laptop-xl\:bottom--174\% {
    bottom: -174%;
  }
  .laptop-xl\:m-l-174\% {
    margin-left: 174%;
  }
  .laptop-xl\:m-l--174\% {
    margin-left: -174%;
  }
  .laptop-xl\:p-l-174\% {
    padding-left: 174%;
  }
  .laptop-xl\:p-l--174\% {
    padding-left: -174%;
  }
  .laptop-xl\:left-174\% {
    left: 174%;
  }
  .laptop-xl\:left--174\% {
    left: -174%;
  }
  .laptop-xl\:m-r-174\% {
    margin-right: 174%;
  }
  .laptop-xl\:m-r--174\% {
    margin-right: -174%;
  }
  .laptop-xl\:p-r-174\% {
    padding-right: 174%;
  }
  .laptop-xl\:p-r--174\% {
    padding-right: -174%;
  }
  .laptop-xl\:right-174\% {
    right: 174%;
  }
  .laptop-xl\:right--174\% {
    right: -174%;
  }
  .laptop-xl\:h-174\% {
    height: 174%;
  }
  .laptop-xl\:w-174\% {
    width: 174%;
  }
  .laptop-xl\:max_h-174\% {
    max-height: 174%;
  }
  .laptop-xl\:max_w-174\% {
    max-width: 174%;
  }
  .laptop-xl\:min_h-174\% {
    min-height: 174%;
  }
  .laptop-xl\:min_w-174\% {
    min-width: 174%;
  }
  .laptop-xl\:h-174vh {
    height: 174vh;
  }
  .laptop-xl\:w-174vw {
    width: 174vw;
  }
  .laptop-xl\:min_w-174vw {
    min-width: 174vw;
  }
  .laptop-xl\:min_h-174vh {
    min-height: 174vh;
  }
  .laptop-xl\:max_w-174vw {
    max-width: 174vw;
  }
  .laptop-xl\:max_h-174vh {
    max-height: 174vh;
  }
  .laptop-xl\:m-t-175\% {
    margin-top: 175%;
  }
  .laptop-xl\:m-t--175\% {
    margin-top: -175%;
  }
  .laptop-xl\:p-t-175\% {
    padding-top: 175%;
  }
  .laptop-xl\:p-t--175\% {
    padding-top: -175%;
  }
  .laptop-xl\:top-175\% {
    top: 175%;
  }
  .laptop-xl\:top--175\% {
    top: -175%;
  }
  .laptop-xl\:m-b-175\% {
    margin-bottom: 175%;
  }
  .laptop-xl\:m-b--175\% {
    margin-bottom: -175%;
  }
  .laptop-xl\:p-b-175\% {
    padding-bottom: 175%;
  }
  .laptop-xl\:p-b--175\% {
    padding-bottom: -175%;
  }
  .laptop-xl\:bottom-175\% {
    bottom: 175%;
  }
  .laptop-xl\:bottom--175\% {
    bottom: -175%;
  }
  .laptop-xl\:m-l-175\% {
    margin-left: 175%;
  }
  .laptop-xl\:m-l--175\% {
    margin-left: -175%;
  }
  .laptop-xl\:p-l-175\% {
    padding-left: 175%;
  }
  .laptop-xl\:p-l--175\% {
    padding-left: -175%;
  }
  .laptop-xl\:left-175\% {
    left: 175%;
  }
  .laptop-xl\:left--175\% {
    left: -175%;
  }
  .laptop-xl\:m-r-175\% {
    margin-right: 175%;
  }
  .laptop-xl\:m-r--175\% {
    margin-right: -175%;
  }
  .laptop-xl\:p-r-175\% {
    padding-right: 175%;
  }
  .laptop-xl\:p-r--175\% {
    padding-right: -175%;
  }
  .laptop-xl\:right-175\% {
    right: 175%;
  }
  .laptop-xl\:right--175\% {
    right: -175%;
  }
  .laptop-xl\:h-175\% {
    height: 175%;
  }
  .laptop-xl\:w-175\% {
    width: 175%;
  }
  .laptop-xl\:max_h-175\% {
    max-height: 175%;
  }
  .laptop-xl\:max_w-175\% {
    max-width: 175%;
  }
  .laptop-xl\:min_h-175\% {
    min-height: 175%;
  }
  .laptop-xl\:min_w-175\% {
    min-width: 175%;
  }
  .laptop-xl\:h-175vh {
    height: 175vh;
  }
  .laptop-xl\:w-175vw {
    width: 175vw;
  }
  .laptop-xl\:min_w-175vw {
    min-width: 175vw;
  }
  .laptop-xl\:min_h-175vh {
    min-height: 175vh;
  }
  .laptop-xl\:max_w-175vw {
    max-width: 175vw;
  }
  .laptop-xl\:max_h-175vh {
    max-height: 175vh;
  }
  .laptop-xl\:m-t-176\% {
    margin-top: 176%;
  }
  .laptop-xl\:m-t--176\% {
    margin-top: -176%;
  }
  .laptop-xl\:p-t-176\% {
    padding-top: 176%;
  }
  .laptop-xl\:p-t--176\% {
    padding-top: -176%;
  }
  .laptop-xl\:top-176\% {
    top: 176%;
  }
  .laptop-xl\:top--176\% {
    top: -176%;
  }
  .laptop-xl\:m-b-176\% {
    margin-bottom: 176%;
  }
  .laptop-xl\:m-b--176\% {
    margin-bottom: -176%;
  }
  .laptop-xl\:p-b-176\% {
    padding-bottom: 176%;
  }
  .laptop-xl\:p-b--176\% {
    padding-bottom: -176%;
  }
  .laptop-xl\:bottom-176\% {
    bottom: 176%;
  }
  .laptop-xl\:bottom--176\% {
    bottom: -176%;
  }
  .laptop-xl\:m-l-176\% {
    margin-left: 176%;
  }
  .laptop-xl\:m-l--176\% {
    margin-left: -176%;
  }
  .laptop-xl\:p-l-176\% {
    padding-left: 176%;
  }
  .laptop-xl\:p-l--176\% {
    padding-left: -176%;
  }
  .laptop-xl\:left-176\% {
    left: 176%;
  }
  .laptop-xl\:left--176\% {
    left: -176%;
  }
  .laptop-xl\:m-r-176\% {
    margin-right: 176%;
  }
  .laptop-xl\:m-r--176\% {
    margin-right: -176%;
  }
  .laptop-xl\:p-r-176\% {
    padding-right: 176%;
  }
  .laptop-xl\:p-r--176\% {
    padding-right: -176%;
  }
  .laptop-xl\:right-176\% {
    right: 176%;
  }
  .laptop-xl\:right--176\% {
    right: -176%;
  }
  .laptop-xl\:h-176\% {
    height: 176%;
  }
  .laptop-xl\:w-176\% {
    width: 176%;
  }
  .laptop-xl\:max_h-176\% {
    max-height: 176%;
  }
  .laptop-xl\:max_w-176\% {
    max-width: 176%;
  }
  .laptop-xl\:min_h-176\% {
    min-height: 176%;
  }
  .laptop-xl\:min_w-176\% {
    min-width: 176%;
  }
  .laptop-xl\:h-176vh {
    height: 176vh;
  }
  .laptop-xl\:w-176vw {
    width: 176vw;
  }
  .laptop-xl\:min_w-176vw {
    min-width: 176vw;
  }
  .laptop-xl\:min_h-176vh {
    min-height: 176vh;
  }
  .laptop-xl\:max_w-176vw {
    max-width: 176vw;
  }
  .laptop-xl\:max_h-176vh {
    max-height: 176vh;
  }
  .laptop-xl\:m-t-177\% {
    margin-top: 177%;
  }
  .laptop-xl\:m-t--177\% {
    margin-top: -177%;
  }
  .laptop-xl\:p-t-177\% {
    padding-top: 177%;
  }
  .laptop-xl\:p-t--177\% {
    padding-top: -177%;
  }
  .laptop-xl\:top-177\% {
    top: 177%;
  }
  .laptop-xl\:top--177\% {
    top: -177%;
  }
  .laptop-xl\:m-b-177\% {
    margin-bottom: 177%;
  }
  .laptop-xl\:m-b--177\% {
    margin-bottom: -177%;
  }
  .laptop-xl\:p-b-177\% {
    padding-bottom: 177%;
  }
  .laptop-xl\:p-b--177\% {
    padding-bottom: -177%;
  }
  .laptop-xl\:bottom-177\% {
    bottom: 177%;
  }
  .laptop-xl\:bottom--177\% {
    bottom: -177%;
  }
  .laptop-xl\:m-l-177\% {
    margin-left: 177%;
  }
  .laptop-xl\:m-l--177\% {
    margin-left: -177%;
  }
  .laptop-xl\:p-l-177\% {
    padding-left: 177%;
  }
  .laptop-xl\:p-l--177\% {
    padding-left: -177%;
  }
  .laptop-xl\:left-177\% {
    left: 177%;
  }
  .laptop-xl\:left--177\% {
    left: -177%;
  }
  .laptop-xl\:m-r-177\% {
    margin-right: 177%;
  }
  .laptop-xl\:m-r--177\% {
    margin-right: -177%;
  }
  .laptop-xl\:p-r-177\% {
    padding-right: 177%;
  }
  .laptop-xl\:p-r--177\% {
    padding-right: -177%;
  }
  .laptop-xl\:right-177\% {
    right: 177%;
  }
  .laptop-xl\:right--177\% {
    right: -177%;
  }
  .laptop-xl\:h-177\% {
    height: 177%;
  }
  .laptop-xl\:w-177\% {
    width: 177%;
  }
  .laptop-xl\:max_h-177\% {
    max-height: 177%;
  }
  .laptop-xl\:max_w-177\% {
    max-width: 177%;
  }
  .laptop-xl\:min_h-177\% {
    min-height: 177%;
  }
  .laptop-xl\:min_w-177\% {
    min-width: 177%;
  }
  .laptop-xl\:h-177vh {
    height: 177vh;
  }
  .laptop-xl\:w-177vw {
    width: 177vw;
  }
  .laptop-xl\:min_w-177vw {
    min-width: 177vw;
  }
  .laptop-xl\:min_h-177vh {
    min-height: 177vh;
  }
  .laptop-xl\:max_w-177vw {
    max-width: 177vw;
  }
  .laptop-xl\:max_h-177vh {
    max-height: 177vh;
  }
  .laptop-xl\:m-t-178\% {
    margin-top: 178%;
  }
  .laptop-xl\:m-t--178\% {
    margin-top: -178%;
  }
  .laptop-xl\:p-t-178\% {
    padding-top: 178%;
  }
  .laptop-xl\:p-t--178\% {
    padding-top: -178%;
  }
  .laptop-xl\:top-178\% {
    top: 178%;
  }
  .laptop-xl\:top--178\% {
    top: -178%;
  }
  .laptop-xl\:m-b-178\% {
    margin-bottom: 178%;
  }
  .laptop-xl\:m-b--178\% {
    margin-bottom: -178%;
  }
  .laptop-xl\:p-b-178\% {
    padding-bottom: 178%;
  }
  .laptop-xl\:p-b--178\% {
    padding-bottom: -178%;
  }
  .laptop-xl\:bottom-178\% {
    bottom: 178%;
  }
  .laptop-xl\:bottom--178\% {
    bottom: -178%;
  }
  .laptop-xl\:m-l-178\% {
    margin-left: 178%;
  }
  .laptop-xl\:m-l--178\% {
    margin-left: -178%;
  }
  .laptop-xl\:p-l-178\% {
    padding-left: 178%;
  }
  .laptop-xl\:p-l--178\% {
    padding-left: -178%;
  }
  .laptop-xl\:left-178\% {
    left: 178%;
  }
  .laptop-xl\:left--178\% {
    left: -178%;
  }
  .laptop-xl\:m-r-178\% {
    margin-right: 178%;
  }
  .laptop-xl\:m-r--178\% {
    margin-right: -178%;
  }
  .laptop-xl\:p-r-178\% {
    padding-right: 178%;
  }
  .laptop-xl\:p-r--178\% {
    padding-right: -178%;
  }
  .laptop-xl\:right-178\% {
    right: 178%;
  }
  .laptop-xl\:right--178\% {
    right: -178%;
  }
  .laptop-xl\:h-178\% {
    height: 178%;
  }
  .laptop-xl\:w-178\% {
    width: 178%;
  }
  .laptop-xl\:max_h-178\% {
    max-height: 178%;
  }
  .laptop-xl\:max_w-178\% {
    max-width: 178%;
  }
  .laptop-xl\:min_h-178\% {
    min-height: 178%;
  }
  .laptop-xl\:min_w-178\% {
    min-width: 178%;
  }
  .laptop-xl\:h-178vh {
    height: 178vh;
  }
  .laptop-xl\:w-178vw {
    width: 178vw;
  }
  .laptop-xl\:min_w-178vw {
    min-width: 178vw;
  }
  .laptop-xl\:min_h-178vh {
    min-height: 178vh;
  }
  .laptop-xl\:max_w-178vw {
    max-width: 178vw;
  }
  .laptop-xl\:max_h-178vh {
    max-height: 178vh;
  }
  .laptop-xl\:m-t-179\% {
    margin-top: 179%;
  }
  .laptop-xl\:m-t--179\% {
    margin-top: -179%;
  }
  .laptop-xl\:p-t-179\% {
    padding-top: 179%;
  }
  .laptop-xl\:p-t--179\% {
    padding-top: -179%;
  }
  .laptop-xl\:top-179\% {
    top: 179%;
  }
  .laptop-xl\:top--179\% {
    top: -179%;
  }
  .laptop-xl\:m-b-179\% {
    margin-bottom: 179%;
  }
  .laptop-xl\:m-b--179\% {
    margin-bottom: -179%;
  }
  .laptop-xl\:p-b-179\% {
    padding-bottom: 179%;
  }
  .laptop-xl\:p-b--179\% {
    padding-bottom: -179%;
  }
  .laptop-xl\:bottom-179\% {
    bottom: 179%;
  }
  .laptop-xl\:bottom--179\% {
    bottom: -179%;
  }
  .laptop-xl\:m-l-179\% {
    margin-left: 179%;
  }
  .laptop-xl\:m-l--179\% {
    margin-left: -179%;
  }
  .laptop-xl\:p-l-179\% {
    padding-left: 179%;
  }
  .laptop-xl\:p-l--179\% {
    padding-left: -179%;
  }
  .laptop-xl\:left-179\% {
    left: 179%;
  }
  .laptop-xl\:left--179\% {
    left: -179%;
  }
  .laptop-xl\:m-r-179\% {
    margin-right: 179%;
  }
  .laptop-xl\:m-r--179\% {
    margin-right: -179%;
  }
  .laptop-xl\:p-r-179\% {
    padding-right: 179%;
  }
  .laptop-xl\:p-r--179\% {
    padding-right: -179%;
  }
  .laptop-xl\:right-179\% {
    right: 179%;
  }
  .laptop-xl\:right--179\% {
    right: -179%;
  }
  .laptop-xl\:h-179\% {
    height: 179%;
  }
  .laptop-xl\:w-179\% {
    width: 179%;
  }
  .laptop-xl\:max_h-179\% {
    max-height: 179%;
  }
  .laptop-xl\:max_w-179\% {
    max-width: 179%;
  }
  .laptop-xl\:min_h-179\% {
    min-height: 179%;
  }
  .laptop-xl\:min_w-179\% {
    min-width: 179%;
  }
  .laptop-xl\:h-179vh {
    height: 179vh;
  }
  .laptop-xl\:w-179vw {
    width: 179vw;
  }
  .laptop-xl\:min_w-179vw {
    min-width: 179vw;
  }
  .laptop-xl\:min_h-179vh {
    min-height: 179vh;
  }
  .laptop-xl\:max_w-179vw {
    max-width: 179vw;
  }
  .laptop-xl\:max_h-179vh {
    max-height: 179vh;
  }
  .laptop-xl\:m-t-180\% {
    margin-top: 180%;
  }
  .laptop-xl\:m-t--180\% {
    margin-top: -180%;
  }
  .laptop-xl\:p-t-180\% {
    padding-top: 180%;
  }
  .laptop-xl\:p-t--180\% {
    padding-top: -180%;
  }
  .laptop-xl\:top-180\% {
    top: 180%;
  }
  .laptop-xl\:top--180\% {
    top: -180%;
  }
  .laptop-xl\:m-b-180\% {
    margin-bottom: 180%;
  }
  .laptop-xl\:m-b--180\% {
    margin-bottom: -180%;
  }
  .laptop-xl\:p-b-180\% {
    padding-bottom: 180%;
  }
  .laptop-xl\:p-b--180\% {
    padding-bottom: -180%;
  }
  .laptop-xl\:bottom-180\% {
    bottom: 180%;
  }
  .laptop-xl\:bottom--180\% {
    bottom: -180%;
  }
  .laptop-xl\:m-l-180\% {
    margin-left: 180%;
  }
  .laptop-xl\:m-l--180\% {
    margin-left: -180%;
  }
  .laptop-xl\:p-l-180\% {
    padding-left: 180%;
  }
  .laptop-xl\:p-l--180\% {
    padding-left: -180%;
  }
  .laptop-xl\:left-180\% {
    left: 180%;
  }
  .laptop-xl\:left--180\% {
    left: -180%;
  }
  .laptop-xl\:m-r-180\% {
    margin-right: 180%;
  }
  .laptop-xl\:m-r--180\% {
    margin-right: -180%;
  }
  .laptop-xl\:p-r-180\% {
    padding-right: 180%;
  }
  .laptop-xl\:p-r--180\% {
    padding-right: -180%;
  }
  .laptop-xl\:right-180\% {
    right: 180%;
  }
  .laptop-xl\:right--180\% {
    right: -180%;
  }
  .laptop-xl\:h-180\% {
    height: 180%;
  }
  .laptop-xl\:w-180\% {
    width: 180%;
  }
  .laptop-xl\:max_h-180\% {
    max-height: 180%;
  }
  .laptop-xl\:max_w-180\% {
    max-width: 180%;
  }
  .laptop-xl\:min_h-180\% {
    min-height: 180%;
  }
  .laptop-xl\:min_w-180\% {
    min-width: 180%;
  }
  .laptop-xl\:h-180vh {
    height: 180vh;
  }
  .laptop-xl\:w-180vw {
    width: 180vw;
  }
  .laptop-xl\:min_w-180vw {
    min-width: 180vw;
  }
  .laptop-xl\:min_h-180vh {
    min-height: 180vh;
  }
  .laptop-xl\:max_w-180vw {
    max-width: 180vw;
  }
  .laptop-xl\:max_h-180vh {
    max-height: 180vh;
  }
  .laptop-xl\:m-t-181\% {
    margin-top: 181%;
  }
  .laptop-xl\:m-t--181\% {
    margin-top: -181%;
  }
  .laptop-xl\:p-t-181\% {
    padding-top: 181%;
  }
  .laptop-xl\:p-t--181\% {
    padding-top: -181%;
  }
  .laptop-xl\:top-181\% {
    top: 181%;
  }
  .laptop-xl\:top--181\% {
    top: -181%;
  }
  .laptop-xl\:m-b-181\% {
    margin-bottom: 181%;
  }
  .laptop-xl\:m-b--181\% {
    margin-bottom: -181%;
  }
  .laptop-xl\:p-b-181\% {
    padding-bottom: 181%;
  }
  .laptop-xl\:p-b--181\% {
    padding-bottom: -181%;
  }
  .laptop-xl\:bottom-181\% {
    bottom: 181%;
  }
  .laptop-xl\:bottom--181\% {
    bottom: -181%;
  }
  .laptop-xl\:m-l-181\% {
    margin-left: 181%;
  }
  .laptop-xl\:m-l--181\% {
    margin-left: -181%;
  }
  .laptop-xl\:p-l-181\% {
    padding-left: 181%;
  }
  .laptop-xl\:p-l--181\% {
    padding-left: -181%;
  }
  .laptop-xl\:left-181\% {
    left: 181%;
  }
  .laptop-xl\:left--181\% {
    left: -181%;
  }
  .laptop-xl\:m-r-181\% {
    margin-right: 181%;
  }
  .laptop-xl\:m-r--181\% {
    margin-right: -181%;
  }
  .laptop-xl\:p-r-181\% {
    padding-right: 181%;
  }
  .laptop-xl\:p-r--181\% {
    padding-right: -181%;
  }
  .laptop-xl\:right-181\% {
    right: 181%;
  }
  .laptop-xl\:right--181\% {
    right: -181%;
  }
  .laptop-xl\:h-181\% {
    height: 181%;
  }
  .laptop-xl\:w-181\% {
    width: 181%;
  }
  .laptop-xl\:max_h-181\% {
    max-height: 181%;
  }
  .laptop-xl\:max_w-181\% {
    max-width: 181%;
  }
  .laptop-xl\:min_h-181\% {
    min-height: 181%;
  }
  .laptop-xl\:min_w-181\% {
    min-width: 181%;
  }
  .laptop-xl\:h-181vh {
    height: 181vh;
  }
  .laptop-xl\:w-181vw {
    width: 181vw;
  }
  .laptop-xl\:min_w-181vw {
    min-width: 181vw;
  }
  .laptop-xl\:min_h-181vh {
    min-height: 181vh;
  }
  .laptop-xl\:max_w-181vw {
    max-width: 181vw;
  }
  .laptop-xl\:max_h-181vh {
    max-height: 181vh;
  }
  .laptop-xl\:m-t-182\% {
    margin-top: 182%;
  }
  .laptop-xl\:m-t--182\% {
    margin-top: -182%;
  }
  .laptop-xl\:p-t-182\% {
    padding-top: 182%;
  }
  .laptop-xl\:p-t--182\% {
    padding-top: -182%;
  }
  .laptop-xl\:top-182\% {
    top: 182%;
  }
  .laptop-xl\:top--182\% {
    top: -182%;
  }
  .laptop-xl\:m-b-182\% {
    margin-bottom: 182%;
  }
  .laptop-xl\:m-b--182\% {
    margin-bottom: -182%;
  }
  .laptop-xl\:p-b-182\% {
    padding-bottom: 182%;
  }
  .laptop-xl\:p-b--182\% {
    padding-bottom: -182%;
  }
  .laptop-xl\:bottom-182\% {
    bottom: 182%;
  }
  .laptop-xl\:bottom--182\% {
    bottom: -182%;
  }
  .laptop-xl\:m-l-182\% {
    margin-left: 182%;
  }
  .laptop-xl\:m-l--182\% {
    margin-left: -182%;
  }
  .laptop-xl\:p-l-182\% {
    padding-left: 182%;
  }
  .laptop-xl\:p-l--182\% {
    padding-left: -182%;
  }
  .laptop-xl\:left-182\% {
    left: 182%;
  }
  .laptop-xl\:left--182\% {
    left: -182%;
  }
  .laptop-xl\:m-r-182\% {
    margin-right: 182%;
  }
  .laptop-xl\:m-r--182\% {
    margin-right: -182%;
  }
  .laptop-xl\:p-r-182\% {
    padding-right: 182%;
  }
  .laptop-xl\:p-r--182\% {
    padding-right: -182%;
  }
  .laptop-xl\:right-182\% {
    right: 182%;
  }
  .laptop-xl\:right--182\% {
    right: -182%;
  }
  .laptop-xl\:h-182\% {
    height: 182%;
  }
  .laptop-xl\:w-182\% {
    width: 182%;
  }
  .laptop-xl\:max_h-182\% {
    max-height: 182%;
  }
  .laptop-xl\:max_w-182\% {
    max-width: 182%;
  }
  .laptop-xl\:min_h-182\% {
    min-height: 182%;
  }
  .laptop-xl\:min_w-182\% {
    min-width: 182%;
  }
  .laptop-xl\:h-182vh {
    height: 182vh;
  }
  .laptop-xl\:w-182vw {
    width: 182vw;
  }
  .laptop-xl\:min_w-182vw {
    min-width: 182vw;
  }
  .laptop-xl\:min_h-182vh {
    min-height: 182vh;
  }
  .laptop-xl\:max_w-182vw {
    max-width: 182vw;
  }
  .laptop-xl\:max_h-182vh {
    max-height: 182vh;
  }
  .laptop-xl\:m-t-183\% {
    margin-top: 183%;
  }
  .laptop-xl\:m-t--183\% {
    margin-top: -183%;
  }
  .laptop-xl\:p-t-183\% {
    padding-top: 183%;
  }
  .laptop-xl\:p-t--183\% {
    padding-top: -183%;
  }
  .laptop-xl\:top-183\% {
    top: 183%;
  }
  .laptop-xl\:top--183\% {
    top: -183%;
  }
  .laptop-xl\:m-b-183\% {
    margin-bottom: 183%;
  }
  .laptop-xl\:m-b--183\% {
    margin-bottom: -183%;
  }
  .laptop-xl\:p-b-183\% {
    padding-bottom: 183%;
  }
  .laptop-xl\:p-b--183\% {
    padding-bottom: -183%;
  }
  .laptop-xl\:bottom-183\% {
    bottom: 183%;
  }
  .laptop-xl\:bottom--183\% {
    bottom: -183%;
  }
  .laptop-xl\:m-l-183\% {
    margin-left: 183%;
  }
  .laptop-xl\:m-l--183\% {
    margin-left: -183%;
  }
  .laptop-xl\:p-l-183\% {
    padding-left: 183%;
  }
  .laptop-xl\:p-l--183\% {
    padding-left: -183%;
  }
  .laptop-xl\:left-183\% {
    left: 183%;
  }
  .laptop-xl\:left--183\% {
    left: -183%;
  }
  .laptop-xl\:m-r-183\% {
    margin-right: 183%;
  }
  .laptop-xl\:m-r--183\% {
    margin-right: -183%;
  }
  .laptop-xl\:p-r-183\% {
    padding-right: 183%;
  }
  .laptop-xl\:p-r--183\% {
    padding-right: -183%;
  }
  .laptop-xl\:right-183\% {
    right: 183%;
  }
  .laptop-xl\:right--183\% {
    right: -183%;
  }
  .laptop-xl\:h-183\% {
    height: 183%;
  }
  .laptop-xl\:w-183\% {
    width: 183%;
  }
  .laptop-xl\:max_h-183\% {
    max-height: 183%;
  }
  .laptop-xl\:max_w-183\% {
    max-width: 183%;
  }
  .laptop-xl\:min_h-183\% {
    min-height: 183%;
  }
  .laptop-xl\:min_w-183\% {
    min-width: 183%;
  }
  .laptop-xl\:h-183vh {
    height: 183vh;
  }
  .laptop-xl\:w-183vw {
    width: 183vw;
  }
  .laptop-xl\:min_w-183vw {
    min-width: 183vw;
  }
  .laptop-xl\:min_h-183vh {
    min-height: 183vh;
  }
  .laptop-xl\:max_w-183vw {
    max-width: 183vw;
  }
  .laptop-xl\:max_h-183vh {
    max-height: 183vh;
  }
  .laptop-xl\:m-t-184\% {
    margin-top: 184%;
  }
  .laptop-xl\:m-t--184\% {
    margin-top: -184%;
  }
  .laptop-xl\:p-t-184\% {
    padding-top: 184%;
  }
  .laptop-xl\:p-t--184\% {
    padding-top: -184%;
  }
  .laptop-xl\:top-184\% {
    top: 184%;
  }
  .laptop-xl\:top--184\% {
    top: -184%;
  }
  .laptop-xl\:m-b-184\% {
    margin-bottom: 184%;
  }
  .laptop-xl\:m-b--184\% {
    margin-bottom: -184%;
  }
  .laptop-xl\:p-b-184\% {
    padding-bottom: 184%;
  }
  .laptop-xl\:p-b--184\% {
    padding-bottom: -184%;
  }
  .laptop-xl\:bottom-184\% {
    bottom: 184%;
  }
  .laptop-xl\:bottom--184\% {
    bottom: -184%;
  }
  .laptop-xl\:m-l-184\% {
    margin-left: 184%;
  }
  .laptop-xl\:m-l--184\% {
    margin-left: -184%;
  }
  .laptop-xl\:p-l-184\% {
    padding-left: 184%;
  }
  .laptop-xl\:p-l--184\% {
    padding-left: -184%;
  }
  .laptop-xl\:left-184\% {
    left: 184%;
  }
  .laptop-xl\:left--184\% {
    left: -184%;
  }
  .laptop-xl\:m-r-184\% {
    margin-right: 184%;
  }
  .laptop-xl\:m-r--184\% {
    margin-right: -184%;
  }
  .laptop-xl\:p-r-184\% {
    padding-right: 184%;
  }
  .laptop-xl\:p-r--184\% {
    padding-right: -184%;
  }
  .laptop-xl\:right-184\% {
    right: 184%;
  }
  .laptop-xl\:right--184\% {
    right: -184%;
  }
  .laptop-xl\:h-184\% {
    height: 184%;
  }
  .laptop-xl\:w-184\% {
    width: 184%;
  }
  .laptop-xl\:max_h-184\% {
    max-height: 184%;
  }
  .laptop-xl\:max_w-184\% {
    max-width: 184%;
  }
  .laptop-xl\:min_h-184\% {
    min-height: 184%;
  }
  .laptop-xl\:min_w-184\% {
    min-width: 184%;
  }
  .laptop-xl\:h-184vh {
    height: 184vh;
  }
  .laptop-xl\:w-184vw {
    width: 184vw;
  }
  .laptop-xl\:min_w-184vw {
    min-width: 184vw;
  }
  .laptop-xl\:min_h-184vh {
    min-height: 184vh;
  }
  .laptop-xl\:max_w-184vw {
    max-width: 184vw;
  }
  .laptop-xl\:max_h-184vh {
    max-height: 184vh;
  }
  .laptop-xl\:m-t-185\% {
    margin-top: 185%;
  }
  .laptop-xl\:m-t--185\% {
    margin-top: -185%;
  }
  .laptop-xl\:p-t-185\% {
    padding-top: 185%;
  }
  .laptop-xl\:p-t--185\% {
    padding-top: -185%;
  }
  .laptop-xl\:top-185\% {
    top: 185%;
  }
  .laptop-xl\:top--185\% {
    top: -185%;
  }
  .laptop-xl\:m-b-185\% {
    margin-bottom: 185%;
  }
  .laptop-xl\:m-b--185\% {
    margin-bottom: -185%;
  }
  .laptop-xl\:p-b-185\% {
    padding-bottom: 185%;
  }
  .laptop-xl\:p-b--185\% {
    padding-bottom: -185%;
  }
  .laptop-xl\:bottom-185\% {
    bottom: 185%;
  }
  .laptop-xl\:bottom--185\% {
    bottom: -185%;
  }
  .laptop-xl\:m-l-185\% {
    margin-left: 185%;
  }
  .laptop-xl\:m-l--185\% {
    margin-left: -185%;
  }
  .laptop-xl\:p-l-185\% {
    padding-left: 185%;
  }
  .laptop-xl\:p-l--185\% {
    padding-left: -185%;
  }
  .laptop-xl\:left-185\% {
    left: 185%;
  }
  .laptop-xl\:left--185\% {
    left: -185%;
  }
  .laptop-xl\:m-r-185\% {
    margin-right: 185%;
  }
  .laptop-xl\:m-r--185\% {
    margin-right: -185%;
  }
  .laptop-xl\:p-r-185\% {
    padding-right: 185%;
  }
  .laptop-xl\:p-r--185\% {
    padding-right: -185%;
  }
  .laptop-xl\:right-185\% {
    right: 185%;
  }
  .laptop-xl\:right--185\% {
    right: -185%;
  }
  .laptop-xl\:h-185\% {
    height: 185%;
  }
  .laptop-xl\:w-185\% {
    width: 185%;
  }
  .laptop-xl\:max_h-185\% {
    max-height: 185%;
  }
  .laptop-xl\:max_w-185\% {
    max-width: 185%;
  }
  .laptop-xl\:min_h-185\% {
    min-height: 185%;
  }
  .laptop-xl\:min_w-185\% {
    min-width: 185%;
  }
  .laptop-xl\:h-185vh {
    height: 185vh;
  }
  .laptop-xl\:w-185vw {
    width: 185vw;
  }
  .laptop-xl\:min_w-185vw {
    min-width: 185vw;
  }
  .laptop-xl\:min_h-185vh {
    min-height: 185vh;
  }
  .laptop-xl\:max_w-185vw {
    max-width: 185vw;
  }
  .laptop-xl\:max_h-185vh {
    max-height: 185vh;
  }
  .laptop-xl\:m-t-186\% {
    margin-top: 186%;
  }
  .laptop-xl\:m-t--186\% {
    margin-top: -186%;
  }
  .laptop-xl\:p-t-186\% {
    padding-top: 186%;
  }
  .laptop-xl\:p-t--186\% {
    padding-top: -186%;
  }
  .laptop-xl\:top-186\% {
    top: 186%;
  }
  .laptop-xl\:top--186\% {
    top: -186%;
  }
  .laptop-xl\:m-b-186\% {
    margin-bottom: 186%;
  }
  .laptop-xl\:m-b--186\% {
    margin-bottom: -186%;
  }
  .laptop-xl\:p-b-186\% {
    padding-bottom: 186%;
  }
  .laptop-xl\:p-b--186\% {
    padding-bottom: -186%;
  }
  .laptop-xl\:bottom-186\% {
    bottom: 186%;
  }
  .laptop-xl\:bottom--186\% {
    bottom: -186%;
  }
  .laptop-xl\:m-l-186\% {
    margin-left: 186%;
  }
  .laptop-xl\:m-l--186\% {
    margin-left: -186%;
  }
  .laptop-xl\:p-l-186\% {
    padding-left: 186%;
  }
  .laptop-xl\:p-l--186\% {
    padding-left: -186%;
  }
  .laptop-xl\:left-186\% {
    left: 186%;
  }
  .laptop-xl\:left--186\% {
    left: -186%;
  }
  .laptop-xl\:m-r-186\% {
    margin-right: 186%;
  }
  .laptop-xl\:m-r--186\% {
    margin-right: -186%;
  }
  .laptop-xl\:p-r-186\% {
    padding-right: 186%;
  }
  .laptop-xl\:p-r--186\% {
    padding-right: -186%;
  }
  .laptop-xl\:right-186\% {
    right: 186%;
  }
  .laptop-xl\:right--186\% {
    right: -186%;
  }
  .laptop-xl\:h-186\% {
    height: 186%;
  }
  .laptop-xl\:w-186\% {
    width: 186%;
  }
  .laptop-xl\:max_h-186\% {
    max-height: 186%;
  }
  .laptop-xl\:max_w-186\% {
    max-width: 186%;
  }
  .laptop-xl\:min_h-186\% {
    min-height: 186%;
  }
  .laptop-xl\:min_w-186\% {
    min-width: 186%;
  }
  .laptop-xl\:h-186vh {
    height: 186vh;
  }
  .laptop-xl\:w-186vw {
    width: 186vw;
  }
  .laptop-xl\:min_w-186vw {
    min-width: 186vw;
  }
  .laptop-xl\:min_h-186vh {
    min-height: 186vh;
  }
  .laptop-xl\:max_w-186vw {
    max-width: 186vw;
  }
  .laptop-xl\:max_h-186vh {
    max-height: 186vh;
  }
  .laptop-xl\:m-t-187\% {
    margin-top: 187%;
  }
  .laptop-xl\:m-t--187\% {
    margin-top: -187%;
  }
  .laptop-xl\:p-t-187\% {
    padding-top: 187%;
  }
  .laptop-xl\:p-t--187\% {
    padding-top: -187%;
  }
  .laptop-xl\:top-187\% {
    top: 187%;
  }
  .laptop-xl\:top--187\% {
    top: -187%;
  }
  .laptop-xl\:m-b-187\% {
    margin-bottom: 187%;
  }
  .laptop-xl\:m-b--187\% {
    margin-bottom: -187%;
  }
  .laptop-xl\:p-b-187\% {
    padding-bottom: 187%;
  }
  .laptop-xl\:p-b--187\% {
    padding-bottom: -187%;
  }
  .laptop-xl\:bottom-187\% {
    bottom: 187%;
  }
  .laptop-xl\:bottom--187\% {
    bottom: -187%;
  }
  .laptop-xl\:m-l-187\% {
    margin-left: 187%;
  }
  .laptop-xl\:m-l--187\% {
    margin-left: -187%;
  }
  .laptop-xl\:p-l-187\% {
    padding-left: 187%;
  }
  .laptop-xl\:p-l--187\% {
    padding-left: -187%;
  }
  .laptop-xl\:left-187\% {
    left: 187%;
  }
  .laptop-xl\:left--187\% {
    left: -187%;
  }
  .laptop-xl\:m-r-187\% {
    margin-right: 187%;
  }
  .laptop-xl\:m-r--187\% {
    margin-right: -187%;
  }
  .laptop-xl\:p-r-187\% {
    padding-right: 187%;
  }
  .laptop-xl\:p-r--187\% {
    padding-right: -187%;
  }
  .laptop-xl\:right-187\% {
    right: 187%;
  }
  .laptop-xl\:right--187\% {
    right: -187%;
  }
  .laptop-xl\:h-187\% {
    height: 187%;
  }
  .laptop-xl\:w-187\% {
    width: 187%;
  }
  .laptop-xl\:max_h-187\% {
    max-height: 187%;
  }
  .laptop-xl\:max_w-187\% {
    max-width: 187%;
  }
  .laptop-xl\:min_h-187\% {
    min-height: 187%;
  }
  .laptop-xl\:min_w-187\% {
    min-width: 187%;
  }
  .laptop-xl\:h-187vh {
    height: 187vh;
  }
  .laptop-xl\:w-187vw {
    width: 187vw;
  }
  .laptop-xl\:min_w-187vw {
    min-width: 187vw;
  }
  .laptop-xl\:min_h-187vh {
    min-height: 187vh;
  }
  .laptop-xl\:max_w-187vw {
    max-width: 187vw;
  }
  .laptop-xl\:max_h-187vh {
    max-height: 187vh;
  }
  .laptop-xl\:m-t-188\% {
    margin-top: 188%;
  }
  .laptop-xl\:m-t--188\% {
    margin-top: -188%;
  }
  .laptop-xl\:p-t-188\% {
    padding-top: 188%;
  }
  .laptop-xl\:p-t--188\% {
    padding-top: -188%;
  }
  .laptop-xl\:top-188\% {
    top: 188%;
  }
  .laptop-xl\:top--188\% {
    top: -188%;
  }
  .laptop-xl\:m-b-188\% {
    margin-bottom: 188%;
  }
  .laptop-xl\:m-b--188\% {
    margin-bottom: -188%;
  }
  .laptop-xl\:p-b-188\% {
    padding-bottom: 188%;
  }
  .laptop-xl\:p-b--188\% {
    padding-bottom: -188%;
  }
  .laptop-xl\:bottom-188\% {
    bottom: 188%;
  }
  .laptop-xl\:bottom--188\% {
    bottom: -188%;
  }
  .laptop-xl\:m-l-188\% {
    margin-left: 188%;
  }
  .laptop-xl\:m-l--188\% {
    margin-left: -188%;
  }
  .laptop-xl\:p-l-188\% {
    padding-left: 188%;
  }
  .laptop-xl\:p-l--188\% {
    padding-left: -188%;
  }
  .laptop-xl\:left-188\% {
    left: 188%;
  }
  .laptop-xl\:left--188\% {
    left: -188%;
  }
  .laptop-xl\:m-r-188\% {
    margin-right: 188%;
  }
  .laptop-xl\:m-r--188\% {
    margin-right: -188%;
  }
  .laptop-xl\:p-r-188\% {
    padding-right: 188%;
  }
  .laptop-xl\:p-r--188\% {
    padding-right: -188%;
  }
  .laptop-xl\:right-188\% {
    right: 188%;
  }
  .laptop-xl\:right--188\% {
    right: -188%;
  }
  .laptop-xl\:h-188\% {
    height: 188%;
  }
  .laptop-xl\:w-188\% {
    width: 188%;
  }
  .laptop-xl\:max_h-188\% {
    max-height: 188%;
  }
  .laptop-xl\:max_w-188\% {
    max-width: 188%;
  }
  .laptop-xl\:min_h-188\% {
    min-height: 188%;
  }
  .laptop-xl\:min_w-188\% {
    min-width: 188%;
  }
  .laptop-xl\:h-188vh {
    height: 188vh;
  }
  .laptop-xl\:w-188vw {
    width: 188vw;
  }
  .laptop-xl\:min_w-188vw {
    min-width: 188vw;
  }
  .laptop-xl\:min_h-188vh {
    min-height: 188vh;
  }
  .laptop-xl\:max_w-188vw {
    max-width: 188vw;
  }
  .laptop-xl\:max_h-188vh {
    max-height: 188vh;
  }
  .laptop-xl\:m-t-189\% {
    margin-top: 189%;
  }
  .laptop-xl\:m-t--189\% {
    margin-top: -189%;
  }
  .laptop-xl\:p-t-189\% {
    padding-top: 189%;
  }
  .laptop-xl\:p-t--189\% {
    padding-top: -189%;
  }
  .laptop-xl\:top-189\% {
    top: 189%;
  }
  .laptop-xl\:top--189\% {
    top: -189%;
  }
  .laptop-xl\:m-b-189\% {
    margin-bottom: 189%;
  }
  .laptop-xl\:m-b--189\% {
    margin-bottom: -189%;
  }
  .laptop-xl\:p-b-189\% {
    padding-bottom: 189%;
  }
  .laptop-xl\:p-b--189\% {
    padding-bottom: -189%;
  }
  .laptop-xl\:bottom-189\% {
    bottom: 189%;
  }
  .laptop-xl\:bottom--189\% {
    bottom: -189%;
  }
  .laptop-xl\:m-l-189\% {
    margin-left: 189%;
  }
  .laptop-xl\:m-l--189\% {
    margin-left: -189%;
  }
  .laptop-xl\:p-l-189\% {
    padding-left: 189%;
  }
  .laptop-xl\:p-l--189\% {
    padding-left: -189%;
  }
  .laptop-xl\:left-189\% {
    left: 189%;
  }
  .laptop-xl\:left--189\% {
    left: -189%;
  }
  .laptop-xl\:m-r-189\% {
    margin-right: 189%;
  }
  .laptop-xl\:m-r--189\% {
    margin-right: -189%;
  }
  .laptop-xl\:p-r-189\% {
    padding-right: 189%;
  }
  .laptop-xl\:p-r--189\% {
    padding-right: -189%;
  }
  .laptop-xl\:right-189\% {
    right: 189%;
  }
  .laptop-xl\:right--189\% {
    right: -189%;
  }
  .laptop-xl\:h-189\% {
    height: 189%;
  }
  .laptop-xl\:w-189\% {
    width: 189%;
  }
  .laptop-xl\:max_h-189\% {
    max-height: 189%;
  }
  .laptop-xl\:max_w-189\% {
    max-width: 189%;
  }
  .laptop-xl\:min_h-189\% {
    min-height: 189%;
  }
  .laptop-xl\:min_w-189\% {
    min-width: 189%;
  }
  .laptop-xl\:h-189vh {
    height: 189vh;
  }
  .laptop-xl\:w-189vw {
    width: 189vw;
  }
  .laptop-xl\:min_w-189vw {
    min-width: 189vw;
  }
  .laptop-xl\:min_h-189vh {
    min-height: 189vh;
  }
  .laptop-xl\:max_w-189vw {
    max-width: 189vw;
  }
  .laptop-xl\:max_h-189vh {
    max-height: 189vh;
  }
  .laptop-xl\:m-t-190\% {
    margin-top: 190%;
  }
  .laptop-xl\:m-t--190\% {
    margin-top: -190%;
  }
  .laptop-xl\:p-t-190\% {
    padding-top: 190%;
  }
  .laptop-xl\:p-t--190\% {
    padding-top: -190%;
  }
  .laptop-xl\:top-190\% {
    top: 190%;
  }
  .laptop-xl\:top--190\% {
    top: -190%;
  }
  .laptop-xl\:m-b-190\% {
    margin-bottom: 190%;
  }
  .laptop-xl\:m-b--190\% {
    margin-bottom: -190%;
  }
  .laptop-xl\:p-b-190\% {
    padding-bottom: 190%;
  }
  .laptop-xl\:p-b--190\% {
    padding-bottom: -190%;
  }
  .laptop-xl\:bottom-190\% {
    bottom: 190%;
  }
  .laptop-xl\:bottom--190\% {
    bottom: -190%;
  }
  .laptop-xl\:m-l-190\% {
    margin-left: 190%;
  }
  .laptop-xl\:m-l--190\% {
    margin-left: -190%;
  }
  .laptop-xl\:p-l-190\% {
    padding-left: 190%;
  }
  .laptop-xl\:p-l--190\% {
    padding-left: -190%;
  }
  .laptop-xl\:left-190\% {
    left: 190%;
  }
  .laptop-xl\:left--190\% {
    left: -190%;
  }
  .laptop-xl\:m-r-190\% {
    margin-right: 190%;
  }
  .laptop-xl\:m-r--190\% {
    margin-right: -190%;
  }
  .laptop-xl\:p-r-190\% {
    padding-right: 190%;
  }
  .laptop-xl\:p-r--190\% {
    padding-right: -190%;
  }
  .laptop-xl\:right-190\% {
    right: 190%;
  }
  .laptop-xl\:right--190\% {
    right: -190%;
  }
  .laptop-xl\:h-190\% {
    height: 190%;
  }
  .laptop-xl\:w-190\% {
    width: 190%;
  }
  .laptop-xl\:max_h-190\% {
    max-height: 190%;
  }
  .laptop-xl\:max_w-190\% {
    max-width: 190%;
  }
  .laptop-xl\:min_h-190\% {
    min-height: 190%;
  }
  .laptop-xl\:min_w-190\% {
    min-width: 190%;
  }
  .laptop-xl\:h-190vh {
    height: 190vh;
  }
  .laptop-xl\:w-190vw {
    width: 190vw;
  }
  .laptop-xl\:min_w-190vw {
    min-width: 190vw;
  }
  .laptop-xl\:min_h-190vh {
    min-height: 190vh;
  }
  .laptop-xl\:max_w-190vw {
    max-width: 190vw;
  }
  .laptop-xl\:max_h-190vh {
    max-height: 190vh;
  }
  .laptop-xl\:m-t-191\% {
    margin-top: 191%;
  }
  .laptop-xl\:m-t--191\% {
    margin-top: -191%;
  }
  .laptop-xl\:p-t-191\% {
    padding-top: 191%;
  }
  .laptop-xl\:p-t--191\% {
    padding-top: -191%;
  }
  .laptop-xl\:top-191\% {
    top: 191%;
  }
  .laptop-xl\:top--191\% {
    top: -191%;
  }
  .laptop-xl\:m-b-191\% {
    margin-bottom: 191%;
  }
  .laptop-xl\:m-b--191\% {
    margin-bottom: -191%;
  }
  .laptop-xl\:p-b-191\% {
    padding-bottom: 191%;
  }
  .laptop-xl\:p-b--191\% {
    padding-bottom: -191%;
  }
  .laptop-xl\:bottom-191\% {
    bottom: 191%;
  }
  .laptop-xl\:bottom--191\% {
    bottom: -191%;
  }
  .laptop-xl\:m-l-191\% {
    margin-left: 191%;
  }
  .laptop-xl\:m-l--191\% {
    margin-left: -191%;
  }
  .laptop-xl\:p-l-191\% {
    padding-left: 191%;
  }
  .laptop-xl\:p-l--191\% {
    padding-left: -191%;
  }
  .laptop-xl\:left-191\% {
    left: 191%;
  }
  .laptop-xl\:left--191\% {
    left: -191%;
  }
  .laptop-xl\:m-r-191\% {
    margin-right: 191%;
  }
  .laptop-xl\:m-r--191\% {
    margin-right: -191%;
  }
  .laptop-xl\:p-r-191\% {
    padding-right: 191%;
  }
  .laptop-xl\:p-r--191\% {
    padding-right: -191%;
  }
  .laptop-xl\:right-191\% {
    right: 191%;
  }
  .laptop-xl\:right--191\% {
    right: -191%;
  }
  .laptop-xl\:h-191\% {
    height: 191%;
  }
  .laptop-xl\:w-191\% {
    width: 191%;
  }
  .laptop-xl\:max_h-191\% {
    max-height: 191%;
  }
  .laptop-xl\:max_w-191\% {
    max-width: 191%;
  }
  .laptop-xl\:min_h-191\% {
    min-height: 191%;
  }
  .laptop-xl\:min_w-191\% {
    min-width: 191%;
  }
  .laptop-xl\:h-191vh {
    height: 191vh;
  }
  .laptop-xl\:w-191vw {
    width: 191vw;
  }
  .laptop-xl\:min_w-191vw {
    min-width: 191vw;
  }
  .laptop-xl\:min_h-191vh {
    min-height: 191vh;
  }
  .laptop-xl\:max_w-191vw {
    max-width: 191vw;
  }
  .laptop-xl\:max_h-191vh {
    max-height: 191vh;
  }
  .laptop-xl\:m-t-192\% {
    margin-top: 192%;
  }
  .laptop-xl\:m-t--192\% {
    margin-top: -192%;
  }
  .laptop-xl\:p-t-192\% {
    padding-top: 192%;
  }
  .laptop-xl\:p-t--192\% {
    padding-top: -192%;
  }
  .laptop-xl\:top-192\% {
    top: 192%;
  }
  .laptop-xl\:top--192\% {
    top: -192%;
  }
  .laptop-xl\:m-b-192\% {
    margin-bottom: 192%;
  }
  .laptop-xl\:m-b--192\% {
    margin-bottom: -192%;
  }
  .laptop-xl\:p-b-192\% {
    padding-bottom: 192%;
  }
  .laptop-xl\:p-b--192\% {
    padding-bottom: -192%;
  }
  .laptop-xl\:bottom-192\% {
    bottom: 192%;
  }
  .laptop-xl\:bottom--192\% {
    bottom: -192%;
  }
  .laptop-xl\:m-l-192\% {
    margin-left: 192%;
  }
  .laptop-xl\:m-l--192\% {
    margin-left: -192%;
  }
  .laptop-xl\:p-l-192\% {
    padding-left: 192%;
  }
  .laptop-xl\:p-l--192\% {
    padding-left: -192%;
  }
  .laptop-xl\:left-192\% {
    left: 192%;
  }
  .laptop-xl\:left--192\% {
    left: -192%;
  }
  .laptop-xl\:m-r-192\% {
    margin-right: 192%;
  }
  .laptop-xl\:m-r--192\% {
    margin-right: -192%;
  }
  .laptop-xl\:p-r-192\% {
    padding-right: 192%;
  }
  .laptop-xl\:p-r--192\% {
    padding-right: -192%;
  }
  .laptop-xl\:right-192\% {
    right: 192%;
  }
  .laptop-xl\:right--192\% {
    right: -192%;
  }
  .laptop-xl\:h-192\% {
    height: 192%;
  }
  .laptop-xl\:w-192\% {
    width: 192%;
  }
  .laptop-xl\:max_h-192\% {
    max-height: 192%;
  }
  .laptop-xl\:max_w-192\% {
    max-width: 192%;
  }
  .laptop-xl\:min_h-192\% {
    min-height: 192%;
  }
  .laptop-xl\:min_w-192\% {
    min-width: 192%;
  }
  .laptop-xl\:h-192vh {
    height: 192vh;
  }
  .laptop-xl\:w-192vw {
    width: 192vw;
  }
  .laptop-xl\:min_w-192vw {
    min-width: 192vw;
  }
  .laptop-xl\:min_h-192vh {
    min-height: 192vh;
  }
  .laptop-xl\:max_w-192vw {
    max-width: 192vw;
  }
  .laptop-xl\:max_h-192vh {
    max-height: 192vh;
  }
  .laptop-xl\:m-t-193\% {
    margin-top: 193%;
  }
  .laptop-xl\:m-t--193\% {
    margin-top: -193%;
  }
  .laptop-xl\:p-t-193\% {
    padding-top: 193%;
  }
  .laptop-xl\:p-t--193\% {
    padding-top: -193%;
  }
  .laptop-xl\:top-193\% {
    top: 193%;
  }
  .laptop-xl\:top--193\% {
    top: -193%;
  }
  .laptop-xl\:m-b-193\% {
    margin-bottom: 193%;
  }
  .laptop-xl\:m-b--193\% {
    margin-bottom: -193%;
  }
  .laptop-xl\:p-b-193\% {
    padding-bottom: 193%;
  }
  .laptop-xl\:p-b--193\% {
    padding-bottom: -193%;
  }
  .laptop-xl\:bottom-193\% {
    bottom: 193%;
  }
  .laptop-xl\:bottom--193\% {
    bottom: -193%;
  }
  .laptop-xl\:m-l-193\% {
    margin-left: 193%;
  }
  .laptop-xl\:m-l--193\% {
    margin-left: -193%;
  }
  .laptop-xl\:p-l-193\% {
    padding-left: 193%;
  }
  .laptop-xl\:p-l--193\% {
    padding-left: -193%;
  }
  .laptop-xl\:left-193\% {
    left: 193%;
  }
  .laptop-xl\:left--193\% {
    left: -193%;
  }
  .laptop-xl\:m-r-193\% {
    margin-right: 193%;
  }
  .laptop-xl\:m-r--193\% {
    margin-right: -193%;
  }
  .laptop-xl\:p-r-193\% {
    padding-right: 193%;
  }
  .laptop-xl\:p-r--193\% {
    padding-right: -193%;
  }
  .laptop-xl\:right-193\% {
    right: 193%;
  }
  .laptop-xl\:right--193\% {
    right: -193%;
  }
  .laptop-xl\:h-193\% {
    height: 193%;
  }
  .laptop-xl\:w-193\% {
    width: 193%;
  }
  .laptop-xl\:max_h-193\% {
    max-height: 193%;
  }
  .laptop-xl\:max_w-193\% {
    max-width: 193%;
  }
  .laptop-xl\:min_h-193\% {
    min-height: 193%;
  }
  .laptop-xl\:min_w-193\% {
    min-width: 193%;
  }
  .laptop-xl\:h-193vh {
    height: 193vh;
  }
  .laptop-xl\:w-193vw {
    width: 193vw;
  }
  .laptop-xl\:min_w-193vw {
    min-width: 193vw;
  }
  .laptop-xl\:min_h-193vh {
    min-height: 193vh;
  }
  .laptop-xl\:max_w-193vw {
    max-width: 193vw;
  }
  .laptop-xl\:max_h-193vh {
    max-height: 193vh;
  }
  .laptop-xl\:m-t-194\% {
    margin-top: 194%;
  }
  .laptop-xl\:m-t--194\% {
    margin-top: -194%;
  }
  .laptop-xl\:p-t-194\% {
    padding-top: 194%;
  }
  .laptop-xl\:p-t--194\% {
    padding-top: -194%;
  }
  .laptop-xl\:top-194\% {
    top: 194%;
  }
  .laptop-xl\:top--194\% {
    top: -194%;
  }
  .laptop-xl\:m-b-194\% {
    margin-bottom: 194%;
  }
  .laptop-xl\:m-b--194\% {
    margin-bottom: -194%;
  }
  .laptop-xl\:p-b-194\% {
    padding-bottom: 194%;
  }
  .laptop-xl\:p-b--194\% {
    padding-bottom: -194%;
  }
  .laptop-xl\:bottom-194\% {
    bottom: 194%;
  }
  .laptop-xl\:bottom--194\% {
    bottom: -194%;
  }
  .laptop-xl\:m-l-194\% {
    margin-left: 194%;
  }
  .laptop-xl\:m-l--194\% {
    margin-left: -194%;
  }
  .laptop-xl\:p-l-194\% {
    padding-left: 194%;
  }
  .laptop-xl\:p-l--194\% {
    padding-left: -194%;
  }
  .laptop-xl\:left-194\% {
    left: 194%;
  }
  .laptop-xl\:left--194\% {
    left: -194%;
  }
  .laptop-xl\:m-r-194\% {
    margin-right: 194%;
  }
  .laptop-xl\:m-r--194\% {
    margin-right: -194%;
  }
  .laptop-xl\:p-r-194\% {
    padding-right: 194%;
  }
  .laptop-xl\:p-r--194\% {
    padding-right: -194%;
  }
  .laptop-xl\:right-194\% {
    right: 194%;
  }
  .laptop-xl\:right--194\% {
    right: -194%;
  }
  .laptop-xl\:h-194\% {
    height: 194%;
  }
  .laptop-xl\:w-194\% {
    width: 194%;
  }
  .laptop-xl\:max_h-194\% {
    max-height: 194%;
  }
  .laptop-xl\:max_w-194\% {
    max-width: 194%;
  }
  .laptop-xl\:min_h-194\% {
    min-height: 194%;
  }
  .laptop-xl\:min_w-194\% {
    min-width: 194%;
  }
  .laptop-xl\:h-194vh {
    height: 194vh;
  }
  .laptop-xl\:w-194vw {
    width: 194vw;
  }
  .laptop-xl\:min_w-194vw {
    min-width: 194vw;
  }
  .laptop-xl\:min_h-194vh {
    min-height: 194vh;
  }
  .laptop-xl\:max_w-194vw {
    max-width: 194vw;
  }
  .laptop-xl\:max_h-194vh {
    max-height: 194vh;
  }
  .laptop-xl\:m-t-195\% {
    margin-top: 195%;
  }
  .laptop-xl\:m-t--195\% {
    margin-top: -195%;
  }
  .laptop-xl\:p-t-195\% {
    padding-top: 195%;
  }
  .laptop-xl\:p-t--195\% {
    padding-top: -195%;
  }
  .laptop-xl\:top-195\% {
    top: 195%;
  }
  .laptop-xl\:top--195\% {
    top: -195%;
  }
  .laptop-xl\:m-b-195\% {
    margin-bottom: 195%;
  }
  .laptop-xl\:m-b--195\% {
    margin-bottom: -195%;
  }
  .laptop-xl\:p-b-195\% {
    padding-bottom: 195%;
  }
  .laptop-xl\:p-b--195\% {
    padding-bottom: -195%;
  }
  .laptop-xl\:bottom-195\% {
    bottom: 195%;
  }
  .laptop-xl\:bottom--195\% {
    bottom: -195%;
  }
  .laptop-xl\:m-l-195\% {
    margin-left: 195%;
  }
  .laptop-xl\:m-l--195\% {
    margin-left: -195%;
  }
  .laptop-xl\:p-l-195\% {
    padding-left: 195%;
  }
  .laptop-xl\:p-l--195\% {
    padding-left: -195%;
  }
  .laptop-xl\:left-195\% {
    left: 195%;
  }
  .laptop-xl\:left--195\% {
    left: -195%;
  }
  .laptop-xl\:m-r-195\% {
    margin-right: 195%;
  }
  .laptop-xl\:m-r--195\% {
    margin-right: -195%;
  }
  .laptop-xl\:p-r-195\% {
    padding-right: 195%;
  }
  .laptop-xl\:p-r--195\% {
    padding-right: -195%;
  }
  .laptop-xl\:right-195\% {
    right: 195%;
  }
  .laptop-xl\:right--195\% {
    right: -195%;
  }
  .laptop-xl\:h-195\% {
    height: 195%;
  }
  .laptop-xl\:w-195\% {
    width: 195%;
  }
  .laptop-xl\:max_h-195\% {
    max-height: 195%;
  }
  .laptop-xl\:max_w-195\% {
    max-width: 195%;
  }
  .laptop-xl\:min_h-195\% {
    min-height: 195%;
  }
  .laptop-xl\:min_w-195\% {
    min-width: 195%;
  }
  .laptop-xl\:h-195vh {
    height: 195vh;
  }
  .laptop-xl\:w-195vw {
    width: 195vw;
  }
  .laptop-xl\:min_w-195vw {
    min-width: 195vw;
  }
  .laptop-xl\:min_h-195vh {
    min-height: 195vh;
  }
  .laptop-xl\:max_w-195vw {
    max-width: 195vw;
  }
  .laptop-xl\:max_h-195vh {
    max-height: 195vh;
  }
  .laptop-xl\:m-t-196\% {
    margin-top: 196%;
  }
  .laptop-xl\:m-t--196\% {
    margin-top: -196%;
  }
  .laptop-xl\:p-t-196\% {
    padding-top: 196%;
  }
  .laptop-xl\:p-t--196\% {
    padding-top: -196%;
  }
  .laptop-xl\:top-196\% {
    top: 196%;
  }
  .laptop-xl\:top--196\% {
    top: -196%;
  }
  .laptop-xl\:m-b-196\% {
    margin-bottom: 196%;
  }
  .laptop-xl\:m-b--196\% {
    margin-bottom: -196%;
  }
  .laptop-xl\:p-b-196\% {
    padding-bottom: 196%;
  }
  .laptop-xl\:p-b--196\% {
    padding-bottom: -196%;
  }
  .laptop-xl\:bottom-196\% {
    bottom: 196%;
  }
  .laptop-xl\:bottom--196\% {
    bottom: -196%;
  }
  .laptop-xl\:m-l-196\% {
    margin-left: 196%;
  }
  .laptop-xl\:m-l--196\% {
    margin-left: -196%;
  }
  .laptop-xl\:p-l-196\% {
    padding-left: 196%;
  }
  .laptop-xl\:p-l--196\% {
    padding-left: -196%;
  }
  .laptop-xl\:left-196\% {
    left: 196%;
  }
  .laptop-xl\:left--196\% {
    left: -196%;
  }
  .laptop-xl\:m-r-196\% {
    margin-right: 196%;
  }
  .laptop-xl\:m-r--196\% {
    margin-right: -196%;
  }
  .laptop-xl\:p-r-196\% {
    padding-right: 196%;
  }
  .laptop-xl\:p-r--196\% {
    padding-right: -196%;
  }
  .laptop-xl\:right-196\% {
    right: 196%;
  }
  .laptop-xl\:right--196\% {
    right: -196%;
  }
  .laptop-xl\:h-196\% {
    height: 196%;
  }
  .laptop-xl\:w-196\% {
    width: 196%;
  }
  .laptop-xl\:max_h-196\% {
    max-height: 196%;
  }
  .laptop-xl\:max_w-196\% {
    max-width: 196%;
  }
  .laptop-xl\:min_h-196\% {
    min-height: 196%;
  }
  .laptop-xl\:min_w-196\% {
    min-width: 196%;
  }
  .laptop-xl\:h-196vh {
    height: 196vh;
  }
  .laptop-xl\:w-196vw {
    width: 196vw;
  }
  .laptop-xl\:min_w-196vw {
    min-width: 196vw;
  }
  .laptop-xl\:min_h-196vh {
    min-height: 196vh;
  }
  .laptop-xl\:max_w-196vw {
    max-width: 196vw;
  }
  .laptop-xl\:max_h-196vh {
    max-height: 196vh;
  }
  .laptop-xl\:m-t-197\% {
    margin-top: 197%;
  }
  .laptop-xl\:m-t--197\% {
    margin-top: -197%;
  }
  .laptop-xl\:p-t-197\% {
    padding-top: 197%;
  }
  .laptop-xl\:p-t--197\% {
    padding-top: -197%;
  }
  .laptop-xl\:top-197\% {
    top: 197%;
  }
  .laptop-xl\:top--197\% {
    top: -197%;
  }
  .laptop-xl\:m-b-197\% {
    margin-bottom: 197%;
  }
  .laptop-xl\:m-b--197\% {
    margin-bottom: -197%;
  }
  .laptop-xl\:p-b-197\% {
    padding-bottom: 197%;
  }
  .laptop-xl\:p-b--197\% {
    padding-bottom: -197%;
  }
  .laptop-xl\:bottom-197\% {
    bottom: 197%;
  }
  .laptop-xl\:bottom--197\% {
    bottom: -197%;
  }
  .laptop-xl\:m-l-197\% {
    margin-left: 197%;
  }
  .laptop-xl\:m-l--197\% {
    margin-left: -197%;
  }
  .laptop-xl\:p-l-197\% {
    padding-left: 197%;
  }
  .laptop-xl\:p-l--197\% {
    padding-left: -197%;
  }
  .laptop-xl\:left-197\% {
    left: 197%;
  }
  .laptop-xl\:left--197\% {
    left: -197%;
  }
  .laptop-xl\:m-r-197\% {
    margin-right: 197%;
  }
  .laptop-xl\:m-r--197\% {
    margin-right: -197%;
  }
  .laptop-xl\:p-r-197\% {
    padding-right: 197%;
  }
  .laptop-xl\:p-r--197\% {
    padding-right: -197%;
  }
  .laptop-xl\:right-197\% {
    right: 197%;
  }
  .laptop-xl\:right--197\% {
    right: -197%;
  }
  .laptop-xl\:h-197\% {
    height: 197%;
  }
  .laptop-xl\:w-197\% {
    width: 197%;
  }
  .laptop-xl\:max_h-197\% {
    max-height: 197%;
  }
  .laptop-xl\:max_w-197\% {
    max-width: 197%;
  }
  .laptop-xl\:min_h-197\% {
    min-height: 197%;
  }
  .laptop-xl\:min_w-197\% {
    min-width: 197%;
  }
  .laptop-xl\:h-197vh {
    height: 197vh;
  }
  .laptop-xl\:w-197vw {
    width: 197vw;
  }
  .laptop-xl\:min_w-197vw {
    min-width: 197vw;
  }
  .laptop-xl\:min_h-197vh {
    min-height: 197vh;
  }
  .laptop-xl\:max_w-197vw {
    max-width: 197vw;
  }
  .laptop-xl\:max_h-197vh {
    max-height: 197vh;
  }
  .laptop-xl\:m-t-198\% {
    margin-top: 198%;
  }
  .laptop-xl\:m-t--198\% {
    margin-top: -198%;
  }
  .laptop-xl\:p-t-198\% {
    padding-top: 198%;
  }
  .laptop-xl\:p-t--198\% {
    padding-top: -198%;
  }
  .laptop-xl\:top-198\% {
    top: 198%;
  }
  .laptop-xl\:top--198\% {
    top: -198%;
  }
  .laptop-xl\:m-b-198\% {
    margin-bottom: 198%;
  }
  .laptop-xl\:m-b--198\% {
    margin-bottom: -198%;
  }
  .laptop-xl\:p-b-198\% {
    padding-bottom: 198%;
  }
  .laptop-xl\:p-b--198\% {
    padding-bottom: -198%;
  }
  .laptop-xl\:bottom-198\% {
    bottom: 198%;
  }
  .laptop-xl\:bottom--198\% {
    bottom: -198%;
  }
  .laptop-xl\:m-l-198\% {
    margin-left: 198%;
  }
  .laptop-xl\:m-l--198\% {
    margin-left: -198%;
  }
  .laptop-xl\:p-l-198\% {
    padding-left: 198%;
  }
  .laptop-xl\:p-l--198\% {
    padding-left: -198%;
  }
  .laptop-xl\:left-198\% {
    left: 198%;
  }
  .laptop-xl\:left--198\% {
    left: -198%;
  }
  .laptop-xl\:m-r-198\% {
    margin-right: 198%;
  }
  .laptop-xl\:m-r--198\% {
    margin-right: -198%;
  }
  .laptop-xl\:p-r-198\% {
    padding-right: 198%;
  }
  .laptop-xl\:p-r--198\% {
    padding-right: -198%;
  }
  .laptop-xl\:right-198\% {
    right: 198%;
  }
  .laptop-xl\:right--198\% {
    right: -198%;
  }
  .laptop-xl\:h-198\% {
    height: 198%;
  }
  .laptop-xl\:w-198\% {
    width: 198%;
  }
  .laptop-xl\:max_h-198\% {
    max-height: 198%;
  }
  .laptop-xl\:max_w-198\% {
    max-width: 198%;
  }
  .laptop-xl\:min_h-198\% {
    min-height: 198%;
  }
  .laptop-xl\:min_w-198\% {
    min-width: 198%;
  }
  .laptop-xl\:h-198vh {
    height: 198vh;
  }
  .laptop-xl\:w-198vw {
    width: 198vw;
  }
  .laptop-xl\:min_w-198vw {
    min-width: 198vw;
  }
  .laptop-xl\:min_h-198vh {
    min-height: 198vh;
  }
  .laptop-xl\:max_w-198vw {
    max-width: 198vw;
  }
  .laptop-xl\:max_h-198vh {
    max-height: 198vh;
  }
  .laptop-xl\:m-t-199\% {
    margin-top: 199%;
  }
  .laptop-xl\:m-t--199\% {
    margin-top: -199%;
  }
  .laptop-xl\:p-t-199\% {
    padding-top: 199%;
  }
  .laptop-xl\:p-t--199\% {
    padding-top: -199%;
  }
  .laptop-xl\:top-199\% {
    top: 199%;
  }
  .laptop-xl\:top--199\% {
    top: -199%;
  }
  .laptop-xl\:m-b-199\% {
    margin-bottom: 199%;
  }
  .laptop-xl\:m-b--199\% {
    margin-bottom: -199%;
  }
  .laptop-xl\:p-b-199\% {
    padding-bottom: 199%;
  }
  .laptop-xl\:p-b--199\% {
    padding-bottom: -199%;
  }
  .laptop-xl\:bottom-199\% {
    bottom: 199%;
  }
  .laptop-xl\:bottom--199\% {
    bottom: -199%;
  }
  .laptop-xl\:m-l-199\% {
    margin-left: 199%;
  }
  .laptop-xl\:m-l--199\% {
    margin-left: -199%;
  }
  .laptop-xl\:p-l-199\% {
    padding-left: 199%;
  }
  .laptop-xl\:p-l--199\% {
    padding-left: -199%;
  }
  .laptop-xl\:left-199\% {
    left: 199%;
  }
  .laptop-xl\:left--199\% {
    left: -199%;
  }
  .laptop-xl\:m-r-199\% {
    margin-right: 199%;
  }
  .laptop-xl\:m-r--199\% {
    margin-right: -199%;
  }
  .laptop-xl\:p-r-199\% {
    padding-right: 199%;
  }
  .laptop-xl\:p-r--199\% {
    padding-right: -199%;
  }
  .laptop-xl\:right-199\% {
    right: 199%;
  }
  .laptop-xl\:right--199\% {
    right: -199%;
  }
  .laptop-xl\:h-199\% {
    height: 199%;
  }
  .laptop-xl\:w-199\% {
    width: 199%;
  }
  .laptop-xl\:max_h-199\% {
    max-height: 199%;
  }
  .laptop-xl\:max_w-199\% {
    max-width: 199%;
  }
  .laptop-xl\:min_h-199\% {
    min-height: 199%;
  }
  .laptop-xl\:min_w-199\% {
    min-width: 199%;
  }
  .laptop-xl\:h-199vh {
    height: 199vh;
  }
  .laptop-xl\:w-199vw {
    width: 199vw;
  }
  .laptop-xl\:min_w-199vw {
    min-width: 199vw;
  }
  .laptop-xl\:min_h-199vh {
    min-height: 199vh;
  }
  .laptop-xl\:max_w-199vw {
    max-width: 199vw;
  }
  .laptop-xl\:max_h-199vh {
    max-height: 199vh;
  }
  .laptop-xl\:m-t-200\% {
    margin-top: 200%;
  }
  .laptop-xl\:m-t--200\% {
    margin-top: -200%;
  }
  .laptop-xl\:p-t-200\% {
    padding-top: 200%;
  }
  .laptop-xl\:p-t--200\% {
    padding-top: -200%;
  }
  .laptop-xl\:top-200\% {
    top: 200%;
  }
  .laptop-xl\:top--200\% {
    top: -200%;
  }
  .laptop-xl\:m-b-200\% {
    margin-bottom: 200%;
  }
  .laptop-xl\:m-b--200\% {
    margin-bottom: -200%;
  }
  .laptop-xl\:p-b-200\% {
    padding-bottom: 200%;
  }
  .laptop-xl\:p-b--200\% {
    padding-bottom: -200%;
  }
  .laptop-xl\:bottom-200\% {
    bottom: 200%;
  }
  .laptop-xl\:bottom--200\% {
    bottom: -200%;
  }
  .laptop-xl\:m-l-200\% {
    margin-left: 200%;
  }
  .laptop-xl\:m-l--200\% {
    margin-left: -200%;
  }
  .laptop-xl\:p-l-200\% {
    padding-left: 200%;
  }
  .laptop-xl\:p-l--200\% {
    padding-left: -200%;
  }
  .laptop-xl\:left-200\% {
    left: 200%;
  }
  .laptop-xl\:left--200\% {
    left: -200%;
  }
  .laptop-xl\:m-r-200\% {
    margin-right: 200%;
  }
  .laptop-xl\:m-r--200\% {
    margin-right: -200%;
  }
  .laptop-xl\:p-r-200\% {
    padding-right: 200%;
  }
  .laptop-xl\:p-r--200\% {
    padding-right: -200%;
  }
  .laptop-xl\:right-200\% {
    right: 200%;
  }
  .laptop-xl\:right--200\% {
    right: -200%;
  }
  .laptop-xl\:h-200\% {
    height: 200%;
  }
  .laptop-xl\:w-200\% {
    width: 200%;
  }
  .laptop-xl\:max_h-200\% {
    max-height: 200%;
  }
  .laptop-xl\:max_w-200\% {
    max-width: 200%;
  }
  .laptop-xl\:min_h-200\% {
    min-height: 200%;
  }
  .laptop-xl\:min_w-200\% {
    min-width: 200%;
  }
  .laptop-xl\:h-200vh {
    height: 200vh;
  }
  .laptop-xl\:w-200vw {
    width: 200vw;
  }
  .laptop-xl\:min_w-200vw {
    min-width: 200vw;
  }
  .laptop-xl\:min_h-200vh {
    min-height: 200vh;
  }
  .laptop-xl\:max_w-200vw {
    max-width: 200vw;
  }
  .laptop-xl\:max_h-200vh {
    max-height: 200vh;
  }
}
.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

.static {
  position: static;
}

.initial {
  position: initial;
}

@media screen and (min-width: 450px) {
  .mobile\:absolute {
    position: absolute;
  }
  .mobile\:relative {
    position: relative;
  }
  .mobile\:fixed {
    position: fixed;
  }
  .mobile\:sticky {
    position: sticky;
  }
  .mobile\:static {
    position: static;
  }
  .mobile\:initial {
    position: initial;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:absolute {
    position: absolute;
  }
  .mobile-l\:relative {
    position: relative;
  }
  .mobile-l\:fixed {
    position: fixed;
  }
  .mobile-l\:sticky {
    position: sticky;
  }
  .mobile-l\:static {
    position: static;
  }
  .mobile-l\:initial {
    position: initial;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:absolute {
    position: absolute;
  }
  .tablet\:relative {
    position: relative;
  }
  .tablet\:fixed {
    position: fixed;
  }
  .tablet\:sticky {
    position: sticky;
  }
  .tablet\:static {
    position: static;
  }
  .tablet\:initial {
    position: initial;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:absolute {
    position: absolute;
  }
  .tablet-m\:relative {
    position: relative;
  }
  .tablet-m\:fixed {
    position: fixed;
  }
  .tablet-m\:sticky {
    position: sticky;
  }
  .tablet-m\:static {
    position: static;
  }
  .tablet-m\:initial {
    position: initial;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:absolute {
    position: absolute;
  }
  .tablet-l\:relative {
    position: relative;
  }
  .tablet-l\:fixed {
    position: fixed;
  }
  .tablet-l\:sticky {
    position: sticky;
  }
  .tablet-l\:static {
    position: static;
  }
  .tablet-l\:initial {
    position: initial;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:absolute {
    position: absolute;
  }
  .laptop\:relative {
    position: relative;
  }
  .laptop\:fixed {
    position: fixed;
  }
  .laptop\:sticky {
    position: sticky;
  }
  .laptop\:static {
    position: static;
  }
  .laptop\:initial {
    position: initial;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:absolute {
    position: absolute;
  }
  .laptop-l\:relative {
    position: relative;
  }
  .laptop-l\:fixed {
    position: fixed;
  }
  .laptop-l\:sticky {
    position: sticky;
  }
  .laptop-l\:static {
    position: static;
  }
  .laptop-l\:initial {
    position: initial;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:absolute {
    position: absolute;
  }
  .laptop-xl\:relative {
    position: relative;
  }
  .laptop-xl\:fixed {
    position: fixed;
  }
  .laptop-xl\:sticky {
    position: sticky;
  }
  .laptop-xl\:static {
    position: static;
  }
  .laptop-xl\:initial {
    position: initial;
  }
}
.m-auto {
  margin: 0 auto;
}

@media screen and (min-width: 450px) {
  .mobile\:m-auto {
    margin: 0 auto;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:m-auto {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:m-auto {
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:m-auto {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:m-auto {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:m-auto {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:m-auto {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:m-auto {
    margin: 0 auto;
  }
}
.t-0p {
  top: -0px;
}

.t\+0p {
  top: 0px;
}

.b-0p {
  bottom: -0px;
}

.b\+0p {
  bottom: 0px;
}

.l-0p {
  left: -0px;
}

.l\+0p {
  left: 0px;
}

.r-0p {
  right: -0px;
}

.r\+0p {
  right: 0px;
}

.t-1p {
  top: -1px;
}

.t\+1p {
  top: 1px;
}

.b-1p {
  bottom: -1px;
}

.b\+1p {
  bottom: 1px;
}

.l-1p {
  left: -1px;
}

.l\+1p {
  left: 1px;
}

.r-1p {
  right: -1px;
}

.r\+1p {
  right: 1px;
}

.t-2p {
  top: -2px;
}

.t\+2p {
  top: 2px;
}

.b-2p {
  bottom: -2px;
}

.b\+2p {
  bottom: 2px;
}

.l-2p {
  left: -2px;
}

.l\+2p {
  left: 2px;
}

.r-2p {
  right: -2px;
}

.r\+2p {
  right: 2px;
}

.t-3p {
  top: -3px;
}

.t\+3p {
  top: 3px;
}

.b-3p {
  bottom: -3px;
}

.b\+3p {
  bottom: 3px;
}

.l-3p {
  left: -3px;
}

.l\+3p {
  left: 3px;
}

.r-3p {
  right: -3px;
}

.r\+3p {
  right: 3px;
}

.t-4p {
  top: -4px;
}

.t\+4p {
  top: 4px;
}

.b-4p {
  bottom: -4px;
}

.b\+4p {
  bottom: 4px;
}

.l-4p {
  left: -4px;
}

.l\+4p {
  left: 4px;
}

.r-4p {
  right: -4px;
}

.r\+4p {
  right: 4px;
}

.t-5p {
  top: -5px;
}

.t\+5p {
  top: 5px;
}

.b-5p {
  bottom: -5px;
}

.b\+5p {
  bottom: 5px;
}

.l-5p {
  left: -5px;
}

.l\+5p {
  left: 5px;
}

.r-5p {
  right: -5px;
}

.r\+5p {
  right: 5px;
}

.t-6p {
  top: -6px;
}

.t\+6p {
  top: 6px;
}

.b-6p {
  bottom: -6px;
}

.b\+6p {
  bottom: 6px;
}

.l-6p {
  left: -6px;
}

.l\+6p {
  left: 6px;
}

.r-6p {
  right: -6px;
}

.r\+6p {
  right: 6px;
}

.t-7p {
  top: -7px;
}

.t\+7p {
  top: 7px;
}

.b-7p {
  bottom: -7px;
}

.b\+7p {
  bottom: 7px;
}

.l-7p {
  left: -7px;
}

.l\+7p {
  left: 7px;
}

.r-7p {
  right: -7px;
}

.r\+7p {
  right: 7px;
}

.t-8p {
  top: -8px;
}

.t\+8p {
  top: 8px;
}

.b-8p {
  bottom: -8px;
}

.b\+8p {
  bottom: 8px;
}

.l-8p {
  left: -8px;
}

.l\+8p {
  left: 8px;
}

.r-8p {
  right: -8px;
}

.r\+8p {
  right: 8px;
}

.t-9p {
  top: -9px;
}

.t\+9p {
  top: 9px;
}

.b-9p {
  bottom: -9px;
}

.b\+9p {
  bottom: 9px;
}

.l-9p {
  left: -9px;
}

.l\+9p {
  left: 9px;
}

.r-9p {
  right: -9px;
}

.r\+9p {
  right: 9px;
}

.t-10p {
  top: -10px;
}

.t\+10p {
  top: 10px;
}

.b-10p {
  bottom: -10px;
}

.b\+10p {
  bottom: 10px;
}

.l-10p {
  left: -10px;
}

.l\+10p {
  left: 10px;
}

.r-10p {
  right: -10px;
}

.r\+10p {
  right: 10px;
}

.t-11p {
  top: -11px;
}

.t\+11p {
  top: 11px;
}

.b-11p {
  bottom: -11px;
}

.b\+11p {
  bottom: 11px;
}

.l-11p {
  left: -11px;
}

.l\+11p {
  left: 11px;
}

.r-11p {
  right: -11px;
}

.r\+11p {
  right: 11px;
}

.t-12p {
  top: -12px;
}

.t\+12p {
  top: 12px;
}

.b-12p {
  bottom: -12px;
}

.b\+12p {
  bottom: 12px;
}

.l-12p {
  left: -12px;
}

.l\+12p {
  left: 12px;
}

.r-12p {
  right: -12px;
}

.r\+12p {
  right: 12px;
}

.t-13p {
  top: -13px;
}

.t\+13p {
  top: 13px;
}

.b-13p {
  bottom: -13px;
}

.b\+13p {
  bottom: 13px;
}

.l-13p {
  left: -13px;
}

.l\+13p {
  left: 13px;
}

.r-13p {
  right: -13px;
}

.r\+13p {
  right: 13px;
}

.t-14p {
  top: -14px;
}

.t\+14p {
  top: 14px;
}

.b-14p {
  bottom: -14px;
}

.b\+14p {
  bottom: 14px;
}

.l-14p {
  left: -14px;
}

.l\+14p {
  left: 14px;
}

.r-14p {
  right: -14px;
}

.r\+14p {
  right: 14px;
}

.t-15p {
  top: -15px;
}

.t\+15p {
  top: 15px;
}

.b-15p {
  bottom: -15px;
}

.b\+15p {
  bottom: 15px;
}

.l-15p {
  left: -15px;
}

.l\+15p {
  left: 15px;
}

.r-15p {
  right: -15px;
}

.r\+15p {
  right: 15px;
}

.t-16p {
  top: -16px;
}

.t\+16p {
  top: 16px;
}

.b-16p {
  bottom: -16px;
}

.b\+16p {
  bottom: 16px;
}

.l-16p {
  left: -16px;
}

.l\+16p {
  left: 16px;
}

.r-16p {
  right: -16px;
}

.r\+16p {
  right: 16px;
}

.t-17p {
  top: -17px;
}

.t\+17p {
  top: 17px;
}

.b-17p {
  bottom: -17px;
}

.b\+17p {
  bottom: 17px;
}

.l-17p {
  left: -17px;
}

.l\+17p {
  left: 17px;
}

.r-17p {
  right: -17px;
}

.r\+17p {
  right: 17px;
}

.t-18p {
  top: -18px;
}

.t\+18p {
  top: 18px;
}

.b-18p {
  bottom: -18px;
}

.b\+18p {
  bottom: 18px;
}

.l-18p {
  left: -18px;
}

.l\+18p {
  left: 18px;
}

.r-18p {
  right: -18px;
}

.r\+18p {
  right: 18px;
}

.t-19p {
  top: -19px;
}

.t\+19p {
  top: 19px;
}

.b-19p {
  bottom: -19px;
}

.b\+19p {
  bottom: 19px;
}

.l-19p {
  left: -19px;
}

.l\+19p {
  left: 19px;
}

.r-19p {
  right: -19px;
}

.r\+19p {
  right: 19px;
}

.t-20p {
  top: -20px;
}

.t\+20p {
  top: 20px;
}

.b-20p {
  bottom: -20px;
}

.b\+20p {
  bottom: 20px;
}

.l-20p {
  left: -20px;
}

.l\+20p {
  left: 20px;
}

.r-20p {
  right: -20px;
}

.r\+20p {
  right: 20px;
}

.t-21p {
  top: -21px;
}

.t\+21p {
  top: 21px;
}

.b-21p {
  bottom: -21px;
}

.b\+21p {
  bottom: 21px;
}

.l-21p {
  left: -21px;
}

.l\+21p {
  left: 21px;
}

.r-21p {
  right: -21px;
}

.r\+21p {
  right: 21px;
}

.t-22p {
  top: -22px;
}

.t\+22p {
  top: 22px;
}

.b-22p {
  bottom: -22px;
}

.b\+22p {
  bottom: 22px;
}

.l-22p {
  left: -22px;
}

.l\+22p {
  left: 22px;
}

.r-22p {
  right: -22px;
}

.r\+22p {
  right: 22px;
}

.t-23p {
  top: -23px;
}

.t\+23p {
  top: 23px;
}

.b-23p {
  bottom: -23px;
}

.b\+23p {
  bottom: 23px;
}

.l-23p {
  left: -23px;
}

.l\+23p {
  left: 23px;
}

.r-23p {
  right: -23px;
}

.r\+23p {
  right: 23px;
}

.t-24p {
  top: -24px;
}

.t\+24p {
  top: 24px;
}

.b-24p {
  bottom: -24px;
}

.b\+24p {
  bottom: 24px;
}

.l-24p {
  left: -24px;
}

.l\+24p {
  left: 24px;
}

.r-24p {
  right: -24px;
}

.r\+24p {
  right: 24px;
}

.t-25p {
  top: -25px;
}

.t\+25p {
  top: 25px;
}

.b-25p {
  bottom: -25px;
}

.b\+25p {
  bottom: 25px;
}

.l-25p {
  left: -25px;
}

.l\+25p {
  left: 25px;
}

.r-25p {
  right: -25px;
}

.r\+25p {
  right: 25px;
}

.t-26p {
  top: -26px;
}

.t\+26p {
  top: 26px;
}

.b-26p {
  bottom: -26px;
}

.b\+26p {
  bottom: 26px;
}

.l-26p {
  left: -26px;
}

.l\+26p {
  left: 26px;
}

.r-26p {
  right: -26px;
}

.r\+26p {
  right: 26px;
}

.t-27p {
  top: -27px;
}

.t\+27p {
  top: 27px;
}

.b-27p {
  bottom: -27px;
}

.b\+27p {
  bottom: 27px;
}

.l-27p {
  left: -27px;
}

.l\+27p {
  left: 27px;
}

.r-27p {
  right: -27px;
}

.r\+27p {
  right: 27px;
}

.t-28p {
  top: -28px;
}

.t\+28p {
  top: 28px;
}

.b-28p {
  bottom: -28px;
}

.b\+28p {
  bottom: 28px;
}

.l-28p {
  left: -28px;
}

.l\+28p {
  left: 28px;
}

.r-28p {
  right: -28px;
}

.r\+28p {
  right: 28px;
}

.t-29p {
  top: -29px;
}

.t\+29p {
  top: 29px;
}

.b-29p {
  bottom: -29px;
}

.b\+29p {
  bottom: 29px;
}

.l-29p {
  left: -29px;
}

.l\+29p {
  left: 29px;
}

.r-29p {
  right: -29px;
}

.r\+29p {
  right: 29px;
}

.t-30p {
  top: -30px;
}

.t\+30p {
  top: 30px;
}

.b-30p {
  bottom: -30px;
}

.b\+30p {
  bottom: 30px;
}

.l-30p {
  left: -30px;
}

.l\+30p {
  left: 30px;
}

.r-30p {
  right: -30px;
}

.r\+30p {
  right: 30px;
}

.t-31p {
  top: -31px;
}

.t\+31p {
  top: 31px;
}

.b-31p {
  bottom: -31px;
}

.b\+31p {
  bottom: 31px;
}

.l-31p {
  left: -31px;
}

.l\+31p {
  left: 31px;
}

.r-31p {
  right: -31px;
}

.r\+31p {
  right: 31px;
}

.t-32p {
  top: -32px;
}

.t\+32p {
  top: 32px;
}

.b-32p {
  bottom: -32px;
}

.b\+32p {
  bottom: 32px;
}

.l-32p {
  left: -32px;
}

.l\+32p {
  left: 32px;
}

.r-32p {
  right: -32px;
}

.r\+32p {
  right: 32px;
}

.t-33p {
  top: -33px;
}

.t\+33p {
  top: 33px;
}

.b-33p {
  bottom: -33px;
}

.b\+33p {
  bottom: 33px;
}

.l-33p {
  left: -33px;
}

.l\+33p {
  left: 33px;
}

.r-33p {
  right: -33px;
}

.r\+33p {
  right: 33px;
}

.t-34p {
  top: -34px;
}

.t\+34p {
  top: 34px;
}

.b-34p {
  bottom: -34px;
}

.b\+34p {
  bottom: 34px;
}

.l-34p {
  left: -34px;
}

.l\+34p {
  left: 34px;
}

.r-34p {
  right: -34px;
}

.r\+34p {
  right: 34px;
}

.t-35p {
  top: -35px;
}

.t\+35p {
  top: 35px;
}

.b-35p {
  bottom: -35px;
}

.b\+35p {
  bottom: 35px;
}

.l-35p {
  left: -35px;
}

.l\+35p {
  left: 35px;
}

.r-35p {
  right: -35px;
}

.r\+35p {
  right: 35px;
}

.t-36p {
  top: -36px;
}

.t\+36p {
  top: 36px;
}

.b-36p {
  bottom: -36px;
}

.b\+36p {
  bottom: 36px;
}

.l-36p {
  left: -36px;
}

.l\+36p {
  left: 36px;
}

.r-36p {
  right: -36px;
}

.r\+36p {
  right: 36px;
}

.t-37p {
  top: -37px;
}

.t\+37p {
  top: 37px;
}

.b-37p {
  bottom: -37px;
}

.b\+37p {
  bottom: 37px;
}

.l-37p {
  left: -37px;
}

.l\+37p {
  left: 37px;
}

.r-37p {
  right: -37px;
}

.r\+37p {
  right: 37px;
}

.t-38p {
  top: -38px;
}

.t\+38p {
  top: 38px;
}

.b-38p {
  bottom: -38px;
}

.b\+38p {
  bottom: 38px;
}

.l-38p {
  left: -38px;
}

.l\+38p {
  left: 38px;
}

.r-38p {
  right: -38px;
}

.r\+38p {
  right: 38px;
}

.t-39p {
  top: -39px;
}

.t\+39p {
  top: 39px;
}

.b-39p {
  bottom: -39px;
}

.b\+39p {
  bottom: 39px;
}

.l-39p {
  left: -39px;
}

.l\+39p {
  left: 39px;
}

.r-39p {
  right: -39px;
}

.r\+39p {
  right: 39px;
}

.t-40p {
  top: -40px;
}

.t\+40p {
  top: 40px;
}

.b-40p {
  bottom: -40px;
}

.b\+40p {
  bottom: 40px;
}

.l-40p {
  left: -40px;
}

.l\+40p {
  left: 40px;
}

.r-40p {
  right: -40px;
}

.r\+40p {
  right: 40px;
}

.t-41p {
  top: -41px;
}

.t\+41p {
  top: 41px;
}

.b-41p {
  bottom: -41px;
}

.b\+41p {
  bottom: 41px;
}

.l-41p {
  left: -41px;
}

.l\+41p {
  left: 41px;
}

.r-41p {
  right: -41px;
}

.r\+41p {
  right: 41px;
}

.t-42p {
  top: -42px;
}

.t\+42p {
  top: 42px;
}

.b-42p {
  bottom: -42px;
}

.b\+42p {
  bottom: 42px;
}

.l-42p {
  left: -42px;
}

.l\+42p {
  left: 42px;
}

.r-42p {
  right: -42px;
}

.r\+42p {
  right: 42px;
}

.t-43p {
  top: -43px;
}

.t\+43p {
  top: 43px;
}

.b-43p {
  bottom: -43px;
}

.b\+43p {
  bottom: 43px;
}

.l-43p {
  left: -43px;
}

.l\+43p {
  left: 43px;
}

.r-43p {
  right: -43px;
}

.r\+43p {
  right: 43px;
}

.t-44p {
  top: -44px;
}

.t\+44p {
  top: 44px;
}

.b-44p {
  bottom: -44px;
}

.b\+44p {
  bottom: 44px;
}

.l-44p {
  left: -44px;
}

.l\+44p {
  left: 44px;
}

.r-44p {
  right: -44px;
}

.r\+44p {
  right: 44px;
}

.t-45p {
  top: -45px;
}

.t\+45p {
  top: 45px;
}

.b-45p {
  bottom: -45px;
}

.b\+45p {
  bottom: 45px;
}

.l-45p {
  left: -45px;
}

.l\+45p {
  left: 45px;
}

.r-45p {
  right: -45px;
}

.r\+45p {
  right: 45px;
}

.t-46p {
  top: -46px;
}

.t\+46p {
  top: 46px;
}

.b-46p {
  bottom: -46px;
}

.b\+46p {
  bottom: 46px;
}

.l-46p {
  left: -46px;
}

.l\+46p {
  left: 46px;
}

.r-46p {
  right: -46px;
}

.r\+46p {
  right: 46px;
}

.t-47p {
  top: -47px;
}

.t\+47p {
  top: 47px;
}

.b-47p {
  bottom: -47px;
}

.b\+47p {
  bottom: 47px;
}

.l-47p {
  left: -47px;
}

.l\+47p {
  left: 47px;
}

.r-47p {
  right: -47px;
}

.r\+47p {
  right: 47px;
}

.t-48p {
  top: -48px;
}

.t\+48p {
  top: 48px;
}

.b-48p {
  bottom: -48px;
}

.b\+48p {
  bottom: 48px;
}

.l-48p {
  left: -48px;
}

.l\+48p {
  left: 48px;
}

.r-48p {
  right: -48px;
}

.r\+48p {
  right: 48px;
}

.t-49p {
  top: -49px;
}

.t\+49p {
  top: 49px;
}

.b-49p {
  bottom: -49px;
}

.b\+49p {
  bottom: 49px;
}

.l-49p {
  left: -49px;
}

.l\+49p {
  left: 49px;
}

.r-49p {
  right: -49px;
}

.r\+49p {
  right: 49px;
}

.t-50p {
  top: -50px;
}

.t\+50p {
  top: 50px;
}

.b-50p {
  bottom: -50px;
}

.b\+50p {
  bottom: 50px;
}

.l-50p {
  left: -50px;
}

.l\+50p {
  left: 50px;
}

.r-50p {
  right: -50px;
}

.r\+50p {
  right: 50px;
}

.t-51p {
  top: -51px;
}

.t\+51p {
  top: 51px;
}

.b-51p {
  bottom: -51px;
}

.b\+51p {
  bottom: 51px;
}

.l-51p {
  left: -51px;
}

.l\+51p {
  left: 51px;
}

.r-51p {
  right: -51px;
}

.r\+51p {
  right: 51px;
}

.t-52p {
  top: -52px;
}

.t\+52p {
  top: 52px;
}

.b-52p {
  bottom: -52px;
}

.b\+52p {
  bottom: 52px;
}

.l-52p {
  left: -52px;
}

.l\+52p {
  left: 52px;
}

.r-52p {
  right: -52px;
}

.r\+52p {
  right: 52px;
}

.t-53p {
  top: -53px;
}

.t\+53p {
  top: 53px;
}

.b-53p {
  bottom: -53px;
}

.b\+53p {
  bottom: 53px;
}

.l-53p {
  left: -53px;
}

.l\+53p {
  left: 53px;
}

.r-53p {
  right: -53px;
}

.r\+53p {
  right: 53px;
}

.t-54p {
  top: -54px;
}

.t\+54p {
  top: 54px;
}

.b-54p {
  bottom: -54px;
}

.b\+54p {
  bottom: 54px;
}

.l-54p {
  left: -54px;
}

.l\+54p {
  left: 54px;
}

.r-54p {
  right: -54px;
}

.r\+54p {
  right: 54px;
}

.t-55p {
  top: -55px;
}

.t\+55p {
  top: 55px;
}

.b-55p {
  bottom: -55px;
}

.b\+55p {
  bottom: 55px;
}

.l-55p {
  left: -55px;
}

.l\+55p {
  left: 55px;
}

.r-55p {
  right: -55px;
}

.r\+55p {
  right: 55px;
}

.t-56p {
  top: -56px;
}

.t\+56p {
  top: 56px;
}

.b-56p {
  bottom: -56px;
}

.b\+56p {
  bottom: 56px;
}

.l-56p {
  left: -56px;
}

.l\+56p {
  left: 56px;
}

.r-56p {
  right: -56px;
}

.r\+56p {
  right: 56px;
}

.t-57p {
  top: -57px;
}

.t\+57p {
  top: 57px;
}

.b-57p {
  bottom: -57px;
}

.b\+57p {
  bottom: 57px;
}

.l-57p {
  left: -57px;
}

.l\+57p {
  left: 57px;
}

.r-57p {
  right: -57px;
}

.r\+57p {
  right: 57px;
}

.t-58p {
  top: -58px;
}

.t\+58p {
  top: 58px;
}

.b-58p {
  bottom: -58px;
}

.b\+58p {
  bottom: 58px;
}

.l-58p {
  left: -58px;
}

.l\+58p {
  left: 58px;
}

.r-58p {
  right: -58px;
}

.r\+58p {
  right: 58px;
}

.t-59p {
  top: -59px;
}

.t\+59p {
  top: 59px;
}

.b-59p {
  bottom: -59px;
}

.b\+59p {
  bottom: 59px;
}

.l-59p {
  left: -59px;
}

.l\+59p {
  left: 59px;
}

.r-59p {
  right: -59px;
}

.r\+59p {
  right: 59px;
}

.t-60p {
  top: -60px;
}

.t\+60p {
  top: 60px;
}

.b-60p {
  bottom: -60px;
}

.b\+60p {
  bottom: 60px;
}

.l-60p {
  left: -60px;
}

.l\+60p {
  left: 60px;
}

.r-60p {
  right: -60px;
}

.r\+60p {
  right: 60px;
}

.t-61p {
  top: -61px;
}

.t\+61p {
  top: 61px;
}

.b-61p {
  bottom: -61px;
}

.b\+61p {
  bottom: 61px;
}

.l-61p {
  left: -61px;
}

.l\+61p {
  left: 61px;
}

.r-61p {
  right: -61px;
}

.r\+61p {
  right: 61px;
}

.t-62p {
  top: -62px;
}

.t\+62p {
  top: 62px;
}

.b-62p {
  bottom: -62px;
}

.b\+62p {
  bottom: 62px;
}

.l-62p {
  left: -62px;
}

.l\+62p {
  left: 62px;
}

.r-62p {
  right: -62px;
}

.r\+62p {
  right: 62px;
}

.t-63p {
  top: -63px;
}

.t\+63p {
  top: 63px;
}

.b-63p {
  bottom: -63px;
}

.b\+63p {
  bottom: 63px;
}

.l-63p {
  left: -63px;
}

.l\+63p {
  left: 63px;
}

.r-63p {
  right: -63px;
}

.r\+63p {
  right: 63px;
}

.t-64p {
  top: -64px;
}

.t\+64p {
  top: 64px;
}

.b-64p {
  bottom: -64px;
}

.b\+64p {
  bottom: 64px;
}

.l-64p {
  left: -64px;
}

.l\+64p {
  left: 64px;
}

.r-64p {
  right: -64px;
}

.r\+64p {
  right: 64px;
}

.t-65p {
  top: -65px;
}

.t\+65p {
  top: 65px;
}

.b-65p {
  bottom: -65px;
}

.b\+65p {
  bottom: 65px;
}

.l-65p {
  left: -65px;
}

.l\+65p {
  left: 65px;
}

.r-65p {
  right: -65px;
}

.r\+65p {
  right: 65px;
}

.t-66p {
  top: -66px;
}

.t\+66p {
  top: 66px;
}

.b-66p {
  bottom: -66px;
}

.b\+66p {
  bottom: 66px;
}

.l-66p {
  left: -66px;
}

.l\+66p {
  left: 66px;
}

.r-66p {
  right: -66px;
}

.r\+66p {
  right: 66px;
}

.t-67p {
  top: -67px;
}

.t\+67p {
  top: 67px;
}

.b-67p {
  bottom: -67px;
}

.b\+67p {
  bottom: 67px;
}

.l-67p {
  left: -67px;
}

.l\+67p {
  left: 67px;
}

.r-67p {
  right: -67px;
}

.r\+67p {
  right: 67px;
}

.t-68p {
  top: -68px;
}

.t\+68p {
  top: 68px;
}

.b-68p {
  bottom: -68px;
}

.b\+68p {
  bottom: 68px;
}

.l-68p {
  left: -68px;
}

.l\+68p {
  left: 68px;
}

.r-68p {
  right: -68px;
}

.r\+68p {
  right: 68px;
}

.t-69p {
  top: -69px;
}

.t\+69p {
  top: 69px;
}

.b-69p {
  bottom: -69px;
}

.b\+69p {
  bottom: 69px;
}

.l-69p {
  left: -69px;
}

.l\+69p {
  left: 69px;
}

.r-69p {
  right: -69px;
}

.r\+69p {
  right: 69px;
}

.t-70p {
  top: -70px;
}

.t\+70p {
  top: 70px;
}

.b-70p {
  bottom: -70px;
}

.b\+70p {
  bottom: 70px;
}

.l-70p {
  left: -70px;
}

.l\+70p {
  left: 70px;
}

.r-70p {
  right: -70px;
}

.r\+70p {
  right: 70px;
}

.t-71p {
  top: -71px;
}

.t\+71p {
  top: 71px;
}

.b-71p {
  bottom: -71px;
}

.b\+71p {
  bottom: 71px;
}

.l-71p {
  left: -71px;
}

.l\+71p {
  left: 71px;
}

.r-71p {
  right: -71px;
}

.r\+71p {
  right: 71px;
}

.t-72p {
  top: -72px;
}

.t\+72p {
  top: 72px;
}

.b-72p {
  bottom: -72px;
}

.b\+72p {
  bottom: 72px;
}

.l-72p {
  left: -72px;
}

.l\+72p {
  left: 72px;
}

.r-72p {
  right: -72px;
}

.r\+72p {
  right: 72px;
}

.t-73p {
  top: -73px;
}

.t\+73p {
  top: 73px;
}

.b-73p {
  bottom: -73px;
}

.b\+73p {
  bottom: 73px;
}

.l-73p {
  left: -73px;
}

.l\+73p {
  left: 73px;
}

.r-73p {
  right: -73px;
}

.r\+73p {
  right: 73px;
}

.t-74p {
  top: -74px;
}

.t\+74p {
  top: 74px;
}

.b-74p {
  bottom: -74px;
}

.b\+74p {
  bottom: 74px;
}

.l-74p {
  left: -74px;
}

.l\+74p {
  left: 74px;
}

.r-74p {
  right: -74px;
}

.r\+74p {
  right: 74px;
}

.t-75p {
  top: -75px;
}

.t\+75p {
  top: 75px;
}

.b-75p {
  bottom: -75px;
}

.b\+75p {
  bottom: 75px;
}

.l-75p {
  left: -75px;
}

.l\+75p {
  left: 75px;
}

.r-75p {
  right: -75px;
}

.r\+75p {
  right: 75px;
}

.t-76p {
  top: -76px;
}

.t\+76p {
  top: 76px;
}

.b-76p {
  bottom: -76px;
}

.b\+76p {
  bottom: 76px;
}

.l-76p {
  left: -76px;
}

.l\+76p {
  left: 76px;
}

.r-76p {
  right: -76px;
}

.r\+76p {
  right: 76px;
}

.t-77p {
  top: -77px;
}

.t\+77p {
  top: 77px;
}

.b-77p {
  bottom: -77px;
}

.b\+77p {
  bottom: 77px;
}

.l-77p {
  left: -77px;
}

.l\+77p {
  left: 77px;
}

.r-77p {
  right: -77px;
}

.r\+77p {
  right: 77px;
}

.t-78p {
  top: -78px;
}

.t\+78p {
  top: 78px;
}

.b-78p {
  bottom: -78px;
}

.b\+78p {
  bottom: 78px;
}

.l-78p {
  left: -78px;
}

.l\+78p {
  left: 78px;
}

.r-78p {
  right: -78px;
}

.r\+78p {
  right: 78px;
}

.t-79p {
  top: -79px;
}

.t\+79p {
  top: 79px;
}

.b-79p {
  bottom: -79px;
}

.b\+79p {
  bottom: 79px;
}

.l-79p {
  left: -79px;
}

.l\+79p {
  left: 79px;
}

.r-79p {
  right: -79px;
}

.r\+79p {
  right: 79px;
}

.t-80p {
  top: -80px;
}

.t\+80p {
  top: 80px;
}

.b-80p {
  bottom: -80px;
}

.b\+80p {
  bottom: 80px;
}

.l-80p {
  left: -80px;
}

.l\+80p {
  left: 80px;
}

.r-80p {
  right: -80px;
}

.r\+80p {
  right: 80px;
}

.t-81p {
  top: -81px;
}

.t\+81p {
  top: 81px;
}

.b-81p {
  bottom: -81px;
}

.b\+81p {
  bottom: 81px;
}

.l-81p {
  left: -81px;
}

.l\+81p {
  left: 81px;
}

.r-81p {
  right: -81px;
}

.r\+81p {
  right: 81px;
}

.t-82p {
  top: -82px;
}

.t\+82p {
  top: 82px;
}

.b-82p {
  bottom: -82px;
}

.b\+82p {
  bottom: 82px;
}

.l-82p {
  left: -82px;
}

.l\+82p {
  left: 82px;
}

.r-82p {
  right: -82px;
}

.r\+82p {
  right: 82px;
}

.t-83p {
  top: -83px;
}

.t\+83p {
  top: 83px;
}

.b-83p {
  bottom: -83px;
}

.b\+83p {
  bottom: 83px;
}

.l-83p {
  left: -83px;
}

.l\+83p {
  left: 83px;
}

.r-83p {
  right: -83px;
}

.r\+83p {
  right: 83px;
}

.t-84p {
  top: -84px;
}

.t\+84p {
  top: 84px;
}

.b-84p {
  bottom: -84px;
}

.b\+84p {
  bottom: 84px;
}

.l-84p {
  left: -84px;
}

.l\+84p {
  left: 84px;
}

.r-84p {
  right: -84px;
}

.r\+84p {
  right: 84px;
}

.t-85p {
  top: -85px;
}

.t\+85p {
  top: 85px;
}

.b-85p {
  bottom: -85px;
}

.b\+85p {
  bottom: 85px;
}

.l-85p {
  left: -85px;
}

.l\+85p {
  left: 85px;
}

.r-85p {
  right: -85px;
}

.r\+85p {
  right: 85px;
}

.t-86p {
  top: -86px;
}

.t\+86p {
  top: 86px;
}

.b-86p {
  bottom: -86px;
}

.b\+86p {
  bottom: 86px;
}

.l-86p {
  left: -86px;
}

.l\+86p {
  left: 86px;
}

.r-86p {
  right: -86px;
}

.r\+86p {
  right: 86px;
}

.t-87p {
  top: -87px;
}

.t\+87p {
  top: 87px;
}

.b-87p {
  bottom: -87px;
}

.b\+87p {
  bottom: 87px;
}

.l-87p {
  left: -87px;
}

.l\+87p {
  left: 87px;
}

.r-87p {
  right: -87px;
}

.r\+87p {
  right: 87px;
}

.t-88p {
  top: -88px;
}

.t\+88p {
  top: 88px;
}

.b-88p {
  bottom: -88px;
}

.b\+88p {
  bottom: 88px;
}

.l-88p {
  left: -88px;
}

.l\+88p {
  left: 88px;
}

.r-88p {
  right: -88px;
}

.r\+88p {
  right: 88px;
}

.t-89p {
  top: -89px;
}

.t\+89p {
  top: 89px;
}

.b-89p {
  bottom: -89px;
}

.b\+89p {
  bottom: 89px;
}

.l-89p {
  left: -89px;
}

.l\+89p {
  left: 89px;
}

.r-89p {
  right: -89px;
}

.r\+89p {
  right: 89px;
}

.t-90p {
  top: -90px;
}

.t\+90p {
  top: 90px;
}

.b-90p {
  bottom: -90px;
}

.b\+90p {
  bottom: 90px;
}

.l-90p {
  left: -90px;
}

.l\+90p {
  left: 90px;
}

.r-90p {
  right: -90px;
}

.r\+90p {
  right: 90px;
}

.t-91p {
  top: -91px;
}

.t\+91p {
  top: 91px;
}

.b-91p {
  bottom: -91px;
}

.b\+91p {
  bottom: 91px;
}

.l-91p {
  left: -91px;
}

.l\+91p {
  left: 91px;
}

.r-91p {
  right: -91px;
}

.r\+91p {
  right: 91px;
}

.t-92p {
  top: -92px;
}

.t\+92p {
  top: 92px;
}

.b-92p {
  bottom: -92px;
}

.b\+92p {
  bottom: 92px;
}

.l-92p {
  left: -92px;
}

.l\+92p {
  left: 92px;
}

.r-92p {
  right: -92px;
}

.r\+92p {
  right: 92px;
}

.t-93p {
  top: -93px;
}

.t\+93p {
  top: 93px;
}

.b-93p {
  bottom: -93px;
}

.b\+93p {
  bottom: 93px;
}

.l-93p {
  left: -93px;
}

.l\+93p {
  left: 93px;
}

.r-93p {
  right: -93px;
}

.r\+93p {
  right: 93px;
}

.t-94p {
  top: -94px;
}

.t\+94p {
  top: 94px;
}

.b-94p {
  bottom: -94px;
}

.b\+94p {
  bottom: 94px;
}

.l-94p {
  left: -94px;
}

.l\+94p {
  left: 94px;
}

.r-94p {
  right: -94px;
}

.r\+94p {
  right: 94px;
}

.t-95p {
  top: -95px;
}

.t\+95p {
  top: 95px;
}

.b-95p {
  bottom: -95px;
}

.b\+95p {
  bottom: 95px;
}

.l-95p {
  left: -95px;
}

.l\+95p {
  left: 95px;
}

.r-95p {
  right: -95px;
}

.r\+95p {
  right: 95px;
}

.t-96p {
  top: -96px;
}

.t\+96p {
  top: 96px;
}

.b-96p {
  bottom: -96px;
}

.b\+96p {
  bottom: 96px;
}

.l-96p {
  left: -96px;
}

.l\+96p {
  left: 96px;
}

.r-96p {
  right: -96px;
}

.r\+96p {
  right: 96px;
}

.t-97p {
  top: -97px;
}

.t\+97p {
  top: 97px;
}

.b-97p {
  bottom: -97px;
}

.b\+97p {
  bottom: 97px;
}

.l-97p {
  left: -97px;
}

.l\+97p {
  left: 97px;
}

.r-97p {
  right: -97px;
}

.r\+97p {
  right: 97px;
}

.t-98p {
  top: -98px;
}

.t\+98p {
  top: 98px;
}

.b-98p {
  bottom: -98px;
}

.b\+98p {
  bottom: 98px;
}

.l-98p {
  left: -98px;
}

.l\+98p {
  left: 98px;
}

.r-98p {
  right: -98px;
}

.r\+98p {
  right: 98px;
}

.t-99p {
  top: -99px;
}

.t\+99p {
  top: 99px;
}

.b-99p {
  bottom: -99px;
}

.b\+99p {
  bottom: 99px;
}

.l-99p {
  left: -99px;
}

.l\+99p {
  left: 99px;
}

.r-99p {
  right: -99px;
}

.r\+99p {
  right: 99px;
}

.t-100p {
  top: -100px;
}

.t\+100p {
  top: 100px;
}

.b-100p {
  bottom: -100px;
}

.b\+100p {
  bottom: 100px;
}

.l-100p {
  left: -100px;
}

.l\+100p {
  left: 100px;
}

.r-100p {
  right: -100px;
}

.r\+100p {
  right: 100px;
}

.t-105p {
  top: -105px;
}

.t\+105p {
  top: 105px;
}

.b-105p {
  bottom: -105px;
}

.b\+105p {
  bottom: 105px;
}

.l-105p {
  left: -105px;
}

.l\+105p {
  left: 105px;
}

.r-105p {
  right: -105px;
}

.r\+105p {
  right: 105px;
}

.t-110p {
  top: -110px;
}

.t\+110p {
  top: 110px;
}

.b-110p {
  bottom: -110px;
}

.b\+110p {
  bottom: 110px;
}

.l-110p {
  left: -110px;
}

.l\+110p {
  left: 110px;
}

.r-110p {
  right: -110px;
}

.r\+110p {
  right: 110px;
}

.t-115p {
  top: -115px;
}

.t\+115p {
  top: 115px;
}

.b-115p {
  bottom: -115px;
}

.b\+115p {
  bottom: 115px;
}

.l-115p {
  left: -115px;
}

.l\+115p {
  left: 115px;
}

.r-115p {
  right: -115px;
}

.r\+115p {
  right: 115px;
}

.t-120p {
  top: -120px;
}

.t\+120p {
  top: 120px;
}

.b-120p {
  bottom: -120px;
}

.b\+120p {
  bottom: 120px;
}

.l-120p {
  left: -120px;
}

.l\+120p {
  left: 120px;
}

.r-120p {
  right: -120px;
}

.r\+120p {
  right: 120px;
}

.t-125p {
  top: -125px;
}

.t\+125p {
  top: 125px;
}

.b-125p {
  bottom: -125px;
}

.b\+125p {
  bottom: 125px;
}

.l-125p {
  left: -125px;
}

.l\+125p {
  left: 125px;
}

.r-125p {
  right: -125px;
}

.r\+125p {
  right: 125px;
}

.t-130p {
  top: -130px;
}

.t\+130p {
  top: 130px;
}

.b-130p {
  bottom: -130px;
}

.b\+130p {
  bottom: 130px;
}

.l-130p {
  left: -130px;
}

.l\+130p {
  left: 130px;
}

.r-130p {
  right: -130px;
}

.r\+130p {
  right: 130px;
}

.t-135p {
  top: -135px;
}

.t\+135p {
  top: 135px;
}

.b-135p {
  bottom: -135px;
}

.b\+135p {
  bottom: 135px;
}

.l-135p {
  left: -135px;
}

.l\+135p {
  left: 135px;
}

.r-135p {
  right: -135px;
}

.r\+135p {
  right: 135px;
}

.t-140p {
  top: -140px;
}

.t\+140p {
  top: 140px;
}

.b-140p {
  bottom: -140px;
}

.b\+140p {
  bottom: 140px;
}

.l-140p {
  left: -140px;
}

.l\+140p {
  left: 140px;
}

.r-140p {
  right: -140px;
}

.r\+140p {
  right: 140px;
}

.t-145p {
  top: -145px;
}

.t\+145p {
  top: 145px;
}

.b-145p {
  bottom: -145px;
}

.b\+145p {
  bottom: 145px;
}

.l-145p {
  left: -145px;
}

.l\+145p {
  left: 145px;
}

.r-145p {
  right: -145px;
}

.r\+145p {
  right: 145px;
}

.t-150p {
  top: -150px;
}

.t\+150p {
  top: 150px;
}

.b-150p {
  bottom: -150px;
}

.b\+150p {
  bottom: 150px;
}

.l-150p {
  left: -150px;
}

.l\+150p {
  left: 150px;
}

.r-150p {
  right: -150px;
}

.r\+150p {
  right: 150px;
}

.t-155p {
  top: -155px;
}

.t\+155p {
  top: 155px;
}

.b-155p {
  bottom: -155px;
}

.b\+155p {
  bottom: 155px;
}

.l-155p {
  left: -155px;
}

.l\+155p {
  left: 155px;
}

.r-155p {
  right: -155px;
}

.r\+155p {
  right: 155px;
}

.t-160p {
  top: -160px;
}

.t\+160p {
  top: 160px;
}

.b-160p {
  bottom: -160px;
}

.b\+160p {
  bottom: 160px;
}

.l-160p {
  left: -160px;
}

.l\+160p {
  left: 160px;
}

.r-160p {
  right: -160px;
}

.r\+160p {
  right: 160px;
}

.t-165p {
  top: -165px;
}

.t\+165p {
  top: 165px;
}

.b-165p {
  bottom: -165px;
}

.b\+165p {
  bottom: 165px;
}

.l-165p {
  left: -165px;
}

.l\+165p {
  left: 165px;
}

.r-165p {
  right: -165px;
}

.r\+165p {
  right: 165px;
}

.t-170p {
  top: -170px;
}

.t\+170p {
  top: 170px;
}

.b-170p {
  bottom: -170px;
}

.b\+170p {
  bottom: 170px;
}

.l-170p {
  left: -170px;
}

.l\+170p {
  left: 170px;
}

.r-170p {
  right: -170px;
}

.r\+170p {
  right: 170px;
}

.t-175p {
  top: -175px;
}

.t\+175p {
  top: 175px;
}

.b-175p {
  bottom: -175px;
}

.b\+175p {
  bottom: 175px;
}

.l-175p {
  left: -175px;
}

.l\+175p {
  left: 175px;
}

.r-175p {
  right: -175px;
}

.r\+175p {
  right: 175px;
}

.t-180p {
  top: -180px;
}

.t\+180p {
  top: 180px;
}

.b-180p {
  bottom: -180px;
}

.b\+180p {
  bottom: 180px;
}

.l-180p {
  left: -180px;
}

.l\+180p {
  left: 180px;
}

.r-180p {
  right: -180px;
}

.r\+180p {
  right: 180px;
}

.t-185p {
  top: -185px;
}

.t\+185p {
  top: 185px;
}

.b-185p {
  bottom: -185px;
}

.b\+185p {
  bottom: 185px;
}

.l-185p {
  left: -185px;
}

.l\+185p {
  left: 185px;
}

.r-185p {
  right: -185px;
}

.r\+185p {
  right: 185px;
}

.t-190p {
  top: -190px;
}

.t\+190p {
  top: 190px;
}

.b-190p {
  bottom: -190px;
}

.b\+190p {
  bottom: 190px;
}

.l-190p {
  left: -190px;
}

.l\+190p {
  left: 190px;
}

.r-190p {
  right: -190px;
}

.r\+190p {
  right: 190px;
}

.t-195p {
  top: -195px;
}

.t\+195p {
  top: 195px;
}

.b-195p {
  bottom: -195px;
}

.b\+195p {
  bottom: 195px;
}

.l-195p {
  left: -195px;
}

.l\+195p {
  left: 195px;
}

.r-195p {
  right: -195px;
}

.r\+195p {
  right: 195px;
}

.t-200p {
  top: -200px;
}

.t\+200p {
  top: 200px;
}

.b-200p {
  bottom: -200px;
}

.b\+200p {
  bottom: 200px;
}

.l-200p {
  left: -200px;
}

.l\+200p {
  left: 200px;
}

.r-200p {
  right: -200px;
}

.r\+200p {
  right: 200px;
}

.t-205p {
  top: -205px;
}

.t\+205p {
  top: 205px;
}

.b-205p {
  bottom: -205px;
}

.b\+205p {
  bottom: 205px;
}

.l-205p {
  left: -205px;
}

.l\+205p {
  left: 205px;
}

.r-205p {
  right: -205px;
}

.r\+205p {
  right: 205px;
}

.t-210p {
  top: -210px;
}

.t\+210p {
  top: 210px;
}

.b-210p {
  bottom: -210px;
}

.b\+210p {
  bottom: 210px;
}

.l-210p {
  left: -210px;
}

.l\+210p {
  left: 210px;
}

.r-210p {
  right: -210px;
}

.r\+210p {
  right: 210px;
}

.t-215p {
  top: -215px;
}

.t\+215p {
  top: 215px;
}

.b-215p {
  bottom: -215px;
}

.b\+215p {
  bottom: 215px;
}

.l-215p {
  left: -215px;
}

.l\+215p {
  left: 215px;
}

.r-215p {
  right: -215px;
}

.r\+215p {
  right: 215px;
}

.t-220p {
  top: -220px;
}

.t\+220p {
  top: 220px;
}

.b-220p {
  bottom: -220px;
}

.b\+220p {
  bottom: 220px;
}

.l-220p {
  left: -220px;
}

.l\+220p {
  left: 220px;
}

.r-220p {
  right: -220px;
}

.r\+220p {
  right: 220px;
}

.t-225p {
  top: -225px;
}

.t\+225p {
  top: 225px;
}

.b-225p {
  bottom: -225px;
}

.b\+225p {
  bottom: 225px;
}

.l-225p {
  left: -225px;
}

.l\+225p {
  left: 225px;
}

.r-225p {
  right: -225px;
}

.r\+225p {
  right: 225px;
}

.t-230p {
  top: -230px;
}

.t\+230p {
  top: 230px;
}

.b-230p {
  bottom: -230px;
}

.b\+230p {
  bottom: 230px;
}

.l-230p {
  left: -230px;
}

.l\+230p {
  left: 230px;
}

.r-230p {
  right: -230px;
}

.r\+230p {
  right: 230px;
}

.t-235p {
  top: -235px;
}

.t\+235p {
  top: 235px;
}

.b-235p {
  bottom: -235px;
}

.b\+235p {
  bottom: 235px;
}

.l-235p {
  left: -235px;
}

.l\+235p {
  left: 235px;
}

.r-235p {
  right: -235px;
}

.r\+235p {
  right: 235px;
}

.t-240p {
  top: -240px;
}

.t\+240p {
  top: 240px;
}

.b-240p {
  bottom: -240px;
}

.b\+240p {
  bottom: 240px;
}

.l-240p {
  left: -240px;
}

.l\+240p {
  left: 240px;
}

.r-240p {
  right: -240px;
}

.r\+240p {
  right: 240px;
}

.t-245p {
  top: -245px;
}

.t\+245p {
  top: 245px;
}

.b-245p {
  bottom: -245px;
}

.b\+245p {
  bottom: 245px;
}

.l-245p {
  left: -245px;
}

.l\+245p {
  left: 245px;
}

.r-245p {
  right: -245px;
}

.r\+245p {
  right: 245px;
}

.t-250p {
  top: -250px;
}

.t\+250p {
  top: 250px;
}

.b-250p {
  bottom: -250px;
}

.b\+250p {
  bottom: 250px;
}

.l-250p {
  left: -250px;
}

.l\+250p {
  left: 250px;
}

.r-250p {
  right: -250px;
}

.r\+250p {
  right: 250px;
}

.t-255p {
  top: -255px;
}

.t\+255p {
  top: 255px;
}

.b-255p {
  bottom: -255px;
}

.b\+255p {
  bottom: 255px;
}

.l-255p {
  left: -255px;
}

.l\+255p {
  left: 255px;
}

.r-255p {
  right: -255px;
}

.r\+255p {
  right: 255px;
}

.t-260p {
  top: -260px;
}

.t\+260p {
  top: 260px;
}

.b-260p {
  bottom: -260px;
}

.b\+260p {
  bottom: 260px;
}

.l-260p {
  left: -260px;
}

.l\+260p {
  left: 260px;
}

.r-260p {
  right: -260px;
}

.r\+260p {
  right: 260px;
}

.t-265p {
  top: -265px;
}

.t\+265p {
  top: 265px;
}

.b-265p {
  bottom: -265px;
}

.b\+265p {
  bottom: 265px;
}

.l-265p {
  left: -265px;
}

.l\+265p {
  left: 265px;
}

.r-265p {
  right: -265px;
}

.r\+265p {
  right: 265px;
}

.t-270p {
  top: -270px;
}

.t\+270p {
  top: 270px;
}

.b-270p {
  bottom: -270px;
}

.b\+270p {
  bottom: 270px;
}

.l-270p {
  left: -270px;
}

.l\+270p {
  left: 270px;
}

.r-270p {
  right: -270px;
}

.r\+270p {
  right: 270px;
}

.t-275p {
  top: -275px;
}

.t\+275p {
  top: 275px;
}

.b-275p {
  bottom: -275px;
}

.b\+275p {
  bottom: 275px;
}

.l-275p {
  left: -275px;
}

.l\+275p {
  left: 275px;
}

.r-275p {
  right: -275px;
}

.r\+275p {
  right: 275px;
}

.t-280p {
  top: -280px;
}

.t\+280p {
  top: 280px;
}

.b-280p {
  bottom: -280px;
}

.b\+280p {
  bottom: 280px;
}

.l-280p {
  left: -280px;
}

.l\+280p {
  left: 280px;
}

.r-280p {
  right: -280px;
}

.r\+280p {
  right: 280px;
}

.t-285p {
  top: -285px;
}

.t\+285p {
  top: 285px;
}

.b-285p {
  bottom: -285px;
}

.b\+285p {
  bottom: 285px;
}

.l-285p {
  left: -285px;
}

.l\+285p {
  left: 285px;
}

.r-285p {
  right: -285px;
}

.r\+285p {
  right: 285px;
}

.t-290p {
  top: -290px;
}

.t\+290p {
  top: 290px;
}

.b-290p {
  bottom: -290px;
}

.b\+290p {
  bottom: 290px;
}

.l-290p {
  left: -290px;
}

.l\+290p {
  left: 290px;
}

.r-290p {
  right: -290px;
}

.r\+290p {
  right: 290px;
}

.t-295p {
  top: -295px;
}

.t\+295p {
  top: 295px;
}

.b-295p {
  bottom: -295px;
}

.b\+295p {
  bottom: 295px;
}

.l-295p {
  left: -295px;
}

.l\+295p {
  left: 295px;
}

.r-295p {
  right: -295px;
}

.r\+295p {
  right: 295px;
}

.t-300p {
  top: -300px;
}

.t\+300p {
  top: 300px;
}

.b-300p {
  bottom: -300px;
}

.b\+300p {
  bottom: 300px;
}

.l-300p {
  left: -300px;
}

.l\+300p {
  left: 300px;
}

.r-300p {
  right: -300px;
}

.r\+300p {
  right: 300px;
}

.t-305p {
  top: -305px;
}

.t\+305p {
  top: 305px;
}

.b-305p {
  bottom: -305px;
}

.b\+305p {
  bottom: 305px;
}

.l-305p {
  left: -305px;
}

.l\+305p {
  left: 305px;
}

.r-305p {
  right: -305px;
}

.r\+305p {
  right: 305px;
}

.t-310p {
  top: -310px;
}

.t\+310p {
  top: 310px;
}

.b-310p {
  bottom: -310px;
}

.b\+310p {
  bottom: 310px;
}

.l-310p {
  left: -310px;
}

.l\+310p {
  left: 310px;
}

.r-310p {
  right: -310px;
}

.r\+310p {
  right: 310px;
}

.t-315p {
  top: -315px;
}

.t\+315p {
  top: 315px;
}

.b-315p {
  bottom: -315px;
}

.b\+315p {
  bottom: 315px;
}

.l-315p {
  left: -315px;
}

.l\+315p {
  left: 315px;
}

.r-315p {
  right: -315px;
}

.r\+315p {
  right: 315px;
}

.t-320p {
  top: -320px;
}

.t\+320p {
  top: 320px;
}

.b-320p {
  bottom: -320px;
}

.b\+320p {
  bottom: 320px;
}

.l-320p {
  left: -320px;
}

.l\+320p {
  left: 320px;
}

.r-320p {
  right: -320px;
}

.r\+320p {
  right: 320px;
}

.t-325p {
  top: -325px;
}

.t\+325p {
  top: 325px;
}

.b-325p {
  bottom: -325px;
}

.b\+325p {
  bottom: 325px;
}

.l-325p {
  left: -325px;
}

.l\+325p {
  left: 325px;
}

.r-325p {
  right: -325px;
}

.r\+325p {
  right: 325px;
}

.t-330p {
  top: -330px;
}

.t\+330p {
  top: 330px;
}

.b-330p {
  bottom: -330px;
}

.b\+330p {
  bottom: 330px;
}

.l-330p {
  left: -330px;
}

.l\+330p {
  left: 330px;
}

.r-330p {
  right: -330px;
}

.r\+330p {
  right: 330px;
}

.t-335p {
  top: -335px;
}

.t\+335p {
  top: 335px;
}

.b-335p {
  bottom: -335px;
}

.b\+335p {
  bottom: 335px;
}

.l-335p {
  left: -335px;
}

.l\+335p {
  left: 335px;
}

.r-335p {
  right: -335px;
}

.r\+335p {
  right: 335px;
}

.t-340p {
  top: -340px;
}

.t\+340p {
  top: 340px;
}

.b-340p {
  bottom: -340px;
}

.b\+340p {
  bottom: 340px;
}

.l-340p {
  left: -340px;
}

.l\+340p {
  left: 340px;
}

.r-340p {
  right: -340px;
}

.r\+340p {
  right: 340px;
}

.t-345p {
  top: -345px;
}

.t\+345p {
  top: 345px;
}

.b-345p {
  bottom: -345px;
}

.b\+345p {
  bottom: 345px;
}

.l-345p {
  left: -345px;
}

.l\+345p {
  left: 345px;
}

.r-345p {
  right: -345px;
}

.r\+345p {
  right: 345px;
}

.t-350p {
  top: -350px;
}

.t\+350p {
  top: 350px;
}

.b-350p {
  bottom: -350px;
}

.b\+350p {
  bottom: 350px;
}

.l-350p {
  left: -350px;
}

.l\+350p {
  left: 350px;
}

.r-350p {
  right: -350px;
}

.r\+350p {
  right: 350px;
}

.t-355p {
  top: -355px;
}

.t\+355p {
  top: 355px;
}

.b-355p {
  bottom: -355px;
}

.b\+355p {
  bottom: 355px;
}

.l-355p {
  left: -355px;
}

.l\+355p {
  left: 355px;
}

.r-355p {
  right: -355px;
}

.r\+355p {
  right: 355px;
}

.t-360p {
  top: -360px;
}

.t\+360p {
  top: 360px;
}

.b-360p {
  bottom: -360px;
}

.b\+360p {
  bottom: 360px;
}

.l-360p {
  left: -360px;
}

.l\+360p {
  left: 360px;
}

.r-360p {
  right: -360px;
}

.r\+360p {
  right: 360px;
}

.t-365p {
  top: -365px;
}

.t\+365p {
  top: 365px;
}

.b-365p {
  bottom: -365px;
}

.b\+365p {
  bottom: 365px;
}

.l-365p {
  left: -365px;
}

.l\+365p {
  left: 365px;
}

.r-365p {
  right: -365px;
}

.r\+365p {
  right: 365px;
}

.t-370p {
  top: -370px;
}

.t\+370p {
  top: 370px;
}

.b-370p {
  bottom: -370px;
}

.b\+370p {
  bottom: 370px;
}

.l-370p {
  left: -370px;
}

.l\+370p {
  left: 370px;
}

.r-370p {
  right: -370px;
}

.r\+370p {
  right: 370px;
}

.t-375p {
  top: -375px;
}

.t\+375p {
  top: 375px;
}

.b-375p {
  bottom: -375px;
}

.b\+375p {
  bottom: 375px;
}

.l-375p {
  left: -375px;
}

.l\+375p {
  left: 375px;
}

.r-375p {
  right: -375px;
}

.r\+375p {
  right: 375px;
}

.t-380p {
  top: -380px;
}

.t\+380p {
  top: 380px;
}

.b-380p {
  bottom: -380px;
}

.b\+380p {
  bottom: 380px;
}

.l-380p {
  left: -380px;
}

.l\+380p {
  left: 380px;
}

.r-380p {
  right: -380px;
}

.r\+380p {
  right: 380px;
}

.t-385p {
  top: -385px;
}

.t\+385p {
  top: 385px;
}

.b-385p {
  bottom: -385px;
}

.b\+385p {
  bottom: 385px;
}

.l-385p {
  left: -385px;
}

.l\+385p {
  left: 385px;
}

.r-385p {
  right: -385px;
}

.r\+385p {
  right: 385px;
}

.t-390p {
  top: -390px;
}

.t\+390p {
  top: 390px;
}

.b-390p {
  bottom: -390px;
}

.b\+390p {
  bottom: 390px;
}

.l-390p {
  left: -390px;
}

.l\+390p {
  left: 390px;
}

.r-390p {
  right: -390px;
}

.r\+390p {
  right: 390px;
}

.t-395p {
  top: -395px;
}

.t\+395p {
  top: 395px;
}

.b-395p {
  bottom: -395px;
}

.b\+395p {
  bottom: 395px;
}

.l-395p {
  left: -395px;
}

.l\+395p {
  left: 395px;
}

.r-395p {
  right: -395px;
}

.r\+395p {
  right: 395px;
}

.t-400p {
  top: -400px;
}

.t\+400p {
  top: 400px;
}

.b-400p {
  bottom: -400px;
}

.b\+400p {
  bottom: 400px;
}

.l-400p {
  left: -400px;
}

.l\+400p {
  left: 400px;
}

.r-400p {
  right: -400px;
}

.r\+400p {
  right: 400px;
}

.t-405p {
  top: -405px;
}

.t\+405p {
  top: 405px;
}

.b-405p {
  bottom: -405px;
}

.b\+405p {
  bottom: 405px;
}

.l-405p {
  left: -405px;
}

.l\+405p {
  left: 405px;
}

.r-405p {
  right: -405px;
}

.r\+405p {
  right: 405px;
}

.t-410p {
  top: -410px;
}

.t\+410p {
  top: 410px;
}

.b-410p {
  bottom: -410px;
}

.b\+410p {
  bottom: 410px;
}

.l-410p {
  left: -410px;
}

.l\+410p {
  left: 410px;
}

.r-410p {
  right: -410px;
}

.r\+410p {
  right: 410px;
}

.t-415p {
  top: -415px;
}

.t\+415p {
  top: 415px;
}

.b-415p {
  bottom: -415px;
}

.b\+415p {
  bottom: 415px;
}

.l-415p {
  left: -415px;
}

.l\+415p {
  left: 415px;
}

.r-415p {
  right: -415px;
}

.r\+415p {
  right: 415px;
}

.t-420p {
  top: -420px;
}

.t\+420p {
  top: 420px;
}

.b-420p {
  bottom: -420px;
}

.b\+420p {
  bottom: 420px;
}

.l-420p {
  left: -420px;
}

.l\+420p {
  left: 420px;
}

.r-420p {
  right: -420px;
}

.r\+420p {
  right: 420px;
}

.t-425p {
  top: -425px;
}

.t\+425p {
  top: 425px;
}

.b-425p {
  bottom: -425px;
}

.b\+425p {
  bottom: 425px;
}

.l-425p {
  left: -425px;
}

.l\+425p {
  left: 425px;
}

.r-425p {
  right: -425px;
}

.r\+425p {
  right: 425px;
}

.t-430p {
  top: -430px;
}

.t\+430p {
  top: 430px;
}

.b-430p {
  bottom: -430px;
}

.b\+430p {
  bottom: 430px;
}

.l-430p {
  left: -430px;
}

.l\+430p {
  left: 430px;
}

.r-430p {
  right: -430px;
}

.r\+430p {
  right: 430px;
}

.t-435p {
  top: -435px;
}

.t\+435p {
  top: 435px;
}

.b-435p {
  bottom: -435px;
}

.b\+435p {
  bottom: 435px;
}

.l-435p {
  left: -435px;
}

.l\+435p {
  left: 435px;
}

.r-435p {
  right: -435px;
}

.r\+435p {
  right: 435px;
}

.t-440p {
  top: -440px;
}

.t\+440p {
  top: 440px;
}

.b-440p {
  bottom: -440px;
}

.b\+440p {
  bottom: 440px;
}

.l-440p {
  left: -440px;
}

.l\+440p {
  left: 440px;
}

.r-440p {
  right: -440px;
}

.r\+440p {
  right: 440px;
}

.t-445p {
  top: -445px;
}

.t\+445p {
  top: 445px;
}

.b-445p {
  bottom: -445px;
}

.b\+445p {
  bottom: 445px;
}

.l-445p {
  left: -445px;
}

.l\+445p {
  left: 445px;
}

.r-445p {
  right: -445px;
}

.r\+445p {
  right: 445px;
}

.t-450p {
  top: -450px;
}

.t\+450p {
  top: 450px;
}

.b-450p {
  bottom: -450px;
}

.b\+450p {
  bottom: 450px;
}

.l-450p {
  left: -450px;
}

.l\+450p {
  left: 450px;
}

.r-450p {
  right: -450px;
}

.r\+450p {
  right: 450px;
}

.t-455p {
  top: -455px;
}

.t\+455p {
  top: 455px;
}

.b-455p {
  bottom: -455px;
}

.b\+455p {
  bottom: 455px;
}

.l-455p {
  left: -455px;
}

.l\+455p {
  left: 455px;
}

.r-455p {
  right: -455px;
}

.r\+455p {
  right: 455px;
}

.t-460p {
  top: -460px;
}

.t\+460p {
  top: 460px;
}

.b-460p {
  bottom: -460px;
}

.b\+460p {
  bottom: 460px;
}

.l-460p {
  left: -460px;
}

.l\+460p {
  left: 460px;
}

.r-460p {
  right: -460px;
}

.r\+460p {
  right: 460px;
}

.t-465p {
  top: -465px;
}

.t\+465p {
  top: 465px;
}

.b-465p {
  bottom: -465px;
}

.b\+465p {
  bottom: 465px;
}

.l-465p {
  left: -465px;
}

.l\+465p {
  left: 465px;
}

.r-465p {
  right: -465px;
}

.r\+465p {
  right: 465px;
}

.t-470p {
  top: -470px;
}

.t\+470p {
  top: 470px;
}

.b-470p {
  bottom: -470px;
}

.b\+470p {
  bottom: 470px;
}

.l-470p {
  left: -470px;
}

.l\+470p {
  left: 470px;
}

.r-470p {
  right: -470px;
}

.r\+470p {
  right: 470px;
}

.t-475p {
  top: -475px;
}

.t\+475p {
  top: 475px;
}

.b-475p {
  bottom: -475px;
}

.b\+475p {
  bottom: 475px;
}

.l-475p {
  left: -475px;
}

.l\+475p {
  left: 475px;
}

.r-475p {
  right: -475px;
}

.r\+475p {
  right: 475px;
}

.t-480p {
  top: -480px;
}

.t\+480p {
  top: 480px;
}

.b-480p {
  bottom: -480px;
}

.b\+480p {
  bottom: 480px;
}

.l-480p {
  left: -480px;
}

.l\+480p {
  left: 480px;
}

.r-480p {
  right: -480px;
}

.r\+480p {
  right: 480px;
}

.t-485p {
  top: -485px;
}

.t\+485p {
  top: 485px;
}

.b-485p {
  bottom: -485px;
}

.b\+485p {
  bottom: 485px;
}

.l-485p {
  left: -485px;
}

.l\+485p {
  left: 485px;
}

.r-485p {
  right: -485px;
}

.r\+485p {
  right: 485px;
}

.t-490p {
  top: -490px;
}

.t\+490p {
  top: 490px;
}

.b-490p {
  bottom: -490px;
}

.b\+490p {
  bottom: 490px;
}

.l-490p {
  left: -490px;
}

.l\+490p {
  left: 490px;
}

.r-490p {
  right: -490px;
}

.r\+490p {
  right: 490px;
}

.t-495p {
  top: -495px;
}

.t\+495p {
  top: 495px;
}

.b-495p {
  bottom: -495px;
}

.b\+495p {
  bottom: 495px;
}

.l-495p {
  left: -495px;
}

.l\+495p {
  left: 495px;
}

.r-495p {
  right: -495px;
}

.r\+495p {
  right: 495px;
}

.t-500p {
  top: -500px;
}

.t\+500p {
  top: 500px;
}

.b-500p {
  bottom: -500px;
}

.b\+500p {
  bottom: 500px;
}

.l-500p {
  left: -500px;
}

.l\+500p {
  left: 500px;
}

.r-500p {
  right: -500px;
}

.r\+500p {
  right: 500px;
}

.t-505p {
  top: -505px;
}

.t\+505p {
  top: 505px;
}

.b-505p {
  bottom: -505px;
}

.b\+505p {
  bottom: 505px;
}

.l-505p {
  left: -505px;
}

.l\+505p {
  left: 505px;
}

.r-505p {
  right: -505px;
}

.r\+505p {
  right: 505px;
}

.t-510p {
  top: -510px;
}

.t\+510p {
  top: 510px;
}

.b-510p {
  bottom: -510px;
}

.b\+510p {
  bottom: 510px;
}

.l-510p {
  left: -510px;
}

.l\+510p {
  left: 510px;
}

.r-510p {
  right: -510px;
}

.r\+510p {
  right: 510px;
}

.t-515p {
  top: -515px;
}

.t\+515p {
  top: 515px;
}

.b-515p {
  bottom: -515px;
}

.b\+515p {
  bottom: 515px;
}

.l-515p {
  left: -515px;
}

.l\+515p {
  left: 515px;
}

.r-515p {
  right: -515px;
}

.r\+515p {
  right: 515px;
}

.t-520p {
  top: -520px;
}

.t\+520p {
  top: 520px;
}

.b-520p {
  bottom: -520px;
}

.b\+520p {
  bottom: 520px;
}

.l-520p {
  left: -520px;
}

.l\+520p {
  left: 520px;
}

.r-520p {
  right: -520px;
}

.r\+520p {
  right: 520px;
}

.t-525p {
  top: -525px;
}

.t\+525p {
  top: 525px;
}

.b-525p {
  bottom: -525px;
}

.b\+525p {
  bottom: 525px;
}

.l-525p {
  left: -525px;
}

.l\+525p {
  left: 525px;
}

.r-525p {
  right: -525px;
}

.r\+525p {
  right: 525px;
}

.t-530p {
  top: -530px;
}

.t\+530p {
  top: 530px;
}

.b-530p {
  bottom: -530px;
}

.b\+530p {
  bottom: 530px;
}

.l-530p {
  left: -530px;
}

.l\+530p {
  left: 530px;
}

.r-530p {
  right: -530px;
}

.r\+530p {
  right: 530px;
}

.t-535p {
  top: -535px;
}

.t\+535p {
  top: 535px;
}

.b-535p {
  bottom: -535px;
}

.b\+535p {
  bottom: 535px;
}

.l-535p {
  left: -535px;
}

.l\+535p {
  left: 535px;
}

.r-535p {
  right: -535px;
}

.r\+535p {
  right: 535px;
}

.t-540p {
  top: -540px;
}

.t\+540p {
  top: 540px;
}

.b-540p {
  bottom: -540px;
}

.b\+540p {
  bottom: 540px;
}

.l-540p {
  left: -540px;
}

.l\+540p {
  left: 540px;
}

.r-540p {
  right: -540px;
}

.r\+540p {
  right: 540px;
}

.t-545p {
  top: -545px;
}

.t\+545p {
  top: 545px;
}

.b-545p {
  bottom: -545px;
}

.b\+545p {
  bottom: 545px;
}

.l-545p {
  left: -545px;
}

.l\+545p {
  left: 545px;
}

.r-545p {
  right: -545px;
}

.r\+545p {
  right: 545px;
}

.t-550p {
  top: -550px;
}

.t\+550p {
  top: 550px;
}

.b-550p {
  bottom: -550px;
}

.b\+550p {
  bottom: 550px;
}

.l-550p {
  left: -550px;
}

.l\+550p {
  left: 550px;
}

.r-550p {
  right: -550px;
}

.r\+550p {
  right: 550px;
}

.t-555p {
  top: -555px;
}

.t\+555p {
  top: 555px;
}

.b-555p {
  bottom: -555px;
}

.b\+555p {
  bottom: 555px;
}

.l-555p {
  left: -555px;
}

.l\+555p {
  left: 555px;
}

.r-555p {
  right: -555px;
}

.r\+555p {
  right: 555px;
}

.t-560p {
  top: -560px;
}

.t\+560p {
  top: 560px;
}

.b-560p {
  bottom: -560px;
}

.b\+560p {
  bottom: 560px;
}

.l-560p {
  left: -560px;
}

.l\+560p {
  left: 560px;
}

.r-560p {
  right: -560px;
}

.r\+560p {
  right: 560px;
}

.t-565p {
  top: -565px;
}

.t\+565p {
  top: 565px;
}

.b-565p {
  bottom: -565px;
}

.b\+565p {
  bottom: 565px;
}

.l-565p {
  left: -565px;
}

.l\+565p {
  left: 565px;
}

.r-565p {
  right: -565px;
}

.r\+565p {
  right: 565px;
}

.t-570p {
  top: -570px;
}

.t\+570p {
  top: 570px;
}

.b-570p {
  bottom: -570px;
}

.b\+570p {
  bottom: 570px;
}

.l-570p {
  left: -570px;
}

.l\+570p {
  left: 570px;
}

.r-570p {
  right: -570px;
}

.r\+570p {
  right: 570px;
}

.t-575p {
  top: -575px;
}

.t\+575p {
  top: 575px;
}

.b-575p {
  bottom: -575px;
}

.b\+575p {
  bottom: 575px;
}

.l-575p {
  left: -575px;
}

.l\+575p {
  left: 575px;
}

.r-575p {
  right: -575px;
}

.r\+575p {
  right: 575px;
}

.t-580p {
  top: -580px;
}

.t\+580p {
  top: 580px;
}

.b-580p {
  bottom: -580px;
}

.b\+580p {
  bottom: 580px;
}

.l-580p {
  left: -580px;
}

.l\+580p {
  left: 580px;
}

.r-580p {
  right: -580px;
}

.r\+580p {
  right: 580px;
}

.t-585p {
  top: -585px;
}

.t\+585p {
  top: 585px;
}

.b-585p {
  bottom: -585px;
}

.b\+585p {
  bottom: 585px;
}

.l-585p {
  left: -585px;
}

.l\+585p {
  left: 585px;
}

.r-585p {
  right: -585px;
}

.r\+585p {
  right: 585px;
}

.t-590p {
  top: -590px;
}

.t\+590p {
  top: 590px;
}

.b-590p {
  bottom: -590px;
}

.b\+590p {
  bottom: 590px;
}

.l-590p {
  left: -590px;
}

.l\+590p {
  left: 590px;
}

.r-590p {
  right: -590px;
}

.r\+590p {
  right: 590px;
}

.t-595p {
  top: -595px;
}

.t\+595p {
  top: 595px;
}

.b-595p {
  bottom: -595px;
}

.b\+595p {
  bottom: 595px;
}

.l-595p {
  left: -595px;
}

.l\+595p {
  left: 595px;
}

.r-595p {
  right: -595px;
}

.r\+595p {
  right: 595px;
}

.t-600p {
  top: -600px;
}

.t\+600p {
  top: 600px;
}

.b-600p {
  bottom: -600px;
}

.b\+600p {
  bottom: 600px;
}

.l-600p {
  left: -600px;
}

.l\+600p {
  left: 600px;
}

.r-600p {
  right: -600px;
}

.r\+600p {
  right: 600px;
}

.t-605p {
  top: -605px;
}

.t\+605p {
  top: 605px;
}

.b-605p {
  bottom: -605px;
}

.b\+605p {
  bottom: 605px;
}

.l-605p {
  left: -605px;
}

.l\+605p {
  left: 605px;
}

.r-605p {
  right: -605px;
}

.r\+605p {
  right: 605px;
}

.t-610p {
  top: -610px;
}

.t\+610p {
  top: 610px;
}

.b-610p {
  bottom: -610px;
}

.b\+610p {
  bottom: 610px;
}

.l-610p {
  left: -610px;
}

.l\+610p {
  left: 610px;
}

.r-610p {
  right: -610px;
}

.r\+610p {
  right: 610px;
}

.t-615p {
  top: -615px;
}

.t\+615p {
  top: 615px;
}

.b-615p {
  bottom: -615px;
}

.b\+615p {
  bottom: 615px;
}

.l-615p {
  left: -615px;
}

.l\+615p {
  left: 615px;
}

.r-615p {
  right: -615px;
}

.r\+615p {
  right: 615px;
}

.t-620p {
  top: -620px;
}

.t\+620p {
  top: 620px;
}

.b-620p {
  bottom: -620px;
}

.b\+620p {
  bottom: 620px;
}

.l-620p {
  left: -620px;
}

.l\+620p {
  left: 620px;
}

.r-620p {
  right: -620px;
}

.r\+620p {
  right: 620px;
}

.t-625p {
  top: -625px;
}

.t\+625p {
  top: 625px;
}

.b-625p {
  bottom: -625px;
}

.b\+625p {
  bottom: 625px;
}

.l-625p {
  left: -625px;
}

.l\+625p {
  left: 625px;
}

.r-625p {
  right: -625px;
}

.r\+625p {
  right: 625px;
}

.t-630p {
  top: -630px;
}

.t\+630p {
  top: 630px;
}

.b-630p {
  bottom: -630px;
}

.b\+630p {
  bottom: 630px;
}

.l-630p {
  left: -630px;
}

.l\+630p {
  left: 630px;
}

.r-630p {
  right: -630px;
}

.r\+630p {
  right: 630px;
}

.t-635p {
  top: -635px;
}

.t\+635p {
  top: 635px;
}

.b-635p {
  bottom: -635px;
}

.b\+635p {
  bottom: 635px;
}

.l-635p {
  left: -635px;
}

.l\+635p {
  left: 635px;
}

.r-635p {
  right: -635px;
}

.r\+635p {
  right: 635px;
}

.t-640p {
  top: -640px;
}

.t\+640p {
  top: 640px;
}

.b-640p {
  bottom: -640px;
}

.b\+640p {
  bottom: 640px;
}

.l-640p {
  left: -640px;
}

.l\+640p {
  left: 640px;
}

.r-640p {
  right: -640px;
}

.r\+640p {
  right: 640px;
}

.t-645p {
  top: -645px;
}

.t\+645p {
  top: 645px;
}

.b-645p {
  bottom: -645px;
}

.b\+645p {
  bottom: 645px;
}

.l-645p {
  left: -645px;
}

.l\+645p {
  left: 645px;
}

.r-645p {
  right: -645px;
}

.r\+645p {
  right: 645px;
}

.t-650p {
  top: -650px;
}

.t\+650p {
  top: 650px;
}

.b-650p {
  bottom: -650px;
}

.b\+650p {
  bottom: 650px;
}

.l-650p {
  left: -650px;
}

.l\+650p {
  left: 650px;
}

.r-650p {
  right: -650px;
}

.r\+650p {
  right: 650px;
}

.t-655p {
  top: -655px;
}

.t\+655p {
  top: 655px;
}

.b-655p {
  bottom: -655px;
}

.b\+655p {
  bottom: 655px;
}

.l-655p {
  left: -655px;
}

.l\+655p {
  left: 655px;
}

.r-655p {
  right: -655px;
}

.r\+655p {
  right: 655px;
}

.t-660p {
  top: -660px;
}

.t\+660p {
  top: 660px;
}

.b-660p {
  bottom: -660px;
}

.b\+660p {
  bottom: 660px;
}

.l-660p {
  left: -660px;
}

.l\+660p {
  left: 660px;
}

.r-660p {
  right: -660px;
}

.r\+660p {
  right: 660px;
}

.t-665p {
  top: -665px;
}

.t\+665p {
  top: 665px;
}

.b-665p {
  bottom: -665px;
}

.b\+665p {
  bottom: 665px;
}

.l-665p {
  left: -665px;
}

.l\+665p {
  left: 665px;
}

.r-665p {
  right: -665px;
}

.r\+665p {
  right: 665px;
}

.t-670p {
  top: -670px;
}

.t\+670p {
  top: 670px;
}

.b-670p {
  bottom: -670px;
}

.b\+670p {
  bottom: 670px;
}

.l-670p {
  left: -670px;
}

.l\+670p {
  left: 670px;
}

.r-670p {
  right: -670px;
}

.r\+670p {
  right: 670px;
}

.t-675p {
  top: -675px;
}

.t\+675p {
  top: 675px;
}

.b-675p {
  bottom: -675px;
}

.b\+675p {
  bottom: 675px;
}

.l-675p {
  left: -675px;
}

.l\+675p {
  left: 675px;
}

.r-675p {
  right: -675px;
}

.r\+675p {
  right: 675px;
}

.t-680p {
  top: -680px;
}

.t\+680p {
  top: 680px;
}

.b-680p {
  bottom: -680px;
}

.b\+680p {
  bottom: 680px;
}

.l-680p {
  left: -680px;
}

.l\+680p {
  left: 680px;
}

.r-680p {
  right: -680px;
}

.r\+680p {
  right: 680px;
}

.t-685p {
  top: -685px;
}

.t\+685p {
  top: 685px;
}

.b-685p {
  bottom: -685px;
}

.b\+685p {
  bottom: 685px;
}

.l-685p {
  left: -685px;
}

.l\+685p {
  left: 685px;
}

.r-685p {
  right: -685px;
}

.r\+685p {
  right: 685px;
}

.t-690p {
  top: -690px;
}

.t\+690p {
  top: 690px;
}

.b-690p {
  bottom: -690px;
}

.b\+690p {
  bottom: 690px;
}

.l-690p {
  left: -690px;
}

.l\+690p {
  left: 690px;
}

.r-690p {
  right: -690px;
}

.r\+690p {
  right: 690px;
}

.t-695p {
  top: -695px;
}

.t\+695p {
  top: 695px;
}

.b-695p {
  bottom: -695px;
}

.b\+695p {
  bottom: 695px;
}

.l-695p {
  left: -695px;
}

.l\+695p {
  left: 695px;
}

.r-695p {
  right: -695px;
}

.r\+695p {
  right: 695px;
}

.t-700p {
  top: -700px;
}

.t\+700p {
  top: 700px;
}

.b-700p {
  bottom: -700px;
}

.b\+700p {
  bottom: 700px;
}

.l-700p {
  left: -700px;
}

.l\+700p {
  left: 700px;
}

.r-700p {
  right: -700px;
}

.r\+700p {
  right: 700px;
}

.t-705p {
  top: -705px;
}

.t\+705p {
  top: 705px;
}

.b-705p {
  bottom: -705px;
}

.b\+705p {
  bottom: 705px;
}

.l-705p {
  left: -705px;
}

.l\+705p {
  left: 705px;
}

.r-705p {
  right: -705px;
}

.r\+705p {
  right: 705px;
}

.t-710p {
  top: -710px;
}

.t\+710p {
  top: 710px;
}

.b-710p {
  bottom: -710px;
}

.b\+710p {
  bottom: 710px;
}

.l-710p {
  left: -710px;
}

.l\+710p {
  left: 710px;
}

.r-710p {
  right: -710px;
}

.r\+710p {
  right: 710px;
}

.t-715p {
  top: -715px;
}

.t\+715p {
  top: 715px;
}

.b-715p {
  bottom: -715px;
}

.b\+715p {
  bottom: 715px;
}

.l-715p {
  left: -715px;
}

.l\+715p {
  left: 715px;
}

.r-715p {
  right: -715px;
}

.r\+715p {
  right: 715px;
}

.t-720p {
  top: -720px;
}

.t\+720p {
  top: 720px;
}

.b-720p {
  bottom: -720px;
}

.b\+720p {
  bottom: 720px;
}

.l-720p {
  left: -720px;
}

.l\+720p {
  left: 720px;
}

.r-720p {
  right: -720px;
}

.r\+720p {
  right: 720px;
}

.t-725p {
  top: -725px;
}

.t\+725p {
  top: 725px;
}

.b-725p {
  bottom: -725px;
}

.b\+725p {
  bottom: 725px;
}

.l-725p {
  left: -725px;
}

.l\+725p {
  left: 725px;
}

.r-725p {
  right: -725px;
}

.r\+725p {
  right: 725px;
}

.t-730p {
  top: -730px;
}

.t\+730p {
  top: 730px;
}

.b-730p {
  bottom: -730px;
}

.b\+730p {
  bottom: 730px;
}

.l-730p {
  left: -730px;
}

.l\+730p {
  left: 730px;
}

.r-730p {
  right: -730px;
}

.r\+730p {
  right: 730px;
}

.t-735p {
  top: -735px;
}

.t\+735p {
  top: 735px;
}

.b-735p {
  bottom: -735px;
}

.b\+735p {
  bottom: 735px;
}

.l-735p {
  left: -735px;
}

.l\+735p {
  left: 735px;
}

.r-735p {
  right: -735px;
}

.r\+735p {
  right: 735px;
}

.t-740p {
  top: -740px;
}

.t\+740p {
  top: 740px;
}

.b-740p {
  bottom: -740px;
}

.b\+740p {
  bottom: 740px;
}

.l-740p {
  left: -740px;
}

.l\+740p {
  left: 740px;
}

.r-740p {
  right: -740px;
}

.r\+740p {
  right: 740px;
}

.t-745p {
  top: -745px;
}

.t\+745p {
  top: 745px;
}

.b-745p {
  bottom: -745px;
}

.b\+745p {
  bottom: 745px;
}

.l-745p {
  left: -745px;
}

.l\+745p {
  left: 745px;
}

.r-745p {
  right: -745px;
}

.r\+745p {
  right: 745px;
}

.t-750p {
  top: -750px;
}

.t\+750p {
  top: 750px;
}

.b-750p {
  bottom: -750px;
}

.b\+750p {
  bottom: 750px;
}

.l-750p {
  left: -750px;
}

.l\+750p {
  left: 750px;
}

.r-750p {
  right: -750px;
}

.r\+750p {
  right: 750px;
}

.t-755p {
  top: -755px;
}

.t\+755p {
  top: 755px;
}

.b-755p {
  bottom: -755px;
}

.b\+755p {
  bottom: 755px;
}

.l-755p {
  left: -755px;
}

.l\+755p {
  left: 755px;
}

.r-755p {
  right: -755px;
}

.r\+755p {
  right: 755px;
}

.t-760p {
  top: -760px;
}

.t\+760p {
  top: 760px;
}

.b-760p {
  bottom: -760px;
}

.b\+760p {
  bottom: 760px;
}

.l-760p {
  left: -760px;
}

.l\+760p {
  left: 760px;
}

.r-760p {
  right: -760px;
}

.r\+760p {
  right: 760px;
}

.t-765p {
  top: -765px;
}

.t\+765p {
  top: 765px;
}

.b-765p {
  bottom: -765px;
}

.b\+765p {
  bottom: 765px;
}

.l-765p {
  left: -765px;
}

.l\+765p {
  left: 765px;
}

.r-765p {
  right: -765px;
}

.r\+765p {
  right: 765px;
}

.t-770p {
  top: -770px;
}

.t\+770p {
  top: 770px;
}

.b-770p {
  bottom: -770px;
}

.b\+770p {
  bottom: 770px;
}

.l-770p {
  left: -770px;
}

.l\+770p {
  left: 770px;
}

.r-770p {
  right: -770px;
}

.r\+770p {
  right: 770px;
}

.t-775p {
  top: -775px;
}

.t\+775p {
  top: 775px;
}

.b-775p {
  bottom: -775px;
}

.b\+775p {
  bottom: 775px;
}

.l-775p {
  left: -775px;
}

.l\+775p {
  left: 775px;
}

.r-775p {
  right: -775px;
}

.r\+775p {
  right: 775px;
}

.t-780p {
  top: -780px;
}

.t\+780p {
  top: 780px;
}

.b-780p {
  bottom: -780px;
}

.b\+780p {
  bottom: 780px;
}

.l-780p {
  left: -780px;
}

.l\+780p {
  left: 780px;
}

.r-780p {
  right: -780px;
}

.r\+780p {
  right: 780px;
}

.t-785p {
  top: -785px;
}

.t\+785p {
  top: 785px;
}

.b-785p {
  bottom: -785px;
}

.b\+785p {
  bottom: 785px;
}

.l-785p {
  left: -785px;
}

.l\+785p {
  left: 785px;
}

.r-785p {
  right: -785px;
}

.r\+785p {
  right: 785px;
}

.t-790p {
  top: -790px;
}

.t\+790p {
  top: 790px;
}

.b-790p {
  bottom: -790px;
}

.b\+790p {
  bottom: 790px;
}

.l-790p {
  left: -790px;
}

.l\+790p {
  left: 790px;
}

.r-790p {
  right: -790px;
}

.r\+790p {
  right: 790px;
}

.t-795p {
  top: -795px;
}

.t\+795p {
  top: 795px;
}

.b-795p {
  bottom: -795px;
}

.b\+795p {
  bottom: 795px;
}

.l-795p {
  left: -795px;
}

.l\+795p {
  left: 795px;
}

.r-795p {
  right: -795px;
}

.r\+795p {
  right: 795px;
}

.t-800p {
  top: -800px;
}

.t\+800p {
  top: 800px;
}

.b-800p {
  bottom: -800px;
}

.b\+800p {
  bottom: 800px;
}

.l-800p {
  left: -800px;
}

.l\+800p {
  left: 800px;
}

.r-800p {
  right: -800px;
}

.r\+800p {
  right: 800px;
}

.t-805p {
  top: -805px;
}

.t\+805p {
  top: 805px;
}

.b-805p {
  bottom: -805px;
}

.b\+805p {
  bottom: 805px;
}

.l-805p {
  left: -805px;
}

.l\+805p {
  left: 805px;
}

.r-805p {
  right: -805px;
}

.r\+805p {
  right: 805px;
}

.t-810p {
  top: -810px;
}

.t\+810p {
  top: 810px;
}

.b-810p {
  bottom: -810px;
}

.b\+810p {
  bottom: 810px;
}

.l-810p {
  left: -810px;
}

.l\+810p {
  left: 810px;
}

.r-810p {
  right: -810px;
}

.r\+810p {
  right: 810px;
}

.t-815p {
  top: -815px;
}

.t\+815p {
  top: 815px;
}

.b-815p {
  bottom: -815px;
}

.b\+815p {
  bottom: 815px;
}

.l-815p {
  left: -815px;
}

.l\+815p {
  left: 815px;
}

.r-815p {
  right: -815px;
}

.r\+815p {
  right: 815px;
}

.t-820p {
  top: -820px;
}

.t\+820p {
  top: 820px;
}

.b-820p {
  bottom: -820px;
}

.b\+820p {
  bottom: 820px;
}

.l-820p {
  left: -820px;
}

.l\+820p {
  left: 820px;
}

.r-820p {
  right: -820px;
}

.r\+820p {
  right: 820px;
}

.t-825p {
  top: -825px;
}

.t\+825p {
  top: 825px;
}

.b-825p {
  bottom: -825px;
}

.b\+825p {
  bottom: 825px;
}

.l-825p {
  left: -825px;
}

.l\+825p {
  left: 825px;
}

.r-825p {
  right: -825px;
}

.r\+825p {
  right: 825px;
}

.t-830p {
  top: -830px;
}

.t\+830p {
  top: 830px;
}

.b-830p {
  bottom: -830px;
}

.b\+830p {
  bottom: 830px;
}

.l-830p {
  left: -830px;
}

.l\+830p {
  left: 830px;
}

.r-830p {
  right: -830px;
}

.r\+830p {
  right: 830px;
}

.t-835p {
  top: -835px;
}

.t\+835p {
  top: 835px;
}

.b-835p {
  bottom: -835px;
}

.b\+835p {
  bottom: 835px;
}

.l-835p {
  left: -835px;
}

.l\+835p {
  left: 835px;
}

.r-835p {
  right: -835px;
}

.r\+835p {
  right: 835px;
}

.t-840p {
  top: -840px;
}

.t\+840p {
  top: 840px;
}

.b-840p {
  bottom: -840px;
}

.b\+840p {
  bottom: 840px;
}

.l-840p {
  left: -840px;
}

.l\+840p {
  left: 840px;
}

.r-840p {
  right: -840px;
}

.r\+840p {
  right: 840px;
}

.t-845p {
  top: -845px;
}

.t\+845p {
  top: 845px;
}

.b-845p {
  bottom: -845px;
}

.b\+845p {
  bottom: 845px;
}

.l-845p {
  left: -845px;
}

.l\+845p {
  left: 845px;
}

.r-845p {
  right: -845px;
}

.r\+845p {
  right: 845px;
}

.t-850p {
  top: -850px;
}

.t\+850p {
  top: 850px;
}

.b-850p {
  bottom: -850px;
}

.b\+850p {
  bottom: 850px;
}

.l-850p {
  left: -850px;
}

.l\+850p {
  left: 850px;
}

.r-850p {
  right: -850px;
}

.r\+850p {
  right: 850px;
}

.t-855p {
  top: -855px;
}

.t\+855p {
  top: 855px;
}

.b-855p {
  bottom: -855px;
}

.b\+855p {
  bottom: 855px;
}

.l-855p {
  left: -855px;
}

.l\+855p {
  left: 855px;
}

.r-855p {
  right: -855px;
}

.r\+855p {
  right: 855px;
}

.t-860p {
  top: -860px;
}

.t\+860p {
  top: 860px;
}

.b-860p {
  bottom: -860px;
}

.b\+860p {
  bottom: 860px;
}

.l-860p {
  left: -860px;
}

.l\+860p {
  left: 860px;
}

.r-860p {
  right: -860px;
}

.r\+860p {
  right: 860px;
}

.t-865p {
  top: -865px;
}

.t\+865p {
  top: 865px;
}

.b-865p {
  bottom: -865px;
}

.b\+865p {
  bottom: 865px;
}

.l-865p {
  left: -865px;
}

.l\+865p {
  left: 865px;
}

.r-865p {
  right: -865px;
}

.r\+865p {
  right: 865px;
}

.t-870p {
  top: -870px;
}

.t\+870p {
  top: 870px;
}

.b-870p {
  bottom: -870px;
}

.b\+870p {
  bottom: 870px;
}

.l-870p {
  left: -870px;
}

.l\+870p {
  left: 870px;
}

.r-870p {
  right: -870px;
}

.r\+870p {
  right: 870px;
}

.t-875p {
  top: -875px;
}

.t\+875p {
  top: 875px;
}

.b-875p {
  bottom: -875px;
}

.b\+875p {
  bottom: 875px;
}

.l-875p {
  left: -875px;
}

.l\+875p {
  left: 875px;
}

.r-875p {
  right: -875px;
}

.r\+875p {
  right: 875px;
}

.t-880p {
  top: -880px;
}

.t\+880p {
  top: 880px;
}

.b-880p {
  bottom: -880px;
}

.b\+880p {
  bottom: 880px;
}

.l-880p {
  left: -880px;
}

.l\+880p {
  left: 880px;
}

.r-880p {
  right: -880px;
}

.r\+880p {
  right: 880px;
}

.t-885p {
  top: -885px;
}

.t\+885p {
  top: 885px;
}

.b-885p {
  bottom: -885px;
}

.b\+885p {
  bottom: 885px;
}

.l-885p {
  left: -885px;
}

.l\+885p {
  left: 885px;
}

.r-885p {
  right: -885px;
}

.r\+885p {
  right: 885px;
}

.t-890p {
  top: -890px;
}

.t\+890p {
  top: 890px;
}

.b-890p {
  bottom: -890px;
}

.b\+890p {
  bottom: 890px;
}

.l-890p {
  left: -890px;
}

.l\+890p {
  left: 890px;
}

.r-890p {
  right: -890px;
}

.r\+890p {
  right: 890px;
}

.t-895p {
  top: -895px;
}

.t\+895p {
  top: 895px;
}

.b-895p {
  bottom: -895px;
}

.b\+895p {
  bottom: 895px;
}

.l-895p {
  left: -895px;
}

.l\+895p {
  left: 895px;
}

.r-895p {
  right: -895px;
}

.r\+895p {
  right: 895px;
}

.t-900p {
  top: -900px;
}

.t\+900p {
  top: 900px;
}

.b-900p {
  bottom: -900px;
}

.b\+900p {
  bottom: 900px;
}

.l-900p {
  left: -900px;
}

.l\+900p {
  left: 900px;
}

.r-900p {
  right: -900px;
}

.r\+900p {
  right: 900px;
}

.t-905p {
  top: -905px;
}

.t\+905p {
  top: 905px;
}

.b-905p {
  bottom: -905px;
}

.b\+905p {
  bottom: 905px;
}

.l-905p {
  left: -905px;
}

.l\+905p {
  left: 905px;
}

.r-905p {
  right: -905px;
}

.r\+905p {
  right: 905px;
}

.t-910p {
  top: -910px;
}

.t\+910p {
  top: 910px;
}

.b-910p {
  bottom: -910px;
}

.b\+910p {
  bottom: 910px;
}

.l-910p {
  left: -910px;
}

.l\+910p {
  left: 910px;
}

.r-910p {
  right: -910px;
}

.r\+910p {
  right: 910px;
}

.t-915p {
  top: -915px;
}

.t\+915p {
  top: 915px;
}

.b-915p {
  bottom: -915px;
}

.b\+915p {
  bottom: 915px;
}

.l-915p {
  left: -915px;
}

.l\+915p {
  left: 915px;
}

.r-915p {
  right: -915px;
}

.r\+915p {
  right: 915px;
}

.t-920p {
  top: -920px;
}

.t\+920p {
  top: 920px;
}

.b-920p {
  bottom: -920px;
}

.b\+920p {
  bottom: 920px;
}

.l-920p {
  left: -920px;
}

.l\+920p {
  left: 920px;
}

.r-920p {
  right: -920px;
}

.r\+920p {
  right: 920px;
}

.t-925p {
  top: -925px;
}

.t\+925p {
  top: 925px;
}

.b-925p {
  bottom: -925px;
}

.b\+925p {
  bottom: 925px;
}

.l-925p {
  left: -925px;
}

.l\+925p {
  left: 925px;
}

.r-925p {
  right: -925px;
}

.r\+925p {
  right: 925px;
}

.t-930p {
  top: -930px;
}

.t\+930p {
  top: 930px;
}

.b-930p {
  bottom: -930px;
}

.b\+930p {
  bottom: 930px;
}

.l-930p {
  left: -930px;
}

.l\+930p {
  left: 930px;
}

.r-930p {
  right: -930px;
}

.r\+930p {
  right: 930px;
}

.t-935p {
  top: -935px;
}

.t\+935p {
  top: 935px;
}

.b-935p {
  bottom: -935px;
}

.b\+935p {
  bottom: 935px;
}

.l-935p {
  left: -935px;
}

.l\+935p {
  left: 935px;
}

.r-935p {
  right: -935px;
}

.r\+935p {
  right: 935px;
}

.t-940p {
  top: -940px;
}

.t\+940p {
  top: 940px;
}

.b-940p {
  bottom: -940px;
}

.b\+940p {
  bottom: 940px;
}

.l-940p {
  left: -940px;
}

.l\+940p {
  left: 940px;
}

.r-940p {
  right: -940px;
}

.r\+940p {
  right: 940px;
}

.t-945p {
  top: -945px;
}

.t\+945p {
  top: 945px;
}

.b-945p {
  bottom: -945px;
}

.b\+945p {
  bottom: 945px;
}

.l-945p {
  left: -945px;
}

.l\+945p {
  left: 945px;
}

.r-945p {
  right: -945px;
}

.r\+945p {
  right: 945px;
}

.t-950p {
  top: -950px;
}

.t\+950p {
  top: 950px;
}

.b-950p {
  bottom: -950px;
}

.b\+950p {
  bottom: 950px;
}

.l-950p {
  left: -950px;
}

.l\+950p {
  left: 950px;
}

.r-950p {
  right: -950px;
}

.r\+950p {
  right: 950px;
}

.t-955p {
  top: -955px;
}

.t\+955p {
  top: 955px;
}

.b-955p {
  bottom: -955px;
}

.b\+955p {
  bottom: 955px;
}

.l-955p {
  left: -955px;
}

.l\+955p {
  left: 955px;
}

.r-955p {
  right: -955px;
}

.r\+955p {
  right: 955px;
}

.t-960p {
  top: -960px;
}

.t\+960p {
  top: 960px;
}

.b-960p {
  bottom: -960px;
}

.b\+960p {
  bottom: 960px;
}

.l-960p {
  left: -960px;
}

.l\+960p {
  left: 960px;
}

.r-960p {
  right: -960px;
}

.r\+960p {
  right: 960px;
}

.t-965p {
  top: -965px;
}

.t\+965p {
  top: 965px;
}

.b-965p {
  bottom: -965px;
}

.b\+965p {
  bottom: 965px;
}

.l-965p {
  left: -965px;
}

.l\+965p {
  left: 965px;
}

.r-965p {
  right: -965px;
}

.r\+965p {
  right: 965px;
}

.t-970p {
  top: -970px;
}

.t\+970p {
  top: 970px;
}

.b-970p {
  bottom: -970px;
}

.b\+970p {
  bottom: 970px;
}

.l-970p {
  left: -970px;
}

.l\+970p {
  left: 970px;
}

.r-970p {
  right: -970px;
}

.r\+970p {
  right: 970px;
}

.t-975p {
  top: -975px;
}

.t\+975p {
  top: 975px;
}

.b-975p {
  bottom: -975px;
}

.b\+975p {
  bottom: 975px;
}

.l-975p {
  left: -975px;
}

.l\+975p {
  left: 975px;
}

.r-975p {
  right: -975px;
}

.r\+975p {
  right: 975px;
}

.t-980p {
  top: -980px;
}

.t\+980p {
  top: 980px;
}

.b-980p {
  bottom: -980px;
}

.b\+980p {
  bottom: 980px;
}

.l-980p {
  left: -980px;
}

.l\+980p {
  left: 980px;
}

.r-980p {
  right: -980px;
}

.r\+980p {
  right: 980px;
}

.t-985p {
  top: -985px;
}

.t\+985p {
  top: 985px;
}

.b-985p {
  bottom: -985px;
}

.b\+985p {
  bottom: 985px;
}

.l-985p {
  left: -985px;
}

.l\+985p {
  left: 985px;
}

.r-985p {
  right: -985px;
}

.r\+985p {
  right: 985px;
}

.t-990p {
  top: -990px;
}

.t\+990p {
  top: 990px;
}

.b-990p {
  bottom: -990px;
}

.b\+990p {
  bottom: 990px;
}

.l-990p {
  left: -990px;
}

.l\+990p {
  left: 990px;
}

.r-990p {
  right: -990px;
}

.r\+990p {
  right: 990px;
}

.t-995p {
  top: -995px;
}

.t\+995p {
  top: 995px;
}

.b-995p {
  bottom: -995px;
}

.b\+995p {
  bottom: 995px;
}

.l-995p {
  left: -995px;
}

.l\+995p {
  left: 995px;
}

.r-995p {
  right: -995px;
}

.r\+995p {
  right: 995px;
}

.t-1000p {
  top: -1000px;
}

.t\+1000p {
  top: 1000px;
}

.b-1000p {
  bottom: -1000px;
}

.b\+1000p {
  bottom: 1000px;
}

.l-1000p {
  left: -1000px;
}

.l\+1000p {
  left: 1000px;
}

.r-1000p {
  right: -1000px;
}

.r\+1000p {
  right: 1000px;
}

.t-1010p {
  top: -1010px;
}

.t\+1010p {
  top: 1010px;
}

.b-1010p {
  bottom: -1010px;
}

.b\+1010p {
  bottom: 1010px;
}

.l-1010p {
  left: -1010px;
}

.l\+1010p {
  left: 1010px;
}

.r-1010p {
  right: -1010px;
}

.r\+1010p {
  right: 1010px;
}

.t-1020p {
  top: -1020px;
}

.t\+1020p {
  top: 1020px;
}

.b-1020p {
  bottom: -1020px;
}

.b\+1020p {
  bottom: 1020px;
}

.l-1020p {
  left: -1020px;
}

.l\+1020p {
  left: 1020px;
}

.r-1020p {
  right: -1020px;
}

.r\+1020p {
  right: 1020px;
}

.t-1030p {
  top: -1030px;
}

.t\+1030p {
  top: 1030px;
}

.b-1030p {
  bottom: -1030px;
}

.b\+1030p {
  bottom: 1030px;
}

.l-1030p {
  left: -1030px;
}

.l\+1030p {
  left: 1030px;
}

.r-1030p {
  right: -1030px;
}

.r\+1030p {
  right: 1030px;
}

.t-1040p {
  top: -1040px;
}

.t\+1040p {
  top: 1040px;
}

.b-1040p {
  bottom: -1040px;
}

.b\+1040p {
  bottom: 1040px;
}

.l-1040p {
  left: -1040px;
}

.l\+1040p {
  left: 1040px;
}

.r-1040p {
  right: -1040px;
}

.r\+1040p {
  right: 1040px;
}

.t-1050p {
  top: -1050px;
}

.t\+1050p {
  top: 1050px;
}

.b-1050p {
  bottom: -1050px;
}

.b\+1050p {
  bottom: 1050px;
}

.l-1050p {
  left: -1050px;
}

.l\+1050p {
  left: 1050px;
}

.r-1050p {
  right: -1050px;
}

.r\+1050p {
  right: 1050px;
}

.t-1060p {
  top: -1060px;
}

.t\+1060p {
  top: 1060px;
}

.b-1060p {
  bottom: -1060px;
}

.b\+1060p {
  bottom: 1060px;
}

.l-1060p {
  left: -1060px;
}

.l\+1060p {
  left: 1060px;
}

.r-1060p {
  right: -1060px;
}

.r\+1060p {
  right: 1060px;
}

.t-1070p {
  top: -1070px;
}

.t\+1070p {
  top: 1070px;
}

.b-1070p {
  bottom: -1070px;
}

.b\+1070p {
  bottom: 1070px;
}

.l-1070p {
  left: -1070px;
}

.l\+1070p {
  left: 1070px;
}

.r-1070p {
  right: -1070px;
}

.r\+1070p {
  right: 1070px;
}

.t-1080p {
  top: -1080px;
}

.t\+1080p {
  top: 1080px;
}

.b-1080p {
  bottom: -1080px;
}

.b\+1080p {
  bottom: 1080px;
}

.l-1080p {
  left: -1080px;
}

.l\+1080p {
  left: 1080px;
}

.r-1080p {
  right: -1080px;
}

.r\+1080p {
  right: 1080px;
}

.t-1090p {
  top: -1090px;
}

.t\+1090p {
  top: 1090px;
}

.b-1090p {
  bottom: -1090px;
}

.b\+1090p {
  bottom: 1090px;
}

.l-1090p {
  left: -1090px;
}

.l\+1090p {
  left: 1090px;
}

.r-1090p {
  right: -1090px;
}

.r\+1090p {
  right: 1090px;
}

.t-1100p {
  top: -1100px;
}

.t\+1100p {
  top: 1100px;
}

.b-1100p {
  bottom: -1100px;
}

.b\+1100p {
  bottom: 1100px;
}

.l-1100p {
  left: -1100px;
}

.l\+1100p {
  left: 1100px;
}

.r-1100p {
  right: -1100px;
}

.r\+1100p {
  right: 1100px;
}

.t-1110p {
  top: -1110px;
}

.t\+1110p {
  top: 1110px;
}

.b-1110p {
  bottom: -1110px;
}

.b\+1110p {
  bottom: 1110px;
}

.l-1110p {
  left: -1110px;
}

.l\+1110p {
  left: 1110px;
}

.r-1110p {
  right: -1110px;
}

.r\+1110p {
  right: 1110px;
}

.t-1120p {
  top: -1120px;
}

.t\+1120p {
  top: 1120px;
}

.b-1120p {
  bottom: -1120px;
}

.b\+1120p {
  bottom: 1120px;
}

.l-1120p {
  left: -1120px;
}

.l\+1120p {
  left: 1120px;
}

.r-1120p {
  right: -1120px;
}

.r\+1120p {
  right: 1120px;
}

.t-1130p {
  top: -1130px;
}

.t\+1130p {
  top: 1130px;
}

.b-1130p {
  bottom: -1130px;
}

.b\+1130p {
  bottom: 1130px;
}

.l-1130p {
  left: -1130px;
}

.l\+1130p {
  left: 1130px;
}

.r-1130p {
  right: -1130px;
}

.r\+1130p {
  right: 1130px;
}

.t-1140p {
  top: -1140px;
}

.t\+1140p {
  top: 1140px;
}

.b-1140p {
  bottom: -1140px;
}

.b\+1140p {
  bottom: 1140px;
}

.l-1140p {
  left: -1140px;
}

.l\+1140p {
  left: 1140px;
}

.r-1140p {
  right: -1140px;
}

.r\+1140p {
  right: 1140px;
}

.t-1150p {
  top: -1150px;
}

.t\+1150p {
  top: 1150px;
}

.b-1150p {
  bottom: -1150px;
}

.b\+1150p {
  bottom: 1150px;
}

.l-1150p {
  left: -1150px;
}

.l\+1150p {
  left: 1150px;
}

.r-1150p {
  right: -1150px;
}

.r\+1150p {
  right: 1150px;
}

.t-1160p {
  top: -1160px;
}

.t\+1160p {
  top: 1160px;
}

.b-1160p {
  bottom: -1160px;
}

.b\+1160p {
  bottom: 1160px;
}

.l-1160p {
  left: -1160px;
}

.l\+1160p {
  left: 1160px;
}

.r-1160p {
  right: -1160px;
}

.r\+1160p {
  right: 1160px;
}

.t-1170p {
  top: -1170px;
}

.t\+1170p {
  top: 1170px;
}

.b-1170p {
  bottom: -1170px;
}

.b\+1170p {
  bottom: 1170px;
}

.l-1170p {
  left: -1170px;
}

.l\+1170p {
  left: 1170px;
}

.r-1170p {
  right: -1170px;
}

.r\+1170p {
  right: 1170px;
}

.t-1180p {
  top: -1180px;
}

.t\+1180p {
  top: 1180px;
}

.b-1180p {
  bottom: -1180px;
}

.b\+1180p {
  bottom: 1180px;
}

.l-1180p {
  left: -1180px;
}

.l\+1180p {
  left: 1180px;
}

.r-1180p {
  right: -1180px;
}

.r\+1180p {
  right: 1180px;
}

.t-1190p {
  top: -1190px;
}

.t\+1190p {
  top: 1190px;
}

.b-1190p {
  bottom: -1190px;
}

.b\+1190p {
  bottom: 1190px;
}

.l-1190p {
  left: -1190px;
}

.l\+1190p {
  left: 1190px;
}

.r-1190p {
  right: -1190px;
}

.r\+1190p {
  right: 1190px;
}

.t-1200p {
  top: -1200px;
}

.t\+1200p {
  top: 1200px;
}

.b-1200p {
  bottom: -1200px;
}

.b\+1200p {
  bottom: 1200px;
}

.l-1200p {
  left: -1200px;
}

.l\+1200p {
  left: 1200px;
}

.r-1200p {
  right: -1200px;
}

.r\+1200p {
  right: 1200px;
}

.t-1210p {
  top: -1210px;
}

.t\+1210p {
  top: 1210px;
}

.b-1210p {
  bottom: -1210px;
}

.b\+1210p {
  bottom: 1210px;
}

.l-1210p {
  left: -1210px;
}

.l\+1210p {
  left: 1210px;
}

.r-1210p {
  right: -1210px;
}

.r\+1210p {
  right: 1210px;
}

.t-1220p {
  top: -1220px;
}

.t\+1220p {
  top: 1220px;
}

.b-1220p {
  bottom: -1220px;
}

.b\+1220p {
  bottom: 1220px;
}

.l-1220p {
  left: -1220px;
}

.l\+1220p {
  left: 1220px;
}

.r-1220p {
  right: -1220px;
}

.r\+1220p {
  right: 1220px;
}

.t-1230p {
  top: -1230px;
}

.t\+1230p {
  top: 1230px;
}

.b-1230p {
  bottom: -1230px;
}

.b\+1230p {
  bottom: 1230px;
}

.l-1230p {
  left: -1230px;
}

.l\+1230p {
  left: 1230px;
}

.r-1230p {
  right: -1230px;
}

.r\+1230p {
  right: 1230px;
}

.t-1240p {
  top: -1240px;
}

.t\+1240p {
  top: 1240px;
}

.b-1240p {
  bottom: -1240px;
}

.b\+1240p {
  bottom: 1240px;
}

.l-1240p {
  left: -1240px;
}

.l\+1240p {
  left: 1240px;
}

.r-1240p {
  right: -1240px;
}

.r\+1240p {
  right: 1240px;
}

.t-1250p {
  top: -1250px;
}

.t\+1250p {
  top: 1250px;
}

.b-1250p {
  bottom: -1250px;
}

.b\+1250p {
  bottom: 1250px;
}

.l-1250p {
  left: -1250px;
}

.l\+1250p {
  left: 1250px;
}

.r-1250p {
  right: -1250px;
}

.r\+1250p {
  right: 1250px;
}

.t-1260p {
  top: -1260px;
}

.t\+1260p {
  top: 1260px;
}

.b-1260p {
  bottom: -1260px;
}

.b\+1260p {
  bottom: 1260px;
}

.l-1260p {
  left: -1260px;
}

.l\+1260p {
  left: 1260px;
}

.r-1260p {
  right: -1260px;
}

.r\+1260p {
  right: 1260px;
}

.t-1270p {
  top: -1270px;
}

.t\+1270p {
  top: 1270px;
}

.b-1270p {
  bottom: -1270px;
}

.b\+1270p {
  bottom: 1270px;
}

.l-1270p {
  left: -1270px;
}

.l\+1270p {
  left: 1270px;
}

.r-1270p {
  right: -1270px;
}

.r\+1270p {
  right: 1270px;
}

.t-1280p {
  top: -1280px;
}

.t\+1280p {
  top: 1280px;
}

.b-1280p {
  bottom: -1280px;
}

.b\+1280p {
  bottom: 1280px;
}

.l-1280p {
  left: -1280px;
}

.l\+1280p {
  left: 1280px;
}

.r-1280p {
  right: -1280px;
}

.r\+1280p {
  right: 1280px;
}

.t-1290p {
  top: -1290px;
}

.t\+1290p {
  top: 1290px;
}

.b-1290p {
  bottom: -1290px;
}

.b\+1290p {
  bottom: 1290px;
}

.l-1290p {
  left: -1290px;
}

.l\+1290p {
  left: 1290px;
}

.r-1290p {
  right: -1290px;
}

.r\+1290p {
  right: 1290px;
}

.t-1300p {
  top: -1300px;
}

.t\+1300p {
  top: 1300px;
}

.b-1300p {
  bottom: -1300px;
}

.b\+1300p {
  bottom: 1300px;
}

.l-1300p {
  left: -1300px;
}

.l\+1300p {
  left: 1300px;
}

.r-1300p {
  right: -1300px;
}

.r\+1300p {
  right: 1300px;
}

.t-1310p {
  top: -1310px;
}

.t\+1310p {
  top: 1310px;
}

.b-1310p {
  bottom: -1310px;
}

.b\+1310p {
  bottom: 1310px;
}

.l-1310p {
  left: -1310px;
}

.l\+1310p {
  left: 1310px;
}

.r-1310p {
  right: -1310px;
}

.r\+1310p {
  right: 1310px;
}

.t-1320p {
  top: -1320px;
}

.t\+1320p {
  top: 1320px;
}

.b-1320p {
  bottom: -1320px;
}

.b\+1320p {
  bottom: 1320px;
}

.l-1320p {
  left: -1320px;
}

.l\+1320p {
  left: 1320px;
}

.r-1320p {
  right: -1320px;
}

.r\+1320p {
  right: 1320px;
}

.t-1330p {
  top: -1330px;
}

.t\+1330p {
  top: 1330px;
}

.b-1330p {
  bottom: -1330px;
}

.b\+1330p {
  bottom: 1330px;
}

.l-1330p {
  left: -1330px;
}

.l\+1330p {
  left: 1330px;
}

.r-1330p {
  right: -1330px;
}

.r\+1330p {
  right: 1330px;
}

.t-1340p {
  top: -1340px;
}

.t\+1340p {
  top: 1340px;
}

.b-1340p {
  bottom: -1340px;
}

.b\+1340p {
  bottom: 1340px;
}

.l-1340p {
  left: -1340px;
}

.l\+1340p {
  left: 1340px;
}

.r-1340p {
  right: -1340px;
}

.r\+1340p {
  right: 1340px;
}

.t-1350p {
  top: -1350px;
}

.t\+1350p {
  top: 1350px;
}

.b-1350p {
  bottom: -1350px;
}

.b\+1350p {
  bottom: 1350px;
}

.l-1350p {
  left: -1350px;
}

.l\+1350p {
  left: 1350px;
}

.r-1350p {
  right: -1350px;
}

.r\+1350p {
  right: 1350px;
}

.t-1360p {
  top: -1360px;
}

.t\+1360p {
  top: 1360px;
}

.b-1360p {
  bottom: -1360px;
}

.b\+1360p {
  bottom: 1360px;
}

.l-1360p {
  left: -1360px;
}

.l\+1360p {
  left: 1360px;
}

.r-1360p {
  right: -1360px;
}

.r\+1360p {
  right: 1360px;
}

.t-1370p {
  top: -1370px;
}

.t\+1370p {
  top: 1370px;
}

.b-1370p {
  bottom: -1370px;
}

.b\+1370p {
  bottom: 1370px;
}

.l-1370p {
  left: -1370px;
}

.l\+1370p {
  left: 1370px;
}

.r-1370p {
  right: -1370px;
}

.r\+1370p {
  right: 1370px;
}

.t-1380p {
  top: -1380px;
}

.t\+1380p {
  top: 1380px;
}

.b-1380p {
  bottom: -1380px;
}

.b\+1380p {
  bottom: 1380px;
}

.l-1380p {
  left: -1380px;
}

.l\+1380p {
  left: 1380px;
}

.r-1380p {
  right: -1380px;
}

.r\+1380p {
  right: 1380px;
}

.t-1390p {
  top: -1390px;
}

.t\+1390p {
  top: 1390px;
}

.b-1390p {
  bottom: -1390px;
}

.b\+1390p {
  bottom: 1390px;
}

.l-1390p {
  left: -1390px;
}

.l\+1390p {
  left: 1390px;
}

.r-1390p {
  right: -1390px;
}

.r\+1390p {
  right: 1390px;
}

.t-1400p {
  top: -1400px;
}

.t\+1400p {
  top: 1400px;
}

.b-1400p {
  bottom: -1400px;
}

.b\+1400p {
  bottom: 1400px;
}

.l-1400p {
  left: -1400px;
}

.l\+1400p {
  left: 1400px;
}

.r-1400p {
  right: -1400px;
}

.r\+1400p {
  right: 1400px;
}

.t-1410p {
  top: -1410px;
}

.t\+1410p {
  top: 1410px;
}

.b-1410p {
  bottom: -1410px;
}

.b\+1410p {
  bottom: 1410px;
}

.l-1410p {
  left: -1410px;
}

.l\+1410p {
  left: 1410px;
}

.r-1410p {
  right: -1410px;
}

.r\+1410p {
  right: 1410px;
}

.t-1420p {
  top: -1420px;
}

.t\+1420p {
  top: 1420px;
}

.b-1420p {
  bottom: -1420px;
}

.b\+1420p {
  bottom: 1420px;
}

.l-1420p {
  left: -1420px;
}

.l\+1420p {
  left: 1420px;
}

.r-1420p {
  right: -1420px;
}

.r\+1420p {
  right: 1420px;
}

.t-1430p {
  top: -1430px;
}

.t\+1430p {
  top: 1430px;
}

.b-1430p {
  bottom: -1430px;
}

.b\+1430p {
  bottom: 1430px;
}

.l-1430p {
  left: -1430px;
}

.l\+1430p {
  left: 1430px;
}

.r-1430p {
  right: -1430px;
}

.r\+1430p {
  right: 1430px;
}

.t-1440p {
  top: -1440px;
}

.t\+1440p {
  top: 1440px;
}

.b-1440p {
  bottom: -1440px;
}

.b\+1440p {
  bottom: 1440px;
}

.l-1440p {
  left: -1440px;
}

.l\+1440p {
  left: 1440px;
}

.r-1440p {
  right: -1440px;
}

.r\+1440p {
  right: 1440px;
}

.t-1450p {
  top: -1450px;
}

.t\+1450p {
  top: 1450px;
}

.b-1450p {
  bottom: -1450px;
}

.b\+1450p {
  bottom: 1450px;
}

.l-1450p {
  left: -1450px;
}

.l\+1450p {
  left: 1450px;
}

.r-1450p {
  right: -1450px;
}

.r\+1450p {
  right: 1450px;
}

.t-1460p {
  top: -1460px;
}

.t\+1460p {
  top: 1460px;
}

.b-1460p {
  bottom: -1460px;
}

.b\+1460p {
  bottom: 1460px;
}

.l-1460p {
  left: -1460px;
}

.l\+1460p {
  left: 1460px;
}

.r-1460p {
  right: -1460px;
}

.r\+1460p {
  right: 1460px;
}

.t-1470p {
  top: -1470px;
}

.t\+1470p {
  top: 1470px;
}

.b-1470p {
  bottom: -1470px;
}

.b\+1470p {
  bottom: 1470px;
}

.l-1470p {
  left: -1470px;
}

.l\+1470p {
  left: 1470px;
}

.r-1470p {
  right: -1470px;
}

.r\+1470p {
  right: 1470px;
}

.t-1480p {
  top: -1480px;
}

.t\+1480p {
  top: 1480px;
}

.b-1480p {
  bottom: -1480px;
}

.b\+1480p {
  bottom: 1480px;
}

.l-1480p {
  left: -1480px;
}

.l\+1480p {
  left: 1480px;
}

.r-1480p {
  right: -1480px;
}

.r\+1480p {
  right: 1480px;
}

.t-1490p {
  top: -1490px;
}

.t\+1490p {
  top: 1490px;
}

.b-1490p {
  bottom: -1490px;
}

.b\+1490p {
  bottom: 1490px;
}

.l-1490p {
  left: -1490px;
}

.l\+1490p {
  left: 1490px;
}

.r-1490p {
  right: -1490px;
}

.r\+1490p {
  right: 1490px;
}

.t-1500p {
  top: -1500px;
}

.t\+1500p {
  top: 1500px;
}

.b-1500p {
  bottom: -1500px;
}

.b\+1500p {
  bottom: 1500px;
}

.l-1500p {
  left: -1500px;
}

.l\+1500p {
  left: 1500px;
}

.r-1500p {
  right: -1500px;
}

.r\+1500p {
  right: 1500px;
}

.t-1510p {
  top: -1510px;
}

.t\+1510p {
  top: 1510px;
}

.b-1510p {
  bottom: -1510px;
}

.b\+1510p {
  bottom: 1510px;
}

.l-1510p {
  left: -1510px;
}

.l\+1510p {
  left: 1510px;
}

.r-1510p {
  right: -1510px;
}

.r\+1510p {
  right: 1510px;
}

.t-1520p {
  top: -1520px;
}

.t\+1520p {
  top: 1520px;
}

.b-1520p {
  bottom: -1520px;
}

.b\+1520p {
  bottom: 1520px;
}

.l-1520p {
  left: -1520px;
}

.l\+1520p {
  left: 1520px;
}

.r-1520p {
  right: -1520px;
}

.r\+1520p {
  right: 1520px;
}

.t-1530p {
  top: -1530px;
}

.t\+1530p {
  top: 1530px;
}

.b-1530p {
  bottom: -1530px;
}

.b\+1530p {
  bottom: 1530px;
}

.l-1530p {
  left: -1530px;
}

.l\+1530p {
  left: 1530px;
}

.r-1530p {
  right: -1530px;
}

.r\+1530p {
  right: 1530px;
}

.t-1540p {
  top: -1540px;
}

.t\+1540p {
  top: 1540px;
}

.b-1540p {
  bottom: -1540px;
}

.b\+1540p {
  bottom: 1540px;
}

.l-1540p {
  left: -1540px;
}

.l\+1540p {
  left: 1540px;
}

.r-1540p {
  right: -1540px;
}

.r\+1540p {
  right: 1540px;
}

.t-1550p {
  top: -1550px;
}

.t\+1550p {
  top: 1550px;
}

.b-1550p {
  bottom: -1550px;
}

.b\+1550p {
  bottom: 1550px;
}

.l-1550p {
  left: -1550px;
}

.l\+1550p {
  left: 1550px;
}

.r-1550p {
  right: -1550px;
}

.r\+1550p {
  right: 1550px;
}

.t-1560p {
  top: -1560px;
}

.t\+1560p {
  top: 1560px;
}

.b-1560p {
  bottom: -1560px;
}

.b\+1560p {
  bottom: 1560px;
}

.l-1560p {
  left: -1560px;
}

.l\+1560p {
  left: 1560px;
}

.r-1560p {
  right: -1560px;
}

.r\+1560p {
  right: 1560px;
}

.t-1570p {
  top: -1570px;
}

.t\+1570p {
  top: 1570px;
}

.b-1570p {
  bottom: -1570px;
}

.b\+1570p {
  bottom: 1570px;
}

.l-1570p {
  left: -1570px;
}

.l\+1570p {
  left: 1570px;
}

.r-1570p {
  right: -1570px;
}

.r\+1570p {
  right: 1570px;
}

.t-1580p {
  top: -1580px;
}

.t\+1580p {
  top: 1580px;
}

.b-1580p {
  bottom: -1580px;
}

.b\+1580p {
  bottom: 1580px;
}

.l-1580p {
  left: -1580px;
}

.l\+1580p {
  left: 1580px;
}

.r-1580p {
  right: -1580px;
}

.r\+1580p {
  right: 1580px;
}

.t-1590p {
  top: -1590px;
}

.t\+1590p {
  top: 1590px;
}

.b-1590p {
  bottom: -1590px;
}

.b\+1590p {
  bottom: 1590px;
}

.l-1590p {
  left: -1590px;
}

.l\+1590p {
  left: 1590px;
}

.r-1590p {
  right: -1590px;
}

.r\+1590p {
  right: 1590px;
}

.t-1600p {
  top: -1600px;
}

.t\+1600p {
  top: 1600px;
}

.b-1600p {
  bottom: -1600px;
}

.b\+1600p {
  bottom: 1600px;
}

.l-1600p {
  left: -1600px;
}

.l\+1600p {
  left: 1600px;
}

.r-1600p {
  right: -1600px;
}

.r\+1600p {
  right: 1600px;
}

.t-1610p {
  top: -1610px;
}

.t\+1610p {
  top: 1610px;
}

.b-1610p {
  bottom: -1610px;
}

.b\+1610p {
  bottom: 1610px;
}

.l-1610p {
  left: -1610px;
}

.l\+1610p {
  left: 1610px;
}

.r-1610p {
  right: -1610px;
}

.r\+1610p {
  right: 1610px;
}

.t-1620p {
  top: -1620px;
}

.t\+1620p {
  top: 1620px;
}

.b-1620p {
  bottom: -1620px;
}

.b\+1620p {
  bottom: 1620px;
}

.l-1620p {
  left: -1620px;
}

.l\+1620p {
  left: 1620px;
}

.r-1620p {
  right: -1620px;
}

.r\+1620p {
  right: 1620px;
}

.t-1630p {
  top: -1630px;
}

.t\+1630p {
  top: 1630px;
}

.b-1630p {
  bottom: -1630px;
}

.b\+1630p {
  bottom: 1630px;
}

.l-1630p {
  left: -1630px;
}

.l\+1630p {
  left: 1630px;
}

.r-1630p {
  right: -1630px;
}

.r\+1630p {
  right: 1630px;
}

.t-1640p {
  top: -1640px;
}

.t\+1640p {
  top: 1640px;
}

.b-1640p {
  bottom: -1640px;
}

.b\+1640p {
  bottom: 1640px;
}

.l-1640p {
  left: -1640px;
}

.l\+1640p {
  left: 1640px;
}

.r-1640p {
  right: -1640px;
}

.r\+1640p {
  right: 1640px;
}

.t-1650p {
  top: -1650px;
}

.t\+1650p {
  top: 1650px;
}

.b-1650p {
  bottom: -1650px;
}

.b\+1650p {
  bottom: 1650px;
}

.l-1650p {
  left: -1650px;
}

.l\+1650p {
  left: 1650px;
}

.r-1650p {
  right: -1650px;
}

.r\+1650p {
  right: 1650px;
}

.t-1660p {
  top: -1660px;
}

.t\+1660p {
  top: 1660px;
}

.b-1660p {
  bottom: -1660px;
}

.b\+1660p {
  bottom: 1660px;
}

.l-1660p {
  left: -1660px;
}

.l\+1660p {
  left: 1660px;
}

.r-1660p {
  right: -1660px;
}

.r\+1660p {
  right: 1660px;
}

.t-1670p {
  top: -1670px;
}

.t\+1670p {
  top: 1670px;
}

.b-1670p {
  bottom: -1670px;
}

.b\+1670p {
  bottom: 1670px;
}

.l-1670p {
  left: -1670px;
}

.l\+1670p {
  left: 1670px;
}

.r-1670p {
  right: -1670px;
}

.r\+1670p {
  right: 1670px;
}

.t-1680p {
  top: -1680px;
}

.t\+1680p {
  top: 1680px;
}

.b-1680p {
  bottom: -1680px;
}

.b\+1680p {
  bottom: 1680px;
}

.l-1680p {
  left: -1680px;
}

.l\+1680p {
  left: 1680px;
}

.r-1680p {
  right: -1680px;
}

.r\+1680p {
  right: 1680px;
}

.t-1690p {
  top: -1690px;
}

.t\+1690p {
  top: 1690px;
}

.b-1690p {
  bottom: -1690px;
}

.b\+1690p {
  bottom: 1690px;
}

.l-1690p {
  left: -1690px;
}

.l\+1690p {
  left: 1690px;
}

.r-1690p {
  right: -1690px;
}

.r\+1690p {
  right: 1690px;
}

.t-1700p {
  top: -1700px;
}

.t\+1700p {
  top: 1700px;
}

.b-1700p {
  bottom: -1700px;
}

.b\+1700p {
  bottom: 1700px;
}

.l-1700p {
  left: -1700px;
}

.l\+1700p {
  left: 1700px;
}

.r-1700p {
  right: -1700px;
}

.r\+1700p {
  right: 1700px;
}

.t-1710p {
  top: -1710px;
}

.t\+1710p {
  top: 1710px;
}

.b-1710p {
  bottom: -1710px;
}

.b\+1710p {
  bottom: 1710px;
}

.l-1710p {
  left: -1710px;
}

.l\+1710p {
  left: 1710px;
}

.r-1710p {
  right: -1710px;
}

.r\+1710p {
  right: 1710px;
}

.t-1720p {
  top: -1720px;
}

.t\+1720p {
  top: 1720px;
}

.b-1720p {
  bottom: -1720px;
}

.b\+1720p {
  bottom: 1720px;
}

.l-1720p {
  left: -1720px;
}

.l\+1720p {
  left: 1720px;
}

.r-1720p {
  right: -1720px;
}

.r\+1720p {
  right: 1720px;
}

.t-1730p {
  top: -1730px;
}

.t\+1730p {
  top: 1730px;
}

.b-1730p {
  bottom: -1730px;
}

.b\+1730p {
  bottom: 1730px;
}

.l-1730p {
  left: -1730px;
}

.l\+1730p {
  left: 1730px;
}

.r-1730p {
  right: -1730px;
}

.r\+1730p {
  right: 1730px;
}

.t-1740p {
  top: -1740px;
}

.t\+1740p {
  top: 1740px;
}

.b-1740p {
  bottom: -1740px;
}

.b\+1740p {
  bottom: 1740px;
}

.l-1740p {
  left: -1740px;
}

.l\+1740p {
  left: 1740px;
}

.r-1740p {
  right: -1740px;
}

.r\+1740p {
  right: 1740px;
}

.t-1750p {
  top: -1750px;
}

.t\+1750p {
  top: 1750px;
}

.b-1750p {
  bottom: -1750px;
}

.b\+1750p {
  bottom: 1750px;
}

.l-1750p {
  left: -1750px;
}

.l\+1750p {
  left: 1750px;
}

.r-1750p {
  right: -1750px;
}

.r\+1750p {
  right: 1750px;
}

.t-1760p {
  top: -1760px;
}

.t\+1760p {
  top: 1760px;
}

.b-1760p {
  bottom: -1760px;
}

.b\+1760p {
  bottom: 1760px;
}

.l-1760p {
  left: -1760px;
}

.l\+1760p {
  left: 1760px;
}

.r-1760p {
  right: -1760px;
}

.r\+1760p {
  right: 1760px;
}

.t-1770p {
  top: -1770px;
}

.t\+1770p {
  top: 1770px;
}

.b-1770p {
  bottom: -1770px;
}

.b\+1770p {
  bottom: 1770px;
}

.l-1770p {
  left: -1770px;
}

.l\+1770p {
  left: 1770px;
}

.r-1770p {
  right: -1770px;
}

.r\+1770p {
  right: 1770px;
}

.t-1780p {
  top: -1780px;
}

.t\+1780p {
  top: 1780px;
}

.b-1780p {
  bottom: -1780px;
}

.b\+1780p {
  bottom: 1780px;
}

.l-1780p {
  left: -1780px;
}

.l\+1780p {
  left: 1780px;
}

.r-1780p {
  right: -1780px;
}

.r\+1780p {
  right: 1780px;
}

.t-1790p {
  top: -1790px;
}

.t\+1790p {
  top: 1790px;
}

.b-1790p {
  bottom: -1790px;
}

.b\+1790p {
  bottom: 1790px;
}

.l-1790p {
  left: -1790px;
}

.l\+1790p {
  left: 1790px;
}

.r-1790p {
  right: -1790px;
}

.r\+1790p {
  right: 1790px;
}

.t-1800p {
  top: -1800px;
}

.t\+1800p {
  top: 1800px;
}

.b-1800p {
  bottom: -1800px;
}

.b\+1800p {
  bottom: 1800px;
}

.l-1800p {
  left: -1800px;
}

.l\+1800p {
  left: 1800px;
}

.r-1800p {
  right: -1800px;
}

.r\+1800p {
  right: 1800px;
}

.t-1810p {
  top: -1810px;
}

.t\+1810p {
  top: 1810px;
}

.b-1810p {
  bottom: -1810px;
}

.b\+1810p {
  bottom: 1810px;
}

.l-1810p {
  left: -1810px;
}

.l\+1810p {
  left: 1810px;
}

.r-1810p {
  right: -1810px;
}

.r\+1810p {
  right: 1810px;
}

.t-1820p {
  top: -1820px;
}

.t\+1820p {
  top: 1820px;
}

.b-1820p {
  bottom: -1820px;
}

.b\+1820p {
  bottom: 1820px;
}

.l-1820p {
  left: -1820px;
}

.l\+1820p {
  left: 1820px;
}

.r-1820p {
  right: -1820px;
}

.r\+1820p {
  right: 1820px;
}

.t-1830p {
  top: -1830px;
}

.t\+1830p {
  top: 1830px;
}

.b-1830p {
  bottom: -1830px;
}

.b\+1830p {
  bottom: 1830px;
}

.l-1830p {
  left: -1830px;
}

.l\+1830p {
  left: 1830px;
}

.r-1830p {
  right: -1830px;
}

.r\+1830p {
  right: 1830px;
}

.t-1840p {
  top: -1840px;
}

.t\+1840p {
  top: 1840px;
}

.b-1840p {
  bottom: -1840px;
}

.b\+1840p {
  bottom: 1840px;
}

.l-1840p {
  left: -1840px;
}

.l\+1840p {
  left: 1840px;
}

.r-1840p {
  right: -1840px;
}

.r\+1840p {
  right: 1840px;
}

.t-1850p {
  top: -1850px;
}

.t\+1850p {
  top: 1850px;
}

.b-1850p {
  bottom: -1850px;
}

.b\+1850p {
  bottom: 1850px;
}

.l-1850p {
  left: -1850px;
}

.l\+1850p {
  left: 1850px;
}

.r-1850p {
  right: -1850px;
}

.r\+1850p {
  right: 1850px;
}

.t-1860p {
  top: -1860px;
}

.t\+1860p {
  top: 1860px;
}

.b-1860p {
  bottom: -1860px;
}

.b\+1860p {
  bottom: 1860px;
}

.l-1860p {
  left: -1860px;
}

.l\+1860p {
  left: 1860px;
}

.r-1860p {
  right: -1860px;
}

.r\+1860p {
  right: 1860px;
}

.t-1870p {
  top: -1870px;
}

.t\+1870p {
  top: 1870px;
}

.b-1870p {
  bottom: -1870px;
}

.b\+1870p {
  bottom: 1870px;
}

.l-1870p {
  left: -1870px;
}

.l\+1870p {
  left: 1870px;
}

.r-1870p {
  right: -1870px;
}

.r\+1870p {
  right: 1870px;
}

.t-1880p {
  top: -1880px;
}

.t\+1880p {
  top: 1880px;
}

.b-1880p {
  bottom: -1880px;
}

.b\+1880p {
  bottom: 1880px;
}

.l-1880p {
  left: -1880px;
}

.l\+1880p {
  left: 1880px;
}

.r-1880p {
  right: -1880px;
}

.r\+1880p {
  right: 1880px;
}

.t-1890p {
  top: -1890px;
}

.t\+1890p {
  top: 1890px;
}

.b-1890p {
  bottom: -1890px;
}

.b\+1890p {
  bottom: 1890px;
}

.l-1890p {
  left: -1890px;
}

.l\+1890p {
  left: 1890px;
}

.r-1890p {
  right: -1890px;
}

.r\+1890p {
  right: 1890px;
}

.t-1900p {
  top: -1900px;
}

.t\+1900p {
  top: 1900px;
}

.b-1900p {
  bottom: -1900px;
}

.b\+1900p {
  bottom: 1900px;
}

.l-1900p {
  left: -1900px;
}

.l\+1900p {
  left: 1900px;
}

.r-1900p {
  right: -1900px;
}

.r\+1900p {
  right: 1900px;
}

.t-1910p {
  top: -1910px;
}

.t\+1910p {
  top: 1910px;
}

.b-1910p {
  bottom: -1910px;
}

.b\+1910p {
  bottom: 1910px;
}

.l-1910p {
  left: -1910px;
}

.l\+1910p {
  left: 1910px;
}

.r-1910p {
  right: -1910px;
}

.r\+1910p {
  right: 1910px;
}

.t-1920p {
  top: -1920px;
}

.t\+1920p {
  top: 1920px;
}

.b-1920p {
  bottom: -1920px;
}

.b\+1920p {
  bottom: 1920px;
}

.l-1920p {
  left: -1920px;
}

.l\+1920p {
  left: 1920px;
}

.r-1920p {
  right: -1920px;
}

.r\+1920p {
  right: 1920px;
}

.t-1930p {
  top: -1930px;
}

.t\+1930p {
  top: 1930px;
}

.b-1930p {
  bottom: -1930px;
}

.b\+1930p {
  bottom: 1930px;
}

.l-1930p {
  left: -1930px;
}

.l\+1930p {
  left: 1930px;
}

.r-1930p {
  right: -1930px;
}

.r\+1930p {
  right: 1930px;
}

.t-1940p {
  top: -1940px;
}

.t\+1940p {
  top: 1940px;
}

.b-1940p {
  bottom: -1940px;
}

.b\+1940p {
  bottom: 1940px;
}

.l-1940p {
  left: -1940px;
}

.l\+1940p {
  left: 1940px;
}

.r-1940p {
  right: -1940px;
}

.r\+1940p {
  right: 1940px;
}

.t-1950p {
  top: -1950px;
}

.t\+1950p {
  top: 1950px;
}

.b-1950p {
  bottom: -1950px;
}

.b\+1950p {
  bottom: 1950px;
}

.l-1950p {
  left: -1950px;
}

.l\+1950p {
  left: 1950px;
}

.r-1950p {
  right: -1950px;
}

.r\+1950p {
  right: 1950px;
}

.t-1960p {
  top: -1960px;
}

.t\+1960p {
  top: 1960px;
}

.b-1960p {
  bottom: -1960px;
}

.b\+1960p {
  bottom: 1960px;
}

.l-1960p {
  left: -1960px;
}

.l\+1960p {
  left: 1960px;
}

.r-1960p {
  right: -1960px;
}

.r\+1960p {
  right: 1960px;
}

.t-1970p {
  top: -1970px;
}

.t\+1970p {
  top: 1970px;
}

.b-1970p {
  bottom: -1970px;
}

.b\+1970p {
  bottom: 1970px;
}

.l-1970p {
  left: -1970px;
}

.l\+1970p {
  left: 1970px;
}

.r-1970p {
  right: -1970px;
}

.r\+1970p {
  right: 1970px;
}

.t-1980p {
  top: -1980px;
}

.t\+1980p {
  top: 1980px;
}

.b-1980p {
  bottom: -1980px;
}

.b\+1980p {
  bottom: 1980px;
}

.l-1980p {
  left: -1980px;
}

.l\+1980p {
  left: 1980px;
}

.r-1980p {
  right: -1980px;
}

.r\+1980p {
  right: 1980px;
}

.t-1990p {
  top: -1990px;
}

.t\+1990p {
  top: 1990px;
}

.b-1990p {
  bottom: -1990px;
}

.b\+1990p {
  bottom: 1990px;
}

.l-1990p {
  left: -1990px;
}

.l\+1990p {
  left: 1990px;
}

.r-1990p {
  right: -1990px;
}

.r\+1990p {
  right: 1990px;
}

.t-0vw {
  top: -0vw;
}

.t\+0vw {
  top: 0vw;
}

.t-0\% {
  top: 0%;
}

.t\+0\% {
  top: 0%;
}

.b-0vw {
  bottom: -0vw;
}

.b\+0vw {
  bottom: 0vw;
}

.b-0\% {
  bottom: 0%;
}

.b\+0\% {
  bottom: 0%;
}

.l-0vw {
  left: -0vw;
}

.l\+0vw {
  left: 0vw;
}

.l-0\% {
  left: 0%;
}

.l\+0\% {
  left: 0%;
}

.r-0vw {
  right: -0vw;
}

.r\+0vw {
  right: 0vw;
}

.r-0\% {
  right: 0%;
}

.r\+0\% {
  right: 0%;
}

.t-1vw {
  top: -1vw;
}

.t\+1vw {
  top: 1vw;
}

.t-1\% {
  top: -1%;
}

.t\+1\% {
  top: 1%;
}

.b-1vw {
  bottom: -1vw;
}

.b\+1vw {
  bottom: 1vw;
}

.b-1\% {
  bottom: -1%;
}

.b\+1\% {
  bottom: 1%;
}

.l-1vw {
  left: -1vw;
}

.l\+1vw {
  left: 1vw;
}

.l-1\% {
  left: -1%;
}

.l\+1\% {
  left: 1%;
}

.r-1vw {
  right: -1vw;
}

.r\+1vw {
  right: 1vw;
}

.r-1\% {
  right: -1%;
}

.r\+1\% {
  right: 1%;
}

.t-2vw {
  top: -2vw;
}

.t\+2vw {
  top: 2vw;
}

.t-2\% {
  top: -2%;
}

.t\+2\% {
  top: 2%;
}

.b-2vw {
  bottom: -2vw;
}

.b\+2vw {
  bottom: 2vw;
}

.b-2\% {
  bottom: -2%;
}

.b\+2\% {
  bottom: 2%;
}

.l-2vw {
  left: -2vw;
}

.l\+2vw {
  left: 2vw;
}

.l-2\% {
  left: -2%;
}

.l\+2\% {
  left: 2%;
}

.r-2vw {
  right: -2vw;
}

.r\+2vw {
  right: 2vw;
}

.r-2\% {
  right: -2%;
}

.r\+2\% {
  right: 2%;
}

.t-3vw {
  top: -3vw;
}

.t\+3vw {
  top: 3vw;
}

.t-3\% {
  top: -3%;
}

.t\+3\% {
  top: 3%;
}

.b-3vw {
  bottom: -3vw;
}

.b\+3vw {
  bottom: 3vw;
}

.b-3\% {
  bottom: -3%;
}

.b\+3\% {
  bottom: 3%;
}

.l-3vw {
  left: -3vw;
}

.l\+3vw {
  left: 3vw;
}

.l-3\% {
  left: -3%;
}

.l\+3\% {
  left: 3%;
}

.r-3vw {
  right: -3vw;
}

.r\+3vw {
  right: 3vw;
}

.r-3\% {
  right: -3%;
}

.r\+3\% {
  right: 3%;
}

.t-4vw {
  top: -4vw;
}

.t\+4vw {
  top: 4vw;
}

.t-4\% {
  top: -4%;
}

.t\+4\% {
  top: 4%;
}

.b-4vw {
  bottom: -4vw;
}

.b\+4vw {
  bottom: 4vw;
}

.b-4\% {
  bottom: -4%;
}

.b\+4\% {
  bottom: 4%;
}

.l-4vw {
  left: -4vw;
}

.l\+4vw {
  left: 4vw;
}

.l-4\% {
  left: -4%;
}

.l\+4\% {
  left: 4%;
}

.r-4vw {
  right: -4vw;
}

.r\+4vw {
  right: 4vw;
}

.r-4\% {
  right: -4%;
}

.r\+4\% {
  right: 4%;
}

.t-5vw {
  top: -5vw;
}

.t\+5vw {
  top: 5vw;
}

.t-5\% {
  top: -5%;
}

.t\+5\% {
  top: 5%;
}

.b-5vw {
  bottom: -5vw;
}

.b\+5vw {
  bottom: 5vw;
}

.b-5\% {
  bottom: -5%;
}

.b\+5\% {
  bottom: 5%;
}

.l-5vw {
  left: -5vw;
}

.l\+5vw {
  left: 5vw;
}

.l-5\% {
  left: -5%;
}

.l\+5\% {
  left: 5%;
}

.r-5vw {
  right: -5vw;
}

.r\+5vw {
  right: 5vw;
}

.r-5\% {
  right: -5%;
}

.r\+5\% {
  right: 5%;
}

.t-6vw {
  top: -6vw;
}

.t\+6vw {
  top: 6vw;
}

.t-6\% {
  top: -6%;
}

.t\+6\% {
  top: 6%;
}

.b-6vw {
  bottom: -6vw;
}

.b\+6vw {
  bottom: 6vw;
}

.b-6\% {
  bottom: -6%;
}

.b\+6\% {
  bottom: 6%;
}

.l-6vw {
  left: -6vw;
}

.l\+6vw {
  left: 6vw;
}

.l-6\% {
  left: -6%;
}

.l\+6\% {
  left: 6%;
}

.r-6vw {
  right: -6vw;
}

.r\+6vw {
  right: 6vw;
}

.r-6\% {
  right: -6%;
}

.r\+6\% {
  right: 6%;
}

.t-7vw {
  top: -7vw;
}

.t\+7vw {
  top: 7vw;
}

.t-7\% {
  top: -7%;
}

.t\+7\% {
  top: 7%;
}

.b-7vw {
  bottom: -7vw;
}

.b\+7vw {
  bottom: 7vw;
}

.b-7\% {
  bottom: -7%;
}

.b\+7\% {
  bottom: 7%;
}

.l-7vw {
  left: -7vw;
}

.l\+7vw {
  left: 7vw;
}

.l-7\% {
  left: -7%;
}

.l\+7\% {
  left: 7%;
}

.r-7vw {
  right: -7vw;
}

.r\+7vw {
  right: 7vw;
}

.r-7\% {
  right: -7%;
}

.r\+7\% {
  right: 7%;
}

.t-8vw {
  top: -8vw;
}

.t\+8vw {
  top: 8vw;
}

.t-8\% {
  top: -8%;
}

.t\+8\% {
  top: 8%;
}

.b-8vw {
  bottom: -8vw;
}

.b\+8vw {
  bottom: 8vw;
}

.b-8\% {
  bottom: -8%;
}

.b\+8\% {
  bottom: 8%;
}

.l-8vw {
  left: -8vw;
}

.l\+8vw {
  left: 8vw;
}

.l-8\% {
  left: -8%;
}

.l\+8\% {
  left: 8%;
}

.r-8vw {
  right: -8vw;
}

.r\+8vw {
  right: 8vw;
}

.r-8\% {
  right: -8%;
}

.r\+8\% {
  right: 8%;
}

.t-9vw {
  top: -9vw;
}

.t\+9vw {
  top: 9vw;
}

.t-9\% {
  top: -9%;
}

.t\+9\% {
  top: 9%;
}

.b-9vw {
  bottom: -9vw;
}

.b\+9vw {
  bottom: 9vw;
}

.b-9\% {
  bottom: -9%;
}

.b\+9\% {
  bottom: 9%;
}

.l-9vw {
  left: -9vw;
}

.l\+9vw {
  left: 9vw;
}

.l-9\% {
  left: -9%;
}

.l\+9\% {
  left: 9%;
}

.r-9vw {
  right: -9vw;
}

.r\+9vw {
  right: 9vw;
}

.r-9\% {
  right: -9%;
}

.r\+9\% {
  right: 9%;
}

.t-10vw {
  top: -10vw;
}

.t\+10vw {
  top: 10vw;
}

.t-10\% {
  top: -10%;
}

.t\+10\% {
  top: 10%;
}

.b-10vw {
  bottom: -10vw;
}

.b\+10vw {
  bottom: 10vw;
}

.b-10\% {
  bottom: -10%;
}

.b\+10\% {
  bottom: 10%;
}

.l-10vw {
  left: -10vw;
}

.l\+10vw {
  left: 10vw;
}

.l-10\% {
  left: -10%;
}

.l\+10\% {
  left: 10%;
}

.r-10vw {
  right: -10vw;
}

.r\+10vw {
  right: 10vw;
}

.r-10\% {
  right: -10%;
}

.r\+10\% {
  right: 10%;
}

.t-11vw {
  top: -11vw;
}

.t\+11vw {
  top: 11vw;
}

.t-11\% {
  top: -11%;
}

.t\+11\% {
  top: 11%;
}

.b-11vw {
  bottom: -11vw;
}

.b\+11vw {
  bottom: 11vw;
}

.b-11\% {
  bottom: -11%;
}

.b\+11\% {
  bottom: 11%;
}

.l-11vw {
  left: -11vw;
}

.l\+11vw {
  left: 11vw;
}

.l-11\% {
  left: -11%;
}

.l\+11\% {
  left: 11%;
}

.r-11vw {
  right: -11vw;
}

.r\+11vw {
  right: 11vw;
}

.r-11\% {
  right: -11%;
}

.r\+11\% {
  right: 11%;
}

.t-12vw {
  top: -12vw;
}

.t\+12vw {
  top: 12vw;
}

.t-12\% {
  top: -12%;
}

.t\+12\% {
  top: 12%;
}

.b-12vw {
  bottom: -12vw;
}

.b\+12vw {
  bottom: 12vw;
}

.b-12\% {
  bottom: -12%;
}

.b\+12\% {
  bottom: 12%;
}

.l-12vw {
  left: -12vw;
}

.l\+12vw {
  left: 12vw;
}

.l-12\% {
  left: -12%;
}

.l\+12\% {
  left: 12%;
}

.r-12vw {
  right: -12vw;
}

.r\+12vw {
  right: 12vw;
}

.r-12\% {
  right: -12%;
}

.r\+12\% {
  right: 12%;
}

.t-13vw {
  top: -13vw;
}

.t\+13vw {
  top: 13vw;
}

.t-13\% {
  top: -13%;
}

.t\+13\% {
  top: 13%;
}

.b-13vw {
  bottom: -13vw;
}

.b\+13vw {
  bottom: 13vw;
}

.b-13\% {
  bottom: -13%;
}

.b\+13\% {
  bottom: 13%;
}

.l-13vw {
  left: -13vw;
}

.l\+13vw {
  left: 13vw;
}

.l-13\% {
  left: -13%;
}

.l\+13\% {
  left: 13%;
}

.r-13vw {
  right: -13vw;
}

.r\+13vw {
  right: 13vw;
}

.r-13\% {
  right: -13%;
}

.r\+13\% {
  right: 13%;
}

.t-14vw {
  top: -14vw;
}

.t\+14vw {
  top: 14vw;
}

.t-14\% {
  top: -14%;
}

.t\+14\% {
  top: 14%;
}

.b-14vw {
  bottom: -14vw;
}

.b\+14vw {
  bottom: 14vw;
}

.b-14\% {
  bottom: -14%;
}

.b\+14\% {
  bottom: 14%;
}

.l-14vw {
  left: -14vw;
}

.l\+14vw {
  left: 14vw;
}

.l-14\% {
  left: -14%;
}

.l\+14\% {
  left: 14%;
}

.r-14vw {
  right: -14vw;
}

.r\+14vw {
  right: 14vw;
}

.r-14\% {
  right: -14%;
}

.r\+14\% {
  right: 14%;
}

.t-15vw {
  top: -15vw;
}

.t\+15vw {
  top: 15vw;
}

.t-15\% {
  top: -15%;
}

.t\+15\% {
  top: 15%;
}

.b-15vw {
  bottom: -15vw;
}

.b\+15vw {
  bottom: 15vw;
}

.b-15\% {
  bottom: -15%;
}

.b\+15\% {
  bottom: 15%;
}

.l-15vw {
  left: -15vw;
}

.l\+15vw {
  left: 15vw;
}

.l-15\% {
  left: -15%;
}

.l\+15\% {
  left: 15%;
}

.r-15vw {
  right: -15vw;
}

.r\+15vw {
  right: 15vw;
}

.r-15\% {
  right: -15%;
}

.r\+15\% {
  right: 15%;
}

.t-16vw {
  top: -16vw;
}

.t\+16vw {
  top: 16vw;
}

.t-16\% {
  top: -16%;
}

.t\+16\% {
  top: 16%;
}

.b-16vw {
  bottom: -16vw;
}

.b\+16vw {
  bottom: 16vw;
}

.b-16\% {
  bottom: -16%;
}

.b\+16\% {
  bottom: 16%;
}

.l-16vw {
  left: -16vw;
}

.l\+16vw {
  left: 16vw;
}

.l-16\% {
  left: -16%;
}

.l\+16\% {
  left: 16%;
}

.r-16vw {
  right: -16vw;
}

.r\+16vw {
  right: 16vw;
}

.r-16\% {
  right: -16%;
}

.r\+16\% {
  right: 16%;
}

.t-17vw {
  top: -17vw;
}

.t\+17vw {
  top: 17vw;
}

.t-17\% {
  top: -17%;
}

.t\+17\% {
  top: 17%;
}

.b-17vw {
  bottom: -17vw;
}

.b\+17vw {
  bottom: 17vw;
}

.b-17\% {
  bottom: -17%;
}

.b\+17\% {
  bottom: 17%;
}

.l-17vw {
  left: -17vw;
}

.l\+17vw {
  left: 17vw;
}

.l-17\% {
  left: -17%;
}

.l\+17\% {
  left: 17%;
}

.r-17vw {
  right: -17vw;
}

.r\+17vw {
  right: 17vw;
}

.r-17\% {
  right: -17%;
}

.r\+17\% {
  right: 17%;
}

.t-18vw {
  top: -18vw;
}

.t\+18vw {
  top: 18vw;
}

.t-18\% {
  top: -18%;
}

.t\+18\% {
  top: 18%;
}

.b-18vw {
  bottom: -18vw;
}

.b\+18vw {
  bottom: 18vw;
}

.b-18\% {
  bottom: -18%;
}

.b\+18\% {
  bottom: 18%;
}

.l-18vw {
  left: -18vw;
}

.l\+18vw {
  left: 18vw;
}

.l-18\% {
  left: -18%;
}

.l\+18\% {
  left: 18%;
}

.r-18vw {
  right: -18vw;
}

.r\+18vw {
  right: 18vw;
}

.r-18\% {
  right: -18%;
}

.r\+18\% {
  right: 18%;
}

.t-19vw {
  top: -19vw;
}

.t\+19vw {
  top: 19vw;
}

.t-19\% {
  top: -19%;
}

.t\+19\% {
  top: 19%;
}

.b-19vw {
  bottom: -19vw;
}

.b\+19vw {
  bottom: 19vw;
}

.b-19\% {
  bottom: -19%;
}

.b\+19\% {
  bottom: 19%;
}

.l-19vw {
  left: -19vw;
}

.l\+19vw {
  left: 19vw;
}

.l-19\% {
  left: -19%;
}

.l\+19\% {
  left: 19%;
}

.r-19vw {
  right: -19vw;
}

.r\+19vw {
  right: 19vw;
}

.r-19\% {
  right: -19%;
}

.r\+19\% {
  right: 19%;
}

.t-20vw {
  top: -20vw;
}

.t\+20vw {
  top: 20vw;
}

.t-20\% {
  top: -20%;
}

.t\+20\% {
  top: 20%;
}

.b-20vw {
  bottom: -20vw;
}

.b\+20vw {
  bottom: 20vw;
}

.b-20\% {
  bottom: -20%;
}

.b\+20\% {
  bottom: 20%;
}

.l-20vw {
  left: -20vw;
}

.l\+20vw {
  left: 20vw;
}

.l-20\% {
  left: -20%;
}

.l\+20\% {
  left: 20%;
}

.r-20vw {
  right: -20vw;
}

.r\+20vw {
  right: 20vw;
}

.r-20\% {
  right: -20%;
}

.r\+20\% {
  right: 20%;
}

.t-21vw {
  top: -21vw;
}

.t\+21vw {
  top: 21vw;
}

.t-21\% {
  top: -21%;
}

.t\+21\% {
  top: 21%;
}

.b-21vw {
  bottom: -21vw;
}

.b\+21vw {
  bottom: 21vw;
}

.b-21\% {
  bottom: -21%;
}

.b\+21\% {
  bottom: 21%;
}

.l-21vw {
  left: -21vw;
}

.l\+21vw {
  left: 21vw;
}

.l-21\% {
  left: -21%;
}

.l\+21\% {
  left: 21%;
}

.r-21vw {
  right: -21vw;
}

.r\+21vw {
  right: 21vw;
}

.r-21\% {
  right: -21%;
}

.r\+21\% {
  right: 21%;
}

.t-22vw {
  top: -22vw;
}

.t\+22vw {
  top: 22vw;
}

.t-22\% {
  top: -22%;
}

.t\+22\% {
  top: 22%;
}

.b-22vw {
  bottom: -22vw;
}

.b\+22vw {
  bottom: 22vw;
}

.b-22\% {
  bottom: -22%;
}

.b\+22\% {
  bottom: 22%;
}

.l-22vw {
  left: -22vw;
}

.l\+22vw {
  left: 22vw;
}

.l-22\% {
  left: -22%;
}

.l\+22\% {
  left: 22%;
}

.r-22vw {
  right: -22vw;
}

.r\+22vw {
  right: 22vw;
}

.r-22\% {
  right: -22%;
}

.r\+22\% {
  right: 22%;
}

.t-23vw {
  top: -23vw;
}

.t\+23vw {
  top: 23vw;
}

.t-23\% {
  top: -23%;
}

.t\+23\% {
  top: 23%;
}

.b-23vw {
  bottom: -23vw;
}

.b\+23vw {
  bottom: 23vw;
}

.b-23\% {
  bottom: -23%;
}

.b\+23\% {
  bottom: 23%;
}

.l-23vw {
  left: -23vw;
}

.l\+23vw {
  left: 23vw;
}

.l-23\% {
  left: -23%;
}

.l\+23\% {
  left: 23%;
}

.r-23vw {
  right: -23vw;
}

.r\+23vw {
  right: 23vw;
}

.r-23\% {
  right: -23%;
}

.r\+23\% {
  right: 23%;
}

.t-24vw {
  top: -24vw;
}

.t\+24vw {
  top: 24vw;
}

.t-24\% {
  top: -24%;
}

.t\+24\% {
  top: 24%;
}

.b-24vw {
  bottom: -24vw;
}

.b\+24vw {
  bottom: 24vw;
}

.b-24\% {
  bottom: -24%;
}

.b\+24\% {
  bottom: 24%;
}

.l-24vw {
  left: -24vw;
}

.l\+24vw {
  left: 24vw;
}

.l-24\% {
  left: -24%;
}

.l\+24\% {
  left: 24%;
}

.r-24vw {
  right: -24vw;
}

.r\+24vw {
  right: 24vw;
}

.r-24\% {
  right: -24%;
}

.r\+24\% {
  right: 24%;
}

.t-25vw {
  top: -25vw;
}

.t\+25vw {
  top: 25vw;
}

.t-25\% {
  top: -25%;
}

.t\+25\% {
  top: 25%;
}

.b-25vw {
  bottom: -25vw;
}

.b\+25vw {
  bottom: 25vw;
}

.b-25\% {
  bottom: -25%;
}

.b\+25\% {
  bottom: 25%;
}

.l-25vw {
  left: -25vw;
}

.l\+25vw {
  left: 25vw;
}

.l-25\% {
  left: -25%;
}

.l\+25\% {
  left: 25%;
}

.r-25vw {
  right: -25vw;
}

.r\+25vw {
  right: 25vw;
}

.r-25\% {
  right: -25%;
}

.r\+25\% {
  right: 25%;
}

.t-26vw {
  top: -26vw;
}

.t\+26vw {
  top: 26vw;
}

.t-26\% {
  top: -26%;
}

.t\+26\% {
  top: 26%;
}

.b-26vw {
  bottom: -26vw;
}

.b\+26vw {
  bottom: 26vw;
}

.b-26\% {
  bottom: -26%;
}

.b\+26\% {
  bottom: 26%;
}

.l-26vw {
  left: -26vw;
}

.l\+26vw {
  left: 26vw;
}

.l-26\% {
  left: -26%;
}

.l\+26\% {
  left: 26%;
}

.r-26vw {
  right: -26vw;
}

.r\+26vw {
  right: 26vw;
}

.r-26\% {
  right: -26%;
}

.r\+26\% {
  right: 26%;
}

.t-27vw {
  top: -27vw;
}

.t\+27vw {
  top: 27vw;
}

.t-27\% {
  top: -27%;
}

.t\+27\% {
  top: 27%;
}

.b-27vw {
  bottom: -27vw;
}

.b\+27vw {
  bottom: 27vw;
}

.b-27\% {
  bottom: -27%;
}

.b\+27\% {
  bottom: 27%;
}

.l-27vw {
  left: -27vw;
}

.l\+27vw {
  left: 27vw;
}

.l-27\% {
  left: -27%;
}

.l\+27\% {
  left: 27%;
}

.r-27vw {
  right: -27vw;
}

.r\+27vw {
  right: 27vw;
}

.r-27\% {
  right: -27%;
}

.r\+27\% {
  right: 27%;
}

.t-28vw {
  top: -28vw;
}

.t\+28vw {
  top: 28vw;
}

.t-28\% {
  top: -28%;
}

.t\+28\% {
  top: 28%;
}

.b-28vw {
  bottom: -28vw;
}

.b\+28vw {
  bottom: 28vw;
}

.b-28\% {
  bottom: -28%;
}

.b\+28\% {
  bottom: 28%;
}

.l-28vw {
  left: -28vw;
}

.l\+28vw {
  left: 28vw;
}

.l-28\% {
  left: -28%;
}

.l\+28\% {
  left: 28%;
}

.r-28vw {
  right: -28vw;
}

.r\+28vw {
  right: 28vw;
}

.r-28\% {
  right: -28%;
}

.r\+28\% {
  right: 28%;
}

.t-29vw {
  top: -29vw;
}

.t\+29vw {
  top: 29vw;
}

.t-29\% {
  top: -29%;
}

.t\+29\% {
  top: 29%;
}

.b-29vw {
  bottom: -29vw;
}

.b\+29vw {
  bottom: 29vw;
}

.b-29\% {
  bottom: -29%;
}

.b\+29\% {
  bottom: 29%;
}

.l-29vw {
  left: -29vw;
}

.l\+29vw {
  left: 29vw;
}

.l-29\% {
  left: -29%;
}

.l\+29\% {
  left: 29%;
}

.r-29vw {
  right: -29vw;
}

.r\+29vw {
  right: 29vw;
}

.r-29\% {
  right: -29%;
}

.r\+29\% {
  right: 29%;
}

.t-30vw {
  top: -30vw;
}

.t\+30vw {
  top: 30vw;
}

.t-30\% {
  top: -30%;
}

.t\+30\% {
  top: 30%;
}

.b-30vw {
  bottom: -30vw;
}

.b\+30vw {
  bottom: 30vw;
}

.b-30\% {
  bottom: -30%;
}

.b\+30\% {
  bottom: 30%;
}

.l-30vw {
  left: -30vw;
}

.l\+30vw {
  left: 30vw;
}

.l-30\% {
  left: -30%;
}

.l\+30\% {
  left: 30%;
}

.r-30vw {
  right: -30vw;
}

.r\+30vw {
  right: 30vw;
}

.r-30\% {
  right: -30%;
}

.r\+30\% {
  right: 30%;
}

.t-31vw {
  top: -31vw;
}

.t\+31vw {
  top: 31vw;
}

.t-31\% {
  top: -31%;
}

.t\+31\% {
  top: 31%;
}

.b-31vw {
  bottom: -31vw;
}

.b\+31vw {
  bottom: 31vw;
}

.b-31\% {
  bottom: -31%;
}

.b\+31\% {
  bottom: 31%;
}

.l-31vw {
  left: -31vw;
}

.l\+31vw {
  left: 31vw;
}

.l-31\% {
  left: -31%;
}

.l\+31\% {
  left: 31%;
}

.r-31vw {
  right: -31vw;
}

.r\+31vw {
  right: 31vw;
}

.r-31\% {
  right: -31%;
}

.r\+31\% {
  right: 31%;
}

.t-32vw {
  top: -32vw;
}

.t\+32vw {
  top: 32vw;
}

.t-32\% {
  top: -32%;
}

.t\+32\% {
  top: 32%;
}

.b-32vw {
  bottom: -32vw;
}

.b\+32vw {
  bottom: 32vw;
}

.b-32\% {
  bottom: -32%;
}

.b\+32\% {
  bottom: 32%;
}

.l-32vw {
  left: -32vw;
}

.l\+32vw {
  left: 32vw;
}

.l-32\% {
  left: -32%;
}

.l\+32\% {
  left: 32%;
}

.r-32vw {
  right: -32vw;
}

.r\+32vw {
  right: 32vw;
}

.r-32\% {
  right: -32%;
}

.r\+32\% {
  right: 32%;
}

.t-33vw {
  top: -33vw;
}

.t\+33vw {
  top: 33vw;
}

.t-33\% {
  top: -33%;
}

.t\+33\% {
  top: 33%;
}

.b-33vw {
  bottom: -33vw;
}

.b\+33vw {
  bottom: 33vw;
}

.b-33\% {
  bottom: -33%;
}

.b\+33\% {
  bottom: 33%;
}

.l-33vw {
  left: -33vw;
}

.l\+33vw {
  left: 33vw;
}

.l-33\% {
  left: -33%;
}

.l\+33\% {
  left: 33%;
}

.r-33vw {
  right: -33vw;
}

.r\+33vw {
  right: 33vw;
}

.r-33\% {
  right: -33%;
}

.r\+33\% {
  right: 33%;
}

.t-34vw {
  top: -34vw;
}

.t\+34vw {
  top: 34vw;
}

.t-34\% {
  top: -34%;
}

.t\+34\% {
  top: 34%;
}

.b-34vw {
  bottom: -34vw;
}

.b\+34vw {
  bottom: 34vw;
}

.b-34\% {
  bottom: -34%;
}

.b\+34\% {
  bottom: 34%;
}

.l-34vw {
  left: -34vw;
}

.l\+34vw {
  left: 34vw;
}

.l-34\% {
  left: -34%;
}

.l\+34\% {
  left: 34%;
}

.r-34vw {
  right: -34vw;
}

.r\+34vw {
  right: 34vw;
}

.r-34\% {
  right: -34%;
}

.r\+34\% {
  right: 34%;
}

.t-35vw {
  top: -35vw;
}

.t\+35vw {
  top: 35vw;
}

.t-35\% {
  top: -35%;
}

.t\+35\% {
  top: 35%;
}

.b-35vw {
  bottom: -35vw;
}

.b\+35vw {
  bottom: 35vw;
}

.b-35\% {
  bottom: -35%;
}

.b\+35\% {
  bottom: 35%;
}

.l-35vw {
  left: -35vw;
}

.l\+35vw {
  left: 35vw;
}

.l-35\% {
  left: -35%;
}

.l\+35\% {
  left: 35%;
}

.r-35vw {
  right: -35vw;
}

.r\+35vw {
  right: 35vw;
}

.r-35\% {
  right: -35%;
}

.r\+35\% {
  right: 35%;
}

.t-36vw {
  top: -36vw;
}

.t\+36vw {
  top: 36vw;
}

.t-36\% {
  top: -36%;
}

.t\+36\% {
  top: 36%;
}

.b-36vw {
  bottom: -36vw;
}

.b\+36vw {
  bottom: 36vw;
}

.b-36\% {
  bottom: -36%;
}

.b\+36\% {
  bottom: 36%;
}

.l-36vw {
  left: -36vw;
}

.l\+36vw {
  left: 36vw;
}

.l-36\% {
  left: -36%;
}

.l\+36\% {
  left: 36%;
}

.r-36vw {
  right: -36vw;
}

.r\+36vw {
  right: 36vw;
}

.r-36\% {
  right: -36%;
}

.r\+36\% {
  right: 36%;
}

.t-37vw {
  top: -37vw;
}

.t\+37vw {
  top: 37vw;
}

.t-37\% {
  top: -37%;
}

.t\+37\% {
  top: 37%;
}

.b-37vw {
  bottom: -37vw;
}

.b\+37vw {
  bottom: 37vw;
}

.b-37\% {
  bottom: -37%;
}

.b\+37\% {
  bottom: 37%;
}

.l-37vw {
  left: -37vw;
}

.l\+37vw {
  left: 37vw;
}

.l-37\% {
  left: -37%;
}

.l\+37\% {
  left: 37%;
}

.r-37vw {
  right: -37vw;
}

.r\+37vw {
  right: 37vw;
}

.r-37\% {
  right: -37%;
}

.r\+37\% {
  right: 37%;
}

.t-38vw {
  top: -38vw;
}

.t\+38vw {
  top: 38vw;
}

.t-38\% {
  top: -38%;
}

.t\+38\% {
  top: 38%;
}

.b-38vw {
  bottom: -38vw;
}

.b\+38vw {
  bottom: 38vw;
}

.b-38\% {
  bottom: -38%;
}

.b\+38\% {
  bottom: 38%;
}

.l-38vw {
  left: -38vw;
}

.l\+38vw {
  left: 38vw;
}

.l-38\% {
  left: -38%;
}

.l\+38\% {
  left: 38%;
}

.r-38vw {
  right: -38vw;
}

.r\+38vw {
  right: 38vw;
}

.r-38\% {
  right: -38%;
}

.r\+38\% {
  right: 38%;
}

.t-39vw {
  top: -39vw;
}

.t\+39vw {
  top: 39vw;
}

.t-39\% {
  top: -39%;
}

.t\+39\% {
  top: 39%;
}

.b-39vw {
  bottom: -39vw;
}

.b\+39vw {
  bottom: 39vw;
}

.b-39\% {
  bottom: -39%;
}

.b\+39\% {
  bottom: 39%;
}

.l-39vw {
  left: -39vw;
}

.l\+39vw {
  left: 39vw;
}

.l-39\% {
  left: -39%;
}

.l\+39\% {
  left: 39%;
}

.r-39vw {
  right: -39vw;
}

.r\+39vw {
  right: 39vw;
}

.r-39\% {
  right: -39%;
}

.r\+39\% {
  right: 39%;
}

.t-40vw {
  top: -40vw;
}

.t\+40vw {
  top: 40vw;
}

.t-40\% {
  top: -40%;
}

.t\+40\% {
  top: 40%;
}

.b-40vw {
  bottom: -40vw;
}

.b\+40vw {
  bottom: 40vw;
}

.b-40\% {
  bottom: -40%;
}

.b\+40\% {
  bottom: 40%;
}

.l-40vw {
  left: -40vw;
}

.l\+40vw {
  left: 40vw;
}

.l-40\% {
  left: -40%;
}

.l\+40\% {
  left: 40%;
}

.r-40vw {
  right: -40vw;
}

.r\+40vw {
  right: 40vw;
}

.r-40\% {
  right: -40%;
}

.r\+40\% {
  right: 40%;
}

.t-41vw {
  top: -41vw;
}

.t\+41vw {
  top: 41vw;
}

.t-41\% {
  top: -41%;
}

.t\+41\% {
  top: 41%;
}

.b-41vw {
  bottom: -41vw;
}

.b\+41vw {
  bottom: 41vw;
}

.b-41\% {
  bottom: -41%;
}

.b\+41\% {
  bottom: 41%;
}

.l-41vw {
  left: -41vw;
}

.l\+41vw {
  left: 41vw;
}

.l-41\% {
  left: -41%;
}

.l\+41\% {
  left: 41%;
}

.r-41vw {
  right: -41vw;
}

.r\+41vw {
  right: 41vw;
}

.r-41\% {
  right: -41%;
}

.r\+41\% {
  right: 41%;
}

.t-42vw {
  top: -42vw;
}

.t\+42vw {
  top: 42vw;
}

.t-42\% {
  top: -42%;
}

.t\+42\% {
  top: 42%;
}

.b-42vw {
  bottom: -42vw;
}

.b\+42vw {
  bottom: 42vw;
}

.b-42\% {
  bottom: -42%;
}

.b\+42\% {
  bottom: 42%;
}

.l-42vw {
  left: -42vw;
}

.l\+42vw {
  left: 42vw;
}

.l-42\% {
  left: -42%;
}

.l\+42\% {
  left: 42%;
}

.r-42vw {
  right: -42vw;
}

.r\+42vw {
  right: 42vw;
}

.r-42\% {
  right: -42%;
}

.r\+42\% {
  right: 42%;
}

.t-43vw {
  top: -43vw;
}

.t\+43vw {
  top: 43vw;
}

.t-43\% {
  top: -43%;
}

.t\+43\% {
  top: 43%;
}

.b-43vw {
  bottom: -43vw;
}

.b\+43vw {
  bottom: 43vw;
}

.b-43\% {
  bottom: -43%;
}

.b\+43\% {
  bottom: 43%;
}

.l-43vw {
  left: -43vw;
}

.l\+43vw {
  left: 43vw;
}

.l-43\% {
  left: -43%;
}

.l\+43\% {
  left: 43%;
}

.r-43vw {
  right: -43vw;
}

.r\+43vw {
  right: 43vw;
}

.r-43\% {
  right: -43%;
}

.r\+43\% {
  right: 43%;
}

.t-44vw {
  top: -44vw;
}

.t\+44vw {
  top: 44vw;
}

.t-44\% {
  top: -44%;
}

.t\+44\% {
  top: 44%;
}

.b-44vw {
  bottom: -44vw;
}

.b\+44vw {
  bottom: 44vw;
}

.b-44\% {
  bottom: -44%;
}

.b\+44\% {
  bottom: 44%;
}

.l-44vw {
  left: -44vw;
}

.l\+44vw {
  left: 44vw;
}

.l-44\% {
  left: -44%;
}

.l\+44\% {
  left: 44%;
}

.r-44vw {
  right: -44vw;
}

.r\+44vw {
  right: 44vw;
}

.r-44\% {
  right: -44%;
}

.r\+44\% {
  right: 44%;
}

.t-45vw {
  top: -45vw;
}

.t\+45vw {
  top: 45vw;
}

.t-45\% {
  top: -45%;
}

.t\+45\% {
  top: 45%;
}

.b-45vw {
  bottom: -45vw;
}

.b\+45vw {
  bottom: 45vw;
}

.b-45\% {
  bottom: -45%;
}

.b\+45\% {
  bottom: 45%;
}

.l-45vw {
  left: -45vw;
}

.l\+45vw {
  left: 45vw;
}

.l-45\% {
  left: -45%;
}

.l\+45\% {
  left: 45%;
}

.r-45vw {
  right: -45vw;
}

.r\+45vw {
  right: 45vw;
}

.r-45\% {
  right: -45%;
}

.r\+45\% {
  right: 45%;
}

.t-46vw {
  top: -46vw;
}

.t\+46vw {
  top: 46vw;
}

.t-46\% {
  top: -46%;
}

.t\+46\% {
  top: 46%;
}

.b-46vw {
  bottom: -46vw;
}

.b\+46vw {
  bottom: 46vw;
}

.b-46\% {
  bottom: -46%;
}

.b\+46\% {
  bottom: 46%;
}

.l-46vw {
  left: -46vw;
}

.l\+46vw {
  left: 46vw;
}

.l-46\% {
  left: -46%;
}

.l\+46\% {
  left: 46%;
}

.r-46vw {
  right: -46vw;
}

.r\+46vw {
  right: 46vw;
}

.r-46\% {
  right: -46%;
}

.r\+46\% {
  right: 46%;
}

.t-47vw {
  top: -47vw;
}

.t\+47vw {
  top: 47vw;
}

.t-47\% {
  top: -47%;
}

.t\+47\% {
  top: 47%;
}

.b-47vw {
  bottom: -47vw;
}

.b\+47vw {
  bottom: 47vw;
}

.b-47\% {
  bottom: -47%;
}

.b\+47\% {
  bottom: 47%;
}

.l-47vw {
  left: -47vw;
}

.l\+47vw {
  left: 47vw;
}

.l-47\% {
  left: -47%;
}

.l\+47\% {
  left: 47%;
}

.r-47vw {
  right: -47vw;
}

.r\+47vw {
  right: 47vw;
}

.r-47\% {
  right: -47%;
}

.r\+47\% {
  right: 47%;
}

.t-48vw {
  top: -48vw;
}

.t\+48vw {
  top: 48vw;
}

.t-48\% {
  top: -48%;
}

.t\+48\% {
  top: 48%;
}

.b-48vw {
  bottom: -48vw;
}

.b\+48vw {
  bottom: 48vw;
}

.b-48\% {
  bottom: -48%;
}

.b\+48\% {
  bottom: 48%;
}

.l-48vw {
  left: -48vw;
}

.l\+48vw {
  left: 48vw;
}

.l-48\% {
  left: -48%;
}

.l\+48\% {
  left: 48%;
}

.r-48vw {
  right: -48vw;
}

.r\+48vw {
  right: 48vw;
}

.r-48\% {
  right: -48%;
}

.r\+48\% {
  right: 48%;
}

.t-49vw {
  top: -49vw;
}

.t\+49vw {
  top: 49vw;
}

.t-49\% {
  top: -49%;
}

.t\+49\% {
  top: 49%;
}

.b-49vw {
  bottom: -49vw;
}

.b\+49vw {
  bottom: 49vw;
}

.b-49\% {
  bottom: -49%;
}

.b\+49\% {
  bottom: 49%;
}

.l-49vw {
  left: -49vw;
}

.l\+49vw {
  left: 49vw;
}

.l-49\% {
  left: -49%;
}

.l\+49\% {
  left: 49%;
}

.r-49vw {
  right: -49vw;
}

.r\+49vw {
  right: 49vw;
}

.r-49\% {
  right: -49%;
}

.r\+49\% {
  right: 49%;
}

.t-50vw {
  top: -50vw;
}

.t\+50vw {
  top: 50vw;
}

.t-50\% {
  top: -50%;
}

.t\+50\% {
  top: 50%;
}

.b-50vw {
  bottom: -50vw;
}

.b\+50vw {
  bottom: 50vw;
}

.b-50\% {
  bottom: -50%;
}

.b\+50\% {
  bottom: 50%;
}

.l-50vw {
  left: -50vw;
}

.l\+50vw {
  left: 50vw;
}

.l-50\% {
  left: -50%;
}

.l\+50\% {
  left: 50%;
}

.r-50vw {
  right: -50vw;
}

.r\+50vw {
  right: 50vw;
}

.r-50\% {
  right: -50%;
}

.r\+50\% {
  right: 50%;
}

.t-51vw {
  top: -51vw;
}

.t\+51vw {
  top: 51vw;
}

.t-51\% {
  top: -51%;
}

.t\+51\% {
  top: 51%;
}

.b-51vw {
  bottom: -51vw;
}

.b\+51vw {
  bottom: 51vw;
}

.b-51\% {
  bottom: -51%;
}

.b\+51\% {
  bottom: 51%;
}

.l-51vw {
  left: -51vw;
}

.l\+51vw {
  left: 51vw;
}

.l-51\% {
  left: -51%;
}

.l\+51\% {
  left: 51%;
}

.r-51vw {
  right: -51vw;
}

.r\+51vw {
  right: 51vw;
}

.r-51\% {
  right: -51%;
}

.r\+51\% {
  right: 51%;
}

.t-52vw {
  top: -52vw;
}

.t\+52vw {
  top: 52vw;
}

.t-52\% {
  top: -52%;
}

.t\+52\% {
  top: 52%;
}

.b-52vw {
  bottom: -52vw;
}

.b\+52vw {
  bottom: 52vw;
}

.b-52\% {
  bottom: -52%;
}

.b\+52\% {
  bottom: 52%;
}

.l-52vw {
  left: -52vw;
}

.l\+52vw {
  left: 52vw;
}

.l-52\% {
  left: -52%;
}

.l\+52\% {
  left: 52%;
}

.r-52vw {
  right: -52vw;
}

.r\+52vw {
  right: 52vw;
}

.r-52\% {
  right: -52%;
}

.r\+52\% {
  right: 52%;
}

.t-53vw {
  top: -53vw;
}

.t\+53vw {
  top: 53vw;
}

.t-53\% {
  top: -53%;
}

.t\+53\% {
  top: 53%;
}

.b-53vw {
  bottom: -53vw;
}

.b\+53vw {
  bottom: 53vw;
}

.b-53\% {
  bottom: -53%;
}

.b\+53\% {
  bottom: 53%;
}

.l-53vw {
  left: -53vw;
}

.l\+53vw {
  left: 53vw;
}

.l-53\% {
  left: -53%;
}

.l\+53\% {
  left: 53%;
}

.r-53vw {
  right: -53vw;
}

.r\+53vw {
  right: 53vw;
}

.r-53\% {
  right: -53%;
}

.r\+53\% {
  right: 53%;
}

.t-54vw {
  top: -54vw;
}

.t\+54vw {
  top: 54vw;
}

.t-54\% {
  top: -54%;
}

.t\+54\% {
  top: 54%;
}

.b-54vw {
  bottom: -54vw;
}

.b\+54vw {
  bottom: 54vw;
}

.b-54\% {
  bottom: -54%;
}

.b\+54\% {
  bottom: 54%;
}

.l-54vw {
  left: -54vw;
}

.l\+54vw {
  left: 54vw;
}

.l-54\% {
  left: -54%;
}

.l\+54\% {
  left: 54%;
}

.r-54vw {
  right: -54vw;
}

.r\+54vw {
  right: 54vw;
}

.r-54\% {
  right: -54%;
}

.r\+54\% {
  right: 54%;
}

.t-55vw {
  top: -55vw;
}

.t\+55vw {
  top: 55vw;
}

.t-55\% {
  top: -55%;
}

.t\+55\% {
  top: 55%;
}

.b-55vw {
  bottom: -55vw;
}

.b\+55vw {
  bottom: 55vw;
}

.b-55\% {
  bottom: -55%;
}

.b\+55\% {
  bottom: 55%;
}

.l-55vw {
  left: -55vw;
}

.l\+55vw {
  left: 55vw;
}

.l-55\% {
  left: -55%;
}

.l\+55\% {
  left: 55%;
}

.r-55vw {
  right: -55vw;
}

.r\+55vw {
  right: 55vw;
}

.r-55\% {
  right: -55%;
}

.r\+55\% {
  right: 55%;
}

.t-56vw {
  top: -56vw;
}

.t\+56vw {
  top: 56vw;
}

.t-56\% {
  top: -56%;
}

.t\+56\% {
  top: 56%;
}

.b-56vw {
  bottom: -56vw;
}

.b\+56vw {
  bottom: 56vw;
}

.b-56\% {
  bottom: -56%;
}

.b\+56\% {
  bottom: 56%;
}

.l-56vw {
  left: -56vw;
}

.l\+56vw {
  left: 56vw;
}

.l-56\% {
  left: -56%;
}

.l\+56\% {
  left: 56%;
}

.r-56vw {
  right: -56vw;
}

.r\+56vw {
  right: 56vw;
}

.r-56\% {
  right: -56%;
}

.r\+56\% {
  right: 56%;
}

.t-57vw {
  top: -57vw;
}

.t\+57vw {
  top: 57vw;
}

.t-57\% {
  top: -57%;
}

.t\+57\% {
  top: 57%;
}

.b-57vw {
  bottom: -57vw;
}

.b\+57vw {
  bottom: 57vw;
}

.b-57\% {
  bottom: -57%;
}

.b\+57\% {
  bottom: 57%;
}

.l-57vw {
  left: -57vw;
}

.l\+57vw {
  left: 57vw;
}

.l-57\% {
  left: -57%;
}

.l\+57\% {
  left: 57%;
}

.r-57vw {
  right: -57vw;
}

.r\+57vw {
  right: 57vw;
}

.r-57\% {
  right: -57%;
}

.r\+57\% {
  right: 57%;
}

.t-58vw {
  top: -58vw;
}

.t\+58vw {
  top: 58vw;
}

.t-58\% {
  top: -58%;
}

.t\+58\% {
  top: 58%;
}

.b-58vw {
  bottom: -58vw;
}

.b\+58vw {
  bottom: 58vw;
}

.b-58\% {
  bottom: -58%;
}

.b\+58\% {
  bottom: 58%;
}

.l-58vw {
  left: -58vw;
}

.l\+58vw {
  left: 58vw;
}

.l-58\% {
  left: -58%;
}

.l\+58\% {
  left: 58%;
}

.r-58vw {
  right: -58vw;
}

.r\+58vw {
  right: 58vw;
}

.r-58\% {
  right: -58%;
}

.r\+58\% {
  right: 58%;
}

.t-59vw {
  top: -59vw;
}

.t\+59vw {
  top: 59vw;
}

.t-59\% {
  top: -59%;
}

.t\+59\% {
  top: 59%;
}

.b-59vw {
  bottom: -59vw;
}

.b\+59vw {
  bottom: 59vw;
}

.b-59\% {
  bottom: -59%;
}

.b\+59\% {
  bottom: 59%;
}

.l-59vw {
  left: -59vw;
}

.l\+59vw {
  left: 59vw;
}

.l-59\% {
  left: -59%;
}

.l\+59\% {
  left: 59%;
}

.r-59vw {
  right: -59vw;
}

.r\+59vw {
  right: 59vw;
}

.r-59\% {
  right: -59%;
}

.r\+59\% {
  right: 59%;
}

.t-60vw {
  top: -60vw;
}

.t\+60vw {
  top: 60vw;
}

.t-60\% {
  top: -60%;
}

.t\+60\% {
  top: 60%;
}

.b-60vw {
  bottom: -60vw;
}

.b\+60vw {
  bottom: 60vw;
}

.b-60\% {
  bottom: -60%;
}

.b\+60\% {
  bottom: 60%;
}

.l-60vw {
  left: -60vw;
}

.l\+60vw {
  left: 60vw;
}

.l-60\% {
  left: -60%;
}

.l\+60\% {
  left: 60%;
}

.r-60vw {
  right: -60vw;
}

.r\+60vw {
  right: 60vw;
}

.r-60\% {
  right: -60%;
}

.r\+60\% {
  right: 60%;
}

.t-61vw {
  top: -61vw;
}

.t\+61vw {
  top: 61vw;
}

.t-61\% {
  top: -61%;
}

.t\+61\% {
  top: 61%;
}

.b-61vw {
  bottom: -61vw;
}

.b\+61vw {
  bottom: 61vw;
}

.b-61\% {
  bottom: -61%;
}

.b\+61\% {
  bottom: 61%;
}

.l-61vw {
  left: -61vw;
}

.l\+61vw {
  left: 61vw;
}

.l-61\% {
  left: -61%;
}

.l\+61\% {
  left: 61%;
}

.r-61vw {
  right: -61vw;
}

.r\+61vw {
  right: 61vw;
}

.r-61\% {
  right: -61%;
}

.r\+61\% {
  right: 61%;
}

.t-62vw {
  top: -62vw;
}

.t\+62vw {
  top: 62vw;
}

.t-62\% {
  top: -62%;
}

.t\+62\% {
  top: 62%;
}

.b-62vw {
  bottom: -62vw;
}

.b\+62vw {
  bottom: 62vw;
}

.b-62\% {
  bottom: -62%;
}

.b\+62\% {
  bottom: 62%;
}

.l-62vw {
  left: -62vw;
}

.l\+62vw {
  left: 62vw;
}

.l-62\% {
  left: -62%;
}

.l\+62\% {
  left: 62%;
}

.r-62vw {
  right: -62vw;
}

.r\+62vw {
  right: 62vw;
}

.r-62\% {
  right: -62%;
}

.r\+62\% {
  right: 62%;
}

.t-63vw {
  top: -63vw;
}

.t\+63vw {
  top: 63vw;
}

.t-63\% {
  top: -63%;
}

.t\+63\% {
  top: 63%;
}

.b-63vw {
  bottom: -63vw;
}

.b\+63vw {
  bottom: 63vw;
}

.b-63\% {
  bottom: -63%;
}

.b\+63\% {
  bottom: 63%;
}

.l-63vw {
  left: -63vw;
}

.l\+63vw {
  left: 63vw;
}

.l-63\% {
  left: -63%;
}

.l\+63\% {
  left: 63%;
}

.r-63vw {
  right: -63vw;
}

.r\+63vw {
  right: 63vw;
}

.r-63\% {
  right: -63%;
}

.r\+63\% {
  right: 63%;
}

.t-64vw {
  top: -64vw;
}

.t\+64vw {
  top: 64vw;
}

.t-64\% {
  top: -64%;
}

.t\+64\% {
  top: 64%;
}

.b-64vw {
  bottom: -64vw;
}

.b\+64vw {
  bottom: 64vw;
}

.b-64\% {
  bottom: -64%;
}

.b\+64\% {
  bottom: 64%;
}

.l-64vw {
  left: -64vw;
}

.l\+64vw {
  left: 64vw;
}

.l-64\% {
  left: -64%;
}

.l\+64\% {
  left: 64%;
}

.r-64vw {
  right: -64vw;
}

.r\+64vw {
  right: 64vw;
}

.r-64\% {
  right: -64%;
}

.r\+64\% {
  right: 64%;
}

.t-65vw {
  top: -65vw;
}

.t\+65vw {
  top: 65vw;
}

.t-65\% {
  top: -65%;
}

.t\+65\% {
  top: 65%;
}

.b-65vw {
  bottom: -65vw;
}

.b\+65vw {
  bottom: 65vw;
}

.b-65\% {
  bottom: -65%;
}

.b\+65\% {
  bottom: 65%;
}

.l-65vw {
  left: -65vw;
}

.l\+65vw {
  left: 65vw;
}

.l-65\% {
  left: -65%;
}

.l\+65\% {
  left: 65%;
}

.r-65vw {
  right: -65vw;
}

.r\+65vw {
  right: 65vw;
}

.r-65\% {
  right: -65%;
}

.r\+65\% {
  right: 65%;
}

.t-66vw {
  top: -66vw;
}

.t\+66vw {
  top: 66vw;
}

.t-66\% {
  top: -66%;
}

.t\+66\% {
  top: 66%;
}

.b-66vw {
  bottom: -66vw;
}

.b\+66vw {
  bottom: 66vw;
}

.b-66\% {
  bottom: -66%;
}

.b\+66\% {
  bottom: 66%;
}

.l-66vw {
  left: -66vw;
}

.l\+66vw {
  left: 66vw;
}

.l-66\% {
  left: -66%;
}

.l\+66\% {
  left: 66%;
}

.r-66vw {
  right: -66vw;
}

.r\+66vw {
  right: 66vw;
}

.r-66\% {
  right: -66%;
}

.r\+66\% {
  right: 66%;
}

.t-67vw {
  top: -67vw;
}

.t\+67vw {
  top: 67vw;
}

.t-67\% {
  top: -67%;
}

.t\+67\% {
  top: 67%;
}

.b-67vw {
  bottom: -67vw;
}

.b\+67vw {
  bottom: 67vw;
}

.b-67\% {
  bottom: -67%;
}

.b\+67\% {
  bottom: 67%;
}

.l-67vw {
  left: -67vw;
}

.l\+67vw {
  left: 67vw;
}

.l-67\% {
  left: -67%;
}

.l\+67\% {
  left: 67%;
}

.r-67vw {
  right: -67vw;
}

.r\+67vw {
  right: 67vw;
}

.r-67\% {
  right: -67%;
}

.r\+67\% {
  right: 67%;
}

.t-68vw {
  top: -68vw;
}

.t\+68vw {
  top: 68vw;
}

.t-68\% {
  top: -68%;
}

.t\+68\% {
  top: 68%;
}

.b-68vw {
  bottom: -68vw;
}

.b\+68vw {
  bottom: 68vw;
}

.b-68\% {
  bottom: -68%;
}

.b\+68\% {
  bottom: 68%;
}

.l-68vw {
  left: -68vw;
}

.l\+68vw {
  left: 68vw;
}

.l-68\% {
  left: -68%;
}

.l\+68\% {
  left: 68%;
}

.r-68vw {
  right: -68vw;
}

.r\+68vw {
  right: 68vw;
}

.r-68\% {
  right: -68%;
}

.r\+68\% {
  right: 68%;
}

.t-69vw {
  top: -69vw;
}

.t\+69vw {
  top: 69vw;
}

.t-69\% {
  top: -69%;
}

.t\+69\% {
  top: 69%;
}

.b-69vw {
  bottom: -69vw;
}

.b\+69vw {
  bottom: 69vw;
}

.b-69\% {
  bottom: -69%;
}

.b\+69\% {
  bottom: 69%;
}

.l-69vw {
  left: -69vw;
}

.l\+69vw {
  left: 69vw;
}

.l-69\% {
  left: -69%;
}

.l\+69\% {
  left: 69%;
}

.r-69vw {
  right: -69vw;
}

.r\+69vw {
  right: 69vw;
}

.r-69\% {
  right: -69%;
}

.r\+69\% {
  right: 69%;
}

.t-70vw {
  top: -70vw;
}

.t\+70vw {
  top: 70vw;
}

.t-70\% {
  top: -70%;
}

.t\+70\% {
  top: 70%;
}

.b-70vw {
  bottom: -70vw;
}

.b\+70vw {
  bottom: 70vw;
}

.b-70\% {
  bottom: -70%;
}

.b\+70\% {
  bottom: 70%;
}

.l-70vw {
  left: -70vw;
}

.l\+70vw {
  left: 70vw;
}

.l-70\% {
  left: -70%;
}

.l\+70\% {
  left: 70%;
}

.r-70vw {
  right: -70vw;
}

.r\+70vw {
  right: 70vw;
}

.r-70\% {
  right: -70%;
}

.r\+70\% {
  right: 70%;
}

.t-71vw {
  top: -71vw;
}

.t\+71vw {
  top: 71vw;
}

.t-71\% {
  top: -71%;
}

.t\+71\% {
  top: 71%;
}

.b-71vw {
  bottom: -71vw;
}

.b\+71vw {
  bottom: 71vw;
}

.b-71\% {
  bottom: -71%;
}

.b\+71\% {
  bottom: 71%;
}

.l-71vw {
  left: -71vw;
}

.l\+71vw {
  left: 71vw;
}

.l-71\% {
  left: -71%;
}

.l\+71\% {
  left: 71%;
}

.r-71vw {
  right: -71vw;
}

.r\+71vw {
  right: 71vw;
}

.r-71\% {
  right: -71%;
}

.r\+71\% {
  right: 71%;
}

.t-72vw {
  top: -72vw;
}

.t\+72vw {
  top: 72vw;
}

.t-72\% {
  top: -72%;
}

.t\+72\% {
  top: 72%;
}

.b-72vw {
  bottom: -72vw;
}

.b\+72vw {
  bottom: 72vw;
}

.b-72\% {
  bottom: -72%;
}

.b\+72\% {
  bottom: 72%;
}

.l-72vw {
  left: -72vw;
}

.l\+72vw {
  left: 72vw;
}

.l-72\% {
  left: -72%;
}

.l\+72\% {
  left: 72%;
}

.r-72vw {
  right: -72vw;
}

.r\+72vw {
  right: 72vw;
}

.r-72\% {
  right: -72%;
}

.r\+72\% {
  right: 72%;
}

.t-73vw {
  top: -73vw;
}

.t\+73vw {
  top: 73vw;
}

.t-73\% {
  top: -73%;
}

.t\+73\% {
  top: 73%;
}

.b-73vw {
  bottom: -73vw;
}

.b\+73vw {
  bottom: 73vw;
}

.b-73\% {
  bottom: -73%;
}

.b\+73\% {
  bottom: 73%;
}

.l-73vw {
  left: -73vw;
}

.l\+73vw {
  left: 73vw;
}

.l-73\% {
  left: -73%;
}

.l\+73\% {
  left: 73%;
}

.r-73vw {
  right: -73vw;
}

.r\+73vw {
  right: 73vw;
}

.r-73\% {
  right: -73%;
}

.r\+73\% {
  right: 73%;
}

.t-74vw {
  top: -74vw;
}

.t\+74vw {
  top: 74vw;
}

.t-74\% {
  top: -74%;
}

.t\+74\% {
  top: 74%;
}

.b-74vw {
  bottom: -74vw;
}

.b\+74vw {
  bottom: 74vw;
}

.b-74\% {
  bottom: -74%;
}

.b\+74\% {
  bottom: 74%;
}

.l-74vw {
  left: -74vw;
}

.l\+74vw {
  left: 74vw;
}

.l-74\% {
  left: -74%;
}

.l\+74\% {
  left: 74%;
}

.r-74vw {
  right: -74vw;
}

.r\+74vw {
  right: 74vw;
}

.r-74\% {
  right: -74%;
}

.r\+74\% {
  right: 74%;
}

.t-75vw {
  top: -75vw;
}

.t\+75vw {
  top: 75vw;
}

.t-75\% {
  top: -75%;
}

.t\+75\% {
  top: 75%;
}

.b-75vw {
  bottom: -75vw;
}

.b\+75vw {
  bottom: 75vw;
}

.b-75\% {
  bottom: -75%;
}

.b\+75\% {
  bottom: 75%;
}

.l-75vw {
  left: -75vw;
}

.l\+75vw {
  left: 75vw;
}

.l-75\% {
  left: -75%;
}

.l\+75\% {
  left: 75%;
}

.r-75vw {
  right: -75vw;
}

.r\+75vw {
  right: 75vw;
}

.r-75\% {
  right: -75%;
}

.r\+75\% {
  right: 75%;
}

.t-76vw {
  top: -76vw;
}

.t\+76vw {
  top: 76vw;
}

.t-76\% {
  top: -76%;
}

.t\+76\% {
  top: 76%;
}

.b-76vw {
  bottom: -76vw;
}

.b\+76vw {
  bottom: 76vw;
}

.b-76\% {
  bottom: -76%;
}

.b\+76\% {
  bottom: 76%;
}

.l-76vw {
  left: -76vw;
}

.l\+76vw {
  left: 76vw;
}

.l-76\% {
  left: -76%;
}

.l\+76\% {
  left: 76%;
}

.r-76vw {
  right: -76vw;
}

.r\+76vw {
  right: 76vw;
}

.r-76\% {
  right: -76%;
}

.r\+76\% {
  right: 76%;
}

.t-77vw {
  top: -77vw;
}

.t\+77vw {
  top: 77vw;
}

.t-77\% {
  top: -77%;
}

.t\+77\% {
  top: 77%;
}

.b-77vw {
  bottom: -77vw;
}

.b\+77vw {
  bottom: 77vw;
}

.b-77\% {
  bottom: -77%;
}

.b\+77\% {
  bottom: 77%;
}

.l-77vw {
  left: -77vw;
}

.l\+77vw {
  left: 77vw;
}

.l-77\% {
  left: -77%;
}

.l\+77\% {
  left: 77%;
}

.r-77vw {
  right: -77vw;
}

.r\+77vw {
  right: 77vw;
}

.r-77\% {
  right: -77%;
}

.r\+77\% {
  right: 77%;
}

.t-78vw {
  top: -78vw;
}

.t\+78vw {
  top: 78vw;
}

.t-78\% {
  top: -78%;
}

.t\+78\% {
  top: 78%;
}

.b-78vw {
  bottom: -78vw;
}

.b\+78vw {
  bottom: 78vw;
}

.b-78\% {
  bottom: -78%;
}

.b\+78\% {
  bottom: 78%;
}

.l-78vw {
  left: -78vw;
}

.l\+78vw {
  left: 78vw;
}

.l-78\% {
  left: -78%;
}

.l\+78\% {
  left: 78%;
}

.r-78vw {
  right: -78vw;
}

.r\+78vw {
  right: 78vw;
}

.r-78\% {
  right: -78%;
}

.r\+78\% {
  right: 78%;
}

.t-79vw {
  top: -79vw;
}

.t\+79vw {
  top: 79vw;
}

.t-79\% {
  top: -79%;
}

.t\+79\% {
  top: 79%;
}

.b-79vw {
  bottom: -79vw;
}

.b\+79vw {
  bottom: 79vw;
}

.b-79\% {
  bottom: -79%;
}

.b\+79\% {
  bottom: 79%;
}

.l-79vw {
  left: -79vw;
}

.l\+79vw {
  left: 79vw;
}

.l-79\% {
  left: -79%;
}

.l\+79\% {
  left: 79%;
}

.r-79vw {
  right: -79vw;
}

.r\+79vw {
  right: 79vw;
}

.r-79\% {
  right: -79%;
}

.r\+79\% {
  right: 79%;
}

.t-80vw {
  top: -80vw;
}

.t\+80vw {
  top: 80vw;
}

.t-80\% {
  top: -80%;
}

.t\+80\% {
  top: 80%;
}

.b-80vw {
  bottom: -80vw;
}

.b\+80vw {
  bottom: 80vw;
}

.b-80\% {
  bottom: -80%;
}

.b\+80\% {
  bottom: 80%;
}

.l-80vw {
  left: -80vw;
}

.l\+80vw {
  left: 80vw;
}

.l-80\% {
  left: -80%;
}

.l\+80\% {
  left: 80%;
}

.r-80vw {
  right: -80vw;
}

.r\+80vw {
  right: 80vw;
}

.r-80\% {
  right: -80%;
}

.r\+80\% {
  right: 80%;
}

.t-81vw {
  top: -81vw;
}

.t\+81vw {
  top: 81vw;
}

.t-81\% {
  top: -81%;
}

.t\+81\% {
  top: 81%;
}

.b-81vw {
  bottom: -81vw;
}

.b\+81vw {
  bottom: 81vw;
}

.b-81\% {
  bottom: -81%;
}

.b\+81\% {
  bottom: 81%;
}

.l-81vw {
  left: -81vw;
}

.l\+81vw {
  left: 81vw;
}

.l-81\% {
  left: -81%;
}

.l\+81\% {
  left: 81%;
}

.r-81vw {
  right: -81vw;
}

.r\+81vw {
  right: 81vw;
}

.r-81\% {
  right: -81%;
}

.r\+81\% {
  right: 81%;
}

.t-82vw {
  top: -82vw;
}

.t\+82vw {
  top: 82vw;
}

.t-82\% {
  top: -82%;
}

.t\+82\% {
  top: 82%;
}

.b-82vw {
  bottom: -82vw;
}

.b\+82vw {
  bottom: 82vw;
}

.b-82\% {
  bottom: -82%;
}

.b\+82\% {
  bottom: 82%;
}

.l-82vw {
  left: -82vw;
}

.l\+82vw {
  left: 82vw;
}

.l-82\% {
  left: -82%;
}

.l\+82\% {
  left: 82%;
}

.r-82vw {
  right: -82vw;
}

.r\+82vw {
  right: 82vw;
}

.r-82\% {
  right: -82%;
}

.r\+82\% {
  right: 82%;
}

.t-83vw {
  top: -83vw;
}

.t\+83vw {
  top: 83vw;
}

.t-83\% {
  top: -83%;
}

.t\+83\% {
  top: 83%;
}

.b-83vw {
  bottom: -83vw;
}

.b\+83vw {
  bottom: 83vw;
}

.b-83\% {
  bottom: -83%;
}

.b\+83\% {
  bottom: 83%;
}

.l-83vw {
  left: -83vw;
}

.l\+83vw {
  left: 83vw;
}

.l-83\% {
  left: -83%;
}

.l\+83\% {
  left: 83%;
}

.r-83vw {
  right: -83vw;
}

.r\+83vw {
  right: 83vw;
}

.r-83\% {
  right: -83%;
}

.r\+83\% {
  right: 83%;
}

.t-84vw {
  top: -84vw;
}

.t\+84vw {
  top: 84vw;
}

.t-84\% {
  top: -84%;
}

.t\+84\% {
  top: 84%;
}

.b-84vw {
  bottom: -84vw;
}

.b\+84vw {
  bottom: 84vw;
}

.b-84\% {
  bottom: -84%;
}

.b\+84\% {
  bottom: 84%;
}

.l-84vw {
  left: -84vw;
}

.l\+84vw {
  left: 84vw;
}

.l-84\% {
  left: -84%;
}

.l\+84\% {
  left: 84%;
}

.r-84vw {
  right: -84vw;
}

.r\+84vw {
  right: 84vw;
}

.r-84\% {
  right: -84%;
}

.r\+84\% {
  right: 84%;
}

.t-85vw {
  top: -85vw;
}

.t\+85vw {
  top: 85vw;
}

.t-85\% {
  top: -85%;
}

.t\+85\% {
  top: 85%;
}

.b-85vw {
  bottom: -85vw;
}

.b\+85vw {
  bottom: 85vw;
}

.b-85\% {
  bottom: -85%;
}

.b\+85\% {
  bottom: 85%;
}

.l-85vw {
  left: -85vw;
}

.l\+85vw {
  left: 85vw;
}

.l-85\% {
  left: -85%;
}

.l\+85\% {
  left: 85%;
}

.r-85vw {
  right: -85vw;
}

.r\+85vw {
  right: 85vw;
}

.r-85\% {
  right: -85%;
}

.r\+85\% {
  right: 85%;
}

.t-86vw {
  top: -86vw;
}

.t\+86vw {
  top: 86vw;
}

.t-86\% {
  top: -86%;
}

.t\+86\% {
  top: 86%;
}

.b-86vw {
  bottom: -86vw;
}

.b\+86vw {
  bottom: 86vw;
}

.b-86\% {
  bottom: -86%;
}

.b\+86\% {
  bottom: 86%;
}

.l-86vw {
  left: -86vw;
}

.l\+86vw {
  left: 86vw;
}

.l-86\% {
  left: -86%;
}

.l\+86\% {
  left: 86%;
}

.r-86vw {
  right: -86vw;
}

.r\+86vw {
  right: 86vw;
}

.r-86\% {
  right: -86%;
}

.r\+86\% {
  right: 86%;
}

.t-87vw {
  top: -87vw;
}

.t\+87vw {
  top: 87vw;
}

.t-87\% {
  top: -87%;
}

.t\+87\% {
  top: 87%;
}

.b-87vw {
  bottom: -87vw;
}

.b\+87vw {
  bottom: 87vw;
}

.b-87\% {
  bottom: -87%;
}

.b\+87\% {
  bottom: 87%;
}

.l-87vw {
  left: -87vw;
}

.l\+87vw {
  left: 87vw;
}

.l-87\% {
  left: -87%;
}

.l\+87\% {
  left: 87%;
}

.r-87vw {
  right: -87vw;
}

.r\+87vw {
  right: 87vw;
}

.r-87\% {
  right: -87%;
}

.r\+87\% {
  right: 87%;
}

.t-88vw {
  top: -88vw;
}

.t\+88vw {
  top: 88vw;
}

.t-88\% {
  top: -88%;
}

.t\+88\% {
  top: 88%;
}

.b-88vw {
  bottom: -88vw;
}

.b\+88vw {
  bottom: 88vw;
}

.b-88\% {
  bottom: -88%;
}

.b\+88\% {
  bottom: 88%;
}

.l-88vw {
  left: -88vw;
}

.l\+88vw {
  left: 88vw;
}

.l-88\% {
  left: -88%;
}

.l\+88\% {
  left: 88%;
}

.r-88vw {
  right: -88vw;
}

.r\+88vw {
  right: 88vw;
}

.r-88\% {
  right: -88%;
}

.r\+88\% {
  right: 88%;
}

.t-89vw {
  top: -89vw;
}

.t\+89vw {
  top: 89vw;
}

.t-89\% {
  top: -89%;
}

.t\+89\% {
  top: 89%;
}

.b-89vw {
  bottom: -89vw;
}

.b\+89vw {
  bottom: 89vw;
}

.b-89\% {
  bottom: -89%;
}

.b\+89\% {
  bottom: 89%;
}

.l-89vw {
  left: -89vw;
}

.l\+89vw {
  left: 89vw;
}

.l-89\% {
  left: -89%;
}

.l\+89\% {
  left: 89%;
}

.r-89vw {
  right: -89vw;
}

.r\+89vw {
  right: 89vw;
}

.r-89\% {
  right: -89%;
}

.r\+89\% {
  right: 89%;
}

.t-90vw {
  top: -90vw;
}

.t\+90vw {
  top: 90vw;
}

.t-90\% {
  top: -90%;
}

.t\+90\% {
  top: 90%;
}

.b-90vw {
  bottom: -90vw;
}

.b\+90vw {
  bottom: 90vw;
}

.b-90\% {
  bottom: -90%;
}

.b\+90\% {
  bottom: 90%;
}

.l-90vw {
  left: -90vw;
}

.l\+90vw {
  left: 90vw;
}

.l-90\% {
  left: -90%;
}

.l\+90\% {
  left: 90%;
}

.r-90vw {
  right: -90vw;
}

.r\+90vw {
  right: 90vw;
}

.r-90\% {
  right: -90%;
}

.r\+90\% {
  right: 90%;
}

.t-91vw {
  top: -91vw;
}

.t\+91vw {
  top: 91vw;
}

.t-91\% {
  top: -91%;
}

.t\+91\% {
  top: 91%;
}

.b-91vw {
  bottom: -91vw;
}

.b\+91vw {
  bottom: 91vw;
}

.b-91\% {
  bottom: -91%;
}

.b\+91\% {
  bottom: 91%;
}

.l-91vw {
  left: -91vw;
}

.l\+91vw {
  left: 91vw;
}

.l-91\% {
  left: -91%;
}

.l\+91\% {
  left: 91%;
}

.r-91vw {
  right: -91vw;
}

.r\+91vw {
  right: 91vw;
}

.r-91\% {
  right: -91%;
}

.r\+91\% {
  right: 91%;
}

.t-92vw {
  top: -92vw;
}

.t\+92vw {
  top: 92vw;
}

.t-92\% {
  top: -92%;
}

.t\+92\% {
  top: 92%;
}

.b-92vw {
  bottom: -92vw;
}

.b\+92vw {
  bottom: 92vw;
}

.b-92\% {
  bottom: -92%;
}

.b\+92\% {
  bottom: 92%;
}

.l-92vw {
  left: -92vw;
}

.l\+92vw {
  left: 92vw;
}

.l-92\% {
  left: -92%;
}

.l\+92\% {
  left: 92%;
}

.r-92vw {
  right: -92vw;
}

.r\+92vw {
  right: 92vw;
}

.r-92\% {
  right: -92%;
}

.r\+92\% {
  right: 92%;
}

.t-93vw {
  top: -93vw;
}

.t\+93vw {
  top: 93vw;
}

.t-93\% {
  top: -93%;
}

.t\+93\% {
  top: 93%;
}

.b-93vw {
  bottom: -93vw;
}

.b\+93vw {
  bottom: 93vw;
}

.b-93\% {
  bottom: -93%;
}

.b\+93\% {
  bottom: 93%;
}

.l-93vw {
  left: -93vw;
}

.l\+93vw {
  left: 93vw;
}

.l-93\% {
  left: -93%;
}

.l\+93\% {
  left: 93%;
}

.r-93vw {
  right: -93vw;
}

.r\+93vw {
  right: 93vw;
}

.r-93\% {
  right: -93%;
}

.r\+93\% {
  right: 93%;
}

.t-94vw {
  top: -94vw;
}

.t\+94vw {
  top: 94vw;
}

.t-94\% {
  top: -94%;
}

.t\+94\% {
  top: 94%;
}

.b-94vw {
  bottom: -94vw;
}

.b\+94vw {
  bottom: 94vw;
}

.b-94\% {
  bottom: -94%;
}

.b\+94\% {
  bottom: 94%;
}

.l-94vw {
  left: -94vw;
}

.l\+94vw {
  left: 94vw;
}

.l-94\% {
  left: -94%;
}

.l\+94\% {
  left: 94%;
}

.r-94vw {
  right: -94vw;
}

.r\+94vw {
  right: 94vw;
}

.r-94\% {
  right: -94%;
}

.r\+94\% {
  right: 94%;
}

.t-95vw {
  top: -95vw;
}

.t\+95vw {
  top: 95vw;
}

.t-95\% {
  top: -95%;
}

.t\+95\% {
  top: 95%;
}

.b-95vw {
  bottom: -95vw;
}

.b\+95vw {
  bottom: 95vw;
}

.b-95\% {
  bottom: -95%;
}

.b\+95\% {
  bottom: 95%;
}

.l-95vw {
  left: -95vw;
}

.l\+95vw {
  left: 95vw;
}

.l-95\% {
  left: -95%;
}

.l\+95\% {
  left: 95%;
}

.r-95vw {
  right: -95vw;
}

.r\+95vw {
  right: 95vw;
}

.r-95\% {
  right: -95%;
}

.r\+95\% {
  right: 95%;
}

.t-96vw {
  top: -96vw;
}

.t\+96vw {
  top: 96vw;
}

.t-96\% {
  top: -96%;
}

.t\+96\% {
  top: 96%;
}

.b-96vw {
  bottom: -96vw;
}

.b\+96vw {
  bottom: 96vw;
}

.b-96\% {
  bottom: -96%;
}

.b\+96\% {
  bottom: 96%;
}

.l-96vw {
  left: -96vw;
}

.l\+96vw {
  left: 96vw;
}

.l-96\% {
  left: -96%;
}

.l\+96\% {
  left: 96%;
}

.r-96vw {
  right: -96vw;
}

.r\+96vw {
  right: 96vw;
}

.r-96\% {
  right: -96%;
}

.r\+96\% {
  right: 96%;
}

.t-97vw {
  top: -97vw;
}

.t\+97vw {
  top: 97vw;
}

.t-97\% {
  top: -97%;
}

.t\+97\% {
  top: 97%;
}

.b-97vw {
  bottom: -97vw;
}

.b\+97vw {
  bottom: 97vw;
}

.b-97\% {
  bottom: -97%;
}

.b\+97\% {
  bottom: 97%;
}

.l-97vw {
  left: -97vw;
}

.l\+97vw {
  left: 97vw;
}

.l-97\% {
  left: -97%;
}

.l\+97\% {
  left: 97%;
}

.r-97vw {
  right: -97vw;
}

.r\+97vw {
  right: 97vw;
}

.r-97\% {
  right: -97%;
}

.r\+97\% {
  right: 97%;
}

.t-98vw {
  top: -98vw;
}

.t\+98vw {
  top: 98vw;
}

.t-98\% {
  top: -98%;
}

.t\+98\% {
  top: 98%;
}

.b-98vw {
  bottom: -98vw;
}

.b\+98vw {
  bottom: 98vw;
}

.b-98\% {
  bottom: -98%;
}

.b\+98\% {
  bottom: 98%;
}

.l-98vw {
  left: -98vw;
}

.l\+98vw {
  left: 98vw;
}

.l-98\% {
  left: -98%;
}

.l\+98\% {
  left: 98%;
}

.r-98vw {
  right: -98vw;
}

.r\+98vw {
  right: 98vw;
}

.r-98\% {
  right: -98%;
}

.r\+98\% {
  right: 98%;
}

.t-99vw {
  top: -99vw;
}

.t\+99vw {
  top: 99vw;
}

.t-99\% {
  top: -99%;
}

.t\+99\% {
  top: 99%;
}

.b-99vw {
  bottom: -99vw;
}

.b\+99vw {
  bottom: 99vw;
}

.b-99\% {
  bottom: -99%;
}

.b\+99\% {
  bottom: 99%;
}

.l-99vw {
  left: -99vw;
}

.l\+99vw {
  left: 99vw;
}

.l-99\% {
  left: -99%;
}

.l\+99\% {
  left: 99%;
}

.r-99vw {
  right: -99vw;
}

.r\+99vw {
  right: 99vw;
}

.r-99\% {
  right: -99%;
}

.r\+99\% {
  right: 99%;
}

.t-100vw {
  top: -100vw;
}

.t\+100vw {
  top: 100vw;
}

.t-100\% {
  top: -100%;
}

.t\+100\% {
  top: 100%;
}

.b-100vw {
  bottom: -100vw;
}

.b\+100vw {
  bottom: 100vw;
}

.b-100\% {
  bottom: -100%;
}

.b\+100\% {
  bottom: 100%;
}

.l-100vw {
  left: -100vw;
}

.l\+100vw {
  left: 100vw;
}

.l-100\% {
  left: -100%;
}

.l\+100\% {
  left: 100%;
}

.r-100vw {
  right: -100vw;
}

.r\+100vw {
  right: 100vw;
}

.r-100\% {
  right: -100%;
}

.r\+100\% {
  right: 100%;
}

.t-101vw {
  top: -101vw;
}

.t\+101vw {
  top: 101vw;
}

.t-101\% {
  top: -101%;
}

.t\+101\% {
  top: 101%;
}

.b-101vw {
  bottom: -101vw;
}

.b\+101vw {
  bottom: 101vw;
}

.b-101\% {
  bottom: -101%;
}

.b\+101\% {
  bottom: 101%;
}

.l-101vw {
  left: -101vw;
}

.l\+101vw {
  left: 101vw;
}

.l-101\% {
  left: -101%;
}

.l\+101\% {
  left: 101%;
}

.r-101vw {
  right: -101vw;
}

.r\+101vw {
  right: 101vw;
}

.r-101\% {
  right: -101%;
}

.r\+101\% {
  right: 101%;
}

.t-102vw {
  top: -102vw;
}

.t\+102vw {
  top: 102vw;
}

.t-102\% {
  top: -102%;
}

.t\+102\% {
  top: 102%;
}

.b-102vw {
  bottom: -102vw;
}

.b\+102vw {
  bottom: 102vw;
}

.b-102\% {
  bottom: -102%;
}

.b\+102\% {
  bottom: 102%;
}

.l-102vw {
  left: -102vw;
}

.l\+102vw {
  left: 102vw;
}

.l-102\% {
  left: -102%;
}

.l\+102\% {
  left: 102%;
}

.r-102vw {
  right: -102vw;
}

.r\+102vw {
  right: 102vw;
}

.r-102\% {
  right: -102%;
}

.r\+102\% {
  right: 102%;
}

.t-103vw {
  top: -103vw;
}

.t\+103vw {
  top: 103vw;
}

.t-103\% {
  top: -103%;
}

.t\+103\% {
  top: 103%;
}

.b-103vw {
  bottom: -103vw;
}

.b\+103vw {
  bottom: 103vw;
}

.b-103\% {
  bottom: -103%;
}

.b\+103\% {
  bottom: 103%;
}

.l-103vw {
  left: -103vw;
}

.l\+103vw {
  left: 103vw;
}

.l-103\% {
  left: -103%;
}

.l\+103\% {
  left: 103%;
}

.r-103vw {
  right: -103vw;
}

.r\+103vw {
  right: 103vw;
}

.r-103\% {
  right: -103%;
}

.r\+103\% {
  right: 103%;
}

.t-104vw {
  top: -104vw;
}

.t\+104vw {
  top: 104vw;
}

.t-104\% {
  top: -104%;
}

.t\+104\% {
  top: 104%;
}

.b-104vw {
  bottom: -104vw;
}

.b\+104vw {
  bottom: 104vw;
}

.b-104\% {
  bottom: -104%;
}

.b\+104\% {
  bottom: 104%;
}

.l-104vw {
  left: -104vw;
}

.l\+104vw {
  left: 104vw;
}

.l-104\% {
  left: -104%;
}

.l\+104\% {
  left: 104%;
}

.r-104vw {
  right: -104vw;
}

.r\+104vw {
  right: 104vw;
}

.r-104\% {
  right: -104%;
}

.r\+104\% {
  right: 104%;
}

.t-105vw {
  top: -105vw;
}

.t\+105vw {
  top: 105vw;
}

.t-105\% {
  top: -105%;
}

.t\+105\% {
  top: 105%;
}

.b-105vw {
  bottom: -105vw;
}

.b\+105vw {
  bottom: 105vw;
}

.b-105\% {
  bottom: -105%;
}

.b\+105\% {
  bottom: 105%;
}

.l-105vw {
  left: -105vw;
}

.l\+105vw {
  left: 105vw;
}

.l-105\% {
  left: -105%;
}

.l\+105\% {
  left: 105%;
}

.r-105vw {
  right: -105vw;
}

.r\+105vw {
  right: 105vw;
}

.r-105\% {
  right: -105%;
}

.r\+105\% {
  right: 105%;
}

.t-106vw {
  top: -106vw;
}

.t\+106vw {
  top: 106vw;
}

.t-106\% {
  top: -106%;
}

.t\+106\% {
  top: 106%;
}

.b-106vw {
  bottom: -106vw;
}

.b\+106vw {
  bottom: 106vw;
}

.b-106\% {
  bottom: -106%;
}

.b\+106\% {
  bottom: 106%;
}

.l-106vw {
  left: -106vw;
}

.l\+106vw {
  left: 106vw;
}

.l-106\% {
  left: -106%;
}

.l\+106\% {
  left: 106%;
}

.r-106vw {
  right: -106vw;
}

.r\+106vw {
  right: 106vw;
}

.r-106\% {
  right: -106%;
}

.r\+106\% {
  right: 106%;
}

.t-107vw {
  top: -107vw;
}

.t\+107vw {
  top: 107vw;
}

.t-107\% {
  top: -107%;
}

.t\+107\% {
  top: 107%;
}

.b-107vw {
  bottom: -107vw;
}

.b\+107vw {
  bottom: 107vw;
}

.b-107\% {
  bottom: -107%;
}

.b\+107\% {
  bottom: 107%;
}

.l-107vw {
  left: -107vw;
}

.l\+107vw {
  left: 107vw;
}

.l-107\% {
  left: -107%;
}

.l\+107\% {
  left: 107%;
}

.r-107vw {
  right: -107vw;
}

.r\+107vw {
  right: 107vw;
}

.r-107\% {
  right: -107%;
}

.r\+107\% {
  right: 107%;
}

.t-108vw {
  top: -108vw;
}

.t\+108vw {
  top: 108vw;
}

.t-108\% {
  top: -108%;
}

.t\+108\% {
  top: 108%;
}

.b-108vw {
  bottom: -108vw;
}

.b\+108vw {
  bottom: 108vw;
}

.b-108\% {
  bottom: -108%;
}

.b\+108\% {
  bottom: 108%;
}

.l-108vw {
  left: -108vw;
}

.l\+108vw {
  left: 108vw;
}

.l-108\% {
  left: -108%;
}

.l\+108\% {
  left: 108%;
}

.r-108vw {
  right: -108vw;
}

.r\+108vw {
  right: 108vw;
}

.r-108\% {
  right: -108%;
}

.r\+108\% {
  right: 108%;
}

.t-109vw {
  top: -109vw;
}

.t\+109vw {
  top: 109vw;
}

.t-109\% {
  top: -109%;
}

.t\+109\% {
  top: 109%;
}

.b-109vw {
  bottom: -109vw;
}

.b\+109vw {
  bottom: 109vw;
}

.b-109\% {
  bottom: -109%;
}

.b\+109\% {
  bottom: 109%;
}

.l-109vw {
  left: -109vw;
}

.l\+109vw {
  left: 109vw;
}

.l-109\% {
  left: -109%;
}

.l\+109\% {
  left: 109%;
}

.r-109vw {
  right: -109vw;
}

.r\+109vw {
  right: 109vw;
}

.r-109\% {
  right: -109%;
}

.r\+109\% {
  right: 109%;
}

.t-110vw {
  top: -110vw;
}

.t\+110vw {
  top: 110vw;
}

.t-110\% {
  top: -110%;
}

.t\+110\% {
  top: 110%;
}

.b-110vw {
  bottom: -110vw;
}

.b\+110vw {
  bottom: 110vw;
}

.b-110\% {
  bottom: -110%;
}

.b\+110\% {
  bottom: 110%;
}

.l-110vw {
  left: -110vw;
}

.l\+110vw {
  left: 110vw;
}

.l-110\% {
  left: -110%;
}

.l\+110\% {
  left: 110%;
}

.r-110vw {
  right: -110vw;
}

.r\+110vw {
  right: 110vw;
}

.r-110\% {
  right: -110%;
}

.r\+110\% {
  right: 110%;
}

.t-111vw {
  top: -111vw;
}

.t\+111vw {
  top: 111vw;
}

.t-111\% {
  top: -111%;
}

.t\+111\% {
  top: 111%;
}

.b-111vw {
  bottom: -111vw;
}

.b\+111vw {
  bottom: 111vw;
}

.b-111\% {
  bottom: -111%;
}

.b\+111\% {
  bottom: 111%;
}

.l-111vw {
  left: -111vw;
}

.l\+111vw {
  left: 111vw;
}

.l-111\% {
  left: -111%;
}

.l\+111\% {
  left: 111%;
}

.r-111vw {
  right: -111vw;
}

.r\+111vw {
  right: 111vw;
}

.r-111\% {
  right: -111%;
}

.r\+111\% {
  right: 111%;
}

.t-112vw {
  top: -112vw;
}

.t\+112vw {
  top: 112vw;
}

.t-112\% {
  top: -112%;
}

.t\+112\% {
  top: 112%;
}

.b-112vw {
  bottom: -112vw;
}

.b\+112vw {
  bottom: 112vw;
}

.b-112\% {
  bottom: -112%;
}

.b\+112\% {
  bottom: 112%;
}

.l-112vw {
  left: -112vw;
}

.l\+112vw {
  left: 112vw;
}

.l-112\% {
  left: -112%;
}

.l\+112\% {
  left: 112%;
}

.r-112vw {
  right: -112vw;
}

.r\+112vw {
  right: 112vw;
}

.r-112\% {
  right: -112%;
}

.r\+112\% {
  right: 112%;
}

.t-113vw {
  top: -113vw;
}

.t\+113vw {
  top: 113vw;
}

.t-113\% {
  top: -113%;
}

.t\+113\% {
  top: 113%;
}

.b-113vw {
  bottom: -113vw;
}

.b\+113vw {
  bottom: 113vw;
}

.b-113\% {
  bottom: -113%;
}

.b\+113\% {
  bottom: 113%;
}

.l-113vw {
  left: -113vw;
}

.l\+113vw {
  left: 113vw;
}

.l-113\% {
  left: -113%;
}

.l\+113\% {
  left: 113%;
}

.r-113vw {
  right: -113vw;
}

.r\+113vw {
  right: 113vw;
}

.r-113\% {
  right: -113%;
}

.r\+113\% {
  right: 113%;
}

.t-114vw {
  top: -114vw;
}

.t\+114vw {
  top: 114vw;
}

.t-114\% {
  top: -114%;
}

.t\+114\% {
  top: 114%;
}

.b-114vw {
  bottom: -114vw;
}

.b\+114vw {
  bottom: 114vw;
}

.b-114\% {
  bottom: -114%;
}

.b\+114\% {
  bottom: 114%;
}

.l-114vw {
  left: -114vw;
}

.l\+114vw {
  left: 114vw;
}

.l-114\% {
  left: -114%;
}

.l\+114\% {
  left: 114%;
}

.r-114vw {
  right: -114vw;
}

.r\+114vw {
  right: 114vw;
}

.r-114\% {
  right: -114%;
}

.r\+114\% {
  right: 114%;
}

.t-115vw {
  top: -115vw;
}

.t\+115vw {
  top: 115vw;
}

.t-115\% {
  top: -115%;
}

.t\+115\% {
  top: 115%;
}

.b-115vw {
  bottom: -115vw;
}

.b\+115vw {
  bottom: 115vw;
}

.b-115\% {
  bottom: -115%;
}

.b\+115\% {
  bottom: 115%;
}

.l-115vw {
  left: -115vw;
}

.l\+115vw {
  left: 115vw;
}

.l-115\% {
  left: -115%;
}

.l\+115\% {
  left: 115%;
}

.r-115vw {
  right: -115vw;
}

.r\+115vw {
  right: 115vw;
}

.r-115\% {
  right: -115%;
}

.r\+115\% {
  right: 115%;
}

.t-116vw {
  top: -116vw;
}

.t\+116vw {
  top: 116vw;
}

.t-116\% {
  top: -116%;
}

.t\+116\% {
  top: 116%;
}

.b-116vw {
  bottom: -116vw;
}

.b\+116vw {
  bottom: 116vw;
}

.b-116\% {
  bottom: -116%;
}

.b\+116\% {
  bottom: 116%;
}

.l-116vw {
  left: -116vw;
}

.l\+116vw {
  left: 116vw;
}

.l-116\% {
  left: -116%;
}

.l\+116\% {
  left: 116%;
}

.r-116vw {
  right: -116vw;
}

.r\+116vw {
  right: 116vw;
}

.r-116\% {
  right: -116%;
}

.r\+116\% {
  right: 116%;
}

.t-117vw {
  top: -117vw;
}

.t\+117vw {
  top: 117vw;
}

.t-117\% {
  top: -117%;
}

.t\+117\% {
  top: 117%;
}

.b-117vw {
  bottom: -117vw;
}

.b\+117vw {
  bottom: 117vw;
}

.b-117\% {
  bottom: -117%;
}

.b\+117\% {
  bottom: 117%;
}

.l-117vw {
  left: -117vw;
}

.l\+117vw {
  left: 117vw;
}

.l-117\% {
  left: -117%;
}

.l\+117\% {
  left: 117%;
}

.r-117vw {
  right: -117vw;
}

.r\+117vw {
  right: 117vw;
}

.r-117\% {
  right: -117%;
}

.r\+117\% {
  right: 117%;
}

.t-118vw {
  top: -118vw;
}

.t\+118vw {
  top: 118vw;
}

.t-118\% {
  top: -118%;
}

.t\+118\% {
  top: 118%;
}

.b-118vw {
  bottom: -118vw;
}

.b\+118vw {
  bottom: 118vw;
}

.b-118\% {
  bottom: -118%;
}

.b\+118\% {
  bottom: 118%;
}

.l-118vw {
  left: -118vw;
}

.l\+118vw {
  left: 118vw;
}

.l-118\% {
  left: -118%;
}

.l\+118\% {
  left: 118%;
}

.r-118vw {
  right: -118vw;
}

.r\+118vw {
  right: 118vw;
}

.r-118\% {
  right: -118%;
}

.r\+118\% {
  right: 118%;
}

.t-119vw {
  top: -119vw;
}

.t\+119vw {
  top: 119vw;
}

.t-119\% {
  top: -119%;
}

.t\+119\% {
  top: 119%;
}

.b-119vw {
  bottom: -119vw;
}

.b\+119vw {
  bottom: 119vw;
}

.b-119\% {
  bottom: -119%;
}

.b\+119\% {
  bottom: 119%;
}

.l-119vw {
  left: -119vw;
}

.l\+119vw {
  left: 119vw;
}

.l-119\% {
  left: -119%;
}

.l\+119\% {
  left: 119%;
}

.r-119vw {
  right: -119vw;
}

.r\+119vw {
  right: 119vw;
}

.r-119\% {
  right: -119%;
}

.r\+119\% {
  right: 119%;
}

.t-120vw {
  top: -120vw;
}

.t\+120vw {
  top: 120vw;
}

.t-120\% {
  top: -120%;
}

.t\+120\% {
  top: 120%;
}

.b-120vw {
  bottom: -120vw;
}

.b\+120vw {
  bottom: 120vw;
}

.b-120\% {
  bottom: -120%;
}

.b\+120\% {
  bottom: 120%;
}

.l-120vw {
  left: -120vw;
}

.l\+120vw {
  left: 120vw;
}

.l-120\% {
  left: -120%;
}

.l\+120\% {
  left: 120%;
}

.r-120vw {
  right: -120vw;
}

.r\+120vw {
  right: 120vw;
}

.r-120\% {
  right: -120%;
}

.r\+120\% {
  right: 120%;
}

.t-121vw {
  top: -121vw;
}

.t\+121vw {
  top: 121vw;
}

.t-121\% {
  top: -121%;
}

.t\+121\% {
  top: 121%;
}

.b-121vw {
  bottom: -121vw;
}

.b\+121vw {
  bottom: 121vw;
}

.b-121\% {
  bottom: -121%;
}

.b\+121\% {
  bottom: 121%;
}

.l-121vw {
  left: -121vw;
}

.l\+121vw {
  left: 121vw;
}

.l-121\% {
  left: -121%;
}

.l\+121\% {
  left: 121%;
}

.r-121vw {
  right: -121vw;
}

.r\+121vw {
  right: 121vw;
}

.r-121\% {
  right: -121%;
}

.r\+121\% {
  right: 121%;
}

.t-122vw {
  top: -122vw;
}

.t\+122vw {
  top: 122vw;
}

.t-122\% {
  top: -122%;
}

.t\+122\% {
  top: 122%;
}

.b-122vw {
  bottom: -122vw;
}

.b\+122vw {
  bottom: 122vw;
}

.b-122\% {
  bottom: -122%;
}

.b\+122\% {
  bottom: 122%;
}

.l-122vw {
  left: -122vw;
}

.l\+122vw {
  left: 122vw;
}

.l-122\% {
  left: -122%;
}

.l\+122\% {
  left: 122%;
}

.r-122vw {
  right: -122vw;
}

.r\+122vw {
  right: 122vw;
}

.r-122\% {
  right: -122%;
}

.r\+122\% {
  right: 122%;
}

.t-123vw {
  top: -123vw;
}

.t\+123vw {
  top: 123vw;
}

.t-123\% {
  top: -123%;
}

.t\+123\% {
  top: 123%;
}

.b-123vw {
  bottom: -123vw;
}

.b\+123vw {
  bottom: 123vw;
}

.b-123\% {
  bottom: -123%;
}

.b\+123\% {
  bottom: 123%;
}

.l-123vw {
  left: -123vw;
}

.l\+123vw {
  left: 123vw;
}

.l-123\% {
  left: -123%;
}

.l\+123\% {
  left: 123%;
}

.r-123vw {
  right: -123vw;
}

.r\+123vw {
  right: 123vw;
}

.r-123\% {
  right: -123%;
}

.r\+123\% {
  right: 123%;
}

.t-124vw {
  top: -124vw;
}

.t\+124vw {
  top: 124vw;
}

.t-124\% {
  top: -124%;
}

.t\+124\% {
  top: 124%;
}

.b-124vw {
  bottom: -124vw;
}

.b\+124vw {
  bottom: 124vw;
}

.b-124\% {
  bottom: -124%;
}

.b\+124\% {
  bottom: 124%;
}

.l-124vw {
  left: -124vw;
}

.l\+124vw {
  left: 124vw;
}

.l-124\% {
  left: -124%;
}

.l\+124\% {
  left: 124%;
}

.r-124vw {
  right: -124vw;
}

.r\+124vw {
  right: 124vw;
}

.r-124\% {
  right: -124%;
}

.r\+124\% {
  right: 124%;
}

.t-125vw {
  top: -125vw;
}

.t\+125vw {
  top: 125vw;
}

.t-125\% {
  top: -125%;
}

.t\+125\% {
  top: 125%;
}

.b-125vw {
  bottom: -125vw;
}

.b\+125vw {
  bottom: 125vw;
}

.b-125\% {
  bottom: -125%;
}

.b\+125\% {
  bottom: 125%;
}

.l-125vw {
  left: -125vw;
}

.l\+125vw {
  left: 125vw;
}

.l-125\% {
  left: -125%;
}

.l\+125\% {
  left: 125%;
}

.r-125vw {
  right: -125vw;
}

.r\+125vw {
  right: 125vw;
}

.r-125\% {
  right: -125%;
}

.r\+125\% {
  right: 125%;
}

.t-126vw {
  top: -126vw;
}

.t\+126vw {
  top: 126vw;
}

.t-126\% {
  top: -126%;
}

.t\+126\% {
  top: 126%;
}

.b-126vw {
  bottom: -126vw;
}

.b\+126vw {
  bottom: 126vw;
}

.b-126\% {
  bottom: -126%;
}

.b\+126\% {
  bottom: 126%;
}

.l-126vw {
  left: -126vw;
}

.l\+126vw {
  left: 126vw;
}

.l-126\% {
  left: -126%;
}

.l\+126\% {
  left: 126%;
}

.r-126vw {
  right: -126vw;
}

.r\+126vw {
  right: 126vw;
}

.r-126\% {
  right: -126%;
}

.r\+126\% {
  right: 126%;
}

.t-127vw {
  top: -127vw;
}

.t\+127vw {
  top: 127vw;
}

.t-127\% {
  top: -127%;
}

.t\+127\% {
  top: 127%;
}

.b-127vw {
  bottom: -127vw;
}

.b\+127vw {
  bottom: 127vw;
}

.b-127\% {
  bottom: -127%;
}

.b\+127\% {
  bottom: 127%;
}

.l-127vw {
  left: -127vw;
}

.l\+127vw {
  left: 127vw;
}

.l-127\% {
  left: -127%;
}

.l\+127\% {
  left: 127%;
}

.r-127vw {
  right: -127vw;
}

.r\+127vw {
  right: 127vw;
}

.r-127\% {
  right: -127%;
}

.r\+127\% {
  right: 127%;
}

.t-128vw {
  top: -128vw;
}

.t\+128vw {
  top: 128vw;
}

.t-128\% {
  top: -128%;
}

.t\+128\% {
  top: 128%;
}

.b-128vw {
  bottom: -128vw;
}

.b\+128vw {
  bottom: 128vw;
}

.b-128\% {
  bottom: -128%;
}

.b\+128\% {
  bottom: 128%;
}

.l-128vw {
  left: -128vw;
}

.l\+128vw {
  left: 128vw;
}

.l-128\% {
  left: -128%;
}

.l\+128\% {
  left: 128%;
}

.r-128vw {
  right: -128vw;
}

.r\+128vw {
  right: 128vw;
}

.r-128\% {
  right: -128%;
}

.r\+128\% {
  right: 128%;
}

.t-129vw {
  top: -129vw;
}

.t\+129vw {
  top: 129vw;
}

.t-129\% {
  top: -129%;
}

.t\+129\% {
  top: 129%;
}

.b-129vw {
  bottom: -129vw;
}

.b\+129vw {
  bottom: 129vw;
}

.b-129\% {
  bottom: -129%;
}

.b\+129\% {
  bottom: 129%;
}

.l-129vw {
  left: -129vw;
}

.l\+129vw {
  left: 129vw;
}

.l-129\% {
  left: -129%;
}

.l\+129\% {
  left: 129%;
}

.r-129vw {
  right: -129vw;
}

.r\+129vw {
  right: 129vw;
}

.r-129\% {
  right: -129%;
}

.r\+129\% {
  right: 129%;
}

.t-130vw {
  top: -130vw;
}

.t\+130vw {
  top: 130vw;
}

.t-130\% {
  top: -130%;
}

.t\+130\% {
  top: 130%;
}

.b-130vw {
  bottom: -130vw;
}

.b\+130vw {
  bottom: 130vw;
}

.b-130\% {
  bottom: -130%;
}

.b\+130\% {
  bottom: 130%;
}

.l-130vw {
  left: -130vw;
}

.l\+130vw {
  left: 130vw;
}

.l-130\% {
  left: -130%;
}

.l\+130\% {
  left: 130%;
}

.r-130vw {
  right: -130vw;
}

.r\+130vw {
  right: 130vw;
}

.r-130\% {
  right: -130%;
}

.r\+130\% {
  right: 130%;
}

.t-131vw {
  top: -131vw;
}

.t\+131vw {
  top: 131vw;
}

.t-131\% {
  top: -131%;
}

.t\+131\% {
  top: 131%;
}

.b-131vw {
  bottom: -131vw;
}

.b\+131vw {
  bottom: 131vw;
}

.b-131\% {
  bottom: -131%;
}

.b\+131\% {
  bottom: 131%;
}

.l-131vw {
  left: -131vw;
}

.l\+131vw {
  left: 131vw;
}

.l-131\% {
  left: -131%;
}

.l\+131\% {
  left: 131%;
}

.r-131vw {
  right: -131vw;
}

.r\+131vw {
  right: 131vw;
}

.r-131\% {
  right: -131%;
}

.r\+131\% {
  right: 131%;
}

.t-132vw {
  top: -132vw;
}

.t\+132vw {
  top: 132vw;
}

.t-132\% {
  top: -132%;
}

.t\+132\% {
  top: 132%;
}

.b-132vw {
  bottom: -132vw;
}

.b\+132vw {
  bottom: 132vw;
}

.b-132\% {
  bottom: -132%;
}

.b\+132\% {
  bottom: 132%;
}

.l-132vw {
  left: -132vw;
}

.l\+132vw {
  left: 132vw;
}

.l-132\% {
  left: -132%;
}

.l\+132\% {
  left: 132%;
}

.r-132vw {
  right: -132vw;
}

.r\+132vw {
  right: 132vw;
}

.r-132\% {
  right: -132%;
}

.r\+132\% {
  right: 132%;
}

.t-133vw {
  top: -133vw;
}

.t\+133vw {
  top: 133vw;
}

.t-133\% {
  top: -133%;
}

.t\+133\% {
  top: 133%;
}

.b-133vw {
  bottom: -133vw;
}

.b\+133vw {
  bottom: 133vw;
}

.b-133\% {
  bottom: -133%;
}

.b\+133\% {
  bottom: 133%;
}

.l-133vw {
  left: -133vw;
}

.l\+133vw {
  left: 133vw;
}

.l-133\% {
  left: -133%;
}

.l\+133\% {
  left: 133%;
}

.r-133vw {
  right: -133vw;
}

.r\+133vw {
  right: 133vw;
}

.r-133\% {
  right: -133%;
}

.r\+133\% {
  right: 133%;
}

.t-134vw {
  top: -134vw;
}

.t\+134vw {
  top: 134vw;
}

.t-134\% {
  top: -134%;
}

.t\+134\% {
  top: 134%;
}

.b-134vw {
  bottom: -134vw;
}

.b\+134vw {
  bottom: 134vw;
}

.b-134\% {
  bottom: -134%;
}

.b\+134\% {
  bottom: 134%;
}

.l-134vw {
  left: -134vw;
}

.l\+134vw {
  left: 134vw;
}

.l-134\% {
  left: -134%;
}

.l\+134\% {
  left: 134%;
}

.r-134vw {
  right: -134vw;
}

.r\+134vw {
  right: 134vw;
}

.r-134\% {
  right: -134%;
}

.r\+134\% {
  right: 134%;
}

.t-135vw {
  top: -135vw;
}

.t\+135vw {
  top: 135vw;
}

.t-135\% {
  top: -135%;
}

.t\+135\% {
  top: 135%;
}

.b-135vw {
  bottom: -135vw;
}

.b\+135vw {
  bottom: 135vw;
}

.b-135\% {
  bottom: -135%;
}

.b\+135\% {
  bottom: 135%;
}

.l-135vw {
  left: -135vw;
}

.l\+135vw {
  left: 135vw;
}

.l-135\% {
  left: -135%;
}

.l\+135\% {
  left: 135%;
}

.r-135vw {
  right: -135vw;
}

.r\+135vw {
  right: 135vw;
}

.r-135\% {
  right: -135%;
}

.r\+135\% {
  right: 135%;
}

.t-136vw {
  top: -136vw;
}

.t\+136vw {
  top: 136vw;
}

.t-136\% {
  top: -136%;
}

.t\+136\% {
  top: 136%;
}

.b-136vw {
  bottom: -136vw;
}

.b\+136vw {
  bottom: 136vw;
}

.b-136\% {
  bottom: -136%;
}

.b\+136\% {
  bottom: 136%;
}

.l-136vw {
  left: -136vw;
}

.l\+136vw {
  left: 136vw;
}

.l-136\% {
  left: -136%;
}

.l\+136\% {
  left: 136%;
}

.r-136vw {
  right: -136vw;
}

.r\+136vw {
  right: 136vw;
}

.r-136\% {
  right: -136%;
}

.r\+136\% {
  right: 136%;
}

.t-137vw {
  top: -137vw;
}

.t\+137vw {
  top: 137vw;
}

.t-137\% {
  top: -137%;
}

.t\+137\% {
  top: 137%;
}

.b-137vw {
  bottom: -137vw;
}

.b\+137vw {
  bottom: 137vw;
}

.b-137\% {
  bottom: -137%;
}

.b\+137\% {
  bottom: 137%;
}

.l-137vw {
  left: -137vw;
}

.l\+137vw {
  left: 137vw;
}

.l-137\% {
  left: -137%;
}

.l\+137\% {
  left: 137%;
}

.r-137vw {
  right: -137vw;
}

.r\+137vw {
  right: 137vw;
}

.r-137\% {
  right: -137%;
}

.r\+137\% {
  right: 137%;
}

.t-138vw {
  top: -138vw;
}

.t\+138vw {
  top: 138vw;
}

.t-138\% {
  top: -138%;
}

.t\+138\% {
  top: 138%;
}

.b-138vw {
  bottom: -138vw;
}

.b\+138vw {
  bottom: 138vw;
}

.b-138\% {
  bottom: -138%;
}

.b\+138\% {
  bottom: 138%;
}

.l-138vw {
  left: -138vw;
}

.l\+138vw {
  left: 138vw;
}

.l-138\% {
  left: -138%;
}

.l\+138\% {
  left: 138%;
}

.r-138vw {
  right: -138vw;
}

.r\+138vw {
  right: 138vw;
}

.r-138\% {
  right: -138%;
}

.r\+138\% {
  right: 138%;
}

.t-139vw {
  top: -139vw;
}

.t\+139vw {
  top: 139vw;
}

.t-139\% {
  top: -139%;
}

.t\+139\% {
  top: 139%;
}

.b-139vw {
  bottom: -139vw;
}

.b\+139vw {
  bottom: 139vw;
}

.b-139\% {
  bottom: -139%;
}

.b\+139\% {
  bottom: 139%;
}

.l-139vw {
  left: -139vw;
}

.l\+139vw {
  left: 139vw;
}

.l-139\% {
  left: -139%;
}

.l\+139\% {
  left: 139%;
}

.r-139vw {
  right: -139vw;
}

.r\+139vw {
  right: 139vw;
}

.r-139\% {
  right: -139%;
}

.r\+139\% {
  right: 139%;
}

.t-140vw {
  top: -140vw;
}

.t\+140vw {
  top: 140vw;
}

.t-140\% {
  top: -140%;
}

.t\+140\% {
  top: 140%;
}

.b-140vw {
  bottom: -140vw;
}

.b\+140vw {
  bottom: 140vw;
}

.b-140\% {
  bottom: -140%;
}

.b\+140\% {
  bottom: 140%;
}

.l-140vw {
  left: -140vw;
}

.l\+140vw {
  left: 140vw;
}

.l-140\% {
  left: -140%;
}

.l\+140\% {
  left: 140%;
}

.r-140vw {
  right: -140vw;
}

.r\+140vw {
  right: 140vw;
}

.r-140\% {
  right: -140%;
}

.r\+140\% {
  right: 140%;
}

.t-141vw {
  top: -141vw;
}

.t\+141vw {
  top: 141vw;
}

.t-141\% {
  top: -141%;
}

.t\+141\% {
  top: 141%;
}

.b-141vw {
  bottom: -141vw;
}

.b\+141vw {
  bottom: 141vw;
}

.b-141\% {
  bottom: -141%;
}

.b\+141\% {
  bottom: 141%;
}

.l-141vw {
  left: -141vw;
}

.l\+141vw {
  left: 141vw;
}

.l-141\% {
  left: -141%;
}

.l\+141\% {
  left: 141%;
}

.r-141vw {
  right: -141vw;
}

.r\+141vw {
  right: 141vw;
}

.r-141\% {
  right: -141%;
}

.r\+141\% {
  right: 141%;
}

.t-142vw {
  top: -142vw;
}

.t\+142vw {
  top: 142vw;
}

.t-142\% {
  top: -142%;
}

.t\+142\% {
  top: 142%;
}

.b-142vw {
  bottom: -142vw;
}

.b\+142vw {
  bottom: 142vw;
}

.b-142\% {
  bottom: -142%;
}

.b\+142\% {
  bottom: 142%;
}

.l-142vw {
  left: -142vw;
}

.l\+142vw {
  left: 142vw;
}

.l-142\% {
  left: -142%;
}

.l\+142\% {
  left: 142%;
}

.r-142vw {
  right: -142vw;
}

.r\+142vw {
  right: 142vw;
}

.r-142\% {
  right: -142%;
}

.r\+142\% {
  right: 142%;
}

.t-143vw {
  top: -143vw;
}

.t\+143vw {
  top: 143vw;
}

.t-143\% {
  top: -143%;
}

.t\+143\% {
  top: 143%;
}

.b-143vw {
  bottom: -143vw;
}

.b\+143vw {
  bottom: 143vw;
}

.b-143\% {
  bottom: -143%;
}

.b\+143\% {
  bottom: 143%;
}

.l-143vw {
  left: -143vw;
}

.l\+143vw {
  left: 143vw;
}

.l-143\% {
  left: -143%;
}

.l\+143\% {
  left: 143%;
}

.r-143vw {
  right: -143vw;
}

.r\+143vw {
  right: 143vw;
}

.r-143\% {
  right: -143%;
}

.r\+143\% {
  right: 143%;
}

.t-144vw {
  top: -144vw;
}

.t\+144vw {
  top: 144vw;
}

.t-144\% {
  top: -144%;
}

.t\+144\% {
  top: 144%;
}

.b-144vw {
  bottom: -144vw;
}

.b\+144vw {
  bottom: 144vw;
}

.b-144\% {
  bottom: -144%;
}

.b\+144\% {
  bottom: 144%;
}

.l-144vw {
  left: -144vw;
}

.l\+144vw {
  left: 144vw;
}

.l-144\% {
  left: -144%;
}

.l\+144\% {
  left: 144%;
}

.r-144vw {
  right: -144vw;
}

.r\+144vw {
  right: 144vw;
}

.r-144\% {
  right: -144%;
}

.r\+144\% {
  right: 144%;
}

.t-145vw {
  top: -145vw;
}

.t\+145vw {
  top: 145vw;
}

.t-145\% {
  top: -145%;
}

.t\+145\% {
  top: 145%;
}

.b-145vw {
  bottom: -145vw;
}

.b\+145vw {
  bottom: 145vw;
}

.b-145\% {
  bottom: -145%;
}

.b\+145\% {
  bottom: 145%;
}

.l-145vw {
  left: -145vw;
}

.l\+145vw {
  left: 145vw;
}

.l-145\% {
  left: -145%;
}

.l\+145\% {
  left: 145%;
}

.r-145vw {
  right: -145vw;
}

.r\+145vw {
  right: 145vw;
}

.r-145\% {
  right: -145%;
}

.r\+145\% {
  right: 145%;
}

.t-146vw {
  top: -146vw;
}

.t\+146vw {
  top: 146vw;
}

.t-146\% {
  top: -146%;
}

.t\+146\% {
  top: 146%;
}

.b-146vw {
  bottom: -146vw;
}

.b\+146vw {
  bottom: 146vw;
}

.b-146\% {
  bottom: -146%;
}

.b\+146\% {
  bottom: 146%;
}

.l-146vw {
  left: -146vw;
}

.l\+146vw {
  left: 146vw;
}

.l-146\% {
  left: -146%;
}

.l\+146\% {
  left: 146%;
}

.r-146vw {
  right: -146vw;
}

.r\+146vw {
  right: 146vw;
}

.r-146\% {
  right: -146%;
}

.r\+146\% {
  right: 146%;
}

.t-147vw {
  top: -147vw;
}

.t\+147vw {
  top: 147vw;
}

.t-147\% {
  top: -147%;
}

.t\+147\% {
  top: 147%;
}

.b-147vw {
  bottom: -147vw;
}

.b\+147vw {
  bottom: 147vw;
}

.b-147\% {
  bottom: -147%;
}

.b\+147\% {
  bottom: 147%;
}

.l-147vw {
  left: -147vw;
}

.l\+147vw {
  left: 147vw;
}

.l-147\% {
  left: -147%;
}

.l\+147\% {
  left: 147%;
}

.r-147vw {
  right: -147vw;
}

.r\+147vw {
  right: 147vw;
}

.r-147\% {
  right: -147%;
}

.r\+147\% {
  right: 147%;
}

.t-148vw {
  top: -148vw;
}

.t\+148vw {
  top: 148vw;
}

.t-148\% {
  top: -148%;
}

.t\+148\% {
  top: 148%;
}

.b-148vw {
  bottom: -148vw;
}

.b\+148vw {
  bottom: 148vw;
}

.b-148\% {
  bottom: -148%;
}

.b\+148\% {
  bottom: 148%;
}

.l-148vw {
  left: -148vw;
}

.l\+148vw {
  left: 148vw;
}

.l-148\% {
  left: -148%;
}

.l\+148\% {
  left: 148%;
}

.r-148vw {
  right: -148vw;
}

.r\+148vw {
  right: 148vw;
}

.r-148\% {
  right: -148%;
}

.r\+148\% {
  right: 148%;
}

.t-149vw {
  top: -149vw;
}

.t\+149vw {
  top: 149vw;
}

.t-149\% {
  top: -149%;
}

.t\+149\% {
  top: 149%;
}

.b-149vw {
  bottom: -149vw;
}

.b\+149vw {
  bottom: 149vw;
}

.b-149\% {
  bottom: -149%;
}

.b\+149\% {
  bottom: 149%;
}

.l-149vw {
  left: -149vw;
}

.l\+149vw {
  left: 149vw;
}

.l-149\% {
  left: -149%;
}

.l\+149\% {
  left: 149%;
}

.r-149vw {
  right: -149vw;
}

.r\+149vw {
  right: 149vw;
}

.r-149\% {
  right: -149%;
}

.r\+149\% {
  right: 149%;
}

.t-150vw {
  top: -150vw;
}

.t\+150vw {
  top: 150vw;
}

.t-150\% {
  top: -150%;
}

.t\+150\% {
  top: 150%;
}

.b-150vw {
  bottom: -150vw;
}

.b\+150vw {
  bottom: 150vw;
}

.b-150\% {
  bottom: -150%;
}

.b\+150\% {
  bottom: 150%;
}

.l-150vw {
  left: -150vw;
}

.l\+150vw {
  left: 150vw;
}

.l-150\% {
  left: -150%;
}

.l\+150\% {
  left: 150%;
}

.r-150vw {
  right: -150vw;
}

.r\+150vw {
  right: 150vw;
}

.r-150\% {
  right: -150%;
}

.r\+150\% {
  right: 150%;
}

.t-151vw {
  top: -151vw;
}

.t\+151vw {
  top: 151vw;
}

.t-151\% {
  top: -151%;
}

.t\+151\% {
  top: 151%;
}

.b-151vw {
  bottom: -151vw;
}

.b\+151vw {
  bottom: 151vw;
}

.b-151\% {
  bottom: -151%;
}

.b\+151\% {
  bottom: 151%;
}

.l-151vw {
  left: -151vw;
}

.l\+151vw {
  left: 151vw;
}

.l-151\% {
  left: -151%;
}

.l\+151\% {
  left: 151%;
}

.r-151vw {
  right: -151vw;
}

.r\+151vw {
  right: 151vw;
}

.r-151\% {
  right: -151%;
}

.r\+151\% {
  right: 151%;
}

.t-152vw {
  top: -152vw;
}

.t\+152vw {
  top: 152vw;
}

.t-152\% {
  top: -152%;
}

.t\+152\% {
  top: 152%;
}

.b-152vw {
  bottom: -152vw;
}

.b\+152vw {
  bottom: 152vw;
}

.b-152\% {
  bottom: -152%;
}

.b\+152\% {
  bottom: 152%;
}

.l-152vw {
  left: -152vw;
}

.l\+152vw {
  left: 152vw;
}

.l-152\% {
  left: -152%;
}

.l\+152\% {
  left: 152%;
}

.r-152vw {
  right: -152vw;
}

.r\+152vw {
  right: 152vw;
}

.r-152\% {
  right: -152%;
}

.r\+152\% {
  right: 152%;
}

.t-153vw {
  top: -153vw;
}

.t\+153vw {
  top: 153vw;
}

.t-153\% {
  top: -153%;
}

.t\+153\% {
  top: 153%;
}

.b-153vw {
  bottom: -153vw;
}

.b\+153vw {
  bottom: 153vw;
}

.b-153\% {
  bottom: -153%;
}

.b\+153\% {
  bottom: 153%;
}

.l-153vw {
  left: -153vw;
}

.l\+153vw {
  left: 153vw;
}

.l-153\% {
  left: -153%;
}

.l\+153\% {
  left: 153%;
}

.r-153vw {
  right: -153vw;
}

.r\+153vw {
  right: 153vw;
}

.r-153\% {
  right: -153%;
}

.r\+153\% {
  right: 153%;
}

.t-154vw {
  top: -154vw;
}

.t\+154vw {
  top: 154vw;
}

.t-154\% {
  top: -154%;
}

.t\+154\% {
  top: 154%;
}

.b-154vw {
  bottom: -154vw;
}

.b\+154vw {
  bottom: 154vw;
}

.b-154\% {
  bottom: -154%;
}

.b\+154\% {
  bottom: 154%;
}

.l-154vw {
  left: -154vw;
}

.l\+154vw {
  left: 154vw;
}

.l-154\% {
  left: -154%;
}

.l\+154\% {
  left: 154%;
}

.r-154vw {
  right: -154vw;
}

.r\+154vw {
  right: 154vw;
}

.r-154\% {
  right: -154%;
}

.r\+154\% {
  right: 154%;
}

.t-155vw {
  top: -155vw;
}

.t\+155vw {
  top: 155vw;
}

.t-155\% {
  top: -155%;
}

.t\+155\% {
  top: 155%;
}

.b-155vw {
  bottom: -155vw;
}

.b\+155vw {
  bottom: 155vw;
}

.b-155\% {
  bottom: -155%;
}

.b\+155\% {
  bottom: 155%;
}

.l-155vw {
  left: -155vw;
}

.l\+155vw {
  left: 155vw;
}

.l-155\% {
  left: -155%;
}

.l\+155\% {
  left: 155%;
}

.r-155vw {
  right: -155vw;
}

.r\+155vw {
  right: 155vw;
}

.r-155\% {
  right: -155%;
}

.r\+155\% {
  right: 155%;
}

.t-156vw {
  top: -156vw;
}

.t\+156vw {
  top: 156vw;
}

.t-156\% {
  top: -156%;
}

.t\+156\% {
  top: 156%;
}

.b-156vw {
  bottom: -156vw;
}

.b\+156vw {
  bottom: 156vw;
}

.b-156\% {
  bottom: -156%;
}

.b\+156\% {
  bottom: 156%;
}

.l-156vw {
  left: -156vw;
}

.l\+156vw {
  left: 156vw;
}

.l-156\% {
  left: -156%;
}

.l\+156\% {
  left: 156%;
}

.r-156vw {
  right: -156vw;
}

.r\+156vw {
  right: 156vw;
}

.r-156\% {
  right: -156%;
}

.r\+156\% {
  right: 156%;
}

.t-157vw {
  top: -157vw;
}

.t\+157vw {
  top: 157vw;
}

.t-157\% {
  top: -157%;
}

.t\+157\% {
  top: 157%;
}

.b-157vw {
  bottom: -157vw;
}

.b\+157vw {
  bottom: 157vw;
}

.b-157\% {
  bottom: -157%;
}

.b\+157\% {
  bottom: 157%;
}

.l-157vw {
  left: -157vw;
}

.l\+157vw {
  left: 157vw;
}

.l-157\% {
  left: -157%;
}

.l\+157\% {
  left: 157%;
}

.r-157vw {
  right: -157vw;
}

.r\+157vw {
  right: 157vw;
}

.r-157\% {
  right: -157%;
}

.r\+157\% {
  right: 157%;
}

.t-158vw {
  top: -158vw;
}

.t\+158vw {
  top: 158vw;
}

.t-158\% {
  top: -158%;
}

.t\+158\% {
  top: 158%;
}

.b-158vw {
  bottom: -158vw;
}

.b\+158vw {
  bottom: 158vw;
}

.b-158\% {
  bottom: -158%;
}

.b\+158\% {
  bottom: 158%;
}

.l-158vw {
  left: -158vw;
}

.l\+158vw {
  left: 158vw;
}

.l-158\% {
  left: -158%;
}

.l\+158\% {
  left: 158%;
}

.r-158vw {
  right: -158vw;
}

.r\+158vw {
  right: 158vw;
}

.r-158\% {
  right: -158%;
}

.r\+158\% {
  right: 158%;
}

.t-159vw {
  top: -159vw;
}

.t\+159vw {
  top: 159vw;
}

.t-159\% {
  top: -159%;
}

.t\+159\% {
  top: 159%;
}

.b-159vw {
  bottom: -159vw;
}

.b\+159vw {
  bottom: 159vw;
}

.b-159\% {
  bottom: -159%;
}

.b\+159\% {
  bottom: 159%;
}

.l-159vw {
  left: -159vw;
}

.l\+159vw {
  left: 159vw;
}

.l-159\% {
  left: -159%;
}

.l\+159\% {
  left: 159%;
}

.r-159vw {
  right: -159vw;
}

.r\+159vw {
  right: 159vw;
}

.r-159\% {
  right: -159%;
}

.r\+159\% {
  right: 159%;
}

.t-160vw {
  top: -160vw;
}

.t\+160vw {
  top: 160vw;
}

.t-160\% {
  top: -160%;
}

.t\+160\% {
  top: 160%;
}

.b-160vw {
  bottom: -160vw;
}

.b\+160vw {
  bottom: 160vw;
}

.b-160\% {
  bottom: -160%;
}

.b\+160\% {
  bottom: 160%;
}

.l-160vw {
  left: -160vw;
}

.l\+160vw {
  left: 160vw;
}

.l-160\% {
  left: -160%;
}

.l\+160\% {
  left: 160%;
}

.r-160vw {
  right: -160vw;
}

.r\+160vw {
  right: 160vw;
}

.r-160\% {
  right: -160%;
}

.r\+160\% {
  right: 160%;
}

.t-161vw {
  top: -161vw;
}

.t\+161vw {
  top: 161vw;
}

.t-161\% {
  top: -161%;
}

.t\+161\% {
  top: 161%;
}

.b-161vw {
  bottom: -161vw;
}

.b\+161vw {
  bottom: 161vw;
}

.b-161\% {
  bottom: -161%;
}

.b\+161\% {
  bottom: 161%;
}

.l-161vw {
  left: -161vw;
}

.l\+161vw {
  left: 161vw;
}

.l-161\% {
  left: -161%;
}

.l\+161\% {
  left: 161%;
}

.r-161vw {
  right: -161vw;
}

.r\+161vw {
  right: 161vw;
}

.r-161\% {
  right: -161%;
}

.r\+161\% {
  right: 161%;
}

.t-162vw {
  top: -162vw;
}

.t\+162vw {
  top: 162vw;
}

.t-162\% {
  top: -162%;
}

.t\+162\% {
  top: 162%;
}

.b-162vw {
  bottom: -162vw;
}

.b\+162vw {
  bottom: 162vw;
}

.b-162\% {
  bottom: -162%;
}

.b\+162\% {
  bottom: 162%;
}

.l-162vw {
  left: -162vw;
}

.l\+162vw {
  left: 162vw;
}

.l-162\% {
  left: -162%;
}

.l\+162\% {
  left: 162%;
}

.r-162vw {
  right: -162vw;
}

.r\+162vw {
  right: 162vw;
}

.r-162\% {
  right: -162%;
}

.r\+162\% {
  right: 162%;
}

.t-163vw {
  top: -163vw;
}

.t\+163vw {
  top: 163vw;
}

.t-163\% {
  top: -163%;
}

.t\+163\% {
  top: 163%;
}

.b-163vw {
  bottom: -163vw;
}

.b\+163vw {
  bottom: 163vw;
}

.b-163\% {
  bottom: -163%;
}

.b\+163\% {
  bottom: 163%;
}

.l-163vw {
  left: -163vw;
}

.l\+163vw {
  left: 163vw;
}

.l-163\% {
  left: -163%;
}

.l\+163\% {
  left: 163%;
}

.r-163vw {
  right: -163vw;
}

.r\+163vw {
  right: 163vw;
}

.r-163\% {
  right: -163%;
}

.r\+163\% {
  right: 163%;
}

.t-164vw {
  top: -164vw;
}

.t\+164vw {
  top: 164vw;
}

.t-164\% {
  top: -164%;
}

.t\+164\% {
  top: 164%;
}

.b-164vw {
  bottom: -164vw;
}

.b\+164vw {
  bottom: 164vw;
}

.b-164\% {
  bottom: -164%;
}

.b\+164\% {
  bottom: 164%;
}

.l-164vw {
  left: -164vw;
}

.l\+164vw {
  left: 164vw;
}

.l-164\% {
  left: -164%;
}

.l\+164\% {
  left: 164%;
}

.r-164vw {
  right: -164vw;
}

.r\+164vw {
  right: 164vw;
}

.r-164\% {
  right: -164%;
}

.r\+164\% {
  right: 164%;
}

.t-165vw {
  top: -165vw;
}

.t\+165vw {
  top: 165vw;
}

.t-165\% {
  top: -165%;
}

.t\+165\% {
  top: 165%;
}

.b-165vw {
  bottom: -165vw;
}

.b\+165vw {
  bottom: 165vw;
}

.b-165\% {
  bottom: -165%;
}

.b\+165\% {
  bottom: 165%;
}

.l-165vw {
  left: -165vw;
}

.l\+165vw {
  left: 165vw;
}

.l-165\% {
  left: -165%;
}

.l\+165\% {
  left: 165%;
}

.r-165vw {
  right: -165vw;
}

.r\+165vw {
  right: 165vw;
}

.r-165\% {
  right: -165%;
}

.r\+165\% {
  right: 165%;
}

.t-166vw {
  top: -166vw;
}

.t\+166vw {
  top: 166vw;
}

.t-166\% {
  top: -166%;
}

.t\+166\% {
  top: 166%;
}

.b-166vw {
  bottom: -166vw;
}

.b\+166vw {
  bottom: 166vw;
}

.b-166\% {
  bottom: -166%;
}

.b\+166\% {
  bottom: 166%;
}

.l-166vw {
  left: -166vw;
}

.l\+166vw {
  left: 166vw;
}

.l-166\% {
  left: -166%;
}

.l\+166\% {
  left: 166%;
}

.r-166vw {
  right: -166vw;
}

.r\+166vw {
  right: 166vw;
}

.r-166\% {
  right: -166%;
}

.r\+166\% {
  right: 166%;
}

.t-167vw {
  top: -167vw;
}

.t\+167vw {
  top: 167vw;
}

.t-167\% {
  top: -167%;
}

.t\+167\% {
  top: 167%;
}

.b-167vw {
  bottom: -167vw;
}

.b\+167vw {
  bottom: 167vw;
}

.b-167\% {
  bottom: -167%;
}

.b\+167\% {
  bottom: 167%;
}

.l-167vw {
  left: -167vw;
}

.l\+167vw {
  left: 167vw;
}

.l-167\% {
  left: -167%;
}

.l\+167\% {
  left: 167%;
}

.r-167vw {
  right: -167vw;
}

.r\+167vw {
  right: 167vw;
}

.r-167\% {
  right: -167%;
}

.r\+167\% {
  right: 167%;
}

.t-168vw {
  top: -168vw;
}

.t\+168vw {
  top: 168vw;
}

.t-168\% {
  top: -168%;
}

.t\+168\% {
  top: 168%;
}

.b-168vw {
  bottom: -168vw;
}

.b\+168vw {
  bottom: 168vw;
}

.b-168\% {
  bottom: -168%;
}

.b\+168\% {
  bottom: 168%;
}

.l-168vw {
  left: -168vw;
}

.l\+168vw {
  left: 168vw;
}

.l-168\% {
  left: -168%;
}

.l\+168\% {
  left: 168%;
}

.r-168vw {
  right: -168vw;
}

.r\+168vw {
  right: 168vw;
}

.r-168\% {
  right: -168%;
}

.r\+168\% {
  right: 168%;
}

.t-169vw {
  top: -169vw;
}

.t\+169vw {
  top: 169vw;
}

.t-169\% {
  top: -169%;
}

.t\+169\% {
  top: 169%;
}

.b-169vw {
  bottom: -169vw;
}

.b\+169vw {
  bottom: 169vw;
}

.b-169\% {
  bottom: -169%;
}

.b\+169\% {
  bottom: 169%;
}

.l-169vw {
  left: -169vw;
}

.l\+169vw {
  left: 169vw;
}

.l-169\% {
  left: -169%;
}

.l\+169\% {
  left: 169%;
}

.r-169vw {
  right: -169vw;
}

.r\+169vw {
  right: 169vw;
}

.r-169\% {
  right: -169%;
}

.r\+169\% {
  right: 169%;
}

.t-170vw {
  top: -170vw;
}

.t\+170vw {
  top: 170vw;
}

.t-170\% {
  top: -170%;
}

.t\+170\% {
  top: 170%;
}

.b-170vw {
  bottom: -170vw;
}

.b\+170vw {
  bottom: 170vw;
}

.b-170\% {
  bottom: -170%;
}

.b\+170\% {
  bottom: 170%;
}

.l-170vw {
  left: -170vw;
}

.l\+170vw {
  left: 170vw;
}

.l-170\% {
  left: -170%;
}

.l\+170\% {
  left: 170%;
}

.r-170vw {
  right: -170vw;
}

.r\+170vw {
  right: 170vw;
}

.r-170\% {
  right: -170%;
}

.r\+170\% {
  right: 170%;
}

.t-171vw {
  top: -171vw;
}

.t\+171vw {
  top: 171vw;
}

.t-171\% {
  top: -171%;
}

.t\+171\% {
  top: 171%;
}

.b-171vw {
  bottom: -171vw;
}

.b\+171vw {
  bottom: 171vw;
}

.b-171\% {
  bottom: -171%;
}

.b\+171\% {
  bottom: 171%;
}

.l-171vw {
  left: -171vw;
}

.l\+171vw {
  left: 171vw;
}

.l-171\% {
  left: -171%;
}

.l\+171\% {
  left: 171%;
}

.r-171vw {
  right: -171vw;
}

.r\+171vw {
  right: 171vw;
}

.r-171\% {
  right: -171%;
}

.r\+171\% {
  right: 171%;
}

.t-172vw {
  top: -172vw;
}

.t\+172vw {
  top: 172vw;
}

.t-172\% {
  top: -172%;
}

.t\+172\% {
  top: 172%;
}

.b-172vw {
  bottom: -172vw;
}

.b\+172vw {
  bottom: 172vw;
}

.b-172\% {
  bottom: -172%;
}

.b\+172\% {
  bottom: 172%;
}

.l-172vw {
  left: -172vw;
}

.l\+172vw {
  left: 172vw;
}

.l-172\% {
  left: -172%;
}

.l\+172\% {
  left: 172%;
}

.r-172vw {
  right: -172vw;
}

.r\+172vw {
  right: 172vw;
}

.r-172\% {
  right: -172%;
}

.r\+172\% {
  right: 172%;
}

.t-173vw {
  top: -173vw;
}

.t\+173vw {
  top: 173vw;
}

.t-173\% {
  top: -173%;
}

.t\+173\% {
  top: 173%;
}

.b-173vw {
  bottom: -173vw;
}

.b\+173vw {
  bottom: 173vw;
}

.b-173\% {
  bottom: -173%;
}

.b\+173\% {
  bottom: 173%;
}

.l-173vw {
  left: -173vw;
}

.l\+173vw {
  left: 173vw;
}

.l-173\% {
  left: -173%;
}

.l\+173\% {
  left: 173%;
}

.r-173vw {
  right: -173vw;
}

.r\+173vw {
  right: 173vw;
}

.r-173\% {
  right: -173%;
}

.r\+173\% {
  right: 173%;
}

.t-174vw {
  top: -174vw;
}

.t\+174vw {
  top: 174vw;
}

.t-174\% {
  top: -174%;
}

.t\+174\% {
  top: 174%;
}

.b-174vw {
  bottom: -174vw;
}

.b\+174vw {
  bottom: 174vw;
}

.b-174\% {
  bottom: -174%;
}

.b\+174\% {
  bottom: 174%;
}

.l-174vw {
  left: -174vw;
}

.l\+174vw {
  left: 174vw;
}

.l-174\% {
  left: -174%;
}

.l\+174\% {
  left: 174%;
}

.r-174vw {
  right: -174vw;
}

.r\+174vw {
  right: 174vw;
}

.r-174\% {
  right: -174%;
}

.r\+174\% {
  right: 174%;
}

.t-175vw {
  top: -175vw;
}

.t\+175vw {
  top: 175vw;
}

.t-175\% {
  top: -175%;
}

.t\+175\% {
  top: 175%;
}

.b-175vw {
  bottom: -175vw;
}

.b\+175vw {
  bottom: 175vw;
}

.b-175\% {
  bottom: -175%;
}

.b\+175\% {
  bottom: 175%;
}

.l-175vw {
  left: -175vw;
}

.l\+175vw {
  left: 175vw;
}

.l-175\% {
  left: -175%;
}

.l\+175\% {
  left: 175%;
}

.r-175vw {
  right: -175vw;
}

.r\+175vw {
  right: 175vw;
}

.r-175\% {
  right: -175%;
}

.r\+175\% {
  right: 175%;
}

.t-176vw {
  top: -176vw;
}

.t\+176vw {
  top: 176vw;
}

.t-176\% {
  top: -176%;
}

.t\+176\% {
  top: 176%;
}

.b-176vw {
  bottom: -176vw;
}

.b\+176vw {
  bottom: 176vw;
}

.b-176\% {
  bottom: -176%;
}

.b\+176\% {
  bottom: 176%;
}

.l-176vw {
  left: -176vw;
}

.l\+176vw {
  left: 176vw;
}

.l-176\% {
  left: -176%;
}

.l\+176\% {
  left: 176%;
}

.r-176vw {
  right: -176vw;
}

.r\+176vw {
  right: 176vw;
}

.r-176\% {
  right: -176%;
}

.r\+176\% {
  right: 176%;
}

.t-177vw {
  top: -177vw;
}

.t\+177vw {
  top: 177vw;
}

.t-177\% {
  top: -177%;
}

.t\+177\% {
  top: 177%;
}

.b-177vw {
  bottom: -177vw;
}

.b\+177vw {
  bottom: 177vw;
}

.b-177\% {
  bottom: -177%;
}

.b\+177\% {
  bottom: 177%;
}

.l-177vw {
  left: -177vw;
}

.l\+177vw {
  left: 177vw;
}

.l-177\% {
  left: -177%;
}

.l\+177\% {
  left: 177%;
}

.r-177vw {
  right: -177vw;
}

.r\+177vw {
  right: 177vw;
}

.r-177\% {
  right: -177%;
}

.r\+177\% {
  right: 177%;
}

.t-178vw {
  top: -178vw;
}

.t\+178vw {
  top: 178vw;
}

.t-178\% {
  top: -178%;
}

.t\+178\% {
  top: 178%;
}

.b-178vw {
  bottom: -178vw;
}

.b\+178vw {
  bottom: 178vw;
}

.b-178\% {
  bottom: -178%;
}

.b\+178\% {
  bottom: 178%;
}

.l-178vw {
  left: -178vw;
}

.l\+178vw {
  left: 178vw;
}

.l-178\% {
  left: -178%;
}

.l\+178\% {
  left: 178%;
}

.r-178vw {
  right: -178vw;
}

.r\+178vw {
  right: 178vw;
}

.r-178\% {
  right: -178%;
}

.r\+178\% {
  right: 178%;
}

.t-179vw {
  top: -179vw;
}

.t\+179vw {
  top: 179vw;
}

.t-179\% {
  top: -179%;
}

.t\+179\% {
  top: 179%;
}

.b-179vw {
  bottom: -179vw;
}

.b\+179vw {
  bottom: 179vw;
}

.b-179\% {
  bottom: -179%;
}

.b\+179\% {
  bottom: 179%;
}

.l-179vw {
  left: -179vw;
}

.l\+179vw {
  left: 179vw;
}

.l-179\% {
  left: -179%;
}

.l\+179\% {
  left: 179%;
}

.r-179vw {
  right: -179vw;
}

.r\+179vw {
  right: 179vw;
}

.r-179\% {
  right: -179%;
}

.r\+179\% {
  right: 179%;
}

.t-180vw {
  top: -180vw;
}

.t\+180vw {
  top: 180vw;
}

.t-180\% {
  top: -180%;
}

.t\+180\% {
  top: 180%;
}

.b-180vw {
  bottom: -180vw;
}

.b\+180vw {
  bottom: 180vw;
}

.b-180\% {
  bottom: -180%;
}

.b\+180\% {
  bottom: 180%;
}

.l-180vw {
  left: -180vw;
}

.l\+180vw {
  left: 180vw;
}

.l-180\% {
  left: -180%;
}

.l\+180\% {
  left: 180%;
}

.r-180vw {
  right: -180vw;
}

.r\+180vw {
  right: 180vw;
}

.r-180\% {
  right: -180%;
}

.r\+180\% {
  right: 180%;
}

.t-181vw {
  top: -181vw;
}

.t\+181vw {
  top: 181vw;
}

.t-181\% {
  top: -181%;
}

.t\+181\% {
  top: 181%;
}

.b-181vw {
  bottom: -181vw;
}

.b\+181vw {
  bottom: 181vw;
}

.b-181\% {
  bottom: -181%;
}

.b\+181\% {
  bottom: 181%;
}

.l-181vw {
  left: -181vw;
}

.l\+181vw {
  left: 181vw;
}

.l-181\% {
  left: -181%;
}

.l\+181\% {
  left: 181%;
}

.r-181vw {
  right: -181vw;
}

.r\+181vw {
  right: 181vw;
}

.r-181\% {
  right: -181%;
}

.r\+181\% {
  right: 181%;
}

.t-182vw {
  top: -182vw;
}

.t\+182vw {
  top: 182vw;
}

.t-182\% {
  top: -182%;
}

.t\+182\% {
  top: 182%;
}

.b-182vw {
  bottom: -182vw;
}

.b\+182vw {
  bottom: 182vw;
}

.b-182\% {
  bottom: -182%;
}

.b\+182\% {
  bottom: 182%;
}

.l-182vw {
  left: -182vw;
}

.l\+182vw {
  left: 182vw;
}

.l-182\% {
  left: -182%;
}

.l\+182\% {
  left: 182%;
}

.r-182vw {
  right: -182vw;
}

.r\+182vw {
  right: 182vw;
}

.r-182\% {
  right: -182%;
}

.r\+182\% {
  right: 182%;
}

.t-183vw {
  top: -183vw;
}

.t\+183vw {
  top: 183vw;
}

.t-183\% {
  top: -183%;
}

.t\+183\% {
  top: 183%;
}

.b-183vw {
  bottom: -183vw;
}

.b\+183vw {
  bottom: 183vw;
}

.b-183\% {
  bottom: -183%;
}

.b\+183\% {
  bottom: 183%;
}

.l-183vw {
  left: -183vw;
}

.l\+183vw {
  left: 183vw;
}

.l-183\% {
  left: -183%;
}

.l\+183\% {
  left: 183%;
}

.r-183vw {
  right: -183vw;
}

.r\+183vw {
  right: 183vw;
}

.r-183\% {
  right: -183%;
}

.r\+183\% {
  right: 183%;
}

.t-184vw {
  top: -184vw;
}

.t\+184vw {
  top: 184vw;
}

.t-184\% {
  top: -184%;
}

.t\+184\% {
  top: 184%;
}

.b-184vw {
  bottom: -184vw;
}

.b\+184vw {
  bottom: 184vw;
}

.b-184\% {
  bottom: -184%;
}

.b\+184\% {
  bottom: 184%;
}

.l-184vw {
  left: -184vw;
}

.l\+184vw {
  left: 184vw;
}

.l-184\% {
  left: -184%;
}

.l\+184\% {
  left: 184%;
}

.r-184vw {
  right: -184vw;
}

.r\+184vw {
  right: 184vw;
}

.r-184\% {
  right: -184%;
}

.r\+184\% {
  right: 184%;
}

.t-185vw {
  top: -185vw;
}

.t\+185vw {
  top: 185vw;
}

.t-185\% {
  top: -185%;
}

.t\+185\% {
  top: 185%;
}

.b-185vw {
  bottom: -185vw;
}

.b\+185vw {
  bottom: 185vw;
}

.b-185\% {
  bottom: -185%;
}

.b\+185\% {
  bottom: 185%;
}

.l-185vw {
  left: -185vw;
}

.l\+185vw {
  left: 185vw;
}

.l-185\% {
  left: -185%;
}

.l\+185\% {
  left: 185%;
}

.r-185vw {
  right: -185vw;
}

.r\+185vw {
  right: 185vw;
}

.r-185\% {
  right: -185%;
}

.r\+185\% {
  right: 185%;
}

.t-186vw {
  top: -186vw;
}

.t\+186vw {
  top: 186vw;
}

.t-186\% {
  top: -186%;
}

.t\+186\% {
  top: 186%;
}

.b-186vw {
  bottom: -186vw;
}

.b\+186vw {
  bottom: 186vw;
}

.b-186\% {
  bottom: -186%;
}

.b\+186\% {
  bottom: 186%;
}

.l-186vw {
  left: -186vw;
}

.l\+186vw {
  left: 186vw;
}

.l-186\% {
  left: -186%;
}

.l\+186\% {
  left: 186%;
}

.r-186vw {
  right: -186vw;
}

.r\+186vw {
  right: 186vw;
}

.r-186\% {
  right: -186%;
}

.r\+186\% {
  right: 186%;
}

.t-187vw {
  top: -187vw;
}

.t\+187vw {
  top: 187vw;
}

.t-187\% {
  top: -187%;
}

.t\+187\% {
  top: 187%;
}

.b-187vw {
  bottom: -187vw;
}

.b\+187vw {
  bottom: 187vw;
}

.b-187\% {
  bottom: -187%;
}

.b\+187\% {
  bottom: 187%;
}

.l-187vw {
  left: -187vw;
}

.l\+187vw {
  left: 187vw;
}

.l-187\% {
  left: -187%;
}

.l\+187\% {
  left: 187%;
}

.r-187vw {
  right: -187vw;
}

.r\+187vw {
  right: 187vw;
}

.r-187\% {
  right: -187%;
}

.r\+187\% {
  right: 187%;
}

.t-188vw {
  top: -188vw;
}

.t\+188vw {
  top: 188vw;
}

.t-188\% {
  top: -188%;
}

.t\+188\% {
  top: 188%;
}

.b-188vw {
  bottom: -188vw;
}

.b\+188vw {
  bottom: 188vw;
}

.b-188\% {
  bottom: -188%;
}

.b\+188\% {
  bottom: 188%;
}

.l-188vw {
  left: -188vw;
}

.l\+188vw {
  left: 188vw;
}

.l-188\% {
  left: -188%;
}

.l\+188\% {
  left: 188%;
}

.r-188vw {
  right: -188vw;
}

.r\+188vw {
  right: 188vw;
}

.r-188\% {
  right: -188%;
}

.r\+188\% {
  right: 188%;
}

.t-189vw {
  top: -189vw;
}

.t\+189vw {
  top: 189vw;
}

.t-189\% {
  top: -189%;
}

.t\+189\% {
  top: 189%;
}

.b-189vw {
  bottom: -189vw;
}

.b\+189vw {
  bottom: 189vw;
}

.b-189\% {
  bottom: -189%;
}

.b\+189\% {
  bottom: 189%;
}

.l-189vw {
  left: -189vw;
}

.l\+189vw {
  left: 189vw;
}

.l-189\% {
  left: -189%;
}

.l\+189\% {
  left: 189%;
}

.r-189vw {
  right: -189vw;
}

.r\+189vw {
  right: 189vw;
}

.r-189\% {
  right: -189%;
}

.r\+189\% {
  right: 189%;
}

.t-190vw {
  top: -190vw;
}

.t\+190vw {
  top: 190vw;
}

.t-190\% {
  top: -190%;
}

.t\+190\% {
  top: 190%;
}

.b-190vw {
  bottom: -190vw;
}

.b\+190vw {
  bottom: 190vw;
}

.b-190\% {
  bottom: -190%;
}

.b\+190\% {
  bottom: 190%;
}

.l-190vw {
  left: -190vw;
}

.l\+190vw {
  left: 190vw;
}

.l-190\% {
  left: -190%;
}

.l\+190\% {
  left: 190%;
}

.r-190vw {
  right: -190vw;
}

.r\+190vw {
  right: 190vw;
}

.r-190\% {
  right: -190%;
}

.r\+190\% {
  right: 190%;
}

.t-191vw {
  top: -191vw;
}

.t\+191vw {
  top: 191vw;
}

.t-191\% {
  top: -191%;
}

.t\+191\% {
  top: 191%;
}

.b-191vw {
  bottom: -191vw;
}

.b\+191vw {
  bottom: 191vw;
}

.b-191\% {
  bottom: -191%;
}

.b\+191\% {
  bottom: 191%;
}

.l-191vw {
  left: -191vw;
}

.l\+191vw {
  left: 191vw;
}

.l-191\% {
  left: -191%;
}

.l\+191\% {
  left: 191%;
}

.r-191vw {
  right: -191vw;
}

.r\+191vw {
  right: 191vw;
}

.r-191\% {
  right: -191%;
}

.r\+191\% {
  right: 191%;
}

.t-192vw {
  top: -192vw;
}

.t\+192vw {
  top: 192vw;
}

.t-192\% {
  top: -192%;
}

.t\+192\% {
  top: 192%;
}

.b-192vw {
  bottom: -192vw;
}

.b\+192vw {
  bottom: 192vw;
}

.b-192\% {
  bottom: -192%;
}

.b\+192\% {
  bottom: 192%;
}

.l-192vw {
  left: -192vw;
}

.l\+192vw {
  left: 192vw;
}

.l-192\% {
  left: -192%;
}

.l\+192\% {
  left: 192%;
}

.r-192vw {
  right: -192vw;
}

.r\+192vw {
  right: 192vw;
}

.r-192\% {
  right: -192%;
}

.r\+192\% {
  right: 192%;
}

.t-193vw {
  top: -193vw;
}

.t\+193vw {
  top: 193vw;
}

.t-193\% {
  top: -193%;
}

.t\+193\% {
  top: 193%;
}

.b-193vw {
  bottom: -193vw;
}

.b\+193vw {
  bottom: 193vw;
}

.b-193\% {
  bottom: -193%;
}

.b\+193\% {
  bottom: 193%;
}

.l-193vw {
  left: -193vw;
}

.l\+193vw {
  left: 193vw;
}

.l-193\% {
  left: -193%;
}

.l\+193\% {
  left: 193%;
}

.r-193vw {
  right: -193vw;
}

.r\+193vw {
  right: 193vw;
}

.r-193\% {
  right: -193%;
}

.r\+193\% {
  right: 193%;
}

.t-194vw {
  top: -194vw;
}

.t\+194vw {
  top: 194vw;
}

.t-194\% {
  top: -194%;
}

.t\+194\% {
  top: 194%;
}

.b-194vw {
  bottom: -194vw;
}

.b\+194vw {
  bottom: 194vw;
}

.b-194\% {
  bottom: -194%;
}

.b\+194\% {
  bottom: 194%;
}

.l-194vw {
  left: -194vw;
}

.l\+194vw {
  left: 194vw;
}

.l-194\% {
  left: -194%;
}

.l\+194\% {
  left: 194%;
}

.r-194vw {
  right: -194vw;
}

.r\+194vw {
  right: 194vw;
}

.r-194\% {
  right: -194%;
}

.r\+194\% {
  right: 194%;
}

.t-195vw {
  top: -195vw;
}

.t\+195vw {
  top: 195vw;
}

.t-195\% {
  top: -195%;
}

.t\+195\% {
  top: 195%;
}

.b-195vw {
  bottom: -195vw;
}

.b\+195vw {
  bottom: 195vw;
}

.b-195\% {
  bottom: -195%;
}

.b\+195\% {
  bottom: 195%;
}

.l-195vw {
  left: -195vw;
}

.l\+195vw {
  left: 195vw;
}

.l-195\% {
  left: -195%;
}

.l\+195\% {
  left: 195%;
}

.r-195vw {
  right: -195vw;
}

.r\+195vw {
  right: 195vw;
}

.r-195\% {
  right: -195%;
}

.r\+195\% {
  right: 195%;
}

.t-196vw {
  top: -196vw;
}

.t\+196vw {
  top: 196vw;
}

.t-196\% {
  top: -196%;
}

.t\+196\% {
  top: 196%;
}

.b-196vw {
  bottom: -196vw;
}

.b\+196vw {
  bottom: 196vw;
}

.b-196\% {
  bottom: -196%;
}

.b\+196\% {
  bottom: 196%;
}

.l-196vw {
  left: -196vw;
}

.l\+196vw {
  left: 196vw;
}

.l-196\% {
  left: -196%;
}

.l\+196\% {
  left: 196%;
}

.r-196vw {
  right: -196vw;
}

.r\+196vw {
  right: 196vw;
}

.r-196\% {
  right: -196%;
}

.r\+196\% {
  right: 196%;
}

.t-197vw {
  top: -197vw;
}

.t\+197vw {
  top: 197vw;
}

.t-197\% {
  top: -197%;
}

.t\+197\% {
  top: 197%;
}

.b-197vw {
  bottom: -197vw;
}

.b\+197vw {
  bottom: 197vw;
}

.b-197\% {
  bottom: -197%;
}

.b\+197\% {
  bottom: 197%;
}

.l-197vw {
  left: -197vw;
}

.l\+197vw {
  left: 197vw;
}

.l-197\% {
  left: -197%;
}

.l\+197\% {
  left: 197%;
}

.r-197vw {
  right: -197vw;
}

.r\+197vw {
  right: 197vw;
}

.r-197\% {
  right: -197%;
}

.r\+197\% {
  right: 197%;
}

.t-198vw {
  top: -198vw;
}

.t\+198vw {
  top: 198vw;
}

.t-198\% {
  top: -198%;
}

.t\+198\% {
  top: 198%;
}

.b-198vw {
  bottom: -198vw;
}

.b\+198vw {
  bottom: 198vw;
}

.b-198\% {
  bottom: -198%;
}

.b\+198\% {
  bottom: 198%;
}

.l-198vw {
  left: -198vw;
}

.l\+198vw {
  left: 198vw;
}

.l-198\% {
  left: -198%;
}

.l\+198\% {
  left: 198%;
}

.r-198vw {
  right: -198vw;
}

.r\+198vw {
  right: 198vw;
}

.r-198\% {
  right: -198%;
}

.r\+198\% {
  right: 198%;
}

.t-199vw {
  top: -199vw;
}

.t\+199vw {
  top: 199vw;
}

.t-199\% {
  top: -199%;
}

.t\+199\% {
  top: 199%;
}

.b-199vw {
  bottom: -199vw;
}

.b\+199vw {
  bottom: 199vw;
}

.b-199\% {
  bottom: -199%;
}

.b\+199\% {
  bottom: 199%;
}

.l-199vw {
  left: -199vw;
}

.l\+199vw {
  left: 199vw;
}

.l-199\% {
  left: -199%;
}

.l\+199\% {
  left: 199%;
}

.r-199vw {
  right: -199vw;
}

.r\+199vw {
  right: 199vw;
}

.r-199\% {
  right: -199%;
}

.r\+199\% {
  right: 199%;
}

.t-200vw {
  top: -200vw;
}

.t\+200vw {
  top: 200vw;
}

.t-200\% {
  top: -200%;
}

.t\+200\% {
  top: 200%;
}

.b-200vw {
  bottom: -200vw;
}

.b\+200vw {
  bottom: 200vw;
}

.b-200\% {
  bottom: -200%;
}

.b\+200\% {
  bottom: 200%;
}

.l-200vw {
  left: -200vw;
}

.l\+200vw {
  left: 200vw;
}

.l-200\% {
  left: -200%;
}

.l\+200\% {
  left: 200%;
}

.r-200vw {
  right: -200vw;
}

.r\+200vw {
  right: 200vw;
}

.r-200\% {
  right: -200%;
}

.r\+200\% {
  right: 200%;
}

@media screen and (min-width: 450px) {
  .mobile\:t-10p {
    top: -10px;
  }
  .mobile\:t\+10p {
    top: 10px;
  }
  .mobile\:b-10p {
    bottom: -10px;
  }
  .mobile\:b\+10p {
    bottom: 10px;
  }
  .mobile\:l-10p {
    left: -10px;
  }
  .mobile\:l\+10p {
    left: 10px;
  }
  .mobile\:r-10p {
    right: -10px;
  }
  .mobile\:r\+10p {
    right: 10px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-20p {
    top: -20px;
  }
  .mobile\:t\+20p {
    top: 20px;
  }
  .mobile\:b-20p {
    bottom: -20px;
  }
  .mobile\:b\+20p {
    bottom: 20px;
  }
  .mobile\:l-20p {
    left: -20px;
  }
  .mobile\:l\+20p {
    left: 20px;
  }
  .mobile\:r-20p {
    right: -20px;
  }
  .mobile\:r\+20p {
    right: 20px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-30p {
    top: -30px;
  }
  .mobile\:t\+30p {
    top: 30px;
  }
  .mobile\:b-30p {
    bottom: -30px;
  }
  .mobile\:b\+30p {
    bottom: 30px;
  }
  .mobile\:l-30p {
    left: -30px;
  }
  .mobile\:l\+30p {
    left: 30px;
  }
  .mobile\:r-30p {
    right: -30px;
  }
  .mobile\:r\+30p {
    right: 30px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-40p {
    top: -40px;
  }
  .mobile\:t\+40p {
    top: 40px;
  }
  .mobile\:b-40p {
    bottom: -40px;
  }
  .mobile\:b\+40p {
    bottom: 40px;
  }
  .mobile\:l-40p {
    left: -40px;
  }
  .mobile\:l\+40p {
    left: 40px;
  }
  .mobile\:r-40p {
    right: -40px;
  }
  .mobile\:r\+40p {
    right: 40px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-50p {
    top: -50px;
  }
  .mobile\:t\+50p {
    top: 50px;
  }
  .mobile\:b-50p {
    bottom: -50px;
  }
  .mobile\:b\+50p {
    bottom: 50px;
  }
  .mobile\:l-50p {
    left: -50px;
  }
  .mobile\:l\+50p {
    left: 50px;
  }
  .mobile\:r-50p {
    right: -50px;
  }
  .mobile\:r\+50p {
    right: 50px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-60p {
    top: -60px;
  }
  .mobile\:t\+60p {
    top: 60px;
  }
  .mobile\:b-60p {
    bottom: -60px;
  }
  .mobile\:b\+60p {
    bottom: 60px;
  }
  .mobile\:l-60p {
    left: -60px;
  }
  .mobile\:l\+60p {
    left: 60px;
  }
  .mobile\:r-60p {
    right: -60px;
  }
  .mobile\:r\+60p {
    right: 60px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-70p {
    top: -70px;
  }
  .mobile\:t\+70p {
    top: 70px;
  }
  .mobile\:b-70p {
    bottom: -70px;
  }
  .mobile\:b\+70p {
    bottom: 70px;
  }
  .mobile\:l-70p {
    left: -70px;
  }
  .mobile\:l\+70p {
    left: 70px;
  }
  .mobile\:r-70p {
    right: -70px;
  }
  .mobile\:r\+70p {
    right: 70px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-80p {
    top: -80px;
  }
  .mobile\:t\+80p {
    top: 80px;
  }
  .mobile\:b-80p {
    bottom: -80px;
  }
  .mobile\:b\+80p {
    bottom: 80px;
  }
  .mobile\:l-80p {
    left: -80px;
  }
  .mobile\:l\+80p {
    left: 80px;
  }
  .mobile\:r-80p {
    right: -80px;
  }
  .mobile\:r\+80p {
    right: 80px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-90p {
    top: -90px;
  }
  .mobile\:t\+90p {
    top: 90px;
  }
  .mobile\:b-90p {
    bottom: -90px;
  }
  .mobile\:b\+90p {
    bottom: 90px;
  }
  .mobile\:l-90p {
    left: -90px;
  }
  .mobile\:l\+90p {
    left: 90px;
  }
  .mobile\:r-90p {
    right: -90px;
  }
  .mobile\:r\+90p {
    right: 90px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-100p {
    top: -100px;
  }
  .mobile\:t\+100p {
    top: 100px;
  }
  .mobile\:b-100p {
    bottom: -100px;
  }
  .mobile\:b\+100p {
    bottom: 100px;
  }
  .mobile\:l-100p {
    left: -100px;
  }
  .mobile\:l\+100p {
    left: 100px;
  }
  .mobile\:r-100p {
    right: -100px;
  }
  .mobile\:r\+100p {
    right: 100px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-110p {
    top: -110px;
  }
  .mobile\:t\+110p {
    top: 110px;
  }
  .mobile\:b-110p {
    bottom: -110px;
  }
  .mobile\:b\+110p {
    bottom: 110px;
  }
  .mobile\:l-110p {
    left: -110px;
  }
  .mobile\:l\+110p {
    left: 110px;
  }
  .mobile\:r-110p {
    right: -110px;
  }
  .mobile\:r\+110p {
    right: 110px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-120p {
    top: -120px;
  }
  .mobile\:t\+120p {
    top: 120px;
  }
  .mobile\:b-120p {
    bottom: -120px;
  }
  .mobile\:b\+120p {
    bottom: 120px;
  }
  .mobile\:l-120p {
    left: -120px;
  }
  .mobile\:l\+120p {
    left: 120px;
  }
  .mobile\:r-120p {
    right: -120px;
  }
  .mobile\:r\+120p {
    right: 120px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-130p {
    top: -130px;
  }
  .mobile\:t\+130p {
    top: 130px;
  }
  .mobile\:b-130p {
    bottom: -130px;
  }
  .mobile\:b\+130p {
    bottom: 130px;
  }
  .mobile\:l-130p {
    left: -130px;
  }
  .mobile\:l\+130p {
    left: 130px;
  }
  .mobile\:r-130p {
    right: -130px;
  }
  .mobile\:r\+130p {
    right: 130px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-140p {
    top: -140px;
  }
  .mobile\:t\+140p {
    top: 140px;
  }
  .mobile\:b-140p {
    bottom: -140px;
  }
  .mobile\:b\+140p {
    bottom: 140px;
  }
  .mobile\:l-140p {
    left: -140px;
  }
  .mobile\:l\+140p {
    left: 140px;
  }
  .mobile\:r-140p {
    right: -140px;
  }
  .mobile\:r\+140p {
    right: 140px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-150p {
    top: -150px;
  }
  .mobile\:t\+150p {
    top: 150px;
  }
  .mobile\:b-150p {
    bottom: -150px;
  }
  .mobile\:b\+150p {
    bottom: 150px;
  }
  .mobile\:l-150p {
    left: -150px;
  }
  .mobile\:l\+150p {
    left: 150px;
  }
  .mobile\:r-150p {
    right: -150px;
  }
  .mobile\:r\+150p {
    right: 150px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-160p {
    top: -160px;
  }
  .mobile\:t\+160p {
    top: 160px;
  }
  .mobile\:b-160p {
    bottom: -160px;
  }
  .mobile\:b\+160p {
    bottom: 160px;
  }
  .mobile\:l-160p {
    left: -160px;
  }
  .mobile\:l\+160p {
    left: 160px;
  }
  .mobile\:r-160p {
    right: -160px;
  }
  .mobile\:r\+160p {
    right: 160px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-170p {
    top: -170px;
  }
  .mobile\:t\+170p {
    top: 170px;
  }
  .mobile\:b-170p {
    bottom: -170px;
  }
  .mobile\:b\+170p {
    bottom: 170px;
  }
  .mobile\:l-170p {
    left: -170px;
  }
  .mobile\:l\+170p {
    left: 170px;
  }
  .mobile\:r-170p {
    right: -170px;
  }
  .mobile\:r\+170p {
    right: 170px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-180p {
    top: -180px;
  }
  .mobile\:t\+180p {
    top: 180px;
  }
  .mobile\:b-180p {
    bottom: -180px;
  }
  .mobile\:b\+180p {
    bottom: 180px;
  }
  .mobile\:l-180p {
    left: -180px;
  }
  .mobile\:l\+180p {
    left: 180px;
  }
  .mobile\:r-180p {
    right: -180px;
  }
  .mobile\:r\+180p {
    right: 180px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-190p {
    top: -190px;
  }
  .mobile\:t\+190p {
    top: 190px;
  }
  .mobile\:b-190p {
    bottom: -190px;
  }
  .mobile\:b\+190p {
    bottom: 190px;
  }
  .mobile\:l-190p {
    left: -190px;
  }
  .mobile\:l\+190p {
    left: 190px;
  }
  .mobile\:r-190p {
    right: -190px;
  }
  .mobile\:r\+190p {
    right: 190px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-200p {
    top: -200px;
  }
  .mobile\:t\+200p {
    top: 200px;
  }
  .mobile\:b-200p {
    bottom: -200px;
  }
  .mobile\:b\+200p {
    bottom: 200px;
  }
  .mobile\:l-200p {
    left: -200px;
  }
  .mobile\:l\+200p {
    left: 200px;
  }
  .mobile\:r-200p {
    right: -200px;
  }
  .mobile\:r\+200p {
    right: 200px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-210p {
    top: -210px;
  }
  .mobile\:t\+210p {
    top: 210px;
  }
  .mobile\:b-210p {
    bottom: -210px;
  }
  .mobile\:b\+210p {
    bottom: 210px;
  }
  .mobile\:l-210p {
    left: -210px;
  }
  .mobile\:l\+210p {
    left: 210px;
  }
  .mobile\:r-210p {
    right: -210px;
  }
  .mobile\:r\+210p {
    right: 210px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-220p {
    top: -220px;
  }
  .mobile\:t\+220p {
    top: 220px;
  }
  .mobile\:b-220p {
    bottom: -220px;
  }
  .mobile\:b\+220p {
    bottom: 220px;
  }
  .mobile\:l-220p {
    left: -220px;
  }
  .mobile\:l\+220p {
    left: 220px;
  }
  .mobile\:r-220p {
    right: -220px;
  }
  .mobile\:r\+220p {
    right: 220px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-230p {
    top: -230px;
  }
  .mobile\:t\+230p {
    top: 230px;
  }
  .mobile\:b-230p {
    bottom: -230px;
  }
  .mobile\:b\+230p {
    bottom: 230px;
  }
  .mobile\:l-230p {
    left: -230px;
  }
  .mobile\:l\+230p {
    left: 230px;
  }
  .mobile\:r-230p {
    right: -230px;
  }
  .mobile\:r\+230p {
    right: 230px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-240p {
    top: -240px;
  }
  .mobile\:t\+240p {
    top: 240px;
  }
  .mobile\:b-240p {
    bottom: -240px;
  }
  .mobile\:b\+240p {
    bottom: 240px;
  }
  .mobile\:l-240p {
    left: -240px;
  }
  .mobile\:l\+240p {
    left: 240px;
  }
  .mobile\:r-240p {
    right: -240px;
  }
  .mobile\:r\+240p {
    right: 240px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-250p {
    top: -250px;
  }
  .mobile\:t\+250p {
    top: 250px;
  }
  .mobile\:b-250p {
    bottom: -250px;
  }
  .mobile\:b\+250p {
    bottom: 250px;
  }
  .mobile\:l-250p {
    left: -250px;
  }
  .mobile\:l\+250p {
    left: 250px;
  }
  .mobile\:r-250p {
    right: -250px;
  }
  .mobile\:r\+250p {
    right: 250px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-260p {
    top: -260px;
  }
  .mobile\:t\+260p {
    top: 260px;
  }
  .mobile\:b-260p {
    bottom: -260px;
  }
  .mobile\:b\+260p {
    bottom: 260px;
  }
  .mobile\:l-260p {
    left: -260px;
  }
  .mobile\:l\+260p {
    left: 260px;
  }
  .mobile\:r-260p {
    right: -260px;
  }
  .mobile\:r\+260p {
    right: 260px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-270p {
    top: -270px;
  }
  .mobile\:t\+270p {
    top: 270px;
  }
  .mobile\:b-270p {
    bottom: -270px;
  }
  .mobile\:b\+270p {
    bottom: 270px;
  }
  .mobile\:l-270p {
    left: -270px;
  }
  .mobile\:l\+270p {
    left: 270px;
  }
  .mobile\:r-270p {
    right: -270px;
  }
  .mobile\:r\+270p {
    right: 270px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-280p {
    top: -280px;
  }
  .mobile\:t\+280p {
    top: 280px;
  }
  .mobile\:b-280p {
    bottom: -280px;
  }
  .mobile\:b\+280p {
    bottom: 280px;
  }
  .mobile\:l-280p {
    left: -280px;
  }
  .mobile\:l\+280p {
    left: 280px;
  }
  .mobile\:r-280p {
    right: -280px;
  }
  .mobile\:r\+280p {
    right: 280px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-290p {
    top: -290px;
  }
  .mobile\:t\+290p {
    top: 290px;
  }
  .mobile\:b-290p {
    bottom: -290px;
  }
  .mobile\:b\+290p {
    bottom: 290px;
  }
  .mobile\:l-290p {
    left: -290px;
  }
  .mobile\:l\+290p {
    left: 290px;
  }
  .mobile\:r-290p {
    right: -290px;
  }
  .mobile\:r\+290p {
    right: 290px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-300p {
    top: -300px;
  }
  .mobile\:t\+300p {
    top: 300px;
  }
  .mobile\:b-300p {
    bottom: -300px;
  }
  .mobile\:b\+300p {
    bottom: 300px;
  }
  .mobile\:l-300p {
    left: -300px;
  }
  .mobile\:l\+300p {
    left: 300px;
  }
  .mobile\:r-300p {
    right: -300px;
  }
  .mobile\:r\+300p {
    right: 300px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-310p {
    top: -310px;
  }
  .mobile\:t\+310p {
    top: 310px;
  }
  .mobile\:b-310p {
    bottom: -310px;
  }
  .mobile\:b\+310p {
    bottom: 310px;
  }
  .mobile\:l-310p {
    left: -310px;
  }
  .mobile\:l\+310p {
    left: 310px;
  }
  .mobile\:r-310p {
    right: -310px;
  }
  .mobile\:r\+310p {
    right: 310px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-320p {
    top: -320px;
  }
  .mobile\:t\+320p {
    top: 320px;
  }
  .mobile\:b-320p {
    bottom: -320px;
  }
  .mobile\:b\+320p {
    bottom: 320px;
  }
  .mobile\:l-320p {
    left: -320px;
  }
  .mobile\:l\+320p {
    left: 320px;
  }
  .mobile\:r-320p {
    right: -320px;
  }
  .mobile\:r\+320p {
    right: 320px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-330p {
    top: -330px;
  }
  .mobile\:t\+330p {
    top: 330px;
  }
  .mobile\:b-330p {
    bottom: -330px;
  }
  .mobile\:b\+330p {
    bottom: 330px;
  }
  .mobile\:l-330p {
    left: -330px;
  }
  .mobile\:l\+330p {
    left: 330px;
  }
  .mobile\:r-330p {
    right: -330px;
  }
  .mobile\:r\+330p {
    right: 330px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-340p {
    top: -340px;
  }
  .mobile\:t\+340p {
    top: 340px;
  }
  .mobile\:b-340p {
    bottom: -340px;
  }
  .mobile\:b\+340p {
    bottom: 340px;
  }
  .mobile\:l-340p {
    left: -340px;
  }
  .mobile\:l\+340p {
    left: 340px;
  }
  .mobile\:r-340p {
    right: -340px;
  }
  .mobile\:r\+340p {
    right: 340px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-350p {
    top: -350px;
  }
  .mobile\:t\+350p {
    top: 350px;
  }
  .mobile\:b-350p {
    bottom: -350px;
  }
  .mobile\:b\+350p {
    bottom: 350px;
  }
  .mobile\:l-350p {
    left: -350px;
  }
  .mobile\:l\+350p {
    left: 350px;
  }
  .mobile\:r-350p {
    right: -350px;
  }
  .mobile\:r\+350p {
    right: 350px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-360p {
    top: -360px;
  }
  .mobile\:t\+360p {
    top: 360px;
  }
  .mobile\:b-360p {
    bottom: -360px;
  }
  .mobile\:b\+360p {
    bottom: 360px;
  }
  .mobile\:l-360p {
    left: -360px;
  }
  .mobile\:l\+360p {
    left: 360px;
  }
  .mobile\:r-360p {
    right: -360px;
  }
  .mobile\:r\+360p {
    right: 360px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-370p {
    top: -370px;
  }
  .mobile\:t\+370p {
    top: 370px;
  }
  .mobile\:b-370p {
    bottom: -370px;
  }
  .mobile\:b\+370p {
    bottom: 370px;
  }
  .mobile\:l-370p {
    left: -370px;
  }
  .mobile\:l\+370p {
    left: 370px;
  }
  .mobile\:r-370p {
    right: -370px;
  }
  .mobile\:r\+370p {
    right: 370px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-380p {
    top: -380px;
  }
  .mobile\:t\+380p {
    top: 380px;
  }
  .mobile\:b-380p {
    bottom: -380px;
  }
  .mobile\:b\+380p {
    bottom: 380px;
  }
  .mobile\:l-380p {
    left: -380px;
  }
  .mobile\:l\+380p {
    left: 380px;
  }
  .mobile\:r-380p {
    right: -380px;
  }
  .mobile\:r\+380p {
    right: 380px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-390p {
    top: -390px;
  }
  .mobile\:t\+390p {
    top: 390px;
  }
  .mobile\:b-390p {
    bottom: -390px;
  }
  .mobile\:b\+390p {
    bottom: 390px;
  }
  .mobile\:l-390p {
    left: -390px;
  }
  .mobile\:l\+390p {
    left: 390px;
  }
  .mobile\:r-390p {
    right: -390px;
  }
  .mobile\:r\+390p {
    right: 390px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-400p {
    top: -400px;
  }
  .mobile\:t\+400p {
    top: 400px;
  }
  .mobile\:b-400p {
    bottom: -400px;
  }
  .mobile\:b\+400p {
    bottom: 400px;
  }
  .mobile\:l-400p {
    left: -400px;
  }
  .mobile\:l\+400p {
    left: 400px;
  }
  .mobile\:r-400p {
    right: -400px;
  }
  .mobile\:r\+400p {
    right: 400px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-410p {
    top: -410px;
  }
  .mobile\:t\+410p {
    top: 410px;
  }
  .mobile\:b-410p {
    bottom: -410px;
  }
  .mobile\:b\+410p {
    bottom: 410px;
  }
  .mobile\:l-410p {
    left: -410px;
  }
  .mobile\:l\+410p {
    left: 410px;
  }
  .mobile\:r-410p {
    right: -410px;
  }
  .mobile\:r\+410p {
    right: 410px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-420p {
    top: -420px;
  }
  .mobile\:t\+420p {
    top: 420px;
  }
  .mobile\:b-420p {
    bottom: -420px;
  }
  .mobile\:b\+420p {
    bottom: 420px;
  }
  .mobile\:l-420p {
    left: -420px;
  }
  .mobile\:l\+420p {
    left: 420px;
  }
  .mobile\:r-420p {
    right: -420px;
  }
  .mobile\:r\+420p {
    right: 420px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-430p {
    top: -430px;
  }
  .mobile\:t\+430p {
    top: 430px;
  }
  .mobile\:b-430p {
    bottom: -430px;
  }
  .mobile\:b\+430p {
    bottom: 430px;
  }
  .mobile\:l-430p {
    left: -430px;
  }
  .mobile\:l\+430p {
    left: 430px;
  }
  .mobile\:r-430p {
    right: -430px;
  }
  .mobile\:r\+430p {
    right: 430px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-440p {
    top: -440px;
  }
  .mobile\:t\+440p {
    top: 440px;
  }
  .mobile\:b-440p {
    bottom: -440px;
  }
  .mobile\:b\+440p {
    bottom: 440px;
  }
  .mobile\:l-440p {
    left: -440px;
  }
  .mobile\:l\+440p {
    left: 440px;
  }
  .mobile\:r-440p {
    right: -440px;
  }
  .mobile\:r\+440p {
    right: 440px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-450p {
    top: -450px;
  }
  .mobile\:t\+450p {
    top: 450px;
  }
  .mobile\:b-450p {
    bottom: -450px;
  }
  .mobile\:b\+450p {
    bottom: 450px;
  }
  .mobile\:l-450p {
    left: -450px;
  }
  .mobile\:l\+450p {
    left: 450px;
  }
  .mobile\:r-450p {
    right: -450px;
  }
  .mobile\:r\+450p {
    right: 450px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-460p {
    top: -460px;
  }
  .mobile\:t\+460p {
    top: 460px;
  }
  .mobile\:b-460p {
    bottom: -460px;
  }
  .mobile\:b\+460p {
    bottom: 460px;
  }
  .mobile\:l-460p {
    left: -460px;
  }
  .mobile\:l\+460p {
    left: 460px;
  }
  .mobile\:r-460p {
    right: -460px;
  }
  .mobile\:r\+460p {
    right: 460px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-470p {
    top: -470px;
  }
  .mobile\:t\+470p {
    top: 470px;
  }
  .mobile\:b-470p {
    bottom: -470px;
  }
  .mobile\:b\+470p {
    bottom: 470px;
  }
  .mobile\:l-470p {
    left: -470px;
  }
  .mobile\:l\+470p {
    left: 470px;
  }
  .mobile\:r-470p {
    right: -470px;
  }
  .mobile\:r\+470p {
    right: 470px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-480p {
    top: -480px;
  }
  .mobile\:t\+480p {
    top: 480px;
  }
  .mobile\:b-480p {
    bottom: -480px;
  }
  .mobile\:b\+480p {
    bottom: 480px;
  }
  .mobile\:l-480p {
    left: -480px;
  }
  .mobile\:l\+480p {
    left: 480px;
  }
  .mobile\:r-480p {
    right: -480px;
  }
  .mobile\:r\+480p {
    right: 480px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-490p {
    top: -490px;
  }
  .mobile\:t\+490p {
    top: 490px;
  }
  .mobile\:b-490p {
    bottom: -490px;
  }
  .mobile\:b\+490p {
    bottom: 490px;
  }
  .mobile\:l-490p {
    left: -490px;
  }
  .mobile\:l\+490p {
    left: 490px;
  }
  .mobile\:r-490p {
    right: -490px;
  }
  .mobile\:r\+490p {
    right: 490px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-500p {
    top: -500px;
  }
  .mobile\:t\+500p {
    top: 500px;
  }
  .mobile\:b-500p {
    bottom: -500px;
  }
  .mobile\:b\+500p {
    bottom: 500px;
  }
  .mobile\:l-500p {
    left: -500px;
  }
  .mobile\:l\+500p {
    left: 500px;
  }
  .mobile\:r-500p {
    right: -500px;
  }
  .mobile\:r\+500p {
    right: 500px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-510p {
    top: -510px;
  }
  .mobile\:t\+510p {
    top: 510px;
  }
  .mobile\:b-510p {
    bottom: -510px;
  }
  .mobile\:b\+510p {
    bottom: 510px;
  }
  .mobile\:l-510p {
    left: -510px;
  }
  .mobile\:l\+510p {
    left: 510px;
  }
  .mobile\:r-510p {
    right: -510px;
  }
  .mobile\:r\+510p {
    right: 510px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-520p {
    top: -520px;
  }
  .mobile\:t\+520p {
    top: 520px;
  }
  .mobile\:b-520p {
    bottom: -520px;
  }
  .mobile\:b\+520p {
    bottom: 520px;
  }
  .mobile\:l-520p {
    left: -520px;
  }
  .mobile\:l\+520p {
    left: 520px;
  }
  .mobile\:r-520p {
    right: -520px;
  }
  .mobile\:r\+520p {
    right: 520px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-530p {
    top: -530px;
  }
  .mobile\:t\+530p {
    top: 530px;
  }
  .mobile\:b-530p {
    bottom: -530px;
  }
  .mobile\:b\+530p {
    bottom: 530px;
  }
  .mobile\:l-530p {
    left: -530px;
  }
  .mobile\:l\+530p {
    left: 530px;
  }
  .mobile\:r-530p {
    right: -530px;
  }
  .mobile\:r\+530p {
    right: 530px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-540p {
    top: -540px;
  }
  .mobile\:t\+540p {
    top: 540px;
  }
  .mobile\:b-540p {
    bottom: -540px;
  }
  .mobile\:b\+540p {
    bottom: 540px;
  }
  .mobile\:l-540p {
    left: -540px;
  }
  .mobile\:l\+540p {
    left: 540px;
  }
  .mobile\:r-540p {
    right: -540px;
  }
  .mobile\:r\+540p {
    right: 540px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-550p {
    top: -550px;
  }
  .mobile\:t\+550p {
    top: 550px;
  }
  .mobile\:b-550p {
    bottom: -550px;
  }
  .mobile\:b\+550p {
    bottom: 550px;
  }
  .mobile\:l-550p {
    left: -550px;
  }
  .mobile\:l\+550p {
    left: 550px;
  }
  .mobile\:r-550p {
    right: -550px;
  }
  .mobile\:r\+550p {
    right: 550px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-560p {
    top: -560px;
  }
  .mobile\:t\+560p {
    top: 560px;
  }
  .mobile\:b-560p {
    bottom: -560px;
  }
  .mobile\:b\+560p {
    bottom: 560px;
  }
  .mobile\:l-560p {
    left: -560px;
  }
  .mobile\:l\+560p {
    left: 560px;
  }
  .mobile\:r-560p {
    right: -560px;
  }
  .mobile\:r\+560p {
    right: 560px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-570p {
    top: -570px;
  }
  .mobile\:t\+570p {
    top: 570px;
  }
  .mobile\:b-570p {
    bottom: -570px;
  }
  .mobile\:b\+570p {
    bottom: 570px;
  }
  .mobile\:l-570p {
    left: -570px;
  }
  .mobile\:l\+570p {
    left: 570px;
  }
  .mobile\:r-570p {
    right: -570px;
  }
  .mobile\:r\+570p {
    right: 570px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-580p {
    top: -580px;
  }
  .mobile\:t\+580p {
    top: 580px;
  }
  .mobile\:b-580p {
    bottom: -580px;
  }
  .mobile\:b\+580p {
    bottom: 580px;
  }
  .mobile\:l-580p {
    left: -580px;
  }
  .mobile\:l\+580p {
    left: 580px;
  }
  .mobile\:r-580p {
    right: -580px;
  }
  .mobile\:r\+580p {
    right: 580px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-590p {
    top: -590px;
  }
  .mobile\:t\+590p {
    top: 590px;
  }
  .mobile\:b-590p {
    bottom: -590px;
  }
  .mobile\:b\+590p {
    bottom: 590px;
  }
  .mobile\:l-590p {
    left: -590px;
  }
  .mobile\:l\+590p {
    left: 590px;
  }
  .mobile\:r-590p {
    right: -590px;
  }
  .mobile\:r\+590p {
    right: 590px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-600p {
    top: -600px;
  }
  .mobile\:t\+600p {
    top: 600px;
  }
  .mobile\:b-600p {
    bottom: -600px;
  }
  .mobile\:b\+600p {
    bottom: 600px;
  }
  .mobile\:l-600p {
    left: -600px;
  }
  .mobile\:l\+600p {
    left: 600px;
  }
  .mobile\:r-600p {
    right: -600px;
  }
  .mobile\:r\+600p {
    right: 600px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-610p {
    top: -610px;
  }
  .mobile\:t\+610p {
    top: 610px;
  }
  .mobile\:b-610p {
    bottom: -610px;
  }
  .mobile\:b\+610p {
    bottom: 610px;
  }
  .mobile\:l-610p {
    left: -610px;
  }
  .mobile\:l\+610p {
    left: 610px;
  }
  .mobile\:r-610p {
    right: -610px;
  }
  .mobile\:r\+610p {
    right: 610px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-620p {
    top: -620px;
  }
  .mobile\:t\+620p {
    top: 620px;
  }
  .mobile\:b-620p {
    bottom: -620px;
  }
  .mobile\:b\+620p {
    bottom: 620px;
  }
  .mobile\:l-620p {
    left: -620px;
  }
  .mobile\:l\+620p {
    left: 620px;
  }
  .mobile\:r-620p {
    right: -620px;
  }
  .mobile\:r\+620p {
    right: 620px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-630p {
    top: -630px;
  }
  .mobile\:t\+630p {
    top: 630px;
  }
  .mobile\:b-630p {
    bottom: -630px;
  }
  .mobile\:b\+630p {
    bottom: 630px;
  }
  .mobile\:l-630p {
    left: -630px;
  }
  .mobile\:l\+630p {
    left: 630px;
  }
  .mobile\:r-630p {
    right: -630px;
  }
  .mobile\:r\+630p {
    right: 630px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-640p {
    top: -640px;
  }
  .mobile\:t\+640p {
    top: 640px;
  }
  .mobile\:b-640p {
    bottom: -640px;
  }
  .mobile\:b\+640p {
    bottom: 640px;
  }
  .mobile\:l-640p {
    left: -640px;
  }
  .mobile\:l\+640p {
    left: 640px;
  }
  .mobile\:r-640p {
    right: -640px;
  }
  .mobile\:r\+640p {
    right: 640px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-650p {
    top: -650px;
  }
  .mobile\:t\+650p {
    top: 650px;
  }
  .mobile\:b-650p {
    bottom: -650px;
  }
  .mobile\:b\+650p {
    bottom: 650px;
  }
  .mobile\:l-650p {
    left: -650px;
  }
  .mobile\:l\+650p {
    left: 650px;
  }
  .mobile\:r-650p {
    right: -650px;
  }
  .mobile\:r\+650p {
    right: 650px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-660p {
    top: -660px;
  }
  .mobile\:t\+660p {
    top: 660px;
  }
  .mobile\:b-660p {
    bottom: -660px;
  }
  .mobile\:b\+660p {
    bottom: 660px;
  }
  .mobile\:l-660p {
    left: -660px;
  }
  .mobile\:l\+660p {
    left: 660px;
  }
  .mobile\:r-660p {
    right: -660px;
  }
  .mobile\:r\+660p {
    right: 660px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-670p {
    top: -670px;
  }
  .mobile\:t\+670p {
    top: 670px;
  }
  .mobile\:b-670p {
    bottom: -670px;
  }
  .mobile\:b\+670p {
    bottom: 670px;
  }
  .mobile\:l-670p {
    left: -670px;
  }
  .mobile\:l\+670p {
    left: 670px;
  }
  .mobile\:r-670p {
    right: -670px;
  }
  .mobile\:r\+670p {
    right: 670px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-680p {
    top: -680px;
  }
  .mobile\:t\+680p {
    top: 680px;
  }
  .mobile\:b-680p {
    bottom: -680px;
  }
  .mobile\:b\+680p {
    bottom: 680px;
  }
  .mobile\:l-680p {
    left: -680px;
  }
  .mobile\:l\+680p {
    left: 680px;
  }
  .mobile\:r-680p {
    right: -680px;
  }
  .mobile\:r\+680p {
    right: 680px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-690p {
    top: -690px;
  }
  .mobile\:t\+690p {
    top: 690px;
  }
  .mobile\:b-690p {
    bottom: -690px;
  }
  .mobile\:b\+690p {
    bottom: 690px;
  }
  .mobile\:l-690p {
    left: -690px;
  }
  .mobile\:l\+690p {
    left: 690px;
  }
  .mobile\:r-690p {
    right: -690px;
  }
  .mobile\:r\+690p {
    right: 690px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-700p {
    top: -700px;
  }
  .mobile\:t\+700p {
    top: 700px;
  }
  .mobile\:b-700p {
    bottom: -700px;
  }
  .mobile\:b\+700p {
    bottom: 700px;
  }
  .mobile\:l-700p {
    left: -700px;
  }
  .mobile\:l\+700p {
    left: 700px;
  }
  .mobile\:r-700p {
    right: -700px;
  }
  .mobile\:r\+700p {
    right: 700px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-710p {
    top: -710px;
  }
  .mobile\:t\+710p {
    top: 710px;
  }
  .mobile\:b-710p {
    bottom: -710px;
  }
  .mobile\:b\+710p {
    bottom: 710px;
  }
  .mobile\:l-710p {
    left: -710px;
  }
  .mobile\:l\+710p {
    left: 710px;
  }
  .mobile\:r-710p {
    right: -710px;
  }
  .mobile\:r\+710p {
    right: 710px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-720p {
    top: -720px;
  }
  .mobile\:t\+720p {
    top: 720px;
  }
  .mobile\:b-720p {
    bottom: -720px;
  }
  .mobile\:b\+720p {
    bottom: 720px;
  }
  .mobile\:l-720p {
    left: -720px;
  }
  .mobile\:l\+720p {
    left: 720px;
  }
  .mobile\:r-720p {
    right: -720px;
  }
  .mobile\:r\+720p {
    right: 720px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-730p {
    top: -730px;
  }
  .mobile\:t\+730p {
    top: 730px;
  }
  .mobile\:b-730p {
    bottom: -730px;
  }
  .mobile\:b\+730p {
    bottom: 730px;
  }
  .mobile\:l-730p {
    left: -730px;
  }
  .mobile\:l\+730p {
    left: 730px;
  }
  .mobile\:r-730p {
    right: -730px;
  }
  .mobile\:r\+730p {
    right: 730px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-740p {
    top: -740px;
  }
  .mobile\:t\+740p {
    top: 740px;
  }
  .mobile\:b-740p {
    bottom: -740px;
  }
  .mobile\:b\+740p {
    bottom: 740px;
  }
  .mobile\:l-740p {
    left: -740px;
  }
  .mobile\:l\+740p {
    left: 740px;
  }
  .mobile\:r-740p {
    right: -740px;
  }
  .mobile\:r\+740p {
    right: 740px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-750p {
    top: -750px;
  }
  .mobile\:t\+750p {
    top: 750px;
  }
  .mobile\:b-750p {
    bottom: -750px;
  }
  .mobile\:b\+750p {
    bottom: 750px;
  }
  .mobile\:l-750p {
    left: -750px;
  }
  .mobile\:l\+750p {
    left: 750px;
  }
  .mobile\:r-750p {
    right: -750px;
  }
  .mobile\:r\+750p {
    right: 750px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-760p {
    top: -760px;
  }
  .mobile\:t\+760p {
    top: 760px;
  }
  .mobile\:b-760p {
    bottom: -760px;
  }
  .mobile\:b\+760p {
    bottom: 760px;
  }
  .mobile\:l-760p {
    left: -760px;
  }
  .mobile\:l\+760p {
    left: 760px;
  }
  .mobile\:r-760p {
    right: -760px;
  }
  .mobile\:r\+760p {
    right: 760px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-770p {
    top: -770px;
  }
  .mobile\:t\+770p {
    top: 770px;
  }
  .mobile\:b-770p {
    bottom: -770px;
  }
  .mobile\:b\+770p {
    bottom: 770px;
  }
  .mobile\:l-770p {
    left: -770px;
  }
  .mobile\:l\+770p {
    left: 770px;
  }
  .mobile\:r-770p {
    right: -770px;
  }
  .mobile\:r\+770p {
    right: 770px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-780p {
    top: -780px;
  }
  .mobile\:t\+780p {
    top: 780px;
  }
  .mobile\:b-780p {
    bottom: -780px;
  }
  .mobile\:b\+780p {
    bottom: 780px;
  }
  .mobile\:l-780p {
    left: -780px;
  }
  .mobile\:l\+780p {
    left: 780px;
  }
  .mobile\:r-780p {
    right: -780px;
  }
  .mobile\:r\+780p {
    right: 780px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-790p {
    top: -790px;
  }
  .mobile\:t\+790p {
    top: 790px;
  }
  .mobile\:b-790p {
    bottom: -790px;
  }
  .mobile\:b\+790p {
    bottom: 790px;
  }
  .mobile\:l-790p {
    left: -790px;
  }
  .mobile\:l\+790p {
    left: 790px;
  }
  .mobile\:r-790p {
    right: -790px;
  }
  .mobile\:r\+790p {
    right: 790px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-800p {
    top: -800px;
  }
  .mobile\:t\+800p {
    top: 800px;
  }
  .mobile\:b-800p {
    bottom: -800px;
  }
  .mobile\:b\+800p {
    bottom: 800px;
  }
  .mobile\:l-800p {
    left: -800px;
  }
  .mobile\:l\+800p {
    left: 800px;
  }
  .mobile\:r-800p {
    right: -800px;
  }
  .mobile\:r\+800p {
    right: 800px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-810p {
    top: -810px;
  }
  .mobile\:t\+810p {
    top: 810px;
  }
  .mobile\:b-810p {
    bottom: -810px;
  }
  .mobile\:b\+810p {
    bottom: 810px;
  }
  .mobile\:l-810p {
    left: -810px;
  }
  .mobile\:l\+810p {
    left: 810px;
  }
  .mobile\:r-810p {
    right: -810px;
  }
  .mobile\:r\+810p {
    right: 810px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-820p {
    top: -820px;
  }
  .mobile\:t\+820p {
    top: 820px;
  }
  .mobile\:b-820p {
    bottom: -820px;
  }
  .mobile\:b\+820p {
    bottom: 820px;
  }
  .mobile\:l-820p {
    left: -820px;
  }
  .mobile\:l\+820p {
    left: 820px;
  }
  .mobile\:r-820p {
    right: -820px;
  }
  .mobile\:r\+820p {
    right: 820px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-830p {
    top: -830px;
  }
  .mobile\:t\+830p {
    top: 830px;
  }
  .mobile\:b-830p {
    bottom: -830px;
  }
  .mobile\:b\+830p {
    bottom: 830px;
  }
  .mobile\:l-830p {
    left: -830px;
  }
  .mobile\:l\+830p {
    left: 830px;
  }
  .mobile\:r-830p {
    right: -830px;
  }
  .mobile\:r\+830p {
    right: 830px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-840p {
    top: -840px;
  }
  .mobile\:t\+840p {
    top: 840px;
  }
  .mobile\:b-840p {
    bottom: -840px;
  }
  .mobile\:b\+840p {
    bottom: 840px;
  }
  .mobile\:l-840p {
    left: -840px;
  }
  .mobile\:l\+840p {
    left: 840px;
  }
  .mobile\:r-840p {
    right: -840px;
  }
  .mobile\:r\+840p {
    right: 840px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-850p {
    top: -850px;
  }
  .mobile\:t\+850p {
    top: 850px;
  }
  .mobile\:b-850p {
    bottom: -850px;
  }
  .mobile\:b\+850p {
    bottom: 850px;
  }
  .mobile\:l-850p {
    left: -850px;
  }
  .mobile\:l\+850p {
    left: 850px;
  }
  .mobile\:r-850p {
    right: -850px;
  }
  .mobile\:r\+850p {
    right: 850px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-860p {
    top: -860px;
  }
  .mobile\:t\+860p {
    top: 860px;
  }
  .mobile\:b-860p {
    bottom: -860px;
  }
  .mobile\:b\+860p {
    bottom: 860px;
  }
  .mobile\:l-860p {
    left: -860px;
  }
  .mobile\:l\+860p {
    left: 860px;
  }
  .mobile\:r-860p {
    right: -860px;
  }
  .mobile\:r\+860p {
    right: 860px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-870p {
    top: -870px;
  }
  .mobile\:t\+870p {
    top: 870px;
  }
  .mobile\:b-870p {
    bottom: -870px;
  }
  .mobile\:b\+870p {
    bottom: 870px;
  }
  .mobile\:l-870p {
    left: -870px;
  }
  .mobile\:l\+870p {
    left: 870px;
  }
  .mobile\:r-870p {
    right: -870px;
  }
  .mobile\:r\+870p {
    right: 870px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-880p {
    top: -880px;
  }
  .mobile\:t\+880p {
    top: 880px;
  }
  .mobile\:b-880p {
    bottom: -880px;
  }
  .mobile\:b\+880p {
    bottom: 880px;
  }
  .mobile\:l-880p {
    left: -880px;
  }
  .mobile\:l\+880p {
    left: 880px;
  }
  .mobile\:r-880p {
    right: -880px;
  }
  .mobile\:r\+880p {
    right: 880px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-890p {
    top: -890px;
  }
  .mobile\:t\+890p {
    top: 890px;
  }
  .mobile\:b-890p {
    bottom: -890px;
  }
  .mobile\:b\+890p {
    bottom: 890px;
  }
  .mobile\:l-890p {
    left: -890px;
  }
  .mobile\:l\+890p {
    left: 890px;
  }
  .mobile\:r-890p {
    right: -890px;
  }
  .mobile\:r\+890p {
    right: 890px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-900p {
    top: -900px;
  }
  .mobile\:t\+900p {
    top: 900px;
  }
  .mobile\:b-900p {
    bottom: -900px;
  }
  .mobile\:b\+900p {
    bottom: 900px;
  }
  .mobile\:l-900p {
    left: -900px;
  }
  .mobile\:l\+900p {
    left: 900px;
  }
  .mobile\:r-900p {
    right: -900px;
  }
  .mobile\:r\+900p {
    right: 900px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-910p {
    top: -910px;
  }
  .mobile\:t\+910p {
    top: 910px;
  }
  .mobile\:b-910p {
    bottom: -910px;
  }
  .mobile\:b\+910p {
    bottom: 910px;
  }
  .mobile\:l-910p {
    left: -910px;
  }
  .mobile\:l\+910p {
    left: 910px;
  }
  .mobile\:r-910p {
    right: -910px;
  }
  .mobile\:r\+910p {
    right: 910px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-920p {
    top: -920px;
  }
  .mobile\:t\+920p {
    top: 920px;
  }
  .mobile\:b-920p {
    bottom: -920px;
  }
  .mobile\:b\+920p {
    bottom: 920px;
  }
  .mobile\:l-920p {
    left: -920px;
  }
  .mobile\:l\+920p {
    left: 920px;
  }
  .mobile\:r-920p {
    right: -920px;
  }
  .mobile\:r\+920p {
    right: 920px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-930p {
    top: -930px;
  }
  .mobile\:t\+930p {
    top: 930px;
  }
  .mobile\:b-930p {
    bottom: -930px;
  }
  .mobile\:b\+930p {
    bottom: 930px;
  }
  .mobile\:l-930p {
    left: -930px;
  }
  .mobile\:l\+930p {
    left: 930px;
  }
  .mobile\:r-930p {
    right: -930px;
  }
  .mobile\:r\+930p {
    right: 930px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-940p {
    top: -940px;
  }
  .mobile\:t\+940p {
    top: 940px;
  }
  .mobile\:b-940p {
    bottom: -940px;
  }
  .mobile\:b\+940p {
    bottom: 940px;
  }
  .mobile\:l-940p {
    left: -940px;
  }
  .mobile\:l\+940p {
    left: 940px;
  }
  .mobile\:r-940p {
    right: -940px;
  }
  .mobile\:r\+940p {
    right: 940px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-950p {
    top: -950px;
  }
  .mobile\:t\+950p {
    top: 950px;
  }
  .mobile\:b-950p {
    bottom: -950px;
  }
  .mobile\:b\+950p {
    bottom: 950px;
  }
  .mobile\:l-950p {
    left: -950px;
  }
  .mobile\:l\+950p {
    left: 950px;
  }
  .mobile\:r-950p {
    right: -950px;
  }
  .mobile\:r\+950p {
    right: 950px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-960p {
    top: -960px;
  }
  .mobile\:t\+960p {
    top: 960px;
  }
  .mobile\:b-960p {
    bottom: -960px;
  }
  .mobile\:b\+960p {
    bottom: 960px;
  }
  .mobile\:l-960p {
    left: -960px;
  }
  .mobile\:l\+960p {
    left: 960px;
  }
  .mobile\:r-960p {
    right: -960px;
  }
  .mobile\:r\+960p {
    right: 960px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-970p {
    top: -970px;
  }
  .mobile\:t\+970p {
    top: 970px;
  }
  .mobile\:b-970p {
    bottom: -970px;
  }
  .mobile\:b\+970p {
    bottom: 970px;
  }
  .mobile\:l-970p {
    left: -970px;
  }
  .mobile\:l\+970p {
    left: 970px;
  }
  .mobile\:r-970p {
    right: -970px;
  }
  .mobile\:r\+970p {
    right: 970px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-980p {
    top: -980px;
  }
  .mobile\:t\+980p {
    top: 980px;
  }
  .mobile\:b-980p {
    bottom: -980px;
  }
  .mobile\:b\+980p {
    bottom: 980px;
  }
  .mobile\:l-980p {
    left: -980px;
  }
  .mobile\:l\+980p {
    left: 980px;
  }
  .mobile\:r-980p {
    right: -980px;
  }
  .mobile\:r\+980p {
    right: 980px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-990p {
    top: -990px;
  }
  .mobile\:t\+990p {
    top: 990px;
  }
  .mobile\:b-990p {
    bottom: -990px;
  }
  .mobile\:b\+990p {
    bottom: 990px;
  }
  .mobile\:l-990p {
    left: -990px;
  }
  .mobile\:l\+990p {
    left: 990px;
  }
  .mobile\:r-990p {
    right: -990px;
  }
  .mobile\:r\+990p {
    right: 990px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1000p {
    top: -1000px;
  }
  .mobile\:t\+1000p {
    top: 1000px;
  }
  .mobile\:b-1000p {
    bottom: -1000px;
  }
  .mobile\:b\+1000p {
    bottom: 1000px;
  }
  .mobile\:l-1000p {
    left: -1000px;
  }
  .mobile\:l\+1000p {
    left: 1000px;
  }
  .mobile\:r-1000p {
    right: -1000px;
  }
  .mobile\:r\+1000p {
    right: 1000px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1010p {
    top: -1010px;
  }
  .mobile\:t\+1010p {
    top: 1010px;
  }
  .mobile\:b-1010p {
    bottom: -1010px;
  }
  .mobile\:b\+1010p {
    bottom: 1010px;
  }
  .mobile\:l-1010p {
    left: -1010px;
  }
  .mobile\:l\+1010p {
    left: 1010px;
  }
  .mobile\:r-1010p {
    right: -1010px;
  }
  .mobile\:r\+1010p {
    right: 1010px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1020p {
    top: -1020px;
  }
  .mobile\:t\+1020p {
    top: 1020px;
  }
  .mobile\:b-1020p {
    bottom: -1020px;
  }
  .mobile\:b\+1020p {
    bottom: 1020px;
  }
  .mobile\:l-1020p {
    left: -1020px;
  }
  .mobile\:l\+1020p {
    left: 1020px;
  }
  .mobile\:r-1020p {
    right: -1020px;
  }
  .mobile\:r\+1020p {
    right: 1020px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1030p {
    top: -1030px;
  }
  .mobile\:t\+1030p {
    top: 1030px;
  }
  .mobile\:b-1030p {
    bottom: -1030px;
  }
  .mobile\:b\+1030p {
    bottom: 1030px;
  }
  .mobile\:l-1030p {
    left: -1030px;
  }
  .mobile\:l\+1030p {
    left: 1030px;
  }
  .mobile\:r-1030p {
    right: -1030px;
  }
  .mobile\:r\+1030p {
    right: 1030px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1040p {
    top: -1040px;
  }
  .mobile\:t\+1040p {
    top: 1040px;
  }
  .mobile\:b-1040p {
    bottom: -1040px;
  }
  .mobile\:b\+1040p {
    bottom: 1040px;
  }
  .mobile\:l-1040p {
    left: -1040px;
  }
  .mobile\:l\+1040p {
    left: 1040px;
  }
  .mobile\:r-1040p {
    right: -1040px;
  }
  .mobile\:r\+1040p {
    right: 1040px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1050p {
    top: -1050px;
  }
  .mobile\:t\+1050p {
    top: 1050px;
  }
  .mobile\:b-1050p {
    bottom: -1050px;
  }
  .mobile\:b\+1050p {
    bottom: 1050px;
  }
  .mobile\:l-1050p {
    left: -1050px;
  }
  .mobile\:l\+1050p {
    left: 1050px;
  }
  .mobile\:r-1050p {
    right: -1050px;
  }
  .mobile\:r\+1050p {
    right: 1050px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1060p {
    top: -1060px;
  }
  .mobile\:t\+1060p {
    top: 1060px;
  }
  .mobile\:b-1060p {
    bottom: -1060px;
  }
  .mobile\:b\+1060p {
    bottom: 1060px;
  }
  .mobile\:l-1060p {
    left: -1060px;
  }
  .mobile\:l\+1060p {
    left: 1060px;
  }
  .mobile\:r-1060p {
    right: -1060px;
  }
  .mobile\:r\+1060p {
    right: 1060px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1070p {
    top: -1070px;
  }
  .mobile\:t\+1070p {
    top: 1070px;
  }
  .mobile\:b-1070p {
    bottom: -1070px;
  }
  .mobile\:b\+1070p {
    bottom: 1070px;
  }
  .mobile\:l-1070p {
    left: -1070px;
  }
  .mobile\:l\+1070p {
    left: 1070px;
  }
  .mobile\:r-1070p {
    right: -1070px;
  }
  .mobile\:r\+1070p {
    right: 1070px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1080p {
    top: -1080px;
  }
  .mobile\:t\+1080p {
    top: 1080px;
  }
  .mobile\:b-1080p {
    bottom: -1080px;
  }
  .mobile\:b\+1080p {
    bottom: 1080px;
  }
  .mobile\:l-1080p {
    left: -1080px;
  }
  .mobile\:l\+1080p {
    left: 1080px;
  }
  .mobile\:r-1080p {
    right: -1080px;
  }
  .mobile\:r\+1080p {
    right: 1080px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1090p {
    top: -1090px;
  }
  .mobile\:t\+1090p {
    top: 1090px;
  }
  .mobile\:b-1090p {
    bottom: -1090px;
  }
  .mobile\:b\+1090p {
    bottom: 1090px;
  }
  .mobile\:l-1090p {
    left: -1090px;
  }
  .mobile\:l\+1090p {
    left: 1090px;
  }
  .mobile\:r-1090p {
    right: -1090px;
  }
  .mobile\:r\+1090p {
    right: 1090px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1100p {
    top: -1100px;
  }
  .mobile\:t\+1100p {
    top: 1100px;
  }
  .mobile\:b-1100p {
    bottom: -1100px;
  }
  .mobile\:b\+1100p {
    bottom: 1100px;
  }
  .mobile\:l-1100p {
    left: -1100px;
  }
  .mobile\:l\+1100p {
    left: 1100px;
  }
  .mobile\:r-1100p {
    right: -1100px;
  }
  .mobile\:r\+1100p {
    right: 1100px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1110p {
    top: -1110px;
  }
  .mobile\:t\+1110p {
    top: 1110px;
  }
  .mobile\:b-1110p {
    bottom: -1110px;
  }
  .mobile\:b\+1110p {
    bottom: 1110px;
  }
  .mobile\:l-1110p {
    left: -1110px;
  }
  .mobile\:l\+1110p {
    left: 1110px;
  }
  .mobile\:r-1110p {
    right: -1110px;
  }
  .mobile\:r\+1110p {
    right: 1110px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1120p {
    top: -1120px;
  }
  .mobile\:t\+1120p {
    top: 1120px;
  }
  .mobile\:b-1120p {
    bottom: -1120px;
  }
  .mobile\:b\+1120p {
    bottom: 1120px;
  }
  .mobile\:l-1120p {
    left: -1120px;
  }
  .mobile\:l\+1120p {
    left: 1120px;
  }
  .mobile\:r-1120p {
    right: -1120px;
  }
  .mobile\:r\+1120p {
    right: 1120px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1130p {
    top: -1130px;
  }
  .mobile\:t\+1130p {
    top: 1130px;
  }
  .mobile\:b-1130p {
    bottom: -1130px;
  }
  .mobile\:b\+1130p {
    bottom: 1130px;
  }
  .mobile\:l-1130p {
    left: -1130px;
  }
  .mobile\:l\+1130p {
    left: 1130px;
  }
  .mobile\:r-1130p {
    right: -1130px;
  }
  .mobile\:r\+1130p {
    right: 1130px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1140p {
    top: -1140px;
  }
  .mobile\:t\+1140p {
    top: 1140px;
  }
  .mobile\:b-1140p {
    bottom: -1140px;
  }
  .mobile\:b\+1140p {
    bottom: 1140px;
  }
  .mobile\:l-1140p {
    left: -1140px;
  }
  .mobile\:l\+1140p {
    left: 1140px;
  }
  .mobile\:r-1140p {
    right: -1140px;
  }
  .mobile\:r\+1140p {
    right: 1140px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1150p {
    top: -1150px;
  }
  .mobile\:t\+1150p {
    top: 1150px;
  }
  .mobile\:b-1150p {
    bottom: -1150px;
  }
  .mobile\:b\+1150p {
    bottom: 1150px;
  }
  .mobile\:l-1150p {
    left: -1150px;
  }
  .mobile\:l\+1150p {
    left: 1150px;
  }
  .mobile\:r-1150p {
    right: -1150px;
  }
  .mobile\:r\+1150p {
    right: 1150px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1160p {
    top: -1160px;
  }
  .mobile\:t\+1160p {
    top: 1160px;
  }
  .mobile\:b-1160p {
    bottom: -1160px;
  }
  .mobile\:b\+1160p {
    bottom: 1160px;
  }
  .mobile\:l-1160p {
    left: -1160px;
  }
  .mobile\:l\+1160p {
    left: 1160px;
  }
  .mobile\:r-1160p {
    right: -1160px;
  }
  .mobile\:r\+1160p {
    right: 1160px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1170p {
    top: -1170px;
  }
  .mobile\:t\+1170p {
    top: 1170px;
  }
  .mobile\:b-1170p {
    bottom: -1170px;
  }
  .mobile\:b\+1170p {
    bottom: 1170px;
  }
  .mobile\:l-1170p {
    left: -1170px;
  }
  .mobile\:l\+1170p {
    left: 1170px;
  }
  .mobile\:r-1170p {
    right: -1170px;
  }
  .mobile\:r\+1170p {
    right: 1170px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1180p {
    top: -1180px;
  }
  .mobile\:t\+1180p {
    top: 1180px;
  }
  .mobile\:b-1180p {
    bottom: -1180px;
  }
  .mobile\:b\+1180p {
    bottom: 1180px;
  }
  .mobile\:l-1180p {
    left: -1180px;
  }
  .mobile\:l\+1180p {
    left: 1180px;
  }
  .mobile\:r-1180p {
    right: -1180px;
  }
  .mobile\:r\+1180p {
    right: 1180px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1190p {
    top: -1190px;
  }
  .mobile\:t\+1190p {
    top: 1190px;
  }
  .mobile\:b-1190p {
    bottom: -1190px;
  }
  .mobile\:b\+1190p {
    bottom: 1190px;
  }
  .mobile\:l-1190p {
    left: -1190px;
  }
  .mobile\:l\+1190p {
    left: 1190px;
  }
  .mobile\:r-1190p {
    right: -1190px;
  }
  .mobile\:r\+1190p {
    right: 1190px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1200p {
    top: -1200px;
  }
  .mobile\:t\+1200p {
    top: 1200px;
  }
  .mobile\:b-1200p {
    bottom: -1200px;
  }
  .mobile\:b\+1200p {
    bottom: 1200px;
  }
  .mobile\:l-1200p {
    left: -1200px;
  }
  .mobile\:l\+1200p {
    left: 1200px;
  }
  .mobile\:r-1200p {
    right: -1200px;
  }
  .mobile\:r\+1200p {
    right: 1200px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1210p {
    top: -1210px;
  }
  .mobile\:t\+1210p {
    top: 1210px;
  }
  .mobile\:b-1210p {
    bottom: -1210px;
  }
  .mobile\:b\+1210p {
    bottom: 1210px;
  }
  .mobile\:l-1210p {
    left: -1210px;
  }
  .mobile\:l\+1210p {
    left: 1210px;
  }
  .mobile\:r-1210p {
    right: -1210px;
  }
  .mobile\:r\+1210p {
    right: 1210px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1220p {
    top: -1220px;
  }
  .mobile\:t\+1220p {
    top: 1220px;
  }
  .mobile\:b-1220p {
    bottom: -1220px;
  }
  .mobile\:b\+1220p {
    bottom: 1220px;
  }
  .mobile\:l-1220p {
    left: -1220px;
  }
  .mobile\:l\+1220p {
    left: 1220px;
  }
  .mobile\:r-1220p {
    right: -1220px;
  }
  .mobile\:r\+1220p {
    right: 1220px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1230p {
    top: -1230px;
  }
  .mobile\:t\+1230p {
    top: 1230px;
  }
  .mobile\:b-1230p {
    bottom: -1230px;
  }
  .mobile\:b\+1230p {
    bottom: 1230px;
  }
  .mobile\:l-1230p {
    left: -1230px;
  }
  .mobile\:l\+1230p {
    left: 1230px;
  }
  .mobile\:r-1230p {
    right: -1230px;
  }
  .mobile\:r\+1230p {
    right: 1230px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1240p {
    top: -1240px;
  }
  .mobile\:t\+1240p {
    top: 1240px;
  }
  .mobile\:b-1240p {
    bottom: -1240px;
  }
  .mobile\:b\+1240p {
    bottom: 1240px;
  }
  .mobile\:l-1240p {
    left: -1240px;
  }
  .mobile\:l\+1240p {
    left: 1240px;
  }
  .mobile\:r-1240p {
    right: -1240px;
  }
  .mobile\:r\+1240p {
    right: 1240px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1250p {
    top: -1250px;
  }
  .mobile\:t\+1250p {
    top: 1250px;
  }
  .mobile\:b-1250p {
    bottom: -1250px;
  }
  .mobile\:b\+1250p {
    bottom: 1250px;
  }
  .mobile\:l-1250p {
    left: -1250px;
  }
  .mobile\:l\+1250p {
    left: 1250px;
  }
  .mobile\:r-1250p {
    right: -1250px;
  }
  .mobile\:r\+1250p {
    right: 1250px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1260p {
    top: -1260px;
  }
  .mobile\:t\+1260p {
    top: 1260px;
  }
  .mobile\:b-1260p {
    bottom: -1260px;
  }
  .mobile\:b\+1260p {
    bottom: 1260px;
  }
  .mobile\:l-1260p {
    left: -1260px;
  }
  .mobile\:l\+1260p {
    left: 1260px;
  }
  .mobile\:r-1260p {
    right: -1260px;
  }
  .mobile\:r\+1260p {
    right: 1260px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1270p {
    top: -1270px;
  }
  .mobile\:t\+1270p {
    top: 1270px;
  }
  .mobile\:b-1270p {
    bottom: -1270px;
  }
  .mobile\:b\+1270p {
    bottom: 1270px;
  }
  .mobile\:l-1270p {
    left: -1270px;
  }
  .mobile\:l\+1270p {
    left: 1270px;
  }
  .mobile\:r-1270p {
    right: -1270px;
  }
  .mobile\:r\+1270p {
    right: 1270px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1280p {
    top: -1280px;
  }
  .mobile\:t\+1280p {
    top: 1280px;
  }
  .mobile\:b-1280p {
    bottom: -1280px;
  }
  .mobile\:b\+1280p {
    bottom: 1280px;
  }
  .mobile\:l-1280p {
    left: -1280px;
  }
  .mobile\:l\+1280p {
    left: 1280px;
  }
  .mobile\:r-1280p {
    right: -1280px;
  }
  .mobile\:r\+1280p {
    right: 1280px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1290p {
    top: -1290px;
  }
  .mobile\:t\+1290p {
    top: 1290px;
  }
  .mobile\:b-1290p {
    bottom: -1290px;
  }
  .mobile\:b\+1290p {
    bottom: 1290px;
  }
  .mobile\:l-1290p {
    left: -1290px;
  }
  .mobile\:l\+1290p {
    left: 1290px;
  }
  .mobile\:r-1290p {
    right: -1290px;
  }
  .mobile\:r\+1290p {
    right: 1290px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1300p {
    top: -1300px;
  }
  .mobile\:t\+1300p {
    top: 1300px;
  }
  .mobile\:b-1300p {
    bottom: -1300px;
  }
  .mobile\:b\+1300p {
    bottom: 1300px;
  }
  .mobile\:l-1300p {
    left: -1300px;
  }
  .mobile\:l\+1300p {
    left: 1300px;
  }
  .mobile\:r-1300p {
    right: -1300px;
  }
  .mobile\:r\+1300p {
    right: 1300px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1310p {
    top: -1310px;
  }
  .mobile\:t\+1310p {
    top: 1310px;
  }
  .mobile\:b-1310p {
    bottom: -1310px;
  }
  .mobile\:b\+1310p {
    bottom: 1310px;
  }
  .mobile\:l-1310p {
    left: -1310px;
  }
  .mobile\:l\+1310p {
    left: 1310px;
  }
  .mobile\:r-1310p {
    right: -1310px;
  }
  .mobile\:r\+1310p {
    right: 1310px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1320p {
    top: -1320px;
  }
  .mobile\:t\+1320p {
    top: 1320px;
  }
  .mobile\:b-1320p {
    bottom: -1320px;
  }
  .mobile\:b\+1320p {
    bottom: 1320px;
  }
  .mobile\:l-1320p {
    left: -1320px;
  }
  .mobile\:l\+1320p {
    left: 1320px;
  }
  .mobile\:r-1320p {
    right: -1320px;
  }
  .mobile\:r\+1320p {
    right: 1320px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1330p {
    top: -1330px;
  }
  .mobile\:t\+1330p {
    top: 1330px;
  }
  .mobile\:b-1330p {
    bottom: -1330px;
  }
  .mobile\:b\+1330p {
    bottom: 1330px;
  }
  .mobile\:l-1330p {
    left: -1330px;
  }
  .mobile\:l\+1330p {
    left: 1330px;
  }
  .mobile\:r-1330p {
    right: -1330px;
  }
  .mobile\:r\+1330p {
    right: 1330px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1340p {
    top: -1340px;
  }
  .mobile\:t\+1340p {
    top: 1340px;
  }
  .mobile\:b-1340p {
    bottom: -1340px;
  }
  .mobile\:b\+1340p {
    bottom: 1340px;
  }
  .mobile\:l-1340p {
    left: -1340px;
  }
  .mobile\:l\+1340p {
    left: 1340px;
  }
  .mobile\:r-1340p {
    right: -1340px;
  }
  .mobile\:r\+1340p {
    right: 1340px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1350p {
    top: -1350px;
  }
  .mobile\:t\+1350p {
    top: 1350px;
  }
  .mobile\:b-1350p {
    bottom: -1350px;
  }
  .mobile\:b\+1350p {
    bottom: 1350px;
  }
  .mobile\:l-1350p {
    left: -1350px;
  }
  .mobile\:l\+1350p {
    left: 1350px;
  }
  .mobile\:r-1350p {
    right: -1350px;
  }
  .mobile\:r\+1350p {
    right: 1350px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1360p {
    top: -1360px;
  }
  .mobile\:t\+1360p {
    top: 1360px;
  }
  .mobile\:b-1360p {
    bottom: -1360px;
  }
  .mobile\:b\+1360p {
    bottom: 1360px;
  }
  .mobile\:l-1360p {
    left: -1360px;
  }
  .mobile\:l\+1360p {
    left: 1360px;
  }
  .mobile\:r-1360p {
    right: -1360px;
  }
  .mobile\:r\+1360p {
    right: 1360px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1370p {
    top: -1370px;
  }
  .mobile\:t\+1370p {
    top: 1370px;
  }
  .mobile\:b-1370p {
    bottom: -1370px;
  }
  .mobile\:b\+1370p {
    bottom: 1370px;
  }
  .mobile\:l-1370p {
    left: -1370px;
  }
  .mobile\:l\+1370p {
    left: 1370px;
  }
  .mobile\:r-1370p {
    right: -1370px;
  }
  .mobile\:r\+1370p {
    right: 1370px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1380p {
    top: -1380px;
  }
  .mobile\:t\+1380p {
    top: 1380px;
  }
  .mobile\:b-1380p {
    bottom: -1380px;
  }
  .mobile\:b\+1380p {
    bottom: 1380px;
  }
  .mobile\:l-1380p {
    left: -1380px;
  }
  .mobile\:l\+1380p {
    left: 1380px;
  }
  .mobile\:r-1380p {
    right: -1380px;
  }
  .mobile\:r\+1380p {
    right: 1380px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1390p {
    top: -1390px;
  }
  .mobile\:t\+1390p {
    top: 1390px;
  }
  .mobile\:b-1390p {
    bottom: -1390px;
  }
  .mobile\:b\+1390p {
    bottom: 1390px;
  }
  .mobile\:l-1390p {
    left: -1390px;
  }
  .mobile\:l\+1390p {
    left: 1390px;
  }
  .mobile\:r-1390p {
    right: -1390px;
  }
  .mobile\:r\+1390p {
    right: 1390px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1400p {
    top: -1400px;
  }
  .mobile\:t\+1400p {
    top: 1400px;
  }
  .mobile\:b-1400p {
    bottom: -1400px;
  }
  .mobile\:b\+1400p {
    bottom: 1400px;
  }
  .mobile\:l-1400p {
    left: -1400px;
  }
  .mobile\:l\+1400p {
    left: 1400px;
  }
  .mobile\:r-1400p {
    right: -1400px;
  }
  .mobile\:r\+1400p {
    right: 1400px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1410p {
    top: -1410px;
  }
  .mobile\:t\+1410p {
    top: 1410px;
  }
  .mobile\:b-1410p {
    bottom: -1410px;
  }
  .mobile\:b\+1410p {
    bottom: 1410px;
  }
  .mobile\:l-1410p {
    left: -1410px;
  }
  .mobile\:l\+1410p {
    left: 1410px;
  }
  .mobile\:r-1410p {
    right: -1410px;
  }
  .mobile\:r\+1410p {
    right: 1410px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1420p {
    top: -1420px;
  }
  .mobile\:t\+1420p {
    top: 1420px;
  }
  .mobile\:b-1420p {
    bottom: -1420px;
  }
  .mobile\:b\+1420p {
    bottom: 1420px;
  }
  .mobile\:l-1420p {
    left: -1420px;
  }
  .mobile\:l\+1420p {
    left: 1420px;
  }
  .mobile\:r-1420p {
    right: -1420px;
  }
  .mobile\:r\+1420p {
    right: 1420px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1430p {
    top: -1430px;
  }
  .mobile\:t\+1430p {
    top: 1430px;
  }
  .mobile\:b-1430p {
    bottom: -1430px;
  }
  .mobile\:b\+1430p {
    bottom: 1430px;
  }
  .mobile\:l-1430p {
    left: -1430px;
  }
  .mobile\:l\+1430p {
    left: 1430px;
  }
  .mobile\:r-1430p {
    right: -1430px;
  }
  .mobile\:r\+1430p {
    right: 1430px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1440p {
    top: -1440px;
  }
  .mobile\:t\+1440p {
    top: 1440px;
  }
  .mobile\:b-1440p {
    bottom: -1440px;
  }
  .mobile\:b\+1440p {
    bottom: 1440px;
  }
  .mobile\:l-1440p {
    left: -1440px;
  }
  .mobile\:l\+1440p {
    left: 1440px;
  }
  .mobile\:r-1440p {
    right: -1440px;
  }
  .mobile\:r\+1440p {
    right: 1440px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1450p {
    top: -1450px;
  }
  .mobile\:t\+1450p {
    top: 1450px;
  }
  .mobile\:b-1450p {
    bottom: -1450px;
  }
  .mobile\:b\+1450p {
    bottom: 1450px;
  }
  .mobile\:l-1450p {
    left: -1450px;
  }
  .mobile\:l\+1450p {
    left: 1450px;
  }
  .mobile\:r-1450p {
    right: -1450px;
  }
  .mobile\:r\+1450p {
    right: 1450px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1460p {
    top: -1460px;
  }
  .mobile\:t\+1460p {
    top: 1460px;
  }
  .mobile\:b-1460p {
    bottom: -1460px;
  }
  .mobile\:b\+1460p {
    bottom: 1460px;
  }
  .mobile\:l-1460p {
    left: -1460px;
  }
  .mobile\:l\+1460p {
    left: 1460px;
  }
  .mobile\:r-1460p {
    right: -1460px;
  }
  .mobile\:r\+1460p {
    right: 1460px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1470p {
    top: -1470px;
  }
  .mobile\:t\+1470p {
    top: 1470px;
  }
  .mobile\:b-1470p {
    bottom: -1470px;
  }
  .mobile\:b\+1470p {
    bottom: 1470px;
  }
  .mobile\:l-1470p {
    left: -1470px;
  }
  .mobile\:l\+1470p {
    left: 1470px;
  }
  .mobile\:r-1470p {
    right: -1470px;
  }
  .mobile\:r\+1470p {
    right: 1470px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1480p {
    top: -1480px;
  }
  .mobile\:t\+1480p {
    top: 1480px;
  }
  .mobile\:b-1480p {
    bottom: -1480px;
  }
  .mobile\:b\+1480p {
    bottom: 1480px;
  }
  .mobile\:l-1480p {
    left: -1480px;
  }
  .mobile\:l\+1480p {
    left: 1480px;
  }
  .mobile\:r-1480p {
    right: -1480px;
  }
  .mobile\:r\+1480p {
    right: 1480px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1490p {
    top: -1490px;
  }
  .mobile\:t\+1490p {
    top: 1490px;
  }
  .mobile\:b-1490p {
    bottom: -1490px;
  }
  .mobile\:b\+1490p {
    bottom: 1490px;
  }
  .mobile\:l-1490p {
    left: -1490px;
  }
  .mobile\:l\+1490p {
    left: 1490px;
  }
  .mobile\:r-1490p {
    right: -1490px;
  }
  .mobile\:r\+1490p {
    right: 1490px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1500p {
    top: -1500px;
  }
  .mobile\:t\+1500p {
    top: 1500px;
  }
  .mobile\:b-1500p {
    bottom: -1500px;
  }
  .mobile\:b\+1500p {
    bottom: 1500px;
  }
  .mobile\:l-1500p {
    left: -1500px;
  }
  .mobile\:l\+1500p {
    left: 1500px;
  }
  .mobile\:r-1500p {
    right: -1500px;
  }
  .mobile\:r\+1500p {
    right: 1500px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1510p {
    top: -1510px;
  }
  .mobile\:t\+1510p {
    top: 1510px;
  }
  .mobile\:b-1510p {
    bottom: -1510px;
  }
  .mobile\:b\+1510p {
    bottom: 1510px;
  }
  .mobile\:l-1510p {
    left: -1510px;
  }
  .mobile\:l\+1510p {
    left: 1510px;
  }
  .mobile\:r-1510p {
    right: -1510px;
  }
  .mobile\:r\+1510p {
    right: 1510px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1520p {
    top: -1520px;
  }
  .mobile\:t\+1520p {
    top: 1520px;
  }
  .mobile\:b-1520p {
    bottom: -1520px;
  }
  .mobile\:b\+1520p {
    bottom: 1520px;
  }
  .mobile\:l-1520p {
    left: -1520px;
  }
  .mobile\:l\+1520p {
    left: 1520px;
  }
  .mobile\:r-1520p {
    right: -1520px;
  }
  .mobile\:r\+1520p {
    right: 1520px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1530p {
    top: -1530px;
  }
  .mobile\:t\+1530p {
    top: 1530px;
  }
  .mobile\:b-1530p {
    bottom: -1530px;
  }
  .mobile\:b\+1530p {
    bottom: 1530px;
  }
  .mobile\:l-1530p {
    left: -1530px;
  }
  .mobile\:l\+1530p {
    left: 1530px;
  }
  .mobile\:r-1530p {
    right: -1530px;
  }
  .mobile\:r\+1530p {
    right: 1530px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1540p {
    top: -1540px;
  }
  .mobile\:t\+1540p {
    top: 1540px;
  }
  .mobile\:b-1540p {
    bottom: -1540px;
  }
  .mobile\:b\+1540p {
    bottom: 1540px;
  }
  .mobile\:l-1540p {
    left: -1540px;
  }
  .mobile\:l\+1540p {
    left: 1540px;
  }
  .mobile\:r-1540p {
    right: -1540px;
  }
  .mobile\:r\+1540p {
    right: 1540px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1550p {
    top: -1550px;
  }
  .mobile\:t\+1550p {
    top: 1550px;
  }
  .mobile\:b-1550p {
    bottom: -1550px;
  }
  .mobile\:b\+1550p {
    bottom: 1550px;
  }
  .mobile\:l-1550p {
    left: -1550px;
  }
  .mobile\:l\+1550p {
    left: 1550px;
  }
  .mobile\:r-1550p {
    right: -1550px;
  }
  .mobile\:r\+1550p {
    right: 1550px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1560p {
    top: -1560px;
  }
  .mobile\:t\+1560p {
    top: 1560px;
  }
  .mobile\:b-1560p {
    bottom: -1560px;
  }
  .mobile\:b\+1560p {
    bottom: 1560px;
  }
  .mobile\:l-1560p {
    left: -1560px;
  }
  .mobile\:l\+1560p {
    left: 1560px;
  }
  .mobile\:r-1560p {
    right: -1560px;
  }
  .mobile\:r\+1560p {
    right: 1560px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1570p {
    top: -1570px;
  }
  .mobile\:t\+1570p {
    top: 1570px;
  }
  .mobile\:b-1570p {
    bottom: -1570px;
  }
  .mobile\:b\+1570p {
    bottom: 1570px;
  }
  .mobile\:l-1570p {
    left: -1570px;
  }
  .mobile\:l\+1570p {
    left: 1570px;
  }
  .mobile\:r-1570p {
    right: -1570px;
  }
  .mobile\:r\+1570p {
    right: 1570px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1580p {
    top: -1580px;
  }
  .mobile\:t\+1580p {
    top: 1580px;
  }
  .mobile\:b-1580p {
    bottom: -1580px;
  }
  .mobile\:b\+1580p {
    bottom: 1580px;
  }
  .mobile\:l-1580p {
    left: -1580px;
  }
  .mobile\:l\+1580p {
    left: 1580px;
  }
  .mobile\:r-1580p {
    right: -1580px;
  }
  .mobile\:r\+1580p {
    right: 1580px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1590p {
    top: -1590px;
  }
  .mobile\:t\+1590p {
    top: 1590px;
  }
  .mobile\:b-1590p {
    bottom: -1590px;
  }
  .mobile\:b\+1590p {
    bottom: 1590px;
  }
  .mobile\:l-1590p {
    left: -1590px;
  }
  .mobile\:l\+1590p {
    left: 1590px;
  }
  .mobile\:r-1590p {
    right: -1590px;
  }
  .mobile\:r\+1590p {
    right: 1590px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1600p {
    top: -1600px;
  }
  .mobile\:t\+1600p {
    top: 1600px;
  }
  .mobile\:b-1600p {
    bottom: -1600px;
  }
  .mobile\:b\+1600p {
    bottom: 1600px;
  }
  .mobile\:l-1600p {
    left: -1600px;
  }
  .mobile\:l\+1600p {
    left: 1600px;
  }
  .mobile\:r-1600p {
    right: -1600px;
  }
  .mobile\:r\+1600p {
    right: 1600px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1610p {
    top: -1610px;
  }
  .mobile\:t\+1610p {
    top: 1610px;
  }
  .mobile\:b-1610p {
    bottom: -1610px;
  }
  .mobile\:b\+1610p {
    bottom: 1610px;
  }
  .mobile\:l-1610p {
    left: -1610px;
  }
  .mobile\:l\+1610p {
    left: 1610px;
  }
  .mobile\:r-1610p {
    right: -1610px;
  }
  .mobile\:r\+1610p {
    right: 1610px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1620p {
    top: -1620px;
  }
  .mobile\:t\+1620p {
    top: 1620px;
  }
  .mobile\:b-1620p {
    bottom: -1620px;
  }
  .mobile\:b\+1620p {
    bottom: 1620px;
  }
  .mobile\:l-1620p {
    left: -1620px;
  }
  .mobile\:l\+1620p {
    left: 1620px;
  }
  .mobile\:r-1620p {
    right: -1620px;
  }
  .mobile\:r\+1620p {
    right: 1620px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1630p {
    top: -1630px;
  }
  .mobile\:t\+1630p {
    top: 1630px;
  }
  .mobile\:b-1630p {
    bottom: -1630px;
  }
  .mobile\:b\+1630p {
    bottom: 1630px;
  }
  .mobile\:l-1630p {
    left: -1630px;
  }
  .mobile\:l\+1630p {
    left: 1630px;
  }
  .mobile\:r-1630p {
    right: -1630px;
  }
  .mobile\:r\+1630p {
    right: 1630px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1640p {
    top: -1640px;
  }
  .mobile\:t\+1640p {
    top: 1640px;
  }
  .mobile\:b-1640p {
    bottom: -1640px;
  }
  .mobile\:b\+1640p {
    bottom: 1640px;
  }
  .mobile\:l-1640p {
    left: -1640px;
  }
  .mobile\:l\+1640p {
    left: 1640px;
  }
  .mobile\:r-1640p {
    right: -1640px;
  }
  .mobile\:r\+1640p {
    right: 1640px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1650p {
    top: -1650px;
  }
  .mobile\:t\+1650p {
    top: 1650px;
  }
  .mobile\:b-1650p {
    bottom: -1650px;
  }
  .mobile\:b\+1650p {
    bottom: 1650px;
  }
  .mobile\:l-1650p {
    left: -1650px;
  }
  .mobile\:l\+1650p {
    left: 1650px;
  }
  .mobile\:r-1650p {
    right: -1650px;
  }
  .mobile\:r\+1650p {
    right: 1650px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1660p {
    top: -1660px;
  }
  .mobile\:t\+1660p {
    top: 1660px;
  }
  .mobile\:b-1660p {
    bottom: -1660px;
  }
  .mobile\:b\+1660p {
    bottom: 1660px;
  }
  .mobile\:l-1660p {
    left: -1660px;
  }
  .mobile\:l\+1660p {
    left: 1660px;
  }
  .mobile\:r-1660p {
    right: -1660px;
  }
  .mobile\:r\+1660p {
    right: 1660px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1670p {
    top: -1670px;
  }
  .mobile\:t\+1670p {
    top: 1670px;
  }
  .mobile\:b-1670p {
    bottom: -1670px;
  }
  .mobile\:b\+1670p {
    bottom: 1670px;
  }
  .mobile\:l-1670p {
    left: -1670px;
  }
  .mobile\:l\+1670p {
    left: 1670px;
  }
  .mobile\:r-1670p {
    right: -1670px;
  }
  .mobile\:r\+1670p {
    right: 1670px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1680p {
    top: -1680px;
  }
  .mobile\:t\+1680p {
    top: 1680px;
  }
  .mobile\:b-1680p {
    bottom: -1680px;
  }
  .mobile\:b\+1680p {
    bottom: 1680px;
  }
  .mobile\:l-1680p {
    left: -1680px;
  }
  .mobile\:l\+1680p {
    left: 1680px;
  }
  .mobile\:r-1680p {
    right: -1680px;
  }
  .mobile\:r\+1680p {
    right: 1680px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1690p {
    top: -1690px;
  }
  .mobile\:t\+1690p {
    top: 1690px;
  }
  .mobile\:b-1690p {
    bottom: -1690px;
  }
  .mobile\:b\+1690p {
    bottom: 1690px;
  }
  .mobile\:l-1690p {
    left: -1690px;
  }
  .mobile\:l\+1690p {
    left: 1690px;
  }
  .mobile\:r-1690p {
    right: -1690px;
  }
  .mobile\:r\+1690p {
    right: 1690px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1700p {
    top: -1700px;
  }
  .mobile\:t\+1700p {
    top: 1700px;
  }
  .mobile\:b-1700p {
    bottom: -1700px;
  }
  .mobile\:b\+1700p {
    bottom: 1700px;
  }
  .mobile\:l-1700p {
    left: -1700px;
  }
  .mobile\:l\+1700p {
    left: 1700px;
  }
  .mobile\:r-1700p {
    right: -1700px;
  }
  .mobile\:r\+1700p {
    right: 1700px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1710p {
    top: -1710px;
  }
  .mobile\:t\+1710p {
    top: 1710px;
  }
  .mobile\:b-1710p {
    bottom: -1710px;
  }
  .mobile\:b\+1710p {
    bottom: 1710px;
  }
  .mobile\:l-1710p {
    left: -1710px;
  }
  .mobile\:l\+1710p {
    left: 1710px;
  }
  .mobile\:r-1710p {
    right: -1710px;
  }
  .mobile\:r\+1710p {
    right: 1710px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1720p {
    top: -1720px;
  }
  .mobile\:t\+1720p {
    top: 1720px;
  }
  .mobile\:b-1720p {
    bottom: -1720px;
  }
  .mobile\:b\+1720p {
    bottom: 1720px;
  }
  .mobile\:l-1720p {
    left: -1720px;
  }
  .mobile\:l\+1720p {
    left: 1720px;
  }
  .mobile\:r-1720p {
    right: -1720px;
  }
  .mobile\:r\+1720p {
    right: 1720px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1730p {
    top: -1730px;
  }
  .mobile\:t\+1730p {
    top: 1730px;
  }
  .mobile\:b-1730p {
    bottom: -1730px;
  }
  .mobile\:b\+1730p {
    bottom: 1730px;
  }
  .mobile\:l-1730p {
    left: -1730px;
  }
  .mobile\:l\+1730p {
    left: 1730px;
  }
  .mobile\:r-1730p {
    right: -1730px;
  }
  .mobile\:r\+1730p {
    right: 1730px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1740p {
    top: -1740px;
  }
  .mobile\:t\+1740p {
    top: 1740px;
  }
  .mobile\:b-1740p {
    bottom: -1740px;
  }
  .mobile\:b\+1740p {
    bottom: 1740px;
  }
  .mobile\:l-1740p {
    left: -1740px;
  }
  .mobile\:l\+1740p {
    left: 1740px;
  }
  .mobile\:r-1740p {
    right: -1740px;
  }
  .mobile\:r\+1740p {
    right: 1740px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1750p {
    top: -1750px;
  }
  .mobile\:t\+1750p {
    top: 1750px;
  }
  .mobile\:b-1750p {
    bottom: -1750px;
  }
  .mobile\:b\+1750p {
    bottom: 1750px;
  }
  .mobile\:l-1750p {
    left: -1750px;
  }
  .mobile\:l\+1750p {
    left: 1750px;
  }
  .mobile\:r-1750p {
    right: -1750px;
  }
  .mobile\:r\+1750p {
    right: 1750px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1760p {
    top: -1760px;
  }
  .mobile\:t\+1760p {
    top: 1760px;
  }
  .mobile\:b-1760p {
    bottom: -1760px;
  }
  .mobile\:b\+1760p {
    bottom: 1760px;
  }
  .mobile\:l-1760p {
    left: -1760px;
  }
  .mobile\:l\+1760p {
    left: 1760px;
  }
  .mobile\:r-1760p {
    right: -1760px;
  }
  .mobile\:r\+1760p {
    right: 1760px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1770p {
    top: -1770px;
  }
  .mobile\:t\+1770p {
    top: 1770px;
  }
  .mobile\:b-1770p {
    bottom: -1770px;
  }
  .mobile\:b\+1770p {
    bottom: 1770px;
  }
  .mobile\:l-1770p {
    left: -1770px;
  }
  .mobile\:l\+1770p {
    left: 1770px;
  }
  .mobile\:r-1770p {
    right: -1770px;
  }
  .mobile\:r\+1770p {
    right: 1770px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1780p {
    top: -1780px;
  }
  .mobile\:t\+1780p {
    top: 1780px;
  }
  .mobile\:b-1780p {
    bottom: -1780px;
  }
  .mobile\:b\+1780p {
    bottom: 1780px;
  }
  .mobile\:l-1780p {
    left: -1780px;
  }
  .mobile\:l\+1780p {
    left: 1780px;
  }
  .mobile\:r-1780p {
    right: -1780px;
  }
  .mobile\:r\+1780p {
    right: 1780px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1790p {
    top: -1790px;
  }
  .mobile\:t\+1790p {
    top: 1790px;
  }
  .mobile\:b-1790p {
    bottom: -1790px;
  }
  .mobile\:b\+1790p {
    bottom: 1790px;
  }
  .mobile\:l-1790p {
    left: -1790px;
  }
  .mobile\:l\+1790p {
    left: 1790px;
  }
  .mobile\:r-1790p {
    right: -1790px;
  }
  .mobile\:r\+1790p {
    right: 1790px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1800p {
    top: -1800px;
  }
  .mobile\:t\+1800p {
    top: 1800px;
  }
  .mobile\:b-1800p {
    bottom: -1800px;
  }
  .mobile\:b\+1800p {
    bottom: 1800px;
  }
  .mobile\:l-1800p {
    left: -1800px;
  }
  .mobile\:l\+1800p {
    left: 1800px;
  }
  .mobile\:r-1800p {
    right: -1800px;
  }
  .mobile\:r\+1800p {
    right: 1800px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1810p {
    top: -1810px;
  }
  .mobile\:t\+1810p {
    top: 1810px;
  }
  .mobile\:b-1810p {
    bottom: -1810px;
  }
  .mobile\:b\+1810p {
    bottom: 1810px;
  }
  .mobile\:l-1810p {
    left: -1810px;
  }
  .mobile\:l\+1810p {
    left: 1810px;
  }
  .mobile\:r-1810p {
    right: -1810px;
  }
  .mobile\:r\+1810p {
    right: 1810px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1820p {
    top: -1820px;
  }
  .mobile\:t\+1820p {
    top: 1820px;
  }
  .mobile\:b-1820p {
    bottom: -1820px;
  }
  .mobile\:b\+1820p {
    bottom: 1820px;
  }
  .mobile\:l-1820p {
    left: -1820px;
  }
  .mobile\:l\+1820p {
    left: 1820px;
  }
  .mobile\:r-1820p {
    right: -1820px;
  }
  .mobile\:r\+1820p {
    right: 1820px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1830p {
    top: -1830px;
  }
  .mobile\:t\+1830p {
    top: 1830px;
  }
  .mobile\:b-1830p {
    bottom: -1830px;
  }
  .mobile\:b\+1830p {
    bottom: 1830px;
  }
  .mobile\:l-1830p {
    left: -1830px;
  }
  .mobile\:l\+1830p {
    left: 1830px;
  }
  .mobile\:r-1830p {
    right: -1830px;
  }
  .mobile\:r\+1830p {
    right: 1830px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1840p {
    top: -1840px;
  }
  .mobile\:t\+1840p {
    top: 1840px;
  }
  .mobile\:b-1840p {
    bottom: -1840px;
  }
  .mobile\:b\+1840p {
    bottom: 1840px;
  }
  .mobile\:l-1840p {
    left: -1840px;
  }
  .mobile\:l\+1840p {
    left: 1840px;
  }
  .mobile\:r-1840p {
    right: -1840px;
  }
  .mobile\:r\+1840p {
    right: 1840px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1850p {
    top: -1850px;
  }
  .mobile\:t\+1850p {
    top: 1850px;
  }
  .mobile\:b-1850p {
    bottom: -1850px;
  }
  .mobile\:b\+1850p {
    bottom: 1850px;
  }
  .mobile\:l-1850p {
    left: -1850px;
  }
  .mobile\:l\+1850p {
    left: 1850px;
  }
  .mobile\:r-1850p {
    right: -1850px;
  }
  .mobile\:r\+1850p {
    right: 1850px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1860p {
    top: -1860px;
  }
  .mobile\:t\+1860p {
    top: 1860px;
  }
  .mobile\:b-1860p {
    bottom: -1860px;
  }
  .mobile\:b\+1860p {
    bottom: 1860px;
  }
  .mobile\:l-1860p {
    left: -1860px;
  }
  .mobile\:l\+1860p {
    left: 1860px;
  }
  .mobile\:r-1860p {
    right: -1860px;
  }
  .mobile\:r\+1860p {
    right: 1860px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1870p {
    top: -1870px;
  }
  .mobile\:t\+1870p {
    top: 1870px;
  }
  .mobile\:b-1870p {
    bottom: -1870px;
  }
  .mobile\:b\+1870p {
    bottom: 1870px;
  }
  .mobile\:l-1870p {
    left: -1870px;
  }
  .mobile\:l\+1870p {
    left: 1870px;
  }
  .mobile\:r-1870p {
    right: -1870px;
  }
  .mobile\:r\+1870p {
    right: 1870px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1880p {
    top: -1880px;
  }
  .mobile\:t\+1880p {
    top: 1880px;
  }
  .mobile\:b-1880p {
    bottom: -1880px;
  }
  .mobile\:b\+1880p {
    bottom: 1880px;
  }
  .mobile\:l-1880p {
    left: -1880px;
  }
  .mobile\:l\+1880p {
    left: 1880px;
  }
  .mobile\:r-1880p {
    right: -1880px;
  }
  .mobile\:r\+1880p {
    right: 1880px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1890p {
    top: -1890px;
  }
  .mobile\:t\+1890p {
    top: 1890px;
  }
  .mobile\:b-1890p {
    bottom: -1890px;
  }
  .mobile\:b\+1890p {
    bottom: 1890px;
  }
  .mobile\:l-1890p {
    left: -1890px;
  }
  .mobile\:l\+1890p {
    left: 1890px;
  }
  .mobile\:r-1890p {
    right: -1890px;
  }
  .mobile\:r\+1890p {
    right: 1890px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1900p {
    top: -1900px;
  }
  .mobile\:t\+1900p {
    top: 1900px;
  }
  .mobile\:b-1900p {
    bottom: -1900px;
  }
  .mobile\:b\+1900p {
    bottom: 1900px;
  }
  .mobile\:l-1900p {
    left: -1900px;
  }
  .mobile\:l\+1900p {
    left: 1900px;
  }
  .mobile\:r-1900p {
    right: -1900px;
  }
  .mobile\:r\+1900p {
    right: 1900px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1910p {
    top: -1910px;
  }
  .mobile\:t\+1910p {
    top: 1910px;
  }
  .mobile\:b-1910p {
    bottom: -1910px;
  }
  .mobile\:b\+1910p {
    bottom: 1910px;
  }
  .mobile\:l-1910p {
    left: -1910px;
  }
  .mobile\:l\+1910p {
    left: 1910px;
  }
  .mobile\:r-1910p {
    right: -1910px;
  }
  .mobile\:r\+1910p {
    right: 1910px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1920p {
    top: -1920px;
  }
  .mobile\:t\+1920p {
    top: 1920px;
  }
  .mobile\:b-1920p {
    bottom: -1920px;
  }
  .mobile\:b\+1920p {
    bottom: 1920px;
  }
  .mobile\:l-1920p {
    left: -1920px;
  }
  .mobile\:l\+1920p {
    left: 1920px;
  }
  .mobile\:r-1920p {
    right: -1920px;
  }
  .mobile\:r\+1920p {
    right: 1920px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1930p {
    top: -1930px;
  }
  .mobile\:t\+1930p {
    top: 1930px;
  }
  .mobile\:b-1930p {
    bottom: -1930px;
  }
  .mobile\:b\+1930p {
    bottom: 1930px;
  }
  .mobile\:l-1930p {
    left: -1930px;
  }
  .mobile\:l\+1930p {
    left: 1930px;
  }
  .mobile\:r-1930p {
    right: -1930px;
  }
  .mobile\:r\+1930p {
    right: 1930px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1940p {
    top: -1940px;
  }
  .mobile\:t\+1940p {
    top: 1940px;
  }
  .mobile\:b-1940p {
    bottom: -1940px;
  }
  .mobile\:b\+1940p {
    bottom: 1940px;
  }
  .mobile\:l-1940p {
    left: -1940px;
  }
  .mobile\:l\+1940p {
    left: 1940px;
  }
  .mobile\:r-1940p {
    right: -1940px;
  }
  .mobile\:r\+1940p {
    right: 1940px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1950p {
    top: -1950px;
  }
  .mobile\:t\+1950p {
    top: 1950px;
  }
  .mobile\:b-1950p {
    bottom: -1950px;
  }
  .mobile\:b\+1950p {
    bottom: 1950px;
  }
  .mobile\:l-1950p {
    left: -1950px;
  }
  .mobile\:l\+1950p {
    left: 1950px;
  }
  .mobile\:r-1950p {
    right: -1950px;
  }
  .mobile\:r\+1950p {
    right: 1950px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1960p {
    top: -1960px;
  }
  .mobile\:t\+1960p {
    top: 1960px;
  }
  .mobile\:b-1960p {
    bottom: -1960px;
  }
  .mobile\:b\+1960p {
    bottom: 1960px;
  }
  .mobile\:l-1960p {
    left: -1960px;
  }
  .mobile\:l\+1960p {
    left: 1960px;
  }
  .mobile\:r-1960p {
    right: -1960px;
  }
  .mobile\:r\+1960p {
    right: 1960px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1970p {
    top: -1970px;
  }
  .mobile\:t\+1970p {
    top: 1970px;
  }
  .mobile\:b-1970p {
    bottom: -1970px;
  }
  .mobile\:b\+1970p {
    bottom: 1970px;
  }
  .mobile\:l-1970p {
    left: -1970px;
  }
  .mobile\:l\+1970p {
    left: 1970px;
  }
  .mobile\:r-1970p {
    right: -1970px;
  }
  .mobile\:r\+1970p {
    right: 1970px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1980p {
    top: -1980px;
  }
  .mobile\:t\+1980p {
    top: 1980px;
  }
  .mobile\:b-1980p {
    bottom: -1980px;
  }
  .mobile\:b\+1980p {
    bottom: 1980px;
  }
  .mobile\:l-1980p {
    left: -1980px;
  }
  .mobile\:l\+1980p {
    left: 1980px;
  }
  .mobile\:r-1980p {
    right: -1980px;
  }
  .mobile\:r\+1980p {
    right: 1980px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1990p {
    top: -1990px;
  }
  .mobile\:t\+1990p {
    top: 1990px;
  }
  .mobile\:b-1990p {
    bottom: -1990px;
  }
  .mobile\:b\+1990p {
    bottom: 1990px;
  }
  .mobile\:l-1990p {
    left: -1990px;
  }
  .mobile\:l\+1990p {
    left: 1990px;
  }
  .mobile\:r-1990p {
    right: -1990px;
  }
  .mobile\:r\+1990p {
    right: 1990px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-0vw {
    top: -0vw;
  }
  .mobile\:t\+0vw {
    top: 0vw;
  }
  .mobile\:t-0\% {
    top: 0%;
  }
  .mobile\:t\+0\% {
    top: 0%;
  }
  .mobile\:b-0vw {
    bottom: -0vw;
  }
  .mobile\:b\+0vw {
    bottom: 0vw;
  }
  .mobile\:b-0\% {
    bottom: 0%;
  }
  .mobile\:b\+0\% {
    bottom: 0%;
  }
  .mobile\:l-0vw {
    left: -0vw;
  }
  .mobile\:l\+0vw {
    left: 0vw;
  }
  .mobile\:l-0\% {
    left: 0%;
  }
  .mobile\:l\+0\% {
    left: 0%;
  }
  .mobile\:r-0vw {
    right: -0vw;
  }
  .mobile\:r\+0vw {
    right: 0vw;
  }
  .mobile\:r-0\% {
    right: 0%;
  }
  .mobile\:r\+0\% {
    right: 0%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-1vw {
    top: -1vw;
  }
  .mobile\:t\+1vw {
    top: 1vw;
  }
  .mobile\:t-1\% {
    top: -1%;
  }
  .mobile\:t\+1\% {
    top: 1%;
  }
  .mobile\:b-1vw {
    bottom: -1vw;
  }
  .mobile\:b\+1vw {
    bottom: 1vw;
  }
  .mobile\:b-1\% {
    bottom: -1%;
  }
  .mobile\:b\+1\% {
    bottom: 1%;
  }
  .mobile\:l-1vw {
    left: -1vw;
  }
  .mobile\:l\+1vw {
    left: 1vw;
  }
  .mobile\:l-1\% {
    left: -1%;
  }
  .mobile\:l\+1\% {
    left: 1%;
  }
  .mobile\:r-1vw {
    right: -1vw;
  }
  .mobile\:r\+1vw {
    right: 1vw;
  }
  .mobile\:r-1\% {
    right: -1%;
  }
  .mobile\:r\+1\% {
    right: 1%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-2vw {
    top: -2vw;
  }
  .mobile\:t\+2vw {
    top: 2vw;
  }
  .mobile\:t-2\% {
    top: -2%;
  }
  .mobile\:t\+2\% {
    top: 2%;
  }
  .mobile\:b-2vw {
    bottom: -2vw;
  }
  .mobile\:b\+2vw {
    bottom: 2vw;
  }
  .mobile\:b-2\% {
    bottom: -2%;
  }
  .mobile\:b\+2\% {
    bottom: 2%;
  }
  .mobile\:l-2vw {
    left: -2vw;
  }
  .mobile\:l\+2vw {
    left: 2vw;
  }
  .mobile\:l-2\% {
    left: -2%;
  }
  .mobile\:l\+2\% {
    left: 2%;
  }
  .mobile\:r-2vw {
    right: -2vw;
  }
  .mobile\:r\+2vw {
    right: 2vw;
  }
  .mobile\:r-2\% {
    right: -2%;
  }
  .mobile\:r\+2\% {
    right: 2%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-3vw {
    top: -3vw;
  }
  .mobile\:t\+3vw {
    top: 3vw;
  }
  .mobile\:t-3\% {
    top: -3%;
  }
  .mobile\:t\+3\% {
    top: 3%;
  }
  .mobile\:b-3vw {
    bottom: -3vw;
  }
  .mobile\:b\+3vw {
    bottom: 3vw;
  }
  .mobile\:b-3\% {
    bottom: -3%;
  }
  .mobile\:b\+3\% {
    bottom: 3%;
  }
  .mobile\:l-3vw {
    left: -3vw;
  }
  .mobile\:l\+3vw {
    left: 3vw;
  }
  .mobile\:l-3\% {
    left: -3%;
  }
  .mobile\:l\+3\% {
    left: 3%;
  }
  .mobile\:r-3vw {
    right: -3vw;
  }
  .mobile\:r\+3vw {
    right: 3vw;
  }
  .mobile\:r-3\% {
    right: -3%;
  }
  .mobile\:r\+3\% {
    right: 3%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-4vw {
    top: -4vw;
  }
  .mobile\:t\+4vw {
    top: 4vw;
  }
  .mobile\:t-4\% {
    top: -4%;
  }
  .mobile\:t\+4\% {
    top: 4%;
  }
  .mobile\:b-4vw {
    bottom: -4vw;
  }
  .mobile\:b\+4vw {
    bottom: 4vw;
  }
  .mobile\:b-4\% {
    bottom: -4%;
  }
  .mobile\:b\+4\% {
    bottom: 4%;
  }
  .mobile\:l-4vw {
    left: -4vw;
  }
  .mobile\:l\+4vw {
    left: 4vw;
  }
  .mobile\:l-4\% {
    left: -4%;
  }
  .mobile\:l\+4\% {
    left: 4%;
  }
  .mobile\:r-4vw {
    right: -4vw;
  }
  .mobile\:r\+4vw {
    right: 4vw;
  }
  .mobile\:r-4\% {
    right: -4%;
  }
  .mobile\:r\+4\% {
    right: 4%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-5vw {
    top: -5vw;
  }
  .mobile\:t\+5vw {
    top: 5vw;
  }
  .mobile\:t-5\% {
    top: -5%;
  }
  .mobile\:t\+5\% {
    top: 5%;
  }
  .mobile\:b-5vw {
    bottom: -5vw;
  }
  .mobile\:b\+5vw {
    bottom: 5vw;
  }
  .mobile\:b-5\% {
    bottom: -5%;
  }
  .mobile\:b\+5\% {
    bottom: 5%;
  }
  .mobile\:l-5vw {
    left: -5vw;
  }
  .mobile\:l\+5vw {
    left: 5vw;
  }
  .mobile\:l-5\% {
    left: -5%;
  }
  .mobile\:l\+5\% {
    left: 5%;
  }
  .mobile\:r-5vw {
    right: -5vw;
  }
  .mobile\:r\+5vw {
    right: 5vw;
  }
  .mobile\:r-5\% {
    right: -5%;
  }
  .mobile\:r\+5\% {
    right: 5%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-6vw {
    top: -6vw;
  }
  .mobile\:t\+6vw {
    top: 6vw;
  }
  .mobile\:t-6\% {
    top: -6%;
  }
  .mobile\:t\+6\% {
    top: 6%;
  }
  .mobile\:b-6vw {
    bottom: -6vw;
  }
  .mobile\:b\+6vw {
    bottom: 6vw;
  }
  .mobile\:b-6\% {
    bottom: -6%;
  }
  .mobile\:b\+6\% {
    bottom: 6%;
  }
  .mobile\:l-6vw {
    left: -6vw;
  }
  .mobile\:l\+6vw {
    left: 6vw;
  }
  .mobile\:l-6\% {
    left: -6%;
  }
  .mobile\:l\+6\% {
    left: 6%;
  }
  .mobile\:r-6vw {
    right: -6vw;
  }
  .mobile\:r\+6vw {
    right: 6vw;
  }
  .mobile\:r-6\% {
    right: -6%;
  }
  .mobile\:r\+6\% {
    right: 6%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-7vw {
    top: -7vw;
  }
  .mobile\:t\+7vw {
    top: 7vw;
  }
  .mobile\:t-7\% {
    top: -7%;
  }
  .mobile\:t\+7\% {
    top: 7%;
  }
  .mobile\:b-7vw {
    bottom: -7vw;
  }
  .mobile\:b\+7vw {
    bottom: 7vw;
  }
  .mobile\:b-7\% {
    bottom: -7%;
  }
  .mobile\:b\+7\% {
    bottom: 7%;
  }
  .mobile\:l-7vw {
    left: -7vw;
  }
  .mobile\:l\+7vw {
    left: 7vw;
  }
  .mobile\:l-7\% {
    left: -7%;
  }
  .mobile\:l\+7\% {
    left: 7%;
  }
  .mobile\:r-7vw {
    right: -7vw;
  }
  .mobile\:r\+7vw {
    right: 7vw;
  }
  .mobile\:r-7\% {
    right: -7%;
  }
  .mobile\:r\+7\% {
    right: 7%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-8vw {
    top: -8vw;
  }
  .mobile\:t\+8vw {
    top: 8vw;
  }
  .mobile\:t-8\% {
    top: -8%;
  }
  .mobile\:t\+8\% {
    top: 8%;
  }
  .mobile\:b-8vw {
    bottom: -8vw;
  }
  .mobile\:b\+8vw {
    bottom: 8vw;
  }
  .mobile\:b-8\% {
    bottom: -8%;
  }
  .mobile\:b\+8\% {
    bottom: 8%;
  }
  .mobile\:l-8vw {
    left: -8vw;
  }
  .mobile\:l\+8vw {
    left: 8vw;
  }
  .mobile\:l-8\% {
    left: -8%;
  }
  .mobile\:l\+8\% {
    left: 8%;
  }
  .mobile\:r-8vw {
    right: -8vw;
  }
  .mobile\:r\+8vw {
    right: 8vw;
  }
  .mobile\:r-8\% {
    right: -8%;
  }
  .mobile\:r\+8\% {
    right: 8%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-9vw {
    top: -9vw;
  }
  .mobile\:t\+9vw {
    top: 9vw;
  }
  .mobile\:t-9\% {
    top: -9%;
  }
  .mobile\:t\+9\% {
    top: 9%;
  }
  .mobile\:b-9vw {
    bottom: -9vw;
  }
  .mobile\:b\+9vw {
    bottom: 9vw;
  }
  .mobile\:b-9\% {
    bottom: -9%;
  }
  .mobile\:b\+9\% {
    bottom: 9%;
  }
  .mobile\:l-9vw {
    left: -9vw;
  }
  .mobile\:l\+9vw {
    left: 9vw;
  }
  .mobile\:l-9\% {
    left: -9%;
  }
  .mobile\:l\+9\% {
    left: 9%;
  }
  .mobile\:r-9vw {
    right: -9vw;
  }
  .mobile\:r\+9vw {
    right: 9vw;
  }
  .mobile\:r-9\% {
    right: -9%;
  }
  .mobile\:r\+9\% {
    right: 9%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-10vw {
    top: -10vw;
  }
  .mobile\:t\+10vw {
    top: 10vw;
  }
  .mobile\:t-10\% {
    top: -10%;
  }
  .mobile\:t\+10\% {
    top: 10%;
  }
  .mobile\:b-10vw {
    bottom: -10vw;
  }
  .mobile\:b\+10vw {
    bottom: 10vw;
  }
  .mobile\:b-10\% {
    bottom: -10%;
  }
  .mobile\:b\+10\% {
    bottom: 10%;
  }
  .mobile\:l-10vw {
    left: -10vw;
  }
  .mobile\:l\+10vw {
    left: 10vw;
  }
  .mobile\:l-10\% {
    left: -10%;
  }
  .mobile\:l\+10\% {
    left: 10%;
  }
  .mobile\:r-10vw {
    right: -10vw;
  }
  .mobile\:r\+10vw {
    right: 10vw;
  }
  .mobile\:r-10\% {
    right: -10%;
  }
  .mobile\:r\+10\% {
    right: 10%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-11vw {
    top: -11vw;
  }
  .mobile\:t\+11vw {
    top: 11vw;
  }
  .mobile\:t-11\% {
    top: -11%;
  }
  .mobile\:t\+11\% {
    top: 11%;
  }
  .mobile\:b-11vw {
    bottom: -11vw;
  }
  .mobile\:b\+11vw {
    bottom: 11vw;
  }
  .mobile\:b-11\% {
    bottom: -11%;
  }
  .mobile\:b\+11\% {
    bottom: 11%;
  }
  .mobile\:l-11vw {
    left: -11vw;
  }
  .mobile\:l\+11vw {
    left: 11vw;
  }
  .mobile\:l-11\% {
    left: -11%;
  }
  .mobile\:l\+11\% {
    left: 11%;
  }
  .mobile\:r-11vw {
    right: -11vw;
  }
  .mobile\:r\+11vw {
    right: 11vw;
  }
  .mobile\:r-11\% {
    right: -11%;
  }
  .mobile\:r\+11\% {
    right: 11%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-12vw {
    top: -12vw;
  }
  .mobile\:t\+12vw {
    top: 12vw;
  }
  .mobile\:t-12\% {
    top: -12%;
  }
  .mobile\:t\+12\% {
    top: 12%;
  }
  .mobile\:b-12vw {
    bottom: -12vw;
  }
  .mobile\:b\+12vw {
    bottom: 12vw;
  }
  .mobile\:b-12\% {
    bottom: -12%;
  }
  .mobile\:b\+12\% {
    bottom: 12%;
  }
  .mobile\:l-12vw {
    left: -12vw;
  }
  .mobile\:l\+12vw {
    left: 12vw;
  }
  .mobile\:l-12\% {
    left: -12%;
  }
  .mobile\:l\+12\% {
    left: 12%;
  }
  .mobile\:r-12vw {
    right: -12vw;
  }
  .mobile\:r\+12vw {
    right: 12vw;
  }
  .mobile\:r-12\% {
    right: -12%;
  }
  .mobile\:r\+12\% {
    right: 12%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-13vw {
    top: -13vw;
  }
  .mobile\:t\+13vw {
    top: 13vw;
  }
  .mobile\:t-13\% {
    top: -13%;
  }
  .mobile\:t\+13\% {
    top: 13%;
  }
  .mobile\:b-13vw {
    bottom: -13vw;
  }
  .mobile\:b\+13vw {
    bottom: 13vw;
  }
  .mobile\:b-13\% {
    bottom: -13%;
  }
  .mobile\:b\+13\% {
    bottom: 13%;
  }
  .mobile\:l-13vw {
    left: -13vw;
  }
  .mobile\:l\+13vw {
    left: 13vw;
  }
  .mobile\:l-13\% {
    left: -13%;
  }
  .mobile\:l\+13\% {
    left: 13%;
  }
  .mobile\:r-13vw {
    right: -13vw;
  }
  .mobile\:r\+13vw {
    right: 13vw;
  }
  .mobile\:r-13\% {
    right: -13%;
  }
  .mobile\:r\+13\% {
    right: 13%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-14vw {
    top: -14vw;
  }
  .mobile\:t\+14vw {
    top: 14vw;
  }
  .mobile\:t-14\% {
    top: -14%;
  }
  .mobile\:t\+14\% {
    top: 14%;
  }
  .mobile\:b-14vw {
    bottom: -14vw;
  }
  .mobile\:b\+14vw {
    bottom: 14vw;
  }
  .mobile\:b-14\% {
    bottom: -14%;
  }
  .mobile\:b\+14\% {
    bottom: 14%;
  }
  .mobile\:l-14vw {
    left: -14vw;
  }
  .mobile\:l\+14vw {
    left: 14vw;
  }
  .mobile\:l-14\% {
    left: -14%;
  }
  .mobile\:l\+14\% {
    left: 14%;
  }
  .mobile\:r-14vw {
    right: -14vw;
  }
  .mobile\:r\+14vw {
    right: 14vw;
  }
  .mobile\:r-14\% {
    right: -14%;
  }
  .mobile\:r\+14\% {
    right: 14%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-15vw {
    top: -15vw;
  }
  .mobile\:t\+15vw {
    top: 15vw;
  }
  .mobile\:t-15\% {
    top: -15%;
  }
  .mobile\:t\+15\% {
    top: 15%;
  }
  .mobile\:b-15vw {
    bottom: -15vw;
  }
  .mobile\:b\+15vw {
    bottom: 15vw;
  }
  .mobile\:b-15\% {
    bottom: -15%;
  }
  .mobile\:b\+15\% {
    bottom: 15%;
  }
  .mobile\:l-15vw {
    left: -15vw;
  }
  .mobile\:l\+15vw {
    left: 15vw;
  }
  .mobile\:l-15\% {
    left: -15%;
  }
  .mobile\:l\+15\% {
    left: 15%;
  }
  .mobile\:r-15vw {
    right: -15vw;
  }
  .mobile\:r\+15vw {
    right: 15vw;
  }
  .mobile\:r-15\% {
    right: -15%;
  }
  .mobile\:r\+15\% {
    right: 15%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-16vw {
    top: -16vw;
  }
  .mobile\:t\+16vw {
    top: 16vw;
  }
  .mobile\:t-16\% {
    top: -16%;
  }
  .mobile\:t\+16\% {
    top: 16%;
  }
  .mobile\:b-16vw {
    bottom: -16vw;
  }
  .mobile\:b\+16vw {
    bottom: 16vw;
  }
  .mobile\:b-16\% {
    bottom: -16%;
  }
  .mobile\:b\+16\% {
    bottom: 16%;
  }
  .mobile\:l-16vw {
    left: -16vw;
  }
  .mobile\:l\+16vw {
    left: 16vw;
  }
  .mobile\:l-16\% {
    left: -16%;
  }
  .mobile\:l\+16\% {
    left: 16%;
  }
  .mobile\:r-16vw {
    right: -16vw;
  }
  .mobile\:r\+16vw {
    right: 16vw;
  }
  .mobile\:r-16\% {
    right: -16%;
  }
  .mobile\:r\+16\% {
    right: 16%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-17vw {
    top: -17vw;
  }
  .mobile\:t\+17vw {
    top: 17vw;
  }
  .mobile\:t-17\% {
    top: -17%;
  }
  .mobile\:t\+17\% {
    top: 17%;
  }
  .mobile\:b-17vw {
    bottom: -17vw;
  }
  .mobile\:b\+17vw {
    bottom: 17vw;
  }
  .mobile\:b-17\% {
    bottom: -17%;
  }
  .mobile\:b\+17\% {
    bottom: 17%;
  }
  .mobile\:l-17vw {
    left: -17vw;
  }
  .mobile\:l\+17vw {
    left: 17vw;
  }
  .mobile\:l-17\% {
    left: -17%;
  }
  .mobile\:l\+17\% {
    left: 17%;
  }
  .mobile\:r-17vw {
    right: -17vw;
  }
  .mobile\:r\+17vw {
    right: 17vw;
  }
  .mobile\:r-17\% {
    right: -17%;
  }
  .mobile\:r\+17\% {
    right: 17%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-18vw {
    top: -18vw;
  }
  .mobile\:t\+18vw {
    top: 18vw;
  }
  .mobile\:t-18\% {
    top: -18%;
  }
  .mobile\:t\+18\% {
    top: 18%;
  }
  .mobile\:b-18vw {
    bottom: -18vw;
  }
  .mobile\:b\+18vw {
    bottom: 18vw;
  }
  .mobile\:b-18\% {
    bottom: -18%;
  }
  .mobile\:b\+18\% {
    bottom: 18%;
  }
  .mobile\:l-18vw {
    left: -18vw;
  }
  .mobile\:l\+18vw {
    left: 18vw;
  }
  .mobile\:l-18\% {
    left: -18%;
  }
  .mobile\:l\+18\% {
    left: 18%;
  }
  .mobile\:r-18vw {
    right: -18vw;
  }
  .mobile\:r\+18vw {
    right: 18vw;
  }
  .mobile\:r-18\% {
    right: -18%;
  }
  .mobile\:r\+18\% {
    right: 18%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-19vw {
    top: -19vw;
  }
  .mobile\:t\+19vw {
    top: 19vw;
  }
  .mobile\:t-19\% {
    top: -19%;
  }
  .mobile\:t\+19\% {
    top: 19%;
  }
  .mobile\:b-19vw {
    bottom: -19vw;
  }
  .mobile\:b\+19vw {
    bottom: 19vw;
  }
  .mobile\:b-19\% {
    bottom: -19%;
  }
  .mobile\:b\+19\% {
    bottom: 19%;
  }
  .mobile\:l-19vw {
    left: -19vw;
  }
  .mobile\:l\+19vw {
    left: 19vw;
  }
  .mobile\:l-19\% {
    left: -19%;
  }
  .mobile\:l\+19\% {
    left: 19%;
  }
  .mobile\:r-19vw {
    right: -19vw;
  }
  .mobile\:r\+19vw {
    right: 19vw;
  }
  .mobile\:r-19\% {
    right: -19%;
  }
  .mobile\:r\+19\% {
    right: 19%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-20vw {
    top: -20vw;
  }
  .mobile\:t\+20vw {
    top: 20vw;
  }
  .mobile\:t-20\% {
    top: -20%;
  }
  .mobile\:t\+20\% {
    top: 20%;
  }
  .mobile\:b-20vw {
    bottom: -20vw;
  }
  .mobile\:b\+20vw {
    bottom: 20vw;
  }
  .mobile\:b-20\% {
    bottom: -20%;
  }
  .mobile\:b\+20\% {
    bottom: 20%;
  }
  .mobile\:l-20vw {
    left: -20vw;
  }
  .mobile\:l\+20vw {
    left: 20vw;
  }
  .mobile\:l-20\% {
    left: -20%;
  }
  .mobile\:l\+20\% {
    left: 20%;
  }
  .mobile\:r-20vw {
    right: -20vw;
  }
  .mobile\:r\+20vw {
    right: 20vw;
  }
  .mobile\:r-20\% {
    right: -20%;
  }
  .mobile\:r\+20\% {
    right: 20%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-21vw {
    top: -21vw;
  }
  .mobile\:t\+21vw {
    top: 21vw;
  }
  .mobile\:t-21\% {
    top: -21%;
  }
  .mobile\:t\+21\% {
    top: 21%;
  }
  .mobile\:b-21vw {
    bottom: -21vw;
  }
  .mobile\:b\+21vw {
    bottom: 21vw;
  }
  .mobile\:b-21\% {
    bottom: -21%;
  }
  .mobile\:b\+21\% {
    bottom: 21%;
  }
  .mobile\:l-21vw {
    left: -21vw;
  }
  .mobile\:l\+21vw {
    left: 21vw;
  }
  .mobile\:l-21\% {
    left: -21%;
  }
  .mobile\:l\+21\% {
    left: 21%;
  }
  .mobile\:r-21vw {
    right: -21vw;
  }
  .mobile\:r\+21vw {
    right: 21vw;
  }
  .mobile\:r-21\% {
    right: -21%;
  }
  .mobile\:r\+21\% {
    right: 21%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-22vw {
    top: -22vw;
  }
  .mobile\:t\+22vw {
    top: 22vw;
  }
  .mobile\:t-22\% {
    top: -22%;
  }
  .mobile\:t\+22\% {
    top: 22%;
  }
  .mobile\:b-22vw {
    bottom: -22vw;
  }
  .mobile\:b\+22vw {
    bottom: 22vw;
  }
  .mobile\:b-22\% {
    bottom: -22%;
  }
  .mobile\:b\+22\% {
    bottom: 22%;
  }
  .mobile\:l-22vw {
    left: -22vw;
  }
  .mobile\:l\+22vw {
    left: 22vw;
  }
  .mobile\:l-22\% {
    left: -22%;
  }
  .mobile\:l\+22\% {
    left: 22%;
  }
  .mobile\:r-22vw {
    right: -22vw;
  }
  .mobile\:r\+22vw {
    right: 22vw;
  }
  .mobile\:r-22\% {
    right: -22%;
  }
  .mobile\:r\+22\% {
    right: 22%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-23vw {
    top: -23vw;
  }
  .mobile\:t\+23vw {
    top: 23vw;
  }
  .mobile\:t-23\% {
    top: -23%;
  }
  .mobile\:t\+23\% {
    top: 23%;
  }
  .mobile\:b-23vw {
    bottom: -23vw;
  }
  .mobile\:b\+23vw {
    bottom: 23vw;
  }
  .mobile\:b-23\% {
    bottom: -23%;
  }
  .mobile\:b\+23\% {
    bottom: 23%;
  }
  .mobile\:l-23vw {
    left: -23vw;
  }
  .mobile\:l\+23vw {
    left: 23vw;
  }
  .mobile\:l-23\% {
    left: -23%;
  }
  .mobile\:l\+23\% {
    left: 23%;
  }
  .mobile\:r-23vw {
    right: -23vw;
  }
  .mobile\:r\+23vw {
    right: 23vw;
  }
  .mobile\:r-23\% {
    right: -23%;
  }
  .mobile\:r\+23\% {
    right: 23%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-24vw {
    top: -24vw;
  }
  .mobile\:t\+24vw {
    top: 24vw;
  }
  .mobile\:t-24\% {
    top: -24%;
  }
  .mobile\:t\+24\% {
    top: 24%;
  }
  .mobile\:b-24vw {
    bottom: -24vw;
  }
  .mobile\:b\+24vw {
    bottom: 24vw;
  }
  .mobile\:b-24\% {
    bottom: -24%;
  }
  .mobile\:b\+24\% {
    bottom: 24%;
  }
  .mobile\:l-24vw {
    left: -24vw;
  }
  .mobile\:l\+24vw {
    left: 24vw;
  }
  .mobile\:l-24\% {
    left: -24%;
  }
  .mobile\:l\+24\% {
    left: 24%;
  }
  .mobile\:r-24vw {
    right: -24vw;
  }
  .mobile\:r\+24vw {
    right: 24vw;
  }
  .mobile\:r-24\% {
    right: -24%;
  }
  .mobile\:r\+24\% {
    right: 24%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-25vw {
    top: -25vw;
  }
  .mobile\:t\+25vw {
    top: 25vw;
  }
  .mobile\:t-25\% {
    top: -25%;
  }
  .mobile\:t\+25\% {
    top: 25%;
  }
  .mobile\:b-25vw {
    bottom: -25vw;
  }
  .mobile\:b\+25vw {
    bottom: 25vw;
  }
  .mobile\:b-25\% {
    bottom: -25%;
  }
  .mobile\:b\+25\% {
    bottom: 25%;
  }
  .mobile\:l-25vw {
    left: -25vw;
  }
  .mobile\:l\+25vw {
    left: 25vw;
  }
  .mobile\:l-25\% {
    left: -25%;
  }
  .mobile\:l\+25\% {
    left: 25%;
  }
  .mobile\:r-25vw {
    right: -25vw;
  }
  .mobile\:r\+25vw {
    right: 25vw;
  }
  .mobile\:r-25\% {
    right: -25%;
  }
  .mobile\:r\+25\% {
    right: 25%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-26vw {
    top: -26vw;
  }
  .mobile\:t\+26vw {
    top: 26vw;
  }
  .mobile\:t-26\% {
    top: -26%;
  }
  .mobile\:t\+26\% {
    top: 26%;
  }
  .mobile\:b-26vw {
    bottom: -26vw;
  }
  .mobile\:b\+26vw {
    bottom: 26vw;
  }
  .mobile\:b-26\% {
    bottom: -26%;
  }
  .mobile\:b\+26\% {
    bottom: 26%;
  }
  .mobile\:l-26vw {
    left: -26vw;
  }
  .mobile\:l\+26vw {
    left: 26vw;
  }
  .mobile\:l-26\% {
    left: -26%;
  }
  .mobile\:l\+26\% {
    left: 26%;
  }
  .mobile\:r-26vw {
    right: -26vw;
  }
  .mobile\:r\+26vw {
    right: 26vw;
  }
  .mobile\:r-26\% {
    right: -26%;
  }
  .mobile\:r\+26\% {
    right: 26%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-27vw {
    top: -27vw;
  }
  .mobile\:t\+27vw {
    top: 27vw;
  }
  .mobile\:t-27\% {
    top: -27%;
  }
  .mobile\:t\+27\% {
    top: 27%;
  }
  .mobile\:b-27vw {
    bottom: -27vw;
  }
  .mobile\:b\+27vw {
    bottom: 27vw;
  }
  .mobile\:b-27\% {
    bottom: -27%;
  }
  .mobile\:b\+27\% {
    bottom: 27%;
  }
  .mobile\:l-27vw {
    left: -27vw;
  }
  .mobile\:l\+27vw {
    left: 27vw;
  }
  .mobile\:l-27\% {
    left: -27%;
  }
  .mobile\:l\+27\% {
    left: 27%;
  }
  .mobile\:r-27vw {
    right: -27vw;
  }
  .mobile\:r\+27vw {
    right: 27vw;
  }
  .mobile\:r-27\% {
    right: -27%;
  }
  .mobile\:r\+27\% {
    right: 27%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-28vw {
    top: -28vw;
  }
  .mobile\:t\+28vw {
    top: 28vw;
  }
  .mobile\:t-28\% {
    top: -28%;
  }
  .mobile\:t\+28\% {
    top: 28%;
  }
  .mobile\:b-28vw {
    bottom: -28vw;
  }
  .mobile\:b\+28vw {
    bottom: 28vw;
  }
  .mobile\:b-28\% {
    bottom: -28%;
  }
  .mobile\:b\+28\% {
    bottom: 28%;
  }
  .mobile\:l-28vw {
    left: -28vw;
  }
  .mobile\:l\+28vw {
    left: 28vw;
  }
  .mobile\:l-28\% {
    left: -28%;
  }
  .mobile\:l\+28\% {
    left: 28%;
  }
  .mobile\:r-28vw {
    right: -28vw;
  }
  .mobile\:r\+28vw {
    right: 28vw;
  }
  .mobile\:r-28\% {
    right: -28%;
  }
  .mobile\:r\+28\% {
    right: 28%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-29vw {
    top: -29vw;
  }
  .mobile\:t\+29vw {
    top: 29vw;
  }
  .mobile\:t-29\% {
    top: -29%;
  }
  .mobile\:t\+29\% {
    top: 29%;
  }
  .mobile\:b-29vw {
    bottom: -29vw;
  }
  .mobile\:b\+29vw {
    bottom: 29vw;
  }
  .mobile\:b-29\% {
    bottom: -29%;
  }
  .mobile\:b\+29\% {
    bottom: 29%;
  }
  .mobile\:l-29vw {
    left: -29vw;
  }
  .mobile\:l\+29vw {
    left: 29vw;
  }
  .mobile\:l-29\% {
    left: -29%;
  }
  .mobile\:l\+29\% {
    left: 29%;
  }
  .mobile\:r-29vw {
    right: -29vw;
  }
  .mobile\:r\+29vw {
    right: 29vw;
  }
  .mobile\:r-29\% {
    right: -29%;
  }
  .mobile\:r\+29\% {
    right: 29%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-30vw {
    top: -30vw;
  }
  .mobile\:t\+30vw {
    top: 30vw;
  }
  .mobile\:t-30\% {
    top: -30%;
  }
  .mobile\:t\+30\% {
    top: 30%;
  }
  .mobile\:b-30vw {
    bottom: -30vw;
  }
  .mobile\:b\+30vw {
    bottom: 30vw;
  }
  .mobile\:b-30\% {
    bottom: -30%;
  }
  .mobile\:b\+30\% {
    bottom: 30%;
  }
  .mobile\:l-30vw {
    left: -30vw;
  }
  .mobile\:l\+30vw {
    left: 30vw;
  }
  .mobile\:l-30\% {
    left: -30%;
  }
  .mobile\:l\+30\% {
    left: 30%;
  }
  .mobile\:r-30vw {
    right: -30vw;
  }
  .mobile\:r\+30vw {
    right: 30vw;
  }
  .mobile\:r-30\% {
    right: -30%;
  }
  .mobile\:r\+30\% {
    right: 30%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-31vw {
    top: -31vw;
  }
  .mobile\:t\+31vw {
    top: 31vw;
  }
  .mobile\:t-31\% {
    top: -31%;
  }
  .mobile\:t\+31\% {
    top: 31%;
  }
  .mobile\:b-31vw {
    bottom: -31vw;
  }
  .mobile\:b\+31vw {
    bottom: 31vw;
  }
  .mobile\:b-31\% {
    bottom: -31%;
  }
  .mobile\:b\+31\% {
    bottom: 31%;
  }
  .mobile\:l-31vw {
    left: -31vw;
  }
  .mobile\:l\+31vw {
    left: 31vw;
  }
  .mobile\:l-31\% {
    left: -31%;
  }
  .mobile\:l\+31\% {
    left: 31%;
  }
  .mobile\:r-31vw {
    right: -31vw;
  }
  .mobile\:r\+31vw {
    right: 31vw;
  }
  .mobile\:r-31\% {
    right: -31%;
  }
  .mobile\:r\+31\% {
    right: 31%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-32vw {
    top: -32vw;
  }
  .mobile\:t\+32vw {
    top: 32vw;
  }
  .mobile\:t-32\% {
    top: -32%;
  }
  .mobile\:t\+32\% {
    top: 32%;
  }
  .mobile\:b-32vw {
    bottom: -32vw;
  }
  .mobile\:b\+32vw {
    bottom: 32vw;
  }
  .mobile\:b-32\% {
    bottom: -32%;
  }
  .mobile\:b\+32\% {
    bottom: 32%;
  }
  .mobile\:l-32vw {
    left: -32vw;
  }
  .mobile\:l\+32vw {
    left: 32vw;
  }
  .mobile\:l-32\% {
    left: -32%;
  }
  .mobile\:l\+32\% {
    left: 32%;
  }
  .mobile\:r-32vw {
    right: -32vw;
  }
  .mobile\:r\+32vw {
    right: 32vw;
  }
  .mobile\:r-32\% {
    right: -32%;
  }
  .mobile\:r\+32\% {
    right: 32%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-33vw {
    top: -33vw;
  }
  .mobile\:t\+33vw {
    top: 33vw;
  }
  .mobile\:t-33\% {
    top: -33%;
  }
  .mobile\:t\+33\% {
    top: 33%;
  }
  .mobile\:b-33vw {
    bottom: -33vw;
  }
  .mobile\:b\+33vw {
    bottom: 33vw;
  }
  .mobile\:b-33\% {
    bottom: -33%;
  }
  .mobile\:b\+33\% {
    bottom: 33%;
  }
  .mobile\:l-33vw {
    left: -33vw;
  }
  .mobile\:l\+33vw {
    left: 33vw;
  }
  .mobile\:l-33\% {
    left: -33%;
  }
  .mobile\:l\+33\% {
    left: 33%;
  }
  .mobile\:r-33vw {
    right: -33vw;
  }
  .mobile\:r\+33vw {
    right: 33vw;
  }
  .mobile\:r-33\% {
    right: -33%;
  }
  .mobile\:r\+33\% {
    right: 33%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-34vw {
    top: -34vw;
  }
  .mobile\:t\+34vw {
    top: 34vw;
  }
  .mobile\:t-34\% {
    top: -34%;
  }
  .mobile\:t\+34\% {
    top: 34%;
  }
  .mobile\:b-34vw {
    bottom: -34vw;
  }
  .mobile\:b\+34vw {
    bottom: 34vw;
  }
  .mobile\:b-34\% {
    bottom: -34%;
  }
  .mobile\:b\+34\% {
    bottom: 34%;
  }
  .mobile\:l-34vw {
    left: -34vw;
  }
  .mobile\:l\+34vw {
    left: 34vw;
  }
  .mobile\:l-34\% {
    left: -34%;
  }
  .mobile\:l\+34\% {
    left: 34%;
  }
  .mobile\:r-34vw {
    right: -34vw;
  }
  .mobile\:r\+34vw {
    right: 34vw;
  }
  .mobile\:r-34\% {
    right: -34%;
  }
  .mobile\:r\+34\% {
    right: 34%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-35vw {
    top: -35vw;
  }
  .mobile\:t\+35vw {
    top: 35vw;
  }
  .mobile\:t-35\% {
    top: -35%;
  }
  .mobile\:t\+35\% {
    top: 35%;
  }
  .mobile\:b-35vw {
    bottom: -35vw;
  }
  .mobile\:b\+35vw {
    bottom: 35vw;
  }
  .mobile\:b-35\% {
    bottom: -35%;
  }
  .mobile\:b\+35\% {
    bottom: 35%;
  }
  .mobile\:l-35vw {
    left: -35vw;
  }
  .mobile\:l\+35vw {
    left: 35vw;
  }
  .mobile\:l-35\% {
    left: -35%;
  }
  .mobile\:l\+35\% {
    left: 35%;
  }
  .mobile\:r-35vw {
    right: -35vw;
  }
  .mobile\:r\+35vw {
    right: 35vw;
  }
  .mobile\:r-35\% {
    right: -35%;
  }
  .mobile\:r\+35\% {
    right: 35%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-36vw {
    top: -36vw;
  }
  .mobile\:t\+36vw {
    top: 36vw;
  }
  .mobile\:t-36\% {
    top: -36%;
  }
  .mobile\:t\+36\% {
    top: 36%;
  }
  .mobile\:b-36vw {
    bottom: -36vw;
  }
  .mobile\:b\+36vw {
    bottom: 36vw;
  }
  .mobile\:b-36\% {
    bottom: -36%;
  }
  .mobile\:b\+36\% {
    bottom: 36%;
  }
  .mobile\:l-36vw {
    left: -36vw;
  }
  .mobile\:l\+36vw {
    left: 36vw;
  }
  .mobile\:l-36\% {
    left: -36%;
  }
  .mobile\:l\+36\% {
    left: 36%;
  }
  .mobile\:r-36vw {
    right: -36vw;
  }
  .mobile\:r\+36vw {
    right: 36vw;
  }
  .mobile\:r-36\% {
    right: -36%;
  }
  .mobile\:r\+36\% {
    right: 36%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-37vw {
    top: -37vw;
  }
  .mobile\:t\+37vw {
    top: 37vw;
  }
  .mobile\:t-37\% {
    top: -37%;
  }
  .mobile\:t\+37\% {
    top: 37%;
  }
  .mobile\:b-37vw {
    bottom: -37vw;
  }
  .mobile\:b\+37vw {
    bottom: 37vw;
  }
  .mobile\:b-37\% {
    bottom: -37%;
  }
  .mobile\:b\+37\% {
    bottom: 37%;
  }
  .mobile\:l-37vw {
    left: -37vw;
  }
  .mobile\:l\+37vw {
    left: 37vw;
  }
  .mobile\:l-37\% {
    left: -37%;
  }
  .mobile\:l\+37\% {
    left: 37%;
  }
  .mobile\:r-37vw {
    right: -37vw;
  }
  .mobile\:r\+37vw {
    right: 37vw;
  }
  .mobile\:r-37\% {
    right: -37%;
  }
  .mobile\:r\+37\% {
    right: 37%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-38vw {
    top: -38vw;
  }
  .mobile\:t\+38vw {
    top: 38vw;
  }
  .mobile\:t-38\% {
    top: -38%;
  }
  .mobile\:t\+38\% {
    top: 38%;
  }
  .mobile\:b-38vw {
    bottom: -38vw;
  }
  .mobile\:b\+38vw {
    bottom: 38vw;
  }
  .mobile\:b-38\% {
    bottom: -38%;
  }
  .mobile\:b\+38\% {
    bottom: 38%;
  }
  .mobile\:l-38vw {
    left: -38vw;
  }
  .mobile\:l\+38vw {
    left: 38vw;
  }
  .mobile\:l-38\% {
    left: -38%;
  }
  .mobile\:l\+38\% {
    left: 38%;
  }
  .mobile\:r-38vw {
    right: -38vw;
  }
  .mobile\:r\+38vw {
    right: 38vw;
  }
  .mobile\:r-38\% {
    right: -38%;
  }
  .mobile\:r\+38\% {
    right: 38%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-39vw {
    top: -39vw;
  }
  .mobile\:t\+39vw {
    top: 39vw;
  }
  .mobile\:t-39\% {
    top: -39%;
  }
  .mobile\:t\+39\% {
    top: 39%;
  }
  .mobile\:b-39vw {
    bottom: -39vw;
  }
  .mobile\:b\+39vw {
    bottom: 39vw;
  }
  .mobile\:b-39\% {
    bottom: -39%;
  }
  .mobile\:b\+39\% {
    bottom: 39%;
  }
  .mobile\:l-39vw {
    left: -39vw;
  }
  .mobile\:l\+39vw {
    left: 39vw;
  }
  .mobile\:l-39\% {
    left: -39%;
  }
  .mobile\:l\+39\% {
    left: 39%;
  }
  .mobile\:r-39vw {
    right: -39vw;
  }
  .mobile\:r\+39vw {
    right: 39vw;
  }
  .mobile\:r-39\% {
    right: -39%;
  }
  .mobile\:r\+39\% {
    right: 39%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-40vw {
    top: -40vw;
  }
  .mobile\:t\+40vw {
    top: 40vw;
  }
  .mobile\:t-40\% {
    top: -40%;
  }
  .mobile\:t\+40\% {
    top: 40%;
  }
  .mobile\:b-40vw {
    bottom: -40vw;
  }
  .mobile\:b\+40vw {
    bottom: 40vw;
  }
  .mobile\:b-40\% {
    bottom: -40%;
  }
  .mobile\:b\+40\% {
    bottom: 40%;
  }
  .mobile\:l-40vw {
    left: -40vw;
  }
  .mobile\:l\+40vw {
    left: 40vw;
  }
  .mobile\:l-40\% {
    left: -40%;
  }
  .mobile\:l\+40\% {
    left: 40%;
  }
  .mobile\:r-40vw {
    right: -40vw;
  }
  .mobile\:r\+40vw {
    right: 40vw;
  }
  .mobile\:r-40\% {
    right: -40%;
  }
  .mobile\:r\+40\% {
    right: 40%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-41vw {
    top: -41vw;
  }
  .mobile\:t\+41vw {
    top: 41vw;
  }
  .mobile\:t-41\% {
    top: -41%;
  }
  .mobile\:t\+41\% {
    top: 41%;
  }
  .mobile\:b-41vw {
    bottom: -41vw;
  }
  .mobile\:b\+41vw {
    bottom: 41vw;
  }
  .mobile\:b-41\% {
    bottom: -41%;
  }
  .mobile\:b\+41\% {
    bottom: 41%;
  }
  .mobile\:l-41vw {
    left: -41vw;
  }
  .mobile\:l\+41vw {
    left: 41vw;
  }
  .mobile\:l-41\% {
    left: -41%;
  }
  .mobile\:l\+41\% {
    left: 41%;
  }
  .mobile\:r-41vw {
    right: -41vw;
  }
  .mobile\:r\+41vw {
    right: 41vw;
  }
  .mobile\:r-41\% {
    right: -41%;
  }
  .mobile\:r\+41\% {
    right: 41%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-42vw {
    top: -42vw;
  }
  .mobile\:t\+42vw {
    top: 42vw;
  }
  .mobile\:t-42\% {
    top: -42%;
  }
  .mobile\:t\+42\% {
    top: 42%;
  }
  .mobile\:b-42vw {
    bottom: -42vw;
  }
  .mobile\:b\+42vw {
    bottom: 42vw;
  }
  .mobile\:b-42\% {
    bottom: -42%;
  }
  .mobile\:b\+42\% {
    bottom: 42%;
  }
  .mobile\:l-42vw {
    left: -42vw;
  }
  .mobile\:l\+42vw {
    left: 42vw;
  }
  .mobile\:l-42\% {
    left: -42%;
  }
  .mobile\:l\+42\% {
    left: 42%;
  }
  .mobile\:r-42vw {
    right: -42vw;
  }
  .mobile\:r\+42vw {
    right: 42vw;
  }
  .mobile\:r-42\% {
    right: -42%;
  }
  .mobile\:r\+42\% {
    right: 42%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-43vw {
    top: -43vw;
  }
  .mobile\:t\+43vw {
    top: 43vw;
  }
  .mobile\:t-43\% {
    top: -43%;
  }
  .mobile\:t\+43\% {
    top: 43%;
  }
  .mobile\:b-43vw {
    bottom: -43vw;
  }
  .mobile\:b\+43vw {
    bottom: 43vw;
  }
  .mobile\:b-43\% {
    bottom: -43%;
  }
  .mobile\:b\+43\% {
    bottom: 43%;
  }
  .mobile\:l-43vw {
    left: -43vw;
  }
  .mobile\:l\+43vw {
    left: 43vw;
  }
  .mobile\:l-43\% {
    left: -43%;
  }
  .mobile\:l\+43\% {
    left: 43%;
  }
  .mobile\:r-43vw {
    right: -43vw;
  }
  .mobile\:r\+43vw {
    right: 43vw;
  }
  .mobile\:r-43\% {
    right: -43%;
  }
  .mobile\:r\+43\% {
    right: 43%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-44vw {
    top: -44vw;
  }
  .mobile\:t\+44vw {
    top: 44vw;
  }
  .mobile\:t-44\% {
    top: -44%;
  }
  .mobile\:t\+44\% {
    top: 44%;
  }
  .mobile\:b-44vw {
    bottom: -44vw;
  }
  .mobile\:b\+44vw {
    bottom: 44vw;
  }
  .mobile\:b-44\% {
    bottom: -44%;
  }
  .mobile\:b\+44\% {
    bottom: 44%;
  }
  .mobile\:l-44vw {
    left: -44vw;
  }
  .mobile\:l\+44vw {
    left: 44vw;
  }
  .mobile\:l-44\% {
    left: -44%;
  }
  .mobile\:l\+44\% {
    left: 44%;
  }
  .mobile\:r-44vw {
    right: -44vw;
  }
  .mobile\:r\+44vw {
    right: 44vw;
  }
  .mobile\:r-44\% {
    right: -44%;
  }
  .mobile\:r\+44\% {
    right: 44%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-45vw {
    top: -45vw;
  }
  .mobile\:t\+45vw {
    top: 45vw;
  }
  .mobile\:t-45\% {
    top: -45%;
  }
  .mobile\:t\+45\% {
    top: 45%;
  }
  .mobile\:b-45vw {
    bottom: -45vw;
  }
  .mobile\:b\+45vw {
    bottom: 45vw;
  }
  .mobile\:b-45\% {
    bottom: -45%;
  }
  .mobile\:b\+45\% {
    bottom: 45%;
  }
  .mobile\:l-45vw {
    left: -45vw;
  }
  .mobile\:l\+45vw {
    left: 45vw;
  }
  .mobile\:l-45\% {
    left: -45%;
  }
  .mobile\:l\+45\% {
    left: 45%;
  }
  .mobile\:r-45vw {
    right: -45vw;
  }
  .mobile\:r\+45vw {
    right: 45vw;
  }
  .mobile\:r-45\% {
    right: -45%;
  }
  .mobile\:r\+45\% {
    right: 45%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-46vw {
    top: -46vw;
  }
  .mobile\:t\+46vw {
    top: 46vw;
  }
  .mobile\:t-46\% {
    top: -46%;
  }
  .mobile\:t\+46\% {
    top: 46%;
  }
  .mobile\:b-46vw {
    bottom: -46vw;
  }
  .mobile\:b\+46vw {
    bottom: 46vw;
  }
  .mobile\:b-46\% {
    bottom: -46%;
  }
  .mobile\:b\+46\% {
    bottom: 46%;
  }
  .mobile\:l-46vw {
    left: -46vw;
  }
  .mobile\:l\+46vw {
    left: 46vw;
  }
  .mobile\:l-46\% {
    left: -46%;
  }
  .mobile\:l\+46\% {
    left: 46%;
  }
  .mobile\:r-46vw {
    right: -46vw;
  }
  .mobile\:r\+46vw {
    right: 46vw;
  }
  .mobile\:r-46\% {
    right: -46%;
  }
  .mobile\:r\+46\% {
    right: 46%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-47vw {
    top: -47vw;
  }
  .mobile\:t\+47vw {
    top: 47vw;
  }
  .mobile\:t-47\% {
    top: -47%;
  }
  .mobile\:t\+47\% {
    top: 47%;
  }
  .mobile\:b-47vw {
    bottom: -47vw;
  }
  .mobile\:b\+47vw {
    bottom: 47vw;
  }
  .mobile\:b-47\% {
    bottom: -47%;
  }
  .mobile\:b\+47\% {
    bottom: 47%;
  }
  .mobile\:l-47vw {
    left: -47vw;
  }
  .mobile\:l\+47vw {
    left: 47vw;
  }
  .mobile\:l-47\% {
    left: -47%;
  }
  .mobile\:l\+47\% {
    left: 47%;
  }
  .mobile\:r-47vw {
    right: -47vw;
  }
  .mobile\:r\+47vw {
    right: 47vw;
  }
  .mobile\:r-47\% {
    right: -47%;
  }
  .mobile\:r\+47\% {
    right: 47%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-48vw {
    top: -48vw;
  }
  .mobile\:t\+48vw {
    top: 48vw;
  }
  .mobile\:t-48\% {
    top: -48%;
  }
  .mobile\:t\+48\% {
    top: 48%;
  }
  .mobile\:b-48vw {
    bottom: -48vw;
  }
  .mobile\:b\+48vw {
    bottom: 48vw;
  }
  .mobile\:b-48\% {
    bottom: -48%;
  }
  .mobile\:b\+48\% {
    bottom: 48%;
  }
  .mobile\:l-48vw {
    left: -48vw;
  }
  .mobile\:l\+48vw {
    left: 48vw;
  }
  .mobile\:l-48\% {
    left: -48%;
  }
  .mobile\:l\+48\% {
    left: 48%;
  }
  .mobile\:r-48vw {
    right: -48vw;
  }
  .mobile\:r\+48vw {
    right: 48vw;
  }
  .mobile\:r-48\% {
    right: -48%;
  }
  .mobile\:r\+48\% {
    right: 48%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-49vw {
    top: -49vw;
  }
  .mobile\:t\+49vw {
    top: 49vw;
  }
  .mobile\:t-49\% {
    top: -49%;
  }
  .mobile\:t\+49\% {
    top: 49%;
  }
  .mobile\:b-49vw {
    bottom: -49vw;
  }
  .mobile\:b\+49vw {
    bottom: 49vw;
  }
  .mobile\:b-49\% {
    bottom: -49%;
  }
  .mobile\:b\+49\% {
    bottom: 49%;
  }
  .mobile\:l-49vw {
    left: -49vw;
  }
  .mobile\:l\+49vw {
    left: 49vw;
  }
  .mobile\:l-49\% {
    left: -49%;
  }
  .mobile\:l\+49\% {
    left: 49%;
  }
  .mobile\:r-49vw {
    right: -49vw;
  }
  .mobile\:r\+49vw {
    right: 49vw;
  }
  .mobile\:r-49\% {
    right: -49%;
  }
  .mobile\:r\+49\% {
    right: 49%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-50vw {
    top: -50vw;
  }
  .mobile\:t\+50vw {
    top: 50vw;
  }
  .mobile\:t-50\% {
    top: -50%;
  }
  .mobile\:t\+50\% {
    top: 50%;
  }
  .mobile\:b-50vw {
    bottom: -50vw;
  }
  .mobile\:b\+50vw {
    bottom: 50vw;
  }
  .mobile\:b-50\% {
    bottom: -50%;
  }
  .mobile\:b\+50\% {
    bottom: 50%;
  }
  .mobile\:l-50vw {
    left: -50vw;
  }
  .mobile\:l\+50vw {
    left: 50vw;
  }
  .mobile\:l-50\% {
    left: -50%;
  }
  .mobile\:l\+50\% {
    left: 50%;
  }
  .mobile\:r-50vw {
    right: -50vw;
  }
  .mobile\:r\+50vw {
    right: 50vw;
  }
  .mobile\:r-50\% {
    right: -50%;
  }
  .mobile\:r\+50\% {
    right: 50%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-51vw {
    top: -51vw;
  }
  .mobile\:t\+51vw {
    top: 51vw;
  }
  .mobile\:t-51\% {
    top: -51%;
  }
  .mobile\:t\+51\% {
    top: 51%;
  }
  .mobile\:b-51vw {
    bottom: -51vw;
  }
  .mobile\:b\+51vw {
    bottom: 51vw;
  }
  .mobile\:b-51\% {
    bottom: -51%;
  }
  .mobile\:b\+51\% {
    bottom: 51%;
  }
  .mobile\:l-51vw {
    left: -51vw;
  }
  .mobile\:l\+51vw {
    left: 51vw;
  }
  .mobile\:l-51\% {
    left: -51%;
  }
  .mobile\:l\+51\% {
    left: 51%;
  }
  .mobile\:r-51vw {
    right: -51vw;
  }
  .mobile\:r\+51vw {
    right: 51vw;
  }
  .mobile\:r-51\% {
    right: -51%;
  }
  .mobile\:r\+51\% {
    right: 51%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-52vw {
    top: -52vw;
  }
  .mobile\:t\+52vw {
    top: 52vw;
  }
  .mobile\:t-52\% {
    top: -52%;
  }
  .mobile\:t\+52\% {
    top: 52%;
  }
  .mobile\:b-52vw {
    bottom: -52vw;
  }
  .mobile\:b\+52vw {
    bottom: 52vw;
  }
  .mobile\:b-52\% {
    bottom: -52%;
  }
  .mobile\:b\+52\% {
    bottom: 52%;
  }
  .mobile\:l-52vw {
    left: -52vw;
  }
  .mobile\:l\+52vw {
    left: 52vw;
  }
  .mobile\:l-52\% {
    left: -52%;
  }
  .mobile\:l\+52\% {
    left: 52%;
  }
  .mobile\:r-52vw {
    right: -52vw;
  }
  .mobile\:r\+52vw {
    right: 52vw;
  }
  .mobile\:r-52\% {
    right: -52%;
  }
  .mobile\:r\+52\% {
    right: 52%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-53vw {
    top: -53vw;
  }
  .mobile\:t\+53vw {
    top: 53vw;
  }
  .mobile\:t-53\% {
    top: -53%;
  }
  .mobile\:t\+53\% {
    top: 53%;
  }
  .mobile\:b-53vw {
    bottom: -53vw;
  }
  .mobile\:b\+53vw {
    bottom: 53vw;
  }
  .mobile\:b-53\% {
    bottom: -53%;
  }
  .mobile\:b\+53\% {
    bottom: 53%;
  }
  .mobile\:l-53vw {
    left: -53vw;
  }
  .mobile\:l\+53vw {
    left: 53vw;
  }
  .mobile\:l-53\% {
    left: -53%;
  }
  .mobile\:l\+53\% {
    left: 53%;
  }
  .mobile\:r-53vw {
    right: -53vw;
  }
  .mobile\:r\+53vw {
    right: 53vw;
  }
  .mobile\:r-53\% {
    right: -53%;
  }
  .mobile\:r\+53\% {
    right: 53%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-54vw {
    top: -54vw;
  }
  .mobile\:t\+54vw {
    top: 54vw;
  }
  .mobile\:t-54\% {
    top: -54%;
  }
  .mobile\:t\+54\% {
    top: 54%;
  }
  .mobile\:b-54vw {
    bottom: -54vw;
  }
  .mobile\:b\+54vw {
    bottom: 54vw;
  }
  .mobile\:b-54\% {
    bottom: -54%;
  }
  .mobile\:b\+54\% {
    bottom: 54%;
  }
  .mobile\:l-54vw {
    left: -54vw;
  }
  .mobile\:l\+54vw {
    left: 54vw;
  }
  .mobile\:l-54\% {
    left: -54%;
  }
  .mobile\:l\+54\% {
    left: 54%;
  }
  .mobile\:r-54vw {
    right: -54vw;
  }
  .mobile\:r\+54vw {
    right: 54vw;
  }
  .mobile\:r-54\% {
    right: -54%;
  }
  .mobile\:r\+54\% {
    right: 54%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-55vw {
    top: -55vw;
  }
  .mobile\:t\+55vw {
    top: 55vw;
  }
  .mobile\:t-55\% {
    top: -55%;
  }
  .mobile\:t\+55\% {
    top: 55%;
  }
  .mobile\:b-55vw {
    bottom: -55vw;
  }
  .mobile\:b\+55vw {
    bottom: 55vw;
  }
  .mobile\:b-55\% {
    bottom: -55%;
  }
  .mobile\:b\+55\% {
    bottom: 55%;
  }
  .mobile\:l-55vw {
    left: -55vw;
  }
  .mobile\:l\+55vw {
    left: 55vw;
  }
  .mobile\:l-55\% {
    left: -55%;
  }
  .mobile\:l\+55\% {
    left: 55%;
  }
  .mobile\:r-55vw {
    right: -55vw;
  }
  .mobile\:r\+55vw {
    right: 55vw;
  }
  .mobile\:r-55\% {
    right: -55%;
  }
  .mobile\:r\+55\% {
    right: 55%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-56vw {
    top: -56vw;
  }
  .mobile\:t\+56vw {
    top: 56vw;
  }
  .mobile\:t-56\% {
    top: -56%;
  }
  .mobile\:t\+56\% {
    top: 56%;
  }
  .mobile\:b-56vw {
    bottom: -56vw;
  }
  .mobile\:b\+56vw {
    bottom: 56vw;
  }
  .mobile\:b-56\% {
    bottom: -56%;
  }
  .mobile\:b\+56\% {
    bottom: 56%;
  }
  .mobile\:l-56vw {
    left: -56vw;
  }
  .mobile\:l\+56vw {
    left: 56vw;
  }
  .mobile\:l-56\% {
    left: -56%;
  }
  .mobile\:l\+56\% {
    left: 56%;
  }
  .mobile\:r-56vw {
    right: -56vw;
  }
  .mobile\:r\+56vw {
    right: 56vw;
  }
  .mobile\:r-56\% {
    right: -56%;
  }
  .mobile\:r\+56\% {
    right: 56%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-57vw {
    top: -57vw;
  }
  .mobile\:t\+57vw {
    top: 57vw;
  }
  .mobile\:t-57\% {
    top: -57%;
  }
  .mobile\:t\+57\% {
    top: 57%;
  }
  .mobile\:b-57vw {
    bottom: -57vw;
  }
  .mobile\:b\+57vw {
    bottom: 57vw;
  }
  .mobile\:b-57\% {
    bottom: -57%;
  }
  .mobile\:b\+57\% {
    bottom: 57%;
  }
  .mobile\:l-57vw {
    left: -57vw;
  }
  .mobile\:l\+57vw {
    left: 57vw;
  }
  .mobile\:l-57\% {
    left: -57%;
  }
  .mobile\:l\+57\% {
    left: 57%;
  }
  .mobile\:r-57vw {
    right: -57vw;
  }
  .mobile\:r\+57vw {
    right: 57vw;
  }
  .mobile\:r-57\% {
    right: -57%;
  }
  .mobile\:r\+57\% {
    right: 57%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-58vw {
    top: -58vw;
  }
  .mobile\:t\+58vw {
    top: 58vw;
  }
  .mobile\:t-58\% {
    top: -58%;
  }
  .mobile\:t\+58\% {
    top: 58%;
  }
  .mobile\:b-58vw {
    bottom: -58vw;
  }
  .mobile\:b\+58vw {
    bottom: 58vw;
  }
  .mobile\:b-58\% {
    bottom: -58%;
  }
  .mobile\:b\+58\% {
    bottom: 58%;
  }
  .mobile\:l-58vw {
    left: -58vw;
  }
  .mobile\:l\+58vw {
    left: 58vw;
  }
  .mobile\:l-58\% {
    left: -58%;
  }
  .mobile\:l\+58\% {
    left: 58%;
  }
  .mobile\:r-58vw {
    right: -58vw;
  }
  .mobile\:r\+58vw {
    right: 58vw;
  }
  .mobile\:r-58\% {
    right: -58%;
  }
  .mobile\:r\+58\% {
    right: 58%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-59vw {
    top: -59vw;
  }
  .mobile\:t\+59vw {
    top: 59vw;
  }
  .mobile\:t-59\% {
    top: -59%;
  }
  .mobile\:t\+59\% {
    top: 59%;
  }
  .mobile\:b-59vw {
    bottom: -59vw;
  }
  .mobile\:b\+59vw {
    bottom: 59vw;
  }
  .mobile\:b-59\% {
    bottom: -59%;
  }
  .mobile\:b\+59\% {
    bottom: 59%;
  }
  .mobile\:l-59vw {
    left: -59vw;
  }
  .mobile\:l\+59vw {
    left: 59vw;
  }
  .mobile\:l-59\% {
    left: -59%;
  }
  .mobile\:l\+59\% {
    left: 59%;
  }
  .mobile\:r-59vw {
    right: -59vw;
  }
  .mobile\:r\+59vw {
    right: 59vw;
  }
  .mobile\:r-59\% {
    right: -59%;
  }
  .mobile\:r\+59\% {
    right: 59%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-60vw {
    top: -60vw;
  }
  .mobile\:t\+60vw {
    top: 60vw;
  }
  .mobile\:t-60\% {
    top: -60%;
  }
  .mobile\:t\+60\% {
    top: 60%;
  }
  .mobile\:b-60vw {
    bottom: -60vw;
  }
  .mobile\:b\+60vw {
    bottom: 60vw;
  }
  .mobile\:b-60\% {
    bottom: -60%;
  }
  .mobile\:b\+60\% {
    bottom: 60%;
  }
  .mobile\:l-60vw {
    left: -60vw;
  }
  .mobile\:l\+60vw {
    left: 60vw;
  }
  .mobile\:l-60\% {
    left: -60%;
  }
  .mobile\:l\+60\% {
    left: 60%;
  }
  .mobile\:r-60vw {
    right: -60vw;
  }
  .mobile\:r\+60vw {
    right: 60vw;
  }
  .mobile\:r-60\% {
    right: -60%;
  }
  .mobile\:r\+60\% {
    right: 60%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-61vw {
    top: -61vw;
  }
  .mobile\:t\+61vw {
    top: 61vw;
  }
  .mobile\:t-61\% {
    top: -61%;
  }
  .mobile\:t\+61\% {
    top: 61%;
  }
  .mobile\:b-61vw {
    bottom: -61vw;
  }
  .mobile\:b\+61vw {
    bottom: 61vw;
  }
  .mobile\:b-61\% {
    bottom: -61%;
  }
  .mobile\:b\+61\% {
    bottom: 61%;
  }
  .mobile\:l-61vw {
    left: -61vw;
  }
  .mobile\:l\+61vw {
    left: 61vw;
  }
  .mobile\:l-61\% {
    left: -61%;
  }
  .mobile\:l\+61\% {
    left: 61%;
  }
  .mobile\:r-61vw {
    right: -61vw;
  }
  .mobile\:r\+61vw {
    right: 61vw;
  }
  .mobile\:r-61\% {
    right: -61%;
  }
  .mobile\:r\+61\% {
    right: 61%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-62vw {
    top: -62vw;
  }
  .mobile\:t\+62vw {
    top: 62vw;
  }
  .mobile\:t-62\% {
    top: -62%;
  }
  .mobile\:t\+62\% {
    top: 62%;
  }
  .mobile\:b-62vw {
    bottom: -62vw;
  }
  .mobile\:b\+62vw {
    bottom: 62vw;
  }
  .mobile\:b-62\% {
    bottom: -62%;
  }
  .mobile\:b\+62\% {
    bottom: 62%;
  }
  .mobile\:l-62vw {
    left: -62vw;
  }
  .mobile\:l\+62vw {
    left: 62vw;
  }
  .mobile\:l-62\% {
    left: -62%;
  }
  .mobile\:l\+62\% {
    left: 62%;
  }
  .mobile\:r-62vw {
    right: -62vw;
  }
  .mobile\:r\+62vw {
    right: 62vw;
  }
  .mobile\:r-62\% {
    right: -62%;
  }
  .mobile\:r\+62\% {
    right: 62%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-63vw {
    top: -63vw;
  }
  .mobile\:t\+63vw {
    top: 63vw;
  }
  .mobile\:t-63\% {
    top: -63%;
  }
  .mobile\:t\+63\% {
    top: 63%;
  }
  .mobile\:b-63vw {
    bottom: -63vw;
  }
  .mobile\:b\+63vw {
    bottom: 63vw;
  }
  .mobile\:b-63\% {
    bottom: -63%;
  }
  .mobile\:b\+63\% {
    bottom: 63%;
  }
  .mobile\:l-63vw {
    left: -63vw;
  }
  .mobile\:l\+63vw {
    left: 63vw;
  }
  .mobile\:l-63\% {
    left: -63%;
  }
  .mobile\:l\+63\% {
    left: 63%;
  }
  .mobile\:r-63vw {
    right: -63vw;
  }
  .mobile\:r\+63vw {
    right: 63vw;
  }
  .mobile\:r-63\% {
    right: -63%;
  }
  .mobile\:r\+63\% {
    right: 63%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-64vw {
    top: -64vw;
  }
  .mobile\:t\+64vw {
    top: 64vw;
  }
  .mobile\:t-64\% {
    top: -64%;
  }
  .mobile\:t\+64\% {
    top: 64%;
  }
  .mobile\:b-64vw {
    bottom: -64vw;
  }
  .mobile\:b\+64vw {
    bottom: 64vw;
  }
  .mobile\:b-64\% {
    bottom: -64%;
  }
  .mobile\:b\+64\% {
    bottom: 64%;
  }
  .mobile\:l-64vw {
    left: -64vw;
  }
  .mobile\:l\+64vw {
    left: 64vw;
  }
  .mobile\:l-64\% {
    left: -64%;
  }
  .mobile\:l\+64\% {
    left: 64%;
  }
  .mobile\:r-64vw {
    right: -64vw;
  }
  .mobile\:r\+64vw {
    right: 64vw;
  }
  .mobile\:r-64\% {
    right: -64%;
  }
  .mobile\:r\+64\% {
    right: 64%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-65vw {
    top: -65vw;
  }
  .mobile\:t\+65vw {
    top: 65vw;
  }
  .mobile\:t-65\% {
    top: -65%;
  }
  .mobile\:t\+65\% {
    top: 65%;
  }
  .mobile\:b-65vw {
    bottom: -65vw;
  }
  .mobile\:b\+65vw {
    bottom: 65vw;
  }
  .mobile\:b-65\% {
    bottom: -65%;
  }
  .mobile\:b\+65\% {
    bottom: 65%;
  }
  .mobile\:l-65vw {
    left: -65vw;
  }
  .mobile\:l\+65vw {
    left: 65vw;
  }
  .mobile\:l-65\% {
    left: -65%;
  }
  .mobile\:l\+65\% {
    left: 65%;
  }
  .mobile\:r-65vw {
    right: -65vw;
  }
  .mobile\:r\+65vw {
    right: 65vw;
  }
  .mobile\:r-65\% {
    right: -65%;
  }
  .mobile\:r\+65\% {
    right: 65%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-66vw {
    top: -66vw;
  }
  .mobile\:t\+66vw {
    top: 66vw;
  }
  .mobile\:t-66\% {
    top: -66%;
  }
  .mobile\:t\+66\% {
    top: 66%;
  }
  .mobile\:b-66vw {
    bottom: -66vw;
  }
  .mobile\:b\+66vw {
    bottom: 66vw;
  }
  .mobile\:b-66\% {
    bottom: -66%;
  }
  .mobile\:b\+66\% {
    bottom: 66%;
  }
  .mobile\:l-66vw {
    left: -66vw;
  }
  .mobile\:l\+66vw {
    left: 66vw;
  }
  .mobile\:l-66\% {
    left: -66%;
  }
  .mobile\:l\+66\% {
    left: 66%;
  }
  .mobile\:r-66vw {
    right: -66vw;
  }
  .mobile\:r\+66vw {
    right: 66vw;
  }
  .mobile\:r-66\% {
    right: -66%;
  }
  .mobile\:r\+66\% {
    right: 66%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-67vw {
    top: -67vw;
  }
  .mobile\:t\+67vw {
    top: 67vw;
  }
  .mobile\:t-67\% {
    top: -67%;
  }
  .mobile\:t\+67\% {
    top: 67%;
  }
  .mobile\:b-67vw {
    bottom: -67vw;
  }
  .mobile\:b\+67vw {
    bottom: 67vw;
  }
  .mobile\:b-67\% {
    bottom: -67%;
  }
  .mobile\:b\+67\% {
    bottom: 67%;
  }
  .mobile\:l-67vw {
    left: -67vw;
  }
  .mobile\:l\+67vw {
    left: 67vw;
  }
  .mobile\:l-67\% {
    left: -67%;
  }
  .mobile\:l\+67\% {
    left: 67%;
  }
  .mobile\:r-67vw {
    right: -67vw;
  }
  .mobile\:r\+67vw {
    right: 67vw;
  }
  .mobile\:r-67\% {
    right: -67%;
  }
  .mobile\:r\+67\% {
    right: 67%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-68vw {
    top: -68vw;
  }
  .mobile\:t\+68vw {
    top: 68vw;
  }
  .mobile\:t-68\% {
    top: -68%;
  }
  .mobile\:t\+68\% {
    top: 68%;
  }
  .mobile\:b-68vw {
    bottom: -68vw;
  }
  .mobile\:b\+68vw {
    bottom: 68vw;
  }
  .mobile\:b-68\% {
    bottom: -68%;
  }
  .mobile\:b\+68\% {
    bottom: 68%;
  }
  .mobile\:l-68vw {
    left: -68vw;
  }
  .mobile\:l\+68vw {
    left: 68vw;
  }
  .mobile\:l-68\% {
    left: -68%;
  }
  .mobile\:l\+68\% {
    left: 68%;
  }
  .mobile\:r-68vw {
    right: -68vw;
  }
  .mobile\:r\+68vw {
    right: 68vw;
  }
  .mobile\:r-68\% {
    right: -68%;
  }
  .mobile\:r\+68\% {
    right: 68%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-69vw {
    top: -69vw;
  }
  .mobile\:t\+69vw {
    top: 69vw;
  }
  .mobile\:t-69\% {
    top: -69%;
  }
  .mobile\:t\+69\% {
    top: 69%;
  }
  .mobile\:b-69vw {
    bottom: -69vw;
  }
  .mobile\:b\+69vw {
    bottom: 69vw;
  }
  .mobile\:b-69\% {
    bottom: -69%;
  }
  .mobile\:b\+69\% {
    bottom: 69%;
  }
  .mobile\:l-69vw {
    left: -69vw;
  }
  .mobile\:l\+69vw {
    left: 69vw;
  }
  .mobile\:l-69\% {
    left: -69%;
  }
  .mobile\:l\+69\% {
    left: 69%;
  }
  .mobile\:r-69vw {
    right: -69vw;
  }
  .mobile\:r\+69vw {
    right: 69vw;
  }
  .mobile\:r-69\% {
    right: -69%;
  }
  .mobile\:r\+69\% {
    right: 69%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-70vw {
    top: -70vw;
  }
  .mobile\:t\+70vw {
    top: 70vw;
  }
  .mobile\:t-70\% {
    top: -70%;
  }
  .mobile\:t\+70\% {
    top: 70%;
  }
  .mobile\:b-70vw {
    bottom: -70vw;
  }
  .mobile\:b\+70vw {
    bottom: 70vw;
  }
  .mobile\:b-70\% {
    bottom: -70%;
  }
  .mobile\:b\+70\% {
    bottom: 70%;
  }
  .mobile\:l-70vw {
    left: -70vw;
  }
  .mobile\:l\+70vw {
    left: 70vw;
  }
  .mobile\:l-70\% {
    left: -70%;
  }
  .mobile\:l\+70\% {
    left: 70%;
  }
  .mobile\:r-70vw {
    right: -70vw;
  }
  .mobile\:r\+70vw {
    right: 70vw;
  }
  .mobile\:r-70\% {
    right: -70%;
  }
  .mobile\:r\+70\% {
    right: 70%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-71vw {
    top: -71vw;
  }
  .mobile\:t\+71vw {
    top: 71vw;
  }
  .mobile\:t-71\% {
    top: -71%;
  }
  .mobile\:t\+71\% {
    top: 71%;
  }
  .mobile\:b-71vw {
    bottom: -71vw;
  }
  .mobile\:b\+71vw {
    bottom: 71vw;
  }
  .mobile\:b-71\% {
    bottom: -71%;
  }
  .mobile\:b\+71\% {
    bottom: 71%;
  }
  .mobile\:l-71vw {
    left: -71vw;
  }
  .mobile\:l\+71vw {
    left: 71vw;
  }
  .mobile\:l-71\% {
    left: -71%;
  }
  .mobile\:l\+71\% {
    left: 71%;
  }
  .mobile\:r-71vw {
    right: -71vw;
  }
  .mobile\:r\+71vw {
    right: 71vw;
  }
  .mobile\:r-71\% {
    right: -71%;
  }
  .mobile\:r\+71\% {
    right: 71%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-72vw {
    top: -72vw;
  }
  .mobile\:t\+72vw {
    top: 72vw;
  }
  .mobile\:t-72\% {
    top: -72%;
  }
  .mobile\:t\+72\% {
    top: 72%;
  }
  .mobile\:b-72vw {
    bottom: -72vw;
  }
  .mobile\:b\+72vw {
    bottom: 72vw;
  }
  .mobile\:b-72\% {
    bottom: -72%;
  }
  .mobile\:b\+72\% {
    bottom: 72%;
  }
  .mobile\:l-72vw {
    left: -72vw;
  }
  .mobile\:l\+72vw {
    left: 72vw;
  }
  .mobile\:l-72\% {
    left: -72%;
  }
  .mobile\:l\+72\% {
    left: 72%;
  }
  .mobile\:r-72vw {
    right: -72vw;
  }
  .mobile\:r\+72vw {
    right: 72vw;
  }
  .mobile\:r-72\% {
    right: -72%;
  }
  .mobile\:r\+72\% {
    right: 72%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-73vw {
    top: -73vw;
  }
  .mobile\:t\+73vw {
    top: 73vw;
  }
  .mobile\:t-73\% {
    top: -73%;
  }
  .mobile\:t\+73\% {
    top: 73%;
  }
  .mobile\:b-73vw {
    bottom: -73vw;
  }
  .mobile\:b\+73vw {
    bottom: 73vw;
  }
  .mobile\:b-73\% {
    bottom: -73%;
  }
  .mobile\:b\+73\% {
    bottom: 73%;
  }
  .mobile\:l-73vw {
    left: -73vw;
  }
  .mobile\:l\+73vw {
    left: 73vw;
  }
  .mobile\:l-73\% {
    left: -73%;
  }
  .mobile\:l\+73\% {
    left: 73%;
  }
  .mobile\:r-73vw {
    right: -73vw;
  }
  .mobile\:r\+73vw {
    right: 73vw;
  }
  .mobile\:r-73\% {
    right: -73%;
  }
  .mobile\:r\+73\% {
    right: 73%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-74vw {
    top: -74vw;
  }
  .mobile\:t\+74vw {
    top: 74vw;
  }
  .mobile\:t-74\% {
    top: -74%;
  }
  .mobile\:t\+74\% {
    top: 74%;
  }
  .mobile\:b-74vw {
    bottom: -74vw;
  }
  .mobile\:b\+74vw {
    bottom: 74vw;
  }
  .mobile\:b-74\% {
    bottom: -74%;
  }
  .mobile\:b\+74\% {
    bottom: 74%;
  }
  .mobile\:l-74vw {
    left: -74vw;
  }
  .mobile\:l\+74vw {
    left: 74vw;
  }
  .mobile\:l-74\% {
    left: -74%;
  }
  .mobile\:l\+74\% {
    left: 74%;
  }
  .mobile\:r-74vw {
    right: -74vw;
  }
  .mobile\:r\+74vw {
    right: 74vw;
  }
  .mobile\:r-74\% {
    right: -74%;
  }
  .mobile\:r\+74\% {
    right: 74%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-75vw {
    top: -75vw;
  }
  .mobile\:t\+75vw {
    top: 75vw;
  }
  .mobile\:t-75\% {
    top: -75%;
  }
  .mobile\:t\+75\% {
    top: 75%;
  }
  .mobile\:b-75vw {
    bottom: -75vw;
  }
  .mobile\:b\+75vw {
    bottom: 75vw;
  }
  .mobile\:b-75\% {
    bottom: -75%;
  }
  .mobile\:b\+75\% {
    bottom: 75%;
  }
  .mobile\:l-75vw {
    left: -75vw;
  }
  .mobile\:l\+75vw {
    left: 75vw;
  }
  .mobile\:l-75\% {
    left: -75%;
  }
  .mobile\:l\+75\% {
    left: 75%;
  }
  .mobile\:r-75vw {
    right: -75vw;
  }
  .mobile\:r\+75vw {
    right: 75vw;
  }
  .mobile\:r-75\% {
    right: -75%;
  }
  .mobile\:r\+75\% {
    right: 75%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-76vw {
    top: -76vw;
  }
  .mobile\:t\+76vw {
    top: 76vw;
  }
  .mobile\:t-76\% {
    top: -76%;
  }
  .mobile\:t\+76\% {
    top: 76%;
  }
  .mobile\:b-76vw {
    bottom: -76vw;
  }
  .mobile\:b\+76vw {
    bottom: 76vw;
  }
  .mobile\:b-76\% {
    bottom: -76%;
  }
  .mobile\:b\+76\% {
    bottom: 76%;
  }
  .mobile\:l-76vw {
    left: -76vw;
  }
  .mobile\:l\+76vw {
    left: 76vw;
  }
  .mobile\:l-76\% {
    left: -76%;
  }
  .mobile\:l\+76\% {
    left: 76%;
  }
  .mobile\:r-76vw {
    right: -76vw;
  }
  .mobile\:r\+76vw {
    right: 76vw;
  }
  .mobile\:r-76\% {
    right: -76%;
  }
  .mobile\:r\+76\% {
    right: 76%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-77vw {
    top: -77vw;
  }
  .mobile\:t\+77vw {
    top: 77vw;
  }
  .mobile\:t-77\% {
    top: -77%;
  }
  .mobile\:t\+77\% {
    top: 77%;
  }
  .mobile\:b-77vw {
    bottom: -77vw;
  }
  .mobile\:b\+77vw {
    bottom: 77vw;
  }
  .mobile\:b-77\% {
    bottom: -77%;
  }
  .mobile\:b\+77\% {
    bottom: 77%;
  }
  .mobile\:l-77vw {
    left: -77vw;
  }
  .mobile\:l\+77vw {
    left: 77vw;
  }
  .mobile\:l-77\% {
    left: -77%;
  }
  .mobile\:l\+77\% {
    left: 77%;
  }
  .mobile\:r-77vw {
    right: -77vw;
  }
  .mobile\:r\+77vw {
    right: 77vw;
  }
  .mobile\:r-77\% {
    right: -77%;
  }
  .mobile\:r\+77\% {
    right: 77%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-78vw {
    top: -78vw;
  }
  .mobile\:t\+78vw {
    top: 78vw;
  }
  .mobile\:t-78\% {
    top: -78%;
  }
  .mobile\:t\+78\% {
    top: 78%;
  }
  .mobile\:b-78vw {
    bottom: -78vw;
  }
  .mobile\:b\+78vw {
    bottom: 78vw;
  }
  .mobile\:b-78\% {
    bottom: -78%;
  }
  .mobile\:b\+78\% {
    bottom: 78%;
  }
  .mobile\:l-78vw {
    left: -78vw;
  }
  .mobile\:l\+78vw {
    left: 78vw;
  }
  .mobile\:l-78\% {
    left: -78%;
  }
  .mobile\:l\+78\% {
    left: 78%;
  }
  .mobile\:r-78vw {
    right: -78vw;
  }
  .mobile\:r\+78vw {
    right: 78vw;
  }
  .mobile\:r-78\% {
    right: -78%;
  }
  .mobile\:r\+78\% {
    right: 78%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-79vw {
    top: -79vw;
  }
  .mobile\:t\+79vw {
    top: 79vw;
  }
  .mobile\:t-79\% {
    top: -79%;
  }
  .mobile\:t\+79\% {
    top: 79%;
  }
  .mobile\:b-79vw {
    bottom: -79vw;
  }
  .mobile\:b\+79vw {
    bottom: 79vw;
  }
  .mobile\:b-79\% {
    bottom: -79%;
  }
  .mobile\:b\+79\% {
    bottom: 79%;
  }
  .mobile\:l-79vw {
    left: -79vw;
  }
  .mobile\:l\+79vw {
    left: 79vw;
  }
  .mobile\:l-79\% {
    left: -79%;
  }
  .mobile\:l\+79\% {
    left: 79%;
  }
  .mobile\:r-79vw {
    right: -79vw;
  }
  .mobile\:r\+79vw {
    right: 79vw;
  }
  .mobile\:r-79\% {
    right: -79%;
  }
  .mobile\:r\+79\% {
    right: 79%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-80vw {
    top: -80vw;
  }
  .mobile\:t\+80vw {
    top: 80vw;
  }
  .mobile\:t-80\% {
    top: -80%;
  }
  .mobile\:t\+80\% {
    top: 80%;
  }
  .mobile\:b-80vw {
    bottom: -80vw;
  }
  .mobile\:b\+80vw {
    bottom: 80vw;
  }
  .mobile\:b-80\% {
    bottom: -80%;
  }
  .mobile\:b\+80\% {
    bottom: 80%;
  }
  .mobile\:l-80vw {
    left: -80vw;
  }
  .mobile\:l\+80vw {
    left: 80vw;
  }
  .mobile\:l-80\% {
    left: -80%;
  }
  .mobile\:l\+80\% {
    left: 80%;
  }
  .mobile\:r-80vw {
    right: -80vw;
  }
  .mobile\:r\+80vw {
    right: 80vw;
  }
  .mobile\:r-80\% {
    right: -80%;
  }
  .mobile\:r\+80\% {
    right: 80%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-81vw {
    top: -81vw;
  }
  .mobile\:t\+81vw {
    top: 81vw;
  }
  .mobile\:t-81\% {
    top: -81%;
  }
  .mobile\:t\+81\% {
    top: 81%;
  }
  .mobile\:b-81vw {
    bottom: -81vw;
  }
  .mobile\:b\+81vw {
    bottom: 81vw;
  }
  .mobile\:b-81\% {
    bottom: -81%;
  }
  .mobile\:b\+81\% {
    bottom: 81%;
  }
  .mobile\:l-81vw {
    left: -81vw;
  }
  .mobile\:l\+81vw {
    left: 81vw;
  }
  .mobile\:l-81\% {
    left: -81%;
  }
  .mobile\:l\+81\% {
    left: 81%;
  }
  .mobile\:r-81vw {
    right: -81vw;
  }
  .mobile\:r\+81vw {
    right: 81vw;
  }
  .mobile\:r-81\% {
    right: -81%;
  }
  .mobile\:r\+81\% {
    right: 81%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-82vw {
    top: -82vw;
  }
  .mobile\:t\+82vw {
    top: 82vw;
  }
  .mobile\:t-82\% {
    top: -82%;
  }
  .mobile\:t\+82\% {
    top: 82%;
  }
  .mobile\:b-82vw {
    bottom: -82vw;
  }
  .mobile\:b\+82vw {
    bottom: 82vw;
  }
  .mobile\:b-82\% {
    bottom: -82%;
  }
  .mobile\:b\+82\% {
    bottom: 82%;
  }
  .mobile\:l-82vw {
    left: -82vw;
  }
  .mobile\:l\+82vw {
    left: 82vw;
  }
  .mobile\:l-82\% {
    left: -82%;
  }
  .mobile\:l\+82\% {
    left: 82%;
  }
  .mobile\:r-82vw {
    right: -82vw;
  }
  .mobile\:r\+82vw {
    right: 82vw;
  }
  .mobile\:r-82\% {
    right: -82%;
  }
  .mobile\:r\+82\% {
    right: 82%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-83vw {
    top: -83vw;
  }
  .mobile\:t\+83vw {
    top: 83vw;
  }
  .mobile\:t-83\% {
    top: -83%;
  }
  .mobile\:t\+83\% {
    top: 83%;
  }
  .mobile\:b-83vw {
    bottom: -83vw;
  }
  .mobile\:b\+83vw {
    bottom: 83vw;
  }
  .mobile\:b-83\% {
    bottom: -83%;
  }
  .mobile\:b\+83\% {
    bottom: 83%;
  }
  .mobile\:l-83vw {
    left: -83vw;
  }
  .mobile\:l\+83vw {
    left: 83vw;
  }
  .mobile\:l-83\% {
    left: -83%;
  }
  .mobile\:l\+83\% {
    left: 83%;
  }
  .mobile\:r-83vw {
    right: -83vw;
  }
  .mobile\:r\+83vw {
    right: 83vw;
  }
  .mobile\:r-83\% {
    right: -83%;
  }
  .mobile\:r\+83\% {
    right: 83%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-84vw {
    top: -84vw;
  }
  .mobile\:t\+84vw {
    top: 84vw;
  }
  .mobile\:t-84\% {
    top: -84%;
  }
  .mobile\:t\+84\% {
    top: 84%;
  }
  .mobile\:b-84vw {
    bottom: -84vw;
  }
  .mobile\:b\+84vw {
    bottom: 84vw;
  }
  .mobile\:b-84\% {
    bottom: -84%;
  }
  .mobile\:b\+84\% {
    bottom: 84%;
  }
  .mobile\:l-84vw {
    left: -84vw;
  }
  .mobile\:l\+84vw {
    left: 84vw;
  }
  .mobile\:l-84\% {
    left: -84%;
  }
  .mobile\:l\+84\% {
    left: 84%;
  }
  .mobile\:r-84vw {
    right: -84vw;
  }
  .mobile\:r\+84vw {
    right: 84vw;
  }
  .mobile\:r-84\% {
    right: -84%;
  }
  .mobile\:r\+84\% {
    right: 84%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-85vw {
    top: -85vw;
  }
  .mobile\:t\+85vw {
    top: 85vw;
  }
  .mobile\:t-85\% {
    top: -85%;
  }
  .mobile\:t\+85\% {
    top: 85%;
  }
  .mobile\:b-85vw {
    bottom: -85vw;
  }
  .mobile\:b\+85vw {
    bottom: 85vw;
  }
  .mobile\:b-85\% {
    bottom: -85%;
  }
  .mobile\:b\+85\% {
    bottom: 85%;
  }
  .mobile\:l-85vw {
    left: -85vw;
  }
  .mobile\:l\+85vw {
    left: 85vw;
  }
  .mobile\:l-85\% {
    left: -85%;
  }
  .mobile\:l\+85\% {
    left: 85%;
  }
  .mobile\:r-85vw {
    right: -85vw;
  }
  .mobile\:r\+85vw {
    right: 85vw;
  }
  .mobile\:r-85\% {
    right: -85%;
  }
  .mobile\:r\+85\% {
    right: 85%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-86vw {
    top: -86vw;
  }
  .mobile\:t\+86vw {
    top: 86vw;
  }
  .mobile\:t-86\% {
    top: -86%;
  }
  .mobile\:t\+86\% {
    top: 86%;
  }
  .mobile\:b-86vw {
    bottom: -86vw;
  }
  .mobile\:b\+86vw {
    bottom: 86vw;
  }
  .mobile\:b-86\% {
    bottom: -86%;
  }
  .mobile\:b\+86\% {
    bottom: 86%;
  }
  .mobile\:l-86vw {
    left: -86vw;
  }
  .mobile\:l\+86vw {
    left: 86vw;
  }
  .mobile\:l-86\% {
    left: -86%;
  }
  .mobile\:l\+86\% {
    left: 86%;
  }
  .mobile\:r-86vw {
    right: -86vw;
  }
  .mobile\:r\+86vw {
    right: 86vw;
  }
  .mobile\:r-86\% {
    right: -86%;
  }
  .mobile\:r\+86\% {
    right: 86%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-87vw {
    top: -87vw;
  }
  .mobile\:t\+87vw {
    top: 87vw;
  }
  .mobile\:t-87\% {
    top: -87%;
  }
  .mobile\:t\+87\% {
    top: 87%;
  }
  .mobile\:b-87vw {
    bottom: -87vw;
  }
  .mobile\:b\+87vw {
    bottom: 87vw;
  }
  .mobile\:b-87\% {
    bottom: -87%;
  }
  .mobile\:b\+87\% {
    bottom: 87%;
  }
  .mobile\:l-87vw {
    left: -87vw;
  }
  .mobile\:l\+87vw {
    left: 87vw;
  }
  .mobile\:l-87\% {
    left: -87%;
  }
  .mobile\:l\+87\% {
    left: 87%;
  }
  .mobile\:r-87vw {
    right: -87vw;
  }
  .mobile\:r\+87vw {
    right: 87vw;
  }
  .mobile\:r-87\% {
    right: -87%;
  }
  .mobile\:r\+87\% {
    right: 87%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-88vw {
    top: -88vw;
  }
  .mobile\:t\+88vw {
    top: 88vw;
  }
  .mobile\:t-88\% {
    top: -88%;
  }
  .mobile\:t\+88\% {
    top: 88%;
  }
  .mobile\:b-88vw {
    bottom: -88vw;
  }
  .mobile\:b\+88vw {
    bottom: 88vw;
  }
  .mobile\:b-88\% {
    bottom: -88%;
  }
  .mobile\:b\+88\% {
    bottom: 88%;
  }
  .mobile\:l-88vw {
    left: -88vw;
  }
  .mobile\:l\+88vw {
    left: 88vw;
  }
  .mobile\:l-88\% {
    left: -88%;
  }
  .mobile\:l\+88\% {
    left: 88%;
  }
  .mobile\:r-88vw {
    right: -88vw;
  }
  .mobile\:r\+88vw {
    right: 88vw;
  }
  .mobile\:r-88\% {
    right: -88%;
  }
  .mobile\:r\+88\% {
    right: 88%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-89vw {
    top: -89vw;
  }
  .mobile\:t\+89vw {
    top: 89vw;
  }
  .mobile\:t-89\% {
    top: -89%;
  }
  .mobile\:t\+89\% {
    top: 89%;
  }
  .mobile\:b-89vw {
    bottom: -89vw;
  }
  .mobile\:b\+89vw {
    bottom: 89vw;
  }
  .mobile\:b-89\% {
    bottom: -89%;
  }
  .mobile\:b\+89\% {
    bottom: 89%;
  }
  .mobile\:l-89vw {
    left: -89vw;
  }
  .mobile\:l\+89vw {
    left: 89vw;
  }
  .mobile\:l-89\% {
    left: -89%;
  }
  .mobile\:l\+89\% {
    left: 89%;
  }
  .mobile\:r-89vw {
    right: -89vw;
  }
  .mobile\:r\+89vw {
    right: 89vw;
  }
  .mobile\:r-89\% {
    right: -89%;
  }
  .mobile\:r\+89\% {
    right: 89%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-90vw {
    top: -90vw;
  }
  .mobile\:t\+90vw {
    top: 90vw;
  }
  .mobile\:t-90\% {
    top: -90%;
  }
  .mobile\:t\+90\% {
    top: 90%;
  }
  .mobile\:b-90vw {
    bottom: -90vw;
  }
  .mobile\:b\+90vw {
    bottom: 90vw;
  }
  .mobile\:b-90\% {
    bottom: -90%;
  }
  .mobile\:b\+90\% {
    bottom: 90%;
  }
  .mobile\:l-90vw {
    left: -90vw;
  }
  .mobile\:l\+90vw {
    left: 90vw;
  }
  .mobile\:l-90\% {
    left: -90%;
  }
  .mobile\:l\+90\% {
    left: 90%;
  }
  .mobile\:r-90vw {
    right: -90vw;
  }
  .mobile\:r\+90vw {
    right: 90vw;
  }
  .mobile\:r-90\% {
    right: -90%;
  }
  .mobile\:r\+90\% {
    right: 90%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-91vw {
    top: -91vw;
  }
  .mobile\:t\+91vw {
    top: 91vw;
  }
  .mobile\:t-91\% {
    top: -91%;
  }
  .mobile\:t\+91\% {
    top: 91%;
  }
  .mobile\:b-91vw {
    bottom: -91vw;
  }
  .mobile\:b\+91vw {
    bottom: 91vw;
  }
  .mobile\:b-91\% {
    bottom: -91%;
  }
  .mobile\:b\+91\% {
    bottom: 91%;
  }
  .mobile\:l-91vw {
    left: -91vw;
  }
  .mobile\:l\+91vw {
    left: 91vw;
  }
  .mobile\:l-91\% {
    left: -91%;
  }
  .mobile\:l\+91\% {
    left: 91%;
  }
  .mobile\:r-91vw {
    right: -91vw;
  }
  .mobile\:r\+91vw {
    right: 91vw;
  }
  .mobile\:r-91\% {
    right: -91%;
  }
  .mobile\:r\+91\% {
    right: 91%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-92vw {
    top: -92vw;
  }
  .mobile\:t\+92vw {
    top: 92vw;
  }
  .mobile\:t-92\% {
    top: -92%;
  }
  .mobile\:t\+92\% {
    top: 92%;
  }
  .mobile\:b-92vw {
    bottom: -92vw;
  }
  .mobile\:b\+92vw {
    bottom: 92vw;
  }
  .mobile\:b-92\% {
    bottom: -92%;
  }
  .mobile\:b\+92\% {
    bottom: 92%;
  }
  .mobile\:l-92vw {
    left: -92vw;
  }
  .mobile\:l\+92vw {
    left: 92vw;
  }
  .mobile\:l-92\% {
    left: -92%;
  }
  .mobile\:l\+92\% {
    left: 92%;
  }
  .mobile\:r-92vw {
    right: -92vw;
  }
  .mobile\:r\+92vw {
    right: 92vw;
  }
  .mobile\:r-92\% {
    right: -92%;
  }
  .mobile\:r\+92\% {
    right: 92%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-93vw {
    top: -93vw;
  }
  .mobile\:t\+93vw {
    top: 93vw;
  }
  .mobile\:t-93\% {
    top: -93%;
  }
  .mobile\:t\+93\% {
    top: 93%;
  }
  .mobile\:b-93vw {
    bottom: -93vw;
  }
  .mobile\:b\+93vw {
    bottom: 93vw;
  }
  .mobile\:b-93\% {
    bottom: -93%;
  }
  .mobile\:b\+93\% {
    bottom: 93%;
  }
  .mobile\:l-93vw {
    left: -93vw;
  }
  .mobile\:l\+93vw {
    left: 93vw;
  }
  .mobile\:l-93\% {
    left: -93%;
  }
  .mobile\:l\+93\% {
    left: 93%;
  }
  .mobile\:r-93vw {
    right: -93vw;
  }
  .mobile\:r\+93vw {
    right: 93vw;
  }
  .mobile\:r-93\% {
    right: -93%;
  }
  .mobile\:r\+93\% {
    right: 93%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-94vw {
    top: -94vw;
  }
  .mobile\:t\+94vw {
    top: 94vw;
  }
  .mobile\:t-94\% {
    top: -94%;
  }
  .mobile\:t\+94\% {
    top: 94%;
  }
  .mobile\:b-94vw {
    bottom: -94vw;
  }
  .mobile\:b\+94vw {
    bottom: 94vw;
  }
  .mobile\:b-94\% {
    bottom: -94%;
  }
  .mobile\:b\+94\% {
    bottom: 94%;
  }
  .mobile\:l-94vw {
    left: -94vw;
  }
  .mobile\:l\+94vw {
    left: 94vw;
  }
  .mobile\:l-94\% {
    left: -94%;
  }
  .mobile\:l\+94\% {
    left: 94%;
  }
  .mobile\:r-94vw {
    right: -94vw;
  }
  .mobile\:r\+94vw {
    right: 94vw;
  }
  .mobile\:r-94\% {
    right: -94%;
  }
  .mobile\:r\+94\% {
    right: 94%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-95vw {
    top: -95vw;
  }
  .mobile\:t\+95vw {
    top: 95vw;
  }
  .mobile\:t-95\% {
    top: -95%;
  }
  .mobile\:t\+95\% {
    top: 95%;
  }
  .mobile\:b-95vw {
    bottom: -95vw;
  }
  .mobile\:b\+95vw {
    bottom: 95vw;
  }
  .mobile\:b-95\% {
    bottom: -95%;
  }
  .mobile\:b\+95\% {
    bottom: 95%;
  }
  .mobile\:l-95vw {
    left: -95vw;
  }
  .mobile\:l\+95vw {
    left: 95vw;
  }
  .mobile\:l-95\% {
    left: -95%;
  }
  .mobile\:l\+95\% {
    left: 95%;
  }
  .mobile\:r-95vw {
    right: -95vw;
  }
  .mobile\:r\+95vw {
    right: 95vw;
  }
  .mobile\:r-95\% {
    right: -95%;
  }
  .mobile\:r\+95\% {
    right: 95%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-96vw {
    top: -96vw;
  }
  .mobile\:t\+96vw {
    top: 96vw;
  }
  .mobile\:t-96\% {
    top: -96%;
  }
  .mobile\:t\+96\% {
    top: 96%;
  }
  .mobile\:b-96vw {
    bottom: -96vw;
  }
  .mobile\:b\+96vw {
    bottom: 96vw;
  }
  .mobile\:b-96\% {
    bottom: -96%;
  }
  .mobile\:b\+96\% {
    bottom: 96%;
  }
  .mobile\:l-96vw {
    left: -96vw;
  }
  .mobile\:l\+96vw {
    left: 96vw;
  }
  .mobile\:l-96\% {
    left: -96%;
  }
  .mobile\:l\+96\% {
    left: 96%;
  }
  .mobile\:r-96vw {
    right: -96vw;
  }
  .mobile\:r\+96vw {
    right: 96vw;
  }
  .mobile\:r-96\% {
    right: -96%;
  }
  .mobile\:r\+96\% {
    right: 96%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-97vw {
    top: -97vw;
  }
  .mobile\:t\+97vw {
    top: 97vw;
  }
  .mobile\:t-97\% {
    top: -97%;
  }
  .mobile\:t\+97\% {
    top: 97%;
  }
  .mobile\:b-97vw {
    bottom: -97vw;
  }
  .mobile\:b\+97vw {
    bottom: 97vw;
  }
  .mobile\:b-97\% {
    bottom: -97%;
  }
  .mobile\:b\+97\% {
    bottom: 97%;
  }
  .mobile\:l-97vw {
    left: -97vw;
  }
  .mobile\:l\+97vw {
    left: 97vw;
  }
  .mobile\:l-97\% {
    left: -97%;
  }
  .mobile\:l\+97\% {
    left: 97%;
  }
  .mobile\:r-97vw {
    right: -97vw;
  }
  .mobile\:r\+97vw {
    right: 97vw;
  }
  .mobile\:r-97\% {
    right: -97%;
  }
  .mobile\:r\+97\% {
    right: 97%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-98vw {
    top: -98vw;
  }
  .mobile\:t\+98vw {
    top: 98vw;
  }
  .mobile\:t-98\% {
    top: -98%;
  }
  .mobile\:t\+98\% {
    top: 98%;
  }
  .mobile\:b-98vw {
    bottom: -98vw;
  }
  .mobile\:b\+98vw {
    bottom: 98vw;
  }
  .mobile\:b-98\% {
    bottom: -98%;
  }
  .mobile\:b\+98\% {
    bottom: 98%;
  }
  .mobile\:l-98vw {
    left: -98vw;
  }
  .mobile\:l\+98vw {
    left: 98vw;
  }
  .mobile\:l-98\% {
    left: -98%;
  }
  .mobile\:l\+98\% {
    left: 98%;
  }
  .mobile\:r-98vw {
    right: -98vw;
  }
  .mobile\:r\+98vw {
    right: 98vw;
  }
  .mobile\:r-98\% {
    right: -98%;
  }
  .mobile\:r\+98\% {
    right: 98%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-99vw {
    top: -99vw;
  }
  .mobile\:t\+99vw {
    top: 99vw;
  }
  .mobile\:t-99\% {
    top: -99%;
  }
  .mobile\:t\+99\% {
    top: 99%;
  }
  .mobile\:b-99vw {
    bottom: -99vw;
  }
  .mobile\:b\+99vw {
    bottom: 99vw;
  }
  .mobile\:b-99\% {
    bottom: -99%;
  }
  .mobile\:b\+99\% {
    bottom: 99%;
  }
  .mobile\:l-99vw {
    left: -99vw;
  }
  .mobile\:l\+99vw {
    left: 99vw;
  }
  .mobile\:l-99\% {
    left: -99%;
  }
  .mobile\:l\+99\% {
    left: 99%;
  }
  .mobile\:r-99vw {
    right: -99vw;
  }
  .mobile\:r\+99vw {
    right: 99vw;
  }
  .mobile\:r-99\% {
    right: -99%;
  }
  .mobile\:r\+99\% {
    right: 99%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-100vw {
    top: -100vw;
  }
  .mobile\:t\+100vw {
    top: 100vw;
  }
  .mobile\:t-100\% {
    top: -100%;
  }
  .mobile\:t\+100\% {
    top: 100%;
  }
  .mobile\:b-100vw {
    bottom: -100vw;
  }
  .mobile\:b\+100vw {
    bottom: 100vw;
  }
  .mobile\:b-100\% {
    bottom: -100%;
  }
  .mobile\:b\+100\% {
    bottom: 100%;
  }
  .mobile\:l-100vw {
    left: -100vw;
  }
  .mobile\:l\+100vw {
    left: 100vw;
  }
  .mobile\:l-100\% {
    left: -100%;
  }
  .mobile\:l\+100\% {
    left: 100%;
  }
  .mobile\:r-100vw {
    right: -100vw;
  }
  .mobile\:r\+100vw {
    right: 100vw;
  }
  .mobile\:r-100\% {
    right: -100%;
  }
  .mobile\:r\+100\% {
    right: 100%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-101vw {
    top: -101vw;
  }
  .mobile\:t\+101vw {
    top: 101vw;
  }
  .mobile\:t-101\% {
    top: -101%;
  }
  .mobile\:t\+101\% {
    top: 101%;
  }
  .mobile\:b-101vw {
    bottom: -101vw;
  }
  .mobile\:b\+101vw {
    bottom: 101vw;
  }
  .mobile\:b-101\% {
    bottom: -101%;
  }
  .mobile\:b\+101\% {
    bottom: 101%;
  }
  .mobile\:l-101vw {
    left: -101vw;
  }
  .mobile\:l\+101vw {
    left: 101vw;
  }
  .mobile\:l-101\% {
    left: -101%;
  }
  .mobile\:l\+101\% {
    left: 101%;
  }
  .mobile\:r-101vw {
    right: -101vw;
  }
  .mobile\:r\+101vw {
    right: 101vw;
  }
  .mobile\:r-101\% {
    right: -101%;
  }
  .mobile\:r\+101\% {
    right: 101%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-102vw {
    top: -102vw;
  }
  .mobile\:t\+102vw {
    top: 102vw;
  }
  .mobile\:t-102\% {
    top: -102%;
  }
  .mobile\:t\+102\% {
    top: 102%;
  }
  .mobile\:b-102vw {
    bottom: -102vw;
  }
  .mobile\:b\+102vw {
    bottom: 102vw;
  }
  .mobile\:b-102\% {
    bottom: -102%;
  }
  .mobile\:b\+102\% {
    bottom: 102%;
  }
  .mobile\:l-102vw {
    left: -102vw;
  }
  .mobile\:l\+102vw {
    left: 102vw;
  }
  .mobile\:l-102\% {
    left: -102%;
  }
  .mobile\:l\+102\% {
    left: 102%;
  }
  .mobile\:r-102vw {
    right: -102vw;
  }
  .mobile\:r\+102vw {
    right: 102vw;
  }
  .mobile\:r-102\% {
    right: -102%;
  }
  .mobile\:r\+102\% {
    right: 102%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-103vw {
    top: -103vw;
  }
  .mobile\:t\+103vw {
    top: 103vw;
  }
  .mobile\:t-103\% {
    top: -103%;
  }
  .mobile\:t\+103\% {
    top: 103%;
  }
  .mobile\:b-103vw {
    bottom: -103vw;
  }
  .mobile\:b\+103vw {
    bottom: 103vw;
  }
  .mobile\:b-103\% {
    bottom: -103%;
  }
  .mobile\:b\+103\% {
    bottom: 103%;
  }
  .mobile\:l-103vw {
    left: -103vw;
  }
  .mobile\:l\+103vw {
    left: 103vw;
  }
  .mobile\:l-103\% {
    left: -103%;
  }
  .mobile\:l\+103\% {
    left: 103%;
  }
  .mobile\:r-103vw {
    right: -103vw;
  }
  .mobile\:r\+103vw {
    right: 103vw;
  }
  .mobile\:r-103\% {
    right: -103%;
  }
  .mobile\:r\+103\% {
    right: 103%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-104vw {
    top: -104vw;
  }
  .mobile\:t\+104vw {
    top: 104vw;
  }
  .mobile\:t-104\% {
    top: -104%;
  }
  .mobile\:t\+104\% {
    top: 104%;
  }
  .mobile\:b-104vw {
    bottom: -104vw;
  }
  .mobile\:b\+104vw {
    bottom: 104vw;
  }
  .mobile\:b-104\% {
    bottom: -104%;
  }
  .mobile\:b\+104\% {
    bottom: 104%;
  }
  .mobile\:l-104vw {
    left: -104vw;
  }
  .mobile\:l\+104vw {
    left: 104vw;
  }
  .mobile\:l-104\% {
    left: -104%;
  }
  .mobile\:l\+104\% {
    left: 104%;
  }
  .mobile\:r-104vw {
    right: -104vw;
  }
  .mobile\:r\+104vw {
    right: 104vw;
  }
  .mobile\:r-104\% {
    right: -104%;
  }
  .mobile\:r\+104\% {
    right: 104%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-105vw {
    top: -105vw;
  }
  .mobile\:t\+105vw {
    top: 105vw;
  }
  .mobile\:t-105\% {
    top: -105%;
  }
  .mobile\:t\+105\% {
    top: 105%;
  }
  .mobile\:b-105vw {
    bottom: -105vw;
  }
  .mobile\:b\+105vw {
    bottom: 105vw;
  }
  .mobile\:b-105\% {
    bottom: -105%;
  }
  .mobile\:b\+105\% {
    bottom: 105%;
  }
  .mobile\:l-105vw {
    left: -105vw;
  }
  .mobile\:l\+105vw {
    left: 105vw;
  }
  .mobile\:l-105\% {
    left: -105%;
  }
  .mobile\:l\+105\% {
    left: 105%;
  }
  .mobile\:r-105vw {
    right: -105vw;
  }
  .mobile\:r\+105vw {
    right: 105vw;
  }
  .mobile\:r-105\% {
    right: -105%;
  }
  .mobile\:r\+105\% {
    right: 105%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-106vw {
    top: -106vw;
  }
  .mobile\:t\+106vw {
    top: 106vw;
  }
  .mobile\:t-106\% {
    top: -106%;
  }
  .mobile\:t\+106\% {
    top: 106%;
  }
  .mobile\:b-106vw {
    bottom: -106vw;
  }
  .mobile\:b\+106vw {
    bottom: 106vw;
  }
  .mobile\:b-106\% {
    bottom: -106%;
  }
  .mobile\:b\+106\% {
    bottom: 106%;
  }
  .mobile\:l-106vw {
    left: -106vw;
  }
  .mobile\:l\+106vw {
    left: 106vw;
  }
  .mobile\:l-106\% {
    left: -106%;
  }
  .mobile\:l\+106\% {
    left: 106%;
  }
  .mobile\:r-106vw {
    right: -106vw;
  }
  .mobile\:r\+106vw {
    right: 106vw;
  }
  .mobile\:r-106\% {
    right: -106%;
  }
  .mobile\:r\+106\% {
    right: 106%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-107vw {
    top: -107vw;
  }
  .mobile\:t\+107vw {
    top: 107vw;
  }
  .mobile\:t-107\% {
    top: -107%;
  }
  .mobile\:t\+107\% {
    top: 107%;
  }
  .mobile\:b-107vw {
    bottom: -107vw;
  }
  .mobile\:b\+107vw {
    bottom: 107vw;
  }
  .mobile\:b-107\% {
    bottom: -107%;
  }
  .mobile\:b\+107\% {
    bottom: 107%;
  }
  .mobile\:l-107vw {
    left: -107vw;
  }
  .mobile\:l\+107vw {
    left: 107vw;
  }
  .mobile\:l-107\% {
    left: -107%;
  }
  .mobile\:l\+107\% {
    left: 107%;
  }
  .mobile\:r-107vw {
    right: -107vw;
  }
  .mobile\:r\+107vw {
    right: 107vw;
  }
  .mobile\:r-107\% {
    right: -107%;
  }
  .mobile\:r\+107\% {
    right: 107%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-108vw {
    top: -108vw;
  }
  .mobile\:t\+108vw {
    top: 108vw;
  }
  .mobile\:t-108\% {
    top: -108%;
  }
  .mobile\:t\+108\% {
    top: 108%;
  }
  .mobile\:b-108vw {
    bottom: -108vw;
  }
  .mobile\:b\+108vw {
    bottom: 108vw;
  }
  .mobile\:b-108\% {
    bottom: -108%;
  }
  .mobile\:b\+108\% {
    bottom: 108%;
  }
  .mobile\:l-108vw {
    left: -108vw;
  }
  .mobile\:l\+108vw {
    left: 108vw;
  }
  .mobile\:l-108\% {
    left: -108%;
  }
  .mobile\:l\+108\% {
    left: 108%;
  }
  .mobile\:r-108vw {
    right: -108vw;
  }
  .mobile\:r\+108vw {
    right: 108vw;
  }
  .mobile\:r-108\% {
    right: -108%;
  }
  .mobile\:r\+108\% {
    right: 108%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-109vw {
    top: -109vw;
  }
  .mobile\:t\+109vw {
    top: 109vw;
  }
  .mobile\:t-109\% {
    top: -109%;
  }
  .mobile\:t\+109\% {
    top: 109%;
  }
  .mobile\:b-109vw {
    bottom: -109vw;
  }
  .mobile\:b\+109vw {
    bottom: 109vw;
  }
  .mobile\:b-109\% {
    bottom: -109%;
  }
  .mobile\:b\+109\% {
    bottom: 109%;
  }
  .mobile\:l-109vw {
    left: -109vw;
  }
  .mobile\:l\+109vw {
    left: 109vw;
  }
  .mobile\:l-109\% {
    left: -109%;
  }
  .mobile\:l\+109\% {
    left: 109%;
  }
  .mobile\:r-109vw {
    right: -109vw;
  }
  .mobile\:r\+109vw {
    right: 109vw;
  }
  .mobile\:r-109\% {
    right: -109%;
  }
  .mobile\:r\+109\% {
    right: 109%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-110vw {
    top: -110vw;
  }
  .mobile\:t\+110vw {
    top: 110vw;
  }
  .mobile\:t-110\% {
    top: -110%;
  }
  .mobile\:t\+110\% {
    top: 110%;
  }
  .mobile\:b-110vw {
    bottom: -110vw;
  }
  .mobile\:b\+110vw {
    bottom: 110vw;
  }
  .mobile\:b-110\% {
    bottom: -110%;
  }
  .mobile\:b\+110\% {
    bottom: 110%;
  }
  .mobile\:l-110vw {
    left: -110vw;
  }
  .mobile\:l\+110vw {
    left: 110vw;
  }
  .mobile\:l-110\% {
    left: -110%;
  }
  .mobile\:l\+110\% {
    left: 110%;
  }
  .mobile\:r-110vw {
    right: -110vw;
  }
  .mobile\:r\+110vw {
    right: 110vw;
  }
  .mobile\:r-110\% {
    right: -110%;
  }
  .mobile\:r\+110\% {
    right: 110%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-111vw {
    top: -111vw;
  }
  .mobile\:t\+111vw {
    top: 111vw;
  }
  .mobile\:t-111\% {
    top: -111%;
  }
  .mobile\:t\+111\% {
    top: 111%;
  }
  .mobile\:b-111vw {
    bottom: -111vw;
  }
  .mobile\:b\+111vw {
    bottom: 111vw;
  }
  .mobile\:b-111\% {
    bottom: -111%;
  }
  .mobile\:b\+111\% {
    bottom: 111%;
  }
  .mobile\:l-111vw {
    left: -111vw;
  }
  .mobile\:l\+111vw {
    left: 111vw;
  }
  .mobile\:l-111\% {
    left: -111%;
  }
  .mobile\:l\+111\% {
    left: 111%;
  }
  .mobile\:r-111vw {
    right: -111vw;
  }
  .mobile\:r\+111vw {
    right: 111vw;
  }
  .mobile\:r-111\% {
    right: -111%;
  }
  .mobile\:r\+111\% {
    right: 111%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-112vw {
    top: -112vw;
  }
  .mobile\:t\+112vw {
    top: 112vw;
  }
  .mobile\:t-112\% {
    top: -112%;
  }
  .mobile\:t\+112\% {
    top: 112%;
  }
  .mobile\:b-112vw {
    bottom: -112vw;
  }
  .mobile\:b\+112vw {
    bottom: 112vw;
  }
  .mobile\:b-112\% {
    bottom: -112%;
  }
  .mobile\:b\+112\% {
    bottom: 112%;
  }
  .mobile\:l-112vw {
    left: -112vw;
  }
  .mobile\:l\+112vw {
    left: 112vw;
  }
  .mobile\:l-112\% {
    left: -112%;
  }
  .mobile\:l\+112\% {
    left: 112%;
  }
  .mobile\:r-112vw {
    right: -112vw;
  }
  .mobile\:r\+112vw {
    right: 112vw;
  }
  .mobile\:r-112\% {
    right: -112%;
  }
  .mobile\:r\+112\% {
    right: 112%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-113vw {
    top: -113vw;
  }
  .mobile\:t\+113vw {
    top: 113vw;
  }
  .mobile\:t-113\% {
    top: -113%;
  }
  .mobile\:t\+113\% {
    top: 113%;
  }
  .mobile\:b-113vw {
    bottom: -113vw;
  }
  .mobile\:b\+113vw {
    bottom: 113vw;
  }
  .mobile\:b-113\% {
    bottom: -113%;
  }
  .mobile\:b\+113\% {
    bottom: 113%;
  }
  .mobile\:l-113vw {
    left: -113vw;
  }
  .mobile\:l\+113vw {
    left: 113vw;
  }
  .mobile\:l-113\% {
    left: -113%;
  }
  .mobile\:l\+113\% {
    left: 113%;
  }
  .mobile\:r-113vw {
    right: -113vw;
  }
  .mobile\:r\+113vw {
    right: 113vw;
  }
  .mobile\:r-113\% {
    right: -113%;
  }
  .mobile\:r\+113\% {
    right: 113%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-114vw {
    top: -114vw;
  }
  .mobile\:t\+114vw {
    top: 114vw;
  }
  .mobile\:t-114\% {
    top: -114%;
  }
  .mobile\:t\+114\% {
    top: 114%;
  }
  .mobile\:b-114vw {
    bottom: -114vw;
  }
  .mobile\:b\+114vw {
    bottom: 114vw;
  }
  .mobile\:b-114\% {
    bottom: -114%;
  }
  .mobile\:b\+114\% {
    bottom: 114%;
  }
  .mobile\:l-114vw {
    left: -114vw;
  }
  .mobile\:l\+114vw {
    left: 114vw;
  }
  .mobile\:l-114\% {
    left: -114%;
  }
  .mobile\:l\+114\% {
    left: 114%;
  }
  .mobile\:r-114vw {
    right: -114vw;
  }
  .mobile\:r\+114vw {
    right: 114vw;
  }
  .mobile\:r-114\% {
    right: -114%;
  }
  .mobile\:r\+114\% {
    right: 114%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-115vw {
    top: -115vw;
  }
  .mobile\:t\+115vw {
    top: 115vw;
  }
  .mobile\:t-115\% {
    top: -115%;
  }
  .mobile\:t\+115\% {
    top: 115%;
  }
  .mobile\:b-115vw {
    bottom: -115vw;
  }
  .mobile\:b\+115vw {
    bottom: 115vw;
  }
  .mobile\:b-115\% {
    bottom: -115%;
  }
  .mobile\:b\+115\% {
    bottom: 115%;
  }
  .mobile\:l-115vw {
    left: -115vw;
  }
  .mobile\:l\+115vw {
    left: 115vw;
  }
  .mobile\:l-115\% {
    left: -115%;
  }
  .mobile\:l\+115\% {
    left: 115%;
  }
  .mobile\:r-115vw {
    right: -115vw;
  }
  .mobile\:r\+115vw {
    right: 115vw;
  }
  .mobile\:r-115\% {
    right: -115%;
  }
  .mobile\:r\+115\% {
    right: 115%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-116vw {
    top: -116vw;
  }
  .mobile\:t\+116vw {
    top: 116vw;
  }
  .mobile\:t-116\% {
    top: -116%;
  }
  .mobile\:t\+116\% {
    top: 116%;
  }
  .mobile\:b-116vw {
    bottom: -116vw;
  }
  .mobile\:b\+116vw {
    bottom: 116vw;
  }
  .mobile\:b-116\% {
    bottom: -116%;
  }
  .mobile\:b\+116\% {
    bottom: 116%;
  }
  .mobile\:l-116vw {
    left: -116vw;
  }
  .mobile\:l\+116vw {
    left: 116vw;
  }
  .mobile\:l-116\% {
    left: -116%;
  }
  .mobile\:l\+116\% {
    left: 116%;
  }
  .mobile\:r-116vw {
    right: -116vw;
  }
  .mobile\:r\+116vw {
    right: 116vw;
  }
  .mobile\:r-116\% {
    right: -116%;
  }
  .mobile\:r\+116\% {
    right: 116%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-117vw {
    top: -117vw;
  }
  .mobile\:t\+117vw {
    top: 117vw;
  }
  .mobile\:t-117\% {
    top: -117%;
  }
  .mobile\:t\+117\% {
    top: 117%;
  }
  .mobile\:b-117vw {
    bottom: -117vw;
  }
  .mobile\:b\+117vw {
    bottom: 117vw;
  }
  .mobile\:b-117\% {
    bottom: -117%;
  }
  .mobile\:b\+117\% {
    bottom: 117%;
  }
  .mobile\:l-117vw {
    left: -117vw;
  }
  .mobile\:l\+117vw {
    left: 117vw;
  }
  .mobile\:l-117\% {
    left: -117%;
  }
  .mobile\:l\+117\% {
    left: 117%;
  }
  .mobile\:r-117vw {
    right: -117vw;
  }
  .mobile\:r\+117vw {
    right: 117vw;
  }
  .mobile\:r-117\% {
    right: -117%;
  }
  .mobile\:r\+117\% {
    right: 117%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-118vw {
    top: -118vw;
  }
  .mobile\:t\+118vw {
    top: 118vw;
  }
  .mobile\:t-118\% {
    top: -118%;
  }
  .mobile\:t\+118\% {
    top: 118%;
  }
  .mobile\:b-118vw {
    bottom: -118vw;
  }
  .mobile\:b\+118vw {
    bottom: 118vw;
  }
  .mobile\:b-118\% {
    bottom: -118%;
  }
  .mobile\:b\+118\% {
    bottom: 118%;
  }
  .mobile\:l-118vw {
    left: -118vw;
  }
  .mobile\:l\+118vw {
    left: 118vw;
  }
  .mobile\:l-118\% {
    left: -118%;
  }
  .mobile\:l\+118\% {
    left: 118%;
  }
  .mobile\:r-118vw {
    right: -118vw;
  }
  .mobile\:r\+118vw {
    right: 118vw;
  }
  .mobile\:r-118\% {
    right: -118%;
  }
  .mobile\:r\+118\% {
    right: 118%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-119vw {
    top: -119vw;
  }
  .mobile\:t\+119vw {
    top: 119vw;
  }
  .mobile\:t-119\% {
    top: -119%;
  }
  .mobile\:t\+119\% {
    top: 119%;
  }
  .mobile\:b-119vw {
    bottom: -119vw;
  }
  .mobile\:b\+119vw {
    bottom: 119vw;
  }
  .mobile\:b-119\% {
    bottom: -119%;
  }
  .mobile\:b\+119\% {
    bottom: 119%;
  }
  .mobile\:l-119vw {
    left: -119vw;
  }
  .mobile\:l\+119vw {
    left: 119vw;
  }
  .mobile\:l-119\% {
    left: -119%;
  }
  .mobile\:l\+119\% {
    left: 119%;
  }
  .mobile\:r-119vw {
    right: -119vw;
  }
  .mobile\:r\+119vw {
    right: 119vw;
  }
  .mobile\:r-119\% {
    right: -119%;
  }
  .mobile\:r\+119\% {
    right: 119%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-120vw {
    top: -120vw;
  }
  .mobile\:t\+120vw {
    top: 120vw;
  }
  .mobile\:t-120\% {
    top: -120%;
  }
  .mobile\:t\+120\% {
    top: 120%;
  }
  .mobile\:b-120vw {
    bottom: -120vw;
  }
  .mobile\:b\+120vw {
    bottom: 120vw;
  }
  .mobile\:b-120\% {
    bottom: -120%;
  }
  .mobile\:b\+120\% {
    bottom: 120%;
  }
  .mobile\:l-120vw {
    left: -120vw;
  }
  .mobile\:l\+120vw {
    left: 120vw;
  }
  .mobile\:l-120\% {
    left: -120%;
  }
  .mobile\:l\+120\% {
    left: 120%;
  }
  .mobile\:r-120vw {
    right: -120vw;
  }
  .mobile\:r\+120vw {
    right: 120vw;
  }
  .mobile\:r-120\% {
    right: -120%;
  }
  .mobile\:r\+120\% {
    right: 120%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-121vw {
    top: -121vw;
  }
  .mobile\:t\+121vw {
    top: 121vw;
  }
  .mobile\:t-121\% {
    top: -121%;
  }
  .mobile\:t\+121\% {
    top: 121%;
  }
  .mobile\:b-121vw {
    bottom: -121vw;
  }
  .mobile\:b\+121vw {
    bottom: 121vw;
  }
  .mobile\:b-121\% {
    bottom: -121%;
  }
  .mobile\:b\+121\% {
    bottom: 121%;
  }
  .mobile\:l-121vw {
    left: -121vw;
  }
  .mobile\:l\+121vw {
    left: 121vw;
  }
  .mobile\:l-121\% {
    left: -121%;
  }
  .mobile\:l\+121\% {
    left: 121%;
  }
  .mobile\:r-121vw {
    right: -121vw;
  }
  .mobile\:r\+121vw {
    right: 121vw;
  }
  .mobile\:r-121\% {
    right: -121%;
  }
  .mobile\:r\+121\% {
    right: 121%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-122vw {
    top: -122vw;
  }
  .mobile\:t\+122vw {
    top: 122vw;
  }
  .mobile\:t-122\% {
    top: -122%;
  }
  .mobile\:t\+122\% {
    top: 122%;
  }
  .mobile\:b-122vw {
    bottom: -122vw;
  }
  .mobile\:b\+122vw {
    bottom: 122vw;
  }
  .mobile\:b-122\% {
    bottom: -122%;
  }
  .mobile\:b\+122\% {
    bottom: 122%;
  }
  .mobile\:l-122vw {
    left: -122vw;
  }
  .mobile\:l\+122vw {
    left: 122vw;
  }
  .mobile\:l-122\% {
    left: -122%;
  }
  .mobile\:l\+122\% {
    left: 122%;
  }
  .mobile\:r-122vw {
    right: -122vw;
  }
  .mobile\:r\+122vw {
    right: 122vw;
  }
  .mobile\:r-122\% {
    right: -122%;
  }
  .mobile\:r\+122\% {
    right: 122%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-123vw {
    top: -123vw;
  }
  .mobile\:t\+123vw {
    top: 123vw;
  }
  .mobile\:t-123\% {
    top: -123%;
  }
  .mobile\:t\+123\% {
    top: 123%;
  }
  .mobile\:b-123vw {
    bottom: -123vw;
  }
  .mobile\:b\+123vw {
    bottom: 123vw;
  }
  .mobile\:b-123\% {
    bottom: -123%;
  }
  .mobile\:b\+123\% {
    bottom: 123%;
  }
  .mobile\:l-123vw {
    left: -123vw;
  }
  .mobile\:l\+123vw {
    left: 123vw;
  }
  .mobile\:l-123\% {
    left: -123%;
  }
  .mobile\:l\+123\% {
    left: 123%;
  }
  .mobile\:r-123vw {
    right: -123vw;
  }
  .mobile\:r\+123vw {
    right: 123vw;
  }
  .mobile\:r-123\% {
    right: -123%;
  }
  .mobile\:r\+123\% {
    right: 123%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-124vw {
    top: -124vw;
  }
  .mobile\:t\+124vw {
    top: 124vw;
  }
  .mobile\:t-124\% {
    top: -124%;
  }
  .mobile\:t\+124\% {
    top: 124%;
  }
  .mobile\:b-124vw {
    bottom: -124vw;
  }
  .mobile\:b\+124vw {
    bottom: 124vw;
  }
  .mobile\:b-124\% {
    bottom: -124%;
  }
  .mobile\:b\+124\% {
    bottom: 124%;
  }
  .mobile\:l-124vw {
    left: -124vw;
  }
  .mobile\:l\+124vw {
    left: 124vw;
  }
  .mobile\:l-124\% {
    left: -124%;
  }
  .mobile\:l\+124\% {
    left: 124%;
  }
  .mobile\:r-124vw {
    right: -124vw;
  }
  .mobile\:r\+124vw {
    right: 124vw;
  }
  .mobile\:r-124\% {
    right: -124%;
  }
  .mobile\:r\+124\% {
    right: 124%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-125vw {
    top: -125vw;
  }
  .mobile\:t\+125vw {
    top: 125vw;
  }
  .mobile\:t-125\% {
    top: -125%;
  }
  .mobile\:t\+125\% {
    top: 125%;
  }
  .mobile\:b-125vw {
    bottom: -125vw;
  }
  .mobile\:b\+125vw {
    bottom: 125vw;
  }
  .mobile\:b-125\% {
    bottom: -125%;
  }
  .mobile\:b\+125\% {
    bottom: 125%;
  }
  .mobile\:l-125vw {
    left: -125vw;
  }
  .mobile\:l\+125vw {
    left: 125vw;
  }
  .mobile\:l-125\% {
    left: -125%;
  }
  .mobile\:l\+125\% {
    left: 125%;
  }
  .mobile\:r-125vw {
    right: -125vw;
  }
  .mobile\:r\+125vw {
    right: 125vw;
  }
  .mobile\:r-125\% {
    right: -125%;
  }
  .mobile\:r\+125\% {
    right: 125%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-126vw {
    top: -126vw;
  }
  .mobile\:t\+126vw {
    top: 126vw;
  }
  .mobile\:t-126\% {
    top: -126%;
  }
  .mobile\:t\+126\% {
    top: 126%;
  }
  .mobile\:b-126vw {
    bottom: -126vw;
  }
  .mobile\:b\+126vw {
    bottom: 126vw;
  }
  .mobile\:b-126\% {
    bottom: -126%;
  }
  .mobile\:b\+126\% {
    bottom: 126%;
  }
  .mobile\:l-126vw {
    left: -126vw;
  }
  .mobile\:l\+126vw {
    left: 126vw;
  }
  .mobile\:l-126\% {
    left: -126%;
  }
  .mobile\:l\+126\% {
    left: 126%;
  }
  .mobile\:r-126vw {
    right: -126vw;
  }
  .mobile\:r\+126vw {
    right: 126vw;
  }
  .mobile\:r-126\% {
    right: -126%;
  }
  .mobile\:r\+126\% {
    right: 126%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-127vw {
    top: -127vw;
  }
  .mobile\:t\+127vw {
    top: 127vw;
  }
  .mobile\:t-127\% {
    top: -127%;
  }
  .mobile\:t\+127\% {
    top: 127%;
  }
  .mobile\:b-127vw {
    bottom: -127vw;
  }
  .mobile\:b\+127vw {
    bottom: 127vw;
  }
  .mobile\:b-127\% {
    bottom: -127%;
  }
  .mobile\:b\+127\% {
    bottom: 127%;
  }
  .mobile\:l-127vw {
    left: -127vw;
  }
  .mobile\:l\+127vw {
    left: 127vw;
  }
  .mobile\:l-127\% {
    left: -127%;
  }
  .mobile\:l\+127\% {
    left: 127%;
  }
  .mobile\:r-127vw {
    right: -127vw;
  }
  .mobile\:r\+127vw {
    right: 127vw;
  }
  .mobile\:r-127\% {
    right: -127%;
  }
  .mobile\:r\+127\% {
    right: 127%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-128vw {
    top: -128vw;
  }
  .mobile\:t\+128vw {
    top: 128vw;
  }
  .mobile\:t-128\% {
    top: -128%;
  }
  .mobile\:t\+128\% {
    top: 128%;
  }
  .mobile\:b-128vw {
    bottom: -128vw;
  }
  .mobile\:b\+128vw {
    bottom: 128vw;
  }
  .mobile\:b-128\% {
    bottom: -128%;
  }
  .mobile\:b\+128\% {
    bottom: 128%;
  }
  .mobile\:l-128vw {
    left: -128vw;
  }
  .mobile\:l\+128vw {
    left: 128vw;
  }
  .mobile\:l-128\% {
    left: -128%;
  }
  .mobile\:l\+128\% {
    left: 128%;
  }
  .mobile\:r-128vw {
    right: -128vw;
  }
  .mobile\:r\+128vw {
    right: 128vw;
  }
  .mobile\:r-128\% {
    right: -128%;
  }
  .mobile\:r\+128\% {
    right: 128%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-129vw {
    top: -129vw;
  }
  .mobile\:t\+129vw {
    top: 129vw;
  }
  .mobile\:t-129\% {
    top: -129%;
  }
  .mobile\:t\+129\% {
    top: 129%;
  }
  .mobile\:b-129vw {
    bottom: -129vw;
  }
  .mobile\:b\+129vw {
    bottom: 129vw;
  }
  .mobile\:b-129\% {
    bottom: -129%;
  }
  .mobile\:b\+129\% {
    bottom: 129%;
  }
  .mobile\:l-129vw {
    left: -129vw;
  }
  .mobile\:l\+129vw {
    left: 129vw;
  }
  .mobile\:l-129\% {
    left: -129%;
  }
  .mobile\:l\+129\% {
    left: 129%;
  }
  .mobile\:r-129vw {
    right: -129vw;
  }
  .mobile\:r\+129vw {
    right: 129vw;
  }
  .mobile\:r-129\% {
    right: -129%;
  }
  .mobile\:r\+129\% {
    right: 129%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-130vw {
    top: -130vw;
  }
  .mobile\:t\+130vw {
    top: 130vw;
  }
  .mobile\:t-130\% {
    top: -130%;
  }
  .mobile\:t\+130\% {
    top: 130%;
  }
  .mobile\:b-130vw {
    bottom: -130vw;
  }
  .mobile\:b\+130vw {
    bottom: 130vw;
  }
  .mobile\:b-130\% {
    bottom: -130%;
  }
  .mobile\:b\+130\% {
    bottom: 130%;
  }
  .mobile\:l-130vw {
    left: -130vw;
  }
  .mobile\:l\+130vw {
    left: 130vw;
  }
  .mobile\:l-130\% {
    left: -130%;
  }
  .mobile\:l\+130\% {
    left: 130%;
  }
  .mobile\:r-130vw {
    right: -130vw;
  }
  .mobile\:r\+130vw {
    right: 130vw;
  }
  .mobile\:r-130\% {
    right: -130%;
  }
  .mobile\:r\+130\% {
    right: 130%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-131vw {
    top: -131vw;
  }
  .mobile\:t\+131vw {
    top: 131vw;
  }
  .mobile\:t-131\% {
    top: -131%;
  }
  .mobile\:t\+131\% {
    top: 131%;
  }
  .mobile\:b-131vw {
    bottom: -131vw;
  }
  .mobile\:b\+131vw {
    bottom: 131vw;
  }
  .mobile\:b-131\% {
    bottom: -131%;
  }
  .mobile\:b\+131\% {
    bottom: 131%;
  }
  .mobile\:l-131vw {
    left: -131vw;
  }
  .mobile\:l\+131vw {
    left: 131vw;
  }
  .mobile\:l-131\% {
    left: -131%;
  }
  .mobile\:l\+131\% {
    left: 131%;
  }
  .mobile\:r-131vw {
    right: -131vw;
  }
  .mobile\:r\+131vw {
    right: 131vw;
  }
  .mobile\:r-131\% {
    right: -131%;
  }
  .mobile\:r\+131\% {
    right: 131%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-132vw {
    top: -132vw;
  }
  .mobile\:t\+132vw {
    top: 132vw;
  }
  .mobile\:t-132\% {
    top: -132%;
  }
  .mobile\:t\+132\% {
    top: 132%;
  }
  .mobile\:b-132vw {
    bottom: -132vw;
  }
  .mobile\:b\+132vw {
    bottom: 132vw;
  }
  .mobile\:b-132\% {
    bottom: -132%;
  }
  .mobile\:b\+132\% {
    bottom: 132%;
  }
  .mobile\:l-132vw {
    left: -132vw;
  }
  .mobile\:l\+132vw {
    left: 132vw;
  }
  .mobile\:l-132\% {
    left: -132%;
  }
  .mobile\:l\+132\% {
    left: 132%;
  }
  .mobile\:r-132vw {
    right: -132vw;
  }
  .mobile\:r\+132vw {
    right: 132vw;
  }
  .mobile\:r-132\% {
    right: -132%;
  }
  .mobile\:r\+132\% {
    right: 132%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-133vw {
    top: -133vw;
  }
  .mobile\:t\+133vw {
    top: 133vw;
  }
  .mobile\:t-133\% {
    top: -133%;
  }
  .mobile\:t\+133\% {
    top: 133%;
  }
  .mobile\:b-133vw {
    bottom: -133vw;
  }
  .mobile\:b\+133vw {
    bottom: 133vw;
  }
  .mobile\:b-133\% {
    bottom: -133%;
  }
  .mobile\:b\+133\% {
    bottom: 133%;
  }
  .mobile\:l-133vw {
    left: -133vw;
  }
  .mobile\:l\+133vw {
    left: 133vw;
  }
  .mobile\:l-133\% {
    left: -133%;
  }
  .mobile\:l\+133\% {
    left: 133%;
  }
  .mobile\:r-133vw {
    right: -133vw;
  }
  .mobile\:r\+133vw {
    right: 133vw;
  }
  .mobile\:r-133\% {
    right: -133%;
  }
  .mobile\:r\+133\% {
    right: 133%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-134vw {
    top: -134vw;
  }
  .mobile\:t\+134vw {
    top: 134vw;
  }
  .mobile\:t-134\% {
    top: -134%;
  }
  .mobile\:t\+134\% {
    top: 134%;
  }
  .mobile\:b-134vw {
    bottom: -134vw;
  }
  .mobile\:b\+134vw {
    bottom: 134vw;
  }
  .mobile\:b-134\% {
    bottom: -134%;
  }
  .mobile\:b\+134\% {
    bottom: 134%;
  }
  .mobile\:l-134vw {
    left: -134vw;
  }
  .mobile\:l\+134vw {
    left: 134vw;
  }
  .mobile\:l-134\% {
    left: -134%;
  }
  .mobile\:l\+134\% {
    left: 134%;
  }
  .mobile\:r-134vw {
    right: -134vw;
  }
  .mobile\:r\+134vw {
    right: 134vw;
  }
  .mobile\:r-134\% {
    right: -134%;
  }
  .mobile\:r\+134\% {
    right: 134%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-135vw {
    top: -135vw;
  }
  .mobile\:t\+135vw {
    top: 135vw;
  }
  .mobile\:t-135\% {
    top: -135%;
  }
  .mobile\:t\+135\% {
    top: 135%;
  }
  .mobile\:b-135vw {
    bottom: -135vw;
  }
  .mobile\:b\+135vw {
    bottom: 135vw;
  }
  .mobile\:b-135\% {
    bottom: -135%;
  }
  .mobile\:b\+135\% {
    bottom: 135%;
  }
  .mobile\:l-135vw {
    left: -135vw;
  }
  .mobile\:l\+135vw {
    left: 135vw;
  }
  .mobile\:l-135\% {
    left: -135%;
  }
  .mobile\:l\+135\% {
    left: 135%;
  }
  .mobile\:r-135vw {
    right: -135vw;
  }
  .mobile\:r\+135vw {
    right: 135vw;
  }
  .mobile\:r-135\% {
    right: -135%;
  }
  .mobile\:r\+135\% {
    right: 135%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-136vw {
    top: -136vw;
  }
  .mobile\:t\+136vw {
    top: 136vw;
  }
  .mobile\:t-136\% {
    top: -136%;
  }
  .mobile\:t\+136\% {
    top: 136%;
  }
  .mobile\:b-136vw {
    bottom: -136vw;
  }
  .mobile\:b\+136vw {
    bottom: 136vw;
  }
  .mobile\:b-136\% {
    bottom: -136%;
  }
  .mobile\:b\+136\% {
    bottom: 136%;
  }
  .mobile\:l-136vw {
    left: -136vw;
  }
  .mobile\:l\+136vw {
    left: 136vw;
  }
  .mobile\:l-136\% {
    left: -136%;
  }
  .mobile\:l\+136\% {
    left: 136%;
  }
  .mobile\:r-136vw {
    right: -136vw;
  }
  .mobile\:r\+136vw {
    right: 136vw;
  }
  .mobile\:r-136\% {
    right: -136%;
  }
  .mobile\:r\+136\% {
    right: 136%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-137vw {
    top: -137vw;
  }
  .mobile\:t\+137vw {
    top: 137vw;
  }
  .mobile\:t-137\% {
    top: -137%;
  }
  .mobile\:t\+137\% {
    top: 137%;
  }
  .mobile\:b-137vw {
    bottom: -137vw;
  }
  .mobile\:b\+137vw {
    bottom: 137vw;
  }
  .mobile\:b-137\% {
    bottom: -137%;
  }
  .mobile\:b\+137\% {
    bottom: 137%;
  }
  .mobile\:l-137vw {
    left: -137vw;
  }
  .mobile\:l\+137vw {
    left: 137vw;
  }
  .mobile\:l-137\% {
    left: -137%;
  }
  .mobile\:l\+137\% {
    left: 137%;
  }
  .mobile\:r-137vw {
    right: -137vw;
  }
  .mobile\:r\+137vw {
    right: 137vw;
  }
  .mobile\:r-137\% {
    right: -137%;
  }
  .mobile\:r\+137\% {
    right: 137%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-138vw {
    top: -138vw;
  }
  .mobile\:t\+138vw {
    top: 138vw;
  }
  .mobile\:t-138\% {
    top: -138%;
  }
  .mobile\:t\+138\% {
    top: 138%;
  }
  .mobile\:b-138vw {
    bottom: -138vw;
  }
  .mobile\:b\+138vw {
    bottom: 138vw;
  }
  .mobile\:b-138\% {
    bottom: -138%;
  }
  .mobile\:b\+138\% {
    bottom: 138%;
  }
  .mobile\:l-138vw {
    left: -138vw;
  }
  .mobile\:l\+138vw {
    left: 138vw;
  }
  .mobile\:l-138\% {
    left: -138%;
  }
  .mobile\:l\+138\% {
    left: 138%;
  }
  .mobile\:r-138vw {
    right: -138vw;
  }
  .mobile\:r\+138vw {
    right: 138vw;
  }
  .mobile\:r-138\% {
    right: -138%;
  }
  .mobile\:r\+138\% {
    right: 138%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-139vw {
    top: -139vw;
  }
  .mobile\:t\+139vw {
    top: 139vw;
  }
  .mobile\:t-139\% {
    top: -139%;
  }
  .mobile\:t\+139\% {
    top: 139%;
  }
  .mobile\:b-139vw {
    bottom: -139vw;
  }
  .mobile\:b\+139vw {
    bottom: 139vw;
  }
  .mobile\:b-139\% {
    bottom: -139%;
  }
  .mobile\:b\+139\% {
    bottom: 139%;
  }
  .mobile\:l-139vw {
    left: -139vw;
  }
  .mobile\:l\+139vw {
    left: 139vw;
  }
  .mobile\:l-139\% {
    left: -139%;
  }
  .mobile\:l\+139\% {
    left: 139%;
  }
  .mobile\:r-139vw {
    right: -139vw;
  }
  .mobile\:r\+139vw {
    right: 139vw;
  }
  .mobile\:r-139\% {
    right: -139%;
  }
  .mobile\:r\+139\% {
    right: 139%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-140vw {
    top: -140vw;
  }
  .mobile\:t\+140vw {
    top: 140vw;
  }
  .mobile\:t-140\% {
    top: -140%;
  }
  .mobile\:t\+140\% {
    top: 140%;
  }
  .mobile\:b-140vw {
    bottom: -140vw;
  }
  .mobile\:b\+140vw {
    bottom: 140vw;
  }
  .mobile\:b-140\% {
    bottom: -140%;
  }
  .mobile\:b\+140\% {
    bottom: 140%;
  }
  .mobile\:l-140vw {
    left: -140vw;
  }
  .mobile\:l\+140vw {
    left: 140vw;
  }
  .mobile\:l-140\% {
    left: -140%;
  }
  .mobile\:l\+140\% {
    left: 140%;
  }
  .mobile\:r-140vw {
    right: -140vw;
  }
  .mobile\:r\+140vw {
    right: 140vw;
  }
  .mobile\:r-140\% {
    right: -140%;
  }
  .mobile\:r\+140\% {
    right: 140%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-141vw {
    top: -141vw;
  }
  .mobile\:t\+141vw {
    top: 141vw;
  }
  .mobile\:t-141\% {
    top: -141%;
  }
  .mobile\:t\+141\% {
    top: 141%;
  }
  .mobile\:b-141vw {
    bottom: -141vw;
  }
  .mobile\:b\+141vw {
    bottom: 141vw;
  }
  .mobile\:b-141\% {
    bottom: -141%;
  }
  .mobile\:b\+141\% {
    bottom: 141%;
  }
  .mobile\:l-141vw {
    left: -141vw;
  }
  .mobile\:l\+141vw {
    left: 141vw;
  }
  .mobile\:l-141\% {
    left: -141%;
  }
  .mobile\:l\+141\% {
    left: 141%;
  }
  .mobile\:r-141vw {
    right: -141vw;
  }
  .mobile\:r\+141vw {
    right: 141vw;
  }
  .mobile\:r-141\% {
    right: -141%;
  }
  .mobile\:r\+141\% {
    right: 141%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-142vw {
    top: -142vw;
  }
  .mobile\:t\+142vw {
    top: 142vw;
  }
  .mobile\:t-142\% {
    top: -142%;
  }
  .mobile\:t\+142\% {
    top: 142%;
  }
  .mobile\:b-142vw {
    bottom: -142vw;
  }
  .mobile\:b\+142vw {
    bottom: 142vw;
  }
  .mobile\:b-142\% {
    bottom: -142%;
  }
  .mobile\:b\+142\% {
    bottom: 142%;
  }
  .mobile\:l-142vw {
    left: -142vw;
  }
  .mobile\:l\+142vw {
    left: 142vw;
  }
  .mobile\:l-142\% {
    left: -142%;
  }
  .mobile\:l\+142\% {
    left: 142%;
  }
  .mobile\:r-142vw {
    right: -142vw;
  }
  .mobile\:r\+142vw {
    right: 142vw;
  }
  .mobile\:r-142\% {
    right: -142%;
  }
  .mobile\:r\+142\% {
    right: 142%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-143vw {
    top: -143vw;
  }
  .mobile\:t\+143vw {
    top: 143vw;
  }
  .mobile\:t-143\% {
    top: -143%;
  }
  .mobile\:t\+143\% {
    top: 143%;
  }
  .mobile\:b-143vw {
    bottom: -143vw;
  }
  .mobile\:b\+143vw {
    bottom: 143vw;
  }
  .mobile\:b-143\% {
    bottom: -143%;
  }
  .mobile\:b\+143\% {
    bottom: 143%;
  }
  .mobile\:l-143vw {
    left: -143vw;
  }
  .mobile\:l\+143vw {
    left: 143vw;
  }
  .mobile\:l-143\% {
    left: -143%;
  }
  .mobile\:l\+143\% {
    left: 143%;
  }
  .mobile\:r-143vw {
    right: -143vw;
  }
  .mobile\:r\+143vw {
    right: 143vw;
  }
  .mobile\:r-143\% {
    right: -143%;
  }
  .mobile\:r\+143\% {
    right: 143%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-144vw {
    top: -144vw;
  }
  .mobile\:t\+144vw {
    top: 144vw;
  }
  .mobile\:t-144\% {
    top: -144%;
  }
  .mobile\:t\+144\% {
    top: 144%;
  }
  .mobile\:b-144vw {
    bottom: -144vw;
  }
  .mobile\:b\+144vw {
    bottom: 144vw;
  }
  .mobile\:b-144\% {
    bottom: -144%;
  }
  .mobile\:b\+144\% {
    bottom: 144%;
  }
  .mobile\:l-144vw {
    left: -144vw;
  }
  .mobile\:l\+144vw {
    left: 144vw;
  }
  .mobile\:l-144\% {
    left: -144%;
  }
  .mobile\:l\+144\% {
    left: 144%;
  }
  .mobile\:r-144vw {
    right: -144vw;
  }
  .mobile\:r\+144vw {
    right: 144vw;
  }
  .mobile\:r-144\% {
    right: -144%;
  }
  .mobile\:r\+144\% {
    right: 144%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-145vw {
    top: -145vw;
  }
  .mobile\:t\+145vw {
    top: 145vw;
  }
  .mobile\:t-145\% {
    top: -145%;
  }
  .mobile\:t\+145\% {
    top: 145%;
  }
  .mobile\:b-145vw {
    bottom: -145vw;
  }
  .mobile\:b\+145vw {
    bottom: 145vw;
  }
  .mobile\:b-145\% {
    bottom: -145%;
  }
  .mobile\:b\+145\% {
    bottom: 145%;
  }
  .mobile\:l-145vw {
    left: -145vw;
  }
  .mobile\:l\+145vw {
    left: 145vw;
  }
  .mobile\:l-145\% {
    left: -145%;
  }
  .mobile\:l\+145\% {
    left: 145%;
  }
  .mobile\:r-145vw {
    right: -145vw;
  }
  .mobile\:r\+145vw {
    right: 145vw;
  }
  .mobile\:r-145\% {
    right: -145%;
  }
  .mobile\:r\+145\% {
    right: 145%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-146vw {
    top: -146vw;
  }
  .mobile\:t\+146vw {
    top: 146vw;
  }
  .mobile\:t-146\% {
    top: -146%;
  }
  .mobile\:t\+146\% {
    top: 146%;
  }
  .mobile\:b-146vw {
    bottom: -146vw;
  }
  .mobile\:b\+146vw {
    bottom: 146vw;
  }
  .mobile\:b-146\% {
    bottom: -146%;
  }
  .mobile\:b\+146\% {
    bottom: 146%;
  }
  .mobile\:l-146vw {
    left: -146vw;
  }
  .mobile\:l\+146vw {
    left: 146vw;
  }
  .mobile\:l-146\% {
    left: -146%;
  }
  .mobile\:l\+146\% {
    left: 146%;
  }
  .mobile\:r-146vw {
    right: -146vw;
  }
  .mobile\:r\+146vw {
    right: 146vw;
  }
  .mobile\:r-146\% {
    right: -146%;
  }
  .mobile\:r\+146\% {
    right: 146%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-147vw {
    top: -147vw;
  }
  .mobile\:t\+147vw {
    top: 147vw;
  }
  .mobile\:t-147\% {
    top: -147%;
  }
  .mobile\:t\+147\% {
    top: 147%;
  }
  .mobile\:b-147vw {
    bottom: -147vw;
  }
  .mobile\:b\+147vw {
    bottom: 147vw;
  }
  .mobile\:b-147\% {
    bottom: -147%;
  }
  .mobile\:b\+147\% {
    bottom: 147%;
  }
  .mobile\:l-147vw {
    left: -147vw;
  }
  .mobile\:l\+147vw {
    left: 147vw;
  }
  .mobile\:l-147\% {
    left: -147%;
  }
  .mobile\:l\+147\% {
    left: 147%;
  }
  .mobile\:r-147vw {
    right: -147vw;
  }
  .mobile\:r\+147vw {
    right: 147vw;
  }
  .mobile\:r-147\% {
    right: -147%;
  }
  .mobile\:r\+147\% {
    right: 147%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-148vw {
    top: -148vw;
  }
  .mobile\:t\+148vw {
    top: 148vw;
  }
  .mobile\:t-148\% {
    top: -148%;
  }
  .mobile\:t\+148\% {
    top: 148%;
  }
  .mobile\:b-148vw {
    bottom: -148vw;
  }
  .mobile\:b\+148vw {
    bottom: 148vw;
  }
  .mobile\:b-148\% {
    bottom: -148%;
  }
  .mobile\:b\+148\% {
    bottom: 148%;
  }
  .mobile\:l-148vw {
    left: -148vw;
  }
  .mobile\:l\+148vw {
    left: 148vw;
  }
  .mobile\:l-148\% {
    left: -148%;
  }
  .mobile\:l\+148\% {
    left: 148%;
  }
  .mobile\:r-148vw {
    right: -148vw;
  }
  .mobile\:r\+148vw {
    right: 148vw;
  }
  .mobile\:r-148\% {
    right: -148%;
  }
  .mobile\:r\+148\% {
    right: 148%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-149vw {
    top: -149vw;
  }
  .mobile\:t\+149vw {
    top: 149vw;
  }
  .mobile\:t-149\% {
    top: -149%;
  }
  .mobile\:t\+149\% {
    top: 149%;
  }
  .mobile\:b-149vw {
    bottom: -149vw;
  }
  .mobile\:b\+149vw {
    bottom: 149vw;
  }
  .mobile\:b-149\% {
    bottom: -149%;
  }
  .mobile\:b\+149\% {
    bottom: 149%;
  }
  .mobile\:l-149vw {
    left: -149vw;
  }
  .mobile\:l\+149vw {
    left: 149vw;
  }
  .mobile\:l-149\% {
    left: -149%;
  }
  .mobile\:l\+149\% {
    left: 149%;
  }
  .mobile\:r-149vw {
    right: -149vw;
  }
  .mobile\:r\+149vw {
    right: 149vw;
  }
  .mobile\:r-149\% {
    right: -149%;
  }
  .mobile\:r\+149\% {
    right: 149%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-150vw {
    top: -150vw;
  }
  .mobile\:t\+150vw {
    top: 150vw;
  }
  .mobile\:t-150\% {
    top: -150%;
  }
  .mobile\:t\+150\% {
    top: 150%;
  }
  .mobile\:b-150vw {
    bottom: -150vw;
  }
  .mobile\:b\+150vw {
    bottom: 150vw;
  }
  .mobile\:b-150\% {
    bottom: -150%;
  }
  .mobile\:b\+150\% {
    bottom: 150%;
  }
  .mobile\:l-150vw {
    left: -150vw;
  }
  .mobile\:l\+150vw {
    left: 150vw;
  }
  .mobile\:l-150\% {
    left: -150%;
  }
  .mobile\:l\+150\% {
    left: 150%;
  }
  .mobile\:r-150vw {
    right: -150vw;
  }
  .mobile\:r\+150vw {
    right: 150vw;
  }
  .mobile\:r-150\% {
    right: -150%;
  }
  .mobile\:r\+150\% {
    right: 150%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-151vw {
    top: -151vw;
  }
  .mobile\:t\+151vw {
    top: 151vw;
  }
  .mobile\:t-151\% {
    top: -151%;
  }
  .mobile\:t\+151\% {
    top: 151%;
  }
  .mobile\:b-151vw {
    bottom: -151vw;
  }
  .mobile\:b\+151vw {
    bottom: 151vw;
  }
  .mobile\:b-151\% {
    bottom: -151%;
  }
  .mobile\:b\+151\% {
    bottom: 151%;
  }
  .mobile\:l-151vw {
    left: -151vw;
  }
  .mobile\:l\+151vw {
    left: 151vw;
  }
  .mobile\:l-151\% {
    left: -151%;
  }
  .mobile\:l\+151\% {
    left: 151%;
  }
  .mobile\:r-151vw {
    right: -151vw;
  }
  .mobile\:r\+151vw {
    right: 151vw;
  }
  .mobile\:r-151\% {
    right: -151%;
  }
  .mobile\:r\+151\% {
    right: 151%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-152vw {
    top: -152vw;
  }
  .mobile\:t\+152vw {
    top: 152vw;
  }
  .mobile\:t-152\% {
    top: -152%;
  }
  .mobile\:t\+152\% {
    top: 152%;
  }
  .mobile\:b-152vw {
    bottom: -152vw;
  }
  .mobile\:b\+152vw {
    bottom: 152vw;
  }
  .mobile\:b-152\% {
    bottom: -152%;
  }
  .mobile\:b\+152\% {
    bottom: 152%;
  }
  .mobile\:l-152vw {
    left: -152vw;
  }
  .mobile\:l\+152vw {
    left: 152vw;
  }
  .mobile\:l-152\% {
    left: -152%;
  }
  .mobile\:l\+152\% {
    left: 152%;
  }
  .mobile\:r-152vw {
    right: -152vw;
  }
  .mobile\:r\+152vw {
    right: 152vw;
  }
  .mobile\:r-152\% {
    right: -152%;
  }
  .mobile\:r\+152\% {
    right: 152%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-153vw {
    top: -153vw;
  }
  .mobile\:t\+153vw {
    top: 153vw;
  }
  .mobile\:t-153\% {
    top: -153%;
  }
  .mobile\:t\+153\% {
    top: 153%;
  }
  .mobile\:b-153vw {
    bottom: -153vw;
  }
  .mobile\:b\+153vw {
    bottom: 153vw;
  }
  .mobile\:b-153\% {
    bottom: -153%;
  }
  .mobile\:b\+153\% {
    bottom: 153%;
  }
  .mobile\:l-153vw {
    left: -153vw;
  }
  .mobile\:l\+153vw {
    left: 153vw;
  }
  .mobile\:l-153\% {
    left: -153%;
  }
  .mobile\:l\+153\% {
    left: 153%;
  }
  .mobile\:r-153vw {
    right: -153vw;
  }
  .mobile\:r\+153vw {
    right: 153vw;
  }
  .mobile\:r-153\% {
    right: -153%;
  }
  .mobile\:r\+153\% {
    right: 153%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-154vw {
    top: -154vw;
  }
  .mobile\:t\+154vw {
    top: 154vw;
  }
  .mobile\:t-154\% {
    top: -154%;
  }
  .mobile\:t\+154\% {
    top: 154%;
  }
  .mobile\:b-154vw {
    bottom: -154vw;
  }
  .mobile\:b\+154vw {
    bottom: 154vw;
  }
  .mobile\:b-154\% {
    bottom: -154%;
  }
  .mobile\:b\+154\% {
    bottom: 154%;
  }
  .mobile\:l-154vw {
    left: -154vw;
  }
  .mobile\:l\+154vw {
    left: 154vw;
  }
  .mobile\:l-154\% {
    left: -154%;
  }
  .mobile\:l\+154\% {
    left: 154%;
  }
  .mobile\:r-154vw {
    right: -154vw;
  }
  .mobile\:r\+154vw {
    right: 154vw;
  }
  .mobile\:r-154\% {
    right: -154%;
  }
  .mobile\:r\+154\% {
    right: 154%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-155vw {
    top: -155vw;
  }
  .mobile\:t\+155vw {
    top: 155vw;
  }
  .mobile\:t-155\% {
    top: -155%;
  }
  .mobile\:t\+155\% {
    top: 155%;
  }
  .mobile\:b-155vw {
    bottom: -155vw;
  }
  .mobile\:b\+155vw {
    bottom: 155vw;
  }
  .mobile\:b-155\% {
    bottom: -155%;
  }
  .mobile\:b\+155\% {
    bottom: 155%;
  }
  .mobile\:l-155vw {
    left: -155vw;
  }
  .mobile\:l\+155vw {
    left: 155vw;
  }
  .mobile\:l-155\% {
    left: -155%;
  }
  .mobile\:l\+155\% {
    left: 155%;
  }
  .mobile\:r-155vw {
    right: -155vw;
  }
  .mobile\:r\+155vw {
    right: 155vw;
  }
  .mobile\:r-155\% {
    right: -155%;
  }
  .mobile\:r\+155\% {
    right: 155%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-156vw {
    top: -156vw;
  }
  .mobile\:t\+156vw {
    top: 156vw;
  }
  .mobile\:t-156\% {
    top: -156%;
  }
  .mobile\:t\+156\% {
    top: 156%;
  }
  .mobile\:b-156vw {
    bottom: -156vw;
  }
  .mobile\:b\+156vw {
    bottom: 156vw;
  }
  .mobile\:b-156\% {
    bottom: -156%;
  }
  .mobile\:b\+156\% {
    bottom: 156%;
  }
  .mobile\:l-156vw {
    left: -156vw;
  }
  .mobile\:l\+156vw {
    left: 156vw;
  }
  .mobile\:l-156\% {
    left: -156%;
  }
  .mobile\:l\+156\% {
    left: 156%;
  }
  .mobile\:r-156vw {
    right: -156vw;
  }
  .mobile\:r\+156vw {
    right: 156vw;
  }
  .mobile\:r-156\% {
    right: -156%;
  }
  .mobile\:r\+156\% {
    right: 156%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-157vw {
    top: -157vw;
  }
  .mobile\:t\+157vw {
    top: 157vw;
  }
  .mobile\:t-157\% {
    top: -157%;
  }
  .mobile\:t\+157\% {
    top: 157%;
  }
  .mobile\:b-157vw {
    bottom: -157vw;
  }
  .mobile\:b\+157vw {
    bottom: 157vw;
  }
  .mobile\:b-157\% {
    bottom: -157%;
  }
  .mobile\:b\+157\% {
    bottom: 157%;
  }
  .mobile\:l-157vw {
    left: -157vw;
  }
  .mobile\:l\+157vw {
    left: 157vw;
  }
  .mobile\:l-157\% {
    left: -157%;
  }
  .mobile\:l\+157\% {
    left: 157%;
  }
  .mobile\:r-157vw {
    right: -157vw;
  }
  .mobile\:r\+157vw {
    right: 157vw;
  }
  .mobile\:r-157\% {
    right: -157%;
  }
  .mobile\:r\+157\% {
    right: 157%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-158vw {
    top: -158vw;
  }
  .mobile\:t\+158vw {
    top: 158vw;
  }
  .mobile\:t-158\% {
    top: -158%;
  }
  .mobile\:t\+158\% {
    top: 158%;
  }
  .mobile\:b-158vw {
    bottom: -158vw;
  }
  .mobile\:b\+158vw {
    bottom: 158vw;
  }
  .mobile\:b-158\% {
    bottom: -158%;
  }
  .mobile\:b\+158\% {
    bottom: 158%;
  }
  .mobile\:l-158vw {
    left: -158vw;
  }
  .mobile\:l\+158vw {
    left: 158vw;
  }
  .mobile\:l-158\% {
    left: -158%;
  }
  .mobile\:l\+158\% {
    left: 158%;
  }
  .mobile\:r-158vw {
    right: -158vw;
  }
  .mobile\:r\+158vw {
    right: 158vw;
  }
  .mobile\:r-158\% {
    right: -158%;
  }
  .mobile\:r\+158\% {
    right: 158%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-159vw {
    top: -159vw;
  }
  .mobile\:t\+159vw {
    top: 159vw;
  }
  .mobile\:t-159\% {
    top: -159%;
  }
  .mobile\:t\+159\% {
    top: 159%;
  }
  .mobile\:b-159vw {
    bottom: -159vw;
  }
  .mobile\:b\+159vw {
    bottom: 159vw;
  }
  .mobile\:b-159\% {
    bottom: -159%;
  }
  .mobile\:b\+159\% {
    bottom: 159%;
  }
  .mobile\:l-159vw {
    left: -159vw;
  }
  .mobile\:l\+159vw {
    left: 159vw;
  }
  .mobile\:l-159\% {
    left: -159%;
  }
  .mobile\:l\+159\% {
    left: 159%;
  }
  .mobile\:r-159vw {
    right: -159vw;
  }
  .mobile\:r\+159vw {
    right: 159vw;
  }
  .mobile\:r-159\% {
    right: -159%;
  }
  .mobile\:r\+159\% {
    right: 159%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-160vw {
    top: -160vw;
  }
  .mobile\:t\+160vw {
    top: 160vw;
  }
  .mobile\:t-160\% {
    top: -160%;
  }
  .mobile\:t\+160\% {
    top: 160%;
  }
  .mobile\:b-160vw {
    bottom: -160vw;
  }
  .mobile\:b\+160vw {
    bottom: 160vw;
  }
  .mobile\:b-160\% {
    bottom: -160%;
  }
  .mobile\:b\+160\% {
    bottom: 160%;
  }
  .mobile\:l-160vw {
    left: -160vw;
  }
  .mobile\:l\+160vw {
    left: 160vw;
  }
  .mobile\:l-160\% {
    left: -160%;
  }
  .mobile\:l\+160\% {
    left: 160%;
  }
  .mobile\:r-160vw {
    right: -160vw;
  }
  .mobile\:r\+160vw {
    right: 160vw;
  }
  .mobile\:r-160\% {
    right: -160%;
  }
  .mobile\:r\+160\% {
    right: 160%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-161vw {
    top: -161vw;
  }
  .mobile\:t\+161vw {
    top: 161vw;
  }
  .mobile\:t-161\% {
    top: -161%;
  }
  .mobile\:t\+161\% {
    top: 161%;
  }
  .mobile\:b-161vw {
    bottom: -161vw;
  }
  .mobile\:b\+161vw {
    bottom: 161vw;
  }
  .mobile\:b-161\% {
    bottom: -161%;
  }
  .mobile\:b\+161\% {
    bottom: 161%;
  }
  .mobile\:l-161vw {
    left: -161vw;
  }
  .mobile\:l\+161vw {
    left: 161vw;
  }
  .mobile\:l-161\% {
    left: -161%;
  }
  .mobile\:l\+161\% {
    left: 161%;
  }
  .mobile\:r-161vw {
    right: -161vw;
  }
  .mobile\:r\+161vw {
    right: 161vw;
  }
  .mobile\:r-161\% {
    right: -161%;
  }
  .mobile\:r\+161\% {
    right: 161%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-162vw {
    top: -162vw;
  }
  .mobile\:t\+162vw {
    top: 162vw;
  }
  .mobile\:t-162\% {
    top: -162%;
  }
  .mobile\:t\+162\% {
    top: 162%;
  }
  .mobile\:b-162vw {
    bottom: -162vw;
  }
  .mobile\:b\+162vw {
    bottom: 162vw;
  }
  .mobile\:b-162\% {
    bottom: -162%;
  }
  .mobile\:b\+162\% {
    bottom: 162%;
  }
  .mobile\:l-162vw {
    left: -162vw;
  }
  .mobile\:l\+162vw {
    left: 162vw;
  }
  .mobile\:l-162\% {
    left: -162%;
  }
  .mobile\:l\+162\% {
    left: 162%;
  }
  .mobile\:r-162vw {
    right: -162vw;
  }
  .mobile\:r\+162vw {
    right: 162vw;
  }
  .mobile\:r-162\% {
    right: -162%;
  }
  .mobile\:r\+162\% {
    right: 162%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-163vw {
    top: -163vw;
  }
  .mobile\:t\+163vw {
    top: 163vw;
  }
  .mobile\:t-163\% {
    top: -163%;
  }
  .mobile\:t\+163\% {
    top: 163%;
  }
  .mobile\:b-163vw {
    bottom: -163vw;
  }
  .mobile\:b\+163vw {
    bottom: 163vw;
  }
  .mobile\:b-163\% {
    bottom: -163%;
  }
  .mobile\:b\+163\% {
    bottom: 163%;
  }
  .mobile\:l-163vw {
    left: -163vw;
  }
  .mobile\:l\+163vw {
    left: 163vw;
  }
  .mobile\:l-163\% {
    left: -163%;
  }
  .mobile\:l\+163\% {
    left: 163%;
  }
  .mobile\:r-163vw {
    right: -163vw;
  }
  .mobile\:r\+163vw {
    right: 163vw;
  }
  .mobile\:r-163\% {
    right: -163%;
  }
  .mobile\:r\+163\% {
    right: 163%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-164vw {
    top: -164vw;
  }
  .mobile\:t\+164vw {
    top: 164vw;
  }
  .mobile\:t-164\% {
    top: -164%;
  }
  .mobile\:t\+164\% {
    top: 164%;
  }
  .mobile\:b-164vw {
    bottom: -164vw;
  }
  .mobile\:b\+164vw {
    bottom: 164vw;
  }
  .mobile\:b-164\% {
    bottom: -164%;
  }
  .mobile\:b\+164\% {
    bottom: 164%;
  }
  .mobile\:l-164vw {
    left: -164vw;
  }
  .mobile\:l\+164vw {
    left: 164vw;
  }
  .mobile\:l-164\% {
    left: -164%;
  }
  .mobile\:l\+164\% {
    left: 164%;
  }
  .mobile\:r-164vw {
    right: -164vw;
  }
  .mobile\:r\+164vw {
    right: 164vw;
  }
  .mobile\:r-164\% {
    right: -164%;
  }
  .mobile\:r\+164\% {
    right: 164%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-165vw {
    top: -165vw;
  }
  .mobile\:t\+165vw {
    top: 165vw;
  }
  .mobile\:t-165\% {
    top: -165%;
  }
  .mobile\:t\+165\% {
    top: 165%;
  }
  .mobile\:b-165vw {
    bottom: -165vw;
  }
  .mobile\:b\+165vw {
    bottom: 165vw;
  }
  .mobile\:b-165\% {
    bottom: -165%;
  }
  .mobile\:b\+165\% {
    bottom: 165%;
  }
  .mobile\:l-165vw {
    left: -165vw;
  }
  .mobile\:l\+165vw {
    left: 165vw;
  }
  .mobile\:l-165\% {
    left: -165%;
  }
  .mobile\:l\+165\% {
    left: 165%;
  }
  .mobile\:r-165vw {
    right: -165vw;
  }
  .mobile\:r\+165vw {
    right: 165vw;
  }
  .mobile\:r-165\% {
    right: -165%;
  }
  .mobile\:r\+165\% {
    right: 165%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-166vw {
    top: -166vw;
  }
  .mobile\:t\+166vw {
    top: 166vw;
  }
  .mobile\:t-166\% {
    top: -166%;
  }
  .mobile\:t\+166\% {
    top: 166%;
  }
  .mobile\:b-166vw {
    bottom: -166vw;
  }
  .mobile\:b\+166vw {
    bottom: 166vw;
  }
  .mobile\:b-166\% {
    bottom: -166%;
  }
  .mobile\:b\+166\% {
    bottom: 166%;
  }
  .mobile\:l-166vw {
    left: -166vw;
  }
  .mobile\:l\+166vw {
    left: 166vw;
  }
  .mobile\:l-166\% {
    left: -166%;
  }
  .mobile\:l\+166\% {
    left: 166%;
  }
  .mobile\:r-166vw {
    right: -166vw;
  }
  .mobile\:r\+166vw {
    right: 166vw;
  }
  .mobile\:r-166\% {
    right: -166%;
  }
  .mobile\:r\+166\% {
    right: 166%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-167vw {
    top: -167vw;
  }
  .mobile\:t\+167vw {
    top: 167vw;
  }
  .mobile\:t-167\% {
    top: -167%;
  }
  .mobile\:t\+167\% {
    top: 167%;
  }
  .mobile\:b-167vw {
    bottom: -167vw;
  }
  .mobile\:b\+167vw {
    bottom: 167vw;
  }
  .mobile\:b-167\% {
    bottom: -167%;
  }
  .mobile\:b\+167\% {
    bottom: 167%;
  }
  .mobile\:l-167vw {
    left: -167vw;
  }
  .mobile\:l\+167vw {
    left: 167vw;
  }
  .mobile\:l-167\% {
    left: -167%;
  }
  .mobile\:l\+167\% {
    left: 167%;
  }
  .mobile\:r-167vw {
    right: -167vw;
  }
  .mobile\:r\+167vw {
    right: 167vw;
  }
  .mobile\:r-167\% {
    right: -167%;
  }
  .mobile\:r\+167\% {
    right: 167%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-168vw {
    top: -168vw;
  }
  .mobile\:t\+168vw {
    top: 168vw;
  }
  .mobile\:t-168\% {
    top: -168%;
  }
  .mobile\:t\+168\% {
    top: 168%;
  }
  .mobile\:b-168vw {
    bottom: -168vw;
  }
  .mobile\:b\+168vw {
    bottom: 168vw;
  }
  .mobile\:b-168\% {
    bottom: -168%;
  }
  .mobile\:b\+168\% {
    bottom: 168%;
  }
  .mobile\:l-168vw {
    left: -168vw;
  }
  .mobile\:l\+168vw {
    left: 168vw;
  }
  .mobile\:l-168\% {
    left: -168%;
  }
  .mobile\:l\+168\% {
    left: 168%;
  }
  .mobile\:r-168vw {
    right: -168vw;
  }
  .mobile\:r\+168vw {
    right: 168vw;
  }
  .mobile\:r-168\% {
    right: -168%;
  }
  .mobile\:r\+168\% {
    right: 168%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-169vw {
    top: -169vw;
  }
  .mobile\:t\+169vw {
    top: 169vw;
  }
  .mobile\:t-169\% {
    top: -169%;
  }
  .mobile\:t\+169\% {
    top: 169%;
  }
  .mobile\:b-169vw {
    bottom: -169vw;
  }
  .mobile\:b\+169vw {
    bottom: 169vw;
  }
  .mobile\:b-169\% {
    bottom: -169%;
  }
  .mobile\:b\+169\% {
    bottom: 169%;
  }
  .mobile\:l-169vw {
    left: -169vw;
  }
  .mobile\:l\+169vw {
    left: 169vw;
  }
  .mobile\:l-169\% {
    left: -169%;
  }
  .mobile\:l\+169\% {
    left: 169%;
  }
  .mobile\:r-169vw {
    right: -169vw;
  }
  .mobile\:r\+169vw {
    right: 169vw;
  }
  .mobile\:r-169\% {
    right: -169%;
  }
  .mobile\:r\+169\% {
    right: 169%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-170vw {
    top: -170vw;
  }
  .mobile\:t\+170vw {
    top: 170vw;
  }
  .mobile\:t-170\% {
    top: -170%;
  }
  .mobile\:t\+170\% {
    top: 170%;
  }
  .mobile\:b-170vw {
    bottom: -170vw;
  }
  .mobile\:b\+170vw {
    bottom: 170vw;
  }
  .mobile\:b-170\% {
    bottom: -170%;
  }
  .mobile\:b\+170\% {
    bottom: 170%;
  }
  .mobile\:l-170vw {
    left: -170vw;
  }
  .mobile\:l\+170vw {
    left: 170vw;
  }
  .mobile\:l-170\% {
    left: -170%;
  }
  .mobile\:l\+170\% {
    left: 170%;
  }
  .mobile\:r-170vw {
    right: -170vw;
  }
  .mobile\:r\+170vw {
    right: 170vw;
  }
  .mobile\:r-170\% {
    right: -170%;
  }
  .mobile\:r\+170\% {
    right: 170%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-171vw {
    top: -171vw;
  }
  .mobile\:t\+171vw {
    top: 171vw;
  }
  .mobile\:t-171\% {
    top: -171%;
  }
  .mobile\:t\+171\% {
    top: 171%;
  }
  .mobile\:b-171vw {
    bottom: -171vw;
  }
  .mobile\:b\+171vw {
    bottom: 171vw;
  }
  .mobile\:b-171\% {
    bottom: -171%;
  }
  .mobile\:b\+171\% {
    bottom: 171%;
  }
  .mobile\:l-171vw {
    left: -171vw;
  }
  .mobile\:l\+171vw {
    left: 171vw;
  }
  .mobile\:l-171\% {
    left: -171%;
  }
  .mobile\:l\+171\% {
    left: 171%;
  }
  .mobile\:r-171vw {
    right: -171vw;
  }
  .mobile\:r\+171vw {
    right: 171vw;
  }
  .mobile\:r-171\% {
    right: -171%;
  }
  .mobile\:r\+171\% {
    right: 171%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-172vw {
    top: -172vw;
  }
  .mobile\:t\+172vw {
    top: 172vw;
  }
  .mobile\:t-172\% {
    top: -172%;
  }
  .mobile\:t\+172\% {
    top: 172%;
  }
  .mobile\:b-172vw {
    bottom: -172vw;
  }
  .mobile\:b\+172vw {
    bottom: 172vw;
  }
  .mobile\:b-172\% {
    bottom: -172%;
  }
  .mobile\:b\+172\% {
    bottom: 172%;
  }
  .mobile\:l-172vw {
    left: -172vw;
  }
  .mobile\:l\+172vw {
    left: 172vw;
  }
  .mobile\:l-172\% {
    left: -172%;
  }
  .mobile\:l\+172\% {
    left: 172%;
  }
  .mobile\:r-172vw {
    right: -172vw;
  }
  .mobile\:r\+172vw {
    right: 172vw;
  }
  .mobile\:r-172\% {
    right: -172%;
  }
  .mobile\:r\+172\% {
    right: 172%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-173vw {
    top: -173vw;
  }
  .mobile\:t\+173vw {
    top: 173vw;
  }
  .mobile\:t-173\% {
    top: -173%;
  }
  .mobile\:t\+173\% {
    top: 173%;
  }
  .mobile\:b-173vw {
    bottom: -173vw;
  }
  .mobile\:b\+173vw {
    bottom: 173vw;
  }
  .mobile\:b-173\% {
    bottom: -173%;
  }
  .mobile\:b\+173\% {
    bottom: 173%;
  }
  .mobile\:l-173vw {
    left: -173vw;
  }
  .mobile\:l\+173vw {
    left: 173vw;
  }
  .mobile\:l-173\% {
    left: -173%;
  }
  .mobile\:l\+173\% {
    left: 173%;
  }
  .mobile\:r-173vw {
    right: -173vw;
  }
  .mobile\:r\+173vw {
    right: 173vw;
  }
  .mobile\:r-173\% {
    right: -173%;
  }
  .mobile\:r\+173\% {
    right: 173%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-174vw {
    top: -174vw;
  }
  .mobile\:t\+174vw {
    top: 174vw;
  }
  .mobile\:t-174\% {
    top: -174%;
  }
  .mobile\:t\+174\% {
    top: 174%;
  }
  .mobile\:b-174vw {
    bottom: -174vw;
  }
  .mobile\:b\+174vw {
    bottom: 174vw;
  }
  .mobile\:b-174\% {
    bottom: -174%;
  }
  .mobile\:b\+174\% {
    bottom: 174%;
  }
  .mobile\:l-174vw {
    left: -174vw;
  }
  .mobile\:l\+174vw {
    left: 174vw;
  }
  .mobile\:l-174\% {
    left: -174%;
  }
  .mobile\:l\+174\% {
    left: 174%;
  }
  .mobile\:r-174vw {
    right: -174vw;
  }
  .mobile\:r\+174vw {
    right: 174vw;
  }
  .mobile\:r-174\% {
    right: -174%;
  }
  .mobile\:r\+174\% {
    right: 174%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-175vw {
    top: -175vw;
  }
  .mobile\:t\+175vw {
    top: 175vw;
  }
  .mobile\:t-175\% {
    top: -175%;
  }
  .mobile\:t\+175\% {
    top: 175%;
  }
  .mobile\:b-175vw {
    bottom: -175vw;
  }
  .mobile\:b\+175vw {
    bottom: 175vw;
  }
  .mobile\:b-175\% {
    bottom: -175%;
  }
  .mobile\:b\+175\% {
    bottom: 175%;
  }
  .mobile\:l-175vw {
    left: -175vw;
  }
  .mobile\:l\+175vw {
    left: 175vw;
  }
  .mobile\:l-175\% {
    left: -175%;
  }
  .mobile\:l\+175\% {
    left: 175%;
  }
  .mobile\:r-175vw {
    right: -175vw;
  }
  .mobile\:r\+175vw {
    right: 175vw;
  }
  .mobile\:r-175\% {
    right: -175%;
  }
  .mobile\:r\+175\% {
    right: 175%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-176vw {
    top: -176vw;
  }
  .mobile\:t\+176vw {
    top: 176vw;
  }
  .mobile\:t-176\% {
    top: -176%;
  }
  .mobile\:t\+176\% {
    top: 176%;
  }
  .mobile\:b-176vw {
    bottom: -176vw;
  }
  .mobile\:b\+176vw {
    bottom: 176vw;
  }
  .mobile\:b-176\% {
    bottom: -176%;
  }
  .mobile\:b\+176\% {
    bottom: 176%;
  }
  .mobile\:l-176vw {
    left: -176vw;
  }
  .mobile\:l\+176vw {
    left: 176vw;
  }
  .mobile\:l-176\% {
    left: -176%;
  }
  .mobile\:l\+176\% {
    left: 176%;
  }
  .mobile\:r-176vw {
    right: -176vw;
  }
  .mobile\:r\+176vw {
    right: 176vw;
  }
  .mobile\:r-176\% {
    right: -176%;
  }
  .mobile\:r\+176\% {
    right: 176%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-177vw {
    top: -177vw;
  }
  .mobile\:t\+177vw {
    top: 177vw;
  }
  .mobile\:t-177\% {
    top: -177%;
  }
  .mobile\:t\+177\% {
    top: 177%;
  }
  .mobile\:b-177vw {
    bottom: -177vw;
  }
  .mobile\:b\+177vw {
    bottom: 177vw;
  }
  .mobile\:b-177\% {
    bottom: -177%;
  }
  .mobile\:b\+177\% {
    bottom: 177%;
  }
  .mobile\:l-177vw {
    left: -177vw;
  }
  .mobile\:l\+177vw {
    left: 177vw;
  }
  .mobile\:l-177\% {
    left: -177%;
  }
  .mobile\:l\+177\% {
    left: 177%;
  }
  .mobile\:r-177vw {
    right: -177vw;
  }
  .mobile\:r\+177vw {
    right: 177vw;
  }
  .mobile\:r-177\% {
    right: -177%;
  }
  .mobile\:r\+177\% {
    right: 177%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-178vw {
    top: -178vw;
  }
  .mobile\:t\+178vw {
    top: 178vw;
  }
  .mobile\:t-178\% {
    top: -178%;
  }
  .mobile\:t\+178\% {
    top: 178%;
  }
  .mobile\:b-178vw {
    bottom: -178vw;
  }
  .mobile\:b\+178vw {
    bottom: 178vw;
  }
  .mobile\:b-178\% {
    bottom: -178%;
  }
  .mobile\:b\+178\% {
    bottom: 178%;
  }
  .mobile\:l-178vw {
    left: -178vw;
  }
  .mobile\:l\+178vw {
    left: 178vw;
  }
  .mobile\:l-178\% {
    left: -178%;
  }
  .mobile\:l\+178\% {
    left: 178%;
  }
  .mobile\:r-178vw {
    right: -178vw;
  }
  .mobile\:r\+178vw {
    right: 178vw;
  }
  .mobile\:r-178\% {
    right: -178%;
  }
  .mobile\:r\+178\% {
    right: 178%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-179vw {
    top: -179vw;
  }
  .mobile\:t\+179vw {
    top: 179vw;
  }
  .mobile\:t-179\% {
    top: -179%;
  }
  .mobile\:t\+179\% {
    top: 179%;
  }
  .mobile\:b-179vw {
    bottom: -179vw;
  }
  .mobile\:b\+179vw {
    bottom: 179vw;
  }
  .mobile\:b-179\% {
    bottom: -179%;
  }
  .mobile\:b\+179\% {
    bottom: 179%;
  }
  .mobile\:l-179vw {
    left: -179vw;
  }
  .mobile\:l\+179vw {
    left: 179vw;
  }
  .mobile\:l-179\% {
    left: -179%;
  }
  .mobile\:l\+179\% {
    left: 179%;
  }
  .mobile\:r-179vw {
    right: -179vw;
  }
  .mobile\:r\+179vw {
    right: 179vw;
  }
  .mobile\:r-179\% {
    right: -179%;
  }
  .mobile\:r\+179\% {
    right: 179%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-180vw {
    top: -180vw;
  }
  .mobile\:t\+180vw {
    top: 180vw;
  }
  .mobile\:t-180\% {
    top: -180%;
  }
  .mobile\:t\+180\% {
    top: 180%;
  }
  .mobile\:b-180vw {
    bottom: -180vw;
  }
  .mobile\:b\+180vw {
    bottom: 180vw;
  }
  .mobile\:b-180\% {
    bottom: -180%;
  }
  .mobile\:b\+180\% {
    bottom: 180%;
  }
  .mobile\:l-180vw {
    left: -180vw;
  }
  .mobile\:l\+180vw {
    left: 180vw;
  }
  .mobile\:l-180\% {
    left: -180%;
  }
  .mobile\:l\+180\% {
    left: 180%;
  }
  .mobile\:r-180vw {
    right: -180vw;
  }
  .mobile\:r\+180vw {
    right: 180vw;
  }
  .mobile\:r-180\% {
    right: -180%;
  }
  .mobile\:r\+180\% {
    right: 180%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-181vw {
    top: -181vw;
  }
  .mobile\:t\+181vw {
    top: 181vw;
  }
  .mobile\:t-181\% {
    top: -181%;
  }
  .mobile\:t\+181\% {
    top: 181%;
  }
  .mobile\:b-181vw {
    bottom: -181vw;
  }
  .mobile\:b\+181vw {
    bottom: 181vw;
  }
  .mobile\:b-181\% {
    bottom: -181%;
  }
  .mobile\:b\+181\% {
    bottom: 181%;
  }
  .mobile\:l-181vw {
    left: -181vw;
  }
  .mobile\:l\+181vw {
    left: 181vw;
  }
  .mobile\:l-181\% {
    left: -181%;
  }
  .mobile\:l\+181\% {
    left: 181%;
  }
  .mobile\:r-181vw {
    right: -181vw;
  }
  .mobile\:r\+181vw {
    right: 181vw;
  }
  .mobile\:r-181\% {
    right: -181%;
  }
  .mobile\:r\+181\% {
    right: 181%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-182vw {
    top: -182vw;
  }
  .mobile\:t\+182vw {
    top: 182vw;
  }
  .mobile\:t-182\% {
    top: -182%;
  }
  .mobile\:t\+182\% {
    top: 182%;
  }
  .mobile\:b-182vw {
    bottom: -182vw;
  }
  .mobile\:b\+182vw {
    bottom: 182vw;
  }
  .mobile\:b-182\% {
    bottom: -182%;
  }
  .mobile\:b\+182\% {
    bottom: 182%;
  }
  .mobile\:l-182vw {
    left: -182vw;
  }
  .mobile\:l\+182vw {
    left: 182vw;
  }
  .mobile\:l-182\% {
    left: -182%;
  }
  .mobile\:l\+182\% {
    left: 182%;
  }
  .mobile\:r-182vw {
    right: -182vw;
  }
  .mobile\:r\+182vw {
    right: 182vw;
  }
  .mobile\:r-182\% {
    right: -182%;
  }
  .mobile\:r\+182\% {
    right: 182%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-183vw {
    top: -183vw;
  }
  .mobile\:t\+183vw {
    top: 183vw;
  }
  .mobile\:t-183\% {
    top: -183%;
  }
  .mobile\:t\+183\% {
    top: 183%;
  }
  .mobile\:b-183vw {
    bottom: -183vw;
  }
  .mobile\:b\+183vw {
    bottom: 183vw;
  }
  .mobile\:b-183\% {
    bottom: -183%;
  }
  .mobile\:b\+183\% {
    bottom: 183%;
  }
  .mobile\:l-183vw {
    left: -183vw;
  }
  .mobile\:l\+183vw {
    left: 183vw;
  }
  .mobile\:l-183\% {
    left: -183%;
  }
  .mobile\:l\+183\% {
    left: 183%;
  }
  .mobile\:r-183vw {
    right: -183vw;
  }
  .mobile\:r\+183vw {
    right: 183vw;
  }
  .mobile\:r-183\% {
    right: -183%;
  }
  .mobile\:r\+183\% {
    right: 183%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-184vw {
    top: -184vw;
  }
  .mobile\:t\+184vw {
    top: 184vw;
  }
  .mobile\:t-184\% {
    top: -184%;
  }
  .mobile\:t\+184\% {
    top: 184%;
  }
  .mobile\:b-184vw {
    bottom: -184vw;
  }
  .mobile\:b\+184vw {
    bottom: 184vw;
  }
  .mobile\:b-184\% {
    bottom: -184%;
  }
  .mobile\:b\+184\% {
    bottom: 184%;
  }
  .mobile\:l-184vw {
    left: -184vw;
  }
  .mobile\:l\+184vw {
    left: 184vw;
  }
  .mobile\:l-184\% {
    left: -184%;
  }
  .mobile\:l\+184\% {
    left: 184%;
  }
  .mobile\:r-184vw {
    right: -184vw;
  }
  .mobile\:r\+184vw {
    right: 184vw;
  }
  .mobile\:r-184\% {
    right: -184%;
  }
  .mobile\:r\+184\% {
    right: 184%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-185vw {
    top: -185vw;
  }
  .mobile\:t\+185vw {
    top: 185vw;
  }
  .mobile\:t-185\% {
    top: -185%;
  }
  .mobile\:t\+185\% {
    top: 185%;
  }
  .mobile\:b-185vw {
    bottom: -185vw;
  }
  .mobile\:b\+185vw {
    bottom: 185vw;
  }
  .mobile\:b-185\% {
    bottom: -185%;
  }
  .mobile\:b\+185\% {
    bottom: 185%;
  }
  .mobile\:l-185vw {
    left: -185vw;
  }
  .mobile\:l\+185vw {
    left: 185vw;
  }
  .mobile\:l-185\% {
    left: -185%;
  }
  .mobile\:l\+185\% {
    left: 185%;
  }
  .mobile\:r-185vw {
    right: -185vw;
  }
  .mobile\:r\+185vw {
    right: 185vw;
  }
  .mobile\:r-185\% {
    right: -185%;
  }
  .mobile\:r\+185\% {
    right: 185%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-186vw {
    top: -186vw;
  }
  .mobile\:t\+186vw {
    top: 186vw;
  }
  .mobile\:t-186\% {
    top: -186%;
  }
  .mobile\:t\+186\% {
    top: 186%;
  }
  .mobile\:b-186vw {
    bottom: -186vw;
  }
  .mobile\:b\+186vw {
    bottom: 186vw;
  }
  .mobile\:b-186\% {
    bottom: -186%;
  }
  .mobile\:b\+186\% {
    bottom: 186%;
  }
  .mobile\:l-186vw {
    left: -186vw;
  }
  .mobile\:l\+186vw {
    left: 186vw;
  }
  .mobile\:l-186\% {
    left: -186%;
  }
  .mobile\:l\+186\% {
    left: 186%;
  }
  .mobile\:r-186vw {
    right: -186vw;
  }
  .mobile\:r\+186vw {
    right: 186vw;
  }
  .mobile\:r-186\% {
    right: -186%;
  }
  .mobile\:r\+186\% {
    right: 186%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-187vw {
    top: -187vw;
  }
  .mobile\:t\+187vw {
    top: 187vw;
  }
  .mobile\:t-187\% {
    top: -187%;
  }
  .mobile\:t\+187\% {
    top: 187%;
  }
  .mobile\:b-187vw {
    bottom: -187vw;
  }
  .mobile\:b\+187vw {
    bottom: 187vw;
  }
  .mobile\:b-187\% {
    bottom: -187%;
  }
  .mobile\:b\+187\% {
    bottom: 187%;
  }
  .mobile\:l-187vw {
    left: -187vw;
  }
  .mobile\:l\+187vw {
    left: 187vw;
  }
  .mobile\:l-187\% {
    left: -187%;
  }
  .mobile\:l\+187\% {
    left: 187%;
  }
  .mobile\:r-187vw {
    right: -187vw;
  }
  .mobile\:r\+187vw {
    right: 187vw;
  }
  .mobile\:r-187\% {
    right: -187%;
  }
  .mobile\:r\+187\% {
    right: 187%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-188vw {
    top: -188vw;
  }
  .mobile\:t\+188vw {
    top: 188vw;
  }
  .mobile\:t-188\% {
    top: -188%;
  }
  .mobile\:t\+188\% {
    top: 188%;
  }
  .mobile\:b-188vw {
    bottom: -188vw;
  }
  .mobile\:b\+188vw {
    bottom: 188vw;
  }
  .mobile\:b-188\% {
    bottom: -188%;
  }
  .mobile\:b\+188\% {
    bottom: 188%;
  }
  .mobile\:l-188vw {
    left: -188vw;
  }
  .mobile\:l\+188vw {
    left: 188vw;
  }
  .mobile\:l-188\% {
    left: -188%;
  }
  .mobile\:l\+188\% {
    left: 188%;
  }
  .mobile\:r-188vw {
    right: -188vw;
  }
  .mobile\:r\+188vw {
    right: 188vw;
  }
  .mobile\:r-188\% {
    right: -188%;
  }
  .mobile\:r\+188\% {
    right: 188%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-189vw {
    top: -189vw;
  }
  .mobile\:t\+189vw {
    top: 189vw;
  }
  .mobile\:t-189\% {
    top: -189%;
  }
  .mobile\:t\+189\% {
    top: 189%;
  }
  .mobile\:b-189vw {
    bottom: -189vw;
  }
  .mobile\:b\+189vw {
    bottom: 189vw;
  }
  .mobile\:b-189\% {
    bottom: -189%;
  }
  .mobile\:b\+189\% {
    bottom: 189%;
  }
  .mobile\:l-189vw {
    left: -189vw;
  }
  .mobile\:l\+189vw {
    left: 189vw;
  }
  .mobile\:l-189\% {
    left: -189%;
  }
  .mobile\:l\+189\% {
    left: 189%;
  }
  .mobile\:r-189vw {
    right: -189vw;
  }
  .mobile\:r\+189vw {
    right: 189vw;
  }
  .mobile\:r-189\% {
    right: -189%;
  }
  .mobile\:r\+189\% {
    right: 189%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-190vw {
    top: -190vw;
  }
  .mobile\:t\+190vw {
    top: 190vw;
  }
  .mobile\:t-190\% {
    top: -190%;
  }
  .mobile\:t\+190\% {
    top: 190%;
  }
  .mobile\:b-190vw {
    bottom: -190vw;
  }
  .mobile\:b\+190vw {
    bottom: 190vw;
  }
  .mobile\:b-190\% {
    bottom: -190%;
  }
  .mobile\:b\+190\% {
    bottom: 190%;
  }
  .mobile\:l-190vw {
    left: -190vw;
  }
  .mobile\:l\+190vw {
    left: 190vw;
  }
  .mobile\:l-190\% {
    left: -190%;
  }
  .mobile\:l\+190\% {
    left: 190%;
  }
  .mobile\:r-190vw {
    right: -190vw;
  }
  .mobile\:r\+190vw {
    right: 190vw;
  }
  .mobile\:r-190\% {
    right: -190%;
  }
  .mobile\:r\+190\% {
    right: 190%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-191vw {
    top: -191vw;
  }
  .mobile\:t\+191vw {
    top: 191vw;
  }
  .mobile\:t-191\% {
    top: -191%;
  }
  .mobile\:t\+191\% {
    top: 191%;
  }
  .mobile\:b-191vw {
    bottom: -191vw;
  }
  .mobile\:b\+191vw {
    bottom: 191vw;
  }
  .mobile\:b-191\% {
    bottom: -191%;
  }
  .mobile\:b\+191\% {
    bottom: 191%;
  }
  .mobile\:l-191vw {
    left: -191vw;
  }
  .mobile\:l\+191vw {
    left: 191vw;
  }
  .mobile\:l-191\% {
    left: -191%;
  }
  .mobile\:l\+191\% {
    left: 191%;
  }
  .mobile\:r-191vw {
    right: -191vw;
  }
  .mobile\:r\+191vw {
    right: 191vw;
  }
  .mobile\:r-191\% {
    right: -191%;
  }
  .mobile\:r\+191\% {
    right: 191%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-192vw {
    top: -192vw;
  }
  .mobile\:t\+192vw {
    top: 192vw;
  }
  .mobile\:t-192\% {
    top: -192%;
  }
  .mobile\:t\+192\% {
    top: 192%;
  }
  .mobile\:b-192vw {
    bottom: -192vw;
  }
  .mobile\:b\+192vw {
    bottom: 192vw;
  }
  .mobile\:b-192\% {
    bottom: -192%;
  }
  .mobile\:b\+192\% {
    bottom: 192%;
  }
  .mobile\:l-192vw {
    left: -192vw;
  }
  .mobile\:l\+192vw {
    left: 192vw;
  }
  .mobile\:l-192\% {
    left: -192%;
  }
  .mobile\:l\+192\% {
    left: 192%;
  }
  .mobile\:r-192vw {
    right: -192vw;
  }
  .mobile\:r\+192vw {
    right: 192vw;
  }
  .mobile\:r-192\% {
    right: -192%;
  }
  .mobile\:r\+192\% {
    right: 192%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-193vw {
    top: -193vw;
  }
  .mobile\:t\+193vw {
    top: 193vw;
  }
  .mobile\:t-193\% {
    top: -193%;
  }
  .mobile\:t\+193\% {
    top: 193%;
  }
  .mobile\:b-193vw {
    bottom: -193vw;
  }
  .mobile\:b\+193vw {
    bottom: 193vw;
  }
  .mobile\:b-193\% {
    bottom: -193%;
  }
  .mobile\:b\+193\% {
    bottom: 193%;
  }
  .mobile\:l-193vw {
    left: -193vw;
  }
  .mobile\:l\+193vw {
    left: 193vw;
  }
  .mobile\:l-193\% {
    left: -193%;
  }
  .mobile\:l\+193\% {
    left: 193%;
  }
  .mobile\:r-193vw {
    right: -193vw;
  }
  .mobile\:r\+193vw {
    right: 193vw;
  }
  .mobile\:r-193\% {
    right: -193%;
  }
  .mobile\:r\+193\% {
    right: 193%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-194vw {
    top: -194vw;
  }
  .mobile\:t\+194vw {
    top: 194vw;
  }
  .mobile\:t-194\% {
    top: -194%;
  }
  .mobile\:t\+194\% {
    top: 194%;
  }
  .mobile\:b-194vw {
    bottom: -194vw;
  }
  .mobile\:b\+194vw {
    bottom: 194vw;
  }
  .mobile\:b-194\% {
    bottom: -194%;
  }
  .mobile\:b\+194\% {
    bottom: 194%;
  }
  .mobile\:l-194vw {
    left: -194vw;
  }
  .mobile\:l\+194vw {
    left: 194vw;
  }
  .mobile\:l-194\% {
    left: -194%;
  }
  .mobile\:l\+194\% {
    left: 194%;
  }
  .mobile\:r-194vw {
    right: -194vw;
  }
  .mobile\:r\+194vw {
    right: 194vw;
  }
  .mobile\:r-194\% {
    right: -194%;
  }
  .mobile\:r\+194\% {
    right: 194%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-195vw {
    top: -195vw;
  }
  .mobile\:t\+195vw {
    top: 195vw;
  }
  .mobile\:t-195\% {
    top: -195%;
  }
  .mobile\:t\+195\% {
    top: 195%;
  }
  .mobile\:b-195vw {
    bottom: -195vw;
  }
  .mobile\:b\+195vw {
    bottom: 195vw;
  }
  .mobile\:b-195\% {
    bottom: -195%;
  }
  .mobile\:b\+195\% {
    bottom: 195%;
  }
  .mobile\:l-195vw {
    left: -195vw;
  }
  .mobile\:l\+195vw {
    left: 195vw;
  }
  .mobile\:l-195\% {
    left: -195%;
  }
  .mobile\:l\+195\% {
    left: 195%;
  }
  .mobile\:r-195vw {
    right: -195vw;
  }
  .mobile\:r\+195vw {
    right: 195vw;
  }
  .mobile\:r-195\% {
    right: -195%;
  }
  .mobile\:r\+195\% {
    right: 195%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-196vw {
    top: -196vw;
  }
  .mobile\:t\+196vw {
    top: 196vw;
  }
  .mobile\:t-196\% {
    top: -196%;
  }
  .mobile\:t\+196\% {
    top: 196%;
  }
  .mobile\:b-196vw {
    bottom: -196vw;
  }
  .mobile\:b\+196vw {
    bottom: 196vw;
  }
  .mobile\:b-196\% {
    bottom: -196%;
  }
  .mobile\:b\+196\% {
    bottom: 196%;
  }
  .mobile\:l-196vw {
    left: -196vw;
  }
  .mobile\:l\+196vw {
    left: 196vw;
  }
  .mobile\:l-196\% {
    left: -196%;
  }
  .mobile\:l\+196\% {
    left: 196%;
  }
  .mobile\:r-196vw {
    right: -196vw;
  }
  .mobile\:r\+196vw {
    right: 196vw;
  }
  .mobile\:r-196\% {
    right: -196%;
  }
  .mobile\:r\+196\% {
    right: 196%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-197vw {
    top: -197vw;
  }
  .mobile\:t\+197vw {
    top: 197vw;
  }
  .mobile\:t-197\% {
    top: -197%;
  }
  .mobile\:t\+197\% {
    top: 197%;
  }
  .mobile\:b-197vw {
    bottom: -197vw;
  }
  .mobile\:b\+197vw {
    bottom: 197vw;
  }
  .mobile\:b-197\% {
    bottom: -197%;
  }
  .mobile\:b\+197\% {
    bottom: 197%;
  }
  .mobile\:l-197vw {
    left: -197vw;
  }
  .mobile\:l\+197vw {
    left: 197vw;
  }
  .mobile\:l-197\% {
    left: -197%;
  }
  .mobile\:l\+197\% {
    left: 197%;
  }
  .mobile\:r-197vw {
    right: -197vw;
  }
  .mobile\:r\+197vw {
    right: 197vw;
  }
  .mobile\:r-197\% {
    right: -197%;
  }
  .mobile\:r\+197\% {
    right: 197%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-198vw {
    top: -198vw;
  }
  .mobile\:t\+198vw {
    top: 198vw;
  }
  .mobile\:t-198\% {
    top: -198%;
  }
  .mobile\:t\+198\% {
    top: 198%;
  }
  .mobile\:b-198vw {
    bottom: -198vw;
  }
  .mobile\:b\+198vw {
    bottom: 198vw;
  }
  .mobile\:b-198\% {
    bottom: -198%;
  }
  .mobile\:b\+198\% {
    bottom: 198%;
  }
  .mobile\:l-198vw {
    left: -198vw;
  }
  .mobile\:l\+198vw {
    left: 198vw;
  }
  .mobile\:l-198\% {
    left: -198%;
  }
  .mobile\:l\+198\% {
    left: 198%;
  }
  .mobile\:r-198vw {
    right: -198vw;
  }
  .mobile\:r\+198vw {
    right: 198vw;
  }
  .mobile\:r-198\% {
    right: -198%;
  }
  .mobile\:r\+198\% {
    right: 198%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-199vw {
    top: -199vw;
  }
  .mobile\:t\+199vw {
    top: 199vw;
  }
  .mobile\:t-199\% {
    top: -199%;
  }
  .mobile\:t\+199\% {
    top: 199%;
  }
  .mobile\:b-199vw {
    bottom: -199vw;
  }
  .mobile\:b\+199vw {
    bottom: 199vw;
  }
  .mobile\:b-199\% {
    bottom: -199%;
  }
  .mobile\:b\+199\% {
    bottom: 199%;
  }
  .mobile\:l-199vw {
    left: -199vw;
  }
  .mobile\:l\+199vw {
    left: 199vw;
  }
  .mobile\:l-199\% {
    left: -199%;
  }
  .mobile\:l\+199\% {
    left: 199%;
  }
  .mobile\:r-199vw {
    right: -199vw;
  }
  .mobile\:r\+199vw {
    right: 199vw;
  }
  .mobile\:r-199\% {
    right: -199%;
  }
  .mobile\:r\+199\% {
    right: 199%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:t-200vw {
    top: -200vw;
  }
  .mobile\:t\+200vw {
    top: 200vw;
  }
  .mobile\:t-200\% {
    top: -200%;
  }
  .mobile\:t\+200\% {
    top: 200%;
  }
  .mobile\:b-200vw {
    bottom: -200vw;
  }
  .mobile\:b\+200vw {
    bottom: 200vw;
  }
  .mobile\:b-200\% {
    bottom: -200%;
  }
  .mobile\:b\+200\% {
    bottom: 200%;
  }
  .mobile\:l-200vw {
    left: -200vw;
  }
  .mobile\:l\+200vw {
    left: 200vw;
  }
  .mobile\:l-200\% {
    left: -200%;
  }
  .mobile\:l\+200\% {
    left: 200%;
  }
  .mobile\:r-200vw {
    right: -200vw;
  }
  .mobile\:r\+200vw {
    right: 200vw;
  }
  .mobile\:r-200\% {
    right: -200%;
  }
  .mobile\:r\+200\% {
    right: 200%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-10p {
    top: -10px;
  }
  .mobile-l\:t\+10p {
    top: 10px;
  }
  .mobile-l\:b-10p {
    bottom: -10px;
  }
  .mobile-l\:b\+10p {
    bottom: 10px;
  }
  .mobile-l\:l-10p {
    left: -10px;
  }
  .mobile-l\:l\+10p {
    left: 10px;
  }
  .mobile-l\:r-10p {
    right: -10px;
  }
  .mobile-l\:r\+10p {
    right: 10px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-20p {
    top: -20px;
  }
  .mobile-l\:t\+20p {
    top: 20px;
  }
  .mobile-l\:b-20p {
    bottom: -20px;
  }
  .mobile-l\:b\+20p {
    bottom: 20px;
  }
  .mobile-l\:l-20p {
    left: -20px;
  }
  .mobile-l\:l\+20p {
    left: 20px;
  }
  .mobile-l\:r-20p {
    right: -20px;
  }
  .mobile-l\:r\+20p {
    right: 20px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-30p {
    top: -30px;
  }
  .mobile-l\:t\+30p {
    top: 30px;
  }
  .mobile-l\:b-30p {
    bottom: -30px;
  }
  .mobile-l\:b\+30p {
    bottom: 30px;
  }
  .mobile-l\:l-30p {
    left: -30px;
  }
  .mobile-l\:l\+30p {
    left: 30px;
  }
  .mobile-l\:r-30p {
    right: -30px;
  }
  .mobile-l\:r\+30p {
    right: 30px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-40p {
    top: -40px;
  }
  .mobile-l\:t\+40p {
    top: 40px;
  }
  .mobile-l\:b-40p {
    bottom: -40px;
  }
  .mobile-l\:b\+40p {
    bottom: 40px;
  }
  .mobile-l\:l-40p {
    left: -40px;
  }
  .mobile-l\:l\+40p {
    left: 40px;
  }
  .mobile-l\:r-40p {
    right: -40px;
  }
  .mobile-l\:r\+40p {
    right: 40px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-50p {
    top: -50px;
  }
  .mobile-l\:t\+50p {
    top: 50px;
  }
  .mobile-l\:b-50p {
    bottom: -50px;
  }
  .mobile-l\:b\+50p {
    bottom: 50px;
  }
  .mobile-l\:l-50p {
    left: -50px;
  }
  .mobile-l\:l\+50p {
    left: 50px;
  }
  .mobile-l\:r-50p {
    right: -50px;
  }
  .mobile-l\:r\+50p {
    right: 50px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-60p {
    top: -60px;
  }
  .mobile-l\:t\+60p {
    top: 60px;
  }
  .mobile-l\:b-60p {
    bottom: -60px;
  }
  .mobile-l\:b\+60p {
    bottom: 60px;
  }
  .mobile-l\:l-60p {
    left: -60px;
  }
  .mobile-l\:l\+60p {
    left: 60px;
  }
  .mobile-l\:r-60p {
    right: -60px;
  }
  .mobile-l\:r\+60p {
    right: 60px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-70p {
    top: -70px;
  }
  .mobile-l\:t\+70p {
    top: 70px;
  }
  .mobile-l\:b-70p {
    bottom: -70px;
  }
  .mobile-l\:b\+70p {
    bottom: 70px;
  }
  .mobile-l\:l-70p {
    left: -70px;
  }
  .mobile-l\:l\+70p {
    left: 70px;
  }
  .mobile-l\:r-70p {
    right: -70px;
  }
  .mobile-l\:r\+70p {
    right: 70px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-80p {
    top: -80px;
  }
  .mobile-l\:t\+80p {
    top: 80px;
  }
  .mobile-l\:b-80p {
    bottom: -80px;
  }
  .mobile-l\:b\+80p {
    bottom: 80px;
  }
  .mobile-l\:l-80p {
    left: -80px;
  }
  .mobile-l\:l\+80p {
    left: 80px;
  }
  .mobile-l\:r-80p {
    right: -80px;
  }
  .mobile-l\:r\+80p {
    right: 80px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-90p {
    top: -90px;
  }
  .mobile-l\:t\+90p {
    top: 90px;
  }
  .mobile-l\:b-90p {
    bottom: -90px;
  }
  .mobile-l\:b\+90p {
    bottom: 90px;
  }
  .mobile-l\:l-90p {
    left: -90px;
  }
  .mobile-l\:l\+90p {
    left: 90px;
  }
  .mobile-l\:r-90p {
    right: -90px;
  }
  .mobile-l\:r\+90p {
    right: 90px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-100p {
    top: -100px;
  }
  .mobile-l\:t\+100p {
    top: 100px;
  }
  .mobile-l\:b-100p {
    bottom: -100px;
  }
  .mobile-l\:b\+100p {
    bottom: 100px;
  }
  .mobile-l\:l-100p {
    left: -100px;
  }
  .mobile-l\:l\+100p {
    left: 100px;
  }
  .mobile-l\:r-100p {
    right: -100px;
  }
  .mobile-l\:r\+100p {
    right: 100px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-110p {
    top: -110px;
  }
  .mobile-l\:t\+110p {
    top: 110px;
  }
  .mobile-l\:b-110p {
    bottom: -110px;
  }
  .mobile-l\:b\+110p {
    bottom: 110px;
  }
  .mobile-l\:l-110p {
    left: -110px;
  }
  .mobile-l\:l\+110p {
    left: 110px;
  }
  .mobile-l\:r-110p {
    right: -110px;
  }
  .mobile-l\:r\+110p {
    right: 110px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-120p {
    top: -120px;
  }
  .mobile-l\:t\+120p {
    top: 120px;
  }
  .mobile-l\:b-120p {
    bottom: -120px;
  }
  .mobile-l\:b\+120p {
    bottom: 120px;
  }
  .mobile-l\:l-120p {
    left: -120px;
  }
  .mobile-l\:l\+120p {
    left: 120px;
  }
  .mobile-l\:r-120p {
    right: -120px;
  }
  .mobile-l\:r\+120p {
    right: 120px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-130p {
    top: -130px;
  }
  .mobile-l\:t\+130p {
    top: 130px;
  }
  .mobile-l\:b-130p {
    bottom: -130px;
  }
  .mobile-l\:b\+130p {
    bottom: 130px;
  }
  .mobile-l\:l-130p {
    left: -130px;
  }
  .mobile-l\:l\+130p {
    left: 130px;
  }
  .mobile-l\:r-130p {
    right: -130px;
  }
  .mobile-l\:r\+130p {
    right: 130px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-140p {
    top: -140px;
  }
  .mobile-l\:t\+140p {
    top: 140px;
  }
  .mobile-l\:b-140p {
    bottom: -140px;
  }
  .mobile-l\:b\+140p {
    bottom: 140px;
  }
  .mobile-l\:l-140p {
    left: -140px;
  }
  .mobile-l\:l\+140p {
    left: 140px;
  }
  .mobile-l\:r-140p {
    right: -140px;
  }
  .mobile-l\:r\+140p {
    right: 140px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-150p {
    top: -150px;
  }
  .mobile-l\:t\+150p {
    top: 150px;
  }
  .mobile-l\:b-150p {
    bottom: -150px;
  }
  .mobile-l\:b\+150p {
    bottom: 150px;
  }
  .mobile-l\:l-150p {
    left: -150px;
  }
  .mobile-l\:l\+150p {
    left: 150px;
  }
  .mobile-l\:r-150p {
    right: -150px;
  }
  .mobile-l\:r\+150p {
    right: 150px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-160p {
    top: -160px;
  }
  .mobile-l\:t\+160p {
    top: 160px;
  }
  .mobile-l\:b-160p {
    bottom: -160px;
  }
  .mobile-l\:b\+160p {
    bottom: 160px;
  }
  .mobile-l\:l-160p {
    left: -160px;
  }
  .mobile-l\:l\+160p {
    left: 160px;
  }
  .mobile-l\:r-160p {
    right: -160px;
  }
  .mobile-l\:r\+160p {
    right: 160px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-170p {
    top: -170px;
  }
  .mobile-l\:t\+170p {
    top: 170px;
  }
  .mobile-l\:b-170p {
    bottom: -170px;
  }
  .mobile-l\:b\+170p {
    bottom: 170px;
  }
  .mobile-l\:l-170p {
    left: -170px;
  }
  .mobile-l\:l\+170p {
    left: 170px;
  }
  .mobile-l\:r-170p {
    right: -170px;
  }
  .mobile-l\:r\+170p {
    right: 170px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-180p {
    top: -180px;
  }
  .mobile-l\:t\+180p {
    top: 180px;
  }
  .mobile-l\:b-180p {
    bottom: -180px;
  }
  .mobile-l\:b\+180p {
    bottom: 180px;
  }
  .mobile-l\:l-180p {
    left: -180px;
  }
  .mobile-l\:l\+180p {
    left: 180px;
  }
  .mobile-l\:r-180p {
    right: -180px;
  }
  .mobile-l\:r\+180p {
    right: 180px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-190p {
    top: -190px;
  }
  .mobile-l\:t\+190p {
    top: 190px;
  }
  .mobile-l\:b-190p {
    bottom: -190px;
  }
  .mobile-l\:b\+190p {
    bottom: 190px;
  }
  .mobile-l\:l-190p {
    left: -190px;
  }
  .mobile-l\:l\+190p {
    left: 190px;
  }
  .mobile-l\:r-190p {
    right: -190px;
  }
  .mobile-l\:r\+190p {
    right: 190px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-200p {
    top: -200px;
  }
  .mobile-l\:t\+200p {
    top: 200px;
  }
  .mobile-l\:b-200p {
    bottom: -200px;
  }
  .mobile-l\:b\+200p {
    bottom: 200px;
  }
  .mobile-l\:l-200p {
    left: -200px;
  }
  .mobile-l\:l\+200p {
    left: 200px;
  }
  .mobile-l\:r-200p {
    right: -200px;
  }
  .mobile-l\:r\+200p {
    right: 200px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-210p {
    top: -210px;
  }
  .mobile-l\:t\+210p {
    top: 210px;
  }
  .mobile-l\:b-210p {
    bottom: -210px;
  }
  .mobile-l\:b\+210p {
    bottom: 210px;
  }
  .mobile-l\:l-210p {
    left: -210px;
  }
  .mobile-l\:l\+210p {
    left: 210px;
  }
  .mobile-l\:r-210p {
    right: -210px;
  }
  .mobile-l\:r\+210p {
    right: 210px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-220p {
    top: -220px;
  }
  .mobile-l\:t\+220p {
    top: 220px;
  }
  .mobile-l\:b-220p {
    bottom: -220px;
  }
  .mobile-l\:b\+220p {
    bottom: 220px;
  }
  .mobile-l\:l-220p {
    left: -220px;
  }
  .mobile-l\:l\+220p {
    left: 220px;
  }
  .mobile-l\:r-220p {
    right: -220px;
  }
  .mobile-l\:r\+220p {
    right: 220px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-230p {
    top: -230px;
  }
  .mobile-l\:t\+230p {
    top: 230px;
  }
  .mobile-l\:b-230p {
    bottom: -230px;
  }
  .mobile-l\:b\+230p {
    bottom: 230px;
  }
  .mobile-l\:l-230p {
    left: -230px;
  }
  .mobile-l\:l\+230p {
    left: 230px;
  }
  .mobile-l\:r-230p {
    right: -230px;
  }
  .mobile-l\:r\+230p {
    right: 230px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-240p {
    top: -240px;
  }
  .mobile-l\:t\+240p {
    top: 240px;
  }
  .mobile-l\:b-240p {
    bottom: -240px;
  }
  .mobile-l\:b\+240p {
    bottom: 240px;
  }
  .mobile-l\:l-240p {
    left: -240px;
  }
  .mobile-l\:l\+240p {
    left: 240px;
  }
  .mobile-l\:r-240p {
    right: -240px;
  }
  .mobile-l\:r\+240p {
    right: 240px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-250p {
    top: -250px;
  }
  .mobile-l\:t\+250p {
    top: 250px;
  }
  .mobile-l\:b-250p {
    bottom: -250px;
  }
  .mobile-l\:b\+250p {
    bottom: 250px;
  }
  .mobile-l\:l-250p {
    left: -250px;
  }
  .mobile-l\:l\+250p {
    left: 250px;
  }
  .mobile-l\:r-250p {
    right: -250px;
  }
  .mobile-l\:r\+250p {
    right: 250px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-260p {
    top: -260px;
  }
  .mobile-l\:t\+260p {
    top: 260px;
  }
  .mobile-l\:b-260p {
    bottom: -260px;
  }
  .mobile-l\:b\+260p {
    bottom: 260px;
  }
  .mobile-l\:l-260p {
    left: -260px;
  }
  .mobile-l\:l\+260p {
    left: 260px;
  }
  .mobile-l\:r-260p {
    right: -260px;
  }
  .mobile-l\:r\+260p {
    right: 260px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-270p {
    top: -270px;
  }
  .mobile-l\:t\+270p {
    top: 270px;
  }
  .mobile-l\:b-270p {
    bottom: -270px;
  }
  .mobile-l\:b\+270p {
    bottom: 270px;
  }
  .mobile-l\:l-270p {
    left: -270px;
  }
  .mobile-l\:l\+270p {
    left: 270px;
  }
  .mobile-l\:r-270p {
    right: -270px;
  }
  .mobile-l\:r\+270p {
    right: 270px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-280p {
    top: -280px;
  }
  .mobile-l\:t\+280p {
    top: 280px;
  }
  .mobile-l\:b-280p {
    bottom: -280px;
  }
  .mobile-l\:b\+280p {
    bottom: 280px;
  }
  .mobile-l\:l-280p {
    left: -280px;
  }
  .mobile-l\:l\+280p {
    left: 280px;
  }
  .mobile-l\:r-280p {
    right: -280px;
  }
  .mobile-l\:r\+280p {
    right: 280px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-290p {
    top: -290px;
  }
  .mobile-l\:t\+290p {
    top: 290px;
  }
  .mobile-l\:b-290p {
    bottom: -290px;
  }
  .mobile-l\:b\+290p {
    bottom: 290px;
  }
  .mobile-l\:l-290p {
    left: -290px;
  }
  .mobile-l\:l\+290p {
    left: 290px;
  }
  .mobile-l\:r-290p {
    right: -290px;
  }
  .mobile-l\:r\+290p {
    right: 290px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-300p {
    top: -300px;
  }
  .mobile-l\:t\+300p {
    top: 300px;
  }
  .mobile-l\:b-300p {
    bottom: -300px;
  }
  .mobile-l\:b\+300p {
    bottom: 300px;
  }
  .mobile-l\:l-300p {
    left: -300px;
  }
  .mobile-l\:l\+300p {
    left: 300px;
  }
  .mobile-l\:r-300p {
    right: -300px;
  }
  .mobile-l\:r\+300p {
    right: 300px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-310p {
    top: -310px;
  }
  .mobile-l\:t\+310p {
    top: 310px;
  }
  .mobile-l\:b-310p {
    bottom: -310px;
  }
  .mobile-l\:b\+310p {
    bottom: 310px;
  }
  .mobile-l\:l-310p {
    left: -310px;
  }
  .mobile-l\:l\+310p {
    left: 310px;
  }
  .mobile-l\:r-310p {
    right: -310px;
  }
  .mobile-l\:r\+310p {
    right: 310px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-320p {
    top: -320px;
  }
  .mobile-l\:t\+320p {
    top: 320px;
  }
  .mobile-l\:b-320p {
    bottom: -320px;
  }
  .mobile-l\:b\+320p {
    bottom: 320px;
  }
  .mobile-l\:l-320p {
    left: -320px;
  }
  .mobile-l\:l\+320p {
    left: 320px;
  }
  .mobile-l\:r-320p {
    right: -320px;
  }
  .mobile-l\:r\+320p {
    right: 320px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-330p {
    top: -330px;
  }
  .mobile-l\:t\+330p {
    top: 330px;
  }
  .mobile-l\:b-330p {
    bottom: -330px;
  }
  .mobile-l\:b\+330p {
    bottom: 330px;
  }
  .mobile-l\:l-330p {
    left: -330px;
  }
  .mobile-l\:l\+330p {
    left: 330px;
  }
  .mobile-l\:r-330p {
    right: -330px;
  }
  .mobile-l\:r\+330p {
    right: 330px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-340p {
    top: -340px;
  }
  .mobile-l\:t\+340p {
    top: 340px;
  }
  .mobile-l\:b-340p {
    bottom: -340px;
  }
  .mobile-l\:b\+340p {
    bottom: 340px;
  }
  .mobile-l\:l-340p {
    left: -340px;
  }
  .mobile-l\:l\+340p {
    left: 340px;
  }
  .mobile-l\:r-340p {
    right: -340px;
  }
  .mobile-l\:r\+340p {
    right: 340px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-350p {
    top: -350px;
  }
  .mobile-l\:t\+350p {
    top: 350px;
  }
  .mobile-l\:b-350p {
    bottom: -350px;
  }
  .mobile-l\:b\+350p {
    bottom: 350px;
  }
  .mobile-l\:l-350p {
    left: -350px;
  }
  .mobile-l\:l\+350p {
    left: 350px;
  }
  .mobile-l\:r-350p {
    right: -350px;
  }
  .mobile-l\:r\+350p {
    right: 350px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-360p {
    top: -360px;
  }
  .mobile-l\:t\+360p {
    top: 360px;
  }
  .mobile-l\:b-360p {
    bottom: -360px;
  }
  .mobile-l\:b\+360p {
    bottom: 360px;
  }
  .mobile-l\:l-360p {
    left: -360px;
  }
  .mobile-l\:l\+360p {
    left: 360px;
  }
  .mobile-l\:r-360p {
    right: -360px;
  }
  .mobile-l\:r\+360p {
    right: 360px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-370p {
    top: -370px;
  }
  .mobile-l\:t\+370p {
    top: 370px;
  }
  .mobile-l\:b-370p {
    bottom: -370px;
  }
  .mobile-l\:b\+370p {
    bottom: 370px;
  }
  .mobile-l\:l-370p {
    left: -370px;
  }
  .mobile-l\:l\+370p {
    left: 370px;
  }
  .mobile-l\:r-370p {
    right: -370px;
  }
  .mobile-l\:r\+370p {
    right: 370px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-380p {
    top: -380px;
  }
  .mobile-l\:t\+380p {
    top: 380px;
  }
  .mobile-l\:b-380p {
    bottom: -380px;
  }
  .mobile-l\:b\+380p {
    bottom: 380px;
  }
  .mobile-l\:l-380p {
    left: -380px;
  }
  .mobile-l\:l\+380p {
    left: 380px;
  }
  .mobile-l\:r-380p {
    right: -380px;
  }
  .mobile-l\:r\+380p {
    right: 380px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-390p {
    top: -390px;
  }
  .mobile-l\:t\+390p {
    top: 390px;
  }
  .mobile-l\:b-390p {
    bottom: -390px;
  }
  .mobile-l\:b\+390p {
    bottom: 390px;
  }
  .mobile-l\:l-390p {
    left: -390px;
  }
  .mobile-l\:l\+390p {
    left: 390px;
  }
  .mobile-l\:r-390p {
    right: -390px;
  }
  .mobile-l\:r\+390p {
    right: 390px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-400p {
    top: -400px;
  }
  .mobile-l\:t\+400p {
    top: 400px;
  }
  .mobile-l\:b-400p {
    bottom: -400px;
  }
  .mobile-l\:b\+400p {
    bottom: 400px;
  }
  .mobile-l\:l-400p {
    left: -400px;
  }
  .mobile-l\:l\+400p {
    left: 400px;
  }
  .mobile-l\:r-400p {
    right: -400px;
  }
  .mobile-l\:r\+400p {
    right: 400px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-410p {
    top: -410px;
  }
  .mobile-l\:t\+410p {
    top: 410px;
  }
  .mobile-l\:b-410p {
    bottom: -410px;
  }
  .mobile-l\:b\+410p {
    bottom: 410px;
  }
  .mobile-l\:l-410p {
    left: -410px;
  }
  .mobile-l\:l\+410p {
    left: 410px;
  }
  .mobile-l\:r-410p {
    right: -410px;
  }
  .mobile-l\:r\+410p {
    right: 410px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-420p {
    top: -420px;
  }
  .mobile-l\:t\+420p {
    top: 420px;
  }
  .mobile-l\:b-420p {
    bottom: -420px;
  }
  .mobile-l\:b\+420p {
    bottom: 420px;
  }
  .mobile-l\:l-420p {
    left: -420px;
  }
  .mobile-l\:l\+420p {
    left: 420px;
  }
  .mobile-l\:r-420p {
    right: -420px;
  }
  .mobile-l\:r\+420p {
    right: 420px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-430p {
    top: -430px;
  }
  .mobile-l\:t\+430p {
    top: 430px;
  }
  .mobile-l\:b-430p {
    bottom: -430px;
  }
  .mobile-l\:b\+430p {
    bottom: 430px;
  }
  .mobile-l\:l-430p {
    left: -430px;
  }
  .mobile-l\:l\+430p {
    left: 430px;
  }
  .mobile-l\:r-430p {
    right: -430px;
  }
  .mobile-l\:r\+430p {
    right: 430px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-440p {
    top: -440px;
  }
  .mobile-l\:t\+440p {
    top: 440px;
  }
  .mobile-l\:b-440p {
    bottom: -440px;
  }
  .mobile-l\:b\+440p {
    bottom: 440px;
  }
  .mobile-l\:l-440p {
    left: -440px;
  }
  .mobile-l\:l\+440p {
    left: 440px;
  }
  .mobile-l\:r-440p {
    right: -440px;
  }
  .mobile-l\:r\+440p {
    right: 440px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-450p {
    top: -450px;
  }
  .mobile-l\:t\+450p {
    top: 450px;
  }
  .mobile-l\:b-450p {
    bottom: -450px;
  }
  .mobile-l\:b\+450p {
    bottom: 450px;
  }
  .mobile-l\:l-450p {
    left: -450px;
  }
  .mobile-l\:l\+450p {
    left: 450px;
  }
  .mobile-l\:r-450p {
    right: -450px;
  }
  .mobile-l\:r\+450p {
    right: 450px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-460p {
    top: -460px;
  }
  .mobile-l\:t\+460p {
    top: 460px;
  }
  .mobile-l\:b-460p {
    bottom: -460px;
  }
  .mobile-l\:b\+460p {
    bottom: 460px;
  }
  .mobile-l\:l-460p {
    left: -460px;
  }
  .mobile-l\:l\+460p {
    left: 460px;
  }
  .mobile-l\:r-460p {
    right: -460px;
  }
  .mobile-l\:r\+460p {
    right: 460px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-470p {
    top: -470px;
  }
  .mobile-l\:t\+470p {
    top: 470px;
  }
  .mobile-l\:b-470p {
    bottom: -470px;
  }
  .mobile-l\:b\+470p {
    bottom: 470px;
  }
  .mobile-l\:l-470p {
    left: -470px;
  }
  .mobile-l\:l\+470p {
    left: 470px;
  }
  .mobile-l\:r-470p {
    right: -470px;
  }
  .mobile-l\:r\+470p {
    right: 470px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-480p {
    top: -480px;
  }
  .mobile-l\:t\+480p {
    top: 480px;
  }
  .mobile-l\:b-480p {
    bottom: -480px;
  }
  .mobile-l\:b\+480p {
    bottom: 480px;
  }
  .mobile-l\:l-480p {
    left: -480px;
  }
  .mobile-l\:l\+480p {
    left: 480px;
  }
  .mobile-l\:r-480p {
    right: -480px;
  }
  .mobile-l\:r\+480p {
    right: 480px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-490p {
    top: -490px;
  }
  .mobile-l\:t\+490p {
    top: 490px;
  }
  .mobile-l\:b-490p {
    bottom: -490px;
  }
  .mobile-l\:b\+490p {
    bottom: 490px;
  }
  .mobile-l\:l-490p {
    left: -490px;
  }
  .mobile-l\:l\+490p {
    left: 490px;
  }
  .mobile-l\:r-490p {
    right: -490px;
  }
  .mobile-l\:r\+490p {
    right: 490px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-500p {
    top: -500px;
  }
  .mobile-l\:t\+500p {
    top: 500px;
  }
  .mobile-l\:b-500p {
    bottom: -500px;
  }
  .mobile-l\:b\+500p {
    bottom: 500px;
  }
  .mobile-l\:l-500p {
    left: -500px;
  }
  .mobile-l\:l\+500p {
    left: 500px;
  }
  .mobile-l\:r-500p {
    right: -500px;
  }
  .mobile-l\:r\+500p {
    right: 500px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-510p {
    top: -510px;
  }
  .mobile-l\:t\+510p {
    top: 510px;
  }
  .mobile-l\:b-510p {
    bottom: -510px;
  }
  .mobile-l\:b\+510p {
    bottom: 510px;
  }
  .mobile-l\:l-510p {
    left: -510px;
  }
  .mobile-l\:l\+510p {
    left: 510px;
  }
  .mobile-l\:r-510p {
    right: -510px;
  }
  .mobile-l\:r\+510p {
    right: 510px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-520p {
    top: -520px;
  }
  .mobile-l\:t\+520p {
    top: 520px;
  }
  .mobile-l\:b-520p {
    bottom: -520px;
  }
  .mobile-l\:b\+520p {
    bottom: 520px;
  }
  .mobile-l\:l-520p {
    left: -520px;
  }
  .mobile-l\:l\+520p {
    left: 520px;
  }
  .mobile-l\:r-520p {
    right: -520px;
  }
  .mobile-l\:r\+520p {
    right: 520px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-530p {
    top: -530px;
  }
  .mobile-l\:t\+530p {
    top: 530px;
  }
  .mobile-l\:b-530p {
    bottom: -530px;
  }
  .mobile-l\:b\+530p {
    bottom: 530px;
  }
  .mobile-l\:l-530p {
    left: -530px;
  }
  .mobile-l\:l\+530p {
    left: 530px;
  }
  .mobile-l\:r-530p {
    right: -530px;
  }
  .mobile-l\:r\+530p {
    right: 530px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-540p {
    top: -540px;
  }
  .mobile-l\:t\+540p {
    top: 540px;
  }
  .mobile-l\:b-540p {
    bottom: -540px;
  }
  .mobile-l\:b\+540p {
    bottom: 540px;
  }
  .mobile-l\:l-540p {
    left: -540px;
  }
  .mobile-l\:l\+540p {
    left: 540px;
  }
  .mobile-l\:r-540p {
    right: -540px;
  }
  .mobile-l\:r\+540p {
    right: 540px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-550p {
    top: -550px;
  }
  .mobile-l\:t\+550p {
    top: 550px;
  }
  .mobile-l\:b-550p {
    bottom: -550px;
  }
  .mobile-l\:b\+550p {
    bottom: 550px;
  }
  .mobile-l\:l-550p {
    left: -550px;
  }
  .mobile-l\:l\+550p {
    left: 550px;
  }
  .mobile-l\:r-550p {
    right: -550px;
  }
  .mobile-l\:r\+550p {
    right: 550px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-560p {
    top: -560px;
  }
  .mobile-l\:t\+560p {
    top: 560px;
  }
  .mobile-l\:b-560p {
    bottom: -560px;
  }
  .mobile-l\:b\+560p {
    bottom: 560px;
  }
  .mobile-l\:l-560p {
    left: -560px;
  }
  .mobile-l\:l\+560p {
    left: 560px;
  }
  .mobile-l\:r-560p {
    right: -560px;
  }
  .mobile-l\:r\+560p {
    right: 560px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-570p {
    top: -570px;
  }
  .mobile-l\:t\+570p {
    top: 570px;
  }
  .mobile-l\:b-570p {
    bottom: -570px;
  }
  .mobile-l\:b\+570p {
    bottom: 570px;
  }
  .mobile-l\:l-570p {
    left: -570px;
  }
  .mobile-l\:l\+570p {
    left: 570px;
  }
  .mobile-l\:r-570p {
    right: -570px;
  }
  .mobile-l\:r\+570p {
    right: 570px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-580p {
    top: -580px;
  }
  .mobile-l\:t\+580p {
    top: 580px;
  }
  .mobile-l\:b-580p {
    bottom: -580px;
  }
  .mobile-l\:b\+580p {
    bottom: 580px;
  }
  .mobile-l\:l-580p {
    left: -580px;
  }
  .mobile-l\:l\+580p {
    left: 580px;
  }
  .mobile-l\:r-580p {
    right: -580px;
  }
  .mobile-l\:r\+580p {
    right: 580px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-590p {
    top: -590px;
  }
  .mobile-l\:t\+590p {
    top: 590px;
  }
  .mobile-l\:b-590p {
    bottom: -590px;
  }
  .mobile-l\:b\+590p {
    bottom: 590px;
  }
  .mobile-l\:l-590p {
    left: -590px;
  }
  .mobile-l\:l\+590p {
    left: 590px;
  }
  .mobile-l\:r-590p {
    right: -590px;
  }
  .mobile-l\:r\+590p {
    right: 590px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-600p {
    top: -600px;
  }
  .mobile-l\:t\+600p {
    top: 600px;
  }
  .mobile-l\:b-600p {
    bottom: -600px;
  }
  .mobile-l\:b\+600p {
    bottom: 600px;
  }
  .mobile-l\:l-600p {
    left: -600px;
  }
  .mobile-l\:l\+600p {
    left: 600px;
  }
  .mobile-l\:r-600p {
    right: -600px;
  }
  .mobile-l\:r\+600p {
    right: 600px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-610p {
    top: -610px;
  }
  .mobile-l\:t\+610p {
    top: 610px;
  }
  .mobile-l\:b-610p {
    bottom: -610px;
  }
  .mobile-l\:b\+610p {
    bottom: 610px;
  }
  .mobile-l\:l-610p {
    left: -610px;
  }
  .mobile-l\:l\+610p {
    left: 610px;
  }
  .mobile-l\:r-610p {
    right: -610px;
  }
  .mobile-l\:r\+610p {
    right: 610px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-620p {
    top: -620px;
  }
  .mobile-l\:t\+620p {
    top: 620px;
  }
  .mobile-l\:b-620p {
    bottom: -620px;
  }
  .mobile-l\:b\+620p {
    bottom: 620px;
  }
  .mobile-l\:l-620p {
    left: -620px;
  }
  .mobile-l\:l\+620p {
    left: 620px;
  }
  .mobile-l\:r-620p {
    right: -620px;
  }
  .mobile-l\:r\+620p {
    right: 620px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-630p {
    top: -630px;
  }
  .mobile-l\:t\+630p {
    top: 630px;
  }
  .mobile-l\:b-630p {
    bottom: -630px;
  }
  .mobile-l\:b\+630p {
    bottom: 630px;
  }
  .mobile-l\:l-630p {
    left: -630px;
  }
  .mobile-l\:l\+630p {
    left: 630px;
  }
  .mobile-l\:r-630p {
    right: -630px;
  }
  .mobile-l\:r\+630p {
    right: 630px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-640p {
    top: -640px;
  }
  .mobile-l\:t\+640p {
    top: 640px;
  }
  .mobile-l\:b-640p {
    bottom: -640px;
  }
  .mobile-l\:b\+640p {
    bottom: 640px;
  }
  .mobile-l\:l-640p {
    left: -640px;
  }
  .mobile-l\:l\+640p {
    left: 640px;
  }
  .mobile-l\:r-640p {
    right: -640px;
  }
  .mobile-l\:r\+640p {
    right: 640px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-650p {
    top: -650px;
  }
  .mobile-l\:t\+650p {
    top: 650px;
  }
  .mobile-l\:b-650p {
    bottom: -650px;
  }
  .mobile-l\:b\+650p {
    bottom: 650px;
  }
  .mobile-l\:l-650p {
    left: -650px;
  }
  .mobile-l\:l\+650p {
    left: 650px;
  }
  .mobile-l\:r-650p {
    right: -650px;
  }
  .mobile-l\:r\+650p {
    right: 650px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-660p {
    top: -660px;
  }
  .mobile-l\:t\+660p {
    top: 660px;
  }
  .mobile-l\:b-660p {
    bottom: -660px;
  }
  .mobile-l\:b\+660p {
    bottom: 660px;
  }
  .mobile-l\:l-660p {
    left: -660px;
  }
  .mobile-l\:l\+660p {
    left: 660px;
  }
  .mobile-l\:r-660p {
    right: -660px;
  }
  .mobile-l\:r\+660p {
    right: 660px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-670p {
    top: -670px;
  }
  .mobile-l\:t\+670p {
    top: 670px;
  }
  .mobile-l\:b-670p {
    bottom: -670px;
  }
  .mobile-l\:b\+670p {
    bottom: 670px;
  }
  .mobile-l\:l-670p {
    left: -670px;
  }
  .mobile-l\:l\+670p {
    left: 670px;
  }
  .mobile-l\:r-670p {
    right: -670px;
  }
  .mobile-l\:r\+670p {
    right: 670px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-680p {
    top: -680px;
  }
  .mobile-l\:t\+680p {
    top: 680px;
  }
  .mobile-l\:b-680p {
    bottom: -680px;
  }
  .mobile-l\:b\+680p {
    bottom: 680px;
  }
  .mobile-l\:l-680p {
    left: -680px;
  }
  .mobile-l\:l\+680p {
    left: 680px;
  }
  .mobile-l\:r-680p {
    right: -680px;
  }
  .mobile-l\:r\+680p {
    right: 680px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-690p {
    top: -690px;
  }
  .mobile-l\:t\+690p {
    top: 690px;
  }
  .mobile-l\:b-690p {
    bottom: -690px;
  }
  .mobile-l\:b\+690p {
    bottom: 690px;
  }
  .mobile-l\:l-690p {
    left: -690px;
  }
  .mobile-l\:l\+690p {
    left: 690px;
  }
  .mobile-l\:r-690p {
    right: -690px;
  }
  .mobile-l\:r\+690p {
    right: 690px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-700p {
    top: -700px;
  }
  .mobile-l\:t\+700p {
    top: 700px;
  }
  .mobile-l\:b-700p {
    bottom: -700px;
  }
  .mobile-l\:b\+700p {
    bottom: 700px;
  }
  .mobile-l\:l-700p {
    left: -700px;
  }
  .mobile-l\:l\+700p {
    left: 700px;
  }
  .mobile-l\:r-700p {
    right: -700px;
  }
  .mobile-l\:r\+700p {
    right: 700px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-710p {
    top: -710px;
  }
  .mobile-l\:t\+710p {
    top: 710px;
  }
  .mobile-l\:b-710p {
    bottom: -710px;
  }
  .mobile-l\:b\+710p {
    bottom: 710px;
  }
  .mobile-l\:l-710p {
    left: -710px;
  }
  .mobile-l\:l\+710p {
    left: 710px;
  }
  .mobile-l\:r-710p {
    right: -710px;
  }
  .mobile-l\:r\+710p {
    right: 710px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-720p {
    top: -720px;
  }
  .mobile-l\:t\+720p {
    top: 720px;
  }
  .mobile-l\:b-720p {
    bottom: -720px;
  }
  .mobile-l\:b\+720p {
    bottom: 720px;
  }
  .mobile-l\:l-720p {
    left: -720px;
  }
  .mobile-l\:l\+720p {
    left: 720px;
  }
  .mobile-l\:r-720p {
    right: -720px;
  }
  .mobile-l\:r\+720p {
    right: 720px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-730p {
    top: -730px;
  }
  .mobile-l\:t\+730p {
    top: 730px;
  }
  .mobile-l\:b-730p {
    bottom: -730px;
  }
  .mobile-l\:b\+730p {
    bottom: 730px;
  }
  .mobile-l\:l-730p {
    left: -730px;
  }
  .mobile-l\:l\+730p {
    left: 730px;
  }
  .mobile-l\:r-730p {
    right: -730px;
  }
  .mobile-l\:r\+730p {
    right: 730px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-740p {
    top: -740px;
  }
  .mobile-l\:t\+740p {
    top: 740px;
  }
  .mobile-l\:b-740p {
    bottom: -740px;
  }
  .mobile-l\:b\+740p {
    bottom: 740px;
  }
  .mobile-l\:l-740p {
    left: -740px;
  }
  .mobile-l\:l\+740p {
    left: 740px;
  }
  .mobile-l\:r-740p {
    right: -740px;
  }
  .mobile-l\:r\+740p {
    right: 740px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-750p {
    top: -750px;
  }
  .mobile-l\:t\+750p {
    top: 750px;
  }
  .mobile-l\:b-750p {
    bottom: -750px;
  }
  .mobile-l\:b\+750p {
    bottom: 750px;
  }
  .mobile-l\:l-750p {
    left: -750px;
  }
  .mobile-l\:l\+750p {
    left: 750px;
  }
  .mobile-l\:r-750p {
    right: -750px;
  }
  .mobile-l\:r\+750p {
    right: 750px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-760p {
    top: -760px;
  }
  .mobile-l\:t\+760p {
    top: 760px;
  }
  .mobile-l\:b-760p {
    bottom: -760px;
  }
  .mobile-l\:b\+760p {
    bottom: 760px;
  }
  .mobile-l\:l-760p {
    left: -760px;
  }
  .mobile-l\:l\+760p {
    left: 760px;
  }
  .mobile-l\:r-760p {
    right: -760px;
  }
  .mobile-l\:r\+760p {
    right: 760px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-770p {
    top: -770px;
  }
  .mobile-l\:t\+770p {
    top: 770px;
  }
  .mobile-l\:b-770p {
    bottom: -770px;
  }
  .mobile-l\:b\+770p {
    bottom: 770px;
  }
  .mobile-l\:l-770p {
    left: -770px;
  }
  .mobile-l\:l\+770p {
    left: 770px;
  }
  .mobile-l\:r-770p {
    right: -770px;
  }
  .mobile-l\:r\+770p {
    right: 770px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-780p {
    top: -780px;
  }
  .mobile-l\:t\+780p {
    top: 780px;
  }
  .mobile-l\:b-780p {
    bottom: -780px;
  }
  .mobile-l\:b\+780p {
    bottom: 780px;
  }
  .mobile-l\:l-780p {
    left: -780px;
  }
  .mobile-l\:l\+780p {
    left: 780px;
  }
  .mobile-l\:r-780p {
    right: -780px;
  }
  .mobile-l\:r\+780p {
    right: 780px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-790p {
    top: -790px;
  }
  .mobile-l\:t\+790p {
    top: 790px;
  }
  .mobile-l\:b-790p {
    bottom: -790px;
  }
  .mobile-l\:b\+790p {
    bottom: 790px;
  }
  .mobile-l\:l-790p {
    left: -790px;
  }
  .mobile-l\:l\+790p {
    left: 790px;
  }
  .mobile-l\:r-790p {
    right: -790px;
  }
  .mobile-l\:r\+790p {
    right: 790px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-800p {
    top: -800px;
  }
  .mobile-l\:t\+800p {
    top: 800px;
  }
  .mobile-l\:b-800p {
    bottom: -800px;
  }
  .mobile-l\:b\+800p {
    bottom: 800px;
  }
  .mobile-l\:l-800p {
    left: -800px;
  }
  .mobile-l\:l\+800p {
    left: 800px;
  }
  .mobile-l\:r-800p {
    right: -800px;
  }
  .mobile-l\:r\+800p {
    right: 800px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-810p {
    top: -810px;
  }
  .mobile-l\:t\+810p {
    top: 810px;
  }
  .mobile-l\:b-810p {
    bottom: -810px;
  }
  .mobile-l\:b\+810p {
    bottom: 810px;
  }
  .mobile-l\:l-810p {
    left: -810px;
  }
  .mobile-l\:l\+810p {
    left: 810px;
  }
  .mobile-l\:r-810p {
    right: -810px;
  }
  .mobile-l\:r\+810p {
    right: 810px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-820p {
    top: -820px;
  }
  .mobile-l\:t\+820p {
    top: 820px;
  }
  .mobile-l\:b-820p {
    bottom: -820px;
  }
  .mobile-l\:b\+820p {
    bottom: 820px;
  }
  .mobile-l\:l-820p {
    left: -820px;
  }
  .mobile-l\:l\+820p {
    left: 820px;
  }
  .mobile-l\:r-820p {
    right: -820px;
  }
  .mobile-l\:r\+820p {
    right: 820px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-830p {
    top: -830px;
  }
  .mobile-l\:t\+830p {
    top: 830px;
  }
  .mobile-l\:b-830p {
    bottom: -830px;
  }
  .mobile-l\:b\+830p {
    bottom: 830px;
  }
  .mobile-l\:l-830p {
    left: -830px;
  }
  .mobile-l\:l\+830p {
    left: 830px;
  }
  .mobile-l\:r-830p {
    right: -830px;
  }
  .mobile-l\:r\+830p {
    right: 830px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-840p {
    top: -840px;
  }
  .mobile-l\:t\+840p {
    top: 840px;
  }
  .mobile-l\:b-840p {
    bottom: -840px;
  }
  .mobile-l\:b\+840p {
    bottom: 840px;
  }
  .mobile-l\:l-840p {
    left: -840px;
  }
  .mobile-l\:l\+840p {
    left: 840px;
  }
  .mobile-l\:r-840p {
    right: -840px;
  }
  .mobile-l\:r\+840p {
    right: 840px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-850p {
    top: -850px;
  }
  .mobile-l\:t\+850p {
    top: 850px;
  }
  .mobile-l\:b-850p {
    bottom: -850px;
  }
  .mobile-l\:b\+850p {
    bottom: 850px;
  }
  .mobile-l\:l-850p {
    left: -850px;
  }
  .mobile-l\:l\+850p {
    left: 850px;
  }
  .mobile-l\:r-850p {
    right: -850px;
  }
  .mobile-l\:r\+850p {
    right: 850px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-860p {
    top: -860px;
  }
  .mobile-l\:t\+860p {
    top: 860px;
  }
  .mobile-l\:b-860p {
    bottom: -860px;
  }
  .mobile-l\:b\+860p {
    bottom: 860px;
  }
  .mobile-l\:l-860p {
    left: -860px;
  }
  .mobile-l\:l\+860p {
    left: 860px;
  }
  .mobile-l\:r-860p {
    right: -860px;
  }
  .mobile-l\:r\+860p {
    right: 860px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-870p {
    top: -870px;
  }
  .mobile-l\:t\+870p {
    top: 870px;
  }
  .mobile-l\:b-870p {
    bottom: -870px;
  }
  .mobile-l\:b\+870p {
    bottom: 870px;
  }
  .mobile-l\:l-870p {
    left: -870px;
  }
  .mobile-l\:l\+870p {
    left: 870px;
  }
  .mobile-l\:r-870p {
    right: -870px;
  }
  .mobile-l\:r\+870p {
    right: 870px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-880p {
    top: -880px;
  }
  .mobile-l\:t\+880p {
    top: 880px;
  }
  .mobile-l\:b-880p {
    bottom: -880px;
  }
  .mobile-l\:b\+880p {
    bottom: 880px;
  }
  .mobile-l\:l-880p {
    left: -880px;
  }
  .mobile-l\:l\+880p {
    left: 880px;
  }
  .mobile-l\:r-880p {
    right: -880px;
  }
  .mobile-l\:r\+880p {
    right: 880px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-890p {
    top: -890px;
  }
  .mobile-l\:t\+890p {
    top: 890px;
  }
  .mobile-l\:b-890p {
    bottom: -890px;
  }
  .mobile-l\:b\+890p {
    bottom: 890px;
  }
  .mobile-l\:l-890p {
    left: -890px;
  }
  .mobile-l\:l\+890p {
    left: 890px;
  }
  .mobile-l\:r-890p {
    right: -890px;
  }
  .mobile-l\:r\+890p {
    right: 890px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-900p {
    top: -900px;
  }
  .mobile-l\:t\+900p {
    top: 900px;
  }
  .mobile-l\:b-900p {
    bottom: -900px;
  }
  .mobile-l\:b\+900p {
    bottom: 900px;
  }
  .mobile-l\:l-900p {
    left: -900px;
  }
  .mobile-l\:l\+900p {
    left: 900px;
  }
  .mobile-l\:r-900p {
    right: -900px;
  }
  .mobile-l\:r\+900p {
    right: 900px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-910p {
    top: -910px;
  }
  .mobile-l\:t\+910p {
    top: 910px;
  }
  .mobile-l\:b-910p {
    bottom: -910px;
  }
  .mobile-l\:b\+910p {
    bottom: 910px;
  }
  .mobile-l\:l-910p {
    left: -910px;
  }
  .mobile-l\:l\+910p {
    left: 910px;
  }
  .mobile-l\:r-910p {
    right: -910px;
  }
  .mobile-l\:r\+910p {
    right: 910px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-920p {
    top: -920px;
  }
  .mobile-l\:t\+920p {
    top: 920px;
  }
  .mobile-l\:b-920p {
    bottom: -920px;
  }
  .mobile-l\:b\+920p {
    bottom: 920px;
  }
  .mobile-l\:l-920p {
    left: -920px;
  }
  .mobile-l\:l\+920p {
    left: 920px;
  }
  .mobile-l\:r-920p {
    right: -920px;
  }
  .mobile-l\:r\+920p {
    right: 920px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-930p {
    top: -930px;
  }
  .mobile-l\:t\+930p {
    top: 930px;
  }
  .mobile-l\:b-930p {
    bottom: -930px;
  }
  .mobile-l\:b\+930p {
    bottom: 930px;
  }
  .mobile-l\:l-930p {
    left: -930px;
  }
  .mobile-l\:l\+930p {
    left: 930px;
  }
  .mobile-l\:r-930p {
    right: -930px;
  }
  .mobile-l\:r\+930p {
    right: 930px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-940p {
    top: -940px;
  }
  .mobile-l\:t\+940p {
    top: 940px;
  }
  .mobile-l\:b-940p {
    bottom: -940px;
  }
  .mobile-l\:b\+940p {
    bottom: 940px;
  }
  .mobile-l\:l-940p {
    left: -940px;
  }
  .mobile-l\:l\+940p {
    left: 940px;
  }
  .mobile-l\:r-940p {
    right: -940px;
  }
  .mobile-l\:r\+940p {
    right: 940px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-950p {
    top: -950px;
  }
  .mobile-l\:t\+950p {
    top: 950px;
  }
  .mobile-l\:b-950p {
    bottom: -950px;
  }
  .mobile-l\:b\+950p {
    bottom: 950px;
  }
  .mobile-l\:l-950p {
    left: -950px;
  }
  .mobile-l\:l\+950p {
    left: 950px;
  }
  .mobile-l\:r-950p {
    right: -950px;
  }
  .mobile-l\:r\+950p {
    right: 950px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-960p {
    top: -960px;
  }
  .mobile-l\:t\+960p {
    top: 960px;
  }
  .mobile-l\:b-960p {
    bottom: -960px;
  }
  .mobile-l\:b\+960p {
    bottom: 960px;
  }
  .mobile-l\:l-960p {
    left: -960px;
  }
  .mobile-l\:l\+960p {
    left: 960px;
  }
  .mobile-l\:r-960p {
    right: -960px;
  }
  .mobile-l\:r\+960p {
    right: 960px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-970p {
    top: -970px;
  }
  .mobile-l\:t\+970p {
    top: 970px;
  }
  .mobile-l\:b-970p {
    bottom: -970px;
  }
  .mobile-l\:b\+970p {
    bottom: 970px;
  }
  .mobile-l\:l-970p {
    left: -970px;
  }
  .mobile-l\:l\+970p {
    left: 970px;
  }
  .mobile-l\:r-970p {
    right: -970px;
  }
  .mobile-l\:r\+970p {
    right: 970px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-980p {
    top: -980px;
  }
  .mobile-l\:t\+980p {
    top: 980px;
  }
  .mobile-l\:b-980p {
    bottom: -980px;
  }
  .mobile-l\:b\+980p {
    bottom: 980px;
  }
  .mobile-l\:l-980p {
    left: -980px;
  }
  .mobile-l\:l\+980p {
    left: 980px;
  }
  .mobile-l\:r-980p {
    right: -980px;
  }
  .mobile-l\:r\+980p {
    right: 980px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-990p {
    top: -990px;
  }
  .mobile-l\:t\+990p {
    top: 990px;
  }
  .mobile-l\:b-990p {
    bottom: -990px;
  }
  .mobile-l\:b\+990p {
    bottom: 990px;
  }
  .mobile-l\:l-990p {
    left: -990px;
  }
  .mobile-l\:l\+990p {
    left: 990px;
  }
  .mobile-l\:r-990p {
    right: -990px;
  }
  .mobile-l\:r\+990p {
    right: 990px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1000p {
    top: -1000px;
  }
  .mobile-l\:t\+1000p {
    top: 1000px;
  }
  .mobile-l\:b-1000p {
    bottom: -1000px;
  }
  .mobile-l\:b\+1000p {
    bottom: 1000px;
  }
  .mobile-l\:l-1000p {
    left: -1000px;
  }
  .mobile-l\:l\+1000p {
    left: 1000px;
  }
  .mobile-l\:r-1000p {
    right: -1000px;
  }
  .mobile-l\:r\+1000p {
    right: 1000px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1010p {
    top: -1010px;
  }
  .mobile-l\:t\+1010p {
    top: 1010px;
  }
  .mobile-l\:b-1010p {
    bottom: -1010px;
  }
  .mobile-l\:b\+1010p {
    bottom: 1010px;
  }
  .mobile-l\:l-1010p {
    left: -1010px;
  }
  .mobile-l\:l\+1010p {
    left: 1010px;
  }
  .mobile-l\:r-1010p {
    right: -1010px;
  }
  .mobile-l\:r\+1010p {
    right: 1010px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1020p {
    top: -1020px;
  }
  .mobile-l\:t\+1020p {
    top: 1020px;
  }
  .mobile-l\:b-1020p {
    bottom: -1020px;
  }
  .mobile-l\:b\+1020p {
    bottom: 1020px;
  }
  .mobile-l\:l-1020p {
    left: -1020px;
  }
  .mobile-l\:l\+1020p {
    left: 1020px;
  }
  .mobile-l\:r-1020p {
    right: -1020px;
  }
  .mobile-l\:r\+1020p {
    right: 1020px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1030p {
    top: -1030px;
  }
  .mobile-l\:t\+1030p {
    top: 1030px;
  }
  .mobile-l\:b-1030p {
    bottom: -1030px;
  }
  .mobile-l\:b\+1030p {
    bottom: 1030px;
  }
  .mobile-l\:l-1030p {
    left: -1030px;
  }
  .mobile-l\:l\+1030p {
    left: 1030px;
  }
  .mobile-l\:r-1030p {
    right: -1030px;
  }
  .mobile-l\:r\+1030p {
    right: 1030px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1040p {
    top: -1040px;
  }
  .mobile-l\:t\+1040p {
    top: 1040px;
  }
  .mobile-l\:b-1040p {
    bottom: -1040px;
  }
  .mobile-l\:b\+1040p {
    bottom: 1040px;
  }
  .mobile-l\:l-1040p {
    left: -1040px;
  }
  .mobile-l\:l\+1040p {
    left: 1040px;
  }
  .mobile-l\:r-1040p {
    right: -1040px;
  }
  .mobile-l\:r\+1040p {
    right: 1040px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1050p {
    top: -1050px;
  }
  .mobile-l\:t\+1050p {
    top: 1050px;
  }
  .mobile-l\:b-1050p {
    bottom: -1050px;
  }
  .mobile-l\:b\+1050p {
    bottom: 1050px;
  }
  .mobile-l\:l-1050p {
    left: -1050px;
  }
  .mobile-l\:l\+1050p {
    left: 1050px;
  }
  .mobile-l\:r-1050p {
    right: -1050px;
  }
  .mobile-l\:r\+1050p {
    right: 1050px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1060p {
    top: -1060px;
  }
  .mobile-l\:t\+1060p {
    top: 1060px;
  }
  .mobile-l\:b-1060p {
    bottom: -1060px;
  }
  .mobile-l\:b\+1060p {
    bottom: 1060px;
  }
  .mobile-l\:l-1060p {
    left: -1060px;
  }
  .mobile-l\:l\+1060p {
    left: 1060px;
  }
  .mobile-l\:r-1060p {
    right: -1060px;
  }
  .mobile-l\:r\+1060p {
    right: 1060px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1070p {
    top: -1070px;
  }
  .mobile-l\:t\+1070p {
    top: 1070px;
  }
  .mobile-l\:b-1070p {
    bottom: -1070px;
  }
  .mobile-l\:b\+1070p {
    bottom: 1070px;
  }
  .mobile-l\:l-1070p {
    left: -1070px;
  }
  .mobile-l\:l\+1070p {
    left: 1070px;
  }
  .mobile-l\:r-1070p {
    right: -1070px;
  }
  .mobile-l\:r\+1070p {
    right: 1070px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1080p {
    top: -1080px;
  }
  .mobile-l\:t\+1080p {
    top: 1080px;
  }
  .mobile-l\:b-1080p {
    bottom: -1080px;
  }
  .mobile-l\:b\+1080p {
    bottom: 1080px;
  }
  .mobile-l\:l-1080p {
    left: -1080px;
  }
  .mobile-l\:l\+1080p {
    left: 1080px;
  }
  .mobile-l\:r-1080p {
    right: -1080px;
  }
  .mobile-l\:r\+1080p {
    right: 1080px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1090p {
    top: -1090px;
  }
  .mobile-l\:t\+1090p {
    top: 1090px;
  }
  .mobile-l\:b-1090p {
    bottom: -1090px;
  }
  .mobile-l\:b\+1090p {
    bottom: 1090px;
  }
  .mobile-l\:l-1090p {
    left: -1090px;
  }
  .mobile-l\:l\+1090p {
    left: 1090px;
  }
  .mobile-l\:r-1090p {
    right: -1090px;
  }
  .mobile-l\:r\+1090p {
    right: 1090px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1100p {
    top: -1100px;
  }
  .mobile-l\:t\+1100p {
    top: 1100px;
  }
  .mobile-l\:b-1100p {
    bottom: -1100px;
  }
  .mobile-l\:b\+1100p {
    bottom: 1100px;
  }
  .mobile-l\:l-1100p {
    left: -1100px;
  }
  .mobile-l\:l\+1100p {
    left: 1100px;
  }
  .mobile-l\:r-1100p {
    right: -1100px;
  }
  .mobile-l\:r\+1100p {
    right: 1100px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1110p {
    top: -1110px;
  }
  .mobile-l\:t\+1110p {
    top: 1110px;
  }
  .mobile-l\:b-1110p {
    bottom: -1110px;
  }
  .mobile-l\:b\+1110p {
    bottom: 1110px;
  }
  .mobile-l\:l-1110p {
    left: -1110px;
  }
  .mobile-l\:l\+1110p {
    left: 1110px;
  }
  .mobile-l\:r-1110p {
    right: -1110px;
  }
  .mobile-l\:r\+1110p {
    right: 1110px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1120p {
    top: -1120px;
  }
  .mobile-l\:t\+1120p {
    top: 1120px;
  }
  .mobile-l\:b-1120p {
    bottom: -1120px;
  }
  .mobile-l\:b\+1120p {
    bottom: 1120px;
  }
  .mobile-l\:l-1120p {
    left: -1120px;
  }
  .mobile-l\:l\+1120p {
    left: 1120px;
  }
  .mobile-l\:r-1120p {
    right: -1120px;
  }
  .mobile-l\:r\+1120p {
    right: 1120px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1130p {
    top: -1130px;
  }
  .mobile-l\:t\+1130p {
    top: 1130px;
  }
  .mobile-l\:b-1130p {
    bottom: -1130px;
  }
  .mobile-l\:b\+1130p {
    bottom: 1130px;
  }
  .mobile-l\:l-1130p {
    left: -1130px;
  }
  .mobile-l\:l\+1130p {
    left: 1130px;
  }
  .mobile-l\:r-1130p {
    right: -1130px;
  }
  .mobile-l\:r\+1130p {
    right: 1130px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1140p {
    top: -1140px;
  }
  .mobile-l\:t\+1140p {
    top: 1140px;
  }
  .mobile-l\:b-1140p {
    bottom: -1140px;
  }
  .mobile-l\:b\+1140p {
    bottom: 1140px;
  }
  .mobile-l\:l-1140p {
    left: -1140px;
  }
  .mobile-l\:l\+1140p {
    left: 1140px;
  }
  .mobile-l\:r-1140p {
    right: -1140px;
  }
  .mobile-l\:r\+1140p {
    right: 1140px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1150p {
    top: -1150px;
  }
  .mobile-l\:t\+1150p {
    top: 1150px;
  }
  .mobile-l\:b-1150p {
    bottom: -1150px;
  }
  .mobile-l\:b\+1150p {
    bottom: 1150px;
  }
  .mobile-l\:l-1150p {
    left: -1150px;
  }
  .mobile-l\:l\+1150p {
    left: 1150px;
  }
  .mobile-l\:r-1150p {
    right: -1150px;
  }
  .mobile-l\:r\+1150p {
    right: 1150px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1160p {
    top: -1160px;
  }
  .mobile-l\:t\+1160p {
    top: 1160px;
  }
  .mobile-l\:b-1160p {
    bottom: -1160px;
  }
  .mobile-l\:b\+1160p {
    bottom: 1160px;
  }
  .mobile-l\:l-1160p {
    left: -1160px;
  }
  .mobile-l\:l\+1160p {
    left: 1160px;
  }
  .mobile-l\:r-1160p {
    right: -1160px;
  }
  .mobile-l\:r\+1160p {
    right: 1160px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1170p {
    top: -1170px;
  }
  .mobile-l\:t\+1170p {
    top: 1170px;
  }
  .mobile-l\:b-1170p {
    bottom: -1170px;
  }
  .mobile-l\:b\+1170p {
    bottom: 1170px;
  }
  .mobile-l\:l-1170p {
    left: -1170px;
  }
  .mobile-l\:l\+1170p {
    left: 1170px;
  }
  .mobile-l\:r-1170p {
    right: -1170px;
  }
  .mobile-l\:r\+1170p {
    right: 1170px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1180p {
    top: -1180px;
  }
  .mobile-l\:t\+1180p {
    top: 1180px;
  }
  .mobile-l\:b-1180p {
    bottom: -1180px;
  }
  .mobile-l\:b\+1180p {
    bottom: 1180px;
  }
  .mobile-l\:l-1180p {
    left: -1180px;
  }
  .mobile-l\:l\+1180p {
    left: 1180px;
  }
  .mobile-l\:r-1180p {
    right: -1180px;
  }
  .mobile-l\:r\+1180p {
    right: 1180px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1190p {
    top: -1190px;
  }
  .mobile-l\:t\+1190p {
    top: 1190px;
  }
  .mobile-l\:b-1190p {
    bottom: -1190px;
  }
  .mobile-l\:b\+1190p {
    bottom: 1190px;
  }
  .mobile-l\:l-1190p {
    left: -1190px;
  }
  .mobile-l\:l\+1190p {
    left: 1190px;
  }
  .mobile-l\:r-1190p {
    right: -1190px;
  }
  .mobile-l\:r\+1190p {
    right: 1190px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1200p {
    top: -1200px;
  }
  .mobile-l\:t\+1200p {
    top: 1200px;
  }
  .mobile-l\:b-1200p {
    bottom: -1200px;
  }
  .mobile-l\:b\+1200p {
    bottom: 1200px;
  }
  .mobile-l\:l-1200p {
    left: -1200px;
  }
  .mobile-l\:l\+1200p {
    left: 1200px;
  }
  .mobile-l\:r-1200p {
    right: -1200px;
  }
  .mobile-l\:r\+1200p {
    right: 1200px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1210p {
    top: -1210px;
  }
  .mobile-l\:t\+1210p {
    top: 1210px;
  }
  .mobile-l\:b-1210p {
    bottom: -1210px;
  }
  .mobile-l\:b\+1210p {
    bottom: 1210px;
  }
  .mobile-l\:l-1210p {
    left: -1210px;
  }
  .mobile-l\:l\+1210p {
    left: 1210px;
  }
  .mobile-l\:r-1210p {
    right: -1210px;
  }
  .mobile-l\:r\+1210p {
    right: 1210px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1220p {
    top: -1220px;
  }
  .mobile-l\:t\+1220p {
    top: 1220px;
  }
  .mobile-l\:b-1220p {
    bottom: -1220px;
  }
  .mobile-l\:b\+1220p {
    bottom: 1220px;
  }
  .mobile-l\:l-1220p {
    left: -1220px;
  }
  .mobile-l\:l\+1220p {
    left: 1220px;
  }
  .mobile-l\:r-1220p {
    right: -1220px;
  }
  .mobile-l\:r\+1220p {
    right: 1220px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1230p {
    top: -1230px;
  }
  .mobile-l\:t\+1230p {
    top: 1230px;
  }
  .mobile-l\:b-1230p {
    bottom: -1230px;
  }
  .mobile-l\:b\+1230p {
    bottom: 1230px;
  }
  .mobile-l\:l-1230p {
    left: -1230px;
  }
  .mobile-l\:l\+1230p {
    left: 1230px;
  }
  .mobile-l\:r-1230p {
    right: -1230px;
  }
  .mobile-l\:r\+1230p {
    right: 1230px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1240p {
    top: -1240px;
  }
  .mobile-l\:t\+1240p {
    top: 1240px;
  }
  .mobile-l\:b-1240p {
    bottom: -1240px;
  }
  .mobile-l\:b\+1240p {
    bottom: 1240px;
  }
  .mobile-l\:l-1240p {
    left: -1240px;
  }
  .mobile-l\:l\+1240p {
    left: 1240px;
  }
  .mobile-l\:r-1240p {
    right: -1240px;
  }
  .mobile-l\:r\+1240p {
    right: 1240px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1250p {
    top: -1250px;
  }
  .mobile-l\:t\+1250p {
    top: 1250px;
  }
  .mobile-l\:b-1250p {
    bottom: -1250px;
  }
  .mobile-l\:b\+1250p {
    bottom: 1250px;
  }
  .mobile-l\:l-1250p {
    left: -1250px;
  }
  .mobile-l\:l\+1250p {
    left: 1250px;
  }
  .mobile-l\:r-1250p {
    right: -1250px;
  }
  .mobile-l\:r\+1250p {
    right: 1250px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1260p {
    top: -1260px;
  }
  .mobile-l\:t\+1260p {
    top: 1260px;
  }
  .mobile-l\:b-1260p {
    bottom: -1260px;
  }
  .mobile-l\:b\+1260p {
    bottom: 1260px;
  }
  .mobile-l\:l-1260p {
    left: -1260px;
  }
  .mobile-l\:l\+1260p {
    left: 1260px;
  }
  .mobile-l\:r-1260p {
    right: -1260px;
  }
  .mobile-l\:r\+1260p {
    right: 1260px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1270p {
    top: -1270px;
  }
  .mobile-l\:t\+1270p {
    top: 1270px;
  }
  .mobile-l\:b-1270p {
    bottom: -1270px;
  }
  .mobile-l\:b\+1270p {
    bottom: 1270px;
  }
  .mobile-l\:l-1270p {
    left: -1270px;
  }
  .mobile-l\:l\+1270p {
    left: 1270px;
  }
  .mobile-l\:r-1270p {
    right: -1270px;
  }
  .mobile-l\:r\+1270p {
    right: 1270px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1280p {
    top: -1280px;
  }
  .mobile-l\:t\+1280p {
    top: 1280px;
  }
  .mobile-l\:b-1280p {
    bottom: -1280px;
  }
  .mobile-l\:b\+1280p {
    bottom: 1280px;
  }
  .mobile-l\:l-1280p {
    left: -1280px;
  }
  .mobile-l\:l\+1280p {
    left: 1280px;
  }
  .mobile-l\:r-1280p {
    right: -1280px;
  }
  .mobile-l\:r\+1280p {
    right: 1280px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1290p {
    top: -1290px;
  }
  .mobile-l\:t\+1290p {
    top: 1290px;
  }
  .mobile-l\:b-1290p {
    bottom: -1290px;
  }
  .mobile-l\:b\+1290p {
    bottom: 1290px;
  }
  .mobile-l\:l-1290p {
    left: -1290px;
  }
  .mobile-l\:l\+1290p {
    left: 1290px;
  }
  .mobile-l\:r-1290p {
    right: -1290px;
  }
  .mobile-l\:r\+1290p {
    right: 1290px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1300p {
    top: -1300px;
  }
  .mobile-l\:t\+1300p {
    top: 1300px;
  }
  .mobile-l\:b-1300p {
    bottom: -1300px;
  }
  .mobile-l\:b\+1300p {
    bottom: 1300px;
  }
  .mobile-l\:l-1300p {
    left: -1300px;
  }
  .mobile-l\:l\+1300p {
    left: 1300px;
  }
  .mobile-l\:r-1300p {
    right: -1300px;
  }
  .mobile-l\:r\+1300p {
    right: 1300px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1310p {
    top: -1310px;
  }
  .mobile-l\:t\+1310p {
    top: 1310px;
  }
  .mobile-l\:b-1310p {
    bottom: -1310px;
  }
  .mobile-l\:b\+1310p {
    bottom: 1310px;
  }
  .mobile-l\:l-1310p {
    left: -1310px;
  }
  .mobile-l\:l\+1310p {
    left: 1310px;
  }
  .mobile-l\:r-1310p {
    right: -1310px;
  }
  .mobile-l\:r\+1310p {
    right: 1310px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1320p {
    top: -1320px;
  }
  .mobile-l\:t\+1320p {
    top: 1320px;
  }
  .mobile-l\:b-1320p {
    bottom: -1320px;
  }
  .mobile-l\:b\+1320p {
    bottom: 1320px;
  }
  .mobile-l\:l-1320p {
    left: -1320px;
  }
  .mobile-l\:l\+1320p {
    left: 1320px;
  }
  .mobile-l\:r-1320p {
    right: -1320px;
  }
  .mobile-l\:r\+1320p {
    right: 1320px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1330p {
    top: -1330px;
  }
  .mobile-l\:t\+1330p {
    top: 1330px;
  }
  .mobile-l\:b-1330p {
    bottom: -1330px;
  }
  .mobile-l\:b\+1330p {
    bottom: 1330px;
  }
  .mobile-l\:l-1330p {
    left: -1330px;
  }
  .mobile-l\:l\+1330p {
    left: 1330px;
  }
  .mobile-l\:r-1330p {
    right: -1330px;
  }
  .mobile-l\:r\+1330p {
    right: 1330px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1340p {
    top: -1340px;
  }
  .mobile-l\:t\+1340p {
    top: 1340px;
  }
  .mobile-l\:b-1340p {
    bottom: -1340px;
  }
  .mobile-l\:b\+1340p {
    bottom: 1340px;
  }
  .mobile-l\:l-1340p {
    left: -1340px;
  }
  .mobile-l\:l\+1340p {
    left: 1340px;
  }
  .mobile-l\:r-1340p {
    right: -1340px;
  }
  .mobile-l\:r\+1340p {
    right: 1340px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1350p {
    top: -1350px;
  }
  .mobile-l\:t\+1350p {
    top: 1350px;
  }
  .mobile-l\:b-1350p {
    bottom: -1350px;
  }
  .mobile-l\:b\+1350p {
    bottom: 1350px;
  }
  .mobile-l\:l-1350p {
    left: -1350px;
  }
  .mobile-l\:l\+1350p {
    left: 1350px;
  }
  .mobile-l\:r-1350p {
    right: -1350px;
  }
  .mobile-l\:r\+1350p {
    right: 1350px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1360p {
    top: -1360px;
  }
  .mobile-l\:t\+1360p {
    top: 1360px;
  }
  .mobile-l\:b-1360p {
    bottom: -1360px;
  }
  .mobile-l\:b\+1360p {
    bottom: 1360px;
  }
  .mobile-l\:l-1360p {
    left: -1360px;
  }
  .mobile-l\:l\+1360p {
    left: 1360px;
  }
  .mobile-l\:r-1360p {
    right: -1360px;
  }
  .mobile-l\:r\+1360p {
    right: 1360px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1370p {
    top: -1370px;
  }
  .mobile-l\:t\+1370p {
    top: 1370px;
  }
  .mobile-l\:b-1370p {
    bottom: -1370px;
  }
  .mobile-l\:b\+1370p {
    bottom: 1370px;
  }
  .mobile-l\:l-1370p {
    left: -1370px;
  }
  .mobile-l\:l\+1370p {
    left: 1370px;
  }
  .mobile-l\:r-1370p {
    right: -1370px;
  }
  .mobile-l\:r\+1370p {
    right: 1370px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1380p {
    top: -1380px;
  }
  .mobile-l\:t\+1380p {
    top: 1380px;
  }
  .mobile-l\:b-1380p {
    bottom: -1380px;
  }
  .mobile-l\:b\+1380p {
    bottom: 1380px;
  }
  .mobile-l\:l-1380p {
    left: -1380px;
  }
  .mobile-l\:l\+1380p {
    left: 1380px;
  }
  .mobile-l\:r-1380p {
    right: -1380px;
  }
  .mobile-l\:r\+1380p {
    right: 1380px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1390p {
    top: -1390px;
  }
  .mobile-l\:t\+1390p {
    top: 1390px;
  }
  .mobile-l\:b-1390p {
    bottom: -1390px;
  }
  .mobile-l\:b\+1390p {
    bottom: 1390px;
  }
  .mobile-l\:l-1390p {
    left: -1390px;
  }
  .mobile-l\:l\+1390p {
    left: 1390px;
  }
  .mobile-l\:r-1390p {
    right: -1390px;
  }
  .mobile-l\:r\+1390p {
    right: 1390px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1400p {
    top: -1400px;
  }
  .mobile-l\:t\+1400p {
    top: 1400px;
  }
  .mobile-l\:b-1400p {
    bottom: -1400px;
  }
  .mobile-l\:b\+1400p {
    bottom: 1400px;
  }
  .mobile-l\:l-1400p {
    left: -1400px;
  }
  .mobile-l\:l\+1400p {
    left: 1400px;
  }
  .mobile-l\:r-1400p {
    right: -1400px;
  }
  .mobile-l\:r\+1400p {
    right: 1400px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1410p {
    top: -1410px;
  }
  .mobile-l\:t\+1410p {
    top: 1410px;
  }
  .mobile-l\:b-1410p {
    bottom: -1410px;
  }
  .mobile-l\:b\+1410p {
    bottom: 1410px;
  }
  .mobile-l\:l-1410p {
    left: -1410px;
  }
  .mobile-l\:l\+1410p {
    left: 1410px;
  }
  .mobile-l\:r-1410p {
    right: -1410px;
  }
  .mobile-l\:r\+1410p {
    right: 1410px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1420p {
    top: -1420px;
  }
  .mobile-l\:t\+1420p {
    top: 1420px;
  }
  .mobile-l\:b-1420p {
    bottom: -1420px;
  }
  .mobile-l\:b\+1420p {
    bottom: 1420px;
  }
  .mobile-l\:l-1420p {
    left: -1420px;
  }
  .mobile-l\:l\+1420p {
    left: 1420px;
  }
  .mobile-l\:r-1420p {
    right: -1420px;
  }
  .mobile-l\:r\+1420p {
    right: 1420px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1430p {
    top: -1430px;
  }
  .mobile-l\:t\+1430p {
    top: 1430px;
  }
  .mobile-l\:b-1430p {
    bottom: -1430px;
  }
  .mobile-l\:b\+1430p {
    bottom: 1430px;
  }
  .mobile-l\:l-1430p {
    left: -1430px;
  }
  .mobile-l\:l\+1430p {
    left: 1430px;
  }
  .mobile-l\:r-1430p {
    right: -1430px;
  }
  .mobile-l\:r\+1430p {
    right: 1430px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1440p {
    top: -1440px;
  }
  .mobile-l\:t\+1440p {
    top: 1440px;
  }
  .mobile-l\:b-1440p {
    bottom: -1440px;
  }
  .mobile-l\:b\+1440p {
    bottom: 1440px;
  }
  .mobile-l\:l-1440p {
    left: -1440px;
  }
  .mobile-l\:l\+1440p {
    left: 1440px;
  }
  .mobile-l\:r-1440p {
    right: -1440px;
  }
  .mobile-l\:r\+1440p {
    right: 1440px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1450p {
    top: -1450px;
  }
  .mobile-l\:t\+1450p {
    top: 1450px;
  }
  .mobile-l\:b-1450p {
    bottom: -1450px;
  }
  .mobile-l\:b\+1450p {
    bottom: 1450px;
  }
  .mobile-l\:l-1450p {
    left: -1450px;
  }
  .mobile-l\:l\+1450p {
    left: 1450px;
  }
  .mobile-l\:r-1450p {
    right: -1450px;
  }
  .mobile-l\:r\+1450p {
    right: 1450px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1460p {
    top: -1460px;
  }
  .mobile-l\:t\+1460p {
    top: 1460px;
  }
  .mobile-l\:b-1460p {
    bottom: -1460px;
  }
  .mobile-l\:b\+1460p {
    bottom: 1460px;
  }
  .mobile-l\:l-1460p {
    left: -1460px;
  }
  .mobile-l\:l\+1460p {
    left: 1460px;
  }
  .mobile-l\:r-1460p {
    right: -1460px;
  }
  .mobile-l\:r\+1460p {
    right: 1460px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1470p {
    top: -1470px;
  }
  .mobile-l\:t\+1470p {
    top: 1470px;
  }
  .mobile-l\:b-1470p {
    bottom: -1470px;
  }
  .mobile-l\:b\+1470p {
    bottom: 1470px;
  }
  .mobile-l\:l-1470p {
    left: -1470px;
  }
  .mobile-l\:l\+1470p {
    left: 1470px;
  }
  .mobile-l\:r-1470p {
    right: -1470px;
  }
  .mobile-l\:r\+1470p {
    right: 1470px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1480p {
    top: -1480px;
  }
  .mobile-l\:t\+1480p {
    top: 1480px;
  }
  .mobile-l\:b-1480p {
    bottom: -1480px;
  }
  .mobile-l\:b\+1480p {
    bottom: 1480px;
  }
  .mobile-l\:l-1480p {
    left: -1480px;
  }
  .mobile-l\:l\+1480p {
    left: 1480px;
  }
  .mobile-l\:r-1480p {
    right: -1480px;
  }
  .mobile-l\:r\+1480p {
    right: 1480px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1490p {
    top: -1490px;
  }
  .mobile-l\:t\+1490p {
    top: 1490px;
  }
  .mobile-l\:b-1490p {
    bottom: -1490px;
  }
  .mobile-l\:b\+1490p {
    bottom: 1490px;
  }
  .mobile-l\:l-1490p {
    left: -1490px;
  }
  .mobile-l\:l\+1490p {
    left: 1490px;
  }
  .mobile-l\:r-1490p {
    right: -1490px;
  }
  .mobile-l\:r\+1490p {
    right: 1490px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1500p {
    top: -1500px;
  }
  .mobile-l\:t\+1500p {
    top: 1500px;
  }
  .mobile-l\:b-1500p {
    bottom: -1500px;
  }
  .mobile-l\:b\+1500p {
    bottom: 1500px;
  }
  .mobile-l\:l-1500p {
    left: -1500px;
  }
  .mobile-l\:l\+1500p {
    left: 1500px;
  }
  .mobile-l\:r-1500p {
    right: -1500px;
  }
  .mobile-l\:r\+1500p {
    right: 1500px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1510p {
    top: -1510px;
  }
  .mobile-l\:t\+1510p {
    top: 1510px;
  }
  .mobile-l\:b-1510p {
    bottom: -1510px;
  }
  .mobile-l\:b\+1510p {
    bottom: 1510px;
  }
  .mobile-l\:l-1510p {
    left: -1510px;
  }
  .mobile-l\:l\+1510p {
    left: 1510px;
  }
  .mobile-l\:r-1510p {
    right: -1510px;
  }
  .mobile-l\:r\+1510p {
    right: 1510px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1520p {
    top: -1520px;
  }
  .mobile-l\:t\+1520p {
    top: 1520px;
  }
  .mobile-l\:b-1520p {
    bottom: -1520px;
  }
  .mobile-l\:b\+1520p {
    bottom: 1520px;
  }
  .mobile-l\:l-1520p {
    left: -1520px;
  }
  .mobile-l\:l\+1520p {
    left: 1520px;
  }
  .mobile-l\:r-1520p {
    right: -1520px;
  }
  .mobile-l\:r\+1520p {
    right: 1520px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1530p {
    top: -1530px;
  }
  .mobile-l\:t\+1530p {
    top: 1530px;
  }
  .mobile-l\:b-1530p {
    bottom: -1530px;
  }
  .mobile-l\:b\+1530p {
    bottom: 1530px;
  }
  .mobile-l\:l-1530p {
    left: -1530px;
  }
  .mobile-l\:l\+1530p {
    left: 1530px;
  }
  .mobile-l\:r-1530p {
    right: -1530px;
  }
  .mobile-l\:r\+1530p {
    right: 1530px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1540p {
    top: -1540px;
  }
  .mobile-l\:t\+1540p {
    top: 1540px;
  }
  .mobile-l\:b-1540p {
    bottom: -1540px;
  }
  .mobile-l\:b\+1540p {
    bottom: 1540px;
  }
  .mobile-l\:l-1540p {
    left: -1540px;
  }
  .mobile-l\:l\+1540p {
    left: 1540px;
  }
  .mobile-l\:r-1540p {
    right: -1540px;
  }
  .mobile-l\:r\+1540p {
    right: 1540px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1550p {
    top: -1550px;
  }
  .mobile-l\:t\+1550p {
    top: 1550px;
  }
  .mobile-l\:b-1550p {
    bottom: -1550px;
  }
  .mobile-l\:b\+1550p {
    bottom: 1550px;
  }
  .mobile-l\:l-1550p {
    left: -1550px;
  }
  .mobile-l\:l\+1550p {
    left: 1550px;
  }
  .mobile-l\:r-1550p {
    right: -1550px;
  }
  .mobile-l\:r\+1550p {
    right: 1550px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1560p {
    top: -1560px;
  }
  .mobile-l\:t\+1560p {
    top: 1560px;
  }
  .mobile-l\:b-1560p {
    bottom: -1560px;
  }
  .mobile-l\:b\+1560p {
    bottom: 1560px;
  }
  .mobile-l\:l-1560p {
    left: -1560px;
  }
  .mobile-l\:l\+1560p {
    left: 1560px;
  }
  .mobile-l\:r-1560p {
    right: -1560px;
  }
  .mobile-l\:r\+1560p {
    right: 1560px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1570p {
    top: -1570px;
  }
  .mobile-l\:t\+1570p {
    top: 1570px;
  }
  .mobile-l\:b-1570p {
    bottom: -1570px;
  }
  .mobile-l\:b\+1570p {
    bottom: 1570px;
  }
  .mobile-l\:l-1570p {
    left: -1570px;
  }
  .mobile-l\:l\+1570p {
    left: 1570px;
  }
  .mobile-l\:r-1570p {
    right: -1570px;
  }
  .mobile-l\:r\+1570p {
    right: 1570px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1580p {
    top: -1580px;
  }
  .mobile-l\:t\+1580p {
    top: 1580px;
  }
  .mobile-l\:b-1580p {
    bottom: -1580px;
  }
  .mobile-l\:b\+1580p {
    bottom: 1580px;
  }
  .mobile-l\:l-1580p {
    left: -1580px;
  }
  .mobile-l\:l\+1580p {
    left: 1580px;
  }
  .mobile-l\:r-1580p {
    right: -1580px;
  }
  .mobile-l\:r\+1580p {
    right: 1580px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1590p {
    top: -1590px;
  }
  .mobile-l\:t\+1590p {
    top: 1590px;
  }
  .mobile-l\:b-1590p {
    bottom: -1590px;
  }
  .mobile-l\:b\+1590p {
    bottom: 1590px;
  }
  .mobile-l\:l-1590p {
    left: -1590px;
  }
  .mobile-l\:l\+1590p {
    left: 1590px;
  }
  .mobile-l\:r-1590p {
    right: -1590px;
  }
  .mobile-l\:r\+1590p {
    right: 1590px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1600p {
    top: -1600px;
  }
  .mobile-l\:t\+1600p {
    top: 1600px;
  }
  .mobile-l\:b-1600p {
    bottom: -1600px;
  }
  .mobile-l\:b\+1600p {
    bottom: 1600px;
  }
  .mobile-l\:l-1600p {
    left: -1600px;
  }
  .mobile-l\:l\+1600p {
    left: 1600px;
  }
  .mobile-l\:r-1600p {
    right: -1600px;
  }
  .mobile-l\:r\+1600p {
    right: 1600px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1610p {
    top: -1610px;
  }
  .mobile-l\:t\+1610p {
    top: 1610px;
  }
  .mobile-l\:b-1610p {
    bottom: -1610px;
  }
  .mobile-l\:b\+1610p {
    bottom: 1610px;
  }
  .mobile-l\:l-1610p {
    left: -1610px;
  }
  .mobile-l\:l\+1610p {
    left: 1610px;
  }
  .mobile-l\:r-1610p {
    right: -1610px;
  }
  .mobile-l\:r\+1610p {
    right: 1610px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1620p {
    top: -1620px;
  }
  .mobile-l\:t\+1620p {
    top: 1620px;
  }
  .mobile-l\:b-1620p {
    bottom: -1620px;
  }
  .mobile-l\:b\+1620p {
    bottom: 1620px;
  }
  .mobile-l\:l-1620p {
    left: -1620px;
  }
  .mobile-l\:l\+1620p {
    left: 1620px;
  }
  .mobile-l\:r-1620p {
    right: -1620px;
  }
  .mobile-l\:r\+1620p {
    right: 1620px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1630p {
    top: -1630px;
  }
  .mobile-l\:t\+1630p {
    top: 1630px;
  }
  .mobile-l\:b-1630p {
    bottom: -1630px;
  }
  .mobile-l\:b\+1630p {
    bottom: 1630px;
  }
  .mobile-l\:l-1630p {
    left: -1630px;
  }
  .mobile-l\:l\+1630p {
    left: 1630px;
  }
  .mobile-l\:r-1630p {
    right: -1630px;
  }
  .mobile-l\:r\+1630p {
    right: 1630px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1640p {
    top: -1640px;
  }
  .mobile-l\:t\+1640p {
    top: 1640px;
  }
  .mobile-l\:b-1640p {
    bottom: -1640px;
  }
  .mobile-l\:b\+1640p {
    bottom: 1640px;
  }
  .mobile-l\:l-1640p {
    left: -1640px;
  }
  .mobile-l\:l\+1640p {
    left: 1640px;
  }
  .mobile-l\:r-1640p {
    right: -1640px;
  }
  .mobile-l\:r\+1640p {
    right: 1640px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1650p {
    top: -1650px;
  }
  .mobile-l\:t\+1650p {
    top: 1650px;
  }
  .mobile-l\:b-1650p {
    bottom: -1650px;
  }
  .mobile-l\:b\+1650p {
    bottom: 1650px;
  }
  .mobile-l\:l-1650p {
    left: -1650px;
  }
  .mobile-l\:l\+1650p {
    left: 1650px;
  }
  .mobile-l\:r-1650p {
    right: -1650px;
  }
  .mobile-l\:r\+1650p {
    right: 1650px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1660p {
    top: -1660px;
  }
  .mobile-l\:t\+1660p {
    top: 1660px;
  }
  .mobile-l\:b-1660p {
    bottom: -1660px;
  }
  .mobile-l\:b\+1660p {
    bottom: 1660px;
  }
  .mobile-l\:l-1660p {
    left: -1660px;
  }
  .mobile-l\:l\+1660p {
    left: 1660px;
  }
  .mobile-l\:r-1660p {
    right: -1660px;
  }
  .mobile-l\:r\+1660p {
    right: 1660px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1670p {
    top: -1670px;
  }
  .mobile-l\:t\+1670p {
    top: 1670px;
  }
  .mobile-l\:b-1670p {
    bottom: -1670px;
  }
  .mobile-l\:b\+1670p {
    bottom: 1670px;
  }
  .mobile-l\:l-1670p {
    left: -1670px;
  }
  .mobile-l\:l\+1670p {
    left: 1670px;
  }
  .mobile-l\:r-1670p {
    right: -1670px;
  }
  .mobile-l\:r\+1670p {
    right: 1670px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1680p {
    top: -1680px;
  }
  .mobile-l\:t\+1680p {
    top: 1680px;
  }
  .mobile-l\:b-1680p {
    bottom: -1680px;
  }
  .mobile-l\:b\+1680p {
    bottom: 1680px;
  }
  .mobile-l\:l-1680p {
    left: -1680px;
  }
  .mobile-l\:l\+1680p {
    left: 1680px;
  }
  .mobile-l\:r-1680p {
    right: -1680px;
  }
  .mobile-l\:r\+1680p {
    right: 1680px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1690p {
    top: -1690px;
  }
  .mobile-l\:t\+1690p {
    top: 1690px;
  }
  .mobile-l\:b-1690p {
    bottom: -1690px;
  }
  .mobile-l\:b\+1690p {
    bottom: 1690px;
  }
  .mobile-l\:l-1690p {
    left: -1690px;
  }
  .mobile-l\:l\+1690p {
    left: 1690px;
  }
  .mobile-l\:r-1690p {
    right: -1690px;
  }
  .mobile-l\:r\+1690p {
    right: 1690px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1700p {
    top: -1700px;
  }
  .mobile-l\:t\+1700p {
    top: 1700px;
  }
  .mobile-l\:b-1700p {
    bottom: -1700px;
  }
  .mobile-l\:b\+1700p {
    bottom: 1700px;
  }
  .mobile-l\:l-1700p {
    left: -1700px;
  }
  .mobile-l\:l\+1700p {
    left: 1700px;
  }
  .mobile-l\:r-1700p {
    right: -1700px;
  }
  .mobile-l\:r\+1700p {
    right: 1700px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1710p {
    top: -1710px;
  }
  .mobile-l\:t\+1710p {
    top: 1710px;
  }
  .mobile-l\:b-1710p {
    bottom: -1710px;
  }
  .mobile-l\:b\+1710p {
    bottom: 1710px;
  }
  .mobile-l\:l-1710p {
    left: -1710px;
  }
  .mobile-l\:l\+1710p {
    left: 1710px;
  }
  .mobile-l\:r-1710p {
    right: -1710px;
  }
  .mobile-l\:r\+1710p {
    right: 1710px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1720p {
    top: -1720px;
  }
  .mobile-l\:t\+1720p {
    top: 1720px;
  }
  .mobile-l\:b-1720p {
    bottom: -1720px;
  }
  .mobile-l\:b\+1720p {
    bottom: 1720px;
  }
  .mobile-l\:l-1720p {
    left: -1720px;
  }
  .mobile-l\:l\+1720p {
    left: 1720px;
  }
  .mobile-l\:r-1720p {
    right: -1720px;
  }
  .mobile-l\:r\+1720p {
    right: 1720px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1730p {
    top: -1730px;
  }
  .mobile-l\:t\+1730p {
    top: 1730px;
  }
  .mobile-l\:b-1730p {
    bottom: -1730px;
  }
  .mobile-l\:b\+1730p {
    bottom: 1730px;
  }
  .mobile-l\:l-1730p {
    left: -1730px;
  }
  .mobile-l\:l\+1730p {
    left: 1730px;
  }
  .mobile-l\:r-1730p {
    right: -1730px;
  }
  .mobile-l\:r\+1730p {
    right: 1730px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1740p {
    top: -1740px;
  }
  .mobile-l\:t\+1740p {
    top: 1740px;
  }
  .mobile-l\:b-1740p {
    bottom: -1740px;
  }
  .mobile-l\:b\+1740p {
    bottom: 1740px;
  }
  .mobile-l\:l-1740p {
    left: -1740px;
  }
  .mobile-l\:l\+1740p {
    left: 1740px;
  }
  .mobile-l\:r-1740p {
    right: -1740px;
  }
  .mobile-l\:r\+1740p {
    right: 1740px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1750p {
    top: -1750px;
  }
  .mobile-l\:t\+1750p {
    top: 1750px;
  }
  .mobile-l\:b-1750p {
    bottom: -1750px;
  }
  .mobile-l\:b\+1750p {
    bottom: 1750px;
  }
  .mobile-l\:l-1750p {
    left: -1750px;
  }
  .mobile-l\:l\+1750p {
    left: 1750px;
  }
  .mobile-l\:r-1750p {
    right: -1750px;
  }
  .mobile-l\:r\+1750p {
    right: 1750px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1760p {
    top: -1760px;
  }
  .mobile-l\:t\+1760p {
    top: 1760px;
  }
  .mobile-l\:b-1760p {
    bottom: -1760px;
  }
  .mobile-l\:b\+1760p {
    bottom: 1760px;
  }
  .mobile-l\:l-1760p {
    left: -1760px;
  }
  .mobile-l\:l\+1760p {
    left: 1760px;
  }
  .mobile-l\:r-1760p {
    right: -1760px;
  }
  .mobile-l\:r\+1760p {
    right: 1760px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1770p {
    top: -1770px;
  }
  .mobile-l\:t\+1770p {
    top: 1770px;
  }
  .mobile-l\:b-1770p {
    bottom: -1770px;
  }
  .mobile-l\:b\+1770p {
    bottom: 1770px;
  }
  .mobile-l\:l-1770p {
    left: -1770px;
  }
  .mobile-l\:l\+1770p {
    left: 1770px;
  }
  .mobile-l\:r-1770p {
    right: -1770px;
  }
  .mobile-l\:r\+1770p {
    right: 1770px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1780p {
    top: -1780px;
  }
  .mobile-l\:t\+1780p {
    top: 1780px;
  }
  .mobile-l\:b-1780p {
    bottom: -1780px;
  }
  .mobile-l\:b\+1780p {
    bottom: 1780px;
  }
  .mobile-l\:l-1780p {
    left: -1780px;
  }
  .mobile-l\:l\+1780p {
    left: 1780px;
  }
  .mobile-l\:r-1780p {
    right: -1780px;
  }
  .mobile-l\:r\+1780p {
    right: 1780px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1790p {
    top: -1790px;
  }
  .mobile-l\:t\+1790p {
    top: 1790px;
  }
  .mobile-l\:b-1790p {
    bottom: -1790px;
  }
  .mobile-l\:b\+1790p {
    bottom: 1790px;
  }
  .mobile-l\:l-1790p {
    left: -1790px;
  }
  .mobile-l\:l\+1790p {
    left: 1790px;
  }
  .mobile-l\:r-1790p {
    right: -1790px;
  }
  .mobile-l\:r\+1790p {
    right: 1790px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1800p {
    top: -1800px;
  }
  .mobile-l\:t\+1800p {
    top: 1800px;
  }
  .mobile-l\:b-1800p {
    bottom: -1800px;
  }
  .mobile-l\:b\+1800p {
    bottom: 1800px;
  }
  .mobile-l\:l-1800p {
    left: -1800px;
  }
  .mobile-l\:l\+1800p {
    left: 1800px;
  }
  .mobile-l\:r-1800p {
    right: -1800px;
  }
  .mobile-l\:r\+1800p {
    right: 1800px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1810p {
    top: -1810px;
  }
  .mobile-l\:t\+1810p {
    top: 1810px;
  }
  .mobile-l\:b-1810p {
    bottom: -1810px;
  }
  .mobile-l\:b\+1810p {
    bottom: 1810px;
  }
  .mobile-l\:l-1810p {
    left: -1810px;
  }
  .mobile-l\:l\+1810p {
    left: 1810px;
  }
  .mobile-l\:r-1810p {
    right: -1810px;
  }
  .mobile-l\:r\+1810p {
    right: 1810px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1820p {
    top: -1820px;
  }
  .mobile-l\:t\+1820p {
    top: 1820px;
  }
  .mobile-l\:b-1820p {
    bottom: -1820px;
  }
  .mobile-l\:b\+1820p {
    bottom: 1820px;
  }
  .mobile-l\:l-1820p {
    left: -1820px;
  }
  .mobile-l\:l\+1820p {
    left: 1820px;
  }
  .mobile-l\:r-1820p {
    right: -1820px;
  }
  .mobile-l\:r\+1820p {
    right: 1820px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1830p {
    top: -1830px;
  }
  .mobile-l\:t\+1830p {
    top: 1830px;
  }
  .mobile-l\:b-1830p {
    bottom: -1830px;
  }
  .mobile-l\:b\+1830p {
    bottom: 1830px;
  }
  .mobile-l\:l-1830p {
    left: -1830px;
  }
  .mobile-l\:l\+1830p {
    left: 1830px;
  }
  .mobile-l\:r-1830p {
    right: -1830px;
  }
  .mobile-l\:r\+1830p {
    right: 1830px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1840p {
    top: -1840px;
  }
  .mobile-l\:t\+1840p {
    top: 1840px;
  }
  .mobile-l\:b-1840p {
    bottom: -1840px;
  }
  .mobile-l\:b\+1840p {
    bottom: 1840px;
  }
  .mobile-l\:l-1840p {
    left: -1840px;
  }
  .mobile-l\:l\+1840p {
    left: 1840px;
  }
  .mobile-l\:r-1840p {
    right: -1840px;
  }
  .mobile-l\:r\+1840p {
    right: 1840px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1850p {
    top: -1850px;
  }
  .mobile-l\:t\+1850p {
    top: 1850px;
  }
  .mobile-l\:b-1850p {
    bottom: -1850px;
  }
  .mobile-l\:b\+1850p {
    bottom: 1850px;
  }
  .mobile-l\:l-1850p {
    left: -1850px;
  }
  .mobile-l\:l\+1850p {
    left: 1850px;
  }
  .mobile-l\:r-1850p {
    right: -1850px;
  }
  .mobile-l\:r\+1850p {
    right: 1850px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1860p {
    top: -1860px;
  }
  .mobile-l\:t\+1860p {
    top: 1860px;
  }
  .mobile-l\:b-1860p {
    bottom: -1860px;
  }
  .mobile-l\:b\+1860p {
    bottom: 1860px;
  }
  .mobile-l\:l-1860p {
    left: -1860px;
  }
  .mobile-l\:l\+1860p {
    left: 1860px;
  }
  .mobile-l\:r-1860p {
    right: -1860px;
  }
  .mobile-l\:r\+1860p {
    right: 1860px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1870p {
    top: -1870px;
  }
  .mobile-l\:t\+1870p {
    top: 1870px;
  }
  .mobile-l\:b-1870p {
    bottom: -1870px;
  }
  .mobile-l\:b\+1870p {
    bottom: 1870px;
  }
  .mobile-l\:l-1870p {
    left: -1870px;
  }
  .mobile-l\:l\+1870p {
    left: 1870px;
  }
  .mobile-l\:r-1870p {
    right: -1870px;
  }
  .mobile-l\:r\+1870p {
    right: 1870px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1880p {
    top: -1880px;
  }
  .mobile-l\:t\+1880p {
    top: 1880px;
  }
  .mobile-l\:b-1880p {
    bottom: -1880px;
  }
  .mobile-l\:b\+1880p {
    bottom: 1880px;
  }
  .mobile-l\:l-1880p {
    left: -1880px;
  }
  .mobile-l\:l\+1880p {
    left: 1880px;
  }
  .mobile-l\:r-1880p {
    right: -1880px;
  }
  .mobile-l\:r\+1880p {
    right: 1880px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1890p {
    top: -1890px;
  }
  .mobile-l\:t\+1890p {
    top: 1890px;
  }
  .mobile-l\:b-1890p {
    bottom: -1890px;
  }
  .mobile-l\:b\+1890p {
    bottom: 1890px;
  }
  .mobile-l\:l-1890p {
    left: -1890px;
  }
  .mobile-l\:l\+1890p {
    left: 1890px;
  }
  .mobile-l\:r-1890p {
    right: -1890px;
  }
  .mobile-l\:r\+1890p {
    right: 1890px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1900p {
    top: -1900px;
  }
  .mobile-l\:t\+1900p {
    top: 1900px;
  }
  .mobile-l\:b-1900p {
    bottom: -1900px;
  }
  .mobile-l\:b\+1900p {
    bottom: 1900px;
  }
  .mobile-l\:l-1900p {
    left: -1900px;
  }
  .mobile-l\:l\+1900p {
    left: 1900px;
  }
  .mobile-l\:r-1900p {
    right: -1900px;
  }
  .mobile-l\:r\+1900p {
    right: 1900px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1910p {
    top: -1910px;
  }
  .mobile-l\:t\+1910p {
    top: 1910px;
  }
  .mobile-l\:b-1910p {
    bottom: -1910px;
  }
  .mobile-l\:b\+1910p {
    bottom: 1910px;
  }
  .mobile-l\:l-1910p {
    left: -1910px;
  }
  .mobile-l\:l\+1910p {
    left: 1910px;
  }
  .mobile-l\:r-1910p {
    right: -1910px;
  }
  .mobile-l\:r\+1910p {
    right: 1910px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1920p {
    top: -1920px;
  }
  .mobile-l\:t\+1920p {
    top: 1920px;
  }
  .mobile-l\:b-1920p {
    bottom: -1920px;
  }
  .mobile-l\:b\+1920p {
    bottom: 1920px;
  }
  .mobile-l\:l-1920p {
    left: -1920px;
  }
  .mobile-l\:l\+1920p {
    left: 1920px;
  }
  .mobile-l\:r-1920p {
    right: -1920px;
  }
  .mobile-l\:r\+1920p {
    right: 1920px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1930p {
    top: -1930px;
  }
  .mobile-l\:t\+1930p {
    top: 1930px;
  }
  .mobile-l\:b-1930p {
    bottom: -1930px;
  }
  .mobile-l\:b\+1930p {
    bottom: 1930px;
  }
  .mobile-l\:l-1930p {
    left: -1930px;
  }
  .mobile-l\:l\+1930p {
    left: 1930px;
  }
  .mobile-l\:r-1930p {
    right: -1930px;
  }
  .mobile-l\:r\+1930p {
    right: 1930px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1940p {
    top: -1940px;
  }
  .mobile-l\:t\+1940p {
    top: 1940px;
  }
  .mobile-l\:b-1940p {
    bottom: -1940px;
  }
  .mobile-l\:b\+1940p {
    bottom: 1940px;
  }
  .mobile-l\:l-1940p {
    left: -1940px;
  }
  .mobile-l\:l\+1940p {
    left: 1940px;
  }
  .mobile-l\:r-1940p {
    right: -1940px;
  }
  .mobile-l\:r\+1940p {
    right: 1940px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1950p {
    top: -1950px;
  }
  .mobile-l\:t\+1950p {
    top: 1950px;
  }
  .mobile-l\:b-1950p {
    bottom: -1950px;
  }
  .mobile-l\:b\+1950p {
    bottom: 1950px;
  }
  .mobile-l\:l-1950p {
    left: -1950px;
  }
  .mobile-l\:l\+1950p {
    left: 1950px;
  }
  .mobile-l\:r-1950p {
    right: -1950px;
  }
  .mobile-l\:r\+1950p {
    right: 1950px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1960p {
    top: -1960px;
  }
  .mobile-l\:t\+1960p {
    top: 1960px;
  }
  .mobile-l\:b-1960p {
    bottom: -1960px;
  }
  .mobile-l\:b\+1960p {
    bottom: 1960px;
  }
  .mobile-l\:l-1960p {
    left: -1960px;
  }
  .mobile-l\:l\+1960p {
    left: 1960px;
  }
  .mobile-l\:r-1960p {
    right: -1960px;
  }
  .mobile-l\:r\+1960p {
    right: 1960px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1970p {
    top: -1970px;
  }
  .mobile-l\:t\+1970p {
    top: 1970px;
  }
  .mobile-l\:b-1970p {
    bottom: -1970px;
  }
  .mobile-l\:b\+1970p {
    bottom: 1970px;
  }
  .mobile-l\:l-1970p {
    left: -1970px;
  }
  .mobile-l\:l\+1970p {
    left: 1970px;
  }
  .mobile-l\:r-1970p {
    right: -1970px;
  }
  .mobile-l\:r\+1970p {
    right: 1970px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1980p {
    top: -1980px;
  }
  .mobile-l\:t\+1980p {
    top: 1980px;
  }
  .mobile-l\:b-1980p {
    bottom: -1980px;
  }
  .mobile-l\:b\+1980p {
    bottom: 1980px;
  }
  .mobile-l\:l-1980p {
    left: -1980px;
  }
  .mobile-l\:l\+1980p {
    left: 1980px;
  }
  .mobile-l\:r-1980p {
    right: -1980px;
  }
  .mobile-l\:r\+1980p {
    right: 1980px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1990p {
    top: -1990px;
  }
  .mobile-l\:t\+1990p {
    top: 1990px;
  }
  .mobile-l\:b-1990p {
    bottom: -1990px;
  }
  .mobile-l\:b\+1990p {
    bottom: 1990px;
  }
  .mobile-l\:l-1990p {
    left: -1990px;
  }
  .mobile-l\:l\+1990p {
    left: 1990px;
  }
  .mobile-l\:r-1990p {
    right: -1990px;
  }
  .mobile-l\:r\+1990p {
    right: 1990px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-0vw {
    top: -0vw;
  }
  .mobile-l\:t\+0vw {
    top: 0vw;
  }
  .mobile-l\:t-0\% {
    top: 0%;
  }
  .mobile-l\:t\+0\% {
    top: 0%;
  }
  .mobile-l\:b-0vw {
    bottom: -0vw;
  }
  .mobile-l\:b\+0vw {
    bottom: 0vw;
  }
  .mobile-l\:b-0\% {
    bottom: 0%;
  }
  .mobile-l\:b\+0\% {
    bottom: 0%;
  }
  .mobile-l\:l-0vw {
    left: -0vw;
  }
  .mobile-l\:l\+0vw {
    left: 0vw;
  }
  .mobile-l\:l-0\% {
    left: 0%;
  }
  .mobile-l\:l\+0\% {
    left: 0%;
  }
  .mobile-l\:r-0vw {
    right: -0vw;
  }
  .mobile-l\:r\+0vw {
    right: 0vw;
  }
  .mobile-l\:r-0\% {
    right: 0%;
  }
  .mobile-l\:r\+0\% {
    right: 0%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-1vw {
    top: -1vw;
  }
  .mobile-l\:t\+1vw {
    top: 1vw;
  }
  .mobile-l\:t-1\% {
    top: -1%;
  }
  .mobile-l\:t\+1\% {
    top: 1%;
  }
  .mobile-l\:b-1vw {
    bottom: -1vw;
  }
  .mobile-l\:b\+1vw {
    bottom: 1vw;
  }
  .mobile-l\:b-1\% {
    bottom: -1%;
  }
  .mobile-l\:b\+1\% {
    bottom: 1%;
  }
  .mobile-l\:l-1vw {
    left: -1vw;
  }
  .mobile-l\:l\+1vw {
    left: 1vw;
  }
  .mobile-l\:l-1\% {
    left: -1%;
  }
  .mobile-l\:l\+1\% {
    left: 1%;
  }
  .mobile-l\:r-1vw {
    right: -1vw;
  }
  .mobile-l\:r\+1vw {
    right: 1vw;
  }
  .mobile-l\:r-1\% {
    right: -1%;
  }
  .mobile-l\:r\+1\% {
    right: 1%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-2vw {
    top: -2vw;
  }
  .mobile-l\:t\+2vw {
    top: 2vw;
  }
  .mobile-l\:t-2\% {
    top: -2%;
  }
  .mobile-l\:t\+2\% {
    top: 2%;
  }
  .mobile-l\:b-2vw {
    bottom: -2vw;
  }
  .mobile-l\:b\+2vw {
    bottom: 2vw;
  }
  .mobile-l\:b-2\% {
    bottom: -2%;
  }
  .mobile-l\:b\+2\% {
    bottom: 2%;
  }
  .mobile-l\:l-2vw {
    left: -2vw;
  }
  .mobile-l\:l\+2vw {
    left: 2vw;
  }
  .mobile-l\:l-2\% {
    left: -2%;
  }
  .mobile-l\:l\+2\% {
    left: 2%;
  }
  .mobile-l\:r-2vw {
    right: -2vw;
  }
  .mobile-l\:r\+2vw {
    right: 2vw;
  }
  .mobile-l\:r-2\% {
    right: -2%;
  }
  .mobile-l\:r\+2\% {
    right: 2%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-3vw {
    top: -3vw;
  }
  .mobile-l\:t\+3vw {
    top: 3vw;
  }
  .mobile-l\:t-3\% {
    top: -3%;
  }
  .mobile-l\:t\+3\% {
    top: 3%;
  }
  .mobile-l\:b-3vw {
    bottom: -3vw;
  }
  .mobile-l\:b\+3vw {
    bottom: 3vw;
  }
  .mobile-l\:b-3\% {
    bottom: -3%;
  }
  .mobile-l\:b\+3\% {
    bottom: 3%;
  }
  .mobile-l\:l-3vw {
    left: -3vw;
  }
  .mobile-l\:l\+3vw {
    left: 3vw;
  }
  .mobile-l\:l-3\% {
    left: -3%;
  }
  .mobile-l\:l\+3\% {
    left: 3%;
  }
  .mobile-l\:r-3vw {
    right: -3vw;
  }
  .mobile-l\:r\+3vw {
    right: 3vw;
  }
  .mobile-l\:r-3\% {
    right: -3%;
  }
  .mobile-l\:r\+3\% {
    right: 3%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-4vw {
    top: -4vw;
  }
  .mobile-l\:t\+4vw {
    top: 4vw;
  }
  .mobile-l\:t-4\% {
    top: -4%;
  }
  .mobile-l\:t\+4\% {
    top: 4%;
  }
  .mobile-l\:b-4vw {
    bottom: -4vw;
  }
  .mobile-l\:b\+4vw {
    bottom: 4vw;
  }
  .mobile-l\:b-4\% {
    bottom: -4%;
  }
  .mobile-l\:b\+4\% {
    bottom: 4%;
  }
  .mobile-l\:l-4vw {
    left: -4vw;
  }
  .mobile-l\:l\+4vw {
    left: 4vw;
  }
  .mobile-l\:l-4\% {
    left: -4%;
  }
  .mobile-l\:l\+4\% {
    left: 4%;
  }
  .mobile-l\:r-4vw {
    right: -4vw;
  }
  .mobile-l\:r\+4vw {
    right: 4vw;
  }
  .mobile-l\:r-4\% {
    right: -4%;
  }
  .mobile-l\:r\+4\% {
    right: 4%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-5vw {
    top: -5vw;
  }
  .mobile-l\:t\+5vw {
    top: 5vw;
  }
  .mobile-l\:t-5\% {
    top: -5%;
  }
  .mobile-l\:t\+5\% {
    top: 5%;
  }
  .mobile-l\:b-5vw {
    bottom: -5vw;
  }
  .mobile-l\:b\+5vw {
    bottom: 5vw;
  }
  .mobile-l\:b-5\% {
    bottom: -5%;
  }
  .mobile-l\:b\+5\% {
    bottom: 5%;
  }
  .mobile-l\:l-5vw {
    left: -5vw;
  }
  .mobile-l\:l\+5vw {
    left: 5vw;
  }
  .mobile-l\:l-5\% {
    left: -5%;
  }
  .mobile-l\:l\+5\% {
    left: 5%;
  }
  .mobile-l\:r-5vw {
    right: -5vw;
  }
  .mobile-l\:r\+5vw {
    right: 5vw;
  }
  .mobile-l\:r-5\% {
    right: -5%;
  }
  .mobile-l\:r\+5\% {
    right: 5%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-6vw {
    top: -6vw;
  }
  .mobile-l\:t\+6vw {
    top: 6vw;
  }
  .mobile-l\:t-6\% {
    top: -6%;
  }
  .mobile-l\:t\+6\% {
    top: 6%;
  }
  .mobile-l\:b-6vw {
    bottom: -6vw;
  }
  .mobile-l\:b\+6vw {
    bottom: 6vw;
  }
  .mobile-l\:b-6\% {
    bottom: -6%;
  }
  .mobile-l\:b\+6\% {
    bottom: 6%;
  }
  .mobile-l\:l-6vw {
    left: -6vw;
  }
  .mobile-l\:l\+6vw {
    left: 6vw;
  }
  .mobile-l\:l-6\% {
    left: -6%;
  }
  .mobile-l\:l\+6\% {
    left: 6%;
  }
  .mobile-l\:r-6vw {
    right: -6vw;
  }
  .mobile-l\:r\+6vw {
    right: 6vw;
  }
  .mobile-l\:r-6\% {
    right: -6%;
  }
  .mobile-l\:r\+6\% {
    right: 6%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-7vw {
    top: -7vw;
  }
  .mobile-l\:t\+7vw {
    top: 7vw;
  }
  .mobile-l\:t-7\% {
    top: -7%;
  }
  .mobile-l\:t\+7\% {
    top: 7%;
  }
  .mobile-l\:b-7vw {
    bottom: -7vw;
  }
  .mobile-l\:b\+7vw {
    bottom: 7vw;
  }
  .mobile-l\:b-7\% {
    bottom: -7%;
  }
  .mobile-l\:b\+7\% {
    bottom: 7%;
  }
  .mobile-l\:l-7vw {
    left: -7vw;
  }
  .mobile-l\:l\+7vw {
    left: 7vw;
  }
  .mobile-l\:l-7\% {
    left: -7%;
  }
  .mobile-l\:l\+7\% {
    left: 7%;
  }
  .mobile-l\:r-7vw {
    right: -7vw;
  }
  .mobile-l\:r\+7vw {
    right: 7vw;
  }
  .mobile-l\:r-7\% {
    right: -7%;
  }
  .mobile-l\:r\+7\% {
    right: 7%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-8vw {
    top: -8vw;
  }
  .mobile-l\:t\+8vw {
    top: 8vw;
  }
  .mobile-l\:t-8\% {
    top: -8%;
  }
  .mobile-l\:t\+8\% {
    top: 8%;
  }
  .mobile-l\:b-8vw {
    bottom: -8vw;
  }
  .mobile-l\:b\+8vw {
    bottom: 8vw;
  }
  .mobile-l\:b-8\% {
    bottom: -8%;
  }
  .mobile-l\:b\+8\% {
    bottom: 8%;
  }
  .mobile-l\:l-8vw {
    left: -8vw;
  }
  .mobile-l\:l\+8vw {
    left: 8vw;
  }
  .mobile-l\:l-8\% {
    left: -8%;
  }
  .mobile-l\:l\+8\% {
    left: 8%;
  }
  .mobile-l\:r-8vw {
    right: -8vw;
  }
  .mobile-l\:r\+8vw {
    right: 8vw;
  }
  .mobile-l\:r-8\% {
    right: -8%;
  }
  .mobile-l\:r\+8\% {
    right: 8%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-9vw {
    top: -9vw;
  }
  .mobile-l\:t\+9vw {
    top: 9vw;
  }
  .mobile-l\:t-9\% {
    top: -9%;
  }
  .mobile-l\:t\+9\% {
    top: 9%;
  }
  .mobile-l\:b-9vw {
    bottom: -9vw;
  }
  .mobile-l\:b\+9vw {
    bottom: 9vw;
  }
  .mobile-l\:b-9\% {
    bottom: -9%;
  }
  .mobile-l\:b\+9\% {
    bottom: 9%;
  }
  .mobile-l\:l-9vw {
    left: -9vw;
  }
  .mobile-l\:l\+9vw {
    left: 9vw;
  }
  .mobile-l\:l-9\% {
    left: -9%;
  }
  .mobile-l\:l\+9\% {
    left: 9%;
  }
  .mobile-l\:r-9vw {
    right: -9vw;
  }
  .mobile-l\:r\+9vw {
    right: 9vw;
  }
  .mobile-l\:r-9\% {
    right: -9%;
  }
  .mobile-l\:r\+9\% {
    right: 9%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-10vw {
    top: -10vw;
  }
  .mobile-l\:t\+10vw {
    top: 10vw;
  }
  .mobile-l\:t-10\% {
    top: -10%;
  }
  .mobile-l\:t\+10\% {
    top: 10%;
  }
  .mobile-l\:b-10vw {
    bottom: -10vw;
  }
  .mobile-l\:b\+10vw {
    bottom: 10vw;
  }
  .mobile-l\:b-10\% {
    bottom: -10%;
  }
  .mobile-l\:b\+10\% {
    bottom: 10%;
  }
  .mobile-l\:l-10vw {
    left: -10vw;
  }
  .mobile-l\:l\+10vw {
    left: 10vw;
  }
  .mobile-l\:l-10\% {
    left: -10%;
  }
  .mobile-l\:l\+10\% {
    left: 10%;
  }
  .mobile-l\:r-10vw {
    right: -10vw;
  }
  .mobile-l\:r\+10vw {
    right: 10vw;
  }
  .mobile-l\:r-10\% {
    right: -10%;
  }
  .mobile-l\:r\+10\% {
    right: 10%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-11vw {
    top: -11vw;
  }
  .mobile-l\:t\+11vw {
    top: 11vw;
  }
  .mobile-l\:t-11\% {
    top: -11%;
  }
  .mobile-l\:t\+11\% {
    top: 11%;
  }
  .mobile-l\:b-11vw {
    bottom: -11vw;
  }
  .mobile-l\:b\+11vw {
    bottom: 11vw;
  }
  .mobile-l\:b-11\% {
    bottom: -11%;
  }
  .mobile-l\:b\+11\% {
    bottom: 11%;
  }
  .mobile-l\:l-11vw {
    left: -11vw;
  }
  .mobile-l\:l\+11vw {
    left: 11vw;
  }
  .mobile-l\:l-11\% {
    left: -11%;
  }
  .mobile-l\:l\+11\% {
    left: 11%;
  }
  .mobile-l\:r-11vw {
    right: -11vw;
  }
  .mobile-l\:r\+11vw {
    right: 11vw;
  }
  .mobile-l\:r-11\% {
    right: -11%;
  }
  .mobile-l\:r\+11\% {
    right: 11%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-12vw {
    top: -12vw;
  }
  .mobile-l\:t\+12vw {
    top: 12vw;
  }
  .mobile-l\:t-12\% {
    top: -12%;
  }
  .mobile-l\:t\+12\% {
    top: 12%;
  }
  .mobile-l\:b-12vw {
    bottom: -12vw;
  }
  .mobile-l\:b\+12vw {
    bottom: 12vw;
  }
  .mobile-l\:b-12\% {
    bottom: -12%;
  }
  .mobile-l\:b\+12\% {
    bottom: 12%;
  }
  .mobile-l\:l-12vw {
    left: -12vw;
  }
  .mobile-l\:l\+12vw {
    left: 12vw;
  }
  .mobile-l\:l-12\% {
    left: -12%;
  }
  .mobile-l\:l\+12\% {
    left: 12%;
  }
  .mobile-l\:r-12vw {
    right: -12vw;
  }
  .mobile-l\:r\+12vw {
    right: 12vw;
  }
  .mobile-l\:r-12\% {
    right: -12%;
  }
  .mobile-l\:r\+12\% {
    right: 12%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-13vw {
    top: -13vw;
  }
  .mobile-l\:t\+13vw {
    top: 13vw;
  }
  .mobile-l\:t-13\% {
    top: -13%;
  }
  .mobile-l\:t\+13\% {
    top: 13%;
  }
  .mobile-l\:b-13vw {
    bottom: -13vw;
  }
  .mobile-l\:b\+13vw {
    bottom: 13vw;
  }
  .mobile-l\:b-13\% {
    bottom: -13%;
  }
  .mobile-l\:b\+13\% {
    bottom: 13%;
  }
  .mobile-l\:l-13vw {
    left: -13vw;
  }
  .mobile-l\:l\+13vw {
    left: 13vw;
  }
  .mobile-l\:l-13\% {
    left: -13%;
  }
  .mobile-l\:l\+13\% {
    left: 13%;
  }
  .mobile-l\:r-13vw {
    right: -13vw;
  }
  .mobile-l\:r\+13vw {
    right: 13vw;
  }
  .mobile-l\:r-13\% {
    right: -13%;
  }
  .mobile-l\:r\+13\% {
    right: 13%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-14vw {
    top: -14vw;
  }
  .mobile-l\:t\+14vw {
    top: 14vw;
  }
  .mobile-l\:t-14\% {
    top: -14%;
  }
  .mobile-l\:t\+14\% {
    top: 14%;
  }
  .mobile-l\:b-14vw {
    bottom: -14vw;
  }
  .mobile-l\:b\+14vw {
    bottom: 14vw;
  }
  .mobile-l\:b-14\% {
    bottom: -14%;
  }
  .mobile-l\:b\+14\% {
    bottom: 14%;
  }
  .mobile-l\:l-14vw {
    left: -14vw;
  }
  .mobile-l\:l\+14vw {
    left: 14vw;
  }
  .mobile-l\:l-14\% {
    left: -14%;
  }
  .mobile-l\:l\+14\% {
    left: 14%;
  }
  .mobile-l\:r-14vw {
    right: -14vw;
  }
  .mobile-l\:r\+14vw {
    right: 14vw;
  }
  .mobile-l\:r-14\% {
    right: -14%;
  }
  .mobile-l\:r\+14\% {
    right: 14%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-15vw {
    top: -15vw;
  }
  .mobile-l\:t\+15vw {
    top: 15vw;
  }
  .mobile-l\:t-15\% {
    top: -15%;
  }
  .mobile-l\:t\+15\% {
    top: 15%;
  }
  .mobile-l\:b-15vw {
    bottom: -15vw;
  }
  .mobile-l\:b\+15vw {
    bottom: 15vw;
  }
  .mobile-l\:b-15\% {
    bottom: -15%;
  }
  .mobile-l\:b\+15\% {
    bottom: 15%;
  }
  .mobile-l\:l-15vw {
    left: -15vw;
  }
  .mobile-l\:l\+15vw {
    left: 15vw;
  }
  .mobile-l\:l-15\% {
    left: -15%;
  }
  .mobile-l\:l\+15\% {
    left: 15%;
  }
  .mobile-l\:r-15vw {
    right: -15vw;
  }
  .mobile-l\:r\+15vw {
    right: 15vw;
  }
  .mobile-l\:r-15\% {
    right: -15%;
  }
  .mobile-l\:r\+15\% {
    right: 15%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-16vw {
    top: -16vw;
  }
  .mobile-l\:t\+16vw {
    top: 16vw;
  }
  .mobile-l\:t-16\% {
    top: -16%;
  }
  .mobile-l\:t\+16\% {
    top: 16%;
  }
  .mobile-l\:b-16vw {
    bottom: -16vw;
  }
  .mobile-l\:b\+16vw {
    bottom: 16vw;
  }
  .mobile-l\:b-16\% {
    bottom: -16%;
  }
  .mobile-l\:b\+16\% {
    bottom: 16%;
  }
  .mobile-l\:l-16vw {
    left: -16vw;
  }
  .mobile-l\:l\+16vw {
    left: 16vw;
  }
  .mobile-l\:l-16\% {
    left: -16%;
  }
  .mobile-l\:l\+16\% {
    left: 16%;
  }
  .mobile-l\:r-16vw {
    right: -16vw;
  }
  .mobile-l\:r\+16vw {
    right: 16vw;
  }
  .mobile-l\:r-16\% {
    right: -16%;
  }
  .mobile-l\:r\+16\% {
    right: 16%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-17vw {
    top: -17vw;
  }
  .mobile-l\:t\+17vw {
    top: 17vw;
  }
  .mobile-l\:t-17\% {
    top: -17%;
  }
  .mobile-l\:t\+17\% {
    top: 17%;
  }
  .mobile-l\:b-17vw {
    bottom: -17vw;
  }
  .mobile-l\:b\+17vw {
    bottom: 17vw;
  }
  .mobile-l\:b-17\% {
    bottom: -17%;
  }
  .mobile-l\:b\+17\% {
    bottom: 17%;
  }
  .mobile-l\:l-17vw {
    left: -17vw;
  }
  .mobile-l\:l\+17vw {
    left: 17vw;
  }
  .mobile-l\:l-17\% {
    left: -17%;
  }
  .mobile-l\:l\+17\% {
    left: 17%;
  }
  .mobile-l\:r-17vw {
    right: -17vw;
  }
  .mobile-l\:r\+17vw {
    right: 17vw;
  }
  .mobile-l\:r-17\% {
    right: -17%;
  }
  .mobile-l\:r\+17\% {
    right: 17%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-18vw {
    top: -18vw;
  }
  .mobile-l\:t\+18vw {
    top: 18vw;
  }
  .mobile-l\:t-18\% {
    top: -18%;
  }
  .mobile-l\:t\+18\% {
    top: 18%;
  }
  .mobile-l\:b-18vw {
    bottom: -18vw;
  }
  .mobile-l\:b\+18vw {
    bottom: 18vw;
  }
  .mobile-l\:b-18\% {
    bottom: -18%;
  }
  .mobile-l\:b\+18\% {
    bottom: 18%;
  }
  .mobile-l\:l-18vw {
    left: -18vw;
  }
  .mobile-l\:l\+18vw {
    left: 18vw;
  }
  .mobile-l\:l-18\% {
    left: -18%;
  }
  .mobile-l\:l\+18\% {
    left: 18%;
  }
  .mobile-l\:r-18vw {
    right: -18vw;
  }
  .mobile-l\:r\+18vw {
    right: 18vw;
  }
  .mobile-l\:r-18\% {
    right: -18%;
  }
  .mobile-l\:r\+18\% {
    right: 18%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-19vw {
    top: -19vw;
  }
  .mobile-l\:t\+19vw {
    top: 19vw;
  }
  .mobile-l\:t-19\% {
    top: -19%;
  }
  .mobile-l\:t\+19\% {
    top: 19%;
  }
  .mobile-l\:b-19vw {
    bottom: -19vw;
  }
  .mobile-l\:b\+19vw {
    bottom: 19vw;
  }
  .mobile-l\:b-19\% {
    bottom: -19%;
  }
  .mobile-l\:b\+19\% {
    bottom: 19%;
  }
  .mobile-l\:l-19vw {
    left: -19vw;
  }
  .mobile-l\:l\+19vw {
    left: 19vw;
  }
  .mobile-l\:l-19\% {
    left: -19%;
  }
  .mobile-l\:l\+19\% {
    left: 19%;
  }
  .mobile-l\:r-19vw {
    right: -19vw;
  }
  .mobile-l\:r\+19vw {
    right: 19vw;
  }
  .mobile-l\:r-19\% {
    right: -19%;
  }
  .mobile-l\:r\+19\% {
    right: 19%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-20vw {
    top: -20vw;
  }
  .mobile-l\:t\+20vw {
    top: 20vw;
  }
  .mobile-l\:t-20\% {
    top: -20%;
  }
  .mobile-l\:t\+20\% {
    top: 20%;
  }
  .mobile-l\:b-20vw {
    bottom: -20vw;
  }
  .mobile-l\:b\+20vw {
    bottom: 20vw;
  }
  .mobile-l\:b-20\% {
    bottom: -20%;
  }
  .mobile-l\:b\+20\% {
    bottom: 20%;
  }
  .mobile-l\:l-20vw {
    left: -20vw;
  }
  .mobile-l\:l\+20vw {
    left: 20vw;
  }
  .mobile-l\:l-20\% {
    left: -20%;
  }
  .mobile-l\:l\+20\% {
    left: 20%;
  }
  .mobile-l\:r-20vw {
    right: -20vw;
  }
  .mobile-l\:r\+20vw {
    right: 20vw;
  }
  .mobile-l\:r-20\% {
    right: -20%;
  }
  .mobile-l\:r\+20\% {
    right: 20%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-21vw {
    top: -21vw;
  }
  .mobile-l\:t\+21vw {
    top: 21vw;
  }
  .mobile-l\:t-21\% {
    top: -21%;
  }
  .mobile-l\:t\+21\% {
    top: 21%;
  }
  .mobile-l\:b-21vw {
    bottom: -21vw;
  }
  .mobile-l\:b\+21vw {
    bottom: 21vw;
  }
  .mobile-l\:b-21\% {
    bottom: -21%;
  }
  .mobile-l\:b\+21\% {
    bottom: 21%;
  }
  .mobile-l\:l-21vw {
    left: -21vw;
  }
  .mobile-l\:l\+21vw {
    left: 21vw;
  }
  .mobile-l\:l-21\% {
    left: -21%;
  }
  .mobile-l\:l\+21\% {
    left: 21%;
  }
  .mobile-l\:r-21vw {
    right: -21vw;
  }
  .mobile-l\:r\+21vw {
    right: 21vw;
  }
  .mobile-l\:r-21\% {
    right: -21%;
  }
  .mobile-l\:r\+21\% {
    right: 21%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-22vw {
    top: -22vw;
  }
  .mobile-l\:t\+22vw {
    top: 22vw;
  }
  .mobile-l\:t-22\% {
    top: -22%;
  }
  .mobile-l\:t\+22\% {
    top: 22%;
  }
  .mobile-l\:b-22vw {
    bottom: -22vw;
  }
  .mobile-l\:b\+22vw {
    bottom: 22vw;
  }
  .mobile-l\:b-22\% {
    bottom: -22%;
  }
  .mobile-l\:b\+22\% {
    bottom: 22%;
  }
  .mobile-l\:l-22vw {
    left: -22vw;
  }
  .mobile-l\:l\+22vw {
    left: 22vw;
  }
  .mobile-l\:l-22\% {
    left: -22%;
  }
  .mobile-l\:l\+22\% {
    left: 22%;
  }
  .mobile-l\:r-22vw {
    right: -22vw;
  }
  .mobile-l\:r\+22vw {
    right: 22vw;
  }
  .mobile-l\:r-22\% {
    right: -22%;
  }
  .mobile-l\:r\+22\% {
    right: 22%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-23vw {
    top: -23vw;
  }
  .mobile-l\:t\+23vw {
    top: 23vw;
  }
  .mobile-l\:t-23\% {
    top: -23%;
  }
  .mobile-l\:t\+23\% {
    top: 23%;
  }
  .mobile-l\:b-23vw {
    bottom: -23vw;
  }
  .mobile-l\:b\+23vw {
    bottom: 23vw;
  }
  .mobile-l\:b-23\% {
    bottom: -23%;
  }
  .mobile-l\:b\+23\% {
    bottom: 23%;
  }
  .mobile-l\:l-23vw {
    left: -23vw;
  }
  .mobile-l\:l\+23vw {
    left: 23vw;
  }
  .mobile-l\:l-23\% {
    left: -23%;
  }
  .mobile-l\:l\+23\% {
    left: 23%;
  }
  .mobile-l\:r-23vw {
    right: -23vw;
  }
  .mobile-l\:r\+23vw {
    right: 23vw;
  }
  .mobile-l\:r-23\% {
    right: -23%;
  }
  .mobile-l\:r\+23\% {
    right: 23%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-24vw {
    top: -24vw;
  }
  .mobile-l\:t\+24vw {
    top: 24vw;
  }
  .mobile-l\:t-24\% {
    top: -24%;
  }
  .mobile-l\:t\+24\% {
    top: 24%;
  }
  .mobile-l\:b-24vw {
    bottom: -24vw;
  }
  .mobile-l\:b\+24vw {
    bottom: 24vw;
  }
  .mobile-l\:b-24\% {
    bottom: -24%;
  }
  .mobile-l\:b\+24\% {
    bottom: 24%;
  }
  .mobile-l\:l-24vw {
    left: -24vw;
  }
  .mobile-l\:l\+24vw {
    left: 24vw;
  }
  .mobile-l\:l-24\% {
    left: -24%;
  }
  .mobile-l\:l\+24\% {
    left: 24%;
  }
  .mobile-l\:r-24vw {
    right: -24vw;
  }
  .mobile-l\:r\+24vw {
    right: 24vw;
  }
  .mobile-l\:r-24\% {
    right: -24%;
  }
  .mobile-l\:r\+24\% {
    right: 24%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-25vw {
    top: -25vw;
  }
  .mobile-l\:t\+25vw {
    top: 25vw;
  }
  .mobile-l\:t-25\% {
    top: -25%;
  }
  .mobile-l\:t\+25\% {
    top: 25%;
  }
  .mobile-l\:b-25vw {
    bottom: -25vw;
  }
  .mobile-l\:b\+25vw {
    bottom: 25vw;
  }
  .mobile-l\:b-25\% {
    bottom: -25%;
  }
  .mobile-l\:b\+25\% {
    bottom: 25%;
  }
  .mobile-l\:l-25vw {
    left: -25vw;
  }
  .mobile-l\:l\+25vw {
    left: 25vw;
  }
  .mobile-l\:l-25\% {
    left: -25%;
  }
  .mobile-l\:l\+25\% {
    left: 25%;
  }
  .mobile-l\:r-25vw {
    right: -25vw;
  }
  .mobile-l\:r\+25vw {
    right: 25vw;
  }
  .mobile-l\:r-25\% {
    right: -25%;
  }
  .mobile-l\:r\+25\% {
    right: 25%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-26vw {
    top: -26vw;
  }
  .mobile-l\:t\+26vw {
    top: 26vw;
  }
  .mobile-l\:t-26\% {
    top: -26%;
  }
  .mobile-l\:t\+26\% {
    top: 26%;
  }
  .mobile-l\:b-26vw {
    bottom: -26vw;
  }
  .mobile-l\:b\+26vw {
    bottom: 26vw;
  }
  .mobile-l\:b-26\% {
    bottom: -26%;
  }
  .mobile-l\:b\+26\% {
    bottom: 26%;
  }
  .mobile-l\:l-26vw {
    left: -26vw;
  }
  .mobile-l\:l\+26vw {
    left: 26vw;
  }
  .mobile-l\:l-26\% {
    left: -26%;
  }
  .mobile-l\:l\+26\% {
    left: 26%;
  }
  .mobile-l\:r-26vw {
    right: -26vw;
  }
  .mobile-l\:r\+26vw {
    right: 26vw;
  }
  .mobile-l\:r-26\% {
    right: -26%;
  }
  .mobile-l\:r\+26\% {
    right: 26%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-27vw {
    top: -27vw;
  }
  .mobile-l\:t\+27vw {
    top: 27vw;
  }
  .mobile-l\:t-27\% {
    top: -27%;
  }
  .mobile-l\:t\+27\% {
    top: 27%;
  }
  .mobile-l\:b-27vw {
    bottom: -27vw;
  }
  .mobile-l\:b\+27vw {
    bottom: 27vw;
  }
  .mobile-l\:b-27\% {
    bottom: -27%;
  }
  .mobile-l\:b\+27\% {
    bottom: 27%;
  }
  .mobile-l\:l-27vw {
    left: -27vw;
  }
  .mobile-l\:l\+27vw {
    left: 27vw;
  }
  .mobile-l\:l-27\% {
    left: -27%;
  }
  .mobile-l\:l\+27\% {
    left: 27%;
  }
  .mobile-l\:r-27vw {
    right: -27vw;
  }
  .mobile-l\:r\+27vw {
    right: 27vw;
  }
  .mobile-l\:r-27\% {
    right: -27%;
  }
  .mobile-l\:r\+27\% {
    right: 27%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-28vw {
    top: -28vw;
  }
  .mobile-l\:t\+28vw {
    top: 28vw;
  }
  .mobile-l\:t-28\% {
    top: -28%;
  }
  .mobile-l\:t\+28\% {
    top: 28%;
  }
  .mobile-l\:b-28vw {
    bottom: -28vw;
  }
  .mobile-l\:b\+28vw {
    bottom: 28vw;
  }
  .mobile-l\:b-28\% {
    bottom: -28%;
  }
  .mobile-l\:b\+28\% {
    bottom: 28%;
  }
  .mobile-l\:l-28vw {
    left: -28vw;
  }
  .mobile-l\:l\+28vw {
    left: 28vw;
  }
  .mobile-l\:l-28\% {
    left: -28%;
  }
  .mobile-l\:l\+28\% {
    left: 28%;
  }
  .mobile-l\:r-28vw {
    right: -28vw;
  }
  .mobile-l\:r\+28vw {
    right: 28vw;
  }
  .mobile-l\:r-28\% {
    right: -28%;
  }
  .mobile-l\:r\+28\% {
    right: 28%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-29vw {
    top: -29vw;
  }
  .mobile-l\:t\+29vw {
    top: 29vw;
  }
  .mobile-l\:t-29\% {
    top: -29%;
  }
  .mobile-l\:t\+29\% {
    top: 29%;
  }
  .mobile-l\:b-29vw {
    bottom: -29vw;
  }
  .mobile-l\:b\+29vw {
    bottom: 29vw;
  }
  .mobile-l\:b-29\% {
    bottom: -29%;
  }
  .mobile-l\:b\+29\% {
    bottom: 29%;
  }
  .mobile-l\:l-29vw {
    left: -29vw;
  }
  .mobile-l\:l\+29vw {
    left: 29vw;
  }
  .mobile-l\:l-29\% {
    left: -29%;
  }
  .mobile-l\:l\+29\% {
    left: 29%;
  }
  .mobile-l\:r-29vw {
    right: -29vw;
  }
  .mobile-l\:r\+29vw {
    right: 29vw;
  }
  .mobile-l\:r-29\% {
    right: -29%;
  }
  .mobile-l\:r\+29\% {
    right: 29%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-30vw {
    top: -30vw;
  }
  .mobile-l\:t\+30vw {
    top: 30vw;
  }
  .mobile-l\:t-30\% {
    top: -30%;
  }
  .mobile-l\:t\+30\% {
    top: 30%;
  }
  .mobile-l\:b-30vw {
    bottom: -30vw;
  }
  .mobile-l\:b\+30vw {
    bottom: 30vw;
  }
  .mobile-l\:b-30\% {
    bottom: -30%;
  }
  .mobile-l\:b\+30\% {
    bottom: 30%;
  }
  .mobile-l\:l-30vw {
    left: -30vw;
  }
  .mobile-l\:l\+30vw {
    left: 30vw;
  }
  .mobile-l\:l-30\% {
    left: -30%;
  }
  .mobile-l\:l\+30\% {
    left: 30%;
  }
  .mobile-l\:r-30vw {
    right: -30vw;
  }
  .mobile-l\:r\+30vw {
    right: 30vw;
  }
  .mobile-l\:r-30\% {
    right: -30%;
  }
  .mobile-l\:r\+30\% {
    right: 30%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-31vw {
    top: -31vw;
  }
  .mobile-l\:t\+31vw {
    top: 31vw;
  }
  .mobile-l\:t-31\% {
    top: -31%;
  }
  .mobile-l\:t\+31\% {
    top: 31%;
  }
  .mobile-l\:b-31vw {
    bottom: -31vw;
  }
  .mobile-l\:b\+31vw {
    bottom: 31vw;
  }
  .mobile-l\:b-31\% {
    bottom: -31%;
  }
  .mobile-l\:b\+31\% {
    bottom: 31%;
  }
  .mobile-l\:l-31vw {
    left: -31vw;
  }
  .mobile-l\:l\+31vw {
    left: 31vw;
  }
  .mobile-l\:l-31\% {
    left: -31%;
  }
  .mobile-l\:l\+31\% {
    left: 31%;
  }
  .mobile-l\:r-31vw {
    right: -31vw;
  }
  .mobile-l\:r\+31vw {
    right: 31vw;
  }
  .mobile-l\:r-31\% {
    right: -31%;
  }
  .mobile-l\:r\+31\% {
    right: 31%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-32vw {
    top: -32vw;
  }
  .mobile-l\:t\+32vw {
    top: 32vw;
  }
  .mobile-l\:t-32\% {
    top: -32%;
  }
  .mobile-l\:t\+32\% {
    top: 32%;
  }
  .mobile-l\:b-32vw {
    bottom: -32vw;
  }
  .mobile-l\:b\+32vw {
    bottom: 32vw;
  }
  .mobile-l\:b-32\% {
    bottom: -32%;
  }
  .mobile-l\:b\+32\% {
    bottom: 32%;
  }
  .mobile-l\:l-32vw {
    left: -32vw;
  }
  .mobile-l\:l\+32vw {
    left: 32vw;
  }
  .mobile-l\:l-32\% {
    left: -32%;
  }
  .mobile-l\:l\+32\% {
    left: 32%;
  }
  .mobile-l\:r-32vw {
    right: -32vw;
  }
  .mobile-l\:r\+32vw {
    right: 32vw;
  }
  .mobile-l\:r-32\% {
    right: -32%;
  }
  .mobile-l\:r\+32\% {
    right: 32%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-33vw {
    top: -33vw;
  }
  .mobile-l\:t\+33vw {
    top: 33vw;
  }
  .mobile-l\:t-33\% {
    top: -33%;
  }
  .mobile-l\:t\+33\% {
    top: 33%;
  }
  .mobile-l\:b-33vw {
    bottom: -33vw;
  }
  .mobile-l\:b\+33vw {
    bottom: 33vw;
  }
  .mobile-l\:b-33\% {
    bottom: -33%;
  }
  .mobile-l\:b\+33\% {
    bottom: 33%;
  }
  .mobile-l\:l-33vw {
    left: -33vw;
  }
  .mobile-l\:l\+33vw {
    left: 33vw;
  }
  .mobile-l\:l-33\% {
    left: -33%;
  }
  .mobile-l\:l\+33\% {
    left: 33%;
  }
  .mobile-l\:r-33vw {
    right: -33vw;
  }
  .mobile-l\:r\+33vw {
    right: 33vw;
  }
  .mobile-l\:r-33\% {
    right: -33%;
  }
  .mobile-l\:r\+33\% {
    right: 33%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-34vw {
    top: -34vw;
  }
  .mobile-l\:t\+34vw {
    top: 34vw;
  }
  .mobile-l\:t-34\% {
    top: -34%;
  }
  .mobile-l\:t\+34\% {
    top: 34%;
  }
  .mobile-l\:b-34vw {
    bottom: -34vw;
  }
  .mobile-l\:b\+34vw {
    bottom: 34vw;
  }
  .mobile-l\:b-34\% {
    bottom: -34%;
  }
  .mobile-l\:b\+34\% {
    bottom: 34%;
  }
  .mobile-l\:l-34vw {
    left: -34vw;
  }
  .mobile-l\:l\+34vw {
    left: 34vw;
  }
  .mobile-l\:l-34\% {
    left: -34%;
  }
  .mobile-l\:l\+34\% {
    left: 34%;
  }
  .mobile-l\:r-34vw {
    right: -34vw;
  }
  .mobile-l\:r\+34vw {
    right: 34vw;
  }
  .mobile-l\:r-34\% {
    right: -34%;
  }
  .mobile-l\:r\+34\% {
    right: 34%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-35vw {
    top: -35vw;
  }
  .mobile-l\:t\+35vw {
    top: 35vw;
  }
  .mobile-l\:t-35\% {
    top: -35%;
  }
  .mobile-l\:t\+35\% {
    top: 35%;
  }
  .mobile-l\:b-35vw {
    bottom: -35vw;
  }
  .mobile-l\:b\+35vw {
    bottom: 35vw;
  }
  .mobile-l\:b-35\% {
    bottom: -35%;
  }
  .mobile-l\:b\+35\% {
    bottom: 35%;
  }
  .mobile-l\:l-35vw {
    left: -35vw;
  }
  .mobile-l\:l\+35vw {
    left: 35vw;
  }
  .mobile-l\:l-35\% {
    left: -35%;
  }
  .mobile-l\:l\+35\% {
    left: 35%;
  }
  .mobile-l\:r-35vw {
    right: -35vw;
  }
  .mobile-l\:r\+35vw {
    right: 35vw;
  }
  .mobile-l\:r-35\% {
    right: -35%;
  }
  .mobile-l\:r\+35\% {
    right: 35%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-36vw {
    top: -36vw;
  }
  .mobile-l\:t\+36vw {
    top: 36vw;
  }
  .mobile-l\:t-36\% {
    top: -36%;
  }
  .mobile-l\:t\+36\% {
    top: 36%;
  }
  .mobile-l\:b-36vw {
    bottom: -36vw;
  }
  .mobile-l\:b\+36vw {
    bottom: 36vw;
  }
  .mobile-l\:b-36\% {
    bottom: -36%;
  }
  .mobile-l\:b\+36\% {
    bottom: 36%;
  }
  .mobile-l\:l-36vw {
    left: -36vw;
  }
  .mobile-l\:l\+36vw {
    left: 36vw;
  }
  .mobile-l\:l-36\% {
    left: -36%;
  }
  .mobile-l\:l\+36\% {
    left: 36%;
  }
  .mobile-l\:r-36vw {
    right: -36vw;
  }
  .mobile-l\:r\+36vw {
    right: 36vw;
  }
  .mobile-l\:r-36\% {
    right: -36%;
  }
  .mobile-l\:r\+36\% {
    right: 36%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-37vw {
    top: -37vw;
  }
  .mobile-l\:t\+37vw {
    top: 37vw;
  }
  .mobile-l\:t-37\% {
    top: -37%;
  }
  .mobile-l\:t\+37\% {
    top: 37%;
  }
  .mobile-l\:b-37vw {
    bottom: -37vw;
  }
  .mobile-l\:b\+37vw {
    bottom: 37vw;
  }
  .mobile-l\:b-37\% {
    bottom: -37%;
  }
  .mobile-l\:b\+37\% {
    bottom: 37%;
  }
  .mobile-l\:l-37vw {
    left: -37vw;
  }
  .mobile-l\:l\+37vw {
    left: 37vw;
  }
  .mobile-l\:l-37\% {
    left: -37%;
  }
  .mobile-l\:l\+37\% {
    left: 37%;
  }
  .mobile-l\:r-37vw {
    right: -37vw;
  }
  .mobile-l\:r\+37vw {
    right: 37vw;
  }
  .mobile-l\:r-37\% {
    right: -37%;
  }
  .mobile-l\:r\+37\% {
    right: 37%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-38vw {
    top: -38vw;
  }
  .mobile-l\:t\+38vw {
    top: 38vw;
  }
  .mobile-l\:t-38\% {
    top: -38%;
  }
  .mobile-l\:t\+38\% {
    top: 38%;
  }
  .mobile-l\:b-38vw {
    bottom: -38vw;
  }
  .mobile-l\:b\+38vw {
    bottom: 38vw;
  }
  .mobile-l\:b-38\% {
    bottom: -38%;
  }
  .mobile-l\:b\+38\% {
    bottom: 38%;
  }
  .mobile-l\:l-38vw {
    left: -38vw;
  }
  .mobile-l\:l\+38vw {
    left: 38vw;
  }
  .mobile-l\:l-38\% {
    left: -38%;
  }
  .mobile-l\:l\+38\% {
    left: 38%;
  }
  .mobile-l\:r-38vw {
    right: -38vw;
  }
  .mobile-l\:r\+38vw {
    right: 38vw;
  }
  .mobile-l\:r-38\% {
    right: -38%;
  }
  .mobile-l\:r\+38\% {
    right: 38%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-39vw {
    top: -39vw;
  }
  .mobile-l\:t\+39vw {
    top: 39vw;
  }
  .mobile-l\:t-39\% {
    top: -39%;
  }
  .mobile-l\:t\+39\% {
    top: 39%;
  }
  .mobile-l\:b-39vw {
    bottom: -39vw;
  }
  .mobile-l\:b\+39vw {
    bottom: 39vw;
  }
  .mobile-l\:b-39\% {
    bottom: -39%;
  }
  .mobile-l\:b\+39\% {
    bottom: 39%;
  }
  .mobile-l\:l-39vw {
    left: -39vw;
  }
  .mobile-l\:l\+39vw {
    left: 39vw;
  }
  .mobile-l\:l-39\% {
    left: -39%;
  }
  .mobile-l\:l\+39\% {
    left: 39%;
  }
  .mobile-l\:r-39vw {
    right: -39vw;
  }
  .mobile-l\:r\+39vw {
    right: 39vw;
  }
  .mobile-l\:r-39\% {
    right: -39%;
  }
  .mobile-l\:r\+39\% {
    right: 39%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-40vw {
    top: -40vw;
  }
  .mobile-l\:t\+40vw {
    top: 40vw;
  }
  .mobile-l\:t-40\% {
    top: -40%;
  }
  .mobile-l\:t\+40\% {
    top: 40%;
  }
  .mobile-l\:b-40vw {
    bottom: -40vw;
  }
  .mobile-l\:b\+40vw {
    bottom: 40vw;
  }
  .mobile-l\:b-40\% {
    bottom: -40%;
  }
  .mobile-l\:b\+40\% {
    bottom: 40%;
  }
  .mobile-l\:l-40vw {
    left: -40vw;
  }
  .mobile-l\:l\+40vw {
    left: 40vw;
  }
  .mobile-l\:l-40\% {
    left: -40%;
  }
  .mobile-l\:l\+40\% {
    left: 40%;
  }
  .mobile-l\:r-40vw {
    right: -40vw;
  }
  .mobile-l\:r\+40vw {
    right: 40vw;
  }
  .mobile-l\:r-40\% {
    right: -40%;
  }
  .mobile-l\:r\+40\% {
    right: 40%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-41vw {
    top: -41vw;
  }
  .mobile-l\:t\+41vw {
    top: 41vw;
  }
  .mobile-l\:t-41\% {
    top: -41%;
  }
  .mobile-l\:t\+41\% {
    top: 41%;
  }
  .mobile-l\:b-41vw {
    bottom: -41vw;
  }
  .mobile-l\:b\+41vw {
    bottom: 41vw;
  }
  .mobile-l\:b-41\% {
    bottom: -41%;
  }
  .mobile-l\:b\+41\% {
    bottom: 41%;
  }
  .mobile-l\:l-41vw {
    left: -41vw;
  }
  .mobile-l\:l\+41vw {
    left: 41vw;
  }
  .mobile-l\:l-41\% {
    left: -41%;
  }
  .mobile-l\:l\+41\% {
    left: 41%;
  }
  .mobile-l\:r-41vw {
    right: -41vw;
  }
  .mobile-l\:r\+41vw {
    right: 41vw;
  }
  .mobile-l\:r-41\% {
    right: -41%;
  }
  .mobile-l\:r\+41\% {
    right: 41%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-42vw {
    top: -42vw;
  }
  .mobile-l\:t\+42vw {
    top: 42vw;
  }
  .mobile-l\:t-42\% {
    top: -42%;
  }
  .mobile-l\:t\+42\% {
    top: 42%;
  }
  .mobile-l\:b-42vw {
    bottom: -42vw;
  }
  .mobile-l\:b\+42vw {
    bottom: 42vw;
  }
  .mobile-l\:b-42\% {
    bottom: -42%;
  }
  .mobile-l\:b\+42\% {
    bottom: 42%;
  }
  .mobile-l\:l-42vw {
    left: -42vw;
  }
  .mobile-l\:l\+42vw {
    left: 42vw;
  }
  .mobile-l\:l-42\% {
    left: -42%;
  }
  .mobile-l\:l\+42\% {
    left: 42%;
  }
  .mobile-l\:r-42vw {
    right: -42vw;
  }
  .mobile-l\:r\+42vw {
    right: 42vw;
  }
  .mobile-l\:r-42\% {
    right: -42%;
  }
  .mobile-l\:r\+42\% {
    right: 42%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-43vw {
    top: -43vw;
  }
  .mobile-l\:t\+43vw {
    top: 43vw;
  }
  .mobile-l\:t-43\% {
    top: -43%;
  }
  .mobile-l\:t\+43\% {
    top: 43%;
  }
  .mobile-l\:b-43vw {
    bottom: -43vw;
  }
  .mobile-l\:b\+43vw {
    bottom: 43vw;
  }
  .mobile-l\:b-43\% {
    bottom: -43%;
  }
  .mobile-l\:b\+43\% {
    bottom: 43%;
  }
  .mobile-l\:l-43vw {
    left: -43vw;
  }
  .mobile-l\:l\+43vw {
    left: 43vw;
  }
  .mobile-l\:l-43\% {
    left: -43%;
  }
  .mobile-l\:l\+43\% {
    left: 43%;
  }
  .mobile-l\:r-43vw {
    right: -43vw;
  }
  .mobile-l\:r\+43vw {
    right: 43vw;
  }
  .mobile-l\:r-43\% {
    right: -43%;
  }
  .mobile-l\:r\+43\% {
    right: 43%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-44vw {
    top: -44vw;
  }
  .mobile-l\:t\+44vw {
    top: 44vw;
  }
  .mobile-l\:t-44\% {
    top: -44%;
  }
  .mobile-l\:t\+44\% {
    top: 44%;
  }
  .mobile-l\:b-44vw {
    bottom: -44vw;
  }
  .mobile-l\:b\+44vw {
    bottom: 44vw;
  }
  .mobile-l\:b-44\% {
    bottom: -44%;
  }
  .mobile-l\:b\+44\% {
    bottom: 44%;
  }
  .mobile-l\:l-44vw {
    left: -44vw;
  }
  .mobile-l\:l\+44vw {
    left: 44vw;
  }
  .mobile-l\:l-44\% {
    left: -44%;
  }
  .mobile-l\:l\+44\% {
    left: 44%;
  }
  .mobile-l\:r-44vw {
    right: -44vw;
  }
  .mobile-l\:r\+44vw {
    right: 44vw;
  }
  .mobile-l\:r-44\% {
    right: -44%;
  }
  .mobile-l\:r\+44\% {
    right: 44%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-45vw {
    top: -45vw;
  }
  .mobile-l\:t\+45vw {
    top: 45vw;
  }
  .mobile-l\:t-45\% {
    top: -45%;
  }
  .mobile-l\:t\+45\% {
    top: 45%;
  }
  .mobile-l\:b-45vw {
    bottom: -45vw;
  }
  .mobile-l\:b\+45vw {
    bottom: 45vw;
  }
  .mobile-l\:b-45\% {
    bottom: -45%;
  }
  .mobile-l\:b\+45\% {
    bottom: 45%;
  }
  .mobile-l\:l-45vw {
    left: -45vw;
  }
  .mobile-l\:l\+45vw {
    left: 45vw;
  }
  .mobile-l\:l-45\% {
    left: -45%;
  }
  .mobile-l\:l\+45\% {
    left: 45%;
  }
  .mobile-l\:r-45vw {
    right: -45vw;
  }
  .mobile-l\:r\+45vw {
    right: 45vw;
  }
  .mobile-l\:r-45\% {
    right: -45%;
  }
  .mobile-l\:r\+45\% {
    right: 45%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-46vw {
    top: -46vw;
  }
  .mobile-l\:t\+46vw {
    top: 46vw;
  }
  .mobile-l\:t-46\% {
    top: -46%;
  }
  .mobile-l\:t\+46\% {
    top: 46%;
  }
  .mobile-l\:b-46vw {
    bottom: -46vw;
  }
  .mobile-l\:b\+46vw {
    bottom: 46vw;
  }
  .mobile-l\:b-46\% {
    bottom: -46%;
  }
  .mobile-l\:b\+46\% {
    bottom: 46%;
  }
  .mobile-l\:l-46vw {
    left: -46vw;
  }
  .mobile-l\:l\+46vw {
    left: 46vw;
  }
  .mobile-l\:l-46\% {
    left: -46%;
  }
  .mobile-l\:l\+46\% {
    left: 46%;
  }
  .mobile-l\:r-46vw {
    right: -46vw;
  }
  .mobile-l\:r\+46vw {
    right: 46vw;
  }
  .mobile-l\:r-46\% {
    right: -46%;
  }
  .mobile-l\:r\+46\% {
    right: 46%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-47vw {
    top: -47vw;
  }
  .mobile-l\:t\+47vw {
    top: 47vw;
  }
  .mobile-l\:t-47\% {
    top: -47%;
  }
  .mobile-l\:t\+47\% {
    top: 47%;
  }
  .mobile-l\:b-47vw {
    bottom: -47vw;
  }
  .mobile-l\:b\+47vw {
    bottom: 47vw;
  }
  .mobile-l\:b-47\% {
    bottom: -47%;
  }
  .mobile-l\:b\+47\% {
    bottom: 47%;
  }
  .mobile-l\:l-47vw {
    left: -47vw;
  }
  .mobile-l\:l\+47vw {
    left: 47vw;
  }
  .mobile-l\:l-47\% {
    left: -47%;
  }
  .mobile-l\:l\+47\% {
    left: 47%;
  }
  .mobile-l\:r-47vw {
    right: -47vw;
  }
  .mobile-l\:r\+47vw {
    right: 47vw;
  }
  .mobile-l\:r-47\% {
    right: -47%;
  }
  .mobile-l\:r\+47\% {
    right: 47%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-48vw {
    top: -48vw;
  }
  .mobile-l\:t\+48vw {
    top: 48vw;
  }
  .mobile-l\:t-48\% {
    top: -48%;
  }
  .mobile-l\:t\+48\% {
    top: 48%;
  }
  .mobile-l\:b-48vw {
    bottom: -48vw;
  }
  .mobile-l\:b\+48vw {
    bottom: 48vw;
  }
  .mobile-l\:b-48\% {
    bottom: -48%;
  }
  .mobile-l\:b\+48\% {
    bottom: 48%;
  }
  .mobile-l\:l-48vw {
    left: -48vw;
  }
  .mobile-l\:l\+48vw {
    left: 48vw;
  }
  .mobile-l\:l-48\% {
    left: -48%;
  }
  .mobile-l\:l\+48\% {
    left: 48%;
  }
  .mobile-l\:r-48vw {
    right: -48vw;
  }
  .mobile-l\:r\+48vw {
    right: 48vw;
  }
  .mobile-l\:r-48\% {
    right: -48%;
  }
  .mobile-l\:r\+48\% {
    right: 48%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-49vw {
    top: -49vw;
  }
  .mobile-l\:t\+49vw {
    top: 49vw;
  }
  .mobile-l\:t-49\% {
    top: -49%;
  }
  .mobile-l\:t\+49\% {
    top: 49%;
  }
  .mobile-l\:b-49vw {
    bottom: -49vw;
  }
  .mobile-l\:b\+49vw {
    bottom: 49vw;
  }
  .mobile-l\:b-49\% {
    bottom: -49%;
  }
  .mobile-l\:b\+49\% {
    bottom: 49%;
  }
  .mobile-l\:l-49vw {
    left: -49vw;
  }
  .mobile-l\:l\+49vw {
    left: 49vw;
  }
  .mobile-l\:l-49\% {
    left: -49%;
  }
  .mobile-l\:l\+49\% {
    left: 49%;
  }
  .mobile-l\:r-49vw {
    right: -49vw;
  }
  .mobile-l\:r\+49vw {
    right: 49vw;
  }
  .mobile-l\:r-49\% {
    right: -49%;
  }
  .mobile-l\:r\+49\% {
    right: 49%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-50vw {
    top: -50vw;
  }
  .mobile-l\:t\+50vw {
    top: 50vw;
  }
  .mobile-l\:t-50\% {
    top: -50%;
  }
  .mobile-l\:t\+50\% {
    top: 50%;
  }
  .mobile-l\:b-50vw {
    bottom: -50vw;
  }
  .mobile-l\:b\+50vw {
    bottom: 50vw;
  }
  .mobile-l\:b-50\% {
    bottom: -50%;
  }
  .mobile-l\:b\+50\% {
    bottom: 50%;
  }
  .mobile-l\:l-50vw {
    left: -50vw;
  }
  .mobile-l\:l\+50vw {
    left: 50vw;
  }
  .mobile-l\:l-50\% {
    left: -50%;
  }
  .mobile-l\:l\+50\% {
    left: 50%;
  }
  .mobile-l\:r-50vw {
    right: -50vw;
  }
  .mobile-l\:r\+50vw {
    right: 50vw;
  }
  .mobile-l\:r-50\% {
    right: -50%;
  }
  .mobile-l\:r\+50\% {
    right: 50%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-51vw {
    top: -51vw;
  }
  .mobile-l\:t\+51vw {
    top: 51vw;
  }
  .mobile-l\:t-51\% {
    top: -51%;
  }
  .mobile-l\:t\+51\% {
    top: 51%;
  }
  .mobile-l\:b-51vw {
    bottom: -51vw;
  }
  .mobile-l\:b\+51vw {
    bottom: 51vw;
  }
  .mobile-l\:b-51\% {
    bottom: -51%;
  }
  .mobile-l\:b\+51\% {
    bottom: 51%;
  }
  .mobile-l\:l-51vw {
    left: -51vw;
  }
  .mobile-l\:l\+51vw {
    left: 51vw;
  }
  .mobile-l\:l-51\% {
    left: -51%;
  }
  .mobile-l\:l\+51\% {
    left: 51%;
  }
  .mobile-l\:r-51vw {
    right: -51vw;
  }
  .mobile-l\:r\+51vw {
    right: 51vw;
  }
  .mobile-l\:r-51\% {
    right: -51%;
  }
  .mobile-l\:r\+51\% {
    right: 51%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-52vw {
    top: -52vw;
  }
  .mobile-l\:t\+52vw {
    top: 52vw;
  }
  .mobile-l\:t-52\% {
    top: -52%;
  }
  .mobile-l\:t\+52\% {
    top: 52%;
  }
  .mobile-l\:b-52vw {
    bottom: -52vw;
  }
  .mobile-l\:b\+52vw {
    bottom: 52vw;
  }
  .mobile-l\:b-52\% {
    bottom: -52%;
  }
  .mobile-l\:b\+52\% {
    bottom: 52%;
  }
  .mobile-l\:l-52vw {
    left: -52vw;
  }
  .mobile-l\:l\+52vw {
    left: 52vw;
  }
  .mobile-l\:l-52\% {
    left: -52%;
  }
  .mobile-l\:l\+52\% {
    left: 52%;
  }
  .mobile-l\:r-52vw {
    right: -52vw;
  }
  .mobile-l\:r\+52vw {
    right: 52vw;
  }
  .mobile-l\:r-52\% {
    right: -52%;
  }
  .mobile-l\:r\+52\% {
    right: 52%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-53vw {
    top: -53vw;
  }
  .mobile-l\:t\+53vw {
    top: 53vw;
  }
  .mobile-l\:t-53\% {
    top: -53%;
  }
  .mobile-l\:t\+53\% {
    top: 53%;
  }
  .mobile-l\:b-53vw {
    bottom: -53vw;
  }
  .mobile-l\:b\+53vw {
    bottom: 53vw;
  }
  .mobile-l\:b-53\% {
    bottom: -53%;
  }
  .mobile-l\:b\+53\% {
    bottom: 53%;
  }
  .mobile-l\:l-53vw {
    left: -53vw;
  }
  .mobile-l\:l\+53vw {
    left: 53vw;
  }
  .mobile-l\:l-53\% {
    left: -53%;
  }
  .mobile-l\:l\+53\% {
    left: 53%;
  }
  .mobile-l\:r-53vw {
    right: -53vw;
  }
  .mobile-l\:r\+53vw {
    right: 53vw;
  }
  .mobile-l\:r-53\% {
    right: -53%;
  }
  .mobile-l\:r\+53\% {
    right: 53%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-54vw {
    top: -54vw;
  }
  .mobile-l\:t\+54vw {
    top: 54vw;
  }
  .mobile-l\:t-54\% {
    top: -54%;
  }
  .mobile-l\:t\+54\% {
    top: 54%;
  }
  .mobile-l\:b-54vw {
    bottom: -54vw;
  }
  .mobile-l\:b\+54vw {
    bottom: 54vw;
  }
  .mobile-l\:b-54\% {
    bottom: -54%;
  }
  .mobile-l\:b\+54\% {
    bottom: 54%;
  }
  .mobile-l\:l-54vw {
    left: -54vw;
  }
  .mobile-l\:l\+54vw {
    left: 54vw;
  }
  .mobile-l\:l-54\% {
    left: -54%;
  }
  .mobile-l\:l\+54\% {
    left: 54%;
  }
  .mobile-l\:r-54vw {
    right: -54vw;
  }
  .mobile-l\:r\+54vw {
    right: 54vw;
  }
  .mobile-l\:r-54\% {
    right: -54%;
  }
  .mobile-l\:r\+54\% {
    right: 54%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-55vw {
    top: -55vw;
  }
  .mobile-l\:t\+55vw {
    top: 55vw;
  }
  .mobile-l\:t-55\% {
    top: -55%;
  }
  .mobile-l\:t\+55\% {
    top: 55%;
  }
  .mobile-l\:b-55vw {
    bottom: -55vw;
  }
  .mobile-l\:b\+55vw {
    bottom: 55vw;
  }
  .mobile-l\:b-55\% {
    bottom: -55%;
  }
  .mobile-l\:b\+55\% {
    bottom: 55%;
  }
  .mobile-l\:l-55vw {
    left: -55vw;
  }
  .mobile-l\:l\+55vw {
    left: 55vw;
  }
  .mobile-l\:l-55\% {
    left: -55%;
  }
  .mobile-l\:l\+55\% {
    left: 55%;
  }
  .mobile-l\:r-55vw {
    right: -55vw;
  }
  .mobile-l\:r\+55vw {
    right: 55vw;
  }
  .mobile-l\:r-55\% {
    right: -55%;
  }
  .mobile-l\:r\+55\% {
    right: 55%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-56vw {
    top: -56vw;
  }
  .mobile-l\:t\+56vw {
    top: 56vw;
  }
  .mobile-l\:t-56\% {
    top: -56%;
  }
  .mobile-l\:t\+56\% {
    top: 56%;
  }
  .mobile-l\:b-56vw {
    bottom: -56vw;
  }
  .mobile-l\:b\+56vw {
    bottom: 56vw;
  }
  .mobile-l\:b-56\% {
    bottom: -56%;
  }
  .mobile-l\:b\+56\% {
    bottom: 56%;
  }
  .mobile-l\:l-56vw {
    left: -56vw;
  }
  .mobile-l\:l\+56vw {
    left: 56vw;
  }
  .mobile-l\:l-56\% {
    left: -56%;
  }
  .mobile-l\:l\+56\% {
    left: 56%;
  }
  .mobile-l\:r-56vw {
    right: -56vw;
  }
  .mobile-l\:r\+56vw {
    right: 56vw;
  }
  .mobile-l\:r-56\% {
    right: -56%;
  }
  .mobile-l\:r\+56\% {
    right: 56%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-57vw {
    top: -57vw;
  }
  .mobile-l\:t\+57vw {
    top: 57vw;
  }
  .mobile-l\:t-57\% {
    top: -57%;
  }
  .mobile-l\:t\+57\% {
    top: 57%;
  }
  .mobile-l\:b-57vw {
    bottom: -57vw;
  }
  .mobile-l\:b\+57vw {
    bottom: 57vw;
  }
  .mobile-l\:b-57\% {
    bottom: -57%;
  }
  .mobile-l\:b\+57\% {
    bottom: 57%;
  }
  .mobile-l\:l-57vw {
    left: -57vw;
  }
  .mobile-l\:l\+57vw {
    left: 57vw;
  }
  .mobile-l\:l-57\% {
    left: -57%;
  }
  .mobile-l\:l\+57\% {
    left: 57%;
  }
  .mobile-l\:r-57vw {
    right: -57vw;
  }
  .mobile-l\:r\+57vw {
    right: 57vw;
  }
  .mobile-l\:r-57\% {
    right: -57%;
  }
  .mobile-l\:r\+57\% {
    right: 57%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-58vw {
    top: -58vw;
  }
  .mobile-l\:t\+58vw {
    top: 58vw;
  }
  .mobile-l\:t-58\% {
    top: -58%;
  }
  .mobile-l\:t\+58\% {
    top: 58%;
  }
  .mobile-l\:b-58vw {
    bottom: -58vw;
  }
  .mobile-l\:b\+58vw {
    bottom: 58vw;
  }
  .mobile-l\:b-58\% {
    bottom: -58%;
  }
  .mobile-l\:b\+58\% {
    bottom: 58%;
  }
  .mobile-l\:l-58vw {
    left: -58vw;
  }
  .mobile-l\:l\+58vw {
    left: 58vw;
  }
  .mobile-l\:l-58\% {
    left: -58%;
  }
  .mobile-l\:l\+58\% {
    left: 58%;
  }
  .mobile-l\:r-58vw {
    right: -58vw;
  }
  .mobile-l\:r\+58vw {
    right: 58vw;
  }
  .mobile-l\:r-58\% {
    right: -58%;
  }
  .mobile-l\:r\+58\% {
    right: 58%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-59vw {
    top: -59vw;
  }
  .mobile-l\:t\+59vw {
    top: 59vw;
  }
  .mobile-l\:t-59\% {
    top: -59%;
  }
  .mobile-l\:t\+59\% {
    top: 59%;
  }
  .mobile-l\:b-59vw {
    bottom: -59vw;
  }
  .mobile-l\:b\+59vw {
    bottom: 59vw;
  }
  .mobile-l\:b-59\% {
    bottom: -59%;
  }
  .mobile-l\:b\+59\% {
    bottom: 59%;
  }
  .mobile-l\:l-59vw {
    left: -59vw;
  }
  .mobile-l\:l\+59vw {
    left: 59vw;
  }
  .mobile-l\:l-59\% {
    left: -59%;
  }
  .mobile-l\:l\+59\% {
    left: 59%;
  }
  .mobile-l\:r-59vw {
    right: -59vw;
  }
  .mobile-l\:r\+59vw {
    right: 59vw;
  }
  .mobile-l\:r-59\% {
    right: -59%;
  }
  .mobile-l\:r\+59\% {
    right: 59%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-60vw {
    top: -60vw;
  }
  .mobile-l\:t\+60vw {
    top: 60vw;
  }
  .mobile-l\:t-60\% {
    top: -60%;
  }
  .mobile-l\:t\+60\% {
    top: 60%;
  }
  .mobile-l\:b-60vw {
    bottom: -60vw;
  }
  .mobile-l\:b\+60vw {
    bottom: 60vw;
  }
  .mobile-l\:b-60\% {
    bottom: -60%;
  }
  .mobile-l\:b\+60\% {
    bottom: 60%;
  }
  .mobile-l\:l-60vw {
    left: -60vw;
  }
  .mobile-l\:l\+60vw {
    left: 60vw;
  }
  .mobile-l\:l-60\% {
    left: -60%;
  }
  .mobile-l\:l\+60\% {
    left: 60%;
  }
  .mobile-l\:r-60vw {
    right: -60vw;
  }
  .mobile-l\:r\+60vw {
    right: 60vw;
  }
  .mobile-l\:r-60\% {
    right: -60%;
  }
  .mobile-l\:r\+60\% {
    right: 60%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-61vw {
    top: -61vw;
  }
  .mobile-l\:t\+61vw {
    top: 61vw;
  }
  .mobile-l\:t-61\% {
    top: -61%;
  }
  .mobile-l\:t\+61\% {
    top: 61%;
  }
  .mobile-l\:b-61vw {
    bottom: -61vw;
  }
  .mobile-l\:b\+61vw {
    bottom: 61vw;
  }
  .mobile-l\:b-61\% {
    bottom: -61%;
  }
  .mobile-l\:b\+61\% {
    bottom: 61%;
  }
  .mobile-l\:l-61vw {
    left: -61vw;
  }
  .mobile-l\:l\+61vw {
    left: 61vw;
  }
  .mobile-l\:l-61\% {
    left: -61%;
  }
  .mobile-l\:l\+61\% {
    left: 61%;
  }
  .mobile-l\:r-61vw {
    right: -61vw;
  }
  .mobile-l\:r\+61vw {
    right: 61vw;
  }
  .mobile-l\:r-61\% {
    right: -61%;
  }
  .mobile-l\:r\+61\% {
    right: 61%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-62vw {
    top: -62vw;
  }
  .mobile-l\:t\+62vw {
    top: 62vw;
  }
  .mobile-l\:t-62\% {
    top: -62%;
  }
  .mobile-l\:t\+62\% {
    top: 62%;
  }
  .mobile-l\:b-62vw {
    bottom: -62vw;
  }
  .mobile-l\:b\+62vw {
    bottom: 62vw;
  }
  .mobile-l\:b-62\% {
    bottom: -62%;
  }
  .mobile-l\:b\+62\% {
    bottom: 62%;
  }
  .mobile-l\:l-62vw {
    left: -62vw;
  }
  .mobile-l\:l\+62vw {
    left: 62vw;
  }
  .mobile-l\:l-62\% {
    left: -62%;
  }
  .mobile-l\:l\+62\% {
    left: 62%;
  }
  .mobile-l\:r-62vw {
    right: -62vw;
  }
  .mobile-l\:r\+62vw {
    right: 62vw;
  }
  .mobile-l\:r-62\% {
    right: -62%;
  }
  .mobile-l\:r\+62\% {
    right: 62%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-63vw {
    top: -63vw;
  }
  .mobile-l\:t\+63vw {
    top: 63vw;
  }
  .mobile-l\:t-63\% {
    top: -63%;
  }
  .mobile-l\:t\+63\% {
    top: 63%;
  }
  .mobile-l\:b-63vw {
    bottom: -63vw;
  }
  .mobile-l\:b\+63vw {
    bottom: 63vw;
  }
  .mobile-l\:b-63\% {
    bottom: -63%;
  }
  .mobile-l\:b\+63\% {
    bottom: 63%;
  }
  .mobile-l\:l-63vw {
    left: -63vw;
  }
  .mobile-l\:l\+63vw {
    left: 63vw;
  }
  .mobile-l\:l-63\% {
    left: -63%;
  }
  .mobile-l\:l\+63\% {
    left: 63%;
  }
  .mobile-l\:r-63vw {
    right: -63vw;
  }
  .mobile-l\:r\+63vw {
    right: 63vw;
  }
  .mobile-l\:r-63\% {
    right: -63%;
  }
  .mobile-l\:r\+63\% {
    right: 63%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-64vw {
    top: -64vw;
  }
  .mobile-l\:t\+64vw {
    top: 64vw;
  }
  .mobile-l\:t-64\% {
    top: -64%;
  }
  .mobile-l\:t\+64\% {
    top: 64%;
  }
  .mobile-l\:b-64vw {
    bottom: -64vw;
  }
  .mobile-l\:b\+64vw {
    bottom: 64vw;
  }
  .mobile-l\:b-64\% {
    bottom: -64%;
  }
  .mobile-l\:b\+64\% {
    bottom: 64%;
  }
  .mobile-l\:l-64vw {
    left: -64vw;
  }
  .mobile-l\:l\+64vw {
    left: 64vw;
  }
  .mobile-l\:l-64\% {
    left: -64%;
  }
  .mobile-l\:l\+64\% {
    left: 64%;
  }
  .mobile-l\:r-64vw {
    right: -64vw;
  }
  .mobile-l\:r\+64vw {
    right: 64vw;
  }
  .mobile-l\:r-64\% {
    right: -64%;
  }
  .mobile-l\:r\+64\% {
    right: 64%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-65vw {
    top: -65vw;
  }
  .mobile-l\:t\+65vw {
    top: 65vw;
  }
  .mobile-l\:t-65\% {
    top: -65%;
  }
  .mobile-l\:t\+65\% {
    top: 65%;
  }
  .mobile-l\:b-65vw {
    bottom: -65vw;
  }
  .mobile-l\:b\+65vw {
    bottom: 65vw;
  }
  .mobile-l\:b-65\% {
    bottom: -65%;
  }
  .mobile-l\:b\+65\% {
    bottom: 65%;
  }
  .mobile-l\:l-65vw {
    left: -65vw;
  }
  .mobile-l\:l\+65vw {
    left: 65vw;
  }
  .mobile-l\:l-65\% {
    left: -65%;
  }
  .mobile-l\:l\+65\% {
    left: 65%;
  }
  .mobile-l\:r-65vw {
    right: -65vw;
  }
  .mobile-l\:r\+65vw {
    right: 65vw;
  }
  .mobile-l\:r-65\% {
    right: -65%;
  }
  .mobile-l\:r\+65\% {
    right: 65%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-66vw {
    top: -66vw;
  }
  .mobile-l\:t\+66vw {
    top: 66vw;
  }
  .mobile-l\:t-66\% {
    top: -66%;
  }
  .mobile-l\:t\+66\% {
    top: 66%;
  }
  .mobile-l\:b-66vw {
    bottom: -66vw;
  }
  .mobile-l\:b\+66vw {
    bottom: 66vw;
  }
  .mobile-l\:b-66\% {
    bottom: -66%;
  }
  .mobile-l\:b\+66\% {
    bottom: 66%;
  }
  .mobile-l\:l-66vw {
    left: -66vw;
  }
  .mobile-l\:l\+66vw {
    left: 66vw;
  }
  .mobile-l\:l-66\% {
    left: -66%;
  }
  .mobile-l\:l\+66\% {
    left: 66%;
  }
  .mobile-l\:r-66vw {
    right: -66vw;
  }
  .mobile-l\:r\+66vw {
    right: 66vw;
  }
  .mobile-l\:r-66\% {
    right: -66%;
  }
  .mobile-l\:r\+66\% {
    right: 66%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-67vw {
    top: -67vw;
  }
  .mobile-l\:t\+67vw {
    top: 67vw;
  }
  .mobile-l\:t-67\% {
    top: -67%;
  }
  .mobile-l\:t\+67\% {
    top: 67%;
  }
  .mobile-l\:b-67vw {
    bottom: -67vw;
  }
  .mobile-l\:b\+67vw {
    bottom: 67vw;
  }
  .mobile-l\:b-67\% {
    bottom: -67%;
  }
  .mobile-l\:b\+67\% {
    bottom: 67%;
  }
  .mobile-l\:l-67vw {
    left: -67vw;
  }
  .mobile-l\:l\+67vw {
    left: 67vw;
  }
  .mobile-l\:l-67\% {
    left: -67%;
  }
  .mobile-l\:l\+67\% {
    left: 67%;
  }
  .mobile-l\:r-67vw {
    right: -67vw;
  }
  .mobile-l\:r\+67vw {
    right: 67vw;
  }
  .mobile-l\:r-67\% {
    right: -67%;
  }
  .mobile-l\:r\+67\% {
    right: 67%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-68vw {
    top: -68vw;
  }
  .mobile-l\:t\+68vw {
    top: 68vw;
  }
  .mobile-l\:t-68\% {
    top: -68%;
  }
  .mobile-l\:t\+68\% {
    top: 68%;
  }
  .mobile-l\:b-68vw {
    bottom: -68vw;
  }
  .mobile-l\:b\+68vw {
    bottom: 68vw;
  }
  .mobile-l\:b-68\% {
    bottom: -68%;
  }
  .mobile-l\:b\+68\% {
    bottom: 68%;
  }
  .mobile-l\:l-68vw {
    left: -68vw;
  }
  .mobile-l\:l\+68vw {
    left: 68vw;
  }
  .mobile-l\:l-68\% {
    left: -68%;
  }
  .mobile-l\:l\+68\% {
    left: 68%;
  }
  .mobile-l\:r-68vw {
    right: -68vw;
  }
  .mobile-l\:r\+68vw {
    right: 68vw;
  }
  .mobile-l\:r-68\% {
    right: -68%;
  }
  .mobile-l\:r\+68\% {
    right: 68%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-69vw {
    top: -69vw;
  }
  .mobile-l\:t\+69vw {
    top: 69vw;
  }
  .mobile-l\:t-69\% {
    top: -69%;
  }
  .mobile-l\:t\+69\% {
    top: 69%;
  }
  .mobile-l\:b-69vw {
    bottom: -69vw;
  }
  .mobile-l\:b\+69vw {
    bottom: 69vw;
  }
  .mobile-l\:b-69\% {
    bottom: -69%;
  }
  .mobile-l\:b\+69\% {
    bottom: 69%;
  }
  .mobile-l\:l-69vw {
    left: -69vw;
  }
  .mobile-l\:l\+69vw {
    left: 69vw;
  }
  .mobile-l\:l-69\% {
    left: -69%;
  }
  .mobile-l\:l\+69\% {
    left: 69%;
  }
  .mobile-l\:r-69vw {
    right: -69vw;
  }
  .mobile-l\:r\+69vw {
    right: 69vw;
  }
  .mobile-l\:r-69\% {
    right: -69%;
  }
  .mobile-l\:r\+69\% {
    right: 69%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-70vw {
    top: -70vw;
  }
  .mobile-l\:t\+70vw {
    top: 70vw;
  }
  .mobile-l\:t-70\% {
    top: -70%;
  }
  .mobile-l\:t\+70\% {
    top: 70%;
  }
  .mobile-l\:b-70vw {
    bottom: -70vw;
  }
  .mobile-l\:b\+70vw {
    bottom: 70vw;
  }
  .mobile-l\:b-70\% {
    bottom: -70%;
  }
  .mobile-l\:b\+70\% {
    bottom: 70%;
  }
  .mobile-l\:l-70vw {
    left: -70vw;
  }
  .mobile-l\:l\+70vw {
    left: 70vw;
  }
  .mobile-l\:l-70\% {
    left: -70%;
  }
  .mobile-l\:l\+70\% {
    left: 70%;
  }
  .mobile-l\:r-70vw {
    right: -70vw;
  }
  .mobile-l\:r\+70vw {
    right: 70vw;
  }
  .mobile-l\:r-70\% {
    right: -70%;
  }
  .mobile-l\:r\+70\% {
    right: 70%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-71vw {
    top: -71vw;
  }
  .mobile-l\:t\+71vw {
    top: 71vw;
  }
  .mobile-l\:t-71\% {
    top: -71%;
  }
  .mobile-l\:t\+71\% {
    top: 71%;
  }
  .mobile-l\:b-71vw {
    bottom: -71vw;
  }
  .mobile-l\:b\+71vw {
    bottom: 71vw;
  }
  .mobile-l\:b-71\% {
    bottom: -71%;
  }
  .mobile-l\:b\+71\% {
    bottom: 71%;
  }
  .mobile-l\:l-71vw {
    left: -71vw;
  }
  .mobile-l\:l\+71vw {
    left: 71vw;
  }
  .mobile-l\:l-71\% {
    left: -71%;
  }
  .mobile-l\:l\+71\% {
    left: 71%;
  }
  .mobile-l\:r-71vw {
    right: -71vw;
  }
  .mobile-l\:r\+71vw {
    right: 71vw;
  }
  .mobile-l\:r-71\% {
    right: -71%;
  }
  .mobile-l\:r\+71\% {
    right: 71%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-72vw {
    top: -72vw;
  }
  .mobile-l\:t\+72vw {
    top: 72vw;
  }
  .mobile-l\:t-72\% {
    top: -72%;
  }
  .mobile-l\:t\+72\% {
    top: 72%;
  }
  .mobile-l\:b-72vw {
    bottom: -72vw;
  }
  .mobile-l\:b\+72vw {
    bottom: 72vw;
  }
  .mobile-l\:b-72\% {
    bottom: -72%;
  }
  .mobile-l\:b\+72\% {
    bottom: 72%;
  }
  .mobile-l\:l-72vw {
    left: -72vw;
  }
  .mobile-l\:l\+72vw {
    left: 72vw;
  }
  .mobile-l\:l-72\% {
    left: -72%;
  }
  .mobile-l\:l\+72\% {
    left: 72%;
  }
  .mobile-l\:r-72vw {
    right: -72vw;
  }
  .mobile-l\:r\+72vw {
    right: 72vw;
  }
  .mobile-l\:r-72\% {
    right: -72%;
  }
  .mobile-l\:r\+72\% {
    right: 72%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-73vw {
    top: -73vw;
  }
  .mobile-l\:t\+73vw {
    top: 73vw;
  }
  .mobile-l\:t-73\% {
    top: -73%;
  }
  .mobile-l\:t\+73\% {
    top: 73%;
  }
  .mobile-l\:b-73vw {
    bottom: -73vw;
  }
  .mobile-l\:b\+73vw {
    bottom: 73vw;
  }
  .mobile-l\:b-73\% {
    bottom: -73%;
  }
  .mobile-l\:b\+73\% {
    bottom: 73%;
  }
  .mobile-l\:l-73vw {
    left: -73vw;
  }
  .mobile-l\:l\+73vw {
    left: 73vw;
  }
  .mobile-l\:l-73\% {
    left: -73%;
  }
  .mobile-l\:l\+73\% {
    left: 73%;
  }
  .mobile-l\:r-73vw {
    right: -73vw;
  }
  .mobile-l\:r\+73vw {
    right: 73vw;
  }
  .mobile-l\:r-73\% {
    right: -73%;
  }
  .mobile-l\:r\+73\% {
    right: 73%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-74vw {
    top: -74vw;
  }
  .mobile-l\:t\+74vw {
    top: 74vw;
  }
  .mobile-l\:t-74\% {
    top: -74%;
  }
  .mobile-l\:t\+74\% {
    top: 74%;
  }
  .mobile-l\:b-74vw {
    bottom: -74vw;
  }
  .mobile-l\:b\+74vw {
    bottom: 74vw;
  }
  .mobile-l\:b-74\% {
    bottom: -74%;
  }
  .mobile-l\:b\+74\% {
    bottom: 74%;
  }
  .mobile-l\:l-74vw {
    left: -74vw;
  }
  .mobile-l\:l\+74vw {
    left: 74vw;
  }
  .mobile-l\:l-74\% {
    left: -74%;
  }
  .mobile-l\:l\+74\% {
    left: 74%;
  }
  .mobile-l\:r-74vw {
    right: -74vw;
  }
  .mobile-l\:r\+74vw {
    right: 74vw;
  }
  .mobile-l\:r-74\% {
    right: -74%;
  }
  .mobile-l\:r\+74\% {
    right: 74%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-75vw {
    top: -75vw;
  }
  .mobile-l\:t\+75vw {
    top: 75vw;
  }
  .mobile-l\:t-75\% {
    top: -75%;
  }
  .mobile-l\:t\+75\% {
    top: 75%;
  }
  .mobile-l\:b-75vw {
    bottom: -75vw;
  }
  .mobile-l\:b\+75vw {
    bottom: 75vw;
  }
  .mobile-l\:b-75\% {
    bottom: -75%;
  }
  .mobile-l\:b\+75\% {
    bottom: 75%;
  }
  .mobile-l\:l-75vw {
    left: -75vw;
  }
  .mobile-l\:l\+75vw {
    left: 75vw;
  }
  .mobile-l\:l-75\% {
    left: -75%;
  }
  .mobile-l\:l\+75\% {
    left: 75%;
  }
  .mobile-l\:r-75vw {
    right: -75vw;
  }
  .mobile-l\:r\+75vw {
    right: 75vw;
  }
  .mobile-l\:r-75\% {
    right: -75%;
  }
  .mobile-l\:r\+75\% {
    right: 75%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-76vw {
    top: -76vw;
  }
  .mobile-l\:t\+76vw {
    top: 76vw;
  }
  .mobile-l\:t-76\% {
    top: -76%;
  }
  .mobile-l\:t\+76\% {
    top: 76%;
  }
  .mobile-l\:b-76vw {
    bottom: -76vw;
  }
  .mobile-l\:b\+76vw {
    bottom: 76vw;
  }
  .mobile-l\:b-76\% {
    bottom: -76%;
  }
  .mobile-l\:b\+76\% {
    bottom: 76%;
  }
  .mobile-l\:l-76vw {
    left: -76vw;
  }
  .mobile-l\:l\+76vw {
    left: 76vw;
  }
  .mobile-l\:l-76\% {
    left: -76%;
  }
  .mobile-l\:l\+76\% {
    left: 76%;
  }
  .mobile-l\:r-76vw {
    right: -76vw;
  }
  .mobile-l\:r\+76vw {
    right: 76vw;
  }
  .mobile-l\:r-76\% {
    right: -76%;
  }
  .mobile-l\:r\+76\% {
    right: 76%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-77vw {
    top: -77vw;
  }
  .mobile-l\:t\+77vw {
    top: 77vw;
  }
  .mobile-l\:t-77\% {
    top: -77%;
  }
  .mobile-l\:t\+77\% {
    top: 77%;
  }
  .mobile-l\:b-77vw {
    bottom: -77vw;
  }
  .mobile-l\:b\+77vw {
    bottom: 77vw;
  }
  .mobile-l\:b-77\% {
    bottom: -77%;
  }
  .mobile-l\:b\+77\% {
    bottom: 77%;
  }
  .mobile-l\:l-77vw {
    left: -77vw;
  }
  .mobile-l\:l\+77vw {
    left: 77vw;
  }
  .mobile-l\:l-77\% {
    left: -77%;
  }
  .mobile-l\:l\+77\% {
    left: 77%;
  }
  .mobile-l\:r-77vw {
    right: -77vw;
  }
  .mobile-l\:r\+77vw {
    right: 77vw;
  }
  .mobile-l\:r-77\% {
    right: -77%;
  }
  .mobile-l\:r\+77\% {
    right: 77%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-78vw {
    top: -78vw;
  }
  .mobile-l\:t\+78vw {
    top: 78vw;
  }
  .mobile-l\:t-78\% {
    top: -78%;
  }
  .mobile-l\:t\+78\% {
    top: 78%;
  }
  .mobile-l\:b-78vw {
    bottom: -78vw;
  }
  .mobile-l\:b\+78vw {
    bottom: 78vw;
  }
  .mobile-l\:b-78\% {
    bottom: -78%;
  }
  .mobile-l\:b\+78\% {
    bottom: 78%;
  }
  .mobile-l\:l-78vw {
    left: -78vw;
  }
  .mobile-l\:l\+78vw {
    left: 78vw;
  }
  .mobile-l\:l-78\% {
    left: -78%;
  }
  .mobile-l\:l\+78\% {
    left: 78%;
  }
  .mobile-l\:r-78vw {
    right: -78vw;
  }
  .mobile-l\:r\+78vw {
    right: 78vw;
  }
  .mobile-l\:r-78\% {
    right: -78%;
  }
  .mobile-l\:r\+78\% {
    right: 78%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-79vw {
    top: -79vw;
  }
  .mobile-l\:t\+79vw {
    top: 79vw;
  }
  .mobile-l\:t-79\% {
    top: -79%;
  }
  .mobile-l\:t\+79\% {
    top: 79%;
  }
  .mobile-l\:b-79vw {
    bottom: -79vw;
  }
  .mobile-l\:b\+79vw {
    bottom: 79vw;
  }
  .mobile-l\:b-79\% {
    bottom: -79%;
  }
  .mobile-l\:b\+79\% {
    bottom: 79%;
  }
  .mobile-l\:l-79vw {
    left: -79vw;
  }
  .mobile-l\:l\+79vw {
    left: 79vw;
  }
  .mobile-l\:l-79\% {
    left: -79%;
  }
  .mobile-l\:l\+79\% {
    left: 79%;
  }
  .mobile-l\:r-79vw {
    right: -79vw;
  }
  .mobile-l\:r\+79vw {
    right: 79vw;
  }
  .mobile-l\:r-79\% {
    right: -79%;
  }
  .mobile-l\:r\+79\% {
    right: 79%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-80vw {
    top: -80vw;
  }
  .mobile-l\:t\+80vw {
    top: 80vw;
  }
  .mobile-l\:t-80\% {
    top: -80%;
  }
  .mobile-l\:t\+80\% {
    top: 80%;
  }
  .mobile-l\:b-80vw {
    bottom: -80vw;
  }
  .mobile-l\:b\+80vw {
    bottom: 80vw;
  }
  .mobile-l\:b-80\% {
    bottom: -80%;
  }
  .mobile-l\:b\+80\% {
    bottom: 80%;
  }
  .mobile-l\:l-80vw {
    left: -80vw;
  }
  .mobile-l\:l\+80vw {
    left: 80vw;
  }
  .mobile-l\:l-80\% {
    left: -80%;
  }
  .mobile-l\:l\+80\% {
    left: 80%;
  }
  .mobile-l\:r-80vw {
    right: -80vw;
  }
  .mobile-l\:r\+80vw {
    right: 80vw;
  }
  .mobile-l\:r-80\% {
    right: -80%;
  }
  .mobile-l\:r\+80\% {
    right: 80%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-81vw {
    top: -81vw;
  }
  .mobile-l\:t\+81vw {
    top: 81vw;
  }
  .mobile-l\:t-81\% {
    top: -81%;
  }
  .mobile-l\:t\+81\% {
    top: 81%;
  }
  .mobile-l\:b-81vw {
    bottom: -81vw;
  }
  .mobile-l\:b\+81vw {
    bottom: 81vw;
  }
  .mobile-l\:b-81\% {
    bottom: -81%;
  }
  .mobile-l\:b\+81\% {
    bottom: 81%;
  }
  .mobile-l\:l-81vw {
    left: -81vw;
  }
  .mobile-l\:l\+81vw {
    left: 81vw;
  }
  .mobile-l\:l-81\% {
    left: -81%;
  }
  .mobile-l\:l\+81\% {
    left: 81%;
  }
  .mobile-l\:r-81vw {
    right: -81vw;
  }
  .mobile-l\:r\+81vw {
    right: 81vw;
  }
  .mobile-l\:r-81\% {
    right: -81%;
  }
  .mobile-l\:r\+81\% {
    right: 81%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-82vw {
    top: -82vw;
  }
  .mobile-l\:t\+82vw {
    top: 82vw;
  }
  .mobile-l\:t-82\% {
    top: -82%;
  }
  .mobile-l\:t\+82\% {
    top: 82%;
  }
  .mobile-l\:b-82vw {
    bottom: -82vw;
  }
  .mobile-l\:b\+82vw {
    bottom: 82vw;
  }
  .mobile-l\:b-82\% {
    bottom: -82%;
  }
  .mobile-l\:b\+82\% {
    bottom: 82%;
  }
  .mobile-l\:l-82vw {
    left: -82vw;
  }
  .mobile-l\:l\+82vw {
    left: 82vw;
  }
  .mobile-l\:l-82\% {
    left: -82%;
  }
  .mobile-l\:l\+82\% {
    left: 82%;
  }
  .mobile-l\:r-82vw {
    right: -82vw;
  }
  .mobile-l\:r\+82vw {
    right: 82vw;
  }
  .mobile-l\:r-82\% {
    right: -82%;
  }
  .mobile-l\:r\+82\% {
    right: 82%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-83vw {
    top: -83vw;
  }
  .mobile-l\:t\+83vw {
    top: 83vw;
  }
  .mobile-l\:t-83\% {
    top: -83%;
  }
  .mobile-l\:t\+83\% {
    top: 83%;
  }
  .mobile-l\:b-83vw {
    bottom: -83vw;
  }
  .mobile-l\:b\+83vw {
    bottom: 83vw;
  }
  .mobile-l\:b-83\% {
    bottom: -83%;
  }
  .mobile-l\:b\+83\% {
    bottom: 83%;
  }
  .mobile-l\:l-83vw {
    left: -83vw;
  }
  .mobile-l\:l\+83vw {
    left: 83vw;
  }
  .mobile-l\:l-83\% {
    left: -83%;
  }
  .mobile-l\:l\+83\% {
    left: 83%;
  }
  .mobile-l\:r-83vw {
    right: -83vw;
  }
  .mobile-l\:r\+83vw {
    right: 83vw;
  }
  .mobile-l\:r-83\% {
    right: -83%;
  }
  .mobile-l\:r\+83\% {
    right: 83%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-84vw {
    top: -84vw;
  }
  .mobile-l\:t\+84vw {
    top: 84vw;
  }
  .mobile-l\:t-84\% {
    top: -84%;
  }
  .mobile-l\:t\+84\% {
    top: 84%;
  }
  .mobile-l\:b-84vw {
    bottom: -84vw;
  }
  .mobile-l\:b\+84vw {
    bottom: 84vw;
  }
  .mobile-l\:b-84\% {
    bottom: -84%;
  }
  .mobile-l\:b\+84\% {
    bottom: 84%;
  }
  .mobile-l\:l-84vw {
    left: -84vw;
  }
  .mobile-l\:l\+84vw {
    left: 84vw;
  }
  .mobile-l\:l-84\% {
    left: -84%;
  }
  .mobile-l\:l\+84\% {
    left: 84%;
  }
  .mobile-l\:r-84vw {
    right: -84vw;
  }
  .mobile-l\:r\+84vw {
    right: 84vw;
  }
  .mobile-l\:r-84\% {
    right: -84%;
  }
  .mobile-l\:r\+84\% {
    right: 84%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-85vw {
    top: -85vw;
  }
  .mobile-l\:t\+85vw {
    top: 85vw;
  }
  .mobile-l\:t-85\% {
    top: -85%;
  }
  .mobile-l\:t\+85\% {
    top: 85%;
  }
  .mobile-l\:b-85vw {
    bottom: -85vw;
  }
  .mobile-l\:b\+85vw {
    bottom: 85vw;
  }
  .mobile-l\:b-85\% {
    bottom: -85%;
  }
  .mobile-l\:b\+85\% {
    bottom: 85%;
  }
  .mobile-l\:l-85vw {
    left: -85vw;
  }
  .mobile-l\:l\+85vw {
    left: 85vw;
  }
  .mobile-l\:l-85\% {
    left: -85%;
  }
  .mobile-l\:l\+85\% {
    left: 85%;
  }
  .mobile-l\:r-85vw {
    right: -85vw;
  }
  .mobile-l\:r\+85vw {
    right: 85vw;
  }
  .mobile-l\:r-85\% {
    right: -85%;
  }
  .mobile-l\:r\+85\% {
    right: 85%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-86vw {
    top: -86vw;
  }
  .mobile-l\:t\+86vw {
    top: 86vw;
  }
  .mobile-l\:t-86\% {
    top: -86%;
  }
  .mobile-l\:t\+86\% {
    top: 86%;
  }
  .mobile-l\:b-86vw {
    bottom: -86vw;
  }
  .mobile-l\:b\+86vw {
    bottom: 86vw;
  }
  .mobile-l\:b-86\% {
    bottom: -86%;
  }
  .mobile-l\:b\+86\% {
    bottom: 86%;
  }
  .mobile-l\:l-86vw {
    left: -86vw;
  }
  .mobile-l\:l\+86vw {
    left: 86vw;
  }
  .mobile-l\:l-86\% {
    left: -86%;
  }
  .mobile-l\:l\+86\% {
    left: 86%;
  }
  .mobile-l\:r-86vw {
    right: -86vw;
  }
  .mobile-l\:r\+86vw {
    right: 86vw;
  }
  .mobile-l\:r-86\% {
    right: -86%;
  }
  .mobile-l\:r\+86\% {
    right: 86%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-87vw {
    top: -87vw;
  }
  .mobile-l\:t\+87vw {
    top: 87vw;
  }
  .mobile-l\:t-87\% {
    top: -87%;
  }
  .mobile-l\:t\+87\% {
    top: 87%;
  }
  .mobile-l\:b-87vw {
    bottom: -87vw;
  }
  .mobile-l\:b\+87vw {
    bottom: 87vw;
  }
  .mobile-l\:b-87\% {
    bottom: -87%;
  }
  .mobile-l\:b\+87\% {
    bottom: 87%;
  }
  .mobile-l\:l-87vw {
    left: -87vw;
  }
  .mobile-l\:l\+87vw {
    left: 87vw;
  }
  .mobile-l\:l-87\% {
    left: -87%;
  }
  .mobile-l\:l\+87\% {
    left: 87%;
  }
  .mobile-l\:r-87vw {
    right: -87vw;
  }
  .mobile-l\:r\+87vw {
    right: 87vw;
  }
  .mobile-l\:r-87\% {
    right: -87%;
  }
  .mobile-l\:r\+87\% {
    right: 87%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-88vw {
    top: -88vw;
  }
  .mobile-l\:t\+88vw {
    top: 88vw;
  }
  .mobile-l\:t-88\% {
    top: -88%;
  }
  .mobile-l\:t\+88\% {
    top: 88%;
  }
  .mobile-l\:b-88vw {
    bottom: -88vw;
  }
  .mobile-l\:b\+88vw {
    bottom: 88vw;
  }
  .mobile-l\:b-88\% {
    bottom: -88%;
  }
  .mobile-l\:b\+88\% {
    bottom: 88%;
  }
  .mobile-l\:l-88vw {
    left: -88vw;
  }
  .mobile-l\:l\+88vw {
    left: 88vw;
  }
  .mobile-l\:l-88\% {
    left: -88%;
  }
  .mobile-l\:l\+88\% {
    left: 88%;
  }
  .mobile-l\:r-88vw {
    right: -88vw;
  }
  .mobile-l\:r\+88vw {
    right: 88vw;
  }
  .mobile-l\:r-88\% {
    right: -88%;
  }
  .mobile-l\:r\+88\% {
    right: 88%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-89vw {
    top: -89vw;
  }
  .mobile-l\:t\+89vw {
    top: 89vw;
  }
  .mobile-l\:t-89\% {
    top: -89%;
  }
  .mobile-l\:t\+89\% {
    top: 89%;
  }
  .mobile-l\:b-89vw {
    bottom: -89vw;
  }
  .mobile-l\:b\+89vw {
    bottom: 89vw;
  }
  .mobile-l\:b-89\% {
    bottom: -89%;
  }
  .mobile-l\:b\+89\% {
    bottom: 89%;
  }
  .mobile-l\:l-89vw {
    left: -89vw;
  }
  .mobile-l\:l\+89vw {
    left: 89vw;
  }
  .mobile-l\:l-89\% {
    left: -89%;
  }
  .mobile-l\:l\+89\% {
    left: 89%;
  }
  .mobile-l\:r-89vw {
    right: -89vw;
  }
  .mobile-l\:r\+89vw {
    right: 89vw;
  }
  .mobile-l\:r-89\% {
    right: -89%;
  }
  .mobile-l\:r\+89\% {
    right: 89%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-90vw {
    top: -90vw;
  }
  .mobile-l\:t\+90vw {
    top: 90vw;
  }
  .mobile-l\:t-90\% {
    top: -90%;
  }
  .mobile-l\:t\+90\% {
    top: 90%;
  }
  .mobile-l\:b-90vw {
    bottom: -90vw;
  }
  .mobile-l\:b\+90vw {
    bottom: 90vw;
  }
  .mobile-l\:b-90\% {
    bottom: -90%;
  }
  .mobile-l\:b\+90\% {
    bottom: 90%;
  }
  .mobile-l\:l-90vw {
    left: -90vw;
  }
  .mobile-l\:l\+90vw {
    left: 90vw;
  }
  .mobile-l\:l-90\% {
    left: -90%;
  }
  .mobile-l\:l\+90\% {
    left: 90%;
  }
  .mobile-l\:r-90vw {
    right: -90vw;
  }
  .mobile-l\:r\+90vw {
    right: 90vw;
  }
  .mobile-l\:r-90\% {
    right: -90%;
  }
  .mobile-l\:r\+90\% {
    right: 90%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-91vw {
    top: -91vw;
  }
  .mobile-l\:t\+91vw {
    top: 91vw;
  }
  .mobile-l\:t-91\% {
    top: -91%;
  }
  .mobile-l\:t\+91\% {
    top: 91%;
  }
  .mobile-l\:b-91vw {
    bottom: -91vw;
  }
  .mobile-l\:b\+91vw {
    bottom: 91vw;
  }
  .mobile-l\:b-91\% {
    bottom: -91%;
  }
  .mobile-l\:b\+91\% {
    bottom: 91%;
  }
  .mobile-l\:l-91vw {
    left: -91vw;
  }
  .mobile-l\:l\+91vw {
    left: 91vw;
  }
  .mobile-l\:l-91\% {
    left: -91%;
  }
  .mobile-l\:l\+91\% {
    left: 91%;
  }
  .mobile-l\:r-91vw {
    right: -91vw;
  }
  .mobile-l\:r\+91vw {
    right: 91vw;
  }
  .mobile-l\:r-91\% {
    right: -91%;
  }
  .mobile-l\:r\+91\% {
    right: 91%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-92vw {
    top: -92vw;
  }
  .mobile-l\:t\+92vw {
    top: 92vw;
  }
  .mobile-l\:t-92\% {
    top: -92%;
  }
  .mobile-l\:t\+92\% {
    top: 92%;
  }
  .mobile-l\:b-92vw {
    bottom: -92vw;
  }
  .mobile-l\:b\+92vw {
    bottom: 92vw;
  }
  .mobile-l\:b-92\% {
    bottom: -92%;
  }
  .mobile-l\:b\+92\% {
    bottom: 92%;
  }
  .mobile-l\:l-92vw {
    left: -92vw;
  }
  .mobile-l\:l\+92vw {
    left: 92vw;
  }
  .mobile-l\:l-92\% {
    left: -92%;
  }
  .mobile-l\:l\+92\% {
    left: 92%;
  }
  .mobile-l\:r-92vw {
    right: -92vw;
  }
  .mobile-l\:r\+92vw {
    right: 92vw;
  }
  .mobile-l\:r-92\% {
    right: -92%;
  }
  .mobile-l\:r\+92\% {
    right: 92%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-93vw {
    top: -93vw;
  }
  .mobile-l\:t\+93vw {
    top: 93vw;
  }
  .mobile-l\:t-93\% {
    top: -93%;
  }
  .mobile-l\:t\+93\% {
    top: 93%;
  }
  .mobile-l\:b-93vw {
    bottom: -93vw;
  }
  .mobile-l\:b\+93vw {
    bottom: 93vw;
  }
  .mobile-l\:b-93\% {
    bottom: -93%;
  }
  .mobile-l\:b\+93\% {
    bottom: 93%;
  }
  .mobile-l\:l-93vw {
    left: -93vw;
  }
  .mobile-l\:l\+93vw {
    left: 93vw;
  }
  .mobile-l\:l-93\% {
    left: -93%;
  }
  .mobile-l\:l\+93\% {
    left: 93%;
  }
  .mobile-l\:r-93vw {
    right: -93vw;
  }
  .mobile-l\:r\+93vw {
    right: 93vw;
  }
  .mobile-l\:r-93\% {
    right: -93%;
  }
  .mobile-l\:r\+93\% {
    right: 93%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-94vw {
    top: -94vw;
  }
  .mobile-l\:t\+94vw {
    top: 94vw;
  }
  .mobile-l\:t-94\% {
    top: -94%;
  }
  .mobile-l\:t\+94\% {
    top: 94%;
  }
  .mobile-l\:b-94vw {
    bottom: -94vw;
  }
  .mobile-l\:b\+94vw {
    bottom: 94vw;
  }
  .mobile-l\:b-94\% {
    bottom: -94%;
  }
  .mobile-l\:b\+94\% {
    bottom: 94%;
  }
  .mobile-l\:l-94vw {
    left: -94vw;
  }
  .mobile-l\:l\+94vw {
    left: 94vw;
  }
  .mobile-l\:l-94\% {
    left: -94%;
  }
  .mobile-l\:l\+94\% {
    left: 94%;
  }
  .mobile-l\:r-94vw {
    right: -94vw;
  }
  .mobile-l\:r\+94vw {
    right: 94vw;
  }
  .mobile-l\:r-94\% {
    right: -94%;
  }
  .mobile-l\:r\+94\% {
    right: 94%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-95vw {
    top: -95vw;
  }
  .mobile-l\:t\+95vw {
    top: 95vw;
  }
  .mobile-l\:t-95\% {
    top: -95%;
  }
  .mobile-l\:t\+95\% {
    top: 95%;
  }
  .mobile-l\:b-95vw {
    bottom: -95vw;
  }
  .mobile-l\:b\+95vw {
    bottom: 95vw;
  }
  .mobile-l\:b-95\% {
    bottom: -95%;
  }
  .mobile-l\:b\+95\% {
    bottom: 95%;
  }
  .mobile-l\:l-95vw {
    left: -95vw;
  }
  .mobile-l\:l\+95vw {
    left: 95vw;
  }
  .mobile-l\:l-95\% {
    left: -95%;
  }
  .mobile-l\:l\+95\% {
    left: 95%;
  }
  .mobile-l\:r-95vw {
    right: -95vw;
  }
  .mobile-l\:r\+95vw {
    right: 95vw;
  }
  .mobile-l\:r-95\% {
    right: -95%;
  }
  .mobile-l\:r\+95\% {
    right: 95%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-96vw {
    top: -96vw;
  }
  .mobile-l\:t\+96vw {
    top: 96vw;
  }
  .mobile-l\:t-96\% {
    top: -96%;
  }
  .mobile-l\:t\+96\% {
    top: 96%;
  }
  .mobile-l\:b-96vw {
    bottom: -96vw;
  }
  .mobile-l\:b\+96vw {
    bottom: 96vw;
  }
  .mobile-l\:b-96\% {
    bottom: -96%;
  }
  .mobile-l\:b\+96\% {
    bottom: 96%;
  }
  .mobile-l\:l-96vw {
    left: -96vw;
  }
  .mobile-l\:l\+96vw {
    left: 96vw;
  }
  .mobile-l\:l-96\% {
    left: -96%;
  }
  .mobile-l\:l\+96\% {
    left: 96%;
  }
  .mobile-l\:r-96vw {
    right: -96vw;
  }
  .mobile-l\:r\+96vw {
    right: 96vw;
  }
  .mobile-l\:r-96\% {
    right: -96%;
  }
  .mobile-l\:r\+96\% {
    right: 96%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-97vw {
    top: -97vw;
  }
  .mobile-l\:t\+97vw {
    top: 97vw;
  }
  .mobile-l\:t-97\% {
    top: -97%;
  }
  .mobile-l\:t\+97\% {
    top: 97%;
  }
  .mobile-l\:b-97vw {
    bottom: -97vw;
  }
  .mobile-l\:b\+97vw {
    bottom: 97vw;
  }
  .mobile-l\:b-97\% {
    bottom: -97%;
  }
  .mobile-l\:b\+97\% {
    bottom: 97%;
  }
  .mobile-l\:l-97vw {
    left: -97vw;
  }
  .mobile-l\:l\+97vw {
    left: 97vw;
  }
  .mobile-l\:l-97\% {
    left: -97%;
  }
  .mobile-l\:l\+97\% {
    left: 97%;
  }
  .mobile-l\:r-97vw {
    right: -97vw;
  }
  .mobile-l\:r\+97vw {
    right: 97vw;
  }
  .mobile-l\:r-97\% {
    right: -97%;
  }
  .mobile-l\:r\+97\% {
    right: 97%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-98vw {
    top: -98vw;
  }
  .mobile-l\:t\+98vw {
    top: 98vw;
  }
  .mobile-l\:t-98\% {
    top: -98%;
  }
  .mobile-l\:t\+98\% {
    top: 98%;
  }
  .mobile-l\:b-98vw {
    bottom: -98vw;
  }
  .mobile-l\:b\+98vw {
    bottom: 98vw;
  }
  .mobile-l\:b-98\% {
    bottom: -98%;
  }
  .mobile-l\:b\+98\% {
    bottom: 98%;
  }
  .mobile-l\:l-98vw {
    left: -98vw;
  }
  .mobile-l\:l\+98vw {
    left: 98vw;
  }
  .mobile-l\:l-98\% {
    left: -98%;
  }
  .mobile-l\:l\+98\% {
    left: 98%;
  }
  .mobile-l\:r-98vw {
    right: -98vw;
  }
  .mobile-l\:r\+98vw {
    right: 98vw;
  }
  .mobile-l\:r-98\% {
    right: -98%;
  }
  .mobile-l\:r\+98\% {
    right: 98%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-99vw {
    top: -99vw;
  }
  .mobile-l\:t\+99vw {
    top: 99vw;
  }
  .mobile-l\:t-99\% {
    top: -99%;
  }
  .mobile-l\:t\+99\% {
    top: 99%;
  }
  .mobile-l\:b-99vw {
    bottom: -99vw;
  }
  .mobile-l\:b\+99vw {
    bottom: 99vw;
  }
  .mobile-l\:b-99\% {
    bottom: -99%;
  }
  .mobile-l\:b\+99\% {
    bottom: 99%;
  }
  .mobile-l\:l-99vw {
    left: -99vw;
  }
  .mobile-l\:l\+99vw {
    left: 99vw;
  }
  .mobile-l\:l-99\% {
    left: -99%;
  }
  .mobile-l\:l\+99\% {
    left: 99%;
  }
  .mobile-l\:r-99vw {
    right: -99vw;
  }
  .mobile-l\:r\+99vw {
    right: 99vw;
  }
  .mobile-l\:r-99\% {
    right: -99%;
  }
  .mobile-l\:r\+99\% {
    right: 99%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-100vw {
    top: -100vw;
  }
  .mobile-l\:t\+100vw {
    top: 100vw;
  }
  .mobile-l\:t-100\% {
    top: -100%;
  }
  .mobile-l\:t\+100\% {
    top: 100%;
  }
  .mobile-l\:b-100vw {
    bottom: -100vw;
  }
  .mobile-l\:b\+100vw {
    bottom: 100vw;
  }
  .mobile-l\:b-100\% {
    bottom: -100%;
  }
  .mobile-l\:b\+100\% {
    bottom: 100%;
  }
  .mobile-l\:l-100vw {
    left: -100vw;
  }
  .mobile-l\:l\+100vw {
    left: 100vw;
  }
  .mobile-l\:l-100\% {
    left: -100%;
  }
  .mobile-l\:l\+100\% {
    left: 100%;
  }
  .mobile-l\:r-100vw {
    right: -100vw;
  }
  .mobile-l\:r\+100vw {
    right: 100vw;
  }
  .mobile-l\:r-100\% {
    right: -100%;
  }
  .mobile-l\:r\+100\% {
    right: 100%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-101vw {
    top: -101vw;
  }
  .mobile-l\:t\+101vw {
    top: 101vw;
  }
  .mobile-l\:t-101\% {
    top: -101%;
  }
  .mobile-l\:t\+101\% {
    top: 101%;
  }
  .mobile-l\:b-101vw {
    bottom: -101vw;
  }
  .mobile-l\:b\+101vw {
    bottom: 101vw;
  }
  .mobile-l\:b-101\% {
    bottom: -101%;
  }
  .mobile-l\:b\+101\% {
    bottom: 101%;
  }
  .mobile-l\:l-101vw {
    left: -101vw;
  }
  .mobile-l\:l\+101vw {
    left: 101vw;
  }
  .mobile-l\:l-101\% {
    left: -101%;
  }
  .mobile-l\:l\+101\% {
    left: 101%;
  }
  .mobile-l\:r-101vw {
    right: -101vw;
  }
  .mobile-l\:r\+101vw {
    right: 101vw;
  }
  .mobile-l\:r-101\% {
    right: -101%;
  }
  .mobile-l\:r\+101\% {
    right: 101%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-102vw {
    top: -102vw;
  }
  .mobile-l\:t\+102vw {
    top: 102vw;
  }
  .mobile-l\:t-102\% {
    top: -102%;
  }
  .mobile-l\:t\+102\% {
    top: 102%;
  }
  .mobile-l\:b-102vw {
    bottom: -102vw;
  }
  .mobile-l\:b\+102vw {
    bottom: 102vw;
  }
  .mobile-l\:b-102\% {
    bottom: -102%;
  }
  .mobile-l\:b\+102\% {
    bottom: 102%;
  }
  .mobile-l\:l-102vw {
    left: -102vw;
  }
  .mobile-l\:l\+102vw {
    left: 102vw;
  }
  .mobile-l\:l-102\% {
    left: -102%;
  }
  .mobile-l\:l\+102\% {
    left: 102%;
  }
  .mobile-l\:r-102vw {
    right: -102vw;
  }
  .mobile-l\:r\+102vw {
    right: 102vw;
  }
  .mobile-l\:r-102\% {
    right: -102%;
  }
  .mobile-l\:r\+102\% {
    right: 102%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-103vw {
    top: -103vw;
  }
  .mobile-l\:t\+103vw {
    top: 103vw;
  }
  .mobile-l\:t-103\% {
    top: -103%;
  }
  .mobile-l\:t\+103\% {
    top: 103%;
  }
  .mobile-l\:b-103vw {
    bottom: -103vw;
  }
  .mobile-l\:b\+103vw {
    bottom: 103vw;
  }
  .mobile-l\:b-103\% {
    bottom: -103%;
  }
  .mobile-l\:b\+103\% {
    bottom: 103%;
  }
  .mobile-l\:l-103vw {
    left: -103vw;
  }
  .mobile-l\:l\+103vw {
    left: 103vw;
  }
  .mobile-l\:l-103\% {
    left: -103%;
  }
  .mobile-l\:l\+103\% {
    left: 103%;
  }
  .mobile-l\:r-103vw {
    right: -103vw;
  }
  .mobile-l\:r\+103vw {
    right: 103vw;
  }
  .mobile-l\:r-103\% {
    right: -103%;
  }
  .mobile-l\:r\+103\% {
    right: 103%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-104vw {
    top: -104vw;
  }
  .mobile-l\:t\+104vw {
    top: 104vw;
  }
  .mobile-l\:t-104\% {
    top: -104%;
  }
  .mobile-l\:t\+104\% {
    top: 104%;
  }
  .mobile-l\:b-104vw {
    bottom: -104vw;
  }
  .mobile-l\:b\+104vw {
    bottom: 104vw;
  }
  .mobile-l\:b-104\% {
    bottom: -104%;
  }
  .mobile-l\:b\+104\% {
    bottom: 104%;
  }
  .mobile-l\:l-104vw {
    left: -104vw;
  }
  .mobile-l\:l\+104vw {
    left: 104vw;
  }
  .mobile-l\:l-104\% {
    left: -104%;
  }
  .mobile-l\:l\+104\% {
    left: 104%;
  }
  .mobile-l\:r-104vw {
    right: -104vw;
  }
  .mobile-l\:r\+104vw {
    right: 104vw;
  }
  .mobile-l\:r-104\% {
    right: -104%;
  }
  .mobile-l\:r\+104\% {
    right: 104%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-105vw {
    top: -105vw;
  }
  .mobile-l\:t\+105vw {
    top: 105vw;
  }
  .mobile-l\:t-105\% {
    top: -105%;
  }
  .mobile-l\:t\+105\% {
    top: 105%;
  }
  .mobile-l\:b-105vw {
    bottom: -105vw;
  }
  .mobile-l\:b\+105vw {
    bottom: 105vw;
  }
  .mobile-l\:b-105\% {
    bottom: -105%;
  }
  .mobile-l\:b\+105\% {
    bottom: 105%;
  }
  .mobile-l\:l-105vw {
    left: -105vw;
  }
  .mobile-l\:l\+105vw {
    left: 105vw;
  }
  .mobile-l\:l-105\% {
    left: -105%;
  }
  .mobile-l\:l\+105\% {
    left: 105%;
  }
  .mobile-l\:r-105vw {
    right: -105vw;
  }
  .mobile-l\:r\+105vw {
    right: 105vw;
  }
  .mobile-l\:r-105\% {
    right: -105%;
  }
  .mobile-l\:r\+105\% {
    right: 105%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-106vw {
    top: -106vw;
  }
  .mobile-l\:t\+106vw {
    top: 106vw;
  }
  .mobile-l\:t-106\% {
    top: -106%;
  }
  .mobile-l\:t\+106\% {
    top: 106%;
  }
  .mobile-l\:b-106vw {
    bottom: -106vw;
  }
  .mobile-l\:b\+106vw {
    bottom: 106vw;
  }
  .mobile-l\:b-106\% {
    bottom: -106%;
  }
  .mobile-l\:b\+106\% {
    bottom: 106%;
  }
  .mobile-l\:l-106vw {
    left: -106vw;
  }
  .mobile-l\:l\+106vw {
    left: 106vw;
  }
  .mobile-l\:l-106\% {
    left: -106%;
  }
  .mobile-l\:l\+106\% {
    left: 106%;
  }
  .mobile-l\:r-106vw {
    right: -106vw;
  }
  .mobile-l\:r\+106vw {
    right: 106vw;
  }
  .mobile-l\:r-106\% {
    right: -106%;
  }
  .mobile-l\:r\+106\% {
    right: 106%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-107vw {
    top: -107vw;
  }
  .mobile-l\:t\+107vw {
    top: 107vw;
  }
  .mobile-l\:t-107\% {
    top: -107%;
  }
  .mobile-l\:t\+107\% {
    top: 107%;
  }
  .mobile-l\:b-107vw {
    bottom: -107vw;
  }
  .mobile-l\:b\+107vw {
    bottom: 107vw;
  }
  .mobile-l\:b-107\% {
    bottom: -107%;
  }
  .mobile-l\:b\+107\% {
    bottom: 107%;
  }
  .mobile-l\:l-107vw {
    left: -107vw;
  }
  .mobile-l\:l\+107vw {
    left: 107vw;
  }
  .mobile-l\:l-107\% {
    left: -107%;
  }
  .mobile-l\:l\+107\% {
    left: 107%;
  }
  .mobile-l\:r-107vw {
    right: -107vw;
  }
  .mobile-l\:r\+107vw {
    right: 107vw;
  }
  .mobile-l\:r-107\% {
    right: -107%;
  }
  .mobile-l\:r\+107\% {
    right: 107%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-108vw {
    top: -108vw;
  }
  .mobile-l\:t\+108vw {
    top: 108vw;
  }
  .mobile-l\:t-108\% {
    top: -108%;
  }
  .mobile-l\:t\+108\% {
    top: 108%;
  }
  .mobile-l\:b-108vw {
    bottom: -108vw;
  }
  .mobile-l\:b\+108vw {
    bottom: 108vw;
  }
  .mobile-l\:b-108\% {
    bottom: -108%;
  }
  .mobile-l\:b\+108\% {
    bottom: 108%;
  }
  .mobile-l\:l-108vw {
    left: -108vw;
  }
  .mobile-l\:l\+108vw {
    left: 108vw;
  }
  .mobile-l\:l-108\% {
    left: -108%;
  }
  .mobile-l\:l\+108\% {
    left: 108%;
  }
  .mobile-l\:r-108vw {
    right: -108vw;
  }
  .mobile-l\:r\+108vw {
    right: 108vw;
  }
  .mobile-l\:r-108\% {
    right: -108%;
  }
  .mobile-l\:r\+108\% {
    right: 108%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-109vw {
    top: -109vw;
  }
  .mobile-l\:t\+109vw {
    top: 109vw;
  }
  .mobile-l\:t-109\% {
    top: -109%;
  }
  .mobile-l\:t\+109\% {
    top: 109%;
  }
  .mobile-l\:b-109vw {
    bottom: -109vw;
  }
  .mobile-l\:b\+109vw {
    bottom: 109vw;
  }
  .mobile-l\:b-109\% {
    bottom: -109%;
  }
  .mobile-l\:b\+109\% {
    bottom: 109%;
  }
  .mobile-l\:l-109vw {
    left: -109vw;
  }
  .mobile-l\:l\+109vw {
    left: 109vw;
  }
  .mobile-l\:l-109\% {
    left: -109%;
  }
  .mobile-l\:l\+109\% {
    left: 109%;
  }
  .mobile-l\:r-109vw {
    right: -109vw;
  }
  .mobile-l\:r\+109vw {
    right: 109vw;
  }
  .mobile-l\:r-109\% {
    right: -109%;
  }
  .mobile-l\:r\+109\% {
    right: 109%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-110vw {
    top: -110vw;
  }
  .mobile-l\:t\+110vw {
    top: 110vw;
  }
  .mobile-l\:t-110\% {
    top: -110%;
  }
  .mobile-l\:t\+110\% {
    top: 110%;
  }
  .mobile-l\:b-110vw {
    bottom: -110vw;
  }
  .mobile-l\:b\+110vw {
    bottom: 110vw;
  }
  .mobile-l\:b-110\% {
    bottom: -110%;
  }
  .mobile-l\:b\+110\% {
    bottom: 110%;
  }
  .mobile-l\:l-110vw {
    left: -110vw;
  }
  .mobile-l\:l\+110vw {
    left: 110vw;
  }
  .mobile-l\:l-110\% {
    left: -110%;
  }
  .mobile-l\:l\+110\% {
    left: 110%;
  }
  .mobile-l\:r-110vw {
    right: -110vw;
  }
  .mobile-l\:r\+110vw {
    right: 110vw;
  }
  .mobile-l\:r-110\% {
    right: -110%;
  }
  .mobile-l\:r\+110\% {
    right: 110%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-111vw {
    top: -111vw;
  }
  .mobile-l\:t\+111vw {
    top: 111vw;
  }
  .mobile-l\:t-111\% {
    top: -111%;
  }
  .mobile-l\:t\+111\% {
    top: 111%;
  }
  .mobile-l\:b-111vw {
    bottom: -111vw;
  }
  .mobile-l\:b\+111vw {
    bottom: 111vw;
  }
  .mobile-l\:b-111\% {
    bottom: -111%;
  }
  .mobile-l\:b\+111\% {
    bottom: 111%;
  }
  .mobile-l\:l-111vw {
    left: -111vw;
  }
  .mobile-l\:l\+111vw {
    left: 111vw;
  }
  .mobile-l\:l-111\% {
    left: -111%;
  }
  .mobile-l\:l\+111\% {
    left: 111%;
  }
  .mobile-l\:r-111vw {
    right: -111vw;
  }
  .mobile-l\:r\+111vw {
    right: 111vw;
  }
  .mobile-l\:r-111\% {
    right: -111%;
  }
  .mobile-l\:r\+111\% {
    right: 111%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-112vw {
    top: -112vw;
  }
  .mobile-l\:t\+112vw {
    top: 112vw;
  }
  .mobile-l\:t-112\% {
    top: -112%;
  }
  .mobile-l\:t\+112\% {
    top: 112%;
  }
  .mobile-l\:b-112vw {
    bottom: -112vw;
  }
  .mobile-l\:b\+112vw {
    bottom: 112vw;
  }
  .mobile-l\:b-112\% {
    bottom: -112%;
  }
  .mobile-l\:b\+112\% {
    bottom: 112%;
  }
  .mobile-l\:l-112vw {
    left: -112vw;
  }
  .mobile-l\:l\+112vw {
    left: 112vw;
  }
  .mobile-l\:l-112\% {
    left: -112%;
  }
  .mobile-l\:l\+112\% {
    left: 112%;
  }
  .mobile-l\:r-112vw {
    right: -112vw;
  }
  .mobile-l\:r\+112vw {
    right: 112vw;
  }
  .mobile-l\:r-112\% {
    right: -112%;
  }
  .mobile-l\:r\+112\% {
    right: 112%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-113vw {
    top: -113vw;
  }
  .mobile-l\:t\+113vw {
    top: 113vw;
  }
  .mobile-l\:t-113\% {
    top: -113%;
  }
  .mobile-l\:t\+113\% {
    top: 113%;
  }
  .mobile-l\:b-113vw {
    bottom: -113vw;
  }
  .mobile-l\:b\+113vw {
    bottom: 113vw;
  }
  .mobile-l\:b-113\% {
    bottom: -113%;
  }
  .mobile-l\:b\+113\% {
    bottom: 113%;
  }
  .mobile-l\:l-113vw {
    left: -113vw;
  }
  .mobile-l\:l\+113vw {
    left: 113vw;
  }
  .mobile-l\:l-113\% {
    left: -113%;
  }
  .mobile-l\:l\+113\% {
    left: 113%;
  }
  .mobile-l\:r-113vw {
    right: -113vw;
  }
  .mobile-l\:r\+113vw {
    right: 113vw;
  }
  .mobile-l\:r-113\% {
    right: -113%;
  }
  .mobile-l\:r\+113\% {
    right: 113%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-114vw {
    top: -114vw;
  }
  .mobile-l\:t\+114vw {
    top: 114vw;
  }
  .mobile-l\:t-114\% {
    top: -114%;
  }
  .mobile-l\:t\+114\% {
    top: 114%;
  }
  .mobile-l\:b-114vw {
    bottom: -114vw;
  }
  .mobile-l\:b\+114vw {
    bottom: 114vw;
  }
  .mobile-l\:b-114\% {
    bottom: -114%;
  }
  .mobile-l\:b\+114\% {
    bottom: 114%;
  }
  .mobile-l\:l-114vw {
    left: -114vw;
  }
  .mobile-l\:l\+114vw {
    left: 114vw;
  }
  .mobile-l\:l-114\% {
    left: -114%;
  }
  .mobile-l\:l\+114\% {
    left: 114%;
  }
  .mobile-l\:r-114vw {
    right: -114vw;
  }
  .mobile-l\:r\+114vw {
    right: 114vw;
  }
  .mobile-l\:r-114\% {
    right: -114%;
  }
  .mobile-l\:r\+114\% {
    right: 114%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-115vw {
    top: -115vw;
  }
  .mobile-l\:t\+115vw {
    top: 115vw;
  }
  .mobile-l\:t-115\% {
    top: -115%;
  }
  .mobile-l\:t\+115\% {
    top: 115%;
  }
  .mobile-l\:b-115vw {
    bottom: -115vw;
  }
  .mobile-l\:b\+115vw {
    bottom: 115vw;
  }
  .mobile-l\:b-115\% {
    bottom: -115%;
  }
  .mobile-l\:b\+115\% {
    bottom: 115%;
  }
  .mobile-l\:l-115vw {
    left: -115vw;
  }
  .mobile-l\:l\+115vw {
    left: 115vw;
  }
  .mobile-l\:l-115\% {
    left: -115%;
  }
  .mobile-l\:l\+115\% {
    left: 115%;
  }
  .mobile-l\:r-115vw {
    right: -115vw;
  }
  .mobile-l\:r\+115vw {
    right: 115vw;
  }
  .mobile-l\:r-115\% {
    right: -115%;
  }
  .mobile-l\:r\+115\% {
    right: 115%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-116vw {
    top: -116vw;
  }
  .mobile-l\:t\+116vw {
    top: 116vw;
  }
  .mobile-l\:t-116\% {
    top: -116%;
  }
  .mobile-l\:t\+116\% {
    top: 116%;
  }
  .mobile-l\:b-116vw {
    bottom: -116vw;
  }
  .mobile-l\:b\+116vw {
    bottom: 116vw;
  }
  .mobile-l\:b-116\% {
    bottom: -116%;
  }
  .mobile-l\:b\+116\% {
    bottom: 116%;
  }
  .mobile-l\:l-116vw {
    left: -116vw;
  }
  .mobile-l\:l\+116vw {
    left: 116vw;
  }
  .mobile-l\:l-116\% {
    left: -116%;
  }
  .mobile-l\:l\+116\% {
    left: 116%;
  }
  .mobile-l\:r-116vw {
    right: -116vw;
  }
  .mobile-l\:r\+116vw {
    right: 116vw;
  }
  .mobile-l\:r-116\% {
    right: -116%;
  }
  .mobile-l\:r\+116\% {
    right: 116%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-117vw {
    top: -117vw;
  }
  .mobile-l\:t\+117vw {
    top: 117vw;
  }
  .mobile-l\:t-117\% {
    top: -117%;
  }
  .mobile-l\:t\+117\% {
    top: 117%;
  }
  .mobile-l\:b-117vw {
    bottom: -117vw;
  }
  .mobile-l\:b\+117vw {
    bottom: 117vw;
  }
  .mobile-l\:b-117\% {
    bottom: -117%;
  }
  .mobile-l\:b\+117\% {
    bottom: 117%;
  }
  .mobile-l\:l-117vw {
    left: -117vw;
  }
  .mobile-l\:l\+117vw {
    left: 117vw;
  }
  .mobile-l\:l-117\% {
    left: -117%;
  }
  .mobile-l\:l\+117\% {
    left: 117%;
  }
  .mobile-l\:r-117vw {
    right: -117vw;
  }
  .mobile-l\:r\+117vw {
    right: 117vw;
  }
  .mobile-l\:r-117\% {
    right: -117%;
  }
  .mobile-l\:r\+117\% {
    right: 117%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-118vw {
    top: -118vw;
  }
  .mobile-l\:t\+118vw {
    top: 118vw;
  }
  .mobile-l\:t-118\% {
    top: -118%;
  }
  .mobile-l\:t\+118\% {
    top: 118%;
  }
  .mobile-l\:b-118vw {
    bottom: -118vw;
  }
  .mobile-l\:b\+118vw {
    bottom: 118vw;
  }
  .mobile-l\:b-118\% {
    bottom: -118%;
  }
  .mobile-l\:b\+118\% {
    bottom: 118%;
  }
  .mobile-l\:l-118vw {
    left: -118vw;
  }
  .mobile-l\:l\+118vw {
    left: 118vw;
  }
  .mobile-l\:l-118\% {
    left: -118%;
  }
  .mobile-l\:l\+118\% {
    left: 118%;
  }
  .mobile-l\:r-118vw {
    right: -118vw;
  }
  .mobile-l\:r\+118vw {
    right: 118vw;
  }
  .mobile-l\:r-118\% {
    right: -118%;
  }
  .mobile-l\:r\+118\% {
    right: 118%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-119vw {
    top: -119vw;
  }
  .mobile-l\:t\+119vw {
    top: 119vw;
  }
  .mobile-l\:t-119\% {
    top: -119%;
  }
  .mobile-l\:t\+119\% {
    top: 119%;
  }
  .mobile-l\:b-119vw {
    bottom: -119vw;
  }
  .mobile-l\:b\+119vw {
    bottom: 119vw;
  }
  .mobile-l\:b-119\% {
    bottom: -119%;
  }
  .mobile-l\:b\+119\% {
    bottom: 119%;
  }
  .mobile-l\:l-119vw {
    left: -119vw;
  }
  .mobile-l\:l\+119vw {
    left: 119vw;
  }
  .mobile-l\:l-119\% {
    left: -119%;
  }
  .mobile-l\:l\+119\% {
    left: 119%;
  }
  .mobile-l\:r-119vw {
    right: -119vw;
  }
  .mobile-l\:r\+119vw {
    right: 119vw;
  }
  .mobile-l\:r-119\% {
    right: -119%;
  }
  .mobile-l\:r\+119\% {
    right: 119%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-120vw {
    top: -120vw;
  }
  .mobile-l\:t\+120vw {
    top: 120vw;
  }
  .mobile-l\:t-120\% {
    top: -120%;
  }
  .mobile-l\:t\+120\% {
    top: 120%;
  }
  .mobile-l\:b-120vw {
    bottom: -120vw;
  }
  .mobile-l\:b\+120vw {
    bottom: 120vw;
  }
  .mobile-l\:b-120\% {
    bottom: -120%;
  }
  .mobile-l\:b\+120\% {
    bottom: 120%;
  }
  .mobile-l\:l-120vw {
    left: -120vw;
  }
  .mobile-l\:l\+120vw {
    left: 120vw;
  }
  .mobile-l\:l-120\% {
    left: -120%;
  }
  .mobile-l\:l\+120\% {
    left: 120%;
  }
  .mobile-l\:r-120vw {
    right: -120vw;
  }
  .mobile-l\:r\+120vw {
    right: 120vw;
  }
  .mobile-l\:r-120\% {
    right: -120%;
  }
  .mobile-l\:r\+120\% {
    right: 120%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-121vw {
    top: -121vw;
  }
  .mobile-l\:t\+121vw {
    top: 121vw;
  }
  .mobile-l\:t-121\% {
    top: -121%;
  }
  .mobile-l\:t\+121\% {
    top: 121%;
  }
  .mobile-l\:b-121vw {
    bottom: -121vw;
  }
  .mobile-l\:b\+121vw {
    bottom: 121vw;
  }
  .mobile-l\:b-121\% {
    bottom: -121%;
  }
  .mobile-l\:b\+121\% {
    bottom: 121%;
  }
  .mobile-l\:l-121vw {
    left: -121vw;
  }
  .mobile-l\:l\+121vw {
    left: 121vw;
  }
  .mobile-l\:l-121\% {
    left: -121%;
  }
  .mobile-l\:l\+121\% {
    left: 121%;
  }
  .mobile-l\:r-121vw {
    right: -121vw;
  }
  .mobile-l\:r\+121vw {
    right: 121vw;
  }
  .mobile-l\:r-121\% {
    right: -121%;
  }
  .mobile-l\:r\+121\% {
    right: 121%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-122vw {
    top: -122vw;
  }
  .mobile-l\:t\+122vw {
    top: 122vw;
  }
  .mobile-l\:t-122\% {
    top: -122%;
  }
  .mobile-l\:t\+122\% {
    top: 122%;
  }
  .mobile-l\:b-122vw {
    bottom: -122vw;
  }
  .mobile-l\:b\+122vw {
    bottom: 122vw;
  }
  .mobile-l\:b-122\% {
    bottom: -122%;
  }
  .mobile-l\:b\+122\% {
    bottom: 122%;
  }
  .mobile-l\:l-122vw {
    left: -122vw;
  }
  .mobile-l\:l\+122vw {
    left: 122vw;
  }
  .mobile-l\:l-122\% {
    left: -122%;
  }
  .mobile-l\:l\+122\% {
    left: 122%;
  }
  .mobile-l\:r-122vw {
    right: -122vw;
  }
  .mobile-l\:r\+122vw {
    right: 122vw;
  }
  .mobile-l\:r-122\% {
    right: -122%;
  }
  .mobile-l\:r\+122\% {
    right: 122%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-123vw {
    top: -123vw;
  }
  .mobile-l\:t\+123vw {
    top: 123vw;
  }
  .mobile-l\:t-123\% {
    top: -123%;
  }
  .mobile-l\:t\+123\% {
    top: 123%;
  }
  .mobile-l\:b-123vw {
    bottom: -123vw;
  }
  .mobile-l\:b\+123vw {
    bottom: 123vw;
  }
  .mobile-l\:b-123\% {
    bottom: -123%;
  }
  .mobile-l\:b\+123\% {
    bottom: 123%;
  }
  .mobile-l\:l-123vw {
    left: -123vw;
  }
  .mobile-l\:l\+123vw {
    left: 123vw;
  }
  .mobile-l\:l-123\% {
    left: -123%;
  }
  .mobile-l\:l\+123\% {
    left: 123%;
  }
  .mobile-l\:r-123vw {
    right: -123vw;
  }
  .mobile-l\:r\+123vw {
    right: 123vw;
  }
  .mobile-l\:r-123\% {
    right: -123%;
  }
  .mobile-l\:r\+123\% {
    right: 123%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-124vw {
    top: -124vw;
  }
  .mobile-l\:t\+124vw {
    top: 124vw;
  }
  .mobile-l\:t-124\% {
    top: -124%;
  }
  .mobile-l\:t\+124\% {
    top: 124%;
  }
  .mobile-l\:b-124vw {
    bottom: -124vw;
  }
  .mobile-l\:b\+124vw {
    bottom: 124vw;
  }
  .mobile-l\:b-124\% {
    bottom: -124%;
  }
  .mobile-l\:b\+124\% {
    bottom: 124%;
  }
  .mobile-l\:l-124vw {
    left: -124vw;
  }
  .mobile-l\:l\+124vw {
    left: 124vw;
  }
  .mobile-l\:l-124\% {
    left: -124%;
  }
  .mobile-l\:l\+124\% {
    left: 124%;
  }
  .mobile-l\:r-124vw {
    right: -124vw;
  }
  .mobile-l\:r\+124vw {
    right: 124vw;
  }
  .mobile-l\:r-124\% {
    right: -124%;
  }
  .mobile-l\:r\+124\% {
    right: 124%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-125vw {
    top: -125vw;
  }
  .mobile-l\:t\+125vw {
    top: 125vw;
  }
  .mobile-l\:t-125\% {
    top: -125%;
  }
  .mobile-l\:t\+125\% {
    top: 125%;
  }
  .mobile-l\:b-125vw {
    bottom: -125vw;
  }
  .mobile-l\:b\+125vw {
    bottom: 125vw;
  }
  .mobile-l\:b-125\% {
    bottom: -125%;
  }
  .mobile-l\:b\+125\% {
    bottom: 125%;
  }
  .mobile-l\:l-125vw {
    left: -125vw;
  }
  .mobile-l\:l\+125vw {
    left: 125vw;
  }
  .mobile-l\:l-125\% {
    left: -125%;
  }
  .mobile-l\:l\+125\% {
    left: 125%;
  }
  .mobile-l\:r-125vw {
    right: -125vw;
  }
  .mobile-l\:r\+125vw {
    right: 125vw;
  }
  .mobile-l\:r-125\% {
    right: -125%;
  }
  .mobile-l\:r\+125\% {
    right: 125%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-126vw {
    top: -126vw;
  }
  .mobile-l\:t\+126vw {
    top: 126vw;
  }
  .mobile-l\:t-126\% {
    top: -126%;
  }
  .mobile-l\:t\+126\% {
    top: 126%;
  }
  .mobile-l\:b-126vw {
    bottom: -126vw;
  }
  .mobile-l\:b\+126vw {
    bottom: 126vw;
  }
  .mobile-l\:b-126\% {
    bottom: -126%;
  }
  .mobile-l\:b\+126\% {
    bottom: 126%;
  }
  .mobile-l\:l-126vw {
    left: -126vw;
  }
  .mobile-l\:l\+126vw {
    left: 126vw;
  }
  .mobile-l\:l-126\% {
    left: -126%;
  }
  .mobile-l\:l\+126\% {
    left: 126%;
  }
  .mobile-l\:r-126vw {
    right: -126vw;
  }
  .mobile-l\:r\+126vw {
    right: 126vw;
  }
  .mobile-l\:r-126\% {
    right: -126%;
  }
  .mobile-l\:r\+126\% {
    right: 126%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-127vw {
    top: -127vw;
  }
  .mobile-l\:t\+127vw {
    top: 127vw;
  }
  .mobile-l\:t-127\% {
    top: -127%;
  }
  .mobile-l\:t\+127\% {
    top: 127%;
  }
  .mobile-l\:b-127vw {
    bottom: -127vw;
  }
  .mobile-l\:b\+127vw {
    bottom: 127vw;
  }
  .mobile-l\:b-127\% {
    bottom: -127%;
  }
  .mobile-l\:b\+127\% {
    bottom: 127%;
  }
  .mobile-l\:l-127vw {
    left: -127vw;
  }
  .mobile-l\:l\+127vw {
    left: 127vw;
  }
  .mobile-l\:l-127\% {
    left: -127%;
  }
  .mobile-l\:l\+127\% {
    left: 127%;
  }
  .mobile-l\:r-127vw {
    right: -127vw;
  }
  .mobile-l\:r\+127vw {
    right: 127vw;
  }
  .mobile-l\:r-127\% {
    right: -127%;
  }
  .mobile-l\:r\+127\% {
    right: 127%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-128vw {
    top: -128vw;
  }
  .mobile-l\:t\+128vw {
    top: 128vw;
  }
  .mobile-l\:t-128\% {
    top: -128%;
  }
  .mobile-l\:t\+128\% {
    top: 128%;
  }
  .mobile-l\:b-128vw {
    bottom: -128vw;
  }
  .mobile-l\:b\+128vw {
    bottom: 128vw;
  }
  .mobile-l\:b-128\% {
    bottom: -128%;
  }
  .mobile-l\:b\+128\% {
    bottom: 128%;
  }
  .mobile-l\:l-128vw {
    left: -128vw;
  }
  .mobile-l\:l\+128vw {
    left: 128vw;
  }
  .mobile-l\:l-128\% {
    left: -128%;
  }
  .mobile-l\:l\+128\% {
    left: 128%;
  }
  .mobile-l\:r-128vw {
    right: -128vw;
  }
  .mobile-l\:r\+128vw {
    right: 128vw;
  }
  .mobile-l\:r-128\% {
    right: -128%;
  }
  .mobile-l\:r\+128\% {
    right: 128%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-129vw {
    top: -129vw;
  }
  .mobile-l\:t\+129vw {
    top: 129vw;
  }
  .mobile-l\:t-129\% {
    top: -129%;
  }
  .mobile-l\:t\+129\% {
    top: 129%;
  }
  .mobile-l\:b-129vw {
    bottom: -129vw;
  }
  .mobile-l\:b\+129vw {
    bottom: 129vw;
  }
  .mobile-l\:b-129\% {
    bottom: -129%;
  }
  .mobile-l\:b\+129\% {
    bottom: 129%;
  }
  .mobile-l\:l-129vw {
    left: -129vw;
  }
  .mobile-l\:l\+129vw {
    left: 129vw;
  }
  .mobile-l\:l-129\% {
    left: -129%;
  }
  .mobile-l\:l\+129\% {
    left: 129%;
  }
  .mobile-l\:r-129vw {
    right: -129vw;
  }
  .mobile-l\:r\+129vw {
    right: 129vw;
  }
  .mobile-l\:r-129\% {
    right: -129%;
  }
  .mobile-l\:r\+129\% {
    right: 129%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-130vw {
    top: -130vw;
  }
  .mobile-l\:t\+130vw {
    top: 130vw;
  }
  .mobile-l\:t-130\% {
    top: -130%;
  }
  .mobile-l\:t\+130\% {
    top: 130%;
  }
  .mobile-l\:b-130vw {
    bottom: -130vw;
  }
  .mobile-l\:b\+130vw {
    bottom: 130vw;
  }
  .mobile-l\:b-130\% {
    bottom: -130%;
  }
  .mobile-l\:b\+130\% {
    bottom: 130%;
  }
  .mobile-l\:l-130vw {
    left: -130vw;
  }
  .mobile-l\:l\+130vw {
    left: 130vw;
  }
  .mobile-l\:l-130\% {
    left: -130%;
  }
  .mobile-l\:l\+130\% {
    left: 130%;
  }
  .mobile-l\:r-130vw {
    right: -130vw;
  }
  .mobile-l\:r\+130vw {
    right: 130vw;
  }
  .mobile-l\:r-130\% {
    right: -130%;
  }
  .mobile-l\:r\+130\% {
    right: 130%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-131vw {
    top: -131vw;
  }
  .mobile-l\:t\+131vw {
    top: 131vw;
  }
  .mobile-l\:t-131\% {
    top: -131%;
  }
  .mobile-l\:t\+131\% {
    top: 131%;
  }
  .mobile-l\:b-131vw {
    bottom: -131vw;
  }
  .mobile-l\:b\+131vw {
    bottom: 131vw;
  }
  .mobile-l\:b-131\% {
    bottom: -131%;
  }
  .mobile-l\:b\+131\% {
    bottom: 131%;
  }
  .mobile-l\:l-131vw {
    left: -131vw;
  }
  .mobile-l\:l\+131vw {
    left: 131vw;
  }
  .mobile-l\:l-131\% {
    left: -131%;
  }
  .mobile-l\:l\+131\% {
    left: 131%;
  }
  .mobile-l\:r-131vw {
    right: -131vw;
  }
  .mobile-l\:r\+131vw {
    right: 131vw;
  }
  .mobile-l\:r-131\% {
    right: -131%;
  }
  .mobile-l\:r\+131\% {
    right: 131%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-132vw {
    top: -132vw;
  }
  .mobile-l\:t\+132vw {
    top: 132vw;
  }
  .mobile-l\:t-132\% {
    top: -132%;
  }
  .mobile-l\:t\+132\% {
    top: 132%;
  }
  .mobile-l\:b-132vw {
    bottom: -132vw;
  }
  .mobile-l\:b\+132vw {
    bottom: 132vw;
  }
  .mobile-l\:b-132\% {
    bottom: -132%;
  }
  .mobile-l\:b\+132\% {
    bottom: 132%;
  }
  .mobile-l\:l-132vw {
    left: -132vw;
  }
  .mobile-l\:l\+132vw {
    left: 132vw;
  }
  .mobile-l\:l-132\% {
    left: -132%;
  }
  .mobile-l\:l\+132\% {
    left: 132%;
  }
  .mobile-l\:r-132vw {
    right: -132vw;
  }
  .mobile-l\:r\+132vw {
    right: 132vw;
  }
  .mobile-l\:r-132\% {
    right: -132%;
  }
  .mobile-l\:r\+132\% {
    right: 132%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-133vw {
    top: -133vw;
  }
  .mobile-l\:t\+133vw {
    top: 133vw;
  }
  .mobile-l\:t-133\% {
    top: -133%;
  }
  .mobile-l\:t\+133\% {
    top: 133%;
  }
  .mobile-l\:b-133vw {
    bottom: -133vw;
  }
  .mobile-l\:b\+133vw {
    bottom: 133vw;
  }
  .mobile-l\:b-133\% {
    bottom: -133%;
  }
  .mobile-l\:b\+133\% {
    bottom: 133%;
  }
  .mobile-l\:l-133vw {
    left: -133vw;
  }
  .mobile-l\:l\+133vw {
    left: 133vw;
  }
  .mobile-l\:l-133\% {
    left: -133%;
  }
  .mobile-l\:l\+133\% {
    left: 133%;
  }
  .mobile-l\:r-133vw {
    right: -133vw;
  }
  .mobile-l\:r\+133vw {
    right: 133vw;
  }
  .mobile-l\:r-133\% {
    right: -133%;
  }
  .mobile-l\:r\+133\% {
    right: 133%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-134vw {
    top: -134vw;
  }
  .mobile-l\:t\+134vw {
    top: 134vw;
  }
  .mobile-l\:t-134\% {
    top: -134%;
  }
  .mobile-l\:t\+134\% {
    top: 134%;
  }
  .mobile-l\:b-134vw {
    bottom: -134vw;
  }
  .mobile-l\:b\+134vw {
    bottom: 134vw;
  }
  .mobile-l\:b-134\% {
    bottom: -134%;
  }
  .mobile-l\:b\+134\% {
    bottom: 134%;
  }
  .mobile-l\:l-134vw {
    left: -134vw;
  }
  .mobile-l\:l\+134vw {
    left: 134vw;
  }
  .mobile-l\:l-134\% {
    left: -134%;
  }
  .mobile-l\:l\+134\% {
    left: 134%;
  }
  .mobile-l\:r-134vw {
    right: -134vw;
  }
  .mobile-l\:r\+134vw {
    right: 134vw;
  }
  .mobile-l\:r-134\% {
    right: -134%;
  }
  .mobile-l\:r\+134\% {
    right: 134%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-135vw {
    top: -135vw;
  }
  .mobile-l\:t\+135vw {
    top: 135vw;
  }
  .mobile-l\:t-135\% {
    top: -135%;
  }
  .mobile-l\:t\+135\% {
    top: 135%;
  }
  .mobile-l\:b-135vw {
    bottom: -135vw;
  }
  .mobile-l\:b\+135vw {
    bottom: 135vw;
  }
  .mobile-l\:b-135\% {
    bottom: -135%;
  }
  .mobile-l\:b\+135\% {
    bottom: 135%;
  }
  .mobile-l\:l-135vw {
    left: -135vw;
  }
  .mobile-l\:l\+135vw {
    left: 135vw;
  }
  .mobile-l\:l-135\% {
    left: -135%;
  }
  .mobile-l\:l\+135\% {
    left: 135%;
  }
  .mobile-l\:r-135vw {
    right: -135vw;
  }
  .mobile-l\:r\+135vw {
    right: 135vw;
  }
  .mobile-l\:r-135\% {
    right: -135%;
  }
  .mobile-l\:r\+135\% {
    right: 135%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-136vw {
    top: -136vw;
  }
  .mobile-l\:t\+136vw {
    top: 136vw;
  }
  .mobile-l\:t-136\% {
    top: -136%;
  }
  .mobile-l\:t\+136\% {
    top: 136%;
  }
  .mobile-l\:b-136vw {
    bottom: -136vw;
  }
  .mobile-l\:b\+136vw {
    bottom: 136vw;
  }
  .mobile-l\:b-136\% {
    bottom: -136%;
  }
  .mobile-l\:b\+136\% {
    bottom: 136%;
  }
  .mobile-l\:l-136vw {
    left: -136vw;
  }
  .mobile-l\:l\+136vw {
    left: 136vw;
  }
  .mobile-l\:l-136\% {
    left: -136%;
  }
  .mobile-l\:l\+136\% {
    left: 136%;
  }
  .mobile-l\:r-136vw {
    right: -136vw;
  }
  .mobile-l\:r\+136vw {
    right: 136vw;
  }
  .mobile-l\:r-136\% {
    right: -136%;
  }
  .mobile-l\:r\+136\% {
    right: 136%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-137vw {
    top: -137vw;
  }
  .mobile-l\:t\+137vw {
    top: 137vw;
  }
  .mobile-l\:t-137\% {
    top: -137%;
  }
  .mobile-l\:t\+137\% {
    top: 137%;
  }
  .mobile-l\:b-137vw {
    bottom: -137vw;
  }
  .mobile-l\:b\+137vw {
    bottom: 137vw;
  }
  .mobile-l\:b-137\% {
    bottom: -137%;
  }
  .mobile-l\:b\+137\% {
    bottom: 137%;
  }
  .mobile-l\:l-137vw {
    left: -137vw;
  }
  .mobile-l\:l\+137vw {
    left: 137vw;
  }
  .mobile-l\:l-137\% {
    left: -137%;
  }
  .mobile-l\:l\+137\% {
    left: 137%;
  }
  .mobile-l\:r-137vw {
    right: -137vw;
  }
  .mobile-l\:r\+137vw {
    right: 137vw;
  }
  .mobile-l\:r-137\% {
    right: -137%;
  }
  .mobile-l\:r\+137\% {
    right: 137%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-138vw {
    top: -138vw;
  }
  .mobile-l\:t\+138vw {
    top: 138vw;
  }
  .mobile-l\:t-138\% {
    top: -138%;
  }
  .mobile-l\:t\+138\% {
    top: 138%;
  }
  .mobile-l\:b-138vw {
    bottom: -138vw;
  }
  .mobile-l\:b\+138vw {
    bottom: 138vw;
  }
  .mobile-l\:b-138\% {
    bottom: -138%;
  }
  .mobile-l\:b\+138\% {
    bottom: 138%;
  }
  .mobile-l\:l-138vw {
    left: -138vw;
  }
  .mobile-l\:l\+138vw {
    left: 138vw;
  }
  .mobile-l\:l-138\% {
    left: -138%;
  }
  .mobile-l\:l\+138\% {
    left: 138%;
  }
  .mobile-l\:r-138vw {
    right: -138vw;
  }
  .mobile-l\:r\+138vw {
    right: 138vw;
  }
  .mobile-l\:r-138\% {
    right: -138%;
  }
  .mobile-l\:r\+138\% {
    right: 138%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-139vw {
    top: -139vw;
  }
  .mobile-l\:t\+139vw {
    top: 139vw;
  }
  .mobile-l\:t-139\% {
    top: -139%;
  }
  .mobile-l\:t\+139\% {
    top: 139%;
  }
  .mobile-l\:b-139vw {
    bottom: -139vw;
  }
  .mobile-l\:b\+139vw {
    bottom: 139vw;
  }
  .mobile-l\:b-139\% {
    bottom: -139%;
  }
  .mobile-l\:b\+139\% {
    bottom: 139%;
  }
  .mobile-l\:l-139vw {
    left: -139vw;
  }
  .mobile-l\:l\+139vw {
    left: 139vw;
  }
  .mobile-l\:l-139\% {
    left: -139%;
  }
  .mobile-l\:l\+139\% {
    left: 139%;
  }
  .mobile-l\:r-139vw {
    right: -139vw;
  }
  .mobile-l\:r\+139vw {
    right: 139vw;
  }
  .mobile-l\:r-139\% {
    right: -139%;
  }
  .mobile-l\:r\+139\% {
    right: 139%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-140vw {
    top: -140vw;
  }
  .mobile-l\:t\+140vw {
    top: 140vw;
  }
  .mobile-l\:t-140\% {
    top: -140%;
  }
  .mobile-l\:t\+140\% {
    top: 140%;
  }
  .mobile-l\:b-140vw {
    bottom: -140vw;
  }
  .mobile-l\:b\+140vw {
    bottom: 140vw;
  }
  .mobile-l\:b-140\% {
    bottom: -140%;
  }
  .mobile-l\:b\+140\% {
    bottom: 140%;
  }
  .mobile-l\:l-140vw {
    left: -140vw;
  }
  .mobile-l\:l\+140vw {
    left: 140vw;
  }
  .mobile-l\:l-140\% {
    left: -140%;
  }
  .mobile-l\:l\+140\% {
    left: 140%;
  }
  .mobile-l\:r-140vw {
    right: -140vw;
  }
  .mobile-l\:r\+140vw {
    right: 140vw;
  }
  .mobile-l\:r-140\% {
    right: -140%;
  }
  .mobile-l\:r\+140\% {
    right: 140%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-141vw {
    top: -141vw;
  }
  .mobile-l\:t\+141vw {
    top: 141vw;
  }
  .mobile-l\:t-141\% {
    top: -141%;
  }
  .mobile-l\:t\+141\% {
    top: 141%;
  }
  .mobile-l\:b-141vw {
    bottom: -141vw;
  }
  .mobile-l\:b\+141vw {
    bottom: 141vw;
  }
  .mobile-l\:b-141\% {
    bottom: -141%;
  }
  .mobile-l\:b\+141\% {
    bottom: 141%;
  }
  .mobile-l\:l-141vw {
    left: -141vw;
  }
  .mobile-l\:l\+141vw {
    left: 141vw;
  }
  .mobile-l\:l-141\% {
    left: -141%;
  }
  .mobile-l\:l\+141\% {
    left: 141%;
  }
  .mobile-l\:r-141vw {
    right: -141vw;
  }
  .mobile-l\:r\+141vw {
    right: 141vw;
  }
  .mobile-l\:r-141\% {
    right: -141%;
  }
  .mobile-l\:r\+141\% {
    right: 141%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-142vw {
    top: -142vw;
  }
  .mobile-l\:t\+142vw {
    top: 142vw;
  }
  .mobile-l\:t-142\% {
    top: -142%;
  }
  .mobile-l\:t\+142\% {
    top: 142%;
  }
  .mobile-l\:b-142vw {
    bottom: -142vw;
  }
  .mobile-l\:b\+142vw {
    bottom: 142vw;
  }
  .mobile-l\:b-142\% {
    bottom: -142%;
  }
  .mobile-l\:b\+142\% {
    bottom: 142%;
  }
  .mobile-l\:l-142vw {
    left: -142vw;
  }
  .mobile-l\:l\+142vw {
    left: 142vw;
  }
  .mobile-l\:l-142\% {
    left: -142%;
  }
  .mobile-l\:l\+142\% {
    left: 142%;
  }
  .mobile-l\:r-142vw {
    right: -142vw;
  }
  .mobile-l\:r\+142vw {
    right: 142vw;
  }
  .mobile-l\:r-142\% {
    right: -142%;
  }
  .mobile-l\:r\+142\% {
    right: 142%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-143vw {
    top: -143vw;
  }
  .mobile-l\:t\+143vw {
    top: 143vw;
  }
  .mobile-l\:t-143\% {
    top: -143%;
  }
  .mobile-l\:t\+143\% {
    top: 143%;
  }
  .mobile-l\:b-143vw {
    bottom: -143vw;
  }
  .mobile-l\:b\+143vw {
    bottom: 143vw;
  }
  .mobile-l\:b-143\% {
    bottom: -143%;
  }
  .mobile-l\:b\+143\% {
    bottom: 143%;
  }
  .mobile-l\:l-143vw {
    left: -143vw;
  }
  .mobile-l\:l\+143vw {
    left: 143vw;
  }
  .mobile-l\:l-143\% {
    left: -143%;
  }
  .mobile-l\:l\+143\% {
    left: 143%;
  }
  .mobile-l\:r-143vw {
    right: -143vw;
  }
  .mobile-l\:r\+143vw {
    right: 143vw;
  }
  .mobile-l\:r-143\% {
    right: -143%;
  }
  .mobile-l\:r\+143\% {
    right: 143%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-144vw {
    top: -144vw;
  }
  .mobile-l\:t\+144vw {
    top: 144vw;
  }
  .mobile-l\:t-144\% {
    top: -144%;
  }
  .mobile-l\:t\+144\% {
    top: 144%;
  }
  .mobile-l\:b-144vw {
    bottom: -144vw;
  }
  .mobile-l\:b\+144vw {
    bottom: 144vw;
  }
  .mobile-l\:b-144\% {
    bottom: -144%;
  }
  .mobile-l\:b\+144\% {
    bottom: 144%;
  }
  .mobile-l\:l-144vw {
    left: -144vw;
  }
  .mobile-l\:l\+144vw {
    left: 144vw;
  }
  .mobile-l\:l-144\% {
    left: -144%;
  }
  .mobile-l\:l\+144\% {
    left: 144%;
  }
  .mobile-l\:r-144vw {
    right: -144vw;
  }
  .mobile-l\:r\+144vw {
    right: 144vw;
  }
  .mobile-l\:r-144\% {
    right: -144%;
  }
  .mobile-l\:r\+144\% {
    right: 144%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-145vw {
    top: -145vw;
  }
  .mobile-l\:t\+145vw {
    top: 145vw;
  }
  .mobile-l\:t-145\% {
    top: -145%;
  }
  .mobile-l\:t\+145\% {
    top: 145%;
  }
  .mobile-l\:b-145vw {
    bottom: -145vw;
  }
  .mobile-l\:b\+145vw {
    bottom: 145vw;
  }
  .mobile-l\:b-145\% {
    bottom: -145%;
  }
  .mobile-l\:b\+145\% {
    bottom: 145%;
  }
  .mobile-l\:l-145vw {
    left: -145vw;
  }
  .mobile-l\:l\+145vw {
    left: 145vw;
  }
  .mobile-l\:l-145\% {
    left: -145%;
  }
  .mobile-l\:l\+145\% {
    left: 145%;
  }
  .mobile-l\:r-145vw {
    right: -145vw;
  }
  .mobile-l\:r\+145vw {
    right: 145vw;
  }
  .mobile-l\:r-145\% {
    right: -145%;
  }
  .mobile-l\:r\+145\% {
    right: 145%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-146vw {
    top: -146vw;
  }
  .mobile-l\:t\+146vw {
    top: 146vw;
  }
  .mobile-l\:t-146\% {
    top: -146%;
  }
  .mobile-l\:t\+146\% {
    top: 146%;
  }
  .mobile-l\:b-146vw {
    bottom: -146vw;
  }
  .mobile-l\:b\+146vw {
    bottom: 146vw;
  }
  .mobile-l\:b-146\% {
    bottom: -146%;
  }
  .mobile-l\:b\+146\% {
    bottom: 146%;
  }
  .mobile-l\:l-146vw {
    left: -146vw;
  }
  .mobile-l\:l\+146vw {
    left: 146vw;
  }
  .mobile-l\:l-146\% {
    left: -146%;
  }
  .mobile-l\:l\+146\% {
    left: 146%;
  }
  .mobile-l\:r-146vw {
    right: -146vw;
  }
  .mobile-l\:r\+146vw {
    right: 146vw;
  }
  .mobile-l\:r-146\% {
    right: -146%;
  }
  .mobile-l\:r\+146\% {
    right: 146%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-147vw {
    top: -147vw;
  }
  .mobile-l\:t\+147vw {
    top: 147vw;
  }
  .mobile-l\:t-147\% {
    top: -147%;
  }
  .mobile-l\:t\+147\% {
    top: 147%;
  }
  .mobile-l\:b-147vw {
    bottom: -147vw;
  }
  .mobile-l\:b\+147vw {
    bottom: 147vw;
  }
  .mobile-l\:b-147\% {
    bottom: -147%;
  }
  .mobile-l\:b\+147\% {
    bottom: 147%;
  }
  .mobile-l\:l-147vw {
    left: -147vw;
  }
  .mobile-l\:l\+147vw {
    left: 147vw;
  }
  .mobile-l\:l-147\% {
    left: -147%;
  }
  .mobile-l\:l\+147\% {
    left: 147%;
  }
  .mobile-l\:r-147vw {
    right: -147vw;
  }
  .mobile-l\:r\+147vw {
    right: 147vw;
  }
  .mobile-l\:r-147\% {
    right: -147%;
  }
  .mobile-l\:r\+147\% {
    right: 147%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-148vw {
    top: -148vw;
  }
  .mobile-l\:t\+148vw {
    top: 148vw;
  }
  .mobile-l\:t-148\% {
    top: -148%;
  }
  .mobile-l\:t\+148\% {
    top: 148%;
  }
  .mobile-l\:b-148vw {
    bottom: -148vw;
  }
  .mobile-l\:b\+148vw {
    bottom: 148vw;
  }
  .mobile-l\:b-148\% {
    bottom: -148%;
  }
  .mobile-l\:b\+148\% {
    bottom: 148%;
  }
  .mobile-l\:l-148vw {
    left: -148vw;
  }
  .mobile-l\:l\+148vw {
    left: 148vw;
  }
  .mobile-l\:l-148\% {
    left: -148%;
  }
  .mobile-l\:l\+148\% {
    left: 148%;
  }
  .mobile-l\:r-148vw {
    right: -148vw;
  }
  .mobile-l\:r\+148vw {
    right: 148vw;
  }
  .mobile-l\:r-148\% {
    right: -148%;
  }
  .mobile-l\:r\+148\% {
    right: 148%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-149vw {
    top: -149vw;
  }
  .mobile-l\:t\+149vw {
    top: 149vw;
  }
  .mobile-l\:t-149\% {
    top: -149%;
  }
  .mobile-l\:t\+149\% {
    top: 149%;
  }
  .mobile-l\:b-149vw {
    bottom: -149vw;
  }
  .mobile-l\:b\+149vw {
    bottom: 149vw;
  }
  .mobile-l\:b-149\% {
    bottom: -149%;
  }
  .mobile-l\:b\+149\% {
    bottom: 149%;
  }
  .mobile-l\:l-149vw {
    left: -149vw;
  }
  .mobile-l\:l\+149vw {
    left: 149vw;
  }
  .mobile-l\:l-149\% {
    left: -149%;
  }
  .mobile-l\:l\+149\% {
    left: 149%;
  }
  .mobile-l\:r-149vw {
    right: -149vw;
  }
  .mobile-l\:r\+149vw {
    right: 149vw;
  }
  .mobile-l\:r-149\% {
    right: -149%;
  }
  .mobile-l\:r\+149\% {
    right: 149%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-150vw {
    top: -150vw;
  }
  .mobile-l\:t\+150vw {
    top: 150vw;
  }
  .mobile-l\:t-150\% {
    top: -150%;
  }
  .mobile-l\:t\+150\% {
    top: 150%;
  }
  .mobile-l\:b-150vw {
    bottom: -150vw;
  }
  .mobile-l\:b\+150vw {
    bottom: 150vw;
  }
  .mobile-l\:b-150\% {
    bottom: -150%;
  }
  .mobile-l\:b\+150\% {
    bottom: 150%;
  }
  .mobile-l\:l-150vw {
    left: -150vw;
  }
  .mobile-l\:l\+150vw {
    left: 150vw;
  }
  .mobile-l\:l-150\% {
    left: -150%;
  }
  .mobile-l\:l\+150\% {
    left: 150%;
  }
  .mobile-l\:r-150vw {
    right: -150vw;
  }
  .mobile-l\:r\+150vw {
    right: 150vw;
  }
  .mobile-l\:r-150\% {
    right: -150%;
  }
  .mobile-l\:r\+150\% {
    right: 150%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-151vw {
    top: -151vw;
  }
  .mobile-l\:t\+151vw {
    top: 151vw;
  }
  .mobile-l\:t-151\% {
    top: -151%;
  }
  .mobile-l\:t\+151\% {
    top: 151%;
  }
  .mobile-l\:b-151vw {
    bottom: -151vw;
  }
  .mobile-l\:b\+151vw {
    bottom: 151vw;
  }
  .mobile-l\:b-151\% {
    bottom: -151%;
  }
  .mobile-l\:b\+151\% {
    bottom: 151%;
  }
  .mobile-l\:l-151vw {
    left: -151vw;
  }
  .mobile-l\:l\+151vw {
    left: 151vw;
  }
  .mobile-l\:l-151\% {
    left: -151%;
  }
  .mobile-l\:l\+151\% {
    left: 151%;
  }
  .mobile-l\:r-151vw {
    right: -151vw;
  }
  .mobile-l\:r\+151vw {
    right: 151vw;
  }
  .mobile-l\:r-151\% {
    right: -151%;
  }
  .mobile-l\:r\+151\% {
    right: 151%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-152vw {
    top: -152vw;
  }
  .mobile-l\:t\+152vw {
    top: 152vw;
  }
  .mobile-l\:t-152\% {
    top: -152%;
  }
  .mobile-l\:t\+152\% {
    top: 152%;
  }
  .mobile-l\:b-152vw {
    bottom: -152vw;
  }
  .mobile-l\:b\+152vw {
    bottom: 152vw;
  }
  .mobile-l\:b-152\% {
    bottom: -152%;
  }
  .mobile-l\:b\+152\% {
    bottom: 152%;
  }
  .mobile-l\:l-152vw {
    left: -152vw;
  }
  .mobile-l\:l\+152vw {
    left: 152vw;
  }
  .mobile-l\:l-152\% {
    left: -152%;
  }
  .mobile-l\:l\+152\% {
    left: 152%;
  }
  .mobile-l\:r-152vw {
    right: -152vw;
  }
  .mobile-l\:r\+152vw {
    right: 152vw;
  }
  .mobile-l\:r-152\% {
    right: -152%;
  }
  .mobile-l\:r\+152\% {
    right: 152%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-153vw {
    top: -153vw;
  }
  .mobile-l\:t\+153vw {
    top: 153vw;
  }
  .mobile-l\:t-153\% {
    top: -153%;
  }
  .mobile-l\:t\+153\% {
    top: 153%;
  }
  .mobile-l\:b-153vw {
    bottom: -153vw;
  }
  .mobile-l\:b\+153vw {
    bottom: 153vw;
  }
  .mobile-l\:b-153\% {
    bottom: -153%;
  }
  .mobile-l\:b\+153\% {
    bottom: 153%;
  }
  .mobile-l\:l-153vw {
    left: -153vw;
  }
  .mobile-l\:l\+153vw {
    left: 153vw;
  }
  .mobile-l\:l-153\% {
    left: -153%;
  }
  .mobile-l\:l\+153\% {
    left: 153%;
  }
  .mobile-l\:r-153vw {
    right: -153vw;
  }
  .mobile-l\:r\+153vw {
    right: 153vw;
  }
  .mobile-l\:r-153\% {
    right: -153%;
  }
  .mobile-l\:r\+153\% {
    right: 153%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-154vw {
    top: -154vw;
  }
  .mobile-l\:t\+154vw {
    top: 154vw;
  }
  .mobile-l\:t-154\% {
    top: -154%;
  }
  .mobile-l\:t\+154\% {
    top: 154%;
  }
  .mobile-l\:b-154vw {
    bottom: -154vw;
  }
  .mobile-l\:b\+154vw {
    bottom: 154vw;
  }
  .mobile-l\:b-154\% {
    bottom: -154%;
  }
  .mobile-l\:b\+154\% {
    bottom: 154%;
  }
  .mobile-l\:l-154vw {
    left: -154vw;
  }
  .mobile-l\:l\+154vw {
    left: 154vw;
  }
  .mobile-l\:l-154\% {
    left: -154%;
  }
  .mobile-l\:l\+154\% {
    left: 154%;
  }
  .mobile-l\:r-154vw {
    right: -154vw;
  }
  .mobile-l\:r\+154vw {
    right: 154vw;
  }
  .mobile-l\:r-154\% {
    right: -154%;
  }
  .mobile-l\:r\+154\% {
    right: 154%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-155vw {
    top: -155vw;
  }
  .mobile-l\:t\+155vw {
    top: 155vw;
  }
  .mobile-l\:t-155\% {
    top: -155%;
  }
  .mobile-l\:t\+155\% {
    top: 155%;
  }
  .mobile-l\:b-155vw {
    bottom: -155vw;
  }
  .mobile-l\:b\+155vw {
    bottom: 155vw;
  }
  .mobile-l\:b-155\% {
    bottom: -155%;
  }
  .mobile-l\:b\+155\% {
    bottom: 155%;
  }
  .mobile-l\:l-155vw {
    left: -155vw;
  }
  .mobile-l\:l\+155vw {
    left: 155vw;
  }
  .mobile-l\:l-155\% {
    left: -155%;
  }
  .mobile-l\:l\+155\% {
    left: 155%;
  }
  .mobile-l\:r-155vw {
    right: -155vw;
  }
  .mobile-l\:r\+155vw {
    right: 155vw;
  }
  .mobile-l\:r-155\% {
    right: -155%;
  }
  .mobile-l\:r\+155\% {
    right: 155%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-156vw {
    top: -156vw;
  }
  .mobile-l\:t\+156vw {
    top: 156vw;
  }
  .mobile-l\:t-156\% {
    top: -156%;
  }
  .mobile-l\:t\+156\% {
    top: 156%;
  }
  .mobile-l\:b-156vw {
    bottom: -156vw;
  }
  .mobile-l\:b\+156vw {
    bottom: 156vw;
  }
  .mobile-l\:b-156\% {
    bottom: -156%;
  }
  .mobile-l\:b\+156\% {
    bottom: 156%;
  }
  .mobile-l\:l-156vw {
    left: -156vw;
  }
  .mobile-l\:l\+156vw {
    left: 156vw;
  }
  .mobile-l\:l-156\% {
    left: -156%;
  }
  .mobile-l\:l\+156\% {
    left: 156%;
  }
  .mobile-l\:r-156vw {
    right: -156vw;
  }
  .mobile-l\:r\+156vw {
    right: 156vw;
  }
  .mobile-l\:r-156\% {
    right: -156%;
  }
  .mobile-l\:r\+156\% {
    right: 156%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-157vw {
    top: -157vw;
  }
  .mobile-l\:t\+157vw {
    top: 157vw;
  }
  .mobile-l\:t-157\% {
    top: -157%;
  }
  .mobile-l\:t\+157\% {
    top: 157%;
  }
  .mobile-l\:b-157vw {
    bottom: -157vw;
  }
  .mobile-l\:b\+157vw {
    bottom: 157vw;
  }
  .mobile-l\:b-157\% {
    bottom: -157%;
  }
  .mobile-l\:b\+157\% {
    bottom: 157%;
  }
  .mobile-l\:l-157vw {
    left: -157vw;
  }
  .mobile-l\:l\+157vw {
    left: 157vw;
  }
  .mobile-l\:l-157\% {
    left: -157%;
  }
  .mobile-l\:l\+157\% {
    left: 157%;
  }
  .mobile-l\:r-157vw {
    right: -157vw;
  }
  .mobile-l\:r\+157vw {
    right: 157vw;
  }
  .mobile-l\:r-157\% {
    right: -157%;
  }
  .mobile-l\:r\+157\% {
    right: 157%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-158vw {
    top: -158vw;
  }
  .mobile-l\:t\+158vw {
    top: 158vw;
  }
  .mobile-l\:t-158\% {
    top: -158%;
  }
  .mobile-l\:t\+158\% {
    top: 158%;
  }
  .mobile-l\:b-158vw {
    bottom: -158vw;
  }
  .mobile-l\:b\+158vw {
    bottom: 158vw;
  }
  .mobile-l\:b-158\% {
    bottom: -158%;
  }
  .mobile-l\:b\+158\% {
    bottom: 158%;
  }
  .mobile-l\:l-158vw {
    left: -158vw;
  }
  .mobile-l\:l\+158vw {
    left: 158vw;
  }
  .mobile-l\:l-158\% {
    left: -158%;
  }
  .mobile-l\:l\+158\% {
    left: 158%;
  }
  .mobile-l\:r-158vw {
    right: -158vw;
  }
  .mobile-l\:r\+158vw {
    right: 158vw;
  }
  .mobile-l\:r-158\% {
    right: -158%;
  }
  .mobile-l\:r\+158\% {
    right: 158%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-159vw {
    top: -159vw;
  }
  .mobile-l\:t\+159vw {
    top: 159vw;
  }
  .mobile-l\:t-159\% {
    top: -159%;
  }
  .mobile-l\:t\+159\% {
    top: 159%;
  }
  .mobile-l\:b-159vw {
    bottom: -159vw;
  }
  .mobile-l\:b\+159vw {
    bottom: 159vw;
  }
  .mobile-l\:b-159\% {
    bottom: -159%;
  }
  .mobile-l\:b\+159\% {
    bottom: 159%;
  }
  .mobile-l\:l-159vw {
    left: -159vw;
  }
  .mobile-l\:l\+159vw {
    left: 159vw;
  }
  .mobile-l\:l-159\% {
    left: -159%;
  }
  .mobile-l\:l\+159\% {
    left: 159%;
  }
  .mobile-l\:r-159vw {
    right: -159vw;
  }
  .mobile-l\:r\+159vw {
    right: 159vw;
  }
  .mobile-l\:r-159\% {
    right: -159%;
  }
  .mobile-l\:r\+159\% {
    right: 159%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-160vw {
    top: -160vw;
  }
  .mobile-l\:t\+160vw {
    top: 160vw;
  }
  .mobile-l\:t-160\% {
    top: -160%;
  }
  .mobile-l\:t\+160\% {
    top: 160%;
  }
  .mobile-l\:b-160vw {
    bottom: -160vw;
  }
  .mobile-l\:b\+160vw {
    bottom: 160vw;
  }
  .mobile-l\:b-160\% {
    bottom: -160%;
  }
  .mobile-l\:b\+160\% {
    bottom: 160%;
  }
  .mobile-l\:l-160vw {
    left: -160vw;
  }
  .mobile-l\:l\+160vw {
    left: 160vw;
  }
  .mobile-l\:l-160\% {
    left: -160%;
  }
  .mobile-l\:l\+160\% {
    left: 160%;
  }
  .mobile-l\:r-160vw {
    right: -160vw;
  }
  .mobile-l\:r\+160vw {
    right: 160vw;
  }
  .mobile-l\:r-160\% {
    right: -160%;
  }
  .mobile-l\:r\+160\% {
    right: 160%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-161vw {
    top: -161vw;
  }
  .mobile-l\:t\+161vw {
    top: 161vw;
  }
  .mobile-l\:t-161\% {
    top: -161%;
  }
  .mobile-l\:t\+161\% {
    top: 161%;
  }
  .mobile-l\:b-161vw {
    bottom: -161vw;
  }
  .mobile-l\:b\+161vw {
    bottom: 161vw;
  }
  .mobile-l\:b-161\% {
    bottom: -161%;
  }
  .mobile-l\:b\+161\% {
    bottom: 161%;
  }
  .mobile-l\:l-161vw {
    left: -161vw;
  }
  .mobile-l\:l\+161vw {
    left: 161vw;
  }
  .mobile-l\:l-161\% {
    left: -161%;
  }
  .mobile-l\:l\+161\% {
    left: 161%;
  }
  .mobile-l\:r-161vw {
    right: -161vw;
  }
  .mobile-l\:r\+161vw {
    right: 161vw;
  }
  .mobile-l\:r-161\% {
    right: -161%;
  }
  .mobile-l\:r\+161\% {
    right: 161%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-162vw {
    top: -162vw;
  }
  .mobile-l\:t\+162vw {
    top: 162vw;
  }
  .mobile-l\:t-162\% {
    top: -162%;
  }
  .mobile-l\:t\+162\% {
    top: 162%;
  }
  .mobile-l\:b-162vw {
    bottom: -162vw;
  }
  .mobile-l\:b\+162vw {
    bottom: 162vw;
  }
  .mobile-l\:b-162\% {
    bottom: -162%;
  }
  .mobile-l\:b\+162\% {
    bottom: 162%;
  }
  .mobile-l\:l-162vw {
    left: -162vw;
  }
  .mobile-l\:l\+162vw {
    left: 162vw;
  }
  .mobile-l\:l-162\% {
    left: -162%;
  }
  .mobile-l\:l\+162\% {
    left: 162%;
  }
  .mobile-l\:r-162vw {
    right: -162vw;
  }
  .mobile-l\:r\+162vw {
    right: 162vw;
  }
  .mobile-l\:r-162\% {
    right: -162%;
  }
  .mobile-l\:r\+162\% {
    right: 162%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-163vw {
    top: -163vw;
  }
  .mobile-l\:t\+163vw {
    top: 163vw;
  }
  .mobile-l\:t-163\% {
    top: -163%;
  }
  .mobile-l\:t\+163\% {
    top: 163%;
  }
  .mobile-l\:b-163vw {
    bottom: -163vw;
  }
  .mobile-l\:b\+163vw {
    bottom: 163vw;
  }
  .mobile-l\:b-163\% {
    bottom: -163%;
  }
  .mobile-l\:b\+163\% {
    bottom: 163%;
  }
  .mobile-l\:l-163vw {
    left: -163vw;
  }
  .mobile-l\:l\+163vw {
    left: 163vw;
  }
  .mobile-l\:l-163\% {
    left: -163%;
  }
  .mobile-l\:l\+163\% {
    left: 163%;
  }
  .mobile-l\:r-163vw {
    right: -163vw;
  }
  .mobile-l\:r\+163vw {
    right: 163vw;
  }
  .mobile-l\:r-163\% {
    right: -163%;
  }
  .mobile-l\:r\+163\% {
    right: 163%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-164vw {
    top: -164vw;
  }
  .mobile-l\:t\+164vw {
    top: 164vw;
  }
  .mobile-l\:t-164\% {
    top: -164%;
  }
  .mobile-l\:t\+164\% {
    top: 164%;
  }
  .mobile-l\:b-164vw {
    bottom: -164vw;
  }
  .mobile-l\:b\+164vw {
    bottom: 164vw;
  }
  .mobile-l\:b-164\% {
    bottom: -164%;
  }
  .mobile-l\:b\+164\% {
    bottom: 164%;
  }
  .mobile-l\:l-164vw {
    left: -164vw;
  }
  .mobile-l\:l\+164vw {
    left: 164vw;
  }
  .mobile-l\:l-164\% {
    left: -164%;
  }
  .mobile-l\:l\+164\% {
    left: 164%;
  }
  .mobile-l\:r-164vw {
    right: -164vw;
  }
  .mobile-l\:r\+164vw {
    right: 164vw;
  }
  .mobile-l\:r-164\% {
    right: -164%;
  }
  .mobile-l\:r\+164\% {
    right: 164%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-165vw {
    top: -165vw;
  }
  .mobile-l\:t\+165vw {
    top: 165vw;
  }
  .mobile-l\:t-165\% {
    top: -165%;
  }
  .mobile-l\:t\+165\% {
    top: 165%;
  }
  .mobile-l\:b-165vw {
    bottom: -165vw;
  }
  .mobile-l\:b\+165vw {
    bottom: 165vw;
  }
  .mobile-l\:b-165\% {
    bottom: -165%;
  }
  .mobile-l\:b\+165\% {
    bottom: 165%;
  }
  .mobile-l\:l-165vw {
    left: -165vw;
  }
  .mobile-l\:l\+165vw {
    left: 165vw;
  }
  .mobile-l\:l-165\% {
    left: -165%;
  }
  .mobile-l\:l\+165\% {
    left: 165%;
  }
  .mobile-l\:r-165vw {
    right: -165vw;
  }
  .mobile-l\:r\+165vw {
    right: 165vw;
  }
  .mobile-l\:r-165\% {
    right: -165%;
  }
  .mobile-l\:r\+165\% {
    right: 165%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-166vw {
    top: -166vw;
  }
  .mobile-l\:t\+166vw {
    top: 166vw;
  }
  .mobile-l\:t-166\% {
    top: -166%;
  }
  .mobile-l\:t\+166\% {
    top: 166%;
  }
  .mobile-l\:b-166vw {
    bottom: -166vw;
  }
  .mobile-l\:b\+166vw {
    bottom: 166vw;
  }
  .mobile-l\:b-166\% {
    bottom: -166%;
  }
  .mobile-l\:b\+166\% {
    bottom: 166%;
  }
  .mobile-l\:l-166vw {
    left: -166vw;
  }
  .mobile-l\:l\+166vw {
    left: 166vw;
  }
  .mobile-l\:l-166\% {
    left: -166%;
  }
  .mobile-l\:l\+166\% {
    left: 166%;
  }
  .mobile-l\:r-166vw {
    right: -166vw;
  }
  .mobile-l\:r\+166vw {
    right: 166vw;
  }
  .mobile-l\:r-166\% {
    right: -166%;
  }
  .mobile-l\:r\+166\% {
    right: 166%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-167vw {
    top: -167vw;
  }
  .mobile-l\:t\+167vw {
    top: 167vw;
  }
  .mobile-l\:t-167\% {
    top: -167%;
  }
  .mobile-l\:t\+167\% {
    top: 167%;
  }
  .mobile-l\:b-167vw {
    bottom: -167vw;
  }
  .mobile-l\:b\+167vw {
    bottom: 167vw;
  }
  .mobile-l\:b-167\% {
    bottom: -167%;
  }
  .mobile-l\:b\+167\% {
    bottom: 167%;
  }
  .mobile-l\:l-167vw {
    left: -167vw;
  }
  .mobile-l\:l\+167vw {
    left: 167vw;
  }
  .mobile-l\:l-167\% {
    left: -167%;
  }
  .mobile-l\:l\+167\% {
    left: 167%;
  }
  .mobile-l\:r-167vw {
    right: -167vw;
  }
  .mobile-l\:r\+167vw {
    right: 167vw;
  }
  .mobile-l\:r-167\% {
    right: -167%;
  }
  .mobile-l\:r\+167\% {
    right: 167%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-168vw {
    top: -168vw;
  }
  .mobile-l\:t\+168vw {
    top: 168vw;
  }
  .mobile-l\:t-168\% {
    top: -168%;
  }
  .mobile-l\:t\+168\% {
    top: 168%;
  }
  .mobile-l\:b-168vw {
    bottom: -168vw;
  }
  .mobile-l\:b\+168vw {
    bottom: 168vw;
  }
  .mobile-l\:b-168\% {
    bottom: -168%;
  }
  .mobile-l\:b\+168\% {
    bottom: 168%;
  }
  .mobile-l\:l-168vw {
    left: -168vw;
  }
  .mobile-l\:l\+168vw {
    left: 168vw;
  }
  .mobile-l\:l-168\% {
    left: -168%;
  }
  .mobile-l\:l\+168\% {
    left: 168%;
  }
  .mobile-l\:r-168vw {
    right: -168vw;
  }
  .mobile-l\:r\+168vw {
    right: 168vw;
  }
  .mobile-l\:r-168\% {
    right: -168%;
  }
  .mobile-l\:r\+168\% {
    right: 168%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-169vw {
    top: -169vw;
  }
  .mobile-l\:t\+169vw {
    top: 169vw;
  }
  .mobile-l\:t-169\% {
    top: -169%;
  }
  .mobile-l\:t\+169\% {
    top: 169%;
  }
  .mobile-l\:b-169vw {
    bottom: -169vw;
  }
  .mobile-l\:b\+169vw {
    bottom: 169vw;
  }
  .mobile-l\:b-169\% {
    bottom: -169%;
  }
  .mobile-l\:b\+169\% {
    bottom: 169%;
  }
  .mobile-l\:l-169vw {
    left: -169vw;
  }
  .mobile-l\:l\+169vw {
    left: 169vw;
  }
  .mobile-l\:l-169\% {
    left: -169%;
  }
  .mobile-l\:l\+169\% {
    left: 169%;
  }
  .mobile-l\:r-169vw {
    right: -169vw;
  }
  .mobile-l\:r\+169vw {
    right: 169vw;
  }
  .mobile-l\:r-169\% {
    right: -169%;
  }
  .mobile-l\:r\+169\% {
    right: 169%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-170vw {
    top: -170vw;
  }
  .mobile-l\:t\+170vw {
    top: 170vw;
  }
  .mobile-l\:t-170\% {
    top: -170%;
  }
  .mobile-l\:t\+170\% {
    top: 170%;
  }
  .mobile-l\:b-170vw {
    bottom: -170vw;
  }
  .mobile-l\:b\+170vw {
    bottom: 170vw;
  }
  .mobile-l\:b-170\% {
    bottom: -170%;
  }
  .mobile-l\:b\+170\% {
    bottom: 170%;
  }
  .mobile-l\:l-170vw {
    left: -170vw;
  }
  .mobile-l\:l\+170vw {
    left: 170vw;
  }
  .mobile-l\:l-170\% {
    left: -170%;
  }
  .mobile-l\:l\+170\% {
    left: 170%;
  }
  .mobile-l\:r-170vw {
    right: -170vw;
  }
  .mobile-l\:r\+170vw {
    right: 170vw;
  }
  .mobile-l\:r-170\% {
    right: -170%;
  }
  .mobile-l\:r\+170\% {
    right: 170%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-171vw {
    top: -171vw;
  }
  .mobile-l\:t\+171vw {
    top: 171vw;
  }
  .mobile-l\:t-171\% {
    top: -171%;
  }
  .mobile-l\:t\+171\% {
    top: 171%;
  }
  .mobile-l\:b-171vw {
    bottom: -171vw;
  }
  .mobile-l\:b\+171vw {
    bottom: 171vw;
  }
  .mobile-l\:b-171\% {
    bottom: -171%;
  }
  .mobile-l\:b\+171\% {
    bottom: 171%;
  }
  .mobile-l\:l-171vw {
    left: -171vw;
  }
  .mobile-l\:l\+171vw {
    left: 171vw;
  }
  .mobile-l\:l-171\% {
    left: -171%;
  }
  .mobile-l\:l\+171\% {
    left: 171%;
  }
  .mobile-l\:r-171vw {
    right: -171vw;
  }
  .mobile-l\:r\+171vw {
    right: 171vw;
  }
  .mobile-l\:r-171\% {
    right: -171%;
  }
  .mobile-l\:r\+171\% {
    right: 171%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-172vw {
    top: -172vw;
  }
  .mobile-l\:t\+172vw {
    top: 172vw;
  }
  .mobile-l\:t-172\% {
    top: -172%;
  }
  .mobile-l\:t\+172\% {
    top: 172%;
  }
  .mobile-l\:b-172vw {
    bottom: -172vw;
  }
  .mobile-l\:b\+172vw {
    bottom: 172vw;
  }
  .mobile-l\:b-172\% {
    bottom: -172%;
  }
  .mobile-l\:b\+172\% {
    bottom: 172%;
  }
  .mobile-l\:l-172vw {
    left: -172vw;
  }
  .mobile-l\:l\+172vw {
    left: 172vw;
  }
  .mobile-l\:l-172\% {
    left: -172%;
  }
  .mobile-l\:l\+172\% {
    left: 172%;
  }
  .mobile-l\:r-172vw {
    right: -172vw;
  }
  .mobile-l\:r\+172vw {
    right: 172vw;
  }
  .mobile-l\:r-172\% {
    right: -172%;
  }
  .mobile-l\:r\+172\% {
    right: 172%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-173vw {
    top: -173vw;
  }
  .mobile-l\:t\+173vw {
    top: 173vw;
  }
  .mobile-l\:t-173\% {
    top: -173%;
  }
  .mobile-l\:t\+173\% {
    top: 173%;
  }
  .mobile-l\:b-173vw {
    bottom: -173vw;
  }
  .mobile-l\:b\+173vw {
    bottom: 173vw;
  }
  .mobile-l\:b-173\% {
    bottom: -173%;
  }
  .mobile-l\:b\+173\% {
    bottom: 173%;
  }
  .mobile-l\:l-173vw {
    left: -173vw;
  }
  .mobile-l\:l\+173vw {
    left: 173vw;
  }
  .mobile-l\:l-173\% {
    left: -173%;
  }
  .mobile-l\:l\+173\% {
    left: 173%;
  }
  .mobile-l\:r-173vw {
    right: -173vw;
  }
  .mobile-l\:r\+173vw {
    right: 173vw;
  }
  .mobile-l\:r-173\% {
    right: -173%;
  }
  .mobile-l\:r\+173\% {
    right: 173%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-174vw {
    top: -174vw;
  }
  .mobile-l\:t\+174vw {
    top: 174vw;
  }
  .mobile-l\:t-174\% {
    top: -174%;
  }
  .mobile-l\:t\+174\% {
    top: 174%;
  }
  .mobile-l\:b-174vw {
    bottom: -174vw;
  }
  .mobile-l\:b\+174vw {
    bottom: 174vw;
  }
  .mobile-l\:b-174\% {
    bottom: -174%;
  }
  .mobile-l\:b\+174\% {
    bottom: 174%;
  }
  .mobile-l\:l-174vw {
    left: -174vw;
  }
  .mobile-l\:l\+174vw {
    left: 174vw;
  }
  .mobile-l\:l-174\% {
    left: -174%;
  }
  .mobile-l\:l\+174\% {
    left: 174%;
  }
  .mobile-l\:r-174vw {
    right: -174vw;
  }
  .mobile-l\:r\+174vw {
    right: 174vw;
  }
  .mobile-l\:r-174\% {
    right: -174%;
  }
  .mobile-l\:r\+174\% {
    right: 174%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-175vw {
    top: -175vw;
  }
  .mobile-l\:t\+175vw {
    top: 175vw;
  }
  .mobile-l\:t-175\% {
    top: -175%;
  }
  .mobile-l\:t\+175\% {
    top: 175%;
  }
  .mobile-l\:b-175vw {
    bottom: -175vw;
  }
  .mobile-l\:b\+175vw {
    bottom: 175vw;
  }
  .mobile-l\:b-175\% {
    bottom: -175%;
  }
  .mobile-l\:b\+175\% {
    bottom: 175%;
  }
  .mobile-l\:l-175vw {
    left: -175vw;
  }
  .mobile-l\:l\+175vw {
    left: 175vw;
  }
  .mobile-l\:l-175\% {
    left: -175%;
  }
  .mobile-l\:l\+175\% {
    left: 175%;
  }
  .mobile-l\:r-175vw {
    right: -175vw;
  }
  .mobile-l\:r\+175vw {
    right: 175vw;
  }
  .mobile-l\:r-175\% {
    right: -175%;
  }
  .mobile-l\:r\+175\% {
    right: 175%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-176vw {
    top: -176vw;
  }
  .mobile-l\:t\+176vw {
    top: 176vw;
  }
  .mobile-l\:t-176\% {
    top: -176%;
  }
  .mobile-l\:t\+176\% {
    top: 176%;
  }
  .mobile-l\:b-176vw {
    bottom: -176vw;
  }
  .mobile-l\:b\+176vw {
    bottom: 176vw;
  }
  .mobile-l\:b-176\% {
    bottom: -176%;
  }
  .mobile-l\:b\+176\% {
    bottom: 176%;
  }
  .mobile-l\:l-176vw {
    left: -176vw;
  }
  .mobile-l\:l\+176vw {
    left: 176vw;
  }
  .mobile-l\:l-176\% {
    left: -176%;
  }
  .mobile-l\:l\+176\% {
    left: 176%;
  }
  .mobile-l\:r-176vw {
    right: -176vw;
  }
  .mobile-l\:r\+176vw {
    right: 176vw;
  }
  .mobile-l\:r-176\% {
    right: -176%;
  }
  .mobile-l\:r\+176\% {
    right: 176%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-177vw {
    top: -177vw;
  }
  .mobile-l\:t\+177vw {
    top: 177vw;
  }
  .mobile-l\:t-177\% {
    top: -177%;
  }
  .mobile-l\:t\+177\% {
    top: 177%;
  }
  .mobile-l\:b-177vw {
    bottom: -177vw;
  }
  .mobile-l\:b\+177vw {
    bottom: 177vw;
  }
  .mobile-l\:b-177\% {
    bottom: -177%;
  }
  .mobile-l\:b\+177\% {
    bottom: 177%;
  }
  .mobile-l\:l-177vw {
    left: -177vw;
  }
  .mobile-l\:l\+177vw {
    left: 177vw;
  }
  .mobile-l\:l-177\% {
    left: -177%;
  }
  .mobile-l\:l\+177\% {
    left: 177%;
  }
  .mobile-l\:r-177vw {
    right: -177vw;
  }
  .mobile-l\:r\+177vw {
    right: 177vw;
  }
  .mobile-l\:r-177\% {
    right: -177%;
  }
  .mobile-l\:r\+177\% {
    right: 177%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-178vw {
    top: -178vw;
  }
  .mobile-l\:t\+178vw {
    top: 178vw;
  }
  .mobile-l\:t-178\% {
    top: -178%;
  }
  .mobile-l\:t\+178\% {
    top: 178%;
  }
  .mobile-l\:b-178vw {
    bottom: -178vw;
  }
  .mobile-l\:b\+178vw {
    bottom: 178vw;
  }
  .mobile-l\:b-178\% {
    bottom: -178%;
  }
  .mobile-l\:b\+178\% {
    bottom: 178%;
  }
  .mobile-l\:l-178vw {
    left: -178vw;
  }
  .mobile-l\:l\+178vw {
    left: 178vw;
  }
  .mobile-l\:l-178\% {
    left: -178%;
  }
  .mobile-l\:l\+178\% {
    left: 178%;
  }
  .mobile-l\:r-178vw {
    right: -178vw;
  }
  .mobile-l\:r\+178vw {
    right: 178vw;
  }
  .mobile-l\:r-178\% {
    right: -178%;
  }
  .mobile-l\:r\+178\% {
    right: 178%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-179vw {
    top: -179vw;
  }
  .mobile-l\:t\+179vw {
    top: 179vw;
  }
  .mobile-l\:t-179\% {
    top: -179%;
  }
  .mobile-l\:t\+179\% {
    top: 179%;
  }
  .mobile-l\:b-179vw {
    bottom: -179vw;
  }
  .mobile-l\:b\+179vw {
    bottom: 179vw;
  }
  .mobile-l\:b-179\% {
    bottom: -179%;
  }
  .mobile-l\:b\+179\% {
    bottom: 179%;
  }
  .mobile-l\:l-179vw {
    left: -179vw;
  }
  .mobile-l\:l\+179vw {
    left: 179vw;
  }
  .mobile-l\:l-179\% {
    left: -179%;
  }
  .mobile-l\:l\+179\% {
    left: 179%;
  }
  .mobile-l\:r-179vw {
    right: -179vw;
  }
  .mobile-l\:r\+179vw {
    right: 179vw;
  }
  .mobile-l\:r-179\% {
    right: -179%;
  }
  .mobile-l\:r\+179\% {
    right: 179%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-180vw {
    top: -180vw;
  }
  .mobile-l\:t\+180vw {
    top: 180vw;
  }
  .mobile-l\:t-180\% {
    top: -180%;
  }
  .mobile-l\:t\+180\% {
    top: 180%;
  }
  .mobile-l\:b-180vw {
    bottom: -180vw;
  }
  .mobile-l\:b\+180vw {
    bottom: 180vw;
  }
  .mobile-l\:b-180\% {
    bottom: -180%;
  }
  .mobile-l\:b\+180\% {
    bottom: 180%;
  }
  .mobile-l\:l-180vw {
    left: -180vw;
  }
  .mobile-l\:l\+180vw {
    left: 180vw;
  }
  .mobile-l\:l-180\% {
    left: -180%;
  }
  .mobile-l\:l\+180\% {
    left: 180%;
  }
  .mobile-l\:r-180vw {
    right: -180vw;
  }
  .mobile-l\:r\+180vw {
    right: 180vw;
  }
  .mobile-l\:r-180\% {
    right: -180%;
  }
  .mobile-l\:r\+180\% {
    right: 180%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-181vw {
    top: -181vw;
  }
  .mobile-l\:t\+181vw {
    top: 181vw;
  }
  .mobile-l\:t-181\% {
    top: -181%;
  }
  .mobile-l\:t\+181\% {
    top: 181%;
  }
  .mobile-l\:b-181vw {
    bottom: -181vw;
  }
  .mobile-l\:b\+181vw {
    bottom: 181vw;
  }
  .mobile-l\:b-181\% {
    bottom: -181%;
  }
  .mobile-l\:b\+181\% {
    bottom: 181%;
  }
  .mobile-l\:l-181vw {
    left: -181vw;
  }
  .mobile-l\:l\+181vw {
    left: 181vw;
  }
  .mobile-l\:l-181\% {
    left: -181%;
  }
  .mobile-l\:l\+181\% {
    left: 181%;
  }
  .mobile-l\:r-181vw {
    right: -181vw;
  }
  .mobile-l\:r\+181vw {
    right: 181vw;
  }
  .mobile-l\:r-181\% {
    right: -181%;
  }
  .mobile-l\:r\+181\% {
    right: 181%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-182vw {
    top: -182vw;
  }
  .mobile-l\:t\+182vw {
    top: 182vw;
  }
  .mobile-l\:t-182\% {
    top: -182%;
  }
  .mobile-l\:t\+182\% {
    top: 182%;
  }
  .mobile-l\:b-182vw {
    bottom: -182vw;
  }
  .mobile-l\:b\+182vw {
    bottom: 182vw;
  }
  .mobile-l\:b-182\% {
    bottom: -182%;
  }
  .mobile-l\:b\+182\% {
    bottom: 182%;
  }
  .mobile-l\:l-182vw {
    left: -182vw;
  }
  .mobile-l\:l\+182vw {
    left: 182vw;
  }
  .mobile-l\:l-182\% {
    left: -182%;
  }
  .mobile-l\:l\+182\% {
    left: 182%;
  }
  .mobile-l\:r-182vw {
    right: -182vw;
  }
  .mobile-l\:r\+182vw {
    right: 182vw;
  }
  .mobile-l\:r-182\% {
    right: -182%;
  }
  .mobile-l\:r\+182\% {
    right: 182%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-183vw {
    top: -183vw;
  }
  .mobile-l\:t\+183vw {
    top: 183vw;
  }
  .mobile-l\:t-183\% {
    top: -183%;
  }
  .mobile-l\:t\+183\% {
    top: 183%;
  }
  .mobile-l\:b-183vw {
    bottom: -183vw;
  }
  .mobile-l\:b\+183vw {
    bottom: 183vw;
  }
  .mobile-l\:b-183\% {
    bottom: -183%;
  }
  .mobile-l\:b\+183\% {
    bottom: 183%;
  }
  .mobile-l\:l-183vw {
    left: -183vw;
  }
  .mobile-l\:l\+183vw {
    left: 183vw;
  }
  .mobile-l\:l-183\% {
    left: -183%;
  }
  .mobile-l\:l\+183\% {
    left: 183%;
  }
  .mobile-l\:r-183vw {
    right: -183vw;
  }
  .mobile-l\:r\+183vw {
    right: 183vw;
  }
  .mobile-l\:r-183\% {
    right: -183%;
  }
  .mobile-l\:r\+183\% {
    right: 183%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-184vw {
    top: -184vw;
  }
  .mobile-l\:t\+184vw {
    top: 184vw;
  }
  .mobile-l\:t-184\% {
    top: -184%;
  }
  .mobile-l\:t\+184\% {
    top: 184%;
  }
  .mobile-l\:b-184vw {
    bottom: -184vw;
  }
  .mobile-l\:b\+184vw {
    bottom: 184vw;
  }
  .mobile-l\:b-184\% {
    bottom: -184%;
  }
  .mobile-l\:b\+184\% {
    bottom: 184%;
  }
  .mobile-l\:l-184vw {
    left: -184vw;
  }
  .mobile-l\:l\+184vw {
    left: 184vw;
  }
  .mobile-l\:l-184\% {
    left: -184%;
  }
  .mobile-l\:l\+184\% {
    left: 184%;
  }
  .mobile-l\:r-184vw {
    right: -184vw;
  }
  .mobile-l\:r\+184vw {
    right: 184vw;
  }
  .mobile-l\:r-184\% {
    right: -184%;
  }
  .mobile-l\:r\+184\% {
    right: 184%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-185vw {
    top: -185vw;
  }
  .mobile-l\:t\+185vw {
    top: 185vw;
  }
  .mobile-l\:t-185\% {
    top: -185%;
  }
  .mobile-l\:t\+185\% {
    top: 185%;
  }
  .mobile-l\:b-185vw {
    bottom: -185vw;
  }
  .mobile-l\:b\+185vw {
    bottom: 185vw;
  }
  .mobile-l\:b-185\% {
    bottom: -185%;
  }
  .mobile-l\:b\+185\% {
    bottom: 185%;
  }
  .mobile-l\:l-185vw {
    left: -185vw;
  }
  .mobile-l\:l\+185vw {
    left: 185vw;
  }
  .mobile-l\:l-185\% {
    left: -185%;
  }
  .mobile-l\:l\+185\% {
    left: 185%;
  }
  .mobile-l\:r-185vw {
    right: -185vw;
  }
  .mobile-l\:r\+185vw {
    right: 185vw;
  }
  .mobile-l\:r-185\% {
    right: -185%;
  }
  .mobile-l\:r\+185\% {
    right: 185%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-186vw {
    top: -186vw;
  }
  .mobile-l\:t\+186vw {
    top: 186vw;
  }
  .mobile-l\:t-186\% {
    top: -186%;
  }
  .mobile-l\:t\+186\% {
    top: 186%;
  }
  .mobile-l\:b-186vw {
    bottom: -186vw;
  }
  .mobile-l\:b\+186vw {
    bottom: 186vw;
  }
  .mobile-l\:b-186\% {
    bottom: -186%;
  }
  .mobile-l\:b\+186\% {
    bottom: 186%;
  }
  .mobile-l\:l-186vw {
    left: -186vw;
  }
  .mobile-l\:l\+186vw {
    left: 186vw;
  }
  .mobile-l\:l-186\% {
    left: -186%;
  }
  .mobile-l\:l\+186\% {
    left: 186%;
  }
  .mobile-l\:r-186vw {
    right: -186vw;
  }
  .mobile-l\:r\+186vw {
    right: 186vw;
  }
  .mobile-l\:r-186\% {
    right: -186%;
  }
  .mobile-l\:r\+186\% {
    right: 186%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-187vw {
    top: -187vw;
  }
  .mobile-l\:t\+187vw {
    top: 187vw;
  }
  .mobile-l\:t-187\% {
    top: -187%;
  }
  .mobile-l\:t\+187\% {
    top: 187%;
  }
  .mobile-l\:b-187vw {
    bottom: -187vw;
  }
  .mobile-l\:b\+187vw {
    bottom: 187vw;
  }
  .mobile-l\:b-187\% {
    bottom: -187%;
  }
  .mobile-l\:b\+187\% {
    bottom: 187%;
  }
  .mobile-l\:l-187vw {
    left: -187vw;
  }
  .mobile-l\:l\+187vw {
    left: 187vw;
  }
  .mobile-l\:l-187\% {
    left: -187%;
  }
  .mobile-l\:l\+187\% {
    left: 187%;
  }
  .mobile-l\:r-187vw {
    right: -187vw;
  }
  .mobile-l\:r\+187vw {
    right: 187vw;
  }
  .mobile-l\:r-187\% {
    right: -187%;
  }
  .mobile-l\:r\+187\% {
    right: 187%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-188vw {
    top: -188vw;
  }
  .mobile-l\:t\+188vw {
    top: 188vw;
  }
  .mobile-l\:t-188\% {
    top: -188%;
  }
  .mobile-l\:t\+188\% {
    top: 188%;
  }
  .mobile-l\:b-188vw {
    bottom: -188vw;
  }
  .mobile-l\:b\+188vw {
    bottom: 188vw;
  }
  .mobile-l\:b-188\% {
    bottom: -188%;
  }
  .mobile-l\:b\+188\% {
    bottom: 188%;
  }
  .mobile-l\:l-188vw {
    left: -188vw;
  }
  .mobile-l\:l\+188vw {
    left: 188vw;
  }
  .mobile-l\:l-188\% {
    left: -188%;
  }
  .mobile-l\:l\+188\% {
    left: 188%;
  }
  .mobile-l\:r-188vw {
    right: -188vw;
  }
  .mobile-l\:r\+188vw {
    right: 188vw;
  }
  .mobile-l\:r-188\% {
    right: -188%;
  }
  .mobile-l\:r\+188\% {
    right: 188%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-189vw {
    top: -189vw;
  }
  .mobile-l\:t\+189vw {
    top: 189vw;
  }
  .mobile-l\:t-189\% {
    top: -189%;
  }
  .mobile-l\:t\+189\% {
    top: 189%;
  }
  .mobile-l\:b-189vw {
    bottom: -189vw;
  }
  .mobile-l\:b\+189vw {
    bottom: 189vw;
  }
  .mobile-l\:b-189\% {
    bottom: -189%;
  }
  .mobile-l\:b\+189\% {
    bottom: 189%;
  }
  .mobile-l\:l-189vw {
    left: -189vw;
  }
  .mobile-l\:l\+189vw {
    left: 189vw;
  }
  .mobile-l\:l-189\% {
    left: -189%;
  }
  .mobile-l\:l\+189\% {
    left: 189%;
  }
  .mobile-l\:r-189vw {
    right: -189vw;
  }
  .mobile-l\:r\+189vw {
    right: 189vw;
  }
  .mobile-l\:r-189\% {
    right: -189%;
  }
  .mobile-l\:r\+189\% {
    right: 189%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-190vw {
    top: -190vw;
  }
  .mobile-l\:t\+190vw {
    top: 190vw;
  }
  .mobile-l\:t-190\% {
    top: -190%;
  }
  .mobile-l\:t\+190\% {
    top: 190%;
  }
  .mobile-l\:b-190vw {
    bottom: -190vw;
  }
  .mobile-l\:b\+190vw {
    bottom: 190vw;
  }
  .mobile-l\:b-190\% {
    bottom: -190%;
  }
  .mobile-l\:b\+190\% {
    bottom: 190%;
  }
  .mobile-l\:l-190vw {
    left: -190vw;
  }
  .mobile-l\:l\+190vw {
    left: 190vw;
  }
  .mobile-l\:l-190\% {
    left: -190%;
  }
  .mobile-l\:l\+190\% {
    left: 190%;
  }
  .mobile-l\:r-190vw {
    right: -190vw;
  }
  .mobile-l\:r\+190vw {
    right: 190vw;
  }
  .mobile-l\:r-190\% {
    right: -190%;
  }
  .mobile-l\:r\+190\% {
    right: 190%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-191vw {
    top: -191vw;
  }
  .mobile-l\:t\+191vw {
    top: 191vw;
  }
  .mobile-l\:t-191\% {
    top: -191%;
  }
  .mobile-l\:t\+191\% {
    top: 191%;
  }
  .mobile-l\:b-191vw {
    bottom: -191vw;
  }
  .mobile-l\:b\+191vw {
    bottom: 191vw;
  }
  .mobile-l\:b-191\% {
    bottom: -191%;
  }
  .mobile-l\:b\+191\% {
    bottom: 191%;
  }
  .mobile-l\:l-191vw {
    left: -191vw;
  }
  .mobile-l\:l\+191vw {
    left: 191vw;
  }
  .mobile-l\:l-191\% {
    left: -191%;
  }
  .mobile-l\:l\+191\% {
    left: 191%;
  }
  .mobile-l\:r-191vw {
    right: -191vw;
  }
  .mobile-l\:r\+191vw {
    right: 191vw;
  }
  .mobile-l\:r-191\% {
    right: -191%;
  }
  .mobile-l\:r\+191\% {
    right: 191%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-192vw {
    top: -192vw;
  }
  .mobile-l\:t\+192vw {
    top: 192vw;
  }
  .mobile-l\:t-192\% {
    top: -192%;
  }
  .mobile-l\:t\+192\% {
    top: 192%;
  }
  .mobile-l\:b-192vw {
    bottom: -192vw;
  }
  .mobile-l\:b\+192vw {
    bottom: 192vw;
  }
  .mobile-l\:b-192\% {
    bottom: -192%;
  }
  .mobile-l\:b\+192\% {
    bottom: 192%;
  }
  .mobile-l\:l-192vw {
    left: -192vw;
  }
  .mobile-l\:l\+192vw {
    left: 192vw;
  }
  .mobile-l\:l-192\% {
    left: -192%;
  }
  .mobile-l\:l\+192\% {
    left: 192%;
  }
  .mobile-l\:r-192vw {
    right: -192vw;
  }
  .mobile-l\:r\+192vw {
    right: 192vw;
  }
  .mobile-l\:r-192\% {
    right: -192%;
  }
  .mobile-l\:r\+192\% {
    right: 192%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-193vw {
    top: -193vw;
  }
  .mobile-l\:t\+193vw {
    top: 193vw;
  }
  .mobile-l\:t-193\% {
    top: -193%;
  }
  .mobile-l\:t\+193\% {
    top: 193%;
  }
  .mobile-l\:b-193vw {
    bottom: -193vw;
  }
  .mobile-l\:b\+193vw {
    bottom: 193vw;
  }
  .mobile-l\:b-193\% {
    bottom: -193%;
  }
  .mobile-l\:b\+193\% {
    bottom: 193%;
  }
  .mobile-l\:l-193vw {
    left: -193vw;
  }
  .mobile-l\:l\+193vw {
    left: 193vw;
  }
  .mobile-l\:l-193\% {
    left: -193%;
  }
  .mobile-l\:l\+193\% {
    left: 193%;
  }
  .mobile-l\:r-193vw {
    right: -193vw;
  }
  .mobile-l\:r\+193vw {
    right: 193vw;
  }
  .mobile-l\:r-193\% {
    right: -193%;
  }
  .mobile-l\:r\+193\% {
    right: 193%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-194vw {
    top: -194vw;
  }
  .mobile-l\:t\+194vw {
    top: 194vw;
  }
  .mobile-l\:t-194\% {
    top: -194%;
  }
  .mobile-l\:t\+194\% {
    top: 194%;
  }
  .mobile-l\:b-194vw {
    bottom: -194vw;
  }
  .mobile-l\:b\+194vw {
    bottom: 194vw;
  }
  .mobile-l\:b-194\% {
    bottom: -194%;
  }
  .mobile-l\:b\+194\% {
    bottom: 194%;
  }
  .mobile-l\:l-194vw {
    left: -194vw;
  }
  .mobile-l\:l\+194vw {
    left: 194vw;
  }
  .mobile-l\:l-194\% {
    left: -194%;
  }
  .mobile-l\:l\+194\% {
    left: 194%;
  }
  .mobile-l\:r-194vw {
    right: -194vw;
  }
  .mobile-l\:r\+194vw {
    right: 194vw;
  }
  .mobile-l\:r-194\% {
    right: -194%;
  }
  .mobile-l\:r\+194\% {
    right: 194%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-195vw {
    top: -195vw;
  }
  .mobile-l\:t\+195vw {
    top: 195vw;
  }
  .mobile-l\:t-195\% {
    top: -195%;
  }
  .mobile-l\:t\+195\% {
    top: 195%;
  }
  .mobile-l\:b-195vw {
    bottom: -195vw;
  }
  .mobile-l\:b\+195vw {
    bottom: 195vw;
  }
  .mobile-l\:b-195\% {
    bottom: -195%;
  }
  .mobile-l\:b\+195\% {
    bottom: 195%;
  }
  .mobile-l\:l-195vw {
    left: -195vw;
  }
  .mobile-l\:l\+195vw {
    left: 195vw;
  }
  .mobile-l\:l-195\% {
    left: -195%;
  }
  .mobile-l\:l\+195\% {
    left: 195%;
  }
  .mobile-l\:r-195vw {
    right: -195vw;
  }
  .mobile-l\:r\+195vw {
    right: 195vw;
  }
  .mobile-l\:r-195\% {
    right: -195%;
  }
  .mobile-l\:r\+195\% {
    right: 195%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-196vw {
    top: -196vw;
  }
  .mobile-l\:t\+196vw {
    top: 196vw;
  }
  .mobile-l\:t-196\% {
    top: -196%;
  }
  .mobile-l\:t\+196\% {
    top: 196%;
  }
  .mobile-l\:b-196vw {
    bottom: -196vw;
  }
  .mobile-l\:b\+196vw {
    bottom: 196vw;
  }
  .mobile-l\:b-196\% {
    bottom: -196%;
  }
  .mobile-l\:b\+196\% {
    bottom: 196%;
  }
  .mobile-l\:l-196vw {
    left: -196vw;
  }
  .mobile-l\:l\+196vw {
    left: 196vw;
  }
  .mobile-l\:l-196\% {
    left: -196%;
  }
  .mobile-l\:l\+196\% {
    left: 196%;
  }
  .mobile-l\:r-196vw {
    right: -196vw;
  }
  .mobile-l\:r\+196vw {
    right: 196vw;
  }
  .mobile-l\:r-196\% {
    right: -196%;
  }
  .mobile-l\:r\+196\% {
    right: 196%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-197vw {
    top: -197vw;
  }
  .mobile-l\:t\+197vw {
    top: 197vw;
  }
  .mobile-l\:t-197\% {
    top: -197%;
  }
  .mobile-l\:t\+197\% {
    top: 197%;
  }
  .mobile-l\:b-197vw {
    bottom: -197vw;
  }
  .mobile-l\:b\+197vw {
    bottom: 197vw;
  }
  .mobile-l\:b-197\% {
    bottom: -197%;
  }
  .mobile-l\:b\+197\% {
    bottom: 197%;
  }
  .mobile-l\:l-197vw {
    left: -197vw;
  }
  .mobile-l\:l\+197vw {
    left: 197vw;
  }
  .mobile-l\:l-197\% {
    left: -197%;
  }
  .mobile-l\:l\+197\% {
    left: 197%;
  }
  .mobile-l\:r-197vw {
    right: -197vw;
  }
  .mobile-l\:r\+197vw {
    right: 197vw;
  }
  .mobile-l\:r-197\% {
    right: -197%;
  }
  .mobile-l\:r\+197\% {
    right: 197%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-198vw {
    top: -198vw;
  }
  .mobile-l\:t\+198vw {
    top: 198vw;
  }
  .mobile-l\:t-198\% {
    top: -198%;
  }
  .mobile-l\:t\+198\% {
    top: 198%;
  }
  .mobile-l\:b-198vw {
    bottom: -198vw;
  }
  .mobile-l\:b\+198vw {
    bottom: 198vw;
  }
  .mobile-l\:b-198\% {
    bottom: -198%;
  }
  .mobile-l\:b\+198\% {
    bottom: 198%;
  }
  .mobile-l\:l-198vw {
    left: -198vw;
  }
  .mobile-l\:l\+198vw {
    left: 198vw;
  }
  .mobile-l\:l-198\% {
    left: -198%;
  }
  .mobile-l\:l\+198\% {
    left: 198%;
  }
  .mobile-l\:r-198vw {
    right: -198vw;
  }
  .mobile-l\:r\+198vw {
    right: 198vw;
  }
  .mobile-l\:r-198\% {
    right: -198%;
  }
  .mobile-l\:r\+198\% {
    right: 198%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-199vw {
    top: -199vw;
  }
  .mobile-l\:t\+199vw {
    top: 199vw;
  }
  .mobile-l\:t-199\% {
    top: -199%;
  }
  .mobile-l\:t\+199\% {
    top: 199%;
  }
  .mobile-l\:b-199vw {
    bottom: -199vw;
  }
  .mobile-l\:b\+199vw {
    bottom: 199vw;
  }
  .mobile-l\:b-199\% {
    bottom: -199%;
  }
  .mobile-l\:b\+199\% {
    bottom: 199%;
  }
  .mobile-l\:l-199vw {
    left: -199vw;
  }
  .mobile-l\:l\+199vw {
    left: 199vw;
  }
  .mobile-l\:l-199\% {
    left: -199%;
  }
  .mobile-l\:l\+199\% {
    left: 199%;
  }
  .mobile-l\:r-199vw {
    right: -199vw;
  }
  .mobile-l\:r\+199vw {
    right: 199vw;
  }
  .mobile-l\:r-199\% {
    right: -199%;
  }
  .mobile-l\:r\+199\% {
    right: 199%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:t-200vw {
    top: -200vw;
  }
  .mobile-l\:t\+200vw {
    top: 200vw;
  }
  .mobile-l\:t-200\% {
    top: -200%;
  }
  .mobile-l\:t\+200\% {
    top: 200%;
  }
  .mobile-l\:b-200vw {
    bottom: -200vw;
  }
  .mobile-l\:b\+200vw {
    bottom: 200vw;
  }
  .mobile-l\:b-200\% {
    bottom: -200%;
  }
  .mobile-l\:b\+200\% {
    bottom: 200%;
  }
  .mobile-l\:l-200vw {
    left: -200vw;
  }
  .mobile-l\:l\+200vw {
    left: 200vw;
  }
  .mobile-l\:l-200\% {
    left: -200%;
  }
  .mobile-l\:l\+200\% {
    left: 200%;
  }
  .mobile-l\:r-200vw {
    right: -200vw;
  }
  .mobile-l\:r\+200vw {
    right: 200vw;
  }
  .mobile-l\:r-200\% {
    right: -200%;
  }
  .mobile-l\:r\+200\% {
    right: 200%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-10p {
    top: -10px;
  }
  .tablet\:t\+10p {
    top: 10px;
  }
  .tablet\:b-10p {
    bottom: -10px;
  }
  .tablet\:b\+10p {
    bottom: 10px;
  }
  .tablet\:l-10p {
    left: -10px;
  }
  .tablet\:l\+10p {
    left: 10px;
  }
  .tablet\:r-10p {
    right: -10px;
  }
  .tablet\:r\+10p {
    right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-20p {
    top: -20px;
  }
  .tablet\:t\+20p {
    top: 20px;
  }
  .tablet\:b-20p {
    bottom: -20px;
  }
  .tablet\:b\+20p {
    bottom: 20px;
  }
  .tablet\:l-20p {
    left: -20px;
  }
  .tablet\:l\+20p {
    left: 20px;
  }
  .tablet\:r-20p {
    right: -20px;
  }
  .tablet\:r\+20p {
    right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-30p {
    top: -30px;
  }
  .tablet\:t\+30p {
    top: 30px;
  }
  .tablet\:b-30p {
    bottom: -30px;
  }
  .tablet\:b\+30p {
    bottom: 30px;
  }
  .tablet\:l-30p {
    left: -30px;
  }
  .tablet\:l\+30p {
    left: 30px;
  }
  .tablet\:r-30p {
    right: -30px;
  }
  .tablet\:r\+30p {
    right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-40p {
    top: -40px;
  }
  .tablet\:t\+40p {
    top: 40px;
  }
  .tablet\:b-40p {
    bottom: -40px;
  }
  .tablet\:b\+40p {
    bottom: 40px;
  }
  .tablet\:l-40p {
    left: -40px;
  }
  .tablet\:l\+40p {
    left: 40px;
  }
  .tablet\:r-40p {
    right: -40px;
  }
  .tablet\:r\+40p {
    right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-50p {
    top: -50px;
  }
  .tablet\:t\+50p {
    top: 50px;
  }
  .tablet\:b-50p {
    bottom: -50px;
  }
  .tablet\:b\+50p {
    bottom: 50px;
  }
  .tablet\:l-50p {
    left: -50px;
  }
  .tablet\:l\+50p {
    left: 50px;
  }
  .tablet\:r-50p {
    right: -50px;
  }
  .tablet\:r\+50p {
    right: 50px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-60p {
    top: -60px;
  }
  .tablet\:t\+60p {
    top: 60px;
  }
  .tablet\:b-60p {
    bottom: -60px;
  }
  .tablet\:b\+60p {
    bottom: 60px;
  }
  .tablet\:l-60p {
    left: -60px;
  }
  .tablet\:l\+60p {
    left: 60px;
  }
  .tablet\:r-60p {
    right: -60px;
  }
  .tablet\:r\+60p {
    right: 60px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-70p {
    top: -70px;
  }
  .tablet\:t\+70p {
    top: 70px;
  }
  .tablet\:b-70p {
    bottom: -70px;
  }
  .tablet\:b\+70p {
    bottom: 70px;
  }
  .tablet\:l-70p {
    left: -70px;
  }
  .tablet\:l\+70p {
    left: 70px;
  }
  .tablet\:r-70p {
    right: -70px;
  }
  .tablet\:r\+70p {
    right: 70px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-80p {
    top: -80px;
  }
  .tablet\:t\+80p {
    top: 80px;
  }
  .tablet\:b-80p {
    bottom: -80px;
  }
  .tablet\:b\+80p {
    bottom: 80px;
  }
  .tablet\:l-80p {
    left: -80px;
  }
  .tablet\:l\+80p {
    left: 80px;
  }
  .tablet\:r-80p {
    right: -80px;
  }
  .tablet\:r\+80p {
    right: 80px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-90p {
    top: -90px;
  }
  .tablet\:t\+90p {
    top: 90px;
  }
  .tablet\:b-90p {
    bottom: -90px;
  }
  .tablet\:b\+90p {
    bottom: 90px;
  }
  .tablet\:l-90p {
    left: -90px;
  }
  .tablet\:l\+90p {
    left: 90px;
  }
  .tablet\:r-90p {
    right: -90px;
  }
  .tablet\:r\+90p {
    right: 90px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-100p {
    top: -100px;
  }
  .tablet\:t\+100p {
    top: 100px;
  }
  .tablet\:b-100p {
    bottom: -100px;
  }
  .tablet\:b\+100p {
    bottom: 100px;
  }
  .tablet\:l-100p {
    left: -100px;
  }
  .tablet\:l\+100p {
    left: 100px;
  }
  .tablet\:r-100p {
    right: -100px;
  }
  .tablet\:r\+100p {
    right: 100px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-110p {
    top: -110px;
  }
  .tablet\:t\+110p {
    top: 110px;
  }
  .tablet\:b-110p {
    bottom: -110px;
  }
  .tablet\:b\+110p {
    bottom: 110px;
  }
  .tablet\:l-110p {
    left: -110px;
  }
  .tablet\:l\+110p {
    left: 110px;
  }
  .tablet\:r-110p {
    right: -110px;
  }
  .tablet\:r\+110p {
    right: 110px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-120p {
    top: -120px;
  }
  .tablet\:t\+120p {
    top: 120px;
  }
  .tablet\:b-120p {
    bottom: -120px;
  }
  .tablet\:b\+120p {
    bottom: 120px;
  }
  .tablet\:l-120p {
    left: -120px;
  }
  .tablet\:l\+120p {
    left: 120px;
  }
  .tablet\:r-120p {
    right: -120px;
  }
  .tablet\:r\+120p {
    right: 120px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-130p {
    top: -130px;
  }
  .tablet\:t\+130p {
    top: 130px;
  }
  .tablet\:b-130p {
    bottom: -130px;
  }
  .tablet\:b\+130p {
    bottom: 130px;
  }
  .tablet\:l-130p {
    left: -130px;
  }
  .tablet\:l\+130p {
    left: 130px;
  }
  .tablet\:r-130p {
    right: -130px;
  }
  .tablet\:r\+130p {
    right: 130px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-140p {
    top: -140px;
  }
  .tablet\:t\+140p {
    top: 140px;
  }
  .tablet\:b-140p {
    bottom: -140px;
  }
  .tablet\:b\+140p {
    bottom: 140px;
  }
  .tablet\:l-140p {
    left: -140px;
  }
  .tablet\:l\+140p {
    left: 140px;
  }
  .tablet\:r-140p {
    right: -140px;
  }
  .tablet\:r\+140p {
    right: 140px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-150p {
    top: -150px;
  }
  .tablet\:t\+150p {
    top: 150px;
  }
  .tablet\:b-150p {
    bottom: -150px;
  }
  .tablet\:b\+150p {
    bottom: 150px;
  }
  .tablet\:l-150p {
    left: -150px;
  }
  .tablet\:l\+150p {
    left: 150px;
  }
  .tablet\:r-150p {
    right: -150px;
  }
  .tablet\:r\+150p {
    right: 150px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-160p {
    top: -160px;
  }
  .tablet\:t\+160p {
    top: 160px;
  }
  .tablet\:b-160p {
    bottom: -160px;
  }
  .tablet\:b\+160p {
    bottom: 160px;
  }
  .tablet\:l-160p {
    left: -160px;
  }
  .tablet\:l\+160p {
    left: 160px;
  }
  .tablet\:r-160p {
    right: -160px;
  }
  .tablet\:r\+160p {
    right: 160px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-170p {
    top: -170px;
  }
  .tablet\:t\+170p {
    top: 170px;
  }
  .tablet\:b-170p {
    bottom: -170px;
  }
  .tablet\:b\+170p {
    bottom: 170px;
  }
  .tablet\:l-170p {
    left: -170px;
  }
  .tablet\:l\+170p {
    left: 170px;
  }
  .tablet\:r-170p {
    right: -170px;
  }
  .tablet\:r\+170p {
    right: 170px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-180p {
    top: -180px;
  }
  .tablet\:t\+180p {
    top: 180px;
  }
  .tablet\:b-180p {
    bottom: -180px;
  }
  .tablet\:b\+180p {
    bottom: 180px;
  }
  .tablet\:l-180p {
    left: -180px;
  }
  .tablet\:l\+180p {
    left: 180px;
  }
  .tablet\:r-180p {
    right: -180px;
  }
  .tablet\:r\+180p {
    right: 180px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-190p {
    top: -190px;
  }
  .tablet\:t\+190p {
    top: 190px;
  }
  .tablet\:b-190p {
    bottom: -190px;
  }
  .tablet\:b\+190p {
    bottom: 190px;
  }
  .tablet\:l-190p {
    left: -190px;
  }
  .tablet\:l\+190p {
    left: 190px;
  }
  .tablet\:r-190p {
    right: -190px;
  }
  .tablet\:r\+190p {
    right: 190px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-200p {
    top: -200px;
  }
  .tablet\:t\+200p {
    top: 200px;
  }
  .tablet\:b-200p {
    bottom: -200px;
  }
  .tablet\:b\+200p {
    bottom: 200px;
  }
  .tablet\:l-200p {
    left: -200px;
  }
  .tablet\:l\+200p {
    left: 200px;
  }
  .tablet\:r-200p {
    right: -200px;
  }
  .tablet\:r\+200p {
    right: 200px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-210p {
    top: -210px;
  }
  .tablet\:t\+210p {
    top: 210px;
  }
  .tablet\:b-210p {
    bottom: -210px;
  }
  .tablet\:b\+210p {
    bottom: 210px;
  }
  .tablet\:l-210p {
    left: -210px;
  }
  .tablet\:l\+210p {
    left: 210px;
  }
  .tablet\:r-210p {
    right: -210px;
  }
  .tablet\:r\+210p {
    right: 210px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-220p {
    top: -220px;
  }
  .tablet\:t\+220p {
    top: 220px;
  }
  .tablet\:b-220p {
    bottom: -220px;
  }
  .tablet\:b\+220p {
    bottom: 220px;
  }
  .tablet\:l-220p {
    left: -220px;
  }
  .tablet\:l\+220p {
    left: 220px;
  }
  .tablet\:r-220p {
    right: -220px;
  }
  .tablet\:r\+220p {
    right: 220px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-230p {
    top: -230px;
  }
  .tablet\:t\+230p {
    top: 230px;
  }
  .tablet\:b-230p {
    bottom: -230px;
  }
  .tablet\:b\+230p {
    bottom: 230px;
  }
  .tablet\:l-230p {
    left: -230px;
  }
  .tablet\:l\+230p {
    left: 230px;
  }
  .tablet\:r-230p {
    right: -230px;
  }
  .tablet\:r\+230p {
    right: 230px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-240p {
    top: -240px;
  }
  .tablet\:t\+240p {
    top: 240px;
  }
  .tablet\:b-240p {
    bottom: -240px;
  }
  .tablet\:b\+240p {
    bottom: 240px;
  }
  .tablet\:l-240p {
    left: -240px;
  }
  .tablet\:l\+240p {
    left: 240px;
  }
  .tablet\:r-240p {
    right: -240px;
  }
  .tablet\:r\+240p {
    right: 240px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-250p {
    top: -250px;
  }
  .tablet\:t\+250p {
    top: 250px;
  }
  .tablet\:b-250p {
    bottom: -250px;
  }
  .tablet\:b\+250p {
    bottom: 250px;
  }
  .tablet\:l-250p {
    left: -250px;
  }
  .tablet\:l\+250p {
    left: 250px;
  }
  .tablet\:r-250p {
    right: -250px;
  }
  .tablet\:r\+250p {
    right: 250px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-260p {
    top: -260px;
  }
  .tablet\:t\+260p {
    top: 260px;
  }
  .tablet\:b-260p {
    bottom: -260px;
  }
  .tablet\:b\+260p {
    bottom: 260px;
  }
  .tablet\:l-260p {
    left: -260px;
  }
  .tablet\:l\+260p {
    left: 260px;
  }
  .tablet\:r-260p {
    right: -260px;
  }
  .tablet\:r\+260p {
    right: 260px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-270p {
    top: -270px;
  }
  .tablet\:t\+270p {
    top: 270px;
  }
  .tablet\:b-270p {
    bottom: -270px;
  }
  .tablet\:b\+270p {
    bottom: 270px;
  }
  .tablet\:l-270p {
    left: -270px;
  }
  .tablet\:l\+270p {
    left: 270px;
  }
  .tablet\:r-270p {
    right: -270px;
  }
  .tablet\:r\+270p {
    right: 270px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-280p {
    top: -280px;
  }
  .tablet\:t\+280p {
    top: 280px;
  }
  .tablet\:b-280p {
    bottom: -280px;
  }
  .tablet\:b\+280p {
    bottom: 280px;
  }
  .tablet\:l-280p {
    left: -280px;
  }
  .tablet\:l\+280p {
    left: 280px;
  }
  .tablet\:r-280p {
    right: -280px;
  }
  .tablet\:r\+280p {
    right: 280px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-290p {
    top: -290px;
  }
  .tablet\:t\+290p {
    top: 290px;
  }
  .tablet\:b-290p {
    bottom: -290px;
  }
  .tablet\:b\+290p {
    bottom: 290px;
  }
  .tablet\:l-290p {
    left: -290px;
  }
  .tablet\:l\+290p {
    left: 290px;
  }
  .tablet\:r-290p {
    right: -290px;
  }
  .tablet\:r\+290p {
    right: 290px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-300p {
    top: -300px;
  }
  .tablet\:t\+300p {
    top: 300px;
  }
  .tablet\:b-300p {
    bottom: -300px;
  }
  .tablet\:b\+300p {
    bottom: 300px;
  }
  .tablet\:l-300p {
    left: -300px;
  }
  .tablet\:l\+300p {
    left: 300px;
  }
  .tablet\:r-300p {
    right: -300px;
  }
  .tablet\:r\+300p {
    right: 300px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-310p {
    top: -310px;
  }
  .tablet\:t\+310p {
    top: 310px;
  }
  .tablet\:b-310p {
    bottom: -310px;
  }
  .tablet\:b\+310p {
    bottom: 310px;
  }
  .tablet\:l-310p {
    left: -310px;
  }
  .tablet\:l\+310p {
    left: 310px;
  }
  .tablet\:r-310p {
    right: -310px;
  }
  .tablet\:r\+310p {
    right: 310px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-320p {
    top: -320px;
  }
  .tablet\:t\+320p {
    top: 320px;
  }
  .tablet\:b-320p {
    bottom: -320px;
  }
  .tablet\:b\+320p {
    bottom: 320px;
  }
  .tablet\:l-320p {
    left: -320px;
  }
  .tablet\:l\+320p {
    left: 320px;
  }
  .tablet\:r-320p {
    right: -320px;
  }
  .tablet\:r\+320p {
    right: 320px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-330p {
    top: -330px;
  }
  .tablet\:t\+330p {
    top: 330px;
  }
  .tablet\:b-330p {
    bottom: -330px;
  }
  .tablet\:b\+330p {
    bottom: 330px;
  }
  .tablet\:l-330p {
    left: -330px;
  }
  .tablet\:l\+330p {
    left: 330px;
  }
  .tablet\:r-330p {
    right: -330px;
  }
  .tablet\:r\+330p {
    right: 330px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-340p {
    top: -340px;
  }
  .tablet\:t\+340p {
    top: 340px;
  }
  .tablet\:b-340p {
    bottom: -340px;
  }
  .tablet\:b\+340p {
    bottom: 340px;
  }
  .tablet\:l-340p {
    left: -340px;
  }
  .tablet\:l\+340p {
    left: 340px;
  }
  .tablet\:r-340p {
    right: -340px;
  }
  .tablet\:r\+340p {
    right: 340px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-350p {
    top: -350px;
  }
  .tablet\:t\+350p {
    top: 350px;
  }
  .tablet\:b-350p {
    bottom: -350px;
  }
  .tablet\:b\+350p {
    bottom: 350px;
  }
  .tablet\:l-350p {
    left: -350px;
  }
  .tablet\:l\+350p {
    left: 350px;
  }
  .tablet\:r-350p {
    right: -350px;
  }
  .tablet\:r\+350p {
    right: 350px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-360p {
    top: -360px;
  }
  .tablet\:t\+360p {
    top: 360px;
  }
  .tablet\:b-360p {
    bottom: -360px;
  }
  .tablet\:b\+360p {
    bottom: 360px;
  }
  .tablet\:l-360p {
    left: -360px;
  }
  .tablet\:l\+360p {
    left: 360px;
  }
  .tablet\:r-360p {
    right: -360px;
  }
  .tablet\:r\+360p {
    right: 360px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-370p {
    top: -370px;
  }
  .tablet\:t\+370p {
    top: 370px;
  }
  .tablet\:b-370p {
    bottom: -370px;
  }
  .tablet\:b\+370p {
    bottom: 370px;
  }
  .tablet\:l-370p {
    left: -370px;
  }
  .tablet\:l\+370p {
    left: 370px;
  }
  .tablet\:r-370p {
    right: -370px;
  }
  .tablet\:r\+370p {
    right: 370px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-380p {
    top: -380px;
  }
  .tablet\:t\+380p {
    top: 380px;
  }
  .tablet\:b-380p {
    bottom: -380px;
  }
  .tablet\:b\+380p {
    bottom: 380px;
  }
  .tablet\:l-380p {
    left: -380px;
  }
  .tablet\:l\+380p {
    left: 380px;
  }
  .tablet\:r-380p {
    right: -380px;
  }
  .tablet\:r\+380p {
    right: 380px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-390p {
    top: -390px;
  }
  .tablet\:t\+390p {
    top: 390px;
  }
  .tablet\:b-390p {
    bottom: -390px;
  }
  .tablet\:b\+390p {
    bottom: 390px;
  }
  .tablet\:l-390p {
    left: -390px;
  }
  .tablet\:l\+390p {
    left: 390px;
  }
  .tablet\:r-390p {
    right: -390px;
  }
  .tablet\:r\+390p {
    right: 390px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-400p {
    top: -400px;
  }
  .tablet\:t\+400p {
    top: 400px;
  }
  .tablet\:b-400p {
    bottom: -400px;
  }
  .tablet\:b\+400p {
    bottom: 400px;
  }
  .tablet\:l-400p {
    left: -400px;
  }
  .tablet\:l\+400p {
    left: 400px;
  }
  .tablet\:r-400p {
    right: -400px;
  }
  .tablet\:r\+400p {
    right: 400px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-410p {
    top: -410px;
  }
  .tablet\:t\+410p {
    top: 410px;
  }
  .tablet\:b-410p {
    bottom: -410px;
  }
  .tablet\:b\+410p {
    bottom: 410px;
  }
  .tablet\:l-410p {
    left: -410px;
  }
  .tablet\:l\+410p {
    left: 410px;
  }
  .tablet\:r-410p {
    right: -410px;
  }
  .tablet\:r\+410p {
    right: 410px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-420p {
    top: -420px;
  }
  .tablet\:t\+420p {
    top: 420px;
  }
  .tablet\:b-420p {
    bottom: -420px;
  }
  .tablet\:b\+420p {
    bottom: 420px;
  }
  .tablet\:l-420p {
    left: -420px;
  }
  .tablet\:l\+420p {
    left: 420px;
  }
  .tablet\:r-420p {
    right: -420px;
  }
  .tablet\:r\+420p {
    right: 420px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-430p {
    top: -430px;
  }
  .tablet\:t\+430p {
    top: 430px;
  }
  .tablet\:b-430p {
    bottom: -430px;
  }
  .tablet\:b\+430p {
    bottom: 430px;
  }
  .tablet\:l-430p {
    left: -430px;
  }
  .tablet\:l\+430p {
    left: 430px;
  }
  .tablet\:r-430p {
    right: -430px;
  }
  .tablet\:r\+430p {
    right: 430px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-440p {
    top: -440px;
  }
  .tablet\:t\+440p {
    top: 440px;
  }
  .tablet\:b-440p {
    bottom: -440px;
  }
  .tablet\:b\+440p {
    bottom: 440px;
  }
  .tablet\:l-440p {
    left: -440px;
  }
  .tablet\:l\+440p {
    left: 440px;
  }
  .tablet\:r-440p {
    right: -440px;
  }
  .tablet\:r\+440p {
    right: 440px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-450p {
    top: -450px;
  }
  .tablet\:t\+450p {
    top: 450px;
  }
  .tablet\:b-450p {
    bottom: -450px;
  }
  .tablet\:b\+450p {
    bottom: 450px;
  }
  .tablet\:l-450p {
    left: -450px;
  }
  .tablet\:l\+450p {
    left: 450px;
  }
  .tablet\:r-450p {
    right: -450px;
  }
  .tablet\:r\+450p {
    right: 450px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-460p {
    top: -460px;
  }
  .tablet\:t\+460p {
    top: 460px;
  }
  .tablet\:b-460p {
    bottom: -460px;
  }
  .tablet\:b\+460p {
    bottom: 460px;
  }
  .tablet\:l-460p {
    left: -460px;
  }
  .tablet\:l\+460p {
    left: 460px;
  }
  .tablet\:r-460p {
    right: -460px;
  }
  .tablet\:r\+460p {
    right: 460px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-470p {
    top: -470px;
  }
  .tablet\:t\+470p {
    top: 470px;
  }
  .tablet\:b-470p {
    bottom: -470px;
  }
  .tablet\:b\+470p {
    bottom: 470px;
  }
  .tablet\:l-470p {
    left: -470px;
  }
  .tablet\:l\+470p {
    left: 470px;
  }
  .tablet\:r-470p {
    right: -470px;
  }
  .tablet\:r\+470p {
    right: 470px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-480p {
    top: -480px;
  }
  .tablet\:t\+480p {
    top: 480px;
  }
  .tablet\:b-480p {
    bottom: -480px;
  }
  .tablet\:b\+480p {
    bottom: 480px;
  }
  .tablet\:l-480p {
    left: -480px;
  }
  .tablet\:l\+480p {
    left: 480px;
  }
  .tablet\:r-480p {
    right: -480px;
  }
  .tablet\:r\+480p {
    right: 480px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-490p {
    top: -490px;
  }
  .tablet\:t\+490p {
    top: 490px;
  }
  .tablet\:b-490p {
    bottom: -490px;
  }
  .tablet\:b\+490p {
    bottom: 490px;
  }
  .tablet\:l-490p {
    left: -490px;
  }
  .tablet\:l\+490p {
    left: 490px;
  }
  .tablet\:r-490p {
    right: -490px;
  }
  .tablet\:r\+490p {
    right: 490px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-500p {
    top: -500px;
  }
  .tablet\:t\+500p {
    top: 500px;
  }
  .tablet\:b-500p {
    bottom: -500px;
  }
  .tablet\:b\+500p {
    bottom: 500px;
  }
  .tablet\:l-500p {
    left: -500px;
  }
  .tablet\:l\+500p {
    left: 500px;
  }
  .tablet\:r-500p {
    right: -500px;
  }
  .tablet\:r\+500p {
    right: 500px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-510p {
    top: -510px;
  }
  .tablet\:t\+510p {
    top: 510px;
  }
  .tablet\:b-510p {
    bottom: -510px;
  }
  .tablet\:b\+510p {
    bottom: 510px;
  }
  .tablet\:l-510p {
    left: -510px;
  }
  .tablet\:l\+510p {
    left: 510px;
  }
  .tablet\:r-510p {
    right: -510px;
  }
  .tablet\:r\+510p {
    right: 510px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-520p {
    top: -520px;
  }
  .tablet\:t\+520p {
    top: 520px;
  }
  .tablet\:b-520p {
    bottom: -520px;
  }
  .tablet\:b\+520p {
    bottom: 520px;
  }
  .tablet\:l-520p {
    left: -520px;
  }
  .tablet\:l\+520p {
    left: 520px;
  }
  .tablet\:r-520p {
    right: -520px;
  }
  .tablet\:r\+520p {
    right: 520px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-530p {
    top: -530px;
  }
  .tablet\:t\+530p {
    top: 530px;
  }
  .tablet\:b-530p {
    bottom: -530px;
  }
  .tablet\:b\+530p {
    bottom: 530px;
  }
  .tablet\:l-530p {
    left: -530px;
  }
  .tablet\:l\+530p {
    left: 530px;
  }
  .tablet\:r-530p {
    right: -530px;
  }
  .tablet\:r\+530p {
    right: 530px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-540p {
    top: -540px;
  }
  .tablet\:t\+540p {
    top: 540px;
  }
  .tablet\:b-540p {
    bottom: -540px;
  }
  .tablet\:b\+540p {
    bottom: 540px;
  }
  .tablet\:l-540p {
    left: -540px;
  }
  .tablet\:l\+540p {
    left: 540px;
  }
  .tablet\:r-540p {
    right: -540px;
  }
  .tablet\:r\+540p {
    right: 540px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-550p {
    top: -550px;
  }
  .tablet\:t\+550p {
    top: 550px;
  }
  .tablet\:b-550p {
    bottom: -550px;
  }
  .tablet\:b\+550p {
    bottom: 550px;
  }
  .tablet\:l-550p {
    left: -550px;
  }
  .tablet\:l\+550p {
    left: 550px;
  }
  .tablet\:r-550p {
    right: -550px;
  }
  .tablet\:r\+550p {
    right: 550px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-560p {
    top: -560px;
  }
  .tablet\:t\+560p {
    top: 560px;
  }
  .tablet\:b-560p {
    bottom: -560px;
  }
  .tablet\:b\+560p {
    bottom: 560px;
  }
  .tablet\:l-560p {
    left: -560px;
  }
  .tablet\:l\+560p {
    left: 560px;
  }
  .tablet\:r-560p {
    right: -560px;
  }
  .tablet\:r\+560p {
    right: 560px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-570p {
    top: -570px;
  }
  .tablet\:t\+570p {
    top: 570px;
  }
  .tablet\:b-570p {
    bottom: -570px;
  }
  .tablet\:b\+570p {
    bottom: 570px;
  }
  .tablet\:l-570p {
    left: -570px;
  }
  .tablet\:l\+570p {
    left: 570px;
  }
  .tablet\:r-570p {
    right: -570px;
  }
  .tablet\:r\+570p {
    right: 570px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-580p {
    top: -580px;
  }
  .tablet\:t\+580p {
    top: 580px;
  }
  .tablet\:b-580p {
    bottom: -580px;
  }
  .tablet\:b\+580p {
    bottom: 580px;
  }
  .tablet\:l-580p {
    left: -580px;
  }
  .tablet\:l\+580p {
    left: 580px;
  }
  .tablet\:r-580p {
    right: -580px;
  }
  .tablet\:r\+580p {
    right: 580px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-590p {
    top: -590px;
  }
  .tablet\:t\+590p {
    top: 590px;
  }
  .tablet\:b-590p {
    bottom: -590px;
  }
  .tablet\:b\+590p {
    bottom: 590px;
  }
  .tablet\:l-590p {
    left: -590px;
  }
  .tablet\:l\+590p {
    left: 590px;
  }
  .tablet\:r-590p {
    right: -590px;
  }
  .tablet\:r\+590p {
    right: 590px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-600p {
    top: -600px;
  }
  .tablet\:t\+600p {
    top: 600px;
  }
  .tablet\:b-600p {
    bottom: -600px;
  }
  .tablet\:b\+600p {
    bottom: 600px;
  }
  .tablet\:l-600p {
    left: -600px;
  }
  .tablet\:l\+600p {
    left: 600px;
  }
  .tablet\:r-600p {
    right: -600px;
  }
  .tablet\:r\+600p {
    right: 600px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-610p {
    top: -610px;
  }
  .tablet\:t\+610p {
    top: 610px;
  }
  .tablet\:b-610p {
    bottom: -610px;
  }
  .tablet\:b\+610p {
    bottom: 610px;
  }
  .tablet\:l-610p {
    left: -610px;
  }
  .tablet\:l\+610p {
    left: 610px;
  }
  .tablet\:r-610p {
    right: -610px;
  }
  .tablet\:r\+610p {
    right: 610px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-620p {
    top: -620px;
  }
  .tablet\:t\+620p {
    top: 620px;
  }
  .tablet\:b-620p {
    bottom: -620px;
  }
  .tablet\:b\+620p {
    bottom: 620px;
  }
  .tablet\:l-620p {
    left: -620px;
  }
  .tablet\:l\+620p {
    left: 620px;
  }
  .tablet\:r-620p {
    right: -620px;
  }
  .tablet\:r\+620p {
    right: 620px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-630p {
    top: -630px;
  }
  .tablet\:t\+630p {
    top: 630px;
  }
  .tablet\:b-630p {
    bottom: -630px;
  }
  .tablet\:b\+630p {
    bottom: 630px;
  }
  .tablet\:l-630p {
    left: -630px;
  }
  .tablet\:l\+630p {
    left: 630px;
  }
  .tablet\:r-630p {
    right: -630px;
  }
  .tablet\:r\+630p {
    right: 630px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-640p {
    top: -640px;
  }
  .tablet\:t\+640p {
    top: 640px;
  }
  .tablet\:b-640p {
    bottom: -640px;
  }
  .tablet\:b\+640p {
    bottom: 640px;
  }
  .tablet\:l-640p {
    left: -640px;
  }
  .tablet\:l\+640p {
    left: 640px;
  }
  .tablet\:r-640p {
    right: -640px;
  }
  .tablet\:r\+640p {
    right: 640px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-650p {
    top: -650px;
  }
  .tablet\:t\+650p {
    top: 650px;
  }
  .tablet\:b-650p {
    bottom: -650px;
  }
  .tablet\:b\+650p {
    bottom: 650px;
  }
  .tablet\:l-650p {
    left: -650px;
  }
  .tablet\:l\+650p {
    left: 650px;
  }
  .tablet\:r-650p {
    right: -650px;
  }
  .tablet\:r\+650p {
    right: 650px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-660p {
    top: -660px;
  }
  .tablet\:t\+660p {
    top: 660px;
  }
  .tablet\:b-660p {
    bottom: -660px;
  }
  .tablet\:b\+660p {
    bottom: 660px;
  }
  .tablet\:l-660p {
    left: -660px;
  }
  .tablet\:l\+660p {
    left: 660px;
  }
  .tablet\:r-660p {
    right: -660px;
  }
  .tablet\:r\+660p {
    right: 660px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-670p {
    top: -670px;
  }
  .tablet\:t\+670p {
    top: 670px;
  }
  .tablet\:b-670p {
    bottom: -670px;
  }
  .tablet\:b\+670p {
    bottom: 670px;
  }
  .tablet\:l-670p {
    left: -670px;
  }
  .tablet\:l\+670p {
    left: 670px;
  }
  .tablet\:r-670p {
    right: -670px;
  }
  .tablet\:r\+670p {
    right: 670px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-680p {
    top: -680px;
  }
  .tablet\:t\+680p {
    top: 680px;
  }
  .tablet\:b-680p {
    bottom: -680px;
  }
  .tablet\:b\+680p {
    bottom: 680px;
  }
  .tablet\:l-680p {
    left: -680px;
  }
  .tablet\:l\+680p {
    left: 680px;
  }
  .tablet\:r-680p {
    right: -680px;
  }
  .tablet\:r\+680p {
    right: 680px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-690p {
    top: -690px;
  }
  .tablet\:t\+690p {
    top: 690px;
  }
  .tablet\:b-690p {
    bottom: -690px;
  }
  .tablet\:b\+690p {
    bottom: 690px;
  }
  .tablet\:l-690p {
    left: -690px;
  }
  .tablet\:l\+690p {
    left: 690px;
  }
  .tablet\:r-690p {
    right: -690px;
  }
  .tablet\:r\+690p {
    right: 690px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-700p {
    top: -700px;
  }
  .tablet\:t\+700p {
    top: 700px;
  }
  .tablet\:b-700p {
    bottom: -700px;
  }
  .tablet\:b\+700p {
    bottom: 700px;
  }
  .tablet\:l-700p {
    left: -700px;
  }
  .tablet\:l\+700p {
    left: 700px;
  }
  .tablet\:r-700p {
    right: -700px;
  }
  .tablet\:r\+700p {
    right: 700px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-710p {
    top: -710px;
  }
  .tablet\:t\+710p {
    top: 710px;
  }
  .tablet\:b-710p {
    bottom: -710px;
  }
  .tablet\:b\+710p {
    bottom: 710px;
  }
  .tablet\:l-710p {
    left: -710px;
  }
  .tablet\:l\+710p {
    left: 710px;
  }
  .tablet\:r-710p {
    right: -710px;
  }
  .tablet\:r\+710p {
    right: 710px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-720p {
    top: -720px;
  }
  .tablet\:t\+720p {
    top: 720px;
  }
  .tablet\:b-720p {
    bottom: -720px;
  }
  .tablet\:b\+720p {
    bottom: 720px;
  }
  .tablet\:l-720p {
    left: -720px;
  }
  .tablet\:l\+720p {
    left: 720px;
  }
  .tablet\:r-720p {
    right: -720px;
  }
  .tablet\:r\+720p {
    right: 720px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-730p {
    top: -730px;
  }
  .tablet\:t\+730p {
    top: 730px;
  }
  .tablet\:b-730p {
    bottom: -730px;
  }
  .tablet\:b\+730p {
    bottom: 730px;
  }
  .tablet\:l-730p {
    left: -730px;
  }
  .tablet\:l\+730p {
    left: 730px;
  }
  .tablet\:r-730p {
    right: -730px;
  }
  .tablet\:r\+730p {
    right: 730px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-740p {
    top: -740px;
  }
  .tablet\:t\+740p {
    top: 740px;
  }
  .tablet\:b-740p {
    bottom: -740px;
  }
  .tablet\:b\+740p {
    bottom: 740px;
  }
  .tablet\:l-740p {
    left: -740px;
  }
  .tablet\:l\+740p {
    left: 740px;
  }
  .tablet\:r-740p {
    right: -740px;
  }
  .tablet\:r\+740p {
    right: 740px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-750p {
    top: -750px;
  }
  .tablet\:t\+750p {
    top: 750px;
  }
  .tablet\:b-750p {
    bottom: -750px;
  }
  .tablet\:b\+750p {
    bottom: 750px;
  }
  .tablet\:l-750p {
    left: -750px;
  }
  .tablet\:l\+750p {
    left: 750px;
  }
  .tablet\:r-750p {
    right: -750px;
  }
  .tablet\:r\+750p {
    right: 750px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-760p {
    top: -760px;
  }
  .tablet\:t\+760p {
    top: 760px;
  }
  .tablet\:b-760p {
    bottom: -760px;
  }
  .tablet\:b\+760p {
    bottom: 760px;
  }
  .tablet\:l-760p {
    left: -760px;
  }
  .tablet\:l\+760p {
    left: 760px;
  }
  .tablet\:r-760p {
    right: -760px;
  }
  .tablet\:r\+760p {
    right: 760px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-770p {
    top: -770px;
  }
  .tablet\:t\+770p {
    top: 770px;
  }
  .tablet\:b-770p {
    bottom: -770px;
  }
  .tablet\:b\+770p {
    bottom: 770px;
  }
  .tablet\:l-770p {
    left: -770px;
  }
  .tablet\:l\+770p {
    left: 770px;
  }
  .tablet\:r-770p {
    right: -770px;
  }
  .tablet\:r\+770p {
    right: 770px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-780p {
    top: -780px;
  }
  .tablet\:t\+780p {
    top: 780px;
  }
  .tablet\:b-780p {
    bottom: -780px;
  }
  .tablet\:b\+780p {
    bottom: 780px;
  }
  .tablet\:l-780p {
    left: -780px;
  }
  .tablet\:l\+780p {
    left: 780px;
  }
  .tablet\:r-780p {
    right: -780px;
  }
  .tablet\:r\+780p {
    right: 780px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-790p {
    top: -790px;
  }
  .tablet\:t\+790p {
    top: 790px;
  }
  .tablet\:b-790p {
    bottom: -790px;
  }
  .tablet\:b\+790p {
    bottom: 790px;
  }
  .tablet\:l-790p {
    left: -790px;
  }
  .tablet\:l\+790p {
    left: 790px;
  }
  .tablet\:r-790p {
    right: -790px;
  }
  .tablet\:r\+790p {
    right: 790px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-800p {
    top: -800px;
  }
  .tablet\:t\+800p {
    top: 800px;
  }
  .tablet\:b-800p {
    bottom: -800px;
  }
  .tablet\:b\+800p {
    bottom: 800px;
  }
  .tablet\:l-800p {
    left: -800px;
  }
  .tablet\:l\+800p {
    left: 800px;
  }
  .tablet\:r-800p {
    right: -800px;
  }
  .tablet\:r\+800p {
    right: 800px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-810p {
    top: -810px;
  }
  .tablet\:t\+810p {
    top: 810px;
  }
  .tablet\:b-810p {
    bottom: -810px;
  }
  .tablet\:b\+810p {
    bottom: 810px;
  }
  .tablet\:l-810p {
    left: -810px;
  }
  .tablet\:l\+810p {
    left: 810px;
  }
  .tablet\:r-810p {
    right: -810px;
  }
  .tablet\:r\+810p {
    right: 810px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-820p {
    top: -820px;
  }
  .tablet\:t\+820p {
    top: 820px;
  }
  .tablet\:b-820p {
    bottom: -820px;
  }
  .tablet\:b\+820p {
    bottom: 820px;
  }
  .tablet\:l-820p {
    left: -820px;
  }
  .tablet\:l\+820p {
    left: 820px;
  }
  .tablet\:r-820p {
    right: -820px;
  }
  .tablet\:r\+820p {
    right: 820px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-830p {
    top: -830px;
  }
  .tablet\:t\+830p {
    top: 830px;
  }
  .tablet\:b-830p {
    bottom: -830px;
  }
  .tablet\:b\+830p {
    bottom: 830px;
  }
  .tablet\:l-830p {
    left: -830px;
  }
  .tablet\:l\+830p {
    left: 830px;
  }
  .tablet\:r-830p {
    right: -830px;
  }
  .tablet\:r\+830p {
    right: 830px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-840p {
    top: -840px;
  }
  .tablet\:t\+840p {
    top: 840px;
  }
  .tablet\:b-840p {
    bottom: -840px;
  }
  .tablet\:b\+840p {
    bottom: 840px;
  }
  .tablet\:l-840p {
    left: -840px;
  }
  .tablet\:l\+840p {
    left: 840px;
  }
  .tablet\:r-840p {
    right: -840px;
  }
  .tablet\:r\+840p {
    right: 840px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-850p {
    top: -850px;
  }
  .tablet\:t\+850p {
    top: 850px;
  }
  .tablet\:b-850p {
    bottom: -850px;
  }
  .tablet\:b\+850p {
    bottom: 850px;
  }
  .tablet\:l-850p {
    left: -850px;
  }
  .tablet\:l\+850p {
    left: 850px;
  }
  .tablet\:r-850p {
    right: -850px;
  }
  .tablet\:r\+850p {
    right: 850px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-860p {
    top: -860px;
  }
  .tablet\:t\+860p {
    top: 860px;
  }
  .tablet\:b-860p {
    bottom: -860px;
  }
  .tablet\:b\+860p {
    bottom: 860px;
  }
  .tablet\:l-860p {
    left: -860px;
  }
  .tablet\:l\+860p {
    left: 860px;
  }
  .tablet\:r-860p {
    right: -860px;
  }
  .tablet\:r\+860p {
    right: 860px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-870p {
    top: -870px;
  }
  .tablet\:t\+870p {
    top: 870px;
  }
  .tablet\:b-870p {
    bottom: -870px;
  }
  .tablet\:b\+870p {
    bottom: 870px;
  }
  .tablet\:l-870p {
    left: -870px;
  }
  .tablet\:l\+870p {
    left: 870px;
  }
  .tablet\:r-870p {
    right: -870px;
  }
  .tablet\:r\+870p {
    right: 870px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-880p {
    top: -880px;
  }
  .tablet\:t\+880p {
    top: 880px;
  }
  .tablet\:b-880p {
    bottom: -880px;
  }
  .tablet\:b\+880p {
    bottom: 880px;
  }
  .tablet\:l-880p {
    left: -880px;
  }
  .tablet\:l\+880p {
    left: 880px;
  }
  .tablet\:r-880p {
    right: -880px;
  }
  .tablet\:r\+880p {
    right: 880px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-890p {
    top: -890px;
  }
  .tablet\:t\+890p {
    top: 890px;
  }
  .tablet\:b-890p {
    bottom: -890px;
  }
  .tablet\:b\+890p {
    bottom: 890px;
  }
  .tablet\:l-890p {
    left: -890px;
  }
  .tablet\:l\+890p {
    left: 890px;
  }
  .tablet\:r-890p {
    right: -890px;
  }
  .tablet\:r\+890p {
    right: 890px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-900p {
    top: -900px;
  }
  .tablet\:t\+900p {
    top: 900px;
  }
  .tablet\:b-900p {
    bottom: -900px;
  }
  .tablet\:b\+900p {
    bottom: 900px;
  }
  .tablet\:l-900p {
    left: -900px;
  }
  .tablet\:l\+900p {
    left: 900px;
  }
  .tablet\:r-900p {
    right: -900px;
  }
  .tablet\:r\+900p {
    right: 900px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-910p {
    top: -910px;
  }
  .tablet\:t\+910p {
    top: 910px;
  }
  .tablet\:b-910p {
    bottom: -910px;
  }
  .tablet\:b\+910p {
    bottom: 910px;
  }
  .tablet\:l-910p {
    left: -910px;
  }
  .tablet\:l\+910p {
    left: 910px;
  }
  .tablet\:r-910p {
    right: -910px;
  }
  .tablet\:r\+910p {
    right: 910px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-920p {
    top: -920px;
  }
  .tablet\:t\+920p {
    top: 920px;
  }
  .tablet\:b-920p {
    bottom: -920px;
  }
  .tablet\:b\+920p {
    bottom: 920px;
  }
  .tablet\:l-920p {
    left: -920px;
  }
  .tablet\:l\+920p {
    left: 920px;
  }
  .tablet\:r-920p {
    right: -920px;
  }
  .tablet\:r\+920p {
    right: 920px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-930p {
    top: -930px;
  }
  .tablet\:t\+930p {
    top: 930px;
  }
  .tablet\:b-930p {
    bottom: -930px;
  }
  .tablet\:b\+930p {
    bottom: 930px;
  }
  .tablet\:l-930p {
    left: -930px;
  }
  .tablet\:l\+930p {
    left: 930px;
  }
  .tablet\:r-930p {
    right: -930px;
  }
  .tablet\:r\+930p {
    right: 930px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-940p {
    top: -940px;
  }
  .tablet\:t\+940p {
    top: 940px;
  }
  .tablet\:b-940p {
    bottom: -940px;
  }
  .tablet\:b\+940p {
    bottom: 940px;
  }
  .tablet\:l-940p {
    left: -940px;
  }
  .tablet\:l\+940p {
    left: 940px;
  }
  .tablet\:r-940p {
    right: -940px;
  }
  .tablet\:r\+940p {
    right: 940px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-950p {
    top: -950px;
  }
  .tablet\:t\+950p {
    top: 950px;
  }
  .tablet\:b-950p {
    bottom: -950px;
  }
  .tablet\:b\+950p {
    bottom: 950px;
  }
  .tablet\:l-950p {
    left: -950px;
  }
  .tablet\:l\+950p {
    left: 950px;
  }
  .tablet\:r-950p {
    right: -950px;
  }
  .tablet\:r\+950p {
    right: 950px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-960p {
    top: -960px;
  }
  .tablet\:t\+960p {
    top: 960px;
  }
  .tablet\:b-960p {
    bottom: -960px;
  }
  .tablet\:b\+960p {
    bottom: 960px;
  }
  .tablet\:l-960p {
    left: -960px;
  }
  .tablet\:l\+960p {
    left: 960px;
  }
  .tablet\:r-960p {
    right: -960px;
  }
  .tablet\:r\+960p {
    right: 960px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-970p {
    top: -970px;
  }
  .tablet\:t\+970p {
    top: 970px;
  }
  .tablet\:b-970p {
    bottom: -970px;
  }
  .tablet\:b\+970p {
    bottom: 970px;
  }
  .tablet\:l-970p {
    left: -970px;
  }
  .tablet\:l\+970p {
    left: 970px;
  }
  .tablet\:r-970p {
    right: -970px;
  }
  .tablet\:r\+970p {
    right: 970px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-980p {
    top: -980px;
  }
  .tablet\:t\+980p {
    top: 980px;
  }
  .tablet\:b-980p {
    bottom: -980px;
  }
  .tablet\:b\+980p {
    bottom: 980px;
  }
  .tablet\:l-980p {
    left: -980px;
  }
  .tablet\:l\+980p {
    left: 980px;
  }
  .tablet\:r-980p {
    right: -980px;
  }
  .tablet\:r\+980p {
    right: 980px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-990p {
    top: -990px;
  }
  .tablet\:t\+990p {
    top: 990px;
  }
  .tablet\:b-990p {
    bottom: -990px;
  }
  .tablet\:b\+990p {
    bottom: 990px;
  }
  .tablet\:l-990p {
    left: -990px;
  }
  .tablet\:l\+990p {
    left: 990px;
  }
  .tablet\:r-990p {
    right: -990px;
  }
  .tablet\:r\+990p {
    right: 990px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1000p {
    top: -1000px;
  }
  .tablet\:t\+1000p {
    top: 1000px;
  }
  .tablet\:b-1000p {
    bottom: -1000px;
  }
  .tablet\:b\+1000p {
    bottom: 1000px;
  }
  .tablet\:l-1000p {
    left: -1000px;
  }
  .tablet\:l\+1000p {
    left: 1000px;
  }
  .tablet\:r-1000p {
    right: -1000px;
  }
  .tablet\:r\+1000p {
    right: 1000px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1010p {
    top: -1010px;
  }
  .tablet\:t\+1010p {
    top: 1010px;
  }
  .tablet\:b-1010p {
    bottom: -1010px;
  }
  .tablet\:b\+1010p {
    bottom: 1010px;
  }
  .tablet\:l-1010p {
    left: -1010px;
  }
  .tablet\:l\+1010p {
    left: 1010px;
  }
  .tablet\:r-1010p {
    right: -1010px;
  }
  .tablet\:r\+1010p {
    right: 1010px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1020p {
    top: -1020px;
  }
  .tablet\:t\+1020p {
    top: 1020px;
  }
  .tablet\:b-1020p {
    bottom: -1020px;
  }
  .tablet\:b\+1020p {
    bottom: 1020px;
  }
  .tablet\:l-1020p {
    left: -1020px;
  }
  .tablet\:l\+1020p {
    left: 1020px;
  }
  .tablet\:r-1020p {
    right: -1020px;
  }
  .tablet\:r\+1020p {
    right: 1020px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1030p {
    top: -1030px;
  }
  .tablet\:t\+1030p {
    top: 1030px;
  }
  .tablet\:b-1030p {
    bottom: -1030px;
  }
  .tablet\:b\+1030p {
    bottom: 1030px;
  }
  .tablet\:l-1030p {
    left: -1030px;
  }
  .tablet\:l\+1030p {
    left: 1030px;
  }
  .tablet\:r-1030p {
    right: -1030px;
  }
  .tablet\:r\+1030p {
    right: 1030px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1040p {
    top: -1040px;
  }
  .tablet\:t\+1040p {
    top: 1040px;
  }
  .tablet\:b-1040p {
    bottom: -1040px;
  }
  .tablet\:b\+1040p {
    bottom: 1040px;
  }
  .tablet\:l-1040p {
    left: -1040px;
  }
  .tablet\:l\+1040p {
    left: 1040px;
  }
  .tablet\:r-1040p {
    right: -1040px;
  }
  .tablet\:r\+1040p {
    right: 1040px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1050p {
    top: -1050px;
  }
  .tablet\:t\+1050p {
    top: 1050px;
  }
  .tablet\:b-1050p {
    bottom: -1050px;
  }
  .tablet\:b\+1050p {
    bottom: 1050px;
  }
  .tablet\:l-1050p {
    left: -1050px;
  }
  .tablet\:l\+1050p {
    left: 1050px;
  }
  .tablet\:r-1050p {
    right: -1050px;
  }
  .tablet\:r\+1050p {
    right: 1050px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1060p {
    top: -1060px;
  }
  .tablet\:t\+1060p {
    top: 1060px;
  }
  .tablet\:b-1060p {
    bottom: -1060px;
  }
  .tablet\:b\+1060p {
    bottom: 1060px;
  }
  .tablet\:l-1060p {
    left: -1060px;
  }
  .tablet\:l\+1060p {
    left: 1060px;
  }
  .tablet\:r-1060p {
    right: -1060px;
  }
  .tablet\:r\+1060p {
    right: 1060px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1070p {
    top: -1070px;
  }
  .tablet\:t\+1070p {
    top: 1070px;
  }
  .tablet\:b-1070p {
    bottom: -1070px;
  }
  .tablet\:b\+1070p {
    bottom: 1070px;
  }
  .tablet\:l-1070p {
    left: -1070px;
  }
  .tablet\:l\+1070p {
    left: 1070px;
  }
  .tablet\:r-1070p {
    right: -1070px;
  }
  .tablet\:r\+1070p {
    right: 1070px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1080p {
    top: -1080px;
  }
  .tablet\:t\+1080p {
    top: 1080px;
  }
  .tablet\:b-1080p {
    bottom: -1080px;
  }
  .tablet\:b\+1080p {
    bottom: 1080px;
  }
  .tablet\:l-1080p {
    left: -1080px;
  }
  .tablet\:l\+1080p {
    left: 1080px;
  }
  .tablet\:r-1080p {
    right: -1080px;
  }
  .tablet\:r\+1080p {
    right: 1080px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1090p {
    top: -1090px;
  }
  .tablet\:t\+1090p {
    top: 1090px;
  }
  .tablet\:b-1090p {
    bottom: -1090px;
  }
  .tablet\:b\+1090p {
    bottom: 1090px;
  }
  .tablet\:l-1090p {
    left: -1090px;
  }
  .tablet\:l\+1090p {
    left: 1090px;
  }
  .tablet\:r-1090p {
    right: -1090px;
  }
  .tablet\:r\+1090p {
    right: 1090px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1100p {
    top: -1100px;
  }
  .tablet\:t\+1100p {
    top: 1100px;
  }
  .tablet\:b-1100p {
    bottom: -1100px;
  }
  .tablet\:b\+1100p {
    bottom: 1100px;
  }
  .tablet\:l-1100p {
    left: -1100px;
  }
  .tablet\:l\+1100p {
    left: 1100px;
  }
  .tablet\:r-1100p {
    right: -1100px;
  }
  .tablet\:r\+1100p {
    right: 1100px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1110p {
    top: -1110px;
  }
  .tablet\:t\+1110p {
    top: 1110px;
  }
  .tablet\:b-1110p {
    bottom: -1110px;
  }
  .tablet\:b\+1110p {
    bottom: 1110px;
  }
  .tablet\:l-1110p {
    left: -1110px;
  }
  .tablet\:l\+1110p {
    left: 1110px;
  }
  .tablet\:r-1110p {
    right: -1110px;
  }
  .tablet\:r\+1110p {
    right: 1110px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1120p {
    top: -1120px;
  }
  .tablet\:t\+1120p {
    top: 1120px;
  }
  .tablet\:b-1120p {
    bottom: -1120px;
  }
  .tablet\:b\+1120p {
    bottom: 1120px;
  }
  .tablet\:l-1120p {
    left: -1120px;
  }
  .tablet\:l\+1120p {
    left: 1120px;
  }
  .tablet\:r-1120p {
    right: -1120px;
  }
  .tablet\:r\+1120p {
    right: 1120px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1130p {
    top: -1130px;
  }
  .tablet\:t\+1130p {
    top: 1130px;
  }
  .tablet\:b-1130p {
    bottom: -1130px;
  }
  .tablet\:b\+1130p {
    bottom: 1130px;
  }
  .tablet\:l-1130p {
    left: -1130px;
  }
  .tablet\:l\+1130p {
    left: 1130px;
  }
  .tablet\:r-1130p {
    right: -1130px;
  }
  .tablet\:r\+1130p {
    right: 1130px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1140p {
    top: -1140px;
  }
  .tablet\:t\+1140p {
    top: 1140px;
  }
  .tablet\:b-1140p {
    bottom: -1140px;
  }
  .tablet\:b\+1140p {
    bottom: 1140px;
  }
  .tablet\:l-1140p {
    left: -1140px;
  }
  .tablet\:l\+1140p {
    left: 1140px;
  }
  .tablet\:r-1140p {
    right: -1140px;
  }
  .tablet\:r\+1140p {
    right: 1140px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1150p {
    top: -1150px;
  }
  .tablet\:t\+1150p {
    top: 1150px;
  }
  .tablet\:b-1150p {
    bottom: -1150px;
  }
  .tablet\:b\+1150p {
    bottom: 1150px;
  }
  .tablet\:l-1150p {
    left: -1150px;
  }
  .tablet\:l\+1150p {
    left: 1150px;
  }
  .tablet\:r-1150p {
    right: -1150px;
  }
  .tablet\:r\+1150p {
    right: 1150px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1160p {
    top: -1160px;
  }
  .tablet\:t\+1160p {
    top: 1160px;
  }
  .tablet\:b-1160p {
    bottom: -1160px;
  }
  .tablet\:b\+1160p {
    bottom: 1160px;
  }
  .tablet\:l-1160p {
    left: -1160px;
  }
  .tablet\:l\+1160p {
    left: 1160px;
  }
  .tablet\:r-1160p {
    right: -1160px;
  }
  .tablet\:r\+1160p {
    right: 1160px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1170p {
    top: -1170px;
  }
  .tablet\:t\+1170p {
    top: 1170px;
  }
  .tablet\:b-1170p {
    bottom: -1170px;
  }
  .tablet\:b\+1170p {
    bottom: 1170px;
  }
  .tablet\:l-1170p {
    left: -1170px;
  }
  .tablet\:l\+1170p {
    left: 1170px;
  }
  .tablet\:r-1170p {
    right: -1170px;
  }
  .tablet\:r\+1170p {
    right: 1170px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1180p {
    top: -1180px;
  }
  .tablet\:t\+1180p {
    top: 1180px;
  }
  .tablet\:b-1180p {
    bottom: -1180px;
  }
  .tablet\:b\+1180p {
    bottom: 1180px;
  }
  .tablet\:l-1180p {
    left: -1180px;
  }
  .tablet\:l\+1180p {
    left: 1180px;
  }
  .tablet\:r-1180p {
    right: -1180px;
  }
  .tablet\:r\+1180p {
    right: 1180px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1190p {
    top: -1190px;
  }
  .tablet\:t\+1190p {
    top: 1190px;
  }
  .tablet\:b-1190p {
    bottom: -1190px;
  }
  .tablet\:b\+1190p {
    bottom: 1190px;
  }
  .tablet\:l-1190p {
    left: -1190px;
  }
  .tablet\:l\+1190p {
    left: 1190px;
  }
  .tablet\:r-1190p {
    right: -1190px;
  }
  .tablet\:r\+1190p {
    right: 1190px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1200p {
    top: -1200px;
  }
  .tablet\:t\+1200p {
    top: 1200px;
  }
  .tablet\:b-1200p {
    bottom: -1200px;
  }
  .tablet\:b\+1200p {
    bottom: 1200px;
  }
  .tablet\:l-1200p {
    left: -1200px;
  }
  .tablet\:l\+1200p {
    left: 1200px;
  }
  .tablet\:r-1200p {
    right: -1200px;
  }
  .tablet\:r\+1200p {
    right: 1200px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1210p {
    top: -1210px;
  }
  .tablet\:t\+1210p {
    top: 1210px;
  }
  .tablet\:b-1210p {
    bottom: -1210px;
  }
  .tablet\:b\+1210p {
    bottom: 1210px;
  }
  .tablet\:l-1210p {
    left: -1210px;
  }
  .tablet\:l\+1210p {
    left: 1210px;
  }
  .tablet\:r-1210p {
    right: -1210px;
  }
  .tablet\:r\+1210p {
    right: 1210px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1220p {
    top: -1220px;
  }
  .tablet\:t\+1220p {
    top: 1220px;
  }
  .tablet\:b-1220p {
    bottom: -1220px;
  }
  .tablet\:b\+1220p {
    bottom: 1220px;
  }
  .tablet\:l-1220p {
    left: -1220px;
  }
  .tablet\:l\+1220p {
    left: 1220px;
  }
  .tablet\:r-1220p {
    right: -1220px;
  }
  .tablet\:r\+1220p {
    right: 1220px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1230p {
    top: -1230px;
  }
  .tablet\:t\+1230p {
    top: 1230px;
  }
  .tablet\:b-1230p {
    bottom: -1230px;
  }
  .tablet\:b\+1230p {
    bottom: 1230px;
  }
  .tablet\:l-1230p {
    left: -1230px;
  }
  .tablet\:l\+1230p {
    left: 1230px;
  }
  .tablet\:r-1230p {
    right: -1230px;
  }
  .tablet\:r\+1230p {
    right: 1230px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1240p {
    top: -1240px;
  }
  .tablet\:t\+1240p {
    top: 1240px;
  }
  .tablet\:b-1240p {
    bottom: -1240px;
  }
  .tablet\:b\+1240p {
    bottom: 1240px;
  }
  .tablet\:l-1240p {
    left: -1240px;
  }
  .tablet\:l\+1240p {
    left: 1240px;
  }
  .tablet\:r-1240p {
    right: -1240px;
  }
  .tablet\:r\+1240p {
    right: 1240px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1250p {
    top: -1250px;
  }
  .tablet\:t\+1250p {
    top: 1250px;
  }
  .tablet\:b-1250p {
    bottom: -1250px;
  }
  .tablet\:b\+1250p {
    bottom: 1250px;
  }
  .tablet\:l-1250p {
    left: -1250px;
  }
  .tablet\:l\+1250p {
    left: 1250px;
  }
  .tablet\:r-1250p {
    right: -1250px;
  }
  .tablet\:r\+1250p {
    right: 1250px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1260p {
    top: -1260px;
  }
  .tablet\:t\+1260p {
    top: 1260px;
  }
  .tablet\:b-1260p {
    bottom: -1260px;
  }
  .tablet\:b\+1260p {
    bottom: 1260px;
  }
  .tablet\:l-1260p {
    left: -1260px;
  }
  .tablet\:l\+1260p {
    left: 1260px;
  }
  .tablet\:r-1260p {
    right: -1260px;
  }
  .tablet\:r\+1260p {
    right: 1260px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1270p {
    top: -1270px;
  }
  .tablet\:t\+1270p {
    top: 1270px;
  }
  .tablet\:b-1270p {
    bottom: -1270px;
  }
  .tablet\:b\+1270p {
    bottom: 1270px;
  }
  .tablet\:l-1270p {
    left: -1270px;
  }
  .tablet\:l\+1270p {
    left: 1270px;
  }
  .tablet\:r-1270p {
    right: -1270px;
  }
  .tablet\:r\+1270p {
    right: 1270px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1280p {
    top: -1280px;
  }
  .tablet\:t\+1280p {
    top: 1280px;
  }
  .tablet\:b-1280p {
    bottom: -1280px;
  }
  .tablet\:b\+1280p {
    bottom: 1280px;
  }
  .tablet\:l-1280p {
    left: -1280px;
  }
  .tablet\:l\+1280p {
    left: 1280px;
  }
  .tablet\:r-1280p {
    right: -1280px;
  }
  .tablet\:r\+1280p {
    right: 1280px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1290p {
    top: -1290px;
  }
  .tablet\:t\+1290p {
    top: 1290px;
  }
  .tablet\:b-1290p {
    bottom: -1290px;
  }
  .tablet\:b\+1290p {
    bottom: 1290px;
  }
  .tablet\:l-1290p {
    left: -1290px;
  }
  .tablet\:l\+1290p {
    left: 1290px;
  }
  .tablet\:r-1290p {
    right: -1290px;
  }
  .tablet\:r\+1290p {
    right: 1290px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1300p {
    top: -1300px;
  }
  .tablet\:t\+1300p {
    top: 1300px;
  }
  .tablet\:b-1300p {
    bottom: -1300px;
  }
  .tablet\:b\+1300p {
    bottom: 1300px;
  }
  .tablet\:l-1300p {
    left: -1300px;
  }
  .tablet\:l\+1300p {
    left: 1300px;
  }
  .tablet\:r-1300p {
    right: -1300px;
  }
  .tablet\:r\+1300p {
    right: 1300px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1310p {
    top: -1310px;
  }
  .tablet\:t\+1310p {
    top: 1310px;
  }
  .tablet\:b-1310p {
    bottom: -1310px;
  }
  .tablet\:b\+1310p {
    bottom: 1310px;
  }
  .tablet\:l-1310p {
    left: -1310px;
  }
  .tablet\:l\+1310p {
    left: 1310px;
  }
  .tablet\:r-1310p {
    right: -1310px;
  }
  .tablet\:r\+1310p {
    right: 1310px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1320p {
    top: -1320px;
  }
  .tablet\:t\+1320p {
    top: 1320px;
  }
  .tablet\:b-1320p {
    bottom: -1320px;
  }
  .tablet\:b\+1320p {
    bottom: 1320px;
  }
  .tablet\:l-1320p {
    left: -1320px;
  }
  .tablet\:l\+1320p {
    left: 1320px;
  }
  .tablet\:r-1320p {
    right: -1320px;
  }
  .tablet\:r\+1320p {
    right: 1320px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1330p {
    top: -1330px;
  }
  .tablet\:t\+1330p {
    top: 1330px;
  }
  .tablet\:b-1330p {
    bottom: -1330px;
  }
  .tablet\:b\+1330p {
    bottom: 1330px;
  }
  .tablet\:l-1330p {
    left: -1330px;
  }
  .tablet\:l\+1330p {
    left: 1330px;
  }
  .tablet\:r-1330p {
    right: -1330px;
  }
  .tablet\:r\+1330p {
    right: 1330px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1340p {
    top: -1340px;
  }
  .tablet\:t\+1340p {
    top: 1340px;
  }
  .tablet\:b-1340p {
    bottom: -1340px;
  }
  .tablet\:b\+1340p {
    bottom: 1340px;
  }
  .tablet\:l-1340p {
    left: -1340px;
  }
  .tablet\:l\+1340p {
    left: 1340px;
  }
  .tablet\:r-1340p {
    right: -1340px;
  }
  .tablet\:r\+1340p {
    right: 1340px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1350p {
    top: -1350px;
  }
  .tablet\:t\+1350p {
    top: 1350px;
  }
  .tablet\:b-1350p {
    bottom: -1350px;
  }
  .tablet\:b\+1350p {
    bottom: 1350px;
  }
  .tablet\:l-1350p {
    left: -1350px;
  }
  .tablet\:l\+1350p {
    left: 1350px;
  }
  .tablet\:r-1350p {
    right: -1350px;
  }
  .tablet\:r\+1350p {
    right: 1350px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1360p {
    top: -1360px;
  }
  .tablet\:t\+1360p {
    top: 1360px;
  }
  .tablet\:b-1360p {
    bottom: -1360px;
  }
  .tablet\:b\+1360p {
    bottom: 1360px;
  }
  .tablet\:l-1360p {
    left: -1360px;
  }
  .tablet\:l\+1360p {
    left: 1360px;
  }
  .tablet\:r-1360p {
    right: -1360px;
  }
  .tablet\:r\+1360p {
    right: 1360px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1370p {
    top: -1370px;
  }
  .tablet\:t\+1370p {
    top: 1370px;
  }
  .tablet\:b-1370p {
    bottom: -1370px;
  }
  .tablet\:b\+1370p {
    bottom: 1370px;
  }
  .tablet\:l-1370p {
    left: -1370px;
  }
  .tablet\:l\+1370p {
    left: 1370px;
  }
  .tablet\:r-1370p {
    right: -1370px;
  }
  .tablet\:r\+1370p {
    right: 1370px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1380p {
    top: -1380px;
  }
  .tablet\:t\+1380p {
    top: 1380px;
  }
  .tablet\:b-1380p {
    bottom: -1380px;
  }
  .tablet\:b\+1380p {
    bottom: 1380px;
  }
  .tablet\:l-1380p {
    left: -1380px;
  }
  .tablet\:l\+1380p {
    left: 1380px;
  }
  .tablet\:r-1380p {
    right: -1380px;
  }
  .tablet\:r\+1380p {
    right: 1380px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1390p {
    top: -1390px;
  }
  .tablet\:t\+1390p {
    top: 1390px;
  }
  .tablet\:b-1390p {
    bottom: -1390px;
  }
  .tablet\:b\+1390p {
    bottom: 1390px;
  }
  .tablet\:l-1390p {
    left: -1390px;
  }
  .tablet\:l\+1390p {
    left: 1390px;
  }
  .tablet\:r-1390p {
    right: -1390px;
  }
  .tablet\:r\+1390p {
    right: 1390px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1400p {
    top: -1400px;
  }
  .tablet\:t\+1400p {
    top: 1400px;
  }
  .tablet\:b-1400p {
    bottom: -1400px;
  }
  .tablet\:b\+1400p {
    bottom: 1400px;
  }
  .tablet\:l-1400p {
    left: -1400px;
  }
  .tablet\:l\+1400p {
    left: 1400px;
  }
  .tablet\:r-1400p {
    right: -1400px;
  }
  .tablet\:r\+1400p {
    right: 1400px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1410p {
    top: -1410px;
  }
  .tablet\:t\+1410p {
    top: 1410px;
  }
  .tablet\:b-1410p {
    bottom: -1410px;
  }
  .tablet\:b\+1410p {
    bottom: 1410px;
  }
  .tablet\:l-1410p {
    left: -1410px;
  }
  .tablet\:l\+1410p {
    left: 1410px;
  }
  .tablet\:r-1410p {
    right: -1410px;
  }
  .tablet\:r\+1410p {
    right: 1410px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1420p {
    top: -1420px;
  }
  .tablet\:t\+1420p {
    top: 1420px;
  }
  .tablet\:b-1420p {
    bottom: -1420px;
  }
  .tablet\:b\+1420p {
    bottom: 1420px;
  }
  .tablet\:l-1420p {
    left: -1420px;
  }
  .tablet\:l\+1420p {
    left: 1420px;
  }
  .tablet\:r-1420p {
    right: -1420px;
  }
  .tablet\:r\+1420p {
    right: 1420px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1430p {
    top: -1430px;
  }
  .tablet\:t\+1430p {
    top: 1430px;
  }
  .tablet\:b-1430p {
    bottom: -1430px;
  }
  .tablet\:b\+1430p {
    bottom: 1430px;
  }
  .tablet\:l-1430p {
    left: -1430px;
  }
  .tablet\:l\+1430p {
    left: 1430px;
  }
  .tablet\:r-1430p {
    right: -1430px;
  }
  .tablet\:r\+1430p {
    right: 1430px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1440p {
    top: -1440px;
  }
  .tablet\:t\+1440p {
    top: 1440px;
  }
  .tablet\:b-1440p {
    bottom: -1440px;
  }
  .tablet\:b\+1440p {
    bottom: 1440px;
  }
  .tablet\:l-1440p {
    left: -1440px;
  }
  .tablet\:l\+1440p {
    left: 1440px;
  }
  .tablet\:r-1440p {
    right: -1440px;
  }
  .tablet\:r\+1440p {
    right: 1440px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1450p {
    top: -1450px;
  }
  .tablet\:t\+1450p {
    top: 1450px;
  }
  .tablet\:b-1450p {
    bottom: -1450px;
  }
  .tablet\:b\+1450p {
    bottom: 1450px;
  }
  .tablet\:l-1450p {
    left: -1450px;
  }
  .tablet\:l\+1450p {
    left: 1450px;
  }
  .tablet\:r-1450p {
    right: -1450px;
  }
  .tablet\:r\+1450p {
    right: 1450px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1460p {
    top: -1460px;
  }
  .tablet\:t\+1460p {
    top: 1460px;
  }
  .tablet\:b-1460p {
    bottom: -1460px;
  }
  .tablet\:b\+1460p {
    bottom: 1460px;
  }
  .tablet\:l-1460p {
    left: -1460px;
  }
  .tablet\:l\+1460p {
    left: 1460px;
  }
  .tablet\:r-1460p {
    right: -1460px;
  }
  .tablet\:r\+1460p {
    right: 1460px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1470p {
    top: -1470px;
  }
  .tablet\:t\+1470p {
    top: 1470px;
  }
  .tablet\:b-1470p {
    bottom: -1470px;
  }
  .tablet\:b\+1470p {
    bottom: 1470px;
  }
  .tablet\:l-1470p {
    left: -1470px;
  }
  .tablet\:l\+1470p {
    left: 1470px;
  }
  .tablet\:r-1470p {
    right: -1470px;
  }
  .tablet\:r\+1470p {
    right: 1470px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1480p {
    top: -1480px;
  }
  .tablet\:t\+1480p {
    top: 1480px;
  }
  .tablet\:b-1480p {
    bottom: -1480px;
  }
  .tablet\:b\+1480p {
    bottom: 1480px;
  }
  .tablet\:l-1480p {
    left: -1480px;
  }
  .tablet\:l\+1480p {
    left: 1480px;
  }
  .tablet\:r-1480p {
    right: -1480px;
  }
  .tablet\:r\+1480p {
    right: 1480px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1490p {
    top: -1490px;
  }
  .tablet\:t\+1490p {
    top: 1490px;
  }
  .tablet\:b-1490p {
    bottom: -1490px;
  }
  .tablet\:b\+1490p {
    bottom: 1490px;
  }
  .tablet\:l-1490p {
    left: -1490px;
  }
  .tablet\:l\+1490p {
    left: 1490px;
  }
  .tablet\:r-1490p {
    right: -1490px;
  }
  .tablet\:r\+1490p {
    right: 1490px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1500p {
    top: -1500px;
  }
  .tablet\:t\+1500p {
    top: 1500px;
  }
  .tablet\:b-1500p {
    bottom: -1500px;
  }
  .tablet\:b\+1500p {
    bottom: 1500px;
  }
  .tablet\:l-1500p {
    left: -1500px;
  }
  .tablet\:l\+1500p {
    left: 1500px;
  }
  .tablet\:r-1500p {
    right: -1500px;
  }
  .tablet\:r\+1500p {
    right: 1500px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1510p {
    top: -1510px;
  }
  .tablet\:t\+1510p {
    top: 1510px;
  }
  .tablet\:b-1510p {
    bottom: -1510px;
  }
  .tablet\:b\+1510p {
    bottom: 1510px;
  }
  .tablet\:l-1510p {
    left: -1510px;
  }
  .tablet\:l\+1510p {
    left: 1510px;
  }
  .tablet\:r-1510p {
    right: -1510px;
  }
  .tablet\:r\+1510p {
    right: 1510px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1520p {
    top: -1520px;
  }
  .tablet\:t\+1520p {
    top: 1520px;
  }
  .tablet\:b-1520p {
    bottom: -1520px;
  }
  .tablet\:b\+1520p {
    bottom: 1520px;
  }
  .tablet\:l-1520p {
    left: -1520px;
  }
  .tablet\:l\+1520p {
    left: 1520px;
  }
  .tablet\:r-1520p {
    right: -1520px;
  }
  .tablet\:r\+1520p {
    right: 1520px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1530p {
    top: -1530px;
  }
  .tablet\:t\+1530p {
    top: 1530px;
  }
  .tablet\:b-1530p {
    bottom: -1530px;
  }
  .tablet\:b\+1530p {
    bottom: 1530px;
  }
  .tablet\:l-1530p {
    left: -1530px;
  }
  .tablet\:l\+1530p {
    left: 1530px;
  }
  .tablet\:r-1530p {
    right: -1530px;
  }
  .tablet\:r\+1530p {
    right: 1530px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1540p {
    top: -1540px;
  }
  .tablet\:t\+1540p {
    top: 1540px;
  }
  .tablet\:b-1540p {
    bottom: -1540px;
  }
  .tablet\:b\+1540p {
    bottom: 1540px;
  }
  .tablet\:l-1540p {
    left: -1540px;
  }
  .tablet\:l\+1540p {
    left: 1540px;
  }
  .tablet\:r-1540p {
    right: -1540px;
  }
  .tablet\:r\+1540p {
    right: 1540px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1550p {
    top: -1550px;
  }
  .tablet\:t\+1550p {
    top: 1550px;
  }
  .tablet\:b-1550p {
    bottom: -1550px;
  }
  .tablet\:b\+1550p {
    bottom: 1550px;
  }
  .tablet\:l-1550p {
    left: -1550px;
  }
  .tablet\:l\+1550p {
    left: 1550px;
  }
  .tablet\:r-1550p {
    right: -1550px;
  }
  .tablet\:r\+1550p {
    right: 1550px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1560p {
    top: -1560px;
  }
  .tablet\:t\+1560p {
    top: 1560px;
  }
  .tablet\:b-1560p {
    bottom: -1560px;
  }
  .tablet\:b\+1560p {
    bottom: 1560px;
  }
  .tablet\:l-1560p {
    left: -1560px;
  }
  .tablet\:l\+1560p {
    left: 1560px;
  }
  .tablet\:r-1560p {
    right: -1560px;
  }
  .tablet\:r\+1560p {
    right: 1560px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1570p {
    top: -1570px;
  }
  .tablet\:t\+1570p {
    top: 1570px;
  }
  .tablet\:b-1570p {
    bottom: -1570px;
  }
  .tablet\:b\+1570p {
    bottom: 1570px;
  }
  .tablet\:l-1570p {
    left: -1570px;
  }
  .tablet\:l\+1570p {
    left: 1570px;
  }
  .tablet\:r-1570p {
    right: -1570px;
  }
  .tablet\:r\+1570p {
    right: 1570px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1580p {
    top: -1580px;
  }
  .tablet\:t\+1580p {
    top: 1580px;
  }
  .tablet\:b-1580p {
    bottom: -1580px;
  }
  .tablet\:b\+1580p {
    bottom: 1580px;
  }
  .tablet\:l-1580p {
    left: -1580px;
  }
  .tablet\:l\+1580p {
    left: 1580px;
  }
  .tablet\:r-1580p {
    right: -1580px;
  }
  .tablet\:r\+1580p {
    right: 1580px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1590p {
    top: -1590px;
  }
  .tablet\:t\+1590p {
    top: 1590px;
  }
  .tablet\:b-1590p {
    bottom: -1590px;
  }
  .tablet\:b\+1590p {
    bottom: 1590px;
  }
  .tablet\:l-1590p {
    left: -1590px;
  }
  .tablet\:l\+1590p {
    left: 1590px;
  }
  .tablet\:r-1590p {
    right: -1590px;
  }
  .tablet\:r\+1590p {
    right: 1590px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1600p {
    top: -1600px;
  }
  .tablet\:t\+1600p {
    top: 1600px;
  }
  .tablet\:b-1600p {
    bottom: -1600px;
  }
  .tablet\:b\+1600p {
    bottom: 1600px;
  }
  .tablet\:l-1600p {
    left: -1600px;
  }
  .tablet\:l\+1600p {
    left: 1600px;
  }
  .tablet\:r-1600p {
    right: -1600px;
  }
  .tablet\:r\+1600p {
    right: 1600px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1610p {
    top: -1610px;
  }
  .tablet\:t\+1610p {
    top: 1610px;
  }
  .tablet\:b-1610p {
    bottom: -1610px;
  }
  .tablet\:b\+1610p {
    bottom: 1610px;
  }
  .tablet\:l-1610p {
    left: -1610px;
  }
  .tablet\:l\+1610p {
    left: 1610px;
  }
  .tablet\:r-1610p {
    right: -1610px;
  }
  .tablet\:r\+1610p {
    right: 1610px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1620p {
    top: -1620px;
  }
  .tablet\:t\+1620p {
    top: 1620px;
  }
  .tablet\:b-1620p {
    bottom: -1620px;
  }
  .tablet\:b\+1620p {
    bottom: 1620px;
  }
  .tablet\:l-1620p {
    left: -1620px;
  }
  .tablet\:l\+1620p {
    left: 1620px;
  }
  .tablet\:r-1620p {
    right: -1620px;
  }
  .tablet\:r\+1620p {
    right: 1620px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1630p {
    top: -1630px;
  }
  .tablet\:t\+1630p {
    top: 1630px;
  }
  .tablet\:b-1630p {
    bottom: -1630px;
  }
  .tablet\:b\+1630p {
    bottom: 1630px;
  }
  .tablet\:l-1630p {
    left: -1630px;
  }
  .tablet\:l\+1630p {
    left: 1630px;
  }
  .tablet\:r-1630p {
    right: -1630px;
  }
  .tablet\:r\+1630p {
    right: 1630px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1640p {
    top: -1640px;
  }
  .tablet\:t\+1640p {
    top: 1640px;
  }
  .tablet\:b-1640p {
    bottom: -1640px;
  }
  .tablet\:b\+1640p {
    bottom: 1640px;
  }
  .tablet\:l-1640p {
    left: -1640px;
  }
  .tablet\:l\+1640p {
    left: 1640px;
  }
  .tablet\:r-1640p {
    right: -1640px;
  }
  .tablet\:r\+1640p {
    right: 1640px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1650p {
    top: -1650px;
  }
  .tablet\:t\+1650p {
    top: 1650px;
  }
  .tablet\:b-1650p {
    bottom: -1650px;
  }
  .tablet\:b\+1650p {
    bottom: 1650px;
  }
  .tablet\:l-1650p {
    left: -1650px;
  }
  .tablet\:l\+1650p {
    left: 1650px;
  }
  .tablet\:r-1650p {
    right: -1650px;
  }
  .tablet\:r\+1650p {
    right: 1650px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1660p {
    top: -1660px;
  }
  .tablet\:t\+1660p {
    top: 1660px;
  }
  .tablet\:b-1660p {
    bottom: -1660px;
  }
  .tablet\:b\+1660p {
    bottom: 1660px;
  }
  .tablet\:l-1660p {
    left: -1660px;
  }
  .tablet\:l\+1660p {
    left: 1660px;
  }
  .tablet\:r-1660p {
    right: -1660px;
  }
  .tablet\:r\+1660p {
    right: 1660px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1670p {
    top: -1670px;
  }
  .tablet\:t\+1670p {
    top: 1670px;
  }
  .tablet\:b-1670p {
    bottom: -1670px;
  }
  .tablet\:b\+1670p {
    bottom: 1670px;
  }
  .tablet\:l-1670p {
    left: -1670px;
  }
  .tablet\:l\+1670p {
    left: 1670px;
  }
  .tablet\:r-1670p {
    right: -1670px;
  }
  .tablet\:r\+1670p {
    right: 1670px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1680p {
    top: -1680px;
  }
  .tablet\:t\+1680p {
    top: 1680px;
  }
  .tablet\:b-1680p {
    bottom: -1680px;
  }
  .tablet\:b\+1680p {
    bottom: 1680px;
  }
  .tablet\:l-1680p {
    left: -1680px;
  }
  .tablet\:l\+1680p {
    left: 1680px;
  }
  .tablet\:r-1680p {
    right: -1680px;
  }
  .tablet\:r\+1680p {
    right: 1680px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1690p {
    top: -1690px;
  }
  .tablet\:t\+1690p {
    top: 1690px;
  }
  .tablet\:b-1690p {
    bottom: -1690px;
  }
  .tablet\:b\+1690p {
    bottom: 1690px;
  }
  .tablet\:l-1690p {
    left: -1690px;
  }
  .tablet\:l\+1690p {
    left: 1690px;
  }
  .tablet\:r-1690p {
    right: -1690px;
  }
  .tablet\:r\+1690p {
    right: 1690px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1700p {
    top: -1700px;
  }
  .tablet\:t\+1700p {
    top: 1700px;
  }
  .tablet\:b-1700p {
    bottom: -1700px;
  }
  .tablet\:b\+1700p {
    bottom: 1700px;
  }
  .tablet\:l-1700p {
    left: -1700px;
  }
  .tablet\:l\+1700p {
    left: 1700px;
  }
  .tablet\:r-1700p {
    right: -1700px;
  }
  .tablet\:r\+1700p {
    right: 1700px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1710p {
    top: -1710px;
  }
  .tablet\:t\+1710p {
    top: 1710px;
  }
  .tablet\:b-1710p {
    bottom: -1710px;
  }
  .tablet\:b\+1710p {
    bottom: 1710px;
  }
  .tablet\:l-1710p {
    left: -1710px;
  }
  .tablet\:l\+1710p {
    left: 1710px;
  }
  .tablet\:r-1710p {
    right: -1710px;
  }
  .tablet\:r\+1710p {
    right: 1710px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1720p {
    top: -1720px;
  }
  .tablet\:t\+1720p {
    top: 1720px;
  }
  .tablet\:b-1720p {
    bottom: -1720px;
  }
  .tablet\:b\+1720p {
    bottom: 1720px;
  }
  .tablet\:l-1720p {
    left: -1720px;
  }
  .tablet\:l\+1720p {
    left: 1720px;
  }
  .tablet\:r-1720p {
    right: -1720px;
  }
  .tablet\:r\+1720p {
    right: 1720px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1730p {
    top: -1730px;
  }
  .tablet\:t\+1730p {
    top: 1730px;
  }
  .tablet\:b-1730p {
    bottom: -1730px;
  }
  .tablet\:b\+1730p {
    bottom: 1730px;
  }
  .tablet\:l-1730p {
    left: -1730px;
  }
  .tablet\:l\+1730p {
    left: 1730px;
  }
  .tablet\:r-1730p {
    right: -1730px;
  }
  .tablet\:r\+1730p {
    right: 1730px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1740p {
    top: -1740px;
  }
  .tablet\:t\+1740p {
    top: 1740px;
  }
  .tablet\:b-1740p {
    bottom: -1740px;
  }
  .tablet\:b\+1740p {
    bottom: 1740px;
  }
  .tablet\:l-1740p {
    left: -1740px;
  }
  .tablet\:l\+1740p {
    left: 1740px;
  }
  .tablet\:r-1740p {
    right: -1740px;
  }
  .tablet\:r\+1740p {
    right: 1740px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1750p {
    top: -1750px;
  }
  .tablet\:t\+1750p {
    top: 1750px;
  }
  .tablet\:b-1750p {
    bottom: -1750px;
  }
  .tablet\:b\+1750p {
    bottom: 1750px;
  }
  .tablet\:l-1750p {
    left: -1750px;
  }
  .tablet\:l\+1750p {
    left: 1750px;
  }
  .tablet\:r-1750p {
    right: -1750px;
  }
  .tablet\:r\+1750p {
    right: 1750px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1760p {
    top: -1760px;
  }
  .tablet\:t\+1760p {
    top: 1760px;
  }
  .tablet\:b-1760p {
    bottom: -1760px;
  }
  .tablet\:b\+1760p {
    bottom: 1760px;
  }
  .tablet\:l-1760p {
    left: -1760px;
  }
  .tablet\:l\+1760p {
    left: 1760px;
  }
  .tablet\:r-1760p {
    right: -1760px;
  }
  .tablet\:r\+1760p {
    right: 1760px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1770p {
    top: -1770px;
  }
  .tablet\:t\+1770p {
    top: 1770px;
  }
  .tablet\:b-1770p {
    bottom: -1770px;
  }
  .tablet\:b\+1770p {
    bottom: 1770px;
  }
  .tablet\:l-1770p {
    left: -1770px;
  }
  .tablet\:l\+1770p {
    left: 1770px;
  }
  .tablet\:r-1770p {
    right: -1770px;
  }
  .tablet\:r\+1770p {
    right: 1770px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1780p {
    top: -1780px;
  }
  .tablet\:t\+1780p {
    top: 1780px;
  }
  .tablet\:b-1780p {
    bottom: -1780px;
  }
  .tablet\:b\+1780p {
    bottom: 1780px;
  }
  .tablet\:l-1780p {
    left: -1780px;
  }
  .tablet\:l\+1780p {
    left: 1780px;
  }
  .tablet\:r-1780p {
    right: -1780px;
  }
  .tablet\:r\+1780p {
    right: 1780px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1790p {
    top: -1790px;
  }
  .tablet\:t\+1790p {
    top: 1790px;
  }
  .tablet\:b-1790p {
    bottom: -1790px;
  }
  .tablet\:b\+1790p {
    bottom: 1790px;
  }
  .tablet\:l-1790p {
    left: -1790px;
  }
  .tablet\:l\+1790p {
    left: 1790px;
  }
  .tablet\:r-1790p {
    right: -1790px;
  }
  .tablet\:r\+1790p {
    right: 1790px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1800p {
    top: -1800px;
  }
  .tablet\:t\+1800p {
    top: 1800px;
  }
  .tablet\:b-1800p {
    bottom: -1800px;
  }
  .tablet\:b\+1800p {
    bottom: 1800px;
  }
  .tablet\:l-1800p {
    left: -1800px;
  }
  .tablet\:l\+1800p {
    left: 1800px;
  }
  .tablet\:r-1800p {
    right: -1800px;
  }
  .tablet\:r\+1800p {
    right: 1800px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1810p {
    top: -1810px;
  }
  .tablet\:t\+1810p {
    top: 1810px;
  }
  .tablet\:b-1810p {
    bottom: -1810px;
  }
  .tablet\:b\+1810p {
    bottom: 1810px;
  }
  .tablet\:l-1810p {
    left: -1810px;
  }
  .tablet\:l\+1810p {
    left: 1810px;
  }
  .tablet\:r-1810p {
    right: -1810px;
  }
  .tablet\:r\+1810p {
    right: 1810px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1820p {
    top: -1820px;
  }
  .tablet\:t\+1820p {
    top: 1820px;
  }
  .tablet\:b-1820p {
    bottom: -1820px;
  }
  .tablet\:b\+1820p {
    bottom: 1820px;
  }
  .tablet\:l-1820p {
    left: -1820px;
  }
  .tablet\:l\+1820p {
    left: 1820px;
  }
  .tablet\:r-1820p {
    right: -1820px;
  }
  .tablet\:r\+1820p {
    right: 1820px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1830p {
    top: -1830px;
  }
  .tablet\:t\+1830p {
    top: 1830px;
  }
  .tablet\:b-1830p {
    bottom: -1830px;
  }
  .tablet\:b\+1830p {
    bottom: 1830px;
  }
  .tablet\:l-1830p {
    left: -1830px;
  }
  .tablet\:l\+1830p {
    left: 1830px;
  }
  .tablet\:r-1830p {
    right: -1830px;
  }
  .tablet\:r\+1830p {
    right: 1830px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1840p {
    top: -1840px;
  }
  .tablet\:t\+1840p {
    top: 1840px;
  }
  .tablet\:b-1840p {
    bottom: -1840px;
  }
  .tablet\:b\+1840p {
    bottom: 1840px;
  }
  .tablet\:l-1840p {
    left: -1840px;
  }
  .tablet\:l\+1840p {
    left: 1840px;
  }
  .tablet\:r-1840p {
    right: -1840px;
  }
  .tablet\:r\+1840p {
    right: 1840px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1850p {
    top: -1850px;
  }
  .tablet\:t\+1850p {
    top: 1850px;
  }
  .tablet\:b-1850p {
    bottom: -1850px;
  }
  .tablet\:b\+1850p {
    bottom: 1850px;
  }
  .tablet\:l-1850p {
    left: -1850px;
  }
  .tablet\:l\+1850p {
    left: 1850px;
  }
  .tablet\:r-1850p {
    right: -1850px;
  }
  .tablet\:r\+1850p {
    right: 1850px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1860p {
    top: -1860px;
  }
  .tablet\:t\+1860p {
    top: 1860px;
  }
  .tablet\:b-1860p {
    bottom: -1860px;
  }
  .tablet\:b\+1860p {
    bottom: 1860px;
  }
  .tablet\:l-1860p {
    left: -1860px;
  }
  .tablet\:l\+1860p {
    left: 1860px;
  }
  .tablet\:r-1860p {
    right: -1860px;
  }
  .tablet\:r\+1860p {
    right: 1860px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1870p {
    top: -1870px;
  }
  .tablet\:t\+1870p {
    top: 1870px;
  }
  .tablet\:b-1870p {
    bottom: -1870px;
  }
  .tablet\:b\+1870p {
    bottom: 1870px;
  }
  .tablet\:l-1870p {
    left: -1870px;
  }
  .tablet\:l\+1870p {
    left: 1870px;
  }
  .tablet\:r-1870p {
    right: -1870px;
  }
  .tablet\:r\+1870p {
    right: 1870px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1880p {
    top: -1880px;
  }
  .tablet\:t\+1880p {
    top: 1880px;
  }
  .tablet\:b-1880p {
    bottom: -1880px;
  }
  .tablet\:b\+1880p {
    bottom: 1880px;
  }
  .tablet\:l-1880p {
    left: -1880px;
  }
  .tablet\:l\+1880p {
    left: 1880px;
  }
  .tablet\:r-1880p {
    right: -1880px;
  }
  .tablet\:r\+1880p {
    right: 1880px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1890p {
    top: -1890px;
  }
  .tablet\:t\+1890p {
    top: 1890px;
  }
  .tablet\:b-1890p {
    bottom: -1890px;
  }
  .tablet\:b\+1890p {
    bottom: 1890px;
  }
  .tablet\:l-1890p {
    left: -1890px;
  }
  .tablet\:l\+1890p {
    left: 1890px;
  }
  .tablet\:r-1890p {
    right: -1890px;
  }
  .tablet\:r\+1890p {
    right: 1890px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1900p {
    top: -1900px;
  }
  .tablet\:t\+1900p {
    top: 1900px;
  }
  .tablet\:b-1900p {
    bottom: -1900px;
  }
  .tablet\:b\+1900p {
    bottom: 1900px;
  }
  .tablet\:l-1900p {
    left: -1900px;
  }
  .tablet\:l\+1900p {
    left: 1900px;
  }
  .tablet\:r-1900p {
    right: -1900px;
  }
  .tablet\:r\+1900p {
    right: 1900px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1910p {
    top: -1910px;
  }
  .tablet\:t\+1910p {
    top: 1910px;
  }
  .tablet\:b-1910p {
    bottom: -1910px;
  }
  .tablet\:b\+1910p {
    bottom: 1910px;
  }
  .tablet\:l-1910p {
    left: -1910px;
  }
  .tablet\:l\+1910p {
    left: 1910px;
  }
  .tablet\:r-1910p {
    right: -1910px;
  }
  .tablet\:r\+1910p {
    right: 1910px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1920p {
    top: -1920px;
  }
  .tablet\:t\+1920p {
    top: 1920px;
  }
  .tablet\:b-1920p {
    bottom: -1920px;
  }
  .tablet\:b\+1920p {
    bottom: 1920px;
  }
  .tablet\:l-1920p {
    left: -1920px;
  }
  .tablet\:l\+1920p {
    left: 1920px;
  }
  .tablet\:r-1920p {
    right: -1920px;
  }
  .tablet\:r\+1920p {
    right: 1920px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1930p {
    top: -1930px;
  }
  .tablet\:t\+1930p {
    top: 1930px;
  }
  .tablet\:b-1930p {
    bottom: -1930px;
  }
  .tablet\:b\+1930p {
    bottom: 1930px;
  }
  .tablet\:l-1930p {
    left: -1930px;
  }
  .tablet\:l\+1930p {
    left: 1930px;
  }
  .tablet\:r-1930p {
    right: -1930px;
  }
  .tablet\:r\+1930p {
    right: 1930px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1940p {
    top: -1940px;
  }
  .tablet\:t\+1940p {
    top: 1940px;
  }
  .tablet\:b-1940p {
    bottom: -1940px;
  }
  .tablet\:b\+1940p {
    bottom: 1940px;
  }
  .tablet\:l-1940p {
    left: -1940px;
  }
  .tablet\:l\+1940p {
    left: 1940px;
  }
  .tablet\:r-1940p {
    right: -1940px;
  }
  .tablet\:r\+1940p {
    right: 1940px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1950p {
    top: -1950px;
  }
  .tablet\:t\+1950p {
    top: 1950px;
  }
  .tablet\:b-1950p {
    bottom: -1950px;
  }
  .tablet\:b\+1950p {
    bottom: 1950px;
  }
  .tablet\:l-1950p {
    left: -1950px;
  }
  .tablet\:l\+1950p {
    left: 1950px;
  }
  .tablet\:r-1950p {
    right: -1950px;
  }
  .tablet\:r\+1950p {
    right: 1950px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1960p {
    top: -1960px;
  }
  .tablet\:t\+1960p {
    top: 1960px;
  }
  .tablet\:b-1960p {
    bottom: -1960px;
  }
  .tablet\:b\+1960p {
    bottom: 1960px;
  }
  .tablet\:l-1960p {
    left: -1960px;
  }
  .tablet\:l\+1960p {
    left: 1960px;
  }
  .tablet\:r-1960p {
    right: -1960px;
  }
  .tablet\:r\+1960p {
    right: 1960px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1970p {
    top: -1970px;
  }
  .tablet\:t\+1970p {
    top: 1970px;
  }
  .tablet\:b-1970p {
    bottom: -1970px;
  }
  .tablet\:b\+1970p {
    bottom: 1970px;
  }
  .tablet\:l-1970p {
    left: -1970px;
  }
  .tablet\:l\+1970p {
    left: 1970px;
  }
  .tablet\:r-1970p {
    right: -1970px;
  }
  .tablet\:r\+1970p {
    right: 1970px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1980p {
    top: -1980px;
  }
  .tablet\:t\+1980p {
    top: 1980px;
  }
  .tablet\:b-1980p {
    bottom: -1980px;
  }
  .tablet\:b\+1980p {
    bottom: 1980px;
  }
  .tablet\:l-1980p {
    left: -1980px;
  }
  .tablet\:l\+1980p {
    left: 1980px;
  }
  .tablet\:r-1980p {
    right: -1980px;
  }
  .tablet\:r\+1980p {
    right: 1980px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1990p {
    top: -1990px;
  }
  .tablet\:t\+1990p {
    top: 1990px;
  }
  .tablet\:b-1990p {
    bottom: -1990px;
  }
  .tablet\:b\+1990p {
    bottom: 1990px;
  }
  .tablet\:l-1990p {
    left: -1990px;
  }
  .tablet\:l\+1990p {
    left: 1990px;
  }
  .tablet\:r-1990p {
    right: -1990px;
  }
  .tablet\:r\+1990p {
    right: 1990px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-0vw {
    top: -0vw;
  }
  .tablet\:t\+0vw {
    top: 0vw;
  }
  .tablet\:t-0\% {
    top: 0%;
  }
  .tablet\:t\+0\% {
    top: 0%;
  }
  .tablet\:b-0vw {
    bottom: -0vw;
  }
  .tablet\:b\+0vw {
    bottom: 0vw;
  }
  .tablet\:b-0\% {
    bottom: 0%;
  }
  .tablet\:b\+0\% {
    bottom: 0%;
  }
  .tablet\:l-0vw {
    left: -0vw;
  }
  .tablet\:l\+0vw {
    left: 0vw;
  }
  .tablet\:l-0\% {
    left: 0%;
  }
  .tablet\:l\+0\% {
    left: 0%;
  }
  .tablet\:r-0vw {
    right: -0vw;
  }
  .tablet\:r\+0vw {
    right: 0vw;
  }
  .tablet\:r-0\% {
    right: 0%;
  }
  .tablet\:r\+0\% {
    right: 0%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-1vw {
    top: -1vw;
  }
  .tablet\:t\+1vw {
    top: 1vw;
  }
  .tablet\:t-1\% {
    top: -1%;
  }
  .tablet\:t\+1\% {
    top: 1%;
  }
  .tablet\:b-1vw {
    bottom: -1vw;
  }
  .tablet\:b\+1vw {
    bottom: 1vw;
  }
  .tablet\:b-1\% {
    bottom: -1%;
  }
  .tablet\:b\+1\% {
    bottom: 1%;
  }
  .tablet\:l-1vw {
    left: -1vw;
  }
  .tablet\:l\+1vw {
    left: 1vw;
  }
  .tablet\:l-1\% {
    left: -1%;
  }
  .tablet\:l\+1\% {
    left: 1%;
  }
  .tablet\:r-1vw {
    right: -1vw;
  }
  .tablet\:r\+1vw {
    right: 1vw;
  }
  .tablet\:r-1\% {
    right: -1%;
  }
  .tablet\:r\+1\% {
    right: 1%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-2vw {
    top: -2vw;
  }
  .tablet\:t\+2vw {
    top: 2vw;
  }
  .tablet\:t-2\% {
    top: -2%;
  }
  .tablet\:t\+2\% {
    top: 2%;
  }
  .tablet\:b-2vw {
    bottom: -2vw;
  }
  .tablet\:b\+2vw {
    bottom: 2vw;
  }
  .tablet\:b-2\% {
    bottom: -2%;
  }
  .tablet\:b\+2\% {
    bottom: 2%;
  }
  .tablet\:l-2vw {
    left: -2vw;
  }
  .tablet\:l\+2vw {
    left: 2vw;
  }
  .tablet\:l-2\% {
    left: -2%;
  }
  .tablet\:l\+2\% {
    left: 2%;
  }
  .tablet\:r-2vw {
    right: -2vw;
  }
  .tablet\:r\+2vw {
    right: 2vw;
  }
  .tablet\:r-2\% {
    right: -2%;
  }
  .tablet\:r\+2\% {
    right: 2%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-3vw {
    top: -3vw;
  }
  .tablet\:t\+3vw {
    top: 3vw;
  }
  .tablet\:t-3\% {
    top: -3%;
  }
  .tablet\:t\+3\% {
    top: 3%;
  }
  .tablet\:b-3vw {
    bottom: -3vw;
  }
  .tablet\:b\+3vw {
    bottom: 3vw;
  }
  .tablet\:b-3\% {
    bottom: -3%;
  }
  .tablet\:b\+3\% {
    bottom: 3%;
  }
  .tablet\:l-3vw {
    left: -3vw;
  }
  .tablet\:l\+3vw {
    left: 3vw;
  }
  .tablet\:l-3\% {
    left: -3%;
  }
  .tablet\:l\+3\% {
    left: 3%;
  }
  .tablet\:r-3vw {
    right: -3vw;
  }
  .tablet\:r\+3vw {
    right: 3vw;
  }
  .tablet\:r-3\% {
    right: -3%;
  }
  .tablet\:r\+3\% {
    right: 3%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-4vw {
    top: -4vw;
  }
  .tablet\:t\+4vw {
    top: 4vw;
  }
  .tablet\:t-4\% {
    top: -4%;
  }
  .tablet\:t\+4\% {
    top: 4%;
  }
  .tablet\:b-4vw {
    bottom: -4vw;
  }
  .tablet\:b\+4vw {
    bottom: 4vw;
  }
  .tablet\:b-4\% {
    bottom: -4%;
  }
  .tablet\:b\+4\% {
    bottom: 4%;
  }
  .tablet\:l-4vw {
    left: -4vw;
  }
  .tablet\:l\+4vw {
    left: 4vw;
  }
  .tablet\:l-4\% {
    left: -4%;
  }
  .tablet\:l\+4\% {
    left: 4%;
  }
  .tablet\:r-4vw {
    right: -4vw;
  }
  .tablet\:r\+4vw {
    right: 4vw;
  }
  .tablet\:r-4\% {
    right: -4%;
  }
  .tablet\:r\+4\% {
    right: 4%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-5vw {
    top: -5vw;
  }
  .tablet\:t\+5vw {
    top: 5vw;
  }
  .tablet\:t-5\% {
    top: -5%;
  }
  .tablet\:t\+5\% {
    top: 5%;
  }
  .tablet\:b-5vw {
    bottom: -5vw;
  }
  .tablet\:b\+5vw {
    bottom: 5vw;
  }
  .tablet\:b-5\% {
    bottom: -5%;
  }
  .tablet\:b\+5\% {
    bottom: 5%;
  }
  .tablet\:l-5vw {
    left: -5vw;
  }
  .tablet\:l\+5vw {
    left: 5vw;
  }
  .tablet\:l-5\% {
    left: -5%;
  }
  .tablet\:l\+5\% {
    left: 5%;
  }
  .tablet\:r-5vw {
    right: -5vw;
  }
  .tablet\:r\+5vw {
    right: 5vw;
  }
  .tablet\:r-5\% {
    right: -5%;
  }
  .tablet\:r\+5\% {
    right: 5%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-6vw {
    top: -6vw;
  }
  .tablet\:t\+6vw {
    top: 6vw;
  }
  .tablet\:t-6\% {
    top: -6%;
  }
  .tablet\:t\+6\% {
    top: 6%;
  }
  .tablet\:b-6vw {
    bottom: -6vw;
  }
  .tablet\:b\+6vw {
    bottom: 6vw;
  }
  .tablet\:b-6\% {
    bottom: -6%;
  }
  .tablet\:b\+6\% {
    bottom: 6%;
  }
  .tablet\:l-6vw {
    left: -6vw;
  }
  .tablet\:l\+6vw {
    left: 6vw;
  }
  .tablet\:l-6\% {
    left: -6%;
  }
  .tablet\:l\+6\% {
    left: 6%;
  }
  .tablet\:r-6vw {
    right: -6vw;
  }
  .tablet\:r\+6vw {
    right: 6vw;
  }
  .tablet\:r-6\% {
    right: -6%;
  }
  .tablet\:r\+6\% {
    right: 6%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-7vw {
    top: -7vw;
  }
  .tablet\:t\+7vw {
    top: 7vw;
  }
  .tablet\:t-7\% {
    top: -7%;
  }
  .tablet\:t\+7\% {
    top: 7%;
  }
  .tablet\:b-7vw {
    bottom: -7vw;
  }
  .tablet\:b\+7vw {
    bottom: 7vw;
  }
  .tablet\:b-7\% {
    bottom: -7%;
  }
  .tablet\:b\+7\% {
    bottom: 7%;
  }
  .tablet\:l-7vw {
    left: -7vw;
  }
  .tablet\:l\+7vw {
    left: 7vw;
  }
  .tablet\:l-7\% {
    left: -7%;
  }
  .tablet\:l\+7\% {
    left: 7%;
  }
  .tablet\:r-7vw {
    right: -7vw;
  }
  .tablet\:r\+7vw {
    right: 7vw;
  }
  .tablet\:r-7\% {
    right: -7%;
  }
  .tablet\:r\+7\% {
    right: 7%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-8vw {
    top: -8vw;
  }
  .tablet\:t\+8vw {
    top: 8vw;
  }
  .tablet\:t-8\% {
    top: -8%;
  }
  .tablet\:t\+8\% {
    top: 8%;
  }
  .tablet\:b-8vw {
    bottom: -8vw;
  }
  .tablet\:b\+8vw {
    bottom: 8vw;
  }
  .tablet\:b-8\% {
    bottom: -8%;
  }
  .tablet\:b\+8\% {
    bottom: 8%;
  }
  .tablet\:l-8vw {
    left: -8vw;
  }
  .tablet\:l\+8vw {
    left: 8vw;
  }
  .tablet\:l-8\% {
    left: -8%;
  }
  .tablet\:l\+8\% {
    left: 8%;
  }
  .tablet\:r-8vw {
    right: -8vw;
  }
  .tablet\:r\+8vw {
    right: 8vw;
  }
  .tablet\:r-8\% {
    right: -8%;
  }
  .tablet\:r\+8\% {
    right: 8%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-9vw {
    top: -9vw;
  }
  .tablet\:t\+9vw {
    top: 9vw;
  }
  .tablet\:t-9\% {
    top: -9%;
  }
  .tablet\:t\+9\% {
    top: 9%;
  }
  .tablet\:b-9vw {
    bottom: -9vw;
  }
  .tablet\:b\+9vw {
    bottom: 9vw;
  }
  .tablet\:b-9\% {
    bottom: -9%;
  }
  .tablet\:b\+9\% {
    bottom: 9%;
  }
  .tablet\:l-9vw {
    left: -9vw;
  }
  .tablet\:l\+9vw {
    left: 9vw;
  }
  .tablet\:l-9\% {
    left: -9%;
  }
  .tablet\:l\+9\% {
    left: 9%;
  }
  .tablet\:r-9vw {
    right: -9vw;
  }
  .tablet\:r\+9vw {
    right: 9vw;
  }
  .tablet\:r-9\% {
    right: -9%;
  }
  .tablet\:r\+9\% {
    right: 9%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-10vw {
    top: -10vw;
  }
  .tablet\:t\+10vw {
    top: 10vw;
  }
  .tablet\:t-10\% {
    top: -10%;
  }
  .tablet\:t\+10\% {
    top: 10%;
  }
  .tablet\:b-10vw {
    bottom: -10vw;
  }
  .tablet\:b\+10vw {
    bottom: 10vw;
  }
  .tablet\:b-10\% {
    bottom: -10%;
  }
  .tablet\:b\+10\% {
    bottom: 10%;
  }
  .tablet\:l-10vw {
    left: -10vw;
  }
  .tablet\:l\+10vw {
    left: 10vw;
  }
  .tablet\:l-10\% {
    left: -10%;
  }
  .tablet\:l\+10\% {
    left: 10%;
  }
  .tablet\:r-10vw {
    right: -10vw;
  }
  .tablet\:r\+10vw {
    right: 10vw;
  }
  .tablet\:r-10\% {
    right: -10%;
  }
  .tablet\:r\+10\% {
    right: 10%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-11vw {
    top: -11vw;
  }
  .tablet\:t\+11vw {
    top: 11vw;
  }
  .tablet\:t-11\% {
    top: -11%;
  }
  .tablet\:t\+11\% {
    top: 11%;
  }
  .tablet\:b-11vw {
    bottom: -11vw;
  }
  .tablet\:b\+11vw {
    bottom: 11vw;
  }
  .tablet\:b-11\% {
    bottom: -11%;
  }
  .tablet\:b\+11\% {
    bottom: 11%;
  }
  .tablet\:l-11vw {
    left: -11vw;
  }
  .tablet\:l\+11vw {
    left: 11vw;
  }
  .tablet\:l-11\% {
    left: -11%;
  }
  .tablet\:l\+11\% {
    left: 11%;
  }
  .tablet\:r-11vw {
    right: -11vw;
  }
  .tablet\:r\+11vw {
    right: 11vw;
  }
  .tablet\:r-11\% {
    right: -11%;
  }
  .tablet\:r\+11\% {
    right: 11%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-12vw {
    top: -12vw;
  }
  .tablet\:t\+12vw {
    top: 12vw;
  }
  .tablet\:t-12\% {
    top: -12%;
  }
  .tablet\:t\+12\% {
    top: 12%;
  }
  .tablet\:b-12vw {
    bottom: -12vw;
  }
  .tablet\:b\+12vw {
    bottom: 12vw;
  }
  .tablet\:b-12\% {
    bottom: -12%;
  }
  .tablet\:b\+12\% {
    bottom: 12%;
  }
  .tablet\:l-12vw {
    left: -12vw;
  }
  .tablet\:l\+12vw {
    left: 12vw;
  }
  .tablet\:l-12\% {
    left: -12%;
  }
  .tablet\:l\+12\% {
    left: 12%;
  }
  .tablet\:r-12vw {
    right: -12vw;
  }
  .tablet\:r\+12vw {
    right: 12vw;
  }
  .tablet\:r-12\% {
    right: -12%;
  }
  .tablet\:r\+12\% {
    right: 12%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-13vw {
    top: -13vw;
  }
  .tablet\:t\+13vw {
    top: 13vw;
  }
  .tablet\:t-13\% {
    top: -13%;
  }
  .tablet\:t\+13\% {
    top: 13%;
  }
  .tablet\:b-13vw {
    bottom: -13vw;
  }
  .tablet\:b\+13vw {
    bottom: 13vw;
  }
  .tablet\:b-13\% {
    bottom: -13%;
  }
  .tablet\:b\+13\% {
    bottom: 13%;
  }
  .tablet\:l-13vw {
    left: -13vw;
  }
  .tablet\:l\+13vw {
    left: 13vw;
  }
  .tablet\:l-13\% {
    left: -13%;
  }
  .tablet\:l\+13\% {
    left: 13%;
  }
  .tablet\:r-13vw {
    right: -13vw;
  }
  .tablet\:r\+13vw {
    right: 13vw;
  }
  .tablet\:r-13\% {
    right: -13%;
  }
  .tablet\:r\+13\% {
    right: 13%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-14vw {
    top: -14vw;
  }
  .tablet\:t\+14vw {
    top: 14vw;
  }
  .tablet\:t-14\% {
    top: -14%;
  }
  .tablet\:t\+14\% {
    top: 14%;
  }
  .tablet\:b-14vw {
    bottom: -14vw;
  }
  .tablet\:b\+14vw {
    bottom: 14vw;
  }
  .tablet\:b-14\% {
    bottom: -14%;
  }
  .tablet\:b\+14\% {
    bottom: 14%;
  }
  .tablet\:l-14vw {
    left: -14vw;
  }
  .tablet\:l\+14vw {
    left: 14vw;
  }
  .tablet\:l-14\% {
    left: -14%;
  }
  .tablet\:l\+14\% {
    left: 14%;
  }
  .tablet\:r-14vw {
    right: -14vw;
  }
  .tablet\:r\+14vw {
    right: 14vw;
  }
  .tablet\:r-14\% {
    right: -14%;
  }
  .tablet\:r\+14\% {
    right: 14%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-15vw {
    top: -15vw;
  }
  .tablet\:t\+15vw {
    top: 15vw;
  }
  .tablet\:t-15\% {
    top: -15%;
  }
  .tablet\:t\+15\% {
    top: 15%;
  }
  .tablet\:b-15vw {
    bottom: -15vw;
  }
  .tablet\:b\+15vw {
    bottom: 15vw;
  }
  .tablet\:b-15\% {
    bottom: -15%;
  }
  .tablet\:b\+15\% {
    bottom: 15%;
  }
  .tablet\:l-15vw {
    left: -15vw;
  }
  .tablet\:l\+15vw {
    left: 15vw;
  }
  .tablet\:l-15\% {
    left: -15%;
  }
  .tablet\:l\+15\% {
    left: 15%;
  }
  .tablet\:r-15vw {
    right: -15vw;
  }
  .tablet\:r\+15vw {
    right: 15vw;
  }
  .tablet\:r-15\% {
    right: -15%;
  }
  .tablet\:r\+15\% {
    right: 15%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-16vw {
    top: -16vw;
  }
  .tablet\:t\+16vw {
    top: 16vw;
  }
  .tablet\:t-16\% {
    top: -16%;
  }
  .tablet\:t\+16\% {
    top: 16%;
  }
  .tablet\:b-16vw {
    bottom: -16vw;
  }
  .tablet\:b\+16vw {
    bottom: 16vw;
  }
  .tablet\:b-16\% {
    bottom: -16%;
  }
  .tablet\:b\+16\% {
    bottom: 16%;
  }
  .tablet\:l-16vw {
    left: -16vw;
  }
  .tablet\:l\+16vw {
    left: 16vw;
  }
  .tablet\:l-16\% {
    left: -16%;
  }
  .tablet\:l\+16\% {
    left: 16%;
  }
  .tablet\:r-16vw {
    right: -16vw;
  }
  .tablet\:r\+16vw {
    right: 16vw;
  }
  .tablet\:r-16\% {
    right: -16%;
  }
  .tablet\:r\+16\% {
    right: 16%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-17vw {
    top: -17vw;
  }
  .tablet\:t\+17vw {
    top: 17vw;
  }
  .tablet\:t-17\% {
    top: -17%;
  }
  .tablet\:t\+17\% {
    top: 17%;
  }
  .tablet\:b-17vw {
    bottom: -17vw;
  }
  .tablet\:b\+17vw {
    bottom: 17vw;
  }
  .tablet\:b-17\% {
    bottom: -17%;
  }
  .tablet\:b\+17\% {
    bottom: 17%;
  }
  .tablet\:l-17vw {
    left: -17vw;
  }
  .tablet\:l\+17vw {
    left: 17vw;
  }
  .tablet\:l-17\% {
    left: -17%;
  }
  .tablet\:l\+17\% {
    left: 17%;
  }
  .tablet\:r-17vw {
    right: -17vw;
  }
  .tablet\:r\+17vw {
    right: 17vw;
  }
  .tablet\:r-17\% {
    right: -17%;
  }
  .tablet\:r\+17\% {
    right: 17%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-18vw {
    top: -18vw;
  }
  .tablet\:t\+18vw {
    top: 18vw;
  }
  .tablet\:t-18\% {
    top: -18%;
  }
  .tablet\:t\+18\% {
    top: 18%;
  }
  .tablet\:b-18vw {
    bottom: -18vw;
  }
  .tablet\:b\+18vw {
    bottom: 18vw;
  }
  .tablet\:b-18\% {
    bottom: -18%;
  }
  .tablet\:b\+18\% {
    bottom: 18%;
  }
  .tablet\:l-18vw {
    left: -18vw;
  }
  .tablet\:l\+18vw {
    left: 18vw;
  }
  .tablet\:l-18\% {
    left: -18%;
  }
  .tablet\:l\+18\% {
    left: 18%;
  }
  .tablet\:r-18vw {
    right: -18vw;
  }
  .tablet\:r\+18vw {
    right: 18vw;
  }
  .tablet\:r-18\% {
    right: -18%;
  }
  .tablet\:r\+18\% {
    right: 18%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-19vw {
    top: -19vw;
  }
  .tablet\:t\+19vw {
    top: 19vw;
  }
  .tablet\:t-19\% {
    top: -19%;
  }
  .tablet\:t\+19\% {
    top: 19%;
  }
  .tablet\:b-19vw {
    bottom: -19vw;
  }
  .tablet\:b\+19vw {
    bottom: 19vw;
  }
  .tablet\:b-19\% {
    bottom: -19%;
  }
  .tablet\:b\+19\% {
    bottom: 19%;
  }
  .tablet\:l-19vw {
    left: -19vw;
  }
  .tablet\:l\+19vw {
    left: 19vw;
  }
  .tablet\:l-19\% {
    left: -19%;
  }
  .tablet\:l\+19\% {
    left: 19%;
  }
  .tablet\:r-19vw {
    right: -19vw;
  }
  .tablet\:r\+19vw {
    right: 19vw;
  }
  .tablet\:r-19\% {
    right: -19%;
  }
  .tablet\:r\+19\% {
    right: 19%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-20vw {
    top: -20vw;
  }
  .tablet\:t\+20vw {
    top: 20vw;
  }
  .tablet\:t-20\% {
    top: -20%;
  }
  .tablet\:t\+20\% {
    top: 20%;
  }
  .tablet\:b-20vw {
    bottom: -20vw;
  }
  .tablet\:b\+20vw {
    bottom: 20vw;
  }
  .tablet\:b-20\% {
    bottom: -20%;
  }
  .tablet\:b\+20\% {
    bottom: 20%;
  }
  .tablet\:l-20vw {
    left: -20vw;
  }
  .tablet\:l\+20vw {
    left: 20vw;
  }
  .tablet\:l-20\% {
    left: -20%;
  }
  .tablet\:l\+20\% {
    left: 20%;
  }
  .tablet\:r-20vw {
    right: -20vw;
  }
  .tablet\:r\+20vw {
    right: 20vw;
  }
  .tablet\:r-20\% {
    right: -20%;
  }
  .tablet\:r\+20\% {
    right: 20%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-21vw {
    top: -21vw;
  }
  .tablet\:t\+21vw {
    top: 21vw;
  }
  .tablet\:t-21\% {
    top: -21%;
  }
  .tablet\:t\+21\% {
    top: 21%;
  }
  .tablet\:b-21vw {
    bottom: -21vw;
  }
  .tablet\:b\+21vw {
    bottom: 21vw;
  }
  .tablet\:b-21\% {
    bottom: -21%;
  }
  .tablet\:b\+21\% {
    bottom: 21%;
  }
  .tablet\:l-21vw {
    left: -21vw;
  }
  .tablet\:l\+21vw {
    left: 21vw;
  }
  .tablet\:l-21\% {
    left: -21%;
  }
  .tablet\:l\+21\% {
    left: 21%;
  }
  .tablet\:r-21vw {
    right: -21vw;
  }
  .tablet\:r\+21vw {
    right: 21vw;
  }
  .tablet\:r-21\% {
    right: -21%;
  }
  .tablet\:r\+21\% {
    right: 21%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-22vw {
    top: -22vw;
  }
  .tablet\:t\+22vw {
    top: 22vw;
  }
  .tablet\:t-22\% {
    top: -22%;
  }
  .tablet\:t\+22\% {
    top: 22%;
  }
  .tablet\:b-22vw {
    bottom: -22vw;
  }
  .tablet\:b\+22vw {
    bottom: 22vw;
  }
  .tablet\:b-22\% {
    bottom: -22%;
  }
  .tablet\:b\+22\% {
    bottom: 22%;
  }
  .tablet\:l-22vw {
    left: -22vw;
  }
  .tablet\:l\+22vw {
    left: 22vw;
  }
  .tablet\:l-22\% {
    left: -22%;
  }
  .tablet\:l\+22\% {
    left: 22%;
  }
  .tablet\:r-22vw {
    right: -22vw;
  }
  .tablet\:r\+22vw {
    right: 22vw;
  }
  .tablet\:r-22\% {
    right: -22%;
  }
  .tablet\:r\+22\% {
    right: 22%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-23vw {
    top: -23vw;
  }
  .tablet\:t\+23vw {
    top: 23vw;
  }
  .tablet\:t-23\% {
    top: -23%;
  }
  .tablet\:t\+23\% {
    top: 23%;
  }
  .tablet\:b-23vw {
    bottom: -23vw;
  }
  .tablet\:b\+23vw {
    bottom: 23vw;
  }
  .tablet\:b-23\% {
    bottom: -23%;
  }
  .tablet\:b\+23\% {
    bottom: 23%;
  }
  .tablet\:l-23vw {
    left: -23vw;
  }
  .tablet\:l\+23vw {
    left: 23vw;
  }
  .tablet\:l-23\% {
    left: -23%;
  }
  .tablet\:l\+23\% {
    left: 23%;
  }
  .tablet\:r-23vw {
    right: -23vw;
  }
  .tablet\:r\+23vw {
    right: 23vw;
  }
  .tablet\:r-23\% {
    right: -23%;
  }
  .tablet\:r\+23\% {
    right: 23%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-24vw {
    top: -24vw;
  }
  .tablet\:t\+24vw {
    top: 24vw;
  }
  .tablet\:t-24\% {
    top: -24%;
  }
  .tablet\:t\+24\% {
    top: 24%;
  }
  .tablet\:b-24vw {
    bottom: -24vw;
  }
  .tablet\:b\+24vw {
    bottom: 24vw;
  }
  .tablet\:b-24\% {
    bottom: -24%;
  }
  .tablet\:b\+24\% {
    bottom: 24%;
  }
  .tablet\:l-24vw {
    left: -24vw;
  }
  .tablet\:l\+24vw {
    left: 24vw;
  }
  .tablet\:l-24\% {
    left: -24%;
  }
  .tablet\:l\+24\% {
    left: 24%;
  }
  .tablet\:r-24vw {
    right: -24vw;
  }
  .tablet\:r\+24vw {
    right: 24vw;
  }
  .tablet\:r-24\% {
    right: -24%;
  }
  .tablet\:r\+24\% {
    right: 24%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-25vw {
    top: -25vw;
  }
  .tablet\:t\+25vw {
    top: 25vw;
  }
  .tablet\:t-25\% {
    top: -25%;
  }
  .tablet\:t\+25\% {
    top: 25%;
  }
  .tablet\:b-25vw {
    bottom: -25vw;
  }
  .tablet\:b\+25vw {
    bottom: 25vw;
  }
  .tablet\:b-25\% {
    bottom: -25%;
  }
  .tablet\:b\+25\% {
    bottom: 25%;
  }
  .tablet\:l-25vw {
    left: -25vw;
  }
  .tablet\:l\+25vw {
    left: 25vw;
  }
  .tablet\:l-25\% {
    left: -25%;
  }
  .tablet\:l\+25\% {
    left: 25%;
  }
  .tablet\:r-25vw {
    right: -25vw;
  }
  .tablet\:r\+25vw {
    right: 25vw;
  }
  .tablet\:r-25\% {
    right: -25%;
  }
  .tablet\:r\+25\% {
    right: 25%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-26vw {
    top: -26vw;
  }
  .tablet\:t\+26vw {
    top: 26vw;
  }
  .tablet\:t-26\% {
    top: -26%;
  }
  .tablet\:t\+26\% {
    top: 26%;
  }
  .tablet\:b-26vw {
    bottom: -26vw;
  }
  .tablet\:b\+26vw {
    bottom: 26vw;
  }
  .tablet\:b-26\% {
    bottom: -26%;
  }
  .tablet\:b\+26\% {
    bottom: 26%;
  }
  .tablet\:l-26vw {
    left: -26vw;
  }
  .tablet\:l\+26vw {
    left: 26vw;
  }
  .tablet\:l-26\% {
    left: -26%;
  }
  .tablet\:l\+26\% {
    left: 26%;
  }
  .tablet\:r-26vw {
    right: -26vw;
  }
  .tablet\:r\+26vw {
    right: 26vw;
  }
  .tablet\:r-26\% {
    right: -26%;
  }
  .tablet\:r\+26\% {
    right: 26%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-27vw {
    top: -27vw;
  }
  .tablet\:t\+27vw {
    top: 27vw;
  }
  .tablet\:t-27\% {
    top: -27%;
  }
  .tablet\:t\+27\% {
    top: 27%;
  }
  .tablet\:b-27vw {
    bottom: -27vw;
  }
  .tablet\:b\+27vw {
    bottom: 27vw;
  }
  .tablet\:b-27\% {
    bottom: -27%;
  }
  .tablet\:b\+27\% {
    bottom: 27%;
  }
  .tablet\:l-27vw {
    left: -27vw;
  }
  .tablet\:l\+27vw {
    left: 27vw;
  }
  .tablet\:l-27\% {
    left: -27%;
  }
  .tablet\:l\+27\% {
    left: 27%;
  }
  .tablet\:r-27vw {
    right: -27vw;
  }
  .tablet\:r\+27vw {
    right: 27vw;
  }
  .tablet\:r-27\% {
    right: -27%;
  }
  .tablet\:r\+27\% {
    right: 27%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-28vw {
    top: -28vw;
  }
  .tablet\:t\+28vw {
    top: 28vw;
  }
  .tablet\:t-28\% {
    top: -28%;
  }
  .tablet\:t\+28\% {
    top: 28%;
  }
  .tablet\:b-28vw {
    bottom: -28vw;
  }
  .tablet\:b\+28vw {
    bottom: 28vw;
  }
  .tablet\:b-28\% {
    bottom: -28%;
  }
  .tablet\:b\+28\% {
    bottom: 28%;
  }
  .tablet\:l-28vw {
    left: -28vw;
  }
  .tablet\:l\+28vw {
    left: 28vw;
  }
  .tablet\:l-28\% {
    left: -28%;
  }
  .tablet\:l\+28\% {
    left: 28%;
  }
  .tablet\:r-28vw {
    right: -28vw;
  }
  .tablet\:r\+28vw {
    right: 28vw;
  }
  .tablet\:r-28\% {
    right: -28%;
  }
  .tablet\:r\+28\% {
    right: 28%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-29vw {
    top: -29vw;
  }
  .tablet\:t\+29vw {
    top: 29vw;
  }
  .tablet\:t-29\% {
    top: -29%;
  }
  .tablet\:t\+29\% {
    top: 29%;
  }
  .tablet\:b-29vw {
    bottom: -29vw;
  }
  .tablet\:b\+29vw {
    bottom: 29vw;
  }
  .tablet\:b-29\% {
    bottom: -29%;
  }
  .tablet\:b\+29\% {
    bottom: 29%;
  }
  .tablet\:l-29vw {
    left: -29vw;
  }
  .tablet\:l\+29vw {
    left: 29vw;
  }
  .tablet\:l-29\% {
    left: -29%;
  }
  .tablet\:l\+29\% {
    left: 29%;
  }
  .tablet\:r-29vw {
    right: -29vw;
  }
  .tablet\:r\+29vw {
    right: 29vw;
  }
  .tablet\:r-29\% {
    right: -29%;
  }
  .tablet\:r\+29\% {
    right: 29%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-30vw {
    top: -30vw;
  }
  .tablet\:t\+30vw {
    top: 30vw;
  }
  .tablet\:t-30\% {
    top: -30%;
  }
  .tablet\:t\+30\% {
    top: 30%;
  }
  .tablet\:b-30vw {
    bottom: -30vw;
  }
  .tablet\:b\+30vw {
    bottom: 30vw;
  }
  .tablet\:b-30\% {
    bottom: -30%;
  }
  .tablet\:b\+30\% {
    bottom: 30%;
  }
  .tablet\:l-30vw {
    left: -30vw;
  }
  .tablet\:l\+30vw {
    left: 30vw;
  }
  .tablet\:l-30\% {
    left: -30%;
  }
  .tablet\:l\+30\% {
    left: 30%;
  }
  .tablet\:r-30vw {
    right: -30vw;
  }
  .tablet\:r\+30vw {
    right: 30vw;
  }
  .tablet\:r-30\% {
    right: -30%;
  }
  .tablet\:r\+30\% {
    right: 30%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-31vw {
    top: -31vw;
  }
  .tablet\:t\+31vw {
    top: 31vw;
  }
  .tablet\:t-31\% {
    top: -31%;
  }
  .tablet\:t\+31\% {
    top: 31%;
  }
  .tablet\:b-31vw {
    bottom: -31vw;
  }
  .tablet\:b\+31vw {
    bottom: 31vw;
  }
  .tablet\:b-31\% {
    bottom: -31%;
  }
  .tablet\:b\+31\% {
    bottom: 31%;
  }
  .tablet\:l-31vw {
    left: -31vw;
  }
  .tablet\:l\+31vw {
    left: 31vw;
  }
  .tablet\:l-31\% {
    left: -31%;
  }
  .tablet\:l\+31\% {
    left: 31%;
  }
  .tablet\:r-31vw {
    right: -31vw;
  }
  .tablet\:r\+31vw {
    right: 31vw;
  }
  .tablet\:r-31\% {
    right: -31%;
  }
  .tablet\:r\+31\% {
    right: 31%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-32vw {
    top: -32vw;
  }
  .tablet\:t\+32vw {
    top: 32vw;
  }
  .tablet\:t-32\% {
    top: -32%;
  }
  .tablet\:t\+32\% {
    top: 32%;
  }
  .tablet\:b-32vw {
    bottom: -32vw;
  }
  .tablet\:b\+32vw {
    bottom: 32vw;
  }
  .tablet\:b-32\% {
    bottom: -32%;
  }
  .tablet\:b\+32\% {
    bottom: 32%;
  }
  .tablet\:l-32vw {
    left: -32vw;
  }
  .tablet\:l\+32vw {
    left: 32vw;
  }
  .tablet\:l-32\% {
    left: -32%;
  }
  .tablet\:l\+32\% {
    left: 32%;
  }
  .tablet\:r-32vw {
    right: -32vw;
  }
  .tablet\:r\+32vw {
    right: 32vw;
  }
  .tablet\:r-32\% {
    right: -32%;
  }
  .tablet\:r\+32\% {
    right: 32%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-33vw {
    top: -33vw;
  }
  .tablet\:t\+33vw {
    top: 33vw;
  }
  .tablet\:t-33\% {
    top: -33%;
  }
  .tablet\:t\+33\% {
    top: 33%;
  }
  .tablet\:b-33vw {
    bottom: -33vw;
  }
  .tablet\:b\+33vw {
    bottom: 33vw;
  }
  .tablet\:b-33\% {
    bottom: -33%;
  }
  .tablet\:b\+33\% {
    bottom: 33%;
  }
  .tablet\:l-33vw {
    left: -33vw;
  }
  .tablet\:l\+33vw {
    left: 33vw;
  }
  .tablet\:l-33\% {
    left: -33%;
  }
  .tablet\:l\+33\% {
    left: 33%;
  }
  .tablet\:r-33vw {
    right: -33vw;
  }
  .tablet\:r\+33vw {
    right: 33vw;
  }
  .tablet\:r-33\% {
    right: -33%;
  }
  .tablet\:r\+33\% {
    right: 33%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-34vw {
    top: -34vw;
  }
  .tablet\:t\+34vw {
    top: 34vw;
  }
  .tablet\:t-34\% {
    top: -34%;
  }
  .tablet\:t\+34\% {
    top: 34%;
  }
  .tablet\:b-34vw {
    bottom: -34vw;
  }
  .tablet\:b\+34vw {
    bottom: 34vw;
  }
  .tablet\:b-34\% {
    bottom: -34%;
  }
  .tablet\:b\+34\% {
    bottom: 34%;
  }
  .tablet\:l-34vw {
    left: -34vw;
  }
  .tablet\:l\+34vw {
    left: 34vw;
  }
  .tablet\:l-34\% {
    left: -34%;
  }
  .tablet\:l\+34\% {
    left: 34%;
  }
  .tablet\:r-34vw {
    right: -34vw;
  }
  .tablet\:r\+34vw {
    right: 34vw;
  }
  .tablet\:r-34\% {
    right: -34%;
  }
  .tablet\:r\+34\% {
    right: 34%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-35vw {
    top: -35vw;
  }
  .tablet\:t\+35vw {
    top: 35vw;
  }
  .tablet\:t-35\% {
    top: -35%;
  }
  .tablet\:t\+35\% {
    top: 35%;
  }
  .tablet\:b-35vw {
    bottom: -35vw;
  }
  .tablet\:b\+35vw {
    bottom: 35vw;
  }
  .tablet\:b-35\% {
    bottom: -35%;
  }
  .tablet\:b\+35\% {
    bottom: 35%;
  }
  .tablet\:l-35vw {
    left: -35vw;
  }
  .tablet\:l\+35vw {
    left: 35vw;
  }
  .tablet\:l-35\% {
    left: -35%;
  }
  .tablet\:l\+35\% {
    left: 35%;
  }
  .tablet\:r-35vw {
    right: -35vw;
  }
  .tablet\:r\+35vw {
    right: 35vw;
  }
  .tablet\:r-35\% {
    right: -35%;
  }
  .tablet\:r\+35\% {
    right: 35%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-36vw {
    top: -36vw;
  }
  .tablet\:t\+36vw {
    top: 36vw;
  }
  .tablet\:t-36\% {
    top: -36%;
  }
  .tablet\:t\+36\% {
    top: 36%;
  }
  .tablet\:b-36vw {
    bottom: -36vw;
  }
  .tablet\:b\+36vw {
    bottom: 36vw;
  }
  .tablet\:b-36\% {
    bottom: -36%;
  }
  .tablet\:b\+36\% {
    bottom: 36%;
  }
  .tablet\:l-36vw {
    left: -36vw;
  }
  .tablet\:l\+36vw {
    left: 36vw;
  }
  .tablet\:l-36\% {
    left: -36%;
  }
  .tablet\:l\+36\% {
    left: 36%;
  }
  .tablet\:r-36vw {
    right: -36vw;
  }
  .tablet\:r\+36vw {
    right: 36vw;
  }
  .tablet\:r-36\% {
    right: -36%;
  }
  .tablet\:r\+36\% {
    right: 36%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-37vw {
    top: -37vw;
  }
  .tablet\:t\+37vw {
    top: 37vw;
  }
  .tablet\:t-37\% {
    top: -37%;
  }
  .tablet\:t\+37\% {
    top: 37%;
  }
  .tablet\:b-37vw {
    bottom: -37vw;
  }
  .tablet\:b\+37vw {
    bottom: 37vw;
  }
  .tablet\:b-37\% {
    bottom: -37%;
  }
  .tablet\:b\+37\% {
    bottom: 37%;
  }
  .tablet\:l-37vw {
    left: -37vw;
  }
  .tablet\:l\+37vw {
    left: 37vw;
  }
  .tablet\:l-37\% {
    left: -37%;
  }
  .tablet\:l\+37\% {
    left: 37%;
  }
  .tablet\:r-37vw {
    right: -37vw;
  }
  .tablet\:r\+37vw {
    right: 37vw;
  }
  .tablet\:r-37\% {
    right: -37%;
  }
  .tablet\:r\+37\% {
    right: 37%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-38vw {
    top: -38vw;
  }
  .tablet\:t\+38vw {
    top: 38vw;
  }
  .tablet\:t-38\% {
    top: -38%;
  }
  .tablet\:t\+38\% {
    top: 38%;
  }
  .tablet\:b-38vw {
    bottom: -38vw;
  }
  .tablet\:b\+38vw {
    bottom: 38vw;
  }
  .tablet\:b-38\% {
    bottom: -38%;
  }
  .tablet\:b\+38\% {
    bottom: 38%;
  }
  .tablet\:l-38vw {
    left: -38vw;
  }
  .tablet\:l\+38vw {
    left: 38vw;
  }
  .tablet\:l-38\% {
    left: -38%;
  }
  .tablet\:l\+38\% {
    left: 38%;
  }
  .tablet\:r-38vw {
    right: -38vw;
  }
  .tablet\:r\+38vw {
    right: 38vw;
  }
  .tablet\:r-38\% {
    right: -38%;
  }
  .tablet\:r\+38\% {
    right: 38%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-39vw {
    top: -39vw;
  }
  .tablet\:t\+39vw {
    top: 39vw;
  }
  .tablet\:t-39\% {
    top: -39%;
  }
  .tablet\:t\+39\% {
    top: 39%;
  }
  .tablet\:b-39vw {
    bottom: -39vw;
  }
  .tablet\:b\+39vw {
    bottom: 39vw;
  }
  .tablet\:b-39\% {
    bottom: -39%;
  }
  .tablet\:b\+39\% {
    bottom: 39%;
  }
  .tablet\:l-39vw {
    left: -39vw;
  }
  .tablet\:l\+39vw {
    left: 39vw;
  }
  .tablet\:l-39\% {
    left: -39%;
  }
  .tablet\:l\+39\% {
    left: 39%;
  }
  .tablet\:r-39vw {
    right: -39vw;
  }
  .tablet\:r\+39vw {
    right: 39vw;
  }
  .tablet\:r-39\% {
    right: -39%;
  }
  .tablet\:r\+39\% {
    right: 39%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-40vw {
    top: -40vw;
  }
  .tablet\:t\+40vw {
    top: 40vw;
  }
  .tablet\:t-40\% {
    top: -40%;
  }
  .tablet\:t\+40\% {
    top: 40%;
  }
  .tablet\:b-40vw {
    bottom: -40vw;
  }
  .tablet\:b\+40vw {
    bottom: 40vw;
  }
  .tablet\:b-40\% {
    bottom: -40%;
  }
  .tablet\:b\+40\% {
    bottom: 40%;
  }
  .tablet\:l-40vw {
    left: -40vw;
  }
  .tablet\:l\+40vw {
    left: 40vw;
  }
  .tablet\:l-40\% {
    left: -40%;
  }
  .tablet\:l\+40\% {
    left: 40%;
  }
  .tablet\:r-40vw {
    right: -40vw;
  }
  .tablet\:r\+40vw {
    right: 40vw;
  }
  .tablet\:r-40\% {
    right: -40%;
  }
  .tablet\:r\+40\% {
    right: 40%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-41vw {
    top: -41vw;
  }
  .tablet\:t\+41vw {
    top: 41vw;
  }
  .tablet\:t-41\% {
    top: -41%;
  }
  .tablet\:t\+41\% {
    top: 41%;
  }
  .tablet\:b-41vw {
    bottom: -41vw;
  }
  .tablet\:b\+41vw {
    bottom: 41vw;
  }
  .tablet\:b-41\% {
    bottom: -41%;
  }
  .tablet\:b\+41\% {
    bottom: 41%;
  }
  .tablet\:l-41vw {
    left: -41vw;
  }
  .tablet\:l\+41vw {
    left: 41vw;
  }
  .tablet\:l-41\% {
    left: -41%;
  }
  .tablet\:l\+41\% {
    left: 41%;
  }
  .tablet\:r-41vw {
    right: -41vw;
  }
  .tablet\:r\+41vw {
    right: 41vw;
  }
  .tablet\:r-41\% {
    right: -41%;
  }
  .tablet\:r\+41\% {
    right: 41%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-42vw {
    top: -42vw;
  }
  .tablet\:t\+42vw {
    top: 42vw;
  }
  .tablet\:t-42\% {
    top: -42%;
  }
  .tablet\:t\+42\% {
    top: 42%;
  }
  .tablet\:b-42vw {
    bottom: -42vw;
  }
  .tablet\:b\+42vw {
    bottom: 42vw;
  }
  .tablet\:b-42\% {
    bottom: -42%;
  }
  .tablet\:b\+42\% {
    bottom: 42%;
  }
  .tablet\:l-42vw {
    left: -42vw;
  }
  .tablet\:l\+42vw {
    left: 42vw;
  }
  .tablet\:l-42\% {
    left: -42%;
  }
  .tablet\:l\+42\% {
    left: 42%;
  }
  .tablet\:r-42vw {
    right: -42vw;
  }
  .tablet\:r\+42vw {
    right: 42vw;
  }
  .tablet\:r-42\% {
    right: -42%;
  }
  .tablet\:r\+42\% {
    right: 42%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-43vw {
    top: -43vw;
  }
  .tablet\:t\+43vw {
    top: 43vw;
  }
  .tablet\:t-43\% {
    top: -43%;
  }
  .tablet\:t\+43\% {
    top: 43%;
  }
  .tablet\:b-43vw {
    bottom: -43vw;
  }
  .tablet\:b\+43vw {
    bottom: 43vw;
  }
  .tablet\:b-43\% {
    bottom: -43%;
  }
  .tablet\:b\+43\% {
    bottom: 43%;
  }
  .tablet\:l-43vw {
    left: -43vw;
  }
  .tablet\:l\+43vw {
    left: 43vw;
  }
  .tablet\:l-43\% {
    left: -43%;
  }
  .tablet\:l\+43\% {
    left: 43%;
  }
  .tablet\:r-43vw {
    right: -43vw;
  }
  .tablet\:r\+43vw {
    right: 43vw;
  }
  .tablet\:r-43\% {
    right: -43%;
  }
  .tablet\:r\+43\% {
    right: 43%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-44vw {
    top: -44vw;
  }
  .tablet\:t\+44vw {
    top: 44vw;
  }
  .tablet\:t-44\% {
    top: -44%;
  }
  .tablet\:t\+44\% {
    top: 44%;
  }
  .tablet\:b-44vw {
    bottom: -44vw;
  }
  .tablet\:b\+44vw {
    bottom: 44vw;
  }
  .tablet\:b-44\% {
    bottom: -44%;
  }
  .tablet\:b\+44\% {
    bottom: 44%;
  }
  .tablet\:l-44vw {
    left: -44vw;
  }
  .tablet\:l\+44vw {
    left: 44vw;
  }
  .tablet\:l-44\% {
    left: -44%;
  }
  .tablet\:l\+44\% {
    left: 44%;
  }
  .tablet\:r-44vw {
    right: -44vw;
  }
  .tablet\:r\+44vw {
    right: 44vw;
  }
  .tablet\:r-44\% {
    right: -44%;
  }
  .tablet\:r\+44\% {
    right: 44%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-45vw {
    top: -45vw;
  }
  .tablet\:t\+45vw {
    top: 45vw;
  }
  .tablet\:t-45\% {
    top: -45%;
  }
  .tablet\:t\+45\% {
    top: 45%;
  }
  .tablet\:b-45vw {
    bottom: -45vw;
  }
  .tablet\:b\+45vw {
    bottom: 45vw;
  }
  .tablet\:b-45\% {
    bottom: -45%;
  }
  .tablet\:b\+45\% {
    bottom: 45%;
  }
  .tablet\:l-45vw {
    left: -45vw;
  }
  .tablet\:l\+45vw {
    left: 45vw;
  }
  .tablet\:l-45\% {
    left: -45%;
  }
  .tablet\:l\+45\% {
    left: 45%;
  }
  .tablet\:r-45vw {
    right: -45vw;
  }
  .tablet\:r\+45vw {
    right: 45vw;
  }
  .tablet\:r-45\% {
    right: -45%;
  }
  .tablet\:r\+45\% {
    right: 45%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-46vw {
    top: -46vw;
  }
  .tablet\:t\+46vw {
    top: 46vw;
  }
  .tablet\:t-46\% {
    top: -46%;
  }
  .tablet\:t\+46\% {
    top: 46%;
  }
  .tablet\:b-46vw {
    bottom: -46vw;
  }
  .tablet\:b\+46vw {
    bottom: 46vw;
  }
  .tablet\:b-46\% {
    bottom: -46%;
  }
  .tablet\:b\+46\% {
    bottom: 46%;
  }
  .tablet\:l-46vw {
    left: -46vw;
  }
  .tablet\:l\+46vw {
    left: 46vw;
  }
  .tablet\:l-46\% {
    left: -46%;
  }
  .tablet\:l\+46\% {
    left: 46%;
  }
  .tablet\:r-46vw {
    right: -46vw;
  }
  .tablet\:r\+46vw {
    right: 46vw;
  }
  .tablet\:r-46\% {
    right: -46%;
  }
  .tablet\:r\+46\% {
    right: 46%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-47vw {
    top: -47vw;
  }
  .tablet\:t\+47vw {
    top: 47vw;
  }
  .tablet\:t-47\% {
    top: -47%;
  }
  .tablet\:t\+47\% {
    top: 47%;
  }
  .tablet\:b-47vw {
    bottom: -47vw;
  }
  .tablet\:b\+47vw {
    bottom: 47vw;
  }
  .tablet\:b-47\% {
    bottom: -47%;
  }
  .tablet\:b\+47\% {
    bottom: 47%;
  }
  .tablet\:l-47vw {
    left: -47vw;
  }
  .tablet\:l\+47vw {
    left: 47vw;
  }
  .tablet\:l-47\% {
    left: -47%;
  }
  .tablet\:l\+47\% {
    left: 47%;
  }
  .tablet\:r-47vw {
    right: -47vw;
  }
  .tablet\:r\+47vw {
    right: 47vw;
  }
  .tablet\:r-47\% {
    right: -47%;
  }
  .tablet\:r\+47\% {
    right: 47%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-48vw {
    top: -48vw;
  }
  .tablet\:t\+48vw {
    top: 48vw;
  }
  .tablet\:t-48\% {
    top: -48%;
  }
  .tablet\:t\+48\% {
    top: 48%;
  }
  .tablet\:b-48vw {
    bottom: -48vw;
  }
  .tablet\:b\+48vw {
    bottom: 48vw;
  }
  .tablet\:b-48\% {
    bottom: -48%;
  }
  .tablet\:b\+48\% {
    bottom: 48%;
  }
  .tablet\:l-48vw {
    left: -48vw;
  }
  .tablet\:l\+48vw {
    left: 48vw;
  }
  .tablet\:l-48\% {
    left: -48%;
  }
  .tablet\:l\+48\% {
    left: 48%;
  }
  .tablet\:r-48vw {
    right: -48vw;
  }
  .tablet\:r\+48vw {
    right: 48vw;
  }
  .tablet\:r-48\% {
    right: -48%;
  }
  .tablet\:r\+48\% {
    right: 48%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-49vw {
    top: -49vw;
  }
  .tablet\:t\+49vw {
    top: 49vw;
  }
  .tablet\:t-49\% {
    top: -49%;
  }
  .tablet\:t\+49\% {
    top: 49%;
  }
  .tablet\:b-49vw {
    bottom: -49vw;
  }
  .tablet\:b\+49vw {
    bottom: 49vw;
  }
  .tablet\:b-49\% {
    bottom: -49%;
  }
  .tablet\:b\+49\% {
    bottom: 49%;
  }
  .tablet\:l-49vw {
    left: -49vw;
  }
  .tablet\:l\+49vw {
    left: 49vw;
  }
  .tablet\:l-49\% {
    left: -49%;
  }
  .tablet\:l\+49\% {
    left: 49%;
  }
  .tablet\:r-49vw {
    right: -49vw;
  }
  .tablet\:r\+49vw {
    right: 49vw;
  }
  .tablet\:r-49\% {
    right: -49%;
  }
  .tablet\:r\+49\% {
    right: 49%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-50vw {
    top: -50vw;
  }
  .tablet\:t\+50vw {
    top: 50vw;
  }
  .tablet\:t-50\% {
    top: -50%;
  }
  .tablet\:t\+50\% {
    top: 50%;
  }
  .tablet\:b-50vw {
    bottom: -50vw;
  }
  .tablet\:b\+50vw {
    bottom: 50vw;
  }
  .tablet\:b-50\% {
    bottom: -50%;
  }
  .tablet\:b\+50\% {
    bottom: 50%;
  }
  .tablet\:l-50vw {
    left: -50vw;
  }
  .tablet\:l\+50vw {
    left: 50vw;
  }
  .tablet\:l-50\% {
    left: -50%;
  }
  .tablet\:l\+50\% {
    left: 50%;
  }
  .tablet\:r-50vw {
    right: -50vw;
  }
  .tablet\:r\+50vw {
    right: 50vw;
  }
  .tablet\:r-50\% {
    right: -50%;
  }
  .tablet\:r\+50\% {
    right: 50%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-51vw {
    top: -51vw;
  }
  .tablet\:t\+51vw {
    top: 51vw;
  }
  .tablet\:t-51\% {
    top: -51%;
  }
  .tablet\:t\+51\% {
    top: 51%;
  }
  .tablet\:b-51vw {
    bottom: -51vw;
  }
  .tablet\:b\+51vw {
    bottom: 51vw;
  }
  .tablet\:b-51\% {
    bottom: -51%;
  }
  .tablet\:b\+51\% {
    bottom: 51%;
  }
  .tablet\:l-51vw {
    left: -51vw;
  }
  .tablet\:l\+51vw {
    left: 51vw;
  }
  .tablet\:l-51\% {
    left: -51%;
  }
  .tablet\:l\+51\% {
    left: 51%;
  }
  .tablet\:r-51vw {
    right: -51vw;
  }
  .tablet\:r\+51vw {
    right: 51vw;
  }
  .tablet\:r-51\% {
    right: -51%;
  }
  .tablet\:r\+51\% {
    right: 51%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-52vw {
    top: -52vw;
  }
  .tablet\:t\+52vw {
    top: 52vw;
  }
  .tablet\:t-52\% {
    top: -52%;
  }
  .tablet\:t\+52\% {
    top: 52%;
  }
  .tablet\:b-52vw {
    bottom: -52vw;
  }
  .tablet\:b\+52vw {
    bottom: 52vw;
  }
  .tablet\:b-52\% {
    bottom: -52%;
  }
  .tablet\:b\+52\% {
    bottom: 52%;
  }
  .tablet\:l-52vw {
    left: -52vw;
  }
  .tablet\:l\+52vw {
    left: 52vw;
  }
  .tablet\:l-52\% {
    left: -52%;
  }
  .tablet\:l\+52\% {
    left: 52%;
  }
  .tablet\:r-52vw {
    right: -52vw;
  }
  .tablet\:r\+52vw {
    right: 52vw;
  }
  .tablet\:r-52\% {
    right: -52%;
  }
  .tablet\:r\+52\% {
    right: 52%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-53vw {
    top: -53vw;
  }
  .tablet\:t\+53vw {
    top: 53vw;
  }
  .tablet\:t-53\% {
    top: -53%;
  }
  .tablet\:t\+53\% {
    top: 53%;
  }
  .tablet\:b-53vw {
    bottom: -53vw;
  }
  .tablet\:b\+53vw {
    bottom: 53vw;
  }
  .tablet\:b-53\% {
    bottom: -53%;
  }
  .tablet\:b\+53\% {
    bottom: 53%;
  }
  .tablet\:l-53vw {
    left: -53vw;
  }
  .tablet\:l\+53vw {
    left: 53vw;
  }
  .tablet\:l-53\% {
    left: -53%;
  }
  .tablet\:l\+53\% {
    left: 53%;
  }
  .tablet\:r-53vw {
    right: -53vw;
  }
  .tablet\:r\+53vw {
    right: 53vw;
  }
  .tablet\:r-53\% {
    right: -53%;
  }
  .tablet\:r\+53\% {
    right: 53%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-54vw {
    top: -54vw;
  }
  .tablet\:t\+54vw {
    top: 54vw;
  }
  .tablet\:t-54\% {
    top: -54%;
  }
  .tablet\:t\+54\% {
    top: 54%;
  }
  .tablet\:b-54vw {
    bottom: -54vw;
  }
  .tablet\:b\+54vw {
    bottom: 54vw;
  }
  .tablet\:b-54\% {
    bottom: -54%;
  }
  .tablet\:b\+54\% {
    bottom: 54%;
  }
  .tablet\:l-54vw {
    left: -54vw;
  }
  .tablet\:l\+54vw {
    left: 54vw;
  }
  .tablet\:l-54\% {
    left: -54%;
  }
  .tablet\:l\+54\% {
    left: 54%;
  }
  .tablet\:r-54vw {
    right: -54vw;
  }
  .tablet\:r\+54vw {
    right: 54vw;
  }
  .tablet\:r-54\% {
    right: -54%;
  }
  .tablet\:r\+54\% {
    right: 54%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-55vw {
    top: -55vw;
  }
  .tablet\:t\+55vw {
    top: 55vw;
  }
  .tablet\:t-55\% {
    top: -55%;
  }
  .tablet\:t\+55\% {
    top: 55%;
  }
  .tablet\:b-55vw {
    bottom: -55vw;
  }
  .tablet\:b\+55vw {
    bottom: 55vw;
  }
  .tablet\:b-55\% {
    bottom: -55%;
  }
  .tablet\:b\+55\% {
    bottom: 55%;
  }
  .tablet\:l-55vw {
    left: -55vw;
  }
  .tablet\:l\+55vw {
    left: 55vw;
  }
  .tablet\:l-55\% {
    left: -55%;
  }
  .tablet\:l\+55\% {
    left: 55%;
  }
  .tablet\:r-55vw {
    right: -55vw;
  }
  .tablet\:r\+55vw {
    right: 55vw;
  }
  .tablet\:r-55\% {
    right: -55%;
  }
  .tablet\:r\+55\% {
    right: 55%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-56vw {
    top: -56vw;
  }
  .tablet\:t\+56vw {
    top: 56vw;
  }
  .tablet\:t-56\% {
    top: -56%;
  }
  .tablet\:t\+56\% {
    top: 56%;
  }
  .tablet\:b-56vw {
    bottom: -56vw;
  }
  .tablet\:b\+56vw {
    bottom: 56vw;
  }
  .tablet\:b-56\% {
    bottom: -56%;
  }
  .tablet\:b\+56\% {
    bottom: 56%;
  }
  .tablet\:l-56vw {
    left: -56vw;
  }
  .tablet\:l\+56vw {
    left: 56vw;
  }
  .tablet\:l-56\% {
    left: -56%;
  }
  .tablet\:l\+56\% {
    left: 56%;
  }
  .tablet\:r-56vw {
    right: -56vw;
  }
  .tablet\:r\+56vw {
    right: 56vw;
  }
  .tablet\:r-56\% {
    right: -56%;
  }
  .tablet\:r\+56\% {
    right: 56%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-57vw {
    top: -57vw;
  }
  .tablet\:t\+57vw {
    top: 57vw;
  }
  .tablet\:t-57\% {
    top: -57%;
  }
  .tablet\:t\+57\% {
    top: 57%;
  }
  .tablet\:b-57vw {
    bottom: -57vw;
  }
  .tablet\:b\+57vw {
    bottom: 57vw;
  }
  .tablet\:b-57\% {
    bottom: -57%;
  }
  .tablet\:b\+57\% {
    bottom: 57%;
  }
  .tablet\:l-57vw {
    left: -57vw;
  }
  .tablet\:l\+57vw {
    left: 57vw;
  }
  .tablet\:l-57\% {
    left: -57%;
  }
  .tablet\:l\+57\% {
    left: 57%;
  }
  .tablet\:r-57vw {
    right: -57vw;
  }
  .tablet\:r\+57vw {
    right: 57vw;
  }
  .tablet\:r-57\% {
    right: -57%;
  }
  .tablet\:r\+57\% {
    right: 57%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-58vw {
    top: -58vw;
  }
  .tablet\:t\+58vw {
    top: 58vw;
  }
  .tablet\:t-58\% {
    top: -58%;
  }
  .tablet\:t\+58\% {
    top: 58%;
  }
  .tablet\:b-58vw {
    bottom: -58vw;
  }
  .tablet\:b\+58vw {
    bottom: 58vw;
  }
  .tablet\:b-58\% {
    bottom: -58%;
  }
  .tablet\:b\+58\% {
    bottom: 58%;
  }
  .tablet\:l-58vw {
    left: -58vw;
  }
  .tablet\:l\+58vw {
    left: 58vw;
  }
  .tablet\:l-58\% {
    left: -58%;
  }
  .tablet\:l\+58\% {
    left: 58%;
  }
  .tablet\:r-58vw {
    right: -58vw;
  }
  .tablet\:r\+58vw {
    right: 58vw;
  }
  .tablet\:r-58\% {
    right: -58%;
  }
  .tablet\:r\+58\% {
    right: 58%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-59vw {
    top: -59vw;
  }
  .tablet\:t\+59vw {
    top: 59vw;
  }
  .tablet\:t-59\% {
    top: -59%;
  }
  .tablet\:t\+59\% {
    top: 59%;
  }
  .tablet\:b-59vw {
    bottom: -59vw;
  }
  .tablet\:b\+59vw {
    bottom: 59vw;
  }
  .tablet\:b-59\% {
    bottom: -59%;
  }
  .tablet\:b\+59\% {
    bottom: 59%;
  }
  .tablet\:l-59vw {
    left: -59vw;
  }
  .tablet\:l\+59vw {
    left: 59vw;
  }
  .tablet\:l-59\% {
    left: -59%;
  }
  .tablet\:l\+59\% {
    left: 59%;
  }
  .tablet\:r-59vw {
    right: -59vw;
  }
  .tablet\:r\+59vw {
    right: 59vw;
  }
  .tablet\:r-59\% {
    right: -59%;
  }
  .tablet\:r\+59\% {
    right: 59%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-60vw {
    top: -60vw;
  }
  .tablet\:t\+60vw {
    top: 60vw;
  }
  .tablet\:t-60\% {
    top: -60%;
  }
  .tablet\:t\+60\% {
    top: 60%;
  }
  .tablet\:b-60vw {
    bottom: -60vw;
  }
  .tablet\:b\+60vw {
    bottom: 60vw;
  }
  .tablet\:b-60\% {
    bottom: -60%;
  }
  .tablet\:b\+60\% {
    bottom: 60%;
  }
  .tablet\:l-60vw {
    left: -60vw;
  }
  .tablet\:l\+60vw {
    left: 60vw;
  }
  .tablet\:l-60\% {
    left: -60%;
  }
  .tablet\:l\+60\% {
    left: 60%;
  }
  .tablet\:r-60vw {
    right: -60vw;
  }
  .tablet\:r\+60vw {
    right: 60vw;
  }
  .tablet\:r-60\% {
    right: -60%;
  }
  .tablet\:r\+60\% {
    right: 60%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-61vw {
    top: -61vw;
  }
  .tablet\:t\+61vw {
    top: 61vw;
  }
  .tablet\:t-61\% {
    top: -61%;
  }
  .tablet\:t\+61\% {
    top: 61%;
  }
  .tablet\:b-61vw {
    bottom: -61vw;
  }
  .tablet\:b\+61vw {
    bottom: 61vw;
  }
  .tablet\:b-61\% {
    bottom: -61%;
  }
  .tablet\:b\+61\% {
    bottom: 61%;
  }
  .tablet\:l-61vw {
    left: -61vw;
  }
  .tablet\:l\+61vw {
    left: 61vw;
  }
  .tablet\:l-61\% {
    left: -61%;
  }
  .tablet\:l\+61\% {
    left: 61%;
  }
  .tablet\:r-61vw {
    right: -61vw;
  }
  .tablet\:r\+61vw {
    right: 61vw;
  }
  .tablet\:r-61\% {
    right: -61%;
  }
  .tablet\:r\+61\% {
    right: 61%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-62vw {
    top: -62vw;
  }
  .tablet\:t\+62vw {
    top: 62vw;
  }
  .tablet\:t-62\% {
    top: -62%;
  }
  .tablet\:t\+62\% {
    top: 62%;
  }
  .tablet\:b-62vw {
    bottom: -62vw;
  }
  .tablet\:b\+62vw {
    bottom: 62vw;
  }
  .tablet\:b-62\% {
    bottom: -62%;
  }
  .tablet\:b\+62\% {
    bottom: 62%;
  }
  .tablet\:l-62vw {
    left: -62vw;
  }
  .tablet\:l\+62vw {
    left: 62vw;
  }
  .tablet\:l-62\% {
    left: -62%;
  }
  .tablet\:l\+62\% {
    left: 62%;
  }
  .tablet\:r-62vw {
    right: -62vw;
  }
  .tablet\:r\+62vw {
    right: 62vw;
  }
  .tablet\:r-62\% {
    right: -62%;
  }
  .tablet\:r\+62\% {
    right: 62%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-63vw {
    top: -63vw;
  }
  .tablet\:t\+63vw {
    top: 63vw;
  }
  .tablet\:t-63\% {
    top: -63%;
  }
  .tablet\:t\+63\% {
    top: 63%;
  }
  .tablet\:b-63vw {
    bottom: -63vw;
  }
  .tablet\:b\+63vw {
    bottom: 63vw;
  }
  .tablet\:b-63\% {
    bottom: -63%;
  }
  .tablet\:b\+63\% {
    bottom: 63%;
  }
  .tablet\:l-63vw {
    left: -63vw;
  }
  .tablet\:l\+63vw {
    left: 63vw;
  }
  .tablet\:l-63\% {
    left: -63%;
  }
  .tablet\:l\+63\% {
    left: 63%;
  }
  .tablet\:r-63vw {
    right: -63vw;
  }
  .tablet\:r\+63vw {
    right: 63vw;
  }
  .tablet\:r-63\% {
    right: -63%;
  }
  .tablet\:r\+63\% {
    right: 63%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-64vw {
    top: -64vw;
  }
  .tablet\:t\+64vw {
    top: 64vw;
  }
  .tablet\:t-64\% {
    top: -64%;
  }
  .tablet\:t\+64\% {
    top: 64%;
  }
  .tablet\:b-64vw {
    bottom: -64vw;
  }
  .tablet\:b\+64vw {
    bottom: 64vw;
  }
  .tablet\:b-64\% {
    bottom: -64%;
  }
  .tablet\:b\+64\% {
    bottom: 64%;
  }
  .tablet\:l-64vw {
    left: -64vw;
  }
  .tablet\:l\+64vw {
    left: 64vw;
  }
  .tablet\:l-64\% {
    left: -64%;
  }
  .tablet\:l\+64\% {
    left: 64%;
  }
  .tablet\:r-64vw {
    right: -64vw;
  }
  .tablet\:r\+64vw {
    right: 64vw;
  }
  .tablet\:r-64\% {
    right: -64%;
  }
  .tablet\:r\+64\% {
    right: 64%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-65vw {
    top: -65vw;
  }
  .tablet\:t\+65vw {
    top: 65vw;
  }
  .tablet\:t-65\% {
    top: -65%;
  }
  .tablet\:t\+65\% {
    top: 65%;
  }
  .tablet\:b-65vw {
    bottom: -65vw;
  }
  .tablet\:b\+65vw {
    bottom: 65vw;
  }
  .tablet\:b-65\% {
    bottom: -65%;
  }
  .tablet\:b\+65\% {
    bottom: 65%;
  }
  .tablet\:l-65vw {
    left: -65vw;
  }
  .tablet\:l\+65vw {
    left: 65vw;
  }
  .tablet\:l-65\% {
    left: -65%;
  }
  .tablet\:l\+65\% {
    left: 65%;
  }
  .tablet\:r-65vw {
    right: -65vw;
  }
  .tablet\:r\+65vw {
    right: 65vw;
  }
  .tablet\:r-65\% {
    right: -65%;
  }
  .tablet\:r\+65\% {
    right: 65%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-66vw {
    top: -66vw;
  }
  .tablet\:t\+66vw {
    top: 66vw;
  }
  .tablet\:t-66\% {
    top: -66%;
  }
  .tablet\:t\+66\% {
    top: 66%;
  }
  .tablet\:b-66vw {
    bottom: -66vw;
  }
  .tablet\:b\+66vw {
    bottom: 66vw;
  }
  .tablet\:b-66\% {
    bottom: -66%;
  }
  .tablet\:b\+66\% {
    bottom: 66%;
  }
  .tablet\:l-66vw {
    left: -66vw;
  }
  .tablet\:l\+66vw {
    left: 66vw;
  }
  .tablet\:l-66\% {
    left: -66%;
  }
  .tablet\:l\+66\% {
    left: 66%;
  }
  .tablet\:r-66vw {
    right: -66vw;
  }
  .tablet\:r\+66vw {
    right: 66vw;
  }
  .tablet\:r-66\% {
    right: -66%;
  }
  .tablet\:r\+66\% {
    right: 66%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-67vw {
    top: -67vw;
  }
  .tablet\:t\+67vw {
    top: 67vw;
  }
  .tablet\:t-67\% {
    top: -67%;
  }
  .tablet\:t\+67\% {
    top: 67%;
  }
  .tablet\:b-67vw {
    bottom: -67vw;
  }
  .tablet\:b\+67vw {
    bottom: 67vw;
  }
  .tablet\:b-67\% {
    bottom: -67%;
  }
  .tablet\:b\+67\% {
    bottom: 67%;
  }
  .tablet\:l-67vw {
    left: -67vw;
  }
  .tablet\:l\+67vw {
    left: 67vw;
  }
  .tablet\:l-67\% {
    left: -67%;
  }
  .tablet\:l\+67\% {
    left: 67%;
  }
  .tablet\:r-67vw {
    right: -67vw;
  }
  .tablet\:r\+67vw {
    right: 67vw;
  }
  .tablet\:r-67\% {
    right: -67%;
  }
  .tablet\:r\+67\% {
    right: 67%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-68vw {
    top: -68vw;
  }
  .tablet\:t\+68vw {
    top: 68vw;
  }
  .tablet\:t-68\% {
    top: -68%;
  }
  .tablet\:t\+68\% {
    top: 68%;
  }
  .tablet\:b-68vw {
    bottom: -68vw;
  }
  .tablet\:b\+68vw {
    bottom: 68vw;
  }
  .tablet\:b-68\% {
    bottom: -68%;
  }
  .tablet\:b\+68\% {
    bottom: 68%;
  }
  .tablet\:l-68vw {
    left: -68vw;
  }
  .tablet\:l\+68vw {
    left: 68vw;
  }
  .tablet\:l-68\% {
    left: -68%;
  }
  .tablet\:l\+68\% {
    left: 68%;
  }
  .tablet\:r-68vw {
    right: -68vw;
  }
  .tablet\:r\+68vw {
    right: 68vw;
  }
  .tablet\:r-68\% {
    right: -68%;
  }
  .tablet\:r\+68\% {
    right: 68%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-69vw {
    top: -69vw;
  }
  .tablet\:t\+69vw {
    top: 69vw;
  }
  .tablet\:t-69\% {
    top: -69%;
  }
  .tablet\:t\+69\% {
    top: 69%;
  }
  .tablet\:b-69vw {
    bottom: -69vw;
  }
  .tablet\:b\+69vw {
    bottom: 69vw;
  }
  .tablet\:b-69\% {
    bottom: -69%;
  }
  .tablet\:b\+69\% {
    bottom: 69%;
  }
  .tablet\:l-69vw {
    left: -69vw;
  }
  .tablet\:l\+69vw {
    left: 69vw;
  }
  .tablet\:l-69\% {
    left: -69%;
  }
  .tablet\:l\+69\% {
    left: 69%;
  }
  .tablet\:r-69vw {
    right: -69vw;
  }
  .tablet\:r\+69vw {
    right: 69vw;
  }
  .tablet\:r-69\% {
    right: -69%;
  }
  .tablet\:r\+69\% {
    right: 69%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-70vw {
    top: -70vw;
  }
  .tablet\:t\+70vw {
    top: 70vw;
  }
  .tablet\:t-70\% {
    top: -70%;
  }
  .tablet\:t\+70\% {
    top: 70%;
  }
  .tablet\:b-70vw {
    bottom: -70vw;
  }
  .tablet\:b\+70vw {
    bottom: 70vw;
  }
  .tablet\:b-70\% {
    bottom: -70%;
  }
  .tablet\:b\+70\% {
    bottom: 70%;
  }
  .tablet\:l-70vw {
    left: -70vw;
  }
  .tablet\:l\+70vw {
    left: 70vw;
  }
  .tablet\:l-70\% {
    left: -70%;
  }
  .tablet\:l\+70\% {
    left: 70%;
  }
  .tablet\:r-70vw {
    right: -70vw;
  }
  .tablet\:r\+70vw {
    right: 70vw;
  }
  .tablet\:r-70\% {
    right: -70%;
  }
  .tablet\:r\+70\% {
    right: 70%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-71vw {
    top: -71vw;
  }
  .tablet\:t\+71vw {
    top: 71vw;
  }
  .tablet\:t-71\% {
    top: -71%;
  }
  .tablet\:t\+71\% {
    top: 71%;
  }
  .tablet\:b-71vw {
    bottom: -71vw;
  }
  .tablet\:b\+71vw {
    bottom: 71vw;
  }
  .tablet\:b-71\% {
    bottom: -71%;
  }
  .tablet\:b\+71\% {
    bottom: 71%;
  }
  .tablet\:l-71vw {
    left: -71vw;
  }
  .tablet\:l\+71vw {
    left: 71vw;
  }
  .tablet\:l-71\% {
    left: -71%;
  }
  .tablet\:l\+71\% {
    left: 71%;
  }
  .tablet\:r-71vw {
    right: -71vw;
  }
  .tablet\:r\+71vw {
    right: 71vw;
  }
  .tablet\:r-71\% {
    right: -71%;
  }
  .tablet\:r\+71\% {
    right: 71%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-72vw {
    top: -72vw;
  }
  .tablet\:t\+72vw {
    top: 72vw;
  }
  .tablet\:t-72\% {
    top: -72%;
  }
  .tablet\:t\+72\% {
    top: 72%;
  }
  .tablet\:b-72vw {
    bottom: -72vw;
  }
  .tablet\:b\+72vw {
    bottom: 72vw;
  }
  .tablet\:b-72\% {
    bottom: -72%;
  }
  .tablet\:b\+72\% {
    bottom: 72%;
  }
  .tablet\:l-72vw {
    left: -72vw;
  }
  .tablet\:l\+72vw {
    left: 72vw;
  }
  .tablet\:l-72\% {
    left: -72%;
  }
  .tablet\:l\+72\% {
    left: 72%;
  }
  .tablet\:r-72vw {
    right: -72vw;
  }
  .tablet\:r\+72vw {
    right: 72vw;
  }
  .tablet\:r-72\% {
    right: -72%;
  }
  .tablet\:r\+72\% {
    right: 72%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-73vw {
    top: -73vw;
  }
  .tablet\:t\+73vw {
    top: 73vw;
  }
  .tablet\:t-73\% {
    top: -73%;
  }
  .tablet\:t\+73\% {
    top: 73%;
  }
  .tablet\:b-73vw {
    bottom: -73vw;
  }
  .tablet\:b\+73vw {
    bottom: 73vw;
  }
  .tablet\:b-73\% {
    bottom: -73%;
  }
  .tablet\:b\+73\% {
    bottom: 73%;
  }
  .tablet\:l-73vw {
    left: -73vw;
  }
  .tablet\:l\+73vw {
    left: 73vw;
  }
  .tablet\:l-73\% {
    left: -73%;
  }
  .tablet\:l\+73\% {
    left: 73%;
  }
  .tablet\:r-73vw {
    right: -73vw;
  }
  .tablet\:r\+73vw {
    right: 73vw;
  }
  .tablet\:r-73\% {
    right: -73%;
  }
  .tablet\:r\+73\% {
    right: 73%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-74vw {
    top: -74vw;
  }
  .tablet\:t\+74vw {
    top: 74vw;
  }
  .tablet\:t-74\% {
    top: -74%;
  }
  .tablet\:t\+74\% {
    top: 74%;
  }
  .tablet\:b-74vw {
    bottom: -74vw;
  }
  .tablet\:b\+74vw {
    bottom: 74vw;
  }
  .tablet\:b-74\% {
    bottom: -74%;
  }
  .tablet\:b\+74\% {
    bottom: 74%;
  }
  .tablet\:l-74vw {
    left: -74vw;
  }
  .tablet\:l\+74vw {
    left: 74vw;
  }
  .tablet\:l-74\% {
    left: -74%;
  }
  .tablet\:l\+74\% {
    left: 74%;
  }
  .tablet\:r-74vw {
    right: -74vw;
  }
  .tablet\:r\+74vw {
    right: 74vw;
  }
  .tablet\:r-74\% {
    right: -74%;
  }
  .tablet\:r\+74\% {
    right: 74%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-75vw {
    top: -75vw;
  }
  .tablet\:t\+75vw {
    top: 75vw;
  }
  .tablet\:t-75\% {
    top: -75%;
  }
  .tablet\:t\+75\% {
    top: 75%;
  }
  .tablet\:b-75vw {
    bottom: -75vw;
  }
  .tablet\:b\+75vw {
    bottom: 75vw;
  }
  .tablet\:b-75\% {
    bottom: -75%;
  }
  .tablet\:b\+75\% {
    bottom: 75%;
  }
  .tablet\:l-75vw {
    left: -75vw;
  }
  .tablet\:l\+75vw {
    left: 75vw;
  }
  .tablet\:l-75\% {
    left: -75%;
  }
  .tablet\:l\+75\% {
    left: 75%;
  }
  .tablet\:r-75vw {
    right: -75vw;
  }
  .tablet\:r\+75vw {
    right: 75vw;
  }
  .tablet\:r-75\% {
    right: -75%;
  }
  .tablet\:r\+75\% {
    right: 75%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-76vw {
    top: -76vw;
  }
  .tablet\:t\+76vw {
    top: 76vw;
  }
  .tablet\:t-76\% {
    top: -76%;
  }
  .tablet\:t\+76\% {
    top: 76%;
  }
  .tablet\:b-76vw {
    bottom: -76vw;
  }
  .tablet\:b\+76vw {
    bottom: 76vw;
  }
  .tablet\:b-76\% {
    bottom: -76%;
  }
  .tablet\:b\+76\% {
    bottom: 76%;
  }
  .tablet\:l-76vw {
    left: -76vw;
  }
  .tablet\:l\+76vw {
    left: 76vw;
  }
  .tablet\:l-76\% {
    left: -76%;
  }
  .tablet\:l\+76\% {
    left: 76%;
  }
  .tablet\:r-76vw {
    right: -76vw;
  }
  .tablet\:r\+76vw {
    right: 76vw;
  }
  .tablet\:r-76\% {
    right: -76%;
  }
  .tablet\:r\+76\% {
    right: 76%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-77vw {
    top: -77vw;
  }
  .tablet\:t\+77vw {
    top: 77vw;
  }
  .tablet\:t-77\% {
    top: -77%;
  }
  .tablet\:t\+77\% {
    top: 77%;
  }
  .tablet\:b-77vw {
    bottom: -77vw;
  }
  .tablet\:b\+77vw {
    bottom: 77vw;
  }
  .tablet\:b-77\% {
    bottom: -77%;
  }
  .tablet\:b\+77\% {
    bottom: 77%;
  }
  .tablet\:l-77vw {
    left: -77vw;
  }
  .tablet\:l\+77vw {
    left: 77vw;
  }
  .tablet\:l-77\% {
    left: -77%;
  }
  .tablet\:l\+77\% {
    left: 77%;
  }
  .tablet\:r-77vw {
    right: -77vw;
  }
  .tablet\:r\+77vw {
    right: 77vw;
  }
  .tablet\:r-77\% {
    right: -77%;
  }
  .tablet\:r\+77\% {
    right: 77%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-78vw {
    top: -78vw;
  }
  .tablet\:t\+78vw {
    top: 78vw;
  }
  .tablet\:t-78\% {
    top: -78%;
  }
  .tablet\:t\+78\% {
    top: 78%;
  }
  .tablet\:b-78vw {
    bottom: -78vw;
  }
  .tablet\:b\+78vw {
    bottom: 78vw;
  }
  .tablet\:b-78\% {
    bottom: -78%;
  }
  .tablet\:b\+78\% {
    bottom: 78%;
  }
  .tablet\:l-78vw {
    left: -78vw;
  }
  .tablet\:l\+78vw {
    left: 78vw;
  }
  .tablet\:l-78\% {
    left: -78%;
  }
  .tablet\:l\+78\% {
    left: 78%;
  }
  .tablet\:r-78vw {
    right: -78vw;
  }
  .tablet\:r\+78vw {
    right: 78vw;
  }
  .tablet\:r-78\% {
    right: -78%;
  }
  .tablet\:r\+78\% {
    right: 78%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-79vw {
    top: -79vw;
  }
  .tablet\:t\+79vw {
    top: 79vw;
  }
  .tablet\:t-79\% {
    top: -79%;
  }
  .tablet\:t\+79\% {
    top: 79%;
  }
  .tablet\:b-79vw {
    bottom: -79vw;
  }
  .tablet\:b\+79vw {
    bottom: 79vw;
  }
  .tablet\:b-79\% {
    bottom: -79%;
  }
  .tablet\:b\+79\% {
    bottom: 79%;
  }
  .tablet\:l-79vw {
    left: -79vw;
  }
  .tablet\:l\+79vw {
    left: 79vw;
  }
  .tablet\:l-79\% {
    left: -79%;
  }
  .tablet\:l\+79\% {
    left: 79%;
  }
  .tablet\:r-79vw {
    right: -79vw;
  }
  .tablet\:r\+79vw {
    right: 79vw;
  }
  .tablet\:r-79\% {
    right: -79%;
  }
  .tablet\:r\+79\% {
    right: 79%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-80vw {
    top: -80vw;
  }
  .tablet\:t\+80vw {
    top: 80vw;
  }
  .tablet\:t-80\% {
    top: -80%;
  }
  .tablet\:t\+80\% {
    top: 80%;
  }
  .tablet\:b-80vw {
    bottom: -80vw;
  }
  .tablet\:b\+80vw {
    bottom: 80vw;
  }
  .tablet\:b-80\% {
    bottom: -80%;
  }
  .tablet\:b\+80\% {
    bottom: 80%;
  }
  .tablet\:l-80vw {
    left: -80vw;
  }
  .tablet\:l\+80vw {
    left: 80vw;
  }
  .tablet\:l-80\% {
    left: -80%;
  }
  .tablet\:l\+80\% {
    left: 80%;
  }
  .tablet\:r-80vw {
    right: -80vw;
  }
  .tablet\:r\+80vw {
    right: 80vw;
  }
  .tablet\:r-80\% {
    right: -80%;
  }
  .tablet\:r\+80\% {
    right: 80%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-81vw {
    top: -81vw;
  }
  .tablet\:t\+81vw {
    top: 81vw;
  }
  .tablet\:t-81\% {
    top: -81%;
  }
  .tablet\:t\+81\% {
    top: 81%;
  }
  .tablet\:b-81vw {
    bottom: -81vw;
  }
  .tablet\:b\+81vw {
    bottom: 81vw;
  }
  .tablet\:b-81\% {
    bottom: -81%;
  }
  .tablet\:b\+81\% {
    bottom: 81%;
  }
  .tablet\:l-81vw {
    left: -81vw;
  }
  .tablet\:l\+81vw {
    left: 81vw;
  }
  .tablet\:l-81\% {
    left: -81%;
  }
  .tablet\:l\+81\% {
    left: 81%;
  }
  .tablet\:r-81vw {
    right: -81vw;
  }
  .tablet\:r\+81vw {
    right: 81vw;
  }
  .tablet\:r-81\% {
    right: -81%;
  }
  .tablet\:r\+81\% {
    right: 81%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-82vw {
    top: -82vw;
  }
  .tablet\:t\+82vw {
    top: 82vw;
  }
  .tablet\:t-82\% {
    top: -82%;
  }
  .tablet\:t\+82\% {
    top: 82%;
  }
  .tablet\:b-82vw {
    bottom: -82vw;
  }
  .tablet\:b\+82vw {
    bottom: 82vw;
  }
  .tablet\:b-82\% {
    bottom: -82%;
  }
  .tablet\:b\+82\% {
    bottom: 82%;
  }
  .tablet\:l-82vw {
    left: -82vw;
  }
  .tablet\:l\+82vw {
    left: 82vw;
  }
  .tablet\:l-82\% {
    left: -82%;
  }
  .tablet\:l\+82\% {
    left: 82%;
  }
  .tablet\:r-82vw {
    right: -82vw;
  }
  .tablet\:r\+82vw {
    right: 82vw;
  }
  .tablet\:r-82\% {
    right: -82%;
  }
  .tablet\:r\+82\% {
    right: 82%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-83vw {
    top: -83vw;
  }
  .tablet\:t\+83vw {
    top: 83vw;
  }
  .tablet\:t-83\% {
    top: -83%;
  }
  .tablet\:t\+83\% {
    top: 83%;
  }
  .tablet\:b-83vw {
    bottom: -83vw;
  }
  .tablet\:b\+83vw {
    bottom: 83vw;
  }
  .tablet\:b-83\% {
    bottom: -83%;
  }
  .tablet\:b\+83\% {
    bottom: 83%;
  }
  .tablet\:l-83vw {
    left: -83vw;
  }
  .tablet\:l\+83vw {
    left: 83vw;
  }
  .tablet\:l-83\% {
    left: -83%;
  }
  .tablet\:l\+83\% {
    left: 83%;
  }
  .tablet\:r-83vw {
    right: -83vw;
  }
  .tablet\:r\+83vw {
    right: 83vw;
  }
  .tablet\:r-83\% {
    right: -83%;
  }
  .tablet\:r\+83\% {
    right: 83%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-84vw {
    top: -84vw;
  }
  .tablet\:t\+84vw {
    top: 84vw;
  }
  .tablet\:t-84\% {
    top: -84%;
  }
  .tablet\:t\+84\% {
    top: 84%;
  }
  .tablet\:b-84vw {
    bottom: -84vw;
  }
  .tablet\:b\+84vw {
    bottom: 84vw;
  }
  .tablet\:b-84\% {
    bottom: -84%;
  }
  .tablet\:b\+84\% {
    bottom: 84%;
  }
  .tablet\:l-84vw {
    left: -84vw;
  }
  .tablet\:l\+84vw {
    left: 84vw;
  }
  .tablet\:l-84\% {
    left: -84%;
  }
  .tablet\:l\+84\% {
    left: 84%;
  }
  .tablet\:r-84vw {
    right: -84vw;
  }
  .tablet\:r\+84vw {
    right: 84vw;
  }
  .tablet\:r-84\% {
    right: -84%;
  }
  .tablet\:r\+84\% {
    right: 84%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-85vw {
    top: -85vw;
  }
  .tablet\:t\+85vw {
    top: 85vw;
  }
  .tablet\:t-85\% {
    top: -85%;
  }
  .tablet\:t\+85\% {
    top: 85%;
  }
  .tablet\:b-85vw {
    bottom: -85vw;
  }
  .tablet\:b\+85vw {
    bottom: 85vw;
  }
  .tablet\:b-85\% {
    bottom: -85%;
  }
  .tablet\:b\+85\% {
    bottom: 85%;
  }
  .tablet\:l-85vw {
    left: -85vw;
  }
  .tablet\:l\+85vw {
    left: 85vw;
  }
  .tablet\:l-85\% {
    left: -85%;
  }
  .tablet\:l\+85\% {
    left: 85%;
  }
  .tablet\:r-85vw {
    right: -85vw;
  }
  .tablet\:r\+85vw {
    right: 85vw;
  }
  .tablet\:r-85\% {
    right: -85%;
  }
  .tablet\:r\+85\% {
    right: 85%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-86vw {
    top: -86vw;
  }
  .tablet\:t\+86vw {
    top: 86vw;
  }
  .tablet\:t-86\% {
    top: -86%;
  }
  .tablet\:t\+86\% {
    top: 86%;
  }
  .tablet\:b-86vw {
    bottom: -86vw;
  }
  .tablet\:b\+86vw {
    bottom: 86vw;
  }
  .tablet\:b-86\% {
    bottom: -86%;
  }
  .tablet\:b\+86\% {
    bottom: 86%;
  }
  .tablet\:l-86vw {
    left: -86vw;
  }
  .tablet\:l\+86vw {
    left: 86vw;
  }
  .tablet\:l-86\% {
    left: -86%;
  }
  .tablet\:l\+86\% {
    left: 86%;
  }
  .tablet\:r-86vw {
    right: -86vw;
  }
  .tablet\:r\+86vw {
    right: 86vw;
  }
  .tablet\:r-86\% {
    right: -86%;
  }
  .tablet\:r\+86\% {
    right: 86%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-87vw {
    top: -87vw;
  }
  .tablet\:t\+87vw {
    top: 87vw;
  }
  .tablet\:t-87\% {
    top: -87%;
  }
  .tablet\:t\+87\% {
    top: 87%;
  }
  .tablet\:b-87vw {
    bottom: -87vw;
  }
  .tablet\:b\+87vw {
    bottom: 87vw;
  }
  .tablet\:b-87\% {
    bottom: -87%;
  }
  .tablet\:b\+87\% {
    bottom: 87%;
  }
  .tablet\:l-87vw {
    left: -87vw;
  }
  .tablet\:l\+87vw {
    left: 87vw;
  }
  .tablet\:l-87\% {
    left: -87%;
  }
  .tablet\:l\+87\% {
    left: 87%;
  }
  .tablet\:r-87vw {
    right: -87vw;
  }
  .tablet\:r\+87vw {
    right: 87vw;
  }
  .tablet\:r-87\% {
    right: -87%;
  }
  .tablet\:r\+87\% {
    right: 87%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-88vw {
    top: -88vw;
  }
  .tablet\:t\+88vw {
    top: 88vw;
  }
  .tablet\:t-88\% {
    top: -88%;
  }
  .tablet\:t\+88\% {
    top: 88%;
  }
  .tablet\:b-88vw {
    bottom: -88vw;
  }
  .tablet\:b\+88vw {
    bottom: 88vw;
  }
  .tablet\:b-88\% {
    bottom: -88%;
  }
  .tablet\:b\+88\% {
    bottom: 88%;
  }
  .tablet\:l-88vw {
    left: -88vw;
  }
  .tablet\:l\+88vw {
    left: 88vw;
  }
  .tablet\:l-88\% {
    left: -88%;
  }
  .tablet\:l\+88\% {
    left: 88%;
  }
  .tablet\:r-88vw {
    right: -88vw;
  }
  .tablet\:r\+88vw {
    right: 88vw;
  }
  .tablet\:r-88\% {
    right: -88%;
  }
  .tablet\:r\+88\% {
    right: 88%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-89vw {
    top: -89vw;
  }
  .tablet\:t\+89vw {
    top: 89vw;
  }
  .tablet\:t-89\% {
    top: -89%;
  }
  .tablet\:t\+89\% {
    top: 89%;
  }
  .tablet\:b-89vw {
    bottom: -89vw;
  }
  .tablet\:b\+89vw {
    bottom: 89vw;
  }
  .tablet\:b-89\% {
    bottom: -89%;
  }
  .tablet\:b\+89\% {
    bottom: 89%;
  }
  .tablet\:l-89vw {
    left: -89vw;
  }
  .tablet\:l\+89vw {
    left: 89vw;
  }
  .tablet\:l-89\% {
    left: -89%;
  }
  .tablet\:l\+89\% {
    left: 89%;
  }
  .tablet\:r-89vw {
    right: -89vw;
  }
  .tablet\:r\+89vw {
    right: 89vw;
  }
  .tablet\:r-89\% {
    right: -89%;
  }
  .tablet\:r\+89\% {
    right: 89%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-90vw {
    top: -90vw;
  }
  .tablet\:t\+90vw {
    top: 90vw;
  }
  .tablet\:t-90\% {
    top: -90%;
  }
  .tablet\:t\+90\% {
    top: 90%;
  }
  .tablet\:b-90vw {
    bottom: -90vw;
  }
  .tablet\:b\+90vw {
    bottom: 90vw;
  }
  .tablet\:b-90\% {
    bottom: -90%;
  }
  .tablet\:b\+90\% {
    bottom: 90%;
  }
  .tablet\:l-90vw {
    left: -90vw;
  }
  .tablet\:l\+90vw {
    left: 90vw;
  }
  .tablet\:l-90\% {
    left: -90%;
  }
  .tablet\:l\+90\% {
    left: 90%;
  }
  .tablet\:r-90vw {
    right: -90vw;
  }
  .tablet\:r\+90vw {
    right: 90vw;
  }
  .tablet\:r-90\% {
    right: -90%;
  }
  .tablet\:r\+90\% {
    right: 90%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-91vw {
    top: -91vw;
  }
  .tablet\:t\+91vw {
    top: 91vw;
  }
  .tablet\:t-91\% {
    top: -91%;
  }
  .tablet\:t\+91\% {
    top: 91%;
  }
  .tablet\:b-91vw {
    bottom: -91vw;
  }
  .tablet\:b\+91vw {
    bottom: 91vw;
  }
  .tablet\:b-91\% {
    bottom: -91%;
  }
  .tablet\:b\+91\% {
    bottom: 91%;
  }
  .tablet\:l-91vw {
    left: -91vw;
  }
  .tablet\:l\+91vw {
    left: 91vw;
  }
  .tablet\:l-91\% {
    left: -91%;
  }
  .tablet\:l\+91\% {
    left: 91%;
  }
  .tablet\:r-91vw {
    right: -91vw;
  }
  .tablet\:r\+91vw {
    right: 91vw;
  }
  .tablet\:r-91\% {
    right: -91%;
  }
  .tablet\:r\+91\% {
    right: 91%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-92vw {
    top: -92vw;
  }
  .tablet\:t\+92vw {
    top: 92vw;
  }
  .tablet\:t-92\% {
    top: -92%;
  }
  .tablet\:t\+92\% {
    top: 92%;
  }
  .tablet\:b-92vw {
    bottom: -92vw;
  }
  .tablet\:b\+92vw {
    bottom: 92vw;
  }
  .tablet\:b-92\% {
    bottom: -92%;
  }
  .tablet\:b\+92\% {
    bottom: 92%;
  }
  .tablet\:l-92vw {
    left: -92vw;
  }
  .tablet\:l\+92vw {
    left: 92vw;
  }
  .tablet\:l-92\% {
    left: -92%;
  }
  .tablet\:l\+92\% {
    left: 92%;
  }
  .tablet\:r-92vw {
    right: -92vw;
  }
  .tablet\:r\+92vw {
    right: 92vw;
  }
  .tablet\:r-92\% {
    right: -92%;
  }
  .tablet\:r\+92\% {
    right: 92%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-93vw {
    top: -93vw;
  }
  .tablet\:t\+93vw {
    top: 93vw;
  }
  .tablet\:t-93\% {
    top: -93%;
  }
  .tablet\:t\+93\% {
    top: 93%;
  }
  .tablet\:b-93vw {
    bottom: -93vw;
  }
  .tablet\:b\+93vw {
    bottom: 93vw;
  }
  .tablet\:b-93\% {
    bottom: -93%;
  }
  .tablet\:b\+93\% {
    bottom: 93%;
  }
  .tablet\:l-93vw {
    left: -93vw;
  }
  .tablet\:l\+93vw {
    left: 93vw;
  }
  .tablet\:l-93\% {
    left: -93%;
  }
  .tablet\:l\+93\% {
    left: 93%;
  }
  .tablet\:r-93vw {
    right: -93vw;
  }
  .tablet\:r\+93vw {
    right: 93vw;
  }
  .tablet\:r-93\% {
    right: -93%;
  }
  .tablet\:r\+93\% {
    right: 93%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-94vw {
    top: -94vw;
  }
  .tablet\:t\+94vw {
    top: 94vw;
  }
  .tablet\:t-94\% {
    top: -94%;
  }
  .tablet\:t\+94\% {
    top: 94%;
  }
  .tablet\:b-94vw {
    bottom: -94vw;
  }
  .tablet\:b\+94vw {
    bottom: 94vw;
  }
  .tablet\:b-94\% {
    bottom: -94%;
  }
  .tablet\:b\+94\% {
    bottom: 94%;
  }
  .tablet\:l-94vw {
    left: -94vw;
  }
  .tablet\:l\+94vw {
    left: 94vw;
  }
  .tablet\:l-94\% {
    left: -94%;
  }
  .tablet\:l\+94\% {
    left: 94%;
  }
  .tablet\:r-94vw {
    right: -94vw;
  }
  .tablet\:r\+94vw {
    right: 94vw;
  }
  .tablet\:r-94\% {
    right: -94%;
  }
  .tablet\:r\+94\% {
    right: 94%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-95vw {
    top: -95vw;
  }
  .tablet\:t\+95vw {
    top: 95vw;
  }
  .tablet\:t-95\% {
    top: -95%;
  }
  .tablet\:t\+95\% {
    top: 95%;
  }
  .tablet\:b-95vw {
    bottom: -95vw;
  }
  .tablet\:b\+95vw {
    bottom: 95vw;
  }
  .tablet\:b-95\% {
    bottom: -95%;
  }
  .tablet\:b\+95\% {
    bottom: 95%;
  }
  .tablet\:l-95vw {
    left: -95vw;
  }
  .tablet\:l\+95vw {
    left: 95vw;
  }
  .tablet\:l-95\% {
    left: -95%;
  }
  .tablet\:l\+95\% {
    left: 95%;
  }
  .tablet\:r-95vw {
    right: -95vw;
  }
  .tablet\:r\+95vw {
    right: 95vw;
  }
  .tablet\:r-95\% {
    right: -95%;
  }
  .tablet\:r\+95\% {
    right: 95%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-96vw {
    top: -96vw;
  }
  .tablet\:t\+96vw {
    top: 96vw;
  }
  .tablet\:t-96\% {
    top: -96%;
  }
  .tablet\:t\+96\% {
    top: 96%;
  }
  .tablet\:b-96vw {
    bottom: -96vw;
  }
  .tablet\:b\+96vw {
    bottom: 96vw;
  }
  .tablet\:b-96\% {
    bottom: -96%;
  }
  .tablet\:b\+96\% {
    bottom: 96%;
  }
  .tablet\:l-96vw {
    left: -96vw;
  }
  .tablet\:l\+96vw {
    left: 96vw;
  }
  .tablet\:l-96\% {
    left: -96%;
  }
  .tablet\:l\+96\% {
    left: 96%;
  }
  .tablet\:r-96vw {
    right: -96vw;
  }
  .tablet\:r\+96vw {
    right: 96vw;
  }
  .tablet\:r-96\% {
    right: -96%;
  }
  .tablet\:r\+96\% {
    right: 96%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-97vw {
    top: -97vw;
  }
  .tablet\:t\+97vw {
    top: 97vw;
  }
  .tablet\:t-97\% {
    top: -97%;
  }
  .tablet\:t\+97\% {
    top: 97%;
  }
  .tablet\:b-97vw {
    bottom: -97vw;
  }
  .tablet\:b\+97vw {
    bottom: 97vw;
  }
  .tablet\:b-97\% {
    bottom: -97%;
  }
  .tablet\:b\+97\% {
    bottom: 97%;
  }
  .tablet\:l-97vw {
    left: -97vw;
  }
  .tablet\:l\+97vw {
    left: 97vw;
  }
  .tablet\:l-97\% {
    left: -97%;
  }
  .tablet\:l\+97\% {
    left: 97%;
  }
  .tablet\:r-97vw {
    right: -97vw;
  }
  .tablet\:r\+97vw {
    right: 97vw;
  }
  .tablet\:r-97\% {
    right: -97%;
  }
  .tablet\:r\+97\% {
    right: 97%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-98vw {
    top: -98vw;
  }
  .tablet\:t\+98vw {
    top: 98vw;
  }
  .tablet\:t-98\% {
    top: -98%;
  }
  .tablet\:t\+98\% {
    top: 98%;
  }
  .tablet\:b-98vw {
    bottom: -98vw;
  }
  .tablet\:b\+98vw {
    bottom: 98vw;
  }
  .tablet\:b-98\% {
    bottom: -98%;
  }
  .tablet\:b\+98\% {
    bottom: 98%;
  }
  .tablet\:l-98vw {
    left: -98vw;
  }
  .tablet\:l\+98vw {
    left: 98vw;
  }
  .tablet\:l-98\% {
    left: -98%;
  }
  .tablet\:l\+98\% {
    left: 98%;
  }
  .tablet\:r-98vw {
    right: -98vw;
  }
  .tablet\:r\+98vw {
    right: 98vw;
  }
  .tablet\:r-98\% {
    right: -98%;
  }
  .tablet\:r\+98\% {
    right: 98%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-99vw {
    top: -99vw;
  }
  .tablet\:t\+99vw {
    top: 99vw;
  }
  .tablet\:t-99\% {
    top: -99%;
  }
  .tablet\:t\+99\% {
    top: 99%;
  }
  .tablet\:b-99vw {
    bottom: -99vw;
  }
  .tablet\:b\+99vw {
    bottom: 99vw;
  }
  .tablet\:b-99\% {
    bottom: -99%;
  }
  .tablet\:b\+99\% {
    bottom: 99%;
  }
  .tablet\:l-99vw {
    left: -99vw;
  }
  .tablet\:l\+99vw {
    left: 99vw;
  }
  .tablet\:l-99\% {
    left: -99%;
  }
  .tablet\:l\+99\% {
    left: 99%;
  }
  .tablet\:r-99vw {
    right: -99vw;
  }
  .tablet\:r\+99vw {
    right: 99vw;
  }
  .tablet\:r-99\% {
    right: -99%;
  }
  .tablet\:r\+99\% {
    right: 99%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-100vw {
    top: -100vw;
  }
  .tablet\:t\+100vw {
    top: 100vw;
  }
  .tablet\:t-100\% {
    top: -100%;
  }
  .tablet\:t\+100\% {
    top: 100%;
  }
  .tablet\:b-100vw {
    bottom: -100vw;
  }
  .tablet\:b\+100vw {
    bottom: 100vw;
  }
  .tablet\:b-100\% {
    bottom: -100%;
  }
  .tablet\:b\+100\% {
    bottom: 100%;
  }
  .tablet\:l-100vw {
    left: -100vw;
  }
  .tablet\:l\+100vw {
    left: 100vw;
  }
  .tablet\:l-100\% {
    left: -100%;
  }
  .tablet\:l\+100\% {
    left: 100%;
  }
  .tablet\:r-100vw {
    right: -100vw;
  }
  .tablet\:r\+100vw {
    right: 100vw;
  }
  .tablet\:r-100\% {
    right: -100%;
  }
  .tablet\:r\+100\% {
    right: 100%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-101vw {
    top: -101vw;
  }
  .tablet\:t\+101vw {
    top: 101vw;
  }
  .tablet\:t-101\% {
    top: -101%;
  }
  .tablet\:t\+101\% {
    top: 101%;
  }
  .tablet\:b-101vw {
    bottom: -101vw;
  }
  .tablet\:b\+101vw {
    bottom: 101vw;
  }
  .tablet\:b-101\% {
    bottom: -101%;
  }
  .tablet\:b\+101\% {
    bottom: 101%;
  }
  .tablet\:l-101vw {
    left: -101vw;
  }
  .tablet\:l\+101vw {
    left: 101vw;
  }
  .tablet\:l-101\% {
    left: -101%;
  }
  .tablet\:l\+101\% {
    left: 101%;
  }
  .tablet\:r-101vw {
    right: -101vw;
  }
  .tablet\:r\+101vw {
    right: 101vw;
  }
  .tablet\:r-101\% {
    right: -101%;
  }
  .tablet\:r\+101\% {
    right: 101%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-102vw {
    top: -102vw;
  }
  .tablet\:t\+102vw {
    top: 102vw;
  }
  .tablet\:t-102\% {
    top: -102%;
  }
  .tablet\:t\+102\% {
    top: 102%;
  }
  .tablet\:b-102vw {
    bottom: -102vw;
  }
  .tablet\:b\+102vw {
    bottom: 102vw;
  }
  .tablet\:b-102\% {
    bottom: -102%;
  }
  .tablet\:b\+102\% {
    bottom: 102%;
  }
  .tablet\:l-102vw {
    left: -102vw;
  }
  .tablet\:l\+102vw {
    left: 102vw;
  }
  .tablet\:l-102\% {
    left: -102%;
  }
  .tablet\:l\+102\% {
    left: 102%;
  }
  .tablet\:r-102vw {
    right: -102vw;
  }
  .tablet\:r\+102vw {
    right: 102vw;
  }
  .tablet\:r-102\% {
    right: -102%;
  }
  .tablet\:r\+102\% {
    right: 102%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-103vw {
    top: -103vw;
  }
  .tablet\:t\+103vw {
    top: 103vw;
  }
  .tablet\:t-103\% {
    top: -103%;
  }
  .tablet\:t\+103\% {
    top: 103%;
  }
  .tablet\:b-103vw {
    bottom: -103vw;
  }
  .tablet\:b\+103vw {
    bottom: 103vw;
  }
  .tablet\:b-103\% {
    bottom: -103%;
  }
  .tablet\:b\+103\% {
    bottom: 103%;
  }
  .tablet\:l-103vw {
    left: -103vw;
  }
  .tablet\:l\+103vw {
    left: 103vw;
  }
  .tablet\:l-103\% {
    left: -103%;
  }
  .tablet\:l\+103\% {
    left: 103%;
  }
  .tablet\:r-103vw {
    right: -103vw;
  }
  .tablet\:r\+103vw {
    right: 103vw;
  }
  .tablet\:r-103\% {
    right: -103%;
  }
  .tablet\:r\+103\% {
    right: 103%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-104vw {
    top: -104vw;
  }
  .tablet\:t\+104vw {
    top: 104vw;
  }
  .tablet\:t-104\% {
    top: -104%;
  }
  .tablet\:t\+104\% {
    top: 104%;
  }
  .tablet\:b-104vw {
    bottom: -104vw;
  }
  .tablet\:b\+104vw {
    bottom: 104vw;
  }
  .tablet\:b-104\% {
    bottom: -104%;
  }
  .tablet\:b\+104\% {
    bottom: 104%;
  }
  .tablet\:l-104vw {
    left: -104vw;
  }
  .tablet\:l\+104vw {
    left: 104vw;
  }
  .tablet\:l-104\% {
    left: -104%;
  }
  .tablet\:l\+104\% {
    left: 104%;
  }
  .tablet\:r-104vw {
    right: -104vw;
  }
  .tablet\:r\+104vw {
    right: 104vw;
  }
  .tablet\:r-104\% {
    right: -104%;
  }
  .tablet\:r\+104\% {
    right: 104%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-105vw {
    top: -105vw;
  }
  .tablet\:t\+105vw {
    top: 105vw;
  }
  .tablet\:t-105\% {
    top: -105%;
  }
  .tablet\:t\+105\% {
    top: 105%;
  }
  .tablet\:b-105vw {
    bottom: -105vw;
  }
  .tablet\:b\+105vw {
    bottom: 105vw;
  }
  .tablet\:b-105\% {
    bottom: -105%;
  }
  .tablet\:b\+105\% {
    bottom: 105%;
  }
  .tablet\:l-105vw {
    left: -105vw;
  }
  .tablet\:l\+105vw {
    left: 105vw;
  }
  .tablet\:l-105\% {
    left: -105%;
  }
  .tablet\:l\+105\% {
    left: 105%;
  }
  .tablet\:r-105vw {
    right: -105vw;
  }
  .tablet\:r\+105vw {
    right: 105vw;
  }
  .tablet\:r-105\% {
    right: -105%;
  }
  .tablet\:r\+105\% {
    right: 105%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-106vw {
    top: -106vw;
  }
  .tablet\:t\+106vw {
    top: 106vw;
  }
  .tablet\:t-106\% {
    top: -106%;
  }
  .tablet\:t\+106\% {
    top: 106%;
  }
  .tablet\:b-106vw {
    bottom: -106vw;
  }
  .tablet\:b\+106vw {
    bottom: 106vw;
  }
  .tablet\:b-106\% {
    bottom: -106%;
  }
  .tablet\:b\+106\% {
    bottom: 106%;
  }
  .tablet\:l-106vw {
    left: -106vw;
  }
  .tablet\:l\+106vw {
    left: 106vw;
  }
  .tablet\:l-106\% {
    left: -106%;
  }
  .tablet\:l\+106\% {
    left: 106%;
  }
  .tablet\:r-106vw {
    right: -106vw;
  }
  .tablet\:r\+106vw {
    right: 106vw;
  }
  .tablet\:r-106\% {
    right: -106%;
  }
  .tablet\:r\+106\% {
    right: 106%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-107vw {
    top: -107vw;
  }
  .tablet\:t\+107vw {
    top: 107vw;
  }
  .tablet\:t-107\% {
    top: -107%;
  }
  .tablet\:t\+107\% {
    top: 107%;
  }
  .tablet\:b-107vw {
    bottom: -107vw;
  }
  .tablet\:b\+107vw {
    bottom: 107vw;
  }
  .tablet\:b-107\% {
    bottom: -107%;
  }
  .tablet\:b\+107\% {
    bottom: 107%;
  }
  .tablet\:l-107vw {
    left: -107vw;
  }
  .tablet\:l\+107vw {
    left: 107vw;
  }
  .tablet\:l-107\% {
    left: -107%;
  }
  .tablet\:l\+107\% {
    left: 107%;
  }
  .tablet\:r-107vw {
    right: -107vw;
  }
  .tablet\:r\+107vw {
    right: 107vw;
  }
  .tablet\:r-107\% {
    right: -107%;
  }
  .tablet\:r\+107\% {
    right: 107%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-108vw {
    top: -108vw;
  }
  .tablet\:t\+108vw {
    top: 108vw;
  }
  .tablet\:t-108\% {
    top: -108%;
  }
  .tablet\:t\+108\% {
    top: 108%;
  }
  .tablet\:b-108vw {
    bottom: -108vw;
  }
  .tablet\:b\+108vw {
    bottom: 108vw;
  }
  .tablet\:b-108\% {
    bottom: -108%;
  }
  .tablet\:b\+108\% {
    bottom: 108%;
  }
  .tablet\:l-108vw {
    left: -108vw;
  }
  .tablet\:l\+108vw {
    left: 108vw;
  }
  .tablet\:l-108\% {
    left: -108%;
  }
  .tablet\:l\+108\% {
    left: 108%;
  }
  .tablet\:r-108vw {
    right: -108vw;
  }
  .tablet\:r\+108vw {
    right: 108vw;
  }
  .tablet\:r-108\% {
    right: -108%;
  }
  .tablet\:r\+108\% {
    right: 108%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-109vw {
    top: -109vw;
  }
  .tablet\:t\+109vw {
    top: 109vw;
  }
  .tablet\:t-109\% {
    top: -109%;
  }
  .tablet\:t\+109\% {
    top: 109%;
  }
  .tablet\:b-109vw {
    bottom: -109vw;
  }
  .tablet\:b\+109vw {
    bottom: 109vw;
  }
  .tablet\:b-109\% {
    bottom: -109%;
  }
  .tablet\:b\+109\% {
    bottom: 109%;
  }
  .tablet\:l-109vw {
    left: -109vw;
  }
  .tablet\:l\+109vw {
    left: 109vw;
  }
  .tablet\:l-109\% {
    left: -109%;
  }
  .tablet\:l\+109\% {
    left: 109%;
  }
  .tablet\:r-109vw {
    right: -109vw;
  }
  .tablet\:r\+109vw {
    right: 109vw;
  }
  .tablet\:r-109\% {
    right: -109%;
  }
  .tablet\:r\+109\% {
    right: 109%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-110vw {
    top: -110vw;
  }
  .tablet\:t\+110vw {
    top: 110vw;
  }
  .tablet\:t-110\% {
    top: -110%;
  }
  .tablet\:t\+110\% {
    top: 110%;
  }
  .tablet\:b-110vw {
    bottom: -110vw;
  }
  .tablet\:b\+110vw {
    bottom: 110vw;
  }
  .tablet\:b-110\% {
    bottom: -110%;
  }
  .tablet\:b\+110\% {
    bottom: 110%;
  }
  .tablet\:l-110vw {
    left: -110vw;
  }
  .tablet\:l\+110vw {
    left: 110vw;
  }
  .tablet\:l-110\% {
    left: -110%;
  }
  .tablet\:l\+110\% {
    left: 110%;
  }
  .tablet\:r-110vw {
    right: -110vw;
  }
  .tablet\:r\+110vw {
    right: 110vw;
  }
  .tablet\:r-110\% {
    right: -110%;
  }
  .tablet\:r\+110\% {
    right: 110%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-111vw {
    top: -111vw;
  }
  .tablet\:t\+111vw {
    top: 111vw;
  }
  .tablet\:t-111\% {
    top: -111%;
  }
  .tablet\:t\+111\% {
    top: 111%;
  }
  .tablet\:b-111vw {
    bottom: -111vw;
  }
  .tablet\:b\+111vw {
    bottom: 111vw;
  }
  .tablet\:b-111\% {
    bottom: -111%;
  }
  .tablet\:b\+111\% {
    bottom: 111%;
  }
  .tablet\:l-111vw {
    left: -111vw;
  }
  .tablet\:l\+111vw {
    left: 111vw;
  }
  .tablet\:l-111\% {
    left: -111%;
  }
  .tablet\:l\+111\% {
    left: 111%;
  }
  .tablet\:r-111vw {
    right: -111vw;
  }
  .tablet\:r\+111vw {
    right: 111vw;
  }
  .tablet\:r-111\% {
    right: -111%;
  }
  .tablet\:r\+111\% {
    right: 111%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-112vw {
    top: -112vw;
  }
  .tablet\:t\+112vw {
    top: 112vw;
  }
  .tablet\:t-112\% {
    top: -112%;
  }
  .tablet\:t\+112\% {
    top: 112%;
  }
  .tablet\:b-112vw {
    bottom: -112vw;
  }
  .tablet\:b\+112vw {
    bottom: 112vw;
  }
  .tablet\:b-112\% {
    bottom: -112%;
  }
  .tablet\:b\+112\% {
    bottom: 112%;
  }
  .tablet\:l-112vw {
    left: -112vw;
  }
  .tablet\:l\+112vw {
    left: 112vw;
  }
  .tablet\:l-112\% {
    left: -112%;
  }
  .tablet\:l\+112\% {
    left: 112%;
  }
  .tablet\:r-112vw {
    right: -112vw;
  }
  .tablet\:r\+112vw {
    right: 112vw;
  }
  .tablet\:r-112\% {
    right: -112%;
  }
  .tablet\:r\+112\% {
    right: 112%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-113vw {
    top: -113vw;
  }
  .tablet\:t\+113vw {
    top: 113vw;
  }
  .tablet\:t-113\% {
    top: -113%;
  }
  .tablet\:t\+113\% {
    top: 113%;
  }
  .tablet\:b-113vw {
    bottom: -113vw;
  }
  .tablet\:b\+113vw {
    bottom: 113vw;
  }
  .tablet\:b-113\% {
    bottom: -113%;
  }
  .tablet\:b\+113\% {
    bottom: 113%;
  }
  .tablet\:l-113vw {
    left: -113vw;
  }
  .tablet\:l\+113vw {
    left: 113vw;
  }
  .tablet\:l-113\% {
    left: -113%;
  }
  .tablet\:l\+113\% {
    left: 113%;
  }
  .tablet\:r-113vw {
    right: -113vw;
  }
  .tablet\:r\+113vw {
    right: 113vw;
  }
  .tablet\:r-113\% {
    right: -113%;
  }
  .tablet\:r\+113\% {
    right: 113%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-114vw {
    top: -114vw;
  }
  .tablet\:t\+114vw {
    top: 114vw;
  }
  .tablet\:t-114\% {
    top: -114%;
  }
  .tablet\:t\+114\% {
    top: 114%;
  }
  .tablet\:b-114vw {
    bottom: -114vw;
  }
  .tablet\:b\+114vw {
    bottom: 114vw;
  }
  .tablet\:b-114\% {
    bottom: -114%;
  }
  .tablet\:b\+114\% {
    bottom: 114%;
  }
  .tablet\:l-114vw {
    left: -114vw;
  }
  .tablet\:l\+114vw {
    left: 114vw;
  }
  .tablet\:l-114\% {
    left: -114%;
  }
  .tablet\:l\+114\% {
    left: 114%;
  }
  .tablet\:r-114vw {
    right: -114vw;
  }
  .tablet\:r\+114vw {
    right: 114vw;
  }
  .tablet\:r-114\% {
    right: -114%;
  }
  .tablet\:r\+114\% {
    right: 114%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-115vw {
    top: -115vw;
  }
  .tablet\:t\+115vw {
    top: 115vw;
  }
  .tablet\:t-115\% {
    top: -115%;
  }
  .tablet\:t\+115\% {
    top: 115%;
  }
  .tablet\:b-115vw {
    bottom: -115vw;
  }
  .tablet\:b\+115vw {
    bottom: 115vw;
  }
  .tablet\:b-115\% {
    bottom: -115%;
  }
  .tablet\:b\+115\% {
    bottom: 115%;
  }
  .tablet\:l-115vw {
    left: -115vw;
  }
  .tablet\:l\+115vw {
    left: 115vw;
  }
  .tablet\:l-115\% {
    left: -115%;
  }
  .tablet\:l\+115\% {
    left: 115%;
  }
  .tablet\:r-115vw {
    right: -115vw;
  }
  .tablet\:r\+115vw {
    right: 115vw;
  }
  .tablet\:r-115\% {
    right: -115%;
  }
  .tablet\:r\+115\% {
    right: 115%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-116vw {
    top: -116vw;
  }
  .tablet\:t\+116vw {
    top: 116vw;
  }
  .tablet\:t-116\% {
    top: -116%;
  }
  .tablet\:t\+116\% {
    top: 116%;
  }
  .tablet\:b-116vw {
    bottom: -116vw;
  }
  .tablet\:b\+116vw {
    bottom: 116vw;
  }
  .tablet\:b-116\% {
    bottom: -116%;
  }
  .tablet\:b\+116\% {
    bottom: 116%;
  }
  .tablet\:l-116vw {
    left: -116vw;
  }
  .tablet\:l\+116vw {
    left: 116vw;
  }
  .tablet\:l-116\% {
    left: -116%;
  }
  .tablet\:l\+116\% {
    left: 116%;
  }
  .tablet\:r-116vw {
    right: -116vw;
  }
  .tablet\:r\+116vw {
    right: 116vw;
  }
  .tablet\:r-116\% {
    right: -116%;
  }
  .tablet\:r\+116\% {
    right: 116%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-117vw {
    top: -117vw;
  }
  .tablet\:t\+117vw {
    top: 117vw;
  }
  .tablet\:t-117\% {
    top: -117%;
  }
  .tablet\:t\+117\% {
    top: 117%;
  }
  .tablet\:b-117vw {
    bottom: -117vw;
  }
  .tablet\:b\+117vw {
    bottom: 117vw;
  }
  .tablet\:b-117\% {
    bottom: -117%;
  }
  .tablet\:b\+117\% {
    bottom: 117%;
  }
  .tablet\:l-117vw {
    left: -117vw;
  }
  .tablet\:l\+117vw {
    left: 117vw;
  }
  .tablet\:l-117\% {
    left: -117%;
  }
  .tablet\:l\+117\% {
    left: 117%;
  }
  .tablet\:r-117vw {
    right: -117vw;
  }
  .tablet\:r\+117vw {
    right: 117vw;
  }
  .tablet\:r-117\% {
    right: -117%;
  }
  .tablet\:r\+117\% {
    right: 117%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-118vw {
    top: -118vw;
  }
  .tablet\:t\+118vw {
    top: 118vw;
  }
  .tablet\:t-118\% {
    top: -118%;
  }
  .tablet\:t\+118\% {
    top: 118%;
  }
  .tablet\:b-118vw {
    bottom: -118vw;
  }
  .tablet\:b\+118vw {
    bottom: 118vw;
  }
  .tablet\:b-118\% {
    bottom: -118%;
  }
  .tablet\:b\+118\% {
    bottom: 118%;
  }
  .tablet\:l-118vw {
    left: -118vw;
  }
  .tablet\:l\+118vw {
    left: 118vw;
  }
  .tablet\:l-118\% {
    left: -118%;
  }
  .tablet\:l\+118\% {
    left: 118%;
  }
  .tablet\:r-118vw {
    right: -118vw;
  }
  .tablet\:r\+118vw {
    right: 118vw;
  }
  .tablet\:r-118\% {
    right: -118%;
  }
  .tablet\:r\+118\% {
    right: 118%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-119vw {
    top: -119vw;
  }
  .tablet\:t\+119vw {
    top: 119vw;
  }
  .tablet\:t-119\% {
    top: -119%;
  }
  .tablet\:t\+119\% {
    top: 119%;
  }
  .tablet\:b-119vw {
    bottom: -119vw;
  }
  .tablet\:b\+119vw {
    bottom: 119vw;
  }
  .tablet\:b-119\% {
    bottom: -119%;
  }
  .tablet\:b\+119\% {
    bottom: 119%;
  }
  .tablet\:l-119vw {
    left: -119vw;
  }
  .tablet\:l\+119vw {
    left: 119vw;
  }
  .tablet\:l-119\% {
    left: -119%;
  }
  .tablet\:l\+119\% {
    left: 119%;
  }
  .tablet\:r-119vw {
    right: -119vw;
  }
  .tablet\:r\+119vw {
    right: 119vw;
  }
  .tablet\:r-119\% {
    right: -119%;
  }
  .tablet\:r\+119\% {
    right: 119%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-120vw {
    top: -120vw;
  }
  .tablet\:t\+120vw {
    top: 120vw;
  }
  .tablet\:t-120\% {
    top: -120%;
  }
  .tablet\:t\+120\% {
    top: 120%;
  }
  .tablet\:b-120vw {
    bottom: -120vw;
  }
  .tablet\:b\+120vw {
    bottom: 120vw;
  }
  .tablet\:b-120\% {
    bottom: -120%;
  }
  .tablet\:b\+120\% {
    bottom: 120%;
  }
  .tablet\:l-120vw {
    left: -120vw;
  }
  .tablet\:l\+120vw {
    left: 120vw;
  }
  .tablet\:l-120\% {
    left: -120%;
  }
  .tablet\:l\+120\% {
    left: 120%;
  }
  .tablet\:r-120vw {
    right: -120vw;
  }
  .tablet\:r\+120vw {
    right: 120vw;
  }
  .tablet\:r-120\% {
    right: -120%;
  }
  .tablet\:r\+120\% {
    right: 120%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-121vw {
    top: -121vw;
  }
  .tablet\:t\+121vw {
    top: 121vw;
  }
  .tablet\:t-121\% {
    top: -121%;
  }
  .tablet\:t\+121\% {
    top: 121%;
  }
  .tablet\:b-121vw {
    bottom: -121vw;
  }
  .tablet\:b\+121vw {
    bottom: 121vw;
  }
  .tablet\:b-121\% {
    bottom: -121%;
  }
  .tablet\:b\+121\% {
    bottom: 121%;
  }
  .tablet\:l-121vw {
    left: -121vw;
  }
  .tablet\:l\+121vw {
    left: 121vw;
  }
  .tablet\:l-121\% {
    left: -121%;
  }
  .tablet\:l\+121\% {
    left: 121%;
  }
  .tablet\:r-121vw {
    right: -121vw;
  }
  .tablet\:r\+121vw {
    right: 121vw;
  }
  .tablet\:r-121\% {
    right: -121%;
  }
  .tablet\:r\+121\% {
    right: 121%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-122vw {
    top: -122vw;
  }
  .tablet\:t\+122vw {
    top: 122vw;
  }
  .tablet\:t-122\% {
    top: -122%;
  }
  .tablet\:t\+122\% {
    top: 122%;
  }
  .tablet\:b-122vw {
    bottom: -122vw;
  }
  .tablet\:b\+122vw {
    bottom: 122vw;
  }
  .tablet\:b-122\% {
    bottom: -122%;
  }
  .tablet\:b\+122\% {
    bottom: 122%;
  }
  .tablet\:l-122vw {
    left: -122vw;
  }
  .tablet\:l\+122vw {
    left: 122vw;
  }
  .tablet\:l-122\% {
    left: -122%;
  }
  .tablet\:l\+122\% {
    left: 122%;
  }
  .tablet\:r-122vw {
    right: -122vw;
  }
  .tablet\:r\+122vw {
    right: 122vw;
  }
  .tablet\:r-122\% {
    right: -122%;
  }
  .tablet\:r\+122\% {
    right: 122%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-123vw {
    top: -123vw;
  }
  .tablet\:t\+123vw {
    top: 123vw;
  }
  .tablet\:t-123\% {
    top: -123%;
  }
  .tablet\:t\+123\% {
    top: 123%;
  }
  .tablet\:b-123vw {
    bottom: -123vw;
  }
  .tablet\:b\+123vw {
    bottom: 123vw;
  }
  .tablet\:b-123\% {
    bottom: -123%;
  }
  .tablet\:b\+123\% {
    bottom: 123%;
  }
  .tablet\:l-123vw {
    left: -123vw;
  }
  .tablet\:l\+123vw {
    left: 123vw;
  }
  .tablet\:l-123\% {
    left: -123%;
  }
  .tablet\:l\+123\% {
    left: 123%;
  }
  .tablet\:r-123vw {
    right: -123vw;
  }
  .tablet\:r\+123vw {
    right: 123vw;
  }
  .tablet\:r-123\% {
    right: -123%;
  }
  .tablet\:r\+123\% {
    right: 123%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-124vw {
    top: -124vw;
  }
  .tablet\:t\+124vw {
    top: 124vw;
  }
  .tablet\:t-124\% {
    top: -124%;
  }
  .tablet\:t\+124\% {
    top: 124%;
  }
  .tablet\:b-124vw {
    bottom: -124vw;
  }
  .tablet\:b\+124vw {
    bottom: 124vw;
  }
  .tablet\:b-124\% {
    bottom: -124%;
  }
  .tablet\:b\+124\% {
    bottom: 124%;
  }
  .tablet\:l-124vw {
    left: -124vw;
  }
  .tablet\:l\+124vw {
    left: 124vw;
  }
  .tablet\:l-124\% {
    left: -124%;
  }
  .tablet\:l\+124\% {
    left: 124%;
  }
  .tablet\:r-124vw {
    right: -124vw;
  }
  .tablet\:r\+124vw {
    right: 124vw;
  }
  .tablet\:r-124\% {
    right: -124%;
  }
  .tablet\:r\+124\% {
    right: 124%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-125vw {
    top: -125vw;
  }
  .tablet\:t\+125vw {
    top: 125vw;
  }
  .tablet\:t-125\% {
    top: -125%;
  }
  .tablet\:t\+125\% {
    top: 125%;
  }
  .tablet\:b-125vw {
    bottom: -125vw;
  }
  .tablet\:b\+125vw {
    bottom: 125vw;
  }
  .tablet\:b-125\% {
    bottom: -125%;
  }
  .tablet\:b\+125\% {
    bottom: 125%;
  }
  .tablet\:l-125vw {
    left: -125vw;
  }
  .tablet\:l\+125vw {
    left: 125vw;
  }
  .tablet\:l-125\% {
    left: -125%;
  }
  .tablet\:l\+125\% {
    left: 125%;
  }
  .tablet\:r-125vw {
    right: -125vw;
  }
  .tablet\:r\+125vw {
    right: 125vw;
  }
  .tablet\:r-125\% {
    right: -125%;
  }
  .tablet\:r\+125\% {
    right: 125%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-126vw {
    top: -126vw;
  }
  .tablet\:t\+126vw {
    top: 126vw;
  }
  .tablet\:t-126\% {
    top: -126%;
  }
  .tablet\:t\+126\% {
    top: 126%;
  }
  .tablet\:b-126vw {
    bottom: -126vw;
  }
  .tablet\:b\+126vw {
    bottom: 126vw;
  }
  .tablet\:b-126\% {
    bottom: -126%;
  }
  .tablet\:b\+126\% {
    bottom: 126%;
  }
  .tablet\:l-126vw {
    left: -126vw;
  }
  .tablet\:l\+126vw {
    left: 126vw;
  }
  .tablet\:l-126\% {
    left: -126%;
  }
  .tablet\:l\+126\% {
    left: 126%;
  }
  .tablet\:r-126vw {
    right: -126vw;
  }
  .tablet\:r\+126vw {
    right: 126vw;
  }
  .tablet\:r-126\% {
    right: -126%;
  }
  .tablet\:r\+126\% {
    right: 126%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-127vw {
    top: -127vw;
  }
  .tablet\:t\+127vw {
    top: 127vw;
  }
  .tablet\:t-127\% {
    top: -127%;
  }
  .tablet\:t\+127\% {
    top: 127%;
  }
  .tablet\:b-127vw {
    bottom: -127vw;
  }
  .tablet\:b\+127vw {
    bottom: 127vw;
  }
  .tablet\:b-127\% {
    bottom: -127%;
  }
  .tablet\:b\+127\% {
    bottom: 127%;
  }
  .tablet\:l-127vw {
    left: -127vw;
  }
  .tablet\:l\+127vw {
    left: 127vw;
  }
  .tablet\:l-127\% {
    left: -127%;
  }
  .tablet\:l\+127\% {
    left: 127%;
  }
  .tablet\:r-127vw {
    right: -127vw;
  }
  .tablet\:r\+127vw {
    right: 127vw;
  }
  .tablet\:r-127\% {
    right: -127%;
  }
  .tablet\:r\+127\% {
    right: 127%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-128vw {
    top: -128vw;
  }
  .tablet\:t\+128vw {
    top: 128vw;
  }
  .tablet\:t-128\% {
    top: -128%;
  }
  .tablet\:t\+128\% {
    top: 128%;
  }
  .tablet\:b-128vw {
    bottom: -128vw;
  }
  .tablet\:b\+128vw {
    bottom: 128vw;
  }
  .tablet\:b-128\% {
    bottom: -128%;
  }
  .tablet\:b\+128\% {
    bottom: 128%;
  }
  .tablet\:l-128vw {
    left: -128vw;
  }
  .tablet\:l\+128vw {
    left: 128vw;
  }
  .tablet\:l-128\% {
    left: -128%;
  }
  .tablet\:l\+128\% {
    left: 128%;
  }
  .tablet\:r-128vw {
    right: -128vw;
  }
  .tablet\:r\+128vw {
    right: 128vw;
  }
  .tablet\:r-128\% {
    right: -128%;
  }
  .tablet\:r\+128\% {
    right: 128%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-129vw {
    top: -129vw;
  }
  .tablet\:t\+129vw {
    top: 129vw;
  }
  .tablet\:t-129\% {
    top: -129%;
  }
  .tablet\:t\+129\% {
    top: 129%;
  }
  .tablet\:b-129vw {
    bottom: -129vw;
  }
  .tablet\:b\+129vw {
    bottom: 129vw;
  }
  .tablet\:b-129\% {
    bottom: -129%;
  }
  .tablet\:b\+129\% {
    bottom: 129%;
  }
  .tablet\:l-129vw {
    left: -129vw;
  }
  .tablet\:l\+129vw {
    left: 129vw;
  }
  .tablet\:l-129\% {
    left: -129%;
  }
  .tablet\:l\+129\% {
    left: 129%;
  }
  .tablet\:r-129vw {
    right: -129vw;
  }
  .tablet\:r\+129vw {
    right: 129vw;
  }
  .tablet\:r-129\% {
    right: -129%;
  }
  .tablet\:r\+129\% {
    right: 129%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-130vw {
    top: -130vw;
  }
  .tablet\:t\+130vw {
    top: 130vw;
  }
  .tablet\:t-130\% {
    top: -130%;
  }
  .tablet\:t\+130\% {
    top: 130%;
  }
  .tablet\:b-130vw {
    bottom: -130vw;
  }
  .tablet\:b\+130vw {
    bottom: 130vw;
  }
  .tablet\:b-130\% {
    bottom: -130%;
  }
  .tablet\:b\+130\% {
    bottom: 130%;
  }
  .tablet\:l-130vw {
    left: -130vw;
  }
  .tablet\:l\+130vw {
    left: 130vw;
  }
  .tablet\:l-130\% {
    left: -130%;
  }
  .tablet\:l\+130\% {
    left: 130%;
  }
  .tablet\:r-130vw {
    right: -130vw;
  }
  .tablet\:r\+130vw {
    right: 130vw;
  }
  .tablet\:r-130\% {
    right: -130%;
  }
  .tablet\:r\+130\% {
    right: 130%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-131vw {
    top: -131vw;
  }
  .tablet\:t\+131vw {
    top: 131vw;
  }
  .tablet\:t-131\% {
    top: -131%;
  }
  .tablet\:t\+131\% {
    top: 131%;
  }
  .tablet\:b-131vw {
    bottom: -131vw;
  }
  .tablet\:b\+131vw {
    bottom: 131vw;
  }
  .tablet\:b-131\% {
    bottom: -131%;
  }
  .tablet\:b\+131\% {
    bottom: 131%;
  }
  .tablet\:l-131vw {
    left: -131vw;
  }
  .tablet\:l\+131vw {
    left: 131vw;
  }
  .tablet\:l-131\% {
    left: -131%;
  }
  .tablet\:l\+131\% {
    left: 131%;
  }
  .tablet\:r-131vw {
    right: -131vw;
  }
  .tablet\:r\+131vw {
    right: 131vw;
  }
  .tablet\:r-131\% {
    right: -131%;
  }
  .tablet\:r\+131\% {
    right: 131%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-132vw {
    top: -132vw;
  }
  .tablet\:t\+132vw {
    top: 132vw;
  }
  .tablet\:t-132\% {
    top: -132%;
  }
  .tablet\:t\+132\% {
    top: 132%;
  }
  .tablet\:b-132vw {
    bottom: -132vw;
  }
  .tablet\:b\+132vw {
    bottom: 132vw;
  }
  .tablet\:b-132\% {
    bottom: -132%;
  }
  .tablet\:b\+132\% {
    bottom: 132%;
  }
  .tablet\:l-132vw {
    left: -132vw;
  }
  .tablet\:l\+132vw {
    left: 132vw;
  }
  .tablet\:l-132\% {
    left: -132%;
  }
  .tablet\:l\+132\% {
    left: 132%;
  }
  .tablet\:r-132vw {
    right: -132vw;
  }
  .tablet\:r\+132vw {
    right: 132vw;
  }
  .tablet\:r-132\% {
    right: -132%;
  }
  .tablet\:r\+132\% {
    right: 132%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-133vw {
    top: -133vw;
  }
  .tablet\:t\+133vw {
    top: 133vw;
  }
  .tablet\:t-133\% {
    top: -133%;
  }
  .tablet\:t\+133\% {
    top: 133%;
  }
  .tablet\:b-133vw {
    bottom: -133vw;
  }
  .tablet\:b\+133vw {
    bottom: 133vw;
  }
  .tablet\:b-133\% {
    bottom: -133%;
  }
  .tablet\:b\+133\% {
    bottom: 133%;
  }
  .tablet\:l-133vw {
    left: -133vw;
  }
  .tablet\:l\+133vw {
    left: 133vw;
  }
  .tablet\:l-133\% {
    left: -133%;
  }
  .tablet\:l\+133\% {
    left: 133%;
  }
  .tablet\:r-133vw {
    right: -133vw;
  }
  .tablet\:r\+133vw {
    right: 133vw;
  }
  .tablet\:r-133\% {
    right: -133%;
  }
  .tablet\:r\+133\% {
    right: 133%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-134vw {
    top: -134vw;
  }
  .tablet\:t\+134vw {
    top: 134vw;
  }
  .tablet\:t-134\% {
    top: -134%;
  }
  .tablet\:t\+134\% {
    top: 134%;
  }
  .tablet\:b-134vw {
    bottom: -134vw;
  }
  .tablet\:b\+134vw {
    bottom: 134vw;
  }
  .tablet\:b-134\% {
    bottom: -134%;
  }
  .tablet\:b\+134\% {
    bottom: 134%;
  }
  .tablet\:l-134vw {
    left: -134vw;
  }
  .tablet\:l\+134vw {
    left: 134vw;
  }
  .tablet\:l-134\% {
    left: -134%;
  }
  .tablet\:l\+134\% {
    left: 134%;
  }
  .tablet\:r-134vw {
    right: -134vw;
  }
  .tablet\:r\+134vw {
    right: 134vw;
  }
  .tablet\:r-134\% {
    right: -134%;
  }
  .tablet\:r\+134\% {
    right: 134%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-135vw {
    top: -135vw;
  }
  .tablet\:t\+135vw {
    top: 135vw;
  }
  .tablet\:t-135\% {
    top: -135%;
  }
  .tablet\:t\+135\% {
    top: 135%;
  }
  .tablet\:b-135vw {
    bottom: -135vw;
  }
  .tablet\:b\+135vw {
    bottom: 135vw;
  }
  .tablet\:b-135\% {
    bottom: -135%;
  }
  .tablet\:b\+135\% {
    bottom: 135%;
  }
  .tablet\:l-135vw {
    left: -135vw;
  }
  .tablet\:l\+135vw {
    left: 135vw;
  }
  .tablet\:l-135\% {
    left: -135%;
  }
  .tablet\:l\+135\% {
    left: 135%;
  }
  .tablet\:r-135vw {
    right: -135vw;
  }
  .tablet\:r\+135vw {
    right: 135vw;
  }
  .tablet\:r-135\% {
    right: -135%;
  }
  .tablet\:r\+135\% {
    right: 135%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-136vw {
    top: -136vw;
  }
  .tablet\:t\+136vw {
    top: 136vw;
  }
  .tablet\:t-136\% {
    top: -136%;
  }
  .tablet\:t\+136\% {
    top: 136%;
  }
  .tablet\:b-136vw {
    bottom: -136vw;
  }
  .tablet\:b\+136vw {
    bottom: 136vw;
  }
  .tablet\:b-136\% {
    bottom: -136%;
  }
  .tablet\:b\+136\% {
    bottom: 136%;
  }
  .tablet\:l-136vw {
    left: -136vw;
  }
  .tablet\:l\+136vw {
    left: 136vw;
  }
  .tablet\:l-136\% {
    left: -136%;
  }
  .tablet\:l\+136\% {
    left: 136%;
  }
  .tablet\:r-136vw {
    right: -136vw;
  }
  .tablet\:r\+136vw {
    right: 136vw;
  }
  .tablet\:r-136\% {
    right: -136%;
  }
  .tablet\:r\+136\% {
    right: 136%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-137vw {
    top: -137vw;
  }
  .tablet\:t\+137vw {
    top: 137vw;
  }
  .tablet\:t-137\% {
    top: -137%;
  }
  .tablet\:t\+137\% {
    top: 137%;
  }
  .tablet\:b-137vw {
    bottom: -137vw;
  }
  .tablet\:b\+137vw {
    bottom: 137vw;
  }
  .tablet\:b-137\% {
    bottom: -137%;
  }
  .tablet\:b\+137\% {
    bottom: 137%;
  }
  .tablet\:l-137vw {
    left: -137vw;
  }
  .tablet\:l\+137vw {
    left: 137vw;
  }
  .tablet\:l-137\% {
    left: -137%;
  }
  .tablet\:l\+137\% {
    left: 137%;
  }
  .tablet\:r-137vw {
    right: -137vw;
  }
  .tablet\:r\+137vw {
    right: 137vw;
  }
  .tablet\:r-137\% {
    right: -137%;
  }
  .tablet\:r\+137\% {
    right: 137%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-138vw {
    top: -138vw;
  }
  .tablet\:t\+138vw {
    top: 138vw;
  }
  .tablet\:t-138\% {
    top: -138%;
  }
  .tablet\:t\+138\% {
    top: 138%;
  }
  .tablet\:b-138vw {
    bottom: -138vw;
  }
  .tablet\:b\+138vw {
    bottom: 138vw;
  }
  .tablet\:b-138\% {
    bottom: -138%;
  }
  .tablet\:b\+138\% {
    bottom: 138%;
  }
  .tablet\:l-138vw {
    left: -138vw;
  }
  .tablet\:l\+138vw {
    left: 138vw;
  }
  .tablet\:l-138\% {
    left: -138%;
  }
  .tablet\:l\+138\% {
    left: 138%;
  }
  .tablet\:r-138vw {
    right: -138vw;
  }
  .tablet\:r\+138vw {
    right: 138vw;
  }
  .tablet\:r-138\% {
    right: -138%;
  }
  .tablet\:r\+138\% {
    right: 138%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-139vw {
    top: -139vw;
  }
  .tablet\:t\+139vw {
    top: 139vw;
  }
  .tablet\:t-139\% {
    top: -139%;
  }
  .tablet\:t\+139\% {
    top: 139%;
  }
  .tablet\:b-139vw {
    bottom: -139vw;
  }
  .tablet\:b\+139vw {
    bottom: 139vw;
  }
  .tablet\:b-139\% {
    bottom: -139%;
  }
  .tablet\:b\+139\% {
    bottom: 139%;
  }
  .tablet\:l-139vw {
    left: -139vw;
  }
  .tablet\:l\+139vw {
    left: 139vw;
  }
  .tablet\:l-139\% {
    left: -139%;
  }
  .tablet\:l\+139\% {
    left: 139%;
  }
  .tablet\:r-139vw {
    right: -139vw;
  }
  .tablet\:r\+139vw {
    right: 139vw;
  }
  .tablet\:r-139\% {
    right: -139%;
  }
  .tablet\:r\+139\% {
    right: 139%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-140vw {
    top: -140vw;
  }
  .tablet\:t\+140vw {
    top: 140vw;
  }
  .tablet\:t-140\% {
    top: -140%;
  }
  .tablet\:t\+140\% {
    top: 140%;
  }
  .tablet\:b-140vw {
    bottom: -140vw;
  }
  .tablet\:b\+140vw {
    bottom: 140vw;
  }
  .tablet\:b-140\% {
    bottom: -140%;
  }
  .tablet\:b\+140\% {
    bottom: 140%;
  }
  .tablet\:l-140vw {
    left: -140vw;
  }
  .tablet\:l\+140vw {
    left: 140vw;
  }
  .tablet\:l-140\% {
    left: -140%;
  }
  .tablet\:l\+140\% {
    left: 140%;
  }
  .tablet\:r-140vw {
    right: -140vw;
  }
  .tablet\:r\+140vw {
    right: 140vw;
  }
  .tablet\:r-140\% {
    right: -140%;
  }
  .tablet\:r\+140\% {
    right: 140%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-141vw {
    top: -141vw;
  }
  .tablet\:t\+141vw {
    top: 141vw;
  }
  .tablet\:t-141\% {
    top: -141%;
  }
  .tablet\:t\+141\% {
    top: 141%;
  }
  .tablet\:b-141vw {
    bottom: -141vw;
  }
  .tablet\:b\+141vw {
    bottom: 141vw;
  }
  .tablet\:b-141\% {
    bottom: -141%;
  }
  .tablet\:b\+141\% {
    bottom: 141%;
  }
  .tablet\:l-141vw {
    left: -141vw;
  }
  .tablet\:l\+141vw {
    left: 141vw;
  }
  .tablet\:l-141\% {
    left: -141%;
  }
  .tablet\:l\+141\% {
    left: 141%;
  }
  .tablet\:r-141vw {
    right: -141vw;
  }
  .tablet\:r\+141vw {
    right: 141vw;
  }
  .tablet\:r-141\% {
    right: -141%;
  }
  .tablet\:r\+141\% {
    right: 141%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-142vw {
    top: -142vw;
  }
  .tablet\:t\+142vw {
    top: 142vw;
  }
  .tablet\:t-142\% {
    top: -142%;
  }
  .tablet\:t\+142\% {
    top: 142%;
  }
  .tablet\:b-142vw {
    bottom: -142vw;
  }
  .tablet\:b\+142vw {
    bottom: 142vw;
  }
  .tablet\:b-142\% {
    bottom: -142%;
  }
  .tablet\:b\+142\% {
    bottom: 142%;
  }
  .tablet\:l-142vw {
    left: -142vw;
  }
  .tablet\:l\+142vw {
    left: 142vw;
  }
  .tablet\:l-142\% {
    left: -142%;
  }
  .tablet\:l\+142\% {
    left: 142%;
  }
  .tablet\:r-142vw {
    right: -142vw;
  }
  .tablet\:r\+142vw {
    right: 142vw;
  }
  .tablet\:r-142\% {
    right: -142%;
  }
  .tablet\:r\+142\% {
    right: 142%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-143vw {
    top: -143vw;
  }
  .tablet\:t\+143vw {
    top: 143vw;
  }
  .tablet\:t-143\% {
    top: -143%;
  }
  .tablet\:t\+143\% {
    top: 143%;
  }
  .tablet\:b-143vw {
    bottom: -143vw;
  }
  .tablet\:b\+143vw {
    bottom: 143vw;
  }
  .tablet\:b-143\% {
    bottom: -143%;
  }
  .tablet\:b\+143\% {
    bottom: 143%;
  }
  .tablet\:l-143vw {
    left: -143vw;
  }
  .tablet\:l\+143vw {
    left: 143vw;
  }
  .tablet\:l-143\% {
    left: -143%;
  }
  .tablet\:l\+143\% {
    left: 143%;
  }
  .tablet\:r-143vw {
    right: -143vw;
  }
  .tablet\:r\+143vw {
    right: 143vw;
  }
  .tablet\:r-143\% {
    right: -143%;
  }
  .tablet\:r\+143\% {
    right: 143%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-144vw {
    top: -144vw;
  }
  .tablet\:t\+144vw {
    top: 144vw;
  }
  .tablet\:t-144\% {
    top: -144%;
  }
  .tablet\:t\+144\% {
    top: 144%;
  }
  .tablet\:b-144vw {
    bottom: -144vw;
  }
  .tablet\:b\+144vw {
    bottom: 144vw;
  }
  .tablet\:b-144\% {
    bottom: -144%;
  }
  .tablet\:b\+144\% {
    bottom: 144%;
  }
  .tablet\:l-144vw {
    left: -144vw;
  }
  .tablet\:l\+144vw {
    left: 144vw;
  }
  .tablet\:l-144\% {
    left: -144%;
  }
  .tablet\:l\+144\% {
    left: 144%;
  }
  .tablet\:r-144vw {
    right: -144vw;
  }
  .tablet\:r\+144vw {
    right: 144vw;
  }
  .tablet\:r-144\% {
    right: -144%;
  }
  .tablet\:r\+144\% {
    right: 144%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-145vw {
    top: -145vw;
  }
  .tablet\:t\+145vw {
    top: 145vw;
  }
  .tablet\:t-145\% {
    top: -145%;
  }
  .tablet\:t\+145\% {
    top: 145%;
  }
  .tablet\:b-145vw {
    bottom: -145vw;
  }
  .tablet\:b\+145vw {
    bottom: 145vw;
  }
  .tablet\:b-145\% {
    bottom: -145%;
  }
  .tablet\:b\+145\% {
    bottom: 145%;
  }
  .tablet\:l-145vw {
    left: -145vw;
  }
  .tablet\:l\+145vw {
    left: 145vw;
  }
  .tablet\:l-145\% {
    left: -145%;
  }
  .tablet\:l\+145\% {
    left: 145%;
  }
  .tablet\:r-145vw {
    right: -145vw;
  }
  .tablet\:r\+145vw {
    right: 145vw;
  }
  .tablet\:r-145\% {
    right: -145%;
  }
  .tablet\:r\+145\% {
    right: 145%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-146vw {
    top: -146vw;
  }
  .tablet\:t\+146vw {
    top: 146vw;
  }
  .tablet\:t-146\% {
    top: -146%;
  }
  .tablet\:t\+146\% {
    top: 146%;
  }
  .tablet\:b-146vw {
    bottom: -146vw;
  }
  .tablet\:b\+146vw {
    bottom: 146vw;
  }
  .tablet\:b-146\% {
    bottom: -146%;
  }
  .tablet\:b\+146\% {
    bottom: 146%;
  }
  .tablet\:l-146vw {
    left: -146vw;
  }
  .tablet\:l\+146vw {
    left: 146vw;
  }
  .tablet\:l-146\% {
    left: -146%;
  }
  .tablet\:l\+146\% {
    left: 146%;
  }
  .tablet\:r-146vw {
    right: -146vw;
  }
  .tablet\:r\+146vw {
    right: 146vw;
  }
  .tablet\:r-146\% {
    right: -146%;
  }
  .tablet\:r\+146\% {
    right: 146%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-147vw {
    top: -147vw;
  }
  .tablet\:t\+147vw {
    top: 147vw;
  }
  .tablet\:t-147\% {
    top: -147%;
  }
  .tablet\:t\+147\% {
    top: 147%;
  }
  .tablet\:b-147vw {
    bottom: -147vw;
  }
  .tablet\:b\+147vw {
    bottom: 147vw;
  }
  .tablet\:b-147\% {
    bottom: -147%;
  }
  .tablet\:b\+147\% {
    bottom: 147%;
  }
  .tablet\:l-147vw {
    left: -147vw;
  }
  .tablet\:l\+147vw {
    left: 147vw;
  }
  .tablet\:l-147\% {
    left: -147%;
  }
  .tablet\:l\+147\% {
    left: 147%;
  }
  .tablet\:r-147vw {
    right: -147vw;
  }
  .tablet\:r\+147vw {
    right: 147vw;
  }
  .tablet\:r-147\% {
    right: -147%;
  }
  .tablet\:r\+147\% {
    right: 147%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-148vw {
    top: -148vw;
  }
  .tablet\:t\+148vw {
    top: 148vw;
  }
  .tablet\:t-148\% {
    top: -148%;
  }
  .tablet\:t\+148\% {
    top: 148%;
  }
  .tablet\:b-148vw {
    bottom: -148vw;
  }
  .tablet\:b\+148vw {
    bottom: 148vw;
  }
  .tablet\:b-148\% {
    bottom: -148%;
  }
  .tablet\:b\+148\% {
    bottom: 148%;
  }
  .tablet\:l-148vw {
    left: -148vw;
  }
  .tablet\:l\+148vw {
    left: 148vw;
  }
  .tablet\:l-148\% {
    left: -148%;
  }
  .tablet\:l\+148\% {
    left: 148%;
  }
  .tablet\:r-148vw {
    right: -148vw;
  }
  .tablet\:r\+148vw {
    right: 148vw;
  }
  .tablet\:r-148\% {
    right: -148%;
  }
  .tablet\:r\+148\% {
    right: 148%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-149vw {
    top: -149vw;
  }
  .tablet\:t\+149vw {
    top: 149vw;
  }
  .tablet\:t-149\% {
    top: -149%;
  }
  .tablet\:t\+149\% {
    top: 149%;
  }
  .tablet\:b-149vw {
    bottom: -149vw;
  }
  .tablet\:b\+149vw {
    bottom: 149vw;
  }
  .tablet\:b-149\% {
    bottom: -149%;
  }
  .tablet\:b\+149\% {
    bottom: 149%;
  }
  .tablet\:l-149vw {
    left: -149vw;
  }
  .tablet\:l\+149vw {
    left: 149vw;
  }
  .tablet\:l-149\% {
    left: -149%;
  }
  .tablet\:l\+149\% {
    left: 149%;
  }
  .tablet\:r-149vw {
    right: -149vw;
  }
  .tablet\:r\+149vw {
    right: 149vw;
  }
  .tablet\:r-149\% {
    right: -149%;
  }
  .tablet\:r\+149\% {
    right: 149%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-150vw {
    top: -150vw;
  }
  .tablet\:t\+150vw {
    top: 150vw;
  }
  .tablet\:t-150\% {
    top: -150%;
  }
  .tablet\:t\+150\% {
    top: 150%;
  }
  .tablet\:b-150vw {
    bottom: -150vw;
  }
  .tablet\:b\+150vw {
    bottom: 150vw;
  }
  .tablet\:b-150\% {
    bottom: -150%;
  }
  .tablet\:b\+150\% {
    bottom: 150%;
  }
  .tablet\:l-150vw {
    left: -150vw;
  }
  .tablet\:l\+150vw {
    left: 150vw;
  }
  .tablet\:l-150\% {
    left: -150%;
  }
  .tablet\:l\+150\% {
    left: 150%;
  }
  .tablet\:r-150vw {
    right: -150vw;
  }
  .tablet\:r\+150vw {
    right: 150vw;
  }
  .tablet\:r-150\% {
    right: -150%;
  }
  .tablet\:r\+150\% {
    right: 150%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-151vw {
    top: -151vw;
  }
  .tablet\:t\+151vw {
    top: 151vw;
  }
  .tablet\:t-151\% {
    top: -151%;
  }
  .tablet\:t\+151\% {
    top: 151%;
  }
  .tablet\:b-151vw {
    bottom: -151vw;
  }
  .tablet\:b\+151vw {
    bottom: 151vw;
  }
  .tablet\:b-151\% {
    bottom: -151%;
  }
  .tablet\:b\+151\% {
    bottom: 151%;
  }
  .tablet\:l-151vw {
    left: -151vw;
  }
  .tablet\:l\+151vw {
    left: 151vw;
  }
  .tablet\:l-151\% {
    left: -151%;
  }
  .tablet\:l\+151\% {
    left: 151%;
  }
  .tablet\:r-151vw {
    right: -151vw;
  }
  .tablet\:r\+151vw {
    right: 151vw;
  }
  .tablet\:r-151\% {
    right: -151%;
  }
  .tablet\:r\+151\% {
    right: 151%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-152vw {
    top: -152vw;
  }
  .tablet\:t\+152vw {
    top: 152vw;
  }
  .tablet\:t-152\% {
    top: -152%;
  }
  .tablet\:t\+152\% {
    top: 152%;
  }
  .tablet\:b-152vw {
    bottom: -152vw;
  }
  .tablet\:b\+152vw {
    bottom: 152vw;
  }
  .tablet\:b-152\% {
    bottom: -152%;
  }
  .tablet\:b\+152\% {
    bottom: 152%;
  }
  .tablet\:l-152vw {
    left: -152vw;
  }
  .tablet\:l\+152vw {
    left: 152vw;
  }
  .tablet\:l-152\% {
    left: -152%;
  }
  .tablet\:l\+152\% {
    left: 152%;
  }
  .tablet\:r-152vw {
    right: -152vw;
  }
  .tablet\:r\+152vw {
    right: 152vw;
  }
  .tablet\:r-152\% {
    right: -152%;
  }
  .tablet\:r\+152\% {
    right: 152%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-153vw {
    top: -153vw;
  }
  .tablet\:t\+153vw {
    top: 153vw;
  }
  .tablet\:t-153\% {
    top: -153%;
  }
  .tablet\:t\+153\% {
    top: 153%;
  }
  .tablet\:b-153vw {
    bottom: -153vw;
  }
  .tablet\:b\+153vw {
    bottom: 153vw;
  }
  .tablet\:b-153\% {
    bottom: -153%;
  }
  .tablet\:b\+153\% {
    bottom: 153%;
  }
  .tablet\:l-153vw {
    left: -153vw;
  }
  .tablet\:l\+153vw {
    left: 153vw;
  }
  .tablet\:l-153\% {
    left: -153%;
  }
  .tablet\:l\+153\% {
    left: 153%;
  }
  .tablet\:r-153vw {
    right: -153vw;
  }
  .tablet\:r\+153vw {
    right: 153vw;
  }
  .tablet\:r-153\% {
    right: -153%;
  }
  .tablet\:r\+153\% {
    right: 153%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-154vw {
    top: -154vw;
  }
  .tablet\:t\+154vw {
    top: 154vw;
  }
  .tablet\:t-154\% {
    top: -154%;
  }
  .tablet\:t\+154\% {
    top: 154%;
  }
  .tablet\:b-154vw {
    bottom: -154vw;
  }
  .tablet\:b\+154vw {
    bottom: 154vw;
  }
  .tablet\:b-154\% {
    bottom: -154%;
  }
  .tablet\:b\+154\% {
    bottom: 154%;
  }
  .tablet\:l-154vw {
    left: -154vw;
  }
  .tablet\:l\+154vw {
    left: 154vw;
  }
  .tablet\:l-154\% {
    left: -154%;
  }
  .tablet\:l\+154\% {
    left: 154%;
  }
  .tablet\:r-154vw {
    right: -154vw;
  }
  .tablet\:r\+154vw {
    right: 154vw;
  }
  .tablet\:r-154\% {
    right: -154%;
  }
  .tablet\:r\+154\% {
    right: 154%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-155vw {
    top: -155vw;
  }
  .tablet\:t\+155vw {
    top: 155vw;
  }
  .tablet\:t-155\% {
    top: -155%;
  }
  .tablet\:t\+155\% {
    top: 155%;
  }
  .tablet\:b-155vw {
    bottom: -155vw;
  }
  .tablet\:b\+155vw {
    bottom: 155vw;
  }
  .tablet\:b-155\% {
    bottom: -155%;
  }
  .tablet\:b\+155\% {
    bottom: 155%;
  }
  .tablet\:l-155vw {
    left: -155vw;
  }
  .tablet\:l\+155vw {
    left: 155vw;
  }
  .tablet\:l-155\% {
    left: -155%;
  }
  .tablet\:l\+155\% {
    left: 155%;
  }
  .tablet\:r-155vw {
    right: -155vw;
  }
  .tablet\:r\+155vw {
    right: 155vw;
  }
  .tablet\:r-155\% {
    right: -155%;
  }
  .tablet\:r\+155\% {
    right: 155%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-156vw {
    top: -156vw;
  }
  .tablet\:t\+156vw {
    top: 156vw;
  }
  .tablet\:t-156\% {
    top: -156%;
  }
  .tablet\:t\+156\% {
    top: 156%;
  }
  .tablet\:b-156vw {
    bottom: -156vw;
  }
  .tablet\:b\+156vw {
    bottom: 156vw;
  }
  .tablet\:b-156\% {
    bottom: -156%;
  }
  .tablet\:b\+156\% {
    bottom: 156%;
  }
  .tablet\:l-156vw {
    left: -156vw;
  }
  .tablet\:l\+156vw {
    left: 156vw;
  }
  .tablet\:l-156\% {
    left: -156%;
  }
  .tablet\:l\+156\% {
    left: 156%;
  }
  .tablet\:r-156vw {
    right: -156vw;
  }
  .tablet\:r\+156vw {
    right: 156vw;
  }
  .tablet\:r-156\% {
    right: -156%;
  }
  .tablet\:r\+156\% {
    right: 156%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-157vw {
    top: -157vw;
  }
  .tablet\:t\+157vw {
    top: 157vw;
  }
  .tablet\:t-157\% {
    top: -157%;
  }
  .tablet\:t\+157\% {
    top: 157%;
  }
  .tablet\:b-157vw {
    bottom: -157vw;
  }
  .tablet\:b\+157vw {
    bottom: 157vw;
  }
  .tablet\:b-157\% {
    bottom: -157%;
  }
  .tablet\:b\+157\% {
    bottom: 157%;
  }
  .tablet\:l-157vw {
    left: -157vw;
  }
  .tablet\:l\+157vw {
    left: 157vw;
  }
  .tablet\:l-157\% {
    left: -157%;
  }
  .tablet\:l\+157\% {
    left: 157%;
  }
  .tablet\:r-157vw {
    right: -157vw;
  }
  .tablet\:r\+157vw {
    right: 157vw;
  }
  .tablet\:r-157\% {
    right: -157%;
  }
  .tablet\:r\+157\% {
    right: 157%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-158vw {
    top: -158vw;
  }
  .tablet\:t\+158vw {
    top: 158vw;
  }
  .tablet\:t-158\% {
    top: -158%;
  }
  .tablet\:t\+158\% {
    top: 158%;
  }
  .tablet\:b-158vw {
    bottom: -158vw;
  }
  .tablet\:b\+158vw {
    bottom: 158vw;
  }
  .tablet\:b-158\% {
    bottom: -158%;
  }
  .tablet\:b\+158\% {
    bottom: 158%;
  }
  .tablet\:l-158vw {
    left: -158vw;
  }
  .tablet\:l\+158vw {
    left: 158vw;
  }
  .tablet\:l-158\% {
    left: -158%;
  }
  .tablet\:l\+158\% {
    left: 158%;
  }
  .tablet\:r-158vw {
    right: -158vw;
  }
  .tablet\:r\+158vw {
    right: 158vw;
  }
  .tablet\:r-158\% {
    right: -158%;
  }
  .tablet\:r\+158\% {
    right: 158%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-159vw {
    top: -159vw;
  }
  .tablet\:t\+159vw {
    top: 159vw;
  }
  .tablet\:t-159\% {
    top: -159%;
  }
  .tablet\:t\+159\% {
    top: 159%;
  }
  .tablet\:b-159vw {
    bottom: -159vw;
  }
  .tablet\:b\+159vw {
    bottom: 159vw;
  }
  .tablet\:b-159\% {
    bottom: -159%;
  }
  .tablet\:b\+159\% {
    bottom: 159%;
  }
  .tablet\:l-159vw {
    left: -159vw;
  }
  .tablet\:l\+159vw {
    left: 159vw;
  }
  .tablet\:l-159\% {
    left: -159%;
  }
  .tablet\:l\+159\% {
    left: 159%;
  }
  .tablet\:r-159vw {
    right: -159vw;
  }
  .tablet\:r\+159vw {
    right: 159vw;
  }
  .tablet\:r-159\% {
    right: -159%;
  }
  .tablet\:r\+159\% {
    right: 159%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-160vw {
    top: -160vw;
  }
  .tablet\:t\+160vw {
    top: 160vw;
  }
  .tablet\:t-160\% {
    top: -160%;
  }
  .tablet\:t\+160\% {
    top: 160%;
  }
  .tablet\:b-160vw {
    bottom: -160vw;
  }
  .tablet\:b\+160vw {
    bottom: 160vw;
  }
  .tablet\:b-160\% {
    bottom: -160%;
  }
  .tablet\:b\+160\% {
    bottom: 160%;
  }
  .tablet\:l-160vw {
    left: -160vw;
  }
  .tablet\:l\+160vw {
    left: 160vw;
  }
  .tablet\:l-160\% {
    left: -160%;
  }
  .tablet\:l\+160\% {
    left: 160%;
  }
  .tablet\:r-160vw {
    right: -160vw;
  }
  .tablet\:r\+160vw {
    right: 160vw;
  }
  .tablet\:r-160\% {
    right: -160%;
  }
  .tablet\:r\+160\% {
    right: 160%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-161vw {
    top: -161vw;
  }
  .tablet\:t\+161vw {
    top: 161vw;
  }
  .tablet\:t-161\% {
    top: -161%;
  }
  .tablet\:t\+161\% {
    top: 161%;
  }
  .tablet\:b-161vw {
    bottom: -161vw;
  }
  .tablet\:b\+161vw {
    bottom: 161vw;
  }
  .tablet\:b-161\% {
    bottom: -161%;
  }
  .tablet\:b\+161\% {
    bottom: 161%;
  }
  .tablet\:l-161vw {
    left: -161vw;
  }
  .tablet\:l\+161vw {
    left: 161vw;
  }
  .tablet\:l-161\% {
    left: -161%;
  }
  .tablet\:l\+161\% {
    left: 161%;
  }
  .tablet\:r-161vw {
    right: -161vw;
  }
  .tablet\:r\+161vw {
    right: 161vw;
  }
  .tablet\:r-161\% {
    right: -161%;
  }
  .tablet\:r\+161\% {
    right: 161%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-162vw {
    top: -162vw;
  }
  .tablet\:t\+162vw {
    top: 162vw;
  }
  .tablet\:t-162\% {
    top: -162%;
  }
  .tablet\:t\+162\% {
    top: 162%;
  }
  .tablet\:b-162vw {
    bottom: -162vw;
  }
  .tablet\:b\+162vw {
    bottom: 162vw;
  }
  .tablet\:b-162\% {
    bottom: -162%;
  }
  .tablet\:b\+162\% {
    bottom: 162%;
  }
  .tablet\:l-162vw {
    left: -162vw;
  }
  .tablet\:l\+162vw {
    left: 162vw;
  }
  .tablet\:l-162\% {
    left: -162%;
  }
  .tablet\:l\+162\% {
    left: 162%;
  }
  .tablet\:r-162vw {
    right: -162vw;
  }
  .tablet\:r\+162vw {
    right: 162vw;
  }
  .tablet\:r-162\% {
    right: -162%;
  }
  .tablet\:r\+162\% {
    right: 162%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-163vw {
    top: -163vw;
  }
  .tablet\:t\+163vw {
    top: 163vw;
  }
  .tablet\:t-163\% {
    top: -163%;
  }
  .tablet\:t\+163\% {
    top: 163%;
  }
  .tablet\:b-163vw {
    bottom: -163vw;
  }
  .tablet\:b\+163vw {
    bottom: 163vw;
  }
  .tablet\:b-163\% {
    bottom: -163%;
  }
  .tablet\:b\+163\% {
    bottom: 163%;
  }
  .tablet\:l-163vw {
    left: -163vw;
  }
  .tablet\:l\+163vw {
    left: 163vw;
  }
  .tablet\:l-163\% {
    left: -163%;
  }
  .tablet\:l\+163\% {
    left: 163%;
  }
  .tablet\:r-163vw {
    right: -163vw;
  }
  .tablet\:r\+163vw {
    right: 163vw;
  }
  .tablet\:r-163\% {
    right: -163%;
  }
  .tablet\:r\+163\% {
    right: 163%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-164vw {
    top: -164vw;
  }
  .tablet\:t\+164vw {
    top: 164vw;
  }
  .tablet\:t-164\% {
    top: -164%;
  }
  .tablet\:t\+164\% {
    top: 164%;
  }
  .tablet\:b-164vw {
    bottom: -164vw;
  }
  .tablet\:b\+164vw {
    bottom: 164vw;
  }
  .tablet\:b-164\% {
    bottom: -164%;
  }
  .tablet\:b\+164\% {
    bottom: 164%;
  }
  .tablet\:l-164vw {
    left: -164vw;
  }
  .tablet\:l\+164vw {
    left: 164vw;
  }
  .tablet\:l-164\% {
    left: -164%;
  }
  .tablet\:l\+164\% {
    left: 164%;
  }
  .tablet\:r-164vw {
    right: -164vw;
  }
  .tablet\:r\+164vw {
    right: 164vw;
  }
  .tablet\:r-164\% {
    right: -164%;
  }
  .tablet\:r\+164\% {
    right: 164%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-165vw {
    top: -165vw;
  }
  .tablet\:t\+165vw {
    top: 165vw;
  }
  .tablet\:t-165\% {
    top: -165%;
  }
  .tablet\:t\+165\% {
    top: 165%;
  }
  .tablet\:b-165vw {
    bottom: -165vw;
  }
  .tablet\:b\+165vw {
    bottom: 165vw;
  }
  .tablet\:b-165\% {
    bottom: -165%;
  }
  .tablet\:b\+165\% {
    bottom: 165%;
  }
  .tablet\:l-165vw {
    left: -165vw;
  }
  .tablet\:l\+165vw {
    left: 165vw;
  }
  .tablet\:l-165\% {
    left: -165%;
  }
  .tablet\:l\+165\% {
    left: 165%;
  }
  .tablet\:r-165vw {
    right: -165vw;
  }
  .tablet\:r\+165vw {
    right: 165vw;
  }
  .tablet\:r-165\% {
    right: -165%;
  }
  .tablet\:r\+165\% {
    right: 165%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-166vw {
    top: -166vw;
  }
  .tablet\:t\+166vw {
    top: 166vw;
  }
  .tablet\:t-166\% {
    top: -166%;
  }
  .tablet\:t\+166\% {
    top: 166%;
  }
  .tablet\:b-166vw {
    bottom: -166vw;
  }
  .tablet\:b\+166vw {
    bottom: 166vw;
  }
  .tablet\:b-166\% {
    bottom: -166%;
  }
  .tablet\:b\+166\% {
    bottom: 166%;
  }
  .tablet\:l-166vw {
    left: -166vw;
  }
  .tablet\:l\+166vw {
    left: 166vw;
  }
  .tablet\:l-166\% {
    left: -166%;
  }
  .tablet\:l\+166\% {
    left: 166%;
  }
  .tablet\:r-166vw {
    right: -166vw;
  }
  .tablet\:r\+166vw {
    right: 166vw;
  }
  .tablet\:r-166\% {
    right: -166%;
  }
  .tablet\:r\+166\% {
    right: 166%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-167vw {
    top: -167vw;
  }
  .tablet\:t\+167vw {
    top: 167vw;
  }
  .tablet\:t-167\% {
    top: -167%;
  }
  .tablet\:t\+167\% {
    top: 167%;
  }
  .tablet\:b-167vw {
    bottom: -167vw;
  }
  .tablet\:b\+167vw {
    bottom: 167vw;
  }
  .tablet\:b-167\% {
    bottom: -167%;
  }
  .tablet\:b\+167\% {
    bottom: 167%;
  }
  .tablet\:l-167vw {
    left: -167vw;
  }
  .tablet\:l\+167vw {
    left: 167vw;
  }
  .tablet\:l-167\% {
    left: -167%;
  }
  .tablet\:l\+167\% {
    left: 167%;
  }
  .tablet\:r-167vw {
    right: -167vw;
  }
  .tablet\:r\+167vw {
    right: 167vw;
  }
  .tablet\:r-167\% {
    right: -167%;
  }
  .tablet\:r\+167\% {
    right: 167%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-168vw {
    top: -168vw;
  }
  .tablet\:t\+168vw {
    top: 168vw;
  }
  .tablet\:t-168\% {
    top: -168%;
  }
  .tablet\:t\+168\% {
    top: 168%;
  }
  .tablet\:b-168vw {
    bottom: -168vw;
  }
  .tablet\:b\+168vw {
    bottom: 168vw;
  }
  .tablet\:b-168\% {
    bottom: -168%;
  }
  .tablet\:b\+168\% {
    bottom: 168%;
  }
  .tablet\:l-168vw {
    left: -168vw;
  }
  .tablet\:l\+168vw {
    left: 168vw;
  }
  .tablet\:l-168\% {
    left: -168%;
  }
  .tablet\:l\+168\% {
    left: 168%;
  }
  .tablet\:r-168vw {
    right: -168vw;
  }
  .tablet\:r\+168vw {
    right: 168vw;
  }
  .tablet\:r-168\% {
    right: -168%;
  }
  .tablet\:r\+168\% {
    right: 168%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-169vw {
    top: -169vw;
  }
  .tablet\:t\+169vw {
    top: 169vw;
  }
  .tablet\:t-169\% {
    top: -169%;
  }
  .tablet\:t\+169\% {
    top: 169%;
  }
  .tablet\:b-169vw {
    bottom: -169vw;
  }
  .tablet\:b\+169vw {
    bottom: 169vw;
  }
  .tablet\:b-169\% {
    bottom: -169%;
  }
  .tablet\:b\+169\% {
    bottom: 169%;
  }
  .tablet\:l-169vw {
    left: -169vw;
  }
  .tablet\:l\+169vw {
    left: 169vw;
  }
  .tablet\:l-169\% {
    left: -169%;
  }
  .tablet\:l\+169\% {
    left: 169%;
  }
  .tablet\:r-169vw {
    right: -169vw;
  }
  .tablet\:r\+169vw {
    right: 169vw;
  }
  .tablet\:r-169\% {
    right: -169%;
  }
  .tablet\:r\+169\% {
    right: 169%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-170vw {
    top: -170vw;
  }
  .tablet\:t\+170vw {
    top: 170vw;
  }
  .tablet\:t-170\% {
    top: -170%;
  }
  .tablet\:t\+170\% {
    top: 170%;
  }
  .tablet\:b-170vw {
    bottom: -170vw;
  }
  .tablet\:b\+170vw {
    bottom: 170vw;
  }
  .tablet\:b-170\% {
    bottom: -170%;
  }
  .tablet\:b\+170\% {
    bottom: 170%;
  }
  .tablet\:l-170vw {
    left: -170vw;
  }
  .tablet\:l\+170vw {
    left: 170vw;
  }
  .tablet\:l-170\% {
    left: -170%;
  }
  .tablet\:l\+170\% {
    left: 170%;
  }
  .tablet\:r-170vw {
    right: -170vw;
  }
  .tablet\:r\+170vw {
    right: 170vw;
  }
  .tablet\:r-170\% {
    right: -170%;
  }
  .tablet\:r\+170\% {
    right: 170%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-171vw {
    top: -171vw;
  }
  .tablet\:t\+171vw {
    top: 171vw;
  }
  .tablet\:t-171\% {
    top: -171%;
  }
  .tablet\:t\+171\% {
    top: 171%;
  }
  .tablet\:b-171vw {
    bottom: -171vw;
  }
  .tablet\:b\+171vw {
    bottom: 171vw;
  }
  .tablet\:b-171\% {
    bottom: -171%;
  }
  .tablet\:b\+171\% {
    bottom: 171%;
  }
  .tablet\:l-171vw {
    left: -171vw;
  }
  .tablet\:l\+171vw {
    left: 171vw;
  }
  .tablet\:l-171\% {
    left: -171%;
  }
  .tablet\:l\+171\% {
    left: 171%;
  }
  .tablet\:r-171vw {
    right: -171vw;
  }
  .tablet\:r\+171vw {
    right: 171vw;
  }
  .tablet\:r-171\% {
    right: -171%;
  }
  .tablet\:r\+171\% {
    right: 171%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-172vw {
    top: -172vw;
  }
  .tablet\:t\+172vw {
    top: 172vw;
  }
  .tablet\:t-172\% {
    top: -172%;
  }
  .tablet\:t\+172\% {
    top: 172%;
  }
  .tablet\:b-172vw {
    bottom: -172vw;
  }
  .tablet\:b\+172vw {
    bottom: 172vw;
  }
  .tablet\:b-172\% {
    bottom: -172%;
  }
  .tablet\:b\+172\% {
    bottom: 172%;
  }
  .tablet\:l-172vw {
    left: -172vw;
  }
  .tablet\:l\+172vw {
    left: 172vw;
  }
  .tablet\:l-172\% {
    left: -172%;
  }
  .tablet\:l\+172\% {
    left: 172%;
  }
  .tablet\:r-172vw {
    right: -172vw;
  }
  .tablet\:r\+172vw {
    right: 172vw;
  }
  .tablet\:r-172\% {
    right: -172%;
  }
  .tablet\:r\+172\% {
    right: 172%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-173vw {
    top: -173vw;
  }
  .tablet\:t\+173vw {
    top: 173vw;
  }
  .tablet\:t-173\% {
    top: -173%;
  }
  .tablet\:t\+173\% {
    top: 173%;
  }
  .tablet\:b-173vw {
    bottom: -173vw;
  }
  .tablet\:b\+173vw {
    bottom: 173vw;
  }
  .tablet\:b-173\% {
    bottom: -173%;
  }
  .tablet\:b\+173\% {
    bottom: 173%;
  }
  .tablet\:l-173vw {
    left: -173vw;
  }
  .tablet\:l\+173vw {
    left: 173vw;
  }
  .tablet\:l-173\% {
    left: -173%;
  }
  .tablet\:l\+173\% {
    left: 173%;
  }
  .tablet\:r-173vw {
    right: -173vw;
  }
  .tablet\:r\+173vw {
    right: 173vw;
  }
  .tablet\:r-173\% {
    right: -173%;
  }
  .tablet\:r\+173\% {
    right: 173%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-174vw {
    top: -174vw;
  }
  .tablet\:t\+174vw {
    top: 174vw;
  }
  .tablet\:t-174\% {
    top: -174%;
  }
  .tablet\:t\+174\% {
    top: 174%;
  }
  .tablet\:b-174vw {
    bottom: -174vw;
  }
  .tablet\:b\+174vw {
    bottom: 174vw;
  }
  .tablet\:b-174\% {
    bottom: -174%;
  }
  .tablet\:b\+174\% {
    bottom: 174%;
  }
  .tablet\:l-174vw {
    left: -174vw;
  }
  .tablet\:l\+174vw {
    left: 174vw;
  }
  .tablet\:l-174\% {
    left: -174%;
  }
  .tablet\:l\+174\% {
    left: 174%;
  }
  .tablet\:r-174vw {
    right: -174vw;
  }
  .tablet\:r\+174vw {
    right: 174vw;
  }
  .tablet\:r-174\% {
    right: -174%;
  }
  .tablet\:r\+174\% {
    right: 174%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-175vw {
    top: -175vw;
  }
  .tablet\:t\+175vw {
    top: 175vw;
  }
  .tablet\:t-175\% {
    top: -175%;
  }
  .tablet\:t\+175\% {
    top: 175%;
  }
  .tablet\:b-175vw {
    bottom: -175vw;
  }
  .tablet\:b\+175vw {
    bottom: 175vw;
  }
  .tablet\:b-175\% {
    bottom: -175%;
  }
  .tablet\:b\+175\% {
    bottom: 175%;
  }
  .tablet\:l-175vw {
    left: -175vw;
  }
  .tablet\:l\+175vw {
    left: 175vw;
  }
  .tablet\:l-175\% {
    left: -175%;
  }
  .tablet\:l\+175\% {
    left: 175%;
  }
  .tablet\:r-175vw {
    right: -175vw;
  }
  .tablet\:r\+175vw {
    right: 175vw;
  }
  .tablet\:r-175\% {
    right: -175%;
  }
  .tablet\:r\+175\% {
    right: 175%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-176vw {
    top: -176vw;
  }
  .tablet\:t\+176vw {
    top: 176vw;
  }
  .tablet\:t-176\% {
    top: -176%;
  }
  .tablet\:t\+176\% {
    top: 176%;
  }
  .tablet\:b-176vw {
    bottom: -176vw;
  }
  .tablet\:b\+176vw {
    bottom: 176vw;
  }
  .tablet\:b-176\% {
    bottom: -176%;
  }
  .tablet\:b\+176\% {
    bottom: 176%;
  }
  .tablet\:l-176vw {
    left: -176vw;
  }
  .tablet\:l\+176vw {
    left: 176vw;
  }
  .tablet\:l-176\% {
    left: -176%;
  }
  .tablet\:l\+176\% {
    left: 176%;
  }
  .tablet\:r-176vw {
    right: -176vw;
  }
  .tablet\:r\+176vw {
    right: 176vw;
  }
  .tablet\:r-176\% {
    right: -176%;
  }
  .tablet\:r\+176\% {
    right: 176%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-177vw {
    top: -177vw;
  }
  .tablet\:t\+177vw {
    top: 177vw;
  }
  .tablet\:t-177\% {
    top: -177%;
  }
  .tablet\:t\+177\% {
    top: 177%;
  }
  .tablet\:b-177vw {
    bottom: -177vw;
  }
  .tablet\:b\+177vw {
    bottom: 177vw;
  }
  .tablet\:b-177\% {
    bottom: -177%;
  }
  .tablet\:b\+177\% {
    bottom: 177%;
  }
  .tablet\:l-177vw {
    left: -177vw;
  }
  .tablet\:l\+177vw {
    left: 177vw;
  }
  .tablet\:l-177\% {
    left: -177%;
  }
  .tablet\:l\+177\% {
    left: 177%;
  }
  .tablet\:r-177vw {
    right: -177vw;
  }
  .tablet\:r\+177vw {
    right: 177vw;
  }
  .tablet\:r-177\% {
    right: -177%;
  }
  .tablet\:r\+177\% {
    right: 177%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-178vw {
    top: -178vw;
  }
  .tablet\:t\+178vw {
    top: 178vw;
  }
  .tablet\:t-178\% {
    top: -178%;
  }
  .tablet\:t\+178\% {
    top: 178%;
  }
  .tablet\:b-178vw {
    bottom: -178vw;
  }
  .tablet\:b\+178vw {
    bottom: 178vw;
  }
  .tablet\:b-178\% {
    bottom: -178%;
  }
  .tablet\:b\+178\% {
    bottom: 178%;
  }
  .tablet\:l-178vw {
    left: -178vw;
  }
  .tablet\:l\+178vw {
    left: 178vw;
  }
  .tablet\:l-178\% {
    left: -178%;
  }
  .tablet\:l\+178\% {
    left: 178%;
  }
  .tablet\:r-178vw {
    right: -178vw;
  }
  .tablet\:r\+178vw {
    right: 178vw;
  }
  .tablet\:r-178\% {
    right: -178%;
  }
  .tablet\:r\+178\% {
    right: 178%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-179vw {
    top: -179vw;
  }
  .tablet\:t\+179vw {
    top: 179vw;
  }
  .tablet\:t-179\% {
    top: -179%;
  }
  .tablet\:t\+179\% {
    top: 179%;
  }
  .tablet\:b-179vw {
    bottom: -179vw;
  }
  .tablet\:b\+179vw {
    bottom: 179vw;
  }
  .tablet\:b-179\% {
    bottom: -179%;
  }
  .tablet\:b\+179\% {
    bottom: 179%;
  }
  .tablet\:l-179vw {
    left: -179vw;
  }
  .tablet\:l\+179vw {
    left: 179vw;
  }
  .tablet\:l-179\% {
    left: -179%;
  }
  .tablet\:l\+179\% {
    left: 179%;
  }
  .tablet\:r-179vw {
    right: -179vw;
  }
  .tablet\:r\+179vw {
    right: 179vw;
  }
  .tablet\:r-179\% {
    right: -179%;
  }
  .tablet\:r\+179\% {
    right: 179%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-180vw {
    top: -180vw;
  }
  .tablet\:t\+180vw {
    top: 180vw;
  }
  .tablet\:t-180\% {
    top: -180%;
  }
  .tablet\:t\+180\% {
    top: 180%;
  }
  .tablet\:b-180vw {
    bottom: -180vw;
  }
  .tablet\:b\+180vw {
    bottom: 180vw;
  }
  .tablet\:b-180\% {
    bottom: -180%;
  }
  .tablet\:b\+180\% {
    bottom: 180%;
  }
  .tablet\:l-180vw {
    left: -180vw;
  }
  .tablet\:l\+180vw {
    left: 180vw;
  }
  .tablet\:l-180\% {
    left: -180%;
  }
  .tablet\:l\+180\% {
    left: 180%;
  }
  .tablet\:r-180vw {
    right: -180vw;
  }
  .tablet\:r\+180vw {
    right: 180vw;
  }
  .tablet\:r-180\% {
    right: -180%;
  }
  .tablet\:r\+180\% {
    right: 180%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-181vw {
    top: -181vw;
  }
  .tablet\:t\+181vw {
    top: 181vw;
  }
  .tablet\:t-181\% {
    top: -181%;
  }
  .tablet\:t\+181\% {
    top: 181%;
  }
  .tablet\:b-181vw {
    bottom: -181vw;
  }
  .tablet\:b\+181vw {
    bottom: 181vw;
  }
  .tablet\:b-181\% {
    bottom: -181%;
  }
  .tablet\:b\+181\% {
    bottom: 181%;
  }
  .tablet\:l-181vw {
    left: -181vw;
  }
  .tablet\:l\+181vw {
    left: 181vw;
  }
  .tablet\:l-181\% {
    left: -181%;
  }
  .tablet\:l\+181\% {
    left: 181%;
  }
  .tablet\:r-181vw {
    right: -181vw;
  }
  .tablet\:r\+181vw {
    right: 181vw;
  }
  .tablet\:r-181\% {
    right: -181%;
  }
  .tablet\:r\+181\% {
    right: 181%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-182vw {
    top: -182vw;
  }
  .tablet\:t\+182vw {
    top: 182vw;
  }
  .tablet\:t-182\% {
    top: -182%;
  }
  .tablet\:t\+182\% {
    top: 182%;
  }
  .tablet\:b-182vw {
    bottom: -182vw;
  }
  .tablet\:b\+182vw {
    bottom: 182vw;
  }
  .tablet\:b-182\% {
    bottom: -182%;
  }
  .tablet\:b\+182\% {
    bottom: 182%;
  }
  .tablet\:l-182vw {
    left: -182vw;
  }
  .tablet\:l\+182vw {
    left: 182vw;
  }
  .tablet\:l-182\% {
    left: -182%;
  }
  .tablet\:l\+182\% {
    left: 182%;
  }
  .tablet\:r-182vw {
    right: -182vw;
  }
  .tablet\:r\+182vw {
    right: 182vw;
  }
  .tablet\:r-182\% {
    right: -182%;
  }
  .tablet\:r\+182\% {
    right: 182%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-183vw {
    top: -183vw;
  }
  .tablet\:t\+183vw {
    top: 183vw;
  }
  .tablet\:t-183\% {
    top: -183%;
  }
  .tablet\:t\+183\% {
    top: 183%;
  }
  .tablet\:b-183vw {
    bottom: -183vw;
  }
  .tablet\:b\+183vw {
    bottom: 183vw;
  }
  .tablet\:b-183\% {
    bottom: -183%;
  }
  .tablet\:b\+183\% {
    bottom: 183%;
  }
  .tablet\:l-183vw {
    left: -183vw;
  }
  .tablet\:l\+183vw {
    left: 183vw;
  }
  .tablet\:l-183\% {
    left: -183%;
  }
  .tablet\:l\+183\% {
    left: 183%;
  }
  .tablet\:r-183vw {
    right: -183vw;
  }
  .tablet\:r\+183vw {
    right: 183vw;
  }
  .tablet\:r-183\% {
    right: -183%;
  }
  .tablet\:r\+183\% {
    right: 183%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-184vw {
    top: -184vw;
  }
  .tablet\:t\+184vw {
    top: 184vw;
  }
  .tablet\:t-184\% {
    top: -184%;
  }
  .tablet\:t\+184\% {
    top: 184%;
  }
  .tablet\:b-184vw {
    bottom: -184vw;
  }
  .tablet\:b\+184vw {
    bottom: 184vw;
  }
  .tablet\:b-184\% {
    bottom: -184%;
  }
  .tablet\:b\+184\% {
    bottom: 184%;
  }
  .tablet\:l-184vw {
    left: -184vw;
  }
  .tablet\:l\+184vw {
    left: 184vw;
  }
  .tablet\:l-184\% {
    left: -184%;
  }
  .tablet\:l\+184\% {
    left: 184%;
  }
  .tablet\:r-184vw {
    right: -184vw;
  }
  .tablet\:r\+184vw {
    right: 184vw;
  }
  .tablet\:r-184\% {
    right: -184%;
  }
  .tablet\:r\+184\% {
    right: 184%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-185vw {
    top: -185vw;
  }
  .tablet\:t\+185vw {
    top: 185vw;
  }
  .tablet\:t-185\% {
    top: -185%;
  }
  .tablet\:t\+185\% {
    top: 185%;
  }
  .tablet\:b-185vw {
    bottom: -185vw;
  }
  .tablet\:b\+185vw {
    bottom: 185vw;
  }
  .tablet\:b-185\% {
    bottom: -185%;
  }
  .tablet\:b\+185\% {
    bottom: 185%;
  }
  .tablet\:l-185vw {
    left: -185vw;
  }
  .tablet\:l\+185vw {
    left: 185vw;
  }
  .tablet\:l-185\% {
    left: -185%;
  }
  .tablet\:l\+185\% {
    left: 185%;
  }
  .tablet\:r-185vw {
    right: -185vw;
  }
  .tablet\:r\+185vw {
    right: 185vw;
  }
  .tablet\:r-185\% {
    right: -185%;
  }
  .tablet\:r\+185\% {
    right: 185%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-186vw {
    top: -186vw;
  }
  .tablet\:t\+186vw {
    top: 186vw;
  }
  .tablet\:t-186\% {
    top: -186%;
  }
  .tablet\:t\+186\% {
    top: 186%;
  }
  .tablet\:b-186vw {
    bottom: -186vw;
  }
  .tablet\:b\+186vw {
    bottom: 186vw;
  }
  .tablet\:b-186\% {
    bottom: -186%;
  }
  .tablet\:b\+186\% {
    bottom: 186%;
  }
  .tablet\:l-186vw {
    left: -186vw;
  }
  .tablet\:l\+186vw {
    left: 186vw;
  }
  .tablet\:l-186\% {
    left: -186%;
  }
  .tablet\:l\+186\% {
    left: 186%;
  }
  .tablet\:r-186vw {
    right: -186vw;
  }
  .tablet\:r\+186vw {
    right: 186vw;
  }
  .tablet\:r-186\% {
    right: -186%;
  }
  .tablet\:r\+186\% {
    right: 186%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-187vw {
    top: -187vw;
  }
  .tablet\:t\+187vw {
    top: 187vw;
  }
  .tablet\:t-187\% {
    top: -187%;
  }
  .tablet\:t\+187\% {
    top: 187%;
  }
  .tablet\:b-187vw {
    bottom: -187vw;
  }
  .tablet\:b\+187vw {
    bottom: 187vw;
  }
  .tablet\:b-187\% {
    bottom: -187%;
  }
  .tablet\:b\+187\% {
    bottom: 187%;
  }
  .tablet\:l-187vw {
    left: -187vw;
  }
  .tablet\:l\+187vw {
    left: 187vw;
  }
  .tablet\:l-187\% {
    left: -187%;
  }
  .tablet\:l\+187\% {
    left: 187%;
  }
  .tablet\:r-187vw {
    right: -187vw;
  }
  .tablet\:r\+187vw {
    right: 187vw;
  }
  .tablet\:r-187\% {
    right: -187%;
  }
  .tablet\:r\+187\% {
    right: 187%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-188vw {
    top: -188vw;
  }
  .tablet\:t\+188vw {
    top: 188vw;
  }
  .tablet\:t-188\% {
    top: -188%;
  }
  .tablet\:t\+188\% {
    top: 188%;
  }
  .tablet\:b-188vw {
    bottom: -188vw;
  }
  .tablet\:b\+188vw {
    bottom: 188vw;
  }
  .tablet\:b-188\% {
    bottom: -188%;
  }
  .tablet\:b\+188\% {
    bottom: 188%;
  }
  .tablet\:l-188vw {
    left: -188vw;
  }
  .tablet\:l\+188vw {
    left: 188vw;
  }
  .tablet\:l-188\% {
    left: -188%;
  }
  .tablet\:l\+188\% {
    left: 188%;
  }
  .tablet\:r-188vw {
    right: -188vw;
  }
  .tablet\:r\+188vw {
    right: 188vw;
  }
  .tablet\:r-188\% {
    right: -188%;
  }
  .tablet\:r\+188\% {
    right: 188%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-189vw {
    top: -189vw;
  }
  .tablet\:t\+189vw {
    top: 189vw;
  }
  .tablet\:t-189\% {
    top: -189%;
  }
  .tablet\:t\+189\% {
    top: 189%;
  }
  .tablet\:b-189vw {
    bottom: -189vw;
  }
  .tablet\:b\+189vw {
    bottom: 189vw;
  }
  .tablet\:b-189\% {
    bottom: -189%;
  }
  .tablet\:b\+189\% {
    bottom: 189%;
  }
  .tablet\:l-189vw {
    left: -189vw;
  }
  .tablet\:l\+189vw {
    left: 189vw;
  }
  .tablet\:l-189\% {
    left: -189%;
  }
  .tablet\:l\+189\% {
    left: 189%;
  }
  .tablet\:r-189vw {
    right: -189vw;
  }
  .tablet\:r\+189vw {
    right: 189vw;
  }
  .tablet\:r-189\% {
    right: -189%;
  }
  .tablet\:r\+189\% {
    right: 189%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-190vw {
    top: -190vw;
  }
  .tablet\:t\+190vw {
    top: 190vw;
  }
  .tablet\:t-190\% {
    top: -190%;
  }
  .tablet\:t\+190\% {
    top: 190%;
  }
  .tablet\:b-190vw {
    bottom: -190vw;
  }
  .tablet\:b\+190vw {
    bottom: 190vw;
  }
  .tablet\:b-190\% {
    bottom: -190%;
  }
  .tablet\:b\+190\% {
    bottom: 190%;
  }
  .tablet\:l-190vw {
    left: -190vw;
  }
  .tablet\:l\+190vw {
    left: 190vw;
  }
  .tablet\:l-190\% {
    left: -190%;
  }
  .tablet\:l\+190\% {
    left: 190%;
  }
  .tablet\:r-190vw {
    right: -190vw;
  }
  .tablet\:r\+190vw {
    right: 190vw;
  }
  .tablet\:r-190\% {
    right: -190%;
  }
  .tablet\:r\+190\% {
    right: 190%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-191vw {
    top: -191vw;
  }
  .tablet\:t\+191vw {
    top: 191vw;
  }
  .tablet\:t-191\% {
    top: -191%;
  }
  .tablet\:t\+191\% {
    top: 191%;
  }
  .tablet\:b-191vw {
    bottom: -191vw;
  }
  .tablet\:b\+191vw {
    bottom: 191vw;
  }
  .tablet\:b-191\% {
    bottom: -191%;
  }
  .tablet\:b\+191\% {
    bottom: 191%;
  }
  .tablet\:l-191vw {
    left: -191vw;
  }
  .tablet\:l\+191vw {
    left: 191vw;
  }
  .tablet\:l-191\% {
    left: -191%;
  }
  .tablet\:l\+191\% {
    left: 191%;
  }
  .tablet\:r-191vw {
    right: -191vw;
  }
  .tablet\:r\+191vw {
    right: 191vw;
  }
  .tablet\:r-191\% {
    right: -191%;
  }
  .tablet\:r\+191\% {
    right: 191%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-192vw {
    top: -192vw;
  }
  .tablet\:t\+192vw {
    top: 192vw;
  }
  .tablet\:t-192\% {
    top: -192%;
  }
  .tablet\:t\+192\% {
    top: 192%;
  }
  .tablet\:b-192vw {
    bottom: -192vw;
  }
  .tablet\:b\+192vw {
    bottom: 192vw;
  }
  .tablet\:b-192\% {
    bottom: -192%;
  }
  .tablet\:b\+192\% {
    bottom: 192%;
  }
  .tablet\:l-192vw {
    left: -192vw;
  }
  .tablet\:l\+192vw {
    left: 192vw;
  }
  .tablet\:l-192\% {
    left: -192%;
  }
  .tablet\:l\+192\% {
    left: 192%;
  }
  .tablet\:r-192vw {
    right: -192vw;
  }
  .tablet\:r\+192vw {
    right: 192vw;
  }
  .tablet\:r-192\% {
    right: -192%;
  }
  .tablet\:r\+192\% {
    right: 192%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-193vw {
    top: -193vw;
  }
  .tablet\:t\+193vw {
    top: 193vw;
  }
  .tablet\:t-193\% {
    top: -193%;
  }
  .tablet\:t\+193\% {
    top: 193%;
  }
  .tablet\:b-193vw {
    bottom: -193vw;
  }
  .tablet\:b\+193vw {
    bottom: 193vw;
  }
  .tablet\:b-193\% {
    bottom: -193%;
  }
  .tablet\:b\+193\% {
    bottom: 193%;
  }
  .tablet\:l-193vw {
    left: -193vw;
  }
  .tablet\:l\+193vw {
    left: 193vw;
  }
  .tablet\:l-193\% {
    left: -193%;
  }
  .tablet\:l\+193\% {
    left: 193%;
  }
  .tablet\:r-193vw {
    right: -193vw;
  }
  .tablet\:r\+193vw {
    right: 193vw;
  }
  .tablet\:r-193\% {
    right: -193%;
  }
  .tablet\:r\+193\% {
    right: 193%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-194vw {
    top: -194vw;
  }
  .tablet\:t\+194vw {
    top: 194vw;
  }
  .tablet\:t-194\% {
    top: -194%;
  }
  .tablet\:t\+194\% {
    top: 194%;
  }
  .tablet\:b-194vw {
    bottom: -194vw;
  }
  .tablet\:b\+194vw {
    bottom: 194vw;
  }
  .tablet\:b-194\% {
    bottom: -194%;
  }
  .tablet\:b\+194\% {
    bottom: 194%;
  }
  .tablet\:l-194vw {
    left: -194vw;
  }
  .tablet\:l\+194vw {
    left: 194vw;
  }
  .tablet\:l-194\% {
    left: -194%;
  }
  .tablet\:l\+194\% {
    left: 194%;
  }
  .tablet\:r-194vw {
    right: -194vw;
  }
  .tablet\:r\+194vw {
    right: 194vw;
  }
  .tablet\:r-194\% {
    right: -194%;
  }
  .tablet\:r\+194\% {
    right: 194%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-195vw {
    top: -195vw;
  }
  .tablet\:t\+195vw {
    top: 195vw;
  }
  .tablet\:t-195\% {
    top: -195%;
  }
  .tablet\:t\+195\% {
    top: 195%;
  }
  .tablet\:b-195vw {
    bottom: -195vw;
  }
  .tablet\:b\+195vw {
    bottom: 195vw;
  }
  .tablet\:b-195\% {
    bottom: -195%;
  }
  .tablet\:b\+195\% {
    bottom: 195%;
  }
  .tablet\:l-195vw {
    left: -195vw;
  }
  .tablet\:l\+195vw {
    left: 195vw;
  }
  .tablet\:l-195\% {
    left: -195%;
  }
  .tablet\:l\+195\% {
    left: 195%;
  }
  .tablet\:r-195vw {
    right: -195vw;
  }
  .tablet\:r\+195vw {
    right: 195vw;
  }
  .tablet\:r-195\% {
    right: -195%;
  }
  .tablet\:r\+195\% {
    right: 195%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-196vw {
    top: -196vw;
  }
  .tablet\:t\+196vw {
    top: 196vw;
  }
  .tablet\:t-196\% {
    top: -196%;
  }
  .tablet\:t\+196\% {
    top: 196%;
  }
  .tablet\:b-196vw {
    bottom: -196vw;
  }
  .tablet\:b\+196vw {
    bottom: 196vw;
  }
  .tablet\:b-196\% {
    bottom: -196%;
  }
  .tablet\:b\+196\% {
    bottom: 196%;
  }
  .tablet\:l-196vw {
    left: -196vw;
  }
  .tablet\:l\+196vw {
    left: 196vw;
  }
  .tablet\:l-196\% {
    left: -196%;
  }
  .tablet\:l\+196\% {
    left: 196%;
  }
  .tablet\:r-196vw {
    right: -196vw;
  }
  .tablet\:r\+196vw {
    right: 196vw;
  }
  .tablet\:r-196\% {
    right: -196%;
  }
  .tablet\:r\+196\% {
    right: 196%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-197vw {
    top: -197vw;
  }
  .tablet\:t\+197vw {
    top: 197vw;
  }
  .tablet\:t-197\% {
    top: -197%;
  }
  .tablet\:t\+197\% {
    top: 197%;
  }
  .tablet\:b-197vw {
    bottom: -197vw;
  }
  .tablet\:b\+197vw {
    bottom: 197vw;
  }
  .tablet\:b-197\% {
    bottom: -197%;
  }
  .tablet\:b\+197\% {
    bottom: 197%;
  }
  .tablet\:l-197vw {
    left: -197vw;
  }
  .tablet\:l\+197vw {
    left: 197vw;
  }
  .tablet\:l-197\% {
    left: -197%;
  }
  .tablet\:l\+197\% {
    left: 197%;
  }
  .tablet\:r-197vw {
    right: -197vw;
  }
  .tablet\:r\+197vw {
    right: 197vw;
  }
  .tablet\:r-197\% {
    right: -197%;
  }
  .tablet\:r\+197\% {
    right: 197%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-198vw {
    top: -198vw;
  }
  .tablet\:t\+198vw {
    top: 198vw;
  }
  .tablet\:t-198\% {
    top: -198%;
  }
  .tablet\:t\+198\% {
    top: 198%;
  }
  .tablet\:b-198vw {
    bottom: -198vw;
  }
  .tablet\:b\+198vw {
    bottom: 198vw;
  }
  .tablet\:b-198\% {
    bottom: -198%;
  }
  .tablet\:b\+198\% {
    bottom: 198%;
  }
  .tablet\:l-198vw {
    left: -198vw;
  }
  .tablet\:l\+198vw {
    left: 198vw;
  }
  .tablet\:l-198\% {
    left: -198%;
  }
  .tablet\:l\+198\% {
    left: 198%;
  }
  .tablet\:r-198vw {
    right: -198vw;
  }
  .tablet\:r\+198vw {
    right: 198vw;
  }
  .tablet\:r-198\% {
    right: -198%;
  }
  .tablet\:r\+198\% {
    right: 198%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-199vw {
    top: -199vw;
  }
  .tablet\:t\+199vw {
    top: 199vw;
  }
  .tablet\:t-199\% {
    top: -199%;
  }
  .tablet\:t\+199\% {
    top: 199%;
  }
  .tablet\:b-199vw {
    bottom: -199vw;
  }
  .tablet\:b\+199vw {
    bottom: 199vw;
  }
  .tablet\:b-199\% {
    bottom: -199%;
  }
  .tablet\:b\+199\% {
    bottom: 199%;
  }
  .tablet\:l-199vw {
    left: -199vw;
  }
  .tablet\:l\+199vw {
    left: 199vw;
  }
  .tablet\:l-199\% {
    left: -199%;
  }
  .tablet\:l\+199\% {
    left: 199%;
  }
  .tablet\:r-199vw {
    right: -199vw;
  }
  .tablet\:r\+199vw {
    right: 199vw;
  }
  .tablet\:r-199\% {
    right: -199%;
  }
  .tablet\:r\+199\% {
    right: 199%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:t-200vw {
    top: -200vw;
  }
  .tablet\:t\+200vw {
    top: 200vw;
  }
  .tablet\:t-200\% {
    top: -200%;
  }
  .tablet\:t\+200\% {
    top: 200%;
  }
  .tablet\:b-200vw {
    bottom: -200vw;
  }
  .tablet\:b\+200vw {
    bottom: 200vw;
  }
  .tablet\:b-200\% {
    bottom: -200%;
  }
  .tablet\:b\+200\% {
    bottom: 200%;
  }
  .tablet\:l-200vw {
    left: -200vw;
  }
  .tablet\:l\+200vw {
    left: 200vw;
  }
  .tablet\:l-200\% {
    left: -200%;
  }
  .tablet\:l\+200\% {
    left: 200%;
  }
  .tablet\:r-200vw {
    right: -200vw;
  }
  .tablet\:r\+200vw {
    right: 200vw;
  }
  .tablet\:r-200\% {
    right: -200%;
  }
  .tablet\:r\+200\% {
    right: 200%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-10p {
    top: -10px;
  }
  .tablet-m\:t\+10p {
    top: 10px;
  }
  .tablet-m\:b-10p {
    bottom: -10px;
  }
  .tablet-m\:b\+10p {
    bottom: 10px;
  }
  .tablet-m\:l-10p {
    left: -10px;
  }
  .tablet-m\:l\+10p {
    left: 10px;
  }
  .tablet-m\:r-10p {
    right: -10px;
  }
  .tablet-m\:r\+10p {
    right: 10px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-20p {
    top: -20px;
  }
  .tablet-m\:t\+20p {
    top: 20px;
  }
  .tablet-m\:b-20p {
    bottom: -20px;
  }
  .tablet-m\:b\+20p {
    bottom: 20px;
  }
  .tablet-m\:l-20p {
    left: -20px;
  }
  .tablet-m\:l\+20p {
    left: 20px;
  }
  .tablet-m\:r-20p {
    right: -20px;
  }
  .tablet-m\:r\+20p {
    right: 20px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-30p {
    top: -30px;
  }
  .tablet-m\:t\+30p {
    top: 30px;
  }
  .tablet-m\:b-30p {
    bottom: -30px;
  }
  .tablet-m\:b\+30p {
    bottom: 30px;
  }
  .tablet-m\:l-30p {
    left: -30px;
  }
  .tablet-m\:l\+30p {
    left: 30px;
  }
  .tablet-m\:r-30p {
    right: -30px;
  }
  .tablet-m\:r\+30p {
    right: 30px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-40p {
    top: -40px;
  }
  .tablet-m\:t\+40p {
    top: 40px;
  }
  .tablet-m\:b-40p {
    bottom: -40px;
  }
  .tablet-m\:b\+40p {
    bottom: 40px;
  }
  .tablet-m\:l-40p {
    left: -40px;
  }
  .tablet-m\:l\+40p {
    left: 40px;
  }
  .tablet-m\:r-40p {
    right: -40px;
  }
  .tablet-m\:r\+40p {
    right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-50p {
    top: -50px;
  }
  .tablet-m\:t\+50p {
    top: 50px;
  }
  .tablet-m\:b-50p {
    bottom: -50px;
  }
  .tablet-m\:b\+50p {
    bottom: 50px;
  }
  .tablet-m\:l-50p {
    left: -50px;
  }
  .tablet-m\:l\+50p {
    left: 50px;
  }
  .tablet-m\:r-50p {
    right: -50px;
  }
  .tablet-m\:r\+50p {
    right: 50px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-60p {
    top: -60px;
  }
  .tablet-m\:t\+60p {
    top: 60px;
  }
  .tablet-m\:b-60p {
    bottom: -60px;
  }
  .tablet-m\:b\+60p {
    bottom: 60px;
  }
  .tablet-m\:l-60p {
    left: -60px;
  }
  .tablet-m\:l\+60p {
    left: 60px;
  }
  .tablet-m\:r-60p {
    right: -60px;
  }
  .tablet-m\:r\+60p {
    right: 60px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-70p {
    top: -70px;
  }
  .tablet-m\:t\+70p {
    top: 70px;
  }
  .tablet-m\:b-70p {
    bottom: -70px;
  }
  .tablet-m\:b\+70p {
    bottom: 70px;
  }
  .tablet-m\:l-70p {
    left: -70px;
  }
  .tablet-m\:l\+70p {
    left: 70px;
  }
  .tablet-m\:r-70p {
    right: -70px;
  }
  .tablet-m\:r\+70p {
    right: 70px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-80p {
    top: -80px;
  }
  .tablet-m\:t\+80p {
    top: 80px;
  }
  .tablet-m\:b-80p {
    bottom: -80px;
  }
  .tablet-m\:b\+80p {
    bottom: 80px;
  }
  .tablet-m\:l-80p {
    left: -80px;
  }
  .tablet-m\:l\+80p {
    left: 80px;
  }
  .tablet-m\:r-80p {
    right: -80px;
  }
  .tablet-m\:r\+80p {
    right: 80px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-90p {
    top: -90px;
  }
  .tablet-m\:t\+90p {
    top: 90px;
  }
  .tablet-m\:b-90p {
    bottom: -90px;
  }
  .tablet-m\:b\+90p {
    bottom: 90px;
  }
  .tablet-m\:l-90p {
    left: -90px;
  }
  .tablet-m\:l\+90p {
    left: 90px;
  }
  .tablet-m\:r-90p {
    right: -90px;
  }
  .tablet-m\:r\+90p {
    right: 90px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-100p {
    top: -100px;
  }
  .tablet-m\:t\+100p {
    top: 100px;
  }
  .tablet-m\:b-100p {
    bottom: -100px;
  }
  .tablet-m\:b\+100p {
    bottom: 100px;
  }
  .tablet-m\:l-100p {
    left: -100px;
  }
  .tablet-m\:l\+100p {
    left: 100px;
  }
  .tablet-m\:r-100p {
    right: -100px;
  }
  .tablet-m\:r\+100p {
    right: 100px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-110p {
    top: -110px;
  }
  .tablet-m\:t\+110p {
    top: 110px;
  }
  .tablet-m\:b-110p {
    bottom: -110px;
  }
  .tablet-m\:b\+110p {
    bottom: 110px;
  }
  .tablet-m\:l-110p {
    left: -110px;
  }
  .tablet-m\:l\+110p {
    left: 110px;
  }
  .tablet-m\:r-110p {
    right: -110px;
  }
  .tablet-m\:r\+110p {
    right: 110px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-120p {
    top: -120px;
  }
  .tablet-m\:t\+120p {
    top: 120px;
  }
  .tablet-m\:b-120p {
    bottom: -120px;
  }
  .tablet-m\:b\+120p {
    bottom: 120px;
  }
  .tablet-m\:l-120p {
    left: -120px;
  }
  .tablet-m\:l\+120p {
    left: 120px;
  }
  .tablet-m\:r-120p {
    right: -120px;
  }
  .tablet-m\:r\+120p {
    right: 120px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-130p {
    top: -130px;
  }
  .tablet-m\:t\+130p {
    top: 130px;
  }
  .tablet-m\:b-130p {
    bottom: -130px;
  }
  .tablet-m\:b\+130p {
    bottom: 130px;
  }
  .tablet-m\:l-130p {
    left: -130px;
  }
  .tablet-m\:l\+130p {
    left: 130px;
  }
  .tablet-m\:r-130p {
    right: -130px;
  }
  .tablet-m\:r\+130p {
    right: 130px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-140p {
    top: -140px;
  }
  .tablet-m\:t\+140p {
    top: 140px;
  }
  .tablet-m\:b-140p {
    bottom: -140px;
  }
  .tablet-m\:b\+140p {
    bottom: 140px;
  }
  .tablet-m\:l-140p {
    left: -140px;
  }
  .tablet-m\:l\+140p {
    left: 140px;
  }
  .tablet-m\:r-140p {
    right: -140px;
  }
  .tablet-m\:r\+140p {
    right: 140px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-150p {
    top: -150px;
  }
  .tablet-m\:t\+150p {
    top: 150px;
  }
  .tablet-m\:b-150p {
    bottom: -150px;
  }
  .tablet-m\:b\+150p {
    bottom: 150px;
  }
  .tablet-m\:l-150p {
    left: -150px;
  }
  .tablet-m\:l\+150p {
    left: 150px;
  }
  .tablet-m\:r-150p {
    right: -150px;
  }
  .tablet-m\:r\+150p {
    right: 150px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-160p {
    top: -160px;
  }
  .tablet-m\:t\+160p {
    top: 160px;
  }
  .tablet-m\:b-160p {
    bottom: -160px;
  }
  .tablet-m\:b\+160p {
    bottom: 160px;
  }
  .tablet-m\:l-160p {
    left: -160px;
  }
  .tablet-m\:l\+160p {
    left: 160px;
  }
  .tablet-m\:r-160p {
    right: -160px;
  }
  .tablet-m\:r\+160p {
    right: 160px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-170p {
    top: -170px;
  }
  .tablet-m\:t\+170p {
    top: 170px;
  }
  .tablet-m\:b-170p {
    bottom: -170px;
  }
  .tablet-m\:b\+170p {
    bottom: 170px;
  }
  .tablet-m\:l-170p {
    left: -170px;
  }
  .tablet-m\:l\+170p {
    left: 170px;
  }
  .tablet-m\:r-170p {
    right: -170px;
  }
  .tablet-m\:r\+170p {
    right: 170px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-180p {
    top: -180px;
  }
  .tablet-m\:t\+180p {
    top: 180px;
  }
  .tablet-m\:b-180p {
    bottom: -180px;
  }
  .tablet-m\:b\+180p {
    bottom: 180px;
  }
  .tablet-m\:l-180p {
    left: -180px;
  }
  .tablet-m\:l\+180p {
    left: 180px;
  }
  .tablet-m\:r-180p {
    right: -180px;
  }
  .tablet-m\:r\+180p {
    right: 180px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-190p {
    top: -190px;
  }
  .tablet-m\:t\+190p {
    top: 190px;
  }
  .tablet-m\:b-190p {
    bottom: -190px;
  }
  .tablet-m\:b\+190p {
    bottom: 190px;
  }
  .tablet-m\:l-190p {
    left: -190px;
  }
  .tablet-m\:l\+190p {
    left: 190px;
  }
  .tablet-m\:r-190p {
    right: -190px;
  }
  .tablet-m\:r\+190p {
    right: 190px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-200p {
    top: -200px;
  }
  .tablet-m\:t\+200p {
    top: 200px;
  }
  .tablet-m\:b-200p {
    bottom: -200px;
  }
  .tablet-m\:b\+200p {
    bottom: 200px;
  }
  .tablet-m\:l-200p {
    left: -200px;
  }
  .tablet-m\:l\+200p {
    left: 200px;
  }
  .tablet-m\:r-200p {
    right: -200px;
  }
  .tablet-m\:r\+200p {
    right: 200px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-210p {
    top: -210px;
  }
  .tablet-m\:t\+210p {
    top: 210px;
  }
  .tablet-m\:b-210p {
    bottom: -210px;
  }
  .tablet-m\:b\+210p {
    bottom: 210px;
  }
  .tablet-m\:l-210p {
    left: -210px;
  }
  .tablet-m\:l\+210p {
    left: 210px;
  }
  .tablet-m\:r-210p {
    right: -210px;
  }
  .tablet-m\:r\+210p {
    right: 210px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-220p {
    top: -220px;
  }
  .tablet-m\:t\+220p {
    top: 220px;
  }
  .tablet-m\:b-220p {
    bottom: -220px;
  }
  .tablet-m\:b\+220p {
    bottom: 220px;
  }
  .tablet-m\:l-220p {
    left: -220px;
  }
  .tablet-m\:l\+220p {
    left: 220px;
  }
  .tablet-m\:r-220p {
    right: -220px;
  }
  .tablet-m\:r\+220p {
    right: 220px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-230p {
    top: -230px;
  }
  .tablet-m\:t\+230p {
    top: 230px;
  }
  .tablet-m\:b-230p {
    bottom: -230px;
  }
  .tablet-m\:b\+230p {
    bottom: 230px;
  }
  .tablet-m\:l-230p {
    left: -230px;
  }
  .tablet-m\:l\+230p {
    left: 230px;
  }
  .tablet-m\:r-230p {
    right: -230px;
  }
  .tablet-m\:r\+230p {
    right: 230px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-240p {
    top: -240px;
  }
  .tablet-m\:t\+240p {
    top: 240px;
  }
  .tablet-m\:b-240p {
    bottom: -240px;
  }
  .tablet-m\:b\+240p {
    bottom: 240px;
  }
  .tablet-m\:l-240p {
    left: -240px;
  }
  .tablet-m\:l\+240p {
    left: 240px;
  }
  .tablet-m\:r-240p {
    right: -240px;
  }
  .tablet-m\:r\+240p {
    right: 240px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-250p {
    top: -250px;
  }
  .tablet-m\:t\+250p {
    top: 250px;
  }
  .tablet-m\:b-250p {
    bottom: -250px;
  }
  .tablet-m\:b\+250p {
    bottom: 250px;
  }
  .tablet-m\:l-250p {
    left: -250px;
  }
  .tablet-m\:l\+250p {
    left: 250px;
  }
  .tablet-m\:r-250p {
    right: -250px;
  }
  .tablet-m\:r\+250p {
    right: 250px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-260p {
    top: -260px;
  }
  .tablet-m\:t\+260p {
    top: 260px;
  }
  .tablet-m\:b-260p {
    bottom: -260px;
  }
  .tablet-m\:b\+260p {
    bottom: 260px;
  }
  .tablet-m\:l-260p {
    left: -260px;
  }
  .tablet-m\:l\+260p {
    left: 260px;
  }
  .tablet-m\:r-260p {
    right: -260px;
  }
  .tablet-m\:r\+260p {
    right: 260px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-270p {
    top: -270px;
  }
  .tablet-m\:t\+270p {
    top: 270px;
  }
  .tablet-m\:b-270p {
    bottom: -270px;
  }
  .tablet-m\:b\+270p {
    bottom: 270px;
  }
  .tablet-m\:l-270p {
    left: -270px;
  }
  .tablet-m\:l\+270p {
    left: 270px;
  }
  .tablet-m\:r-270p {
    right: -270px;
  }
  .tablet-m\:r\+270p {
    right: 270px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-280p {
    top: -280px;
  }
  .tablet-m\:t\+280p {
    top: 280px;
  }
  .tablet-m\:b-280p {
    bottom: -280px;
  }
  .tablet-m\:b\+280p {
    bottom: 280px;
  }
  .tablet-m\:l-280p {
    left: -280px;
  }
  .tablet-m\:l\+280p {
    left: 280px;
  }
  .tablet-m\:r-280p {
    right: -280px;
  }
  .tablet-m\:r\+280p {
    right: 280px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-290p {
    top: -290px;
  }
  .tablet-m\:t\+290p {
    top: 290px;
  }
  .tablet-m\:b-290p {
    bottom: -290px;
  }
  .tablet-m\:b\+290p {
    bottom: 290px;
  }
  .tablet-m\:l-290p {
    left: -290px;
  }
  .tablet-m\:l\+290p {
    left: 290px;
  }
  .tablet-m\:r-290p {
    right: -290px;
  }
  .tablet-m\:r\+290p {
    right: 290px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-300p {
    top: -300px;
  }
  .tablet-m\:t\+300p {
    top: 300px;
  }
  .tablet-m\:b-300p {
    bottom: -300px;
  }
  .tablet-m\:b\+300p {
    bottom: 300px;
  }
  .tablet-m\:l-300p {
    left: -300px;
  }
  .tablet-m\:l\+300p {
    left: 300px;
  }
  .tablet-m\:r-300p {
    right: -300px;
  }
  .tablet-m\:r\+300p {
    right: 300px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-310p {
    top: -310px;
  }
  .tablet-m\:t\+310p {
    top: 310px;
  }
  .tablet-m\:b-310p {
    bottom: -310px;
  }
  .tablet-m\:b\+310p {
    bottom: 310px;
  }
  .tablet-m\:l-310p {
    left: -310px;
  }
  .tablet-m\:l\+310p {
    left: 310px;
  }
  .tablet-m\:r-310p {
    right: -310px;
  }
  .tablet-m\:r\+310p {
    right: 310px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-320p {
    top: -320px;
  }
  .tablet-m\:t\+320p {
    top: 320px;
  }
  .tablet-m\:b-320p {
    bottom: -320px;
  }
  .tablet-m\:b\+320p {
    bottom: 320px;
  }
  .tablet-m\:l-320p {
    left: -320px;
  }
  .tablet-m\:l\+320p {
    left: 320px;
  }
  .tablet-m\:r-320p {
    right: -320px;
  }
  .tablet-m\:r\+320p {
    right: 320px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-330p {
    top: -330px;
  }
  .tablet-m\:t\+330p {
    top: 330px;
  }
  .tablet-m\:b-330p {
    bottom: -330px;
  }
  .tablet-m\:b\+330p {
    bottom: 330px;
  }
  .tablet-m\:l-330p {
    left: -330px;
  }
  .tablet-m\:l\+330p {
    left: 330px;
  }
  .tablet-m\:r-330p {
    right: -330px;
  }
  .tablet-m\:r\+330p {
    right: 330px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-340p {
    top: -340px;
  }
  .tablet-m\:t\+340p {
    top: 340px;
  }
  .tablet-m\:b-340p {
    bottom: -340px;
  }
  .tablet-m\:b\+340p {
    bottom: 340px;
  }
  .tablet-m\:l-340p {
    left: -340px;
  }
  .tablet-m\:l\+340p {
    left: 340px;
  }
  .tablet-m\:r-340p {
    right: -340px;
  }
  .tablet-m\:r\+340p {
    right: 340px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-350p {
    top: -350px;
  }
  .tablet-m\:t\+350p {
    top: 350px;
  }
  .tablet-m\:b-350p {
    bottom: -350px;
  }
  .tablet-m\:b\+350p {
    bottom: 350px;
  }
  .tablet-m\:l-350p {
    left: -350px;
  }
  .tablet-m\:l\+350p {
    left: 350px;
  }
  .tablet-m\:r-350p {
    right: -350px;
  }
  .tablet-m\:r\+350p {
    right: 350px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-360p {
    top: -360px;
  }
  .tablet-m\:t\+360p {
    top: 360px;
  }
  .tablet-m\:b-360p {
    bottom: -360px;
  }
  .tablet-m\:b\+360p {
    bottom: 360px;
  }
  .tablet-m\:l-360p {
    left: -360px;
  }
  .tablet-m\:l\+360p {
    left: 360px;
  }
  .tablet-m\:r-360p {
    right: -360px;
  }
  .tablet-m\:r\+360p {
    right: 360px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-370p {
    top: -370px;
  }
  .tablet-m\:t\+370p {
    top: 370px;
  }
  .tablet-m\:b-370p {
    bottom: -370px;
  }
  .tablet-m\:b\+370p {
    bottom: 370px;
  }
  .tablet-m\:l-370p {
    left: -370px;
  }
  .tablet-m\:l\+370p {
    left: 370px;
  }
  .tablet-m\:r-370p {
    right: -370px;
  }
  .tablet-m\:r\+370p {
    right: 370px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-380p {
    top: -380px;
  }
  .tablet-m\:t\+380p {
    top: 380px;
  }
  .tablet-m\:b-380p {
    bottom: -380px;
  }
  .tablet-m\:b\+380p {
    bottom: 380px;
  }
  .tablet-m\:l-380p {
    left: -380px;
  }
  .tablet-m\:l\+380p {
    left: 380px;
  }
  .tablet-m\:r-380p {
    right: -380px;
  }
  .tablet-m\:r\+380p {
    right: 380px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-390p {
    top: -390px;
  }
  .tablet-m\:t\+390p {
    top: 390px;
  }
  .tablet-m\:b-390p {
    bottom: -390px;
  }
  .tablet-m\:b\+390p {
    bottom: 390px;
  }
  .tablet-m\:l-390p {
    left: -390px;
  }
  .tablet-m\:l\+390p {
    left: 390px;
  }
  .tablet-m\:r-390p {
    right: -390px;
  }
  .tablet-m\:r\+390p {
    right: 390px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-400p {
    top: -400px;
  }
  .tablet-m\:t\+400p {
    top: 400px;
  }
  .tablet-m\:b-400p {
    bottom: -400px;
  }
  .tablet-m\:b\+400p {
    bottom: 400px;
  }
  .tablet-m\:l-400p {
    left: -400px;
  }
  .tablet-m\:l\+400p {
    left: 400px;
  }
  .tablet-m\:r-400p {
    right: -400px;
  }
  .tablet-m\:r\+400p {
    right: 400px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-410p {
    top: -410px;
  }
  .tablet-m\:t\+410p {
    top: 410px;
  }
  .tablet-m\:b-410p {
    bottom: -410px;
  }
  .tablet-m\:b\+410p {
    bottom: 410px;
  }
  .tablet-m\:l-410p {
    left: -410px;
  }
  .tablet-m\:l\+410p {
    left: 410px;
  }
  .tablet-m\:r-410p {
    right: -410px;
  }
  .tablet-m\:r\+410p {
    right: 410px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-420p {
    top: -420px;
  }
  .tablet-m\:t\+420p {
    top: 420px;
  }
  .tablet-m\:b-420p {
    bottom: -420px;
  }
  .tablet-m\:b\+420p {
    bottom: 420px;
  }
  .tablet-m\:l-420p {
    left: -420px;
  }
  .tablet-m\:l\+420p {
    left: 420px;
  }
  .tablet-m\:r-420p {
    right: -420px;
  }
  .tablet-m\:r\+420p {
    right: 420px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-430p {
    top: -430px;
  }
  .tablet-m\:t\+430p {
    top: 430px;
  }
  .tablet-m\:b-430p {
    bottom: -430px;
  }
  .tablet-m\:b\+430p {
    bottom: 430px;
  }
  .tablet-m\:l-430p {
    left: -430px;
  }
  .tablet-m\:l\+430p {
    left: 430px;
  }
  .tablet-m\:r-430p {
    right: -430px;
  }
  .tablet-m\:r\+430p {
    right: 430px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-440p {
    top: -440px;
  }
  .tablet-m\:t\+440p {
    top: 440px;
  }
  .tablet-m\:b-440p {
    bottom: -440px;
  }
  .tablet-m\:b\+440p {
    bottom: 440px;
  }
  .tablet-m\:l-440p {
    left: -440px;
  }
  .tablet-m\:l\+440p {
    left: 440px;
  }
  .tablet-m\:r-440p {
    right: -440px;
  }
  .tablet-m\:r\+440p {
    right: 440px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-450p {
    top: -450px;
  }
  .tablet-m\:t\+450p {
    top: 450px;
  }
  .tablet-m\:b-450p {
    bottom: -450px;
  }
  .tablet-m\:b\+450p {
    bottom: 450px;
  }
  .tablet-m\:l-450p {
    left: -450px;
  }
  .tablet-m\:l\+450p {
    left: 450px;
  }
  .tablet-m\:r-450p {
    right: -450px;
  }
  .tablet-m\:r\+450p {
    right: 450px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-460p {
    top: -460px;
  }
  .tablet-m\:t\+460p {
    top: 460px;
  }
  .tablet-m\:b-460p {
    bottom: -460px;
  }
  .tablet-m\:b\+460p {
    bottom: 460px;
  }
  .tablet-m\:l-460p {
    left: -460px;
  }
  .tablet-m\:l\+460p {
    left: 460px;
  }
  .tablet-m\:r-460p {
    right: -460px;
  }
  .tablet-m\:r\+460p {
    right: 460px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-470p {
    top: -470px;
  }
  .tablet-m\:t\+470p {
    top: 470px;
  }
  .tablet-m\:b-470p {
    bottom: -470px;
  }
  .tablet-m\:b\+470p {
    bottom: 470px;
  }
  .tablet-m\:l-470p {
    left: -470px;
  }
  .tablet-m\:l\+470p {
    left: 470px;
  }
  .tablet-m\:r-470p {
    right: -470px;
  }
  .tablet-m\:r\+470p {
    right: 470px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-480p {
    top: -480px;
  }
  .tablet-m\:t\+480p {
    top: 480px;
  }
  .tablet-m\:b-480p {
    bottom: -480px;
  }
  .tablet-m\:b\+480p {
    bottom: 480px;
  }
  .tablet-m\:l-480p {
    left: -480px;
  }
  .tablet-m\:l\+480p {
    left: 480px;
  }
  .tablet-m\:r-480p {
    right: -480px;
  }
  .tablet-m\:r\+480p {
    right: 480px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-490p {
    top: -490px;
  }
  .tablet-m\:t\+490p {
    top: 490px;
  }
  .tablet-m\:b-490p {
    bottom: -490px;
  }
  .tablet-m\:b\+490p {
    bottom: 490px;
  }
  .tablet-m\:l-490p {
    left: -490px;
  }
  .tablet-m\:l\+490p {
    left: 490px;
  }
  .tablet-m\:r-490p {
    right: -490px;
  }
  .tablet-m\:r\+490p {
    right: 490px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-500p {
    top: -500px;
  }
  .tablet-m\:t\+500p {
    top: 500px;
  }
  .tablet-m\:b-500p {
    bottom: -500px;
  }
  .tablet-m\:b\+500p {
    bottom: 500px;
  }
  .tablet-m\:l-500p {
    left: -500px;
  }
  .tablet-m\:l\+500p {
    left: 500px;
  }
  .tablet-m\:r-500p {
    right: -500px;
  }
  .tablet-m\:r\+500p {
    right: 500px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-510p {
    top: -510px;
  }
  .tablet-m\:t\+510p {
    top: 510px;
  }
  .tablet-m\:b-510p {
    bottom: -510px;
  }
  .tablet-m\:b\+510p {
    bottom: 510px;
  }
  .tablet-m\:l-510p {
    left: -510px;
  }
  .tablet-m\:l\+510p {
    left: 510px;
  }
  .tablet-m\:r-510p {
    right: -510px;
  }
  .tablet-m\:r\+510p {
    right: 510px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-520p {
    top: -520px;
  }
  .tablet-m\:t\+520p {
    top: 520px;
  }
  .tablet-m\:b-520p {
    bottom: -520px;
  }
  .tablet-m\:b\+520p {
    bottom: 520px;
  }
  .tablet-m\:l-520p {
    left: -520px;
  }
  .tablet-m\:l\+520p {
    left: 520px;
  }
  .tablet-m\:r-520p {
    right: -520px;
  }
  .tablet-m\:r\+520p {
    right: 520px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-530p {
    top: -530px;
  }
  .tablet-m\:t\+530p {
    top: 530px;
  }
  .tablet-m\:b-530p {
    bottom: -530px;
  }
  .tablet-m\:b\+530p {
    bottom: 530px;
  }
  .tablet-m\:l-530p {
    left: -530px;
  }
  .tablet-m\:l\+530p {
    left: 530px;
  }
  .tablet-m\:r-530p {
    right: -530px;
  }
  .tablet-m\:r\+530p {
    right: 530px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-540p {
    top: -540px;
  }
  .tablet-m\:t\+540p {
    top: 540px;
  }
  .tablet-m\:b-540p {
    bottom: -540px;
  }
  .tablet-m\:b\+540p {
    bottom: 540px;
  }
  .tablet-m\:l-540p {
    left: -540px;
  }
  .tablet-m\:l\+540p {
    left: 540px;
  }
  .tablet-m\:r-540p {
    right: -540px;
  }
  .tablet-m\:r\+540p {
    right: 540px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-550p {
    top: -550px;
  }
  .tablet-m\:t\+550p {
    top: 550px;
  }
  .tablet-m\:b-550p {
    bottom: -550px;
  }
  .tablet-m\:b\+550p {
    bottom: 550px;
  }
  .tablet-m\:l-550p {
    left: -550px;
  }
  .tablet-m\:l\+550p {
    left: 550px;
  }
  .tablet-m\:r-550p {
    right: -550px;
  }
  .tablet-m\:r\+550p {
    right: 550px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-560p {
    top: -560px;
  }
  .tablet-m\:t\+560p {
    top: 560px;
  }
  .tablet-m\:b-560p {
    bottom: -560px;
  }
  .tablet-m\:b\+560p {
    bottom: 560px;
  }
  .tablet-m\:l-560p {
    left: -560px;
  }
  .tablet-m\:l\+560p {
    left: 560px;
  }
  .tablet-m\:r-560p {
    right: -560px;
  }
  .tablet-m\:r\+560p {
    right: 560px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-570p {
    top: -570px;
  }
  .tablet-m\:t\+570p {
    top: 570px;
  }
  .tablet-m\:b-570p {
    bottom: -570px;
  }
  .tablet-m\:b\+570p {
    bottom: 570px;
  }
  .tablet-m\:l-570p {
    left: -570px;
  }
  .tablet-m\:l\+570p {
    left: 570px;
  }
  .tablet-m\:r-570p {
    right: -570px;
  }
  .tablet-m\:r\+570p {
    right: 570px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-580p {
    top: -580px;
  }
  .tablet-m\:t\+580p {
    top: 580px;
  }
  .tablet-m\:b-580p {
    bottom: -580px;
  }
  .tablet-m\:b\+580p {
    bottom: 580px;
  }
  .tablet-m\:l-580p {
    left: -580px;
  }
  .tablet-m\:l\+580p {
    left: 580px;
  }
  .tablet-m\:r-580p {
    right: -580px;
  }
  .tablet-m\:r\+580p {
    right: 580px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-590p {
    top: -590px;
  }
  .tablet-m\:t\+590p {
    top: 590px;
  }
  .tablet-m\:b-590p {
    bottom: -590px;
  }
  .tablet-m\:b\+590p {
    bottom: 590px;
  }
  .tablet-m\:l-590p {
    left: -590px;
  }
  .tablet-m\:l\+590p {
    left: 590px;
  }
  .tablet-m\:r-590p {
    right: -590px;
  }
  .tablet-m\:r\+590p {
    right: 590px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-600p {
    top: -600px;
  }
  .tablet-m\:t\+600p {
    top: 600px;
  }
  .tablet-m\:b-600p {
    bottom: -600px;
  }
  .tablet-m\:b\+600p {
    bottom: 600px;
  }
  .tablet-m\:l-600p {
    left: -600px;
  }
  .tablet-m\:l\+600p {
    left: 600px;
  }
  .tablet-m\:r-600p {
    right: -600px;
  }
  .tablet-m\:r\+600p {
    right: 600px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-610p {
    top: -610px;
  }
  .tablet-m\:t\+610p {
    top: 610px;
  }
  .tablet-m\:b-610p {
    bottom: -610px;
  }
  .tablet-m\:b\+610p {
    bottom: 610px;
  }
  .tablet-m\:l-610p {
    left: -610px;
  }
  .tablet-m\:l\+610p {
    left: 610px;
  }
  .tablet-m\:r-610p {
    right: -610px;
  }
  .tablet-m\:r\+610p {
    right: 610px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-620p {
    top: -620px;
  }
  .tablet-m\:t\+620p {
    top: 620px;
  }
  .tablet-m\:b-620p {
    bottom: -620px;
  }
  .tablet-m\:b\+620p {
    bottom: 620px;
  }
  .tablet-m\:l-620p {
    left: -620px;
  }
  .tablet-m\:l\+620p {
    left: 620px;
  }
  .tablet-m\:r-620p {
    right: -620px;
  }
  .tablet-m\:r\+620p {
    right: 620px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-630p {
    top: -630px;
  }
  .tablet-m\:t\+630p {
    top: 630px;
  }
  .tablet-m\:b-630p {
    bottom: -630px;
  }
  .tablet-m\:b\+630p {
    bottom: 630px;
  }
  .tablet-m\:l-630p {
    left: -630px;
  }
  .tablet-m\:l\+630p {
    left: 630px;
  }
  .tablet-m\:r-630p {
    right: -630px;
  }
  .tablet-m\:r\+630p {
    right: 630px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-640p {
    top: -640px;
  }
  .tablet-m\:t\+640p {
    top: 640px;
  }
  .tablet-m\:b-640p {
    bottom: -640px;
  }
  .tablet-m\:b\+640p {
    bottom: 640px;
  }
  .tablet-m\:l-640p {
    left: -640px;
  }
  .tablet-m\:l\+640p {
    left: 640px;
  }
  .tablet-m\:r-640p {
    right: -640px;
  }
  .tablet-m\:r\+640p {
    right: 640px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-650p {
    top: -650px;
  }
  .tablet-m\:t\+650p {
    top: 650px;
  }
  .tablet-m\:b-650p {
    bottom: -650px;
  }
  .tablet-m\:b\+650p {
    bottom: 650px;
  }
  .tablet-m\:l-650p {
    left: -650px;
  }
  .tablet-m\:l\+650p {
    left: 650px;
  }
  .tablet-m\:r-650p {
    right: -650px;
  }
  .tablet-m\:r\+650p {
    right: 650px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-660p {
    top: -660px;
  }
  .tablet-m\:t\+660p {
    top: 660px;
  }
  .tablet-m\:b-660p {
    bottom: -660px;
  }
  .tablet-m\:b\+660p {
    bottom: 660px;
  }
  .tablet-m\:l-660p {
    left: -660px;
  }
  .tablet-m\:l\+660p {
    left: 660px;
  }
  .tablet-m\:r-660p {
    right: -660px;
  }
  .tablet-m\:r\+660p {
    right: 660px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-670p {
    top: -670px;
  }
  .tablet-m\:t\+670p {
    top: 670px;
  }
  .tablet-m\:b-670p {
    bottom: -670px;
  }
  .tablet-m\:b\+670p {
    bottom: 670px;
  }
  .tablet-m\:l-670p {
    left: -670px;
  }
  .tablet-m\:l\+670p {
    left: 670px;
  }
  .tablet-m\:r-670p {
    right: -670px;
  }
  .tablet-m\:r\+670p {
    right: 670px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-680p {
    top: -680px;
  }
  .tablet-m\:t\+680p {
    top: 680px;
  }
  .tablet-m\:b-680p {
    bottom: -680px;
  }
  .tablet-m\:b\+680p {
    bottom: 680px;
  }
  .tablet-m\:l-680p {
    left: -680px;
  }
  .tablet-m\:l\+680p {
    left: 680px;
  }
  .tablet-m\:r-680p {
    right: -680px;
  }
  .tablet-m\:r\+680p {
    right: 680px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-690p {
    top: -690px;
  }
  .tablet-m\:t\+690p {
    top: 690px;
  }
  .tablet-m\:b-690p {
    bottom: -690px;
  }
  .tablet-m\:b\+690p {
    bottom: 690px;
  }
  .tablet-m\:l-690p {
    left: -690px;
  }
  .tablet-m\:l\+690p {
    left: 690px;
  }
  .tablet-m\:r-690p {
    right: -690px;
  }
  .tablet-m\:r\+690p {
    right: 690px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-700p {
    top: -700px;
  }
  .tablet-m\:t\+700p {
    top: 700px;
  }
  .tablet-m\:b-700p {
    bottom: -700px;
  }
  .tablet-m\:b\+700p {
    bottom: 700px;
  }
  .tablet-m\:l-700p {
    left: -700px;
  }
  .tablet-m\:l\+700p {
    left: 700px;
  }
  .tablet-m\:r-700p {
    right: -700px;
  }
  .tablet-m\:r\+700p {
    right: 700px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-710p {
    top: -710px;
  }
  .tablet-m\:t\+710p {
    top: 710px;
  }
  .tablet-m\:b-710p {
    bottom: -710px;
  }
  .tablet-m\:b\+710p {
    bottom: 710px;
  }
  .tablet-m\:l-710p {
    left: -710px;
  }
  .tablet-m\:l\+710p {
    left: 710px;
  }
  .tablet-m\:r-710p {
    right: -710px;
  }
  .tablet-m\:r\+710p {
    right: 710px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-720p {
    top: -720px;
  }
  .tablet-m\:t\+720p {
    top: 720px;
  }
  .tablet-m\:b-720p {
    bottom: -720px;
  }
  .tablet-m\:b\+720p {
    bottom: 720px;
  }
  .tablet-m\:l-720p {
    left: -720px;
  }
  .tablet-m\:l\+720p {
    left: 720px;
  }
  .tablet-m\:r-720p {
    right: -720px;
  }
  .tablet-m\:r\+720p {
    right: 720px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-730p {
    top: -730px;
  }
  .tablet-m\:t\+730p {
    top: 730px;
  }
  .tablet-m\:b-730p {
    bottom: -730px;
  }
  .tablet-m\:b\+730p {
    bottom: 730px;
  }
  .tablet-m\:l-730p {
    left: -730px;
  }
  .tablet-m\:l\+730p {
    left: 730px;
  }
  .tablet-m\:r-730p {
    right: -730px;
  }
  .tablet-m\:r\+730p {
    right: 730px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-740p {
    top: -740px;
  }
  .tablet-m\:t\+740p {
    top: 740px;
  }
  .tablet-m\:b-740p {
    bottom: -740px;
  }
  .tablet-m\:b\+740p {
    bottom: 740px;
  }
  .tablet-m\:l-740p {
    left: -740px;
  }
  .tablet-m\:l\+740p {
    left: 740px;
  }
  .tablet-m\:r-740p {
    right: -740px;
  }
  .tablet-m\:r\+740p {
    right: 740px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-750p {
    top: -750px;
  }
  .tablet-m\:t\+750p {
    top: 750px;
  }
  .tablet-m\:b-750p {
    bottom: -750px;
  }
  .tablet-m\:b\+750p {
    bottom: 750px;
  }
  .tablet-m\:l-750p {
    left: -750px;
  }
  .tablet-m\:l\+750p {
    left: 750px;
  }
  .tablet-m\:r-750p {
    right: -750px;
  }
  .tablet-m\:r\+750p {
    right: 750px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-760p {
    top: -760px;
  }
  .tablet-m\:t\+760p {
    top: 760px;
  }
  .tablet-m\:b-760p {
    bottom: -760px;
  }
  .tablet-m\:b\+760p {
    bottom: 760px;
  }
  .tablet-m\:l-760p {
    left: -760px;
  }
  .tablet-m\:l\+760p {
    left: 760px;
  }
  .tablet-m\:r-760p {
    right: -760px;
  }
  .tablet-m\:r\+760p {
    right: 760px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-770p {
    top: -770px;
  }
  .tablet-m\:t\+770p {
    top: 770px;
  }
  .tablet-m\:b-770p {
    bottom: -770px;
  }
  .tablet-m\:b\+770p {
    bottom: 770px;
  }
  .tablet-m\:l-770p {
    left: -770px;
  }
  .tablet-m\:l\+770p {
    left: 770px;
  }
  .tablet-m\:r-770p {
    right: -770px;
  }
  .tablet-m\:r\+770p {
    right: 770px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-780p {
    top: -780px;
  }
  .tablet-m\:t\+780p {
    top: 780px;
  }
  .tablet-m\:b-780p {
    bottom: -780px;
  }
  .tablet-m\:b\+780p {
    bottom: 780px;
  }
  .tablet-m\:l-780p {
    left: -780px;
  }
  .tablet-m\:l\+780p {
    left: 780px;
  }
  .tablet-m\:r-780p {
    right: -780px;
  }
  .tablet-m\:r\+780p {
    right: 780px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-790p {
    top: -790px;
  }
  .tablet-m\:t\+790p {
    top: 790px;
  }
  .tablet-m\:b-790p {
    bottom: -790px;
  }
  .tablet-m\:b\+790p {
    bottom: 790px;
  }
  .tablet-m\:l-790p {
    left: -790px;
  }
  .tablet-m\:l\+790p {
    left: 790px;
  }
  .tablet-m\:r-790p {
    right: -790px;
  }
  .tablet-m\:r\+790p {
    right: 790px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-800p {
    top: -800px;
  }
  .tablet-m\:t\+800p {
    top: 800px;
  }
  .tablet-m\:b-800p {
    bottom: -800px;
  }
  .tablet-m\:b\+800p {
    bottom: 800px;
  }
  .tablet-m\:l-800p {
    left: -800px;
  }
  .tablet-m\:l\+800p {
    left: 800px;
  }
  .tablet-m\:r-800p {
    right: -800px;
  }
  .tablet-m\:r\+800p {
    right: 800px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-810p {
    top: -810px;
  }
  .tablet-m\:t\+810p {
    top: 810px;
  }
  .tablet-m\:b-810p {
    bottom: -810px;
  }
  .tablet-m\:b\+810p {
    bottom: 810px;
  }
  .tablet-m\:l-810p {
    left: -810px;
  }
  .tablet-m\:l\+810p {
    left: 810px;
  }
  .tablet-m\:r-810p {
    right: -810px;
  }
  .tablet-m\:r\+810p {
    right: 810px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-820p {
    top: -820px;
  }
  .tablet-m\:t\+820p {
    top: 820px;
  }
  .tablet-m\:b-820p {
    bottom: -820px;
  }
  .tablet-m\:b\+820p {
    bottom: 820px;
  }
  .tablet-m\:l-820p {
    left: -820px;
  }
  .tablet-m\:l\+820p {
    left: 820px;
  }
  .tablet-m\:r-820p {
    right: -820px;
  }
  .tablet-m\:r\+820p {
    right: 820px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-830p {
    top: -830px;
  }
  .tablet-m\:t\+830p {
    top: 830px;
  }
  .tablet-m\:b-830p {
    bottom: -830px;
  }
  .tablet-m\:b\+830p {
    bottom: 830px;
  }
  .tablet-m\:l-830p {
    left: -830px;
  }
  .tablet-m\:l\+830p {
    left: 830px;
  }
  .tablet-m\:r-830p {
    right: -830px;
  }
  .tablet-m\:r\+830p {
    right: 830px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-840p {
    top: -840px;
  }
  .tablet-m\:t\+840p {
    top: 840px;
  }
  .tablet-m\:b-840p {
    bottom: -840px;
  }
  .tablet-m\:b\+840p {
    bottom: 840px;
  }
  .tablet-m\:l-840p {
    left: -840px;
  }
  .tablet-m\:l\+840p {
    left: 840px;
  }
  .tablet-m\:r-840p {
    right: -840px;
  }
  .tablet-m\:r\+840p {
    right: 840px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-850p {
    top: -850px;
  }
  .tablet-m\:t\+850p {
    top: 850px;
  }
  .tablet-m\:b-850p {
    bottom: -850px;
  }
  .tablet-m\:b\+850p {
    bottom: 850px;
  }
  .tablet-m\:l-850p {
    left: -850px;
  }
  .tablet-m\:l\+850p {
    left: 850px;
  }
  .tablet-m\:r-850p {
    right: -850px;
  }
  .tablet-m\:r\+850p {
    right: 850px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-860p {
    top: -860px;
  }
  .tablet-m\:t\+860p {
    top: 860px;
  }
  .tablet-m\:b-860p {
    bottom: -860px;
  }
  .tablet-m\:b\+860p {
    bottom: 860px;
  }
  .tablet-m\:l-860p {
    left: -860px;
  }
  .tablet-m\:l\+860p {
    left: 860px;
  }
  .tablet-m\:r-860p {
    right: -860px;
  }
  .tablet-m\:r\+860p {
    right: 860px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-870p {
    top: -870px;
  }
  .tablet-m\:t\+870p {
    top: 870px;
  }
  .tablet-m\:b-870p {
    bottom: -870px;
  }
  .tablet-m\:b\+870p {
    bottom: 870px;
  }
  .tablet-m\:l-870p {
    left: -870px;
  }
  .tablet-m\:l\+870p {
    left: 870px;
  }
  .tablet-m\:r-870p {
    right: -870px;
  }
  .tablet-m\:r\+870p {
    right: 870px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-880p {
    top: -880px;
  }
  .tablet-m\:t\+880p {
    top: 880px;
  }
  .tablet-m\:b-880p {
    bottom: -880px;
  }
  .tablet-m\:b\+880p {
    bottom: 880px;
  }
  .tablet-m\:l-880p {
    left: -880px;
  }
  .tablet-m\:l\+880p {
    left: 880px;
  }
  .tablet-m\:r-880p {
    right: -880px;
  }
  .tablet-m\:r\+880p {
    right: 880px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-890p {
    top: -890px;
  }
  .tablet-m\:t\+890p {
    top: 890px;
  }
  .tablet-m\:b-890p {
    bottom: -890px;
  }
  .tablet-m\:b\+890p {
    bottom: 890px;
  }
  .tablet-m\:l-890p {
    left: -890px;
  }
  .tablet-m\:l\+890p {
    left: 890px;
  }
  .tablet-m\:r-890p {
    right: -890px;
  }
  .tablet-m\:r\+890p {
    right: 890px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-900p {
    top: -900px;
  }
  .tablet-m\:t\+900p {
    top: 900px;
  }
  .tablet-m\:b-900p {
    bottom: -900px;
  }
  .tablet-m\:b\+900p {
    bottom: 900px;
  }
  .tablet-m\:l-900p {
    left: -900px;
  }
  .tablet-m\:l\+900p {
    left: 900px;
  }
  .tablet-m\:r-900p {
    right: -900px;
  }
  .tablet-m\:r\+900p {
    right: 900px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-910p {
    top: -910px;
  }
  .tablet-m\:t\+910p {
    top: 910px;
  }
  .tablet-m\:b-910p {
    bottom: -910px;
  }
  .tablet-m\:b\+910p {
    bottom: 910px;
  }
  .tablet-m\:l-910p {
    left: -910px;
  }
  .tablet-m\:l\+910p {
    left: 910px;
  }
  .tablet-m\:r-910p {
    right: -910px;
  }
  .tablet-m\:r\+910p {
    right: 910px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-920p {
    top: -920px;
  }
  .tablet-m\:t\+920p {
    top: 920px;
  }
  .tablet-m\:b-920p {
    bottom: -920px;
  }
  .tablet-m\:b\+920p {
    bottom: 920px;
  }
  .tablet-m\:l-920p {
    left: -920px;
  }
  .tablet-m\:l\+920p {
    left: 920px;
  }
  .tablet-m\:r-920p {
    right: -920px;
  }
  .tablet-m\:r\+920p {
    right: 920px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-930p {
    top: -930px;
  }
  .tablet-m\:t\+930p {
    top: 930px;
  }
  .tablet-m\:b-930p {
    bottom: -930px;
  }
  .tablet-m\:b\+930p {
    bottom: 930px;
  }
  .tablet-m\:l-930p {
    left: -930px;
  }
  .tablet-m\:l\+930p {
    left: 930px;
  }
  .tablet-m\:r-930p {
    right: -930px;
  }
  .tablet-m\:r\+930p {
    right: 930px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-940p {
    top: -940px;
  }
  .tablet-m\:t\+940p {
    top: 940px;
  }
  .tablet-m\:b-940p {
    bottom: -940px;
  }
  .tablet-m\:b\+940p {
    bottom: 940px;
  }
  .tablet-m\:l-940p {
    left: -940px;
  }
  .tablet-m\:l\+940p {
    left: 940px;
  }
  .tablet-m\:r-940p {
    right: -940px;
  }
  .tablet-m\:r\+940p {
    right: 940px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-950p {
    top: -950px;
  }
  .tablet-m\:t\+950p {
    top: 950px;
  }
  .tablet-m\:b-950p {
    bottom: -950px;
  }
  .tablet-m\:b\+950p {
    bottom: 950px;
  }
  .tablet-m\:l-950p {
    left: -950px;
  }
  .tablet-m\:l\+950p {
    left: 950px;
  }
  .tablet-m\:r-950p {
    right: -950px;
  }
  .tablet-m\:r\+950p {
    right: 950px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-960p {
    top: -960px;
  }
  .tablet-m\:t\+960p {
    top: 960px;
  }
  .tablet-m\:b-960p {
    bottom: -960px;
  }
  .tablet-m\:b\+960p {
    bottom: 960px;
  }
  .tablet-m\:l-960p {
    left: -960px;
  }
  .tablet-m\:l\+960p {
    left: 960px;
  }
  .tablet-m\:r-960p {
    right: -960px;
  }
  .tablet-m\:r\+960p {
    right: 960px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-970p {
    top: -970px;
  }
  .tablet-m\:t\+970p {
    top: 970px;
  }
  .tablet-m\:b-970p {
    bottom: -970px;
  }
  .tablet-m\:b\+970p {
    bottom: 970px;
  }
  .tablet-m\:l-970p {
    left: -970px;
  }
  .tablet-m\:l\+970p {
    left: 970px;
  }
  .tablet-m\:r-970p {
    right: -970px;
  }
  .tablet-m\:r\+970p {
    right: 970px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-980p {
    top: -980px;
  }
  .tablet-m\:t\+980p {
    top: 980px;
  }
  .tablet-m\:b-980p {
    bottom: -980px;
  }
  .tablet-m\:b\+980p {
    bottom: 980px;
  }
  .tablet-m\:l-980p {
    left: -980px;
  }
  .tablet-m\:l\+980p {
    left: 980px;
  }
  .tablet-m\:r-980p {
    right: -980px;
  }
  .tablet-m\:r\+980p {
    right: 980px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-990p {
    top: -990px;
  }
  .tablet-m\:t\+990p {
    top: 990px;
  }
  .tablet-m\:b-990p {
    bottom: -990px;
  }
  .tablet-m\:b\+990p {
    bottom: 990px;
  }
  .tablet-m\:l-990p {
    left: -990px;
  }
  .tablet-m\:l\+990p {
    left: 990px;
  }
  .tablet-m\:r-990p {
    right: -990px;
  }
  .tablet-m\:r\+990p {
    right: 990px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1000p {
    top: -1000px;
  }
  .tablet-m\:t\+1000p {
    top: 1000px;
  }
  .tablet-m\:b-1000p {
    bottom: -1000px;
  }
  .tablet-m\:b\+1000p {
    bottom: 1000px;
  }
  .tablet-m\:l-1000p {
    left: -1000px;
  }
  .tablet-m\:l\+1000p {
    left: 1000px;
  }
  .tablet-m\:r-1000p {
    right: -1000px;
  }
  .tablet-m\:r\+1000p {
    right: 1000px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1010p {
    top: -1010px;
  }
  .tablet-m\:t\+1010p {
    top: 1010px;
  }
  .tablet-m\:b-1010p {
    bottom: -1010px;
  }
  .tablet-m\:b\+1010p {
    bottom: 1010px;
  }
  .tablet-m\:l-1010p {
    left: -1010px;
  }
  .tablet-m\:l\+1010p {
    left: 1010px;
  }
  .tablet-m\:r-1010p {
    right: -1010px;
  }
  .tablet-m\:r\+1010p {
    right: 1010px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1020p {
    top: -1020px;
  }
  .tablet-m\:t\+1020p {
    top: 1020px;
  }
  .tablet-m\:b-1020p {
    bottom: -1020px;
  }
  .tablet-m\:b\+1020p {
    bottom: 1020px;
  }
  .tablet-m\:l-1020p {
    left: -1020px;
  }
  .tablet-m\:l\+1020p {
    left: 1020px;
  }
  .tablet-m\:r-1020p {
    right: -1020px;
  }
  .tablet-m\:r\+1020p {
    right: 1020px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1030p {
    top: -1030px;
  }
  .tablet-m\:t\+1030p {
    top: 1030px;
  }
  .tablet-m\:b-1030p {
    bottom: -1030px;
  }
  .tablet-m\:b\+1030p {
    bottom: 1030px;
  }
  .tablet-m\:l-1030p {
    left: -1030px;
  }
  .tablet-m\:l\+1030p {
    left: 1030px;
  }
  .tablet-m\:r-1030p {
    right: -1030px;
  }
  .tablet-m\:r\+1030p {
    right: 1030px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1040p {
    top: -1040px;
  }
  .tablet-m\:t\+1040p {
    top: 1040px;
  }
  .tablet-m\:b-1040p {
    bottom: -1040px;
  }
  .tablet-m\:b\+1040p {
    bottom: 1040px;
  }
  .tablet-m\:l-1040p {
    left: -1040px;
  }
  .tablet-m\:l\+1040p {
    left: 1040px;
  }
  .tablet-m\:r-1040p {
    right: -1040px;
  }
  .tablet-m\:r\+1040p {
    right: 1040px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1050p {
    top: -1050px;
  }
  .tablet-m\:t\+1050p {
    top: 1050px;
  }
  .tablet-m\:b-1050p {
    bottom: -1050px;
  }
  .tablet-m\:b\+1050p {
    bottom: 1050px;
  }
  .tablet-m\:l-1050p {
    left: -1050px;
  }
  .tablet-m\:l\+1050p {
    left: 1050px;
  }
  .tablet-m\:r-1050p {
    right: -1050px;
  }
  .tablet-m\:r\+1050p {
    right: 1050px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1060p {
    top: -1060px;
  }
  .tablet-m\:t\+1060p {
    top: 1060px;
  }
  .tablet-m\:b-1060p {
    bottom: -1060px;
  }
  .tablet-m\:b\+1060p {
    bottom: 1060px;
  }
  .tablet-m\:l-1060p {
    left: -1060px;
  }
  .tablet-m\:l\+1060p {
    left: 1060px;
  }
  .tablet-m\:r-1060p {
    right: -1060px;
  }
  .tablet-m\:r\+1060p {
    right: 1060px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1070p {
    top: -1070px;
  }
  .tablet-m\:t\+1070p {
    top: 1070px;
  }
  .tablet-m\:b-1070p {
    bottom: -1070px;
  }
  .tablet-m\:b\+1070p {
    bottom: 1070px;
  }
  .tablet-m\:l-1070p {
    left: -1070px;
  }
  .tablet-m\:l\+1070p {
    left: 1070px;
  }
  .tablet-m\:r-1070p {
    right: -1070px;
  }
  .tablet-m\:r\+1070p {
    right: 1070px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1080p {
    top: -1080px;
  }
  .tablet-m\:t\+1080p {
    top: 1080px;
  }
  .tablet-m\:b-1080p {
    bottom: -1080px;
  }
  .tablet-m\:b\+1080p {
    bottom: 1080px;
  }
  .tablet-m\:l-1080p {
    left: -1080px;
  }
  .tablet-m\:l\+1080p {
    left: 1080px;
  }
  .tablet-m\:r-1080p {
    right: -1080px;
  }
  .tablet-m\:r\+1080p {
    right: 1080px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1090p {
    top: -1090px;
  }
  .tablet-m\:t\+1090p {
    top: 1090px;
  }
  .tablet-m\:b-1090p {
    bottom: -1090px;
  }
  .tablet-m\:b\+1090p {
    bottom: 1090px;
  }
  .tablet-m\:l-1090p {
    left: -1090px;
  }
  .tablet-m\:l\+1090p {
    left: 1090px;
  }
  .tablet-m\:r-1090p {
    right: -1090px;
  }
  .tablet-m\:r\+1090p {
    right: 1090px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1100p {
    top: -1100px;
  }
  .tablet-m\:t\+1100p {
    top: 1100px;
  }
  .tablet-m\:b-1100p {
    bottom: -1100px;
  }
  .tablet-m\:b\+1100p {
    bottom: 1100px;
  }
  .tablet-m\:l-1100p {
    left: -1100px;
  }
  .tablet-m\:l\+1100p {
    left: 1100px;
  }
  .tablet-m\:r-1100p {
    right: -1100px;
  }
  .tablet-m\:r\+1100p {
    right: 1100px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1110p {
    top: -1110px;
  }
  .tablet-m\:t\+1110p {
    top: 1110px;
  }
  .tablet-m\:b-1110p {
    bottom: -1110px;
  }
  .tablet-m\:b\+1110p {
    bottom: 1110px;
  }
  .tablet-m\:l-1110p {
    left: -1110px;
  }
  .tablet-m\:l\+1110p {
    left: 1110px;
  }
  .tablet-m\:r-1110p {
    right: -1110px;
  }
  .tablet-m\:r\+1110p {
    right: 1110px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1120p {
    top: -1120px;
  }
  .tablet-m\:t\+1120p {
    top: 1120px;
  }
  .tablet-m\:b-1120p {
    bottom: -1120px;
  }
  .tablet-m\:b\+1120p {
    bottom: 1120px;
  }
  .tablet-m\:l-1120p {
    left: -1120px;
  }
  .tablet-m\:l\+1120p {
    left: 1120px;
  }
  .tablet-m\:r-1120p {
    right: -1120px;
  }
  .tablet-m\:r\+1120p {
    right: 1120px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1130p {
    top: -1130px;
  }
  .tablet-m\:t\+1130p {
    top: 1130px;
  }
  .tablet-m\:b-1130p {
    bottom: -1130px;
  }
  .tablet-m\:b\+1130p {
    bottom: 1130px;
  }
  .tablet-m\:l-1130p {
    left: -1130px;
  }
  .tablet-m\:l\+1130p {
    left: 1130px;
  }
  .tablet-m\:r-1130p {
    right: -1130px;
  }
  .tablet-m\:r\+1130p {
    right: 1130px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1140p {
    top: -1140px;
  }
  .tablet-m\:t\+1140p {
    top: 1140px;
  }
  .tablet-m\:b-1140p {
    bottom: -1140px;
  }
  .tablet-m\:b\+1140p {
    bottom: 1140px;
  }
  .tablet-m\:l-1140p {
    left: -1140px;
  }
  .tablet-m\:l\+1140p {
    left: 1140px;
  }
  .tablet-m\:r-1140p {
    right: -1140px;
  }
  .tablet-m\:r\+1140p {
    right: 1140px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1150p {
    top: -1150px;
  }
  .tablet-m\:t\+1150p {
    top: 1150px;
  }
  .tablet-m\:b-1150p {
    bottom: -1150px;
  }
  .tablet-m\:b\+1150p {
    bottom: 1150px;
  }
  .tablet-m\:l-1150p {
    left: -1150px;
  }
  .tablet-m\:l\+1150p {
    left: 1150px;
  }
  .tablet-m\:r-1150p {
    right: -1150px;
  }
  .tablet-m\:r\+1150p {
    right: 1150px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1160p {
    top: -1160px;
  }
  .tablet-m\:t\+1160p {
    top: 1160px;
  }
  .tablet-m\:b-1160p {
    bottom: -1160px;
  }
  .tablet-m\:b\+1160p {
    bottom: 1160px;
  }
  .tablet-m\:l-1160p {
    left: -1160px;
  }
  .tablet-m\:l\+1160p {
    left: 1160px;
  }
  .tablet-m\:r-1160p {
    right: -1160px;
  }
  .tablet-m\:r\+1160p {
    right: 1160px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1170p {
    top: -1170px;
  }
  .tablet-m\:t\+1170p {
    top: 1170px;
  }
  .tablet-m\:b-1170p {
    bottom: -1170px;
  }
  .tablet-m\:b\+1170p {
    bottom: 1170px;
  }
  .tablet-m\:l-1170p {
    left: -1170px;
  }
  .tablet-m\:l\+1170p {
    left: 1170px;
  }
  .tablet-m\:r-1170p {
    right: -1170px;
  }
  .tablet-m\:r\+1170p {
    right: 1170px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1180p {
    top: -1180px;
  }
  .tablet-m\:t\+1180p {
    top: 1180px;
  }
  .tablet-m\:b-1180p {
    bottom: -1180px;
  }
  .tablet-m\:b\+1180p {
    bottom: 1180px;
  }
  .tablet-m\:l-1180p {
    left: -1180px;
  }
  .tablet-m\:l\+1180p {
    left: 1180px;
  }
  .tablet-m\:r-1180p {
    right: -1180px;
  }
  .tablet-m\:r\+1180p {
    right: 1180px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1190p {
    top: -1190px;
  }
  .tablet-m\:t\+1190p {
    top: 1190px;
  }
  .tablet-m\:b-1190p {
    bottom: -1190px;
  }
  .tablet-m\:b\+1190p {
    bottom: 1190px;
  }
  .tablet-m\:l-1190p {
    left: -1190px;
  }
  .tablet-m\:l\+1190p {
    left: 1190px;
  }
  .tablet-m\:r-1190p {
    right: -1190px;
  }
  .tablet-m\:r\+1190p {
    right: 1190px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1200p {
    top: -1200px;
  }
  .tablet-m\:t\+1200p {
    top: 1200px;
  }
  .tablet-m\:b-1200p {
    bottom: -1200px;
  }
  .tablet-m\:b\+1200p {
    bottom: 1200px;
  }
  .tablet-m\:l-1200p {
    left: -1200px;
  }
  .tablet-m\:l\+1200p {
    left: 1200px;
  }
  .tablet-m\:r-1200p {
    right: -1200px;
  }
  .tablet-m\:r\+1200p {
    right: 1200px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1210p {
    top: -1210px;
  }
  .tablet-m\:t\+1210p {
    top: 1210px;
  }
  .tablet-m\:b-1210p {
    bottom: -1210px;
  }
  .tablet-m\:b\+1210p {
    bottom: 1210px;
  }
  .tablet-m\:l-1210p {
    left: -1210px;
  }
  .tablet-m\:l\+1210p {
    left: 1210px;
  }
  .tablet-m\:r-1210p {
    right: -1210px;
  }
  .tablet-m\:r\+1210p {
    right: 1210px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1220p {
    top: -1220px;
  }
  .tablet-m\:t\+1220p {
    top: 1220px;
  }
  .tablet-m\:b-1220p {
    bottom: -1220px;
  }
  .tablet-m\:b\+1220p {
    bottom: 1220px;
  }
  .tablet-m\:l-1220p {
    left: -1220px;
  }
  .tablet-m\:l\+1220p {
    left: 1220px;
  }
  .tablet-m\:r-1220p {
    right: -1220px;
  }
  .tablet-m\:r\+1220p {
    right: 1220px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1230p {
    top: -1230px;
  }
  .tablet-m\:t\+1230p {
    top: 1230px;
  }
  .tablet-m\:b-1230p {
    bottom: -1230px;
  }
  .tablet-m\:b\+1230p {
    bottom: 1230px;
  }
  .tablet-m\:l-1230p {
    left: -1230px;
  }
  .tablet-m\:l\+1230p {
    left: 1230px;
  }
  .tablet-m\:r-1230p {
    right: -1230px;
  }
  .tablet-m\:r\+1230p {
    right: 1230px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1240p {
    top: -1240px;
  }
  .tablet-m\:t\+1240p {
    top: 1240px;
  }
  .tablet-m\:b-1240p {
    bottom: -1240px;
  }
  .tablet-m\:b\+1240p {
    bottom: 1240px;
  }
  .tablet-m\:l-1240p {
    left: -1240px;
  }
  .tablet-m\:l\+1240p {
    left: 1240px;
  }
  .tablet-m\:r-1240p {
    right: -1240px;
  }
  .tablet-m\:r\+1240p {
    right: 1240px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1250p {
    top: -1250px;
  }
  .tablet-m\:t\+1250p {
    top: 1250px;
  }
  .tablet-m\:b-1250p {
    bottom: -1250px;
  }
  .tablet-m\:b\+1250p {
    bottom: 1250px;
  }
  .tablet-m\:l-1250p {
    left: -1250px;
  }
  .tablet-m\:l\+1250p {
    left: 1250px;
  }
  .tablet-m\:r-1250p {
    right: -1250px;
  }
  .tablet-m\:r\+1250p {
    right: 1250px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1260p {
    top: -1260px;
  }
  .tablet-m\:t\+1260p {
    top: 1260px;
  }
  .tablet-m\:b-1260p {
    bottom: -1260px;
  }
  .tablet-m\:b\+1260p {
    bottom: 1260px;
  }
  .tablet-m\:l-1260p {
    left: -1260px;
  }
  .tablet-m\:l\+1260p {
    left: 1260px;
  }
  .tablet-m\:r-1260p {
    right: -1260px;
  }
  .tablet-m\:r\+1260p {
    right: 1260px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1270p {
    top: -1270px;
  }
  .tablet-m\:t\+1270p {
    top: 1270px;
  }
  .tablet-m\:b-1270p {
    bottom: -1270px;
  }
  .tablet-m\:b\+1270p {
    bottom: 1270px;
  }
  .tablet-m\:l-1270p {
    left: -1270px;
  }
  .tablet-m\:l\+1270p {
    left: 1270px;
  }
  .tablet-m\:r-1270p {
    right: -1270px;
  }
  .tablet-m\:r\+1270p {
    right: 1270px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1280p {
    top: -1280px;
  }
  .tablet-m\:t\+1280p {
    top: 1280px;
  }
  .tablet-m\:b-1280p {
    bottom: -1280px;
  }
  .tablet-m\:b\+1280p {
    bottom: 1280px;
  }
  .tablet-m\:l-1280p {
    left: -1280px;
  }
  .tablet-m\:l\+1280p {
    left: 1280px;
  }
  .tablet-m\:r-1280p {
    right: -1280px;
  }
  .tablet-m\:r\+1280p {
    right: 1280px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1290p {
    top: -1290px;
  }
  .tablet-m\:t\+1290p {
    top: 1290px;
  }
  .tablet-m\:b-1290p {
    bottom: -1290px;
  }
  .tablet-m\:b\+1290p {
    bottom: 1290px;
  }
  .tablet-m\:l-1290p {
    left: -1290px;
  }
  .tablet-m\:l\+1290p {
    left: 1290px;
  }
  .tablet-m\:r-1290p {
    right: -1290px;
  }
  .tablet-m\:r\+1290p {
    right: 1290px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1300p {
    top: -1300px;
  }
  .tablet-m\:t\+1300p {
    top: 1300px;
  }
  .tablet-m\:b-1300p {
    bottom: -1300px;
  }
  .tablet-m\:b\+1300p {
    bottom: 1300px;
  }
  .tablet-m\:l-1300p {
    left: -1300px;
  }
  .tablet-m\:l\+1300p {
    left: 1300px;
  }
  .tablet-m\:r-1300p {
    right: -1300px;
  }
  .tablet-m\:r\+1300p {
    right: 1300px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1310p {
    top: -1310px;
  }
  .tablet-m\:t\+1310p {
    top: 1310px;
  }
  .tablet-m\:b-1310p {
    bottom: -1310px;
  }
  .tablet-m\:b\+1310p {
    bottom: 1310px;
  }
  .tablet-m\:l-1310p {
    left: -1310px;
  }
  .tablet-m\:l\+1310p {
    left: 1310px;
  }
  .tablet-m\:r-1310p {
    right: -1310px;
  }
  .tablet-m\:r\+1310p {
    right: 1310px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1320p {
    top: -1320px;
  }
  .tablet-m\:t\+1320p {
    top: 1320px;
  }
  .tablet-m\:b-1320p {
    bottom: -1320px;
  }
  .tablet-m\:b\+1320p {
    bottom: 1320px;
  }
  .tablet-m\:l-1320p {
    left: -1320px;
  }
  .tablet-m\:l\+1320p {
    left: 1320px;
  }
  .tablet-m\:r-1320p {
    right: -1320px;
  }
  .tablet-m\:r\+1320p {
    right: 1320px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1330p {
    top: -1330px;
  }
  .tablet-m\:t\+1330p {
    top: 1330px;
  }
  .tablet-m\:b-1330p {
    bottom: -1330px;
  }
  .tablet-m\:b\+1330p {
    bottom: 1330px;
  }
  .tablet-m\:l-1330p {
    left: -1330px;
  }
  .tablet-m\:l\+1330p {
    left: 1330px;
  }
  .tablet-m\:r-1330p {
    right: -1330px;
  }
  .tablet-m\:r\+1330p {
    right: 1330px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1340p {
    top: -1340px;
  }
  .tablet-m\:t\+1340p {
    top: 1340px;
  }
  .tablet-m\:b-1340p {
    bottom: -1340px;
  }
  .tablet-m\:b\+1340p {
    bottom: 1340px;
  }
  .tablet-m\:l-1340p {
    left: -1340px;
  }
  .tablet-m\:l\+1340p {
    left: 1340px;
  }
  .tablet-m\:r-1340p {
    right: -1340px;
  }
  .tablet-m\:r\+1340p {
    right: 1340px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1350p {
    top: -1350px;
  }
  .tablet-m\:t\+1350p {
    top: 1350px;
  }
  .tablet-m\:b-1350p {
    bottom: -1350px;
  }
  .tablet-m\:b\+1350p {
    bottom: 1350px;
  }
  .tablet-m\:l-1350p {
    left: -1350px;
  }
  .tablet-m\:l\+1350p {
    left: 1350px;
  }
  .tablet-m\:r-1350p {
    right: -1350px;
  }
  .tablet-m\:r\+1350p {
    right: 1350px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1360p {
    top: -1360px;
  }
  .tablet-m\:t\+1360p {
    top: 1360px;
  }
  .tablet-m\:b-1360p {
    bottom: -1360px;
  }
  .tablet-m\:b\+1360p {
    bottom: 1360px;
  }
  .tablet-m\:l-1360p {
    left: -1360px;
  }
  .tablet-m\:l\+1360p {
    left: 1360px;
  }
  .tablet-m\:r-1360p {
    right: -1360px;
  }
  .tablet-m\:r\+1360p {
    right: 1360px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1370p {
    top: -1370px;
  }
  .tablet-m\:t\+1370p {
    top: 1370px;
  }
  .tablet-m\:b-1370p {
    bottom: -1370px;
  }
  .tablet-m\:b\+1370p {
    bottom: 1370px;
  }
  .tablet-m\:l-1370p {
    left: -1370px;
  }
  .tablet-m\:l\+1370p {
    left: 1370px;
  }
  .tablet-m\:r-1370p {
    right: -1370px;
  }
  .tablet-m\:r\+1370p {
    right: 1370px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1380p {
    top: -1380px;
  }
  .tablet-m\:t\+1380p {
    top: 1380px;
  }
  .tablet-m\:b-1380p {
    bottom: -1380px;
  }
  .tablet-m\:b\+1380p {
    bottom: 1380px;
  }
  .tablet-m\:l-1380p {
    left: -1380px;
  }
  .tablet-m\:l\+1380p {
    left: 1380px;
  }
  .tablet-m\:r-1380p {
    right: -1380px;
  }
  .tablet-m\:r\+1380p {
    right: 1380px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1390p {
    top: -1390px;
  }
  .tablet-m\:t\+1390p {
    top: 1390px;
  }
  .tablet-m\:b-1390p {
    bottom: -1390px;
  }
  .tablet-m\:b\+1390p {
    bottom: 1390px;
  }
  .tablet-m\:l-1390p {
    left: -1390px;
  }
  .tablet-m\:l\+1390p {
    left: 1390px;
  }
  .tablet-m\:r-1390p {
    right: -1390px;
  }
  .tablet-m\:r\+1390p {
    right: 1390px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1400p {
    top: -1400px;
  }
  .tablet-m\:t\+1400p {
    top: 1400px;
  }
  .tablet-m\:b-1400p {
    bottom: -1400px;
  }
  .tablet-m\:b\+1400p {
    bottom: 1400px;
  }
  .tablet-m\:l-1400p {
    left: -1400px;
  }
  .tablet-m\:l\+1400p {
    left: 1400px;
  }
  .tablet-m\:r-1400p {
    right: -1400px;
  }
  .tablet-m\:r\+1400p {
    right: 1400px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1410p {
    top: -1410px;
  }
  .tablet-m\:t\+1410p {
    top: 1410px;
  }
  .tablet-m\:b-1410p {
    bottom: -1410px;
  }
  .tablet-m\:b\+1410p {
    bottom: 1410px;
  }
  .tablet-m\:l-1410p {
    left: -1410px;
  }
  .tablet-m\:l\+1410p {
    left: 1410px;
  }
  .tablet-m\:r-1410p {
    right: -1410px;
  }
  .tablet-m\:r\+1410p {
    right: 1410px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1420p {
    top: -1420px;
  }
  .tablet-m\:t\+1420p {
    top: 1420px;
  }
  .tablet-m\:b-1420p {
    bottom: -1420px;
  }
  .tablet-m\:b\+1420p {
    bottom: 1420px;
  }
  .tablet-m\:l-1420p {
    left: -1420px;
  }
  .tablet-m\:l\+1420p {
    left: 1420px;
  }
  .tablet-m\:r-1420p {
    right: -1420px;
  }
  .tablet-m\:r\+1420p {
    right: 1420px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1430p {
    top: -1430px;
  }
  .tablet-m\:t\+1430p {
    top: 1430px;
  }
  .tablet-m\:b-1430p {
    bottom: -1430px;
  }
  .tablet-m\:b\+1430p {
    bottom: 1430px;
  }
  .tablet-m\:l-1430p {
    left: -1430px;
  }
  .tablet-m\:l\+1430p {
    left: 1430px;
  }
  .tablet-m\:r-1430p {
    right: -1430px;
  }
  .tablet-m\:r\+1430p {
    right: 1430px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1440p {
    top: -1440px;
  }
  .tablet-m\:t\+1440p {
    top: 1440px;
  }
  .tablet-m\:b-1440p {
    bottom: -1440px;
  }
  .tablet-m\:b\+1440p {
    bottom: 1440px;
  }
  .tablet-m\:l-1440p {
    left: -1440px;
  }
  .tablet-m\:l\+1440p {
    left: 1440px;
  }
  .tablet-m\:r-1440p {
    right: -1440px;
  }
  .tablet-m\:r\+1440p {
    right: 1440px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1450p {
    top: -1450px;
  }
  .tablet-m\:t\+1450p {
    top: 1450px;
  }
  .tablet-m\:b-1450p {
    bottom: -1450px;
  }
  .tablet-m\:b\+1450p {
    bottom: 1450px;
  }
  .tablet-m\:l-1450p {
    left: -1450px;
  }
  .tablet-m\:l\+1450p {
    left: 1450px;
  }
  .tablet-m\:r-1450p {
    right: -1450px;
  }
  .tablet-m\:r\+1450p {
    right: 1450px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1460p {
    top: -1460px;
  }
  .tablet-m\:t\+1460p {
    top: 1460px;
  }
  .tablet-m\:b-1460p {
    bottom: -1460px;
  }
  .tablet-m\:b\+1460p {
    bottom: 1460px;
  }
  .tablet-m\:l-1460p {
    left: -1460px;
  }
  .tablet-m\:l\+1460p {
    left: 1460px;
  }
  .tablet-m\:r-1460p {
    right: -1460px;
  }
  .tablet-m\:r\+1460p {
    right: 1460px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1470p {
    top: -1470px;
  }
  .tablet-m\:t\+1470p {
    top: 1470px;
  }
  .tablet-m\:b-1470p {
    bottom: -1470px;
  }
  .tablet-m\:b\+1470p {
    bottom: 1470px;
  }
  .tablet-m\:l-1470p {
    left: -1470px;
  }
  .tablet-m\:l\+1470p {
    left: 1470px;
  }
  .tablet-m\:r-1470p {
    right: -1470px;
  }
  .tablet-m\:r\+1470p {
    right: 1470px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1480p {
    top: -1480px;
  }
  .tablet-m\:t\+1480p {
    top: 1480px;
  }
  .tablet-m\:b-1480p {
    bottom: -1480px;
  }
  .tablet-m\:b\+1480p {
    bottom: 1480px;
  }
  .tablet-m\:l-1480p {
    left: -1480px;
  }
  .tablet-m\:l\+1480p {
    left: 1480px;
  }
  .tablet-m\:r-1480p {
    right: -1480px;
  }
  .tablet-m\:r\+1480p {
    right: 1480px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1490p {
    top: -1490px;
  }
  .tablet-m\:t\+1490p {
    top: 1490px;
  }
  .tablet-m\:b-1490p {
    bottom: -1490px;
  }
  .tablet-m\:b\+1490p {
    bottom: 1490px;
  }
  .tablet-m\:l-1490p {
    left: -1490px;
  }
  .tablet-m\:l\+1490p {
    left: 1490px;
  }
  .tablet-m\:r-1490p {
    right: -1490px;
  }
  .tablet-m\:r\+1490p {
    right: 1490px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1500p {
    top: -1500px;
  }
  .tablet-m\:t\+1500p {
    top: 1500px;
  }
  .tablet-m\:b-1500p {
    bottom: -1500px;
  }
  .tablet-m\:b\+1500p {
    bottom: 1500px;
  }
  .tablet-m\:l-1500p {
    left: -1500px;
  }
  .tablet-m\:l\+1500p {
    left: 1500px;
  }
  .tablet-m\:r-1500p {
    right: -1500px;
  }
  .tablet-m\:r\+1500p {
    right: 1500px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1510p {
    top: -1510px;
  }
  .tablet-m\:t\+1510p {
    top: 1510px;
  }
  .tablet-m\:b-1510p {
    bottom: -1510px;
  }
  .tablet-m\:b\+1510p {
    bottom: 1510px;
  }
  .tablet-m\:l-1510p {
    left: -1510px;
  }
  .tablet-m\:l\+1510p {
    left: 1510px;
  }
  .tablet-m\:r-1510p {
    right: -1510px;
  }
  .tablet-m\:r\+1510p {
    right: 1510px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1520p {
    top: -1520px;
  }
  .tablet-m\:t\+1520p {
    top: 1520px;
  }
  .tablet-m\:b-1520p {
    bottom: -1520px;
  }
  .tablet-m\:b\+1520p {
    bottom: 1520px;
  }
  .tablet-m\:l-1520p {
    left: -1520px;
  }
  .tablet-m\:l\+1520p {
    left: 1520px;
  }
  .tablet-m\:r-1520p {
    right: -1520px;
  }
  .tablet-m\:r\+1520p {
    right: 1520px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1530p {
    top: -1530px;
  }
  .tablet-m\:t\+1530p {
    top: 1530px;
  }
  .tablet-m\:b-1530p {
    bottom: -1530px;
  }
  .tablet-m\:b\+1530p {
    bottom: 1530px;
  }
  .tablet-m\:l-1530p {
    left: -1530px;
  }
  .tablet-m\:l\+1530p {
    left: 1530px;
  }
  .tablet-m\:r-1530p {
    right: -1530px;
  }
  .tablet-m\:r\+1530p {
    right: 1530px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1540p {
    top: -1540px;
  }
  .tablet-m\:t\+1540p {
    top: 1540px;
  }
  .tablet-m\:b-1540p {
    bottom: -1540px;
  }
  .tablet-m\:b\+1540p {
    bottom: 1540px;
  }
  .tablet-m\:l-1540p {
    left: -1540px;
  }
  .tablet-m\:l\+1540p {
    left: 1540px;
  }
  .tablet-m\:r-1540p {
    right: -1540px;
  }
  .tablet-m\:r\+1540p {
    right: 1540px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1550p {
    top: -1550px;
  }
  .tablet-m\:t\+1550p {
    top: 1550px;
  }
  .tablet-m\:b-1550p {
    bottom: -1550px;
  }
  .tablet-m\:b\+1550p {
    bottom: 1550px;
  }
  .tablet-m\:l-1550p {
    left: -1550px;
  }
  .tablet-m\:l\+1550p {
    left: 1550px;
  }
  .tablet-m\:r-1550p {
    right: -1550px;
  }
  .tablet-m\:r\+1550p {
    right: 1550px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1560p {
    top: -1560px;
  }
  .tablet-m\:t\+1560p {
    top: 1560px;
  }
  .tablet-m\:b-1560p {
    bottom: -1560px;
  }
  .tablet-m\:b\+1560p {
    bottom: 1560px;
  }
  .tablet-m\:l-1560p {
    left: -1560px;
  }
  .tablet-m\:l\+1560p {
    left: 1560px;
  }
  .tablet-m\:r-1560p {
    right: -1560px;
  }
  .tablet-m\:r\+1560p {
    right: 1560px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1570p {
    top: -1570px;
  }
  .tablet-m\:t\+1570p {
    top: 1570px;
  }
  .tablet-m\:b-1570p {
    bottom: -1570px;
  }
  .tablet-m\:b\+1570p {
    bottom: 1570px;
  }
  .tablet-m\:l-1570p {
    left: -1570px;
  }
  .tablet-m\:l\+1570p {
    left: 1570px;
  }
  .tablet-m\:r-1570p {
    right: -1570px;
  }
  .tablet-m\:r\+1570p {
    right: 1570px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1580p {
    top: -1580px;
  }
  .tablet-m\:t\+1580p {
    top: 1580px;
  }
  .tablet-m\:b-1580p {
    bottom: -1580px;
  }
  .tablet-m\:b\+1580p {
    bottom: 1580px;
  }
  .tablet-m\:l-1580p {
    left: -1580px;
  }
  .tablet-m\:l\+1580p {
    left: 1580px;
  }
  .tablet-m\:r-1580p {
    right: -1580px;
  }
  .tablet-m\:r\+1580p {
    right: 1580px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1590p {
    top: -1590px;
  }
  .tablet-m\:t\+1590p {
    top: 1590px;
  }
  .tablet-m\:b-1590p {
    bottom: -1590px;
  }
  .tablet-m\:b\+1590p {
    bottom: 1590px;
  }
  .tablet-m\:l-1590p {
    left: -1590px;
  }
  .tablet-m\:l\+1590p {
    left: 1590px;
  }
  .tablet-m\:r-1590p {
    right: -1590px;
  }
  .tablet-m\:r\+1590p {
    right: 1590px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1600p {
    top: -1600px;
  }
  .tablet-m\:t\+1600p {
    top: 1600px;
  }
  .tablet-m\:b-1600p {
    bottom: -1600px;
  }
  .tablet-m\:b\+1600p {
    bottom: 1600px;
  }
  .tablet-m\:l-1600p {
    left: -1600px;
  }
  .tablet-m\:l\+1600p {
    left: 1600px;
  }
  .tablet-m\:r-1600p {
    right: -1600px;
  }
  .tablet-m\:r\+1600p {
    right: 1600px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1610p {
    top: -1610px;
  }
  .tablet-m\:t\+1610p {
    top: 1610px;
  }
  .tablet-m\:b-1610p {
    bottom: -1610px;
  }
  .tablet-m\:b\+1610p {
    bottom: 1610px;
  }
  .tablet-m\:l-1610p {
    left: -1610px;
  }
  .tablet-m\:l\+1610p {
    left: 1610px;
  }
  .tablet-m\:r-1610p {
    right: -1610px;
  }
  .tablet-m\:r\+1610p {
    right: 1610px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1620p {
    top: -1620px;
  }
  .tablet-m\:t\+1620p {
    top: 1620px;
  }
  .tablet-m\:b-1620p {
    bottom: -1620px;
  }
  .tablet-m\:b\+1620p {
    bottom: 1620px;
  }
  .tablet-m\:l-1620p {
    left: -1620px;
  }
  .tablet-m\:l\+1620p {
    left: 1620px;
  }
  .tablet-m\:r-1620p {
    right: -1620px;
  }
  .tablet-m\:r\+1620p {
    right: 1620px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1630p {
    top: -1630px;
  }
  .tablet-m\:t\+1630p {
    top: 1630px;
  }
  .tablet-m\:b-1630p {
    bottom: -1630px;
  }
  .tablet-m\:b\+1630p {
    bottom: 1630px;
  }
  .tablet-m\:l-1630p {
    left: -1630px;
  }
  .tablet-m\:l\+1630p {
    left: 1630px;
  }
  .tablet-m\:r-1630p {
    right: -1630px;
  }
  .tablet-m\:r\+1630p {
    right: 1630px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1640p {
    top: -1640px;
  }
  .tablet-m\:t\+1640p {
    top: 1640px;
  }
  .tablet-m\:b-1640p {
    bottom: -1640px;
  }
  .tablet-m\:b\+1640p {
    bottom: 1640px;
  }
  .tablet-m\:l-1640p {
    left: -1640px;
  }
  .tablet-m\:l\+1640p {
    left: 1640px;
  }
  .tablet-m\:r-1640p {
    right: -1640px;
  }
  .tablet-m\:r\+1640p {
    right: 1640px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1650p {
    top: -1650px;
  }
  .tablet-m\:t\+1650p {
    top: 1650px;
  }
  .tablet-m\:b-1650p {
    bottom: -1650px;
  }
  .tablet-m\:b\+1650p {
    bottom: 1650px;
  }
  .tablet-m\:l-1650p {
    left: -1650px;
  }
  .tablet-m\:l\+1650p {
    left: 1650px;
  }
  .tablet-m\:r-1650p {
    right: -1650px;
  }
  .tablet-m\:r\+1650p {
    right: 1650px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1660p {
    top: -1660px;
  }
  .tablet-m\:t\+1660p {
    top: 1660px;
  }
  .tablet-m\:b-1660p {
    bottom: -1660px;
  }
  .tablet-m\:b\+1660p {
    bottom: 1660px;
  }
  .tablet-m\:l-1660p {
    left: -1660px;
  }
  .tablet-m\:l\+1660p {
    left: 1660px;
  }
  .tablet-m\:r-1660p {
    right: -1660px;
  }
  .tablet-m\:r\+1660p {
    right: 1660px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1670p {
    top: -1670px;
  }
  .tablet-m\:t\+1670p {
    top: 1670px;
  }
  .tablet-m\:b-1670p {
    bottom: -1670px;
  }
  .tablet-m\:b\+1670p {
    bottom: 1670px;
  }
  .tablet-m\:l-1670p {
    left: -1670px;
  }
  .tablet-m\:l\+1670p {
    left: 1670px;
  }
  .tablet-m\:r-1670p {
    right: -1670px;
  }
  .tablet-m\:r\+1670p {
    right: 1670px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1680p {
    top: -1680px;
  }
  .tablet-m\:t\+1680p {
    top: 1680px;
  }
  .tablet-m\:b-1680p {
    bottom: -1680px;
  }
  .tablet-m\:b\+1680p {
    bottom: 1680px;
  }
  .tablet-m\:l-1680p {
    left: -1680px;
  }
  .tablet-m\:l\+1680p {
    left: 1680px;
  }
  .tablet-m\:r-1680p {
    right: -1680px;
  }
  .tablet-m\:r\+1680p {
    right: 1680px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1690p {
    top: -1690px;
  }
  .tablet-m\:t\+1690p {
    top: 1690px;
  }
  .tablet-m\:b-1690p {
    bottom: -1690px;
  }
  .tablet-m\:b\+1690p {
    bottom: 1690px;
  }
  .tablet-m\:l-1690p {
    left: -1690px;
  }
  .tablet-m\:l\+1690p {
    left: 1690px;
  }
  .tablet-m\:r-1690p {
    right: -1690px;
  }
  .tablet-m\:r\+1690p {
    right: 1690px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1700p {
    top: -1700px;
  }
  .tablet-m\:t\+1700p {
    top: 1700px;
  }
  .tablet-m\:b-1700p {
    bottom: -1700px;
  }
  .tablet-m\:b\+1700p {
    bottom: 1700px;
  }
  .tablet-m\:l-1700p {
    left: -1700px;
  }
  .tablet-m\:l\+1700p {
    left: 1700px;
  }
  .tablet-m\:r-1700p {
    right: -1700px;
  }
  .tablet-m\:r\+1700p {
    right: 1700px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1710p {
    top: -1710px;
  }
  .tablet-m\:t\+1710p {
    top: 1710px;
  }
  .tablet-m\:b-1710p {
    bottom: -1710px;
  }
  .tablet-m\:b\+1710p {
    bottom: 1710px;
  }
  .tablet-m\:l-1710p {
    left: -1710px;
  }
  .tablet-m\:l\+1710p {
    left: 1710px;
  }
  .tablet-m\:r-1710p {
    right: -1710px;
  }
  .tablet-m\:r\+1710p {
    right: 1710px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1720p {
    top: -1720px;
  }
  .tablet-m\:t\+1720p {
    top: 1720px;
  }
  .tablet-m\:b-1720p {
    bottom: -1720px;
  }
  .tablet-m\:b\+1720p {
    bottom: 1720px;
  }
  .tablet-m\:l-1720p {
    left: -1720px;
  }
  .tablet-m\:l\+1720p {
    left: 1720px;
  }
  .tablet-m\:r-1720p {
    right: -1720px;
  }
  .tablet-m\:r\+1720p {
    right: 1720px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1730p {
    top: -1730px;
  }
  .tablet-m\:t\+1730p {
    top: 1730px;
  }
  .tablet-m\:b-1730p {
    bottom: -1730px;
  }
  .tablet-m\:b\+1730p {
    bottom: 1730px;
  }
  .tablet-m\:l-1730p {
    left: -1730px;
  }
  .tablet-m\:l\+1730p {
    left: 1730px;
  }
  .tablet-m\:r-1730p {
    right: -1730px;
  }
  .tablet-m\:r\+1730p {
    right: 1730px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1740p {
    top: -1740px;
  }
  .tablet-m\:t\+1740p {
    top: 1740px;
  }
  .tablet-m\:b-1740p {
    bottom: -1740px;
  }
  .tablet-m\:b\+1740p {
    bottom: 1740px;
  }
  .tablet-m\:l-1740p {
    left: -1740px;
  }
  .tablet-m\:l\+1740p {
    left: 1740px;
  }
  .tablet-m\:r-1740p {
    right: -1740px;
  }
  .tablet-m\:r\+1740p {
    right: 1740px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1750p {
    top: -1750px;
  }
  .tablet-m\:t\+1750p {
    top: 1750px;
  }
  .tablet-m\:b-1750p {
    bottom: -1750px;
  }
  .tablet-m\:b\+1750p {
    bottom: 1750px;
  }
  .tablet-m\:l-1750p {
    left: -1750px;
  }
  .tablet-m\:l\+1750p {
    left: 1750px;
  }
  .tablet-m\:r-1750p {
    right: -1750px;
  }
  .tablet-m\:r\+1750p {
    right: 1750px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1760p {
    top: -1760px;
  }
  .tablet-m\:t\+1760p {
    top: 1760px;
  }
  .tablet-m\:b-1760p {
    bottom: -1760px;
  }
  .tablet-m\:b\+1760p {
    bottom: 1760px;
  }
  .tablet-m\:l-1760p {
    left: -1760px;
  }
  .tablet-m\:l\+1760p {
    left: 1760px;
  }
  .tablet-m\:r-1760p {
    right: -1760px;
  }
  .tablet-m\:r\+1760p {
    right: 1760px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1770p {
    top: -1770px;
  }
  .tablet-m\:t\+1770p {
    top: 1770px;
  }
  .tablet-m\:b-1770p {
    bottom: -1770px;
  }
  .tablet-m\:b\+1770p {
    bottom: 1770px;
  }
  .tablet-m\:l-1770p {
    left: -1770px;
  }
  .tablet-m\:l\+1770p {
    left: 1770px;
  }
  .tablet-m\:r-1770p {
    right: -1770px;
  }
  .tablet-m\:r\+1770p {
    right: 1770px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1780p {
    top: -1780px;
  }
  .tablet-m\:t\+1780p {
    top: 1780px;
  }
  .tablet-m\:b-1780p {
    bottom: -1780px;
  }
  .tablet-m\:b\+1780p {
    bottom: 1780px;
  }
  .tablet-m\:l-1780p {
    left: -1780px;
  }
  .tablet-m\:l\+1780p {
    left: 1780px;
  }
  .tablet-m\:r-1780p {
    right: -1780px;
  }
  .tablet-m\:r\+1780p {
    right: 1780px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1790p {
    top: -1790px;
  }
  .tablet-m\:t\+1790p {
    top: 1790px;
  }
  .tablet-m\:b-1790p {
    bottom: -1790px;
  }
  .tablet-m\:b\+1790p {
    bottom: 1790px;
  }
  .tablet-m\:l-1790p {
    left: -1790px;
  }
  .tablet-m\:l\+1790p {
    left: 1790px;
  }
  .tablet-m\:r-1790p {
    right: -1790px;
  }
  .tablet-m\:r\+1790p {
    right: 1790px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1800p {
    top: -1800px;
  }
  .tablet-m\:t\+1800p {
    top: 1800px;
  }
  .tablet-m\:b-1800p {
    bottom: -1800px;
  }
  .tablet-m\:b\+1800p {
    bottom: 1800px;
  }
  .tablet-m\:l-1800p {
    left: -1800px;
  }
  .tablet-m\:l\+1800p {
    left: 1800px;
  }
  .tablet-m\:r-1800p {
    right: -1800px;
  }
  .tablet-m\:r\+1800p {
    right: 1800px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1810p {
    top: -1810px;
  }
  .tablet-m\:t\+1810p {
    top: 1810px;
  }
  .tablet-m\:b-1810p {
    bottom: -1810px;
  }
  .tablet-m\:b\+1810p {
    bottom: 1810px;
  }
  .tablet-m\:l-1810p {
    left: -1810px;
  }
  .tablet-m\:l\+1810p {
    left: 1810px;
  }
  .tablet-m\:r-1810p {
    right: -1810px;
  }
  .tablet-m\:r\+1810p {
    right: 1810px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1820p {
    top: -1820px;
  }
  .tablet-m\:t\+1820p {
    top: 1820px;
  }
  .tablet-m\:b-1820p {
    bottom: -1820px;
  }
  .tablet-m\:b\+1820p {
    bottom: 1820px;
  }
  .tablet-m\:l-1820p {
    left: -1820px;
  }
  .tablet-m\:l\+1820p {
    left: 1820px;
  }
  .tablet-m\:r-1820p {
    right: -1820px;
  }
  .tablet-m\:r\+1820p {
    right: 1820px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1830p {
    top: -1830px;
  }
  .tablet-m\:t\+1830p {
    top: 1830px;
  }
  .tablet-m\:b-1830p {
    bottom: -1830px;
  }
  .tablet-m\:b\+1830p {
    bottom: 1830px;
  }
  .tablet-m\:l-1830p {
    left: -1830px;
  }
  .tablet-m\:l\+1830p {
    left: 1830px;
  }
  .tablet-m\:r-1830p {
    right: -1830px;
  }
  .tablet-m\:r\+1830p {
    right: 1830px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1840p {
    top: -1840px;
  }
  .tablet-m\:t\+1840p {
    top: 1840px;
  }
  .tablet-m\:b-1840p {
    bottom: -1840px;
  }
  .tablet-m\:b\+1840p {
    bottom: 1840px;
  }
  .tablet-m\:l-1840p {
    left: -1840px;
  }
  .tablet-m\:l\+1840p {
    left: 1840px;
  }
  .tablet-m\:r-1840p {
    right: -1840px;
  }
  .tablet-m\:r\+1840p {
    right: 1840px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1850p {
    top: -1850px;
  }
  .tablet-m\:t\+1850p {
    top: 1850px;
  }
  .tablet-m\:b-1850p {
    bottom: -1850px;
  }
  .tablet-m\:b\+1850p {
    bottom: 1850px;
  }
  .tablet-m\:l-1850p {
    left: -1850px;
  }
  .tablet-m\:l\+1850p {
    left: 1850px;
  }
  .tablet-m\:r-1850p {
    right: -1850px;
  }
  .tablet-m\:r\+1850p {
    right: 1850px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1860p {
    top: -1860px;
  }
  .tablet-m\:t\+1860p {
    top: 1860px;
  }
  .tablet-m\:b-1860p {
    bottom: -1860px;
  }
  .tablet-m\:b\+1860p {
    bottom: 1860px;
  }
  .tablet-m\:l-1860p {
    left: -1860px;
  }
  .tablet-m\:l\+1860p {
    left: 1860px;
  }
  .tablet-m\:r-1860p {
    right: -1860px;
  }
  .tablet-m\:r\+1860p {
    right: 1860px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1870p {
    top: -1870px;
  }
  .tablet-m\:t\+1870p {
    top: 1870px;
  }
  .tablet-m\:b-1870p {
    bottom: -1870px;
  }
  .tablet-m\:b\+1870p {
    bottom: 1870px;
  }
  .tablet-m\:l-1870p {
    left: -1870px;
  }
  .tablet-m\:l\+1870p {
    left: 1870px;
  }
  .tablet-m\:r-1870p {
    right: -1870px;
  }
  .tablet-m\:r\+1870p {
    right: 1870px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1880p {
    top: -1880px;
  }
  .tablet-m\:t\+1880p {
    top: 1880px;
  }
  .tablet-m\:b-1880p {
    bottom: -1880px;
  }
  .tablet-m\:b\+1880p {
    bottom: 1880px;
  }
  .tablet-m\:l-1880p {
    left: -1880px;
  }
  .tablet-m\:l\+1880p {
    left: 1880px;
  }
  .tablet-m\:r-1880p {
    right: -1880px;
  }
  .tablet-m\:r\+1880p {
    right: 1880px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1890p {
    top: -1890px;
  }
  .tablet-m\:t\+1890p {
    top: 1890px;
  }
  .tablet-m\:b-1890p {
    bottom: -1890px;
  }
  .tablet-m\:b\+1890p {
    bottom: 1890px;
  }
  .tablet-m\:l-1890p {
    left: -1890px;
  }
  .tablet-m\:l\+1890p {
    left: 1890px;
  }
  .tablet-m\:r-1890p {
    right: -1890px;
  }
  .tablet-m\:r\+1890p {
    right: 1890px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1900p {
    top: -1900px;
  }
  .tablet-m\:t\+1900p {
    top: 1900px;
  }
  .tablet-m\:b-1900p {
    bottom: -1900px;
  }
  .tablet-m\:b\+1900p {
    bottom: 1900px;
  }
  .tablet-m\:l-1900p {
    left: -1900px;
  }
  .tablet-m\:l\+1900p {
    left: 1900px;
  }
  .tablet-m\:r-1900p {
    right: -1900px;
  }
  .tablet-m\:r\+1900p {
    right: 1900px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1910p {
    top: -1910px;
  }
  .tablet-m\:t\+1910p {
    top: 1910px;
  }
  .tablet-m\:b-1910p {
    bottom: -1910px;
  }
  .tablet-m\:b\+1910p {
    bottom: 1910px;
  }
  .tablet-m\:l-1910p {
    left: -1910px;
  }
  .tablet-m\:l\+1910p {
    left: 1910px;
  }
  .tablet-m\:r-1910p {
    right: -1910px;
  }
  .tablet-m\:r\+1910p {
    right: 1910px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1920p {
    top: -1920px;
  }
  .tablet-m\:t\+1920p {
    top: 1920px;
  }
  .tablet-m\:b-1920p {
    bottom: -1920px;
  }
  .tablet-m\:b\+1920p {
    bottom: 1920px;
  }
  .tablet-m\:l-1920p {
    left: -1920px;
  }
  .tablet-m\:l\+1920p {
    left: 1920px;
  }
  .tablet-m\:r-1920p {
    right: -1920px;
  }
  .tablet-m\:r\+1920p {
    right: 1920px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1930p {
    top: -1930px;
  }
  .tablet-m\:t\+1930p {
    top: 1930px;
  }
  .tablet-m\:b-1930p {
    bottom: -1930px;
  }
  .tablet-m\:b\+1930p {
    bottom: 1930px;
  }
  .tablet-m\:l-1930p {
    left: -1930px;
  }
  .tablet-m\:l\+1930p {
    left: 1930px;
  }
  .tablet-m\:r-1930p {
    right: -1930px;
  }
  .tablet-m\:r\+1930p {
    right: 1930px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1940p {
    top: -1940px;
  }
  .tablet-m\:t\+1940p {
    top: 1940px;
  }
  .tablet-m\:b-1940p {
    bottom: -1940px;
  }
  .tablet-m\:b\+1940p {
    bottom: 1940px;
  }
  .tablet-m\:l-1940p {
    left: -1940px;
  }
  .tablet-m\:l\+1940p {
    left: 1940px;
  }
  .tablet-m\:r-1940p {
    right: -1940px;
  }
  .tablet-m\:r\+1940p {
    right: 1940px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1950p {
    top: -1950px;
  }
  .tablet-m\:t\+1950p {
    top: 1950px;
  }
  .tablet-m\:b-1950p {
    bottom: -1950px;
  }
  .tablet-m\:b\+1950p {
    bottom: 1950px;
  }
  .tablet-m\:l-1950p {
    left: -1950px;
  }
  .tablet-m\:l\+1950p {
    left: 1950px;
  }
  .tablet-m\:r-1950p {
    right: -1950px;
  }
  .tablet-m\:r\+1950p {
    right: 1950px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1960p {
    top: -1960px;
  }
  .tablet-m\:t\+1960p {
    top: 1960px;
  }
  .tablet-m\:b-1960p {
    bottom: -1960px;
  }
  .tablet-m\:b\+1960p {
    bottom: 1960px;
  }
  .tablet-m\:l-1960p {
    left: -1960px;
  }
  .tablet-m\:l\+1960p {
    left: 1960px;
  }
  .tablet-m\:r-1960p {
    right: -1960px;
  }
  .tablet-m\:r\+1960p {
    right: 1960px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1970p {
    top: -1970px;
  }
  .tablet-m\:t\+1970p {
    top: 1970px;
  }
  .tablet-m\:b-1970p {
    bottom: -1970px;
  }
  .tablet-m\:b\+1970p {
    bottom: 1970px;
  }
  .tablet-m\:l-1970p {
    left: -1970px;
  }
  .tablet-m\:l\+1970p {
    left: 1970px;
  }
  .tablet-m\:r-1970p {
    right: -1970px;
  }
  .tablet-m\:r\+1970p {
    right: 1970px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1980p {
    top: -1980px;
  }
  .tablet-m\:t\+1980p {
    top: 1980px;
  }
  .tablet-m\:b-1980p {
    bottom: -1980px;
  }
  .tablet-m\:b\+1980p {
    bottom: 1980px;
  }
  .tablet-m\:l-1980p {
    left: -1980px;
  }
  .tablet-m\:l\+1980p {
    left: 1980px;
  }
  .tablet-m\:r-1980p {
    right: -1980px;
  }
  .tablet-m\:r\+1980p {
    right: 1980px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1990p {
    top: -1990px;
  }
  .tablet-m\:t\+1990p {
    top: 1990px;
  }
  .tablet-m\:b-1990p {
    bottom: -1990px;
  }
  .tablet-m\:b\+1990p {
    bottom: 1990px;
  }
  .tablet-m\:l-1990p {
    left: -1990px;
  }
  .tablet-m\:l\+1990p {
    left: 1990px;
  }
  .tablet-m\:r-1990p {
    right: -1990px;
  }
  .tablet-m\:r\+1990p {
    right: 1990px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-0vw {
    top: -0vw;
  }
  .tablet-m\:t\+0vw {
    top: 0vw;
  }
  .tablet-m\:t-0\% {
    top: 0%;
  }
  .tablet-m\:t\+0\% {
    top: 0%;
  }
  .tablet-m\:b-0vw {
    bottom: -0vw;
  }
  .tablet-m\:b\+0vw {
    bottom: 0vw;
  }
  .tablet-m\:b-0\% {
    bottom: 0%;
  }
  .tablet-m\:b\+0\% {
    bottom: 0%;
  }
  .tablet-m\:l-0vw {
    left: -0vw;
  }
  .tablet-m\:l\+0vw {
    left: 0vw;
  }
  .tablet-m\:l-0\% {
    left: 0%;
  }
  .tablet-m\:l\+0\% {
    left: 0%;
  }
  .tablet-m\:r-0vw {
    right: -0vw;
  }
  .tablet-m\:r\+0vw {
    right: 0vw;
  }
  .tablet-m\:r-0\% {
    right: 0%;
  }
  .tablet-m\:r\+0\% {
    right: 0%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-1vw {
    top: -1vw;
  }
  .tablet-m\:t\+1vw {
    top: 1vw;
  }
  .tablet-m\:t-1\% {
    top: -1%;
  }
  .tablet-m\:t\+1\% {
    top: 1%;
  }
  .tablet-m\:b-1vw {
    bottom: -1vw;
  }
  .tablet-m\:b\+1vw {
    bottom: 1vw;
  }
  .tablet-m\:b-1\% {
    bottom: -1%;
  }
  .tablet-m\:b\+1\% {
    bottom: 1%;
  }
  .tablet-m\:l-1vw {
    left: -1vw;
  }
  .tablet-m\:l\+1vw {
    left: 1vw;
  }
  .tablet-m\:l-1\% {
    left: -1%;
  }
  .tablet-m\:l\+1\% {
    left: 1%;
  }
  .tablet-m\:r-1vw {
    right: -1vw;
  }
  .tablet-m\:r\+1vw {
    right: 1vw;
  }
  .tablet-m\:r-1\% {
    right: -1%;
  }
  .tablet-m\:r\+1\% {
    right: 1%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-2vw {
    top: -2vw;
  }
  .tablet-m\:t\+2vw {
    top: 2vw;
  }
  .tablet-m\:t-2\% {
    top: -2%;
  }
  .tablet-m\:t\+2\% {
    top: 2%;
  }
  .tablet-m\:b-2vw {
    bottom: -2vw;
  }
  .tablet-m\:b\+2vw {
    bottom: 2vw;
  }
  .tablet-m\:b-2\% {
    bottom: -2%;
  }
  .tablet-m\:b\+2\% {
    bottom: 2%;
  }
  .tablet-m\:l-2vw {
    left: -2vw;
  }
  .tablet-m\:l\+2vw {
    left: 2vw;
  }
  .tablet-m\:l-2\% {
    left: -2%;
  }
  .tablet-m\:l\+2\% {
    left: 2%;
  }
  .tablet-m\:r-2vw {
    right: -2vw;
  }
  .tablet-m\:r\+2vw {
    right: 2vw;
  }
  .tablet-m\:r-2\% {
    right: -2%;
  }
  .tablet-m\:r\+2\% {
    right: 2%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-3vw {
    top: -3vw;
  }
  .tablet-m\:t\+3vw {
    top: 3vw;
  }
  .tablet-m\:t-3\% {
    top: -3%;
  }
  .tablet-m\:t\+3\% {
    top: 3%;
  }
  .tablet-m\:b-3vw {
    bottom: -3vw;
  }
  .tablet-m\:b\+3vw {
    bottom: 3vw;
  }
  .tablet-m\:b-3\% {
    bottom: -3%;
  }
  .tablet-m\:b\+3\% {
    bottom: 3%;
  }
  .tablet-m\:l-3vw {
    left: -3vw;
  }
  .tablet-m\:l\+3vw {
    left: 3vw;
  }
  .tablet-m\:l-3\% {
    left: -3%;
  }
  .tablet-m\:l\+3\% {
    left: 3%;
  }
  .tablet-m\:r-3vw {
    right: -3vw;
  }
  .tablet-m\:r\+3vw {
    right: 3vw;
  }
  .tablet-m\:r-3\% {
    right: -3%;
  }
  .tablet-m\:r\+3\% {
    right: 3%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-4vw {
    top: -4vw;
  }
  .tablet-m\:t\+4vw {
    top: 4vw;
  }
  .tablet-m\:t-4\% {
    top: -4%;
  }
  .tablet-m\:t\+4\% {
    top: 4%;
  }
  .tablet-m\:b-4vw {
    bottom: -4vw;
  }
  .tablet-m\:b\+4vw {
    bottom: 4vw;
  }
  .tablet-m\:b-4\% {
    bottom: -4%;
  }
  .tablet-m\:b\+4\% {
    bottom: 4%;
  }
  .tablet-m\:l-4vw {
    left: -4vw;
  }
  .tablet-m\:l\+4vw {
    left: 4vw;
  }
  .tablet-m\:l-4\% {
    left: -4%;
  }
  .tablet-m\:l\+4\% {
    left: 4%;
  }
  .tablet-m\:r-4vw {
    right: -4vw;
  }
  .tablet-m\:r\+4vw {
    right: 4vw;
  }
  .tablet-m\:r-4\% {
    right: -4%;
  }
  .tablet-m\:r\+4\% {
    right: 4%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-5vw {
    top: -5vw;
  }
  .tablet-m\:t\+5vw {
    top: 5vw;
  }
  .tablet-m\:t-5\% {
    top: -5%;
  }
  .tablet-m\:t\+5\% {
    top: 5%;
  }
  .tablet-m\:b-5vw {
    bottom: -5vw;
  }
  .tablet-m\:b\+5vw {
    bottom: 5vw;
  }
  .tablet-m\:b-5\% {
    bottom: -5%;
  }
  .tablet-m\:b\+5\% {
    bottom: 5%;
  }
  .tablet-m\:l-5vw {
    left: -5vw;
  }
  .tablet-m\:l\+5vw {
    left: 5vw;
  }
  .tablet-m\:l-5\% {
    left: -5%;
  }
  .tablet-m\:l\+5\% {
    left: 5%;
  }
  .tablet-m\:r-5vw {
    right: -5vw;
  }
  .tablet-m\:r\+5vw {
    right: 5vw;
  }
  .tablet-m\:r-5\% {
    right: -5%;
  }
  .tablet-m\:r\+5\% {
    right: 5%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-6vw {
    top: -6vw;
  }
  .tablet-m\:t\+6vw {
    top: 6vw;
  }
  .tablet-m\:t-6\% {
    top: -6%;
  }
  .tablet-m\:t\+6\% {
    top: 6%;
  }
  .tablet-m\:b-6vw {
    bottom: -6vw;
  }
  .tablet-m\:b\+6vw {
    bottom: 6vw;
  }
  .tablet-m\:b-6\% {
    bottom: -6%;
  }
  .tablet-m\:b\+6\% {
    bottom: 6%;
  }
  .tablet-m\:l-6vw {
    left: -6vw;
  }
  .tablet-m\:l\+6vw {
    left: 6vw;
  }
  .tablet-m\:l-6\% {
    left: -6%;
  }
  .tablet-m\:l\+6\% {
    left: 6%;
  }
  .tablet-m\:r-6vw {
    right: -6vw;
  }
  .tablet-m\:r\+6vw {
    right: 6vw;
  }
  .tablet-m\:r-6\% {
    right: -6%;
  }
  .tablet-m\:r\+6\% {
    right: 6%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-7vw {
    top: -7vw;
  }
  .tablet-m\:t\+7vw {
    top: 7vw;
  }
  .tablet-m\:t-7\% {
    top: -7%;
  }
  .tablet-m\:t\+7\% {
    top: 7%;
  }
  .tablet-m\:b-7vw {
    bottom: -7vw;
  }
  .tablet-m\:b\+7vw {
    bottom: 7vw;
  }
  .tablet-m\:b-7\% {
    bottom: -7%;
  }
  .tablet-m\:b\+7\% {
    bottom: 7%;
  }
  .tablet-m\:l-7vw {
    left: -7vw;
  }
  .tablet-m\:l\+7vw {
    left: 7vw;
  }
  .tablet-m\:l-7\% {
    left: -7%;
  }
  .tablet-m\:l\+7\% {
    left: 7%;
  }
  .tablet-m\:r-7vw {
    right: -7vw;
  }
  .tablet-m\:r\+7vw {
    right: 7vw;
  }
  .tablet-m\:r-7\% {
    right: -7%;
  }
  .tablet-m\:r\+7\% {
    right: 7%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-8vw {
    top: -8vw;
  }
  .tablet-m\:t\+8vw {
    top: 8vw;
  }
  .tablet-m\:t-8\% {
    top: -8%;
  }
  .tablet-m\:t\+8\% {
    top: 8%;
  }
  .tablet-m\:b-8vw {
    bottom: -8vw;
  }
  .tablet-m\:b\+8vw {
    bottom: 8vw;
  }
  .tablet-m\:b-8\% {
    bottom: -8%;
  }
  .tablet-m\:b\+8\% {
    bottom: 8%;
  }
  .tablet-m\:l-8vw {
    left: -8vw;
  }
  .tablet-m\:l\+8vw {
    left: 8vw;
  }
  .tablet-m\:l-8\% {
    left: -8%;
  }
  .tablet-m\:l\+8\% {
    left: 8%;
  }
  .tablet-m\:r-8vw {
    right: -8vw;
  }
  .tablet-m\:r\+8vw {
    right: 8vw;
  }
  .tablet-m\:r-8\% {
    right: -8%;
  }
  .tablet-m\:r\+8\% {
    right: 8%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-9vw {
    top: -9vw;
  }
  .tablet-m\:t\+9vw {
    top: 9vw;
  }
  .tablet-m\:t-9\% {
    top: -9%;
  }
  .tablet-m\:t\+9\% {
    top: 9%;
  }
  .tablet-m\:b-9vw {
    bottom: -9vw;
  }
  .tablet-m\:b\+9vw {
    bottom: 9vw;
  }
  .tablet-m\:b-9\% {
    bottom: -9%;
  }
  .tablet-m\:b\+9\% {
    bottom: 9%;
  }
  .tablet-m\:l-9vw {
    left: -9vw;
  }
  .tablet-m\:l\+9vw {
    left: 9vw;
  }
  .tablet-m\:l-9\% {
    left: -9%;
  }
  .tablet-m\:l\+9\% {
    left: 9%;
  }
  .tablet-m\:r-9vw {
    right: -9vw;
  }
  .tablet-m\:r\+9vw {
    right: 9vw;
  }
  .tablet-m\:r-9\% {
    right: -9%;
  }
  .tablet-m\:r\+9\% {
    right: 9%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-10vw {
    top: -10vw;
  }
  .tablet-m\:t\+10vw {
    top: 10vw;
  }
  .tablet-m\:t-10\% {
    top: -10%;
  }
  .tablet-m\:t\+10\% {
    top: 10%;
  }
  .tablet-m\:b-10vw {
    bottom: -10vw;
  }
  .tablet-m\:b\+10vw {
    bottom: 10vw;
  }
  .tablet-m\:b-10\% {
    bottom: -10%;
  }
  .tablet-m\:b\+10\% {
    bottom: 10%;
  }
  .tablet-m\:l-10vw {
    left: -10vw;
  }
  .tablet-m\:l\+10vw {
    left: 10vw;
  }
  .tablet-m\:l-10\% {
    left: -10%;
  }
  .tablet-m\:l\+10\% {
    left: 10%;
  }
  .tablet-m\:r-10vw {
    right: -10vw;
  }
  .tablet-m\:r\+10vw {
    right: 10vw;
  }
  .tablet-m\:r-10\% {
    right: -10%;
  }
  .tablet-m\:r\+10\% {
    right: 10%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-11vw {
    top: -11vw;
  }
  .tablet-m\:t\+11vw {
    top: 11vw;
  }
  .tablet-m\:t-11\% {
    top: -11%;
  }
  .tablet-m\:t\+11\% {
    top: 11%;
  }
  .tablet-m\:b-11vw {
    bottom: -11vw;
  }
  .tablet-m\:b\+11vw {
    bottom: 11vw;
  }
  .tablet-m\:b-11\% {
    bottom: -11%;
  }
  .tablet-m\:b\+11\% {
    bottom: 11%;
  }
  .tablet-m\:l-11vw {
    left: -11vw;
  }
  .tablet-m\:l\+11vw {
    left: 11vw;
  }
  .tablet-m\:l-11\% {
    left: -11%;
  }
  .tablet-m\:l\+11\% {
    left: 11%;
  }
  .tablet-m\:r-11vw {
    right: -11vw;
  }
  .tablet-m\:r\+11vw {
    right: 11vw;
  }
  .tablet-m\:r-11\% {
    right: -11%;
  }
  .tablet-m\:r\+11\% {
    right: 11%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-12vw {
    top: -12vw;
  }
  .tablet-m\:t\+12vw {
    top: 12vw;
  }
  .tablet-m\:t-12\% {
    top: -12%;
  }
  .tablet-m\:t\+12\% {
    top: 12%;
  }
  .tablet-m\:b-12vw {
    bottom: -12vw;
  }
  .tablet-m\:b\+12vw {
    bottom: 12vw;
  }
  .tablet-m\:b-12\% {
    bottom: -12%;
  }
  .tablet-m\:b\+12\% {
    bottom: 12%;
  }
  .tablet-m\:l-12vw {
    left: -12vw;
  }
  .tablet-m\:l\+12vw {
    left: 12vw;
  }
  .tablet-m\:l-12\% {
    left: -12%;
  }
  .tablet-m\:l\+12\% {
    left: 12%;
  }
  .tablet-m\:r-12vw {
    right: -12vw;
  }
  .tablet-m\:r\+12vw {
    right: 12vw;
  }
  .tablet-m\:r-12\% {
    right: -12%;
  }
  .tablet-m\:r\+12\% {
    right: 12%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-13vw {
    top: -13vw;
  }
  .tablet-m\:t\+13vw {
    top: 13vw;
  }
  .tablet-m\:t-13\% {
    top: -13%;
  }
  .tablet-m\:t\+13\% {
    top: 13%;
  }
  .tablet-m\:b-13vw {
    bottom: -13vw;
  }
  .tablet-m\:b\+13vw {
    bottom: 13vw;
  }
  .tablet-m\:b-13\% {
    bottom: -13%;
  }
  .tablet-m\:b\+13\% {
    bottom: 13%;
  }
  .tablet-m\:l-13vw {
    left: -13vw;
  }
  .tablet-m\:l\+13vw {
    left: 13vw;
  }
  .tablet-m\:l-13\% {
    left: -13%;
  }
  .tablet-m\:l\+13\% {
    left: 13%;
  }
  .tablet-m\:r-13vw {
    right: -13vw;
  }
  .tablet-m\:r\+13vw {
    right: 13vw;
  }
  .tablet-m\:r-13\% {
    right: -13%;
  }
  .tablet-m\:r\+13\% {
    right: 13%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-14vw {
    top: -14vw;
  }
  .tablet-m\:t\+14vw {
    top: 14vw;
  }
  .tablet-m\:t-14\% {
    top: -14%;
  }
  .tablet-m\:t\+14\% {
    top: 14%;
  }
  .tablet-m\:b-14vw {
    bottom: -14vw;
  }
  .tablet-m\:b\+14vw {
    bottom: 14vw;
  }
  .tablet-m\:b-14\% {
    bottom: -14%;
  }
  .tablet-m\:b\+14\% {
    bottom: 14%;
  }
  .tablet-m\:l-14vw {
    left: -14vw;
  }
  .tablet-m\:l\+14vw {
    left: 14vw;
  }
  .tablet-m\:l-14\% {
    left: -14%;
  }
  .tablet-m\:l\+14\% {
    left: 14%;
  }
  .tablet-m\:r-14vw {
    right: -14vw;
  }
  .tablet-m\:r\+14vw {
    right: 14vw;
  }
  .tablet-m\:r-14\% {
    right: -14%;
  }
  .tablet-m\:r\+14\% {
    right: 14%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-15vw {
    top: -15vw;
  }
  .tablet-m\:t\+15vw {
    top: 15vw;
  }
  .tablet-m\:t-15\% {
    top: -15%;
  }
  .tablet-m\:t\+15\% {
    top: 15%;
  }
  .tablet-m\:b-15vw {
    bottom: -15vw;
  }
  .tablet-m\:b\+15vw {
    bottom: 15vw;
  }
  .tablet-m\:b-15\% {
    bottom: -15%;
  }
  .tablet-m\:b\+15\% {
    bottom: 15%;
  }
  .tablet-m\:l-15vw {
    left: -15vw;
  }
  .tablet-m\:l\+15vw {
    left: 15vw;
  }
  .tablet-m\:l-15\% {
    left: -15%;
  }
  .tablet-m\:l\+15\% {
    left: 15%;
  }
  .tablet-m\:r-15vw {
    right: -15vw;
  }
  .tablet-m\:r\+15vw {
    right: 15vw;
  }
  .tablet-m\:r-15\% {
    right: -15%;
  }
  .tablet-m\:r\+15\% {
    right: 15%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-16vw {
    top: -16vw;
  }
  .tablet-m\:t\+16vw {
    top: 16vw;
  }
  .tablet-m\:t-16\% {
    top: -16%;
  }
  .tablet-m\:t\+16\% {
    top: 16%;
  }
  .tablet-m\:b-16vw {
    bottom: -16vw;
  }
  .tablet-m\:b\+16vw {
    bottom: 16vw;
  }
  .tablet-m\:b-16\% {
    bottom: -16%;
  }
  .tablet-m\:b\+16\% {
    bottom: 16%;
  }
  .tablet-m\:l-16vw {
    left: -16vw;
  }
  .tablet-m\:l\+16vw {
    left: 16vw;
  }
  .tablet-m\:l-16\% {
    left: -16%;
  }
  .tablet-m\:l\+16\% {
    left: 16%;
  }
  .tablet-m\:r-16vw {
    right: -16vw;
  }
  .tablet-m\:r\+16vw {
    right: 16vw;
  }
  .tablet-m\:r-16\% {
    right: -16%;
  }
  .tablet-m\:r\+16\% {
    right: 16%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-17vw {
    top: -17vw;
  }
  .tablet-m\:t\+17vw {
    top: 17vw;
  }
  .tablet-m\:t-17\% {
    top: -17%;
  }
  .tablet-m\:t\+17\% {
    top: 17%;
  }
  .tablet-m\:b-17vw {
    bottom: -17vw;
  }
  .tablet-m\:b\+17vw {
    bottom: 17vw;
  }
  .tablet-m\:b-17\% {
    bottom: -17%;
  }
  .tablet-m\:b\+17\% {
    bottom: 17%;
  }
  .tablet-m\:l-17vw {
    left: -17vw;
  }
  .tablet-m\:l\+17vw {
    left: 17vw;
  }
  .tablet-m\:l-17\% {
    left: -17%;
  }
  .tablet-m\:l\+17\% {
    left: 17%;
  }
  .tablet-m\:r-17vw {
    right: -17vw;
  }
  .tablet-m\:r\+17vw {
    right: 17vw;
  }
  .tablet-m\:r-17\% {
    right: -17%;
  }
  .tablet-m\:r\+17\% {
    right: 17%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-18vw {
    top: -18vw;
  }
  .tablet-m\:t\+18vw {
    top: 18vw;
  }
  .tablet-m\:t-18\% {
    top: -18%;
  }
  .tablet-m\:t\+18\% {
    top: 18%;
  }
  .tablet-m\:b-18vw {
    bottom: -18vw;
  }
  .tablet-m\:b\+18vw {
    bottom: 18vw;
  }
  .tablet-m\:b-18\% {
    bottom: -18%;
  }
  .tablet-m\:b\+18\% {
    bottom: 18%;
  }
  .tablet-m\:l-18vw {
    left: -18vw;
  }
  .tablet-m\:l\+18vw {
    left: 18vw;
  }
  .tablet-m\:l-18\% {
    left: -18%;
  }
  .tablet-m\:l\+18\% {
    left: 18%;
  }
  .tablet-m\:r-18vw {
    right: -18vw;
  }
  .tablet-m\:r\+18vw {
    right: 18vw;
  }
  .tablet-m\:r-18\% {
    right: -18%;
  }
  .tablet-m\:r\+18\% {
    right: 18%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-19vw {
    top: -19vw;
  }
  .tablet-m\:t\+19vw {
    top: 19vw;
  }
  .tablet-m\:t-19\% {
    top: -19%;
  }
  .tablet-m\:t\+19\% {
    top: 19%;
  }
  .tablet-m\:b-19vw {
    bottom: -19vw;
  }
  .tablet-m\:b\+19vw {
    bottom: 19vw;
  }
  .tablet-m\:b-19\% {
    bottom: -19%;
  }
  .tablet-m\:b\+19\% {
    bottom: 19%;
  }
  .tablet-m\:l-19vw {
    left: -19vw;
  }
  .tablet-m\:l\+19vw {
    left: 19vw;
  }
  .tablet-m\:l-19\% {
    left: -19%;
  }
  .tablet-m\:l\+19\% {
    left: 19%;
  }
  .tablet-m\:r-19vw {
    right: -19vw;
  }
  .tablet-m\:r\+19vw {
    right: 19vw;
  }
  .tablet-m\:r-19\% {
    right: -19%;
  }
  .tablet-m\:r\+19\% {
    right: 19%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-20vw {
    top: -20vw;
  }
  .tablet-m\:t\+20vw {
    top: 20vw;
  }
  .tablet-m\:t-20\% {
    top: -20%;
  }
  .tablet-m\:t\+20\% {
    top: 20%;
  }
  .tablet-m\:b-20vw {
    bottom: -20vw;
  }
  .tablet-m\:b\+20vw {
    bottom: 20vw;
  }
  .tablet-m\:b-20\% {
    bottom: -20%;
  }
  .tablet-m\:b\+20\% {
    bottom: 20%;
  }
  .tablet-m\:l-20vw {
    left: -20vw;
  }
  .tablet-m\:l\+20vw {
    left: 20vw;
  }
  .tablet-m\:l-20\% {
    left: -20%;
  }
  .tablet-m\:l\+20\% {
    left: 20%;
  }
  .tablet-m\:r-20vw {
    right: -20vw;
  }
  .tablet-m\:r\+20vw {
    right: 20vw;
  }
  .tablet-m\:r-20\% {
    right: -20%;
  }
  .tablet-m\:r\+20\% {
    right: 20%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-21vw {
    top: -21vw;
  }
  .tablet-m\:t\+21vw {
    top: 21vw;
  }
  .tablet-m\:t-21\% {
    top: -21%;
  }
  .tablet-m\:t\+21\% {
    top: 21%;
  }
  .tablet-m\:b-21vw {
    bottom: -21vw;
  }
  .tablet-m\:b\+21vw {
    bottom: 21vw;
  }
  .tablet-m\:b-21\% {
    bottom: -21%;
  }
  .tablet-m\:b\+21\% {
    bottom: 21%;
  }
  .tablet-m\:l-21vw {
    left: -21vw;
  }
  .tablet-m\:l\+21vw {
    left: 21vw;
  }
  .tablet-m\:l-21\% {
    left: -21%;
  }
  .tablet-m\:l\+21\% {
    left: 21%;
  }
  .tablet-m\:r-21vw {
    right: -21vw;
  }
  .tablet-m\:r\+21vw {
    right: 21vw;
  }
  .tablet-m\:r-21\% {
    right: -21%;
  }
  .tablet-m\:r\+21\% {
    right: 21%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-22vw {
    top: -22vw;
  }
  .tablet-m\:t\+22vw {
    top: 22vw;
  }
  .tablet-m\:t-22\% {
    top: -22%;
  }
  .tablet-m\:t\+22\% {
    top: 22%;
  }
  .tablet-m\:b-22vw {
    bottom: -22vw;
  }
  .tablet-m\:b\+22vw {
    bottom: 22vw;
  }
  .tablet-m\:b-22\% {
    bottom: -22%;
  }
  .tablet-m\:b\+22\% {
    bottom: 22%;
  }
  .tablet-m\:l-22vw {
    left: -22vw;
  }
  .tablet-m\:l\+22vw {
    left: 22vw;
  }
  .tablet-m\:l-22\% {
    left: -22%;
  }
  .tablet-m\:l\+22\% {
    left: 22%;
  }
  .tablet-m\:r-22vw {
    right: -22vw;
  }
  .tablet-m\:r\+22vw {
    right: 22vw;
  }
  .tablet-m\:r-22\% {
    right: -22%;
  }
  .tablet-m\:r\+22\% {
    right: 22%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-23vw {
    top: -23vw;
  }
  .tablet-m\:t\+23vw {
    top: 23vw;
  }
  .tablet-m\:t-23\% {
    top: -23%;
  }
  .tablet-m\:t\+23\% {
    top: 23%;
  }
  .tablet-m\:b-23vw {
    bottom: -23vw;
  }
  .tablet-m\:b\+23vw {
    bottom: 23vw;
  }
  .tablet-m\:b-23\% {
    bottom: -23%;
  }
  .tablet-m\:b\+23\% {
    bottom: 23%;
  }
  .tablet-m\:l-23vw {
    left: -23vw;
  }
  .tablet-m\:l\+23vw {
    left: 23vw;
  }
  .tablet-m\:l-23\% {
    left: -23%;
  }
  .tablet-m\:l\+23\% {
    left: 23%;
  }
  .tablet-m\:r-23vw {
    right: -23vw;
  }
  .tablet-m\:r\+23vw {
    right: 23vw;
  }
  .tablet-m\:r-23\% {
    right: -23%;
  }
  .tablet-m\:r\+23\% {
    right: 23%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-24vw {
    top: -24vw;
  }
  .tablet-m\:t\+24vw {
    top: 24vw;
  }
  .tablet-m\:t-24\% {
    top: -24%;
  }
  .tablet-m\:t\+24\% {
    top: 24%;
  }
  .tablet-m\:b-24vw {
    bottom: -24vw;
  }
  .tablet-m\:b\+24vw {
    bottom: 24vw;
  }
  .tablet-m\:b-24\% {
    bottom: -24%;
  }
  .tablet-m\:b\+24\% {
    bottom: 24%;
  }
  .tablet-m\:l-24vw {
    left: -24vw;
  }
  .tablet-m\:l\+24vw {
    left: 24vw;
  }
  .tablet-m\:l-24\% {
    left: -24%;
  }
  .tablet-m\:l\+24\% {
    left: 24%;
  }
  .tablet-m\:r-24vw {
    right: -24vw;
  }
  .tablet-m\:r\+24vw {
    right: 24vw;
  }
  .tablet-m\:r-24\% {
    right: -24%;
  }
  .tablet-m\:r\+24\% {
    right: 24%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-25vw {
    top: -25vw;
  }
  .tablet-m\:t\+25vw {
    top: 25vw;
  }
  .tablet-m\:t-25\% {
    top: -25%;
  }
  .tablet-m\:t\+25\% {
    top: 25%;
  }
  .tablet-m\:b-25vw {
    bottom: -25vw;
  }
  .tablet-m\:b\+25vw {
    bottom: 25vw;
  }
  .tablet-m\:b-25\% {
    bottom: -25%;
  }
  .tablet-m\:b\+25\% {
    bottom: 25%;
  }
  .tablet-m\:l-25vw {
    left: -25vw;
  }
  .tablet-m\:l\+25vw {
    left: 25vw;
  }
  .tablet-m\:l-25\% {
    left: -25%;
  }
  .tablet-m\:l\+25\% {
    left: 25%;
  }
  .tablet-m\:r-25vw {
    right: -25vw;
  }
  .tablet-m\:r\+25vw {
    right: 25vw;
  }
  .tablet-m\:r-25\% {
    right: -25%;
  }
  .tablet-m\:r\+25\% {
    right: 25%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-26vw {
    top: -26vw;
  }
  .tablet-m\:t\+26vw {
    top: 26vw;
  }
  .tablet-m\:t-26\% {
    top: -26%;
  }
  .tablet-m\:t\+26\% {
    top: 26%;
  }
  .tablet-m\:b-26vw {
    bottom: -26vw;
  }
  .tablet-m\:b\+26vw {
    bottom: 26vw;
  }
  .tablet-m\:b-26\% {
    bottom: -26%;
  }
  .tablet-m\:b\+26\% {
    bottom: 26%;
  }
  .tablet-m\:l-26vw {
    left: -26vw;
  }
  .tablet-m\:l\+26vw {
    left: 26vw;
  }
  .tablet-m\:l-26\% {
    left: -26%;
  }
  .tablet-m\:l\+26\% {
    left: 26%;
  }
  .tablet-m\:r-26vw {
    right: -26vw;
  }
  .tablet-m\:r\+26vw {
    right: 26vw;
  }
  .tablet-m\:r-26\% {
    right: -26%;
  }
  .tablet-m\:r\+26\% {
    right: 26%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-27vw {
    top: -27vw;
  }
  .tablet-m\:t\+27vw {
    top: 27vw;
  }
  .tablet-m\:t-27\% {
    top: -27%;
  }
  .tablet-m\:t\+27\% {
    top: 27%;
  }
  .tablet-m\:b-27vw {
    bottom: -27vw;
  }
  .tablet-m\:b\+27vw {
    bottom: 27vw;
  }
  .tablet-m\:b-27\% {
    bottom: -27%;
  }
  .tablet-m\:b\+27\% {
    bottom: 27%;
  }
  .tablet-m\:l-27vw {
    left: -27vw;
  }
  .tablet-m\:l\+27vw {
    left: 27vw;
  }
  .tablet-m\:l-27\% {
    left: -27%;
  }
  .tablet-m\:l\+27\% {
    left: 27%;
  }
  .tablet-m\:r-27vw {
    right: -27vw;
  }
  .tablet-m\:r\+27vw {
    right: 27vw;
  }
  .tablet-m\:r-27\% {
    right: -27%;
  }
  .tablet-m\:r\+27\% {
    right: 27%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-28vw {
    top: -28vw;
  }
  .tablet-m\:t\+28vw {
    top: 28vw;
  }
  .tablet-m\:t-28\% {
    top: -28%;
  }
  .tablet-m\:t\+28\% {
    top: 28%;
  }
  .tablet-m\:b-28vw {
    bottom: -28vw;
  }
  .tablet-m\:b\+28vw {
    bottom: 28vw;
  }
  .tablet-m\:b-28\% {
    bottom: -28%;
  }
  .tablet-m\:b\+28\% {
    bottom: 28%;
  }
  .tablet-m\:l-28vw {
    left: -28vw;
  }
  .tablet-m\:l\+28vw {
    left: 28vw;
  }
  .tablet-m\:l-28\% {
    left: -28%;
  }
  .tablet-m\:l\+28\% {
    left: 28%;
  }
  .tablet-m\:r-28vw {
    right: -28vw;
  }
  .tablet-m\:r\+28vw {
    right: 28vw;
  }
  .tablet-m\:r-28\% {
    right: -28%;
  }
  .tablet-m\:r\+28\% {
    right: 28%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-29vw {
    top: -29vw;
  }
  .tablet-m\:t\+29vw {
    top: 29vw;
  }
  .tablet-m\:t-29\% {
    top: -29%;
  }
  .tablet-m\:t\+29\% {
    top: 29%;
  }
  .tablet-m\:b-29vw {
    bottom: -29vw;
  }
  .tablet-m\:b\+29vw {
    bottom: 29vw;
  }
  .tablet-m\:b-29\% {
    bottom: -29%;
  }
  .tablet-m\:b\+29\% {
    bottom: 29%;
  }
  .tablet-m\:l-29vw {
    left: -29vw;
  }
  .tablet-m\:l\+29vw {
    left: 29vw;
  }
  .tablet-m\:l-29\% {
    left: -29%;
  }
  .tablet-m\:l\+29\% {
    left: 29%;
  }
  .tablet-m\:r-29vw {
    right: -29vw;
  }
  .tablet-m\:r\+29vw {
    right: 29vw;
  }
  .tablet-m\:r-29\% {
    right: -29%;
  }
  .tablet-m\:r\+29\% {
    right: 29%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-30vw {
    top: -30vw;
  }
  .tablet-m\:t\+30vw {
    top: 30vw;
  }
  .tablet-m\:t-30\% {
    top: -30%;
  }
  .tablet-m\:t\+30\% {
    top: 30%;
  }
  .tablet-m\:b-30vw {
    bottom: -30vw;
  }
  .tablet-m\:b\+30vw {
    bottom: 30vw;
  }
  .tablet-m\:b-30\% {
    bottom: -30%;
  }
  .tablet-m\:b\+30\% {
    bottom: 30%;
  }
  .tablet-m\:l-30vw {
    left: -30vw;
  }
  .tablet-m\:l\+30vw {
    left: 30vw;
  }
  .tablet-m\:l-30\% {
    left: -30%;
  }
  .tablet-m\:l\+30\% {
    left: 30%;
  }
  .tablet-m\:r-30vw {
    right: -30vw;
  }
  .tablet-m\:r\+30vw {
    right: 30vw;
  }
  .tablet-m\:r-30\% {
    right: -30%;
  }
  .tablet-m\:r\+30\% {
    right: 30%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-31vw {
    top: -31vw;
  }
  .tablet-m\:t\+31vw {
    top: 31vw;
  }
  .tablet-m\:t-31\% {
    top: -31%;
  }
  .tablet-m\:t\+31\% {
    top: 31%;
  }
  .tablet-m\:b-31vw {
    bottom: -31vw;
  }
  .tablet-m\:b\+31vw {
    bottom: 31vw;
  }
  .tablet-m\:b-31\% {
    bottom: -31%;
  }
  .tablet-m\:b\+31\% {
    bottom: 31%;
  }
  .tablet-m\:l-31vw {
    left: -31vw;
  }
  .tablet-m\:l\+31vw {
    left: 31vw;
  }
  .tablet-m\:l-31\% {
    left: -31%;
  }
  .tablet-m\:l\+31\% {
    left: 31%;
  }
  .tablet-m\:r-31vw {
    right: -31vw;
  }
  .tablet-m\:r\+31vw {
    right: 31vw;
  }
  .tablet-m\:r-31\% {
    right: -31%;
  }
  .tablet-m\:r\+31\% {
    right: 31%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-32vw {
    top: -32vw;
  }
  .tablet-m\:t\+32vw {
    top: 32vw;
  }
  .tablet-m\:t-32\% {
    top: -32%;
  }
  .tablet-m\:t\+32\% {
    top: 32%;
  }
  .tablet-m\:b-32vw {
    bottom: -32vw;
  }
  .tablet-m\:b\+32vw {
    bottom: 32vw;
  }
  .tablet-m\:b-32\% {
    bottom: -32%;
  }
  .tablet-m\:b\+32\% {
    bottom: 32%;
  }
  .tablet-m\:l-32vw {
    left: -32vw;
  }
  .tablet-m\:l\+32vw {
    left: 32vw;
  }
  .tablet-m\:l-32\% {
    left: -32%;
  }
  .tablet-m\:l\+32\% {
    left: 32%;
  }
  .tablet-m\:r-32vw {
    right: -32vw;
  }
  .tablet-m\:r\+32vw {
    right: 32vw;
  }
  .tablet-m\:r-32\% {
    right: -32%;
  }
  .tablet-m\:r\+32\% {
    right: 32%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-33vw {
    top: -33vw;
  }
  .tablet-m\:t\+33vw {
    top: 33vw;
  }
  .tablet-m\:t-33\% {
    top: -33%;
  }
  .tablet-m\:t\+33\% {
    top: 33%;
  }
  .tablet-m\:b-33vw {
    bottom: -33vw;
  }
  .tablet-m\:b\+33vw {
    bottom: 33vw;
  }
  .tablet-m\:b-33\% {
    bottom: -33%;
  }
  .tablet-m\:b\+33\% {
    bottom: 33%;
  }
  .tablet-m\:l-33vw {
    left: -33vw;
  }
  .tablet-m\:l\+33vw {
    left: 33vw;
  }
  .tablet-m\:l-33\% {
    left: -33%;
  }
  .tablet-m\:l\+33\% {
    left: 33%;
  }
  .tablet-m\:r-33vw {
    right: -33vw;
  }
  .tablet-m\:r\+33vw {
    right: 33vw;
  }
  .tablet-m\:r-33\% {
    right: -33%;
  }
  .tablet-m\:r\+33\% {
    right: 33%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-34vw {
    top: -34vw;
  }
  .tablet-m\:t\+34vw {
    top: 34vw;
  }
  .tablet-m\:t-34\% {
    top: -34%;
  }
  .tablet-m\:t\+34\% {
    top: 34%;
  }
  .tablet-m\:b-34vw {
    bottom: -34vw;
  }
  .tablet-m\:b\+34vw {
    bottom: 34vw;
  }
  .tablet-m\:b-34\% {
    bottom: -34%;
  }
  .tablet-m\:b\+34\% {
    bottom: 34%;
  }
  .tablet-m\:l-34vw {
    left: -34vw;
  }
  .tablet-m\:l\+34vw {
    left: 34vw;
  }
  .tablet-m\:l-34\% {
    left: -34%;
  }
  .tablet-m\:l\+34\% {
    left: 34%;
  }
  .tablet-m\:r-34vw {
    right: -34vw;
  }
  .tablet-m\:r\+34vw {
    right: 34vw;
  }
  .tablet-m\:r-34\% {
    right: -34%;
  }
  .tablet-m\:r\+34\% {
    right: 34%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-35vw {
    top: -35vw;
  }
  .tablet-m\:t\+35vw {
    top: 35vw;
  }
  .tablet-m\:t-35\% {
    top: -35%;
  }
  .tablet-m\:t\+35\% {
    top: 35%;
  }
  .tablet-m\:b-35vw {
    bottom: -35vw;
  }
  .tablet-m\:b\+35vw {
    bottom: 35vw;
  }
  .tablet-m\:b-35\% {
    bottom: -35%;
  }
  .tablet-m\:b\+35\% {
    bottom: 35%;
  }
  .tablet-m\:l-35vw {
    left: -35vw;
  }
  .tablet-m\:l\+35vw {
    left: 35vw;
  }
  .tablet-m\:l-35\% {
    left: -35%;
  }
  .tablet-m\:l\+35\% {
    left: 35%;
  }
  .tablet-m\:r-35vw {
    right: -35vw;
  }
  .tablet-m\:r\+35vw {
    right: 35vw;
  }
  .tablet-m\:r-35\% {
    right: -35%;
  }
  .tablet-m\:r\+35\% {
    right: 35%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-36vw {
    top: -36vw;
  }
  .tablet-m\:t\+36vw {
    top: 36vw;
  }
  .tablet-m\:t-36\% {
    top: -36%;
  }
  .tablet-m\:t\+36\% {
    top: 36%;
  }
  .tablet-m\:b-36vw {
    bottom: -36vw;
  }
  .tablet-m\:b\+36vw {
    bottom: 36vw;
  }
  .tablet-m\:b-36\% {
    bottom: -36%;
  }
  .tablet-m\:b\+36\% {
    bottom: 36%;
  }
  .tablet-m\:l-36vw {
    left: -36vw;
  }
  .tablet-m\:l\+36vw {
    left: 36vw;
  }
  .tablet-m\:l-36\% {
    left: -36%;
  }
  .tablet-m\:l\+36\% {
    left: 36%;
  }
  .tablet-m\:r-36vw {
    right: -36vw;
  }
  .tablet-m\:r\+36vw {
    right: 36vw;
  }
  .tablet-m\:r-36\% {
    right: -36%;
  }
  .tablet-m\:r\+36\% {
    right: 36%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-37vw {
    top: -37vw;
  }
  .tablet-m\:t\+37vw {
    top: 37vw;
  }
  .tablet-m\:t-37\% {
    top: -37%;
  }
  .tablet-m\:t\+37\% {
    top: 37%;
  }
  .tablet-m\:b-37vw {
    bottom: -37vw;
  }
  .tablet-m\:b\+37vw {
    bottom: 37vw;
  }
  .tablet-m\:b-37\% {
    bottom: -37%;
  }
  .tablet-m\:b\+37\% {
    bottom: 37%;
  }
  .tablet-m\:l-37vw {
    left: -37vw;
  }
  .tablet-m\:l\+37vw {
    left: 37vw;
  }
  .tablet-m\:l-37\% {
    left: -37%;
  }
  .tablet-m\:l\+37\% {
    left: 37%;
  }
  .tablet-m\:r-37vw {
    right: -37vw;
  }
  .tablet-m\:r\+37vw {
    right: 37vw;
  }
  .tablet-m\:r-37\% {
    right: -37%;
  }
  .tablet-m\:r\+37\% {
    right: 37%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-38vw {
    top: -38vw;
  }
  .tablet-m\:t\+38vw {
    top: 38vw;
  }
  .tablet-m\:t-38\% {
    top: -38%;
  }
  .tablet-m\:t\+38\% {
    top: 38%;
  }
  .tablet-m\:b-38vw {
    bottom: -38vw;
  }
  .tablet-m\:b\+38vw {
    bottom: 38vw;
  }
  .tablet-m\:b-38\% {
    bottom: -38%;
  }
  .tablet-m\:b\+38\% {
    bottom: 38%;
  }
  .tablet-m\:l-38vw {
    left: -38vw;
  }
  .tablet-m\:l\+38vw {
    left: 38vw;
  }
  .tablet-m\:l-38\% {
    left: -38%;
  }
  .tablet-m\:l\+38\% {
    left: 38%;
  }
  .tablet-m\:r-38vw {
    right: -38vw;
  }
  .tablet-m\:r\+38vw {
    right: 38vw;
  }
  .tablet-m\:r-38\% {
    right: -38%;
  }
  .tablet-m\:r\+38\% {
    right: 38%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-39vw {
    top: -39vw;
  }
  .tablet-m\:t\+39vw {
    top: 39vw;
  }
  .tablet-m\:t-39\% {
    top: -39%;
  }
  .tablet-m\:t\+39\% {
    top: 39%;
  }
  .tablet-m\:b-39vw {
    bottom: -39vw;
  }
  .tablet-m\:b\+39vw {
    bottom: 39vw;
  }
  .tablet-m\:b-39\% {
    bottom: -39%;
  }
  .tablet-m\:b\+39\% {
    bottom: 39%;
  }
  .tablet-m\:l-39vw {
    left: -39vw;
  }
  .tablet-m\:l\+39vw {
    left: 39vw;
  }
  .tablet-m\:l-39\% {
    left: -39%;
  }
  .tablet-m\:l\+39\% {
    left: 39%;
  }
  .tablet-m\:r-39vw {
    right: -39vw;
  }
  .tablet-m\:r\+39vw {
    right: 39vw;
  }
  .tablet-m\:r-39\% {
    right: -39%;
  }
  .tablet-m\:r\+39\% {
    right: 39%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-40vw {
    top: -40vw;
  }
  .tablet-m\:t\+40vw {
    top: 40vw;
  }
  .tablet-m\:t-40\% {
    top: -40%;
  }
  .tablet-m\:t\+40\% {
    top: 40%;
  }
  .tablet-m\:b-40vw {
    bottom: -40vw;
  }
  .tablet-m\:b\+40vw {
    bottom: 40vw;
  }
  .tablet-m\:b-40\% {
    bottom: -40%;
  }
  .tablet-m\:b\+40\% {
    bottom: 40%;
  }
  .tablet-m\:l-40vw {
    left: -40vw;
  }
  .tablet-m\:l\+40vw {
    left: 40vw;
  }
  .tablet-m\:l-40\% {
    left: -40%;
  }
  .tablet-m\:l\+40\% {
    left: 40%;
  }
  .tablet-m\:r-40vw {
    right: -40vw;
  }
  .tablet-m\:r\+40vw {
    right: 40vw;
  }
  .tablet-m\:r-40\% {
    right: -40%;
  }
  .tablet-m\:r\+40\% {
    right: 40%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-41vw {
    top: -41vw;
  }
  .tablet-m\:t\+41vw {
    top: 41vw;
  }
  .tablet-m\:t-41\% {
    top: -41%;
  }
  .tablet-m\:t\+41\% {
    top: 41%;
  }
  .tablet-m\:b-41vw {
    bottom: -41vw;
  }
  .tablet-m\:b\+41vw {
    bottom: 41vw;
  }
  .tablet-m\:b-41\% {
    bottom: -41%;
  }
  .tablet-m\:b\+41\% {
    bottom: 41%;
  }
  .tablet-m\:l-41vw {
    left: -41vw;
  }
  .tablet-m\:l\+41vw {
    left: 41vw;
  }
  .tablet-m\:l-41\% {
    left: -41%;
  }
  .tablet-m\:l\+41\% {
    left: 41%;
  }
  .tablet-m\:r-41vw {
    right: -41vw;
  }
  .tablet-m\:r\+41vw {
    right: 41vw;
  }
  .tablet-m\:r-41\% {
    right: -41%;
  }
  .tablet-m\:r\+41\% {
    right: 41%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-42vw {
    top: -42vw;
  }
  .tablet-m\:t\+42vw {
    top: 42vw;
  }
  .tablet-m\:t-42\% {
    top: -42%;
  }
  .tablet-m\:t\+42\% {
    top: 42%;
  }
  .tablet-m\:b-42vw {
    bottom: -42vw;
  }
  .tablet-m\:b\+42vw {
    bottom: 42vw;
  }
  .tablet-m\:b-42\% {
    bottom: -42%;
  }
  .tablet-m\:b\+42\% {
    bottom: 42%;
  }
  .tablet-m\:l-42vw {
    left: -42vw;
  }
  .tablet-m\:l\+42vw {
    left: 42vw;
  }
  .tablet-m\:l-42\% {
    left: -42%;
  }
  .tablet-m\:l\+42\% {
    left: 42%;
  }
  .tablet-m\:r-42vw {
    right: -42vw;
  }
  .tablet-m\:r\+42vw {
    right: 42vw;
  }
  .tablet-m\:r-42\% {
    right: -42%;
  }
  .tablet-m\:r\+42\% {
    right: 42%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-43vw {
    top: -43vw;
  }
  .tablet-m\:t\+43vw {
    top: 43vw;
  }
  .tablet-m\:t-43\% {
    top: -43%;
  }
  .tablet-m\:t\+43\% {
    top: 43%;
  }
  .tablet-m\:b-43vw {
    bottom: -43vw;
  }
  .tablet-m\:b\+43vw {
    bottom: 43vw;
  }
  .tablet-m\:b-43\% {
    bottom: -43%;
  }
  .tablet-m\:b\+43\% {
    bottom: 43%;
  }
  .tablet-m\:l-43vw {
    left: -43vw;
  }
  .tablet-m\:l\+43vw {
    left: 43vw;
  }
  .tablet-m\:l-43\% {
    left: -43%;
  }
  .tablet-m\:l\+43\% {
    left: 43%;
  }
  .tablet-m\:r-43vw {
    right: -43vw;
  }
  .tablet-m\:r\+43vw {
    right: 43vw;
  }
  .tablet-m\:r-43\% {
    right: -43%;
  }
  .tablet-m\:r\+43\% {
    right: 43%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-44vw {
    top: -44vw;
  }
  .tablet-m\:t\+44vw {
    top: 44vw;
  }
  .tablet-m\:t-44\% {
    top: -44%;
  }
  .tablet-m\:t\+44\% {
    top: 44%;
  }
  .tablet-m\:b-44vw {
    bottom: -44vw;
  }
  .tablet-m\:b\+44vw {
    bottom: 44vw;
  }
  .tablet-m\:b-44\% {
    bottom: -44%;
  }
  .tablet-m\:b\+44\% {
    bottom: 44%;
  }
  .tablet-m\:l-44vw {
    left: -44vw;
  }
  .tablet-m\:l\+44vw {
    left: 44vw;
  }
  .tablet-m\:l-44\% {
    left: -44%;
  }
  .tablet-m\:l\+44\% {
    left: 44%;
  }
  .tablet-m\:r-44vw {
    right: -44vw;
  }
  .tablet-m\:r\+44vw {
    right: 44vw;
  }
  .tablet-m\:r-44\% {
    right: -44%;
  }
  .tablet-m\:r\+44\% {
    right: 44%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-45vw {
    top: -45vw;
  }
  .tablet-m\:t\+45vw {
    top: 45vw;
  }
  .tablet-m\:t-45\% {
    top: -45%;
  }
  .tablet-m\:t\+45\% {
    top: 45%;
  }
  .tablet-m\:b-45vw {
    bottom: -45vw;
  }
  .tablet-m\:b\+45vw {
    bottom: 45vw;
  }
  .tablet-m\:b-45\% {
    bottom: -45%;
  }
  .tablet-m\:b\+45\% {
    bottom: 45%;
  }
  .tablet-m\:l-45vw {
    left: -45vw;
  }
  .tablet-m\:l\+45vw {
    left: 45vw;
  }
  .tablet-m\:l-45\% {
    left: -45%;
  }
  .tablet-m\:l\+45\% {
    left: 45%;
  }
  .tablet-m\:r-45vw {
    right: -45vw;
  }
  .tablet-m\:r\+45vw {
    right: 45vw;
  }
  .tablet-m\:r-45\% {
    right: -45%;
  }
  .tablet-m\:r\+45\% {
    right: 45%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-46vw {
    top: -46vw;
  }
  .tablet-m\:t\+46vw {
    top: 46vw;
  }
  .tablet-m\:t-46\% {
    top: -46%;
  }
  .tablet-m\:t\+46\% {
    top: 46%;
  }
  .tablet-m\:b-46vw {
    bottom: -46vw;
  }
  .tablet-m\:b\+46vw {
    bottom: 46vw;
  }
  .tablet-m\:b-46\% {
    bottom: -46%;
  }
  .tablet-m\:b\+46\% {
    bottom: 46%;
  }
  .tablet-m\:l-46vw {
    left: -46vw;
  }
  .tablet-m\:l\+46vw {
    left: 46vw;
  }
  .tablet-m\:l-46\% {
    left: -46%;
  }
  .tablet-m\:l\+46\% {
    left: 46%;
  }
  .tablet-m\:r-46vw {
    right: -46vw;
  }
  .tablet-m\:r\+46vw {
    right: 46vw;
  }
  .tablet-m\:r-46\% {
    right: -46%;
  }
  .tablet-m\:r\+46\% {
    right: 46%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-47vw {
    top: -47vw;
  }
  .tablet-m\:t\+47vw {
    top: 47vw;
  }
  .tablet-m\:t-47\% {
    top: -47%;
  }
  .tablet-m\:t\+47\% {
    top: 47%;
  }
  .tablet-m\:b-47vw {
    bottom: -47vw;
  }
  .tablet-m\:b\+47vw {
    bottom: 47vw;
  }
  .tablet-m\:b-47\% {
    bottom: -47%;
  }
  .tablet-m\:b\+47\% {
    bottom: 47%;
  }
  .tablet-m\:l-47vw {
    left: -47vw;
  }
  .tablet-m\:l\+47vw {
    left: 47vw;
  }
  .tablet-m\:l-47\% {
    left: -47%;
  }
  .tablet-m\:l\+47\% {
    left: 47%;
  }
  .tablet-m\:r-47vw {
    right: -47vw;
  }
  .tablet-m\:r\+47vw {
    right: 47vw;
  }
  .tablet-m\:r-47\% {
    right: -47%;
  }
  .tablet-m\:r\+47\% {
    right: 47%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-48vw {
    top: -48vw;
  }
  .tablet-m\:t\+48vw {
    top: 48vw;
  }
  .tablet-m\:t-48\% {
    top: -48%;
  }
  .tablet-m\:t\+48\% {
    top: 48%;
  }
  .tablet-m\:b-48vw {
    bottom: -48vw;
  }
  .tablet-m\:b\+48vw {
    bottom: 48vw;
  }
  .tablet-m\:b-48\% {
    bottom: -48%;
  }
  .tablet-m\:b\+48\% {
    bottom: 48%;
  }
  .tablet-m\:l-48vw {
    left: -48vw;
  }
  .tablet-m\:l\+48vw {
    left: 48vw;
  }
  .tablet-m\:l-48\% {
    left: -48%;
  }
  .tablet-m\:l\+48\% {
    left: 48%;
  }
  .tablet-m\:r-48vw {
    right: -48vw;
  }
  .tablet-m\:r\+48vw {
    right: 48vw;
  }
  .tablet-m\:r-48\% {
    right: -48%;
  }
  .tablet-m\:r\+48\% {
    right: 48%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-49vw {
    top: -49vw;
  }
  .tablet-m\:t\+49vw {
    top: 49vw;
  }
  .tablet-m\:t-49\% {
    top: -49%;
  }
  .tablet-m\:t\+49\% {
    top: 49%;
  }
  .tablet-m\:b-49vw {
    bottom: -49vw;
  }
  .tablet-m\:b\+49vw {
    bottom: 49vw;
  }
  .tablet-m\:b-49\% {
    bottom: -49%;
  }
  .tablet-m\:b\+49\% {
    bottom: 49%;
  }
  .tablet-m\:l-49vw {
    left: -49vw;
  }
  .tablet-m\:l\+49vw {
    left: 49vw;
  }
  .tablet-m\:l-49\% {
    left: -49%;
  }
  .tablet-m\:l\+49\% {
    left: 49%;
  }
  .tablet-m\:r-49vw {
    right: -49vw;
  }
  .tablet-m\:r\+49vw {
    right: 49vw;
  }
  .tablet-m\:r-49\% {
    right: -49%;
  }
  .tablet-m\:r\+49\% {
    right: 49%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-50vw {
    top: -50vw;
  }
  .tablet-m\:t\+50vw {
    top: 50vw;
  }
  .tablet-m\:t-50\% {
    top: -50%;
  }
  .tablet-m\:t\+50\% {
    top: 50%;
  }
  .tablet-m\:b-50vw {
    bottom: -50vw;
  }
  .tablet-m\:b\+50vw {
    bottom: 50vw;
  }
  .tablet-m\:b-50\% {
    bottom: -50%;
  }
  .tablet-m\:b\+50\% {
    bottom: 50%;
  }
  .tablet-m\:l-50vw {
    left: -50vw;
  }
  .tablet-m\:l\+50vw {
    left: 50vw;
  }
  .tablet-m\:l-50\% {
    left: -50%;
  }
  .tablet-m\:l\+50\% {
    left: 50%;
  }
  .tablet-m\:r-50vw {
    right: -50vw;
  }
  .tablet-m\:r\+50vw {
    right: 50vw;
  }
  .tablet-m\:r-50\% {
    right: -50%;
  }
  .tablet-m\:r\+50\% {
    right: 50%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-51vw {
    top: -51vw;
  }
  .tablet-m\:t\+51vw {
    top: 51vw;
  }
  .tablet-m\:t-51\% {
    top: -51%;
  }
  .tablet-m\:t\+51\% {
    top: 51%;
  }
  .tablet-m\:b-51vw {
    bottom: -51vw;
  }
  .tablet-m\:b\+51vw {
    bottom: 51vw;
  }
  .tablet-m\:b-51\% {
    bottom: -51%;
  }
  .tablet-m\:b\+51\% {
    bottom: 51%;
  }
  .tablet-m\:l-51vw {
    left: -51vw;
  }
  .tablet-m\:l\+51vw {
    left: 51vw;
  }
  .tablet-m\:l-51\% {
    left: -51%;
  }
  .tablet-m\:l\+51\% {
    left: 51%;
  }
  .tablet-m\:r-51vw {
    right: -51vw;
  }
  .tablet-m\:r\+51vw {
    right: 51vw;
  }
  .tablet-m\:r-51\% {
    right: -51%;
  }
  .tablet-m\:r\+51\% {
    right: 51%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-52vw {
    top: -52vw;
  }
  .tablet-m\:t\+52vw {
    top: 52vw;
  }
  .tablet-m\:t-52\% {
    top: -52%;
  }
  .tablet-m\:t\+52\% {
    top: 52%;
  }
  .tablet-m\:b-52vw {
    bottom: -52vw;
  }
  .tablet-m\:b\+52vw {
    bottom: 52vw;
  }
  .tablet-m\:b-52\% {
    bottom: -52%;
  }
  .tablet-m\:b\+52\% {
    bottom: 52%;
  }
  .tablet-m\:l-52vw {
    left: -52vw;
  }
  .tablet-m\:l\+52vw {
    left: 52vw;
  }
  .tablet-m\:l-52\% {
    left: -52%;
  }
  .tablet-m\:l\+52\% {
    left: 52%;
  }
  .tablet-m\:r-52vw {
    right: -52vw;
  }
  .tablet-m\:r\+52vw {
    right: 52vw;
  }
  .tablet-m\:r-52\% {
    right: -52%;
  }
  .tablet-m\:r\+52\% {
    right: 52%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-53vw {
    top: -53vw;
  }
  .tablet-m\:t\+53vw {
    top: 53vw;
  }
  .tablet-m\:t-53\% {
    top: -53%;
  }
  .tablet-m\:t\+53\% {
    top: 53%;
  }
  .tablet-m\:b-53vw {
    bottom: -53vw;
  }
  .tablet-m\:b\+53vw {
    bottom: 53vw;
  }
  .tablet-m\:b-53\% {
    bottom: -53%;
  }
  .tablet-m\:b\+53\% {
    bottom: 53%;
  }
  .tablet-m\:l-53vw {
    left: -53vw;
  }
  .tablet-m\:l\+53vw {
    left: 53vw;
  }
  .tablet-m\:l-53\% {
    left: -53%;
  }
  .tablet-m\:l\+53\% {
    left: 53%;
  }
  .tablet-m\:r-53vw {
    right: -53vw;
  }
  .tablet-m\:r\+53vw {
    right: 53vw;
  }
  .tablet-m\:r-53\% {
    right: -53%;
  }
  .tablet-m\:r\+53\% {
    right: 53%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-54vw {
    top: -54vw;
  }
  .tablet-m\:t\+54vw {
    top: 54vw;
  }
  .tablet-m\:t-54\% {
    top: -54%;
  }
  .tablet-m\:t\+54\% {
    top: 54%;
  }
  .tablet-m\:b-54vw {
    bottom: -54vw;
  }
  .tablet-m\:b\+54vw {
    bottom: 54vw;
  }
  .tablet-m\:b-54\% {
    bottom: -54%;
  }
  .tablet-m\:b\+54\% {
    bottom: 54%;
  }
  .tablet-m\:l-54vw {
    left: -54vw;
  }
  .tablet-m\:l\+54vw {
    left: 54vw;
  }
  .tablet-m\:l-54\% {
    left: -54%;
  }
  .tablet-m\:l\+54\% {
    left: 54%;
  }
  .tablet-m\:r-54vw {
    right: -54vw;
  }
  .tablet-m\:r\+54vw {
    right: 54vw;
  }
  .tablet-m\:r-54\% {
    right: -54%;
  }
  .tablet-m\:r\+54\% {
    right: 54%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-55vw {
    top: -55vw;
  }
  .tablet-m\:t\+55vw {
    top: 55vw;
  }
  .tablet-m\:t-55\% {
    top: -55%;
  }
  .tablet-m\:t\+55\% {
    top: 55%;
  }
  .tablet-m\:b-55vw {
    bottom: -55vw;
  }
  .tablet-m\:b\+55vw {
    bottom: 55vw;
  }
  .tablet-m\:b-55\% {
    bottom: -55%;
  }
  .tablet-m\:b\+55\% {
    bottom: 55%;
  }
  .tablet-m\:l-55vw {
    left: -55vw;
  }
  .tablet-m\:l\+55vw {
    left: 55vw;
  }
  .tablet-m\:l-55\% {
    left: -55%;
  }
  .tablet-m\:l\+55\% {
    left: 55%;
  }
  .tablet-m\:r-55vw {
    right: -55vw;
  }
  .tablet-m\:r\+55vw {
    right: 55vw;
  }
  .tablet-m\:r-55\% {
    right: -55%;
  }
  .tablet-m\:r\+55\% {
    right: 55%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-56vw {
    top: -56vw;
  }
  .tablet-m\:t\+56vw {
    top: 56vw;
  }
  .tablet-m\:t-56\% {
    top: -56%;
  }
  .tablet-m\:t\+56\% {
    top: 56%;
  }
  .tablet-m\:b-56vw {
    bottom: -56vw;
  }
  .tablet-m\:b\+56vw {
    bottom: 56vw;
  }
  .tablet-m\:b-56\% {
    bottom: -56%;
  }
  .tablet-m\:b\+56\% {
    bottom: 56%;
  }
  .tablet-m\:l-56vw {
    left: -56vw;
  }
  .tablet-m\:l\+56vw {
    left: 56vw;
  }
  .tablet-m\:l-56\% {
    left: -56%;
  }
  .tablet-m\:l\+56\% {
    left: 56%;
  }
  .tablet-m\:r-56vw {
    right: -56vw;
  }
  .tablet-m\:r\+56vw {
    right: 56vw;
  }
  .tablet-m\:r-56\% {
    right: -56%;
  }
  .tablet-m\:r\+56\% {
    right: 56%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-57vw {
    top: -57vw;
  }
  .tablet-m\:t\+57vw {
    top: 57vw;
  }
  .tablet-m\:t-57\% {
    top: -57%;
  }
  .tablet-m\:t\+57\% {
    top: 57%;
  }
  .tablet-m\:b-57vw {
    bottom: -57vw;
  }
  .tablet-m\:b\+57vw {
    bottom: 57vw;
  }
  .tablet-m\:b-57\% {
    bottom: -57%;
  }
  .tablet-m\:b\+57\% {
    bottom: 57%;
  }
  .tablet-m\:l-57vw {
    left: -57vw;
  }
  .tablet-m\:l\+57vw {
    left: 57vw;
  }
  .tablet-m\:l-57\% {
    left: -57%;
  }
  .tablet-m\:l\+57\% {
    left: 57%;
  }
  .tablet-m\:r-57vw {
    right: -57vw;
  }
  .tablet-m\:r\+57vw {
    right: 57vw;
  }
  .tablet-m\:r-57\% {
    right: -57%;
  }
  .tablet-m\:r\+57\% {
    right: 57%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-58vw {
    top: -58vw;
  }
  .tablet-m\:t\+58vw {
    top: 58vw;
  }
  .tablet-m\:t-58\% {
    top: -58%;
  }
  .tablet-m\:t\+58\% {
    top: 58%;
  }
  .tablet-m\:b-58vw {
    bottom: -58vw;
  }
  .tablet-m\:b\+58vw {
    bottom: 58vw;
  }
  .tablet-m\:b-58\% {
    bottom: -58%;
  }
  .tablet-m\:b\+58\% {
    bottom: 58%;
  }
  .tablet-m\:l-58vw {
    left: -58vw;
  }
  .tablet-m\:l\+58vw {
    left: 58vw;
  }
  .tablet-m\:l-58\% {
    left: -58%;
  }
  .tablet-m\:l\+58\% {
    left: 58%;
  }
  .tablet-m\:r-58vw {
    right: -58vw;
  }
  .tablet-m\:r\+58vw {
    right: 58vw;
  }
  .tablet-m\:r-58\% {
    right: -58%;
  }
  .tablet-m\:r\+58\% {
    right: 58%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-59vw {
    top: -59vw;
  }
  .tablet-m\:t\+59vw {
    top: 59vw;
  }
  .tablet-m\:t-59\% {
    top: -59%;
  }
  .tablet-m\:t\+59\% {
    top: 59%;
  }
  .tablet-m\:b-59vw {
    bottom: -59vw;
  }
  .tablet-m\:b\+59vw {
    bottom: 59vw;
  }
  .tablet-m\:b-59\% {
    bottom: -59%;
  }
  .tablet-m\:b\+59\% {
    bottom: 59%;
  }
  .tablet-m\:l-59vw {
    left: -59vw;
  }
  .tablet-m\:l\+59vw {
    left: 59vw;
  }
  .tablet-m\:l-59\% {
    left: -59%;
  }
  .tablet-m\:l\+59\% {
    left: 59%;
  }
  .tablet-m\:r-59vw {
    right: -59vw;
  }
  .tablet-m\:r\+59vw {
    right: 59vw;
  }
  .tablet-m\:r-59\% {
    right: -59%;
  }
  .tablet-m\:r\+59\% {
    right: 59%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-60vw {
    top: -60vw;
  }
  .tablet-m\:t\+60vw {
    top: 60vw;
  }
  .tablet-m\:t-60\% {
    top: -60%;
  }
  .tablet-m\:t\+60\% {
    top: 60%;
  }
  .tablet-m\:b-60vw {
    bottom: -60vw;
  }
  .tablet-m\:b\+60vw {
    bottom: 60vw;
  }
  .tablet-m\:b-60\% {
    bottom: -60%;
  }
  .tablet-m\:b\+60\% {
    bottom: 60%;
  }
  .tablet-m\:l-60vw {
    left: -60vw;
  }
  .tablet-m\:l\+60vw {
    left: 60vw;
  }
  .tablet-m\:l-60\% {
    left: -60%;
  }
  .tablet-m\:l\+60\% {
    left: 60%;
  }
  .tablet-m\:r-60vw {
    right: -60vw;
  }
  .tablet-m\:r\+60vw {
    right: 60vw;
  }
  .tablet-m\:r-60\% {
    right: -60%;
  }
  .tablet-m\:r\+60\% {
    right: 60%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-61vw {
    top: -61vw;
  }
  .tablet-m\:t\+61vw {
    top: 61vw;
  }
  .tablet-m\:t-61\% {
    top: -61%;
  }
  .tablet-m\:t\+61\% {
    top: 61%;
  }
  .tablet-m\:b-61vw {
    bottom: -61vw;
  }
  .tablet-m\:b\+61vw {
    bottom: 61vw;
  }
  .tablet-m\:b-61\% {
    bottom: -61%;
  }
  .tablet-m\:b\+61\% {
    bottom: 61%;
  }
  .tablet-m\:l-61vw {
    left: -61vw;
  }
  .tablet-m\:l\+61vw {
    left: 61vw;
  }
  .tablet-m\:l-61\% {
    left: -61%;
  }
  .tablet-m\:l\+61\% {
    left: 61%;
  }
  .tablet-m\:r-61vw {
    right: -61vw;
  }
  .tablet-m\:r\+61vw {
    right: 61vw;
  }
  .tablet-m\:r-61\% {
    right: -61%;
  }
  .tablet-m\:r\+61\% {
    right: 61%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-62vw {
    top: -62vw;
  }
  .tablet-m\:t\+62vw {
    top: 62vw;
  }
  .tablet-m\:t-62\% {
    top: -62%;
  }
  .tablet-m\:t\+62\% {
    top: 62%;
  }
  .tablet-m\:b-62vw {
    bottom: -62vw;
  }
  .tablet-m\:b\+62vw {
    bottom: 62vw;
  }
  .tablet-m\:b-62\% {
    bottom: -62%;
  }
  .tablet-m\:b\+62\% {
    bottom: 62%;
  }
  .tablet-m\:l-62vw {
    left: -62vw;
  }
  .tablet-m\:l\+62vw {
    left: 62vw;
  }
  .tablet-m\:l-62\% {
    left: -62%;
  }
  .tablet-m\:l\+62\% {
    left: 62%;
  }
  .tablet-m\:r-62vw {
    right: -62vw;
  }
  .tablet-m\:r\+62vw {
    right: 62vw;
  }
  .tablet-m\:r-62\% {
    right: -62%;
  }
  .tablet-m\:r\+62\% {
    right: 62%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-63vw {
    top: -63vw;
  }
  .tablet-m\:t\+63vw {
    top: 63vw;
  }
  .tablet-m\:t-63\% {
    top: -63%;
  }
  .tablet-m\:t\+63\% {
    top: 63%;
  }
  .tablet-m\:b-63vw {
    bottom: -63vw;
  }
  .tablet-m\:b\+63vw {
    bottom: 63vw;
  }
  .tablet-m\:b-63\% {
    bottom: -63%;
  }
  .tablet-m\:b\+63\% {
    bottom: 63%;
  }
  .tablet-m\:l-63vw {
    left: -63vw;
  }
  .tablet-m\:l\+63vw {
    left: 63vw;
  }
  .tablet-m\:l-63\% {
    left: -63%;
  }
  .tablet-m\:l\+63\% {
    left: 63%;
  }
  .tablet-m\:r-63vw {
    right: -63vw;
  }
  .tablet-m\:r\+63vw {
    right: 63vw;
  }
  .tablet-m\:r-63\% {
    right: -63%;
  }
  .tablet-m\:r\+63\% {
    right: 63%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-64vw {
    top: -64vw;
  }
  .tablet-m\:t\+64vw {
    top: 64vw;
  }
  .tablet-m\:t-64\% {
    top: -64%;
  }
  .tablet-m\:t\+64\% {
    top: 64%;
  }
  .tablet-m\:b-64vw {
    bottom: -64vw;
  }
  .tablet-m\:b\+64vw {
    bottom: 64vw;
  }
  .tablet-m\:b-64\% {
    bottom: -64%;
  }
  .tablet-m\:b\+64\% {
    bottom: 64%;
  }
  .tablet-m\:l-64vw {
    left: -64vw;
  }
  .tablet-m\:l\+64vw {
    left: 64vw;
  }
  .tablet-m\:l-64\% {
    left: -64%;
  }
  .tablet-m\:l\+64\% {
    left: 64%;
  }
  .tablet-m\:r-64vw {
    right: -64vw;
  }
  .tablet-m\:r\+64vw {
    right: 64vw;
  }
  .tablet-m\:r-64\% {
    right: -64%;
  }
  .tablet-m\:r\+64\% {
    right: 64%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-65vw {
    top: -65vw;
  }
  .tablet-m\:t\+65vw {
    top: 65vw;
  }
  .tablet-m\:t-65\% {
    top: -65%;
  }
  .tablet-m\:t\+65\% {
    top: 65%;
  }
  .tablet-m\:b-65vw {
    bottom: -65vw;
  }
  .tablet-m\:b\+65vw {
    bottom: 65vw;
  }
  .tablet-m\:b-65\% {
    bottom: -65%;
  }
  .tablet-m\:b\+65\% {
    bottom: 65%;
  }
  .tablet-m\:l-65vw {
    left: -65vw;
  }
  .tablet-m\:l\+65vw {
    left: 65vw;
  }
  .tablet-m\:l-65\% {
    left: -65%;
  }
  .tablet-m\:l\+65\% {
    left: 65%;
  }
  .tablet-m\:r-65vw {
    right: -65vw;
  }
  .tablet-m\:r\+65vw {
    right: 65vw;
  }
  .tablet-m\:r-65\% {
    right: -65%;
  }
  .tablet-m\:r\+65\% {
    right: 65%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-66vw {
    top: -66vw;
  }
  .tablet-m\:t\+66vw {
    top: 66vw;
  }
  .tablet-m\:t-66\% {
    top: -66%;
  }
  .tablet-m\:t\+66\% {
    top: 66%;
  }
  .tablet-m\:b-66vw {
    bottom: -66vw;
  }
  .tablet-m\:b\+66vw {
    bottom: 66vw;
  }
  .tablet-m\:b-66\% {
    bottom: -66%;
  }
  .tablet-m\:b\+66\% {
    bottom: 66%;
  }
  .tablet-m\:l-66vw {
    left: -66vw;
  }
  .tablet-m\:l\+66vw {
    left: 66vw;
  }
  .tablet-m\:l-66\% {
    left: -66%;
  }
  .tablet-m\:l\+66\% {
    left: 66%;
  }
  .tablet-m\:r-66vw {
    right: -66vw;
  }
  .tablet-m\:r\+66vw {
    right: 66vw;
  }
  .tablet-m\:r-66\% {
    right: -66%;
  }
  .tablet-m\:r\+66\% {
    right: 66%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-67vw {
    top: -67vw;
  }
  .tablet-m\:t\+67vw {
    top: 67vw;
  }
  .tablet-m\:t-67\% {
    top: -67%;
  }
  .tablet-m\:t\+67\% {
    top: 67%;
  }
  .tablet-m\:b-67vw {
    bottom: -67vw;
  }
  .tablet-m\:b\+67vw {
    bottom: 67vw;
  }
  .tablet-m\:b-67\% {
    bottom: -67%;
  }
  .tablet-m\:b\+67\% {
    bottom: 67%;
  }
  .tablet-m\:l-67vw {
    left: -67vw;
  }
  .tablet-m\:l\+67vw {
    left: 67vw;
  }
  .tablet-m\:l-67\% {
    left: -67%;
  }
  .tablet-m\:l\+67\% {
    left: 67%;
  }
  .tablet-m\:r-67vw {
    right: -67vw;
  }
  .tablet-m\:r\+67vw {
    right: 67vw;
  }
  .tablet-m\:r-67\% {
    right: -67%;
  }
  .tablet-m\:r\+67\% {
    right: 67%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-68vw {
    top: -68vw;
  }
  .tablet-m\:t\+68vw {
    top: 68vw;
  }
  .tablet-m\:t-68\% {
    top: -68%;
  }
  .tablet-m\:t\+68\% {
    top: 68%;
  }
  .tablet-m\:b-68vw {
    bottom: -68vw;
  }
  .tablet-m\:b\+68vw {
    bottom: 68vw;
  }
  .tablet-m\:b-68\% {
    bottom: -68%;
  }
  .tablet-m\:b\+68\% {
    bottom: 68%;
  }
  .tablet-m\:l-68vw {
    left: -68vw;
  }
  .tablet-m\:l\+68vw {
    left: 68vw;
  }
  .tablet-m\:l-68\% {
    left: -68%;
  }
  .tablet-m\:l\+68\% {
    left: 68%;
  }
  .tablet-m\:r-68vw {
    right: -68vw;
  }
  .tablet-m\:r\+68vw {
    right: 68vw;
  }
  .tablet-m\:r-68\% {
    right: -68%;
  }
  .tablet-m\:r\+68\% {
    right: 68%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-69vw {
    top: -69vw;
  }
  .tablet-m\:t\+69vw {
    top: 69vw;
  }
  .tablet-m\:t-69\% {
    top: -69%;
  }
  .tablet-m\:t\+69\% {
    top: 69%;
  }
  .tablet-m\:b-69vw {
    bottom: -69vw;
  }
  .tablet-m\:b\+69vw {
    bottom: 69vw;
  }
  .tablet-m\:b-69\% {
    bottom: -69%;
  }
  .tablet-m\:b\+69\% {
    bottom: 69%;
  }
  .tablet-m\:l-69vw {
    left: -69vw;
  }
  .tablet-m\:l\+69vw {
    left: 69vw;
  }
  .tablet-m\:l-69\% {
    left: -69%;
  }
  .tablet-m\:l\+69\% {
    left: 69%;
  }
  .tablet-m\:r-69vw {
    right: -69vw;
  }
  .tablet-m\:r\+69vw {
    right: 69vw;
  }
  .tablet-m\:r-69\% {
    right: -69%;
  }
  .tablet-m\:r\+69\% {
    right: 69%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-70vw {
    top: -70vw;
  }
  .tablet-m\:t\+70vw {
    top: 70vw;
  }
  .tablet-m\:t-70\% {
    top: -70%;
  }
  .tablet-m\:t\+70\% {
    top: 70%;
  }
  .tablet-m\:b-70vw {
    bottom: -70vw;
  }
  .tablet-m\:b\+70vw {
    bottom: 70vw;
  }
  .tablet-m\:b-70\% {
    bottom: -70%;
  }
  .tablet-m\:b\+70\% {
    bottom: 70%;
  }
  .tablet-m\:l-70vw {
    left: -70vw;
  }
  .tablet-m\:l\+70vw {
    left: 70vw;
  }
  .tablet-m\:l-70\% {
    left: -70%;
  }
  .tablet-m\:l\+70\% {
    left: 70%;
  }
  .tablet-m\:r-70vw {
    right: -70vw;
  }
  .tablet-m\:r\+70vw {
    right: 70vw;
  }
  .tablet-m\:r-70\% {
    right: -70%;
  }
  .tablet-m\:r\+70\% {
    right: 70%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-71vw {
    top: -71vw;
  }
  .tablet-m\:t\+71vw {
    top: 71vw;
  }
  .tablet-m\:t-71\% {
    top: -71%;
  }
  .tablet-m\:t\+71\% {
    top: 71%;
  }
  .tablet-m\:b-71vw {
    bottom: -71vw;
  }
  .tablet-m\:b\+71vw {
    bottom: 71vw;
  }
  .tablet-m\:b-71\% {
    bottom: -71%;
  }
  .tablet-m\:b\+71\% {
    bottom: 71%;
  }
  .tablet-m\:l-71vw {
    left: -71vw;
  }
  .tablet-m\:l\+71vw {
    left: 71vw;
  }
  .tablet-m\:l-71\% {
    left: -71%;
  }
  .tablet-m\:l\+71\% {
    left: 71%;
  }
  .tablet-m\:r-71vw {
    right: -71vw;
  }
  .tablet-m\:r\+71vw {
    right: 71vw;
  }
  .tablet-m\:r-71\% {
    right: -71%;
  }
  .tablet-m\:r\+71\% {
    right: 71%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-72vw {
    top: -72vw;
  }
  .tablet-m\:t\+72vw {
    top: 72vw;
  }
  .tablet-m\:t-72\% {
    top: -72%;
  }
  .tablet-m\:t\+72\% {
    top: 72%;
  }
  .tablet-m\:b-72vw {
    bottom: -72vw;
  }
  .tablet-m\:b\+72vw {
    bottom: 72vw;
  }
  .tablet-m\:b-72\% {
    bottom: -72%;
  }
  .tablet-m\:b\+72\% {
    bottom: 72%;
  }
  .tablet-m\:l-72vw {
    left: -72vw;
  }
  .tablet-m\:l\+72vw {
    left: 72vw;
  }
  .tablet-m\:l-72\% {
    left: -72%;
  }
  .tablet-m\:l\+72\% {
    left: 72%;
  }
  .tablet-m\:r-72vw {
    right: -72vw;
  }
  .tablet-m\:r\+72vw {
    right: 72vw;
  }
  .tablet-m\:r-72\% {
    right: -72%;
  }
  .tablet-m\:r\+72\% {
    right: 72%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-73vw {
    top: -73vw;
  }
  .tablet-m\:t\+73vw {
    top: 73vw;
  }
  .tablet-m\:t-73\% {
    top: -73%;
  }
  .tablet-m\:t\+73\% {
    top: 73%;
  }
  .tablet-m\:b-73vw {
    bottom: -73vw;
  }
  .tablet-m\:b\+73vw {
    bottom: 73vw;
  }
  .tablet-m\:b-73\% {
    bottom: -73%;
  }
  .tablet-m\:b\+73\% {
    bottom: 73%;
  }
  .tablet-m\:l-73vw {
    left: -73vw;
  }
  .tablet-m\:l\+73vw {
    left: 73vw;
  }
  .tablet-m\:l-73\% {
    left: -73%;
  }
  .tablet-m\:l\+73\% {
    left: 73%;
  }
  .tablet-m\:r-73vw {
    right: -73vw;
  }
  .tablet-m\:r\+73vw {
    right: 73vw;
  }
  .tablet-m\:r-73\% {
    right: -73%;
  }
  .tablet-m\:r\+73\% {
    right: 73%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-74vw {
    top: -74vw;
  }
  .tablet-m\:t\+74vw {
    top: 74vw;
  }
  .tablet-m\:t-74\% {
    top: -74%;
  }
  .tablet-m\:t\+74\% {
    top: 74%;
  }
  .tablet-m\:b-74vw {
    bottom: -74vw;
  }
  .tablet-m\:b\+74vw {
    bottom: 74vw;
  }
  .tablet-m\:b-74\% {
    bottom: -74%;
  }
  .tablet-m\:b\+74\% {
    bottom: 74%;
  }
  .tablet-m\:l-74vw {
    left: -74vw;
  }
  .tablet-m\:l\+74vw {
    left: 74vw;
  }
  .tablet-m\:l-74\% {
    left: -74%;
  }
  .tablet-m\:l\+74\% {
    left: 74%;
  }
  .tablet-m\:r-74vw {
    right: -74vw;
  }
  .tablet-m\:r\+74vw {
    right: 74vw;
  }
  .tablet-m\:r-74\% {
    right: -74%;
  }
  .tablet-m\:r\+74\% {
    right: 74%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-75vw {
    top: -75vw;
  }
  .tablet-m\:t\+75vw {
    top: 75vw;
  }
  .tablet-m\:t-75\% {
    top: -75%;
  }
  .tablet-m\:t\+75\% {
    top: 75%;
  }
  .tablet-m\:b-75vw {
    bottom: -75vw;
  }
  .tablet-m\:b\+75vw {
    bottom: 75vw;
  }
  .tablet-m\:b-75\% {
    bottom: -75%;
  }
  .tablet-m\:b\+75\% {
    bottom: 75%;
  }
  .tablet-m\:l-75vw {
    left: -75vw;
  }
  .tablet-m\:l\+75vw {
    left: 75vw;
  }
  .tablet-m\:l-75\% {
    left: -75%;
  }
  .tablet-m\:l\+75\% {
    left: 75%;
  }
  .tablet-m\:r-75vw {
    right: -75vw;
  }
  .tablet-m\:r\+75vw {
    right: 75vw;
  }
  .tablet-m\:r-75\% {
    right: -75%;
  }
  .tablet-m\:r\+75\% {
    right: 75%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-76vw {
    top: -76vw;
  }
  .tablet-m\:t\+76vw {
    top: 76vw;
  }
  .tablet-m\:t-76\% {
    top: -76%;
  }
  .tablet-m\:t\+76\% {
    top: 76%;
  }
  .tablet-m\:b-76vw {
    bottom: -76vw;
  }
  .tablet-m\:b\+76vw {
    bottom: 76vw;
  }
  .tablet-m\:b-76\% {
    bottom: -76%;
  }
  .tablet-m\:b\+76\% {
    bottom: 76%;
  }
  .tablet-m\:l-76vw {
    left: -76vw;
  }
  .tablet-m\:l\+76vw {
    left: 76vw;
  }
  .tablet-m\:l-76\% {
    left: -76%;
  }
  .tablet-m\:l\+76\% {
    left: 76%;
  }
  .tablet-m\:r-76vw {
    right: -76vw;
  }
  .tablet-m\:r\+76vw {
    right: 76vw;
  }
  .tablet-m\:r-76\% {
    right: -76%;
  }
  .tablet-m\:r\+76\% {
    right: 76%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-77vw {
    top: -77vw;
  }
  .tablet-m\:t\+77vw {
    top: 77vw;
  }
  .tablet-m\:t-77\% {
    top: -77%;
  }
  .tablet-m\:t\+77\% {
    top: 77%;
  }
  .tablet-m\:b-77vw {
    bottom: -77vw;
  }
  .tablet-m\:b\+77vw {
    bottom: 77vw;
  }
  .tablet-m\:b-77\% {
    bottom: -77%;
  }
  .tablet-m\:b\+77\% {
    bottom: 77%;
  }
  .tablet-m\:l-77vw {
    left: -77vw;
  }
  .tablet-m\:l\+77vw {
    left: 77vw;
  }
  .tablet-m\:l-77\% {
    left: -77%;
  }
  .tablet-m\:l\+77\% {
    left: 77%;
  }
  .tablet-m\:r-77vw {
    right: -77vw;
  }
  .tablet-m\:r\+77vw {
    right: 77vw;
  }
  .tablet-m\:r-77\% {
    right: -77%;
  }
  .tablet-m\:r\+77\% {
    right: 77%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-78vw {
    top: -78vw;
  }
  .tablet-m\:t\+78vw {
    top: 78vw;
  }
  .tablet-m\:t-78\% {
    top: -78%;
  }
  .tablet-m\:t\+78\% {
    top: 78%;
  }
  .tablet-m\:b-78vw {
    bottom: -78vw;
  }
  .tablet-m\:b\+78vw {
    bottom: 78vw;
  }
  .tablet-m\:b-78\% {
    bottom: -78%;
  }
  .tablet-m\:b\+78\% {
    bottom: 78%;
  }
  .tablet-m\:l-78vw {
    left: -78vw;
  }
  .tablet-m\:l\+78vw {
    left: 78vw;
  }
  .tablet-m\:l-78\% {
    left: -78%;
  }
  .tablet-m\:l\+78\% {
    left: 78%;
  }
  .tablet-m\:r-78vw {
    right: -78vw;
  }
  .tablet-m\:r\+78vw {
    right: 78vw;
  }
  .tablet-m\:r-78\% {
    right: -78%;
  }
  .tablet-m\:r\+78\% {
    right: 78%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-79vw {
    top: -79vw;
  }
  .tablet-m\:t\+79vw {
    top: 79vw;
  }
  .tablet-m\:t-79\% {
    top: -79%;
  }
  .tablet-m\:t\+79\% {
    top: 79%;
  }
  .tablet-m\:b-79vw {
    bottom: -79vw;
  }
  .tablet-m\:b\+79vw {
    bottom: 79vw;
  }
  .tablet-m\:b-79\% {
    bottom: -79%;
  }
  .tablet-m\:b\+79\% {
    bottom: 79%;
  }
  .tablet-m\:l-79vw {
    left: -79vw;
  }
  .tablet-m\:l\+79vw {
    left: 79vw;
  }
  .tablet-m\:l-79\% {
    left: -79%;
  }
  .tablet-m\:l\+79\% {
    left: 79%;
  }
  .tablet-m\:r-79vw {
    right: -79vw;
  }
  .tablet-m\:r\+79vw {
    right: 79vw;
  }
  .tablet-m\:r-79\% {
    right: -79%;
  }
  .tablet-m\:r\+79\% {
    right: 79%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-80vw {
    top: -80vw;
  }
  .tablet-m\:t\+80vw {
    top: 80vw;
  }
  .tablet-m\:t-80\% {
    top: -80%;
  }
  .tablet-m\:t\+80\% {
    top: 80%;
  }
  .tablet-m\:b-80vw {
    bottom: -80vw;
  }
  .tablet-m\:b\+80vw {
    bottom: 80vw;
  }
  .tablet-m\:b-80\% {
    bottom: -80%;
  }
  .tablet-m\:b\+80\% {
    bottom: 80%;
  }
  .tablet-m\:l-80vw {
    left: -80vw;
  }
  .tablet-m\:l\+80vw {
    left: 80vw;
  }
  .tablet-m\:l-80\% {
    left: -80%;
  }
  .tablet-m\:l\+80\% {
    left: 80%;
  }
  .tablet-m\:r-80vw {
    right: -80vw;
  }
  .tablet-m\:r\+80vw {
    right: 80vw;
  }
  .tablet-m\:r-80\% {
    right: -80%;
  }
  .tablet-m\:r\+80\% {
    right: 80%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-81vw {
    top: -81vw;
  }
  .tablet-m\:t\+81vw {
    top: 81vw;
  }
  .tablet-m\:t-81\% {
    top: -81%;
  }
  .tablet-m\:t\+81\% {
    top: 81%;
  }
  .tablet-m\:b-81vw {
    bottom: -81vw;
  }
  .tablet-m\:b\+81vw {
    bottom: 81vw;
  }
  .tablet-m\:b-81\% {
    bottom: -81%;
  }
  .tablet-m\:b\+81\% {
    bottom: 81%;
  }
  .tablet-m\:l-81vw {
    left: -81vw;
  }
  .tablet-m\:l\+81vw {
    left: 81vw;
  }
  .tablet-m\:l-81\% {
    left: -81%;
  }
  .tablet-m\:l\+81\% {
    left: 81%;
  }
  .tablet-m\:r-81vw {
    right: -81vw;
  }
  .tablet-m\:r\+81vw {
    right: 81vw;
  }
  .tablet-m\:r-81\% {
    right: -81%;
  }
  .tablet-m\:r\+81\% {
    right: 81%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-82vw {
    top: -82vw;
  }
  .tablet-m\:t\+82vw {
    top: 82vw;
  }
  .tablet-m\:t-82\% {
    top: -82%;
  }
  .tablet-m\:t\+82\% {
    top: 82%;
  }
  .tablet-m\:b-82vw {
    bottom: -82vw;
  }
  .tablet-m\:b\+82vw {
    bottom: 82vw;
  }
  .tablet-m\:b-82\% {
    bottom: -82%;
  }
  .tablet-m\:b\+82\% {
    bottom: 82%;
  }
  .tablet-m\:l-82vw {
    left: -82vw;
  }
  .tablet-m\:l\+82vw {
    left: 82vw;
  }
  .tablet-m\:l-82\% {
    left: -82%;
  }
  .tablet-m\:l\+82\% {
    left: 82%;
  }
  .tablet-m\:r-82vw {
    right: -82vw;
  }
  .tablet-m\:r\+82vw {
    right: 82vw;
  }
  .tablet-m\:r-82\% {
    right: -82%;
  }
  .tablet-m\:r\+82\% {
    right: 82%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-83vw {
    top: -83vw;
  }
  .tablet-m\:t\+83vw {
    top: 83vw;
  }
  .tablet-m\:t-83\% {
    top: -83%;
  }
  .tablet-m\:t\+83\% {
    top: 83%;
  }
  .tablet-m\:b-83vw {
    bottom: -83vw;
  }
  .tablet-m\:b\+83vw {
    bottom: 83vw;
  }
  .tablet-m\:b-83\% {
    bottom: -83%;
  }
  .tablet-m\:b\+83\% {
    bottom: 83%;
  }
  .tablet-m\:l-83vw {
    left: -83vw;
  }
  .tablet-m\:l\+83vw {
    left: 83vw;
  }
  .tablet-m\:l-83\% {
    left: -83%;
  }
  .tablet-m\:l\+83\% {
    left: 83%;
  }
  .tablet-m\:r-83vw {
    right: -83vw;
  }
  .tablet-m\:r\+83vw {
    right: 83vw;
  }
  .tablet-m\:r-83\% {
    right: -83%;
  }
  .tablet-m\:r\+83\% {
    right: 83%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-84vw {
    top: -84vw;
  }
  .tablet-m\:t\+84vw {
    top: 84vw;
  }
  .tablet-m\:t-84\% {
    top: -84%;
  }
  .tablet-m\:t\+84\% {
    top: 84%;
  }
  .tablet-m\:b-84vw {
    bottom: -84vw;
  }
  .tablet-m\:b\+84vw {
    bottom: 84vw;
  }
  .tablet-m\:b-84\% {
    bottom: -84%;
  }
  .tablet-m\:b\+84\% {
    bottom: 84%;
  }
  .tablet-m\:l-84vw {
    left: -84vw;
  }
  .tablet-m\:l\+84vw {
    left: 84vw;
  }
  .tablet-m\:l-84\% {
    left: -84%;
  }
  .tablet-m\:l\+84\% {
    left: 84%;
  }
  .tablet-m\:r-84vw {
    right: -84vw;
  }
  .tablet-m\:r\+84vw {
    right: 84vw;
  }
  .tablet-m\:r-84\% {
    right: -84%;
  }
  .tablet-m\:r\+84\% {
    right: 84%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-85vw {
    top: -85vw;
  }
  .tablet-m\:t\+85vw {
    top: 85vw;
  }
  .tablet-m\:t-85\% {
    top: -85%;
  }
  .tablet-m\:t\+85\% {
    top: 85%;
  }
  .tablet-m\:b-85vw {
    bottom: -85vw;
  }
  .tablet-m\:b\+85vw {
    bottom: 85vw;
  }
  .tablet-m\:b-85\% {
    bottom: -85%;
  }
  .tablet-m\:b\+85\% {
    bottom: 85%;
  }
  .tablet-m\:l-85vw {
    left: -85vw;
  }
  .tablet-m\:l\+85vw {
    left: 85vw;
  }
  .tablet-m\:l-85\% {
    left: -85%;
  }
  .tablet-m\:l\+85\% {
    left: 85%;
  }
  .tablet-m\:r-85vw {
    right: -85vw;
  }
  .tablet-m\:r\+85vw {
    right: 85vw;
  }
  .tablet-m\:r-85\% {
    right: -85%;
  }
  .tablet-m\:r\+85\% {
    right: 85%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-86vw {
    top: -86vw;
  }
  .tablet-m\:t\+86vw {
    top: 86vw;
  }
  .tablet-m\:t-86\% {
    top: -86%;
  }
  .tablet-m\:t\+86\% {
    top: 86%;
  }
  .tablet-m\:b-86vw {
    bottom: -86vw;
  }
  .tablet-m\:b\+86vw {
    bottom: 86vw;
  }
  .tablet-m\:b-86\% {
    bottom: -86%;
  }
  .tablet-m\:b\+86\% {
    bottom: 86%;
  }
  .tablet-m\:l-86vw {
    left: -86vw;
  }
  .tablet-m\:l\+86vw {
    left: 86vw;
  }
  .tablet-m\:l-86\% {
    left: -86%;
  }
  .tablet-m\:l\+86\% {
    left: 86%;
  }
  .tablet-m\:r-86vw {
    right: -86vw;
  }
  .tablet-m\:r\+86vw {
    right: 86vw;
  }
  .tablet-m\:r-86\% {
    right: -86%;
  }
  .tablet-m\:r\+86\% {
    right: 86%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-87vw {
    top: -87vw;
  }
  .tablet-m\:t\+87vw {
    top: 87vw;
  }
  .tablet-m\:t-87\% {
    top: -87%;
  }
  .tablet-m\:t\+87\% {
    top: 87%;
  }
  .tablet-m\:b-87vw {
    bottom: -87vw;
  }
  .tablet-m\:b\+87vw {
    bottom: 87vw;
  }
  .tablet-m\:b-87\% {
    bottom: -87%;
  }
  .tablet-m\:b\+87\% {
    bottom: 87%;
  }
  .tablet-m\:l-87vw {
    left: -87vw;
  }
  .tablet-m\:l\+87vw {
    left: 87vw;
  }
  .tablet-m\:l-87\% {
    left: -87%;
  }
  .tablet-m\:l\+87\% {
    left: 87%;
  }
  .tablet-m\:r-87vw {
    right: -87vw;
  }
  .tablet-m\:r\+87vw {
    right: 87vw;
  }
  .tablet-m\:r-87\% {
    right: -87%;
  }
  .tablet-m\:r\+87\% {
    right: 87%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-88vw {
    top: -88vw;
  }
  .tablet-m\:t\+88vw {
    top: 88vw;
  }
  .tablet-m\:t-88\% {
    top: -88%;
  }
  .tablet-m\:t\+88\% {
    top: 88%;
  }
  .tablet-m\:b-88vw {
    bottom: -88vw;
  }
  .tablet-m\:b\+88vw {
    bottom: 88vw;
  }
  .tablet-m\:b-88\% {
    bottom: -88%;
  }
  .tablet-m\:b\+88\% {
    bottom: 88%;
  }
  .tablet-m\:l-88vw {
    left: -88vw;
  }
  .tablet-m\:l\+88vw {
    left: 88vw;
  }
  .tablet-m\:l-88\% {
    left: -88%;
  }
  .tablet-m\:l\+88\% {
    left: 88%;
  }
  .tablet-m\:r-88vw {
    right: -88vw;
  }
  .tablet-m\:r\+88vw {
    right: 88vw;
  }
  .tablet-m\:r-88\% {
    right: -88%;
  }
  .tablet-m\:r\+88\% {
    right: 88%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-89vw {
    top: -89vw;
  }
  .tablet-m\:t\+89vw {
    top: 89vw;
  }
  .tablet-m\:t-89\% {
    top: -89%;
  }
  .tablet-m\:t\+89\% {
    top: 89%;
  }
  .tablet-m\:b-89vw {
    bottom: -89vw;
  }
  .tablet-m\:b\+89vw {
    bottom: 89vw;
  }
  .tablet-m\:b-89\% {
    bottom: -89%;
  }
  .tablet-m\:b\+89\% {
    bottom: 89%;
  }
  .tablet-m\:l-89vw {
    left: -89vw;
  }
  .tablet-m\:l\+89vw {
    left: 89vw;
  }
  .tablet-m\:l-89\% {
    left: -89%;
  }
  .tablet-m\:l\+89\% {
    left: 89%;
  }
  .tablet-m\:r-89vw {
    right: -89vw;
  }
  .tablet-m\:r\+89vw {
    right: 89vw;
  }
  .tablet-m\:r-89\% {
    right: -89%;
  }
  .tablet-m\:r\+89\% {
    right: 89%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-90vw {
    top: -90vw;
  }
  .tablet-m\:t\+90vw {
    top: 90vw;
  }
  .tablet-m\:t-90\% {
    top: -90%;
  }
  .tablet-m\:t\+90\% {
    top: 90%;
  }
  .tablet-m\:b-90vw {
    bottom: -90vw;
  }
  .tablet-m\:b\+90vw {
    bottom: 90vw;
  }
  .tablet-m\:b-90\% {
    bottom: -90%;
  }
  .tablet-m\:b\+90\% {
    bottom: 90%;
  }
  .tablet-m\:l-90vw {
    left: -90vw;
  }
  .tablet-m\:l\+90vw {
    left: 90vw;
  }
  .tablet-m\:l-90\% {
    left: -90%;
  }
  .tablet-m\:l\+90\% {
    left: 90%;
  }
  .tablet-m\:r-90vw {
    right: -90vw;
  }
  .tablet-m\:r\+90vw {
    right: 90vw;
  }
  .tablet-m\:r-90\% {
    right: -90%;
  }
  .tablet-m\:r\+90\% {
    right: 90%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-91vw {
    top: -91vw;
  }
  .tablet-m\:t\+91vw {
    top: 91vw;
  }
  .tablet-m\:t-91\% {
    top: -91%;
  }
  .tablet-m\:t\+91\% {
    top: 91%;
  }
  .tablet-m\:b-91vw {
    bottom: -91vw;
  }
  .tablet-m\:b\+91vw {
    bottom: 91vw;
  }
  .tablet-m\:b-91\% {
    bottom: -91%;
  }
  .tablet-m\:b\+91\% {
    bottom: 91%;
  }
  .tablet-m\:l-91vw {
    left: -91vw;
  }
  .tablet-m\:l\+91vw {
    left: 91vw;
  }
  .tablet-m\:l-91\% {
    left: -91%;
  }
  .tablet-m\:l\+91\% {
    left: 91%;
  }
  .tablet-m\:r-91vw {
    right: -91vw;
  }
  .tablet-m\:r\+91vw {
    right: 91vw;
  }
  .tablet-m\:r-91\% {
    right: -91%;
  }
  .tablet-m\:r\+91\% {
    right: 91%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-92vw {
    top: -92vw;
  }
  .tablet-m\:t\+92vw {
    top: 92vw;
  }
  .tablet-m\:t-92\% {
    top: -92%;
  }
  .tablet-m\:t\+92\% {
    top: 92%;
  }
  .tablet-m\:b-92vw {
    bottom: -92vw;
  }
  .tablet-m\:b\+92vw {
    bottom: 92vw;
  }
  .tablet-m\:b-92\% {
    bottom: -92%;
  }
  .tablet-m\:b\+92\% {
    bottom: 92%;
  }
  .tablet-m\:l-92vw {
    left: -92vw;
  }
  .tablet-m\:l\+92vw {
    left: 92vw;
  }
  .tablet-m\:l-92\% {
    left: -92%;
  }
  .tablet-m\:l\+92\% {
    left: 92%;
  }
  .tablet-m\:r-92vw {
    right: -92vw;
  }
  .tablet-m\:r\+92vw {
    right: 92vw;
  }
  .tablet-m\:r-92\% {
    right: -92%;
  }
  .tablet-m\:r\+92\% {
    right: 92%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-93vw {
    top: -93vw;
  }
  .tablet-m\:t\+93vw {
    top: 93vw;
  }
  .tablet-m\:t-93\% {
    top: -93%;
  }
  .tablet-m\:t\+93\% {
    top: 93%;
  }
  .tablet-m\:b-93vw {
    bottom: -93vw;
  }
  .tablet-m\:b\+93vw {
    bottom: 93vw;
  }
  .tablet-m\:b-93\% {
    bottom: -93%;
  }
  .tablet-m\:b\+93\% {
    bottom: 93%;
  }
  .tablet-m\:l-93vw {
    left: -93vw;
  }
  .tablet-m\:l\+93vw {
    left: 93vw;
  }
  .tablet-m\:l-93\% {
    left: -93%;
  }
  .tablet-m\:l\+93\% {
    left: 93%;
  }
  .tablet-m\:r-93vw {
    right: -93vw;
  }
  .tablet-m\:r\+93vw {
    right: 93vw;
  }
  .tablet-m\:r-93\% {
    right: -93%;
  }
  .tablet-m\:r\+93\% {
    right: 93%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-94vw {
    top: -94vw;
  }
  .tablet-m\:t\+94vw {
    top: 94vw;
  }
  .tablet-m\:t-94\% {
    top: -94%;
  }
  .tablet-m\:t\+94\% {
    top: 94%;
  }
  .tablet-m\:b-94vw {
    bottom: -94vw;
  }
  .tablet-m\:b\+94vw {
    bottom: 94vw;
  }
  .tablet-m\:b-94\% {
    bottom: -94%;
  }
  .tablet-m\:b\+94\% {
    bottom: 94%;
  }
  .tablet-m\:l-94vw {
    left: -94vw;
  }
  .tablet-m\:l\+94vw {
    left: 94vw;
  }
  .tablet-m\:l-94\% {
    left: -94%;
  }
  .tablet-m\:l\+94\% {
    left: 94%;
  }
  .tablet-m\:r-94vw {
    right: -94vw;
  }
  .tablet-m\:r\+94vw {
    right: 94vw;
  }
  .tablet-m\:r-94\% {
    right: -94%;
  }
  .tablet-m\:r\+94\% {
    right: 94%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-95vw {
    top: -95vw;
  }
  .tablet-m\:t\+95vw {
    top: 95vw;
  }
  .tablet-m\:t-95\% {
    top: -95%;
  }
  .tablet-m\:t\+95\% {
    top: 95%;
  }
  .tablet-m\:b-95vw {
    bottom: -95vw;
  }
  .tablet-m\:b\+95vw {
    bottom: 95vw;
  }
  .tablet-m\:b-95\% {
    bottom: -95%;
  }
  .tablet-m\:b\+95\% {
    bottom: 95%;
  }
  .tablet-m\:l-95vw {
    left: -95vw;
  }
  .tablet-m\:l\+95vw {
    left: 95vw;
  }
  .tablet-m\:l-95\% {
    left: -95%;
  }
  .tablet-m\:l\+95\% {
    left: 95%;
  }
  .tablet-m\:r-95vw {
    right: -95vw;
  }
  .tablet-m\:r\+95vw {
    right: 95vw;
  }
  .tablet-m\:r-95\% {
    right: -95%;
  }
  .tablet-m\:r\+95\% {
    right: 95%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-96vw {
    top: -96vw;
  }
  .tablet-m\:t\+96vw {
    top: 96vw;
  }
  .tablet-m\:t-96\% {
    top: -96%;
  }
  .tablet-m\:t\+96\% {
    top: 96%;
  }
  .tablet-m\:b-96vw {
    bottom: -96vw;
  }
  .tablet-m\:b\+96vw {
    bottom: 96vw;
  }
  .tablet-m\:b-96\% {
    bottom: -96%;
  }
  .tablet-m\:b\+96\% {
    bottom: 96%;
  }
  .tablet-m\:l-96vw {
    left: -96vw;
  }
  .tablet-m\:l\+96vw {
    left: 96vw;
  }
  .tablet-m\:l-96\% {
    left: -96%;
  }
  .tablet-m\:l\+96\% {
    left: 96%;
  }
  .tablet-m\:r-96vw {
    right: -96vw;
  }
  .tablet-m\:r\+96vw {
    right: 96vw;
  }
  .tablet-m\:r-96\% {
    right: -96%;
  }
  .tablet-m\:r\+96\% {
    right: 96%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-97vw {
    top: -97vw;
  }
  .tablet-m\:t\+97vw {
    top: 97vw;
  }
  .tablet-m\:t-97\% {
    top: -97%;
  }
  .tablet-m\:t\+97\% {
    top: 97%;
  }
  .tablet-m\:b-97vw {
    bottom: -97vw;
  }
  .tablet-m\:b\+97vw {
    bottom: 97vw;
  }
  .tablet-m\:b-97\% {
    bottom: -97%;
  }
  .tablet-m\:b\+97\% {
    bottom: 97%;
  }
  .tablet-m\:l-97vw {
    left: -97vw;
  }
  .tablet-m\:l\+97vw {
    left: 97vw;
  }
  .tablet-m\:l-97\% {
    left: -97%;
  }
  .tablet-m\:l\+97\% {
    left: 97%;
  }
  .tablet-m\:r-97vw {
    right: -97vw;
  }
  .tablet-m\:r\+97vw {
    right: 97vw;
  }
  .tablet-m\:r-97\% {
    right: -97%;
  }
  .tablet-m\:r\+97\% {
    right: 97%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-98vw {
    top: -98vw;
  }
  .tablet-m\:t\+98vw {
    top: 98vw;
  }
  .tablet-m\:t-98\% {
    top: -98%;
  }
  .tablet-m\:t\+98\% {
    top: 98%;
  }
  .tablet-m\:b-98vw {
    bottom: -98vw;
  }
  .tablet-m\:b\+98vw {
    bottom: 98vw;
  }
  .tablet-m\:b-98\% {
    bottom: -98%;
  }
  .tablet-m\:b\+98\% {
    bottom: 98%;
  }
  .tablet-m\:l-98vw {
    left: -98vw;
  }
  .tablet-m\:l\+98vw {
    left: 98vw;
  }
  .tablet-m\:l-98\% {
    left: -98%;
  }
  .tablet-m\:l\+98\% {
    left: 98%;
  }
  .tablet-m\:r-98vw {
    right: -98vw;
  }
  .tablet-m\:r\+98vw {
    right: 98vw;
  }
  .tablet-m\:r-98\% {
    right: -98%;
  }
  .tablet-m\:r\+98\% {
    right: 98%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-99vw {
    top: -99vw;
  }
  .tablet-m\:t\+99vw {
    top: 99vw;
  }
  .tablet-m\:t-99\% {
    top: -99%;
  }
  .tablet-m\:t\+99\% {
    top: 99%;
  }
  .tablet-m\:b-99vw {
    bottom: -99vw;
  }
  .tablet-m\:b\+99vw {
    bottom: 99vw;
  }
  .tablet-m\:b-99\% {
    bottom: -99%;
  }
  .tablet-m\:b\+99\% {
    bottom: 99%;
  }
  .tablet-m\:l-99vw {
    left: -99vw;
  }
  .tablet-m\:l\+99vw {
    left: 99vw;
  }
  .tablet-m\:l-99\% {
    left: -99%;
  }
  .tablet-m\:l\+99\% {
    left: 99%;
  }
  .tablet-m\:r-99vw {
    right: -99vw;
  }
  .tablet-m\:r\+99vw {
    right: 99vw;
  }
  .tablet-m\:r-99\% {
    right: -99%;
  }
  .tablet-m\:r\+99\% {
    right: 99%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-100vw {
    top: -100vw;
  }
  .tablet-m\:t\+100vw {
    top: 100vw;
  }
  .tablet-m\:t-100\% {
    top: -100%;
  }
  .tablet-m\:t\+100\% {
    top: 100%;
  }
  .tablet-m\:b-100vw {
    bottom: -100vw;
  }
  .tablet-m\:b\+100vw {
    bottom: 100vw;
  }
  .tablet-m\:b-100\% {
    bottom: -100%;
  }
  .tablet-m\:b\+100\% {
    bottom: 100%;
  }
  .tablet-m\:l-100vw {
    left: -100vw;
  }
  .tablet-m\:l\+100vw {
    left: 100vw;
  }
  .tablet-m\:l-100\% {
    left: -100%;
  }
  .tablet-m\:l\+100\% {
    left: 100%;
  }
  .tablet-m\:r-100vw {
    right: -100vw;
  }
  .tablet-m\:r\+100vw {
    right: 100vw;
  }
  .tablet-m\:r-100\% {
    right: -100%;
  }
  .tablet-m\:r\+100\% {
    right: 100%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-101vw {
    top: -101vw;
  }
  .tablet-m\:t\+101vw {
    top: 101vw;
  }
  .tablet-m\:t-101\% {
    top: -101%;
  }
  .tablet-m\:t\+101\% {
    top: 101%;
  }
  .tablet-m\:b-101vw {
    bottom: -101vw;
  }
  .tablet-m\:b\+101vw {
    bottom: 101vw;
  }
  .tablet-m\:b-101\% {
    bottom: -101%;
  }
  .tablet-m\:b\+101\% {
    bottom: 101%;
  }
  .tablet-m\:l-101vw {
    left: -101vw;
  }
  .tablet-m\:l\+101vw {
    left: 101vw;
  }
  .tablet-m\:l-101\% {
    left: -101%;
  }
  .tablet-m\:l\+101\% {
    left: 101%;
  }
  .tablet-m\:r-101vw {
    right: -101vw;
  }
  .tablet-m\:r\+101vw {
    right: 101vw;
  }
  .tablet-m\:r-101\% {
    right: -101%;
  }
  .tablet-m\:r\+101\% {
    right: 101%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-102vw {
    top: -102vw;
  }
  .tablet-m\:t\+102vw {
    top: 102vw;
  }
  .tablet-m\:t-102\% {
    top: -102%;
  }
  .tablet-m\:t\+102\% {
    top: 102%;
  }
  .tablet-m\:b-102vw {
    bottom: -102vw;
  }
  .tablet-m\:b\+102vw {
    bottom: 102vw;
  }
  .tablet-m\:b-102\% {
    bottom: -102%;
  }
  .tablet-m\:b\+102\% {
    bottom: 102%;
  }
  .tablet-m\:l-102vw {
    left: -102vw;
  }
  .tablet-m\:l\+102vw {
    left: 102vw;
  }
  .tablet-m\:l-102\% {
    left: -102%;
  }
  .tablet-m\:l\+102\% {
    left: 102%;
  }
  .tablet-m\:r-102vw {
    right: -102vw;
  }
  .tablet-m\:r\+102vw {
    right: 102vw;
  }
  .tablet-m\:r-102\% {
    right: -102%;
  }
  .tablet-m\:r\+102\% {
    right: 102%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-103vw {
    top: -103vw;
  }
  .tablet-m\:t\+103vw {
    top: 103vw;
  }
  .tablet-m\:t-103\% {
    top: -103%;
  }
  .tablet-m\:t\+103\% {
    top: 103%;
  }
  .tablet-m\:b-103vw {
    bottom: -103vw;
  }
  .tablet-m\:b\+103vw {
    bottom: 103vw;
  }
  .tablet-m\:b-103\% {
    bottom: -103%;
  }
  .tablet-m\:b\+103\% {
    bottom: 103%;
  }
  .tablet-m\:l-103vw {
    left: -103vw;
  }
  .tablet-m\:l\+103vw {
    left: 103vw;
  }
  .tablet-m\:l-103\% {
    left: -103%;
  }
  .tablet-m\:l\+103\% {
    left: 103%;
  }
  .tablet-m\:r-103vw {
    right: -103vw;
  }
  .tablet-m\:r\+103vw {
    right: 103vw;
  }
  .tablet-m\:r-103\% {
    right: -103%;
  }
  .tablet-m\:r\+103\% {
    right: 103%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-104vw {
    top: -104vw;
  }
  .tablet-m\:t\+104vw {
    top: 104vw;
  }
  .tablet-m\:t-104\% {
    top: -104%;
  }
  .tablet-m\:t\+104\% {
    top: 104%;
  }
  .tablet-m\:b-104vw {
    bottom: -104vw;
  }
  .tablet-m\:b\+104vw {
    bottom: 104vw;
  }
  .tablet-m\:b-104\% {
    bottom: -104%;
  }
  .tablet-m\:b\+104\% {
    bottom: 104%;
  }
  .tablet-m\:l-104vw {
    left: -104vw;
  }
  .tablet-m\:l\+104vw {
    left: 104vw;
  }
  .tablet-m\:l-104\% {
    left: -104%;
  }
  .tablet-m\:l\+104\% {
    left: 104%;
  }
  .tablet-m\:r-104vw {
    right: -104vw;
  }
  .tablet-m\:r\+104vw {
    right: 104vw;
  }
  .tablet-m\:r-104\% {
    right: -104%;
  }
  .tablet-m\:r\+104\% {
    right: 104%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-105vw {
    top: -105vw;
  }
  .tablet-m\:t\+105vw {
    top: 105vw;
  }
  .tablet-m\:t-105\% {
    top: -105%;
  }
  .tablet-m\:t\+105\% {
    top: 105%;
  }
  .tablet-m\:b-105vw {
    bottom: -105vw;
  }
  .tablet-m\:b\+105vw {
    bottom: 105vw;
  }
  .tablet-m\:b-105\% {
    bottom: -105%;
  }
  .tablet-m\:b\+105\% {
    bottom: 105%;
  }
  .tablet-m\:l-105vw {
    left: -105vw;
  }
  .tablet-m\:l\+105vw {
    left: 105vw;
  }
  .tablet-m\:l-105\% {
    left: -105%;
  }
  .tablet-m\:l\+105\% {
    left: 105%;
  }
  .tablet-m\:r-105vw {
    right: -105vw;
  }
  .tablet-m\:r\+105vw {
    right: 105vw;
  }
  .tablet-m\:r-105\% {
    right: -105%;
  }
  .tablet-m\:r\+105\% {
    right: 105%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-106vw {
    top: -106vw;
  }
  .tablet-m\:t\+106vw {
    top: 106vw;
  }
  .tablet-m\:t-106\% {
    top: -106%;
  }
  .tablet-m\:t\+106\% {
    top: 106%;
  }
  .tablet-m\:b-106vw {
    bottom: -106vw;
  }
  .tablet-m\:b\+106vw {
    bottom: 106vw;
  }
  .tablet-m\:b-106\% {
    bottom: -106%;
  }
  .tablet-m\:b\+106\% {
    bottom: 106%;
  }
  .tablet-m\:l-106vw {
    left: -106vw;
  }
  .tablet-m\:l\+106vw {
    left: 106vw;
  }
  .tablet-m\:l-106\% {
    left: -106%;
  }
  .tablet-m\:l\+106\% {
    left: 106%;
  }
  .tablet-m\:r-106vw {
    right: -106vw;
  }
  .tablet-m\:r\+106vw {
    right: 106vw;
  }
  .tablet-m\:r-106\% {
    right: -106%;
  }
  .tablet-m\:r\+106\% {
    right: 106%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-107vw {
    top: -107vw;
  }
  .tablet-m\:t\+107vw {
    top: 107vw;
  }
  .tablet-m\:t-107\% {
    top: -107%;
  }
  .tablet-m\:t\+107\% {
    top: 107%;
  }
  .tablet-m\:b-107vw {
    bottom: -107vw;
  }
  .tablet-m\:b\+107vw {
    bottom: 107vw;
  }
  .tablet-m\:b-107\% {
    bottom: -107%;
  }
  .tablet-m\:b\+107\% {
    bottom: 107%;
  }
  .tablet-m\:l-107vw {
    left: -107vw;
  }
  .tablet-m\:l\+107vw {
    left: 107vw;
  }
  .tablet-m\:l-107\% {
    left: -107%;
  }
  .tablet-m\:l\+107\% {
    left: 107%;
  }
  .tablet-m\:r-107vw {
    right: -107vw;
  }
  .tablet-m\:r\+107vw {
    right: 107vw;
  }
  .tablet-m\:r-107\% {
    right: -107%;
  }
  .tablet-m\:r\+107\% {
    right: 107%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-108vw {
    top: -108vw;
  }
  .tablet-m\:t\+108vw {
    top: 108vw;
  }
  .tablet-m\:t-108\% {
    top: -108%;
  }
  .tablet-m\:t\+108\% {
    top: 108%;
  }
  .tablet-m\:b-108vw {
    bottom: -108vw;
  }
  .tablet-m\:b\+108vw {
    bottom: 108vw;
  }
  .tablet-m\:b-108\% {
    bottom: -108%;
  }
  .tablet-m\:b\+108\% {
    bottom: 108%;
  }
  .tablet-m\:l-108vw {
    left: -108vw;
  }
  .tablet-m\:l\+108vw {
    left: 108vw;
  }
  .tablet-m\:l-108\% {
    left: -108%;
  }
  .tablet-m\:l\+108\% {
    left: 108%;
  }
  .tablet-m\:r-108vw {
    right: -108vw;
  }
  .tablet-m\:r\+108vw {
    right: 108vw;
  }
  .tablet-m\:r-108\% {
    right: -108%;
  }
  .tablet-m\:r\+108\% {
    right: 108%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-109vw {
    top: -109vw;
  }
  .tablet-m\:t\+109vw {
    top: 109vw;
  }
  .tablet-m\:t-109\% {
    top: -109%;
  }
  .tablet-m\:t\+109\% {
    top: 109%;
  }
  .tablet-m\:b-109vw {
    bottom: -109vw;
  }
  .tablet-m\:b\+109vw {
    bottom: 109vw;
  }
  .tablet-m\:b-109\% {
    bottom: -109%;
  }
  .tablet-m\:b\+109\% {
    bottom: 109%;
  }
  .tablet-m\:l-109vw {
    left: -109vw;
  }
  .tablet-m\:l\+109vw {
    left: 109vw;
  }
  .tablet-m\:l-109\% {
    left: -109%;
  }
  .tablet-m\:l\+109\% {
    left: 109%;
  }
  .tablet-m\:r-109vw {
    right: -109vw;
  }
  .tablet-m\:r\+109vw {
    right: 109vw;
  }
  .tablet-m\:r-109\% {
    right: -109%;
  }
  .tablet-m\:r\+109\% {
    right: 109%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-110vw {
    top: -110vw;
  }
  .tablet-m\:t\+110vw {
    top: 110vw;
  }
  .tablet-m\:t-110\% {
    top: -110%;
  }
  .tablet-m\:t\+110\% {
    top: 110%;
  }
  .tablet-m\:b-110vw {
    bottom: -110vw;
  }
  .tablet-m\:b\+110vw {
    bottom: 110vw;
  }
  .tablet-m\:b-110\% {
    bottom: -110%;
  }
  .tablet-m\:b\+110\% {
    bottom: 110%;
  }
  .tablet-m\:l-110vw {
    left: -110vw;
  }
  .tablet-m\:l\+110vw {
    left: 110vw;
  }
  .tablet-m\:l-110\% {
    left: -110%;
  }
  .tablet-m\:l\+110\% {
    left: 110%;
  }
  .tablet-m\:r-110vw {
    right: -110vw;
  }
  .tablet-m\:r\+110vw {
    right: 110vw;
  }
  .tablet-m\:r-110\% {
    right: -110%;
  }
  .tablet-m\:r\+110\% {
    right: 110%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-111vw {
    top: -111vw;
  }
  .tablet-m\:t\+111vw {
    top: 111vw;
  }
  .tablet-m\:t-111\% {
    top: -111%;
  }
  .tablet-m\:t\+111\% {
    top: 111%;
  }
  .tablet-m\:b-111vw {
    bottom: -111vw;
  }
  .tablet-m\:b\+111vw {
    bottom: 111vw;
  }
  .tablet-m\:b-111\% {
    bottom: -111%;
  }
  .tablet-m\:b\+111\% {
    bottom: 111%;
  }
  .tablet-m\:l-111vw {
    left: -111vw;
  }
  .tablet-m\:l\+111vw {
    left: 111vw;
  }
  .tablet-m\:l-111\% {
    left: -111%;
  }
  .tablet-m\:l\+111\% {
    left: 111%;
  }
  .tablet-m\:r-111vw {
    right: -111vw;
  }
  .tablet-m\:r\+111vw {
    right: 111vw;
  }
  .tablet-m\:r-111\% {
    right: -111%;
  }
  .tablet-m\:r\+111\% {
    right: 111%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-112vw {
    top: -112vw;
  }
  .tablet-m\:t\+112vw {
    top: 112vw;
  }
  .tablet-m\:t-112\% {
    top: -112%;
  }
  .tablet-m\:t\+112\% {
    top: 112%;
  }
  .tablet-m\:b-112vw {
    bottom: -112vw;
  }
  .tablet-m\:b\+112vw {
    bottom: 112vw;
  }
  .tablet-m\:b-112\% {
    bottom: -112%;
  }
  .tablet-m\:b\+112\% {
    bottom: 112%;
  }
  .tablet-m\:l-112vw {
    left: -112vw;
  }
  .tablet-m\:l\+112vw {
    left: 112vw;
  }
  .tablet-m\:l-112\% {
    left: -112%;
  }
  .tablet-m\:l\+112\% {
    left: 112%;
  }
  .tablet-m\:r-112vw {
    right: -112vw;
  }
  .tablet-m\:r\+112vw {
    right: 112vw;
  }
  .tablet-m\:r-112\% {
    right: -112%;
  }
  .tablet-m\:r\+112\% {
    right: 112%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-113vw {
    top: -113vw;
  }
  .tablet-m\:t\+113vw {
    top: 113vw;
  }
  .tablet-m\:t-113\% {
    top: -113%;
  }
  .tablet-m\:t\+113\% {
    top: 113%;
  }
  .tablet-m\:b-113vw {
    bottom: -113vw;
  }
  .tablet-m\:b\+113vw {
    bottom: 113vw;
  }
  .tablet-m\:b-113\% {
    bottom: -113%;
  }
  .tablet-m\:b\+113\% {
    bottom: 113%;
  }
  .tablet-m\:l-113vw {
    left: -113vw;
  }
  .tablet-m\:l\+113vw {
    left: 113vw;
  }
  .tablet-m\:l-113\% {
    left: -113%;
  }
  .tablet-m\:l\+113\% {
    left: 113%;
  }
  .tablet-m\:r-113vw {
    right: -113vw;
  }
  .tablet-m\:r\+113vw {
    right: 113vw;
  }
  .tablet-m\:r-113\% {
    right: -113%;
  }
  .tablet-m\:r\+113\% {
    right: 113%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-114vw {
    top: -114vw;
  }
  .tablet-m\:t\+114vw {
    top: 114vw;
  }
  .tablet-m\:t-114\% {
    top: -114%;
  }
  .tablet-m\:t\+114\% {
    top: 114%;
  }
  .tablet-m\:b-114vw {
    bottom: -114vw;
  }
  .tablet-m\:b\+114vw {
    bottom: 114vw;
  }
  .tablet-m\:b-114\% {
    bottom: -114%;
  }
  .tablet-m\:b\+114\% {
    bottom: 114%;
  }
  .tablet-m\:l-114vw {
    left: -114vw;
  }
  .tablet-m\:l\+114vw {
    left: 114vw;
  }
  .tablet-m\:l-114\% {
    left: -114%;
  }
  .tablet-m\:l\+114\% {
    left: 114%;
  }
  .tablet-m\:r-114vw {
    right: -114vw;
  }
  .tablet-m\:r\+114vw {
    right: 114vw;
  }
  .tablet-m\:r-114\% {
    right: -114%;
  }
  .tablet-m\:r\+114\% {
    right: 114%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-115vw {
    top: -115vw;
  }
  .tablet-m\:t\+115vw {
    top: 115vw;
  }
  .tablet-m\:t-115\% {
    top: -115%;
  }
  .tablet-m\:t\+115\% {
    top: 115%;
  }
  .tablet-m\:b-115vw {
    bottom: -115vw;
  }
  .tablet-m\:b\+115vw {
    bottom: 115vw;
  }
  .tablet-m\:b-115\% {
    bottom: -115%;
  }
  .tablet-m\:b\+115\% {
    bottom: 115%;
  }
  .tablet-m\:l-115vw {
    left: -115vw;
  }
  .tablet-m\:l\+115vw {
    left: 115vw;
  }
  .tablet-m\:l-115\% {
    left: -115%;
  }
  .tablet-m\:l\+115\% {
    left: 115%;
  }
  .tablet-m\:r-115vw {
    right: -115vw;
  }
  .tablet-m\:r\+115vw {
    right: 115vw;
  }
  .tablet-m\:r-115\% {
    right: -115%;
  }
  .tablet-m\:r\+115\% {
    right: 115%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-116vw {
    top: -116vw;
  }
  .tablet-m\:t\+116vw {
    top: 116vw;
  }
  .tablet-m\:t-116\% {
    top: -116%;
  }
  .tablet-m\:t\+116\% {
    top: 116%;
  }
  .tablet-m\:b-116vw {
    bottom: -116vw;
  }
  .tablet-m\:b\+116vw {
    bottom: 116vw;
  }
  .tablet-m\:b-116\% {
    bottom: -116%;
  }
  .tablet-m\:b\+116\% {
    bottom: 116%;
  }
  .tablet-m\:l-116vw {
    left: -116vw;
  }
  .tablet-m\:l\+116vw {
    left: 116vw;
  }
  .tablet-m\:l-116\% {
    left: -116%;
  }
  .tablet-m\:l\+116\% {
    left: 116%;
  }
  .tablet-m\:r-116vw {
    right: -116vw;
  }
  .tablet-m\:r\+116vw {
    right: 116vw;
  }
  .tablet-m\:r-116\% {
    right: -116%;
  }
  .tablet-m\:r\+116\% {
    right: 116%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-117vw {
    top: -117vw;
  }
  .tablet-m\:t\+117vw {
    top: 117vw;
  }
  .tablet-m\:t-117\% {
    top: -117%;
  }
  .tablet-m\:t\+117\% {
    top: 117%;
  }
  .tablet-m\:b-117vw {
    bottom: -117vw;
  }
  .tablet-m\:b\+117vw {
    bottom: 117vw;
  }
  .tablet-m\:b-117\% {
    bottom: -117%;
  }
  .tablet-m\:b\+117\% {
    bottom: 117%;
  }
  .tablet-m\:l-117vw {
    left: -117vw;
  }
  .tablet-m\:l\+117vw {
    left: 117vw;
  }
  .tablet-m\:l-117\% {
    left: -117%;
  }
  .tablet-m\:l\+117\% {
    left: 117%;
  }
  .tablet-m\:r-117vw {
    right: -117vw;
  }
  .tablet-m\:r\+117vw {
    right: 117vw;
  }
  .tablet-m\:r-117\% {
    right: -117%;
  }
  .tablet-m\:r\+117\% {
    right: 117%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-118vw {
    top: -118vw;
  }
  .tablet-m\:t\+118vw {
    top: 118vw;
  }
  .tablet-m\:t-118\% {
    top: -118%;
  }
  .tablet-m\:t\+118\% {
    top: 118%;
  }
  .tablet-m\:b-118vw {
    bottom: -118vw;
  }
  .tablet-m\:b\+118vw {
    bottom: 118vw;
  }
  .tablet-m\:b-118\% {
    bottom: -118%;
  }
  .tablet-m\:b\+118\% {
    bottom: 118%;
  }
  .tablet-m\:l-118vw {
    left: -118vw;
  }
  .tablet-m\:l\+118vw {
    left: 118vw;
  }
  .tablet-m\:l-118\% {
    left: -118%;
  }
  .tablet-m\:l\+118\% {
    left: 118%;
  }
  .tablet-m\:r-118vw {
    right: -118vw;
  }
  .tablet-m\:r\+118vw {
    right: 118vw;
  }
  .tablet-m\:r-118\% {
    right: -118%;
  }
  .tablet-m\:r\+118\% {
    right: 118%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-119vw {
    top: -119vw;
  }
  .tablet-m\:t\+119vw {
    top: 119vw;
  }
  .tablet-m\:t-119\% {
    top: -119%;
  }
  .tablet-m\:t\+119\% {
    top: 119%;
  }
  .tablet-m\:b-119vw {
    bottom: -119vw;
  }
  .tablet-m\:b\+119vw {
    bottom: 119vw;
  }
  .tablet-m\:b-119\% {
    bottom: -119%;
  }
  .tablet-m\:b\+119\% {
    bottom: 119%;
  }
  .tablet-m\:l-119vw {
    left: -119vw;
  }
  .tablet-m\:l\+119vw {
    left: 119vw;
  }
  .tablet-m\:l-119\% {
    left: -119%;
  }
  .tablet-m\:l\+119\% {
    left: 119%;
  }
  .tablet-m\:r-119vw {
    right: -119vw;
  }
  .tablet-m\:r\+119vw {
    right: 119vw;
  }
  .tablet-m\:r-119\% {
    right: -119%;
  }
  .tablet-m\:r\+119\% {
    right: 119%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-120vw {
    top: -120vw;
  }
  .tablet-m\:t\+120vw {
    top: 120vw;
  }
  .tablet-m\:t-120\% {
    top: -120%;
  }
  .tablet-m\:t\+120\% {
    top: 120%;
  }
  .tablet-m\:b-120vw {
    bottom: -120vw;
  }
  .tablet-m\:b\+120vw {
    bottom: 120vw;
  }
  .tablet-m\:b-120\% {
    bottom: -120%;
  }
  .tablet-m\:b\+120\% {
    bottom: 120%;
  }
  .tablet-m\:l-120vw {
    left: -120vw;
  }
  .tablet-m\:l\+120vw {
    left: 120vw;
  }
  .tablet-m\:l-120\% {
    left: -120%;
  }
  .tablet-m\:l\+120\% {
    left: 120%;
  }
  .tablet-m\:r-120vw {
    right: -120vw;
  }
  .tablet-m\:r\+120vw {
    right: 120vw;
  }
  .tablet-m\:r-120\% {
    right: -120%;
  }
  .tablet-m\:r\+120\% {
    right: 120%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-121vw {
    top: -121vw;
  }
  .tablet-m\:t\+121vw {
    top: 121vw;
  }
  .tablet-m\:t-121\% {
    top: -121%;
  }
  .tablet-m\:t\+121\% {
    top: 121%;
  }
  .tablet-m\:b-121vw {
    bottom: -121vw;
  }
  .tablet-m\:b\+121vw {
    bottom: 121vw;
  }
  .tablet-m\:b-121\% {
    bottom: -121%;
  }
  .tablet-m\:b\+121\% {
    bottom: 121%;
  }
  .tablet-m\:l-121vw {
    left: -121vw;
  }
  .tablet-m\:l\+121vw {
    left: 121vw;
  }
  .tablet-m\:l-121\% {
    left: -121%;
  }
  .tablet-m\:l\+121\% {
    left: 121%;
  }
  .tablet-m\:r-121vw {
    right: -121vw;
  }
  .tablet-m\:r\+121vw {
    right: 121vw;
  }
  .tablet-m\:r-121\% {
    right: -121%;
  }
  .tablet-m\:r\+121\% {
    right: 121%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-122vw {
    top: -122vw;
  }
  .tablet-m\:t\+122vw {
    top: 122vw;
  }
  .tablet-m\:t-122\% {
    top: -122%;
  }
  .tablet-m\:t\+122\% {
    top: 122%;
  }
  .tablet-m\:b-122vw {
    bottom: -122vw;
  }
  .tablet-m\:b\+122vw {
    bottom: 122vw;
  }
  .tablet-m\:b-122\% {
    bottom: -122%;
  }
  .tablet-m\:b\+122\% {
    bottom: 122%;
  }
  .tablet-m\:l-122vw {
    left: -122vw;
  }
  .tablet-m\:l\+122vw {
    left: 122vw;
  }
  .tablet-m\:l-122\% {
    left: -122%;
  }
  .tablet-m\:l\+122\% {
    left: 122%;
  }
  .tablet-m\:r-122vw {
    right: -122vw;
  }
  .tablet-m\:r\+122vw {
    right: 122vw;
  }
  .tablet-m\:r-122\% {
    right: -122%;
  }
  .tablet-m\:r\+122\% {
    right: 122%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-123vw {
    top: -123vw;
  }
  .tablet-m\:t\+123vw {
    top: 123vw;
  }
  .tablet-m\:t-123\% {
    top: -123%;
  }
  .tablet-m\:t\+123\% {
    top: 123%;
  }
  .tablet-m\:b-123vw {
    bottom: -123vw;
  }
  .tablet-m\:b\+123vw {
    bottom: 123vw;
  }
  .tablet-m\:b-123\% {
    bottom: -123%;
  }
  .tablet-m\:b\+123\% {
    bottom: 123%;
  }
  .tablet-m\:l-123vw {
    left: -123vw;
  }
  .tablet-m\:l\+123vw {
    left: 123vw;
  }
  .tablet-m\:l-123\% {
    left: -123%;
  }
  .tablet-m\:l\+123\% {
    left: 123%;
  }
  .tablet-m\:r-123vw {
    right: -123vw;
  }
  .tablet-m\:r\+123vw {
    right: 123vw;
  }
  .tablet-m\:r-123\% {
    right: -123%;
  }
  .tablet-m\:r\+123\% {
    right: 123%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-124vw {
    top: -124vw;
  }
  .tablet-m\:t\+124vw {
    top: 124vw;
  }
  .tablet-m\:t-124\% {
    top: -124%;
  }
  .tablet-m\:t\+124\% {
    top: 124%;
  }
  .tablet-m\:b-124vw {
    bottom: -124vw;
  }
  .tablet-m\:b\+124vw {
    bottom: 124vw;
  }
  .tablet-m\:b-124\% {
    bottom: -124%;
  }
  .tablet-m\:b\+124\% {
    bottom: 124%;
  }
  .tablet-m\:l-124vw {
    left: -124vw;
  }
  .tablet-m\:l\+124vw {
    left: 124vw;
  }
  .tablet-m\:l-124\% {
    left: -124%;
  }
  .tablet-m\:l\+124\% {
    left: 124%;
  }
  .tablet-m\:r-124vw {
    right: -124vw;
  }
  .tablet-m\:r\+124vw {
    right: 124vw;
  }
  .tablet-m\:r-124\% {
    right: -124%;
  }
  .tablet-m\:r\+124\% {
    right: 124%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-125vw {
    top: -125vw;
  }
  .tablet-m\:t\+125vw {
    top: 125vw;
  }
  .tablet-m\:t-125\% {
    top: -125%;
  }
  .tablet-m\:t\+125\% {
    top: 125%;
  }
  .tablet-m\:b-125vw {
    bottom: -125vw;
  }
  .tablet-m\:b\+125vw {
    bottom: 125vw;
  }
  .tablet-m\:b-125\% {
    bottom: -125%;
  }
  .tablet-m\:b\+125\% {
    bottom: 125%;
  }
  .tablet-m\:l-125vw {
    left: -125vw;
  }
  .tablet-m\:l\+125vw {
    left: 125vw;
  }
  .tablet-m\:l-125\% {
    left: -125%;
  }
  .tablet-m\:l\+125\% {
    left: 125%;
  }
  .tablet-m\:r-125vw {
    right: -125vw;
  }
  .tablet-m\:r\+125vw {
    right: 125vw;
  }
  .tablet-m\:r-125\% {
    right: -125%;
  }
  .tablet-m\:r\+125\% {
    right: 125%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-126vw {
    top: -126vw;
  }
  .tablet-m\:t\+126vw {
    top: 126vw;
  }
  .tablet-m\:t-126\% {
    top: -126%;
  }
  .tablet-m\:t\+126\% {
    top: 126%;
  }
  .tablet-m\:b-126vw {
    bottom: -126vw;
  }
  .tablet-m\:b\+126vw {
    bottom: 126vw;
  }
  .tablet-m\:b-126\% {
    bottom: -126%;
  }
  .tablet-m\:b\+126\% {
    bottom: 126%;
  }
  .tablet-m\:l-126vw {
    left: -126vw;
  }
  .tablet-m\:l\+126vw {
    left: 126vw;
  }
  .tablet-m\:l-126\% {
    left: -126%;
  }
  .tablet-m\:l\+126\% {
    left: 126%;
  }
  .tablet-m\:r-126vw {
    right: -126vw;
  }
  .tablet-m\:r\+126vw {
    right: 126vw;
  }
  .tablet-m\:r-126\% {
    right: -126%;
  }
  .tablet-m\:r\+126\% {
    right: 126%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-127vw {
    top: -127vw;
  }
  .tablet-m\:t\+127vw {
    top: 127vw;
  }
  .tablet-m\:t-127\% {
    top: -127%;
  }
  .tablet-m\:t\+127\% {
    top: 127%;
  }
  .tablet-m\:b-127vw {
    bottom: -127vw;
  }
  .tablet-m\:b\+127vw {
    bottom: 127vw;
  }
  .tablet-m\:b-127\% {
    bottom: -127%;
  }
  .tablet-m\:b\+127\% {
    bottom: 127%;
  }
  .tablet-m\:l-127vw {
    left: -127vw;
  }
  .tablet-m\:l\+127vw {
    left: 127vw;
  }
  .tablet-m\:l-127\% {
    left: -127%;
  }
  .tablet-m\:l\+127\% {
    left: 127%;
  }
  .tablet-m\:r-127vw {
    right: -127vw;
  }
  .tablet-m\:r\+127vw {
    right: 127vw;
  }
  .tablet-m\:r-127\% {
    right: -127%;
  }
  .tablet-m\:r\+127\% {
    right: 127%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-128vw {
    top: -128vw;
  }
  .tablet-m\:t\+128vw {
    top: 128vw;
  }
  .tablet-m\:t-128\% {
    top: -128%;
  }
  .tablet-m\:t\+128\% {
    top: 128%;
  }
  .tablet-m\:b-128vw {
    bottom: -128vw;
  }
  .tablet-m\:b\+128vw {
    bottom: 128vw;
  }
  .tablet-m\:b-128\% {
    bottom: -128%;
  }
  .tablet-m\:b\+128\% {
    bottom: 128%;
  }
  .tablet-m\:l-128vw {
    left: -128vw;
  }
  .tablet-m\:l\+128vw {
    left: 128vw;
  }
  .tablet-m\:l-128\% {
    left: -128%;
  }
  .tablet-m\:l\+128\% {
    left: 128%;
  }
  .tablet-m\:r-128vw {
    right: -128vw;
  }
  .tablet-m\:r\+128vw {
    right: 128vw;
  }
  .tablet-m\:r-128\% {
    right: -128%;
  }
  .tablet-m\:r\+128\% {
    right: 128%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-129vw {
    top: -129vw;
  }
  .tablet-m\:t\+129vw {
    top: 129vw;
  }
  .tablet-m\:t-129\% {
    top: -129%;
  }
  .tablet-m\:t\+129\% {
    top: 129%;
  }
  .tablet-m\:b-129vw {
    bottom: -129vw;
  }
  .tablet-m\:b\+129vw {
    bottom: 129vw;
  }
  .tablet-m\:b-129\% {
    bottom: -129%;
  }
  .tablet-m\:b\+129\% {
    bottom: 129%;
  }
  .tablet-m\:l-129vw {
    left: -129vw;
  }
  .tablet-m\:l\+129vw {
    left: 129vw;
  }
  .tablet-m\:l-129\% {
    left: -129%;
  }
  .tablet-m\:l\+129\% {
    left: 129%;
  }
  .tablet-m\:r-129vw {
    right: -129vw;
  }
  .tablet-m\:r\+129vw {
    right: 129vw;
  }
  .tablet-m\:r-129\% {
    right: -129%;
  }
  .tablet-m\:r\+129\% {
    right: 129%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-130vw {
    top: -130vw;
  }
  .tablet-m\:t\+130vw {
    top: 130vw;
  }
  .tablet-m\:t-130\% {
    top: -130%;
  }
  .tablet-m\:t\+130\% {
    top: 130%;
  }
  .tablet-m\:b-130vw {
    bottom: -130vw;
  }
  .tablet-m\:b\+130vw {
    bottom: 130vw;
  }
  .tablet-m\:b-130\% {
    bottom: -130%;
  }
  .tablet-m\:b\+130\% {
    bottom: 130%;
  }
  .tablet-m\:l-130vw {
    left: -130vw;
  }
  .tablet-m\:l\+130vw {
    left: 130vw;
  }
  .tablet-m\:l-130\% {
    left: -130%;
  }
  .tablet-m\:l\+130\% {
    left: 130%;
  }
  .tablet-m\:r-130vw {
    right: -130vw;
  }
  .tablet-m\:r\+130vw {
    right: 130vw;
  }
  .tablet-m\:r-130\% {
    right: -130%;
  }
  .tablet-m\:r\+130\% {
    right: 130%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-131vw {
    top: -131vw;
  }
  .tablet-m\:t\+131vw {
    top: 131vw;
  }
  .tablet-m\:t-131\% {
    top: -131%;
  }
  .tablet-m\:t\+131\% {
    top: 131%;
  }
  .tablet-m\:b-131vw {
    bottom: -131vw;
  }
  .tablet-m\:b\+131vw {
    bottom: 131vw;
  }
  .tablet-m\:b-131\% {
    bottom: -131%;
  }
  .tablet-m\:b\+131\% {
    bottom: 131%;
  }
  .tablet-m\:l-131vw {
    left: -131vw;
  }
  .tablet-m\:l\+131vw {
    left: 131vw;
  }
  .tablet-m\:l-131\% {
    left: -131%;
  }
  .tablet-m\:l\+131\% {
    left: 131%;
  }
  .tablet-m\:r-131vw {
    right: -131vw;
  }
  .tablet-m\:r\+131vw {
    right: 131vw;
  }
  .tablet-m\:r-131\% {
    right: -131%;
  }
  .tablet-m\:r\+131\% {
    right: 131%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-132vw {
    top: -132vw;
  }
  .tablet-m\:t\+132vw {
    top: 132vw;
  }
  .tablet-m\:t-132\% {
    top: -132%;
  }
  .tablet-m\:t\+132\% {
    top: 132%;
  }
  .tablet-m\:b-132vw {
    bottom: -132vw;
  }
  .tablet-m\:b\+132vw {
    bottom: 132vw;
  }
  .tablet-m\:b-132\% {
    bottom: -132%;
  }
  .tablet-m\:b\+132\% {
    bottom: 132%;
  }
  .tablet-m\:l-132vw {
    left: -132vw;
  }
  .tablet-m\:l\+132vw {
    left: 132vw;
  }
  .tablet-m\:l-132\% {
    left: -132%;
  }
  .tablet-m\:l\+132\% {
    left: 132%;
  }
  .tablet-m\:r-132vw {
    right: -132vw;
  }
  .tablet-m\:r\+132vw {
    right: 132vw;
  }
  .tablet-m\:r-132\% {
    right: -132%;
  }
  .tablet-m\:r\+132\% {
    right: 132%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-133vw {
    top: -133vw;
  }
  .tablet-m\:t\+133vw {
    top: 133vw;
  }
  .tablet-m\:t-133\% {
    top: -133%;
  }
  .tablet-m\:t\+133\% {
    top: 133%;
  }
  .tablet-m\:b-133vw {
    bottom: -133vw;
  }
  .tablet-m\:b\+133vw {
    bottom: 133vw;
  }
  .tablet-m\:b-133\% {
    bottom: -133%;
  }
  .tablet-m\:b\+133\% {
    bottom: 133%;
  }
  .tablet-m\:l-133vw {
    left: -133vw;
  }
  .tablet-m\:l\+133vw {
    left: 133vw;
  }
  .tablet-m\:l-133\% {
    left: -133%;
  }
  .tablet-m\:l\+133\% {
    left: 133%;
  }
  .tablet-m\:r-133vw {
    right: -133vw;
  }
  .tablet-m\:r\+133vw {
    right: 133vw;
  }
  .tablet-m\:r-133\% {
    right: -133%;
  }
  .tablet-m\:r\+133\% {
    right: 133%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-134vw {
    top: -134vw;
  }
  .tablet-m\:t\+134vw {
    top: 134vw;
  }
  .tablet-m\:t-134\% {
    top: -134%;
  }
  .tablet-m\:t\+134\% {
    top: 134%;
  }
  .tablet-m\:b-134vw {
    bottom: -134vw;
  }
  .tablet-m\:b\+134vw {
    bottom: 134vw;
  }
  .tablet-m\:b-134\% {
    bottom: -134%;
  }
  .tablet-m\:b\+134\% {
    bottom: 134%;
  }
  .tablet-m\:l-134vw {
    left: -134vw;
  }
  .tablet-m\:l\+134vw {
    left: 134vw;
  }
  .tablet-m\:l-134\% {
    left: -134%;
  }
  .tablet-m\:l\+134\% {
    left: 134%;
  }
  .tablet-m\:r-134vw {
    right: -134vw;
  }
  .tablet-m\:r\+134vw {
    right: 134vw;
  }
  .tablet-m\:r-134\% {
    right: -134%;
  }
  .tablet-m\:r\+134\% {
    right: 134%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-135vw {
    top: -135vw;
  }
  .tablet-m\:t\+135vw {
    top: 135vw;
  }
  .tablet-m\:t-135\% {
    top: -135%;
  }
  .tablet-m\:t\+135\% {
    top: 135%;
  }
  .tablet-m\:b-135vw {
    bottom: -135vw;
  }
  .tablet-m\:b\+135vw {
    bottom: 135vw;
  }
  .tablet-m\:b-135\% {
    bottom: -135%;
  }
  .tablet-m\:b\+135\% {
    bottom: 135%;
  }
  .tablet-m\:l-135vw {
    left: -135vw;
  }
  .tablet-m\:l\+135vw {
    left: 135vw;
  }
  .tablet-m\:l-135\% {
    left: -135%;
  }
  .tablet-m\:l\+135\% {
    left: 135%;
  }
  .tablet-m\:r-135vw {
    right: -135vw;
  }
  .tablet-m\:r\+135vw {
    right: 135vw;
  }
  .tablet-m\:r-135\% {
    right: -135%;
  }
  .tablet-m\:r\+135\% {
    right: 135%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-136vw {
    top: -136vw;
  }
  .tablet-m\:t\+136vw {
    top: 136vw;
  }
  .tablet-m\:t-136\% {
    top: -136%;
  }
  .tablet-m\:t\+136\% {
    top: 136%;
  }
  .tablet-m\:b-136vw {
    bottom: -136vw;
  }
  .tablet-m\:b\+136vw {
    bottom: 136vw;
  }
  .tablet-m\:b-136\% {
    bottom: -136%;
  }
  .tablet-m\:b\+136\% {
    bottom: 136%;
  }
  .tablet-m\:l-136vw {
    left: -136vw;
  }
  .tablet-m\:l\+136vw {
    left: 136vw;
  }
  .tablet-m\:l-136\% {
    left: -136%;
  }
  .tablet-m\:l\+136\% {
    left: 136%;
  }
  .tablet-m\:r-136vw {
    right: -136vw;
  }
  .tablet-m\:r\+136vw {
    right: 136vw;
  }
  .tablet-m\:r-136\% {
    right: -136%;
  }
  .tablet-m\:r\+136\% {
    right: 136%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-137vw {
    top: -137vw;
  }
  .tablet-m\:t\+137vw {
    top: 137vw;
  }
  .tablet-m\:t-137\% {
    top: -137%;
  }
  .tablet-m\:t\+137\% {
    top: 137%;
  }
  .tablet-m\:b-137vw {
    bottom: -137vw;
  }
  .tablet-m\:b\+137vw {
    bottom: 137vw;
  }
  .tablet-m\:b-137\% {
    bottom: -137%;
  }
  .tablet-m\:b\+137\% {
    bottom: 137%;
  }
  .tablet-m\:l-137vw {
    left: -137vw;
  }
  .tablet-m\:l\+137vw {
    left: 137vw;
  }
  .tablet-m\:l-137\% {
    left: -137%;
  }
  .tablet-m\:l\+137\% {
    left: 137%;
  }
  .tablet-m\:r-137vw {
    right: -137vw;
  }
  .tablet-m\:r\+137vw {
    right: 137vw;
  }
  .tablet-m\:r-137\% {
    right: -137%;
  }
  .tablet-m\:r\+137\% {
    right: 137%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-138vw {
    top: -138vw;
  }
  .tablet-m\:t\+138vw {
    top: 138vw;
  }
  .tablet-m\:t-138\% {
    top: -138%;
  }
  .tablet-m\:t\+138\% {
    top: 138%;
  }
  .tablet-m\:b-138vw {
    bottom: -138vw;
  }
  .tablet-m\:b\+138vw {
    bottom: 138vw;
  }
  .tablet-m\:b-138\% {
    bottom: -138%;
  }
  .tablet-m\:b\+138\% {
    bottom: 138%;
  }
  .tablet-m\:l-138vw {
    left: -138vw;
  }
  .tablet-m\:l\+138vw {
    left: 138vw;
  }
  .tablet-m\:l-138\% {
    left: -138%;
  }
  .tablet-m\:l\+138\% {
    left: 138%;
  }
  .tablet-m\:r-138vw {
    right: -138vw;
  }
  .tablet-m\:r\+138vw {
    right: 138vw;
  }
  .tablet-m\:r-138\% {
    right: -138%;
  }
  .tablet-m\:r\+138\% {
    right: 138%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-139vw {
    top: -139vw;
  }
  .tablet-m\:t\+139vw {
    top: 139vw;
  }
  .tablet-m\:t-139\% {
    top: -139%;
  }
  .tablet-m\:t\+139\% {
    top: 139%;
  }
  .tablet-m\:b-139vw {
    bottom: -139vw;
  }
  .tablet-m\:b\+139vw {
    bottom: 139vw;
  }
  .tablet-m\:b-139\% {
    bottom: -139%;
  }
  .tablet-m\:b\+139\% {
    bottom: 139%;
  }
  .tablet-m\:l-139vw {
    left: -139vw;
  }
  .tablet-m\:l\+139vw {
    left: 139vw;
  }
  .tablet-m\:l-139\% {
    left: -139%;
  }
  .tablet-m\:l\+139\% {
    left: 139%;
  }
  .tablet-m\:r-139vw {
    right: -139vw;
  }
  .tablet-m\:r\+139vw {
    right: 139vw;
  }
  .tablet-m\:r-139\% {
    right: -139%;
  }
  .tablet-m\:r\+139\% {
    right: 139%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-140vw {
    top: -140vw;
  }
  .tablet-m\:t\+140vw {
    top: 140vw;
  }
  .tablet-m\:t-140\% {
    top: -140%;
  }
  .tablet-m\:t\+140\% {
    top: 140%;
  }
  .tablet-m\:b-140vw {
    bottom: -140vw;
  }
  .tablet-m\:b\+140vw {
    bottom: 140vw;
  }
  .tablet-m\:b-140\% {
    bottom: -140%;
  }
  .tablet-m\:b\+140\% {
    bottom: 140%;
  }
  .tablet-m\:l-140vw {
    left: -140vw;
  }
  .tablet-m\:l\+140vw {
    left: 140vw;
  }
  .tablet-m\:l-140\% {
    left: -140%;
  }
  .tablet-m\:l\+140\% {
    left: 140%;
  }
  .tablet-m\:r-140vw {
    right: -140vw;
  }
  .tablet-m\:r\+140vw {
    right: 140vw;
  }
  .tablet-m\:r-140\% {
    right: -140%;
  }
  .tablet-m\:r\+140\% {
    right: 140%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-141vw {
    top: -141vw;
  }
  .tablet-m\:t\+141vw {
    top: 141vw;
  }
  .tablet-m\:t-141\% {
    top: -141%;
  }
  .tablet-m\:t\+141\% {
    top: 141%;
  }
  .tablet-m\:b-141vw {
    bottom: -141vw;
  }
  .tablet-m\:b\+141vw {
    bottom: 141vw;
  }
  .tablet-m\:b-141\% {
    bottom: -141%;
  }
  .tablet-m\:b\+141\% {
    bottom: 141%;
  }
  .tablet-m\:l-141vw {
    left: -141vw;
  }
  .tablet-m\:l\+141vw {
    left: 141vw;
  }
  .tablet-m\:l-141\% {
    left: -141%;
  }
  .tablet-m\:l\+141\% {
    left: 141%;
  }
  .tablet-m\:r-141vw {
    right: -141vw;
  }
  .tablet-m\:r\+141vw {
    right: 141vw;
  }
  .tablet-m\:r-141\% {
    right: -141%;
  }
  .tablet-m\:r\+141\% {
    right: 141%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-142vw {
    top: -142vw;
  }
  .tablet-m\:t\+142vw {
    top: 142vw;
  }
  .tablet-m\:t-142\% {
    top: -142%;
  }
  .tablet-m\:t\+142\% {
    top: 142%;
  }
  .tablet-m\:b-142vw {
    bottom: -142vw;
  }
  .tablet-m\:b\+142vw {
    bottom: 142vw;
  }
  .tablet-m\:b-142\% {
    bottom: -142%;
  }
  .tablet-m\:b\+142\% {
    bottom: 142%;
  }
  .tablet-m\:l-142vw {
    left: -142vw;
  }
  .tablet-m\:l\+142vw {
    left: 142vw;
  }
  .tablet-m\:l-142\% {
    left: -142%;
  }
  .tablet-m\:l\+142\% {
    left: 142%;
  }
  .tablet-m\:r-142vw {
    right: -142vw;
  }
  .tablet-m\:r\+142vw {
    right: 142vw;
  }
  .tablet-m\:r-142\% {
    right: -142%;
  }
  .tablet-m\:r\+142\% {
    right: 142%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-143vw {
    top: -143vw;
  }
  .tablet-m\:t\+143vw {
    top: 143vw;
  }
  .tablet-m\:t-143\% {
    top: -143%;
  }
  .tablet-m\:t\+143\% {
    top: 143%;
  }
  .tablet-m\:b-143vw {
    bottom: -143vw;
  }
  .tablet-m\:b\+143vw {
    bottom: 143vw;
  }
  .tablet-m\:b-143\% {
    bottom: -143%;
  }
  .tablet-m\:b\+143\% {
    bottom: 143%;
  }
  .tablet-m\:l-143vw {
    left: -143vw;
  }
  .tablet-m\:l\+143vw {
    left: 143vw;
  }
  .tablet-m\:l-143\% {
    left: -143%;
  }
  .tablet-m\:l\+143\% {
    left: 143%;
  }
  .tablet-m\:r-143vw {
    right: -143vw;
  }
  .tablet-m\:r\+143vw {
    right: 143vw;
  }
  .tablet-m\:r-143\% {
    right: -143%;
  }
  .tablet-m\:r\+143\% {
    right: 143%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-144vw {
    top: -144vw;
  }
  .tablet-m\:t\+144vw {
    top: 144vw;
  }
  .tablet-m\:t-144\% {
    top: -144%;
  }
  .tablet-m\:t\+144\% {
    top: 144%;
  }
  .tablet-m\:b-144vw {
    bottom: -144vw;
  }
  .tablet-m\:b\+144vw {
    bottom: 144vw;
  }
  .tablet-m\:b-144\% {
    bottom: -144%;
  }
  .tablet-m\:b\+144\% {
    bottom: 144%;
  }
  .tablet-m\:l-144vw {
    left: -144vw;
  }
  .tablet-m\:l\+144vw {
    left: 144vw;
  }
  .tablet-m\:l-144\% {
    left: -144%;
  }
  .tablet-m\:l\+144\% {
    left: 144%;
  }
  .tablet-m\:r-144vw {
    right: -144vw;
  }
  .tablet-m\:r\+144vw {
    right: 144vw;
  }
  .tablet-m\:r-144\% {
    right: -144%;
  }
  .tablet-m\:r\+144\% {
    right: 144%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-145vw {
    top: -145vw;
  }
  .tablet-m\:t\+145vw {
    top: 145vw;
  }
  .tablet-m\:t-145\% {
    top: -145%;
  }
  .tablet-m\:t\+145\% {
    top: 145%;
  }
  .tablet-m\:b-145vw {
    bottom: -145vw;
  }
  .tablet-m\:b\+145vw {
    bottom: 145vw;
  }
  .tablet-m\:b-145\% {
    bottom: -145%;
  }
  .tablet-m\:b\+145\% {
    bottom: 145%;
  }
  .tablet-m\:l-145vw {
    left: -145vw;
  }
  .tablet-m\:l\+145vw {
    left: 145vw;
  }
  .tablet-m\:l-145\% {
    left: -145%;
  }
  .tablet-m\:l\+145\% {
    left: 145%;
  }
  .tablet-m\:r-145vw {
    right: -145vw;
  }
  .tablet-m\:r\+145vw {
    right: 145vw;
  }
  .tablet-m\:r-145\% {
    right: -145%;
  }
  .tablet-m\:r\+145\% {
    right: 145%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-146vw {
    top: -146vw;
  }
  .tablet-m\:t\+146vw {
    top: 146vw;
  }
  .tablet-m\:t-146\% {
    top: -146%;
  }
  .tablet-m\:t\+146\% {
    top: 146%;
  }
  .tablet-m\:b-146vw {
    bottom: -146vw;
  }
  .tablet-m\:b\+146vw {
    bottom: 146vw;
  }
  .tablet-m\:b-146\% {
    bottom: -146%;
  }
  .tablet-m\:b\+146\% {
    bottom: 146%;
  }
  .tablet-m\:l-146vw {
    left: -146vw;
  }
  .tablet-m\:l\+146vw {
    left: 146vw;
  }
  .tablet-m\:l-146\% {
    left: -146%;
  }
  .tablet-m\:l\+146\% {
    left: 146%;
  }
  .tablet-m\:r-146vw {
    right: -146vw;
  }
  .tablet-m\:r\+146vw {
    right: 146vw;
  }
  .tablet-m\:r-146\% {
    right: -146%;
  }
  .tablet-m\:r\+146\% {
    right: 146%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-147vw {
    top: -147vw;
  }
  .tablet-m\:t\+147vw {
    top: 147vw;
  }
  .tablet-m\:t-147\% {
    top: -147%;
  }
  .tablet-m\:t\+147\% {
    top: 147%;
  }
  .tablet-m\:b-147vw {
    bottom: -147vw;
  }
  .tablet-m\:b\+147vw {
    bottom: 147vw;
  }
  .tablet-m\:b-147\% {
    bottom: -147%;
  }
  .tablet-m\:b\+147\% {
    bottom: 147%;
  }
  .tablet-m\:l-147vw {
    left: -147vw;
  }
  .tablet-m\:l\+147vw {
    left: 147vw;
  }
  .tablet-m\:l-147\% {
    left: -147%;
  }
  .tablet-m\:l\+147\% {
    left: 147%;
  }
  .tablet-m\:r-147vw {
    right: -147vw;
  }
  .tablet-m\:r\+147vw {
    right: 147vw;
  }
  .tablet-m\:r-147\% {
    right: -147%;
  }
  .tablet-m\:r\+147\% {
    right: 147%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-148vw {
    top: -148vw;
  }
  .tablet-m\:t\+148vw {
    top: 148vw;
  }
  .tablet-m\:t-148\% {
    top: -148%;
  }
  .tablet-m\:t\+148\% {
    top: 148%;
  }
  .tablet-m\:b-148vw {
    bottom: -148vw;
  }
  .tablet-m\:b\+148vw {
    bottom: 148vw;
  }
  .tablet-m\:b-148\% {
    bottom: -148%;
  }
  .tablet-m\:b\+148\% {
    bottom: 148%;
  }
  .tablet-m\:l-148vw {
    left: -148vw;
  }
  .tablet-m\:l\+148vw {
    left: 148vw;
  }
  .tablet-m\:l-148\% {
    left: -148%;
  }
  .tablet-m\:l\+148\% {
    left: 148%;
  }
  .tablet-m\:r-148vw {
    right: -148vw;
  }
  .tablet-m\:r\+148vw {
    right: 148vw;
  }
  .tablet-m\:r-148\% {
    right: -148%;
  }
  .tablet-m\:r\+148\% {
    right: 148%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-149vw {
    top: -149vw;
  }
  .tablet-m\:t\+149vw {
    top: 149vw;
  }
  .tablet-m\:t-149\% {
    top: -149%;
  }
  .tablet-m\:t\+149\% {
    top: 149%;
  }
  .tablet-m\:b-149vw {
    bottom: -149vw;
  }
  .tablet-m\:b\+149vw {
    bottom: 149vw;
  }
  .tablet-m\:b-149\% {
    bottom: -149%;
  }
  .tablet-m\:b\+149\% {
    bottom: 149%;
  }
  .tablet-m\:l-149vw {
    left: -149vw;
  }
  .tablet-m\:l\+149vw {
    left: 149vw;
  }
  .tablet-m\:l-149\% {
    left: -149%;
  }
  .tablet-m\:l\+149\% {
    left: 149%;
  }
  .tablet-m\:r-149vw {
    right: -149vw;
  }
  .tablet-m\:r\+149vw {
    right: 149vw;
  }
  .tablet-m\:r-149\% {
    right: -149%;
  }
  .tablet-m\:r\+149\% {
    right: 149%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-150vw {
    top: -150vw;
  }
  .tablet-m\:t\+150vw {
    top: 150vw;
  }
  .tablet-m\:t-150\% {
    top: -150%;
  }
  .tablet-m\:t\+150\% {
    top: 150%;
  }
  .tablet-m\:b-150vw {
    bottom: -150vw;
  }
  .tablet-m\:b\+150vw {
    bottom: 150vw;
  }
  .tablet-m\:b-150\% {
    bottom: -150%;
  }
  .tablet-m\:b\+150\% {
    bottom: 150%;
  }
  .tablet-m\:l-150vw {
    left: -150vw;
  }
  .tablet-m\:l\+150vw {
    left: 150vw;
  }
  .tablet-m\:l-150\% {
    left: -150%;
  }
  .tablet-m\:l\+150\% {
    left: 150%;
  }
  .tablet-m\:r-150vw {
    right: -150vw;
  }
  .tablet-m\:r\+150vw {
    right: 150vw;
  }
  .tablet-m\:r-150\% {
    right: -150%;
  }
  .tablet-m\:r\+150\% {
    right: 150%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-151vw {
    top: -151vw;
  }
  .tablet-m\:t\+151vw {
    top: 151vw;
  }
  .tablet-m\:t-151\% {
    top: -151%;
  }
  .tablet-m\:t\+151\% {
    top: 151%;
  }
  .tablet-m\:b-151vw {
    bottom: -151vw;
  }
  .tablet-m\:b\+151vw {
    bottom: 151vw;
  }
  .tablet-m\:b-151\% {
    bottom: -151%;
  }
  .tablet-m\:b\+151\% {
    bottom: 151%;
  }
  .tablet-m\:l-151vw {
    left: -151vw;
  }
  .tablet-m\:l\+151vw {
    left: 151vw;
  }
  .tablet-m\:l-151\% {
    left: -151%;
  }
  .tablet-m\:l\+151\% {
    left: 151%;
  }
  .tablet-m\:r-151vw {
    right: -151vw;
  }
  .tablet-m\:r\+151vw {
    right: 151vw;
  }
  .tablet-m\:r-151\% {
    right: -151%;
  }
  .tablet-m\:r\+151\% {
    right: 151%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-152vw {
    top: -152vw;
  }
  .tablet-m\:t\+152vw {
    top: 152vw;
  }
  .tablet-m\:t-152\% {
    top: -152%;
  }
  .tablet-m\:t\+152\% {
    top: 152%;
  }
  .tablet-m\:b-152vw {
    bottom: -152vw;
  }
  .tablet-m\:b\+152vw {
    bottom: 152vw;
  }
  .tablet-m\:b-152\% {
    bottom: -152%;
  }
  .tablet-m\:b\+152\% {
    bottom: 152%;
  }
  .tablet-m\:l-152vw {
    left: -152vw;
  }
  .tablet-m\:l\+152vw {
    left: 152vw;
  }
  .tablet-m\:l-152\% {
    left: -152%;
  }
  .tablet-m\:l\+152\% {
    left: 152%;
  }
  .tablet-m\:r-152vw {
    right: -152vw;
  }
  .tablet-m\:r\+152vw {
    right: 152vw;
  }
  .tablet-m\:r-152\% {
    right: -152%;
  }
  .tablet-m\:r\+152\% {
    right: 152%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-153vw {
    top: -153vw;
  }
  .tablet-m\:t\+153vw {
    top: 153vw;
  }
  .tablet-m\:t-153\% {
    top: -153%;
  }
  .tablet-m\:t\+153\% {
    top: 153%;
  }
  .tablet-m\:b-153vw {
    bottom: -153vw;
  }
  .tablet-m\:b\+153vw {
    bottom: 153vw;
  }
  .tablet-m\:b-153\% {
    bottom: -153%;
  }
  .tablet-m\:b\+153\% {
    bottom: 153%;
  }
  .tablet-m\:l-153vw {
    left: -153vw;
  }
  .tablet-m\:l\+153vw {
    left: 153vw;
  }
  .tablet-m\:l-153\% {
    left: -153%;
  }
  .tablet-m\:l\+153\% {
    left: 153%;
  }
  .tablet-m\:r-153vw {
    right: -153vw;
  }
  .tablet-m\:r\+153vw {
    right: 153vw;
  }
  .tablet-m\:r-153\% {
    right: -153%;
  }
  .tablet-m\:r\+153\% {
    right: 153%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-154vw {
    top: -154vw;
  }
  .tablet-m\:t\+154vw {
    top: 154vw;
  }
  .tablet-m\:t-154\% {
    top: -154%;
  }
  .tablet-m\:t\+154\% {
    top: 154%;
  }
  .tablet-m\:b-154vw {
    bottom: -154vw;
  }
  .tablet-m\:b\+154vw {
    bottom: 154vw;
  }
  .tablet-m\:b-154\% {
    bottom: -154%;
  }
  .tablet-m\:b\+154\% {
    bottom: 154%;
  }
  .tablet-m\:l-154vw {
    left: -154vw;
  }
  .tablet-m\:l\+154vw {
    left: 154vw;
  }
  .tablet-m\:l-154\% {
    left: -154%;
  }
  .tablet-m\:l\+154\% {
    left: 154%;
  }
  .tablet-m\:r-154vw {
    right: -154vw;
  }
  .tablet-m\:r\+154vw {
    right: 154vw;
  }
  .tablet-m\:r-154\% {
    right: -154%;
  }
  .tablet-m\:r\+154\% {
    right: 154%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-155vw {
    top: -155vw;
  }
  .tablet-m\:t\+155vw {
    top: 155vw;
  }
  .tablet-m\:t-155\% {
    top: -155%;
  }
  .tablet-m\:t\+155\% {
    top: 155%;
  }
  .tablet-m\:b-155vw {
    bottom: -155vw;
  }
  .tablet-m\:b\+155vw {
    bottom: 155vw;
  }
  .tablet-m\:b-155\% {
    bottom: -155%;
  }
  .tablet-m\:b\+155\% {
    bottom: 155%;
  }
  .tablet-m\:l-155vw {
    left: -155vw;
  }
  .tablet-m\:l\+155vw {
    left: 155vw;
  }
  .tablet-m\:l-155\% {
    left: -155%;
  }
  .tablet-m\:l\+155\% {
    left: 155%;
  }
  .tablet-m\:r-155vw {
    right: -155vw;
  }
  .tablet-m\:r\+155vw {
    right: 155vw;
  }
  .tablet-m\:r-155\% {
    right: -155%;
  }
  .tablet-m\:r\+155\% {
    right: 155%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-156vw {
    top: -156vw;
  }
  .tablet-m\:t\+156vw {
    top: 156vw;
  }
  .tablet-m\:t-156\% {
    top: -156%;
  }
  .tablet-m\:t\+156\% {
    top: 156%;
  }
  .tablet-m\:b-156vw {
    bottom: -156vw;
  }
  .tablet-m\:b\+156vw {
    bottom: 156vw;
  }
  .tablet-m\:b-156\% {
    bottom: -156%;
  }
  .tablet-m\:b\+156\% {
    bottom: 156%;
  }
  .tablet-m\:l-156vw {
    left: -156vw;
  }
  .tablet-m\:l\+156vw {
    left: 156vw;
  }
  .tablet-m\:l-156\% {
    left: -156%;
  }
  .tablet-m\:l\+156\% {
    left: 156%;
  }
  .tablet-m\:r-156vw {
    right: -156vw;
  }
  .tablet-m\:r\+156vw {
    right: 156vw;
  }
  .tablet-m\:r-156\% {
    right: -156%;
  }
  .tablet-m\:r\+156\% {
    right: 156%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-157vw {
    top: -157vw;
  }
  .tablet-m\:t\+157vw {
    top: 157vw;
  }
  .tablet-m\:t-157\% {
    top: -157%;
  }
  .tablet-m\:t\+157\% {
    top: 157%;
  }
  .tablet-m\:b-157vw {
    bottom: -157vw;
  }
  .tablet-m\:b\+157vw {
    bottom: 157vw;
  }
  .tablet-m\:b-157\% {
    bottom: -157%;
  }
  .tablet-m\:b\+157\% {
    bottom: 157%;
  }
  .tablet-m\:l-157vw {
    left: -157vw;
  }
  .tablet-m\:l\+157vw {
    left: 157vw;
  }
  .tablet-m\:l-157\% {
    left: -157%;
  }
  .tablet-m\:l\+157\% {
    left: 157%;
  }
  .tablet-m\:r-157vw {
    right: -157vw;
  }
  .tablet-m\:r\+157vw {
    right: 157vw;
  }
  .tablet-m\:r-157\% {
    right: -157%;
  }
  .tablet-m\:r\+157\% {
    right: 157%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-158vw {
    top: -158vw;
  }
  .tablet-m\:t\+158vw {
    top: 158vw;
  }
  .tablet-m\:t-158\% {
    top: -158%;
  }
  .tablet-m\:t\+158\% {
    top: 158%;
  }
  .tablet-m\:b-158vw {
    bottom: -158vw;
  }
  .tablet-m\:b\+158vw {
    bottom: 158vw;
  }
  .tablet-m\:b-158\% {
    bottom: -158%;
  }
  .tablet-m\:b\+158\% {
    bottom: 158%;
  }
  .tablet-m\:l-158vw {
    left: -158vw;
  }
  .tablet-m\:l\+158vw {
    left: 158vw;
  }
  .tablet-m\:l-158\% {
    left: -158%;
  }
  .tablet-m\:l\+158\% {
    left: 158%;
  }
  .tablet-m\:r-158vw {
    right: -158vw;
  }
  .tablet-m\:r\+158vw {
    right: 158vw;
  }
  .tablet-m\:r-158\% {
    right: -158%;
  }
  .tablet-m\:r\+158\% {
    right: 158%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-159vw {
    top: -159vw;
  }
  .tablet-m\:t\+159vw {
    top: 159vw;
  }
  .tablet-m\:t-159\% {
    top: -159%;
  }
  .tablet-m\:t\+159\% {
    top: 159%;
  }
  .tablet-m\:b-159vw {
    bottom: -159vw;
  }
  .tablet-m\:b\+159vw {
    bottom: 159vw;
  }
  .tablet-m\:b-159\% {
    bottom: -159%;
  }
  .tablet-m\:b\+159\% {
    bottom: 159%;
  }
  .tablet-m\:l-159vw {
    left: -159vw;
  }
  .tablet-m\:l\+159vw {
    left: 159vw;
  }
  .tablet-m\:l-159\% {
    left: -159%;
  }
  .tablet-m\:l\+159\% {
    left: 159%;
  }
  .tablet-m\:r-159vw {
    right: -159vw;
  }
  .tablet-m\:r\+159vw {
    right: 159vw;
  }
  .tablet-m\:r-159\% {
    right: -159%;
  }
  .tablet-m\:r\+159\% {
    right: 159%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-160vw {
    top: -160vw;
  }
  .tablet-m\:t\+160vw {
    top: 160vw;
  }
  .tablet-m\:t-160\% {
    top: -160%;
  }
  .tablet-m\:t\+160\% {
    top: 160%;
  }
  .tablet-m\:b-160vw {
    bottom: -160vw;
  }
  .tablet-m\:b\+160vw {
    bottom: 160vw;
  }
  .tablet-m\:b-160\% {
    bottom: -160%;
  }
  .tablet-m\:b\+160\% {
    bottom: 160%;
  }
  .tablet-m\:l-160vw {
    left: -160vw;
  }
  .tablet-m\:l\+160vw {
    left: 160vw;
  }
  .tablet-m\:l-160\% {
    left: -160%;
  }
  .tablet-m\:l\+160\% {
    left: 160%;
  }
  .tablet-m\:r-160vw {
    right: -160vw;
  }
  .tablet-m\:r\+160vw {
    right: 160vw;
  }
  .tablet-m\:r-160\% {
    right: -160%;
  }
  .tablet-m\:r\+160\% {
    right: 160%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-161vw {
    top: -161vw;
  }
  .tablet-m\:t\+161vw {
    top: 161vw;
  }
  .tablet-m\:t-161\% {
    top: -161%;
  }
  .tablet-m\:t\+161\% {
    top: 161%;
  }
  .tablet-m\:b-161vw {
    bottom: -161vw;
  }
  .tablet-m\:b\+161vw {
    bottom: 161vw;
  }
  .tablet-m\:b-161\% {
    bottom: -161%;
  }
  .tablet-m\:b\+161\% {
    bottom: 161%;
  }
  .tablet-m\:l-161vw {
    left: -161vw;
  }
  .tablet-m\:l\+161vw {
    left: 161vw;
  }
  .tablet-m\:l-161\% {
    left: -161%;
  }
  .tablet-m\:l\+161\% {
    left: 161%;
  }
  .tablet-m\:r-161vw {
    right: -161vw;
  }
  .tablet-m\:r\+161vw {
    right: 161vw;
  }
  .tablet-m\:r-161\% {
    right: -161%;
  }
  .tablet-m\:r\+161\% {
    right: 161%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-162vw {
    top: -162vw;
  }
  .tablet-m\:t\+162vw {
    top: 162vw;
  }
  .tablet-m\:t-162\% {
    top: -162%;
  }
  .tablet-m\:t\+162\% {
    top: 162%;
  }
  .tablet-m\:b-162vw {
    bottom: -162vw;
  }
  .tablet-m\:b\+162vw {
    bottom: 162vw;
  }
  .tablet-m\:b-162\% {
    bottom: -162%;
  }
  .tablet-m\:b\+162\% {
    bottom: 162%;
  }
  .tablet-m\:l-162vw {
    left: -162vw;
  }
  .tablet-m\:l\+162vw {
    left: 162vw;
  }
  .tablet-m\:l-162\% {
    left: -162%;
  }
  .tablet-m\:l\+162\% {
    left: 162%;
  }
  .tablet-m\:r-162vw {
    right: -162vw;
  }
  .tablet-m\:r\+162vw {
    right: 162vw;
  }
  .tablet-m\:r-162\% {
    right: -162%;
  }
  .tablet-m\:r\+162\% {
    right: 162%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-163vw {
    top: -163vw;
  }
  .tablet-m\:t\+163vw {
    top: 163vw;
  }
  .tablet-m\:t-163\% {
    top: -163%;
  }
  .tablet-m\:t\+163\% {
    top: 163%;
  }
  .tablet-m\:b-163vw {
    bottom: -163vw;
  }
  .tablet-m\:b\+163vw {
    bottom: 163vw;
  }
  .tablet-m\:b-163\% {
    bottom: -163%;
  }
  .tablet-m\:b\+163\% {
    bottom: 163%;
  }
  .tablet-m\:l-163vw {
    left: -163vw;
  }
  .tablet-m\:l\+163vw {
    left: 163vw;
  }
  .tablet-m\:l-163\% {
    left: -163%;
  }
  .tablet-m\:l\+163\% {
    left: 163%;
  }
  .tablet-m\:r-163vw {
    right: -163vw;
  }
  .tablet-m\:r\+163vw {
    right: 163vw;
  }
  .tablet-m\:r-163\% {
    right: -163%;
  }
  .tablet-m\:r\+163\% {
    right: 163%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-164vw {
    top: -164vw;
  }
  .tablet-m\:t\+164vw {
    top: 164vw;
  }
  .tablet-m\:t-164\% {
    top: -164%;
  }
  .tablet-m\:t\+164\% {
    top: 164%;
  }
  .tablet-m\:b-164vw {
    bottom: -164vw;
  }
  .tablet-m\:b\+164vw {
    bottom: 164vw;
  }
  .tablet-m\:b-164\% {
    bottom: -164%;
  }
  .tablet-m\:b\+164\% {
    bottom: 164%;
  }
  .tablet-m\:l-164vw {
    left: -164vw;
  }
  .tablet-m\:l\+164vw {
    left: 164vw;
  }
  .tablet-m\:l-164\% {
    left: -164%;
  }
  .tablet-m\:l\+164\% {
    left: 164%;
  }
  .tablet-m\:r-164vw {
    right: -164vw;
  }
  .tablet-m\:r\+164vw {
    right: 164vw;
  }
  .tablet-m\:r-164\% {
    right: -164%;
  }
  .tablet-m\:r\+164\% {
    right: 164%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-165vw {
    top: -165vw;
  }
  .tablet-m\:t\+165vw {
    top: 165vw;
  }
  .tablet-m\:t-165\% {
    top: -165%;
  }
  .tablet-m\:t\+165\% {
    top: 165%;
  }
  .tablet-m\:b-165vw {
    bottom: -165vw;
  }
  .tablet-m\:b\+165vw {
    bottom: 165vw;
  }
  .tablet-m\:b-165\% {
    bottom: -165%;
  }
  .tablet-m\:b\+165\% {
    bottom: 165%;
  }
  .tablet-m\:l-165vw {
    left: -165vw;
  }
  .tablet-m\:l\+165vw {
    left: 165vw;
  }
  .tablet-m\:l-165\% {
    left: -165%;
  }
  .tablet-m\:l\+165\% {
    left: 165%;
  }
  .tablet-m\:r-165vw {
    right: -165vw;
  }
  .tablet-m\:r\+165vw {
    right: 165vw;
  }
  .tablet-m\:r-165\% {
    right: -165%;
  }
  .tablet-m\:r\+165\% {
    right: 165%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-166vw {
    top: -166vw;
  }
  .tablet-m\:t\+166vw {
    top: 166vw;
  }
  .tablet-m\:t-166\% {
    top: -166%;
  }
  .tablet-m\:t\+166\% {
    top: 166%;
  }
  .tablet-m\:b-166vw {
    bottom: -166vw;
  }
  .tablet-m\:b\+166vw {
    bottom: 166vw;
  }
  .tablet-m\:b-166\% {
    bottom: -166%;
  }
  .tablet-m\:b\+166\% {
    bottom: 166%;
  }
  .tablet-m\:l-166vw {
    left: -166vw;
  }
  .tablet-m\:l\+166vw {
    left: 166vw;
  }
  .tablet-m\:l-166\% {
    left: -166%;
  }
  .tablet-m\:l\+166\% {
    left: 166%;
  }
  .tablet-m\:r-166vw {
    right: -166vw;
  }
  .tablet-m\:r\+166vw {
    right: 166vw;
  }
  .tablet-m\:r-166\% {
    right: -166%;
  }
  .tablet-m\:r\+166\% {
    right: 166%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-167vw {
    top: -167vw;
  }
  .tablet-m\:t\+167vw {
    top: 167vw;
  }
  .tablet-m\:t-167\% {
    top: -167%;
  }
  .tablet-m\:t\+167\% {
    top: 167%;
  }
  .tablet-m\:b-167vw {
    bottom: -167vw;
  }
  .tablet-m\:b\+167vw {
    bottom: 167vw;
  }
  .tablet-m\:b-167\% {
    bottom: -167%;
  }
  .tablet-m\:b\+167\% {
    bottom: 167%;
  }
  .tablet-m\:l-167vw {
    left: -167vw;
  }
  .tablet-m\:l\+167vw {
    left: 167vw;
  }
  .tablet-m\:l-167\% {
    left: -167%;
  }
  .tablet-m\:l\+167\% {
    left: 167%;
  }
  .tablet-m\:r-167vw {
    right: -167vw;
  }
  .tablet-m\:r\+167vw {
    right: 167vw;
  }
  .tablet-m\:r-167\% {
    right: -167%;
  }
  .tablet-m\:r\+167\% {
    right: 167%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-168vw {
    top: -168vw;
  }
  .tablet-m\:t\+168vw {
    top: 168vw;
  }
  .tablet-m\:t-168\% {
    top: -168%;
  }
  .tablet-m\:t\+168\% {
    top: 168%;
  }
  .tablet-m\:b-168vw {
    bottom: -168vw;
  }
  .tablet-m\:b\+168vw {
    bottom: 168vw;
  }
  .tablet-m\:b-168\% {
    bottom: -168%;
  }
  .tablet-m\:b\+168\% {
    bottom: 168%;
  }
  .tablet-m\:l-168vw {
    left: -168vw;
  }
  .tablet-m\:l\+168vw {
    left: 168vw;
  }
  .tablet-m\:l-168\% {
    left: -168%;
  }
  .tablet-m\:l\+168\% {
    left: 168%;
  }
  .tablet-m\:r-168vw {
    right: -168vw;
  }
  .tablet-m\:r\+168vw {
    right: 168vw;
  }
  .tablet-m\:r-168\% {
    right: -168%;
  }
  .tablet-m\:r\+168\% {
    right: 168%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-169vw {
    top: -169vw;
  }
  .tablet-m\:t\+169vw {
    top: 169vw;
  }
  .tablet-m\:t-169\% {
    top: -169%;
  }
  .tablet-m\:t\+169\% {
    top: 169%;
  }
  .tablet-m\:b-169vw {
    bottom: -169vw;
  }
  .tablet-m\:b\+169vw {
    bottom: 169vw;
  }
  .tablet-m\:b-169\% {
    bottom: -169%;
  }
  .tablet-m\:b\+169\% {
    bottom: 169%;
  }
  .tablet-m\:l-169vw {
    left: -169vw;
  }
  .tablet-m\:l\+169vw {
    left: 169vw;
  }
  .tablet-m\:l-169\% {
    left: -169%;
  }
  .tablet-m\:l\+169\% {
    left: 169%;
  }
  .tablet-m\:r-169vw {
    right: -169vw;
  }
  .tablet-m\:r\+169vw {
    right: 169vw;
  }
  .tablet-m\:r-169\% {
    right: -169%;
  }
  .tablet-m\:r\+169\% {
    right: 169%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-170vw {
    top: -170vw;
  }
  .tablet-m\:t\+170vw {
    top: 170vw;
  }
  .tablet-m\:t-170\% {
    top: -170%;
  }
  .tablet-m\:t\+170\% {
    top: 170%;
  }
  .tablet-m\:b-170vw {
    bottom: -170vw;
  }
  .tablet-m\:b\+170vw {
    bottom: 170vw;
  }
  .tablet-m\:b-170\% {
    bottom: -170%;
  }
  .tablet-m\:b\+170\% {
    bottom: 170%;
  }
  .tablet-m\:l-170vw {
    left: -170vw;
  }
  .tablet-m\:l\+170vw {
    left: 170vw;
  }
  .tablet-m\:l-170\% {
    left: -170%;
  }
  .tablet-m\:l\+170\% {
    left: 170%;
  }
  .tablet-m\:r-170vw {
    right: -170vw;
  }
  .tablet-m\:r\+170vw {
    right: 170vw;
  }
  .tablet-m\:r-170\% {
    right: -170%;
  }
  .tablet-m\:r\+170\% {
    right: 170%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-171vw {
    top: -171vw;
  }
  .tablet-m\:t\+171vw {
    top: 171vw;
  }
  .tablet-m\:t-171\% {
    top: -171%;
  }
  .tablet-m\:t\+171\% {
    top: 171%;
  }
  .tablet-m\:b-171vw {
    bottom: -171vw;
  }
  .tablet-m\:b\+171vw {
    bottom: 171vw;
  }
  .tablet-m\:b-171\% {
    bottom: -171%;
  }
  .tablet-m\:b\+171\% {
    bottom: 171%;
  }
  .tablet-m\:l-171vw {
    left: -171vw;
  }
  .tablet-m\:l\+171vw {
    left: 171vw;
  }
  .tablet-m\:l-171\% {
    left: -171%;
  }
  .tablet-m\:l\+171\% {
    left: 171%;
  }
  .tablet-m\:r-171vw {
    right: -171vw;
  }
  .tablet-m\:r\+171vw {
    right: 171vw;
  }
  .tablet-m\:r-171\% {
    right: -171%;
  }
  .tablet-m\:r\+171\% {
    right: 171%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-172vw {
    top: -172vw;
  }
  .tablet-m\:t\+172vw {
    top: 172vw;
  }
  .tablet-m\:t-172\% {
    top: -172%;
  }
  .tablet-m\:t\+172\% {
    top: 172%;
  }
  .tablet-m\:b-172vw {
    bottom: -172vw;
  }
  .tablet-m\:b\+172vw {
    bottom: 172vw;
  }
  .tablet-m\:b-172\% {
    bottom: -172%;
  }
  .tablet-m\:b\+172\% {
    bottom: 172%;
  }
  .tablet-m\:l-172vw {
    left: -172vw;
  }
  .tablet-m\:l\+172vw {
    left: 172vw;
  }
  .tablet-m\:l-172\% {
    left: -172%;
  }
  .tablet-m\:l\+172\% {
    left: 172%;
  }
  .tablet-m\:r-172vw {
    right: -172vw;
  }
  .tablet-m\:r\+172vw {
    right: 172vw;
  }
  .tablet-m\:r-172\% {
    right: -172%;
  }
  .tablet-m\:r\+172\% {
    right: 172%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-173vw {
    top: -173vw;
  }
  .tablet-m\:t\+173vw {
    top: 173vw;
  }
  .tablet-m\:t-173\% {
    top: -173%;
  }
  .tablet-m\:t\+173\% {
    top: 173%;
  }
  .tablet-m\:b-173vw {
    bottom: -173vw;
  }
  .tablet-m\:b\+173vw {
    bottom: 173vw;
  }
  .tablet-m\:b-173\% {
    bottom: -173%;
  }
  .tablet-m\:b\+173\% {
    bottom: 173%;
  }
  .tablet-m\:l-173vw {
    left: -173vw;
  }
  .tablet-m\:l\+173vw {
    left: 173vw;
  }
  .tablet-m\:l-173\% {
    left: -173%;
  }
  .tablet-m\:l\+173\% {
    left: 173%;
  }
  .tablet-m\:r-173vw {
    right: -173vw;
  }
  .tablet-m\:r\+173vw {
    right: 173vw;
  }
  .tablet-m\:r-173\% {
    right: -173%;
  }
  .tablet-m\:r\+173\% {
    right: 173%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-174vw {
    top: -174vw;
  }
  .tablet-m\:t\+174vw {
    top: 174vw;
  }
  .tablet-m\:t-174\% {
    top: -174%;
  }
  .tablet-m\:t\+174\% {
    top: 174%;
  }
  .tablet-m\:b-174vw {
    bottom: -174vw;
  }
  .tablet-m\:b\+174vw {
    bottom: 174vw;
  }
  .tablet-m\:b-174\% {
    bottom: -174%;
  }
  .tablet-m\:b\+174\% {
    bottom: 174%;
  }
  .tablet-m\:l-174vw {
    left: -174vw;
  }
  .tablet-m\:l\+174vw {
    left: 174vw;
  }
  .tablet-m\:l-174\% {
    left: -174%;
  }
  .tablet-m\:l\+174\% {
    left: 174%;
  }
  .tablet-m\:r-174vw {
    right: -174vw;
  }
  .tablet-m\:r\+174vw {
    right: 174vw;
  }
  .tablet-m\:r-174\% {
    right: -174%;
  }
  .tablet-m\:r\+174\% {
    right: 174%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-175vw {
    top: -175vw;
  }
  .tablet-m\:t\+175vw {
    top: 175vw;
  }
  .tablet-m\:t-175\% {
    top: -175%;
  }
  .tablet-m\:t\+175\% {
    top: 175%;
  }
  .tablet-m\:b-175vw {
    bottom: -175vw;
  }
  .tablet-m\:b\+175vw {
    bottom: 175vw;
  }
  .tablet-m\:b-175\% {
    bottom: -175%;
  }
  .tablet-m\:b\+175\% {
    bottom: 175%;
  }
  .tablet-m\:l-175vw {
    left: -175vw;
  }
  .tablet-m\:l\+175vw {
    left: 175vw;
  }
  .tablet-m\:l-175\% {
    left: -175%;
  }
  .tablet-m\:l\+175\% {
    left: 175%;
  }
  .tablet-m\:r-175vw {
    right: -175vw;
  }
  .tablet-m\:r\+175vw {
    right: 175vw;
  }
  .tablet-m\:r-175\% {
    right: -175%;
  }
  .tablet-m\:r\+175\% {
    right: 175%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-176vw {
    top: -176vw;
  }
  .tablet-m\:t\+176vw {
    top: 176vw;
  }
  .tablet-m\:t-176\% {
    top: -176%;
  }
  .tablet-m\:t\+176\% {
    top: 176%;
  }
  .tablet-m\:b-176vw {
    bottom: -176vw;
  }
  .tablet-m\:b\+176vw {
    bottom: 176vw;
  }
  .tablet-m\:b-176\% {
    bottom: -176%;
  }
  .tablet-m\:b\+176\% {
    bottom: 176%;
  }
  .tablet-m\:l-176vw {
    left: -176vw;
  }
  .tablet-m\:l\+176vw {
    left: 176vw;
  }
  .tablet-m\:l-176\% {
    left: -176%;
  }
  .tablet-m\:l\+176\% {
    left: 176%;
  }
  .tablet-m\:r-176vw {
    right: -176vw;
  }
  .tablet-m\:r\+176vw {
    right: 176vw;
  }
  .tablet-m\:r-176\% {
    right: -176%;
  }
  .tablet-m\:r\+176\% {
    right: 176%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-177vw {
    top: -177vw;
  }
  .tablet-m\:t\+177vw {
    top: 177vw;
  }
  .tablet-m\:t-177\% {
    top: -177%;
  }
  .tablet-m\:t\+177\% {
    top: 177%;
  }
  .tablet-m\:b-177vw {
    bottom: -177vw;
  }
  .tablet-m\:b\+177vw {
    bottom: 177vw;
  }
  .tablet-m\:b-177\% {
    bottom: -177%;
  }
  .tablet-m\:b\+177\% {
    bottom: 177%;
  }
  .tablet-m\:l-177vw {
    left: -177vw;
  }
  .tablet-m\:l\+177vw {
    left: 177vw;
  }
  .tablet-m\:l-177\% {
    left: -177%;
  }
  .tablet-m\:l\+177\% {
    left: 177%;
  }
  .tablet-m\:r-177vw {
    right: -177vw;
  }
  .tablet-m\:r\+177vw {
    right: 177vw;
  }
  .tablet-m\:r-177\% {
    right: -177%;
  }
  .tablet-m\:r\+177\% {
    right: 177%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-178vw {
    top: -178vw;
  }
  .tablet-m\:t\+178vw {
    top: 178vw;
  }
  .tablet-m\:t-178\% {
    top: -178%;
  }
  .tablet-m\:t\+178\% {
    top: 178%;
  }
  .tablet-m\:b-178vw {
    bottom: -178vw;
  }
  .tablet-m\:b\+178vw {
    bottom: 178vw;
  }
  .tablet-m\:b-178\% {
    bottom: -178%;
  }
  .tablet-m\:b\+178\% {
    bottom: 178%;
  }
  .tablet-m\:l-178vw {
    left: -178vw;
  }
  .tablet-m\:l\+178vw {
    left: 178vw;
  }
  .tablet-m\:l-178\% {
    left: -178%;
  }
  .tablet-m\:l\+178\% {
    left: 178%;
  }
  .tablet-m\:r-178vw {
    right: -178vw;
  }
  .tablet-m\:r\+178vw {
    right: 178vw;
  }
  .tablet-m\:r-178\% {
    right: -178%;
  }
  .tablet-m\:r\+178\% {
    right: 178%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-179vw {
    top: -179vw;
  }
  .tablet-m\:t\+179vw {
    top: 179vw;
  }
  .tablet-m\:t-179\% {
    top: -179%;
  }
  .tablet-m\:t\+179\% {
    top: 179%;
  }
  .tablet-m\:b-179vw {
    bottom: -179vw;
  }
  .tablet-m\:b\+179vw {
    bottom: 179vw;
  }
  .tablet-m\:b-179\% {
    bottom: -179%;
  }
  .tablet-m\:b\+179\% {
    bottom: 179%;
  }
  .tablet-m\:l-179vw {
    left: -179vw;
  }
  .tablet-m\:l\+179vw {
    left: 179vw;
  }
  .tablet-m\:l-179\% {
    left: -179%;
  }
  .tablet-m\:l\+179\% {
    left: 179%;
  }
  .tablet-m\:r-179vw {
    right: -179vw;
  }
  .tablet-m\:r\+179vw {
    right: 179vw;
  }
  .tablet-m\:r-179\% {
    right: -179%;
  }
  .tablet-m\:r\+179\% {
    right: 179%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-180vw {
    top: -180vw;
  }
  .tablet-m\:t\+180vw {
    top: 180vw;
  }
  .tablet-m\:t-180\% {
    top: -180%;
  }
  .tablet-m\:t\+180\% {
    top: 180%;
  }
  .tablet-m\:b-180vw {
    bottom: -180vw;
  }
  .tablet-m\:b\+180vw {
    bottom: 180vw;
  }
  .tablet-m\:b-180\% {
    bottom: -180%;
  }
  .tablet-m\:b\+180\% {
    bottom: 180%;
  }
  .tablet-m\:l-180vw {
    left: -180vw;
  }
  .tablet-m\:l\+180vw {
    left: 180vw;
  }
  .tablet-m\:l-180\% {
    left: -180%;
  }
  .tablet-m\:l\+180\% {
    left: 180%;
  }
  .tablet-m\:r-180vw {
    right: -180vw;
  }
  .tablet-m\:r\+180vw {
    right: 180vw;
  }
  .tablet-m\:r-180\% {
    right: -180%;
  }
  .tablet-m\:r\+180\% {
    right: 180%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-181vw {
    top: -181vw;
  }
  .tablet-m\:t\+181vw {
    top: 181vw;
  }
  .tablet-m\:t-181\% {
    top: -181%;
  }
  .tablet-m\:t\+181\% {
    top: 181%;
  }
  .tablet-m\:b-181vw {
    bottom: -181vw;
  }
  .tablet-m\:b\+181vw {
    bottom: 181vw;
  }
  .tablet-m\:b-181\% {
    bottom: -181%;
  }
  .tablet-m\:b\+181\% {
    bottom: 181%;
  }
  .tablet-m\:l-181vw {
    left: -181vw;
  }
  .tablet-m\:l\+181vw {
    left: 181vw;
  }
  .tablet-m\:l-181\% {
    left: -181%;
  }
  .tablet-m\:l\+181\% {
    left: 181%;
  }
  .tablet-m\:r-181vw {
    right: -181vw;
  }
  .tablet-m\:r\+181vw {
    right: 181vw;
  }
  .tablet-m\:r-181\% {
    right: -181%;
  }
  .tablet-m\:r\+181\% {
    right: 181%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-182vw {
    top: -182vw;
  }
  .tablet-m\:t\+182vw {
    top: 182vw;
  }
  .tablet-m\:t-182\% {
    top: -182%;
  }
  .tablet-m\:t\+182\% {
    top: 182%;
  }
  .tablet-m\:b-182vw {
    bottom: -182vw;
  }
  .tablet-m\:b\+182vw {
    bottom: 182vw;
  }
  .tablet-m\:b-182\% {
    bottom: -182%;
  }
  .tablet-m\:b\+182\% {
    bottom: 182%;
  }
  .tablet-m\:l-182vw {
    left: -182vw;
  }
  .tablet-m\:l\+182vw {
    left: 182vw;
  }
  .tablet-m\:l-182\% {
    left: -182%;
  }
  .tablet-m\:l\+182\% {
    left: 182%;
  }
  .tablet-m\:r-182vw {
    right: -182vw;
  }
  .tablet-m\:r\+182vw {
    right: 182vw;
  }
  .tablet-m\:r-182\% {
    right: -182%;
  }
  .tablet-m\:r\+182\% {
    right: 182%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-183vw {
    top: -183vw;
  }
  .tablet-m\:t\+183vw {
    top: 183vw;
  }
  .tablet-m\:t-183\% {
    top: -183%;
  }
  .tablet-m\:t\+183\% {
    top: 183%;
  }
  .tablet-m\:b-183vw {
    bottom: -183vw;
  }
  .tablet-m\:b\+183vw {
    bottom: 183vw;
  }
  .tablet-m\:b-183\% {
    bottom: -183%;
  }
  .tablet-m\:b\+183\% {
    bottom: 183%;
  }
  .tablet-m\:l-183vw {
    left: -183vw;
  }
  .tablet-m\:l\+183vw {
    left: 183vw;
  }
  .tablet-m\:l-183\% {
    left: -183%;
  }
  .tablet-m\:l\+183\% {
    left: 183%;
  }
  .tablet-m\:r-183vw {
    right: -183vw;
  }
  .tablet-m\:r\+183vw {
    right: 183vw;
  }
  .tablet-m\:r-183\% {
    right: -183%;
  }
  .tablet-m\:r\+183\% {
    right: 183%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-184vw {
    top: -184vw;
  }
  .tablet-m\:t\+184vw {
    top: 184vw;
  }
  .tablet-m\:t-184\% {
    top: -184%;
  }
  .tablet-m\:t\+184\% {
    top: 184%;
  }
  .tablet-m\:b-184vw {
    bottom: -184vw;
  }
  .tablet-m\:b\+184vw {
    bottom: 184vw;
  }
  .tablet-m\:b-184\% {
    bottom: -184%;
  }
  .tablet-m\:b\+184\% {
    bottom: 184%;
  }
  .tablet-m\:l-184vw {
    left: -184vw;
  }
  .tablet-m\:l\+184vw {
    left: 184vw;
  }
  .tablet-m\:l-184\% {
    left: -184%;
  }
  .tablet-m\:l\+184\% {
    left: 184%;
  }
  .tablet-m\:r-184vw {
    right: -184vw;
  }
  .tablet-m\:r\+184vw {
    right: 184vw;
  }
  .tablet-m\:r-184\% {
    right: -184%;
  }
  .tablet-m\:r\+184\% {
    right: 184%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-185vw {
    top: -185vw;
  }
  .tablet-m\:t\+185vw {
    top: 185vw;
  }
  .tablet-m\:t-185\% {
    top: -185%;
  }
  .tablet-m\:t\+185\% {
    top: 185%;
  }
  .tablet-m\:b-185vw {
    bottom: -185vw;
  }
  .tablet-m\:b\+185vw {
    bottom: 185vw;
  }
  .tablet-m\:b-185\% {
    bottom: -185%;
  }
  .tablet-m\:b\+185\% {
    bottom: 185%;
  }
  .tablet-m\:l-185vw {
    left: -185vw;
  }
  .tablet-m\:l\+185vw {
    left: 185vw;
  }
  .tablet-m\:l-185\% {
    left: -185%;
  }
  .tablet-m\:l\+185\% {
    left: 185%;
  }
  .tablet-m\:r-185vw {
    right: -185vw;
  }
  .tablet-m\:r\+185vw {
    right: 185vw;
  }
  .tablet-m\:r-185\% {
    right: -185%;
  }
  .tablet-m\:r\+185\% {
    right: 185%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-186vw {
    top: -186vw;
  }
  .tablet-m\:t\+186vw {
    top: 186vw;
  }
  .tablet-m\:t-186\% {
    top: -186%;
  }
  .tablet-m\:t\+186\% {
    top: 186%;
  }
  .tablet-m\:b-186vw {
    bottom: -186vw;
  }
  .tablet-m\:b\+186vw {
    bottom: 186vw;
  }
  .tablet-m\:b-186\% {
    bottom: -186%;
  }
  .tablet-m\:b\+186\% {
    bottom: 186%;
  }
  .tablet-m\:l-186vw {
    left: -186vw;
  }
  .tablet-m\:l\+186vw {
    left: 186vw;
  }
  .tablet-m\:l-186\% {
    left: -186%;
  }
  .tablet-m\:l\+186\% {
    left: 186%;
  }
  .tablet-m\:r-186vw {
    right: -186vw;
  }
  .tablet-m\:r\+186vw {
    right: 186vw;
  }
  .tablet-m\:r-186\% {
    right: -186%;
  }
  .tablet-m\:r\+186\% {
    right: 186%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-187vw {
    top: -187vw;
  }
  .tablet-m\:t\+187vw {
    top: 187vw;
  }
  .tablet-m\:t-187\% {
    top: -187%;
  }
  .tablet-m\:t\+187\% {
    top: 187%;
  }
  .tablet-m\:b-187vw {
    bottom: -187vw;
  }
  .tablet-m\:b\+187vw {
    bottom: 187vw;
  }
  .tablet-m\:b-187\% {
    bottom: -187%;
  }
  .tablet-m\:b\+187\% {
    bottom: 187%;
  }
  .tablet-m\:l-187vw {
    left: -187vw;
  }
  .tablet-m\:l\+187vw {
    left: 187vw;
  }
  .tablet-m\:l-187\% {
    left: -187%;
  }
  .tablet-m\:l\+187\% {
    left: 187%;
  }
  .tablet-m\:r-187vw {
    right: -187vw;
  }
  .tablet-m\:r\+187vw {
    right: 187vw;
  }
  .tablet-m\:r-187\% {
    right: -187%;
  }
  .tablet-m\:r\+187\% {
    right: 187%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-188vw {
    top: -188vw;
  }
  .tablet-m\:t\+188vw {
    top: 188vw;
  }
  .tablet-m\:t-188\% {
    top: -188%;
  }
  .tablet-m\:t\+188\% {
    top: 188%;
  }
  .tablet-m\:b-188vw {
    bottom: -188vw;
  }
  .tablet-m\:b\+188vw {
    bottom: 188vw;
  }
  .tablet-m\:b-188\% {
    bottom: -188%;
  }
  .tablet-m\:b\+188\% {
    bottom: 188%;
  }
  .tablet-m\:l-188vw {
    left: -188vw;
  }
  .tablet-m\:l\+188vw {
    left: 188vw;
  }
  .tablet-m\:l-188\% {
    left: -188%;
  }
  .tablet-m\:l\+188\% {
    left: 188%;
  }
  .tablet-m\:r-188vw {
    right: -188vw;
  }
  .tablet-m\:r\+188vw {
    right: 188vw;
  }
  .tablet-m\:r-188\% {
    right: -188%;
  }
  .tablet-m\:r\+188\% {
    right: 188%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-189vw {
    top: -189vw;
  }
  .tablet-m\:t\+189vw {
    top: 189vw;
  }
  .tablet-m\:t-189\% {
    top: -189%;
  }
  .tablet-m\:t\+189\% {
    top: 189%;
  }
  .tablet-m\:b-189vw {
    bottom: -189vw;
  }
  .tablet-m\:b\+189vw {
    bottom: 189vw;
  }
  .tablet-m\:b-189\% {
    bottom: -189%;
  }
  .tablet-m\:b\+189\% {
    bottom: 189%;
  }
  .tablet-m\:l-189vw {
    left: -189vw;
  }
  .tablet-m\:l\+189vw {
    left: 189vw;
  }
  .tablet-m\:l-189\% {
    left: -189%;
  }
  .tablet-m\:l\+189\% {
    left: 189%;
  }
  .tablet-m\:r-189vw {
    right: -189vw;
  }
  .tablet-m\:r\+189vw {
    right: 189vw;
  }
  .tablet-m\:r-189\% {
    right: -189%;
  }
  .tablet-m\:r\+189\% {
    right: 189%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-190vw {
    top: -190vw;
  }
  .tablet-m\:t\+190vw {
    top: 190vw;
  }
  .tablet-m\:t-190\% {
    top: -190%;
  }
  .tablet-m\:t\+190\% {
    top: 190%;
  }
  .tablet-m\:b-190vw {
    bottom: -190vw;
  }
  .tablet-m\:b\+190vw {
    bottom: 190vw;
  }
  .tablet-m\:b-190\% {
    bottom: -190%;
  }
  .tablet-m\:b\+190\% {
    bottom: 190%;
  }
  .tablet-m\:l-190vw {
    left: -190vw;
  }
  .tablet-m\:l\+190vw {
    left: 190vw;
  }
  .tablet-m\:l-190\% {
    left: -190%;
  }
  .tablet-m\:l\+190\% {
    left: 190%;
  }
  .tablet-m\:r-190vw {
    right: -190vw;
  }
  .tablet-m\:r\+190vw {
    right: 190vw;
  }
  .tablet-m\:r-190\% {
    right: -190%;
  }
  .tablet-m\:r\+190\% {
    right: 190%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-191vw {
    top: -191vw;
  }
  .tablet-m\:t\+191vw {
    top: 191vw;
  }
  .tablet-m\:t-191\% {
    top: -191%;
  }
  .tablet-m\:t\+191\% {
    top: 191%;
  }
  .tablet-m\:b-191vw {
    bottom: -191vw;
  }
  .tablet-m\:b\+191vw {
    bottom: 191vw;
  }
  .tablet-m\:b-191\% {
    bottom: -191%;
  }
  .tablet-m\:b\+191\% {
    bottom: 191%;
  }
  .tablet-m\:l-191vw {
    left: -191vw;
  }
  .tablet-m\:l\+191vw {
    left: 191vw;
  }
  .tablet-m\:l-191\% {
    left: -191%;
  }
  .tablet-m\:l\+191\% {
    left: 191%;
  }
  .tablet-m\:r-191vw {
    right: -191vw;
  }
  .tablet-m\:r\+191vw {
    right: 191vw;
  }
  .tablet-m\:r-191\% {
    right: -191%;
  }
  .tablet-m\:r\+191\% {
    right: 191%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-192vw {
    top: -192vw;
  }
  .tablet-m\:t\+192vw {
    top: 192vw;
  }
  .tablet-m\:t-192\% {
    top: -192%;
  }
  .tablet-m\:t\+192\% {
    top: 192%;
  }
  .tablet-m\:b-192vw {
    bottom: -192vw;
  }
  .tablet-m\:b\+192vw {
    bottom: 192vw;
  }
  .tablet-m\:b-192\% {
    bottom: -192%;
  }
  .tablet-m\:b\+192\% {
    bottom: 192%;
  }
  .tablet-m\:l-192vw {
    left: -192vw;
  }
  .tablet-m\:l\+192vw {
    left: 192vw;
  }
  .tablet-m\:l-192\% {
    left: -192%;
  }
  .tablet-m\:l\+192\% {
    left: 192%;
  }
  .tablet-m\:r-192vw {
    right: -192vw;
  }
  .tablet-m\:r\+192vw {
    right: 192vw;
  }
  .tablet-m\:r-192\% {
    right: -192%;
  }
  .tablet-m\:r\+192\% {
    right: 192%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-193vw {
    top: -193vw;
  }
  .tablet-m\:t\+193vw {
    top: 193vw;
  }
  .tablet-m\:t-193\% {
    top: -193%;
  }
  .tablet-m\:t\+193\% {
    top: 193%;
  }
  .tablet-m\:b-193vw {
    bottom: -193vw;
  }
  .tablet-m\:b\+193vw {
    bottom: 193vw;
  }
  .tablet-m\:b-193\% {
    bottom: -193%;
  }
  .tablet-m\:b\+193\% {
    bottom: 193%;
  }
  .tablet-m\:l-193vw {
    left: -193vw;
  }
  .tablet-m\:l\+193vw {
    left: 193vw;
  }
  .tablet-m\:l-193\% {
    left: -193%;
  }
  .tablet-m\:l\+193\% {
    left: 193%;
  }
  .tablet-m\:r-193vw {
    right: -193vw;
  }
  .tablet-m\:r\+193vw {
    right: 193vw;
  }
  .tablet-m\:r-193\% {
    right: -193%;
  }
  .tablet-m\:r\+193\% {
    right: 193%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-194vw {
    top: -194vw;
  }
  .tablet-m\:t\+194vw {
    top: 194vw;
  }
  .tablet-m\:t-194\% {
    top: -194%;
  }
  .tablet-m\:t\+194\% {
    top: 194%;
  }
  .tablet-m\:b-194vw {
    bottom: -194vw;
  }
  .tablet-m\:b\+194vw {
    bottom: 194vw;
  }
  .tablet-m\:b-194\% {
    bottom: -194%;
  }
  .tablet-m\:b\+194\% {
    bottom: 194%;
  }
  .tablet-m\:l-194vw {
    left: -194vw;
  }
  .tablet-m\:l\+194vw {
    left: 194vw;
  }
  .tablet-m\:l-194\% {
    left: -194%;
  }
  .tablet-m\:l\+194\% {
    left: 194%;
  }
  .tablet-m\:r-194vw {
    right: -194vw;
  }
  .tablet-m\:r\+194vw {
    right: 194vw;
  }
  .tablet-m\:r-194\% {
    right: -194%;
  }
  .tablet-m\:r\+194\% {
    right: 194%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-195vw {
    top: -195vw;
  }
  .tablet-m\:t\+195vw {
    top: 195vw;
  }
  .tablet-m\:t-195\% {
    top: -195%;
  }
  .tablet-m\:t\+195\% {
    top: 195%;
  }
  .tablet-m\:b-195vw {
    bottom: -195vw;
  }
  .tablet-m\:b\+195vw {
    bottom: 195vw;
  }
  .tablet-m\:b-195\% {
    bottom: -195%;
  }
  .tablet-m\:b\+195\% {
    bottom: 195%;
  }
  .tablet-m\:l-195vw {
    left: -195vw;
  }
  .tablet-m\:l\+195vw {
    left: 195vw;
  }
  .tablet-m\:l-195\% {
    left: -195%;
  }
  .tablet-m\:l\+195\% {
    left: 195%;
  }
  .tablet-m\:r-195vw {
    right: -195vw;
  }
  .tablet-m\:r\+195vw {
    right: 195vw;
  }
  .tablet-m\:r-195\% {
    right: -195%;
  }
  .tablet-m\:r\+195\% {
    right: 195%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-196vw {
    top: -196vw;
  }
  .tablet-m\:t\+196vw {
    top: 196vw;
  }
  .tablet-m\:t-196\% {
    top: -196%;
  }
  .tablet-m\:t\+196\% {
    top: 196%;
  }
  .tablet-m\:b-196vw {
    bottom: -196vw;
  }
  .tablet-m\:b\+196vw {
    bottom: 196vw;
  }
  .tablet-m\:b-196\% {
    bottom: -196%;
  }
  .tablet-m\:b\+196\% {
    bottom: 196%;
  }
  .tablet-m\:l-196vw {
    left: -196vw;
  }
  .tablet-m\:l\+196vw {
    left: 196vw;
  }
  .tablet-m\:l-196\% {
    left: -196%;
  }
  .tablet-m\:l\+196\% {
    left: 196%;
  }
  .tablet-m\:r-196vw {
    right: -196vw;
  }
  .tablet-m\:r\+196vw {
    right: 196vw;
  }
  .tablet-m\:r-196\% {
    right: -196%;
  }
  .tablet-m\:r\+196\% {
    right: 196%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-197vw {
    top: -197vw;
  }
  .tablet-m\:t\+197vw {
    top: 197vw;
  }
  .tablet-m\:t-197\% {
    top: -197%;
  }
  .tablet-m\:t\+197\% {
    top: 197%;
  }
  .tablet-m\:b-197vw {
    bottom: -197vw;
  }
  .tablet-m\:b\+197vw {
    bottom: 197vw;
  }
  .tablet-m\:b-197\% {
    bottom: -197%;
  }
  .tablet-m\:b\+197\% {
    bottom: 197%;
  }
  .tablet-m\:l-197vw {
    left: -197vw;
  }
  .tablet-m\:l\+197vw {
    left: 197vw;
  }
  .tablet-m\:l-197\% {
    left: -197%;
  }
  .tablet-m\:l\+197\% {
    left: 197%;
  }
  .tablet-m\:r-197vw {
    right: -197vw;
  }
  .tablet-m\:r\+197vw {
    right: 197vw;
  }
  .tablet-m\:r-197\% {
    right: -197%;
  }
  .tablet-m\:r\+197\% {
    right: 197%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-198vw {
    top: -198vw;
  }
  .tablet-m\:t\+198vw {
    top: 198vw;
  }
  .tablet-m\:t-198\% {
    top: -198%;
  }
  .tablet-m\:t\+198\% {
    top: 198%;
  }
  .tablet-m\:b-198vw {
    bottom: -198vw;
  }
  .tablet-m\:b\+198vw {
    bottom: 198vw;
  }
  .tablet-m\:b-198\% {
    bottom: -198%;
  }
  .tablet-m\:b\+198\% {
    bottom: 198%;
  }
  .tablet-m\:l-198vw {
    left: -198vw;
  }
  .tablet-m\:l\+198vw {
    left: 198vw;
  }
  .tablet-m\:l-198\% {
    left: -198%;
  }
  .tablet-m\:l\+198\% {
    left: 198%;
  }
  .tablet-m\:r-198vw {
    right: -198vw;
  }
  .tablet-m\:r\+198vw {
    right: 198vw;
  }
  .tablet-m\:r-198\% {
    right: -198%;
  }
  .tablet-m\:r\+198\% {
    right: 198%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-199vw {
    top: -199vw;
  }
  .tablet-m\:t\+199vw {
    top: 199vw;
  }
  .tablet-m\:t-199\% {
    top: -199%;
  }
  .tablet-m\:t\+199\% {
    top: 199%;
  }
  .tablet-m\:b-199vw {
    bottom: -199vw;
  }
  .tablet-m\:b\+199vw {
    bottom: 199vw;
  }
  .tablet-m\:b-199\% {
    bottom: -199%;
  }
  .tablet-m\:b\+199\% {
    bottom: 199%;
  }
  .tablet-m\:l-199vw {
    left: -199vw;
  }
  .tablet-m\:l\+199vw {
    left: 199vw;
  }
  .tablet-m\:l-199\% {
    left: -199%;
  }
  .tablet-m\:l\+199\% {
    left: 199%;
  }
  .tablet-m\:r-199vw {
    right: -199vw;
  }
  .tablet-m\:r\+199vw {
    right: 199vw;
  }
  .tablet-m\:r-199\% {
    right: -199%;
  }
  .tablet-m\:r\+199\% {
    right: 199%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:t-200vw {
    top: -200vw;
  }
  .tablet-m\:t\+200vw {
    top: 200vw;
  }
  .tablet-m\:t-200\% {
    top: -200%;
  }
  .tablet-m\:t\+200\% {
    top: 200%;
  }
  .tablet-m\:b-200vw {
    bottom: -200vw;
  }
  .tablet-m\:b\+200vw {
    bottom: 200vw;
  }
  .tablet-m\:b-200\% {
    bottom: -200%;
  }
  .tablet-m\:b\+200\% {
    bottom: 200%;
  }
  .tablet-m\:l-200vw {
    left: -200vw;
  }
  .tablet-m\:l\+200vw {
    left: 200vw;
  }
  .tablet-m\:l-200\% {
    left: -200%;
  }
  .tablet-m\:l\+200\% {
    left: 200%;
  }
  .tablet-m\:r-200vw {
    right: -200vw;
  }
  .tablet-m\:r\+200vw {
    right: 200vw;
  }
  .tablet-m\:r-200\% {
    right: -200%;
  }
  .tablet-m\:r\+200\% {
    right: 200%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-10p {
    top: -10px;
  }
  .tablet-l\:t\+10p {
    top: 10px;
  }
  .tablet-l\:b-10p {
    bottom: -10px;
  }
  .tablet-l\:b\+10p {
    bottom: 10px;
  }
  .tablet-l\:l-10p {
    left: -10px;
  }
  .tablet-l\:l\+10p {
    left: 10px;
  }
  .tablet-l\:r-10p {
    right: -10px;
  }
  .tablet-l\:r\+10p {
    right: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-20p {
    top: -20px;
  }
  .tablet-l\:t\+20p {
    top: 20px;
  }
  .tablet-l\:b-20p {
    bottom: -20px;
  }
  .tablet-l\:b\+20p {
    bottom: 20px;
  }
  .tablet-l\:l-20p {
    left: -20px;
  }
  .tablet-l\:l\+20p {
    left: 20px;
  }
  .tablet-l\:r-20p {
    right: -20px;
  }
  .tablet-l\:r\+20p {
    right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-30p {
    top: -30px;
  }
  .tablet-l\:t\+30p {
    top: 30px;
  }
  .tablet-l\:b-30p {
    bottom: -30px;
  }
  .tablet-l\:b\+30p {
    bottom: 30px;
  }
  .tablet-l\:l-30p {
    left: -30px;
  }
  .tablet-l\:l\+30p {
    left: 30px;
  }
  .tablet-l\:r-30p {
    right: -30px;
  }
  .tablet-l\:r\+30p {
    right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-40p {
    top: -40px;
  }
  .tablet-l\:t\+40p {
    top: 40px;
  }
  .tablet-l\:b-40p {
    bottom: -40px;
  }
  .tablet-l\:b\+40p {
    bottom: 40px;
  }
  .tablet-l\:l-40p {
    left: -40px;
  }
  .tablet-l\:l\+40p {
    left: 40px;
  }
  .tablet-l\:r-40p {
    right: -40px;
  }
  .tablet-l\:r\+40p {
    right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-50p {
    top: -50px;
  }
  .tablet-l\:t\+50p {
    top: 50px;
  }
  .tablet-l\:b-50p {
    bottom: -50px;
  }
  .tablet-l\:b\+50p {
    bottom: 50px;
  }
  .tablet-l\:l-50p {
    left: -50px;
  }
  .tablet-l\:l\+50p {
    left: 50px;
  }
  .tablet-l\:r-50p {
    right: -50px;
  }
  .tablet-l\:r\+50p {
    right: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-60p {
    top: -60px;
  }
  .tablet-l\:t\+60p {
    top: 60px;
  }
  .tablet-l\:b-60p {
    bottom: -60px;
  }
  .tablet-l\:b\+60p {
    bottom: 60px;
  }
  .tablet-l\:l-60p {
    left: -60px;
  }
  .tablet-l\:l\+60p {
    left: 60px;
  }
  .tablet-l\:r-60p {
    right: -60px;
  }
  .tablet-l\:r\+60p {
    right: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-70p {
    top: -70px;
  }
  .tablet-l\:t\+70p {
    top: 70px;
  }
  .tablet-l\:b-70p {
    bottom: -70px;
  }
  .tablet-l\:b\+70p {
    bottom: 70px;
  }
  .tablet-l\:l-70p {
    left: -70px;
  }
  .tablet-l\:l\+70p {
    left: 70px;
  }
  .tablet-l\:r-70p {
    right: -70px;
  }
  .tablet-l\:r\+70p {
    right: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-80p {
    top: -80px;
  }
  .tablet-l\:t\+80p {
    top: 80px;
  }
  .tablet-l\:b-80p {
    bottom: -80px;
  }
  .tablet-l\:b\+80p {
    bottom: 80px;
  }
  .tablet-l\:l-80p {
    left: -80px;
  }
  .tablet-l\:l\+80p {
    left: 80px;
  }
  .tablet-l\:r-80p {
    right: -80px;
  }
  .tablet-l\:r\+80p {
    right: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-90p {
    top: -90px;
  }
  .tablet-l\:t\+90p {
    top: 90px;
  }
  .tablet-l\:b-90p {
    bottom: -90px;
  }
  .tablet-l\:b\+90p {
    bottom: 90px;
  }
  .tablet-l\:l-90p {
    left: -90px;
  }
  .tablet-l\:l\+90p {
    left: 90px;
  }
  .tablet-l\:r-90p {
    right: -90px;
  }
  .tablet-l\:r\+90p {
    right: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-100p {
    top: -100px;
  }
  .tablet-l\:t\+100p {
    top: 100px;
  }
  .tablet-l\:b-100p {
    bottom: -100px;
  }
  .tablet-l\:b\+100p {
    bottom: 100px;
  }
  .tablet-l\:l-100p {
    left: -100px;
  }
  .tablet-l\:l\+100p {
    left: 100px;
  }
  .tablet-l\:r-100p {
    right: -100px;
  }
  .tablet-l\:r\+100p {
    right: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-110p {
    top: -110px;
  }
  .tablet-l\:t\+110p {
    top: 110px;
  }
  .tablet-l\:b-110p {
    bottom: -110px;
  }
  .tablet-l\:b\+110p {
    bottom: 110px;
  }
  .tablet-l\:l-110p {
    left: -110px;
  }
  .tablet-l\:l\+110p {
    left: 110px;
  }
  .tablet-l\:r-110p {
    right: -110px;
  }
  .tablet-l\:r\+110p {
    right: 110px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-120p {
    top: -120px;
  }
  .tablet-l\:t\+120p {
    top: 120px;
  }
  .tablet-l\:b-120p {
    bottom: -120px;
  }
  .tablet-l\:b\+120p {
    bottom: 120px;
  }
  .tablet-l\:l-120p {
    left: -120px;
  }
  .tablet-l\:l\+120p {
    left: 120px;
  }
  .tablet-l\:r-120p {
    right: -120px;
  }
  .tablet-l\:r\+120p {
    right: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-130p {
    top: -130px;
  }
  .tablet-l\:t\+130p {
    top: 130px;
  }
  .tablet-l\:b-130p {
    bottom: -130px;
  }
  .tablet-l\:b\+130p {
    bottom: 130px;
  }
  .tablet-l\:l-130p {
    left: -130px;
  }
  .tablet-l\:l\+130p {
    left: 130px;
  }
  .tablet-l\:r-130p {
    right: -130px;
  }
  .tablet-l\:r\+130p {
    right: 130px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-140p {
    top: -140px;
  }
  .tablet-l\:t\+140p {
    top: 140px;
  }
  .tablet-l\:b-140p {
    bottom: -140px;
  }
  .tablet-l\:b\+140p {
    bottom: 140px;
  }
  .tablet-l\:l-140p {
    left: -140px;
  }
  .tablet-l\:l\+140p {
    left: 140px;
  }
  .tablet-l\:r-140p {
    right: -140px;
  }
  .tablet-l\:r\+140p {
    right: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-150p {
    top: -150px;
  }
  .tablet-l\:t\+150p {
    top: 150px;
  }
  .tablet-l\:b-150p {
    bottom: -150px;
  }
  .tablet-l\:b\+150p {
    bottom: 150px;
  }
  .tablet-l\:l-150p {
    left: -150px;
  }
  .tablet-l\:l\+150p {
    left: 150px;
  }
  .tablet-l\:r-150p {
    right: -150px;
  }
  .tablet-l\:r\+150p {
    right: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-160p {
    top: -160px;
  }
  .tablet-l\:t\+160p {
    top: 160px;
  }
  .tablet-l\:b-160p {
    bottom: -160px;
  }
  .tablet-l\:b\+160p {
    bottom: 160px;
  }
  .tablet-l\:l-160p {
    left: -160px;
  }
  .tablet-l\:l\+160p {
    left: 160px;
  }
  .tablet-l\:r-160p {
    right: -160px;
  }
  .tablet-l\:r\+160p {
    right: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-170p {
    top: -170px;
  }
  .tablet-l\:t\+170p {
    top: 170px;
  }
  .tablet-l\:b-170p {
    bottom: -170px;
  }
  .tablet-l\:b\+170p {
    bottom: 170px;
  }
  .tablet-l\:l-170p {
    left: -170px;
  }
  .tablet-l\:l\+170p {
    left: 170px;
  }
  .tablet-l\:r-170p {
    right: -170px;
  }
  .tablet-l\:r\+170p {
    right: 170px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-180p {
    top: -180px;
  }
  .tablet-l\:t\+180p {
    top: 180px;
  }
  .tablet-l\:b-180p {
    bottom: -180px;
  }
  .tablet-l\:b\+180p {
    bottom: 180px;
  }
  .tablet-l\:l-180p {
    left: -180px;
  }
  .tablet-l\:l\+180p {
    left: 180px;
  }
  .tablet-l\:r-180p {
    right: -180px;
  }
  .tablet-l\:r\+180p {
    right: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-190p {
    top: -190px;
  }
  .tablet-l\:t\+190p {
    top: 190px;
  }
  .tablet-l\:b-190p {
    bottom: -190px;
  }
  .tablet-l\:b\+190p {
    bottom: 190px;
  }
  .tablet-l\:l-190p {
    left: -190px;
  }
  .tablet-l\:l\+190p {
    left: 190px;
  }
  .tablet-l\:r-190p {
    right: -190px;
  }
  .tablet-l\:r\+190p {
    right: 190px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-200p {
    top: -200px;
  }
  .tablet-l\:t\+200p {
    top: 200px;
  }
  .tablet-l\:b-200p {
    bottom: -200px;
  }
  .tablet-l\:b\+200p {
    bottom: 200px;
  }
  .tablet-l\:l-200p {
    left: -200px;
  }
  .tablet-l\:l\+200p {
    left: 200px;
  }
  .tablet-l\:r-200p {
    right: -200px;
  }
  .tablet-l\:r\+200p {
    right: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-210p {
    top: -210px;
  }
  .tablet-l\:t\+210p {
    top: 210px;
  }
  .tablet-l\:b-210p {
    bottom: -210px;
  }
  .tablet-l\:b\+210p {
    bottom: 210px;
  }
  .tablet-l\:l-210p {
    left: -210px;
  }
  .tablet-l\:l\+210p {
    left: 210px;
  }
  .tablet-l\:r-210p {
    right: -210px;
  }
  .tablet-l\:r\+210p {
    right: 210px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-220p {
    top: -220px;
  }
  .tablet-l\:t\+220p {
    top: 220px;
  }
  .tablet-l\:b-220p {
    bottom: -220px;
  }
  .tablet-l\:b\+220p {
    bottom: 220px;
  }
  .tablet-l\:l-220p {
    left: -220px;
  }
  .tablet-l\:l\+220p {
    left: 220px;
  }
  .tablet-l\:r-220p {
    right: -220px;
  }
  .tablet-l\:r\+220p {
    right: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-230p {
    top: -230px;
  }
  .tablet-l\:t\+230p {
    top: 230px;
  }
  .tablet-l\:b-230p {
    bottom: -230px;
  }
  .tablet-l\:b\+230p {
    bottom: 230px;
  }
  .tablet-l\:l-230p {
    left: -230px;
  }
  .tablet-l\:l\+230p {
    left: 230px;
  }
  .tablet-l\:r-230p {
    right: -230px;
  }
  .tablet-l\:r\+230p {
    right: 230px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-240p {
    top: -240px;
  }
  .tablet-l\:t\+240p {
    top: 240px;
  }
  .tablet-l\:b-240p {
    bottom: -240px;
  }
  .tablet-l\:b\+240p {
    bottom: 240px;
  }
  .tablet-l\:l-240p {
    left: -240px;
  }
  .tablet-l\:l\+240p {
    left: 240px;
  }
  .tablet-l\:r-240p {
    right: -240px;
  }
  .tablet-l\:r\+240p {
    right: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-250p {
    top: -250px;
  }
  .tablet-l\:t\+250p {
    top: 250px;
  }
  .tablet-l\:b-250p {
    bottom: -250px;
  }
  .tablet-l\:b\+250p {
    bottom: 250px;
  }
  .tablet-l\:l-250p {
    left: -250px;
  }
  .tablet-l\:l\+250p {
    left: 250px;
  }
  .tablet-l\:r-250p {
    right: -250px;
  }
  .tablet-l\:r\+250p {
    right: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-260p {
    top: -260px;
  }
  .tablet-l\:t\+260p {
    top: 260px;
  }
  .tablet-l\:b-260p {
    bottom: -260px;
  }
  .tablet-l\:b\+260p {
    bottom: 260px;
  }
  .tablet-l\:l-260p {
    left: -260px;
  }
  .tablet-l\:l\+260p {
    left: 260px;
  }
  .tablet-l\:r-260p {
    right: -260px;
  }
  .tablet-l\:r\+260p {
    right: 260px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-270p {
    top: -270px;
  }
  .tablet-l\:t\+270p {
    top: 270px;
  }
  .tablet-l\:b-270p {
    bottom: -270px;
  }
  .tablet-l\:b\+270p {
    bottom: 270px;
  }
  .tablet-l\:l-270p {
    left: -270px;
  }
  .tablet-l\:l\+270p {
    left: 270px;
  }
  .tablet-l\:r-270p {
    right: -270px;
  }
  .tablet-l\:r\+270p {
    right: 270px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-280p {
    top: -280px;
  }
  .tablet-l\:t\+280p {
    top: 280px;
  }
  .tablet-l\:b-280p {
    bottom: -280px;
  }
  .tablet-l\:b\+280p {
    bottom: 280px;
  }
  .tablet-l\:l-280p {
    left: -280px;
  }
  .tablet-l\:l\+280p {
    left: 280px;
  }
  .tablet-l\:r-280p {
    right: -280px;
  }
  .tablet-l\:r\+280p {
    right: 280px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-290p {
    top: -290px;
  }
  .tablet-l\:t\+290p {
    top: 290px;
  }
  .tablet-l\:b-290p {
    bottom: -290px;
  }
  .tablet-l\:b\+290p {
    bottom: 290px;
  }
  .tablet-l\:l-290p {
    left: -290px;
  }
  .tablet-l\:l\+290p {
    left: 290px;
  }
  .tablet-l\:r-290p {
    right: -290px;
  }
  .tablet-l\:r\+290p {
    right: 290px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-300p {
    top: -300px;
  }
  .tablet-l\:t\+300p {
    top: 300px;
  }
  .tablet-l\:b-300p {
    bottom: -300px;
  }
  .tablet-l\:b\+300p {
    bottom: 300px;
  }
  .tablet-l\:l-300p {
    left: -300px;
  }
  .tablet-l\:l\+300p {
    left: 300px;
  }
  .tablet-l\:r-300p {
    right: -300px;
  }
  .tablet-l\:r\+300p {
    right: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-310p {
    top: -310px;
  }
  .tablet-l\:t\+310p {
    top: 310px;
  }
  .tablet-l\:b-310p {
    bottom: -310px;
  }
  .tablet-l\:b\+310p {
    bottom: 310px;
  }
  .tablet-l\:l-310p {
    left: -310px;
  }
  .tablet-l\:l\+310p {
    left: 310px;
  }
  .tablet-l\:r-310p {
    right: -310px;
  }
  .tablet-l\:r\+310p {
    right: 310px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-320p {
    top: -320px;
  }
  .tablet-l\:t\+320p {
    top: 320px;
  }
  .tablet-l\:b-320p {
    bottom: -320px;
  }
  .tablet-l\:b\+320p {
    bottom: 320px;
  }
  .tablet-l\:l-320p {
    left: -320px;
  }
  .tablet-l\:l\+320p {
    left: 320px;
  }
  .tablet-l\:r-320p {
    right: -320px;
  }
  .tablet-l\:r\+320p {
    right: 320px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-330p {
    top: -330px;
  }
  .tablet-l\:t\+330p {
    top: 330px;
  }
  .tablet-l\:b-330p {
    bottom: -330px;
  }
  .tablet-l\:b\+330p {
    bottom: 330px;
  }
  .tablet-l\:l-330p {
    left: -330px;
  }
  .tablet-l\:l\+330p {
    left: 330px;
  }
  .tablet-l\:r-330p {
    right: -330px;
  }
  .tablet-l\:r\+330p {
    right: 330px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-340p {
    top: -340px;
  }
  .tablet-l\:t\+340p {
    top: 340px;
  }
  .tablet-l\:b-340p {
    bottom: -340px;
  }
  .tablet-l\:b\+340p {
    bottom: 340px;
  }
  .tablet-l\:l-340p {
    left: -340px;
  }
  .tablet-l\:l\+340p {
    left: 340px;
  }
  .tablet-l\:r-340p {
    right: -340px;
  }
  .tablet-l\:r\+340p {
    right: 340px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-350p {
    top: -350px;
  }
  .tablet-l\:t\+350p {
    top: 350px;
  }
  .tablet-l\:b-350p {
    bottom: -350px;
  }
  .tablet-l\:b\+350p {
    bottom: 350px;
  }
  .tablet-l\:l-350p {
    left: -350px;
  }
  .tablet-l\:l\+350p {
    left: 350px;
  }
  .tablet-l\:r-350p {
    right: -350px;
  }
  .tablet-l\:r\+350p {
    right: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-360p {
    top: -360px;
  }
  .tablet-l\:t\+360p {
    top: 360px;
  }
  .tablet-l\:b-360p {
    bottom: -360px;
  }
  .tablet-l\:b\+360p {
    bottom: 360px;
  }
  .tablet-l\:l-360p {
    left: -360px;
  }
  .tablet-l\:l\+360p {
    left: 360px;
  }
  .tablet-l\:r-360p {
    right: -360px;
  }
  .tablet-l\:r\+360p {
    right: 360px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-370p {
    top: -370px;
  }
  .tablet-l\:t\+370p {
    top: 370px;
  }
  .tablet-l\:b-370p {
    bottom: -370px;
  }
  .tablet-l\:b\+370p {
    bottom: 370px;
  }
  .tablet-l\:l-370p {
    left: -370px;
  }
  .tablet-l\:l\+370p {
    left: 370px;
  }
  .tablet-l\:r-370p {
    right: -370px;
  }
  .tablet-l\:r\+370p {
    right: 370px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-380p {
    top: -380px;
  }
  .tablet-l\:t\+380p {
    top: 380px;
  }
  .tablet-l\:b-380p {
    bottom: -380px;
  }
  .tablet-l\:b\+380p {
    bottom: 380px;
  }
  .tablet-l\:l-380p {
    left: -380px;
  }
  .tablet-l\:l\+380p {
    left: 380px;
  }
  .tablet-l\:r-380p {
    right: -380px;
  }
  .tablet-l\:r\+380p {
    right: 380px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-390p {
    top: -390px;
  }
  .tablet-l\:t\+390p {
    top: 390px;
  }
  .tablet-l\:b-390p {
    bottom: -390px;
  }
  .tablet-l\:b\+390p {
    bottom: 390px;
  }
  .tablet-l\:l-390p {
    left: -390px;
  }
  .tablet-l\:l\+390p {
    left: 390px;
  }
  .tablet-l\:r-390p {
    right: -390px;
  }
  .tablet-l\:r\+390p {
    right: 390px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-400p {
    top: -400px;
  }
  .tablet-l\:t\+400p {
    top: 400px;
  }
  .tablet-l\:b-400p {
    bottom: -400px;
  }
  .tablet-l\:b\+400p {
    bottom: 400px;
  }
  .tablet-l\:l-400p {
    left: -400px;
  }
  .tablet-l\:l\+400p {
    left: 400px;
  }
  .tablet-l\:r-400p {
    right: -400px;
  }
  .tablet-l\:r\+400p {
    right: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-410p {
    top: -410px;
  }
  .tablet-l\:t\+410p {
    top: 410px;
  }
  .tablet-l\:b-410p {
    bottom: -410px;
  }
  .tablet-l\:b\+410p {
    bottom: 410px;
  }
  .tablet-l\:l-410p {
    left: -410px;
  }
  .tablet-l\:l\+410p {
    left: 410px;
  }
  .tablet-l\:r-410p {
    right: -410px;
  }
  .tablet-l\:r\+410p {
    right: 410px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-420p {
    top: -420px;
  }
  .tablet-l\:t\+420p {
    top: 420px;
  }
  .tablet-l\:b-420p {
    bottom: -420px;
  }
  .tablet-l\:b\+420p {
    bottom: 420px;
  }
  .tablet-l\:l-420p {
    left: -420px;
  }
  .tablet-l\:l\+420p {
    left: 420px;
  }
  .tablet-l\:r-420p {
    right: -420px;
  }
  .tablet-l\:r\+420p {
    right: 420px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-430p {
    top: -430px;
  }
  .tablet-l\:t\+430p {
    top: 430px;
  }
  .tablet-l\:b-430p {
    bottom: -430px;
  }
  .tablet-l\:b\+430p {
    bottom: 430px;
  }
  .tablet-l\:l-430p {
    left: -430px;
  }
  .tablet-l\:l\+430p {
    left: 430px;
  }
  .tablet-l\:r-430p {
    right: -430px;
  }
  .tablet-l\:r\+430p {
    right: 430px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-440p {
    top: -440px;
  }
  .tablet-l\:t\+440p {
    top: 440px;
  }
  .tablet-l\:b-440p {
    bottom: -440px;
  }
  .tablet-l\:b\+440p {
    bottom: 440px;
  }
  .tablet-l\:l-440p {
    left: -440px;
  }
  .tablet-l\:l\+440p {
    left: 440px;
  }
  .tablet-l\:r-440p {
    right: -440px;
  }
  .tablet-l\:r\+440p {
    right: 440px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-450p {
    top: -450px;
  }
  .tablet-l\:t\+450p {
    top: 450px;
  }
  .tablet-l\:b-450p {
    bottom: -450px;
  }
  .tablet-l\:b\+450p {
    bottom: 450px;
  }
  .tablet-l\:l-450p {
    left: -450px;
  }
  .tablet-l\:l\+450p {
    left: 450px;
  }
  .tablet-l\:r-450p {
    right: -450px;
  }
  .tablet-l\:r\+450p {
    right: 450px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-460p {
    top: -460px;
  }
  .tablet-l\:t\+460p {
    top: 460px;
  }
  .tablet-l\:b-460p {
    bottom: -460px;
  }
  .tablet-l\:b\+460p {
    bottom: 460px;
  }
  .tablet-l\:l-460p {
    left: -460px;
  }
  .tablet-l\:l\+460p {
    left: 460px;
  }
  .tablet-l\:r-460p {
    right: -460px;
  }
  .tablet-l\:r\+460p {
    right: 460px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-470p {
    top: -470px;
  }
  .tablet-l\:t\+470p {
    top: 470px;
  }
  .tablet-l\:b-470p {
    bottom: -470px;
  }
  .tablet-l\:b\+470p {
    bottom: 470px;
  }
  .tablet-l\:l-470p {
    left: -470px;
  }
  .tablet-l\:l\+470p {
    left: 470px;
  }
  .tablet-l\:r-470p {
    right: -470px;
  }
  .tablet-l\:r\+470p {
    right: 470px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-480p {
    top: -480px;
  }
  .tablet-l\:t\+480p {
    top: 480px;
  }
  .tablet-l\:b-480p {
    bottom: -480px;
  }
  .tablet-l\:b\+480p {
    bottom: 480px;
  }
  .tablet-l\:l-480p {
    left: -480px;
  }
  .tablet-l\:l\+480p {
    left: 480px;
  }
  .tablet-l\:r-480p {
    right: -480px;
  }
  .tablet-l\:r\+480p {
    right: 480px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-490p {
    top: -490px;
  }
  .tablet-l\:t\+490p {
    top: 490px;
  }
  .tablet-l\:b-490p {
    bottom: -490px;
  }
  .tablet-l\:b\+490p {
    bottom: 490px;
  }
  .tablet-l\:l-490p {
    left: -490px;
  }
  .tablet-l\:l\+490p {
    left: 490px;
  }
  .tablet-l\:r-490p {
    right: -490px;
  }
  .tablet-l\:r\+490p {
    right: 490px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-500p {
    top: -500px;
  }
  .tablet-l\:t\+500p {
    top: 500px;
  }
  .tablet-l\:b-500p {
    bottom: -500px;
  }
  .tablet-l\:b\+500p {
    bottom: 500px;
  }
  .tablet-l\:l-500p {
    left: -500px;
  }
  .tablet-l\:l\+500p {
    left: 500px;
  }
  .tablet-l\:r-500p {
    right: -500px;
  }
  .tablet-l\:r\+500p {
    right: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-510p {
    top: -510px;
  }
  .tablet-l\:t\+510p {
    top: 510px;
  }
  .tablet-l\:b-510p {
    bottom: -510px;
  }
  .tablet-l\:b\+510p {
    bottom: 510px;
  }
  .tablet-l\:l-510p {
    left: -510px;
  }
  .tablet-l\:l\+510p {
    left: 510px;
  }
  .tablet-l\:r-510p {
    right: -510px;
  }
  .tablet-l\:r\+510p {
    right: 510px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-520p {
    top: -520px;
  }
  .tablet-l\:t\+520p {
    top: 520px;
  }
  .tablet-l\:b-520p {
    bottom: -520px;
  }
  .tablet-l\:b\+520p {
    bottom: 520px;
  }
  .tablet-l\:l-520p {
    left: -520px;
  }
  .tablet-l\:l\+520p {
    left: 520px;
  }
  .tablet-l\:r-520p {
    right: -520px;
  }
  .tablet-l\:r\+520p {
    right: 520px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-530p {
    top: -530px;
  }
  .tablet-l\:t\+530p {
    top: 530px;
  }
  .tablet-l\:b-530p {
    bottom: -530px;
  }
  .tablet-l\:b\+530p {
    bottom: 530px;
  }
  .tablet-l\:l-530p {
    left: -530px;
  }
  .tablet-l\:l\+530p {
    left: 530px;
  }
  .tablet-l\:r-530p {
    right: -530px;
  }
  .tablet-l\:r\+530p {
    right: 530px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-540p {
    top: -540px;
  }
  .tablet-l\:t\+540p {
    top: 540px;
  }
  .tablet-l\:b-540p {
    bottom: -540px;
  }
  .tablet-l\:b\+540p {
    bottom: 540px;
  }
  .tablet-l\:l-540p {
    left: -540px;
  }
  .tablet-l\:l\+540p {
    left: 540px;
  }
  .tablet-l\:r-540p {
    right: -540px;
  }
  .tablet-l\:r\+540p {
    right: 540px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-550p {
    top: -550px;
  }
  .tablet-l\:t\+550p {
    top: 550px;
  }
  .tablet-l\:b-550p {
    bottom: -550px;
  }
  .tablet-l\:b\+550p {
    bottom: 550px;
  }
  .tablet-l\:l-550p {
    left: -550px;
  }
  .tablet-l\:l\+550p {
    left: 550px;
  }
  .tablet-l\:r-550p {
    right: -550px;
  }
  .tablet-l\:r\+550p {
    right: 550px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-560p {
    top: -560px;
  }
  .tablet-l\:t\+560p {
    top: 560px;
  }
  .tablet-l\:b-560p {
    bottom: -560px;
  }
  .tablet-l\:b\+560p {
    bottom: 560px;
  }
  .tablet-l\:l-560p {
    left: -560px;
  }
  .tablet-l\:l\+560p {
    left: 560px;
  }
  .tablet-l\:r-560p {
    right: -560px;
  }
  .tablet-l\:r\+560p {
    right: 560px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-570p {
    top: -570px;
  }
  .tablet-l\:t\+570p {
    top: 570px;
  }
  .tablet-l\:b-570p {
    bottom: -570px;
  }
  .tablet-l\:b\+570p {
    bottom: 570px;
  }
  .tablet-l\:l-570p {
    left: -570px;
  }
  .tablet-l\:l\+570p {
    left: 570px;
  }
  .tablet-l\:r-570p {
    right: -570px;
  }
  .tablet-l\:r\+570p {
    right: 570px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-580p {
    top: -580px;
  }
  .tablet-l\:t\+580p {
    top: 580px;
  }
  .tablet-l\:b-580p {
    bottom: -580px;
  }
  .tablet-l\:b\+580p {
    bottom: 580px;
  }
  .tablet-l\:l-580p {
    left: -580px;
  }
  .tablet-l\:l\+580p {
    left: 580px;
  }
  .tablet-l\:r-580p {
    right: -580px;
  }
  .tablet-l\:r\+580p {
    right: 580px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-590p {
    top: -590px;
  }
  .tablet-l\:t\+590p {
    top: 590px;
  }
  .tablet-l\:b-590p {
    bottom: -590px;
  }
  .tablet-l\:b\+590p {
    bottom: 590px;
  }
  .tablet-l\:l-590p {
    left: -590px;
  }
  .tablet-l\:l\+590p {
    left: 590px;
  }
  .tablet-l\:r-590p {
    right: -590px;
  }
  .tablet-l\:r\+590p {
    right: 590px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-600p {
    top: -600px;
  }
  .tablet-l\:t\+600p {
    top: 600px;
  }
  .tablet-l\:b-600p {
    bottom: -600px;
  }
  .tablet-l\:b\+600p {
    bottom: 600px;
  }
  .tablet-l\:l-600p {
    left: -600px;
  }
  .tablet-l\:l\+600p {
    left: 600px;
  }
  .tablet-l\:r-600p {
    right: -600px;
  }
  .tablet-l\:r\+600p {
    right: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-610p {
    top: -610px;
  }
  .tablet-l\:t\+610p {
    top: 610px;
  }
  .tablet-l\:b-610p {
    bottom: -610px;
  }
  .tablet-l\:b\+610p {
    bottom: 610px;
  }
  .tablet-l\:l-610p {
    left: -610px;
  }
  .tablet-l\:l\+610p {
    left: 610px;
  }
  .tablet-l\:r-610p {
    right: -610px;
  }
  .tablet-l\:r\+610p {
    right: 610px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-620p {
    top: -620px;
  }
  .tablet-l\:t\+620p {
    top: 620px;
  }
  .tablet-l\:b-620p {
    bottom: -620px;
  }
  .tablet-l\:b\+620p {
    bottom: 620px;
  }
  .tablet-l\:l-620p {
    left: -620px;
  }
  .tablet-l\:l\+620p {
    left: 620px;
  }
  .tablet-l\:r-620p {
    right: -620px;
  }
  .tablet-l\:r\+620p {
    right: 620px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-630p {
    top: -630px;
  }
  .tablet-l\:t\+630p {
    top: 630px;
  }
  .tablet-l\:b-630p {
    bottom: -630px;
  }
  .tablet-l\:b\+630p {
    bottom: 630px;
  }
  .tablet-l\:l-630p {
    left: -630px;
  }
  .tablet-l\:l\+630p {
    left: 630px;
  }
  .tablet-l\:r-630p {
    right: -630px;
  }
  .tablet-l\:r\+630p {
    right: 630px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-640p {
    top: -640px;
  }
  .tablet-l\:t\+640p {
    top: 640px;
  }
  .tablet-l\:b-640p {
    bottom: -640px;
  }
  .tablet-l\:b\+640p {
    bottom: 640px;
  }
  .tablet-l\:l-640p {
    left: -640px;
  }
  .tablet-l\:l\+640p {
    left: 640px;
  }
  .tablet-l\:r-640p {
    right: -640px;
  }
  .tablet-l\:r\+640p {
    right: 640px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-650p {
    top: -650px;
  }
  .tablet-l\:t\+650p {
    top: 650px;
  }
  .tablet-l\:b-650p {
    bottom: -650px;
  }
  .tablet-l\:b\+650p {
    bottom: 650px;
  }
  .tablet-l\:l-650p {
    left: -650px;
  }
  .tablet-l\:l\+650p {
    left: 650px;
  }
  .tablet-l\:r-650p {
    right: -650px;
  }
  .tablet-l\:r\+650p {
    right: 650px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-660p {
    top: -660px;
  }
  .tablet-l\:t\+660p {
    top: 660px;
  }
  .tablet-l\:b-660p {
    bottom: -660px;
  }
  .tablet-l\:b\+660p {
    bottom: 660px;
  }
  .tablet-l\:l-660p {
    left: -660px;
  }
  .tablet-l\:l\+660p {
    left: 660px;
  }
  .tablet-l\:r-660p {
    right: -660px;
  }
  .tablet-l\:r\+660p {
    right: 660px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-670p {
    top: -670px;
  }
  .tablet-l\:t\+670p {
    top: 670px;
  }
  .tablet-l\:b-670p {
    bottom: -670px;
  }
  .tablet-l\:b\+670p {
    bottom: 670px;
  }
  .tablet-l\:l-670p {
    left: -670px;
  }
  .tablet-l\:l\+670p {
    left: 670px;
  }
  .tablet-l\:r-670p {
    right: -670px;
  }
  .tablet-l\:r\+670p {
    right: 670px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-680p {
    top: -680px;
  }
  .tablet-l\:t\+680p {
    top: 680px;
  }
  .tablet-l\:b-680p {
    bottom: -680px;
  }
  .tablet-l\:b\+680p {
    bottom: 680px;
  }
  .tablet-l\:l-680p {
    left: -680px;
  }
  .tablet-l\:l\+680p {
    left: 680px;
  }
  .tablet-l\:r-680p {
    right: -680px;
  }
  .tablet-l\:r\+680p {
    right: 680px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-690p {
    top: -690px;
  }
  .tablet-l\:t\+690p {
    top: 690px;
  }
  .tablet-l\:b-690p {
    bottom: -690px;
  }
  .tablet-l\:b\+690p {
    bottom: 690px;
  }
  .tablet-l\:l-690p {
    left: -690px;
  }
  .tablet-l\:l\+690p {
    left: 690px;
  }
  .tablet-l\:r-690p {
    right: -690px;
  }
  .tablet-l\:r\+690p {
    right: 690px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-700p {
    top: -700px;
  }
  .tablet-l\:t\+700p {
    top: 700px;
  }
  .tablet-l\:b-700p {
    bottom: -700px;
  }
  .tablet-l\:b\+700p {
    bottom: 700px;
  }
  .tablet-l\:l-700p {
    left: -700px;
  }
  .tablet-l\:l\+700p {
    left: 700px;
  }
  .tablet-l\:r-700p {
    right: -700px;
  }
  .tablet-l\:r\+700p {
    right: 700px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-710p {
    top: -710px;
  }
  .tablet-l\:t\+710p {
    top: 710px;
  }
  .tablet-l\:b-710p {
    bottom: -710px;
  }
  .tablet-l\:b\+710p {
    bottom: 710px;
  }
  .tablet-l\:l-710p {
    left: -710px;
  }
  .tablet-l\:l\+710p {
    left: 710px;
  }
  .tablet-l\:r-710p {
    right: -710px;
  }
  .tablet-l\:r\+710p {
    right: 710px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-720p {
    top: -720px;
  }
  .tablet-l\:t\+720p {
    top: 720px;
  }
  .tablet-l\:b-720p {
    bottom: -720px;
  }
  .tablet-l\:b\+720p {
    bottom: 720px;
  }
  .tablet-l\:l-720p {
    left: -720px;
  }
  .tablet-l\:l\+720p {
    left: 720px;
  }
  .tablet-l\:r-720p {
    right: -720px;
  }
  .tablet-l\:r\+720p {
    right: 720px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-730p {
    top: -730px;
  }
  .tablet-l\:t\+730p {
    top: 730px;
  }
  .tablet-l\:b-730p {
    bottom: -730px;
  }
  .tablet-l\:b\+730p {
    bottom: 730px;
  }
  .tablet-l\:l-730p {
    left: -730px;
  }
  .tablet-l\:l\+730p {
    left: 730px;
  }
  .tablet-l\:r-730p {
    right: -730px;
  }
  .tablet-l\:r\+730p {
    right: 730px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-740p {
    top: -740px;
  }
  .tablet-l\:t\+740p {
    top: 740px;
  }
  .tablet-l\:b-740p {
    bottom: -740px;
  }
  .tablet-l\:b\+740p {
    bottom: 740px;
  }
  .tablet-l\:l-740p {
    left: -740px;
  }
  .tablet-l\:l\+740p {
    left: 740px;
  }
  .tablet-l\:r-740p {
    right: -740px;
  }
  .tablet-l\:r\+740p {
    right: 740px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-750p {
    top: -750px;
  }
  .tablet-l\:t\+750p {
    top: 750px;
  }
  .tablet-l\:b-750p {
    bottom: -750px;
  }
  .tablet-l\:b\+750p {
    bottom: 750px;
  }
  .tablet-l\:l-750p {
    left: -750px;
  }
  .tablet-l\:l\+750p {
    left: 750px;
  }
  .tablet-l\:r-750p {
    right: -750px;
  }
  .tablet-l\:r\+750p {
    right: 750px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-760p {
    top: -760px;
  }
  .tablet-l\:t\+760p {
    top: 760px;
  }
  .tablet-l\:b-760p {
    bottom: -760px;
  }
  .tablet-l\:b\+760p {
    bottom: 760px;
  }
  .tablet-l\:l-760p {
    left: -760px;
  }
  .tablet-l\:l\+760p {
    left: 760px;
  }
  .tablet-l\:r-760p {
    right: -760px;
  }
  .tablet-l\:r\+760p {
    right: 760px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-770p {
    top: -770px;
  }
  .tablet-l\:t\+770p {
    top: 770px;
  }
  .tablet-l\:b-770p {
    bottom: -770px;
  }
  .tablet-l\:b\+770p {
    bottom: 770px;
  }
  .tablet-l\:l-770p {
    left: -770px;
  }
  .tablet-l\:l\+770p {
    left: 770px;
  }
  .tablet-l\:r-770p {
    right: -770px;
  }
  .tablet-l\:r\+770p {
    right: 770px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-780p {
    top: -780px;
  }
  .tablet-l\:t\+780p {
    top: 780px;
  }
  .tablet-l\:b-780p {
    bottom: -780px;
  }
  .tablet-l\:b\+780p {
    bottom: 780px;
  }
  .tablet-l\:l-780p {
    left: -780px;
  }
  .tablet-l\:l\+780p {
    left: 780px;
  }
  .tablet-l\:r-780p {
    right: -780px;
  }
  .tablet-l\:r\+780p {
    right: 780px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-790p {
    top: -790px;
  }
  .tablet-l\:t\+790p {
    top: 790px;
  }
  .tablet-l\:b-790p {
    bottom: -790px;
  }
  .tablet-l\:b\+790p {
    bottom: 790px;
  }
  .tablet-l\:l-790p {
    left: -790px;
  }
  .tablet-l\:l\+790p {
    left: 790px;
  }
  .tablet-l\:r-790p {
    right: -790px;
  }
  .tablet-l\:r\+790p {
    right: 790px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-800p {
    top: -800px;
  }
  .tablet-l\:t\+800p {
    top: 800px;
  }
  .tablet-l\:b-800p {
    bottom: -800px;
  }
  .tablet-l\:b\+800p {
    bottom: 800px;
  }
  .tablet-l\:l-800p {
    left: -800px;
  }
  .tablet-l\:l\+800p {
    left: 800px;
  }
  .tablet-l\:r-800p {
    right: -800px;
  }
  .tablet-l\:r\+800p {
    right: 800px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-810p {
    top: -810px;
  }
  .tablet-l\:t\+810p {
    top: 810px;
  }
  .tablet-l\:b-810p {
    bottom: -810px;
  }
  .tablet-l\:b\+810p {
    bottom: 810px;
  }
  .tablet-l\:l-810p {
    left: -810px;
  }
  .tablet-l\:l\+810p {
    left: 810px;
  }
  .tablet-l\:r-810p {
    right: -810px;
  }
  .tablet-l\:r\+810p {
    right: 810px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-820p {
    top: -820px;
  }
  .tablet-l\:t\+820p {
    top: 820px;
  }
  .tablet-l\:b-820p {
    bottom: -820px;
  }
  .tablet-l\:b\+820p {
    bottom: 820px;
  }
  .tablet-l\:l-820p {
    left: -820px;
  }
  .tablet-l\:l\+820p {
    left: 820px;
  }
  .tablet-l\:r-820p {
    right: -820px;
  }
  .tablet-l\:r\+820p {
    right: 820px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-830p {
    top: -830px;
  }
  .tablet-l\:t\+830p {
    top: 830px;
  }
  .tablet-l\:b-830p {
    bottom: -830px;
  }
  .tablet-l\:b\+830p {
    bottom: 830px;
  }
  .tablet-l\:l-830p {
    left: -830px;
  }
  .tablet-l\:l\+830p {
    left: 830px;
  }
  .tablet-l\:r-830p {
    right: -830px;
  }
  .tablet-l\:r\+830p {
    right: 830px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-840p {
    top: -840px;
  }
  .tablet-l\:t\+840p {
    top: 840px;
  }
  .tablet-l\:b-840p {
    bottom: -840px;
  }
  .tablet-l\:b\+840p {
    bottom: 840px;
  }
  .tablet-l\:l-840p {
    left: -840px;
  }
  .tablet-l\:l\+840p {
    left: 840px;
  }
  .tablet-l\:r-840p {
    right: -840px;
  }
  .tablet-l\:r\+840p {
    right: 840px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-850p {
    top: -850px;
  }
  .tablet-l\:t\+850p {
    top: 850px;
  }
  .tablet-l\:b-850p {
    bottom: -850px;
  }
  .tablet-l\:b\+850p {
    bottom: 850px;
  }
  .tablet-l\:l-850p {
    left: -850px;
  }
  .tablet-l\:l\+850p {
    left: 850px;
  }
  .tablet-l\:r-850p {
    right: -850px;
  }
  .tablet-l\:r\+850p {
    right: 850px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-860p {
    top: -860px;
  }
  .tablet-l\:t\+860p {
    top: 860px;
  }
  .tablet-l\:b-860p {
    bottom: -860px;
  }
  .tablet-l\:b\+860p {
    bottom: 860px;
  }
  .tablet-l\:l-860p {
    left: -860px;
  }
  .tablet-l\:l\+860p {
    left: 860px;
  }
  .tablet-l\:r-860p {
    right: -860px;
  }
  .tablet-l\:r\+860p {
    right: 860px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-870p {
    top: -870px;
  }
  .tablet-l\:t\+870p {
    top: 870px;
  }
  .tablet-l\:b-870p {
    bottom: -870px;
  }
  .tablet-l\:b\+870p {
    bottom: 870px;
  }
  .tablet-l\:l-870p {
    left: -870px;
  }
  .tablet-l\:l\+870p {
    left: 870px;
  }
  .tablet-l\:r-870p {
    right: -870px;
  }
  .tablet-l\:r\+870p {
    right: 870px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-880p {
    top: -880px;
  }
  .tablet-l\:t\+880p {
    top: 880px;
  }
  .tablet-l\:b-880p {
    bottom: -880px;
  }
  .tablet-l\:b\+880p {
    bottom: 880px;
  }
  .tablet-l\:l-880p {
    left: -880px;
  }
  .tablet-l\:l\+880p {
    left: 880px;
  }
  .tablet-l\:r-880p {
    right: -880px;
  }
  .tablet-l\:r\+880p {
    right: 880px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-890p {
    top: -890px;
  }
  .tablet-l\:t\+890p {
    top: 890px;
  }
  .tablet-l\:b-890p {
    bottom: -890px;
  }
  .tablet-l\:b\+890p {
    bottom: 890px;
  }
  .tablet-l\:l-890p {
    left: -890px;
  }
  .tablet-l\:l\+890p {
    left: 890px;
  }
  .tablet-l\:r-890p {
    right: -890px;
  }
  .tablet-l\:r\+890p {
    right: 890px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-900p {
    top: -900px;
  }
  .tablet-l\:t\+900p {
    top: 900px;
  }
  .tablet-l\:b-900p {
    bottom: -900px;
  }
  .tablet-l\:b\+900p {
    bottom: 900px;
  }
  .tablet-l\:l-900p {
    left: -900px;
  }
  .tablet-l\:l\+900p {
    left: 900px;
  }
  .tablet-l\:r-900p {
    right: -900px;
  }
  .tablet-l\:r\+900p {
    right: 900px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-910p {
    top: -910px;
  }
  .tablet-l\:t\+910p {
    top: 910px;
  }
  .tablet-l\:b-910p {
    bottom: -910px;
  }
  .tablet-l\:b\+910p {
    bottom: 910px;
  }
  .tablet-l\:l-910p {
    left: -910px;
  }
  .tablet-l\:l\+910p {
    left: 910px;
  }
  .tablet-l\:r-910p {
    right: -910px;
  }
  .tablet-l\:r\+910p {
    right: 910px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-920p {
    top: -920px;
  }
  .tablet-l\:t\+920p {
    top: 920px;
  }
  .tablet-l\:b-920p {
    bottom: -920px;
  }
  .tablet-l\:b\+920p {
    bottom: 920px;
  }
  .tablet-l\:l-920p {
    left: -920px;
  }
  .tablet-l\:l\+920p {
    left: 920px;
  }
  .tablet-l\:r-920p {
    right: -920px;
  }
  .tablet-l\:r\+920p {
    right: 920px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-930p {
    top: -930px;
  }
  .tablet-l\:t\+930p {
    top: 930px;
  }
  .tablet-l\:b-930p {
    bottom: -930px;
  }
  .tablet-l\:b\+930p {
    bottom: 930px;
  }
  .tablet-l\:l-930p {
    left: -930px;
  }
  .tablet-l\:l\+930p {
    left: 930px;
  }
  .tablet-l\:r-930p {
    right: -930px;
  }
  .tablet-l\:r\+930p {
    right: 930px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-940p {
    top: -940px;
  }
  .tablet-l\:t\+940p {
    top: 940px;
  }
  .tablet-l\:b-940p {
    bottom: -940px;
  }
  .tablet-l\:b\+940p {
    bottom: 940px;
  }
  .tablet-l\:l-940p {
    left: -940px;
  }
  .tablet-l\:l\+940p {
    left: 940px;
  }
  .tablet-l\:r-940p {
    right: -940px;
  }
  .tablet-l\:r\+940p {
    right: 940px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-950p {
    top: -950px;
  }
  .tablet-l\:t\+950p {
    top: 950px;
  }
  .tablet-l\:b-950p {
    bottom: -950px;
  }
  .tablet-l\:b\+950p {
    bottom: 950px;
  }
  .tablet-l\:l-950p {
    left: -950px;
  }
  .tablet-l\:l\+950p {
    left: 950px;
  }
  .tablet-l\:r-950p {
    right: -950px;
  }
  .tablet-l\:r\+950p {
    right: 950px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-960p {
    top: -960px;
  }
  .tablet-l\:t\+960p {
    top: 960px;
  }
  .tablet-l\:b-960p {
    bottom: -960px;
  }
  .tablet-l\:b\+960p {
    bottom: 960px;
  }
  .tablet-l\:l-960p {
    left: -960px;
  }
  .tablet-l\:l\+960p {
    left: 960px;
  }
  .tablet-l\:r-960p {
    right: -960px;
  }
  .tablet-l\:r\+960p {
    right: 960px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-970p {
    top: -970px;
  }
  .tablet-l\:t\+970p {
    top: 970px;
  }
  .tablet-l\:b-970p {
    bottom: -970px;
  }
  .tablet-l\:b\+970p {
    bottom: 970px;
  }
  .tablet-l\:l-970p {
    left: -970px;
  }
  .tablet-l\:l\+970p {
    left: 970px;
  }
  .tablet-l\:r-970p {
    right: -970px;
  }
  .tablet-l\:r\+970p {
    right: 970px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-980p {
    top: -980px;
  }
  .tablet-l\:t\+980p {
    top: 980px;
  }
  .tablet-l\:b-980p {
    bottom: -980px;
  }
  .tablet-l\:b\+980p {
    bottom: 980px;
  }
  .tablet-l\:l-980p {
    left: -980px;
  }
  .tablet-l\:l\+980p {
    left: 980px;
  }
  .tablet-l\:r-980p {
    right: -980px;
  }
  .tablet-l\:r\+980p {
    right: 980px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-990p {
    top: -990px;
  }
  .tablet-l\:t\+990p {
    top: 990px;
  }
  .tablet-l\:b-990p {
    bottom: -990px;
  }
  .tablet-l\:b\+990p {
    bottom: 990px;
  }
  .tablet-l\:l-990p {
    left: -990px;
  }
  .tablet-l\:l\+990p {
    left: 990px;
  }
  .tablet-l\:r-990p {
    right: -990px;
  }
  .tablet-l\:r\+990p {
    right: 990px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1000p {
    top: -1000px;
  }
  .tablet-l\:t\+1000p {
    top: 1000px;
  }
  .tablet-l\:b-1000p {
    bottom: -1000px;
  }
  .tablet-l\:b\+1000p {
    bottom: 1000px;
  }
  .tablet-l\:l-1000p {
    left: -1000px;
  }
  .tablet-l\:l\+1000p {
    left: 1000px;
  }
  .tablet-l\:r-1000p {
    right: -1000px;
  }
  .tablet-l\:r\+1000p {
    right: 1000px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1010p {
    top: -1010px;
  }
  .tablet-l\:t\+1010p {
    top: 1010px;
  }
  .tablet-l\:b-1010p {
    bottom: -1010px;
  }
  .tablet-l\:b\+1010p {
    bottom: 1010px;
  }
  .tablet-l\:l-1010p {
    left: -1010px;
  }
  .tablet-l\:l\+1010p {
    left: 1010px;
  }
  .tablet-l\:r-1010p {
    right: -1010px;
  }
  .tablet-l\:r\+1010p {
    right: 1010px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1020p {
    top: -1020px;
  }
  .tablet-l\:t\+1020p {
    top: 1020px;
  }
  .tablet-l\:b-1020p {
    bottom: -1020px;
  }
  .tablet-l\:b\+1020p {
    bottom: 1020px;
  }
  .tablet-l\:l-1020p {
    left: -1020px;
  }
  .tablet-l\:l\+1020p {
    left: 1020px;
  }
  .tablet-l\:r-1020p {
    right: -1020px;
  }
  .tablet-l\:r\+1020p {
    right: 1020px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1030p {
    top: -1030px;
  }
  .tablet-l\:t\+1030p {
    top: 1030px;
  }
  .tablet-l\:b-1030p {
    bottom: -1030px;
  }
  .tablet-l\:b\+1030p {
    bottom: 1030px;
  }
  .tablet-l\:l-1030p {
    left: -1030px;
  }
  .tablet-l\:l\+1030p {
    left: 1030px;
  }
  .tablet-l\:r-1030p {
    right: -1030px;
  }
  .tablet-l\:r\+1030p {
    right: 1030px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1040p {
    top: -1040px;
  }
  .tablet-l\:t\+1040p {
    top: 1040px;
  }
  .tablet-l\:b-1040p {
    bottom: -1040px;
  }
  .tablet-l\:b\+1040p {
    bottom: 1040px;
  }
  .tablet-l\:l-1040p {
    left: -1040px;
  }
  .tablet-l\:l\+1040p {
    left: 1040px;
  }
  .tablet-l\:r-1040p {
    right: -1040px;
  }
  .tablet-l\:r\+1040p {
    right: 1040px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1050p {
    top: -1050px;
  }
  .tablet-l\:t\+1050p {
    top: 1050px;
  }
  .tablet-l\:b-1050p {
    bottom: -1050px;
  }
  .tablet-l\:b\+1050p {
    bottom: 1050px;
  }
  .tablet-l\:l-1050p {
    left: -1050px;
  }
  .tablet-l\:l\+1050p {
    left: 1050px;
  }
  .tablet-l\:r-1050p {
    right: -1050px;
  }
  .tablet-l\:r\+1050p {
    right: 1050px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1060p {
    top: -1060px;
  }
  .tablet-l\:t\+1060p {
    top: 1060px;
  }
  .tablet-l\:b-1060p {
    bottom: -1060px;
  }
  .tablet-l\:b\+1060p {
    bottom: 1060px;
  }
  .tablet-l\:l-1060p {
    left: -1060px;
  }
  .tablet-l\:l\+1060p {
    left: 1060px;
  }
  .tablet-l\:r-1060p {
    right: -1060px;
  }
  .tablet-l\:r\+1060p {
    right: 1060px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1070p {
    top: -1070px;
  }
  .tablet-l\:t\+1070p {
    top: 1070px;
  }
  .tablet-l\:b-1070p {
    bottom: -1070px;
  }
  .tablet-l\:b\+1070p {
    bottom: 1070px;
  }
  .tablet-l\:l-1070p {
    left: -1070px;
  }
  .tablet-l\:l\+1070p {
    left: 1070px;
  }
  .tablet-l\:r-1070p {
    right: -1070px;
  }
  .tablet-l\:r\+1070p {
    right: 1070px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1080p {
    top: -1080px;
  }
  .tablet-l\:t\+1080p {
    top: 1080px;
  }
  .tablet-l\:b-1080p {
    bottom: -1080px;
  }
  .tablet-l\:b\+1080p {
    bottom: 1080px;
  }
  .tablet-l\:l-1080p {
    left: -1080px;
  }
  .tablet-l\:l\+1080p {
    left: 1080px;
  }
  .tablet-l\:r-1080p {
    right: -1080px;
  }
  .tablet-l\:r\+1080p {
    right: 1080px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1090p {
    top: -1090px;
  }
  .tablet-l\:t\+1090p {
    top: 1090px;
  }
  .tablet-l\:b-1090p {
    bottom: -1090px;
  }
  .tablet-l\:b\+1090p {
    bottom: 1090px;
  }
  .tablet-l\:l-1090p {
    left: -1090px;
  }
  .tablet-l\:l\+1090p {
    left: 1090px;
  }
  .tablet-l\:r-1090p {
    right: -1090px;
  }
  .tablet-l\:r\+1090p {
    right: 1090px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1100p {
    top: -1100px;
  }
  .tablet-l\:t\+1100p {
    top: 1100px;
  }
  .tablet-l\:b-1100p {
    bottom: -1100px;
  }
  .tablet-l\:b\+1100p {
    bottom: 1100px;
  }
  .tablet-l\:l-1100p {
    left: -1100px;
  }
  .tablet-l\:l\+1100p {
    left: 1100px;
  }
  .tablet-l\:r-1100p {
    right: -1100px;
  }
  .tablet-l\:r\+1100p {
    right: 1100px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1110p {
    top: -1110px;
  }
  .tablet-l\:t\+1110p {
    top: 1110px;
  }
  .tablet-l\:b-1110p {
    bottom: -1110px;
  }
  .tablet-l\:b\+1110p {
    bottom: 1110px;
  }
  .tablet-l\:l-1110p {
    left: -1110px;
  }
  .tablet-l\:l\+1110p {
    left: 1110px;
  }
  .tablet-l\:r-1110p {
    right: -1110px;
  }
  .tablet-l\:r\+1110p {
    right: 1110px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1120p {
    top: -1120px;
  }
  .tablet-l\:t\+1120p {
    top: 1120px;
  }
  .tablet-l\:b-1120p {
    bottom: -1120px;
  }
  .tablet-l\:b\+1120p {
    bottom: 1120px;
  }
  .tablet-l\:l-1120p {
    left: -1120px;
  }
  .tablet-l\:l\+1120p {
    left: 1120px;
  }
  .tablet-l\:r-1120p {
    right: -1120px;
  }
  .tablet-l\:r\+1120p {
    right: 1120px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1130p {
    top: -1130px;
  }
  .tablet-l\:t\+1130p {
    top: 1130px;
  }
  .tablet-l\:b-1130p {
    bottom: -1130px;
  }
  .tablet-l\:b\+1130p {
    bottom: 1130px;
  }
  .tablet-l\:l-1130p {
    left: -1130px;
  }
  .tablet-l\:l\+1130p {
    left: 1130px;
  }
  .tablet-l\:r-1130p {
    right: -1130px;
  }
  .tablet-l\:r\+1130p {
    right: 1130px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1140p {
    top: -1140px;
  }
  .tablet-l\:t\+1140p {
    top: 1140px;
  }
  .tablet-l\:b-1140p {
    bottom: -1140px;
  }
  .tablet-l\:b\+1140p {
    bottom: 1140px;
  }
  .tablet-l\:l-1140p {
    left: -1140px;
  }
  .tablet-l\:l\+1140p {
    left: 1140px;
  }
  .tablet-l\:r-1140p {
    right: -1140px;
  }
  .tablet-l\:r\+1140p {
    right: 1140px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1150p {
    top: -1150px;
  }
  .tablet-l\:t\+1150p {
    top: 1150px;
  }
  .tablet-l\:b-1150p {
    bottom: -1150px;
  }
  .tablet-l\:b\+1150p {
    bottom: 1150px;
  }
  .tablet-l\:l-1150p {
    left: -1150px;
  }
  .tablet-l\:l\+1150p {
    left: 1150px;
  }
  .tablet-l\:r-1150p {
    right: -1150px;
  }
  .tablet-l\:r\+1150p {
    right: 1150px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1160p {
    top: -1160px;
  }
  .tablet-l\:t\+1160p {
    top: 1160px;
  }
  .tablet-l\:b-1160p {
    bottom: -1160px;
  }
  .tablet-l\:b\+1160p {
    bottom: 1160px;
  }
  .tablet-l\:l-1160p {
    left: -1160px;
  }
  .tablet-l\:l\+1160p {
    left: 1160px;
  }
  .tablet-l\:r-1160p {
    right: -1160px;
  }
  .tablet-l\:r\+1160p {
    right: 1160px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1170p {
    top: -1170px;
  }
  .tablet-l\:t\+1170p {
    top: 1170px;
  }
  .tablet-l\:b-1170p {
    bottom: -1170px;
  }
  .tablet-l\:b\+1170p {
    bottom: 1170px;
  }
  .tablet-l\:l-1170p {
    left: -1170px;
  }
  .tablet-l\:l\+1170p {
    left: 1170px;
  }
  .tablet-l\:r-1170p {
    right: -1170px;
  }
  .tablet-l\:r\+1170p {
    right: 1170px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1180p {
    top: -1180px;
  }
  .tablet-l\:t\+1180p {
    top: 1180px;
  }
  .tablet-l\:b-1180p {
    bottom: -1180px;
  }
  .tablet-l\:b\+1180p {
    bottom: 1180px;
  }
  .tablet-l\:l-1180p {
    left: -1180px;
  }
  .tablet-l\:l\+1180p {
    left: 1180px;
  }
  .tablet-l\:r-1180p {
    right: -1180px;
  }
  .tablet-l\:r\+1180p {
    right: 1180px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1190p {
    top: -1190px;
  }
  .tablet-l\:t\+1190p {
    top: 1190px;
  }
  .tablet-l\:b-1190p {
    bottom: -1190px;
  }
  .tablet-l\:b\+1190p {
    bottom: 1190px;
  }
  .tablet-l\:l-1190p {
    left: -1190px;
  }
  .tablet-l\:l\+1190p {
    left: 1190px;
  }
  .tablet-l\:r-1190p {
    right: -1190px;
  }
  .tablet-l\:r\+1190p {
    right: 1190px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1200p {
    top: -1200px;
  }
  .tablet-l\:t\+1200p {
    top: 1200px;
  }
  .tablet-l\:b-1200p {
    bottom: -1200px;
  }
  .tablet-l\:b\+1200p {
    bottom: 1200px;
  }
  .tablet-l\:l-1200p {
    left: -1200px;
  }
  .tablet-l\:l\+1200p {
    left: 1200px;
  }
  .tablet-l\:r-1200p {
    right: -1200px;
  }
  .tablet-l\:r\+1200p {
    right: 1200px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1210p {
    top: -1210px;
  }
  .tablet-l\:t\+1210p {
    top: 1210px;
  }
  .tablet-l\:b-1210p {
    bottom: -1210px;
  }
  .tablet-l\:b\+1210p {
    bottom: 1210px;
  }
  .tablet-l\:l-1210p {
    left: -1210px;
  }
  .tablet-l\:l\+1210p {
    left: 1210px;
  }
  .tablet-l\:r-1210p {
    right: -1210px;
  }
  .tablet-l\:r\+1210p {
    right: 1210px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1220p {
    top: -1220px;
  }
  .tablet-l\:t\+1220p {
    top: 1220px;
  }
  .tablet-l\:b-1220p {
    bottom: -1220px;
  }
  .tablet-l\:b\+1220p {
    bottom: 1220px;
  }
  .tablet-l\:l-1220p {
    left: -1220px;
  }
  .tablet-l\:l\+1220p {
    left: 1220px;
  }
  .tablet-l\:r-1220p {
    right: -1220px;
  }
  .tablet-l\:r\+1220p {
    right: 1220px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1230p {
    top: -1230px;
  }
  .tablet-l\:t\+1230p {
    top: 1230px;
  }
  .tablet-l\:b-1230p {
    bottom: -1230px;
  }
  .tablet-l\:b\+1230p {
    bottom: 1230px;
  }
  .tablet-l\:l-1230p {
    left: -1230px;
  }
  .tablet-l\:l\+1230p {
    left: 1230px;
  }
  .tablet-l\:r-1230p {
    right: -1230px;
  }
  .tablet-l\:r\+1230p {
    right: 1230px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1240p {
    top: -1240px;
  }
  .tablet-l\:t\+1240p {
    top: 1240px;
  }
  .tablet-l\:b-1240p {
    bottom: -1240px;
  }
  .tablet-l\:b\+1240p {
    bottom: 1240px;
  }
  .tablet-l\:l-1240p {
    left: -1240px;
  }
  .tablet-l\:l\+1240p {
    left: 1240px;
  }
  .tablet-l\:r-1240p {
    right: -1240px;
  }
  .tablet-l\:r\+1240p {
    right: 1240px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1250p {
    top: -1250px;
  }
  .tablet-l\:t\+1250p {
    top: 1250px;
  }
  .tablet-l\:b-1250p {
    bottom: -1250px;
  }
  .tablet-l\:b\+1250p {
    bottom: 1250px;
  }
  .tablet-l\:l-1250p {
    left: -1250px;
  }
  .tablet-l\:l\+1250p {
    left: 1250px;
  }
  .tablet-l\:r-1250p {
    right: -1250px;
  }
  .tablet-l\:r\+1250p {
    right: 1250px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1260p {
    top: -1260px;
  }
  .tablet-l\:t\+1260p {
    top: 1260px;
  }
  .tablet-l\:b-1260p {
    bottom: -1260px;
  }
  .tablet-l\:b\+1260p {
    bottom: 1260px;
  }
  .tablet-l\:l-1260p {
    left: -1260px;
  }
  .tablet-l\:l\+1260p {
    left: 1260px;
  }
  .tablet-l\:r-1260p {
    right: -1260px;
  }
  .tablet-l\:r\+1260p {
    right: 1260px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1270p {
    top: -1270px;
  }
  .tablet-l\:t\+1270p {
    top: 1270px;
  }
  .tablet-l\:b-1270p {
    bottom: -1270px;
  }
  .tablet-l\:b\+1270p {
    bottom: 1270px;
  }
  .tablet-l\:l-1270p {
    left: -1270px;
  }
  .tablet-l\:l\+1270p {
    left: 1270px;
  }
  .tablet-l\:r-1270p {
    right: -1270px;
  }
  .tablet-l\:r\+1270p {
    right: 1270px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1280p {
    top: -1280px;
  }
  .tablet-l\:t\+1280p {
    top: 1280px;
  }
  .tablet-l\:b-1280p {
    bottom: -1280px;
  }
  .tablet-l\:b\+1280p {
    bottom: 1280px;
  }
  .tablet-l\:l-1280p {
    left: -1280px;
  }
  .tablet-l\:l\+1280p {
    left: 1280px;
  }
  .tablet-l\:r-1280p {
    right: -1280px;
  }
  .tablet-l\:r\+1280p {
    right: 1280px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1290p {
    top: -1290px;
  }
  .tablet-l\:t\+1290p {
    top: 1290px;
  }
  .tablet-l\:b-1290p {
    bottom: -1290px;
  }
  .tablet-l\:b\+1290p {
    bottom: 1290px;
  }
  .tablet-l\:l-1290p {
    left: -1290px;
  }
  .tablet-l\:l\+1290p {
    left: 1290px;
  }
  .tablet-l\:r-1290p {
    right: -1290px;
  }
  .tablet-l\:r\+1290p {
    right: 1290px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1300p {
    top: -1300px;
  }
  .tablet-l\:t\+1300p {
    top: 1300px;
  }
  .tablet-l\:b-1300p {
    bottom: -1300px;
  }
  .tablet-l\:b\+1300p {
    bottom: 1300px;
  }
  .tablet-l\:l-1300p {
    left: -1300px;
  }
  .tablet-l\:l\+1300p {
    left: 1300px;
  }
  .tablet-l\:r-1300p {
    right: -1300px;
  }
  .tablet-l\:r\+1300p {
    right: 1300px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1310p {
    top: -1310px;
  }
  .tablet-l\:t\+1310p {
    top: 1310px;
  }
  .tablet-l\:b-1310p {
    bottom: -1310px;
  }
  .tablet-l\:b\+1310p {
    bottom: 1310px;
  }
  .tablet-l\:l-1310p {
    left: -1310px;
  }
  .tablet-l\:l\+1310p {
    left: 1310px;
  }
  .tablet-l\:r-1310p {
    right: -1310px;
  }
  .tablet-l\:r\+1310p {
    right: 1310px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1320p {
    top: -1320px;
  }
  .tablet-l\:t\+1320p {
    top: 1320px;
  }
  .tablet-l\:b-1320p {
    bottom: -1320px;
  }
  .tablet-l\:b\+1320p {
    bottom: 1320px;
  }
  .tablet-l\:l-1320p {
    left: -1320px;
  }
  .tablet-l\:l\+1320p {
    left: 1320px;
  }
  .tablet-l\:r-1320p {
    right: -1320px;
  }
  .tablet-l\:r\+1320p {
    right: 1320px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1330p {
    top: -1330px;
  }
  .tablet-l\:t\+1330p {
    top: 1330px;
  }
  .tablet-l\:b-1330p {
    bottom: -1330px;
  }
  .tablet-l\:b\+1330p {
    bottom: 1330px;
  }
  .tablet-l\:l-1330p {
    left: -1330px;
  }
  .tablet-l\:l\+1330p {
    left: 1330px;
  }
  .tablet-l\:r-1330p {
    right: -1330px;
  }
  .tablet-l\:r\+1330p {
    right: 1330px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1340p {
    top: -1340px;
  }
  .tablet-l\:t\+1340p {
    top: 1340px;
  }
  .tablet-l\:b-1340p {
    bottom: -1340px;
  }
  .tablet-l\:b\+1340p {
    bottom: 1340px;
  }
  .tablet-l\:l-1340p {
    left: -1340px;
  }
  .tablet-l\:l\+1340p {
    left: 1340px;
  }
  .tablet-l\:r-1340p {
    right: -1340px;
  }
  .tablet-l\:r\+1340p {
    right: 1340px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1350p {
    top: -1350px;
  }
  .tablet-l\:t\+1350p {
    top: 1350px;
  }
  .tablet-l\:b-1350p {
    bottom: -1350px;
  }
  .tablet-l\:b\+1350p {
    bottom: 1350px;
  }
  .tablet-l\:l-1350p {
    left: -1350px;
  }
  .tablet-l\:l\+1350p {
    left: 1350px;
  }
  .tablet-l\:r-1350p {
    right: -1350px;
  }
  .tablet-l\:r\+1350p {
    right: 1350px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1360p {
    top: -1360px;
  }
  .tablet-l\:t\+1360p {
    top: 1360px;
  }
  .tablet-l\:b-1360p {
    bottom: -1360px;
  }
  .tablet-l\:b\+1360p {
    bottom: 1360px;
  }
  .tablet-l\:l-1360p {
    left: -1360px;
  }
  .tablet-l\:l\+1360p {
    left: 1360px;
  }
  .tablet-l\:r-1360p {
    right: -1360px;
  }
  .tablet-l\:r\+1360p {
    right: 1360px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1370p {
    top: -1370px;
  }
  .tablet-l\:t\+1370p {
    top: 1370px;
  }
  .tablet-l\:b-1370p {
    bottom: -1370px;
  }
  .tablet-l\:b\+1370p {
    bottom: 1370px;
  }
  .tablet-l\:l-1370p {
    left: -1370px;
  }
  .tablet-l\:l\+1370p {
    left: 1370px;
  }
  .tablet-l\:r-1370p {
    right: -1370px;
  }
  .tablet-l\:r\+1370p {
    right: 1370px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1380p {
    top: -1380px;
  }
  .tablet-l\:t\+1380p {
    top: 1380px;
  }
  .tablet-l\:b-1380p {
    bottom: -1380px;
  }
  .tablet-l\:b\+1380p {
    bottom: 1380px;
  }
  .tablet-l\:l-1380p {
    left: -1380px;
  }
  .tablet-l\:l\+1380p {
    left: 1380px;
  }
  .tablet-l\:r-1380p {
    right: -1380px;
  }
  .tablet-l\:r\+1380p {
    right: 1380px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1390p {
    top: -1390px;
  }
  .tablet-l\:t\+1390p {
    top: 1390px;
  }
  .tablet-l\:b-1390p {
    bottom: -1390px;
  }
  .tablet-l\:b\+1390p {
    bottom: 1390px;
  }
  .tablet-l\:l-1390p {
    left: -1390px;
  }
  .tablet-l\:l\+1390p {
    left: 1390px;
  }
  .tablet-l\:r-1390p {
    right: -1390px;
  }
  .tablet-l\:r\+1390p {
    right: 1390px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1400p {
    top: -1400px;
  }
  .tablet-l\:t\+1400p {
    top: 1400px;
  }
  .tablet-l\:b-1400p {
    bottom: -1400px;
  }
  .tablet-l\:b\+1400p {
    bottom: 1400px;
  }
  .tablet-l\:l-1400p {
    left: -1400px;
  }
  .tablet-l\:l\+1400p {
    left: 1400px;
  }
  .tablet-l\:r-1400p {
    right: -1400px;
  }
  .tablet-l\:r\+1400p {
    right: 1400px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1410p {
    top: -1410px;
  }
  .tablet-l\:t\+1410p {
    top: 1410px;
  }
  .tablet-l\:b-1410p {
    bottom: -1410px;
  }
  .tablet-l\:b\+1410p {
    bottom: 1410px;
  }
  .tablet-l\:l-1410p {
    left: -1410px;
  }
  .tablet-l\:l\+1410p {
    left: 1410px;
  }
  .tablet-l\:r-1410p {
    right: -1410px;
  }
  .tablet-l\:r\+1410p {
    right: 1410px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1420p {
    top: -1420px;
  }
  .tablet-l\:t\+1420p {
    top: 1420px;
  }
  .tablet-l\:b-1420p {
    bottom: -1420px;
  }
  .tablet-l\:b\+1420p {
    bottom: 1420px;
  }
  .tablet-l\:l-1420p {
    left: -1420px;
  }
  .tablet-l\:l\+1420p {
    left: 1420px;
  }
  .tablet-l\:r-1420p {
    right: -1420px;
  }
  .tablet-l\:r\+1420p {
    right: 1420px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1430p {
    top: -1430px;
  }
  .tablet-l\:t\+1430p {
    top: 1430px;
  }
  .tablet-l\:b-1430p {
    bottom: -1430px;
  }
  .tablet-l\:b\+1430p {
    bottom: 1430px;
  }
  .tablet-l\:l-1430p {
    left: -1430px;
  }
  .tablet-l\:l\+1430p {
    left: 1430px;
  }
  .tablet-l\:r-1430p {
    right: -1430px;
  }
  .tablet-l\:r\+1430p {
    right: 1430px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1440p {
    top: -1440px;
  }
  .tablet-l\:t\+1440p {
    top: 1440px;
  }
  .tablet-l\:b-1440p {
    bottom: -1440px;
  }
  .tablet-l\:b\+1440p {
    bottom: 1440px;
  }
  .tablet-l\:l-1440p {
    left: -1440px;
  }
  .tablet-l\:l\+1440p {
    left: 1440px;
  }
  .tablet-l\:r-1440p {
    right: -1440px;
  }
  .tablet-l\:r\+1440p {
    right: 1440px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1450p {
    top: -1450px;
  }
  .tablet-l\:t\+1450p {
    top: 1450px;
  }
  .tablet-l\:b-1450p {
    bottom: -1450px;
  }
  .tablet-l\:b\+1450p {
    bottom: 1450px;
  }
  .tablet-l\:l-1450p {
    left: -1450px;
  }
  .tablet-l\:l\+1450p {
    left: 1450px;
  }
  .tablet-l\:r-1450p {
    right: -1450px;
  }
  .tablet-l\:r\+1450p {
    right: 1450px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1460p {
    top: -1460px;
  }
  .tablet-l\:t\+1460p {
    top: 1460px;
  }
  .tablet-l\:b-1460p {
    bottom: -1460px;
  }
  .tablet-l\:b\+1460p {
    bottom: 1460px;
  }
  .tablet-l\:l-1460p {
    left: -1460px;
  }
  .tablet-l\:l\+1460p {
    left: 1460px;
  }
  .tablet-l\:r-1460p {
    right: -1460px;
  }
  .tablet-l\:r\+1460p {
    right: 1460px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1470p {
    top: -1470px;
  }
  .tablet-l\:t\+1470p {
    top: 1470px;
  }
  .tablet-l\:b-1470p {
    bottom: -1470px;
  }
  .tablet-l\:b\+1470p {
    bottom: 1470px;
  }
  .tablet-l\:l-1470p {
    left: -1470px;
  }
  .tablet-l\:l\+1470p {
    left: 1470px;
  }
  .tablet-l\:r-1470p {
    right: -1470px;
  }
  .tablet-l\:r\+1470p {
    right: 1470px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1480p {
    top: -1480px;
  }
  .tablet-l\:t\+1480p {
    top: 1480px;
  }
  .tablet-l\:b-1480p {
    bottom: -1480px;
  }
  .tablet-l\:b\+1480p {
    bottom: 1480px;
  }
  .tablet-l\:l-1480p {
    left: -1480px;
  }
  .tablet-l\:l\+1480p {
    left: 1480px;
  }
  .tablet-l\:r-1480p {
    right: -1480px;
  }
  .tablet-l\:r\+1480p {
    right: 1480px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1490p {
    top: -1490px;
  }
  .tablet-l\:t\+1490p {
    top: 1490px;
  }
  .tablet-l\:b-1490p {
    bottom: -1490px;
  }
  .tablet-l\:b\+1490p {
    bottom: 1490px;
  }
  .tablet-l\:l-1490p {
    left: -1490px;
  }
  .tablet-l\:l\+1490p {
    left: 1490px;
  }
  .tablet-l\:r-1490p {
    right: -1490px;
  }
  .tablet-l\:r\+1490p {
    right: 1490px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1500p {
    top: -1500px;
  }
  .tablet-l\:t\+1500p {
    top: 1500px;
  }
  .tablet-l\:b-1500p {
    bottom: -1500px;
  }
  .tablet-l\:b\+1500p {
    bottom: 1500px;
  }
  .tablet-l\:l-1500p {
    left: -1500px;
  }
  .tablet-l\:l\+1500p {
    left: 1500px;
  }
  .tablet-l\:r-1500p {
    right: -1500px;
  }
  .tablet-l\:r\+1500p {
    right: 1500px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1510p {
    top: -1510px;
  }
  .tablet-l\:t\+1510p {
    top: 1510px;
  }
  .tablet-l\:b-1510p {
    bottom: -1510px;
  }
  .tablet-l\:b\+1510p {
    bottom: 1510px;
  }
  .tablet-l\:l-1510p {
    left: -1510px;
  }
  .tablet-l\:l\+1510p {
    left: 1510px;
  }
  .tablet-l\:r-1510p {
    right: -1510px;
  }
  .tablet-l\:r\+1510p {
    right: 1510px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1520p {
    top: -1520px;
  }
  .tablet-l\:t\+1520p {
    top: 1520px;
  }
  .tablet-l\:b-1520p {
    bottom: -1520px;
  }
  .tablet-l\:b\+1520p {
    bottom: 1520px;
  }
  .tablet-l\:l-1520p {
    left: -1520px;
  }
  .tablet-l\:l\+1520p {
    left: 1520px;
  }
  .tablet-l\:r-1520p {
    right: -1520px;
  }
  .tablet-l\:r\+1520p {
    right: 1520px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1530p {
    top: -1530px;
  }
  .tablet-l\:t\+1530p {
    top: 1530px;
  }
  .tablet-l\:b-1530p {
    bottom: -1530px;
  }
  .tablet-l\:b\+1530p {
    bottom: 1530px;
  }
  .tablet-l\:l-1530p {
    left: -1530px;
  }
  .tablet-l\:l\+1530p {
    left: 1530px;
  }
  .tablet-l\:r-1530p {
    right: -1530px;
  }
  .tablet-l\:r\+1530p {
    right: 1530px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1540p {
    top: -1540px;
  }
  .tablet-l\:t\+1540p {
    top: 1540px;
  }
  .tablet-l\:b-1540p {
    bottom: -1540px;
  }
  .tablet-l\:b\+1540p {
    bottom: 1540px;
  }
  .tablet-l\:l-1540p {
    left: -1540px;
  }
  .tablet-l\:l\+1540p {
    left: 1540px;
  }
  .tablet-l\:r-1540p {
    right: -1540px;
  }
  .tablet-l\:r\+1540p {
    right: 1540px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1550p {
    top: -1550px;
  }
  .tablet-l\:t\+1550p {
    top: 1550px;
  }
  .tablet-l\:b-1550p {
    bottom: -1550px;
  }
  .tablet-l\:b\+1550p {
    bottom: 1550px;
  }
  .tablet-l\:l-1550p {
    left: -1550px;
  }
  .tablet-l\:l\+1550p {
    left: 1550px;
  }
  .tablet-l\:r-1550p {
    right: -1550px;
  }
  .tablet-l\:r\+1550p {
    right: 1550px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1560p {
    top: -1560px;
  }
  .tablet-l\:t\+1560p {
    top: 1560px;
  }
  .tablet-l\:b-1560p {
    bottom: -1560px;
  }
  .tablet-l\:b\+1560p {
    bottom: 1560px;
  }
  .tablet-l\:l-1560p {
    left: -1560px;
  }
  .tablet-l\:l\+1560p {
    left: 1560px;
  }
  .tablet-l\:r-1560p {
    right: -1560px;
  }
  .tablet-l\:r\+1560p {
    right: 1560px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1570p {
    top: -1570px;
  }
  .tablet-l\:t\+1570p {
    top: 1570px;
  }
  .tablet-l\:b-1570p {
    bottom: -1570px;
  }
  .tablet-l\:b\+1570p {
    bottom: 1570px;
  }
  .tablet-l\:l-1570p {
    left: -1570px;
  }
  .tablet-l\:l\+1570p {
    left: 1570px;
  }
  .tablet-l\:r-1570p {
    right: -1570px;
  }
  .tablet-l\:r\+1570p {
    right: 1570px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1580p {
    top: -1580px;
  }
  .tablet-l\:t\+1580p {
    top: 1580px;
  }
  .tablet-l\:b-1580p {
    bottom: -1580px;
  }
  .tablet-l\:b\+1580p {
    bottom: 1580px;
  }
  .tablet-l\:l-1580p {
    left: -1580px;
  }
  .tablet-l\:l\+1580p {
    left: 1580px;
  }
  .tablet-l\:r-1580p {
    right: -1580px;
  }
  .tablet-l\:r\+1580p {
    right: 1580px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1590p {
    top: -1590px;
  }
  .tablet-l\:t\+1590p {
    top: 1590px;
  }
  .tablet-l\:b-1590p {
    bottom: -1590px;
  }
  .tablet-l\:b\+1590p {
    bottom: 1590px;
  }
  .tablet-l\:l-1590p {
    left: -1590px;
  }
  .tablet-l\:l\+1590p {
    left: 1590px;
  }
  .tablet-l\:r-1590p {
    right: -1590px;
  }
  .tablet-l\:r\+1590p {
    right: 1590px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1600p {
    top: -1600px;
  }
  .tablet-l\:t\+1600p {
    top: 1600px;
  }
  .tablet-l\:b-1600p {
    bottom: -1600px;
  }
  .tablet-l\:b\+1600p {
    bottom: 1600px;
  }
  .tablet-l\:l-1600p {
    left: -1600px;
  }
  .tablet-l\:l\+1600p {
    left: 1600px;
  }
  .tablet-l\:r-1600p {
    right: -1600px;
  }
  .tablet-l\:r\+1600p {
    right: 1600px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1610p {
    top: -1610px;
  }
  .tablet-l\:t\+1610p {
    top: 1610px;
  }
  .tablet-l\:b-1610p {
    bottom: -1610px;
  }
  .tablet-l\:b\+1610p {
    bottom: 1610px;
  }
  .tablet-l\:l-1610p {
    left: -1610px;
  }
  .tablet-l\:l\+1610p {
    left: 1610px;
  }
  .tablet-l\:r-1610p {
    right: -1610px;
  }
  .tablet-l\:r\+1610p {
    right: 1610px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1620p {
    top: -1620px;
  }
  .tablet-l\:t\+1620p {
    top: 1620px;
  }
  .tablet-l\:b-1620p {
    bottom: -1620px;
  }
  .tablet-l\:b\+1620p {
    bottom: 1620px;
  }
  .tablet-l\:l-1620p {
    left: -1620px;
  }
  .tablet-l\:l\+1620p {
    left: 1620px;
  }
  .tablet-l\:r-1620p {
    right: -1620px;
  }
  .tablet-l\:r\+1620p {
    right: 1620px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1630p {
    top: -1630px;
  }
  .tablet-l\:t\+1630p {
    top: 1630px;
  }
  .tablet-l\:b-1630p {
    bottom: -1630px;
  }
  .tablet-l\:b\+1630p {
    bottom: 1630px;
  }
  .tablet-l\:l-1630p {
    left: -1630px;
  }
  .tablet-l\:l\+1630p {
    left: 1630px;
  }
  .tablet-l\:r-1630p {
    right: -1630px;
  }
  .tablet-l\:r\+1630p {
    right: 1630px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1640p {
    top: -1640px;
  }
  .tablet-l\:t\+1640p {
    top: 1640px;
  }
  .tablet-l\:b-1640p {
    bottom: -1640px;
  }
  .tablet-l\:b\+1640p {
    bottom: 1640px;
  }
  .tablet-l\:l-1640p {
    left: -1640px;
  }
  .tablet-l\:l\+1640p {
    left: 1640px;
  }
  .tablet-l\:r-1640p {
    right: -1640px;
  }
  .tablet-l\:r\+1640p {
    right: 1640px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1650p {
    top: -1650px;
  }
  .tablet-l\:t\+1650p {
    top: 1650px;
  }
  .tablet-l\:b-1650p {
    bottom: -1650px;
  }
  .tablet-l\:b\+1650p {
    bottom: 1650px;
  }
  .tablet-l\:l-1650p {
    left: -1650px;
  }
  .tablet-l\:l\+1650p {
    left: 1650px;
  }
  .tablet-l\:r-1650p {
    right: -1650px;
  }
  .tablet-l\:r\+1650p {
    right: 1650px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1660p {
    top: -1660px;
  }
  .tablet-l\:t\+1660p {
    top: 1660px;
  }
  .tablet-l\:b-1660p {
    bottom: -1660px;
  }
  .tablet-l\:b\+1660p {
    bottom: 1660px;
  }
  .tablet-l\:l-1660p {
    left: -1660px;
  }
  .tablet-l\:l\+1660p {
    left: 1660px;
  }
  .tablet-l\:r-1660p {
    right: -1660px;
  }
  .tablet-l\:r\+1660p {
    right: 1660px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1670p {
    top: -1670px;
  }
  .tablet-l\:t\+1670p {
    top: 1670px;
  }
  .tablet-l\:b-1670p {
    bottom: -1670px;
  }
  .tablet-l\:b\+1670p {
    bottom: 1670px;
  }
  .tablet-l\:l-1670p {
    left: -1670px;
  }
  .tablet-l\:l\+1670p {
    left: 1670px;
  }
  .tablet-l\:r-1670p {
    right: -1670px;
  }
  .tablet-l\:r\+1670p {
    right: 1670px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1680p {
    top: -1680px;
  }
  .tablet-l\:t\+1680p {
    top: 1680px;
  }
  .tablet-l\:b-1680p {
    bottom: -1680px;
  }
  .tablet-l\:b\+1680p {
    bottom: 1680px;
  }
  .tablet-l\:l-1680p {
    left: -1680px;
  }
  .tablet-l\:l\+1680p {
    left: 1680px;
  }
  .tablet-l\:r-1680p {
    right: -1680px;
  }
  .tablet-l\:r\+1680p {
    right: 1680px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1690p {
    top: -1690px;
  }
  .tablet-l\:t\+1690p {
    top: 1690px;
  }
  .tablet-l\:b-1690p {
    bottom: -1690px;
  }
  .tablet-l\:b\+1690p {
    bottom: 1690px;
  }
  .tablet-l\:l-1690p {
    left: -1690px;
  }
  .tablet-l\:l\+1690p {
    left: 1690px;
  }
  .tablet-l\:r-1690p {
    right: -1690px;
  }
  .tablet-l\:r\+1690p {
    right: 1690px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1700p {
    top: -1700px;
  }
  .tablet-l\:t\+1700p {
    top: 1700px;
  }
  .tablet-l\:b-1700p {
    bottom: -1700px;
  }
  .tablet-l\:b\+1700p {
    bottom: 1700px;
  }
  .tablet-l\:l-1700p {
    left: -1700px;
  }
  .tablet-l\:l\+1700p {
    left: 1700px;
  }
  .tablet-l\:r-1700p {
    right: -1700px;
  }
  .tablet-l\:r\+1700p {
    right: 1700px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1710p {
    top: -1710px;
  }
  .tablet-l\:t\+1710p {
    top: 1710px;
  }
  .tablet-l\:b-1710p {
    bottom: -1710px;
  }
  .tablet-l\:b\+1710p {
    bottom: 1710px;
  }
  .tablet-l\:l-1710p {
    left: -1710px;
  }
  .tablet-l\:l\+1710p {
    left: 1710px;
  }
  .tablet-l\:r-1710p {
    right: -1710px;
  }
  .tablet-l\:r\+1710p {
    right: 1710px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1720p {
    top: -1720px;
  }
  .tablet-l\:t\+1720p {
    top: 1720px;
  }
  .tablet-l\:b-1720p {
    bottom: -1720px;
  }
  .tablet-l\:b\+1720p {
    bottom: 1720px;
  }
  .tablet-l\:l-1720p {
    left: -1720px;
  }
  .tablet-l\:l\+1720p {
    left: 1720px;
  }
  .tablet-l\:r-1720p {
    right: -1720px;
  }
  .tablet-l\:r\+1720p {
    right: 1720px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1730p {
    top: -1730px;
  }
  .tablet-l\:t\+1730p {
    top: 1730px;
  }
  .tablet-l\:b-1730p {
    bottom: -1730px;
  }
  .tablet-l\:b\+1730p {
    bottom: 1730px;
  }
  .tablet-l\:l-1730p {
    left: -1730px;
  }
  .tablet-l\:l\+1730p {
    left: 1730px;
  }
  .tablet-l\:r-1730p {
    right: -1730px;
  }
  .tablet-l\:r\+1730p {
    right: 1730px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1740p {
    top: -1740px;
  }
  .tablet-l\:t\+1740p {
    top: 1740px;
  }
  .tablet-l\:b-1740p {
    bottom: -1740px;
  }
  .tablet-l\:b\+1740p {
    bottom: 1740px;
  }
  .tablet-l\:l-1740p {
    left: -1740px;
  }
  .tablet-l\:l\+1740p {
    left: 1740px;
  }
  .tablet-l\:r-1740p {
    right: -1740px;
  }
  .tablet-l\:r\+1740p {
    right: 1740px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1750p {
    top: -1750px;
  }
  .tablet-l\:t\+1750p {
    top: 1750px;
  }
  .tablet-l\:b-1750p {
    bottom: -1750px;
  }
  .tablet-l\:b\+1750p {
    bottom: 1750px;
  }
  .tablet-l\:l-1750p {
    left: -1750px;
  }
  .tablet-l\:l\+1750p {
    left: 1750px;
  }
  .tablet-l\:r-1750p {
    right: -1750px;
  }
  .tablet-l\:r\+1750p {
    right: 1750px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1760p {
    top: -1760px;
  }
  .tablet-l\:t\+1760p {
    top: 1760px;
  }
  .tablet-l\:b-1760p {
    bottom: -1760px;
  }
  .tablet-l\:b\+1760p {
    bottom: 1760px;
  }
  .tablet-l\:l-1760p {
    left: -1760px;
  }
  .tablet-l\:l\+1760p {
    left: 1760px;
  }
  .tablet-l\:r-1760p {
    right: -1760px;
  }
  .tablet-l\:r\+1760p {
    right: 1760px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1770p {
    top: -1770px;
  }
  .tablet-l\:t\+1770p {
    top: 1770px;
  }
  .tablet-l\:b-1770p {
    bottom: -1770px;
  }
  .tablet-l\:b\+1770p {
    bottom: 1770px;
  }
  .tablet-l\:l-1770p {
    left: -1770px;
  }
  .tablet-l\:l\+1770p {
    left: 1770px;
  }
  .tablet-l\:r-1770p {
    right: -1770px;
  }
  .tablet-l\:r\+1770p {
    right: 1770px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1780p {
    top: -1780px;
  }
  .tablet-l\:t\+1780p {
    top: 1780px;
  }
  .tablet-l\:b-1780p {
    bottom: -1780px;
  }
  .tablet-l\:b\+1780p {
    bottom: 1780px;
  }
  .tablet-l\:l-1780p {
    left: -1780px;
  }
  .tablet-l\:l\+1780p {
    left: 1780px;
  }
  .tablet-l\:r-1780p {
    right: -1780px;
  }
  .tablet-l\:r\+1780p {
    right: 1780px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1790p {
    top: -1790px;
  }
  .tablet-l\:t\+1790p {
    top: 1790px;
  }
  .tablet-l\:b-1790p {
    bottom: -1790px;
  }
  .tablet-l\:b\+1790p {
    bottom: 1790px;
  }
  .tablet-l\:l-1790p {
    left: -1790px;
  }
  .tablet-l\:l\+1790p {
    left: 1790px;
  }
  .tablet-l\:r-1790p {
    right: -1790px;
  }
  .tablet-l\:r\+1790p {
    right: 1790px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1800p {
    top: -1800px;
  }
  .tablet-l\:t\+1800p {
    top: 1800px;
  }
  .tablet-l\:b-1800p {
    bottom: -1800px;
  }
  .tablet-l\:b\+1800p {
    bottom: 1800px;
  }
  .tablet-l\:l-1800p {
    left: -1800px;
  }
  .tablet-l\:l\+1800p {
    left: 1800px;
  }
  .tablet-l\:r-1800p {
    right: -1800px;
  }
  .tablet-l\:r\+1800p {
    right: 1800px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1810p {
    top: -1810px;
  }
  .tablet-l\:t\+1810p {
    top: 1810px;
  }
  .tablet-l\:b-1810p {
    bottom: -1810px;
  }
  .tablet-l\:b\+1810p {
    bottom: 1810px;
  }
  .tablet-l\:l-1810p {
    left: -1810px;
  }
  .tablet-l\:l\+1810p {
    left: 1810px;
  }
  .tablet-l\:r-1810p {
    right: -1810px;
  }
  .tablet-l\:r\+1810p {
    right: 1810px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1820p {
    top: -1820px;
  }
  .tablet-l\:t\+1820p {
    top: 1820px;
  }
  .tablet-l\:b-1820p {
    bottom: -1820px;
  }
  .tablet-l\:b\+1820p {
    bottom: 1820px;
  }
  .tablet-l\:l-1820p {
    left: -1820px;
  }
  .tablet-l\:l\+1820p {
    left: 1820px;
  }
  .tablet-l\:r-1820p {
    right: -1820px;
  }
  .tablet-l\:r\+1820p {
    right: 1820px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1830p {
    top: -1830px;
  }
  .tablet-l\:t\+1830p {
    top: 1830px;
  }
  .tablet-l\:b-1830p {
    bottom: -1830px;
  }
  .tablet-l\:b\+1830p {
    bottom: 1830px;
  }
  .tablet-l\:l-1830p {
    left: -1830px;
  }
  .tablet-l\:l\+1830p {
    left: 1830px;
  }
  .tablet-l\:r-1830p {
    right: -1830px;
  }
  .tablet-l\:r\+1830p {
    right: 1830px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1840p {
    top: -1840px;
  }
  .tablet-l\:t\+1840p {
    top: 1840px;
  }
  .tablet-l\:b-1840p {
    bottom: -1840px;
  }
  .tablet-l\:b\+1840p {
    bottom: 1840px;
  }
  .tablet-l\:l-1840p {
    left: -1840px;
  }
  .tablet-l\:l\+1840p {
    left: 1840px;
  }
  .tablet-l\:r-1840p {
    right: -1840px;
  }
  .tablet-l\:r\+1840p {
    right: 1840px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1850p {
    top: -1850px;
  }
  .tablet-l\:t\+1850p {
    top: 1850px;
  }
  .tablet-l\:b-1850p {
    bottom: -1850px;
  }
  .tablet-l\:b\+1850p {
    bottom: 1850px;
  }
  .tablet-l\:l-1850p {
    left: -1850px;
  }
  .tablet-l\:l\+1850p {
    left: 1850px;
  }
  .tablet-l\:r-1850p {
    right: -1850px;
  }
  .tablet-l\:r\+1850p {
    right: 1850px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1860p {
    top: -1860px;
  }
  .tablet-l\:t\+1860p {
    top: 1860px;
  }
  .tablet-l\:b-1860p {
    bottom: -1860px;
  }
  .tablet-l\:b\+1860p {
    bottom: 1860px;
  }
  .tablet-l\:l-1860p {
    left: -1860px;
  }
  .tablet-l\:l\+1860p {
    left: 1860px;
  }
  .tablet-l\:r-1860p {
    right: -1860px;
  }
  .tablet-l\:r\+1860p {
    right: 1860px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1870p {
    top: -1870px;
  }
  .tablet-l\:t\+1870p {
    top: 1870px;
  }
  .tablet-l\:b-1870p {
    bottom: -1870px;
  }
  .tablet-l\:b\+1870p {
    bottom: 1870px;
  }
  .tablet-l\:l-1870p {
    left: -1870px;
  }
  .tablet-l\:l\+1870p {
    left: 1870px;
  }
  .tablet-l\:r-1870p {
    right: -1870px;
  }
  .tablet-l\:r\+1870p {
    right: 1870px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1880p {
    top: -1880px;
  }
  .tablet-l\:t\+1880p {
    top: 1880px;
  }
  .tablet-l\:b-1880p {
    bottom: -1880px;
  }
  .tablet-l\:b\+1880p {
    bottom: 1880px;
  }
  .tablet-l\:l-1880p {
    left: -1880px;
  }
  .tablet-l\:l\+1880p {
    left: 1880px;
  }
  .tablet-l\:r-1880p {
    right: -1880px;
  }
  .tablet-l\:r\+1880p {
    right: 1880px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1890p {
    top: -1890px;
  }
  .tablet-l\:t\+1890p {
    top: 1890px;
  }
  .tablet-l\:b-1890p {
    bottom: -1890px;
  }
  .tablet-l\:b\+1890p {
    bottom: 1890px;
  }
  .tablet-l\:l-1890p {
    left: -1890px;
  }
  .tablet-l\:l\+1890p {
    left: 1890px;
  }
  .tablet-l\:r-1890p {
    right: -1890px;
  }
  .tablet-l\:r\+1890p {
    right: 1890px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1900p {
    top: -1900px;
  }
  .tablet-l\:t\+1900p {
    top: 1900px;
  }
  .tablet-l\:b-1900p {
    bottom: -1900px;
  }
  .tablet-l\:b\+1900p {
    bottom: 1900px;
  }
  .tablet-l\:l-1900p {
    left: -1900px;
  }
  .tablet-l\:l\+1900p {
    left: 1900px;
  }
  .tablet-l\:r-1900p {
    right: -1900px;
  }
  .tablet-l\:r\+1900p {
    right: 1900px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1910p {
    top: -1910px;
  }
  .tablet-l\:t\+1910p {
    top: 1910px;
  }
  .tablet-l\:b-1910p {
    bottom: -1910px;
  }
  .tablet-l\:b\+1910p {
    bottom: 1910px;
  }
  .tablet-l\:l-1910p {
    left: -1910px;
  }
  .tablet-l\:l\+1910p {
    left: 1910px;
  }
  .tablet-l\:r-1910p {
    right: -1910px;
  }
  .tablet-l\:r\+1910p {
    right: 1910px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1920p {
    top: -1920px;
  }
  .tablet-l\:t\+1920p {
    top: 1920px;
  }
  .tablet-l\:b-1920p {
    bottom: -1920px;
  }
  .tablet-l\:b\+1920p {
    bottom: 1920px;
  }
  .tablet-l\:l-1920p {
    left: -1920px;
  }
  .tablet-l\:l\+1920p {
    left: 1920px;
  }
  .tablet-l\:r-1920p {
    right: -1920px;
  }
  .tablet-l\:r\+1920p {
    right: 1920px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1930p {
    top: -1930px;
  }
  .tablet-l\:t\+1930p {
    top: 1930px;
  }
  .tablet-l\:b-1930p {
    bottom: -1930px;
  }
  .tablet-l\:b\+1930p {
    bottom: 1930px;
  }
  .tablet-l\:l-1930p {
    left: -1930px;
  }
  .tablet-l\:l\+1930p {
    left: 1930px;
  }
  .tablet-l\:r-1930p {
    right: -1930px;
  }
  .tablet-l\:r\+1930p {
    right: 1930px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1940p {
    top: -1940px;
  }
  .tablet-l\:t\+1940p {
    top: 1940px;
  }
  .tablet-l\:b-1940p {
    bottom: -1940px;
  }
  .tablet-l\:b\+1940p {
    bottom: 1940px;
  }
  .tablet-l\:l-1940p {
    left: -1940px;
  }
  .tablet-l\:l\+1940p {
    left: 1940px;
  }
  .tablet-l\:r-1940p {
    right: -1940px;
  }
  .tablet-l\:r\+1940p {
    right: 1940px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1950p {
    top: -1950px;
  }
  .tablet-l\:t\+1950p {
    top: 1950px;
  }
  .tablet-l\:b-1950p {
    bottom: -1950px;
  }
  .tablet-l\:b\+1950p {
    bottom: 1950px;
  }
  .tablet-l\:l-1950p {
    left: -1950px;
  }
  .tablet-l\:l\+1950p {
    left: 1950px;
  }
  .tablet-l\:r-1950p {
    right: -1950px;
  }
  .tablet-l\:r\+1950p {
    right: 1950px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1960p {
    top: -1960px;
  }
  .tablet-l\:t\+1960p {
    top: 1960px;
  }
  .tablet-l\:b-1960p {
    bottom: -1960px;
  }
  .tablet-l\:b\+1960p {
    bottom: 1960px;
  }
  .tablet-l\:l-1960p {
    left: -1960px;
  }
  .tablet-l\:l\+1960p {
    left: 1960px;
  }
  .tablet-l\:r-1960p {
    right: -1960px;
  }
  .tablet-l\:r\+1960p {
    right: 1960px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1970p {
    top: -1970px;
  }
  .tablet-l\:t\+1970p {
    top: 1970px;
  }
  .tablet-l\:b-1970p {
    bottom: -1970px;
  }
  .tablet-l\:b\+1970p {
    bottom: 1970px;
  }
  .tablet-l\:l-1970p {
    left: -1970px;
  }
  .tablet-l\:l\+1970p {
    left: 1970px;
  }
  .tablet-l\:r-1970p {
    right: -1970px;
  }
  .tablet-l\:r\+1970p {
    right: 1970px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1980p {
    top: -1980px;
  }
  .tablet-l\:t\+1980p {
    top: 1980px;
  }
  .tablet-l\:b-1980p {
    bottom: -1980px;
  }
  .tablet-l\:b\+1980p {
    bottom: 1980px;
  }
  .tablet-l\:l-1980p {
    left: -1980px;
  }
  .tablet-l\:l\+1980p {
    left: 1980px;
  }
  .tablet-l\:r-1980p {
    right: -1980px;
  }
  .tablet-l\:r\+1980p {
    right: 1980px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1990p {
    top: -1990px;
  }
  .tablet-l\:t\+1990p {
    top: 1990px;
  }
  .tablet-l\:b-1990p {
    bottom: -1990px;
  }
  .tablet-l\:b\+1990p {
    bottom: 1990px;
  }
  .tablet-l\:l-1990p {
    left: -1990px;
  }
  .tablet-l\:l\+1990p {
    left: 1990px;
  }
  .tablet-l\:r-1990p {
    right: -1990px;
  }
  .tablet-l\:r\+1990p {
    right: 1990px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-0vw {
    top: -0vw;
  }
  .tablet-l\:t\+0vw {
    top: 0vw;
  }
  .tablet-l\:t-0\% {
    top: 0%;
  }
  .tablet-l\:t\+0\% {
    top: 0%;
  }
  .tablet-l\:b-0vw {
    bottom: -0vw;
  }
  .tablet-l\:b\+0vw {
    bottom: 0vw;
  }
  .tablet-l\:b-0\% {
    bottom: 0%;
  }
  .tablet-l\:b\+0\% {
    bottom: 0%;
  }
  .tablet-l\:l-0vw {
    left: -0vw;
  }
  .tablet-l\:l\+0vw {
    left: 0vw;
  }
  .tablet-l\:l-0\% {
    left: 0%;
  }
  .tablet-l\:l\+0\% {
    left: 0%;
  }
  .tablet-l\:r-0vw {
    right: -0vw;
  }
  .tablet-l\:r\+0vw {
    right: 0vw;
  }
  .tablet-l\:r-0\% {
    right: 0%;
  }
  .tablet-l\:r\+0\% {
    right: 0%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-1vw {
    top: -1vw;
  }
  .tablet-l\:t\+1vw {
    top: 1vw;
  }
  .tablet-l\:t-1\% {
    top: -1%;
  }
  .tablet-l\:t\+1\% {
    top: 1%;
  }
  .tablet-l\:b-1vw {
    bottom: -1vw;
  }
  .tablet-l\:b\+1vw {
    bottom: 1vw;
  }
  .tablet-l\:b-1\% {
    bottom: -1%;
  }
  .tablet-l\:b\+1\% {
    bottom: 1%;
  }
  .tablet-l\:l-1vw {
    left: -1vw;
  }
  .tablet-l\:l\+1vw {
    left: 1vw;
  }
  .tablet-l\:l-1\% {
    left: -1%;
  }
  .tablet-l\:l\+1\% {
    left: 1%;
  }
  .tablet-l\:r-1vw {
    right: -1vw;
  }
  .tablet-l\:r\+1vw {
    right: 1vw;
  }
  .tablet-l\:r-1\% {
    right: -1%;
  }
  .tablet-l\:r\+1\% {
    right: 1%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-2vw {
    top: -2vw;
  }
  .tablet-l\:t\+2vw {
    top: 2vw;
  }
  .tablet-l\:t-2\% {
    top: -2%;
  }
  .tablet-l\:t\+2\% {
    top: 2%;
  }
  .tablet-l\:b-2vw {
    bottom: -2vw;
  }
  .tablet-l\:b\+2vw {
    bottom: 2vw;
  }
  .tablet-l\:b-2\% {
    bottom: -2%;
  }
  .tablet-l\:b\+2\% {
    bottom: 2%;
  }
  .tablet-l\:l-2vw {
    left: -2vw;
  }
  .tablet-l\:l\+2vw {
    left: 2vw;
  }
  .tablet-l\:l-2\% {
    left: -2%;
  }
  .tablet-l\:l\+2\% {
    left: 2%;
  }
  .tablet-l\:r-2vw {
    right: -2vw;
  }
  .tablet-l\:r\+2vw {
    right: 2vw;
  }
  .tablet-l\:r-2\% {
    right: -2%;
  }
  .tablet-l\:r\+2\% {
    right: 2%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-3vw {
    top: -3vw;
  }
  .tablet-l\:t\+3vw {
    top: 3vw;
  }
  .tablet-l\:t-3\% {
    top: -3%;
  }
  .tablet-l\:t\+3\% {
    top: 3%;
  }
  .tablet-l\:b-3vw {
    bottom: -3vw;
  }
  .tablet-l\:b\+3vw {
    bottom: 3vw;
  }
  .tablet-l\:b-3\% {
    bottom: -3%;
  }
  .tablet-l\:b\+3\% {
    bottom: 3%;
  }
  .tablet-l\:l-3vw {
    left: -3vw;
  }
  .tablet-l\:l\+3vw {
    left: 3vw;
  }
  .tablet-l\:l-3\% {
    left: -3%;
  }
  .tablet-l\:l\+3\% {
    left: 3%;
  }
  .tablet-l\:r-3vw {
    right: -3vw;
  }
  .tablet-l\:r\+3vw {
    right: 3vw;
  }
  .tablet-l\:r-3\% {
    right: -3%;
  }
  .tablet-l\:r\+3\% {
    right: 3%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-4vw {
    top: -4vw;
  }
  .tablet-l\:t\+4vw {
    top: 4vw;
  }
  .tablet-l\:t-4\% {
    top: -4%;
  }
  .tablet-l\:t\+4\% {
    top: 4%;
  }
  .tablet-l\:b-4vw {
    bottom: -4vw;
  }
  .tablet-l\:b\+4vw {
    bottom: 4vw;
  }
  .tablet-l\:b-4\% {
    bottom: -4%;
  }
  .tablet-l\:b\+4\% {
    bottom: 4%;
  }
  .tablet-l\:l-4vw {
    left: -4vw;
  }
  .tablet-l\:l\+4vw {
    left: 4vw;
  }
  .tablet-l\:l-4\% {
    left: -4%;
  }
  .tablet-l\:l\+4\% {
    left: 4%;
  }
  .tablet-l\:r-4vw {
    right: -4vw;
  }
  .tablet-l\:r\+4vw {
    right: 4vw;
  }
  .tablet-l\:r-4\% {
    right: -4%;
  }
  .tablet-l\:r\+4\% {
    right: 4%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-5vw {
    top: -5vw;
  }
  .tablet-l\:t\+5vw {
    top: 5vw;
  }
  .tablet-l\:t-5\% {
    top: -5%;
  }
  .tablet-l\:t\+5\% {
    top: 5%;
  }
  .tablet-l\:b-5vw {
    bottom: -5vw;
  }
  .tablet-l\:b\+5vw {
    bottom: 5vw;
  }
  .tablet-l\:b-5\% {
    bottom: -5%;
  }
  .tablet-l\:b\+5\% {
    bottom: 5%;
  }
  .tablet-l\:l-5vw {
    left: -5vw;
  }
  .tablet-l\:l\+5vw {
    left: 5vw;
  }
  .tablet-l\:l-5\% {
    left: -5%;
  }
  .tablet-l\:l\+5\% {
    left: 5%;
  }
  .tablet-l\:r-5vw {
    right: -5vw;
  }
  .tablet-l\:r\+5vw {
    right: 5vw;
  }
  .tablet-l\:r-5\% {
    right: -5%;
  }
  .tablet-l\:r\+5\% {
    right: 5%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-6vw {
    top: -6vw;
  }
  .tablet-l\:t\+6vw {
    top: 6vw;
  }
  .tablet-l\:t-6\% {
    top: -6%;
  }
  .tablet-l\:t\+6\% {
    top: 6%;
  }
  .tablet-l\:b-6vw {
    bottom: -6vw;
  }
  .tablet-l\:b\+6vw {
    bottom: 6vw;
  }
  .tablet-l\:b-6\% {
    bottom: -6%;
  }
  .tablet-l\:b\+6\% {
    bottom: 6%;
  }
  .tablet-l\:l-6vw {
    left: -6vw;
  }
  .tablet-l\:l\+6vw {
    left: 6vw;
  }
  .tablet-l\:l-6\% {
    left: -6%;
  }
  .tablet-l\:l\+6\% {
    left: 6%;
  }
  .tablet-l\:r-6vw {
    right: -6vw;
  }
  .tablet-l\:r\+6vw {
    right: 6vw;
  }
  .tablet-l\:r-6\% {
    right: -6%;
  }
  .tablet-l\:r\+6\% {
    right: 6%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-7vw {
    top: -7vw;
  }
  .tablet-l\:t\+7vw {
    top: 7vw;
  }
  .tablet-l\:t-7\% {
    top: -7%;
  }
  .tablet-l\:t\+7\% {
    top: 7%;
  }
  .tablet-l\:b-7vw {
    bottom: -7vw;
  }
  .tablet-l\:b\+7vw {
    bottom: 7vw;
  }
  .tablet-l\:b-7\% {
    bottom: -7%;
  }
  .tablet-l\:b\+7\% {
    bottom: 7%;
  }
  .tablet-l\:l-7vw {
    left: -7vw;
  }
  .tablet-l\:l\+7vw {
    left: 7vw;
  }
  .tablet-l\:l-7\% {
    left: -7%;
  }
  .tablet-l\:l\+7\% {
    left: 7%;
  }
  .tablet-l\:r-7vw {
    right: -7vw;
  }
  .tablet-l\:r\+7vw {
    right: 7vw;
  }
  .tablet-l\:r-7\% {
    right: -7%;
  }
  .tablet-l\:r\+7\% {
    right: 7%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-8vw {
    top: -8vw;
  }
  .tablet-l\:t\+8vw {
    top: 8vw;
  }
  .tablet-l\:t-8\% {
    top: -8%;
  }
  .tablet-l\:t\+8\% {
    top: 8%;
  }
  .tablet-l\:b-8vw {
    bottom: -8vw;
  }
  .tablet-l\:b\+8vw {
    bottom: 8vw;
  }
  .tablet-l\:b-8\% {
    bottom: -8%;
  }
  .tablet-l\:b\+8\% {
    bottom: 8%;
  }
  .tablet-l\:l-8vw {
    left: -8vw;
  }
  .tablet-l\:l\+8vw {
    left: 8vw;
  }
  .tablet-l\:l-8\% {
    left: -8%;
  }
  .tablet-l\:l\+8\% {
    left: 8%;
  }
  .tablet-l\:r-8vw {
    right: -8vw;
  }
  .tablet-l\:r\+8vw {
    right: 8vw;
  }
  .tablet-l\:r-8\% {
    right: -8%;
  }
  .tablet-l\:r\+8\% {
    right: 8%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-9vw {
    top: -9vw;
  }
  .tablet-l\:t\+9vw {
    top: 9vw;
  }
  .tablet-l\:t-9\% {
    top: -9%;
  }
  .tablet-l\:t\+9\% {
    top: 9%;
  }
  .tablet-l\:b-9vw {
    bottom: -9vw;
  }
  .tablet-l\:b\+9vw {
    bottom: 9vw;
  }
  .tablet-l\:b-9\% {
    bottom: -9%;
  }
  .tablet-l\:b\+9\% {
    bottom: 9%;
  }
  .tablet-l\:l-9vw {
    left: -9vw;
  }
  .tablet-l\:l\+9vw {
    left: 9vw;
  }
  .tablet-l\:l-9\% {
    left: -9%;
  }
  .tablet-l\:l\+9\% {
    left: 9%;
  }
  .tablet-l\:r-9vw {
    right: -9vw;
  }
  .tablet-l\:r\+9vw {
    right: 9vw;
  }
  .tablet-l\:r-9\% {
    right: -9%;
  }
  .tablet-l\:r\+9\% {
    right: 9%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-10vw {
    top: -10vw;
  }
  .tablet-l\:t\+10vw {
    top: 10vw;
  }
  .tablet-l\:t-10\% {
    top: -10%;
  }
  .tablet-l\:t\+10\% {
    top: 10%;
  }
  .tablet-l\:b-10vw {
    bottom: -10vw;
  }
  .tablet-l\:b\+10vw {
    bottom: 10vw;
  }
  .tablet-l\:b-10\% {
    bottom: -10%;
  }
  .tablet-l\:b\+10\% {
    bottom: 10%;
  }
  .tablet-l\:l-10vw {
    left: -10vw;
  }
  .tablet-l\:l\+10vw {
    left: 10vw;
  }
  .tablet-l\:l-10\% {
    left: -10%;
  }
  .tablet-l\:l\+10\% {
    left: 10%;
  }
  .tablet-l\:r-10vw {
    right: -10vw;
  }
  .tablet-l\:r\+10vw {
    right: 10vw;
  }
  .tablet-l\:r-10\% {
    right: -10%;
  }
  .tablet-l\:r\+10\% {
    right: 10%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-11vw {
    top: -11vw;
  }
  .tablet-l\:t\+11vw {
    top: 11vw;
  }
  .tablet-l\:t-11\% {
    top: -11%;
  }
  .tablet-l\:t\+11\% {
    top: 11%;
  }
  .tablet-l\:b-11vw {
    bottom: -11vw;
  }
  .tablet-l\:b\+11vw {
    bottom: 11vw;
  }
  .tablet-l\:b-11\% {
    bottom: -11%;
  }
  .tablet-l\:b\+11\% {
    bottom: 11%;
  }
  .tablet-l\:l-11vw {
    left: -11vw;
  }
  .tablet-l\:l\+11vw {
    left: 11vw;
  }
  .tablet-l\:l-11\% {
    left: -11%;
  }
  .tablet-l\:l\+11\% {
    left: 11%;
  }
  .tablet-l\:r-11vw {
    right: -11vw;
  }
  .tablet-l\:r\+11vw {
    right: 11vw;
  }
  .tablet-l\:r-11\% {
    right: -11%;
  }
  .tablet-l\:r\+11\% {
    right: 11%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-12vw {
    top: -12vw;
  }
  .tablet-l\:t\+12vw {
    top: 12vw;
  }
  .tablet-l\:t-12\% {
    top: -12%;
  }
  .tablet-l\:t\+12\% {
    top: 12%;
  }
  .tablet-l\:b-12vw {
    bottom: -12vw;
  }
  .tablet-l\:b\+12vw {
    bottom: 12vw;
  }
  .tablet-l\:b-12\% {
    bottom: -12%;
  }
  .tablet-l\:b\+12\% {
    bottom: 12%;
  }
  .tablet-l\:l-12vw {
    left: -12vw;
  }
  .tablet-l\:l\+12vw {
    left: 12vw;
  }
  .tablet-l\:l-12\% {
    left: -12%;
  }
  .tablet-l\:l\+12\% {
    left: 12%;
  }
  .tablet-l\:r-12vw {
    right: -12vw;
  }
  .tablet-l\:r\+12vw {
    right: 12vw;
  }
  .tablet-l\:r-12\% {
    right: -12%;
  }
  .tablet-l\:r\+12\% {
    right: 12%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-13vw {
    top: -13vw;
  }
  .tablet-l\:t\+13vw {
    top: 13vw;
  }
  .tablet-l\:t-13\% {
    top: -13%;
  }
  .tablet-l\:t\+13\% {
    top: 13%;
  }
  .tablet-l\:b-13vw {
    bottom: -13vw;
  }
  .tablet-l\:b\+13vw {
    bottom: 13vw;
  }
  .tablet-l\:b-13\% {
    bottom: -13%;
  }
  .tablet-l\:b\+13\% {
    bottom: 13%;
  }
  .tablet-l\:l-13vw {
    left: -13vw;
  }
  .tablet-l\:l\+13vw {
    left: 13vw;
  }
  .tablet-l\:l-13\% {
    left: -13%;
  }
  .tablet-l\:l\+13\% {
    left: 13%;
  }
  .tablet-l\:r-13vw {
    right: -13vw;
  }
  .tablet-l\:r\+13vw {
    right: 13vw;
  }
  .tablet-l\:r-13\% {
    right: -13%;
  }
  .tablet-l\:r\+13\% {
    right: 13%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-14vw {
    top: -14vw;
  }
  .tablet-l\:t\+14vw {
    top: 14vw;
  }
  .tablet-l\:t-14\% {
    top: -14%;
  }
  .tablet-l\:t\+14\% {
    top: 14%;
  }
  .tablet-l\:b-14vw {
    bottom: -14vw;
  }
  .tablet-l\:b\+14vw {
    bottom: 14vw;
  }
  .tablet-l\:b-14\% {
    bottom: -14%;
  }
  .tablet-l\:b\+14\% {
    bottom: 14%;
  }
  .tablet-l\:l-14vw {
    left: -14vw;
  }
  .tablet-l\:l\+14vw {
    left: 14vw;
  }
  .tablet-l\:l-14\% {
    left: -14%;
  }
  .tablet-l\:l\+14\% {
    left: 14%;
  }
  .tablet-l\:r-14vw {
    right: -14vw;
  }
  .tablet-l\:r\+14vw {
    right: 14vw;
  }
  .tablet-l\:r-14\% {
    right: -14%;
  }
  .tablet-l\:r\+14\% {
    right: 14%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-15vw {
    top: -15vw;
  }
  .tablet-l\:t\+15vw {
    top: 15vw;
  }
  .tablet-l\:t-15\% {
    top: -15%;
  }
  .tablet-l\:t\+15\% {
    top: 15%;
  }
  .tablet-l\:b-15vw {
    bottom: -15vw;
  }
  .tablet-l\:b\+15vw {
    bottom: 15vw;
  }
  .tablet-l\:b-15\% {
    bottom: -15%;
  }
  .tablet-l\:b\+15\% {
    bottom: 15%;
  }
  .tablet-l\:l-15vw {
    left: -15vw;
  }
  .tablet-l\:l\+15vw {
    left: 15vw;
  }
  .tablet-l\:l-15\% {
    left: -15%;
  }
  .tablet-l\:l\+15\% {
    left: 15%;
  }
  .tablet-l\:r-15vw {
    right: -15vw;
  }
  .tablet-l\:r\+15vw {
    right: 15vw;
  }
  .tablet-l\:r-15\% {
    right: -15%;
  }
  .tablet-l\:r\+15\% {
    right: 15%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-16vw {
    top: -16vw;
  }
  .tablet-l\:t\+16vw {
    top: 16vw;
  }
  .tablet-l\:t-16\% {
    top: -16%;
  }
  .tablet-l\:t\+16\% {
    top: 16%;
  }
  .tablet-l\:b-16vw {
    bottom: -16vw;
  }
  .tablet-l\:b\+16vw {
    bottom: 16vw;
  }
  .tablet-l\:b-16\% {
    bottom: -16%;
  }
  .tablet-l\:b\+16\% {
    bottom: 16%;
  }
  .tablet-l\:l-16vw {
    left: -16vw;
  }
  .tablet-l\:l\+16vw {
    left: 16vw;
  }
  .tablet-l\:l-16\% {
    left: -16%;
  }
  .tablet-l\:l\+16\% {
    left: 16%;
  }
  .tablet-l\:r-16vw {
    right: -16vw;
  }
  .tablet-l\:r\+16vw {
    right: 16vw;
  }
  .tablet-l\:r-16\% {
    right: -16%;
  }
  .tablet-l\:r\+16\% {
    right: 16%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-17vw {
    top: -17vw;
  }
  .tablet-l\:t\+17vw {
    top: 17vw;
  }
  .tablet-l\:t-17\% {
    top: -17%;
  }
  .tablet-l\:t\+17\% {
    top: 17%;
  }
  .tablet-l\:b-17vw {
    bottom: -17vw;
  }
  .tablet-l\:b\+17vw {
    bottom: 17vw;
  }
  .tablet-l\:b-17\% {
    bottom: -17%;
  }
  .tablet-l\:b\+17\% {
    bottom: 17%;
  }
  .tablet-l\:l-17vw {
    left: -17vw;
  }
  .tablet-l\:l\+17vw {
    left: 17vw;
  }
  .tablet-l\:l-17\% {
    left: -17%;
  }
  .tablet-l\:l\+17\% {
    left: 17%;
  }
  .tablet-l\:r-17vw {
    right: -17vw;
  }
  .tablet-l\:r\+17vw {
    right: 17vw;
  }
  .tablet-l\:r-17\% {
    right: -17%;
  }
  .tablet-l\:r\+17\% {
    right: 17%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-18vw {
    top: -18vw;
  }
  .tablet-l\:t\+18vw {
    top: 18vw;
  }
  .tablet-l\:t-18\% {
    top: -18%;
  }
  .tablet-l\:t\+18\% {
    top: 18%;
  }
  .tablet-l\:b-18vw {
    bottom: -18vw;
  }
  .tablet-l\:b\+18vw {
    bottom: 18vw;
  }
  .tablet-l\:b-18\% {
    bottom: -18%;
  }
  .tablet-l\:b\+18\% {
    bottom: 18%;
  }
  .tablet-l\:l-18vw {
    left: -18vw;
  }
  .tablet-l\:l\+18vw {
    left: 18vw;
  }
  .tablet-l\:l-18\% {
    left: -18%;
  }
  .tablet-l\:l\+18\% {
    left: 18%;
  }
  .tablet-l\:r-18vw {
    right: -18vw;
  }
  .tablet-l\:r\+18vw {
    right: 18vw;
  }
  .tablet-l\:r-18\% {
    right: -18%;
  }
  .tablet-l\:r\+18\% {
    right: 18%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-19vw {
    top: -19vw;
  }
  .tablet-l\:t\+19vw {
    top: 19vw;
  }
  .tablet-l\:t-19\% {
    top: -19%;
  }
  .tablet-l\:t\+19\% {
    top: 19%;
  }
  .tablet-l\:b-19vw {
    bottom: -19vw;
  }
  .tablet-l\:b\+19vw {
    bottom: 19vw;
  }
  .tablet-l\:b-19\% {
    bottom: -19%;
  }
  .tablet-l\:b\+19\% {
    bottom: 19%;
  }
  .tablet-l\:l-19vw {
    left: -19vw;
  }
  .tablet-l\:l\+19vw {
    left: 19vw;
  }
  .tablet-l\:l-19\% {
    left: -19%;
  }
  .tablet-l\:l\+19\% {
    left: 19%;
  }
  .tablet-l\:r-19vw {
    right: -19vw;
  }
  .tablet-l\:r\+19vw {
    right: 19vw;
  }
  .tablet-l\:r-19\% {
    right: -19%;
  }
  .tablet-l\:r\+19\% {
    right: 19%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-20vw {
    top: -20vw;
  }
  .tablet-l\:t\+20vw {
    top: 20vw;
  }
  .tablet-l\:t-20\% {
    top: -20%;
  }
  .tablet-l\:t\+20\% {
    top: 20%;
  }
  .tablet-l\:b-20vw {
    bottom: -20vw;
  }
  .tablet-l\:b\+20vw {
    bottom: 20vw;
  }
  .tablet-l\:b-20\% {
    bottom: -20%;
  }
  .tablet-l\:b\+20\% {
    bottom: 20%;
  }
  .tablet-l\:l-20vw {
    left: -20vw;
  }
  .tablet-l\:l\+20vw {
    left: 20vw;
  }
  .tablet-l\:l-20\% {
    left: -20%;
  }
  .tablet-l\:l\+20\% {
    left: 20%;
  }
  .tablet-l\:r-20vw {
    right: -20vw;
  }
  .tablet-l\:r\+20vw {
    right: 20vw;
  }
  .tablet-l\:r-20\% {
    right: -20%;
  }
  .tablet-l\:r\+20\% {
    right: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-21vw {
    top: -21vw;
  }
  .tablet-l\:t\+21vw {
    top: 21vw;
  }
  .tablet-l\:t-21\% {
    top: -21%;
  }
  .tablet-l\:t\+21\% {
    top: 21%;
  }
  .tablet-l\:b-21vw {
    bottom: -21vw;
  }
  .tablet-l\:b\+21vw {
    bottom: 21vw;
  }
  .tablet-l\:b-21\% {
    bottom: -21%;
  }
  .tablet-l\:b\+21\% {
    bottom: 21%;
  }
  .tablet-l\:l-21vw {
    left: -21vw;
  }
  .tablet-l\:l\+21vw {
    left: 21vw;
  }
  .tablet-l\:l-21\% {
    left: -21%;
  }
  .tablet-l\:l\+21\% {
    left: 21%;
  }
  .tablet-l\:r-21vw {
    right: -21vw;
  }
  .tablet-l\:r\+21vw {
    right: 21vw;
  }
  .tablet-l\:r-21\% {
    right: -21%;
  }
  .tablet-l\:r\+21\% {
    right: 21%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-22vw {
    top: -22vw;
  }
  .tablet-l\:t\+22vw {
    top: 22vw;
  }
  .tablet-l\:t-22\% {
    top: -22%;
  }
  .tablet-l\:t\+22\% {
    top: 22%;
  }
  .tablet-l\:b-22vw {
    bottom: -22vw;
  }
  .tablet-l\:b\+22vw {
    bottom: 22vw;
  }
  .tablet-l\:b-22\% {
    bottom: -22%;
  }
  .tablet-l\:b\+22\% {
    bottom: 22%;
  }
  .tablet-l\:l-22vw {
    left: -22vw;
  }
  .tablet-l\:l\+22vw {
    left: 22vw;
  }
  .tablet-l\:l-22\% {
    left: -22%;
  }
  .tablet-l\:l\+22\% {
    left: 22%;
  }
  .tablet-l\:r-22vw {
    right: -22vw;
  }
  .tablet-l\:r\+22vw {
    right: 22vw;
  }
  .tablet-l\:r-22\% {
    right: -22%;
  }
  .tablet-l\:r\+22\% {
    right: 22%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-23vw {
    top: -23vw;
  }
  .tablet-l\:t\+23vw {
    top: 23vw;
  }
  .tablet-l\:t-23\% {
    top: -23%;
  }
  .tablet-l\:t\+23\% {
    top: 23%;
  }
  .tablet-l\:b-23vw {
    bottom: -23vw;
  }
  .tablet-l\:b\+23vw {
    bottom: 23vw;
  }
  .tablet-l\:b-23\% {
    bottom: -23%;
  }
  .tablet-l\:b\+23\% {
    bottom: 23%;
  }
  .tablet-l\:l-23vw {
    left: -23vw;
  }
  .tablet-l\:l\+23vw {
    left: 23vw;
  }
  .tablet-l\:l-23\% {
    left: -23%;
  }
  .tablet-l\:l\+23\% {
    left: 23%;
  }
  .tablet-l\:r-23vw {
    right: -23vw;
  }
  .tablet-l\:r\+23vw {
    right: 23vw;
  }
  .tablet-l\:r-23\% {
    right: -23%;
  }
  .tablet-l\:r\+23\% {
    right: 23%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-24vw {
    top: -24vw;
  }
  .tablet-l\:t\+24vw {
    top: 24vw;
  }
  .tablet-l\:t-24\% {
    top: -24%;
  }
  .tablet-l\:t\+24\% {
    top: 24%;
  }
  .tablet-l\:b-24vw {
    bottom: -24vw;
  }
  .tablet-l\:b\+24vw {
    bottom: 24vw;
  }
  .tablet-l\:b-24\% {
    bottom: -24%;
  }
  .tablet-l\:b\+24\% {
    bottom: 24%;
  }
  .tablet-l\:l-24vw {
    left: -24vw;
  }
  .tablet-l\:l\+24vw {
    left: 24vw;
  }
  .tablet-l\:l-24\% {
    left: -24%;
  }
  .tablet-l\:l\+24\% {
    left: 24%;
  }
  .tablet-l\:r-24vw {
    right: -24vw;
  }
  .tablet-l\:r\+24vw {
    right: 24vw;
  }
  .tablet-l\:r-24\% {
    right: -24%;
  }
  .tablet-l\:r\+24\% {
    right: 24%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-25vw {
    top: -25vw;
  }
  .tablet-l\:t\+25vw {
    top: 25vw;
  }
  .tablet-l\:t-25\% {
    top: -25%;
  }
  .tablet-l\:t\+25\% {
    top: 25%;
  }
  .tablet-l\:b-25vw {
    bottom: -25vw;
  }
  .tablet-l\:b\+25vw {
    bottom: 25vw;
  }
  .tablet-l\:b-25\% {
    bottom: -25%;
  }
  .tablet-l\:b\+25\% {
    bottom: 25%;
  }
  .tablet-l\:l-25vw {
    left: -25vw;
  }
  .tablet-l\:l\+25vw {
    left: 25vw;
  }
  .tablet-l\:l-25\% {
    left: -25%;
  }
  .tablet-l\:l\+25\% {
    left: 25%;
  }
  .tablet-l\:r-25vw {
    right: -25vw;
  }
  .tablet-l\:r\+25vw {
    right: 25vw;
  }
  .tablet-l\:r-25\% {
    right: -25%;
  }
  .tablet-l\:r\+25\% {
    right: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-26vw {
    top: -26vw;
  }
  .tablet-l\:t\+26vw {
    top: 26vw;
  }
  .tablet-l\:t-26\% {
    top: -26%;
  }
  .tablet-l\:t\+26\% {
    top: 26%;
  }
  .tablet-l\:b-26vw {
    bottom: -26vw;
  }
  .tablet-l\:b\+26vw {
    bottom: 26vw;
  }
  .tablet-l\:b-26\% {
    bottom: -26%;
  }
  .tablet-l\:b\+26\% {
    bottom: 26%;
  }
  .tablet-l\:l-26vw {
    left: -26vw;
  }
  .tablet-l\:l\+26vw {
    left: 26vw;
  }
  .tablet-l\:l-26\% {
    left: -26%;
  }
  .tablet-l\:l\+26\% {
    left: 26%;
  }
  .tablet-l\:r-26vw {
    right: -26vw;
  }
  .tablet-l\:r\+26vw {
    right: 26vw;
  }
  .tablet-l\:r-26\% {
    right: -26%;
  }
  .tablet-l\:r\+26\% {
    right: 26%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-27vw {
    top: -27vw;
  }
  .tablet-l\:t\+27vw {
    top: 27vw;
  }
  .tablet-l\:t-27\% {
    top: -27%;
  }
  .tablet-l\:t\+27\% {
    top: 27%;
  }
  .tablet-l\:b-27vw {
    bottom: -27vw;
  }
  .tablet-l\:b\+27vw {
    bottom: 27vw;
  }
  .tablet-l\:b-27\% {
    bottom: -27%;
  }
  .tablet-l\:b\+27\% {
    bottom: 27%;
  }
  .tablet-l\:l-27vw {
    left: -27vw;
  }
  .tablet-l\:l\+27vw {
    left: 27vw;
  }
  .tablet-l\:l-27\% {
    left: -27%;
  }
  .tablet-l\:l\+27\% {
    left: 27%;
  }
  .tablet-l\:r-27vw {
    right: -27vw;
  }
  .tablet-l\:r\+27vw {
    right: 27vw;
  }
  .tablet-l\:r-27\% {
    right: -27%;
  }
  .tablet-l\:r\+27\% {
    right: 27%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-28vw {
    top: -28vw;
  }
  .tablet-l\:t\+28vw {
    top: 28vw;
  }
  .tablet-l\:t-28\% {
    top: -28%;
  }
  .tablet-l\:t\+28\% {
    top: 28%;
  }
  .tablet-l\:b-28vw {
    bottom: -28vw;
  }
  .tablet-l\:b\+28vw {
    bottom: 28vw;
  }
  .tablet-l\:b-28\% {
    bottom: -28%;
  }
  .tablet-l\:b\+28\% {
    bottom: 28%;
  }
  .tablet-l\:l-28vw {
    left: -28vw;
  }
  .tablet-l\:l\+28vw {
    left: 28vw;
  }
  .tablet-l\:l-28\% {
    left: -28%;
  }
  .tablet-l\:l\+28\% {
    left: 28%;
  }
  .tablet-l\:r-28vw {
    right: -28vw;
  }
  .tablet-l\:r\+28vw {
    right: 28vw;
  }
  .tablet-l\:r-28\% {
    right: -28%;
  }
  .tablet-l\:r\+28\% {
    right: 28%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-29vw {
    top: -29vw;
  }
  .tablet-l\:t\+29vw {
    top: 29vw;
  }
  .tablet-l\:t-29\% {
    top: -29%;
  }
  .tablet-l\:t\+29\% {
    top: 29%;
  }
  .tablet-l\:b-29vw {
    bottom: -29vw;
  }
  .tablet-l\:b\+29vw {
    bottom: 29vw;
  }
  .tablet-l\:b-29\% {
    bottom: -29%;
  }
  .tablet-l\:b\+29\% {
    bottom: 29%;
  }
  .tablet-l\:l-29vw {
    left: -29vw;
  }
  .tablet-l\:l\+29vw {
    left: 29vw;
  }
  .tablet-l\:l-29\% {
    left: -29%;
  }
  .tablet-l\:l\+29\% {
    left: 29%;
  }
  .tablet-l\:r-29vw {
    right: -29vw;
  }
  .tablet-l\:r\+29vw {
    right: 29vw;
  }
  .tablet-l\:r-29\% {
    right: -29%;
  }
  .tablet-l\:r\+29\% {
    right: 29%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-30vw {
    top: -30vw;
  }
  .tablet-l\:t\+30vw {
    top: 30vw;
  }
  .tablet-l\:t-30\% {
    top: -30%;
  }
  .tablet-l\:t\+30\% {
    top: 30%;
  }
  .tablet-l\:b-30vw {
    bottom: -30vw;
  }
  .tablet-l\:b\+30vw {
    bottom: 30vw;
  }
  .tablet-l\:b-30\% {
    bottom: -30%;
  }
  .tablet-l\:b\+30\% {
    bottom: 30%;
  }
  .tablet-l\:l-30vw {
    left: -30vw;
  }
  .tablet-l\:l\+30vw {
    left: 30vw;
  }
  .tablet-l\:l-30\% {
    left: -30%;
  }
  .tablet-l\:l\+30\% {
    left: 30%;
  }
  .tablet-l\:r-30vw {
    right: -30vw;
  }
  .tablet-l\:r\+30vw {
    right: 30vw;
  }
  .tablet-l\:r-30\% {
    right: -30%;
  }
  .tablet-l\:r\+30\% {
    right: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-31vw {
    top: -31vw;
  }
  .tablet-l\:t\+31vw {
    top: 31vw;
  }
  .tablet-l\:t-31\% {
    top: -31%;
  }
  .tablet-l\:t\+31\% {
    top: 31%;
  }
  .tablet-l\:b-31vw {
    bottom: -31vw;
  }
  .tablet-l\:b\+31vw {
    bottom: 31vw;
  }
  .tablet-l\:b-31\% {
    bottom: -31%;
  }
  .tablet-l\:b\+31\% {
    bottom: 31%;
  }
  .tablet-l\:l-31vw {
    left: -31vw;
  }
  .tablet-l\:l\+31vw {
    left: 31vw;
  }
  .tablet-l\:l-31\% {
    left: -31%;
  }
  .tablet-l\:l\+31\% {
    left: 31%;
  }
  .tablet-l\:r-31vw {
    right: -31vw;
  }
  .tablet-l\:r\+31vw {
    right: 31vw;
  }
  .tablet-l\:r-31\% {
    right: -31%;
  }
  .tablet-l\:r\+31\% {
    right: 31%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-32vw {
    top: -32vw;
  }
  .tablet-l\:t\+32vw {
    top: 32vw;
  }
  .tablet-l\:t-32\% {
    top: -32%;
  }
  .tablet-l\:t\+32\% {
    top: 32%;
  }
  .tablet-l\:b-32vw {
    bottom: -32vw;
  }
  .tablet-l\:b\+32vw {
    bottom: 32vw;
  }
  .tablet-l\:b-32\% {
    bottom: -32%;
  }
  .tablet-l\:b\+32\% {
    bottom: 32%;
  }
  .tablet-l\:l-32vw {
    left: -32vw;
  }
  .tablet-l\:l\+32vw {
    left: 32vw;
  }
  .tablet-l\:l-32\% {
    left: -32%;
  }
  .tablet-l\:l\+32\% {
    left: 32%;
  }
  .tablet-l\:r-32vw {
    right: -32vw;
  }
  .tablet-l\:r\+32vw {
    right: 32vw;
  }
  .tablet-l\:r-32\% {
    right: -32%;
  }
  .tablet-l\:r\+32\% {
    right: 32%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-33vw {
    top: -33vw;
  }
  .tablet-l\:t\+33vw {
    top: 33vw;
  }
  .tablet-l\:t-33\% {
    top: -33%;
  }
  .tablet-l\:t\+33\% {
    top: 33%;
  }
  .tablet-l\:b-33vw {
    bottom: -33vw;
  }
  .tablet-l\:b\+33vw {
    bottom: 33vw;
  }
  .tablet-l\:b-33\% {
    bottom: -33%;
  }
  .tablet-l\:b\+33\% {
    bottom: 33%;
  }
  .tablet-l\:l-33vw {
    left: -33vw;
  }
  .tablet-l\:l\+33vw {
    left: 33vw;
  }
  .tablet-l\:l-33\% {
    left: -33%;
  }
  .tablet-l\:l\+33\% {
    left: 33%;
  }
  .tablet-l\:r-33vw {
    right: -33vw;
  }
  .tablet-l\:r\+33vw {
    right: 33vw;
  }
  .tablet-l\:r-33\% {
    right: -33%;
  }
  .tablet-l\:r\+33\% {
    right: 33%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-34vw {
    top: -34vw;
  }
  .tablet-l\:t\+34vw {
    top: 34vw;
  }
  .tablet-l\:t-34\% {
    top: -34%;
  }
  .tablet-l\:t\+34\% {
    top: 34%;
  }
  .tablet-l\:b-34vw {
    bottom: -34vw;
  }
  .tablet-l\:b\+34vw {
    bottom: 34vw;
  }
  .tablet-l\:b-34\% {
    bottom: -34%;
  }
  .tablet-l\:b\+34\% {
    bottom: 34%;
  }
  .tablet-l\:l-34vw {
    left: -34vw;
  }
  .tablet-l\:l\+34vw {
    left: 34vw;
  }
  .tablet-l\:l-34\% {
    left: -34%;
  }
  .tablet-l\:l\+34\% {
    left: 34%;
  }
  .tablet-l\:r-34vw {
    right: -34vw;
  }
  .tablet-l\:r\+34vw {
    right: 34vw;
  }
  .tablet-l\:r-34\% {
    right: -34%;
  }
  .tablet-l\:r\+34\% {
    right: 34%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-35vw {
    top: -35vw;
  }
  .tablet-l\:t\+35vw {
    top: 35vw;
  }
  .tablet-l\:t-35\% {
    top: -35%;
  }
  .tablet-l\:t\+35\% {
    top: 35%;
  }
  .tablet-l\:b-35vw {
    bottom: -35vw;
  }
  .tablet-l\:b\+35vw {
    bottom: 35vw;
  }
  .tablet-l\:b-35\% {
    bottom: -35%;
  }
  .tablet-l\:b\+35\% {
    bottom: 35%;
  }
  .tablet-l\:l-35vw {
    left: -35vw;
  }
  .tablet-l\:l\+35vw {
    left: 35vw;
  }
  .tablet-l\:l-35\% {
    left: -35%;
  }
  .tablet-l\:l\+35\% {
    left: 35%;
  }
  .tablet-l\:r-35vw {
    right: -35vw;
  }
  .tablet-l\:r\+35vw {
    right: 35vw;
  }
  .tablet-l\:r-35\% {
    right: -35%;
  }
  .tablet-l\:r\+35\% {
    right: 35%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-36vw {
    top: -36vw;
  }
  .tablet-l\:t\+36vw {
    top: 36vw;
  }
  .tablet-l\:t-36\% {
    top: -36%;
  }
  .tablet-l\:t\+36\% {
    top: 36%;
  }
  .tablet-l\:b-36vw {
    bottom: -36vw;
  }
  .tablet-l\:b\+36vw {
    bottom: 36vw;
  }
  .tablet-l\:b-36\% {
    bottom: -36%;
  }
  .tablet-l\:b\+36\% {
    bottom: 36%;
  }
  .tablet-l\:l-36vw {
    left: -36vw;
  }
  .tablet-l\:l\+36vw {
    left: 36vw;
  }
  .tablet-l\:l-36\% {
    left: -36%;
  }
  .tablet-l\:l\+36\% {
    left: 36%;
  }
  .tablet-l\:r-36vw {
    right: -36vw;
  }
  .tablet-l\:r\+36vw {
    right: 36vw;
  }
  .tablet-l\:r-36\% {
    right: -36%;
  }
  .tablet-l\:r\+36\% {
    right: 36%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-37vw {
    top: -37vw;
  }
  .tablet-l\:t\+37vw {
    top: 37vw;
  }
  .tablet-l\:t-37\% {
    top: -37%;
  }
  .tablet-l\:t\+37\% {
    top: 37%;
  }
  .tablet-l\:b-37vw {
    bottom: -37vw;
  }
  .tablet-l\:b\+37vw {
    bottom: 37vw;
  }
  .tablet-l\:b-37\% {
    bottom: -37%;
  }
  .tablet-l\:b\+37\% {
    bottom: 37%;
  }
  .tablet-l\:l-37vw {
    left: -37vw;
  }
  .tablet-l\:l\+37vw {
    left: 37vw;
  }
  .tablet-l\:l-37\% {
    left: -37%;
  }
  .tablet-l\:l\+37\% {
    left: 37%;
  }
  .tablet-l\:r-37vw {
    right: -37vw;
  }
  .tablet-l\:r\+37vw {
    right: 37vw;
  }
  .tablet-l\:r-37\% {
    right: -37%;
  }
  .tablet-l\:r\+37\% {
    right: 37%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-38vw {
    top: -38vw;
  }
  .tablet-l\:t\+38vw {
    top: 38vw;
  }
  .tablet-l\:t-38\% {
    top: -38%;
  }
  .tablet-l\:t\+38\% {
    top: 38%;
  }
  .tablet-l\:b-38vw {
    bottom: -38vw;
  }
  .tablet-l\:b\+38vw {
    bottom: 38vw;
  }
  .tablet-l\:b-38\% {
    bottom: -38%;
  }
  .tablet-l\:b\+38\% {
    bottom: 38%;
  }
  .tablet-l\:l-38vw {
    left: -38vw;
  }
  .tablet-l\:l\+38vw {
    left: 38vw;
  }
  .tablet-l\:l-38\% {
    left: -38%;
  }
  .tablet-l\:l\+38\% {
    left: 38%;
  }
  .tablet-l\:r-38vw {
    right: -38vw;
  }
  .tablet-l\:r\+38vw {
    right: 38vw;
  }
  .tablet-l\:r-38\% {
    right: -38%;
  }
  .tablet-l\:r\+38\% {
    right: 38%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-39vw {
    top: -39vw;
  }
  .tablet-l\:t\+39vw {
    top: 39vw;
  }
  .tablet-l\:t-39\% {
    top: -39%;
  }
  .tablet-l\:t\+39\% {
    top: 39%;
  }
  .tablet-l\:b-39vw {
    bottom: -39vw;
  }
  .tablet-l\:b\+39vw {
    bottom: 39vw;
  }
  .tablet-l\:b-39\% {
    bottom: -39%;
  }
  .tablet-l\:b\+39\% {
    bottom: 39%;
  }
  .tablet-l\:l-39vw {
    left: -39vw;
  }
  .tablet-l\:l\+39vw {
    left: 39vw;
  }
  .tablet-l\:l-39\% {
    left: -39%;
  }
  .tablet-l\:l\+39\% {
    left: 39%;
  }
  .tablet-l\:r-39vw {
    right: -39vw;
  }
  .tablet-l\:r\+39vw {
    right: 39vw;
  }
  .tablet-l\:r-39\% {
    right: -39%;
  }
  .tablet-l\:r\+39\% {
    right: 39%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-40vw {
    top: -40vw;
  }
  .tablet-l\:t\+40vw {
    top: 40vw;
  }
  .tablet-l\:t-40\% {
    top: -40%;
  }
  .tablet-l\:t\+40\% {
    top: 40%;
  }
  .tablet-l\:b-40vw {
    bottom: -40vw;
  }
  .tablet-l\:b\+40vw {
    bottom: 40vw;
  }
  .tablet-l\:b-40\% {
    bottom: -40%;
  }
  .tablet-l\:b\+40\% {
    bottom: 40%;
  }
  .tablet-l\:l-40vw {
    left: -40vw;
  }
  .tablet-l\:l\+40vw {
    left: 40vw;
  }
  .tablet-l\:l-40\% {
    left: -40%;
  }
  .tablet-l\:l\+40\% {
    left: 40%;
  }
  .tablet-l\:r-40vw {
    right: -40vw;
  }
  .tablet-l\:r\+40vw {
    right: 40vw;
  }
  .tablet-l\:r-40\% {
    right: -40%;
  }
  .tablet-l\:r\+40\% {
    right: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-41vw {
    top: -41vw;
  }
  .tablet-l\:t\+41vw {
    top: 41vw;
  }
  .tablet-l\:t-41\% {
    top: -41%;
  }
  .tablet-l\:t\+41\% {
    top: 41%;
  }
  .tablet-l\:b-41vw {
    bottom: -41vw;
  }
  .tablet-l\:b\+41vw {
    bottom: 41vw;
  }
  .tablet-l\:b-41\% {
    bottom: -41%;
  }
  .tablet-l\:b\+41\% {
    bottom: 41%;
  }
  .tablet-l\:l-41vw {
    left: -41vw;
  }
  .tablet-l\:l\+41vw {
    left: 41vw;
  }
  .tablet-l\:l-41\% {
    left: -41%;
  }
  .tablet-l\:l\+41\% {
    left: 41%;
  }
  .tablet-l\:r-41vw {
    right: -41vw;
  }
  .tablet-l\:r\+41vw {
    right: 41vw;
  }
  .tablet-l\:r-41\% {
    right: -41%;
  }
  .tablet-l\:r\+41\% {
    right: 41%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-42vw {
    top: -42vw;
  }
  .tablet-l\:t\+42vw {
    top: 42vw;
  }
  .tablet-l\:t-42\% {
    top: -42%;
  }
  .tablet-l\:t\+42\% {
    top: 42%;
  }
  .tablet-l\:b-42vw {
    bottom: -42vw;
  }
  .tablet-l\:b\+42vw {
    bottom: 42vw;
  }
  .tablet-l\:b-42\% {
    bottom: -42%;
  }
  .tablet-l\:b\+42\% {
    bottom: 42%;
  }
  .tablet-l\:l-42vw {
    left: -42vw;
  }
  .tablet-l\:l\+42vw {
    left: 42vw;
  }
  .tablet-l\:l-42\% {
    left: -42%;
  }
  .tablet-l\:l\+42\% {
    left: 42%;
  }
  .tablet-l\:r-42vw {
    right: -42vw;
  }
  .tablet-l\:r\+42vw {
    right: 42vw;
  }
  .tablet-l\:r-42\% {
    right: -42%;
  }
  .tablet-l\:r\+42\% {
    right: 42%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-43vw {
    top: -43vw;
  }
  .tablet-l\:t\+43vw {
    top: 43vw;
  }
  .tablet-l\:t-43\% {
    top: -43%;
  }
  .tablet-l\:t\+43\% {
    top: 43%;
  }
  .tablet-l\:b-43vw {
    bottom: -43vw;
  }
  .tablet-l\:b\+43vw {
    bottom: 43vw;
  }
  .tablet-l\:b-43\% {
    bottom: -43%;
  }
  .tablet-l\:b\+43\% {
    bottom: 43%;
  }
  .tablet-l\:l-43vw {
    left: -43vw;
  }
  .tablet-l\:l\+43vw {
    left: 43vw;
  }
  .tablet-l\:l-43\% {
    left: -43%;
  }
  .tablet-l\:l\+43\% {
    left: 43%;
  }
  .tablet-l\:r-43vw {
    right: -43vw;
  }
  .tablet-l\:r\+43vw {
    right: 43vw;
  }
  .tablet-l\:r-43\% {
    right: -43%;
  }
  .tablet-l\:r\+43\% {
    right: 43%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-44vw {
    top: -44vw;
  }
  .tablet-l\:t\+44vw {
    top: 44vw;
  }
  .tablet-l\:t-44\% {
    top: -44%;
  }
  .tablet-l\:t\+44\% {
    top: 44%;
  }
  .tablet-l\:b-44vw {
    bottom: -44vw;
  }
  .tablet-l\:b\+44vw {
    bottom: 44vw;
  }
  .tablet-l\:b-44\% {
    bottom: -44%;
  }
  .tablet-l\:b\+44\% {
    bottom: 44%;
  }
  .tablet-l\:l-44vw {
    left: -44vw;
  }
  .tablet-l\:l\+44vw {
    left: 44vw;
  }
  .tablet-l\:l-44\% {
    left: -44%;
  }
  .tablet-l\:l\+44\% {
    left: 44%;
  }
  .tablet-l\:r-44vw {
    right: -44vw;
  }
  .tablet-l\:r\+44vw {
    right: 44vw;
  }
  .tablet-l\:r-44\% {
    right: -44%;
  }
  .tablet-l\:r\+44\% {
    right: 44%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-45vw {
    top: -45vw;
  }
  .tablet-l\:t\+45vw {
    top: 45vw;
  }
  .tablet-l\:t-45\% {
    top: -45%;
  }
  .tablet-l\:t\+45\% {
    top: 45%;
  }
  .tablet-l\:b-45vw {
    bottom: -45vw;
  }
  .tablet-l\:b\+45vw {
    bottom: 45vw;
  }
  .tablet-l\:b-45\% {
    bottom: -45%;
  }
  .tablet-l\:b\+45\% {
    bottom: 45%;
  }
  .tablet-l\:l-45vw {
    left: -45vw;
  }
  .tablet-l\:l\+45vw {
    left: 45vw;
  }
  .tablet-l\:l-45\% {
    left: -45%;
  }
  .tablet-l\:l\+45\% {
    left: 45%;
  }
  .tablet-l\:r-45vw {
    right: -45vw;
  }
  .tablet-l\:r\+45vw {
    right: 45vw;
  }
  .tablet-l\:r-45\% {
    right: -45%;
  }
  .tablet-l\:r\+45\% {
    right: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-46vw {
    top: -46vw;
  }
  .tablet-l\:t\+46vw {
    top: 46vw;
  }
  .tablet-l\:t-46\% {
    top: -46%;
  }
  .tablet-l\:t\+46\% {
    top: 46%;
  }
  .tablet-l\:b-46vw {
    bottom: -46vw;
  }
  .tablet-l\:b\+46vw {
    bottom: 46vw;
  }
  .tablet-l\:b-46\% {
    bottom: -46%;
  }
  .tablet-l\:b\+46\% {
    bottom: 46%;
  }
  .tablet-l\:l-46vw {
    left: -46vw;
  }
  .tablet-l\:l\+46vw {
    left: 46vw;
  }
  .tablet-l\:l-46\% {
    left: -46%;
  }
  .tablet-l\:l\+46\% {
    left: 46%;
  }
  .tablet-l\:r-46vw {
    right: -46vw;
  }
  .tablet-l\:r\+46vw {
    right: 46vw;
  }
  .tablet-l\:r-46\% {
    right: -46%;
  }
  .tablet-l\:r\+46\% {
    right: 46%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-47vw {
    top: -47vw;
  }
  .tablet-l\:t\+47vw {
    top: 47vw;
  }
  .tablet-l\:t-47\% {
    top: -47%;
  }
  .tablet-l\:t\+47\% {
    top: 47%;
  }
  .tablet-l\:b-47vw {
    bottom: -47vw;
  }
  .tablet-l\:b\+47vw {
    bottom: 47vw;
  }
  .tablet-l\:b-47\% {
    bottom: -47%;
  }
  .tablet-l\:b\+47\% {
    bottom: 47%;
  }
  .tablet-l\:l-47vw {
    left: -47vw;
  }
  .tablet-l\:l\+47vw {
    left: 47vw;
  }
  .tablet-l\:l-47\% {
    left: -47%;
  }
  .tablet-l\:l\+47\% {
    left: 47%;
  }
  .tablet-l\:r-47vw {
    right: -47vw;
  }
  .tablet-l\:r\+47vw {
    right: 47vw;
  }
  .tablet-l\:r-47\% {
    right: -47%;
  }
  .tablet-l\:r\+47\% {
    right: 47%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-48vw {
    top: -48vw;
  }
  .tablet-l\:t\+48vw {
    top: 48vw;
  }
  .tablet-l\:t-48\% {
    top: -48%;
  }
  .tablet-l\:t\+48\% {
    top: 48%;
  }
  .tablet-l\:b-48vw {
    bottom: -48vw;
  }
  .tablet-l\:b\+48vw {
    bottom: 48vw;
  }
  .tablet-l\:b-48\% {
    bottom: -48%;
  }
  .tablet-l\:b\+48\% {
    bottom: 48%;
  }
  .tablet-l\:l-48vw {
    left: -48vw;
  }
  .tablet-l\:l\+48vw {
    left: 48vw;
  }
  .tablet-l\:l-48\% {
    left: -48%;
  }
  .tablet-l\:l\+48\% {
    left: 48%;
  }
  .tablet-l\:r-48vw {
    right: -48vw;
  }
  .tablet-l\:r\+48vw {
    right: 48vw;
  }
  .tablet-l\:r-48\% {
    right: -48%;
  }
  .tablet-l\:r\+48\% {
    right: 48%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-49vw {
    top: -49vw;
  }
  .tablet-l\:t\+49vw {
    top: 49vw;
  }
  .tablet-l\:t-49\% {
    top: -49%;
  }
  .tablet-l\:t\+49\% {
    top: 49%;
  }
  .tablet-l\:b-49vw {
    bottom: -49vw;
  }
  .tablet-l\:b\+49vw {
    bottom: 49vw;
  }
  .tablet-l\:b-49\% {
    bottom: -49%;
  }
  .tablet-l\:b\+49\% {
    bottom: 49%;
  }
  .tablet-l\:l-49vw {
    left: -49vw;
  }
  .tablet-l\:l\+49vw {
    left: 49vw;
  }
  .tablet-l\:l-49\% {
    left: -49%;
  }
  .tablet-l\:l\+49\% {
    left: 49%;
  }
  .tablet-l\:r-49vw {
    right: -49vw;
  }
  .tablet-l\:r\+49vw {
    right: 49vw;
  }
  .tablet-l\:r-49\% {
    right: -49%;
  }
  .tablet-l\:r\+49\% {
    right: 49%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-50vw {
    top: -50vw;
  }
  .tablet-l\:t\+50vw {
    top: 50vw;
  }
  .tablet-l\:t-50\% {
    top: -50%;
  }
  .tablet-l\:t\+50\% {
    top: 50%;
  }
  .tablet-l\:b-50vw {
    bottom: -50vw;
  }
  .tablet-l\:b\+50vw {
    bottom: 50vw;
  }
  .tablet-l\:b-50\% {
    bottom: -50%;
  }
  .tablet-l\:b\+50\% {
    bottom: 50%;
  }
  .tablet-l\:l-50vw {
    left: -50vw;
  }
  .tablet-l\:l\+50vw {
    left: 50vw;
  }
  .tablet-l\:l-50\% {
    left: -50%;
  }
  .tablet-l\:l\+50\% {
    left: 50%;
  }
  .tablet-l\:r-50vw {
    right: -50vw;
  }
  .tablet-l\:r\+50vw {
    right: 50vw;
  }
  .tablet-l\:r-50\% {
    right: -50%;
  }
  .tablet-l\:r\+50\% {
    right: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-51vw {
    top: -51vw;
  }
  .tablet-l\:t\+51vw {
    top: 51vw;
  }
  .tablet-l\:t-51\% {
    top: -51%;
  }
  .tablet-l\:t\+51\% {
    top: 51%;
  }
  .tablet-l\:b-51vw {
    bottom: -51vw;
  }
  .tablet-l\:b\+51vw {
    bottom: 51vw;
  }
  .tablet-l\:b-51\% {
    bottom: -51%;
  }
  .tablet-l\:b\+51\% {
    bottom: 51%;
  }
  .tablet-l\:l-51vw {
    left: -51vw;
  }
  .tablet-l\:l\+51vw {
    left: 51vw;
  }
  .tablet-l\:l-51\% {
    left: -51%;
  }
  .tablet-l\:l\+51\% {
    left: 51%;
  }
  .tablet-l\:r-51vw {
    right: -51vw;
  }
  .tablet-l\:r\+51vw {
    right: 51vw;
  }
  .tablet-l\:r-51\% {
    right: -51%;
  }
  .tablet-l\:r\+51\% {
    right: 51%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-52vw {
    top: -52vw;
  }
  .tablet-l\:t\+52vw {
    top: 52vw;
  }
  .tablet-l\:t-52\% {
    top: -52%;
  }
  .tablet-l\:t\+52\% {
    top: 52%;
  }
  .tablet-l\:b-52vw {
    bottom: -52vw;
  }
  .tablet-l\:b\+52vw {
    bottom: 52vw;
  }
  .tablet-l\:b-52\% {
    bottom: -52%;
  }
  .tablet-l\:b\+52\% {
    bottom: 52%;
  }
  .tablet-l\:l-52vw {
    left: -52vw;
  }
  .tablet-l\:l\+52vw {
    left: 52vw;
  }
  .tablet-l\:l-52\% {
    left: -52%;
  }
  .tablet-l\:l\+52\% {
    left: 52%;
  }
  .tablet-l\:r-52vw {
    right: -52vw;
  }
  .tablet-l\:r\+52vw {
    right: 52vw;
  }
  .tablet-l\:r-52\% {
    right: -52%;
  }
  .tablet-l\:r\+52\% {
    right: 52%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-53vw {
    top: -53vw;
  }
  .tablet-l\:t\+53vw {
    top: 53vw;
  }
  .tablet-l\:t-53\% {
    top: -53%;
  }
  .tablet-l\:t\+53\% {
    top: 53%;
  }
  .tablet-l\:b-53vw {
    bottom: -53vw;
  }
  .tablet-l\:b\+53vw {
    bottom: 53vw;
  }
  .tablet-l\:b-53\% {
    bottom: -53%;
  }
  .tablet-l\:b\+53\% {
    bottom: 53%;
  }
  .tablet-l\:l-53vw {
    left: -53vw;
  }
  .tablet-l\:l\+53vw {
    left: 53vw;
  }
  .tablet-l\:l-53\% {
    left: -53%;
  }
  .tablet-l\:l\+53\% {
    left: 53%;
  }
  .tablet-l\:r-53vw {
    right: -53vw;
  }
  .tablet-l\:r\+53vw {
    right: 53vw;
  }
  .tablet-l\:r-53\% {
    right: -53%;
  }
  .tablet-l\:r\+53\% {
    right: 53%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-54vw {
    top: -54vw;
  }
  .tablet-l\:t\+54vw {
    top: 54vw;
  }
  .tablet-l\:t-54\% {
    top: -54%;
  }
  .tablet-l\:t\+54\% {
    top: 54%;
  }
  .tablet-l\:b-54vw {
    bottom: -54vw;
  }
  .tablet-l\:b\+54vw {
    bottom: 54vw;
  }
  .tablet-l\:b-54\% {
    bottom: -54%;
  }
  .tablet-l\:b\+54\% {
    bottom: 54%;
  }
  .tablet-l\:l-54vw {
    left: -54vw;
  }
  .tablet-l\:l\+54vw {
    left: 54vw;
  }
  .tablet-l\:l-54\% {
    left: -54%;
  }
  .tablet-l\:l\+54\% {
    left: 54%;
  }
  .tablet-l\:r-54vw {
    right: -54vw;
  }
  .tablet-l\:r\+54vw {
    right: 54vw;
  }
  .tablet-l\:r-54\% {
    right: -54%;
  }
  .tablet-l\:r\+54\% {
    right: 54%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-55vw {
    top: -55vw;
  }
  .tablet-l\:t\+55vw {
    top: 55vw;
  }
  .tablet-l\:t-55\% {
    top: -55%;
  }
  .tablet-l\:t\+55\% {
    top: 55%;
  }
  .tablet-l\:b-55vw {
    bottom: -55vw;
  }
  .tablet-l\:b\+55vw {
    bottom: 55vw;
  }
  .tablet-l\:b-55\% {
    bottom: -55%;
  }
  .tablet-l\:b\+55\% {
    bottom: 55%;
  }
  .tablet-l\:l-55vw {
    left: -55vw;
  }
  .tablet-l\:l\+55vw {
    left: 55vw;
  }
  .tablet-l\:l-55\% {
    left: -55%;
  }
  .tablet-l\:l\+55\% {
    left: 55%;
  }
  .tablet-l\:r-55vw {
    right: -55vw;
  }
  .tablet-l\:r\+55vw {
    right: 55vw;
  }
  .tablet-l\:r-55\% {
    right: -55%;
  }
  .tablet-l\:r\+55\% {
    right: 55%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-56vw {
    top: -56vw;
  }
  .tablet-l\:t\+56vw {
    top: 56vw;
  }
  .tablet-l\:t-56\% {
    top: -56%;
  }
  .tablet-l\:t\+56\% {
    top: 56%;
  }
  .tablet-l\:b-56vw {
    bottom: -56vw;
  }
  .tablet-l\:b\+56vw {
    bottom: 56vw;
  }
  .tablet-l\:b-56\% {
    bottom: -56%;
  }
  .tablet-l\:b\+56\% {
    bottom: 56%;
  }
  .tablet-l\:l-56vw {
    left: -56vw;
  }
  .tablet-l\:l\+56vw {
    left: 56vw;
  }
  .tablet-l\:l-56\% {
    left: -56%;
  }
  .tablet-l\:l\+56\% {
    left: 56%;
  }
  .tablet-l\:r-56vw {
    right: -56vw;
  }
  .tablet-l\:r\+56vw {
    right: 56vw;
  }
  .tablet-l\:r-56\% {
    right: -56%;
  }
  .tablet-l\:r\+56\% {
    right: 56%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-57vw {
    top: -57vw;
  }
  .tablet-l\:t\+57vw {
    top: 57vw;
  }
  .tablet-l\:t-57\% {
    top: -57%;
  }
  .tablet-l\:t\+57\% {
    top: 57%;
  }
  .tablet-l\:b-57vw {
    bottom: -57vw;
  }
  .tablet-l\:b\+57vw {
    bottom: 57vw;
  }
  .tablet-l\:b-57\% {
    bottom: -57%;
  }
  .tablet-l\:b\+57\% {
    bottom: 57%;
  }
  .tablet-l\:l-57vw {
    left: -57vw;
  }
  .tablet-l\:l\+57vw {
    left: 57vw;
  }
  .tablet-l\:l-57\% {
    left: -57%;
  }
  .tablet-l\:l\+57\% {
    left: 57%;
  }
  .tablet-l\:r-57vw {
    right: -57vw;
  }
  .tablet-l\:r\+57vw {
    right: 57vw;
  }
  .tablet-l\:r-57\% {
    right: -57%;
  }
  .tablet-l\:r\+57\% {
    right: 57%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-58vw {
    top: -58vw;
  }
  .tablet-l\:t\+58vw {
    top: 58vw;
  }
  .tablet-l\:t-58\% {
    top: -58%;
  }
  .tablet-l\:t\+58\% {
    top: 58%;
  }
  .tablet-l\:b-58vw {
    bottom: -58vw;
  }
  .tablet-l\:b\+58vw {
    bottom: 58vw;
  }
  .tablet-l\:b-58\% {
    bottom: -58%;
  }
  .tablet-l\:b\+58\% {
    bottom: 58%;
  }
  .tablet-l\:l-58vw {
    left: -58vw;
  }
  .tablet-l\:l\+58vw {
    left: 58vw;
  }
  .tablet-l\:l-58\% {
    left: -58%;
  }
  .tablet-l\:l\+58\% {
    left: 58%;
  }
  .tablet-l\:r-58vw {
    right: -58vw;
  }
  .tablet-l\:r\+58vw {
    right: 58vw;
  }
  .tablet-l\:r-58\% {
    right: -58%;
  }
  .tablet-l\:r\+58\% {
    right: 58%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-59vw {
    top: -59vw;
  }
  .tablet-l\:t\+59vw {
    top: 59vw;
  }
  .tablet-l\:t-59\% {
    top: -59%;
  }
  .tablet-l\:t\+59\% {
    top: 59%;
  }
  .tablet-l\:b-59vw {
    bottom: -59vw;
  }
  .tablet-l\:b\+59vw {
    bottom: 59vw;
  }
  .tablet-l\:b-59\% {
    bottom: -59%;
  }
  .tablet-l\:b\+59\% {
    bottom: 59%;
  }
  .tablet-l\:l-59vw {
    left: -59vw;
  }
  .tablet-l\:l\+59vw {
    left: 59vw;
  }
  .tablet-l\:l-59\% {
    left: -59%;
  }
  .tablet-l\:l\+59\% {
    left: 59%;
  }
  .tablet-l\:r-59vw {
    right: -59vw;
  }
  .tablet-l\:r\+59vw {
    right: 59vw;
  }
  .tablet-l\:r-59\% {
    right: -59%;
  }
  .tablet-l\:r\+59\% {
    right: 59%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-60vw {
    top: -60vw;
  }
  .tablet-l\:t\+60vw {
    top: 60vw;
  }
  .tablet-l\:t-60\% {
    top: -60%;
  }
  .tablet-l\:t\+60\% {
    top: 60%;
  }
  .tablet-l\:b-60vw {
    bottom: -60vw;
  }
  .tablet-l\:b\+60vw {
    bottom: 60vw;
  }
  .tablet-l\:b-60\% {
    bottom: -60%;
  }
  .tablet-l\:b\+60\% {
    bottom: 60%;
  }
  .tablet-l\:l-60vw {
    left: -60vw;
  }
  .tablet-l\:l\+60vw {
    left: 60vw;
  }
  .tablet-l\:l-60\% {
    left: -60%;
  }
  .tablet-l\:l\+60\% {
    left: 60%;
  }
  .tablet-l\:r-60vw {
    right: -60vw;
  }
  .tablet-l\:r\+60vw {
    right: 60vw;
  }
  .tablet-l\:r-60\% {
    right: -60%;
  }
  .tablet-l\:r\+60\% {
    right: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-61vw {
    top: -61vw;
  }
  .tablet-l\:t\+61vw {
    top: 61vw;
  }
  .tablet-l\:t-61\% {
    top: -61%;
  }
  .tablet-l\:t\+61\% {
    top: 61%;
  }
  .tablet-l\:b-61vw {
    bottom: -61vw;
  }
  .tablet-l\:b\+61vw {
    bottom: 61vw;
  }
  .tablet-l\:b-61\% {
    bottom: -61%;
  }
  .tablet-l\:b\+61\% {
    bottom: 61%;
  }
  .tablet-l\:l-61vw {
    left: -61vw;
  }
  .tablet-l\:l\+61vw {
    left: 61vw;
  }
  .tablet-l\:l-61\% {
    left: -61%;
  }
  .tablet-l\:l\+61\% {
    left: 61%;
  }
  .tablet-l\:r-61vw {
    right: -61vw;
  }
  .tablet-l\:r\+61vw {
    right: 61vw;
  }
  .tablet-l\:r-61\% {
    right: -61%;
  }
  .tablet-l\:r\+61\% {
    right: 61%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-62vw {
    top: -62vw;
  }
  .tablet-l\:t\+62vw {
    top: 62vw;
  }
  .tablet-l\:t-62\% {
    top: -62%;
  }
  .tablet-l\:t\+62\% {
    top: 62%;
  }
  .tablet-l\:b-62vw {
    bottom: -62vw;
  }
  .tablet-l\:b\+62vw {
    bottom: 62vw;
  }
  .tablet-l\:b-62\% {
    bottom: -62%;
  }
  .tablet-l\:b\+62\% {
    bottom: 62%;
  }
  .tablet-l\:l-62vw {
    left: -62vw;
  }
  .tablet-l\:l\+62vw {
    left: 62vw;
  }
  .tablet-l\:l-62\% {
    left: -62%;
  }
  .tablet-l\:l\+62\% {
    left: 62%;
  }
  .tablet-l\:r-62vw {
    right: -62vw;
  }
  .tablet-l\:r\+62vw {
    right: 62vw;
  }
  .tablet-l\:r-62\% {
    right: -62%;
  }
  .tablet-l\:r\+62\% {
    right: 62%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-63vw {
    top: -63vw;
  }
  .tablet-l\:t\+63vw {
    top: 63vw;
  }
  .tablet-l\:t-63\% {
    top: -63%;
  }
  .tablet-l\:t\+63\% {
    top: 63%;
  }
  .tablet-l\:b-63vw {
    bottom: -63vw;
  }
  .tablet-l\:b\+63vw {
    bottom: 63vw;
  }
  .tablet-l\:b-63\% {
    bottom: -63%;
  }
  .tablet-l\:b\+63\% {
    bottom: 63%;
  }
  .tablet-l\:l-63vw {
    left: -63vw;
  }
  .tablet-l\:l\+63vw {
    left: 63vw;
  }
  .tablet-l\:l-63\% {
    left: -63%;
  }
  .tablet-l\:l\+63\% {
    left: 63%;
  }
  .tablet-l\:r-63vw {
    right: -63vw;
  }
  .tablet-l\:r\+63vw {
    right: 63vw;
  }
  .tablet-l\:r-63\% {
    right: -63%;
  }
  .tablet-l\:r\+63\% {
    right: 63%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-64vw {
    top: -64vw;
  }
  .tablet-l\:t\+64vw {
    top: 64vw;
  }
  .tablet-l\:t-64\% {
    top: -64%;
  }
  .tablet-l\:t\+64\% {
    top: 64%;
  }
  .tablet-l\:b-64vw {
    bottom: -64vw;
  }
  .tablet-l\:b\+64vw {
    bottom: 64vw;
  }
  .tablet-l\:b-64\% {
    bottom: -64%;
  }
  .tablet-l\:b\+64\% {
    bottom: 64%;
  }
  .tablet-l\:l-64vw {
    left: -64vw;
  }
  .tablet-l\:l\+64vw {
    left: 64vw;
  }
  .tablet-l\:l-64\% {
    left: -64%;
  }
  .tablet-l\:l\+64\% {
    left: 64%;
  }
  .tablet-l\:r-64vw {
    right: -64vw;
  }
  .tablet-l\:r\+64vw {
    right: 64vw;
  }
  .tablet-l\:r-64\% {
    right: -64%;
  }
  .tablet-l\:r\+64\% {
    right: 64%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-65vw {
    top: -65vw;
  }
  .tablet-l\:t\+65vw {
    top: 65vw;
  }
  .tablet-l\:t-65\% {
    top: -65%;
  }
  .tablet-l\:t\+65\% {
    top: 65%;
  }
  .tablet-l\:b-65vw {
    bottom: -65vw;
  }
  .tablet-l\:b\+65vw {
    bottom: 65vw;
  }
  .tablet-l\:b-65\% {
    bottom: -65%;
  }
  .tablet-l\:b\+65\% {
    bottom: 65%;
  }
  .tablet-l\:l-65vw {
    left: -65vw;
  }
  .tablet-l\:l\+65vw {
    left: 65vw;
  }
  .tablet-l\:l-65\% {
    left: -65%;
  }
  .tablet-l\:l\+65\% {
    left: 65%;
  }
  .tablet-l\:r-65vw {
    right: -65vw;
  }
  .tablet-l\:r\+65vw {
    right: 65vw;
  }
  .tablet-l\:r-65\% {
    right: -65%;
  }
  .tablet-l\:r\+65\% {
    right: 65%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-66vw {
    top: -66vw;
  }
  .tablet-l\:t\+66vw {
    top: 66vw;
  }
  .tablet-l\:t-66\% {
    top: -66%;
  }
  .tablet-l\:t\+66\% {
    top: 66%;
  }
  .tablet-l\:b-66vw {
    bottom: -66vw;
  }
  .tablet-l\:b\+66vw {
    bottom: 66vw;
  }
  .tablet-l\:b-66\% {
    bottom: -66%;
  }
  .tablet-l\:b\+66\% {
    bottom: 66%;
  }
  .tablet-l\:l-66vw {
    left: -66vw;
  }
  .tablet-l\:l\+66vw {
    left: 66vw;
  }
  .tablet-l\:l-66\% {
    left: -66%;
  }
  .tablet-l\:l\+66\% {
    left: 66%;
  }
  .tablet-l\:r-66vw {
    right: -66vw;
  }
  .tablet-l\:r\+66vw {
    right: 66vw;
  }
  .tablet-l\:r-66\% {
    right: -66%;
  }
  .tablet-l\:r\+66\% {
    right: 66%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-67vw {
    top: -67vw;
  }
  .tablet-l\:t\+67vw {
    top: 67vw;
  }
  .tablet-l\:t-67\% {
    top: -67%;
  }
  .tablet-l\:t\+67\% {
    top: 67%;
  }
  .tablet-l\:b-67vw {
    bottom: -67vw;
  }
  .tablet-l\:b\+67vw {
    bottom: 67vw;
  }
  .tablet-l\:b-67\% {
    bottom: -67%;
  }
  .tablet-l\:b\+67\% {
    bottom: 67%;
  }
  .tablet-l\:l-67vw {
    left: -67vw;
  }
  .tablet-l\:l\+67vw {
    left: 67vw;
  }
  .tablet-l\:l-67\% {
    left: -67%;
  }
  .tablet-l\:l\+67\% {
    left: 67%;
  }
  .tablet-l\:r-67vw {
    right: -67vw;
  }
  .tablet-l\:r\+67vw {
    right: 67vw;
  }
  .tablet-l\:r-67\% {
    right: -67%;
  }
  .tablet-l\:r\+67\% {
    right: 67%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-68vw {
    top: -68vw;
  }
  .tablet-l\:t\+68vw {
    top: 68vw;
  }
  .tablet-l\:t-68\% {
    top: -68%;
  }
  .tablet-l\:t\+68\% {
    top: 68%;
  }
  .tablet-l\:b-68vw {
    bottom: -68vw;
  }
  .tablet-l\:b\+68vw {
    bottom: 68vw;
  }
  .tablet-l\:b-68\% {
    bottom: -68%;
  }
  .tablet-l\:b\+68\% {
    bottom: 68%;
  }
  .tablet-l\:l-68vw {
    left: -68vw;
  }
  .tablet-l\:l\+68vw {
    left: 68vw;
  }
  .tablet-l\:l-68\% {
    left: -68%;
  }
  .tablet-l\:l\+68\% {
    left: 68%;
  }
  .tablet-l\:r-68vw {
    right: -68vw;
  }
  .tablet-l\:r\+68vw {
    right: 68vw;
  }
  .tablet-l\:r-68\% {
    right: -68%;
  }
  .tablet-l\:r\+68\% {
    right: 68%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-69vw {
    top: -69vw;
  }
  .tablet-l\:t\+69vw {
    top: 69vw;
  }
  .tablet-l\:t-69\% {
    top: -69%;
  }
  .tablet-l\:t\+69\% {
    top: 69%;
  }
  .tablet-l\:b-69vw {
    bottom: -69vw;
  }
  .tablet-l\:b\+69vw {
    bottom: 69vw;
  }
  .tablet-l\:b-69\% {
    bottom: -69%;
  }
  .tablet-l\:b\+69\% {
    bottom: 69%;
  }
  .tablet-l\:l-69vw {
    left: -69vw;
  }
  .tablet-l\:l\+69vw {
    left: 69vw;
  }
  .tablet-l\:l-69\% {
    left: -69%;
  }
  .tablet-l\:l\+69\% {
    left: 69%;
  }
  .tablet-l\:r-69vw {
    right: -69vw;
  }
  .tablet-l\:r\+69vw {
    right: 69vw;
  }
  .tablet-l\:r-69\% {
    right: -69%;
  }
  .tablet-l\:r\+69\% {
    right: 69%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-70vw {
    top: -70vw;
  }
  .tablet-l\:t\+70vw {
    top: 70vw;
  }
  .tablet-l\:t-70\% {
    top: -70%;
  }
  .tablet-l\:t\+70\% {
    top: 70%;
  }
  .tablet-l\:b-70vw {
    bottom: -70vw;
  }
  .tablet-l\:b\+70vw {
    bottom: 70vw;
  }
  .tablet-l\:b-70\% {
    bottom: -70%;
  }
  .tablet-l\:b\+70\% {
    bottom: 70%;
  }
  .tablet-l\:l-70vw {
    left: -70vw;
  }
  .tablet-l\:l\+70vw {
    left: 70vw;
  }
  .tablet-l\:l-70\% {
    left: -70%;
  }
  .tablet-l\:l\+70\% {
    left: 70%;
  }
  .tablet-l\:r-70vw {
    right: -70vw;
  }
  .tablet-l\:r\+70vw {
    right: 70vw;
  }
  .tablet-l\:r-70\% {
    right: -70%;
  }
  .tablet-l\:r\+70\% {
    right: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-71vw {
    top: -71vw;
  }
  .tablet-l\:t\+71vw {
    top: 71vw;
  }
  .tablet-l\:t-71\% {
    top: -71%;
  }
  .tablet-l\:t\+71\% {
    top: 71%;
  }
  .tablet-l\:b-71vw {
    bottom: -71vw;
  }
  .tablet-l\:b\+71vw {
    bottom: 71vw;
  }
  .tablet-l\:b-71\% {
    bottom: -71%;
  }
  .tablet-l\:b\+71\% {
    bottom: 71%;
  }
  .tablet-l\:l-71vw {
    left: -71vw;
  }
  .tablet-l\:l\+71vw {
    left: 71vw;
  }
  .tablet-l\:l-71\% {
    left: -71%;
  }
  .tablet-l\:l\+71\% {
    left: 71%;
  }
  .tablet-l\:r-71vw {
    right: -71vw;
  }
  .tablet-l\:r\+71vw {
    right: 71vw;
  }
  .tablet-l\:r-71\% {
    right: -71%;
  }
  .tablet-l\:r\+71\% {
    right: 71%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-72vw {
    top: -72vw;
  }
  .tablet-l\:t\+72vw {
    top: 72vw;
  }
  .tablet-l\:t-72\% {
    top: -72%;
  }
  .tablet-l\:t\+72\% {
    top: 72%;
  }
  .tablet-l\:b-72vw {
    bottom: -72vw;
  }
  .tablet-l\:b\+72vw {
    bottom: 72vw;
  }
  .tablet-l\:b-72\% {
    bottom: -72%;
  }
  .tablet-l\:b\+72\% {
    bottom: 72%;
  }
  .tablet-l\:l-72vw {
    left: -72vw;
  }
  .tablet-l\:l\+72vw {
    left: 72vw;
  }
  .tablet-l\:l-72\% {
    left: -72%;
  }
  .tablet-l\:l\+72\% {
    left: 72%;
  }
  .tablet-l\:r-72vw {
    right: -72vw;
  }
  .tablet-l\:r\+72vw {
    right: 72vw;
  }
  .tablet-l\:r-72\% {
    right: -72%;
  }
  .tablet-l\:r\+72\% {
    right: 72%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-73vw {
    top: -73vw;
  }
  .tablet-l\:t\+73vw {
    top: 73vw;
  }
  .tablet-l\:t-73\% {
    top: -73%;
  }
  .tablet-l\:t\+73\% {
    top: 73%;
  }
  .tablet-l\:b-73vw {
    bottom: -73vw;
  }
  .tablet-l\:b\+73vw {
    bottom: 73vw;
  }
  .tablet-l\:b-73\% {
    bottom: -73%;
  }
  .tablet-l\:b\+73\% {
    bottom: 73%;
  }
  .tablet-l\:l-73vw {
    left: -73vw;
  }
  .tablet-l\:l\+73vw {
    left: 73vw;
  }
  .tablet-l\:l-73\% {
    left: -73%;
  }
  .tablet-l\:l\+73\% {
    left: 73%;
  }
  .tablet-l\:r-73vw {
    right: -73vw;
  }
  .tablet-l\:r\+73vw {
    right: 73vw;
  }
  .tablet-l\:r-73\% {
    right: -73%;
  }
  .tablet-l\:r\+73\% {
    right: 73%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-74vw {
    top: -74vw;
  }
  .tablet-l\:t\+74vw {
    top: 74vw;
  }
  .tablet-l\:t-74\% {
    top: -74%;
  }
  .tablet-l\:t\+74\% {
    top: 74%;
  }
  .tablet-l\:b-74vw {
    bottom: -74vw;
  }
  .tablet-l\:b\+74vw {
    bottom: 74vw;
  }
  .tablet-l\:b-74\% {
    bottom: -74%;
  }
  .tablet-l\:b\+74\% {
    bottom: 74%;
  }
  .tablet-l\:l-74vw {
    left: -74vw;
  }
  .tablet-l\:l\+74vw {
    left: 74vw;
  }
  .tablet-l\:l-74\% {
    left: -74%;
  }
  .tablet-l\:l\+74\% {
    left: 74%;
  }
  .tablet-l\:r-74vw {
    right: -74vw;
  }
  .tablet-l\:r\+74vw {
    right: 74vw;
  }
  .tablet-l\:r-74\% {
    right: -74%;
  }
  .tablet-l\:r\+74\% {
    right: 74%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-75vw {
    top: -75vw;
  }
  .tablet-l\:t\+75vw {
    top: 75vw;
  }
  .tablet-l\:t-75\% {
    top: -75%;
  }
  .tablet-l\:t\+75\% {
    top: 75%;
  }
  .tablet-l\:b-75vw {
    bottom: -75vw;
  }
  .tablet-l\:b\+75vw {
    bottom: 75vw;
  }
  .tablet-l\:b-75\% {
    bottom: -75%;
  }
  .tablet-l\:b\+75\% {
    bottom: 75%;
  }
  .tablet-l\:l-75vw {
    left: -75vw;
  }
  .tablet-l\:l\+75vw {
    left: 75vw;
  }
  .tablet-l\:l-75\% {
    left: -75%;
  }
  .tablet-l\:l\+75\% {
    left: 75%;
  }
  .tablet-l\:r-75vw {
    right: -75vw;
  }
  .tablet-l\:r\+75vw {
    right: 75vw;
  }
  .tablet-l\:r-75\% {
    right: -75%;
  }
  .tablet-l\:r\+75\% {
    right: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-76vw {
    top: -76vw;
  }
  .tablet-l\:t\+76vw {
    top: 76vw;
  }
  .tablet-l\:t-76\% {
    top: -76%;
  }
  .tablet-l\:t\+76\% {
    top: 76%;
  }
  .tablet-l\:b-76vw {
    bottom: -76vw;
  }
  .tablet-l\:b\+76vw {
    bottom: 76vw;
  }
  .tablet-l\:b-76\% {
    bottom: -76%;
  }
  .tablet-l\:b\+76\% {
    bottom: 76%;
  }
  .tablet-l\:l-76vw {
    left: -76vw;
  }
  .tablet-l\:l\+76vw {
    left: 76vw;
  }
  .tablet-l\:l-76\% {
    left: -76%;
  }
  .tablet-l\:l\+76\% {
    left: 76%;
  }
  .tablet-l\:r-76vw {
    right: -76vw;
  }
  .tablet-l\:r\+76vw {
    right: 76vw;
  }
  .tablet-l\:r-76\% {
    right: -76%;
  }
  .tablet-l\:r\+76\% {
    right: 76%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-77vw {
    top: -77vw;
  }
  .tablet-l\:t\+77vw {
    top: 77vw;
  }
  .tablet-l\:t-77\% {
    top: -77%;
  }
  .tablet-l\:t\+77\% {
    top: 77%;
  }
  .tablet-l\:b-77vw {
    bottom: -77vw;
  }
  .tablet-l\:b\+77vw {
    bottom: 77vw;
  }
  .tablet-l\:b-77\% {
    bottom: -77%;
  }
  .tablet-l\:b\+77\% {
    bottom: 77%;
  }
  .tablet-l\:l-77vw {
    left: -77vw;
  }
  .tablet-l\:l\+77vw {
    left: 77vw;
  }
  .tablet-l\:l-77\% {
    left: -77%;
  }
  .tablet-l\:l\+77\% {
    left: 77%;
  }
  .tablet-l\:r-77vw {
    right: -77vw;
  }
  .tablet-l\:r\+77vw {
    right: 77vw;
  }
  .tablet-l\:r-77\% {
    right: -77%;
  }
  .tablet-l\:r\+77\% {
    right: 77%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-78vw {
    top: -78vw;
  }
  .tablet-l\:t\+78vw {
    top: 78vw;
  }
  .tablet-l\:t-78\% {
    top: -78%;
  }
  .tablet-l\:t\+78\% {
    top: 78%;
  }
  .tablet-l\:b-78vw {
    bottom: -78vw;
  }
  .tablet-l\:b\+78vw {
    bottom: 78vw;
  }
  .tablet-l\:b-78\% {
    bottom: -78%;
  }
  .tablet-l\:b\+78\% {
    bottom: 78%;
  }
  .tablet-l\:l-78vw {
    left: -78vw;
  }
  .tablet-l\:l\+78vw {
    left: 78vw;
  }
  .tablet-l\:l-78\% {
    left: -78%;
  }
  .tablet-l\:l\+78\% {
    left: 78%;
  }
  .tablet-l\:r-78vw {
    right: -78vw;
  }
  .tablet-l\:r\+78vw {
    right: 78vw;
  }
  .tablet-l\:r-78\% {
    right: -78%;
  }
  .tablet-l\:r\+78\% {
    right: 78%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-79vw {
    top: -79vw;
  }
  .tablet-l\:t\+79vw {
    top: 79vw;
  }
  .tablet-l\:t-79\% {
    top: -79%;
  }
  .tablet-l\:t\+79\% {
    top: 79%;
  }
  .tablet-l\:b-79vw {
    bottom: -79vw;
  }
  .tablet-l\:b\+79vw {
    bottom: 79vw;
  }
  .tablet-l\:b-79\% {
    bottom: -79%;
  }
  .tablet-l\:b\+79\% {
    bottom: 79%;
  }
  .tablet-l\:l-79vw {
    left: -79vw;
  }
  .tablet-l\:l\+79vw {
    left: 79vw;
  }
  .tablet-l\:l-79\% {
    left: -79%;
  }
  .tablet-l\:l\+79\% {
    left: 79%;
  }
  .tablet-l\:r-79vw {
    right: -79vw;
  }
  .tablet-l\:r\+79vw {
    right: 79vw;
  }
  .tablet-l\:r-79\% {
    right: -79%;
  }
  .tablet-l\:r\+79\% {
    right: 79%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-80vw {
    top: -80vw;
  }
  .tablet-l\:t\+80vw {
    top: 80vw;
  }
  .tablet-l\:t-80\% {
    top: -80%;
  }
  .tablet-l\:t\+80\% {
    top: 80%;
  }
  .tablet-l\:b-80vw {
    bottom: -80vw;
  }
  .tablet-l\:b\+80vw {
    bottom: 80vw;
  }
  .tablet-l\:b-80\% {
    bottom: -80%;
  }
  .tablet-l\:b\+80\% {
    bottom: 80%;
  }
  .tablet-l\:l-80vw {
    left: -80vw;
  }
  .tablet-l\:l\+80vw {
    left: 80vw;
  }
  .tablet-l\:l-80\% {
    left: -80%;
  }
  .tablet-l\:l\+80\% {
    left: 80%;
  }
  .tablet-l\:r-80vw {
    right: -80vw;
  }
  .tablet-l\:r\+80vw {
    right: 80vw;
  }
  .tablet-l\:r-80\% {
    right: -80%;
  }
  .tablet-l\:r\+80\% {
    right: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-81vw {
    top: -81vw;
  }
  .tablet-l\:t\+81vw {
    top: 81vw;
  }
  .tablet-l\:t-81\% {
    top: -81%;
  }
  .tablet-l\:t\+81\% {
    top: 81%;
  }
  .tablet-l\:b-81vw {
    bottom: -81vw;
  }
  .tablet-l\:b\+81vw {
    bottom: 81vw;
  }
  .tablet-l\:b-81\% {
    bottom: -81%;
  }
  .tablet-l\:b\+81\% {
    bottom: 81%;
  }
  .tablet-l\:l-81vw {
    left: -81vw;
  }
  .tablet-l\:l\+81vw {
    left: 81vw;
  }
  .tablet-l\:l-81\% {
    left: -81%;
  }
  .tablet-l\:l\+81\% {
    left: 81%;
  }
  .tablet-l\:r-81vw {
    right: -81vw;
  }
  .tablet-l\:r\+81vw {
    right: 81vw;
  }
  .tablet-l\:r-81\% {
    right: -81%;
  }
  .tablet-l\:r\+81\% {
    right: 81%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-82vw {
    top: -82vw;
  }
  .tablet-l\:t\+82vw {
    top: 82vw;
  }
  .tablet-l\:t-82\% {
    top: -82%;
  }
  .tablet-l\:t\+82\% {
    top: 82%;
  }
  .tablet-l\:b-82vw {
    bottom: -82vw;
  }
  .tablet-l\:b\+82vw {
    bottom: 82vw;
  }
  .tablet-l\:b-82\% {
    bottom: -82%;
  }
  .tablet-l\:b\+82\% {
    bottom: 82%;
  }
  .tablet-l\:l-82vw {
    left: -82vw;
  }
  .tablet-l\:l\+82vw {
    left: 82vw;
  }
  .tablet-l\:l-82\% {
    left: -82%;
  }
  .tablet-l\:l\+82\% {
    left: 82%;
  }
  .tablet-l\:r-82vw {
    right: -82vw;
  }
  .tablet-l\:r\+82vw {
    right: 82vw;
  }
  .tablet-l\:r-82\% {
    right: -82%;
  }
  .tablet-l\:r\+82\% {
    right: 82%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-83vw {
    top: -83vw;
  }
  .tablet-l\:t\+83vw {
    top: 83vw;
  }
  .tablet-l\:t-83\% {
    top: -83%;
  }
  .tablet-l\:t\+83\% {
    top: 83%;
  }
  .tablet-l\:b-83vw {
    bottom: -83vw;
  }
  .tablet-l\:b\+83vw {
    bottom: 83vw;
  }
  .tablet-l\:b-83\% {
    bottom: -83%;
  }
  .tablet-l\:b\+83\% {
    bottom: 83%;
  }
  .tablet-l\:l-83vw {
    left: -83vw;
  }
  .tablet-l\:l\+83vw {
    left: 83vw;
  }
  .tablet-l\:l-83\% {
    left: -83%;
  }
  .tablet-l\:l\+83\% {
    left: 83%;
  }
  .tablet-l\:r-83vw {
    right: -83vw;
  }
  .tablet-l\:r\+83vw {
    right: 83vw;
  }
  .tablet-l\:r-83\% {
    right: -83%;
  }
  .tablet-l\:r\+83\% {
    right: 83%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-84vw {
    top: -84vw;
  }
  .tablet-l\:t\+84vw {
    top: 84vw;
  }
  .tablet-l\:t-84\% {
    top: -84%;
  }
  .tablet-l\:t\+84\% {
    top: 84%;
  }
  .tablet-l\:b-84vw {
    bottom: -84vw;
  }
  .tablet-l\:b\+84vw {
    bottom: 84vw;
  }
  .tablet-l\:b-84\% {
    bottom: -84%;
  }
  .tablet-l\:b\+84\% {
    bottom: 84%;
  }
  .tablet-l\:l-84vw {
    left: -84vw;
  }
  .tablet-l\:l\+84vw {
    left: 84vw;
  }
  .tablet-l\:l-84\% {
    left: -84%;
  }
  .tablet-l\:l\+84\% {
    left: 84%;
  }
  .tablet-l\:r-84vw {
    right: -84vw;
  }
  .tablet-l\:r\+84vw {
    right: 84vw;
  }
  .tablet-l\:r-84\% {
    right: -84%;
  }
  .tablet-l\:r\+84\% {
    right: 84%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-85vw {
    top: -85vw;
  }
  .tablet-l\:t\+85vw {
    top: 85vw;
  }
  .tablet-l\:t-85\% {
    top: -85%;
  }
  .tablet-l\:t\+85\% {
    top: 85%;
  }
  .tablet-l\:b-85vw {
    bottom: -85vw;
  }
  .tablet-l\:b\+85vw {
    bottom: 85vw;
  }
  .tablet-l\:b-85\% {
    bottom: -85%;
  }
  .tablet-l\:b\+85\% {
    bottom: 85%;
  }
  .tablet-l\:l-85vw {
    left: -85vw;
  }
  .tablet-l\:l\+85vw {
    left: 85vw;
  }
  .tablet-l\:l-85\% {
    left: -85%;
  }
  .tablet-l\:l\+85\% {
    left: 85%;
  }
  .tablet-l\:r-85vw {
    right: -85vw;
  }
  .tablet-l\:r\+85vw {
    right: 85vw;
  }
  .tablet-l\:r-85\% {
    right: -85%;
  }
  .tablet-l\:r\+85\% {
    right: 85%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-86vw {
    top: -86vw;
  }
  .tablet-l\:t\+86vw {
    top: 86vw;
  }
  .tablet-l\:t-86\% {
    top: -86%;
  }
  .tablet-l\:t\+86\% {
    top: 86%;
  }
  .tablet-l\:b-86vw {
    bottom: -86vw;
  }
  .tablet-l\:b\+86vw {
    bottom: 86vw;
  }
  .tablet-l\:b-86\% {
    bottom: -86%;
  }
  .tablet-l\:b\+86\% {
    bottom: 86%;
  }
  .tablet-l\:l-86vw {
    left: -86vw;
  }
  .tablet-l\:l\+86vw {
    left: 86vw;
  }
  .tablet-l\:l-86\% {
    left: -86%;
  }
  .tablet-l\:l\+86\% {
    left: 86%;
  }
  .tablet-l\:r-86vw {
    right: -86vw;
  }
  .tablet-l\:r\+86vw {
    right: 86vw;
  }
  .tablet-l\:r-86\% {
    right: -86%;
  }
  .tablet-l\:r\+86\% {
    right: 86%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-87vw {
    top: -87vw;
  }
  .tablet-l\:t\+87vw {
    top: 87vw;
  }
  .tablet-l\:t-87\% {
    top: -87%;
  }
  .tablet-l\:t\+87\% {
    top: 87%;
  }
  .tablet-l\:b-87vw {
    bottom: -87vw;
  }
  .tablet-l\:b\+87vw {
    bottom: 87vw;
  }
  .tablet-l\:b-87\% {
    bottom: -87%;
  }
  .tablet-l\:b\+87\% {
    bottom: 87%;
  }
  .tablet-l\:l-87vw {
    left: -87vw;
  }
  .tablet-l\:l\+87vw {
    left: 87vw;
  }
  .tablet-l\:l-87\% {
    left: -87%;
  }
  .tablet-l\:l\+87\% {
    left: 87%;
  }
  .tablet-l\:r-87vw {
    right: -87vw;
  }
  .tablet-l\:r\+87vw {
    right: 87vw;
  }
  .tablet-l\:r-87\% {
    right: -87%;
  }
  .tablet-l\:r\+87\% {
    right: 87%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-88vw {
    top: -88vw;
  }
  .tablet-l\:t\+88vw {
    top: 88vw;
  }
  .tablet-l\:t-88\% {
    top: -88%;
  }
  .tablet-l\:t\+88\% {
    top: 88%;
  }
  .tablet-l\:b-88vw {
    bottom: -88vw;
  }
  .tablet-l\:b\+88vw {
    bottom: 88vw;
  }
  .tablet-l\:b-88\% {
    bottom: -88%;
  }
  .tablet-l\:b\+88\% {
    bottom: 88%;
  }
  .tablet-l\:l-88vw {
    left: -88vw;
  }
  .tablet-l\:l\+88vw {
    left: 88vw;
  }
  .tablet-l\:l-88\% {
    left: -88%;
  }
  .tablet-l\:l\+88\% {
    left: 88%;
  }
  .tablet-l\:r-88vw {
    right: -88vw;
  }
  .tablet-l\:r\+88vw {
    right: 88vw;
  }
  .tablet-l\:r-88\% {
    right: -88%;
  }
  .tablet-l\:r\+88\% {
    right: 88%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-89vw {
    top: -89vw;
  }
  .tablet-l\:t\+89vw {
    top: 89vw;
  }
  .tablet-l\:t-89\% {
    top: -89%;
  }
  .tablet-l\:t\+89\% {
    top: 89%;
  }
  .tablet-l\:b-89vw {
    bottom: -89vw;
  }
  .tablet-l\:b\+89vw {
    bottom: 89vw;
  }
  .tablet-l\:b-89\% {
    bottom: -89%;
  }
  .tablet-l\:b\+89\% {
    bottom: 89%;
  }
  .tablet-l\:l-89vw {
    left: -89vw;
  }
  .tablet-l\:l\+89vw {
    left: 89vw;
  }
  .tablet-l\:l-89\% {
    left: -89%;
  }
  .tablet-l\:l\+89\% {
    left: 89%;
  }
  .tablet-l\:r-89vw {
    right: -89vw;
  }
  .tablet-l\:r\+89vw {
    right: 89vw;
  }
  .tablet-l\:r-89\% {
    right: -89%;
  }
  .tablet-l\:r\+89\% {
    right: 89%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-90vw {
    top: -90vw;
  }
  .tablet-l\:t\+90vw {
    top: 90vw;
  }
  .tablet-l\:t-90\% {
    top: -90%;
  }
  .tablet-l\:t\+90\% {
    top: 90%;
  }
  .tablet-l\:b-90vw {
    bottom: -90vw;
  }
  .tablet-l\:b\+90vw {
    bottom: 90vw;
  }
  .tablet-l\:b-90\% {
    bottom: -90%;
  }
  .tablet-l\:b\+90\% {
    bottom: 90%;
  }
  .tablet-l\:l-90vw {
    left: -90vw;
  }
  .tablet-l\:l\+90vw {
    left: 90vw;
  }
  .tablet-l\:l-90\% {
    left: -90%;
  }
  .tablet-l\:l\+90\% {
    left: 90%;
  }
  .tablet-l\:r-90vw {
    right: -90vw;
  }
  .tablet-l\:r\+90vw {
    right: 90vw;
  }
  .tablet-l\:r-90\% {
    right: -90%;
  }
  .tablet-l\:r\+90\% {
    right: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-91vw {
    top: -91vw;
  }
  .tablet-l\:t\+91vw {
    top: 91vw;
  }
  .tablet-l\:t-91\% {
    top: -91%;
  }
  .tablet-l\:t\+91\% {
    top: 91%;
  }
  .tablet-l\:b-91vw {
    bottom: -91vw;
  }
  .tablet-l\:b\+91vw {
    bottom: 91vw;
  }
  .tablet-l\:b-91\% {
    bottom: -91%;
  }
  .tablet-l\:b\+91\% {
    bottom: 91%;
  }
  .tablet-l\:l-91vw {
    left: -91vw;
  }
  .tablet-l\:l\+91vw {
    left: 91vw;
  }
  .tablet-l\:l-91\% {
    left: -91%;
  }
  .tablet-l\:l\+91\% {
    left: 91%;
  }
  .tablet-l\:r-91vw {
    right: -91vw;
  }
  .tablet-l\:r\+91vw {
    right: 91vw;
  }
  .tablet-l\:r-91\% {
    right: -91%;
  }
  .tablet-l\:r\+91\% {
    right: 91%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-92vw {
    top: -92vw;
  }
  .tablet-l\:t\+92vw {
    top: 92vw;
  }
  .tablet-l\:t-92\% {
    top: -92%;
  }
  .tablet-l\:t\+92\% {
    top: 92%;
  }
  .tablet-l\:b-92vw {
    bottom: -92vw;
  }
  .tablet-l\:b\+92vw {
    bottom: 92vw;
  }
  .tablet-l\:b-92\% {
    bottom: -92%;
  }
  .tablet-l\:b\+92\% {
    bottom: 92%;
  }
  .tablet-l\:l-92vw {
    left: -92vw;
  }
  .tablet-l\:l\+92vw {
    left: 92vw;
  }
  .tablet-l\:l-92\% {
    left: -92%;
  }
  .tablet-l\:l\+92\% {
    left: 92%;
  }
  .tablet-l\:r-92vw {
    right: -92vw;
  }
  .tablet-l\:r\+92vw {
    right: 92vw;
  }
  .tablet-l\:r-92\% {
    right: -92%;
  }
  .tablet-l\:r\+92\% {
    right: 92%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-93vw {
    top: -93vw;
  }
  .tablet-l\:t\+93vw {
    top: 93vw;
  }
  .tablet-l\:t-93\% {
    top: -93%;
  }
  .tablet-l\:t\+93\% {
    top: 93%;
  }
  .tablet-l\:b-93vw {
    bottom: -93vw;
  }
  .tablet-l\:b\+93vw {
    bottom: 93vw;
  }
  .tablet-l\:b-93\% {
    bottom: -93%;
  }
  .tablet-l\:b\+93\% {
    bottom: 93%;
  }
  .tablet-l\:l-93vw {
    left: -93vw;
  }
  .tablet-l\:l\+93vw {
    left: 93vw;
  }
  .tablet-l\:l-93\% {
    left: -93%;
  }
  .tablet-l\:l\+93\% {
    left: 93%;
  }
  .tablet-l\:r-93vw {
    right: -93vw;
  }
  .tablet-l\:r\+93vw {
    right: 93vw;
  }
  .tablet-l\:r-93\% {
    right: -93%;
  }
  .tablet-l\:r\+93\% {
    right: 93%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-94vw {
    top: -94vw;
  }
  .tablet-l\:t\+94vw {
    top: 94vw;
  }
  .tablet-l\:t-94\% {
    top: -94%;
  }
  .tablet-l\:t\+94\% {
    top: 94%;
  }
  .tablet-l\:b-94vw {
    bottom: -94vw;
  }
  .tablet-l\:b\+94vw {
    bottom: 94vw;
  }
  .tablet-l\:b-94\% {
    bottom: -94%;
  }
  .tablet-l\:b\+94\% {
    bottom: 94%;
  }
  .tablet-l\:l-94vw {
    left: -94vw;
  }
  .tablet-l\:l\+94vw {
    left: 94vw;
  }
  .tablet-l\:l-94\% {
    left: -94%;
  }
  .tablet-l\:l\+94\% {
    left: 94%;
  }
  .tablet-l\:r-94vw {
    right: -94vw;
  }
  .tablet-l\:r\+94vw {
    right: 94vw;
  }
  .tablet-l\:r-94\% {
    right: -94%;
  }
  .tablet-l\:r\+94\% {
    right: 94%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-95vw {
    top: -95vw;
  }
  .tablet-l\:t\+95vw {
    top: 95vw;
  }
  .tablet-l\:t-95\% {
    top: -95%;
  }
  .tablet-l\:t\+95\% {
    top: 95%;
  }
  .tablet-l\:b-95vw {
    bottom: -95vw;
  }
  .tablet-l\:b\+95vw {
    bottom: 95vw;
  }
  .tablet-l\:b-95\% {
    bottom: -95%;
  }
  .tablet-l\:b\+95\% {
    bottom: 95%;
  }
  .tablet-l\:l-95vw {
    left: -95vw;
  }
  .tablet-l\:l\+95vw {
    left: 95vw;
  }
  .tablet-l\:l-95\% {
    left: -95%;
  }
  .tablet-l\:l\+95\% {
    left: 95%;
  }
  .tablet-l\:r-95vw {
    right: -95vw;
  }
  .tablet-l\:r\+95vw {
    right: 95vw;
  }
  .tablet-l\:r-95\% {
    right: -95%;
  }
  .tablet-l\:r\+95\% {
    right: 95%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-96vw {
    top: -96vw;
  }
  .tablet-l\:t\+96vw {
    top: 96vw;
  }
  .tablet-l\:t-96\% {
    top: -96%;
  }
  .tablet-l\:t\+96\% {
    top: 96%;
  }
  .tablet-l\:b-96vw {
    bottom: -96vw;
  }
  .tablet-l\:b\+96vw {
    bottom: 96vw;
  }
  .tablet-l\:b-96\% {
    bottom: -96%;
  }
  .tablet-l\:b\+96\% {
    bottom: 96%;
  }
  .tablet-l\:l-96vw {
    left: -96vw;
  }
  .tablet-l\:l\+96vw {
    left: 96vw;
  }
  .tablet-l\:l-96\% {
    left: -96%;
  }
  .tablet-l\:l\+96\% {
    left: 96%;
  }
  .tablet-l\:r-96vw {
    right: -96vw;
  }
  .tablet-l\:r\+96vw {
    right: 96vw;
  }
  .tablet-l\:r-96\% {
    right: -96%;
  }
  .tablet-l\:r\+96\% {
    right: 96%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-97vw {
    top: -97vw;
  }
  .tablet-l\:t\+97vw {
    top: 97vw;
  }
  .tablet-l\:t-97\% {
    top: -97%;
  }
  .tablet-l\:t\+97\% {
    top: 97%;
  }
  .tablet-l\:b-97vw {
    bottom: -97vw;
  }
  .tablet-l\:b\+97vw {
    bottom: 97vw;
  }
  .tablet-l\:b-97\% {
    bottom: -97%;
  }
  .tablet-l\:b\+97\% {
    bottom: 97%;
  }
  .tablet-l\:l-97vw {
    left: -97vw;
  }
  .tablet-l\:l\+97vw {
    left: 97vw;
  }
  .tablet-l\:l-97\% {
    left: -97%;
  }
  .tablet-l\:l\+97\% {
    left: 97%;
  }
  .tablet-l\:r-97vw {
    right: -97vw;
  }
  .tablet-l\:r\+97vw {
    right: 97vw;
  }
  .tablet-l\:r-97\% {
    right: -97%;
  }
  .tablet-l\:r\+97\% {
    right: 97%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-98vw {
    top: -98vw;
  }
  .tablet-l\:t\+98vw {
    top: 98vw;
  }
  .tablet-l\:t-98\% {
    top: -98%;
  }
  .tablet-l\:t\+98\% {
    top: 98%;
  }
  .tablet-l\:b-98vw {
    bottom: -98vw;
  }
  .tablet-l\:b\+98vw {
    bottom: 98vw;
  }
  .tablet-l\:b-98\% {
    bottom: -98%;
  }
  .tablet-l\:b\+98\% {
    bottom: 98%;
  }
  .tablet-l\:l-98vw {
    left: -98vw;
  }
  .tablet-l\:l\+98vw {
    left: 98vw;
  }
  .tablet-l\:l-98\% {
    left: -98%;
  }
  .tablet-l\:l\+98\% {
    left: 98%;
  }
  .tablet-l\:r-98vw {
    right: -98vw;
  }
  .tablet-l\:r\+98vw {
    right: 98vw;
  }
  .tablet-l\:r-98\% {
    right: -98%;
  }
  .tablet-l\:r\+98\% {
    right: 98%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-99vw {
    top: -99vw;
  }
  .tablet-l\:t\+99vw {
    top: 99vw;
  }
  .tablet-l\:t-99\% {
    top: -99%;
  }
  .tablet-l\:t\+99\% {
    top: 99%;
  }
  .tablet-l\:b-99vw {
    bottom: -99vw;
  }
  .tablet-l\:b\+99vw {
    bottom: 99vw;
  }
  .tablet-l\:b-99\% {
    bottom: -99%;
  }
  .tablet-l\:b\+99\% {
    bottom: 99%;
  }
  .tablet-l\:l-99vw {
    left: -99vw;
  }
  .tablet-l\:l\+99vw {
    left: 99vw;
  }
  .tablet-l\:l-99\% {
    left: -99%;
  }
  .tablet-l\:l\+99\% {
    left: 99%;
  }
  .tablet-l\:r-99vw {
    right: -99vw;
  }
  .tablet-l\:r\+99vw {
    right: 99vw;
  }
  .tablet-l\:r-99\% {
    right: -99%;
  }
  .tablet-l\:r\+99\% {
    right: 99%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-100vw {
    top: -100vw;
  }
  .tablet-l\:t\+100vw {
    top: 100vw;
  }
  .tablet-l\:t-100\% {
    top: -100%;
  }
  .tablet-l\:t\+100\% {
    top: 100%;
  }
  .tablet-l\:b-100vw {
    bottom: -100vw;
  }
  .tablet-l\:b\+100vw {
    bottom: 100vw;
  }
  .tablet-l\:b-100\% {
    bottom: -100%;
  }
  .tablet-l\:b\+100\% {
    bottom: 100%;
  }
  .tablet-l\:l-100vw {
    left: -100vw;
  }
  .tablet-l\:l\+100vw {
    left: 100vw;
  }
  .tablet-l\:l-100\% {
    left: -100%;
  }
  .tablet-l\:l\+100\% {
    left: 100%;
  }
  .tablet-l\:r-100vw {
    right: -100vw;
  }
  .tablet-l\:r\+100vw {
    right: 100vw;
  }
  .tablet-l\:r-100\% {
    right: -100%;
  }
  .tablet-l\:r\+100\% {
    right: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-101vw {
    top: -101vw;
  }
  .tablet-l\:t\+101vw {
    top: 101vw;
  }
  .tablet-l\:t-101\% {
    top: -101%;
  }
  .tablet-l\:t\+101\% {
    top: 101%;
  }
  .tablet-l\:b-101vw {
    bottom: -101vw;
  }
  .tablet-l\:b\+101vw {
    bottom: 101vw;
  }
  .tablet-l\:b-101\% {
    bottom: -101%;
  }
  .tablet-l\:b\+101\% {
    bottom: 101%;
  }
  .tablet-l\:l-101vw {
    left: -101vw;
  }
  .tablet-l\:l\+101vw {
    left: 101vw;
  }
  .tablet-l\:l-101\% {
    left: -101%;
  }
  .tablet-l\:l\+101\% {
    left: 101%;
  }
  .tablet-l\:r-101vw {
    right: -101vw;
  }
  .tablet-l\:r\+101vw {
    right: 101vw;
  }
  .tablet-l\:r-101\% {
    right: -101%;
  }
  .tablet-l\:r\+101\% {
    right: 101%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-102vw {
    top: -102vw;
  }
  .tablet-l\:t\+102vw {
    top: 102vw;
  }
  .tablet-l\:t-102\% {
    top: -102%;
  }
  .tablet-l\:t\+102\% {
    top: 102%;
  }
  .tablet-l\:b-102vw {
    bottom: -102vw;
  }
  .tablet-l\:b\+102vw {
    bottom: 102vw;
  }
  .tablet-l\:b-102\% {
    bottom: -102%;
  }
  .tablet-l\:b\+102\% {
    bottom: 102%;
  }
  .tablet-l\:l-102vw {
    left: -102vw;
  }
  .tablet-l\:l\+102vw {
    left: 102vw;
  }
  .tablet-l\:l-102\% {
    left: -102%;
  }
  .tablet-l\:l\+102\% {
    left: 102%;
  }
  .tablet-l\:r-102vw {
    right: -102vw;
  }
  .tablet-l\:r\+102vw {
    right: 102vw;
  }
  .tablet-l\:r-102\% {
    right: -102%;
  }
  .tablet-l\:r\+102\% {
    right: 102%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-103vw {
    top: -103vw;
  }
  .tablet-l\:t\+103vw {
    top: 103vw;
  }
  .tablet-l\:t-103\% {
    top: -103%;
  }
  .tablet-l\:t\+103\% {
    top: 103%;
  }
  .tablet-l\:b-103vw {
    bottom: -103vw;
  }
  .tablet-l\:b\+103vw {
    bottom: 103vw;
  }
  .tablet-l\:b-103\% {
    bottom: -103%;
  }
  .tablet-l\:b\+103\% {
    bottom: 103%;
  }
  .tablet-l\:l-103vw {
    left: -103vw;
  }
  .tablet-l\:l\+103vw {
    left: 103vw;
  }
  .tablet-l\:l-103\% {
    left: -103%;
  }
  .tablet-l\:l\+103\% {
    left: 103%;
  }
  .tablet-l\:r-103vw {
    right: -103vw;
  }
  .tablet-l\:r\+103vw {
    right: 103vw;
  }
  .tablet-l\:r-103\% {
    right: -103%;
  }
  .tablet-l\:r\+103\% {
    right: 103%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-104vw {
    top: -104vw;
  }
  .tablet-l\:t\+104vw {
    top: 104vw;
  }
  .tablet-l\:t-104\% {
    top: -104%;
  }
  .tablet-l\:t\+104\% {
    top: 104%;
  }
  .tablet-l\:b-104vw {
    bottom: -104vw;
  }
  .tablet-l\:b\+104vw {
    bottom: 104vw;
  }
  .tablet-l\:b-104\% {
    bottom: -104%;
  }
  .tablet-l\:b\+104\% {
    bottom: 104%;
  }
  .tablet-l\:l-104vw {
    left: -104vw;
  }
  .tablet-l\:l\+104vw {
    left: 104vw;
  }
  .tablet-l\:l-104\% {
    left: -104%;
  }
  .tablet-l\:l\+104\% {
    left: 104%;
  }
  .tablet-l\:r-104vw {
    right: -104vw;
  }
  .tablet-l\:r\+104vw {
    right: 104vw;
  }
  .tablet-l\:r-104\% {
    right: -104%;
  }
  .tablet-l\:r\+104\% {
    right: 104%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-105vw {
    top: -105vw;
  }
  .tablet-l\:t\+105vw {
    top: 105vw;
  }
  .tablet-l\:t-105\% {
    top: -105%;
  }
  .tablet-l\:t\+105\% {
    top: 105%;
  }
  .tablet-l\:b-105vw {
    bottom: -105vw;
  }
  .tablet-l\:b\+105vw {
    bottom: 105vw;
  }
  .tablet-l\:b-105\% {
    bottom: -105%;
  }
  .tablet-l\:b\+105\% {
    bottom: 105%;
  }
  .tablet-l\:l-105vw {
    left: -105vw;
  }
  .tablet-l\:l\+105vw {
    left: 105vw;
  }
  .tablet-l\:l-105\% {
    left: -105%;
  }
  .tablet-l\:l\+105\% {
    left: 105%;
  }
  .tablet-l\:r-105vw {
    right: -105vw;
  }
  .tablet-l\:r\+105vw {
    right: 105vw;
  }
  .tablet-l\:r-105\% {
    right: -105%;
  }
  .tablet-l\:r\+105\% {
    right: 105%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-106vw {
    top: -106vw;
  }
  .tablet-l\:t\+106vw {
    top: 106vw;
  }
  .tablet-l\:t-106\% {
    top: -106%;
  }
  .tablet-l\:t\+106\% {
    top: 106%;
  }
  .tablet-l\:b-106vw {
    bottom: -106vw;
  }
  .tablet-l\:b\+106vw {
    bottom: 106vw;
  }
  .tablet-l\:b-106\% {
    bottom: -106%;
  }
  .tablet-l\:b\+106\% {
    bottom: 106%;
  }
  .tablet-l\:l-106vw {
    left: -106vw;
  }
  .tablet-l\:l\+106vw {
    left: 106vw;
  }
  .tablet-l\:l-106\% {
    left: -106%;
  }
  .tablet-l\:l\+106\% {
    left: 106%;
  }
  .tablet-l\:r-106vw {
    right: -106vw;
  }
  .tablet-l\:r\+106vw {
    right: 106vw;
  }
  .tablet-l\:r-106\% {
    right: -106%;
  }
  .tablet-l\:r\+106\% {
    right: 106%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-107vw {
    top: -107vw;
  }
  .tablet-l\:t\+107vw {
    top: 107vw;
  }
  .tablet-l\:t-107\% {
    top: -107%;
  }
  .tablet-l\:t\+107\% {
    top: 107%;
  }
  .tablet-l\:b-107vw {
    bottom: -107vw;
  }
  .tablet-l\:b\+107vw {
    bottom: 107vw;
  }
  .tablet-l\:b-107\% {
    bottom: -107%;
  }
  .tablet-l\:b\+107\% {
    bottom: 107%;
  }
  .tablet-l\:l-107vw {
    left: -107vw;
  }
  .tablet-l\:l\+107vw {
    left: 107vw;
  }
  .tablet-l\:l-107\% {
    left: -107%;
  }
  .tablet-l\:l\+107\% {
    left: 107%;
  }
  .tablet-l\:r-107vw {
    right: -107vw;
  }
  .tablet-l\:r\+107vw {
    right: 107vw;
  }
  .tablet-l\:r-107\% {
    right: -107%;
  }
  .tablet-l\:r\+107\% {
    right: 107%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-108vw {
    top: -108vw;
  }
  .tablet-l\:t\+108vw {
    top: 108vw;
  }
  .tablet-l\:t-108\% {
    top: -108%;
  }
  .tablet-l\:t\+108\% {
    top: 108%;
  }
  .tablet-l\:b-108vw {
    bottom: -108vw;
  }
  .tablet-l\:b\+108vw {
    bottom: 108vw;
  }
  .tablet-l\:b-108\% {
    bottom: -108%;
  }
  .tablet-l\:b\+108\% {
    bottom: 108%;
  }
  .tablet-l\:l-108vw {
    left: -108vw;
  }
  .tablet-l\:l\+108vw {
    left: 108vw;
  }
  .tablet-l\:l-108\% {
    left: -108%;
  }
  .tablet-l\:l\+108\% {
    left: 108%;
  }
  .tablet-l\:r-108vw {
    right: -108vw;
  }
  .tablet-l\:r\+108vw {
    right: 108vw;
  }
  .tablet-l\:r-108\% {
    right: -108%;
  }
  .tablet-l\:r\+108\% {
    right: 108%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-109vw {
    top: -109vw;
  }
  .tablet-l\:t\+109vw {
    top: 109vw;
  }
  .tablet-l\:t-109\% {
    top: -109%;
  }
  .tablet-l\:t\+109\% {
    top: 109%;
  }
  .tablet-l\:b-109vw {
    bottom: -109vw;
  }
  .tablet-l\:b\+109vw {
    bottom: 109vw;
  }
  .tablet-l\:b-109\% {
    bottom: -109%;
  }
  .tablet-l\:b\+109\% {
    bottom: 109%;
  }
  .tablet-l\:l-109vw {
    left: -109vw;
  }
  .tablet-l\:l\+109vw {
    left: 109vw;
  }
  .tablet-l\:l-109\% {
    left: -109%;
  }
  .tablet-l\:l\+109\% {
    left: 109%;
  }
  .tablet-l\:r-109vw {
    right: -109vw;
  }
  .tablet-l\:r\+109vw {
    right: 109vw;
  }
  .tablet-l\:r-109\% {
    right: -109%;
  }
  .tablet-l\:r\+109\% {
    right: 109%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-110vw {
    top: -110vw;
  }
  .tablet-l\:t\+110vw {
    top: 110vw;
  }
  .tablet-l\:t-110\% {
    top: -110%;
  }
  .tablet-l\:t\+110\% {
    top: 110%;
  }
  .tablet-l\:b-110vw {
    bottom: -110vw;
  }
  .tablet-l\:b\+110vw {
    bottom: 110vw;
  }
  .tablet-l\:b-110\% {
    bottom: -110%;
  }
  .tablet-l\:b\+110\% {
    bottom: 110%;
  }
  .tablet-l\:l-110vw {
    left: -110vw;
  }
  .tablet-l\:l\+110vw {
    left: 110vw;
  }
  .tablet-l\:l-110\% {
    left: -110%;
  }
  .tablet-l\:l\+110\% {
    left: 110%;
  }
  .tablet-l\:r-110vw {
    right: -110vw;
  }
  .tablet-l\:r\+110vw {
    right: 110vw;
  }
  .tablet-l\:r-110\% {
    right: -110%;
  }
  .tablet-l\:r\+110\% {
    right: 110%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-111vw {
    top: -111vw;
  }
  .tablet-l\:t\+111vw {
    top: 111vw;
  }
  .tablet-l\:t-111\% {
    top: -111%;
  }
  .tablet-l\:t\+111\% {
    top: 111%;
  }
  .tablet-l\:b-111vw {
    bottom: -111vw;
  }
  .tablet-l\:b\+111vw {
    bottom: 111vw;
  }
  .tablet-l\:b-111\% {
    bottom: -111%;
  }
  .tablet-l\:b\+111\% {
    bottom: 111%;
  }
  .tablet-l\:l-111vw {
    left: -111vw;
  }
  .tablet-l\:l\+111vw {
    left: 111vw;
  }
  .tablet-l\:l-111\% {
    left: -111%;
  }
  .tablet-l\:l\+111\% {
    left: 111%;
  }
  .tablet-l\:r-111vw {
    right: -111vw;
  }
  .tablet-l\:r\+111vw {
    right: 111vw;
  }
  .tablet-l\:r-111\% {
    right: -111%;
  }
  .tablet-l\:r\+111\% {
    right: 111%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-112vw {
    top: -112vw;
  }
  .tablet-l\:t\+112vw {
    top: 112vw;
  }
  .tablet-l\:t-112\% {
    top: -112%;
  }
  .tablet-l\:t\+112\% {
    top: 112%;
  }
  .tablet-l\:b-112vw {
    bottom: -112vw;
  }
  .tablet-l\:b\+112vw {
    bottom: 112vw;
  }
  .tablet-l\:b-112\% {
    bottom: -112%;
  }
  .tablet-l\:b\+112\% {
    bottom: 112%;
  }
  .tablet-l\:l-112vw {
    left: -112vw;
  }
  .tablet-l\:l\+112vw {
    left: 112vw;
  }
  .tablet-l\:l-112\% {
    left: -112%;
  }
  .tablet-l\:l\+112\% {
    left: 112%;
  }
  .tablet-l\:r-112vw {
    right: -112vw;
  }
  .tablet-l\:r\+112vw {
    right: 112vw;
  }
  .tablet-l\:r-112\% {
    right: -112%;
  }
  .tablet-l\:r\+112\% {
    right: 112%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-113vw {
    top: -113vw;
  }
  .tablet-l\:t\+113vw {
    top: 113vw;
  }
  .tablet-l\:t-113\% {
    top: -113%;
  }
  .tablet-l\:t\+113\% {
    top: 113%;
  }
  .tablet-l\:b-113vw {
    bottom: -113vw;
  }
  .tablet-l\:b\+113vw {
    bottom: 113vw;
  }
  .tablet-l\:b-113\% {
    bottom: -113%;
  }
  .tablet-l\:b\+113\% {
    bottom: 113%;
  }
  .tablet-l\:l-113vw {
    left: -113vw;
  }
  .tablet-l\:l\+113vw {
    left: 113vw;
  }
  .tablet-l\:l-113\% {
    left: -113%;
  }
  .tablet-l\:l\+113\% {
    left: 113%;
  }
  .tablet-l\:r-113vw {
    right: -113vw;
  }
  .tablet-l\:r\+113vw {
    right: 113vw;
  }
  .tablet-l\:r-113\% {
    right: -113%;
  }
  .tablet-l\:r\+113\% {
    right: 113%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-114vw {
    top: -114vw;
  }
  .tablet-l\:t\+114vw {
    top: 114vw;
  }
  .tablet-l\:t-114\% {
    top: -114%;
  }
  .tablet-l\:t\+114\% {
    top: 114%;
  }
  .tablet-l\:b-114vw {
    bottom: -114vw;
  }
  .tablet-l\:b\+114vw {
    bottom: 114vw;
  }
  .tablet-l\:b-114\% {
    bottom: -114%;
  }
  .tablet-l\:b\+114\% {
    bottom: 114%;
  }
  .tablet-l\:l-114vw {
    left: -114vw;
  }
  .tablet-l\:l\+114vw {
    left: 114vw;
  }
  .tablet-l\:l-114\% {
    left: -114%;
  }
  .tablet-l\:l\+114\% {
    left: 114%;
  }
  .tablet-l\:r-114vw {
    right: -114vw;
  }
  .tablet-l\:r\+114vw {
    right: 114vw;
  }
  .tablet-l\:r-114\% {
    right: -114%;
  }
  .tablet-l\:r\+114\% {
    right: 114%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-115vw {
    top: -115vw;
  }
  .tablet-l\:t\+115vw {
    top: 115vw;
  }
  .tablet-l\:t-115\% {
    top: -115%;
  }
  .tablet-l\:t\+115\% {
    top: 115%;
  }
  .tablet-l\:b-115vw {
    bottom: -115vw;
  }
  .tablet-l\:b\+115vw {
    bottom: 115vw;
  }
  .tablet-l\:b-115\% {
    bottom: -115%;
  }
  .tablet-l\:b\+115\% {
    bottom: 115%;
  }
  .tablet-l\:l-115vw {
    left: -115vw;
  }
  .tablet-l\:l\+115vw {
    left: 115vw;
  }
  .tablet-l\:l-115\% {
    left: -115%;
  }
  .tablet-l\:l\+115\% {
    left: 115%;
  }
  .tablet-l\:r-115vw {
    right: -115vw;
  }
  .tablet-l\:r\+115vw {
    right: 115vw;
  }
  .tablet-l\:r-115\% {
    right: -115%;
  }
  .tablet-l\:r\+115\% {
    right: 115%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-116vw {
    top: -116vw;
  }
  .tablet-l\:t\+116vw {
    top: 116vw;
  }
  .tablet-l\:t-116\% {
    top: -116%;
  }
  .tablet-l\:t\+116\% {
    top: 116%;
  }
  .tablet-l\:b-116vw {
    bottom: -116vw;
  }
  .tablet-l\:b\+116vw {
    bottom: 116vw;
  }
  .tablet-l\:b-116\% {
    bottom: -116%;
  }
  .tablet-l\:b\+116\% {
    bottom: 116%;
  }
  .tablet-l\:l-116vw {
    left: -116vw;
  }
  .tablet-l\:l\+116vw {
    left: 116vw;
  }
  .tablet-l\:l-116\% {
    left: -116%;
  }
  .tablet-l\:l\+116\% {
    left: 116%;
  }
  .tablet-l\:r-116vw {
    right: -116vw;
  }
  .tablet-l\:r\+116vw {
    right: 116vw;
  }
  .tablet-l\:r-116\% {
    right: -116%;
  }
  .tablet-l\:r\+116\% {
    right: 116%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-117vw {
    top: -117vw;
  }
  .tablet-l\:t\+117vw {
    top: 117vw;
  }
  .tablet-l\:t-117\% {
    top: -117%;
  }
  .tablet-l\:t\+117\% {
    top: 117%;
  }
  .tablet-l\:b-117vw {
    bottom: -117vw;
  }
  .tablet-l\:b\+117vw {
    bottom: 117vw;
  }
  .tablet-l\:b-117\% {
    bottom: -117%;
  }
  .tablet-l\:b\+117\% {
    bottom: 117%;
  }
  .tablet-l\:l-117vw {
    left: -117vw;
  }
  .tablet-l\:l\+117vw {
    left: 117vw;
  }
  .tablet-l\:l-117\% {
    left: -117%;
  }
  .tablet-l\:l\+117\% {
    left: 117%;
  }
  .tablet-l\:r-117vw {
    right: -117vw;
  }
  .tablet-l\:r\+117vw {
    right: 117vw;
  }
  .tablet-l\:r-117\% {
    right: -117%;
  }
  .tablet-l\:r\+117\% {
    right: 117%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-118vw {
    top: -118vw;
  }
  .tablet-l\:t\+118vw {
    top: 118vw;
  }
  .tablet-l\:t-118\% {
    top: -118%;
  }
  .tablet-l\:t\+118\% {
    top: 118%;
  }
  .tablet-l\:b-118vw {
    bottom: -118vw;
  }
  .tablet-l\:b\+118vw {
    bottom: 118vw;
  }
  .tablet-l\:b-118\% {
    bottom: -118%;
  }
  .tablet-l\:b\+118\% {
    bottom: 118%;
  }
  .tablet-l\:l-118vw {
    left: -118vw;
  }
  .tablet-l\:l\+118vw {
    left: 118vw;
  }
  .tablet-l\:l-118\% {
    left: -118%;
  }
  .tablet-l\:l\+118\% {
    left: 118%;
  }
  .tablet-l\:r-118vw {
    right: -118vw;
  }
  .tablet-l\:r\+118vw {
    right: 118vw;
  }
  .tablet-l\:r-118\% {
    right: -118%;
  }
  .tablet-l\:r\+118\% {
    right: 118%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-119vw {
    top: -119vw;
  }
  .tablet-l\:t\+119vw {
    top: 119vw;
  }
  .tablet-l\:t-119\% {
    top: -119%;
  }
  .tablet-l\:t\+119\% {
    top: 119%;
  }
  .tablet-l\:b-119vw {
    bottom: -119vw;
  }
  .tablet-l\:b\+119vw {
    bottom: 119vw;
  }
  .tablet-l\:b-119\% {
    bottom: -119%;
  }
  .tablet-l\:b\+119\% {
    bottom: 119%;
  }
  .tablet-l\:l-119vw {
    left: -119vw;
  }
  .tablet-l\:l\+119vw {
    left: 119vw;
  }
  .tablet-l\:l-119\% {
    left: -119%;
  }
  .tablet-l\:l\+119\% {
    left: 119%;
  }
  .tablet-l\:r-119vw {
    right: -119vw;
  }
  .tablet-l\:r\+119vw {
    right: 119vw;
  }
  .tablet-l\:r-119\% {
    right: -119%;
  }
  .tablet-l\:r\+119\% {
    right: 119%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-120vw {
    top: -120vw;
  }
  .tablet-l\:t\+120vw {
    top: 120vw;
  }
  .tablet-l\:t-120\% {
    top: -120%;
  }
  .tablet-l\:t\+120\% {
    top: 120%;
  }
  .tablet-l\:b-120vw {
    bottom: -120vw;
  }
  .tablet-l\:b\+120vw {
    bottom: 120vw;
  }
  .tablet-l\:b-120\% {
    bottom: -120%;
  }
  .tablet-l\:b\+120\% {
    bottom: 120%;
  }
  .tablet-l\:l-120vw {
    left: -120vw;
  }
  .tablet-l\:l\+120vw {
    left: 120vw;
  }
  .tablet-l\:l-120\% {
    left: -120%;
  }
  .tablet-l\:l\+120\% {
    left: 120%;
  }
  .tablet-l\:r-120vw {
    right: -120vw;
  }
  .tablet-l\:r\+120vw {
    right: 120vw;
  }
  .tablet-l\:r-120\% {
    right: -120%;
  }
  .tablet-l\:r\+120\% {
    right: 120%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-121vw {
    top: -121vw;
  }
  .tablet-l\:t\+121vw {
    top: 121vw;
  }
  .tablet-l\:t-121\% {
    top: -121%;
  }
  .tablet-l\:t\+121\% {
    top: 121%;
  }
  .tablet-l\:b-121vw {
    bottom: -121vw;
  }
  .tablet-l\:b\+121vw {
    bottom: 121vw;
  }
  .tablet-l\:b-121\% {
    bottom: -121%;
  }
  .tablet-l\:b\+121\% {
    bottom: 121%;
  }
  .tablet-l\:l-121vw {
    left: -121vw;
  }
  .tablet-l\:l\+121vw {
    left: 121vw;
  }
  .tablet-l\:l-121\% {
    left: -121%;
  }
  .tablet-l\:l\+121\% {
    left: 121%;
  }
  .tablet-l\:r-121vw {
    right: -121vw;
  }
  .tablet-l\:r\+121vw {
    right: 121vw;
  }
  .tablet-l\:r-121\% {
    right: -121%;
  }
  .tablet-l\:r\+121\% {
    right: 121%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-122vw {
    top: -122vw;
  }
  .tablet-l\:t\+122vw {
    top: 122vw;
  }
  .tablet-l\:t-122\% {
    top: -122%;
  }
  .tablet-l\:t\+122\% {
    top: 122%;
  }
  .tablet-l\:b-122vw {
    bottom: -122vw;
  }
  .tablet-l\:b\+122vw {
    bottom: 122vw;
  }
  .tablet-l\:b-122\% {
    bottom: -122%;
  }
  .tablet-l\:b\+122\% {
    bottom: 122%;
  }
  .tablet-l\:l-122vw {
    left: -122vw;
  }
  .tablet-l\:l\+122vw {
    left: 122vw;
  }
  .tablet-l\:l-122\% {
    left: -122%;
  }
  .tablet-l\:l\+122\% {
    left: 122%;
  }
  .tablet-l\:r-122vw {
    right: -122vw;
  }
  .tablet-l\:r\+122vw {
    right: 122vw;
  }
  .tablet-l\:r-122\% {
    right: -122%;
  }
  .tablet-l\:r\+122\% {
    right: 122%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-123vw {
    top: -123vw;
  }
  .tablet-l\:t\+123vw {
    top: 123vw;
  }
  .tablet-l\:t-123\% {
    top: -123%;
  }
  .tablet-l\:t\+123\% {
    top: 123%;
  }
  .tablet-l\:b-123vw {
    bottom: -123vw;
  }
  .tablet-l\:b\+123vw {
    bottom: 123vw;
  }
  .tablet-l\:b-123\% {
    bottom: -123%;
  }
  .tablet-l\:b\+123\% {
    bottom: 123%;
  }
  .tablet-l\:l-123vw {
    left: -123vw;
  }
  .tablet-l\:l\+123vw {
    left: 123vw;
  }
  .tablet-l\:l-123\% {
    left: -123%;
  }
  .tablet-l\:l\+123\% {
    left: 123%;
  }
  .tablet-l\:r-123vw {
    right: -123vw;
  }
  .tablet-l\:r\+123vw {
    right: 123vw;
  }
  .tablet-l\:r-123\% {
    right: -123%;
  }
  .tablet-l\:r\+123\% {
    right: 123%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-124vw {
    top: -124vw;
  }
  .tablet-l\:t\+124vw {
    top: 124vw;
  }
  .tablet-l\:t-124\% {
    top: -124%;
  }
  .tablet-l\:t\+124\% {
    top: 124%;
  }
  .tablet-l\:b-124vw {
    bottom: -124vw;
  }
  .tablet-l\:b\+124vw {
    bottom: 124vw;
  }
  .tablet-l\:b-124\% {
    bottom: -124%;
  }
  .tablet-l\:b\+124\% {
    bottom: 124%;
  }
  .tablet-l\:l-124vw {
    left: -124vw;
  }
  .tablet-l\:l\+124vw {
    left: 124vw;
  }
  .tablet-l\:l-124\% {
    left: -124%;
  }
  .tablet-l\:l\+124\% {
    left: 124%;
  }
  .tablet-l\:r-124vw {
    right: -124vw;
  }
  .tablet-l\:r\+124vw {
    right: 124vw;
  }
  .tablet-l\:r-124\% {
    right: -124%;
  }
  .tablet-l\:r\+124\% {
    right: 124%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-125vw {
    top: -125vw;
  }
  .tablet-l\:t\+125vw {
    top: 125vw;
  }
  .tablet-l\:t-125\% {
    top: -125%;
  }
  .tablet-l\:t\+125\% {
    top: 125%;
  }
  .tablet-l\:b-125vw {
    bottom: -125vw;
  }
  .tablet-l\:b\+125vw {
    bottom: 125vw;
  }
  .tablet-l\:b-125\% {
    bottom: -125%;
  }
  .tablet-l\:b\+125\% {
    bottom: 125%;
  }
  .tablet-l\:l-125vw {
    left: -125vw;
  }
  .tablet-l\:l\+125vw {
    left: 125vw;
  }
  .tablet-l\:l-125\% {
    left: -125%;
  }
  .tablet-l\:l\+125\% {
    left: 125%;
  }
  .tablet-l\:r-125vw {
    right: -125vw;
  }
  .tablet-l\:r\+125vw {
    right: 125vw;
  }
  .tablet-l\:r-125\% {
    right: -125%;
  }
  .tablet-l\:r\+125\% {
    right: 125%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-126vw {
    top: -126vw;
  }
  .tablet-l\:t\+126vw {
    top: 126vw;
  }
  .tablet-l\:t-126\% {
    top: -126%;
  }
  .tablet-l\:t\+126\% {
    top: 126%;
  }
  .tablet-l\:b-126vw {
    bottom: -126vw;
  }
  .tablet-l\:b\+126vw {
    bottom: 126vw;
  }
  .tablet-l\:b-126\% {
    bottom: -126%;
  }
  .tablet-l\:b\+126\% {
    bottom: 126%;
  }
  .tablet-l\:l-126vw {
    left: -126vw;
  }
  .tablet-l\:l\+126vw {
    left: 126vw;
  }
  .tablet-l\:l-126\% {
    left: -126%;
  }
  .tablet-l\:l\+126\% {
    left: 126%;
  }
  .tablet-l\:r-126vw {
    right: -126vw;
  }
  .tablet-l\:r\+126vw {
    right: 126vw;
  }
  .tablet-l\:r-126\% {
    right: -126%;
  }
  .tablet-l\:r\+126\% {
    right: 126%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-127vw {
    top: -127vw;
  }
  .tablet-l\:t\+127vw {
    top: 127vw;
  }
  .tablet-l\:t-127\% {
    top: -127%;
  }
  .tablet-l\:t\+127\% {
    top: 127%;
  }
  .tablet-l\:b-127vw {
    bottom: -127vw;
  }
  .tablet-l\:b\+127vw {
    bottom: 127vw;
  }
  .tablet-l\:b-127\% {
    bottom: -127%;
  }
  .tablet-l\:b\+127\% {
    bottom: 127%;
  }
  .tablet-l\:l-127vw {
    left: -127vw;
  }
  .tablet-l\:l\+127vw {
    left: 127vw;
  }
  .tablet-l\:l-127\% {
    left: -127%;
  }
  .tablet-l\:l\+127\% {
    left: 127%;
  }
  .tablet-l\:r-127vw {
    right: -127vw;
  }
  .tablet-l\:r\+127vw {
    right: 127vw;
  }
  .tablet-l\:r-127\% {
    right: -127%;
  }
  .tablet-l\:r\+127\% {
    right: 127%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-128vw {
    top: -128vw;
  }
  .tablet-l\:t\+128vw {
    top: 128vw;
  }
  .tablet-l\:t-128\% {
    top: -128%;
  }
  .tablet-l\:t\+128\% {
    top: 128%;
  }
  .tablet-l\:b-128vw {
    bottom: -128vw;
  }
  .tablet-l\:b\+128vw {
    bottom: 128vw;
  }
  .tablet-l\:b-128\% {
    bottom: -128%;
  }
  .tablet-l\:b\+128\% {
    bottom: 128%;
  }
  .tablet-l\:l-128vw {
    left: -128vw;
  }
  .tablet-l\:l\+128vw {
    left: 128vw;
  }
  .tablet-l\:l-128\% {
    left: -128%;
  }
  .tablet-l\:l\+128\% {
    left: 128%;
  }
  .tablet-l\:r-128vw {
    right: -128vw;
  }
  .tablet-l\:r\+128vw {
    right: 128vw;
  }
  .tablet-l\:r-128\% {
    right: -128%;
  }
  .tablet-l\:r\+128\% {
    right: 128%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-129vw {
    top: -129vw;
  }
  .tablet-l\:t\+129vw {
    top: 129vw;
  }
  .tablet-l\:t-129\% {
    top: -129%;
  }
  .tablet-l\:t\+129\% {
    top: 129%;
  }
  .tablet-l\:b-129vw {
    bottom: -129vw;
  }
  .tablet-l\:b\+129vw {
    bottom: 129vw;
  }
  .tablet-l\:b-129\% {
    bottom: -129%;
  }
  .tablet-l\:b\+129\% {
    bottom: 129%;
  }
  .tablet-l\:l-129vw {
    left: -129vw;
  }
  .tablet-l\:l\+129vw {
    left: 129vw;
  }
  .tablet-l\:l-129\% {
    left: -129%;
  }
  .tablet-l\:l\+129\% {
    left: 129%;
  }
  .tablet-l\:r-129vw {
    right: -129vw;
  }
  .tablet-l\:r\+129vw {
    right: 129vw;
  }
  .tablet-l\:r-129\% {
    right: -129%;
  }
  .tablet-l\:r\+129\% {
    right: 129%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-130vw {
    top: -130vw;
  }
  .tablet-l\:t\+130vw {
    top: 130vw;
  }
  .tablet-l\:t-130\% {
    top: -130%;
  }
  .tablet-l\:t\+130\% {
    top: 130%;
  }
  .tablet-l\:b-130vw {
    bottom: -130vw;
  }
  .tablet-l\:b\+130vw {
    bottom: 130vw;
  }
  .tablet-l\:b-130\% {
    bottom: -130%;
  }
  .tablet-l\:b\+130\% {
    bottom: 130%;
  }
  .tablet-l\:l-130vw {
    left: -130vw;
  }
  .tablet-l\:l\+130vw {
    left: 130vw;
  }
  .tablet-l\:l-130\% {
    left: -130%;
  }
  .tablet-l\:l\+130\% {
    left: 130%;
  }
  .tablet-l\:r-130vw {
    right: -130vw;
  }
  .tablet-l\:r\+130vw {
    right: 130vw;
  }
  .tablet-l\:r-130\% {
    right: -130%;
  }
  .tablet-l\:r\+130\% {
    right: 130%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-131vw {
    top: -131vw;
  }
  .tablet-l\:t\+131vw {
    top: 131vw;
  }
  .tablet-l\:t-131\% {
    top: -131%;
  }
  .tablet-l\:t\+131\% {
    top: 131%;
  }
  .tablet-l\:b-131vw {
    bottom: -131vw;
  }
  .tablet-l\:b\+131vw {
    bottom: 131vw;
  }
  .tablet-l\:b-131\% {
    bottom: -131%;
  }
  .tablet-l\:b\+131\% {
    bottom: 131%;
  }
  .tablet-l\:l-131vw {
    left: -131vw;
  }
  .tablet-l\:l\+131vw {
    left: 131vw;
  }
  .tablet-l\:l-131\% {
    left: -131%;
  }
  .tablet-l\:l\+131\% {
    left: 131%;
  }
  .tablet-l\:r-131vw {
    right: -131vw;
  }
  .tablet-l\:r\+131vw {
    right: 131vw;
  }
  .tablet-l\:r-131\% {
    right: -131%;
  }
  .tablet-l\:r\+131\% {
    right: 131%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-132vw {
    top: -132vw;
  }
  .tablet-l\:t\+132vw {
    top: 132vw;
  }
  .tablet-l\:t-132\% {
    top: -132%;
  }
  .tablet-l\:t\+132\% {
    top: 132%;
  }
  .tablet-l\:b-132vw {
    bottom: -132vw;
  }
  .tablet-l\:b\+132vw {
    bottom: 132vw;
  }
  .tablet-l\:b-132\% {
    bottom: -132%;
  }
  .tablet-l\:b\+132\% {
    bottom: 132%;
  }
  .tablet-l\:l-132vw {
    left: -132vw;
  }
  .tablet-l\:l\+132vw {
    left: 132vw;
  }
  .tablet-l\:l-132\% {
    left: -132%;
  }
  .tablet-l\:l\+132\% {
    left: 132%;
  }
  .tablet-l\:r-132vw {
    right: -132vw;
  }
  .tablet-l\:r\+132vw {
    right: 132vw;
  }
  .tablet-l\:r-132\% {
    right: -132%;
  }
  .tablet-l\:r\+132\% {
    right: 132%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-133vw {
    top: -133vw;
  }
  .tablet-l\:t\+133vw {
    top: 133vw;
  }
  .tablet-l\:t-133\% {
    top: -133%;
  }
  .tablet-l\:t\+133\% {
    top: 133%;
  }
  .tablet-l\:b-133vw {
    bottom: -133vw;
  }
  .tablet-l\:b\+133vw {
    bottom: 133vw;
  }
  .tablet-l\:b-133\% {
    bottom: -133%;
  }
  .tablet-l\:b\+133\% {
    bottom: 133%;
  }
  .tablet-l\:l-133vw {
    left: -133vw;
  }
  .tablet-l\:l\+133vw {
    left: 133vw;
  }
  .tablet-l\:l-133\% {
    left: -133%;
  }
  .tablet-l\:l\+133\% {
    left: 133%;
  }
  .tablet-l\:r-133vw {
    right: -133vw;
  }
  .tablet-l\:r\+133vw {
    right: 133vw;
  }
  .tablet-l\:r-133\% {
    right: -133%;
  }
  .tablet-l\:r\+133\% {
    right: 133%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-134vw {
    top: -134vw;
  }
  .tablet-l\:t\+134vw {
    top: 134vw;
  }
  .tablet-l\:t-134\% {
    top: -134%;
  }
  .tablet-l\:t\+134\% {
    top: 134%;
  }
  .tablet-l\:b-134vw {
    bottom: -134vw;
  }
  .tablet-l\:b\+134vw {
    bottom: 134vw;
  }
  .tablet-l\:b-134\% {
    bottom: -134%;
  }
  .tablet-l\:b\+134\% {
    bottom: 134%;
  }
  .tablet-l\:l-134vw {
    left: -134vw;
  }
  .tablet-l\:l\+134vw {
    left: 134vw;
  }
  .tablet-l\:l-134\% {
    left: -134%;
  }
  .tablet-l\:l\+134\% {
    left: 134%;
  }
  .tablet-l\:r-134vw {
    right: -134vw;
  }
  .tablet-l\:r\+134vw {
    right: 134vw;
  }
  .tablet-l\:r-134\% {
    right: -134%;
  }
  .tablet-l\:r\+134\% {
    right: 134%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-135vw {
    top: -135vw;
  }
  .tablet-l\:t\+135vw {
    top: 135vw;
  }
  .tablet-l\:t-135\% {
    top: -135%;
  }
  .tablet-l\:t\+135\% {
    top: 135%;
  }
  .tablet-l\:b-135vw {
    bottom: -135vw;
  }
  .tablet-l\:b\+135vw {
    bottom: 135vw;
  }
  .tablet-l\:b-135\% {
    bottom: -135%;
  }
  .tablet-l\:b\+135\% {
    bottom: 135%;
  }
  .tablet-l\:l-135vw {
    left: -135vw;
  }
  .tablet-l\:l\+135vw {
    left: 135vw;
  }
  .tablet-l\:l-135\% {
    left: -135%;
  }
  .tablet-l\:l\+135\% {
    left: 135%;
  }
  .tablet-l\:r-135vw {
    right: -135vw;
  }
  .tablet-l\:r\+135vw {
    right: 135vw;
  }
  .tablet-l\:r-135\% {
    right: -135%;
  }
  .tablet-l\:r\+135\% {
    right: 135%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-136vw {
    top: -136vw;
  }
  .tablet-l\:t\+136vw {
    top: 136vw;
  }
  .tablet-l\:t-136\% {
    top: -136%;
  }
  .tablet-l\:t\+136\% {
    top: 136%;
  }
  .tablet-l\:b-136vw {
    bottom: -136vw;
  }
  .tablet-l\:b\+136vw {
    bottom: 136vw;
  }
  .tablet-l\:b-136\% {
    bottom: -136%;
  }
  .tablet-l\:b\+136\% {
    bottom: 136%;
  }
  .tablet-l\:l-136vw {
    left: -136vw;
  }
  .tablet-l\:l\+136vw {
    left: 136vw;
  }
  .tablet-l\:l-136\% {
    left: -136%;
  }
  .tablet-l\:l\+136\% {
    left: 136%;
  }
  .tablet-l\:r-136vw {
    right: -136vw;
  }
  .tablet-l\:r\+136vw {
    right: 136vw;
  }
  .tablet-l\:r-136\% {
    right: -136%;
  }
  .tablet-l\:r\+136\% {
    right: 136%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-137vw {
    top: -137vw;
  }
  .tablet-l\:t\+137vw {
    top: 137vw;
  }
  .tablet-l\:t-137\% {
    top: -137%;
  }
  .tablet-l\:t\+137\% {
    top: 137%;
  }
  .tablet-l\:b-137vw {
    bottom: -137vw;
  }
  .tablet-l\:b\+137vw {
    bottom: 137vw;
  }
  .tablet-l\:b-137\% {
    bottom: -137%;
  }
  .tablet-l\:b\+137\% {
    bottom: 137%;
  }
  .tablet-l\:l-137vw {
    left: -137vw;
  }
  .tablet-l\:l\+137vw {
    left: 137vw;
  }
  .tablet-l\:l-137\% {
    left: -137%;
  }
  .tablet-l\:l\+137\% {
    left: 137%;
  }
  .tablet-l\:r-137vw {
    right: -137vw;
  }
  .tablet-l\:r\+137vw {
    right: 137vw;
  }
  .tablet-l\:r-137\% {
    right: -137%;
  }
  .tablet-l\:r\+137\% {
    right: 137%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-138vw {
    top: -138vw;
  }
  .tablet-l\:t\+138vw {
    top: 138vw;
  }
  .tablet-l\:t-138\% {
    top: -138%;
  }
  .tablet-l\:t\+138\% {
    top: 138%;
  }
  .tablet-l\:b-138vw {
    bottom: -138vw;
  }
  .tablet-l\:b\+138vw {
    bottom: 138vw;
  }
  .tablet-l\:b-138\% {
    bottom: -138%;
  }
  .tablet-l\:b\+138\% {
    bottom: 138%;
  }
  .tablet-l\:l-138vw {
    left: -138vw;
  }
  .tablet-l\:l\+138vw {
    left: 138vw;
  }
  .tablet-l\:l-138\% {
    left: -138%;
  }
  .tablet-l\:l\+138\% {
    left: 138%;
  }
  .tablet-l\:r-138vw {
    right: -138vw;
  }
  .tablet-l\:r\+138vw {
    right: 138vw;
  }
  .tablet-l\:r-138\% {
    right: -138%;
  }
  .tablet-l\:r\+138\% {
    right: 138%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-139vw {
    top: -139vw;
  }
  .tablet-l\:t\+139vw {
    top: 139vw;
  }
  .tablet-l\:t-139\% {
    top: -139%;
  }
  .tablet-l\:t\+139\% {
    top: 139%;
  }
  .tablet-l\:b-139vw {
    bottom: -139vw;
  }
  .tablet-l\:b\+139vw {
    bottom: 139vw;
  }
  .tablet-l\:b-139\% {
    bottom: -139%;
  }
  .tablet-l\:b\+139\% {
    bottom: 139%;
  }
  .tablet-l\:l-139vw {
    left: -139vw;
  }
  .tablet-l\:l\+139vw {
    left: 139vw;
  }
  .tablet-l\:l-139\% {
    left: -139%;
  }
  .tablet-l\:l\+139\% {
    left: 139%;
  }
  .tablet-l\:r-139vw {
    right: -139vw;
  }
  .tablet-l\:r\+139vw {
    right: 139vw;
  }
  .tablet-l\:r-139\% {
    right: -139%;
  }
  .tablet-l\:r\+139\% {
    right: 139%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-140vw {
    top: -140vw;
  }
  .tablet-l\:t\+140vw {
    top: 140vw;
  }
  .tablet-l\:t-140\% {
    top: -140%;
  }
  .tablet-l\:t\+140\% {
    top: 140%;
  }
  .tablet-l\:b-140vw {
    bottom: -140vw;
  }
  .tablet-l\:b\+140vw {
    bottom: 140vw;
  }
  .tablet-l\:b-140\% {
    bottom: -140%;
  }
  .tablet-l\:b\+140\% {
    bottom: 140%;
  }
  .tablet-l\:l-140vw {
    left: -140vw;
  }
  .tablet-l\:l\+140vw {
    left: 140vw;
  }
  .tablet-l\:l-140\% {
    left: -140%;
  }
  .tablet-l\:l\+140\% {
    left: 140%;
  }
  .tablet-l\:r-140vw {
    right: -140vw;
  }
  .tablet-l\:r\+140vw {
    right: 140vw;
  }
  .tablet-l\:r-140\% {
    right: -140%;
  }
  .tablet-l\:r\+140\% {
    right: 140%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-141vw {
    top: -141vw;
  }
  .tablet-l\:t\+141vw {
    top: 141vw;
  }
  .tablet-l\:t-141\% {
    top: -141%;
  }
  .tablet-l\:t\+141\% {
    top: 141%;
  }
  .tablet-l\:b-141vw {
    bottom: -141vw;
  }
  .tablet-l\:b\+141vw {
    bottom: 141vw;
  }
  .tablet-l\:b-141\% {
    bottom: -141%;
  }
  .tablet-l\:b\+141\% {
    bottom: 141%;
  }
  .tablet-l\:l-141vw {
    left: -141vw;
  }
  .tablet-l\:l\+141vw {
    left: 141vw;
  }
  .tablet-l\:l-141\% {
    left: -141%;
  }
  .tablet-l\:l\+141\% {
    left: 141%;
  }
  .tablet-l\:r-141vw {
    right: -141vw;
  }
  .tablet-l\:r\+141vw {
    right: 141vw;
  }
  .tablet-l\:r-141\% {
    right: -141%;
  }
  .tablet-l\:r\+141\% {
    right: 141%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-142vw {
    top: -142vw;
  }
  .tablet-l\:t\+142vw {
    top: 142vw;
  }
  .tablet-l\:t-142\% {
    top: -142%;
  }
  .tablet-l\:t\+142\% {
    top: 142%;
  }
  .tablet-l\:b-142vw {
    bottom: -142vw;
  }
  .tablet-l\:b\+142vw {
    bottom: 142vw;
  }
  .tablet-l\:b-142\% {
    bottom: -142%;
  }
  .tablet-l\:b\+142\% {
    bottom: 142%;
  }
  .tablet-l\:l-142vw {
    left: -142vw;
  }
  .tablet-l\:l\+142vw {
    left: 142vw;
  }
  .tablet-l\:l-142\% {
    left: -142%;
  }
  .tablet-l\:l\+142\% {
    left: 142%;
  }
  .tablet-l\:r-142vw {
    right: -142vw;
  }
  .tablet-l\:r\+142vw {
    right: 142vw;
  }
  .tablet-l\:r-142\% {
    right: -142%;
  }
  .tablet-l\:r\+142\% {
    right: 142%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-143vw {
    top: -143vw;
  }
  .tablet-l\:t\+143vw {
    top: 143vw;
  }
  .tablet-l\:t-143\% {
    top: -143%;
  }
  .tablet-l\:t\+143\% {
    top: 143%;
  }
  .tablet-l\:b-143vw {
    bottom: -143vw;
  }
  .tablet-l\:b\+143vw {
    bottom: 143vw;
  }
  .tablet-l\:b-143\% {
    bottom: -143%;
  }
  .tablet-l\:b\+143\% {
    bottom: 143%;
  }
  .tablet-l\:l-143vw {
    left: -143vw;
  }
  .tablet-l\:l\+143vw {
    left: 143vw;
  }
  .tablet-l\:l-143\% {
    left: -143%;
  }
  .tablet-l\:l\+143\% {
    left: 143%;
  }
  .tablet-l\:r-143vw {
    right: -143vw;
  }
  .tablet-l\:r\+143vw {
    right: 143vw;
  }
  .tablet-l\:r-143\% {
    right: -143%;
  }
  .tablet-l\:r\+143\% {
    right: 143%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-144vw {
    top: -144vw;
  }
  .tablet-l\:t\+144vw {
    top: 144vw;
  }
  .tablet-l\:t-144\% {
    top: -144%;
  }
  .tablet-l\:t\+144\% {
    top: 144%;
  }
  .tablet-l\:b-144vw {
    bottom: -144vw;
  }
  .tablet-l\:b\+144vw {
    bottom: 144vw;
  }
  .tablet-l\:b-144\% {
    bottom: -144%;
  }
  .tablet-l\:b\+144\% {
    bottom: 144%;
  }
  .tablet-l\:l-144vw {
    left: -144vw;
  }
  .tablet-l\:l\+144vw {
    left: 144vw;
  }
  .tablet-l\:l-144\% {
    left: -144%;
  }
  .tablet-l\:l\+144\% {
    left: 144%;
  }
  .tablet-l\:r-144vw {
    right: -144vw;
  }
  .tablet-l\:r\+144vw {
    right: 144vw;
  }
  .tablet-l\:r-144\% {
    right: -144%;
  }
  .tablet-l\:r\+144\% {
    right: 144%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-145vw {
    top: -145vw;
  }
  .tablet-l\:t\+145vw {
    top: 145vw;
  }
  .tablet-l\:t-145\% {
    top: -145%;
  }
  .tablet-l\:t\+145\% {
    top: 145%;
  }
  .tablet-l\:b-145vw {
    bottom: -145vw;
  }
  .tablet-l\:b\+145vw {
    bottom: 145vw;
  }
  .tablet-l\:b-145\% {
    bottom: -145%;
  }
  .tablet-l\:b\+145\% {
    bottom: 145%;
  }
  .tablet-l\:l-145vw {
    left: -145vw;
  }
  .tablet-l\:l\+145vw {
    left: 145vw;
  }
  .tablet-l\:l-145\% {
    left: -145%;
  }
  .tablet-l\:l\+145\% {
    left: 145%;
  }
  .tablet-l\:r-145vw {
    right: -145vw;
  }
  .tablet-l\:r\+145vw {
    right: 145vw;
  }
  .tablet-l\:r-145\% {
    right: -145%;
  }
  .tablet-l\:r\+145\% {
    right: 145%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-146vw {
    top: -146vw;
  }
  .tablet-l\:t\+146vw {
    top: 146vw;
  }
  .tablet-l\:t-146\% {
    top: -146%;
  }
  .tablet-l\:t\+146\% {
    top: 146%;
  }
  .tablet-l\:b-146vw {
    bottom: -146vw;
  }
  .tablet-l\:b\+146vw {
    bottom: 146vw;
  }
  .tablet-l\:b-146\% {
    bottom: -146%;
  }
  .tablet-l\:b\+146\% {
    bottom: 146%;
  }
  .tablet-l\:l-146vw {
    left: -146vw;
  }
  .tablet-l\:l\+146vw {
    left: 146vw;
  }
  .tablet-l\:l-146\% {
    left: -146%;
  }
  .tablet-l\:l\+146\% {
    left: 146%;
  }
  .tablet-l\:r-146vw {
    right: -146vw;
  }
  .tablet-l\:r\+146vw {
    right: 146vw;
  }
  .tablet-l\:r-146\% {
    right: -146%;
  }
  .tablet-l\:r\+146\% {
    right: 146%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-147vw {
    top: -147vw;
  }
  .tablet-l\:t\+147vw {
    top: 147vw;
  }
  .tablet-l\:t-147\% {
    top: -147%;
  }
  .tablet-l\:t\+147\% {
    top: 147%;
  }
  .tablet-l\:b-147vw {
    bottom: -147vw;
  }
  .tablet-l\:b\+147vw {
    bottom: 147vw;
  }
  .tablet-l\:b-147\% {
    bottom: -147%;
  }
  .tablet-l\:b\+147\% {
    bottom: 147%;
  }
  .tablet-l\:l-147vw {
    left: -147vw;
  }
  .tablet-l\:l\+147vw {
    left: 147vw;
  }
  .tablet-l\:l-147\% {
    left: -147%;
  }
  .tablet-l\:l\+147\% {
    left: 147%;
  }
  .tablet-l\:r-147vw {
    right: -147vw;
  }
  .tablet-l\:r\+147vw {
    right: 147vw;
  }
  .tablet-l\:r-147\% {
    right: -147%;
  }
  .tablet-l\:r\+147\% {
    right: 147%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-148vw {
    top: -148vw;
  }
  .tablet-l\:t\+148vw {
    top: 148vw;
  }
  .tablet-l\:t-148\% {
    top: -148%;
  }
  .tablet-l\:t\+148\% {
    top: 148%;
  }
  .tablet-l\:b-148vw {
    bottom: -148vw;
  }
  .tablet-l\:b\+148vw {
    bottom: 148vw;
  }
  .tablet-l\:b-148\% {
    bottom: -148%;
  }
  .tablet-l\:b\+148\% {
    bottom: 148%;
  }
  .tablet-l\:l-148vw {
    left: -148vw;
  }
  .tablet-l\:l\+148vw {
    left: 148vw;
  }
  .tablet-l\:l-148\% {
    left: -148%;
  }
  .tablet-l\:l\+148\% {
    left: 148%;
  }
  .tablet-l\:r-148vw {
    right: -148vw;
  }
  .tablet-l\:r\+148vw {
    right: 148vw;
  }
  .tablet-l\:r-148\% {
    right: -148%;
  }
  .tablet-l\:r\+148\% {
    right: 148%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-149vw {
    top: -149vw;
  }
  .tablet-l\:t\+149vw {
    top: 149vw;
  }
  .tablet-l\:t-149\% {
    top: -149%;
  }
  .tablet-l\:t\+149\% {
    top: 149%;
  }
  .tablet-l\:b-149vw {
    bottom: -149vw;
  }
  .tablet-l\:b\+149vw {
    bottom: 149vw;
  }
  .tablet-l\:b-149\% {
    bottom: -149%;
  }
  .tablet-l\:b\+149\% {
    bottom: 149%;
  }
  .tablet-l\:l-149vw {
    left: -149vw;
  }
  .tablet-l\:l\+149vw {
    left: 149vw;
  }
  .tablet-l\:l-149\% {
    left: -149%;
  }
  .tablet-l\:l\+149\% {
    left: 149%;
  }
  .tablet-l\:r-149vw {
    right: -149vw;
  }
  .tablet-l\:r\+149vw {
    right: 149vw;
  }
  .tablet-l\:r-149\% {
    right: -149%;
  }
  .tablet-l\:r\+149\% {
    right: 149%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-150vw {
    top: -150vw;
  }
  .tablet-l\:t\+150vw {
    top: 150vw;
  }
  .tablet-l\:t-150\% {
    top: -150%;
  }
  .tablet-l\:t\+150\% {
    top: 150%;
  }
  .tablet-l\:b-150vw {
    bottom: -150vw;
  }
  .tablet-l\:b\+150vw {
    bottom: 150vw;
  }
  .tablet-l\:b-150\% {
    bottom: -150%;
  }
  .tablet-l\:b\+150\% {
    bottom: 150%;
  }
  .tablet-l\:l-150vw {
    left: -150vw;
  }
  .tablet-l\:l\+150vw {
    left: 150vw;
  }
  .tablet-l\:l-150\% {
    left: -150%;
  }
  .tablet-l\:l\+150\% {
    left: 150%;
  }
  .tablet-l\:r-150vw {
    right: -150vw;
  }
  .tablet-l\:r\+150vw {
    right: 150vw;
  }
  .tablet-l\:r-150\% {
    right: -150%;
  }
  .tablet-l\:r\+150\% {
    right: 150%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-151vw {
    top: -151vw;
  }
  .tablet-l\:t\+151vw {
    top: 151vw;
  }
  .tablet-l\:t-151\% {
    top: -151%;
  }
  .tablet-l\:t\+151\% {
    top: 151%;
  }
  .tablet-l\:b-151vw {
    bottom: -151vw;
  }
  .tablet-l\:b\+151vw {
    bottom: 151vw;
  }
  .tablet-l\:b-151\% {
    bottom: -151%;
  }
  .tablet-l\:b\+151\% {
    bottom: 151%;
  }
  .tablet-l\:l-151vw {
    left: -151vw;
  }
  .tablet-l\:l\+151vw {
    left: 151vw;
  }
  .tablet-l\:l-151\% {
    left: -151%;
  }
  .tablet-l\:l\+151\% {
    left: 151%;
  }
  .tablet-l\:r-151vw {
    right: -151vw;
  }
  .tablet-l\:r\+151vw {
    right: 151vw;
  }
  .tablet-l\:r-151\% {
    right: -151%;
  }
  .tablet-l\:r\+151\% {
    right: 151%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-152vw {
    top: -152vw;
  }
  .tablet-l\:t\+152vw {
    top: 152vw;
  }
  .tablet-l\:t-152\% {
    top: -152%;
  }
  .tablet-l\:t\+152\% {
    top: 152%;
  }
  .tablet-l\:b-152vw {
    bottom: -152vw;
  }
  .tablet-l\:b\+152vw {
    bottom: 152vw;
  }
  .tablet-l\:b-152\% {
    bottom: -152%;
  }
  .tablet-l\:b\+152\% {
    bottom: 152%;
  }
  .tablet-l\:l-152vw {
    left: -152vw;
  }
  .tablet-l\:l\+152vw {
    left: 152vw;
  }
  .tablet-l\:l-152\% {
    left: -152%;
  }
  .tablet-l\:l\+152\% {
    left: 152%;
  }
  .tablet-l\:r-152vw {
    right: -152vw;
  }
  .tablet-l\:r\+152vw {
    right: 152vw;
  }
  .tablet-l\:r-152\% {
    right: -152%;
  }
  .tablet-l\:r\+152\% {
    right: 152%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-153vw {
    top: -153vw;
  }
  .tablet-l\:t\+153vw {
    top: 153vw;
  }
  .tablet-l\:t-153\% {
    top: -153%;
  }
  .tablet-l\:t\+153\% {
    top: 153%;
  }
  .tablet-l\:b-153vw {
    bottom: -153vw;
  }
  .tablet-l\:b\+153vw {
    bottom: 153vw;
  }
  .tablet-l\:b-153\% {
    bottom: -153%;
  }
  .tablet-l\:b\+153\% {
    bottom: 153%;
  }
  .tablet-l\:l-153vw {
    left: -153vw;
  }
  .tablet-l\:l\+153vw {
    left: 153vw;
  }
  .tablet-l\:l-153\% {
    left: -153%;
  }
  .tablet-l\:l\+153\% {
    left: 153%;
  }
  .tablet-l\:r-153vw {
    right: -153vw;
  }
  .tablet-l\:r\+153vw {
    right: 153vw;
  }
  .tablet-l\:r-153\% {
    right: -153%;
  }
  .tablet-l\:r\+153\% {
    right: 153%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-154vw {
    top: -154vw;
  }
  .tablet-l\:t\+154vw {
    top: 154vw;
  }
  .tablet-l\:t-154\% {
    top: -154%;
  }
  .tablet-l\:t\+154\% {
    top: 154%;
  }
  .tablet-l\:b-154vw {
    bottom: -154vw;
  }
  .tablet-l\:b\+154vw {
    bottom: 154vw;
  }
  .tablet-l\:b-154\% {
    bottom: -154%;
  }
  .tablet-l\:b\+154\% {
    bottom: 154%;
  }
  .tablet-l\:l-154vw {
    left: -154vw;
  }
  .tablet-l\:l\+154vw {
    left: 154vw;
  }
  .tablet-l\:l-154\% {
    left: -154%;
  }
  .tablet-l\:l\+154\% {
    left: 154%;
  }
  .tablet-l\:r-154vw {
    right: -154vw;
  }
  .tablet-l\:r\+154vw {
    right: 154vw;
  }
  .tablet-l\:r-154\% {
    right: -154%;
  }
  .tablet-l\:r\+154\% {
    right: 154%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-155vw {
    top: -155vw;
  }
  .tablet-l\:t\+155vw {
    top: 155vw;
  }
  .tablet-l\:t-155\% {
    top: -155%;
  }
  .tablet-l\:t\+155\% {
    top: 155%;
  }
  .tablet-l\:b-155vw {
    bottom: -155vw;
  }
  .tablet-l\:b\+155vw {
    bottom: 155vw;
  }
  .tablet-l\:b-155\% {
    bottom: -155%;
  }
  .tablet-l\:b\+155\% {
    bottom: 155%;
  }
  .tablet-l\:l-155vw {
    left: -155vw;
  }
  .tablet-l\:l\+155vw {
    left: 155vw;
  }
  .tablet-l\:l-155\% {
    left: -155%;
  }
  .tablet-l\:l\+155\% {
    left: 155%;
  }
  .tablet-l\:r-155vw {
    right: -155vw;
  }
  .tablet-l\:r\+155vw {
    right: 155vw;
  }
  .tablet-l\:r-155\% {
    right: -155%;
  }
  .tablet-l\:r\+155\% {
    right: 155%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-156vw {
    top: -156vw;
  }
  .tablet-l\:t\+156vw {
    top: 156vw;
  }
  .tablet-l\:t-156\% {
    top: -156%;
  }
  .tablet-l\:t\+156\% {
    top: 156%;
  }
  .tablet-l\:b-156vw {
    bottom: -156vw;
  }
  .tablet-l\:b\+156vw {
    bottom: 156vw;
  }
  .tablet-l\:b-156\% {
    bottom: -156%;
  }
  .tablet-l\:b\+156\% {
    bottom: 156%;
  }
  .tablet-l\:l-156vw {
    left: -156vw;
  }
  .tablet-l\:l\+156vw {
    left: 156vw;
  }
  .tablet-l\:l-156\% {
    left: -156%;
  }
  .tablet-l\:l\+156\% {
    left: 156%;
  }
  .tablet-l\:r-156vw {
    right: -156vw;
  }
  .tablet-l\:r\+156vw {
    right: 156vw;
  }
  .tablet-l\:r-156\% {
    right: -156%;
  }
  .tablet-l\:r\+156\% {
    right: 156%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-157vw {
    top: -157vw;
  }
  .tablet-l\:t\+157vw {
    top: 157vw;
  }
  .tablet-l\:t-157\% {
    top: -157%;
  }
  .tablet-l\:t\+157\% {
    top: 157%;
  }
  .tablet-l\:b-157vw {
    bottom: -157vw;
  }
  .tablet-l\:b\+157vw {
    bottom: 157vw;
  }
  .tablet-l\:b-157\% {
    bottom: -157%;
  }
  .tablet-l\:b\+157\% {
    bottom: 157%;
  }
  .tablet-l\:l-157vw {
    left: -157vw;
  }
  .tablet-l\:l\+157vw {
    left: 157vw;
  }
  .tablet-l\:l-157\% {
    left: -157%;
  }
  .tablet-l\:l\+157\% {
    left: 157%;
  }
  .tablet-l\:r-157vw {
    right: -157vw;
  }
  .tablet-l\:r\+157vw {
    right: 157vw;
  }
  .tablet-l\:r-157\% {
    right: -157%;
  }
  .tablet-l\:r\+157\% {
    right: 157%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-158vw {
    top: -158vw;
  }
  .tablet-l\:t\+158vw {
    top: 158vw;
  }
  .tablet-l\:t-158\% {
    top: -158%;
  }
  .tablet-l\:t\+158\% {
    top: 158%;
  }
  .tablet-l\:b-158vw {
    bottom: -158vw;
  }
  .tablet-l\:b\+158vw {
    bottom: 158vw;
  }
  .tablet-l\:b-158\% {
    bottom: -158%;
  }
  .tablet-l\:b\+158\% {
    bottom: 158%;
  }
  .tablet-l\:l-158vw {
    left: -158vw;
  }
  .tablet-l\:l\+158vw {
    left: 158vw;
  }
  .tablet-l\:l-158\% {
    left: -158%;
  }
  .tablet-l\:l\+158\% {
    left: 158%;
  }
  .tablet-l\:r-158vw {
    right: -158vw;
  }
  .tablet-l\:r\+158vw {
    right: 158vw;
  }
  .tablet-l\:r-158\% {
    right: -158%;
  }
  .tablet-l\:r\+158\% {
    right: 158%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-159vw {
    top: -159vw;
  }
  .tablet-l\:t\+159vw {
    top: 159vw;
  }
  .tablet-l\:t-159\% {
    top: -159%;
  }
  .tablet-l\:t\+159\% {
    top: 159%;
  }
  .tablet-l\:b-159vw {
    bottom: -159vw;
  }
  .tablet-l\:b\+159vw {
    bottom: 159vw;
  }
  .tablet-l\:b-159\% {
    bottom: -159%;
  }
  .tablet-l\:b\+159\% {
    bottom: 159%;
  }
  .tablet-l\:l-159vw {
    left: -159vw;
  }
  .tablet-l\:l\+159vw {
    left: 159vw;
  }
  .tablet-l\:l-159\% {
    left: -159%;
  }
  .tablet-l\:l\+159\% {
    left: 159%;
  }
  .tablet-l\:r-159vw {
    right: -159vw;
  }
  .tablet-l\:r\+159vw {
    right: 159vw;
  }
  .tablet-l\:r-159\% {
    right: -159%;
  }
  .tablet-l\:r\+159\% {
    right: 159%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-160vw {
    top: -160vw;
  }
  .tablet-l\:t\+160vw {
    top: 160vw;
  }
  .tablet-l\:t-160\% {
    top: -160%;
  }
  .tablet-l\:t\+160\% {
    top: 160%;
  }
  .tablet-l\:b-160vw {
    bottom: -160vw;
  }
  .tablet-l\:b\+160vw {
    bottom: 160vw;
  }
  .tablet-l\:b-160\% {
    bottom: -160%;
  }
  .tablet-l\:b\+160\% {
    bottom: 160%;
  }
  .tablet-l\:l-160vw {
    left: -160vw;
  }
  .tablet-l\:l\+160vw {
    left: 160vw;
  }
  .tablet-l\:l-160\% {
    left: -160%;
  }
  .tablet-l\:l\+160\% {
    left: 160%;
  }
  .tablet-l\:r-160vw {
    right: -160vw;
  }
  .tablet-l\:r\+160vw {
    right: 160vw;
  }
  .tablet-l\:r-160\% {
    right: -160%;
  }
  .tablet-l\:r\+160\% {
    right: 160%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-161vw {
    top: -161vw;
  }
  .tablet-l\:t\+161vw {
    top: 161vw;
  }
  .tablet-l\:t-161\% {
    top: -161%;
  }
  .tablet-l\:t\+161\% {
    top: 161%;
  }
  .tablet-l\:b-161vw {
    bottom: -161vw;
  }
  .tablet-l\:b\+161vw {
    bottom: 161vw;
  }
  .tablet-l\:b-161\% {
    bottom: -161%;
  }
  .tablet-l\:b\+161\% {
    bottom: 161%;
  }
  .tablet-l\:l-161vw {
    left: -161vw;
  }
  .tablet-l\:l\+161vw {
    left: 161vw;
  }
  .tablet-l\:l-161\% {
    left: -161%;
  }
  .tablet-l\:l\+161\% {
    left: 161%;
  }
  .tablet-l\:r-161vw {
    right: -161vw;
  }
  .tablet-l\:r\+161vw {
    right: 161vw;
  }
  .tablet-l\:r-161\% {
    right: -161%;
  }
  .tablet-l\:r\+161\% {
    right: 161%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-162vw {
    top: -162vw;
  }
  .tablet-l\:t\+162vw {
    top: 162vw;
  }
  .tablet-l\:t-162\% {
    top: -162%;
  }
  .tablet-l\:t\+162\% {
    top: 162%;
  }
  .tablet-l\:b-162vw {
    bottom: -162vw;
  }
  .tablet-l\:b\+162vw {
    bottom: 162vw;
  }
  .tablet-l\:b-162\% {
    bottom: -162%;
  }
  .tablet-l\:b\+162\% {
    bottom: 162%;
  }
  .tablet-l\:l-162vw {
    left: -162vw;
  }
  .tablet-l\:l\+162vw {
    left: 162vw;
  }
  .tablet-l\:l-162\% {
    left: -162%;
  }
  .tablet-l\:l\+162\% {
    left: 162%;
  }
  .tablet-l\:r-162vw {
    right: -162vw;
  }
  .tablet-l\:r\+162vw {
    right: 162vw;
  }
  .tablet-l\:r-162\% {
    right: -162%;
  }
  .tablet-l\:r\+162\% {
    right: 162%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-163vw {
    top: -163vw;
  }
  .tablet-l\:t\+163vw {
    top: 163vw;
  }
  .tablet-l\:t-163\% {
    top: -163%;
  }
  .tablet-l\:t\+163\% {
    top: 163%;
  }
  .tablet-l\:b-163vw {
    bottom: -163vw;
  }
  .tablet-l\:b\+163vw {
    bottom: 163vw;
  }
  .tablet-l\:b-163\% {
    bottom: -163%;
  }
  .tablet-l\:b\+163\% {
    bottom: 163%;
  }
  .tablet-l\:l-163vw {
    left: -163vw;
  }
  .tablet-l\:l\+163vw {
    left: 163vw;
  }
  .tablet-l\:l-163\% {
    left: -163%;
  }
  .tablet-l\:l\+163\% {
    left: 163%;
  }
  .tablet-l\:r-163vw {
    right: -163vw;
  }
  .tablet-l\:r\+163vw {
    right: 163vw;
  }
  .tablet-l\:r-163\% {
    right: -163%;
  }
  .tablet-l\:r\+163\% {
    right: 163%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-164vw {
    top: -164vw;
  }
  .tablet-l\:t\+164vw {
    top: 164vw;
  }
  .tablet-l\:t-164\% {
    top: -164%;
  }
  .tablet-l\:t\+164\% {
    top: 164%;
  }
  .tablet-l\:b-164vw {
    bottom: -164vw;
  }
  .tablet-l\:b\+164vw {
    bottom: 164vw;
  }
  .tablet-l\:b-164\% {
    bottom: -164%;
  }
  .tablet-l\:b\+164\% {
    bottom: 164%;
  }
  .tablet-l\:l-164vw {
    left: -164vw;
  }
  .tablet-l\:l\+164vw {
    left: 164vw;
  }
  .tablet-l\:l-164\% {
    left: -164%;
  }
  .tablet-l\:l\+164\% {
    left: 164%;
  }
  .tablet-l\:r-164vw {
    right: -164vw;
  }
  .tablet-l\:r\+164vw {
    right: 164vw;
  }
  .tablet-l\:r-164\% {
    right: -164%;
  }
  .tablet-l\:r\+164\% {
    right: 164%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-165vw {
    top: -165vw;
  }
  .tablet-l\:t\+165vw {
    top: 165vw;
  }
  .tablet-l\:t-165\% {
    top: -165%;
  }
  .tablet-l\:t\+165\% {
    top: 165%;
  }
  .tablet-l\:b-165vw {
    bottom: -165vw;
  }
  .tablet-l\:b\+165vw {
    bottom: 165vw;
  }
  .tablet-l\:b-165\% {
    bottom: -165%;
  }
  .tablet-l\:b\+165\% {
    bottom: 165%;
  }
  .tablet-l\:l-165vw {
    left: -165vw;
  }
  .tablet-l\:l\+165vw {
    left: 165vw;
  }
  .tablet-l\:l-165\% {
    left: -165%;
  }
  .tablet-l\:l\+165\% {
    left: 165%;
  }
  .tablet-l\:r-165vw {
    right: -165vw;
  }
  .tablet-l\:r\+165vw {
    right: 165vw;
  }
  .tablet-l\:r-165\% {
    right: -165%;
  }
  .tablet-l\:r\+165\% {
    right: 165%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-166vw {
    top: -166vw;
  }
  .tablet-l\:t\+166vw {
    top: 166vw;
  }
  .tablet-l\:t-166\% {
    top: -166%;
  }
  .tablet-l\:t\+166\% {
    top: 166%;
  }
  .tablet-l\:b-166vw {
    bottom: -166vw;
  }
  .tablet-l\:b\+166vw {
    bottom: 166vw;
  }
  .tablet-l\:b-166\% {
    bottom: -166%;
  }
  .tablet-l\:b\+166\% {
    bottom: 166%;
  }
  .tablet-l\:l-166vw {
    left: -166vw;
  }
  .tablet-l\:l\+166vw {
    left: 166vw;
  }
  .tablet-l\:l-166\% {
    left: -166%;
  }
  .tablet-l\:l\+166\% {
    left: 166%;
  }
  .tablet-l\:r-166vw {
    right: -166vw;
  }
  .tablet-l\:r\+166vw {
    right: 166vw;
  }
  .tablet-l\:r-166\% {
    right: -166%;
  }
  .tablet-l\:r\+166\% {
    right: 166%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-167vw {
    top: -167vw;
  }
  .tablet-l\:t\+167vw {
    top: 167vw;
  }
  .tablet-l\:t-167\% {
    top: -167%;
  }
  .tablet-l\:t\+167\% {
    top: 167%;
  }
  .tablet-l\:b-167vw {
    bottom: -167vw;
  }
  .tablet-l\:b\+167vw {
    bottom: 167vw;
  }
  .tablet-l\:b-167\% {
    bottom: -167%;
  }
  .tablet-l\:b\+167\% {
    bottom: 167%;
  }
  .tablet-l\:l-167vw {
    left: -167vw;
  }
  .tablet-l\:l\+167vw {
    left: 167vw;
  }
  .tablet-l\:l-167\% {
    left: -167%;
  }
  .tablet-l\:l\+167\% {
    left: 167%;
  }
  .tablet-l\:r-167vw {
    right: -167vw;
  }
  .tablet-l\:r\+167vw {
    right: 167vw;
  }
  .tablet-l\:r-167\% {
    right: -167%;
  }
  .tablet-l\:r\+167\% {
    right: 167%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-168vw {
    top: -168vw;
  }
  .tablet-l\:t\+168vw {
    top: 168vw;
  }
  .tablet-l\:t-168\% {
    top: -168%;
  }
  .tablet-l\:t\+168\% {
    top: 168%;
  }
  .tablet-l\:b-168vw {
    bottom: -168vw;
  }
  .tablet-l\:b\+168vw {
    bottom: 168vw;
  }
  .tablet-l\:b-168\% {
    bottom: -168%;
  }
  .tablet-l\:b\+168\% {
    bottom: 168%;
  }
  .tablet-l\:l-168vw {
    left: -168vw;
  }
  .tablet-l\:l\+168vw {
    left: 168vw;
  }
  .tablet-l\:l-168\% {
    left: -168%;
  }
  .tablet-l\:l\+168\% {
    left: 168%;
  }
  .tablet-l\:r-168vw {
    right: -168vw;
  }
  .tablet-l\:r\+168vw {
    right: 168vw;
  }
  .tablet-l\:r-168\% {
    right: -168%;
  }
  .tablet-l\:r\+168\% {
    right: 168%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-169vw {
    top: -169vw;
  }
  .tablet-l\:t\+169vw {
    top: 169vw;
  }
  .tablet-l\:t-169\% {
    top: -169%;
  }
  .tablet-l\:t\+169\% {
    top: 169%;
  }
  .tablet-l\:b-169vw {
    bottom: -169vw;
  }
  .tablet-l\:b\+169vw {
    bottom: 169vw;
  }
  .tablet-l\:b-169\% {
    bottom: -169%;
  }
  .tablet-l\:b\+169\% {
    bottom: 169%;
  }
  .tablet-l\:l-169vw {
    left: -169vw;
  }
  .tablet-l\:l\+169vw {
    left: 169vw;
  }
  .tablet-l\:l-169\% {
    left: -169%;
  }
  .tablet-l\:l\+169\% {
    left: 169%;
  }
  .tablet-l\:r-169vw {
    right: -169vw;
  }
  .tablet-l\:r\+169vw {
    right: 169vw;
  }
  .tablet-l\:r-169\% {
    right: -169%;
  }
  .tablet-l\:r\+169\% {
    right: 169%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-170vw {
    top: -170vw;
  }
  .tablet-l\:t\+170vw {
    top: 170vw;
  }
  .tablet-l\:t-170\% {
    top: -170%;
  }
  .tablet-l\:t\+170\% {
    top: 170%;
  }
  .tablet-l\:b-170vw {
    bottom: -170vw;
  }
  .tablet-l\:b\+170vw {
    bottom: 170vw;
  }
  .tablet-l\:b-170\% {
    bottom: -170%;
  }
  .tablet-l\:b\+170\% {
    bottom: 170%;
  }
  .tablet-l\:l-170vw {
    left: -170vw;
  }
  .tablet-l\:l\+170vw {
    left: 170vw;
  }
  .tablet-l\:l-170\% {
    left: -170%;
  }
  .tablet-l\:l\+170\% {
    left: 170%;
  }
  .tablet-l\:r-170vw {
    right: -170vw;
  }
  .tablet-l\:r\+170vw {
    right: 170vw;
  }
  .tablet-l\:r-170\% {
    right: -170%;
  }
  .tablet-l\:r\+170\% {
    right: 170%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-171vw {
    top: -171vw;
  }
  .tablet-l\:t\+171vw {
    top: 171vw;
  }
  .tablet-l\:t-171\% {
    top: -171%;
  }
  .tablet-l\:t\+171\% {
    top: 171%;
  }
  .tablet-l\:b-171vw {
    bottom: -171vw;
  }
  .tablet-l\:b\+171vw {
    bottom: 171vw;
  }
  .tablet-l\:b-171\% {
    bottom: -171%;
  }
  .tablet-l\:b\+171\% {
    bottom: 171%;
  }
  .tablet-l\:l-171vw {
    left: -171vw;
  }
  .tablet-l\:l\+171vw {
    left: 171vw;
  }
  .tablet-l\:l-171\% {
    left: -171%;
  }
  .tablet-l\:l\+171\% {
    left: 171%;
  }
  .tablet-l\:r-171vw {
    right: -171vw;
  }
  .tablet-l\:r\+171vw {
    right: 171vw;
  }
  .tablet-l\:r-171\% {
    right: -171%;
  }
  .tablet-l\:r\+171\% {
    right: 171%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-172vw {
    top: -172vw;
  }
  .tablet-l\:t\+172vw {
    top: 172vw;
  }
  .tablet-l\:t-172\% {
    top: -172%;
  }
  .tablet-l\:t\+172\% {
    top: 172%;
  }
  .tablet-l\:b-172vw {
    bottom: -172vw;
  }
  .tablet-l\:b\+172vw {
    bottom: 172vw;
  }
  .tablet-l\:b-172\% {
    bottom: -172%;
  }
  .tablet-l\:b\+172\% {
    bottom: 172%;
  }
  .tablet-l\:l-172vw {
    left: -172vw;
  }
  .tablet-l\:l\+172vw {
    left: 172vw;
  }
  .tablet-l\:l-172\% {
    left: -172%;
  }
  .tablet-l\:l\+172\% {
    left: 172%;
  }
  .tablet-l\:r-172vw {
    right: -172vw;
  }
  .tablet-l\:r\+172vw {
    right: 172vw;
  }
  .tablet-l\:r-172\% {
    right: -172%;
  }
  .tablet-l\:r\+172\% {
    right: 172%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-173vw {
    top: -173vw;
  }
  .tablet-l\:t\+173vw {
    top: 173vw;
  }
  .tablet-l\:t-173\% {
    top: -173%;
  }
  .tablet-l\:t\+173\% {
    top: 173%;
  }
  .tablet-l\:b-173vw {
    bottom: -173vw;
  }
  .tablet-l\:b\+173vw {
    bottom: 173vw;
  }
  .tablet-l\:b-173\% {
    bottom: -173%;
  }
  .tablet-l\:b\+173\% {
    bottom: 173%;
  }
  .tablet-l\:l-173vw {
    left: -173vw;
  }
  .tablet-l\:l\+173vw {
    left: 173vw;
  }
  .tablet-l\:l-173\% {
    left: -173%;
  }
  .tablet-l\:l\+173\% {
    left: 173%;
  }
  .tablet-l\:r-173vw {
    right: -173vw;
  }
  .tablet-l\:r\+173vw {
    right: 173vw;
  }
  .tablet-l\:r-173\% {
    right: -173%;
  }
  .tablet-l\:r\+173\% {
    right: 173%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-174vw {
    top: -174vw;
  }
  .tablet-l\:t\+174vw {
    top: 174vw;
  }
  .tablet-l\:t-174\% {
    top: -174%;
  }
  .tablet-l\:t\+174\% {
    top: 174%;
  }
  .tablet-l\:b-174vw {
    bottom: -174vw;
  }
  .tablet-l\:b\+174vw {
    bottom: 174vw;
  }
  .tablet-l\:b-174\% {
    bottom: -174%;
  }
  .tablet-l\:b\+174\% {
    bottom: 174%;
  }
  .tablet-l\:l-174vw {
    left: -174vw;
  }
  .tablet-l\:l\+174vw {
    left: 174vw;
  }
  .tablet-l\:l-174\% {
    left: -174%;
  }
  .tablet-l\:l\+174\% {
    left: 174%;
  }
  .tablet-l\:r-174vw {
    right: -174vw;
  }
  .tablet-l\:r\+174vw {
    right: 174vw;
  }
  .tablet-l\:r-174\% {
    right: -174%;
  }
  .tablet-l\:r\+174\% {
    right: 174%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-175vw {
    top: -175vw;
  }
  .tablet-l\:t\+175vw {
    top: 175vw;
  }
  .tablet-l\:t-175\% {
    top: -175%;
  }
  .tablet-l\:t\+175\% {
    top: 175%;
  }
  .tablet-l\:b-175vw {
    bottom: -175vw;
  }
  .tablet-l\:b\+175vw {
    bottom: 175vw;
  }
  .tablet-l\:b-175\% {
    bottom: -175%;
  }
  .tablet-l\:b\+175\% {
    bottom: 175%;
  }
  .tablet-l\:l-175vw {
    left: -175vw;
  }
  .tablet-l\:l\+175vw {
    left: 175vw;
  }
  .tablet-l\:l-175\% {
    left: -175%;
  }
  .tablet-l\:l\+175\% {
    left: 175%;
  }
  .tablet-l\:r-175vw {
    right: -175vw;
  }
  .tablet-l\:r\+175vw {
    right: 175vw;
  }
  .tablet-l\:r-175\% {
    right: -175%;
  }
  .tablet-l\:r\+175\% {
    right: 175%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-176vw {
    top: -176vw;
  }
  .tablet-l\:t\+176vw {
    top: 176vw;
  }
  .tablet-l\:t-176\% {
    top: -176%;
  }
  .tablet-l\:t\+176\% {
    top: 176%;
  }
  .tablet-l\:b-176vw {
    bottom: -176vw;
  }
  .tablet-l\:b\+176vw {
    bottom: 176vw;
  }
  .tablet-l\:b-176\% {
    bottom: -176%;
  }
  .tablet-l\:b\+176\% {
    bottom: 176%;
  }
  .tablet-l\:l-176vw {
    left: -176vw;
  }
  .tablet-l\:l\+176vw {
    left: 176vw;
  }
  .tablet-l\:l-176\% {
    left: -176%;
  }
  .tablet-l\:l\+176\% {
    left: 176%;
  }
  .tablet-l\:r-176vw {
    right: -176vw;
  }
  .tablet-l\:r\+176vw {
    right: 176vw;
  }
  .tablet-l\:r-176\% {
    right: -176%;
  }
  .tablet-l\:r\+176\% {
    right: 176%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-177vw {
    top: -177vw;
  }
  .tablet-l\:t\+177vw {
    top: 177vw;
  }
  .tablet-l\:t-177\% {
    top: -177%;
  }
  .tablet-l\:t\+177\% {
    top: 177%;
  }
  .tablet-l\:b-177vw {
    bottom: -177vw;
  }
  .tablet-l\:b\+177vw {
    bottom: 177vw;
  }
  .tablet-l\:b-177\% {
    bottom: -177%;
  }
  .tablet-l\:b\+177\% {
    bottom: 177%;
  }
  .tablet-l\:l-177vw {
    left: -177vw;
  }
  .tablet-l\:l\+177vw {
    left: 177vw;
  }
  .tablet-l\:l-177\% {
    left: -177%;
  }
  .tablet-l\:l\+177\% {
    left: 177%;
  }
  .tablet-l\:r-177vw {
    right: -177vw;
  }
  .tablet-l\:r\+177vw {
    right: 177vw;
  }
  .tablet-l\:r-177\% {
    right: -177%;
  }
  .tablet-l\:r\+177\% {
    right: 177%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-178vw {
    top: -178vw;
  }
  .tablet-l\:t\+178vw {
    top: 178vw;
  }
  .tablet-l\:t-178\% {
    top: -178%;
  }
  .tablet-l\:t\+178\% {
    top: 178%;
  }
  .tablet-l\:b-178vw {
    bottom: -178vw;
  }
  .tablet-l\:b\+178vw {
    bottom: 178vw;
  }
  .tablet-l\:b-178\% {
    bottom: -178%;
  }
  .tablet-l\:b\+178\% {
    bottom: 178%;
  }
  .tablet-l\:l-178vw {
    left: -178vw;
  }
  .tablet-l\:l\+178vw {
    left: 178vw;
  }
  .tablet-l\:l-178\% {
    left: -178%;
  }
  .tablet-l\:l\+178\% {
    left: 178%;
  }
  .tablet-l\:r-178vw {
    right: -178vw;
  }
  .tablet-l\:r\+178vw {
    right: 178vw;
  }
  .tablet-l\:r-178\% {
    right: -178%;
  }
  .tablet-l\:r\+178\% {
    right: 178%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-179vw {
    top: -179vw;
  }
  .tablet-l\:t\+179vw {
    top: 179vw;
  }
  .tablet-l\:t-179\% {
    top: -179%;
  }
  .tablet-l\:t\+179\% {
    top: 179%;
  }
  .tablet-l\:b-179vw {
    bottom: -179vw;
  }
  .tablet-l\:b\+179vw {
    bottom: 179vw;
  }
  .tablet-l\:b-179\% {
    bottom: -179%;
  }
  .tablet-l\:b\+179\% {
    bottom: 179%;
  }
  .tablet-l\:l-179vw {
    left: -179vw;
  }
  .tablet-l\:l\+179vw {
    left: 179vw;
  }
  .tablet-l\:l-179\% {
    left: -179%;
  }
  .tablet-l\:l\+179\% {
    left: 179%;
  }
  .tablet-l\:r-179vw {
    right: -179vw;
  }
  .tablet-l\:r\+179vw {
    right: 179vw;
  }
  .tablet-l\:r-179\% {
    right: -179%;
  }
  .tablet-l\:r\+179\% {
    right: 179%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-180vw {
    top: -180vw;
  }
  .tablet-l\:t\+180vw {
    top: 180vw;
  }
  .tablet-l\:t-180\% {
    top: -180%;
  }
  .tablet-l\:t\+180\% {
    top: 180%;
  }
  .tablet-l\:b-180vw {
    bottom: -180vw;
  }
  .tablet-l\:b\+180vw {
    bottom: 180vw;
  }
  .tablet-l\:b-180\% {
    bottom: -180%;
  }
  .tablet-l\:b\+180\% {
    bottom: 180%;
  }
  .tablet-l\:l-180vw {
    left: -180vw;
  }
  .tablet-l\:l\+180vw {
    left: 180vw;
  }
  .tablet-l\:l-180\% {
    left: -180%;
  }
  .tablet-l\:l\+180\% {
    left: 180%;
  }
  .tablet-l\:r-180vw {
    right: -180vw;
  }
  .tablet-l\:r\+180vw {
    right: 180vw;
  }
  .tablet-l\:r-180\% {
    right: -180%;
  }
  .tablet-l\:r\+180\% {
    right: 180%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-181vw {
    top: -181vw;
  }
  .tablet-l\:t\+181vw {
    top: 181vw;
  }
  .tablet-l\:t-181\% {
    top: -181%;
  }
  .tablet-l\:t\+181\% {
    top: 181%;
  }
  .tablet-l\:b-181vw {
    bottom: -181vw;
  }
  .tablet-l\:b\+181vw {
    bottom: 181vw;
  }
  .tablet-l\:b-181\% {
    bottom: -181%;
  }
  .tablet-l\:b\+181\% {
    bottom: 181%;
  }
  .tablet-l\:l-181vw {
    left: -181vw;
  }
  .tablet-l\:l\+181vw {
    left: 181vw;
  }
  .tablet-l\:l-181\% {
    left: -181%;
  }
  .tablet-l\:l\+181\% {
    left: 181%;
  }
  .tablet-l\:r-181vw {
    right: -181vw;
  }
  .tablet-l\:r\+181vw {
    right: 181vw;
  }
  .tablet-l\:r-181\% {
    right: -181%;
  }
  .tablet-l\:r\+181\% {
    right: 181%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-182vw {
    top: -182vw;
  }
  .tablet-l\:t\+182vw {
    top: 182vw;
  }
  .tablet-l\:t-182\% {
    top: -182%;
  }
  .tablet-l\:t\+182\% {
    top: 182%;
  }
  .tablet-l\:b-182vw {
    bottom: -182vw;
  }
  .tablet-l\:b\+182vw {
    bottom: 182vw;
  }
  .tablet-l\:b-182\% {
    bottom: -182%;
  }
  .tablet-l\:b\+182\% {
    bottom: 182%;
  }
  .tablet-l\:l-182vw {
    left: -182vw;
  }
  .tablet-l\:l\+182vw {
    left: 182vw;
  }
  .tablet-l\:l-182\% {
    left: -182%;
  }
  .tablet-l\:l\+182\% {
    left: 182%;
  }
  .tablet-l\:r-182vw {
    right: -182vw;
  }
  .tablet-l\:r\+182vw {
    right: 182vw;
  }
  .tablet-l\:r-182\% {
    right: -182%;
  }
  .tablet-l\:r\+182\% {
    right: 182%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-183vw {
    top: -183vw;
  }
  .tablet-l\:t\+183vw {
    top: 183vw;
  }
  .tablet-l\:t-183\% {
    top: -183%;
  }
  .tablet-l\:t\+183\% {
    top: 183%;
  }
  .tablet-l\:b-183vw {
    bottom: -183vw;
  }
  .tablet-l\:b\+183vw {
    bottom: 183vw;
  }
  .tablet-l\:b-183\% {
    bottom: -183%;
  }
  .tablet-l\:b\+183\% {
    bottom: 183%;
  }
  .tablet-l\:l-183vw {
    left: -183vw;
  }
  .tablet-l\:l\+183vw {
    left: 183vw;
  }
  .tablet-l\:l-183\% {
    left: -183%;
  }
  .tablet-l\:l\+183\% {
    left: 183%;
  }
  .tablet-l\:r-183vw {
    right: -183vw;
  }
  .tablet-l\:r\+183vw {
    right: 183vw;
  }
  .tablet-l\:r-183\% {
    right: -183%;
  }
  .tablet-l\:r\+183\% {
    right: 183%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-184vw {
    top: -184vw;
  }
  .tablet-l\:t\+184vw {
    top: 184vw;
  }
  .tablet-l\:t-184\% {
    top: -184%;
  }
  .tablet-l\:t\+184\% {
    top: 184%;
  }
  .tablet-l\:b-184vw {
    bottom: -184vw;
  }
  .tablet-l\:b\+184vw {
    bottom: 184vw;
  }
  .tablet-l\:b-184\% {
    bottom: -184%;
  }
  .tablet-l\:b\+184\% {
    bottom: 184%;
  }
  .tablet-l\:l-184vw {
    left: -184vw;
  }
  .tablet-l\:l\+184vw {
    left: 184vw;
  }
  .tablet-l\:l-184\% {
    left: -184%;
  }
  .tablet-l\:l\+184\% {
    left: 184%;
  }
  .tablet-l\:r-184vw {
    right: -184vw;
  }
  .tablet-l\:r\+184vw {
    right: 184vw;
  }
  .tablet-l\:r-184\% {
    right: -184%;
  }
  .tablet-l\:r\+184\% {
    right: 184%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-185vw {
    top: -185vw;
  }
  .tablet-l\:t\+185vw {
    top: 185vw;
  }
  .tablet-l\:t-185\% {
    top: -185%;
  }
  .tablet-l\:t\+185\% {
    top: 185%;
  }
  .tablet-l\:b-185vw {
    bottom: -185vw;
  }
  .tablet-l\:b\+185vw {
    bottom: 185vw;
  }
  .tablet-l\:b-185\% {
    bottom: -185%;
  }
  .tablet-l\:b\+185\% {
    bottom: 185%;
  }
  .tablet-l\:l-185vw {
    left: -185vw;
  }
  .tablet-l\:l\+185vw {
    left: 185vw;
  }
  .tablet-l\:l-185\% {
    left: -185%;
  }
  .tablet-l\:l\+185\% {
    left: 185%;
  }
  .tablet-l\:r-185vw {
    right: -185vw;
  }
  .tablet-l\:r\+185vw {
    right: 185vw;
  }
  .tablet-l\:r-185\% {
    right: -185%;
  }
  .tablet-l\:r\+185\% {
    right: 185%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-186vw {
    top: -186vw;
  }
  .tablet-l\:t\+186vw {
    top: 186vw;
  }
  .tablet-l\:t-186\% {
    top: -186%;
  }
  .tablet-l\:t\+186\% {
    top: 186%;
  }
  .tablet-l\:b-186vw {
    bottom: -186vw;
  }
  .tablet-l\:b\+186vw {
    bottom: 186vw;
  }
  .tablet-l\:b-186\% {
    bottom: -186%;
  }
  .tablet-l\:b\+186\% {
    bottom: 186%;
  }
  .tablet-l\:l-186vw {
    left: -186vw;
  }
  .tablet-l\:l\+186vw {
    left: 186vw;
  }
  .tablet-l\:l-186\% {
    left: -186%;
  }
  .tablet-l\:l\+186\% {
    left: 186%;
  }
  .tablet-l\:r-186vw {
    right: -186vw;
  }
  .tablet-l\:r\+186vw {
    right: 186vw;
  }
  .tablet-l\:r-186\% {
    right: -186%;
  }
  .tablet-l\:r\+186\% {
    right: 186%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-187vw {
    top: -187vw;
  }
  .tablet-l\:t\+187vw {
    top: 187vw;
  }
  .tablet-l\:t-187\% {
    top: -187%;
  }
  .tablet-l\:t\+187\% {
    top: 187%;
  }
  .tablet-l\:b-187vw {
    bottom: -187vw;
  }
  .tablet-l\:b\+187vw {
    bottom: 187vw;
  }
  .tablet-l\:b-187\% {
    bottom: -187%;
  }
  .tablet-l\:b\+187\% {
    bottom: 187%;
  }
  .tablet-l\:l-187vw {
    left: -187vw;
  }
  .tablet-l\:l\+187vw {
    left: 187vw;
  }
  .tablet-l\:l-187\% {
    left: -187%;
  }
  .tablet-l\:l\+187\% {
    left: 187%;
  }
  .tablet-l\:r-187vw {
    right: -187vw;
  }
  .tablet-l\:r\+187vw {
    right: 187vw;
  }
  .tablet-l\:r-187\% {
    right: -187%;
  }
  .tablet-l\:r\+187\% {
    right: 187%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-188vw {
    top: -188vw;
  }
  .tablet-l\:t\+188vw {
    top: 188vw;
  }
  .tablet-l\:t-188\% {
    top: -188%;
  }
  .tablet-l\:t\+188\% {
    top: 188%;
  }
  .tablet-l\:b-188vw {
    bottom: -188vw;
  }
  .tablet-l\:b\+188vw {
    bottom: 188vw;
  }
  .tablet-l\:b-188\% {
    bottom: -188%;
  }
  .tablet-l\:b\+188\% {
    bottom: 188%;
  }
  .tablet-l\:l-188vw {
    left: -188vw;
  }
  .tablet-l\:l\+188vw {
    left: 188vw;
  }
  .tablet-l\:l-188\% {
    left: -188%;
  }
  .tablet-l\:l\+188\% {
    left: 188%;
  }
  .tablet-l\:r-188vw {
    right: -188vw;
  }
  .tablet-l\:r\+188vw {
    right: 188vw;
  }
  .tablet-l\:r-188\% {
    right: -188%;
  }
  .tablet-l\:r\+188\% {
    right: 188%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-189vw {
    top: -189vw;
  }
  .tablet-l\:t\+189vw {
    top: 189vw;
  }
  .tablet-l\:t-189\% {
    top: -189%;
  }
  .tablet-l\:t\+189\% {
    top: 189%;
  }
  .tablet-l\:b-189vw {
    bottom: -189vw;
  }
  .tablet-l\:b\+189vw {
    bottom: 189vw;
  }
  .tablet-l\:b-189\% {
    bottom: -189%;
  }
  .tablet-l\:b\+189\% {
    bottom: 189%;
  }
  .tablet-l\:l-189vw {
    left: -189vw;
  }
  .tablet-l\:l\+189vw {
    left: 189vw;
  }
  .tablet-l\:l-189\% {
    left: -189%;
  }
  .tablet-l\:l\+189\% {
    left: 189%;
  }
  .tablet-l\:r-189vw {
    right: -189vw;
  }
  .tablet-l\:r\+189vw {
    right: 189vw;
  }
  .tablet-l\:r-189\% {
    right: -189%;
  }
  .tablet-l\:r\+189\% {
    right: 189%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-190vw {
    top: -190vw;
  }
  .tablet-l\:t\+190vw {
    top: 190vw;
  }
  .tablet-l\:t-190\% {
    top: -190%;
  }
  .tablet-l\:t\+190\% {
    top: 190%;
  }
  .tablet-l\:b-190vw {
    bottom: -190vw;
  }
  .tablet-l\:b\+190vw {
    bottom: 190vw;
  }
  .tablet-l\:b-190\% {
    bottom: -190%;
  }
  .tablet-l\:b\+190\% {
    bottom: 190%;
  }
  .tablet-l\:l-190vw {
    left: -190vw;
  }
  .tablet-l\:l\+190vw {
    left: 190vw;
  }
  .tablet-l\:l-190\% {
    left: -190%;
  }
  .tablet-l\:l\+190\% {
    left: 190%;
  }
  .tablet-l\:r-190vw {
    right: -190vw;
  }
  .tablet-l\:r\+190vw {
    right: 190vw;
  }
  .tablet-l\:r-190\% {
    right: -190%;
  }
  .tablet-l\:r\+190\% {
    right: 190%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-191vw {
    top: -191vw;
  }
  .tablet-l\:t\+191vw {
    top: 191vw;
  }
  .tablet-l\:t-191\% {
    top: -191%;
  }
  .tablet-l\:t\+191\% {
    top: 191%;
  }
  .tablet-l\:b-191vw {
    bottom: -191vw;
  }
  .tablet-l\:b\+191vw {
    bottom: 191vw;
  }
  .tablet-l\:b-191\% {
    bottom: -191%;
  }
  .tablet-l\:b\+191\% {
    bottom: 191%;
  }
  .tablet-l\:l-191vw {
    left: -191vw;
  }
  .tablet-l\:l\+191vw {
    left: 191vw;
  }
  .tablet-l\:l-191\% {
    left: -191%;
  }
  .tablet-l\:l\+191\% {
    left: 191%;
  }
  .tablet-l\:r-191vw {
    right: -191vw;
  }
  .tablet-l\:r\+191vw {
    right: 191vw;
  }
  .tablet-l\:r-191\% {
    right: -191%;
  }
  .tablet-l\:r\+191\% {
    right: 191%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-192vw {
    top: -192vw;
  }
  .tablet-l\:t\+192vw {
    top: 192vw;
  }
  .tablet-l\:t-192\% {
    top: -192%;
  }
  .tablet-l\:t\+192\% {
    top: 192%;
  }
  .tablet-l\:b-192vw {
    bottom: -192vw;
  }
  .tablet-l\:b\+192vw {
    bottom: 192vw;
  }
  .tablet-l\:b-192\% {
    bottom: -192%;
  }
  .tablet-l\:b\+192\% {
    bottom: 192%;
  }
  .tablet-l\:l-192vw {
    left: -192vw;
  }
  .tablet-l\:l\+192vw {
    left: 192vw;
  }
  .tablet-l\:l-192\% {
    left: -192%;
  }
  .tablet-l\:l\+192\% {
    left: 192%;
  }
  .tablet-l\:r-192vw {
    right: -192vw;
  }
  .tablet-l\:r\+192vw {
    right: 192vw;
  }
  .tablet-l\:r-192\% {
    right: -192%;
  }
  .tablet-l\:r\+192\% {
    right: 192%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-193vw {
    top: -193vw;
  }
  .tablet-l\:t\+193vw {
    top: 193vw;
  }
  .tablet-l\:t-193\% {
    top: -193%;
  }
  .tablet-l\:t\+193\% {
    top: 193%;
  }
  .tablet-l\:b-193vw {
    bottom: -193vw;
  }
  .tablet-l\:b\+193vw {
    bottom: 193vw;
  }
  .tablet-l\:b-193\% {
    bottom: -193%;
  }
  .tablet-l\:b\+193\% {
    bottom: 193%;
  }
  .tablet-l\:l-193vw {
    left: -193vw;
  }
  .tablet-l\:l\+193vw {
    left: 193vw;
  }
  .tablet-l\:l-193\% {
    left: -193%;
  }
  .tablet-l\:l\+193\% {
    left: 193%;
  }
  .tablet-l\:r-193vw {
    right: -193vw;
  }
  .tablet-l\:r\+193vw {
    right: 193vw;
  }
  .tablet-l\:r-193\% {
    right: -193%;
  }
  .tablet-l\:r\+193\% {
    right: 193%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-194vw {
    top: -194vw;
  }
  .tablet-l\:t\+194vw {
    top: 194vw;
  }
  .tablet-l\:t-194\% {
    top: -194%;
  }
  .tablet-l\:t\+194\% {
    top: 194%;
  }
  .tablet-l\:b-194vw {
    bottom: -194vw;
  }
  .tablet-l\:b\+194vw {
    bottom: 194vw;
  }
  .tablet-l\:b-194\% {
    bottom: -194%;
  }
  .tablet-l\:b\+194\% {
    bottom: 194%;
  }
  .tablet-l\:l-194vw {
    left: -194vw;
  }
  .tablet-l\:l\+194vw {
    left: 194vw;
  }
  .tablet-l\:l-194\% {
    left: -194%;
  }
  .tablet-l\:l\+194\% {
    left: 194%;
  }
  .tablet-l\:r-194vw {
    right: -194vw;
  }
  .tablet-l\:r\+194vw {
    right: 194vw;
  }
  .tablet-l\:r-194\% {
    right: -194%;
  }
  .tablet-l\:r\+194\% {
    right: 194%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-195vw {
    top: -195vw;
  }
  .tablet-l\:t\+195vw {
    top: 195vw;
  }
  .tablet-l\:t-195\% {
    top: -195%;
  }
  .tablet-l\:t\+195\% {
    top: 195%;
  }
  .tablet-l\:b-195vw {
    bottom: -195vw;
  }
  .tablet-l\:b\+195vw {
    bottom: 195vw;
  }
  .tablet-l\:b-195\% {
    bottom: -195%;
  }
  .tablet-l\:b\+195\% {
    bottom: 195%;
  }
  .tablet-l\:l-195vw {
    left: -195vw;
  }
  .tablet-l\:l\+195vw {
    left: 195vw;
  }
  .tablet-l\:l-195\% {
    left: -195%;
  }
  .tablet-l\:l\+195\% {
    left: 195%;
  }
  .tablet-l\:r-195vw {
    right: -195vw;
  }
  .tablet-l\:r\+195vw {
    right: 195vw;
  }
  .tablet-l\:r-195\% {
    right: -195%;
  }
  .tablet-l\:r\+195\% {
    right: 195%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-196vw {
    top: -196vw;
  }
  .tablet-l\:t\+196vw {
    top: 196vw;
  }
  .tablet-l\:t-196\% {
    top: -196%;
  }
  .tablet-l\:t\+196\% {
    top: 196%;
  }
  .tablet-l\:b-196vw {
    bottom: -196vw;
  }
  .tablet-l\:b\+196vw {
    bottom: 196vw;
  }
  .tablet-l\:b-196\% {
    bottom: -196%;
  }
  .tablet-l\:b\+196\% {
    bottom: 196%;
  }
  .tablet-l\:l-196vw {
    left: -196vw;
  }
  .tablet-l\:l\+196vw {
    left: 196vw;
  }
  .tablet-l\:l-196\% {
    left: -196%;
  }
  .tablet-l\:l\+196\% {
    left: 196%;
  }
  .tablet-l\:r-196vw {
    right: -196vw;
  }
  .tablet-l\:r\+196vw {
    right: 196vw;
  }
  .tablet-l\:r-196\% {
    right: -196%;
  }
  .tablet-l\:r\+196\% {
    right: 196%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-197vw {
    top: -197vw;
  }
  .tablet-l\:t\+197vw {
    top: 197vw;
  }
  .tablet-l\:t-197\% {
    top: -197%;
  }
  .tablet-l\:t\+197\% {
    top: 197%;
  }
  .tablet-l\:b-197vw {
    bottom: -197vw;
  }
  .tablet-l\:b\+197vw {
    bottom: 197vw;
  }
  .tablet-l\:b-197\% {
    bottom: -197%;
  }
  .tablet-l\:b\+197\% {
    bottom: 197%;
  }
  .tablet-l\:l-197vw {
    left: -197vw;
  }
  .tablet-l\:l\+197vw {
    left: 197vw;
  }
  .tablet-l\:l-197\% {
    left: -197%;
  }
  .tablet-l\:l\+197\% {
    left: 197%;
  }
  .tablet-l\:r-197vw {
    right: -197vw;
  }
  .tablet-l\:r\+197vw {
    right: 197vw;
  }
  .tablet-l\:r-197\% {
    right: -197%;
  }
  .tablet-l\:r\+197\% {
    right: 197%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-198vw {
    top: -198vw;
  }
  .tablet-l\:t\+198vw {
    top: 198vw;
  }
  .tablet-l\:t-198\% {
    top: -198%;
  }
  .tablet-l\:t\+198\% {
    top: 198%;
  }
  .tablet-l\:b-198vw {
    bottom: -198vw;
  }
  .tablet-l\:b\+198vw {
    bottom: 198vw;
  }
  .tablet-l\:b-198\% {
    bottom: -198%;
  }
  .tablet-l\:b\+198\% {
    bottom: 198%;
  }
  .tablet-l\:l-198vw {
    left: -198vw;
  }
  .tablet-l\:l\+198vw {
    left: 198vw;
  }
  .tablet-l\:l-198\% {
    left: -198%;
  }
  .tablet-l\:l\+198\% {
    left: 198%;
  }
  .tablet-l\:r-198vw {
    right: -198vw;
  }
  .tablet-l\:r\+198vw {
    right: 198vw;
  }
  .tablet-l\:r-198\% {
    right: -198%;
  }
  .tablet-l\:r\+198\% {
    right: 198%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-199vw {
    top: -199vw;
  }
  .tablet-l\:t\+199vw {
    top: 199vw;
  }
  .tablet-l\:t-199\% {
    top: -199%;
  }
  .tablet-l\:t\+199\% {
    top: 199%;
  }
  .tablet-l\:b-199vw {
    bottom: -199vw;
  }
  .tablet-l\:b\+199vw {
    bottom: 199vw;
  }
  .tablet-l\:b-199\% {
    bottom: -199%;
  }
  .tablet-l\:b\+199\% {
    bottom: 199%;
  }
  .tablet-l\:l-199vw {
    left: -199vw;
  }
  .tablet-l\:l\+199vw {
    left: 199vw;
  }
  .tablet-l\:l-199\% {
    left: -199%;
  }
  .tablet-l\:l\+199\% {
    left: 199%;
  }
  .tablet-l\:r-199vw {
    right: -199vw;
  }
  .tablet-l\:r\+199vw {
    right: 199vw;
  }
  .tablet-l\:r-199\% {
    right: -199%;
  }
  .tablet-l\:r\+199\% {
    right: 199%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:t-200vw {
    top: -200vw;
  }
  .tablet-l\:t\+200vw {
    top: 200vw;
  }
  .tablet-l\:t-200\% {
    top: -200%;
  }
  .tablet-l\:t\+200\% {
    top: 200%;
  }
  .tablet-l\:b-200vw {
    bottom: -200vw;
  }
  .tablet-l\:b\+200vw {
    bottom: 200vw;
  }
  .tablet-l\:b-200\% {
    bottom: -200%;
  }
  .tablet-l\:b\+200\% {
    bottom: 200%;
  }
  .tablet-l\:l-200vw {
    left: -200vw;
  }
  .tablet-l\:l\+200vw {
    left: 200vw;
  }
  .tablet-l\:l-200\% {
    left: -200%;
  }
  .tablet-l\:l\+200\% {
    left: 200%;
  }
  .tablet-l\:r-200vw {
    right: -200vw;
  }
  .tablet-l\:r\+200vw {
    right: 200vw;
  }
  .tablet-l\:r-200\% {
    right: -200%;
  }
  .tablet-l\:r\+200\% {
    right: 200%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-10p {
    top: -10px;
  }
  .laptop\:t\+10p {
    top: 10px;
  }
  .laptop\:b-10p {
    bottom: -10px;
  }
  .laptop\:b\+10p {
    bottom: 10px;
  }
  .laptop\:l-10p {
    left: -10px;
  }
  .laptop\:l\+10p {
    left: 10px;
  }
  .laptop\:r-10p {
    right: -10px;
  }
  .laptop\:r\+10p {
    right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-20p {
    top: -20px;
  }
  .laptop\:t\+20p {
    top: 20px;
  }
  .laptop\:b-20p {
    bottom: -20px;
  }
  .laptop\:b\+20p {
    bottom: 20px;
  }
  .laptop\:l-20p {
    left: -20px;
  }
  .laptop\:l\+20p {
    left: 20px;
  }
  .laptop\:r-20p {
    right: -20px;
  }
  .laptop\:r\+20p {
    right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-30p {
    top: -30px;
  }
  .laptop\:t\+30p {
    top: 30px;
  }
  .laptop\:b-30p {
    bottom: -30px;
  }
  .laptop\:b\+30p {
    bottom: 30px;
  }
  .laptop\:l-30p {
    left: -30px;
  }
  .laptop\:l\+30p {
    left: 30px;
  }
  .laptop\:r-30p {
    right: -30px;
  }
  .laptop\:r\+30p {
    right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-40p {
    top: -40px;
  }
  .laptop\:t\+40p {
    top: 40px;
  }
  .laptop\:b-40p {
    bottom: -40px;
  }
  .laptop\:b\+40p {
    bottom: 40px;
  }
  .laptop\:l-40p {
    left: -40px;
  }
  .laptop\:l\+40p {
    left: 40px;
  }
  .laptop\:r-40p {
    right: -40px;
  }
  .laptop\:r\+40p {
    right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-50p {
    top: -50px;
  }
  .laptop\:t\+50p {
    top: 50px;
  }
  .laptop\:b-50p {
    bottom: -50px;
  }
  .laptop\:b\+50p {
    bottom: 50px;
  }
  .laptop\:l-50p {
    left: -50px;
  }
  .laptop\:l\+50p {
    left: 50px;
  }
  .laptop\:r-50p {
    right: -50px;
  }
  .laptop\:r\+50p {
    right: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-60p {
    top: -60px;
  }
  .laptop\:t\+60p {
    top: 60px;
  }
  .laptop\:b-60p {
    bottom: -60px;
  }
  .laptop\:b\+60p {
    bottom: 60px;
  }
  .laptop\:l-60p {
    left: -60px;
  }
  .laptop\:l\+60p {
    left: 60px;
  }
  .laptop\:r-60p {
    right: -60px;
  }
  .laptop\:r\+60p {
    right: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-70p {
    top: -70px;
  }
  .laptop\:t\+70p {
    top: 70px;
  }
  .laptop\:b-70p {
    bottom: -70px;
  }
  .laptop\:b\+70p {
    bottom: 70px;
  }
  .laptop\:l-70p {
    left: -70px;
  }
  .laptop\:l\+70p {
    left: 70px;
  }
  .laptop\:r-70p {
    right: -70px;
  }
  .laptop\:r\+70p {
    right: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-80p {
    top: -80px;
  }
  .laptop\:t\+80p {
    top: 80px;
  }
  .laptop\:b-80p {
    bottom: -80px;
  }
  .laptop\:b\+80p {
    bottom: 80px;
  }
  .laptop\:l-80p {
    left: -80px;
  }
  .laptop\:l\+80p {
    left: 80px;
  }
  .laptop\:r-80p {
    right: -80px;
  }
  .laptop\:r\+80p {
    right: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-90p {
    top: -90px;
  }
  .laptop\:t\+90p {
    top: 90px;
  }
  .laptop\:b-90p {
    bottom: -90px;
  }
  .laptop\:b\+90p {
    bottom: 90px;
  }
  .laptop\:l-90p {
    left: -90px;
  }
  .laptop\:l\+90p {
    left: 90px;
  }
  .laptop\:r-90p {
    right: -90px;
  }
  .laptop\:r\+90p {
    right: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-100p {
    top: -100px;
  }
  .laptop\:t\+100p {
    top: 100px;
  }
  .laptop\:b-100p {
    bottom: -100px;
  }
  .laptop\:b\+100p {
    bottom: 100px;
  }
  .laptop\:l-100p {
    left: -100px;
  }
  .laptop\:l\+100p {
    left: 100px;
  }
  .laptop\:r-100p {
    right: -100px;
  }
  .laptop\:r\+100p {
    right: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-110p {
    top: -110px;
  }
  .laptop\:t\+110p {
    top: 110px;
  }
  .laptop\:b-110p {
    bottom: -110px;
  }
  .laptop\:b\+110p {
    bottom: 110px;
  }
  .laptop\:l-110p {
    left: -110px;
  }
  .laptop\:l\+110p {
    left: 110px;
  }
  .laptop\:r-110p {
    right: -110px;
  }
  .laptop\:r\+110p {
    right: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-120p {
    top: -120px;
  }
  .laptop\:t\+120p {
    top: 120px;
  }
  .laptop\:b-120p {
    bottom: -120px;
  }
  .laptop\:b\+120p {
    bottom: 120px;
  }
  .laptop\:l-120p {
    left: -120px;
  }
  .laptop\:l\+120p {
    left: 120px;
  }
  .laptop\:r-120p {
    right: -120px;
  }
  .laptop\:r\+120p {
    right: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-130p {
    top: -130px;
  }
  .laptop\:t\+130p {
    top: 130px;
  }
  .laptop\:b-130p {
    bottom: -130px;
  }
  .laptop\:b\+130p {
    bottom: 130px;
  }
  .laptop\:l-130p {
    left: -130px;
  }
  .laptop\:l\+130p {
    left: 130px;
  }
  .laptop\:r-130p {
    right: -130px;
  }
  .laptop\:r\+130p {
    right: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-140p {
    top: -140px;
  }
  .laptop\:t\+140p {
    top: 140px;
  }
  .laptop\:b-140p {
    bottom: -140px;
  }
  .laptop\:b\+140p {
    bottom: 140px;
  }
  .laptop\:l-140p {
    left: -140px;
  }
  .laptop\:l\+140p {
    left: 140px;
  }
  .laptop\:r-140p {
    right: -140px;
  }
  .laptop\:r\+140p {
    right: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-150p {
    top: -150px;
  }
  .laptop\:t\+150p {
    top: 150px;
  }
  .laptop\:b-150p {
    bottom: -150px;
  }
  .laptop\:b\+150p {
    bottom: 150px;
  }
  .laptop\:l-150p {
    left: -150px;
  }
  .laptop\:l\+150p {
    left: 150px;
  }
  .laptop\:r-150p {
    right: -150px;
  }
  .laptop\:r\+150p {
    right: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-160p {
    top: -160px;
  }
  .laptop\:t\+160p {
    top: 160px;
  }
  .laptop\:b-160p {
    bottom: -160px;
  }
  .laptop\:b\+160p {
    bottom: 160px;
  }
  .laptop\:l-160p {
    left: -160px;
  }
  .laptop\:l\+160p {
    left: 160px;
  }
  .laptop\:r-160p {
    right: -160px;
  }
  .laptop\:r\+160p {
    right: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-170p {
    top: -170px;
  }
  .laptop\:t\+170p {
    top: 170px;
  }
  .laptop\:b-170p {
    bottom: -170px;
  }
  .laptop\:b\+170p {
    bottom: 170px;
  }
  .laptop\:l-170p {
    left: -170px;
  }
  .laptop\:l\+170p {
    left: 170px;
  }
  .laptop\:r-170p {
    right: -170px;
  }
  .laptop\:r\+170p {
    right: 170px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-180p {
    top: -180px;
  }
  .laptop\:t\+180p {
    top: 180px;
  }
  .laptop\:b-180p {
    bottom: -180px;
  }
  .laptop\:b\+180p {
    bottom: 180px;
  }
  .laptop\:l-180p {
    left: -180px;
  }
  .laptop\:l\+180p {
    left: 180px;
  }
  .laptop\:r-180p {
    right: -180px;
  }
  .laptop\:r\+180p {
    right: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-190p {
    top: -190px;
  }
  .laptop\:t\+190p {
    top: 190px;
  }
  .laptop\:b-190p {
    bottom: -190px;
  }
  .laptop\:b\+190p {
    bottom: 190px;
  }
  .laptop\:l-190p {
    left: -190px;
  }
  .laptop\:l\+190p {
    left: 190px;
  }
  .laptop\:r-190p {
    right: -190px;
  }
  .laptop\:r\+190p {
    right: 190px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-200p {
    top: -200px;
  }
  .laptop\:t\+200p {
    top: 200px;
  }
  .laptop\:b-200p {
    bottom: -200px;
  }
  .laptop\:b\+200p {
    bottom: 200px;
  }
  .laptop\:l-200p {
    left: -200px;
  }
  .laptop\:l\+200p {
    left: 200px;
  }
  .laptop\:r-200p {
    right: -200px;
  }
  .laptop\:r\+200p {
    right: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-210p {
    top: -210px;
  }
  .laptop\:t\+210p {
    top: 210px;
  }
  .laptop\:b-210p {
    bottom: -210px;
  }
  .laptop\:b\+210p {
    bottom: 210px;
  }
  .laptop\:l-210p {
    left: -210px;
  }
  .laptop\:l\+210p {
    left: 210px;
  }
  .laptop\:r-210p {
    right: -210px;
  }
  .laptop\:r\+210p {
    right: 210px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-220p {
    top: -220px;
  }
  .laptop\:t\+220p {
    top: 220px;
  }
  .laptop\:b-220p {
    bottom: -220px;
  }
  .laptop\:b\+220p {
    bottom: 220px;
  }
  .laptop\:l-220p {
    left: -220px;
  }
  .laptop\:l\+220p {
    left: 220px;
  }
  .laptop\:r-220p {
    right: -220px;
  }
  .laptop\:r\+220p {
    right: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-230p {
    top: -230px;
  }
  .laptop\:t\+230p {
    top: 230px;
  }
  .laptop\:b-230p {
    bottom: -230px;
  }
  .laptop\:b\+230p {
    bottom: 230px;
  }
  .laptop\:l-230p {
    left: -230px;
  }
  .laptop\:l\+230p {
    left: 230px;
  }
  .laptop\:r-230p {
    right: -230px;
  }
  .laptop\:r\+230p {
    right: 230px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-240p {
    top: -240px;
  }
  .laptop\:t\+240p {
    top: 240px;
  }
  .laptop\:b-240p {
    bottom: -240px;
  }
  .laptop\:b\+240p {
    bottom: 240px;
  }
  .laptop\:l-240p {
    left: -240px;
  }
  .laptop\:l\+240p {
    left: 240px;
  }
  .laptop\:r-240p {
    right: -240px;
  }
  .laptop\:r\+240p {
    right: 240px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-250p {
    top: -250px;
  }
  .laptop\:t\+250p {
    top: 250px;
  }
  .laptop\:b-250p {
    bottom: -250px;
  }
  .laptop\:b\+250p {
    bottom: 250px;
  }
  .laptop\:l-250p {
    left: -250px;
  }
  .laptop\:l\+250p {
    left: 250px;
  }
  .laptop\:r-250p {
    right: -250px;
  }
  .laptop\:r\+250p {
    right: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-260p {
    top: -260px;
  }
  .laptop\:t\+260p {
    top: 260px;
  }
  .laptop\:b-260p {
    bottom: -260px;
  }
  .laptop\:b\+260p {
    bottom: 260px;
  }
  .laptop\:l-260p {
    left: -260px;
  }
  .laptop\:l\+260p {
    left: 260px;
  }
  .laptop\:r-260p {
    right: -260px;
  }
  .laptop\:r\+260p {
    right: 260px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-270p {
    top: -270px;
  }
  .laptop\:t\+270p {
    top: 270px;
  }
  .laptop\:b-270p {
    bottom: -270px;
  }
  .laptop\:b\+270p {
    bottom: 270px;
  }
  .laptop\:l-270p {
    left: -270px;
  }
  .laptop\:l\+270p {
    left: 270px;
  }
  .laptop\:r-270p {
    right: -270px;
  }
  .laptop\:r\+270p {
    right: 270px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-280p {
    top: -280px;
  }
  .laptop\:t\+280p {
    top: 280px;
  }
  .laptop\:b-280p {
    bottom: -280px;
  }
  .laptop\:b\+280p {
    bottom: 280px;
  }
  .laptop\:l-280p {
    left: -280px;
  }
  .laptop\:l\+280p {
    left: 280px;
  }
  .laptop\:r-280p {
    right: -280px;
  }
  .laptop\:r\+280p {
    right: 280px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-290p {
    top: -290px;
  }
  .laptop\:t\+290p {
    top: 290px;
  }
  .laptop\:b-290p {
    bottom: -290px;
  }
  .laptop\:b\+290p {
    bottom: 290px;
  }
  .laptop\:l-290p {
    left: -290px;
  }
  .laptop\:l\+290p {
    left: 290px;
  }
  .laptop\:r-290p {
    right: -290px;
  }
  .laptop\:r\+290p {
    right: 290px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-300p {
    top: -300px;
  }
  .laptop\:t\+300p {
    top: 300px;
  }
  .laptop\:b-300p {
    bottom: -300px;
  }
  .laptop\:b\+300p {
    bottom: 300px;
  }
  .laptop\:l-300p {
    left: -300px;
  }
  .laptop\:l\+300p {
    left: 300px;
  }
  .laptop\:r-300p {
    right: -300px;
  }
  .laptop\:r\+300p {
    right: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-310p {
    top: -310px;
  }
  .laptop\:t\+310p {
    top: 310px;
  }
  .laptop\:b-310p {
    bottom: -310px;
  }
  .laptop\:b\+310p {
    bottom: 310px;
  }
  .laptop\:l-310p {
    left: -310px;
  }
  .laptop\:l\+310p {
    left: 310px;
  }
  .laptop\:r-310p {
    right: -310px;
  }
  .laptop\:r\+310p {
    right: 310px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-320p {
    top: -320px;
  }
  .laptop\:t\+320p {
    top: 320px;
  }
  .laptop\:b-320p {
    bottom: -320px;
  }
  .laptop\:b\+320p {
    bottom: 320px;
  }
  .laptop\:l-320p {
    left: -320px;
  }
  .laptop\:l\+320p {
    left: 320px;
  }
  .laptop\:r-320p {
    right: -320px;
  }
  .laptop\:r\+320p {
    right: 320px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-330p {
    top: -330px;
  }
  .laptop\:t\+330p {
    top: 330px;
  }
  .laptop\:b-330p {
    bottom: -330px;
  }
  .laptop\:b\+330p {
    bottom: 330px;
  }
  .laptop\:l-330p {
    left: -330px;
  }
  .laptop\:l\+330p {
    left: 330px;
  }
  .laptop\:r-330p {
    right: -330px;
  }
  .laptop\:r\+330p {
    right: 330px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-340p {
    top: -340px;
  }
  .laptop\:t\+340p {
    top: 340px;
  }
  .laptop\:b-340p {
    bottom: -340px;
  }
  .laptop\:b\+340p {
    bottom: 340px;
  }
  .laptop\:l-340p {
    left: -340px;
  }
  .laptop\:l\+340p {
    left: 340px;
  }
  .laptop\:r-340p {
    right: -340px;
  }
  .laptop\:r\+340p {
    right: 340px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-350p {
    top: -350px;
  }
  .laptop\:t\+350p {
    top: 350px;
  }
  .laptop\:b-350p {
    bottom: -350px;
  }
  .laptop\:b\+350p {
    bottom: 350px;
  }
  .laptop\:l-350p {
    left: -350px;
  }
  .laptop\:l\+350p {
    left: 350px;
  }
  .laptop\:r-350p {
    right: -350px;
  }
  .laptop\:r\+350p {
    right: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-360p {
    top: -360px;
  }
  .laptop\:t\+360p {
    top: 360px;
  }
  .laptop\:b-360p {
    bottom: -360px;
  }
  .laptop\:b\+360p {
    bottom: 360px;
  }
  .laptop\:l-360p {
    left: -360px;
  }
  .laptop\:l\+360p {
    left: 360px;
  }
  .laptop\:r-360p {
    right: -360px;
  }
  .laptop\:r\+360p {
    right: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-370p {
    top: -370px;
  }
  .laptop\:t\+370p {
    top: 370px;
  }
  .laptop\:b-370p {
    bottom: -370px;
  }
  .laptop\:b\+370p {
    bottom: 370px;
  }
  .laptop\:l-370p {
    left: -370px;
  }
  .laptop\:l\+370p {
    left: 370px;
  }
  .laptop\:r-370p {
    right: -370px;
  }
  .laptop\:r\+370p {
    right: 370px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-380p {
    top: -380px;
  }
  .laptop\:t\+380p {
    top: 380px;
  }
  .laptop\:b-380p {
    bottom: -380px;
  }
  .laptop\:b\+380p {
    bottom: 380px;
  }
  .laptop\:l-380p {
    left: -380px;
  }
  .laptop\:l\+380p {
    left: 380px;
  }
  .laptop\:r-380p {
    right: -380px;
  }
  .laptop\:r\+380p {
    right: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-390p {
    top: -390px;
  }
  .laptop\:t\+390p {
    top: 390px;
  }
  .laptop\:b-390p {
    bottom: -390px;
  }
  .laptop\:b\+390p {
    bottom: 390px;
  }
  .laptop\:l-390p {
    left: -390px;
  }
  .laptop\:l\+390p {
    left: 390px;
  }
  .laptop\:r-390p {
    right: -390px;
  }
  .laptop\:r\+390p {
    right: 390px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-400p {
    top: -400px;
  }
  .laptop\:t\+400p {
    top: 400px;
  }
  .laptop\:b-400p {
    bottom: -400px;
  }
  .laptop\:b\+400p {
    bottom: 400px;
  }
  .laptop\:l-400p {
    left: -400px;
  }
  .laptop\:l\+400p {
    left: 400px;
  }
  .laptop\:r-400p {
    right: -400px;
  }
  .laptop\:r\+400p {
    right: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-410p {
    top: -410px;
  }
  .laptop\:t\+410p {
    top: 410px;
  }
  .laptop\:b-410p {
    bottom: -410px;
  }
  .laptop\:b\+410p {
    bottom: 410px;
  }
  .laptop\:l-410p {
    left: -410px;
  }
  .laptop\:l\+410p {
    left: 410px;
  }
  .laptop\:r-410p {
    right: -410px;
  }
  .laptop\:r\+410p {
    right: 410px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-420p {
    top: -420px;
  }
  .laptop\:t\+420p {
    top: 420px;
  }
  .laptop\:b-420p {
    bottom: -420px;
  }
  .laptop\:b\+420p {
    bottom: 420px;
  }
  .laptop\:l-420p {
    left: -420px;
  }
  .laptop\:l\+420p {
    left: 420px;
  }
  .laptop\:r-420p {
    right: -420px;
  }
  .laptop\:r\+420p {
    right: 420px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-430p {
    top: -430px;
  }
  .laptop\:t\+430p {
    top: 430px;
  }
  .laptop\:b-430p {
    bottom: -430px;
  }
  .laptop\:b\+430p {
    bottom: 430px;
  }
  .laptop\:l-430p {
    left: -430px;
  }
  .laptop\:l\+430p {
    left: 430px;
  }
  .laptop\:r-430p {
    right: -430px;
  }
  .laptop\:r\+430p {
    right: 430px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-440p {
    top: -440px;
  }
  .laptop\:t\+440p {
    top: 440px;
  }
  .laptop\:b-440p {
    bottom: -440px;
  }
  .laptop\:b\+440p {
    bottom: 440px;
  }
  .laptop\:l-440p {
    left: -440px;
  }
  .laptop\:l\+440p {
    left: 440px;
  }
  .laptop\:r-440p {
    right: -440px;
  }
  .laptop\:r\+440p {
    right: 440px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-450p {
    top: -450px;
  }
  .laptop\:t\+450p {
    top: 450px;
  }
  .laptop\:b-450p {
    bottom: -450px;
  }
  .laptop\:b\+450p {
    bottom: 450px;
  }
  .laptop\:l-450p {
    left: -450px;
  }
  .laptop\:l\+450p {
    left: 450px;
  }
  .laptop\:r-450p {
    right: -450px;
  }
  .laptop\:r\+450p {
    right: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-460p {
    top: -460px;
  }
  .laptop\:t\+460p {
    top: 460px;
  }
  .laptop\:b-460p {
    bottom: -460px;
  }
  .laptop\:b\+460p {
    bottom: 460px;
  }
  .laptop\:l-460p {
    left: -460px;
  }
  .laptop\:l\+460p {
    left: 460px;
  }
  .laptop\:r-460p {
    right: -460px;
  }
  .laptop\:r\+460p {
    right: 460px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-470p {
    top: -470px;
  }
  .laptop\:t\+470p {
    top: 470px;
  }
  .laptop\:b-470p {
    bottom: -470px;
  }
  .laptop\:b\+470p {
    bottom: 470px;
  }
  .laptop\:l-470p {
    left: -470px;
  }
  .laptop\:l\+470p {
    left: 470px;
  }
  .laptop\:r-470p {
    right: -470px;
  }
  .laptop\:r\+470p {
    right: 470px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-480p {
    top: -480px;
  }
  .laptop\:t\+480p {
    top: 480px;
  }
  .laptop\:b-480p {
    bottom: -480px;
  }
  .laptop\:b\+480p {
    bottom: 480px;
  }
  .laptop\:l-480p {
    left: -480px;
  }
  .laptop\:l\+480p {
    left: 480px;
  }
  .laptop\:r-480p {
    right: -480px;
  }
  .laptop\:r\+480p {
    right: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-490p {
    top: -490px;
  }
  .laptop\:t\+490p {
    top: 490px;
  }
  .laptop\:b-490p {
    bottom: -490px;
  }
  .laptop\:b\+490p {
    bottom: 490px;
  }
  .laptop\:l-490p {
    left: -490px;
  }
  .laptop\:l\+490p {
    left: 490px;
  }
  .laptop\:r-490p {
    right: -490px;
  }
  .laptop\:r\+490p {
    right: 490px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-500p {
    top: -500px;
  }
  .laptop\:t\+500p {
    top: 500px;
  }
  .laptop\:b-500p {
    bottom: -500px;
  }
  .laptop\:b\+500p {
    bottom: 500px;
  }
  .laptop\:l-500p {
    left: -500px;
  }
  .laptop\:l\+500p {
    left: 500px;
  }
  .laptop\:r-500p {
    right: -500px;
  }
  .laptop\:r\+500p {
    right: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-510p {
    top: -510px;
  }
  .laptop\:t\+510p {
    top: 510px;
  }
  .laptop\:b-510p {
    bottom: -510px;
  }
  .laptop\:b\+510p {
    bottom: 510px;
  }
  .laptop\:l-510p {
    left: -510px;
  }
  .laptop\:l\+510p {
    left: 510px;
  }
  .laptop\:r-510p {
    right: -510px;
  }
  .laptop\:r\+510p {
    right: 510px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-520p {
    top: -520px;
  }
  .laptop\:t\+520p {
    top: 520px;
  }
  .laptop\:b-520p {
    bottom: -520px;
  }
  .laptop\:b\+520p {
    bottom: 520px;
  }
  .laptop\:l-520p {
    left: -520px;
  }
  .laptop\:l\+520p {
    left: 520px;
  }
  .laptop\:r-520p {
    right: -520px;
  }
  .laptop\:r\+520p {
    right: 520px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-530p {
    top: -530px;
  }
  .laptop\:t\+530p {
    top: 530px;
  }
  .laptop\:b-530p {
    bottom: -530px;
  }
  .laptop\:b\+530p {
    bottom: 530px;
  }
  .laptop\:l-530p {
    left: -530px;
  }
  .laptop\:l\+530p {
    left: 530px;
  }
  .laptop\:r-530p {
    right: -530px;
  }
  .laptop\:r\+530p {
    right: 530px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-540p {
    top: -540px;
  }
  .laptop\:t\+540p {
    top: 540px;
  }
  .laptop\:b-540p {
    bottom: -540px;
  }
  .laptop\:b\+540p {
    bottom: 540px;
  }
  .laptop\:l-540p {
    left: -540px;
  }
  .laptop\:l\+540p {
    left: 540px;
  }
  .laptop\:r-540p {
    right: -540px;
  }
  .laptop\:r\+540p {
    right: 540px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-550p {
    top: -550px;
  }
  .laptop\:t\+550p {
    top: 550px;
  }
  .laptop\:b-550p {
    bottom: -550px;
  }
  .laptop\:b\+550p {
    bottom: 550px;
  }
  .laptop\:l-550p {
    left: -550px;
  }
  .laptop\:l\+550p {
    left: 550px;
  }
  .laptop\:r-550p {
    right: -550px;
  }
  .laptop\:r\+550p {
    right: 550px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-560p {
    top: -560px;
  }
  .laptop\:t\+560p {
    top: 560px;
  }
  .laptop\:b-560p {
    bottom: -560px;
  }
  .laptop\:b\+560p {
    bottom: 560px;
  }
  .laptop\:l-560p {
    left: -560px;
  }
  .laptop\:l\+560p {
    left: 560px;
  }
  .laptop\:r-560p {
    right: -560px;
  }
  .laptop\:r\+560p {
    right: 560px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-570p {
    top: -570px;
  }
  .laptop\:t\+570p {
    top: 570px;
  }
  .laptop\:b-570p {
    bottom: -570px;
  }
  .laptop\:b\+570p {
    bottom: 570px;
  }
  .laptop\:l-570p {
    left: -570px;
  }
  .laptop\:l\+570p {
    left: 570px;
  }
  .laptop\:r-570p {
    right: -570px;
  }
  .laptop\:r\+570p {
    right: 570px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-580p {
    top: -580px;
  }
  .laptop\:t\+580p {
    top: 580px;
  }
  .laptop\:b-580p {
    bottom: -580px;
  }
  .laptop\:b\+580p {
    bottom: 580px;
  }
  .laptop\:l-580p {
    left: -580px;
  }
  .laptop\:l\+580p {
    left: 580px;
  }
  .laptop\:r-580p {
    right: -580px;
  }
  .laptop\:r\+580p {
    right: 580px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-590p {
    top: -590px;
  }
  .laptop\:t\+590p {
    top: 590px;
  }
  .laptop\:b-590p {
    bottom: -590px;
  }
  .laptop\:b\+590p {
    bottom: 590px;
  }
  .laptop\:l-590p {
    left: -590px;
  }
  .laptop\:l\+590p {
    left: 590px;
  }
  .laptop\:r-590p {
    right: -590px;
  }
  .laptop\:r\+590p {
    right: 590px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-600p {
    top: -600px;
  }
  .laptop\:t\+600p {
    top: 600px;
  }
  .laptop\:b-600p {
    bottom: -600px;
  }
  .laptop\:b\+600p {
    bottom: 600px;
  }
  .laptop\:l-600p {
    left: -600px;
  }
  .laptop\:l\+600p {
    left: 600px;
  }
  .laptop\:r-600p {
    right: -600px;
  }
  .laptop\:r\+600p {
    right: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-610p {
    top: -610px;
  }
  .laptop\:t\+610p {
    top: 610px;
  }
  .laptop\:b-610p {
    bottom: -610px;
  }
  .laptop\:b\+610p {
    bottom: 610px;
  }
  .laptop\:l-610p {
    left: -610px;
  }
  .laptop\:l\+610p {
    left: 610px;
  }
  .laptop\:r-610p {
    right: -610px;
  }
  .laptop\:r\+610p {
    right: 610px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-620p {
    top: -620px;
  }
  .laptop\:t\+620p {
    top: 620px;
  }
  .laptop\:b-620p {
    bottom: -620px;
  }
  .laptop\:b\+620p {
    bottom: 620px;
  }
  .laptop\:l-620p {
    left: -620px;
  }
  .laptop\:l\+620p {
    left: 620px;
  }
  .laptop\:r-620p {
    right: -620px;
  }
  .laptop\:r\+620p {
    right: 620px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-630p {
    top: -630px;
  }
  .laptop\:t\+630p {
    top: 630px;
  }
  .laptop\:b-630p {
    bottom: -630px;
  }
  .laptop\:b\+630p {
    bottom: 630px;
  }
  .laptop\:l-630p {
    left: -630px;
  }
  .laptop\:l\+630p {
    left: 630px;
  }
  .laptop\:r-630p {
    right: -630px;
  }
  .laptop\:r\+630p {
    right: 630px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-640p {
    top: -640px;
  }
  .laptop\:t\+640p {
    top: 640px;
  }
  .laptop\:b-640p {
    bottom: -640px;
  }
  .laptop\:b\+640p {
    bottom: 640px;
  }
  .laptop\:l-640p {
    left: -640px;
  }
  .laptop\:l\+640p {
    left: 640px;
  }
  .laptop\:r-640p {
    right: -640px;
  }
  .laptop\:r\+640p {
    right: 640px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-650p {
    top: -650px;
  }
  .laptop\:t\+650p {
    top: 650px;
  }
  .laptop\:b-650p {
    bottom: -650px;
  }
  .laptop\:b\+650p {
    bottom: 650px;
  }
  .laptop\:l-650p {
    left: -650px;
  }
  .laptop\:l\+650p {
    left: 650px;
  }
  .laptop\:r-650p {
    right: -650px;
  }
  .laptop\:r\+650p {
    right: 650px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-660p {
    top: -660px;
  }
  .laptop\:t\+660p {
    top: 660px;
  }
  .laptop\:b-660p {
    bottom: -660px;
  }
  .laptop\:b\+660p {
    bottom: 660px;
  }
  .laptop\:l-660p {
    left: -660px;
  }
  .laptop\:l\+660p {
    left: 660px;
  }
  .laptop\:r-660p {
    right: -660px;
  }
  .laptop\:r\+660p {
    right: 660px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-670p {
    top: -670px;
  }
  .laptop\:t\+670p {
    top: 670px;
  }
  .laptop\:b-670p {
    bottom: -670px;
  }
  .laptop\:b\+670p {
    bottom: 670px;
  }
  .laptop\:l-670p {
    left: -670px;
  }
  .laptop\:l\+670p {
    left: 670px;
  }
  .laptop\:r-670p {
    right: -670px;
  }
  .laptop\:r\+670p {
    right: 670px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-680p {
    top: -680px;
  }
  .laptop\:t\+680p {
    top: 680px;
  }
  .laptop\:b-680p {
    bottom: -680px;
  }
  .laptop\:b\+680p {
    bottom: 680px;
  }
  .laptop\:l-680p {
    left: -680px;
  }
  .laptop\:l\+680p {
    left: 680px;
  }
  .laptop\:r-680p {
    right: -680px;
  }
  .laptop\:r\+680p {
    right: 680px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-690p {
    top: -690px;
  }
  .laptop\:t\+690p {
    top: 690px;
  }
  .laptop\:b-690p {
    bottom: -690px;
  }
  .laptop\:b\+690p {
    bottom: 690px;
  }
  .laptop\:l-690p {
    left: -690px;
  }
  .laptop\:l\+690p {
    left: 690px;
  }
  .laptop\:r-690p {
    right: -690px;
  }
  .laptop\:r\+690p {
    right: 690px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-700p {
    top: -700px;
  }
  .laptop\:t\+700p {
    top: 700px;
  }
  .laptop\:b-700p {
    bottom: -700px;
  }
  .laptop\:b\+700p {
    bottom: 700px;
  }
  .laptop\:l-700p {
    left: -700px;
  }
  .laptop\:l\+700p {
    left: 700px;
  }
  .laptop\:r-700p {
    right: -700px;
  }
  .laptop\:r\+700p {
    right: 700px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-710p {
    top: -710px;
  }
  .laptop\:t\+710p {
    top: 710px;
  }
  .laptop\:b-710p {
    bottom: -710px;
  }
  .laptop\:b\+710p {
    bottom: 710px;
  }
  .laptop\:l-710p {
    left: -710px;
  }
  .laptop\:l\+710p {
    left: 710px;
  }
  .laptop\:r-710p {
    right: -710px;
  }
  .laptop\:r\+710p {
    right: 710px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-720p {
    top: -720px;
  }
  .laptop\:t\+720p {
    top: 720px;
  }
  .laptop\:b-720p {
    bottom: -720px;
  }
  .laptop\:b\+720p {
    bottom: 720px;
  }
  .laptop\:l-720p {
    left: -720px;
  }
  .laptop\:l\+720p {
    left: 720px;
  }
  .laptop\:r-720p {
    right: -720px;
  }
  .laptop\:r\+720p {
    right: 720px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-730p {
    top: -730px;
  }
  .laptop\:t\+730p {
    top: 730px;
  }
  .laptop\:b-730p {
    bottom: -730px;
  }
  .laptop\:b\+730p {
    bottom: 730px;
  }
  .laptop\:l-730p {
    left: -730px;
  }
  .laptop\:l\+730p {
    left: 730px;
  }
  .laptop\:r-730p {
    right: -730px;
  }
  .laptop\:r\+730p {
    right: 730px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-740p {
    top: -740px;
  }
  .laptop\:t\+740p {
    top: 740px;
  }
  .laptop\:b-740p {
    bottom: -740px;
  }
  .laptop\:b\+740p {
    bottom: 740px;
  }
  .laptop\:l-740p {
    left: -740px;
  }
  .laptop\:l\+740p {
    left: 740px;
  }
  .laptop\:r-740p {
    right: -740px;
  }
  .laptop\:r\+740p {
    right: 740px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-750p {
    top: -750px;
  }
  .laptop\:t\+750p {
    top: 750px;
  }
  .laptop\:b-750p {
    bottom: -750px;
  }
  .laptop\:b\+750p {
    bottom: 750px;
  }
  .laptop\:l-750p {
    left: -750px;
  }
  .laptop\:l\+750p {
    left: 750px;
  }
  .laptop\:r-750p {
    right: -750px;
  }
  .laptop\:r\+750p {
    right: 750px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-760p {
    top: -760px;
  }
  .laptop\:t\+760p {
    top: 760px;
  }
  .laptop\:b-760p {
    bottom: -760px;
  }
  .laptop\:b\+760p {
    bottom: 760px;
  }
  .laptop\:l-760p {
    left: -760px;
  }
  .laptop\:l\+760p {
    left: 760px;
  }
  .laptop\:r-760p {
    right: -760px;
  }
  .laptop\:r\+760p {
    right: 760px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-770p {
    top: -770px;
  }
  .laptop\:t\+770p {
    top: 770px;
  }
  .laptop\:b-770p {
    bottom: -770px;
  }
  .laptop\:b\+770p {
    bottom: 770px;
  }
  .laptop\:l-770p {
    left: -770px;
  }
  .laptop\:l\+770p {
    left: 770px;
  }
  .laptop\:r-770p {
    right: -770px;
  }
  .laptop\:r\+770p {
    right: 770px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-780p {
    top: -780px;
  }
  .laptop\:t\+780p {
    top: 780px;
  }
  .laptop\:b-780p {
    bottom: -780px;
  }
  .laptop\:b\+780p {
    bottom: 780px;
  }
  .laptop\:l-780p {
    left: -780px;
  }
  .laptop\:l\+780p {
    left: 780px;
  }
  .laptop\:r-780p {
    right: -780px;
  }
  .laptop\:r\+780p {
    right: 780px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-790p {
    top: -790px;
  }
  .laptop\:t\+790p {
    top: 790px;
  }
  .laptop\:b-790p {
    bottom: -790px;
  }
  .laptop\:b\+790p {
    bottom: 790px;
  }
  .laptop\:l-790p {
    left: -790px;
  }
  .laptop\:l\+790p {
    left: 790px;
  }
  .laptop\:r-790p {
    right: -790px;
  }
  .laptop\:r\+790p {
    right: 790px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-800p {
    top: -800px;
  }
  .laptop\:t\+800p {
    top: 800px;
  }
  .laptop\:b-800p {
    bottom: -800px;
  }
  .laptop\:b\+800p {
    bottom: 800px;
  }
  .laptop\:l-800p {
    left: -800px;
  }
  .laptop\:l\+800p {
    left: 800px;
  }
  .laptop\:r-800p {
    right: -800px;
  }
  .laptop\:r\+800p {
    right: 800px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-810p {
    top: -810px;
  }
  .laptop\:t\+810p {
    top: 810px;
  }
  .laptop\:b-810p {
    bottom: -810px;
  }
  .laptop\:b\+810p {
    bottom: 810px;
  }
  .laptop\:l-810p {
    left: -810px;
  }
  .laptop\:l\+810p {
    left: 810px;
  }
  .laptop\:r-810p {
    right: -810px;
  }
  .laptop\:r\+810p {
    right: 810px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-820p {
    top: -820px;
  }
  .laptop\:t\+820p {
    top: 820px;
  }
  .laptop\:b-820p {
    bottom: -820px;
  }
  .laptop\:b\+820p {
    bottom: 820px;
  }
  .laptop\:l-820p {
    left: -820px;
  }
  .laptop\:l\+820p {
    left: 820px;
  }
  .laptop\:r-820p {
    right: -820px;
  }
  .laptop\:r\+820p {
    right: 820px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-830p {
    top: -830px;
  }
  .laptop\:t\+830p {
    top: 830px;
  }
  .laptop\:b-830p {
    bottom: -830px;
  }
  .laptop\:b\+830p {
    bottom: 830px;
  }
  .laptop\:l-830p {
    left: -830px;
  }
  .laptop\:l\+830p {
    left: 830px;
  }
  .laptop\:r-830p {
    right: -830px;
  }
  .laptop\:r\+830p {
    right: 830px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-840p {
    top: -840px;
  }
  .laptop\:t\+840p {
    top: 840px;
  }
  .laptop\:b-840p {
    bottom: -840px;
  }
  .laptop\:b\+840p {
    bottom: 840px;
  }
  .laptop\:l-840p {
    left: -840px;
  }
  .laptop\:l\+840p {
    left: 840px;
  }
  .laptop\:r-840p {
    right: -840px;
  }
  .laptop\:r\+840p {
    right: 840px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-850p {
    top: -850px;
  }
  .laptop\:t\+850p {
    top: 850px;
  }
  .laptop\:b-850p {
    bottom: -850px;
  }
  .laptop\:b\+850p {
    bottom: 850px;
  }
  .laptop\:l-850p {
    left: -850px;
  }
  .laptop\:l\+850p {
    left: 850px;
  }
  .laptop\:r-850p {
    right: -850px;
  }
  .laptop\:r\+850p {
    right: 850px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-860p {
    top: -860px;
  }
  .laptop\:t\+860p {
    top: 860px;
  }
  .laptop\:b-860p {
    bottom: -860px;
  }
  .laptop\:b\+860p {
    bottom: 860px;
  }
  .laptop\:l-860p {
    left: -860px;
  }
  .laptop\:l\+860p {
    left: 860px;
  }
  .laptop\:r-860p {
    right: -860px;
  }
  .laptop\:r\+860p {
    right: 860px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-870p {
    top: -870px;
  }
  .laptop\:t\+870p {
    top: 870px;
  }
  .laptop\:b-870p {
    bottom: -870px;
  }
  .laptop\:b\+870p {
    bottom: 870px;
  }
  .laptop\:l-870p {
    left: -870px;
  }
  .laptop\:l\+870p {
    left: 870px;
  }
  .laptop\:r-870p {
    right: -870px;
  }
  .laptop\:r\+870p {
    right: 870px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-880p {
    top: -880px;
  }
  .laptop\:t\+880p {
    top: 880px;
  }
  .laptop\:b-880p {
    bottom: -880px;
  }
  .laptop\:b\+880p {
    bottom: 880px;
  }
  .laptop\:l-880p {
    left: -880px;
  }
  .laptop\:l\+880p {
    left: 880px;
  }
  .laptop\:r-880p {
    right: -880px;
  }
  .laptop\:r\+880p {
    right: 880px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-890p {
    top: -890px;
  }
  .laptop\:t\+890p {
    top: 890px;
  }
  .laptop\:b-890p {
    bottom: -890px;
  }
  .laptop\:b\+890p {
    bottom: 890px;
  }
  .laptop\:l-890p {
    left: -890px;
  }
  .laptop\:l\+890p {
    left: 890px;
  }
  .laptop\:r-890p {
    right: -890px;
  }
  .laptop\:r\+890p {
    right: 890px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-900p {
    top: -900px;
  }
  .laptop\:t\+900p {
    top: 900px;
  }
  .laptop\:b-900p {
    bottom: -900px;
  }
  .laptop\:b\+900p {
    bottom: 900px;
  }
  .laptop\:l-900p {
    left: -900px;
  }
  .laptop\:l\+900p {
    left: 900px;
  }
  .laptop\:r-900p {
    right: -900px;
  }
  .laptop\:r\+900p {
    right: 900px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-910p {
    top: -910px;
  }
  .laptop\:t\+910p {
    top: 910px;
  }
  .laptop\:b-910p {
    bottom: -910px;
  }
  .laptop\:b\+910p {
    bottom: 910px;
  }
  .laptop\:l-910p {
    left: -910px;
  }
  .laptop\:l\+910p {
    left: 910px;
  }
  .laptop\:r-910p {
    right: -910px;
  }
  .laptop\:r\+910p {
    right: 910px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-920p {
    top: -920px;
  }
  .laptop\:t\+920p {
    top: 920px;
  }
  .laptop\:b-920p {
    bottom: -920px;
  }
  .laptop\:b\+920p {
    bottom: 920px;
  }
  .laptop\:l-920p {
    left: -920px;
  }
  .laptop\:l\+920p {
    left: 920px;
  }
  .laptop\:r-920p {
    right: -920px;
  }
  .laptop\:r\+920p {
    right: 920px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-930p {
    top: -930px;
  }
  .laptop\:t\+930p {
    top: 930px;
  }
  .laptop\:b-930p {
    bottom: -930px;
  }
  .laptop\:b\+930p {
    bottom: 930px;
  }
  .laptop\:l-930p {
    left: -930px;
  }
  .laptop\:l\+930p {
    left: 930px;
  }
  .laptop\:r-930p {
    right: -930px;
  }
  .laptop\:r\+930p {
    right: 930px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-940p {
    top: -940px;
  }
  .laptop\:t\+940p {
    top: 940px;
  }
  .laptop\:b-940p {
    bottom: -940px;
  }
  .laptop\:b\+940p {
    bottom: 940px;
  }
  .laptop\:l-940p {
    left: -940px;
  }
  .laptop\:l\+940p {
    left: 940px;
  }
  .laptop\:r-940p {
    right: -940px;
  }
  .laptop\:r\+940p {
    right: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-950p {
    top: -950px;
  }
  .laptop\:t\+950p {
    top: 950px;
  }
  .laptop\:b-950p {
    bottom: -950px;
  }
  .laptop\:b\+950p {
    bottom: 950px;
  }
  .laptop\:l-950p {
    left: -950px;
  }
  .laptop\:l\+950p {
    left: 950px;
  }
  .laptop\:r-950p {
    right: -950px;
  }
  .laptop\:r\+950p {
    right: 950px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-960p {
    top: -960px;
  }
  .laptop\:t\+960p {
    top: 960px;
  }
  .laptop\:b-960p {
    bottom: -960px;
  }
  .laptop\:b\+960p {
    bottom: 960px;
  }
  .laptop\:l-960p {
    left: -960px;
  }
  .laptop\:l\+960p {
    left: 960px;
  }
  .laptop\:r-960p {
    right: -960px;
  }
  .laptop\:r\+960p {
    right: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-970p {
    top: -970px;
  }
  .laptop\:t\+970p {
    top: 970px;
  }
  .laptop\:b-970p {
    bottom: -970px;
  }
  .laptop\:b\+970p {
    bottom: 970px;
  }
  .laptop\:l-970p {
    left: -970px;
  }
  .laptop\:l\+970p {
    left: 970px;
  }
  .laptop\:r-970p {
    right: -970px;
  }
  .laptop\:r\+970p {
    right: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-980p {
    top: -980px;
  }
  .laptop\:t\+980p {
    top: 980px;
  }
  .laptop\:b-980p {
    bottom: -980px;
  }
  .laptop\:b\+980p {
    bottom: 980px;
  }
  .laptop\:l-980p {
    left: -980px;
  }
  .laptop\:l\+980p {
    left: 980px;
  }
  .laptop\:r-980p {
    right: -980px;
  }
  .laptop\:r\+980p {
    right: 980px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-990p {
    top: -990px;
  }
  .laptop\:t\+990p {
    top: 990px;
  }
  .laptop\:b-990p {
    bottom: -990px;
  }
  .laptop\:b\+990p {
    bottom: 990px;
  }
  .laptop\:l-990p {
    left: -990px;
  }
  .laptop\:l\+990p {
    left: 990px;
  }
  .laptop\:r-990p {
    right: -990px;
  }
  .laptop\:r\+990p {
    right: 990px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1000p {
    top: -1000px;
  }
  .laptop\:t\+1000p {
    top: 1000px;
  }
  .laptop\:b-1000p {
    bottom: -1000px;
  }
  .laptop\:b\+1000p {
    bottom: 1000px;
  }
  .laptop\:l-1000p {
    left: -1000px;
  }
  .laptop\:l\+1000p {
    left: 1000px;
  }
  .laptop\:r-1000p {
    right: -1000px;
  }
  .laptop\:r\+1000p {
    right: 1000px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1010p {
    top: -1010px;
  }
  .laptop\:t\+1010p {
    top: 1010px;
  }
  .laptop\:b-1010p {
    bottom: -1010px;
  }
  .laptop\:b\+1010p {
    bottom: 1010px;
  }
  .laptop\:l-1010p {
    left: -1010px;
  }
  .laptop\:l\+1010p {
    left: 1010px;
  }
  .laptop\:r-1010p {
    right: -1010px;
  }
  .laptop\:r\+1010p {
    right: 1010px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1020p {
    top: -1020px;
  }
  .laptop\:t\+1020p {
    top: 1020px;
  }
  .laptop\:b-1020p {
    bottom: -1020px;
  }
  .laptop\:b\+1020p {
    bottom: 1020px;
  }
  .laptop\:l-1020p {
    left: -1020px;
  }
  .laptop\:l\+1020p {
    left: 1020px;
  }
  .laptop\:r-1020p {
    right: -1020px;
  }
  .laptop\:r\+1020p {
    right: 1020px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1030p {
    top: -1030px;
  }
  .laptop\:t\+1030p {
    top: 1030px;
  }
  .laptop\:b-1030p {
    bottom: -1030px;
  }
  .laptop\:b\+1030p {
    bottom: 1030px;
  }
  .laptop\:l-1030p {
    left: -1030px;
  }
  .laptop\:l\+1030p {
    left: 1030px;
  }
  .laptop\:r-1030p {
    right: -1030px;
  }
  .laptop\:r\+1030p {
    right: 1030px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1040p {
    top: -1040px;
  }
  .laptop\:t\+1040p {
    top: 1040px;
  }
  .laptop\:b-1040p {
    bottom: -1040px;
  }
  .laptop\:b\+1040p {
    bottom: 1040px;
  }
  .laptop\:l-1040p {
    left: -1040px;
  }
  .laptop\:l\+1040p {
    left: 1040px;
  }
  .laptop\:r-1040p {
    right: -1040px;
  }
  .laptop\:r\+1040p {
    right: 1040px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1050p {
    top: -1050px;
  }
  .laptop\:t\+1050p {
    top: 1050px;
  }
  .laptop\:b-1050p {
    bottom: -1050px;
  }
  .laptop\:b\+1050p {
    bottom: 1050px;
  }
  .laptop\:l-1050p {
    left: -1050px;
  }
  .laptop\:l\+1050p {
    left: 1050px;
  }
  .laptop\:r-1050p {
    right: -1050px;
  }
  .laptop\:r\+1050p {
    right: 1050px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1060p {
    top: -1060px;
  }
  .laptop\:t\+1060p {
    top: 1060px;
  }
  .laptop\:b-1060p {
    bottom: -1060px;
  }
  .laptop\:b\+1060p {
    bottom: 1060px;
  }
  .laptop\:l-1060p {
    left: -1060px;
  }
  .laptop\:l\+1060p {
    left: 1060px;
  }
  .laptop\:r-1060p {
    right: -1060px;
  }
  .laptop\:r\+1060p {
    right: 1060px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1070p {
    top: -1070px;
  }
  .laptop\:t\+1070p {
    top: 1070px;
  }
  .laptop\:b-1070p {
    bottom: -1070px;
  }
  .laptop\:b\+1070p {
    bottom: 1070px;
  }
  .laptop\:l-1070p {
    left: -1070px;
  }
  .laptop\:l\+1070p {
    left: 1070px;
  }
  .laptop\:r-1070p {
    right: -1070px;
  }
  .laptop\:r\+1070p {
    right: 1070px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1080p {
    top: -1080px;
  }
  .laptop\:t\+1080p {
    top: 1080px;
  }
  .laptop\:b-1080p {
    bottom: -1080px;
  }
  .laptop\:b\+1080p {
    bottom: 1080px;
  }
  .laptop\:l-1080p {
    left: -1080px;
  }
  .laptop\:l\+1080p {
    left: 1080px;
  }
  .laptop\:r-1080p {
    right: -1080px;
  }
  .laptop\:r\+1080p {
    right: 1080px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1090p {
    top: -1090px;
  }
  .laptop\:t\+1090p {
    top: 1090px;
  }
  .laptop\:b-1090p {
    bottom: -1090px;
  }
  .laptop\:b\+1090p {
    bottom: 1090px;
  }
  .laptop\:l-1090p {
    left: -1090px;
  }
  .laptop\:l\+1090p {
    left: 1090px;
  }
  .laptop\:r-1090p {
    right: -1090px;
  }
  .laptop\:r\+1090p {
    right: 1090px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1100p {
    top: -1100px;
  }
  .laptop\:t\+1100p {
    top: 1100px;
  }
  .laptop\:b-1100p {
    bottom: -1100px;
  }
  .laptop\:b\+1100p {
    bottom: 1100px;
  }
  .laptop\:l-1100p {
    left: -1100px;
  }
  .laptop\:l\+1100p {
    left: 1100px;
  }
  .laptop\:r-1100p {
    right: -1100px;
  }
  .laptop\:r\+1100p {
    right: 1100px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1110p {
    top: -1110px;
  }
  .laptop\:t\+1110p {
    top: 1110px;
  }
  .laptop\:b-1110p {
    bottom: -1110px;
  }
  .laptop\:b\+1110p {
    bottom: 1110px;
  }
  .laptop\:l-1110p {
    left: -1110px;
  }
  .laptop\:l\+1110p {
    left: 1110px;
  }
  .laptop\:r-1110p {
    right: -1110px;
  }
  .laptop\:r\+1110p {
    right: 1110px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1120p {
    top: -1120px;
  }
  .laptop\:t\+1120p {
    top: 1120px;
  }
  .laptop\:b-1120p {
    bottom: -1120px;
  }
  .laptop\:b\+1120p {
    bottom: 1120px;
  }
  .laptop\:l-1120p {
    left: -1120px;
  }
  .laptop\:l\+1120p {
    left: 1120px;
  }
  .laptop\:r-1120p {
    right: -1120px;
  }
  .laptop\:r\+1120p {
    right: 1120px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1130p {
    top: -1130px;
  }
  .laptop\:t\+1130p {
    top: 1130px;
  }
  .laptop\:b-1130p {
    bottom: -1130px;
  }
  .laptop\:b\+1130p {
    bottom: 1130px;
  }
  .laptop\:l-1130p {
    left: -1130px;
  }
  .laptop\:l\+1130p {
    left: 1130px;
  }
  .laptop\:r-1130p {
    right: -1130px;
  }
  .laptop\:r\+1130p {
    right: 1130px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1140p {
    top: -1140px;
  }
  .laptop\:t\+1140p {
    top: 1140px;
  }
  .laptop\:b-1140p {
    bottom: -1140px;
  }
  .laptop\:b\+1140p {
    bottom: 1140px;
  }
  .laptop\:l-1140p {
    left: -1140px;
  }
  .laptop\:l\+1140p {
    left: 1140px;
  }
  .laptop\:r-1140p {
    right: -1140px;
  }
  .laptop\:r\+1140p {
    right: 1140px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1150p {
    top: -1150px;
  }
  .laptop\:t\+1150p {
    top: 1150px;
  }
  .laptop\:b-1150p {
    bottom: -1150px;
  }
  .laptop\:b\+1150p {
    bottom: 1150px;
  }
  .laptop\:l-1150p {
    left: -1150px;
  }
  .laptop\:l\+1150p {
    left: 1150px;
  }
  .laptop\:r-1150p {
    right: -1150px;
  }
  .laptop\:r\+1150p {
    right: 1150px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1160p {
    top: -1160px;
  }
  .laptop\:t\+1160p {
    top: 1160px;
  }
  .laptop\:b-1160p {
    bottom: -1160px;
  }
  .laptop\:b\+1160p {
    bottom: 1160px;
  }
  .laptop\:l-1160p {
    left: -1160px;
  }
  .laptop\:l\+1160p {
    left: 1160px;
  }
  .laptop\:r-1160p {
    right: -1160px;
  }
  .laptop\:r\+1160p {
    right: 1160px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1170p {
    top: -1170px;
  }
  .laptop\:t\+1170p {
    top: 1170px;
  }
  .laptop\:b-1170p {
    bottom: -1170px;
  }
  .laptop\:b\+1170p {
    bottom: 1170px;
  }
  .laptop\:l-1170p {
    left: -1170px;
  }
  .laptop\:l\+1170p {
    left: 1170px;
  }
  .laptop\:r-1170p {
    right: -1170px;
  }
  .laptop\:r\+1170p {
    right: 1170px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1180p {
    top: -1180px;
  }
  .laptop\:t\+1180p {
    top: 1180px;
  }
  .laptop\:b-1180p {
    bottom: -1180px;
  }
  .laptop\:b\+1180p {
    bottom: 1180px;
  }
  .laptop\:l-1180p {
    left: -1180px;
  }
  .laptop\:l\+1180p {
    left: 1180px;
  }
  .laptop\:r-1180p {
    right: -1180px;
  }
  .laptop\:r\+1180p {
    right: 1180px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1190p {
    top: -1190px;
  }
  .laptop\:t\+1190p {
    top: 1190px;
  }
  .laptop\:b-1190p {
    bottom: -1190px;
  }
  .laptop\:b\+1190p {
    bottom: 1190px;
  }
  .laptop\:l-1190p {
    left: -1190px;
  }
  .laptop\:l\+1190p {
    left: 1190px;
  }
  .laptop\:r-1190p {
    right: -1190px;
  }
  .laptop\:r\+1190p {
    right: 1190px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1200p {
    top: -1200px;
  }
  .laptop\:t\+1200p {
    top: 1200px;
  }
  .laptop\:b-1200p {
    bottom: -1200px;
  }
  .laptop\:b\+1200p {
    bottom: 1200px;
  }
  .laptop\:l-1200p {
    left: -1200px;
  }
  .laptop\:l\+1200p {
    left: 1200px;
  }
  .laptop\:r-1200p {
    right: -1200px;
  }
  .laptop\:r\+1200p {
    right: 1200px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1210p {
    top: -1210px;
  }
  .laptop\:t\+1210p {
    top: 1210px;
  }
  .laptop\:b-1210p {
    bottom: -1210px;
  }
  .laptop\:b\+1210p {
    bottom: 1210px;
  }
  .laptop\:l-1210p {
    left: -1210px;
  }
  .laptop\:l\+1210p {
    left: 1210px;
  }
  .laptop\:r-1210p {
    right: -1210px;
  }
  .laptop\:r\+1210p {
    right: 1210px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1220p {
    top: -1220px;
  }
  .laptop\:t\+1220p {
    top: 1220px;
  }
  .laptop\:b-1220p {
    bottom: -1220px;
  }
  .laptop\:b\+1220p {
    bottom: 1220px;
  }
  .laptop\:l-1220p {
    left: -1220px;
  }
  .laptop\:l\+1220p {
    left: 1220px;
  }
  .laptop\:r-1220p {
    right: -1220px;
  }
  .laptop\:r\+1220p {
    right: 1220px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1230p {
    top: -1230px;
  }
  .laptop\:t\+1230p {
    top: 1230px;
  }
  .laptop\:b-1230p {
    bottom: -1230px;
  }
  .laptop\:b\+1230p {
    bottom: 1230px;
  }
  .laptop\:l-1230p {
    left: -1230px;
  }
  .laptop\:l\+1230p {
    left: 1230px;
  }
  .laptop\:r-1230p {
    right: -1230px;
  }
  .laptop\:r\+1230p {
    right: 1230px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1240p {
    top: -1240px;
  }
  .laptop\:t\+1240p {
    top: 1240px;
  }
  .laptop\:b-1240p {
    bottom: -1240px;
  }
  .laptop\:b\+1240p {
    bottom: 1240px;
  }
  .laptop\:l-1240p {
    left: -1240px;
  }
  .laptop\:l\+1240p {
    left: 1240px;
  }
  .laptop\:r-1240p {
    right: -1240px;
  }
  .laptop\:r\+1240p {
    right: 1240px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1250p {
    top: -1250px;
  }
  .laptop\:t\+1250p {
    top: 1250px;
  }
  .laptop\:b-1250p {
    bottom: -1250px;
  }
  .laptop\:b\+1250p {
    bottom: 1250px;
  }
  .laptop\:l-1250p {
    left: -1250px;
  }
  .laptop\:l\+1250p {
    left: 1250px;
  }
  .laptop\:r-1250p {
    right: -1250px;
  }
  .laptop\:r\+1250p {
    right: 1250px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1260p {
    top: -1260px;
  }
  .laptop\:t\+1260p {
    top: 1260px;
  }
  .laptop\:b-1260p {
    bottom: -1260px;
  }
  .laptop\:b\+1260p {
    bottom: 1260px;
  }
  .laptop\:l-1260p {
    left: -1260px;
  }
  .laptop\:l\+1260p {
    left: 1260px;
  }
  .laptop\:r-1260p {
    right: -1260px;
  }
  .laptop\:r\+1260p {
    right: 1260px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1270p {
    top: -1270px;
  }
  .laptop\:t\+1270p {
    top: 1270px;
  }
  .laptop\:b-1270p {
    bottom: -1270px;
  }
  .laptop\:b\+1270p {
    bottom: 1270px;
  }
  .laptop\:l-1270p {
    left: -1270px;
  }
  .laptop\:l\+1270p {
    left: 1270px;
  }
  .laptop\:r-1270p {
    right: -1270px;
  }
  .laptop\:r\+1270p {
    right: 1270px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1280p {
    top: -1280px;
  }
  .laptop\:t\+1280p {
    top: 1280px;
  }
  .laptop\:b-1280p {
    bottom: -1280px;
  }
  .laptop\:b\+1280p {
    bottom: 1280px;
  }
  .laptop\:l-1280p {
    left: -1280px;
  }
  .laptop\:l\+1280p {
    left: 1280px;
  }
  .laptop\:r-1280p {
    right: -1280px;
  }
  .laptop\:r\+1280p {
    right: 1280px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1290p {
    top: -1290px;
  }
  .laptop\:t\+1290p {
    top: 1290px;
  }
  .laptop\:b-1290p {
    bottom: -1290px;
  }
  .laptop\:b\+1290p {
    bottom: 1290px;
  }
  .laptop\:l-1290p {
    left: -1290px;
  }
  .laptop\:l\+1290p {
    left: 1290px;
  }
  .laptop\:r-1290p {
    right: -1290px;
  }
  .laptop\:r\+1290p {
    right: 1290px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1300p {
    top: -1300px;
  }
  .laptop\:t\+1300p {
    top: 1300px;
  }
  .laptop\:b-1300p {
    bottom: -1300px;
  }
  .laptop\:b\+1300p {
    bottom: 1300px;
  }
  .laptop\:l-1300p {
    left: -1300px;
  }
  .laptop\:l\+1300p {
    left: 1300px;
  }
  .laptop\:r-1300p {
    right: -1300px;
  }
  .laptop\:r\+1300p {
    right: 1300px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1310p {
    top: -1310px;
  }
  .laptop\:t\+1310p {
    top: 1310px;
  }
  .laptop\:b-1310p {
    bottom: -1310px;
  }
  .laptop\:b\+1310p {
    bottom: 1310px;
  }
  .laptop\:l-1310p {
    left: -1310px;
  }
  .laptop\:l\+1310p {
    left: 1310px;
  }
  .laptop\:r-1310p {
    right: -1310px;
  }
  .laptop\:r\+1310p {
    right: 1310px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1320p {
    top: -1320px;
  }
  .laptop\:t\+1320p {
    top: 1320px;
  }
  .laptop\:b-1320p {
    bottom: -1320px;
  }
  .laptop\:b\+1320p {
    bottom: 1320px;
  }
  .laptop\:l-1320p {
    left: -1320px;
  }
  .laptop\:l\+1320p {
    left: 1320px;
  }
  .laptop\:r-1320p {
    right: -1320px;
  }
  .laptop\:r\+1320p {
    right: 1320px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1330p {
    top: -1330px;
  }
  .laptop\:t\+1330p {
    top: 1330px;
  }
  .laptop\:b-1330p {
    bottom: -1330px;
  }
  .laptop\:b\+1330p {
    bottom: 1330px;
  }
  .laptop\:l-1330p {
    left: -1330px;
  }
  .laptop\:l\+1330p {
    left: 1330px;
  }
  .laptop\:r-1330p {
    right: -1330px;
  }
  .laptop\:r\+1330p {
    right: 1330px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1340p {
    top: -1340px;
  }
  .laptop\:t\+1340p {
    top: 1340px;
  }
  .laptop\:b-1340p {
    bottom: -1340px;
  }
  .laptop\:b\+1340p {
    bottom: 1340px;
  }
  .laptop\:l-1340p {
    left: -1340px;
  }
  .laptop\:l\+1340p {
    left: 1340px;
  }
  .laptop\:r-1340p {
    right: -1340px;
  }
  .laptop\:r\+1340p {
    right: 1340px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1350p {
    top: -1350px;
  }
  .laptop\:t\+1350p {
    top: 1350px;
  }
  .laptop\:b-1350p {
    bottom: -1350px;
  }
  .laptop\:b\+1350p {
    bottom: 1350px;
  }
  .laptop\:l-1350p {
    left: -1350px;
  }
  .laptop\:l\+1350p {
    left: 1350px;
  }
  .laptop\:r-1350p {
    right: -1350px;
  }
  .laptop\:r\+1350p {
    right: 1350px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1360p {
    top: -1360px;
  }
  .laptop\:t\+1360p {
    top: 1360px;
  }
  .laptop\:b-1360p {
    bottom: -1360px;
  }
  .laptop\:b\+1360p {
    bottom: 1360px;
  }
  .laptop\:l-1360p {
    left: -1360px;
  }
  .laptop\:l\+1360p {
    left: 1360px;
  }
  .laptop\:r-1360p {
    right: -1360px;
  }
  .laptop\:r\+1360p {
    right: 1360px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1370p {
    top: -1370px;
  }
  .laptop\:t\+1370p {
    top: 1370px;
  }
  .laptop\:b-1370p {
    bottom: -1370px;
  }
  .laptop\:b\+1370p {
    bottom: 1370px;
  }
  .laptop\:l-1370p {
    left: -1370px;
  }
  .laptop\:l\+1370p {
    left: 1370px;
  }
  .laptop\:r-1370p {
    right: -1370px;
  }
  .laptop\:r\+1370p {
    right: 1370px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1380p {
    top: -1380px;
  }
  .laptop\:t\+1380p {
    top: 1380px;
  }
  .laptop\:b-1380p {
    bottom: -1380px;
  }
  .laptop\:b\+1380p {
    bottom: 1380px;
  }
  .laptop\:l-1380p {
    left: -1380px;
  }
  .laptop\:l\+1380p {
    left: 1380px;
  }
  .laptop\:r-1380p {
    right: -1380px;
  }
  .laptop\:r\+1380p {
    right: 1380px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1390p {
    top: -1390px;
  }
  .laptop\:t\+1390p {
    top: 1390px;
  }
  .laptop\:b-1390p {
    bottom: -1390px;
  }
  .laptop\:b\+1390p {
    bottom: 1390px;
  }
  .laptop\:l-1390p {
    left: -1390px;
  }
  .laptop\:l\+1390p {
    left: 1390px;
  }
  .laptop\:r-1390p {
    right: -1390px;
  }
  .laptop\:r\+1390p {
    right: 1390px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1400p {
    top: -1400px;
  }
  .laptop\:t\+1400p {
    top: 1400px;
  }
  .laptop\:b-1400p {
    bottom: -1400px;
  }
  .laptop\:b\+1400p {
    bottom: 1400px;
  }
  .laptop\:l-1400p {
    left: -1400px;
  }
  .laptop\:l\+1400p {
    left: 1400px;
  }
  .laptop\:r-1400p {
    right: -1400px;
  }
  .laptop\:r\+1400p {
    right: 1400px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1410p {
    top: -1410px;
  }
  .laptop\:t\+1410p {
    top: 1410px;
  }
  .laptop\:b-1410p {
    bottom: -1410px;
  }
  .laptop\:b\+1410p {
    bottom: 1410px;
  }
  .laptop\:l-1410p {
    left: -1410px;
  }
  .laptop\:l\+1410p {
    left: 1410px;
  }
  .laptop\:r-1410p {
    right: -1410px;
  }
  .laptop\:r\+1410p {
    right: 1410px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1420p {
    top: -1420px;
  }
  .laptop\:t\+1420p {
    top: 1420px;
  }
  .laptop\:b-1420p {
    bottom: -1420px;
  }
  .laptop\:b\+1420p {
    bottom: 1420px;
  }
  .laptop\:l-1420p {
    left: -1420px;
  }
  .laptop\:l\+1420p {
    left: 1420px;
  }
  .laptop\:r-1420p {
    right: -1420px;
  }
  .laptop\:r\+1420p {
    right: 1420px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1430p {
    top: -1430px;
  }
  .laptop\:t\+1430p {
    top: 1430px;
  }
  .laptop\:b-1430p {
    bottom: -1430px;
  }
  .laptop\:b\+1430p {
    bottom: 1430px;
  }
  .laptop\:l-1430p {
    left: -1430px;
  }
  .laptop\:l\+1430p {
    left: 1430px;
  }
  .laptop\:r-1430p {
    right: -1430px;
  }
  .laptop\:r\+1430p {
    right: 1430px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1440p {
    top: -1440px;
  }
  .laptop\:t\+1440p {
    top: 1440px;
  }
  .laptop\:b-1440p {
    bottom: -1440px;
  }
  .laptop\:b\+1440p {
    bottom: 1440px;
  }
  .laptop\:l-1440p {
    left: -1440px;
  }
  .laptop\:l\+1440p {
    left: 1440px;
  }
  .laptop\:r-1440p {
    right: -1440px;
  }
  .laptop\:r\+1440p {
    right: 1440px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1450p {
    top: -1450px;
  }
  .laptop\:t\+1450p {
    top: 1450px;
  }
  .laptop\:b-1450p {
    bottom: -1450px;
  }
  .laptop\:b\+1450p {
    bottom: 1450px;
  }
  .laptop\:l-1450p {
    left: -1450px;
  }
  .laptop\:l\+1450p {
    left: 1450px;
  }
  .laptop\:r-1450p {
    right: -1450px;
  }
  .laptop\:r\+1450p {
    right: 1450px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1460p {
    top: -1460px;
  }
  .laptop\:t\+1460p {
    top: 1460px;
  }
  .laptop\:b-1460p {
    bottom: -1460px;
  }
  .laptop\:b\+1460p {
    bottom: 1460px;
  }
  .laptop\:l-1460p {
    left: -1460px;
  }
  .laptop\:l\+1460p {
    left: 1460px;
  }
  .laptop\:r-1460p {
    right: -1460px;
  }
  .laptop\:r\+1460p {
    right: 1460px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1470p {
    top: -1470px;
  }
  .laptop\:t\+1470p {
    top: 1470px;
  }
  .laptop\:b-1470p {
    bottom: -1470px;
  }
  .laptop\:b\+1470p {
    bottom: 1470px;
  }
  .laptop\:l-1470p {
    left: -1470px;
  }
  .laptop\:l\+1470p {
    left: 1470px;
  }
  .laptop\:r-1470p {
    right: -1470px;
  }
  .laptop\:r\+1470p {
    right: 1470px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1480p {
    top: -1480px;
  }
  .laptop\:t\+1480p {
    top: 1480px;
  }
  .laptop\:b-1480p {
    bottom: -1480px;
  }
  .laptop\:b\+1480p {
    bottom: 1480px;
  }
  .laptop\:l-1480p {
    left: -1480px;
  }
  .laptop\:l\+1480p {
    left: 1480px;
  }
  .laptop\:r-1480p {
    right: -1480px;
  }
  .laptop\:r\+1480p {
    right: 1480px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1490p {
    top: -1490px;
  }
  .laptop\:t\+1490p {
    top: 1490px;
  }
  .laptop\:b-1490p {
    bottom: -1490px;
  }
  .laptop\:b\+1490p {
    bottom: 1490px;
  }
  .laptop\:l-1490p {
    left: -1490px;
  }
  .laptop\:l\+1490p {
    left: 1490px;
  }
  .laptop\:r-1490p {
    right: -1490px;
  }
  .laptop\:r\+1490p {
    right: 1490px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1500p {
    top: -1500px;
  }
  .laptop\:t\+1500p {
    top: 1500px;
  }
  .laptop\:b-1500p {
    bottom: -1500px;
  }
  .laptop\:b\+1500p {
    bottom: 1500px;
  }
  .laptop\:l-1500p {
    left: -1500px;
  }
  .laptop\:l\+1500p {
    left: 1500px;
  }
  .laptop\:r-1500p {
    right: -1500px;
  }
  .laptop\:r\+1500p {
    right: 1500px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1510p {
    top: -1510px;
  }
  .laptop\:t\+1510p {
    top: 1510px;
  }
  .laptop\:b-1510p {
    bottom: -1510px;
  }
  .laptop\:b\+1510p {
    bottom: 1510px;
  }
  .laptop\:l-1510p {
    left: -1510px;
  }
  .laptop\:l\+1510p {
    left: 1510px;
  }
  .laptop\:r-1510p {
    right: -1510px;
  }
  .laptop\:r\+1510p {
    right: 1510px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1520p {
    top: -1520px;
  }
  .laptop\:t\+1520p {
    top: 1520px;
  }
  .laptop\:b-1520p {
    bottom: -1520px;
  }
  .laptop\:b\+1520p {
    bottom: 1520px;
  }
  .laptop\:l-1520p {
    left: -1520px;
  }
  .laptop\:l\+1520p {
    left: 1520px;
  }
  .laptop\:r-1520p {
    right: -1520px;
  }
  .laptop\:r\+1520p {
    right: 1520px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1530p {
    top: -1530px;
  }
  .laptop\:t\+1530p {
    top: 1530px;
  }
  .laptop\:b-1530p {
    bottom: -1530px;
  }
  .laptop\:b\+1530p {
    bottom: 1530px;
  }
  .laptop\:l-1530p {
    left: -1530px;
  }
  .laptop\:l\+1530p {
    left: 1530px;
  }
  .laptop\:r-1530p {
    right: -1530px;
  }
  .laptop\:r\+1530p {
    right: 1530px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1540p {
    top: -1540px;
  }
  .laptop\:t\+1540p {
    top: 1540px;
  }
  .laptop\:b-1540p {
    bottom: -1540px;
  }
  .laptop\:b\+1540p {
    bottom: 1540px;
  }
  .laptop\:l-1540p {
    left: -1540px;
  }
  .laptop\:l\+1540p {
    left: 1540px;
  }
  .laptop\:r-1540p {
    right: -1540px;
  }
  .laptop\:r\+1540p {
    right: 1540px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1550p {
    top: -1550px;
  }
  .laptop\:t\+1550p {
    top: 1550px;
  }
  .laptop\:b-1550p {
    bottom: -1550px;
  }
  .laptop\:b\+1550p {
    bottom: 1550px;
  }
  .laptop\:l-1550p {
    left: -1550px;
  }
  .laptop\:l\+1550p {
    left: 1550px;
  }
  .laptop\:r-1550p {
    right: -1550px;
  }
  .laptop\:r\+1550p {
    right: 1550px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1560p {
    top: -1560px;
  }
  .laptop\:t\+1560p {
    top: 1560px;
  }
  .laptop\:b-1560p {
    bottom: -1560px;
  }
  .laptop\:b\+1560p {
    bottom: 1560px;
  }
  .laptop\:l-1560p {
    left: -1560px;
  }
  .laptop\:l\+1560p {
    left: 1560px;
  }
  .laptop\:r-1560p {
    right: -1560px;
  }
  .laptop\:r\+1560p {
    right: 1560px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1570p {
    top: -1570px;
  }
  .laptop\:t\+1570p {
    top: 1570px;
  }
  .laptop\:b-1570p {
    bottom: -1570px;
  }
  .laptop\:b\+1570p {
    bottom: 1570px;
  }
  .laptop\:l-1570p {
    left: -1570px;
  }
  .laptop\:l\+1570p {
    left: 1570px;
  }
  .laptop\:r-1570p {
    right: -1570px;
  }
  .laptop\:r\+1570p {
    right: 1570px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1580p {
    top: -1580px;
  }
  .laptop\:t\+1580p {
    top: 1580px;
  }
  .laptop\:b-1580p {
    bottom: -1580px;
  }
  .laptop\:b\+1580p {
    bottom: 1580px;
  }
  .laptop\:l-1580p {
    left: -1580px;
  }
  .laptop\:l\+1580p {
    left: 1580px;
  }
  .laptop\:r-1580p {
    right: -1580px;
  }
  .laptop\:r\+1580p {
    right: 1580px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1590p {
    top: -1590px;
  }
  .laptop\:t\+1590p {
    top: 1590px;
  }
  .laptop\:b-1590p {
    bottom: -1590px;
  }
  .laptop\:b\+1590p {
    bottom: 1590px;
  }
  .laptop\:l-1590p {
    left: -1590px;
  }
  .laptop\:l\+1590p {
    left: 1590px;
  }
  .laptop\:r-1590p {
    right: -1590px;
  }
  .laptop\:r\+1590p {
    right: 1590px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1600p {
    top: -1600px;
  }
  .laptop\:t\+1600p {
    top: 1600px;
  }
  .laptop\:b-1600p {
    bottom: -1600px;
  }
  .laptop\:b\+1600p {
    bottom: 1600px;
  }
  .laptop\:l-1600p {
    left: -1600px;
  }
  .laptop\:l\+1600p {
    left: 1600px;
  }
  .laptop\:r-1600p {
    right: -1600px;
  }
  .laptop\:r\+1600p {
    right: 1600px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1610p {
    top: -1610px;
  }
  .laptop\:t\+1610p {
    top: 1610px;
  }
  .laptop\:b-1610p {
    bottom: -1610px;
  }
  .laptop\:b\+1610p {
    bottom: 1610px;
  }
  .laptop\:l-1610p {
    left: -1610px;
  }
  .laptop\:l\+1610p {
    left: 1610px;
  }
  .laptop\:r-1610p {
    right: -1610px;
  }
  .laptop\:r\+1610p {
    right: 1610px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1620p {
    top: -1620px;
  }
  .laptop\:t\+1620p {
    top: 1620px;
  }
  .laptop\:b-1620p {
    bottom: -1620px;
  }
  .laptop\:b\+1620p {
    bottom: 1620px;
  }
  .laptop\:l-1620p {
    left: -1620px;
  }
  .laptop\:l\+1620p {
    left: 1620px;
  }
  .laptop\:r-1620p {
    right: -1620px;
  }
  .laptop\:r\+1620p {
    right: 1620px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1630p {
    top: -1630px;
  }
  .laptop\:t\+1630p {
    top: 1630px;
  }
  .laptop\:b-1630p {
    bottom: -1630px;
  }
  .laptop\:b\+1630p {
    bottom: 1630px;
  }
  .laptop\:l-1630p {
    left: -1630px;
  }
  .laptop\:l\+1630p {
    left: 1630px;
  }
  .laptop\:r-1630p {
    right: -1630px;
  }
  .laptop\:r\+1630p {
    right: 1630px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1640p {
    top: -1640px;
  }
  .laptop\:t\+1640p {
    top: 1640px;
  }
  .laptop\:b-1640p {
    bottom: -1640px;
  }
  .laptop\:b\+1640p {
    bottom: 1640px;
  }
  .laptop\:l-1640p {
    left: -1640px;
  }
  .laptop\:l\+1640p {
    left: 1640px;
  }
  .laptop\:r-1640p {
    right: -1640px;
  }
  .laptop\:r\+1640p {
    right: 1640px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1650p {
    top: -1650px;
  }
  .laptop\:t\+1650p {
    top: 1650px;
  }
  .laptop\:b-1650p {
    bottom: -1650px;
  }
  .laptop\:b\+1650p {
    bottom: 1650px;
  }
  .laptop\:l-1650p {
    left: -1650px;
  }
  .laptop\:l\+1650p {
    left: 1650px;
  }
  .laptop\:r-1650p {
    right: -1650px;
  }
  .laptop\:r\+1650p {
    right: 1650px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1660p {
    top: -1660px;
  }
  .laptop\:t\+1660p {
    top: 1660px;
  }
  .laptop\:b-1660p {
    bottom: -1660px;
  }
  .laptop\:b\+1660p {
    bottom: 1660px;
  }
  .laptop\:l-1660p {
    left: -1660px;
  }
  .laptop\:l\+1660p {
    left: 1660px;
  }
  .laptop\:r-1660p {
    right: -1660px;
  }
  .laptop\:r\+1660p {
    right: 1660px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1670p {
    top: -1670px;
  }
  .laptop\:t\+1670p {
    top: 1670px;
  }
  .laptop\:b-1670p {
    bottom: -1670px;
  }
  .laptop\:b\+1670p {
    bottom: 1670px;
  }
  .laptop\:l-1670p {
    left: -1670px;
  }
  .laptop\:l\+1670p {
    left: 1670px;
  }
  .laptop\:r-1670p {
    right: -1670px;
  }
  .laptop\:r\+1670p {
    right: 1670px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1680p {
    top: -1680px;
  }
  .laptop\:t\+1680p {
    top: 1680px;
  }
  .laptop\:b-1680p {
    bottom: -1680px;
  }
  .laptop\:b\+1680p {
    bottom: 1680px;
  }
  .laptop\:l-1680p {
    left: -1680px;
  }
  .laptop\:l\+1680p {
    left: 1680px;
  }
  .laptop\:r-1680p {
    right: -1680px;
  }
  .laptop\:r\+1680p {
    right: 1680px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1690p {
    top: -1690px;
  }
  .laptop\:t\+1690p {
    top: 1690px;
  }
  .laptop\:b-1690p {
    bottom: -1690px;
  }
  .laptop\:b\+1690p {
    bottom: 1690px;
  }
  .laptop\:l-1690p {
    left: -1690px;
  }
  .laptop\:l\+1690p {
    left: 1690px;
  }
  .laptop\:r-1690p {
    right: -1690px;
  }
  .laptop\:r\+1690p {
    right: 1690px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1700p {
    top: -1700px;
  }
  .laptop\:t\+1700p {
    top: 1700px;
  }
  .laptop\:b-1700p {
    bottom: -1700px;
  }
  .laptop\:b\+1700p {
    bottom: 1700px;
  }
  .laptop\:l-1700p {
    left: -1700px;
  }
  .laptop\:l\+1700p {
    left: 1700px;
  }
  .laptop\:r-1700p {
    right: -1700px;
  }
  .laptop\:r\+1700p {
    right: 1700px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1710p {
    top: -1710px;
  }
  .laptop\:t\+1710p {
    top: 1710px;
  }
  .laptop\:b-1710p {
    bottom: -1710px;
  }
  .laptop\:b\+1710p {
    bottom: 1710px;
  }
  .laptop\:l-1710p {
    left: -1710px;
  }
  .laptop\:l\+1710p {
    left: 1710px;
  }
  .laptop\:r-1710p {
    right: -1710px;
  }
  .laptop\:r\+1710p {
    right: 1710px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1720p {
    top: -1720px;
  }
  .laptop\:t\+1720p {
    top: 1720px;
  }
  .laptop\:b-1720p {
    bottom: -1720px;
  }
  .laptop\:b\+1720p {
    bottom: 1720px;
  }
  .laptop\:l-1720p {
    left: -1720px;
  }
  .laptop\:l\+1720p {
    left: 1720px;
  }
  .laptop\:r-1720p {
    right: -1720px;
  }
  .laptop\:r\+1720p {
    right: 1720px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1730p {
    top: -1730px;
  }
  .laptop\:t\+1730p {
    top: 1730px;
  }
  .laptop\:b-1730p {
    bottom: -1730px;
  }
  .laptop\:b\+1730p {
    bottom: 1730px;
  }
  .laptop\:l-1730p {
    left: -1730px;
  }
  .laptop\:l\+1730p {
    left: 1730px;
  }
  .laptop\:r-1730p {
    right: -1730px;
  }
  .laptop\:r\+1730p {
    right: 1730px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1740p {
    top: -1740px;
  }
  .laptop\:t\+1740p {
    top: 1740px;
  }
  .laptop\:b-1740p {
    bottom: -1740px;
  }
  .laptop\:b\+1740p {
    bottom: 1740px;
  }
  .laptop\:l-1740p {
    left: -1740px;
  }
  .laptop\:l\+1740p {
    left: 1740px;
  }
  .laptop\:r-1740p {
    right: -1740px;
  }
  .laptop\:r\+1740p {
    right: 1740px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1750p {
    top: -1750px;
  }
  .laptop\:t\+1750p {
    top: 1750px;
  }
  .laptop\:b-1750p {
    bottom: -1750px;
  }
  .laptop\:b\+1750p {
    bottom: 1750px;
  }
  .laptop\:l-1750p {
    left: -1750px;
  }
  .laptop\:l\+1750p {
    left: 1750px;
  }
  .laptop\:r-1750p {
    right: -1750px;
  }
  .laptop\:r\+1750p {
    right: 1750px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1760p {
    top: -1760px;
  }
  .laptop\:t\+1760p {
    top: 1760px;
  }
  .laptop\:b-1760p {
    bottom: -1760px;
  }
  .laptop\:b\+1760p {
    bottom: 1760px;
  }
  .laptop\:l-1760p {
    left: -1760px;
  }
  .laptop\:l\+1760p {
    left: 1760px;
  }
  .laptop\:r-1760p {
    right: -1760px;
  }
  .laptop\:r\+1760p {
    right: 1760px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1770p {
    top: -1770px;
  }
  .laptop\:t\+1770p {
    top: 1770px;
  }
  .laptop\:b-1770p {
    bottom: -1770px;
  }
  .laptop\:b\+1770p {
    bottom: 1770px;
  }
  .laptop\:l-1770p {
    left: -1770px;
  }
  .laptop\:l\+1770p {
    left: 1770px;
  }
  .laptop\:r-1770p {
    right: -1770px;
  }
  .laptop\:r\+1770p {
    right: 1770px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1780p {
    top: -1780px;
  }
  .laptop\:t\+1780p {
    top: 1780px;
  }
  .laptop\:b-1780p {
    bottom: -1780px;
  }
  .laptop\:b\+1780p {
    bottom: 1780px;
  }
  .laptop\:l-1780p {
    left: -1780px;
  }
  .laptop\:l\+1780p {
    left: 1780px;
  }
  .laptop\:r-1780p {
    right: -1780px;
  }
  .laptop\:r\+1780p {
    right: 1780px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1790p {
    top: -1790px;
  }
  .laptop\:t\+1790p {
    top: 1790px;
  }
  .laptop\:b-1790p {
    bottom: -1790px;
  }
  .laptop\:b\+1790p {
    bottom: 1790px;
  }
  .laptop\:l-1790p {
    left: -1790px;
  }
  .laptop\:l\+1790p {
    left: 1790px;
  }
  .laptop\:r-1790p {
    right: -1790px;
  }
  .laptop\:r\+1790p {
    right: 1790px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1800p {
    top: -1800px;
  }
  .laptop\:t\+1800p {
    top: 1800px;
  }
  .laptop\:b-1800p {
    bottom: -1800px;
  }
  .laptop\:b\+1800p {
    bottom: 1800px;
  }
  .laptop\:l-1800p {
    left: -1800px;
  }
  .laptop\:l\+1800p {
    left: 1800px;
  }
  .laptop\:r-1800p {
    right: -1800px;
  }
  .laptop\:r\+1800p {
    right: 1800px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1810p {
    top: -1810px;
  }
  .laptop\:t\+1810p {
    top: 1810px;
  }
  .laptop\:b-1810p {
    bottom: -1810px;
  }
  .laptop\:b\+1810p {
    bottom: 1810px;
  }
  .laptop\:l-1810p {
    left: -1810px;
  }
  .laptop\:l\+1810p {
    left: 1810px;
  }
  .laptop\:r-1810p {
    right: -1810px;
  }
  .laptop\:r\+1810p {
    right: 1810px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1820p {
    top: -1820px;
  }
  .laptop\:t\+1820p {
    top: 1820px;
  }
  .laptop\:b-1820p {
    bottom: -1820px;
  }
  .laptop\:b\+1820p {
    bottom: 1820px;
  }
  .laptop\:l-1820p {
    left: -1820px;
  }
  .laptop\:l\+1820p {
    left: 1820px;
  }
  .laptop\:r-1820p {
    right: -1820px;
  }
  .laptop\:r\+1820p {
    right: 1820px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1830p {
    top: -1830px;
  }
  .laptop\:t\+1830p {
    top: 1830px;
  }
  .laptop\:b-1830p {
    bottom: -1830px;
  }
  .laptop\:b\+1830p {
    bottom: 1830px;
  }
  .laptop\:l-1830p {
    left: -1830px;
  }
  .laptop\:l\+1830p {
    left: 1830px;
  }
  .laptop\:r-1830p {
    right: -1830px;
  }
  .laptop\:r\+1830p {
    right: 1830px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1840p {
    top: -1840px;
  }
  .laptop\:t\+1840p {
    top: 1840px;
  }
  .laptop\:b-1840p {
    bottom: -1840px;
  }
  .laptop\:b\+1840p {
    bottom: 1840px;
  }
  .laptop\:l-1840p {
    left: -1840px;
  }
  .laptop\:l\+1840p {
    left: 1840px;
  }
  .laptop\:r-1840p {
    right: -1840px;
  }
  .laptop\:r\+1840p {
    right: 1840px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1850p {
    top: -1850px;
  }
  .laptop\:t\+1850p {
    top: 1850px;
  }
  .laptop\:b-1850p {
    bottom: -1850px;
  }
  .laptop\:b\+1850p {
    bottom: 1850px;
  }
  .laptop\:l-1850p {
    left: -1850px;
  }
  .laptop\:l\+1850p {
    left: 1850px;
  }
  .laptop\:r-1850p {
    right: -1850px;
  }
  .laptop\:r\+1850p {
    right: 1850px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1860p {
    top: -1860px;
  }
  .laptop\:t\+1860p {
    top: 1860px;
  }
  .laptop\:b-1860p {
    bottom: -1860px;
  }
  .laptop\:b\+1860p {
    bottom: 1860px;
  }
  .laptop\:l-1860p {
    left: -1860px;
  }
  .laptop\:l\+1860p {
    left: 1860px;
  }
  .laptop\:r-1860p {
    right: -1860px;
  }
  .laptop\:r\+1860p {
    right: 1860px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1870p {
    top: -1870px;
  }
  .laptop\:t\+1870p {
    top: 1870px;
  }
  .laptop\:b-1870p {
    bottom: -1870px;
  }
  .laptop\:b\+1870p {
    bottom: 1870px;
  }
  .laptop\:l-1870p {
    left: -1870px;
  }
  .laptop\:l\+1870p {
    left: 1870px;
  }
  .laptop\:r-1870p {
    right: -1870px;
  }
  .laptop\:r\+1870p {
    right: 1870px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1880p {
    top: -1880px;
  }
  .laptop\:t\+1880p {
    top: 1880px;
  }
  .laptop\:b-1880p {
    bottom: -1880px;
  }
  .laptop\:b\+1880p {
    bottom: 1880px;
  }
  .laptop\:l-1880p {
    left: -1880px;
  }
  .laptop\:l\+1880p {
    left: 1880px;
  }
  .laptop\:r-1880p {
    right: -1880px;
  }
  .laptop\:r\+1880p {
    right: 1880px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1890p {
    top: -1890px;
  }
  .laptop\:t\+1890p {
    top: 1890px;
  }
  .laptop\:b-1890p {
    bottom: -1890px;
  }
  .laptop\:b\+1890p {
    bottom: 1890px;
  }
  .laptop\:l-1890p {
    left: -1890px;
  }
  .laptop\:l\+1890p {
    left: 1890px;
  }
  .laptop\:r-1890p {
    right: -1890px;
  }
  .laptop\:r\+1890p {
    right: 1890px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1900p {
    top: -1900px;
  }
  .laptop\:t\+1900p {
    top: 1900px;
  }
  .laptop\:b-1900p {
    bottom: -1900px;
  }
  .laptop\:b\+1900p {
    bottom: 1900px;
  }
  .laptop\:l-1900p {
    left: -1900px;
  }
  .laptop\:l\+1900p {
    left: 1900px;
  }
  .laptop\:r-1900p {
    right: -1900px;
  }
  .laptop\:r\+1900p {
    right: 1900px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1910p {
    top: -1910px;
  }
  .laptop\:t\+1910p {
    top: 1910px;
  }
  .laptop\:b-1910p {
    bottom: -1910px;
  }
  .laptop\:b\+1910p {
    bottom: 1910px;
  }
  .laptop\:l-1910p {
    left: -1910px;
  }
  .laptop\:l\+1910p {
    left: 1910px;
  }
  .laptop\:r-1910p {
    right: -1910px;
  }
  .laptop\:r\+1910p {
    right: 1910px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1920p {
    top: -1920px;
  }
  .laptop\:t\+1920p {
    top: 1920px;
  }
  .laptop\:b-1920p {
    bottom: -1920px;
  }
  .laptop\:b\+1920p {
    bottom: 1920px;
  }
  .laptop\:l-1920p {
    left: -1920px;
  }
  .laptop\:l\+1920p {
    left: 1920px;
  }
  .laptop\:r-1920p {
    right: -1920px;
  }
  .laptop\:r\+1920p {
    right: 1920px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1930p {
    top: -1930px;
  }
  .laptop\:t\+1930p {
    top: 1930px;
  }
  .laptop\:b-1930p {
    bottom: -1930px;
  }
  .laptop\:b\+1930p {
    bottom: 1930px;
  }
  .laptop\:l-1930p {
    left: -1930px;
  }
  .laptop\:l\+1930p {
    left: 1930px;
  }
  .laptop\:r-1930p {
    right: -1930px;
  }
  .laptop\:r\+1930p {
    right: 1930px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1940p {
    top: -1940px;
  }
  .laptop\:t\+1940p {
    top: 1940px;
  }
  .laptop\:b-1940p {
    bottom: -1940px;
  }
  .laptop\:b\+1940p {
    bottom: 1940px;
  }
  .laptop\:l-1940p {
    left: -1940px;
  }
  .laptop\:l\+1940p {
    left: 1940px;
  }
  .laptop\:r-1940p {
    right: -1940px;
  }
  .laptop\:r\+1940p {
    right: 1940px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1950p {
    top: -1950px;
  }
  .laptop\:t\+1950p {
    top: 1950px;
  }
  .laptop\:b-1950p {
    bottom: -1950px;
  }
  .laptop\:b\+1950p {
    bottom: 1950px;
  }
  .laptop\:l-1950p {
    left: -1950px;
  }
  .laptop\:l\+1950p {
    left: 1950px;
  }
  .laptop\:r-1950p {
    right: -1950px;
  }
  .laptop\:r\+1950p {
    right: 1950px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1960p {
    top: -1960px;
  }
  .laptop\:t\+1960p {
    top: 1960px;
  }
  .laptop\:b-1960p {
    bottom: -1960px;
  }
  .laptop\:b\+1960p {
    bottom: 1960px;
  }
  .laptop\:l-1960p {
    left: -1960px;
  }
  .laptop\:l\+1960p {
    left: 1960px;
  }
  .laptop\:r-1960p {
    right: -1960px;
  }
  .laptop\:r\+1960p {
    right: 1960px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1970p {
    top: -1970px;
  }
  .laptop\:t\+1970p {
    top: 1970px;
  }
  .laptop\:b-1970p {
    bottom: -1970px;
  }
  .laptop\:b\+1970p {
    bottom: 1970px;
  }
  .laptop\:l-1970p {
    left: -1970px;
  }
  .laptop\:l\+1970p {
    left: 1970px;
  }
  .laptop\:r-1970p {
    right: -1970px;
  }
  .laptop\:r\+1970p {
    right: 1970px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1980p {
    top: -1980px;
  }
  .laptop\:t\+1980p {
    top: 1980px;
  }
  .laptop\:b-1980p {
    bottom: -1980px;
  }
  .laptop\:b\+1980p {
    bottom: 1980px;
  }
  .laptop\:l-1980p {
    left: -1980px;
  }
  .laptop\:l\+1980p {
    left: 1980px;
  }
  .laptop\:r-1980p {
    right: -1980px;
  }
  .laptop\:r\+1980p {
    right: 1980px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1990p {
    top: -1990px;
  }
  .laptop\:t\+1990p {
    top: 1990px;
  }
  .laptop\:b-1990p {
    bottom: -1990px;
  }
  .laptop\:b\+1990p {
    bottom: 1990px;
  }
  .laptop\:l-1990p {
    left: -1990px;
  }
  .laptop\:l\+1990p {
    left: 1990px;
  }
  .laptop\:r-1990p {
    right: -1990px;
  }
  .laptop\:r\+1990p {
    right: 1990px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-0vw {
    top: -0vw;
  }
  .laptop\:t\+0vw {
    top: 0vw;
  }
  .laptop\:t-0\% {
    top: 0%;
  }
  .laptop\:t\+0\% {
    top: 0%;
  }
  .laptop\:b-0vw {
    bottom: -0vw;
  }
  .laptop\:b\+0vw {
    bottom: 0vw;
  }
  .laptop\:b-0\% {
    bottom: 0%;
  }
  .laptop\:b\+0\% {
    bottom: 0%;
  }
  .laptop\:l-0vw {
    left: -0vw;
  }
  .laptop\:l\+0vw {
    left: 0vw;
  }
  .laptop\:l-0\% {
    left: 0%;
  }
  .laptop\:l\+0\% {
    left: 0%;
  }
  .laptop\:r-0vw {
    right: -0vw;
  }
  .laptop\:r\+0vw {
    right: 0vw;
  }
  .laptop\:r-0\% {
    right: 0%;
  }
  .laptop\:r\+0\% {
    right: 0%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-1vw {
    top: -1vw;
  }
  .laptop\:t\+1vw {
    top: 1vw;
  }
  .laptop\:t-1\% {
    top: -1%;
  }
  .laptop\:t\+1\% {
    top: 1%;
  }
  .laptop\:b-1vw {
    bottom: -1vw;
  }
  .laptop\:b\+1vw {
    bottom: 1vw;
  }
  .laptop\:b-1\% {
    bottom: -1%;
  }
  .laptop\:b\+1\% {
    bottom: 1%;
  }
  .laptop\:l-1vw {
    left: -1vw;
  }
  .laptop\:l\+1vw {
    left: 1vw;
  }
  .laptop\:l-1\% {
    left: -1%;
  }
  .laptop\:l\+1\% {
    left: 1%;
  }
  .laptop\:r-1vw {
    right: -1vw;
  }
  .laptop\:r\+1vw {
    right: 1vw;
  }
  .laptop\:r-1\% {
    right: -1%;
  }
  .laptop\:r\+1\% {
    right: 1%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-2vw {
    top: -2vw;
  }
  .laptop\:t\+2vw {
    top: 2vw;
  }
  .laptop\:t-2\% {
    top: -2%;
  }
  .laptop\:t\+2\% {
    top: 2%;
  }
  .laptop\:b-2vw {
    bottom: -2vw;
  }
  .laptop\:b\+2vw {
    bottom: 2vw;
  }
  .laptop\:b-2\% {
    bottom: -2%;
  }
  .laptop\:b\+2\% {
    bottom: 2%;
  }
  .laptop\:l-2vw {
    left: -2vw;
  }
  .laptop\:l\+2vw {
    left: 2vw;
  }
  .laptop\:l-2\% {
    left: -2%;
  }
  .laptop\:l\+2\% {
    left: 2%;
  }
  .laptop\:r-2vw {
    right: -2vw;
  }
  .laptop\:r\+2vw {
    right: 2vw;
  }
  .laptop\:r-2\% {
    right: -2%;
  }
  .laptop\:r\+2\% {
    right: 2%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-3vw {
    top: -3vw;
  }
  .laptop\:t\+3vw {
    top: 3vw;
  }
  .laptop\:t-3\% {
    top: -3%;
  }
  .laptop\:t\+3\% {
    top: 3%;
  }
  .laptop\:b-3vw {
    bottom: -3vw;
  }
  .laptop\:b\+3vw {
    bottom: 3vw;
  }
  .laptop\:b-3\% {
    bottom: -3%;
  }
  .laptop\:b\+3\% {
    bottom: 3%;
  }
  .laptop\:l-3vw {
    left: -3vw;
  }
  .laptop\:l\+3vw {
    left: 3vw;
  }
  .laptop\:l-3\% {
    left: -3%;
  }
  .laptop\:l\+3\% {
    left: 3%;
  }
  .laptop\:r-3vw {
    right: -3vw;
  }
  .laptop\:r\+3vw {
    right: 3vw;
  }
  .laptop\:r-3\% {
    right: -3%;
  }
  .laptop\:r\+3\% {
    right: 3%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-4vw {
    top: -4vw;
  }
  .laptop\:t\+4vw {
    top: 4vw;
  }
  .laptop\:t-4\% {
    top: -4%;
  }
  .laptop\:t\+4\% {
    top: 4%;
  }
  .laptop\:b-4vw {
    bottom: -4vw;
  }
  .laptop\:b\+4vw {
    bottom: 4vw;
  }
  .laptop\:b-4\% {
    bottom: -4%;
  }
  .laptop\:b\+4\% {
    bottom: 4%;
  }
  .laptop\:l-4vw {
    left: -4vw;
  }
  .laptop\:l\+4vw {
    left: 4vw;
  }
  .laptop\:l-4\% {
    left: -4%;
  }
  .laptop\:l\+4\% {
    left: 4%;
  }
  .laptop\:r-4vw {
    right: -4vw;
  }
  .laptop\:r\+4vw {
    right: 4vw;
  }
  .laptop\:r-4\% {
    right: -4%;
  }
  .laptop\:r\+4\% {
    right: 4%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-5vw {
    top: -5vw;
  }
  .laptop\:t\+5vw {
    top: 5vw;
  }
  .laptop\:t-5\% {
    top: -5%;
  }
  .laptop\:t\+5\% {
    top: 5%;
  }
  .laptop\:b-5vw {
    bottom: -5vw;
  }
  .laptop\:b\+5vw {
    bottom: 5vw;
  }
  .laptop\:b-5\% {
    bottom: -5%;
  }
  .laptop\:b\+5\% {
    bottom: 5%;
  }
  .laptop\:l-5vw {
    left: -5vw;
  }
  .laptop\:l\+5vw {
    left: 5vw;
  }
  .laptop\:l-5\% {
    left: -5%;
  }
  .laptop\:l\+5\% {
    left: 5%;
  }
  .laptop\:r-5vw {
    right: -5vw;
  }
  .laptop\:r\+5vw {
    right: 5vw;
  }
  .laptop\:r-5\% {
    right: -5%;
  }
  .laptop\:r\+5\% {
    right: 5%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-6vw {
    top: -6vw;
  }
  .laptop\:t\+6vw {
    top: 6vw;
  }
  .laptop\:t-6\% {
    top: -6%;
  }
  .laptop\:t\+6\% {
    top: 6%;
  }
  .laptop\:b-6vw {
    bottom: -6vw;
  }
  .laptop\:b\+6vw {
    bottom: 6vw;
  }
  .laptop\:b-6\% {
    bottom: -6%;
  }
  .laptop\:b\+6\% {
    bottom: 6%;
  }
  .laptop\:l-6vw {
    left: -6vw;
  }
  .laptop\:l\+6vw {
    left: 6vw;
  }
  .laptop\:l-6\% {
    left: -6%;
  }
  .laptop\:l\+6\% {
    left: 6%;
  }
  .laptop\:r-6vw {
    right: -6vw;
  }
  .laptop\:r\+6vw {
    right: 6vw;
  }
  .laptop\:r-6\% {
    right: -6%;
  }
  .laptop\:r\+6\% {
    right: 6%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-7vw {
    top: -7vw;
  }
  .laptop\:t\+7vw {
    top: 7vw;
  }
  .laptop\:t-7\% {
    top: -7%;
  }
  .laptop\:t\+7\% {
    top: 7%;
  }
  .laptop\:b-7vw {
    bottom: -7vw;
  }
  .laptop\:b\+7vw {
    bottom: 7vw;
  }
  .laptop\:b-7\% {
    bottom: -7%;
  }
  .laptop\:b\+7\% {
    bottom: 7%;
  }
  .laptop\:l-7vw {
    left: -7vw;
  }
  .laptop\:l\+7vw {
    left: 7vw;
  }
  .laptop\:l-7\% {
    left: -7%;
  }
  .laptop\:l\+7\% {
    left: 7%;
  }
  .laptop\:r-7vw {
    right: -7vw;
  }
  .laptop\:r\+7vw {
    right: 7vw;
  }
  .laptop\:r-7\% {
    right: -7%;
  }
  .laptop\:r\+7\% {
    right: 7%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-8vw {
    top: -8vw;
  }
  .laptop\:t\+8vw {
    top: 8vw;
  }
  .laptop\:t-8\% {
    top: -8%;
  }
  .laptop\:t\+8\% {
    top: 8%;
  }
  .laptop\:b-8vw {
    bottom: -8vw;
  }
  .laptop\:b\+8vw {
    bottom: 8vw;
  }
  .laptop\:b-8\% {
    bottom: -8%;
  }
  .laptop\:b\+8\% {
    bottom: 8%;
  }
  .laptop\:l-8vw {
    left: -8vw;
  }
  .laptop\:l\+8vw {
    left: 8vw;
  }
  .laptop\:l-8\% {
    left: -8%;
  }
  .laptop\:l\+8\% {
    left: 8%;
  }
  .laptop\:r-8vw {
    right: -8vw;
  }
  .laptop\:r\+8vw {
    right: 8vw;
  }
  .laptop\:r-8\% {
    right: -8%;
  }
  .laptop\:r\+8\% {
    right: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-9vw {
    top: -9vw;
  }
  .laptop\:t\+9vw {
    top: 9vw;
  }
  .laptop\:t-9\% {
    top: -9%;
  }
  .laptop\:t\+9\% {
    top: 9%;
  }
  .laptop\:b-9vw {
    bottom: -9vw;
  }
  .laptop\:b\+9vw {
    bottom: 9vw;
  }
  .laptop\:b-9\% {
    bottom: -9%;
  }
  .laptop\:b\+9\% {
    bottom: 9%;
  }
  .laptop\:l-9vw {
    left: -9vw;
  }
  .laptop\:l\+9vw {
    left: 9vw;
  }
  .laptop\:l-9\% {
    left: -9%;
  }
  .laptop\:l\+9\% {
    left: 9%;
  }
  .laptop\:r-9vw {
    right: -9vw;
  }
  .laptop\:r\+9vw {
    right: 9vw;
  }
  .laptop\:r-9\% {
    right: -9%;
  }
  .laptop\:r\+9\% {
    right: 9%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-10vw {
    top: -10vw;
  }
  .laptop\:t\+10vw {
    top: 10vw;
  }
  .laptop\:t-10\% {
    top: -10%;
  }
  .laptop\:t\+10\% {
    top: 10%;
  }
  .laptop\:b-10vw {
    bottom: -10vw;
  }
  .laptop\:b\+10vw {
    bottom: 10vw;
  }
  .laptop\:b-10\% {
    bottom: -10%;
  }
  .laptop\:b\+10\% {
    bottom: 10%;
  }
  .laptop\:l-10vw {
    left: -10vw;
  }
  .laptop\:l\+10vw {
    left: 10vw;
  }
  .laptop\:l-10\% {
    left: -10%;
  }
  .laptop\:l\+10\% {
    left: 10%;
  }
  .laptop\:r-10vw {
    right: -10vw;
  }
  .laptop\:r\+10vw {
    right: 10vw;
  }
  .laptop\:r-10\% {
    right: -10%;
  }
  .laptop\:r\+10\% {
    right: 10%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-11vw {
    top: -11vw;
  }
  .laptop\:t\+11vw {
    top: 11vw;
  }
  .laptop\:t-11\% {
    top: -11%;
  }
  .laptop\:t\+11\% {
    top: 11%;
  }
  .laptop\:b-11vw {
    bottom: -11vw;
  }
  .laptop\:b\+11vw {
    bottom: 11vw;
  }
  .laptop\:b-11\% {
    bottom: -11%;
  }
  .laptop\:b\+11\% {
    bottom: 11%;
  }
  .laptop\:l-11vw {
    left: -11vw;
  }
  .laptop\:l\+11vw {
    left: 11vw;
  }
  .laptop\:l-11\% {
    left: -11%;
  }
  .laptop\:l\+11\% {
    left: 11%;
  }
  .laptop\:r-11vw {
    right: -11vw;
  }
  .laptop\:r\+11vw {
    right: 11vw;
  }
  .laptop\:r-11\% {
    right: -11%;
  }
  .laptop\:r\+11\% {
    right: 11%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-12vw {
    top: -12vw;
  }
  .laptop\:t\+12vw {
    top: 12vw;
  }
  .laptop\:t-12\% {
    top: -12%;
  }
  .laptop\:t\+12\% {
    top: 12%;
  }
  .laptop\:b-12vw {
    bottom: -12vw;
  }
  .laptop\:b\+12vw {
    bottom: 12vw;
  }
  .laptop\:b-12\% {
    bottom: -12%;
  }
  .laptop\:b\+12\% {
    bottom: 12%;
  }
  .laptop\:l-12vw {
    left: -12vw;
  }
  .laptop\:l\+12vw {
    left: 12vw;
  }
  .laptop\:l-12\% {
    left: -12%;
  }
  .laptop\:l\+12\% {
    left: 12%;
  }
  .laptop\:r-12vw {
    right: -12vw;
  }
  .laptop\:r\+12vw {
    right: 12vw;
  }
  .laptop\:r-12\% {
    right: -12%;
  }
  .laptop\:r\+12\% {
    right: 12%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-13vw {
    top: -13vw;
  }
  .laptop\:t\+13vw {
    top: 13vw;
  }
  .laptop\:t-13\% {
    top: -13%;
  }
  .laptop\:t\+13\% {
    top: 13%;
  }
  .laptop\:b-13vw {
    bottom: -13vw;
  }
  .laptop\:b\+13vw {
    bottom: 13vw;
  }
  .laptop\:b-13\% {
    bottom: -13%;
  }
  .laptop\:b\+13\% {
    bottom: 13%;
  }
  .laptop\:l-13vw {
    left: -13vw;
  }
  .laptop\:l\+13vw {
    left: 13vw;
  }
  .laptop\:l-13\% {
    left: -13%;
  }
  .laptop\:l\+13\% {
    left: 13%;
  }
  .laptop\:r-13vw {
    right: -13vw;
  }
  .laptop\:r\+13vw {
    right: 13vw;
  }
  .laptop\:r-13\% {
    right: -13%;
  }
  .laptop\:r\+13\% {
    right: 13%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-14vw {
    top: -14vw;
  }
  .laptop\:t\+14vw {
    top: 14vw;
  }
  .laptop\:t-14\% {
    top: -14%;
  }
  .laptop\:t\+14\% {
    top: 14%;
  }
  .laptop\:b-14vw {
    bottom: -14vw;
  }
  .laptop\:b\+14vw {
    bottom: 14vw;
  }
  .laptop\:b-14\% {
    bottom: -14%;
  }
  .laptop\:b\+14\% {
    bottom: 14%;
  }
  .laptop\:l-14vw {
    left: -14vw;
  }
  .laptop\:l\+14vw {
    left: 14vw;
  }
  .laptop\:l-14\% {
    left: -14%;
  }
  .laptop\:l\+14\% {
    left: 14%;
  }
  .laptop\:r-14vw {
    right: -14vw;
  }
  .laptop\:r\+14vw {
    right: 14vw;
  }
  .laptop\:r-14\% {
    right: -14%;
  }
  .laptop\:r\+14\% {
    right: 14%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-15vw {
    top: -15vw;
  }
  .laptop\:t\+15vw {
    top: 15vw;
  }
  .laptop\:t-15\% {
    top: -15%;
  }
  .laptop\:t\+15\% {
    top: 15%;
  }
  .laptop\:b-15vw {
    bottom: -15vw;
  }
  .laptop\:b\+15vw {
    bottom: 15vw;
  }
  .laptop\:b-15\% {
    bottom: -15%;
  }
  .laptop\:b\+15\% {
    bottom: 15%;
  }
  .laptop\:l-15vw {
    left: -15vw;
  }
  .laptop\:l\+15vw {
    left: 15vw;
  }
  .laptop\:l-15\% {
    left: -15%;
  }
  .laptop\:l\+15\% {
    left: 15%;
  }
  .laptop\:r-15vw {
    right: -15vw;
  }
  .laptop\:r\+15vw {
    right: 15vw;
  }
  .laptop\:r-15\% {
    right: -15%;
  }
  .laptop\:r\+15\% {
    right: 15%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-16vw {
    top: -16vw;
  }
  .laptop\:t\+16vw {
    top: 16vw;
  }
  .laptop\:t-16\% {
    top: -16%;
  }
  .laptop\:t\+16\% {
    top: 16%;
  }
  .laptop\:b-16vw {
    bottom: -16vw;
  }
  .laptop\:b\+16vw {
    bottom: 16vw;
  }
  .laptop\:b-16\% {
    bottom: -16%;
  }
  .laptop\:b\+16\% {
    bottom: 16%;
  }
  .laptop\:l-16vw {
    left: -16vw;
  }
  .laptop\:l\+16vw {
    left: 16vw;
  }
  .laptop\:l-16\% {
    left: -16%;
  }
  .laptop\:l\+16\% {
    left: 16%;
  }
  .laptop\:r-16vw {
    right: -16vw;
  }
  .laptop\:r\+16vw {
    right: 16vw;
  }
  .laptop\:r-16\% {
    right: -16%;
  }
  .laptop\:r\+16\% {
    right: 16%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-17vw {
    top: -17vw;
  }
  .laptop\:t\+17vw {
    top: 17vw;
  }
  .laptop\:t-17\% {
    top: -17%;
  }
  .laptop\:t\+17\% {
    top: 17%;
  }
  .laptop\:b-17vw {
    bottom: -17vw;
  }
  .laptop\:b\+17vw {
    bottom: 17vw;
  }
  .laptop\:b-17\% {
    bottom: -17%;
  }
  .laptop\:b\+17\% {
    bottom: 17%;
  }
  .laptop\:l-17vw {
    left: -17vw;
  }
  .laptop\:l\+17vw {
    left: 17vw;
  }
  .laptop\:l-17\% {
    left: -17%;
  }
  .laptop\:l\+17\% {
    left: 17%;
  }
  .laptop\:r-17vw {
    right: -17vw;
  }
  .laptop\:r\+17vw {
    right: 17vw;
  }
  .laptop\:r-17\% {
    right: -17%;
  }
  .laptop\:r\+17\% {
    right: 17%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-18vw {
    top: -18vw;
  }
  .laptop\:t\+18vw {
    top: 18vw;
  }
  .laptop\:t-18\% {
    top: -18%;
  }
  .laptop\:t\+18\% {
    top: 18%;
  }
  .laptop\:b-18vw {
    bottom: -18vw;
  }
  .laptop\:b\+18vw {
    bottom: 18vw;
  }
  .laptop\:b-18\% {
    bottom: -18%;
  }
  .laptop\:b\+18\% {
    bottom: 18%;
  }
  .laptop\:l-18vw {
    left: -18vw;
  }
  .laptop\:l\+18vw {
    left: 18vw;
  }
  .laptop\:l-18\% {
    left: -18%;
  }
  .laptop\:l\+18\% {
    left: 18%;
  }
  .laptop\:r-18vw {
    right: -18vw;
  }
  .laptop\:r\+18vw {
    right: 18vw;
  }
  .laptop\:r-18\% {
    right: -18%;
  }
  .laptop\:r\+18\% {
    right: 18%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-19vw {
    top: -19vw;
  }
  .laptop\:t\+19vw {
    top: 19vw;
  }
  .laptop\:t-19\% {
    top: -19%;
  }
  .laptop\:t\+19\% {
    top: 19%;
  }
  .laptop\:b-19vw {
    bottom: -19vw;
  }
  .laptop\:b\+19vw {
    bottom: 19vw;
  }
  .laptop\:b-19\% {
    bottom: -19%;
  }
  .laptop\:b\+19\% {
    bottom: 19%;
  }
  .laptop\:l-19vw {
    left: -19vw;
  }
  .laptop\:l\+19vw {
    left: 19vw;
  }
  .laptop\:l-19\% {
    left: -19%;
  }
  .laptop\:l\+19\% {
    left: 19%;
  }
  .laptop\:r-19vw {
    right: -19vw;
  }
  .laptop\:r\+19vw {
    right: 19vw;
  }
  .laptop\:r-19\% {
    right: -19%;
  }
  .laptop\:r\+19\% {
    right: 19%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-20vw {
    top: -20vw;
  }
  .laptop\:t\+20vw {
    top: 20vw;
  }
  .laptop\:t-20\% {
    top: -20%;
  }
  .laptop\:t\+20\% {
    top: 20%;
  }
  .laptop\:b-20vw {
    bottom: -20vw;
  }
  .laptop\:b\+20vw {
    bottom: 20vw;
  }
  .laptop\:b-20\% {
    bottom: -20%;
  }
  .laptop\:b\+20\% {
    bottom: 20%;
  }
  .laptop\:l-20vw {
    left: -20vw;
  }
  .laptop\:l\+20vw {
    left: 20vw;
  }
  .laptop\:l-20\% {
    left: -20%;
  }
  .laptop\:l\+20\% {
    left: 20%;
  }
  .laptop\:r-20vw {
    right: -20vw;
  }
  .laptop\:r\+20vw {
    right: 20vw;
  }
  .laptop\:r-20\% {
    right: -20%;
  }
  .laptop\:r\+20\% {
    right: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-21vw {
    top: -21vw;
  }
  .laptop\:t\+21vw {
    top: 21vw;
  }
  .laptop\:t-21\% {
    top: -21%;
  }
  .laptop\:t\+21\% {
    top: 21%;
  }
  .laptop\:b-21vw {
    bottom: -21vw;
  }
  .laptop\:b\+21vw {
    bottom: 21vw;
  }
  .laptop\:b-21\% {
    bottom: -21%;
  }
  .laptop\:b\+21\% {
    bottom: 21%;
  }
  .laptop\:l-21vw {
    left: -21vw;
  }
  .laptop\:l\+21vw {
    left: 21vw;
  }
  .laptop\:l-21\% {
    left: -21%;
  }
  .laptop\:l\+21\% {
    left: 21%;
  }
  .laptop\:r-21vw {
    right: -21vw;
  }
  .laptop\:r\+21vw {
    right: 21vw;
  }
  .laptop\:r-21\% {
    right: -21%;
  }
  .laptop\:r\+21\% {
    right: 21%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-22vw {
    top: -22vw;
  }
  .laptop\:t\+22vw {
    top: 22vw;
  }
  .laptop\:t-22\% {
    top: -22%;
  }
  .laptop\:t\+22\% {
    top: 22%;
  }
  .laptop\:b-22vw {
    bottom: -22vw;
  }
  .laptop\:b\+22vw {
    bottom: 22vw;
  }
  .laptop\:b-22\% {
    bottom: -22%;
  }
  .laptop\:b\+22\% {
    bottom: 22%;
  }
  .laptop\:l-22vw {
    left: -22vw;
  }
  .laptop\:l\+22vw {
    left: 22vw;
  }
  .laptop\:l-22\% {
    left: -22%;
  }
  .laptop\:l\+22\% {
    left: 22%;
  }
  .laptop\:r-22vw {
    right: -22vw;
  }
  .laptop\:r\+22vw {
    right: 22vw;
  }
  .laptop\:r-22\% {
    right: -22%;
  }
  .laptop\:r\+22\% {
    right: 22%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-23vw {
    top: -23vw;
  }
  .laptop\:t\+23vw {
    top: 23vw;
  }
  .laptop\:t-23\% {
    top: -23%;
  }
  .laptop\:t\+23\% {
    top: 23%;
  }
  .laptop\:b-23vw {
    bottom: -23vw;
  }
  .laptop\:b\+23vw {
    bottom: 23vw;
  }
  .laptop\:b-23\% {
    bottom: -23%;
  }
  .laptop\:b\+23\% {
    bottom: 23%;
  }
  .laptop\:l-23vw {
    left: -23vw;
  }
  .laptop\:l\+23vw {
    left: 23vw;
  }
  .laptop\:l-23\% {
    left: -23%;
  }
  .laptop\:l\+23\% {
    left: 23%;
  }
  .laptop\:r-23vw {
    right: -23vw;
  }
  .laptop\:r\+23vw {
    right: 23vw;
  }
  .laptop\:r-23\% {
    right: -23%;
  }
  .laptop\:r\+23\% {
    right: 23%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-24vw {
    top: -24vw;
  }
  .laptop\:t\+24vw {
    top: 24vw;
  }
  .laptop\:t-24\% {
    top: -24%;
  }
  .laptop\:t\+24\% {
    top: 24%;
  }
  .laptop\:b-24vw {
    bottom: -24vw;
  }
  .laptop\:b\+24vw {
    bottom: 24vw;
  }
  .laptop\:b-24\% {
    bottom: -24%;
  }
  .laptop\:b\+24\% {
    bottom: 24%;
  }
  .laptop\:l-24vw {
    left: -24vw;
  }
  .laptop\:l\+24vw {
    left: 24vw;
  }
  .laptop\:l-24\% {
    left: -24%;
  }
  .laptop\:l\+24\% {
    left: 24%;
  }
  .laptop\:r-24vw {
    right: -24vw;
  }
  .laptop\:r\+24vw {
    right: 24vw;
  }
  .laptop\:r-24\% {
    right: -24%;
  }
  .laptop\:r\+24\% {
    right: 24%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-25vw {
    top: -25vw;
  }
  .laptop\:t\+25vw {
    top: 25vw;
  }
  .laptop\:t-25\% {
    top: -25%;
  }
  .laptop\:t\+25\% {
    top: 25%;
  }
  .laptop\:b-25vw {
    bottom: -25vw;
  }
  .laptop\:b\+25vw {
    bottom: 25vw;
  }
  .laptop\:b-25\% {
    bottom: -25%;
  }
  .laptop\:b\+25\% {
    bottom: 25%;
  }
  .laptop\:l-25vw {
    left: -25vw;
  }
  .laptop\:l\+25vw {
    left: 25vw;
  }
  .laptop\:l-25\% {
    left: -25%;
  }
  .laptop\:l\+25\% {
    left: 25%;
  }
  .laptop\:r-25vw {
    right: -25vw;
  }
  .laptop\:r\+25vw {
    right: 25vw;
  }
  .laptop\:r-25\% {
    right: -25%;
  }
  .laptop\:r\+25\% {
    right: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-26vw {
    top: -26vw;
  }
  .laptop\:t\+26vw {
    top: 26vw;
  }
  .laptop\:t-26\% {
    top: -26%;
  }
  .laptop\:t\+26\% {
    top: 26%;
  }
  .laptop\:b-26vw {
    bottom: -26vw;
  }
  .laptop\:b\+26vw {
    bottom: 26vw;
  }
  .laptop\:b-26\% {
    bottom: -26%;
  }
  .laptop\:b\+26\% {
    bottom: 26%;
  }
  .laptop\:l-26vw {
    left: -26vw;
  }
  .laptop\:l\+26vw {
    left: 26vw;
  }
  .laptop\:l-26\% {
    left: -26%;
  }
  .laptop\:l\+26\% {
    left: 26%;
  }
  .laptop\:r-26vw {
    right: -26vw;
  }
  .laptop\:r\+26vw {
    right: 26vw;
  }
  .laptop\:r-26\% {
    right: -26%;
  }
  .laptop\:r\+26\% {
    right: 26%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-27vw {
    top: -27vw;
  }
  .laptop\:t\+27vw {
    top: 27vw;
  }
  .laptop\:t-27\% {
    top: -27%;
  }
  .laptop\:t\+27\% {
    top: 27%;
  }
  .laptop\:b-27vw {
    bottom: -27vw;
  }
  .laptop\:b\+27vw {
    bottom: 27vw;
  }
  .laptop\:b-27\% {
    bottom: -27%;
  }
  .laptop\:b\+27\% {
    bottom: 27%;
  }
  .laptop\:l-27vw {
    left: -27vw;
  }
  .laptop\:l\+27vw {
    left: 27vw;
  }
  .laptop\:l-27\% {
    left: -27%;
  }
  .laptop\:l\+27\% {
    left: 27%;
  }
  .laptop\:r-27vw {
    right: -27vw;
  }
  .laptop\:r\+27vw {
    right: 27vw;
  }
  .laptop\:r-27\% {
    right: -27%;
  }
  .laptop\:r\+27\% {
    right: 27%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-28vw {
    top: -28vw;
  }
  .laptop\:t\+28vw {
    top: 28vw;
  }
  .laptop\:t-28\% {
    top: -28%;
  }
  .laptop\:t\+28\% {
    top: 28%;
  }
  .laptop\:b-28vw {
    bottom: -28vw;
  }
  .laptop\:b\+28vw {
    bottom: 28vw;
  }
  .laptop\:b-28\% {
    bottom: -28%;
  }
  .laptop\:b\+28\% {
    bottom: 28%;
  }
  .laptop\:l-28vw {
    left: -28vw;
  }
  .laptop\:l\+28vw {
    left: 28vw;
  }
  .laptop\:l-28\% {
    left: -28%;
  }
  .laptop\:l\+28\% {
    left: 28%;
  }
  .laptop\:r-28vw {
    right: -28vw;
  }
  .laptop\:r\+28vw {
    right: 28vw;
  }
  .laptop\:r-28\% {
    right: -28%;
  }
  .laptop\:r\+28\% {
    right: 28%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-29vw {
    top: -29vw;
  }
  .laptop\:t\+29vw {
    top: 29vw;
  }
  .laptop\:t-29\% {
    top: -29%;
  }
  .laptop\:t\+29\% {
    top: 29%;
  }
  .laptop\:b-29vw {
    bottom: -29vw;
  }
  .laptop\:b\+29vw {
    bottom: 29vw;
  }
  .laptop\:b-29\% {
    bottom: -29%;
  }
  .laptop\:b\+29\% {
    bottom: 29%;
  }
  .laptop\:l-29vw {
    left: -29vw;
  }
  .laptop\:l\+29vw {
    left: 29vw;
  }
  .laptop\:l-29\% {
    left: -29%;
  }
  .laptop\:l\+29\% {
    left: 29%;
  }
  .laptop\:r-29vw {
    right: -29vw;
  }
  .laptop\:r\+29vw {
    right: 29vw;
  }
  .laptop\:r-29\% {
    right: -29%;
  }
  .laptop\:r\+29\% {
    right: 29%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-30vw {
    top: -30vw;
  }
  .laptop\:t\+30vw {
    top: 30vw;
  }
  .laptop\:t-30\% {
    top: -30%;
  }
  .laptop\:t\+30\% {
    top: 30%;
  }
  .laptop\:b-30vw {
    bottom: -30vw;
  }
  .laptop\:b\+30vw {
    bottom: 30vw;
  }
  .laptop\:b-30\% {
    bottom: -30%;
  }
  .laptop\:b\+30\% {
    bottom: 30%;
  }
  .laptop\:l-30vw {
    left: -30vw;
  }
  .laptop\:l\+30vw {
    left: 30vw;
  }
  .laptop\:l-30\% {
    left: -30%;
  }
  .laptop\:l\+30\% {
    left: 30%;
  }
  .laptop\:r-30vw {
    right: -30vw;
  }
  .laptop\:r\+30vw {
    right: 30vw;
  }
  .laptop\:r-30\% {
    right: -30%;
  }
  .laptop\:r\+30\% {
    right: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-31vw {
    top: -31vw;
  }
  .laptop\:t\+31vw {
    top: 31vw;
  }
  .laptop\:t-31\% {
    top: -31%;
  }
  .laptop\:t\+31\% {
    top: 31%;
  }
  .laptop\:b-31vw {
    bottom: -31vw;
  }
  .laptop\:b\+31vw {
    bottom: 31vw;
  }
  .laptop\:b-31\% {
    bottom: -31%;
  }
  .laptop\:b\+31\% {
    bottom: 31%;
  }
  .laptop\:l-31vw {
    left: -31vw;
  }
  .laptop\:l\+31vw {
    left: 31vw;
  }
  .laptop\:l-31\% {
    left: -31%;
  }
  .laptop\:l\+31\% {
    left: 31%;
  }
  .laptop\:r-31vw {
    right: -31vw;
  }
  .laptop\:r\+31vw {
    right: 31vw;
  }
  .laptop\:r-31\% {
    right: -31%;
  }
  .laptop\:r\+31\% {
    right: 31%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-32vw {
    top: -32vw;
  }
  .laptop\:t\+32vw {
    top: 32vw;
  }
  .laptop\:t-32\% {
    top: -32%;
  }
  .laptop\:t\+32\% {
    top: 32%;
  }
  .laptop\:b-32vw {
    bottom: -32vw;
  }
  .laptop\:b\+32vw {
    bottom: 32vw;
  }
  .laptop\:b-32\% {
    bottom: -32%;
  }
  .laptop\:b\+32\% {
    bottom: 32%;
  }
  .laptop\:l-32vw {
    left: -32vw;
  }
  .laptop\:l\+32vw {
    left: 32vw;
  }
  .laptop\:l-32\% {
    left: -32%;
  }
  .laptop\:l\+32\% {
    left: 32%;
  }
  .laptop\:r-32vw {
    right: -32vw;
  }
  .laptop\:r\+32vw {
    right: 32vw;
  }
  .laptop\:r-32\% {
    right: -32%;
  }
  .laptop\:r\+32\% {
    right: 32%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-33vw {
    top: -33vw;
  }
  .laptop\:t\+33vw {
    top: 33vw;
  }
  .laptop\:t-33\% {
    top: -33%;
  }
  .laptop\:t\+33\% {
    top: 33%;
  }
  .laptop\:b-33vw {
    bottom: -33vw;
  }
  .laptop\:b\+33vw {
    bottom: 33vw;
  }
  .laptop\:b-33\% {
    bottom: -33%;
  }
  .laptop\:b\+33\% {
    bottom: 33%;
  }
  .laptop\:l-33vw {
    left: -33vw;
  }
  .laptop\:l\+33vw {
    left: 33vw;
  }
  .laptop\:l-33\% {
    left: -33%;
  }
  .laptop\:l\+33\% {
    left: 33%;
  }
  .laptop\:r-33vw {
    right: -33vw;
  }
  .laptop\:r\+33vw {
    right: 33vw;
  }
  .laptop\:r-33\% {
    right: -33%;
  }
  .laptop\:r\+33\% {
    right: 33%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-34vw {
    top: -34vw;
  }
  .laptop\:t\+34vw {
    top: 34vw;
  }
  .laptop\:t-34\% {
    top: -34%;
  }
  .laptop\:t\+34\% {
    top: 34%;
  }
  .laptop\:b-34vw {
    bottom: -34vw;
  }
  .laptop\:b\+34vw {
    bottom: 34vw;
  }
  .laptop\:b-34\% {
    bottom: -34%;
  }
  .laptop\:b\+34\% {
    bottom: 34%;
  }
  .laptop\:l-34vw {
    left: -34vw;
  }
  .laptop\:l\+34vw {
    left: 34vw;
  }
  .laptop\:l-34\% {
    left: -34%;
  }
  .laptop\:l\+34\% {
    left: 34%;
  }
  .laptop\:r-34vw {
    right: -34vw;
  }
  .laptop\:r\+34vw {
    right: 34vw;
  }
  .laptop\:r-34\% {
    right: -34%;
  }
  .laptop\:r\+34\% {
    right: 34%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-35vw {
    top: -35vw;
  }
  .laptop\:t\+35vw {
    top: 35vw;
  }
  .laptop\:t-35\% {
    top: -35%;
  }
  .laptop\:t\+35\% {
    top: 35%;
  }
  .laptop\:b-35vw {
    bottom: -35vw;
  }
  .laptop\:b\+35vw {
    bottom: 35vw;
  }
  .laptop\:b-35\% {
    bottom: -35%;
  }
  .laptop\:b\+35\% {
    bottom: 35%;
  }
  .laptop\:l-35vw {
    left: -35vw;
  }
  .laptop\:l\+35vw {
    left: 35vw;
  }
  .laptop\:l-35\% {
    left: -35%;
  }
  .laptop\:l\+35\% {
    left: 35%;
  }
  .laptop\:r-35vw {
    right: -35vw;
  }
  .laptop\:r\+35vw {
    right: 35vw;
  }
  .laptop\:r-35\% {
    right: -35%;
  }
  .laptop\:r\+35\% {
    right: 35%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-36vw {
    top: -36vw;
  }
  .laptop\:t\+36vw {
    top: 36vw;
  }
  .laptop\:t-36\% {
    top: -36%;
  }
  .laptop\:t\+36\% {
    top: 36%;
  }
  .laptop\:b-36vw {
    bottom: -36vw;
  }
  .laptop\:b\+36vw {
    bottom: 36vw;
  }
  .laptop\:b-36\% {
    bottom: -36%;
  }
  .laptop\:b\+36\% {
    bottom: 36%;
  }
  .laptop\:l-36vw {
    left: -36vw;
  }
  .laptop\:l\+36vw {
    left: 36vw;
  }
  .laptop\:l-36\% {
    left: -36%;
  }
  .laptop\:l\+36\% {
    left: 36%;
  }
  .laptop\:r-36vw {
    right: -36vw;
  }
  .laptop\:r\+36vw {
    right: 36vw;
  }
  .laptop\:r-36\% {
    right: -36%;
  }
  .laptop\:r\+36\% {
    right: 36%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-37vw {
    top: -37vw;
  }
  .laptop\:t\+37vw {
    top: 37vw;
  }
  .laptop\:t-37\% {
    top: -37%;
  }
  .laptop\:t\+37\% {
    top: 37%;
  }
  .laptop\:b-37vw {
    bottom: -37vw;
  }
  .laptop\:b\+37vw {
    bottom: 37vw;
  }
  .laptop\:b-37\% {
    bottom: -37%;
  }
  .laptop\:b\+37\% {
    bottom: 37%;
  }
  .laptop\:l-37vw {
    left: -37vw;
  }
  .laptop\:l\+37vw {
    left: 37vw;
  }
  .laptop\:l-37\% {
    left: -37%;
  }
  .laptop\:l\+37\% {
    left: 37%;
  }
  .laptop\:r-37vw {
    right: -37vw;
  }
  .laptop\:r\+37vw {
    right: 37vw;
  }
  .laptop\:r-37\% {
    right: -37%;
  }
  .laptop\:r\+37\% {
    right: 37%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-38vw {
    top: -38vw;
  }
  .laptop\:t\+38vw {
    top: 38vw;
  }
  .laptop\:t-38\% {
    top: -38%;
  }
  .laptop\:t\+38\% {
    top: 38%;
  }
  .laptop\:b-38vw {
    bottom: -38vw;
  }
  .laptop\:b\+38vw {
    bottom: 38vw;
  }
  .laptop\:b-38\% {
    bottom: -38%;
  }
  .laptop\:b\+38\% {
    bottom: 38%;
  }
  .laptop\:l-38vw {
    left: -38vw;
  }
  .laptop\:l\+38vw {
    left: 38vw;
  }
  .laptop\:l-38\% {
    left: -38%;
  }
  .laptop\:l\+38\% {
    left: 38%;
  }
  .laptop\:r-38vw {
    right: -38vw;
  }
  .laptop\:r\+38vw {
    right: 38vw;
  }
  .laptop\:r-38\% {
    right: -38%;
  }
  .laptop\:r\+38\% {
    right: 38%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-39vw {
    top: -39vw;
  }
  .laptop\:t\+39vw {
    top: 39vw;
  }
  .laptop\:t-39\% {
    top: -39%;
  }
  .laptop\:t\+39\% {
    top: 39%;
  }
  .laptop\:b-39vw {
    bottom: -39vw;
  }
  .laptop\:b\+39vw {
    bottom: 39vw;
  }
  .laptop\:b-39\% {
    bottom: -39%;
  }
  .laptop\:b\+39\% {
    bottom: 39%;
  }
  .laptop\:l-39vw {
    left: -39vw;
  }
  .laptop\:l\+39vw {
    left: 39vw;
  }
  .laptop\:l-39\% {
    left: -39%;
  }
  .laptop\:l\+39\% {
    left: 39%;
  }
  .laptop\:r-39vw {
    right: -39vw;
  }
  .laptop\:r\+39vw {
    right: 39vw;
  }
  .laptop\:r-39\% {
    right: -39%;
  }
  .laptop\:r\+39\% {
    right: 39%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-40vw {
    top: -40vw;
  }
  .laptop\:t\+40vw {
    top: 40vw;
  }
  .laptop\:t-40\% {
    top: -40%;
  }
  .laptop\:t\+40\% {
    top: 40%;
  }
  .laptop\:b-40vw {
    bottom: -40vw;
  }
  .laptop\:b\+40vw {
    bottom: 40vw;
  }
  .laptop\:b-40\% {
    bottom: -40%;
  }
  .laptop\:b\+40\% {
    bottom: 40%;
  }
  .laptop\:l-40vw {
    left: -40vw;
  }
  .laptop\:l\+40vw {
    left: 40vw;
  }
  .laptop\:l-40\% {
    left: -40%;
  }
  .laptop\:l\+40\% {
    left: 40%;
  }
  .laptop\:r-40vw {
    right: -40vw;
  }
  .laptop\:r\+40vw {
    right: 40vw;
  }
  .laptop\:r-40\% {
    right: -40%;
  }
  .laptop\:r\+40\% {
    right: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-41vw {
    top: -41vw;
  }
  .laptop\:t\+41vw {
    top: 41vw;
  }
  .laptop\:t-41\% {
    top: -41%;
  }
  .laptop\:t\+41\% {
    top: 41%;
  }
  .laptop\:b-41vw {
    bottom: -41vw;
  }
  .laptop\:b\+41vw {
    bottom: 41vw;
  }
  .laptop\:b-41\% {
    bottom: -41%;
  }
  .laptop\:b\+41\% {
    bottom: 41%;
  }
  .laptop\:l-41vw {
    left: -41vw;
  }
  .laptop\:l\+41vw {
    left: 41vw;
  }
  .laptop\:l-41\% {
    left: -41%;
  }
  .laptop\:l\+41\% {
    left: 41%;
  }
  .laptop\:r-41vw {
    right: -41vw;
  }
  .laptop\:r\+41vw {
    right: 41vw;
  }
  .laptop\:r-41\% {
    right: -41%;
  }
  .laptop\:r\+41\% {
    right: 41%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-42vw {
    top: -42vw;
  }
  .laptop\:t\+42vw {
    top: 42vw;
  }
  .laptop\:t-42\% {
    top: -42%;
  }
  .laptop\:t\+42\% {
    top: 42%;
  }
  .laptop\:b-42vw {
    bottom: -42vw;
  }
  .laptop\:b\+42vw {
    bottom: 42vw;
  }
  .laptop\:b-42\% {
    bottom: -42%;
  }
  .laptop\:b\+42\% {
    bottom: 42%;
  }
  .laptop\:l-42vw {
    left: -42vw;
  }
  .laptop\:l\+42vw {
    left: 42vw;
  }
  .laptop\:l-42\% {
    left: -42%;
  }
  .laptop\:l\+42\% {
    left: 42%;
  }
  .laptop\:r-42vw {
    right: -42vw;
  }
  .laptop\:r\+42vw {
    right: 42vw;
  }
  .laptop\:r-42\% {
    right: -42%;
  }
  .laptop\:r\+42\% {
    right: 42%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-43vw {
    top: -43vw;
  }
  .laptop\:t\+43vw {
    top: 43vw;
  }
  .laptop\:t-43\% {
    top: -43%;
  }
  .laptop\:t\+43\% {
    top: 43%;
  }
  .laptop\:b-43vw {
    bottom: -43vw;
  }
  .laptop\:b\+43vw {
    bottom: 43vw;
  }
  .laptop\:b-43\% {
    bottom: -43%;
  }
  .laptop\:b\+43\% {
    bottom: 43%;
  }
  .laptop\:l-43vw {
    left: -43vw;
  }
  .laptop\:l\+43vw {
    left: 43vw;
  }
  .laptop\:l-43\% {
    left: -43%;
  }
  .laptop\:l\+43\% {
    left: 43%;
  }
  .laptop\:r-43vw {
    right: -43vw;
  }
  .laptop\:r\+43vw {
    right: 43vw;
  }
  .laptop\:r-43\% {
    right: -43%;
  }
  .laptop\:r\+43\% {
    right: 43%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-44vw {
    top: -44vw;
  }
  .laptop\:t\+44vw {
    top: 44vw;
  }
  .laptop\:t-44\% {
    top: -44%;
  }
  .laptop\:t\+44\% {
    top: 44%;
  }
  .laptop\:b-44vw {
    bottom: -44vw;
  }
  .laptop\:b\+44vw {
    bottom: 44vw;
  }
  .laptop\:b-44\% {
    bottom: -44%;
  }
  .laptop\:b\+44\% {
    bottom: 44%;
  }
  .laptop\:l-44vw {
    left: -44vw;
  }
  .laptop\:l\+44vw {
    left: 44vw;
  }
  .laptop\:l-44\% {
    left: -44%;
  }
  .laptop\:l\+44\% {
    left: 44%;
  }
  .laptop\:r-44vw {
    right: -44vw;
  }
  .laptop\:r\+44vw {
    right: 44vw;
  }
  .laptop\:r-44\% {
    right: -44%;
  }
  .laptop\:r\+44\% {
    right: 44%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-45vw {
    top: -45vw;
  }
  .laptop\:t\+45vw {
    top: 45vw;
  }
  .laptop\:t-45\% {
    top: -45%;
  }
  .laptop\:t\+45\% {
    top: 45%;
  }
  .laptop\:b-45vw {
    bottom: -45vw;
  }
  .laptop\:b\+45vw {
    bottom: 45vw;
  }
  .laptop\:b-45\% {
    bottom: -45%;
  }
  .laptop\:b\+45\% {
    bottom: 45%;
  }
  .laptop\:l-45vw {
    left: -45vw;
  }
  .laptop\:l\+45vw {
    left: 45vw;
  }
  .laptop\:l-45\% {
    left: -45%;
  }
  .laptop\:l\+45\% {
    left: 45%;
  }
  .laptop\:r-45vw {
    right: -45vw;
  }
  .laptop\:r\+45vw {
    right: 45vw;
  }
  .laptop\:r-45\% {
    right: -45%;
  }
  .laptop\:r\+45\% {
    right: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-46vw {
    top: -46vw;
  }
  .laptop\:t\+46vw {
    top: 46vw;
  }
  .laptop\:t-46\% {
    top: -46%;
  }
  .laptop\:t\+46\% {
    top: 46%;
  }
  .laptop\:b-46vw {
    bottom: -46vw;
  }
  .laptop\:b\+46vw {
    bottom: 46vw;
  }
  .laptop\:b-46\% {
    bottom: -46%;
  }
  .laptop\:b\+46\% {
    bottom: 46%;
  }
  .laptop\:l-46vw {
    left: -46vw;
  }
  .laptop\:l\+46vw {
    left: 46vw;
  }
  .laptop\:l-46\% {
    left: -46%;
  }
  .laptop\:l\+46\% {
    left: 46%;
  }
  .laptop\:r-46vw {
    right: -46vw;
  }
  .laptop\:r\+46vw {
    right: 46vw;
  }
  .laptop\:r-46\% {
    right: -46%;
  }
  .laptop\:r\+46\% {
    right: 46%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-47vw {
    top: -47vw;
  }
  .laptop\:t\+47vw {
    top: 47vw;
  }
  .laptop\:t-47\% {
    top: -47%;
  }
  .laptop\:t\+47\% {
    top: 47%;
  }
  .laptop\:b-47vw {
    bottom: -47vw;
  }
  .laptop\:b\+47vw {
    bottom: 47vw;
  }
  .laptop\:b-47\% {
    bottom: -47%;
  }
  .laptop\:b\+47\% {
    bottom: 47%;
  }
  .laptop\:l-47vw {
    left: -47vw;
  }
  .laptop\:l\+47vw {
    left: 47vw;
  }
  .laptop\:l-47\% {
    left: -47%;
  }
  .laptop\:l\+47\% {
    left: 47%;
  }
  .laptop\:r-47vw {
    right: -47vw;
  }
  .laptop\:r\+47vw {
    right: 47vw;
  }
  .laptop\:r-47\% {
    right: -47%;
  }
  .laptop\:r\+47\% {
    right: 47%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-48vw {
    top: -48vw;
  }
  .laptop\:t\+48vw {
    top: 48vw;
  }
  .laptop\:t-48\% {
    top: -48%;
  }
  .laptop\:t\+48\% {
    top: 48%;
  }
  .laptop\:b-48vw {
    bottom: -48vw;
  }
  .laptop\:b\+48vw {
    bottom: 48vw;
  }
  .laptop\:b-48\% {
    bottom: -48%;
  }
  .laptop\:b\+48\% {
    bottom: 48%;
  }
  .laptop\:l-48vw {
    left: -48vw;
  }
  .laptop\:l\+48vw {
    left: 48vw;
  }
  .laptop\:l-48\% {
    left: -48%;
  }
  .laptop\:l\+48\% {
    left: 48%;
  }
  .laptop\:r-48vw {
    right: -48vw;
  }
  .laptop\:r\+48vw {
    right: 48vw;
  }
  .laptop\:r-48\% {
    right: -48%;
  }
  .laptop\:r\+48\% {
    right: 48%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-49vw {
    top: -49vw;
  }
  .laptop\:t\+49vw {
    top: 49vw;
  }
  .laptop\:t-49\% {
    top: -49%;
  }
  .laptop\:t\+49\% {
    top: 49%;
  }
  .laptop\:b-49vw {
    bottom: -49vw;
  }
  .laptop\:b\+49vw {
    bottom: 49vw;
  }
  .laptop\:b-49\% {
    bottom: -49%;
  }
  .laptop\:b\+49\% {
    bottom: 49%;
  }
  .laptop\:l-49vw {
    left: -49vw;
  }
  .laptop\:l\+49vw {
    left: 49vw;
  }
  .laptop\:l-49\% {
    left: -49%;
  }
  .laptop\:l\+49\% {
    left: 49%;
  }
  .laptop\:r-49vw {
    right: -49vw;
  }
  .laptop\:r\+49vw {
    right: 49vw;
  }
  .laptop\:r-49\% {
    right: -49%;
  }
  .laptop\:r\+49\% {
    right: 49%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-50vw {
    top: -50vw;
  }
  .laptop\:t\+50vw {
    top: 50vw;
  }
  .laptop\:t-50\% {
    top: -50%;
  }
  .laptop\:t\+50\% {
    top: 50%;
  }
  .laptop\:b-50vw {
    bottom: -50vw;
  }
  .laptop\:b\+50vw {
    bottom: 50vw;
  }
  .laptop\:b-50\% {
    bottom: -50%;
  }
  .laptop\:b\+50\% {
    bottom: 50%;
  }
  .laptop\:l-50vw {
    left: -50vw;
  }
  .laptop\:l\+50vw {
    left: 50vw;
  }
  .laptop\:l-50\% {
    left: -50%;
  }
  .laptop\:l\+50\% {
    left: 50%;
  }
  .laptop\:r-50vw {
    right: -50vw;
  }
  .laptop\:r\+50vw {
    right: 50vw;
  }
  .laptop\:r-50\% {
    right: -50%;
  }
  .laptop\:r\+50\% {
    right: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-51vw {
    top: -51vw;
  }
  .laptop\:t\+51vw {
    top: 51vw;
  }
  .laptop\:t-51\% {
    top: -51%;
  }
  .laptop\:t\+51\% {
    top: 51%;
  }
  .laptop\:b-51vw {
    bottom: -51vw;
  }
  .laptop\:b\+51vw {
    bottom: 51vw;
  }
  .laptop\:b-51\% {
    bottom: -51%;
  }
  .laptop\:b\+51\% {
    bottom: 51%;
  }
  .laptop\:l-51vw {
    left: -51vw;
  }
  .laptop\:l\+51vw {
    left: 51vw;
  }
  .laptop\:l-51\% {
    left: -51%;
  }
  .laptop\:l\+51\% {
    left: 51%;
  }
  .laptop\:r-51vw {
    right: -51vw;
  }
  .laptop\:r\+51vw {
    right: 51vw;
  }
  .laptop\:r-51\% {
    right: -51%;
  }
  .laptop\:r\+51\% {
    right: 51%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-52vw {
    top: -52vw;
  }
  .laptop\:t\+52vw {
    top: 52vw;
  }
  .laptop\:t-52\% {
    top: -52%;
  }
  .laptop\:t\+52\% {
    top: 52%;
  }
  .laptop\:b-52vw {
    bottom: -52vw;
  }
  .laptop\:b\+52vw {
    bottom: 52vw;
  }
  .laptop\:b-52\% {
    bottom: -52%;
  }
  .laptop\:b\+52\% {
    bottom: 52%;
  }
  .laptop\:l-52vw {
    left: -52vw;
  }
  .laptop\:l\+52vw {
    left: 52vw;
  }
  .laptop\:l-52\% {
    left: -52%;
  }
  .laptop\:l\+52\% {
    left: 52%;
  }
  .laptop\:r-52vw {
    right: -52vw;
  }
  .laptop\:r\+52vw {
    right: 52vw;
  }
  .laptop\:r-52\% {
    right: -52%;
  }
  .laptop\:r\+52\% {
    right: 52%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-53vw {
    top: -53vw;
  }
  .laptop\:t\+53vw {
    top: 53vw;
  }
  .laptop\:t-53\% {
    top: -53%;
  }
  .laptop\:t\+53\% {
    top: 53%;
  }
  .laptop\:b-53vw {
    bottom: -53vw;
  }
  .laptop\:b\+53vw {
    bottom: 53vw;
  }
  .laptop\:b-53\% {
    bottom: -53%;
  }
  .laptop\:b\+53\% {
    bottom: 53%;
  }
  .laptop\:l-53vw {
    left: -53vw;
  }
  .laptop\:l\+53vw {
    left: 53vw;
  }
  .laptop\:l-53\% {
    left: -53%;
  }
  .laptop\:l\+53\% {
    left: 53%;
  }
  .laptop\:r-53vw {
    right: -53vw;
  }
  .laptop\:r\+53vw {
    right: 53vw;
  }
  .laptop\:r-53\% {
    right: -53%;
  }
  .laptop\:r\+53\% {
    right: 53%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-54vw {
    top: -54vw;
  }
  .laptop\:t\+54vw {
    top: 54vw;
  }
  .laptop\:t-54\% {
    top: -54%;
  }
  .laptop\:t\+54\% {
    top: 54%;
  }
  .laptop\:b-54vw {
    bottom: -54vw;
  }
  .laptop\:b\+54vw {
    bottom: 54vw;
  }
  .laptop\:b-54\% {
    bottom: -54%;
  }
  .laptop\:b\+54\% {
    bottom: 54%;
  }
  .laptop\:l-54vw {
    left: -54vw;
  }
  .laptop\:l\+54vw {
    left: 54vw;
  }
  .laptop\:l-54\% {
    left: -54%;
  }
  .laptop\:l\+54\% {
    left: 54%;
  }
  .laptop\:r-54vw {
    right: -54vw;
  }
  .laptop\:r\+54vw {
    right: 54vw;
  }
  .laptop\:r-54\% {
    right: -54%;
  }
  .laptop\:r\+54\% {
    right: 54%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-55vw {
    top: -55vw;
  }
  .laptop\:t\+55vw {
    top: 55vw;
  }
  .laptop\:t-55\% {
    top: -55%;
  }
  .laptop\:t\+55\% {
    top: 55%;
  }
  .laptop\:b-55vw {
    bottom: -55vw;
  }
  .laptop\:b\+55vw {
    bottom: 55vw;
  }
  .laptop\:b-55\% {
    bottom: -55%;
  }
  .laptop\:b\+55\% {
    bottom: 55%;
  }
  .laptop\:l-55vw {
    left: -55vw;
  }
  .laptop\:l\+55vw {
    left: 55vw;
  }
  .laptop\:l-55\% {
    left: -55%;
  }
  .laptop\:l\+55\% {
    left: 55%;
  }
  .laptop\:r-55vw {
    right: -55vw;
  }
  .laptop\:r\+55vw {
    right: 55vw;
  }
  .laptop\:r-55\% {
    right: -55%;
  }
  .laptop\:r\+55\% {
    right: 55%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-56vw {
    top: -56vw;
  }
  .laptop\:t\+56vw {
    top: 56vw;
  }
  .laptop\:t-56\% {
    top: -56%;
  }
  .laptop\:t\+56\% {
    top: 56%;
  }
  .laptop\:b-56vw {
    bottom: -56vw;
  }
  .laptop\:b\+56vw {
    bottom: 56vw;
  }
  .laptop\:b-56\% {
    bottom: -56%;
  }
  .laptop\:b\+56\% {
    bottom: 56%;
  }
  .laptop\:l-56vw {
    left: -56vw;
  }
  .laptop\:l\+56vw {
    left: 56vw;
  }
  .laptop\:l-56\% {
    left: -56%;
  }
  .laptop\:l\+56\% {
    left: 56%;
  }
  .laptop\:r-56vw {
    right: -56vw;
  }
  .laptop\:r\+56vw {
    right: 56vw;
  }
  .laptop\:r-56\% {
    right: -56%;
  }
  .laptop\:r\+56\% {
    right: 56%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-57vw {
    top: -57vw;
  }
  .laptop\:t\+57vw {
    top: 57vw;
  }
  .laptop\:t-57\% {
    top: -57%;
  }
  .laptop\:t\+57\% {
    top: 57%;
  }
  .laptop\:b-57vw {
    bottom: -57vw;
  }
  .laptop\:b\+57vw {
    bottom: 57vw;
  }
  .laptop\:b-57\% {
    bottom: -57%;
  }
  .laptop\:b\+57\% {
    bottom: 57%;
  }
  .laptop\:l-57vw {
    left: -57vw;
  }
  .laptop\:l\+57vw {
    left: 57vw;
  }
  .laptop\:l-57\% {
    left: -57%;
  }
  .laptop\:l\+57\% {
    left: 57%;
  }
  .laptop\:r-57vw {
    right: -57vw;
  }
  .laptop\:r\+57vw {
    right: 57vw;
  }
  .laptop\:r-57\% {
    right: -57%;
  }
  .laptop\:r\+57\% {
    right: 57%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-58vw {
    top: -58vw;
  }
  .laptop\:t\+58vw {
    top: 58vw;
  }
  .laptop\:t-58\% {
    top: -58%;
  }
  .laptop\:t\+58\% {
    top: 58%;
  }
  .laptop\:b-58vw {
    bottom: -58vw;
  }
  .laptop\:b\+58vw {
    bottom: 58vw;
  }
  .laptop\:b-58\% {
    bottom: -58%;
  }
  .laptop\:b\+58\% {
    bottom: 58%;
  }
  .laptop\:l-58vw {
    left: -58vw;
  }
  .laptop\:l\+58vw {
    left: 58vw;
  }
  .laptop\:l-58\% {
    left: -58%;
  }
  .laptop\:l\+58\% {
    left: 58%;
  }
  .laptop\:r-58vw {
    right: -58vw;
  }
  .laptop\:r\+58vw {
    right: 58vw;
  }
  .laptop\:r-58\% {
    right: -58%;
  }
  .laptop\:r\+58\% {
    right: 58%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-59vw {
    top: -59vw;
  }
  .laptop\:t\+59vw {
    top: 59vw;
  }
  .laptop\:t-59\% {
    top: -59%;
  }
  .laptop\:t\+59\% {
    top: 59%;
  }
  .laptop\:b-59vw {
    bottom: -59vw;
  }
  .laptop\:b\+59vw {
    bottom: 59vw;
  }
  .laptop\:b-59\% {
    bottom: -59%;
  }
  .laptop\:b\+59\% {
    bottom: 59%;
  }
  .laptop\:l-59vw {
    left: -59vw;
  }
  .laptop\:l\+59vw {
    left: 59vw;
  }
  .laptop\:l-59\% {
    left: -59%;
  }
  .laptop\:l\+59\% {
    left: 59%;
  }
  .laptop\:r-59vw {
    right: -59vw;
  }
  .laptop\:r\+59vw {
    right: 59vw;
  }
  .laptop\:r-59\% {
    right: -59%;
  }
  .laptop\:r\+59\% {
    right: 59%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-60vw {
    top: -60vw;
  }
  .laptop\:t\+60vw {
    top: 60vw;
  }
  .laptop\:t-60\% {
    top: -60%;
  }
  .laptop\:t\+60\% {
    top: 60%;
  }
  .laptop\:b-60vw {
    bottom: -60vw;
  }
  .laptop\:b\+60vw {
    bottom: 60vw;
  }
  .laptop\:b-60\% {
    bottom: -60%;
  }
  .laptop\:b\+60\% {
    bottom: 60%;
  }
  .laptop\:l-60vw {
    left: -60vw;
  }
  .laptop\:l\+60vw {
    left: 60vw;
  }
  .laptop\:l-60\% {
    left: -60%;
  }
  .laptop\:l\+60\% {
    left: 60%;
  }
  .laptop\:r-60vw {
    right: -60vw;
  }
  .laptop\:r\+60vw {
    right: 60vw;
  }
  .laptop\:r-60\% {
    right: -60%;
  }
  .laptop\:r\+60\% {
    right: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-61vw {
    top: -61vw;
  }
  .laptop\:t\+61vw {
    top: 61vw;
  }
  .laptop\:t-61\% {
    top: -61%;
  }
  .laptop\:t\+61\% {
    top: 61%;
  }
  .laptop\:b-61vw {
    bottom: -61vw;
  }
  .laptop\:b\+61vw {
    bottom: 61vw;
  }
  .laptop\:b-61\% {
    bottom: -61%;
  }
  .laptop\:b\+61\% {
    bottom: 61%;
  }
  .laptop\:l-61vw {
    left: -61vw;
  }
  .laptop\:l\+61vw {
    left: 61vw;
  }
  .laptop\:l-61\% {
    left: -61%;
  }
  .laptop\:l\+61\% {
    left: 61%;
  }
  .laptop\:r-61vw {
    right: -61vw;
  }
  .laptop\:r\+61vw {
    right: 61vw;
  }
  .laptop\:r-61\% {
    right: -61%;
  }
  .laptop\:r\+61\% {
    right: 61%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-62vw {
    top: -62vw;
  }
  .laptop\:t\+62vw {
    top: 62vw;
  }
  .laptop\:t-62\% {
    top: -62%;
  }
  .laptop\:t\+62\% {
    top: 62%;
  }
  .laptop\:b-62vw {
    bottom: -62vw;
  }
  .laptop\:b\+62vw {
    bottom: 62vw;
  }
  .laptop\:b-62\% {
    bottom: -62%;
  }
  .laptop\:b\+62\% {
    bottom: 62%;
  }
  .laptop\:l-62vw {
    left: -62vw;
  }
  .laptop\:l\+62vw {
    left: 62vw;
  }
  .laptop\:l-62\% {
    left: -62%;
  }
  .laptop\:l\+62\% {
    left: 62%;
  }
  .laptop\:r-62vw {
    right: -62vw;
  }
  .laptop\:r\+62vw {
    right: 62vw;
  }
  .laptop\:r-62\% {
    right: -62%;
  }
  .laptop\:r\+62\% {
    right: 62%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-63vw {
    top: -63vw;
  }
  .laptop\:t\+63vw {
    top: 63vw;
  }
  .laptop\:t-63\% {
    top: -63%;
  }
  .laptop\:t\+63\% {
    top: 63%;
  }
  .laptop\:b-63vw {
    bottom: -63vw;
  }
  .laptop\:b\+63vw {
    bottom: 63vw;
  }
  .laptop\:b-63\% {
    bottom: -63%;
  }
  .laptop\:b\+63\% {
    bottom: 63%;
  }
  .laptop\:l-63vw {
    left: -63vw;
  }
  .laptop\:l\+63vw {
    left: 63vw;
  }
  .laptop\:l-63\% {
    left: -63%;
  }
  .laptop\:l\+63\% {
    left: 63%;
  }
  .laptop\:r-63vw {
    right: -63vw;
  }
  .laptop\:r\+63vw {
    right: 63vw;
  }
  .laptop\:r-63\% {
    right: -63%;
  }
  .laptop\:r\+63\% {
    right: 63%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-64vw {
    top: -64vw;
  }
  .laptop\:t\+64vw {
    top: 64vw;
  }
  .laptop\:t-64\% {
    top: -64%;
  }
  .laptop\:t\+64\% {
    top: 64%;
  }
  .laptop\:b-64vw {
    bottom: -64vw;
  }
  .laptop\:b\+64vw {
    bottom: 64vw;
  }
  .laptop\:b-64\% {
    bottom: -64%;
  }
  .laptop\:b\+64\% {
    bottom: 64%;
  }
  .laptop\:l-64vw {
    left: -64vw;
  }
  .laptop\:l\+64vw {
    left: 64vw;
  }
  .laptop\:l-64\% {
    left: -64%;
  }
  .laptop\:l\+64\% {
    left: 64%;
  }
  .laptop\:r-64vw {
    right: -64vw;
  }
  .laptop\:r\+64vw {
    right: 64vw;
  }
  .laptop\:r-64\% {
    right: -64%;
  }
  .laptop\:r\+64\% {
    right: 64%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-65vw {
    top: -65vw;
  }
  .laptop\:t\+65vw {
    top: 65vw;
  }
  .laptop\:t-65\% {
    top: -65%;
  }
  .laptop\:t\+65\% {
    top: 65%;
  }
  .laptop\:b-65vw {
    bottom: -65vw;
  }
  .laptop\:b\+65vw {
    bottom: 65vw;
  }
  .laptop\:b-65\% {
    bottom: -65%;
  }
  .laptop\:b\+65\% {
    bottom: 65%;
  }
  .laptop\:l-65vw {
    left: -65vw;
  }
  .laptop\:l\+65vw {
    left: 65vw;
  }
  .laptop\:l-65\% {
    left: -65%;
  }
  .laptop\:l\+65\% {
    left: 65%;
  }
  .laptop\:r-65vw {
    right: -65vw;
  }
  .laptop\:r\+65vw {
    right: 65vw;
  }
  .laptop\:r-65\% {
    right: -65%;
  }
  .laptop\:r\+65\% {
    right: 65%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-66vw {
    top: -66vw;
  }
  .laptop\:t\+66vw {
    top: 66vw;
  }
  .laptop\:t-66\% {
    top: -66%;
  }
  .laptop\:t\+66\% {
    top: 66%;
  }
  .laptop\:b-66vw {
    bottom: -66vw;
  }
  .laptop\:b\+66vw {
    bottom: 66vw;
  }
  .laptop\:b-66\% {
    bottom: -66%;
  }
  .laptop\:b\+66\% {
    bottom: 66%;
  }
  .laptop\:l-66vw {
    left: -66vw;
  }
  .laptop\:l\+66vw {
    left: 66vw;
  }
  .laptop\:l-66\% {
    left: -66%;
  }
  .laptop\:l\+66\% {
    left: 66%;
  }
  .laptop\:r-66vw {
    right: -66vw;
  }
  .laptop\:r\+66vw {
    right: 66vw;
  }
  .laptop\:r-66\% {
    right: -66%;
  }
  .laptop\:r\+66\% {
    right: 66%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-67vw {
    top: -67vw;
  }
  .laptop\:t\+67vw {
    top: 67vw;
  }
  .laptop\:t-67\% {
    top: -67%;
  }
  .laptop\:t\+67\% {
    top: 67%;
  }
  .laptop\:b-67vw {
    bottom: -67vw;
  }
  .laptop\:b\+67vw {
    bottom: 67vw;
  }
  .laptop\:b-67\% {
    bottom: -67%;
  }
  .laptop\:b\+67\% {
    bottom: 67%;
  }
  .laptop\:l-67vw {
    left: -67vw;
  }
  .laptop\:l\+67vw {
    left: 67vw;
  }
  .laptop\:l-67\% {
    left: -67%;
  }
  .laptop\:l\+67\% {
    left: 67%;
  }
  .laptop\:r-67vw {
    right: -67vw;
  }
  .laptop\:r\+67vw {
    right: 67vw;
  }
  .laptop\:r-67\% {
    right: -67%;
  }
  .laptop\:r\+67\% {
    right: 67%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-68vw {
    top: -68vw;
  }
  .laptop\:t\+68vw {
    top: 68vw;
  }
  .laptop\:t-68\% {
    top: -68%;
  }
  .laptop\:t\+68\% {
    top: 68%;
  }
  .laptop\:b-68vw {
    bottom: -68vw;
  }
  .laptop\:b\+68vw {
    bottom: 68vw;
  }
  .laptop\:b-68\% {
    bottom: -68%;
  }
  .laptop\:b\+68\% {
    bottom: 68%;
  }
  .laptop\:l-68vw {
    left: -68vw;
  }
  .laptop\:l\+68vw {
    left: 68vw;
  }
  .laptop\:l-68\% {
    left: -68%;
  }
  .laptop\:l\+68\% {
    left: 68%;
  }
  .laptop\:r-68vw {
    right: -68vw;
  }
  .laptop\:r\+68vw {
    right: 68vw;
  }
  .laptop\:r-68\% {
    right: -68%;
  }
  .laptop\:r\+68\% {
    right: 68%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-69vw {
    top: -69vw;
  }
  .laptop\:t\+69vw {
    top: 69vw;
  }
  .laptop\:t-69\% {
    top: -69%;
  }
  .laptop\:t\+69\% {
    top: 69%;
  }
  .laptop\:b-69vw {
    bottom: -69vw;
  }
  .laptop\:b\+69vw {
    bottom: 69vw;
  }
  .laptop\:b-69\% {
    bottom: -69%;
  }
  .laptop\:b\+69\% {
    bottom: 69%;
  }
  .laptop\:l-69vw {
    left: -69vw;
  }
  .laptop\:l\+69vw {
    left: 69vw;
  }
  .laptop\:l-69\% {
    left: -69%;
  }
  .laptop\:l\+69\% {
    left: 69%;
  }
  .laptop\:r-69vw {
    right: -69vw;
  }
  .laptop\:r\+69vw {
    right: 69vw;
  }
  .laptop\:r-69\% {
    right: -69%;
  }
  .laptop\:r\+69\% {
    right: 69%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-70vw {
    top: -70vw;
  }
  .laptop\:t\+70vw {
    top: 70vw;
  }
  .laptop\:t-70\% {
    top: -70%;
  }
  .laptop\:t\+70\% {
    top: 70%;
  }
  .laptop\:b-70vw {
    bottom: -70vw;
  }
  .laptop\:b\+70vw {
    bottom: 70vw;
  }
  .laptop\:b-70\% {
    bottom: -70%;
  }
  .laptop\:b\+70\% {
    bottom: 70%;
  }
  .laptop\:l-70vw {
    left: -70vw;
  }
  .laptop\:l\+70vw {
    left: 70vw;
  }
  .laptop\:l-70\% {
    left: -70%;
  }
  .laptop\:l\+70\% {
    left: 70%;
  }
  .laptop\:r-70vw {
    right: -70vw;
  }
  .laptop\:r\+70vw {
    right: 70vw;
  }
  .laptop\:r-70\% {
    right: -70%;
  }
  .laptop\:r\+70\% {
    right: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-71vw {
    top: -71vw;
  }
  .laptop\:t\+71vw {
    top: 71vw;
  }
  .laptop\:t-71\% {
    top: -71%;
  }
  .laptop\:t\+71\% {
    top: 71%;
  }
  .laptop\:b-71vw {
    bottom: -71vw;
  }
  .laptop\:b\+71vw {
    bottom: 71vw;
  }
  .laptop\:b-71\% {
    bottom: -71%;
  }
  .laptop\:b\+71\% {
    bottom: 71%;
  }
  .laptop\:l-71vw {
    left: -71vw;
  }
  .laptop\:l\+71vw {
    left: 71vw;
  }
  .laptop\:l-71\% {
    left: -71%;
  }
  .laptop\:l\+71\% {
    left: 71%;
  }
  .laptop\:r-71vw {
    right: -71vw;
  }
  .laptop\:r\+71vw {
    right: 71vw;
  }
  .laptop\:r-71\% {
    right: -71%;
  }
  .laptop\:r\+71\% {
    right: 71%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-72vw {
    top: -72vw;
  }
  .laptop\:t\+72vw {
    top: 72vw;
  }
  .laptop\:t-72\% {
    top: -72%;
  }
  .laptop\:t\+72\% {
    top: 72%;
  }
  .laptop\:b-72vw {
    bottom: -72vw;
  }
  .laptop\:b\+72vw {
    bottom: 72vw;
  }
  .laptop\:b-72\% {
    bottom: -72%;
  }
  .laptop\:b\+72\% {
    bottom: 72%;
  }
  .laptop\:l-72vw {
    left: -72vw;
  }
  .laptop\:l\+72vw {
    left: 72vw;
  }
  .laptop\:l-72\% {
    left: -72%;
  }
  .laptop\:l\+72\% {
    left: 72%;
  }
  .laptop\:r-72vw {
    right: -72vw;
  }
  .laptop\:r\+72vw {
    right: 72vw;
  }
  .laptop\:r-72\% {
    right: -72%;
  }
  .laptop\:r\+72\% {
    right: 72%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-73vw {
    top: -73vw;
  }
  .laptop\:t\+73vw {
    top: 73vw;
  }
  .laptop\:t-73\% {
    top: -73%;
  }
  .laptop\:t\+73\% {
    top: 73%;
  }
  .laptop\:b-73vw {
    bottom: -73vw;
  }
  .laptop\:b\+73vw {
    bottom: 73vw;
  }
  .laptop\:b-73\% {
    bottom: -73%;
  }
  .laptop\:b\+73\% {
    bottom: 73%;
  }
  .laptop\:l-73vw {
    left: -73vw;
  }
  .laptop\:l\+73vw {
    left: 73vw;
  }
  .laptop\:l-73\% {
    left: -73%;
  }
  .laptop\:l\+73\% {
    left: 73%;
  }
  .laptop\:r-73vw {
    right: -73vw;
  }
  .laptop\:r\+73vw {
    right: 73vw;
  }
  .laptop\:r-73\% {
    right: -73%;
  }
  .laptop\:r\+73\% {
    right: 73%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-74vw {
    top: -74vw;
  }
  .laptop\:t\+74vw {
    top: 74vw;
  }
  .laptop\:t-74\% {
    top: -74%;
  }
  .laptop\:t\+74\% {
    top: 74%;
  }
  .laptop\:b-74vw {
    bottom: -74vw;
  }
  .laptop\:b\+74vw {
    bottom: 74vw;
  }
  .laptop\:b-74\% {
    bottom: -74%;
  }
  .laptop\:b\+74\% {
    bottom: 74%;
  }
  .laptop\:l-74vw {
    left: -74vw;
  }
  .laptop\:l\+74vw {
    left: 74vw;
  }
  .laptop\:l-74\% {
    left: -74%;
  }
  .laptop\:l\+74\% {
    left: 74%;
  }
  .laptop\:r-74vw {
    right: -74vw;
  }
  .laptop\:r\+74vw {
    right: 74vw;
  }
  .laptop\:r-74\% {
    right: -74%;
  }
  .laptop\:r\+74\% {
    right: 74%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-75vw {
    top: -75vw;
  }
  .laptop\:t\+75vw {
    top: 75vw;
  }
  .laptop\:t-75\% {
    top: -75%;
  }
  .laptop\:t\+75\% {
    top: 75%;
  }
  .laptop\:b-75vw {
    bottom: -75vw;
  }
  .laptop\:b\+75vw {
    bottom: 75vw;
  }
  .laptop\:b-75\% {
    bottom: -75%;
  }
  .laptop\:b\+75\% {
    bottom: 75%;
  }
  .laptop\:l-75vw {
    left: -75vw;
  }
  .laptop\:l\+75vw {
    left: 75vw;
  }
  .laptop\:l-75\% {
    left: -75%;
  }
  .laptop\:l\+75\% {
    left: 75%;
  }
  .laptop\:r-75vw {
    right: -75vw;
  }
  .laptop\:r\+75vw {
    right: 75vw;
  }
  .laptop\:r-75\% {
    right: -75%;
  }
  .laptop\:r\+75\% {
    right: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-76vw {
    top: -76vw;
  }
  .laptop\:t\+76vw {
    top: 76vw;
  }
  .laptop\:t-76\% {
    top: -76%;
  }
  .laptop\:t\+76\% {
    top: 76%;
  }
  .laptop\:b-76vw {
    bottom: -76vw;
  }
  .laptop\:b\+76vw {
    bottom: 76vw;
  }
  .laptop\:b-76\% {
    bottom: -76%;
  }
  .laptop\:b\+76\% {
    bottom: 76%;
  }
  .laptop\:l-76vw {
    left: -76vw;
  }
  .laptop\:l\+76vw {
    left: 76vw;
  }
  .laptop\:l-76\% {
    left: -76%;
  }
  .laptop\:l\+76\% {
    left: 76%;
  }
  .laptop\:r-76vw {
    right: -76vw;
  }
  .laptop\:r\+76vw {
    right: 76vw;
  }
  .laptop\:r-76\% {
    right: -76%;
  }
  .laptop\:r\+76\% {
    right: 76%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-77vw {
    top: -77vw;
  }
  .laptop\:t\+77vw {
    top: 77vw;
  }
  .laptop\:t-77\% {
    top: -77%;
  }
  .laptop\:t\+77\% {
    top: 77%;
  }
  .laptop\:b-77vw {
    bottom: -77vw;
  }
  .laptop\:b\+77vw {
    bottom: 77vw;
  }
  .laptop\:b-77\% {
    bottom: -77%;
  }
  .laptop\:b\+77\% {
    bottom: 77%;
  }
  .laptop\:l-77vw {
    left: -77vw;
  }
  .laptop\:l\+77vw {
    left: 77vw;
  }
  .laptop\:l-77\% {
    left: -77%;
  }
  .laptop\:l\+77\% {
    left: 77%;
  }
  .laptop\:r-77vw {
    right: -77vw;
  }
  .laptop\:r\+77vw {
    right: 77vw;
  }
  .laptop\:r-77\% {
    right: -77%;
  }
  .laptop\:r\+77\% {
    right: 77%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-78vw {
    top: -78vw;
  }
  .laptop\:t\+78vw {
    top: 78vw;
  }
  .laptop\:t-78\% {
    top: -78%;
  }
  .laptop\:t\+78\% {
    top: 78%;
  }
  .laptop\:b-78vw {
    bottom: -78vw;
  }
  .laptop\:b\+78vw {
    bottom: 78vw;
  }
  .laptop\:b-78\% {
    bottom: -78%;
  }
  .laptop\:b\+78\% {
    bottom: 78%;
  }
  .laptop\:l-78vw {
    left: -78vw;
  }
  .laptop\:l\+78vw {
    left: 78vw;
  }
  .laptop\:l-78\% {
    left: -78%;
  }
  .laptop\:l\+78\% {
    left: 78%;
  }
  .laptop\:r-78vw {
    right: -78vw;
  }
  .laptop\:r\+78vw {
    right: 78vw;
  }
  .laptop\:r-78\% {
    right: -78%;
  }
  .laptop\:r\+78\% {
    right: 78%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-79vw {
    top: -79vw;
  }
  .laptop\:t\+79vw {
    top: 79vw;
  }
  .laptop\:t-79\% {
    top: -79%;
  }
  .laptop\:t\+79\% {
    top: 79%;
  }
  .laptop\:b-79vw {
    bottom: -79vw;
  }
  .laptop\:b\+79vw {
    bottom: 79vw;
  }
  .laptop\:b-79\% {
    bottom: -79%;
  }
  .laptop\:b\+79\% {
    bottom: 79%;
  }
  .laptop\:l-79vw {
    left: -79vw;
  }
  .laptop\:l\+79vw {
    left: 79vw;
  }
  .laptop\:l-79\% {
    left: -79%;
  }
  .laptop\:l\+79\% {
    left: 79%;
  }
  .laptop\:r-79vw {
    right: -79vw;
  }
  .laptop\:r\+79vw {
    right: 79vw;
  }
  .laptop\:r-79\% {
    right: -79%;
  }
  .laptop\:r\+79\% {
    right: 79%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-80vw {
    top: -80vw;
  }
  .laptop\:t\+80vw {
    top: 80vw;
  }
  .laptop\:t-80\% {
    top: -80%;
  }
  .laptop\:t\+80\% {
    top: 80%;
  }
  .laptop\:b-80vw {
    bottom: -80vw;
  }
  .laptop\:b\+80vw {
    bottom: 80vw;
  }
  .laptop\:b-80\% {
    bottom: -80%;
  }
  .laptop\:b\+80\% {
    bottom: 80%;
  }
  .laptop\:l-80vw {
    left: -80vw;
  }
  .laptop\:l\+80vw {
    left: 80vw;
  }
  .laptop\:l-80\% {
    left: -80%;
  }
  .laptop\:l\+80\% {
    left: 80%;
  }
  .laptop\:r-80vw {
    right: -80vw;
  }
  .laptop\:r\+80vw {
    right: 80vw;
  }
  .laptop\:r-80\% {
    right: -80%;
  }
  .laptop\:r\+80\% {
    right: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-81vw {
    top: -81vw;
  }
  .laptop\:t\+81vw {
    top: 81vw;
  }
  .laptop\:t-81\% {
    top: -81%;
  }
  .laptop\:t\+81\% {
    top: 81%;
  }
  .laptop\:b-81vw {
    bottom: -81vw;
  }
  .laptop\:b\+81vw {
    bottom: 81vw;
  }
  .laptop\:b-81\% {
    bottom: -81%;
  }
  .laptop\:b\+81\% {
    bottom: 81%;
  }
  .laptop\:l-81vw {
    left: -81vw;
  }
  .laptop\:l\+81vw {
    left: 81vw;
  }
  .laptop\:l-81\% {
    left: -81%;
  }
  .laptop\:l\+81\% {
    left: 81%;
  }
  .laptop\:r-81vw {
    right: -81vw;
  }
  .laptop\:r\+81vw {
    right: 81vw;
  }
  .laptop\:r-81\% {
    right: -81%;
  }
  .laptop\:r\+81\% {
    right: 81%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-82vw {
    top: -82vw;
  }
  .laptop\:t\+82vw {
    top: 82vw;
  }
  .laptop\:t-82\% {
    top: -82%;
  }
  .laptop\:t\+82\% {
    top: 82%;
  }
  .laptop\:b-82vw {
    bottom: -82vw;
  }
  .laptop\:b\+82vw {
    bottom: 82vw;
  }
  .laptop\:b-82\% {
    bottom: -82%;
  }
  .laptop\:b\+82\% {
    bottom: 82%;
  }
  .laptop\:l-82vw {
    left: -82vw;
  }
  .laptop\:l\+82vw {
    left: 82vw;
  }
  .laptop\:l-82\% {
    left: -82%;
  }
  .laptop\:l\+82\% {
    left: 82%;
  }
  .laptop\:r-82vw {
    right: -82vw;
  }
  .laptop\:r\+82vw {
    right: 82vw;
  }
  .laptop\:r-82\% {
    right: -82%;
  }
  .laptop\:r\+82\% {
    right: 82%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-83vw {
    top: -83vw;
  }
  .laptop\:t\+83vw {
    top: 83vw;
  }
  .laptop\:t-83\% {
    top: -83%;
  }
  .laptop\:t\+83\% {
    top: 83%;
  }
  .laptop\:b-83vw {
    bottom: -83vw;
  }
  .laptop\:b\+83vw {
    bottom: 83vw;
  }
  .laptop\:b-83\% {
    bottom: -83%;
  }
  .laptop\:b\+83\% {
    bottom: 83%;
  }
  .laptop\:l-83vw {
    left: -83vw;
  }
  .laptop\:l\+83vw {
    left: 83vw;
  }
  .laptop\:l-83\% {
    left: -83%;
  }
  .laptop\:l\+83\% {
    left: 83%;
  }
  .laptop\:r-83vw {
    right: -83vw;
  }
  .laptop\:r\+83vw {
    right: 83vw;
  }
  .laptop\:r-83\% {
    right: -83%;
  }
  .laptop\:r\+83\% {
    right: 83%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-84vw {
    top: -84vw;
  }
  .laptop\:t\+84vw {
    top: 84vw;
  }
  .laptop\:t-84\% {
    top: -84%;
  }
  .laptop\:t\+84\% {
    top: 84%;
  }
  .laptop\:b-84vw {
    bottom: -84vw;
  }
  .laptop\:b\+84vw {
    bottom: 84vw;
  }
  .laptop\:b-84\% {
    bottom: -84%;
  }
  .laptop\:b\+84\% {
    bottom: 84%;
  }
  .laptop\:l-84vw {
    left: -84vw;
  }
  .laptop\:l\+84vw {
    left: 84vw;
  }
  .laptop\:l-84\% {
    left: -84%;
  }
  .laptop\:l\+84\% {
    left: 84%;
  }
  .laptop\:r-84vw {
    right: -84vw;
  }
  .laptop\:r\+84vw {
    right: 84vw;
  }
  .laptop\:r-84\% {
    right: -84%;
  }
  .laptop\:r\+84\% {
    right: 84%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-85vw {
    top: -85vw;
  }
  .laptop\:t\+85vw {
    top: 85vw;
  }
  .laptop\:t-85\% {
    top: -85%;
  }
  .laptop\:t\+85\% {
    top: 85%;
  }
  .laptop\:b-85vw {
    bottom: -85vw;
  }
  .laptop\:b\+85vw {
    bottom: 85vw;
  }
  .laptop\:b-85\% {
    bottom: -85%;
  }
  .laptop\:b\+85\% {
    bottom: 85%;
  }
  .laptop\:l-85vw {
    left: -85vw;
  }
  .laptop\:l\+85vw {
    left: 85vw;
  }
  .laptop\:l-85\% {
    left: -85%;
  }
  .laptop\:l\+85\% {
    left: 85%;
  }
  .laptop\:r-85vw {
    right: -85vw;
  }
  .laptop\:r\+85vw {
    right: 85vw;
  }
  .laptop\:r-85\% {
    right: -85%;
  }
  .laptop\:r\+85\% {
    right: 85%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-86vw {
    top: -86vw;
  }
  .laptop\:t\+86vw {
    top: 86vw;
  }
  .laptop\:t-86\% {
    top: -86%;
  }
  .laptop\:t\+86\% {
    top: 86%;
  }
  .laptop\:b-86vw {
    bottom: -86vw;
  }
  .laptop\:b\+86vw {
    bottom: 86vw;
  }
  .laptop\:b-86\% {
    bottom: -86%;
  }
  .laptop\:b\+86\% {
    bottom: 86%;
  }
  .laptop\:l-86vw {
    left: -86vw;
  }
  .laptop\:l\+86vw {
    left: 86vw;
  }
  .laptop\:l-86\% {
    left: -86%;
  }
  .laptop\:l\+86\% {
    left: 86%;
  }
  .laptop\:r-86vw {
    right: -86vw;
  }
  .laptop\:r\+86vw {
    right: 86vw;
  }
  .laptop\:r-86\% {
    right: -86%;
  }
  .laptop\:r\+86\% {
    right: 86%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-87vw {
    top: -87vw;
  }
  .laptop\:t\+87vw {
    top: 87vw;
  }
  .laptop\:t-87\% {
    top: -87%;
  }
  .laptop\:t\+87\% {
    top: 87%;
  }
  .laptop\:b-87vw {
    bottom: -87vw;
  }
  .laptop\:b\+87vw {
    bottom: 87vw;
  }
  .laptop\:b-87\% {
    bottom: -87%;
  }
  .laptop\:b\+87\% {
    bottom: 87%;
  }
  .laptop\:l-87vw {
    left: -87vw;
  }
  .laptop\:l\+87vw {
    left: 87vw;
  }
  .laptop\:l-87\% {
    left: -87%;
  }
  .laptop\:l\+87\% {
    left: 87%;
  }
  .laptop\:r-87vw {
    right: -87vw;
  }
  .laptop\:r\+87vw {
    right: 87vw;
  }
  .laptop\:r-87\% {
    right: -87%;
  }
  .laptop\:r\+87\% {
    right: 87%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-88vw {
    top: -88vw;
  }
  .laptop\:t\+88vw {
    top: 88vw;
  }
  .laptop\:t-88\% {
    top: -88%;
  }
  .laptop\:t\+88\% {
    top: 88%;
  }
  .laptop\:b-88vw {
    bottom: -88vw;
  }
  .laptop\:b\+88vw {
    bottom: 88vw;
  }
  .laptop\:b-88\% {
    bottom: -88%;
  }
  .laptop\:b\+88\% {
    bottom: 88%;
  }
  .laptop\:l-88vw {
    left: -88vw;
  }
  .laptop\:l\+88vw {
    left: 88vw;
  }
  .laptop\:l-88\% {
    left: -88%;
  }
  .laptop\:l\+88\% {
    left: 88%;
  }
  .laptop\:r-88vw {
    right: -88vw;
  }
  .laptop\:r\+88vw {
    right: 88vw;
  }
  .laptop\:r-88\% {
    right: -88%;
  }
  .laptop\:r\+88\% {
    right: 88%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-89vw {
    top: -89vw;
  }
  .laptop\:t\+89vw {
    top: 89vw;
  }
  .laptop\:t-89\% {
    top: -89%;
  }
  .laptop\:t\+89\% {
    top: 89%;
  }
  .laptop\:b-89vw {
    bottom: -89vw;
  }
  .laptop\:b\+89vw {
    bottom: 89vw;
  }
  .laptop\:b-89\% {
    bottom: -89%;
  }
  .laptop\:b\+89\% {
    bottom: 89%;
  }
  .laptop\:l-89vw {
    left: -89vw;
  }
  .laptop\:l\+89vw {
    left: 89vw;
  }
  .laptop\:l-89\% {
    left: -89%;
  }
  .laptop\:l\+89\% {
    left: 89%;
  }
  .laptop\:r-89vw {
    right: -89vw;
  }
  .laptop\:r\+89vw {
    right: 89vw;
  }
  .laptop\:r-89\% {
    right: -89%;
  }
  .laptop\:r\+89\% {
    right: 89%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-90vw {
    top: -90vw;
  }
  .laptop\:t\+90vw {
    top: 90vw;
  }
  .laptop\:t-90\% {
    top: -90%;
  }
  .laptop\:t\+90\% {
    top: 90%;
  }
  .laptop\:b-90vw {
    bottom: -90vw;
  }
  .laptop\:b\+90vw {
    bottom: 90vw;
  }
  .laptop\:b-90\% {
    bottom: -90%;
  }
  .laptop\:b\+90\% {
    bottom: 90%;
  }
  .laptop\:l-90vw {
    left: -90vw;
  }
  .laptop\:l\+90vw {
    left: 90vw;
  }
  .laptop\:l-90\% {
    left: -90%;
  }
  .laptop\:l\+90\% {
    left: 90%;
  }
  .laptop\:r-90vw {
    right: -90vw;
  }
  .laptop\:r\+90vw {
    right: 90vw;
  }
  .laptop\:r-90\% {
    right: -90%;
  }
  .laptop\:r\+90\% {
    right: 90%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-91vw {
    top: -91vw;
  }
  .laptop\:t\+91vw {
    top: 91vw;
  }
  .laptop\:t-91\% {
    top: -91%;
  }
  .laptop\:t\+91\% {
    top: 91%;
  }
  .laptop\:b-91vw {
    bottom: -91vw;
  }
  .laptop\:b\+91vw {
    bottom: 91vw;
  }
  .laptop\:b-91\% {
    bottom: -91%;
  }
  .laptop\:b\+91\% {
    bottom: 91%;
  }
  .laptop\:l-91vw {
    left: -91vw;
  }
  .laptop\:l\+91vw {
    left: 91vw;
  }
  .laptop\:l-91\% {
    left: -91%;
  }
  .laptop\:l\+91\% {
    left: 91%;
  }
  .laptop\:r-91vw {
    right: -91vw;
  }
  .laptop\:r\+91vw {
    right: 91vw;
  }
  .laptop\:r-91\% {
    right: -91%;
  }
  .laptop\:r\+91\% {
    right: 91%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-92vw {
    top: -92vw;
  }
  .laptop\:t\+92vw {
    top: 92vw;
  }
  .laptop\:t-92\% {
    top: -92%;
  }
  .laptop\:t\+92\% {
    top: 92%;
  }
  .laptop\:b-92vw {
    bottom: -92vw;
  }
  .laptop\:b\+92vw {
    bottom: 92vw;
  }
  .laptop\:b-92\% {
    bottom: -92%;
  }
  .laptop\:b\+92\% {
    bottom: 92%;
  }
  .laptop\:l-92vw {
    left: -92vw;
  }
  .laptop\:l\+92vw {
    left: 92vw;
  }
  .laptop\:l-92\% {
    left: -92%;
  }
  .laptop\:l\+92\% {
    left: 92%;
  }
  .laptop\:r-92vw {
    right: -92vw;
  }
  .laptop\:r\+92vw {
    right: 92vw;
  }
  .laptop\:r-92\% {
    right: -92%;
  }
  .laptop\:r\+92\% {
    right: 92%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-93vw {
    top: -93vw;
  }
  .laptop\:t\+93vw {
    top: 93vw;
  }
  .laptop\:t-93\% {
    top: -93%;
  }
  .laptop\:t\+93\% {
    top: 93%;
  }
  .laptop\:b-93vw {
    bottom: -93vw;
  }
  .laptop\:b\+93vw {
    bottom: 93vw;
  }
  .laptop\:b-93\% {
    bottom: -93%;
  }
  .laptop\:b\+93\% {
    bottom: 93%;
  }
  .laptop\:l-93vw {
    left: -93vw;
  }
  .laptop\:l\+93vw {
    left: 93vw;
  }
  .laptop\:l-93\% {
    left: -93%;
  }
  .laptop\:l\+93\% {
    left: 93%;
  }
  .laptop\:r-93vw {
    right: -93vw;
  }
  .laptop\:r\+93vw {
    right: 93vw;
  }
  .laptop\:r-93\% {
    right: -93%;
  }
  .laptop\:r\+93\% {
    right: 93%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-94vw {
    top: -94vw;
  }
  .laptop\:t\+94vw {
    top: 94vw;
  }
  .laptop\:t-94\% {
    top: -94%;
  }
  .laptop\:t\+94\% {
    top: 94%;
  }
  .laptop\:b-94vw {
    bottom: -94vw;
  }
  .laptop\:b\+94vw {
    bottom: 94vw;
  }
  .laptop\:b-94\% {
    bottom: -94%;
  }
  .laptop\:b\+94\% {
    bottom: 94%;
  }
  .laptop\:l-94vw {
    left: -94vw;
  }
  .laptop\:l\+94vw {
    left: 94vw;
  }
  .laptop\:l-94\% {
    left: -94%;
  }
  .laptop\:l\+94\% {
    left: 94%;
  }
  .laptop\:r-94vw {
    right: -94vw;
  }
  .laptop\:r\+94vw {
    right: 94vw;
  }
  .laptop\:r-94\% {
    right: -94%;
  }
  .laptop\:r\+94\% {
    right: 94%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-95vw {
    top: -95vw;
  }
  .laptop\:t\+95vw {
    top: 95vw;
  }
  .laptop\:t-95\% {
    top: -95%;
  }
  .laptop\:t\+95\% {
    top: 95%;
  }
  .laptop\:b-95vw {
    bottom: -95vw;
  }
  .laptop\:b\+95vw {
    bottom: 95vw;
  }
  .laptop\:b-95\% {
    bottom: -95%;
  }
  .laptop\:b\+95\% {
    bottom: 95%;
  }
  .laptop\:l-95vw {
    left: -95vw;
  }
  .laptop\:l\+95vw {
    left: 95vw;
  }
  .laptop\:l-95\% {
    left: -95%;
  }
  .laptop\:l\+95\% {
    left: 95%;
  }
  .laptop\:r-95vw {
    right: -95vw;
  }
  .laptop\:r\+95vw {
    right: 95vw;
  }
  .laptop\:r-95\% {
    right: -95%;
  }
  .laptop\:r\+95\% {
    right: 95%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-96vw {
    top: -96vw;
  }
  .laptop\:t\+96vw {
    top: 96vw;
  }
  .laptop\:t-96\% {
    top: -96%;
  }
  .laptop\:t\+96\% {
    top: 96%;
  }
  .laptop\:b-96vw {
    bottom: -96vw;
  }
  .laptop\:b\+96vw {
    bottom: 96vw;
  }
  .laptop\:b-96\% {
    bottom: -96%;
  }
  .laptop\:b\+96\% {
    bottom: 96%;
  }
  .laptop\:l-96vw {
    left: -96vw;
  }
  .laptop\:l\+96vw {
    left: 96vw;
  }
  .laptop\:l-96\% {
    left: -96%;
  }
  .laptop\:l\+96\% {
    left: 96%;
  }
  .laptop\:r-96vw {
    right: -96vw;
  }
  .laptop\:r\+96vw {
    right: 96vw;
  }
  .laptop\:r-96\% {
    right: -96%;
  }
  .laptop\:r\+96\% {
    right: 96%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-97vw {
    top: -97vw;
  }
  .laptop\:t\+97vw {
    top: 97vw;
  }
  .laptop\:t-97\% {
    top: -97%;
  }
  .laptop\:t\+97\% {
    top: 97%;
  }
  .laptop\:b-97vw {
    bottom: -97vw;
  }
  .laptop\:b\+97vw {
    bottom: 97vw;
  }
  .laptop\:b-97\% {
    bottom: -97%;
  }
  .laptop\:b\+97\% {
    bottom: 97%;
  }
  .laptop\:l-97vw {
    left: -97vw;
  }
  .laptop\:l\+97vw {
    left: 97vw;
  }
  .laptop\:l-97\% {
    left: -97%;
  }
  .laptop\:l\+97\% {
    left: 97%;
  }
  .laptop\:r-97vw {
    right: -97vw;
  }
  .laptop\:r\+97vw {
    right: 97vw;
  }
  .laptop\:r-97\% {
    right: -97%;
  }
  .laptop\:r\+97\% {
    right: 97%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-98vw {
    top: -98vw;
  }
  .laptop\:t\+98vw {
    top: 98vw;
  }
  .laptop\:t-98\% {
    top: -98%;
  }
  .laptop\:t\+98\% {
    top: 98%;
  }
  .laptop\:b-98vw {
    bottom: -98vw;
  }
  .laptop\:b\+98vw {
    bottom: 98vw;
  }
  .laptop\:b-98\% {
    bottom: -98%;
  }
  .laptop\:b\+98\% {
    bottom: 98%;
  }
  .laptop\:l-98vw {
    left: -98vw;
  }
  .laptop\:l\+98vw {
    left: 98vw;
  }
  .laptop\:l-98\% {
    left: -98%;
  }
  .laptop\:l\+98\% {
    left: 98%;
  }
  .laptop\:r-98vw {
    right: -98vw;
  }
  .laptop\:r\+98vw {
    right: 98vw;
  }
  .laptop\:r-98\% {
    right: -98%;
  }
  .laptop\:r\+98\% {
    right: 98%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-99vw {
    top: -99vw;
  }
  .laptop\:t\+99vw {
    top: 99vw;
  }
  .laptop\:t-99\% {
    top: -99%;
  }
  .laptop\:t\+99\% {
    top: 99%;
  }
  .laptop\:b-99vw {
    bottom: -99vw;
  }
  .laptop\:b\+99vw {
    bottom: 99vw;
  }
  .laptop\:b-99\% {
    bottom: -99%;
  }
  .laptop\:b\+99\% {
    bottom: 99%;
  }
  .laptop\:l-99vw {
    left: -99vw;
  }
  .laptop\:l\+99vw {
    left: 99vw;
  }
  .laptop\:l-99\% {
    left: -99%;
  }
  .laptop\:l\+99\% {
    left: 99%;
  }
  .laptop\:r-99vw {
    right: -99vw;
  }
  .laptop\:r\+99vw {
    right: 99vw;
  }
  .laptop\:r-99\% {
    right: -99%;
  }
  .laptop\:r\+99\% {
    right: 99%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-100vw {
    top: -100vw;
  }
  .laptop\:t\+100vw {
    top: 100vw;
  }
  .laptop\:t-100\% {
    top: -100%;
  }
  .laptop\:t\+100\% {
    top: 100%;
  }
  .laptop\:b-100vw {
    bottom: -100vw;
  }
  .laptop\:b\+100vw {
    bottom: 100vw;
  }
  .laptop\:b-100\% {
    bottom: -100%;
  }
  .laptop\:b\+100\% {
    bottom: 100%;
  }
  .laptop\:l-100vw {
    left: -100vw;
  }
  .laptop\:l\+100vw {
    left: 100vw;
  }
  .laptop\:l-100\% {
    left: -100%;
  }
  .laptop\:l\+100\% {
    left: 100%;
  }
  .laptop\:r-100vw {
    right: -100vw;
  }
  .laptop\:r\+100vw {
    right: 100vw;
  }
  .laptop\:r-100\% {
    right: -100%;
  }
  .laptop\:r\+100\% {
    right: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-101vw {
    top: -101vw;
  }
  .laptop\:t\+101vw {
    top: 101vw;
  }
  .laptop\:t-101\% {
    top: -101%;
  }
  .laptop\:t\+101\% {
    top: 101%;
  }
  .laptop\:b-101vw {
    bottom: -101vw;
  }
  .laptop\:b\+101vw {
    bottom: 101vw;
  }
  .laptop\:b-101\% {
    bottom: -101%;
  }
  .laptop\:b\+101\% {
    bottom: 101%;
  }
  .laptop\:l-101vw {
    left: -101vw;
  }
  .laptop\:l\+101vw {
    left: 101vw;
  }
  .laptop\:l-101\% {
    left: -101%;
  }
  .laptop\:l\+101\% {
    left: 101%;
  }
  .laptop\:r-101vw {
    right: -101vw;
  }
  .laptop\:r\+101vw {
    right: 101vw;
  }
  .laptop\:r-101\% {
    right: -101%;
  }
  .laptop\:r\+101\% {
    right: 101%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-102vw {
    top: -102vw;
  }
  .laptop\:t\+102vw {
    top: 102vw;
  }
  .laptop\:t-102\% {
    top: -102%;
  }
  .laptop\:t\+102\% {
    top: 102%;
  }
  .laptop\:b-102vw {
    bottom: -102vw;
  }
  .laptop\:b\+102vw {
    bottom: 102vw;
  }
  .laptop\:b-102\% {
    bottom: -102%;
  }
  .laptop\:b\+102\% {
    bottom: 102%;
  }
  .laptop\:l-102vw {
    left: -102vw;
  }
  .laptop\:l\+102vw {
    left: 102vw;
  }
  .laptop\:l-102\% {
    left: -102%;
  }
  .laptop\:l\+102\% {
    left: 102%;
  }
  .laptop\:r-102vw {
    right: -102vw;
  }
  .laptop\:r\+102vw {
    right: 102vw;
  }
  .laptop\:r-102\% {
    right: -102%;
  }
  .laptop\:r\+102\% {
    right: 102%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-103vw {
    top: -103vw;
  }
  .laptop\:t\+103vw {
    top: 103vw;
  }
  .laptop\:t-103\% {
    top: -103%;
  }
  .laptop\:t\+103\% {
    top: 103%;
  }
  .laptop\:b-103vw {
    bottom: -103vw;
  }
  .laptop\:b\+103vw {
    bottom: 103vw;
  }
  .laptop\:b-103\% {
    bottom: -103%;
  }
  .laptop\:b\+103\% {
    bottom: 103%;
  }
  .laptop\:l-103vw {
    left: -103vw;
  }
  .laptop\:l\+103vw {
    left: 103vw;
  }
  .laptop\:l-103\% {
    left: -103%;
  }
  .laptop\:l\+103\% {
    left: 103%;
  }
  .laptop\:r-103vw {
    right: -103vw;
  }
  .laptop\:r\+103vw {
    right: 103vw;
  }
  .laptop\:r-103\% {
    right: -103%;
  }
  .laptop\:r\+103\% {
    right: 103%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-104vw {
    top: -104vw;
  }
  .laptop\:t\+104vw {
    top: 104vw;
  }
  .laptop\:t-104\% {
    top: -104%;
  }
  .laptop\:t\+104\% {
    top: 104%;
  }
  .laptop\:b-104vw {
    bottom: -104vw;
  }
  .laptop\:b\+104vw {
    bottom: 104vw;
  }
  .laptop\:b-104\% {
    bottom: -104%;
  }
  .laptop\:b\+104\% {
    bottom: 104%;
  }
  .laptop\:l-104vw {
    left: -104vw;
  }
  .laptop\:l\+104vw {
    left: 104vw;
  }
  .laptop\:l-104\% {
    left: -104%;
  }
  .laptop\:l\+104\% {
    left: 104%;
  }
  .laptop\:r-104vw {
    right: -104vw;
  }
  .laptop\:r\+104vw {
    right: 104vw;
  }
  .laptop\:r-104\% {
    right: -104%;
  }
  .laptop\:r\+104\% {
    right: 104%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-105vw {
    top: -105vw;
  }
  .laptop\:t\+105vw {
    top: 105vw;
  }
  .laptop\:t-105\% {
    top: -105%;
  }
  .laptop\:t\+105\% {
    top: 105%;
  }
  .laptop\:b-105vw {
    bottom: -105vw;
  }
  .laptop\:b\+105vw {
    bottom: 105vw;
  }
  .laptop\:b-105\% {
    bottom: -105%;
  }
  .laptop\:b\+105\% {
    bottom: 105%;
  }
  .laptop\:l-105vw {
    left: -105vw;
  }
  .laptop\:l\+105vw {
    left: 105vw;
  }
  .laptop\:l-105\% {
    left: -105%;
  }
  .laptop\:l\+105\% {
    left: 105%;
  }
  .laptop\:r-105vw {
    right: -105vw;
  }
  .laptop\:r\+105vw {
    right: 105vw;
  }
  .laptop\:r-105\% {
    right: -105%;
  }
  .laptop\:r\+105\% {
    right: 105%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-106vw {
    top: -106vw;
  }
  .laptop\:t\+106vw {
    top: 106vw;
  }
  .laptop\:t-106\% {
    top: -106%;
  }
  .laptop\:t\+106\% {
    top: 106%;
  }
  .laptop\:b-106vw {
    bottom: -106vw;
  }
  .laptop\:b\+106vw {
    bottom: 106vw;
  }
  .laptop\:b-106\% {
    bottom: -106%;
  }
  .laptop\:b\+106\% {
    bottom: 106%;
  }
  .laptop\:l-106vw {
    left: -106vw;
  }
  .laptop\:l\+106vw {
    left: 106vw;
  }
  .laptop\:l-106\% {
    left: -106%;
  }
  .laptop\:l\+106\% {
    left: 106%;
  }
  .laptop\:r-106vw {
    right: -106vw;
  }
  .laptop\:r\+106vw {
    right: 106vw;
  }
  .laptop\:r-106\% {
    right: -106%;
  }
  .laptop\:r\+106\% {
    right: 106%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-107vw {
    top: -107vw;
  }
  .laptop\:t\+107vw {
    top: 107vw;
  }
  .laptop\:t-107\% {
    top: -107%;
  }
  .laptop\:t\+107\% {
    top: 107%;
  }
  .laptop\:b-107vw {
    bottom: -107vw;
  }
  .laptop\:b\+107vw {
    bottom: 107vw;
  }
  .laptop\:b-107\% {
    bottom: -107%;
  }
  .laptop\:b\+107\% {
    bottom: 107%;
  }
  .laptop\:l-107vw {
    left: -107vw;
  }
  .laptop\:l\+107vw {
    left: 107vw;
  }
  .laptop\:l-107\% {
    left: -107%;
  }
  .laptop\:l\+107\% {
    left: 107%;
  }
  .laptop\:r-107vw {
    right: -107vw;
  }
  .laptop\:r\+107vw {
    right: 107vw;
  }
  .laptop\:r-107\% {
    right: -107%;
  }
  .laptop\:r\+107\% {
    right: 107%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-108vw {
    top: -108vw;
  }
  .laptop\:t\+108vw {
    top: 108vw;
  }
  .laptop\:t-108\% {
    top: -108%;
  }
  .laptop\:t\+108\% {
    top: 108%;
  }
  .laptop\:b-108vw {
    bottom: -108vw;
  }
  .laptop\:b\+108vw {
    bottom: 108vw;
  }
  .laptop\:b-108\% {
    bottom: -108%;
  }
  .laptop\:b\+108\% {
    bottom: 108%;
  }
  .laptop\:l-108vw {
    left: -108vw;
  }
  .laptop\:l\+108vw {
    left: 108vw;
  }
  .laptop\:l-108\% {
    left: -108%;
  }
  .laptop\:l\+108\% {
    left: 108%;
  }
  .laptop\:r-108vw {
    right: -108vw;
  }
  .laptop\:r\+108vw {
    right: 108vw;
  }
  .laptop\:r-108\% {
    right: -108%;
  }
  .laptop\:r\+108\% {
    right: 108%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-109vw {
    top: -109vw;
  }
  .laptop\:t\+109vw {
    top: 109vw;
  }
  .laptop\:t-109\% {
    top: -109%;
  }
  .laptop\:t\+109\% {
    top: 109%;
  }
  .laptop\:b-109vw {
    bottom: -109vw;
  }
  .laptop\:b\+109vw {
    bottom: 109vw;
  }
  .laptop\:b-109\% {
    bottom: -109%;
  }
  .laptop\:b\+109\% {
    bottom: 109%;
  }
  .laptop\:l-109vw {
    left: -109vw;
  }
  .laptop\:l\+109vw {
    left: 109vw;
  }
  .laptop\:l-109\% {
    left: -109%;
  }
  .laptop\:l\+109\% {
    left: 109%;
  }
  .laptop\:r-109vw {
    right: -109vw;
  }
  .laptop\:r\+109vw {
    right: 109vw;
  }
  .laptop\:r-109\% {
    right: -109%;
  }
  .laptop\:r\+109\% {
    right: 109%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-110vw {
    top: -110vw;
  }
  .laptop\:t\+110vw {
    top: 110vw;
  }
  .laptop\:t-110\% {
    top: -110%;
  }
  .laptop\:t\+110\% {
    top: 110%;
  }
  .laptop\:b-110vw {
    bottom: -110vw;
  }
  .laptop\:b\+110vw {
    bottom: 110vw;
  }
  .laptop\:b-110\% {
    bottom: -110%;
  }
  .laptop\:b\+110\% {
    bottom: 110%;
  }
  .laptop\:l-110vw {
    left: -110vw;
  }
  .laptop\:l\+110vw {
    left: 110vw;
  }
  .laptop\:l-110\% {
    left: -110%;
  }
  .laptop\:l\+110\% {
    left: 110%;
  }
  .laptop\:r-110vw {
    right: -110vw;
  }
  .laptop\:r\+110vw {
    right: 110vw;
  }
  .laptop\:r-110\% {
    right: -110%;
  }
  .laptop\:r\+110\% {
    right: 110%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-111vw {
    top: -111vw;
  }
  .laptop\:t\+111vw {
    top: 111vw;
  }
  .laptop\:t-111\% {
    top: -111%;
  }
  .laptop\:t\+111\% {
    top: 111%;
  }
  .laptop\:b-111vw {
    bottom: -111vw;
  }
  .laptop\:b\+111vw {
    bottom: 111vw;
  }
  .laptop\:b-111\% {
    bottom: -111%;
  }
  .laptop\:b\+111\% {
    bottom: 111%;
  }
  .laptop\:l-111vw {
    left: -111vw;
  }
  .laptop\:l\+111vw {
    left: 111vw;
  }
  .laptop\:l-111\% {
    left: -111%;
  }
  .laptop\:l\+111\% {
    left: 111%;
  }
  .laptop\:r-111vw {
    right: -111vw;
  }
  .laptop\:r\+111vw {
    right: 111vw;
  }
  .laptop\:r-111\% {
    right: -111%;
  }
  .laptop\:r\+111\% {
    right: 111%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-112vw {
    top: -112vw;
  }
  .laptop\:t\+112vw {
    top: 112vw;
  }
  .laptop\:t-112\% {
    top: -112%;
  }
  .laptop\:t\+112\% {
    top: 112%;
  }
  .laptop\:b-112vw {
    bottom: -112vw;
  }
  .laptop\:b\+112vw {
    bottom: 112vw;
  }
  .laptop\:b-112\% {
    bottom: -112%;
  }
  .laptop\:b\+112\% {
    bottom: 112%;
  }
  .laptop\:l-112vw {
    left: -112vw;
  }
  .laptop\:l\+112vw {
    left: 112vw;
  }
  .laptop\:l-112\% {
    left: -112%;
  }
  .laptop\:l\+112\% {
    left: 112%;
  }
  .laptop\:r-112vw {
    right: -112vw;
  }
  .laptop\:r\+112vw {
    right: 112vw;
  }
  .laptop\:r-112\% {
    right: -112%;
  }
  .laptop\:r\+112\% {
    right: 112%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-113vw {
    top: -113vw;
  }
  .laptop\:t\+113vw {
    top: 113vw;
  }
  .laptop\:t-113\% {
    top: -113%;
  }
  .laptop\:t\+113\% {
    top: 113%;
  }
  .laptop\:b-113vw {
    bottom: -113vw;
  }
  .laptop\:b\+113vw {
    bottom: 113vw;
  }
  .laptop\:b-113\% {
    bottom: -113%;
  }
  .laptop\:b\+113\% {
    bottom: 113%;
  }
  .laptop\:l-113vw {
    left: -113vw;
  }
  .laptop\:l\+113vw {
    left: 113vw;
  }
  .laptop\:l-113\% {
    left: -113%;
  }
  .laptop\:l\+113\% {
    left: 113%;
  }
  .laptop\:r-113vw {
    right: -113vw;
  }
  .laptop\:r\+113vw {
    right: 113vw;
  }
  .laptop\:r-113\% {
    right: -113%;
  }
  .laptop\:r\+113\% {
    right: 113%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-114vw {
    top: -114vw;
  }
  .laptop\:t\+114vw {
    top: 114vw;
  }
  .laptop\:t-114\% {
    top: -114%;
  }
  .laptop\:t\+114\% {
    top: 114%;
  }
  .laptop\:b-114vw {
    bottom: -114vw;
  }
  .laptop\:b\+114vw {
    bottom: 114vw;
  }
  .laptop\:b-114\% {
    bottom: -114%;
  }
  .laptop\:b\+114\% {
    bottom: 114%;
  }
  .laptop\:l-114vw {
    left: -114vw;
  }
  .laptop\:l\+114vw {
    left: 114vw;
  }
  .laptop\:l-114\% {
    left: -114%;
  }
  .laptop\:l\+114\% {
    left: 114%;
  }
  .laptop\:r-114vw {
    right: -114vw;
  }
  .laptop\:r\+114vw {
    right: 114vw;
  }
  .laptop\:r-114\% {
    right: -114%;
  }
  .laptop\:r\+114\% {
    right: 114%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-115vw {
    top: -115vw;
  }
  .laptop\:t\+115vw {
    top: 115vw;
  }
  .laptop\:t-115\% {
    top: -115%;
  }
  .laptop\:t\+115\% {
    top: 115%;
  }
  .laptop\:b-115vw {
    bottom: -115vw;
  }
  .laptop\:b\+115vw {
    bottom: 115vw;
  }
  .laptop\:b-115\% {
    bottom: -115%;
  }
  .laptop\:b\+115\% {
    bottom: 115%;
  }
  .laptop\:l-115vw {
    left: -115vw;
  }
  .laptop\:l\+115vw {
    left: 115vw;
  }
  .laptop\:l-115\% {
    left: -115%;
  }
  .laptop\:l\+115\% {
    left: 115%;
  }
  .laptop\:r-115vw {
    right: -115vw;
  }
  .laptop\:r\+115vw {
    right: 115vw;
  }
  .laptop\:r-115\% {
    right: -115%;
  }
  .laptop\:r\+115\% {
    right: 115%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-116vw {
    top: -116vw;
  }
  .laptop\:t\+116vw {
    top: 116vw;
  }
  .laptop\:t-116\% {
    top: -116%;
  }
  .laptop\:t\+116\% {
    top: 116%;
  }
  .laptop\:b-116vw {
    bottom: -116vw;
  }
  .laptop\:b\+116vw {
    bottom: 116vw;
  }
  .laptop\:b-116\% {
    bottom: -116%;
  }
  .laptop\:b\+116\% {
    bottom: 116%;
  }
  .laptop\:l-116vw {
    left: -116vw;
  }
  .laptop\:l\+116vw {
    left: 116vw;
  }
  .laptop\:l-116\% {
    left: -116%;
  }
  .laptop\:l\+116\% {
    left: 116%;
  }
  .laptop\:r-116vw {
    right: -116vw;
  }
  .laptop\:r\+116vw {
    right: 116vw;
  }
  .laptop\:r-116\% {
    right: -116%;
  }
  .laptop\:r\+116\% {
    right: 116%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-117vw {
    top: -117vw;
  }
  .laptop\:t\+117vw {
    top: 117vw;
  }
  .laptop\:t-117\% {
    top: -117%;
  }
  .laptop\:t\+117\% {
    top: 117%;
  }
  .laptop\:b-117vw {
    bottom: -117vw;
  }
  .laptop\:b\+117vw {
    bottom: 117vw;
  }
  .laptop\:b-117\% {
    bottom: -117%;
  }
  .laptop\:b\+117\% {
    bottom: 117%;
  }
  .laptop\:l-117vw {
    left: -117vw;
  }
  .laptop\:l\+117vw {
    left: 117vw;
  }
  .laptop\:l-117\% {
    left: -117%;
  }
  .laptop\:l\+117\% {
    left: 117%;
  }
  .laptop\:r-117vw {
    right: -117vw;
  }
  .laptop\:r\+117vw {
    right: 117vw;
  }
  .laptop\:r-117\% {
    right: -117%;
  }
  .laptop\:r\+117\% {
    right: 117%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-118vw {
    top: -118vw;
  }
  .laptop\:t\+118vw {
    top: 118vw;
  }
  .laptop\:t-118\% {
    top: -118%;
  }
  .laptop\:t\+118\% {
    top: 118%;
  }
  .laptop\:b-118vw {
    bottom: -118vw;
  }
  .laptop\:b\+118vw {
    bottom: 118vw;
  }
  .laptop\:b-118\% {
    bottom: -118%;
  }
  .laptop\:b\+118\% {
    bottom: 118%;
  }
  .laptop\:l-118vw {
    left: -118vw;
  }
  .laptop\:l\+118vw {
    left: 118vw;
  }
  .laptop\:l-118\% {
    left: -118%;
  }
  .laptop\:l\+118\% {
    left: 118%;
  }
  .laptop\:r-118vw {
    right: -118vw;
  }
  .laptop\:r\+118vw {
    right: 118vw;
  }
  .laptop\:r-118\% {
    right: -118%;
  }
  .laptop\:r\+118\% {
    right: 118%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-119vw {
    top: -119vw;
  }
  .laptop\:t\+119vw {
    top: 119vw;
  }
  .laptop\:t-119\% {
    top: -119%;
  }
  .laptop\:t\+119\% {
    top: 119%;
  }
  .laptop\:b-119vw {
    bottom: -119vw;
  }
  .laptop\:b\+119vw {
    bottom: 119vw;
  }
  .laptop\:b-119\% {
    bottom: -119%;
  }
  .laptop\:b\+119\% {
    bottom: 119%;
  }
  .laptop\:l-119vw {
    left: -119vw;
  }
  .laptop\:l\+119vw {
    left: 119vw;
  }
  .laptop\:l-119\% {
    left: -119%;
  }
  .laptop\:l\+119\% {
    left: 119%;
  }
  .laptop\:r-119vw {
    right: -119vw;
  }
  .laptop\:r\+119vw {
    right: 119vw;
  }
  .laptop\:r-119\% {
    right: -119%;
  }
  .laptop\:r\+119\% {
    right: 119%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-120vw {
    top: -120vw;
  }
  .laptop\:t\+120vw {
    top: 120vw;
  }
  .laptop\:t-120\% {
    top: -120%;
  }
  .laptop\:t\+120\% {
    top: 120%;
  }
  .laptop\:b-120vw {
    bottom: -120vw;
  }
  .laptop\:b\+120vw {
    bottom: 120vw;
  }
  .laptop\:b-120\% {
    bottom: -120%;
  }
  .laptop\:b\+120\% {
    bottom: 120%;
  }
  .laptop\:l-120vw {
    left: -120vw;
  }
  .laptop\:l\+120vw {
    left: 120vw;
  }
  .laptop\:l-120\% {
    left: -120%;
  }
  .laptop\:l\+120\% {
    left: 120%;
  }
  .laptop\:r-120vw {
    right: -120vw;
  }
  .laptop\:r\+120vw {
    right: 120vw;
  }
  .laptop\:r-120\% {
    right: -120%;
  }
  .laptop\:r\+120\% {
    right: 120%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-121vw {
    top: -121vw;
  }
  .laptop\:t\+121vw {
    top: 121vw;
  }
  .laptop\:t-121\% {
    top: -121%;
  }
  .laptop\:t\+121\% {
    top: 121%;
  }
  .laptop\:b-121vw {
    bottom: -121vw;
  }
  .laptop\:b\+121vw {
    bottom: 121vw;
  }
  .laptop\:b-121\% {
    bottom: -121%;
  }
  .laptop\:b\+121\% {
    bottom: 121%;
  }
  .laptop\:l-121vw {
    left: -121vw;
  }
  .laptop\:l\+121vw {
    left: 121vw;
  }
  .laptop\:l-121\% {
    left: -121%;
  }
  .laptop\:l\+121\% {
    left: 121%;
  }
  .laptop\:r-121vw {
    right: -121vw;
  }
  .laptop\:r\+121vw {
    right: 121vw;
  }
  .laptop\:r-121\% {
    right: -121%;
  }
  .laptop\:r\+121\% {
    right: 121%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-122vw {
    top: -122vw;
  }
  .laptop\:t\+122vw {
    top: 122vw;
  }
  .laptop\:t-122\% {
    top: -122%;
  }
  .laptop\:t\+122\% {
    top: 122%;
  }
  .laptop\:b-122vw {
    bottom: -122vw;
  }
  .laptop\:b\+122vw {
    bottom: 122vw;
  }
  .laptop\:b-122\% {
    bottom: -122%;
  }
  .laptop\:b\+122\% {
    bottom: 122%;
  }
  .laptop\:l-122vw {
    left: -122vw;
  }
  .laptop\:l\+122vw {
    left: 122vw;
  }
  .laptop\:l-122\% {
    left: -122%;
  }
  .laptop\:l\+122\% {
    left: 122%;
  }
  .laptop\:r-122vw {
    right: -122vw;
  }
  .laptop\:r\+122vw {
    right: 122vw;
  }
  .laptop\:r-122\% {
    right: -122%;
  }
  .laptop\:r\+122\% {
    right: 122%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-123vw {
    top: -123vw;
  }
  .laptop\:t\+123vw {
    top: 123vw;
  }
  .laptop\:t-123\% {
    top: -123%;
  }
  .laptop\:t\+123\% {
    top: 123%;
  }
  .laptop\:b-123vw {
    bottom: -123vw;
  }
  .laptop\:b\+123vw {
    bottom: 123vw;
  }
  .laptop\:b-123\% {
    bottom: -123%;
  }
  .laptop\:b\+123\% {
    bottom: 123%;
  }
  .laptop\:l-123vw {
    left: -123vw;
  }
  .laptop\:l\+123vw {
    left: 123vw;
  }
  .laptop\:l-123\% {
    left: -123%;
  }
  .laptop\:l\+123\% {
    left: 123%;
  }
  .laptop\:r-123vw {
    right: -123vw;
  }
  .laptop\:r\+123vw {
    right: 123vw;
  }
  .laptop\:r-123\% {
    right: -123%;
  }
  .laptop\:r\+123\% {
    right: 123%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-124vw {
    top: -124vw;
  }
  .laptop\:t\+124vw {
    top: 124vw;
  }
  .laptop\:t-124\% {
    top: -124%;
  }
  .laptop\:t\+124\% {
    top: 124%;
  }
  .laptop\:b-124vw {
    bottom: -124vw;
  }
  .laptop\:b\+124vw {
    bottom: 124vw;
  }
  .laptop\:b-124\% {
    bottom: -124%;
  }
  .laptop\:b\+124\% {
    bottom: 124%;
  }
  .laptop\:l-124vw {
    left: -124vw;
  }
  .laptop\:l\+124vw {
    left: 124vw;
  }
  .laptop\:l-124\% {
    left: -124%;
  }
  .laptop\:l\+124\% {
    left: 124%;
  }
  .laptop\:r-124vw {
    right: -124vw;
  }
  .laptop\:r\+124vw {
    right: 124vw;
  }
  .laptop\:r-124\% {
    right: -124%;
  }
  .laptop\:r\+124\% {
    right: 124%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-125vw {
    top: -125vw;
  }
  .laptop\:t\+125vw {
    top: 125vw;
  }
  .laptop\:t-125\% {
    top: -125%;
  }
  .laptop\:t\+125\% {
    top: 125%;
  }
  .laptop\:b-125vw {
    bottom: -125vw;
  }
  .laptop\:b\+125vw {
    bottom: 125vw;
  }
  .laptop\:b-125\% {
    bottom: -125%;
  }
  .laptop\:b\+125\% {
    bottom: 125%;
  }
  .laptop\:l-125vw {
    left: -125vw;
  }
  .laptop\:l\+125vw {
    left: 125vw;
  }
  .laptop\:l-125\% {
    left: -125%;
  }
  .laptop\:l\+125\% {
    left: 125%;
  }
  .laptop\:r-125vw {
    right: -125vw;
  }
  .laptop\:r\+125vw {
    right: 125vw;
  }
  .laptop\:r-125\% {
    right: -125%;
  }
  .laptop\:r\+125\% {
    right: 125%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-126vw {
    top: -126vw;
  }
  .laptop\:t\+126vw {
    top: 126vw;
  }
  .laptop\:t-126\% {
    top: -126%;
  }
  .laptop\:t\+126\% {
    top: 126%;
  }
  .laptop\:b-126vw {
    bottom: -126vw;
  }
  .laptop\:b\+126vw {
    bottom: 126vw;
  }
  .laptop\:b-126\% {
    bottom: -126%;
  }
  .laptop\:b\+126\% {
    bottom: 126%;
  }
  .laptop\:l-126vw {
    left: -126vw;
  }
  .laptop\:l\+126vw {
    left: 126vw;
  }
  .laptop\:l-126\% {
    left: -126%;
  }
  .laptop\:l\+126\% {
    left: 126%;
  }
  .laptop\:r-126vw {
    right: -126vw;
  }
  .laptop\:r\+126vw {
    right: 126vw;
  }
  .laptop\:r-126\% {
    right: -126%;
  }
  .laptop\:r\+126\% {
    right: 126%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-127vw {
    top: -127vw;
  }
  .laptop\:t\+127vw {
    top: 127vw;
  }
  .laptop\:t-127\% {
    top: -127%;
  }
  .laptop\:t\+127\% {
    top: 127%;
  }
  .laptop\:b-127vw {
    bottom: -127vw;
  }
  .laptop\:b\+127vw {
    bottom: 127vw;
  }
  .laptop\:b-127\% {
    bottom: -127%;
  }
  .laptop\:b\+127\% {
    bottom: 127%;
  }
  .laptop\:l-127vw {
    left: -127vw;
  }
  .laptop\:l\+127vw {
    left: 127vw;
  }
  .laptop\:l-127\% {
    left: -127%;
  }
  .laptop\:l\+127\% {
    left: 127%;
  }
  .laptop\:r-127vw {
    right: -127vw;
  }
  .laptop\:r\+127vw {
    right: 127vw;
  }
  .laptop\:r-127\% {
    right: -127%;
  }
  .laptop\:r\+127\% {
    right: 127%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-128vw {
    top: -128vw;
  }
  .laptop\:t\+128vw {
    top: 128vw;
  }
  .laptop\:t-128\% {
    top: -128%;
  }
  .laptop\:t\+128\% {
    top: 128%;
  }
  .laptop\:b-128vw {
    bottom: -128vw;
  }
  .laptop\:b\+128vw {
    bottom: 128vw;
  }
  .laptop\:b-128\% {
    bottom: -128%;
  }
  .laptop\:b\+128\% {
    bottom: 128%;
  }
  .laptop\:l-128vw {
    left: -128vw;
  }
  .laptop\:l\+128vw {
    left: 128vw;
  }
  .laptop\:l-128\% {
    left: -128%;
  }
  .laptop\:l\+128\% {
    left: 128%;
  }
  .laptop\:r-128vw {
    right: -128vw;
  }
  .laptop\:r\+128vw {
    right: 128vw;
  }
  .laptop\:r-128\% {
    right: -128%;
  }
  .laptop\:r\+128\% {
    right: 128%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-129vw {
    top: -129vw;
  }
  .laptop\:t\+129vw {
    top: 129vw;
  }
  .laptop\:t-129\% {
    top: -129%;
  }
  .laptop\:t\+129\% {
    top: 129%;
  }
  .laptop\:b-129vw {
    bottom: -129vw;
  }
  .laptop\:b\+129vw {
    bottom: 129vw;
  }
  .laptop\:b-129\% {
    bottom: -129%;
  }
  .laptop\:b\+129\% {
    bottom: 129%;
  }
  .laptop\:l-129vw {
    left: -129vw;
  }
  .laptop\:l\+129vw {
    left: 129vw;
  }
  .laptop\:l-129\% {
    left: -129%;
  }
  .laptop\:l\+129\% {
    left: 129%;
  }
  .laptop\:r-129vw {
    right: -129vw;
  }
  .laptop\:r\+129vw {
    right: 129vw;
  }
  .laptop\:r-129\% {
    right: -129%;
  }
  .laptop\:r\+129\% {
    right: 129%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-130vw {
    top: -130vw;
  }
  .laptop\:t\+130vw {
    top: 130vw;
  }
  .laptop\:t-130\% {
    top: -130%;
  }
  .laptop\:t\+130\% {
    top: 130%;
  }
  .laptop\:b-130vw {
    bottom: -130vw;
  }
  .laptop\:b\+130vw {
    bottom: 130vw;
  }
  .laptop\:b-130\% {
    bottom: -130%;
  }
  .laptop\:b\+130\% {
    bottom: 130%;
  }
  .laptop\:l-130vw {
    left: -130vw;
  }
  .laptop\:l\+130vw {
    left: 130vw;
  }
  .laptop\:l-130\% {
    left: -130%;
  }
  .laptop\:l\+130\% {
    left: 130%;
  }
  .laptop\:r-130vw {
    right: -130vw;
  }
  .laptop\:r\+130vw {
    right: 130vw;
  }
  .laptop\:r-130\% {
    right: -130%;
  }
  .laptop\:r\+130\% {
    right: 130%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-131vw {
    top: -131vw;
  }
  .laptop\:t\+131vw {
    top: 131vw;
  }
  .laptop\:t-131\% {
    top: -131%;
  }
  .laptop\:t\+131\% {
    top: 131%;
  }
  .laptop\:b-131vw {
    bottom: -131vw;
  }
  .laptop\:b\+131vw {
    bottom: 131vw;
  }
  .laptop\:b-131\% {
    bottom: -131%;
  }
  .laptop\:b\+131\% {
    bottom: 131%;
  }
  .laptop\:l-131vw {
    left: -131vw;
  }
  .laptop\:l\+131vw {
    left: 131vw;
  }
  .laptop\:l-131\% {
    left: -131%;
  }
  .laptop\:l\+131\% {
    left: 131%;
  }
  .laptop\:r-131vw {
    right: -131vw;
  }
  .laptop\:r\+131vw {
    right: 131vw;
  }
  .laptop\:r-131\% {
    right: -131%;
  }
  .laptop\:r\+131\% {
    right: 131%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-132vw {
    top: -132vw;
  }
  .laptop\:t\+132vw {
    top: 132vw;
  }
  .laptop\:t-132\% {
    top: -132%;
  }
  .laptop\:t\+132\% {
    top: 132%;
  }
  .laptop\:b-132vw {
    bottom: -132vw;
  }
  .laptop\:b\+132vw {
    bottom: 132vw;
  }
  .laptop\:b-132\% {
    bottom: -132%;
  }
  .laptop\:b\+132\% {
    bottom: 132%;
  }
  .laptop\:l-132vw {
    left: -132vw;
  }
  .laptop\:l\+132vw {
    left: 132vw;
  }
  .laptop\:l-132\% {
    left: -132%;
  }
  .laptop\:l\+132\% {
    left: 132%;
  }
  .laptop\:r-132vw {
    right: -132vw;
  }
  .laptop\:r\+132vw {
    right: 132vw;
  }
  .laptop\:r-132\% {
    right: -132%;
  }
  .laptop\:r\+132\% {
    right: 132%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-133vw {
    top: -133vw;
  }
  .laptop\:t\+133vw {
    top: 133vw;
  }
  .laptop\:t-133\% {
    top: -133%;
  }
  .laptop\:t\+133\% {
    top: 133%;
  }
  .laptop\:b-133vw {
    bottom: -133vw;
  }
  .laptop\:b\+133vw {
    bottom: 133vw;
  }
  .laptop\:b-133\% {
    bottom: -133%;
  }
  .laptop\:b\+133\% {
    bottom: 133%;
  }
  .laptop\:l-133vw {
    left: -133vw;
  }
  .laptop\:l\+133vw {
    left: 133vw;
  }
  .laptop\:l-133\% {
    left: -133%;
  }
  .laptop\:l\+133\% {
    left: 133%;
  }
  .laptop\:r-133vw {
    right: -133vw;
  }
  .laptop\:r\+133vw {
    right: 133vw;
  }
  .laptop\:r-133\% {
    right: -133%;
  }
  .laptop\:r\+133\% {
    right: 133%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-134vw {
    top: -134vw;
  }
  .laptop\:t\+134vw {
    top: 134vw;
  }
  .laptop\:t-134\% {
    top: -134%;
  }
  .laptop\:t\+134\% {
    top: 134%;
  }
  .laptop\:b-134vw {
    bottom: -134vw;
  }
  .laptop\:b\+134vw {
    bottom: 134vw;
  }
  .laptop\:b-134\% {
    bottom: -134%;
  }
  .laptop\:b\+134\% {
    bottom: 134%;
  }
  .laptop\:l-134vw {
    left: -134vw;
  }
  .laptop\:l\+134vw {
    left: 134vw;
  }
  .laptop\:l-134\% {
    left: -134%;
  }
  .laptop\:l\+134\% {
    left: 134%;
  }
  .laptop\:r-134vw {
    right: -134vw;
  }
  .laptop\:r\+134vw {
    right: 134vw;
  }
  .laptop\:r-134\% {
    right: -134%;
  }
  .laptop\:r\+134\% {
    right: 134%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-135vw {
    top: -135vw;
  }
  .laptop\:t\+135vw {
    top: 135vw;
  }
  .laptop\:t-135\% {
    top: -135%;
  }
  .laptop\:t\+135\% {
    top: 135%;
  }
  .laptop\:b-135vw {
    bottom: -135vw;
  }
  .laptop\:b\+135vw {
    bottom: 135vw;
  }
  .laptop\:b-135\% {
    bottom: -135%;
  }
  .laptop\:b\+135\% {
    bottom: 135%;
  }
  .laptop\:l-135vw {
    left: -135vw;
  }
  .laptop\:l\+135vw {
    left: 135vw;
  }
  .laptop\:l-135\% {
    left: -135%;
  }
  .laptop\:l\+135\% {
    left: 135%;
  }
  .laptop\:r-135vw {
    right: -135vw;
  }
  .laptop\:r\+135vw {
    right: 135vw;
  }
  .laptop\:r-135\% {
    right: -135%;
  }
  .laptop\:r\+135\% {
    right: 135%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-136vw {
    top: -136vw;
  }
  .laptop\:t\+136vw {
    top: 136vw;
  }
  .laptop\:t-136\% {
    top: -136%;
  }
  .laptop\:t\+136\% {
    top: 136%;
  }
  .laptop\:b-136vw {
    bottom: -136vw;
  }
  .laptop\:b\+136vw {
    bottom: 136vw;
  }
  .laptop\:b-136\% {
    bottom: -136%;
  }
  .laptop\:b\+136\% {
    bottom: 136%;
  }
  .laptop\:l-136vw {
    left: -136vw;
  }
  .laptop\:l\+136vw {
    left: 136vw;
  }
  .laptop\:l-136\% {
    left: -136%;
  }
  .laptop\:l\+136\% {
    left: 136%;
  }
  .laptop\:r-136vw {
    right: -136vw;
  }
  .laptop\:r\+136vw {
    right: 136vw;
  }
  .laptop\:r-136\% {
    right: -136%;
  }
  .laptop\:r\+136\% {
    right: 136%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-137vw {
    top: -137vw;
  }
  .laptop\:t\+137vw {
    top: 137vw;
  }
  .laptop\:t-137\% {
    top: -137%;
  }
  .laptop\:t\+137\% {
    top: 137%;
  }
  .laptop\:b-137vw {
    bottom: -137vw;
  }
  .laptop\:b\+137vw {
    bottom: 137vw;
  }
  .laptop\:b-137\% {
    bottom: -137%;
  }
  .laptop\:b\+137\% {
    bottom: 137%;
  }
  .laptop\:l-137vw {
    left: -137vw;
  }
  .laptop\:l\+137vw {
    left: 137vw;
  }
  .laptop\:l-137\% {
    left: -137%;
  }
  .laptop\:l\+137\% {
    left: 137%;
  }
  .laptop\:r-137vw {
    right: -137vw;
  }
  .laptop\:r\+137vw {
    right: 137vw;
  }
  .laptop\:r-137\% {
    right: -137%;
  }
  .laptop\:r\+137\% {
    right: 137%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-138vw {
    top: -138vw;
  }
  .laptop\:t\+138vw {
    top: 138vw;
  }
  .laptop\:t-138\% {
    top: -138%;
  }
  .laptop\:t\+138\% {
    top: 138%;
  }
  .laptop\:b-138vw {
    bottom: -138vw;
  }
  .laptop\:b\+138vw {
    bottom: 138vw;
  }
  .laptop\:b-138\% {
    bottom: -138%;
  }
  .laptop\:b\+138\% {
    bottom: 138%;
  }
  .laptop\:l-138vw {
    left: -138vw;
  }
  .laptop\:l\+138vw {
    left: 138vw;
  }
  .laptop\:l-138\% {
    left: -138%;
  }
  .laptop\:l\+138\% {
    left: 138%;
  }
  .laptop\:r-138vw {
    right: -138vw;
  }
  .laptop\:r\+138vw {
    right: 138vw;
  }
  .laptop\:r-138\% {
    right: -138%;
  }
  .laptop\:r\+138\% {
    right: 138%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-139vw {
    top: -139vw;
  }
  .laptop\:t\+139vw {
    top: 139vw;
  }
  .laptop\:t-139\% {
    top: -139%;
  }
  .laptop\:t\+139\% {
    top: 139%;
  }
  .laptop\:b-139vw {
    bottom: -139vw;
  }
  .laptop\:b\+139vw {
    bottom: 139vw;
  }
  .laptop\:b-139\% {
    bottom: -139%;
  }
  .laptop\:b\+139\% {
    bottom: 139%;
  }
  .laptop\:l-139vw {
    left: -139vw;
  }
  .laptop\:l\+139vw {
    left: 139vw;
  }
  .laptop\:l-139\% {
    left: -139%;
  }
  .laptop\:l\+139\% {
    left: 139%;
  }
  .laptop\:r-139vw {
    right: -139vw;
  }
  .laptop\:r\+139vw {
    right: 139vw;
  }
  .laptop\:r-139\% {
    right: -139%;
  }
  .laptop\:r\+139\% {
    right: 139%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-140vw {
    top: -140vw;
  }
  .laptop\:t\+140vw {
    top: 140vw;
  }
  .laptop\:t-140\% {
    top: -140%;
  }
  .laptop\:t\+140\% {
    top: 140%;
  }
  .laptop\:b-140vw {
    bottom: -140vw;
  }
  .laptop\:b\+140vw {
    bottom: 140vw;
  }
  .laptop\:b-140\% {
    bottom: -140%;
  }
  .laptop\:b\+140\% {
    bottom: 140%;
  }
  .laptop\:l-140vw {
    left: -140vw;
  }
  .laptop\:l\+140vw {
    left: 140vw;
  }
  .laptop\:l-140\% {
    left: -140%;
  }
  .laptop\:l\+140\% {
    left: 140%;
  }
  .laptop\:r-140vw {
    right: -140vw;
  }
  .laptop\:r\+140vw {
    right: 140vw;
  }
  .laptop\:r-140\% {
    right: -140%;
  }
  .laptop\:r\+140\% {
    right: 140%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-141vw {
    top: -141vw;
  }
  .laptop\:t\+141vw {
    top: 141vw;
  }
  .laptop\:t-141\% {
    top: -141%;
  }
  .laptop\:t\+141\% {
    top: 141%;
  }
  .laptop\:b-141vw {
    bottom: -141vw;
  }
  .laptop\:b\+141vw {
    bottom: 141vw;
  }
  .laptop\:b-141\% {
    bottom: -141%;
  }
  .laptop\:b\+141\% {
    bottom: 141%;
  }
  .laptop\:l-141vw {
    left: -141vw;
  }
  .laptop\:l\+141vw {
    left: 141vw;
  }
  .laptop\:l-141\% {
    left: -141%;
  }
  .laptop\:l\+141\% {
    left: 141%;
  }
  .laptop\:r-141vw {
    right: -141vw;
  }
  .laptop\:r\+141vw {
    right: 141vw;
  }
  .laptop\:r-141\% {
    right: -141%;
  }
  .laptop\:r\+141\% {
    right: 141%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-142vw {
    top: -142vw;
  }
  .laptop\:t\+142vw {
    top: 142vw;
  }
  .laptop\:t-142\% {
    top: -142%;
  }
  .laptop\:t\+142\% {
    top: 142%;
  }
  .laptop\:b-142vw {
    bottom: -142vw;
  }
  .laptop\:b\+142vw {
    bottom: 142vw;
  }
  .laptop\:b-142\% {
    bottom: -142%;
  }
  .laptop\:b\+142\% {
    bottom: 142%;
  }
  .laptop\:l-142vw {
    left: -142vw;
  }
  .laptop\:l\+142vw {
    left: 142vw;
  }
  .laptop\:l-142\% {
    left: -142%;
  }
  .laptop\:l\+142\% {
    left: 142%;
  }
  .laptop\:r-142vw {
    right: -142vw;
  }
  .laptop\:r\+142vw {
    right: 142vw;
  }
  .laptop\:r-142\% {
    right: -142%;
  }
  .laptop\:r\+142\% {
    right: 142%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-143vw {
    top: -143vw;
  }
  .laptop\:t\+143vw {
    top: 143vw;
  }
  .laptop\:t-143\% {
    top: -143%;
  }
  .laptop\:t\+143\% {
    top: 143%;
  }
  .laptop\:b-143vw {
    bottom: -143vw;
  }
  .laptop\:b\+143vw {
    bottom: 143vw;
  }
  .laptop\:b-143\% {
    bottom: -143%;
  }
  .laptop\:b\+143\% {
    bottom: 143%;
  }
  .laptop\:l-143vw {
    left: -143vw;
  }
  .laptop\:l\+143vw {
    left: 143vw;
  }
  .laptop\:l-143\% {
    left: -143%;
  }
  .laptop\:l\+143\% {
    left: 143%;
  }
  .laptop\:r-143vw {
    right: -143vw;
  }
  .laptop\:r\+143vw {
    right: 143vw;
  }
  .laptop\:r-143\% {
    right: -143%;
  }
  .laptop\:r\+143\% {
    right: 143%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-144vw {
    top: -144vw;
  }
  .laptop\:t\+144vw {
    top: 144vw;
  }
  .laptop\:t-144\% {
    top: -144%;
  }
  .laptop\:t\+144\% {
    top: 144%;
  }
  .laptop\:b-144vw {
    bottom: -144vw;
  }
  .laptop\:b\+144vw {
    bottom: 144vw;
  }
  .laptop\:b-144\% {
    bottom: -144%;
  }
  .laptop\:b\+144\% {
    bottom: 144%;
  }
  .laptop\:l-144vw {
    left: -144vw;
  }
  .laptop\:l\+144vw {
    left: 144vw;
  }
  .laptop\:l-144\% {
    left: -144%;
  }
  .laptop\:l\+144\% {
    left: 144%;
  }
  .laptop\:r-144vw {
    right: -144vw;
  }
  .laptop\:r\+144vw {
    right: 144vw;
  }
  .laptop\:r-144\% {
    right: -144%;
  }
  .laptop\:r\+144\% {
    right: 144%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-145vw {
    top: -145vw;
  }
  .laptop\:t\+145vw {
    top: 145vw;
  }
  .laptop\:t-145\% {
    top: -145%;
  }
  .laptop\:t\+145\% {
    top: 145%;
  }
  .laptop\:b-145vw {
    bottom: -145vw;
  }
  .laptop\:b\+145vw {
    bottom: 145vw;
  }
  .laptop\:b-145\% {
    bottom: -145%;
  }
  .laptop\:b\+145\% {
    bottom: 145%;
  }
  .laptop\:l-145vw {
    left: -145vw;
  }
  .laptop\:l\+145vw {
    left: 145vw;
  }
  .laptop\:l-145\% {
    left: -145%;
  }
  .laptop\:l\+145\% {
    left: 145%;
  }
  .laptop\:r-145vw {
    right: -145vw;
  }
  .laptop\:r\+145vw {
    right: 145vw;
  }
  .laptop\:r-145\% {
    right: -145%;
  }
  .laptop\:r\+145\% {
    right: 145%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-146vw {
    top: -146vw;
  }
  .laptop\:t\+146vw {
    top: 146vw;
  }
  .laptop\:t-146\% {
    top: -146%;
  }
  .laptop\:t\+146\% {
    top: 146%;
  }
  .laptop\:b-146vw {
    bottom: -146vw;
  }
  .laptop\:b\+146vw {
    bottom: 146vw;
  }
  .laptop\:b-146\% {
    bottom: -146%;
  }
  .laptop\:b\+146\% {
    bottom: 146%;
  }
  .laptop\:l-146vw {
    left: -146vw;
  }
  .laptop\:l\+146vw {
    left: 146vw;
  }
  .laptop\:l-146\% {
    left: -146%;
  }
  .laptop\:l\+146\% {
    left: 146%;
  }
  .laptop\:r-146vw {
    right: -146vw;
  }
  .laptop\:r\+146vw {
    right: 146vw;
  }
  .laptop\:r-146\% {
    right: -146%;
  }
  .laptop\:r\+146\% {
    right: 146%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-147vw {
    top: -147vw;
  }
  .laptop\:t\+147vw {
    top: 147vw;
  }
  .laptop\:t-147\% {
    top: -147%;
  }
  .laptop\:t\+147\% {
    top: 147%;
  }
  .laptop\:b-147vw {
    bottom: -147vw;
  }
  .laptop\:b\+147vw {
    bottom: 147vw;
  }
  .laptop\:b-147\% {
    bottom: -147%;
  }
  .laptop\:b\+147\% {
    bottom: 147%;
  }
  .laptop\:l-147vw {
    left: -147vw;
  }
  .laptop\:l\+147vw {
    left: 147vw;
  }
  .laptop\:l-147\% {
    left: -147%;
  }
  .laptop\:l\+147\% {
    left: 147%;
  }
  .laptop\:r-147vw {
    right: -147vw;
  }
  .laptop\:r\+147vw {
    right: 147vw;
  }
  .laptop\:r-147\% {
    right: -147%;
  }
  .laptop\:r\+147\% {
    right: 147%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-148vw {
    top: -148vw;
  }
  .laptop\:t\+148vw {
    top: 148vw;
  }
  .laptop\:t-148\% {
    top: -148%;
  }
  .laptop\:t\+148\% {
    top: 148%;
  }
  .laptop\:b-148vw {
    bottom: -148vw;
  }
  .laptop\:b\+148vw {
    bottom: 148vw;
  }
  .laptop\:b-148\% {
    bottom: -148%;
  }
  .laptop\:b\+148\% {
    bottom: 148%;
  }
  .laptop\:l-148vw {
    left: -148vw;
  }
  .laptop\:l\+148vw {
    left: 148vw;
  }
  .laptop\:l-148\% {
    left: -148%;
  }
  .laptop\:l\+148\% {
    left: 148%;
  }
  .laptop\:r-148vw {
    right: -148vw;
  }
  .laptop\:r\+148vw {
    right: 148vw;
  }
  .laptop\:r-148\% {
    right: -148%;
  }
  .laptop\:r\+148\% {
    right: 148%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-149vw {
    top: -149vw;
  }
  .laptop\:t\+149vw {
    top: 149vw;
  }
  .laptop\:t-149\% {
    top: -149%;
  }
  .laptop\:t\+149\% {
    top: 149%;
  }
  .laptop\:b-149vw {
    bottom: -149vw;
  }
  .laptop\:b\+149vw {
    bottom: 149vw;
  }
  .laptop\:b-149\% {
    bottom: -149%;
  }
  .laptop\:b\+149\% {
    bottom: 149%;
  }
  .laptop\:l-149vw {
    left: -149vw;
  }
  .laptop\:l\+149vw {
    left: 149vw;
  }
  .laptop\:l-149\% {
    left: -149%;
  }
  .laptop\:l\+149\% {
    left: 149%;
  }
  .laptop\:r-149vw {
    right: -149vw;
  }
  .laptop\:r\+149vw {
    right: 149vw;
  }
  .laptop\:r-149\% {
    right: -149%;
  }
  .laptop\:r\+149\% {
    right: 149%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-150vw {
    top: -150vw;
  }
  .laptop\:t\+150vw {
    top: 150vw;
  }
  .laptop\:t-150\% {
    top: -150%;
  }
  .laptop\:t\+150\% {
    top: 150%;
  }
  .laptop\:b-150vw {
    bottom: -150vw;
  }
  .laptop\:b\+150vw {
    bottom: 150vw;
  }
  .laptop\:b-150\% {
    bottom: -150%;
  }
  .laptop\:b\+150\% {
    bottom: 150%;
  }
  .laptop\:l-150vw {
    left: -150vw;
  }
  .laptop\:l\+150vw {
    left: 150vw;
  }
  .laptop\:l-150\% {
    left: -150%;
  }
  .laptop\:l\+150\% {
    left: 150%;
  }
  .laptop\:r-150vw {
    right: -150vw;
  }
  .laptop\:r\+150vw {
    right: 150vw;
  }
  .laptop\:r-150\% {
    right: -150%;
  }
  .laptop\:r\+150\% {
    right: 150%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-151vw {
    top: -151vw;
  }
  .laptop\:t\+151vw {
    top: 151vw;
  }
  .laptop\:t-151\% {
    top: -151%;
  }
  .laptop\:t\+151\% {
    top: 151%;
  }
  .laptop\:b-151vw {
    bottom: -151vw;
  }
  .laptop\:b\+151vw {
    bottom: 151vw;
  }
  .laptop\:b-151\% {
    bottom: -151%;
  }
  .laptop\:b\+151\% {
    bottom: 151%;
  }
  .laptop\:l-151vw {
    left: -151vw;
  }
  .laptop\:l\+151vw {
    left: 151vw;
  }
  .laptop\:l-151\% {
    left: -151%;
  }
  .laptop\:l\+151\% {
    left: 151%;
  }
  .laptop\:r-151vw {
    right: -151vw;
  }
  .laptop\:r\+151vw {
    right: 151vw;
  }
  .laptop\:r-151\% {
    right: -151%;
  }
  .laptop\:r\+151\% {
    right: 151%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-152vw {
    top: -152vw;
  }
  .laptop\:t\+152vw {
    top: 152vw;
  }
  .laptop\:t-152\% {
    top: -152%;
  }
  .laptop\:t\+152\% {
    top: 152%;
  }
  .laptop\:b-152vw {
    bottom: -152vw;
  }
  .laptop\:b\+152vw {
    bottom: 152vw;
  }
  .laptop\:b-152\% {
    bottom: -152%;
  }
  .laptop\:b\+152\% {
    bottom: 152%;
  }
  .laptop\:l-152vw {
    left: -152vw;
  }
  .laptop\:l\+152vw {
    left: 152vw;
  }
  .laptop\:l-152\% {
    left: -152%;
  }
  .laptop\:l\+152\% {
    left: 152%;
  }
  .laptop\:r-152vw {
    right: -152vw;
  }
  .laptop\:r\+152vw {
    right: 152vw;
  }
  .laptop\:r-152\% {
    right: -152%;
  }
  .laptop\:r\+152\% {
    right: 152%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-153vw {
    top: -153vw;
  }
  .laptop\:t\+153vw {
    top: 153vw;
  }
  .laptop\:t-153\% {
    top: -153%;
  }
  .laptop\:t\+153\% {
    top: 153%;
  }
  .laptop\:b-153vw {
    bottom: -153vw;
  }
  .laptop\:b\+153vw {
    bottom: 153vw;
  }
  .laptop\:b-153\% {
    bottom: -153%;
  }
  .laptop\:b\+153\% {
    bottom: 153%;
  }
  .laptop\:l-153vw {
    left: -153vw;
  }
  .laptop\:l\+153vw {
    left: 153vw;
  }
  .laptop\:l-153\% {
    left: -153%;
  }
  .laptop\:l\+153\% {
    left: 153%;
  }
  .laptop\:r-153vw {
    right: -153vw;
  }
  .laptop\:r\+153vw {
    right: 153vw;
  }
  .laptop\:r-153\% {
    right: -153%;
  }
  .laptop\:r\+153\% {
    right: 153%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-154vw {
    top: -154vw;
  }
  .laptop\:t\+154vw {
    top: 154vw;
  }
  .laptop\:t-154\% {
    top: -154%;
  }
  .laptop\:t\+154\% {
    top: 154%;
  }
  .laptop\:b-154vw {
    bottom: -154vw;
  }
  .laptop\:b\+154vw {
    bottom: 154vw;
  }
  .laptop\:b-154\% {
    bottom: -154%;
  }
  .laptop\:b\+154\% {
    bottom: 154%;
  }
  .laptop\:l-154vw {
    left: -154vw;
  }
  .laptop\:l\+154vw {
    left: 154vw;
  }
  .laptop\:l-154\% {
    left: -154%;
  }
  .laptop\:l\+154\% {
    left: 154%;
  }
  .laptop\:r-154vw {
    right: -154vw;
  }
  .laptop\:r\+154vw {
    right: 154vw;
  }
  .laptop\:r-154\% {
    right: -154%;
  }
  .laptop\:r\+154\% {
    right: 154%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-155vw {
    top: -155vw;
  }
  .laptop\:t\+155vw {
    top: 155vw;
  }
  .laptop\:t-155\% {
    top: -155%;
  }
  .laptop\:t\+155\% {
    top: 155%;
  }
  .laptop\:b-155vw {
    bottom: -155vw;
  }
  .laptop\:b\+155vw {
    bottom: 155vw;
  }
  .laptop\:b-155\% {
    bottom: -155%;
  }
  .laptop\:b\+155\% {
    bottom: 155%;
  }
  .laptop\:l-155vw {
    left: -155vw;
  }
  .laptop\:l\+155vw {
    left: 155vw;
  }
  .laptop\:l-155\% {
    left: -155%;
  }
  .laptop\:l\+155\% {
    left: 155%;
  }
  .laptop\:r-155vw {
    right: -155vw;
  }
  .laptop\:r\+155vw {
    right: 155vw;
  }
  .laptop\:r-155\% {
    right: -155%;
  }
  .laptop\:r\+155\% {
    right: 155%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-156vw {
    top: -156vw;
  }
  .laptop\:t\+156vw {
    top: 156vw;
  }
  .laptop\:t-156\% {
    top: -156%;
  }
  .laptop\:t\+156\% {
    top: 156%;
  }
  .laptop\:b-156vw {
    bottom: -156vw;
  }
  .laptop\:b\+156vw {
    bottom: 156vw;
  }
  .laptop\:b-156\% {
    bottom: -156%;
  }
  .laptop\:b\+156\% {
    bottom: 156%;
  }
  .laptop\:l-156vw {
    left: -156vw;
  }
  .laptop\:l\+156vw {
    left: 156vw;
  }
  .laptop\:l-156\% {
    left: -156%;
  }
  .laptop\:l\+156\% {
    left: 156%;
  }
  .laptop\:r-156vw {
    right: -156vw;
  }
  .laptop\:r\+156vw {
    right: 156vw;
  }
  .laptop\:r-156\% {
    right: -156%;
  }
  .laptop\:r\+156\% {
    right: 156%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-157vw {
    top: -157vw;
  }
  .laptop\:t\+157vw {
    top: 157vw;
  }
  .laptop\:t-157\% {
    top: -157%;
  }
  .laptop\:t\+157\% {
    top: 157%;
  }
  .laptop\:b-157vw {
    bottom: -157vw;
  }
  .laptop\:b\+157vw {
    bottom: 157vw;
  }
  .laptop\:b-157\% {
    bottom: -157%;
  }
  .laptop\:b\+157\% {
    bottom: 157%;
  }
  .laptop\:l-157vw {
    left: -157vw;
  }
  .laptop\:l\+157vw {
    left: 157vw;
  }
  .laptop\:l-157\% {
    left: -157%;
  }
  .laptop\:l\+157\% {
    left: 157%;
  }
  .laptop\:r-157vw {
    right: -157vw;
  }
  .laptop\:r\+157vw {
    right: 157vw;
  }
  .laptop\:r-157\% {
    right: -157%;
  }
  .laptop\:r\+157\% {
    right: 157%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-158vw {
    top: -158vw;
  }
  .laptop\:t\+158vw {
    top: 158vw;
  }
  .laptop\:t-158\% {
    top: -158%;
  }
  .laptop\:t\+158\% {
    top: 158%;
  }
  .laptop\:b-158vw {
    bottom: -158vw;
  }
  .laptop\:b\+158vw {
    bottom: 158vw;
  }
  .laptop\:b-158\% {
    bottom: -158%;
  }
  .laptop\:b\+158\% {
    bottom: 158%;
  }
  .laptop\:l-158vw {
    left: -158vw;
  }
  .laptop\:l\+158vw {
    left: 158vw;
  }
  .laptop\:l-158\% {
    left: -158%;
  }
  .laptop\:l\+158\% {
    left: 158%;
  }
  .laptop\:r-158vw {
    right: -158vw;
  }
  .laptop\:r\+158vw {
    right: 158vw;
  }
  .laptop\:r-158\% {
    right: -158%;
  }
  .laptop\:r\+158\% {
    right: 158%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-159vw {
    top: -159vw;
  }
  .laptop\:t\+159vw {
    top: 159vw;
  }
  .laptop\:t-159\% {
    top: -159%;
  }
  .laptop\:t\+159\% {
    top: 159%;
  }
  .laptop\:b-159vw {
    bottom: -159vw;
  }
  .laptop\:b\+159vw {
    bottom: 159vw;
  }
  .laptop\:b-159\% {
    bottom: -159%;
  }
  .laptop\:b\+159\% {
    bottom: 159%;
  }
  .laptop\:l-159vw {
    left: -159vw;
  }
  .laptop\:l\+159vw {
    left: 159vw;
  }
  .laptop\:l-159\% {
    left: -159%;
  }
  .laptop\:l\+159\% {
    left: 159%;
  }
  .laptop\:r-159vw {
    right: -159vw;
  }
  .laptop\:r\+159vw {
    right: 159vw;
  }
  .laptop\:r-159\% {
    right: -159%;
  }
  .laptop\:r\+159\% {
    right: 159%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-160vw {
    top: -160vw;
  }
  .laptop\:t\+160vw {
    top: 160vw;
  }
  .laptop\:t-160\% {
    top: -160%;
  }
  .laptop\:t\+160\% {
    top: 160%;
  }
  .laptop\:b-160vw {
    bottom: -160vw;
  }
  .laptop\:b\+160vw {
    bottom: 160vw;
  }
  .laptop\:b-160\% {
    bottom: -160%;
  }
  .laptop\:b\+160\% {
    bottom: 160%;
  }
  .laptop\:l-160vw {
    left: -160vw;
  }
  .laptop\:l\+160vw {
    left: 160vw;
  }
  .laptop\:l-160\% {
    left: -160%;
  }
  .laptop\:l\+160\% {
    left: 160%;
  }
  .laptop\:r-160vw {
    right: -160vw;
  }
  .laptop\:r\+160vw {
    right: 160vw;
  }
  .laptop\:r-160\% {
    right: -160%;
  }
  .laptop\:r\+160\% {
    right: 160%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-161vw {
    top: -161vw;
  }
  .laptop\:t\+161vw {
    top: 161vw;
  }
  .laptop\:t-161\% {
    top: -161%;
  }
  .laptop\:t\+161\% {
    top: 161%;
  }
  .laptop\:b-161vw {
    bottom: -161vw;
  }
  .laptop\:b\+161vw {
    bottom: 161vw;
  }
  .laptop\:b-161\% {
    bottom: -161%;
  }
  .laptop\:b\+161\% {
    bottom: 161%;
  }
  .laptop\:l-161vw {
    left: -161vw;
  }
  .laptop\:l\+161vw {
    left: 161vw;
  }
  .laptop\:l-161\% {
    left: -161%;
  }
  .laptop\:l\+161\% {
    left: 161%;
  }
  .laptop\:r-161vw {
    right: -161vw;
  }
  .laptop\:r\+161vw {
    right: 161vw;
  }
  .laptop\:r-161\% {
    right: -161%;
  }
  .laptop\:r\+161\% {
    right: 161%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-162vw {
    top: -162vw;
  }
  .laptop\:t\+162vw {
    top: 162vw;
  }
  .laptop\:t-162\% {
    top: -162%;
  }
  .laptop\:t\+162\% {
    top: 162%;
  }
  .laptop\:b-162vw {
    bottom: -162vw;
  }
  .laptop\:b\+162vw {
    bottom: 162vw;
  }
  .laptop\:b-162\% {
    bottom: -162%;
  }
  .laptop\:b\+162\% {
    bottom: 162%;
  }
  .laptop\:l-162vw {
    left: -162vw;
  }
  .laptop\:l\+162vw {
    left: 162vw;
  }
  .laptop\:l-162\% {
    left: -162%;
  }
  .laptop\:l\+162\% {
    left: 162%;
  }
  .laptop\:r-162vw {
    right: -162vw;
  }
  .laptop\:r\+162vw {
    right: 162vw;
  }
  .laptop\:r-162\% {
    right: -162%;
  }
  .laptop\:r\+162\% {
    right: 162%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-163vw {
    top: -163vw;
  }
  .laptop\:t\+163vw {
    top: 163vw;
  }
  .laptop\:t-163\% {
    top: -163%;
  }
  .laptop\:t\+163\% {
    top: 163%;
  }
  .laptop\:b-163vw {
    bottom: -163vw;
  }
  .laptop\:b\+163vw {
    bottom: 163vw;
  }
  .laptop\:b-163\% {
    bottom: -163%;
  }
  .laptop\:b\+163\% {
    bottom: 163%;
  }
  .laptop\:l-163vw {
    left: -163vw;
  }
  .laptop\:l\+163vw {
    left: 163vw;
  }
  .laptop\:l-163\% {
    left: -163%;
  }
  .laptop\:l\+163\% {
    left: 163%;
  }
  .laptop\:r-163vw {
    right: -163vw;
  }
  .laptop\:r\+163vw {
    right: 163vw;
  }
  .laptop\:r-163\% {
    right: -163%;
  }
  .laptop\:r\+163\% {
    right: 163%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-164vw {
    top: -164vw;
  }
  .laptop\:t\+164vw {
    top: 164vw;
  }
  .laptop\:t-164\% {
    top: -164%;
  }
  .laptop\:t\+164\% {
    top: 164%;
  }
  .laptop\:b-164vw {
    bottom: -164vw;
  }
  .laptop\:b\+164vw {
    bottom: 164vw;
  }
  .laptop\:b-164\% {
    bottom: -164%;
  }
  .laptop\:b\+164\% {
    bottom: 164%;
  }
  .laptop\:l-164vw {
    left: -164vw;
  }
  .laptop\:l\+164vw {
    left: 164vw;
  }
  .laptop\:l-164\% {
    left: -164%;
  }
  .laptop\:l\+164\% {
    left: 164%;
  }
  .laptop\:r-164vw {
    right: -164vw;
  }
  .laptop\:r\+164vw {
    right: 164vw;
  }
  .laptop\:r-164\% {
    right: -164%;
  }
  .laptop\:r\+164\% {
    right: 164%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-165vw {
    top: -165vw;
  }
  .laptop\:t\+165vw {
    top: 165vw;
  }
  .laptop\:t-165\% {
    top: -165%;
  }
  .laptop\:t\+165\% {
    top: 165%;
  }
  .laptop\:b-165vw {
    bottom: -165vw;
  }
  .laptop\:b\+165vw {
    bottom: 165vw;
  }
  .laptop\:b-165\% {
    bottom: -165%;
  }
  .laptop\:b\+165\% {
    bottom: 165%;
  }
  .laptop\:l-165vw {
    left: -165vw;
  }
  .laptop\:l\+165vw {
    left: 165vw;
  }
  .laptop\:l-165\% {
    left: -165%;
  }
  .laptop\:l\+165\% {
    left: 165%;
  }
  .laptop\:r-165vw {
    right: -165vw;
  }
  .laptop\:r\+165vw {
    right: 165vw;
  }
  .laptop\:r-165\% {
    right: -165%;
  }
  .laptop\:r\+165\% {
    right: 165%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-166vw {
    top: -166vw;
  }
  .laptop\:t\+166vw {
    top: 166vw;
  }
  .laptop\:t-166\% {
    top: -166%;
  }
  .laptop\:t\+166\% {
    top: 166%;
  }
  .laptop\:b-166vw {
    bottom: -166vw;
  }
  .laptop\:b\+166vw {
    bottom: 166vw;
  }
  .laptop\:b-166\% {
    bottom: -166%;
  }
  .laptop\:b\+166\% {
    bottom: 166%;
  }
  .laptop\:l-166vw {
    left: -166vw;
  }
  .laptop\:l\+166vw {
    left: 166vw;
  }
  .laptop\:l-166\% {
    left: -166%;
  }
  .laptop\:l\+166\% {
    left: 166%;
  }
  .laptop\:r-166vw {
    right: -166vw;
  }
  .laptop\:r\+166vw {
    right: 166vw;
  }
  .laptop\:r-166\% {
    right: -166%;
  }
  .laptop\:r\+166\% {
    right: 166%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-167vw {
    top: -167vw;
  }
  .laptop\:t\+167vw {
    top: 167vw;
  }
  .laptop\:t-167\% {
    top: -167%;
  }
  .laptop\:t\+167\% {
    top: 167%;
  }
  .laptop\:b-167vw {
    bottom: -167vw;
  }
  .laptop\:b\+167vw {
    bottom: 167vw;
  }
  .laptop\:b-167\% {
    bottom: -167%;
  }
  .laptop\:b\+167\% {
    bottom: 167%;
  }
  .laptop\:l-167vw {
    left: -167vw;
  }
  .laptop\:l\+167vw {
    left: 167vw;
  }
  .laptop\:l-167\% {
    left: -167%;
  }
  .laptop\:l\+167\% {
    left: 167%;
  }
  .laptop\:r-167vw {
    right: -167vw;
  }
  .laptop\:r\+167vw {
    right: 167vw;
  }
  .laptop\:r-167\% {
    right: -167%;
  }
  .laptop\:r\+167\% {
    right: 167%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-168vw {
    top: -168vw;
  }
  .laptop\:t\+168vw {
    top: 168vw;
  }
  .laptop\:t-168\% {
    top: -168%;
  }
  .laptop\:t\+168\% {
    top: 168%;
  }
  .laptop\:b-168vw {
    bottom: -168vw;
  }
  .laptop\:b\+168vw {
    bottom: 168vw;
  }
  .laptop\:b-168\% {
    bottom: -168%;
  }
  .laptop\:b\+168\% {
    bottom: 168%;
  }
  .laptop\:l-168vw {
    left: -168vw;
  }
  .laptop\:l\+168vw {
    left: 168vw;
  }
  .laptop\:l-168\% {
    left: -168%;
  }
  .laptop\:l\+168\% {
    left: 168%;
  }
  .laptop\:r-168vw {
    right: -168vw;
  }
  .laptop\:r\+168vw {
    right: 168vw;
  }
  .laptop\:r-168\% {
    right: -168%;
  }
  .laptop\:r\+168\% {
    right: 168%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-169vw {
    top: -169vw;
  }
  .laptop\:t\+169vw {
    top: 169vw;
  }
  .laptop\:t-169\% {
    top: -169%;
  }
  .laptop\:t\+169\% {
    top: 169%;
  }
  .laptop\:b-169vw {
    bottom: -169vw;
  }
  .laptop\:b\+169vw {
    bottom: 169vw;
  }
  .laptop\:b-169\% {
    bottom: -169%;
  }
  .laptop\:b\+169\% {
    bottom: 169%;
  }
  .laptop\:l-169vw {
    left: -169vw;
  }
  .laptop\:l\+169vw {
    left: 169vw;
  }
  .laptop\:l-169\% {
    left: -169%;
  }
  .laptop\:l\+169\% {
    left: 169%;
  }
  .laptop\:r-169vw {
    right: -169vw;
  }
  .laptop\:r\+169vw {
    right: 169vw;
  }
  .laptop\:r-169\% {
    right: -169%;
  }
  .laptop\:r\+169\% {
    right: 169%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-170vw {
    top: -170vw;
  }
  .laptop\:t\+170vw {
    top: 170vw;
  }
  .laptop\:t-170\% {
    top: -170%;
  }
  .laptop\:t\+170\% {
    top: 170%;
  }
  .laptop\:b-170vw {
    bottom: -170vw;
  }
  .laptop\:b\+170vw {
    bottom: 170vw;
  }
  .laptop\:b-170\% {
    bottom: -170%;
  }
  .laptop\:b\+170\% {
    bottom: 170%;
  }
  .laptop\:l-170vw {
    left: -170vw;
  }
  .laptop\:l\+170vw {
    left: 170vw;
  }
  .laptop\:l-170\% {
    left: -170%;
  }
  .laptop\:l\+170\% {
    left: 170%;
  }
  .laptop\:r-170vw {
    right: -170vw;
  }
  .laptop\:r\+170vw {
    right: 170vw;
  }
  .laptop\:r-170\% {
    right: -170%;
  }
  .laptop\:r\+170\% {
    right: 170%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-171vw {
    top: -171vw;
  }
  .laptop\:t\+171vw {
    top: 171vw;
  }
  .laptop\:t-171\% {
    top: -171%;
  }
  .laptop\:t\+171\% {
    top: 171%;
  }
  .laptop\:b-171vw {
    bottom: -171vw;
  }
  .laptop\:b\+171vw {
    bottom: 171vw;
  }
  .laptop\:b-171\% {
    bottom: -171%;
  }
  .laptop\:b\+171\% {
    bottom: 171%;
  }
  .laptop\:l-171vw {
    left: -171vw;
  }
  .laptop\:l\+171vw {
    left: 171vw;
  }
  .laptop\:l-171\% {
    left: -171%;
  }
  .laptop\:l\+171\% {
    left: 171%;
  }
  .laptop\:r-171vw {
    right: -171vw;
  }
  .laptop\:r\+171vw {
    right: 171vw;
  }
  .laptop\:r-171\% {
    right: -171%;
  }
  .laptop\:r\+171\% {
    right: 171%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-172vw {
    top: -172vw;
  }
  .laptop\:t\+172vw {
    top: 172vw;
  }
  .laptop\:t-172\% {
    top: -172%;
  }
  .laptop\:t\+172\% {
    top: 172%;
  }
  .laptop\:b-172vw {
    bottom: -172vw;
  }
  .laptop\:b\+172vw {
    bottom: 172vw;
  }
  .laptop\:b-172\% {
    bottom: -172%;
  }
  .laptop\:b\+172\% {
    bottom: 172%;
  }
  .laptop\:l-172vw {
    left: -172vw;
  }
  .laptop\:l\+172vw {
    left: 172vw;
  }
  .laptop\:l-172\% {
    left: -172%;
  }
  .laptop\:l\+172\% {
    left: 172%;
  }
  .laptop\:r-172vw {
    right: -172vw;
  }
  .laptop\:r\+172vw {
    right: 172vw;
  }
  .laptop\:r-172\% {
    right: -172%;
  }
  .laptop\:r\+172\% {
    right: 172%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-173vw {
    top: -173vw;
  }
  .laptop\:t\+173vw {
    top: 173vw;
  }
  .laptop\:t-173\% {
    top: -173%;
  }
  .laptop\:t\+173\% {
    top: 173%;
  }
  .laptop\:b-173vw {
    bottom: -173vw;
  }
  .laptop\:b\+173vw {
    bottom: 173vw;
  }
  .laptop\:b-173\% {
    bottom: -173%;
  }
  .laptop\:b\+173\% {
    bottom: 173%;
  }
  .laptop\:l-173vw {
    left: -173vw;
  }
  .laptop\:l\+173vw {
    left: 173vw;
  }
  .laptop\:l-173\% {
    left: -173%;
  }
  .laptop\:l\+173\% {
    left: 173%;
  }
  .laptop\:r-173vw {
    right: -173vw;
  }
  .laptop\:r\+173vw {
    right: 173vw;
  }
  .laptop\:r-173\% {
    right: -173%;
  }
  .laptop\:r\+173\% {
    right: 173%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-174vw {
    top: -174vw;
  }
  .laptop\:t\+174vw {
    top: 174vw;
  }
  .laptop\:t-174\% {
    top: -174%;
  }
  .laptop\:t\+174\% {
    top: 174%;
  }
  .laptop\:b-174vw {
    bottom: -174vw;
  }
  .laptop\:b\+174vw {
    bottom: 174vw;
  }
  .laptop\:b-174\% {
    bottom: -174%;
  }
  .laptop\:b\+174\% {
    bottom: 174%;
  }
  .laptop\:l-174vw {
    left: -174vw;
  }
  .laptop\:l\+174vw {
    left: 174vw;
  }
  .laptop\:l-174\% {
    left: -174%;
  }
  .laptop\:l\+174\% {
    left: 174%;
  }
  .laptop\:r-174vw {
    right: -174vw;
  }
  .laptop\:r\+174vw {
    right: 174vw;
  }
  .laptop\:r-174\% {
    right: -174%;
  }
  .laptop\:r\+174\% {
    right: 174%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-175vw {
    top: -175vw;
  }
  .laptop\:t\+175vw {
    top: 175vw;
  }
  .laptop\:t-175\% {
    top: -175%;
  }
  .laptop\:t\+175\% {
    top: 175%;
  }
  .laptop\:b-175vw {
    bottom: -175vw;
  }
  .laptop\:b\+175vw {
    bottom: 175vw;
  }
  .laptop\:b-175\% {
    bottom: -175%;
  }
  .laptop\:b\+175\% {
    bottom: 175%;
  }
  .laptop\:l-175vw {
    left: -175vw;
  }
  .laptop\:l\+175vw {
    left: 175vw;
  }
  .laptop\:l-175\% {
    left: -175%;
  }
  .laptop\:l\+175\% {
    left: 175%;
  }
  .laptop\:r-175vw {
    right: -175vw;
  }
  .laptop\:r\+175vw {
    right: 175vw;
  }
  .laptop\:r-175\% {
    right: -175%;
  }
  .laptop\:r\+175\% {
    right: 175%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-176vw {
    top: -176vw;
  }
  .laptop\:t\+176vw {
    top: 176vw;
  }
  .laptop\:t-176\% {
    top: -176%;
  }
  .laptop\:t\+176\% {
    top: 176%;
  }
  .laptop\:b-176vw {
    bottom: -176vw;
  }
  .laptop\:b\+176vw {
    bottom: 176vw;
  }
  .laptop\:b-176\% {
    bottom: -176%;
  }
  .laptop\:b\+176\% {
    bottom: 176%;
  }
  .laptop\:l-176vw {
    left: -176vw;
  }
  .laptop\:l\+176vw {
    left: 176vw;
  }
  .laptop\:l-176\% {
    left: -176%;
  }
  .laptop\:l\+176\% {
    left: 176%;
  }
  .laptop\:r-176vw {
    right: -176vw;
  }
  .laptop\:r\+176vw {
    right: 176vw;
  }
  .laptop\:r-176\% {
    right: -176%;
  }
  .laptop\:r\+176\% {
    right: 176%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-177vw {
    top: -177vw;
  }
  .laptop\:t\+177vw {
    top: 177vw;
  }
  .laptop\:t-177\% {
    top: -177%;
  }
  .laptop\:t\+177\% {
    top: 177%;
  }
  .laptop\:b-177vw {
    bottom: -177vw;
  }
  .laptop\:b\+177vw {
    bottom: 177vw;
  }
  .laptop\:b-177\% {
    bottom: -177%;
  }
  .laptop\:b\+177\% {
    bottom: 177%;
  }
  .laptop\:l-177vw {
    left: -177vw;
  }
  .laptop\:l\+177vw {
    left: 177vw;
  }
  .laptop\:l-177\% {
    left: -177%;
  }
  .laptop\:l\+177\% {
    left: 177%;
  }
  .laptop\:r-177vw {
    right: -177vw;
  }
  .laptop\:r\+177vw {
    right: 177vw;
  }
  .laptop\:r-177\% {
    right: -177%;
  }
  .laptop\:r\+177\% {
    right: 177%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-178vw {
    top: -178vw;
  }
  .laptop\:t\+178vw {
    top: 178vw;
  }
  .laptop\:t-178\% {
    top: -178%;
  }
  .laptop\:t\+178\% {
    top: 178%;
  }
  .laptop\:b-178vw {
    bottom: -178vw;
  }
  .laptop\:b\+178vw {
    bottom: 178vw;
  }
  .laptop\:b-178\% {
    bottom: -178%;
  }
  .laptop\:b\+178\% {
    bottom: 178%;
  }
  .laptop\:l-178vw {
    left: -178vw;
  }
  .laptop\:l\+178vw {
    left: 178vw;
  }
  .laptop\:l-178\% {
    left: -178%;
  }
  .laptop\:l\+178\% {
    left: 178%;
  }
  .laptop\:r-178vw {
    right: -178vw;
  }
  .laptop\:r\+178vw {
    right: 178vw;
  }
  .laptop\:r-178\% {
    right: -178%;
  }
  .laptop\:r\+178\% {
    right: 178%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-179vw {
    top: -179vw;
  }
  .laptop\:t\+179vw {
    top: 179vw;
  }
  .laptop\:t-179\% {
    top: -179%;
  }
  .laptop\:t\+179\% {
    top: 179%;
  }
  .laptop\:b-179vw {
    bottom: -179vw;
  }
  .laptop\:b\+179vw {
    bottom: 179vw;
  }
  .laptop\:b-179\% {
    bottom: -179%;
  }
  .laptop\:b\+179\% {
    bottom: 179%;
  }
  .laptop\:l-179vw {
    left: -179vw;
  }
  .laptop\:l\+179vw {
    left: 179vw;
  }
  .laptop\:l-179\% {
    left: -179%;
  }
  .laptop\:l\+179\% {
    left: 179%;
  }
  .laptop\:r-179vw {
    right: -179vw;
  }
  .laptop\:r\+179vw {
    right: 179vw;
  }
  .laptop\:r-179\% {
    right: -179%;
  }
  .laptop\:r\+179\% {
    right: 179%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-180vw {
    top: -180vw;
  }
  .laptop\:t\+180vw {
    top: 180vw;
  }
  .laptop\:t-180\% {
    top: -180%;
  }
  .laptop\:t\+180\% {
    top: 180%;
  }
  .laptop\:b-180vw {
    bottom: -180vw;
  }
  .laptop\:b\+180vw {
    bottom: 180vw;
  }
  .laptop\:b-180\% {
    bottom: -180%;
  }
  .laptop\:b\+180\% {
    bottom: 180%;
  }
  .laptop\:l-180vw {
    left: -180vw;
  }
  .laptop\:l\+180vw {
    left: 180vw;
  }
  .laptop\:l-180\% {
    left: -180%;
  }
  .laptop\:l\+180\% {
    left: 180%;
  }
  .laptop\:r-180vw {
    right: -180vw;
  }
  .laptop\:r\+180vw {
    right: 180vw;
  }
  .laptop\:r-180\% {
    right: -180%;
  }
  .laptop\:r\+180\% {
    right: 180%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-181vw {
    top: -181vw;
  }
  .laptop\:t\+181vw {
    top: 181vw;
  }
  .laptop\:t-181\% {
    top: -181%;
  }
  .laptop\:t\+181\% {
    top: 181%;
  }
  .laptop\:b-181vw {
    bottom: -181vw;
  }
  .laptop\:b\+181vw {
    bottom: 181vw;
  }
  .laptop\:b-181\% {
    bottom: -181%;
  }
  .laptop\:b\+181\% {
    bottom: 181%;
  }
  .laptop\:l-181vw {
    left: -181vw;
  }
  .laptop\:l\+181vw {
    left: 181vw;
  }
  .laptop\:l-181\% {
    left: -181%;
  }
  .laptop\:l\+181\% {
    left: 181%;
  }
  .laptop\:r-181vw {
    right: -181vw;
  }
  .laptop\:r\+181vw {
    right: 181vw;
  }
  .laptop\:r-181\% {
    right: -181%;
  }
  .laptop\:r\+181\% {
    right: 181%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-182vw {
    top: -182vw;
  }
  .laptop\:t\+182vw {
    top: 182vw;
  }
  .laptop\:t-182\% {
    top: -182%;
  }
  .laptop\:t\+182\% {
    top: 182%;
  }
  .laptop\:b-182vw {
    bottom: -182vw;
  }
  .laptop\:b\+182vw {
    bottom: 182vw;
  }
  .laptop\:b-182\% {
    bottom: -182%;
  }
  .laptop\:b\+182\% {
    bottom: 182%;
  }
  .laptop\:l-182vw {
    left: -182vw;
  }
  .laptop\:l\+182vw {
    left: 182vw;
  }
  .laptop\:l-182\% {
    left: -182%;
  }
  .laptop\:l\+182\% {
    left: 182%;
  }
  .laptop\:r-182vw {
    right: -182vw;
  }
  .laptop\:r\+182vw {
    right: 182vw;
  }
  .laptop\:r-182\% {
    right: -182%;
  }
  .laptop\:r\+182\% {
    right: 182%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-183vw {
    top: -183vw;
  }
  .laptop\:t\+183vw {
    top: 183vw;
  }
  .laptop\:t-183\% {
    top: -183%;
  }
  .laptop\:t\+183\% {
    top: 183%;
  }
  .laptop\:b-183vw {
    bottom: -183vw;
  }
  .laptop\:b\+183vw {
    bottom: 183vw;
  }
  .laptop\:b-183\% {
    bottom: -183%;
  }
  .laptop\:b\+183\% {
    bottom: 183%;
  }
  .laptop\:l-183vw {
    left: -183vw;
  }
  .laptop\:l\+183vw {
    left: 183vw;
  }
  .laptop\:l-183\% {
    left: -183%;
  }
  .laptop\:l\+183\% {
    left: 183%;
  }
  .laptop\:r-183vw {
    right: -183vw;
  }
  .laptop\:r\+183vw {
    right: 183vw;
  }
  .laptop\:r-183\% {
    right: -183%;
  }
  .laptop\:r\+183\% {
    right: 183%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-184vw {
    top: -184vw;
  }
  .laptop\:t\+184vw {
    top: 184vw;
  }
  .laptop\:t-184\% {
    top: -184%;
  }
  .laptop\:t\+184\% {
    top: 184%;
  }
  .laptop\:b-184vw {
    bottom: -184vw;
  }
  .laptop\:b\+184vw {
    bottom: 184vw;
  }
  .laptop\:b-184\% {
    bottom: -184%;
  }
  .laptop\:b\+184\% {
    bottom: 184%;
  }
  .laptop\:l-184vw {
    left: -184vw;
  }
  .laptop\:l\+184vw {
    left: 184vw;
  }
  .laptop\:l-184\% {
    left: -184%;
  }
  .laptop\:l\+184\% {
    left: 184%;
  }
  .laptop\:r-184vw {
    right: -184vw;
  }
  .laptop\:r\+184vw {
    right: 184vw;
  }
  .laptop\:r-184\% {
    right: -184%;
  }
  .laptop\:r\+184\% {
    right: 184%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-185vw {
    top: -185vw;
  }
  .laptop\:t\+185vw {
    top: 185vw;
  }
  .laptop\:t-185\% {
    top: -185%;
  }
  .laptop\:t\+185\% {
    top: 185%;
  }
  .laptop\:b-185vw {
    bottom: -185vw;
  }
  .laptop\:b\+185vw {
    bottom: 185vw;
  }
  .laptop\:b-185\% {
    bottom: -185%;
  }
  .laptop\:b\+185\% {
    bottom: 185%;
  }
  .laptop\:l-185vw {
    left: -185vw;
  }
  .laptop\:l\+185vw {
    left: 185vw;
  }
  .laptop\:l-185\% {
    left: -185%;
  }
  .laptop\:l\+185\% {
    left: 185%;
  }
  .laptop\:r-185vw {
    right: -185vw;
  }
  .laptop\:r\+185vw {
    right: 185vw;
  }
  .laptop\:r-185\% {
    right: -185%;
  }
  .laptop\:r\+185\% {
    right: 185%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-186vw {
    top: -186vw;
  }
  .laptop\:t\+186vw {
    top: 186vw;
  }
  .laptop\:t-186\% {
    top: -186%;
  }
  .laptop\:t\+186\% {
    top: 186%;
  }
  .laptop\:b-186vw {
    bottom: -186vw;
  }
  .laptop\:b\+186vw {
    bottom: 186vw;
  }
  .laptop\:b-186\% {
    bottom: -186%;
  }
  .laptop\:b\+186\% {
    bottom: 186%;
  }
  .laptop\:l-186vw {
    left: -186vw;
  }
  .laptop\:l\+186vw {
    left: 186vw;
  }
  .laptop\:l-186\% {
    left: -186%;
  }
  .laptop\:l\+186\% {
    left: 186%;
  }
  .laptop\:r-186vw {
    right: -186vw;
  }
  .laptop\:r\+186vw {
    right: 186vw;
  }
  .laptop\:r-186\% {
    right: -186%;
  }
  .laptop\:r\+186\% {
    right: 186%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-187vw {
    top: -187vw;
  }
  .laptop\:t\+187vw {
    top: 187vw;
  }
  .laptop\:t-187\% {
    top: -187%;
  }
  .laptop\:t\+187\% {
    top: 187%;
  }
  .laptop\:b-187vw {
    bottom: -187vw;
  }
  .laptop\:b\+187vw {
    bottom: 187vw;
  }
  .laptop\:b-187\% {
    bottom: -187%;
  }
  .laptop\:b\+187\% {
    bottom: 187%;
  }
  .laptop\:l-187vw {
    left: -187vw;
  }
  .laptop\:l\+187vw {
    left: 187vw;
  }
  .laptop\:l-187\% {
    left: -187%;
  }
  .laptop\:l\+187\% {
    left: 187%;
  }
  .laptop\:r-187vw {
    right: -187vw;
  }
  .laptop\:r\+187vw {
    right: 187vw;
  }
  .laptop\:r-187\% {
    right: -187%;
  }
  .laptop\:r\+187\% {
    right: 187%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-188vw {
    top: -188vw;
  }
  .laptop\:t\+188vw {
    top: 188vw;
  }
  .laptop\:t-188\% {
    top: -188%;
  }
  .laptop\:t\+188\% {
    top: 188%;
  }
  .laptop\:b-188vw {
    bottom: -188vw;
  }
  .laptop\:b\+188vw {
    bottom: 188vw;
  }
  .laptop\:b-188\% {
    bottom: -188%;
  }
  .laptop\:b\+188\% {
    bottom: 188%;
  }
  .laptop\:l-188vw {
    left: -188vw;
  }
  .laptop\:l\+188vw {
    left: 188vw;
  }
  .laptop\:l-188\% {
    left: -188%;
  }
  .laptop\:l\+188\% {
    left: 188%;
  }
  .laptop\:r-188vw {
    right: -188vw;
  }
  .laptop\:r\+188vw {
    right: 188vw;
  }
  .laptop\:r-188\% {
    right: -188%;
  }
  .laptop\:r\+188\% {
    right: 188%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-189vw {
    top: -189vw;
  }
  .laptop\:t\+189vw {
    top: 189vw;
  }
  .laptop\:t-189\% {
    top: -189%;
  }
  .laptop\:t\+189\% {
    top: 189%;
  }
  .laptop\:b-189vw {
    bottom: -189vw;
  }
  .laptop\:b\+189vw {
    bottom: 189vw;
  }
  .laptop\:b-189\% {
    bottom: -189%;
  }
  .laptop\:b\+189\% {
    bottom: 189%;
  }
  .laptop\:l-189vw {
    left: -189vw;
  }
  .laptop\:l\+189vw {
    left: 189vw;
  }
  .laptop\:l-189\% {
    left: -189%;
  }
  .laptop\:l\+189\% {
    left: 189%;
  }
  .laptop\:r-189vw {
    right: -189vw;
  }
  .laptop\:r\+189vw {
    right: 189vw;
  }
  .laptop\:r-189\% {
    right: -189%;
  }
  .laptop\:r\+189\% {
    right: 189%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-190vw {
    top: -190vw;
  }
  .laptop\:t\+190vw {
    top: 190vw;
  }
  .laptop\:t-190\% {
    top: -190%;
  }
  .laptop\:t\+190\% {
    top: 190%;
  }
  .laptop\:b-190vw {
    bottom: -190vw;
  }
  .laptop\:b\+190vw {
    bottom: 190vw;
  }
  .laptop\:b-190\% {
    bottom: -190%;
  }
  .laptop\:b\+190\% {
    bottom: 190%;
  }
  .laptop\:l-190vw {
    left: -190vw;
  }
  .laptop\:l\+190vw {
    left: 190vw;
  }
  .laptop\:l-190\% {
    left: -190%;
  }
  .laptop\:l\+190\% {
    left: 190%;
  }
  .laptop\:r-190vw {
    right: -190vw;
  }
  .laptop\:r\+190vw {
    right: 190vw;
  }
  .laptop\:r-190\% {
    right: -190%;
  }
  .laptop\:r\+190\% {
    right: 190%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-191vw {
    top: -191vw;
  }
  .laptop\:t\+191vw {
    top: 191vw;
  }
  .laptop\:t-191\% {
    top: -191%;
  }
  .laptop\:t\+191\% {
    top: 191%;
  }
  .laptop\:b-191vw {
    bottom: -191vw;
  }
  .laptop\:b\+191vw {
    bottom: 191vw;
  }
  .laptop\:b-191\% {
    bottom: -191%;
  }
  .laptop\:b\+191\% {
    bottom: 191%;
  }
  .laptop\:l-191vw {
    left: -191vw;
  }
  .laptop\:l\+191vw {
    left: 191vw;
  }
  .laptop\:l-191\% {
    left: -191%;
  }
  .laptop\:l\+191\% {
    left: 191%;
  }
  .laptop\:r-191vw {
    right: -191vw;
  }
  .laptop\:r\+191vw {
    right: 191vw;
  }
  .laptop\:r-191\% {
    right: -191%;
  }
  .laptop\:r\+191\% {
    right: 191%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-192vw {
    top: -192vw;
  }
  .laptop\:t\+192vw {
    top: 192vw;
  }
  .laptop\:t-192\% {
    top: -192%;
  }
  .laptop\:t\+192\% {
    top: 192%;
  }
  .laptop\:b-192vw {
    bottom: -192vw;
  }
  .laptop\:b\+192vw {
    bottom: 192vw;
  }
  .laptop\:b-192\% {
    bottom: -192%;
  }
  .laptop\:b\+192\% {
    bottom: 192%;
  }
  .laptop\:l-192vw {
    left: -192vw;
  }
  .laptop\:l\+192vw {
    left: 192vw;
  }
  .laptop\:l-192\% {
    left: -192%;
  }
  .laptop\:l\+192\% {
    left: 192%;
  }
  .laptop\:r-192vw {
    right: -192vw;
  }
  .laptop\:r\+192vw {
    right: 192vw;
  }
  .laptop\:r-192\% {
    right: -192%;
  }
  .laptop\:r\+192\% {
    right: 192%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-193vw {
    top: -193vw;
  }
  .laptop\:t\+193vw {
    top: 193vw;
  }
  .laptop\:t-193\% {
    top: -193%;
  }
  .laptop\:t\+193\% {
    top: 193%;
  }
  .laptop\:b-193vw {
    bottom: -193vw;
  }
  .laptop\:b\+193vw {
    bottom: 193vw;
  }
  .laptop\:b-193\% {
    bottom: -193%;
  }
  .laptop\:b\+193\% {
    bottom: 193%;
  }
  .laptop\:l-193vw {
    left: -193vw;
  }
  .laptop\:l\+193vw {
    left: 193vw;
  }
  .laptop\:l-193\% {
    left: -193%;
  }
  .laptop\:l\+193\% {
    left: 193%;
  }
  .laptop\:r-193vw {
    right: -193vw;
  }
  .laptop\:r\+193vw {
    right: 193vw;
  }
  .laptop\:r-193\% {
    right: -193%;
  }
  .laptop\:r\+193\% {
    right: 193%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-194vw {
    top: -194vw;
  }
  .laptop\:t\+194vw {
    top: 194vw;
  }
  .laptop\:t-194\% {
    top: -194%;
  }
  .laptop\:t\+194\% {
    top: 194%;
  }
  .laptop\:b-194vw {
    bottom: -194vw;
  }
  .laptop\:b\+194vw {
    bottom: 194vw;
  }
  .laptop\:b-194\% {
    bottom: -194%;
  }
  .laptop\:b\+194\% {
    bottom: 194%;
  }
  .laptop\:l-194vw {
    left: -194vw;
  }
  .laptop\:l\+194vw {
    left: 194vw;
  }
  .laptop\:l-194\% {
    left: -194%;
  }
  .laptop\:l\+194\% {
    left: 194%;
  }
  .laptop\:r-194vw {
    right: -194vw;
  }
  .laptop\:r\+194vw {
    right: 194vw;
  }
  .laptop\:r-194\% {
    right: -194%;
  }
  .laptop\:r\+194\% {
    right: 194%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-195vw {
    top: -195vw;
  }
  .laptop\:t\+195vw {
    top: 195vw;
  }
  .laptop\:t-195\% {
    top: -195%;
  }
  .laptop\:t\+195\% {
    top: 195%;
  }
  .laptop\:b-195vw {
    bottom: -195vw;
  }
  .laptop\:b\+195vw {
    bottom: 195vw;
  }
  .laptop\:b-195\% {
    bottom: -195%;
  }
  .laptop\:b\+195\% {
    bottom: 195%;
  }
  .laptop\:l-195vw {
    left: -195vw;
  }
  .laptop\:l\+195vw {
    left: 195vw;
  }
  .laptop\:l-195\% {
    left: -195%;
  }
  .laptop\:l\+195\% {
    left: 195%;
  }
  .laptop\:r-195vw {
    right: -195vw;
  }
  .laptop\:r\+195vw {
    right: 195vw;
  }
  .laptop\:r-195\% {
    right: -195%;
  }
  .laptop\:r\+195\% {
    right: 195%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-196vw {
    top: -196vw;
  }
  .laptop\:t\+196vw {
    top: 196vw;
  }
  .laptop\:t-196\% {
    top: -196%;
  }
  .laptop\:t\+196\% {
    top: 196%;
  }
  .laptop\:b-196vw {
    bottom: -196vw;
  }
  .laptop\:b\+196vw {
    bottom: 196vw;
  }
  .laptop\:b-196\% {
    bottom: -196%;
  }
  .laptop\:b\+196\% {
    bottom: 196%;
  }
  .laptop\:l-196vw {
    left: -196vw;
  }
  .laptop\:l\+196vw {
    left: 196vw;
  }
  .laptop\:l-196\% {
    left: -196%;
  }
  .laptop\:l\+196\% {
    left: 196%;
  }
  .laptop\:r-196vw {
    right: -196vw;
  }
  .laptop\:r\+196vw {
    right: 196vw;
  }
  .laptop\:r-196\% {
    right: -196%;
  }
  .laptop\:r\+196\% {
    right: 196%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-197vw {
    top: -197vw;
  }
  .laptop\:t\+197vw {
    top: 197vw;
  }
  .laptop\:t-197\% {
    top: -197%;
  }
  .laptop\:t\+197\% {
    top: 197%;
  }
  .laptop\:b-197vw {
    bottom: -197vw;
  }
  .laptop\:b\+197vw {
    bottom: 197vw;
  }
  .laptop\:b-197\% {
    bottom: -197%;
  }
  .laptop\:b\+197\% {
    bottom: 197%;
  }
  .laptop\:l-197vw {
    left: -197vw;
  }
  .laptop\:l\+197vw {
    left: 197vw;
  }
  .laptop\:l-197\% {
    left: -197%;
  }
  .laptop\:l\+197\% {
    left: 197%;
  }
  .laptop\:r-197vw {
    right: -197vw;
  }
  .laptop\:r\+197vw {
    right: 197vw;
  }
  .laptop\:r-197\% {
    right: -197%;
  }
  .laptop\:r\+197\% {
    right: 197%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-198vw {
    top: -198vw;
  }
  .laptop\:t\+198vw {
    top: 198vw;
  }
  .laptop\:t-198\% {
    top: -198%;
  }
  .laptop\:t\+198\% {
    top: 198%;
  }
  .laptop\:b-198vw {
    bottom: -198vw;
  }
  .laptop\:b\+198vw {
    bottom: 198vw;
  }
  .laptop\:b-198\% {
    bottom: -198%;
  }
  .laptop\:b\+198\% {
    bottom: 198%;
  }
  .laptop\:l-198vw {
    left: -198vw;
  }
  .laptop\:l\+198vw {
    left: 198vw;
  }
  .laptop\:l-198\% {
    left: -198%;
  }
  .laptop\:l\+198\% {
    left: 198%;
  }
  .laptop\:r-198vw {
    right: -198vw;
  }
  .laptop\:r\+198vw {
    right: 198vw;
  }
  .laptop\:r-198\% {
    right: -198%;
  }
  .laptop\:r\+198\% {
    right: 198%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-199vw {
    top: -199vw;
  }
  .laptop\:t\+199vw {
    top: 199vw;
  }
  .laptop\:t-199\% {
    top: -199%;
  }
  .laptop\:t\+199\% {
    top: 199%;
  }
  .laptop\:b-199vw {
    bottom: -199vw;
  }
  .laptop\:b\+199vw {
    bottom: 199vw;
  }
  .laptop\:b-199\% {
    bottom: -199%;
  }
  .laptop\:b\+199\% {
    bottom: 199%;
  }
  .laptop\:l-199vw {
    left: -199vw;
  }
  .laptop\:l\+199vw {
    left: 199vw;
  }
  .laptop\:l-199\% {
    left: -199%;
  }
  .laptop\:l\+199\% {
    left: 199%;
  }
  .laptop\:r-199vw {
    right: -199vw;
  }
  .laptop\:r\+199vw {
    right: 199vw;
  }
  .laptop\:r-199\% {
    right: -199%;
  }
  .laptop\:r\+199\% {
    right: 199%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:t-200vw {
    top: -200vw;
  }
  .laptop\:t\+200vw {
    top: 200vw;
  }
  .laptop\:t-200\% {
    top: -200%;
  }
  .laptop\:t\+200\% {
    top: 200%;
  }
  .laptop\:b-200vw {
    bottom: -200vw;
  }
  .laptop\:b\+200vw {
    bottom: 200vw;
  }
  .laptop\:b-200\% {
    bottom: -200%;
  }
  .laptop\:b\+200\% {
    bottom: 200%;
  }
  .laptop\:l-200vw {
    left: -200vw;
  }
  .laptop\:l\+200vw {
    left: 200vw;
  }
  .laptop\:l-200\% {
    left: -200%;
  }
  .laptop\:l\+200\% {
    left: 200%;
  }
  .laptop\:r-200vw {
    right: -200vw;
  }
  .laptop\:r\+200vw {
    right: 200vw;
  }
  .laptop\:r-200\% {
    right: -200%;
  }
  .laptop\:r\+200\% {
    right: 200%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-10p {
    top: -10px;
  }
  .laptop-l\:t\+10p {
    top: 10px;
  }
  .laptop-l\:b-10p {
    bottom: -10px;
  }
  .laptop-l\:b\+10p {
    bottom: 10px;
  }
  .laptop-l\:l-10p {
    left: -10px;
  }
  .laptop-l\:l\+10p {
    left: 10px;
  }
  .laptop-l\:r-10p {
    right: -10px;
  }
  .laptop-l\:r\+10p {
    right: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-20p {
    top: -20px;
  }
  .laptop-l\:t\+20p {
    top: 20px;
  }
  .laptop-l\:b-20p {
    bottom: -20px;
  }
  .laptop-l\:b\+20p {
    bottom: 20px;
  }
  .laptop-l\:l-20p {
    left: -20px;
  }
  .laptop-l\:l\+20p {
    left: 20px;
  }
  .laptop-l\:r-20p {
    right: -20px;
  }
  .laptop-l\:r\+20p {
    right: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-30p {
    top: -30px;
  }
  .laptop-l\:t\+30p {
    top: 30px;
  }
  .laptop-l\:b-30p {
    bottom: -30px;
  }
  .laptop-l\:b\+30p {
    bottom: 30px;
  }
  .laptop-l\:l-30p {
    left: -30px;
  }
  .laptop-l\:l\+30p {
    left: 30px;
  }
  .laptop-l\:r-30p {
    right: -30px;
  }
  .laptop-l\:r\+30p {
    right: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-40p {
    top: -40px;
  }
  .laptop-l\:t\+40p {
    top: 40px;
  }
  .laptop-l\:b-40p {
    bottom: -40px;
  }
  .laptop-l\:b\+40p {
    bottom: 40px;
  }
  .laptop-l\:l-40p {
    left: -40px;
  }
  .laptop-l\:l\+40p {
    left: 40px;
  }
  .laptop-l\:r-40p {
    right: -40px;
  }
  .laptop-l\:r\+40p {
    right: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-50p {
    top: -50px;
  }
  .laptop-l\:t\+50p {
    top: 50px;
  }
  .laptop-l\:b-50p {
    bottom: -50px;
  }
  .laptop-l\:b\+50p {
    bottom: 50px;
  }
  .laptop-l\:l-50p {
    left: -50px;
  }
  .laptop-l\:l\+50p {
    left: 50px;
  }
  .laptop-l\:r-50p {
    right: -50px;
  }
  .laptop-l\:r\+50p {
    right: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-60p {
    top: -60px;
  }
  .laptop-l\:t\+60p {
    top: 60px;
  }
  .laptop-l\:b-60p {
    bottom: -60px;
  }
  .laptop-l\:b\+60p {
    bottom: 60px;
  }
  .laptop-l\:l-60p {
    left: -60px;
  }
  .laptop-l\:l\+60p {
    left: 60px;
  }
  .laptop-l\:r-60p {
    right: -60px;
  }
  .laptop-l\:r\+60p {
    right: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-70p {
    top: -70px;
  }
  .laptop-l\:t\+70p {
    top: 70px;
  }
  .laptop-l\:b-70p {
    bottom: -70px;
  }
  .laptop-l\:b\+70p {
    bottom: 70px;
  }
  .laptop-l\:l-70p {
    left: -70px;
  }
  .laptop-l\:l\+70p {
    left: 70px;
  }
  .laptop-l\:r-70p {
    right: -70px;
  }
  .laptop-l\:r\+70p {
    right: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-80p {
    top: -80px;
  }
  .laptop-l\:t\+80p {
    top: 80px;
  }
  .laptop-l\:b-80p {
    bottom: -80px;
  }
  .laptop-l\:b\+80p {
    bottom: 80px;
  }
  .laptop-l\:l-80p {
    left: -80px;
  }
  .laptop-l\:l\+80p {
    left: 80px;
  }
  .laptop-l\:r-80p {
    right: -80px;
  }
  .laptop-l\:r\+80p {
    right: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-90p {
    top: -90px;
  }
  .laptop-l\:t\+90p {
    top: 90px;
  }
  .laptop-l\:b-90p {
    bottom: -90px;
  }
  .laptop-l\:b\+90p {
    bottom: 90px;
  }
  .laptop-l\:l-90p {
    left: -90px;
  }
  .laptop-l\:l\+90p {
    left: 90px;
  }
  .laptop-l\:r-90p {
    right: -90px;
  }
  .laptop-l\:r\+90p {
    right: 90px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-100p {
    top: -100px;
  }
  .laptop-l\:t\+100p {
    top: 100px;
  }
  .laptop-l\:b-100p {
    bottom: -100px;
  }
  .laptop-l\:b\+100p {
    bottom: 100px;
  }
  .laptop-l\:l-100p {
    left: -100px;
  }
  .laptop-l\:l\+100p {
    left: 100px;
  }
  .laptop-l\:r-100p {
    right: -100px;
  }
  .laptop-l\:r\+100p {
    right: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-110p {
    top: -110px;
  }
  .laptop-l\:t\+110p {
    top: 110px;
  }
  .laptop-l\:b-110p {
    bottom: -110px;
  }
  .laptop-l\:b\+110p {
    bottom: 110px;
  }
  .laptop-l\:l-110p {
    left: -110px;
  }
  .laptop-l\:l\+110p {
    left: 110px;
  }
  .laptop-l\:r-110p {
    right: -110px;
  }
  .laptop-l\:r\+110p {
    right: 110px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-120p {
    top: -120px;
  }
  .laptop-l\:t\+120p {
    top: 120px;
  }
  .laptop-l\:b-120p {
    bottom: -120px;
  }
  .laptop-l\:b\+120p {
    bottom: 120px;
  }
  .laptop-l\:l-120p {
    left: -120px;
  }
  .laptop-l\:l\+120p {
    left: 120px;
  }
  .laptop-l\:r-120p {
    right: -120px;
  }
  .laptop-l\:r\+120p {
    right: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-130p {
    top: -130px;
  }
  .laptop-l\:t\+130p {
    top: 130px;
  }
  .laptop-l\:b-130p {
    bottom: -130px;
  }
  .laptop-l\:b\+130p {
    bottom: 130px;
  }
  .laptop-l\:l-130p {
    left: -130px;
  }
  .laptop-l\:l\+130p {
    left: 130px;
  }
  .laptop-l\:r-130p {
    right: -130px;
  }
  .laptop-l\:r\+130p {
    right: 130px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-140p {
    top: -140px;
  }
  .laptop-l\:t\+140p {
    top: 140px;
  }
  .laptop-l\:b-140p {
    bottom: -140px;
  }
  .laptop-l\:b\+140p {
    bottom: 140px;
  }
  .laptop-l\:l-140p {
    left: -140px;
  }
  .laptop-l\:l\+140p {
    left: 140px;
  }
  .laptop-l\:r-140p {
    right: -140px;
  }
  .laptop-l\:r\+140p {
    right: 140px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-150p {
    top: -150px;
  }
  .laptop-l\:t\+150p {
    top: 150px;
  }
  .laptop-l\:b-150p {
    bottom: -150px;
  }
  .laptop-l\:b\+150p {
    bottom: 150px;
  }
  .laptop-l\:l-150p {
    left: -150px;
  }
  .laptop-l\:l\+150p {
    left: 150px;
  }
  .laptop-l\:r-150p {
    right: -150px;
  }
  .laptop-l\:r\+150p {
    right: 150px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-160p {
    top: -160px;
  }
  .laptop-l\:t\+160p {
    top: 160px;
  }
  .laptop-l\:b-160p {
    bottom: -160px;
  }
  .laptop-l\:b\+160p {
    bottom: 160px;
  }
  .laptop-l\:l-160p {
    left: -160px;
  }
  .laptop-l\:l\+160p {
    left: 160px;
  }
  .laptop-l\:r-160p {
    right: -160px;
  }
  .laptop-l\:r\+160p {
    right: 160px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-170p {
    top: -170px;
  }
  .laptop-l\:t\+170p {
    top: 170px;
  }
  .laptop-l\:b-170p {
    bottom: -170px;
  }
  .laptop-l\:b\+170p {
    bottom: 170px;
  }
  .laptop-l\:l-170p {
    left: -170px;
  }
  .laptop-l\:l\+170p {
    left: 170px;
  }
  .laptop-l\:r-170p {
    right: -170px;
  }
  .laptop-l\:r\+170p {
    right: 170px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-180p {
    top: -180px;
  }
  .laptop-l\:t\+180p {
    top: 180px;
  }
  .laptop-l\:b-180p {
    bottom: -180px;
  }
  .laptop-l\:b\+180p {
    bottom: 180px;
  }
  .laptop-l\:l-180p {
    left: -180px;
  }
  .laptop-l\:l\+180p {
    left: 180px;
  }
  .laptop-l\:r-180p {
    right: -180px;
  }
  .laptop-l\:r\+180p {
    right: 180px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-190p {
    top: -190px;
  }
  .laptop-l\:t\+190p {
    top: 190px;
  }
  .laptop-l\:b-190p {
    bottom: -190px;
  }
  .laptop-l\:b\+190p {
    bottom: 190px;
  }
  .laptop-l\:l-190p {
    left: -190px;
  }
  .laptop-l\:l\+190p {
    left: 190px;
  }
  .laptop-l\:r-190p {
    right: -190px;
  }
  .laptop-l\:r\+190p {
    right: 190px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-200p {
    top: -200px;
  }
  .laptop-l\:t\+200p {
    top: 200px;
  }
  .laptop-l\:b-200p {
    bottom: -200px;
  }
  .laptop-l\:b\+200p {
    bottom: 200px;
  }
  .laptop-l\:l-200p {
    left: -200px;
  }
  .laptop-l\:l\+200p {
    left: 200px;
  }
  .laptop-l\:r-200p {
    right: -200px;
  }
  .laptop-l\:r\+200p {
    right: 200px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-210p {
    top: -210px;
  }
  .laptop-l\:t\+210p {
    top: 210px;
  }
  .laptop-l\:b-210p {
    bottom: -210px;
  }
  .laptop-l\:b\+210p {
    bottom: 210px;
  }
  .laptop-l\:l-210p {
    left: -210px;
  }
  .laptop-l\:l\+210p {
    left: 210px;
  }
  .laptop-l\:r-210p {
    right: -210px;
  }
  .laptop-l\:r\+210p {
    right: 210px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-220p {
    top: -220px;
  }
  .laptop-l\:t\+220p {
    top: 220px;
  }
  .laptop-l\:b-220p {
    bottom: -220px;
  }
  .laptop-l\:b\+220p {
    bottom: 220px;
  }
  .laptop-l\:l-220p {
    left: -220px;
  }
  .laptop-l\:l\+220p {
    left: 220px;
  }
  .laptop-l\:r-220p {
    right: -220px;
  }
  .laptop-l\:r\+220p {
    right: 220px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-230p {
    top: -230px;
  }
  .laptop-l\:t\+230p {
    top: 230px;
  }
  .laptop-l\:b-230p {
    bottom: -230px;
  }
  .laptop-l\:b\+230p {
    bottom: 230px;
  }
  .laptop-l\:l-230p {
    left: -230px;
  }
  .laptop-l\:l\+230p {
    left: 230px;
  }
  .laptop-l\:r-230p {
    right: -230px;
  }
  .laptop-l\:r\+230p {
    right: 230px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-240p {
    top: -240px;
  }
  .laptop-l\:t\+240p {
    top: 240px;
  }
  .laptop-l\:b-240p {
    bottom: -240px;
  }
  .laptop-l\:b\+240p {
    bottom: 240px;
  }
  .laptop-l\:l-240p {
    left: -240px;
  }
  .laptop-l\:l\+240p {
    left: 240px;
  }
  .laptop-l\:r-240p {
    right: -240px;
  }
  .laptop-l\:r\+240p {
    right: 240px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-250p {
    top: -250px;
  }
  .laptop-l\:t\+250p {
    top: 250px;
  }
  .laptop-l\:b-250p {
    bottom: -250px;
  }
  .laptop-l\:b\+250p {
    bottom: 250px;
  }
  .laptop-l\:l-250p {
    left: -250px;
  }
  .laptop-l\:l\+250p {
    left: 250px;
  }
  .laptop-l\:r-250p {
    right: -250px;
  }
  .laptop-l\:r\+250p {
    right: 250px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-260p {
    top: -260px;
  }
  .laptop-l\:t\+260p {
    top: 260px;
  }
  .laptop-l\:b-260p {
    bottom: -260px;
  }
  .laptop-l\:b\+260p {
    bottom: 260px;
  }
  .laptop-l\:l-260p {
    left: -260px;
  }
  .laptop-l\:l\+260p {
    left: 260px;
  }
  .laptop-l\:r-260p {
    right: -260px;
  }
  .laptop-l\:r\+260p {
    right: 260px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-270p {
    top: -270px;
  }
  .laptop-l\:t\+270p {
    top: 270px;
  }
  .laptop-l\:b-270p {
    bottom: -270px;
  }
  .laptop-l\:b\+270p {
    bottom: 270px;
  }
  .laptop-l\:l-270p {
    left: -270px;
  }
  .laptop-l\:l\+270p {
    left: 270px;
  }
  .laptop-l\:r-270p {
    right: -270px;
  }
  .laptop-l\:r\+270p {
    right: 270px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-280p {
    top: -280px;
  }
  .laptop-l\:t\+280p {
    top: 280px;
  }
  .laptop-l\:b-280p {
    bottom: -280px;
  }
  .laptop-l\:b\+280p {
    bottom: 280px;
  }
  .laptop-l\:l-280p {
    left: -280px;
  }
  .laptop-l\:l\+280p {
    left: 280px;
  }
  .laptop-l\:r-280p {
    right: -280px;
  }
  .laptop-l\:r\+280p {
    right: 280px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-290p {
    top: -290px;
  }
  .laptop-l\:t\+290p {
    top: 290px;
  }
  .laptop-l\:b-290p {
    bottom: -290px;
  }
  .laptop-l\:b\+290p {
    bottom: 290px;
  }
  .laptop-l\:l-290p {
    left: -290px;
  }
  .laptop-l\:l\+290p {
    left: 290px;
  }
  .laptop-l\:r-290p {
    right: -290px;
  }
  .laptop-l\:r\+290p {
    right: 290px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-300p {
    top: -300px;
  }
  .laptop-l\:t\+300p {
    top: 300px;
  }
  .laptop-l\:b-300p {
    bottom: -300px;
  }
  .laptop-l\:b\+300p {
    bottom: 300px;
  }
  .laptop-l\:l-300p {
    left: -300px;
  }
  .laptop-l\:l\+300p {
    left: 300px;
  }
  .laptop-l\:r-300p {
    right: -300px;
  }
  .laptop-l\:r\+300p {
    right: 300px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-310p {
    top: -310px;
  }
  .laptop-l\:t\+310p {
    top: 310px;
  }
  .laptop-l\:b-310p {
    bottom: -310px;
  }
  .laptop-l\:b\+310p {
    bottom: 310px;
  }
  .laptop-l\:l-310p {
    left: -310px;
  }
  .laptop-l\:l\+310p {
    left: 310px;
  }
  .laptop-l\:r-310p {
    right: -310px;
  }
  .laptop-l\:r\+310p {
    right: 310px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-320p {
    top: -320px;
  }
  .laptop-l\:t\+320p {
    top: 320px;
  }
  .laptop-l\:b-320p {
    bottom: -320px;
  }
  .laptop-l\:b\+320p {
    bottom: 320px;
  }
  .laptop-l\:l-320p {
    left: -320px;
  }
  .laptop-l\:l\+320p {
    left: 320px;
  }
  .laptop-l\:r-320p {
    right: -320px;
  }
  .laptop-l\:r\+320p {
    right: 320px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-330p {
    top: -330px;
  }
  .laptop-l\:t\+330p {
    top: 330px;
  }
  .laptop-l\:b-330p {
    bottom: -330px;
  }
  .laptop-l\:b\+330p {
    bottom: 330px;
  }
  .laptop-l\:l-330p {
    left: -330px;
  }
  .laptop-l\:l\+330p {
    left: 330px;
  }
  .laptop-l\:r-330p {
    right: -330px;
  }
  .laptop-l\:r\+330p {
    right: 330px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-340p {
    top: -340px;
  }
  .laptop-l\:t\+340p {
    top: 340px;
  }
  .laptop-l\:b-340p {
    bottom: -340px;
  }
  .laptop-l\:b\+340p {
    bottom: 340px;
  }
  .laptop-l\:l-340p {
    left: -340px;
  }
  .laptop-l\:l\+340p {
    left: 340px;
  }
  .laptop-l\:r-340p {
    right: -340px;
  }
  .laptop-l\:r\+340p {
    right: 340px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-350p {
    top: -350px;
  }
  .laptop-l\:t\+350p {
    top: 350px;
  }
  .laptop-l\:b-350p {
    bottom: -350px;
  }
  .laptop-l\:b\+350p {
    bottom: 350px;
  }
  .laptop-l\:l-350p {
    left: -350px;
  }
  .laptop-l\:l\+350p {
    left: 350px;
  }
  .laptop-l\:r-350p {
    right: -350px;
  }
  .laptop-l\:r\+350p {
    right: 350px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-360p {
    top: -360px;
  }
  .laptop-l\:t\+360p {
    top: 360px;
  }
  .laptop-l\:b-360p {
    bottom: -360px;
  }
  .laptop-l\:b\+360p {
    bottom: 360px;
  }
  .laptop-l\:l-360p {
    left: -360px;
  }
  .laptop-l\:l\+360p {
    left: 360px;
  }
  .laptop-l\:r-360p {
    right: -360px;
  }
  .laptop-l\:r\+360p {
    right: 360px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-370p {
    top: -370px;
  }
  .laptop-l\:t\+370p {
    top: 370px;
  }
  .laptop-l\:b-370p {
    bottom: -370px;
  }
  .laptop-l\:b\+370p {
    bottom: 370px;
  }
  .laptop-l\:l-370p {
    left: -370px;
  }
  .laptop-l\:l\+370p {
    left: 370px;
  }
  .laptop-l\:r-370p {
    right: -370px;
  }
  .laptop-l\:r\+370p {
    right: 370px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-380p {
    top: -380px;
  }
  .laptop-l\:t\+380p {
    top: 380px;
  }
  .laptop-l\:b-380p {
    bottom: -380px;
  }
  .laptop-l\:b\+380p {
    bottom: 380px;
  }
  .laptop-l\:l-380p {
    left: -380px;
  }
  .laptop-l\:l\+380p {
    left: 380px;
  }
  .laptop-l\:r-380p {
    right: -380px;
  }
  .laptop-l\:r\+380p {
    right: 380px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-390p {
    top: -390px;
  }
  .laptop-l\:t\+390p {
    top: 390px;
  }
  .laptop-l\:b-390p {
    bottom: -390px;
  }
  .laptop-l\:b\+390p {
    bottom: 390px;
  }
  .laptop-l\:l-390p {
    left: -390px;
  }
  .laptop-l\:l\+390p {
    left: 390px;
  }
  .laptop-l\:r-390p {
    right: -390px;
  }
  .laptop-l\:r\+390p {
    right: 390px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-400p {
    top: -400px;
  }
  .laptop-l\:t\+400p {
    top: 400px;
  }
  .laptop-l\:b-400p {
    bottom: -400px;
  }
  .laptop-l\:b\+400p {
    bottom: 400px;
  }
  .laptop-l\:l-400p {
    left: -400px;
  }
  .laptop-l\:l\+400p {
    left: 400px;
  }
  .laptop-l\:r-400p {
    right: -400px;
  }
  .laptop-l\:r\+400p {
    right: 400px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-410p {
    top: -410px;
  }
  .laptop-l\:t\+410p {
    top: 410px;
  }
  .laptop-l\:b-410p {
    bottom: -410px;
  }
  .laptop-l\:b\+410p {
    bottom: 410px;
  }
  .laptop-l\:l-410p {
    left: -410px;
  }
  .laptop-l\:l\+410p {
    left: 410px;
  }
  .laptop-l\:r-410p {
    right: -410px;
  }
  .laptop-l\:r\+410p {
    right: 410px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-420p {
    top: -420px;
  }
  .laptop-l\:t\+420p {
    top: 420px;
  }
  .laptop-l\:b-420p {
    bottom: -420px;
  }
  .laptop-l\:b\+420p {
    bottom: 420px;
  }
  .laptop-l\:l-420p {
    left: -420px;
  }
  .laptop-l\:l\+420p {
    left: 420px;
  }
  .laptop-l\:r-420p {
    right: -420px;
  }
  .laptop-l\:r\+420p {
    right: 420px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-430p {
    top: -430px;
  }
  .laptop-l\:t\+430p {
    top: 430px;
  }
  .laptop-l\:b-430p {
    bottom: -430px;
  }
  .laptop-l\:b\+430p {
    bottom: 430px;
  }
  .laptop-l\:l-430p {
    left: -430px;
  }
  .laptop-l\:l\+430p {
    left: 430px;
  }
  .laptop-l\:r-430p {
    right: -430px;
  }
  .laptop-l\:r\+430p {
    right: 430px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-440p {
    top: -440px;
  }
  .laptop-l\:t\+440p {
    top: 440px;
  }
  .laptop-l\:b-440p {
    bottom: -440px;
  }
  .laptop-l\:b\+440p {
    bottom: 440px;
  }
  .laptop-l\:l-440p {
    left: -440px;
  }
  .laptop-l\:l\+440p {
    left: 440px;
  }
  .laptop-l\:r-440p {
    right: -440px;
  }
  .laptop-l\:r\+440p {
    right: 440px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-450p {
    top: -450px;
  }
  .laptop-l\:t\+450p {
    top: 450px;
  }
  .laptop-l\:b-450p {
    bottom: -450px;
  }
  .laptop-l\:b\+450p {
    bottom: 450px;
  }
  .laptop-l\:l-450p {
    left: -450px;
  }
  .laptop-l\:l\+450p {
    left: 450px;
  }
  .laptop-l\:r-450p {
    right: -450px;
  }
  .laptop-l\:r\+450p {
    right: 450px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-460p {
    top: -460px;
  }
  .laptop-l\:t\+460p {
    top: 460px;
  }
  .laptop-l\:b-460p {
    bottom: -460px;
  }
  .laptop-l\:b\+460p {
    bottom: 460px;
  }
  .laptop-l\:l-460p {
    left: -460px;
  }
  .laptop-l\:l\+460p {
    left: 460px;
  }
  .laptop-l\:r-460p {
    right: -460px;
  }
  .laptop-l\:r\+460p {
    right: 460px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-470p {
    top: -470px;
  }
  .laptop-l\:t\+470p {
    top: 470px;
  }
  .laptop-l\:b-470p {
    bottom: -470px;
  }
  .laptop-l\:b\+470p {
    bottom: 470px;
  }
  .laptop-l\:l-470p {
    left: -470px;
  }
  .laptop-l\:l\+470p {
    left: 470px;
  }
  .laptop-l\:r-470p {
    right: -470px;
  }
  .laptop-l\:r\+470p {
    right: 470px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-480p {
    top: -480px;
  }
  .laptop-l\:t\+480p {
    top: 480px;
  }
  .laptop-l\:b-480p {
    bottom: -480px;
  }
  .laptop-l\:b\+480p {
    bottom: 480px;
  }
  .laptop-l\:l-480p {
    left: -480px;
  }
  .laptop-l\:l\+480p {
    left: 480px;
  }
  .laptop-l\:r-480p {
    right: -480px;
  }
  .laptop-l\:r\+480p {
    right: 480px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-490p {
    top: -490px;
  }
  .laptop-l\:t\+490p {
    top: 490px;
  }
  .laptop-l\:b-490p {
    bottom: -490px;
  }
  .laptop-l\:b\+490p {
    bottom: 490px;
  }
  .laptop-l\:l-490p {
    left: -490px;
  }
  .laptop-l\:l\+490p {
    left: 490px;
  }
  .laptop-l\:r-490p {
    right: -490px;
  }
  .laptop-l\:r\+490p {
    right: 490px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-500p {
    top: -500px;
  }
  .laptop-l\:t\+500p {
    top: 500px;
  }
  .laptop-l\:b-500p {
    bottom: -500px;
  }
  .laptop-l\:b\+500p {
    bottom: 500px;
  }
  .laptop-l\:l-500p {
    left: -500px;
  }
  .laptop-l\:l\+500p {
    left: 500px;
  }
  .laptop-l\:r-500p {
    right: -500px;
  }
  .laptop-l\:r\+500p {
    right: 500px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-510p {
    top: -510px;
  }
  .laptop-l\:t\+510p {
    top: 510px;
  }
  .laptop-l\:b-510p {
    bottom: -510px;
  }
  .laptop-l\:b\+510p {
    bottom: 510px;
  }
  .laptop-l\:l-510p {
    left: -510px;
  }
  .laptop-l\:l\+510p {
    left: 510px;
  }
  .laptop-l\:r-510p {
    right: -510px;
  }
  .laptop-l\:r\+510p {
    right: 510px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-520p {
    top: -520px;
  }
  .laptop-l\:t\+520p {
    top: 520px;
  }
  .laptop-l\:b-520p {
    bottom: -520px;
  }
  .laptop-l\:b\+520p {
    bottom: 520px;
  }
  .laptop-l\:l-520p {
    left: -520px;
  }
  .laptop-l\:l\+520p {
    left: 520px;
  }
  .laptop-l\:r-520p {
    right: -520px;
  }
  .laptop-l\:r\+520p {
    right: 520px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-530p {
    top: -530px;
  }
  .laptop-l\:t\+530p {
    top: 530px;
  }
  .laptop-l\:b-530p {
    bottom: -530px;
  }
  .laptop-l\:b\+530p {
    bottom: 530px;
  }
  .laptop-l\:l-530p {
    left: -530px;
  }
  .laptop-l\:l\+530p {
    left: 530px;
  }
  .laptop-l\:r-530p {
    right: -530px;
  }
  .laptop-l\:r\+530p {
    right: 530px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-540p {
    top: -540px;
  }
  .laptop-l\:t\+540p {
    top: 540px;
  }
  .laptop-l\:b-540p {
    bottom: -540px;
  }
  .laptop-l\:b\+540p {
    bottom: 540px;
  }
  .laptop-l\:l-540p {
    left: -540px;
  }
  .laptop-l\:l\+540p {
    left: 540px;
  }
  .laptop-l\:r-540p {
    right: -540px;
  }
  .laptop-l\:r\+540p {
    right: 540px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-550p {
    top: -550px;
  }
  .laptop-l\:t\+550p {
    top: 550px;
  }
  .laptop-l\:b-550p {
    bottom: -550px;
  }
  .laptop-l\:b\+550p {
    bottom: 550px;
  }
  .laptop-l\:l-550p {
    left: -550px;
  }
  .laptop-l\:l\+550p {
    left: 550px;
  }
  .laptop-l\:r-550p {
    right: -550px;
  }
  .laptop-l\:r\+550p {
    right: 550px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-560p {
    top: -560px;
  }
  .laptop-l\:t\+560p {
    top: 560px;
  }
  .laptop-l\:b-560p {
    bottom: -560px;
  }
  .laptop-l\:b\+560p {
    bottom: 560px;
  }
  .laptop-l\:l-560p {
    left: -560px;
  }
  .laptop-l\:l\+560p {
    left: 560px;
  }
  .laptop-l\:r-560p {
    right: -560px;
  }
  .laptop-l\:r\+560p {
    right: 560px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-570p {
    top: -570px;
  }
  .laptop-l\:t\+570p {
    top: 570px;
  }
  .laptop-l\:b-570p {
    bottom: -570px;
  }
  .laptop-l\:b\+570p {
    bottom: 570px;
  }
  .laptop-l\:l-570p {
    left: -570px;
  }
  .laptop-l\:l\+570p {
    left: 570px;
  }
  .laptop-l\:r-570p {
    right: -570px;
  }
  .laptop-l\:r\+570p {
    right: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-580p {
    top: -580px;
  }
  .laptop-l\:t\+580p {
    top: 580px;
  }
  .laptop-l\:b-580p {
    bottom: -580px;
  }
  .laptop-l\:b\+580p {
    bottom: 580px;
  }
  .laptop-l\:l-580p {
    left: -580px;
  }
  .laptop-l\:l\+580p {
    left: 580px;
  }
  .laptop-l\:r-580p {
    right: -580px;
  }
  .laptop-l\:r\+580p {
    right: 580px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-590p {
    top: -590px;
  }
  .laptop-l\:t\+590p {
    top: 590px;
  }
  .laptop-l\:b-590p {
    bottom: -590px;
  }
  .laptop-l\:b\+590p {
    bottom: 590px;
  }
  .laptop-l\:l-590p {
    left: -590px;
  }
  .laptop-l\:l\+590p {
    left: 590px;
  }
  .laptop-l\:r-590p {
    right: -590px;
  }
  .laptop-l\:r\+590p {
    right: 590px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-600p {
    top: -600px;
  }
  .laptop-l\:t\+600p {
    top: 600px;
  }
  .laptop-l\:b-600p {
    bottom: -600px;
  }
  .laptop-l\:b\+600p {
    bottom: 600px;
  }
  .laptop-l\:l-600p {
    left: -600px;
  }
  .laptop-l\:l\+600p {
    left: 600px;
  }
  .laptop-l\:r-600p {
    right: -600px;
  }
  .laptop-l\:r\+600p {
    right: 600px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-610p {
    top: -610px;
  }
  .laptop-l\:t\+610p {
    top: 610px;
  }
  .laptop-l\:b-610p {
    bottom: -610px;
  }
  .laptop-l\:b\+610p {
    bottom: 610px;
  }
  .laptop-l\:l-610p {
    left: -610px;
  }
  .laptop-l\:l\+610p {
    left: 610px;
  }
  .laptop-l\:r-610p {
    right: -610px;
  }
  .laptop-l\:r\+610p {
    right: 610px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-620p {
    top: -620px;
  }
  .laptop-l\:t\+620p {
    top: 620px;
  }
  .laptop-l\:b-620p {
    bottom: -620px;
  }
  .laptop-l\:b\+620p {
    bottom: 620px;
  }
  .laptop-l\:l-620p {
    left: -620px;
  }
  .laptop-l\:l\+620p {
    left: 620px;
  }
  .laptop-l\:r-620p {
    right: -620px;
  }
  .laptop-l\:r\+620p {
    right: 620px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-630p {
    top: -630px;
  }
  .laptop-l\:t\+630p {
    top: 630px;
  }
  .laptop-l\:b-630p {
    bottom: -630px;
  }
  .laptop-l\:b\+630p {
    bottom: 630px;
  }
  .laptop-l\:l-630p {
    left: -630px;
  }
  .laptop-l\:l\+630p {
    left: 630px;
  }
  .laptop-l\:r-630p {
    right: -630px;
  }
  .laptop-l\:r\+630p {
    right: 630px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-640p {
    top: -640px;
  }
  .laptop-l\:t\+640p {
    top: 640px;
  }
  .laptop-l\:b-640p {
    bottom: -640px;
  }
  .laptop-l\:b\+640p {
    bottom: 640px;
  }
  .laptop-l\:l-640p {
    left: -640px;
  }
  .laptop-l\:l\+640p {
    left: 640px;
  }
  .laptop-l\:r-640p {
    right: -640px;
  }
  .laptop-l\:r\+640p {
    right: 640px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-650p {
    top: -650px;
  }
  .laptop-l\:t\+650p {
    top: 650px;
  }
  .laptop-l\:b-650p {
    bottom: -650px;
  }
  .laptop-l\:b\+650p {
    bottom: 650px;
  }
  .laptop-l\:l-650p {
    left: -650px;
  }
  .laptop-l\:l\+650p {
    left: 650px;
  }
  .laptop-l\:r-650p {
    right: -650px;
  }
  .laptop-l\:r\+650p {
    right: 650px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-660p {
    top: -660px;
  }
  .laptop-l\:t\+660p {
    top: 660px;
  }
  .laptop-l\:b-660p {
    bottom: -660px;
  }
  .laptop-l\:b\+660p {
    bottom: 660px;
  }
  .laptop-l\:l-660p {
    left: -660px;
  }
  .laptop-l\:l\+660p {
    left: 660px;
  }
  .laptop-l\:r-660p {
    right: -660px;
  }
  .laptop-l\:r\+660p {
    right: 660px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-670p {
    top: -670px;
  }
  .laptop-l\:t\+670p {
    top: 670px;
  }
  .laptop-l\:b-670p {
    bottom: -670px;
  }
  .laptop-l\:b\+670p {
    bottom: 670px;
  }
  .laptop-l\:l-670p {
    left: -670px;
  }
  .laptop-l\:l\+670p {
    left: 670px;
  }
  .laptop-l\:r-670p {
    right: -670px;
  }
  .laptop-l\:r\+670p {
    right: 670px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-680p {
    top: -680px;
  }
  .laptop-l\:t\+680p {
    top: 680px;
  }
  .laptop-l\:b-680p {
    bottom: -680px;
  }
  .laptop-l\:b\+680p {
    bottom: 680px;
  }
  .laptop-l\:l-680p {
    left: -680px;
  }
  .laptop-l\:l\+680p {
    left: 680px;
  }
  .laptop-l\:r-680p {
    right: -680px;
  }
  .laptop-l\:r\+680p {
    right: 680px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-690p {
    top: -690px;
  }
  .laptop-l\:t\+690p {
    top: 690px;
  }
  .laptop-l\:b-690p {
    bottom: -690px;
  }
  .laptop-l\:b\+690p {
    bottom: 690px;
  }
  .laptop-l\:l-690p {
    left: -690px;
  }
  .laptop-l\:l\+690p {
    left: 690px;
  }
  .laptop-l\:r-690p {
    right: -690px;
  }
  .laptop-l\:r\+690p {
    right: 690px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-700p {
    top: -700px;
  }
  .laptop-l\:t\+700p {
    top: 700px;
  }
  .laptop-l\:b-700p {
    bottom: -700px;
  }
  .laptop-l\:b\+700p {
    bottom: 700px;
  }
  .laptop-l\:l-700p {
    left: -700px;
  }
  .laptop-l\:l\+700p {
    left: 700px;
  }
  .laptop-l\:r-700p {
    right: -700px;
  }
  .laptop-l\:r\+700p {
    right: 700px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-710p {
    top: -710px;
  }
  .laptop-l\:t\+710p {
    top: 710px;
  }
  .laptop-l\:b-710p {
    bottom: -710px;
  }
  .laptop-l\:b\+710p {
    bottom: 710px;
  }
  .laptop-l\:l-710p {
    left: -710px;
  }
  .laptop-l\:l\+710p {
    left: 710px;
  }
  .laptop-l\:r-710p {
    right: -710px;
  }
  .laptop-l\:r\+710p {
    right: 710px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-720p {
    top: -720px;
  }
  .laptop-l\:t\+720p {
    top: 720px;
  }
  .laptop-l\:b-720p {
    bottom: -720px;
  }
  .laptop-l\:b\+720p {
    bottom: 720px;
  }
  .laptop-l\:l-720p {
    left: -720px;
  }
  .laptop-l\:l\+720p {
    left: 720px;
  }
  .laptop-l\:r-720p {
    right: -720px;
  }
  .laptop-l\:r\+720p {
    right: 720px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-730p {
    top: -730px;
  }
  .laptop-l\:t\+730p {
    top: 730px;
  }
  .laptop-l\:b-730p {
    bottom: -730px;
  }
  .laptop-l\:b\+730p {
    bottom: 730px;
  }
  .laptop-l\:l-730p {
    left: -730px;
  }
  .laptop-l\:l\+730p {
    left: 730px;
  }
  .laptop-l\:r-730p {
    right: -730px;
  }
  .laptop-l\:r\+730p {
    right: 730px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-740p {
    top: -740px;
  }
  .laptop-l\:t\+740p {
    top: 740px;
  }
  .laptop-l\:b-740p {
    bottom: -740px;
  }
  .laptop-l\:b\+740p {
    bottom: 740px;
  }
  .laptop-l\:l-740p {
    left: -740px;
  }
  .laptop-l\:l\+740p {
    left: 740px;
  }
  .laptop-l\:r-740p {
    right: -740px;
  }
  .laptop-l\:r\+740p {
    right: 740px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-750p {
    top: -750px;
  }
  .laptop-l\:t\+750p {
    top: 750px;
  }
  .laptop-l\:b-750p {
    bottom: -750px;
  }
  .laptop-l\:b\+750p {
    bottom: 750px;
  }
  .laptop-l\:l-750p {
    left: -750px;
  }
  .laptop-l\:l\+750p {
    left: 750px;
  }
  .laptop-l\:r-750p {
    right: -750px;
  }
  .laptop-l\:r\+750p {
    right: 750px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-760p {
    top: -760px;
  }
  .laptop-l\:t\+760p {
    top: 760px;
  }
  .laptop-l\:b-760p {
    bottom: -760px;
  }
  .laptop-l\:b\+760p {
    bottom: 760px;
  }
  .laptop-l\:l-760p {
    left: -760px;
  }
  .laptop-l\:l\+760p {
    left: 760px;
  }
  .laptop-l\:r-760p {
    right: -760px;
  }
  .laptop-l\:r\+760p {
    right: 760px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-770p {
    top: -770px;
  }
  .laptop-l\:t\+770p {
    top: 770px;
  }
  .laptop-l\:b-770p {
    bottom: -770px;
  }
  .laptop-l\:b\+770p {
    bottom: 770px;
  }
  .laptop-l\:l-770p {
    left: -770px;
  }
  .laptop-l\:l\+770p {
    left: 770px;
  }
  .laptop-l\:r-770p {
    right: -770px;
  }
  .laptop-l\:r\+770p {
    right: 770px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-780p {
    top: -780px;
  }
  .laptop-l\:t\+780p {
    top: 780px;
  }
  .laptop-l\:b-780p {
    bottom: -780px;
  }
  .laptop-l\:b\+780p {
    bottom: 780px;
  }
  .laptop-l\:l-780p {
    left: -780px;
  }
  .laptop-l\:l\+780p {
    left: 780px;
  }
  .laptop-l\:r-780p {
    right: -780px;
  }
  .laptop-l\:r\+780p {
    right: 780px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-790p {
    top: -790px;
  }
  .laptop-l\:t\+790p {
    top: 790px;
  }
  .laptop-l\:b-790p {
    bottom: -790px;
  }
  .laptop-l\:b\+790p {
    bottom: 790px;
  }
  .laptop-l\:l-790p {
    left: -790px;
  }
  .laptop-l\:l\+790p {
    left: 790px;
  }
  .laptop-l\:r-790p {
    right: -790px;
  }
  .laptop-l\:r\+790p {
    right: 790px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-800p {
    top: -800px;
  }
  .laptop-l\:t\+800p {
    top: 800px;
  }
  .laptop-l\:b-800p {
    bottom: -800px;
  }
  .laptop-l\:b\+800p {
    bottom: 800px;
  }
  .laptop-l\:l-800p {
    left: -800px;
  }
  .laptop-l\:l\+800p {
    left: 800px;
  }
  .laptop-l\:r-800p {
    right: -800px;
  }
  .laptop-l\:r\+800p {
    right: 800px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-810p {
    top: -810px;
  }
  .laptop-l\:t\+810p {
    top: 810px;
  }
  .laptop-l\:b-810p {
    bottom: -810px;
  }
  .laptop-l\:b\+810p {
    bottom: 810px;
  }
  .laptop-l\:l-810p {
    left: -810px;
  }
  .laptop-l\:l\+810p {
    left: 810px;
  }
  .laptop-l\:r-810p {
    right: -810px;
  }
  .laptop-l\:r\+810p {
    right: 810px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-820p {
    top: -820px;
  }
  .laptop-l\:t\+820p {
    top: 820px;
  }
  .laptop-l\:b-820p {
    bottom: -820px;
  }
  .laptop-l\:b\+820p {
    bottom: 820px;
  }
  .laptop-l\:l-820p {
    left: -820px;
  }
  .laptop-l\:l\+820p {
    left: 820px;
  }
  .laptop-l\:r-820p {
    right: -820px;
  }
  .laptop-l\:r\+820p {
    right: 820px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-830p {
    top: -830px;
  }
  .laptop-l\:t\+830p {
    top: 830px;
  }
  .laptop-l\:b-830p {
    bottom: -830px;
  }
  .laptop-l\:b\+830p {
    bottom: 830px;
  }
  .laptop-l\:l-830p {
    left: -830px;
  }
  .laptop-l\:l\+830p {
    left: 830px;
  }
  .laptop-l\:r-830p {
    right: -830px;
  }
  .laptop-l\:r\+830p {
    right: 830px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-840p {
    top: -840px;
  }
  .laptop-l\:t\+840p {
    top: 840px;
  }
  .laptop-l\:b-840p {
    bottom: -840px;
  }
  .laptop-l\:b\+840p {
    bottom: 840px;
  }
  .laptop-l\:l-840p {
    left: -840px;
  }
  .laptop-l\:l\+840p {
    left: 840px;
  }
  .laptop-l\:r-840p {
    right: -840px;
  }
  .laptop-l\:r\+840p {
    right: 840px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-850p {
    top: -850px;
  }
  .laptop-l\:t\+850p {
    top: 850px;
  }
  .laptop-l\:b-850p {
    bottom: -850px;
  }
  .laptop-l\:b\+850p {
    bottom: 850px;
  }
  .laptop-l\:l-850p {
    left: -850px;
  }
  .laptop-l\:l\+850p {
    left: 850px;
  }
  .laptop-l\:r-850p {
    right: -850px;
  }
  .laptop-l\:r\+850p {
    right: 850px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-860p {
    top: -860px;
  }
  .laptop-l\:t\+860p {
    top: 860px;
  }
  .laptop-l\:b-860p {
    bottom: -860px;
  }
  .laptop-l\:b\+860p {
    bottom: 860px;
  }
  .laptop-l\:l-860p {
    left: -860px;
  }
  .laptop-l\:l\+860p {
    left: 860px;
  }
  .laptop-l\:r-860p {
    right: -860px;
  }
  .laptop-l\:r\+860p {
    right: 860px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-870p {
    top: -870px;
  }
  .laptop-l\:t\+870p {
    top: 870px;
  }
  .laptop-l\:b-870p {
    bottom: -870px;
  }
  .laptop-l\:b\+870p {
    bottom: 870px;
  }
  .laptop-l\:l-870p {
    left: -870px;
  }
  .laptop-l\:l\+870p {
    left: 870px;
  }
  .laptop-l\:r-870p {
    right: -870px;
  }
  .laptop-l\:r\+870p {
    right: 870px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-880p {
    top: -880px;
  }
  .laptop-l\:t\+880p {
    top: 880px;
  }
  .laptop-l\:b-880p {
    bottom: -880px;
  }
  .laptop-l\:b\+880p {
    bottom: 880px;
  }
  .laptop-l\:l-880p {
    left: -880px;
  }
  .laptop-l\:l\+880p {
    left: 880px;
  }
  .laptop-l\:r-880p {
    right: -880px;
  }
  .laptop-l\:r\+880p {
    right: 880px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-890p {
    top: -890px;
  }
  .laptop-l\:t\+890p {
    top: 890px;
  }
  .laptop-l\:b-890p {
    bottom: -890px;
  }
  .laptop-l\:b\+890p {
    bottom: 890px;
  }
  .laptop-l\:l-890p {
    left: -890px;
  }
  .laptop-l\:l\+890p {
    left: 890px;
  }
  .laptop-l\:r-890p {
    right: -890px;
  }
  .laptop-l\:r\+890p {
    right: 890px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-900p {
    top: -900px;
  }
  .laptop-l\:t\+900p {
    top: 900px;
  }
  .laptop-l\:b-900p {
    bottom: -900px;
  }
  .laptop-l\:b\+900p {
    bottom: 900px;
  }
  .laptop-l\:l-900p {
    left: -900px;
  }
  .laptop-l\:l\+900p {
    left: 900px;
  }
  .laptop-l\:r-900p {
    right: -900px;
  }
  .laptop-l\:r\+900p {
    right: 900px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-910p {
    top: -910px;
  }
  .laptop-l\:t\+910p {
    top: 910px;
  }
  .laptop-l\:b-910p {
    bottom: -910px;
  }
  .laptop-l\:b\+910p {
    bottom: 910px;
  }
  .laptop-l\:l-910p {
    left: -910px;
  }
  .laptop-l\:l\+910p {
    left: 910px;
  }
  .laptop-l\:r-910p {
    right: -910px;
  }
  .laptop-l\:r\+910p {
    right: 910px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-920p {
    top: -920px;
  }
  .laptop-l\:t\+920p {
    top: 920px;
  }
  .laptop-l\:b-920p {
    bottom: -920px;
  }
  .laptop-l\:b\+920p {
    bottom: 920px;
  }
  .laptop-l\:l-920p {
    left: -920px;
  }
  .laptop-l\:l\+920p {
    left: 920px;
  }
  .laptop-l\:r-920p {
    right: -920px;
  }
  .laptop-l\:r\+920p {
    right: 920px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-930p {
    top: -930px;
  }
  .laptop-l\:t\+930p {
    top: 930px;
  }
  .laptop-l\:b-930p {
    bottom: -930px;
  }
  .laptop-l\:b\+930p {
    bottom: 930px;
  }
  .laptop-l\:l-930p {
    left: -930px;
  }
  .laptop-l\:l\+930p {
    left: 930px;
  }
  .laptop-l\:r-930p {
    right: -930px;
  }
  .laptop-l\:r\+930p {
    right: 930px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-940p {
    top: -940px;
  }
  .laptop-l\:t\+940p {
    top: 940px;
  }
  .laptop-l\:b-940p {
    bottom: -940px;
  }
  .laptop-l\:b\+940p {
    bottom: 940px;
  }
  .laptop-l\:l-940p {
    left: -940px;
  }
  .laptop-l\:l\+940p {
    left: 940px;
  }
  .laptop-l\:r-940p {
    right: -940px;
  }
  .laptop-l\:r\+940p {
    right: 940px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-950p {
    top: -950px;
  }
  .laptop-l\:t\+950p {
    top: 950px;
  }
  .laptop-l\:b-950p {
    bottom: -950px;
  }
  .laptop-l\:b\+950p {
    bottom: 950px;
  }
  .laptop-l\:l-950p {
    left: -950px;
  }
  .laptop-l\:l\+950p {
    left: 950px;
  }
  .laptop-l\:r-950p {
    right: -950px;
  }
  .laptop-l\:r\+950p {
    right: 950px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-960p {
    top: -960px;
  }
  .laptop-l\:t\+960p {
    top: 960px;
  }
  .laptop-l\:b-960p {
    bottom: -960px;
  }
  .laptop-l\:b\+960p {
    bottom: 960px;
  }
  .laptop-l\:l-960p {
    left: -960px;
  }
  .laptop-l\:l\+960p {
    left: 960px;
  }
  .laptop-l\:r-960p {
    right: -960px;
  }
  .laptop-l\:r\+960p {
    right: 960px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-970p {
    top: -970px;
  }
  .laptop-l\:t\+970p {
    top: 970px;
  }
  .laptop-l\:b-970p {
    bottom: -970px;
  }
  .laptop-l\:b\+970p {
    bottom: 970px;
  }
  .laptop-l\:l-970p {
    left: -970px;
  }
  .laptop-l\:l\+970p {
    left: 970px;
  }
  .laptop-l\:r-970p {
    right: -970px;
  }
  .laptop-l\:r\+970p {
    right: 970px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-980p {
    top: -980px;
  }
  .laptop-l\:t\+980p {
    top: 980px;
  }
  .laptop-l\:b-980p {
    bottom: -980px;
  }
  .laptop-l\:b\+980p {
    bottom: 980px;
  }
  .laptop-l\:l-980p {
    left: -980px;
  }
  .laptop-l\:l\+980p {
    left: 980px;
  }
  .laptop-l\:r-980p {
    right: -980px;
  }
  .laptop-l\:r\+980p {
    right: 980px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-990p {
    top: -990px;
  }
  .laptop-l\:t\+990p {
    top: 990px;
  }
  .laptop-l\:b-990p {
    bottom: -990px;
  }
  .laptop-l\:b\+990p {
    bottom: 990px;
  }
  .laptop-l\:l-990p {
    left: -990px;
  }
  .laptop-l\:l\+990p {
    left: 990px;
  }
  .laptop-l\:r-990p {
    right: -990px;
  }
  .laptop-l\:r\+990p {
    right: 990px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1000p {
    top: -1000px;
  }
  .laptop-l\:t\+1000p {
    top: 1000px;
  }
  .laptop-l\:b-1000p {
    bottom: -1000px;
  }
  .laptop-l\:b\+1000p {
    bottom: 1000px;
  }
  .laptop-l\:l-1000p {
    left: -1000px;
  }
  .laptop-l\:l\+1000p {
    left: 1000px;
  }
  .laptop-l\:r-1000p {
    right: -1000px;
  }
  .laptop-l\:r\+1000p {
    right: 1000px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1010p {
    top: -1010px;
  }
  .laptop-l\:t\+1010p {
    top: 1010px;
  }
  .laptop-l\:b-1010p {
    bottom: -1010px;
  }
  .laptop-l\:b\+1010p {
    bottom: 1010px;
  }
  .laptop-l\:l-1010p {
    left: -1010px;
  }
  .laptop-l\:l\+1010p {
    left: 1010px;
  }
  .laptop-l\:r-1010p {
    right: -1010px;
  }
  .laptop-l\:r\+1010p {
    right: 1010px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1020p {
    top: -1020px;
  }
  .laptop-l\:t\+1020p {
    top: 1020px;
  }
  .laptop-l\:b-1020p {
    bottom: -1020px;
  }
  .laptop-l\:b\+1020p {
    bottom: 1020px;
  }
  .laptop-l\:l-1020p {
    left: -1020px;
  }
  .laptop-l\:l\+1020p {
    left: 1020px;
  }
  .laptop-l\:r-1020p {
    right: -1020px;
  }
  .laptop-l\:r\+1020p {
    right: 1020px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1030p {
    top: -1030px;
  }
  .laptop-l\:t\+1030p {
    top: 1030px;
  }
  .laptop-l\:b-1030p {
    bottom: -1030px;
  }
  .laptop-l\:b\+1030p {
    bottom: 1030px;
  }
  .laptop-l\:l-1030p {
    left: -1030px;
  }
  .laptop-l\:l\+1030p {
    left: 1030px;
  }
  .laptop-l\:r-1030p {
    right: -1030px;
  }
  .laptop-l\:r\+1030p {
    right: 1030px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1040p {
    top: -1040px;
  }
  .laptop-l\:t\+1040p {
    top: 1040px;
  }
  .laptop-l\:b-1040p {
    bottom: -1040px;
  }
  .laptop-l\:b\+1040p {
    bottom: 1040px;
  }
  .laptop-l\:l-1040p {
    left: -1040px;
  }
  .laptop-l\:l\+1040p {
    left: 1040px;
  }
  .laptop-l\:r-1040p {
    right: -1040px;
  }
  .laptop-l\:r\+1040p {
    right: 1040px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1050p {
    top: -1050px;
  }
  .laptop-l\:t\+1050p {
    top: 1050px;
  }
  .laptop-l\:b-1050p {
    bottom: -1050px;
  }
  .laptop-l\:b\+1050p {
    bottom: 1050px;
  }
  .laptop-l\:l-1050p {
    left: -1050px;
  }
  .laptop-l\:l\+1050p {
    left: 1050px;
  }
  .laptop-l\:r-1050p {
    right: -1050px;
  }
  .laptop-l\:r\+1050p {
    right: 1050px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1060p {
    top: -1060px;
  }
  .laptop-l\:t\+1060p {
    top: 1060px;
  }
  .laptop-l\:b-1060p {
    bottom: -1060px;
  }
  .laptop-l\:b\+1060p {
    bottom: 1060px;
  }
  .laptop-l\:l-1060p {
    left: -1060px;
  }
  .laptop-l\:l\+1060p {
    left: 1060px;
  }
  .laptop-l\:r-1060p {
    right: -1060px;
  }
  .laptop-l\:r\+1060p {
    right: 1060px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1070p {
    top: -1070px;
  }
  .laptop-l\:t\+1070p {
    top: 1070px;
  }
  .laptop-l\:b-1070p {
    bottom: -1070px;
  }
  .laptop-l\:b\+1070p {
    bottom: 1070px;
  }
  .laptop-l\:l-1070p {
    left: -1070px;
  }
  .laptop-l\:l\+1070p {
    left: 1070px;
  }
  .laptop-l\:r-1070p {
    right: -1070px;
  }
  .laptop-l\:r\+1070p {
    right: 1070px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1080p {
    top: -1080px;
  }
  .laptop-l\:t\+1080p {
    top: 1080px;
  }
  .laptop-l\:b-1080p {
    bottom: -1080px;
  }
  .laptop-l\:b\+1080p {
    bottom: 1080px;
  }
  .laptop-l\:l-1080p {
    left: -1080px;
  }
  .laptop-l\:l\+1080p {
    left: 1080px;
  }
  .laptop-l\:r-1080p {
    right: -1080px;
  }
  .laptop-l\:r\+1080p {
    right: 1080px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1090p {
    top: -1090px;
  }
  .laptop-l\:t\+1090p {
    top: 1090px;
  }
  .laptop-l\:b-1090p {
    bottom: -1090px;
  }
  .laptop-l\:b\+1090p {
    bottom: 1090px;
  }
  .laptop-l\:l-1090p {
    left: -1090px;
  }
  .laptop-l\:l\+1090p {
    left: 1090px;
  }
  .laptop-l\:r-1090p {
    right: -1090px;
  }
  .laptop-l\:r\+1090p {
    right: 1090px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1100p {
    top: -1100px;
  }
  .laptop-l\:t\+1100p {
    top: 1100px;
  }
  .laptop-l\:b-1100p {
    bottom: -1100px;
  }
  .laptop-l\:b\+1100p {
    bottom: 1100px;
  }
  .laptop-l\:l-1100p {
    left: -1100px;
  }
  .laptop-l\:l\+1100p {
    left: 1100px;
  }
  .laptop-l\:r-1100p {
    right: -1100px;
  }
  .laptop-l\:r\+1100p {
    right: 1100px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1110p {
    top: -1110px;
  }
  .laptop-l\:t\+1110p {
    top: 1110px;
  }
  .laptop-l\:b-1110p {
    bottom: -1110px;
  }
  .laptop-l\:b\+1110p {
    bottom: 1110px;
  }
  .laptop-l\:l-1110p {
    left: -1110px;
  }
  .laptop-l\:l\+1110p {
    left: 1110px;
  }
  .laptop-l\:r-1110p {
    right: -1110px;
  }
  .laptop-l\:r\+1110p {
    right: 1110px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1120p {
    top: -1120px;
  }
  .laptop-l\:t\+1120p {
    top: 1120px;
  }
  .laptop-l\:b-1120p {
    bottom: -1120px;
  }
  .laptop-l\:b\+1120p {
    bottom: 1120px;
  }
  .laptop-l\:l-1120p {
    left: -1120px;
  }
  .laptop-l\:l\+1120p {
    left: 1120px;
  }
  .laptop-l\:r-1120p {
    right: -1120px;
  }
  .laptop-l\:r\+1120p {
    right: 1120px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1130p {
    top: -1130px;
  }
  .laptop-l\:t\+1130p {
    top: 1130px;
  }
  .laptop-l\:b-1130p {
    bottom: -1130px;
  }
  .laptop-l\:b\+1130p {
    bottom: 1130px;
  }
  .laptop-l\:l-1130p {
    left: -1130px;
  }
  .laptop-l\:l\+1130p {
    left: 1130px;
  }
  .laptop-l\:r-1130p {
    right: -1130px;
  }
  .laptop-l\:r\+1130p {
    right: 1130px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1140p {
    top: -1140px;
  }
  .laptop-l\:t\+1140p {
    top: 1140px;
  }
  .laptop-l\:b-1140p {
    bottom: -1140px;
  }
  .laptop-l\:b\+1140p {
    bottom: 1140px;
  }
  .laptop-l\:l-1140p {
    left: -1140px;
  }
  .laptop-l\:l\+1140p {
    left: 1140px;
  }
  .laptop-l\:r-1140p {
    right: -1140px;
  }
  .laptop-l\:r\+1140p {
    right: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1150p {
    top: -1150px;
  }
  .laptop-l\:t\+1150p {
    top: 1150px;
  }
  .laptop-l\:b-1150p {
    bottom: -1150px;
  }
  .laptop-l\:b\+1150p {
    bottom: 1150px;
  }
  .laptop-l\:l-1150p {
    left: -1150px;
  }
  .laptop-l\:l\+1150p {
    left: 1150px;
  }
  .laptop-l\:r-1150p {
    right: -1150px;
  }
  .laptop-l\:r\+1150p {
    right: 1150px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1160p {
    top: -1160px;
  }
  .laptop-l\:t\+1160p {
    top: 1160px;
  }
  .laptop-l\:b-1160p {
    bottom: -1160px;
  }
  .laptop-l\:b\+1160p {
    bottom: 1160px;
  }
  .laptop-l\:l-1160p {
    left: -1160px;
  }
  .laptop-l\:l\+1160p {
    left: 1160px;
  }
  .laptop-l\:r-1160p {
    right: -1160px;
  }
  .laptop-l\:r\+1160p {
    right: 1160px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1170p {
    top: -1170px;
  }
  .laptop-l\:t\+1170p {
    top: 1170px;
  }
  .laptop-l\:b-1170p {
    bottom: -1170px;
  }
  .laptop-l\:b\+1170p {
    bottom: 1170px;
  }
  .laptop-l\:l-1170p {
    left: -1170px;
  }
  .laptop-l\:l\+1170p {
    left: 1170px;
  }
  .laptop-l\:r-1170p {
    right: -1170px;
  }
  .laptop-l\:r\+1170p {
    right: 1170px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1180p {
    top: -1180px;
  }
  .laptop-l\:t\+1180p {
    top: 1180px;
  }
  .laptop-l\:b-1180p {
    bottom: -1180px;
  }
  .laptop-l\:b\+1180p {
    bottom: 1180px;
  }
  .laptop-l\:l-1180p {
    left: -1180px;
  }
  .laptop-l\:l\+1180p {
    left: 1180px;
  }
  .laptop-l\:r-1180p {
    right: -1180px;
  }
  .laptop-l\:r\+1180p {
    right: 1180px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1190p {
    top: -1190px;
  }
  .laptop-l\:t\+1190p {
    top: 1190px;
  }
  .laptop-l\:b-1190p {
    bottom: -1190px;
  }
  .laptop-l\:b\+1190p {
    bottom: 1190px;
  }
  .laptop-l\:l-1190p {
    left: -1190px;
  }
  .laptop-l\:l\+1190p {
    left: 1190px;
  }
  .laptop-l\:r-1190p {
    right: -1190px;
  }
  .laptop-l\:r\+1190p {
    right: 1190px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1200p {
    top: -1200px;
  }
  .laptop-l\:t\+1200p {
    top: 1200px;
  }
  .laptop-l\:b-1200p {
    bottom: -1200px;
  }
  .laptop-l\:b\+1200p {
    bottom: 1200px;
  }
  .laptop-l\:l-1200p {
    left: -1200px;
  }
  .laptop-l\:l\+1200p {
    left: 1200px;
  }
  .laptop-l\:r-1200p {
    right: -1200px;
  }
  .laptop-l\:r\+1200p {
    right: 1200px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1210p {
    top: -1210px;
  }
  .laptop-l\:t\+1210p {
    top: 1210px;
  }
  .laptop-l\:b-1210p {
    bottom: -1210px;
  }
  .laptop-l\:b\+1210p {
    bottom: 1210px;
  }
  .laptop-l\:l-1210p {
    left: -1210px;
  }
  .laptop-l\:l\+1210p {
    left: 1210px;
  }
  .laptop-l\:r-1210p {
    right: -1210px;
  }
  .laptop-l\:r\+1210p {
    right: 1210px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1220p {
    top: -1220px;
  }
  .laptop-l\:t\+1220p {
    top: 1220px;
  }
  .laptop-l\:b-1220p {
    bottom: -1220px;
  }
  .laptop-l\:b\+1220p {
    bottom: 1220px;
  }
  .laptop-l\:l-1220p {
    left: -1220px;
  }
  .laptop-l\:l\+1220p {
    left: 1220px;
  }
  .laptop-l\:r-1220p {
    right: -1220px;
  }
  .laptop-l\:r\+1220p {
    right: 1220px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1230p {
    top: -1230px;
  }
  .laptop-l\:t\+1230p {
    top: 1230px;
  }
  .laptop-l\:b-1230p {
    bottom: -1230px;
  }
  .laptop-l\:b\+1230p {
    bottom: 1230px;
  }
  .laptop-l\:l-1230p {
    left: -1230px;
  }
  .laptop-l\:l\+1230p {
    left: 1230px;
  }
  .laptop-l\:r-1230p {
    right: -1230px;
  }
  .laptop-l\:r\+1230p {
    right: 1230px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1240p {
    top: -1240px;
  }
  .laptop-l\:t\+1240p {
    top: 1240px;
  }
  .laptop-l\:b-1240p {
    bottom: -1240px;
  }
  .laptop-l\:b\+1240p {
    bottom: 1240px;
  }
  .laptop-l\:l-1240p {
    left: -1240px;
  }
  .laptop-l\:l\+1240p {
    left: 1240px;
  }
  .laptop-l\:r-1240p {
    right: -1240px;
  }
  .laptop-l\:r\+1240p {
    right: 1240px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1250p {
    top: -1250px;
  }
  .laptop-l\:t\+1250p {
    top: 1250px;
  }
  .laptop-l\:b-1250p {
    bottom: -1250px;
  }
  .laptop-l\:b\+1250p {
    bottom: 1250px;
  }
  .laptop-l\:l-1250p {
    left: -1250px;
  }
  .laptop-l\:l\+1250p {
    left: 1250px;
  }
  .laptop-l\:r-1250p {
    right: -1250px;
  }
  .laptop-l\:r\+1250p {
    right: 1250px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1260p {
    top: -1260px;
  }
  .laptop-l\:t\+1260p {
    top: 1260px;
  }
  .laptop-l\:b-1260p {
    bottom: -1260px;
  }
  .laptop-l\:b\+1260p {
    bottom: 1260px;
  }
  .laptop-l\:l-1260p {
    left: -1260px;
  }
  .laptop-l\:l\+1260p {
    left: 1260px;
  }
  .laptop-l\:r-1260p {
    right: -1260px;
  }
  .laptop-l\:r\+1260p {
    right: 1260px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1270p {
    top: -1270px;
  }
  .laptop-l\:t\+1270p {
    top: 1270px;
  }
  .laptop-l\:b-1270p {
    bottom: -1270px;
  }
  .laptop-l\:b\+1270p {
    bottom: 1270px;
  }
  .laptop-l\:l-1270p {
    left: -1270px;
  }
  .laptop-l\:l\+1270p {
    left: 1270px;
  }
  .laptop-l\:r-1270p {
    right: -1270px;
  }
  .laptop-l\:r\+1270p {
    right: 1270px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1280p {
    top: -1280px;
  }
  .laptop-l\:t\+1280p {
    top: 1280px;
  }
  .laptop-l\:b-1280p {
    bottom: -1280px;
  }
  .laptop-l\:b\+1280p {
    bottom: 1280px;
  }
  .laptop-l\:l-1280p {
    left: -1280px;
  }
  .laptop-l\:l\+1280p {
    left: 1280px;
  }
  .laptop-l\:r-1280p {
    right: -1280px;
  }
  .laptop-l\:r\+1280p {
    right: 1280px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1290p {
    top: -1290px;
  }
  .laptop-l\:t\+1290p {
    top: 1290px;
  }
  .laptop-l\:b-1290p {
    bottom: -1290px;
  }
  .laptop-l\:b\+1290p {
    bottom: 1290px;
  }
  .laptop-l\:l-1290p {
    left: -1290px;
  }
  .laptop-l\:l\+1290p {
    left: 1290px;
  }
  .laptop-l\:r-1290p {
    right: -1290px;
  }
  .laptop-l\:r\+1290p {
    right: 1290px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1300p {
    top: -1300px;
  }
  .laptop-l\:t\+1300p {
    top: 1300px;
  }
  .laptop-l\:b-1300p {
    bottom: -1300px;
  }
  .laptop-l\:b\+1300p {
    bottom: 1300px;
  }
  .laptop-l\:l-1300p {
    left: -1300px;
  }
  .laptop-l\:l\+1300p {
    left: 1300px;
  }
  .laptop-l\:r-1300p {
    right: -1300px;
  }
  .laptop-l\:r\+1300p {
    right: 1300px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1310p {
    top: -1310px;
  }
  .laptop-l\:t\+1310p {
    top: 1310px;
  }
  .laptop-l\:b-1310p {
    bottom: -1310px;
  }
  .laptop-l\:b\+1310p {
    bottom: 1310px;
  }
  .laptop-l\:l-1310p {
    left: -1310px;
  }
  .laptop-l\:l\+1310p {
    left: 1310px;
  }
  .laptop-l\:r-1310p {
    right: -1310px;
  }
  .laptop-l\:r\+1310p {
    right: 1310px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1320p {
    top: -1320px;
  }
  .laptop-l\:t\+1320p {
    top: 1320px;
  }
  .laptop-l\:b-1320p {
    bottom: -1320px;
  }
  .laptop-l\:b\+1320p {
    bottom: 1320px;
  }
  .laptop-l\:l-1320p {
    left: -1320px;
  }
  .laptop-l\:l\+1320p {
    left: 1320px;
  }
  .laptop-l\:r-1320p {
    right: -1320px;
  }
  .laptop-l\:r\+1320p {
    right: 1320px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1330p {
    top: -1330px;
  }
  .laptop-l\:t\+1330p {
    top: 1330px;
  }
  .laptop-l\:b-1330p {
    bottom: -1330px;
  }
  .laptop-l\:b\+1330p {
    bottom: 1330px;
  }
  .laptop-l\:l-1330p {
    left: -1330px;
  }
  .laptop-l\:l\+1330p {
    left: 1330px;
  }
  .laptop-l\:r-1330p {
    right: -1330px;
  }
  .laptop-l\:r\+1330p {
    right: 1330px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1340p {
    top: -1340px;
  }
  .laptop-l\:t\+1340p {
    top: 1340px;
  }
  .laptop-l\:b-1340p {
    bottom: -1340px;
  }
  .laptop-l\:b\+1340p {
    bottom: 1340px;
  }
  .laptop-l\:l-1340p {
    left: -1340px;
  }
  .laptop-l\:l\+1340p {
    left: 1340px;
  }
  .laptop-l\:r-1340p {
    right: -1340px;
  }
  .laptop-l\:r\+1340p {
    right: 1340px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1350p {
    top: -1350px;
  }
  .laptop-l\:t\+1350p {
    top: 1350px;
  }
  .laptop-l\:b-1350p {
    bottom: -1350px;
  }
  .laptop-l\:b\+1350p {
    bottom: 1350px;
  }
  .laptop-l\:l-1350p {
    left: -1350px;
  }
  .laptop-l\:l\+1350p {
    left: 1350px;
  }
  .laptop-l\:r-1350p {
    right: -1350px;
  }
  .laptop-l\:r\+1350p {
    right: 1350px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1360p {
    top: -1360px;
  }
  .laptop-l\:t\+1360p {
    top: 1360px;
  }
  .laptop-l\:b-1360p {
    bottom: -1360px;
  }
  .laptop-l\:b\+1360p {
    bottom: 1360px;
  }
  .laptop-l\:l-1360p {
    left: -1360px;
  }
  .laptop-l\:l\+1360p {
    left: 1360px;
  }
  .laptop-l\:r-1360p {
    right: -1360px;
  }
  .laptop-l\:r\+1360p {
    right: 1360px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1370p {
    top: -1370px;
  }
  .laptop-l\:t\+1370p {
    top: 1370px;
  }
  .laptop-l\:b-1370p {
    bottom: -1370px;
  }
  .laptop-l\:b\+1370p {
    bottom: 1370px;
  }
  .laptop-l\:l-1370p {
    left: -1370px;
  }
  .laptop-l\:l\+1370p {
    left: 1370px;
  }
  .laptop-l\:r-1370p {
    right: -1370px;
  }
  .laptop-l\:r\+1370p {
    right: 1370px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1380p {
    top: -1380px;
  }
  .laptop-l\:t\+1380p {
    top: 1380px;
  }
  .laptop-l\:b-1380p {
    bottom: -1380px;
  }
  .laptop-l\:b\+1380p {
    bottom: 1380px;
  }
  .laptop-l\:l-1380p {
    left: -1380px;
  }
  .laptop-l\:l\+1380p {
    left: 1380px;
  }
  .laptop-l\:r-1380p {
    right: -1380px;
  }
  .laptop-l\:r\+1380p {
    right: 1380px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1390p {
    top: -1390px;
  }
  .laptop-l\:t\+1390p {
    top: 1390px;
  }
  .laptop-l\:b-1390p {
    bottom: -1390px;
  }
  .laptop-l\:b\+1390p {
    bottom: 1390px;
  }
  .laptop-l\:l-1390p {
    left: -1390px;
  }
  .laptop-l\:l\+1390p {
    left: 1390px;
  }
  .laptop-l\:r-1390p {
    right: -1390px;
  }
  .laptop-l\:r\+1390p {
    right: 1390px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1400p {
    top: -1400px;
  }
  .laptop-l\:t\+1400p {
    top: 1400px;
  }
  .laptop-l\:b-1400p {
    bottom: -1400px;
  }
  .laptop-l\:b\+1400p {
    bottom: 1400px;
  }
  .laptop-l\:l-1400p {
    left: -1400px;
  }
  .laptop-l\:l\+1400p {
    left: 1400px;
  }
  .laptop-l\:r-1400p {
    right: -1400px;
  }
  .laptop-l\:r\+1400p {
    right: 1400px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1410p {
    top: -1410px;
  }
  .laptop-l\:t\+1410p {
    top: 1410px;
  }
  .laptop-l\:b-1410p {
    bottom: -1410px;
  }
  .laptop-l\:b\+1410p {
    bottom: 1410px;
  }
  .laptop-l\:l-1410p {
    left: -1410px;
  }
  .laptop-l\:l\+1410p {
    left: 1410px;
  }
  .laptop-l\:r-1410p {
    right: -1410px;
  }
  .laptop-l\:r\+1410p {
    right: 1410px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1420p {
    top: -1420px;
  }
  .laptop-l\:t\+1420p {
    top: 1420px;
  }
  .laptop-l\:b-1420p {
    bottom: -1420px;
  }
  .laptop-l\:b\+1420p {
    bottom: 1420px;
  }
  .laptop-l\:l-1420p {
    left: -1420px;
  }
  .laptop-l\:l\+1420p {
    left: 1420px;
  }
  .laptop-l\:r-1420p {
    right: -1420px;
  }
  .laptop-l\:r\+1420p {
    right: 1420px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1430p {
    top: -1430px;
  }
  .laptop-l\:t\+1430p {
    top: 1430px;
  }
  .laptop-l\:b-1430p {
    bottom: -1430px;
  }
  .laptop-l\:b\+1430p {
    bottom: 1430px;
  }
  .laptop-l\:l-1430p {
    left: -1430px;
  }
  .laptop-l\:l\+1430p {
    left: 1430px;
  }
  .laptop-l\:r-1430p {
    right: -1430px;
  }
  .laptop-l\:r\+1430p {
    right: 1430px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1440p {
    top: -1440px;
  }
  .laptop-l\:t\+1440p {
    top: 1440px;
  }
  .laptop-l\:b-1440p {
    bottom: -1440px;
  }
  .laptop-l\:b\+1440p {
    bottom: 1440px;
  }
  .laptop-l\:l-1440p {
    left: -1440px;
  }
  .laptop-l\:l\+1440p {
    left: 1440px;
  }
  .laptop-l\:r-1440p {
    right: -1440px;
  }
  .laptop-l\:r\+1440p {
    right: 1440px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1450p {
    top: -1450px;
  }
  .laptop-l\:t\+1450p {
    top: 1450px;
  }
  .laptop-l\:b-1450p {
    bottom: -1450px;
  }
  .laptop-l\:b\+1450p {
    bottom: 1450px;
  }
  .laptop-l\:l-1450p {
    left: -1450px;
  }
  .laptop-l\:l\+1450p {
    left: 1450px;
  }
  .laptop-l\:r-1450p {
    right: -1450px;
  }
  .laptop-l\:r\+1450p {
    right: 1450px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1460p {
    top: -1460px;
  }
  .laptop-l\:t\+1460p {
    top: 1460px;
  }
  .laptop-l\:b-1460p {
    bottom: -1460px;
  }
  .laptop-l\:b\+1460p {
    bottom: 1460px;
  }
  .laptop-l\:l-1460p {
    left: -1460px;
  }
  .laptop-l\:l\+1460p {
    left: 1460px;
  }
  .laptop-l\:r-1460p {
    right: -1460px;
  }
  .laptop-l\:r\+1460p {
    right: 1460px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1470p {
    top: -1470px;
  }
  .laptop-l\:t\+1470p {
    top: 1470px;
  }
  .laptop-l\:b-1470p {
    bottom: -1470px;
  }
  .laptop-l\:b\+1470p {
    bottom: 1470px;
  }
  .laptop-l\:l-1470p {
    left: -1470px;
  }
  .laptop-l\:l\+1470p {
    left: 1470px;
  }
  .laptop-l\:r-1470p {
    right: -1470px;
  }
  .laptop-l\:r\+1470p {
    right: 1470px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1480p {
    top: -1480px;
  }
  .laptop-l\:t\+1480p {
    top: 1480px;
  }
  .laptop-l\:b-1480p {
    bottom: -1480px;
  }
  .laptop-l\:b\+1480p {
    bottom: 1480px;
  }
  .laptop-l\:l-1480p {
    left: -1480px;
  }
  .laptop-l\:l\+1480p {
    left: 1480px;
  }
  .laptop-l\:r-1480p {
    right: -1480px;
  }
  .laptop-l\:r\+1480p {
    right: 1480px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1490p {
    top: -1490px;
  }
  .laptop-l\:t\+1490p {
    top: 1490px;
  }
  .laptop-l\:b-1490p {
    bottom: -1490px;
  }
  .laptop-l\:b\+1490p {
    bottom: 1490px;
  }
  .laptop-l\:l-1490p {
    left: -1490px;
  }
  .laptop-l\:l\+1490p {
    left: 1490px;
  }
  .laptop-l\:r-1490p {
    right: -1490px;
  }
  .laptop-l\:r\+1490p {
    right: 1490px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1500p {
    top: -1500px;
  }
  .laptop-l\:t\+1500p {
    top: 1500px;
  }
  .laptop-l\:b-1500p {
    bottom: -1500px;
  }
  .laptop-l\:b\+1500p {
    bottom: 1500px;
  }
  .laptop-l\:l-1500p {
    left: -1500px;
  }
  .laptop-l\:l\+1500p {
    left: 1500px;
  }
  .laptop-l\:r-1500p {
    right: -1500px;
  }
  .laptop-l\:r\+1500p {
    right: 1500px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1510p {
    top: -1510px;
  }
  .laptop-l\:t\+1510p {
    top: 1510px;
  }
  .laptop-l\:b-1510p {
    bottom: -1510px;
  }
  .laptop-l\:b\+1510p {
    bottom: 1510px;
  }
  .laptop-l\:l-1510p {
    left: -1510px;
  }
  .laptop-l\:l\+1510p {
    left: 1510px;
  }
  .laptop-l\:r-1510p {
    right: -1510px;
  }
  .laptop-l\:r\+1510p {
    right: 1510px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1520p {
    top: -1520px;
  }
  .laptop-l\:t\+1520p {
    top: 1520px;
  }
  .laptop-l\:b-1520p {
    bottom: -1520px;
  }
  .laptop-l\:b\+1520p {
    bottom: 1520px;
  }
  .laptop-l\:l-1520p {
    left: -1520px;
  }
  .laptop-l\:l\+1520p {
    left: 1520px;
  }
  .laptop-l\:r-1520p {
    right: -1520px;
  }
  .laptop-l\:r\+1520p {
    right: 1520px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1530p {
    top: -1530px;
  }
  .laptop-l\:t\+1530p {
    top: 1530px;
  }
  .laptop-l\:b-1530p {
    bottom: -1530px;
  }
  .laptop-l\:b\+1530p {
    bottom: 1530px;
  }
  .laptop-l\:l-1530p {
    left: -1530px;
  }
  .laptop-l\:l\+1530p {
    left: 1530px;
  }
  .laptop-l\:r-1530p {
    right: -1530px;
  }
  .laptop-l\:r\+1530p {
    right: 1530px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1540p {
    top: -1540px;
  }
  .laptop-l\:t\+1540p {
    top: 1540px;
  }
  .laptop-l\:b-1540p {
    bottom: -1540px;
  }
  .laptop-l\:b\+1540p {
    bottom: 1540px;
  }
  .laptop-l\:l-1540p {
    left: -1540px;
  }
  .laptop-l\:l\+1540p {
    left: 1540px;
  }
  .laptop-l\:r-1540p {
    right: -1540px;
  }
  .laptop-l\:r\+1540p {
    right: 1540px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1550p {
    top: -1550px;
  }
  .laptop-l\:t\+1550p {
    top: 1550px;
  }
  .laptop-l\:b-1550p {
    bottom: -1550px;
  }
  .laptop-l\:b\+1550p {
    bottom: 1550px;
  }
  .laptop-l\:l-1550p {
    left: -1550px;
  }
  .laptop-l\:l\+1550p {
    left: 1550px;
  }
  .laptop-l\:r-1550p {
    right: -1550px;
  }
  .laptop-l\:r\+1550p {
    right: 1550px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1560p {
    top: -1560px;
  }
  .laptop-l\:t\+1560p {
    top: 1560px;
  }
  .laptop-l\:b-1560p {
    bottom: -1560px;
  }
  .laptop-l\:b\+1560p {
    bottom: 1560px;
  }
  .laptop-l\:l-1560p {
    left: -1560px;
  }
  .laptop-l\:l\+1560p {
    left: 1560px;
  }
  .laptop-l\:r-1560p {
    right: -1560px;
  }
  .laptop-l\:r\+1560p {
    right: 1560px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1570p {
    top: -1570px;
  }
  .laptop-l\:t\+1570p {
    top: 1570px;
  }
  .laptop-l\:b-1570p {
    bottom: -1570px;
  }
  .laptop-l\:b\+1570p {
    bottom: 1570px;
  }
  .laptop-l\:l-1570p {
    left: -1570px;
  }
  .laptop-l\:l\+1570p {
    left: 1570px;
  }
  .laptop-l\:r-1570p {
    right: -1570px;
  }
  .laptop-l\:r\+1570p {
    right: 1570px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1580p {
    top: -1580px;
  }
  .laptop-l\:t\+1580p {
    top: 1580px;
  }
  .laptop-l\:b-1580p {
    bottom: -1580px;
  }
  .laptop-l\:b\+1580p {
    bottom: 1580px;
  }
  .laptop-l\:l-1580p {
    left: -1580px;
  }
  .laptop-l\:l\+1580p {
    left: 1580px;
  }
  .laptop-l\:r-1580p {
    right: -1580px;
  }
  .laptop-l\:r\+1580p {
    right: 1580px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1590p {
    top: -1590px;
  }
  .laptop-l\:t\+1590p {
    top: 1590px;
  }
  .laptop-l\:b-1590p {
    bottom: -1590px;
  }
  .laptop-l\:b\+1590p {
    bottom: 1590px;
  }
  .laptop-l\:l-1590p {
    left: -1590px;
  }
  .laptop-l\:l\+1590p {
    left: 1590px;
  }
  .laptop-l\:r-1590p {
    right: -1590px;
  }
  .laptop-l\:r\+1590p {
    right: 1590px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1600p {
    top: -1600px;
  }
  .laptop-l\:t\+1600p {
    top: 1600px;
  }
  .laptop-l\:b-1600p {
    bottom: -1600px;
  }
  .laptop-l\:b\+1600p {
    bottom: 1600px;
  }
  .laptop-l\:l-1600p {
    left: -1600px;
  }
  .laptop-l\:l\+1600p {
    left: 1600px;
  }
  .laptop-l\:r-1600p {
    right: -1600px;
  }
  .laptop-l\:r\+1600p {
    right: 1600px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1610p {
    top: -1610px;
  }
  .laptop-l\:t\+1610p {
    top: 1610px;
  }
  .laptop-l\:b-1610p {
    bottom: -1610px;
  }
  .laptop-l\:b\+1610p {
    bottom: 1610px;
  }
  .laptop-l\:l-1610p {
    left: -1610px;
  }
  .laptop-l\:l\+1610p {
    left: 1610px;
  }
  .laptop-l\:r-1610p {
    right: -1610px;
  }
  .laptop-l\:r\+1610p {
    right: 1610px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1620p {
    top: -1620px;
  }
  .laptop-l\:t\+1620p {
    top: 1620px;
  }
  .laptop-l\:b-1620p {
    bottom: -1620px;
  }
  .laptop-l\:b\+1620p {
    bottom: 1620px;
  }
  .laptop-l\:l-1620p {
    left: -1620px;
  }
  .laptop-l\:l\+1620p {
    left: 1620px;
  }
  .laptop-l\:r-1620p {
    right: -1620px;
  }
  .laptop-l\:r\+1620p {
    right: 1620px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1630p {
    top: -1630px;
  }
  .laptop-l\:t\+1630p {
    top: 1630px;
  }
  .laptop-l\:b-1630p {
    bottom: -1630px;
  }
  .laptop-l\:b\+1630p {
    bottom: 1630px;
  }
  .laptop-l\:l-1630p {
    left: -1630px;
  }
  .laptop-l\:l\+1630p {
    left: 1630px;
  }
  .laptop-l\:r-1630p {
    right: -1630px;
  }
  .laptop-l\:r\+1630p {
    right: 1630px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1640p {
    top: -1640px;
  }
  .laptop-l\:t\+1640p {
    top: 1640px;
  }
  .laptop-l\:b-1640p {
    bottom: -1640px;
  }
  .laptop-l\:b\+1640p {
    bottom: 1640px;
  }
  .laptop-l\:l-1640p {
    left: -1640px;
  }
  .laptop-l\:l\+1640p {
    left: 1640px;
  }
  .laptop-l\:r-1640p {
    right: -1640px;
  }
  .laptop-l\:r\+1640p {
    right: 1640px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1650p {
    top: -1650px;
  }
  .laptop-l\:t\+1650p {
    top: 1650px;
  }
  .laptop-l\:b-1650p {
    bottom: -1650px;
  }
  .laptop-l\:b\+1650p {
    bottom: 1650px;
  }
  .laptop-l\:l-1650p {
    left: -1650px;
  }
  .laptop-l\:l\+1650p {
    left: 1650px;
  }
  .laptop-l\:r-1650p {
    right: -1650px;
  }
  .laptop-l\:r\+1650p {
    right: 1650px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1660p {
    top: -1660px;
  }
  .laptop-l\:t\+1660p {
    top: 1660px;
  }
  .laptop-l\:b-1660p {
    bottom: -1660px;
  }
  .laptop-l\:b\+1660p {
    bottom: 1660px;
  }
  .laptop-l\:l-1660p {
    left: -1660px;
  }
  .laptop-l\:l\+1660p {
    left: 1660px;
  }
  .laptop-l\:r-1660p {
    right: -1660px;
  }
  .laptop-l\:r\+1660p {
    right: 1660px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1670p {
    top: -1670px;
  }
  .laptop-l\:t\+1670p {
    top: 1670px;
  }
  .laptop-l\:b-1670p {
    bottom: -1670px;
  }
  .laptop-l\:b\+1670p {
    bottom: 1670px;
  }
  .laptop-l\:l-1670p {
    left: -1670px;
  }
  .laptop-l\:l\+1670p {
    left: 1670px;
  }
  .laptop-l\:r-1670p {
    right: -1670px;
  }
  .laptop-l\:r\+1670p {
    right: 1670px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1680p {
    top: -1680px;
  }
  .laptop-l\:t\+1680p {
    top: 1680px;
  }
  .laptop-l\:b-1680p {
    bottom: -1680px;
  }
  .laptop-l\:b\+1680p {
    bottom: 1680px;
  }
  .laptop-l\:l-1680p {
    left: -1680px;
  }
  .laptop-l\:l\+1680p {
    left: 1680px;
  }
  .laptop-l\:r-1680p {
    right: -1680px;
  }
  .laptop-l\:r\+1680p {
    right: 1680px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1690p {
    top: -1690px;
  }
  .laptop-l\:t\+1690p {
    top: 1690px;
  }
  .laptop-l\:b-1690p {
    bottom: -1690px;
  }
  .laptop-l\:b\+1690p {
    bottom: 1690px;
  }
  .laptop-l\:l-1690p {
    left: -1690px;
  }
  .laptop-l\:l\+1690p {
    left: 1690px;
  }
  .laptop-l\:r-1690p {
    right: -1690px;
  }
  .laptop-l\:r\+1690p {
    right: 1690px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1700p {
    top: -1700px;
  }
  .laptop-l\:t\+1700p {
    top: 1700px;
  }
  .laptop-l\:b-1700p {
    bottom: -1700px;
  }
  .laptop-l\:b\+1700p {
    bottom: 1700px;
  }
  .laptop-l\:l-1700p {
    left: -1700px;
  }
  .laptop-l\:l\+1700p {
    left: 1700px;
  }
  .laptop-l\:r-1700p {
    right: -1700px;
  }
  .laptop-l\:r\+1700p {
    right: 1700px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1710p {
    top: -1710px;
  }
  .laptop-l\:t\+1710p {
    top: 1710px;
  }
  .laptop-l\:b-1710p {
    bottom: -1710px;
  }
  .laptop-l\:b\+1710p {
    bottom: 1710px;
  }
  .laptop-l\:l-1710p {
    left: -1710px;
  }
  .laptop-l\:l\+1710p {
    left: 1710px;
  }
  .laptop-l\:r-1710p {
    right: -1710px;
  }
  .laptop-l\:r\+1710p {
    right: 1710px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1720p {
    top: -1720px;
  }
  .laptop-l\:t\+1720p {
    top: 1720px;
  }
  .laptop-l\:b-1720p {
    bottom: -1720px;
  }
  .laptop-l\:b\+1720p {
    bottom: 1720px;
  }
  .laptop-l\:l-1720p {
    left: -1720px;
  }
  .laptop-l\:l\+1720p {
    left: 1720px;
  }
  .laptop-l\:r-1720p {
    right: -1720px;
  }
  .laptop-l\:r\+1720p {
    right: 1720px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1730p {
    top: -1730px;
  }
  .laptop-l\:t\+1730p {
    top: 1730px;
  }
  .laptop-l\:b-1730p {
    bottom: -1730px;
  }
  .laptop-l\:b\+1730p {
    bottom: 1730px;
  }
  .laptop-l\:l-1730p {
    left: -1730px;
  }
  .laptop-l\:l\+1730p {
    left: 1730px;
  }
  .laptop-l\:r-1730p {
    right: -1730px;
  }
  .laptop-l\:r\+1730p {
    right: 1730px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1740p {
    top: -1740px;
  }
  .laptop-l\:t\+1740p {
    top: 1740px;
  }
  .laptop-l\:b-1740p {
    bottom: -1740px;
  }
  .laptop-l\:b\+1740p {
    bottom: 1740px;
  }
  .laptop-l\:l-1740p {
    left: -1740px;
  }
  .laptop-l\:l\+1740p {
    left: 1740px;
  }
  .laptop-l\:r-1740p {
    right: -1740px;
  }
  .laptop-l\:r\+1740p {
    right: 1740px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1750p {
    top: -1750px;
  }
  .laptop-l\:t\+1750p {
    top: 1750px;
  }
  .laptop-l\:b-1750p {
    bottom: -1750px;
  }
  .laptop-l\:b\+1750p {
    bottom: 1750px;
  }
  .laptop-l\:l-1750p {
    left: -1750px;
  }
  .laptop-l\:l\+1750p {
    left: 1750px;
  }
  .laptop-l\:r-1750p {
    right: -1750px;
  }
  .laptop-l\:r\+1750p {
    right: 1750px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1760p {
    top: -1760px;
  }
  .laptop-l\:t\+1760p {
    top: 1760px;
  }
  .laptop-l\:b-1760p {
    bottom: -1760px;
  }
  .laptop-l\:b\+1760p {
    bottom: 1760px;
  }
  .laptop-l\:l-1760p {
    left: -1760px;
  }
  .laptop-l\:l\+1760p {
    left: 1760px;
  }
  .laptop-l\:r-1760p {
    right: -1760px;
  }
  .laptop-l\:r\+1760p {
    right: 1760px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1770p {
    top: -1770px;
  }
  .laptop-l\:t\+1770p {
    top: 1770px;
  }
  .laptop-l\:b-1770p {
    bottom: -1770px;
  }
  .laptop-l\:b\+1770p {
    bottom: 1770px;
  }
  .laptop-l\:l-1770p {
    left: -1770px;
  }
  .laptop-l\:l\+1770p {
    left: 1770px;
  }
  .laptop-l\:r-1770p {
    right: -1770px;
  }
  .laptop-l\:r\+1770p {
    right: 1770px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1780p {
    top: -1780px;
  }
  .laptop-l\:t\+1780p {
    top: 1780px;
  }
  .laptop-l\:b-1780p {
    bottom: -1780px;
  }
  .laptop-l\:b\+1780p {
    bottom: 1780px;
  }
  .laptop-l\:l-1780p {
    left: -1780px;
  }
  .laptop-l\:l\+1780p {
    left: 1780px;
  }
  .laptop-l\:r-1780p {
    right: -1780px;
  }
  .laptop-l\:r\+1780p {
    right: 1780px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1790p {
    top: -1790px;
  }
  .laptop-l\:t\+1790p {
    top: 1790px;
  }
  .laptop-l\:b-1790p {
    bottom: -1790px;
  }
  .laptop-l\:b\+1790p {
    bottom: 1790px;
  }
  .laptop-l\:l-1790p {
    left: -1790px;
  }
  .laptop-l\:l\+1790p {
    left: 1790px;
  }
  .laptop-l\:r-1790p {
    right: -1790px;
  }
  .laptop-l\:r\+1790p {
    right: 1790px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1800p {
    top: -1800px;
  }
  .laptop-l\:t\+1800p {
    top: 1800px;
  }
  .laptop-l\:b-1800p {
    bottom: -1800px;
  }
  .laptop-l\:b\+1800p {
    bottom: 1800px;
  }
  .laptop-l\:l-1800p {
    left: -1800px;
  }
  .laptop-l\:l\+1800p {
    left: 1800px;
  }
  .laptop-l\:r-1800p {
    right: -1800px;
  }
  .laptop-l\:r\+1800p {
    right: 1800px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1810p {
    top: -1810px;
  }
  .laptop-l\:t\+1810p {
    top: 1810px;
  }
  .laptop-l\:b-1810p {
    bottom: -1810px;
  }
  .laptop-l\:b\+1810p {
    bottom: 1810px;
  }
  .laptop-l\:l-1810p {
    left: -1810px;
  }
  .laptop-l\:l\+1810p {
    left: 1810px;
  }
  .laptop-l\:r-1810p {
    right: -1810px;
  }
  .laptop-l\:r\+1810p {
    right: 1810px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1820p {
    top: -1820px;
  }
  .laptop-l\:t\+1820p {
    top: 1820px;
  }
  .laptop-l\:b-1820p {
    bottom: -1820px;
  }
  .laptop-l\:b\+1820p {
    bottom: 1820px;
  }
  .laptop-l\:l-1820p {
    left: -1820px;
  }
  .laptop-l\:l\+1820p {
    left: 1820px;
  }
  .laptop-l\:r-1820p {
    right: -1820px;
  }
  .laptop-l\:r\+1820p {
    right: 1820px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1830p {
    top: -1830px;
  }
  .laptop-l\:t\+1830p {
    top: 1830px;
  }
  .laptop-l\:b-1830p {
    bottom: -1830px;
  }
  .laptop-l\:b\+1830p {
    bottom: 1830px;
  }
  .laptop-l\:l-1830p {
    left: -1830px;
  }
  .laptop-l\:l\+1830p {
    left: 1830px;
  }
  .laptop-l\:r-1830p {
    right: -1830px;
  }
  .laptop-l\:r\+1830p {
    right: 1830px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1840p {
    top: -1840px;
  }
  .laptop-l\:t\+1840p {
    top: 1840px;
  }
  .laptop-l\:b-1840p {
    bottom: -1840px;
  }
  .laptop-l\:b\+1840p {
    bottom: 1840px;
  }
  .laptop-l\:l-1840p {
    left: -1840px;
  }
  .laptop-l\:l\+1840p {
    left: 1840px;
  }
  .laptop-l\:r-1840p {
    right: -1840px;
  }
  .laptop-l\:r\+1840p {
    right: 1840px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1850p {
    top: -1850px;
  }
  .laptop-l\:t\+1850p {
    top: 1850px;
  }
  .laptop-l\:b-1850p {
    bottom: -1850px;
  }
  .laptop-l\:b\+1850p {
    bottom: 1850px;
  }
  .laptop-l\:l-1850p {
    left: -1850px;
  }
  .laptop-l\:l\+1850p {
    left: 1850px;
  }
  .laptop-l\:r-1850p {
    right: -1850px;
  }
  .laptop-l\:r\+1850p {
    right: 1850px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1860p {
    top: -1860px;
  }
  .laptop-l\:t\+1860p {
    top: 1860px;
  }
  .laptop-l\:b-1860p {
    bottom: -1860px;
  }
  .laptop-l\:b\+1860p {
    bottom: 1860px;
  }
  .laptop-l\:l-1860p {
    left: -1860px;
  }
  .laptop-l\:l\+1860p {
    left: 1860px;
  }
  .laptop-l\:r-1860p {
    right: -1860px;
  }
  .laptop-l\:r\+1860p {
    right: 1860px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1870p {
    top: -1870px;
  }
  .laptop-l\:t\+1870p {
    top: 1870px;
  }
  .laptop-l\:b-1870p {
    bottom: -1870px;
  }
  .laptop-l\:b\+1870p {
    bottom: 1870px;
  }
  .laptop-l\:l-1870p {
    left: -1870px;
  }
  .laptop-l\:l\+1870p {
    left: 1870px;
  }
  .laptop-l\:r-1870p {
    right: -1870px;
  }
  .laptop-l\:r\+1870p {
    right: 1870px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1880p {
    top: -1880px;
  }
  .laptop-l\:t\+1880p {
    top: 1880px;
  }
  .laptop-l\:b-1880p {
    bottom: -1880px;
  }
  .laptop-l\:b\+1880p {
    bottom: 1880px;
  }
  .laptop-l\:l-1880p {
    left: -1880px;
  }
  .laptop-l\:l\+1880p {
    left: 1880px;
  }
  .laptop-l\:r-1880p {
    right: -1880px;
  }
  .laptop-l\:r\+1880p {
    right: 1880px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1890p {
    top: -1890px;
  }
  .laptop-l\:t\+1890p {
    top: 1890px;
  }
  .laptop-l\:b-1890p {
    bottom: -1890px;
  }
  .laptop-l\:b\+1890p {
    bottom: 1890px;
  }
  .laptop-l\:l-1890p {
    left: -1890px;
  }
  .laptop-l\:l\+1890p {
    left: 1890px;
  }
  .laptop-l\:r-1890p {
    right: -1890px;
  }
  .laptop-l\:r\+1890p {
    right: 1890px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1900p {
    top: -1900px;
  }
  .laptop-l\:t\+1900p {
    top: 1900px;
  }
  .laptop-l\:b-1900p {
    bottom: -1900px;
  }
  .laptop-l\:b\+1900p {
    bottom: 1900px;
  }
  .laptop-l\:l-1900p {
    left: -1900px;
  }
  .laptop-l\:l\+1900p {
    left: 1900px;
  }
  .laptop-l\:r-1900p {
    right: -1900px;
  }
  .laptop-l\:r\+1900p {
    right: 1900px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1910p {
    top: -1910px;
  }
  .laptop-l\:t\+1910p {
    top: 1910px;
  }
  .laptop-l\:b-1910p {
    bottom: -1910px;
  }
  .laptop-l\:b\+1910p {
    bottom: 1910px;
  }
  .laptop-l\:l-1910p {
    left: -1910px;
  }
  .laptop-l\:l\+1910p {
    left: 1910px;
  }
  .laptop-l\:r-1910p {
    right: -1910px;
  }
  .laptop-l\:r\+1910p {
    right: 1910px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1920p {
    top: -1920px;
  }
  .laptop-l\:t\+1920p {
    top: 1920px;
  }
  .laptop-l\:b-1920p {
    bottom: -1920px;
  }
  .laptop-l\:b\+1920p {
    bottom: 1920px;
  }
  .laptop-l\:l-1920p {
    left: -1920px;
  }
  .laptop-l\:l\+1920p {
    left: 1920px;
  }
  .laptop-l\:r-1920p {
    right: -1920px;
  }
  .laptop-l\:r\+1920p {
    right: 1920px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1930p {
    top: -1930px;
  }
  .laptop-l\:t\+1930p {
    top: 1930px;
  }
  .laptop-l\:b-1930p {
    bottom: -1930px;
  }
  .laptop-l\:b\+1930p {
    bottom: 1930px;
  }
  .laptop-l\:l-1930p {
    left: -1930px;
  }
  .laptop-l\:l\+1930p {
    left: 1930px;
  }
  .laptop-l\:r-1930p {
    right: -1930px;
  }
  .laptop-l\:r\+1930p {
    right: 1930px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1940p {
    top: -1940px;
  }
  .laptop-l\:t\+1940p {
    top: 1940px;
  }
  .laptop-l\:b-1940p {
    bottom: -1940px;
  }
  .laptop-l\:b\+1940p {
    bottom: 1940px;
  }
  .laptop-l\:l-1940p {
    left: -1940px;
  }
  .laptop-l\:l\+1940p {
    left: 1940px;
  }
  .laptop-l\:r-1940p {
    right: -1940px;
  }
  .laptop-l\:r\+1940p {
    right: 1940px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1950p {
    top: -1950px;
  }
  .laptop-l\:t\+1950p {
    top: 1950px;
  }
  .laptop-l\:b-1950p {
    bottom: -1950px;
  }
  .laptop-l\:b\+1950p {
    bottom: 1950px;
  }
  .laptop-l\:l-1950p {
    left: -1950px;
  }
  .laptop-l\:l\+1950p {
    left: 1950px;
  }
  .laptop-l\:r-1950p {
    right: -1950px;
  }
  .laptop-l\:r\+1950p {
    right: 1950px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1960p {
    top: -1960px;
  }
  .laptop-l\:t\+1960p {
    top: 1960px;
  }
  .laptop-l\:b-1960p {
    bottom: -1960px;
  }
  .laptop-l\:b\+1960p {
    bottom: 1960px;
  }
  .laptop-l\:l-1960p {
    left: -1960px;
  }
  .laptop-l\:l\+1960p {
    left: 1960px;
  }
  .laptop-l\:r-1960p {
    right: -1960px;
  }
  .laptop-l\:r\+1960p {
    right: 1960px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1970p {
    top: -1970px;
  }
  .laptop-l\:t\+1970p {
    top: 1970px;
  }
  .laptop-l\:b-1970p {
    bottom: -1970px;
  }
  .laptop-l\:b\+1970p {
    bottom: 1970px;
  }
  .laptop-l\:l-1970p {
    left: -1970px;
  }
  .laptop-l\:l\+1970p {
    left: 1970px;
  }
  .laptop-l\:r-1970p {
    right: -1970px;
  }
  .laptop-l\:r\+1970p {
    right: 1970px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1980p {
    top: -1980px;
  }
  .laptop-l\:t\+1980p {
    top: 1980px;
  }
  .laptop-l\:b-1980p {
    bottom: -1980px;
  }
  .laptop-l\:b\+1980p {
    bottom: 1980px;
  }
  .laptop-l\:l-1980p {
    left: -1980px;
  }
  .laptop-l\:l\+1980p {
    left: 1980px;
  }
  .laptop-l\:r-1980p {
    right: -1980px;
  }
  .laptop-l\:r\+1980p {
    right: 1980px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1990p {
    top: -1990px;
  }
  .laptop-l\:t\+1990p {
    top: 1990px;
  }
  .laptop-l\:b-1990p {
    bottom: -1990px;
  }
  .laptop-l\:b\+1990p {
    bottom: 1990px;
  }
  .laptop-l\:l-1990p {
    left: -1990px;
  }
  .laptop-l\:l\+1990p {
    left: 1990px;
  }
  .laptop-l\:r-1990p {
    right: -1990px;
  }
  .laptop-l\:r\+1990p {
    right: 1990px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-0vw {
    top: -0vw;
  }
  .laptop-l\:t\+0vw {
    top: 0vw;
  }
  .laptop-l\:t-0\% {
    top: 0%;
  }
  .laptop-l\:t\+0\% {
    top: 0%;
  }
  .laptop-l\:b-0vw {
    bottom: -0vw;
  }
  .laptop-l\:b\+0vw {
    bottom: 0vw;
  }
  .laptop-l\:b-0\% {
    bottom: 0%;
  }
  .laptop-l\:b\+0\% {
    bottom: 0%;
  }
  .laptop-l\:l-0vw {
    left: -0vw;
  }
  .laptop-l\:l\+0vw {
    left: 0vw;
  }
  .laptop-l\:l-0\% {
    left: 0%;
  }
  .laptop-l\:l\+0\% {
    left: 0%;
  }
  .laptop-l\:r-0vw {
    right: -0vw;
  }
  .laptop-l\:r\+0vw {
    right: 0vw;
  }
  .laptop-l\:r-0\% {
    right: 0%;
  }
  .laptop-l\:r\+0\% {
    right: 0%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-1vw {
    top: -1vw;
  }
  .laptop-l\:t\+1vw {
    top: 1vw;
  }
  .laptop-l\:t-1\% {
    top: -1%;
  }
  .laptop-l\:t\+1\% {
    top: 1%;
  }
  .laptop-l\:b-1vw {
    bottom: -1vw;
  }
  .laptop-l\:b\+1vw {
    bottom: 1vw;
  }
  .laptop-l\:b-1\% {
    bottom: -1%;
  }
  .laptop-l\:b\+1\% {
    bottom: 1%;
  }
  .laptop-l\:l-1vw {
    left: -1vw;
  }
  .laptop-l\:l\+1vw {
    left: 1vw;
  }
  .laptop-l\:l-1\% {
    left: -1%;
  }
  .laptop-l\:l\+1\% {
    left: 1%;
  }
  .laptop-l\:r-1vw {
    right: -1vw;
  }
  .laptop-l\:r\+1vw {
    right: 1vw;
  }
  .laptop-l\:r-1\% {
    right: -1%;
  }
  .laptop-l\:r\+1\% {
    right: 1%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-2vw {
    top: -2vw;
  }
  .laptop-l\:t\+2vw {
    top: 2vw;
  }
  .laptop-l\:t-2\% {
    top: -2%;
  }
  .laptop-l\:t\+2\% {
    top: 2%;
  }
  .laptop-l\:b-2vw {
    bottom: -2vw;
  }
  .laptop-l\:b\+2vw {
    bottom: 2vw;
  }
  .laptop-l\:b-2\% {
    bottom: -2%;
  }
  .laptop-l\:b\+2\% {
    bottom: 2%;
  }
  .laptop-l\:l-2vw {
    left: -2vw;
  }
  .laptop-l\:l\+2vw {
    left: 2vw;
  }
  .laptop-l\:l-2\% {
    left: -2%;
  }
  .laptop-l\:l\+2\% {
    left: 2%;
  }
  .laptop-l\:r-2vw {
    right: -2vw;
  }
  .laptop-l\:r\+2vw {
    right: 2vw;
  }
  .laptop-l\:r-2\% {
    right: -2%;
  }
  .laptop-l\:r\+2\% {
    right: 2%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-3vw {
    top: -3vw;
  }
  .laptop-l\:t\+3vw {
    top: 3vw;
  }
  .laptop-l\:t-3\% {
    top: -3%;
  }
  .laptop-l\:t\+3\% {
    top: 3%;
  }
  .laptop-l\:b-3vw {
    bottom: -3vw;
  }
  .laptop-l\:b\+3vw {
    bottom: 3vw;
  }
  .laptop-l\:b-3\% {
    bottom: -3%;
  }
  .laptop-l\:b\+3\% {
    bottom: 3%;
  }
  .laptop-l\:l-3vw {
    left: -3vw;
  }
  .laptop-l\:l\+3vw {
    left: 3vw;
  }
  .laptop-l\:l-3\% {
    left: -3%;
  }
  .laptop-l\:l\+3\% {
    left: 3%;
  }
  .laptop-l\:r-3vw {
    right: -3vw;
  }
  .laptop-l\:r\+3vw {
    right: 3vw;
  }
  .laptop-l\:r-3\% {
    right: -3%;
  }
  .laptop-l\:r\+3\% {
    right: 3%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-4vw {
    top: -4vw;
  }
  .laptop-l\:t\+4vw {
    top: 4vw;
  }
  .laptop-l\:t-4\% {
    top: -4%;
  }
  .laptop-l\:t\+4\% {
    top: 4%;
  }
  .laptop-l\:b-4vw {
    bottom: -4vw;
  }
  .laptop-l\:b\+4vw {
    bottom: 4vw;
  }
  .laptop-l\:b-4\% {
    bottom: -4%;
  }
  .laptop-l\:b\+4\% {
    bottom: 4%;
  }
  .laptop-l\:l-4vw {
    left: -4vw;
  }
  .laptop-l\:l\+4vw {
    left: 4vw;
  }
  .laptop-l\:l-4\% {
    left: -4%;
  }
  .laptop-l\:l\+4\% {
    left: 4%;
  }
  .laptop-l\:r-4vw {
    right: -4vw;
  }
  .laptop-l\:r\+4vw {
    right: 4vw;
  }
  .laptop-l\:r-4\% {
    right: -4%;
  }
  .laptop-l\:r\+4\% {
    right: 4%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-5vw {
    top: -5vw;
  }
  .laptop-l\:t\+5vw {
    top: 5vw;
  }
  .laptop-l\:t-5\% {
    top: -5%;
  }
  .laptop-l\:t\+5\% {
    top: 5%;
  }
  .laptop-l\:b-5vw {
    bottom: -5vw;
  }
  .laptop-l\:b\+5vw {
    bottom: 5vw;
  }
  .laptop-l\:b-5\% {
    bottom: -5%;
  }
  .laptop-l\:b\+5\% {
    bottom: 5%;
  }
  .laptop-l\:l-5vw {
    left: -5vw;
  }
  .laptop-l\:l\+5vw {
    left: 5vw;
  }
  .laptop-l\:l-5\% {
    left: -5%;
  }
  .laptop-l\:l\+5\% {
    left: 5%;
  }
  .laptop-l\:r-5vw {
    right: -5vw;
  }
  .laptop-l\:r\+5vw {
    right: 5vw;
  }
  .laptop-l\:r-5\% {
    right: -5%;
  }
  .laptop-l\:r\+5\% {
    right: 5%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-6vw {
    top: -6vw;
  }
  .laptop-l\:t\+6vw {
    top: 6vw;
  }
  .laptop-l\:t-6\% {
    top: -6%;
  }
  .laptop-l\:t\+6\% {
    top: 6%;
  }
  .laptop-l\:b-6vw {
    bottom: -6vw;
  }
  .laptop-l\:b\+6vw {
    bottom: 6vw;
  }
  .laptop-l\:b-6\% {
    bottom: -6%;
  }
  .laptop-l\:b\+6\% {
    bottom: 6%;
  }
  .laptop-l\:l-6vw {
    left: -6vw;
  }
  .laptop-l\:l\+6vw {
    left: 6vw;
  }
  .laptop-l\:l-6\% {
    left: -6%;
  }
  .laptop-l\:l\+6\% {
    left: 6%;
  }
  .laptop-l\:r-6vw {
    right: -6vw;
  }
  .laptop-l\:r\+6vw {
    right: 6vw;
  }
  .laptop-l\:r-6\% {
    right: -6%;
  }
  .laptop-l\:r\+6\% {
    right: 6%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-7vw {
    top: -7vw;
  }
  .laptop-l\:t\+7vw {
    top: 7vw;
  }
  .laptop-l\:t-7\% {
    top: -7%;
  }
  .laptop-l\:t\+7\% {
    top: 7%;
  }
  .laptop-l\:b-7vw {
    bottom: -7vw;
  }
  .laptop-l\:b\+7vw {
    bottom: 7vw;
  }
  .laptop-l\:b-7\% {
    bottom: -7%;
  }
  .laptop-l\:b\+7\% {
    bottom: 7%;
  }
  .laptop-l\:l-7vw {
    left: -7vw;
  }
  .laptop-l\:l\+7vw {
    left: 7vw;
  }
  .laptop-l\:l-7\% {
    left: -7%;
  }
  .laptop-l\:l\+7\% {
    left: 7%;
  }
  .laptop-l\:r-7vw {
    right: -7vw;
  }
  .laptop-l\:r\+7vw {
    right: 7vw;
  }
  .laptop-l\:r-7\% {
    right: -7%;
  }
  .laptop-l\:r\+7\% {
    right: 7%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-8vw {
    top: -8vw;
  }
  .laptop-l\:t\+8vw {
    top: 8vw;
  }
  .laptop-l\:t-8\% {
    top: -8%;
  }
  .laptop-l\:t\+8\% {
    top: 8%;
  }
  .laptop-l\:b-8vw {
    bottom: -8vw;
  }
  .laptop-l\:b\+8vw {
    bottom: 8vw;
  }
  .laptop-l\:b-8\% {
    bottom: -8%;
  }
  .laptop-l\:b\+8\% {
    bottom: 8%;
  }
  .laptop-l\:l-8vw {
    left: -8vw;
  }
  .laptop-l\:l\+8vw {
    left: 8vw;
  }
  .laptop-l\:l-8\% {
    left: -8%;
  }
  .laptop-l\:l\+8\% {
    left: 8%;
  }
  .laptop-l\:r-8vw {
    right: -8vw;
  }
  .laptop-l\:r\+8vw {
    right: 8vw;
  }
  .laptop-l\:r-8\% {
    right: -8%;
  }
  .laptop-l\:r\+8\% {
    right: 8%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-9vw {
    top: -9vw;
  }
  .laptop-l\:t\+9vw {
    top: 9vw;
  }
  .laptop-l\:t-9\% {
    top: -9%;
  }
  .laptop-l\:t\+9\% {
    top: 9%;
  }
  .laptop-l\:b-9vw {
    bottom: -9vw;
  }
  .laptop-l\:b\+9vw {
    bottom: 9vw;
  }
  .laptop-l\:b-9\% {
    bottom: -9%;
  }
  .laptop-l\:b\+9\% {
    bottom: 9%;
  }
  .laptop-l\:l-9vw {
    left: -9vw;
  }
  .laptop-l\:l\+9vw {
    left: 9vw;
  }
  .laptop-l\:l-9\% {
    left: -9%;
  }
  .laptop-l\:l\+9\% {
    left: 9%;
  }
  .laptop-l\:r-9vw {
    right: -9vw;
  }
  .laptop-l\:r\+9vw {
    right: 9vw;
  }
  .laptop-l\:r-9\% {
    right: -9%;
  }
  .laptop-l\:r\+9\% {
    right: 9%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-10vw {
    top: -10vw;
  }
  .laptop-l\:t\+10vw {
    top: 10vw;
  }
  .laptop-l\:t-10\% {
    top: -10%;
  }
  .laptop-l\:t\+10\% {
    top: 10%;
  }
  .laptop-l\:b-10vw {
    bottom: -10vw;
  }
  .laptop-l\:b\+10vw {
    bottom: 10vw;
  }
  .laptop-l\:b-10\% {
    bottom: -10%;
  }
  .laptop-l\:b\+10\% {
    bottom: 10%;
  }
  .laptop-l\:l-10vw {
    left: -10vw;
  }
  .laptop-l\:l\+10vw {
    left: 10vw;
  }
  .laptop-l\:l-10\% {
    left: -10%;
  }
  .laptop-l\:l\+10\% {
    left: 10%;
  }
  .laptop-l\:r-10vw {
    right: -10vw;
  }
  .laptop-l\:r\+10vw {
    right: 10vw;
  }
  .laptop-l\:r-10\% {
    right: -10%;
  }
  .laptop-l\:r\+10\% {
    right: 10%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-11vw {
    top: -11vw;
  }
  .laptop-l\:t\+11vw {
    top: 11vw;
  }
  .laptop-l\:t-11\% {
    top: -11%;
  }
  .laptop-l\:t\+11\% {
    top: 11%;
  }
  .laptop-l\:b-11vw {
    bottom: -11vw;
  }
  .laptop-l\:b\+11vw {
    bottom: 11vw;
  }
  .laptop-l\:b-11\% {
    bottom: -11%;
  }
  .laptop-l\:b\+11\% {
    bottom: 11%;
  }
  .laptop-l\:l-11vw {
    left: -11vw;
  }
  .laptop-l\:l\+11vw {
    left: 11vw;
  }
  .laptop-l\:l-11\% {
    left: -11%;
  }
  .laptop-l\:l\+11\% {
    left: 11%;
  }
  .laptop-l\:r-11vw {
    right: -11vw;
  }
  .laptop-l\:r\+11vw {
    right: 11vw;
  }
  .laptop-l\:r-11\% {
    right: -11%;
  }
  .laptop-l\:r\+11\% {
    right: 11%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-12vw {
    top: -12vw;
  }
  .laptop-l\:t\+12vw {
    top: 12vw;
  }
  .laptop-l\:t-12\% {
    top: -12%;
  }
  .laptop-l\:t\+12\% {
    top: 12%;
  }
  .laptop-l\:b-12vw {
    bottom: -12vw;
  }
  .laptop-l\:b\+12vw {
    bottom: 12vw;
  }
  .laptop-l\:b-12\% {
    bottom: -12%;
  }
  .laptop-l\:b\+12\% {
    bottom: 12%;
  }
  .laptop-l\:l-12vw {
    left: -12vw;
  }
  .laptop-l\:l\+12vw {
    left: 12vw;
  }
  .laptop-l\:l-12\% {
    left: -12%;
  }
  .laptop-l\:l\+12\% {
    left: 12%;
  }
  .laptop-l\:r-12vw {
    right: -12vw;
  }
  .laptop-l\:r\+12vw {
    right: 12vw;
  }
  .laptop-l\:r-12\% {
    right: -12%;
  }
  .laptop-l\:r\+12\% {
    right: 12%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-13vw {
    top: -13vw;
  }
  .laptop-l\:t\+13vw {
    top: 13vw;
  }
  .laptop-l\:t-13\% {
    top: -13%;
  }
  .laptop-l\:t\+13\% {
    top: 13%;
  }
  .laptop-l\:b-13vw {
    bottom: -13vw;
  }
  .laptop-l\:b\+13vw {
    bottom: 13vw;
  }
  .laptop-l\:b-13\% {
    bottom: -13%;
  }
  .laptop-l\:b\+13\% {
    bottom: 13%;
  }
  .laptop-l\:l-13vw {
    left: -13vw;
  }
  .laptop-l\:l\+13vw {
    left: 13vw;
  }
  .laptop-l\:l-13\% {
    left: -13%;
  }
  .laptop-l\:l\+13\% {
    left: 13%;
  }
  .laptop-l\:r-13vw {
    right: -13vw;
  }
  .laptop-l\:r\+13vw {
    right: 13vw;
  }
  .laptop-l\:r-13\% {
    right: -13%;
  }
  .laptop-l\:r\+13\% {
    right: 13%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-14vw {
    top: -14vw;
  }
  .laptop-l\:t\+14vw {
    top: 14vw;
  }
  .laptop-l\:t-14\% {
    top: -14%;
  }
  .laptop-l\:t\+14\% {
    top: 14%;
  }
  .laptop-l\:b-14vw {
    bottom: -14vw;
  }
  .laptop-l\:b\+14vw {
    bottom: 14vw;
  }
  .laptop-l\:b-14\% {
    bottom: -14%;
  }
  .laptop-l\:b\+14\% {
    bottom: 14%;
  }
  .laptop-l\:l-14vw {
    left: -14vw;
  }
  .laptop-l\:l\+14vw {
    left: 14vw;
  }
  .laptop-l\:l-14\% {
    left: -14%;
  }
  .laptop-l\:l\+14\% {
    left: 14%;
  }
  .laptop-l\:r-14vw {
    right: -14vw;
  }
  .laptop-l\:r\+14vw {
    right: 14vw;
  }
  .laptop-l\:r-14\% {
    right: -14%;
  }
  .laptop-l\:r\+14\% {
    right: 14%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-15vw {
    top: -15vw;
  }
  .laptop-l\:t\+15vw {
    top: 15vw;
  }
  .laptop-l\:t-15\% {
    top: -15%;
  }
  .laptop-l\:t\+15\% {
    top: 15%;
  }
  .laptop-l\:b-15vw {
    bottom: -15vw;
  }
  .laptop-l\:b\+15vw {
    bottom: 15vw;
  }
  .laptop-l\:b-15\% {
    bottom: -15%;
  }
  .laptop-l\:b\+15\% {
    bottom: 15%;
  }
  .laptop-l\:l-15vw {
    left: -15vw;
  }
  .laptop-l\:l\+15vw {
    left: 15vw;
  }
  .laptop-l\:l-15\% {
    left: -15%;
  }
  .laptop-l\:l\+15\% {
    left: 15%;
  }
  .laptop-l\:r-15vw {
    right: -15vw;
  }
  .laptop-l\:r\+15vw {
    right: 15vw;
  }
  .laptop-l\:r-15\% {
    right: -15%;
  }
  .laptop-l\:r\+15\% {
    right: 15%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-16vw {
    top: -16vw;
  }
  .laptop-l\:t\+16vw {
    top: 16vw;
  }
  .laptop-l\:t-16\% {
    top: -16%;
  }
  .laptop-l\:t\+16\% {
    top: 16%;
  }
  .laptop-l\:b-16vw {
    bottom: -16vw;
  }
  .laptop-l\:b\+16vw {
    bottom: 16vw;
  }
  .laptop-l\:b-16\% {
    bottom: -16%;
  }
  .laptop-l\:b\+16\% {
    bottom: 16%;
  }
  .laptop-l\:l-16vw {
    left: -16vw;
  }
  .laptop-l\:l\+16vw {
    left: 16vw;
  }
  .laptop-l\:l-16\% {
    left: -16%;
  }
  .laptop-l\:l\+16\% {
    left: 16%;
  }
  .laptop-l\:r-16vw {
    right: -16vw;
  }
  .laptop-l\:r\+16vw {
    right: 16vw;
  }
  .laptop-l\:r-16\% {
    right: -16%;
  }
  .laptop-l\:r\+16\% {
    right: 16%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-17vw {
    top: -17vw;
  }
  .laptop-l\:t\+17vw {
    top: 17vw;
  }
  .laptop-l\:t-17\% {
    top: -17%;
  }
  .laptop-l\:t\+17\% {
    top: 17%;
  }
  .laptop-l\:b-17vw {
    bottom: -17vw;
  }
  .laptop-l\:b\+17vw {
    bottom: 17vw;
  }
  .laptop-l\:b-17\% {
    bottom: -17%;
  }
  .laptop-l\:b\+17\% {
    bottom: 17%;
  }
  .laptop-l\:l-17vw {
    left: -17vw;
  }
  .laptop-l\:l\+17vw {
    left: 17vw;
  }
  .laptop-l\:l-17\% {
    left: -17%;
  }
  .laptop-l\:l\+17\% {
    left: 17%;
  }
  .laptop-l\:r-17vw {
    right: -17vw;
  }
  .laptop-l\:r\+17vw {
    right: 17vw;
  }
  .laptop-l\:r-17\% {
    right: -17%;
  }
  .laptop-l\:r\+17\% {
    right: 17%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-18vw {
    top: -18vw;
  }
  .laptop-l\:t\+18vw {
    top: 18vw;
  }
  .laptop-l\:t-18\% {
    top: -18%;
  }
  .laptop-l\:t\+18\% {
    top: 18%;
  }
  .laptop-l\:b-18vw {
    bottom: -18vw;
  }
  .laptop-l\:b\+18vw {
    bottom: 18vw;
  }
  .laptop-l\:b-18\% {
    bottom: -18%;
  }
  .laptop-l\:b\+18\% {
    bottom: 18%;
  }
  .laptop-l\:l-18vw {
    left: -18vw;
  }
  .laptop-l\:l\+18vw {
    left: 18vw;
  }
  .laptop-l\:l-18\% {
    left: -18%;
  }
  .laptop-l\:l\+18\% {
    left: 18%;
  }
  .laptop-l\:r-18vw {
    right: -18vw;
  }
  .laptop-l\:r\+18vw {
    right: 18vw;
  }
  .laptop-l\:r-18\% {
    right: -18%;
  }
  .laptop-l\:r\+18\% {
    right: 18%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-19vw {
    top: -19vw;
  }
  .laptop-l\:t\+19vw {
    top: 19vw;
  }
  .laptop-l\:t-19\% {
    top: -19%;
  }
  .laptop-l\:t\+19\% {
    top: 19%;
  }
  .laptop-l\:b-19vw {
    bottom: -19vw;
  }
  .laptop-l\:b\+19vw {
    bottom: 19vw;
  }
  .laptop-l\:b-19\% {
    bottom: -19%;
  }
  .laptop-l\:b\+19\% {
    bottom: 19%;
  }
  .laptop-l\:l-19vw {
    left: -19vw;
  }
  .laptop-l\:l\+19vw {
    left: 19vw;
  }
  .laptop-l\:l-19\% {
    left: -19%;
  }
  .laptop-l\:l\+19\% {
    left: 19%;
  }
  .laptop-l\:r-19vw {
    right: -19vw;
  }
  .laptop-l\:r\+19vw {
    right: 19vw;
  }
  .laptop-l\:r-19\% {
    right: -19%;
  }
  .laptop-l\:r\+19\% {
    right: 19%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-20vw {
    top: -20vw;
  }
  .laptop-l\:t\+20vw {
    top: 20vw;
  }
  .laptop-l\:t-20\% {
    top: -20%;
  }
  .laptop-l\:t\+20\% {
    top: 20%;
  }
  .laptop-l\:b-20vw {
    bottom: -20vw;
  }
  .laptop-l\:b\+20vw {
    bottom: 20vw;
  }
  .laptop-l\:b-20\% {
    bottom: -20%;
  }
  .laptop-l\:b\+20\% {
    bottom: 20%;
  }
  .laptop-l\:l-20vw {
    left: -20vw;
  }
  .laptop-l\:l\+20vw {
    left: 20vw;
  }
  .laptop-l\:l-20\% {
    left: -20%;
  }
  .laptop-l\:l\+20\% {
    left: 20%;
  }
  .laptop-l\:r-20vw {
    right: -20vw;
  }
  .laptop-l\:r\+20vw {
    right: 20vw;
  }
  .laptop-l\:r-20\% {
    right: -20%;
  }
  .laptop-l\:r\+20\% {
    right: 20%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-21vw {
    top: -21vw;
  }
  .laptop-l\:t\+21vw {
    top: 21vw;
  }
  .laptop-l\:t-21\% {
    top: -21%;
  }
  .laptop-l\:t\+21\% {
    top: 21%;
  }
  .laptop-l\:b-21vw {
    bottom: -21vw;
  }
  .laptop-l\:b\+21vw {
    bottom: 21vw;
  }
  .laptop-l\:b-21\% {
    bottom: -21%;
  }
  .laptop-l\:b\+21\% {
    bottom: 21%;
  }
  .laptop-l\:l-21vw {
    left: -21vw;
  }
  .laptop-l\:l\+21vw {
    left: 21vw;
  }
  .laptop-l\:l-21\% {
    left: -21%;
  }
  .laptop-l\:l\+21\% {
    left: 21%;
  }
  .laptop-l\:r-21vw {
    right: -21vw;
  }
  .laptop-l\:r\+21vw {
    right: 21vw;
  }
  .laptop-l\:r-21\% {
    right: -21%;
  }
  .laptop-l\:r\+21\% {
    right: 21%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-22vw {
    top: -22vw;
  }
  .laptop-l\:t\+22vw {
    top: 22vw;
  }
  .laptop-l\:t-22\% {
    top: -22%;
  }
  .laptop-l\:t\+22\% {
    top: 22%;
  }
  .laptop-l\:b-22vw {
    bottom: -22vw;
  }
  .laptop-l\:b\+22vw {
    bottom: 22vw;
  }
  .laptop-l\:b-22\% {
    bottom: -22%;
  }
  .laptop-l\:b\+22\% {
    bottom: 22%;
  }
  .laptop-l\:l-22vw {
    left: -22vw;
  }
  .laptop-l\:l\+22vw {
    left: 22vw;
  }
  .laptop-l\:l-22\% {
    left: -22%;
  }
  .laptop-l\:l\+22\% {
    left: 22%;
  }
  .laptop-l\:r-22vw {
    right: -22vw;
  }
  .laptop-l\:r\+22vw {
    right: 22vw;
  }
  .laptop-l\:r-22\% {
    right: -22%;
  }
  .laptop-l\:r\+22\% {
    right: 22%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-23vw {
    top: -23vw;
  }
  .laptop-l\:t\+23vw {
    top: 23vw;
  }
  .laptop-l\:t-23\% {
    top: -23%;
  }
  .laptop-l\:t\+23\% {
    top: 23%;
  }
  .laptop-l\:b-23vw {
    bottom: -23vw;
  }
  .laptop-l\:b\+23vw {
    bottom: 23vw;
  }
  .laptop-l\:b-23\% {
    bottom: -23%;
  }
  .laptop-l\:b\+23\% {
    bottom: 23%;
  }
  .laptop-l\:l-23vw {
    left: -23vw;
  }
  .laptop-l\:l\+23vw {
    left: 23vw;
  }
  .laptop-l\:l-23\% {
    left: -23%;
  }
  .laptop-l\:l\+23\% {
    left: 23%;
  }
  .laptop-l\:r-23vw {
    right: -23vw;
  }
  .laptop-l\:r\+23vw {
    right: 23vw;
  }
  .laptop-l\:r-23\% {
    right: -23%;
  }
  .laptop-l\:r\+23\% {
    right: 23%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-24vw {
    top: -24vw;
  }
  .laptop-l\:t\+24vw {
    top: 24vw;
  }
  .laptop-l\:t-24\% {
    top: -24%;
  }
  .laptop-l\:t\+24\% {
    top: 24%;
  }
  .laptop-l\:b-24vw {
    bottom: -24vw;
  }
  .laptop-l\:b\+24vw {
    bottom: 24vw;
  }
  .laptop-l\:b-24\% {
    bottom: -24%;
  }
  .laptop-l\:b\+24\% {
    bottom: 24%;
  }
  .laptop-l\:l-24vw {
    left: -24vw;
  }
  .laptop-l\:l\+24vw {
    left: 24vw;
  }
  .laptop-l\:l-24\% {
    left: -24%;
  }
  .laptop-l\:l\+24\% {
    left: 24%;
  }
  .laptop-l\:r-24vw {
    right: -24vw;
  }
  .laptop-l\:r\+24vw {
    right: 24vw;
  }
  .laptop-l\:r-24\% {
    right: -24%;
  }
  .laptop-l\:r\+24\% {
    right: 24%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-25vw {
    top: -25vw;
  }
  .laptop-l\:t\+25vw {
    top: 25vw;
  }
  .laptop-l\:t-25\% {
    top: -25%;
  }
  .laptop-l\:t\+25\% {
    top: 25%;
  }
  .laptop-l\:b-25vw {
    bottom: -25vw;
  }
  .laptop-l\:b\+25vw {
    bottom: 25vw;
  }
  .laptop-l\:b-25\% {
    bottom: -25%;
  }
  .laptop-l\:b\+25\% {
    bottom: 25%;
  }
  .laptop-l\:l-25vw {
    left: -25vw;
  }
  .laptop-l\:l\+25vw {
    left: 25vw;
  }
  .laptop-l\:l-25\% {
    left: -25%;
  }
  .laptop-l\:l\+25\% {
    left: 25%;
  }
  .laptop-l\:r-25vw {
    right: -25vw;
  }
  .laptop-l\:r\+25vw {
    right: 25vw;
  }
  .laptop-l\:r-25\% {
    right: -25%;
  }
  .laptop-l\:r\+25\% {
    right: 25%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-26vw {
    top: -26vw;
  }
  .laptop-l\:t\+26vw {
    top: 26vw;
  }
  .laptop-l\:t-26\% {
    top: -26%;
  }
  .laptop-l\:t\+26\% {
    top: 26%;
  }
  .laptop-l\:b-26vw {
    bottom: -26vw;
  }
  .laptop-l\:b\+26vw {
    bottom: 26vw;
  }
  .laptop-l\:b-26\% {
    bottom: -26%;
  }
  .laptop-l\:b\+26\% {
    bottom: 26%;
  }
  .laptop-l\:l-26vw {
    left: -26vw;
  }
  .laptop-l\:l\+26vw {
    left: 26vw;
  }
  .laptop-l\:l-26\% {
    left: -26%;
  }
  .laptop-l\:l\+26\% {
    left: 26%;
  }
  .laptop-l\:r-26vw {
    right: -26vw;
  }
  .laptop-l\:r\+26vw {
    right: 26vw;
  }
  .laptop-l\:r-26\% {
    right: -26%;
  }
  .laptop-l\:r\+26\% {
    right: 26%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-27vw {
    top: -27vw;
  }
  .laptop-l\:t\+27vw {
    top: 27vw;
  }
  .laptop-l\:t-27\% {
    top: -27%;
  }
  .laptop-l\:t\+27\% {
    top: 27%;
  }
  .laptop-l\:b-27vw {
    bottom: -27vw;
  }
  .laptop-l\:b\+27vw {
    bottom: 27vw;
  }
  .laptop-l\:b-27\% {
    bottom: -27%;
  }
  .laptop-l\:b\+27\% {
    bottom: 27%;
  }
  .laptop-l\:l-27vw {
    left: -27vw;
  }
  .laptop-l\:l\+27vw {
    left: 27vw;
  }
  .laptop-l\:l-27\% {
    left: -27%;
  }
  .laptop-l\:l\+27\% {
    left: 27%;
  }
  .laptop-l\:r-27vw {
    right: -27vw;
  }
  .laptop-l\:r\+27vw {
    right: 27vw;
  }
  .laptop-l\:r-27\% {
    right: -27%;
  }
  .laptop-l\:r\+27\% {
    right: 27%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-28vw {
    top: -28vw;
  }
  .laptop-l\:t\+28vw {
    top: 28vw;
  }
  .laptop-l\:t-28\% {
    top: -28%;
  }
  .laptop-l\:t\+28\% {
    top: 28%;
  }
  .laptop-l\:b-28vw {
    bottom: -28vw;
  }
  .laptop-l\:b\+28vw {
    bottom: 28vw;
  }
  .laptop-l\:b-28\% {
    bottom: -28%;
  }
  .laptop-l\:b\+28\% {
    bottom: 28%;
  }
  .laptop-l\:l-28vw {
    left: -28vw;
  }
  .laptop-l\:l\+28vw {
    left: 28vw;
  }
  .laptop-l\:l-28\% {
    left: -28%;
  }
  .laptop-l\:l\+28\% {
    left: 28%;
  }
  .laptop-l\:r-28vw {
    right: -28vw;
  }
  .laptop-l\:r\+28vw {
    right: 28vw;
  }
  .laptop-l\:r-28\% {
    right: -28%;
  }
  .laptop-l\:r\+28\% {
    right: 28%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-29vw {
    top: -29vw;
  }
  .laptop-l\:t\+29vw {
    top: 29vw;
  }
  .laptop-l\:t-29\% {
    top: -29%;
  }
  .laptop-l\:t\+29\% {
    top: 29%;
  }
  .laptop-l\:b-29vw {
    bottom: -29vw;
  }
  .laptop-l\:b\+29vw {
    bottom: 29vw;
  }
  .laptop-l\:b-29\% {
    bottom: -29%;
  }
  .laptop-l\:b\+29\% {
    bottom: 29%;
  }
  .laptop-l\:l-29vw {
    left: -29vw;
  }
  .laptop-l\:l\+29vw {
    left: 29vw;
  }
  .laptop-l\:l-29\% {
    left: -29%;
  }
  .laptop-l\:l\+29\% {
    left: 29%;
  }
  .laptop-l\:r-29vw {
    right: -29vw;
  }
  .laptop-l\:r\+29vw {
    right: 29vw;
  }
  .laptop-l\:r-29\% {
    right: -29%;
  }
  .laptop-l\:r\+29\% {
    right: 29%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-30vw {
    top: -30vw;
  }
  .laptop-l\:t\+30vw {
    top: 30vw;
  }
  .laptop-l\:t-30\% {
    top: -30%;
  }
  .laptop-l\:t\+30\% {
    top: 30%;
  }
  .laptop-l\:b-30vw {
    bottom: -30vw;
  }
  .laptop-l\:b\+30vw {
    bottom: 30vw;
  }
  .laptop-l\:b-30\% {
    bottom: -30%;
  }
  .laptop-l\:b\+30\% {
    bottom: 30%;
  }
  .laptop-l\:l-30vw {
    left: -30vw;
  }
  .laptop-l\:l\+30vw {
    left: 30vw;
  }
  .laptop-l\:l-30\% {
    left: -30%;
  }
  .laptop-l\:l\+30\% {
    left: 30%;
  }
  .laptop-l\:r-30vw {
    right: -30vw;
  }
  .laptop-l\:r\+30vw {
    right: 30vw;
  }
  .laptop-l\:r-30\% {
    right: -30%;
  }
  .laptop-l\:r\+30\% {
    right: 30%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-31vw {
    top: -31vw;
  }
  .laptop-l\:t\+31vw {
    top: 31vw;
  }
  .laptop-l\:t-31\% {
    top: -31%;
  }
  .laptop-l\:t\+31\% {
    top: 31%;
  }
  .laptop-l\:b-31vw {
    bottom: -31vw;
  }
  .laptop-l\:b\+31vw {
    bottom: 31vw;
  }
  .laptop-l\:b-31\% {
    bottom: -31%;
  }
  .laptop-l\:b\+31\% {
    bottom: 31%;
  }
  .laptop-l\:l-31vw {
    left: -31vw;
  }
  .laptop-l\:l\+31vw {
    left: 31vw;
  }
  .laptop-l\:l-31\% {
    left: -31%;
  }
  .laptop-l\:l\+31\% {
    left: 31%;
  }
  .laptop-l\:r-31vw {
    right: -31vw;
  }
  .laptop-l\:r\+31vw {
    right: 31vw;
  }
  .laptop-l\:r-31\% {
    right: -31%;
  }
  .laptop-l\:r\+31\% {
    right: 31%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-32vw {
    top: -32vw;
  }
  .laptop-l\:t\+32vw {
    top: 32vw;
  }
  .laptop-l\:t-32\% {
    top: -32%;
  }
  .laptop-l\:t\+32\% {
    top: 32%;
  }
  .laptop-l\:b-32vw {
    bottom: -32vw;
  }
  .laptop-l\:b\+32vw {
    bottom: 32vw;
  }
  .laptop-l\:b-32\% {
    bottom: -32%;
  }
  .laptop-l\:b\+32\% {
    bottom: 32%;
  }
  .laptop-l\:l-32vw {
    left: -32vw;
  }
  .laptop-l\:l\+32vw {
    left: 32vw;
  }
  .laptop-l\:l-32\% {
    left: -32%;
  }
  .laptop-l\:l\+32\% {
    left: 32%;
  }
  .laptop-l\:r-32vw {
    right: -32vw;
  }
  .laptop-l\:r\+32vw {
    right: 32vw;
  }
  .laptop-l\:r-32\% {
    right: -32%;
  }
  .laptop-l\:r\+32\% {
    right: 32%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-33vw {
    top: -33vw;
  }
  .laptop-l\:t\+33vw {
    top: 33vw;
  }
  .laptop-l\:t-33\% {
    top: -33%;
  }
  .laptop-l\:t\+33\% {
    top: 33%;
  }
  .laptop-l\:b-33vw {
    bottom: -33vw;
  }
  .laptop-l\:b\+33vw {
    bottom: 33vw;
  }
  .laptop-l\:b-33\% {
    bottom: -33%;
  }
  .laptop-l\:b\+33\% {
    bottom: 33%;
  }
  .laptop-l\:l-33vw {
    left: -33vw;
  }
  .laptop-l\:l\+33vw {
    left: 33vw;
  }
  .laptop-l\:l-33\% {
    left: -33%;
  }
  .laptop-l\:l\+33\% {
    left: 33%;
  }
  .laptop-l\:r-33vw {
    right: -33vw;
  }
  .laptop-l\:r\+33vw {
    right: 33vw;
  }
  .laptop-l\:r-33\% {
    right: -33%;
  }
  .laptop-l\:r\+33\% {
    right: 33%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-34vw {
    top: -34vw;
  }
  .laptop-l\:t\+34vw {
    top: 34vw;
  }
  .laptop-l\:t-34\% {
    top: -34%;
  }
  .laptop-l\:t\+34\% {
    top: 34%;
  }
  .laptop-l\:b-34vw {
    bottom: -34vw;
  }
  .laptop-l\:b\+34vw {
    bottom: 34vw;
  }
  .laptop-l\:b-34\% {
    bottom: -34%;
  }
  .laptop-l\:b\+34\% {
    bottom: 34%;
  }
  .laptop-l\:l-34vw {
    left: -34vw;
  }
  .laptop-l\:l\+34vw {
    left: 34vw;
  }
  .laptop-l\:l-34\% {
    left: -34%;
  }
  .laptop-l\:l\+34\% {
    left: 34%;
  }
  .laptop-l\:r-34vw {
    right: -34vw;
  }
  .laptop-l\:r\+34vw {
    right: 34vw;
  }
  .laptop-l\:r-34\% {
    right: -34%;
  }
  .laptop-l\:r\+34\% {
    right: 34%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-35vw {
    top: -35vw;
  }
  .laptop-l\:t\+35vw {
    top: 35vw;
  }
  .laptop-l\:t-35\% {
    top: -35%;
  }
  .laptop-l\:t\+35\% {
    top: 35%;
  }
  .laptop-l\:b-35vw {
    bottom: -35vw;
  }
  .laptop-l\:b\+35vw {
    bottom: 35vw;
  }
  .laptop-l\:b-35\% {
    bottom: -35%;
  }
  .laptop-l\:b\+35\% {
    bottom: 35%;
  }
  .laptop-l\:l-35vw {
    left: -35vw;
  }
  .laptop-l\:l\+35vw {
    left: 35vw;
  }
  .laptop-l\:l-35\% {
    left: -35%;
  }
  .laptop-l\:l\+35\% {
    left: 35%;
  }
  .laptop-l\:r-35vw {
    right: -35vw;
  }
  .laptop-l\:r\+35vw {
    right: 35vw;
  }
  .laptop-l\:r-35\% {
    right: -35%;
  }
  .laptop-l\:r\+35\% {
    right: 35%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-36vw {
    top: -36vw;
  }
  .laptop-l\:t\+36vw {
    top: 36vw;
  }
  .laptop-l\:t-36\% {
    top: -36%;
  }
  .laptop-l\:t\+36\% {
    top: 36%;
  }
  .laptop-l\:b-36vw {
    bottom: -36vw;
  }
  .laptop-l\:b\+36vw {
    bottom: 36vw;
  }
  .laptop-l\:b-36\% {
    bottom: -36%;
  }
  .laptop-l\:b\+36\% {
    bottom: 36%;
  }
  .laptop-l\:l-36vw {
    left: -36vw;
  }
  .laptop-l\:l\+36vw {
    left: 36vw;
  }
  .laptop-l\:l-36\% {
    left: -36%;
  }
  .laptop-l\:l\+36\% {
    left: 36%;
  }
  .laptop-l\:r-36vw {
    right: -36vw;
  }
  .laptop-l\:r\+36vw {
    right: 36vw;
  }
  .laptop-l\:r-36\% {
    right: -36%;
  }
  .laptop-l\:r\+36\% {
    right: 36%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-37vw {
    top: -37vw;
  }
  .laptop-l\:t\+37vw {
    top: 37vw;
  }
  .laptop-l\:t-37\% {
    top: -37%;
  }
  .laptop-l\:t\+37\% {
    top: 37%;
  }
  .laptop-l\:b-37vw {
    bottom: -37vw;
  }
  .laptop-l\:b\+37vw {
    bottom: 37vw;
  }
  .laptop-l\:b-37\% {
    bottom: -37%;
  }
  .laptop-l\:b\+37\% {
    bottom: 37%;
  }
  .laptop-l\:l-37vw {
    left: -37vw;
  }
  .laptop-l\:l\+37vw {
    left: 37vw;
  }
  .laptop-l\:l-37\% {
    left: -37%;
  }
  .laptop-l\:l\+37\% {
    left: 37%;
  }
  .laptop-l\:r-37vw {
    right: -37vw;
  }
  .laptop-l\:r\+37vw {
    right: 37vw;
  }
  .laptop-l\:r-37\% {
    right: -37%;
  }
  .laptop-l\:r\+37\% {
    right: 37%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-38vw {
    top: -38vw;
  }
  .laptop-l\:t\+38vw {
    top: 38vw;
  }
  .laptop-l\:t-38\% {
    top: -38%;
  }
  .laptop-l\:t\+38\% {
    top: 38%;
  }
  .laptop-l\:b-38vw {
    bottom: -38vw;
  }
  .laptop-l\:b\+38vw {
    bottom: 38vw;
  }
  .laptop-l\:b-38\% {
    bottom: -38%;
  }
  .laptop-l\:b\+38\% {
    bottom: 38%;
  }
  .laptop-l\:l-38vw {
    left: -38vw;
  }
  .laptop-l\:l\+38vw {
    left: 38vw;
  }
  .laptop-l\:l-38\% {
    left: -38%;
  }
  .laptop-l\:l\+38\% {
    left: 38%;
  }
  .laptop-l\:r-38vw {
    right: -38vw;
  }
  .laptop-l\:r\+38vw {
    right: 38vw;
  }
  .laptop-l\:r-38\% {
    right: -38%;
  }
  .laptop-l\:r\+38\% {
    right: 38%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-39vw {
    top: -39vw;
  }
  .laptop-l\:t\+39vw {
    top: 39vw;
  }
  .laptop-l\:t-39\% {
    top: -39%;
  }
  .laptop-l\:t\+39\% {
    top: 39%;
  }
  .laptop-l\:b-39vw {
    bottom: -39vw;
  }
  .laptop-l\:b\+39vw {
    bottom: 39vw;
  }
  .laptop-l\:b-39\% {
    bottom: -39%;
  }
  .laptop-l\:b\+39\% {
    bottom: 39%;
  }
  .laptop-l\:l-39vw {
    left: -39vw;
  }
  .laptop-l\:l\+39vw {
    left: 39vw;
  }
  .laptop-l\:l-39\% {
    left: -39%;
  }
  .laptop-l\:l\+39\% {
    left: 39%;
  }
  .laptop-l\:r-39vw {
    right: -39vw;
  }
  .laptop-l\:r\+39vw {
    right: 39vw;
  }
  .laptop-l\:r-39\% {
    right: -39%;
  }
  .laptop-l\:r\+39\% {
    right: 39%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-40vw {
    top: -40vw;
  }
  .laptop-l\:t\+40vw {
    top: 40vw;
  }
  .laptop-l\:t-40\% {
    top: -40%;
  }
  .laptop-l\:t\+40\% {
    top: 40%;
  }
  .laptop-l\:b-40vw {
    bottom: -40vw;
  }
  .laptop-l\:b\+40vw {
    bottom: 40vw;
  }
  .laptop-l\:b-40\% {
    bottom: -40%;
  }
  .laptop-l\:b\+40\% {
    bottom: 40%;
  }
  .laptop-l\:l-40vw {
    left: -40vw;
  }
  .laptop-l\:l\+40vw {
    left: 40vw;
  }
  .laptop-l\:l-40\% {
    left: -40%;
  }
  .laptop-l\:l\+40\% {
    left: 40%;
  }
  .laptop-l\:r-40vw {
    right: -40vw;
  }
  .laptop-l\:r\+40vw {
    right: 40vw;
  }
  .laptop-l\:r-40\% {
    right: -40%;
  }
  .laptop-l\:r\+40\% {
    right: 40%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-41vw {
    top: -41vw;
  }
  .laptop-l\:t\+41vw {
    top: 41vw;
  }
  .laptop-l\:t-41\% {
    top: -41%;
  }
  .laptop-l\:t\+41\% {
    top: 41%;
  }
  .laptop-l\:b-41vw {
    bottom: -41vw;
  }
  .laptop-l\:b\+41vw {
    bottom: 41vw;
  }
  .laptop-l\:b-41\% {
    bottom: -41%;
  }
  .laptop-l\:b\+41\% {
    bottom: 41%;
  }
  .laptop-l\:l-41vw {
    left: -41vw;
  }
  .laptop-l\:l\+41vw {
    left: 41vw;
  }
  .laptop-l\:l-41\% {
    left: -41%;
  }
  .laptop-l\:l\+41\% {
    left: 41%;
  }
  .laptop-l\:r-41vw {
    right: -41vw;
  }
  .laptop-l\:r\+41vw {
    right: 41vw;
  }
  .laptop-l\:r-41\% {
    right: -41%;
  }
  .laptop-l\:r\+41\% {
    right: 41%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-42vw {
    top: -42vw;
  }
  .laptop-l\:t\+42vw {
    top: 42vw;
  }
  .laptop-l\:t-42\% {
    top: -42%;
  }
  .laptop-l\:t\+42\% {
    top: 42%;
  }
  .laptop-l\:b-42vw {
    bottom: -42vw;
  }
  .laptop-l\:b\+42vw {
    bottom: 42vw;
  }
  .laptop-l\:b-42\% {
    bottom: -42%;
  }
  .laptop-l\:b\+42\% {
    bottom: 42%;
  }
  .laptop-l\:l-42vw {
    left: -42vw;
  }
  .laptop-l\:l\+42vw {
    left: 42vw;
  }
  .laptop-l\:l-42\% {
    left: -42%;
  }
  .laptop-l\:l\+42\% {
    left: 42%;
  }
  .laptop-l\:r-42vw {
    right: -42vw;
  }
  .laptop-l\:r\+42vw {
    right: 42vw;
  }
  .laptop-l\:r-42\% {
    right: -42%;
  }
  .laptop-l\:r\+42\% {
    right: 42%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-43vw {
    top: -43vw;
  }
  .laptop-l\:t\+43vw {
    top: 43vw;
  }
  .laptop-l\:t-43\% {
    top: -43%;
  }
  .laptop-l\:t\+43\% {
    top: 43%;
  }
  .laptop-l\:b-43vw {
    bottom: -43vw;
  }
  .laptop-l\:b\+43vw {
    bottom: 43vw;
  }
  .laptop-l\:b-43\% {
    bottom: -43%;
  }
  .laptop-l\:b\+43\% {
    bottom: 43%;
  }
  .laptop-l\:l-43vw {
    left: -43vw;
  }
  .laptop-l\:l\+43vw {
    left: 43vw;
  }
  .laptop-l\:l-43\% {
    left: -43%;
  }
  .laptop-l\:l\+43\% {
    left: 43%;
  }
  .laptop-l\:r-43vw {
    right: -43vw;
  }
  .laptop-l\:r\+43vw {
    right: 43vw;
  }
  .laptop-l\:r-43\% {
    right: -43%;
  }
  .laptop-l\:r\+43\% {
    right: 43%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-44vw {
    top: -44vw;
  }
  .laptop-l\:t\+44vw {
    top: 44vw;
  }
  .laptop-l\:t-44\% {
    top: -44%;
  }
  .laptop-l\:t\+44\% {
    top: 44%;
  }
  .laptop-l\:b-44vw {
    bottom: -44vw;
  }
  .laptop-l\:b\+44vw {
    bottom: 44vw;
  }
  .laptop-l\:b-44\% {
    bottom: -44%;
  }
  .laptop-l\:b\+44\% {
    bottom: 44%;
  }
  .laptop-l\:l-44vw {
    left: -44vw;
  }
  .laptop-l\:l\+44vw {
    left: 44vw;
  }
  .laptop-l\:l-44\% {
    left: -44%;
  }
  .laptop-l\:l\+44\% {
    left: 44%;
  }
  .laptop-l\:r-44vw {
    right: -44vw;
  }
  .laptop-l\:r\+44vw {
    right: 44vw;
  }
  .laptop-l\:r-44\% {
    right: -44%;
  }
  .laptop-l\:r\+44\% {
    right: 44%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-45vw {
    top: -45vw;
  }
  .laptop-l\:t\+45vw {
    top: 45vw;
  }
  .laptop-l\:t-45\% {
    top: -45%;
  }
  .laptop-l\:t\+45\% {
    top: 45%;
  }
  .laptop-l\:b-45vw {
    bottom: -45vw;
  }
  .laptop-l\:b\+45vw {
    bottom: 45vw;
  }
  .laptop-l\:b-45\% {
    bottom: -45%;
  }
  .laptop-l\:b\+45\% {
    bottom: 45%;
  }
  .laptop-l\:l-45vw {
    left: -45vw;
  }
  .laptop-l\:l\+45vw {
    left: 45vw;
  }
  .laptop-l\:l-45\% {
    left: -45%;
  }
  .laptop-l\:l\+45\% {
    left: 45%;
  }
  .laptop-l\:r-45vw {
    right: -45vw;
  }
  .laptop-l\:r\+45vw {
    right: 45vw;
  }
  .laptop-l\:r-45\% {
    right: -45%;
  }
  .laptop-l\:r\+45\% {
    right: 45%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-46vw {
    top: -46vw;
  }
  .laptop-l\:t\+46vw {
    top: 46vw;
  }
  .laptop-l\:t-46\% {
    top: -46%;
  }
  .laptop-l\:t\+46\% {
    top: 46%;
  }
  .laptop-l\:b-46vw {
    bottom: -46vw;
  }
  .laptop-l\:b\+46vw {
    bottom: 46vw;
  }
  .laptop-l\:b-46\% {
    bottom: -46%;
  }
  .laptop-l\:b\+46\% {
    bottom: 46%;
  }
  .laptop-l\:l-46vw {
    left: -46vw;
  }
  .laptop-l\:l\+46vw {
    left: 46vw;
  }
  .laptop-l\:l-46\% {
    left: -46%;
  }
  .laptop-l\:l\+46\% {
    left: 46%;
  }
  .laptop-l\:r-46vw {
    right: -46vw;
  }
  .laptop-l\:r\+46vw {
    right: 46vw;
  }
  .laptop-l\:r-46\% {
    right: -46%;
  }
  .laptop-l\:r\+46\% {
    right: 46%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-47vw {
    top: -47vw;
  }
  .laptop-l\:t\+47vw {
    top: 47vw;
  }
  .laptop-l\:t-47\% {
    top: -47%;
  }
  .laptop-l\:t\+47\% {
    top: 47%;
  }
  .laptop-l\:b-47vw {
    bottom: -47vw;
  }
  .laptop-l\:b\+47vw {
    bottom: 47vw;
  }
  .laptop-l\:b-47\% {
    bottom: -47%;
  }
  .laptop-l\:b\+47\% {
    bottom: 47%;
  }
  .laptop-l\:l-47vw {
    left: -47vw;
  }
  .laptop-l\:l\+47vw {
    left: 47vw;
  }
  .laptop-l\:l-47\% {
    left: -47%;
  }
  .laptop-l\:l\+47\% {
    left: 47%;
  }
  .laptop-l\:r-47vw {
    right: -47vw;
  }
  .laptop-l\:r\+47vw {
    right: 47vw;
  }
  .laptop-l\:r-47\% {
    right: -47%;
  }
  .laptop-l\:r\+47\% {
    right: 47%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-48vw {
    top: -48vw;
  }
  .laptop-l\:t\+48vw {
    top: 48vw;
  }
  .laptop-l\:t-48\% {
    top: -48%;
  }
  .laptop-l\:t\+48\% {
    top: 48%;
  }
  .laptop-l\:b-48vw {
    bottom: -48vw;
  }
  .laptop-l\:b\+48vw {
    bottom: 48vw;
  }
  .laptop-l\:b-48\% {
    bottom: -48%;
  }
  .laptop-l\:b\+48\% {
    bottom: 48%;
  }
  .laptop-l\:l-48vw {
    left: -48vw;
  }
  .laptop-l\:l\+48vw {
    left: 48vw;
  }
  .laptop-l\:l-48\% {
    left: -48%;
  }
  .laptop-l\:l\+48\% {
    left: 48%;
  }
  .laptop-l\:r-48vw {
    right: -48vw;
  }
  .laptop-l\:r\+48vw {
    right: 48vw;
  }
  .laptop-l\:r-48\% {
    right: -48%;
  }
  .laptop-l\:r\+48\% {
    right: 48%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-49vw {
    top: -49vw;
  }
  .laptop-l\:t\+49vw {
    top: 49vw;
  }
  .laptop-l\:t-49\% {
    top: -49%;
  }
  .laptop-l\:t\+49\% {
    top: 49%;
  }
  .laptop-l\:b-49vw {
    bottom: -49vw;
  }
  .laptop-l\:b\+49vw {
    bottom: 49vw;
  }
  .laptop-l\:b-49\% {
    bottom: -49%;
  }
  .laptop-l\:b\+49\% {
    bottom: 49%;
  }
  .laptop-l\:l-49vw {
    left: -49vw;
  }
  .laptop-l\:l\+49vw {
    left: 49vw;
  }
  .laptop-l\:l-49\% {
    left: -49%;
  }
  .laptop-l\:l\+49\% {
    left: 49%;
  }
  .laptop-l\:r-49vw {
    right: -49vw;
  }
  .laptop-l\:r\+49vw {
    right: 49vw;
  }
  .laptop-l\:r-49\% {
    right: -49%;
  }
  .laptop-l\:r\+49\% {
    right: 49%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-50vw {
    top: -50vw;
  }
  .laptop-l\:t\+50vw {
    top: 50vw;
  }
  .laptop-l\:t-50\% {
    top: -50%;
  }
  .laptop-l\:t\+50\% {
    top: 50%;
  }
  .laptop-l\:b-50vw {
    bottom: -50vw;
  }
  .laptop-l\:b\+50vw {
    bottom: 50vw;
  }
  .laptop-l\:b-50\% {
    bottom: -50%;
  }
  .laptop-l\:b\+50\% {
    bottom: 50%;
  }
  .laptop-l\:l-50vw {
    left: -50vw;
  }
  .laptop-l\:l\+50vw {
    left: 50vw;
  }
  .laptop-l\:l-50\% {
    left: -50%;
  }
  .laptop-l\:l\+50\% {
    left: 50%;
  }
  .laptop-l\:r-50vw {
    right: -50vw;
  }
  .laptop-l\:r\+50vw {
    right: 50vw;
  }
  .laptop-l\:r-50\% {
    right: -50%;
  }
  .laptop-l\:r\+50\% {
    right: 50%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-51vw {
    top: -51vw;
  }
  .laptop-l\:t\+51vw {
    top: 51vw;
  }
  .laptop-l\:t-51\% {
    top: -51%;
  }
  .laptop-l\:t\+51\% {
    top: 51%;
  }
  .laptop-l\:b-51vw {
    bottom: -51vw;
  }
  .laptop-l\:b\+51vw {
    bottom: 51vw;
  }
  .laptop-l\:b-51\% {
    bottom: -51%;
  }
  .laptop-l\:b\+51\% {
    bottom: 51%;
  }
  .laptop-l\:l-51vw {
    left: -51vw;
  }
  .laptop-l\:l\+51vw {
    left: 51vw;
  }
  .laptop-l\:l-51\% {
    left: -51%;
  }
  .laptop-l\:l\+51\% {
    left: 51%;
  }
  .laptop-l\:r-51vw {
    right: -51vw;
  }
  .laptop-l\:r\+51vw {
    right: 51vw;
  }
  .laptop-l\:r-51\% {
    right: -51%;
  }
  .laptop-l\:r\+51\% {
    right: 51%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-52vw {
    top: -52vw;
  }
  .laptop-l\:t\+52vw {
    top: 52vw;
  }
  .laptop-l\:t-52\% {
    top: -52%;
  }
  .laptop-l\:t\+52\% {
    top: 52%;
  }
  .laptop-l\:b-52vw {
    bottom: -52vw;
  }
  .laptop-l\:b\+52vw {
    bottom: 52vw;
  }
  .laptop-l\:b-52\% {
    bottom: -52%;
  }
  .laptop-l\:b\+52\% {
    bottom: 52%;
  }
  .laptop-l\:l-52vw {
    left: -52vw;
  }
  .laptop-l\:l\+52vw {
    left: 52vw;
  }
  .laptop-l\:l-52\% {
    left: -52%;
  }
  .laptop-l\:l\+52\% {
    left: 52%;
  }
  .laptop-l\:r-52vw {
    right: -52vw;
  }
  .laptop-l\:r\+52vw {
    right: 52vw;
  }
  .laptop-l\:r-52\% {
    right: -52%;
  }
  .laptop-l\:r\+52\% {
    right: 52%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-53vw {
    top: -53vw;
  }
  .laptop-l\:t\+53vw {
    top: 53vw;
  }
  .laptop-l\:t-53\% {
    top: -53%;
  }
  .laptop-l\:t\+53\% {
    top: 53%;
  }
  .laptop-l\:b-53vw {
    bottom: -53vw;
  }
  .laptop-l\:b\+53vw {
    bottom: 53vw;
  }
  .laptop-l\:b-53\% {
    bottom: -53%;
  }
  .laptop-l\:b\+53\% {
    bottom: 53%;
  }
  .laptop-l\:l-53vw {
    left: -53vw;
  }
  .laptop-l\:l\+53vw {
    left: 53vw;
  }
  .laptop-l\:l-53\% {
    left: -53%;
  }
  .laptop-l\:l\+53\% {
    left: 53%;
  }
  .laptop-l\:r-53vw {
    right: -53vw;
  }
  .laptop-l\:r\+53vw {
    right: 53vw;
  }
  .laptop-l\:r-53\% {
    right: -53%;
  }
  .laptop-l\:r\+53\% {
    right: 53%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-54vw {
    top: -54vw;
  }
  .laptop-l\:t\+54vw {
    top: 54vw;
  }
  .laptop-l\:t-54\% {
    top: -54%;
  }
  .laptop-l\:t\+54\% {
    top: 54%;
  }
  .laptop-l\:b-54vw {
    bottom: -54vw;
  }
  .laptop-l\:b\+54vw {
    bottom: 54vw;
  }
  .laptop-l\:b-54\% {
    bottom: -54%;
  }
  .laptop-l\:b\+54\% {
    bottom: 54%;
  }
  .laptop-l\:l-54vw {
    left: -54vw;
  }
  .laptop-l\:l\+54vw {
    left: 54vw;
  }
  .laptop-l\:l-54\% {
    left: -54%;
  }
  .laptop-l\:l\+54\% {
    left: 54%;
  }
  .laptop-l\:r-54vw {
    right: -54vw;
  }
  .laptop-l\:r\+54vw {
    right: 54vw;
  }
  .laptop-l\:r-54\% {
    right: -54%;
  }
  .laptop-l\:r\+54\% {
    right: 54%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-55vw {
    top: -55vw;
  }
  .laptop-l\:t\+55vw {
    top: 55vw;
  }
  .laptop-l\:t-55\% {
    top: -55%;
  }
  .laptop-l\:t\+55\% {
    top: 55%;
  }
  .laptop-l\:b-55vw {
    bottom: -55vw;
  }
  .laptop-l\:b\+55vw {
    bottom: 55vw;
  }
  .laptop-l\:b-55\% {
    bottom: -55%;
  }
  .laptop-l\:b\+55\% {
    bottom: 55%;
  }
  .laptop-l\:l-55vw {
    left: -55vw;
  }
  .laptop-l\:l\+55vw {
    left: 55vw;
  }
  .laptop-l\:l-55\% {
    left: -55%;
  }
  .laptop-l\:l\+55\% {
    left: 55%;
  }
  .laptop-l\:r-55vw {
    right: -55vw;
  }
  .laptop-l\:r\+55vw {
    right: 55vw;
  }
  .laptop-l\:r-55\% {
    right: -55%;
  }
  .laptop-l\:r\+55\% {
    right: 55%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-56vw {
    top: -56vw;
  }
  .laptop-l\:t\+56vw {
    top: 56vw;
  }
  .laptop-l\:t-56\% {
    top: -56%;
  }
  .laptop-l\:t\+56\% {
    top: 56%;
  }
  .laptop-l\:b-56vw {
    bottom: -56vw;
  }
  .laptop-l\:b\+56vw {
    bottom: 56vw;
  }
  .laptop-l\:b-56\% {
    bottom: -56%;
  }
  .laptop-l\:b\+56\% {
    bottom: 56%;
  }
  .laptop-l\:l-56vw {
    left: -56vw;
  }
  .laptop-l\:l\+56vw {
    left: 56vw;
  }
  .laptop-l\:l-56\% {
    left: -56%;
  }
  .laptop-l\:l\+56\% {
    left: 56%;
  }
  .laptop-l\:r-56vw {
    right: -56vw;
  }
  .laptop-l\:r\+56vw {
    right: 56vw;
  }
  .laptop-l\:r-56\% {
    right: -56%;
  }
  .laptop-l\:r\+56\% {
    right: 56%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-57vw {
    top: -57vw;
  }
  .laptop-l\:t\+57vw {
    top: 57vw;
  }
  .laptop-l\:t-57\% {
    top: -57%;
  }
  .laptop-l\:t\+57\% {
    top: 57%;
  }
  .laptop-l\:b-57vw {
    bottom: -57vw;
  }
  .laptop-l\:b\+57vw {
    bottom: 57vw;
  }
  .laptop-l\:b-57\% {
    bottom: -57%;
  }
  .laptop-l\:b\+57\% {
    bottom: 57%;
  }
  .laptop-l\:l-57vw {
    left: -57vw;
  }
  .laptop-l\:l\+57vw {
    left: 57vw;
  }
  .laptop-l\:l-57\% {
    left: -57%;
  }
  .laptop-l\:l\+57\% {
    left: 57%;
  }
  .laptop-l\:r-57vw {
    right: -57vw;
  }
  .laptop-l\:r\+57vw {
    right: 57vw;
  }
  .laptop-l\:r-57\% {
    right: -57%;
  }
  .laptop-l\:r\+57\% {
    right: 57%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-58vw {
    top: -58vw;
  }
  .laptop-l\:t\+58vw {
    top: 58vw;
  }
  .laptop-l\:t-58\% {
    top: -58%;
  }
  .laptop-l\:t\+58\% {
    top: 58%;
  }
  .laptop-l\:b-58vw {
    bottom: -58vw;
  }
  .laptop-l\:b\+58vw {
    bottom: 58vw;
  }
  .laptop-l\:b-58\% {
    bottom: -58%;
  }
  .laptop-l\:b\+58\% {
    bottom: 58%;
  }
  .laptop-l\:l-58vw {
    left: -58vw;
  }
  .laptop-l\:l\+58vw {
    left: 58vw;
  }
  .laptop-l\:l-58\% {
    left: -58%;
  }
  .laptop-l\:l\+58\% {
    left: 58%;
  }
  .laptop-l\:r-58vw {
    right: -58vw;
  }
  .laptop-l\:r\+58vw {
    right: 58vw;
  }
  .laptop-l\:r-58\% {
    right: -58%;
  }
  .laptop-l\:r\+58\% {
    right: 58%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-59vw {
    top: -59vw;
  }
  .laptop-l\:t\+59vw {
    top: 59vw;
  }
  .laptop-l\:t-59\% {
    top: -59%;
  }
  .laptop-l\:t\+59\% {
    top: 59%;
  }
  .laptop-l\:b-59vw {
    bottom: -59vw;
  }
  .laptop-l\:b\+59vw {
    bottom: 59vw;
  }
  .laptop-l\:b-59\% {
    bottom: -59%;
  }
  .laptop-l\:b\+59\% {
    bottom: 59%;
  }
  .laptop-l\:l-59vw {
    left: -59vw;
  }
  .laptop-l\:l\+59vw {
    left: 59vw;
  }
  .laptop-l\:l-59\% {
    left: -59%;
  }
  .laptop-l\:l\+59\% {
    left: 59%;
  }
  .laptop-l\:r-59vw {
    right: -59vw;
  }
  .laptop-l\:r\+59vw {
    right: 59vw;
  }
  .laptop-l\:r-59\% {
    right: -59%;
  }
  .laptop-l\:r\+59\% {
    right: 59%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-60vw {
    top: -60vw;
  }
  .laptop-l\:t\+60vw {
    top: 60vw;
  }
  .laptop-l\:t-60\% {
    top: -60%;
  }
  .laptop-l\:t\+60\% {
    top: 60%;
  }
  .laptop-l\:b-60vw {
    bottom: -60vw;
  }
  .laptop-l\:b\+60vw {
    bottom: 60vw;
  }
  .laptop-l\:b-60\% {
    bottom: -60%;
  }
  .laptop-l\:b\+60\% {
    bottom: 60%;
  }
  .laptop-l\:l-60vw {
    left: -60vw;
  }
  .laptop-l\:l\+60vw {
    left: 60vw;
  }
  .laptop-l\:l-60\% {
    left: -60%;
  }
  .laptop-l\:l\+60\% {
    left: 60%;
  }
  .laptop-l\:r-60vw {
    right: -60vw;
  }
  .laptop-l\:r\+60vw {
    right: 60vw;
  }
  .laptop-l\:r-60\% {
    right: -60%;
  }
  .laptop-l\:r\+60\% {
    right: 60%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-61vw {
    top: -61vw;
  }
  .laptop-l\:t\+61vw {
    top: 61vw;
  }
  .laptop-l\:t-61\% {
    top: -61%;
  }
  .laptop-l\:t\+61\% {
    top: 61%;
  }
  .laptop-l\:b-61vw {
    bottom: -61vw;
  }
  .laptop-l\:b\+61vw {
    bottom: 61vw;
  }
  .laptop-l\:b-61\% {
    bottom: -61%;
  }
  .laptop-l\:b\+61\% {
    bottom: 61%;
  }
  .laptop-l\:l-61vw {
    left: -61vw;
  }
  .laptop-l\:l\+61vw {
    left: 61vw;
  }
  .laptop-l\:l-61\% {
    left: -61%;
  }
  .laptop-l\:l\+61\% {
    left: 61%;
  }
  .laptop-l\:r-61vw {
    right: -61vw;
  }
  .laptop-l\:r\+61vw {
    right: 61vw;
  }
  .laptop-l\:r-61\% {
    right: -61%;
  }
  .laptop-l\:r\+61\% {
    right: 61%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-62vw {
    top: -62vw;
  }
  .laptop-l\:t\+62vw {
    top: 62vw;
  }
  .laptop-l\:t-62\% {
    top: -62%;
  }
  .laptop-l\:t\+62\% {
    top: 62%;
  }
  .laptop-l\:b-62vw {
    bottom: -62vw;
  }
  .laptop-l\:b\+62vw {
    bottom: 62vw;
  }
  .laptop-l\:b-62\% {
    bottom: -62%;
  }
  .laptop-l\:b\+62\% {
    bottom: 62%;
  }
  .laptop-l\:l-62vw {
    left: -62vw;
  }
  .laptop-l\:l\+62vw {
    left: 62vw;
  }
  .laptop-l\:l-62\% {
    left: -62%;
  }
  .laptop-l\:l\+62\% {
    left: 62%;
  }
  .laptop-l\:r-62vw {
    right: -62vw;
  }
  .laptop-l\:r\+62vw {
    right: 62vw;
  }
  .laptop-l\:r-62\% {
    right: -62%;
  }
  .laptop-l\:r\+62\% {
    right: 62%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-63vw {
    top: -63vw;
  }
  .laptop-l\:t\+63vw {
    top: 63vw;
  }
  .laptop-l\:t-63\% {
    top: -63%;
  }
  .laptop-l\:t\+63\% {
    top: 63%;
  }
  .laptop-l\:b-63vw {
    bottom: -63vw;
  }
  .laptop-l\:b\+63vw {
    bottom: 63vw;
  }
  .laptop-l\:b-63\% {
    bottom: -63%;
  }
  .laptop-l\:b\+63\% {
    bottom: 63%;
  }
  .laptop-l\:l-63vw {
    left: -63vw;
  }
  .laptop-l\:l\+63vw {
    left: 63vw;
  }
  .laptop-l\:l-63\% {
    left: -63%;
  }
  .laptop-l\:l\+63\% {
    left: 63%;
  }
  .laptop-l\:r-63vw {
    right: -63vw;
  }
  .laptop-l\:r\+63vw {
    right: 63vw;
  }
  .laptop-l\:r-63\% {
    right: -63%;
  }
  .laptop-l\:r\+63\% {
    right: 63%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-64vw {
    top: -64vw;
  }
  .laptop-l\:t\+64vw {
    top: 64vw;
  }
  .laptop-l\:t-64\% {
    top: -64%;
  }
  .laptop-l\:t\+64\% {
    top: 64%;
  }
  .laptop-l\:b-64vw {
    bottom: -64vw;
  }
  .laptop-l\:b\+64vw {
    bottom: 64vw;
  }
  .laptop-l\:b-64\% {
    bottom: -64%;
  }
  .laptop-l\:b\+64\% {
    bottom: 64%;
  }
  .laptop-l\:l-64vw {
    left: -64vw;
  }
  .laptop-l\:l\+64vw {
    left: 64vw;
  }
  .laptop-l\:l-64\% {
    left: -64%;
  }
  .laptop-l\:l\+64\% {
    left: 64%;
  }
  .laptop-l\:r-64vw {
    right: -64vw;
  }
  .laptop-l\:r\+64vw {
    right: 64vw;
  }
  .laptop-l\:r-64\% {
    right: -64%;
  }
  .laptop-l\:r\+64\% {
    right: 64%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-65vw {
    top: -65vw;
  }
  .laptop-l\:t\+65vw {
    top: 65vw;
  }
  .laptop-l\:t-65\% {
    top: -65%;
  }
  .laptop-l\:t\+65\% {
    top: 65%;
  }
  .laptop-l\:b-65vw {
    bottom: -65vw;
  }
  .laptop-l\:b\+65vw {
    bottom: 65vw;
  }
  .laptop-l\:b-65\% {
    bottom: -65%;
  }
  .laptop-l\:b\+65\% {
    bottom: 65%;
  }
  .laptop-l\:l-65vw {
    left: -65vw;
  }
  .laptop-l\:l\+65vw {
    left: 65vw;
  }
  .laptop-l\:l-65\% {
    left: -65%;
  }
  .laptop-l\:l\+65\% {
    left: 65%;
  }
  .laptop-l\:r-65vw {
    right: -65vw;
  }
  .laptop-l\:r\+65vw {
    right: 65vw;
  }
  .laptop-l\:r-65\% {
    right: -65%;
  }
  .laptop-l\:r\+65\% {
    right: 65%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-66vw {
    top: -66vw;
  }
  .laptop-l\:t\+66vw {
    top: 66vw;
  }
  .laptop-l\:t-66\% {
    top: -66%;
  }
  .laptop-l\:t\+66\% {
    top: 66%;
  }
  .laptop-l\:b-66vw {
    bottom: -66vw;
  }
  .laptop-l\:b\+66vw {
    bottom: 66vw;
  }
  .laptop-l\:b-66\% {
    bottom: -66%;
  }
  .laptop-l\:b\+66\% {
    bottom: 66%;
  }
  .laptop-l\:l-66vw {
    left: -66vw;
  }
  .laptop-l\:l\+66vw {
    left: 66vw;
  }
  .laptop-l\:l-66\% {
    left: -66%;
  }
  .laptop-l\:l\+66\% {
    left: 66%;
  }
  .laptop-l\:r-66vw {
    right: -66vw;
  }
  .laptop-l\:r\+66vw {
    right: 66vw;
  }
  .laptop-l\:r-66\% {
    right: -66%;
  }
  .laptop-l\:r\+66\% {
    right: 66%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-67vw {
    top: -67vw;
  }
  .laptop-l\:t\+67vw {
    top: 67vw;
  }
  .laptop-l\:t-67\% {
    top: -67%;
  }
  .laptop-l\:t\+67\% {
    top: 67%;
  }
  .laptop-l\:b-67vw {
    bottom: -67vw;
  }
  .laptop-l\:b\+67vw {
    bottom: 67vw;
  }
  .laptop-l\:b-67\% {
    bottom: -67%;
  }
  .laptop-l\:b\+67\% {
    bottom: 67%;
  }
  .laptop-l\:l-67vw {
    left: -67vw;
  }
  .laptop-l\:l\+67vw {
    left: 67vw;
  }
  .laptop-l\:l-67\% {
    left: -67%;
  }
  .laptop-l\:l\+67\% {
    left: 67%;
  }
  .laptop-l\:r-67vw {
    right: -67vw;
  }
  .laptop-l\:r\+67vw {
    right: 67vw;
  }
  .laptop-l\:r-67\% {
    right: -67%;
  }
  .laptop-l\:r\+67\% {
    right: 67%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-68vw {
    top: -68vw;
  }
  .laptop-l\:t\+68vw {
    top: 68vw;
  }
  .laptop-l\:t-68\% {
    top: -68%;
  }
  .laptop-l\:t\+68\% {
    top: 68%;
  }
  .laptop-l\:b-68vw {
    bottom: -68vw;
  }
  .laptop-l\:b\+68vw {
    bottom: 68vw;
  }
  .laptop-l\:b-68\% {
    bottom: -68%;
  }
  .laptop-l\:b\+68\% {
    bottom: 68%;
  }
  .laptop-l\:l-68vw {
    left: -68vw;
  }
  .laptop-l\:l\+68vw {
    left: 68vw;
  }
  .laptop-l\:l-68\% {
    left: -68%;
  }
  .laptop-l\:l\+68\% {
    left: 68%;
  }
  .laptop-l\:r-68vw {
    right: -68vw;
  }
  .laptop-l\:r\+68vw {
    right: 68vw;
  }
  .laptop-l\:r-68\% {
    right: -68%;
  }
  .laptop-l\:r\+68\% {
    right: 68%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-69vw {
    top: -69vw;
  }
  .laptop-l\:t\+69vw {
    top: 69vw;
  }
  .laptop-l\:t-69\% {
    top: -69%;
  }
  .laptop-l\:t\+69\% {
    top: 69%;
  }
  .laptop-l\:b-69vw {
    bottom: -69vw;
  }
  .laptop-l\:b\+69vw {
    bottom: 69vw;
  }
  .laptop-l\:b-69\% {
    bottom: -69%;
  }
  .laptop-l\:b\+69\% {
    bottom: 69%;
  }
  .laptop-l\:l-69vw {
    left: -69vw;
  }
  .laptop-l\:l\+69vw {
    left: 69vw;
  }
  .laptop-l\:l-69\% {
    left: -69%;
  }
  .laptop-l\:l\+69\% {
    left: 69%;
  }
  .laptop-l\:r-69vw {
    right: -69vw;
  }
  .laptop-l\:r\+69vw {
    right: 69vw;
  }
  .laptop-l\:r-69\% {
    right: -69%;
  }
  .laptop-l\:r\+69\% {
    right: 69%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-70vw {
    top: -70vw;
  }
  .laptop-l\:t\+70vw {
    top: 70vw;
  }
  .laptop-l\:t-70\% {
    top: -70%;
  }
  .laptop-l\:t\+70\% {
    top: 70%;
  }
  .laptop-l\:b-70vw {
    bottom: -70vw;
  }
  .laptop-l\:b\+70vw {
    bottom: 70vw;
  }
  .laptop-l\:b-70\% {
    bottom: -70%;
  }
  .laptop-l\:b\+70\% {
    bottom: 70%;
  }
  .laptop-l\:l-70vw {
    left: -70vw;
  }
  .laptop-l\:l\+70vw {
    left: 70vw;
  }
  .laptop-l\:l-70\% {
    left: -70%;
  }
  .laptop-l\:l\+70\% {
    left: 70%;
  }
  .laptop-l\:r-70vw {
    right: -70vw;
  }
  .laptop-l\:r\+70vw {
    right: 70vw;
  }
  .laptop-l\:r-70\% {
    right: -70%;
  }
  .laptop-l\:r\+70\% {
    right: 70%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-71vw {
    top: -71vw;
  }
  .laptop-l\:t\+71vw {
    top: 71vw;
  }
  .laptop-l\:t-71\% {
    top: -71%;
  }
  .laptop-l\:t\+71\% {
    top: 71%;
  }
  .laptop-l\:b-71vw {
    bottom: -71vw;
  }
  .laptop-l\:b\+71vw {
    bottom: 71vw;
  }
  .laptop-l\:b-71\% {
    bottom: -71%;
  }
  .laptop-l\:b\+71\% {
    bottom: 71%;
  }
  .laptop-l\:l-71vw {
    left: -71vw;
  }
  .laptop-l\:l\+71vw {
    left: 71vw;
  }
  .laptop-l\:l-71\% {
    left: -71%;
  }
  .laptop-l\:l\+71\% {
    left: 71%;
  }
  .laptop-l\:r-71vw {
    right: -71vw;
  }
  .laptop-l\:r\+71vw {
    right: 71vw;
  }
  .laptop-l\:r-71\% {
    right: -71%;
  }
  .laptop-l\:r\+71\% {
    right: 71%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-72vw {
    top: -72vw;
  }
  .laptop-l\:t\+72vw {
    top: 72vw;
  }
  .laptop-l\:t-72\% {
    top: -72%;
  }
  .laptop-l\:t\+72\% {
    top: 72%;
  }
  .laptop-l\:b-72vw {
    bottom: -72vw;
  }
  .laptop-l\:b\+72vw {
    bottom: 72vw;
  }
  .laptop-l\:b-72\% {
    bottom: -72%;
  }
  .laptop-l\:b\+72\% {
    bottom: 72%;
  }
  .laptop-l\:l-72vw {
    left: -72vw;
  }
  .laptop-l\:l\+72vw {
    left: 72vw;
  }
  .laptop-l\:l-72\% {
    left: -72%;
  }
  .laptop-l\:l\+72\% {
    left: 72%;
  }
  .laptop-l\:r-72vw {
    right: -72vw;
  }
  .laptop-l\:r\+72vw {
    right: 72vw;
  }
  .laptop-l\:r-72\% {
    right: -72%;
  }
  .laptop-l\:r\+72\% {
    right: 72%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-73vw {
    top: -73vw;
  }
  .laptop-l\:t\+73vw {
    top: 73vw;
  }
  .laptop-l\:t-73\% {
    top: -73%;
  }
  .laptop-l\:t\+73\% {
    top: 73%;
  }
  .laptop-l\:b-73vw {
    bottom: -73vw;
  }
  .laptop-l\:b\+73vw {
    bottom: 73vw;
  }
  .laptop-l\:b-73\% {
    bottom: -73%;
  }
  .laptop-l\:b\+73\% {
    bottom: 73%;
  }
  .laptop-l\:l-73vw {
    left: -73vw;
  }
  .laptop-l\:l\+73vw {
    left: 73vw;
  }
  .laptop-l\:l-73\% {
    left: -73%;
  }
  .laptop-l\:l\+73\% {
    left: 73%;
  }
  .laptop-l\:r-73vw {
    right: -73vw;
  }
  .laptop-l\:r\+73vw {
    right: 73vw;
  }
  .laptop-l\:r-73\% {
    right: -73%;
  }
  .laptop-l\:r\+73\% {
    right: 73%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-74vw {
    top: -74vw;
  }
  .laptop-l\:t\+74vw {
    top: 74vw;
  }
  .laptop-l\:t-74\% {
    top: -74%;
  }
  .laptop-l\:t\+74\% {
    top: 74%;
  }
  .laptop-l\:b-74vw {
    bottom: -74vw;
  }
  .laptop-l\:b\+74vw {
    bottom: 74vw;
  }
  .laptop-l\:b-74\% {
    bottom: -74%;
  }
  .laptop-l\:b\+74\% {
    bottom: 74%;
  }
  .laptop-l\:l-74vw {
    left: -74vw;
  }
  .laptop-l\:l\+74vw {
    left: 74vw;
  }
  .laptop-l\:l-74\% {
    left: -74%;
  }
  .laptop-l\:l\+74\% {
    left: 74%;
  }
  .laptop-l\:r-74vw {
    right: -74vw;
  }
  .laptop-l\:r\+74vw {
    right: 74vw;
  }
  .laptop-l\:r-74\% {
    right: -74%;
  }
  .laptop-l\:r\+74\% {
    right: 74%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-75vw {
    top: -75vw;
  }
  .laptop-l\:t\+75vw {
    top: 75vw;
  }
  .laptop-l\:t-75\% {
    top: -75%;
  }
  .laptop-l\:t\+75\% {
    top: 75%;
  }
  .laptop-l\:b-75vw {
    bottom: -75vw;
  }
  .laptop-l\:b\+75vw {
    bottom: 75vw;
  }
  .laptop-l\:b-75\% {
    bottom: -75%;
  }
  .laptop-l\:b\+75\% {
    bottom: 75%;
  }
  .laptop-l\:l-75vw {
    left: -75vw;
  }
  .laptop-l\:l\+75vw {
    left: 75vw;
  }
  .laptop-l\:l-75\% {
    left: -75%;
  }
  .laptop-l\:l\+75\% {
    left: 75%;
  }
  .laptop-l\:r-75vw {
    right: -75vw;
  }
  .laptop-l\:r\+75vw {
    right: 75vw;
  }
  .laptop-l\:r-75\% {
    right: -75%;
  }
  .laptop-l\:r\+75\% {
    right: 75%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-76vw {
    top: -76vw;
  }
  .laptop-l\:t\+76vw {
    top: 76vw;
  }
  .laptop-l\:t-76\% {
    top: -76%;
  }
  .laptop-l\:t\+76\% {
    top: 76%;
  }
  .laptop-l\:b-76vw {
    bottom: -76vw;
  }
  .laptop-l\:b\+76vw {
    bottom: 76vw;
  }
  .laptop-l\:b-76\% {
    bottom: -76%;
  }
  .laptop-l\:b\+76\% {
    bottom: 76%;
  }
  .laptop-l\:l-76vw {
    left: -76vw;
  }
  .laptop-l\:l\+76vw {
    left: 76vw;
  }
  .laptop-l\:l-76\% {
    left: -76%;
  }
  .laptop-l\:l\+76\% {
    left: 76%;
  }
  .laptop-l\:r-76vw {
    right: -76vw;
  }
  .laptop-l\:r\+76vw {
    right: 76vw;
  }
  .laptop-l\:r-76\% {
    right: -76%;
  }
  .laptop-l\:r\+76\% {
    right: 76%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-77vw {
    top: -77vw;
  }
  .laptop-l\:t\+77vw {
    top: 77vw;
  }
  .laptop-l\:t-77\% {
    top: -77%;
  }
  .laptop-l\:t\+77\% {
    top: 77%;
  }
  .laptop-l\:b-77vw {
    bottom: -77vw;
  }
  .laptop-l\:b\+77vw {
    bottom: 77vw;
  }
  .laptop-l\:b-77\% {
    bottom: -77%;
  }
  .laptop-l\:b\+77\% {
    bottom: 77%;
  }
  .laptop-l\:l-77vw {
    left: -77vw;
  }
  .laptop-l\:l\+77vw {
    left: 77vw;
  }
  .laptop-l\:l-77\% {
    left: -77%;
  }
  .laptop-l\:l\+77\% {
    left: 77%;
  }
  .laptop-l\:r-77vw {
    right: -77vw;
  }
  .laptop-l\:r\+77vw {
    right: 77vw;
  }
  .laptop-l\:r-77\% {
    right: -77%;
  }
  .laptop-l\:r\+77\% {
    right: 77%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-78vw {
    top: -78vw;
  }
  .laptop-l\:t\+78vw {
    top: 78vw;
  }
  .laptop-l\:t-78\% {
    top: -78%;
  }
  .laptop-l\:t\+78\% {
    top: 78%;
  }
  .laptop-l\:b-78vw {
    bottom: -78vw;
  }
  .laptop-l\:b\+78vw {
    bottom: 78vw;
  }
  .laptop-l\:b-78\% {
    bottom: -78%;
  }
  .laptop-l\:b\+78\% {
    bottom: 78%;
  }
  .laptop-l\:l-78vw {
    left: -78vw;
  }
  .laptop-l\:l\+78vw {
    left: 78vw;
  }
  .laptop-l\:l-78\% {
    left: -78%;
  }
  .laptop-l\:l\+78\% {
    left: 78%;
  }
  .laptop-l\:r-78vw {
    right: -78vw;
  }
  .laptop-l\:r\+78vw {
    right: 78vw;
  }
  .laptop-l\:r-78\% {
    right: -78%;
  }
  .laptop-l\:r\+78\% {
    right: 78%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-79vw {
    top: -79vw;
  }
  .laptop-l\:t\+79vw {
    top: 79vw;
  }
  .laptop-l\:t-79\% {
    top: -79%;
  }
  .laptop-l\:t\+79\% {
    top: 79%;
  }
  .laptop-l\:b-79vw {
    bottom: -79vw;
  }
  .laptop-l\:b\+79vw {
    bottom: 79vw;
  }
  .laptop-l\:b-79\% {
    bottom: -79%;
  }
  .laptop-l\:b\+79\% {
    bottom: 79%;
  }
  .laptop-l\:l-79vw {
    left: -79vw;
  }
  .laptop-l\:l\+79vw {
    left: 79vw;
  }
  .laptop-l\:l-79\% {
    left: -79%;
  }
  .laptop-l\:l\+79\% {
    left: 79%;
  }
  .laptop-l\:r-79vw {
    right: -79vw;
  }
  .laptop-l\:r\+79vw {
    right: 79vw;
  }
  .laptop-l\:r-79\% {
    right: -79%;
  }
  .laptop-l\:r\+79\% {
    right: 79%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-80vw {
    top: -80vw;
  }
  .laptop-l\:t\+80vw {
    top: 80vw;
  }
  .laptop-l\:t-80\% {
    top: -80%;
  }
  .laptop-l\:t\+80\% {
    top: 80%;
  }
  .laptop-l\:b-80vw {
    bottom: -80vw;
  }
  .laptop-l\:b\+80vw {
    bottom: 80vw;
  }
  .laptop-l\:b-80\% {
    bottom: -80%;
  }
  .laptop-l\:b\+80\% {
    bottom: 80%;
  }
  .laptop-l\:l-80vw {
    left: -80vw;
  }
  .laptop-l\:l\+80vw {
    left: 80vw;
  }
  .laptop-l\:l-80\% {
    left: -80%;
  }
  .laptop-l\:l\+80\% {
    left: 80%;
  }
  .laptop-l\:r-80vw {
    right: -80vw;
  }
  .laptop-l\:r\+80vw {
    right: 80vw;
  }
  .laptop-l\:r-80\% {
    right: -80%;
  }
  .laptop-l\:r\+80\% {
    right: 80%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-81vw {
    top: -81vw;
  }
  .laptop-l\:t\+81vw {
    top: 81vw;
  }
  .laptop-l\:t-81\% {
    top: -81%;
  }
  .laptop-l\:t\+81\% {
    top: 81%;
  }
  .laptop-l\:b-81vw {
    bottom: -81vw;
  }
  .laptop-l\:b\+81vw {
    bottom: 81vw;
  }
  .laptop-l\:b-81\% {
    bottom: -81%;
  }
  .laptop-l\:b\+81\% {
    bottom: 81%;
  }
  .laptop-l\:l-81vw {
    left: -81vw;
  }
  .laptop-l\:l\+81vw {
    left: 81vw;
  }
  .laptop-l\:l-81\% {
    left: -81%;
  }
  .laptop-l\:l\+81\% {
    left: 81%;
  }
  .laptop-l\:r-81vw {
    right: -81vw;
  }
  .laptop-l\:r\+81vw {
    right: 81vw;
  }
  .laptop-l\:r-81\% {
    right: -81%;
  }
  .laptop-l\:r\+81\% {
    right: 81%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-82vw {
    top: -82vw;
  }
  .laptop-l\:t\+82vw {
    top: 82vw;
  }
  .laptop-l\:t-82\% {
    top: -82%;
  }
  .laptop-l\:t\+82\% {
    top: 82%;
  }
  .laptop-l\:b-82vw {
    bottom: -82vw;
  }
  .laptop-l\:b\+82vw {
    bottom: 82vw;
  }
  .laptop-l\:b-82\% {
    bottom: -82%;
  }
  .laptop-l\:b\+82\% {
    bottom: 82%;
  }
  .laptop-l\:l-82vw {
    left: -82vw;
  }
  .laptop-l\:l\+82vw {
    left: 82vw;
  }
  .laptop-l\:l-82\% {
    left: -82%;
  }
  .laptop-l\:l\+82\% {
    left: 82%;
  }
  .laptop-l\:r-82vw {
    right: -82vw;
  }
  .laptop-l\:r\+82vw {
    right: 82vw;
  }
  .laptop-l\:r-82\% {
    right: -82%;
  }
  .laptop-l\:r\+82\% {
    right: 82%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-83vw {
    top: -83vw;
  }
  .laptop-l\:t\+83vw {
    top: 83vw;
  }
  .laptop-l\:t-83\% {
    top: -83%;
  }
  .laptop-l\:t\+83\% {
    top: 83%;
  }
  .laptop-l\:b-83vw {
    bottom: -83vw;
  }
  .laptop-l\:b\+83vw {
    bottom: 83vw;
  }
  .laptop-l\:b-83\% {
    bottom: -83%;
  }
  .laptop-l\:b\+83\% {
    bottom: 83%;
  }
  .laptop-l\:l-83vw {
    left: -83vw;
  }
  .laptop-l\:l\+83vw {
    left: 83vw;
  }
  .laptop-l\:l-83\% {
    left: -83%;
  }
  .laptop-l\:l\+83\% {
    left: 83%;
  }
  .laptop-l\:r-83vw {
    right: -83vw;
  }
  .laptop-l\:r\+83vw {
    right: 83vw;
  }
  .laptop-l\:r-83\% {
    right: -83%;
  }
  .laptop-l\:r\+83\% {
    right: 83%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-84vw {
    top: -84vw;
  }
  .laptop-l\:t\+84vw {
    top: 84vw;
  }
  .laptop-l\:t-84\% {
    top: -84%;
  }
  .laptop-l\:t\+84\% {
    top: 84%;
  }
  .laptop-l\:b-84vw {
    bottom: -84vw;
  }
  .laptop-l\:b\+84vw {
    bottom: 84vw;
  }
  .laptop-l\:b-84\% {
    bottom: -84%;
  }
  .laptop-l\:b\+84\% {
    bottom: 84%;
  }
  .laptop-l\:l-84vw {
    left: -84vw;
  }
  .laptop-l\:l\+84vw {
    left: 84vw;
  }
  .laptop-l\:l-84\% {
    left: -84%;
  }
  .laptop-l\:l\+84\% {
    left: 84%;
  }
  .laptop-l\:r-84vw {
    right: -84vw;
  }
  .laptop-l\:r\+84vw {
    right: 84vw;
  }
  .laptop-l\:r-84\% {
    right: -84%;
  }
  .laptop-l\:r\+84\% {
    right: 84%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-85vw {
    top: -85vw;
  }
  .laptop-l\:t\+85vw {
    top: 85vw;
  }
  .laptop-l\:t-85\% {
    top: -85%;
  }
  .laptop-l\:t\+85\% {
    top: 85%;
  }
  .laptop-l\:b-85vw {
    bottom: -85vw;
  }
  .laptop-l\:b\+85vw {
    bottom: 85vw;
  }
  .laptop-l\:b-85\% {
    bottom: -85%;
  }
  .laptop-l\:b\+85\% {
    bottom: 85%;
  }
  .laptop-l\:l-85vw {
    left: -85vw;
  }
  .laptop-l\:l\+85vw {
    left: 85vw;
  }
  .laptop-l\:l-85\% {
    left: -85%;
  }
  .laptop-l\:l\+85\% {
    left: 85%;
  }
  .laptop-l\:r-85vw {
    right: -85vw;
  }
  .laptop-l\:r\+85vw {
    right: 85vw;
  }
  .laptop-l\:r-85\% {
    right: -85%;
  }
  .laptop-l\:r\+85\% {
    right: 85%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-86vw {
    top: -86vw;
  }
  .laptop-l\:t\+86vw {
    top: 86vw;
  }
  .laptop-l\:t-86\% {
    top: -86%;
  }
  .laptop-l\:t\+86\% {
    top: 86%;
  }
  .laptop-l\:b-86vw {
    bottom: -86vw;
  }
  .laptop-l\:b\+86vw {
    bottom: 86vw;
  }
  .laptop-l\:b-86\% {
    bottom: -86%;
  }
  .laptop-l\:b\+86\% {
    bottom: 86%;
  }
  .laptop-l\:l-86vw {
    left: -86vw;
  }
  .laptop-l\:l\+86vw {
    left: 86vw;
  }
  .laptop-l\:l-86\% {
    left: -86%;
  }
  .laptop-l\:l\+86\% {
    left: 86%;
  }
  .laptop-l\:r-86vw {
    right: -86vw;
  }
  .laptop-l\:r\+86vw {
    right: 86vw;
  }
  .laptop-l\:r-86\% {
    right: -86%;
  }
  .laptop-l\:r\+86\% {
    right: 86%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-87vw {
    top: -87vw;
  }
  .laptop-l\:t\+87vw {
    top: 87vw;
  }
  .laptop-l\:t-87\% {
    top: -87%;
  }
  .laptop-l\:t\+87\% {
    top: 87%;
  }
  .laptop-l\:b-87vw {
    bottom: -87vw;
  }
  .laptop-l\:b\+87vw {
    bottom: 87vw;
  }
  .laptop-l\:b-87\% {
    bottom: -87%;
  }
  .laptop-l\:b\+87\% {
    bottom: 87%;
  }
  .laptop-l\:l-87vw {
    left: -87vw;
  }
  .laptop-l\:l\+87vw {
    left: 87vw;
  }
  .laptop-l\:l-87\% {
    left: -87%;
  }
  .laptop-l\:l\+87\% {
    left: 87%;
  }
  .laptop-l\:r-87vw {
    right: -87vw;
  }
  .laptop-l\:r\+87vw {
    right: 87vw;
  }
  .laptop-l\:r-87\% {
    right: -87%;
  }
  .laptop-l\:r\+87\% {
    right: 87%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-88vw {
    top: -88vw;
  }
  .laptop-l\:t\+88vw {
    top: 88vw;
  }
  .laptop-l\:t-88\% {
    top: -88%;
  }
  .laptop-l\:t\+88\% {
    top: 88%;
  }
  .laptop-l\:b-88vw {
    bottom: -88vw;
  }
  .laptop-l\:b\+88vw {
    bottom: 88vw;
  }
  .laptop-l\:b-88\% {
    bottom: -88%;
  }
  .laptop-l\:b\+88\% {
    bottom: 88%;
  }
  .laptop-l\:l-88vw {
    left: -88vw;
  }
  .laptop-l\:l\+88vw {
    left: 88vw;
  }
  .laptop-l\:l-88\% {
    left: -88%;
  }
  .laptop-l\:l\+88\% {
    left: 88%;
  }
  .laptop-l\:r-88vw {
    right: -88vw;
  }
  .laptop-l\:r\+88vw {
    right: 88vw;
  }
  .laptop-l\:r-88\% {
    right: -88%;
  }
  .laptop-l\:r\+88\% {
    right: 88%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-89vw {
    top: -89vw;
  }
  .laptop-l\:t\+89vw {
    top: 89vw;
  }
  .laptop-l\:t-89\% {
    top: -89%;
  }
  .laptop-l\:t\+89\% {
    top: 89%;
  }
  .laptop-l\:b-89vw {
    bottom: -89vw;
  }
  .laptop-l\:b\+89vw {
    bottom: 89vw;
  }
  .laptop-l\:b-89\% {
    bottom: -89%;
  }
  .laptop-l\:b\+89\% {
    bottom: 89%;
  }
  .laptop-l\:l-89vw {
    left: -89vw;
  }
  .laptop-l\:l\+89vw {
    left: 89vw;
  }
  .laptop-l\:l-89\% {
    left: -89%;
  }
  .laptop-l\:l\+89\% {
    left: 89%;
  }
  .laptop-l\:r-89vw {
    right: -89vw;
  }
  .laptop-l\:r\+89vw {
    right: 89vw;
  }
  .laptop-l\:r-89\% {
    right: -89%;
  }
  .laptop-l\:r\+89\% {
    right: 89%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-90vw {
    top: -90vw;
  }
  .laptop-l\:t\+90vw {
    top: 90vw;
  }
  .laptop-l\:t-90\% {
    top: -90%;
  }
  .laptop-l\:t\+90\% {
    top: 90%;
  }
  .laptop-l\:b-90vw {
    bottom: -90vw;
  }
  .laptop-l\:b\+90vw {
    bottom: 90vw;
  }
  .laptop-l\:b-90\% {
    bottom: -90%;
  }
  .laptop-l\:b\+90\% {
    bottom: 90%;
  }
  .laptop-l\:l-90vw {
    left: -90vw;
  }
  .laptop-l\:l\+90vw {
    left: 90vw;
  }
  .laptop-l\:l-90\% {
    left: -90%;
  }
  .laptop-l\:l\+90\% {
    left: 90%;
  }
  .laptop-l\:r-90vw {
    right: -90vw;
  }
  .laptop-l\:r\+90vw {
    right: 90vw;
  }
  .laptop-l\:r-90\% {
    right: -90%;
  }
  .laptop-l\:r\+90\% {
    right: 90%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-91vw {
    top: -91vw;
  }
  .laptop-l\:t\+91vw {
    top: 91vw;
  }
  .laptop-l\:t-91\% {
    top: -91%;
  }
  .laptop-l\:t\+91\% {
    top: 91%;
  }
  .laptop-l\:b-91vw {
    bottom: -91vw;
  }
  .laptop-l\:b\+91vw {
    bottom: 91vw;
  }
  .laptop-l\:b-91\% {
    bottom: -91%;
  }
  .laptop-l\:b\+91\% {
    bottom: 91%;
  }
  .laptop-l\:l-91vw {
    left: -91vw;
  }
  .laptop-l\:l\+91vw {
    left: 91vw;
  }
  .laptop-l\:l-91\% {
    left: -91%;
  }
  .laptop-l\:l\+91\% {
    left: 91%;
  }
  .laptop-l\:r-91vw {
    right: -91vw;
  }
  .laptop-l\:r\+91vw {
    right: 91vw;
  }
  .laptop-l\:r-91\% {
    right: -91%;
  }
  .laptop-l\:r\+91\% {
    right: 91%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-92vw {
    top: -92vw;
  }
  .laptop-l\:t\+92vw {
    top: 92vw;
  }
  .laptop-l\:t-92\% {
    top: -92%;
  }
  .laptop-l\:t\+92\% {
    top: 92%;
  }
  .laptop-l\:b-92vw {
    bottom: -92vw;
  }
  .laptop-l\:b\+92vw {
    bottom: 92vw;
  }
  .laptop-l\:b-92\% {
    bottom: -92%;
  }
  .laptop-l\:b\+92\% {
    bottom: 92%;
  }
  .laptop-l\:l-92vw {
    left: -92vw;
  }
  .laptop-l\:l\+92vw {
    left: 92vw;
  }
  .laptop-l\:l-92\% {
    left: -92%;
  }
  .laptop-l\:l\+92\% {
    left: 92%;
  }
  .laptop-l\:r-92vw {
    right: -92vw;
  }
  .laptop-l\:r\+92vw {
    right: 92vw;
  }
  .laptop-l\:r-92\% {
    right: -92%;
  }
  .laptop-l\:r\+92\% {
    right: 92%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-93vw {
    top: -93vw;
  }
  .laptop-l\:t\+93vw {
    top: 93vw;
  }
  .laptop-l\:t-93\% {
    top: -93%;
  }
  .laptop-l\:t\+93\% {
    top: 93%;
  }
  .laptop-l\:b-93vw {
    bottom: -93vw;
  }
  .laptop-l\:b\+93vw {
    bottom: 93vw;
  }
  .laptop-l\:b-93\% {
    bottom: -93%;
  }
  .laptop-l\:b\+93\% {
    bottom: 93%;
  }
  .laptop-l\:l-93vw {
    left: -93vw;
  }
  .laptop-l\:l\+93vw {
    left: 93vw;
  }
  .laptop-l\:l-93\% {
    left: -93%;
  }
  .laptop-l\:l\+93\% {
    left: 93%;
  }
  .laptop-l\:r-93vw {
    right: -93vw;
  }
  .laptop-l\:r\+93vw {
    right: 93vw;
  }
  .laptop-l\:r-93\% {
    right: -93%;
  }
  .laptop-l\:r\+93\% {
    right: 93%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-94vw {
    top: -94vw;
  }
  .laptop-l\:t\+94vw {
    top: 94vw;
  }
  .laptop-l\:t-94\% {
    top: -94%;
  }
  .laptop-l\:t\+94\% {
    top: 94%;
  }
  .laptop-l\:b-94vw {
    bottom: -94vw;
  }
  .laptop-l\:b\+94vw {
    bottom: 94vw;
  }
  .laptop-l\:b-94\% {
    bottom: -94%;
  }
  .laptop-l\:b\+94\% {
    bottom: 94%;
  }
  .laptop-l\:l-94vw {
    left: -94vw;
  }
  .laptop-l\:l\+94vw {
    left: 94vw;
  }
  .laptop-l\:l-94\% {
    left: -94%;
  }
  .laptop-l\:l\+94\% {
    left: 94%;
  }
  .laptop-l\:r-94vw {
    right: -94vw;
  }
  .laptop-l\:r\+94vw {
    right: 94vw;
  }
  .laptop-l\:r-94\% {
    right: -94%;
  }
  .laptop-l\:r\+94\% {
    right: 94%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-95vw {
    top: -95vw;
  }
  .laptop-l\:t\+95vw {
    top: 95vw;
  }
  .laptop-l\:t-95\% {
    top: -95%;
  }
  .laptop-l\:t\+95\% {
    top: 95%;
  }
  .laptop-l\:b-95vw {
    bottom: -95vw;
  }
  .laptop-l\:b\+95vw {
    bottom: 95vw;
  }
  .laptop-l\:b-95\% {
    bottom: -95%;
  }
  .laptop-l\:b\+95\% {
    bottom: 95%;
  }
  .laptop-l\:l-95vw {
    left: -95vw;
  }
  .laptop-l\:l\+95vw {
    left: 95vw;
  }
  .laptop-l\:l-95\% {
    left: -95%;
  }
  .laptop-l\:l\+95\% {
    left: 95%;
  }
  .laptop-l\:r-95vw {
    right: -95vw;
  }
  .laptop-l\:r\+95vw {
    right: 95vw;
  }
  .laptop-l\:r-95\% {
    right: -95%;
  }
  .laptop-l\:r\+95\% {
    right: 95%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-96vw {
    top: -96vw;
  }
  .laptop-l\:t\+96vw {
    top: 96vw;
  }
  .laptop-l\:t-96\% {
    top: -96%;
  }
  .laptop-l\:t\+96\% {
    top: 96%;
  }
  .laptop-l\:b-96vw {
    bottom: -96vw;
  }
  .laptop-l\:b\+96vw {
    bottom: 96vw;
  }
  .laptop-l\:b-96\% {
    bottom: -96%;
  }
  .laptop-l\:b\+96\% {
    bottom: 96%;
  }
  .laptop-l\:l-96vw {
    left: -96vw;
  }
  .laptop-l\:l\+96vw {
    left: 96vw;
  }
  .laptop-l\:l-96\% {
    left: -96%;
  }
  .laptop-l\:l\+96\% {
    left: 96%;
  }
  .laptop-l\:r-96vw {
    right: -96vw;
  }
  .laptop-l\:r\+96vw {
    right: 96vw;
  }
  .laptop-l\:r-96\% {
    right: -96%;
  }
  .laptop-l\:r\+96\% {
    right: 96%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-97vw {
    top: -97vw;
  }
  .laptop-l\:t\+97vw {
    top: 97vw;
  }
  .laptop-l\:t-97\% {
    top: -97%;
  }
  .laptop-l\:t\+97\% {
    top: 97%;
  }
  .laptop-l\:b-97vw {
    bottom: -97vw;
  }
  .laptop-l\:b\+97vw {
    bottom: 97vw;
  }
  .laptop-l\:b-97\% {
    bottom: -97%;
  }
  .laptop-l\:b\+97\% {
    bottom: 97%;
  }
  .laptop-l\:l-97vw {
    left: -97vw;
  }
  .laptop-l\:l\+97vw {
    left: 97vw;
  }
  .laptop-l\:l-97\% {
    left: -97%;
  }
  .laptop-l\:l\+97\% {
    left: 97%;
  }
  .laptop-l\:r-97vw {
    right: -97vw;
  }
  .laptop-l\:r\+97vw {
    right: 97vw;
  }
  .laptop-l\:r-97\% {
    right: -97%;
  }
  .laptop-l\:r\+97\% {
    right: 97%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-98vw {
    top: -98vw;
  }
  .laptop-l\:t\+98vw {
    top: 98vw;
  }
  .laptop-l\:t-98\% {
    top: -98%;
  }
  .laptop-l\:t\+98\% {
    top: 98%;
  }
  .laptop-l\:b-98vw {
    bottom: -98vw;
  }
  .laptop-l\:b\+98vw {
    bottom: 98vw;
  }
  .laptop-l\:b-98\% {
    bottom: -98%;
  }
  .laptop-l\:b\+98\% {
    bottom: 98%;
  }
  .laptop-l\:l-98vw {
    left: -98vw;
  }
  .laptop-l\:l\+98vw {
    left: 98vw;
  }
  .laptop-l\:l-98\% {
    left: -98%;
  }
  .laptop-l\:l\+98\% {
    left: 98%;
  }
  .laptop-l\:r-98vw {
    right: -98vw;
  }
  .laptop-l\:r\+98vw {
    right: 98vw;
  }
  .laptop-l\:r-98\% {
    right: -98%;
  }
  .laptop-l\:r\+98\% {
    right: 98%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-99vw {
    top: -99vw;
  }
  .laptop-l\:t\+99vw {
    top: 99vw;
  }
  .laptop-l\:t-99\% {
    top: -99%;
  }
  .laptop-l\:t\+99\% {
    top: 99%;
  }
  .laptop-l\:b-99vw {
    bottom: -99vw;
  }
  .laptop-l\:b\+99vw {
    bottom: 99vw;
  }
  .laptop-l\:b-99\% {
    bottom: -99%;
  }
  .laptop-l\:b\+99\% {
    bottom: 99%;
  }
  .laptop-l\:l-99vw {
    left: -99vw;
  }
  .laptop-l\:l\+99vw {
    left: 99vw;
  }
  .laptop-l\:l-99\% {
    left: -99%;
  }
  .laptop-l\:l\+99\% {
    left: 99%;
  }
  .laptop-l\:r-99vw {
    right: -99vw;
  }
  .laptop-l\:r\+99vw {
    right: 99vw;
  }
  .laptop-l\:r-99\% {
    right: -99%;
  }
  .laptop-l\:r\+99\% {
    right: 99%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-100vw {
    top: -100vw;
  }
  .laptop-l\:t\+100vw {
    top: 100vw;
  }
  .laptop-l\:t-100\% {
    top: -100%;
  }
  .laptop-l\:t\+100\% {
    top: 100%;
  }
  .laptop-l\:b-100vw {
    bottom: -100vw;
  }
  .laptop-l\:b\+100vw {
    bottom: 100vw;
  }
  .laptop-l\:b-100\% {
    bottom: -100%;
  }
  .laptop-l\:b\+100\% {
    bottom: 100%;
  }
  .laptop-l\:l-100vw {
    left: -100vw;
  }
  .laptop-l\:l\+100vw {
    left: 100vw;
  }
  .laptop-l\:l-100\% {
    left: -100%;
  }
  .laptop-l\:l\+100\% {
    left: 100%;
  }
  .laptop-l\:r-100vw {
    right: -100vw;
  }
  .laptop-l\:r\+100vw {
    right: 100vw;
  }
  .laptop-l\:r-100\% {
    right: -100%;
  }
  .laptop-l\:r\+100\% {
    right: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-101vw {
    top: -101vw;
  }
  .laptop-l\:t\+101vw {
    top: 101vw;
  }
  .laptop-l\:t-101\% {
    top: -101%;
  }
  .laptop-l\:t\+101\% {
    top: 101%;
  }
  .laptop-l\:b-101vw {
    bottom: -101vw;
  }
  .laptop-l\:b\+101vw {
    bottom: 101vw;
  }
  .laptop-l\:b-101\% {
    bottom: -101%;
  }
  .laptop-l\:b\+101\% {
    bottom: 101%;
  }
  .laptop-l\:l-101vw {
    left: -101vw;
  }
  .laptop-l\:l\+101vw {
    left: 101vw;
  }
  .laptop-l\:l-101\% {
    left: -101%;
  }
  .laptop-l\:l\+101\% {
    left: 101%;
  }
  .laptop-l\:r-101vw {
    right: -101vw;
  }
  .laptop-l\:r\+101vw {
    right: 101vw;
  }
  .laptop-l\:r-101\% {
    right: -101%;
  }
  .laptop-l\:r\+101\% {
    right: 101%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-102vw {
    top: -102vw;
  }
  .laptop-l\:t\+102vw {
    top: 102vw;
  }
  .laptop-l\:t-102\% {
    top: -102%;
  }
  .laptop-l\:t\+102\% {
    top: 102%;
  }
  .laptop-l\:b-102vw {
    bottom: -102vw;
  }
  .laptop-l\:b\+102vw {
    bottom: 102vw;
  }
  .laptop-l\:b-102\% {
    bottom: -102%;
  }
  .laptop-l\:b\+102\% {
    bottom: 102%;
  }
  .laptop-l\:l-102vw {
    left: -102vw;
  }
  .laptop-l\:l\+102vw {
    left: 102vw;
  }
  .laptop-l\:l-102\% {
    left: -102%;
  }
  .laptop-l\:l\+102\% {
    left: 102%;
  }
  .laptop-l\:r-102vw {
    right: -102vw;
  }
  .laptop-l\:r\+102vw {
    right: 102vw;
  }
  .laptop-l\:r-102\% {
    right: -102%;
  }
  .laptop-l\:r\+102\% {
    right: 102%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-103vw {
    top: -103vw;
  }
  .laptop-l\:t\+103vw {
    top: 103vw;
  }
  .laptop-l\:t-103\% {
    top: -103%;
  }
  .laptop-l\:t\+103\% {
    top: 103%;
  }
  .laptop-l\:b-103vw {
    bottom: -103vw;
  }
  .laptop-l\:b\+103vw {
    bottom: 103vw;
  }
  .laptop-l\:b-103\% {
    bottom: -103%;
  }
  .laptop-l\:b\+103\% {
    bottom: 103%;
  }
  .laptop-l\:l-103vw {
    left: -103vw;
  }
  .laptop-l\:l\+103vw {
    left: 103vw;
  }
  .laptop-l\:l-103\% {
    left: -103%;
  }
  .laptop-l\:l\+103\% {
    left: 103%;
  }
  .laptop-l\:r-103vw {
    right: -103vw;
  }
  .laptop-l\:r\+103vw {
    right: 103vw;
  }
  .laptop-l\:r-103\% {
    right: -103%;
  }
  .laptop-l\:r\+103\% {
    right: 103%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-104vw {
    top: -104vw;
  }
  .laptop-l\:t\+104vw {
    top: 104vw;
  }
  .laptop-l\:t-104\% {
    top: -104%;
  }
  .laptop-l\:t\+104\% {
    top: 104%;
  }
  .laptop-l\:b-104vw {
    bottom: -104vw;
  }
  .laptop-l\:b\+104vw {
    bottom: 104vw;
  }
  .laptop-l\:b-104\% {
    bottom: -104%;
  }
  .laptop-l\:b\+104\% {
    bottom: 104%;
  }
  .laptop-l\:l-104vw {
    left: -104vw;
  }
  .laptop-l\:l\+104vw {
    left: 104vw;
  }
  .laptop-l\:l-104\% {
    left: -104%;
  }
  .laptop-l\:l\+104\% {
    left: 104%;
  }
  .laptop-l\:r-104vw {
    right: -104vw;
  }
  .laptop-l\:r\+104vw {
    right: 104vw;
  }
  .laptop-l\:r-104\% {
    right: -104%;
  }
  .laptop-l\:r\+104\% {
    right: 104%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-105vw {
    top: -105vw;
  }
  .laptop-l\:t\+105vw {
    top: 105vw;
  }
  .laptop-l\:t-105\% {
    top: -105%;
  }
  .laptop-l\:t\+105\% {
    top: 105%;
  }
  .laptop-l\:b-105vw {
    bottom: -105vw;
  }
  .laptop-l\:b\+105vw {
    bottom: 105vw;
  }
  .laptop-l\:b-105\% {
    bottom: -105%;
  }
  .laptop-l\:b\+105\% {
    bottom: 105%;
  }
  .laptop-l\:l-105vw {
    left: -105vw;
  }
  .laptop-l\:l\+105vw {
    left: 105vw;
  }
  .laptop-l\:l-105\% {
    left: -105%;
  }
  .laptop-l\:l\+105\% {
    left: 105%;
  }
  .laptop-l\:r-105vw {
    right: -105vw;
  }
  .laptop-l\:r\+105vw {
    right: 105vw;
  }
  .laptop-l\:r-105\% {
    right: -105%;
  }
  .laptop-l\:r\+105\% {
    right: 105%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-106vw {
    top: -106vw;
  }
  .laptop-l\:t\+106vw {
    top: 106vw;
  }
  .laptop-l\:t-106\% {
    top: -106%;
  }
  .laptop-l\:t\+106\% {
    top: 106%;
  }
  .laptop-l\:b-106vw {
    bottom: -106vw;
  }
  .laptop-l\:b\+106vw {
    bottom: 106vw;
  }
  .laptop-l\:b-106\% {
    bottom: -106%;
  }
  .laptop-l\:b\+106\% {
    bottom: 106%;
  }
  .laptop-l\:l-106vw {
    left: -106vw;
  }
  .laptop-l\:l\+106vw {
    left: 106vw;
  }
  .laptop-l\:l-106\% {
    left: -106%;
  }
  .laptop-l\:l\+106\% {
    left: 106%;
  }
  .laptop-l\:r-106vw {
    right: -106vw;
  }
  .laptop-l\:r\+106vw {
    right: 106vw;
  }
  .laptop-l\:r-106\% {
    right: -106%;
  }
  .laptop-l\:r\+106\% {
    right: 106%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-107vw {
    top: -107vw;
  }
  .laptop-l\:t\+107vw {
    top: 107vw;
  }
  .laptop-l\:t-107\% {
    top: -107%;
  }
  .laptop-l\:t\+107\% {
    top: 107%;
  }
  .laptop-l\:b-107vw {
    bottom: -107vw;
  }
  .laptop-l\:b\+107vw {
    bottom: 107vw;
  }
  .laptop-l\:b-107\% {
    bottom: -107%;
  }
  .laptop-l\:b\+107\% {
    bottom: 107%;
  }
  .laptop-l\:l-107vw {
    left: -107vw;
  }
  .laptop-l\:l\+107vw {
    left: 107vw;
  }
  .laptop-l\:l-107\% {
    left: -107%;
  }
  .laptop-l\:l\+107\% {
    left: 107%;
  }
  .laptop-l\:r-107vw {
    right: -107vw;
  }
  .laptop-l\:r\+107vw {
    right: 107vw;
  }
  .laptop-l\:r-107\% {
    right: -107%;
  }
  .laptop-l\:r\+107\% {
    right: 107%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-108vw {
    top: -108vw;
  }
  .laptop-l\:t\+108vw {
    top: 108vw;
  }
  .laptop-l\:t-108\% {
    top: -108%;
  }
  .laptop-l\:t\+108\% {
    top: 108%;
  }
  .laptop-l\:b-108vw {
    bottom: -108vw;
  }
  .laptop-l\:b\+108vw {
    bottom: 108vw;
  }
  .laptop-l\:b-108\% {
    bottom: -108%;
  }
  .laptop-l\:b\+108\% {
    bottom: 108%;
  }
  .laptop-l\:l-108vw {
    left: -108vw;
  }
  .laptop-l\:l\+108vw {
    left: 108vw;
  }
  .laptop-l\:l-108\% {
    left: -108%;
  }
  .laptop-l\:l\+108\% {
    left: 108%;
  }
  .laptop-l\:r-108vw {
    right: -108vw;
  }
  .laptop-l\:r\+108vw {
    right: 108vw;
  }
  .laptop-l\:r-108\% {
    right: -108%;
  }
  .laptop-l\:r\+108\% {
    right: 108%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-109vw {
    top: -109vw;
  }
  .laptop-l\:t\+109vw {
    top: 109vw;
  }
  .laptop-l\:t-109\% {
    top: -109%;
  }
  .laptop-l\:t\+109\% {
    top: 109%;
  }
  .laptop-l\:b-109vw {
    bottom: -109vw;
  }
  .laptop-l\:b\+109vw {
    bottom: 109vw;
  }
  .laptop-l\:b-109\% {
    bottom: -109%;
  }
  .laptop-l\:b\+109\% {
    bottom: 109%;
  }
  .laptop-l\:l-109vw {
    left: -109vw;
  }
  .laptop-l\:l\+109vw {
    left: 109vw;
  }
  .laptop-l\:l-109\% {
    left: -109%;
  }
  .laptop-l\:l\+109\% {
    left: 109%;
  }
  .laptop-l\:r-109vw {
    right: -109vw;
  }
  .laptop-l\:r\+109vw {
    right: 109vw;
  }
  .laptop-l\:r-109\% {
    right: -109%;
  }
  .laptop-l\:r\+109\% {
    right: 109%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-110vw {
    top: -110vw;
  }
  .laptop-l\:t\+110vw {
    top: 110vw;
  }
  .laptop-l\:t-110\% {
    top: -110%;
  }
  .laptop-l\:t\+110\% {
    top: 110%;
  }
  .laptop-l\:b-110vw {
    bottom: -110vw;
  }
  .laptop-l\:b\+110vw {
    bottom: 110vw;
  }
  .laptop-l\:b-110\% {
    bottom: -110%;
  }
  .laptop-l\:b\+110\% {
    bottom: 110%;
  }
  .laptop-l\:l-110vw {
    left: -110vw;
  }
  .laptop-l\:l\+110vw {
    left: 110vw;
  }
  .laptop-l\:l-110\% {
    left: -110%;
  }
  .laptop-l\:l\+110\% {
    left: 110%;
  }
  .laptop-l\:r-110vw {
    right: -110vw;
  }
  .laptop-l\:r\+110vw {
    right: 110vw;
  }
  .laptop-l\:r-110\% {
    right: -110%;
  }
  .laptop-l\:r\+110\% {
    right: 110%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-111vw {
    top: -111vw;
  }
  .laptop-l\:t\+111vw {
    top: 111vw;
  }
  .laptop-l\:t-111\% {
    top: -111%;
  }
  .laptop-l\:t\+111\% {
    top: 111%;
  }
  .laptop-l\:b-111vw {
    bottom: -111vw;
  }
  .laptop-l\:b\+111vw {
    bottom: 111vw;
  }
  .laptop-l\:b-111\% {
    bottom: -111%;
  }
  .laptop-l\:b\+111\% {
    bottom: 111%;
  }
  .laptop-l\:l-111vw {
    left: -111vw;
  }
  .laptop-l\:l\+111vw {
    left: 111vw;
  }
  .laptop-l\:l-111\% {
    left: -111%;
  }
  .laptop-l\:l\+111\% {
    left: 111%;
  }
  .laptop-l\:r-111vw {
    right: -111vw;
  }
  .laptop-l\:r\+111vw {
    right: 111vw;
  }
  .laptop-l\:r-111\% {
    right: -111%;
  }
  .laptop-l\:r\+111\% {
    right: 111%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-112vw {
    top: -112vw;
  }
  .laptop-l\:t\+112vw {
    top: 112vw;
  }
  .laptop-l\:t-112\% {
    top: -112%;
  }
  .laptop-l\:t\+112\% {
    top: 112%;
  }
  .laptop-l\:b-112vw {
    bottom: -112vw;
  }
  .laptop-l\:b\+112vw {
    bottom: 112vw;
  }
  .laptop-l\:b-112\% {
    bottom: -112%;
  }
  .laptop-l\:b\+112\% {
    bottom: 112%;
  }
  .laptop-l\:l-112vw {
    left: -112vw;
  }
  .laptop-l\:l\+112vw {
    left: 112vw;
  }
  .laptop-l\:l-112\% {
    left: -112%;
  }
  .laptop-l\:l\+112\% {
    left: 112%;
  }
  .laptop-l\:r-112vw {
    right: -112vw;
  }
  .laptop-l\:r\+112vw {
    right: 112vw;
  }
  .laptop-l\:r-112\% {
    right: -112%;
  }
  .laptop-l\:r\+112\% {
    right: 112%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-113vw {
    top: -113vw;
  }
  .laptop-l\:t\+113vw {
    top: 113vw;
  }
  .laptop-l\:t-113\% {
    top: -113%;
  }
  .laptop-l\:t\+113\% {
    top: 113%;
  }
  .laptop-l\:b-113vw {
    bottom: -113vw;
  }
  .laptop-l\:b\+113vw {
    bottom: 113vw;
  }
  .laptop-l\:b-113\% {
    bottom: -113%;
  }
  .laptop-l\:b\+113\% {
    bottom: 113%;
  }
  .laptop-l\:l-113vw {
    left: -113vw;
  }
  .laptop-l\:l\+113vw {
    left: 113vw;
  }
  .laptop-l\:l-113\% {
    left: -113%;
  }
  .laptop-l\:l\+113\% {
    left: 113%;
  }
  .laptop-l\:r-113vw {
    right: -113vw;
  }
  .laptop-l\:r\+113vw {
    right: 113vw;
  }
  .laptop-l\:r-113\% {
    right: -113%;
  }
  .laptop-l\:r\+113\% {
    right: 113%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-114vw {
    top: -114vw;
  }
  .laptop-l\:t\+114vw {
    top: 114vw;
  }
  .laptop-l\:t-114\% {
    top: -114%;
  }
  .laptop-l\:t\+114\% {
    top: 114%;
  }
  .laptop-l\:b-114vw {
    bottom: -114vw;
  }
  .laptop-l\:b\+114vw {
    bottom: 114vw;
  }
  .laptop-l\:b-114\% {
    bottom: -114%;
  }
  .laptop-l\:b\+114\% {
    bottom: 114%;
  }
  .laptop-l\:l-114vw {
    left: -114vw;
  }
  .laptop-l\:l\+114vw {
    left: 114vw;
  }
  .laptop-l\:l-114\% {
    left: -114%;
  }
  .laptop-l\:l\+114\% {
    left: 114%;
  }
  .laptop-l\:r-114vw {
    right: -114vw;
  }
  .laptop-l\:r\+114vw {
    right: 114vw;
  }
  .laptop-l\:r-114\% {
    right: -114%;
  }
  .laptop-l\:r\+114\% {
    right: 114%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-115vw {
    top: -115vw;
  }
  .laptop-l\:t\+115vw {
    top: 115vw;
  }
  .laptop-l\:t-115\% {
    top: -115%;
  }
  .laptop-l\:t\+115\% {
    top: 115%;
  }
  .laptop-l\:b-115vw {
    bottom: -115vw;
  }
  .laptop-l\:b\+115vw {
    bottom: 115vw;
  }
  .laptop-l\:b-115\% {
    bottom: -115%;
  }
  .laptop-l\:b\+115\% {
    bottom: 115%;
  }
  .laptop-l\:l-115vw {
    left: -115vw;
  }
  .laptop-l\:l\+115vw {
    left: 115vw;
  }
  .laptop-l\:l-115\% {
    left: -115%;
  }
  .laptop-l\:l\+115\% {
    left: 115%;
  }
  .laptop-l\:r-115vw {
    right: -115vw;
  }
  .laptop-l\:r\+115vw {
    right: 115vw;
  }
  .laptop-l\:r-115\% {
    right: -115%;
  }
  .laptop-l\:r\+115\% {
    right: 115%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-116vw {
    top: -116vw;
  }
  .laptop-l\:t\+116vw {
    top: 116vw;
  }
  .laptop-l\:t-116\% {
    top: -116%;
  }
  .laptop-l\:t\+116\% {
    top: 116%;
  }
  .laptop-l\:b-116vw {
    bottom: -116vw;
  }
  .laptop-l\:b\+116vw {
    bottom: 116vw;
  }
  .laptop-l\:b-116\% {
    bottom: -116%;
  }
  .laptop-l\:b\+116\% {
    bottom: 116%;
  }
  .laptop-l\:l-116vw {
    left: -116vw;
  }
  .laptop-l\:l\+116vw {
    left: 116vw;
  }
  .laptop-l\:l-116\% {
    left: -116%;
  }
  .laptop-l\:l\+116\% {
    left: 116%;
  }
  .laptop-l\:r-116vw {
    right: -116vw;
  }
  .laptop-l\:r\+116vw {
    right: 116vw;
  }
  .laptop-l\:r-116\% {
    right: -116%;
  }
  .laptop-l\:r\+116\% {
    right: 116%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-117vw {
    top: -117vw;
  }
  .laptop-l\:t\+117vw {
    top: 117vw;
  }
  .laptop-l\:t-117\% {
    top: -117%;
  }
  .laptop-l\:t\+117\% {
    top: 117%;
  }
  .laptop-l\:b-117vw {
    bottom: -117vw;
  }
  .laptop-l\:b\+117vw {
    bottom: 117vw;
  }
  .laptop-l\:b-117\% {
    bottom: -117%;
  }
  .laptop-l\:b\+117\% {
    bottom: 117%;
  }
  .laptop-l\:l-117vw {
    left: -117vw;
  }
  .laptop-l\:l\+117vw {
    left: 117vw;
  }
  .laptop-l\:l-117\% {
    left: -117%;
  }
  .laptop-l\:l\+117\% {
    left: 117%;
  }
  .laptop-l\:r-117vw {
    right: -117vw;
  }
  .laptop-l\:r\+117vw {
    right: 117vw;
  }
  .laptop-l\:r-117\% {
    right: -117%;
  }
  .laptop-l\:r\+117\% {
    right: 117%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-118vw {
    top: -118vw;
  }
  .laptop-l\:t\+118vw {
    top: 118vw;
  }
  .laptop-l\:t-118\% {
    top: -118%;
  }
  .laptop-l\:t\+118\% {
    top: 118%;
  }
  .laptop-l\:b-118vw {
    bottom: -118vw;
  }
  .laptop-l\:b\+118vw {
    bottom: 118vw;
  }
  .laptop-l\:b-118\% {
    bottom: -118%;
  }
  .laptop-l\:b\+118\% {
    bottom: 118%;
  }
  .laptop-l\:l-118vw {
    left: -118vw;
  }
  .laptop-l\:l\+118vw {
    left: 118vw;
  }
  .laptop-l\:l-118\% {
    left: -118%;
  }
  .laptop-l\:l\+118\% {
    left: 118%;
  }
  .laptop-l\:r-118vw {
    right: -118vw;
  }
  .laptop-l\:r\+118vw {
    right: 118vw;
  }
  .laptop-l\:r-118\% {
    right: -118%;
  }
  .laptop-l\:r\+118\% {
    right: 118%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-119vw {
    top: -119vw;
  }
  .laptop-l\:t\+119vw {
    top: 119vw;
  }
  .laptop-l\:t-119\% {
    top: -119%;
  }
  .laptop-l\:t\+119\% {
    top: 119%;
  }
  .laptop-l\:b-119vw {
    bottom: -119vw;
  }
  .laptop-l\:b\+119vw {
    bottom: 119vw;
  }
  .laptop-l\:b-119\% {
    bottom: -119%;
  }
  .laptop-l\:b\+119\% {
    bottom: 119%;
  }
  .laptop-l\:l-119vw {
    left: -119vw;
  }
  .laptop-l\:l\+119vw {
    left: 119vw;
  }
  .laptop-l\:l-119\% {
    left: -119%;
  }
  .laptop-l\:l\+119\% {
    left: 119%;
  }
  .laptop-l\:r-119vw {
    right: -119vw;
  }
  .laptop-l\:r\+119vw {
    right: 119vw;
  }
  .laptop-l\:r-119\% {
    right: -119%;
  }
  .laptop-l\:r\+119\% {
    right: 119%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-120vw {
    top: -120vw;
  }
  .laptop-l\:t\+120vw {
    top: 120vw;
  }
  .laptop-l\:t-120\% {
    top: -120%;
  }
  .laptop-l\:t\+120\% {
    top: 120%;
  }
  .laptop-l\:b-120vw {
    bottom: -120vw;
  }
  .laptop-l\:b\+120vw {
    bottom: 120vw;
  }
  .laptop-l\:b-120\% {
    bottom: -120%;
  }
  .laptop-l\:b\+120\% {
    bottom: 120%;
  }
  .laptop-l\:l-120vw {
    left: -120vw;
  }
  .laptop-l\:l\+120vw {
    left: 120vw;
  }
  .laptop-l\:l-120\% {
    left: -120%;
  }
  .laptop-l\:l\+120\% {
    left: 120%;
  }
  .laptop-l\:r-120vw {
    right: -120vw;
  }
  .laptop-l\:r\+120vw {
    right: 120vw;
  }
  .laptop-l\:r-120\% {
    right: -120%;
  }
  .laptop-l\:r\+120\% {
    right: 120%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-121vw {
    top: -121vw;
  }
  .laptop-l\:t\+121vw {
    top: 121vw;
  }
  .laptop-l\:t-121\% {
    top: -121%;
  }
  .laptop-l\:t\+121\% {
    top: 121%;
  }
  .laptop-l\:b-121vw {
    bottom: -121vw;
  }
  .laptop-l\:b\+121vw {
    bottom: 121vw;
  }
  .laptop-l\:b-121\% {
    bottom: -121%;
  }
  .laptop-l\:b\+121\% {
    bottom: 121%;
  }
  .laptop-l\:l-121vw {
    left: -121vw;
  }
  .laptop-l\:l\+121vw {
    left: 121vw;
  }
  .laptop-l\:l-121\% {
    left: -121%;
  }
  .laptop-l\:l\+121\% {
    left: 121%;
  }
  .laptop-l\:r-121vw {
    right: -121vw;
  }
  .laptop-l\:r\+121vw {
    right: 121vw;
  }
  .laptop-l\:r-121\% {
    right: -121%;
  }
  .laptop-l\:r\+121\% {
    right: 121%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-122vw {
    top: -122vw;
  }
  .laptop-l\:t\+122vw {
    top: 122vw;
  }
  .laptop-l\:t-122\% {
    top: -122%;
  }
  .laptop-l\:t\+122\% {
    top: 122%;
  }
  .laptop-l\:b-122vw {
    bottom: -122vw;
  }
  .laptop-l\:b\+122vw {
    bottom: 122vw;
  }
  .laptop-l\:b-122\% {
    bottom: -122%;
  }
  .laptop-l\:b\+122\% {
    bottom: 122%;
  }
  .laptop-l\:l-122vw {
    left: -122vw;
  }
  .laptop-l\:l\+122vw {
    left: 122vw;
  }
  .laptop-l\:l-122\% {
    left: -122%;
  }
  .laptop-l\:l\+122\% {
    left: 122%;
  }
  .laptop-l\:r-122vw {
    right: -122vw;
  }
  .laptop-l\:r\+122vw {
    right: 122vw;
  }
  .laptop-l\:r-122\% {
    right: -122%;
  }
  .laptop-l\:r\+122\% {
    right: 122%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-123vw {
    top: -123vw;
  }
  .laptop-l\:t\+123vw {
    top: 123vw;
  }
  .laptop-l\:t-123\% {
    top: -123%;
  }
  .laptop-l\:t\+123\% {
    top: 123%;
  }
  .laptop-l\:b-123vw {
    bottom: -123vw;
  }
  .laptop-l\:b\+123vw {
    bottom: 123vw;
  }
  .laptop-l\:b-123\% {
    bottom: -123%;
  }
  .laptop-l\:b\+123\% {
    bottom: 123%;
  }
  .laptop-l\:l-123vw {
    left: -123vw;
  }
  .laptop-l\:l\+123vw {
    left: 123vw;
  }
  .laptop-l\:l-123\% {
    left: -123%;
  }
  .laptop-l\:l\+123\% {
    left: 123%;
  }
  .laptop-l\:r-123vw {
    right: -123vw;
  }
  .laptop-l\:r\+123vw {
    right: 123vw;
  }
  .laptop-l\:r-123\% {
    right: -123%;
  }
  .laptop-l\:r\+123\% {
    right: 123%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-124vw {
    top: -124vw;
  }
  .laptop-l\:t\+124vw {
    top: 124vw;
  }
  .laptop-l\:t-124\% {
    top: -124%;
  }
  .laptop-l\:t\+124\% {
    top: 124%;
  }
  .laptop-l\:b-124vw {
    bottom: -124vw;
  }
  .laptop-l\:b\+124vw {
    bottom: 124vw;
  }
  .laptop-l\:b-124\% {
    bottom: -124%;
  }
  .laptop-l\:b\+124\% {
    bottom: 124%;
  }
  .laptop-l\:l-124vw {
    left: -124vw;
  }
  .laptop-l\:l\+124vw {
    left: 124vw;
  }
  .laptop-l\:l-124\% {
    left: -124%;
  }
  .laptop-l\:l\+124\% {
    left: 124%;
  }
  .laptop-l\:r-124vw {
    right: -124vw;
  }
  .laptop-l\:r\+124vw {
    right: 124vw;
  }
  .laptop-l\:r-124\% {
    right: -124%;
  }
  .laptop-l\:r\+124\% {
    right: 124%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-125vw {
    top: -125vw;
  }
  .laptop-l\:t\+125vw {
    top: 125vw;
  }
  .laptop-l\:t-125\% {
    top: -125%;
  }
  .laptop-l\:t\+125\% {
    top: 125%;
  }
  .laptop-l\:b-125vw {
    bottom: -125vw;
  }
  .laptop-l\:b\+125vw {
    bottom: 125vw;
  }
  .laptop-l\:b-125\% {
    bottom: -125%;
  }
  .laptop-l\:b\+125\% {
    bottom: 125%;
  }
  .laptop-l\:l-125vw {
    left: -125vw;
  }
  .laptop-l\:l\+125vw {
    left: 125vw;
  }
  .laptop-l\:l-125\% {
    left: -125%;
  }
  .laptop-l\:l\+125\% {
    left: 125%;
  }
  .laptop-l\:r-125vw {
    right: -125vw;
  }
  .laptop-l\:r\+125vw {
    right: 125vw;
  }
  .laptop-l\:r-125\% {
    right: -125%;
  }
  .laptop-l\:r\+125\% {
    right: 125%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-126vw {
    top: -126vw;
  }
  .laptop-l\:t\+126vw {
    top: 126vw;
  }
  .laptop-l\:t-126\% {
    top: -126%;
  }
  .laptop-l\:t\+126\% {
    top: 126%;
  }
  .laptop-l\:b-126vw {
    bottom: -126vw;
  }
  .laptop-l\:b\+126vw {
    bottom: 126vw;
  }
  .laptop-l\:b-126\% {
    bottom: -126%;
  }
  .laptop-l\:b\+126\% {
    bottom: 126%;
  }
  .laptop-l\:l-126vw {
    left: -126vw;
  }
  .laptop-l\:l\+126vw {
    left: 126vw;
  }
  .laptop-l\:l-126\% {
    left: -126%;
  }
  .laptop-l\:l\+126\% {
    left: 126%;
  }
  .laptop-l\:r-126vw {
    right: -126vw;
  }
  .laptop-l\:r\+126vw {
    right: 126vw;
  }
  .laptop-l\:r-126\% {
    right: -126%;
  }
  .laptop-l\:r\+126\% {
    right: 126%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-127vw {
    top: -127vw;
  }
  .laptop-l\:t\+127vw {
    top: 127vw;
  }
  .laptop-l\:t-127\% {
    top: -127%;
  }
  .laptop-l\:t\+127\% {
    top: 127%;
  }
  .laptop-l\:b-127vw {
    bottom: -127vw;
  }
  .laptop-l\:b\+127vw {
    bottom: 127vw;
  }
  .laptop-l\:b-127\% {
    bottom: -127%;
  }
  .laptop-l\:b\+127\% {
    bottom: 127%;
  }
  .laptop-l\:l-127vw {
    left: -127vw;
  }
  .laptop-l\:l\+127vw {
    left: 127vw;
  }
  .laptop-l\:l-127\% {
    left: -127%;
  }
  .laptop-l\:l\+127\% {
    left: 127%;
  }
  .laptop-l\:r-127vw {
    right: -127vw;
  }
  .laptop-l\:r\+127vw {
    right: 127vw;
  }
  .laptop-l\:r-127\% {
    right: -127%;
  }
  .laptop-l\:r\+127\% {
    right: 127%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-128vw {
    top: -128vw;
  }
  .laptop-l\:t\+128vw {
    top: 128vw;
  }
  .laptop-l\:t-128\% {
    top: -128%;
  }
  .laptop-l\:t\+128\% {
    top: 128%;
  }
  .laptop-l\:b-128vw {
    bottom: -128vw;
  }
  .laptop-l\:b\+128vw {
    bottom: 128vw;
  }
  .laptop-l\:b-128\% {
    bottom: -128%;
  }
  .laptop-l\:b\+128\% {
    bottom: 128%;
  }
  .laptop-l\:l-128vw {
    left: -128vw;
  }
  .laptop-l\:l\+128vw {
    left: 128vw;
  }
  .laptop-l\:l-128\% {
    left: -128%;
  }
  .laptop-l\:l\+128\% {
    left: 128%;
  }
  .laptop-l\:r-128vw {
    right: -128vw;
  }
  .laptop-l\:r\+128vw {
    right: 128vw;
  }
  .laptop-l\:r-128\% {
    right: -128%;
  }
  .laptop-l\:r\+128\% {
    right: 128%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-129vw {
    top: -129vw;
  }
  .laptop-l\:t\+129vw {
    top: 129vw;
  }
  .laptop-l\:t-129\% {
    top: -129%;
  }
  .laptop-l\:t\+129\% {
    top: 129%;
  }
  .laptop-l\:b-129vw {
    bottom: -129vw;
  }
  .laptop-l\:b\+129vw {
    bottom: 129vw;
  }
  .laptop-l\:b-129\% {
    bottom: -129%;
  }
  .laptop-l\:b\+129\% {
    bottom: 129%;
  }
  .laptop-l\:l-129vw {
    left: -129vw;
  }
  .laptop-l\:l\+129vw {
    left: 129vw;
  }
  .laptop-l\:l-129\% {
    left: -129%;
  }
  .laptop-l\:l\+129\% {
    left: 129%;
  }
  .laptop-l\:r-129vw {
    right: -129vw;
  }
  .laptop-l\:r\+129vw {
    right: 129vw;
  }
  .laptop-l\:r-129\% {
    right: -129%;
  }
  .laptop-l\:r\+129\% {
    right: 129%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-130vw {
    top: -130vw;
  }
  .laptop-l\:t\+130vw {
    top: 130vw;
  }
  .laptop-l\:t-130\% {
    top: -130%;
  }
  .laptop-l\:t\+130\% {
    top: 130%;
  }
  .laptop-l\:b-130vw {
    bottom: -130vw;
  }
  .laptop-l\:b\+130vw {
    bottom: 130vw;
  }
  .laptop-l\:b-130\% {
    bottom: -130%;
  }
  .laptop-l\:b\+130\% {
    bottom: 130%;
  }
  .laptop-l\:l-130vw {
    left: -130vw;
  }
  .laptop-l\:l\+130vw {
    left: 130vw;
  }
  .laptop-l\:l-130\% {
    left: -130%;
  }
  .laptop-l\:l\+130\% {
    left: 130%;
  }
  .laptop-l\:r-130vw {
    right: -130vw;
  }
  .laptop-l\:r\+130vw {
    right: 130vw;
  }
  .laptop-l\:r-130\% {
    right: -130%;
  }
  .laptop-l\:r\+130\% {
    right: 130%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-131vw {
    top: -131vw;
  }
  .laptop-l\:t\+131vw {
    top: 131vw;
  }
  .laptop-l\:t-131\% {
    top: -131%;
  }
  .laptop-l\:t\+131\% {
    top: 131%;
  }
  .laptop-l\:b-131vw {
    bottom: -131vw;
  }
  .laptop-l\:b\+131vw {
    bottom: 131vw;
  }
  .laptop-l\:b-131\% {
    bottom: -131%;
  }
  .laptop-l\:b\+131\% {
    bottom: 131%;
  }
  .laptop-l\:l-131vw {
    left: -131vw;
  }
  .laptop-l\:l\+131vw {
    left: 131vw;
  }
  .laptop-l\:l-131\% {
    left: -131%;
  }
  .laptop-l\:l\+131\% {
    left: 131%;
  }
  .laptop-l\:r-131vw {
    right: -131vw;
  }
  .laptop-l\:r\+131vw {
    right: 131vw;
  }
  .laptop-l\:r-131\% {
    right: -131%;
  }
  .laptop-l\:r\+131\% {
    right: 131%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-132vw {
    top: -132vw;
  }
  .laptop-l\:t\+132vw {
    top: 132vw;
  }
  .laptop-l\:t-132\% {
    top: -132%;
  }
  .laptop-l\:t\+132\% {
    top: 132%;
  }
  .laptop-l\:b-132vw {
    bottom: -132vw;
  }
  .laptop-l\:b\+132vw {
    bottom: 132vw;
  }
  .laptop-l\:b-132\% {
    bottom: -132%;
  }
  .laptop-l\:b\+132\% {
    bottom: 132%;
  }
  .laptop-l\:l-132vw {
    left: -132vw;
  }
  .laptop-l\:l\+132vw {
    left: 132vw;
  }
  .laptop-l\:l-132\% {
    left: -132%;
  }
  .laptop-l\:l\+132\% {
    left: 132%;
  }
  .laptop-l\:r-132vw {
    right: -132vw;
  }
  .laptop-l\:r\+132vw {
    right: 132vw;
  }
  .laptop-l\:r-132\% {
    right: -132%;
  }
  .laptop-l\:r\+132\% {
    right: 132%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-133vw {
    top: -133vw;
  }
  .laptop-l\:t\+133vw {
    top: 133vw;
  }
  .laptop-l\:t-133\% {
    top: -133%;
  }
  .laptop-l\:t\+133\% {
    top: 133%;
  }
  .laptop-l\:b-133vw {
    bottom: -133vw;
  }
  .laptop-l\:b\+133vw {
    bottom: 133vw;
  }
  .laptop-l\:b-133\% {
    bottom: -133%;
  }
  .laptop-l\:b\+133\% {
    bottom: 133%;
  }
  .laptop-l\:l-133vw {
    left: -133vw;
  }
  .laptop-l\:l\+133vw {
    left: 133vw;
  }
  .laptop-l\:l-133\% {
    left: -133%;
  }
  .laptop-l\:l\+133\% {
    left: 133%;
  }
  .laptop-l\:r-133vw {
    right: -133vw;
  }
  .laptop-l\:r\+133vw {
    right: 133vw;
  }
  .laptop-l\:r-133\% {
    right: -133%;
  }
  .laptop-l\:r\+133\% {
    right: 133%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-134vw {
    top: -134vw;
  }
  .laptop-l\:t\+134vw {
    top: 134vw;
  }
  .laptop-l\:t-134\% {
    top: -134%;
  }
  .laptop-l\:t\+134\% {
    top: 134%;
  }
  .laptop-l\:b-134vw {
    bottom: -134vw;
  }
  .laptop-l\:b\+134vw {
    bottom: 134vw;
  }
  .laptop-l\:b-134\% {
    bottom: -134%;
  }
  .laptop-l\:b\+134\% {
    bottom: 134%;
  }
  .laptop-l\:l-134vw {
    left: -134vw;
  }
  .laptop-l\:l\+134vw {
    left: 134vw;
  }
  .laptop-l\:l-134\% {
    left: -134%;
  }
  .laptop-l\:l\+134\% {
    left: 134%;
  }
  .laptop-l\:r-134vw {
    right: -134vw;
  }
  .laptop-l\:r\+134vw {
    right: 134vw;
  }
  .laptop-l\:r-134\% {
    right: -134%;
  }
  .laptop-l\:r\+134\% {
    right: 134%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-135vw {
    top: -135vw;
  }
  .laptop-l\:t\+135vw {
    top: 135vw;
  }
  .laptop-l\:t-135\% {
    top: -135%;
  }
  .laptop-l\:t\+135\% {
    top: 135%;
  }
  .laptop-l\:b-135vw {
    bottom: -135vw;
  }
  .laptop-l\:b\+135vw {
    bottom: 135vw;
  }
  .laptop-l\:b-135\% {
    bottom: -135%;
  }
  .laptop-l\:b\+135\% {
    bottom: 135%;
  }
  .laptop-l\:l-135vw {
    left: -135vw;
  }
  .laptop-l\:l\+135vw {
    left: 135vw;
  }
  .laptop-l\:l-135\% {
    left: -135%;
  }
  .laptop-l\:l\+135\% {
    left: 135%;
  }
  .laptop-l\:r-135vw {
    right: -135vw;
  }
  .laptop-l\:r\+135vw {
    right: 135vw;
  }
  .laptop-l\:r-135\% {
    right: -135%;
  }
  .laptop-l\:r\+135\% {
    right: 135%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-136vw {
    top: -136vw;
  }
  .laptop-l\:t\+136vw {
    top: 136vw;
  }
  .laptop-l\:t-136\% {
    top: -136%;
  }
  .laptop-l\:t\+136\% {
    top: 136%;
  }
  .laptop-l\:b-136vw {
    bottom: -136vw;
  }
  .laptop-l\:b\+136vw {
    bottom: 136vw;
  }
  .laptop-l\:b-136\% {
    bottom: -136%;
  }
  .laptop-l\:b\+136\% {
    bottom: 136%;
  }
  .laptop-l\:l-136vw {
    left: -136vw;
  }
  .laptop-l\:l\+136vw {
    left: 136vw;
  }
  .laptop-l\:l-136\% {
    left: -136%;
  }
  .laptop-l\:l\+136\% {
    left: 136%;
  }
  .laptop-l\:r-136vw {
    right: -136vw;
  }
  .laptop-l\:r\+136vw {
    right: 136vw;
  }
  .laptop-l\:r-136\% {
    right: -136%;
  }
  .laptop-l\:r\+136\% {
    right: 136%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-137vw {
    top: -137vw;
  }
  .laptop-l\:t\+137vw {
    top: 137vw;
  }
  .laptop-l\:t-137\% {
    top: -137%;
  }
  .laptop-l\:t\+137\% {
    top: 137%;
  }
  .laptop-l\:b-137vw {
    bottom: -137vw;
  }
  .laptop-l\:b\+137vw {
    bottom: 137vw;
  }
  .laptop-l\:b-137\% {
    bottom: -137%;
  }
  .laptop-l\:b\+137\% {
    bottom: 137%;
  }
  .laptop-l\:l-137vw {
    left: -137vw;
  }
  .laptop-l\:l\+137vw {
    left: 137vw;
  }
  .laptop-l\:l-137\% {
    left: -137%;
  }
  .laptop-l\:l\+137\% {
    left: 137%;
  }
  .laptop-l\:r-137vw {
    right: -137vw;
  }
  .laptop-l\:r\+137vw {
    right: 137vw;
  }
  .laptop-l\:r-137\% {
    right: -137%;
  }
  .laptop-l\:r\+137\% {
    right: 137%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-138vw {
    top: -138vw;
  }
  .laptop-l\:t\+138vw {
    top: 138vw;
  }
  .laptop-l\:t-138\% {
    top: -138%;
  }
  .laptop-l\:t\+138\% {
    top: 138%;
  }
  .laptop-l\:b-138vw {
    bottom: -138vw;
  }
  .laptop-l\:b\+138vw {
    bottom: 138vw;
  }
  .laptop-l\:b-138\% {
    bottom: -138%;
  }
  .laptop-l\:b\+138\% {
    bottom: 138%;
  }
  .laptop-l\:l-138vw {
    left: -138vw;
  }
  .laptop-l\:l\+138vw {
    left: 138vw;
  }
  .laptop-l\:l-138\% {
    left: -138%;
  }
  .laptop-l\:l\+138\% {
    left: 138%;
  }
  .laptop-l\:r-138vw {
    right: -138vw;
  }
  .laptop-l\:r\+138vw {
    right: 138vw;
  }
  .laptop-l\:r-138\% {
    right: -138%;
  }
  .laptop-l\:r\+138\% {
    right: 138%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-139vw {
    top: -139vw;
  }
  .laptop-l\:t\+139vw {
    top: 139vw;
  }
  .laptop-l\:t-139\% {
    top: -139%;
  }
  .laptop-l\:t\+139\% {
    top: 139%;
  }
  .laptop-l\:b-139vw {
    bottom: -139vw;
  }
  .laptop-l\:b\+139vw {
    bottom: 139vw;
  }
  .laptop-l\:b-139\% {
    bottom: -139%;
  }
  .laptop-l\:b\+139\% {
    bottom: 139%;
  }
  .laptop-l\:l-139vw {
    left: -139vw;
  }
  .laptop-l\:l\+139vw {
    left: 139vw;
  }
  .laptop-l\:l-139\% {
    left: -139%;
  }
  .laptop-l\:l\+139\% {
    left: 139%;
  }
  .laptop-l\:r-139vw {
    right: -139vw;
  }
  .laptop-l\:r\+139vw {
    right: 139vw;
  }
  .laptop-l\:r-139\% {
    right: -139%;
  }
  .laptop-l\:r\+139\% {
    right: 139%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-140vw {
    top: -140vw;
  }
  .laptop-l\:t\+140vw {
    top: 140vw;
  }
  .laptop-l\:t-140\% {
    top: -140%;
  }
  .laptop-l\:t\+140\% {
    top: 140%;
  }
  .laptop-l\:b-140vw {
    bottom: -140vw;
  }
  .laptop-l\:b\+140vw {
    bottom: 140vw;
  }
  .laptop-l\:b-140\% {
    bottom: -140%;
  }
  .laptop-l\:b\+140\% {
    bottom: 140%;
  }
  .laptop-l\:l-140vw {
    left: -140vw;
  }
  .laptop-l\:l\+140vw {
    left: 140vw;
  }
  .laptop-l\:l-140\% {
    left: -140%;
  }
  .laptop-l\:l\+140\% {
    left: 140%;
  }
  .laptop-l\:r-140vw {
    right: -140vw;
  }
  .laptop-l\:r\+140vw {
    right: 140vw;
  }
  .laptop-l\:r-140\% {
    right: -140%;
  }
  .laptop-l\:r\+140\% {
    right: 140%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-141vw {
    top: -141vw;
  }
  .laptop-l\:t\+141vw {
    top: 141vw;
  }
  .laptop-l\:t-141\% {
    top: -141%;
  }
  .laptop-l\:t\+141\% {
    top: 141%;
  }
  .laptop-l\:b-141vw {
    bottom: -141vw;
  }
  .laptop-l\:b\+141vw {
    bottom: 141vw;
  }
  .laptop-l\:b-141\% {
    bottom: -141%;
  }
  .laptop-l\:b\+141\% {
    bottom: 141%;
  }
  .laptop-l\:l-141vw {
    left: -141vw;
  }
  .laptop-l\:l\+141vw {
    left: 141vw;
  }
  .laptop-l\:l-141\% {
    left: -141%;
  }
  .laptop-l\:l\+141\% {
    left: 141%;
  }
  .laptop-l\:r-141vw {
    right: -141vw;
  }
  .laptop-l\:r\+141vw {
    right: 141vw;
  }
  .laptop-l\:r-141\% {
    right: -141%;
  }
  .laptop-l\:r\+141\% {
    right: 141%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-142vw {
    top: -142vw;
  }
  .laptop-l\:t\+142vw {
    top: 142vw;
  }
  .laptop-l\:t-142\% {
    top: -142%;
  }
  .laptop-l\:t\+142\% {
    top: 142%;
  }
  .laptop-l\:b-142vw {
    bottom: -142vw;
  }
  .laptop-l\:b\+142vw {
    bottom: 142vw;
  }
  .laptop-l\:b-142\% {
    bottom: -142%;
  }
  .laptop-l\:b\+142\% {
    bottom: 142%;
  }
  .laptop-l\:l-142vw {
    left: -142vw;
  }
  .laptop-l\:l\+142vw {
    left: 142vw;
  }
  .laptop-l\:l-142\% {
    left: -142%;
  }
  .laptop-l\:l\+142\% {
    left: 142%;
  }
  .laptop-l\:r-142vw {
    right: -142vw;
  }
  .laptop-l\:r\+142vw {
    right: 142vw;
  }
  .laptop-l\:r-142\% {
    right: -142%;
  }
  .laptop-l\:r\+142\% {
    right: 142%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-143vw {
    top: -143vw;
  }
  .laptop-l\:t\+143vw {
    top: 143vw;
  }
  .laptop-l\:t-143\% {
    top: -143%;
  }
  .laptop-l\:t\+143\% {
    top: 143%;
  }
  .laptop-l\:b-143vw {
    bottom: -143vw;
  }
  .laptop-l\:b\+143vw {
    bottom: 143vw;
  }
  .laptop-l\:b-143\% {
    bottom: -143%;
  }
  .laptop-l\:b\+143\% {
    bottom: 143%;
  }
  .laptop-l\:l-143vw {
    left: -143vw;
  }
  .laptop-l\:l\+143vw {
    left: 143vw;
  }
  .laptop-l\:l-143\% {
    left: -143%;
  }
  .laptop-l\:l\+143\% {
    left: 143%;
  }
  .laptop-l\:r-143vw {
    right: -143vw;
  }
  .laptop-l\:r\+143vw {
    right: 143vw;
  }
  .laptop-l\:r-143\% {
    right: -143%;
  }
  .laptop-l\:r\+143\% {
    right: 143%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-144vw {
    top: -144vw;
  }
  .laptop-l\:t\+144vw {
    top: 144vw;
  }
  .laptop-l\:t-144\% {
    top: -144%;
  }
  .laptop-l\:t\+144\% {
    top: 144%;
  }
  .laptop-l\:b-144vw {
    bottom: -144vw;
  }
  .laptop-l\:b\+144vw {
    bottom: 144vw;
  }
  .laptop-l\:b-144\% {
    bottom: -144%;
  }
  .laptop-l\:b\+144\% {
    bottom: 144%;
  }
  .laptop-l\:l-144vw {
    left: -144vw;
  }
  .laptop-l\:l\+144vw {
    left: 144vw;
  }
  .laptop-l\:l-144\% {
    left: -144%;
  }
  .laptop-l\:l\+144\% {
    left: 144%;
  }
  .laptop-l\:r-144vw {
    right: -144vw;
  }
  .laptop-l\:r\+144vw {
    right: 144vw;
  }
  .laptop-l\:r-144\% {
    right: -144%;
  }
  .laptop-l\:r\+144\% {
    right: 144%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-145vw {
    top: -145vw;
  }
  .laptop-l\:t\+145vw {
    top: 145vw;
  }
  .laptop-l\:t-145\% {
    top: -145%;
  }
  .laptop-l\:t\+145\% {
    top: 145%;
  }
  .laptop-l\:b-145vw {
    bottom: -145vw;
  }
  .laptop-l\:b\+145vw {
    bottom: 145vw;
  }
  .laptop-l\:b-145\% {
    bottom: -145%;
  }
  .laptop-l\:b\+145\% {
    bottom: 145%;
  }
  .laptop-l\:l-145vw {
    left: -145vw;
  }
  .laptop-l\:l\+145vw {
    left: 145vw;
  }
  .laptop-l\:l-145\% {
    left: -145%;
  }
  .laptop-l\:l\+145\% {
    left: 145%;
  }
  .laptop-l\:r-145vw {
    right: -145vw;
  }
  .laptop-l\:r\+145vw {
    right: 145vw;
  }
  .laptop-l\:r-145\% {
    right: -145%;
  }
  .laptop-l\:r\+145\% {
    right: 145%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-146vw {
    top: -146vw;
  }
  .laptop-l\:t\+146vw {
    top: 146vw;
  }
  .laptop-l\:t-146\% {
    top: -146%;
  }
  .laptop-l\:t\+146\% {
    top: 146%;
  }
  .laptop-l\:b-146vw {
    bottom: -146vw;
  }
  .laptop-l\:b\+146vw {
    bottom: 146vw;
  }
  .laptop-l\:b-146\% {
    bottom: -146%;
  }
  .laptop-l\:b\+146\% {
    bottom: 146%;
  }
  .laptop-l\:l-146vw {
    left: -146vw;
  }
  .laptop-l\:l\+146vw {
    left: 146vw;
  }
  .laptop-l\:l-146\% {
    left: -146%;
  }
  .laptop-l\:l\+146\% {
    left: 146%;
  }
  .laptop-l\:r-146vw {
    right: -146vw;
  }
  .laptop-l\:r\+146vw {
    right: 146vw;
  }
  .laptop-l\:r-146\% {
    right: -146%;
  }
  .laptop-l\:r\+146\% {
    right: 146%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-147vw {
    top: -147vw;
  }
  .laptop-l\:t\+147vw {
    top: 147vw;
  }
  .laptop-l\:t-147\% {
    top: -147%;
  }
  .laptop-l\:t\+147\% {
    top: 147%;
  }
  .laptop-l\:b-147vw {
    bottom: -147vw;
  }
  .laptop-l\:b\+147vw {
    bottom: 147vw;
  }
  .laptop-l\:b-147\% {
    bottom: -147%;
  }
  .laptop-l\:b\+147\% {
    bottom: 147%;
  }
  .laptop-l\:l-147vw {
    left: -147vw;
  }
  .laptop-l\:l\+147vw {
    left: 147vw;
  }
  .laptop-l\:l-147\% {
    left: -147%;
  }
  .laptop-l\:l\+147\% {
    left: 147%;
  }
  .laptop-l\:r-147vw {
    right: -147vw;
  }
  .laptop-l\:r\+147vw {
    right: 147vw;
  }
  .laptop-l\:r-147\% {
    right: -147%;
  }
  .laptop-l\:r\+147\% {
    right: 147%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-148vw {
    top: -148vw;
  }
  .laptop-l\:t\+148vw {
    top: 148vw;
  }
  .laptop-l\:t-148\% {
    top: -148%;
  }
  .laptop-l\:t\+148\% {
    top: 148%;
  }
  .laptop-l\:b-148vw {
    bottom: -148vw;
  }
  .laptop-l\:b\+148vw {
    bottom: 148vw;
  }
  .laptop-l\:b-148\% {
    bottom: -148%;
  }
  .laptop-l\:b\+148\% {
    bottom: 148%;
  }
  .laptop-l\:l-148vw {
    left: -148vw;
  }
  .laptop-l\:l\+148vw {
    left: 148vw;
  }
  .laptop-l\:l-148\% {
    left: -148%;
  }
  .laptop-l\:l\+148\% {
    left: 148%;
  }
  .laptop-l\:r-148vw {
    right: -148vw;
  }
  .laptop-l\:r\+148vw {
    right: 148vw;
  }
  .laptop-l\:r-148\% {
    right: -148%;
  }
  .laptop-l\:r\+148\% {
    right: 148%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-149vw {
    top: -149vw;
  }
  .laptop-l\:t\+149vw {
    top: 149vw;
  }
  .laptop-l\:t-149\% {
    top: -149%;
  }
  .laptop-l\:t\+149\% {
    top: 149%;
  }
  .laptop-l\:b-149vw {
    bottom: -149vw;
  }
  .laptop-l\:b\+149vw {
    bottom: 149vw;
  }
  .laptop-l\:b-149\% {
    bottom: -149%;
  }
  .laptop-l\:b\+149\% {
    bottom: 149%;
  }
  .laptop-l\:l-149vw {
    left: -149vw;
  }
  .laptop-l\:l\+149vw {
    left: 149vw;
  }
  .laptop-l\:l-149\% {
    left: -149%;
  }
  .laptop-l\:l\+149\% {
    left: 149%;
  }
  .laptop-l\:r-149vw {
    right: -149vw;
  }
  .laptop-l\:r\+149vw {
    right: 149vw;
  }
  .laptop-l\:r-149\% {
    right: -149%;
  }
  .laptop-l\:r\+149\% {
    right: 149%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-150vw {
    top: -150vw;
  }
  .laptop-l\:t\+150vw {
    top: 150vw;
  }
  .laptop-l\:t-150\% {
    top: -150%;
  }
  .laptop-l\:t\+150\% {
    top: 150%;
  }
  .laptop-l\:b-150vw {
    bottom: -150vw;
  }
  .laptop-l\:b\+150vw {
    bottom: 150vw;
  }
  .laptop-l\:b-150\% {
    bottom: -150%;
  }
  .laptop-l\:b\+150\% {
    bottom: 150%;
  }
  .laptop-l\:l-150vw {
    left: -150vw;
  }
  .laptop-l\:l\+150vw {
    left: 150vw;
  }
  .laptop-l\:l-150\% {
    left: -150%;
  }
  .laptop-l\:l\+150\% {
    left: 150%;
  }
  .laptop-l\:r-150vw {
    right: -150vw;
  }
  .laptop-l\:r\+150vw {
    right: 150vw;
  }
  .laptop-l\:r-150\% {
    right: -150%;
  }
  .laptop-l\:r\+150\% {
    right: 150%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-151vw {
    top: -151vw;
  }
  .laptop-l\:t\+151vw {
    top: 151vw;
  }
  .laptop-l\:t-151\% {
    top: -151%;
  }
  .laptop-l\:t\+151\% {
    top: 151%;
  }
  .laptop-l\:b-151vw {
    bottom: -151vw;
  }
  .laptop-l\:b\+151vw {
    bottom: 151vw;
  }
  .laptop-l\:b-151\% {
    bottom: -151%;
  }
  .laptop-l\:b\+151\% {
    bottom: 151%;
  }
  .laptop-l\:l-151vw {
    left: -151vw;
  }
  .laptop-l\:l\+151vw {
    left: 151vw;
  }
  .laptop-l\:l-151\% {
    left: -151%;
  }
  .laptop-l\:l\+151\% {
    left: 151%;
  }
  .laptop-l\:r-151vw {
    right: -151vw;
  }
  .laptop-l\:r\+151vw {
    right: 151vw;
  }
  .laptop-l\:r-151\% {
    right: -151%;
  }
  .laptop-l\:r\+151\% {
    right: 151%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-152vw {
    top: -152vw;
  }
  .laptop-l\:t\+152vw {
    top: 152vw;
  }
  .laptop-l\:t-152\% {
    top: -152%;
  }
  .laptop-l\:t\+152\% {
    top: 152%;
  }
  .laptop-l\:b-152vw {
    bottom: -152vw;
  }
  .laptop-l\:b\+152vw {
    bottom: 152vw;
  }
  .laptop-l\:b-152\% {
    bottom: -152%;
  }
  .laptop-l\:b\+152\% {
    bottom: 152%;
  }
  .laptop-l\:l-152vw {
    left: -152vw;
  }
  .laptop-l\:l\+152vw {
    left: 152vw;
  }
  .laptop-l\:l-152\% {
    left: -152%;
  }
  .laptop-l\:l\+152\% {
    left: 152%;
  }
  .laptop-l\:r-152vw {
    right: -152vw;
  }
  .laptop-l\:r\+152vw {
    right: 152vw;
  }
  .laptop-l\:r-152\% {
    right: -152%;
  }
  .laptop-l\:r\+152\% {
    right: 152%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-153vw {
    top: -153vw;
  }
  .laptop-l\:t\+153vw {
    top: 153vw;
  }
  .laptop-l\:t-153\% {
    top: -153%;
  }
  .laptop-l\:t\+153\% {
    top: 153%;
  }
  .laptop-l\:b-153vw {
    bottom: -153vw;
  }
  .laptop-l\:b\+153vw {
    bottom: 153vw;
  }
  .laptop-l\:b-153\% {
    bottom: -153%;
  }
  .laptop-l\:b\+153\% {
    bottom: 153%;
  }
  .laptop-l\:l-153vw {
    left: -153vw;
  }
  .laptop-l\:l\+153vw {
    left: 153vw;
  }
  .laptop-l\:l-153\% {
    left: -153%;
  }
  .laptop-l\:l\+153\% {
    left: 153%;
  }
  .laptop-l\:r-153vw {
    right: -153vw;
  }
  .laptop-l\:r\+153vw {
    right: 153vw;
  }
  .laptop-l\:r-153\% {
    right: -153%;
  }
  .laptop-l\:r\+153\% {
    right: 153%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-154vw {
    top: -154vw;
  }
  .laptop-l\:t\+154vw {
    top: 154vw;
  }
  .laptop-l\:t-154\% {
    top: -154%;
  }
  .laptop-l\:t\+154\% {
    top: 154%;
  }
  .laptop-l\:b-154vw {
    bottom: -154vw;
  }
  .laptop-l\:b\+154vw {
    bottom: 154vw;
  }
  .laptop-l\:b-154\% {
    bottom: -154%;
  }
  .laptop-l\:b\+154\% {
    bottom: 154%;
  }
  .laptop-l\:l-154vw {
    left: -154vw;
  }
  .laptop-l\:l\+154vw {
    left: 154vw;
  }
  .laptop-l\:l-154\% {
    left: -154%;
  }
  .laptop-l\:l\+154\% {
    left: 154%;
  }
  .laptop-l\:r-154vw {
    right: -154vw;
  }
  .laptop-l\:r\+154vw {
    right: 154vw;
  }
  .laptop-l\:r-154\% {
    right: -154%;
  }
  .laptop-l\:r\+154\% {
    right: 154%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-155vw {
    top: -155vw;
  }
  .laptop-l\:t\+155vw {
    top: 155vw;
  }
  .laptop-l\:t-155\% {
    top: -155%;
  }
  .laptop-l\:t\+155\% {
    top: 155%;
  }
  .laptop-l\:b-155vw {
    bottom: -155vw;
  }
  .laptop-l\:b\+155vw {
    bottom: 155vw;
  }
  .laptop-l\:b-155\% {
    bottom: -155%;
  }
  .laptop-l\:b\+155\% {
    bottom: 155%;
  }
  .laptop-l\:l-155vw {
    left: -155vw;
  }
  .laptop-l\:l\+155vw {
    left: 155vw;
  }
  .laptop-l\:l-155\% {
    left: -155%;
  }
  .laptop-l\:l\+155\% {
    left: 155%;
  }
  .laptop-l\:r-155vw {
    right: -155vw;
  }
  .laptop-l\:r\+155vw {
    right: 155vw;
  }
  .laptop-l\:r-155\% {
    right: -155%;
  }
  .laptop-l\:r\+155\% {
    right: 155%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-156vw {
    top: -156vw;
  }
  .laptop-l\:t\+156vw {
    top: 156vw;
  }
  .laptop-l\:t-156\% {
    top: -156%;
  }
  .laptop-l\:t\+156\% {
    top: 156%;
  }
  .laptop-l\:b-156vw {
    bottom: -156vw;
  }
  .laptop-l\:b\+156vw {
    bottom: 156vw;
  }
  .laptop-l\:b-156\% {
    bottom: -156%;
  }
  .laptop-l\:b\+156\% {
    bottom: 156%;
  }
  .laptop-l\:l-156vw {
    left: -156vw;
  }
  .laptop-l\:l\+156vw {
    left: 156vw;
  }
  .laptop-l\:l-156\% {
    left: -156%;
  }
  .laptop-l\:l\+156\% {
    left: 156%;
  }
  .laptop-l\:r-156vw {
    right: -156vw;
  }
  .laptop-l\:r\+156vw {
    right: 156vw;
  }
  .laptop-l\:r-156\% {
    right: -156%;
  }
  .laptop-l\:r\+156\% {
    right: 156%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-157vw {
    top: -157vw;
  }
  .laptop-l\:t\+157vw {
    top: 157vw;
  }
  .laptop-l\:t-157\% {
    top: -157%;
  }
  .laptop-l\:t\+157\% {
    top: 157%;
  }
  .laptop-l\:b-157vw {
    bottom: -157vw;
  }
  .laptop-l\:b\+157vw {
    bottom: 157vw;
  }
  .laptop-l\:b-157\% {
    bottom: -157%;
  }
  .laptop-l\:b\+157\% {
    bottom: 157%;
  }
  .laptop-l\:l-157vw {
    left: -157vw;
  }
  .laptop-l\:l\+157vw {
    left: 157vw;
  }
  .laptop-l\:l-157\% {
    left: -157%;
  }
  .laptop-l\:l\+157\% {
    left: 157%;
  }
  .laptop-l\:r-157vw {
    right: -157vw;
  }
  .laptop-l\:r\+157vw {
    right: 157vw;
  }
  .laptop-l\:r-157\% {
    right: -157%;
  }
  .laptop-l\:r\+157\% {
    right: 157%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-158vw {
    top: -158vw;
  }
  .laptop-l\:t\+158vw {
    top: 158vw;
  }
  .laptop-l\:t-158\% {
    top: -158%;
  }
  .laptop-l\:t\+158\% {
    top: 158%;
  }
  .laptop-l\:b-158vw {
    bottom: -158vw;
  }
  .laptop-l\:b\+158vw {
    bottom: 158vw;
  }
  .laptop-l\:b-158\% {
    bottom: -158%;
  }
  .laptop-l\:b\+158\% {
    bottom: 158%;
  }
  .laptop-l\:l-158vw {
    left: -158vw;
  }
  .laptop-l\:l\+158vw {
    left: 158vw;
  }
  .laptop-l\:l-158\% {
    left: -158%;
  }
  .laptop-l\:l\+158\% {
    left: 158%;
  }
  .laptop-l\:r-158vw {
    right: -158vw;
  }
  .laptop-l\:r\+158vw {
    right: 158vw;
  }
  .laptop-l\:r-158\% {
    right: -158%;
  }
  .laptop-l\:r\+158\% {
    right: 158%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-159vw {
    top: -159vw;
  }
  .laptop-l\:t\+159vw {
    top: 159vw;
  }
  .laptop-l\:t-159\% {
    top: -159%;
  }
  .laptop-l\:t\+159\% {
    top: 159%;
  }
  .laptop-l\:b-159vw {
    bottom: -159vw;
  }
  .laptop-l\:b\+159vw {
    bottom: 159vw;
  }
  .laptop-l\:b-159\% {
    bottom: -159%;
  }
  .laptop-l\:b\+159\% {
    bottom: 159%;
  }
  .laptop-l\:l-159vw {
    left: -159vw;
  }
  .laptop-l\:l\+159vw {
    left: 159vw;
  }
  .laptop-l\:l-159\% {
    left: -159%;
  }
  .laptop-l\:l\+159\% {
    left: 159%;
  }
  .laptop-l\:r-159vw {
    right: -159vw;
  }
  .laptop-l\:r\+159vw {
    right: 159vw;
  }
  .laptop-l\:r-159\% {
    right: -159%;
  }
  .laptop-l\:r\+159\% {
    right: 159%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-160vw {
    top: -160vw;
  }
  .laptop-l\:t\+160vw {
    top: 160vw;
  }
  .laptop-l\:t-160\% {
    top: -160%;
  }
  .laptop-l\:t\+160\% {
    top: 160%;
  }
  .laptop-l\:b-160vw {
    bottom: -160vw;
  }
  .laptop-l\:b\+160vw {
    bottom: 160vw;
  }
  .laptop-l\:b-160\% {
    bottom: -160%;
  }
  .laptop-l\:b\+160\% {
    bottom: 160%;
  }
  .laptop-l\:l-160vw {
    left: -160vw;
  }
  .laptop-l\:l\+160vw {
    left: 160vw;
  }
  .laptop-l\:l-160\% {
    left: -160%;
  }
  .laptop-l\:l\+160\% {
    left: 160%;
  }
  .laptop-l\:r-160vw {
    right: -160vw;
  }
  .laptop-l\:r\+160vw {
    right: 160vw;
  }
  .laptop-l\:r-160\% {
    right: -160%;
  }
  .laptop-l\:r\+160\% {
    right: 160%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-161vw {
    top: -161vw;
  }
  .laptop-l\:t\+161vw {
    top: 161vw;
  }
  .laptop-l\:t-161\% {
    top: -161%;
  }
  .laptop-l\:t\+161\% {
    top: 161%;
  }
  .laptop-l\:b-161vw {
    bottom: -161vw;
  }
  .laptop-l\:b\+161vw {
    bottom: 161vw;
  }
  .laptop-l\:b-161\% {
    bottom: -161%;
  }
  .laptop-l\:b\+161\% {
    bottom: 161%;
  }
  .laptop-l\:l-161vw {
    left: -161vw;
  }
  .laptop-l\:l\+161vw {
    left: 161vw;
  }
  .laptop-l\:l-161\% {
    left: -161%;
  }
  .laptop-l\:l\+161\% {
    left: 161%;
  }
  .laptop-l\:r-161vw {
    right: -161vw;
  }
  .laptop-l\:r\+161vw {
    right: 161vw;
  }
  .laptop-l\:r-161\% {
    right: -161%;
  }
  .laptop-l\:r\+161\% {
    right: 161%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-162vw {
    top: -162vw;
  }
  .laptop-l\:t\+162vw {
    top: 162vw;
  }
  .laptop-l\:t-162\% {
    top: -162%;
  }
  .laptop-l\:t\+162\% {
    top: 162%;
  }
  .laptop-l\:b-162vw {
    bottom: -162vw;
  }
  .laptop-l\:b\+162vw {
    bottom: 162vw;
  }
  .laptop-l\:b-162\% {
    bottom: -162%;
  }
  .laptop-l\:b\+162\% {
    bottom: 162%;
  }
  .laptop-l\:l-162vw {
    left: -162vw;
  }
  .laptop-l\:l\+162vw {
    left: 162vw;
  }
  .laptop-l\:l-162\% {
    left: -162%;
  }
  .laptop-l\:l\+162\% {
    left: 162%;
  }
  .laptop-l\:r-162vw {
    right: -162vw;
  }
  .laptop-l\:r\+162vw {
    right: 162vw;
  }
  .laptop-l\:r-162\% {
    right: -162%;
  }
  .laptop-l\:r\+162\% {
    right: 162%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-163vw {
    top: -163vw;
  }
  .laptop-l\:t\+163vw {
    top: 163vw;
  }
  .laptop-l\:t-163\% {
    top: -163%;
  }
  .laptop-l\:t\+163\% {
    top: 163%;
  }
  .laptop-l\:b-163vw {
    bottom: -163vw;
  }
  .laptop-l\:b\+163vw {
    bottom: 163vw;
  }
  .laptop-l\:b-163\% {
    bottom: -163%;
  }
  .laptop-l\:b\+163\% {
    bottom: 163%;
  }
  .laptop-l\:l-163vw {
    left: -163vw;
  }
  .laptop-l\:l\+163vw {
    left: 163vw;
  }
  .laptop-l\:l-163\% {
    left: -163%;
  }
  .laptop-l\:l\+163\% {
    left: 163%;
  }
  .laptop-l\:r-163vw {
    right: -163vw;
  }
  .laptop-l\:r\+163vw {
    right: 163vw;
  }
  .laptop-l\:r-163\% {
    right: -163%;
  }
  .laptop-l\:r\+163\% {
    right: 163%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-164vw {
    top: -164vw;
  }
  .laptop-l\:t\+164vw {
    top: 164vw;
  }
  .laptop-l\:t-164\% {
    top: -164%;
  }
  .laptop-l\:t\+164\% {
    top: 164%;
  }
  .laptop-l\:b-164vw {
    bottom: -164vw;
  }
  .laptop-l\:b\+164vw {
    bottom: 164vw;
  }
  .laptop-l\:b-164\% {
    bottom: -164%;
  }
  .laptop-l\:b\+164\% {
    bottom: 164%;
  }
  .laptop-l\:l-164vw {
    left: -164vw;
  }
  .laptop-l\:l\+164vw {
    left: 164vw;
  }
  .laptop-l\:l-164\% {
    left: -164%;
  }
  .laptop-l\:l\+164\% {
    left: 164%;
  }
  .laptop-l\:r-164vw {
    right: -164vw;
  }
  .laptop-l\:r\+164vw {
    right: 164vw;
  }
  .laptop-l\:r-164\% {
    right: -164%;
  }
  .laptop-l\:r\+164\% {
    right: 164%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-165vw {
    top: -165vw;
  }
  .laptop-l\:t\+165vw {
    top: 165vw;
  }
  .laptop-l\:t-165\% {
    top: -165%;
  }
  .laptop-l\:t\+165\% {
    top: 165%;
  }
  .laptop-l\:b-165vw {
    bottom: -165vw;
  }
  .laptop-l\:b\+165vw {
    bottom: 165vw;
  }
  .laptop-l\:b-165\% {
    bottom: -165%;
  }
  .laptop-l\:b\+165\% {
    bottom: 165%;
  }
  .laptop-l\:l-165vw {
    left: -165vw;
  }
  .laptop-l\:l\+165vw {
    left: 165vw;
  }
  .laptop-l\:l-165\% {
    left: -165%;
  }
  .laptop-l\:l\+165\% {
    left: 165%;
  }
  .laptop-l\:r-165vw {
    right: -165vw;
  }
  .laptop-l\:r\+165vw {
    right: 165vw;
  }
  .laptop-l\:r-165\% {
    right: -165%;
  }
  .laptop-l\:r\+165\% {
    right: 165%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-166vw {
    top: -166vw;
  }
  .laptop-l\:t\+166vw {
    top: 166vw;
  }
  .laptop-l\:t-166\% {
    top: -166%;
  }
  .laptop-l\:t\+166\% {
    top: 166%;
  }
  .laptop-l\:b-166vw {
    bottom: -166vw;
  }
  .laptop-l\:b\+166vw {
    bottom: 166vw;
  }
  .laptop-l\:b-166\% {
    bottom: -166%;
  }
  .laptop-l\:b\+166\% {
    bottom: 166%;
  }
  .laptop-l\:l-166vw {
    left: -166vw;
  }
  .laptop-l\:l\+166vw {
    left: 166vw;
  }
  .laptop-l\:l-166\% {
    left: -166%;
  }
  .laptop-l\:l\+166\% {
    left: 166%;
  }
  .laptop-l\:r-166vw {
    right: -166vw;
  }
  .laptop-l\:r\+166vw {
    right: 166vw;
  }
  .laptop-l\:r-166\% {
    right: -166%;
  }
  .laptop-l\:r\+166\% {
    right: 166%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-167vw {
    top: -167vw;
  }
  .laptop-l\:t\+167vw {
    top: 167vw;
  }
  .laptop-l\:t-167\% {
    top: -167%;
  }
  .laptop-l\:t\+167\% {
    top: 167%;
  }
  .laptop-l\:b-167vw {
    bottom: -167vw;
  }
  .laptop-l\:b\+167vw {
    bottom: 167vw;
  }
  .laptop-l\:b-167\% {
    bottom: -167%;
  }
  .laptop-l\:b\+167\% {
    bottom: 167%;
  }
  .laptop-l\:l-167vw {
    left: -167vw;
  }
  .laptop-l\:l\+167vw {
    left: 167vw;
  }
  .laptop-l\:l-167\% {
    left: -167%;
  }
  .laptop-l\:l\+167\% {
    left: 167%;
  }
  .laptop-l\:r-167vw {
    right: -167vw;
  }
  .laptop-l\:r\+167vw {
    right: 167vw;
  }
  .laptop-l\:r-167\% {
    right: -167%;
  }
  .laptop-l\:r\+167\% {
    right: 167%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-168vw {
    top: -168vw;
  }
  .laptop-l\:t\+168vw {
    top: 168vw;
  }
  .laptop-l\:t-168\% {
    top: -168%;
  }
  .laptop-l\:t\+168\% {
    top: 168%;
  }
  .laptop-l\:b-168vw {
    bottom: -168vw;
  }
  .laptop-l\:b\+168vw {
    bottom: 168vw;
  }
  .laptop-l\:b-168\% {
    bottom: -168%;
  }
  .laptop-l\:b\+168\% {
    bottom: 168%;
  }
  .laptop-l\:l-168vw {
    left: -168vw;
  }
  .laptop-l\:l\+168vw {
    left: 168vw;
  }
  .laptop-l\:l-168\% {
    left: -168%;
  }
  .laptop-l\:l\+168\% {
    left: 168%;
  }
  .laptop-l\:r-168vw {
    right: -168vw;
  }
  .laptop-l\:r\+168vw {
    right: 168vw;
  }
  .laptop-l\:r-168\% {
    right: -168%;
  }
  .laptop-l\:r\+168\% {
    right: 168%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-169vw {
    top: -169vw;
  }
  .laptop-l\:t\+169vw {
    top: 169vw;
  }
  .laptop-l\:t-169\% {
    top: -169%;
  }
  .laptop-l\:t\+169\% {
    top: 169%;
  }
  .laptop-l\:b-169vw {
    bottom: -169vw;
  }
  .laptop-l\:b\+169vw {
    bottom: 169vw;
  }
  .laptop-l\:b-169\% {
    bottom: -169%;
  }
  .laptop-l\:b\+169\% {
    bottom: 169%;
  }
  .laptop-l\:l-169vw {
    left: -169vw;
  }
  .laptop-l\:l\+169vw {
    left: 169vw;
  }
  .laptop-l\:l-169\% {
    left: -169%;
  }
  .laptop-l\:l\+169\% {
    left: 169%;
  }
  .laptop-l\:r-169vw {
    right: -169vw;
  }
  .laptop-l\:r\+169vw {
    right: 169vw;
  }
  .laptop-l\:r-169\% {
    right: -169%;
  }
  .laptop-l\:r\+169\% {
    right: 169%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-170vw {
    top: -170vw;
  }
  .laptop-l\:t\+170vw {
    top: 170vw;
  }
  .laptop-l\:t-170\% {
    top: -170%;
  }
  .laptop-l\:t\+170\% {
    top: 170%;
  }
  .laptop-l\:b-170vw {
    bottom: -170vw;
  }
  .laptop-l\:b\+170vw {
    bottom: 170vw;
  }
  .laptop-l\:b-170\% {
    bottom: -170%;
  }
  .laptop-l\:b\+170\% {
    bottom: 170%;
  }
  .laptop-l\:l-170vw {
    left: -170vw;
  }
  .laptop-l\:l\+170vw {
    left: 170vw;
  }
  .laptop-l\:l-170\% {
    left: -170%;
  }
  .laptop-l\:l\+170\% {
    left: 170%;
  }
  .laptop-l\:r-170vw {
    right: -170vw;
  }
  .laptop-l\:r\+170vw {
    right: 170vw;
  }
  .laptop-l\:r-170\% {
    right: -170%;
  }
  .laptop-l\:r\+170\% {
    right: 170%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-171vw {
    top: -171vw;
  }
  .laptop-l\:t\+171vw {
    top: 171vw;
  }
  .laptop-l\:t-171\% {
    top: -171%;
  }
  .laptop-l\:t\+171\% {
    top: 171%;
  }
  .laptop-l\:b-171vw {
    bottom: -171vw;
  }
  .laptop-l\:b\+171vw {
    bottom: 171vw;
  }
  .laptop-l\:b-171\% {
    bottom: -171%;
  }
  .laptop-l\:b\+171\% {
    bottom: 171%;
  }
  .laptop-l\:l-171vw {
    left: -171vw;
  }
  .laptop-l\:l\+171vw {
    left: 171vw;
  }
  .laptop-l\:l-171\% {
    left: -171%;
  }
  .laptop-l\:l\+171\% {
    left: 171%;
  }
  .laptop-l\:r-171vw {
    right: -171vw;
  }
  .laptop-l\:r\+171vw {
    right: 171vw;
  }
  .laptop-l\:r-171\% {
    right: -171%;
  }
  .laptop-l\:r\+171\% {
    right: 171%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-172vw {
    top: -172vw;
  }
  .laptop-l\:t\+172vw {
    top: 172vw;
  }
  .laptop-l\:t-172\% {
    top: -172%;
  }
  .laptop-l\:t\+172\% {
    top: 172%;
  }
  .laptop-l\:b-172vw {
    bottom: -172vw;
  }
  .laptop-l\:b\+172vw {
    bottom: 172vw;
  }
  .laptop-l\:b-172\% {
    bottom: -172%;
  }
  .laptop-l\:b\+172\% {
    bottom: 172%;
  }
  .laptop-l\:l-172vw {
    left: -172vw;
  }
  .laptop-l\:l\+172vw {
    left: 172vw;
  }
  .laptop-l\:l-172\% {
    left: -172%;
  }
  .laptop-l\:l\+172\% {
    left: 172%;
  }
  .laptop-l\:r-172vw {
    right: -172vw;
  }
  .laptop-l\:r\+172vw {
    right: 172vw;
  }
  .laptop-l\:r-172\% {
    right: -172%;
  }
  .laptop-l\:r\+172\% {
    right: 172%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-173vw {
    top: -173vw;
  }
  .laptop-l\:t\+173vw {
    top: 173vw;
  }
  .laptop-l\:t-173\% {
    top: -173%;
  }
  .laptop-l\:t\+173\% {
    top: 173%;
  }
  .laptop-l\:b-173vw {
    bottom: -173vw;
  }
  .laptop-l\:b\+173vw {
    bottom: 173vw;
  }
  .laptop-l\:b-173\% {
    bottom: -173%;
  }
  .laptop-l\:b\+173\% {
    bottom: 173%;
  }
  .laptop-l\:l-173vw {
    left: -173vw;
  }
  .laptop-l\:l\+173vw {
    left: 173vw;
  }
  .laptop-l\:l-173\% {
    left: -173%;
  }
  .laptop-l\:l\+173\% {
    left: 173%;
  }
  .laptop-l\:r-173vw {
    right: -173vw;
  }
  .laptop-l\:r\+173vw {
    right: 173vw;
  }
  .laptop-l\:r-173\% {
    right: -173%;
  }
  .laptop-l\:r\+173\% {
    right: 173%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-174vw {
    top: -174vw;
  }
  .laptop-l\:t\+174vw {
    top: 174vw;
  }
  .laptop-l\:t-174\% {
    top: -174%;
  }
  .laptop-l\:t\+174\% {
    top: 174%;
  }
  .laptop-l\:b-174vw {
    bottom: -174vw;
  }
  .laptop-l\:b\+174vw {
    bottom: 174vw;
  }
  .laptop-l\:b-174\% {
    bottom: -174%;
  }
  .laptop-l\:b\+174\% {
    bottom: 174%;
  }
  .laptop-l\:l-174vw {
    left: -174vw;
  }
  .laptop-l\:l\+174vw {
    left: 174vw;
  }
  .laptop-l\:l-174\% {
    left: -174%;
  }
  .laptop-l\:l\+174\% {
    left: 174%;
  }
  .laptop-l\:r-174vw {
    right: -174vw;
  }
  .laptop-l\:r\+174vw {
    right: 174vw;
  }
  .laptop-l\:r-174\% {
    right: -174%;
  }
  .laptop-l\:r\+174\% {
    right: 174%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-175vw {
    top: -175vw;
  }
  .laptop-l\:t\+175vw {
    top: 175vw;
  }
  .laptop-l\:t-175\% {
    top: -175%;
  }
  .laptop-l\:t\+175\% {
    top: 175%;
  }
  .laptop-l\:b-175vw {
    bottom: -175vw;
  }
  .laptop-l\:b\+175vw {
    bottom: 175vw;
  }
  .laptop-l\:b-175\% {
    bottom: -175%;
  }
  .laptop-l\:b\+175\% {
    bottom: 175%;
  }
  .laptop-l\:l-175vw {
    left: -175vw;
  }
  .laptop-l\:l\+175vw {
    left: 175vw;
  }
  .laptop-l\:l-175\% {
    left: -175%;
  }
  .laptop-l\:l\+175\% {
    left: 175%;
  }
  .laptop-l\:r-175vw {
    right: -175vw;
  }
  .laptop-l\:r\+175vw {
    right: 175vw;
  }
  .laptop-l\:r-175\% {
    right: -175%;
  }
  .laptop-l\:r\+175\% {
    right: 175%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-176vw {
    top: -176vw;
  }
  .laptop-l\:t\+176vw {
    top: 176vw;
  }
  .laptop-l\:t-176\% {
    top: -176%;
  }
  .laptop-l\:t\+176\% {
    top: 176%;
  }
  .laptop-l\:b-176vw {
    bottom: -176vw;
  }
  .laptop-l\:b\+176vw {
    bottom: 176vw;
  }
  .laptop-l\:b-176\% {
    bottom: -176%;
  }
  .laptop-l\:b\+176\% {
    bottom: 176%;
  }
  .laptop-l\:l-176vw {
    left: -176vw;
  }
  .laptop-l\:l\+176vw {
    left: 176vw;
  }
  .laptop-l\:l-176\% {
    left: -176%;
  }
  .laptop-l\:l\+176\% {
    left: 176%;
  }
  .laptop-l\:r-176vw {
    right: -176vw;
  }
  .laptop-l\:r\+176vw {
    right: 176vw;
  }
  .laptop-l\:r-176\% {
    right: -176%;
  }
  .laptop-l\:r\+176\% {
    right: 176%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-177vw {
    top: -177vw;
  }
  .laptop-l\:t\+177vw {
    top: 177vw;
  }
  .laptop-l\:t-177\% {
    top: -177%;
  }
  .laptop-l\:t\+177\% {
    top: 177%;
  }
  .laptop-l\:b-177vw {
    bottom: -177vw;
  }
  .laptop-l\:b\+177vw {
    bottom: 177vw;
  }
  .laptop-l\:b-177\% {
    bottom: -177%;
  }
  .laptop-l\:b\+177\% {
    bottom: 177%;
  }
  .laptop-l\:l-177vw {
    left: -177vw;
  }
  .laptop-l\:l\+177vw {
    left: 177vw;
  }
  .laptop-l\:l-177\% {
    left: -177%;
  }
  .laptop-l\:l\+177\% {
    left: 177%;
  }
  .laptop-l\:r-177vw {
    right: -177vw;
  }
  .laptop-l\:r\+177vw {
    right: 177vw;
  }
  .laptop-l\:r-177\% {
    right: -177%;
  }
  .laptop-l\:r\+177\% {
    right: 177%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-178vw {
    top: -178vw;
  }
  .laptop-l\:t\+178vw {
    top: 178vw;
  }
  .laptop-l\:t-178\% {
    top: -178%;
  }
  .laptop-l\:t\+178\% {
    top: 178%;
  }
  .laptop-l\:b-178vw {
    bottom: -178vw;
  }
  .laptop-l\:b\+178vw {
    bottom: 178vw;
  }
  .laptop-l\:b-178\% {
    bottom: -178%;
  }
  .laptop-l\:b\+178\% {
    bottom: 178%;
  }
  .laptop-l\:l-178vw {
    left: -178vw;
  }
  .laptop-l\:l\+178vw {
    left: 178vw;
  }
  .laptop-l\:l-178\% {
    left: -178%;
  }
  .laptop-l\:l\+178\% {
    left: 178%;
  }
  .laptop-l\:r-178vw {
    right: -178vw;
  }
  .laptop-l\:r\+178vw {
    right: 178vw;
  }
  .laptop-l\:r-178\% {
    right: -178%;
  }
  .laptop-l\:r\+178\% {
    right: 178%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-179vw {
    top: -179vw;
  }
  .laptop-l\:t\+179vw {
    top: 179vw;
  }
  .laptop-l\:t-179\% {
    top: -179%;
  }
  .laptop-l\:t\+179\% {
    top: 179%;
  }
  .laptop-l\:b-179vw {
    bottom: -179vw;
  }
  .laptop-l\:b\+179vw {
    bottom: 179vw;
  }
  .laptop-l\:b-179\% {
    bottom: -179%;
  }
  .laptop-l\:b\+179\% {
    bottom: 179%;
  }
  .laptop-l\:l-179vw {
    left: -179vw;
  }
  .laptop-l\:l\+179vw {
    left: 179vw;
  }
  .laptop-l\:l-179\% {
    left: -179%;
  }
  .laptop-l\:l\+179\% {
    left: 179%;
  }
  .laptop-l\:r-179vw {
    right: -179vw;
  }
  .laptop-l\:r\+179vw {
    right: 179vw;
  }
  .laptop-l\:r-179\% {
    right: -179%;
  }
  .laptop-l\:r\+179\% {
    right: 179%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-180vw {
    top: -180vw;
  }
  .laptop-l\:t\+180vw {
    top: 180vw;
  }
  .laptop-l\:t-180\% {
    top: -180%;
  }
  .laptop-l\:t\+180\% {
    top: 180%;
  }
  .laptop-l\:b-180vw {
    bottom: -180vw;
  }
  .laptop-l\:b\+180vw {
    bottom: 180vw;
  }
  .laptop-l\:b-180\% {
    bottom: -180%;
  }
  .laptop-l\:b\+180\% {
    bottom: 180%;
  }
  .laptop-l\:l-180vw {
    left: -180vw;
  }
  .laptop-l\:l\+180vw {
    left: 180vw;
  }
  .laptop-l\:l-180\% {
    left: -180%;
  }
  .laptop-l\:l\+180\% {
    left: 180%;
  }
  .laptop-l\:r-180vw {
    right: -180vw;
  }
  .laptop-l\:r\+180vw {
    right: 180vw;
  }
  .laptop-l\:r-180\% {
    right: -180%;
  }
  .laptop-l\:r\+180\% {
    right: 180%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-181vw {
    top: -181vw;
  }
  .laptop-l\:t\+181vw {
    top: 181vw;
  }
  .laptop-l\:t-181\% {
    top: -181%;
  }
  .laptop-l\:t\+181\% {
    top: 181%;
  }
  .laptop-l\:b-181vw {
    bottom: -181vw;
  }
  .laptop-l\:b\+181vw {
    bottom: 181vw;
  }
  .laptop-l\:b-181\% {
    bottom: -181%;
  }
  .laptop-l\:b\+181\% {
    bottom: 181%;
  }
  .laptop-l\:l-181vw {
    left: -181vw;
  }
  .laptop-l\:l\+181vw {
    left: 181vw;
  }
  .laptop-l\:l-181\% {
    left: -181%;
  }
  .laptop-l\:l\+181\% {
    left: 181%;
  }
  .laptop-l\:r-181vw {
    right: -181vw;
  }
  .laptop-l\:r\+181vw {
    right: 181vw;
  }
  .laptop-l\:r-181\% {
    right: -181%;
  }
  .laptop-l\:r\+181\% {
    right: 181%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-182vw {
    top: -182vw;
  }
  .laptop-l\:t\+182vw {
    top: 182vw;
  }
  .laptop-l\:t-182\% {
    top: -182%;
  }
  .laptop-l\:t\+182\% {
    top: 182%;
  }
  .laptop-l\:b-182vw {
    bottom: -182vw;
  }
  .laptop-l\:b\+182vw {
    bottom: 182vw;
  }
  .laptop-l\:b-182\% {
    bottom: -182%;
  }
  .laptop-l\:b\+182\% {
    bottom: 182%;
  }
  .laptop-l\:l-182vw {
    left: -182vw;
  }
  .laptop-l\:l\+182vw {
    left: 182vw;
  }
  .laptop-l\:l-182\% {
    left: -182%;
  }
  .laptop-l\:l\+182\% {
    left: 182%;
  }
  .laptop-l\:r-182vw {
    right: -182vw;
  }
  .laptop-l\:r\+182vw {
    right: 182vw;
  }
  .laptop-l\:r-182\% {
    right: -182%;
  }
  .laptop-l\:r\+182\% {
    right: 182%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-183vw {
    top: -183vw;
  }
  .laptop-l\:t\+183vw {
    top: 183vw;
  }
  .laptop-l\:t-183\% {
    top: -183%;
  }
  .laptop-l\:t\+183\% {
    top: 183%;
  }
  .laptop-l\:b-183vw {
    bottom: -183vw;
  }
  .laptop-l\:b\+183vw {
    bottom: 183vw;
  }
  .laptop-l\:b-183\% {
    bottom: -183%;
  }
  .laptop-l\:b\+183\% {
    bottom: 183%;
  }
  .laptop-l\:l-183vw {
    left: -183vw;
  }
  .laptop-l\:l\+183vw {
    left: 183vw;
  }
  .laptop-l\:l-183\% {
    left: -183%;
  }
  .laptop-l\:l\+183\% {
    left: 183%;
  }
  .laptop-l\:r-183vw {
    right: -183vw;
  }
  .laptop-l\:r\+183vw {
    right: 183vw;
  }
  .laptop-l\:r-183\% {
    right: -183%;
  }
  .laptop-l\:r\+183\% {
    right: 183%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-184vw {
    top: -184vw;
  }
  .laptop-l\:t\+184vw {
    top: 184vw;
  }
  .laptop-l\:t-184\% {
    top: -184%;
  }
  .laptop-l\:t\+184\% {
    top: 184%;
  }
  .laptop-l\:b-184vw {
    bottom: -184vw;
  }
  .laptop-l\:b\+184vw {
    bottom: 184vw;
  }
  .laptop-l\:b-184\% {
    bottom: -184%;
  }
  .laptop-l\:b\+184\% {
    bottom: 184%;
  }
  .laptop-l\:l-184vw {
    left: -184vw;
  }
  .laptop-l\:l\+184vw {
    left: 184vw;
  }
  .laptop-l\:l-184\% {
    left: -184%;
  }
  .laptop-l\:l\+184\% {
    left: 184%;
  }
  .laptop-l\:r-184vw {
    right: -184vw;
  }
  .laptop-l\:r\+184vw {
    right: 184vw;
  }
  .laptop-l\:r-184\% {
    right: -184%;
  }
  .laptop-l\:r\+184\% {
    right: 184%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-185vw {
    top: -185vw;
  }
  .laptop-l\:t\+185vw {
    top: 185vw;
  }
  .laptop-l\:t-185\% {
    top: -185%;
  }
  .laptop-l\:t\+185\% {
    top: 185%;
  }
  .laptop-l\:b-185vw {
    bottom: -185vw;
  }
  .laptop-l\:b\+185vw {
    bottom: 185vw;
  }
  .laptop-l\:b-185\% {
    bottom: -185%;
  }
  .laptop-l\:b\+185\% {
    bottom: 185%;
  }
  .laptop-l\:l-185vw {
    left: -185vw;
  }
  .laptop-l\:l\+185vw {
    left: 185vw;
  }
  .laptop-l\:l-185\% {
    left: -185%;
  }
  .laptop-l\:l\+185\% {
    left: 185%;
  }
  .laptop-l\:r-185vw {
    right: -185vw;
  }
  .laptop-l\:r\+185vw {
    right: 185vw;
  }
  .laptop-l\:r-185\% {
    right: -185%;
  }
  .laptop-l\:r\+185\% {
    right: 185%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-186vw {
    top: -186vw;
  }
  .laptop-l\:t\+186vw {
    top: 186vw;
  }
  .laptop-l\:t-186\% {
    top: -186%;
  }
  .laptop-l\:t\+186\% {
    top: 186%;
  }
  .laptop-l\:b-186vw {
    bottom: -186vw;
  }
  .laptop-l\:b\+186vw {
    bottom: 186vw;
  }
  .laptop-l\:b-186\% {
    bottom: -186%;
  }
  .laptop-l\:b\+186\% {
    bottom: 186%;
  }
  .laptop-l\:l-186vw {
    left: -186vw;
  }
  .laptop-l\:l\+186vw {
    left: 186vw;
  }
  .laptop-l\:l-186\% {
    left: -186%;
  }
  .laptop-l\:l\+186\% {
    left: 186%;
  }
  .laptop-l\:r-186vw {
    right: -186vw;
  }
  .laptop-l\:r\+186vw {
    right: 186vw;
  }
  .laptop-l\:r-186\% {
    right: -186%;
  }
  .laptop-l\:r\+186\% {
    right: 186%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-187vw {
    top: -187vw;
  }
  .laptop-l\:t\+187vw {
    top: 187vw;
  }
  .laptop-l\:t-187\% {
    top: -187%;
  }
  .laptop-l\:t\+187\% {
    top: 187%;
  }
  .laptop-l\:b-187vw {
    bottom: -187vw;
  }
  .laptop-l\:b\+187vw {
    bottom: 187vw;
  }
  .laptop-l\:b-187\% {
    bottom: -187%;
  }
  .laptop-l\:b\+187\% {
    bottom: 187%;
  }
  .laptop-l\:l-187vw {
    left: -187vw;
  }
  .laptop-l\:l\+187vw {
    left: 187vw;
  }
  .laptop-l\:l-187\% {
    left: -187%;
  }
  .laptop-l\:l\+187\% {
    left: 187%;
  }
  .laptop-l\:r-187vw {
    right: -187vw;
  }
  .laptop-l\:r\+187vw {
    right: 187vw;
  }
  .laptop-l\:r-187\% {
    right: -187%;
  }
  .laptop-l\:r\+187\% {
    right: 187%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-188vw {
    top: -188vw;
  }
  .laptop-l\:t\+188vw {
    top: 188vw;
  }
  .laptop-l\:t-188\% {
    top: -188%;
  }
  .laptop-l\:t\+188\% {
    top: 188%;
  }
  .laptop-l\:b-188vw {
    bottom: -188vw;
  }
  .laptop-l\:b\+188vw {
    bottom: 188vw;
  }
  .laptop-l\:b-188\% {
    bottom: -188%;
  }
  .laptop-l\:b\+188\% {
    bottom: 188%;
  }
  .laptop-l\:l-188vw {
    left: -188vw;
  }
  .laptop-l\:l\+188vw {
    left: 188vw;
  }
  .laptop-l\:l-188\% {
    left: -188%;
  }
  .laptop-l\:l\+188\% {
    left: 188%;
  }
  .laptop-l\:r-188vw {
    right: -188vw;
  }
  .laptop-l\:r\+188vw {
    right: 188vw;
  }
  .laptop-l\:r-188\% {
    right: -188%;
  }
  .laptop-l\:r\+188\% {
    right: 188%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-189vw {
    top: -189vw;
  }
  .laptop-l\:t\+189vw {
    top: 189vw;
  }
  .laptop-l\:t-189\% {
    top: -189%;
  }
  .laptop-l\:t\+189\% {
    top: 189%;
  }
  .laptop-l\:b-189vw {
    bottom: -189vw;
  }
  .laptop-l\:b\+189vw {
    bottom: 189vw;
  }
  .laptop-l\:b-189\% {
    bottom: -189%;
  }
  .laptop-l\:b\+189\% {
    bottom: 189%;
  }
  .laptop-l\:l-189vw {
    left: -189vw;
  }
  .laptop-l\:l\+189vw {
    left: 189vw;
  }
  .laptop-l\:l-189\% {
    left: -189%;
  }
  .laptop-l\:l\+189\% {
    left: 189%;
  }
  .laptop-l\:r-189vw {
    right: -189vw;
  }
  .laptop-l\:r\+189vw {
    right: 189vw;
  }
  .laptop-l\:r-189\% {
    right: -189%;
  }
  .laptop-l\:r\+189\% {
    right: 189%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-190vw {
    top: -190vw;
  }
  .laptop-l\:t\+190vw {
    top: 190vw;
  }
  .laptop-l\:t-190\% {
    top: -190%;
  }
  .laptop-l\:t\+190\% {
    top: 190%;
  }
  .laptop-l\:b-190vw {
    bottom: -190vw;
  }
  .laptop-l\:b\+190vw {
    bottom: 190vw;
  }
  .laptop-l\:b-190\% {
    bottom: -190%;
  }
  .laptop-l\:b\+190\% {
    bottom: 190%;
  }
  .laptop-l\:l-190vw {
    left: -190vw;
  }
  .laptop-l\:l\+190vw {
    left: 190vw;
  }
  .laptop-l\:l-190\% {
    left: -190%;
  }
  .laptop-l\:l\+190\% {
    left: 190%;
  }
  .laptop-l\:r-190vw {
    right: -190vw;
  }
  .laptop-l\:r\+190vw {
    right: 190vw;
  }
  .laptop-l\:r-190\% {
    right: -190%;
  }
  .laptop-l\:r\+190\% {
    right: 190%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-191vw {
    top: -191vw;
  }
  .laptop-l\:t\+191vw {
    top: 191vw;
  }
  .laptop-l\:t-191\% {
    top: -191%;
  }
  .laptop-l\:t\+191\% {
    top: 191%;
  }
  .laptop-l\:b-191vw {
    bottom: -191vw;
  }
  .laptop-l\:b\+191vw {
    bottom: 191vw;
  }
  .laptop-l\:b-191\% {
    bottom: -191%;
  }
  .laptop-l\:b\+191\% {
    bottom: 191%;
  }
  .laptop-l\:l-191vw {
    left: -191vw;
  }
  .laptop-l\:l\+191vw {
    left: 191vw;
  }
  .laptop-l\:l-191\% {
    left: -191%;
  }
  .laptop-l\:l\+191\% {
    left: 191%;
  }
  .laptop-l\:r-191vw {
    right: -191vw;
  }
  .laptop-l\:r\+191vw {
    right: 191vw;
  }
  .laptop-l\:r-191\% {
    right: -191%;
  }
  .laptop-l\:r\+191\% {
    right: 191%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-192vw {
    top: -192vw;
  }
  .laptop-l\:t\+192vw {
    top: 192vw;
  }
  .laptop-l\:t-192\% {
    top: -192%;
  }
  .laptop-l\:t\+192\% {
    top: 192%;
  }
  .laptop-l\:b-192vw {
    bottom: -192vw;
  }
  .laptop-l\:b\+192vw {
    bottom: 192vw;
  }
  .laptop-l\:b-192\% {
    bottom: -192%;
  }
  .laptop-l\:b\+192\% {
    bottom: 192%;
  }
  .laptop-l\:l-192vw {
    left: -192vw;
  }
  .laptop-l\:l\+192vw {
    left: 192vw;
  }
  .laptop-l\:l-192\% {
    left: -192%;
  }
  .laptop-l\:l\+192\% {
    left: 192%;
  }
  .laptop-l\:r-192vw {
    right: -192vw;
  }
  .laptop-l\:r\+192vw {
    right: 192vw;
  }
  .laptop-l\:r-192\% {
    right: -192%;
  }
  .laptop-l\:r\+192\% {
    right: 192%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-193vw {
    top: -193vw;
  }
  .laptop-l\:t\+193vw {
    top: 193vw;
  }
  .laptop-l\:t-193\% {
    top: -193%;
  }
  .laptop-l\:t\+193\% {
    top: 193%;
  }
  .laptop-l\:b-193vw {
    bottom: -193vw;
  }
  .laptop-l\:b\+193vw {
    bottom: 193vw;
  }
  .laptop-l\:b-193\% {
    bottom: -193%;
  }
  .laptop-l\:b\+193\% {
    bottom: 193%;
  }
  .laptop-l\:l-193vw {
    left: -193vw;
  }
  .laptop-l\:l\+193vw {
    left: 193vw;
  }
  .laptop-l\:l-193\% {
    left: -193%;
  }
  .laptop-l\:l\+193\% {
    left: 193%;
  }
  .laptop-l\:r-193vw {
    right: -193vw;
  }
  .laptop-l\:r\+193vw {
    right: 193vw;
  }
  .laptop-l\:r-193\% {
    right: -193%;
  }
  .laptop-l\:r\+193\% {
    right: 193%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-194vw {
    top: -194vw;
  }
  .laptop-l\:t\+194vw {
    top: 194vw;
  }
  .laptop-l\:t-194\% {
    top: -194%;
  }
  .laptop-l\:t\+194\% {
    top: 194%;
  }
  .laptop-l\:b-194vw {
    bottom: -194vw;
  }
  .laptop-l\:b\+194vw {
    bottom: 194vw;
  }
  .laptop-l\:b-194\% {
    bottom: -194%;
  }
  .laptop-l\:b\+194\% {
    bottom: 194%;
  }
  .laptop-l\:l-194vw {
    left: -194vw;
  }
  .laptop-l\:l\+194vw {
    left: 194vw;
  }
  .laptop-l\:l-194\% {
    left: -194%;
  }
  .laptop-l\:l\+194\% {
    left: 194%;
  }
  .laptop-l\:r-194vw {
    right: -194vw;
  }
  .laptop-l\:r\+194vw {
    right: 194vw;
  }
  .laptop-l\:r-194\% {
    right: -194%;
  }
  .laptop-l\:r\+194\% {
    right: 194%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-195vw {
    top: -195vw;
  }
  .laptop-l\:t\+195vw {
    top: 195vw;
  }
  .laptop-l\:t-195\% {
    top: -195%;
  }
  .laptop-l\:t\+195\% {
    top: 195%;
  }
  .laptop-l\:b-195vw {
    bottom: -195vw;
  }
  .laptop-l\:b\+195vw {
    bottom: 195vw;
  }
  .laptop-l\:b-195\% {
    bottom: -195%;
  }
  .laptop-l\:b\+195\% {
    bottom: 195%;
  }
  .laptop-l\:l-195vw {
    left: -195vw;
  }
  .laptop-l\:l\+195vw {
    left: 195vw;
  }
  .laptop-l\:l-195\% {
    left: -195%;
  }
  .laptop-l\:l\+195\% {
    left: 195%;
  }
  .laptop-l\:r-195vw {
    right: -195vw;
  }
  .laptop-l\:r\+195vw {
    right: 195vw;
  }
  .laptop-l\:r-195\% {
    right: -195%;
  }
  .laptop-l\:r\+195\% {
    right: 195%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-196vw {
    top: -196vw;
  }
  .laptop-l\:t\+196vw {
    top: 196vw;
  }
  .laptop-l\:t-196\% {
    top: -196%;
  }
  .laptop-l\:t\+196\% {
    top: 196%;
  }
  .laptop-l\:b-196vw {
    bottom: -196vw;
  }
  .laptop-l\:b\+196vw {
    bottom: 196vw;
  }
  .laptop-l\:b-196\% {
    bottom: -196%;
  }
  .laptop-l\:b\+196\% {
    bottom: 196%;
  }
  .laptop-l\:l-196vw {
    left: -196vw;
  }
  .laptop-l\:l\+196vw {
    left: 196vw;
  }
  .laptop-l\:l-196\% {
    left: -196%;
  }
  .laptop-l\:l\+196\% {
    left: 196%;
  }
  .laptop-l\:r-196vw {
    right: -196vw;
  }
  .laptop-l\:r\+196vw {
    right: 196vw;
  }
  .laptop-l\:r-196\% {
    right: -196%;
  }
  .laptop-l\:r\+196\% {
    right: 196%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-197vw {
    top: -197vw;
  }
  .laptop-l\:t\+197vw {
    top: 197vw;
  }
  .laptop-l\:t-197\% {
    top: -197%;
  }
  .laptop-l\:t\+197\% {
    top: 197%;
  }
  .laptop-l\:b-197vw {
    bottom: -197vw;
  }
  .laptop-l\:b\+197vw {
    bottom: 197vw;
  }
  .laptop-l\:b-197\% {
    bottom: -197%;
  }
  .laptop-l\:b\+197\% {
    bottom: 197%;
  }
  .laptop-l\:l-197vw {
    left: -197vw;
  }
  .laptop-l\:l\+197vw {
    left: 197vw;
  }
  .laptop-l\:l-197\% {
    left: -197%;
  }
  .laptop-l\:l\+197\% {
    left: 197%;
  }
  .laptop-l\:r-197vw {
    right: -197vw;
  }
  .laptop-l\:r\+197vw {
    right: 197vw;
  }
  .laptop-l\:r-197\% {
    right: -197%;
  }
  .laptop-l\:r\+197\% {
    right: 197%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-198vw {
    top: -198vw;
  }
  .laptop-l\:t\+198vw {
    top: 198vw;
  }
  .laptop-l\:t-198\% {
    top: -198%;
  }
  .laptop-l\:t\+198\% {
    top: 198%;
  }
  .laptop-l\:b-198vw {
    bottom: -198vw;
  }
  .laptop-l\:b\+198vw {
    bottom: 198vw;
  }
  .laptop-l\:b-198\% {
    bottom: -198%;
  }
  .laptop-l\:b\+198\% {
    bottom: 198%;
  }
  .laptop-l\:l-198vw {
    left: -198vw;
  }
  .laptop-l\:l\+198vw {
    left: 198vw;
  }
  .laptop-l\:l-198\% {
    left: -198%;
  }
  .laptop-l\:l\+198\% {
    left: 198%;
  }
  .laptop-l\:r-198vw {
    right: -198vw;
  }
  .laptop-l\:r\+198vw {
    right: 198vw;
  }
  .laptop-l\:r-198\% {
    right: -198%;
  }
  .laptop-l\:r\+198\% {
    right: 198%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-199vw {
    top: -199vw;
  }
  .laptop-l\:t\+199vw {
    top: 199vw;
  }
  .laptop-l\:t-199\% {
    top: -199%;
  }
  .laptop-l\:t\+199\% {
    top: 199%;
  }
  .laptop-l\:b-199vw {
    bottom: -199vw;
  }
  .laptop-l\:b\+199vw {
    bottom: 199vw;
  }
  .laptop-l\:b-199\% {
    bottom: -199%;
  }
  .laptop-l\:b\+199\% {
    bottom: 199%;
  }
  .laptop-l\:l-199vw {
    left: -199vw;
  }
  .laptop-l\:l\+199vw {
    left: 199vw;
  }
  .laptop-l\:l-199\% {
    left: -199%;
  }
  .laptop-l\:l\+199\% {
    left: 199%;
  }
  .laptop-l\:r-199vw {
    right: -199vw;
  }
  .laptop-l\:r\+199vw {
    right: 199vw;
  }
  .laptop-l\:r-199\% {
    right: -199%;
  }
  .laptop-l\:r\+199\% {
    right: 199%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:t-200vw {
    top: -200vw;
  }
  .laptop-l\:t\+200vw {
    top: 200vw;
  }
  .laptop-l\:t-200\% {
    top: -200%;
  }
  .laptop-l\:t\+200\% {
    top: 200%;
  }
  .laptop-l\:b-200vw {
    bottom: -200vw;
  }
  .laptop-l\:b\+200vw {
    bottom: 200vw;
  }
  .laptop-l\:b-200\% {
    bottom: -200%;
  }
  .laptop-l\:b\+200\% {
    bottom: 200%;
  }
  .laptop-l\:l-200vw {
    left: -200vw;
  }
  .laptop-l\:l\+200vw {
    left: 200vw;
  }
  .laptop-l\:l-200\% {
    left: -200%;
  }
  .laptop-l\:l\+200\% {
    left: 200%;
  }
  .laptop-l\:r-200vw {
    right: -200vw;
  }
  .laptop-l\:r\+200vw {
    right: 200vw;
  }
  .laptop-l\:r-200\% {
    right: -200%;
  }
  .laptop-l\:r\+200\% {
    right: 200%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-10p {
    top: -10px;
  }
  .laptop-xl\:t\+10p {
    top: 10px;
  }
  .laptop-xl\:b-10p {
    bottom: -10px;
  }
  .laptop-xl\:b\+10p {
    bottom: 10px;
  }
  .laptop-xl\:l-10p {
    left: -10px;
  }
  .laptop-xl\:l\+10p {
    left: 10px;
  }
  .laptop-xl\:r-10p {
    right: -10px;
  }
  .laptop-xl\:r\+10p {
    right: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-20p {
    top: -20px;
  }
  .laptop-xl\:t\+20p {
    top: 20px;
  }
  .laptop-xl\:b-20p {
    bottom: -20px;
  }
  .laptop-xl\:b\+20p {
    bottom: 20px;
  }
  .laptop-xl\:l-20p {
    left: -20px;
  }
  .laptop-xl\:l\+20p {
    left: 20px;
  }
  .laptop-xl\:r-20p {
    right: -20px;
  }
  .laptop-xl\:r\+20p {
    right: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-30p {
    top: -30px;
  }
  .laptop-xl\:t\+30p {
    top: 30px;
  }
  .laptop-xl\:b-30p {
    bottom: -30px;
  }
  .laptop-xl\:b\+30p {
    bottom: 30px;
  }
  .laptop-xl\:l-30p {
    left: -30px;
  }
  .laptop-xl\:l\+30p {
    left: 30px;
  }
  .laptop-xl\:r-30p {
    right: -30px;
  }
  .laptop-xl\:r\+30p {
    right: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-40p {
    top: -40px;
  }
  .laptop-xl\:t\+40p {
    top: 40px;
  }
  .laptop-xl\:b-40p {
    bottom: -40px;
  }
  .laptop-xl\:b\+40p {
    bottom: 40px;
  }
  .laptop-xl\:l-40p {
    left: -40px;
  }
  .laptop-xl\:l\+40p {
    left: 40px;
  }
  .laptop-xl\:r-40p {
    right: -40px;
  }
  .laptop-xl\:r\+40p {
    right: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-50p {
    top: -50px;
  }
  .laptop-xl\:t\+50p {
    top: 50px;
  }
  .laptop-xl\:b-50p {
    bottom: -50px;
  }
  .laptop-xl\:b\+50p {
    bottom: 50px;
  }
  .laptop-xl\:l-50p {
    left: -50px;
  }
  .laptop-xl\:l\+50p {
    left: 50px;
  }
  .laptop-xl\:r-50p {
    right: -50px;
  }
  .laptop-xl\:r\+50p {
    right: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-60p {
    top: -60px;
  }
  .laptop-xl\:t\+60p {
    top: 60px;
  }
  .laptop-xl\:b-60p {
    bottom: -60px;
  }
  .laptop-xl\:b\+60p {
    bottom: 60px;
  }
  .laptop-xl\:l-60p {
    left: -60px;
  }
  .laptop-xl\:l\+60p {
    left: 60px;
  }
  .laptop-xl\:r-60p {
    right: -60px;
  }
  .laptop-xl\:r\+60p {
    right: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-70p {
    top: -70px;
  }
  .laptop-xl\:t\+70p {
    top: 70px;
  }
  .laptop-xl\:b-70p {
    bottom: -70px;
  }
  .laptop-xl\:b\+70p {
    bottom: 70px;
  }
  .laptop-xl\:l-70p {
    left: -70px;
  }
  .laptop-xl\:l\+70p {
    left: 70px;
  }
  .laptop-xl\:r-70p {
    right: -70px;
  }
  .laptop-xl\:r\+70p {
    right: 70px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-80p {
    top: -80px;
  }
  .laptop-xl\:t\+80p {
    top: 80px;
  }
  .laptop-xl\:b-80p {
    bottom: -80px;
  }
  .laptop-xl\:b\+80p {
    bottom: 80px;
  }
  .laptop-xl\:l-80p {
    left: -80px;
  }
  .laptop-xl\:l\+80p {
    left: 80px;
  }
  .laptop-xl\:r-80p {
    right: -80px;
  }
  .laptop-xl\:r\+80p {
    right: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-90p {
    top: -90px;
  }
  .laptop-xl\:t\+90p {
    top: 90px;
  }
  .laptop-xl\:b-90p {
    bottom: -90px;
  }
  .laptop-xl\:b\+90p {
    bottom: 90px;
  }
  .laptop-xl\:l-90p {
    left: -90px;
  }
  .laptop-xl\:l\+90p {
    left: 90px;
  }
  .laptop-xl\:r-90p {
    right: -90px;
  }
  .laptop-xl\:r\+90p {
    right: 90px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-100p {
    top: -100px;
  }
  .laptop-xl\:t\+100p {
    top: 100px;
  }
  .laptop-xl\:b-100p {
    bottom: -100px;
  }
  .laptop-xl\:b\+100p {
    bottom: 100px;
  }
  .laptop-xl\:l-100p {
    left: -100px;
  }
  .laptop-xl\:l\+100p {
    left: 100px;
  }
  .laptop-xl\:r-100p {
    right: -100px;
  }
  .laptop-xl\:r\+100p {
    right: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-110p {
    top: -110px;
  }
  .laptop-xl\:t\+110p {
    top: 110px;
  }
  .laptop-xl\:b-110p {
    bottom: -110px;
  }
  .laptop-xl\:b\+110p {
    bottom: 110px;
  }
  .laptop-xl\:l-110p {
    left: -110px;
  }
  .laptop-xl\:l\+110p {
    left: 110px;
  }
  .laptop-xl\:r-110p {
    right: -110px;
  }
  .laptop-xl\:r\+110p {
    right: 110px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-120p {
    top: -120px;
  }
  .laptop-xl\:t\+120p {
    top: 120px;
  }
  .laptop-xl\:b-120p {
    bottom: -120px;
  }
  .laptop-xl\:b\+120p {
    bottom: 120px;
  }
  .laptop-xl\:l-120p {
    left: -120px;
  }
  .laptop-xl\:l\+120p {
    left: 120px;
  }
  .laptop-xl\:r-120p {
    right: -120px;
  }
  .laptop-xl\:r\+120p {
    right: 120px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-130p {
    top: -130px;
  }
  .laptop-xl\:t\+130p {
    top: 130px;
  }
  .laptop-xl\:b-130p {
    bottom: -130px;
  }
  .laptop-xl\:b\+130p {
    bottom: 130px;
  }
  .laptop-xl\:l-130p {
    left: -130px;
  }
  .laptop-xl\:l\+130p {
    left: 130px;
  }
  .laptop-xl\:r-130p {
    right: -130px;
  }
  .laptop-xl\:r\+130p {
    right: 130px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-140p {
    top: -140px;
  }
  .laptop-xl\:t\+140p {
    top: 140px;
  }
  .laptop-xl\:b-140p {
    bottom: -140px;
  }
  .laptop-xl\:b\+140p {
    bottom: 140px;
  }
  .laptop-xl\:l-140p {
    left: -140px;
  }
  .laptop-xl\:l\+140p {
    left: 140px;
  }
  .laptop-xl\:r-140p {
    right: -140px;
  }
  .laptop-xl\:r\+140p {
    right: 140px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-150p {
    top: -150px;
  }
  .laptop-xl\:t\+150p {
    top: 150px;
  }
  .laptop-xl\:b-150p {
    bottom: -150px;
  }
  .laptop-xl\:b\+150p {
    bottom: 150px;
  }
  .laptop-xl\:l-150p {
    left: -150px;
  }
  .laptop-xl\:l\+150p {
    left: 150px;
  }
  .laptop-xl\:r-150p {
    right: -150px;
  }
  .laptop-xl\:r\+150p {
    right: 150px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-160p {
    top: -160px;
  }
  .laptop-xl\:t\+160p {
    top: 160px;
  }
  .laptop-xl\:b-160p {
    bottom: -160px;
  }
  .laptop-xl\:b\+160p {
    bottom: 160px;
  }
  .laptop-xl\:l-160p {
    left: -160px;
  }
  .laptop-xl\:l\+160p {
    left: 160px;
  }
  .laptop-xl\:r-160p {
    right: -160px;
  }
  .laptop-xl\:r\+160p {
    right: 160px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-170p {
    top: -170px;
  }
  .laptop-xl\:t\+170p {
    top: 170px;
  }
  .laptop-xl\:b-170p {
    bottom: -170px;
  }
  .laptop-xl\:b\+170p {
    bottom: 170px;
  }
  .laptop-xl\:l-170p {
    left: -170px;
  }
  .laptop-xl\:l\+170p {
    left: 170px;
  }
  .laptop-xl\:r-170p {
    right: -170px;
  }
  .laptop-xl\:r\+170p {
    right: 170px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-180p {
    top: -180px;
  }
  .laptop-xl\:t\+180p {
    top: 180px;
  }
  .laptop-xl\:b-180p {
    bottom: -180px;
  }
  .laptop-xl\:b\+180p {
    bottom: 180px;
  }
  .laptop-xl\:l-180p {
    left: -180px;
  }
  .laptop-xl\:l\+180p {
    left: 180px;
  }
  .laptop-xl\:r-180p {
    right: -180px;
  }
  .laptop-xl\:r\+180p {
    right: 180px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-190p {
    top: -190px;
  }
  .laptop-xl\:t\+190p {
    top: 190px;
  }
  .laptop-xl\:b-190p {
    bottom: -190px;
  }
  .laptop-xl\:b\+190p {
    bottom: 190px;
  }
  .laptop-xl\:l-190p {
    left: -190px;
  }
  .laptop-xl\:l\+190p {
    left: 190px;
  }
  .laptop-xl\:r-190p {
    right: -190px;
  }
  .laptop-xl\:r\+190p {
    right: 190px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-200p {
    top: -200px;
  }
  .laptop-xl\:t\+200p {
    top: 200px;
  }
  .laptop-xl\:b-200p {
    bottom: -200px;
  }
  .laptop-xl\:b\+200p {
    bottom: 200px;
  }
  .laptop-xl\:l-200p {
    left: -200px;
  }
  .laptop-xl\:l\+200p {
    left: 200px;
  }
  .laptop-xl\:r-200p {
    right: -200px;
  }
  .laptop-xl\:r\+200p {
    right: 200px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-210p {
    top: -210px;
  }
  .laptop-xl\:t\+210p {
    top: 210px;
  }
  .laptop-xl\:b-210p {
    bottom: -210px;
  }
  .laptop-xl\:b\+210p {
    bottom: 210px;
  }
  .laptop-xl\:l-210p {
    left: -210px;
  }
  .laptop-xl\:l\+210p {
    left: 210px;
  }
  .laptop-xl\:r-210p {
    right: -210px;
  }
  .laptop-xl\:r\+210p {
    right: 210px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-220p {
    top: -220px;
  }
  .laptop-xl\:t\+220p {
    top: 220px;
  }
  .laptop-xl\:b-220p {
    bottom: -220px;
  }
  .laptop-xl\:b\+220p {
    bottom: 220px;
  }
  .laptop-xl\:l-220p {
    left: -220px;
  }
  .laptop-xl\:l\+220p {
    left: 220px;
  }
  .laptop-xl\:r-220p {
    right: -220px;
  }
  .laptop-xl\:r\+220p {
    right: 220px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-230p {
    top: -230px;
  }
  .laptop-xl\:t\+230p {
    top: 230px;
  }
  .laptop-xl\:b-230p {
    bottom: -230px;
  }
  .laptop-xl\:b\+230p {
    bottom: 230px;
  }
  .laptop-xl\:l-230p {
    left: -230px;
  }
  .laptop-xl\:l\+230p {
    left: 230px;
  }
  .laptop-xl\:r-230p {
    right: -230px;
  }
  .laptop-xl\:r\+230p {
    right: 230px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-240p {
    top: -240px;
  }
  .laptop-xl\:t\+240p {
    top: 240px;
  }
  .laptop-xl\:b-240p {
    bottom: -240px;
  }
  .laptop-xl\:b\+240p {
    bottom: 240px;
  }
  .laptop-xl\:l-240p {
    left: -240px;
  }
  .laptop-xl\:l\+240p {
    left: 240px;
  }
  .laptop-xl\:r-240p {
    right: -240px;
  }
  .laptop-xl\:r\+240p {
    right: 240px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-250p {
    top: -250px;
  }
  .laptop-xl\:t\+250p {
    top: 250px;
  }
  .laptop-xl\:b-250p {
    bottom: -250px;
  }
  .laptop-xl\:b\+250p {
    bottom: 250px;
  }
  .laptop-xl\:l-250p {
    left: -250px;
  }
  .laptop-xl\:l\+250p {
    left: 250px;
  }
  .laptop-xl\:r-250p {
    right: -250px;
  }
  .laptop-xl\:r\+250p {
    right: 250px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-260p {
    top: -260px;
  }
  .laptop-xl\:t\+260p {
    top: 260px;
  }
  .laptop-xl\:b-260p {
    bottom: -260px;
  }
  .laptop-xl\:b\+260p {
    bottom: 260px;
  }
  .laptop-xl\:l-260p {
    left: -260px;
  }
  .laptop-xl\:l\+260p {
    left: 260px;
  }
  .laptop-xl\:r-260p {
    right: -260px;
  }
  .laptop-xl\:r\+260p {
    right: 260px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-270p {
    top: -270px;
  }
  .laptop-xl\:t\+270p {
    top: 270px;
  }
  .laptop-xl\:b-270p {
    bottom: -270px;
  }
  .laptop-xl\:b\+270p {
    bottom: 270px;
  }
  .laptop-xl\:l-270p {
    left: -270px;
  }
  .laptop-xl\:l\+270p {
    left: 270px;
  }
  .laptop-xl\:r-270p {
    right: -270px;
  }
  .laptop-xl\:r\+270p {
    right: 270px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-280p {
    top: -280px;
  }
  .laptop-xl\:t\+280p {
    top: 280px;
  }
  .laptop-xl\:b-280p {
    bottom: -280px;
  }
  .laptop-xl\:b\+280p {
    bottom: 280px;
  }
  .laptop-xl\:l-280p {
    left: -280px;
  }
  .laptop-xl\:l\+280p {
    left: 280px;
  }
  .laptop-xl\:r-280p {
    right: -280px;
  }
  .laptop-xl\:r\+280p {
    right: 280px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-290p {
    top: -290px;
  }
  .laptop-xl\:t\+290p {
    top: 290px;
  }
  .laptop-xl\:b-290p {
    bottom: -290px;
  }
  .laptop-xl\:b\+290p {
    bottom: 290px;
  }
  .laptop-xl\:l-290p {
    left: -290px;
  }
  .laptop-xl\:l\+290p {
    left: 290px;
  }
  .laptop-xl\:r-290p {
    right: -290px;
  }
  .laptop-xl\:r\+290p {
    right: 290px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-300p {
    top: -300px;
  }
  .laptop-xl\:t\+300p {
    top: 300px;
  }
  .laptop-xl\:b-300p {
    bottom: -300px;
  }
  .laptop-xl\:b\+300p {
    bottom: 300px;
  }
  .laptop-xl\:l-300p {
    left: -300px;
  }
  .laptop-xl\:l\+300p {
    left: 300px;
  }
  .laptop-xl\:r-300p {
    right: -300px;
  }
  .laptop-xl\:r\+300p {
    right: 300px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-310p {
    top: -310px;
  }
  .laptop-xl\:t\+310p {
    top: 310px;
  }
  .laptop-xl\:b-310p {
    bottom: -310px;
  }
  .laptop-xl\:b\+310p {
    bottom: 310px;
  }
  .laptop-xl\:l-310p {
    left: -310px;
  }
  .laptop-xl\:l\+310p {
    left: 310px;
  }
  .laptop-xl\:r-310p {
    right: -310px;
  }
  .laptop-xl\:r\+310p {
    right: 310px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-320p {
    top: -320px;
  }
  .laptop-xl\:t\+320p {
    top: 320px;
  }
  .laptop-xl\:b-320p {
    bottom: -320px;
  }
  .laptop-xl\:b\+320p {
    bottom: 320px;
  }
  .laptop-xl\:l-320p {
    left: -320px;
  }
  .laptop-xl\:l\+320p {
    left: 320px;
  }
  .laptop-xl\:r-320p {
    right: -320px;
  }
  .laptop-xl\:r\+320p {
    right: 320px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-330p {
    top: -330px;
  }
  .laptop-xl\:t\+330p {
    top: 330px;
  }
  .laptop-xl\:b-330p {
    bottom: -330px;
  }
  .laptop-xl\:b\+330p {
    bottom: 330px;
  }
  .laptop-xl\:l-330p {
    left: -330px;
  }
  .laptop-xl\:l\+330p {
    left: 330px;
  }
  .laptop-xl\:r-330p {
    right: -330px;
  }
  .laptop-xl\:r\+330p {
    right: 330px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-340p {
    top: -340px;
  }
  .laptop-xl\:t\+340p {
    top: 340px;
  }
  .laptop-xl\:b-340p {
    bottom: -340px;
  }
  .laptop-xl\:b\+340p {
    bottom: 340px;
  }
  .laptop-xl\:l-340p {
    left: -340px;
  }
  .laptop-xl\:l\+340p {
    left: 340px;
  }
  .laptop-xl\:r-340p {
    right: -340px;
  }
  .laptop-xl\:r\+340p {
    right: 340px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-350p {
    top: -350px;
  }
  .laptop-xl\:t\+350p {
    top: 350px;
  }
  .laptop-xl\:b-350p {
    bottom: -350px;
  }
  .laptop-xl\:b\+350p {
    bottom: 350px;
  }
  .laptop-xl\:l-350p {
    left: -350px;
  }
  .laptop-xl\:l\+350p {
    left: 350px;
  }
  .laptop-xl\:r-350p {
    right: -350px;
  }
  .laptop-xl\:r\+350p {
    right: 350px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-360p {
    top: -360px;
  }
  .laptop-xl\:t\+360p {
    top: 360px;
  }
  .laptop-xl\:b-360p {
    bottom: -360px;
  }
  .laptop-xl\:b\+360p {
    bottom: 360px;
  }
  .laptop-xl\:l-360p {
    left: -360px;
  }
  .laptop-xl\:l\+360p {
    left: 360px;
  }
  .laptop-xl\:r-360p {
    right: -360px;
  }
  .laptop-xl\:r\+360p {
    right: 360px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-370p {
    top: -370px;
  }
  .laptop-xl\:t\+370p {
    top: 370px;
  }
  .laptop-xl\:b-370p {
    bottom: -370px;
  }
  .laptop-xl\:b\+370p {
    bottom: 370px;
  }
  .laptop-xl\:l-370p {
    left: -370px;
  }
  .laptop-xl\:l\+370p {
    left: 370px;
  }
  .laptop-xl\:r-370p {
    right: -370px;
  }
  .laptop-xl\:r\+370p {
    right: 370px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-380p {
    top: -380px;
  }
  .laptop-xl\:t\+380p {
    top: 380px;
  }
  .laptop-xl\:b-380p {
    bottom: -380px;
  }
  .laptop-xl\:b\+380p {
    bottom: 380px;
  }
  .laptop-xl\:l-380p {
    left: -380px;
  }
  .laptop-xl\:l\+380p {
    left: 380px;
  }
  .laptop-xl\:r-380p {
    right: -380px;
  }
  .laptop-xl\:r\+380p {
    right: 380px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-390p {
    top: -390px;
  }
  .laptop-xl\:t\+390p {
    top: 390px;
  }
  .laptop-xl\:b-390p {
    bottom: -390px;
  }
  .laptop-xl\:b\+390p {
    bottom: 390px;
  }
  .laptop-xl\:l-390p {
    left: -390px;
  }
  .laptop-xl\:l\+390p {
    left: 390px;
  }
  .laptop-xl\:r-390p {
    right: -390px;
  }
  .laptop-xl\:r\+390p {
    right: 390px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-400p {
    top: -400px;
  }
  .laptop-xl\:t\+400p {
    top: 400px;
  }
  .laptop-xl\:b-400p {
    bottom: -400px;
  }
  .laptop-xl\:b\+400p {
    bottom: 400px;
  }
  .laptop-xl\:l-400p {
    left: -400px;
  }
  .laptop-xl\:l\+400p {
    left: 400px;
  }
  .laptop-xl\:r-400p {
    right: -400px;
  }
  .laptop-xl\:r\+400p {
    right: 400px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-410p {
    top: -410px;
  }
  .laptop-xl\:t\+410p {
    top: 410px;
  }
  .laptop-xl\:b-410p {
    bottom: -410px;
  }
  .laptop-xl\:b\+410p {
    bottom: 410px;
  }
  .laptop-xl\:l-410p {
    left: -410px;
  }
  .laptop-xl\:l\+410p {
    left: 410px;
  }
  .laptop-xl\:r-410p {
    right: -410px;
  }
  .laptop-xl\:r\+410p {
    right: 410px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-420p {
    top: -420px;
  }
  .laptop-xl\:t\+420p {
    top: 420px;
  }
  .laptop-xl\:b-420p {
    bottom: -420px;
  }
  .laptop-xl\:b\+420p {
    bottom: 420px;
  }
  .laptop-xl\:l-420p {
    left: -420px;
  }
  .laptop-xl\:l\+420p {
    left: 420px;
  }
  .laptop-xl\:r-420p {
    right: -420px;
  }
  .laptop-xl\:r\+420p {
    right: 420px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-430p {
    top: -430px;
  }
  .laptop-xl\:t\+430p {
    top: 430px;
  }
  .laptop-xl\:b-430p {
    bottom: -430px;
  }
  .laptop-xl\:b\+430p {
    bottom: 430px;
  }
  .laptop-xl\:l-430p {
    left: -430px;
  }
  .laptop-xl\:l\+430p {
    left: 430px;
  }
  .laptop-xl\:r-430p {
    right: -430px;
  }
  .laptop-xl\:r\+430p {
    right: 430px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-440p {
    top: -440px;
  }
  .laptop-xl\:t\+440p {
    top: 440px;
  }
  .laptop-xl\:b-440p {
    bottom: -440px;
  }
  .laptop-xl\:b\+440p {
    bottom: 440px;
  }
  .laptop-xl\:l-440p {
    left: -440px;
  }
  .laptop-xl\:l\+440p {
    left: 440px;
  }
  .laptop-xl\:r-440p {
    right: -440px;
  }
  .laptop-xl\:r\+440p {
    right: 440px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-450p {
    top: -450px;
  }
  .laptop-xl\:t\+450p {
    top: 450px;
  }
  .laptop-xl\:b-450p {
    bottom: -450px;
  }
  .laptop-xl\:b\+450p {
    bottom: 450px;
  }
  .laptop-xl\:l-450p {
    left: -450px;
  }
  .laptop-xl\:l\+450p {
    left: 450px;
  }
  .laptop-xl\:r-450p {
    right: -450px;
  }
  .laptop-xl\:r\+450p {
    right: 450px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-460p {
    top: -460px;
  }
  .laptop-xl\:t\+460p {
    top: 460px;
  }
  .laptop-xl\:b-460p {
    bottom: -460px;
  }
  .laptop-xl\:b\+460p {
    bottom: 460px;
  }
  .laptop-xl\:l-460p {
    left: -460px;
  }
  .laptop-xl\:l\+460p {
    left: 460px;
  }
  .laptop-xl\:r-460p {
    right: -460px;
  }
  .laptop-xl\:r\+460p {
    right: 460px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-470p {
    top: -470px;
  }
  .laptop-xl\:t\+470p {
    top: 470px;
  }
  .laptop-xl\:b-470p {
    bottom: -470px;
  }
  .laptop-xl\:b\+470p {
    bottom: 470px;
  }
  .laptop-xl\:l-470p {
    left: -470px;
  }
  .laptop-xl\:l\+470p {
    left: 470px;
  }
  .laptop-xl\:r-470p {
    right: -470px;
  }
  .laptop-xl\:r\+470p {
    right: 470px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-480p {
    top: -480px;
  }
  .laptop-xl\:t\+480p {
    top: 480px;
  }
  .laptop-xl\:b-480p {
    bottom: -480px;
  }
  .laptop-xl\:b\+480p {
    bottom: 480px;
  }
  .laptop-xl\:l-480p {
    left: -480px;
  }
  .laptop-xl\:l\+480p {
    left: 480px;
  }
  .laptop-xl\:r-480p {
    right: -480px;
  }
  .laptop-xl\:r\+480p {
    right: 480px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-490p {
    top: -490px;
  }
  .laptop-xl\:t\+490p {
    top: 490px;
  }
  .laptop-xl\:b-490p {
    bottom: -490px;
  }
  .laptop-xl\:b\+490p {
    bottom: 490px;
  }
  .laptop-xl\:l-490p {
    left: -490px;
  }
  .laptop-xl\:l\+490p {
    left: 490px;
  }
  .laptop-xl\:r-490p {
    right: -490px;
  }
  .laptop-xl\:r\+490p {
    right: 490px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-500p {
    top: -500px;
  }
  .laptop-xl\:t\+500p {
    top: 500px;
  }
  .laptop-xl\:b-500p {
    bottom: -500px;
  }
  .laptop-xl\:b\+500p {
    bottom: 500px;
  }
  .laptop-xl\:l-500p {
    left: -500px;
  }
  .laptop-xl\:l\+500p {
    left: 500px;
  }
  .laptop-xl\:r-500p {
    right: -500px;
  }
  .laptop-xl\:r\+500p {
    right: 500px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-510p {
    top: -510px;
  }
  .laptop-xl\:t\+510p {
    top: 510px;
  }
  .laptop-xl\:b-510p {
    bottom: -510px;
  }
  .laptop-xl\:b\+510p {
    bottom: 510px;
  }
  .laptop-xl\:l-510p {
    left: -510px;
  }
  .laptop-xl\:l\+510p {
    left: 510px;
  }
  .laptop-xl\:r-510p {
    right: -510px;
  }
  .laptop-xl\:r\+510p {
    right: 510px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-520p {
    top: -520px;
  }
  .laptop-xl\:t\+520p {
    top: 520px;
  }
  .laptop-xl\:b-520p {
    bottom: -520px;
  }
  .laptop-xl\:b\+520p {
    bottom: 520px;
  }
  .laptop-xl\:l-520p {
    left: -520px;
  }
  .laptop-xl\:l\+520p {
    left: 520px;
  }
  .laptop-xl\:r-520p {
    right: -520px;
  }
  .laptop-xl\:r\+520p {
    right: 520px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-530p {
    top: -530px;
  }
  .laptop-xl\:t\+530p {
    top: 530px;
  }
  .laptop-xl\:b-530p {
    bottom: -530px;
  }
  .laptop-xl\:b\+530p {
    bottom: 530px;
  }
  .laptop-xl\:l-530p {
    left: -530px;
  }
  .laptop-xl\:l\+530p {
    left: 530px;
  }
  .laptop-xl\:r-530p {
    right: -530px;
  }
  .laptop-xl\:r\+530p {
    right: 530px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-540p {
    top: -540px;
  }
  .laptop-xl\:t\+540p {
    top: 540px;
  }
  .laptop-xl\:b-540p {
    bottom: -540px;
  }
  .laptop-xl\:b\+540p {
    bottom: 540px;
  }
  .laptop-xl\:l-540p {
    left: -540px;
  }
  .laptop-xl\:l\+540p {
    left: 540px;
  }
  .laptop-xl\:r-540p {
    right: -540px;
  }
  .laptop-xl\:r\+540p {
    right: 540px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-550p {
    top: -550px;
  }
  .laptop-xl\:t\+550p {
    top: 550px;
  }
  .laptop-xl\:b-550p {
    bottom: -550px;
  }
  .laptop-xl\:b\+550p {
    bottom: 550px;
  }
  .laptop-xl\:l-550p {
    left: -550px;
  }
  .laptop-xl\:l\+550p {
    left: 550px;
  }
  .laptop-xl\:r-550p {
    right: -550px;
  }
  .laptop-xl\:r\+550p {
    right: 550px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-560p {
    top: -560px;
  }
  .laptop-xl\:t\+560p {
    top: 560px;
  }
  .laptop-xl\:b-560p {
    bottom: -560px;
  }
  .laptop-xl\:b\+560p {
    bottom: 560px;
  }
  .laptop-xl\:l-560p {
    left: -560px;
  }
  .laptop-xl\:l\+560p {
    left: 560px;
  }
  .laptop-xl\:r-560p {
    right: -560px;
  }
  .laptop-xl\:r\+560p {
    right: 560px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-570p {
    top: -570px;
  }
  .laptop-xl\:t\+570p {
    top: 570px;
  }
  .laptop-xl\:b-570p {
    bottom: -570px;
  }
  .laptop-xl\:b\+570p {
    bottom: 570px;
  }
  .laptop-xl\:l-570p {
    left: -570px;
  }
  .laptop-xl\:l\+570p {
    left: 570px;
  }
  .laptop-xl\:r-570p {
    right: -570px;
  }
  .laptop-xl\:r\+570p {
    right: 570px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-580p {
    top: -580px;
  }
  .laptop-xl\:t\+580p {
    top: 580px;
  }
  .laptop-xl\:b-580p {
    bottom: -580px;
  }
  .laptop-xl\:b\+580p {
    bottom: 580px;
  }
  .laptop-xl\:l-580p {
    left: -580px;
  }
  .laptop-xl\:l\+580p {
    left: 580px;
  }
  .laptop-xl\:r-580p {
    right: -580px;
  }
  .laptop-xl\:r\+580p {
    right: 580px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-590p {
    top: -590px;
  }
  .laptop-xl\:t\+590p {
    top: 590px;
  }
  .laptop-xl\:b-590p {
    bottom: -590px;
  }
  .laptop-xl\:b\+590p {
    bottom: 590px;
  }
  .laptop-xl\:l-590p {
    left: -590px;
  }
  .laptop-xl\:l\+590p {
    left: 590px;
  }
  .laptop-xl\:r-590p {
    right: -590px;
  }
  .laptop-xl\:r\+590p {
    right: 590px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-600p {
    top: -600px;
  }
  .laptop-xl\:t\+600p {
    top: 600px;
  }
  .laptop-xl\:b-600p {
    bottom: -600px;
  }
  .laptop-xl\:b\+600p {
    bottom: 600px;
  }
  .laptop-xl\:l-600p {
    left: -600px;
  }
  .laptop-xl\:l\+600p {
    left: 600px;
  }
  .laptop-xl\:r-600p {
    right: -600px;
  }
  .laptop-xl\:r\+600p {
    right: 600px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-610p {
    top: -610px;
  }
  .laptop-xl\:t\+610p {
    top: 610px;
  }
  .laptop-xl\:b-610p {
    bottom: -610px;
  }
  .laptop-xl\:b\+610p {
    bottom: 610px;
  }
  .laptop-xl\:l-610p {
    left: -610px;
  }
  .laptop-xl\:l\+610p {
    left: 610px;
  }
  .laptop-xl\:r-610p {
    right: -610px;
  }
  .laptop-xl\:r\+610p {
    right: 610px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-620p {
    top: -620px;
  }
  .laptop-xl\:t\+620p {
    top: 620px;
  }
  .laptop-xl\:b-620p {
    bottom: -620px;
  }
  .laptop-xl\:b\+620p {
    bottom: 620px;
  }
  .laptop-xl\:l-620p {
    left: -620px;
  }
  .laptop-xl\:l\+620p {
    left: 620px;
  }
  .laptop-xl\:r-620p {
    right: -620px;
  }
  .laptop-xl\:r\+620p {
    right: 620px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-630p {
    top: -630px;
  }
  .laptop-xl\:t\+630p {
    top: 630px;
  }
  .laptop-xl\:b-630p {
    bottom: -630px;
  }
  .laptop-xl\:b\+630p {
    bottom: 630px;
  }
  .laptop-xl\:l-630p {
    left: -630px;
  }
  .laptop-xl\:l\+630p {
    left: 630px;
  }
  .laptop-xl\:r-630p {
    right: -630px;
  }
  .laptop-xl\:r\+630p {
    right: 630px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-640p {
    top: -640px;
  }
  .laptop-xl\:t\+640p {
    top: 640px;
  }
  .laptop-xl\:b-640p {
    bottom: -640px;
  }
  .laptop-xl\:b\+640p {
    bottom: 640px;
  }
  .laptop-xl\:l-640p {
    left: -640px;
  }
  .laptop-xl\:l\+640p {
    left: 640px;
  }
  .laptop-xl\:r-640p {
    right: -640px;
  }
  .laptop-xl\:r\+640p {
    right: 640px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-650p {
    top: -650px;
  }
  .laptop-xl\:t\+650p {
    top: 650px;
  }
  .laptop-xl\:b-650p {
    bottom: -650px;
  }
  .laptop-xl\:b\+650p {
    bottom: 650px;
  }
  .laptop-xl\:l-650p {
    left: -650px;
  }
  .laptop-xl\:l\+650p {
    left: 650px;
  }
  .laptop-xl\:r-650p {
    right: -650px;
  }
  .laptop-xl\:r\+650p {
    right: 650px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-660p {
    top: -660px;
  }
  .laptop-xl\:t\+660p {
    top: 660px;
  }
  .laptop-xl\:b-660p {
    bottom: -660px;
  }
  .laptop-xl\:b\+660p {
    bottom: 660px;
  }
  .laptop-xl\:l-660p {
    left: -660px;
  }
  .laptop-xl\:l\+660p {
    left: 660px;
  }
  .laptop-xl\:r-660p {
    right: -660px;
  }
  .laptop-xl\:r\+660p {
    right: 660px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-670p {
    top: -670px;
  }
  .laptop-xl\:t\+670p {
    top: 670px;
  }
  .laptop-xl\:b-670p {
    bottom: -670px;
  }
  .laptop-xl\:b\+670p {
    bottom: 670px;
  }
  .laptop-xl\:l-670p {
    left: -670px;
  }
  .laptop-xl\:l\+670p {
    left: 670px;
  }
  .laptop-xl\:r-670p {
    right: -670px;
  }
  .laptop-xl\:r\+670p {
    right: 670px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-680p {
    top: -680px;
  }
  .laptop-xl\:t\+680p {
    top: 680px;
  }
  .laptop-xl\:b-680p {
    bottom: -680px;
  }
  .laptop-xl\:b\+680p {
    bottom: 680px;
  }
  .laptop-xl\:l-680p {
    left: -680px;
  }
  .laptop-xl\:l\+680p {
    left: 680px;
  }
  .laptop-xl\:r-680p {
    right: -680px;
  }
  .laptop-xl\:r\+680p {
    right: 680px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-690p {
    top: -690px;
  }
  .laptop-xl\:t\+690p {
    top: 690px;
  }
  .laptop-xl\:b-690p {
    bottom: -690px;
  }
  .laptop-xl\:b\+690p {
    bottom: 690px;
  }
  .laptop-xl\:l-690p {
    left: -690px;
  }
  .laptop-xl\:l\+690p {
    left: 690px;
  }
  .laptop-xl\:r-690p {
    right: -690px;
  }
  .laptop-xl\:r\+690p {
    right: 690px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-700p {
    top: -700px;
  }
  .laptop-xl\:t\+700p {
    top: 700px;
  }
  .laptop-xl\:b-700p {
    bottom: -700px;
  }
  .laptop-xl\:b\+700p {
    bottom: 700px;
  }
  .laptop-xl\:l-700p {
    left: -700px;
  }
  .laptop-xl\:l\+700p {
    left: 700px;
  }
  .laptop-xl\:r-700p {
    right: -700px;
  }
  .laptop-xl\:r\+700p {
    right: 700px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-710p {
    top: -710px;
  }
  .laptop-xl\:t\+710p {
    top: 710px;
  }
  .laptop-xl\:b-710p {
    bottom: -710px;
  }
  .laptop-xl\:b\+710p {
    bottom: 710px;
  }
  .laptop-xl\:l-710p {
    left: -710px;
  }
  .laptop-xl\:l\+710p {
    left: 710px;
  }
  .laptop-xl\:r-710p {
    right: -710px;
  }
  .laptop-xl\:r\+710p {
    right: 710px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-720p {
    top: -720px;
  }
  .laptop-xl\:t\+720p {
    top: 720px;
  }
  .laptop-xl\:b-720p {
    bottom: -720px;
  }
  .laptop-xl\:b\+720p {
    bottom: 720px;
  }
  .laptop-xl\:l-720p {
    left: -720px;
  }
  .laptop-xl\:l\+720p {
    left: 720px;
  }
  .laptop-xl\:r-720p {
    right: -720px;
  }
  .laptop-xl\:r\+720p {
    right: 720px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-730p {
    top: -730px;
  }
  .laptop-xl\:t\+730p {
    top: 730px;
  }
  .laptop-xl\:b-730p {
    bottom: -730px;
  }
  .laptop-xl\:b\+730p {
    bottom: 730px;
  }
  .laptop-xl\:l-730p {
    left: -730px;
  }
  .laptop-xl\:l\+730p {
    left: 730px;
  }
  .laptop-xl\:r-730p {
    right: -730px;
  }
  .laptop-xl\:r\+730p {
    right: 730px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-740p {
    top: -740px;
  }
  .laptop-xl\:t\+740p {
    top: 740px;
  }
  .laptop-xl\:b-740p {
    bottom: -740px;
  }
  .laptop-xl\:b\+740p {
    bottom: 740px;
  }
  .laptop-xl\:l-740p {
    left: -740px;
  }
  .laptop-xl\:l\+740p {
    left: 740px;
  }
  .laptop-xl\:r-740p {
    right: -740px;
  }
  .laptop-xl\:r\+740p {
    right: 740px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-750p {
    top: -750px;
  }
  .laptop-xl\:t\+750p {
    top: 750px;
  }
  .laptop-xl\:b-750p {
    bottom: -750px;
  }
  .laptop-xl\:b\+750p {
    bottom: 750px;
  }
  .laptop-xl\:l-750p {
    left: -750px;
  }
  .laptop-xl\:l\+750p {
    left: 750px;
  }
  .laptop-xl\:r-750p {
    right: -750px;
  }
  .laptop-xl\:r\+750p {
    right: 750px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-760p {
    top: -760px;
  }
  .laptop-xl\:t\+760p {
    top: 760px;
  }
  .laptop-xl\:b-760p {
    bottom: -760px;
  }
  .laptop-xl\:b\+760p {
    bottom: 760px;
  }
  .laptop-xl\:l-760p {
    left: -760px;
  }
  .laptop-xl\:l\+760p {
    left: 760px;
  }
  .laptop-xl\:r-760p {
    right: -760px;
  }
  .laptop-xl\:r\+760p {
    right: 760px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-770p {
    top: -770px;
  }
  .laptop-xl\:t\+770p {
    top: 770px;
  }
  .laptop-xl\:b-770p {
    bottom: -770px;
  }
  .laptop-xl\:b\+770p {
    bottom: 770px;
  }
  .laptop-xl\:l-770p {
    left: -770px;
  }
  .laptop-xl\:l\+770p {
    left: 770px;
  }
  .laptop-xl\:r-770p {
    right: -770px;
  }
  .laptop-xl\:r\+770p {
    right: 770px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-780p {
    top: -780px;
  }
  .laptop-xl\:t\+780p {
    top: 780px;
  }
  .laptop-xl\:b-780p {
    bottom: -780px;
  }
  .laptop-xl\:b\+780p {
    bottom: 780px;
  }
  .laptop-xl\:l-780p {
    left: -780px;
  }
  .laptop-xl\:l\+780p {
    left: 780px;
  }
  .laptop-xl\:r-780p {
    right: -780px;
  }
  .laptop-xl\:r\+780p {
    right: 780px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-790p {
    top: -790px;
  }
  .laptop-xl\:t\+790p {
    top: 790px;
  }
  .laptop-xl\:b-790p {
    bottom: -790px;
  }
  .laptop-xl\:b\+790p {
    bottom: 790px;
  }
  .laptop-xl\:l-790p {
    left: -790px;
  }
  .laptop-xl\:l\+790p {
    left: 790px;
  }
  .laptop-xl\:r-790p {
    right: -790px;
  }
  .laptop-xl\:r\+790p {
    right: 790px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-800p {
    top: -800px;
  }
  .laptop-xl\:t\+800p {
    top: 800px;
  }
  .laptop-xl\:b-800p {
    bottom: -800px;
  }
  .laptop-xl\:b\+800p {
    bottom: 800px;
  }
  .laptop-xl\:l-800p {
    left: -800px;
  }
  .laptop-xl\:l\+800p {
    left: 800px;
  }
  .laptop-xl\:r-800p {
    right: -800px;
  }
  .laptop-xl\:r\+800p {
    right: 800px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-810p {
    top: -810px;
  }
  .laptop-xl\:t\+810p {
    top: 810px;
  }
  .laptop-xl\:b-810p {
    bottom: -810px;
  }
  .laptop-xl\:b\+810p {
    bottom: 810px;
  }
  .laptop-xl\:l-810p {
    left: -810px;
  }
  .laptop-xl\:l\+810p {
    left: 810px;
  }
  .laptop-xl\:r-810p {
    right: -810px;
  }
  .laptop-xl\:r\+810p {
    right: 810px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-820p {
    top: -820px;
  }
  .laptop-xl\:t\+820p {
    top: 820px;
  }
  .laptop-xl\:b-820p {
    bottom: -820px;
  }
  .laptop-xl\:b\+820p {
    bottom: 820px;
  }
  .laptop-xl\:l-820p {
    left: -820px;
  }
  .laptop-xl\:l\+820p {
    left: 820px;
  }
  .laptop-xl\:r-820p {
    right: -820px;
  }
  .laptop-xl\:r\+820p {
    right: 820px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-830p {
    top: -830px;
  }
  .laptop-xl\:t\+830p {
    top: 830px;
  }
  .laptop-xl\:b-830p {
    bottom: -830px;
  }
  .laptop-xl\:b\+830p {
    bottom: 830px;
  }
  .laptop-xl\:l-830p {
    left: -830px;
  }
  .laptop-xl\:l\+830p {
    left: 830px;
  }
  .laptop-xl\:r-830p {
    right: -830px;
  }
  .laptop-xl\:r\+830p {
    right: 830px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-840p {
    top: -840px;
  }
  .laptop-xl\:t\+840p {
    top: 840px;
  }
  .laptop-xl\:b-840p {
    bottom: -840px;
  }
  .laptop-xl\:b\+840p {
    bottom: 840px;
  }
  .laptop-xl\:l-840p {
    left: -840px;
  }
  .laptop-xl\:l\+840p {
    left: 840px;
  }
  .laptop-xl\:r-840p {
    right: -840px;
  }
  .laptop-xl\:r\+840p {
    right: 840px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-850p {
    top: -850px;
  }
  .laptop-xl\:t\+850p {
    top: 850px;
  }
  .laptop-xl\:b-850p {
    bottom: -850px;
  }
  .laptop-xl\:b\+850p {
    bottom: 850px;
  }
  .laptop-xl\:l-850p {
    left: -850px;
  }
  .laptop-xl\:l\+850p {
    left: 850px;
  }
  .laptop-xl\:r-850p {
    right: -850px;
  }
  .laptop-xl\:r\+850p {
    right: 850px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-860p {
    top: -860px;
  }
  .laptop-xl\:t\+860p {
    top: 860px;
  }
  .laptop-xl\:b-860p {
    bottom: -860px;
  }
  .laptop-xl\:b\+860p {
    bottom: 860px;
  }
  .laptop-xl\:l-860p {
    left: -860px;
  }
  .laptop-xl\:l\+860p {
    left: 860px;
  }
  .laptop-xl\:r-860p {
    right: -860px;
  }
  .laptop-xl\:r\+860p {
    right: 860px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-870p {
    top: -870px;
  }
  .laptop-xl\:t\+870p {
    top: 870px;
  }
  .laptop-xl\:b-870p {
    bottom: -870px;
  }
  .laptop-xl\:b\+870p {
    bottom: 870px;
  }
  .laptop-xl\:l-870p {
    left: -870px;
  }
  .laptop-xl\:l\+870p {
    left: 870px;
  }
  .laptop-xl\:r-870p {
    right: -870px;
  }
  .laptop-xl\:r\+870p {
    right: 870px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-880p {
    top: -880px;
  }
  .laptop-xl\:t\+880p {
    top: 880px;
  }
  .laptop-xl\:b-880p {
    bottom: -880px;
  }
  .laptop-xl\:b\+880p {
    bottom: 880px;
  }
  .laptop-xl\:l-880p {
    left: -880px;
  }
  .laptop-xl\:l\+880p {
    left: 880px;
  }
  .laptop-xl\:r-880p {
    right: -880px;
  }
  .laptop-xl\:r\+880p {
    right: 880px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-890p {
    top: -890px;
  }
  .laptop-xl\:t\+890p {
    top: 890px;
  }
  .laptop-xl\:b-890p {
    bottom: -890px;
  }
  .laptop-xl\:b\+890p {
    bottom: 890px;
  }
  .laptop-xl\:l-890p {
    left: -890px;
  }
  .laptop-xl\:l\+890p {
    left: 890px;
  }
  .laptop-xl\:r-890p {
    right: -890px;
  }
  .laptop-xl\:r\+890p {
    right: 890px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-900p {
    top: -900px;
  }
  .laptop-xl\:t\+900p {
    top: 900px;
  }
  .laptop-xl\:b-900p {
    bottom: -900px;
  }
  .laptop-xl\:b\+900p {
    bottom: 900px;
  }
  .laptop-xl\:l-900p {
    left: -900px;
  }
  .laptop-xl\:l\+900p {
    left: 900px;
  }
  .laptop-xl\:r-900p {
    right: -900px;
  }
  .laptop-xl\:r\+900p {
    right: 900px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-910p {
    top: -910px;
  }
  .laptop-xl\:t\+910p {
    top: 910px;
  }
  .laptop-xl\:b-910p {
    bottom: -910px;
  }
  .laptop-xl\:b\+910p {
    bottom: 910px;
  }
  .laptop-xl\:l-910p {
    left: -910px;
  }
  .laptop-xl\:l\+910p {
    left: 910px;
  }
  .laptop-xl\:r-910p {
    right: -910px;
  }
  .laptop-xl\:r\+910p {
    right: 910px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-920p {
    top: -920px;
  }
  .laptop-xl\:t\+920p {
    top: 920px;
  }
  .laptop-xl\:b-920p {
    bottom: -920px;
  }
  .laptop-xl\:b\+920p {
    bottom: 920px;
  }
  .laptop-xl\:l-920p {
    left: -920px;
  }
  .laptop-xl\:l\+920p {
    left: 920px;
  }
  .laptop-xl\:r-920p {
    right: -920px;
  }
  .laptop-xl\:r\+920p {
    right: 920px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-930p {
    top: -930px;
  }
  .laptop-xl\:t\+930p {
    top: 930px;
  }
  .laptop-xl\:b-930p {
    bottom: -930px;
  }
  .laptop-xl\:b\+930p {
    bottom: 930px;
  }
  .laptop-xl\:l-930p {
    left: -930px;
  }
  .laptop-xl\:l\+930p {
    left: 930px;
  }
  .laptop-xl\:r-930p {
    right: -930px;
  }
  .laptop-xl\:r\+930p {
    right: 930px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-940p {
    top: -940px;
  }
  .laptop-xl\:t\+940p {
    top: 940px;
  }
  .laptop-xl\:b-940p {
    bottom: -940px;
  }
  .laptop-xl\:b\+940p {
    bottom: 940px;
  }
  .laptop-xl\:l-940p {
    left: -940px;
  }
  .laptop-xl\:l\+940p {
    left: 940px;
  }
  .laptop-xl\:r-940p {
    right: -940px;
  }
  .laptop-xl\:r\+940p {
    right: 940px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-950p {
    top: -950px;
  }
  .laptop-xl\:t\+950p {
    top: 950px;
  }
  .laptop-xl\:b-950p {
    bottom: -950px;
  }
  .laptop-xl\:b\+950p {
    bottom: 950px;
  }
  .laptop-xl\:l-950p {
    left: -950px;
  }
  .laptop-xl\:l\+950p {
    left: 950px;
  }
  .laptop-xl\:r-950p {
    right: -950px;
  }
  .laptop-xl\:r\+950p {
    right: 950px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-960p {
    top: -960px;
  }
  .laptop-xl\:t\+960p {
    top: 960px;
  }
  .laptop-xl\:b-960p {
    bottom: -960px;
  }
  .laptop-xl\:b\+960p {
    bottom: 960px;
  }
  .laptop-xl\:l-960p {
    left: -960px;
  }
  .laptop-xl\:l\+960p {
    left: 960px;
  }
  .laptop-xl\:r-960p {
    right: -960px;
  }
  .laptop-xl\:r\+960p {
    right: 960px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-970p {
    top: -970px;
  }
  .laptop-xl\:t\+970p {
    top: 970px;
  }
  .laptop-xl\:b-970p {
    bottom: -970px;
  }
  .laptop-xl\:b\+970p {
    bottom: 970px;
  }
  .laptop-xl\:l-970p {
    left: -970px;
  }
  .laptop-xl\:l\+970p {
    left: 970px;
  }
  .laptop-xl\:r-970p {
    right: -970px;
  }
  .laptop-xl\:r\+970p {
    right: 970px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-980p {
    top: -980px;
  }
  .laptop-xl\:t\+980p {
    top: 980px;
  }
  .laptop-xl\:b-980p {
    bottom: -980px;
  }
  .laptop-xl\:b\+980p {
    bottom: 980px;
  }
  .laptop-xl\:l-980p {
    left: -980px;
  }
  .laptop-xl\:l\+980p {
    left: 980px;
  }
  .laptop-xl\:r-980p {
    right: -980px;
  }
  .laptop-xl\:r\+980p {
    right: 980px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-990p {
    top: -990px;
  }
  .laptop-xl\:t\+990p {
    top: 990px;
  }
  .laptop-xl\:b-990p {
    bottom: -990px;
  }
  .laptop-xl\:b\+990p {
    bottom: 990px;
  }
  .laptop-xl\:l-990p {
    left: -990px;
  }
  .laptop-xl\:l\+990p {
    left: 990px;
  }
  .laptop-xl\:r-990p {
    right: -990px;
  }
  .laptop-xl\:r\+990p {
    right: 990px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1000p {
    top: -1000px;
  }
  .laptop-xl\:t\+1000p {
    top: 1000px;
  }
  .laptop-xl\:b-1000p {
    bottom: -1000px;
  }
  .laptop-xl\:b\+1000p {
    bottom: 1000px;
  }
  .laptop-xl\:l-1000p {
    left: -1000px;
  }
  .laptop-xl\:l\+1000p {
    left: 1000px;
  }
  .laptop-xl\:r-1000p {
    right: -1000px;
  }
  .laptop-xl\:r\+1000p {
    right: 1000px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1010p {
    top: -1010px;
  }
  .laptop-xl\:t\+1010p {
    top: 1010px;
  }
  .laptop-xl\:b-1010p {
    bottom: -1010px;
  }
  .laptop-xl\:b\+1010p {
    bottom: 1010px;
  }
  .laptop-xl\:l-1010p {
    left: -1010px;
  }
  .laptop-xl\:l\+1010p {
    left: 1010px;
  }
  .laptop-xl\:r-1010p {
    right: -1010px;
  }
  .laptop-xl\:r\+1010p {
    right: 1010px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1020p {
    top: -1020px;
  }
  .laptop-xl\:t\+1020p {
    top: 1020px;
  }
  .laptop-xl\:b-1020p {
    bottom: -1020px;
  }
  .laptop-xl\:b\+1020p {
    bottom: 1020px;
  }
  .laptop-xl\:l-1020p {
    left: -1020px;
  }
  .laptop-xl\:l\+1020p {
    left: 1020px;
  }
  .laptop-xl\:r-1020p {
    right: -1020px;
  }
  .laptop-xl\:r\+1020p {
    right: 1020px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1030p {
    top: -1030px;
  }
  .laptop-xl\:t\+1030p {
    top: 1030px;
  }
  .laptop-xl\:b-1030p {
    bottom: -1030px;
  }
  .laptop-xl\:b\+1030p {
    bottom: 1030px;
  }
  .laptop-xl\:l-1030p {
    left: -1030px;
  }
  .laptop-xl\:l\+1030p {
    left: 1030px;
  }
  .laptop-xl\:r-1030p {
    right: -1030px;
  }
  .laptop-xl\:r\+1030p {
    right: 1030px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1040p {
    top: -1040px;
  }
  .laptop-xl\:t\+1040p {
    top: 1040px;
  }
  .laptop-xl\:b-1040p {
    bottom: -1040px;
  }
  .laptop-xl\:b\+1040p {
    bottom: 1040px;
  }
  .laptop-xl\:l-1040p {
    left: -1040px;
  }
  .laptop-xl\:l\+1040p {
    left: 1040px;
  }
  .laptop-xl\:r-1040p {
    right: -1040px;
  }
  .laptop-xl\:r\+1040p {
    right: 1040px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1050p {
    top: -1050px;
  }
  .laptop-xl\:t\+1050p {
    top: 1050px;
  }
  .laptop-xl\:b-1050p {
    bottom: -1050px;
  }
  .laptop-xl\:b\+1050p {
    bottom: 1050px;
  }
  .laptop-xl\:l-1050p {
    left: -1050px;
  }
  .laptop-xl\:l\+1050p {
    left: 1050px;
  }
  .laptop-xl\:r-1050p {
    right: -1050px;
  }
  .laptop-xl\:r\+1050p {
    right: 1050px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1060p {
    top: -1060px;
  }
  .laptop-xl\:t\+1060p {
    top: 1060px;
  }
  .laptop-xl\:b-1060p {
    bottom: -1060px;
  }
  .laptop-xl\:b\+1060p {
    bottom: 1060px;
  }
  .laptop-xl\:l-1060p {
    left: -1060px;
  }
  .laptop-xl\:l\+1060p {
    left: 1060px;
  }
  .laptop-xl\:r-1060p {
    right: -1060px;
  }
  .laptop-xl\:r\+1060p {
    right: 1060px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1070p {
    top: -1070px;
  }
  .laptop-xl\:t\+1070p {
    top: 1070px;
  }
  .laptop-xl\:b-1070p {
    bottom: -1070px;
  }
  .laptop-xl\:b\+1070p {
    bottom: 1070px;
  }
  .laptop-xl\:l-1070p {
    left: -1070px;
  }
  .laptop-xl\:l\+1070p {
    left: 1070px;
  }
  .laptop-xl\:r-1070p {
    right: -1070px;
  }
  .laptop-xl\:r\+1070p {
    right: 1070px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1080p {
    top: -1080px;
  }
  .laptop-xl\:t\+1080p {
    top: 1080px;
  }
  .laptop-xl\:b-1080p {
    bottom: -1080px;
  }
  .laptop-xl\:b\+1080p {
    bottom: 1080px;
  }
  .laptop-xl\:l-1080p {
    left: -1080px;
  }
  .laptop-xl\:l\+1080p {
    left: 1080px;
  }
  .laptop-xl\:r-1080p {
    right: -1080px;
  }
  .laptop-xl\:r\+1080p {
    right: 1080px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1090p {
    top: -1090px;
  }
  .laptop-xl\:t\+1090p {
    top: 1090px;
  }
  .laptop-xl\:b-1090p {
    bottom: -1090px;
  }
  .laptop-xl\:b\+1090p {
    bottom: 1090px;
  }
  .laptop-xl\:l-1090p {
    left: -1090px;
  }
  .laptop-xl\:l\+1090p {
    left: 1090px;
  }
  .laptop-xl\:r-1090p {
    right: -1090px;
  }
  .laptop-xl\:r\+1090p {
    right: 1090px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1100p {
    top: -1100px;
  }
  .laptop-xl\:t\+1100p {
    top: 1100px;
  }
  .laptop-xl\:b-1100p {
    bottom: -1100px;
  }
  .laptop-xl\:b\+1100p {
    bottom: 1100px;
  }
  .laptop-xl\:l-1100p {
    left: -1100px;
  }
  .laptop-xl\:l\+1100p {
    left: 1100px;
  }
  .laptop-xl\:r-1100p {
    right: -1100px;
  }
  .laptop-xl\:r\+1100p {
    right: 1100px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1110p {
    top: -1110px;
  }
  .laptop-xl\:t\+1110p {
    top: 1110px;
  }
  .laptop-xl\:b-1110p {
    bottom: -1110px;
  }
  .laptop-xl\:b\+1110p {
    bottom: 1110px;
  }
  .laptop-xl\:l-1110p {
    left: -1110px;
  }
  .laptop-xl\:l\+1110p {
    left: 1110px;
  }
  .laptop-xl\:r-1110p {
    right: -1110px;
  }
  .laptop-xl\:r\+1110p {
    right: 1110px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1120p {
    top: -1120px;
  }
  .laptop-xl\:t\+1120p {
    top: 1120px;
  }
  .laptop-xl\:b-1120p {
    bottom: -1120px;
  }
  .laptop-xl\:b\+1120p {
    bottom: 1120px;
  }
  .laptop-xl\:l-1120p {
    left: -1120px;
  }
  .laptop-xl\:l\+1120p {
    left: 1120px;
  }
  .laptop-xl\:r-1120p {
    right: -1120px;
  }
  .laptop-xl\:r\+1120p {
    right: 1120px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1130p {
    top: -1130px;
  }
  .laptop-xl\:t\+1130p {
    top: 1130px;
  }
  .laptop-xl\:b-1130p {
    bottom: -1130px;
  }
  .laptop-xl\:b\+1130p {
    bottom: 1130px;
  }
  .laptop-xl\:l-1130p {
    left: -1130px;
  }
  .laptop-xl\:l\+1130p {
    left: 1130px;
  }
  .laptop-xl\:r-1130p {
    right: -1130px;
  }
  .laptop-xl\:r\+1130p {
    right: 1130px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1140p {
    top: -1140px;
  }
  .laptop-xl\:t\+1140p {
    top: 1140px;
  }
  .laptop-xl\:b-1140p {
    bottom: -1140px;
  }
  .laptop-xl\:b\+1140p {
    bottom: 1140px;
  }
  .laptop-xl\:l-1140p {
    left: -1140px;
  }
  .laptop-xl\:l\+1140p {
    left: 1140px;
  }
  .laptop-xl\:r-1140p {
    right: -1140px;
  }
  .laptop-xl\:r\+1140p {
    right: 1140px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1150p {
    top: -1150px;
  }
  .laptop-xl\:t\+1150p {
    top: 1150px;
  }
  .laptop-xl\:b-1150p {
    bottom: -1150px;
  }
  .laptop-xl\:b\+1150p {
    bottom: 1150px;
  }
  .laptop-xl\:l-1150p {
    left: -1150px;
  }
  .laptop-xl\:l\+1150p {
    left: 1150px;
  }
  .laptop-xl\:r-1150p {
    right: -1150px;
  }
  .laptop-xl\:r\+1150p {
    right: 1150px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1160p {
    top: -1160px;
  }
  .laptop-xl\:t\+1160p {
    top: 1160px;
  }
  .laptop-xl\:b-1160p {
    bottom: -1160px;
  }
  .laptop-xl\:b\+1160p {
    bottom: 1160px;
  }
  .laptop-xl\:l-1160p {
    left: -1160px;
  }
  .laptop-xl\:l\+1160p {
    left: 1160px;
  }
  .laptop-xl\:r-1160p {
    right: -1160px;
  }
  .laptop-xl\:r\+1160p {
    right: 1160px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1170p {
    top: -1170px;
  }
  .laptop-xl\:t\+1170p {
    top: 1170px;
  }
  .laptop-xl\:b-1170p {
    bottom: -1170px;
  }
  .laptop-xl\:b\+1170p {
    bottom: 1170px;
  }
  .laptop-xl\:l-1170p {
    left: -1170px;
  }
  .laptop-xl\:l\+1170p {
    left: 1170px;
  }
  .laptop-xl\:r-1170p {
    right: -1170px;
  }
  .laptop-xl\:r\+1170p {
    right: 1170px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1180p {
    top: -1180px;
  }
  .laptop-xl\:t\+1180p {
    top: 1180px;
  }
  .laptop-xl\:b-1180p {
    bottom: -1180px;
  }
  .laptop-xl\:b\+1180p {
    bottom: 1180px;
  }
  .laptop-xl\:l-1180p {
    left: -1180px;
  }
  .laptop-xl\:l\+1180p {
    left: 1180px;
  }
  .laptop-xl\:r-1180p {
    right: -1180px;
  }
  .laptop-xl\:r\+1180p {
    right: 1180px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1190p {
    top: -1190px;
  }
  .laptop-xl\:t\+1190p {
    top: 1190px;
  }
  .laptop-xl\:b-1190p {
    bottom: -1190px;
  }
  .laptop-xl\:b\+1190p {
    bottom: 1190px;
  }
  .laptop-xl\:l-1190p {
    left: -1190px;
  }
  .laptop-xl\:l\+1190p {
    left: 1190px;
  }
  .laptop-xl\:r-1190p {
    right: -1190px;
  }
  .laptop-xl\:r\+1190p {
    right: 1190px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1200p {
    top: -1200px;
  }
  .laptop-xl\:t\+1200p {
    top: 1200px;
  }
  .laptop-xl\:b-1200p {
    bottom: -1200px;
  }
  .laptop-xl\:b\+1200p {
    bottom: 1200px;
  }
  .laptop-xl\:l-1200p {
    left: -1200px;
  }
  .laptop-xl\:l\+1200p {
    left: 1200px;
  }
  .laptop-xl\:r-1200p {
    right: -1200px;
  }
  .laptop-xl\:r\+1200p {
    right: 1200px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1210p {
    top: -1210px;
  }
  .laptop-xl\:t\+1210p {
    top: 1210px;
  }
  .laptop-xl\:b-1210p {
    bottom: -1210px;
  }
  .laptop-xl\:b\+1210p {
    bottom: 1210px;
  }
  .laptop-xl\:l-1210p {
    left: -1210px;
  }
  .laptop-xl\:l\+1210p {
    left: 1210px;
  }
  .laptop-xl\:r-1210p {
    right: -1210px;
  }
  .laptop-xl\:r\+1210p {
    right: 1210px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1220p {
    top: -1220px;
  }
  .laptop-xl\:t\+1220p {
    top: 1220px;
  }
  .laptop-xl\:b-1220p {
    bottom: -1220px;
  }
  .laptop-xl\:b\+1220p {
    bottom: 1220px;
  }
  .laptop-xl\:l-1220p {
    left: -1220px;
  }
  .laptop-xl\:l\+1220p {
    left: 1220px;
  }
  .laptop-xl\:r-1220p {
    right: -1220px;
  }
  .laptop-xl\:r\+1220p {
    right: 1220px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1230p {
    top: -1230px;
  }
  .laptop-xl\:t\+1230p {
    top: 1230px;
  }
  .laptop-xl\:b-1230p {
    bottom: -1230px;
  }
  .laptop-xl\:b\+1230p {
    bottom: 1230px;
  }
  .laptop-xl\:l-1230p {
    left: -1230px;
  }
  .laptop-xl\:l\+1230p {
    left: 1230px;
  }
  .laptop-xl\:r-1230p {
    right: -1230px;
  }
  .laptop-xl\:r\+1230p {
    right: 1230px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1240p {
    top: -1240px;
  }
  .laptop-xl\:t\+1240p {
    top: 1240px;
  }
  .laptop-xl\:b-1240p {
    bottom: -1240px;
  }
  .laptop-xl\:b\+1240p {
    bottom: 1240px;
  }
  .laptop-xl\:l-1240p {
    left: -1240px;
  }
  .laptop-xl\:l\+1240p {
    left: 1240px;
  }
  .laptop-xl\:r-1240p {
    right: -1240px;
  }
  .laptop-xl\:r\+1240p {
    right: 1240px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1250p {
    top: -1250px;
  }
  .laptop-xl\:t\+1250p {
    top: 1250px;
  }
  .laptop-xl\:b-1250p {
    bottom: -1250px;
  }
  .laptop-xl\:b\+1250p {
    bottom: 1250px;
  }
  .laptop-xl\:l-1250p {
    left: -1250px;
  }
  .laptop-xl\:l\+1250p {
    left: 1250px;
  }
  .laptop-xl\:r-1250p {
    right: -1250px;
  }
  .laptop-xl\:r\+1250p {
    right: 1250px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1260p {
    top: -1260px;
  }
  .laptop-xl\:t\+1260p {
    top: 1260px;
  }
  .laptop-xl\:b-1260p {
    bottom: -1260px;
  }
  .laptop-xl\:b\+1260p {
    bottom: 1260px;
  }
  .laptop-xl\:l-1260p {
    left: -1260px;
  }
  .laptop-xl\:l\+1260p {
    left: 1260px;
  }
  .laptop-xl\:r-1260p {
    right: -1260px;
  }
  .laptop-xl\:r\+1260p {
    right: 1260px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1270p {
    top: -1270px;
  }
  .laptop-xl\:t\+1270p {
    top: 1270px;
  }
  .laptop-xl\:b-1270p {
    bottom: -1270px;
  }
  .laptop-xl\:b\+1270p {
    bottom: 1270px;
  }
  .laptop-xl\:l-1270p {
    left: -1270px;
  }
  .laptop-xl\:l\+1270p {
    left: 1270px;
  }
  .laptop-xl\:r-1270p {
    right: -1270px;
  }
  .laptop-xl\:r\+1270p {
    right: 1270px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1280p {
    top: -1280px;
  }
  .laptop-xl\:t\+1280p {
    top: 1280px;
  }
  .laptop-xl\:b-1280p {
    bottom: -1280px;
  }
  .laptop-xl\:b\+1280p {
    bottom: 1280px;
  }
  .laptop-xl\:l-1280p {
    left: -1280px;
  }
  .laptop-xl\:l\+1280p {
    left: 1280px;
  }
  .laptop-xl\:r-1280p {
    right: -1280px;
  }
  .laptop-xl\:r\+1280p {
    right: 1280px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1290p {
    top: -1290px;
  }
  .laptop-xl\:t\+1290p {
    top: 1290px;
  }
  .laptop-xl\:b-1290p {
    bottom: -1290px;
  }
  .laptop-xl\:b\+1290p {
    bottom: 1290px;
  }
  .laptop-xl\:l-1290p {
    left: -1290px;
  }
  .laptop-xl\:l\+1290p {
    left: 1290px;
  }
  .laptop-xl\:r-1290p {
    right: -1290px;
  }
  .laptop-xl\:r\+1290p {
    right: 1290px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1300p {
    top: -1300px;
  }
  .laptop-xl\:t\+1300p {
    top: 1300px;
  }
  .laptop-xl\:b-1300p {
    bottom: -1300px;
  }
  .laptop-xl\:b\+1300p {
    bottom: 1300px;
  }
  .laptop-xl\:l-1300p {
    left: -1300px;
  }
  .laptop-xl\:l\+1300p {
    left: 1300px;
  }
  .laptop-xl\:r-1300p {
    right: -1300px;
  }
  .laptop-xl\:r\+1300p {
    right: 1300px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1310p {
    top: -1310px;
  }
  .laptop-xl\:t\+1310p {
    top: 1310px;
  }
  .laptop-xl\:b-1310p {
    bottom: -1310px;
  }
  .laptop-xl\:b\+1310p {
    bottom: 1310px;
  }
  .laptop-xl\:l-1310p {
    left: -1310px;
  }
  .laptop-xl\:l\+1310p {
    left: 1310px;
  }
  .laptop-xl\:r-1310p {
    right: -1310px;
  }
  .laptop-xl\:r\+1310p {
    right: 1310px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1320p {
    top: -1320px;
  }
  .laptop-xl\:t\+1320p {
    top: 1320px;
  }
  .laptop-xl\:b-1320p {
    bottom: -1320px;
  }
  .laptop-xl\:b\+1320p {
    bottom: 1320px;
  }
  .laptop-xl\:l-1320p {
    left: -1320px;
  }
  .laptop-xl\:l\+1320p {
    left: 1320px;
  }
  .laptop-xl\:r-1320p {
    right: -1320px;
  }
  .laptop-xl\:r\+1320p {
    right: 1320px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1330p {
    top: -1330px;
  }
  .laptop-xl\:t\+1330p {
    top: 1330px;
  }
  .laptop-xl\:b-1330p {
    bottom: -1330px;
  }
  .laptop-xl\:b\+1330p {
    bottom: 1330px;
  }
  .laptop-xl\:l-1330p {
    left: -1330px;
  }
  .laptop-xl\:l\+1330p {
    left: 1330px;
  }
  .laptop-xl\:r-1330p {
    right: -1330px;
  }
  .laptop-xl\:r\+1330p {
    right: 1330px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1340p {
    top: -1340px;
  }
  .laptop-xl\:t\+1340p {
    top: 1340px;
  }
  .laptop-xl\:b-1340p {
    bottom: -1340px;
  }
  .laptop-xl\:b\+1340p {
    bottom: 1340px;
  }
  .laptop-xl\:l-1340p {
    left: -1340px;
  }
  .laptop-xl\:l\+1340p {
    left: 1340px;
  }
  .laptop-xl\:r-1340p {
    right: -1340px;
  }
  .laptop-xl\:r\+1340p {
    right: 1340px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1350p {
    top: -1350px;
  }
  .laptop-xl\:t\+1350p {
    top: 1350px;
  }
  .laptop-xl\:b-1350p {
    bottom: -1350px;
  }
  .laptop-xl\:b\+1350p {
    bottom: 1350px;
  }
  .laptop-xl\:l-1350p {
    left: -1350px;
  }
  .laptop-xl\:l\+1350p {
    left: 1350px;
  }
  .laptop-xl\:r-1350p {
    right: -1350px;
  }
  .laptop-xl\:r\+1350p {
    right: 1350px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1360p {
    top: -1360px;
  }
  .laptop-xl\:t\+1360p {
    top: 1360px;
  }
  .laptop-xl\:b-1360p {
    bottom: -1360px;
  }
  .laptop-xl\:b\+1360p {
    bottom: 1360px;
  }
  .laptop-xl\:l-1360p {
    left: -1360px;
  }
  .laptop-xl\:l\+1360p {
    left: 1360px;
  }
  .laptop-xl\:r-1360p {
    right: -1360px;
  }
  .laptop-xl\:r\+1360p {
    right: 1360px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1370p {
    top: -1370px;
  }
  .laptop-xl\:t\+1370p {
    top: 1370px;
  }
  .laptop-xl\:b-1370p {
    bottom: -1370px;
  }
  .laptop-xl\:b\+1370p {
    bottom: 1370px;
  }
  .laptop-xl\:l-1370p {
    left: -1370px;
  }
  .laptop-xl\:l\+1370p {
    left: 1370px;
  }
  .laptop-xl\:r-1370p {
    right: -1370px;
  }
  .laptop-xl\:r\+1370p {
    right: 1370px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1380p {
    top: -1380px;
  }
  .laptop-xl\:t\+1380p {
    top: 1380px;
  }
  .laptop-xl\:b-1380p {
    bottom: -1380px;
  }
  .laptop-xl\:b\+1380p {
    bottom: 1380px;
  }
  .laptop-xl\:l-1380p {
    left: -1380px;
  }
  .laptop-xl\:l\+1380p {
    left: 1380px;
  }
  .laptop-xl\:r-1380p {
    right: -1380px;
  }
  .laptop-xl\:r\+1380p {
    right: 1380px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1390p {
    top: -1390px;
  }
  .laptop-xl\:t\+1390p {
    top: 1390px;
  }
  .laptop-xl\:b-1390p {
    bottom: -1390px;
  }
  .laptop-xl\:b\+1390p {
    bottom: 1390px;
  }
  .laptop-xl\:l-1390p {
    left: -1390px;
  }
  .laptop-xl\:l\+1390p {
    left: 1390px;
  }
  .laptop-xl\:r-1390p {
    right: -1390px;
  }
  .laptop-xl\:r\+1390p {
    right: 1390px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1400p {
    top: -1400px;
  }
  .laptop-xl\:t\+1400p {
    top: 1400px;
  }
  .laptop-xl\:b-1400p {
    bottom: -1400px;
  }
  .laptop-xl\:b\+1400p {
    bottom: 1400px;
  }
  .laptop-xl\:l-1400p {
    left: -1400px;
  }
  .laptop-xl\:l\+1400p {
    left: 1400px;
  }
  .laptop-xl\:r-1400p {
    right: -1400px;
  }
  .laptop-xl\:r\+1400p {
    right: 1400px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1410p {
    top: -1410px;
  }
  .laptop-xl\:t\+1410p {
    top: 1410px;
  }
  .laptop-xl\:b-1410p {
    bottom: -1410px;
  }
  .laptop-xl\:b\+1410p {
    bottom: 1410px;
  }
  .laptop-xl\:l-1410p {
    left: -1410px;
  }
  .laptop-xl\:l\+1410p {
    left: 1410px;
  }
  .laptop-xl\:r-1410p {
    right: -1410px;
  }
  .laptop-xl\:r\+1410p {
    right: 1410px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1420p {
    top: -1420px;
  }
  .laptop-xl\:t\+1420p {
    top: 1420px;
  }
  .laptop-xl\:b-1420p {
    bottom: -1420px;
  }
  .laptop-xl\:b\+1420p {
    bottom: 1420px;
  }
  .laptop-xl\:l-1420p {
    left: -1420px;
  }
  .laptop-xl\:l\+1420p {
    left: 1420px;
  }
  .laptop-xl\:r-1420p {
    right: -1420px;
  }
  .laptop-xl\:r\+1420p {
    right: 1420px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1430p {
    top: -1430px;
  }
  .laptop-xl\:t\+1430p {
    top: 1430px;
  }
  .laptop-xl\:b-1430p {
    bottom: -1430px;
  }
  .laptop-xl\:b\+1430p {
    bottom: 1430px;
  }
  .laptop-xl\:l-1430p {
    left: -1430px;
  }
  .laptop-xl\:l\+1430p {
    left: 1430px;
  }
  .laptop-xl\:r-1430p {
    right: -1430px;
  }
  .laptop-xl\:r\+1430p {
    right: 1430px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1440p {
    top: -1440px;
  }
  .laptop-xl\:t\+1440p {
    top: 1440px;
  }
  .laptop-xl\:b-1440p {
    bottom: -1440px;
  }
  .laptop-xl\:b\+1440p {
    bottom: 1440px;
  }
  .laptop-xl\:l-1440p {
    left: -1440px;
  }
  .laptop-xl\:l\+1440p {
    left: 1440px;
  }
  .laptop-xl\:r-1440p {
    right: -1440px;
  }
  .laptop-xl\:r\+1440p {
    right: 1440px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1450p {
    top: -1450px;
  }
  .laptop-xl\:t\+1450p {
    top: 1450px;
  }
  .laptop-xl\:b-1450p {
    bottom: -1450px;
  }
  .laptop-xl\:b\+1450p {
    bottom: 1450px;
  }
  .laptop-xl\:l-1450p {
    left: -1450px;
  }
  .laptop-xl\:l\+1450p {
    left: 1450px;
  }
  .laptop-xl\:r-1450p {
    right: -1450px;
  }
  .laptop-xl\:r\+1450p {
    right: 1450px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1460p {
    top: -1460px;
  }
  .laptop-xl\:t\+1460p {
    top: 1460px;
  }
  .laptop-xl\:b-1460p {
    bottom: -1460px;
  }
  .laptop-xl\:b\+1460p {
    bottom: 1460px;
  }
  .laptop-xl\:l-1460p {
    left: -1460px;
  }
  .laptop-xl\:l\+1460p {
    left: 1460px;
  }
  .laptop-xl\:r-1460p {
    right: -1460px;
  }
  .laptop-xl\:r\+1460p {
    right: 1460px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1470p {
    top: -1470px;
  }
  .laptop-xl\:t\+1470p {
    top: 1470px;
  }
  .laptop-xl\:b-1470p {
    bottom: -1470px;
  }
  .laptop-xl\:b\+1470p {
    bottom: 1470px;
  }
  .laptop-xl\:l-1470p {
    left: -1470px;
  }
  .laptop-xl\:l\+1470p {
    left: 1470px;
  }
  .laptop-xl\:r-1470p {
    right: -1470px;
  }
  .laptop-xl\:r\+1470p {
    right: 1470px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1480p {
    top: -1480px;
  }
  .laptop-xl\:t\+1480p {
    top: 1480px;
  }
  .laptop-xl\:b-1480p {
    bottom: -1480px;
  }
  .laptop-xl\:b\+1480p {
    bottom: 1480px;
  }
  .laptop-xl\:l-1480p {
    left: -1480px;
  }
  .laptop-xl\:l\+1480p {
    left: 1480px;
  }
  .laptop-xl\:r-1480p {
    right: -1480px;
  }
  .laptop-xl\:r\+1480p {
    right: 1480px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1490p {
    top: -1490px;
  }
  .laptop-xl\:t\+1490p {
    top: 1490px;
  }
  .laptop-xl\:b-1490p {
    bottom: -1490px;
  }
  .laptop-xl\:b\+1490p {
    bottom: 1490px;
  }
  .laptop-xl\:l-1490p {
    left: -1490px;
  }
  .laptop-xl\:l\+1490p {
    left: 1490px;
  }
  .laptop-xl\:r-1490p {
    right: -1490px;
  }
  .laptop-xl\:r\+1490p {
    right: 1490px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1500p {
    top: -1500px;
  }
  .laptop-xl\:t\+1500p {
    top: 1500px;
  }
  .laptop-xl\:b-1500p {
    bottom: -1500px;
  }
  .laptop-xl\:b\+1500p {
    bottom: 1500px;
  }
  .laptop-xl\:l-1500p {
    left: -1500px;
  }
  .laptop-xl\:l\+1500p {
    left: 1500px;
  }
  .laptop-xl\:r-1500p {
    right: -1500px;
  }
  .laptop-xl\:r\+1500p {
    right: 1500px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1510p {
    top: -1510px;
  }
  .laptop-xl\:t\+1510p {
    top: 1510px;
  }
  .laptop-xl\:b-1510p {
    bottom: -1510px;
  }
  .laptop-xl\:b\+1510p {
    bottom: 1510px;
  }
  .laptop-xl\:l-1510p {
    left: -1510px;
  }
  .laptop-xl\:l\+1510p {
    left: 1510px;
  }
  .laptop-xl\:r-1510p {
    right: -1510px;
  }
  .laptop-xl\:r\+1510p {
    right: 1510px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1520p {
    top: -1520px;
  }
  .laptop-xl\:t\+1520p {
    top: 1520px;
  }
  .laptop-xl\:b-1520p {
    bottom: -1520px;
  }
  .laptop-xl\:b\+1520p {
    bottom: 1520px;
  }
  .laptop-xl\:l-1520p {
    left: -1520px;
  }
  .laptop-xl\:l\+1520p {
    left: 1520px;
  }
  .laptop-xl\:r-1520p {
    right: -1520px;
  }
  .laptop-xl\:r\+1520p {
    right: 1520px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1530p {
    top: -1530px;
  }
  .laptop-xl\:t\+1530p {
    top: 1530px;
  }
  .laptop-xl\:b-1530p {
    bottom: -1530px;
  }
  .laptop-xl\:b\+1530p {
    bottom: 1530px;
  }
  .laptop-xl\:l-1530p {
    left: -1530px;
  }
  .laptop-xl\:l\+1530p {
    left: 1530px;
  }
  .laptop-xl\:r-1530p {
    right: -1530px;
  }
  .laptop-xl\:r\+1530p {
    right: 1530px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1540p {
    top: -1540px;
  }
  .laptop-xl\:t\+1540p {
    top: 1540px;
  }
  .laptop-xl\:b-1540p {
    bottom: -1540px;
  }
  .laptop-xl\:b\+1540p {
    bottom: 1540px;
  }
  .laptop-xl\:l-1540p {
    left: -1540px;
  }
  .laptop-xl\:l\+1540p {
    left: 1540px;
  }
  .laptop-xl\:r-1540p {
    right: -1540px;
  }
  .laptop-xl\:r\+1540p {
    right: 1540px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1550p {
    top: -1550px;
  }
  .laptop-xl\:t\+1550p {
    top: 1550px;
  }
  .laptop-xl\:b-1550p {
    bottom: -1550px;
  }
  .laptop-xl\:b\+1550p {
    bottom: 1550px;
  }
  .laptop-xl\:l-1550p {
    left: -1550px;
  }
  .laptop-xl\:l\+1550p {
    left: 1550px;
  }
  .laptop-xl\:r-1550p {
    right: -1550px;
  }
  .laptop-xl\:r\+1550p {
    right: 1550px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1560p {
    top: -1560px;
  }
  .laptop-xl\:t\+1560p {
    top: 1560px;
  }
  .laptop-xl\:b-1560p {
    bottom: -1560px;
  }
  .laptop-xl\:b\+1560p {
    bottom: 1560px;
  }
  .laptop-xl\:l-1560p {
    left: -1560px;
  }
  .laptop-xl\:l\+1560p {
    left: 1560px;
  }
  .laptop-xl\:r-1560p {
    right: -1560px;
  }
  .laptop-xl\:r\+1560p {
    right: 1560px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1570p {
    top: -1570px;
  }
  .laptop-xl\:t\+1570p {
    top: 1570px;
  }
  .laptop-xl\:b-1570p {
    bottom: -1570px;
  }
  .laptop-xl\:b\+1570p {
    bottom: 1570px;
  }
  .laptop-xl\:l-1570p {
    left: -1570px;
  }
  .laptop-xl\:l\+1570p {
    left: 1570px;
  }
  .laptop-xl\:r-1570p {
    right: -1570px;
  }
  .laptop-xl\:r\+1570p {
    right: 1570px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1580p {
    top: -1580px;
  }
  .laptop-xl\:t\+1580p {
    top: 1580px;
  }
  .laptop-xl\:b-1580p {
    bottom: -1580px;
  }
  .laptop-xl\:b\+1580p {
    bottom: 1580px;
  }
  .laptop-xl\:l-1580p {
    left: -1580px;
  }
  .laptop-xl\:l\+1580p {
    left: 1580px;
  }
  .laptop-xl\:r-1580p {
    right: -1580px;
  }
  .laptop-xl\:r\+1580p {
    right: 1580px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1590p {
    top: -1590px;
  }
  .laptop-xl\:t\+1590p {
    top: 1590px;
  }
  .laptop-xl\:b-1590p {
    bottom: -1590px;
  }
  .laptop-xl\:b\+1590p {
    bottom: 1590px;
  }
  .laptop-xl\:l-1590p {
    left: -1590px;
  }
  .laptop-xl\:l\+1590p {
    left: 1590px;
  }
  .laptop-xl\:r-1590p {
    right: -1590px;
  }
  .laptop-xl\:r\+1590p {
    right: 1590px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1600p {
    top: -1600px;
  }
  .laptop-xl\:t\+1600p {
    top: 1600px;
  }
  .laptop-xl\:b-1600p {
    bottom: -1600px;
  }
  .laptop-xl\:b\+1600p {
    bottom: 1600px;
  }
  .laptop-xl\:l-1600p {
    left: -1600px;
  }
  .laptop-xl\:l\+1600p {
    left: 1600px;
  }
  .laptop-xl\:r-1600p {
    right: -1600px;
  }
  .laptop-xl\:r\+1600p {
    right: 1600px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1610p {
    top: -1610px;
  }
  .laptop-xl\:t\+1610p {
    top: 1610px;
  }
  .laptop-xl\:b-1610p {
    bottom: -1610px;
  }
  .laptop-xl\:b\+1610p {
    bottom: 1610px;
  }
  .laptop-xl\:l-1610p {
    left: -1610px;
  }
  .laptop-xl\:l\+1610p {
    left: 1610px;
  }
  .laptop-xl\:r-1610p {
    right: -1610px;
  }
  .laptop-xl\:r\+1610p {
    right: 1610px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1620p {
    top: -1620px;
  }
  .laptop-xl\:t\+1620p {
    top: 1620px;
  }
  .laptop-xl\:b-1620p {
    bottom: -1620px;
  }
  .laptop-xl\:b\+1620p {
    bottom: 1620px;
  }
  .laptop-xl\:l-1620p {
    left: -1620px;
  }
  .laptop-xl\:l\+1620p {
    left: 1620px;
  }
  .laptop-xl\:r-1620p {
    right: -1620px;
  }
  .laptop-xl\:r\+1620p {
    right: 1620px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1630p {
    top: -1630px;
  }
  .laptop-xl\:t\+1630p {
    top: 1630px;
  }
  .laptop-xl\:b-1630p {
    bottom: -1630px;
  }
  .laptop-xl\:b\+1630p {
    bottom: 1630px;
  }
  .laptop-xl\:l-1630p {
    left: -1630px;
  }
  .laptop-xl\:l\+1630p {
    left: 1630px;
  }
  .laptop-xl\:r-1630p {
    right: -1630px;
  }
  .laptop-xl\:r\+1630p {
    right: 1630px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1640p {
    top: -1640px;
  }
  .laptop-xl\:t\+1640p {
    top: 1640px;
  }
  .laptop-xl\:b-1640p {
    bottom: -1640px;
  }
  .laptop-xl\:b\+1640p {
    bottom: 1640px;
  }
  .laptop-xl\:l-1640p {
    left: -1640px;
  }
  .laptop-xl\:l\+1640p {
    left: 1640px;
  }
  .laptop-xl\:r-1640p {
    right: -1640px;
  }
  .laptop-xl\:r\+1640p {
    right: 1640px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1650p {
    top: -1650px;
  }
  .laptop-xl\:t\+1650p {
    top: 1650px;
  }
  .laptop-xl\:b-1650p {
    bottom: -1650px;
  }
  .laptop-xl\:b\+1650p {
    bottom: 1650px;
  }
  .laptop-xl\:l-1650p {
    left: -1650px;
  }
  .laptop-xl\:l\+1650p {
    left: 1650px;
  }
  .laptop-xl\:r-1650p {
    right: -1650px;
  }
  .laptop-xl\:r\+1650p {
    right: 1650px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1660p {
    top: -1660px;
  }
  .laptop-xl\:t\+1660p {
    top: 1660px;
  }
  .laptop-xl\:b-1660p {
    bottom: -1660px;
  }
  .laptop-xl\:b\+1660p {
    bottom: 1660px;
  }
  .laptop-xl\:l-1660p {
    left: -1660px;
  }
  .laptop-xl\:l\+1660p {
    left: 1660px;
  }
  .laptop-xl\:r-1660p {
    right: -1660px;
  }
  .laptop-xl\:r\+1660p {
    right: 1660px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1670p {
    top: -1670px;
  }
  .laptop-xl\:t\+1670p {
    top: 1670px;
  }
  .laptop-xl\:b-1670p {
    bottom: -1670px;
  }
  .laptop-xl\:b\+1670p {
    bottom: 1670px;
  }
  .laptop-xl\:l-1670p {
    left: -1670px;
  }
  .laptop-xl\:l\+1670p {
    left: 1670px;
  }
  .laptop-xl\:r-1670p {
    right: -1670px;
  }
  .laptop-xl\:r\+1670p {
    right: 1670px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1680p {
    top: -1680px;
  }
  .laptop-xl\:t\+1680p {
    top: 1680px;
  }
  .laptop-xl\:b-1680p {
    bottom: -1680px;
  }
  .laptop-xl\:b\+1680p {
    bottom: 1680px;
  }
  .laptop-xl\:l-1680p {
    left: -1680px;
  }
  .laptop-xl\:l\+1680p {
    left: 1680px;
  }
  .laptop-xl\:r-1680p {
    right: -1680px;
  }
  .laptop-xl\:r\+1680p {
    right: 1680px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1690p {
    top: -1690px;
  }
  .laptop-xl\:t\+1690p {
    top: 1690px;
  }
  .laptop-xl\:b-1690p {
    bottom: -1690px;
  }
  .laptop-xl\:b\+1690p {
    bottom: 1690px;
  }
  .laptop-xl\:l-1690p {
    left: -1690px;
  }
  .laptop-xl\:l\+1690p {
    left: 1690px;
  }
  .laptop-xl\:r-1690p {
    right: -1690px;
  }
  .laptop-xl\:r\+1690p {
    right: 1690px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1700p {
    top: -1700px;
  }
  .laptop-xl\:t\+1700p {
    top: 1700px;
  }
  .laptop-xl\:b-1700p {
    bottom: -1700px;
  }
  .laptop-xl\:b\+1700p {
    bottom: 1700px;
  }
  .laptop-xl\:l-1700p {
    left: -1700px;
  }
  .laptop-xl\:l\+1700p {
    left: 1700px;
  }
  .laptop-xl\:r-1700p {
    right: -1700px;
  }
  .laptop-xl\:r\+1700p {
    right: 1700px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1710p {
    top: -1710px;
  }
  .laptop-xl\:t\+1710p {
    top: 1710px;
  }
  .laptop-xl\:b-1710p {
    bottom: -1710px;
  }
  .laptop-xl\:b\+1710p {
    bottom: 1710px;
  }
  .laptop-xl\:l-1710p {
    left: -1710px;
  }
  .laptop-xl\:l\+1710p {
    left: 1710px;
  }
  .laptop-xl\:r-1710p {
    right: -1710px;
  }
  .laptop-xl\:r\+1710p {
    right: 1710px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1720p {
    top: -1720px;
  }
  .laptop-xl\:t\+1720p {
    top: 1720px;
  }
  .laptop-xl\:b-1720p {
    bottom: -1720px;
  }
  .laptop-xl\:b\+1720p {
    bottom: 1720px;
  }
  .laptop-xl\:l-1720p {
    left: -1720px;
  }
  .laptop-xl\:l\+1720p {
    left: 1720px;
  }
  .laptop-xl\:r-1720p {
    right: -1720px;
  }
  .laptop-xl\:r\+1720p {
    right: 1720px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1730p {
    top: -1730px;
  }
  .laptop-xl\:t\+1730p {
    top: 1730px;
  }
  .laptop-xl\:b-1730p {
    bottom: -1730px;
  }
  .laptop-xl\:b\+1730p {
    bottom: 1730px;
  }
  .laptop-xl\:l-1730p {
    left: -1730px;
  }
  .laptop-xl\:l\+1730p {
    left: 1730px;
  }
  .laptop-xl\:r-1730p {
    right: -1730px;
  }
  .laptop-xl\:r\+1730p {
    right: 1730px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1740p {
    top: -1740px;
  }
  .laptop-xl\:t\+1740p {
    top: 1740px;
  }
  .laptop-xl\:b-1740p {
    bottom: -1740px;
  }
  .laptop-xl\:b\+1740p {
    bottom: 1740px;
  }
  .laptop-xl\:l-1740p {
    left: -1740px;
  }
  .laptop-xl\:l\+1740p {
    left: 1740px;
  }
  .laptop-xl\:r-1740p {
    right: -1740px;
  }
  .laptop-xl\:r\+1740p {
    right: 1740px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1750p {
    top: -1750px;
  }
  .laptop-xl\:t\+1750p {
    top: 1750px;
  }
  .laptop-xl\:b-1750p {
    bottom: -1750px;
  }
  .laptop-xl\:b\+1750p {
    bottom: 1750px;
  }
  .laptop-xl\:l-1750p {
    left: -1750px;
  }
  .laptop-xl\:l\+1750p {
    left: 1750px;
  }
  .laptop-xl\:r-1750p {
    right: -1750px;
  }
  .laptop-xl\:r\+1750p {
    right: 1750px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1760p {
    top: -1760px;
  }
  .laptop-xl\:t\+1760p {
    top: 1760px;
  }
  .laptop-xl\:b-1760p {
    bottom: -1760px;
  }
  .laptop-xl\:b\+1760p {
    bottom: 1760px;
  }
  .laptop-xl\:l-1760p {
    left: -1760px;
  }
  .laptop-xl\:l\+1760p {
    left: 1760px;
  }
  .laptop-xl\:r-1760p {
    right: -1760px;
  }
  .laptop-xl\:r\+1760p {
    right: 1760px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1770p {
    top: -1770px;
  }
  .laptop-xl\:t\+1770p {
    top: 1770px;
  }
  .laptop-xl\:b-1770p {
    bottom: -1770px;
  }
  .laptop-xl\:b\+1770p {
    bottom: 1770px;
  }
  .laptop-xl\:l-1770p {
    left: -1770px;
  }
  .laptop-xl\:l\+1770p {
    left: 1770px;
  }
  .laptop-xl\:r-1770p {
    right: -1770px;
  }
  .laptop-xl\:r\+1770p {
    right: 1770px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1780p {
    top: -1780px;
  }
  .laptop-xl\:t\+1780p {
    top: 1780px;
  }
  .laptop-xl\:b-1780p {
    bottom: -1780px;
  }
  .laptop-xl\:b\+1780p {
    bottom: 1780px;
  }
  .laptop-xl\:l-1780p {
    left: -1780px;
  }
  .laptop-xl\:l\+1780p {
    left: 1780px;
  }
  .laptop-xl\:r-1780p {
    right: -1780px;
  }
  .laptop-xl\:r\+1780p {
    right: 1780px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1790p {
    top: -1790px;
  }
  .laptop-xl\:t\+1790p {
    top: 1790px;
  }
  .laptop-xl\:b-1790p {
    bottom: -1790px;
  }
  .laptop-xl\:b\+1790p {
    bottom: 1790px;
  }
  .laptop-xl\:l-1790p {
    left: -1790px;
  }
  .laptop-xl\:l\+1790p {
    left: 1790px;
  }
  .laptop-xl\:r-1790p {
    right: -1790px;
  }
  .laptop-xl\:r\+1790p {
    right: 1790px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1800p {
    top: -1800px;
  }
  .laptop-xl\:t\+1800p {
    top: 1800px;
  }
  .laptop-xl\:b-1800p {
    bottom: -1800px;
  }
  .laptop-xl\:b\+1800p {
    bottom: 1800px;
  }
  .laptop-xl\:l-1800p {
    left: -1800px;
  }
  .laptop-xl\:l\+1800p {
    left: 1800px;
  }
  .laptop-xl\:r-1800p {
    right: -1800px;
  }
  .laptop-xl\:r\+1800p {
    right: 1800px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1810p {
    top: -1810px;
  }
  .laptop-xl\:t\+1810p {
    top: 1810px;
  }
  .laptop-xl\:b-1810p {
    bottom: -1810px;
  }
  .laptop-xl\:b\+1810p {
    bottom: 1810px;
  }
  .laptop-xl\:l-1810p {
    left: -1810px;
  }
  .laptop-xl\:l\+1810p {
    left: 1810px;
  }
  .laptop-xl\:r-1810p {
    right: -1810px;
  }
  .laptop-xl\:r\+1810p {
    right: 1810px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1820p {
    top: -1820px;
  }
  .laptop-xl\:t\+1820p {
    top: 1820px;
  }
  .laptop-xl\:b-1820p {
    bottom: -1820px;
  }
  .laptop-xl\:b\+1820p {
    bottom: 1820px;
  }
  .laptop-xl\:l-1820p {
    left: -1820px;
  }
  .laptop-xl\:l\+1820p {
    left: 1820px;
  }
  .laptop-xl\:r-1820p {
    right: -1820px;
  }
  .laptop-xl\:r\+1820p {
    right: 1820px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1830p {
    top: -1830px;
  }
  .laptop-xl\:t\+1830p {
    top: 1830px;
  }
  .laptop-xl\:b-1830p {
    bottom: -1830px;
  }
  .laptop-xl\:b\+1830p {
    bottom: 1830px;
  }
  .laptop-xl\:l-1830p {
    left: -1830px;
  }
  .laptop-xl\:l\+1830p {
    left: 1830px;
  }
  .laptop-xl\:r-1830p {
    right: -1830px;
  }
  .laptop-xl\:r\+1830p {
    right: 1830px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1840p {
    top: -1840px;
  }
  .laptop-xl\:t\+1840p {
    top: 1840px;
  }
  .laptop-xl\:b-1840p {
    bottom: -1840px;
  }
  .laptop-xl\:b\+1840p {
    bottom: 1840px;
  }
  .laptop-xl\:l-1840p {
    left: -1840px;
  }
  .laptop-xl\:l\+1840p {
    left: 1840px;
  }
  .laptop-xl\:r-1840p {
    right: -1840px;
  }
  .laptop-xl\:r\+1840p {
    right: 1840px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1850p {
    top: -1850px;
  }
  .laptop-xl\:t\+1850p {
    top: 1850px;
  }
  .laptop-xl\:b-1850p {
    bottom: -1850px;
  }
  .laptop-xl\:b\+1850p {
    bottom: 1850px;
  }
  .laptop-xl\:l-1850p {
    left: -1850px;
  }
  .laptop-xl\:l\+1850p {
    left: 1850px;
  }
  .laptop-xl\:r-1850p {
    right: -1850px;
  }
  .laptop-xl\:r\+1850p {
    right: 1850px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1860p {
    top: -1860px;
  }
  .laptop-xl\:t\+1860p {
    top: 1860px;
  }
  .laptop-xl\:b-1860p {
    bottom: -1860px;
  }
  .laptop-xl\:b\+1860p {
    bottom: 1860px;
  }
  .laptop-xl\:l-1860p {
    left: -1860px;
  }
  .laptop-xl\:l\+1860p {
    left: 1860px;
  }
  .laptop-xl\:r-1860p {
    right: -1860px;
  }
  .laptop-xl\:r\+1860p {
    right: 1860px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1870p {
    top: -1870px;
  }
  .laptop-xl\:t\+1870p {
    top: 1870px;
  }
  .laptop-xl\:b-1870p {
    bottom: -1870px;
  }
  .laptop-xl\:b\+1870p {
    bottom: 1870px;
  }
  .laptop-xl\:l-1870p {
    left: -1870px;
  }
  .laptop-xl\:l\+1870p {
    left: 1870px;
  }
  .laptop-xl\:r-1870p {
    right: -1870px;
  }
  .laptop-xl\:r\+1870p {
    right: 1870px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1880p {
    top: -1880px;
  }
  .laptop-xl\:t\+1880p {
    top: 1880px;
  }
  .laptop-xl\:b-1880p {
    bottom: -1880px;
  }
  .laptop-xl\:b\+1880p {
    bottom: 1880px;
  }
  .laptop-xl\:l-1880p {
    left: -1880px;
  }
  .laptop-xl\:l\+1880p {
    left: 1880px;
  }
  .laptop-xl\:r-1880p {
    right: -1880px;
  }
  .laptop-xl\:r\+1880p {
    right: 1880px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1890p {
    top: -1890px;
  }
  .laptop-xl\:t\+1890p {
    top: 1890px;
  }
  .laptop-xl\:b-1890p {
    bottom: -1890px;
  }
  .laptop-xl\:b\+1890p {
    bottom: 1890px;
  }
  .laptop-xl\:l-1890p {
    left: -1890px;
  }
  .laptop-xl\:l\+1890p {
    left: 1890px;
  }
  .laptop-xl\:r-1890p {
    right: -1890px;
  }
  .laptop-xl\:r\+1890p {
    right: 1890px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1900p {
    top: -1900px;
  }
  .laptop-xl\:t\+1900p {
    top: 1900px;
  }
  .laptop-xl\:b-1900p {
    bottom: -1900px;
  }
  .laptop-xl\:b\+1900p {
    bottom: 1900px;
  }
  .laptop-xl\:l-1900p {
    left: -1900px;
  }
  .laptop-xl\:l\+1900p {
    left: 1900px;
  }
  .laptop-xl\:r-1900p {
    right: -1900px;
  }
  .laptop-xl\:r\+1900p {
    right: 1900px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1910p {
    top: -1910px;
  }
  .laptop-xl\:t\+1910p {
    top: 1910px;
  }
  .laptop-xl\:b-1910p {
    bottom: -1910px;
  }
  .laptop-xl\:b\+1910p {
    bottom: 1910px;
  }
  .laptop-xl\:l-1910p {
    left: -1910px;
  }
  .laptop-xl\:l\+1910p {
    left: 1910px;
  }
  .laptop-xl\:r-1910p {
    right: -1910px;
  }
  .laptop-xl\:r\+1910p {
    right: 1910px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1920p {
    top: -1920px;
  }
  .laptop-xl\:t\+1920p {
    top: 1920px;
  }
  .laptop-xl\:b-1920p {
    bottom: -1920px;
  }
  .laptop-xl\:b\+1920p {
    bottom: 1920px;
  }
  .laptop-xl\:l-1920p {
    left: -1920px;
  }
  .laptop-xl\:l\+1920p {
    left: 1920px;
  }
  .laptop-xl\:r-1920p {
    right: -1920px;
  }
  .laptop-xl\:r\+1920p {
    right: 1920px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1930p {
    top: -1930px;
  }
  .laptop-xl\:t\+1930p {
    top: 1930px;
  }
  .laptop-xl\:b-1930p {
    bottom: -1930px;
  }
  .laptop-xl\:b\+1930p {
    bottom: 1930px;
  }
  .laptop-xl\:l-1930p {
    left: -1930px;
  }
  .laptop-xl\:l\+1930p {
    left: 1930px;
  }
  .laptop-xl\:r-1930p {
    right: -1930px;
  }
  .laptop-xl\:r\+1930p {
    right: 1930px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1940p {
    top: -1940px;
  }
  .laptop-xl\:t\+1940p {
    top: 1940px;
  }
  .laptop-xl\:b-1940p {
    bottom: -1940px;
  }
  .laptop-xl\:b\+1940p {
    bottom: 1940px;
  }
  .laptop-xl\:l-1940p {
    left: -1940px;
  }
  .laptop-xl\:l\+1940p {
    left: 1940px;
  }
  .laptop-xl\:r-1940p {
    right: -1940px;
  }
  .laptop-xl\:r\+1940p {
    right: 1940px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1950p {
    top: -1950px;
  }
  .laptop-xl\:t\+1950p {
    top: 1950px;
  }
  .laptop-xl\:b-1950p {
    bottom: -1950px;
  }
  .laptop-xl\:b\+1950p {
    bottom: 1950px;
  }
  .laptop-xl\:l-1950p {
    left: -1950px;
  }
  .laptop-xl\:l\+1950p {
    left: 1950px;
  }
  .laptop-xl\:r-1950p {
    right: -1950px;
  }
  .laptop-xl\:r\+1950p {
    right: 1950px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1960p {
    top: -1960px;
  }
  .laptop-xl\:t\+1960p {
    top: 1960px;
  }
  .laptop-xl\:b-1960p {
    bottom: -1960px;
  }
  .laptop-xl\:b\+1960p {
    bottom: 1960px;
  }
  .laptop-xl\:l-1960p {
    left: -1960px;
  }
  .laptop-xl\:l\+1960p {
    left: 1960px;
  }
  .laptop-xl\:r-1960p {
    right: -1960px;
  }
  .laptop-xl\:r\+1960p {
    right: 1960px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1970p {
    top: -1970px;
  }
  .laptop-xl\:t\+1970p {
    top: 1970px;
  }
  .laptop-xl\:b-1970p {
    bottom: -1970px;
  }
  .laptop-xl\:b\+1970p {
    bottom: 1970px;
  }
  .laptop-xl\:l-1970p {
    left: -1970px;
  }
  .laptop-xl\:l\+1970p {
    left: 1970px;
  }
  .laptop-xl\:r-1970p {
    right: -1970px;
  }
  .laptop-xl\:r\+1970p {
    right: 1970px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1980p {
    top: -1980px;
  }
  .laptop-xl\:t\+1980p {
    top: 1980px;
  }
  .laptop-xl\:b-1980p {
    bottom: -1980px;
  }
  .laptop-xl\:b\+1980p {
    bottom: 1980px;
  }
  .laptop-xl\:l-1980p {
    left: -1980px;
  }
  .laptop-xl\:l\+1980p {
    left: 1980px;
  }
  .laptop-xl\:r-1980p {
    right: -1980px;
  }
  .laptop-xl\:r\+1980p {
    right: 1980px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1990p {
    top: -1990px;
  }
  .laptop-xl\:t\+1990p {
    top: 1990px;
  }
  .laptop-xl\:b-1990p {
    bottom: -1990px;
  }
  .laptop-xl\:b\+1990p {
    bottom: 1990px;
  }
  .laptop-xl\:l-1990p {
    left: -1990px;
  }
  .laptop-xl\:l\+1990p {
    left: 1990px;
  }
  .laptop-xl\:r-1990p {
    right: -1990px;
  }
  .laptop-xl\:r\+1990p {
    right: 1990px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-0vw {
    top: -0vw;
  }
  .laptop-xl\:t\+0vw {
    top: 0vw;
  }
  .laptop-xl\:t-0\% {
    top: 0%;
  }
  .laptop-xl\:t\+0\% {
    top: 0%;
  }
  .laptop-xl\:b-0vw {
    bottom: -0vw;
  }
  .laptop-xl\:b\+0vw {
    bottom: 0vw;
  }
  .laptop-xl\:b-0\% {
    bottom: 0%;
  }
  .laptop-xl\:b\+0\% {
    bottom: 0%;
  }
  .laptop-xl\:l-0vw {
    left: -0vw;
  }
  .laptop-xl\:l\+0vw {
    left: 0vw;
  }
  .laptop-xl\:l-0\% {
    left: 0%;
  }
  .laptop-xl\:l\+0\% {
    left: 0%;
  }
  .laptop-xl\:r-0vw {
    right: -0vw;
  }
  .laptop-xl\:r\+0vw {
    right: 0vw;
  }
  .laptop-xl\:r-0\% {
    right: 0%;
  }
  .laptop-xl\:r\+0\% {
    right: 0%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-1vw {
    top: -1vw;
  }
  .laptop-xl\:t\+1vw {
    top: 1vw;
  }
  .laptop-xl\:t-1\% {
    top: -1%;
  }
  .laptop-xl\:t\+1\% {
    top: 1%;
  }
  .laptop-xl\:b-1vw {
    bottom: -1vw;
  }
  .laptop-xl\:b\+1vw {
    bottom: 1vw;
  }
  .laptop-xl\:b-1\% {
    bottom: -1%;
  }
  .laptop-xl\:b\+1\% {
    bottom: 1%;
  }
  .laptop-xl\:l-1vw {
    left: -1vw;
  }
  .laptop-xl\:l\+1vw {
    left: 1vw;
  }
  .laptop-xl\:l-1\% {
    left: -1%;
  }
  .laptop-xl\:l\+1\% {
    left: 1%;
  }
  .laptop-xl\:r-1vw {
    right: -1vw;
  }
  .laptop-xl\:r\+1vw {
    right: 1vw;
  }
  .laptop-xl\:r-1\% {
    right: -1%;
  }
  .laptop-xl\:r\+1\% {
    right: 1%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-2vw {
    top: -2vw;
  }
  .laptop-xl\:t\+2vw {
    top: 2vw;
  }
  .laptop-xl\:t-2\% {
    top: -2%;
  }
  .laptop-xl\:t\+2\% {
    top: 2%;
  }
  .laptop-xl\:b-2vw {
    bottom: -2vw;
  }
  .laptop-xl\:b\+2vw {
    bottom: 2vw;
  }
  .laptop-xl\:b-2\% {
    bottom: -2%;
  }
  .laptop-xl\:b\+2\% {
    bottom: 2%;
  }
  .laptop-xl\:l-2vw {
    left: -2vw;
  }
  .laptop-xl\:l\+2vw {
    left: 2vw;
  }
  .laptop-xl\:l-2\% {
    left: -2%;
  }
  .laptop-xl\:l\+2\% {
    left: 2%;
  }
  .laptop-xl\:r-2vw {
    right: -2vw;
  }
  .laptop-xl\:r\+2vw {
    right: 2vw;
  }
  .laptop-xl\:r-2\% {
    right: -2%;
  }
  .laptop-xl\:r\+2\% {
    right: 2%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-3vw {
    top: -3vw;
  }
  .laptop-xl\:t\+3vw {
    top: 3vw;
  }
  .laptop-xl\:t-3\% {
    top: -3%;
  }
  .laptop-xl\:t\+3\% {
    top: 3%;
  }
  .laptop-xl\:b-3vw {
    bottom: -3vw;
  }
  .laptop-xl\:b\+3vw {
    bottom: 3vw;
  }
  .laptop-xl\:b-3\% {
    bottom: -3%;
  }
  .laptop-xl\:b\+3\% {
    bottom: 3%;
  }
  .laptop-xl\:l-3vw {
    left: -3vw;
  }
  .laptop-xl\:l\+3vw {
    left: 3vw;
  }
  .laptop-xl\:l-3\% {
    left: -3%;
  }
  .laptop-xl\:l\+3\% {
    left: 3%;
  }
  .laptop-xl\:r-3vw {
    right: -3vw;
  }
  .laptop-xl\:r\+3vw {
    right: 3vw;
  }
  .laptop-xl\:r-3\% {
    right: -3%;
  }
  .laptop-xl\:r\+3\% {
    right: 3%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-4vw {
    top: -4vw;
  }
  .laptop-xl\:t\+4vw {
    top: 4vw;
  }
  .laptop-xl\:t-4\% {
    top: -4%;
  }
  .laptop-xl\:t\+4\% {
    top: 4%;
  }
  .laptop-xl\:b-4vw {
    bottom: -4vw;
  }
  .laptop-xl\:b\+4vw {
    bottom: 4vw;
  }
  .laptop-xl\:b-4\% {
    bottom: -4%;
  }
  .laptop-xl\:b\+4\% {
    bottom: 4%;
  }
  .laptop-xl\:l-4vw {
    left: -4vw;
  }
  .laptop-xl\:l\+4vw {
    left: 4vw;
  }
  .laptop-xl\:l-4\% {
    left: -4%;
  }
  .laptop-xl\:l\+4\% {
    left: 4%;
  }
  .laptop-xl\:r-4vw {
    right: -4vw;
  }
  .laptop-xl\:r\+4vw {
    right: 4vw;
  }
  .laptop-xl\:r-4\% {
    right: -4%;
  }
  .laptop-xl\:r\+4\% {
    right: 4%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-5vw {
    top: -5vw;
  }
  .laptop-xl\:t\+5vw {
    top: 5vw;
  }
  .laptop-xl\:t-5\% {
    top: -5%;
  }
  .laptop-xl\:t\+5\% {
    top: 5%;
  }
  .laptop-xl\:b-5vw {
    bottom: -5vw;
  }
  .laptop-xl\:b\+5vw {
    bottom: 5vw;
  }
  .laptop-xl\:b-5\% {
    bottom: -5%;
  }
  .laptop-xl\:b\+5\% {
    bottom: 5%;
  }
  .laptop-xl\:l-5vw {
    left: -5vw;
  }
  .laptop-xl\:l\+5vw {
    left: 5vw;
  }
  .laptop-xl\:l-5\% {
    left: -5%;
  }
  .laptop-xl\:l\+5\% {
    left: 5%;
  }
  .laptop-xl\:r-5vw {
    right: -5vw;
  }
  .laptop-xl\:r\+5vw {
    right: 5vw;
  }
  .laptop-xl\:r-5\% {
    right: -5%;
  }
  .laptop-xl\:r\+5\% {
    right: 5%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-6vw {
    top: -6vw;
  }
  .laptop-xl\:t\+6vw {
    top: 6vw;
  }
  .laptop-xl\:t-6\% {
    top: -6%;
  }
  .laptop-xl\:t\+6\% {
    top: 6%;
  }
  .laptop-xl\:b-6vw {
    bottom: -6vw;
  }
  .laptop-xl\:b\+6vw {
    bottom: 6vw;
  }
  .laptop-xl\:b-6\% {
    bottom: -6%;
  }
  .laptop-xl\:b\+6\% {
    bottom: 6%;
  }
  .laptop-xl\:l-6vw {
    left: -6vw;
  }
  .laptop-xl\:l\+6vw {
    left: 6vw;
  }
  .laptop-xl\:l-6\% {
    left: -6%;
  }
  .laptop-xl\:l\+6\% {
    left: 6%;
  }
  .laptop-xl\:r-6vw {
    right: -6vw;
  }
  .laptop-xl\:r\+6vw {
    right: 6vw;
  }
  .laptop-xl\:r-6\% {
    right: -6%;
  }
  .laptop-xl\:r\+6\% {
    right: 6%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-7vw {
    top: -7vw;
  }
  .laptop-xl\:t\+7vw {
    top: 7vw;
  }
  .laptop-xl\:t-7\% {
    top: -7%;
  }
  .laptop-xl\:t\+7\% {
    top: 7%;
  }
  .laptop-xl\:b-7vw {
    bottom: -7vw;
  }
  .laptop-xl\:b\+7vw {
    bottom: 7vw;
  }
  .laptop-xl\:b-7\% {
    bottom: -7%;
  }
  .laptop-xl\:b\+7\% {
    bottom: 7%;
  }
  .laptop-xl\:l-7vw {
    left: -7vw;
  }
  .laptop-xl\:l\+7vw {
    left: 7vw;
  }
  .laptop-xl\:l-7\% {
    left: -7%;
  }
  .laptop-xl\:l\+7\% {
    left: 7%;
  }
  .laptop-xl\:r-7vw {
    right: -7vw;
  }
  .laptop-xl\:r\+7vw {
    right: 7vw;
  }
  .laptop-xl\:r-7\% {
    right: -7%;
  }
  .laptop-xl\:r\+7\% {
    right: 7%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-8vw {
    top: -8vw;
  }
  .laptop-xl\:t\+8vw {
    top: 8vw;
  }
  .laptop-xl\:t-8\% {
    top: -8%;
  }
  .laptop-xl\:t\+8\% {
    top: 8%;
  }
  .laptop-xl\:b-8vw {
    bottom: -8vw;
  }
  .laptop-xl\:b\+8vw {
    bottom: 8vw;
  }
  .laptop-xl\:b-8\% {
    bottom: -8%;
  }
  .laptop-xl\:b\+8\% {
    bottom: 8%;
  }
  .laptop-xl\:l-8vw {
    left: -8vw;
  }
  .laptop-xl\:l\+8vw {
    left: 8vw;
  }
  .laptop-xl\:l-8\% {
    left: -8%;
  }
  .laptop-xl\:l\+8\% {
    left: 8%;
  }
  .laptop-xl\:r-8vw {
    right: -8vw;
  }
  .laptop-xl\:r\+8vw {
    right: 8vw;
  }
  .laptop-xl\:r-8\% {
    right: -8%;
  }
  .laptop-xl\:r\+8\% {
    right: 8%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-9vw {
    top: -9vw;
  }
  .laptop-xl\:t\+9vw {
    top: 9vw;
  }
  .laptop-xl\:t-9\% {
    top: -9%;
  }
  .laptop-xl\:t\+9\% {
    top: 9%;
  }
  .laptop-xl\:b-9vw {
    bottom: -9vw;
  }
  .laptop-xl\:b\+9vw {
    bottom: 9vw;
  }
  .laptop-xl\:b-9\% {
    bottom: -9%;
  }
  .laptop-xl\:b\+9\% {
    bottom: 9%;
  }
  .laptop-xl\:l-9vw {
    left: -9vw;
  }
  .laptop-xl\:l\+9vw {
    left: 9vw;
  }
  .laptop-xl\:l-9\% {
    left: -9%;
  }
  .laptop-xl\:l\+9\% {
    left: 9%;
  }
  .laptop-xl\:r-9vw {
    right: -9vw;
  }
  .laptop-xl\:r\+9vw {
    right: 9vw;
  }
  .laptop-xl\:r-9\% {
    right: -9%;
  }
  .laptop-xl\:r\+9\% {
    right: 9%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-10vw {
    top: -10vw;
  }
  .laptop-xl\:t\+10vw {
    top: 10vw;
  }
  .laptop-xl\:t-10\% {
    top: -10%;
  }
  .laptop-xl\:t\+10\% {
    top: 10%;
  }
  .laptop-xl\:b-10vw {
    bottom: -10vw;
  }
  .laptop-xl\:b\+10vw {
    bottom: 10vw;
  }
  .laptop-xl\:b-10\% {
    bottom: -10%;
  }
  .laptop-xl\:b\+10\% {
    bottom: 10%;
  }
  .laptop-xl\:l-10vw {
    left: -10vw;
  }
  .laptop-xl\:l\+10vw {
    left: 10vw;
  }
  .laptop-xl\:l-10\% {
    left: -10%;
  }
  .laptop-xl\:l\+10\% {
    left: 10%;
  }
  .laptop-xl\:r-10vw {
    right: -10vw;
  }
  .laptop-xl\:r\+10vw {
    right: 10vw;
  }
  .laptop-xl\:r-10\% {
    right: -10%;
  }
  .laptop-xl\:r\+10\% {
    right: 10%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-11vw {
    top: -11vw;
  }
  .laptop-xl\:t\+11vw {
    top: 11vw;
  }
  .laptop-xl\:t-11\% {
    top: -11%;
  }
  .laptop-xl\:t\+11\% {
    top: 11%;
  }
  .laptop-xl\:b-11vw {
    bottom: -11vw;
  }
  .laptop-xl\:b\+11vw {
    bottom: 11vw;
  }
  .laptop-xl\:b-11\% {
    bottom: -11%;
  }
  .laptop-xl\:b\+11\% {
    bottom: 11%;
  }
  .laptop-xl\:l-11vw {
    left: -11vw;
  }
  .laptop-xl\:l\+11vw {
    left: 11vw;
  }
  .laptop-xl\:l-11\% {
    left: -11%;
  }
  .laptop-xl\:l\+11\% {
    left: 11%;
  }
  .laptop-xl\:r-11vw {
    right: -11vw;
  }
  .laptop-xl\:r\+11vw {
    right: 11vw;
  }
  .laptop-xl\:r-11\% {
    right: -11%;
  }
  .laptop-xl\:r\+11\% {
    right: 11%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-12vw {
    top: -12vw;
  }
  .laptop-xl\:t\+12vw {
    top: 12vw;
  }
  .laptop-xl\:t-12\% {
    top: -12%;
  }
  .laptop-xl\:t\+12\% {
    top: 12%;
  }
  .laptop-xl\:b-12vw {
    bottom: -12vw;
  }
  .laptop-xl\:b\+12vw {
    bottom: 12vw;
  }
  .laptop-xl\:b-12\% {
    bottom: -12%;
  }
  .laptop-xl\:b\+12\% {
    bottom: 12%;
  }
  .laptop-xl\:l-12vw {
    left: -12vw;
  }
  .laptop-xl\:l\+12vw {
    left: 12vw;
  }
  .laptop-xl\:l-12\% {
    left: -12%;
  }
  .laptop-xl\:l\+12\% {
    left: 12%;
  }
  .laptop-xl\:r-12vw {
    right: -12vw;
  }
  .laptop-xl\:r\+12vw {
    right: 12vw;
  }
  .laptop-xl\:r-12\% {
    right: -12%;
  }
  .laptop-xl\:r\+12\% {
    right: 12%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-13vw {
    top: -13vw;
  }
  .laptop-xl\:t\+13vw {
    top: 13vw;
  }
  .laptop-xl\:t-13\% {
    top: -13%;
  }
  .laptop-xl\:t\+13\% {
    top: 13%;
  }
  .laptop-xl\:b-13vw {
    bottom: -13vw;
  }
  .laptop-xl\:b\+13vw {
    bottom: 13vw;
  }
  .laptop-xl\:b-13\% {
    bottom: -13%;
  }
  .laptop-xl\:b\+13\% {
    bottom: 13%;
  }
  .laptop-xl\:l-13vw {
    left: -13vw;
  }
  .laptop-xl\:l\+13vw {
    left: 13vw;
  }
  .laptop-xl\:l-13\% {
    left: -13%;
  }
  .laptop-xl\:l\+13\% {
    left: 13%;
  }
  .laptop-xl\:r-13vw {
    right: -13vw;
  }
  .laptop-xl\:r\+13vw {
    right: 13vw;
  }
  .laptop-xl\:r-13\% {
    right: -13%;
  }
  .laptop-xl\:r\+13\% {
    right: 13%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-14vw {
    top: -14vw;
  }
  .laptop-xl\:t\+14vw {
    top: 14vw;
  }
  .laptop-xl\:t-14\% {
    top: -14%;
  }
  .laptop-xl\:t\+14\% {
    top: 14%;
  }
  .laptop-xl\:b-14vw {
    bottom: -14vw;
  }
  .laptop-xl\:b\+14vw {
    bottom: 14vw;
  }
  .laptop-xl\:b-14\% {
    bottom: -14%;
  }
  .laptop-xl\:b\+14\% {
    bottom: 14%;
  }
  .laptop-xl\:l-14vw {
    left: -14vw;
  }
  .laptop-xl\:l\+14vw {
    left: 14vw;
  }
  .laptop-xl\:l-14\% {
    left: -14%;
  }
  .laptop-xl\:l\+14\% {
    left: 14%;
  }
  .laptop-xl\:r-14vw {
    right: -14vw;
  }
  .laptop-xl\:r\+14vw {
    right: 14vw;
  }
  .laptop-xl\:r-14\% {
    right: -14%;
  }
  .laptop-xl\:r\+14\% {
    right: 14%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-15vw {
    top: -15vw;
  }
  .laptop-xl\:t\+15vw {
    top: 15vw;
  }
  .laptop-xl\:t-15\% {
    top: -15%;
  }
  .laptop-xl\:t\+15\% {
    top: 15%;
  }
  .laptop-xl\:b-15vw {
    bottom: -15vw;
  }
  .laptop-xl\:b\+15vw {
    bottom: 15vw;
  }
  .laptop-xl\:b-15\% {
    bottom: -15%;
  }
  .laptop-xl\:b\+15\% {
    bottom: 15%;
  }
  .laptop-xl\:l-15vw {
    left: -15vw;
  }
  .laptop-xl\:l\+15vw {
    left: 15vw;
  }
  .laptop-xl\:l-15\% {
    left: -15%;
  }
  .laptop-xl\:l\+15\% {
    left: 15%;
  }
  .laptop-xl\:r-15vw {
    right: -15vw;
  }
  .laptop-xl\:r\+15vw {
    right: 15vw;
  }
  .laptop-xl\:r-15\% {
    right: -15%;
  }
  .laptop-xl\:r\+15\% {
    right: 15%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-16vw {
    top: -16vw;
  }
  .laptop-xl\:t\+16vw {
    top: 16vw;
  }
  .laptop-xl\:t-16\% {
    top: -16%;
  }
  .laptop-xl\:t\+16\% {
    top: 16%;
  }
  .laptop-xl\:b-16vw {
    bottom: -16vw;
  }
  .laptop-xl\:b\+16vw {
    bottom: 16vw;
  }
  .laptop-xl\:b-16\% {
    bottom: -16%;
  }
  .laptop-xl\:b\+16\% {
    bottom: 16%;
  }
  .laptop-xl\:l-16vw {
    left: -16vw;
  }
  .laptop-xl\:l\+16vw {
    left: 16vw;
  }
  .laptop-xl\:l-16\% {
    left: -16%;
  }
  .laptop-xl\:l\+16\% {
    left: 16%;
  }
  .laptop-xl\:r-16vw {
    right: -16vw;
  }
  .laptop-xl\:r\+16vw {
    right: 16vw;
  }
  .laptop-xl\:r-16\% {
    right: -16%;
  }
  .laptop-xl\:r\+16\% {
    right: 16%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-17vw {
    top: -17vw;
  }
  .laptop-xl\:t\+17vw {
    top: 17vw;
  }
  .laptop-xl\:t-17\% {
    top: -17%;
  }
  .laptop-xl\:t\+17\% {
    top: 17%;
  }
  .laptop-xl\:b-17vw {
    bottom: -17vw;
  }
  .laptop-xl\:b\+17vw {
    bottom: 17vw;
  }
  .laptop-xl\:b-17\% {
    bottom: -17%;
  }
  .laptop-xl\:b\+17\% {
    bottom: 17%;
  }
  .laptop-xl\:l-17vw {
    left: -17vw;
  }
  .laptop-xl\:l\+17vw {
    left: 17vw;
  }
  .laptop-xl\:l-17\% {
    left: -17%;
  }
  .laptop-xl\:l\+17\% {
    left: 17%;
  }
  .laptop-xl\:r-17vw {
    right: -17vw;
  }
  .laptop-xl\:r\+17vw {
    right: 17vw;
  }
  .laptop-xl\:r-17\% {
    right: -17%;
  }
  .laptop-xl\:r\+17\% {
    right: 17%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-18vw {
    top: -18vw;
  }
  .laptop-xl\:t\+18vw {
    top: 18vw;
  }
  .laptop-xl\:t-18\% {
    top: -18%;
  }
  .laptop-xl\:t\+18\% {
    top: 18%;
  }
  .laptop-xl\:b-18vw {
    bottom: -18vw;
  }
  .laptop-xl\:b\+18vw {
    bottom: 18vw;
  }
  .laptop-xl\:b-18\% {
    bottom: -18%;
  }
  .laptop-xl\:b\+18\% {
    bottom: 18%;
  }
  .laptop-xl\:l-18vw {
    left: -18vw;
  }
  .laptop-xl\:l\+18vw {
    left: 18vw;
  }
  .laptop-xl\:l-18\% {
    left: -18%;
  }
  .laptop-xl\:l\+18\% {
    left: 18%;
  }
  .laptop-xl\:r-18vw {
    right: -18vw;
  }
  .laptop-xl\:r\+18vw {
    right: 18vw;
  }
  .laptop-xl\:r-18\% {
    right: -18%;
  }
  .laptop-xl\:r\+18\% {
    right: 18%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-19vw {
    top: -19vw;
  }
  .laptop-xl\:t\+19vw {
    top: 19vw;
  }
  .laptop-xl\:t-19\% {
    top: -19%;
  }
  .laptop-xl\:t\+19\% {
    top: 19%;
  }
  .laptop-xl\:b-19vw {
    bottom: -19vw;
  }
  .laptop-xl\:b\+19vw {
    bottom: 19vw;
  }
  .laptop-xl\:b-19\% {
    bottom: -19%;
  }
  .laptop-xl\:b\+19\% {
    bottom: 19%;
  }
  .laptop-xl\:l-19vw {
    left: -19vw;
  }
  .laptop-xl\:l\+19vw {
    left: 19vw;
  }
  .laptop-xl\:l-19\% {
    left: -19%;
  }
  .laptop-xl\:l\+19\% {
    left: 19%;
  }
  .laptop-xl\:r-19vw {
    right: -19vw;
  }
  .laptop-xl\:r\+19vw {
    right: 19vw;
  }
  .laptop-xl\:r-19\% {
    right: -19%;
  }
  .laptop-xl\:r\+19\% {
    right: 19%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-20vw {
    top: -20vw;
  }
  .laptop-xl\:t\+20vw {
    top: 20vw;
  }
  .laptop-xl\:t-20\% {
    top: -20%;
  }
  .laptop-xl\:t\+20\% {
    top: 20%;
  }
  .laptop-xl\:b-20vw {
    bottom: -20vw;
  }
  .laptop-xl\:b\+20vw {
    bottom: 20vw;
  }
  .laptop-xl\:b-20\% {
    bottom: -20%;
  }
  .laptop-xl\:b\+20\% {
    bottom: 20%;
  }
  .laptop-xl\:l-20vw {
    left: -20vw;
  }
  .laptop-xl\:l\+20vw {
    left: 20vw;
  }
  .laptop-xl\:l-20\% {
    left: -20%;
  }
  .laptop-xl\:l\+20\% {
    left: 20%;
  }
  .laptop-xl\:r-20vw {
    right: -20vw;
  }
  .laptop-xl\:r\+20vw {
    right: 20vw;
  }
  .laptop-xl\:r-20\% {
    right: -20%;
  }
  .laptop-xl\:r\+20\% {
    right: 20%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-21vw {
    top: -21vw;
  }
  .laptop-xl\:t\+21vw {
    top: 21vw;
  }
  .laptop-xl\:t-21\% {
    top: -21%;
  }
  .laptop-xl\:t\+21\% {
    top: 21%;
  }
  .laptop-xl\:b-21vw {
    bottom: -21vw;
  }
  .laptop-xl\:b\+21vw {
    bottom: 21vw;
  }
  .laptop-xl\:b-21\% {
    bottom: -21%;
  }
  .laptop-xl\:b\+21\% {
    bottom: 21%;
  }
  .laptop-xl\:l-21vw {
    left: -21vw;
  }
  .laptop-xl\:l\+21vw {
    left: 21vw;
  }
  .laptop-xl\:l-21\% {
    left: -21%;
  }
  .laptop-xl\:l\+21\% {
    left: 21%;
  }
  .laptop-xl\:r-21vw {
    right: -21vw;
  }
  .laptop-xl\:r\+21vw {
    right: 21vw;
  }
  .laptop-xl\:r-21\% {
    right: -21%;
  }
  .laptop-xl\:r\+21\% {
    right: 21%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-22vw {
    top: -22vw;
  }
  .laptop-xl\:t\+22vw {
    top: 22vw;
  }
  .laptop-xl\:t-22\% {
    top: -22%;
  }
  .laptop-xl\:t\+22\% {
    top: 22%;
  }
  .laptop-xl\:b-22vw {
    bottom: -22vw;
  }
  .laptop-xl\:b\+22vw {
    bottom: 22vw;
  }
  .laptop-xl\:b-22\% {
    bottom: -22%;
  }
  .laptop-xl\:b\+22\% {
    bottom: 22%;
  }
  .laptop-xl\:l-22vw {
    left: -22vw;
  }
  .laptop-xl\:l\+22vw {
    left: 22vw;
  }
  .laptop-xl\:l-22\% {
    left: -22%;
  }
  .laptop-xl\:l\+22\% {
    left: 22%;
  }
  .laptop-xl\:r-22vw {
    right: -22vw;
  }
  .laptop-xl\:r\+22vw {
    right: 22vw;
  }
  .laptop-xl\:r-22\% {
    right: -22%;
  }
  .laptop-xl\:r\+22\% {
    right: 22%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-23vw {
    top: -23vw;
  }
  .laptop-xl\:t\+23vw {
    top: 23vw;
  }
  .laptop-xl\:t-23\% {
    top: -23%;
  }
  .laptop-xl\:t\+23\% {
    top: 23%;
  }
  .laptop-xl\:b-23vw {
    bottom: -23vw;
  }
  .laptop-xl\:b\+23vw {
    bottom: 23vw;
  }
  .laptop-xl\:b-23\% {
    bottom: -23%;
  }
  .laptop-xl\:b\+23\% {
    bottom: 23%;
  }
  .laptop-xl\:l-23vw {
    left: -23vw;
  }
  .laptop-xl\:l\+23vw {
    left: 23vw;
  }
  .laptop-xl\:l-23\% {
    left: -23%;
  }
  .laptop-xl\:l\+23\% {
    left: 23%;
  }
  .laptop-xl\:r-23vw {
    right: -23vw;
  }
  .laptop-xl\:r\+23vw {
    right: 23vw;
  }
  .laptop-xl\:r-23\% {
    right: -23%;
  }
  .laptop-xl\:r\+23\% {
    right: 23%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-24vw {
    top: -24vw;
  }
  .laptop-xl\:t\+24vw {
    top: 24vw;
  }
  .laptop-xl\:t-24\% {
    top: -24%;
  }
  .laptop-xl\:t\+24\% {
    top: 24%;
  }
  .laptop-xl\:b-24vw {
    bottom: -24vw;
  }
  .laptop-xl\:b\+24vw {
    bottom: 24vw;
  }
  .laptop-xl\:b-24\% {
    bottom: -24%;
  }
  .laptop-xl\:b\+24\% {
    bottom: 24%;
  }
  .laptop-xl\:l-24vw {
    left: -24vw;
  }
  .laptop-xl\:l\+24vw {
    left: 24vw;
  }
  .laptop-xl\:l-24\% {
    left: -24%;
  }
  .laptop-xl\:l\+24\% {
    left: 24%;
  }
  .laptop-xl\:r-24vw {
    right: -24vw;
  }
  .laptop-xl\:r\+24vw {
    right: 24vw;
  }
  .laptop-xl\:r-24\% {
    right: -24%;
  }
  .laptop-xl\:r\+24\% {
    right: 24%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-25vw {
    top: -25vw;
  }
  .laptop-xl\:t\+25vw {
    top: 25vw;
  }
  .laptop-xl\:t-25\% {
    top: -25%;
  }
  .laptop-xl\:t\+25\% {
    top: 25%;
  }
  .laptop-xl\:b-25vw {
    bottom: -25vw;
  }
  .laptop-xl\:b\+25vw {
    bottom: 25vw;
  }
  .laptop-xl\:b-25\% {
    bottom: -25%;
  }
  .laptop-xl\:b\+25\% {
    bottom: 25%;
  }
  .laptop-xl\:l-25vw {
    left: -25vw;
  }
  .laptop-xl\:l\+25vw {
    left: 25vw;
  }
  .laptop-xl\:l-25\% {
    left: -25%;
  }
  .laptop-xl\:l\+25\% {
    left: 25%;
  }
  .laptop-xl\:r-25vw {
    right: -25vw;
  }
  .laptop-xl\:r\+25vw {
    right: 25vw;
  }
  .laptop-xl\:r-25\% {
    right: -25%;
  }
  .laptop-xl\:r\+25\% {
    right: 25%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-26vw {
    top: -26vw;
  }
  .laptop-xl\:t\+26vw {
    top: 26vw;
  }
  .laptop-xl\:t-26\% {
    top: -26%;
  }
  .laptop-xl\:t\+26\% {
    top: 26%;
  }
  .laptop-xl\:b-26vw {
    bottom: -26vw;
  }
  .laptop-xl\:b\+26vw {
    bottom: 26vw;
  }
  .laptop-xl\:b-26\% {
    bottom: -26%;
  }
  .laptop-xl\:b\+26\% {
    bottom: 26%;
  }
  .laptop-xl\:l-26vw {
    left: -26vw;
  }
  .laptop-xl\:l\+26vw {
    left: 26vw;
  }
  .laptop-xl\:l-26\% {
    left: -26%;
  }
  .laptop-xl\:l\+26\% {
    left: 26%;
  }
  .laptop-xl\:r-26vw {
    right: -26vw;
  }
  .laptop-xl\:r\+26vw {
    right: 26vw;
  }
  .laptop-xl\:r-26\% {
    right: -26%;
  }
  .laptop-xl\:r\+26\% {
    right: 26%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-27vw {
    top: -27vw;
  }
  .laptop-xl\:t\+27vw {
    top: 27vw;
  }
  .laptop-xl\:t-27\% {
    top: -27%;
  }
  .laptop-xl\:t\+27\% {
    top: 27%;
  }
  .laptop-xl\:b-27vw {
    bottom: -27vw;
  }
  .laptop-xl\:b\+27vw {
    bottom: 27vw;
  }
  .laptop-xl\:b-27\% {
    bottom: -27%;
  }
  .laptop-xl\:b\+27\% {
    bottom: 27%;
  }
  .laptop-xl\:l-27vw {
    left: -27vw;
  }
  .laptop-xl\:l\+27vw {
    left: 27vw;
  }
  .laptop-xl\:l-27\% {
    left: -27%;
  }
  .laptop-xl\:l\+27\% {
    left: 27%;
  }
  .laptop-xl\:r-27vw {
    right: -27vw;
  }
  .laptop-xl\:r\+27vw {
    right: 27vw;
  }
  .laptop-xl\:r-27\% {
    right: -27%;
  }
  .laptop-xl\:r\+27\% {
    right: 27%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-28vw {
    top: -28vw;
  }
  .laptop-xl\:t\+28vw {
    top: 28vw;
  }
  .laptop-xl\:t-28\% {
    top: -28%;
  }
  .laptop-xl\:t\+28\% {
    top: 28%;
  }
  .laptop-xl\:b-28vw {
    bottom: -28vw;
  }
  .laptop-xl\:b\+28vw {
    bottom: 28vw;
  }
  .laptop-xl\:b-28\% {
    bottom: -28%;
  }
  .laptop-xl\:b\+28\% {
    bottom: 28%;
  }
  .laptop-xl\:l-28vw {
    left: -28vw;
  }
  .laptop-xl\:l\+28vw {
    left: 28vw;
  }
  .laptop-xl\:l-28\% {
    left: -28%;
  }
  .laptop-xl\:l\+28\% {
    left: 28%;
  }
  .laptop-xl\:r-28vw {
    right: -28vw;
  }
  .laptop-xl\:r\+28vw {
    right: 28vw;
  }
  .laptop-xl\:r-28\% {
    right: -28%;
  }
  .laptop-xl\:r\+28\% {
    right: 28%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-29vw {
    top: -29vw;
  }
  .laptop-xl\:t\+29vw {
    top: 29vw;
  }
  .laptop-xl\:t-29\% {
    top: -29%;
  }
  .laptop-xl\:t\+29\% {
    top: 29%;
  }
  .laptop-xl\:b-29vw {
    bottom: -29vw;
  }
  .laptop-xl\:b\+29vw {
    bottom: 29vw;
  }
  .laptop-xl\:b-29\% {
    bottom: -29%;
  }
  .laptop-xl\:b\+29\% {
    bottom: 29%;
  }
  .laptop-xl\:l-29vw {
    left: -29vw;
  }
  .laptop-xl\:l\+29vw {
    left: 29vw;
  }
  .laptop-xl\:l-29\% {
    left: -29%;
  }
  .laptop-xl\:l\+29\% {
    left: 29%;
  }
  .laptop-xl\:r-29vw {
    right: -29vw;
  }
  .laptop-xl\:r\+29vw {
    right: 29vw;
  }
  .laptop-xl\:r-29\% {
    right: -29%;
  }
  .laptop-xl\:r\+29\% {
    right: 29%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-30vw {
    top: -30vw;
  }
  .laptop-xl\:t\+30vw {
    top: 30vw;
  }
  .laptop-xl\:t-30\% {
    top: -30%;
  }
  .laptop-xl\:t\+30\% {
    top: 30%;
  }
  .laptop-xl\:b-30vw {
    bottom: -30vw;
  }
  .laptop-xl\:b\+30vw {
    bottom: 30vw;
  }
  .laptop-xl\:b-30\% {
    bottom: -30%;
  }
  .laptop-xl\:b\+30\% {
    bottom: 30%;
  }
  .laptop-xl\:l-30vw {
    left: -30vw;
  }
  .laptop-xl\:l\+30vw {
    left: 30vw;
  }
  .laptop-xl\:l-30\% {
    left: -30%;
  }
  .laptop-xl\:l\+30\% {
    left: 30%;
  }
  .laptop-xl\:r-30vw {
    right: -30vw;
  }
  .laptop-xl\:r\+30vw {
    right: 30vw;
  }
  .laptop-xl\:r-30\% {
    right: -30%;
  }
  .laptop-xl\:r\+30\% {
    right: 30%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-31vw {
    top: -31vw;
  }
  .laptop-xl\:t\+31vw {
    top: 31vw;
  }
  .laptop-xl\:t-31\% {
    top: -31%;
  }
  .laptop-xl\:t\+31\% {
    top: 31%;
  }
  .laptop-xl\:b-31vw {
    bottom: -31vw;
  }
  .laptop-xl\:b\+31vw {
    bottom: 31vw;
  }
  .laptop-xl\:b-31\% {
    bottom: -31%;
  }
  .laptop-xl\:b\+31\% {
    bottom: 31%;
  }
  .laptop-xl\:l-31vw {
    left: -31vw;
  }
  .laptop-xl\:l\+31vw {
    left: 31vw;
  }
  .laptop-xl\:l-31\% {
    left: -31%;
  }
  .laptop-xl\:l\+31\% {
    left: 31%;
  }
  .laptop-xl\:r-31vw {
    right: -31vw;
  }
  .laptop-xl\:r\+31vw {
    right: 31vw;
  }
  .laptop-xl\:r-31\% {
    right: -31%;
  }
  .laptop-xl\:r\+31\% {
    right: 31%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-32vw {
    top: -32vw;
  }
  .laptop-xl\:t\+32vw {
    top: 32vw;
  }
  .laptop-xl\:t-32\% {
    top: -32%;
  }
  .laptop-xl\:t\+32\% {
    top: 32%;
  }
  .laptop-xl\:b-32vw {
    bottom: -32vw;
  }
  .laptop-xl\:b\+32vw {
    bottom: 32vw;
  }
  .laptop-xl\:b-32\% {
    bottom: -32%;
  }
  .laptop-xl\:b\+32\% {
    bottom: 32%;
  }
  .laptop-xl\:l-32vw {
    left: -32vw;
  }
  .laptop-xl\:l\+32vw {
    left: 32vw;
  }
  .laptop-xl\:l-32\% {
    left: -32%;
  }
  .laptop-xl\:l\+32\% {
    left: 32%;
  }
  .laptop-xl\:r-32vw {
    right: -32vw;
  }
  .laptop-xl\:r\+32vw {
    right: 32vw;
  }
  .laptop-xl\:r-32\% {
    right: -32%;
  }
  .laptop-xl\:r\+32\% {
    right: 32%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-33vw {
    top: -33vw;
  }
  .laptop-xl\:t\+33vw {
    top: 33vw;
  }
  .laptop-xl\:t-33\% {
    top: -33%;
  }
  .laptop-xl\:t\+33\% {
    top: 33%;
  }
  .laptop-xl\:b-33vw {
    bottom: -33vw;
  }
  .laptop-xl\:b\+33vw {
    bottom: 33vw;
  }
  .laptop-xl\:b-33\% {
    bottom: -33%;
  }
  .laptop-xl\:b\+33\% {
    bottom: 33%;
  }
  .laptop-xl\:l-33vw {
    left: -33vw;
  }
  .laptop-xl\:l\+33vw {
    left: 33vw;
  }
  .laptop-xl\:l-33\% {
    left: -33%;
  }
  .laptop-xl\:l\+33\% {
    left: 33%;
  }
  .laptop-xl\:r-33vw {
    right: -33vw;
  }
  .laptop-xl\:r\+33vw {
    right: 33vw;
  }
  .laptop-xl\:r-33\% {
    right: -33%;
  }
  .laptop-xl\:r\+33\% {
    right: 33%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-34vw {
    top: -34vw;
  }
  .laptop-xl\:t\+34vw {
    top: 34vw;
  }
  .laptop-xl\:t-34\% {
    top: -34%;
  }
  .laptop-xl\:t\+34\% {
    top: 34%;
  }
  .laptop-xl\:b-34vw {
    bottom: -34vw;
  }
  .laptop-xl\:b\+34vw {
    bottom: 34vw;
  }
  .laptop-xl\:b-34\% {
    bottom: -34%;
  }
  .laptop-xl\:b\+34\% {
    bottom: 34%;
  }
  .laptop-xl\:l-34vw {
    left: -34vw;
  }
  .laptop-xl\:l\+34vw {
    left: 34vw;
  }
  .laptop-xl\:l-34\% {
    left: -34%;
  }
  .laptop-xl\:l\+34\% {
    left: 34%;
  }
  .laptop-xl\:r-34vw {
    right: -34vw;
  }
  .laptop-xl\:r\+34vw {
    right: 34vw;
  }
  .laptop-xl\:r-34\% {
    right: -34%;
  }
  .laptop-xl\:r\+34\% {
    right: 34%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-35vw {
    top: -35vw;
  }
  .laptop-xl\:t\+35vw {
    top: 35vw;
  }
  .laptop-xl\:t-35\% {
    top: -35%;
  }
  .laptop-xl\:t\+35\% {
    top: 35%;
  }
  .laptop-xl\:b-35vw {
    bottom: -35vw;
  }
  .laptop-xl\:b\+35vw {
    bottom: 35vw;
  }
  .laptop-xl\:b-35\% {
    bottom: -35%;
  }
  .laptop-xl\:b\+35\% {
    bottom: 35%;
  }
  .laptop-xl\:l-35vw {
    left: -35vw;
  }
  .laptop-xl\:l\+35vw {
    left: 35vw;
  }
  .laptop-xl\:l-35\% {
    left: -35%;
  }
  .laptop-xl\:l\+35\% {
    left: 35%;
  }
  .laptop-xl\:r-35vw {
    right: -35vw;
  }
  .laptop-xl\:r\+35vw {
    right: 35vw;
  }
  .laptop-xl\:r-35\% {
    right: -35%;
  }
  .laptop-xl\:r\+35\% {
    right: 35%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-36vw {
    top: -36vw;
  }
  .laptop-xl\:t\+36vw {
    top: 36vw;
  }
  .laptop-xl\:t-36\% {
    top: -36%;
  }
  .laptop-xl\:t\+36\% {
    top: 36%;
  }
  .laptop-xl\:b-36vw {
    bottom: -36vw;
  }
  .laptop-xl\:b\+36vw {
    bottom: 36vw;
  }
  .laptop-xl\:b-36\% {
    bottom: -36%;
  }
  .laptop-xl\:b\+36\% {
    bottom: 36%;
  }
  .laptop-xl\:l-36vw {
    left: -36vw;
  }
  .laptop-xl\:l\+36vw {
    left: 36vw;
  }
  .laptop-xl\:l-36\% {
    left: -36%;
  }
  .laptop-xl\:l\+36\% {
    left: 36%;
  }
  .laptop-xl\:r-36vw {
    right: -36vw;
  }
  .laptop-xl\:r\+36vw {
    right: 36vw;
  }
  .laptop-xl\:r-36\% {
    right: -36%;
  }
  .laptop-xl\:r\+36\% {
    right: 36%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-37vw {
    top: -37vw;
  }
  .laptop-xl\:t\+37vw {
    top: 37vw;
  }
  .laptop-xl\:t-37\% {
    top: -37%;
  }
  .laptop-xl\:t\+37\% {
    top: 37%;
  }
  .laptop-xl\:b-37vw {
    bottom: -37vw;
  }
  .laptop-xl\:b\+37vw {
    bottom: 37vw;
  }
  .laptop-xl\:b-37\% {
    bottom: -37%;
  }
  .laptop-xl\:b\+37\% {
    bottom: 37%;
  }
  .laptop-xl\:l-37vw {
    left: -37vw;
  }
  .laptop-xl\:l\+37vw {
    left: 37vw;
  }
  .laptop-xl\:l-37\% {
    left: -37%;
  }
  .laptop-xl\:l\+37\% {
    left: 37%;
  }
  .laptop-xl\:r-37vw {
    right: -37vw;
  }
  .laptop-xl\:r\+37vw {
    right: 37vw;
  }
  .laptop-xl\:r-37\% {
    right: -37%;
  }
  .laptop-xl\:r\+37\% {
    right: 37%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-38vw {
    top: -38vw;
  }
  .laptop-xl\:t\+38vw {
    top: 38vw;
  }
  .laptop-xl\:t-38\% {
    top: -38%;
  }
  .laptop-xl\:t\+38\% {
    top: 38%;
  }
  .laptop-xl\:b-38vw {
    bottom: -38vw;
  }
  .laptop-xl\:b\+38vw {
    bottom: 38vw;
  }
  .laptop-xl\:b-38\% {
    bottom: -38%;
  }
  .laptop-xl\:b\+38\% {
    bottom: 38%;
  }
  .laptop-xl\:l-38vw {
    left: -38vw;
  }
  .laptop-xl\:l\+38vw {
    left: 38vw;
  }
  .laptop-xl\:l-38\% {
    left: -38%;
  }
  .laptop-xl\:l\+38\% {
    left: 38%;
  }
  .laptop-xl\:r-38vw {
    right: -38vw;
  }
  .laptop-xl\:r\+38vw {
    right: 38vw;
  }
  .laptop-xl\:r-38\% {
    right: -38%;
  }
  .laptop-xl\:r\+38\% {
    right: 38%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-39vw {
    top: -39vw;
  }
  .laptop-xl\:t\+39vw {
    top: 39vw;
  }
  .laptop-xl\:t-39\% {
    top: -39%;
  }
  .laptop-xl\:t\+39\% {
    top: 39%;
  }
  .laptop-xl\:b-39vw {
    bottom: -39vw;
  }
  .laptop-xl\:b\+39vw {
    bottom: 39vw;
  }
  .laptop-xl\:b-39\% {
    bottom: -39%;
  }
  .laptop-xl\:b\+39\% {
    bottom: 39%;
  }
  .laptop-xl\:l-39vw {
    left: -39vw;
  }
  .laptop-xl\:l\+39vw {
    left: 39vw;
  }
  .laptop-xl\:l-39\% {
    left: -39%;
  }
  .laptop-xl\:l\+39\% {
    left: 39%;
  }
  .laptop-xl\:r-39vw {
    right: -39vw;
  }
  .laptop-xl\:r\+39vw {
    right: 39vw;
  }
  .laptop-xl\:r-39\% {
    right: -39%;
  }
  .laptop-xl\:r\+39\% {
    right: 39%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-40vw {
    top: -40vw;
  }
  .laptop-xl\:t\+40vw {
    top: 40vw;
  }
  .laptop-xl\:t-40\% {
    top: -40%;
  }
  .laptop-xl\:t\+40\% {
    top: 40%;
  }
  .laptop-xl\:b-40vw {
    bottom: -40vw;
  }
  .laptop-xl\:b\+40vw {
    bottom: 40vw;
  }
  .laptop-xl\:b-40\% {
    bottom: -40%;
  }
  .laptop-xl\:b\+40\% {
    bottom: 40%;
  }
  .laptop-xl\:l-40vw {
    left: -40vw;
  }
  .laptop-xl\:l\+40vw {
    left: 40vw;
  }
  .laptop-xl\:l-40\% {
    left: -40%;
  }
  .laptop-xl\:l\+40\% {
    left: 40%;
  }
  .laptop-xl\:r-40vw {
    right: -40vw;
  }
  .laptop-xl\:r\+40vw {
    right: 40vw;
  }
  .laptop-xl\:r-40\% {
    right: -40%;
  }
  .laptop-xl\:r\+40\% {
    right: 40%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-41vw {
    top: -41vw;
  }
  .laptop-xl\:t\+41vw {
    top: 41vw;
  }
  .laptop-xl\:t-41\% {
    top: -41%;
  }
  .laptop-xl\:t\+41\% {
    top: 41%;
  }
  .laptop-xl\:b-41vw {
    bottom: -41vw;
  }
  .laptop-xl\:b\+41vw {
    bottom: 41vw;
  }
  .laptop-xl\:b-41\% {
    bottom: -41%;
  }
  .laptop-xl\:b\+41\% {
    bottom: 41%;
  }
  .laptop-xl\:l-41vw {
    left: -41vw;
  }
  .laptop-xl\:l\+41vw {
    left: 41vw;
  }
  .laptop-xl\:l-41\% {
    left: -41%;
  }
  .laptop-xl\:l\+41\% {
    left: 41%;
  }
  .laptop-xl\:r-41vw {
    right: -41vw;
  }
  .laptop-xl\:r\+41vw {
    right: 41vw;
  }
  .laptop-xl\:r-41\% {
    right: -41%;
  }
  .laptop-xl\:r\+41\% {
    right: 41%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-42vw {
    top: -42vw;
  }
  .laptop-xl\:t\+42vw {
    top: 42vw;
  }
  .laptop-xl\:t-42\% {
    top: -42%;
  }
  .laptop-xl\:t\+42\% {
    top: 42%;
  }
  .laptop-xl\:b-42vw {
    bottom: -42vw;
  }
  .laptop-xl\:b\+42vw {
    bottom: 42vw;
  }
  .laptop-xl\:b-42\% {
    bottom: -42%;
  }
  .laptop-xl\:b\+42\% {
    bottom: 42%;
  }
  .laptop-xl\:l-42vw {
    left: -42vw;
  }
  .laptop-xl\:l\+42vw {
    left: 42vw;
  }
  .laptop-xl\:l-42\% {
    left: -42%;
  }
  .laptop-xl\:l\+42\% {
    left: 42%;
  }
  .laptop-xl\:r-42vw {
    right: -42vw;
  }
  .laptop-xl\:r\+42vw {
    right: 42vw;
  }
  .laptop-xl\:r-42\% {
    right: -42%;
  }
  .laptop-xl\:r\+42\% {
    right: 42%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-43vw {
    top: -43vw;
  }
  .laptop-xl\:t\+43vw {
    top: 43vw;
  }
  .laptop-xl\:t-43\% {
    top: -43%;
  }
  .laptop-xl\:t\+43\% {
    top: 43%;
  }
  .laptop-xl\:b-43vw {
    bottom: -43vw;
  }
  .laptop-xl\:b\+43vw {
    bottom: 43vw;
  }
  .laptop-xl\:b-43\% {
    bottom: -43%;
  }
  .laptop-xl\:b\+43\% {
    bottom: 43%;
  }
  .laptop-xl\:l-43vw {
    left: -43vw;
  }
  .laptop-xl\:l\+43vw {
    left: 43vw;
  }
  .laptop-xl\:l-43\% {
    left: -43%;
  }
  .laptop-xl\:l\+43\% {
    left: 43%;
  }
  .laptop-xl\:r-43vw {
    right: -43vw;
  }
  .laptop-xl\:r\+43vw {
    right: 43vw;
  }
  .laptop-xl\:r-43\% {
    right: -43%;
  }
  .laptop-xl\:r\+43\% {
    right: 43%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-44vw {
    top: -44vw;
  }
  .laptop-xl\:t\+44vw {
    top: 44vw;
  }
  .laptop-xl\:t-44\% {
    top: -44%;
  }
  .laptop-xl\:t\+44\% {
    top: 44%;
  }
  .laptop-xl\:b-44vw {
    bottom: -44vw;
  }
  .laptop-xl\:b\+44vw {
    bottom: 44vw;
  }
  .laptop-xl\:b-44\% {
    bottom: -44%;
  }
  .laptop-xl\:b\+44\% {
    bottom: 44%;
  }
  .laptop-xl\:l-44vw {
    left: -44vw;
  }
  .laptop-xl\:l\+44vw {
    left: 44vw;
  }
  .laptop-xl\:l-44\% {
    left: -44%;
  }
  .laptop-xl\:l\+44\% {
    left: 44%;
  }
  .laptop-xl\:r-44vw {
    right: -44vw;
  }
  .laptop-xl\:r\+44vw {
    right: 44vw;
  }
  .laptop-xl\:r-44\% {
    right: -44%;
  }
  .laptop-xl\:r\+44\% {
    right: 44%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-45vw {
    top: -45vw;
  }
  .laptop-xl\:t\+45vw {
    top: 45vw;
  }
  .laptop-xl\:t-45\% {
    top: -45%;
  }
  .laptop-xl\:t\+45\% {
    top: 45%;
  }
  .laptop-xl\:b-45vw {
    bottom: -45vw;
  }
  .laptop-xl\:b\+45vw {
    bottom: 45vw;
  }
  .laptop-xl\:b-45\% {
    bottom: -45%;
  }
  .laptop-xl\:b\+45\% {
    bottom: 45%;
  }
  .laptop-xl\:l-45vw {
    left: -45vw;
  }
  .laptop-xl\:l\+45vw {
    left: 45vw;
  }
  .laptop-xl\:l-45\% {
    left: -45%;
  }
  .laptop-xl\:l\+45\% {
    left: 45%;
  }
  .laptop-xl\:r-45vw {
    right: -45vw;
  }
  .laptop-xl\:r\+45vw {
    right: 45vw;
  }
  .laptop-xl\:r-45\% {
    right: -45%;
  }
  .laptop-xl\:r\+45\% {
    right: 45%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-46vw {
    top: -46vw;
  }
  .laptop-xl\:t\+46vw {
    top: 46vw;
  }
  .laptop-xl\:t-46\% {
    top: -46%;
  }
  .laptop-xl\:t\+46\% {
    top: 46%;
  }
  .laptop-xl\:b-46vw {
    bottom: -46vw;
  }
  .laptop-xl\:b\+46vw {
    bottom: 46vw;
  }
  .laptop-xl\:b-46\% {
    bottom: -46%;
  }
  .laptop-xl\:b\+46\% {
    bottom: 46%;
  }
  .laptop-xl\:l-46vw {
    left: -46vw;
  }
  .laptop-xl\:l\+46vw {
    left: 46vw;
  }
  .laptop-xl\:l-46\% {
    left: -46%;
  }
  .laptop-xl\:l\+46\% {
    left: 46%;
  }
  .laptop-xl\:r-46vw {
    right: -46vw;
  }
  .laptop-xl\:r\+46vw {
    right: 46vw;
  }
  .laptop-xl\:r-46\% {
    right: -46%;
  }
  .laptop-xl\:r\+46\% {
    right: 46%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-47vw {
    top: -47vw;
  }
  .laptop-xl\:t\+47vw {
    top: 47vw;
  }
  .laptop-xl\:t-47\% {
    top: -47%;
  }
  .laptop-xl\:t\+47\% {
    top: 47%;
  }
  .laptop-xl\:b-47vw {
    bottom: -47vw;
  }
  .laptop-xl\:b\+47vw {
    bottom: 47vw;
  }
  .laptop-xl\:b-47\% {
    bottom: -47%;
  }
  .laptop-xl\:b\+47\% {
    bottom: 47%;
  }
  .laptop-xl\:l-47vw {
    left: -47vw;
  }
  .laptop-xl\:l\+47vw {
    left: 47vw;
  }
  .laptop-xl\:l-47\% {
    left: -47%;
  }
  .laptop-xl\:l\+47\% {
    left: 47%;
  }
  .laptop-xl\:r-47vw {
    right: -47vw;
  }
  .laptop-xl\:r\+47vw {
    right: 47vw;
  }
  .laptop-xl\:r-47\% {
    right: -47%;
  }
  .laptop-xl\:r\+47\% {
    right: 47%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-48vw {
    top: -48vw;
  }
  .laptop-xl\:t\+48vw {
    top: 48vw;
  }
  .laptop-xl\:t-48\% {
    top: -48%;
  }
  .laptop-xl\:t\+48\% {
    top: 48%;
  }
  .laptop-xl\:b-48vw {
    bottom: -48vw;
  }
  .laptop-xl\:b\+48vw {
    bottom: 48vw;
  }
  .laptop-xl\:b-48\% {
    bottom: -48%;
  }
  .laptop-xl\:b\+48\% {
    bottom: 48%;
  }
  .laptop-xl\:l-48vw {
    left: -48vw;
  }
  .laptop-xl\:l\+48vw {
    left: 48vw;
  }
  .laptop-xl\:l-48\% {
    left: -48%;
  }
  .laptop-xl\:l\+48\% {
    left: 48%;
  }
  .laptop-xl\:r-48vw {
    right: -48vw;
  }
  .laptop-xl\:r\+48vw {
    right: 48vw;
  }
  .laptop-xl\:r-48\% {
    right: -48%;
  }
  .laptop-xl\:r\+48\% {
    right: 48%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-49vw {
    top: -49vw;
  }
  .laptop-xl\:t\+49vw {
    top: 49vw;
  }
  .laptop-xl\:t-49\% {
    top: -49%;
  }
  .laptop-xl\:t\+49\% {
    top: 49%;
  }
  .laptop-xl\:b-49vw {
    bottom: -49vw;
  }
  .laptop-xl\:b\+49vw {
    bottom: 49vw;
  }
  .laptop-xl\:b-49\% {
    bottom: -49%;
  }
  .laptop-xl\:b\+49\% {
    bottom: 49%;
  }
  .laptop-xl\:l-49vw {
    left: -49vw;
  }
  .laptop-xl\:l\+49vw {
    left: 49vw;
  }
  .laptop-xl\:l-49\% {
    left: -49%;
  }
  .laptop-xl\:l\+49\% {
    left: 49%;
  }
  .laptop-xl\:r-49vw {
    right: -49vw;
  }
  .laptop-xl\:r\+49vw {
    right: 49vw;
  }
  .laptop-xl\:r-49\% {
    right: -49%;
  }
  .laptop-xl\:r\+49\% {
    right: 49%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-50vw {
    top: -50vw;
  }
  .laptop-xl\:t\+50vw {
    top: 50vw;
  }
  .laptop-xl\:t-50\% {
    top: -50%;
  }
  .laptop-xl\:t\+50\% {
    top: 50%;
  }
  .laptop-xl\:b-50vw {
    bottom: -50vw;
  }
  .laptop-xl\:b\+50vw {
    bottom: 50vw;
  }
  .laptop-xl\:b-50\% {
    bottom: -50%;
  }
  .laptop-xl\:b\+50\% {
    bottom: 50%;
  }
  .laptop-xl\:l-50vw {
    left: -50vw;
  }
  .laptop-xl\:l\+50vw {
    left: 50vw;
  }
  .laptop-xl\:l-50\% {
    left: -50%;
  }
  .laptop-xl\:l\+50\% {
    left: 50%;
  }
  .laptop-xl\:r-50vw {
    right: -50vw;
  }
  .laptop-xl\:r\+50vw {
    right: 50vw;
  }
  .laptop-xl\:r-50\% {
    right: -50%;
  }
  .laptop-xl\:r\+50\% {
    right: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-51vw {
    top: -51vw;
  }
  .laptop-xl\:t\+51vw {
    top: 51vw;
  }
  .laptop-xl\:t-51\% {
    top: -51%;
  }
  .laptop-xl\:t\+51\% {
    top: 51%;
  }
  .laptop-xl\:b-51vw {
    bottom: -51vw;
  }
  .laptop-xl\:b\+51vw {
    bottom: 51vw;
  }
  .laptop-xl\:b-51\% {
    bottom: -51%;
  }
  .laptop-xl\:b\+51\% {
    bottom: 51%;
  }
  .laptop-xl\:l-51vw {
    left: -51vw;
  }
  .laptop-xl\:l\+51vw {
    left: 51vw;
  }
  .laptop-xl\:l-51\% {
    left: -51%;
  }
  .laptop-xl\:l\+51\% {
    left: 51%;
  }
  .laptop-xl\:r-51vw {
    right: -51vw;
  }
  .laptop-xl\:r\+51vw {
    right: 51vw;
  }
  .laptop-xl\:r-51\% {
    right: -51%;
  }
  .laptop-xl\:r\+51\% {
    right: 51%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-52vw {
    top: -52vw;
  }
  .laptop-xl\:t\+52vw {
    top: 52vw;
  }
  .laptop-xl\:t-52\% {
    top: -52%;
  }
  .laptop-xl\:t\+52\% {
    top: 52%;
  }
  .laptop-xl\:b-52vw {
    bottom: -52vw;
  }
  .laptop-xl\:b\+52vw {
    bottom: 52vw;
  }
  .laptop-xl\:b-52\% {
    bottom: -52%;
  }
  .laptop-xl\:b\+52\% {
    bottom: 52%;
  }
  .laptop-xl\:l-52vw {
    left: -52vw;
  }
  .laptop-xl\:l\+52vw {
    left: 52vw;
  }
  .laptop-xl\:l-52\% {
    left: -52%;
  }
  .laptop-xl\:l\+52\% {
    left: 52%;
  }
  .laptop-xl\:r-52vw {
    right: -52vw;
  }
  .laptop-xl\:r\+52vw {
    right: 52vw;
  }
  .laptop-xl\:r-52\% {
    right: -52%;
  }
  .laptop-xl\:r\+52\% {
    right: 52%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-53vw {
    top: -53vw;
  }
  .laptop-xl\:t\+53vw {
    top: 53vw;
  }
  .laptop-xl\:t-53\% {
    top: -53%;
  }
  .laptop-xl\:t\+53\% {
    top: 53%;
  }
  .laptop-xl\:b-53vw {
    bottom: -53vw;
  }
  .laptop-xl\:b\+53vw {
    bottom: 53vw;
  }
  .laptop-xl\:b-53\% {
    bottom: -53%;
  }
  .laptop-xl\:b\+53\% {
    bottom: 53%;
  }
  .laptop-xl\:l-53vw {
    left: -53vw;
  }
  .laptop-xl\:l\+53vw {
    left: 53vw;
  }
  .laptop-xl\:l-53\% {
    left: -53%;
  }
  .laptop-xl\:l\+53\% {
    left: 53%;
  }
  .laptop-xl\:r-53vw {
    right: -53vw;
  }
  .laptop-xl\:r\+53vw {
    right: 53vw;
  }
  .laptop-xl\:r-53\% {
    right: -53%;
  }
  .laptop-xl\:r\+53\% {
    right: 53%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-54vw {
    top: -54vw;
  }
  .laptop-xl\:t\+54vw {
    top: 54vw;
  }
  .laptop-xl\:t-54\% {
    top: -54%;
  }
  .laptop-xl\:t\+54\% {
    top: 54%;
  }
  .laptop-xl\:b-54vw {
    bottom: -54vw;
  }
  .laptop-xl\:b\+54vw {
    bottom: 54vw;
  }
  .laptop-xl\:b-54\% {
    bottom: -54%;
  }
  .laptop-xl\:b\+54\% {
    bottom: 54%;
  }
  .laptop-xl\:l-54vw {
    left: -54vw;
  }
  .laptop-xl\:l\+54vw {
    left: 54vw;
  }
  .laptop-xl\:l-54\% {
    left: -54%;
  }
  .laptop-xl\:l\+54\% {
    left: 54%;
  }
  .laptop-xl\:r-54vw {
    right: -54vw;
  }
  .laptop-xl\:r\+54vw {
    right: 54vw;
  }
  .laptop-xl\:r-54\% {
    right: -54%;
  }
  .laptop-xl\:r\+54\% {
    right: 54%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-55vw {
    top: -55vw;
  }
  .laptop-xl\:t\+55vw {
    top: 55vw;
  }
  .laptop-xl\:t-55\% {
    top: -55%;
  }
  .laptop-xl\:t\+55\% {
    top: 55%;
  }
  .laptop-xl\:b-55vw {
    bottom: -55vw;
  }
  .laptop-xl\:b\+55vw {
    bottom: 55vw;
  }
  .laptop-xl\:b-55\% {
    bottom: -55%;
  }
  .laptop-xl\:b\+55\% {
    bottom: 55%;
  }
  .laptop-xl\:l-55vw {
    left: -55vw;
  }
  .laptop-xl\:l\+55vw {
    left: 55vw;
  }
  .laptop-xl\:l-55\% {
    left: -55%;
  }
  .laptop-xl\:l\+55\% {
    left: 55%;
  }
  .laptop-xl\:r-55vw {
    right: -55vw;
  }
  .laptop-xl\:r\+55vw {
    right: 55vw;
  }
  .laptop-xl\:r-55\% {
    right: -55%;
  }
  .laptop-xl\:r\+55\% {
    right: 55%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-56vw {
    top: -56vw;
  }
  .laptop-xl\:t\+56vw {
    top: 56vw;
  }
  .laptop-xl\:t-56\% {
    top: -56%;
  }
  .laptop-xl\:t\+56\% {
    top: 56%;
  }
  .laptop-xl\:b-56vw {
    bottom: -56vw;
  }
  .laptop-xl\:b\+56vw {
    bottom: 56vw;
  }
  .laptop-xl\:b-56\% {
    bottom: -56%;
  }
  .laptop-xl\:b\+56\% {
    bottom: 56%;
  }
  .laptop-xl\:l-56vw {
    left: -56vw;
  }
  .laptop-xl\:l\+56vw {
    left: 56vw;
  }
  .laptop-xl\:l-56\% {
    left: -56%;
  }
  .laptop-xl\:l\+56\% {
    left: 56%;
  }
  .laptop-xl\:r-56vw {
    right: -56vw;
  }
  .laptop-xl\:r\+56vw {
    right: 56vw;
  }
  .laptop-xl\:r-56\% {
    right: -56%;
  }
  .laptop-xl\:r\+56\% {
    right: 56%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-57vw {
    top: -57vw;
  }
  .laptop-xl\:t\+57vw {
    top: 57vw;
  }
  .laptop-xl\:t-57\% {
    top: -57%;
  }
  .laptop-xl\:t\+57\% {
    top: 57%;
  }
  .laptop-xl\:b-57vw {
    bottom: -57vw;
  }
  .laptop-xl\:b\+57vw {
    bottom: 57vw;
  }
  .laptop-xl\:b-57\% {
    bottom: -57%;
  }
  .laptop-xl\:b\+57\% {
    bottom: 57%;
  }
  .laptop-xl\:l-57vw {
    left: -57vw;
  }
  .laptop-xl\:l\+57vw {
    left: 57vw;
  }
  .laptop-xl\:l-57\% {
    left: -57%;
  }
  .laptop-xl\:l\+57\% {
    left: 57%;
  }
  .laptop-xl\:r-57vw {
    right: -57vw;
  }
  .laptop-xl\:r\+57vw {
    right: 57vw;
  }
  .laptop-xl\:r-57\% {
    right: -57%;
  }
  .laptop-xl\:r\+57\% {
    right: 57%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-58vw {
    top: -58vw;
  }
  .laptop-xl\:t\+58vw {
    top: 58vw;
  }
  .laptop-xl\:t-58\% {
    top: -58%;
  }
  .laptop-xl\:t\+58\% {
    top: 58%;
  }
  .laptop-xl\:b-58vw {
    bottom: -58vw;
  }
  .laptop-xl\:b\+58vw {
    bottom: 58vw;
  }
  .laptop-xl\:b-58\% {
    bottom: -58%;
  }
  .laptop-xl\:b\+58\% {
    bottom: 58%;
  }
  .laptop-xl\:l-58vw {
    left: -58vw;
  }
  .laptop-xl\:l\+58vw {
    left: 58vw;
  }
  .laptop-xl\:l-58\% {
    left: -58%;
  }
  .laptop-xl\:l\+58\% {
    left: 58%;
  }
  .laptop-xl\:r-58vw {
    right: -58vw;
  }
  .laptop-xl\:r\+58vw {
    right: 58vw;
  }
  .laptop-xl\:r-58\% {
    right: -58%;
  }
  .laptop-xl\:r\+58\% {
    right: 58%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-59vw {
    top: -59vw;
  }
  .laptop-xl\:t\+59vw {
    top: 59vw;
  }
  .laptop-xl\:t-59\% {
    top: -59%;
  }
  .laptop-xl\:t\+59\% {
    top: 59%;
  }
  .laptop-xl\:b-59vw {
    bottom: -59vw;
  }
  .laptop-xl\:b\+59vw {
    bottom: 59vw;
  }
  .laptop-xl\:b-59\% {
    bottom: -59%;
  }
  .laptop-xl\:b\+59\% {
    bottom: 59%;
  }
  .laptop-xl\:l-59vw {
    left: -59vw;
  }
  .laptop-xl\:l\+59vw {
    left: 59vw;
  }
  .laptop-xl\:l-59\% {
    left: -59%;
  }
  .laptop-xl\:l\+59\% {
    left: 59%;
  }
  .laptop-xl\:r-59vw {
    right: -59vw;
  }
  .laptop-xl\:r\+59vw {
    right: 59vw;
  }
  .laptop-xl\:r-59\% {
    right: -59%;
  }
  .laptop-xl\:r\+59\% {
    right: 59%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-60vw {
    top: -60vw;
  }
  .laptop-xl\:t\+60vw {
    top: 60vw;
  }
  .laptop-xl\:t-60\% {
    top: -60%;
  }
  .laptop-xl\:t\+60\% {
    top: 60%;
  }
  .laptop-xl\:b-60vw {
    bottom: -60vw;
  }
  .laptop-xl\:b\+60vw {
    bottom: 60vw;
  }
  .laptop-xl\:b-60\% {
    bottom: -60%;
  }
  .laptop-xl\:b\+60\% {
    bottom: 60%;
  }
  .laptop-xl\:l-60vw {
    left: -60vw;
  }
  .laptop-xl\:l\+60vw {
    left: 60vw;
  }
  .laptop-xl\:l-60\% {
    left: -60%;
  }
  .laptop-xl\:l\+60\% {
    left: 60%;
  }
  .laptop-xl\:r-60vw {
    right: -60vw;
  }
  .laptop-xl\:r\+60vw {
    right: 60vw;
  }
  .laptop-xl\:r-60\% {
    right: -60%;
  }
  .laptop-xl\:r\+60\% {
    right: 60%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-61vw {
    top: -61vw;
  }
  .laptop-xl\:t\+61vw {
    top: 61vw;
  }
  .laptop-xl\:t-61\% {
    top: -61%;
  }
  .laptop-xl\:t\+61\% {
    top: 61%;
  }
  .laptop-xl\:b-61vw {
    bottom: -61vw;
  }
  .laptop-xl\:b\+61vw {
    bottom: 61vw;
  }
  .laptop-xl\:b-61\% {
    bottom: -61%;
  }
  .laptop-xl\:b\+61\% {
    bottom: 61%;
  }
  .laptop-xl\:l-61vw {
    left: -61vw;
  }
  .laptop-xl\:l\+61vw {
    left: 61vw;
  }
  .laptop-xl\:l-61\% {
    left: -61%;
  }
  .laptop-xl\:l\+61\% {
    left: 61%;
  }
  .laptop-xl\:r-61vw {
    right: -61vw;
  }
  .laptop-xl\:r\+61vw {
    right: 61vw;
  }
  .laptop-xl\:r-61\% {
    right: -61%;
  }
  .laptop-xl\:r\+61\% {
    right: 61%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-62vw {
    top: -62vw;
  }
  .laptop-xl\:t\+62vw {
    top: 62vw;
  }
  .laptop-xl\:t-62\% {
    top: -62%;
  }
  .laptop-xl\:t\+62\% {
    top: 62%;
  }
  .laptop-xl\:b-62vw {
    bottom: -62vw;
  }
  .laptop-xl\:b\+62vw {
    bottom: 62vw;
  }
  .laptop-xl\:b-62\% {
    bottom: -62%;
  }
  .laptop-xl\:b\+62\% {
    bottom: 62%;
  }
  .laptop-xl\:l-62vw {
    left: -62vw;
  }
  .laptop-xl\:l\+62vw {
    left: 62vw;
  }
  .laptop-xl\:l-62\% {
    left: -62%;
  }
  .laptop-xl\:l\+62\% {
    left: 62%;
  }
  .laptop-xl\:r-62vw {
    right: -62vw;
  }
  .laptop-xl\:r\+62vw {
    right: 62vw;
  }
  .laptop-xl\:r-62\% {
    right: -62%;
  }
  .laptop-xl\:r\+62\% {
    right: 62%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-63vw {
    top: -63vw;
  }
  .laptop-xl\:t\+63vw {
    top: 63vw;
  }
  .laptop-xl\:t-63\% {
    top: -63%;
  }
  .laptop-xl\:t\+63\% {
    top: 63%;
  }
  .laptop-xl\:b-63vw {
    bottom: -63vw;
  }
  .laptop-xl\:b\+63vw {
    bottom: 63vw;
  }
  .laptop-xl\:b-63\% {
    bottom: -63%;
  }
  .laptop-xl\:b\+63\% {
    bottom: 63%;
  }
  .laptop-xl\:l-63vw {
    left: -63vw;
  }
  .laptop-xl\:l\+63vw {
    left: 63vw;
  }
  .laptop-xl\:l-63\% {
    left: -63%;
  }
  .laptop-xl\:l\+63\% {
    left: 63%;
  }
  .laptop-xl\:r-63vw {
    right: -63vw;
  }
  .laptop-xl\:r\+63vw {
    right: 63vw;
  }
  .laptop-xl\:r-63\% {
    right: -63%;
  }
  .laptop-xl\:r\+63\% {
    right: 63%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-64vw {
    top: -64vw;
  }
  .laptop-xl\:t\+64vw {
    top: 64vw;
  }
  .laptop-xl\:t-64\% {
    top: -64%;
  }
  .laptop-xl\:t\+64\% {
    top: 64%;
  }
  .laptop-xl\:b-64vw {
    bottom: -64vw;
  }
  .laptop-xl\:b\+64vw {
    bottom: 64vw;
  }
  .laptop-xl\:b-64\% {
    bottom: -64%;
  }
  .laptop-xl\:b\+64\% {
    bottom: 64%;
  }
  .laptop-xl\:l-64vw {
    left: -64vw;
  }
  .laptop-xl\:l\+64vw {
    left: 64vw;
  }
  .laptop-xl\:l-64\% {
    left: -64%;
  }
  .laptop-xl\:l\+64\% {
    left: 64%;
  }
  .laptop-xl\:r-64vw {
    right: -64vw;
  }
  .laptop-xl\:r\+64vw {
    right: 64vw;
  }
  .laptop-xl\:r-64\% {
    right: -64%;
  }
  .laptop-xl\:r\+64\% {
    right: 64%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-65vw {
    top: -65vw;
  }
  .laptop-xl\:t\+65vw {
    top: 65vw;
  }
  .laptop-xl\:t-65\% {
    top: -65%;
  }
  .laptop-xl\:t\+65\% {
    top: 65%;
  }
  .laptop-xl\:b-65vw {
    bottom: -65vw;
  }
  .laptop-xl\:b\+65vw {
    bottom: 65vw;
  }
  .laptop-xl\:b-65\% {
    bottom: -65%;
  }
  .laptop-xl\:b\+65\% {
    bottom: 65%;
  }
  .laptop-xl\:l-65vw {
    left: -65vw;
  }
  .laptop-xl\:l\+65vw {
    left: 65vw;
  }
  .laptop-xl\:l-65\% {
    left: -65%;
  }
  .laptop-xl\:l\+65\% {
    left: 65%;
  }
  .laptop-xl\:r-65vw {
    right: -65vw;
  }
  .laptop-xl\:r\+65vw {
    right: 65vw;
  }
  .laptop-xl\:r-65\% {
    right: -65%;
  }
  .laptop-xl\:r\+65\% {
    right: 65%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-66vw {
    top: -66vw;
  }
  .laptop-xl\:t\+66vw {
    top: 66vw;
  }
  .laptop-xl\:t-66\% {
    top: -66%;
  }
  .laptop-xl\:t\+66\% {
    top: 66%;
  }
  .laptop-xl\:b-66vw {
    bottom: -66vw;
  }
  .laptop-xl\:b\+66vw {
    bottom: 66vw;
  }
  .laptop-xl\:b-66\% {
    bottom: -66%;
  }
  .laptop-xl\:b\+66\% {
    bottom: 66%;
  }
  .laptop-xl\:l-66vw {
    left: -66vw;
  }
  .laptop-xl\:l\+66vw {
    left: 66vw;
  }
  .laptop-xl\:l-66\% {
    left: -66%;
  }
  .laptop-xl\:l\+66\% {
    left: 66%;
  }
  .laptop-xl\:r-66vw {
    right: -66vw;
  }
  .laptop-xl\:r\+66vw {
    right: 66vw;
  }
  .laptop-xl\:r-66\% {
    right: -66%;
  }
  .laptop-xl\:r\+66\% {
    right: 66%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-67vw {
    top: -67vw;
  }
  .laptop-xl\:t\+67vw {
    top: 67vw;
  }
  .laptop-xl\:t-67\% {
    top: -67%;
  }
  .laptop-xl\:t\+67\% {
    top: 67%;
  }
  .laptop-xl\:b-67vw {
    bottom: -67vw;
  }
  .laptop-xl\:b\+67vw {
    bottom: 67vw;
  }
  .laptop-xl\:b-67\% {
    bottom: -67%;
  }
  .laptop-xl\:b\+67\% {
    bottom: 67%;
  }
  .laptop-xl\:l-67vw {
    left: -67vw;
  }
  .laptop-xl\:l\+67vw {
    left: 67vw;
  }
  .laptop-xl\:l-67\% {
    left: -67%;
  }
  .laptop-xl\:l\+67\% {
    left: 67%;
  }
  .laptop-xl\:r-67vw {
    right: -67vw;
  }
  .laptop-xl\:r\+67vw {
    right: 67vw;
  }
  .laptop-xl\:r-67\% {
    right: -67%;
  }
  .laptop-xl\:r\+67\% {
    right: 67%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-68vw {
    top: -68vw;
  }
  .laptop-xl\:t\+68vw {
    top: 68vw;
  }
  .laptop-xl\:t-68\% {
    top: -68%;
  }
  .laptop-xl\:t\+68\% {
    top: 68%;
  }
  .laptop-xl\:b-68vw {
    bottom: -68vw;
  }
  .laptop-xl\:b\+68vw {
    bottom: 68vw;
  }
  .laptop-xl\:b-68\% {
    bottom: -68%;
  }
  .laptop-xl\:b\+68\% {
    bottom: 68%;
  }
  .laptop-xl\:l-68vw {
    left: -68vw;
  }
  .laptop-xl\:l\+68vw {
    left: 68vw;
  }
  .laptop-xl\:l-68\% {
    left: -68%;
  }
  .laptop-xl\:l\+68\% {
    left: 68%;
  }
  .laptop-xl\:r-68vw {
    right: -68vw;
  }
  .laptop-xl\:r\+68vw {
    right: 68vw;
  }
  .laptop-xl\:r-68\% {
    right: -68%;
  }
  .laptop-xl\:r\+68\% {
    right: 68%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-69vw {
    top: -69vw;
  }
  .laptop-xl\:t\+69vw {
    top: 69vw;
  }
  .laptop-xl\:t-69\% {
    top: -69%;
  }
  .laptop-xl\:t\+69\% {
    top: 69%;
  }
  .laptop-xl\:b-69vw {
    bottom: -69vw;
  }
  .laptop-xl\:b\+69vw {
    bottom: 69vw;
  }
  .laptop-xl\:b-69\% {
    bottom: -69%;
  }
  .laptop-xl\:b\+69\% {
    bottom: 69%;
  }
  .laptop-xl\:l-69vw {
    left: -69vw;
  }
  .laptop-xl\:l\+69vw {
    left: 69vw;
  }
  .laptop-xl\:l-69\% {
    left: -69%;
  }
  .laptop-xl\:l\+69\% {
    left: 69%;
  }
  .laptop-xl\:r-69vw {
    right: -69vw;
  }
  .laptop-xl\:r\+69vw {
    right: 69vw;
  }
  .laptop-xl\:r-69\% {
    right: -69%;
  }
  .laptop-xl\:r\+69\% {
    right: 69%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-70vw {
    top: -70vw;
  }
  .laptop-xl\:t\+70vw {
    top: 70vw;
  }
  .laptop-xl\:t-70\% {
    top: -70%;
  }
  .laptop-xl\:t\+70\% {
    top: 70%;
  }
  .laptop-xl\:b-70vw {
    bottom: -70vw;
  }
  .laptop-xl\:b\+70vw {
    bottom: 70vw;
  }
  .laptop-xl\:b-70\% {
    bottom: -70%;
  }
  .laptop-xl\:b\+70\% {
    bottom: 70%;
  }
  .laptop-xl\:l-70vw {
    left: -70vw;
  }
  .laptop-xl\:l\+70vw {
    left: 70vw;
  }
  .laptop-xl\:l-70\% {
    left: -70%;
  }
  .laptop-xl\:l\+70\% {
    left: 70%;
  }
  .laptop-xl\:r-70vw {
    right: -70vw;
  }
  .laptop-xl\:r\+70vw {
    right: 70vw;
  }
  .laptop-xl\:r-70\% {
    right: -70%;
  }
  .laptop-xl\:r\+70\% {
    right: 70%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-71vw {
    top: -71vw;
  }
  .laptop-xl\:t\+71vw {
    top: 71vw;
  }
  .laptop-xl\:t-71\% {
    top: -71%;
  }
  .laptop-xl\:t\+71\% {
    top: 71%;
  }
  .laptop-xl\:b-71vw {
    bottom: -71vw;
  }
  .laptop-xl\:b\+71vw {
    bottom: 71vw;
  }
  .laptop-xl\:b-71\% {
    bottom: -71%;
  }
  .laptop-xl\:b\+71\% {
    bottom: 71%;
  }
  .laptop-xl\:l-71vw {
    left: -71vw;
  }
  .laptop-xl\:l\+71vw {
    left: 71vw;
  }
  .laptop-xl\:l-71\% {
    left: -71%;
  }
  .laptop-xl\:l\+71\% {
    left: 71%;
  }
  .laptop-xl\:r-71vw {
    right: -71vw;
  }
  .laptop-xl\:r\+71vw {
    right: 71vw;
  }
  .laptop-xl\:r-71\% {
    right: -71%;
  }
  .laptop-xl\:r\+71\% {
    right: 71%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-72vw {
    top: -72vw;
  }
  .laptop-xl\:t\+72vw {
    top: 72vw;
  }
  .laptop-xl\:t-72\% {
    top: -72%;
  }
  .laptop-xl\:t\+72\% {
    top: 72%;
  }
  .laptop-xl\:b-72vw {
    bottom: -72vw;
  }
  .laptop-xl\:b\+72vw {
    bottom: 72vw;
  }
  .laptop-xl\:b-72\% {
    bottom: -72%;
  }
  .laptop-xl\:b\+72\% {
    bottom: 72%;
  }
  .laptop-xl\:l-72vw {
    left: -72vw;
  }
  .laptop-xl\:l\+72vw {
    left: 72vw;
  }
  .laptop-xl\:l-72\% {
    left: -72%;
  }
  .laptop-xl\:l\+72\% {
    left: 72%;
  }
  .laptop-xl\:r-72vw {
    right: -72vw;
  }
  .laptop-xl\:r\+72vw {
    right: 72vw;
  }
  .laptop-xl\:r-72\% {
    right: -72%;
  }
  .laptop-xl\:r\+72\% {
    right: 72%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-73vw {
    top: -73vw;
  }
  .laptop-xl\:t\+73vw {
    top: 73vw;
  }
  .laptop-xl\:t-73\% {
    top: -73%;
  }
  .laptop-xl\:t\+73\% {
    top: 73%;
  }
  .laptop-xl\:b-73vw {
    bottom: -73vw;
  }
  .laptop-xl\:b\+73vw {
    bottom: 73vw;
  }
  .laptop-xl\:b-73\% {
    bottom: -73%;
  }
  .laptop-xl\:b\+73\% {
    bottom: 73%;
  }
  .laptop-xl\:l-73vw {
    left: -73vw;
  }
  .laptop-xl\:l\+73vw {
    left: 73vw;
  }
  .laptop-xl\:l-73\% {
    left: -73%;
  }
  .laptop-xl\:l\+73\% {
    left: 73%;
  }
  .laptop-xl\:r-73vw {
    right: -73vw;
  }
  .laptop-xl\:r\+73vw {
    right: 73vw;
  }
  .laptop-xl\:r-73\% {
    right: -73%;
  }
  .laptop-xl\:r\+73\% {
    right: 73%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-74vw {
    top: -74vw;
  }
  .laptop-xl\:t\+74vw {
    top: 74vw;
  }
  .laptop-xl\:t-74\% {
    top: -74%;
  }
  .laptop-xl\:t\+74\% {
    top: 74%;
  }
  .laptop-xl\:b-74vw {
    bottom: -74vw;
  }
  .laptop-xl\:b\+74vw {
    bottom: 74vw;
  }
  .laptop-xl\:b-74\% {
    bottom: -74%;
  }
  .laptop-xl\:b\+74\% {
    bottom: 74%;
  }
  .laptop-xl\:l-74vw {
    left: -74vw;
  }
  .laptop-xl\:l\+74vw {
    left: 74vw;
  }
  .laptop-xl\:l-74\% {
    left: -74%;
  }
  .laptop-xl\:l\+74\% {
    left: 74%;
  }
  .laptop-xl\:r-74vw {
    right: -74vw;
  }
  .laptop-xl\:r\+74vw {
    right: 74vw;
  }
  .laptop-xl\:r-74\% {
    right: -74%;
  }
  .laptop-xl\:r\+74\% {
    right: 74%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-75vw {
    top: -75vw;
  }
  .laptop-xl\:t\+75vw {
    top: 75vw;
  }
  .laptop-xl\:t-75\% {
    top: -75%;
  }
  .laptop-xl\:t\+75\% {
    top: 75%;
  }
  .laptop-xl\:b-75vw {
    bottom: -75vw;
  }
  .laptop-xl\:b\+75vw {
    bottom: 75vw;
  }
  .laptop-xl\:b-75\% {
    bottom: -75%;
  }
  .laptop-xl\:b\+75\% {
    bottom: 75%;
  }
  .laptop-xl\:l-75vw {
    left: -75vw;
  }
  .laptop-xl\:l\+75vw {
    left: 75vw;
  }
  .laptop-xl\:l-75\% {
    left: -75%;
  }
  .laptop-xl\:l\+75\% {
    left: 75%;
  }
  .laptop-xl\:r-75vw {
    right: -75vw;
  }
  .laptop-xl\:r\+75vw {
    right: 75vw;
  }
  .laptop-xl\:r-75\% {
    right: -75%;
  }
  .laptop-xl\:r\+75\% {
    right: 75%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-76vw {
    top: -76vw;
  }
  .laptop-xl\:t\+76vw {
    top: 76vw;
  }
  .laptop-xl\:t-76\% {
    top: -76%;
  }
  .laptop-xl\:t\+76\% {
    top: 76%;
  }
  .laptop-xl\:b-76vw {
    bottom: -76vw;
  }
  .laptop-xl\:b\+76vw {
    bottom: 76vw;
  }
  .laptop-xl\:b-76\% {
    bottom: -76%;
  }
  .laptop-xl\:b\+76\% {
    bottom: 76%;
  }
  .laptop-xl\:l-76vw {
    left: -76vw;
  }
  .laptop-xl\:l\+76vw {
    left: 76vw;
  }
  .laptop-xl\:l-76\% {
    left: -76%;
  }
  .laptop-xl\:l\+76\% {
    left: 76%;
  }
  .laptop-xl\:r-76vw {
    right: -76vw;
  }
  .laptop-xl\:r\+76vw {
    right: 76vw;
  }
  .laptop-xl\:r-76\% {
    right: -76%;
  }
  .laptop-xl\:r\+76\% {
    right: 76%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-77vw {
    top: -77vw;
  }
  .laptop-xl\:t\+77vw {
    top: 77vw;
  }
  .laptop-xl\:t-77\% {
    top: -77%;
  }
  .laptop-xl\:t\+77\% {
    top: 77%;
  }
  .laptop-xl\:b-77vw {
    bottom: -77vw;
  }
  .laptop-xl\:b\+77vw {
    bottom: 77vw;
  }
  .laptop-xl\:b-77\% {
    bottom: -77%;
  }
  .laptop-xl\:b\+77\% {
    bottom: 77%;
  }
  .laptop-xl\:l-77vw {
    left: -77vw;
  }
  .laptop-xl\:l\+77vw {
    left: 77vw;
  }
  .laptop-xl\:l-77\% {
    left: -77%;
  }
  .laptop-xl\:l\+77\% {
    left: 77%;
  }
  .laptop-xl\:r-77vw {
    right: -77vw;
  }
  .laptop-xl\:r\+77vw {
    right: 77vw;
  }
  .laptop-xl\:r-77\% {
    right: -77%;
  }
  .laptop-xl\:r\+77\% {
    right: 77%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-78vw {
    top: -78vw;
  }
  .laptop-xl\:t\+78vw {
    top: 78vw;
  }
  .laptop-xl\:t-78\% {
    top: -78%;
  }
  .laptop-xl\:t\+78\% {
    top: 78%;
  }
  .laptop-xl\:b-78vw {
    bottom: -78vw;
  }
  .laptop-xl\:b\+78vw {
    bottom: 78vw;
  }
  .laptop-xl\:b-78\% {
    bottom: -78%;
  }
  .laptop-xl\:b\+78\% {
    bottom: 78%;
  }
  .laptop-xl\:l-78vw {
    left: -78vw;
  }
  .laptop-xl\:l\+78vw {
    left: 78vw;
  }
  .laptop-xl\:l-78\% {
    left: -78%;
  }
  .laptop-xl\:l\+78\% {
    left: 78%;
  }
  .laptop-xl\:r-78vw {
    right: -78vw;
  }
  .laptop-xl\:r\+78vw {
    right: 78vw;
  }
  .laptop-xl\:r-78\% {
    right: -78%;
  }
  .laptop-xl\:r\+78\% {
    right: 78%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-79vw {
    top: -79vw;
  }
  .laptop-xl\:t\+79vw {
    top: 79vw;
  }
  .laptop-xl\:t-79\% {
    top: -79%;
  }
  .laptop-xl\:t\+79\% {
    top: 79%;
  }
  .laptop-xl\:b-79vw {
    bottom: -79vw;
  }
  .laptop-xl\:b\+79vw {
    bottom: 79vw;
  }
  .laptop-xl\:b-79\% {
    bottom: -79%;
  }
  .laptop-xl\:b\+79\% {
    bottom: 79%;
  }
  .laptop-xl\:l-79vw {
    left: -79vw;
  }
  .laptop-xl\:l\+79vw {
    left: 79vw;
  }
  .laptop-xl\:l-79\% {
    left: -79%;
  }
  .laptop-xl\:l\+79\% {
    left: 79%;
  }
  .laptop-xl\:r-79vw {
    right: -79vw;
  }
  .laptop-xl\:r\+79vw {
    right: 79vw;
  }
  .laptop-xl\:r-79\% {
    right: -79%;
  }
  .laptop-xl\:r\+79\% {
    right: 79%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-80vw {
    top: -80vw;
  }
  .laptop-xl\:t\+80vw {
    top: 80vw;
  }
  .laptop-xl\:t-80\% {
    top: -80%;
  }
  .laptop-xl\:t\+80\% {
    top: 80%;
  }
  .laptop-xl\:b-80vw {
    bottom: -80vw;
  }
  .laptop-xl\:b\+80vw {
    bottom: 80vw;
  }
  .laptop-xl\:b-80\% {
    bottom: -80%;
  }
  .laptop-xl\:b\+80\% {
    bottom: 80%;
  }
  .laptop-xl\:l-80vw {
    left: -80vw;
  }
  .laptop-xl\:l\+80vw {
    left: 80vw;
  }
  .laptop-xl\:l-80\% {
    left: -80%;
  }
  .laptop-xl\:l\+80\% {
    left: 80%;
  }
  .laptop-xl\:r-80vw {
    right: -80vw;
  }
  .laptop-xl\:r\+80vw {
    right: 80vw;
  }
  .laptop-xl\:r-80\% {
    right: -80%;
  }
  .laptop-xl\:r\+80\% {
    right: 80%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-81vw {
    top: -81vw;
  }
  .laptop-xl\:t\+81vw {
    top: 81vw;
  }
  .laptop-xl\:t-81\% {
    top: -81%;
  }
  .laptop-xl\:t\+81\% {
    top: 81%;
  }
  .laptop-xl\:b-81vw {
    bottom: -81vw;
  }
  .laptop-xl\:b\+81vw {
    bottom: 81vw;
  }
  .laptop-xl\:b-81\% {
    bottom: -81%;
  }
  .laptop-xl\:b\+81\% {
    bottom: 81%;
  }
  .laptop-xl\:l-81vw {
    left: -81vw;
  }
  .laptop-xl\:l\+81vw {
    left: 81vw;
  }
  .laptop-xl\:l-81\% {
    left: -81%;
  }
  .laptop-xl\:l\+81\% {
    left: 81%;
  }
  .laptop-xl\:r-81vw {
    right: -81vw;
  }
  .laptop-xl\:r\+81vw {
    right: 81vw;
  }
  .laptop-xl\:r-81\% {
    right: -81%;
  }
  .laptop-xl\:r\+81\% {
    right: 81%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-82vw {
    top: -82vw;
  }
  .laptop-xl\:t\+82vw {
    top: 82vw;
  }
  .laptop-xl\:t-82\% {
    top: -82%;
  }
  .laptop-xl\:t\+82\% {
    top: 82%;
  }
  .laptop-xl\:b-82vw {
    bottom: -82vw;
  }
  .laptop-xl\:b\+82vw {
    bottom: 82vw;
  }
  .laptop-xl\:b-82\% {
    bottom: -82%;
  }
  .laptop-xl\:b\+82\% {
    bottom: 82%;
  }
  .laptop-xl\:l-82vw {
    left: -82vw;
  }
  .laptop-xl\:l\+82vw {
    left: 82vw;
  }
  .laptop-xl\:l-82\% {
    left: -82%;
  }
  .laptop-xl\:l\+82\% {
    left: 82%;
  }
  .laptop-xl\:r-82vw {
    right: -82vw;
  }
  .laptop-xl\:r\+82vw {
    right: 82vw;
  }
  .laptop-xl\:r-82\% {
    right: -82%;
  }
  .laptop-xl\:r\+82\% {
    right: 82%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-83vw {
    top: -83vw;
  }
  .laptop-xl\:t\+83vw {
    top: 83vw;
  }
  .laptop-xl\:t-83\% {
    top: -83%;
  }
  .laptop-xl\:t\+83\% {
    top: 83%;
  }
  .laptop-xl\:b-83vw {
    bottom: -83vw;
  }
  .laptop-xl\:b\+83vw {
    bottom: 83vw;
  }
  .laptop-xl\:b-83\% {
    bottom: -83%;
  }
  .laptop-xl\:b\+83\% {
    bottom: 83%;
  }
  .laptop-xl\:l-83vw {
    left: -83vw;
  }
  .laptop-xl\:l\+83vw {
    left: 83vw;
  }
  .laptop-xl\:l-83\% {
    left: -83%;
  }
  .laptop-xl\:l\+83\% {
    left: 83%;
  }
  .laptop-xl\:r-83vw {
    right: -83vw;
  }
  .laptop-xl\:r\+83vw {
    right: 83vw;
  }
  .laptop-xl\:r-83\% {
    right: -83%;
  }
  .laptop-xl\:r\+83\% {
    right: 83%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-84vw {
    top: -84vw;
  }
  .laptop-xl\:t\+84vw {
    top: 84vw;
  }
  .laptop-xl\:t-84\% {
    top: -84%;
  }
  .laptop-xl\:t\+84\% {
    top: 84%;
  }
  .laptop-xl\:b-84vw {
    bottom: -84vw;
  }
  .laptop-xl\:b\+84vw {
    bottom: 84vw;
  }
  .laptop-xl\:b-84\% {
    bottom: -84%;
  }
  .laptop-xl\:b\+84\% {
    bottom: 84%;
  }
  .laptop-xl\:l-84vw {
    left: -84vw;
  }
  .laptop-xl\:l\+84vw {
    left: 84vw;
  }
  .laptop-xl\:l-84\% {
    left: -84%;
  }
  .laptop-xl\:l\+84\% {
    left: 84%;
  }
  .laptop-xl\:r-84vw {
    right: -84vw;
  }
  .laptop-xl\:r\+84vw {
    right: 84vw;
  }
  .laptop-xl\:r-84\% {
    right: -84%;
  }
  .laptop-xl\:r\+84\% {
    right: 84%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-85vw {
    top: -85vw;
  }
  .laptop-xl\:t\+85vw {
    top: 85vw;
  }
  .laptop-xl\:t-85\% {
    top: -85%;
  }
  .laptop-xl\:t\+85\% {
    top: 85%;
  }
  .laptop-xl\:b-85vw {
    bottom: -85vw;
  }
  .laptop-xl\:b\+85vw {
    bottom: 85vw;
  }
  .laptop-xl\:b-85\% {
    bottom: -85%;
  }
  .laptop-xl\:b\+85\% {
    bottom: 85%;
  }
  .laptop-xl\:l-85vw {
    left: -85vw;
  }
  .laptop-xl\:l\+85vw {
    left: 85vw;
  }
  .laptop-xl\:l-85\% {
    left: -85%;
  }
  .laptop-xl\:l\+85\% {
    left: 85%;
  }
  .laptop-xl\:r-85vw {
    right: -85vw;
  }
  .laptop-xl\:r\+85vw {
    right: 85vw;
  }
  .laptop-xl\:r-85\% {
    right: -85%;
  }
  .laptop-xl\:r\+85\% {
    right: 85%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-86vw {
    top: -86vw;
  }
  .laptop-xl\:t\+86vw {
    top: 86vw;
  }
  .laptop-xl\:t-86\% {
    top: -86%;
  }
  .laptop-xl\:t\+86\% {
    top: 86%;
  }
  .laptop-xl\:b-86vw {
    bottom: -86vw;
  }
  .laptop-xl\:b\+86vw {
    bottom: 86vw;
  }
  .laptop-xl\:b-86\% {
    bottom: -86%;
  }
  .laptop-xl\:b\+86\% {
    bottom: 86%;
  }
  .laptop-xl\:l-86vw {
    left: -86vw;
  }
  .laptop-xl\:l\+86vw {
    left: 86vw;
  }
  .laptop-xl\:l-86\% {
    left: -86%;
  }
  .laptop-xl\:l\+86\% {
    left: 86%;
  }
  .laptop-xl\:r-86vw {
    right: -86vw;
  }
  .laptop-xl\:r\+86vw {
    right: 86vw;
  }
  .laptop-xl\:r-86\% {
    right: -86%;
  }
  .laptop-xl\:r\+86\% {
    right: 86%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-87vw {
    top: -87vw;
  }
  .laptop-xl\:t\+87vw {
    top: 87vw;
  }
  .laptop-xl\:t-87\% {
    top: -87%;
  }
  .laptop-xl\:t\+87\% {
    top: 87%;
  }
  .laptop-xl\:b-87vw {
    bottom: -87vw;
  }
  .laptop-xl\:b\+87vw {
    bottom: 87vw;
  }
  .laptop-xl\:b-87\% {
    bottom: -87%;
  }
  .laptop-xl\:b\+87\% {
    bottom: 87%;
  }
  .laptop-xl\:l-87vw {
    left: -87vw;
  }
  .laptop-xl\:l\+87vw {
    left: 87vw;
  }
  .laptop-xl\:l-87\% {
    left: -87%;
  }
  .laptop-xl\:l\+87\% {
    left: 87%;
  }
  .laptop-xl\:r-87vw {
    right: -87vw;
  }
  .laptop-xl\:r\+87vw {
    right: 87vw;
  }
  .laptop-xl\:r-87\% {
    right: -87%;
  }
  .laptop-xl\:r\+87\% {
    right: 87%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-88vw {
    top: -88vw;
  }
  .laptop-xl\:t\+88vw {
    top: 88vw;
  }
  .laptop-xl\:t-88\% {
    top: -88%;
  }
  .laptop-xl\:t\+88\% {
    top: 88%;
  }
  .laptop-xl\:b-88vw {
    bottom: -88vw;
  }
  .laptop-xl\:b\+88vw {
    bottom: 88vw;
  }
  .laptop-xl\:b-88\% {
    bottom: -88%;
  }
  .laptop-xl\:b\+88\% {
    bottom: 88%;
  }
  .laptop-xl\:l-88vw {
    left: -88vw;
  }
  .laptop-xl\:l\+88vw {
    left: 88vw;
  }
  .laptop-xl\:l-88\% {
    left: -88%;
  }
  .laptop-xl\:l\+88\% {
    left: 88%;
  }
  .laptop-xl\:r-88vw {
    right: -88vw;
  }
  .laptop-xl\:r\+88vw {
    right: 88vw;
  }
  .laptop-xl\:r-88\% {
    right: -88%;
  }
  .laptop-xl\:r\+88\% {
    right: 88%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-89vw {
    top: -89vw;
  }
  .laptop-xl\:t\+89vw {
    top: 89vw;
  }
  .laptop-xl\:t-89\% {
    top: -89%;
  }
  .laptop-xl\:t\+89\% {
    top: 89%;
  }
  .laptop-xl\:b-89vw {
    bottom: -89vw;
  }
  .laptop-xl\:b\+89vw {
    bottom: 89vw;
  }
  .laptop-xl\:b-89\% {
    bottom: -89%;
  }
  .laptop-xl\:b\+89\% {
    bottom: 89%;
  }
  .laptop-xl\:l-89vw {
    left: -89vw;
  }
  .laptop-xl\:l\+89vw {
    left: 89vw;
  }
  .laptop-xl\:l-89\% {
    left: -89%;
  }
  .laptop-xl\:l\+89\% {
    left: 89%;
  }
  .laptop-xl\:r-89vw {
    right: -89vw;
  }
  .laptop-xl\:r\+89vw {
    right: 89vw;
  }
  .laptop-xl\:r-89\% {
    right: -89%;
  }
  .laptop-xl\:r\+89\% {
    right: 89%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-90vw {
    top: -90vw;
  }
  .laptop-xl\:t\+90vw {
    top: 90vw;
  }
  .laptop-xl\:t-90\% {
    top: -90%;
  }
  .laptop-xl\:t\+90\% {
    top: 90%;
  }
  .laptop-xl\:b-90vw {
    bottom: -90vw;
  }
  .laptop-xl\:b\+90vw {
    bottom: 90vw;
  }
  .laptop-xl\:b-90\% {
    bottom: -90%;
  }
  .laptop-xl\:b\+90\% {
    bottom: 90%;
  }
  .laptop-xl\:l-90vw {
    left: -90vw;
  }
  .laptop-xl\:l\+90vw {
    left: 90vw;
  }
  .laptop-xl\:l-90\% {
    left: -90%;
  }
  .laptop-xl\:l\+90\% {
    left: 90%;
  }
  .laptop-xl\:r-90vw {
    right: -90vw;
  }
  .laptop-xl\:r\+90vw {
    right: 90vw;
  }
  .laptop-xl\:r-90\% {
    right: -90%;
  }
  .laptop-xl\:r\+90\% {
    right: 90%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-91vw {
    top: -91vw;
  }
  .laptop-xl\:t\+91vw {
    top: 91vw;
  }
  .laptop-xl\:t-91\% {
    top: -91%;
  }
  .laptop-xl\:t\+91\% {
    top: 91%;
  }
  .laptop-xl\:b-91vw {
    bottom: -91vw;
  }
  .laptop-xl\:b\+91vw {
    bottom: 91vw;
  }
  .laptop-xl\:b-91\% {
    bottom: -91%;
  }
  .laptop-xl\:b\+91\% {
    bottom: 91%;
  }
  .laptop-xl\:l-91vw {
    left: -91vw;
  }
  .laptop-xl\:l\+91vw {
    left: 91vw;
  }
  .laptop-xl\:l-91\% {
    left: -91%;
  }
  .laptop-xl\:l\+91\% {
    left: 91%;
  }
  .laptop-xl\:r-91vw {
    right: -91vw;
  }
  .laptop-xl\:r\+91vw {
    right: 91vw;
  }
  .laptop-xl\:r-91\% {
    right: -91%;
  }
  .laptop-xl\:r\+91\% {
    right: 91%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-92vw {
    top: -92vw;
  }
  .laptop-xl\:t\+92vw {
    top: 92vw;
  }
  .laptop-xl\:t-92\% {
    top: -92%;
  }
  .laptop-xl\:t\+92\% {
    top: 92%;
  }
  .laptop-xl\:b-92vw {
    bottom: -92vw;
  }
  .laptop-xl\:b\+92vw {
    bottom: 92vw;
  }
  .laptop-xl\:b-92\% {
    bottom: -92%;
  }
  .laptop-xl\:b\+92\% {
    bottom: 92%;
  }
  .laptop-xl\:l-92vw {
    left: -92vw;
  }
  .laptop-xl\:l\+92vw {
    left: 92vw;
  }
  .laptop-xl\:l-92\% {
    left: -92%;
  }
  .laptop-xl\:l\+92\% {
    left: 92%;
  }
  .laptop-xl\:r-92vw {
    right: -92vw;
  }
  .laptop-xl\:r\+92vw {
    right: 92vw;
  }
  .laptop-xl\:r-92\% {
    right: -92%;
  }
  .laptop-xl\:r\+92\% {
    right: 92%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-93vw {
    top: -93vw;
  }
  .laptop-xl\:t\+93vw {
    top: 93vw;
  }
  .laptop-xl\:t-93\% {
    top: -93%;
  }
  .laptop-xl\:t\+93\% {
    top: 93%;
  }
  .laptop-xl\:b-93vw {
    bottom: -93vw;
  }
  .laptop-xl\:b\+93vw {
    bottom: 93vw;
  }
  .laptop-xl\:b-93\% {
    bottom: -93%;
  }
  .laptop-xl\:b\+93\% {
    bottom: 93%;
  }
  .laptop-xl\:l-93vw {
    left: -93vw;
  }
  .laptop-xl\:l\+93vw {
    left: 93vw;
  }
  .laptop-xl\:l-93\% {
    left: -93%;
  }
  .laptop-xl\:l\+93\% {
    left: 93%;
  }
  .laptop-xl\:r-93vw {
    right: -93vw;
  }
  .laptop-xl\:r\+93vw {
    right: 93vw;
  }
  .laptop-xl\:r-93\% {
    right: -93%;
  }
  .laptop-xl\:r\+93\% {
    right: 93%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-94vw {
    top: -94vw;
  }
  .laptop-xl\:t\+94vw {
    top: 94vw;
  }
  .laptop-xl\:t-94\% {
    top: -94%;
  }
  .laptop-xl\:t\+94\% {
    top: 94%;
  }
  .laptop-xl\:b-94vw {
    bottom: -94vw;
  }
  .laptop-xl\:b\+94vw {
    bottom: 94vw;
  }
  .laptop-xl\:b-94\% {
    bottom: -94%;
  }
  .laptop-xl\:b\+94\% {
    bottom: 94%;
  }
  .laptop-xl\:l-94vw {
    left: -94vw;
  }
  .laptop-xl\:l\+94vw {
    left: 94vw;
  }
  .laptop-xl\:l-94\% {
    left: -94%;
  }
  .laptop-xl\:l\+94\% {
    left: 94%;
  }
  .laptop-xl\:r-94vw {
    right: -94vw;
  }
  .laptop-xl\:r\+94vw {
    right: 94vw;
  }
  .laptop-xl\:r-94\% {
    right: -94%;
  }
  .laptop-xl\:r\+94\% {
    right: 94%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-95vw {
    top: -95vw;
  }
  .laptop-xl\:t\+95vw {
    top: 95vw;
  }
  .laptop-xl\:t-95\% {
    top: -95%;
  }
  .laptop-xl\:t\+95\% {
    top: 95%;
  }
  .laptop-xl\:b-95vw {
    bottom: -95vw;
  }
  .laptop-xl\:b\+95vw {
    bottom: 95vw;
  }
  .laptop-xl\:b-95\% {
    bottom: -95%;
  }
  .laptop-xl\:b\+95\% {
    bottom: 95%;
  }
  .laptop-xl\:l-95vw {
    left: -95vw;
  }
  .laptop-xl\:l\+95vw {
    left: 95vw;
  }
  .laptop-xl\:l-95\% {
    left: -95%;
  }
  .laptop-xl\:l\+95\% {
    left: 95%;
  }
  .laptop-xl\:r-95vw {
    right: -95vw;
  }
  .laptop-xl\:r\+95vw {
    right: 95vw;
  }
  .laptop-xl\:r-95\% {
    right: -95%;
  }
  .laptop-xl\:r\+95\% {
    right: 95%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-96vw {
    top: -96vw;
  }
  .laptop-xl\:t\+96vw {
    top: 96vw;
  }
  .laptop-xl\:t-96\% {
    top: -96%;
  }
  .laptop-xl\:t\+96\% {
    top: 96%;
  }
  .laptop-xl\:b-96vw {
    bottom: -96vw;
  }
  .laptop-xl\:b\+96vw {
    bottom: 96vw;
  }
  .laptop-xl\:b-96\% {
    bottom: -96%;
  }
  .laptop-xl\:b\+96\% {
    bottom: 96%;
  }
  .laptop-xl\:l-96vw {
    left: -96vw;
  }
  .laptop-xl\:l\+96vw {
    left: 96vw;
  }
  .laptop-xl\:l-96\% {
    left: -96%;
  }
  .laptop-xl\:l\+96\% {
    left: 96%;
  }
  .laptop-xl\:r-96vw {
    right: -96vw;
  }
  .laptop-xl\:r\+96vw {
    right: 96vw;
  }
  .laptop-xl\:r-96\% {
    right: -96%;
  }
  .laptop-xl\:r\+96\% {
    right: 96%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-97vw {
    top: -97vw;
  }
  .laptop-xl\:t\+97vw {
    top: 97vw;
  }
  .laptop-xl\:t-97\% {
    top: -97%;
  }
  .laptop-xl\:t\+97\% {
    top: 97%;
  }
  .laptop-xl\:b-97vw {
    bottom: -97vw;
  }
  .laptop-xl\:b\+97vw {
    bottom: 97vw;
  }
  .laptop-xl\:b-97\% {
    bottom: -97%;
  }
  .laptop-xl\:b\+97\% {
    bottom: 97%;
  }
  .laptop-xl\:l-97vw {
    left: -97vw;
  }
  .laptop-xl\:l\+97vw {
    left: 97vw;
  }
  .laptop-xl\:l-97\% {
    left: -97%;
  }
  .laptop-xl\:l\+97\% {
    left: 97%;
  }
  .laptop-xl\:r-97vw {
    right: -97vw;
  }
  .laptop-xl\:r\+97vw {
    right: 97vw;
  }
  .laptop-xl\:r-97\% {
    right: -97%;
  }
  .laptop-xl\:r\+97\% {
    right: 97%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-98vw {
    top: -98vw;
  }
  .laptop-xl\:t\+98vw {
    top: 98vw;
  }
  .laptop-xl\:t-98\% {
    top: -98%;
  }
  .laptop-xl\:t\+98\% {
    top: 98%;
  }
  .laptop-xl\:b-98vw {
    bottom: -98vw;
  }
  .laptop-xl\:b\+98vw {
    bottom: 98vw;
  }
  .laptop-xl\:b-98\% {
    bottom: -98%;
  }
  .laptop-xl\:b\+98\% {
    bottom: 98%;
  }
  .laptop-xl\:l-98vw {
    left: -98vw;
  }
  .laptop-xl\:l\+98vw {
    left: 98vw;
  }
  .laptop-xl\:l-98\% {
    left: -98%;
  }
  .laptop-xl\:l\+98\% {
    left: 98%;
  }
  .laptop-xl\:r-98vw {
    right: -98vw;
  }
  .laptop-xl\:r\+98vw {
    right: 98vw;
  }
  .laptop-xl\:r-98\% {
    right: -98%;
  }
  .laptop-xl\:r\+98\% {
    right: 98%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-99vw {
    top: -99vw;
  }
  .laptop-xl\:t\+99vw {
    top: 99vw;
  }
  .laptop-xl\:t-99\% {
    top: -99%;
  }
  .laptop-xl\:t\+99\% {
    top: 99%;
  }
  .laptop-xl\:b-99vw {
    bottom: -99vw;
  }
  .laptop-xl\:b\+99vw {
    bottom: 99vw;
  }
  .laptop-xl\:b-99\% {
    bottom: -99%;
  }
  .laptop-xl\:b\+99\% {
    bottom: 99%;
  }
  .laptop-xl\:l-99vw {
    left: -99vw;
  }
  .laptop-xl\:l\+99vw {
    left: 99vw;
  }
  .laptop-xl\:l-99\% {
    left: -99%;
  }
  .laptop-xl\:l\+99\% {
    left: 99%;
  }
  .laptop-xl\:r-99vw {
    right: -99vw;
  }
  .laptop-xl\:r\+99vw {
    right: 99vw;
  }
  .laptop-xl\:r-99\% {
    right: -99%;
  }
  .laptop-xl\:r\+99\% {
    right: 99%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-100vw {
    top: -100vw;
  }
  .laptop-xl\:t\+100vw {
    top: 100vw;
  }
  .laptop-xl\:t-100\% {
    top: -100%;
  }
  .laptop-xl\:t\+100\% {
    top: 100%;
  }
  .laptop-xl\:b-100vw {
    bottom: -100vw;
  }
  .laptop-xl\:b\+100vw {
    bottom: 100vw;
  }
  .laptop-xl\:b-100\% {
    bottom: -100%;
  }
  .laptop-xl\:b\+100\% {
    bottom: 100%;
  }
  .laptop-xl\:l-100vw {
    left: -100vw;
  }
  .laptop-xl\:l\+100vw {
    left: 100vw;
  }
  .laptop-xl\:l-100\% {
    left: -100%;
  }
  .laptop-xl\:l\+100\% {
    left: 100%;
  }
  .laptop-xl\:r-100vw {
    right: -100vw;
  }
  .laptop-xl\:r\+100vw {
    right: 100vw;
  }
  .laptop-xl\:r-100\% {
    right: -100%;
  }
  .laptop-xl\:r\+100\% {
    right: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-101vw {
    top: -101vw;
  }
  .laptop-xl\:t\+101vw {
    top: 101vw;
  }
  .laptop-xl\:t-101\% {
    top: -101%;
  }
  .laptop-xl\:t\+101\% {
    top: 101%;
  }
  .laptop-xl\:b-101vw {
    bottom: -101vw;
  }
  .laptop-xl\:b\+101vw {
    bottom: 101vw;
  }
  .laptop-xl\:b-101\% {
    bottom: -101%;
  }
  .laptop-xl\:b\+101\% {
    bottom: 101%;
  }
  .laptop-xl\:l-101vw {
    left: -101vw;
  }
  .laptop-xl\:l\+101vw {
    left: 101vw;
  }
  .laptop-xl\:l-101\% {
    left: -101%;
  }
  .laptop-xl\:l\+101\% {
    left: 101%;
  }
  .laptop-xl\:r-101vw {
    right: -101vw;
  }
  .laptop-xl\:r\+101vw {
    right: 101vw;
  }
  .laptop-xl\:r-101\% {
    right: -101%;
  }
  .laptop-xl\:r\+101\% {
    right: 101%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-102vw {
    top: -102vw;
  }
  .laptop-xl\:t\+102vw {
    top: 102vw;
  }
  .laptop-xl\:t-102\% {
    top: -102%;
  }
  .laptop-xl\:t\+102\% {
    top: 102%;
  }
  .laptop-xl\:b-102vw {
    bottom: -102vw;
  }
  .laptop-xl\:b\+102vw {
    bottom: 102vw;
  }
  .laptop-xl\:b-102\% {
    bottom: -102%;
  }
  .laptop-xl\:b\+102\% {
    bottom: 102%;
  }
  .laptop-xl\:l-102vw {
    left: -102vw;
  }
  .laptop-xl\:l\+102vw {
    left: 102vw;
  }
  .laptop-xl\:l-102\% {
    left: -102%;
  }
  .laptop-xl\:l\+102\% {
    left: 102%;
  }
  .laptop-xl\:r-102vw {
    right: -102vw;
  }
  .laptop-xl\:r\+102vw {
    right: 102vw;
  }
  .laptop-xl\:r-102\% {
    right: -102%;
  }
  .laptop-xl\:r\+102\% {
    right: 102%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-103vw {
    top: -103vw;
  }
  .laptop-xl\:t\+103vw {
    top: 103vw;
  }
  .laptop-xl\:t-103\% {
    top: -103%;
  }
  .laptop-xl\:t\+103\% {
    top: 103%;
  }
  .laptop-xl\:b-103vw {
    bottom: -103vw;
  }
  .laptop-xl\:b\+103vw {
    bottom: 103vw;
  }
  .laptop-xl\:b-103\% {
    bottom: -103%;
  }
  .laptop-xl\:b\+103\% {
    bottom: 103%;
  }
  .laptop-xl\:l-103vw {
    left: -103vw;
  }
  .laptop-xl\:l\+103vw {
    left: 103vw;
  }
  .laptop-xl\:l-103\% {
    left: -103%;
  }
  .laptop-xl\:l\+103\% {
    left: 103%;
  }
  .laptop-xl\:r-103vw {
    right: -103vw;
  }
  .laptop-xl\:r\+103vw {
    right: 103vw;
  }
  .laptop-xl\:r-103\% {
    right: -103%;
  }
  .laptop-xl\:r\+103\% {
    right: 103%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-104vw {
    top: -104vw;
  }
  .laptop-xl\:t\+104vw {
    top: 104vw;
  }
  .laptop-xl\:t-104\% {
    top: -104%;
  }
  .laptop-xl\:t\+104\% {
    top: 104%;
  }
  .laptop-xl\:b-104vw {
    bottom: -104vw;
  }
  .laptop-xl\:b\+104vw {
    bottom: 104vw;
  }
  .laptop-xl\:b-104\% {
    bottom: -104%;
  }
  .laptop-xl\:b\+104\% {
    bottom: 104%;
  }
  .laptop-xl\:l-104vw {
    left: -104vw;
  }
  .laptop-xl\:l\+104vw {
    left: 104vw;
  }
  .laptop-xl\:l-104\% {
    left: -104%;
  }
  .laptop-xl\:l\+104\% {
    left: 104%;
  }
  .laptop-xl\:r-104vw {
    right: -104vw;
  }
  .laptop-xl\:r\+104vw {
    right: 104vw;
  }
  .laptop-xl\:r-104\% {
    right: -104%;
  }
  .laptop-xl\:r\+104\% {
    right: 104%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-105vw {
    top: -105vw;
  }
  .laptop-xl\:t\+105vw {
    top: 105vw;
  }
  .laptop-xl\:t-105\% {
    top: -105%;
  }
  .laptop-xl\:t\+105\% {
    top: 105%;
  }
  .laptop-xl\:b-105vw {
    bottom: -105vw;
  }
  .laptop-xl\:b\+105vw {
    bottom: 105vw;
  }
  .laptop-xl\:b-105\% {
    bottom: -105%;
  }
  .laptop-xl\:b\+105\% {
    bottom: 105%;
  }
  .laptop-xl\:l-105vw {
    left: -105vw;
  }
  .laptop-xl\:l\+105vw {
    left: 105vw;
  }
  .laptop-xl\:l-105\% {
    left: -105%;
  }
  .laptop-xl\:l\+105\% {
    left: 105%;
  }
  .laptop-xl\:r-105vw {
    right: -105vw;
  }
  .laptop-xl\:r\+105vw {
    right: 105vw;
  }
  .laptop-xl\:r-105\% {
    right: -105%;
  }
  .laptop-xl\:r\+105\% {
    right: 105%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-106vw {
    top: -106vw;
  }
  .laptop-xl\:t\+106vw {
    top: 106vw;
  }
  .laptop-xl\:t-106\% {
    top: -106%;
  }
  .laptop-xl\:t\+106\% {
    top: 106%;
  }
  .laptop-xl\:b-106vw {
    bottom: -106vw;
  }
  .laptop-xl\:b\+106vw {
    bottom: 106vw;
  }
  .laptop-xl\:b-106\% {
    bottom: -106%;
  }
  .laptop-xl\:b\+106\% {
    bottom: 106%;
  }
  .laptop-xl\:l-106vw {
    left: -106vw;
  }
  .laptop-xl\:l\+106vw {
    left: 106vw;
  }
  .laptop-xl\:l-106\% {
    left: -106%;
  }
  .laptop-xl\:l\+106\% {
    left: 106%;
  }
  .laptop-xl\:r-106vw {
    right: -106vw;
  }
  .laptop-xl\:r\+106vw {
    right: 106vw;
  }
  .laptop-xl\:r-106\% {
    right: -106%;
  }
  .laptop-xl\:r\+106\% {
    right: 106%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-107vw {
    top: -107vw;
  }
  .laptop-xl\:t\+107vw {
    top: 107vw;
  }
  .laptop-xl\:t-107\% {
    top: -107%;
  }
  .laptop-xl\:t\+107\% {
    top: 107%;
  }
  .laptop-xl\:b-107vw {
    bottom: -107vw;
  }
  .laptop-xl\:b\+107vw {
    bottom: 107vw;
  }
  .laptop-xl\:b-107\% {
    bottom: -107%;
  }
  .laptop-xl\:b\+107\% {
    bottom: 107%;
  }
  .laptop-xl\:l-107vw {
    left: -107vw;
  }
  .laptop-xl\:l\+107vw {
    left: 107vw;
  }
  .laptop-xl\:l-107\% {
    left: -107%;
  }
  .laptop-xl\:l\+107\% {
    left: 107%;
  }
  .laptop-xl\:r-107vw {
    right: -107vw;
  }
  .laptop-xl\:r\+107vw {
    right: 107vw;
  }
  .laptop-xl\:r-107\% {
    right: -107%;
  }
  .laptop-xl\:r\+107\% {
    right: 107%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-108vw {
    top: -108vw;
  }
  .laptop-xl\:t\+108vw {
    top: 108vw;
  }
  .laptop-xl\:t-108\% {
    top: -108%;
  }
  .laptop-xl\:t\+108\% {
    top: 108%;
  }
  .laptop-xl\:b-108vw {
    bottom: -108vw;
  }
  .laptop-xl\:b\+108vw {
    bottom: 108vw;
  }
  .laptop-xl\:b-108\% {
    bottom: -108%;
  }
  .laptop-xl\:b\+108\% {
    bottom: 108%;
  }
  .laptop-xl\:l-108vw {
    left: -108vw;
  }
  .laptop-xl\:l\+108vw {
    left: 108vw;
  }
  .laptop-xl\:l-108\% {
    left: -108%;
  }
  .laptop-xl\:l\+108\% {
    left: 108%;
  }
  .laptop-xl\:r-108vw {
    right: -108vw;
  }
  .laptop-xl\:r\+108vw {
    right: 108vw;
  }
  .laptop-xl\:r-108\% {
    right: -108%;
  }
  .laptop-xl\:r\+108\% {
    right: 108%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-109vw {
    top: -109vw;
  }
  .laptop-xl\:t\+109vw {
    top: 109vw;
  }
  .laptop-xl\:t-109\% {
    top: -109%;
  }
  .laptop-xl\:t\+109\% {
    top: 109%;
  }
  .laptop-xl\:b-109vw {
    bottom: -109vw;
  }
  .laptop-xl\:b\+109vw {
    bottom: 109vw;
  }
  .laptop-xl\:b-109\% {
    bottom: -109%;
  }
  .laptop-xl\:b\+109\% {
    bottom: 109%;
  }
  .laptop-xl\:l-109vw {
    left: -109vw;
  }
  .laptop-xl\:l\+109vw {
    left: 109vw;
  }
  .laptop-xl\:l-109\% {
    left: -109%;
  }
  .laptop-xl\:l\+109\% {
    left: 109%;
  }
  .laptop-xl\:r-109vw {
    right: -109vw;
  }
  .laptop-xl\:r\+109vw {
    right: 109vw;
  }
  .laptop-xl\:r-109\% {
    right: -109%;
  }
  .laptop-xl\:r\+109\% {
    right: 109%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-110vw {
    top: -110vw;
  }
  .laptop-xl\:t\+110vw {
    top: 110vw;
  }
  .laptop-xl\:t-110\% {
    top: -110%;
  }
  .laptop-xl\:t\+110\% {
    top: 110%;
  }
  .laptop-xl\:b-110vw {
    bottom: -110vw;
  }
  .laptop-xl\:b\+110vw {
    bottom: 110vw;
  }
  .laptop-xl\:b-110\% {
    bottom: -110%;
  }
  .laptop-xl\:b\+110\% {
    bottom: 110%;
  }
  .laptop-xl\:l-110vw {
    left: -110vw;
  }
  .laptop-xl\:l\+110vw {
    left: 110vw;
  }
  .laptop-xl\:l-110\% {
    left: -110%;
  }
  .laptop-xl\:l\+110\% {
    left: 110%;
  }
  .laptop-xl\:r-110vw {
    right: -110vw;
  }
  .laptop-xl\:r\+110vw {
    right: 110vw;
  }
  .laptop-xl\:r-110\% {
    right: -110%;
  }
  .laptop-xl\:r\+110\% {
    right: 110%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-111vw {
    top: -111vw;
  }
  .laptop-xl\:t\+111vw {
    top: 111vw;
  }
  .laptop-xl\:t-111\% {
    top: -111%;
  }
  .laptop-xl\:t\+111\% {
    top: 111%;
  }
  .laptop-xl\:b-111vw {
    bottom: -111vw;
  }
  .laptop-xl\:b\+111vw {
    bottom: 111vw;
  }
  .laptop-xl\:b-111\% {
    bottom: -111%;
  }
  .laptop-xl\:b\+111\% {
    bottom: 111%;
  }
  .laptop-xl\:l-111vw {
    left: -111vw;
  }
  .laptop-xl\:l\+111vw {
    left: 111vw;
  }
  .laptop-xl\:l-111\% {
    left: -111%;
  }
  .laptop-xl\:l\+111\% {
    left: 111%;
  }
  .laptop-xl\:r-111vw {
    right: -111vw;
  }
  .laptop-xl\:r\+111vw {
    right: 111vw;
  }
  .laptop-xl\:r-111\% {
    right: -111%;
  }
  .laptop-xl\:r\+111\% {
    right: 111%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-112vw {
    top: -112vw;
  }
  .laptop-xl\:t\+112vw {
    top: 112vw;
  }
  .laptop-xl\:t-112\% {
    top: -112%;
  }
  .laptop-xl\:t\+112\% {
    top: 112%;
  }
  .laptop-xl\:b-112vw {
    bottom: -112vw;
  }
  .laptop-xl\:b\+112vw {
    bottom: 112vw;
  }
  .laptop-xl\:b-112\% {
    bottom: -112%;
  }
  .laptop-xl\:b\+112\% {
    bottom: 112%;
  }
  .laptop-xl\:l-112vw {
    left: -112vw;
  }
  .laptop-xl\:l\+112vw {
    left: 112vw;
  }
  .laptop-xl\:l-112\% {
    left: -112%;
  }
  .laptop-xl\:l\+112\% {
    left: 112%;
  }
  .laptop-xl\:r-112vw {
    right: -112vw;
  }
  .laptop-xl\:r\+112vw {
    right: 112vw;
  }
  .laptop-xl\:r-112\% {
    right: -112%;
  }
  .laptop-xl\:r\+112\% {
    right: 112%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-113vw {
    top: -113vw;
  }
  .laptop-xl\:t\+113vw {
    top: 113vw;
  }
  .laptop-xl\:t-113\% {
    top: -113%;
  }
  .laptop-xl\:t\+113\% {
    top: 113%;
  }
  .laptop-xl\:b-113vw {
    bottom: -113vw;
  }
  .laptop-xl\:b\+113vw {
    bottom: 113vw;
  }
  .laptop-xl\:b-113\% {
    bottom: -113%;
  }
  .laptop-xl\:b\+113\% {
    bottom: 113%;
  }
  .laptop-xl\:l-113vw {
    left: -113vw;
  }
  .laptop-xl\:l\+113vw {
    left: 113vw;
  }
  .laptop-xl\:l-113\% {
    left: -113%;
  }
  .laptop-xl\:l\+113\% {
    left: 113%;
  }
  .laptop-xl\:r-113vw {
    right: -113vw;
  }
  .laptop-xl\:r\+113vw {
    right: 113vw;
  }
  .laptop-xl\:r-113\% {
    right: -113%;
  }
  .laptop-xl\:r\+113\% {
    right: 113%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-114vw {
    top: -114vw;
  }
  .laptop-xl\:t\+114vw {
    top: 114vw;
  }
  .laptop-xl\:t-114\% {
    top: -114%;
  }
  .laptop-xl\:t\+114\% {
    top: 114%;
  }
  .laptop-xl\:b-114vw {
    bottom: -114vw;
  }
  .laptop-xl\:b\+114vw {
    bottom: 114vw;
  }
  .laptop-xl\:b-114\% {
    bottom: -114%;
  }
  .laptop-xl\:b\+114\% {
    bottom: 114%;
  }
  .laptop-xl\:l-114vw {
    left: -114vw;
  }
  .laptop-xl\:l\+114vw {
    left: 114vw;
  }
  .laptop-xl\:l-114\% {
    left: -114%;
  }
  .laptop-xl\:l\+114\% {
    left: 114%;
  }
  .laptop-xl\:r-114vw {
    right: -114vw;
  }
  .laptop-xl\:r\+114vw {
    right: 114vw;
  }
  .laptop-xl\:r-114\% {
    right: -114%;
  }
  .laptop-xl\:r\+114\% {
    right: 114%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-115vw {
    top: -115vw;
  }
  .laptop-xl\:t\+115vw {
    top: 115vw;
  }
  .laptop-xl\:t-115\% {
    top: -115%;
  }
  .laptop-xl\:t\+115\% {
    top: 115%;
  }
  .laptop-xl\:b-115vw {
    bottom: -115vw;
  }
  .laptop-xl\:b\+115vw {
    bottom: 115vw;
  }
  .laptop-xl\:b-115\% {
    bottom: -115%;
  }
  .laptop-xl\:b\+115\% {
    bottom: 115%;
  }
  .laptop-xl\:l-115vw {
    left: -115vw;
  }
  .laptop-xl\:l\+115vw {
    left: 115vw;
  }
  .laptop-xl\:l-115\% {
    left: -115%;
  }
  .laptop-xl\:l\+115\% {
    left: 115%;
  }
  .laptop-xl\:r-115vw {
    right: -115vw;
  }
  .laptop-xl\:r\+115vw {
    right: 115vw;
  }
  .laptop-xl\:r-115\% {
    right: -115%;
  }
  .laptop-xl\:r\+115\% {
    right: 115%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-116vw {
    top: -116vw;
  }
  .laptop-xl\:t\+116vw {
    top: 116vw;
  }
  .laptop-xl\:t-116\% {
    top: -116%;
  }
  .laptop-xl\:t\+116\% {
    top: 116%;
  }
  .laptop-xl\:b-116vw {
    bottom: -116vw;
  }
  .laptop-xl\:b\+116vw {
    bottom: 116vw;
  }
  .laptop-xl\:b-116\% {
    bottom: -116%;
  }
  .laptop-xl\:b\+116\% {
    bottom: 116%;
  }
  .laptop-xl\:l-116vw {
    left: -116vw;
  }
  .laptop-xl\:l\+116vw {
    left: 116vw;
  }
  .laptop-xl\:l-116\% {
    left: -116%;
  }
  .laptop-xl\:l\+116\% {
    left: 116%;
  }
  .laptop-xl\:r-116vw {
    right: -116vw;
  }
  .laptop-xl\:r\+116vw {
    right: 116vw;
  }
  .laptop-xl\:r-116\% {
    right: -116%;
  }
  .laptop-xl\:r\+116\% {
    right: 116%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-117vw {
    top: -117vw;
  }
  .laptop-xl\:t\+117vw {
    top: 117vw;
  }
  .laptop-xl\:t-117\% {
    top: -117%;
  }
  .laptop-xl\:t\+117\% {
    top: 117%;
  }
  .laptop-xl\:b-117vw {
    bottom: -117vw;
  }
  .laptop-xl\:b\+117vw {
    bottom: 117vw;
  }
  .laptop-xl\:b-117\% {
    bottom: -117%;
  }
  .laptop-xl\:b\+117\% {
    bottom: 117%;
  }
  .laptop-xl\:l-117vw {
    left: -117vw;
  }
  .laptop-xl\:l\+117vw {
    left: 117vw;
  }
  .laptop-xl\:l-117\% {
    left: -117%;
  }
  .laptop-xl\:l\+117\% {
    left: 117%;
  }
  .laptop-xl\:r-117vw {
    right: -117vw;
  }
  .laptop-xl\:r\+117vw {
    right: 117vw;
  }
  .laptop-xl\:r-117\% {
    right: -117%;
  }
  .laptop-xl\:r\+117\% {
    right: 117%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-118vw {
    top: -118vw;
  }
  .laptop-xl\:t\+118vw {
    top: 118vw;
  }
  .laptop-xl\:t-118\% {
    top: -118%;
  }
  .laptop-xl\:t\+118\% {
    top: 118%;
  }
  .laptop-xl\:b-118vw {
    bottom: -118vw;
  }
  .laptop-xl\:b\+118vw {
    bottom: 118vw;
  }
  .laptop-xl\:b-118\% {
    bottom: -118%;
  }
  .laptop-xl\:b\+118\% {
    bottom: 118%;
  }
  .laptop-xl\:l-118vw {
    left: -118vw;
  }
  .laptop-xl\:l\+118vw {
    left: 118vw;
  }
  .laptop-xl\:l-118\% {
    left: -118%;
  }
  .laptop-xl\:l\+118\% {
    left: 118%;
  }
  .laptop-xl\:r-118vw {
    right: -118vw;
  }
  .laptop-xl\:r\+118vw {
    right: 118vw;
  }
  .laptop-xl\:r-118\% {
    right: -118%;
  }
  .laptop-xl\:r\+118\% {
    right: 118%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-119vw {
    top: -119vw;
  }
  .laptop-xl\:t\+119vw {
    top: 119vw;
  }
  .laptop-xl\:t-119\% {
    top: -119%;
  }
  .laptop-xl\:t\+119\% {
    top: 119%;
  }
  .laptop-xl\:b-119vw {
    bottom: -119vw;
  }
  .laptop-xl\:b\+119vw {
    bottom: 119vw;
  }
  .laptop-xl\:b-119\% {
    bottom: -119%;
  }
  .laptop-xl\:b\+119\% {
    bottom: 119%;
  }
  .laptop-xl\:l-119vw {
    left: -119vw;
  }
  .laptop-xl\:l\+119vw {
    left: 119vw;
  }
  .laptop-xl\:l-119\% {
    left: -119%;
  }
  .laptop-xl\:l\+119\% {
    left: 119%;
  }
  .laptop-xl\:r-119vw {
    right: -119vw;
  }
  .laptop-xl\:r\+119vw {
    right: 119vw;
  }
  .laptop-xl\:r-119\% {
    right: -119%;
  }
  .laptop-xl\:r\+119\% {
    right: 119%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-120vw {
    top: -120vw;
  }
  .laptop-xl\:t\+120vw {
    top: 120vw;
  }
  .laptop-xl\:t-120\% {
    top: -120%;
  }
  .laptop-xl\:t\+120\% {
    top: 120%;
  }
  .laptop-xl\:b-120vw {
    bottom: -120vw;
  }
  .laptop-xl\:b\+120vw {
    bottom: 120vw;
  }
  .laptop-xl\:b-120\% {
    bottom: -120%;
  }
  .laptop-xl\:b\+120\% {
    bottom: 120%;
  }
  .laptop-xl\:l-120vw {
    left: -120vw;
  }
  .laptop-xl\:l\+120vw {
    left: 120vw;
  }
  .laptop-xl\:l-120\% {
    left: -120%;
  }
  .laptop-xl\:l\+120\% {
    left: 120%;
  }
  .laptop-xl\:r-120vw {
    right: -120vw;
  }
  .laptop-xl\:r\+120vw {
    right: 120vw;
  }
  .laptop-xl\:r-120\% {
    right: -120%;
  }
  .laptop-xl\:r\+120\% {
    right: 120%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-121vw {
    top: -121vw;
  }
  .laptop-xl\:t\+121vw {
    top: 121vw;
  }
  .laptop-xl\:t-121\% {
    top: -121%;
  }
  .laptop-xl\:t\+121\% {
    top: 121%;
  }
  .laptop-xl\:b-121vw {
    bottom: -121vw;
  }
  .laptop-xl\:b\+121vw {
    bottom: 121vw;
  }
  .laptop-xl\:b-121\% {
    bottom: -121%;
  }
  .laptop-xl\:b\+121\% {
    bottom: 121%;
  }
  .laptop-xl\:l-121vw {
    left: -121vw;
  }
  .laptop-xl\:l\+121vw {
    left: 121vw;
  }
  .laptop-xl\:l-121\% {
    left: -121%;
  }
  .laptop-xl\:l\+121\% {
    left: 121%;
  }
  .laptop-xl\:r-121vw {
    right: -121vw;
  }
  .laptop-xl\:r\+121vw {
    right: 121vw;
  }
  .laptop-xl\:r-121\% {
    right: -121%;
  }
  .laptop-xl\:r\+121\% {
    right: 121%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-122vw {
    top: -122vw;
  }
  .laptop-xl\:t\+122vw {
    top: 122vw;
  }
  .laptop-xl\:t-122\% {
    top: -122%;
  }
  .laptop-xl\:t\+122\% {
    top: 122%;
  }
  .laptop-xl\:b-122vw {
    bottom: -122vw;
  }
  .laptop-xl\:b\+122vw {
    bottom: 122vw;
  }
  .laptop-xl\:b-122\% {
    bottom: -122%;
  }
  .laptop-xl\:b\+122\% {
    bottom: 122%;
  }
  .laptop-xl\:l-122vw {
    left: -122vw;
  }
  .laptop-xl\:l\+122vw {
    left: 122vw;
  }
  .laptop-xl\:l-122\% {
    left: -122%;
  }
  .laptop-xl\:l\+122\% {
    left: 122%;
  }
  .laptop-xl\:r-122vw {
    right: -122vw;
  }
  .laptop-xl\:r\+122vw {
    right: 122vw;
  }
  .laptop-xl\:r-122\% {
    right: -122%;
  }
  .laptop-xl\:r\+122\% {
    right: 122%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-123vw {
    top: -123vw;
  }
  .laptop-xl\:t\+123vw {
    top: 123vw;
  }
  .laptop-xl\:t-123\% {
    top: -123%;
  }
  .laptop-xl\:t\+123\% {
    top: 123%;
  }
  .laptop-xl\:b-123vw {
    bottom: -123vw;
  }
  .laptop-xl\:b\+123vw {
    bottom: 123vw;
  }
  .laptop-xl\:b-123\% {
    bottom: -123%;
  }
  .laptop-xl\:b\+123\% {
    bottom: 123%;
  }
  .laptop-xl\:l-123vw {
    left: -123vw;
  }
  .laptop-xl\:l\+123vw {
    left: 123vw;
  }
  .laptop-xl\:l-123\% {
    left: -123%;
  }
  .laptop-xl\:l\+123\% {
    left: 123%;
  }
  .laptop-xl\:r-123vw {
    right: -123vw;
  }
  .laptop-xl\:r\+123vw {
    right: 123vw;
  }
  .laptop-xl\:r-123\% {
    right: -123%;
  }
  .laptop-xl\:r\+123\% {
    right: 123%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-124vw {
    top: -124vw;
  }
  .laptop-xl\:t\+124vw {
    top: 124vw;
  }
  .laptop-xl\:t-124\% {
    top: -124%;
  }
  .laptop-xl\:t\+124\% {
    top: 124%;
  }
  .laptop-xl\:b-124vw {
    bottom: -124vw;
  }
  .laptop-xl\:b\+124vw {
    bottom: 124vw;
  }
  .laptop-xl\:b-124\% {
    bottom: -124%;
  }
  .laptop-xl\:b\+124\% {
    bottom: 124%;
  }
  .laptop-xl\:l-124vw {
    left: -124vw;
  }
  .laptop-xl\:l\+124vw {
    left: 124vw;
  }
  .laptop-xl\:l-124\% {
    left: -124%;
  }
  .laptop-xl\:l\+124\% {
    left: 124%;
  }
  .laptop-xl\:r-124vw {
    right: -124vw;
  }
  .laptop-xl\:r\+124vw {
    right: 124vw;
  }
  .laptop-xl\:r-124\% {
    right: -124%;
  }
  .laptop-xl\:r\+124\% {
    right: 124%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-125vw {
    top: -125vw;
  }
  .laptop-xl\:t\+125vw {
    top: 125vw;
  }
  .laptop-xl\:t-125\% {
    top: -125%;
  }
  .laptop-xl\:t\+125\% {
    top: 125%;
  }
  .laptop-xl\:b-125vw {
    bottom: -125vw;
  }
  .laptop-xl\:b\+125vw {
    bottom: 125vw;
  }
  .laptop-xl\:b-125\% {
    bottom: -125%;
  }
  .laptop-xl\:b\+125\% {
    bottom: 125%;
  }
  .laptop-xl\:l-125vw {
    left: -125vw;
  }
  .laptop-xl\:l\+125vw {
    left: 125vw;
  }
  .laptop-xl\:l-125\% {
    left: -125%;
  }
  .laptop-xl\:l\+125\% {
    left: 125%;
  }
  .laptop-xl\:r-125vw {
    right: -125vw;
  }
  .laptop-xl\:r\+125vw {
    right: 125vw;
  }
  .laptop-xl\:r-125\% {
    right: -125%;
  }
  .laptop-xl\:r\+125\% {
    right: 125%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-126vw {
    top: -126vw;
  }
  .laptop-xl\:t\+126vw {
    top: 126vw;
  }
  .laptop-xl\:t-126\% {
    top: -126%;
  }
  .laptop-xl\:t\+126\% {
    top: 126%;
  }
  .laptop-xl\:b-126vw {
    bottom: -126vw;
  }
  .laptop-xl\:b\+126vw {
    bottom: 126vw;
  }
  .laptop-xl\:b-126\% {
    bottom: -126%;
  }
  .laptop-xl\:b\+126\% {
    bottom: 126%;
  }
  .laptop-xl\:l-126vw {
    left: -126vw;
  }
  .laptop-xl\:l\+126vw {
    left: 126vw;
  }
  .laptop-xl\:l-126\% {
    left: -126%;
  }
  .laptop-xl\:l\+126\% {
    left: 126%;
  }
  .laptop-xl\:r-126vw {
    right: -126vw;
  }
  .laptop-xl\:r\+126vw {
    right: 126vw;
  }
  .laptop-xl\:r-126\% {
    right: -126%;
  }
  .laptop-xl\:r\+126\% {
    right: 126%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-127vw {
    top: -127vw;
  }
  .laptop-xl\:t\+127vw {
    top: 127vw;
  }
  .laptop-xl\:t-127\% {
    top: -127%;
  }
  .laptop-xl\:t\+127\% {
    top: 127%;
  }
  .laptop-xl\:b-127vw {
    bottom: -127vw;
  }
  .laptop-xl\:b\+127vw {
    bottom: 127vw;
  }
  .laptop-xl\:b-127\% {
    bottom: -127%;
  }
  .laptop-xl\:b\+127\% {
    bottom: 127%;
  }
  .laptop-xl\:l-127vw {
    left: -127vw;
  }
  .laptop-xl\:l\+127vw {
    left: 127vw;
  }
  .laptop-xl\:l-127\% {
    left: -127%;
  }
  .laptop-xl\:l\+127\% {
    left: 127%;
  }
  .laptop-xl\:r-127vw {
    right: -127vw;
  }
  .laptop-xl\:r\+127vw {
    right: 127vw;
  }
  .laptop-xl\:r-127\% {
    right: -127%;
  }
  .laptop-xl\:r\+127\% {
    right: 127%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-128vw {
    top: -128vw;
  }
  .laptop-xl\:t\+128vw {
    top: 128vw;
  }
  .laptop-xl\:t-128\% {
    top: -128%;
  }
  .laptop-xl\:t\+128\% {
    top: 128%;
  }
  .laptop-xl\:b-128vw {
    bottom: -128vw;
  }
  .laptop-xl\:b\+128vw {
    bottom: 128vw;
  }
  .laptop-xl\:b-128\% {
    bottom: -128%;
  }
  .laptop-xl\:b\+128\% {
    bottom: 128%;
  }
  .laptop-xl\:l-128vw {
    left: -128vw;
  }
  .laptop-xl\:l\+128vw {
    left: 128vw;
  }
  .laptop-xl\:l-128\% {
    left: -128%;
  }
  .laptop-xl\:l\+128\% {
    left: 128%;
  }
  .laptop-xl\:r-128vw {
    right: -128vw;
  }
  .laptop-xl\:r\+128vw {
    right: 128vw;
  }
  .laptop-xl\:r-128\% {
    right: -128%;
  }
  .laptop-xl\:r\+128\% {
    right: 128%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-129vw {
    top: -129vw;
  }
  .laptop-xl\:t\+129vw {
    top: 129vw;
  }
  .laptop-xl\:t-129\% {
    top: -129%;
  }
  .laptop-xl\:t\+129\% {
    top: 129%;
  }
  .laptop-xl\:b-129vw {
    bottom: -129vw;
  }
  .laptop-xl\:b\+129vw {
    bottom: 129vw;
  }
  .laptop-xl\:b-129\% {
    bottom: -129%;
  }
  .laptop-xl\:b\+129\% {
    bottom: 129%;
  }
  .laptop-xl\:l-129vw {
    left: -129vw;
  }
  .laptop-xl\:l\+129vw {
    left: 129vw;
  }
  .laptop-xl\:l-129\% {
    left: -129%;
  }
  .laptop-xl\:l\+129\% {
    left: 129%;
  }
  .laptop-xl\:r-129vw {
    right: -129vw;
  }
  .laptop-xl\:r\+129vw {
    right: 129vw;
  }
  .laptop-xl\:r-129\% {
    right: -129%;
  }
  .laptop-xl\:r\+129\% {
    right: 129%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-130vw {
    top: -130vw;
  }
  .laptop-xl\:t\+130vw {
    top: 130vw;
  }
  .laptop-xl\:t-130\% {
    top: -130%;
  }
  .laptop-xl\:t\+130\% {
    top: 130%;
  }
  .laptop-xl\:b-130vw {
    bottom: -130vw;
  }
  .laptop-xl\:b\+130vw {
    bottom: 130vw;
  }
  .laptop-xl\:b-130\% {
    bottom: -130%;
  }
  .laptop-xl\:b\+130\% {
    bottom: 130%;
  }
  .laptop-xl\:l-130vw {
    left: -130vw;
  }
  .laptop-xl\:l\+130vw {
    left: 130vw;
  }
  .laptop-xl\:l-130\% {
    left: -130%;
  }
  .laptop-xl\:l\+130\% {
    left: 130%;
  }
  .laptop-xl\:r-130vw {
    right: -130vw;
  }
  .laptop-xl\:r\+130vw {
    right: 130vw;
  }
  .laptop-xl\:r-130\% {
    right: -130%;
  }
  .laptop-xl\:r\+130\% {
    right: 130%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-131vw {
    top: -131vw;
  }
  .laptop-xl\:t\+131vw {
    top: 131vw;
  }
  .laptop-xl\:t-131\% {
    top: -131%;
  }
  .laptop-xl\:t\+131\% {
    top: 131%;
  }
  .laptop-xl\:b-131vw {
    bottom: -131vw;
  }
  .laptop-xl\:b\+131vw {
    bottom: 131vw;
  }
  .laptop-xl\:b-131\% {
    bottom: -131%;
  }
  .laptop-xl\:b\+131\% {
    bottom: 131%;
  }
  .laptop-xl\:l-131vw {
    left: -131vw;
  }
  .laptop-xl\:l\+131vw {
    left: 131vw;
  }
  .laptop-xl\:l-131\% {
    left: -131%;
  }
  .laptop-xl\:l\+131\% {
    left: 131%;
  }
  .laptop-xl\:r-131vw {
    right: -131vw;
  }
  .laptop-xl\:r\+131vw {
    right: 131vw;
  }
  .laptop-xl\:r-131\% {
    right: -131%;
  }
  .laptop-xl\:r\+131\% {
    right: 131%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-132vw {
    top: -132vw;
  }
  .laptop-xl\:t\+132vw {
    top: 132vw;
  }
  .laptop-xl\:t-132\% {
    top: -132%;
  }
  .laptop-xl\:t\+132\% {
    top: 132%;
  }
  .laptop-xl\:b-132vw {
    bottom: -132vw;
  }
  .laptop-xl\:b\+132vw {
    bottom: 132vw;
  }
  .laptop-xl\:b-132\% {
    bottom: -132%;
  }
  .laptop-xl\:b\+132\% {
    bottom: 132%;
  }
  .laptop-xl\:l-132vw {
    left: -132vw;
  }
  .laptop-xl\:l\+132vw {
    left: 132vw;
  }
  .laptop-xl\:l-132\% {
    left: -132%;
  }
  .laptop-xl\:l\+132\% {
    left: 132%;
  }
  .laptop-xl\:r-132vw {
    right: -132vw;
  }
  .laptop-xl\:r\+132vw {
    right: 132vw;
  }
  .laptop-xl\:r-132\% {
    right: -132%;
  }
  .laptop-xl\:r\+132\% {
    right: 132%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-133vw {
    top: -133vw;
  }
  .laptop-xl\:t\+133vw {
    top: 133vw;
  }
  .laptop-xl\:t-133\% {
    top: -133%;
  }
  .laptop-xl\:t\+133\% {
    top: 133%;
  }
  .laptop-xl\:b-133vw {
    bottom: -133vw;
  }
  .laptop-xl\:b\+133vw {
    bottom: 133vw;
  }
  .laptop-xl\:b-133\% {
    bottom: -133%;
  }
  .laptop-xl\:b\+133\% {
    bottom: 133%;
  }
  .laptop-xl\:l-133vw {
    left: -133vw;
  }
  .laptop-xl\:l\+133vw {
    left: 133vw;
  }
  .laptop-xl\:l-133\% {
    left: -133%;
  }
  .laptop-xl\:l\+133\% {
    left: 133%;
  }
  .laptop-xl\:r-133vw {
    right: -133vw;
  }
  .laptop-xl\:r\+133vw {
    right: 133vw;
  }
  .laptop-xl\:r-133\% {
    right: -133%;
  }
  .laptop-xl\:r\+133\% {
    right: 133%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-134vw {
    top: -134vw;
  }
  .laptop-xl\:t\+134vw {
    top: 134vw;
  }
  .laptop-xl\:t-134\% {
    top: -134%;
  }
  .laptop-xl\:t\+134\% {
    top: 134%;
  }
  .laptop-xl\:b-134vw {
    bottom: -134vw;
  }
  .laptop-xl\:b\+134vw {
    bottom: 134vw;
  }
  .laptop-xl\:b-134\% {
    bottom: -134%;
  }
  .laptop-xl\:b\+134\% {
    bottom: 134%;
  }
  .laptop-xl\:l-134vw {
    left: -134vw;
  }
  .laptop-xl\:l\+134vw {
    left: 134vw;
  }
  .laptop-xl\:l-134\% {
    left: -134%;
  }
  .laptop-xl\:l\+134\% {
    left: 134%;
  }
  .laptop-xl\:r-134vw {
    right: -134vw;
  }
  .laptop-xl\:r\+134vw {
    right: 134vw;
  }
  .laptop-xl\:r-134\% {
    right: -134%;
  }
  .laptop-xl\:r\+134\% {
    right: 134%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-135vw {
    top: -135vw;
  }
  .laptop-xl\:t\+135vw {
    top: 135vw;
  }
  .laptop-xl\:t-135\% {
    top: -135%;
  }
  .laptop-xl\:t\+135\% {
    top: 135%;
  }
  .laptop-xl\:b-135vw {
    bottom: -135vw;
  }
  .laptop-xl\:b\+135vw {
    bottom: 135vw;
  }
  .laptop-xl\:b-135\% {
    bottom: -135%;
  }
  .laptop-xl\:b\+135\% {
    bottom: 135%;
  }
  .laptop-xl\:l-135vw {
    left: -135vw;
  }
  .laptop-xl\:l\+135vw {
    left: 135vw;
  }
  .laptop-xl\:l-135\% {
    left: -135%;
  }
  .laptop-xl\:l\+135\% {
    left: 135%;
  }
  .laptop-xl\:r-135vw {
    right: -135vw;
  }
  .laptop-xl\:r\+135vw {
    right: 135vw;
  }
  .laptop-xl\:r-135\% {
    right: -135%;
  }
  .laptop-xl\:r\+135\% {
    right: 135%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-136vw {
    top: -136vw;
  }
  .laptop-xl\:t\+136vw {
    top: 136vw;
  }
  .laptop-xl\:t-136\% {
    top: -136%;
  }
  .laptop-xl\:t\+136\% {
    top: 136%;
  }
  .laptop-xl\:b-136vw {
    bottom: -136vw;
  }
  .laptop-xl\:b\+136vw {
    bottom: 136vw;
  }
  .laptop-xl\:b-136\% {
    bottom: -136%;
  }
  .laptop-xl\:b\+136\% {
    bottom: 136%;
  }
  .laptop-xl\:l-136vw {
    left: -136vw;
  }
  .laptop-xl\:l\+136vw {
    left: 136vw;
  }
  .laptop-xl\:l-136\% {
    left: -136%;
  }
  .laptop-xl\:l\+136\% {
    left: 136%;
  }
  .laptop-xl\:r-136vw {
    right: -136vw;
  }
  .laptop-xl\:r\+136vw {
    right: 136vw;
  }
  .laptop-xl\:r-136\% {
    right: -136%;
  }
  .laptop-xl\:r\+136\% {
    right: 136%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-137vw {
    top: -137vw;
  }
  .laptop-xl\:t\+137vw {
    top: 137vw;
  }
  .laptop-xl\:t-137\% {
    top: -137%;
  }
  .laptop-xl\:t\+137\% {
    top: 137%;
  }
  .laptop-xl\:b-137vw {
    bottom: -137vw;
  }
  .laptop-xl\:b\+137vw {
    bottom: 137vw;
  }
  .laptop-xl\:b-137\% {
    bottom: -137%;
  }
  .laptop-xl\:b\+137\% {
    bottom: 137%;
  }
  .laptop-xl\:l-137vw {
    left: -137vw;
  }
  .laptop-xl\:l\+137vw {
    left: 137vw;
  }
  .laptop-xl\:l-137\% {
    left: -137%;
  }
  .laptop-xl\:l\+137\% {
    left: 137%;
  }
  .laptop-xl\:r-137vw {
    right: -137vw;
  }
  .laptop-xl\:r\+137vw {
    right: 137vw;
  }
  .laptop-xl\:r-137\% {
    right: -137%;
  }
  .laptop-xl\:r\+137\% {
    right: 137%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-138vw {
    top: -138vw;
  }
  .laptop-xl\:t\+138vw {
    top: 138vw;
  }
  .laptop-xl\:t-138\% {
    top: -138%;
  }
  .laptop-xl\:t\+138\% {
    top: 138%;
  }
  .laptop-xl\:b-138vw {
    bottom: -138vw;
  }
  .laptop-xl\:b\+138vw {
    bottom: 138vw;
  }
  .laptop-xl\:b-138\% {
    bottom: -138%;
  }
  .laptop-xl\:b\+138\% {
    bottom: 138%;
  }
  .laptop-xl\:l-138vw {
    left: -138vw;
  }
  .laptop-xl\:l\+138vw {
    left: 138vw;
  }
  .laptop-xl\:l-138\% {
    left: -138%;
  }
  .laptop-xl\:l\+138\% {
    left: 138%;
  }
  .laptop-xl\:r-138vw {
    right: -138vw;
  }
  .laptop-xl\:r\+138vw {
    right: 138vw;
  }
  .laptop-xl\:r-138\% {
    right: -138%;
  }
  .laptop-xl\:r\+138\% {
    right: 138%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-139vw {
    top: -139vw;
  }
  .laptop-xl\:t\+139vw {
    top: 139vw;
  }
  .laptop-xl\:t-139\% {
    top: -139%;
  }
  .laptop-xl\:t\+139\% {
    top: 139%;
  }
  .laptop-xl\:b-139vw {
    bottom: -139vw;
  }
  .laptop-xl\:b\+139vw {
    bottom: 139vw;
  }
  .laptop-xl\:b-139\% {
    bottom: -139%;
  }
  .laptop-xl\:b\+139\% {
    bottom: 139%;
  }
  .laptop-xl\:l-139vw {
    left: -139vw;
  }
  .laptop-xl\:l\+139vw {
    left: 139vw;
  }
  .laptop-xl\:l-139\% {
    left: -139%;
  }
  .laptop-xl\:l\+139\% {
    left: 139%;
  }
  .laptop-xl\:r-139vw {
    right: -139vw;
  }
  .laptop-xl\:r\+139vw {
    right: 139vw;
  }
  .laptop-xl\:r-139\% {
    right: -139%;
  }
  .laptop-xl\:r\+139\% {
    right: 139%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-140vw {
    top: -140vw;
  }
  .laptop-xl\:t\+140vw {
    top: 140vw;
  }
  .laptop-xl\:t-140\% {
    top: -140%;
  }
  .laptop-xl\:t\+140\% {
    top: 140%;
  }
  .laptop-xl\:b-140vw {
    bottom: -140vw;
  }
  .laptop-xl\:b\+140vw {
    bottom: 140vw;
  }
  .laptop-xl\:b-140\% {
    bottom: -140%;
  }
  .laptop-xl\:b\+140\% {
    bottom: 140%;
  }
  .laptop-xl\:l-140vw {
    left: -140vw;
  }
  .laptop-xl\:l\+140vw {
    left: 140vw;
  }
  .laptop-xl\:l-140\% {
    left: -140%;
  }
  .laptop-xl\:l\+140\% {
    left: 140%;
  }
  .laptop-xl\:r-140vw {
    right: -140vw;
  }
  .laptop-xl\:r\+140vw {
    right: 140vw;
  }
  .laptop-xl\:r-140\% {
    right: -140%;
  }
  .laptop-xl\:r\+140\% {
    right: 140%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-141vw {
    top: -141vw;
  }
  .laptop-xl\:t\+141vw {
    top: 141vw;
  }
  .laptop-xl\:t-141\% {
    top: -141%;
  }
  .laptop-xl\:t\+141\% {
    top: 141%;
  }
  .laptop-xl\:b-141vw {
    bottom: -141vw;
  }
  .laptop-xl\:b\+141vw {
    bottom: 141vw;
  }
  .laptop-xl\:b-141\% {
    bottom: -141%;
  }
  .laptop-xl\:b\+141\% {
    bottom: 141%;
  }
  .laptop-xl\:l-141vw {
    left: -141vw;
  }
  .laptop-xl\:l\+141vw {
    left: 141vw;
  }
  .laptop-xl\:l-141\% {
    left: -141%;
  }
  .laptop-xl\:l\+141\% {
    left: 141%;
  }
  .laptop-xl\:r-141vw {
    right: -141vw;
  }
  .laptop-xl\:r\+141vw {
    right: 141vw;
  }
  .laptop-xl\:r-141\% {
    right: -141%;
  }
  .laptop-xl\:r\+141\% {
    right: 141%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-142vw {
    top: -142vw;
  }
  .laptop-xl\:t\+142vw {
    top: 142vw;
  }
  .laptop-xl\:t-142\% {
    top: -142%;
  }
  .laptop-xl\:t\+142\% {
    top: 142%;
  }
  .laptop-xl\:b-142vw {
    bottom: -142vw;
  }
  .laptop-xl\:b\+142vw {
    bottom: 142vw;
  }
  .laptop-xl\:b-142\% {
    bottom: -142%;
  }
  .laptop-xl\:b\+142\% {
    bottom: 142%;
  }
  .laptop-xl\:l-142vw {
    left: -142vw;
  }
  .laptop-xl\:l\+142vw {
    left: 142vw;
  }
  .laptop-xl\:l-142\% {
    left: -142%;
  }
  .laptop-xl\:l\+142\% {
    left: 142%;
  }
  .laptop-xl\:r-142vw {
    right: -142vw;
  }
  .laptop-xl\:r\+142vw {
    right: 142vw;
  }
  .laptop-xl\:r-142\% {
    right: -142%;
  }
  .laptop-xl\:r\+142\% {
    right: 142%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-143vw {
    top: -143vw;
  }
  .laptop-xl\:t\+143vw {
    top: 143vw;
  }
  .laptop-xl\:t-143\% {
    top: -143%;
  }
  .laptop-xl\:t\+143\% {
    top: 143%;
  }
  .laptop-xl\:b-143vw {
    bottom: -143vw;
  }
  .laptop-xl\:b\+143vw {
    bottom: 143vw;
  }
  .laptop-xl\:b-143\% {
    bottom: -143%;
  }
  .laptop-xl\:b\+143\% {
    bottom: 143%;
  }
  .laptop-xl\:l-143vw {
    left: -143vw;
  }
  .laptop-xl\:l\+143vw {
    left: 143vw;
  }
  .laptop-xl\:l-143\% {
    left: -143%;
  }
  .laptop-xl\:l\+143\% {
    left: 143%;
  }
  .laptop-xl\:r-143vw {
    right: -143vw;
  }
  .laptop-xl\:r\+143vw {
    right: 143vw;
  }
  .laptop-xl\:r-143\% {
    right: -143%;
  }
  .laptop-xl\:r\+143\% {
    right: 143%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-144vw {
    top: -144vw;
  }
  .laptop-xl\:t\+144vw {
    top: 144vw;
  }
  .laptop-xl\:t-144\% {
    top: -144%;
  }
  .laptop-xl\:t\+144\% {
    top: 144%;
  }
  .laptop-xl\:b-144vw {
    bottom: -144vw;
  }
  .laptop-xl\:b\+144vw {
    bottom: 144vw;
  }
  .laptop-xl\:b-144\% {
    bottom: -144%;
  }
  .laptop-xl\:b\+144\% {
    bottom: 144%;
  }
  .laptop-xl\:l-144vw {
    left: -144vw;
  }
  .laptop-xl\:l\+144vw {
    left: 144vw;
  }
  .laptop-xl\:l-144\% {
    left: -144%;
  }
  .laptop-xl\:l\+144\% {
    left: 144%;
  }
  .laptop-xl\:r-144vw {
    right: -144vw;
  }
  .laptop-xl\:r\+144vw {
    right: 144vw;
  }
  .laptop-xl\:r-144\% {
    right: -144%;
  }
  .laptop-xl\:r\+144\% {
    right: 144%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-145vw {
    top: -145vw;
  }
  .laptop-xl\:t\+145vw {
    top: 145vw;
  }
  .laptop-xl\:t-145\% {
    top: -145%;
  }
  .laptop-xl\:t\+145\% {
    top: 145%;
  }
  .laptop-xl\:b-145vw {
    bottom: -145vw;
  }
  .laptop-xl\:b\+145vw {
    bottom: 145vw;
  }
  .laptop-xl\:b-145\% {
    bottom: -145%;
  }
  .laptop-xl\:b\+145\% {
    bottom: 145%;
  }
  .laptop-xl\:l-145vw {
    left: -145vw;
  }
  .laptop-xl\:l\+145vw {
    left: 145vw;
  }
  .laptop-xl\:l-145\% {
    left: -145%;
  }
  .laptop-xl\:l\+145\% {
    left: 145%;
  }
  .laptop-xl\:r-145vw {
    right: -145vw;
  }
  .laptop-xl\:r\+145vw {
    right: 145vw;
  }
  .laptop-xl\:r-145\% {
    right: -145%;
  }
  .laptop-xl\:r\+145\% {
    right: 145%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-146vw {
    top: -146vw;
  }
  .laptop-xl\:t\+146vw {
    top: 146vw;
  }
  .laptop-xl\:t-146\% {
    top: -146%;
  }
  .laptop-xl\:t\+146\% {
    top: 146%;
  }
  .laptop-xl\:b-146vw {
    bottom: -146vw;
  }
  .laptop-xl\:b\+146vw {
    bottom: 146vw;
  }
  .laptop-xl\:b-146\% {
    bottom: -146%;
  }
  .laptop-xl\:b\+146\% {
    bottom: 146%;
  }
  .laptop-xl\:l-146vw {
    left: -146vw;
  }
  .laptop-xl\:l\+146vw {
    left: 146vw;
  }
  .laptop-xl\:l-146\% {
    left: -146%;
  }
  .laptop-xl\:l\+146\% {
    left: 146%;
  }
  .laptop-xl\:r-146vw {
    right: -146vw;
  }
  .laptop-xl\:r\+146vw {
    right: 146vw;
  }
  .laptop-xl\:r-146\% {
    right: -146%;
  }
  .laptop-xl\:r\+146\% {
    right: 146%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-147vw {
    top: -147vw;
  }
  .laptop-xl\:t\+147vw {
    top: 147vw;
  }
  .laptop-xl\:t-147\% {
    top: -147%;
  }
  .laptop-xl\:t\+147\% {
    top: 147%;
  }
  .laptop-xl\:b-147vw {
    bottom: -147vw;
  }
  .laptop-xl\:b\+147vw {
    bottom: 147vw;
  }
  .laptop-xl\:b-147\% {
    bottom: -147%;
  }
  .laptop-xl\:b\+147\% {
    bottom: 147%;
  }
  .laptop-xl\:l-147vw {
    left: -147vw;
  }
  .laptop-xl\:l\+147vw {
    left: 147vw;
  }
  .laptop-xl\:l-147\% {
    left: -147%;
  }
  .laptop-xl\:l\+147\% {
    left: 147%;
  }
  .laptop-xl\:r-147vw {
    right: -147vw;
  }
  .laptop-xl\:r\+147vw {
    right: 147vw;
  }
  .laptop-xl\:r-147\% {
    right: -147%;
  }
  .laptop-xl\:r\+147\% {
    right: 147%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-148vw {
    top: -148vw;
  }
  .laptop-xl\:t\+148vw {
    top: 148vw;
  }
  .laptop-xl\:t-148\% {
    top: -148%;
  }
  .laptop-xl\:t\+148\% {
    top: 148%;
  }
  .laptop-xl\:b-148vw {
    bottom: -148vw;
  }
  .laptop-xl\:b\+148vw {
    bottom: 148vw;
  }
  .laptop-xl\:b-148\% {
    bottom: -148%;
  }
  .laptop-xl\:b\+148\% {
    bottom: 148%;
  }
  .laptop-xl\:l-148vw {
    left: -148vw;
  }
  .laptop-xl\:l\+148vw {
    left: 148vw;
  }
  .laptop-xl\:l-148\% {
    left: -148%;
  }
  .laptop-xl\:l\+148\% {
    left: 148%;
  }
  .laptop-xl\:r-148vw {
    right: -148vw;
  }
  .laptop-xl\:r\+148vw {
    right: 148vw;
  }
  .laptop-xl\:r-148\% {
    right: -148%;
  }
  .laptop-xl\:r\+148\% {
    right: 148%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-149vw {
    top: -149vw;
  }
  .laptop-xl\:t\+149vw {
    top: 149vw;
  }
  .laptop-xl\:t-149\% {
    top: -149%;
  }
  .laptop-xl\:t\+149\% {
    top: 149%;
  }
  .laptop-xl\:b-149vw {
    bottom: -149vw;
  }
  .laptop-xl\:b\+149vw {
    bottom: 149vw;
  }
  .laptop-xl\:b-149\% {
    bottom: -149%;
  }
  .laptop-xl\:b\+149\% {
    bottom: 149%;
  }
  .laptop-xl\:l-149vw {
    left: -149vw;
  }
  .laptop-xl\:l\+149vw {
    left: 149vw;
  }
  .laptop-xl\:l-149\% {
    left: -149%;
  }
  .laptop-xl\:l\+149\% {
    left: 149%;
  }
  .laptop-xl\:r-149vw {
    right: -149vw;
  }
  .laptop-xl\:r\+149vw {
    right: 149vw;
  }
  .laptop-xl\:r-149\% {
    right: -149%;
  }
  .laptop-xl\:r\+149\% {
    right: 149%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-150vw {
    top: -150vw;
  }
  .laptop-xl\:t\+150vw {
    top: 150vw;
  }
  .laptop-xl\:t-150\% {
    top: -150%;
  }
  .laptop-xl\:t\+150\% {
    top: 150%;
  }
  .laptop-xl\:b-150vw {
    bottom: -150vw;
  }
  .laptop-xl\:b\+150vw {
    bottom: 150vw;
  }
  .laptop-xl\:b-150\% {
    bottom: -150%;
  }
  .laptop-xl\:b\+150\% {
    bottom: 150%;
  }
  .laptop-xl\:l-150vw {
    left: -150vw;
  }
  .laptop-xl\:l\+150vw {
    left: 150vw;
  }
  .laptop-xl\:l-150\% {
    left: -150%;
  }
  .laptop-xl\:l\+150\% {
    left: 150%;
  }
  .laptop-xl\:r-150vw {
    right: -150vw;
  }
  .laptop-xl\:r\+150vw {
    right: 150vw;
  }
  .laptop-xl\:r-150\% {
    right: -150%;
  }
  .laptop-xl\:r\+150\% {
    right: 150%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-151vw {
    top: -151vw;
  }
  .laptop-xl\:t\+151vw {
    top: 151vw;
  }
  .laptop-xl\:t-151\% {
    top: -151%;
  }
  .laptop-xl\:t\+151\% {
    top: 151%;
  }
  .laptop-xl\:b-151vw {
    bottom: -151vw;
  }
  .laptop-xl\:b\+151vw {
    bottom: 151vw;
  }
  .laptop-xl\:b-151\% {
    bottom: -151%;
  }
  .laptop-xl\:b\+151\% {
    bottom: 151%;
  }
  .laptop-xl\:l-151vw {
    left: -151vw;
  }
  .laptop-xl\:l\+151vw {
    left: 151vw;
  }
  .laptop-xl\:l-151\% {
    left: -151%;
  }
  .laptop-xl\:l\+151\% {
    left: 151%;
  }
  .laptop-xl\:r-151vw {
    right: -151vw;
  }
  .laptop-xl\:r\+151vw {
    right: 151vw;
  }
  .laptop-xl\:r-151\% {
    right: -151%;
  }
  .laptop-xl\:r\+151\% {
    right: 151%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-152vw {
    top: -152vw;
  }
  .laptop-xl\:t\+152vw {
    top: 152vw;
  }
  .laptop-xl\:t-152\% {
    top: -152%;
  }
  .laptop-xl\:t\+152\% {
    top: 152%;
  }
  .laptop-xl\:b-152vw {
    bottom: -152vw;
  }
  .laptop-xl\:b\+152vw {
    bottom: 152vw;
  }
  .laptop-xl\:b-152\% {
    bottom: -152%;
  }
  .laptop-xl\:b\+152\% {
    bottom: 152%;
  }
  .laptop-xl\:l-152vw {
    left: -152vw;
  }
  .laptop-xl\:l\+152vw {
    left: 152vw;
  }
  .laptop-xl\:l-152\% {
    left: -152%;
  }
  .laptop-xl\:l\+152\% {
    left: 152%;
  }
  .laptop-xl\:r-152vw {
    right: -152vw;
  }
  .laptop-xl\:r\+152vw {
    right: 152vw;
  }
  .laptop-xl\:r-152\% {
    right: -152%;
  }
  .laptop-xl\:r\+152\% {
    right: 152%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-153vw {
    top: -153vw;
  }
  .laptop-xl\:t\+153vw {
    top: 153vw;
  }
  .laptop-xl\:t-153\% {
    top: -153%;
  }
  .laptop-xl\:t\+153\% {
    top: 153%;
  }
  .laptop-xl\:b-153vw {
    bottom: -153vw;
  }
  .laptop-xl\:b\+153vw {
    bottom: 153vw;
  }
  .laptop-xl\:b-153\% {
    bottom: -153%;
  }
  .laptop-xl\:b\+153\% {
    bottom: 153%;
  }
  .laptop-xl\:l-153vw {
    left: -153vw;
  }
  .laptop-xl\:l\+153vw {
    left: 153vw;
  }
  .laptop-xl\:l-153\% {
    left: -153%;
  }
  .laptop-xl\:l\+153\% {
    left: 153%;
  }
  .laptop-xl\:r-153vw {
    right: -153vw;
  }
  .laptop-xl\:r\+153vw {
    right: 153vw;
  }
  .laptop-xl\:r-153\% {
    right: -153%;
  }
  .laptop-xl\:r\+153\% {
    right: 153%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-154vw {
    top: -154vw;
  }
  .laptop-xl\:t\+154vw {
    top: 154vw;
  }
  .laptop-xl\:t-154\% {
    top: -154%;
  }
  .laptop-xl\:t\+154\% {
    top: 154%;
  }
  .laptop-xl\:b-154vw {
    bottom: -154vw;
  }
  .laptop-xl\:b\+154vw {
    bottom: 154vw;
  }
  .laptop-xl\:b-154\% {
    bottom: -154%;
  }
  .laptop-xl\:b\+154\% {
    bottom: 154%;
  }
  .laptop-xl\:l-154vw {
    left: -154vw;
  }
  .laptop-xl\:l\+154vw {
    left: 154vw;
  }
  .laptop-xl\:l-154\% {
    left: -154%;
  }
  .laptop-xl\:l\+154\% {
    left: 154%;
  }
  .laptop-xl\:r-154vw {
    right: -154vw;
  }
  .laptop-xl\:r\+154vw {
    right: 154vw;
  }
  .laptop-xl\:r-154\% {
    right: -154%;
  }
  .laptop-xl\:r\+154\% {
    right: 154%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-155vw {
    top: -155vw;
  }
  .laptop-xl\:t\+155vw {
    top: 155vw;
  }
  .laptop-xl\:t-155\% {
    top: -155%;
  }
  .laptop-xl\:t\+155\% {
    top: 155%;
  }
  .laptop-xl\:b-155vw {
    bottom: -155vw;
  }
  .laptop-xl\:b\+155vw {
    bottom: 155vw;
  }
  .laptop-xl\:b-155\% {
    bottom: -155%;
  }
  .laptop-xl\:b\+155\% {
    bottom: 155%;
  }
  .laptop-xl\:l-155vw {
    left: -155vw;
  }
  .laptop-xl\:l\+155vw {
    left: 155vw;
  }
  .laptop-xl\:l-155\% {
    left: -155%;
  }
  .laptop-xl\:l\+155\% {
    left: 155%;
  }
  .laptop-xl\:r-155vw {
    right: -155vw;
  }
  .laptop-xl\:r\+155vw {
    right: 155vw;
  }
  .laptop-xl\:r-155\% {
    right: -155%;
  }
  .laptop-xl\:r\+155\% {
    right: 155%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-156vw {
    top: -156vw;
  }
  .laptop-xl\:t\+156vw {
    top: 156vw;
  }
  .laptop-xl\:t-156\% {
    top: -156%;
  }
  .laptop-xl\:t\+156\% {
    top: 156%;
  }
  .laptop-xl\:b-156vw {
    bottom: -156vw;
  }
  .laptop-xl\:b\+156vw {
    bottom: 156vw;
  }
  .laptop-xl\:b-156\% {
    bottom: -156%;
  }
  .laptop-xl\:b\+156\% {
    bottom: 156%;
  }
  .laptop-xl\:l-156vw {
    left: -156vw;
  }
  .laptop-xl\:l\+156vw {
    left: 156vw;
  }
  .laptop-xl\:l-156\% {
    left: -156%;
  }
  .laptop-xl\:l\+156\% {
    left: 156%;
  }
  .laptop-xl\:r-156vw {
    right: -156vw;
  }
  .laptop-xl\:r\+156vw {
    right: 156vw;
  }
  .laptop-xl\:r-156\% {
    right: -156%;
  }
  .laptop-xl\:r\+156\% {
    right: 156%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-157vw {
    top: -157vw;
  }
  .laptop-xl\:t\+157vw {
    top: 157vw;
  }
  .laptop-xl\:t-157\% {
    top: -157%;
  }
  .laptop-xl\:t\+157\% {
    top: 157%;
  }
  .laptop-xl\:b-157vw {
    bottom: -157vw;
  }
  .laptop-xl\:b\+157vw {
    bottom: 157vw;
  }
  .laptop-xl\:b-157\% {
    bottom: -157%;
  }
  .laptop-xl\:b\+157\% {
    bottom: 157%;
  }
  .laptop-xl\:l-157vw {
    left: -157vw;
  }
  .laptop-xl\:l\+157vw {
    left: 157vw;
  }
  .laptop-xl\:l-157\% {
    left: -157%;
  }
  .laptop-xl\:l\+157\% {
    left: 157%;
  }
  .laptop-xl\:r-157vw {
    right: -157vw;
  }
  .laptop-xl\:r\+157vw {
    right: 157vw;
  }
  .laptop-xl\:r-157\% {
    right: -157%;
  }
  .laptop-xl\:r\+157\% {
    right: 157%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-158vw {
    top: -158vw;
  }
  .laptop-xl\:t\+158vw {
    top: 158vw;
  }
  .laptop-xl\:t-158\% {
    top: -158%;
  }
  .laptop-xl\:t\+158\% {
    top: 158%;
  }
  .laptop-xl\:b-158vw {
    bottom: -158vw;
  }
  .laptop-xl\:b\+158vw {
    bottom: 158vw;
  }
  .laptop-xl\:b-158\% {
    bottom: -158%;
  }
  .laptop-xl\:b\+158\% {
    bottom: 158%;
  }
  .laptop-xl\:l-158vw {
    left: -158vw;
  }
  .laptop-xl\:l\+158vw {
    left: 158vw;
  }
  .laptop-xl\:l-158\% {
    left: -158%;
  }
  .laptop-xl\:l\+158\% {
    left: 158%;
  }
  .laptop-xl\:r-158vw {
    right: -158vw;
  }
  .laptop-xl\:r\+158vw {
    right: 158vw;
  }
  .laptop-xl\:r-158\% {
    right: -158%;
  }
  .laptop-xl\:r\+158\% {
    right: 158%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-159vw {
    top: -159vw;
  }
  .laptop-xl\:t\+159vw {
    top: 159vw;
  }
  .laptop-xl\:t-159\% {
    top: -159%;
  }
  .laptop-xl\:t\+159\% {
    top: 159%;
  }
  .laptop-xl\:b-159vw {
    bottom: -159vw;
  }
  .laptop-xl\:b\+159vw {
    bottom: 159vw;
  }
  .laptop-xl\:b-159\% {
    bottom: -159%;
  }
  .laptop-xl\:b\+159\% {
    bottom: 159%;
  }
  .laptop-xl\:l-159vw {
    left: -159vw;
  }
  .laptop-xl\:l\+159vw {
    left: 159vw;
  }
  .laptop-xl\:l-159\% {
    left: -159%;
  }
  .laptop-xl\:l\+159\% {
    left: 159%;
  }
  .laptop-xl\:r-159vw {
    right: -159vw;
  }
  .laptop-xl\:r\+159vw {
    right: 159vw;
  }
  .laptop-xl\:r-159\% {
    right: -159%;
  }
  .laptop-xl\:r\+159\% {
    right: 159%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-160vw {
    top: -160vw;
  }
  .laptop-xl\:t\+160vw {
    top: 160vw;
  }
  .laptop-xl\:t-160\% {
    top: -160%;
  }
  .laptop-xl\:t\+160\% {
    top: 160%;
  }
  .laptop-xl\:b-160vw {
    bottom: -160vw;
  }
  .laptop-xl\:b\+160vw {
    bottom: 160vw;
  }
  .laptop-xl\:b-160\% {
    bottom: -160%;
  }
  .laptop-xl\:b\+160\% {
    bottom: 160%;
  }
  .laptop-xl\:l-160vw {
    left: -160vw;
  }
  .laptop-xl\:l\+160vw {
    left: 160vw;
  }
  .laptop-xl\:l-160\% {
    left: -160%;
  }
  .laptop-xl\:l\+160\% {
    left: 160%;
  }
  .laptop-xl\:r-160vw {
    right: -160vw;
  }
  .laptop-xl\:r\+160vw {
    right: 160vw;
  }
  .laptop-xl\:r-160\% {
    right: -160%;
  }
  .laptop-xl\:r\+160\% {
    right: 160%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-161vw {
    top: -161vw;
  }
  .laptop-xl\:t\+161vw {
    top: 161vw;
  }
  .laptop-xl\:t-161\% {
    top: -161%;
  }
  .laptop-xl\:t\+161\% {
    top: 161%;
  }
  .laptop-xl\:b-161vw {
    bottom: -161vw;
  }
  .laptop-xl\:b\+161vw {
    bottom: 161vw;
  }
  .laptop-xl\:b-161\% {
    bottom: -161%;
  }
  .laptop-xl\:b\+161\% {
    bottom: 161%;
  }
  .laptop-xl\:l-161vw {
    left: -161vw;
  }
  .laptop-xl\:l\+161vw {
    left: 161vw;
  }
  .laptop-xl\:l-161\% {
    left: -161%;
  }
  .laptop-xl\:l\+161\% {
    left: 161%;
  }
  .laptop-xl\:r-161vw {
    right: -161vw;
  }
  .laptop-xl\:r\+161vw {
    right: 161vw;
  }
  .laptop-xl\:r-161\% {
    right: -161%;
  }
  .laptop-xl\:r\+161\% {
    right: 161%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-162vw {
    top: -162vw;
  }
  .laptop-xl\:t\+162vw {
    top: 162vw;
  }
  .laptop-xl\:t-162\% {
    top: -162%;
  }
  .laptop-xl\:t\+162\% {
    top: 162%;
  }
  .laptop-xl\:b-162vw {
    bottom: -162vw;
  }
  .laptop-xl\:b\+162vw {
    bottom: 162vw;
  }
  .laptop-xl\:b-162\% {
    bottom: -162%;
  }
  .laptop-xl\:b\+162\% {
    bottom: 162%;
  }
  .laptop-xl\:l-162vw {
    left: -162vw;
  }
  .laptop-xl\:l\+162vw {
    left: 162vw;
  }
  .laptop-xl\:l-162\% {
    left: -162%;
  }
  .laptop-xl\:l\+162\% {
    left: 162%;
  }
  .laptop-xl\:r-162vw {
    right: -162vw;
  }
  .laptop-xl\:r\+162vw {
    right: 162vw;
  }
  .laptop-xl\:r-162\% {
    right: -162%;
  }
  .laptop-xl\:r\+162\% {
    right: 162%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-163vw {
    top: -163vw;
  }
  .laptop-xl\:t\+163vw {
    top: 163vw;
  }
  .laptop-xl\:t-163\% {
    top: -163%;
  }
  .laptop-xl\:t\+163\% {
    top: 163%;
  }
  .laptop-xl\:b-163vw {
    bottom: -163vw;
  }
  .laptop-xl\:b\+163vw {
    bottom: 163vw;
  }
  .laptop-xl\:b-163\% {
    bottom: -163%;
  }
  .laptop-xl\:b\+163\% {
    bottom: 163%;
  }
  .laptop-xl\:l-163vw {
    left: -163vw;
  }
  .laptop-xl\:l\+163vw {
    left: 163vw;
  }
  .laptop-xl\:l-163\% {
    left: -163%;
  }
  .laptop-xl\:l\+163\% {
    left: 163%;
  }
  .laptop-xl\:r-163vw {
    right: -163vw;
  }
  .laptop-xl\:r\+163vw {
    right: 163vw;
  }
  .laptop-xl\:r-163\% {
    right: -163%;
  }
  .laptop-xl\:r\+163\% {
    right: 163%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-164vw {
    top: -164vw;
  }
  .laptop-xl\:t\+164vw {
    top: 164vw;
  }
  .laptop-xl\:t-164\% {
    top: -164%;
  }
  .laptop-xl\:t\+164\% {
    top: 164%;
  }
  .laptop-xl\:b-164vw {
    bottom: -164vw;
  }
  .laptop-xl\:b\+164vw {
    bottom: 164vw;
  }
  .laptop-xl\:b-164\% {
    bottom: -164%;
  }
  .laptop-xl\:b\+164\% {
    bottom: 164%;
  }
  .laptop-xl\:l-164vw {
    left: -164vw;
  }
  .laptop-xl\:l\+164vw {
    left: 164vw;
  }
  .laptop-xl\:l-164\% {
    left: -164%;
  }
  .laptop-xl\:l\+164\% {
    left: 164%;
  }
  .laptop-xl\:r-164vw {
    right: -164vw;
  }
  .laptop-xl\:r\+164vw {
    right: 164vw;
  }
  .laptop-xl\:r-164\% {
    right: -164%;
  }
  .laptop-xl\:r\+164\% {
    right: 164%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-165vw {
    top: -165vw;
  }
  .laptop-xl\:t\+165vw {
    top: 165vw;
  }
  .laptop-xl\:t-165\% {
    top: -165%;
  }
  .laptop-xl\:t\+165\% {
    top: 165%;
  }
  .laptop-xl\:b-165vw {
    bottom: -165vw;
  }
  .laptop-xl\:b\+165vw {
    bottom: 165vw;
  }
  .laptop-xl\:b-165\% {
    bottom: -165%;
  }
  .laptop-xl\:b\+165\% {
    bottom: 165%;
  }
  .laptop-xl\:l-165vw {
    left: -165vw;
  }
  .laptop-xl\:l\+165vw {
    left: 165vw;
  }
  .laptop-xl\:l-165\% {
    left: -165%;
  }
  .laptop-xl\:l\+165\% {
    left: 165%;
  }
  .laptop-xl\:r-165vw {
    right: -165vw;
  }
  .laptop-xl\:r\+165vw {
    right: 165vw;
  }
  .laptop-xl\:r-165\% {
    right: -165%;
  }
  .laptop-xl\:r\+165\% {
    right: 165%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-166vw {
    top: -166vw;
  }
  .laptop-xl\:t\+166vw {
    top: 166vw;
  }
  .laptop-xl\:t-166\% {
    top: -166%;
  }
  .laptop-xl\:t\+166\% {
    top: 166%;
  }
  .laptop-xl\:b-166vw {
    bottom: -166vw;
  }
  .laptop-xl\:b\+166vw {
    bottom: 166vw;
  }
  .laptop-xl\:b-166\% {
    bottom: -166%;
  }
  .laptop-xl\:b\+166\% {
    bottom: 166%;
  }
  .laptop-xl\:l-166vw {
    left: -166vw;
  }
  .laptop-xl\:l\+166vw {
    left: 166vw;
  }
  .laptop-xl\:l-166\% {
    left: -166%;
  }
  .laptop-xl\:l\+166\% {
    left: 166%;
  }
  .laptop-xl\:r-166vw {
    right: -166vw;
  }
  .laptop-xl\:r\+166vw {
    right: 166vw;
  }
  .laptop-xl\:r-166\% {
    right: -166%;
  }
  .laptop-xl\:r\+166\% {
    right: 166%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-167vw {
    top: -167vw;
  }
  .laptop-xl\:t\+167vw {
    top: 167vw;
  }
  .laptop-xl\:t-167\% {
    top: -167%;
  }
  .laptop-xl\:t\+167\% {
    top: 167%;
  }
  .laptop-xl\:b-167vw {
    bottom: -167vw;
  }
  .laptop-xl\:b\+167vw {
    bottom: 167vw;
  }
  .laptop-xl\:b-167\% {
    bottom: -167%;
  }
  .laptop-xl\:b\+167\% {
    bottom: 167%;
  }
  .laptop-xl\:l-167vw {
    left: -167vw;
  }
  .laptop-xl\:l\+167vw {
    left: 167vw;
  }
  .laptop-xl\:l-167\% {
    left: -167%;
  }
  .laptop-xl\:l\+167\% {
    left: 167%;
  }
  .laptop-xl\:r-167vw {
    right: -167vw;
  }
  .laptop-xl\:r\+167vw {
    right: 167vw;
  }
  .laptop-xl\:r-167\% {
    right: -167%;
  }
  .laptop-xl\:r\+167\% {
    right: 167%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-168vw {
    top: -168vw;
  }
  .laptop-xl\:t\+168vw {
    top: 168vw;
  }
  .laptop-xl\:t-168\% {
    top: -168%;
  }
  .laptop-xl\:t\+168\% {
    top: 168%;
  }
  .laptop-xl\:b-168vw {
    bottom: -168vw;
  }
  .laptop-xl\:b\+168vw {
    bottom: 168vw;
  }
  .laptop-xl\:b-168\% {
    bottom: -168%;
  }
  .laptop-xl\:b\+168\% {
    bottom: 168%;
  }
  .laptop-xl\:l-168vw {
    left: -168vw;
  }
  .laptop-xl\:l\+168vw {
    left: 168vw;
  }
  .laptop-xl\:l-168\% {
    left: -168%;
  }
  .laptop-xl\:l\+168\% {
    left: 168%;
  }
  .laptop-xl\:r-168vw {
    right: -168vw;
  }
  .laptop-xl\:r\+168vw {
    right: 168vw;
  }
  .laptop-xl\:r-168\% {
    right: -168%;
  }
  .laptop-xl\:r\+168\% {
    right: 168%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-169vw {
    top: -169vw;
  }
  .laptop-xl\:t\+169vw {
    top: 169vw;
  }
  .laptop-xl\:t-169\% {
    top: -169%;
  }
  .laptop-xl\:t\+169\% {
    top: 169%;
  }
  .laptop-xl\:b-169vw {
    bottom: -169vw;
  }
  .laptop-xl\:b\+169vw {
    bottom: 169vw;
  }
  .laptop-xl\:b-169\% {
    bottom: -169%;
  }
  .laptop-xl\:b\+169\% {
    bottom: 169%;
  }
  .laptop-xl\:l-169vw {
    left: -169vw;
  }
  .laptop-xl\:l\+169vw {
    left: 169vw;
  }
  .laptop-xl\:l-169\% {
    left: -169%;
  }
  .laptop-xl\:l\+169\% {
    left: 169%;
  }
  .laptop-xl\:r-169vw {
    right: -169vw;
  }
  .laptop-xl\:r\+169vw {
    right: 169vw;
  }
  .laptop-xl\:r-169\% {
    right: -169%;
  }
  .laptop-xl\:r\+169\% {
    right: 169%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-170vw {
    top: -170vw;
  }
  .laptop-xl\:t\+170vw {
    top: 170vw;
  }
  .laptop-xl\:t-170\% {
    top: -170%;
  }
  .laptop-xl\:t\+170\% {
    top: 170%;
  }
  .laptop-xl\:b-170vw {
    bottom: -170vw;
  }
  .laptop-xl\:b\+170vw {
    bottom: 170vw;
  }
  .laptop-xl\:b-170\% {
    bottom: -170%;
  }
  .laptop-xl\:b\+170\% {
    bottom: 170%;
  }
  .laptop-xl\:l-170vw {
    left: -170vw;
  }
  .laptop-xl\:l\+170vw {
    left: 170vw;
  }
  .laptop-xl\:l-170\% {
    left: -170%;
  }
  .laptop-xl\:l\+170\% {
    left: 170%;
  }
  .laptop-xl\:r-170vw {
    right: -170vw;
  }
  .laptop-xl\:r\+170vw {
    right: 170vw;
  }
  .laptop-xl\:r-170\% {
    right: -170%;
  }
  .laptop-xl\:r\+170\% {
    right: 170%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-171vw {
    top: -171vw;
  }
  .laptop-xl\:t\+171vw {
    top: 171vw;
  }
  .laptop-xl\:t-171\% {
    top: -171%;
  }
  .laptop-xl\:t\+171\% {
    top: 171%;
  }
  .laptop-xl\:b-171vw {
    bottom: -171vw;
  }
  .laptop-xl\:b\+171vw {
    bottom: 171vw;
  }
  .laptop-xl\:b-171\% {
    bottom: -171%;
  }
  .laptop-xl\:b\+171\% {
    bottom: 171%;
  }
  .laptop-xl\:l-171vw {
    left: -171vw;
  }
  .laptop-xl\:l\+171vw {
    left: 171vw;
  }
  .laptop-xl\:l-171\% {
    left: -171%;
  }
  .laptop-xl\:l\+171\% {
    left: 171%;
  }
  .laptop-xl\:r-171vw {
    right: -171vw;
  }
  .laptop-xl\:r\+171vw {
    right: 171vw;
  }
  .laptop-xl\:r-171\% {
    right: -171%;
  }
  .laptop-xl\:r\+171\% {
    right: 171%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-172vw {
    top: -172vw;
  }
  .laptop-xl\:t\+172vw {
    top: 172vw;
  }
  .laptop-xl\:t-172\% {
    top: -172%;
  }
  .laptop-xl\:t\+172\% {
    top: 172%;
  }
  .laptop-xl\:b-172vw {
    bottom: -172vw;
  }
  .laptop-xl\:b\+172vw {
    bottom: 172vw;
  }
  .laptop-xl\:b-172\% {
    bottom: -172%;
  }
  .laptop-xl\:b\+172\% {
    bottom: 172%;
  }
  .laptop-xl\:l-172vw {
    left: -172vw;
  }
  .laptop-xl\:l\+172vw {
    left: 172vw;
  }
  .laptop-xl\:l-172\% {
    left: -172%;
  }
  .laptop-xl\:l\+172\% {
    left: 172%;
  }
  .laptop-xl\:r-172vw {
    right: -172vw;
  }
  .laptop-xl\:r\+172vw {
    right: 172vw;
  }
  .laptop-xl\:r-172\% {
    right: -172%;
  }
  .laptop-xl\:r\+172\% {
    right: 172%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-173vw {
    top: -173vw;
  }
  .laptop-xl\:t\+173vw {
    top: 173vw;
  }
  .laptop-xl\:t-173\% {
    top: -173%;
  }
  .laptop-xl\:t\+173\% {
    top: 173%;
  }
  .laptop-xl\:b-173vw {
    bottom: -173vw;
  }
  .laptop-xl\:b\+173vw {
    bottom: 173vw;
  }
  .laptop-xl\:b-173\% {
    bottom: -173%;
  }
  .laptop-xl\:b\+173\% {
    bottom: 173%;
  }
  .laptop-xl\:l-173vw {
    left: -173vw;
  }
  .laptop-xl\:l\+173vw {
    left: 173vw;
  }
  .laptop-xl\:l-173\% {
    left: -173%;
  }
  .laptop-xl\:l\+173\% {
    left: 173%;
  }
  .laptop-xl\:r-173vw {
    right: -173vw;
  }
  .laptop-xl\:r\+173vw {
    right: 173vw;
  }
  .laptop-xl\:r-173\% {
    right: -173%;
  }
  .laptop-xl\:r\+173\% {
    right: 173%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-174vw {
    top: -174vw;
  }
  .laptop-xl\:t\+174vw {
    top: 174vw;
  }
  .laptop-xl\:t-174\% {
    top: -174%;
  }
  .laptop-xl\:t\+174\% {
    top: 174%;
  }
  .laptop-xl\:b-174vw {
    bottom: -174vw;
  }
  .laptop-xl\:b\+174vw {
    bottom: 174vw;
  }
  .laptop-xl\:b-174\% {
    bottom: -174%;
  }
  .laptop-xl\:b\+174\% {
    bottom: 174%;
  }
  .laptop-xl\:l-174vw {
    left: -174vw;
  }
  .laptop-xl\:l\+174vw {
    left: 174vw;
  }
  .laptop-xl\:l-174\% {
    left: -174%;
  }
  .laptop-xl\:l\+174\% {
    left: 174%;
  }
  .laptop-xl\:r-174vw {
    right: -174vw;
  }
  .laptop-xl\:r\+174vw {
    right: 174vw;
  }
  .laptop-xl\:r-174\% {
    right: -174%;
  }
  .laptop-xl\:r\+174\% {
    right: 174%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-175vw {
    top: -175vw;
  }
  .laptop-xl\:t\+175vw {
    top: 175vw;
  }
  .laptop-xl\:t-175\% {
    top: -175%;
  }
  .laptop-xl\:t\+175\% {
    top: 175%;
  }
  .laptop-xl\:b-175vw {
    bottom: -175vw;
  }
  .laptop-xl\:b\+175vw {
    bottom: 175vw;
  }
  .laptop-xl\:b-175\% {
    bottom: -175%;
  }
  .laptop-xl\:b\+175\% {
    bottom: 175%;
  }
  .laptop-xl\:l-175vw {
    left: -175vw;
  }
  .laptop-xl\:l\+175vw {
    left: 175vw;
  }
  .laptop-xl\:l-175\% {
    left: -175%;
  }
  .laptop-xl\:l\+175\% {
    left: 175%;
  }
  .laptop-xl\:r-175vw {
    right: -175vw;
  }
  .laptop-xl\:r\+175vw {
    right: 175vw;
  }
  .laptop-xl\:r-175\% {
    right: -175%;
  }
  .laptop-xl\:r\+175\% {
    right: 175%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-176vw {
    top: -176vw;
  }
  .laptop-xl\:t\+176vw {
    top: 176vw;
  }
  .laptop-xl\:t-176\% {
    top: -176%;
  }
  .laptop-xl\:t\+176\% {
    top: 176%;
  }
  .laptop-xl\:b-176vw {
    bottom: -176vw;
  }
  .laptop-xl\:b\+176vw {
    bottom: 176vw;
  }
  .laptop-xl\:b-176\% {
    bottom: -176%;
  }
  .laptop-xl\:b\+176\% {
    bottom: 176%;
  }
  .laptop-xl\:l-176vw {
    left: -176vw;
  }
  .laptop-xl\:l\+176vw {
    left: 176vw;
  }
  .laptop-xl\:l-176\% {
    left: -176%;
  }
  .laptop-xl\:l\+176\% {
    left: 176%;
  }
  .laptop-xl\:r-176vw {
    right: -176vw;
  }
  .laptop-xl\:r\+176vw {
    right: 176vw;
  }
  .laptop-xl\:r-176\% {
    right: -176%;
  }
  .laptop-xl\:r\+176\% {
    right: 176%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-177vw {
    top: -177vw;
  }
  .laptop-xl\:t\+177vw {
    top: 177vw;
  }
  .laptop-xl\:t-177\% {
    top: -177%;
  }
  .laptop-xl\:t\+177\% {
    top: 177%;
  }
  .laptop-xl\:b-177vw {
    bottom: -177vw;
  }
  .laptop-xl\:b\+177vw {
    bottom: 177vw;
  }
  .laptop-xl\:b-177\% {
    bottom: -177%;
  }
  .laptop-xl\:b\+177\% {
    bottom: 177%;
  }
  .laptop-xl\:l-177vw {
    left: -177vw;
  }
  .laptop-xl\:l\+177vw {
    left: 177vw;
  }
  .laptop-xl\:l-177\% {
    left: -177%;
  }
  .laptop-xl\:l\+177\% {
    left: 177%;
  }
  .laptop-xl\:r-177vw {
    right: -177vw;
  }
  .laptop-xl\:r\+177vw {
    right: 177vw;
  }
  .laptop-xl\:r-177\% {
    right: -177%;
  }
  .laptop-xl\:r\+177\% {
    right: 177%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-178vw {
    top: -178vw;
  }
  .laptop-xl\:t\+178vw {
    top: 178vw;
  }
  .laptop-xl\:t-178\% {
    top: -178%;
  }
  .laptop-xl\:t\+178\% {
    top: 178%;
  }
  .laptop-xl\:b-178vw {
    bottom: -178vw;
  }
  .laptop-xl\:b\+178vw {
    bottom: 178vw;
  }
  .laptop-xl\:b-178\% {
    bottom: -178%;
  }
  .laptop-xl\:b\+178\% {
    bottom: 178%;
  }
  .laptop-xl\:l-178vw {
    left: -178vw;
  }
  .laptop-xl\:l\+178vw {
    left: 178vw;
  }
  .laptop-xl\:l-178\% {
    left: -178%;
  }
  .laptop-xl\:l\+178\% {
    left: 178%;
  }
  .laptop-xl\:r-178vw {
    right: -178vw;
  }
  .laptop-xl\:r\+178vw {
    right: 178vw;
  }
  .laptop-xl\:r-178\% {
    right: -178%;
  }
  .laptop-xl\:r\+178\% {
    right: 178%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-179vw {
    top: -179vw;
  }
  .laptop-xl\:t\+179vw {
    top: 179vw;
  }
  .laptop-xl\:t-179\% {
    top: -179%;
  }
  .laptop-xl\:t\+179\% {
    top: 179%;
  }
  .laptop-xl\:b-179vw {
    bottom: -179vw;
  }
  .laptop-xl\:b\+179vw {
    bottom: 179vw;
  }
  .laptop-xl\:b-179\% {
    bottom: -179%;
  }
  .laptop-xl\:b\+179\% {
    bottom: 179%;
  }
  .laptop-xl\:l-179vw {
    left: -179vw;
  }
  .laptop-xl\:l\+179vw {
    left: 179vw;
  }
  .laptop-xl\:l-179\% {
    left: -179%;
  }
  .laptop-xl\:l\+179\% {
    left: 179%;
  }
  .laptop-xl\:r-179vw {
    right: -179vw;
  }
  .laptop-xl\:r\+179vw {
    right: 179vw;
  }
  .laptop-xl\:r-179\% {
    right: -179%;
  }
  .laptop-xl\:r\+179\% {
    right: 179%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-180vw {
    top: -180vw;
  }
  .laptop-xl\:t\+180vw {
    top: 180vw;
  }
  .laptop-xl\:t-180\% {
    top: -180%;
  }
  .laptop-xl\:t\+180\% {
    top: 180%;
  }
  .laptop-xl\:b-180vw {
    bottom: -180vw;
  }
  .laptop-xl\:b\+180vw {
    bottom: 180vw;
  }
  .laptop-xl\:b-180\% {
    bottom: -180%;
  }
  .laptop-xl\:b\+180\% {
    bottom: 180%;
  }
  .laptop-xl\:l-180vw {
    left: -180vw;
  }
  .laptop-xl\:l\+180vw {
    left: 180vw;
  }
  .laptop-xl\:l-180\% {
    left: -180%;
  }
  .laptop-xl\:l\+180\% {
    left: 180%;
  }
  .laptop-xl\:r-180vw {
    right: -180vw;
  }
  .laptop-xl\:r\+180vw {
    right: 180vw;
  }
  .laptop-xl\:r-180\% {
    right: -180%;
  }
  .laptop-xl\:r\+180\% {
    right: 180%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-181vw {
    top: -181vw;
  }
  .laptop-xl\:t\+181vw {
    top: 181vw;
  }
  .laptop-xl\:t-181\% {
    top: -181%;
  }
  .laptop-xl\:t\+181\% {
    top: 181%;
  }
  .laptop-xl\:b-181vw {
    bottom: -181vw;
  }
  .laptop-xl\:b\+181vw {
    bottom: 181vw;
  }
  .laptop-xl\:b-181\% {
    bottom: -181%;
  }
  .laptop-xl\:b\+181\% {
    bottom: 181%;
  }
  .laptop-xl\:l-181vw {
    left: -181vw;
  }
  .laptop-xl\:l\+181vw {
    left: 181vw;
  }
  .laptop-xl\:l-181\% {
    left: -181%;
  }
  .laptop-xl\:l\+181\% {
    left: 181%;
  }
  .laptop-xl\:r-181vw {
    right: -181vw;
  }
  .laptop-xl\:r\+181vw {
    right: 181vw;
  }
  .laptop-xl\:r-181\% {
    right: -181%;
  }
  .laptop-xl\:r\+181\% {
    right: 181%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-182vw {
    top: -182vw;
  }
  .laptop-xl\:t\+182vw {
    top: 182vw;
  }
  .laptop-xl\:t-182\% {
    top: -182%;
  }
  .laptop-xl\:t\+182\% {
    top: 182%;
  }
  .laptop-xl\:b-182vw {
    bottom: -182vw;
  }
  .laptop-xl\:b\+182vw {
    bottom: 182vw;
  }
  .laptop-xl\:b-182\% {
    bottom: -182%;
  }
  .laptop-xl\:b\+182\% {
    bottom: 182%;
  }
  .laptop-xl\:l-182vw {
    left: -182vw;
  }
  .laptop-xl\:l\+182vw {
    left: 182vw;
  }
  .laptop-xl\:l-182\% {
    left: -182%;
  }
  .laptop-xl\:l\+182\% {
    left: 182%;
  }
  .laptop-xl\:r-182vw {
    right: -182vw;
  }
  .laptop-xl\:r\+182vw {
    right: 182vw;
  }
  .laptop-xl\:r-182\% {
    right: -182%;
  }
  .laptop-xl\:r\+182\% {
    right: 182%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-183vw {
    top: -183vw;
  }
  .laptop-xl\:t\+183vw {
    top: 183vw;
  }
  .laptop-xl\:t-183\% {
    top: -183%;
  }
  .laptop-xl\:t\+183\% {
    top: 183%;
  }
  .laptop-xl\:b-183vw {
    bottom: -183vw;
  }
  .laptop-xl\:b\+183vw {
    bottom: 183vw;
  }
  .laptop-xl\:b-183\% {
    bottom: -183%;
  }
  .laptop-xl\:b\+183\% {
    bottom: 183%;
  }
  .laptop-xl\:l-183vw {
    left: -183vw;
  }
  .laptop-xl\:l\+183vw {
    left: 183vw;
  }
  .laptop-xl\:l-183\% {
    left: -183%;
  }
  .laptop-xl\:l\+183\% {
    left: 183%;
  }
  .laptop-xl\:r-183vw {
    right: -183vw;
  }
  .laptop-xl\:r\+183vw {
    right: 183vw;
  }
  .laptop-xl\:r-183\% {
    right: -183%;
  }
  .laptop-xl\:r\+183\% {
    right: 183%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-184vw {
    top: -184vw;
  }
  .laptop-xl\:t\+184vw {
    top: 184vw;
  }
  .laptop-xl\:t-184\% {
    top: -184%;
  }
  .laptop-xl\:t\+184\% {
    top: 184%;
  }
  .laptop-xl\:b-184vw {
    bottom: -184vw;
  }
  .laptop-xl\:b\+184vw {
    bottom: 184vw;
  }
  .laptop-xl\:b-184\% {
    bottom: -184%;
  }
  .laptop-xl\:b\+184\% {
    bottom: 184%;
  }
  .laptop-xl\:l-184vw {
    left: -184vw;
  }
  .laptop-xl\:l\+184vw {
    left: 184vw;
  }
  .laptop-xl\:l-184\% {
    left: -184%;
  }
  .laptop-xl\:l\+184\% {
    left: 184%;
  }
  .laptop-xl\:r-184vw {
    right: -184vw;
  }
  .laptop-xl\:r\+184vw {
    right: 184vw;
  }
  .laptop-xl\:r-184\% {
    right: -184%;
  }
  .laptop-xl\:r\+184\% {
    right: 184%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-185vw {
    top: -185vw;
  }
  .laptop-xl\:t\+185vw {
    top: 185vw;
  }
  .laptop-xl\:t-185\% {
    top: -185%;
  }
  .laptop-xl\:t\+185\% {
    top: 185%;
  }
  .laptop-xl\:b-185vw {
    bottom: -185vw;
  }
  .laptop-xl\:b\+185vw {
    bottom: 185vw;
  }
  .laptop-xl\:b-185\% {
    bottom: -185%;
  }
  .laptop-xl\:b\+185\% {
    bottom: 185%;
  }
  .laptop-xl\:l-185vw {
    left: -185vw;
  }
  .laptop-xl\:l\+185vw {
    left: 185vw;
  }
  .laptop-xl\:l-185\% {
    left: -185%;
  }
  .laptop-xl\:l\+185\% {
    left: 185%;
  }
  .laptop-xl\:r-185vw {
    right: -185vw;
  }
  .laptop-xl\:r\+185vw {
    right: 185vw;
  }
  .laptop-xl\:r-185\% {
    right: -185%;
  }
  .laptop-xl\:r\+185\% {
    right: 185%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-186vw {
    top: -186vw;
  }
  .laptop-xl\:t\+186vw {
    top: 186vw;
  }
  .laptop-xl\:t-186\% {
    top: -186%;
  }
  .laptop-xl\:t\+186\% {
    top: 186%;
  }
  .laptop-xl\:b-186vw {
    bottom: -186vw;
  }
  .laptop-xl\:b\+186vw {
    bottom: 186vw;
  }
  .laptop-xl\:b-186\% {
    bottom: -186%;
  }
  .laptop-xl\:b\+186\% {
    bottom: 186%;
  }
  .laptop-xl\:l-186vw {
    left: -186vw;
  }
  .laptop-xl\:l\+186vw {
    left: 186vw;
  }
  .laptop-xl\:l-186\% {
    left: -186%;
  }
  .laptop-xl\:l\+186\% {
    left: 186%;
  }
  .laptop-xl\:r-186vw {
    right: -186vw;
  }
  .laptop-xl\:r\+186vw {
    right: 186vw;
  }
  .laptop-xl\:r-186\% {
    right: -186%;
  }
  .laptop-xl\:r\+186\% {
    right: 186%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-187vw {
    top: -187vw;
  }
  .laptop-xl\:t\+187vw {
    top: 187vw;
  }
  .laptop-xl\:t-187\% {
    top: -187%;
  }
  .laptop-xl\:t\+187\% {
    top: 187%;
  }
  .laptop-xl\:b-187vw {
    bottom: -187vw;
  }
  .laptop-xl\:b\+187vw {
    bottom: 187vw;
  }
  .laptop-xl\:b-187\% {
    bottom: -187%;
  }
  .laptop-xl\:b\+187\% {
    bottom: 187%;
  }
  .laptop-xl\:l-187vw {
    left: -187vw;
  }
  .laptop-xl\:l\+187vw {
    left: 187vw;
  }
  .laptop-xl\:l-187\% {
    left: -187%;
  }
  .laptop-xl\:l\+187\% {
    left: 187%;
  }
  .laptop-xl\:r-187vw {
    right: -187vw;
  }
  .laptop-xl\:r\+187vw {
    right: 187vw;
  }
  .laptop-xl\:r-187\% {
    right: -187%;
  }
  .laptop-xl\:r\+187\% {
    right: 187%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-188vw {
    top: -188vw;
  }
  .laptop-xl\:t\+188vw {
    top: 188vw;
  }
  .laptop-xl\:t-188\% {
    top: -188%;
  }
  .laptop-xl\:t\+188\% {
    top: 188%;
  }
  .laptop-xl\:b-188vw {
    bottom: -188vw;
  }
  .laptop-xl\:b\+188vw {
    bottom: 188vw;
  }
  .laptop-xl\:b-188\% {
    bottom: -188%;
  }
  .laptop-xl\:b\+188\% {
    bottom: 188%;
  }
  .laptop-xl\:l-188vw {
    left: -188vw;
  }
  .laptop-xl\:l\+188vw {
    left: 188vw;
  }
  .laptop-xl\:l-188\% {
    left: -188%;
  }
  .laptop-xl\:l\+188\% {
    left: 188%;
  }
  .laptop-xl\:r-188vw {
    right: -188vw;
  }
  .laptop-xl\:r\+188vw {
    right: 188vw;
  }
  .laptop-xl\:r-188\% {
    right: -188%;
  }
  .laptop-xl\:r\+188\% {
    right: 188%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-189vw {
    top: -189vw;
  }
  .laptop-xl\:t\+189vw {
    top: 189vw;
  }
  .laptop-xl\:t-189\% {
    top: -189%;
  }
  .laptop-xl\:t\+189\% {
    top: 189%;
  }
  .laptop-xl\:b-189vw {
    bottom: -189vw;
  }
  .laptop-xl\:b\+189vw {
    bottom: 189vw;
  }
  .laptop-xl\:b-189\% {
    bottom: -189%;
  }
  .laptop-xl\:b\+189\% {
    bottom: 189%;
  }
  .laptop-xl\:l-189vw {
    left: -189vw;
  }
  .laptop-xl\:l\+189vw {
    left: 189vw;
  }
  .laptop-xl\:l-189\% {
    left: -189%;
  }
  .laptop-xl\:l\+189\% {
    left: 189%;
  }
  .laptop-xl\:r-189vw {
    right: -189vw;
  }
  .laptop-xl\:r\+189vw {
    right: 189vw;
  }
  .laptop-xl\:r-189\% {
    right: -189%;
  }
  .laptop-xl\:r\+189\% {
    right: 189%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-190vw {
    top: -190vw;
  }
  .laptop-xl\:t\+190vw {
    top: 190vw;
  }
  .laptop-xl\:t-190\% {
    top: -190%;
  }
  .laptop-xl\:t\+190\% {
    top: 190%;
  }
  .laptop-xl\:b-190vw {
    bottom: -190vw;
  }
  .laptop-xl\:b\+190vw {
    bottom: 190vw;
  }
  .laptop-xl\:b-190\% {
    bottom: -190%;
  }
  .laptop-xl\:b\+190\% {
    bottom: 190%;
  }
  .laptop-xl\:l-190vw {
    left: -190vw;
  }
  .laptop-xl\:l\+190vw {
    left: 190vw;
  }
  .laptop-xl\:l-190\% {
    left: -190%;
  }
  .laptop-xl\:l\+190\% {
    left: 190%;
  }
  .laptop-xl\:r-190vw {
    right: -190vw;
  }
  .laptop-xl\:r\+190vw {
    right: 190vw;
  }
  .laptop-xl\:r-190\% {
    right: -190%;
  }
  .laptop-xl\:r\+190\% {
    right: 190%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-191vw {
    top: -191vw;
  }
  .laptop-xl\:t\+191vw {
    top: 191vw;
  }
  .laptop-xl\:t-191\% {
    top: -191%;
  }
  .laptop-xl\:t\+191\% {
    top: 191%;
  }
  .laptop-xl\:b-191vw {
    bottom: -191vw;
  }
  .laptop-xl\:b\+191vw {
    bottom: 191vw;
  }
  .laptop-xl\:b-191\% {
    bottom: -191%;
  }
  .laptop-xl\:b\+191\% {
    bottom: 191%;
  }
  .laptop-xl\:l-191vw {
    left: -191vw;
  }
  .laptop-xl\:l\+191vw {
    left: 191vw;
  }
  .laptop-xl\:l-191\% {
    left: -191%;
  }
  .laptop-xl\:l\+191\% {
    left: 191%;
  }
  .laptop-xl\:r-191vw {
    right: -191vw;
  }
  .laptop-xl\:r\+191vw {
    right: 191vw;
  }
  .laptop-xl\:r-191\% {
    right: -191%;
  }
  .laptop-xl\:r\+191\% {
    right: 191%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-192vw {
    top: -192vw;
  }
  .laptop-xl\:t\+192vw {
    top: 192vw;
  }
  .laptop-xl\:t-192\% {
    top: -192%;
  }
  .laptop-xl\:t\+192\% {
    top: 192%;
  }
  .laptop-xl\:b-192vw {
    bottom: -192vw;
  }
  .laptop-xl\:b\+192vw {
    bottom: 192vw;
  }
  .laptop-xl\:b-192\% {
    bottom: -192%;
  }
  .laptop-xl\:b\+192\% {
    bottom: 192%;
  }
  .laptop-xl\:l-192vw {
    left: -192vw;
  }
  .laptop-xl\:l\+192vw {
    left: 192vw;
  }
  .laptop-xl\:l-192\% {
    left: -192%;
  }
  .laptop-xl\:l\+192\% {
    left: 192%;
  }
  .laptop-xl\:r-192vw {
    right: -192vw;
  }
  .laptop-xl\:r\+192vw {
    right: 192vw;
  }
  .laptop-xl\:r-192\% {
    right: -192%;
  }
  .laptop-xl\:r\+192\% {
    right: 192%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-193vw {
    top: -193vw;
  }
  .laptop-xl\:t\+193vw {
    top: 193vw;
  }
  .laptop-xl\:t-193\% {
    top: -193%;
  }
  .laptop-xl\:t\+193\% {
    top: 193%;
  }
  .laptop-xl\:b-193vw {
    bottom: -193vw;
  }
  .laptop-xl\:b\+193vw {
    bottom: 193vw;
  }
  .laptop-xl\:b-193\% {
    bottom: -193%;
  }
  .laptop-xl\:b\+193\% {
    bottom: 193%;
  }
  .laptop-xl\:l-193vw {
    left: -193vw;
  }
  .laptop-xl\:l\+193vw {
    left: 193vw;
  }
  .laptop-xl\:l-193\% {
    left: -193%;
  }
  .laptop-xl\:l\+193\% {
    left: 193%;
  }
  .laptop-xl\:r-193vw {
    right: -193vw;
  }
  .laptop-xl\:r\+193vw {
    right: 193vw;
  }
  .laptop-xl\:r-193\% {
    right: -193%;
  }
  .laptop-xl\:r\+193\% {
    right: 193%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-194vw {
    top: -194vw;
  }
  .laptop-xl\:t\+194vw {
    top: 194vw;
  }
  .laptop-xl\:t-194\% {
    top: -194%;
  }
  .laptop-xl\:t\+194\% {
    top: 194%;
  }
  .laptop-xl\:b-194vw {
    bottom: -194vw;
  }
  .laptop-xl\:b\+194vw {
    bottom: 194vw;
  }
  .laptop-xl\:b-194\% {
    bottom: -194%;
  }
  .laptop-xl\:b\+194\% {
    bottom: 194%;
  }
  .laptop-xl\:l-194vw {
    left: -194vw;
  }
  .laptop-xl\:l\+194vw {
    left: 194vw;
  }
  .laptop-xl\:l-194\% {
    left: -194%;
  }
  .laptop-xl\:l\+194\% {
    left: 194%;
  }
  .laptop-xl\:r-194vw {
    right: -194vw;
  }
  .laptop-xl\:r\+194vw {
    right: 194vw;
  }
  .laptop-xl\:r-194\% {
    right: -194%;
  }
  .laptop-xl\:r\+194\% {
    right: 194%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-195vw {
    top: -195vw;
  }
  .laptop-xl\:t\+195vw {
    top: 195vw;
  }
  .laptop-xl\:t-195\% {
    top: -195%;
  }
  .laptop-xl\:t\+195\% {
    top: 195%;
  }
  .laptop-xl\:b-195vw {
    bottom: -195vw;
  }
  .laptop-xl\:b\+195vw {
    bottom: 195vw;
  }
  .laptop-xl\:b-195\% {
    bottom: -195%;
  }
  .laptop-xl\:b\+195\% {
    bottom: 195%;
  }
  .laptop-xl\:l-195vw {
    left: -195vw;
  }
  .laptop-xl\:l\+195vw {
    left: 195vw;
  }
  .laptop-xl\:l-195\% {
    left: -195%;
  }
  .laptop-xl\:l\+195\% {
    left: 195%;
  }
  .laptop-xl\:r-195vw {
    right: -195vw;
  }
  .laptop-xl\:r\+195vw {
    right: 195vw;
  }
  .laptop-xl\:r-195\% {
    right: -195%;
  }
  .laptop-xl\:r\+195\% {
    right: 195%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-196vw {
    top: -196vw;
  }
  .laptop-xl\:t\+196vw {
    top: 196vw;
  }
  .laptop-xl\:t-196\% {
    top: -196%;
  }
  .laptop-xl\:t\+196\% {
    top: 196%;
  }
  .laptop-xl\:b-196vw {
    bottom: -196vw;
  }
  .laptop-xl\:b\+196vw {
    bottom: 196vw;
  }
  .laptop-xl\:b-196\% {
    bottom: -196%;
  }
  .laptop-xl\:b\+196\% {
    bottom: 196%;
  }
  .laptop-xl\:l-196vw {
    left: -196vw;
  }
  .laptop-xl\:l\+196vw {
    left: 196vw;
  }
  .laptop-xl\:l-196\% {
    left: -196%;
  }
  .laptop-xl\:l\+196\% {
    left: 196%;
  }
  .laptop-xl\:r-196vw {
    right: -196vw;
  }
  .laptop-xl\:r\+196vw {
    right: 196vw;
  }
  .laptop-xl\:r-196\% {
    right: -196%;
  }
  .laptop-xl\:r\+196\% {
    right: 196%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-197vw {
    top: -197vw;
  }
  .laptop-xl\:t\+197vw {
    top: 197vw;
  }
  .laptop-xl\:t-197\% {
    top: -197%;
  }
  .laptop-xl\:t\+197\% {
    top: 197%;
  }
  .laptop-xl\:b-197vw {
    bottom: -197vw;
  }
  .laptop-xl\:b\+197vw {
    bottom: 197vw;
  }
  .laptop-xl\:b-197\% {
    bottom: -197%;
  }
  .laptop-xl\:b\+197\% {
    bottom: 197%;
  }
  .laptop-xl\:l-197vw {
    left: -197vw;
  }
  .laptop-xl\:l\+197vw {
    left: 197vw;
  }
  .laptop-xl\:l-197\% {
    left: -197%;
  }
  .laptop-xl\:l\+197\% {
    left: 197%;
  }
  .laptop-xl\:r-197vw {
    right: -197vw;
  }
  .laptop-xl\:r\+197vw {
    right: 197vw;
  }
  .laptop-xl\:r-197\% {
    right: -197%;
  }
  .laptop-xl\:r\+197\% {
    right: 197%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-198vw {
    top: -198vw;
  }
  .laptop-xl\:t\+198vw {
    top: 198vw;
  }
  .laptop-xl\:t-198\% {
    top: -198%;
  }
  .laptop-xl\:t\+198\% {
    top: 198%;
  }
  .laptop-xl\:b-198vw {
    bottom: -198vw;
  }
  .laptop-xl\:b\+198vw {
    bottom: 198vw;
  }
  .laptop-xl\:b-198\% {
    bottom: -198%;
  }
  .laptop-xl\:b\+198\% {
    bottom: 198%;
  }
  .laptop-xl\:l-198vw {
    left: -198vw;
  }
  .laptop-xl\:l\+198vw {
    left: 198vw;
  }
  .laptop-xl\:l-198\% {
    left: -198%;
  }
  .laptop-xl\:l\+198\% {
    left: 198%;
  }
  .laptop-xl\:r-198vw {
    right: -198vw;
  }
  .laptop-xl\:r\+198vw {
    right: 198vw;
  }
  .laptop-xl\:r-198\% {
    right: -198%;
  }
  .laptop-xl\:r\+198\% {
    right: 198%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-199vw {
    top: -199vw;
  }
  .laptop-xl\:t\+199vw {
    top: 199vw;
  }
  .laptop-xl\:t-199\% {
    top: -199%;
  }
  .laptop-xl\:t\+199\% {
    top: 199%;
  }
  .laptop-xl\:b-199vw {
    bottom: -199vw;
  }
  .laptop-xl\:b\+199vw {
    bottom: 199vw;
  }
  .laptop-xl\:b-199\% {
    bottom: -199%;
  }
  .laptop-xl\:b\+199\% {
    bottom: 199%;
  }
  .laptop-xl\:l-199vw {
    left: -199vw;
  }
  .laptop-xl\:l\+199vw {
    left: 199vw;
  }
  .laptop-xl\:l-199\% {
    left: -199%;
  }
  .laptop-xl\:l\+199\% {
    left: 199%;
  }
  .laptop-xl\:r-199vw {
    right: -199vw;
  }
  .laptop-xl\:r\+199vw {
    right: 199vw;
  }
  .laptop-xl\:r-199\% {
    right: -199%;
  }
  .laptop-xl\:r\+199\% {
    right: 199%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:t-200vw {
    top: -200vw;
  }
  .laptop-xl\:t\+200vw {
    top: 200vw;
  }
  .laptop-xl\:t-200\% {
    top: -200%;
  }
  .laptop-xl\:t\+200\% {
    top: 200%;
  }
  .laptop-xl\:b-200vw {
    bottom: -200vw;
  }
  .laptop-xl\:b\+200vw {
    bottom: 200vw;
  }
  .laptop-xl\:b-200\% {
    bottom: -200%;
  }
  .laptop-xl\:b\+200\% {
    bottom: 200%;
  }
  .laptop-xl\:l-200vw {
    left: -200vw;
  }
  .laptop-xl\:l\+200vw {
    left: 200vw;
  }
  .laptop-xl\:l-200\% {
    left: -200%;
  }
  .laptop-xl\:l\+200\% {
    left: 200%;
  }
  .laptop-xl\:r-200vw {
    right: -200vw;
  }
  .laptop-xl\:r\+200vw {
    right: 200vw;
  }
  .laptop-xl\:r-200\% {
    right: -200%;
  }
  .laptop-xl\:r\+200\% {
    right: 200%;
  }
}
.overflow-scroll {
  overflow: scroll;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.overflow-visible {
  overflow: visible;
}

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

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

.overflow-auto {
  overflow: auto;
}

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

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

.overflow-clip {
  overflow: clip;
}

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

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

.overflow-overlay {
  overflow: overlay;
}

.overflow_y-overlay {
  overflow-y: overlay;
}

.overflow_x-overlay {
  overflow-x: overlay;
}

.overflow-revert {
  overflow: revert;
}

.overflow_y-revert {
  overflow-y: revert;
}

.overflow_x-revert {
  overflow-x: revert;
}

.overflow-unset {
  overflow: unset;
}

.overflow_y-unset {
  overflow-y: unset;
}

.overflow_x-unset {
  overflow-x: unset;
}

@media screen and (min-width: 450px) {
  .mobile\:overflow-scroll {
    overflow: scroll;
  }
  .mobile\:overflow_y-scroll {
    overflow-y: scroll;
  }
  .mobile\:overflow_x-scroll {
    overflow-x: scroll;
  }
  .mobile\:overflow-hidden {
    overflow: hidden;
  }
  .mobile\:overflow_y-hidden {
    overflow-y: hidden;
  }
  .mobile\:overflow_x-hidden {
    overflow-x: hidden;
  }
  .mobile\:overflow-visible {
    overflow: visible;
  }
  .mobile\:overflow_y-visible {
    overflow-y: visible;
  }
  .mobile\:overflow_x-visible {
    overflow-x: visible;
  }
  .mobile\:overflow-auto {
    overflow: auto;
  }
  .mobile\:overflow_y-auto {
    overflow-y: auto;
  }
  .mobile\:overflow_x-auto {
    overflow-x: auto;
  }
  .mobile\:overflow-clip {
    overflow: clip;
  }
  .mobile\:overflow_y-clip {
    overflow-y: clip;
  }
  .mobile\:overflow_x-clip {
    overflow-x: clip;
  }
  .mobile\:overflow-overlay {
    overflow: overlay;
  }
  .mobile\:overflow_y-overlay {
    overflow-y: overlay;
  }
  .mobile\:overflow_x-overlay {
    overflow-x: overlay;
  }
  .mobile\:overflow-revert {
    overflow: revert;
  }
  .mobile\:overflow_y-revert {
    overflow-y: revert;
  }
  .mobile\:overflow_x-revert {
    overflow-x: revert;
  }
  .mobile\:overflow-unset {
    overflow: unset;
  }
  .mobile\:overflow_y-unset {
    overflow-y: unset;
  }
  .mobile\:overflow_x-unset {
    overflow-x: unset;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:overflow-scroll {
    overflow: scroll;
  }
  .mobile-l\:overflow_y-scroll {
    overflow-y: scroll;
  }
  .mobile-l\:overflow_x-scroll {
    overflow-x: scroll;
  }
  .mobile-l\:overflow-hidden {
    overflow: hidden;
  }
  .mobile-l\:overflow_y-hidden {
    overflow-y: hidden;
  }
  .mobile-l\:overflow_x-hidden {
    overflow-x: hidden;
  }
  .mobile-l\:overflow-visible {
    overflow: visible;
  }
  .mobile-l\:overflow_y-visible {
    overflow-y: visible;
  }
  .mobile-l\:overflow_x-visible {
    overflow-x: visible;
  }
  .mobile-l\:overflow-auto {
    overflow: auto;
  }
  .mobile-l\:overflow_y-auto {
    overflow-y: auto;
  }
  .mobile-l\:overflow_x-auto {
    overflow-x: auto;
  }
  .mobile-l\:overflow-clip {
    overflow: clip;
  }
  .mobile-l\:overflow_y-clip {
    overflow-y: clip;
  }
  .mobile-l\:overflow_x-clip {
    overflow-x: clip;
  }
  .mobile-l\:overflow-overlay {
    overflow: overlay;
  }
  .mobile-l\:overflow_y-overlay {
    overflow-y: overlay;
  }
  .mobile-l\:overflow_x-overlay {
    overflow-x: overlay;
  }
  .mobile-l\:overflow-revert {
    overflow: revert;
  }
  .mobile-l\:overflow_y-revert {
    overflow-y: revert;
  }
  .mobile-l\:overflow_x-revert {
    overflow-x: revert;
  }
  .mobile-l\:overflow-unset {
    overflow: unset;
  }
  .mobile-l\:overflow_y-unset {
    overflow-y: unset;
  }
  .mobile-l\:overflow_x-unset {
    overflow-x: unset;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:overflow-scroll {
    overflow: scroll;
  }
  .tablet\:overflow_y-scroll {
    overflow-y: scroll;
  }
  .tablet\:overflow_x-scroll {
    overflow-x: scroll;
  }
  .tablet\:overflow-hidden {
    overflow: hidden;
  }
  .tablet\:overflow_y-hidden {
    overflow-y: hidden;
  }
  .tablet\:overflow_x-hidden {
    overflow-x: hidden;
  }
  .tablet\:overflow-visible {
    overflow: visible;
  }
  .tablet\:overflow_y-visible {
    overflow-y: visible;
  }
  .tablet\:overflow_x-visible {
    overflow-x: visible;
  }
  .tablet\:overflow-auto {
    overflow: auto;
  }
  .tablet\:overflow_y-auto {
    overflow-y: auto;
  }
  .tablet\:overflow_x-auto {
    overflow-x: auto;
  }
  .tablet\:overflow-clip {
    overflow: clip;
  }
  .tablet\:overflow_y-clip {
    overflow-y: clip;
  }
  .tablet\:overflow_x-clip {
    overflow-x: clip;
  }
  .tablet\:overflow-overlay {
    overflow: overlay;
  }
  .tablet\:overflow_y-overlay {
    overflow-y: overlay;
  }
  .tablet\:overflow_x-overlay {
    overflow-x: overlay;
  }
  .tablet\:overflow-revert {
    overflow: revert;
  }
  .tablet\:overflow_y-revert {
    overflow-y: revert;
  }
  .tablet\:overflow_x-revert {
    overflow-x: revert;
  }
  .tablet\:overflow-unset {
    overflow: unset;
  }
  .tablet\:overflow_y-unset {
    overflow-y: unset;
  }
  .tablet\:overflow_x-unset {
    overflow-x: unset;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:overflow-scroll {
    overflow: scroll;
  }
  .tablet-m\:overflow_y-scroll {
    overflow-y: scroll;
  }
  .tablet-m\:overflow_x-scroll {
    overflow-x: scroll;
  }
  .tablet-m\:overflow-hidden {
    overflow: hidden;
  }
  .tablet-m\:overflow_y-hidden {
    overflow-y: hidden;
  }
  .tablet-m\:overflow_x-hidden {
    overflow-x: hidden;
  }
  .tablet-m\:overflow-visible {
    overflow: visible;
  }
  .tablet-m\:overflow_y-visible {
    overflow-y: visible;
  }
  .tablet-m\:overflow_x-visible {
    overflow-x: visible;
  }
  .tablet-m\:overflow-auto {
    overflow: auto;
  }
  .tablet-m\:overflow_y-auto {
    overflow-y: auto;
  }
  .tablet-m\:overflow_x-auto {
    overflow-x: auto;
  }
  .tablet-m\:overflow-clip {
    overflow: clip;
  }
  .tablet-m\:overflow_y-clip {
    overflow-y: clip;
  }
  .tablet-m\:overflow_x-clip {
    overflow-x: clip;
  }
  .tablet-m\:overflow-overlay {
    overflow: overlay;
  }
  .tablet-m\:overflow_y-overlay {
    overflow-y: overlay;
  }
  .tablet-m\:overflow_x-overlay {
    overflow-x: overlay;
  }
  .tablet-m\:overflow-revert {
    overflow: revert;
  }
  .tablet-m\:overflow_y-revert {
    overflow-y: revert;
  }
  .tablet-m\:overflow_x-revert {
    overflow-x: revert;
  }
  .tablet-m\:overflow-unset {
    overflow: unset;
  }
  .tablet-m\:overflow_y-unset {
    overflow-y: unset;
  }
  .tablet-m\:overflow_x-unset {
    overflow-x: unset;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:overflow-scroll {
    overflow: scroll;
  }
  .tablet-l\:overflow_y-scroll {
    overflow-y: scroll;
  }
  .tablet-l\:overflow_x-scroll {
    overflow-x: scroll;
  }
  .tablet-l\:overflow-hidden {
    overflow: hidden;
  }
  .tablet-l\:overflow_y-hidden {
    overflow-y: hidden;
  }
  .tablet-l\:overflow_x-hidden {
    overflow-x: hidden;
  }
  .tablet-l\:overflow-visible {
    overflow: visible;
  }
  .tablet-l\:overflow_y-visible {
    overflow-y: visible;
  }
  .tablet-l\:overflow_x-visible {
    overflow-x: visible;
  }
  .tablet-l\:overflow-auto {
    overflow: auto;
  }
  .tablet-l\:overflow_y-auto {
    overflow-y: auto;
  }
  .tablet-l\:overflow_x-auto {
    overflow-x: auto;
  }
  .tablet-l\:overflow-clip {
    overflow: clip;
  }
  .tablet-l\:overflow_y-clip {
    overflow-y: clip;
  }
  .tablet-l\:overflow_x-clip {
    overflow-x: clip;
  }
  .tablet-l\:overflow-overlay {
    overflow: overlay;
  }
  .tablet-l\:overflow_y-overlay {
    overflow-y: overlay;
  }
  .tablet-l\:overflow_x-overlay {
    overflow-x: overlay;
  }
  .tablet-l\:overflow-revert {
    overflow: revert;
  }
  .tablet-l\:overflow_y-revert {
    overflow-y: revert;
  }
  .tablet-l\:overflow_x-revert {
    overflow-x: revert;
  }
  .tablet-l\:overflow-unset {
    overflow: unset;
  }
  .tablet-l\:overflow_y-unset {
    overflow-y: unset;
  }
  .tablet-l\:overflow_x-unset {
    overflow-x: unset;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:overflow-scroll {
    overflow: scroll;
  }
  .laptop\:overflow_y-scroll {
    overflow-y: scroll;
  }
  .laptop\:overflow_x-scroll {
    overflow-x: scroll;
  }
  .laptop\:overflow-hidden {
    overflow: hidden;
  }
  .laptop\:overflow_y-hidden {
    overflow-y: hidden;
  }
  .laptop\:overflow_x-hidden {
    overflow-x: hidden;
  }
  .laptop\:overflow-visible {
    overflow: visible;
  }
  .laptop\:overflow_y-visible {
    overflow-y: visible;
  }
  .laptop\:overflow_x-visible {
    overflow-x: visible;
  }
  .laptop\:overflow-auto {
    overflow: auto;
  }
  .laptop\:overflow_y-auto {
    overflow-y: auto;
  }
  .laptop\:overflow_x-auto {
    overflow-x: auto;
  }
  .laptop\:overflow-clip {
    overflow: clip;
  }
  .laptop\:overflow_y-clip {
    overflow-y: clip;
  }
  .laptop\:overflow_x-clip {
    overflow-x: clip;
  }
  .laptop\:overflow-overlay {
    overflow: overlay;
  }
  .laptop\:overflow_y-overlay {
    overflow-y: overlay;
  }
  .laptop\:overflow_x-overlay {
    overflow-x: overlay;
  }
  .laptop\:overflow-revert {
    overflow: revert;
  }
  .laptop\:overflow_y-revert {
    overflow-y: revert;
  }
  .laptop\:overflow_x-revert {
    overflow-x: revert;
  }
  .laptop\:overflow-unset {
    overflow: unset;
  }
  .laptop\:overflow_y-unset {
    overflow-y: unset;
  }
  .laptop\:overflow_x-unset {
    overflow-x: unset;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:overflow-scroll {
    overflow: scroll;
  }
  .laptop-l\:overflow_y-scroll {
    overflow-y: scroll;
  }
  .laptop-l\:overflow_x-scroll {
    overflow-x: scroll;
  }
  .laptop-l\:overflow-hidden {
    overflow: hidden;
  }
  .laptop-l\:overflow_y-hidden {
    overflow-y: hidden;
  }
  .laptop-l\:overflow_x-hidden {
    overflow-x: hidden;
  }
  .laptop-l\:overflow-visible {
    overflow: visible;
  }
  .laptop-l\:overflow_y-visible {
    overflow-y: visible;
  }
  .laptop-l\:overflow_x-visible {
    overflow-x: visible;
  }
  .laptop-l\:overflow-auto {
    overflow: auto;
  }
  .laptop-l\:overflow_y-auto {
    overflow-y: auto;
  }
  .laptop-l\:overflow_x-auto {
    overflow-x: auto;
  }
  .laptop-l\:overflow-clip {
    overflow: clip;
  }
  .laptop-l\:overflow_y-clip {
    overflow-y: clip;
  }
  .laptop-l\:overflow_x-clip {
    overflow-x: clip;
  }
  .laptop-l\:overflow-overlay {
    overflow: overlay;
  }
  .laptop-l\:overflow_y-overlay {
    overflow-y: overlay;
  }
  .laptop-l\:overflow_x-overlay {
    overflow-x: overlay;
  }
  .laptop-l\:overflow-revert {
    overflow: revert;
  }
  .laptop-l\:overflow_y-revert {
    overflow-y: revert;
  }
  .laptop-l\:overflow_x-revert {
    overflow-x: revert;
  }
  .laptop-l\:overflow-unset {
    overflow: unset;
  }
  .laptop-l\:overflow_y-unset {
    overflow-y: unset;
  }
  .laptop-l\:overflow_x-unset {
    overflow-x: unset;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:overflow-scroll {
    overflow: scroll;
  }
  .laptop-xl\:overflow_y-scroll {
    overflow-y: scroll;
  }
  .laptop-xl\:overflow_x-scroll {
    overflow-x: scroll;
  }
  .laptop-xl\:overflow-hidden {
    overflow: hidden;
  }
  .laptop-xl\:overflow_y-hidden {
    overflow-y: hidden;
  }
  .laptop-xl\:overflow_x-hidden {
    overflow-x: hidden;
  }
  .laptop-xl\:overflow-visible {
    overflow: visible;
  }
  .laptop-xl\:overflow_y-visible {
    overflow-y: visible;
  }
  .laptop-xl\:overflow_x-visible {
    overflow-x: visible;
  }
  .laptop-xl\:overflow-auto {
    overflow: auto;
  }
  .laptop-xl\:overflow_y-auto {
    overflow-y: auto;
  }
  .laptop-xl\:overflow_x-auto {
    overflow-x: auto;
  }
  .laptop-xl\:overflow-clip {
    overflow: clip;
  }
  .laptop-xl\:overflow_y-clip {
    overflow-y: clip;
  }
  .laptop-xl\:overflow_x-clip {
    overflow-x: clip;
  }
  .laptop-xl\:overflow-overlay {
    overflow: overlay;
  }
  .laptop-xl\:overflow_y-overlay {
    overflow-y: overlay;
  }
  .laptop-xl\:overflow_x-overlay {
    overflow-x: overlay;
  }
  .laptop-xl\:overflow-revert {
    overflow: revert;
  }
  .laptop-xl\:overflow_y-revert {
    overflow-y: revert;
  }
  .laptop-xl\:overflow_x-revert {
    overflow-x: revert;
  }
  .laptop-xl\:overflow-unset {
    overflow: unset;
  }
  .laptop-xl\:overflow_y-unset {
    overflow-y: unset;
  }
  .laptop-xl\:overflow_x-unset {
    overflow-x: unset;
  }
}
.box_s-border {
  box-sizing: border-box;
}

.box_s-content {
  box-sizing: content-box;
}

.box_s-inherit {
  box-sizing: inherit;
}

.box_s-initial {
  box-sizing: initial;
}

.box_s-revert {
  box-sizing: revert;
}

.box_s-unset {
  box-sizing: unset;
}

@media screen and (min-width: 450px) {
  .mobile\:box_s-border {
    box-sizing: border-box;
  }
  .mobile\:box_s-content {
    box-sizing: content-box;
  }
  .mobile\:box_s-inherit {
    box-sizing: inherit;
  }
  .mobile\:box_s-initial {
    box-sizing: initial;
  }
  .mobile\:box_s-revert {
    box-sizing: revert;
  }
  .mobile\:box_s-unset {
    box-sizing: unset;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:box_s-border {
    box-sizing: border-box;
  }
  .mobile-l\:box_s-content {
    box-sizing: content-box;
  }
  .mobile-l\:box_s-inherit {
    box-sizing: inherit;
  }
  .mobile-l\:box_s-initial {
    box-sizing: initial;
  }
  .mobile-l\:box_s-revert {
    box-sizing: revert;
  }
  .mobile-l\:box_s-unset {
    box-sizing: unset;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:box_s-border {
    box-sizing: border-box;
  }
  .tablet\:box_s-content {
    box-sizing: content-box;
  }
  .tablet\:box_s-inherit {
    box-sizing: inherit;
  }
  .tablet\:box_s-initial {
    box-sizing: initial;
  }
  .tablet\:box_s-revert {
    box-sizing: revert;
  }
  .tablet\:box_s-unset {
    box-sizing: unset;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:box_s-border {
    box-sizing: border-box;
  }
  .tablet-m\:box_s-content {
    box-sizing: content-box;
  }
  .tablet-m\:box_s-inherit {
    box-sizing: inherit;
  }
  .tablet-m\:box_s-initial {
    box-sizing: initial;
  }
  .tablet-m\:box_s-revert {
    box-sizing: revert;
  }
  .tablet-m\:box_s-unset {
    box-sizing: unset;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:box_s-border {
    box-sizing: border-box;
  }
  .tablet-l\:box_s-content {
    box-sizing: content-box;
  }
  .tablet-l\:box_s-inherit {
    box-sizing: inherit;
  }
  .tablet-l\:box_s-initial {
    box-sizing: initial;
  }
  .tablet-l\:box_s-revert {
    box-sizing: revert;
  }
  .tablet-l\:box_s-unset {
    box-sizing: unset;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:box_s-border {
    box-sizing: border-box;
  }
  .laptop\:box_s-content {
    box-sizing: content-box;
  }
  .laptop\:box_s-inherit {
    box-sizing: inherit;
  }
  .laptop\:box_s-initial {
    box-sizing: initial;
  }
  .laptop\:box_s-revert {
    box-sizing: revert;
  }
  .laptop\:box_s-unset {
    box-sizing: unset;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:box_s-border {
    box-sizing: border-box;
  }
  .laptop-l\:box_s-content {
    box-sizing: content-box;
  }
  .laptop-l\:box_s-inherit {
    box-sizing: inherit;
  }
  .laptop-l\:box_s-initial {
    box-sizing: initial;
  }
  .laptop-l\:box_s-revert {
    box-sizing: revert;
  }
  .laptop-l\:box_s-unset {
    box-sizing: unset;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:box_s-border {
    box-sizing: border-box;
  }
  .laptop-xl\:box_s-content {
    box-sizing: content-box;
  }
  .laptop-xl\:box_s-inherit {
    box-sizing: inherit;
  }
  .laptop-xl\:box_s-initial {
    box-sizing: initial;
  }
  .laptop-xl\:box_s-revert {
    box-sizing: revert;
  }
  .laptop-xl\:box_s-unset {
    box-sizing: unset;
  }
}
.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

.order-15 {
  order: 15;
}

.order-16 {
  order: 16;
}

.order-17 {
  order: 17;
}

.order-18 {
  order: 18;
}

.order-19 {
  order: 19;
}

@media screen and (min-width: 450px) {
  .mobile\:order-1 {
    order: 1;
  }
  .mobile\:order-2 {
    order: 2;
  }
  .mobile\:order-3 {
    order: 3;
  }
  .mobile\:order-4 {
    order: 4;
  }
  .mobile\:order-5 {
    order: 5;
  }
  .mobile\:order-6 {
    order: 6;
  }
  .mobile\:order-7 {
    order: 7;
  }
  .mobile\:order-8 {
    order: 8;
  }
  .mobile\:order-9 {
    order: 9;
  }
  .mobile\:order-10 {
    order: 10;
  }
  .mobile\:order-11 {
    order: 11;
  }
  .mobile\:order-12 {
    order: 12;
  }
  .mobile\:order-13 {
    order: 13;
  }
  .mobile\:order-14 {
    order: 14;
  }
  .mobile\:order-15 {
    order: 15;
  }
  .mobile\:order-16 {
    order: 16;
  }
  .mobile\:order-17 {
    order: 17;
  }
  .mobile\:order-18 {
    order: 18;
  }
  .mobile\:order-19 {
    order: 19;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:order-1 {
    order: 1;
  }
  .mobile-l\:order-2 {
    order: 2;
  }
  .mobile-l\:order-3 {
    order: 3;
  }
  .mobile-l\:order-4 {
    order: 4;
  }
  .mobile-l\:order-5 {
    order: 5;
  }
  .mobile-l\:order-6 {
    order: 6;
  }
  .mobile-l\:order-7 {
    order: 7;
  }
  .mobile-l\:order-8 {
    order: 8;
  }
  .mobile-l\:order-9 {
    order: 9;
  }
  .mobile-l\:order-10 {
    order: 10;
  }
  .mobile-l\:order-11 {
    order: 11;
  }
  .mobile-l\:order-12 {
    order: 12;
  }
  .mobile-l\:order-13 {
    order: 13;
  }
  .mobile-l\:order-14 {
    order: 14;
  }
  .mobile-l\:order-15 {
    order: 15;
  }
  .mobile-l\:order-16 {
    order: 16;
  }
  .mobile-l\:order-17 {
    order: 17;
  }
  .mobile-l\:order-18 {
    order: 18;
  }
  .mobile-l\:order-19 {
    order: 19;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:order-1 {
    order: 1;
  }
  .tablet\:order-2 {
    order: 2;
  }
  .tablet\:order-3 {
    order: 3;
  }
  .tablet\:order-4 {
    order: 4;
  }
  .tablet\:order-5 {
    order: 5;
  }
  .tablet\:order-6 {
    order: 6;
  }
  .tablet\:order-7 {
    order: 7;
  }
  .tablet\:order-8 {
    order: 8;
  }
  .tablet\:order-9 {
    order: 9;
  }
  .tablet\:order-10 {
    order: 10;
  }
  .tablet\:order-11 {
    order: 11;
  }
  .tablet\:order-12 {
    order: 12;
  }
  .tablet\:order-13 {
    order: 13;
  }
  .tablet\:order-14 {
    order: 14;
  }
  .tablet\:order-15 {
    order: 15;
  }
  .tablet\:order-16 {
    order: 16;
  }
  .tablet\:order-17 {
    order: 17;
  }
  .tablet\:order-18 {
    order: 18;
  }
  .tablet\:order-19 {
    order: 19;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:order-1 {
    order: 1;
  }
  .tablet-m\:order-2 {
    order: 2;
  }
  .tablet-m\:order-3 {
    order: 3;
  }
  .tablet-m\:order-4 {
    order: 4;
  }
  .tablet-m\:order-5 {
    order: 5;
  }
  .tablet-m\:order-6 {
    order: 6;
  }
  .tablet-m\:order-7 {
    order: 7;
  }
  .tablet-m\:order-8 {
    order: 8;
  }
  .tablet-m\:order-9 {
    order: 9;
  }
  .tablet-m\:order-10 {
    order: 10;
  }
  .tablet-m\:order-11 {
    order: 11;
  }
  .tablet-m\:order-12 {
    order: 12;
  }
  .tablet-m\:order-13 {
    order: 13;
  }
  .tablet-m\:order-14 {
    order: 14;
  }
  .tablet-m\:order-15 {
    order: 15;
  }
  .tablet-m\:order-16 {
    order: 16;
  }
  .tablet-m\:order-17 {
    order: 17;
  }
  .tablet-m\:order-18 {
    order: 18;
  }
  .tablet-m\:order-19 {
    order: 19;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:order-1 {
    order: 1;
  }
  .tablet-l\:order-2 {
    order: 2;
  }
  .tablet-l\:order-3 {
    order: 3;
  }
  .tablet-l\:order-4 {
    order: 4;
  }
  .tablet-l\:order-5 {
    order: 5;
  }
  .tablet-l\:order-6 {
    order: 6;
  }
  .tablet-l\:order-7 {
    order: 7;
  }
  .tablet-l\:order-8 {
    order: 8;
  }
  .tablet-l\:order-9 {
    order: 9;
  }
  .tablet-l\:order-10 {
    order: 10;
  }
  .tablet-l\:order-11 {
    order: 11;
  }
  .tablet-l\:order-12 {
    order: 12;
  }
  .tablet-l\:order-13 {
    order: 13;
  }
  .tablet-l\:order-14 {
    order: 14;
  }
  .tablet-l\:order-15 {
    order: 15;
  }
  .tablet-l\:order-16 {
    order: 16;
  }
  .tablet-l\:order-17 {
    order: 17;
  }
  .tablet-l\:order-18 {
    order: 18;
  }
  .tablet-l\:order-19 {
    order: 19;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:order-1 {
    order: 1;
  }
  .laptop\:order-2 {
    order: 2;
  }
  .laptop\:order-3 {
    order: 3;
  }
  .laptop\:order-4 {
    order: 4;
  }
  .laptop\:order-5 {
    order: 5;
  }
  .laptop\:order-6 {
    order: 6;
  }
  .laptop\:order-7 {
    order: 7;
  }
  .laptop\:order-8 {
    order: 8;
  }
  .laptop\:order-9 {
    order: 9;
  }
  .laptop\:order-10 {
    order: 10;
  }
  .laptop\:order-11 {
    order: 11;
  }
  .laptop\:order-12 {
    order: 12;
  }
  .laptop\:order-13 {
    order: 13;
  }
  .laptop\:order-14 {
    order: 14;
  }
  .laptop\:order-15 {
    order: 15;
  }
  .laptop\:order-16 {
    order: 16;
  }
  .laptop\:order-17 {
    order: 17;
  }
  .laptop\:order-18 {
    order: 18;
  }
  .laptop\:order-19 {
    order: 19;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:order-1 {
    order: 1;
  }
  .laptop-l\:order-2 {
    order: 2;
  }
  .laptop-l\:order-3 {
    order: 3;
  }
  .laptop-l\:order-4 {
    order: 4;
  }
  .laptop-l\:order-5 {
    order: 5;
  }
  .laptop-l\:order-6 {
    order: 6;
  }
  .laptop-l\:order-7 {
    order: 7;
  }
  .laptop-l\:order-8 {
    order: 8;
  }
  .laptop-l\:order-9 {
    order: 9;
  }
  .laptop-l\:order-10 {
    order: 10;
  }
  .laptop-l\:order-11 {
    order: 11;
  }
  .laptop-l\:order-12 {
    order: 12;
  }
  .laptop-l\:order-13 {
    order: 13;
  }
  .laptop-l\:order-14 {
    order: 14;
  }
  .laptop-l\:order-15 {
    order: 15;
  }
  .laptop-l\:order-16 {
    order: 16;
  }
  .laptop-l\:order-17 {
    order: 17;
  }
  .laptop-l\:order-18 {
    order: 18;
  }
  .laptop-l\:order-19 {
    order: 19;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:order-1 {
    order: 1;
  }
  .laptop-xl\:order-2 {
    order: 2;
  }
  .laptop-xl\:order-3 {
    order: 3;
  }
  .laptop-xl\:order-4 {
    order: 4;
  }
  .laptop-xl\:order-5 {
    order: 5;
  }
  .laptop-xl\:order-6 {
    order: 6;
  }
  .laptop-xl\:order-7 {
    order: 7;
  }
  .laptop-xl\:order-8 {
    order: 8;
  }
  .laptop-xl\:order-9 {
    order: 9;
  }
  .laptop-xl\:order-10 {
    order: 10;
  }
  .laptop-xl\:order-11 {
    order: 11;
  }
  .laptop-xl\:order-12 {
    order: 12;
  }
  .laptop-xl\:order-13 {
    order: 13;
  }
  .laptop-xl\:order-14 {
    order: 14;
  }
  .laptop-xl\:order-15 {
    order: 15;
  }
  .laptop-xl\:order-16 {
    order: 16;
  }
  .laptop-xl\:order-17 {
    order: 17;
  }
  .laptop-xl\:order-18 {
    order: 18;
  }
  .laptop-xl\:order-19 {
    order: 19;
  }
}
.tblr-0 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.tlr-0 {
  top: 0;
  left: 0;
  right: 0;
}

.lr-0 {
  left: 0;
  right: 0;
}

.avoid-column {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.w-0 {
  width: 0%;
}

.h-0 {
  height: 0%;
}

.w-1 {
  width: 1%;
}

.h-1 {
  height: 1%;
}

.w-2 {
  width: 2%;
}

.h-2 {
  height: 2%;
}

.w-3 {
  width: 3%;
}

.h-3 {
  height: 3%;
}

.w-4 {
  width: 4%;
}

.h-4 {
  height: 4%;
}

.w-5 {
  width: 5%;
}

.h-5 {
  height: 5%;
}

.w-6 {
  width: 6%;
}

.h-6 {
  height: 6%;
}

.w-7 {
  width: 7%;
}

.h-7 {
  height: 7%;
}

.w-8 {
  width: 8%;
}

.h-8 {
  height: 8%;
}

.w-9 {
  width: 9%;
}

.h-9 {
  height: 9%;
}

.w-10 {
  width: 10%;
}

.h-10 {
  height: 10%;
}

.w-11 {
  width: 11%;
}

.h-11 {
  height: 11%;
}

.w-12 {
  width: 12%;
}

.h-12 {
  height: 12%;
}

.w-13 {
  width: 13%;
}

.h-13 {
  height: 13%;
}

.w-14 {
  width: 14%;
}

.h-14 {
  height: 14%;
}

.w-15 {
  width: 15%;
}

.h-15 {
  height: 15%;
}

.w-16 {
  width: 16%;
}

.h-16 {
  height: 16%;
}

.w-17 {
  width: 17%;
}

.h-17 {
  height: 17%;
}

.w-18 {
  width: 18%;
}

.h-18 {
  height: 18%;
}

.w-19 {
  width: 19%;
}

.h-19 {
  height: 19%;
}

.w-20 {
  width: 20%;
}

.h-20 {
  height: 20%;
}

.w-21 {
  width: 21%;
}

.h-21 {
  height: 21%;
}

.w-22 {
  width: 22%;
}

.h-22 {
  height: 22%;
}

.w-23 {
  width: 23%;
}

.h-23 {
  height: 23%;
}

.w-24 {
  width: 24%;
}

.h-24 {
  height: 24%;
}

.w-25 {
  width: 25%;
}

.h-25 {
  height: 25%;
}

.w-26 {
  width: 26%;
}

.h-26 {
  height: 26%;
}

.w-27 {
  width: 27%;
}

.h-27 {
  height: 27%;
}

.w-28 {
  width: 28%;
}

.h-28 {
  height: 28%;
}

.w-29 {
  width: 29%;
}

.h-29 {
  height: 29%;
}

.w-30 {
  width: 30%;
}

.h-30 {
  height: 30%;
}

.w-31 {
  width: 31%;
}

.h-31 {
  height: 31%;
}

.w-32 {
  width: 32%;
}

.h-32 {
  height: 32%;
}

.w-33 {
  width: 33%;
}

.h-33 {
  height: 33%;
}

.w-34 {
  width: 34%;
}

.h-34 {
  height: 34%;
}

.w-35 {
  width: 35%;
}

.h-35 {
  height: 35%;
}

.w-36 {
  width: 36%;
}

.h-36 {
  height: 36%;
}

.w-37 {
  width: 37%;
}

.h-37 {
  height: 37%;
}

.w-38 {
  width: 38%;
}

.h-38 {
  height: 38%;
}

.w-39 {
  width: 39%;
}

.h-39 {
  height: 39%;
}

.w-40 {
  width: 40%;
}

.h-40 {
  height: 40%;
}

.w-41 {
  width: 41%;
}

.h-41 {
  height: 41%;
}

.w-42 {
  width: 42%;
}

.h-42 {
  height: 42%;
}

.w-43 {
  width: 43%;
}

.h-43 {
  height: 43%;
}

.w-44 {
  width: 44%;
}

.h-44 {
  height: 44%;
}

.w-45 {
  width: 45%;
}

.h-45 {
  height: 45%;
}

.w-46 {
  width: 46%;
}

.h-46 {
  height: 46%;
}

.w-47 {
  width: 47%;
}

.h-47 {
  height: 47%;
}

.w-48 {
  width: 48%;
}

.h-48 {
  height: 48%;
}

.w-49 {
  width: 49%;
}

.h-49 {
  height: 49%;
}

.w-50 {
  width: 50%;
}

.h-50 {
  height: 50%;
}

.w-51 {
  width: 51%;
}

.h-51 {
  height: 51%;
}

.w-52 {
  width: 52%;
}

.h-52 {
  height: 52%;
}

.w-53 {
  width: 53%;
}

.h-53 {
  height: 53%;
}

.w-54 {
  width: 54%;
}

.h-54 {
  height: 54%;
}

.w-55 {
  width: 55%;
}

.h-55 {
  height: 55%;
}

.w-56 {
  width: 56%;
}

.h-56 {
  height: 56%;
}

.w-57 {
  width: 57%;
}

.h-57 {
  height: 57%;
}

.w-58 {
  width: 58%;
}

.h-58 {
  height: 58%;
}

.w-59 {
  width: 59%;
}

.h-59 {
  height: 59%;
}

.w-60 {
  width: 60%;
}

.h-60 {
  height: 60%;
}

.w-61 {
  width: 61%;
}

.h-61 {
  height: 61%;
}

.w-62 {
  width: 62%;
}

.h-62 {
  height: 62%;
}

.w-63 {
  width: 63%;
}

.h-63 {
  height: 63%;
}

.w-64 {
  width: 64%;
}

.h-64 {
  height: 64%;
}

.w-65 {
  width: 65%;
}

.h-65 {
  height: 65%;
}

.w-66 {
  width: 66%;
}

.h-66 {
  height: 66%;
}

.w-67 {
  width: 67%;
}

.h-67 {
  height: 67%;
}

.w-68 {
  width: 68%;
}

.h-68 {
  height: 68%;
}

.w-69 {
  width: 69%;
}

.h-69 {
  height: 69%;
}

.w-70 {
  width: 70%;
}

.h-70 {
  height: 70%;
}

.w-71 {
  width: 71%;
}

.h-71 {
  height: 71%;
}

.w-72 {
  width: 72%;
}

.h-72 {
  height: 72%;
}

.w-73 {
  width: 73%;
}

.h-73 {
  height: 73%;
}

.w-74 {
  width: 74%;
}

.h-74 {
  height: 74%;
}

.w-75 {
  width: 75%;
}

.h-75 {
  height: 75%;
}

.w-76 {
  width: 76%;
}

.h-76 {
  height: 76%;
}

.w-77 {
  width: 77%;
}

.h-77 {
  height: 77%;
}

.w-78 {
  width: 78%;
}

.h-78 {
  height: 78%;
}

.w-79 {
  width: 79%;
}

.h-79 {
  height: 79%;
}

.w-80 {
  width: 80%;
}

.h-80 {
  height: 80%;
}

.w-81 {
  width: 81%;
}

.h-81 {
  height: 81%;
}

.w-82 {
  width: 82%;
}

.h-82 {
  height: 82%;
}

.w-83 {
  width: 83%;
}

.h-83 {
  height: 83%;
}

.w-84 {
  width: 84%;
}

.h-84 {
  height: 84%;
}

.w-85 {
  width: 85%;
}

.h-85 {
  height: 85%;
}

.w-86 {
  width: 86%;
}

.h-86 {
  height: 86%;
}

.w-87 {
  width: 87%;
}

.h-87 {
  height: 87%;
}

.w-88 {
  width: 88%;
}

.h-88 {
  height: 88%;
}

.w-89 {
  width: 89%;
}

.h-89 {
  height: 89%;
}

.w-90 {
  width: 90%;
}

.h-90 {
  height: 90%;
}

.w-91 {
  width: 91%;
}

.h-91 {
  height: 91%;
}

.w-92 {
  width: 92%;
}

.h-92 {
  height: 92%;
}

.w-93 {
  width: 93%;
}

.h-93 {
  height: 93%;
}

.w-94 {
  width: 94%;
}

.h-94 {
  height: 94%;
}

.w-95 {
  width: 95%;
}

.h-95 {
  height: 95%;
}

.w-96 {
  width: 96%;
}

.h-96 {
  height: 96%;
}

.w-97 {
  width: 97%;
}

.h-97 {
  height: 97%;
}

.w-98 {
  width: 98%;
}

.h-98 {
  height: 98%;
}

.w-99 {
  width: 99%;
}

.h-99 {
  height: 99%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

@media screen and (min-width: 450px) {
  .mobile\:w-0 {
    width: 0%;
  }
  .mobile-w-0 {
    width: 0%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-1 {
    width: 1%;
  }
  .mobile-w-1 {
    width: 1%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-2 {
    width: 2%;
  }
  .mobile-w-2 {
    width: 2%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-3 {
    width: 3%;
  }
  .mobile-w-3 {
    width: 3%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-4 {
    width: 4%;
  }
  .mobile-w-4 {
    width: 4%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-5 {
    width: 5%;
  }
  .mobile-w-5 {
    width: 5%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-6 {
    width: 6%;
  }
  .mobile-w-6 {
    width: 6%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-7 {
    width: 7%;
  }
  .mobile-w-7 {
    width: 7%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-8 {
    width: 8%;
  }
  .mobile-w-8 {
    width: 8%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-9 {
    width: 9%;
  }
  .mobile-w-9 {
    width: 9%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-10 {
    width: 10%;
  }
  .mobile-w-10 {
    width: 10%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-11 {
    width: 11%;
  }
  .mobile-w-11 {
    width: 11%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-12 {
    width: 12%;
  }
  .mobile-w-12 {
    width: 12%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-13 {
    width: 13%;
  }
  .mobile-w-13 {
    width: 13%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-14 {
    width: 14%;
  }
  .mobile-w-14 {
    width: 14%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-15 {
    width: 15%;
  }
  .mobile-w-15 {
    width: 15%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-16 {
    width: 16%;
  }
  .mobile-w-16 {
    width: 16%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-17 {
    width: 17%;
  }
  .mobile-w-17 {
    width: 17%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-18 {
    width: 18%;
  }
  .mobile-w-18 {
    width: 18%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-19 {
    width: 19%;
  }
  .mobile-w-19 {
    width: 19%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-20 {
    width: 20%;
  }
  .mobile-w-20 {
    width: 20%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-21 {
    width: 21%;
  }
  .mobile-w-21 {
    width: 21%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-22 {
    width: 22%;
  }
  .mobile-w-22 {
    width: 22%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-23 {
    width: 23%;
  }
  .mobile-w-23 {
    width: 23%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-24 {
    width: 24%;
  }
  .mobile-w-24 {
    width: 24%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-25 {
    width: 25%;
  }
  .mobile-w-25 {
    width: 25%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-26 {
    width: 26%;
  }
  .mobile-w-26 {
    width: 26%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-27 {
    width: 27%;
  }
  .mobile-w-27 {
    width: 27%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-28 {
    width: 28%;
  }
  .mobile-w-28 {
    width: 28%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-29 {
    width: 29%;
  }
  .mobile-w-29 {
    width: 29%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-30 {
    width: 30%;
  }
  .mobile-w-30 {
    width: 30%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-31 {
    width: 31%;
  }
  .mobile-w-31 {
    width: 31%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-32 {
    width: 32%;
  }
  .mobile-w-32 {
    width: 32%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-33 {
    width: 33%;
  }
  .mobile-w-33 {
    width: 33%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-34 {
    width: 34%;
  }
  .mobile-w-34 {
    width: 34%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-35 {
    width: 35%;
  }
  .mobile-w-35 {
    width: 35%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-36 {
    width: 36%;
  }
  .mobile-w-36 {
    width: 36%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-37 {
    width: 37%;
  }
  .mobile-w-37 {
    width: 37%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-38 {
    width: 38%;
  }
  .mobile-w-38 {
    width: 38%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-39 {
    width: 39%;
  }
  .mobile-w-39 {
    width: 39%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-40 {
    width: 40%;
  }
  .mobile-w-40 {
    width: 40%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-41 {
    width: 41%;
  }
  .mobile-w-41 {
    width: 41%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-42 {
    width: 42%;
  }
  .mobile-w-42 {
    width: 42%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-43 {
    width: 43%;
  }
  .mobile-w-43 {
    width: 43%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-44 {
    width: 44%;
  }
  .mobile-w-44 {
    width: 44%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-45 {
    width: 45%;
  }
  .mobile-w-45 {
    width: 45%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-46 {
    width: 46%;
  }
  .mobile-w-46 {
    width: 46%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-47 {
    width: 47%;
  }
  .mobile-w-47 {
    width: 47%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-48 {
    width: 48%;
  }
  .mobile-w-48 {
    width: 48%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-49 {
    width: 49%;
  }
  .mobile-w-49 {
    width: 49%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-50 {
    width: 50%;
  }
  .mobile-w-50 {
    width: 50%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-51 {
    width: 51%;
  }
  .mobile-w-51 {
    width: 51%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-52 {
    width: 52%;
  }
  .mobile-w-52 {
    width: 52%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-53 {
    width: 53%;
  }
  .mobile-w-53 {
    width: 53%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-54 {
    width: 54%;
  }
  .mobile-w-54 {
    width: 54%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-55 {
    width: 55%;
  }
  .mobile-w-55 {
    width: 55%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-56 {
    width: 56%;
  }
  .mobile-w-56 {
    width: 56%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-57 {
    width: 57%;
  }
  .mobile-w-57 {
    width: 57%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-58 {
    width: 58%;
  }
  .mobile-w-58 {
    width: 58%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-59 {
    width: 59%;
  }
  .mobile-w-59 {
    width: 59%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-60 {
    width: 60%;
  }
  .mobile-w-60 {
    width: 60%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-61 {
    width: 61%;
  }
  .mobile-w-61 {
    width: 61%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-62 {
    width: 62%;
  }
  .mobile-w-62 {
    width: 62%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-63 {
    width: 63%;
  }
  .mobile-w-63 {
    width: 63%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-64 {
    width: 64%;
  }
  .mobile-w-64 {
    width: 64%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-65 {
    width: 65%;
  }
  .mobile-w-65 {
    width: 65%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-66 {
    width: 66%;
  }
  .mobile-w-66 {
    width: 66%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-67 {
    width: 67%;
  }
  .mobile-w-67 {
    width: 67%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-68 {
    width: 68%;
  }
  .mobile-w-68 {
    width: 68%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-69 {
    width: 69%;
  }
  .mobile-w-69 {
    width: 69%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-70 {
    width: 70%;
  }
  .mobile-w-70 {
    width: 70%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-71 {
    width: 71%;
  }
  .mobile-w-71 {
    width: 71%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-72 {
    width: 72%;
  }
  .mobile-w-72 {
    width: 72%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-73 {
    width: 73%;
  }
  .mobile-w-73 {
    width: 73%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-74 {
    width: 74%;
  }
  .mobile-w-74 {
    width: 74%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-75 {
    width: 75%;
  }
  .mobile-w-75 {
    width: 75%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-76 {
    width: 76%;
  }
  .mobile-w-76 {
    width: 76%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-77 {
    width: 77%;
  }
  .mobile-w-77 {
    width: 77%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-78 {
    width: 78%;
  }
  .mobile-w-78 {
    width: 78%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-79 {
    width: 79%;
  }
  .mobile-w-79 {
    width: 79%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-80 {
    width: 80%;
  }
  .mobile-w-80 {
    width: 80%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-81 {
    width: 81%;
  }
  .mobile-w-81 {
    width: 81%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-82 {
    width: 82%;
  }
  .mobile-w-82 {
    width: 82%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-83 {
    width: 83%;
  }
  .mobile-w-83 {
    width: 83%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-84 {
    width: 84%;
  }
  .mobile-w-84 {
    width: 84%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-85 {
    width: 85%;
  }
  .mobile-w-85 {
    width: 85%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-86 {
    width: 86%;
  }
  .mobile-w-86 {
    width: 86%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-87 {
    width: 87%;
  }
  .mobile-w-87 {
    width: 87%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-88 {
    width: 88%;
  }
  .mobile-w-88 {
    width: 88%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-89 {
    width: 89%;
  }
  .mobile-w-89 {
    width: 89%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-90 {
    width: 90%;
  }
  .mobile-w-90 {
    width: 90%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-91 {
    width: 91%;
  }
  .mobile-w-91 {
    width: 91%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-92 {
    width: 92%;
  }
  .mobile-w-92 {
    width: 92%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-93 {
    width: 93%;
  }
  .mobile-w-93 {
    width: 93%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-94 {
    width: 94%;
  }
  .mobile-w-94 {
    width: 94%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-95 {
    width: 95%;
  }
  .mobile-w-95 {
    width: 95%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-96 {
    width: 96%;
  }
  .mobile-w-96 {
    width: 96%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-97 {
    width: 97%;
  }
  .mobile-w-97 {
    width: 97%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-98 {
    width: 98%;
  }
  .mobile-w-98 {
    width: 98%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-99 {
    width: 99%;
  }
  .mobile-w-99 {
    width: 99%;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:w-100 {
    width: 100%;
  }
  .mobile-w-100 {
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-0 {
    width: 0%;
  }
  .mobile-l-w-0 {
    width: 0%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-1 {
    width: 1%;
  }
  .mobile-l-w-1 {
    width: 1%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-2 {
    width: 2%;
  }
  .mobile-l-w-2 {
    width: 2%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-3 {
    width: 3%;
  }
  .mobile-l-w-3 {
    width: 3%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-4 {
    width: 4%;
  }
  .mobile-l-w-4 {
    width: 4%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-5 {
    width: 5%;
  }
  .mobile-l-w-5 {
    width: 5%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-6 {
    width: 6%;
  }
  .mobile-l-w-6 {
    width: 6%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-7 {
    width: 7%;
  }
  .mobile-l-w-7 {
    width: 7%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-8 {
    width: 8%;
  }
  .mobile-l-w-8 {
    width: 8%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-9 {
    width: 9%;
  }
  .mobile-l-w-9 {
    width: 9%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-10 {
    width: 10%;
  }
  .mobile-l-w-10 {
    width: 10%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-11 {
    width: 11%;
  }
  .mobile-l-w-11 {
    width: 11%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-12 {
    width: 12%;
  }
  .mobile-l-w-12 {
    width: 12%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-13 {
    width: 13%;
  }
  .mobile-l-w-13 {
    width: 13%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-14 {
    width: 14%;
  }
  .mobile-l-w-14 {
    width: 14%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-15 {
    width: 15%;
  }
  .mobile-l-w-15 {
    width: 15%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-16 {
    width: 16%;
  }
  .mobile-l-w-16 {
    width: 16%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-17 {
    width: 17%;
  }
  .mobile-l-w-17 {
    width: 17%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-18 {
    width: 18%;
  }
  .mobile-l-w-18 {
    width: 18%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-19 {
    width: 19%;
  }
  .mobile-l-w-19 {
    width: 19%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-20 {
    width: 20%;
  }
  .mobile-l-w-20 {
    width: 20%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-21 {
    width: 21%;
  }
  .mobile-l-w-21 {
    width: 21%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-22 {
    width: 22%;
  }
  .mobile-l-w-22 {
    width: 22%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-23 {
    width: 23%;
  }
  .mobile-l-w-23 {
    width: 23%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-24 {
    width: 24%;
  }
  .mobile-l-w-24 {
    width: 24%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-25 {
    width: 25%;
  }
  .mobile-l-w-25 {
    width: 25%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-26 {
    width: 26%;
  }
  .mobile-l-w-26 {
    width: 26%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-27 {
    width: 27%;
  }
  .mobile-l-w-27 {
    width: 27%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-28 {
    width: 28%;
  }
  .mobile-l-w-28 {
    width: 28%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-29 {
    width: 29%;
  }
  .mobile-l-w-29 {
    width: 29%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-30 {
    width: 30%;
  }
  .mobile-l-w-30 {
    width: 30%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-31 {
    width: 31%;
  }
  .mobile-l-w-31 {
    width: 31%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-32 {
    width: 32%;
  }
  .mobile-l-w-32 {
    width: 32%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-33 {
    width: 33%;
  }
  .mobile-l-w-33 {
    width: 33%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-34 {
    width: 34%;
  }
  .mobile-l-w-34 {
    width: 34%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-35 {
    width: 35%;
  }
  .mobile-l-w-35 {
    width: 35%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-36 {
    width: 36%;
  }
  .mobile-l-w-36 {
    width: 36%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-37 {
    width: 37%;
  }
  .mobile-l-w-37 {
    width: 37%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-38 {
    width: 38%;
  }
  .mobile-l-w-38 {
    width: 38%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-39 {
    width: 39%;
  }
  .mobile-l-w-39 {
    width: 39%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-40 {
    width: 40%;
  }
  .mobile-l-w-40 {
    width: 40%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-41 {
    width: 41%;
  }
  .mobile-l-w-41 {
    width: 41%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-42 {
    width: 42%;
  }
  .mobile-l-w-42 {
    width: 42%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-43 {
    width: 43%;
  }
  .mobile-l-w-43 {
    width: 43%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-44 {
    width: 44%;
  }
  .mobile-l-w-44 {
    width: 44%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-45 {
    width: 45%;
  }
  .mobile-l-w-45 {
    width: 45%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-46 {
    width: 46%;
  }
  .mobile-l-w-46 {
    width: 46%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-47 {
    width: 47%;
  }
  .mobile-l-w-47 {
    width: 47%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-48 {
    width: 48%;
  }
  .mobile-l-w-48 {
    width: 48%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-49 {
    width: 49%;
  }
  .mobile-l-w-49 {
    width: 49%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-50 {
    width: 50%;
  }
  .mobile-l-w-50 {
    width: 50%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-51 {
    width: 51%;
  }
  .mobile-l-w-51 {
    width: 51%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-52 {
    width: 52%;
  }
  .mobile-l-w-52 {
    width: 52%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-53 {
    width: 53%;
  }
  .mobile-l-w-53 {
    width: 53%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-54 {
    width: 54%;
  }
  .mobile-l-w-54 {
    width: 54%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-55 {
    width: 55%;
  }
  .mobile-l-w-55 {
    width: 55%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-56 {
    width: 56%;
  }
  .mobile-l-w-56 {
    width: 56%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-57 {
    width: 57%;
  }
  .mobile-l-w-57 {
    width: 57%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-58 {
    width: 58%;
  }
  .mobile-l-w-58 {
    width: 58%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-59 {
    width: 59%;
  }
  .mobile-l-w-59 {
    width: 59%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-60 {
    width: 60%;
  }
  .mobile-l-w-60 {
    width: 60%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-61 {
    width: 61%;
  }
  .mobile-l-w-61 {
    width: 61%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-62 {
    width: 62%;
  }
  .mobile-l-w-62 {
    width: 62%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-63 {
    width: 63%;
  }
  .mobile-l-w-63 {
    width: 63%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-64 {
    width: 64%;
  }
  .mobile-l-w-64 {
    width: 64%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-65 {
    width: 65%;
  }
  .mobile-l-w-65 {
    width: 65%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-66 {
    width: 66%;
  }
  .mobile-l-w-66 {
    width: 66%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-67 {
    width: 67%;
  }
  .mobile-l-w-67 {
    width: 67%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-68 {
    width: 68%;
  }
  .mobile-l-w-68 {
    width: 68%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-69 {
    width: 69%;
  }
  .mobile-l-w-69 {
    width: 69%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-70 {
    width: 70%;
  }
  .mobile-l-w-70 {
    width: 70%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-71 {
    width: 71%;
  }
  .mobile-l-w-71 {
    width: 71%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-72 {
    width: 72%;
  }
  .mobile-l-w-72 {
    width: 72%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-73 {
    width: 73%;
  }
  .mobile-l-w-73 {
    width: 73%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-74 {
    width: 74%;
  }
  .mobile-l-w-74 {
    width: 74%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-75 {
    width: 75%;
  }
  .mobile-l-w-75 {
    width: 75%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-76 {
    width: 76%;
  }
  .mobile-l-w-76 {
    width: 76%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-77 {
    width: 77%;
  }
  .mobile-l-w-77 {
    width: 77%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-78 {
    width: 78%;
  }
  .mobile-l-w-78 {
    width: 78%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-79 {
    width: 79%;
  }
  .mobile-l-w-79 {
    width: 79%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-80 {
    width: 80%;
  }
  .mobile-l-w-80 {
    width: 80%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-81 {
    width: 81%;
  }
  .mobile-l-w-81 {
    width: 81%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-82 {
    width: 82%;
  }
  .mobile-l-w-82 {
    width: 82%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-83 {
    width: 83%;
  }
  .mobile-l-w-83 {
    width: 83%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-84 {
    width: 84%;
  }
  .mobile-l-w-84 {
    width: 84%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-85 {
    width: 85%;
  }
  .mobile-l-w-85 {
    width: 85%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-86 {
    width: 86%;
  }
  .mobile-l-w-86 {
    width: 86%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-87 {
    width: 87%;
  }
  .mobile-l-w-87 {
    width: 87%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-88 {
    width: 88%;
  }
  .mobile-l-w-88 {
    width: 88%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-89 {
    width: 89%;
  }
  .mobile-l-w-89 {
    width: 89%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-90 {
    width: 90%;
  }
  .mobile-l-w-90 {
    width: 90%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-91 {
    width: 91%;
  }
  .mobile-l-w-91 {
    width: 91%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-92 {
    width: 92%;
  }
  .mobile-l-w-92 {
    width: 92%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-93 {
    width: 93%;
  }
  .mobile-l-w-93 {
    width: 93%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-94 {
    width: 94%;
  }
  .mobile-l-w-94 {
    width: 94%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-95 {
    width: 95%;
  }
  .mobile-l-w-95 {
    width: 95%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-96 {
    width: 96%;
  }
  .mobile-l-w-96 {
    width: 96%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-97 {
    width: 97%;
  }
  .mobile-l-w-97 {
    width: 97%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-98 {
    width: 98%;
  }
  .mobile-l-w-98 {
    width: 98%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-99 {
    width: 99%;
  }
  .mobile-l-w-99 {
    width: 99%;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-100 {
    width: 100%;
  }
  .mobile-l-w-100 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-0 {
    width: 0%;
  }
  .tablet-w-0 {
    width: 0%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-1 {
    width: 1%;
  }
  .tablet-w-1 {
    width: 1%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-2 {
    width: 2%;
  }
  .tablet-w-2 {
    width: 2%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-3 {
    width: 3%;
  }
  .tablet-w-3 {
    width: 3%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-4 {
    width: 4%;
  }
  .tablet-w-4 {
    width: 4%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-5 {
    width: 5%;
  }
  .tablet-w-5 {
    width: 5%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-6 {
    width: 6%;
  }
  .tablet-w-6 {
    width: 6%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-7 {
    width: 7%;
  }
  .tablet-w-7 {
    width: 7%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-8 {
    width: 8%;
  }
  .tablet-w-8 {
    width: 8%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-9 {
    width: 9%;
  }
  .tablet-w-9 {
    width: 9%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-10 {
    width: 10%;
  }
  .tablet-w-10 {
    width: 10%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-11 {
    width: 11%;
  }
  .tablet-w-11 {
    width: 11%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-12 {
    width: 12%;
  }
  .tablet-w-12 {
    width: 12%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-13 {
    width: 13%;
  }
  .tablet-w-13 {
    width: 13%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-14 {
    width: 14%;
  }
  .tablet-w-14 {
    width: 14%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-15 {
    width: 15%;
  }
  .tablet-w-15 {
    width: 15%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-16 {
    width: 16%;
  }
  .tablet-w-16 {
    width: 16%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-17 {
    width: 17%;
  }
  .tablet-w-17 {
    width: 17%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-18 {
    width: 18%;
  }
  .tablet-w-18 {
    width: 18%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-19 {
    width: 19%;
  }
  .tablet-w-19 {
    width: 19%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-20 {
    width: 20%;
  }
  .tablet-w-20 {
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-21 {
    width: 21%;
  }
  .tablet-w-21 {
    width: 21%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-22 {
    width: 22%;
  }
  .tablet-w-22 {
    width: 22%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-23 {
    width: 23%;
  }
  .tablet-w-23 {
    width: 23%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-24 {
    width: 24%;
  }
  .tablet-w-24 {
    width: 24%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-25 {
    width: 25%;
  }
  .tablet-w-25 {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-26 {
    width: 26%;
  }
  .tablet-w-26 {
    width: 26%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-27 {
    width: 27%;
  }
  .tablet-w-27 {
    width: 27%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-28 {
    width: 28%;
  }
  .tablet-w-28 {
    width: 28%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-29 {
    width: 29%;
  }
  .tablet-w-29 {
    width: 29%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-30 {
    width: 30%;
  }
  .tablet-w-30 {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-31 {
    width: 31%;
  }
  .tablet-w-31 {
    width: 31%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-32 {
    width: 32%;
  }
  .tablet-w-32 {
    width: 32%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-33 {
    width: 33%;
  }
  .tablet-w-33 {
    width: 33%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-34 {
    width: 34%;
  }
  .tablet-w-34 {
    width: 34%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-35 {
    width: 35%;
  }
  .tablet-w-35 {
    width: 35%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-36 {
    width: 36%;
  }
  .tablet-w-36 {
    width: 36%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-37 {
    width: 37%;
  }
  .tablet-w-37 {
    width: 37%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-38 {
    width: 38%;
  }
  .tablet-w-38 {
    width: 38%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-39 {
    width: 39%;
  }
  .tablet-w-39 {
    width: 39%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-40 {
    width: 40%;
  }
  .tablet-w-40 {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-41 {
    width: 41%;
  }
  .tablet-w-41 {
    width: 41%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-42 {
    width: 42%;
  }
  .tablet-w-42 {
    width: 42%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-43 {
    width: 43%;
  }
  .tablet-w-43 {
    width: 43%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-44 {
    width: 44%;
  }
  .tablet-w-44 {
    width: 44%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-45 {
    width: 45%;
  }
  .tablet-w-45 {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-46 {
    width: 46%;
  }
  .tablet-w-46 {
    width: 46%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-47 {
    width: 47%;
  }
  .tablet-w-47 {
    width: 47%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-48 {
    width: 48%;
  }
  .tablet-w-48 {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-49 {
    width: 49%;
  }
  .tablet-w-49 {
    width: 49%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-50 {
    width: 50%;
  }
  .tablet-w-50 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-51 {
    width: 51%;
  }
  .tablet-w-51 {
    width: 51%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-52 {
    width: 52%;
  }
  .tablet-w-52 {
    width: 52%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-53 {
    width: 53%;
  }
  .tablet-w-53 {
    width: 53%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-54 {
    width: 54%;
  }
  .tablet-w-54 {
    width: 54%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-55 {
    width: 55%;
  }
  .tablet-w-55 {
    width: 55%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-56 {
    width: 56%;
  }
  .tablet-w-56 {
    width: 56%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-57 {
    width: 57%;
  }
  .tablet-w-57 {
    width: 57%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-58 {
    width: 58%;
  }
  .tablet-w-58 {
    width: 58%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-59 {
    width: 59%;
  }
  .tablet-w-59 {
    width: 59%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-60 {
    width: 60%;
  }
  .tablet-w-60 {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-61 {
    width: 61%;
  }
  .tablet-w-61 {
    width: 61%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-62 {
    width: 62%;
  }
  .tablet-w-62 {
    width: 62%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-63 {
    width: 63%;
  }
  .tablet-w-63 {
    width: 63%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-64 {
    width: 64%;
  }
  .tablet-w-64 {
    width: 64%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-65 {
    width: 65%;
  }
  .tablet-w-65 {
    width: 65%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-66 {
    width: 66%;
  }
  .tablet-w-66 {
    width: 66%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-67 {
    width: 67%;
  }
  .tablet-w-67 {
    width: 67%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-68 {
    width: 68%;
  }
  .tablet-w-68 {
    width: 68%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-69 {
    width: 69%;
  }
  .tablet-w-69 {
    width: 69%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-70 {
    width: 70%;
  }
  .tablet-w-70 {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-71 {
    width: 71%;
  }
  .tablet-w-71 {
    width: 71%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-72 {
    width: 72%;
  }
  .tablet-w-72 {
    width: 72%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-73 {
    width: 73%;
  }
  .tablet-w-73 {
    width: 73%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-74 {
    width: 74%;
  }
  .tablet-w-74 {
    width: 74%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-75 {
    width: 75%;
  }
  .tablet-w-75 {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-76 {
    width: 76%;
  }
  .tablet-w-76 {
    width: 76%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-77 {
    width: 77%;
  }
  .tablet-w-77 {
    width: 77%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-78 {
    width: 78%;
  }
  .tablet-w-78 {
    width: 78%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-79 {
    width: 79%;
  }
  .tablet-w-79 {
    width: 79%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-80 {
    width: 80%;
  }
  .tablet-w-80 {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-81 {
    width: 81%;
  }
  .tablet-w-81 {
    width: 81%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-82 {
    width: 82%;
  }
  .tablet-w-82 {
    width: 82%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-83 {
    width: 83%;
  }
  .tablet-w-83 {
    width: 83%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-84 {
    width: 84%;
  }
  .tablet-w-84 {
    width: 84%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-85 {
    width: 85%;
  }
  .tablet-w-85 {
    width: 85%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-86 {
    width: 86%;
  }
  .tablet-w-86 {
    width: 86%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-87 {
    width: 87%;
  }
  .tablet-w-87 {
    width: 87%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-88 {
    width: 88%;
  }
  .tablet-w-88 {
    width: 88%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-89 {
    width: 89%;
  }
  .tablet-w-89 {
    width: 89%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-90 {
    width: 90%;
  }
  .tablet-w-90 {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-91 {
    width: 91%;
  }
  .tablet-w-91 {
    width: 91%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-92 {
    width: 92%;
  }
  .tablet-w-92 {
    width: 92%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-93 {
    width: 93%;
  }
  .tablet-w-93 {
    width: 93%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-94 {
    width: 94%;
  }
  .tablet-w-94 {
    width: 94%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-95 {
    width: 95%;
  }
  .tablet-w-95 {
    width: 95%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-96 {
    width: 96%;
  }
  .tablet-w-96 {
    width: 96%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-97 {
    width: 97%;
  }
  .tablet-w-97 {
    width: 97%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-98 {
    width: 98%;
  }
  .tablet-w-98 {
    width: 98%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-99 {
    width: 99%;
  }
  .tablet-w-99 {
    width: 99%;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-100 {
    width: 100%;
  }
  .tablet-w-100 {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-0 {
    width: 0%;
  }
  .tablet-m-w-0 {
    width: 0%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-1 {
    width: 1%;
  }
  .tablet-m-w-1 {
    width: 1%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-2 {
    width: 2%;
  }
  .tablet-m-w-2 {
    width: 2%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-3 {
    width: 3%;
  }
  .tablet-m-w-3 {
    width: 3%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-4 {
    width: 4%;
  }
  .tablet-m-w-4 {
    width: 4%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-5 {
    width: 5%;
  }
  .tablet-m-w-5 {
    width: 5%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-6 {
    width: 6%;
  }
  .tablet-m-w-6 {
    width: 6%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-7 {
    width: 7%;
  }
  .tablet-m-w-7 {
    width: 7%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-8 {
    width: 8%;
  }
  .tablet-m-w-8 {
    width: 8%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-9 {
    width: 9%;
  }
  .tablet-m-w-9 {
    width: 9%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-10 {
    width: 10%;
  }
  .tablet-m-w-10 {
    width: 10%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-11 {
    width: 11%;
  }
  .tablet-m-w-11 {
    width: 11%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-12 {
    width: 12%;
  }
  .tablet-m-w-12 {
    width: 12%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-13 {
    width: 13%;
  }
  .tablet-m-w-13 {
    width: 13%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-14 {
    width: 14%;
  }
  .tablet-m-w-14 {
    width: 14%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-15 {
    width: 15%;
  }
  .tablet-m-w-15 {
    width: 15%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-16 {
    width: 16%;
  }
  .tablet-m-w-16 {
    width: 16%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-17 {
    width: 17%;
  }
  .tablet-m-w-17 {
    width: 17%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-18 {
    width: 18%;
  }
  .tablet-m-w-18 {
    width: 18%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-19 {
    width: 19%;
  }
  .tablet-m-w-19 {
    width: 19%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-20 {
    width: 20%;
  }
  .tablet-m-w-20 {
    width: 20%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-21 {
    width: 21%;
  }
  .tablet-m-w-21 {
    width: 21%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-22 {
    width: 22%;
  }
  .tablet-m-w-22 {
    width: 22%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-23 {
    width: 23%;
  }
  .tablet-m-w-23 {
    width: 23%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-24 {
    width: 24%;
  }
  .tablet-m-w-24 {
    width: 24%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-25 {
    width: 25%;
  }
  .tablet-m-w-25 {
    width: 25%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-26 {
    width: 26%;
  }
  .tablet-m-w-26 {
    width: 26%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-27 {
    width: 27%;
  }
  .tablet-m-w-27 {
    width: 27%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-28 {
    width: 28%;
  }
  .tablet-m-w-28 {
    width: 28%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-29 {
    width: 29%;
  }
  .tablet-m-w-29 {
    width: 29%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-30 {
    width: 30%;
  }
  .tablet-m-w-30 {
    width: 30%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-31 {
    width: 31%;
  }
  .tablet-m-w-31 {
    width: 31%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-32 {
    width: 32%;
  }
  .tablet-m-w-32 {
    width: 32%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-33 {
    width: 33%;
  }
  .tablet-m-w-33 {
    width: 33%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-34 {
    width: 34%;
  }
  .tablet-m-w-34 {
    width: 34%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-35 {
    width: 35%;
  }
  .tablet-m-w-35 {
    width: 35%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-36 {
    width: 36%;
  }
  .tablet-m-w-36 {
    width: 36%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-37 {
    width: 37%;
  }
  .tablet-m-w-37 {
    width: 37%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-38 {
    width: 38%;
  }
  .tablet-m-w-38 {
    width: 38%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-39 {
    width: 39%;
  }
  .tablet-m-w-39 {
    width: 39%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-40 {
    width: 40%;
  }
  .tablet-m-w-40 {
    width: 40%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-41 {
    width: 41%;
  }
  .tablet-m-w-41 {
    width: 41%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-42 {
    width: 42%;
  }
  .tablet-m-w-42 {
    width: 42%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-43 {
    width: 43%;
  }
  .tablet-m-w-43 {
    width: 43%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-44 {
    width: 44%;
  }
  .tablet-m-w-44 {
    width: 44%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-45 {
    width: 45%;
  }
  .tablet-m-w-45 {
    width: 45%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-46 {
    width: 46%;
  }
  .tablet-m-w-46 {
    width: 46%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-47 {
    width: 47%;
  }
  .tablet-m-w-47 {
    width: 47%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-48 {
    width: 48%;
  }
  .tablet-m-w-48 {
    width: 48%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-49 {
    width: 49%;
  }
  .tablet-m-w-49 {
    width: 49%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-50 {
    width: 50%;
  }
  .tablet-m-w-50 {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-51 {
    width: 51%;
  }
  .tablet-m-w-51 {
    width: 51%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-52 {
    width: 52%;
  }
  .tablet-m-w-52 {
    width: 52%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-53 {
    width: 53%;
  }
  .tablet-m-w-53 {
    width: 53%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-54 {
    width: 54%;
  }
  .tablet-m-w-54 {
    width: 54%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-55 {
    width: 55%;
  }
  .tablet-m-w-55 {
    width: 55%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-56 {
    width: 56%;
  }
  .tablet-m-w-56 {
    width: 56%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-57 {
    width: 57%;
  }
  .tablet-m-w-57 {
    width: 57%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-58 {
    width: 58%;
  }
  .tablet-m-w-58 {
    width: 58%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-59 {
    width: 59%;
  }
  .tablet-m-w-59 {
    width: 59%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-60 {
    width: 60%;
  }
  .tablet-m-w-60 {
    width: 60%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-61 {
    width: 61%;
  }
  .tablet-m-w-61 {
    width: 61%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-62 {
    width: 62%;
  }
  .tablet-m-w-62 {
    width: 62%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-63 {
    width: 63%;
  }
  .tablet-m-w-63 {
    width: 63%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-64 {
    width: 64%;
  }
  .tablet-m-w-64 {
    width: 64%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-65 {
    width: 65%;
  }
  .tablet-m-w-65 {
    width: 65%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-66 {
    width: 66%;
  }
  .tablet-m-w-66 {
    width: 66%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-67 {
    width: 67%;
  }
  .tablet-m-w-67 {
    width: 67%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-68 {
    width: 68%;
  }
  .tablet-m-w-68 {
    width: 68%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-69 {
    width: 69%;
  }
  .tablet-m-w-69 {
    width: 69%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-70 {
    width: 70%;
  }
  .tablet-m-w-70 {
    width: 70%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-71 {
    width: 71%;
  }
  .tablet-m-w-71 {
    width: 71%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-72 {
    width: 72%;
  }
  .tablet-m-w-72 {
    width: 72%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-73 {
    width: 73%;
  }
  .tablet-m-w-73 {
    width: 73%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-74 {
    width: 74%;
  }
  .tablet-m-w-74 {
    width: 74%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-75 {
    width: 75%;
  }
  .tablet-m-w-75 {
    width: 75%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-76 {
    width: 76%;
  }
  .tablet-m-w-76 {
    width: 76%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-77 {
    width: 77%;
  }
  .tablet-m-w-77 {
    width: 77%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-78 {
    width: 78%;
  }
  .tablet-m-w-78 {
    width: 78%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-79 {
    width: 79%;
  }
  .tablet-m-w-79 {
    width: 79%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-80 {
    width: 80%;
  }
  .tablet-m-w-80 {
    width: 80%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-81 {
    width: 81%;
  }
  .tablet-m-w-81 {
    width: 81%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-82 {
    width: 82%;
  }
  .tablet-m-w-82 {
    width: 82%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-83 {
    width: 83%;
  }
  .tablet-m-w-83 {
    width: 83%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-84 {
    width: 84%;
  }
  .tablet-m-w-84 {
    width: 84%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-85 {
    width: 85%;
  }
  .tablet-m-w-85 {
    width: 85%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-86 {
    width: 86%;
  }
  .tablet-m-w-86 {
    width: 86%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-87 {
    width: 87%;
  }
  .tablet-m-w-87 {
    width: 87%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-88 {
    width: 88%;
  }
  .tablet-m-w-88 {
    width: 88%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-89 {
    width: 89%;
  }
  .tablet-m-w-89 {
    width: 89%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-90 {
    width: 90%;
  }
  .tablet-m-w-90 {
    width: 90%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-91 {
    width: 91%;
  }
  .tablet-m-w-91 {
    width: 91%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-92 {
    width: 92%;
  }
  .tablet-m-w-92 {
    width: 92%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-93 {
    width: 93%;
  }
  .tablet-m-w-93 {
    width: 93%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-94 {
    width: 94%;
  }
  .tablet-m-w-94 {
    width: 94%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-95 {
    width: 95%;
  }
  .tablet-m-w-95 {
    width: 95%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-96 {
    width: 96%;
  }
  .tablet-m-w-96 {
    width: 96%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-97 {
    width: 97%;
  }
  .tablet-m-w-97 {
    width: 97%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-98 {
    width: 98%;
  }
  .tablet-m-w-98 {
    width: 98%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-99 {
    width: 99%;
  }
  .tablet-m-w-99 {
    width: 99%;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-100 {
    width: 100%;
  }
  .tablet-m-w-100 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-0 {
    width: 0%;
  }
  .tablet-l-w-0 {
    width: 0%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-1 {
    width: 1%;
  }
  .tablet-l-w-1 {
    width: 1%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-2 {
    width: 2%;
  }
  .tablet-l-w-2 {
    width: 2%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-3 {
    width: 3%;
  }
  .tablet-l-w-3 {
    width: 3%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-4 {
    width: 4%;
  }
  .tablet-l-w-4 {
    width: 4%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-5 {
    width: 5%;
  }
  .tablet-l-w-5 {
    width: 5%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-6 {
    width: 6%;
  }
  .tablet-l-w-6 {
    width: 6%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-7 {
    width: 7%;
  }
  .tablet-l-w-7 {
    width: 7%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-8 {
    width: 8%;
  }
  .tablet-l-w-8 {
    width: 8%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-9 {
    width: 9%;
  }
  .tablet-l-w-9 {
    width: 9%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-10 {
    width: 10%;
  }
  .tablet-l-w-10 {
    width: 10%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-11 {
    width: 11%;
  }
  .tablet-l-w-11 {
    width: 11%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-12 {
    width: 12%;
  }
  .tablet-l-w-12 {
    width: 12%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-13 {
    width: 13%;
  }
  .tablet-l-w-13 {
    width: 13%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-14 {
    width: 14%;
  }
  .tablet-l-w-14 {
    width: 14%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-15 {
    width: 15%;
  }
  .tablet-l-w-15 {
    width: 15%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-16 {
    width: 16%;
  }
  .tablet-l-w-16 {
    width: 16%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-17 {
    width: 17%;
  }
  .tablet-l-w-17 {
    width: 17%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-18 {
    width: 18%;
  }
  .tablet-l-w-18 {
    width: 18%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-19 {
    width: 19%;
  }
  .tablet-l-w-19 {
    width: 19%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-20 {
    width: 20%;
  }
  .tablet-l-w-20 {
    width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-21 {
    width: 21%;
  }
  .tablet-l-w-21 {
    width: 21%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-22 {
    width: 22%;
  }
  .tablet-l-w-22 {
    width: 22%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-23 {
    width: 23%;
  }
  .tablet-l-w-23 {
    width: 23%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-24 {
    width: 24%;
  }
  .tablet-l-w-24 {
    width: 24%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-25 {
    width: 25%;
  }
  .tablet-l-w-25 {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-26 {
    width: 26%;
  }
  .tablet-l-w-26 {
    width: 26%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-27 {
    width: 27%;
  }
  .tablet-l-w-27 {
    width: 27%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-28 {
    width: 28%;
  }
  .tablet-l-w-28 {
    width: 28%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-29 {
    width: 29%;
  }
  .tablet-l-w-29 {
    width: 29%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-30 {
    width: 30%;
  }
  .tablet-l-w-30 {
    width: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-31 {
    width: 31%;
  }
  .tablet-l-w-31 {
    width: 31%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-32 {
    width: 32%;
  }
  .tablet-l-w-32 {
    width: 32%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-33 {
    width: 33%;
  }
  .tablet-l-w-33 {
    width: 33%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-34 {
    width: 34%;
  }
  .tablet-l-w-34 {
    width: 34%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-35 {
    width: 35%;
  }
  .tablet-l-w-35 {
    width: 35%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-36 {
    width: 36%;
  }
  .tablet-l-w-36 {
    width: 36%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-37 {
    width: 37%;
  }
  .tablet-l-w-37 {
    width: 37%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-38 {
    width: 38%;
  }
  .tablet-l-w-38 {
    width: 38%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-39 {
    width: 39%;
  }
  .tablet-l-w-39 {
    width: 39%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-40 {
    width: 40%;
  }
  .tablet-l-w-40 {
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-41 {
    width: 41%;
  }
  .tablet-l-w-41 {
    width: 41%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-42 {
    width: 42%;
  }
  .tablet-l-w-42 {
    width: 42%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-43 {
    width: 43%;
  }
  .tablet-l-w-43 {
    width: 43%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-44 {
    width: 44%;
  }
  .tablet-l-w-44 {
    width: 44%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-45 {
    width: 45%;
  }
  .tablet-l-w-45 {
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-46 {
    width: 46%;
  }
  .tablet-l-w-46 {
    width: 46%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-47 {
    width: 47%;
  }
  .tablet-l-w-47 {
    width: 47%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-48 {
    width: 48%;
  }
  .tablet-l-w-48 {
    width: 48%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-49 {
    width: 49%;
  }
  .tablet-l-w-49 {
    width: 49%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-50 {
    width: 50%;
  }
  .tablet-l-w-50 {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-51 {
    width: 51%;
  }
  .tablet-l-w-51 {
    width: 51%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-52 {
    width: 52%;
  }
  .tablet-l-w-52 {
    width: 52%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-53 {
    width: 53%;
  }
  .tablet-l-w-53 {
    width: 53%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-54 {
    width: 54%;
  }
  .tablet-l-w-54 {
    width: 54%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-55 {
    width: 55%;
  }
  .tablet-l-w-55 {
    width: 55%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-56 {
    width: 56%;
  }
  .tablet-l-w-56 {
    width: 56%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-57 {
    width: 57%;
  }
  .tablet-l-w-57 {
    width: 57%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-58 {
    width: 58%;
  }
  .tablet-l-w-58 {
    width: 58%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-59 {
    width: 59%;
  }
  .tablet-l-w-59 {
    width: 59%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-60 {
    width: 60%;
  }
  .tablet-l-w-60 {
    width: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-61 {
    width: 61%;
  }
  .tablet-l-w-61 {
    width: 61%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-62 {
    width: 62%;
  }
  .tablet-l-w-62 {
    width: 62%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-63 {
    width: 63%;
  }
  .tablet-l-w-63 {
    width: 63%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-64 {
    width: 64%;
  }
  .tablet-l-w-64 {
    width: 64%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-65 {
    width: 65%;
  }
  .tablet-l-w-65 {
    width: 65%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-66 {
    width: 66%;
  }
  .tablet-l-w-66 {
    width: 66%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-67 {
    width: 67%;
  }
  .tablet-l-w-67 {
    width: 67%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-68 {
    width: 68%;
  }
  .tablet-l-w-68 {
    width: 68%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-69 {
    width: 69%;
  }
  .tablet-l-w-69 {
    width: 69%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-70 {
    width: 70%;
  }
  .tablet-l-w-70 {
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-71 {
    width: 71%;
  }
  .tablet-l-w-71 {
    width: 71%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-72 {
    width: 72%;
  }
  .tablet-l-w-72 {
    width: 72%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-73 {
    width: 73%;
  }
  .tablet-l-w-73 {
    width: 73%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-74 {
    width: 74%;
  }
  .tablet-l-w-74 {
    width: 74%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-75 {
    width: 75%;
  }
  .tablet-l-w-75 {
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-76 {
    width: 76%;
  }
  .tablet-l-w-76 {
    width: 76%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-77 {
    width: 77%;
  }
  .tablet-l-w-77 {
    width: 77%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-78 {
    width: 78%;
  }
  .tablet-l-w-78 {
    width: 78%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-79 {
    width: 79%;
  }
  .tablet-l-w-79 {
    width: 79%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-80 {
    width: 80%;
  }
  .tablet-l-w-80 {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-81 {
    width: 81%;
  }
  .tablet-l-w-81 {
    width: 81%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-82 {
    width: 82%;
  }
  .tablet-l-w-82 {
    width: 82%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-83 {
    width: 83%;
  }
  .tablet-l-w-83 {
    width: 83%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-84 {
    width: 84%;
  }
  .tablet-l-w-84 {
    width: 84%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-85 {
    width: 85%;
  }
  .tablet-l-w-85 {
    width: 85%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-86 {
    width: 86%;
  }
  .tablet-l-w-86 {
    width: 86%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-87 {
    width: 87%;
  }
  .tablet-l-w-87 {
    width: 87%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-88 {
    width: 88%;
  }
  .tablet-l-w-88 {
    width: 88%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-89 {
    width: 89%;
  }
  .tablet-l-w-89 {
    width: 89%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-90 {
    width: 90%;
  }
  .tablet-l-w-90 {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-91 {
    width: 91%;
  }
  .tablet-l-w-91 {
    width: 91%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-92 {
    width: 92%;
  }
  .tablet-l-w-92 {
    width: 92%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-93 {
    width: 93%;
  }
  .tablet-l-w-93 {
    width: 93%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-94 {
    width: 94%;
  }
  .tablet-l-w-94 {
    width: 94%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-95 {
    width: 95%;
  }
  .tablet-l-w-95 {
    width: 95%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-96 {
    width: 96%;
  }
  .tablet-l-w-96 {
    width: 96%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-97 {
    width: 97%;
  }
  .tablet-l-w-97 {
    width: 97%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-98 {
    width: 98%;
  }
  .tablet-l-w-98 {
    width: 98%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-99 {
    width: 99%;
  }
  .tablet-l-w-99 {
    width: 99%;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-100 {
    width: 100%;
  }
  .tablet-l-w-100 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-0 {
    width: 0%;
  }
  .laptop-w-0 {
    width: 0%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-1 {
    width: 1%;
  }
  .laptop-w-1 {
    width: 1%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-2 {
    width: 2%;
  }
  .laptop-w-2 {
    width: 2%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-3 {
    width: 3%;
  }
  .laptop-w-3 {
    width: 3%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-4 {
    width: 4%;
  }
  .laptop-w-4 {
    width: 4%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-5 {
    width: 5%;
  }
  .laptop-w-5 {
    width: 5%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-6 {
    width: 6%;
  }
  .laptop-w-6 {
    width: 6%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-7 {
    width: 7%;
  }
  .laptop-w-7 {
    width: 7%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-8 {
    width: 8%;
  }
  .laptop-w-8 {
    width: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-9 {
    width: 9%;
  }
  .laptop-w-9 {
    width: 9%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-10 {
    width: 10%;
  }
  .laptop-w-10 {
    width: 10%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-11 {
    width: 11%;
  }
  .laptop-w-11 {
    width: 11%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-12 {
    width: 12%;
  }
  .laptop-w-12 {
    width: 12%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-13 {
    width: 13%;
  }
  .laptop-w-13 {
    width: 13%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-14 {
    width: 14%;
  }
  .laptop-w-14 {
    width: 14%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-15 {
    width: 15%;
  }
  .laptop-w-15 {
    width: 15%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-16 {
    width: 16%;
  }
  .laptop-w-16 {
    width: 16%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-17 {
    width: 17%;
  }
  .laptop-w-17 {
    width: 17%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-18 {
    width: 18%;
  }
  .laptop-w-18 {
    width: 18%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-19 {
    width: 19%;
  }
  .laptop-w-19 {
    width: 19%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-20 {
    width: 20%;
  }
  .laptop-w-20 {
    width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-21 {
    width: 21%;
  }
  .laptop-w-21 {
    width: 21%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-22 {
    width: 22%;
  }
  .laptop-w-22 {
    width: 22%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-23 {
    width: 23%;
  }
  .laptop-w-23 {
    width: 23%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-24 {
    width: 24%;
  }
  .laptop-w-24 {
    width: 24%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-25 {
    width: 25%;
  }
  .laptop-w-25 {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-26 {
    width: 26%;
  }
  .laptop-w-26 {
    width: 26%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-27 {
    width: 27%;
  }
  .laptop-w-27 {
    width: 27%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-28 {
    width: 28%;
  }
  .laptop-w-28 {
    width: 28%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-29 {
    width: 29%;
  }
  .laptop-w-29 {
    width: 29%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-30 {
    width: 30%;
  }
  .laptop-w-30 {
    width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-31 {
    width: 31%;
  }
  .laptop-w-31 {
    width: 31%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-32 {
    width: 32%;
  }
  .laptop-w-32 {
    width: 32%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-33 {
    width: 33%;
  }
  .laptop-w-33 {
    width: 33%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-34 {
    width: 34%;
  }
  .laptop-w-34 {
    width: 34%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-35 {
    width: 35%;
  }
  .laptop-w-35 {
    width: 35%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-36 {
    width: 36%;
  }
  .laptop-w-36 {
    width: 36%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-37 {
    width: 37%;
  }
  .laptop-w-37 {
    width: 37%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-38 {
    width: 38%;
  }
  .laptop-w-38 {
    width: 38%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-39 {
    width: 39%;
  }
  .laptop-w-39 {
    width: 39%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-40 {
    width: 40%;
  }
  .laptop-w-40 {
    width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-41 {
    width: 41%;
  }
  .laptop-w-41 {
    width: 41%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-42 {
    width: 42%;
  }
  .laptop-w-42 {
    width: 42%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-43 {
    width: 43%;
  }
  .laptop-w-43 {
    width: 43%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-44 {
    width: 44%;
  }
  .laptop-w-44 {
    width: 44%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-45 {
    width: 45%;
  }
  .laptop-w-45 {
    width: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-46 {
    width: 46%;
  }
  .laptop-w-46 {
    width: 46%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-47 {
    width: 47%;
  }
  .laptop-w-47 {
    width: 47%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-48 {
    width: 48%;
  }
  .laptop-w-48 {
    width: 48%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-49 {
    width: 49%;
  }
  .laptop-w-49 {
    width: 49%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-50 {
    width: 50%;
  }
  .laptop-w-50 {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-51 {
    width: 51%;
  }
  .laptop-w-51 {
    width: 51%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-52 {
    width: 52%;
  }
  .laptop-w-52 {
    width: 52%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-53 {
    width: 53%;
  }
  .laptop-w-53 {
    width: 53%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-54 {
    width: 54%;
  }
  .laptop-w-54 {
    width: 54%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-55 {
    width: 55%;
  }
  .laptop-w-55 {
    width: 55%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-56 {
    width: 56%;
  }
  .laptop-w-56 {
    width: 56%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-57 {
    width: 57%;
  }
  .laptop-w-57 {
    width: 57%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-58 {
    width: 58%;
  }
  .laptop-w-58 {
    width: 58%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-59 {
    width: 59%;
  }
  .laptop-w-59 {
    width: 59%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-60 {
    width: 60%;
  }
  .laptop-w-60 {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-61 {
    width: 61%;
  }
  .laptop-w-61 {
    width: 61%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-62 {
    width: 62%;
  }
  .laptop-w-62 {
    width: 62%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-63 {
    width: 63%;
  }
  .laptop-w-63 {
    width: 63%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-64 {
    width: 64%;
  }
  .laptop-w-64 {
    width: 64%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-65 {
    width: 65%;
  }
  .laptop-w-65 {
    width: 65%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-66 {
    width: 66%;
  }
  .laptop-w-66 {
    width: 66%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-67 {
    width: 67%;
  }
  .laptop-w-67 {
    width: 67%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-68 {
    width: 68%;
  }
  .laptop-w-68 {
    width: 68%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-69 {
    width: 69%;
  }
  .laptop-w-69 {
    width: 69%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-70 {
    width: 70%;
  }
  .laptop-w-70 {
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-71 {
    width: 71%;
  }
  .laptop-w-71 {
    width: 71%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-72 {
    width: 72%;
  }
  .laptop-w-72 {
    width: 72%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-73 {
    width: 73%;
  }
  .laptop-w-73 {
    width: 73%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-74 {
    width: 74%;
  }
  .laptop-w-74 {
    width: 74%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-75 {
    width: 75%;
  }
  .laptop-w-75 {
    width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-76 {
    width: 76%;
  }
  .laptop-w-76 {
    width: 76%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-77 {
    width: 77%;
  }
  .laptop-w-77 {
    width: 77%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-78 {
    width: 78%;
  }
  .laptop-w-78 {
    width: 78%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-79 {
    width: 79%;
  }
  .laptop-w-79 {
    width: 79%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-80 {
    width: 80%;
  }
  .laptop-w-80 {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-81 {
    width: 81%;
  }
  .laptop-w-81 {
    width: 81%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-82 {
    width: 82%;
  }
  .laptop-w-82 {
    width: 82%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-83 {
    width: 83%;
  }
  .laptop-w-83 {
    width: 83%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-84 {
    width: 84%;
  }
  .laptop-w-84 {
    width: 84%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-85 {
    width: 85%;
  }
  .laptop-w-85 {
    width: 85%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-86 {
    width: 86%;
  }
  .laptop-w-86 {
    width: 86%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-87 {
    width: 87%;
  }
  .laptop-w-87 {
    width: 87%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-88 {
    width: 88%;
  }
  .laptop-w-88 {
    width: 88%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-89 {
    width: 89%;
  }
  .laptop-w-89 {
    width: 89%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-90 {
    width: 90%;
  }
  .laptop-w-90 {
    width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-91 {
    width: 91%;
  }
  .laptop-w-91 {
    width: 91%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-92 {
    width: 92%;
  }
  .laptop-w-92 {
    width: 92%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-93 {
    width: 93%;
  }
  .laptop-w-93 {
    width: 93%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-94 {
    width: 94%;
  }
  .laptop-w-94 {
    width: 94%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-95 {
    width: 95%;
  }
  .laptop-w-95 {
    width: 95%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-96 {
    width: 96%;
  }
  .laptop-w-96 {
    width: 96%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-97 {
    width: 97%;
  }
  .laptop-w-97 {
    width: 97%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-98 {
    width: 98%;
  }
  .laptop-w-98 {
    width: 98%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-99 {
    width: 99%;
  }
  .laptop-w-99 {
    width: 99%;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-100 {
    width: 100%;
  }
  .laptop-w-100 {
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-0 {
    width: 0%;
  }
  .laptop-l-w-0 {
    width: 0%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-1 {
    width: 1%;
  }
  .laptop-l-w-1 {
    width: 1%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-2 {
    width: 2%;
  }
  .laptop-l-w-2 {
    width: 2%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-3 {
    width: 3%;
  }
  .laptop-l-w-3 {
    width: 3%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-4 {
    width: 4%;
  }
  .laptop-l-w-4 {
    width: 4%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-5 {
    width: 5%;
  }
  .laptop-l-w-5 {
    width: 5%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-6 {
    width: 6%;
  }
  .laptop-l-w-6 {
    width: 6%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-7 {
    width: 7%;
  }
  .laptop-l-w-7 {
    width: 7%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-8 {
    width: 8%;
  }
  .laptop-l-w-8 {
    width: 8%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-9 {
    width: 9%;
  }
  .laptop-l-w-9 {
    width: 9%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-10 {
    width: 10%;
  }
  .laptop-l-w-10 {
    width: 10%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-11 {
    width: 11%;
  }
  .laptop-l-w-11 {
    width: 11%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-12 {
    width: 12%;
  }
  .laptop-l-w-12 {
    width: 12%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-13 {
    width: 13%;
  }
  .laptop-l-w-13 {
    width: 13%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-14 {
    width: 14%;
  }
  .laptop-l-w-14 {
    width: 14%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-15 {
    width: 15%;
  }
  .laptop-l-w-15 {
    width: 15%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-16 {
    width: 16%;
  }
  .laptop-l-w-16 {
    width: 16%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-17 {
    width: 17%;
  }
  .laptop-l-w-17 {
    width: 17%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-18 {
    width: 18%;
  }
  .laptop-l-w-18 {
    width: 18%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-19 {
    width: 19%;
  }
  .laptop-l-w-19 {
    width: 19%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-20 {
    width: 20%;
  }
  .laptop-l-w-20 {
    width: 20%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-21 {
    width: 21%;
  }
  .laptop-l-w-21 {
    width: 21%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-22 {
    width: 22%;
  }
  .laptop-l-w-22 {
    width: 22%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-23 {
    width: 23%;
  }
  .laptop-l-w-23 {
    width: 23%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-24 {
    width: 24%;
  }
  .laptop-l-w-24 {
    width: 24%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-25 {
    width: 25%;
  }
  .laptop-l-w-25 {
    width: 25%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-26 {
    width: 26%;
  }
  .laptop-l-w-26 {
    width: 26%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-27 {
    width: 27%;
  }
  .laptop-l-w-27 {
    width: 27%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-28 {
    width: 28%;
  }
  .laptop-l-w-28 {
    width: 28%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-29 {
    width: 29%;
  }
  .laptop-l-w-29 {
    width: 29%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-30 {
    width: 30%;
  }
  .laptop-l-w-30 {
    width: 30%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-31 {
    width: 31%;
  }
  .laptop-l-w-31 {
    width: 31%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-32 {
    width: 32%;
  }
  .laptop-l-w-32 {
    width: 32%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-33 {
    width: 33%;
  }
  .laptop-l-w-33 {
    width: 33%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-34 {
    width: 34%;
  }
  .laptop-l-w-34 {
    width: 34%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-35 {
    width: 35%;
  }
  .laptop-l-w-35 {
    width: 35%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-36 {
    width: 36%;
  }
  .laptop-l-w-36 {
    width: 36%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-37 {
    width: 37%;
  }
  .laptop-l-w-37 {
    width: 37%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-38 {
    width: 38%;
  }
  .laptop-l-w-38 {
    width: 38%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-39 {
    width: 39%;
  }
  .laptop-l-w-39 {
    width: 39%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-40 {
    width: 40%;
  }
  .laptop-l-w-40 {
    width: 40%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-41 {
    width: 41%;
  }
  .laptop-l-w-41 {
    width: 41%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-42 {
    width: 42%;
  }
  .laptop-l-w-42 {
    width: 42%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-43 {
    width: 43%;
  }
  .laptop-l-w-43 {
    width: 43%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-44 {
    width: 44%;
  }
  .laptop-l-w-44 {
    width: 44%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-45 {
    width: 45%;
  }
  .laptop-l-w-45 {
    width: 45%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-46 {
    width: 46%;
  }
  .laptop-l-w-46 {
    width: 46%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-47 {
    width: 47%;
  }
  .laptop-l-w-47 {
    width: 47%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-48 {
    width: 48%;
  }
  .laptop-l-w-48 {
    width: 48%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-49 {
    width: 49%;
  }
  .laptop-l-w-49 {
    width: 49%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-50 {
    width: 50%;
  }
  .laptop-l-w-50 {
    width: 50%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-51 {
    width: 51%;
  }
  .laptop-l-w-51 {
    width: 51%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-52 {
    width: 52%;
  }
  .laptop-l-w-52 {
    width: 52%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-53 {
    width: 53%;
  }
  .laptop-l-w-53 {
    width: 53%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-54 {
    width: 54%;
  }
  .laptop-l-w-54 {
    width: 54%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-55 {
    width: 55%;
  }
  .laptop-l-w-55 {
    width: 55%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-56 {
    width: 56%;
  }
  .laptop-l-w-56 {
    width: 56%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-57 {
    width: 57%;
  }
  .laptop-l-w-57 {
    width: 57%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-58 {
    width: 58%;
  }
  .laptop-l-w-58 {
    width: 58%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-59 {
    width: 59%;
  }
  .laptop-l-w-59 {
    width: 59%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-60 {
    width: 60%;
  }
  .laptop-l-w-60 {
    width: 60%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-61 {
    width: 61%;
  }
  .laptop-l-w-61 {
    width: 61%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-62 {
    width: 62%;
  }
  .laptop-l-w-62 {
    width: 62%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-63 {
    width: 63%;
  }
  .laptop-l-w-63 {
    width: 63%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-64 {
    width: 64%;
  }
  .laptop-l-w-64 {
    width: 64%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-65 {
    width: 65%;
  }
  .laptop-l-w-65 {
    width: 65%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-66 {
    width: 66%;
  }
  .laptop-l-w-66 {
    width: 66%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-67 {
    width: 67%;
  }
  .laptop-l-w-67 {
    width: 67%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-68 {
    width: 68%;
  }
  .laptop-l-w-68 {
    width: 68%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-69 {
    width: 69%;
  }
  .laptop-l-w-69 {
    width: 69%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-70 {
    width: 70%;
  }
  .laptop-l-w-70 {
    width: 70%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-71 {
    width: 71%;
  }
  .laptop-l-w-71 {
    width: 71%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-72 {
    width: 72%;
  }
  .laptop-l-w-72 {
    width: 72%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-73 {
    width: 73%;
  }
  .laptop-l-w-73 {
    width: 73%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-74 {
    width: 74%;
  }
  .laptop-l-w-74 {
    width: 74%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-75 {
    width: 75%;
  }
  .laptop-l-w-75 {
    width: 75%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-76 {
    width: 76%;
  }
  .laptop-l-w-76 {
    width: 76%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-77 {
    width: 77%;
  }
  .laptop-l-w-77 {
    width: 77%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-78 {
    width: 78%;
  }
  .laptop-l-w-78 {
    width: 78%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-79 {
    width: 79%;
  }
  .laptop-l-w-79 {
    width: 79%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-80 {
    width: 80%;
  }
  .laptop-l-w-80 {
    width: 80%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-81 {
    width: 81%;
  }
  .laptop-l-w-81 {
    width: 81%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-82 {
    width: 82%;
  }
  .laptop-l-w-82 {
    width: 82%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-83 {
    width: 83%;
  }
  .laptop-l-w-83 {
    width: 83%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-84 {
    width: 84%;
  }
  .laptop-l-w-84 {
    width: 84%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-85 {
    width: 85%;
  }
  .laptop-l-w-85 {
    width: 85%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-86 {
    width: 86%;
  }
  .laptop-l-w-86 {
    width: 86%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-87 {
    width: 87%;
  }
  .laptop-l-w-87 {
    width: 87%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-88 {
    width: 88%;
  }
  .laptop-l-w-88 {
    width: 88%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-89 {
    width: 89%;
  }
  .laptop-l-w-89 {
    width: 89%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-90 {
    width: 90%;
  }
  .laptop-l-w-90 {
    width: 90%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-91 {
    width: 91%;
  }
  .laptop-l-w-91 {
    width: 91%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-92 {
    width: 92%;
  }
  .laptop-l-w-92 {
    width: 92%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-93 {
    width: 93%;
  }
  .laptop-l-w-93 {
    width: 93%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-94 {
    width: 94%;
  }
  .laptop-l-w-94 {
    width: 94%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-95 {
    width: 95%;
  }
  .laptop-l-w-95 {
    width: 95%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-96 {
    width: 96%;
  }
  .laptop-l-w-96 {
    width: 96%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-97 {
    width: 97%;
  }
  .laptop-l-w-97 {
    width: 97%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-98 {
    width: 98%;
  }
  .laptop-l-w-98 {
    width: 98%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-99 {
    width: 99%;
  }
  .laptop-l-w-99 {
    width: 99%;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-100 {
    width: 100%;
  }
  .laptop-l-w-100 {
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-0 {
    width: 0%;
  }
  .laptop-xl-w-0 {
    width: 0%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-1 {
    width: 1%;
  }
  .laptop-xl-w-1 {
    width: 1%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-2 {
    width: 2%;
  }
  .laptop-xl-w-2 {
    width: 2%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-3 {
    width: 3%;
  }
  .laptop-xl-w-3 {
    width: 3%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-4 {
    width: 4%;
  }
  .laptop-xl-w-4 {
    width: 4%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-5 {
    width: 5%;
  }
  .laptop-xl-w-5 {
    width: 5%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-6 {
    width: 6%;
  }
  .laptop-xl-w-6 {
    width: 6%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-7 {
    width: 7%;
  }
  .laptop-xl-w-7 {
    width: 7%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-8 {
    width: 8%;
  }
  .laptop-xl-w-8 {
    width: 8%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-9 {
    width: 9%;
  }
  .laptop-xl-w-9 {
    width: 9%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-10 {
    width: 10%;
  }
  .laptop-xl-w-10 {
    width: 10%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-11 {
    width: 11%;
  }
  .laptop-xl-w-11 {
    width: 11%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-12 {
    width: 12%;
  }
  .laptop-xl-w-12 {
    width: 12%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-13 {
    width: 13%;
  }
  .laptop-xl-w-13 {
    width: 13%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-14 {
    width: 14%;
  }
  .laptop-xl-w-14 {
    width: 14%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-15 {
    width: 15%;
  }
  .laptop-xl-w-15 {
    width: 15%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-16 {
    width: 16%;
  }
  .laptop-xl-w-16 {
    width: 16%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-17 {
    width: 17%;
  }
  .laptop-xl-w-17 {
    width: 17%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-18 {
    width: 18%;
  }
  .laptop-xl-w-18 {
    width: 18%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-19 {
    width: 19%;
  }
  .laptop-xl-w-19 {
    width: 19%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-20 {
    width: 20%;
  }
  .laptop-xl-w-20 {
    width: 20%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-21 {
    width: 21%;
  }
  .laptop-xl-w-21 {
    width: 21%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-22 {
    width: 22%;
  }
  .laptop-xl-w-22 {
    width: 22%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-23 {
    width: 23%;
  }
  .laptop-xl-w-23 {
    width: 23%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-24 {
    width: 24%;
  }
  .laptop-xl-w-24 {
    width: 24%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-25 {
    width: 25%;
  }
  .laptop-xl-w-25 {
    width: 25%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-26 {
    width: 26%;
  }
  .laptop-xl-w-26 {
    width: 26%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-27 {
    width: 27%;
  }
  .laptop-xl-w-27 {
    width: 27%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-28 {
    width: 28%;
  }
  .laptop-xl-w-28 {
    width: 28%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-29 {
    width: 29%;
  }
  .laptop-xl-w-29 {
    width: 29%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-30 {
    width: 30%;
  }
  .laptop-xl-w-30 {
    width: 30%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-31 {
    width: 31%;
  }
  .laptop-xl-w-31 {
    width: 31%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-32 {
    width: 32%;
  }
  .laptop-xl-w-32 {
    width: 32%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-33 {
    width: 33%;
  }
  .laptop-xl-w-33 {
    width: 33%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-34 {
    width: 34%;
  }
  .laptop-xl-w-34 {
    width: 34%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-35 {
    width: 35%;
  }
  .laptop-xl-w-35 {
    width: 35%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-36 {
    width: 36%;
  }
  .laptop-xl-w-36 {
    width: 36%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-37 {
    width: 37%;
  }
  .laptop-xl-w-37 {
    width: 37%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-38 {
    width: 38%;
  }
  .laptop-xl-w-38 {
    width: 38%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-39 {
    width: 39%;
  }
  .laptop-xl-w-39 {
    width: 39%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-40 {
    width: 40%;
  }
  .laptop-xl-w-40 {
    width: 40%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-41 {
    width: 41%;
  }
  .laptop-xl-w-41 {
    width: 41%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-42 {
    width: 42%;
  }
  .laptop-xl-w-42 {
    width: 42%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-43 {
    width: 43%;
  }
  .laptop-xl-w-43 {
    width: 43%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-44 {
    width: 44%;
  }
  .laptop-xl-w-44 {
    width: 44%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-45 {
    width: 45%;
  }
  .laptop-xl-w-45 {
    width: 45%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-46 {
    width: 46%;
  }
  .laptop-xl-w-46 {
    width: 46%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-47 {
    width: 47%;
  }
  .laptop-xl-w-47 {
    width: 47%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-48 {
    width: 48%;
  }
  .laptop-xl-w-48 {
    width: 48%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-49 {
    width: 49%;
  }
  .laptop-xl-w-49 {
    width: 49%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-50 {
    width: 50%;
  }
  .laptop-xl-w-50 {
    width: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-51 {
    width: 51%;
  }
  .laptop-xl-w-51 {
    width: 51%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-52 {
    width: 52%;
  }
  .laptop-xl-w-52 {
    width: 52%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-53 {
    width: 53%;
  }
  .laptop-xl-w-53 {
    width: 53%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-54 {
    width: 54%;
  }
  .laptop-xl-w-54 {
    width: 54%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-55 {
    width: 55%;
  }
  .laptop-xl-w-55 {
    width: 55%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-56 {
    width: 56%;
  }
  .laptop-xl-w-56 {
    width: 56%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-57 {
    width: 57%;
  }
  .laptop-xl-w-57 {
    width: 57%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-58 {
    width: 58%;
  }
  .laptop-xl-w-58 {
    width: 58%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-59 {
    width: 59%;
  }
  .laptop-xl-w-59 {
    width: 59%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-60 {
    width: 60%;
  }
  .laptop-xl-w-60 {
    width: 60%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-61 {
    width: 61%;
  }
  .laptop-xl-w-61 {
    width: 61%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-62 {
    width: 62%;
  }
  .laptop-xl-w-62 {
    width: 62%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-63 {
    width: 63%;
  }
  .laptop-xl-w-63 {
    width: 63%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-64 {
    width: 64%;
  }
  .laptop-xl-w-64 {
    width: 64%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-65 {
    width: 65%;
  }
  .laptop-xl-w-65 {
    width: 65%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-66 {
    width: 66%;
  }
  .laptop-xl-w-66 {
    width: 66%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-67 {
    width: 67%;
  }
  .laptop-xl-w-67 {
    width: 67%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-68 {
    width: 68%;
  }
  .laptop-xl-w-68 {
    width: 68%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-69 {
    width: 69%;
  }
  .laptop-xl-w-69 {
    width: 69%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-70 {
    width: 70%;
  }
  .laptop-xl-w-70 {
    width: 70%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-71 {
    width: 71%;
  }
  .laptop-xl-w-71 {
    width: 71%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-72 {
    width: 72%;
  }
  .laptop-xl-w-72 {
    width: 72%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-73 {
    width: 73%;
  }
  .laptop-xl-w-73 {
    width: 73%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-74 {
    width: 74%;
  }
  .laptop-xl-w-74 {
    width: 74%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-75 {
    width: 75%;
  }
  .laptop-xl-w-75 {
    width: 75%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-76 {
    width: 76%;
  }
  .laptop-xl-w-76 {
    width: 76%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-77 {
    width: 77%;
  }
  .laptop-xl-w-77 {
    width: 77%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-78 {
    width: 78%;
  }
  .laptop-xl-w-78 {
    width: 78%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-79 {
    width: 79%;
  }
  .laptop-xl-w-79 {
    width: 79%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-80 {
    width: 80%;
  }
  .laptop-xl-w-80 {
    width: 80%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-81 {
    width: 81%;
  }
  .laptop-xl-w-81 {
    width: 81%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-82 {
    width: 82%;
  }
  .laptop-xl-w-82 {
    width: 82%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-83 {
    width: 83%;
  }
  .laptop-xl-w-83 {
    width: 83%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-84 {
    width: 84%;
  }
  .laptop-xl-w-84 {
    width: 84%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-85 {
    width: 85%;
  }
  .laptop-xl-w-85 {
    width: 85%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-86 {
    width: 86%;
  }
  .laptop-xl-w-86 {
    width: 86%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-87 {
    width: 87%;
  }
  .laptop-xl-w-87 {
    width: 87%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-88 {
    width: 88%;
  }
  .laptop-xl-w-88 {
    width: 88%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-89 {
    width: 89%;
  }
  .laptop-xl-w-89 {
    width: 89%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-90 {
    width: 90%;
  }
  .laptop-xl-w-90 {
    width: 90%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-91 {
    width: 91%;
  }
  .laptop-xl-w-91 {
    width: 91%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-92 {
    width: 92%;
  }
  .laptop-xl-w-92 {
    width: 92%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-93 {
    width: 93%;
  }
  .laptop-xl-w-93 {
    width: 93%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-94 {
    width: 94%;
  }
  .laptop-xl-w-94 {
    width: 94%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-95 {
    width: 95%;
  }
  .laptop-xl-w-95 {
    width: 95%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-96 {
    width: 96%;
  }
  .laptop-xl-w-96 {
    width: 96%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-97 {
    width: 97%;
  }
  .laptop-xl-w-97 {
    width: 97%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-98 {
    width: 98%;
  }
  .laptop-xl-w-98 {
    width: 98%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-99 {
    width: 99%;
  }
  .laptop-xl-w-99 {
    width: 99%;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-100 {
    width: 100%;
  }
  .laptop-xl-w-100 {
    width: 100%;
  }
}
.h-1p {
  height: 1px;
}

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

.min_w-1p {
  min-width: 1px;
}

.min_h-1p {
  min-height: 1px;
}

.max_w-1p {
  max-width: 1px;
}

.max_h-1p {
  max-height: 1px;
}

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

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

.min_w-2p {
  min-width: 2px;
}

.min_h-2p {
  min-height: 2px;
}

.max_w-2p {
  max-width: 2px;
}

.max_h-2p {
  max-height: 2px;
}

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

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

.min_w-3p {
  min-width: 3px;
}

.min_h-3p {
  min-height: 3px;
}

.max_w-3p {
  max-width: 3px;
}

.max_h-3p {
  max-height: 3px;
}

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

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

.min_w-4p {
  min-width: 4px;
}

.min_h-4p {
  min-height: 4px;
}

.max_w-4p {
  max-width: 4px;
}

.max_h-4p {
  max-height: 4px;
}

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

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

.min_w-5p {
  min-width: 5px;
}

.min_h-5p {
  min-height: 5px;
}

.max_w-5p {
  max-width: 5px;
}

.max_h-5p {
  max-height: 5px;
}

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

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

.min_w-6p {
  min-width: 6px;
}

.min_h-6p {
  min-height: 6px;
}

.max_w-6p {
  max-width: 6px;
}

.max_h-6p {
  max-height: 6px;
}

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

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

.min_w-7p {
  min-width: 7px;
}

.min_h-7p {
  min-height: 7px;
}

.max_w-7p {
  max-width: 7px;
}

.max_h-7p {
  max-height: 7px;
}

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

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

.min_w-8p {
  min-width: 8px;
}

.min_h-8p {
  min-height: 8px;
}

.max_w-8p {
  max-width: 8px;
}

.max_h-8p {
  max-height: 8px;
}

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

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

.min_w-9p {
  min-width: 9px;
}

.min_h-9p {
  min-height: 9px;
}

.max_w-9p {
  max-width: 9px;
}

.max_h-9p {
  max-height: 9px;
}

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

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

.min_w-10p {
  min-width: 10px;
}

.min_h-10p {
  min-height: 10px;
}

.max_w-10p {
  max-width: 10px;
}

.max_h-10p {
  max-height: 10px;
}

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

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

.min_w-11p {
  min-width: 11px;
}

.min_h-11p {
  min-height: 11px;
}

.max_w-11p {
  max-width: 11px;
}

.max_h-11p {
  max-height: 11px;
}

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

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

.min_w-12p {
  min-width: 12px;
}

.min_h-12p {
  min-height: 12px;
}

.max_w-12p {
  max-width: 12px;
}

.max_h-12p {
  max-height: 12px;
}

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

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

.min_w-13p {
  min-width: 13px;
}

.min_h-13p {
  min-height: 13px;
}

.max_w-13p {
  max-width: 13px;
}

.max_h-13p {
  max-height: 13px;
}

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

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

.min_w-14p {
  min-width: 14px;
}

.min_h-14p {
  min-height: 14px;
}

.max_w-14p {
  max-width: 14px;
}

.max_h-14p {
  max-height: 14px;
}

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

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

.min_w-15p {
  min-width: 15px;
}

.min_h-15p {
  min-height: 15px;
}

.max_w-15p {
  max-width: 15px;
}

.max_h-15p {
  max-height: 15px;
}

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

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

.min_w-16p {
  min-width: 16px;
}

.min_h-16p {
  min-height: 16px;
}

.max_w-16p {
  max-width: 16px;
}

.max_h-16p {
  max-height: 16px;
}

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

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

.min_w-17p {
  min-width: 17px;
}

.min_h-17p {
  min-height: 17px;
}

.max_w-17p {
  max-width: 17px;
}

.max_h-17p {
  max-height: 17px;
}

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

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

.min_w-18p {
  min-width: 18px;
}

.min_h-18p {
  min-height: 18px;
}

.max_w-18p {
  max-width: 18px;
}

.max_h-18p {
  max-height: 18px;
}

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

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

.min_w-19p {
  min-width: 19px;
}

.min_h-19p {
  min-height: 19px;
}

.max_w-19p {
  max-width: 19px;
}

.max_h-19p {
  max-height: 19px;
}

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

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

.min_w-20p {
  min-width: 20px;
}

.min_h-20p {
  min-height: 20px;
}

.max_w-20p {
  max-width: 20px;
}

.max_h-20p {
  max-height: 20px;
}

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

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

.min_w-21p {
  min-width: 21px;
}

.min_h-21p {
  min-height: 21px;
}

.max_w-21p {
  max-width: 21px;
}

.max_h-21p {
  max-height: 21px;
}

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

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

.min_w-22p {
  min-width: 22px;
}

.min_h-22p {
  min-height: 22px;
}

.max_w-22p {
  max-width: 22px;
}

.max_h-22p {
  max-height: 22px;
}

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

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

.min_w-23p {
  min-width: 23px;
}

.min_h-23p {
  min-height: 23px;
}

.max_w-23p {
  max-width: 23px;
}

.max_h-23p {
  max-height: 23px;
}

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

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

.min_w-24p {
  min-width: 24px;
}

.min_h-24p {
  min-height: 24px;
}

.max_w-24p {
  max-width: 24px;
}

.max_h-24p {
  max-height: 24px;
}

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

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

.min_w-25p {
  min-width: 25px;
}

.min_h-25p {
  min-height: 25px;
}

.max_w-25p {
  max-width: 25px;
}

.max_h-25p {
  max-height: 25px;
}

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

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

.min_w-26p {
  min-width: 26px;
}

.min_h-26p {
  min-height: 26px;
}

.max_w-26p {
  max-width: 26px;
}

.max_h-26p {
  max-height: 26px;
}

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

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

.min_w-27p {
  min-width: 27px;
}

.min_h-27p {
  min-height: 27px;
}

.max_w-27p {
  max-width: 27px;
}

.max_h-27p {
  max-height: 27px;
}

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

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

.min_w-28p {
  min-width: 28px;
}

.min_h-28p {
  min-height: 28px;
}

.max_w-28p {
  max-width: 28px;
}

.max_h-28p {
  max-height: 28px;
}

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

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

.min_w-29p {
  min-width: 29px;
}

.min_h-29p {
  min-height: 29px;
}

.max_w-29p {
  max-width: 29px;
}

.max_h-29p {
  max-height: 29px;
}

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

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

.min_w-30p {
  min-width: 30px;
}

.min_h-30p {
  min-height: 30px;
}

.max_w-30p {
  max-width: 30px;
}

.max_h-30p {
  max-height: 30px;
}

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

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

.min_w-31p {
  min-width: 31px;
}

.min_h-31p {
  min-height: 31px;
}

.max_w-31p {
  max-width: 31px;
}

.max_h-31p {
  max-height: 31px;
}

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

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

.min_w-32p {
  min-width: 32px;
}

.min_h-32p {
  min-height: 32px;
}

.max_w-32p {
  max-width: 32px;
}

.max_h-32p {
  max-height: 32px;
}

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

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

.min_w-33p {
  min-width: 33px;
}

.min_h-33p {
  min-height: 33px;
}

.max_w-33p {
  max-width: 33px;
}

.max_h-33p {
  max-height: 33px;
}

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

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

.min_w-34p {
  min-width: 34px;
}

.min_h-34p {
  min-height: 34px;
}

.max_w-34p {
  max-width: 34px;
}

.max_h-34p {
  max-height: 34px;
}

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

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

.min_w-35p {
  min-width: 35px;
}

.min_h-35p {
  min-height: 35px;
}

.max_w-35p {
  max-width: 35px;
}

.max_h-35p {
  max-height: 35px;
}

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

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

.min_w-36p {
  min-width: 36px;
}

.min_h-36p {
  min-height: 36px;
}

.max_w-36p {
  max-width: 36px;
}

.max_h-36p {
  max-height: 36px;
}

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

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

.min_w-37p {
  min-width: 37px;
}

.min_h-37p {
  min-height: 37px;
}

.max_w-37p {
  max-width: 37px;
}

.max_h-37p {
  max-height: 37px;
}

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

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

.min_w-38p {
  min-width: 38px;
}

.min_h-38p {
  min-height: 38px;
}

.max_w-38p {
  max-width: 38px;
}

.max_h-38p {
  max-height: 38px;
}

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

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

.min_w-39p {
  min-width: 39px;
}

.min_h-39p {
  min-height: 39px;
}

.max_w-39p {
  max-width: 39px;
}

.max_h-39p {
  max-height: 39px;
}

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

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

.min_w-40p {
  min-width: 40px;
}

.min_h-40p {
  min-height: 40px;
}

.max_w-40p {
  max-width: 40px;
}

.max_h-40p {
  max-height: 40px;
}

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

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

.min_w-41p {
  min-width: 41px;
}

.min_h-41p {
  min-height: 41px;
}

.max_w-41p {
  max-width: 41px;
}

.max_h-41p {
  max-height: 41px;
}

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

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

.min_w-42p {
  min-width: 42px;
}

.min_h-42p {
  min-height: 42px;
}

.max_w-42p {
  max-width: 42px;
}

.max_h-42p {
  max-height: 42px;
}

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

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

.min_w-43p {
  min-width: 43px;
}

.min_h-43p {
  min-height: 43px;
}

.max_w-43p {
  max-width: 43px;
}

.max_h-43p {
  max-height: 43px;
}

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

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

.min_w-44p {
  min-width: 44px;
}

.min_h-44p {
  min-height: 44px;
}

.max_w-44p {
  max-width: 44px;
}

.max_h-44p {
  max-height: 44px;
}

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

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

.min_w-45p {
  min-width: 45px;
}

.min_h-45p {
  min-height: 45px;
}

.max_w-45p {
  max-width: 45px;
}

.max_h-45p {
  max-height: 45px;
}

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

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

.min_w-46p {
  min-width: 46px;
}

.min_h-46p {
  min-height: 46px;
}

.max_w-46p {
  max-width: 46px;
}

.max_h-46p {
  max-height: 46px;
}

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

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

.min_w-47p {
  min-width: 47px;
}

.min_h-47p {
  min-height: 47px;
}

.max_w-47p {
  max-width: 47px;
}

.max_h-47p {
  max-height: 47px;
}

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

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

.min_w-48p {
  min-width: 48px;
}

.min_h-48p {
  min-height: 48px;
}

.max_w-48p {
  max-width: 48px;
}

.max_h-48p {
  max-height: 48px;
}

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

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

.min_w-49p {
  min-width: 49px;
}

.min_h-49p {
  min-height: 49px;
}

.max_w-49p {
  max-width: 49px;
}

.max_h-49p {
  max-height: 49px;
}

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

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

.min_w-50p {
  min-width: 50px;
}

.min_h-50p {
  min-height: 50px;
}

.max_w-50p {
  max-width: 50px;
}

.max_h-50p {
  max-height: 50px;
}

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

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

.min_w-51p {
  min-width: 51px;
}

.min_h-51p {
  min-height: 51px;
}

.max_w-51p {
  max-width: 51px;
}

.max_h-51p {
  max-height: 51px;
}

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

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

.min_w-52p {
  min-width: 52px;
}

.min_h-52p {
  min-height: 52px;
}

.max_w-52p {
  max-width: 52px;
}

.max_h-52p {
  max-height: 52px;
}

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

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

.min_w-53p {
  min-width: 53px;
}

.min_h-53p {
  min-height: 53px;
}

.max_w-53p {
  max-width: 53px;
}

.max_h-53p {
  max-height: 53px;
}

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

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

.min_w-54p {
  min-width: 54px;
}

.min_h-54p {
  min-height: 54px;
}

.max_w-54p {
  max-width: 54px;
}

.max_h-54p {
  max-height: 54px;
}

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

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

.min_w-55p {
  min-width: 55px;
}

.min_h-55p {
  min-height: 55px;
}

.max_w-55p {
  max-width: 55px;
}

.max_h-55p {
  max-height: 55px;
}

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

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

.min_w-56p {
  min-width: 56px;
}

.min_h-56p {
  min-height: 56px;
}

.max_w-56p {
  max-width: 56px;
}

.max_h-56p {
  max-height: 56px;
}

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

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

.min_w-57p {
  min-width: 57px;
}

.min_h-57p {
  min-height: 57px;
}

.max_w-57p {
  max-width: 57px;
}

.max_h-57p {
  max-height: 57px;
}

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

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

.min_w-58p {
  min-width: 58px;
}

.min_h-58p {
  min-height: 58px;
}

.max_w-58p {
  max-width: 58px;
}

.max_h-58p {
  max-height: 58px;
}

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

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

.min_w-59p {
  min-width: 59px;
}

.min_h-59p {
  min-height: 59px;
}

.max_w-59p {
  max-width: 59px;
}

.max_h-59p {
  max-height: 59px;
}

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

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

.min_w-60p {
  min-width: 60px;
}

.min_h-60p {
  min-height: 60px;
}

.max_w-60p {
  max-width: 60px;
}

.max_h-60p {
  max-height: 60px;
}

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

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

.min_w-61p {
  min-width: 61px;
}

.min_h-61p {
  min-height: 61px;
}

.max_w-61p {
  max-width: 61px;
}

.max_h-61p {
  max-height: 61px;
}

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

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

.min_w-62p {
  min-width: 62px;
}

.min_h-62p {
  min-height: 62px;
}

.max_w-62p {
  max-width: 62px;
}

.max_h-62p {
  max-height: 62px;
}

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

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

.min_w-63p {
  min-width: 63px;
}

.min_h-63p {
  min-height: 63px;
}

.max_w-63p {
  max-width: 63px;
}

.max_h-63p {
  max-height: 63px;
}

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

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

.min_w-64p {
  min-width: 64px;
}

.min_h-64p {
  min-height: 64px;
}

.max_w-64p {
  max-width: 64px;
}

.max_h-64p {
  max-height: 64px;
}

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

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

.min_w-65p {
  min-width: 65px;
}

.min_h-65p {
  min-height: 65px;
}

.max_w-65p {
  max-width: 65px;
}

.max_h-65p {
  max-height: 65px;
}

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

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

.min_w-66p {
  min-width: 66px;
}

.min_h-66p {
  min-height: 66px;
}

.max_w-66p {
  max-width: 66px;
}

.max_h-66p {
  max-height: 66px;
}

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

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

.min_w-67p {
  min-width: 67px;
}

.min_h-67p {
  min-height: 67px;
}

.max_w-67p {
  max-width: 67px;
}

.max_h-67p {
  max-height: 67px;
}

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

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

.min_w-68p {
  min-width: 68px;
}

.min_h-68p {
  min-height: 68px;
}

.max_w-68p {
  max-width: 68px;
}

.max_h-68p {
  max-height: 68px;
}

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

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

.min_w-69p {
  min-width: 69px;
}

.min_h-69p {
  min-height: 69px;
}

.max_w-69p {
  max-width: 69px;
}

.max_h-69p {
  max-height: 69px;
}

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

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

.min_w-70p {
  min-width: 70px;
}

.min_h-70p {
  min-height: 70px;
}

.max_w-70p {
  max-width: 70px;
}

.max_h-70p {
  max-height: 70px;
}

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

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

.min_w-71p {
  min-width: 71px;
}

.min_h-71p {
  min-height: 71px;
}

.max_w-71p {
  max-width: 71px;
}

.max_h-71p {
  max-height: 71px;
}

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

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

.min_w-72p {
  min-width: 72px;
}

.min_h-72p {
  min-height: 72px;
}

.max_w-72p {
  max-width: 72px;
}

.max_h-72p {
  max-height: 72px;
}

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

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

.min_w-73p {
  min-width: 73px;
}

.min_h-73p {
  min-height: 73px;
}

.max_w-73p {
  max-width: 73px;
}

.max_h-73p {
  max-height: 73px;
}

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

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

.min_w-74p {
  min-width: 74px;
}

.min_h-74p {
  min-height: 74px;
}

.max_w-74p {
  max-width: 74px;
}

.max_h-74p {
  max-height: 74px;
}

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

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

.min_w-75p {
  min-width: 75px;
}

.min_h-75p {
  min-height: 75px;
}

.max_w-75p {
  max-width: 75px;
}

.max_h-75p {
  max-height: 75px;
}

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

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

.min_w-76p {
  min-width: 76px;
}

.min_h-76p {
  min-height: 76px;
}

.max_w-76p {
  max-width: 76px;
}

.max_h-76p {
  max-height: 76px;
}

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

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

.min_w-77p {
  min-width: 77px;
}

.min_h-77p {
  min-height: 77px;
}

.max_w-77p {
  max-width: 77px;
}

.max_h-77p {
  max-height: 77px;
}

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

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

.min_w-78p {
  min-width: 78px;
}

.min_h-78p {
  min-height: 78px;
}

.max_w-78p {
  max-width: 78px;
}

.max_h-78p {
  max-height: 78px;
}

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

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

.min_w-79p {
  min-width: 79px;
}

.min_h-79p {
  min-height: 79px;
}

.max_w-79p {
  max-width: 79px;
}

.max_h-79p {
  max-height: 79px;
}

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

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

.min_w-80p {
  min-width: 80px;
}

.min_h-80p {
  min-height: 80px;
}

.max_w-80p {
  max-width: 80px;
}

.max_h-80p {
  max-height: 80px;
}

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

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

.min_w-81p {
  min-width: 81px;
}

.min_h-81p {
  min-height: 81px;
}

.max_w-81p {
  max-width: 81px;
}

.max_h-81p {
  max-height: 81px;
}

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

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

.min_w-82p {
  min-width: 82px;
}

.min_h-82p {
  min-height: 82px;
}

.max_w-82p {
  max-width: 82px;
}

.max_h-82p {
  max-height: 82px;
}

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

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

.min_w-83p {
  min-width: 83px;
}

.min_h-83p {
  min-height: 83px;
}

.max_w-83p {
  max-width: 83px;
}

.max_h-83p {
  max-height: 83px;
}

.h-84p {
  height: 84px;
}

.w-84p {
  width: 84px;
}

.min_w-84p {
  min-width: 84px;
}

.min_h-84p {
  min-height: 84px;
}

.max_w-84p {
  max-width: 84px;
}

.max_h-84p {
  max-height: 84px;
}

.h-85p {
  height: 85px;
}

.w-85p {
  width: 85px;
}

.min_w-85p {
  min-width: 85px;
}

.min_h-85p {
  min-height: 85px;
}

.max_w-85p {
  max-width: 85px;
}

.max_h-85p {
  max-height: 85px;
}

.h-86p {
  height: 86px;
}

.w-86p {
  width: 86px;
}

.min_w-86p {
  min-width: 86px;
}

.min_h-86p {
  min-height: 86px;
}

.max_w-86p {
  max-width: 86px;
}

.max_h-86p {
  max-height: 86px;
}

.h-87p {
  height: 87px;
}

.w-87p {
  width: 87px;
}

.min_w-87p {
  min-width: 87px;
}

.min_h-87p {
  min-height: 87px;
}

.max_w-87p {
  max-width: 87px;
}

.max_h-87p {
  max-height: 87px;
}

.h-88p {
  height: 88px;
}

.w-88p {
  width: 88px;
}

.min_w-88p {
  min-width: 88px;
}

.min_h-88p {
  min-height: 88px;
}

.max_w-88p {
  max-width: 88px;
}

.max_h-88p {
  max-height: 88px;
}

.h-89p {
  height: 89px;
}

.w-89p {
  width: 89px;
}

.min_w-89p {
  min-width: 89px;
}

.min_h-89p {
  min-height: 89px;
}

.max_w-89p {
  max-width: 89px;
}

.max_h-89p {
  max-height: 89px;
}

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

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

.min_w-90p {
  min-width: 90px;
}

.min_h-90p {
  min-height: 90px;
}

.max_w-90p {
  max-width: 90px;
}

.max_h-90p {
  max-height: 90px;
}

.h-91p {
  height: 91px;
}

.w-91p {
  width: 91px;
}

.min_w-91p {
  min-width: 91px;
}

.min_h-91p {
  min-height: 91px;
}

.max_w-91p {
  max-width: 91px;
}

.max_h-91p {
  max-height: 91px;
}

.h-92p {
  height: 92px;
}

.w-92p {
  width: 92px;
}

.min_w-92p {
  min-width: 92px;
}

.min_h-92p {
  min-height: 92px;
}

.max_w-92p {
  max-width: 92px;
}

.max_h-92p {
  max-height: 92px;
}

.h-93p {
  height: 93px;
}

.w-93p {
  width: 93px;
}

.min_w-93p {
  min-width: 93px;
}

.min_h-93p {
  min-height: 93px;
}

.max_w-93p {
  max-width: 93px;
}

.max_h-93p {
  max-height: 93px;
}

.h-94p {
  height: 94px;
}

.w-94p {
  width: 94px;
}

.min_w-94p {
  min-width: 94px;
}

.min_h-94p {
  min-height: 94px;
}

.max_w-94p {
  max-width: 94px;
}

.max_h-94p {
  max-height: 94px;
}

.h-95p {
  height: 95px;
}

.w-95p {
  width: 95px;
}

.min_w-95p {
  min-width: 95px;
}

.min_h-95p {
  min-height: 95px;
}

.max_w-95p {
  max-width: 95px;
}

.max_h-95p {
  max-height: 95px;
}

.h-96p {
  height: 96px;
}

.w-96p {
  width: 96px;
}

.min_w-96p {
  min-width: 96px;
}

.min_h-96p {
  min-height: 96px;
}

.max_w-96p {
  max-width: 96px;
}

.max_h-96p {
  max-height: 96px;
}

.h-97p {
  height: 97px;
}

.w-97p {
  width: 97px;
}

.min_w-97p {
  min-width: 97px;
}

.min_h-97p {
  min-height: 97px;
}

.max_w-97p {
  max-width: 97px;
}

.max_h-97p {
  max-height: 97px;
}

.h-98p {
  height: 98px;
}

.w-98p {
  width: 98px;
}

.min_w-98p {
  min-width: 98px;
}

.min_h-98p {
  min-height: 98px;
}

.max_w-98p {
  max-width: 98px;
}

.max_h-98p {
  max-height: 98px;
}

.h-99p {
  height: 99px;
}

.w-99p {
  width: 99px;
}

.min_w-99p {
  min-width: 99px;
}

.min_h-99p {
  min-height: 99px;
}

.max_w-99p {
  max-width: 99px;
}

.max_h-99p {
  max-height: 99px;
}

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

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

.min_w-100p {
  min-width: 100px;
}

.min_h-100p {
  min-height: 100px;
}

.max_w-100p {
  max-width: 100px;
}

.max_h-100p {
  max-height: 100px;
}

.h-101p {
  height: 101px;
}

.w-101p {
  width: 101px;
}

.min_w-101p {
  min-width: 101px;
}

.min_h-101p {
  min-height: 101px;
}

.max_w-101p {
  max-width: 101px;
}

.max_h-101p {
  max-height: 101px;
}

.h-102p {
  height: 102px;
}

.w-102p {
  width: 102px;
}

.min_w-102p {
  min-width: 102px;
}

.min_h-102p {
  min-height: 102px;
}

.max_w-102p {
  max-width: 102px;
}

.max_h-102p {
  max-height: 102px;
}

.h-103p {
  height: 103px;
}

.w-103p {
  width: 103px;
}

.min_w-103p {
  min-width: 103px;
}

.min_h-103p {
  min-height: 103px;
}

.max_w-103p {
  max-width: 103px;
}

.max_h-103p {
  max-height: 103px;
}

.h-104p {
  height: 104px;
}

.w-104p {
  width: 104px;
}

.min_w-104p {
  min-width: 104px;
}

.min_h-104p {
  min-height: 104px;
}

.max_w-104p {
  max-width: 104px;
}

.max_h-104p {
  max-height: 104px;
}

.h-105p {
  height: 105px;
}

.w-105p {
  width: 105px;
}

.min_w-105p {
  min-width: 105px;
}

.min_h-105p {
  min-height: 105px;
}

.max_w-105p {
  max-width: 105px;
}

.max_h-105p {
  max-height: 105px;
}

.h-106p {
  height: 106px;
}

.w-106p {
  width: 106px;
}

.min_w-106p {
  min-width: 106px;
}

.min_h-106p {
  min-height: 106px;
}

.max_w-106p {
  max-width: 106px;
}

.max_h-106p {
  max-height: 106px;
}

.h-107p {
  height: 107px;
}

.w-107p {
  width: 107px;
}

.min_w-107p {
  min-width: 107px;
}

.min_h-107p {
  min-height: 107px;
}

.max_w-107p {
  max-width: 107px;
}

.max_h-107p {
  max-height: 107px;
}

.h-108p {
  height: 108px;
}

.w-108p {
  width: 108px;
}

.min_w-108p {
  min-width: 108px;
}

.min_h-108p {
  min-height: 108px;
}

.max_w-108p {
  max-width: 108px;
}

.max_h-108p {
  max-height: 108px;
}

.h-109p {
  height: 109px;
}

.w-109p {
  width: 109px;
}

.min_w-109p {
  min-width: 109px;
}

.min_h-109p {
  min-height: 109px;
}

.max_w-109p {
  max-width: 109px;
}

.max_h-109p {
  max-height: 109px;
}

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

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

.min_w-110p {
  min-width: 110px;
}

.min_h-110p {
  min-height: 110px;
}

.max_w-110p {
  max-width: 110px;
}

.max_h-110p {
  max-height: 110px;
}

.h-111p {
  height: 111px;
}

.w-111p {
  width: 111px;
}

.min_w-111p {
  min-width: 111px;
}

.min_h-111p {
  min-height: 111px;
}

.max_w-111p {
  max-width: 111px;
}

.max_h-111p {
  max-height: 111px;
}

.h-112p {
  height: 112px;
}

.w-112p {
  width: 112px;
}

.min_w-112p {
  min-width: 112px;
}

.min_h-112p {
  min-height: 112px;
}

.max_w-112p {
  max-width: 112px;
}

.max_h-112p {
  max-height: 112px;
}

.h-113p {
  height: 113px;
}

.w-113p {
  width: 113px;
}

.min_w-113p {
  min-width: 113px;
}

.min_h-113p {
  min-height: 113px;
}

.max_w-113p {
  max-width: 113px;
}

.max_h-113p {
  max-height: 113px;
}

.h-114p {
  height: 114px;
}

.w-114p {
  width: 114px;
}

.min_w-114p {
  min-width: 114px;
}

.min_h-114p {
  min-height: 114px;
}

.max_w-114p {
  max-width: 114px;
}

.max_h-114p {
  max-height: 114px;
}

.h-115p {
  height: 115px;
}

.w-115p {
  width: 115px;
}

.min_w-115p {
  min-width: 115px;
}

.min_h-115p {
  min-height: 115px;
}

.max_w-115p {
  max-width: 115px;
}

.max_h-115p {
  max-height: 115px;
}

.h-116p {
  height: 116px;
}

.w-116p {
  width: 116px;
}

.min_w-116p {
  min-width: 116px;
}

.min_h-116p {
  min-height: 116px;
}

.max_w-116p {
  max-width: 116px;
}

.max_h-116p {
  max-height: 116px;
}

.h-117p {
  height: 117px;
}

.w-117p {
  width: 117px;
}

.min_w-117p {
  min-width: 117px;
}

.min_h-117p {
  min-height: 117px;
}

.max_w-117p {
  max-width: 117px;
}

.max_h-117p {
  max-height: 117px;
}

.h-118p {
  height: 118px;
}

.w-118p {
  width: 118px;
}

.min_w-118p {
  min-width: 118px;
}

.min_h-118p {
  min-height: 118px;
}

.max_w-118p {
  max-width: 118px;
}

.max_h-118p {
  max-height: 118px;
}

.h-119p {
  height: 119px;
}

.w-119p {
  width: 119px;
}

.min_w-119p {
  min-width: 119px;
}

.min_h-119p {
  min-height: 119px;
}

.max_w-119p {
  max-width: 119px;
}

.max_h-119p {
  max-height: 119px;
}

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

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

.min_w-120p {
  min-width: 120px;
}

.min_h-120p {
  min-height: 120px;
}

.max_w-120p {
  max-width: 120px;
}

.max_h-120p {
  max-height: 120px;
}

.h-121p {
  height: 121px;
}

.w-121p {
  width: 121px;
}

.min_w-121p {
  min-width: 121px;
}

.min_h-121p {
  min-height: 121px;
}

.max_w-121p {
  max-width: 121px;
}

.max_h-121p {
  max-height: 121px;
}

.h-122p {
  height: 122px;
}

.w-122p {
  width: 122px;
}

.min_w-122p {
  min-width: 122px;
}

.min_h-122p {
  min-height: 122px;
}

.max_w-122p {
  max-width: 122px;
}

.max_h-122p {
  max-height: 122px;
}

.h-123p {
  height: 123px;
}

.w-123p {
  width: 123px;
}

.min_w-123p {
  min-width: 123px;
}

.min_h-123p {
  min-height: 123px;
}

.max_w-123p {
  max-width: 123px;
}

.max_h-123p {
  max-height: 123px;
}

.h-124p {
  height: 124px;
}

.w-124p {
  width: 124px;
}

.min_w-124p {
  min-width: 124px;
}

.min_h-124p {
  min-height: 124px;
}

.max_w-124p {
  max-width: 124px;
}

.max_h-124p {
  max-height: 124px;
}

.h-125p {
  height: 125px;
}

.w-125p {
  width: 125px;
}

.min_w-125p {
  min-width: 125px;
}

.min_h-125p {
  min-height: 125px;
}

.max_w-125p {
  max-width: 125px;
}

.max_h-125p {
  max-height: 125px;
}

.h-126p {
  height: 126px;
}

.w-126p {
  width: 126px;
}

.min_w-126p {
  min-width: 126px;
}

.min_h-126p {
  min-height: 126px;
}

.max_w-126p {
  max-width: 126px;
}

.max_h-126p {
  max-height: 126px;
}

.h-127p {
  height: 127px;
}

.w-127p {
  width: 127px;
}

.min_w-127p {
  min-width: 127px;
}

.min_h-127p {
  min-height: 127px;
}

.max_w-127p {
  max-width: 127px;
}

.max_h-127p {
  max-height: 127px;
}

.h-128p {
  height: 128px;
}

.w-128p {
  width: 128px;
}

.min_w-128p {
  min-width: 128px;
}

.min_h-128p {
  min-height: 128px;
}

.max_w-128p {
  max-width: 128px;
}

.max_h-128p {
  max-height: 128px;
}

.h-129p {
  height: 129px;
}

.w-129p {
  width: 129px;
}

.min_w-129p {
  min-width: 129px;
}

.min_h-129p {
  min-height: 129px;
}

.max_w-129p {
  max-width: 129px;
}

.max_h-129p {
  max-height: 129px;
}

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

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

.min_w-130p {
  min-width: 130px;
}

.min_h-130p {
  min-height: 130px;
}

.max_w-130p {
  max-width: 130px;
}

.max_h-130p {
  max-height: 130px;
}

.h-131p {
  height: 131px;
}

.w-131p {
  width: 131px;
}

.min_w-131p {
  min-width: 131px;
}

.min_h-131p {
  min-height: 131px;
}

.max_w-131p {
  max-width: 131px;
}

.max_h-131p {
  max-height: 131px;
}

.h-132p {
  height: 132px;
}

.w-132p {
  width: 132px;
}

.min_w-132p {
  min-width: 132px;
}

.min_h-132p {
  min-height: 132px;
}

.max_w-132p {
  max-width: 132px;
}

.max_h-132p {
  max-height: 132px;
}

.h-133p {
  height: 133px;
}

.w-133p {
  width: 133px;
}

.min_w-133p {
  min-width: 133px;
}

.min_h-133p {
  min-height: 133px;
}

.max_w-133p {
  max-width: 133px;
}

.max_h-133p {
  max-height: 133px;
}

.h-134p {
  height: 134px;
}

.w-134p {
  width: 134px;
}

.min_w-134p {
  min-width: 134px;
}

.min_h-134p {
  min-height: 134px;
}

.max_w-134p {
  max-width: 134px;
}

.max_h-134p {
  max-height: 134px;
}

.h-135p {
  height: 135px;
}

.w-135p {
  width: 135px;
}

.min_w-135p {
  min-width: 135px;
}

.min_h-135p {
  min-height: 135px;
}

.max_w-135p {
  max-width: 135px;
}

.max_h-135p {
  max-height: 135px;
}

.h-136p {
  height: 136px;
}

.w-136p {
  width: 136px;
}

.min_w-136p {
  min-width: 136px;
}

.min_h-136p {
  min-height: 136px;
}

.max_w-136p {
  max-width: 136px;
}

.max_h-136p {
  max-height: 136px;
}

.h-137p {
  height: 137px;
}

.w-137p {
  width: 137px;
}

.min_w-137p {
  min-width: 137px;
}

.min_h-137p {
  min-height: 137px;
}

.max_w-137p {
  max-width: 137px;
}

.max_h-137p {
  max-height: 137px;
}

.h-138p {
  height: 138px;
}

.w-138p {
  width: 138px;
}

.min_w-138p {
  min-width: 138px;
}

.min_h-138p {
  min-height: 138px;
}

.max_w-138p {
  max-width: 138px;
}

.max_h-138p {
  max-height: 138px;
}

.h-139p {
  height: 139px;
}

.w-139p {
  width: 139px;
}

.min_w-139p {
  min-width: 139px;
}

.min_h-139p {
  min-height: 139px;
}

.max_w-139p {
  max-width: 139px;
}

.max_h-139p {
  max-height: 139px;
}

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

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

.min_w-140p {
  min-width: 140px;
}

.min_h-140p {
  min-height: 140px;
}

.max_w-140p {
  max-width: 140px;
}

.max_h-140p {
  max-height: 140px;
}

.h-141p {
  height: 141px;
}

.w-141p {
  width: 141px;
}

.min_w-141p {
  min-width: 141px;
}

.min_h-141p {
  min-height: 141px;
}

.max_w-141p {
  max-width: 141px;
}

.max_h-141p {
  max-height: 141px;
}

.h-142p {
  height: 142px;
}

.w-142p {
  width: 142px;
}

.min_w-142p {
  min-width: 142px;
}

.min_h-142p {
  min-height: 142px;
}

.max_w-142p {
  max-width: 142px;
}

.max_h-142p {
  max-height: 142px;
}

.h-143p {
  height: 143px;
}

.w-143p {
  width: 143px;
}

.min_w-143p {
  min-width: 143px;
}

.min_h-143p {
  min-height: 143px;
}

.max_w-143p {
  max-width: 143px;
}

.max_h-143p {
  max-height: 143px;
}

.h-144p {
  height: 144px;
}

.w-144p {
  width: 144px;
}

.min_w-144p {
  min-width: 144px;
}

.min_h-144p {
  min-height: 144px;
}

.max_w-144p {
  max-width: 144px;
}

.max_h-144p {
  max-height: 144px;
}

.h-145p {
  height: 145px;
}

.w-145p {
  width: 145px;
}

.min_w-145p {
  min-width: 145px;
}

.min_h-145p {
  min-height: 145px;
}

.max_w-145p {
  max-width: 145px;
}

.max_h-145p {
  max-height: 145px;
}

.h-146p {
  height: 146px;
}

.w-146p {
  width: 146px;
}

.min_w-146p {
  min-width: 146px;
}

.min_h-146p {
  min-height: 146px;
}

.max_w-146p {
  max-width: 146px;
}

.max_h-146p {
  max-height: 146px;
}

.h-147p {
  height: 147px;
}

.w-147p {
  width: 147px;
}

.min_w-147p {
  min-width: 147px;
}

.min_h-147p {
  min-height: 147px;
}

.max_w-147p {
  max-width: 147px;
}

.max_h-147p {
  max-height: 147px;
}

.h-148p {
  height: 148px;
}

.w-148p {
  width: 148px;
}

.min_w-148p {
  min-width: 148px;
}

.min_h-148p {
  min-height: 148px;
}

.max_w-148p {
  max-width: 148px;
}

.max_h-148p {
  max-height: 148px;
}

.h-149p {
  height: 149px;
}

.w-149p {
  width: 149px;
}

.min_w-149p {
  min-width: 149px;
}

.min_h-149p {
  min-height: 149px;
}

.max_w-149p {
  max-width: 149px;
}

.max_h-149p {
  max-height: 149px;
}

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

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

.min_w-150p {
  min-width: 150px;
}

.min_h-150p {
  min-height: 150px;
}

.max_w-150p {
  max-width: 150px;
}

.max_h-150p {
  max-height: 150px;
}

.h-151p {
  height: 151px;
}

.w-151p {
  width: 151px;
}

.min_w-151p {
  min-width: 151px;
}

.min_h-151p {
  min-height: 151px;
}

.max_w-151p {
  max-width: 151px;
}

.max_h-151p {
  max-height: 151px;
}

.h-152p {
  height: 152px;
}

.w-152p {
  width: 152px;
}

.min_w-152p {
  min-width: 152px;
}

.min_h-152p {
  min-height: 152px;
}

.max_w-152p {
  max-width: 152px;
}

.max_h-152p {
  max-height: 152px;
}

.h-153p {
  height: 153px;
}

.w-153p {
  width: 153px;
}

.min_w-153p {
  min-width: 153px;
}

.min_h-153p {
  min-height: 153px;
}

.max_w-153p {
  max-width: 153px;
}

.max_h-153p {
  max-height: 153px;
}

.h-154p {
  height: 154px;
}

.w-154p {
  width: 154px;
}

.min_w-154p {
  min-width: 154px;
}

.min_h-154p {
  min-height: 154px;
}

.max_w-154p {
  max-width: 154px;
}

.max_h-154p {
  max-height: 154px;
}

.h-155p {
  height: 155px;
}

.w-155p {
  width: 155px;
}

.min_w-155p {
  min-width: 155px;
}

.min_h-155p {
  min-height: 155px;
}

.max_w-155p {
  max-width: 155px;
}

.max_h-155p {
  max-height: 155px;
}

.h-156p {
  height: 156px;
}

.w-156p {
  width: 156px;
}

.min_w-156p {
  min-width: 156px;
}

.min_h-156p {
  min-height: 156px;
}

.max_w-156p {
  max-width: 156px;
}

.max_h-156p {
  max-height: 156px;
}

.h-157p {
  height: 157px;
}

.w-157p {
  width: 157px;
}

.min_w-157p {
  min-width: 157px;
}

.min_h-157p {
  min-height: 157px;
}

.max_w-157p {
  max-width: 157px;
}

.max_h-157p {
  max-height: 157px;
}

.h-158p {
  height: 158px;
}

.w-158p {
  width: 158px;
}

.min_w-158p {
  min-width: 158px;
}

.min_h-158p {
  min-height: 158px;
}

.max_w-158p {
  max-width: 158px;
}

.max_h-158p {
  max-height: 158px;
}

.h-159p {
  height: 159px;
}

.w-159p {
  width: 159px;
}

.min_w-159p {
  min-width: 159px;
}

.min_h-159p {
  min-height: 159px;
}

.max_w-159p {
  max-width: 159px;
}

.max_h-159p {
  max-height: 159px;
}

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

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

.min_w-160p {
  min-width: 160px;
}

.min_h-160p {
  min-height: 160px;
}

.max_w-160p {
  max-width: 160px;
}

.max_h-160p {
  max-height: 160px;
}

.h-161p {
  height: 161px;
}

.w-161p {
  width: 161px;
}

.min_w-161p {
  min-width: 161px;
}

.min_h-161p {
  min-height: 161px;
}

.max_w-161p {
  max-width: 161px;
}

.max_h-161p {
  max-height: 161px;
}

.h-162p {
  height: 162px;
}

.w-162p {
  width: 162px;
}

.min_w-162p {
  min-width: 162px;
}

.min_h-162p {
  min-height: 162px;
}

.max_w-162p {
  max-width: 162px;
}

.max_h-162p {
  max-height: 162px;
}

.h-163p {
  height: 163px;
}

.w-163p {
  width: 163px;
}

.min_w-163p {
  min-width: 163px;
}

.min_h-163p {
  min-height: 163px;
}

.max_w-163p {
  max-width: 163px;
}

.max_h-163p {
  max-height: 163px;
}

.h-164p {
  height: 164px;
}

.w-164p {
  width: 164px;
}

.min_w-164p {
  min-width: 164px;
}

.min_h-164p {
  min-height: 164px;
}

.max_w-164p {
  max-width: 164px;
}

.max_h-164p {
  max-height: 164px;
}

.h-165p {
  height: 165px;
}

.w-165p {
  width: 165px;
}

.min_w-165p {
  min-width: 165px;
}

.min_h-165p {
  min-height: 165px;
}

.max_w-165p {
  max-width: 165px;
}

.max_h-165p {
  max-height: 165px;
}

.h-166p {
  height: 166px;
}

.w-166p {
  width: 166px;
}

.min_w-166p {
  min-width: 166px;
}

.min_h-166p {
  min-height: 166px;
}

.max_w-166p {
  max-width: 166px;
}

.max_h-166p {
  max-height: 166px;
}

.h-167p {
  height: 167px;
}

.w-167p {
  width: 167px;
}

.min_w-167p {
  min-width: 167px;
}

.min_h-167p {
  min-height: 167px;
}

.max_w-167p {
  max-width: 167px;
}

.max_h-167p {
  max-height: 167px;
}

.h-168p {
  height: 168px;
}

.w-168p {
  width: 168px;
}

.min_w-168p {
  min-width: 168px;
}

.min_h-168p {
  min-height: 168px;
}

.max_w-168p {
  max-width: 168px;
}

.max_h-168p {
  max-height: 168px;
}

.h-169p {
  height: 169px;
}

.w-169p {
  width: 169px;
}

.min_w-169p {
  min-width: 169px;
}

.min_h-169p {
  min-height: 169px;
}

.max_w-169p {
  max-width: 169px;
}

.max_h-169p {
  max-height: 169px;
}

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

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

.min_w-170p {
  min-width: 170px;
}

.min_h-170p {
  min-height: 170px;
}

.max_w-170p {
  max-width: 170px;
}

.max_h-170p {
  max-height: 170px;
}

.h-171p {
  height: 171px;
}

.w-171p {
  width: 171px;
}

.min_w-171p {
  min-width: 171px;
}

.min_h-171p {
  min-height: 171px;
}

.max_w-171p {
  max-width: 171px;
}

.max_h-171p {
  max-height: 171px;
}

.h-172p {
  height: 172px;
}

.w-172p {
  width: 172px;
}

.min_w-172p {
  min-width: 172px;
}

.min_h-172p {
  min-height: 172px;
}

.max_w-172p {
  max-width: 172px;
}

.max_h-172p {
  max-height: 172px;
}

.h-173p {
  height: 173px;
}

.w-173p {
  width: 173px;
}

.min_w-173p {
  min-width: 173px;
}

.min_h-173p {
  min-height: 173px;
}

.max_w-173p {
  max-width: 173px;
}

.max_h-173p {
  max-height: 173px;
}

.h-174p {
  height: 174px;
}

.w-174p {
  width: 174px;
}

.min_w-174p {
  min-width: 174px;
}

.min_h-174p {
  min-height: 174px;
}

.max_w-174p {
  max-width: 174px;
}

.max_h-174p {
  max-height: 174px;
}

.h-175p {
  height: 175px;
}

.w-175p {
  width: 175px;
}

.min_w-175p {
  min-width: 175px;
}

.min_h-175p {
  min-height: 175px;
}

.max_w-175p {
  max-width: 175px;
}

.max_h-175p {
  max-height: 175px;
}

.h-176p {
  height: 176px;
}

.w-176p {
  width: 176px;
}

.min_w-176p {
  min-width: 176px;
}

.min_h-176p {
  min-height: 176px;
}

.max_w-176p {
  max-width: 176px;
}

.max_h-176p {
  max-height: 176px;
}

.h-177p {
  height: 177px;
}

.w-177p {
  width: 177px;
}

.min_w-177p {
  min-width: 177px;
}

.min_h-177p {
  min-height: 177px;
}

.max_w-177p {
  max-width: 177px;
}

.max_h-177p {
  max-height: 177px;
}

.h-178p {
  height: 178px;
}

.w-178p {
  width: 178px;
}

.min_w-178p {
  min-width: 178px;
}

.min_h-178p {
  min-height: 178px;
}

.max_w-178p {
  max-width: 178px;
}

.max_h-178p {
  max-height: 178px;
}

.h-179p {
  height: 179px;
}

.w-179p {
  width: 179px;
}

.min_w-179p {
  min-width: 179px;
}

.min_h-179p {
  min-height: 179px;
}

.max_w-179p {
  max-width: 179px;
}

.max_h-179p {
  max-height: 179px;
}

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

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

.min_w-180p {
  min-width: 180px;
}

.min_h-180p {
  min-height: 180px;
}

.max_w-180p {
  max-width: 180px;
}

.max_h-180p {
  max-height: 180px;
}

.h-181p {
  height: 181px;
}

.w-181p {
  width: 181px;
}

.min_w-181p {
  min-width: 181px;
}

.min_h-181p {
  min-height: 181px;
}

.max_w-181p {
  max-width: 181px;
}

.max_h-181p {
  max-height: 181px;
}

.h-182p {
  height: 182px;
}

.w-182p {
  width: 182px;
}

.min_w-182p {
  min-width: 182px;
}

.min_h-182p {
  min-height: 182px;
}

.max_w-182p {
  max-width: 182px;
}

.max_h-182p {
  max-height: 182px;
}

.h-183p {
  height: 183px;
}

.w-183p {
  width: 183px;
}

.min_w-183p {
  min-width: 183px;
}

.min_h-183p {
  min-height: 183px;
}

.max_w-183p {
  max-width: 183px;
}

.max_h-183p {
  max-height: 183px;
}

.h-184p {
  height: 184px;
}

.w-184p {
  width: 184px;
}

.min_w-184p {
  min-width: 184px;
}

.min_h-184p {
  min-height: 184px;
}

.max_w-184p {
  max-width: 184px;
}

.max_h-184p {
  max-height: 184px;
}

.h-185p {
  height: 185px;
}

.w-185p {
  width: 185px;
}

.min_w-185p {
  min-width: 185px;
}

.min_h-185p {
  min-height: 185px;
}

.max_w-185p {
  max-width: 185px;
}

.max_h-185p {
  max-height: 185px;
}

.h-186p {
  height: 186px;
}

.w-186p {
  width: 186px;
}

.min_w-186p {
  min-width: 186px;
}

.min_h-186p {
  min-height: 186px;
}

.max_w-186p {
  max-width: 186px;
}

.max_h-186p {
  max-height: 186px;
}

.h-187p {
  height: 187px;
}

.w-187p {
  width: 187px;
}

.min_w-187p {
  min-width: 187px;
}

.min_h-187p {
  min-height: 187px;
}

.max_w-187p {
  max-width: 187px;
}

.max_h-187p {
  max-height: 187px;
}

.h-188p {
  height: 188px;
}

.w-188p {
  width: 188px;
}

.min_w-188p {
  min-width: 188px;
}

.min_h-188p {
  min-height: 188px;
}

.max_w-188p {
  max-width: 188px;
}

.max_h-188p {
  max-height: 188px;
}

.h-189p {
  height: 189px;
}

.w-189p {
  width: 189px;
}

.min_w-189p {
  min-width: 189px;
}

.min_h-189p {
  min-height: 189px;
}

.max_w-189p {
  max-width: 189px;
}

.max_h-189p {
  max-height: 189px;
}

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

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

.min_w-190p {
  min-width: 190px;
}

.min_h-190p {
  min-height: 190px;
}

.max_w-190p {
  max-width: 190px;
}

.max_h-190p {
  max-height: 190px;
}

.h-191p {
  height: 191px;
}

.w-191p {
  width: 191px;
}

.min_w-191p {
  min-width: 191px;
}

.min_h-191p {
  min-height: 191px;
}

.max_w-191p {
  max-width: 191px;
}

.max_h-191p {
  max-height: 191px;
}

.h-192p {
  height: 192px;
}

.w-192p {
  width: 192px;
}

.min_w-192p {
  min-width: 192px;
}

.min_h-192p {
  min-height: 192px;
}

.max_w-192p {
  max-width: 192px;
}

.max_h-192p {
  max-height: 192px;
}

.h-193p {
  height: 193px;
}

.w-193p {
  width: 193px;
}

.min_w-193p {
  min-width: 193px;
}

.min_h-193p {
  min-height: 193px;
}

.max_w-193p {
  max-width: 193px;
}

.max_h-193p {
  max-height: 193px;
}

.h-194p {
  height: 194px;
}

.w-194p {
  width: 194px;
}

.min_w-194p {
  min-width: 194px;
}

.min_h-194p {
  min-height: 194px;
}

.max_w-194p {
  max-width: 194px;
}

.max_h-194p {
  max-height: 194px;
}

.h-195p {
  height: 195px;
}

.w-195p {
  width: 195px;
}

.min_w-195p {
  min-width: 195px;
}

.min_h-195p {
  min-height: 195px;
}

.max_w-195p {
  max-width: 195px;
}

.max_h-195p {
  max-height: 195px;
}

.h-196p {
  height: 196px;
}

.w-196p {
  width: 196px;
}

.min_w-196p {
  min-width: 196px;
}

.min_h-196p {
  min-height: 196px;
}

.max_w-196p {
  max-width: 196px;
}

.max_h-196p {
  max-height: 196px;
}

.h-197p {
  height: 197px;
}

.w-197p {
  width: 197px;
}

.min_w-197p {
  min-width: 197px;
}

.min_h-197p {
  min-height: 197px;
}

.max_w-197p {
  max-width: 197px;
}

.max_h-197p {
  max-height: 197px;
}

.h-198p {
  height: 198px;
}

.w-198p {
  width: 198px;
}

.min_w-198p {
  min-width: 198px;
}

.min_h-198p {
  min-height: 198px;
}

.max_w-198p {
  max-width: 198px;
}

.max_h-198p {
  max-height: 198px;
}

.h-199p {
  height: 199px;
}

.w-199p {
  width: 199px;
}

.min_w-199p {
  min-width: 199px;
}

.min_h-199p {
  min-height: 199px;
}

.max_w-199p {
  max-width: 199px;
}

.max_h-199p {
  max-height: 199px;
}

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

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

.min_w-200p {
  min-width: 200px;
}

.min_h-200p {
  min-height: 200px;
}

.max_w-200p {
  max-width: 200px;
}

.max_h-200p {
  max-height: 200px;
}

.h-201p {
  height: 201px;
}

.w-201p {
  width: 201px;
}

.min_w-201p {
  min-width: 201px;
}

.min_h-201p {
  min-height: 201px;
}

.max_w-201p {
  max-width: 201px;
}

.max_h-201p {
  max-height: 201px;
}

.h-202p {
  height: 202px;
}

.w-202p {
  width: 202px;
}

.min_w-202p {
  min-width: 202px;
}

.min_h-202p {
  min-height: 202px;
}

.max_w-202p {
  max-width: 202px;
}

.max_h-202p {
  max-height: 202px;
}

.h-203p {
  height: 203px;
}

.w-203p {
  width: 203px;
}

.min_w-203p {
  min-width: 203px;
}

.min_h-203p {
  min-height: 203px;
}

.max_w-203p {
  max-width: 203px;
}

.max_h-203p {
  max-height: 203px;
}

.h-204p {
  height: 204px;
}

.w-204p {
  width: 204px;
}

.min_w-204p {
  min-width: 204px;
}

.min_h-204p {
  min-height: 204px;
}

.max_w-204p {
  max-width: 204px;
}

.max_h-204p {
  max-height: 204px;
}

.h-205p {
  height: 205px;
}

.w-205p {
  width: 205px;
}

.min_w-205p {
  min-width: 205px;
}

.min_h-205p {
  min-height: 205px;
}

.max_w-205p {
  max-width: 205px;
}

.max_h-205p {
  max-height: 205px;
}

.h-206p {
  height: 206px;
}

.w-206p {
  width: 206px;
}

.min_w-206p {
  min-width: 206px;
}

.min_h-206p {
  min-height: 206px;
}

.max_w-206p {
  max-width: 206px;
}

.max_h-206p {
  max-height: 206px;
}

.h-207p {
  height: 207px;
}

.w-207p {
  width: 207px;
}

.min_w-207p {
  min-width: 207px;
}

.min_h-207p {
  min-height: 207px;
}

.max_w-207p {
  max-width: 207px;
}

.max_h-207p {
  max-height: 207px;
}

.h-208p {
  height: 208px;
}

.w-208p {
  width: 208px;
}

.min_w-208p {
  min-width: 208px;
}

.min_h-208p {
  min-height: 208px;
}

.max_w-208p {
  max-width: 208px;
}

.max_h-208p {
  max-height: 208px;
}

.h-209p {
  height: 209px;
}

.w-209p {
  width: 209px;
}

.min_w-209p {
  min-width: 209px;
}

.min_h-209p {
  min-height: 209px;
}

.max_w-209p {
  max-width: 209px;
}

.max_h-209p {
  max-height: 209px;
}

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

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

.min_w-210p {
  min-width: 210px;
}

.min_h-210p {
  min-height: 210px;
}

.max_w-210p {
  max-width: 210px;
}

.max_h-210p {
  max-height: 210px;
}

.h-211p {
  height: 211px;
}

.w-211p {
  width: 211px;
}

.min_w-211p {
  min-width: 211px;
}

.min_h-211p {
  min-height: 211px;
}

.max_w-211p {
  max-width: 211px;
}

.max_h-211p {
  max-height: 211px;
}

.h-212p {
  height: 212px;
}

.w-212p {
  width: 212px;
}

.min_w-212p {
  min-width: 212px;
}

.min_h-212p {
  min-height: 212px;
}

.max_w-212p {
  max-width: 212px;
}

.max_h-212p {
  max-height: 212px;
}

.h-213p {
  height: 213px;
}

.w-213p {
  width: 213px;
}

.min_w-213p {
  min-width: 213px;
}

.min_h-213p {
  min-height: 213px;
}

.max_w-213p {
  max-width: 213px;
}

.max_h-213p {
  max-height: 213px;
}

.h-214p {
  height: 214px;
}

.w-214p {
  width: 214px;
}

.min_w-214p {
  min-width: 214px;
}

.min_h-214p {
  min-height: 214px;
}

.max_w-214p {
  max-width: 214px;
}

.max_h-214p {
  max-height: 214px;
}

.h-215p {
  height: 215px;
}

.w-215p {
  width: 215px;
}

.min_w-215p {
  min-width: 215px;
}

.min_h-215p {
  min-height: 215px;
}

.max_w-215p {
  max-width: 215px;
}

.max_h-215p {
  max-height: 215px;
}

.h-216p {
  height: 216px;
}

.w-216p {
  width: 216px;
}

.min_w-216p {
  min-width: 216px;
}

.min_h-216p {
  min-height: 216px;
}

.max_w-216p {
  max-width: 216px;
}

.max_h-216p {
  max-height: 216px;
}

.h-217p {
  height: 217px;
}

.w-217p {
  width: 217px;
}

.min_w-217p {
  min-width: 217px;
}

.min_h-217p {
  min-height: 217px;
}

.max_w-217p {
  max-width: 217px;
}

.max_h-217p {
  max-height: 217px;
}

.h-218p {
  height: 218px;
}

.w-218p {
  width: 218px;
}

.min_w-218p {
  min-width: 218px;
}

.min_h-218p {
  min-height: 218px;
}

.max_w-218p {
  max-width: 218px;
}

.max_h-218p {
  max-height: 218px;
}

.h-219p {
  height: 219px;
}

.w-219p {
  width: 219px;
}

.min_w-219p {
  min-width: 219px;
}

.min_h-219p {
  min-height: 219px;
}

.max_w-219p {
  max-width: 219px;
}

.max_h-219p {
  max-height: 219px;
}

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

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

.min_w-220p {
  min-width: 220px;
}

.min_h-220p {
  min-height: 220px;
}

.max_w-220p {
  max-width: 220px;
}

.max_h-220p {
  max-height: 220px;
}

.h-221p {
  height: 221px;
}

.w-221p {
  width: 221px;
}

.min_w-221p {
  min-width: 221px;
}

.min_h-221p {
  min-height: 221px;
}

.max_w-221p {
  max-width: 221px;
}

.max_h-221p {
  max-height: 221px;
}

.h-222p {
  height: 222px;
}

.w-222p {
  width: 222px;
}

.min_w-222p {
  min-width: 222px;
}

.min_h-222p {
  min-height: 222px;
}

.max_w-222p {
  max-width: 222px;
}

.max_h-222p {
  max-height: 222px;
}

.h-223p {
  height: 223px;
}

.w-223p {
  width: 223px;
}

.min_w-223p {
  min-width: 223px;
}

.min_h-223p {
  min-height: 223px;
}

.max_w-223p {
  max-width: 223px;
}

.max_h-223p {
  max-height: 223px;
}

.h-224p {
  height: 224px;
}

.w-224p {
  width: 224px;
}

.min_w-224p {
  min-width: 224px;
}

.min_h-224p {
  min-height: 224px;
}

.max_w-224p {
  max-width: 224px;
}

.max_h-224p {
  max-height: 224px;
}

.h-225p {
  height: 225px;
}

.w-225p {
  width: 225px;
}

.min_w-225p {
  min-width: 225px;
}

.min_h-225p {
  min-height: 225px;
}

.max_w-225p {
  max-width: 225px;
}

.max_h-225p {
  max-height: 225px;
}

.h-226p {
  height: 226px;
}

.w-226p {
  width: 226px;
}

.min_w-226p {
  min-width: 226px;
}

.min_h-226p {
  min-height: 226px;
}

.max_w-226p {
  max-width: 226px;
}

.max_h-226p {
  max-height: 226px;
}

.h-227p {
  height: 227px;
}

.w-227p {
  width: 227px;
}

.min_w-227p {
  min-width: 227px;
}

.min_h-227p {
  min-height: 227px;
}

.max_w-227p {
  max-width: 227px;
}

.max_h-227p {
  max-height: 227px;
}

.h-228p {
  height: 228px;
}

.w-228p {
  width: 228px;
}

.min_w-228p {
  min-width: 228px;
}

.min_h-228p {
  min-height: 228px;
}

.max_w-228p {
  max-width: 228px;
}

.max_h-228p {
  max-height: 228px;
}

.h-229p {
  height: 229px;
}

.w-229p {
  width: 229px;
}

.min_w-229p {
  min-width: 229px;
}

.min_h-229p {
  min-height: 229px;
}

.max_w-229p {
  max-width: 229px;
}

.max_h-229p {
  max-height: 229px;
}

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

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

.min_w-230p {
  min-width: 230px;
}

.min_h-230p {
  min-height: 230px;
}

.max_w-230p {
  max-width: 230px;
}

.max_h-230p {
  max-height: 230px;
}

.h-231p {
  height: 231px;
}

.w-231p {
  width: 231px;
}

.min_w-231p {
  min-width: 231px;
}

.min_h-231p {
  min-height: 231px;
}

.max_w-231p {
  max-width: 231px;
}

.max_h-231p {
  max-height: 231px;
}

.h-232p {
  height: 232px;
}

.w-232p {
  width: 232px;
}

.min_w-232p {
  min-width: 232px;
}

.min_h-232p {
  min-height: 232px;
}

.max_w-232p {
  max-width: 232px;
}

.max_h-232p {
  max-height: 232px;
}

.h-233p {
  height: 233px;
}

.w-233p {
  width: 233px;
}

.min_w-233p {
  min-width: 233px;
}

.min_h-233p {
  min-height: 233px;
}

.max_w-233p {
  max-width: 233px;
}

.max_h-233p {
  max-height: 233px;
}

.h-234p {
  height: 234px;
}

.w-234p {
  width: 234px;
}

.min_w-234p {
  min-width: 234px;
}

.min_h-234p {
  min-height: 234px;
}

.max_w-234p {
  max-width: 234px;
}

.max_h-234p {
  max-height: 234px;
}

.h-235p {
  height: 235px;
}

.w-235p {
  width: 235px;
}

.min_w-235p {
  min-width: 235px;
}

.min_h-235p {
  min-height: 235px;
}

.max_w-235p {
  max-width: 235px;
}

.max_h-235p {
  max-height: 235px;
}

.h-236p {
  height: 236px;
}

.w-236p {
  width: 236px;
}

.min_w-236p {
  min-width: 236px;
}

.min_h-236p {
  min-height: 236px;
}

.max_w-236p {
  max-width: 236px;
}

.max_h-236p {
  max-height: 236px;
}

.h-237p {
  height: 237px;
}

.w-237p {
  width: 237px;
}

.min_w-237p {
  min-width: 237px;
}

.min_h-237p {
  min-height: 237px;
}

.max_w-237p {
  max-width: 237px;
}

.max_h-237p {
  max-height: 237px;
}

.h-238p {
  height: 238px;
}

.w-238p {
  width: 238px;
}

.min_w-238p {
  min-width: 238px;
}

.min_h-238p {
  min-height: 238px;
}

.max_w-238p {
  max-width: 238px;
}

.max_h-238p {
  max-height: 238px;
}

.h-239p {
  height: 239px;
}

.w-239p {
  width: 239px;
}

.min_w-239p {
  min-width: 239px;
}

.min_h-239p {
  min-height: 239px;
}

.max_w-239p {
  max-width: 239px;
}

.max_h-239p {
  max-height: 239px;
}

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

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

.min_w-240p {
  min-width: 240px;
}

.min_h-240p {
  min-height: 240px;
}

.max_w-240p {
  max-width: 240px;
}

.max_h-240p {
  max-height: 240px;
}

.h-241p {
  height: 241px;
}

.w-241p {
  width: 241px;
}

.min_w-241p {
  min-width: 241px;
}

.min_h-241p {
  min-height: 241px;
}

.max_w-241p {
  max-width: 241px;
}

.max_h-241p {
  max-height: 241px;
}

.h-242p {
  height: 242px;
}

.w-242p {
  width: 242px;
}

.min_w-242p {
  min-width: 242px;
}

.min_h-242p {
  min-height: 242px;
}

.max_w-242p {
  max-width: 242px;
}

.max_h-242p {
  max-height: 242px;
}

.h-243p {
  height: 243px;
}

.w-243p {
  width: 243px;
}

.min_w-243p {
  min-width: 243px;
}

.min_h-243p {
  min-height: 243px;
}

.max_w-243p {
  max-width: 243px;
}

.max_h-243p {
  max-height: 243px;
}

.h-244p {
  height: 244px;
}

.w-244p {
  width: 244px;
}

.min_w-244p {
  min-width: 244px;
}

.min_h-244p {
  min-height: 244px;
}

.max_w-244p {
  max-width: 244px;
}

.max_h-244p {
  max-height: 244px;
}

.h-245p {
  height: 245px;
}

.w-245p {
  width: 245px;
}

.min_w-245p {
  min-width: 245px;
}

.min_h-245p {
  min-height: 245px;
}

.max_w-245p {
  max-width: 245px;
}

.max_h-245p {
  max-height: 245px;
}

.h-246p {
  height: 246px;
}

.w-246p {
  width: 246px;
}

.min_w-246p {
  min-width: 246px;
}

.min_h-246p {
  min-height: 246px;
}

.max_w-246p {
  max-width: 246px;
}

.max_h-246p {
  max-height: 246px;
}

.h-247p {
  height: 247px;
}

.w-247p {
  width: 247px;
}

.min_w-247p {
  min-width: 247px;
}

.min_h-247p {
  min-height: 247px;
}

.max_w-247p {
  max-width: 247px;
}

.max_h-247p {
  max-height: 247px;
}

.h-248p {
  height: 248px;
}

.w-248p {
  width: 248px;
}

.min_w-248p {
  min-width: 248px;
}

.min_h-248p {
  min-height: 248px;
}

.max_w-248p {
  max-width: 248px;
}

.max_h-248p {
  max-height: 248px;
}

.h-249p {
  height: 249px;
}

.w-249p {
  width: 249px;
}

.min_w-249p {
  min-width: 249px;
}

.min_h-249p {
  min-height: 249px;
}

.max_w-249p {
  max-width: 249px;
}

.max_h-249p {
  max-height: 249px;
}

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

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

.min_w-250p {
  min-width: 250px;
}

.min_h-250p {
  min-height: 250px;
}

.max_w-250p {
  max-width: 250px;
}

.max_h-250p {
  max-height: 250px;
}

.h-251p {
  height: 251px;
}

.w-251p {
  width: 251px;
}

.min_w-251p {
  min-width: 251px;
}

.min_h-251p {
  min-height: 251px;
}

.max_w-251p {
  max-width: 251px;
}

.max_h-251p {
  max-height: 251px;
}

.h-252p {
  height: 252px;
}

.w-252p {
  width: 252px;
}

.min_w-252p {
  min-width: 252px;
}

.min_h-252p {
  min-height: 252px;
}

.max_w-252p {
  max-width: 252px;
}

.max_h-252p {
  max-height: 252px;
}

.h-253p {
  height: 253px;
}

.w-253p {
  width: 253px;
}

.min_w-253p {
  min-width: 253px;
}

.min_h-253p {
  min-height: 253px;
}

.max_w-253p {
  max-width: 253px;
}

.max_h-253p {
  max-height: 253px;
}

.h-254p {
  height: 254px;
}

.w-254p {
  width: 254px;
}

.min_w-254p {
  min-width: 254px;
}

.min_h-254p {
  min-height: 254px;
}

.max_w-254p {
  max-width: 254px;
}

.max_h-254p {
  max-height: 254px;
}

.h-255p {
  height: 255px;
}

.w-255p {
  width: 255px;
}

.min_w-255p {
  min-width: 255px;
}

.min_h-255p {
  min-height: 255px;
}

.max_w-255p {
  max-width: 255px;
}

.max_h-255p {
  max-height: 255px;
}

.h-256p {
  height: 256px;
}

.w-256p {
  width: 256px;
}

.min_w-256p {
  min-width: 256px;
}

.min_h-256p {
  min-height: 256px;
}

.max_w-256p {
  max-width: 256px;
}

.max_h-256p {
  max-height: 256px;
}

.h-257p {
  height: 257px;
}

.w-257p {
  width: 257px;
}

.min_w-257p {
  min-width: 257px;
}

.min_h-257p {
  min-height: 257px;
}

.max_w-257p {
  max-width: 257px;
}

.max_h-257p {
  max-height: 257px;
}

.h-258p {
  height: 258px;
}

.w-258p {
  width: 258px;
}

.min_w-258p {
  min-width: 258px;
}

.min_h-258p {
  min-height: 258px;
}

.max_w-258p {
  max-width: 258px;
}

.max_h-258p {
  max-height: 258px;
}

.h-259p {
  height: 259px;
}

.w-259p {
  width: 259px;
}

.min_w-259p {
  min-width: 259px;
}

.min_h-259p {
  min-height: 259px;
}

.max_w-259p {
  max-width: 259px;
}

.max_h-259p {
  max-height: 259px;
}

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

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

.min_w-260p {
  min-width: 260px;
}

.min_h-260p {
  min-height: 260px;
}

.max_w-260p {
  max-width: 260px;
}

.max_h-260p {
  max-height: 260px;
}

.h-261p {
  height: 261px;
}

.w-261p {
  width: 261px;
}

.min_w-261p {
  min-width: 261px;
}

.min_h-261p {
  min-height: 261px;
}

.max_w-261p {
  max-width: 261px;
}

.max_h-261p {
  max-height: 261px;
}

.h-262p {
  height: 262px;
}

.w-262p {
  width: 262px;
}

.min_w-262p {
  min-width: 262px;
}

.min_h-262p {
  min-height: 262px;
}

.max_w-262p {
  max-width: 262px;
}

.max_h-262p {
  max-height: 262px;
}

.h-263p {
  height: 263px;
}

.w-263p {
  width: 263px;
}

.min_w-263p {
  min-width: 263px;
}

.min_h-263p {
  min-height: 263px;
}

.max_w-263p {
  max-width: 263px;
}

.max_h-263p {
  max-height: 263px;
}

.h-264p {
  height: 264px;
}

.w-264p {
  width: 264px;
}

.min_w-264p {
  min-width: 264px;
}

.min_h-264p {
  min-height: 264px;
}

.max_w-264p {
  max-width: 264px;
}

.max_h-264p {
  max-height: 264px;
}

.h-265p {
  height: 265px;
}

.w-265p {
  width: 265px;
}

.min_w-265p {
  min-width: 265px;
}

.min_h-265p {
  min-height: 265px;
}

.max_w-265p {
  max-width: 265px;
}

.max_h-265p {
  max-height: 265px;
}

.h-266p {
  height: 266px;
}

.w-266p {
  width: 266px;
}

.min_w-266p {
  min-width: 266px;
}

.min_h-266p {
  min-height: 266px;
}

.max_w-266p {
  max-width: 266px;
}

.max_h-266p {
  max-height: 266px;
}

.h-267p {
  height: 267px;
}

.w-267p {
  width: 267px;
}

.min_w-267p {
  min-width: 267px;
}

.min_h-267p {
  min-height: 267px;
}

.max_w-267p {
  max-width: 267px;
}

.max_h-267p {
  max-height: 267px;
}

.h-268p {
  height: 268px;
}

.w-268p {
  width: 268px;
}

.min_w-268p {
  min-width: 268px;
}

.min_h-268p {
  min-height: 268px;
}

.max_w-268p {
  max-width: 268px;
}

.max_h-268p {
  max-height: 268px;
}

.h-269p {
  height: 269px;
}

.w-269p {
  width: 269px;
}

.min_w-269p {
  min-width: 269px;
}

.min_h-269p {
  min-height: 269px;
}

.max_w-269p {
  max-width: 269px;
}

.max_h-269p {
  max-height: 269px;
}

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

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

.min_w-270p {
  min-width: 270px;
}

.min_h-270p {
  min-height: 270px;
}

.max_w-270p {
  max-width: 270px;
}

.max_h-270p {
  max-height: 270px;
}

.h-271p {
  height: 271px;
}

.w-271p {
  width: 271px;
}

.min_w-271p {
  min-width: 271px;
}

.min_h-271p {
  min-height: 271px;
}

.max_w-271p {
  max-width: 271px;
}

.max_h-271p {
  max-height: 271px;
}

.h-272p {
  height: 272px;
}

.w-272p {
  width: 272px;
}

.min_w-272p {
  min-width: 272px;
}

.min_h-272p {
  min-height: 272px;
}

.max_w-272p {
  max-width: 272px;
}

.max_h-272p {
  max-height: 272px;
}

.h-273p {
  height: 273px;
}

.w-273p {
  width: 273px;
}

.min_w-273p {
  min-width: 273px;
}

.min_h-273p {
  min-height: 273px;
}

.max_w-273p {
  max-width: 273px;
}

.max_h-273p {
  max-height: 273px;
}

.h-274p {
  height: 274px;
}

.w-274p {
  width: 274px;
}

.min_w-274p {
  min-width: 274px;
}

.min_h-274p {
  min-height: 274px;
}

.max_w-274p {
  max-width: 274px;
}

.max_h-274p {
  max-height: 274px;
}

.h-275p {
  height: 275px;
}

.w-275p {
  width: 275px;
}

.min_w-275p {
  min-width: 275px;
}

.min_h-275p {
  min-height: 275px;
}

.max_w-275p {
  max-width: 275px;
}

.max_h-275p {
  max-height: 275px;
}

.h-276p {
  height: 276px;
}

.w-276p {
  width: 276px;
}

.min_w-276p {
  min-width: 276px;
}

.min_h-276p {
  min-height: 276px;
}

.max_w-276p {
  max-width: 276px;
}

.max_h-276p {
  max-height: 276px;
}

.h-277p {
  height: 277px;
}

.w-277p {
  width: 277px;
}

.min_w-277p {
  min-width: 277px;
}

.min_h-277p {
  min-height: 277px;
}

.max_w-277p {
  max-width: 277px;
}

.max_h-277p {
  max-height: 277px;
}

.h-278p {
  height: 278px;
}

.w-278p {
  width: 278px;
}

.min_w-278p {
  min-width: 278px;
}

.min_h-278p {
  min-height: 278px;
}

.max_w-278p {
  max-width: 278px;
}

.max_h-278p {
  max-height: 278px;
}

.h-279p {
  height: 279px;
}

.w-279p {
  width: 279px;
}

.min_w-279p {
  min-width: 279px;
}

.min_h-279p {
  min-height: 279px;
}

.max_w-279p {
  max-width: 279px;
}

.max_h-279p {
  max-height: 279px;
}

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

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

.min_w-280p {
  min-width: 280px;
}

.min_h-280p {
  min-height: 280px;
}

.max_w-280p {
  max-width: 280px;
}

.max_h-280p {
  max-height: 280px;
}

.h-281p {
  height: 281px;
}

.w-281p {
  width: 281px;
}

.min_w-281p {
  min-width: 281px;
}

.min_h-281p {
  min-height: 281px;
}

.max_w-281p {
  max-width: 281px;
}

.max_h-281p {
  max-height: 281px;
}

.h-282p {
  height: 282px;
}

.w-282p {
  width: 282px;
}

.min_w-282p {
  min-width: 282px;
}

.min_h-282p {
  min-height: 282px;
}

.max_w-282p {
  max-width: 282px;
}

.max_h-282p {
  max-height: 282px;
}

.h-283p {
  height: 283px;
}

.w-283p {
  width: 283px;
}

.min_w-283p {
  min-width: 283px;
}

.min_h-283p {
  min-height: 283px;
}

.max_w-283p {
  max-width: 283px;
}

.max_h-283p {
  max-height: 283px;
}

.h-284p {
  height: 284px;
}

.w-284p {
  width: 284px;
}

.min_w-284p {
  min-width: 284px;
}

.min_h-284p {
  min-height: 284px;
}

.max_w-284p {
  max-width: 284px;
}

.max_h-284p {
  max-height: 284px;
}

.h-285p {
  height: 285px;
}

.w-285p {
  width: 285px;
}

.min_w-285p {
  min-width: 285px;
}

.min_h-285p {
  min-height: 285px;
}

.max_w-285p {
  max-width: 285px;
}

.max_h-285p {
  max-height: 285px;
}

.h-286p {
  height: 286px;
}

.w-286p {
  width: 286px;
}

.min_w-286p {
  min-width: 286px;
}

.min_h-286p {
  min-height: 286px;
}

.max_w-286p {
  max-width: 286px;
}

.max_h-286p {
  max-height: 286px;
}

.h-287p {
  height: 287px;
}

.w-287p {
  width: 287px;
}

.min_w-287p {
  min-width: 287px;
}

.min_h-287p {
  min-height: 287px;
}

.max_w-287p {
  max-width: 287px;
}

.max_h-287p {
  max-height: 287px;
}

.h-288p {
  height: 288px;
}

.w-288p {
  width: 288px;
}

.min_w-288p {
  min-width: 288px;
}

.min_h-288p {
  min-height: 288px;
}

.max_w-288p {
  max-width: 288px;
}

.max_h-288p {
  max-height: 288px;
}

.h-289p {
  height: 289px;
}

.w-289p {
  width: 289px;
}

.min_w-289p {
  min-width: 289px;
}

.min_h-289p {
  min-height: 289px;
}

.max_w-289p {
  max-width: 289px;
}

.max_h-289p {
  max-height: 289px;
}

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

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

.min_w-290p {
  min-width: 290px;
}

.min_h-290p {
  min-height: 290px;
}

.max_w-290p {
  max-width: 290px;
}

.max_h-290p {
  max-height: 290px;
}

.h-291p {
  height: 291px;
}

.w-291p {
  width: 291px;
}

.min_w-291p {
  min-width: 291px;
}

.min_h-291p {
  min-height: 291px;
}

.max_w-291p {
  max-width: 291px;
}

.max_h-291p {
  max-height: 291px;
}

.h-292p {
  height: 292px;
}

.w-292p {
  width: 292px;
}

.min_w-292p {
  min-width: 292px;
}

.min_h-292p {
  min-height: 292px;
}

.max_w-292p {
  max-width: 292px;
}

.max_h-292p {
  max-height: 292px;
}

.h-293p {
  height: 293px;
}

.w-293p {
  width: 293px;
}

.min_w-293p {
  min-width: 293px;
}

.min_h-293p {
  min-height: 293px;
}

.max_w-293p {
  max-width: 293px;
}

.max_h-293p {
  max-height: 293px;
}

.h-294p {
  height: 294px;
}

.w-294p {
  width: 294px;
}

.min_w-294p {
  min-width: 294px;
}

.min_h-294p {
  min-height: 294px;
}

.max_w-294p {
  max-width: 294px;
}

.max_h-294p {
  max-height: 294px;
}

.h-295p {
  height: 295px;
}

.w-295p {
  width: 295px;
}

.min_w-295p {
  min-width: 295px;
}

.min_h-295p {
  min-height: 295px;
}

.max_w-295p {
  max-width: 295px;
}

.max_h-295p {
  max-height: 295px;
}

.h-296p {
  height: 296px;
}

.w-296p {
  width: 296px;
}

.min_w-296p {
  min-width: 296px;
}

.min_h-296p {
  min-height: 296px;
}

.max_w-296p {
  max-width: 296px;
}

.max_h-296p {
  max-height: 296px;
}

.h-297p {
  height: 297px;
}

.w-297p {
  width: 297px;
}

.min_w-297p {
  min-width: 297px;
}

.min_h-297p {
  min-height: 297px;
}

.max_w-297p {
  max-width: 297px;
}

.max_h-297p {
  max-height: 297px;
}

.h-298p {
  height: 298px;
}

.w-298p {
  width: 298px;
}

.min_w-298p {
  min-width: 298px;
}

.min_h-298p {
  min-height: 298px;
}

.max_w-298p {
  max-width: 298px;
}

.max_h-298p {
  max-height: 298px;
}

.h-299p {
  height: 299px;
}

.w-299p {
  width: 299px;
}

.min_w-299p {
  min-width: 299px;
}

.min_h-299p {
  min-height: 299px;
}

.max_w-299p {
  max-width: 299px;
}

.max_h-299p {
  max-height: 299px;
}

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

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

.min_w-300p {
  min-width: 300px;
}

.min_h-300p {
  min-height: 300px;
}

.max_w-300p {
  max-width: 300px;
}

.max_h-300p {
  max-height: 300px;
}

.h-301p {
  height: 301px;
}

.w-301p {
  width: 301px;
}

.min_w-301p {
  min-width: 301px;
}

.min_h-301p {
  min-height: 301px;
}

.max_w-301p {
  max-width: 301px;
}

.max_h-301p {
  max-height: 301px;
}

.h-302p {
  height: 302px;
}

.w-302p {
  width: 302px;
}

.min_w-302p {
  min-width: 302px;
}

.min_h-302p {
  min-height: 302px;
}

.max_w-302p {
  max-width: 302px;
}

.max_h-302p {
  max-height: 302px;
}

.h-303p {
  height: 303px;
}

.w-303p {
  width: 303px;
}

.min_w-303p {
  min-width: 303px;
}

.min_h-303p {
  min-height: 303px;
}

.max_w-303p {
  max-width: 303px;
}

.max_h-303p {
  max-height: 303px;
}

.h-304p {
  height: 304px;
}

.w-304p {
  width: 304px;
}

.min_w-304p {
  min-width: 304px;
}

.min_h-304p {
  min-height: 304px;
}

.max_w-304p {
  max-width: 304px;
}

.max_h-304p {
  max-height: 304px;
}

.h-305p {
  height: 305px;
}

.w-305p {
  width: 305px;
}

.min_w-305p {
  min-width: 305px;
}

.min_h-305p {
  min-height: 305px;
}

.max_w-305p {
  max-width: 305px;
}

.max_h-305p {
  max-height: 305px;
}

.h-306p {
  height: 306px;
}

.w-306p {
  width: 306px;
}

.min_w-306p {
  min-width: 306px;
}

.min_h-306p {
  min-height: 306px;
}

.max_w-306p {
  max-width: 306px;
}

.max_h-306p {
  max-height: 306px;
}

.h-307p {
  height: 307px;
}

.w-307p {
  width: 307px;
}

.min_w-307p {
  min-width: 307px;
}

.min_h-307p {
  min-height: 307px;
}

.max_w-307p {
  max-width: 307px;
}

.max_h-307p {
  max-height: 307px;
}

.h-308p {
  height: 308px;
}

.w-308p {
  width: 308px;
}

.min_w-308p {
  min-width: 308px;
}

.min_h-308p {
  min-height: 308px;
}

.max_w-308p {
  max-width: 308px;
}

.max_h-308p {
  max-height: 308px;
}

.h-309p {
  height: 309px;
}

.w-309p {
  width: 309px;
}

.min_w-309p {
  min-width: 309px;
}

.min_h-309p {
  min-height: 309px;
}

.max_w-309p {
  max-width: 309px;
}

.max_h-309p {
  max-height: 309px;
}

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

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

.min_w-310p {
  min-width: 310px;
}

.min_h-310p {
  min-height: 310px;
}

.max_w-310p {
  max-width: 310px;
}

.max_h-310p {
  max-height: 310px;
}

.h-311p {
  height: 311px;
}

.w-311p {
  width: 311px;
}

.min_w-311p {
  min-width: 311px;
}

.min_h-311p {
  min-height: 311px;
}

.max_w-311p {
  max-width: 311px;
}

.max_h-311p {
  max-height: 311px;
}

.h-312p {
  height: 312px;
}

.w-312p {
  width: 312px;
}

.min_w-312p {
  min-width: 312px;
}

.min_h-312p {
  min-height: 312px;
}

.max_w-312p {
  max-width: 312px;
}

.max_h-312p {
  max-height: 312px;
}

.h-313p {
  height: 313px;
}

.w-313p {
  width: 313px;
}

.min_w-313p {
  min-width: 313px;
}

.min_h-313p {
  min-height: 313px;
}

.max_w-313p {
  max-width: 313px;
}

.max_h-313p {
  max-height: 313px;
}

.h-314p {
  height: 314px;
}

.w-314p {
  width: 314px;
}

.min_w-314p {
  min-width: 314px;
}

.min_h-314p {
  min-height: 314px;
}

.max_w-314p {
  max-width: 314px;
}

.max_h-314p {
  max-height: 314px;
}

.h-315p {
  height: 315px;
}

.w-315p {
  width: 315px;
}

.min_w-315p {
  min-width: 315px;
}

.min_h-315p {
  min-height: 315px;
}

.max_w-315p {
  max-width: 315px;
}

.max_h-315p {
  max-height: 315px;
}

.h-316p {
  height: 316px;
}

.w-316p {
  width: 316px;
}

.min_w-316p {
  min-width: 316px;
}

.min_h-316p {
  min-height: 316px;
}

.max_w-316p {
  max-width: 316px;
}

.max_h-316p {
  max-height: 316px;
}

.h-317p {
  height: 317px;
}

.w-317p {
  width: 317px;
}

.min_w-317p {
  min-width: 317px;
}

.min_h-317p {
  min-height: 317px;
}

.max_w-317p {
  max-width: 317px;
}

.max_h-317p {
  max-height: 317px;
}

.h-318p {
  height: 318px;
}

.w-318p {
  width: 318px;
}

.min_w-318p {
  min-width: 318px;
}

.min_h-318p {
  min-height: 318px;
}

.max_w-318p {
  max-width: 318px;
}

.max_h-318p {
  max-height: 318px;
}

.h-319p {
  height: 319px;
}

.w-319p {
  width: 319px;
}

.min_w-319p {
  min-width: 319px;
}

.min_h-319p {
  min-height: 319px;
}

.max_w-319p {
  max-width: 319px;
}

.max_h-319p {
  max-height: 319px;
}

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

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

.min_w-320p {
  min-width: 320px;
}

.min_h-320p {
  min-height: 320px;
}

.max_w-320p {
  max-width: 320px;
}

.max_h-320p {
  max-height: 320px;
}

.h-321p {
  height: 321px;
}

.w-321p {
  width: 321px;
}

.min_w-321p {
  min-width: 321px;
}

.min_h-321p {
  min-height: 321px;
}

.max_w-321p {
  max-width: 321px;
}

.max_h-321p {
  max-height: 321px;
}

.h-322p {
  height: 322px;
}

.w-322p {
  width: 322px;
}

.min_w-322p {
  min-width: 322px;
}

.min_h-322p {
  min-height: 322px;
}

.max_w-322p {
  max-width: 322px;
}

.max_h-322p {
  max-height: 322px;
}

.h-323p {
  height: 323px;
}

.w-323p {
  width: 323px;
}

.min_w-323p {
  min-width: 323px;
}

.min_h-323p {
  min-height: 323px;
}

.max_w-323p {
  max-width: 323px;
}

.max_h-323p {
  max-height: 323px;
}

.h-324p {
  height: 324px;
}

.w-324p {
  width: 324px;
}

.min_w-324p {
  min-width: 324px;
}

.min_h-324p {
  min-height: 324px;
}

.max_w-324p {
  max-width: 324px;
}

.max_h-324p {
  max-height: 324px;
}

.h-325p {
  height: 325px;
}

.w-325p {
  width: 325px;
}

.min_w-325p {
  min-width: 325px;
}

.min_h-325p {
  min-height: 325px;
}

.max_w-325p {
  max-width: 325px;
}

.max_h-325p {
  max-height: 325px;
}

.h-326p {
  height: 326px;
}

.w-326p {
  width: 326px;
}

.min_w-326p {
  min-width: 326px;
}

.min_h-326p {
  min-height: 326px;
}

.max_w-326p {
  max-width: 326px;
}

.max_h-326p {
  max-height: 326px;
}

.h-327p {
  height: 327px;
}

.w-327p {
  width: 327px;
}

.min_w-327p {
  min-width: 327px;
}

.min_h-327p {
  min-height: 327px;
}

.max_w-327p {
  max-width: 327px;
}

.max_h-327p {
  max-height: 327px;
}

.h-328p {
  height: 328px;
}

.w-328p {
  width: 328px;
}

.min_w-328p {
  min-width: 328px;
}

.min_h-328p {
  min-height: 328px;
}

.max_w-328p {
  max-width: 328px;
}

.max_h-328p {
  max-height: 328px;
}

.h-329p {
  height: 329px;
}

.w-329p {
  width: 329px;
}

.min_w-329p {
  min-width: 329px;
}

.min_h-329p {
  min-height: 329px;
}

.max_w-329p {
  max-width: 329px;
}

.max_h-329p {
  max-height: 329px;
}

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

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

.min_w-330p {
  min-width: 330px;
}

.min_h-330p {
  min-height: 330px;
}

.max_w-330p {
  max-width: 330px;
}

.max_h-330p {
  max-height: 330px;
}

.h-331p {
  height: 331px;
}

.w-331p {
  width: 331px;
}

.min_w-331p {
  min-width: 331px;
}

.min_h-331p {
  min-height: 331px;
}

.max_w-331p {
  max-width: 331px;
}

.max_h-331p {
  max-height: 331px;
}

.h-332p {
  height: 332px;
}

.w-332p {
  width: 332px;
}

.min_w-332p {
  min-width: 332px;
}

.min_h-332p {
  min-height: 332px;
}

.max_w-332p {
  max-width: 332px;
}

.max_h-332p {
  max-height: 332px;
}

.h-333p {
  height: 333px;
}

.w-333p {
  width: 333px;
}

.min_w-333p {
  min-width: 333px;
}

.min_h-333p {
  min-height: 333px;
}

.max_w-333p {
  max-width: 333px;
}

.max_h-333p {
  max-height: 333px;
}

.h-334p {
  height: 334px;
}

.w-334p {
  width: 334px;
}

.min_w-334p {
  min-width: 334px;
}

.min_h-334p {
  min-height: 334px;
}

.max_w-334p {
  max-width: 334px;
}

.max_h-334p {
  max-height: 334px;
}

.h-335p {
  height: 335px;
}

.w-335p {
  width: 335px;
}

.min_w-335p {
  min-width: 335px;
}

.min_h-335p {
  min-height: 335px;
}

.max_w-335p {
  max-width: 335px;
}

.max_h-335p {
  max-height: 335px;
}

.h-336p {
  height: 336px;
}

.w-336p {
  width: 336px;
}

.min_w-336p {
  min-width: 336px;
}

.min_h-336p {
  min-height: 336px;
}

.max_w-336p {
  max-width: 336px;
}

.max_h-336p {
  max-height: 336px;
}

.h-337p {
  height: 337px;
}

.w-337p {
  width: 337px;
}

.min_w-337p {
  min-width: 337px;
}

.min_h-337p {
  min-height: 337px;
}

.max_w-337p {
  max-width: 337px;
}

.max_h-337p {
  max-height: 337px;
}

.h-338p {
  height: 338px;
}

.w-338p {
  width: 338px;
}

.min_w-338p {
  min-width: 338px;
}

.min_h-338p {
  min-height: 338px;
}

.max_w-338p {
  max-width: 338px;
}

.max_h-338p {
  max-height: 338px;
}

.h-339p {
  height: 339px;
}

.w-339p {
  width: 339px;
}

.min_w-339p {
  min-width: 339px;
}

.min_h-339p {
  min-height: 339px;
}

.max_w-339p {
  max-width: 339px;
}

.max_h-339p {
  max-height: 339px;
}

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

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

.min_w-340p {
  min-width: 340px;
}

.min_h-340p {
  min-height: 340px;
}

.max_w-340p {
  max-width: 340px;
}

.max_h-340p {
  max-height: 340px;
}

.h-341p {
  height: 341px;
}

.w-341p {
  width: 341px;
}

.min_w-341p {
  min-width: 341px;
}

.min_h-341p {
  min-height: 341px;
}

.max_w-341p {
  max-width: 341px;
}

.max_h-341p {
  max-height: 341px;
}

.h-342p {
  height: 342px;
}

.w-342p {
  width: 342px;
}

.min_w-342p {
  min-width: 342px;
}

.min_h-342p {
  min-height: 342px;
}

.max_w-342p {
  max-width: 342px;
}

.max_h-342p {
  max-height: 342px;
}

.h-343p {
  height: 343px;
}

.w-343p {
  width: 343px;
}

.min_w-343p {
  min-width: 343px;
}

.min_h-343p {
  min-height: 343px;
}

.max_w-343p {
  max-width: 343px;
}

.max_h-343p {
  max-height: 343px;
}

.h-344p {
  height: 344px;
}

.w-344p {
  width: 344px;
}

.min_w-344p {
  min-width: 344px;
}

.min_h-344p {
  min-height: 344px;
}

.max_w-344p {
  max-width: 344px;
}

.max_h-344p {
  max-height: 344px;
}

.h-345p {
  height: 345px;
}

.w-345p {
  width: 345px;
}

.min_w-345p {
  min-width: 345px;
}

.min_h-345p {
  min-height: 345px;
}

.max_w-345p {
  max-width: 345px;
}

.max_h-345p {
  max-height: 345px;
}

.h-346p {
  height: 346px;
}

.w-346p {
  width: 346px;
}

.min_w-346p {
  min-width: 346px;
}

.min_h-346p {
  min-height: 346px;
}

.max_w-346p {
  max-width: 346px;
}

.max_h-346p {
  max-height: 346px;
}

.h-347p {
  height: 347px;
}

.w-347p {
  width: 347px;
}

.min_w-347p {
  min-width: 347px;
}

.min_h-347p {
  min-height: 347px;
}

.max_w-347p {
  max-width: 347px;
}

.max_h-347p {
  max-height: 347px;
}

.h-348p {
  height: 348px;
}

.w-348p {
  width: 348px;
}

.min_w-348p {
  min-width: 348px;
}

.min_h-348p {
  min-height: 348px;
}

.max_w-348p {
  max-width: 348px;
}

.max_h-348p {
  max-height: 348px;
}

.h-349p {
  height: 349px;
}

.w-349p {
  width: 349px;
}

.min_w-349p {
  min-width: 349px;
}

.min_h-349p {
  min-height: 349px;
}

.max_w-349p {
  max-width: 349px;
}

.max_h-349p {
  max-height: 349px;
}

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

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

.min_w-350p {
  min-width: 350px;
}

.min_h-350p {
  min-height: 350px;
}

.max_w-350p {
  max-width: 350px;
}

.max_h-350p {
  max-height: 350px;
}

.h-351p {
  height: 351px;
}

.w-351p {
  width: 351px;
}

.min_w-351p {
  min-width: 351px;
}

.min_h-351p {
  min-height: 351px;
}

.max_w-351p {
  max-width: 351px;
}

.max_h-351p {
  max-height: 351px;
}

.h-352p {
  height: 352px;
}

.w-352p {
  width: 352px;
}

.min_w-352p {
  min-width: 352px;
}

.min_h-352p {
  min-height: 352px;
}

.max_w-352p {
  max-width: 352px;
}

.max_h-352p {
  max-height: 352px;
}

.h-353p {
  height: 353px;
}

.w-353p {
  width: 353px;
}

.min_w-353p {
  min-width: 353px;
}

.min_h-353p {
  min-height: 353px;
}

.max_w-353p {
  max-width: 353px;
}

.max_h-353p {
  max-height: 353px;
}

.h-354p {
  height: 354px;
}

.w-354p {
  width: 354px;
}

.min_w-354p {
  min-width: 354px;
}

.min_h-354p {
  min-height: 354px;
}

.max_w-354p {
  max-width: 354px;
}

.max_h-354p {
  max-height: 354px;
}

.h-355p {
  height: 355px;
}

.w-355p {
  width: 355px;
}

.min_w-355p {
  min-width: 355px;
}

.min_h-355p {
  min-height: 355px;
}

.max_w-355p {
  max-width: 355px;
}

.max_h-355p {
  max-height: 355px;
}

.h-356p {
  height: 356px;
}

.w-356p {
  width: 356px;
}

.min_w-356p {
  min-width: 356px;
}

.min_h-356p {
  min-height: 356px;
}

.max_w-356p {
  max-width: 356px;
}

.max_h-356p {
  max-height: 356px;
}

.h-357p {
  height: 357px;
}

.w-357p {
  width: 357px;
}

.min_w-357p {
  min-width: 357px;
}

.min_h-357p {
  min-height: 357px;
}

.max_w-357p {
  max-width: 357px;
}

.max_h-357p {
  max-height: 357px;
}

.h-358p {
  height: 358px;
}

.w-358p {
  width: 358px;
}

.min_w-358p {
  min-width: 358px;
}

.min_h-358p {
  min-height: 358px;
}

.max_w-358p {
  max-width: 358px;
}

.max_h-358p {
  max-height: 358px;
}

.h-359p {
  height: 359px;
}

.w-359p {
  width: 359px;
}

.min_w-359p {
  min-width: 359px;
}

.min_h-359p {
  min-height: 359px;
}

.max_w-359p {
  max-width: 359px;
}

.max_h-359p {
  max-height: 359px;
}

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

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

.min_w-360p {
  min-width: 360px;
}

.min_h-360p {
  min-height: 360px;
}

.max_w-360p {
  max-width: 360px;
}

.max_h-360p {
  max-height: 360px;
}

.h-361p {
  height: 361px;
}

.w-361p {
  width: 361px;
}

.min_w-361p {
  min-width: 361px;
}

.min_h-361p {
  min-height: 361px;
}

.max_w-361p {
  max-width: 361px;
}

.max_h-361p {
  max-height: 361px;
}

.h-362p {
  height: 362px;
}

.w-362p {
  width: 362px;
}

.min_w-362p {
  min-width: 362px;
}

.min_h-362p {
  min-height: 362px;
}

.max_w-362p {
  max-width: 362px;
}

.max_h-362p {
  max-height: 362px;
}

.h-363p {
  height: 363px;
}

.w-363p {
  width: 363px;
}

.min_w-363p {
  min-width: 363px;
}

.min_h-363p {
  min-height: 363px;
}

.max_w-363p {
  max-width: 363px;
}

.max_h-363p {
  max-height: 363px;
}

.h-364p {
  height: 364px;
}

.w-364p {
  width: 364px;
}

.min_w-364p {
  min-width: 364px;
}

.min_h-364p {
  min-height: 364px;
}

.max_w-364p {
  max-width: 364px;
}

.max_h-364p {
  max-height: 364px;
}

.h-365p {
  height: 365px;
}

.w-365p {
  width: 365px;
}

.min_w-365p {
  min-width: 365px;
}

.min_h-365p {
  min-height: 365px;
}

.max_w-365p {
  max-width: 365px;
}

.max_h-365p {
  max-height: 365px;
}

.h-366p {
  height: 366px;
}

.w-366p {
  width: 366px;
}

.min_w-366p {
  min-width: 366px;
}

.min_h-366p {
  min-height: 366px;
}

.max_w-366p {
  max-width: 366px;
}

.max_h-366p {
  max-height: 366px;
}

.h-367p {
  height: 367px;
}

.w-367p {
  width: 367px;
}

.min_w-367p {
  min-width: 367px;
}

.min_h-367p {
  min-height: 367px;
}

.max_w-367p {
  max-width: 367px;
}

.max_h-367p {
  max-height: 367px;
}

.h-368p {
  height: 368px;
}

.w-368p {
  width: 368px;
}

.min_w-368p {
  min-width: 368px;
}

.min_h-368p {
  min-height: 368px;
}

.max_w-368p {
  max-width: 368px;
}

.max_h-368p {
  max-height: 368px;
}

.h-369p {
  height: 369px;
}

.w-369p {
  width: 369px;
}

.min_w-369p {
  min-width: 369px;
}

.min_h-369p {
  min-height: 369px;
}

.max_w-369p {
  max-width: 369px;
}

.max_h-369p {
  max-height: 369px;
}

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

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

.min_w-370p {
  min-width: 370px;
}

.min_h-370p {
  min-height: 370px;
}

.max_w-370p {
  max-width: 370px;
}

.max_h-370p {
  max-height: 370px;
}

.h-371p {
  height: 371px;
}

.w-371p {
  width: 371px;
}

.min_w-371p {
  min-width: 371px;
}

.min_h-371p {
  min-height: 371px;
}

.max_w-371p {
  max-width: 371px;
}

.max_h-371p {
  max-height: 371px;
}

.h-372p {
  height: 372px;
}

.w-372p {
  width: 372px;
}

.min_w-372p {
  min-width: 372px;
}

.min_h-372p {
  min-height: 372px;
}

.max_w-372p {
  max-width: 372px;
}

.max_h-372p {
  max-height: 372px;
}

.h-373p {
  height: 373px;
}

.w-373p {
  width: 373px;
}

.min_w-373p {
  min-width: 373px;
}

.min_h-373p {
  min-height: 373px;
}

.max_w-373p {
  max-width: 373px;
}

.max_h-373p {
  max-height: 373px;
}

.h-374p {
  height: 374px;
}

.w-374p {
  width: 374px;
}

.min_w-374p {
  min-width: 374px;
}

.min_h-374p {
  min-height: 374px;
}

.max_w-374p {
  max-width: 374px;
}

.max_h-374p {
  max-height: 374px;
}

.h-375p {
  height: 375px;
}

.w-375p {
  width: 375px;
}

.min_w-375p {
  min-width: 375px;
}

.min_h-375p {
  min-height: 375px;
}

.max_w-375p {
  max-width: 375px;
}

.max_h-375p {
  max-height: 375px;
}

.h-376p {
  height: 376px;
}

.w-376p {
  width: 376px;
}

.min_w-376p {
  min-width: 376px;
}

.min_h-376p {
  min-height: 376px;
}

.max_w-376p {
  max-width: 376px;
}

.max_h-376p {
  max-height: 376px;
}

.h-377p {
  height: 377px;
}

.w-377p {
  width: 377px;
}

.min_w-377p {
  min-width: 377px;
}

.min_h-377p {
  min-height: 377px;
}

.max_w-377p {
  max-width: 377px;
}

.max_h-377p {
  max-height: 377px;
}

.h-378p {
  height: 378px;
}

.w-378p {
  width: 378px;
}

.min_w-378p {
  min-width: 378px;
}

.min_h-378p {
  min-height: 378px;
}

.max_w-378p {
  max-width: 378px;
}

.max_h-378p {
  max-height: 378px;
}

.h-379p {
  height: 379px;
}

.w-379p {
  width: 379px;
}

.min_w-379p {
  min-width: 379px;
}

.min_h-379p {
  min-height: 379px;
}

.max_w-379p {
  max-width: 379px;
}

.max_h-379p {
  max-height: 379px;
}

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

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

.min_w-380p {
  min-width: 380px;
}

.min_h-380p {
  min-height: 380px;
}

.max_w-380p {
  max-width: 380px;
}

.max_h-380p {
  max-height: 380px;
}

.h-381p {
  height: 381px;
}

.w-381p {
  width: 381px;
}

.min_w-381p {
  min-width: 381px;
}

.min_h-381p {
  min-height: 381px;
}

.max_w-381p {
  max-width: 381px;
}

.max_h-381p {
  max-height: 381px;
}

.h-382p {
  height: 382px;
}

.w-382p {
  width: 382px;
}

.min_w-382p {
  min-width: 382px;
}

.min_h-382p {
  min-height: 382px;
}

.max_w-382p {
  max-width: 382px;
}

.max_h-382p {
  max-height: 382px;
}

.h-383p {
  height: 383px;
}

.w-383p {
  width: 383px;
}

.min_w-383p {
  min-width: 383px;
}

.min_h-383p {
  min-height: 383px;
}

.max_w-383p {
  max-width: 383px;
}

.max_h-383p {
  max-height: 383px;
}

.h-384p {
  height: 384px;
}

.w-384p {
  width: 384px;
}

.min_w-384p {
  min-width: 384px;
}

.min_h-384p {
  min-height: 384px;
}

.max_w-384p {
  max-width: 384px;
}

.max_h-384p {
  max-height: 384px;
}

.h-385p {
  height: 385px;
}

.w-385p {
  width: 385px;
}

.min_w-385p {
  min-width: 385px;
}

.min_h-385p {
  min-height: 385px;
}

.max_w-385p {
  max-width: 385px;
}

.max_h-385p {
  max-height: 385px;
}

.h-386p {
  height: 386px;
}

.w-386p {
  width: 386px;
}

.min_w-386p {
  min-width: 386px;
}

.min_h-386p {
  min-height: 386px;
}

.max_w-386p {
  max-width: 386px;
}

.max_h-386p {
  max-height: 386px;
}

.h-387p {
  height: 387px;
}

.w-387p {
  width: 387px;
}

.min_w-387p {
  min-width: 387px;
}

.min_h-387p {
  min-height: 387px;
}

.max_w-387p {
  max-width: 387px;
}

.max_h-387p {
  max-height: 387px;
}

.h-388p {
  height: 388px;
}

.w-388p {
  width: 388px;
}

.min_w-388p {
  min-width: 388px;
}

.min_h-388p {
  min-height: 388px;
}

.max_w-388p {
  max-width: 388px;
}

.max_h-388p {
  max-height: 388px;
}

.h-389p {
  height: 389px;
}

.w-389p {
  width: 389px;
}

.min_w-389p {
  min-width: 389px;
}

.min_h-389p {
  min-height: 389px;
}

.max_w-389p {
  max-width: 389px;
}

.max_h-389p {
  max-height: 389px;
}

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

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

.min_w-390p {
  min-width: 390px;
}

.min_h-390p {
  min-height: 390px;
}

.max_w-390p {
  max-width: 390px;
}

.max_h-390p {
  max-height: 390px;
}

.h-391p {
  height: 391px;
}

.w-391p {
  width: 391px;
}

.min_w-391p {
  min-width: 391px;
}

.min_h-391p {
  min-height: 391px;
}

.max_w-391p {
  max-width: 391px;
}

.max_h-391p {
  max-height: 391px;
}

.h-392p {
  height: 392px;
}

.w-392p {
  width: 392px;
}

.min_w-392p {
  min-width: 392px;
}

.min_h-392p {
  min-height: 392px;
}

.max_w-392p {
  max-width: 392px;
}

.max_h-392p {
  max-height: 392px;
}

.h-393p {
  height: 393px;
}

.w-393p {
  width: 393px;
}

.min_w-393p {
  min-width: 393px;
}

.min_h-393p {
  min-height: 393px;
}

.max_w-393p {
  max-width: 393px;
}

.max_h-393p {
  max-height: 393px;
}

.h-394p {
  height: 394px;
}

.w-394p {
  width: 394px;
}

.min_w-394p {
  min-width: 394px;
}

.min_h-394p {
  min-height: 394px;
}

.max_w-394p {
  max-width: 394px;
}

.max_h-394p {
  max-height: 394px;
}

.h-395p {
  height: 395px;
}

.w-395p {
  width: 395px;
}

.min_w-395p {
  min-width: 395px;
}

.min_h-395p {
  min-height: 395px;
}

.max_w-395p {
  max-width: 395px;
}

.max_h-395p {
  max-height: 395px;
}

.h-396p {
  height: 396px;
}

.w-396p {
  width: 396px;
}

.min_w-396p {
  min-width: 396px;
}

.min_h-396p {
  min-height: 396px;
}

.max_w-396p {
  max-width: 396px;
}

.max_h-396p {
  max-height: 396px;
}

.h-397p {
  height: 397px;
}

.w-397p {
  width: 397px;
}

.min_w-397p {
  min-width: 397px;
}

.min_h-397p {
  min-height: 397px;
}

.max_w-397p {
  max-width: 397px;
}

.max_h-397p {
  max-height: 397px;
}

.h-398p {
  height: 398px;
}

.w-398p {
  width: 398px;
}

.min_w-398p {
  min-width: 398px;
}

.min_h-398p {
  min-height: 398px;
}

.max_w-398p {
  max-width: 398px;
}

.max_h-398p {
  max-height: 398px;
}

.h-399p {
  height: 399px;
}

.w-399p {
  width: 399px;
}

.min_w-399p {
  min-width: 399px;
}

.min_h-399p {
  min-height: 399px;
}

.max_w-399p {
  max-width: 399px;
}

.max_h-399p {
  max-height: 399px;
}

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

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

.min_w-400p {
  min-width: 400px;
}

.min_h-400p {
  min-height: 400px;
}

.max_w-400p {
  max-width: 400px;
}

.max_h-400p {
  max-height: 400px;
}

.h-401p {
  height: 401px;
}

.w-401p {
  width: 401px;
}

.min_w-401p {
  min-width: 401px;
}

.min_h-401p {
  min-height: 401px;
}

.max_w-401p {
  max-width: 401px;
}

.max_h-401p {
  max-height: 401px;
}

.h-402p {
  height: 402px;
}

.w-402p {
  width: 402px;
}

.min_w-402p {
  min-width: 402px;
}

.min_h-402p {
  min-height: 402px;
}

.max_w-402p {
  max-width: 402px;
}

.max_h-402p {
  max-height: 402px;
}

.h-403p {
  height: 403px;
}

.w-403p {
  width: 403px;
}

.min_w-403p {
  min-width: 403px;
}

.min_h-403p {
  min-height: 403px;
}

.max_w-403p {
  max-width: 403px;
}

.max_h-403p {
  max-height: 403px;
}

.h-404p {
  height: 404px;
}

.w-404p {
  width: 404px;
}

.min_w-404p {
  min-width: 404px;
}

.min_h-404p {
  min-height: 404px;
}

.max_w-404p {
  max-width: 404px;
}

.max_h-404p {
  max-height: 404px;
}

.h-405p {
  height: 405px;
}

.w-405p {
  width: 405px;
}

.min_w-405p {
  min-width: 405px;
}

.min_h-405p {
  min-height: 405px;
}

.max_w-405p {
  max-width: 405px;
}

.max_h-405p {
  max-height: 405px;
}

.h-406p {
  height: 406px;
}

.w-406p {
  width: 406px;
}

.min_w-406p {
  min-width: 406px;
}

.min_h-406p {
  min-height: 406px;
}

.max_w-406p {
  max-width: 406px;
}

.max_h-406p {
  max-height: 406px;
}

.h-407p {
  height: 407px;
}

.w-407p {
  width: 407px;
}

.min_w-407p {
  min-width: 407px;
}

.min_h-407p {
  min-height: 407px;
}

.max_w-407p {
  max-width: 407px;
}

.max_h-407p {
  max-height: 407px;
}

.h-408p {
  height: 408px;
}

.w-408p {
  width: 408px;
}

.min_w-408p {
  min-width: 408px;
}

.min_h-408p {
  min-height: 408px;
}

.max_w-408p {
  max-width: 408px;
}

.max_h-408p {
  max-height: 408px;
}

.h-409p {
  height: 409px;
}

.w-409p {
  width: 409px;
}

.min_w-409p {
  min-width: 409px;
}

.min_h-409p {
  min-height: 409px;
}

.max_w-409p {
  max-width: 409px;
}

.max_h-409p {
  max-height: 409px;
}

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

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

.min_w-410p {
  min-width: 410px;
}

.min_h-410p {
  min-height: 410px;
}

.max_w-410p {
  max-width: 410px;
}

.max_h-410p {
  max-height: 410px;
}

.h-411p {
  height: 411px;
}

.w-411p {
  width: 411px;
}

.min_w-411p {
  min-width: 411px;
}

.min_h-411p {
  min-height: 411px;
}

.max_w-411p {
  max-width: 411px;
}

.max_h-411p {
  max-height: 411px;
}

.h-412p {
  height: 412px;
}

.w-412p {
  width: 412px;
}

.min_w-412p {
  min-width: 412px;
}

.min_h-412p {
  min-height: 412px;
}

.max_w-412p {
  max-width: 412px;
}

.max_h-412p {
  max-height: 412px;
}

.h-413p {
  height: 413px;
}

.w-413p {
  width: 413px;
}

.min_w-413p {
  min-width: 413px;
}

.min_h-413p {
  min-height: 413px;
}

.max_w-413p {
  max-width: 413px;
}

.max_h-413p {
  max-height: 413px;
}

.h-414p {
  height: 414px;
}

.w-414p {
  width: 414px;
}

.min_w-414p {
  min-width: 414px;
}

.min_h-414p {
  min-height: 414px;
}

.max_w-414p {
  max-width: 414px;
}

.max_h-414p {
  max-height: 414px;
}

.h-415p {
  height: 415px;
}

.w-415p {
  width: 415px;
}

.min_w-415p {
  min-width: 415px;
}

.min_h-415p {
  min-height: 415px;
}

.max_w-415p {
  max-width: 415px;
}

.max_h-415p {
  max-height: 415px;
}

.h-416p {
  height: 416px;
}

.w-416p {
  width: 416px;
}

.min_w-416p {
  min-width: 416px;
}

.min_h-416p {
  min-height: 416px;
}

.max_w-416p {
  max-width: 416px;
}

.max_h-416p {
  max-height: 416px;
}

.h-417p {
  height: 417px;
}

.w-417p {
  width: 417px;
}

.min_w-417p {
  min-width: 417px;
}

.min_h-417p {
  min-height: 417px;
}

.max_w-417p {
  max-width: 417px;
}

.max_h-417p {
  max-height: 417px;
}

.h-418p {
  height: 418px;
}

.w-418p {
  width: 418px;
}

.min_w-418p {
  min-width: 418px;
}

.min_h-418p {
  min-height: 418px;
}

.max_w-418p {
  max-width: 418px;
}

.max_h-418p {
  max-height: 418px;
}

.h-419p {
  height: 419px;
}

.w-419p {
  width: 419px;
}

.min_w-419p {
  min-width: 419px;
}

.min_h-419p {
  min-height: 419px;
}

.max_w-419p {
  max-width: 419px;
}

.max_h-419p {
  max-height: 419px;
}

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

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

.min_w-420p {
  min-width: 420px;
}

.min_h-420p {
  min-height: 420px;
}

.max_w-420p {
  max-width: 420px;
}

.max_h-420p {
  max-height: 420px;
}

.h-421p {
  height: 421px;
}

.w-421p {
  width: 421px;
}

.min_w-421p {
  min-width: 421px;
}

.min_h-421p {
  min-height: 421px;
}

.max_w-421p {
  max-width: 421px;
}

.max_h-421p {
  max-height: 421px;
}

.h-422p {
  height: 422px;
}

.w-422p {
  width: 422px;
}

.min_w-422p {
  min-width: 422px;
}

.min_h-422p {
  min-height: 422px;
}

.max_w-422p {
  max-width: 422px;
}

.max_h-422p {
  max-height: 422px;
}

.h-423p {
  height: 423px;
}

.w-423p {
  width: 423px;
}

.min_w-423p {
  min-width: 423px;
}

.min_h-423p {
  min-height: 423px;
}

.max_w-423p {
  max-width: 423px;
}

.max_h-423p {
  max-height: 423px;
}

.h-424p {
  height: 424px;
}

.w-424p {
  width: 424px;
}

.min_w-424p {
  min-width: 424px;
}

.min_h-424p {
  min-height: 424px;
}

.max_w-424p {
  max-width: 424px;
}

.max_h-424p {
  max-height: 424px;
}

.h-425p {
  height: 425px;
}

.w-425p {
  width: 425px;
}

.min_w-425p {
  min-width: 425px;
}

.min_h-425p {
  min-height: 425px;
}

.max_w-425p {
  max-width: 425px;
}

.max_h-425p {
  max-height: 425px;
}

.h-426p {
  height: 426px;
}

.w-426p {
  width: 426px;
}

.min_w-426p {
  min-width: 426px;
}

.min_h-426p {
  min-height: 426px;
}

.max_w-426p {
  max-width: 426px;
}

.max_h-426p {
  max-height: 426px;
}

.h-427p {
  height: 427px;
}

.w-427p {
  width: 427px;
}

.min_w-427p {
  min-width: 427px;
}

.min_h-427p {
  min-height: 427px;
}

.max_w-427p {
  max-width: 427px;
}

.max_h-427p {
  max-height: 427px;
}

.h-428p {
  height: 428px;
}

.w-428p {
  width: 428px;
}

.min_w-428p {
  min-width: 428px;
}

.min_h-428p {
  min-height: 428px;
}

.max_w-428p {
  max-width: 428px;
}

.max_h-428p {
  max-height: 428px;
}

.h-429p {
  height: 429px;
}

.w-429p {
  width: 429px;
}

.min_w-429p {
  min-width: 429px;
}

.min_h-429p {
  min-height: 429px;
}

.max_w-429p {
  max-width: 429px;
}

.max_h-429p {
  max-height: 429px;
}

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

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

.min_w-430p {
  min-width: 430px;
}

.min_h-430p {
  min-height: 430px;
}

.max_w-430p {
  max-width: 430px;
}

.max_h-430p {
  max-height: 430px;
}

.h-431p {
  height: 431px;
}

.w-431p {
  width: 431px;
}

.min_w-431p {
  min-width: 431px;
}

.min_h-431p {
  min-height: 431px;
}

.max_w-431p {
  max-width: 431px;
}

.max_h-431p {
  max-height: 431px;
}

.h-432p {
  height: 432px;
}

.w-432p {
  width: 432px;
}

.min_w-432p {
  min-width: 432px;
}

.min_h-432p {
  min-height: 432px;
}

.max_w-432p {
  max-width: 432px;
}

.max_h-432p {
  max-height: 432px;
}

.h-433p {
  height: 433px;
}

.w-433p {
  width: 433px;
}

.min_w-433p {
  min-width: 433px;
}

.min_h-433p {
  min-height: 433px;
}

.max_w-433p {
  max-width: 433px;
}

.max_h-433p {
  max-height: 433px;
}

.h-434p {
  height: 434px;
}

.w-434p {
  width: 434px;
}

.min_w-434p {
  min-width: 434px;
}

.min_h-434p {
  min-height: 434px;
}

.max_w-434p {
  max-width: 434px;
}

.max_h-434p {
  max-height: 434px;
}

.h-435p {
  height: 435px;
}

.w-435p {
  width: 435px;
}

.min_w-435p {
  min-width: 435px;
}

.min_h-435p {
  min-height: 435px;
}

.max_w-435p {
  max-width: 435px;
}

.max_h-435p {
  max-height: 435px;
}

.h-436p {
  height: 436px;
}

.w-436p {
  width: 436px;
}

.min_w-436p {
  min-width: 436px;
}

.min_h-436p {
  min-height: 436px;
}

.max_w-436p {
  max-width: 436px;
}

.max_h-436p {
  max-height: 436px;
}

.h-437p {
  height: 437px;
}

.w-437p {
  width: 437px;
}

.min_w-437p {
  min-width: 437px;
}

.min_h-437p {
  min-height: 437px;
}

.max_w-437p {
  max-width: 437px;
}

.max_h-437p {
  max-height: 437px;
}

.h-438p {
  height: 438px;
}

.w-438p {
  width: 438px;
}

.min_w-438p {
  min-width: 438px;
}

.min_h-438p {
  min-height: 438px;
}

.max_w-438p {
  max-width: 438px;
}

.max_h-438p {
  max-height: 438px;
}

.h-439p {
  height: 439px;
}

.w-439p {
  width: 439px;
}

.min_w-439p {
  min-width: 439px;
}

.min_h-439p {
  min-height: 439px;
}

.max_w-439p {
  max-width: 439px;
}

.max_h-439p {
  max-height: 439px;
}

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

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

.min_w-440p {
  min-width: 440px;
}

.min_h-440p {
  min-height: 440px;
}

.max_w-440p {
  max-width: 440px;
}

.max_h-440p {
  max-height: 440px;
}

.h-441p {
  height: 441px;
}

.w-441p {
  width: 441px;
}

.min_w-441p {
  min-width: 441px;
}

.min_h-441p {
  min-height: 441px;
}

.max_w-441p {
  max-width: 441px;
}

.max_h-441p {
  max-height: 441px;
}

.h-442p {
  height: 442px;
}

.w-442p {
  width: 442px;
}

.min_w-442p {
  min-width: 442px;
}

.min_h-442p {
  min-height: 442px;
}

.max_w-442p {
  max-width: 442px;
}

.max_h-442p {
  max-height: 442px;
}

.h-443p {
  height: 443px;
}

.w-443p {
  width: 443px;
}

.min_w-443p {
  min-width: 443px;
}

.min_h-443p {
  min-height: 443px;
}

.max_w-443p {
  max-width: 443px;
}

.max_h-443p {
  max-height: 443px;
}

.h-444p {
  height: 444px;
}

.w-444p {
  width: 444px;
}

.min_w-444p {
  min-width: 444px;
}

.min_h-444p {
  min-height: 444px;
}

.max_w-444p {
  max-width: 444px;
}

.max_h-444p {
  max-height: 444px;
}

.h-445p {
  height: 445px;
}

.w-445p {
  width: 445px;
}

.min_w-445p {
  min-width: 445px;
}

.min_h-445p {
  min-height: 445px;
}

.max_w-445p {
  max-width: 445px;
}

.max_h-445p {
  max-height: 445px;
}

.h-446p {
  height: 446px;
}

.w-446p {
  width: 446px;
}

.min_w-446p {
  min-width: 446px;
}

.min_h-446p {
  min-height: 446px;
}

.max_w-446p {
  max-width: 446px;
}

.max_h-446p {
  max-height: 446px;
}

.h-447p {
  height: 447px;
}

.w-447p {
  width: 447px;
}

.min_w-447p {
  min-width: 447px;
}

.min_h-447p {
  min-height: 447px;
}

.max_w-447p {
  max-width: 447px;
}

.max_h-447p {
  max-height: 447px;
}

.h-448p {
  height: 448px;
}

.w-448p {
  width: 448px;
}

.min_w-448p {
  min-width: 448px;
}

.min_h-448p {
  min-height: 448px;
}

.max_w-448p {
  max-width: 448px;
}

.max_h-448p {
  max-height: 448px;
}

.h-449p {
  height: 449px;
}

.w-449p {
  width: 449px;
}

.min_w-449p {
  min-width: 449px;
}

.min_h-449p {
  min-height: 449px;
}

.max_w-449p {
  max-width: 449px;
}

.max_h-449p {
  max-height: 449px;
}

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

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

.min_w-450p {
  min-width: 450px;
}

.min_h-450p {
  min-height: 450px;
}

.max_w-450p {
  max-width: 450px;
}

.max_h-450p {
  max-height: 450px;
}

.h-451p {
  height: 451px;
}

.w-451p {
  width: 451px;
}

.min_w-451p {
  min-width: 451px;
}

.min_h-451p {
  min-height: 451px;
}

.max_w-451p {
  max-width: 451px;
}

.max_h-451p {
  max-height: 451px;
}

.h-452p {
  height: 452px;
}

.w-452p {
  width: 452px;
}

.min_w-452p {
  min-width: 452px;
}

.min_h-452p {
  min-height: 452px;
}

.max_w-452p {
  max-width: 452px;
}

.max_h-452p {
  max-height: 452px;
}

.h-453p {
  height: 453px;
}

.w-453p {
  width: 453px;
}

.min_w-453p {
  min-width: 453px;
}

.min_h-453p {
  min-height: 453px;
}

.max_w-453p {
  max-width: 453px;
}

.max_h-453p {
  max-height: 453px;
}

.h-454p {
  height: 454px;
}

.w-454p {
  width: 454px;
}

.min_w-454p {
  min-width: 454px;
}

.min_h-454p {
  min-height: 454px;
}

.max_w-454p {
  max-width: 454px;
}

.max_h-454p {
  max-height: 454px;
}

.h-455p {
  height: 455px;
}

.w-455p {
  width: 455px;
}

.min_w-455p {
  min-width: 455px;
}

.min_h-455p {
  min-height: 455px;
}

.max_w-455p {
  max-width: 455px;
}

.max_h-455p {
  max-height: 455px;
}

.h-456p {
  height: 456px;
}

.w-456p {
  width: 456px;
}

.min_w-456p {
  min-width: 456px;
}

.min_h-456p {
  min-height: 456px;
}

.max_w-456p {
  max-width: 456px;
}

.max_h-456p {
  max-height: 456px;
}

.h-457p {
  height: 457px;
}

.w-457p {
  width: 457px;
}

.min_w-457p {
  min-width: 457px;
}

.min_h-457p {
  min-height: 457px;
}

.max_w-457p {
  max-width: 457px;
}

.max_h-457p {
  max-height: 457px;
}

.h-458p {
  height: 458px;
}

.w-458p {
  width: 458px;
}

.min_w-458p {
  min-width: 458px;
}

.min_h-458p {
  min-height: 458px;
}

.max_w-458p {
  max-width: 458px;
}

.max_h-458p {
  max-height: 458px;
}

.h-459p {
  height: 459px;
}

.w-459p {
  width: 459px;
}

.min_w-459p {
  min-width: 459px;
}

.min_h-459p {
  min-height: 459px;
}

.max_w-459p {
  max-width: 459px;
}

.max_h-459p {
  max-height: 459px;
}

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

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

.min_w-460p {
  min-width: 460px;
}

.min_h-460p {
  min-height: 460px;
}

.max_w-460p {
  max-width: 460px;
}

.max_h-460p {
  max-height: 460px;
}

.h-461p {
  height: 461px;
}

.w-461p {
  width: 461px;
}

.min_w-461p {
  min-width: 461px;
}

.min_h-461p {
  min-height: 461px;
}

.max_w-461p {
  max-width: 461px;
}

.max_h-461p {
  max-height: 461px;
}

.h-462p {
  height: 462px;
}

.w-462p {
  width: 462px;
}

.min_w-462p {
  min-width: 462px;
}

.min_h-462p {
  min-height: 462px;
}

.max_w-462p {
  max-width: 462px;
}

.max_h-462p {
  max-height: 462px;
}

.h-463p {
  height: 463px;
}

.w-463p {
  width: 463px;
}

.min_w-463p {
  min-width: 463px;
}

.min_h-463p {
  min-height: 463px;
}

.max_w-463p {
  max-width: 463px;
}

.max_h-463p {
  max-height: 463px;
}

.h-464p {
  height: 464px;
}

.w-464p {
  width: 464px;
}

.min_w-464p {
  min-width: 464px;
}

.min_h-464p {
  min-height: 464px;
}

.max_w-464p {
  max-width: 464px;
}

.max_h-464p {
  max-height: 464px;
}

.h-465p {
  height: 465px;
}

.w-465p {
  width: 465px;
}

.min_w-465p {
  min-width: 465px;
}

.min_h-465p {
  min-height: 465px;
}

.max_w-465p {
  max-width: 465px;
}

.max_h-465p {
  max-height: 465px;
}

.h-466p {
  height: 466px;
}

.w-466p {
  width: 466px;
}

.min_w-466p {
  min-width: 466px;
}

.min_h-466p {
  min-height: 466px;
}

.max_w-466p {
  max-width: 466px;
}

.max_h-466p {
  max-height: 466px;
}

.h-467p {
  height: 467px;
}

.w-467p {
  width: 467px;
}

.min_w-467p {
  min-width: 467px;
}

.min_h-467p {
  min-height: 467px;
}

.max_w-467p {
  max-width: 467px;
}

.max_h-467p {
  max-height: 467px;
}

.h-468p {
  height: 468px;
}

.w-468p {
  width: 468px;
}

.min_w-468p {
  min-width: 468px;
}

.min_h-468p {
  min-height: 468px;
}

.max_w-468p {
  max-width: 468px;
}

.max_h-468p {
  max-height: 468px;
}

.h-469p {
  height: 469px;
}

.w-469p {
  width: 469px;
}

.min_w-469p {
  min-width: 469px;
}

.min_h-469p {
  min-height: 469px;
}

.max_w-469p {
  max-width: 469px;
}

.max_h-469p {
  max-height: 469px;
}

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

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

.min_w-470p {
  min-width: 470px;
}

.min_h-470p {
  min-height: 470px;
}

.max_w-470p {
  max-width: 470px;
}

.max_h-470p {
  max-height: 470px;
}

.h-471p {
  height: 471px;
}

.w-471p {
  width: 471px;
}

.min_w-471p {
  min-width: 471px;
}

.min_h-471p {
  min-height: 471px;
}

.max_w-471p {
  max-width: 471px;
}

.max_h-471p {
  max-height: 471px;
}

.h-472p {
  height: 472px;
}

.w-472p {
  width: 472px;
}

.min_w-472p {
  min-width: 472px;
}

.min_h-472p {
  min-height: 472px;
}

.max_w-472p {
  max-width: 472px;
}

.max_h-472p {
  max-height: 472px;
}

.h-473p {
  height: 473px;
}

.w-473p {
  width: 473px;
}

.min_w-473p {
  min-width: 473px;
}

.min_h-473p {
  min-height: 473px;
}

.max_w-473p {
  max-width: 473px;
}

.max_h-473p {
  max-height: 473px;
}

.h-474p {
  height: 474px;
}

.w-474p {
  width: 474px;
}

.min_w-474p {
  min-width: 474px;
}

.min_h-474p {
  min-height: 474px;
}

.max_w-474p {
  max-width: 474px;
}

.max_h-474p {
  max-height: 474px;
}

.h-475p {
  height: 475px;
}

.w-475p {
  width: 475px;
}

.min_w-475p {
  min-width: 475px;
}

.min_h-475p {
  min-height: 475px;
}

.max_w-475p {
  max-width: 475px;
}

.max_h-475p {
  max-height: 475px;
}

.h-476p {
  height: 476px;
}

.w-476p {
  width: 476px;
}

.min_w-476p {
  min-width: 476px;
}

.min_h-476p {
  min-height: 476px;
}

.max_w-476p {
  max-width: 476px;
}

.max_h-476p {
  max-height: 476px;
}

.h-477p {
  height: 477px;
}

.w-477p {
  width: 477px;
}

.min_w-477p {
  min-width: 477px;
}

.min_h-477p {
  min-height: 477px;
}

.max_w-477p {
  max-width: 477px;
}

.max_h-477p {
  max-height: 477px;
}

.h-478p {
  height: 478px;
}

.w-478p {
  width: 478px;
}

.min_w-478p {
  min-width: 478px;
}

.min_h-478p {
  min-height: 478px;
}

.max_w-478p {
  max-width: 478px;
}

.max_h-478p {
  max-height: 478px;
}

.h-479p {
  height: 479px;
}

.w-479p {
  width: 479px;
}

.min_w-479p {
  min-width: 479px;
}

.min_h-479p {
  min-height: 479px;
}

.max_w-479p {
  max-width: 479px;
}

.max_h-479p {
  max-height: 479px;
}

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

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

.min_w-480p {
  min-width: 480px;
}

.min_h-480p {
  min-height: 480px;
}

.max_w-480p {
  max-width: 480px;
}

.max_h-480p {
  max-height: 480px;
}

.h-481p {
  height: 481px;
}

.w-481p {
  width: 481px;
}

.min_w-481p {
  min-width: 481px;
}

.min_h-481p {
  min-height: 481px;
}

.max_w-481p {
  max-width: 481px;
}

.max_h-481p {
  max-height: 481px;
}

.h-482p {
  height: 482px;
}

.w-482p {
  width: 482px;
}

.min_w-482p {
  min-width: 482px;
}

.min_h-482p {
  min-height: 482px;
}

.max_w-482p {
  max-width: 482px;
}

.max_h-482p {
  max-height: 482px;
}

.h-483p {
  height: 483px;
}

.w-483p {
  width: 483px;
}

.min_w-483p {
  min-width: 483px;
}

.min_h-483p {
  min-height: 483px;
}

.max_w-483p {
  max-width: 483px;
}

.max_h-483p {
  max-height: 483px;
}

.h-484p {
  height: 484px;
}

.w-484p {
  width: 484px;
}

.min_w-484p {
  min-width: 484px;
}

.min_h-484p {
  min-height: 484px;
}

.max_w-484p {
  max-width: 484px;
}

.max_h-484p {
  max-height: 484px;
}

.h-485p {
  height: 485px;
}

.w-485p {
  width: 485px;
}

.min_w-485p {
  min-width: 485px;
}

.min_h-485p {
  min-height: 485px;
}

.max_w-485p {
  max-width: 485px;
}

.max_h-485p {
  max-height: 485px;
}

.h-486p {
  height: 486px;
}

.w-486p {
  width: 486px;
}

.min_w-486p {
  min-width: 486px;
}

.min_h-486p {
  min-height: 486px;
}

.max_w-486p {
  max-width: 486px;
}

.max_h-486p {
  max-height: 486px;
}

.h-487p {
  height: 487px;
}

.w-487p {
  width: 487px;
}

.min_w-487p {
  min-width: 487px;
}

.min_h-487p {
  min-height: 487px;
}

.max_w-487p {
  max-width: 487px;
}

.max_h-487p {
  max-height: 487px;
}

.h-488p {
  height: 488px;
}

.w-488p {
  width: 488px;
}

.min_w-488p {
  min-width: 488px;
}

.min_h-488p {
  min-height: 488px;
}

.max_w-488p {
  max-width: 488px;
}

.max_h-488p {
  max-height: 488px;
}

.h-489p {
  height: 489px;
}

.w-489p {
  width: 489px;
}

.min_w-489p {
  min-width: 489px;
}

.min_h-489p {
  min-height: 489px;
}

.max_w-489p {
  max-width: 489px;
}

.max_h-489p {
  max-height: 489px;
}

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

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

.min_w-490p {
  min-width: 490px;
}

.min_h-490p {
  min-height: 490px;
}

.max_w-490p {
  max-width: 490px;
}

.max_h-490p {
  max-height: 490px;
}

.h-491p {
  height: 491px;
}

.w-491p {
  width: 491px;
}

.min_w-491p {
  min-width: 491px;
}

.min_h-491p {
  min-height: 491px;
}

.max_w-491p {
  max-width: 491px;
}

.max_h-491p {
  max-height: 491px;
}

.h-492p {
  height: 492px;
}

.w-492p {
  width: 492px;
}

.min_w-492p {
  min-width: 492px;
}

.min_h-492p {
  min-height: 492px;
}

.max_w-492p {
  max-width: 492px;
}

.max_h-492p {
  max-height: 492px;
}

.h-493p {
  height: 493px;
}

.w-493p {
  width: 493px;
}

.min_w-493p {
  min-width: 493px;
}

.min_h-493p {
  min-height: 493px;
}

.max_w-493p {
  max-width: 493px;
}

.max_h-493p {
  max-height: 493px;
}

.h-494p {
  height: 494px;
}

.w-494p {
  width: 494px;
}

.min_w-494p {
  min-width: 494px;
}

.min_h-494p {
  min-height: 494px;
}

.max_w-494p {
  max-width: 494px;
}

.max_h-494p {
  max-height: 494px;
}

.h-495p {
  height: 495px;
}

.w-495p {
  width: 495px;
}

.min_w-495p {
  min-width: 495px;
}

.min_h-495p {
  min-height: 495px;
}

.max_w-495p {
  max-width: 495px;
}

.max_h-495p {
  max-height: 495px;
}

.h-496p {
  height: 496px;
}

.w-496p {
  width: 496px;
}

.min_w-496p {
  min-width: 496px;
}

.min_h-496p {
  min-height: 496px;
}

.max_w-496p {
  max-width: 496px;
}

.max_h-496p {
  max-height: 496px;
}

.h-497p {
  height: 497px;
}

.w-497p {
  width: 497px;
}

.min_w-497p {
  min-width: 497px;
}

.min_h-497p {
  min-height: 497px;
}

.max_w-497p {
  max-width: 497px;
}

.max_h-497p {
  max-height: 497px;
}

.h-498p {
  height: 498px;
}

.w-498p {
  width: 498px;
}

.min_w-498p {
  min-width: 498px;
}

.min_h-498p {
  min-height: 498px;
}

.max_w-498p {
  max-width: 498px;
}

.max_h-498p {
  max-height: 498px;
}

.h-499p {
  height: 499px;
}

.w-499p {
  width: 499px;
}

.min_w-499p {
  min-width: 499px;
}

.min_h-499p {
  min-height: 499px;
}

.max_w-499p {
  max-width: 499px;
}

.max_h-499p {
  max-height: 499px;
}

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

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

.min_w-500p {
  min-width: 500px;
}

.min_h-500p {
  min-height: 500px;
}

.max_w-500p {
  max-width: 500px;
}

.max_h-500p {
  max-height: 500px;
}

.h-501p {
  height: 501px;
}

.w-501p {
  width: 501px;
}

.min_w-501p {
  min-width: 501px;
}

.min_h-501p {
  min-height: 501px;
}

.max_w-501p {
  max-width: 501px;
}

.max_h-501p {
  max-height: 501px;
}

.h-502p {
  height: 502px;
}

.w-502p {
  width: 502px;
}

.min_w-502p {
  min-width: 502px;
}

.min_h-502p {
  min-height: 502px;
}

.max_w-502p {
  max-width: 502px;
}

.max_h-502p {
  max-height: 502px;
}

.h-503p {
  height: 503px;
}

.w-503p {
  width: 503px;
}

.min_w-503p {
  min-width: 503px;
}

.min_h-503p {
  min-height: 503px;
}

.max_w-503p {
  max-width: 503px;
}

.max_h-503p {
  max-height: 503px;
}

.h-504p {
  height: 504px;
}

.w-504p {
  width: 504px;
}

.min_w-504p {
  min-width: 504px;
}

.min_h-504p {
  min-height: 504px;
}

.max_w-504p {
  max-width: 504px;
}

.max_h-504p {
  max-height: 504px;
}

.h-505p {
  height: 505px;
}

.w-505p {
  width: 505px;
}

.min_w-505p {
  min-width: 505px;
}

.min_h-505p {
  min-height: 505px;
}

.max_w-505p {
  max-width: 505px;
}

.max_h-505p {
  max-height: 505px;
}

.h-506p {
  height: 506px;
}

.w-506p {
  width: 506px;
}

.min_w-506p {
  min-width: 506px;
}

.min_h-506p {
  min-height: 506px;
}

.max_w-506p {
  max-width: 506px;
}

.max_h-506p {
  max-height: 506px;
}

.h-507p {
  height: 507px;
}

.w-507p {
  width: 507px;
}

.min_w-507p {
  min-width: 507px;
}

.min_h-507p {
  min-height: 507px;
}

.max_w-507p {
  max-width: 507px;
}

.max_h-507p {
  max-height: 507px;
}

.h-508p {
  height: 508px;
}

.w-508p {
  width: 508px;
}

.min_w-508p {
  min-width: 508px;
}

.min_h-508p {
  min-height: 508px;
}

.max_w-508p {
  max-width: 508px;
}

.max_h-508p {
  max-height: 508px;
}

.h-509p {
  height: 509px;
}

.w-509p {
  width: 509px;
}

.min_w-509p {
  min-width: 509px;
}

.min_h-509p {
  min-height: 509px;
}

.max_w-509p {
  max-width: 509px;
}

.max_h-509p {
  max-height: 509px;
}

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

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

.min_w-510p {
  min-width: 510px;
}

.min_h-510p {
  min-height: 510px;
}

.max_w-510p {
  max-width: 510px;
}

.max_h-510p {
  max-height: 510px;
}

.h-511p {
  height: 511px;
}

.w-511p {
  width: 511px;
}

.min_w-511p {
  min-width: 511px;
}

.min_h-511p {
  min-height: 511px;
}

.max_w-511p {
  max-width: 511px;
}

.max_h-511p {
  max-height: 511px;
}

.h-512p {
  height: 512px;
}

.w-512p {
  width: 512px;
}

.min_w-512p {
  min-width: 512px;
}

.min_h-512p {
  min-height: 512px;
}

.max_w-512p {
  max-width: 512px;
}

.max_h-512p {
  max-height: 512px;
}

.h-513p {
  height: 513px;
}

.w-513p {
  width: 513px;
}

.min_w-513p {
  min-width: 513px;
}

.min_h-513p {
  min-height: 513px;
}

.max_w-513p {
  max-width: 513px;
}

.max_h-513p {
  max-height: 513px;
}

.h-514p {
  height: 514px;
}

.w-514p {
  width: 514px;
}

.min_w-514p {
  min-width: 514px;
}

.min_h-514p {
  min-height: 514px;
}

.max_w-514p {
  max-width: 514px;
}

.max_h-514p {
  max-height: 514px;
}

.h-515p {
  height: 515px;
}

.w-515p {
  width: 515px;
}

.min_w-515p {
  min-width: 515px;
}

.min_h-515p {
  min-height: 515px;
}

.max_w-515p {
  max-width: 515px;
}

.max_h-515p {
  max-height: 515px;
}

.h-516p {
  height: 516px;
}

.w-516p {
  width: 516px;
}

.min_w-516p {
  min-width: 516px;
}

.min_h-516p {
  min-height: 516px;
}

.max_w-516p {
  max-width: 516px;
}

.max_h-516p {
  max-height: 516px;
}

.h-517p {
  height: 517px;
}

.w-517p {
  width: 517px;
}

.min_w-517p {
  min-width: 517px;
}

.min_h-517p {
  min-height: 517px;
}

.max_w-517p {
  max-width: 517px;
}

.max_h-517p {
  max-height: 517px;
}

.h-518p {
  height: 518px;
}

.w-518p {
  width: 518px;
}

.min_w-518p {
  min-width: 518px;
}

.min_h-518p {
  min-height: 518px;
}

.max_w-518p {
  max-width: 518px;
}

.max_h-518p {
  max-height: 518px;
}

.h-519p {
  height: 519px;
}

.w-519p {
  width: 519px;
}

.min_w-519p {
  min-width: 519px;
}

.min_h-519p {
  min-height: 519px;
}

.max_w-519p {
  max-width: 519px;
}

.max_h-519p {
  max-height: 519px;
}

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

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

.min_w-520p {
  min-width: 520px;
}

.min_h-520p {
  min-height: 520px;
}

.max_w-520p {
  max-width: 520px;
}

.max_h-520p {
  max-height: 520px;
}

.h-521p {
  height: 521px;
}

.w-521p {
  width: 521px;
}

.min_w-521p {
  min-width: 521px;
}

.min_h-521p {
  min-height: 521px;
}

.max_w-521p {
  max-width: 521px;
}

.max_h-521p {
  max-height: 521px;
}

.h-522p {
  height: 522px;
}

.w-522p {
  width: 522px;
}

.min_w-522p {
  min-width: 522px;
}

.min_h-522p {
  min-height: 522px;
}

.max_w-522p {
  max-width: 522px;
}

.max_h-522p {
  max-height: 522px;
}

.h-523p {
  height: 523px;
}

.w-523p {
  width: 523px;
}

.min_w-523p {
  min-width: 523px;
}

.min_h-523p {
  min-height: 523px;
}

.max_w-523p {
  max-width: 523px;
}

.max_h-523p {
  max-height: 523px;
}

.h-524p {
  height: 524px;
}

.w-524p {
  width: 524px;
}

.min_w-524p {
  min-width: 524px;
}

.min_h-524p {
  min-height: 524px;
}

.max_w-524p {
  max-width: 524px;
}

.max_h-524p {
  max-height: 524px;
}

.h-525p {
  height: 525px;
}

.w-525p {
  width: 525px;
}

.min_w-525p {
  min-width: 525px;
}

.min_h-525p {
  min-height: 525px;
}

.max_w-525p {
  max-width: 525px;
}

.max_h-525p {
  max-height: 525px;
}

.h-526p {
  height: 526px;
}

.w-526p {
  width: 526px;
}

.min_w-526p {
  min-width: 526px;
}

.min_h-526p {
  min-height: 526px;
}

.max_w-526p {
  max-width: 526px;
}

.max_h-526p {
  max-height: 526px;
}

.h-527p {
  height: 527px;
}

.w-527p {
  width: 527px;
}

.min_w-527p {
  min-width: 527px;
}

.min_h-527p {
  min-height: 527px;
}

.max_w-527p {
  max-width: 527px;
}

.max_h-527p {
  max-height: 527px;
}

.h-528p {
  height: 528px;
}

.w-528p {
  width: 528px;
}

.min_w-528p {
  min-width: 528px;
}

.min_h-528p {
  min-height: 528px;
}

.max_w-528p {
  max-width: 528px;
}

.max_h-528p {
  max-height: 528px;
}

.h-529p {
  height: 529px;
}

.w-529p {
  width: 529px;
}

.min_w-529p {
  min-width: 529px;
}

.min_h-529p {
  min-height: 529px;
}

.max_w-529p {
  max-width: 529px;
}

.max_h-529p {
  max-height: 529px;
}

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

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

.min_w-530p {
  min-width: 530px;
}

.min_h-530p {
  min-height: 530px;
}

.max_w-530p {
  max-width: 530px;
}

.max_h-530p {
  max-height: 530px;
}

.h-531p {
  height: 531px;
}

.w-531p {
  width: 531px;
}

.min_w-531p {
  min-width: 531px;
}

.min_h-531p {
  min-height: 531px;
}

.max_w-531p {
  max-width: 531px;
}

.max_h-531p {
  max-height: 531px;
}

.h-532p {
  height: 532px;
}

.w-532p {
  width: 532px;
}

.min_w-532p {
  min-width: 532px;
}

.min_h-532p {
  min-height: 532px;
}

.max_w-532p {
  max-width: 532px;
}

.max_h-532p {
  max-height: 532px;
}

.h-533p {
  height: 533px;
}

.w-533p {
  width: 533px;
}

.min_w-533p {
  min-width: 533px;
}

.min_h-533p {
  min-height: 533px;
}

.max_w-533p {
  max-width: 533px;
}

.max_h-533p {
  max-height: 533px;
}

.h-534p {
  height: 534px;
}

.w-534p {
  width: 534px;
}

.min_w-534p {
  min-width: 534px;
}

.min_h-534p {
  min-height: 534px;
}

.max_w-534p {
  max-width: 534px;
}

.max_h-534p {
  max-height: 534px;
}

.h-535p {
  height: 535px;
}

.w-535p {
  width: 535px;
}

.min_w-535p {
  min-width: 535px;
}

.min_h-535p {
  min-height: 535px;
}

.max_w-535p {
  max-width: 535px;
}

.max_h-535p {
  max-height: 535px;
}

.h-536p {
  height: 536px;
}

.w-536p {
  width: 536px;
}

.min_w-536p {
  min-width: 536px;
}

.min_h-536p {
  min-height: 536px;
}

.max_w-536p {
  max-width: 536px;
}

.max_h-536p {
  max-height: 536px;
}

.h-537p {
  height: 537px;
}

.w-537p {
  width: 537px;
}

.min_w-537p {
  min-width: 537px;
}

.min_h-537p {
  min-height: 537px;
}

.max_w-537p {
  max-width: 537px;
}

.max_h-537p {
  max-height: 537px;
}

.h-538p {
  height: 538px;
}

.w-538p {
  width: 538px;
}

.min_w-538p {
  min-width: 538px;
}

.min_h-538p {
  min-height: 538px;
}

.max_w-538p {
  max-width: 538px;
}

.max_h-538p {
  max-height: 538px;
}

.h-539p {
  height: 539px;
}

.w-539p {
  width: 539px;
}

.min_w-539p {
  min-width: 539px;
}

.min_h-539p {
  min-height: 539px;
}

.max_w-539p {
  max-width: 539px;
}

.max_h-539p {
  max-height: 539px;
}

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

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

.min_w-540p {
  min-width: 540px;
}

.min_h-540p {
  min-height: 540px;
}

.max_w-540p {
  max-width: 540px;
}

.max_h-540p {
  max-height: 540px;
}

.h-541p {
  height: 541px;
}

.w-541p {
  width: 541px;
}

.min_w-541p {
  min-width: 541px;
}

.min_h-541p {
  min-height: 541px;
}

.max_w-541p {
  max-width: 541px;
}

.max_h-541p {
  max-height: 541px;
}

.h-542p {
  height: 542px;
}

.w-542p {
  width: 542px;
}

.min_w-542p {
  min-width: 542px;
}

.min_h-542p {
  min-height: 542px;
}

.max_w-542p {
  max-width: 542px;
}

.max_h-542p {
  max-height: 542px;
}

.h-543p {
  height: 543px;
}

.w-543p {
  width: 543px;
}

.min_w-543p {
  min-width: 543px;
}

.min_h-543p {
  min-height: 543px;
}

.max_w-543p {
  max-width: 543px;
}

.max_h-543p {
  max-height: 543px;
}

.h-544p {
  height: 544px;
}

.w-544p {
  width: 544px;
}

.min_w-544p {
  min-width: 544px;
}

.min_h-544p {
  min-height: 544px;
}

.max_w-544p {
  max-width: 544px;
}

.max_h-544p {
  max-height: 544px;
}

.h-545p {
  height: 545px;
}

.w-545p {
  width: 545px;
}

.min_w-545p {
  min-width: 545px;
}

.min_h-545p {
  min-height: 545px;
}

.max_w-545p {
  max-width: 545px;
}

.max_h-545p {
  max-height: 545px;
}

.h-546p {
  height: 546px;
}

.w-546p {
  width: 546px;
}

.min_w-546p {
  min-width: 546px;
}

.min_h-546p {
  min-height: 546px;
}

.max_w-546p {
  max-width: 546px;
}

.max_h-546p {
  max-height: 546px;
}

.h-547p {
  height: 547px;
}

.w-547p {
  width: 547px;
}

.min_w-547p {
  min-width: 547px;
}

.min_h-547p {
  min-height: 547px;
}

.max_w-547p {
  max-width: 547px;
}

.max_h-547p {
  max-height: 547px;
}

.h-548p {
  height: 548px;
}

.w-548p {
  width: 548px;
}

.min_w-548p {
  min-width: 548px;
}

.min_h-548p {
  min-height: 548px;
}

.max_w-548p {
  max-width: 548px;
}

.max_h-548p {
  max-height: 548px;
}

.h-549p {
  height: 549px;
}

.w-549p {
  width: 549px;
}

.min_w-549p {
  min-width: 549px;
}

.min_h-549p {
  min-height: 549px;
}

.max_w-549p {
  max-width: 549px;
}

.max_h-549p {
  max-height: 549px;
}

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

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

.min_w-550p {
  min-width: 550px;
}

.min_h-550p {
  min-height: 550px;
}

.max_w-550p {
  max-width: 550px;
}

.max_h-550p {
  max-height: 550px;
}

.h-551p {
  height: 551px;
}

.w-551p {
  width: 551px;
}

.min_w-551p {
  min-width: 551px;
}

.min_h-551p {
  min-height: 551px;
}

.max_w-551p {
  max-width: 551px;
}

.max_h-551p {
  max-height: 551px;
}

.h-552p {
  height: 552px;
}

.w-552p {
  width: 552px;
}

.min_w-552p {
  min-width: 552px;
}

.min_h-552p {
  min-height: 552px;
}

.max_w-552p {
  max-width: 552px;
}

.max_h-552p {
  max-height: 552px;
}

.h-553p {
  height: 553px;
}

.w-553p {
  width: 553px;
}

.min_w-553p {
  min-width: 553px;
}

.min_h-553p {
  min-height: 553px;
}

.max_w-553p {
  max-width: 553px;
}

.max_h-553p {
  max-height: 553px;
}

.h-554p {
  height: 554px;
}

.w-554p {
  width: 554px;
}

.min_w-554p {
  min-width: 554px;
}

.min_h-554p {
  min-height: 554px;
}

.max_w-554p {
  max-width: 554px;
}

.max_h-554p {
  max-height: 554px;
}

.h-555p {
  height: 555px;
}

.w-555p {
  width: 555px;
}

.min_w-555p {
  min-width: 555px;
}

.min_h-555p {
  min-height: 555px;
}

.max_w-555p {
  max-width: 555px;
}

.max_h-555p {
  max-height: 555px;
}

.h-556p {
  height: 556px;
}

.w-556p {
  width: 556px;
}

.min_w-556p {
  min-width: 556px;
}

.min_h-556p {
  min-height: 556px;
}

.max_w-556p {
  max-width: 556px;
}

.max_h-556p {
  max-height: 556px;
}

.h-557p {
  height: 557px;
}

.w-557p {
  width: 557px;
}

.min_w-557p {
  min-width: 557px;
}

.min_h-557p {
  min-height: 557px;
}

.max_w-557p {
  max-width: 557px;
}

.max_h-557p {
  max-height: 557px;
}

.h-558p {
  height: 558px;
}

.w-558p {
  width: 558px;
}

.min_w-558p {
  min-width: 558px;
}

.min_h-558p {
  min-height: 558px;
}

.max_w-558p {
  max-width: 558px;
}

.max_h-558p {
  max-height: 558px;
}

.h-559p {
  height: 559px;
}

.w-559p {
  width: 559px;
}

.min_w-559p {
  min-width: 559px;
}

.min_h-559p {
  min-height: 559px;
}

.max_w-559p {
  max-width: 559px;
}

.max_h-559p {
  max-height: 559px;
}

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

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

.min_w-560p {
  min-width: 560px;
}

.min_h-560p {
  min-height: 560px;
}

.max_w-560p {
  max-width: 560px;
}

.max_h-560p {
  max-height: 560px;
}

.h-561p {
  height: 561px;
}

.w-561p {
  width: 561px;
}

.min_w-561p {
  min-width: 561px;
}

.min_h-561p {
  min-height: 561px;
}

.max_w-561p {
  max-width: 561px;
}

.max_h-561p {
  max-height: 561px;
}

.h-562p {
  height: 562px;
}

.w-562p {
  width: 562px;
}

.min_w-562p {
  min-width: 562px;
}

.min_h-562p {
  min-height: 562px;
}

.max_w-562p {
  max-width: 562px;
}

.max_h-562p {
  max-height: 562px;
}

.h-563p {
  height: 563px;
}

.w-563p {
  width: 563px;
}

.min_w-563p {
  min-width: 563px;
}

.min_h-563p {
  min-height: 563px;
}

.max_w-563p {
  max-width: 563px;
}

.max_h-563p {
  max-height: 563px;
}

.h-564p {
  height: 564px;
}

.w-564p {
  width: 564px;
}

.min_w-564p {
  min-width: 564px;
}

.min_h-564p {
  min-height: 564px;
}

.max_w-564p {
  max-width: 564px;
}

.max_h-564p {
  max-height: 564px;
}

.h-565p {
  height: 565px;
}

.w-565p {
  width: 565px;
}

.min_w-565p {
  min-width: 565px;
}

.min_h-565p {
  min-height: 565px;
}

.max_w-565p {
  max-width: 565px;
}

.max_h-565p {
  max-height: 565px;
}

.h-566p {
  height: 566px;
}

.w-566p {
  width: 566px;
}

.min_w-566p {
  min-width: 566px;
}

.min_h-566p {
  min-height: 566px;
}

.max_w-566p {
  max-width: 566px;
}

.max_h-566p {
  max-height: 566px;
}

.h-567p {
  height: 567px;
}

.w-567p {
  width: 567px;
}

.min_w-567p {
  min-width: 567px;
}

.min_h-567p {
  min-height: 567px;
}

.max_w-567p {
  max-width: 567px;
}

.max_h-567p {
  max-height: 567px;
}

.h-568p {
  height: 568px;
}

.w-568p {
  width: 568px;
}

.min_w-568p {
  min-width: 568px;
}

.min_h-568p {
  min-height: 568px;
}

.max_w-568p {
  max-width: 568px;
}

.max_h-568p {
  max-height: 568px;
}

.h-569p {
  height: 569px;
}

.w-569p {
  width: 569px;
}

.min_w-569p {
  min-width: 569px;
}

.min_h-569p {
  min-height: 569px;
}

.max_w-569p {
  max-width: 569px;
}

.max_h-569p {
  max-height: 569px;
}

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

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

.min_w-570p {
  min-width: 570px;
}

.min_h-570p {
  min-height: 570px;
}

.max_w-570p {
  max-width: 570px;
}

.max_h-570p {
  max-height: 570px;
}

.h-571p {
  height: 571px;
}

.w-571p {
  width: 571px;
}

.min_w-571p {
  min-width: 571px;
}

.min_h-571p {
  min-height: 571px;
}

.max_w-571p {
  max-width: 571px;
}

.max_h-571p {
  max-height: 571px;
}

.h-572p {
  height: 572px;
}

.w-572p {
  width: 572px;
}

.min_w-572p {
  min-width: 572px;
}

.min_h-572p {
  min-height: 572px;
}

.max_w-572p {
  max-width: 572px;
}

.max_h-572p {
  max-height: 572px;
}

.h-573p {
  height: 573px;
}

.w-573p {
  width: 573px;
}

.min_w-573p {
  min-width: 573px;
}

.min_h-573p {
  min-height: 573px;
}

.max_w-573p {
  max-width: 573px;
}

.max_h-573p {
  max-height: 573px;
}

.h-574p {
  height: 574px;
}

.w-574p {
  width: 574px;
}

.min_w-574p {
  min-width: 574px;
}

.min_h-574p {
  min-height: 574px;
}

.max_w-574p {
  max-width: 574px;
}

.max_h-574p {
  max-height: 574px;
}

.h-575p {
  height: 575px;
}

.w-575p {
  width: 575px;
}

.min_w-575p {
  min-width: 575px;
}

.min_h-575p {
  min-height: 575px;
}

.max_w-575p {
  max-width: 575px;
}

.max_h-575p {
  max-height: 575px;
}

.h-576p {
  height: 576px;
}

.w-576p {
  width: 576px;
}

.min_w-576p {
  min-width: 576px;
}

.min_h-576p {
  min-height: 576px;
}

.max_w-576p {
  max-width: 576px;
}

.max_h-576p {
  max-height: 576px;
}

.h-577p {
  height: 577px;
}

.w-577p {
  width: 577px;
}

.min_w-577p {
  min-width: 577px;
}

.min_h-577p {
  min-height: 577px;
}

.max_w-577p {
  max-width: 577px;
}

.max_h-577p {
  max-height: 577px;
}

.h-578p {
  height: 578px;
}

.w-578p {
  width: 578px;
}

.min_w-578p {
  min-width: 578px;
}

.min_h-578p {
  min-height: 578px;
}

.max_w-578p {
  max-width: 578px;
}

.max_h-578p {
  max-height: 578px;
}

.h-579p {
  height: 579px;
}

.w-579p {
  width: 579px;
}

.min_w-579p {
  min-width: 579px;
}

.min_h-579p {
  min-height: 579px;
}

.max_w-579p {
  max-width: 579px;
}

.max_h-579p {
  max-height: 579px;
}

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

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

.min_w-580p {
  min-width: 580px;
}

.min_h-580p {
  min-height: 580px;
}

.max_w-580p {
  max-width: 580px;
}

.max_h-580p {
  max-height: 580px;
}

.h-581p {
  height: 581px;
}

.w-581p {
  width: 581px;
}

.min_w-581p {
  min-width: 581px;
}

.min_h-581p {
  min-height: 581px;
}

.max_w-581p {
  max-width: 581px;
}

.max_h-581p {
  max-height: 581px;
}

.h-582p {
  height: 582px;
}

.w-582p {
  width: 582px;
}

.min_w-582p {
  min-width: 582px;
}

.min_h-582p {
  min-height: 582px;
}

.max_w-582p {
  max-width: 582px;
}

.max_h-582p {
  max-height: 582px;
}

.h-583p {
  height: 583px;
}

.w-583p {
  width: 583px;
}

.min_w-583p {
  min-width: 583px;
}

.min_h-583p {
  min-height: 583px;
}

.max_w-583p {
  max-width: 583px;
}

.max_h-583p {
  max-height: 583px;
}

.h-584p {
  height: 584px;
}

.w-584p {
  width: 584px;
}

.min_w-584p {
  min-width: 584px;
}

.min_h-584p {
  min-height: 584px;
}

.max_w-584p {
  max-width: 584px;
}

.max_h-584p {
  max-height: 584px;
}

.h-585p {
  height: 585px;
}

.w-585p {
  width: 585px;
}

.min_w-585p {
  min-width: 585px;
}

.min_h-585p {
  min-height: 585px;
}

.max_w-585p {
  max-width: 585px;
}

.max_h-585p {
  max-height: 585px;
}

.h-586p {
  height: 586px;
}

.w-586p {
  width: 586px;
}

.min_w-586p {
  min-width: 586px;
}

.min_h-586p {
  min-height: 586px;
}

.max_w-586p {
  max-width: 586px;
}

.max_h-586p {
  max-height: 586px;
}

.h-587p {
  height: 587px;
}

.w-587p {
  width: 587px;
}

.min_w-587p {
  min-width: 587px;
}

.min_h-587p {
  min-height: 587px;
}

.max_w-587p {
  max-width: 587px;
}

.max_h-587p {
  max-height: 587px;
}

.h-588p {
  height: 588px;
}

.w-588p {
  width: 588px;
}

.min_w-588p {
  min-width: 588px;
}

.min_h-588p {
  min-height: 588px;
}

.max_w-588p {
  max-width: 588px;
}

.max_h-588p {
  max-height: 588px;
}

.h-589p {
  height: 589px;
}

.w-589p {
  width: 589px;
}

.min_w-589p {
  min-width: 589px;
}

.min_h-589p {
  min-height: 589px;
}

.max_w-589p {
  max-width: 589px;
}

.max_h-589p {
  max-height: 589px;
}

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

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

.min_w-590p {
  min-width: 590px;
}

.min_h-590p {
  min-height: 590px;
}

.max_w-590p {
  max-width: 590px;
}

.max_h-590p {
  max-height: 590px;
}

.h-591p {
  height: 591px;
}

.w-591p {
  width: 591px;
}

.min_w-591p {
  min-width: 591px;
}

.min_h-591p {
  min-height: 591px;
}

.max_w-591p {
  max-width: 591px;
}

.max_h-591p {
  max-height: 591px;
}

.h-592p {
  height: 592px;
}

.w-592p {
  width: 592px;
}

.min_w-592p {
  min-width: 592px;
}

.min_h-592p {
  min-height: 592px;
}

.max_w-592p {
  max-width: 592px;
}

.max_h-592p {
  max-height: 592px;
}

.h-593p {
  height: 593px;
}

.w-593p {
  width: 593px;
}

.min_w-593p {
  min-width: 593px;
}

.min_h-593p {
  min-height: 593px;
}

.max_w-593p {
  max-width: 593px;
}

.max_h-593p {
  max-height: 593px;
}

.h-594p {
  height: 594px;
}

.w-594p {
  width: 594px;
}

.min_w-594p {
  min-width: 594px;
}

.min_h-594p {
  min-height: 594px;
}

.max_w-594p {
  max-width: 594px;
}

.max_h-594p {
  max-height: 594px;
}

.h-595p {
  height: 595px;
}

.w-595p {
  width: 595px;
}

.min_w-595p {
  min-width: 595px;
}

.min_h-595p {
  min-height: 595px;
}

.max_w-595p {
  max-width: 595px;
}

.max_h-595p {
  max-height: 595px;
}

.h-596p {
  height: 596px;
}

.w-596p {
  width: 596px;
}

.min_w-596p {
  min-width: 596px;
}

.min_h-596p {
  min-height: 596px;
}

.max_w-596p {
  max-width: 596px;
}

.max_h-596p {
  max-height: 596px;
}

.h-597p {
  height: 597px;
}

.w-597p {
  width: 597px;
}

.min_w-597p {
  min-width: 597px;
}

.min_h-597p {
  min-height: 597px;
}

.max_w-597p {
  max-width: 597px;
}

.max_h-597p {
  max-height: 597px;
}

.h-598p {
  height: 598px;
}

.w-598p {
  width: 598px;
}

.min_w-598p {
  min-width: 598px;
}

.min_h-598p {
  min-height: 598px;
}

.max_w-598p {
  max-width: 598px;
}

.max_h-598p {
  max-height: 598px;
}

.h-599p {
  height: 599px;
}

.w-599p {
  width: 599px;
}

.min_w-599p {
  min-width: 599px;
}

.min_h-599p {
  min-height: 599px;
}

.max_w-599p {
  max-width: 599px;
}

.max_h-599p {
  max-height: 599px;
}

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

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

.min_w-600p {
  min-width: 600px;
}

.min_h-600p {
  min-height: 600px;
}

.max_w-600p {
  max-width: 600px;
}

.max_h-600p {
  max-height: 600px;
}

.h-601p {
  height: 601px;
}

.w-601p {
  width: 601px;
}

.min_w-601p {
  min-width: 601px;
}

.min_h-601p {
  min-height: 601px;
}

.max_w-601p {
  max-width: 601px;
}

.max_h-601p {
  max-height: 601px;
}

.h-602p {
  height: 602px;
}

.w-602p {
  width: 602px;
}

.min_w-602p {
  min-width: 602px;
}

.min_h-602p {
  min-height: 602px;
}

.max_w-602p {
  max-width: 602px;
}

.max_h-602p {
  max-height: 602px;
}

.h-603p {
  height: 603px;
}

.w-603p {
  width: 603px;
}

.min_w-603p {
  min-width: 603px;
}

.min_h-603p {
  min-height: 603px;
}

.max_w-603p {
  max-width: 603px;
}

.max_h-603p {
  max-height: 603px;
}

.h-604p {
  height: 604px;
}

.w-604p {
  width: 604px;
}

.min_w-604p {
  min-width: 604px;
}

.min_h-604p {
  min-height: 604px;
}

.max_w-604p {
  max-width: 604px;
}

.max_h-604p {
  max-height: 604px;
}

.h-605p {
  height: 605px;
}

.w-605p {
  width: 605px;
}

.min_w-605p {
  min-width: 605px;
}

.min_h-605p {
  min-height: 605px;
}

.max_w-605p {
  max-width: 605px;
}

.max_h-605p {
  max-height: 605px;
}

.h-606p {
  height: 606px;
}

.w-606p {
  width: 606px;
}

.min_w-606p {
  min-width: 606px;
}

.min_h-606p {
  min-height: 606px;
}

.max_w-606p {
  max-width: 606px;
}

.max_h-606p {
  max-height: 606px;
}

.h-607p {
  height: 607px;
}

.w-607p {
  width: 607px;
}

.min_w-607p {
  min-width: 607px;
}

.min_h-607p {
  min-height: 607px;
}

.max_w-607p {
  max-width: 607px;
}

.max_h-607p {
  max-height: 607px;
}

.h-608p {
  height: 608px;
}

.w-608p {
  width: 608px;
}

.min_w-608p {
  min-width: 608px;
}

.min_h-608p {
  min-height: 608px;
}

.max_w-608p {
  max-width: 608px;
}

.max_h-608p {
  max-height: 608px;
}

.h-609p {
  height: 609px;
}

.w-609p {
  width: 609px;
}

.min_w-609p {
  min-width: 609px;
}

.min_h-609p {
  min-height: 609px;
}

.max_w-609p {
  max-width: 609px;
}

.max_h-609p {
  max-height: 609px;
}

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

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

.min_w-610p {
  min-width: 610px;
}

.min_h-610p {
  min-height: 610px;
}

.max_w-610p {
  max-width: 610px;
}

.max_h-610p {
  max-height: 610px;
}

.h-611p {
  height: 611px;
}

.w-611p {
  width: 611px;
}

.min_w-611p {
  min-width: 611px;
}

.min_h-611p {
  min-height: 611px;
}

.max_w-611p {
  max-width: 611px;
}

.max_h-611p {
  max-height: 611px;
}

.h-612p {
  height: 612px;
}

.w-612p {
  width: 612px;
}

.min_w-612p {
  min-width: 612px;
}

.min_h-612p {
  min-height: 612px;
}

.max_w-612p {
  max-width: 612px;
}

.max_h-612p {
  max-height: 612px;
}

.h-613p {
  height: 613px;
}

.w-613p {
  width: 613px;
}

.min_w-613p {
  min-width: 613px;
}

.min_h-613p {
  min-height: 613px;
}

.max_w-613p {
  max-width: 613px;
}

.max_h-613p {
  max-height: 613px;
}

.h-614p {
  height: 614px;
}

.w-614p {
  width: 614px;
}

.min_w-614p {
  min-width: 614px;
}

.min_h-614p {
  min-height: 614px;
}

.max_w-614p {
  max-width: 614px;
}

.max_h-614p {
  max-height: 614px;
}

.h-615p {
  height: 615px;
}

.w-615p {
  width: 615px;
}

.min_w-615p {
  min-width: 615px;
}

.min_h-615p {
  min-height: 615px;
}

.max_w-615p {
  max-width: 615px;
}

.max_h-615p {
  max-height: 615px;
}

.h-616p {
  height: 616px;
}

.w-616p {
  width: 616px;
}

.min_w-616p {
  min-width: 616px;
}

.min_h-616p {
  min-height: 616px;
}

.max_w-616p {
  max-width: 616px;
}

.max_h-616p {
  max-height: 616px;
}

.h-617p {
  height: 617px;
}

.w-617p {
  width: 617px;
}

.min_w-617p {
  min-width: 617px;
}

.min_h-617p {
  min-height: 617px;
}

.max_w-617p {
  max-width: 617px;
}

.max_h-617p {
  max-height: 617px;
}

.h-618p {
  height: 618px;
}

.w-618p {
  width: 618px;
}

.min_w-618p {
  min-width: 618px;
}

.min_h-618p {
  min-height: 618px;
}

.max_w-618p {
  max-width: 618px;
}

.max_h-618p {
  max-height: 618px;
}

.h-619p {
  height: 619px;
}

.w-619p {
  width: 619px;
}

.min_w-619p {
  min-width: 619px;
}

.min_h-619p {
  min-height: 619px;
}

.max_w-619p {
  max-width: 619px;
}

.max_h-619p {
  max-height: 619px;
}

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

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

.min_w-620p {
  min-width: 620px;
}

.min_h-620p {
  min-height: 620px;
}

.max_w-620p {
  max-width: 620px;
}

.max_h-620p {
  max-height: 620px;
}

.h-621p {
  height: 621px;
}

.w-621p {
  width: 621px;
}

.min_w-621p {
  min-width: 621px;
}

.min_h-621p {
  min-height: 621px;
}

.max_w-621p {
  max-width: 621px;
}

.max_h-621p {
  max-height: 621px;
}

.h-622p {
  height: 622px;
}

.w-622p {
  width: 622px;
}

.min_w-622p {
  min-width: 622px;
}

.min_h-622p {
  min-height: 622px;
}

.max_w-622p {
  max-width: 622px;
}

.max_h-622p {
  max-height: 622px;
}

.h-623p {
  height: 623px;
}

.w-623p {
  width: 623px;
}

.min_w-623p {
  min-width: 623px;
}

.min_h-623p {
  min-height: 623px;
}

.max_w-623p {
  max-width: 623px;
}

.max_h-623p {
  max-height: 623px;
}

.h-624p {
  height: 624px;
}

.w-624p {
  width: 624px;
}

.min_w-624p {
  min-width: 624px;
}

.min_h-624p {
  min-height: 624px;
}

.max_w-624p {
  max-width: 624px;
}

.max_h-624p {
  max-height: 624px;
}

.h-625p {
  height: 625px;
}

.w-625p {
  width: 625px;
}

.min_w-625p {
  min-width: 625px;
}

.min_h-625p {
  min-height: 625px;
}

.max_w-625p {
  max-width: 625px;
}

.max_h-625p {
  max-height: 625px;
}

.h-626p {
  height: 626px;
}

.w-626p {
  width: 626px;
}

.min_w-626p {
  min-width: 626px;
}

.min_h-626p {
  min-height: 626px;
}

.max_w-626p {
  max-width: 626px;
}

.max_h-626p {
  max-height: 626px;
}

.h-627p {
  height: 627px;
}

.w-627p {
  width: 627px;
}

.min_w-627p {
  min-width: 627px;
}

.min_h-627p {
  min-height: 627px;
}

.max_w-627p {
  max-width: 627px;
}

.max_h-627p {
  max-height: 627px;
}

.h-628p {
  height: 628px;
}

.w-628p {
  width: 628px;
}

.min_w-628p {
  min-width: 628px;
}

.min_h-628p {
  min-height: 628px;
}

.max_w-628p {
  max-width: 628px;
}

.max_h-628p {
  max-height: 628px;
}

.h-629p {
  height: 629px;
}

.w-629p {
  width: 629px;
}

.min_w-629p {
  min-width: 629px;
}

.min_h-629p {
  min-height: 629px;
}

.max_w-629p {
  max-width: 629px;
}

.max_h-629p {
  max-height: 629px;
}

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

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

.min_w-630p {
  min-width: 630px;
}

.min_h-630p {
  min-height: 630px;
}

.max_w-630p {
  max-width: 630px;
}

.max_h-630p {
  max-height: 630px;
}

.h-631p {
  height: 631px;
}

.w-631p {
  width: 631px;
}

.min_w-631p {
  min-width: 631px;
}

.min_h-631p {
  min-height: 631px;
}

.max_w-631p {
  max-width: 631px;
}

.max_h-631p {
  max-height: 631px;
}

.h-632p {
  height: 632px;
}

.w-632p {
  width: 632px;
}

.min_w-632p {
  min-width: 632px;
}

.min_h-632p {
  min-height: 632px;
}

.max_w-632p {
  max-width: 632px;
}

.max_h-632p {
  max-height: 632px;
}

.h-633p {
  height: 633px;
}

.w-633p {
  width: 633px;
}

.min_w-633p {
  min-width: 633px;
}

.min_h-633p {
  min-height: 633px;
}

.max_w-633p {
  max-width: 633px;
}

.max_h-633p {
  max-height: 633px;
}

.h-634p {
  height: 634px;
}

.w-634p {
  width: 634px;
}

.min_w-634p {
  min-width: 634px;
}

.min_h-634p {
  min-height: 634px;
}

.max_w-634p {
  max-width: 634px;
}

.max_h-634p {
  max-height: 634px;
}

.h-635p {
  height: 635px;
}

.w-635p {
  width: 635px;
}

.min_w-635p {
  min-width: 635px;
}

.min_h-635p {
  min-height: 635px;
}

.max_w-635p {
  max-width: 635px;
}

.max_h-635p {
  max-height: 635px;
}

.h-636p {
  height: 636px;
}

.w-636p {
  width: 636px;
}

.min_w-636p {
  min-width: 636px;
}

.min_h-636p {
  min-height: 636px;
}

.max_w-636p {
  max-width: 636px;
}

.max_h-636p {
  max-height: 636px;
}

.h-637p {
  height: 637px;
}

.w-637p {
  width: 637px;
}

.min_w-637p {
  min-width: 637px;
}

.min_h-637p {
  min-height: 637px;
}

.max_w-637p {
  max-width: 637px;
}

.max_h-637p {
  max-height: 637px;
}

.h-638p {
  height: 638px;
}

.w-638p {
  width: 638px;
}

.min_w-638p {
  min-width: 638px;
}

.min_h-638p {
  min-height: 638px;
}

.max_w-638p {
  max-width: 638px;
}

.max_h-638p {
  max-height: 638px;
}

.h-639p {
  height: 639px;
}

.w-639p {
  width: 639px;
}

.min_w-639p {
  min-width: 639px;
}

.min_h-639p {
  min-height: 639px;
}

.max_w-639p {
  max-width: 639px;
}

.max_h-639p {
  max-height: 639px;
}

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

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

.min_w-640p {
  min-width: 640px;
}

.min_h-640p {
  min-height: 640px;
}

.max_w-640p {
  max-width: 640px;
}

.max_h-640p {
  max-height: 640px;
}

.h-641p {
  height: 641px;
}

.w-641p {
  width: 641px;
}

.min_w-641p {
  min-width: 641px;
}

.min_h-641p {
  min-height: 641px;
}

.max_w-641p {
  max-width: 641px;
}

.max_h-641p {
  max-height: 641px;
}

.h-642p {
  height: 642px;
}

.w-642p {
  width: 642px;
}

.min_w-642p {
  min-width: 642px;
}

.min_h-642p {
  min-height: 642px;
}

.max_w-642p {
  max-width: 642px;
}

.max_h-642p {
  max-height: 642px;
}

.h-643p {
  height: 643px;
}

.w-643p {
  width: 643px;
}

.min_w-643p {
  min-width: 643px;
}

.min_h-643p {
  min-height: 643px;
}

.max_w-643p {
  max-width: 643px;
}

.max_h-643p {
  max-height: 643px;
}

.h-644p {
  height: 644px;
}

.w-644p {
  width: 644px;
}

.min_w-644p {
  min-width: 644px;
}

.min_h-644p {
  min-height: 644px;
}

.max_w-644p {
  max-width: 644px;
}

.max_h-644p {
  max-height: 644px;
}

.h-645p {
  height: 645px;
}

.w-645p {
  width: 645px;
}

.min_w-645p {
  min-width: 645px;
}

.min_h-645p {
  min-height: 645px;
}

.max_w-645p {
  max-width: 645px;
}

.max_h-645p {
  max-height: 645px;
}

.h-646p {
  height: 646px;
}

.w-646p {
  width: 646px;
}

.min_w-646p {
  min-width: 646px;
}

.min_h-646p {
  min-height: 646px;
}

.max_w-646p {
  max-width: 646px;
}

.max_h-646p {
  max-height: 646px;
}

.h-647p {
  height: 647px;
}

.w-647p {
  width: 647px;
}

.min_w-647p {
  min-width: 647px;
}

.min_h-647p {
  min-height: 647px;
}

.max_w-647p {
  max-width: 647px;
}

.max_h-647p {
  max-height: 647px;
}

.h-648p {
  height: 648px;
}

.w-648p {
  width: 648px;
}

.min_w-648p {
  min-width: 648px;
}

.min_h-648p {
  min-height: 648px;
}

.max_w-648p {
  max-width: 648px;
}

.max_h-648p {
  max-height: 648px;
}

.h-649p {
  height: 649px;
}

.w-649p {
  width: 649px;
}

.min_w-649p {
  min-width: 649px;
}

.min_h-649p {
  min-height: 649px;
}

.max_w-649p {
  max-width: 649px;
}

.max_h-649p {
  max-height: 649px;
}

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

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

.min_w-650p {
  min-width: 650px;
}

.min_h-650p {
  min-height: 650px;
}

.max_w-650p {
  max-width: 650px;
}

.max_h-650p {
  max-height: 650px;
}

.h-651p {
  height: 651px;
}

.w-651p {
  width: 651px;
}

.min_w-651p {
  min-width: 651px;
}

.min_h-651p {
  min-height: 651px;
}

.max_w-651p {
  max-width: 651px;
}

.max_h-651p {
  max-height: 651px;
}

.h-652p {
  height: 652px;
}

.w-652p {
  width: 652px;
}

.min_w-652p {
  min-width: 652px;
}

.min_h-652p {
  min-height: 652px;
}

.max_w-652p {
  max-width: 652px;
}

.max_h-652p {
  max-height: 652px;
}

.h-653p {
  height: 653px;
}

.w-653p {
  width: 653px;
}

.min_w-653p {
  min-width: 653px;
}

.min_h-653p {
  min-height: 653px;
}

.max_w-653p {
  max-width: 653px;
}

.max_h-653p {
  max-height: 653px;
}

.h-654p {
  height: 654px;
}

.w-654p {
  width: 654px;
}

.min_w-654p {
  min-width: 654px;
}

.min_h-654p {
  min-height: 654px;
}

.max_w-654p {
  max-width: 654px;
}

.max_h-654p {
  max-height: 654px;
}

.h-655p {
  height: 655px;
}

.w-655p {
  width: 655px;
}

.min_w-655p {
  min-width: 655px;
}

.min_h-655p {
  min-height: 655px;
}

.max_w-655p {
  max-width: 655px;
}

.max_h-655p {
  max-height: 655px;
}

.h-656p {
  height: 656px;
}

.w-656p {
  width: 656px;
}

.min_w-656p {
  min-width: 656px;
}

.min_h-656p {
  min-height: 656px;
}

.max_w-656p {
  max-width: 656px;
}

.max_h-656p {
  max-height: 656px;
}

.h-657p {
  height: 657px;
}

.w-657p {
  width: 657px;
}

.min_w-657p {
  min-width: 657px;
}

.min_h-657p {
  min-height: 657px;
}

.max_w-657p {
  max-width: 657px;
}

.max_h-657p {
  max-height: 657px;
}

.h-658p {
  height: 658px;
}

.w-658p {
  width: 658px;
}

.min_w-658p {
  min-width: 658px;
}

.min_h-658p {
  min-height: 658px;
}

.max_w-658p {
  max-width: 658px;
}

.max_h-658p {
  max-height: 658px;
}

.h-659p {
  height: 659px;
}

.w-659p {
  width: 659px;
}

.min_w-659p {
  min-width: 659px;
}

.min_h-659p {
  min-height: 659px;
}

.max_w-659p {
  max-width: 659px;
}

.max_h-659p {
  max-height: 659px;
}

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

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

.min_w-660p {
  min-width: 660px;
}

.min_h-660p {
  min-height: 660px;
}

.max_w-660p {
  max-width: 660px;
}

.max_h-660p {
  max-height: 660px;
}

.h-661p {
  height: 661px;
}

.w-661p {
  width: 661px;
}

.min_w-661p {
  min-width: 661px;
}

.min_h-661p {
  min-height: 661px;
}

.max_w-661p {
  max-width: 661px;
}

.max_h-661p {
  max-height: 661px;
}

.h-662p {
  height: 662px;
}

.w-662p {
  width: 662px;
}

.min_w-662p {
  min-width: 662px;
}

.min_h-662p {
  min-height: 662px;
}

.max_w-662p {
  max-width: 662px;
}

.max_h-662p {
  max-height: 662px;
}

.h-663p {
  height: 663px;
}

.w-663p {
  width: 663px;
}

.min_w-663p {
  min-width: 663px;
}

.min_h-663p {
  min-height: 663px;
}

.max_w-663p {
  max-width: 663px;
}

.max_h-663p {
  max-height: 663px;
}

.h-664p {
  height: 664px;
}

.w-664p {
  width: 664px;
}

.min_w-664p {
  min-width: 664px;
}

.min_h-664p {
  min-height: 664px;
}

.max_w-664p {
  max-width: 664px;
}

.max_h-664p {
  max-height: 664px;
}

.h-665p {
  height: 665px;
}

.w-665p {
  width: 665px;
}

.min_w-665p {
  min-width: 665px;
}

.min_h-665p {
  min-height: 665px;
}

.max_w-665p {
  max-width: 665px;
}

.max_h-665p {
  max-height: 665px;
}

.h-666p {
  height: 666px;
}

.w-666p {
  width: 666px;
}

.min_w-666p {
  min-width: 666px;
}

.min_h-666p {
  min-height: 666px;
}

.max_w-666p {
  max-width: 666px;
}

.max_h-666p {
  max-height: 666px;
}

.h-667p {
  height: 667px;
}

.w-667p {
  width: 667px;
}

.min_w-667p {
  min-width: 667px;
}

.min_h-667p {
  min-height: 667px;
}

.max_w-667p {
  max-width: 667px;
}

.max_h-667p {
  max-height: 667px;
}

.h-668p {
  height: 668px;
}

.w-668p {
  width: 668px;
}

.min_w-668p {
  min-width: 668px;
}

.min_h-668p {
  min-height: 668px;
}

.max_w-668p {
  max-width: 668px;
}

.max_h-668p {
  max-height: 668px;
}

.h-669p {
  height: 669px;
}

.w-669p {
  width: 669px;
}

.min_w-669p {
  min-width: 669px;
}

.min_h-669p {
  min-height: 669px;
}

.max_w-669p {
  max-width: 669px;
}

.max_h-669p {
  max-height: 669px;
}

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

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

.min_w-670p {
  min-width: 670px;
}

.min_h-670p {
  min-height: 670px;
}

.max_w-670p {
  max-width: 670px;
}

.max_h-670p {
  max-height: 670px;
}

.h-671p {
  height: 671px;
}

.w-671p {
  width: 671px;
}

.min_w-671p {
  min-width: 671px;
}

.min_h-671p {
  min-height: 671px;
}

.max_w-671p {
  max-width: 671px;
}

.max_h-671p {
  max-height: 671px;
}

.h-672p {
  height: 672px;
}

.w-672p {
  width: 672px;
}

.min_w-672p {
  min-width: 672px;
}

.min_h-672p {
  min-height: 672px;
}

.max_w-672p {
  max-width: 672px;
}

.max_h-672p {
  max-height: 672px;
}

.h-673p {
  height: 673px;
}

.w-673p {
  width: 673px;
}

.min_w-673p {
  min-width: 673px;
}

.min_h-673p {
  min-height: 673px;
}

.max_w-673p {
  max-width: 673px;
}

.max_h-673p {
  max-height: 673px;
}

.h-674p {
  height: 674px;
}

.w-674p {
  width: 674px;
}

.min_w-674p {
  min-width: 674px;
}

.min_h-674p {
  min-height: 674px;
}

.max_w-674p {
  max-width: 674px;
}

.max_h-674p {
  max-height: 674px;
}

.h-675p {
  height: 675px;
}

.w-675p {
  width: 675px;
}

.min_w-675p {
  min-width: 675px;
}

.min_h-675p {
  min-height: 675px;
}

.max_w-675p {
  max-width: 675px;
}

.max_h-675p {
  max-height: 675px;
}

.h-676p {
  height: 676px;
}

.w-676p {
  width: 676px;
}

.min_w-676p {
  min-width: 676px;
}

.min_h-676p {
  min-height: 676px;
}

.max_w-676p {
  max-width: 676px;
}

.max_h-676p {
  max-height: 676px;
}

.h-677p {
  height: 677px;
}

.w-677p {
  width: 677px;
}

.min_w-677p {
  min-width: 677px;
}

.min_h-677p {
  min-height: 677px;
}

.max_w-677p {
  max-width: 677px;
}

.max_h-677p {
  max-height: 677px;
}

.h-678p {
  height: 678px;
}

.w-678p {
  width: 678px;
}

.min_w-678p {
  min-width: 678px;
}

.min_h-678p {
  min-height: 678px;
}

.max_w-678p {
  max-width: 678px;
}

.max_h-678p {
  max-height: 678px;
}

.h-679p {
  height: 679px;
}

.w-679p {
  width: 679px;
}

.min_w-679p {
  min-width: 679px;
}

.min_h-679p {
  min-height: 679px;
}

.max_w-679p {
  max-width: 679px;
}

.max_h-679p {
  max-height: 679px;
}

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

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

.min_w-680p {
  min-width: 680px;
}

.min_h-680p {
  min-height: 680px;
}

.max_w-680p {
  max-width: 680px;
}

.max_h-680p {
  max-height: 680px;
}

.h-681p {
  height: 681px;
}

.w-681p {
  width: 681px;
}

.min_w-681p {
  min-width: 681px;
}

.min_h-681p {
  min-height: 681px;
}

.max_w-681p {
  max-width: 681px;
}

.max_h-681p {
  max-height: 681px;
}

.h-682p {
  height: 682px;
}

.w-682p {
  width: 682px;
}

.min_w-682p {
  min-width: 682px;
}

.min_h-682p {
  min-height: 682px;
}

.max_w-682p {
  max-width: 682px;
}

.max_h-682p {
  max-height: 682px;
}

.h-683p {
  height: 683px;
}

.w-683p {
  width: 683px;
}

.min_w-683p {
  min-width: 683px;
}

.min_h-683p {
  min-height: 683px;
}

.max_w-683p {
  max-width: 683px;
}

.max_h-683p {
  max-height: 683px;
}

.h-684p {
  height: 684px;
}

.w-684p {
  width: 684px;
}

.min_w-684p {
  min-width: 684px;
}

.min_h-684p {
  min-height: 684px;
}

.max_w-684p {
  max-width: 684px;
}

.max_h-684p {
  max-height: 684px;
}

.h-685p {
  height: 685px;
}

.w-685p {
  width: 685px;
}

.min_w-685p {
  min-width: 685px;
}

.min_h-685p {
  min-height: 685px;
}

.max_w-685p {
  max-width: 685px;
}

.max_h-685p {
  max-height: 685px;
}

.h-686p {
  height: 686px;
}

.w-686p {
  width: 686px;
}

.min_w-686p {
  min-width: 686px;
}

.min_h-686p {
  min-height: 686px;
}

.max_w-686p {
  max-width: 686px;
}

.max_h-686p {
  max-height: 686px;
}

.h-687p {
  height: 687px;
}

.w-687p {
  width: 687px;
}

.min_w-687p {
  min-width: 687px;
}

.min_h-687p {
  min-height: 687px;
}

.max_w-687p {
  max-width: 687px;
}

.max_h-687p {
  max-height: 687px;
}

.h-688p {
  height: 688px;
}

.w-688p {
  width: 688px;
}

.min_w-688p {
  min-width: 688px;
}

.min_h-688p {
  min-height: 688px;
}

.max_w-688p {
  max-width: 688px;
}

.max_h-688p {
  max-height: 688px;
}

.h-689p {
  height: 689px;
}

.w-689p {
  width: 689px;
}

.min_w-689p {
  min-width: 689px;
}

.min_h-689p {
  min-height: 689px;
}

.max_w-689p {
  max-width: 689px;
}

.max_h-689p {
  max-height: 689px;
}

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

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

.min_w-690p {
  min-width: 690px;
}

.min_h-690p {
  min-height: 690px;
}

.max_w-690p {
  max-width: 690px;
}

.max_h-690p {
  max-height: 690px;
}

.h-691p {
  height: 691px;
}

.w-691p {
  width: 691px;
}

.min_w-691p {
  min-width: 691px;
}

.min_h-691p {
  min-height: 691px;
}

.max_w-691p {
  max-width: 691px;
}

.max_h-691p {
  max-height: 691px;
}

.h-692p {
  height: 692px;
}

.w-692p {
  width: 692px;
}

.min_w-692p {
  min-width: 692px;
}

.min_h-692p {
  min-height: 692px;
}

.max_w-692p {
  max-width: 692px;
}

.max_h-692p {
  max-height: 692px;
}

.h-693p {
  height: 693px;
}

.w-693p {
  width: 693px;
}

.min_w-693p {
  min-width: 693px;
}

.min_h-693p {
  min-height: 693px;
}

.max_w-693p {
  max-width: 693px;
}

.max_h-693p {
  max-height: 693px;
}

.h-694p {
  height: 694px;
}

.w-694p {
  width: 694px;
}

.min_w-694p {
  min-width: 694px;
}

.min_h-694p {
  min-height: 694px;
}

.max_w-694p {
  max-width: 694px;
}

.max_h-694p {
  max-height: 694px;
}

.h-695p {
  height: 695px;
}

.w-695p {
  width: 695px;
}

.min_w-695p {
  min-width: 695px;
}

.min_h-695p {
  min-height: 695px;
}

.max_w-695p {
  max-width: 695px;
}

.max_h-695p {
  max-height: 695px;
}

.h-696p {
  height: 696px;
}

.w-696p {
  width: 696px;
}

.min_w-696p {
  min-width: 696px;
}

.min_h-696p {
  min-height: 696px;
}

.max_w-696p {
  max-width: 696px;
}

.max_h-696p {
  max-height: 696px;
}

.h-697p {
  height: 697px;
}

.w-697p {
  width: 697px;
}

.min_w-697p {
  min-width: 697px;
}

.min_h-697p {
  min-height: 697px;
}

.max_w-697p {
  max-width: 697px;
}

.max_h-697p {
  max-height: 697px;
}

.h-698p {
  height: 698px;
}

.w-698p {
  width: 698px;
}

.min_w-698p {
  min-width: 698px;
}

.min_h-698p {
  min-height: 698px;
}

.max_w-698p {
  max-width: 698px;
}

.max_h-698p {
  max-height: 698px;
}

.h-699p {
  height: 699px;
}

.w-699p {
  width: 699px;
}

.min_w-699p {
  min-width: 699px;
}

.min_h-699p {
  min-height: 699px;
}

.max_w-699p {
  max-width: 699px;
}

.max_h-699p {
  max-height: 699px;
}

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

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

.min_w-700p {
  min-width: 700px;
}

.min_h-700p {
  min-height: 700px;
}

.max_w-700p {
  max-width: 700px;
}

.max_h-700p {
  max-height: 700px;
}

.h-701p {
  height: 701px;
}

.w-701p {
  width: 701px;
}

.min_w-701p {
  min-width: 701px;
}

.min_h-701p {
  min-height: 701px;
}

.max_w-701p {
  max-width: 701px;
}

.max_h-701p {
  max-height: 701px;
}

.h-702p {
  height: 702px;
}

.w-702p {
  width: 702px;
}

.min_w-702p {
  min-width: 702px;
}

.min_h-702p {
  min-height: 702px;
}

.max_w-702p {
  max-width: 702px;
}

.max_h-702p {
  max-height: 702px;
}

.h-703p {
  height: 703px;
}

.w-703p {
  width: 703px;
}

.min_w-703p {
  min-width: 703px;
}

.min_h-703p {
  min-height: 703px;
}

.max_w-703p {
  max-width: 703px;
}

.max_h-703p {
  max-height: 703px;
}

.h-704p {
  height: 704px;
}

.w-704p {
  width: 704px;
}

.min_w-704p {
  min-width: 704px;
}

.min_h-704p {
  min-height: 704px;
}

.max_w-704p {
  max-width: 704px;
}

.max_h-704p {
  max-height: 704px;
}

.h-705p {
  height: 705px;
}

.w-705p {
  width: 705px;
}

.min_w-705p {
  min-width: 705px;
}

.min_h-705p {
  min-height: 705px;
}

.max_w-705p {
  max-width: 705px;
}

.max_h-705p {
  max-height: 705px;
}

.h-706p {
  height: 706px;
}

.w-706p {
  width: 706px;
}

.min_w-706p {
  min-width: 706px;
}

.min_h-706p {
  min-height: 706px;
}

.max_w-706p {
  max-width: 706px;
}

.max_h-706p {
  max-height: 706px;
}

.h-707p {
  height: 707px;
}

.w-707p {
  width: 707px;
}

.min_w-707p {
  min-width: 707px;
}

.min_h-707p {
  min-height: 707px;
}

.max_w-707p {
  max-width: 707px;
}

.max_h-707p {
  max-height: 707px;
}

.h-708p {
  height: 708px;
}

.w-708p {
  width: 708px;
}

.min_w-708p {
  min-width: 708px;
}

.min_h-708p {
  min-height: 708px;
}

.max_w-708p {
  max-width: 708px;
}

.max_h-708p {
  max-height: 708px;
}

.h-709p {
  height: 709px;
}

.w-709p {
  width: 709px;
}

.min_w-709p {
  min-width: 709px;
}

.min_h-709p {
  min-height: 709px;
}

.max_w-709p {
  max-width: 709px;
}

.max_h-709p {
  max-height: 709px;
}

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

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

.min_w-710p {
  min-width: 710px;
}

.min_h-710p {
  min-height: 710px;
}

.max_w-710p {
  max-width: 710px;
}

.max_h-710p {
  max-height: 710px;
}

.h-711p {
  height: 711px;
}

.w-711p {
  width: 711px;
}

.min_w-711p {
  min-width: 711px;
}

.min_h-711p {
  min-height: 711px;
}

.max_w-711p {
  max-width: 711px;
}

.max_h-711p {
  max-height: 711px;
}

.h-712p {
  height: 712px;
}

.w-712p {
  width: 712px;
}

.min_w-712p {
  min-width: 712px;
}

.min_h-712p {
  min-height: 712px;
}

.max_w-712p {
  max-width: 712px;
}

.max_h-712p {
  max-height: 712px;
}

.h-713p {
  height: 713px;
}

.w-713p {
  width: 713px;
}

.min_w-713p {
  min-width: 713px;
}

.min_h-713p {
  min-height: 713px;
}

.max_w-713p {
  max-width: 713px;
}

.max_h-713p {
  max-height: 713px;
}

.h-714p {
  height: 714px;
}

.w-714p {
  width: 714px;
}

.min_w-714p {
  min-width: 714px;
}

.min_h-714p {
  min-height: 714px;
}

.max_w-714p {
  max-width: 714px;
}

.max_h-714p {
  max-height: 714px;
}

.h-715p {
  height: 715px;
}

.w-715p {
  width: 715px;
}

.min_w-715p {
  min-width: 715px;
}

.min_h-715p {
  min-height: 715px;
}

.max_w-715p {
  max-width: 715px;
}

.max_h-715p {
  max-height: 715px;
}

.h-716p {
  height: 716px;
}

.w-716p {
  width: 716px;
}

.min_w-716p {
  min-width: 716px;
}

.min_h-716p {
  min-height: 716px;
}

.max_w-716p {
  max-width: 716px;
}

.max_h-716p {
  max-height: 716px;
}

.h-717p {
  height: 717px;
}

.w-717p {
  width: 717px;
}

.min_w-717p {
  min-width: 717px;
}

.min_h-717p {
  min-height: 717px;
}

.max_w-717p {
  max-width: 717px;
}

.max_h-717p {
  max-height: 717px;
}

.h-718p {
  height: 718px;
}

.w-718p {
  width: 718px;
}

.min_w-718p {
  min-width: 718px;
}

.min_h-718p {
  min-height: 718px;
}

.max_w-718p {
  max-width: 718px;
}

.max_h-718p {
  max-height: 718px;
}

.h-719p {
  height: 719px;
}

.w-719p {
  width: 719px;
}

.min_w-719p {
  min-width: 719px;
}

.min_h-719p {
  min-height: 719px;
}

.max_w-719p {
  max-width: 719px;
}

.max_h-719p {
  max-height: 719px;
}

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

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

.min_w-720p {
  min-width: 720px;
}

.min_h-720p {
  min-height: 720px;
}

.max_w-720p {
  max-width: 720px;
}

.max_h-720p {
  max-height: 720px;
}

.h-721p {
  height: 721px;
}

.w-721p {
  width: 721px;
}

.min_w-721p {
  min-width: 721px;
}

.min_h-721p {
  min-height: 721px;
}

.max_w-721p {
  max-width: 721px;
}

.max_h-721p {
  max-height: 721px;
}

.h-722p {
  height: 722px;
}

.w-722p {
  width: 722px;
}

.min_w-722p {
  min-width: 722px;
}

.min_h-722p {
  min-height: 722px;
}

.max_w-722p {
  max-width: 722px;
}

.max_h-722p {
  max-height: 722px;
}

.h-723p {
  height: 723px;
}

.w-723p {
  width: 723px;
}

.min_w-723p {
  min-width: 723px;
}

.min_h-723p {
  min-height: 723px;
}

.max_w-723p {
  max-width: 723px;
}

.max_h-723p {
  max-height: 723px;
}

.h-724p {
  height: 724px;
}

.w-724p {
  width: 724px;
}

.min_w-724p {
  min-width: 724px;
}

.min_h-724p {
  min-height: 724px;
}

.max_w-724p {
  max-width: 724px;
}

.max_h-724p {
  max-height: 724px;
}

.h-725p {
  height: 725px;
}

.w-725p {
  width: 725px;
}

.min_w-725p {
  min-width: 725px;
}

.min_h-725p {
  min-height: 725px;
}

.max_w-725p {
  max-width: 725px;
}

.max_h-725p {
  max-height: 725px;
}

.h-726p {
  height: 726px;
}

.w-726p {
  width: 726px;
}

.min_w-726p {
  min-width: 726px;
}

.min_h-726p {
  min-height: 726px;
}

.max_w-726p {
  max-width: 726px;
}

.max_h-726p {
  max-height: 726px;
}

.h-727p {
  height: 727px;
}

.w-727p {
  width: 727px;
}

.min_w-727p {
  min-width: 727px;
}

.min_h-727p {
  min-height: 727px;
}

.max_w-727p {
  max-width: 727px;
}

.max_h-727p {
  max-height: 727px;
}

.h-728p {
  height: 728px;
}

.w-728p {
  width: 728px;
}

.min_w-728p {
  min-width: 728px;
}

.min_h-728p {
  min-height: 728px;
}

.max_w-728p {
  max-width: 728px;
}

.max_h-728p {
  max-height: 728px;
}

.h-729p {
  height: 729px;
}

.w-729p {
  width: 729px;
}

.min_w-729p {
  min-width: 729px;
}

.min_h-729p {
  min-height: 729px;
}

.max_w-729p {
  max-width: 729px;
}

.max_h-729p {
  max-height: 729px;
}

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

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

.min_w-730p {
  min-width: 730px;
}

.min_h-730p {
  min-height: 730px;
}

.max_w-730p {
  max-width: 730px;
}

.max_h-730p {
  max-height: 730px;
}

.h-731p {
  height: 731px;
}

.w-731p {
  width: 731px;
}

.min_w-731p {
  min-width: 731px;
}

.min_h-731p {
  min-height: 731px;
}

.max_w-731p {
  max-width: 731px;
}

.max_h-731p {
  max-height: 731px;
}

.h-732p {
  height: 732px;
}

.w-732p {
  width: 732px;
}

.min_w-732p {
  min-width: 732px;
}

.min_h-732p {
  min-height: 732px;
}

.max_w-732p {
  max-width: 732px;
}

.max_h-732p {
  max-height: 732px;
}

.h-733p {
  height: 733px;
}

.w-733p {
  width: 733px;
}

.min_w-733p {
  min-width: 733px;
}

.min_h-733p {
  min-height: 733px;
}

.max_w-733p {
  max-width: 733px;
}

.max_h-733p {
  max-height: 733px;
}

.h-734p {
  height: 734px;
}

.w-734p {
  width: 734px;
}

.min_w-734p {
  min-width: 734px;
}

.min_h-734p {
  min-height: 734px;
}

.max_w-734p {
  max-width: 734px;
}

.max_h-734p {
  max-height: 734px;
}

.h-735p {
  height: 735px;
}

.w-735p {
  width: 735px;
}

.min_w-735p {
  min-width: 735px;
}

.min_h-735p {
  min-height: 735px;
}

.max_w-735p {
  max-width: 735px;
}

.max_h-735p {
  max-height: 735px;
}

.h-736p {
  height: 736px;
}

.w-736p {
  width: 736px;
}

.min_w-736p {
  min-width: 736px;
}

.min_h-736p {
  min-height: 736px;
}

.max_w-736p {
  max-width: 736px;
}

.max_h-736p {
  max-height: 736px;
}

.h-737p {
  height: 737px;
}

.w-737p {
  width: 737px;
}

.min_w-737p {
  min-width: 737px;
}

.min_h-737p {
  min-height: 737px;
}

.max_w-737p {
  max-width: 737px;
}

.max_h-737p {
  max-height: 737px;
}

.h-738p {
  height: 738px;
}

.w-738p {
  width: 738px;
}

.min_w-738p {
  min-width: 738px;
}

.min_h-738p {
  min-height: 738px;
}

.max_w-738p {
  max-width: 738px;
}

.max_h-738p {
  max-height: 738px;
}

.h-739p {
  height: 739px;
}

.w-739p {
  width: 739px;
}

.min_w-739p {
  min-width: 739px;
}

.min_h-739p {
  min-height: 739px;
}

.max_w-739p {
  max-width: 739px;
}

.max_h-739p {
  max-height: 739px;
}

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

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

.min_w-740p {
  min-width: 740px;
}

.min_h-740p {
  min-height: 740px;
}

.max_w-740p {
  max-width: 740px;
}

.max_h-740p {
  max-height: 740px;
}

.h-741p {
  height: 741px;
}

.w-741p {
  width: 741px;
}

.min_w-741p {
  min-width: 741px;
}

.min_h-741p {
  min-height: 741px;
}

.max_w-741p {
  max-width: 741px;
}

.max_h-741p {
  max-height: 741px;
}

.h-742p {
  height: 742px;
}

.w-742p {
  width: 742px;
}

.min_w-742p {
  min-width: 742px;
}

.min_h-742p {
  min-height: 742px;
}

.max_w-742p {
  max-width: 742px;
}

.max_h-742p {
  max-height: 742px;
}

.h-743p {
  height: 743px;
}

.w-743p {
  width: 743px;
}

.min_w-743p {
  min-width: 743px;
}

.min_h-743p {
  min-height: 743px;
}

.max_w-743p {
  max-width: 743px;
}

.max_h-743p {
  max-height: 743px;
}

.h-744p {
  height: 744px;
}

.w-744p {
  width: 744px;
}

.min_w-744p {
  min-width: 744px;
}

.min_h-744p {
  min-height: 744px;
}

.max_w-744p {
  max-width: 744px;
}

.max_h-744p {
  max-height: 744px;
}

.h-745p {
  height: 745px;
}

.w-745p {
  width: 745px;
}

.min_w-745p {
  min-width: 745px;
}

.min_h-745p {
  min-height: 745px;
}

.max_w-745p {
  max-width: 745px;
}

.max_h-745p {
  max-height: 745px;
}

.h-746p {
  height: 746px;
}

.w-746p {
  width: 746px;
}

.min_w-746p {
  min-width: 746px;
}

.min_h-746p {
  min-height: 746px;
}

.max_w-746p {
  max-width: 746px;
}

.max_h-746p {
  max-height: 746px;
}

.h-747p {
  height: 747px;
}

.w-747p {
  width: 747px;
}

.min_w-747p {
  min-width: 747px;
}

.min_h-747p {
  min-height: 747px;
}

.max_w-747p {
  max-width: 747px;
}

.max_h-747p {
  max-height: 747px;
}

.h-748p {
  height: 748px;
}

.w-748p {
  width: 748px;
}

.min_w-748p {
  min-width: 748px;
}

.min_h-748p {
  min-height: 748px;
}

.max_w-748p {
  max-width: 748px;
}

.max_h-748p {
  max-height: 748px;
}

.h-749p {
  height: 749px;
}

.w-749p {
  width: 749px;
}

.min_w-749p {
  min-width: 749px;
}

.min_h-749p {
  min-height: 749px;
}

.max_w-749p {
  max-width: 749px;
}

.max_h-749p {
  max-height: 749px;
}

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

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

.min_w-750p {
  min-width: 750px;
}

.min_h-750p {
  min-height: 750px;
}

.max_w-750p {
  max-width: 750px;
}

.max_h-750p {
  max-height: 750px;
}

.h-751p {
  height: 751px;
}

.w-751p {
  width: 751px;
}

.min_w-751p {
  min-width: 751px;
}

.min_h-751p {
  min-height: 751px;
}

.max_w-751p {
  max-width: 751px;
}

.max_h-751p {
  max-height: 751px;
}

.h-752p {
  height: 752px;
}

.w-752p {
  width: 752px;
}

.min_w-752p {
  min-width: 752px;
}

.min_h-752p {
  min-height: 752px;
}

.max_w-752p {
  max-width: 752px;
}

.max_h-752p {
  max-height: 752px;
}

.h-753p {
  height: 753px;
}

.w-753p {
  width: 753px;
}

.min_w-753p {
  min-width: 753px;
}

.min_h-753p {
  min-height: 753px;
}

.max_w-753p {
  max-width: 753px;
}

.max_h-753p {
  max-height: 753px;
}

.h-754p {
  height: 754px;
}

.w-754p {
  width: 754px;
}

.min_w-754p {
  min-width: 754px;
}

.min_h-754p {
  min-height: 754px;
}

.max_w-754p {
  max-width: 754px;
}

.max_h-754p {
  max-height: 754px;
}

.h-755p {
  height: 755px;
}

.w-755p {
  width: 755px;
}

.min_w-755p {
  min-width: 755px;
}

.min_h-755p {
  min-height: 755px;
}

.max_w-755p {
  max-width: 755px;
}

.max_h-755p {
  max-height: 755px;
}

.h-756p {
  height: 756px;
}

.w-756p {
  width: 756px;
}

.min_w-756p {
  min-width: 756px;
}

.min_h-756p {
  min-height: 756px;
}

.max_w-756p {
  max-width: 756px;
}

.max_h-756p {
  max-height: 756px;
}

.h-757p {
  height: 757px;
}

.w-757p {
  width: 757px;
}

.min_w-757p {
  min-width: 757px;
}

.min_h-757p {
  min-height: 757px;
}

.max_w-757p {
  max-width: 757px;
}

.max_h-757p {
  max-height: 757px;
}

.h-758p {
  height: 758px;
}

.w-758p {
  width: 758px;
}

.min_w-758p {
  min-width: 758px;
}

.min_h-758p {
  min-height: 758px;
}

.max_w-758p {
  max-width: 758px;
}

.max_h-758p {
  max-height: 758px;
}

.h-759p {
  height: 759px;
}

.w-759p {
  width: 759px;
}

.min_w-759p {
  min-width: 759px;
}

.min_h-759p {
  min-height: 759px;
}

.max_w-759p {
  max-width: 759px;
}

.max_h-759p {
  max-height: 759px;
}

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

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

.min_w-760p {
  min-width: 760px;
}

.min_h-760p {
  min-height: 760px;
}

.max_w-760p {
  max-width: 760px;
}

.max_h-760p {
  max-height: 760px;
}

.h-761p {
  height: 761px;
}

.w-761p {
  width: 761px;
}

.min_w-761p {
  min-width: 761px;
}

.min_h-761p {
  min-height: 761px;
}

.max_w-761p {
  max-width: 761px;
}

.max_h-761p {
  max-height: 761px;
}

.h-762p {
  height: 762px;
}

.w-762p {
  width: 762px;
}

.min_w-762p {
  min-width: 762px;
}

.min_h-762p {
  min-height: 762px;
}

.max_w-762p {
  max-width: 762px;
}

.max_h-762p {
  max-height: 762px;
}

.h-763p {
  height: 763px;
}

.w-763p {
  width: 763px;
}

.min_w-763p {
  min-width: 763px;
}

.min_h-763p {
  min-height: 763px;
}

.max_w-763p {
  max-width: 763px;
}

.max_h-763p {
  max-height: 763px;
}

.h-764p {
  height: 764px;
}

.w-764p {
  width: 764px;
}

.min_w-764p {
  min-width: 764px;
}

.min_h-764p {
  min-height: 764px;
}

.max_w-764p {
  max-width: 764px;
}

.max_h-764p {
  max-height: 764px;
}

.h-765p {
  height: 765px;
}

.w-765p {
  width: 765px;
}

.min_w-765p {
  min-width: 765px;
}

.min_h-765p {
  min-height: 765px;
}

.max_w-765p {
  max-width: 765px;
}

.max_h-765p {
  max-height: 765px;
}

.h-766p {
  height: 766px;
}

.w-766p {
  width: 766px;
}

.min_w-766p {
  min-width: 766px;
}

.min_h-766p {
  min-height: 766px;
}

.max_w-766p {
  max-width: 766px;
}

.max_h-766p {
  max-height: 766px;
}

.h-767p {
  height: 767px;
}

.w-767p {
  width: 767px;
}

.min_w-767p {
  min-width: 767px;
}

.min_h-767p {
  min-height: 767px;
}

.max_w-767p {
  max-width: 767px;
}

.max_h-767p {
  max-height: 767px;
}

.h-768p {
  height: 768px;
}

.w-768p {
  width: 768px;
}

.min_w-768p {
  min-width: 768px;
}

.min_h-768p {
  min-height: 768px;
}

.max_w-768p {
  max-width: 768px;
}

.max_h-768p {
  max-height: 768px;
}

.h-769p {
  height: 769px;
}

.w-769p {
  width: 769px;
}

.min_w-769p {
  min-width: 769px;
}

.min_h-769p {
  min-height: 769px;
}

.max_w-769p {
  max-width: 769px;
}

.max_h-769p {
  max-height: 769px;
}

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

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

.min_w-770p {
  min-width: 770px;
}

.min_h-770p {
  min-height: 770px;
}

.max_w-770p {
  max-width: 770px;
}

.max_h-770p {
  max-height: 770px;
}

.h-771p {
  height: 771px;
}

.w-771p {
  width: 771px;
}

.min_w-771p {
  min-width: 771px;
}

.min_h-771p {
  min-height: 771px;
}

.max_w-771p {
  max-width: 771px;
}

.max_h-771p {
  max-height: 771px;
}

.h-772p {
  height: 772px;
}

.w-772p {
  width: 772px;
}

.min_w-772p {
  min-width: 772px;
}

.min_h-772p {
  min-height: 772px;
}

.max_w-772p {
  max-width: 772px;
}

.max_h-772p {
  max-height: 772px;
}

.h-773p {
  height: 773px;
}

.w-773p {
  width: 773px;
}

.min_w-773p {
  min-width: 773px;
}

.min_h-773p {
  min-height: 773px;
}

.max_w-773p {
  max-width: 773px;
}

.max_h-773p {
  max-height: 773px;
}

.h-774p {
  height: 774px;
}

.w-774p {
  width: 774px;
}

.min_w-774p {
  min-width: 774px;
}

.min_h-774p {
  min-height: 774px;
}

.max_w-774p {
  max-width: 774px;
}

.max_h-774p {
  max-height: 774px;
}

.h-775p {
  height: 775px;
}

.w-775p {
  width: 775px;
}

.min_w-775p {
  min-width: 775px;
}

.min_h-775p {
  min-height: 775px;
}

.max_w-775p {
  max-width: 775px;
}

.max_h-775p {
  max-height: 775px;
}

.h-776p {
  height: 776px;
}

.w-776p {
  width: 776px;
}

.min_w-776p {
  min-width: 776px;
}

.min_h-776p {
  min-height: 776px;
}

.max_w-776p {
  max-width: 776px;
}

.max_h-776p {
  max-height: 776px;
}

.h-777p {
  height: 777px;
}

.w-777p {
  width: 777px;
}

.min_w-777p {
  min-width: 777px;
}

.min_h-777p {
  min-height: 777px;
}

.max_w-777p {
  max-width: 777px;
}

.max_h-777p {
  max-height: 777px;
}

.h-778p {
  height: 778px;
}

.w-778p {
  width: 778px;
}

.min_w-778p {
  min-width: 778px;
}

.min_h-778p {
  min-height: 778px;
}

.max_w-778p {
  max-width: 778px;
}

.max_h-778p {
  max-height: 778px;
}

.h-779p {
  height: 779px;
}

.w-779p {
  width: 779px;
}

.min_w-779p {
  min-width: 779px;
}

.min_h-779p {
  min-height: 779px;
}

.max_w-779p {
  max-width: 779px;
}

.max_h-779p {
  max-height: 779px;
}

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

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

.min_w-780p {
  min-width: 780px;
}

.min_h-780p {
  min-height: 780px;
}

.max_w-780p {
  max-width: 780px;
}

.max_h-780p {
  max-height: 780px;
}

.h-781p {
  height: 781px;
}

.w-781p {
  width: 781px;
}

.min_w-781p {
  min-width: 781px;
}

.min_h-781p {
  min-height: 781px;
}

.max_w-781p {
  max-width: 781px;
}

.max_h-781p {
  max-height: 781px;
}

.h-782p {
  height: 782px;
}

.w-782p {
  width: 782px;
}

.min_w-782p {
  min-width: 782px;
}

.min_h-782p {
  min-height: 782px;
}

.max_w-782p {
  max-width: 782px;
}

.max_h-782p {
  max-height: 782px;
}

.h-783p {
  height: 783px;
}

.w-783p {
  width: 783px;
}

.min_w-783p {
  min-width: 783px;
}

.min_h-783p {
  min-height: 783px;
}

.max_w-783p {
  max-width: 783px;
}

.max_h-783p {
  max-height: 783px;
}

.h-784p {
  height: 784px;
}

.w-784p {
  width: 784px;
}

.min_w-784p {
  min-width: 784px;
}

.min_h-784p {
  min-height: 784px;
}

.max_w-784p {
  max-width: 784px;
}

.max_h-784p {
  max-height: 784px;
}

.h-785p {
  height: 785px;
}

.w-785p {
  width: 785px;
}

.min_w-785p {
  min-width: 785px;
}

.min_h-785p {
  min-height: 785px;
}

.max_w-785p {
  max-width: 785px;
}

.max_h-785p {
  max-height: 785px;
}

.h-786p {
  height: 786px;
}

.w-786p {
  width: 786px;
}

.min_w-786p {
  min-width: 786px;
}

.min_h-786p {
  min-height: 786px;
}

.max_w-786p {
  max-width: 786px;
}

.max_h-786p {
  max-height: 786px;
}

.h-787p {
  height: 787px;
}

.w-787p {
  width: 787px;
}

.min_w-787p {
  min-width: 787px;
}

.min_h-787p {
  min-height: 787px;
}

.max_w-787p {
  max-width: 787px;
}

.max_h-787p {
  max-height: 787px;
}

.h-788p {
  height: 788px;
}

.w-788p {
  width: 788px;
}

.min_w-788p {
  min-width: 788px;
}

.min_h-788p {
  min-height: 788px;
}

.max_w-788p {
  max-width: 788px;
}

.max_h-788p {
  max-height: 788px;
}

.h-789p {
  height: 789px;
}

.w-789p {
  width: 789px;
}

.min_w-789p {
  min-width: 789px;
}

.min_h-789p {
  min-height: 789px;
}

.max_w-789p {
  max-width: 789px;
}

.max_h-789p {
  max-height: 789px;
}

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

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

.min_w-790p {
  min-width: 790px;
}

.min_h-790p {
  min-height: 790px;
}

.max_w-790p {
  max-width: 790px;
}

.max_h-790p {
  max-height: 790px;
}

.h-791p {
  height: 791px;
}

.w-791p {
  width: 791px;
}

.min_w-791p {
  min-width: 791px;
}

.min_h-791p {
  min-height: 791px;
}

.max_w-791p {
  max-width: 791px;
}

.max_h-791p {
  max-height: 791px;
}

.h-792p {
  height: 792px;
}

.w-792p {
  width: 792px;
}

.min_w-792p {
  min-width: 792px;
}

.min_h-792p {
  min-height: 792px;
}

.max_w-792p {
  max-width: 792px;
}

.max_h-792p {
  max-height: 792px;
}

.h-793p {
  height: 793px;
}

.w-793p {
  width: 793px;
}

.min_w-793p {
  min-width: 793px;
}

.min_h-793p {
  min-height: 793px;
}

.max_w-793p {
  max-width: 793px;
}

.max_h-793p {
  max-height: 793px;
}

.h-794p {
  height: 794px;
}

.w-794p {
  width: 794px;
}

.min_w-794p {
  min-width: 794px;
}

.min_h-794p {
  min-height: 794px;
}

.max_w-794p {
  max-width: 794px;
}

.max_h-794p {
  max-height: 794px;
}

.h-795p {
  height: 795px;
}

.w-795p {
  width: 795px;
}

.min_w-795p {
  min-width: 795px;
}

.min_h-795p {
  min-height: 795px;
}

.max_w-795p {
  max-width: 795px;
}

.max_h-795p {
  max-height: 795px;
}

.h-796p {
  height: 796px;
}

.w-796p {
  width: 796px;
}

.min_w-796p {
  min-width: 796px;
}

.min_h-796p {
  min-height: 796px;
}

.max_w-796p {
  max-width: 796px;
}

.max_h-796p {
  max-height: 796px;
}

.h-797p {
  height: 797px;
}

.w-797p {
  width: 797px;
}

.min_w-797p {
  min-width: 797px;
}

.min_h-797p {
  min-height: 797px;
}

.max_w-797p {
  max-width: 797px;
}

.max_h-797p {
  max-height: 797px;
}

.h-798p {
  height: 798px;
}

.w-798p {
  width: 798px;
}

.min_w-798p {
  min-width: 798px;
}

.min_h-798p {
  min-height: 798px;
}

.max_w-798p {
  max-width: 798px;
}

.max_h-798p {
  max-height: 798px;
}

.h-799p {
  height: 799px;
}

.w-799p {
  width: 799px;
}

.min_w-799p {
  min-width: 799px;
}

.min_h-799p {
  min-height: 799px;
}

.max_w-799p {
  max-width: 799px;
}

.max_h-799p {
  max-height: 799px;
}

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

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

.min_w-800p {
  min-width: 800px;
}

.min_h-800p {
  min-height: 800px;
}

.max_w-800p {
  max-width: 800px;
}

.max_h-800p {
  max-height: 800px;
}

.h-801p {
  height: 801px;
}

.w-801p {
  width: 801px;
}

.min_w-801p {
  min-width: 801px;
}

.min_h-801p {
  min-height: 801px;
}

.max_w-801p {
  max-width: 801px;
}

.max_h-801p {
  max-height: 801px;
}

.h-802p {
  height: 802px;
}

.w-802p {
  width: 802px;
}

.min_w-802p {
  min-width: 802px;
}

.min_h-802p {
  min-height: 802px;
}

.max_w-802p {
  max-width: 802px;
}

.max_h-802p {
  max-height: 802px;
}

.h-803p {
  height: 803px;
}

.w-803p {
  width: 803px;
}

.min_w-803p {
  min-width: 803px;
}

.min_h-803p {
  min-height: 803px;
}

.max_w-803p {
  max-width: 803px;
}

.max_h-803p {
  max-height: 803px;
}

.h-804p {
  height: 804px;
}

.w-804p {
  width: 804px;
}

.min_w-804p {
  min-width: 804px;
}

.min_h-804p {
  min-height: 804px;
}

.max_w-804p {
  max-width: 804px;
}

.max_h-804p {
  max-height: 804px;
}

.h-805p {
  height: 805px;
}

.w-805p {
  width: 805px;
}

.min_w-805p {
  min-width: 805px;
}

.min_h-805p {
  min-height: 805px;
}

.max_w-805p {
  max-width: 805px;
}

.max_h-805p {
  max-height: 805px;
}

.h-806p {
  height: 806px;
}

.w-806p {
  width: 806px;
}

.min_w-806p {
  min-width: 806px;
}

.min_h-806p {
  min-height: 806px;
}

.max_w-806p {
  max-width: 806px;
}

.max_h-806p {
  max-height: 806px;
}

.h-807p {
  height: 807px;
}

.w-807p {
  width: 807px;
}

.min_w-807p {
  min-width: 807px;
}

.min_h-807p {
  min-height: 807px;
}

.max_w-807p {
  max-width: 807px;
}

.max_h-807p {
  max-height: 807px;
}

.h-808p {
  height: 808px;
}

.w-808p {
  width: 808px;
}

.min_w-808p {
  min-width: 808px;
}

.min_h-808p {
  min-height: 808px;
}

.max_w-808p {
  max-width: 808px;
}

.max_h-808p {
  max-height: 808px;
}

.h-809p {
  height: 809px;
}

.w-809p {
  width: 809px;
}

.min_w-809p {
  min-width: 809px;
}

.min_h-809p {
  min-height: 809px;
}

.max_w-809p {
  max-width: 809px;
}

.max_h-809p {
  max-height: 809px;
}

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

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

.min_w-810p {
  min-width: 810px;
}

.min_h-810p {
  min-height: 810px;
}

.max_w-810p {
  max-width: 810px;
}

.max_h-810p {
  max-height: 810px;
}

.h-811p {
  height: 811px;
}

.w-811p {
  width: 811px;
}

.min_w-811p {
  min-width: 811px;
}

.min_h-811p {
  min-height: 811px;
}

.max_w-811p {
  max-width: 811px;
}

.max_h-811p {
  max-height: 811px;
}

.h-812p {
  height: 812px;
}

.w-812p {
  width: 812px;
}

.min_w-812p {
  min-width: 812px;
}

.min_h-812p {
  min-height: 812px;
}

.max_w-812p {
  max-width: 812px;
}

.max_h-812p {
  max-height: 812px;
}

.h-813p {
  height: 813px;
}

.w-813p {
  width: 813px;
}

.min_w-813p {
  min-width: 813px;
}

.min_h-813p {
  min-height: 813px;
}

.max_w-813p {
  max-width: 813px;
}

.max_h-813p {
  max-height: 813px;
}

.h-814p {
  height: 814px;
}

.w-814p {
  width: 814px;
}

.min_w-814p {
  min-width: 814px;
}

.min_h-814p {
  min-height: 814px;
}

.max_w-814p {
  max-width: 814px;
}

.max_h-814p {
  max-height: 814px;
}

.h-815p {
  height: 815px;
}

.w-815p {
  width: 815px;
}

.min_w-815p {
  min-width: 815px;
}

.min_h-815p {
  min-height: 815px;
}

.max_w-815p {
  max-width: 815px;
}

.max_h-815p {
  max-height: 815px;
}

.h-816p {
  height: 816px;
}

.w-816p {
  width: 816px;
}

.min_w-816p {
  min-width: 816px;
}

.min_h-816p {
  min-height: 816px;
}

.max_w-816p {
  max-width: 816px;
}

.max_h-816p {
  max-height: 816px;
}

.h-817p {
  height: 817px;
}

.w-817p {
  width: 817px;
}

.min_w-817p {
  min-width: 817px;
}

.min_h-817p {
  min-height: 817px;
}

.max_w-817p {
  max-width: 817px;
}

.max_h-817p {
  max-height: 817px;
}

.h-818p {
  height: 818px;
}

.w-818p {
  width: 818px;
}

.min_w-818p {
  min-width: 818px;
}

.min_h-818p {
  min-height: 818px;
}

.max_w-818p {
  max-width: 818px;
}

.max_h-818p {
  max-height: 818px;
}

.h-819p {
  height: 819px;
}

.w-819p {
  width: 819px;
}

.min_w-819p {
  min-width: 819px;
}

.min_h-819p {
  min-height: 819px;
}

.max_w-819p {
  max-width: 819px;
}

.max_h-819p {
  max-height: 819px;
}

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

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

.min_w-820p {
  min-width: 820px;
}

.min_h-820p {
  min-height: 820px;
}

.max_w-820p {
  max-width: 820px;
}

.max_h-820p {
  max-height: 820px;
}

.h-821p {
  height: 821px;
}

.w-821p {
  width: 821px;
}

.min_w-821p {
  min-width: 821px;
}

.min_h-821p {
  min-height: 821px;
}

.max_w-821p {
  max-width: 821px;
}

.max_h-821p {
  max-height: 821px;
}

.h-822p {
  height: 822px;
}

.w-822p {
  width: 822px;
}

.min_w-822p {
  min-width: 822px;
}

.min_h-822p {
  min-height: 822px;
}

.max_w-822p {
  max-width: 822px;
}

.max_h-822p {
  max-height: 822px;
}

.h-823p {
  height: 823px;
}

.w-823p {
  width: 823px;
}

.min_w-823p {
  min-width: 823px;
}

.min_h-823p {
  min-height: 823px;
}

.max_w-823p {
  max-width: 823px;
}

.max_h-823p {
  max-height: 823px;
}

.h-824p {
  height: 824px;
}

.w-824p {
  width: 824px;
}

.min_w-824p {
  min-width: 824px;
}

.min_h-824p {
  min-height: 824px;
}

.max_w-824p {
  max-width: 824px;
}

.max_h-824p {
  max-height: 824px;
}

.h-825p {
  height: 825px;
}

.w-825p {
  width: 825px;
}

.min_w-825p {
  min-width: 825px;
}

.min_h-825p {
  min-height: 825px;
}

.max_w-825p {
  max-width: 825px;
}

.max_h-825p {
  max-height: 825px;
}

.h-826p {
  height: 826px;
}

.w-826p {
  width: 826px;
}

.min_w-826p {
  min-width: 826px;
}

.min_h-826p {
  min-height: 826px;
}

.max_w-826p {
  max-width: 826px;
}

.max_h-826p {
  max-height: 826px;
}

.h-827p {
  height: 827px;
}

.w-827p {
  width: 827px;
}

.min_w-827p {
  min-width: 827px;
}

.min_h-827p {
  min-height: 827px;
}

.max_w-827p {
  max-width: 827px;
}

.max_h-827p {
  max-height: 827px;
}

.h-828p {
  height: 828px;
}

.w-828p {
  width: 828px;
}

.min_w-828p {
  min-width: 828px;
}

.min_h-828p {
  min-height: 828px;
}

.max_w-828p {
  max-width: 828px;
}

.max_h-828p {
  max-height: 828px;
}

.h-829p {
  height: 829px;
}

.w-829p {
  width: 829px;
}

.min_w-829p {
  min-width: 829px;
}

.min_h-829p {
  min-height: 829px;
}

.max_w-829p {
  max-width: 829px;
}

.max_h-829p {
  max-height: 829px;
}

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

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

.min_w-830p {
  min-width: 830px;
}

.min_h-830p {
  min-height: 830px;
}

.max_w-830p {
  max-width: 830px;
}

.max_h-830p {
  max-height: 830px;
}

.h-831p {
  height: 831px;
}

.w-831p {
  width: 831px;
}

.min_w-831p {
  min-width: 831px;
}

.min_h-831p {
  min-height: 831px;
}

.max_w-831p {
  max-width: 831px;
}

.max_h-831p {
  max-height: 831px;
}

.h-832p {
  height: 832px;
}

.w-832p {
  width: 832px;
}

.min_w-832p {
  min-width: 832px;
}

.min_h-832p {
  min-height: 832px;
}

.max_w-832p {
  max-width: 832px;
}

.max_h-832p {
  max-height: 832px;
}

.h-833p {
  height: 833px;
}

.w-833p {
  width: 833px;
}

.min_w-833p {
  min-width: 833px;
}

.min_h-833p {
  min-height: 833px;
}

.max_w-833p {
  max-width: 833px;
}

.max_h-833p {
  max-height: 833px;
}

.h-834p {
  height: 834px;
}

.w-834p {
  width: 834px;
}

.min_w-834p {
  min-width: 834px;
}

.min_h-834p {
  min-height: 834px;
}

.max_w-834p {
  max-width: 834px;
}

.max_h-834p {
  max-height: 834px;
}

.h-835p {
  height: 835px;
}

.w-835p {
  width: 835px;
}

.min_w-835p {
  min-width: 835px;
}

.min_h-835p {
  min-height: 835px;
}

.max_w-835p {
  max-width: 835px;
}

.max_h-835p {
  max-height: 835px;
}

.h-836p {
  height: 836px;
}

.w-836p {
  width: 836px;
}

.min_w-836p {
  min-width: 836px;
}

.min_h-836p {
  min-height: 836px;
}

.max_w-836p {
  max-width: 836px;
}

.max_h-836p {
  max-height: 836px;
}

.h-837p {
  height: 837px;
}

.w-837p {
  width: 837px;
}

.min_w-837p {
  min-width: 837px;
}

.min_h-837p {
  min-height: 837px;
}

.max_w-837p {
  max-width: 837px;
}

.max_h-837p {
  max-height: 837px;
}

.h-838p {
  height: 838px;
}

.w-838p {
  width: 838px;
}

.min_w-838p {
  min-width: 838px;
}

.min_h-838p {
  min-height: 838px;
}

.max_w-838p {
  max-width: 838px;
}

.max_h-838p {
  max-height: 838px;
}

.h-839p {
  height: 839px;
}

.w-839p {
  width: 839px;
}

.min_w-839p {
  min-width: 839px;
}

.min_h-839p {
  min-height: 839px;
}

.max_w-839p {
  max-width: 839px;
}

.max_h-839p {
  max-height: 839px;
}

.h-840p {
  height: 840px;
}

.w-840p {
  width: 840px;
}

.min_w-840p {
  min-width: 840px;
}

.min_h-840p {
  min-height: 840px;
}

.max_w-840p {
  max-width: 840px;
}

.max_h-840p {
  max-height: 840px;
}

.h-841p {
  height: 841px;
}

.w-841p {
  width: 841px;
}

.min_w-841p {
  min-width: 841px;
}

.min_h-841p {
  min-height: 841px;
}

.max_w-841p {
  max-width: 841px;
}

.max_h-841p {
  max-height: 841px;
}

.h-842p {
  height: 842px;
}

.w-842p {
  width: 842px;
}

.min_w-842p {
  min-width: 842px;
}

.min_h-842p {
  min-height: 842px;
}

.max_w-842p {
  max-width: 842px;
}

.max_h-842p {
  max-height: 842px;
}

.h-843p {
  height: 843px;
}

.w-843p {
  width: 843px;
}

.min_w-843p {
  min-width: 843px;
}

.min_h-843p {
  min-height: 843px;
}

.max_w-843p {
  max-width: 843px;
}

.max_h-843p {
  max-height: 843px;
}

.h-844p {
  height: 844px;
}

.w-844p {
  width: 844px;
}

.min_w-844p {
  min-width: 844px;
}

.min_h-844p {
  min-height: 844px;
}

.max_w-844p {
  max-width: 844px;
}

.max_h-844p {
  max-height: 844px;
}

.h-845p {
  height: 845px;
}

.w-845p {
  width: 845px;
}

.min_w-845p {
  min-width: 845px;
}

.min_h-845p {
  min-height: 845px;
}

.max_w-845p {
  max-width: 845px;
}

.max_h-845p {
  max-height: 845px;
}

.h-846p {
  height: 846px;
}

.w-846p {
  width: 846px;
}

.min_w-846p {
  min-width: 846px;
}

.min_h-846p {
  min-height: 846px;
}

.max_w-846p {
  max-width: 846px;
}

.max_h-846p {
  max-height: 846px;
}

.h-847p {
  height: 847px;
}

.w-847p {
  width: 847px;
}

.min_w-847p {
  min-width: 847px;
}

.min_h-847p {
  min-height: 847px;
}

.max_w-847p {
  max-width: 847px;
}

.max_h-847p {
  max-height: 847px;
}

.h-848p {
  height: 848px;
}

.w-848p {
  width: 848px;
}

.min_w-848p {
  min-width: 848px;
}

.min_h-848p {
  min-height: 848px;
}

.max_w-848p {
  max-width: 848px;
}

.max_h-848p {
  max-height: 848px;
}

.h-849p {
  height: 849px;
}

.w-849p {
  width: 849px;
}

.min_w-849p {
  min-width: 849px;
}

.min_h-849p {
  min-height: 849px;
}

.max_w-849p {
  max-width: 849px;
}

.max_h-849p {
  max-height: 849px;
}

.h-850p {
  height: 850px;
}

.w-850p {
  width: 850px;
}

.min_w-850p {
  min-width: 850px;
}

.min_h-850p {
  min-height: 850px;
}

.max_w-850p {
  max-width: 850px;
}

.max_h-850p {
  max-height: 850px;
}

.h-851p {
  height: 851px;
}

.w-851p {
  width: 851px;
}

.min_w-851p {
  min-width: 851px;
}

.min_h-851p {
  min-height: 851px;
}

.max_w-851p {
  max-width: 851px;
}

.max_h-851p {
  max-height: 851px;
}

.h-852p {
  height: 852px;
}

.w-852p {
  width: 852px;
}

.min_w-852p {
  min-width: 852px;
}

.min_h-852p {
  min-height: 852px;
}

.max_w-852p {
  max-width: 852px;
}

.max_h-852p {
  max-height: 852px;
}

.h-853p {
  height: 853px;
}

.w-853p {
  width: 853px;
}

.min_w-853p {
  min-width: 853px;
}

.min_h-853p {
  min-height: 853px;
}

.max_w-853p {
  max-width: 853px;
}

.max_h-853p {
  max-height: 853px;
}

.h-854p {
  height: 854px;
}

.w-854p {
  width: 854px;
}

.min_w-854p {
  min-width: 854px;
}

.min_h-854p {
  min-height: 854px;
}

.max_w-854p {
  max-width: 854px;
}

.max_h-854p {
  max-height: 854px;
}

.h-855p {
  height: 855px;
}

.w-855p {
  width: 855px;
}

.min_w-855p {
  min-width: 855px;
}

.min_h-855p {
  min-height: 855px;
}

.max_w-855p {
  max-width: 855px;
}

.max_h-855p {
  max-height: 855px;
}

.h-856p {
  height: 856px;
}

.w-856p {
  width: 856px;
}

.min_w-856p {
  min-width: 856px;
}

.min_h-856p {
  min-height: 856px;
}

.max_w-856p {
  max-width: 856px;
}

.max_h-856p {
  max-height: 856px;
}

.h-857p {
  height: 857px;
}

.w-857p {
  width: 857px;
}

.min_w-857p {
  min-width: 857px;
}

.min_h-857p {
  min-height: 857px;
}

.max_w-857p {
  max-width: 857px;
}

.max_h-857p {
  max-height: 857px;
}

.h-858p {
  height: 858px;
}

.w-858p {
  width: 858px;
}

.min_w-858p {
  min-width: 858px;
}

.min_h-858p {
  min-height: 858px;
}

.max_w-858p {
  max-width: 858px;
}

.max_h-858p {
  max-height: 858px;
}

.h-859p {
  height: 859px;
}

.w-859p {
  width: 859px;
}

.min_w-859p {
  min-width: 859px;
}

.min_h-859p {
  min-height: 859px;
}

.max_w-859p {
  max-width: 859px;
}

.max_h-859p {
  max-height: 859px;
}

.h-860p {
  height: 860px;
}

.w-860p {
  width: 860px;
}

.min_w-860p {
  min-width: 860px;
}

.min_h-860p {
  min-height: 860px;
}

.max_w-860p {
  max-width: 860px;
}

.max_h-860p {
  max-height: 860px;
}

.h-861p {
  height: 861px;
}

.w-861p {
  width: 861px;
}

.min_w-861p {
  min-width: 861px;
}

.min_h-861p {
  min-height: 861px;
}

.max_w-861p {
  max-width: 861px;
}

.max_h-861p {
  max-height: 861px;
}

.h-862p {
  height: 862px;
}

.w-862p {
  width: 862px;
}

.min_w-862p {
  min-width: 862px;
}

.min_h-862p {
  min-height: 862px;
}

.max_w-862p {
  max-width: 862px;
}

.max_h-862p {
  max-height: 862px;
}

.h-863p {
  height: 863px;
}

.w-863p {
  width: 863px;
}

.min_w-863p {
  min-width: 863px;
}

.min_h-863p {
  min-height: 863px;
}

.max_w-863p {
  max-width: 863px;
}

.max_h-863p {
  max-height: 863px;
}

.h-864p {
  height: 864px;
}

.w-864p {
  width: 864px;
}

.min_w-864p {
  min-width: 864px;
}

.min_h-864p {
  min-height: 864px;
}

.max_w-864p {
  max-width: 864px;
}

.max_h-864p {
  max-height: 864px;
}

.h-865p {
  height: 865px;
}

.w-865p {
  width: 865px;
}

.min_w-865p {
  min-width: 865px;
}

.min_h-865p {
  min-height: 865px;
}

.max_w-865p {
  max-width: 865px;
}

.max_h-865p {
  max-height: 865px;
}

.h-866p {
  height: 866px;
}

.w-866p {
  width: 866px;
}

.min_w-866p {
  min-width: 866px;
}

.min_h-866p {
  min-height: 866px;
}

.max_w-866p {
  max-width: 866px;
}

.max_h-866p {
  max-height: 866px;
}

.h-867p {
  height: 867px;
}

.w-867p {
  width: 867px;
}

.min_w-867p {
  min-width: 867px;
}

.min_h-867p {
  min-height: 867px;
}

.max_w-867p {
  max-width: 867px;
}

.max_h-867p {
  max-height: 867px;
}

.h-868p {
  height: 868px;
}

.w-868p {
  width: 868px;
}

.min_w-868p {
  min-width: 868px;
}

.min_h-868p {
  min-height: 868px;
}

.max_w-868p {
  max-width: 868px;
}

.max_h-868p {
  max-height: 868px;
}

.h-869p {
  height: 869px;
}

.w-869p {
  width: 869px;
}

.min_w-869p {
  min-width: 869px;
}

.min_h-869p {
  min-height: 869px;
}

.max_w-869p {
  max-width: 869px;
}

.max_h-869p {
  max-height: 869px;
}

.h-870p {
  height: 870px;
}

.w-870p {
  width: 870px;
}

.min_w-870p {
  min-width: 870px;
}

.min_h-870p {
  min-height: 870px;
}

.max_w-870p {
  max-width: 870px;
}

.max_h-870p {
  max-height: 870px;
}

.h-871p {
  height: 871px;
}

.w-871p {
  width: 871px;
}

.min_w-871p {
  min-width: 871px;
}

.min_h-871p {
  min-height: 871px;
}

.max_w-871p {
  max-width: 871px;
}

.max_h-871p {
  max-height: 871px;
}

.h-872p {
  height: 872px;
}

.w-872p {
  width: 872px;
}

.min_w-872p {
  min-width: 872px;
}

.min_h-872p {
  min-height: 872px;
}

.max_w-872p {
  max-width: 872px;
}

.max_h-872p {
  max-height: 872px;
}

.h-873p {
  height: 873px;
}

.w-873p {
  width: 873px;
}

.min_w-873p {
  min-width: 873px;
}

.min_h-873p {
  min-height: 873px;
}

.max_w-873p {
  max-width: 873px;
}

.max_h-873p {
  max-height: 873px;
}

.h-874p {
  height: 874px;
}

.w-874p {
  width: 874px;
}

.min_w-874p {
  min-width: 874px;
}

.min_h-874p {
  min-height: 874px;
}

.max_w-874p {
  max-width: 874px;
}

.max_h-874p {
  max-height: 874px;
}

.h-875p {
  height: 875px;
}

.w-875p {
  width: 875px;
}

.min_w-875p {
  min-width: 875px;
}

.min_h-875p {
  min-height: 875px;
}

.max_w-875p {
  max-width: 875px;
}

.max_h-875p {
  max-height: 875px;
}

.h-876p {
  height: 876px;
}

.w-876p {
  width: 876px;
}

.min_w-876p {
  min-width: 876px;
}

.min_h-876p {
  min-height: 876px;
}

.max_w-876p {
  max-width: 876px;
}

.max_h-876p {
  max-height: 876px;
}

.h-877p {
  height: 877px;
}

.w-877p {
  width: 877px;
}

.min_w-877p {
  min-width: 877px;
}

.min_h-877p {
  min-height: 877px;
}

.max_w-877p {
  max-width: 877px;
}

.max_h-877p {
  max-height: 877px;
}

.h-878p {
  height: 878px;
}

.w-878p {
  width: 878px;
}

.min_w-878p {
  min-width: 878px;
}

.min_h-878p {
  min-height: 878px;
}

.max_w-878p {
  max-width: 878px;
}

.max_h-878p {
  max-height: 878px;
}

.h-879p {
  height: 879px;
}

.w-879p {
  width: 879px;
}

.min_w-879p {
  min-width: 879px;
}

.min_h-879p {
  min-height: 879px;
}

.max_w-879p {
  max-width: 879px;
}

.max_h-879p {
  max-height: 879px;
}

.h-880p {
  height: 880px;
}

.w-880p {
  width: 880px;
}

.min_w-880p {
  min-width: 880px;
}

.min_h-880p {
  min-height: 880px;
}

.max_w-880p {
  max-width: 880px;
}

.max_h-880p {
  max-height: 880px;
}

.h-881p {
  height: 881px;
}

.w-881p {
  width: 881px;
}

.min_w-881p {
  min-width: 881px;
}

.min_h-881p {
  min-height: 881px;
}

.max_w-881p {
  max-width: 881px;
}

.max_h-881p {
  max-height: 881px;
}

.h-882p {
  height: 882px;
}

.w-882p {
  width: 882px;
}

.min_w-882p {
  min-width: 882px;
}

.min_h-882p {
  min-height: 882px;
}

.max_w-882p {
  max-width: 882px;
}

.max_h-882p {
  max-height: 882px;
}

.h-883p {
  height: 883px;
}

.w-883p {
  width: 883px;
}

.min_w-883p {
  min-width: 883px;
}

.min_h-883p {
  min-height: 883px;
}

.max_w-883p {
  max-width: 883px;
}

.max_h-883p {
  max-height: 883px;
}

.h-884p {
  height: 884px;
}

.w-884p {
  width: 884px;
}

.min_w-884p {
  min-width: 884px;
}

.min_h-884p {
  min-height: 884px;
}

.max_w-884p {
  max-width: 884px;
}

.max_h-884p {
  max-height: 884px;
}

.h-885p {
  height: 885px;
}

.w-885p {
  width: 885px;
}

.min_w-885p {
  min-width: 885px;
}

.min_h-885p {
  min-height: 885px;
}

.max_w-885p {
  max-width: 885px;
}

.max_h-885p {
  max-height: 885px;
}

.h-886p {
  height: 886px;
}

.w-886p {
  width: 886px;
}

.min_w-886p {
  min-width: 886px;
}

.min_h-886p {
  min-height: 886px;
}

.max_w-886p {
  max-width: 886px;
}

.max_h-886p {
  max-height: 886px;
}

.h-887p {
  height: 887px;
}

.w-887p {
  width: 887px;
}

.min_w-887p {
  min-width: 887px;
}

.min_h-887p {
  min-height: 887px;
}

.max_w-887p {
  max-width: 887px;
}

.max_h-887p {
  max-height: 887px;
}

.h-888p {
  height: 888px;
}

.w-888p {
  width: 888px;
}

.min_w-888p {
  min-width: 888px;
}

.min_h-888p {
  min-height: 888px;
}

.max_w-888p {
  max-width: 888px;
}

.max_h-888p {
  max-height: 888px;
}

.h-889p {
  height: 889px;
}

.w-889p {
  width: 889px;
}

.min_w-889p {
  min-width: 889px;
}

.min_h-889p {
  min-height: 889px;
}

.max_w-889p {
  max-width: 889px;
}

.max_h-889p {
  max-height: 889px;
}

.h-890p {
  height: 890px;
}

.w-890p {
  width: 890px;
}

.min_w-890p {
  min-width: 890px;
}

.min_h-890p {
  min-height: 890px;
}

.max_w-890p {
  max-width: 890px;
}

.max_h-890p {
  max-height: 890px;
}

.h-891p {
  height: 891px;
}

.w-891p {
  width: 891px;
}

.min_w-891p {
  min-width: 891px;
}

.min_h-891p {
  min-height: 891px;
}

.max_w-891p {
  max-width: 891px;
}

.max_h-891p {
  max-height: 891px;
}

.h-892p {
  height: 892px;
}

.w-892p {
  width: 892px;
}

.min_w-892p {
  min-width: 892px;
}

.min_h-892p {
  min-height: 892px;
}

.max_w-892p {
  max-width: 892px;
}

.max_h-892p {
  max-height: 892px;
}

.h-893p {
  height: 893px;
}

.w-893p {
  width: 893px;
}

.min_w-893p {
  min-width: 893px;
}

.min_h-893p {
  min-height: 893px;
}

.max_w-893p {
  max-width: 893px;
}

.max_h-893p {
  max-height: 893px;
}

.h-894p {
  height: 894px;
}

.w-894p {
  width: 894px;
}

.min_w-894p {
  min-width: 894px;
}

.min_h-894p {
  min-height: 894px;
}

.max_w-894p {
  max-width: 894px;
}

.max_h-894p {
  max-height: 894px;
}

.h-895p {
  height: 895px;
}

.w-895p {
  width: 895px;
}

.min_w-895p {
  min-width: 895px;
}

.min_h-895p {
  min-height: 895px;
}

.max_w-895p {
  max-width: 895px;
}

.max_h-895p {
  max-height: 895px;
}

.h-896p {
  height: 896px;
}

.w-896p {
  width: 896px;
}

.min_w-896p {
  min-width: 896px;
}

.min_h-896p {
  min-height: 896px;
}

.max_w-896p {
  max-width: 896px;
}

.max_h-896p {
  max-height: 896px;
}

.h-897p {
  height: 897px;
}

.w-897p {
  width: 897px;
}

.min_w-897p {
  min-width: 897px;
}

.min_h-897p {
  min-height: 897px;
}

.max_w-897p {
  max-width: 897px;
}

.max_h-897p {
  max-height: 897px;
}

.h-898p {
  height: 898px;
}

.w-898p {
  width: 898px;
}

.min_w-898p {
  min-width: 898px;
}

.min_h-898p {
  min-height: 898px;
}

.max_w-898p {
  max-width: 898px;
}

.max_h-898p {
  max-height: 898px;
}

.h-899p {
  height: 899px;
}

.w-899p {
  width: 899px;
}

.min_w-899p {
  min-width: 899px;
}

.min_h-899p {
  min-height: 899px;
}

.max_w-899p {
  max-width: 899px;
}

.max_h-899p {
  max-height: 899px;
}

.h-900p {
  height: 900px;
}

.w-900p {
  width: 900px;
}

.min_w-900p {
  min-width: 900px;
}

.min_h-900p {
  min-height: 900px;
}

.max_w-900p {
  max-width: 900px;
}

.max_h-900p {
  max-height: 900px;
}

.h-901p {
  height: 901px;
}

.w-901p {
  width: 901px;
}

.min_w-901p {
  min-width: 901px;
}

.min_h-901p {
  min-height: 901px;
}

.max_w-901p {
  max-width: 901px;
}

.max_h-901p {
  max-height: 901px;
}

.h-902p {
  height: 902px;
}

.w-902p {
  width: 902px;
}

.min_w-902p {
  min-width: 902px;
}

.min_h-902p {
  min-height: 902px;
}

.max_w-902p {
  max-width: 902px;
}

.max_h-902p {
  max-height: 902px;
}

.h-903p {
  height: 903px;
}

.w-903p {
  width: 903px;
}

.min_w-903p {
  min-width: 903px;
}

.min_h-903p {
  min-height: 903px;
}

.max_w-903p {
  max-width: 903px;
}

.max_h-903p {
  max-height: 903px;
}

.h-904p {
  height: 904px;
}

.w-904p {
  width: 904px;
}

.min_w-904p {
  min-width: 904px;
}

.min_h-904p {
  min-height: 904px;
}

.max_w-904p {
  max-width: 904px;
}

.max_h-904p {
  max-height: 904px;
}

.h-905p {
  height: 905px;
}

.w-905p {
  width: 905px;
}

.min_w-905p {
  min-width: 905px;
}

.min_h-905p {
  min-height: 905px;
}

.max_w-905p {
  max-width: 905px;
}

.max_h-905p {
  max-height: 905px;
}

.h-906p {
  height: 906px;
}

.w-906p {
  width: 906px;
}

.min_w-906p {
  min-width: 906px;
}

.min_h-906p {
  min-height: 906px;
}

.max_w-906p {
  max-width: 906px;
}

.max_h-906p {
  max-height: 906px;
}

.h-907p {
  height: 907px;
}

.w-907p {
  width: 907px;
}

.min_w-907p {
  min-width: 907px;
}

.min_h-907p {
  min-height: 907px;
}

.max_w-907p {
  max-width: 907px;
}

.max_h-907p {
  max-height: 907px;
}

.h-908p {
  height: 908px;
}

.w-908p {
  width: 908px;
}

.min_w-908p {
  min-width: 908px;
}

.min_h-908p {
  min-height: 908px;
}

.max_w-908p {
  max-width: 908px;
}

.max_h-908p {
  max-height: 908px;
}

.h-909p {
  height: 909px;
}

.w-909p {
  width: 909px;
}

.min_w-909p {
  min-width: 909px;
}

.min_h-909p {
  min-height: 909px;
}

.max_w-909p {
  max-width: 909px;
}

.max_h-909p {
  max-height: 909px;
}

.h-910p {
  height: 910px;
}

.w-910p {
  width: 910px;
}

.min_w-910p {
  min-width: 910px;
}

.min_h-910p {
  min-height: 910px;
}

.max_w-910p {
  max-width: 910px;
}

.max_h-910p {
  max-height: 910px;
}

.h-911p {
  height: 911px;
}

.w-911p {
  width: 911px;
}

.min_w-911p {
  min-width: 911px;
}

.min_h-911p {
  min-height: 911px;
}

.max_w-911p {
  max-width: 911px;
}

.max_h-911p {
  max-height: 911px;
}

.h-912p {
  height: 912px;
}

.w-912p {
  width: 912px;
}

.min_w-912p {
  min-width: 912px;
}

.min_h-912p {
  min-height: 912px;
}

.max_w-912p {
  max-width: 912px;
}

.max_h-912p {
  max-height: 912px;
}

.h-913p {
  height: 913px;
}

.w-913p {
  width: 913px;
}

.min_w-913p {
  min-width: 913px;
}

.min_h-913p {
  min-height: 913px;
}

.max_w-913p {
  max-width: 913px;
}

.max_h-913p {
  max-height: 913px;
}

.h-914p {
  height: 914px;
}

.w-914p {
  width: 914px;
}

.min_w-914p {
  min-width: 914px;
}

.min_h-914p {
  min-height: 914px;
}

.max_w-914p {
  max-width: 914px;
}

.max_h-914p {
  max-height: 914px;
}

.h-915p {
  height: 915px;
}

.w-915p {
  width: 915px;
}

.min_w-915p {
  min-width: 915px;
}

.min_h-915p {
  min-height: 915px;
}

.max_w-915p {
  max-width: 915px;
}

.max_h-915p {
  max-height: 915px;
}

.h-916p {
  height: 916px;
}

.w-916p {
  width: 916px;
}

.min_w-916p {
  min-width: 916px;
}

.min_h-916p {
  min-height: 916px;
}

.max_w-916p {
  max-width: 916px;
}

.max_h-916p {
  max-height: 916px;
}

.h-917p {
  height: 917px;
}

.w-917p {
  width: 917px;
}

.min_w-917p {
  min-width: 917px;
}

.min_h-917p {
  min-height: 917px;
}

.max_w-917p {
  max-width: 917px;
}

.max_h-917p {
  max-height: 917px;
}

.h-918p {
  height: 918px;
}

.w-918p {
  width: 918px;
}

.min_w-918p {
  min-width: 918px;
}

.min_h-918p {
  min-height: 918px;
}

.max_w-918p {
  max-width: 918px;
}

.max_h-918p {
  max-height: 918px;
}

.h-919p {
  height: 919px;
}

.w-919p {
  width: 919px;
}

.min_w-919p {
  min-width: 919px;
}

.min_h-919p {
  min-height: 919px;
}

.max_w-919p {
  max-width: 919px;
}

.max_h-919p {
  max-height: 919px;
}

.h-920p {
  height: 920px;
}

.w-920p {
  width: 920px;
}

.min_w-920p {
  min-width: 920px;
}

.min_h-920p {
  min-height: 920px;
}

.max_w-920p {
  max-width: 920px;
}

.max_h-920p {
  max-height: 920px;
}

.h-921p {
  height: 921px;
}

.w-921p {
  width: 921px;
}

.min_w-921p {
  min-width: 921px;
}

.min_h-921p {
  min-height: 921px;
}

.max_w-921p {
  max-width: 921px;
}

.max_h-921p {
  max-height: 921px;
}

.h-922p {
  height: 922px;
}

.w-922p {
  width: 922px;
}

.min_w-922p {
  min-width: 922px;
}

.min_h-922p {
  min-height: 922px;
}

.max_w-922p {
  max-width: 922px;
}

.max_h-922p {
  max-height: 922px;
}

.h-923p {
  height: 923px;
}

.w-923p {
  width: 923px;
}

.min_w-923p {
  min-width: 923px;
}

.min_h-923p {
  min-height: 923px;
}

.max_w-923p {
  max-width: 923px;
}

.max_h-923p {
  max-height: 923px;
}

.h-924p {
  height: 924px;
}

.w-924p {
  width: 924px;
}

.min_w-924p {
  min-width: 924px;
}

.min_h-924p {
  min-height: 924px;
}

.max_w-924p {
  max-width: 924px;
}

.max_h-924p {
  max-height: 924px;
}

.h-925p {
  height: 925px;
}

.w-925p {
  width: 925px;
}

.min_w-925p {
  min-width: 925px;
}

.min_h-925p {
  min-height: 925px;
}

.max_w-925p {
  max-width: 925px;
}

.max_h-925p {
  max-height: 925px;
}

.h-926p {
  height: 926px;
}

.w-926p {
  width: 926px;
}

.min_w-926p {
  min-width: 926px;
}

.min_h-926p {
  min-height: 926px;
}

.max_w-926p {
  max-width: 926px;
}

.max_h-926p {
  max-height: 926px;
}

.h-927p {
  height: 927px;
}

.w-927p {
  width: 927px;
}

.min_w-927p {
  min-width: 927px;
}

.min_h-927p {
  min-height: 927px;
}

.max_w-927p {
  max-width: 927px;
}

.max_h-927p {
  max-height: 927px;
}

.h-928p {
  height: 928px;
}

.w-928p {
  width: 928px;
}

.min_w-928p {
  min-width: 928px;
}

.min_h-928p {
  min-height: 928px;
}

.max_w-928p {
  max-width: 928px;
}

.max_h-928p {
  max-height: 928px;
}

.h-929p {
  height: 929px;
}

.w-929p {
  width: 929px;
}

.min_w-929p {
  min-width: 929px;
}

.min_h-929p {
  min-height: 929px;
}

.max_w-929p {
  max-width: 929px;
}

.max_h-929p {
  max-height: 929px;
}

.h-930p {
  height: 930px;
}

.w-930p {
  width: 930px;
}

.min_w-930p {
  min-width: 930px;
}

.min_h-930p {
  min-height: 930px;
}

.max_w-930p {
  max-width: 930px;
}

.max_h-930p {
  max-height: 930px;
}

.h-931p {
  height: 931px;
}

.w-931p {
  width: 931px;
}

.min_w-931p {
  min-width: 931px;
}

.min_h-931p {
  min-height: 931px;
}

.max_w-931p {
  max-width: 931px;
}

.max_h-931p {
  max-height: 931px;
}

.h-932p {
  height: 932px;
}

.w-932p {
  width: 932px;
}

.min_w-932p {
  min-width: 932px;
}

.min_h-932p {
  min-height: 932px;
}

.max_w-932p {
  max-width: 932px;
}

.max_h-932p {
  max-height: 932px;
}

.h-933p {
  height: 933px;
}

.w-933p {
  width: 933px;
}

.min_w-933p {
  min-width: 933px;
}

.min_h-933p {
  min-height: 933px;
}

.max_w-933p {
  max-width: 933px;
}

.max_h-933p {
  max-height: 933px;
}

.h-934p {
  height: 934px;
}

.w-934p {
  width: 934px;
}

.min_w-934p {
  min-width: 934px;
}

.min_h-934p {
  min-height: 934px;
}

.max_w-934p {
  max-width: 934px;
}

.max_h-934p {
  max-height: 934px;
}

.h-935p {
  height: 935px;
}

.w-935p {
  width: 935px;
}

.min_w-935p {
  min-width: 935px;
}

.min_h-935p {
  min-height: 935px;
}

.max_w-935p {
  max-width: 935px;
}

.max_h-935p {
  max-height: 935px;
}

.h-936p {
  height: 936px;
}

.w-936p {
  width: 936px;
}

.min_w-936p {
  min-width: 936px;
}

.min_h-936p {
  min-height: 936px;
}

.max_w-936p {
  max-width: 936px;
}

.max_h-936p {
  max-height: 936px;
}

.h-937p {
  height: 937px;
}

.w-937p {
  width: 937px;
}

.min_w-937p {
  min-width: 937px;
}

.min_h-937p {
  min-height: 937px;
}

.max_w-937p {
  max-width: 937px;
}

.max_h-937p {
  max-height: 937px;
}

.h-938p {
  height: 938px;
}

.w-938p {
  width: 938px;
}

.min_w-938p {
  min-width: 938px;
}

.min_h-938p {
  min-height: 938px;
}

.max_w-938p {
  max-width: 938px;
}

.max_h-938p {
  max-height: 938px;
}

.h-939p {
  height: 939px;
}

.w-939p {
  width: 939px;
}

.min_w-939p {
  min-width: 939px;
}

.min_h-939p {
  min-height: 939px;
}

.max_w-939p {
  max-width: 939px;
}

.max_h-939p {
  max-height: 939px;
}

.h-940p {
  height: 940px;
}

.w-940p {
  width: 940px;
}

.min_w-940p {
  min-width: 940px;
}

.min_h-940p {
  min-height: 940px;
}

.max_w-940p {
  max-width: 940px;
}

.max_h-940p {
  max-height: 940px;
}

.h-941p {
  height: 941px;
}

.w-941p {
  width: 941px;
}

.min_w-941p {
  min-width: 941px;
}

.min_h-941p {
  min-height: 941px;
}

.max_w-941p {
  max-width: 941px;
}

.max_h-941p {
  max-height: 941px;
}

.h-942p {
  height: 942px;
}

.w-942p {
  width: 942px;
}

.min_w-942p {
  min-width: 942px;
}

.min_h-942p {
  min-height: 942px;
}

.max_w-942p {
  max-width: 942px;
}

.max_h-942p {
  max-height: 942px;
}

.h-943p {
  height: 943px;
}

.w-943p {
  width: 943px;
}

.min_w-943p {
  min-width: 943px;
}

.min_h-943p {
  min-height: 943px;
}

.max_w-943p {
  max-width: 943px;
}

.max_h-943p {
  max-height: 943px;
}

.h-944p {
  height: 944px;
}

.w-944p {
  width: 944px;
}

.min_w-944p {
  min-width: 944px;
}

.min_h-944p {
  min-height: 944px;
}

.max_w-944p {
  max-width: 944px;
}

.max_h-944p {
  max-height: 944px;
}

.h-945p {
  height: 945px;
}

.w-945p {
  width: 945px;
}

.min_w-945p {
  min-width: 945px;
}

.min_h-945p {
  min-height: 945px;
}

.max_w-945p {
  max-width: 945px;
}

.max_h-945p {
  max-height: 945px;
}

.h-946p {
  height: 946px;
}

.w-946p {
  width: 946px;
}

.min_w-946p {
  min-width: 946px;
}

.min_h-946p {
  min-height: 946px;
}

.max_w-946p {
  max-width: 946px;
}

.max_h-946p {
  max-height: 946px;
}

.h-947p {
  height: 947px;
}

.w-947p {
  width: 947px;
}

.min_w-947p {
  min-width: 947px;
}

.min_h-947p {
  min-height: 947px;
}

.max_w-947p {
  max-width: 947px;
}

.max_h-947p {
  max-height: 947px;
}

.h-948p {
  height: 948px;
}

.w-948p {
  width: 948px;
}

.min_w-948p {
  min-width: 948px;
}

.min_h-948p {
  min-height: 948px;
}

.max_w-948p {
  max-width: 948px;
}

.max_h-948p {
  max-height: 948px;
}

.h-949p {
  height: 949px;
}

.w-949p {
  width: 949px;
}

.min_w-949p {
  min-width: 949px;
}

.min_h-949p {
  min-height: 949px;
}

.max_w-949p {
  max-width: 949px;
}

.max_h-949p {
  max-height: 949px;
}

.h-950p {
  height: 950px;
}

.w-950p {
  width: 950px;
}

.min_w-950p {
  min-width: 950px;
}

.min_h-950p {
  min-height: 950px;
}

.max_w-950p {
  max-width: 950px;
}

.max_h-950p {
  max-height: 950px;
}

.h-951p {
  height: 951px;
}

.w-951p {
  width: 951px;
}

.min_w-951p {
  min-width: 951px;
}

.min_h-951p {
  min-height: 951px;
}

.max_w-951p {
  max-width: 951px;
}

.max_h-951p {
  max-height: 951px;
}

.h-952p {
  height: 952px;
}

.w-952p {
  width: 952px;
}

.min_w-952p {
  min-width: 952px;
}

.min_h-952p {
  min-height: 952px;
}

.max_w-952p {
  max-width: 952px;
}

.max_h-952p {
  max-height: 952px;
}

.h-953p {
  height: 953px;
}

.w-953p {
  width: 953px;
}

.min_w-953p {
  min-width: 953px;
}

.min_h-953p {
  min-height: 953px;
}

.max_w-953p {
  max-width: 953px;
}

.max_h-953p {
  max-height: 953px;
}

.h-954p {
  height: 954px;
}

.w-954p {
  width: 954px;
}

.min_w-954p {
  min-width: 954px;
}

.min_h-954p {
  min-height: 954px;
}

.max_w-954p {
  max-width: 954px;
}

.max_h-954p {
  max-height: 954px;
}

.h-955p {
  height: 955px;
}

.w-955p {
  width: 955px;
}

.min_w-955p {
  min-width: 955px;
}

.min_h-955p {
  min-height: 955px;
}

.max_w-955p {
  max-width: 955px;
}

.max_h-955p {
  max-height: 955px;
}

.h-956p {
  height: 956px;
}

.w-956p {
  width: 956px;
}

.min_w-956p {
  min-width: 956px;
}

.min_h-956p {
  min-height: 956px;
}

.max_w-956p {
  max-width: 956px;
}

.max_h-956p {
  max-height: 956px;
}

.h-957p {
  height: 957px;
}

.w-957p {
  width: 957px;
}

.min_w-957p {
  min-width: 957px;
}

.min_h-957p {
  min-height: 957px;
}

.max_w-957p {
  max-width: 957px;
}

.max_h-957p {
  max-height: 957px;
}

.h-958p {
  height: 958px;
}

.w-958p {
  width: 958px;
}

.min_w-958p {
  min-width: 958px;
}

.min_h-958p {
  min-height: 958px;
}

.max_w-958p {
  max-width: 958px;
}

.max_h-958p {
  max-height: 958px;
}

.h-959p {
  height: 959px;
}

.w-959p {
  width: 959px;
}

.min_w-959p {
  min-width: 959px;
}

.min_h-959p {
  min-height: 959px;
}

.max_w-959p {
  max-width: 959px;
}

.max_h-959p {
  max-height: 959px;
}

.h-960p {
  height: 960px;
}

.w-960p {
  width: 960px;
}

.min_w-960p {
  min-width: 960px;
}

.min_h-960p {
  min-height: 960px;
}

.max_w-960p {
  max-width: 960px;
}

.max_h-960p {
  max-height: 960px;
}

.h-961p {
  height: 961px;
}

.w-961p {
  width: 961px;
}

.min_w-961p {
  min-width: 961px;
}

.min_h-961p {
  min-height: 961px;
}

.max_w-961p {
  max-width: 961px;
}

.max_h-961p {
  max-height: 961px;
}

.h-962p {
  height: 962px;
}

.w-962p {
  width: 962px;
}

.min_w-962p {
  min-width: 962px;
}

.min_h-962p {
  min-height: 962px;
}

.max_w-962p {
  max-width: 962px;
}

.max_h-962p {
  max-height: 962px;
}

.h-963p {
  height: 963px;
}

.w-963p {
  width: 963px;
}

.min_w-963p {
  min-width: 963px;
}

.min_h-963p {
  min-height: 963px;
}

.max_w-963p {
  max-width: 963px;
}

.max_h-963p {
  max-height: 963px;
}

.h-964p {
  height: 964px;
}

.w-964p {
  width: 964px;
}

.min_w-964p {
  min-width: 964px;
}

.min_h-964p {
  min-height: 964px;
}

.max_w-964p {
  max-width: 964px;
}

.max_h-964p {
  max-height: 964px;
}

.h-965p {
  height: 965px;
}

.w-965p {
  width: 965px;
}

.min_w-965p {
  min-width: 965px;
}

.min_h-965p {
  min-height: 965px;
}

.max_w-965p {
  max-width: 965px;
}

.max_h-965p {
  max-height: 965px;
}

.h-966p {
  height: 966px;
}

.w-966p {
  width: 966px;
}

.min_w-966p {
  min-width: 966px;
}

.min_h-966p {
  min-height: 966px;
}

.max_w-966p {
  max-width: 966px;
}

.max_h-966p {
  max-height: 966px;
}

.h-967p {
  height: 967px;
}

.w-967p {
  width: 967px;
}

.min_w-967p {
  min-width: 967px;
}

.min_h-967p {
  min-height: 967px;
}

.max_w-967p {
  max-width: 967px;
}

.max_h-967p {
  max-height: 967px;
}

.h-968p {
  height: 968px;
}

.w-968p {
  width: 968px;
}

.min_w-968p {
  min-width: 968px;
}

.min_h-968p {
  min-height: 968px;
}

.max_w-968p {
  max-width: 968px;
}

.max_h-968p {
  max-height: 968px;
}

.h-969p {
  height: 969px;
}

.w-969p {
  width: 969px;
}

.min_w-969p {
  min-width: 969px;
}

.min_h-969p {
  min-height: 969px;
}

.max_w-969p {
  max-width: 969px;
}

.max_h-969p {
  max-height: 969px;
}

.h-970p {
  height: 970px;
}

.w-970p {
  width: 970px;
}

.min_w-970p {
  min-width: 970px;
}

.min_h-970p {
  min-height: 970px;
}

.max_w-970p {
  max-width: 970px;
}

.max_h-970p {
  max-height: 970px;
}

.h-971p {
  height: 971px;
}

.w-971p {
  width: 971px;
}

.min_w-971p {
  min-width: 971px;
}

.min_h-971p {
  min-height: 971px;
}

.max_w-971p {
  max-width: 971px;
}

.max_h-971p {
  max-height: 971px;
}

.h-972p {
  height: 972px;
}

.w-972p {
  width: 972px;
}

.min_w-972p {
  min-width: 972px;
}

.min_h-972p {
  min-height: 972px;
}

.max_w-972p {
  max-width: 972px;
}

.max_h-972p {
  max-height: 972px;
}

.h-973p {
  height: 973px;
}

.w-973p {
  width: 973px;
}

.min_w-973p {
  min-width: 973px;
}

.min_h-973p {
  min-height: 973px;
}

.max_w-973p {
  max-width: 973px;
}

.max_h-973p {
  max-height: 973px;
}

.h-974p {
  height: 974px;
}

.w-974p {
  width: 974px;
}

.min_w-974p {
  min-width: 974px;
}

.min_h-974p {
  min-height: 974px;
}

.max_w-974p {
  max-width: 974px;
}

.max_h-974p {
  max-height: 974px;
}

.h-975p {
  height: 975px;
}

.w-975p {
  width: 975px;
}

.min_w-975p {
  min-width: 975px;
}

.min_h-975p {
  min-height: 975px;
}

.max_w-975p {
  max-width: 975px;
}

.max_h-975p {
  max-height: 975px;
}

.h-976p {
  height: 976px;
}

.w-976p {
  width: 976px;
}

.min_w-976p {
  min-width: 976px;
}

.min_h-976p {
  min-height: 976px;
}

.max_w-976p {
  max-width: 976px;
}

.max_h-976p {
  max-height: 976px;
}

.h-977p {
  height: 977px;
}

.w-977p {
  width: 977px;
}

.min_w-977p {
  min-width: 977px;
}

.min_h-977p {
  min-height: 977px;
}

.max_w-977p {
  max-width: 977px;
}

.max_h-977p {
  max-height: 977px;
}

.h-978p {
  height: 978px;
}

.w-978p {
  width: 978px;
}

.min_w-978p {
  min-width: 978px;
}

.min_h-978p {
  min-height: 978px;
}

.max_w-978p {
  max-width: 978px;
}

.max_h-978p {
  max-height: 978px;
}

.h-979p {
  height: 979px;
}

.w-979p {
  width: 979px;
}

.min_w-979p {
  min-width: 979px;
}

.min_h-979p {
  min-height: 979px;
}

.max_w-979p {
  max-width: 979px;
}

.max_h-979p {
  max-height: 979px;
}

.h-980p {
  height: 980px;
}

.w-980p {
  width: 980px;
}

.min_w-980p {
  min-width: 980px;
}

.min_h-980p {
  min-height: 980px;
}

.max_w-980p {
  max-width: 980px;
}

.max_h-980p {
  max-height: 980px;
}

.h-981p {
  height: 981px;
}

.w-981p {
  width: 981px;
}

.min_w-981p {
  min-width: 981px;
}

.min_h-981p {
  min-height: 981px;
}

.max_w-981p {
  max-width: 981px;
}

.max_h-981p {
  max-height: 981px;
}

.h-982p {
  height: 982px;
}

.w-982p {
  width: 982px;
}

.min_w-982p {
  min-width: 982px;
}

.min_h-982p {
  min-height: 982px;
}

.max_w-982p {
  max-width: 982px;
}

.max_h-982p {
  max-height: 982px;
}

.h-983p {
  height: 983px;
}

.w-983p {
  width: 983px;
}

.min_w-983p {
  min-width: 983px;
}

.min_h-983p {
  min-height: 983px;
}

.max_w-983p {
  max-width: 983px;
}

.max_h-983p {
  max-height: 983px;
}

.h-984p {
  height: 984px;
}

.w-984p {
  width: 984px;
}

.min_w-984p {
  min-width: 984px;
}

.min_h-984p {
  min-height: 984px;
}

.max_w-984p {
  max-width: 984px;
}

.max_h-984p {
  max-height: 984px;
}

.h-985p {
  height: 985px;
}

.w-985p {
  width: 985px;
}

.min_w-985p {
  min-width: 985px;
}

.min_h-985p {
  min-height: 985px;
}

.max_w-985p {
  max-width: 985px;
}

.max_h-985p {
  max-height: 985px;
}

.h-986p {
  height: 986px;
}

.w-986p {
  width: 986px;
}

.min_w-986p {
  min-width: 986px;
}

.min_h-986p {
  min-height: 986px;
}

.max_w-986p {
  max-width: 986px;
}

.max_h-986p {
  max-height: 986px;
}

.h-987p {
  height: 987px;
}

.w-987p {
  width: 987px;
}

.min_w-987p {
  min-width: 987px;
}

.min_h-987p {
  min-height: 987px;
}

.max_w-987p {
  max-width: 987px;
}

.max_h-987p {
  max-height: 987px;
}

.h-988p {
  height: 988px;
}

.w-988p {
  width: 988px;
}

.min_w-988p {
  min-width: 988px;
}

.min_h-988p {
  min-height: 988px;
}

.max_w-988p {
  max-width: 988px;
}

.max_h-988p {
  max-height: 988px;
}

.h-989p {
  height: 989px;
}

.w-989p {
  width: 989px;
}

.min_w-989p {
  min-width: 989px;
}

.min_h-989p {
  min-height: 989px;
}

.max_w-989p {
  max-width: 989px;
}

.max_h-989p {
  max-height: 989px;
}

.h-990p {
  height: 990px;
}

.w-990p {
  width: 990px;
}

.min_w-990p {
  min-width: 990px;
}

.min_h-990p {
  min-height: 990px;
}

.max_w-990p {
  max-width: 990px;
}

.max_h-990p {
  max-height: 990px;
}

.h-991p {
  height: 991px;
}

.w-991p {
  width: 991px;
}

.min_w-991p {
  min-width: 991px;
}

.min_h-991p {
  min-height: 991px;
}

.max_w-991p {
  max-width: 991px;
}

.max_h-991p {
  max-height: 991px;
}

.h-992p {
  height: 992px;
}

.w-992p {
  width: 992px;
}

.min_w-992p {
  min-width: 992px;
}

.min_h-992p {
  min-height: 992px;
}

.max_w-992p {
  max-width: 992px;
}

.max_h-992p {
  max-height: 992px;
}

.h-993p {
  height: 993px;
}

.w-993p {
  width: 993px;
}

.min_w-993p {
  min-width: 993px;
}

.min_h-993p {
  min-height: 993px;
}

.max_w-993p {
  max-width: 993px;
}

.max_h-993p {
  max-height: 993px;
}

.h-994p {
  height: 994px;
}

.w-994p {
  width: 994px;
}

.min_w-994p {
  min-width: 994px;
}

.min_h-994p {
  min-height: 994px;
}

.max_w-994p {
  max-width: 994px;
}

.max_h-994p {
  max-height: 994px;
}

.h-995p {
  height: 995px;
}

.w-995p {
  width: 995px;
}

.min_w-995p {
  min-width: 995px;
}

.min_h-995p {
  min-height: 995px;
}

.max_w-995p {
  max-width: 995px;
}

.max_h-995p {
  max-height: 995px;
}

.h-996p {
  height: 996px;
}

.w-996p {
  width: 996px;
}

.min_w-996p {
  min-width: 996px;
}

.min_h-996p {
  min-height: 996px;
}

.max_w-996p {
  max-width: 996px;
}

.max_h-996p {
  max-height: 996px;
}

.h-997p {
  height: 997px;
}

.w-997p {
  width: 997px;
}

.min_w-997p {
  min-width: 997px;
}

.min_h-997p {
  min-height: 997px;
}

.max_w-997p {
  max-width: 997px;
}

.max_h-997p {
  max-height: 997px;
}

.h-998p {
  height: 998px;
}

.w-998p {
  width: 998px;
}

.min_w-998p {
  min-width: 998px;
}

.min_h-998p {
  min-height: 998px;
}

.max_w-998p {
  max-width: 998px;
}

.max_h-998p {
  max-height: 998px;
}

.h-999p {
  height: 999px;
}

.w-999p {
  width: 999px;
}

.min_w-999p {
  min-width: 999px;
}

.min_h-999p {
  min-height: 999px;
}

.max_w-999p {
  max-width: 999px;
}

.max_h-999p {
  max-height: 999px;
}

.h-1000p {
  height: 1000px;
}

.w-1000p {
  width: 1000px;
}

.min_w-1000p {
  min-width: 1000px;
}

.min_h-1000p {
  min-height: 1000px;
}

.max_w-1000p {
  max-width: 1000px;
}

.max_h-1000p {
  max-height: 1000px;
}

.h-1001p {
  height: 1001px;
}

.w-1001p {
  width: 1001px;
}

.min_w-1001p {
  min-width: 1001px;
}

.min_h-1001p {
  min-height: 1001px;
}

.max_w-1001p {
  max-width: 1001px;
}

.max_h-1001p {
  max-height: 1001px;
}

.h-1002p {
  height: 1002px;
}

.w-1002p {
  width: 1002px;
}

.min_w-1002p {
  min-width: 1002px;
}

.min_h-1002p {
  min-height: 1002px;
}

.max_w-1002p {
  max-width: 1002px;
}

.max_h-1002p {
  max-height: 1002px;
}

.h-1003p {
  height: 1003px;
}

.w-1003p {
  width: 1003px;
}

.min_w-1003p {
  min-width: 1003px;
}

.min_h-1003p {
  min-height: 1003px;
}

.max_w-1003p {
  max-width: 1003px;
}

.max_h-1003p {
  max-height: 1003px;
}

.h-1004p {
  height: 1004px;
}

.w-1004p {
  width: 1004px;
}

.min_w-1004p {
  min-width: 1004px;
}

.min_h-1004p {
  min-height: 1004px;
}

.max_w-1004p {
  max-width: 1004px;
}

.max_h-1004p {
  max-height: 1004px;
}

.h-1005p {
  height: 1005px;
}

.w-1005p {
  width: 1005px;
}

.min_w-1005p {
  min-width: 1005px;
}

.min_h-1005p {
  min-height: 1005px;
}

.max_w-1005p {
  max-width: 1005px;
}

.max_h-1005p {
  max-height: 1005px;
}

.h-1006p {
  height: 1006px;
}

.w-1006p {
  width: 1006px;
}

.min_w-1006p {
  min-width: 1006px;
}

.min_h-1006p {
  min-height: 1006px;
}

.max_w-1006p {
  max-width: 1006px;
}

.max_h-1006p {
  max-height: 1006px;
}

.h-1007p {
  height: 1007px;
}

.w-1007p {
  width: 1007px;
}

.min_w-1007p {
  min-width: 1007px;
}

.min_h-1007p {
  min-height: 1007px;
}

.max_w-1007p {
  max-width: 1007px;
}

.max_h-1007p {
  max-height: 1007px;
}

.h-1008p {
  height: 1008px;
}

.w-1008p {
  width: 1008px;
}

.min_w-1008p {
  min-width: 1008px;
}

.min_h-1008p {
  min-height: 1008px;
}

.max_w-1008p {
  max-width: 1008px;
}

.max_h-1008p {
  max-height: 1008px;
}

.h-1009p {
  height: 1009px;
}

.w-1009p {
  width: 1009px;
}

.min_w-1009p {
  min-width: 1009px;
}

.min_h-1009p {
  min-height: 1009px;
}

.max_w-1009p {
  max-width: 1009px;
}

.max_h-1009p {
  max-height: 1009px;
}

.h-1010p {
  height: 1010px;
}

.w-1010p {
  width: 1010px;
}

.min_w-1010p {
  min-width: 1010px;
}

.min_h-1010p {
  min-height: 1010px;
}

.max_w-1010p {
  max-width: 1010px;
}

.max_h-1010p {
  max-height: 1010px;
}

.h-1011p {
  height: 1011px;
}

.w-1011p {
  width: 1011px;
}

.min_w-1011p {
  min-width: 1011px;
}

.min_h-1011p {
  min-height: 1011px;
}

.max_w-1011p {
  max-width: 1011px;
}

.max_h-1011p {
  max-height: 1011px;
}

.h-1012p {
  height: 1012px;
}

.w-1012p {
  width: 1012px;
}

.min_w-1012p {
  min-width: 1012px;
}

.min_h-1012p {
  min-height: 1012px;
}

.max_w-1012p {
  max-width: 1012px;
}

.max_h-1012p {
  max-height: 1012px;
}

.h-1013p {
  height: 1013px;
}

.w-1013p {
  width: 1013px;
}

.min_w-1013p {
  min-width: 1013px;
}

.min_h-1013p {
  min-height: 1013px;
}

.max_w-1013p {
  max-width: 1013px;
}

.max_h-1013p {
  max-height: 1013px;
}

.h-1014p {
  height: 1014px;
}

.w-1014p {
  width: 1014px;
}

.min_w-1014p {
  min-width: 1014px;
}

.min_h-1014p {
  min-height: 1014px;
}

.max_w-1014p {
  max-width: 1014px;
}

.max_h-1014p {
  max-height: 1014px;
}

.h-1015p {
  height: 1015px;
}

.w-1015p {
  width: 1015px;
}

.min_w-1015p {
  min-width: 1015px;
}

.min_h-1015p {
  min-height: 1015px;
}

.max_w-1015p {
  max-width: 1015px;
}

.max_h-1015p {
  max-height: 1015px;
}

.h-1016p {
  height: 1016px;
}

.w-1016p {
  width: 1016px;
}

.min_w-1016p {
  min-width: 1016px;
}

.min_h-1016p {
  min-height: 1016px;
}

.max_w-1016p {
  max-width: 1016px;
}

.max_h-1016p {
  max-height: 1016px;
}

.h-1017p {
  height: 1017px;
}

.w-1017p {
  width: 1017px;
}

.min_w-1017p {
  min-width: 1017px;
}

.min_h-1017p {
  min-height: 1017px;
}

.max_w-1017p {
  max-width: 1017px;
}

.max_h-1017p {
  max-height: 1017px;
}

.h-1018p {
  height: 1018px;
}

.w-1018p {
  width: 1018px;
}

.min_w-1018p {
  min-width: 1018px;
}

.min_h-1018p {
  min-height: 1018px;
}

.max_w-1018p {
  max-width: 1018px;
}

.max_h-1018p {
  max-height: 1018px;
}

.h-1019p {
  height: 1019px;
}

.w-1019p {
  width: 1019px;
}

.min_w-1019p {
  min-width: 1019px;
}

.min_h-1019p {
  min-height: 1019px;
}

.max_w-1019p {
  max-width: 1019px;
}

.max_h-1019p {
  max-height: 1019px;
}

.h-1020p {
  height: 1020px;
}

.w-1020p {
  width: 1020px;
}

.min_w-1020p {
  min-width: 1020px;
}

.min_h-1020p {
  min-height: 1020px;
}

.max_w-1020p {
  max-width: 1020px;
}

.max_h-1020p {
  max-height: 1020px;
}

.h-1021p {
  height: 1021px;
}

.w-1021p {
  width: 1021px;
}

.min_w-1021p {
  min-width: 1021px;
}

.min_h-1021p {
  min-height: 1021px;
}

.max_w-1021p {
  max-width: 1021px;
}

.max_h-1021p {
  max-height: 1021px;
}

.h-1022p {
  height: 1022px;
}

.w-1022p {
  width: 1022px;
}

.min_w-1022p {
  min-width: 1022px;
}

.min_h-1022p {
  min-height: 1022px;
}

.max_w-1022p {
  max-width: 1022px;
}

.max_h-1022p {
  max-height: 1022px;
}

.h-1023p {
  height: 1023px;
}

.w-1023p {
  width: 1023px;
}

.min_w-1023p {
  min-width: 1023px;
}

.min_h-1023p {
  min-height: 1023px;
}

.max_w-1023p {
  max-width: 1023px;
}

.max_h-1023p {
  max-height: 1023px;
}

.h-1024p {
  height: 1024px;
}

.w-1024p {
  width: 1024px;
}

.min_w-1024p {
  min-width: 1024px;
}

.min_h-1024p {
  min-height: 1024px;
}

.max_w-1024p {
  max-width: 1024px;
}

.max_h-1024p {
  max-height: 1024px;
}

.h-1025p {
  height: 1025px;
}

.w-1025p {
  width: 1025px;
}

.min_w-1025p {
  min-width: 1025px;
}

.min_h-1025p {
  min-height: 1025px;
}

.max_w-1025p {
  max-width: 1025px;
}

.max_h-1025p {
  max-height: 1025px;
}

.h-1026p {
  height: 1026px;
}

.w-1026p {
  width: 1026px;
}

.min_w-1026p {
  min-width: 1026px;
}

.min_h-1026p {
  min-height: 1026px;
}

.max_w-1026p {
  max-width: 1026px;
}

.max_h-1026p {
  max-height: 1026px;
}

.h-1027p {
  height: 1027px;
}

.w-1027p {
  width: 1027px;
}

.min_w-1027p {
  min-width: 1027px;
}

.min_h-1027p {
  min-height: 1027px;
}

.max_w-1027p {
  max-width: 1027px;
}

.max_h-1027p {
  max-height: 1027px;
}

.h-1028p {
  height: 1028px;
}

.w-1028p {
  width: 1028px;
}

.min_w-1028p {
  min-width: 1028px;
}

.min_h-1028p {
  min-height: 1028px;
}

.max_w-1028p {
  max-width: 1028px;
}

.max_h-1028p {
  max-height: 1028px;
}

.h-1029p {
  height: 1029px;
}

.w-1029p {
  width: 1029px;
}

.min_w-1029p {
  min-width: 1029px;
}

.min_h-1029p {
  min-height: 1029px;
}

.max_w-1029p {
  max-width: 1029px;
}

.max_h-1029p {
  max-height: 1029px;
}

.h-1030p {
  height: 1030px;
}

.w-1030p {
  width: 1030px;
}

.min_w-1030p {
  min-width: 1030px;
}

.min_h-1030p {
  min-height: 1030px;
}

.max_w-1030p {
  max-width: 1030px;
}

.max_h-1030p {
  max-height: 1030px;
}

.h-1031p {
  height: 1031px;
}

.w-1031p {
  width: 1031px;
}

.min_w-1031p {
  min-width: 1031px;
}

.min_h-1031p {
  min-height: 1031px;
}

.max_w-1031p {
  max-width: 1031px;
}

.max_h-1031p {
  max-height: 1031px;
}

.h-1032p {
  height: 1032px;
}

.w-1032p {
  width: 1032px;
}

.min_w-1032p {
  min-width: 1032px;
}

.min_h-1032p {
  min-height: 1032px;
}

.max_w-1032p {
  max-width: 1032px;
}

.max_h-1032p {
  max-height: 1032px;
}

.h-1033p {
  height: 1033px;
}

.w-1033p {
  width: 1033px;
}

.min_w-1033p {
  min-width: 1033px;
}

.min_h-1033p {
  min-height: 1033px;
}

.max_w-1033p {
  max-width: 1033px;
}

.max_h-1033p {
  max-height: 1033px;
}

.h-1034p {
  height: 1034px;
}

.w-1034p {
  width: 1034px;
}

.min_w-1034p {
  min-width: 1034px;
}

.min_h-1034p {
  min-height: 1034px;
}

.max_w-1034p {
  max-width: 1034px;
}

.max_h-1034p {
  max-height: 1034px;
}

.h-1035p {
  height: 1035px;
}

.w-1035p {
  width: 1035px;
}

.min_w-1035p {
  min-width: 1035px;
}

.min_h-1035p {
  min-height: 1035px;
}

.max_w-1035p {
  max-width: 1035px;
}

.max_h-1035p {
  max-height: 1035px;
}

.h-1036p {
  height: 1036px;
}

.w-1036p {
  width: 1036px;
}

.min_w-1036p {
  min-width: 1036px;
}

.min_h-1036p {
  min-height: 1036px;
}

.max_w-1036p {
  max-width: 1036px;
}

.max_h-1036p {
  max-height: 1036px;
}

.h-1037p {
  height: 1037px;
}

.w-1037p {
  width: 1037px;
}

.min_w-1037p {
  min-width: 1037px;
}

.min_h-1037p {
  min-height: 1037px;
}

.max_w-1037p {
  max-width: 1037px;
}

.max_h-1037p {
  max-height: 1037px;
}

.h-1038p {
  height: 1038px;
}

.w-1038p {
  width: 1038px;
}

.min_w-1038p {
  min-width: 1038px;
}

.min_h-1038p {
  min-height: 1038px;
}

.max_w-1038p {
  max-width: 1038px;
}

.max_h-1038p {
  max-height: 1038px;
}

.h-1039p {
  height: 1039px;
}

.w-1039p {
  width: 1039px;
}

.min_w-1039p {
  min-width: 1039px;
}

.min_h-1039p {
  min-height: 1039px;
}

.max_w-1039p {
  max-width: 1039px;
}

.max_h-1039p {
  max-height: 1039px;
}

.h-1040p {
  height: 1040px;
}

.w-1040p {
  width: 1040px;
}

.min_w-1040p {
  min-width: 1040px;
}

.min_h-1040p {
  min-height: 1040px;
}

.max_w-1040p {
  max-width: 1040px;
}

.max_h-1040p {
  max-height: 1040px;
}

.h-1041p {
  height: 1041px;
}

.w-1041p {
  width: 1041px;
}

.min_w-1041p {
  min-width: 1041px;
}

.min_h-1041p {
  min-height: 1041px;
}

.max_w-1041p {
  max-width: 1041px;
}

.max_h-1041p {
  max-height: 1041px;
}

.h-1042p {
  height: 1042px;
}

.w-1042p {
  width: 1042px;
}

.min_w-1042p {
  min-width: 1042px;
}

.min_h-1042p {
  min-height: 1042px;
}

.max_w-1042p {
  max-width: 1042px;
}

.max_h-1042p {
  max-height: 1042px;
}

.h-1043p {
  height: 1043px;
}

.w-1043p {
  width: 1043px;
}

.min_w-1043p {
  min-width: 1043px;
}

.min_h-1043p {
  min-height: 1043px;
}

.max_w-1043p {
  max-width: 1043px;
}

.max_h-1043p {
  max-height: 1043px;
}

.h-1044p {
  height: 1044px;
}

.w-1044p {
  width: 1044px;
}

.min_w-1044p {
  min-width: 1044px;
}

.min_h-1044p {
  min-height: 1044px;
}

.max_w-1044p {
  max-width: 1044px;
}

.max_h-1044p {
  max-height: 1044px;
}

.h-1045p {
  height: 1045px;
}

.w-1045p {
  width: 1045px;
}

.min_w-1045p {
  min-width: 1045px;
}

.min_h-1045p {
  min-height: 1045px;
}

.max_w-1045p {
  max-width: 1045px;
}

.max_h-1045p {
  max-height: 1045px;
}

.h-1046p {
  height: 1046px;
}

.w-1046p {
  width: 1046px;
}

.min_w-1046p {
  min-width: 1046px;
}

.min_h-1046p {
  min-height: 1046px;
}

.max_w-1046p {
  max-width: 1046px;
}

.max_h-1046p {
  max-height: 1046px;
}

.h-1047p {
  height: 1047px;
}

.w-1047p {
  width: 1047px;
}

.min_w-1047p {
  min-width: 1047px;
}

.min_h-1047p {
  min-height: 1047px;
}

.max_w-1047p {
  max-width: 1047px;
}

.max_h-1047p {
  max-height: 1047px;
}

.h-1048p {
  height: 1048px;
}

.w-1048p {
  width: 1048px;
}

.min_w-1048p {
  min-width: 1048px;
}

.min_h-1048p {
  min-height: 1048px;
}

.max_w-1048p {
  max-width: 1048px;
}

.max_h-1048p {
  max-height: 1048px;
}

.h-1049p {
  height: 1049px;
}

.w-1049p {
  width: 1049px;
}

.min_w-1049p {
  min-width: 1049px;
}

.min_h-1049p {
  min-height: 1049px;
}

.max_w-1049p {
  max-width: 1049px;
}

.max_h-1049p {
  max-height: 1049px;
}

.h-1050p {
  height: 1050px;
}

.w-1050p {
  width: 1050px;
}

.min_w-1050p {
  min-width: 1050px;
}

.min_h-1050p {
  min-height: 1050px;
}

.max_w-1050p {
  max-width: 1050px;
}

.max_h-1050p {
  max-height: 1050px;
}

.h-1051p {
  height: 1051px;
}

.w-1051p {
  width: 1051px;
}

.min_w-1051p {
  min-width: 1051px;
}

.min_h-1051p {
  min-height: 1051px;
}

.max_w-1051p {
  max-width: 1051px;
}

.max_h-1051p {
  max-height: 1051px;
}

.h-1052p {
  height: 1052px;
}

.w-1052p {
  width: 1052px;
}

.min_w-1052p {
  min-width: 1052px;
}

.min_h-1052p {
  min-height: 1052px;
}

.max_w-1052p {
  max-width: 1052px;
}

.max_h-1052p {
  max-height: 1052px;
}

.h-1053p {
  height: 1053px;
}

.w-1053p {
  width: 1053px;
}

.min_w-1053p {
  min-width: 1053px;
}

.min_h-1053p {
  min-height: 1053px;
}

.max_w-1053p {
  max-width: 1053px;
}

.max_h-1053p {
  max-height: 1053px;
}

.h-1054p {
  height: 1054px;
}

.w-1054p {
  width: 1054px;
}

.min_w-1054p {
  min-width: 1054px;
}

.min_h-1054p {
  min-height: 1054px;
}

.max_w-1054p {
  max-width: 1054px;
}

.max_h-1054p {
  max-height: 1054px;
}

.h-1055p {
  height: 1055px;
}

.w-1055p {
  width: 1055px;
}

.min_w-1055p {
  min-width: 1055px;
}

.min_h-1055p {
  min-height: 1055px;
}

.max_w-1055p {
  max-width: 1055px;
}

.max_h-1055p {
  max-height: 1055px;
}

.h-1056p {
  height: 1056px;
}

.w-1056p {
  width: 1056px;
}

.min_w-1056p {
  min-width: 1056px;
}

.min_h-1056p {
  min-height: 1056px;
}

.max_w-1056p {
  max-width: 1056px;
}

.max_h-1056p {
  max-height: 1056px;
}

.h-1057p {
  height: 1057px;
}

.w-1057p {
  width: 1057px;
}

.min_w-1057p {
  min-width: 1057px;
}

.min_h-1057p {
  min-height: 1057px;
}

.max_w-1057p {
  max-width: 1057px;
}

.max_h-1057p {
  max-height: 1057px;
}

.h-1058p {
  height: 1058px;
}

.w-1058p {
  width: 1058px;
}

.min_w-1058p {
  min-width: 1058px;
}

.min_h-1058p {
  min-height: 1058px;
}

.max_w-1058p {
  max-width: 1058px;
}

.max_h-1058p {
  max-height: 1058px;
}

.h-1059p {
  height: 1059px;
}

.w-1059p {
  width: 1059px;
}

.min_w-1059p {
  min-width: 1059px;
}

.min_h-1059p {
  min-height: 1059px;
}

.max_w-1059p {
  max-width: 1059px;
}

.max_h-1059p {
  max-height: 1059px;
}

.h-1060p {
  height: 1060px;
}

.w-1060p {
  width: 1060px;
}

.min_w-1060p {
  min-width: 1060px;
}

.min_h-1060p {
  min-height: 1060px;
}

.max_w-1060p {
  max-width: 1060px;
}

.max_h-1060p {
  max-height: 1060px;
}

.h-1061p {
  height: 1061px;
}

.w-1061p {
  width: 1061px;
}

.min_w-1061p {
  min-width: 1061px;
}

.min_h-1061p {
  min-height: 1061px;
}

.max_w-1061p {
  max-width: 1061px;
}

.max_h-1061p {
  max-height: 1061px;
}

.h-1062p {
  height: 1062px;
}

.w-1062p {
  width: 1062px;
}

.min_w-1062p {
  min-width: 1062px;
}

.min_h-1062p {
  min-height: 1062px;
}

.max_w-1062p {
  max-width: 1062px;
}

.max_h-1062p {
  max-height: 1062px;
}

.h-1063p {
  height: 1063px;
}

.w-1063p {
  width: 1063px;
}

.min_w-1063p {
  min-width: 1063px;
}

.min_h-1063p {
  min-height: 1063px;
}

.max_w-1063p {
  max-width: 1063px;
}

.max_h-1063p {
  max-height: 1063px;
}

.h-1064p {
  height: 1064px;
}

.w-1064p {
  width: 1064px;
}

.min_w-1064p {
  min-width: 1064px;
}

.min_h-1064p {
  min-height: 1064px;
}

.max_w-1064p {
  max-width: 1064px;
}

.max_h-1064p {
  max-height: 1064px;
}

.h-1065p {
  height: 1065px;
}

.w-1065p {
  width: 1065px;
}

.min_w-1065p {
  min-width: 1065px;
}

.min_h-1065p {
  min-height: 1065px;
}

.max_w-1065p {
  max-width: 1065px;
}

.max_h-1065p {
  max-height: 1065px;
}

.h-1066p {
  height: 1066px;
}

.w-1066p {
  width: 1066px;
}

.min_w-1066p {
  min-width: 1066px;
}

.min_h-1066p {
  min-height: 1066px;
}

.max_w-1066p {
  max-width: 1066px;
}

.max_h-1066p {
  max-height: 1066px;
}

.h-1067p {
  height: 1067px;
}

.w-1067p {
  width: 1067px;
}

.min_w-1067p {
  min-width: 1067px;
}

.min_h-1067p {
  min-height: 1067px;
}

.max_w-1067p {
  max-width: 1067px;
}

.max_h-1067p {
  max-height: 1067px;
}

.h-1068p {
  height: 1068px;
}

.w-1068p {
  width: 1068px;
}

.min_w-1068p {
  min-width: 1068px;
}

.min_h-1068p {
  min-height: 1068px;
}

.max_w-1068p {
  max-width: 1068px;
}

.max_h-1068p {
  max-height: 1068px;
}

.h-1069p {
  height: 1069px;
}

.w-1069p {
  width: 1069px;
}

.min_w-1069p {
  min-width: 1069px;
}

.min_h-1069p {
  min-height: 1069px;
}

.max_w-1069p {
  max-width: 1069px;
}

.max_h-1069p {
  max-height: 1069px;
}

.h-1070p {
  height: 1070px;
}

.w-1070p {
  width: 1070px;
}

.min_w-1070p {
  min-width: 1070px;
}

.min_h-1070p {
  min-height: 1070px;
}

.max_w-1070p {
  max-width: 1070px;
}

.max_h-1070p {
  max-height: 1070px;
}

.h-1071p {
  height: 1071px;
}

.w-1071p {
  width: 1071px;
}

.min_w-1071p {
  min-width: 1071px;
}

.min_h-1071p {
  min-height: 1071px;
}

.max_w-1071p {
  max-width: 1071px;
}

.max_h-1071p {
  max-height: 1071px;
}

.h-1072p {
  height: 1072px;
}

.w-1072p {
  width: 1072px;
}

.min_w-1072p {
  min-width: 1072px;
}

.min_h-1072p {
  min-height: 1072px;
}

.max_w-1072p {
  max-width: 1072px;
}

.max_h-1072p {
  max-height: 1072px;
}

.h-1073p {
  height: 1073px;
}

.w-1073p {
  width: 1073px;
}

.min_w-1073p {
  min-width: 1073px;
}

.min_h-1073p {
  min-height: 1073px;
}

.max_w-1073p {
  max-width: 1073px;
}

.max_h-1073p {
  max-height: 1073px;
}

.h-1074p {
  height: 1074px;
}

.w-1074p {
  width: 1074px;
}

.min_w-1074p {
  min-width: 1074px;
}

.min_h-1074p {
  min-height: 1074px;
}

.max_w-1074p {
  max-width: 1074px;
}

.max_h-1074p {
  max-height: 1074px;
}

.h-1075p {
  height: 1075px;
}

.w-1075p {
  width: 1075px;
}

.min_w-1075p {
  min-width: 1075px;
}

.min_h-1075p {
  min-height: 1075px;
}

.max_w-1075p {
  max-width: 1075px;
}

.max_h-1075p {
  max-height: 1075px;
}

.h-1076p {
  height: 1076px;
}

.w-1076p {
  width: 1076px;
}

.min_w-1076p {
  min-width: 1076px;
}

.min_h-1076p {
  min-height: 1076px;
}

.max_w-1076p {
  max-width: 1076px;
}

.max_h-1076p {
  max-height: 1076px;
}

.h-1077p {
  height: 1077px;
}

.w-1077p {
  width: 1077px;
}

.min_w-1077p {
  min-width: 1077px;
}

.min_h-1077p {
  min-height: 1077px;
}

.max_w-1077p {
  max-width: 1077px;
}

.max_h-1077p {
  max-height: 1077px;
}

.h-1078p {
  height: 1078px;
}

.w-1078p {
  width: 1078px;
}

.min_w-1078p {
  min-width: 1078px;
}

.min_h-1078p {
  min-height: 1078px;
}

.max_w-1078p {
  max-width: 1078px;
}

.max_h-1078p {
  max-height: 1078px;
}

.h-1079p {
  height: 1079px;
}

.w-1079p {
  width: 1079px;
}

.min_w-1079p {
  min-width: 1079px;
}

.min_h-1079p {
  min-height: 1079px;
}

.max_w-1079p {
  max-width: 1079px;
}

.max_h-1079p {
  max-height: 1079px;
}

.h-1080p {
  height: 1080px;
}

.w-1080p {
  width: 1080px;
}

.min_w-1080p {
  min-width: 1080px;
}

.min_h-1080p {
  min-height: 1080px;
}

.max_w-1080p {
  max-width: 1080px;
}

.max_h-1080p {
  max-height: 1080px;
}

.h-1081p {
  height: 1081px;
}

.w-1081p {
  width: 1081px;
}

.min_w-1081p {
  min-width: 1081px;
}

.min_h-1081p {
  min-height: 1081px;
}

.max_w-1081p {
  max-width: 1081px;
}

.max_h-1081p {
  max-height: 1081px;
}

.h-1082p {
  height: 1082px;
}

.w-1082p {
  width: 1082px;
}

.min_w-1082p {
  min-width: 1082px;
}

.min_h-1082p {
  min-height: 1082px;
}

.max_w-1082p {
  max-width: 1082px;
}

.max_h-1082p {
  max-height: 1082px;
}

.h-1083p {
  height: 1083px;
}

.w-1083p {
  width: 1083px;
}

.min_w-1083p {
  min-width: 1083px;
}

.min_h-1083p {
  min-height: 1083px;
}

.max_w-1083p {
  max-width: 1083px;
}

.max_h-1083p {
  max-height: 1083px;
}

.h-1084p {
  height: 1084px;
}

.w-1084p {
  width: 1084px;
}

.min_w-1084p {
  min-width: 1084px;
}

.min_h-1084p {
  min-height: 1084px;
}

.max_w-1084p {
  max-width: 1084px;
}

.max_h-1084p {
  max-height: 1084px;
}

.h-1085p {
  height: 1085px;
}

.w-1085p {
  width: 1085px;
}

.min_w-1085p {
  min-width: 1085px;
}

.min_h-1085p {
  min-height: 1085px;
}

.max_w-1085p {
  max-width: 1085px;
}

.max_h-1085p {
  max-height: 1085px;
}

.h-1086p {
  height: 1086px;
}

.w-1086p {
  width: 1086px;
}

.min_w-1086p {
  min-width: 1086px;
}

.min_h-1086p {
  min-height: 1086px;
}

.max_w-1086p {
  max-width: 1086px;
}

.max_h-1086p {
  max-height: 1086px;
}

.h-1087p {
  height: 1087px;
}

.w-1087p {
  width: 1087px;
}

.min_w-1087p {
  min-width: 1087px;
}

.min_h-1087p {
  min-height: 1087px;
}

.max_w-1087p {
  max-width: 1087px;
}

.max_h-1087p {
  max-height: 1087px;
}

.h-1088p {
  height: 1088px;
}

.w-1088p {
  width: 1088px;
}

.min_w-1088p {
  min-width: 1088px;
}

.min_h-1088p {
  min-height: 1088px;
}

.max_w-1088p {
  max-width: 1088px;
}

.max_h-1088p {
  max-height: 1088px;
}

.h-1089p {
  height: 1089px;
}

.w-1089p {
  width: 1089px;
}

.min_w-1089p {
  min-width: 1089px;
}

.min_h-1089p {
  min-height: 1089px;
}

.max_w-1089p {
  max-width: 1089px;
}

.max_h-1089p {
  max-height: 1089px;
}

.h-1090p {
  height: 1090px;
}

.w-1090p {
  width: 1090px;
}

.min_w-1090p {
  min-width: 1090px;
}

.min_h-1090p {
  min-height: 1090px;
}

.max_w-1090p {
  max-width: 1090px;
}

.max_h-1090p {
  max-height: 1090px;
}

.h-1091p {
  height: 1091px;
}

.w-1091p {
  width: 1091px;
}

.min_w-1091p {
  min-width: 1091px;
}

.min_h-1091p {
  min-height: 1091px;
}

.max_w-1091p {
  max-width: 1091px;
}

.max_h-1091p {
  max-height: 1091px;
}

.h-1092p {
  height: 1092px;
}

.w-1092p {
  width: 1092px;
}

.min_w-1092p {
  min-width: 1092px;
}

.min_h-1092p {
  min-height: 1092px;
}

.max_w-1092p {
  max-width: 1092px;
}

.max_h-1092p {
  max-height: 1092px;
}

.h-1093p {
  height: 1093px;
}

.w-1093p {
  width: 1093px;
}

.min_w-1093p {
  min-width: 1093px;
}

.min_h-1093p {
  min-height: 1093px;
}

.max_w-1093p {
  max-width: 1093px;
}

.max_h-1093p {
  max-height: 1093px;
}

.h-1094p {
  height: 1094px;
}

.w-1094p {
  width: 1094px;
}

.min_w-1094p {
  min-width: 1094px;
}

.min_h-1094p {
  min-height: 1094px;
}

.max_w-1094p {
  max-width: 1094px;
}

.max_h-1094p {
  max-height: 1094px;
}

.h-1095p {
  height: 1095px;
}

.w-1095p {
  width: 1095px;
}

.min_w-1095p {
  min-width: 1095px;
}

.min_h-1095p {
  min-height: 1095px;
}

.max_w-1095p {
  max-width: 1095px;
}

.max_h-1095p {
  max-height: 1095px;
}

.h-1096p {
  height: 1096px;
}

.w-1096p {
  width: 1096px;
}

.min_w-1096p {
  min-width: 1096px;
}

.min_h-1096p {
  min-height: 1096px;
}

.max_w-1096p {
  max-width: 1096px;
}

.max_h-1096p {
  max-height: 1096px;
}

.h-1097p {
  height: 1097px;
}

.w-1097p {
  width: 1097px;
}

.min_w-1097p {
  min-width: 1097px;
}

.min_h-1097p {
  min-height: 1097px;
}

.max_w-1097p {
  max-width: 1097px;
}

.max_h-1097p {
  max-height: 1097px;
}

.h-1098p {
  height: 1098px;
}

.w-1098p {
  width: 1098px;
}

.min_w-1098p {
  min-width: 1098px;
}

.min_h-1098p {
  min-height: 1098px;
}

.max_w-1098p {
  max-width: 1098px;
}

.max_h-1098p {
  max-height: 1098px;
}

.h-1099p {
  height: 1099px;
}

.w-1099p {
  width: 1099px;
}

.min_w-1099p {
  min-width: 1099px;
}

.min_h-1099p {
  min-height: 1099px;
}

.max_w-1099p {
  max-width: 1099px;
}

.max_h-1099p {
  max-height: 1099px;
}

.h-1100p {
  height: 1100px;
}

.w-1100p {
  width: 1100px;
}

.min_w-1100p {
  min-width: 1100px;
}

.min_h-1100p {
  min-height: 1100px;
}

.max_w-1100p {
  max-width: 1100px;
}

.max_h-1100p {
  max-height: 1100px;
}

.h-1101p {
  height: 1101px;
}

.w-1101p {
  width: 1101px;
}

.min_w-1101p {
  min-width: 1101px;
}

.min_h-1101p {
  min-height: 1101px;
}

.max_w-1101p {
  max-width: 1101px;
}

.max_h-1101p {
  max-height: 1101px;
}

.h-1102p {
  height: 1102px;
}

.w-1102p {
  width: 1102px;
}

.min_w-1102p {
  min-width: 1102px;
}

.min_h-1102p {
  min-height: 1102px;
}

.max_w-1102p {
  max-width: 1102px;
}

.max_h-1102p {
  max-height: 1102px;
}

.h-1103p {
  height: 1103px;
}

.w-1103p {
  width: 1103px;
}

.min_w-1103p {
  min-width: 1103px;
}

.min_h-1103p {
  min-height: 1103px;
}

.max_w-1103p {
  max-width: 1103px;
}

.max_h-1103p {
  max-height: 1103px;
}

.h-1104p {
  height: 1104px;
}

.w-1104p {
  width: 1104px;
}

.min_w-1104p {
  min-width: 1104px;
}

.min_h-1104p {
  min-height: 1104px;
}

.max_w-1104p {
  max-width: 1104px;
}

.max_h-1104p {
  max-height: 1104px;
}

.h-1105p {
  height: 1105px;
}

.w-1105p {
  width: 1105px;
}

.min_w-1105p {
  min-width: 1105px;
}

.min_h-1105p {
  min-height: 1105px;
}

.max_w-1105p {
  max-width: 1105px;
}

.max_h-1105p {
  max-height: 1105px;
}

.h-1106p {
  height: 1106px;
}

.w-1106p {
  width: 1106px;
}

.min_w-1106p {
  min-width: 1106px;
}

.min_h-1106p {
  min-height: 1106px;
}

.max_w-1106p {
  max-width: 1106px;
}

.max_h-1106p {
  max-height: 1106px;
}

.h-1107p {
  height: 1107px;
}

.w-1107p {
  width: 1107px;
}

.min_w-1107p {
  min-width: 1107px;
}

.min_h-1107p {
  min-height: 1107px;
}

.max_w-1107p {
  max-width: 1107px;
}

.max_h-1107p {
  max-height: 1107px;
}

.h-1108p {
  height: 1108px;
}

.w-1108p {
  width: 1108px;
}

.min_w-1108p {
  min-width: 1108px;
}

.min_h-1108p {
  min-height: 1108px;
}

.max_w-1108p {
  max-width: 1108px;
}

.max_h-1108p {
  max-height: 1108px;
}

.h-1109p {
  height: 1109px;
}

.w-1109p {
  width: 1109px;
}

.min_w-1109p {
  min-width: 1109px;
}

.min_h-1109p {
  min-height: 1109px;
}

.max_w-1109p {
  max-width: 1109px;
}

.max_h-1109p {
  max-height: 1109px;
}

.h-1110p {
  height: 1110px;
}

.w-1110p {
  width: 1110px;
}

.min_w-1110p {
  min-width: 1110px;
}

.min_h-1110p {
  min-height: 1110px;
}

.max_w-1110p {
  max-width: 1110px;
}

.max_h-1110p {
  max-height: 1110px;
}

.h-1111p {
  height: 1111px;
}

.w-1111p {
  width: 1111px;
}

.min_w-1111p {
  min-width: 1111px;
}

.min_h-1111p {
  min-height: 1111px;
}

.max_w-1111p {
  max-width: 1111px;
}

.max_h-1111p {
  max-height: 1111px;
}

.h-1112p {
  height: 1112px;
}

.w-1112p {
  width: 1112px;
}

.min_w-1112p {
  min-width: 1112px;
}

.min_h-1112p {
  min-height: 1112px;
}

.max_w-1112p {
  max-width: 1112px;
}

.max_h-1112p {
  max-height: 1112px;
}

.h-1113p {
  height: 1113px;
}

.w-1113p {
  width: 1113px;
}

.min_w-1113p {
  min-width: 1113px;
}

.min_h-1113p {
  min-height: 1113px;
}

.max_w-1113p {
  max-width: 1113px;
}

.max_h-1113p {
  max-height: 1113px;
}

.h-1114p {
  height: 1114px;
}

.w-1114p {
  width: 1114px;
}

.min_w-1114p {
  min-width: 1114px;
}

.min_h-1114p {
  min-height: 1114px;
}

.max_w-1114p {
  max-width: 1114px;
}

.max_h-1114p {
  max-height: 1114px;
}

.h-1115p {
  height: 1115px;
}

.w-1115p {
  width: 1115px;
}

.min_w-1115p {
  min-width: 1115px;
}

.min_h-1115p {
  min-height: 1115px;
}

.max_w-1115p {
  max-width: 1115px;
}

.max_h-1115p {
  max-height: 1115px;
}

.h-1116p {
  height: 1116px;
}

.w-1116p {
  width: 1116px;
}

.min_w-1116p {
  min-width: 1116px;
}

.min_h-1116p {
  min-height: 1116px;
}

.max_w-1116p {
  max-width: 1116px;
}

.max_h-1116p {
  max-height: 1116px;
}

.h-1117p {
  height: 1117px;
}

.w-1117p {
  width: 1117px;
}

.min_w-1117p {
  min-width: 1117px;
}

.min_h-1117p {
  min-height: 1117px;
}

.max_w-1117p {
  max-width: 1117px;
}

.max_h-1117p {
  max-height: 1117px;
}

.h-1118p {
  height: 1118px;
}

.w-1118p {
  width: 1118px;
}

.min_w-1118p {
  min-width: 1118px;
}

.min_h-1118p {
  min-height: 1118px;
}

.max_w-1118p {
  max-width: 1118px;
}

.max_h-1118p {
  max-height: 1118px;
}

.h-1119p {
  height: 1119px;
}

.w-1119p {
  width: 1119px;
}

.min_w-1119p {
  min-width: 1119px;
}

.min_h-1119p {
  min-height: 1119px;
}

.max_w-1119p {
  max-width: 1119px;
}

.max_h-1119p {
  max-height: 1119px;
}

.h-1120p {
  height: 1120px;
}

.w-1120p {
  width: 1120px;
}

.min_w-1120p {
  min-width: 1120px;
}

.min_h-1120p {
  min-height: 1120px;
}

.max_w-1120p {
  max-width: 1120px;
}

.max_h-1120p {
  max-height: 1120px;
}

.h-1121p {
  height: 1121px;
}

.w-1121p {
  width: 1121px;
}

.min_w-1121p {
  min-width: 1121px;
}

.min_h-1121p {
  min-height: 1121px;
}

.max_w-1121p {
  max-width: 1121px;
}

.max_h-1121p {
  max-height: 1121px;
}

.h-1122p {
  height: 1122px;
}

.w-1122p {
  width: 1122px;
}

.min_w-1122p {
  min-width: 1122px;
}

.min_h-1122p {
  min-height: 1122px;
}

.max_w-1122p {
  max-width: 1122px;
}

.max_h-1122p {
  max-height: 1122px;
}

.h-1123p {
  height: 1123px;
}

.w-1123p {
  width: 1123px;
}

.min_w-1123p {
  min-width: 1123px;
}

.min_h-1123p {
  min-height: 1123px;
}

.max_w-1123p {
  max-width: 1123px;
}

.max_h-1123p {
  max-height: 1123px;
}

.h-1124p {
  height: 1124px;
}

.w-1124p {
  width: 1124px;
}

.min_w-1124p {
  min-width: 1124px;
}

.min_h-1124p {
  min-height: 1124px;
}

.max_w-1124p {
  max-width: 1124px;
}

.max_h-1124p {
  max-height: 1124px;
}

.h-1125p {
  height: 1125px;
}

.w-1125p {
  width: 1125px;
}

.min_w-1125p {
  min-width: 1125px;
}

.min_h-1125p {
  min-height: 1125px;
}

.max_w-1125p {
  max-width: 1125px;
}

.max_h-1125p {
  max-height: 1125px;
}

.h-1126p {
  height: 1126px;
}

.w-1126p {
  width: 1126px;
}

.min_w-1126p {
  min-width: 1126px;
}

.min_h-1126p {
  min-height: 1126px;
}

.max_w-1126p {
  max-width: 1126px;
}

.max_h-1126p {
  max-height: 1126px;
}

.h-1127p {
  height: 1127px;
}

.w-1127p {
  width: 1127px;
}

.min_w-1127p {
  min-width: 1127px;
}

.min_h-1127p {
  min-height: 1127px;
}

.max_w-1127p {
  max-width: 1127px;
}

.max_h-1127p {
  max-height: 1127px;
}

.h-1128p {
  height: 1128px;
}

.w-1128p {
  width: 1128px;
}

.min_w-1128p {
  min-width: 1128px;
}

.min_h-1128p {
  min-height: 1128px;
}

.max_w-1128p {
  max-width: 1128px;
}

.max_h-1128p {
  max-height: 1128px;
}

.h-1129p {
  height: 1129px;
}

.w-1129p {
  width: 1129px;
}

.min_w-1129p {
  min-width: 1129px;
}

.min_h-1129p {
  min-height: 1129px;
}

.max_w-1129p {
  max-width: 1129px;
}

.max_h-1129p {
  max-height: 1129px;
}

.h-1130p {
  height: 1130px;
}

.w-1130p {
  width: 1130px;
}

.min_w-1130p {
  min-width: 1130px;
}

.min_h-1130p {
  min-height: 1130px;
}

.max_w-1130p {
  max-width: 1130px;
}

.max_h-1130p {
  max-height: 1130px;
}

.h-1131p {
  height: 1131px;
}

.w-1131p {
  width: 1131px;
}

.min_w-1131p {
  min-width: 1131px;
}

.min_h-1131p {
  min-height: 1131px;
}

.max_w-1131p {
  max-width: 1131px;
}

.max_h-1131p {
  max-height: 1131px;
}

.h-1132p {
  height: 1132px;
}

.w-1132p {
  width: 1132px;
}

.min_w-1132p {
  min-width: 1132px;
}

.min_h-1132p {
  min-height: 1132px;
}

.max_w-1132p {
  max-width: 1132px;
}

.max_h-1132p {
  max-height: 1132px;
}

.h-1133p {
  height: 1133px;
}

.w-1133p {
  width: 1133px;
}

.min_w-1133p {
  min-width: 1133px;
}

.min_h-1133p {
  min-height: 1133px;
}

.max_w-1133p {
  max-width: 1133px;
}

.max_h-1133p {
  max-height: 1133px;
}

.h-1134p {
  height: 1134px;
}

.w-1134p {
  width: 1134px;
}

.min_w-1134p {
  min-width: 1134px;
}

.min_h-1134p {
  min-height: 1134px;
}

.max_w-1134p {
  max-width: 1134px;
}

.max_h-1134p {
  max-height: 1134px;
}

.h-1135p {
  height: 1135px;
}

.w-1135p {
  width: 1135px;
}

.min_w-1135p {
  min-width: 1135px;
}

.min_h-1135p {
  min-height: 1135px;
}

.max_w-1135p {
  max-width: 1135px;
}

.max_h-1135p {
  max-height: 1135px;
}

.h-1136p {
  height: 1136px;
}

.w-1136p {
  width: 1136px;
}

.min_w-1136p {
  min-width: 1136px;
}

.min_h-1136p {
  min-height: 1136px;
}

.max_w-1136p {
  max-width: 1136px;
}

.max_h-1136p {
  max-height: 1136px;
}

.h-1137p {
  height: 1137px;
}

.w-1137p {
  width: 1137px;
}

.min_w-1137p {
  min-width: 1137px;
}

.min_h-1137p {
  min-height: 1137px;
}

.max_w-1137p {
  max-width: 1137px;
}

.max_h-1137p {
  max-height: 1137px;
}

.h-1138p {
  height: 1138px;
}

.w-1138p {
  width: 1138px;
}

.min_w-1138p {
  min-width: 1138px;
}

.min_h-1138p {
  min-height: 1138px;
}

.max_w-1138p {
  max-width: 1138px;
}

.max_h-1138p {
  max-height: 1138px;
}

.h-1139p {
  height: 1139px;
}

.w-1139p {
  width: 1139px;
}

.min_w-1139p {
  min-width: 1139px;
}

.min_h-1139p {
  min-height: 1139px;
}

.max_w-1139p {
  max-width: 1139px;
}

.max_h-1139p {
  max-height: 1139px;
}

.h-1140p {
  height: 1140px;
}

.w-1140p {
  width: 1140px;
}

.min_w-1140p {
  min-width: 1140px;
}

.min_h-1140p {
  min-height: 1140px;
}

.max_w-1140p {
  max-width: 1140px;
}

.max_h-1140p {
  max-height: 1140px;
}

.h-1141p {
  height: 1141px;
}

.w-1141p {
  width: 1141px;
}

.min_w-1141p {
  min-width: 1141px;
}

.min_h-1141p {
  min-height: 1141px;
}

.max_w-1141p {
  max-width: 1141px;
}

.max_h-1141p {
  max-height: 1141px;
}

.h-1142p {
  height: 1142px;
}

.w-1142p {
  width: 1142px;
}

.min_w-1142p {
  min-width: 1142px;
}

.min_h-1142p {
  min-height: 1142px;
}

.max_w-1142p {
  max-width: 1142px;
}

.max_h-1142p {
  max-height: 1142px;
}

.h-1143p {
  height: 1143px;
}

.w-1143p {
  width: 1143px;
}

.min_w-1143p {
  min-width: 1143px;
}

.min_h-1143p {
  min-height: 1143px;
}

.max_w-1143p {
  max-width: 1143px;
}

.max_h-1143p {
  max-height: 1143px;
}

.h-1144p {
  height: 1144px;
}

.w-1144p {
  width: 1144px;
}

.min_w-1144p {
  min-width: 1144px;
}

.min_h-1144p {
  min-height: 1144px;
}

.max_w-1144p {
  max-width: 1144px;
}

.max_h-1144p {
  max-height: 1144px;
}

.h-1145p {
  height: 1145px;
}

.w-1145p {
  width: 1145px;
}

.min_w-1145p {
  min-width: 1145px;
}

.min_h-1145p {
  min-height: 1145px;
}

.max_w-1145p {
  max-width: 1145px;
}

.max_h-1145p {
  max-height: 1145px;
}

.h-1146p {
  height: 1146px;
}

.w-1146p {
  width: 1146px;
}

.min_w-1146p {
  min-width: 1146px;
}

.min_h-1146p {
  min-height: 1146px;
}

.max_w-1146p {
  max-width: 1146px;
}

.max_h-1146p {
  max-height: 1146px;
}

.h-1147p {
  height: 1147px;
}

.w-1147p {
  width: 1147px;
}

.min_w-1147p {
  min-width: 1147px;
}

.min_h-1147p {
  min-height: 1147px;
}

.max_w-1147p {
  max-width: 1147px;
}

.max_h-1147p {
  max-height: 1147px;
}

.h-1148p {
  height: 1148px;
}

.w-1148p {
  width: 1148px;
}

.min_w-1148p {
  min-width: 1148px;
}

.min_h-1148p {
  min-height: 1148px;
}

.max_w-1148p {
  max-width: 1148px;
}

.max_h-1148p {
  max-height: 1148px;
}

.h-1149p {
  height: 1149px;
}

.w-1149p {
  width: 1149px;
}

.min_w-1149p {
  min-width: 1149px;
}

.min_h-1149p {
  min-height: 1149px;
}

.max_w-1149p {
  max-width: 1149px;
}

.max_h-1149p {
  max-height: 1149px;
}

.h-1150p {
  height: 1150px;
}

.w-1150p {
  width: 1150px;
}

.min_w-1150p {
  min-width: 1150px;
}

.min_h-1150p {
  min-height: 1150px;
}

.max_w-1150p {
  max-width: 1150px;
}

.max_h-1150p {
  max-height: 1150px;
}

.h-1151p {
  height: 1151px;
}

.w-1151p {
  width: 1151px;
}

.min_w-1151p {
  min-width: 1151px;
}

.min_h-1151p {
  min-height: 1151px;
}

.max_w-1151p {
  max-width: 1151px;
}

.max_h-1151p {
  max-height: 1151px;
}

.h-1152p {
  height: 1152px;
}

.w-1152p {
  width: 1152px;
}

.min_w-1152p {
  min-width: 1152px;
}

.min_h-1152p {
  min-height: 1152px;
}

.max_w-1152p {
  max-width: 1152px;
}

.max_h-1152p {
  max-height: 1152px;
}

.h-1153p {
  height: 1153px;
}

.w-1153p {
  width: 1153px;
}

.min_w-1153p {
  min-width: 1153px;
}

.min_h-1153p {
  min-height: 1153px;
}

.max_w-1153p {
  max-width: 1153px;
}

.max_h-1153p {
  max-height: 1153px;
}

.h-1154p {
  height: 1154px;
}

.w-1154p {
  width: 1154px;
}

.min_w-1154p {
  min-width: 1154px;
}

.min_h-1154p {
  min-height: 1154px;
}

.max_w-1154p {
  max-width: 1154px;
}

.max_h-1154p {
  max-height: 1154px;
}

.h-1155p {
  height: 1155px;
}

.w-1155p {
  width: 1155px;
}

.min_w-1155p {
  min-width: 1155px;
}

.min_h-1155p {
  min-height: 1155px;
}

.max_w-1155p {
  max-width: 1155px;
}

.max_h-1155p {
  max-height: 1155px;
}

.h-1156p {
  height: 1156px;
}

.w-1156p {
  width: 1156px;
}

.min_w-1156p {
  min-width: 1156px;
}

.min_h-1156p {
  min-height: 1156px;
}

.max_w-1156p {
  max-width: 1156px;
}

.max_h-1156p {
  max-height: 1156px;
}

.h-1157p {
  height: 1157px;
}

.w-1157p {
  width: 1157px;
}

.min_w-1157p {
  min-width: 1157px;
}

.min_h-1157p {
  min-height: 1157px;
}

.max_w-1157p {
  max-width: 1157px;
}

.max_h-1157p {
  max-height: 1157px;
}

.h-1158p {
  height: 1158px;
}

.w-1158p {
  width: 1158px;
}

.min_w-1158p {
  min-width: 1158px;
}

.min_h-1158p {
  min-height: 1158px;
}

.max_w-1158p {
  max-width: 1158px;
}

.max_h-1158p {
  max-height: 1158px;
}

.h-1159p {
  height: 1159px;
}

.w-1159p {
  width: 1159px;
}

.min_w-1159p {
  min-width: 1159px;
}

.min_h-1159p {
  min-height: 1159px;
}

.max_w-1159p {
  max-width: 1159px;
}

.max_h-1159p {
  max-height: 1159px;
}

.h-1160p {
  height: 1160px;
}

.w-1160p {
  width: 1160px;
}

.min_w-1160p {
  min-width: 1160px;
}

.min_h-1160p {
  min-height: 1160px;
}

.max_w-1160p {
  max-width: 1160px;
}

.max_h-1160p {
  max-height: 1160px;
}

.h-1161p {
  height: 1161px;
}

.w-1161p {
  width: 1161px;
}

.min_w-1161p {
  min-width: 1161px;
}

.min_h-1161p {
  min-height: 1161px;
}

.max_w-1161p {
  max-width: 1161px;
}

.max_h-1161p {
  max-height: 1161px;
}

.h-1162p {
  height: 1162px;
}

.w-1162p {
  width: 1162px;
}

.min_w-1162p {
  min-width: 1162px;
}

.min_h-1162p {
  min-height: 1162px;
}

.max_w-1162p {
  max-width: 1162px;
}

.max_h-1162p {
  max-height: 1162px;
}

.h-1163p {
  height: 1163px;
}

.w-1163p {
  width: 1163px;
}

.min_w-1163p {
  min-width: 1163px;
}

.min_h-1163p {
  min-height: 1163px;
}

.max_w-1163p {
  max-width: 1163px;
}

.max_h-1163p {
  max-height: 1163px;
}

.h-1164p {
  height: 1164px;
}

.w-1164p {
  width: 1164px;
}

.min_w-1164p {
  min-width: 1164px;
}

.min_h-1164p {
  min-height: 1164px;
}

.max_w-1164p {
  max-width: 1164px;
}

.max_h-1164p {
  max-height: 1164px;
}

.h-1165p {
  height: 1165px;
}

.w-1165p {
  width: 1165px;
}

.min_w-1165p {
  min-width: 1165px;
}

.min_h-1165p {
  min-height: 1165px;
}

.max_w-1165p {
  max-width: 1165px;
}

.max_h-1165p {
  max-height: 1165px;
}

.h-1166p {
  height: 1166px;
}

.w-1166p {
  width: 1166px;
}

.min_w-1166p {
  min-width: 1166px;
}

.min_h-1166p {
  min-height: 1166px;
}

.max_w-1166p {
  max-width: 1166px;
}

.max_h-1166p {
  max-height: 1166px;
}

.h-1167p {
  height: 1167px;
}

.w-1167p {
  width: 1167px;
}

.min_w-1167p {
  min-width: 1167px;
}

.min_h-1167p {
  min-height: 1167px;
}

.max_w-1167p {
  max-width: 1167px;
}

.max_h-1167p {
  max-height: 1167px;
}

.h-1168p {
  height: 1168px;
}

.w-1168p {
  width: 1168px;
}

.min_w-1168p {
  min-width: 1168px;
}

.min_h-1168p {
  min-height: 1168px;
}

.max_w-1168p {
  max-width: 1168px;
}

.max_h-1168p {
  max-height: 1168px;
}

.h-1169p {
  height: 1169px;
}

.w-1169p {
  width: 1169px;
}

.min_w-1169p {
  min-width: 1169px;
}

.min_h-1169p {
  min-height: 1169px;
}

.max_w-1169p {
  max-width: 1169px;
}

.max_h-1169p {
  max-height: 1169px;
}

.h-1170p {
  height: 1170px;
}

.w-1170p {
  width: 1170px;
}

.min_w-1170p {
  min-width: 1170px;
}

.min_h-1170p {
  min-height: 1170px;
}

.max_w-1170p {
  max-width: 1170px;
}

.max_h-1170p {
  max-height: 1170px;
}

.h-1171p {
  height: 1171px;
}

.w-1171p {
  width: 1171px;
}

.min_w-1171p {
  min-width: 1171px;
}

.min_h-1171p {
  min-height: 1171px;
}

.max_w-1171p {
  max-width: 1171px;
}

.max_h-1171p {
  max-height: 1171px;
}

.h-1172p {
  height: 1172px;
}

.w-1172p {
  width: 1172px;
}

.min_w-1172p {
  min-width: 1172px;
}

.min_h-1172p {
  min-height: 1172px;
}

.max_w-1172p {
  max-width: 1172px;
}

.max_h-1172p {
  max-height: 1172px;
}

.h-1173p {
  height: 1173px;
}

.w-1173p {
  width: 1173px;
}

.min_w-1173p {
  min-width: 1173px;
}

.min_h-1173p {
  min-height: 1173px;
}

.max_w-1173p {
  max-width: 1173px;
}

.max_h-1173p {
  max-height: 1173px;
}

.h-1174p {
  height: 1174px;
}

.w-1174p {
  width: 1174px;
}

.min_w-1174p {
  min-width: 1174px;
}

.min_h-1174p {
  min-height: 1174px;
}

.max_w-1174p {
  max-width: 1174px;
}

.max_h-1174p {
  max-height: 1174px;
}

.h-1175p {
  height: 1175px;
}

.w-1175p {
  width: 1175px;
}

.min_w-1175p {
  min-width: 1175px;
}

.min_h-1175p {
  min-height: 1175px;
}

.max_w-1175p {
  max-width: 1175px;
}

.max_h-1175p {
  max-height: 1175px;
}

.h-1176p {
  height: 1176px;
}

.w-1176p {
  width: 1176px;
}

.min_w-1176p {
  min-width: 1176px;
}

.min_h-1176p {
  min-height: 1176px;
}

.max_w-1176p {
  max-width: 1176px;
}

.max_h-1176p {
  max-height: 1176px;
}

.h-1177p {
  height: 1177px;
}

.w-1177p {
  width: 1177px;
}

.min_w-1177p {
  min-width: 1177px;
}

.min_h-1177p {
  min-height: 1177px;
}

.max_w-1177p {
  max-width: 1177px;
}

.max_h-1177p {
  max-height: 1177px;
}

.h-1178p {
  height: 1178px;
}

.w-1178p {
  width: 1178px;
}

.min_w-1178p {
  min-width: 1178px;
}

.min_h-1178p {
  min-height: 1178px;
}

.max_w-1178p {
  max-width: 1178px;
}

.max_h-1178p {
  max-height: 1178px;
}

.h-1179p {
  height: 1179px;
}

.w-1179p {
  width: 1179px;
}

.min_w-1179p {
  min-width: 1179px;
}

.min_h-1179p {
  min-height: 1179px;
}

.max_w-1179p {
  max-width: 1179px;
}

.max_h-1179p {
  max-height: 1179px;
}

.h-1180p {
  height: 1180px;
}

.w-1180p {
  width: 1180px;
}

.min_w-1180p {
  min-width: 1180px;
}

.min_h-1180p {
  min-height: 1180px;
}

.max_w-1180p {
  max-width: 1180px;
}

.max_h-1180p {
  max-height: 1180px;
}

.h-1181p {
  height: 1181px;
}

.w-1181p {
  width: 1181px;
}

.min_w-1181p {
  min-width: 1181px;
}

.min_h-1181p {
  min-height: 1181px;
}

.max_w-1181p {
  max-width: 1181px;
}

.max_h-1181p {
  max-height: 1181px;
}

.h-1182p {
  height: 1182px;
}

.w-1182p {
  width: 1182px;
}

.min_w-1182p {
  min-width: 1182px;
}

.min_h-1182p {
  min-height: 1182px;
}

.max_w-1182p {
  max-width: 1182px;
}

.max_h-1182p {
  max-height: 1182px;
}

.h-1183p {
  height: 1183px;
}

.w-1183p {
  width: 1183px;
}

.min_w-1183p {
  min-width: 1183px;
}

.min_h-1183p {
  min-height: 1183px;
}

.max_w-1183p {
  max-width: 1183px;
}

.max_h-1183p {
  max-height: 1183px;
}

.h-1184p {
  height: 1184px;
}

.w-1184p {
  width: 1184px;
}

.min_w-1184p {
  min-width: 1184px;
}

.min_h-1184p {
  min-height: 1184px;
}

.max_w-1184p {
  max-width: 1184px;
}

.max_h-1184p {
  max-height: 1184px;
}

.h-1185p {
  height: 1185px;
}

.w-1185p {
  width: 1185px;
}

.min_w-1185p {
  min-width: 1185px;
}

.min_h-1185p {
  min-height: 1185px;
}

.max_w-1185p {
  max-width: 1185px;
}

.max_h-1185p {
  max-height: 1185px;
}

.h-1186p {
  height: 1186px;
}

.w-1186p {
  width: 1186px;
}

.min_w-1186p {
  min-width: 1186px;
}

.min_h-1186p {
  min-height: 1186px;
}

.max_w-1186p {
  max-width: 1186px;
}

.max_h-1186p {
  max-height: 1186px;
}

.h-1187p {
  height: 1187px;
}

.w-1187p {
  width: 1187px;
}

.min_w-1187p {
  min-width: 1187px;
}

.min_h-1187p {
  min-height: 1187px;
}

.max_w-1187p {
  max-width: 1187px;
}

.max_h-1187p {
  max-height: 1187px;
}

.h-1188p {
  height: 1188px;
}

.w-1188p {
  width: 1188px;
}

.min_w-1188p {
  min-width: 1188px;
}

.min_h-1188p {
  min-height: 1188px;
}

.max_w-1188p {
  max-width: 1188px;
}

.max_h-1188p {
  max-height: 1188px;
}

.h-1189p {
  height: 1189px;
}

.w-1189p {
  width: 1189px;
}

.min_w-1189p {
  min-width: 1189px;
}

.min_h-1189p {
  min-height: 1189px;
}

.max_w-1189p {
  max-width: 1189px;
}

.max_h-1189p {
  max-height: 1189px;
}

.h-1190p {
  height: 1190px;
}

.w-1190p {
  width: 1190px;
}

.min_w-1190p {
  min-width: 1190px;
}

.min_h-1190p {
  min-height: 1190px;
}

.max_w-1190p {
  max-width: 1190px;
}

.max_h-1190p {
  max-height: 1190px;
}

.h-1191p {
  height: 1191px;
}

.w-1191p {
  width: 1191px;
}

.min_w-1191p {
  min-width: 1191px;
}

.min_h-1191p {
  min-height: 1191px;
}

.max_w-1191p {
  max-width: 1191px;
}

.max_h-1191p {
  max-height: 1191px;
}

.h-1192p {
  height: 1192px;
}

.w-1192p {
  width: 1192px;
}

.min_w-1192p {
  min-width: 1192px;
}

.min_h-1192p {
  min-height: 1192px;
}

.max_w-1192p {
  max-width: 1192px;
}

.max_h-1192p {
  max-height: 1192px;
}

.h-1193p {
  height: 1193px;
}

.w-1193p {
  width: 1193px;
}

.min_w-1193p {
  min-width: 1193px;
}

.min_h-1193p {
  min-height: 1193px;
}

.max_w-1193p {
  max-width: 1193px;
}

.max_h-1193p {
  max-height: 1193px;
}

.h-1194p {
  height: 1194px;
}

.w-1194p {
  width: 1194px;
}

.min_w-1194p {
  min-width: 1194px;
}

.min_h-1194p {
  min-height: 1194px;
}

.max_w-1194p {
  max-width: 1194px;
}

.max_h-1194p {
  max-height: 1194px;
}

.h-1195p {
  height: 1195px;
}

.w-1195p {
  width: 1195px;
}

.min_w-1195p {
  min-width: 1195px;
}

.min_h-1195p {
  min-height: 1195px;
}

.max_w-1195p {
  max-width: 1195px;
}

.max_h-1195p {
  max-height: 1195px;
}

.h-1196p {
  height: 1196px;
}

.w-1196p {
  width: 1196px;
}

.min_w-1196p {
  min-width: 1196px;
}

.min_h-1196p {
  min-height: 1196px;
}

.max_w-1196p {
  max-width: 1196px;
}

.max_h-1196p {
  max-height: 1196px;
}

.h-1197p {
  height: 1197px;
}

.w-1197p {
  width: 1197px;
}

.min_w-1197p {
  min-width: 1197px;
}

.min_h-1197p {
  min-height: 1197px;
}

.max_w-1197p {
  max-width: 1197px;
}

.max_h-1197p {
  max-height: 1197px;
}

.h-1198p {
  height: 1198px;
}

.w-1198p {
  width: 1198px;
}

.min_w-1198p {
  min-width: 1198px;
}

.min_h-1198p {
  min-height: 1198px;
}

.max_w-1198p {
  max-width: 1198px;
}

.max_h-1198p {
  max-height: 1198px;
}

.h-1199p {
  height: 1199px;
}

.w-1199p {
  width: 1199px;
}

.min_w-1199p {
  min-width: 1199px;
}

.min_h-1199p {
  min-height: 1199px;
}

.max_w-1199p {
  max-width: 1199px;
}

.max_h-1199p {
  max-height: 1199px;
}

@media screen and (min-width: 450px) {
  .mobile\:h-10p {
    height: 10px;
  }
  .mobile\:w-10p {
    width: 10px;
  }
  .mobile\:min_w-10p {
    min-width: 10px;
  }
  .mobile\:min_h-10p {
    min-height: 10px;
  }
  .mobile\:max_w-10p {
    max-width: 10px;
  }
  .mobile\:max_h-10p {
    max-height: 10px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-20p {
    height: 20px;
  }
  .mobile\:w-20p {
    width: 20px;
  }
  .mobile\:min_w-20p {
    min-width: 20px;
  }
  .mobile\:min_h-20p {
    min-height: 20px;
  }
  .mobile\:max_w-20p {
    max-width: 20px;
  }
  .mobile\:max_h-20p {
    max-height: 20px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-30p {
    height: 30px;
  }
  .mobile\:w-30p {
    width: 30px;
  }
  .mobile\:min_w-30p {
    min-width: 30px;
  }
  .mobile\:min_h-30p {
    min-height: 30px;
  }
  .mobile\:max_w-30p {
    max-width: 30px;
  }
  .mobile\:max_h-30p {
    max-height: 30px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-40p {
    height: 40px;
  }
  .mobile\:w-40p {
    width: 40px;
  }
  .mobile\:min_w-40p {
    min-width: 40px;
  }
  .mobile\:min_h-40p {
    min-height: 40px;
  }
  .mobile\:max_w-40p {
    max-width: 40px;
  }
  .mobile\:max_h-40p {
    max-height: 40px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-50p {
    height: 50px;
  }
  .mobile\:w-50p {
    width: 50px;
  }
  .mobile\:min_w-50p {
    min-width: 50px;
  }
  .mobile\:min_h-50p {
    min-height: 50px;
  }
  .mobile\:max_w-50p {
    max-width: 50px;
  }
  .mobile\:max_h-50p {
    max-height: 50px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-60p {
    height: 60px;
  }
  .mobile\:w-60p {
    width: 60px;
  }
  .mobile\:min_w-60p {
    min-width: 60px;
  }
  .mobile\:min_h-60p {
    min-height: 60px;
  }
  .mobile\:max_w-60p {
    max-width: 60px;
  }
  .mobile\:max_h-60p {
    max-height: 60px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-70p {
    height: 70px;
  }
  .mobile\:w-70p {
    width: 70px;
  }
  .mobile\:min_w-70p {
    min-width: 70px;
  }
  .mobile\:min_h-70p {
    min-height: 70px;
  }
  .mobile\:max_w-70p {
    max-width: 70px;
  }
  .mobile\:max_h-70p {
    max-height: 70px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-80p {
    height: 80px;
  }
  .mobile\:w-80p {
    width: 80px;
  }
  .mobile\:min_w-80p {
    min-width: 80px;
  }
  .mobile\:min_h-80p {
    min-height: 80px;
  }
  .mobile\:max_w-80p {
    max-width: 80px;
  }
  .mobile\:max_h-80p {
    max-height: 80px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-90p {
    height: 90px;
  }
  .mobile\:w-90p {
    width: 90px;
  }
  .mobile\:min_w-90p {
    min-width: 90px;
  }
  .mobile\:min_h-90p {
    min-height: 90px;
  }
  .mobile\:max_w-90p {
    max-width: 90px;
  }
  .mobile\:max_h-90p {
    max-height: 90px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-100p {
    height: 100px;
  }
  .mobile\:w-100p {
    width: 100px;
  }
  .mobile\:min_w-100p {
    min-width: 100px;
  }
  .mobile\:min_h-100p {
    min-height: 100px;
  }
  .mobile\:max_w-100p {
    max-width: 100px;
  }
  .mobile\:max_h-100p {
    max-height: 100px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-110p {
    height: 110px;
  }
  .mobile\:w-110p {
    width: 110px;
  }
  .mobile\:min_w-110p {
    min-width: 110px;
  }
  .mobile\:min_h-110p {
    min-height: 110px;
  }
  .mobile\:max_w-110p {
    max-width: 110px;
  }
  .mobile\:max_h-110p {
    max-height: 110px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-120p {
    height: 120px;
  }
  .mobile\:w-120p {
    width: 120px;
  }
  .mobile\:min_w-120p {
    min-width: 120px;
  }
  .mobile\:min_h-120p {
    min-height: 120px;
  }
  .mobile\:max_w-120p {
    max-width: 120px;
  }
  .mobile\:max_h-120p {
    max-height: 120px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-130p {
    height: 130px;
  }
  .mobile\:w-130p {
    width: 130px;
  }
  .mobile\:min_w-130p {
    min-width: 130px;
  }
  .mobile\:min_h-130p {
    min-height: 130px;
  }
  .mobile\:max_w-130p {
    max-width: 130px;
  }
  .mobile\:max_h-130p {
    max-height: 130px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-140p {
    height: 140px;
  }
  .mobile\:w-140p {
    width: 140px;
  }
  .mobile\:min_w-140p {
    min-width: 140px;
  }
  .mobile\:min_h-140p {
    min-height: 140px;
  }
  .mobile\:max_w-140p {
    max-width: 140px;
  }
  .mobile\:max_h-140p {
    max-height: 140px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-150p {
    height: 150px;
  }
  .mobile\:w-150p {
    width: 150px;
  }
  .mobile\:min_w-150p {
    min-width: 150px;
  }
  .mobile\:min_h-150p {
    min-height: 150px;
  }
  .mobile\:max_w-150p {
    max-width: 150px;
  }
  .mobile\:max_h-150p {
    max-height: 150px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-160p {
    height: 160px;
  }
  .mobile\:w-160p {
    width: 160px;
  }
  .mobile\:min_w-160p {
    min-width: 160px;
  }
  .mobile\:min_h-160p {
    min-height: 160px;
  }
  .mobile\:max_w-160p {
    max-width: 160px;
  }
  .mobile\:max_h-160p {
    max-height: 160px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-170p {
    height: 170px;
  }
  .mobile\:w-170p {
    width: 170px;
  }
  .mobile\:min_w-170p {
    min-width: 170px;
  }
  .mobile\:min_h-170p {
    min-height: 170px;
  }
  .mobile\:max_w-170p {
    max-width: 170px;
  }
  .mobile\:max_h-170p {
    max-height: 170px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-180p {
    height: 180px;
  }
  .mobile\:w-180p {
    width: 180px;
  }
  .mobile\:min_w-180p {
    min-width: 180px;
  }
  .mobile\:min_h-180p {
    min-height: 180px;
  }
  .mobile\:max_w-180p {
    max-width: 180px;
  }
  .mobile\:max_h-180p {
    max-height: 180px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-190p {
    height: 190px;
  }
  .mobile\:w-190p {
    width: 190px;
  }
  .mobile\:min_w-190p {
    min-width: 190px;
  }
  .mobile\:min_h-190p {
    min-height: 190px;
  }
  .mobile\:max_w-190p {
    max-width: 190px;
  }
  .mobile\:max_h-190p {
    max-height: 190px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-200p {
    height: 200px;
  }
  .mobile\:w-200p {
    width: 200px;
  }
  .mobile\:min_w-200p {
    min-width: 200px;
  }
  .mobile\:min_h-200p {
    min-height: 200px;
  }
  .mobile\:max_w-200p {
    max-width: 200px;
  }
  .mobile\:max_h-200p {
    max-height: 200px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-210p {
    height: 210px;
  }
  .mobile\:w-210p {
    width: 210px;
  }
  .mobile\:min_w-210p {
    min-width: 210px;
  }
  .mobile\:min_h-210p {
    min-height: 210px;
  }
  .mobile\:max_w-210p {
    max-width: 210px;
  }
  .mobile\:max_h-210p {
    max-height: 210px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-220p {
    height: 220px;
  }
  .mobile\:w-220p {
    width: 220px;
  }
  .mobile\:min_w-220p {
    min-width: 220px;
  }
  .mobile\:min_h-220p {
    min-height: 220px;
  }
  .mobile\:max_w-220p {
    max-width: 220px;
  }
  .mobile\:max_h-220p {
    max-height: 220px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-230p {
    height: 230px;
  }
  .mobile\:w-230p {
    width: 230px;
  }
  .mobile\:min_w-230p {
    min-width: 230px;
  }
  .mobile\:min_h-230p {
    min-height: 230px;
  }
  .mobile\:max_w-230p {
    max-width: 230px;
  }
  .mobile\:max_h-230p {
    max-height: 230px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-240p {
    height: 240px;
  }
  .mobile\:w-240p {
    width: 240px;
  }
  .mobile\:min_w-240p {
    min-width: 240px;
  }
  .mobile\:min_h-240p {
    min-height: 240px;
  }
  .mobile\:max_w-240p {
    max-width: 240px;
  }
  .mobile\:max_h-240p {
    max-height: 240px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-250p {
    height: 250px;
  }
  .mobile\:w-250p {
    width: 250px;
  }
  .mobile\:min_w-250p {
    min-width: 250px;
  }
  .mobile\:min_h-250p {
    min-height: 250px;
  }
  .mobile\:max_w-250p {
    max-width: 250px;
  }
  .mobile\:max_h-250p {
    max-height: 250px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-260p {
    height: 260px;
  }
  .mobile\:w-260p {
    width: 260px;
  }
  .mobile\:min_w-260p {
    min-width: 260px;
  }
  .mobile\:min_h-260p {
    min-height: 260px;
  }
  .mobile\:max_w-260p {
    max-width: 260px;
  }
  .mobile\:max_h-260p {
    max-height: 260px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-270p {
    height: 270px;
  }
  .mobile\:w-270p {
    width: 270px;
  }
  .mobile\:min_w-270p {
    min-width: 270px;
  }
  .mobile\:min_h-270p {
    min-height: 270px;
  }
  .mobile\:max_w-270p {
    max-width: 270px;
  }
  .mobile\:max_h-270p {
    max-height: 270px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-280p {
    height: 280px;
  }
  .mobile\:w-280p {
    width: 280px;
  }
  .mobile\:min_w-280p {
    min-width: 280px;
  }
  .mobile\:min_h-280p {
    min-height: 280px;
  }
  .mobile\:max_w-280p {
    max-width: 280px;
  }
  .mobile\:max_h-280p {
    max-height: 280px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-290p {
    height: 290px;
  }
  .mobile\:w-290p {
    width: 290px;
  }
  .mobile\:min_w-290p {
    min-width: 290px;
  }
  .mobile\:min_h-290p {
    min-height: 290px;
  }
  .mobile\:max_w-290p {
    max-width: 290px;
  }
  .mobile\:max_h-290p {
    max-height: 290px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-300p {
    height: 300px;
  }
  .mobile\:w-300p {
    width: 300px;
  }
  .mobile\:min_w-300p {
    min-width: 300px;
  }
  .mobile\:min_h-300p {
    min-height: 300px;
  }
  .mobile\:max_w-300p {
    max-width: 300px;
  }
  .mobile\:max_h-300p {
    max-height: 300px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-310p {
    height: 310px;
  }
  .mobile\:w-310p {
    width: 310px;
  }
  .mobile\:min_w-310p {
    min-width: 310px;
  }
  .mobile\:min_h-310p {
    min-height: 310px;
  }
  .mobile\:max_w-310p {
    max-width: 310px;
  }
  .mobile\:max_h-310p {
    max-height: 310px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-320p {
    height: 320px;
  }
  .mobile\:w-320p {
    width: 320px;
  }
  .mobile\:min_w-320p {
    min-width: 320px;
  }
  .mobile\:min_h-320p {
    min-height: 320px;
  }
  .mobile\:max_w-320p {
    max-width: 320px;
  }
  .mobile\:max_h-320p {
    max-height: 320px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-330p {
    height: 330px;
  }
  .mobile\:w-330p {
    width: 330px;
  }
  .mobile\:min_w-330p {
    min-width: 330px;
  }
  .mobile\:min_h-330p {
    min-height: 330px;
  }
  .mobile\:max_w-330p {
    max-width: 330px;
  }
  .mobile\:max_h-330p {
    max-height: 330px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-340p {
    height: 340px;
  }
  .mobile\:w-340p {
    width: 340px;
  }
  .mobile\:min_w-340p {
    min-width: 340px;
  }
  .mobile\:min_h-340p {
    min-height: 340px;
  }
  .mobile\:max_w-340p {
    max-width: 340px;
  }
  .mobile\:max_h-340p {
    max-height: 340px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-350p {
    height: 350px;
  }
  .mobile\:w-350p {
    width: 350px;
  }
  .mobile\:min_w-350p {
    min-width: 350px;
  }
  .mobile\:min_h-350p {
    min-height: 350px;
  }
  .mobile\:max_w-350p {
    max-width: 350px;
  }
  .mobile\:max_h-350p {
    max-height: 350px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-360p {
    height: 360px;
  }
  .mobile\:w-360p {
    width: 360px;
  }
  .mobile\:min_w-360p {
    min-width: 360px;
  }
  .mobile\:min_h-360p {
    min-height: 360px;
  }
  .mobile\:max_w-360p {
    max-width: 360px;
  }
  .mobile\:max_h-360p {
    max-height: 360px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-370p {
    height: 370px;
  }
  .mobile\:w-370p {
    width: 370px;
  }
  .mobile\:min_w-370p {
    min-width: 370px;
  }
  .mobile\:min_h-370p {
    min-height: 370px;
  }
  .mobile\:max_w-370p {
    max-width: 370px;
  }
  .mobile\:max_h-370p {
    max-height: 370px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-380p {
    height: 380px;
  }
  .mobile\:w-380p {
    width: 380px;
  }
  .mobile\:min_w-380p {
    min-width: 380px;
  }
  .mobile\:min_h-380p {
    min-height: 380px;
  }
  .mobile\:max_w-380p {
    max-width: 380px;
  }
  .mobile\:max_h-380p {
    max-height: 380px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-390p {
    height: 390px;
  }
  .mobile\:w-390p {
    width: 390px;
  }
  .mobile\:min_w-390p {
    min-width: 390px;
  }
  .mobile\:min_h-390p {
    min-height: 390px;
  }
  .mobile\:max_w-390p {
    max-width: 390px;
  }
  .mobile\:max_h-390p {
    max-height: 390px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-400p {
    height: 400px;
  }
  .mobile\:w-400p {
    width: 400px;
  }
  .mobile\:min_w-400p {
    min-width: 400px;
  }
  .mobile\:min_h-400p {
    min-height: 400px;
  }
  .mobile\:max_w-400p {
    max-width: 400px;
  }
  .mobile\:max_h-400p {
    max-height: 400px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-410p {
    height: 410px;
  }
  .mobile\:w-410p {
    width: 410px;
  }
  .mobile\:min_w-410p {
    min-width: 410px;
  }
  .mobile\:min_h-410p {
    min-height: 410px;
  }
  .mobile\:max_w-410p {
    max-width: 410px;
  }
  .mobile\:max_h-410p {
    max-height: 410px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-420p {
    height: 420px;
  }
  .mobile\:w-420p {
    width: 420px;
  }
  .mobile\:min_w-420p {
    min-width: 420px;
  }
  .mobile\:min_h-420p {
    min-height: 420px;
  }
  .mobile\:max_w-420p {
    max-width: 420px;
  }
  .mobile\:max_h-420p {
    max-height: 420px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-430p {
    height: 430px;
  }
  .mobile\:w-430p {
    width: 430px;
  }
  .mobile\:min_w-430p {
    min-width: 430px;
  }
  .mobile\:min_h-430p {
    min-height: 430px;
  }
  .mobile\:max_w-430p {
    max-width: 430px;
  }
  .mobile\:max_h-430p {
    max-height: 430px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-440p {
    height: 440px;
  }
  .mobile\:w-440p {
    width: 440px;
  }
  .mobile\:min_w-440p {
    min-width: 440px;
  }
  .mobile\:min_h-440p {
    min-height: 440px;
  }
  .mobile\:max_w-440p {
    max-width: 440px;
  }
  .mobile\:max_h-440p {
    max-height: 440px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-450p {
    height: 450px;
  }
  .mobile\:w-450p {
    width: 450px;
  }
  .mobile\:min_w-450p {
    min-width: 450px;
  }
  .mobile\:min_h-450p {
    min-height: 450px;
  }
  .mobile\:max_w-450p {
    max-width: 450px;
  }
  .mobile\:max_h-450p {
    max-height: 450px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-460p {
    height: 460px;
  }
  .mobile\:w-460p {
    width: 460px;
  }
  .mobile\:min_w-460p {
    min-width: 460px;
  }
  .mobile\:min_h-460p {
    min-height: 460px;
  }
  .mobile\:max_w-460p {
    max-width: 460px;
  }
  .mobile\:max_h-460p {
    max-height: 460px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-470p {
    height: 470px;
  }
  .mobile\:w-470p {
    width: 470px;
  }
  .mobile\:min_w-470p {
    min-width: 470px;
  }
  .mobile\:min_h-470p {
    min-height: 470px;
  }
  .mobile\:max_w-470p {
    max-width: 470px;
  }
  .mobile\:max_h-470p {
    max-height: 470px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-480p {
    height: 480px;
  }
  .mobile\:w-480p {
    width: 480px;
  }
  .mobile\:min_w-480p {
    min-width: 480px;
  }
  .mobile\:min_h-480p {
    min-height: 480px;
  }
  .mobile\:max_w-480p {
    max-width: 480px;
  }
  .mobile\:max_h-480p {
    max-height: 480px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-490p {
    height: 490px;
  }
  .mobile\:w-490p {
    width: 490px;
  }
  .mobile\:min_w-490p {
    min-width: 490px;
  }
  .mobile\:min_h-490p {
    min-height: 490px;
  }
  .mobile\:max_w-490p {
    max-width: 490px;
  }
  .mobile\:max_h-490p {
    max-height: 490px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-500p {
    height: 500px;
  }
  .mobile\:w-500p {
    width: 500px;
  }
  .mobile\:min_w-500p {
    min-width: 500px;
  }
  .mobile\:min_h-500p {
    min-height: 500px;
  }
  .mobile\:max_w-500p {
    max-width: 500px;
  }
  .mobile\:max_h-500p {
    max-height: 500px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-510p {
    height: 510px;
  }
  .mobile\:w-510p {
    width: 510px;
  }
  .mobile\:min_w-510p {
    min-width: 510px;
  }
  .mobile\:min_h-510p {
    min-height: 510px;
  }
  .mobile\:max_w-510p {
    max-width: 510px;
  }
  .mobile\:max_h-510p {
    max-height: 510px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-520p {
    height: 520px;
  }
  .mobile\:w-520p {
    width: 520px;
  }
  .mobile\:min_w-520p {
    min-width: 520px;
  }
  .mobile\:min_h-520p {
    min-height: 520px;
  }
  .mobile\:max_w-520p {
    max-width: 520px;
  }
  .mobile\:max_h-520p {
    max-height: 520px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-530p {
    height: 530px;
  }
  .mobile\:w-530p {
    width: 530px;
  }
  .mobile\:min_w-530p {
    min-width: 530px;
  }
  .mobile\:min_h-530p {
    min-height: 530px;
  }
  .mobile\:max_w-530p {
    max-width: 530px;
  }
  .mobile\:max_h-530p {
    max-height: 530px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-540p {
    height: 540px;
  }
  .mobile\:w-540p {
    width: 540px;
  }
  .mobile\:min_w-540p {
    min-width: 540px;
  }
  .mobile\:min_h-540p {
    min-height: 540px;
  }
  .mobile\:max_w-540p {
    max-width: 540px;
  }
  .mobile\:max_h-540p {
    max-height: 540px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-550p {
    height: 550px;
  }
  .mobile\:w-550p {
    width: 550px;
  }
  .mobile\:min_w-550p {
    min-width: 550px;
  }
  .mobile\:min_h-550p {
    min-height: 550px;
  }
  .mobile\:max_w-550p {
    max-width: 550px;
  }
  .mobile\:max_h-550p {
    max-height: 550px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-560p {
    height: 560px;
  }
  .mobile\:w-560p {
    width: 560px;
  }
  .mobile\:min_w-560p {
    min-width: 560px;
  }
  .mobile\:min_h-560p {
    min-height: 560px;
  }
  .mobile\:max_w-560p {
    max-width: 560px;
  }
  .mobile\:max_h-560p {
    max-height: 560px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-570p {
    height: 570px;
  }
  .mobile\:w-570p {
    width: 570px;
  }
  .mobile\:min_w-570p {
    min-width: 570px;
  }
  .mobile\:min_h-570p {
    min-height: 570px;
  }
  .mobile\:max_w-570p {
    max-width: 570px;
  }
  .mobile\:max_h-570p {
    max-height: 570px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-580p {
    height: 580px;
  }
  .mobile\:w-580p {
    width: 580px;
  }
  .mobile\:min_w-580p {
    min-width: 580px;
  }
  .mobile\:min_h-580p {
    min-height: 580px;
  }
  .mobile\:max_w-580p {
    max-width: 580px;
  }
  .mobile\:max_h-580p {
    max-height: 580px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-590p {
    height: 590px;
  }
  .mobile\:w-590p {
    width: 590px;
  }
  .mobile\:min_w-590p {
    min-width: 590px;
  }
  .mobile\:min_h-590p {
    min-height: 590px;
  }
  .mobile\:max_w-590p {
    max-width: 590px;
  }
  .mobile\:max_h-590p {
    max-height: 590px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-600p {
    height: 600px;
  }
  .mobile\:w-600p {
    width: 600px;
  }
  .mobile\:min_w-600p {
    min-width: 600px;
  }
  .mobile\:min_h-600p {
    min-height: 600px;
  }
  .mobile\:max_w-600p {
    max-width: 600px;
  }
  .mobile\:max_h-600p {
    max-height: 600px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-610p {
    height: 610px;
  }
  .mobile\:w-610p {
    width: 610px;
  }
  .mobile\:min_w-610p {
    min-width: 610px;
  }
  .mobile\:min_h-610p {
    min-height: 610px;
  }
  .mobile\:max_w-610p {
    max-width: 610px;
  }
  .mobile\:max_h-610p {
    max-height: 610px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-620p {
    height: 620px;
  }
  .mobile\:w-620p {
    width: 620px;
  }
  .mobile\:min_w-620p {
    min-width: 620px;
  }
  .mobile\:min_h-620p {
    min-height: 620px;
  }
  .mobile\:max_w-620p {
    max-width: 620px;
  }
  .mobile\:max_h-620p {
    max-height: 620px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-630p {
    height: 630px;
  }
  .mobile\:w-630p {
    width: 630px;
  }
  .mobile\:min_w-630p {
    min-width: 630px;
  }
  .mobile\:min_h-630p {
    min-height: 630px;
  }
  .mobile\:max_w-630p {
    max-width: 630px;
  }
  .mobile\:max_h-630p {
    max-height: 630px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-640p {
    height: 640px;
  }
  .mobile\:w-640p {
    width: 640px;
  }
  .mobile\:min_w-640p {
    min-width: 640px;
  }
  .mobile\:min_h-640p {
    min-height: 640px;
  }
  .mobile\:max_w-640p {
    max-width: 640px;
  }
  .mobile\:max_h-640p {
    max-height: 640px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-650p {
    height: 650px;
  }
  .mobile\:w-650p {
    width: 650px;
  }
  .mobile\:min_w-650p {
    min-width: 650px;
  }
  .mobile\:min_h-650p {
    min-height: 650px;
  }
  .mobile\:max_w-650p {
    max-width: 650px;
  }
  .mobile\:max_h-650p {
    max-height: 650px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-660p {
    height: 660px;
  }
  .mobile\:w-660p {
    width: 660px;
  }
  .mobile\:min_w-660p {
    min-width: 660px;
  }
  .mobile\:min_h-660p {
    min-height: 660px;
  }
  .mobile\:max_w-660p {
    max-width: 660px;
  }
  .mobile\:max_h-660p {
    max-height: 660px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-670p {
    height: 670px;
  }
  .mobile\:w-670p {
    width: 670px;
  }
  .mobile\:min_w-670p {
    min-width: 670px;
  }
  .mobile\:min_h-670p {
    min-height: 670px;
  }
  .mobile\:max_w-670p {
    max-width: 670px;
  }
  .mobile\:max_h-670p {
    max-height: 670px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-680p {
    height: 680px;
  }
  .mobile\:w-680p {
    width: 680px;
  }
  .mobile\:min_w-680p {
    min-width: 680px;
  }
  .mobile\:min_h-680p {
    min-height: 680px;
  }
  .mobile\:max_w-680p {
    max-width: 680px;
  }
  .mobile\:max_h-680p {
    max-height: 680px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-690p {
    height: 690px;
  }
  .mobile\:w-690p {
    width: 690px;
  }
  .mobile\:min_w-690p {
    min-width: 690px;
  }
  .mobile\:min_h-690p {
    min-height: 690px;
  }
  .mobile\:max_w-690p {
    max-width: 690px;
  }
  .mobile\:max_h-690p {
    max-height: 690px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-700p {
    height: 700px;
  }
  .mobile\:w-700p {
    width: 700px;
  }
  .mobile\:min_w-700p {
    min-width: 700px;
  }
  .mobile\:min_h-700p {
    min-height: 700px;
  }
  .mobile\:max_w-700p {
    max-width: 700px;
  }
  .mobile\:max_h-700p {
    max-height: 700px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-710p {
    height: 710px;
  }
  .mobile\:w-710p {
    width: 710px;
  }
  .mobile\:min_w-710p {
    min-width: 710px;
  }
  .mobile\:min_h-710p {
    min-height: 710px;
  }
  .mobile\:max_w-710p {
    max-width: 710px;
  }
  .mobile\:max_h-710p {
    max-height: 710px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-720p {
    height: 720px;
  }
  .mobile\:w-720p {
    width: 720px;
  }
  .mobile\:min_w-720p {
    min-width: 720px;
  }
  .mobile\:min_h-720p {
    min-height: 720px;
  }
  .mobile\:max_w-720p {
    max-width: 720px;
  }
  .mobile\:max_h-720p {
    max-height: 720px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-730p {
    height: 730px;
  }
  .mobile\:w-730p {
    width: 730px;
  }
  .mobile\:min_w-730p {
    min-width: 730px;
  }
  .mobile\:min_h-730p {
    min-height: 730px;
  }
  .mobile\:max_w-730p {
    max-width: 730px;
  }
  .mobile\:max_h-730p {
    max-height: 730px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-740p {
    height: 740px;
  }
  .mobile\:w-740p {
    width: 740px;
  }
  .mobile\:min_w-740p {
    min-width: 740px;
  }
  .mobile\:min_h-740p {
    min-height: 740px;
  }
  .mobile\:max_w-740p {
    max-width: 740px;
  }
  .mobile\:max_h-740p {
    max-height: 740px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-750p {
    height: 750px;
  }
  .mobile\:w-750p {
    width: 750px;
  }
  .mobile\:min_w-750p {
    min-width: 750px;
  }
  .mobile\:min_h-750p {
    min-height: 750px;
  }
  .mobile\:max_w-750p {
    max-width: 750px;
  }
  .mobile\:max_h-750p {
    max-height: 750px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-760p {
    height: 760px;
  }
  .mobile\:w-760p {
    width: 760px;
  }
  .mobile\:min_w-760p {
    min-width: 760px;
  }
  .mobile\:min_h-760p {
    min-height: 760px;
  }
  .mobile\:max_w-760p {
    max-width: 760px;
  }
  .mobile\:max_h-760p {
    max-height: 760px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-770p {
    height: 770px;
  }
  .mobile\:w-770p {
    width: 770px;
  }
  .mobile\:min_w-770p {
    min-width: 770px;
  }
  .mobile\:min_h-770p {
    min-height: 770px;
  }
  .mobile\:max_w-770p {
    max-width: 770px;
  }
  .mobile\:max_h-770p {
    max-height: 770px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-780p {
    height: 780px;
  }
  .mobile\:w-780p {
    width: 780px;
  }
  .mobile\:min_w-780p {
    min-width: 780px;
  }
  .mobile\:min_h-780p {
    min-height: 780px;
  }
  .mobile\:max_w-780p {
    max-width: 780px;
  }
  .mobile\:max_h-780p {
    max-height: 780px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-790p {
    height: 790px;
  }
  .mobile\:w-790p {
    width: 790px;
  }
  .mobile\:min_w-790p {
    min-width: 790px;
  }
  .mobile\:min_h-790p {
    min-height: 790px;
  }
  .mobile\:max_w-790p {
    max-width: 790px;
  }
  .mobile\:max_h-790p {
    max-height: 790px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-800p {
    height: 800px;
  }
  .mobile\:w-800p {
    width: 800px;
  }
  .mobile\:min_w-800p {
    min-width: 800px;
  }
  .mobile\:min_h-800p {
    min-height: 800px;
  }
  .mobile\:max_w-800p {
    max-width: 800px;
  }
  .mobile\:max_h-800p {
    max-height: 800px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-810p {
    height: 810px;
  }
  .mobile\:w-810p {
    width: 810px;
  }
  .mobile\:min_w-810p {
    min-width: 810px;
  }
  .mobile\:min_h-810p {
    min-height: 810px;
  }
  .mobile\:max_w-810p {
    max-width: 810px;
  }
  .mobile\:max_h-810p {
    max-height: 810px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-820p {
    height: 820px;
  }
  .mobile\:w-820p {
    width: 820px;
  }
  .mobile\:min_w-820p {
    min-width: 820px;
  }
  .mobile\:min_h-820p {
    min-height: 820px;
  }
  .mobile\:max_w-820p {
    max-width: 820px;
  }
  .mobile\:max_h-820p {
    max-height: 820px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-830p {
    height: 830px;
  }
  .mobile\:w-830p {
    width: 830px;
  }
  .mobile\:min_w-830p {
    min-width: 830px;
  }
  .mobile\:min_h-830p {
    min-height: 830px;
  }
  .mobile\:max_w-830p {
    max-width: 830px;
  }
  .mobile\:max_h-830p {
    max-height: 830px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-840p {
    height: 840px;
  }
  .mobile\:w-840p {
    width: 840px;
  }
  .mobile\:min_w-840p {
    min-width: 840px;
  }
  .mobile\:min_h-840p {
    min-height: 840px;
  }
  .mobile\:max_w-840p {
    max-width: 840px;
  }
  .mobile\:max_h-840p {
    max-height: 840px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-850p {
    height: 850px;
  }
  .mobile\:w-850p {
    width: 850px;
  }
  .mobile\:min_w-850p {
    min-width: 850px;
  }
  .mobile\:min_h-850p {
    min-height: 850px;
  }
  .mobile\:max_w-850p {
    max-width: 850px;
  }
  .mobile\:max_h-850p {
    max-height: 850px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-860p {
    height: 860px;
  }
  .mobile\:w-860p {
    width: 860px;
  }
  .mobile\:min_w-860p {
    min-width: 860px;
  }
  .mobile\:min_h-860p {
    min-height: 860px;
  }
  .mobile\:max_w-860p {
    max-width: 860px;
  }
  .mobile\:max_h-860p {
    max-height: 860px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-870p {
    height: 870px;
  }
  .mobile\:w-870p {
    width: 870px;
  }
  .mobile\:min_w-870p {
    min-width: 870px;
  }
  .mobile\:min_h-870p {
    min-height: 870px;
  }
  .mobile\:max_w-870p {
    max-width: 870px;
  }
  .mobile\:max_h-870p {
    max-height: 870px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-880p {
    height: 880px;
  }
  .mobile\:w-880p {
    width: 880px;
  }
  .mobile\:min_w-880p {
    min-width: 880px;
  }
  .mobile\:min_h-880p {
    min-height: 880px;
  }
  .mobile\:max_w-880p {
    max-width: 880px;
  }
  .mobile\:max_h-880p {
    max-height: 880px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-890p {
    height: 890px;
  }
  .mobile\:w-890p {
    width: 890px;
  }
  .mobile\:min_w-890p {
    min-width: 890px;
  }
  .mobile\:min_h-890p {
    min-height: 890px;
  }
  .mobile\:max_w-890p {
    max-width: 890px;
  }
  .mobile\:max_h-890p {
    max-height: 890px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-900p {
    height: 900px;
  }
  .mobile\:w-900p {
    width: 900px;
  }
  .mobile\:min_w-900p {
    min-width: 900px;
  }
  .mobile\:min_h-900p {
    min-height: 900px;
  }
  .mobile\:max_w-900p {
    max-width: 900px;
  }
  .mobile\:max_h-900p {
    max-height: 900px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-910p {
    height: 910px;
  }
  .mobile\:w-910p {
    width: 910px;
  }
  .mobile\:min_w-910p {
    min-width: 910px;
  }
  .mobile\:min_h-910p {
    min-height: 910px;
  }
  .mobile\:max_w-910p {
    max-width: 910px;
  }
  .mobile\:max_h-910p {
    max-height: 910px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-920p {
    height: 920px;
  }
  .mobile\:w-920p {
    width: 920px;
  }
  .mobile\:min_w-920p {
    min-width: 920px;
  }
  .mobile\:min_h-920p {
    min-height: 920px;
  }
  .mobile\:max_w-920p {
    max-width: 920px;
  }
  .mobile\:max_h-920p {
    max-height: 920px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-930p {
    height: 930px;
  }
  .mobile\:w-930p {
    width: 930px;
  }
  .mobile\:min_w-930p {
    min-width: 930px;
  }
  .mobile\:min_h-930p {
    min-height: 930px;
  }
  .mobile\:max_w-930p {
    max-width: 930px;
  }
  .mobile\:max_h-930p {
    max-height: 930px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-940p {
    height: 940px;
  }
  .mobile\:w-940p {
    width: 940px;
  }
  .mobile\:min_w-940p {
    min-width: 940px;
  }
  .mobile\:min_h-940p {
    min-height: 940px;
  }
  .mobile\:max_w-940p {
    max-width: 940px;
  }
  .mobile\:max_h-940p {
    max-height: 940px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-950p {
    height: 950px;
  }
  .mobile\:w-950p {
    width: 950px;
  }
  .mobile\:min_w-950p {
    min-width: 950px;
  }
  .mobile\:min_h-950p {
    min-height: 950px;
  }
  .mobile\:max_w-950p {
    max-width: 950px;
  }
  .mobile\:max_h-950p {
    max-height: 950px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-960p {
    height: 960px;
  }
  .mobile\:w-960p {
    width: 960px;
  }
  .mobile\:min_w-960p {
    min-width: 960px;
  }
  .mobile\:min_h-960p {
    min-height: 960px;
  }
  .mobile\:max_w-960p {
    max-width: 960px;
  }
  .mobile\:max_h-960p {
    max-height: 960px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-970p {
    height: 970px;
  }
  .mobile\:w-970p {
    width: 970px;
  }
  .mobile\:min_w-970p {
    min-width: 970px;
  }
  .mobile\:min_h-970p {
    min-height: 970px;
  }
  .mobile\:max_w-970p {
    max-width: 970px;
  }
  .mobile\:max_h-970p {
    max-height: 970px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-980p {
    height: 980px;
  }
  .mobile\:w-980p {
    width: 980px;
  }
  .mobile\:min_w-980p {
    min-width: 980px;
  }
  .mobile\:min_h-980p {
    min-height: 980px;
  }
  .mobile\:max_w-980p {
    max-width: 980px;
  }
  .mobile\:max_h-980p {
    max-height: 980px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-990p {
    height: 990px;
  }
  .mobile\:w-990p {
    width: 990px;
  }
  .mobile\:min_w-990p {
    min-width: 990px;
  }
  .mobile\:min_h-990p {
    min-height: 990px;
  }
  .mobile\:max_w-990p {
    max-width: 990px;
  }
  .mobile\:max_h-990p {
    max-height: 990px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-1000p {
    height: 1000px;
  }
  .mobile\:w-1000p {
    width: 1000px;
  }
  .mobile\:min_w-1000p {
    min-width: 1000px;
  }
  .mobile\:min_h-1000p {
    min-height: 1000px;
  }
  .mobile\:max_w-1000p {
    max-width: 1000px;
  }
  .mobile\:max_h-1000p {
    max-height: 1000px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-1010p {
    height: 1010px;
  }
  .mobile\:w-1010p {
    width: 1010px;
  }
  .mobile\:min_w-1010p {
    min-width: 1010px;
  }
  .mobile\:min_h-1010p {
    min-height: 1010px;
  }
  .mobile\:max_w-1010p {
    max-width: 1010px;
  }
  .mobile\:max_h-1010p {
    max-height: 1010px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-1020p {
    height: 1020px;
  }
  .mobile\:w-1020p {
    width: 1020px;
  }
  .mobile\:min_w-1020p {
    min-width: 1020px;
  }
  .mobile\:min_h-1020p {
    min-height: 1020px;
  }
  .mobile\:max_w-1020p {
    max-width: 1020px;
  }
  .mobile\:max_h-1020p {
    max-height: 1020px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-1030p {
    height: 1030px;
  }
  .mobile\:w-1030p {
    width: 1030px;
  }
  .mobile\:min_w-1030p {
    min-width: 1030px;
  }
  .mobile\:min_h-1030p {
    min-height: 1030px;
  }
  .mobile\:max_w-1030p {
    max-width: 1030px;
  }
  .mobile\:max_h-1030p {
    max-height: 1030px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-1040p {
    height: 1040px;
  }
  .mobile\:w-1040p {
    width: 1040px;
  }
  .mobile\:min_w-1040p {
    min-width: 1040px;
  }
  .mobile\:min_h-1040p {
    min-height: 1040px;
  }
  .mobile\:max_w-1040p {
    max-width: 1040px;
  }
  .mobile\:max_h-1040p {
    max-height: 1040px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-1050p {
    height: 1050px;
  }
  .mobile\:w-1050p {
    width: 1050px;
  }
  .mobile\:min_w-1050p {
    min-width: 1050px;
  }
  .mobile\:min_h-1050p {
    min-height: 1050px;
  }
  .mobile\:max_w-1050p {
    max-width: 1050px;
  }
  .mobile\:max_h-1050p {
    max-height: 1050px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-1060p {
    height: 1060px;
  }
  .mobile\:w-1060p {
    width: 1060px;
  }
  .mobile\:min_w-1060p {
    min-width: 1060px;
  }
  .mobile\:min_h-1060p {
    min-height: 1060px;
  }
  .mobile\:max_w-1060p {
    max-width: 1060px;
  }
  .mobile\:max_h-1060p {
    max-height: 1060px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-1070p {
    height: 1070px;
  }
  .mobile\:w-1070p {
    width: 1070px;
  }
  .mobile\:min_w-1070p {
    min-width: 1070px;
  }
  .mobile\:min_h-1070p {
    min-height: 1070px;
  }
  .mobile\:max_w-1070p {
    max-width: 1070px;
  }
  .mobile\:max_h-1070p {
    max-height: 1070px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-1080p {
    height: 1080px;
  }
  .mobile\:w-1080p {
    width: 1080px;
  }
  .mobile\:min_w-1080p {
    min-width: 1080px;
  }
  .mobile\:min_h-1080p {
    min-height: 1080px;
  }
  .mobile\:max_w-1080p {
    max-width: 1080px;
  }
  .mobile\:max_h-1080p {
    max-height: 1080px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-1090p {
    height: 1090px;
  }
  .mobile\:w-1090p {
    width: 1090px;
  }
  .mobile\:min_w-1090p {
    min-width: 1090px;
  }
  .mobile\:min_h-1090p {
    min-height: 1090px;
  }
  .mobile\:max_w-1090p {
    max-width: 1090px;
  }
  .mobile\:max_h-1090p {
    max-height: 1090px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-1100p {
    height: 1100px;
  }
  .mobile\:w-1100p {
    width: 1100px;
  }
  .mobile\:min_w-1100p {
    min-width: 1100px;
  }
  .mobile\:min_h-1100p {
    min-height: 1100px;
  }
  .mobile\:max_w-1100p {
    max-width: 1100px;
  }
  .mobile\:max_h-1100p {
    max-height: 1100px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-1110p {
    height: 1110px;
  }
  .mobile\:w-1110p {
    width: 1110px;
  }
  .mobile\:min_w-1110p {
    min-width: 1110px;
  }
  .mobile\:min_h-1110p {
    min-height: 1110px;
  }
  .mobile\:max_w-1110p {
    max-width: 1110px;
  }
  .mobile\:max_h-1110p {
    max-height: 1110px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-1120p {
    height: 1120px;
  }
  .mobile\:w-1120p {
    width: 1120px;
  }
  .mobile\:min_w-1120p {
    min-width: 1120px;
  }
  .mobile\:min_h-1120p {
    min-height: 1120px;
  }
  .mobile\:max_w-1120p {
    max-width: 1120px;
  }
  .mobile\:max_h-1120p {
    max-height: 1120px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-1130p {
    height: 1130px;
  }
  .mobile\:w-1130p {
    width: 1130px;
  }
  .mobile\:min_w-1130p {
    min-width: 1130px;
  }
  .mobile\:min_h-1130p {
    min-height: 1130px;
  }
  .mobile\:max_w-1130p {
    max-width: 1130px;
  }
  .mobile\:max_h-1130p {
    max-height: 1130px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-1140p {
    height: 1140px;
  }
  .mobile\:w-1140p {
    width: 1140px;
  }
  .mobile\:min_w-1140p {
    min-width: 1140px;
  }
  .mobile\:min_h-1140p {
    min-height: 1140px;
  }
  .mobile\:max_w-1140p {
    max-width: 1140px;
  }
  .mobile\:max_h-1140p {
    max-height: 1140px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-1150p {
    height: 1150px;
  }
  .mobile\:w-1150p {
    width: 1150px;
  }
  .mobile\:min_w-1150p {
    min-width: 1150px;
  }
  .mobile\:min_h-1150p {
    min-height: 1150px;
  }
  .mobile\:max_w-1150p {
    max-width: 1150px;
  }
  .mobile\:max_h-1150p {
    max-height: 1150px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-1160p {
    height: 1160px;
  }
  .mobile\:w-1160p {
    width: 1160px;
  }
  .mobile\:min_w-1160p {
    min-width: 1160px;
  }
  .mobile\:min_h-1160p {
    min-height: 1160px;
  }
  .mobile\:max_w-1160p {
    max-width: 1160px;
  }
  .mobile\:max_h-1160p {
    max-height: 1160px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-1170p {
    height: 1170px;
  }
  .mobile\:w-1170p {
    width: 1170px;
  }
  .mobile\:min_w-1170p {
    min-width: 1170px;
  }
  .mobile\:min_h-1170p {
    min-height: 1170px;
  }
  .mobile\:max_w-1170p {
    max-width: 1170px;
  }
  .mobile\:max_h-1170p {
    max-height: 1170px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-1180p {
    height: 1180px;
  }
  .mobile\:w-1180p {
    width: 1180px;
  }
  .mobile\:min_w-1180p {
    min-width: 1180px;
  }
  .mobile\:min_h-1180p {
    min-height: 1180px;
  }
  .mobile\:max_w-1180p {
    max-width: 1180px;
  }
  .mobile\:max_h-1180p {
    max-height: 1180px;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:h-1190p {
    height: 1190px;
  }
  .mobile\:w-1190p {
    width: 1190px;
  }
  .mobile\:min_w-1190p {
    min-width: 1190px;
  }
  .mobile\:min_h-1190p {
    min-height: 1190px;
  }
  .mobile\:max_w-1190p {
    max-width: 1190px;
  }
  .mobile\:max_h-1190p {
    max-height: 1190px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-10p {
    height: 10px;
  }
  .mobile-l\:w-10p {
    width: 10px;
  }
  .mobile-l\:min_w-10p {
    min-width: 10px;
  }
  .mobile-l\:min_h-10p {
    min-height: 10px;
  }
  .mobile-l\:max_w-10p {
    max-width: 10px;
  }
  .mobile-l\:max_h-10p {
    max-height: 10px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-20p {
    height: 20px;
  }
  .mobile-l\:w-20p {
    width: 20px;
  }
  .mobile-l\:min_w-20p {
    min-width: 20px;
  }
  .mobile-l\:min_h-20p {
    min-height: 20px;
  }
  .mobile-l\:max_w-20p {
    max-width: 20px;
  }
  .mobile-l\:max_h-20p {
    max-height: 20px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-30p {
    height: 30px;
  }
  .mobile-l\:w-30p {
    width: 30px;
  }
  .mobile-l\:min_w-30p {
    min-width: 30px;
  }
  .mobile-l\:min_h-30p {
    min-height: 30px;
  }
  .mobile-l\:max_w-30p {
    max-width: 30px;
  }
  .mobile-l\:max_h-30p {
    max-height: 30px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-40p {
    height: 40px;
  }
  .mobile-l\:w-40p {
    width: 40px;
  }
  .mobile-l\:min_w-40p {
    min-width: 40px;
  }
  .mobile-l\:min_h-40p {
    min-height: 40px;
  }
  .mobile-l\:max_w-40p {
    max-width: 40px;
  }
  .mobile-l\:max_h-40p {
    max-height: 40px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-50p {
    height: 50px;
  }
  .mobile-l\:w-50p {
    width: 50px;
  }
  .mobile-l\:min_w-50p {
    min-width: 50px;
  }
  .mobile-l\:min_h-50p {
    min-height: 50px;
  }
  .mobile-l\:max_w-50p {
    max-width: 50px;
  }
  .mobile-l\:max_h-50p {
    max-height: 50px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-60p {
    height: 60px;
  }
  .mobile-l\:w-60p {
    width: 60px;
  }
  .mobile-l\:min_w-60p {
    min-width: 60px;
  }
  .mobile-l\:min_h-60p {
    min-height: 60px;
  }
  .mobile-l\:max_w-60p {
    max-width: 60px;
  }
  .mobile-l\:max_h-60p {
    max-height: 60px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-70p {
    height: 70px;
  }
  .mobile-l\:w-70p {
    width: 70px;
  }
  .mobile-l\:min_w-70p {
    min-width: 70px;
  }
  .mobile-l\:min_h-70p {
    min-height: 70px;
  }
  .mobile-l\:max_w-70p {
    max-width: 70px;
  }
  .mobile-l\:max_h-70p {
    max-height: 70px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-80p {
    height: 80px;
  }
  .mobile-l\:w-80p {
    width: 80px;
  }
  .mobile-l\:min_w-80p {
    min-width: 80px;
  }
  .mobile-l\:min_h-80p {
    min-height: 80px;
  }
  .mobile-l\:max_w-80p {
    max-width: 80px;
  }
  .mobile-l\:max_h-80p {
    max-height: 80px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-90p {
    height: 90px;
  }
  .mobile-l\:w-90p {
    width: 90px;
  }
  .mobile-l\:min_w-90p {
    min-width: 90px;
  }
  .mobile-l\:min_h-90p {
    min-height: 90px;
  }
  .mobile-l\:max_w-90p {
    max-width: 90px;
  }
  .mobile-l\:max_h-90p {
    max-height: 90px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-100p {
    height: 100px;
  }
  .mobile-l\:w-100p {
    width: 100px;
  }
  .mobile-l\:min_w-100p {
    min-width: 100px;
  }
  .mobile-l\:min_h-100p {
    min-height: 100px;
  }
  .mobile-l\:max_w-100p {
    max-width: 100px;
  }
  .mobile-l\:max_h-100p {
    max-height: 100px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-110p {
    height: 110px;
  }
  .mobile-l\:w-110p {
    width: 110px;
  }
  .mobile-l\:min_w-110p {
    min-width: 110px;
  }
  .mobile-l\:min_h-110p {
    min-height: 110px;
  }
  .mobile-l\:max_w-110p {
    max-width: 110px;
  }
  .mobile-l\:max_h-110p {
    max-height: 110px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-120p {
    height: 120px;
  }
  .mobile-l\:w-120p {
    width: 120px;
  }
  .mobile-l\:min_w-120p {
    min-width: 120px;
  }
  .mobile-l\:min_h-120p {
    min-height: 120px;
  }
  .mobile-l\:max_w-120p {
    max-width: 120px;
  }
  .mobile-l\:max_h-120p {
    max-height: 120px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-130p {
    height: 130px;
  }
  .mobile-l\:w-130p {
    width: 130px;
  }
  .mobile-l\:min_w-130p {
    min-width: 130px;
  }
  .mobile-l\:min_h-130p {
    min-height: 130px;
  }
  .mobile-l\:max_w-130p {
    max-width: 130px;
  }
  .mobile-l\:max_h-130p {
    max-height: 130px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-140p {
    height: 140px;
  }
  .mobile-l\:w-140p {
    width: 140px;
  }
  .mobile-l\:min_w-140p {
    min-width: 140px;
  }
  .mobile-l\:min_h-140p {
    min-height: 140px;
  }
  .mobile-l\:max_w-140p {
    max-width: 140px;
  }
  .mobile-l\:max_h-140p {
    max-height: 140px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-150p {
    height: 150px;
  }
  .mobile-l\:w-150p {
    width: 150px;
  }
  .mobile-l\:min_w-150p {
    min-width: 150px;
  }
  .mobile-l\:min_h-150p {
    min-height: 150px;
  }
  .mobile-l\:max_w-150p {
    max-width: 150px;
  }
  .mobile-l\:max_h-150p {
    max-height: 150px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-160p {
    height: 160px;
  }
  .mobile-l\:w-160p {
    width: 160px;
  }
  .mobile-l\:min_w-160p {
    min-width: 160px;
  }
  .mobile-l\:min_h-160p {
    min-height: 160px;
  }
  .mobile-l\:max_w-160p {
    max-width: 160px;
  }
  .mobile-l\:max_h-160p {
    max-height: 160px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-170p {
    height: 170px;
  }
  .mobile-l\:w-170p {
    width: 170px;
  }
  .mobile-l\:min_w-170p {
    min-width: 170px;
  }
  .mobile-l\:min_h-170p {
    min-height: 170px;
  }
  .mobile-l\:max_w-170p {
    max-width: 170px;
  }
  .mobile-l\:max_h-170p {
    max-height: 170px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-180p {
    height: 180px;
  }
  .mobile-l\:w-180p {
    width: 180px;
  }
  .mobile-l\:min_w-180p {
    min-width: 180px;
  }
  .mobile-l\:min_h-180p {
    min-height: 180px;
  }
  .mobile-l\:max_w-180p {
    max-width: 180px;
  }
  .mobile-l\:max_h-180p {
    max-height: 180px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-190p {
    height: 190px;
  }
  .mobile-l\:w-190p {
    width: 190px;
  }
  .mobile-l\:min_w-190p {
    min-width: 190px;
  }
  .mobile-l\:min_h-190p {
    min-height: 190px;
  }
  .mobile-l\:max_w-190p {
    max-width: 190px;
  }
  .mobile-l\:max_h-190p {
    max-height: 190px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-200p {
    height: 200px;
  }
  .mobile-l\:w-200p {
    width: 200px;
  }
  .mobile-l\:min_w-200p {
    min-width: 200px;
  }
  .mobile-l\:min_h-200p {
    min-height: 200px;
  }
  .mobile-l\:max_w-200p {
    max-width: 200px;
  }
  .mobile-l\:max_h-200p {
    max-height: 200px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-210p {
    height: 210px;
  }
  .mobile-l\:w-210p {
    width: 210px;
  }
  .mobile-l\:min_w-210p {
    min-width: 210px;
  }
  .mobile-l\:min_h-210p {
    min-height: 210px;
  }
  .mobile-l\:max_w-210p {
    max-width: 210px;
  }
  .mobile-l\:max_h-210p {
    max-height: 210px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-220p {
    height: 220px;
  }
  .mobile-l\:w-220p {
    width: 220px;
  }
  .mobile-l\:min_w-220p {
    min-width: 220px;
  }
  .mobile-l\:min_h-220p {
    min-height: 220px;
  }
  .mobile-l\:max_w-220p {
    max-width: 220px;
  }
  .mobile-l\:max_h-220p {
    max-height: 220px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-230p {
    height: 230px;
  }
  .mobile-l\:w-230p {
    width: 230px;
  }
  .mobile-l\:min_w-230p {
    min-width: 230px;
  }
  .mobile-l\:min_h-230p {
    min-height: 230px;
  }
  .mobile-l\:max_w-230p {
    max-width: 230px;
  }
  .mobile-l\:max_h-230p {
    max-height: 230px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-240p {
    height: 240px;
  }
  .mobile-l\:w-240p {
    width: 240px;
  }
  .mobile-l\:min_w-240p {
    min-width: 240px;
  }
  .mobile-l\:min_h-240p {
    min-height: 240px;
  }
  .mobile-l\:max_w-240p {
    max-width: 240px;
  }
  .mobile-l\:max_h-240p {
    max-height: 240px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-250p {
    height: 250px;
  }
  .mobile-l\:w-250p {
    width: 250px;
  }
  .mobile-l\:min_w-250p {
    min-width: 250px;
  }
  .mobile-l\:min_h-250p {
    min-height: 250px;
  }
  .mobile-l\:max_w-250p {
    max-width: 250px;
  }
  .mobile-l\:max_h-250p {
    max-height: 250px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-260p {
    height: 260px;
  }
  .mobile-l\:w-260p {
    width: 260px;
  }
  .mobile-l\:min_w-260p {
    min-width: 260px;
  }
  .mobile-l\:min_h-260p {
    min-height: 260px;
  }
  .mobile-l\:max_w-260p {
    max-width: 260px;
  }
  .mobile-l\:max_h-260p {
    max-height: 260px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-270p {
    height: 270px;
  }
  .mobile-l\:w-270p {
    width: 270px;
  }
  .mobile-l\:min_w-270p {
    min-width: 270px;
  }
  .mobile-l\:min_h-270p {
    min-height: 270px;
  }
  .mobile-l\:max_w-270p {
    max-width: 270px;
  }
  .mobile-l\:max_h-270p {
    max-height: 270px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-280p {
    height: 280px;
  }
  .mobile-l\:w-280p {
    width: 280px;
  }
  .mobile-l\:min_w-280p {
    min-width: 280px;
  }
  .mobile-l\:min_h-280p {
    min-height: 280px;
  }
  .mobile-l\:max_w-280p {
    max-width: 280px;
  }
  .mobile-l\:max_h-280p {
    max-height: 280px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-290p {
    height: 290px;
  }
  .mobile-l\:w-290p {
    width: 290px;
  }
  .mobile-l\:min_w-290p {
    min-width: 290px;
  }
  .mobile-l\:min_h-290p {
    min-height: 290px;
  }
  .mobile-l\:max_w-290p {
    max-width: 290px;
  }
  .mobile-l\:max_h-290p {
    max-height: 290px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-300p {
    height: 300px;
  }
  .mobile-l\:w-300p {
    width: 300px;
  }
  .mobile-l\:min_w-300p {
    min-width: 300px;
  }
  .mobile-l\:min_h-300p {
    min-height: 300px;
  }
  .mobile-l\:max_w-300p {
    max-width: 300px;
  }
  .mobile-l\:max_h-300p {
    max-height: 300px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-310p {
    height: 310px;
  }
  .mobile-l\:w-310p {
    width: 310px;
  }
  .mobile-l\:min_w-310p {
    min-width: 310px;
  }
  .mobile-l\:min_h-310p {
    min-height: 310px;
  }
  .mobile-l\:max_w-310p {
    max-width: 310px;
  }
  .mobile-l\:max_h-310p {
    max-height: 310px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-320p {
    height: 320px;
  }
  .mobile-l\:w-320p {
    width: 320px;
  }
  .mobile-l\:min_w-320p {
    min-width: 320px;
  }
  .mobile-l\:min_h-320p {
    min-height: 320px;
  }
  .mobile-l\:max_w-320p {
    max-width: 320px;
  }
  .mobile-l\:max_h-320p {
    max-height: 320px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-330p {
    height: 330px;
  }
  .mobile-l\:w-330p {
    width: 330px;
  }
  .mobile-l\:min_w-330p {
    min-width: 330px;
  }
  .mobile-l\:min_h-330p {
    min-height: 330px;
  }
  .mobile-l\:max_w-330p {
    max-width: 330px;
  }
  .mobile-l\:max_h-330p {
    max-height: 330px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-340p {
    height: 340px;
  }
  .mobile-l\:w-340p {
    width: 340px;
  }
  .mobile-l\:min_w-340p {
    min-width: 340px;
  }
  .mobile-l\:min_h-340p {
    min-height: 340px;
  }
  .mobile-l\:max_w-340p {
    max-width: 340px;
  }
  .mobile-l\:max_h-340p {
    max-height: 340px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-350p {
    height: 350px;
  }
  .mobile-l\:w-350p {
    width: 350px;
  }
  .mobile-l\:min_w-350p {
    min-width: 350px;
  }
  .mobile-l\:min_h-350p {
    min-height: 350px;
  }
  .mobile-l\:max_w-350p {
    max-width: 350px;
  }
  .mobile-l\:max_h-350p {
    max-height: 350px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-360p {
    height: 360px;
  }
  .mobile-l\:w-360p {
    width: 360px;
  }
  .mobile-l\:min_w-360p {
    min-width: 360px;
  }
  .mobile-l\:min_h-360p {
    min-height: 360px;
  }
  .mobile-l\:max_w-360p {
    max-width: 360px;
  }
  .mobile-l\:max_h-360p {
    max-height: 360px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-370p {
    height: 370px;
  }
  .mobile-l\:w-370p {
    width: 370px;
  }
  .mobile-l\:min_w-370p {
    min-width: 370px;
  }
  .mobile-l\:min_h-370p {
    min-height: 370px;
  }
  .mobile-l\:max_w-370p {
    max-width: 370px;
  }
  .mobile-l\:max_h-370p {
    max-height: 370px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-380p {
    height: 380px;
  }
  .mobile-l\:w-380p {
    width: 380px;
  }
  .mobile-l\:min_w-380p {
    min-width: 380px;
  }
  .mobile-l\:min_h-380p {
    min-height: 380px;
  }
  .mobile-l\:max_w-380p {
    max-width: 380px;
  }
  .mobile-l\:max_h-380p {
    max-height: 380px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-390p {
    height: 390px;
  }
  .mobile-l\:w-390p {
    width: 390px;
  }
  .mobile-l\:min_w-390p {
    min-width: 390px;
  }
  .mobile-l\:min_h-390p {
    min-height: 390px;
  }
  .mobile-l\:max_w-390p {
    max-width: 390px;
  }
  .mobile-l\:max_h-390p {
    max-height: 390px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-400p {
    height: 400px;
  }
  .mobile-l\:w-400p {
    width: 400px;
  }
  .mobile-l\:min_w-400p {
    min-width: 400px;
  }
  .mobile-l\:min_h-400p {
    min-height: 400px;
  }
  .mobile-l\:max_w-400p {
    max-width: 400px;
  }
  .mobile-l\:max_h-400p {
    max-height: 400px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-410p {
    height: 410px;
  }
  .mobile-l\:w-410p {
    width: 410px;
  }
  .mobile-l\:min_w-410p {
    min-width: 410px;
  }
  .mobile-l\:min_h-410p {
    min-height: 410px;
  }
  .mobile-l\:max_w-410p {
    max-width: 410px;
  }
  .mobile-l\:max_h-410p {
    max-height: 410px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-420p {
    height: 420px;
  }
  .mobile-l\:w-420p {
    width: 420px;
  }
  .mobile-l\:min_w-420p {
    min-width: 420px;
  }
  .mobile-l\:min_h-420p {
    min-height: 420px;
  }
  .mobile-l\:max_w-420p {
    max-width: 420px;
  }
  .mobile-l\:max_h-420p {
    max-height: 420px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-430p {
    height: 430px;
  }
  .mobile-l\:w-430p {
    width: 430px;
  }
  .mobile-l\:min_w-430p {
    min-width: 430px;
  }
  .mobile-l\:min_h-430p {
    min-height: 430px;
  }
  .mobile-l\:max_w-430p {
    max-width: 430px;
  }
  .mobile-l\:max_h-430p {
    max-height: 430px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-440p {
    height: 440px;
  }
  .mobile-l\:w-440p {
    width: 440px;
  }
  .mobile-l\:min_w-440p {
    min-width: 440px;
  }
  .mobile-l\:min_h-440p {
    min-height: 440px;
  }
  .mobile-l\:max_w-440p {
    max-width: 440px;
  }
  .mobile-l\:max_h-440p {
    max-height: 440px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-450p {
    height: 450px;
  }
  .mobile-l\:w-450p {
    width: 450px;
  }
  .mobile-l\:min_w-450p {
    min-width: 450px;
  }
  .mobile-l\:min_h-450p {
    min-height: 450px;
  }
  .mobile-l\:max_w-450p {
    max-width: 450px;
  }
  .mobile-l\:max_h-450p {
    max-height: 450px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-460p {
    height: 460px;
  }
  .mobile-l\:w-460p {
    width: 460px;
  }
  .mobile-l\:min_w-460p {
    min-width: 460px;
  }
  .mobile-l\:min_h-460p {
    min-height: 460px;
  }
  .mobile-l\:max_w-460p {
    max-width: 460px;
  }
  .mobile-l\:max_h-460p {
    max-height: 460px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-470p {
    height: 470px;
  }
  .mobile-l\:w-470p {
    width: 470px;
  }
  .mobile-l\:min_w-470p {
    min-width: 470px;
  }
  .mobile-l\:min_h-470p {
    min-height: 470px;
  }
  .mobile-l\:max_w-470p {
    max-width: 470px;
  }
  .mobile-l\:max_h-470p {
    max-height: 470px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-480p {
    height: 480px;
  }
  .mobile-l\:w-480p {
    width: 480px;
  }
  .mobile-l\:min_w-480p {
    min-width: 480px;
  }
  .mobile-l\:min_h-480p {
    min-height: 480px;
  }
  .mobile-l\:max_w-480p {
    max-width: 480px;
  }
  .mobile-l\:max_h-480p {
    max-height: 480px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-490p {
    height: 490px;
  }
  .mobile-l\:w-490p {
    width: 490px;
  }
  .mobile-l\:min_w-490p {
    min-width: 490px;
  }
  .mobile-l\:min_h-490p {
    min-height: 490px;
  }
  .mobile-l\:max_w-490p {
    max-width: 490px;
  }
  .mobile-l\:max_h-490p {
    max-height: 490px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-500p {
    height: 500px;
  }
  .mobile-l\:w-500p {
    width: 500px;
  }
  .mobile-l\:min_w-500p {
    min-width: 500px;
  }
  .mobile-l\:min_h-500p {
    min-height: 500px;
  }
  .mobile-l\:max_w-500p {
    max-width: 500px;
  }
  .mobile-l\:max_h-500p {
    max-height: 500px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-510p {
    height: 510px;
  }
  .mobile-l\:w-510p {
    width: 510px;
  }
  .mobile-l\:min_w-510p {
    min-width: 510px;
  }
  .mobile-l\:min_h-510p {
    min-height: 510px;
  }
  .mobile-l\:max_w-510p {
    max-width: 510px;
  }
  .mobile-l\:max_h-510p {
    max-height: 510px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-520p {
    height: 520px;
  }
  .mobile-l\:w-520p {
    width: 520px;
  }
  .mobile-l\:min_w-520p {
    min-width: 520px;
  }
  .mobile-l\:min_h-520p {
    min-height: 520px;
  }
  .mobile-l\:max_w-520p {
    max-width: 520px;
  }
  .mobile-l\:max_h-520p {
    max-height: 520px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-530p {
    height: 530px;
  }
  .mobile-l\:w-530p {
    width: 530px;
  }
  .mobile-l\:min_w-530p {
    min-width: 530px;
  }
  .mobile-l\:min_h-530p {
    min-height: 530px;
  }
  .mobile-l\:max_w-530p {
    max-width: 530px;
  }
  .mobile-l\:max_h-530p {
    max-height: 530px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-540p {
    height: 540px;
  }
  .mobile-l\:w-540p {
    width: 540px;
  }
  .mobile-l\:min_w-540p {
    min-width: 540px;
  }
  .mobile-l\:min_h-540p {
    min-height: 540px;
  }
  .mobile-l\:max_w-540p {
    max-width: 540px;
  }
  .mobile-l\:max_h-540p {
    max-height: 540px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-550p {
    height: 550px;
  }
  .mobile-l\:w-550p {
    width: 550px;
  }
  .mobile-l\:min_w-550p {
    min-width: 550px;
  }
  .mobile-l\:min_h-550p {
    min-height: 550px;
  }
  .mobile-l\:max_w-550p {
    max-width: 550px;
  }
  .mobile-l\:max_h-550p {
    max-height: 550px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-560p {
    height: 560px;
  }
  .mobile-l\:w-560p {
    width: 560px;
  }
  .mobile-l\:min_w-560p {
    min-width: 560px;
  }
  .mobile-l\:min_h-560p {
    min-height: 560px;
  }
  .mobile-l\:max_w-560p {
    max-width: 560px;
  }
  .mobile-l\:max_h-560p {
    max-height: 560px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-570p {
    height: 570px;
  }
  .mobile-l\:w-570p {
    width: 570px;
  }
  .mobile-l\:min_w-570p {
    min-width: 570px;
  }
  .mobile-l\:min_h-570p {
    min-height: 570px;
  }
  .mobile-l\:max_w-570p {
    max-width: 570px;
  }
  .mobile-l\:max_h-570p {
    max-height: 570px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-580p {
    height: 580px;
  }
  .mobile-l\:w-580p {
    width: 580px;
  }
  .mobile-l\:min_w-580p {
    min-width: 580px;
  }
  .mobile-l\:min_h-580p {
    min-height: 580px;
  }
  .mobile-l\:max_w-580p {
    max-width: 580px;
  }
  .mobile-l\:max_h-580p {
    max-height: 580px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-590p {
    height: 590px;
  }
  .mobile-l\:w-590p {
    width: 590px;
  }
  .mobile-l\:min_w-590p {
    min-width: 590px;
  }
  .mobile-l\:min_h-590p {
    min-height: 590px;
  }
  .mobile-l\:max_w-590p {
    max-width: 590px;
  }
  .mobile-l\:max_h-590p {
    max-height: 590px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-600p {
    height: 600px;
  }
  .mobile-l\:w-600p {
    width: 600px;
  }
  .mobile-l\:min_w-600p {
    min-width: 600px;
  }
  .mobile-l\:min_h-600p {
    min-height: 600px;
  }
  .mobile-l\:max_w-600p {
    max-width: 600px;
  }
  .mobile-l\:max_h-600p {
    max-height: 600px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-610p {
    height: 610px;
  }
  .mobile-l\:w-610p {
    width: 610px;
  }
  .mobile-l\:min_w-610p {
    min-width: 610px;
  }
  .mobile-l\:min_h-610p {
    min-height: 610px;
  }
  .mobile-l\:max_w-610p {
    max-width: 610px;
  }
  .mobile-l\:max_h-610p {
    max-height: 610px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-620p {
    height: 620px;
  }
  .mobile-l\:w-620p {
    width: 620px;
  }
  .mobile-l\:min_w-620p {
    min-width: 620px;
  }
  .mobile-l\:min_h-620p {
    min-height: 620px;
  }
  .mobile-l\:max_w-620p {
    max-width: 620px;
  }
  .mobile-l\:max_h-620p {
    max-height: 620px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-630p {
    height: 630px;
  }
  .mobile-l\:w-630p {
    width: 630px;
  }
  .mobile-l\:min_w-630p {
    min-width: 630px;
  }
  .mobile-l\:min_h-630p {
    min-height: 630px;
  }
  .mobile-l\:max_w-630p {
    max-width: 630px;
  }
  .mobile-l\:max_h-630p {
    max-height: 630px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-640p {
    height: 640px;
  }
  .mobile-l\:w-640p {
    width: 640px;
  }
  .mobile-l\:min_w-640p {
    min-width: 640px;
  }
  .mobile-l\:min_h-640p {
    min-height: 640px;
  }
  .mobile-l\:max_w-640p {
    max-width: 640px;
  }
  .mobile-l\:max_h-640p {
    max-height: 640px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-650p {
    height: 650px;
  }
  .mobile-l\:w-650p {
    width: 650px;
  }
  .mobile-l\:min_w-650p {
    min-width: 650px;
  }
  .mobile-l\:min_h-650p {
    min-height: 650px;
  }
  .mobile-l\:max_w-650p {
    max-width: 650px;
  }
  .mobile-l\:max_h-650p {
    max-height: 650px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-660p {
    height: 660px;
  }
  .mobile-l\:w-660p {
    width: 660px;
  }
  .mobile-l\:min_w-660p {
    min-width: 660px;
  }
  .mobile-l\:min_h-660p {
    min-height: 660px;
  }
  .mobile-l\:max_w-660p {
    max-width: 660px;
  }
  .mobile-l\:max_h-660p {
    max-height: 660px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-670p {
    height: 670px;
  }
  .mobile-l\:w-670p {
    width: 670px;
  }
  .mobile-l\:min_w-670p {
    min-width: 670px;
  }
  .mobile-l\:min_h-670p {
    min-height: 670px;
  }
  .mobile-l\:max_w-670p {
    max-width: 670px;
  }
  .mobile-l\:max_h-670p {
    max-height: 670px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-680p {
    height: 680px;
  }
  .mobile-l\:w-680p {
    width: 680px;
  }
  .mobile-l\:min_w-680p {
    min-width: 680px;
  }
  .mobile-l\:min_h-680p {
    min-height: 680px;
  }
  .mobile-l\:max_w-680p {
    max-width: 680px;
  }
  .mobile-l\:max_h-680p {
    max-height: 680px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-690p {
    height: 690px;
  }
  .mobile-l\:w-690p {
    width: 690px;
  }
  .mobile-l\:min_w-690p {
    min-width: 690px;
  }
  .mobile-l\:min_h-690p {
    min-height: 690px;
  }
  .mobile-l\:max_w-690p {
    max-width: 690px;
  }
  .mobile-l\:max_h-690p {
    max-height: 690px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-700p {
    height: 700px;
  }
  .mobile-l\:w-700p {
    width: 700px;
  }
  .mobile-l\:min_w-700p {
    min-width: 700px;
  }
  .mobile-l\:min_h-700p {
    min-height: 700px;
  }
  .mobile-l\:max_w-700p {
    max-width: 700px;
  }
  .mobile-l\:max_h-700p {
    max-height: 700px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-710p {
    height: 710px;
  }
  .mobile-l\:w-710p {
    width: 710px;
  }
  .mobile-l\:min_w-710p {
    min-width: 710px;
  }
  .mobile-l\:min_h-710p {
    min-height: 710px;
  }
  .mobile-l\:max_w-710p {
    max-width: 710px;
  }
  .mobile-l\:max_h-710p {
    max-height: 710px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-720p {
    height: 720px;
  }
  .mobile-l\:w-720p {
    width: 720px;
  }
  .mobile-l\:min_w-720p {
    min-width: 720px;
  }
  .mobile-l\:min_h-720p {
    min-height: 720px;
  }
  .mobile-l\:max_w-720p {
    max-width: 720px;
  }
  .mobile-l\:max_h-720p {
    max-height: 720px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-730p {
    height: 730px;
  }
  .mobile-l\:w-730p {
    width: 730px;
  }
  .mobile-l\:min_w-730p {
    min-width: 730px;
  }
  .mobile-l\:min_h-730p {
    min-height: 730px;
  }
  .mobile-l\:max_w-730p {
    max-width: 730px;
  }
  .mobile-l\:max_h-730p {
    max-height: 730px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-740p {
    height: 740px;
  }
  .mobile-l\:w-740p {
    width: 740px;
  }
  .mobile-l\:min_w-740p {
    min-width: 740px;
  }
  .mobile-l\:min_h-740p {
    min-height: 740px;
  }
  .mobile-l\:max_w-740p {
    max-width: 740px;
  }
  .mobile-l\:max_h-740p {
    max-height: 740px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-750p {
    height: 750px;
  }
  .mobile-l\:w-750p {
    width: 750px;
  }
  .mobile-l\:min_w-750p {
    min-width: 750px;
  }
  .mobile-l\:min_h-750p {
    min-height: 750px;
  }
  .mobile-l\:max_w-750p {
    max-width: 750px;
  }
  .mobile-l\:max_h-750p {
    max-height: 750px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-760p {
    height: 760px;
  }
  .mobile-l\:w-760p {
    width: 760px;
  }
  .mobile-l\:min_w-760p {
    min-width: 760px;
  }
  .mobile-l\:min_h-760p {
    min-height: 760px;
  }
  .mobile-l\:max_w-760p {
    max-width: 760px;
  }
  .mobile-l\:max_h-760p {
    max-height: 760px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-770p {
    height: 770px;
  }
  .mobile-l\:w-770p {
    width: 770px;
  }
  .mobile-l\:min_w-770p {
    min-width: 770px;
  }
  .mobile-l\:min_h-770p {
    min-height: 770px;
  }
  .mobile-l\:max_w-770p {
    max-width: 770px;
  }
  .mobile-l\:max_h-770p {
    max-height: 770px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-780p {
    height: 780px;
  }
  .mobile-l\:w-780p {
    width: 780px;
  }
  .mobile-l\:min_w-780p {
    min-width: 780px;
  }
  .mobile-l\:min_h-780p {
    min-height: 780px;
  }
  .mobile-l\:max_w-780p {
    max-width: 780px;
  }
  .mobile-l\:max_h-780p {
    max-height: 780px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-790p {
    height: 790px;
  }
  .mobile-l\:w-790p {
    width: 790px;
  }
  .mobile-l\:min_w-790p {
    min-width: 790px;
  }
  .mobile-l\:min_h-790p {
    min-height: 790px;
  }
  .mobile-l\:max_w-790p {
    max-width: 790px;
  }
  .mobile-l\:max_h-790p {
    max-height: 790px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-800p {
    height: 800px;
  }
  .mobile-l\:w-800p {
    width: 800px;
  }
  .mobile-l\:min_w-800p {
    min-width: 800px;
  }
  .mobile-l\:min_h-800p {
    min-height: 800px;
  }
  .mobile-l\:max_w-800p {
    max-width: 800px;
  }
  .mobile-l\:max_h-800p {
    max-height: 800px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-810p {
    height: 810px;
  }
  .mobile-l\:w-810p {
    width: 810px;
  }
  .mobile-l\:min_w-810p {
    min-width: 810px;
  }
  .mobile-l\:min_h-810p {
    min-height: 810px;
  }
  .mobile-l\:max_w-810p {
    max-width: 810px;
  }
  .mobile-l\:max_h-810p {
    max-height: 810px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-820p {
    height: 820px;
  }
  .mobile-l\:w-820p {
    width: 820px;
  }
  .mobile-l\:min_w-820p {
    min-width: 820px;
  }
  .mobile-l\:min_h-820p {
    min-height: 820px;
  }
  .mobile-l\:max_w-820p {
    max-width: 820px;
  }
  .mobile-l\:max_h-820p {
    max-height: 820px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-830p {
    height: 830px;
  }
  .mobile-l\:w-830p {
    width: 830px;
  }
  .mobile-l\:min_w-830p {
    min-width: 830px;
  }
  .mobile-l\:min_h-830p {
    min-height: 830px;
  }
  .mobile-l\:max_w-830p {
    max-width: 830px;
  }
  .mobile-l\:max_h-830p {
    max-height: 830px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-840p {
    height: 840px;
  }
  .mobile-l\:w-840p {
    width: 840px;
  }
  .mobile-l\:min_w-840p {
    min-width: 840px;
  }
  .mobile-l\:min_h-840p {
    min-height: 840px;
  }
  .mobile-l\:max_w-840p {
    max-width: 840px;
  }
  .mobile-l\:max_h-840p {
    max-height: 840px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-850p {
    height: 850px;
  }
  .mobile-l\:w-850p {
    width: 850px;
  }
  .mobile-l\:min_w-850p {
    min-width: 850px;
  }
  .mobile-l\:min_h-850p {
    min-height: 850px;
  }
  .mobile-l\:max_w-850p {
    max-width: 850px;
  }
  .mobile-l\:max_h-850p {
    max-height: 850px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-860p {
    height: 860px;
  }
  .mobile-l\:w-860p {
    width: 860px;
  }
  .mobile-l\:min_w-860p {
    min-width: 860px;
  }
  .mobile-l\:min_h-860p {
    min-height: 860px;
  }
  .mobile-l\:max_w-860p {
    max-width: 860px;
  }
  .mobile-l\:max_h-860p {
    max-height: 860px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-870p {
    height: 870px;
  }
  .mobile-l\:w-870p {
    width: 870px;
  }
  .mobile-l\:min_w-870p {
    min-width: 870px;
  }
  .mobile-l\:min_h-870p {
    min-height: 870px;
  }
  .mobile-l\:max_w-870p {
    max-width: 870px;
  }
  .mobile-l\:max_h-870p {
    max-height: 870px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-880p {
    height: 880px;
  }
  .mobile-l\:w-880p {
    width: 880px;
  }
  .mobile-l\:min_w-880p {
    min-width: 880px;
  }
  .mobile-l\:min_h-880p {
    min-height: 880px;
  }
  .mobile-l\:max_w-880p {
    max-width: 880px;
  }
  .mobile-l\:max_h-880p {
    max-height: 880px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-890p {
    height: 890px;
  }
  .mobile-l\:w-890p {
    width: 890px;
  }
  .mobile-l\:min_w-890p {
    min-width: 890px;
  }
  .mobile-l\:min_h-890p {
    min-height: 890px;
  }
  .mobile-l\:max_w-890p {
    max-width: 890px;
  }
  .mobile-l\:max_h-890p {
    max-height: 890px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-900p {
    height: 900px;
  }
  .mobile-l\:w-900p {
    width: 900px;
  }
  .mobile-l\:min_w-900p {
    min-width: 900px;
  }
  .mobile-l\:min_h-900p {
    min-height: 900px;
  }
  .mobile-l\:max_w-900p {
    max-width: 900px;
  }
  .mobile-l\:max_h-900p {
    max-height: 900px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-910p {
    height: 910px;
  }
  .mobile-l\:w-910p {
    width: 910px;
  }
  .mobile-l\:min_w-910p {
    min-width: 910px;
  }
  .mobile-l\:min_h-910p {
    min-height: 910px;
  }
  .mobile-l\:max_w-910p {
    max-width: 910px;
  }
  .mobile-l\:max_h-910p {
    max-height: 910px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-920p {
    height: 920px;
  }
  .mobile-l\:w-920p {
    width: 920px;
  }
  .mobile-l\:min_w-920p {
    min-width: 920px;
  }
  .mobile-l\:min_h-920p {
    min-height: 920px;
  }
  .mobile-l\:max_w-920p {
    max-width: 920px;
  }
  .mobile-l\:max_h-920p {
    max-height: 920px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-930p {
    height: 930px;
  }
  .mobile-l\:w-930p {
    width: 930px;
  }
  .mobile-l\:min_w-930p {
    min-width: 930px;
  }
  .mobile-l\:min_h-930p {
    min-height: 930px;
  }
  .mobile-l\:max_w-930p {
    max-width: 930px;
  }
  .mobile-l\:max_h-930p {
    max-height: 930px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-940p {
    height: 940px;
  }
  .mobile-l\:w-940p {
    width: 940px;
  }
  .mobile-l\:min_w-940p {
    min-width: 940px;
  }
  .mobile-l\:min_h-940p {
    min-height: 940px;
  }
  .mobile-l\:max_w-940p {
    max-width: 940px;
  }
  .mobile-l\:max_h-940p {
    max-height: 940px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-950p {
    height: 950px;
  }
  .mobile-l\:w-950p {
    width: 950px;
  }
  .mobile-l\:min_w-950p {
    min-width: 950px;
  }
  .mobile-l\:min_h-950p {
    min-height: 950px;
  }
  .mobile-l\:max_w-950p {
    max-width: 950px;
  }
  .mobile-l\:max_h-950p {
    max-height: 950px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-960p {
    height: 960px;
  }
  .mobile-l\:w-960p {
    width: 960px;
  }
  .mobile-l\:min_w-960p {
    min-width: 960px;
  }
  .mobile-l\:min_h-960p {
    min-height: 960px;
  }
  .mobile-l\:max_w-960p {
    max-width: 960px;
  }
  .mobile-l\:max_h-960p {
    max-height: 960px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-970p {
    height: 970px;
  }
  .mobile-l\:w-970p {
    width: 970px;
  }
  .mobile-l\:min_w-970p {
    min-width: 970px;
  }
  .mobile-l\:min_h-970p {
    min-height: 970px;
  }
  .mobile-l\:max_w-970p {
    max-width: 970px;
  }
  .mobile-l\:max_h-970p {
    max-height: 970px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-980p {
    height: 980px;
  }
  .mobile-l\:w-980p {
    width: 980px;
  }
  .mobile-l\:min_w-980p {
    min-width: 980px;
  }
  .mobile-l\:min_h-980p {
    min-height: 980px;
  }
  .mobile-l\:max_w-980p {
    max-width: 980px;
  }
  .mobile-l\:max_h-980p {
    max-height: 980px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-990p {
    height: 990px;
  }
  .mobile-l\:w-990p {
    width: 990px;
  }
  .mobile-l\:min_w-990p {
    min-width: 990px;
  }
  .mobile-l\:min_h-990p {
    min-height: 990px;
  }
  .mobile-l\:max_w-990p {
    max-width: 990px;
  }
  .mobile-l\:max_h-990p {
    max-height: 990px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-1000p {
    height: 1000px;
  }
  .mobile-l\:w-1000p {
    width: 1000px;
  }
  .mobile-l\:min_w-1000p {
    min-width: 1000px;
  }
  .mobile-l\:min_h-1000p {
    min-height: 1000px;
  }
  .mobile-l\:max_w-1000p {
    max-width: 1000px;
  }
  .mobile-l\:max_h-1000p {
    max-height: 1000px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-1010p {
    height: 1010px;
  }
  .mobile-l\:w-1010p {
    width: 1010px;
  }
  .mobile-l\:min_w-1010p {
    min-width: 1010px;
  }
  .mobile-l\:min_h-1010p {
    min-height: 1010px;
  }
  .mobile-l\:max_w-1010p {
    max-width: 1010px;
  }
  .mobile-l\:max_h-1010p {
    max-height: 1010px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-1020p {
    height: 1020px;
  }
  .mobile-l\:w-1020p {
    width: 1020px;
  }
  .mobile-l\:min_w-1020p {
    min-width: 1020px;
  }
  .mobile-l\:min_h-1020p {
    min-height: 1020px;
  }
  .mobile-l\:max_w-1020p {
    max-width: 1020px;
  }
  .mobile-l\:max_h-1020p {
    max-height: 1020px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-1030p {
    height: 1030px;
  }
  .mobile-l\:w-1030p {
    width: 1030px;
  }
  .mobile-l\:min_w-1030p {
    min-width: 1030px;
  }
  .mobile-l\:min_h-1030p {
    min-height: 1030px;
  }
  .mobile-l\:max_w-1030p {
    max-width: 1030px;
  }
  .mobile-l\:max_h-1030p {
    max-height: 1030px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-1040p {
    height: 1040px;
  }
  .mobile-l\:w-1040p {
    width: 1040px;
  }
  .mobile-l\:min_w-1040p {
    min-width: 1040px;
  }
  .mobile-l\:min_h-1040p {
    min-height: 1040px;
  }
  .mobile-l\:max_w-1040p {
    max-width: 1040px;
  }
  .mobile-l\:max_h-1040p {
    max-height: 1040px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-1050p {
    height: 1050px;
  }
  .mobile-l\:w-1050p {
    width: 1050px;
  }
  .mobile-l\:min_w-1050p {
    min-width: 1050px;
  }
  .mobile-l\:min_h-1050p {
    min-height: 1050px;
  }
  .mobile-l\:max_w-1050p {
    max-width: 1050px;
  }
  .mobile-l\:max_h-1050p {
    max-height: 1050px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-1060p {
    height: 1060px;
  }
  .mobile-l\:w-1060p {
    width: 1060px;
  }
  .mobile-l\:min_w-1060p {
    min-width: 1060px;
  }
  .mobile-l\:min_h-1060p {
    min-height: 1060px;
  }
  .mobile-l\:max_w-1060p {
    max-width: 1060px;
  }
  .mobile-l\:max_h-1060p {
    max-height: 1060px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-1070p {
    height: 1070px;
  }
  .mobile-l\:w-1070p {
    width: 1070px;
  }
  .mobile-l\:min_w-1070p {
    min-width: 1070px;
  }
  .mobile-l\:min_h-1070p {
    min-height: 1070px;
  }
  .mobile-l\:max_w-1070p {
    max-width: 1070px;
  }
  .mobile-l\:max_h-1070p {
    max-height: 1070px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-1080p {
    height: 1080px;
  }
  .mobile-l\:w-1080p {
    width: 1080px;
  }
  .mobile-l\:min_w-1080p {
    min-width: 1080px;
  }
  .mobile-l\:min_h-1080p {
    min-height: 1080px;
  }
  .mobile-l\:max_w-1080p {
    max-width: 1080px;
  }
  .mobile-l\:max_h-1080p {
    max-height: 1080px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-1090p {
    height: 1090px;
  }
  .mobile-l\:w-1090p {
    width: 1090px;
  }
  .mobile-l\:min_w-1090p {
    min-width: 1090px;
  }
  .mobile-l\:min_h-1090p {
    min-height: 1090px;
  }
  .mobile-l\:max_w-1090p {
    max-width: 1090px;
  }
  .mobile-l\:max_h-1090p {
    max-height: 1090px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-1100p {
    height: 1100px;
  }
  .mobile-l\:w-1100p {
    width: 1100px;
  }
  .mobile-l\:min_w-1100p {
    min-width: 1100px;
  }
  .mobile-l\:min_h-1100p {
    min-height: 1100px;
  }
  .mobile-l\:max_w-1100p {
    max-width: 1100px;
  }
  .mobile-l\:max_h-1100p {
    max-height: 1100px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-1110p {
    height: 1110px;
  }
  .mobile-l\:w-1110p {
    width: 1110px;
  }
  .mobile-l\:min_w-1110p {
    min-width: 1110px;
  }
  .mobile-l\:min_h-1110p {
    min-height: 1110px;
  }
  .mobile-l\:max_w-1110p {
    max-width: 1110px;
  }
  .mobile-l\:max_h-1110p {
    max-height: 1110px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-1120p {
    height: 1120px;
  }
  .mobile-l\:w-1120p {
    width: 1120px;
  }
  .mobile-l\:min_w-1120p {
    min-width: 1120px;
  }
  .mobile-l\:min_h-1120p {
    min-height: 1120px;
  }
  .mobile-l\:max_w-1120p {
    max-width: 1120px;
  }
  .mobile-l\:max_h-1120p {
    max-height: 1120px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-1130p {
    height: 1130px;
  }
  .mobile-l\:w-1130p {
    width: 1130px;
  }
  .mobile-l\:min_w-1130p {
    min-width: 1130px;
  }
  .mobile-l\:min_h-1130p {
    min-height: 1130px;
  }
  .mobile-l\:max_w-1130p {
    max-width: 1130px;
  }
  .mobile-l\:max_h-1130p {
    max-height: 1130px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-1140p {
    height: 1140px;
  }
  .mobile-l\:w-1140p {
    width: 1140px;
  }
  .mobile-l\:min_w-1140p {
    min-width: 1140px;
  }
  .mobile-l\:min_h-1140p {
    min-height: 1140px;
  }
  .mobile-l\:max_w-1140p {
    max-width: 1140px;
  }
  .mobile-l\:max_h-1140p {
    max-height: 1140px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-1150p {
    height: 1150px;
  }
  .mobile-l\:w-1150p {
    width: 1150px;
  }
  .mobile-l\:min_w-1150p {
    min-width: 1150px;
  }
  .mobile-l\:min_h-1150p {
    min-height: 1150px;
  }
  .mobile-l\:max_w-1150p {
    max-width: 1150px;
  }
  .mobile-l\:max_h-1150p {
    max-height: 1150px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-1160p {
    height: 1160px;
  }
  .mobile-l\:w-1160p {
    width: 1160px;
  }
  .mobile-l\:min_w-1160p {
    min-width: 1160px;
  }
  .mobile-l\:min_h-1160p {
    min-height: 1160px;
  }
  .mobile-l\:max_w-1160p {
    max-width: 1160px;
  }
  .mobile-l\:max_h-1160p {
    max-height: 1160px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-1170p {
    height: 1170px;
  }
  .mobile-l\:w-1170p {
    width: 1170px;
  }
  .mobile-l\:min_w-1170p {
    min-width: 1170px;
  }
  .mobile-l\:min_h-1170p {
    min-height: 1170px;
  }
  .mobile-l\:max_w-1170p {
    max-width: 1170px;
  }
  .mobile-l\:max_h-1170p {
    max-height: 1170px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-1180p {
    height: 1180px;
  }
  .mobile-l\:w-1180p {
    width: 1180px;
  }
  .mobile-l\:min_w-1180p {
    min-width: 1180px;
  }
  .mobile-l\:min_h-1180p {
    min-height: 1180px;
  }
  .mobile-l\:max_w-1180p {
    max-width: 1180px;
  }
  .mobile-l\:max_h-1180p {
    max-height: 1180px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:h-1190p {
    height: 1190px;
  }
  .mobile-l\:w-1190p {
    width: 1190px;
  }
  .mobile-l\:min_w-1190p {
    min-width: 1190px;
  }
  .mobile-l\:min_h-1190p {
    min-height: 1190px;
  }
  .mobile-l\:max_w-1190p {
    max-width: 1190px;
  }
  .mobile-l\:max_h-1190p {
    max-height: 1190px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-10p {
    height: 10px;
  }
  .tablet\:w-10p {
    width: 10px;
  }
  .tablet\:min_w-10p {
    min-width: 10px;
  }
  .tablet\:min_h-10p {
    min-height: 10px;
  }
  .tablet\:max_w-10p {
    max-width: 10px;
  }
  .tablet\:max_h-10p {
    max-height: 10px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-20p {
    height: 20px;
  }
  .tablet\:w-20p {
    width: 20px;
  }
  .tablet\:min_w-20p {
    min-width: 20px;
  }
  .tablet\:min_h-20p {
    min-height: 20px;
  }
  .tablet\:max_w-20p {
    max-width: 20px;
  }
  .tablet\:max_h-20p {
    max-height: 20px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-30p {
    height: 30px;
  }
  .tablet\:w-30p {
    width: 30px;
  }
  .tablet\:min_w-30p {
    min-width: 30px;
  }
  .tablet\:min_h-30p {
    min-height: 30px;
  }
  .tablet\:max_w-30p {
    max-width: 30px;
  }
  .tablet\:max_h-30p {
    max-height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-40p {
    height: 40px;
  }
  .tablet\:w-40p {
    width: 40px;
  }
  .tablet\:min_w-40p {
    min-width: 40px;
  }
  .tablet\:min_h-40p {
    min-height: 40px;
  }
  .tablet\:max_w-40p {
    max-width: 40px;
  }
  .tablet\:max_h-40p {
    max-height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-50p {
    height: 50px;
  }
  .tablet\:w-50p {
    width: 50px;
  }
  .tablet\:min_w-50p {
    min-width: 50px;
  }
  .tablet\:min_h-50p {
    min-height: 50px;
  }
  .tablet\:max_w-50p {
    max-width: 50px;
  }
  .tablet\:max_h-50p {
    max-height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-60p {
    height: 60px;
  }
  .tablet\:w-60p {
    width: 60px;
  }
  .tablet\:min_w-60p {
    min-width: 60px;
  }
  .tablet\:min_h-60p {
    min-height: 60px;
  }
  .tablet\:max_w-60p {
    max-width: 60px;
  }
  .tablet\:max_h-60p {
    max-height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-70p {
    height: 70px;
  }
  .tablet\:w-70p {
    width: 70px;
  }
  .tablet\:min_w-70p {
    min-width: 70px;
  }
  .tablet\:min_h-70p {
    min-height: 70px;
  }
  .tablet\:max_w-70p {
    max-width: 70px;
  }
  .tablet\:max_h-70p {
    max-height: 70px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-80p {
    height: 80px;
  }
  .tablet\:w-80p {
    width: 80px;
  }
  .tablet\:min_w-80p {
    min-width: 80px;
  }
  .tablet\:min_h-80p {
    min-height: 80px;
  }
  .tablet\:max_w-80p {
    max-width: 80px;
  }
  .tablet\:max_h-80p {
    max-height: 80px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-90p {
    height: 90px;
  }
  .tablet\:w-90p {
    width: 90px;
  }
  .tablet\:min_w-90p {
    min-width: 90px;
  }
  .tablet\:min_h-90p {
    min-height: 90px;
  }
  .tablet\:max_w-90p {
    max-width: 90px;
  }
  .tablet\:max_h-90p {
    max-height: 90px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-100p {
    height: 100px;
  }
  .tablet\:w-100p {
    width: 100px;
  }
  .tablet\:min_w-100p {
    min-width: 100px;
  }
  .tablet\:min_h-100p {
    min-height: 100px;
  }
  .tablet\:max_w-100p {
    max-width: 100px;
  }
  .tablet\:max_h-100p {
    max-height: 100px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-110p {
    height: 110px;
  }
  .tablet\:w-110p {
    width: 110px;
  }
  .tablet\:min_w-110p {
    min-width: 110px;
  }
  .tablet\:min_h-110p {
    min-height: 110px;
  }
  .tablet\:max_w-110p {
    max-width: 110px;
  }
  .tablet\:max_h-110p {
    max-height: 110px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-120p {
    height: 120px;
  }
  .tablet\:w-120p {
    width: 120px;
  }
  .tablet\:min_w-120p {
    min-width: 120px;
  }
  .tablet\:min_h-120p {
    min-height: 120px;
  }
  .tablet\:max_w-120p {
    max-width: 120px;
  }
  .tablet\:max_h-120p {
    max-height: 120px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-130p {
    height: 130px;
  }
  .tablet\:w-130p {
    width: 130px;
  }
  .tablet\:min_w-130p {
    min-width: 130px;
  }
  .tablet\:min_h-130p {
    min-height: 130px;
  }
  .tablet\:max_w-130p {
    max-width: 130px;
  }
  .tablet\:max_h-130p {
    max-height: 130px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-140p {
    height: 140px;
  }
  .tablet\:w-140p {
    width: 140px;
  }
  .tablet\:min_w-140p {
    min-width: 140px;
  }
  .tablet\:min_h-140p {
    min-height: 140px;
  }
  .tablet\:max_w-140p {
    max-width: 140px;
  }
  .tablet\:max_h-140p {
    max-height: 140px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-150p {
    height: 150px;
  }
  .tablet\:w-150p {
    width: 150px;
  }
  .tablet\:min_w-150p {
    min-width: 150px;
  }
  .tablet\:min_h-150p {
    min-height: 150px;
  }
  .tablet\:max_w-150p {
    max-width: 150px;
  }
  .tablet\:max_h-150p {
    max-height: 150px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-160p {
    height: 160px;
  }
  .tablet\:w-160p {
    width: 160px;
  }
  .tablet\:min_w-160p {
    min-width: 160px;
  }
  .tablet\:min_h-160p {
    min-height: 160px;
  }
  .tablet\:max_w-160p {
    max-width: 160px;
  }
  .tablet\:max_h-160p {
    max-height: 160px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-170p {
    height: 170px;
  }
  .tablet\:w-170p {
    width: 170px;
  }
  .tablet\:min_w-170p {
    min-width: 170px;
  }
  .tablet\:min_h-170p {
    min-height: 170px;
  }
  .tablet\:max_w-170p {
    max-width: 170px;
  }
  .tablet\:max_h-170p {
    max-height: 170px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-180p {
    height: 180px;
  }
  .tablet\:w-180p {
    width: 180px;
  }
  .tablet\:min_w-180p {
    min-width: 180px;
  }
  .tablet\:min_h-180p {
    min-height: 180px;
  }
  .tablet\:max_w-180p {
    max-width: 180px;
  }
  .tablet\:max_h-180p {
    max-height: 180px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-190p {
    height: 190px;
  }
  .tablet\:w-190p {
    width: 190px;
  }
  .tablet\:min_w-190p {
    min-width: 190px;
  }
  .tablet\:min_h-190p {
    min-height: 190px;
  }
  .tablet\:max_w-190p {
    max-width: 190px;
  }
  .tablet\:max_h-190p {
    max-height: 190px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-200p {
    height: 200px;
  }
  .tablet\:w-200p {
    width: 200px;
  }
  .tablet\:min_w-200p {
    min-width: 200px;
  }
  .tablet\:min_h-200p {
    min-height: 200px;
  }
  .tablet\:max_w-200p {
    max-width: 200px;
  }
  .tablet\:max_h-200p {
    max-height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-210p {
    height: 210px;
  }
  .tablet\:w-210p {
    width: 210px;
  }
  .tablet\:min_w-210p {
    min-width: 210px;
  }
  .tablet\:min_h-210p {
    min-height: 210px;
  }
  .tablet\:max_w-210p {
    max-width: 210px;
  }
  .tablet\:max_h-210p {
    max-height: 210px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-220p {
    height: 220px;
  }
  .tablet\:w-220p {
    width: 220px;
  }
  .tablet\:min_w-220p {
    min-width: 220px;
  }
  .tablet\:min_h-220p {
    min-height: 220px;
  }
  .tablet\:max_w-220p {
    max-width: 220px;
  }
  .tablet\:max_h-220p {
    max-height: 220px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-230p {
    height: 230px;
  }
  .tablet\:w-230p {
    width: 230px;
  }
  .tablet\:min_w-230p {
    min-width: 230px;
  }
  .tablet\:min_h-230p {
    min-height: 230px;
  }
  .tablet\:max_w-230p {
    max-width: 230px;
  }
  .tablet\:max_h-230p {
    max-height: 230px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-240p {
    height: 240px;
  }
  .tablet\:w-240p {
    width: 240px;
  }
  .tablet\:min_w-240p {
    min-width: 240px;
  }
  .tablet\:min_h-240p {
    min-height: 240px;
  }
  .tablet\:max_w-240p {
    max-width: 240px;
  }
  .tablet\:max_h-240p {
    max-height: 240px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-250p {
    height: 250px;
  }
  .tablet\:w-250p {
    width: 250px;
  }
  .tablet\:min_w-250p {
    min-width: 250px;
  }
  .tablet\:min_h-250p {
    min-height: 250px;
  }
  .tablet\:max_w-250p {
    max-width: 250px;
  }
  .tablet\:max_h-250p {
    max-height: 250px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-260p {
    height: 260px;
  }
  .tablet\:w-260p {
    width: 260px;
  }
  .tablet\:min_w-260p {
    min-width: 260px;
  }
  .tablet\:min_h-260p {
    min-height: 260px;
  }
  .tablet\:max_w-260p {
    max-width: 260px;
  }
  .tablet\:max_h-260p {
    max-height: 260px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-270p {
    height: 270px;
  }
  .tablet\:w-270p {
    width: 270px;
  }
  .tablet\:min_w-270p {
    min-width: 270px;
  }
  .tablet\:min_h-270p {
    min-height: 270px;
  }
  .tablet\:max_w-270p {
    max-width: 270px;
  }
  .tablet\:max_h-270p {
    max-height: 270px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-280p {
    height: 280px;
  }
  .tablet\:w-280p {
    width: 280px;
  }
  .tablet\:min_w-280p {
    min-width: 280px;
  }
  .tablet\:min_h-280p {
    min-height: 280px;
  }
  .tablet\:max_w-280p {
    max-width: 280px;
  }
  .tablet\:max_h-280p {
    max-height: 280px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-290p {
    height: 290px;
  }
  .tablet\:w-290p {
    width: 290px;
  }
  .tablet\:min_w-290p {
    min-width: 290px;
  }
  .tablet\:min_h-290p {
    min-height: 290px;
  }
  .tablet\:max_w-290p {
    max-width: 290px;
  }
  .tablet\:max_h-290p {
    max-height: 290px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-300p {
    height: 300px;
  }
  .tablet\:w-300p {
    width: 300px;
  }
  .tablet\:min_w-300p {
    min-width: 300px;
  }
  .tablet\:min_h-300p {
    min-height: 300px;
  }
  .tablet\:max_w-300p {
    max-width: 300px;
  }
  .tablet\:max_h-300p {
    max-height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-310p {
    height: 310px;
  }
  .tablet\:w-310p {
    width: 310px;
  }
  .tablet\:min_w-310p {
    min-width: 310px;
  }
  .tablet\:min_h-310p {
    min-height: 310px;
  }
  .tablet\:max_w-310p {
    max-width: 310px;
  }
  .tablet\:max_h-310p {
    max-height: 310px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-320p {
    height: 320px;
  }
  .tablet\:w-320p {
    width: 320px;
  }
  .tablet\:min_w-320p {
    min-width: 320px;
  }
  .tablet\:min_h-320p {
    min-height: 320px;
  }
  .tablet\:max_w-320p {
    max-width: 320px;
  }
  .tablet\:max_h-320p {
    max-height: 320px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-330p {
    height: 330px;
  }
  .tablet\:w-330p {
    width: 330px;
  }
  .tablet\:min_w-330p {
    min-width: 330px;
  }
  .tablet\:min_h-330p {
    min-height: 330px;
  }
  .tablet\:max_w-330p {
    max-width: 330px;
  }
  .tablet\:max_h-330p {
    max-height: 330px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-340p {
    height: 340px;
  }
  .tablet\:w-340p {
    width: 340px;
  }
  .tablet\:min_w-340p {
    min-width: 340px;
  }
  .tablet\:min_h-340p {
    min-height: 340px;
  }
  .tablet\:max_w-340p {
    max-width: 340px;
  }
  .tablet\:max_h-340p {
    max-height: 340px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-350p {
    height: 350px;
  }
  .tablet\:w-350p {
    width: 350px;
  }
  .tablet\:min_w-350p {
    min-width: 350px;
  }
  .tablet\:min_h-350p {
    min-height: 350px;
  }
  .tablet\:max_w-350p {
    max-width: 350px;
  }
  .tablet\:max_h-350p {
    max-height: 350px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-360p {
    height: 360px;
  }
  .tablet\:w-360p {
    width: 360px;
  }
  .tablet\:min_w-360p {
    min-width: 360px;
  }
  .tablet\:min_h-360p {
    min-height: 360px;
  }
  .tablet\:max_w-360p {
    max-width: 360px;
  }
  .tablet\:max_h-360p {
    max-height: 360px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-370p {
    height: 370px;
  }
  .tablet\:w-370p {
    width: 370px;
  }
  .tablet\:min_w-370p {
    min-width: 370px;
  }
  .tablet\:min_h-370p {
    min-height: 370px;
  }
  .tablet\:max_w-370p {
    max-width: 370px;
  }
  .tablet\:max_h-370p {
    max-height: 370px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-380p {
    height: 380px;
  }
  .tablet\:w-380p {
    width: 380px;
  }
  .tablet\:min_w-380p {
    min-width: 380px;
  }
  .tablet\:min_h-380p {
    min-height: 380px;
  }
  .tablet\:max_w-380p {
    max-width: 380px;
  }
  .tablet\:max_h-380p {
    max-height: 380px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-390p {
    height: 390px;
  }
  .tablet\:w-390p {
    width: 390px;
  }
  .tablet\:min_w-390p {
    min-width: 390px;
  }
  .tablet\:min_h-390p {
    min-height: 390px;
  }
  .tablet\:max_w-390p {
    max-width: 390px;
  }
  .tablet\:max_h-390p {
    max-height: 390px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-400p {
    height: 400px;
  }
  .tablet\:w-400p {
    width: 400px;
  }
  .tablet\:min_w-400p {
    min-width: 400px;
  }
  .tablet\:min_h-400p {
    min-height: 400px;
  }
  .tablet\:max_w-400p {
    max-width: 400px;
  }
  .tablet\:max_h-400p {
    max-height: 400px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-410p {
    height: 410px;
  }
  .tablet\:w-410p {
    width: 410px;
  }
  .tablet\:min_w-410p {
    min-width: 410px;
  }
  .tablet\:min_h-410p {
    min-height: 410px;
  }
  .tablet\:max_w-410p {
    max-width: 410px;
  }
  .tablet\:max_h-410p {
    max-height: 410px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-420p {
    height: 420px;
  }
  .tablet\:w-420p {
    width: 420px;
  }
  .tablet\:min_w-420p {
    min-width: 420px;
  }
  .tablet\:min_h-420p {
    min-height: 420px;
  }
  .tablet\:max_w-420p {
    max-width: 420px;
  }
  .tablet\:max_h-420p {
    max-height: 420px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-430p {
    height: 430px;
  }
  .tablet\:w-430p {
    width: 430px;
  }
  .tablet\:min_w-430p {
    min-width: 430px;
  }
  .tablet\:min_h-430p {
    min-height: 430px;
  }
  .tablet\:max_w-430p {
    max-width: 430px;
  }
  .tablet\:max_h-430p {
    max-height: 430px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-440p {
    height: 440px;
  }
  .tablet\:w-440p {
    width: 440px;
  }
  .tablet\:min_w-440p {
    min-width: 440px;
  }
  .tablet\:min_h-440p {
    min-height: 440px;
  }
  .tablet\:max_w-440p {
    max-width: 440px;
  }
  .tablet\:max_h-440p {
    max-height: 440px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-450p {
    height: 450px;
  }
  .tablet\:w-450p {
    width: 450px;
  }
  .tablet\:min_w-450p {
    min-width: 450px;
  }
  .tablet\:min_h-450p {
    min-height: 450px;
  }
  .tablet\:max_w-450p {
    max-width: 450px;
  }
  .tablet\:max_h-450p {
    max-height: 450px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-460p {
    height: 460px;
  }
  .tablet\:w-460p {
    width: 460px;
  }
  .tablet\:min_w-460p {
    min-width: 460px;
  }
  .tablet\:min_h-460p {
    min-height: 460px;
  }
  .tablet\:max_w-460p {
    max-width: 460px;
  }
  .tablet\:max_h-460p {
    max-height: 460px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-470p {
    height: 470px;
  }
  .tablet\:w-470p {
    width: 470px;
  }
  .tablet\:min_w-470p {
    min-width: 470px;
  }
  .tablet\:min_h-470p {
    min-height: 470px;
  }
  .tablet\:max_w-470p {
    max-width: 470px;
  }
  .tablet\:max_h-470p {
    max-height: 470px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-480p {
    height: 480px;
  }
  .tablet\:w-480p {
    width: 480px;
  }
  .tablet\:min_w-480p {
    min-width: 480px;
  }
  .tablet\:min_h-480p {
    min-height: 480px;
  }
  .tablet\:max_w-480p {
    max-width: 480px;
  }
  .tablet\:max_h-480p {
    max-height: 480px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-490p {
    height: 490px;
  }
  .tablet\:w-490p {
    width: 490px;
  }
  .tablet\:min_w-490p {
    min-width: 490px;
  }
  .tablet\:min_h-490p {
    min-height: 490px;
  }
  .tablet\:max_w-490p {
    max-width: 490px;
  }
  .tablet\:max_h-490p {
    max-height: 490px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-500p {
    height: 500px;
  }
  .tablet\:w-500p {
    width: 500px;
  }
  .tablet\:min_w-500p {
    min-width: 500px;
  }
  .tablet\:min_h-500p {
    min-height: 500px;
  }
  .tablet\:max_w-500p {
    max-width: 500px;
  }
  .tablet\:max_h-500p {
    max-height: 500px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-510p {
    height: 510px;
  }
  .tablet\:w-510p {
    width: 510px;
  }
  .tablet\:min_w-510p {
    min-width: 510px;
  }
  .tablet\:min_h-510p {
    min-height: 510px;
  }
  .tablet\:max_w-510p {
    max-width: 510px;
  }
  .tablet\:max_h-510p {
    max-height: 510px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-520p {
    height: 520px;
  }
  .tablet\:w-520p {
    width: 520px;
  }
  .tablet\:min_w-520p {
    min-width: 520px;
  }
  .tablet\:min_h-520p {
    min-height: 520px;
  }
  .tablet\:max_w-520p {
    max-width: 520px;
  }
  .tablet\:max_h-520p {
    max-height: 520px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-530p {
    height: 530px;
  }
  .tablet\:w-530p {
    width: 530px;
  }
  .tablet\:min_w-530p {
    min-width: 530px;
  }
  .tablet\:min_h-530p {
    min-height: 530px;
  }
  .tablet\:max_w-530p {
    max-width: 530px;
  }
  .tablet\:max_h-530p {
    max-height: 530px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-540p {
    height: 540px;
  }
  .tablet\:w-540p {
    width: 540px;
  }
  .tablet\:min_w-540p {
    min-width: 540px;
  }
  .tablet\:min_h-540p {
    min-height: 540px;
  }
  .tablet\:max_w-540p {
    max-width: 540px;
  }
  .tablet\:max_h-540p {
    max-height: 540px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-550p {
    height: 550px;
  }
  .tablet\:w-550p {
    width: 550px;
  }
  .tablet\:min_w-550p {
    min-width: 550px;
  }
  .tablet\:min_h-550p {
    min-height: 550px;
  }
  .tablet\:max_w-550p {
    max-width: 550px;
  }
  .tablet\:max_h-550p {
    max-height: 550px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-560p {
    height: 560px;
  }
  .tablet\:w-560p {
    width: 560px;
  }
  .tablet\:min_w-560p {
    min-width: 560px;
  }
  .tablet\:min_h-560p {
    min-height: 560px;
  }
  .tablet\:max_w-560p {
    max-width: 560px;
  }
  .tablet\:max_h-560p {
    max-height: 560px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-570p {
    height: 570px;
  }
  .tablet\:w-570p {
    width: 570px;
  }
  .tablet\:min_w-570p {
    min-width: 570px;
  }
  .tablet\:min_h-570p {
    min-height: 570px;
  }
  .tablet\:max_w-570p {
    max-width: 570px;
  }
  .tablet\:max_h-570p {
    max-height: 570px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-580p {
    height: 580px;
  }
  .tablet\:w-580p {
    width: 580px;
  }
  .tablet\:min_w-580p {
    min-width: 580px;
  }
  .tablet\:min_h-580p {
    min-height: 580px;
  }
  .tablet\:max_w-580p {
    max-width: 580px;
  }
  .tablet\:max_h-580p {
    max-height: 580px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-590p {
    height: 590px;
  }
  .tablet\:w-590p {
    width: 590px;
  }
  .tablet\:min_w-590p {
    min-width: 590px;
  }
  .tablet\:min_h-590p {
    min-height: 590px;
  }
  .tablet\:max_w-590p {
    max-width: 590px;
  }
  .tablet\:max_h-590p {
    max-height: 590px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-600p {
    height: 600px;
  }
  .tablet\:w-600p {
    width: 600px;
  }
  .tablet\:min_w-600p {
    min-width: 600px;
  }
  .tablet\:min_h-600p {
    min-height: 600px;
  }
  .tablet\:max_w-600p {
    max-width: 600px;
  }
  .tablet\:max_h-600p {
    max-height: 600px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-610p {
    height: 610px;
  }
  .tablet\:w-610p {
    width: 610px;
  }
  .tablet\:min_w-610p {
    min-width: 610px;
  }
  .tablet\:min_h-610p {
    min-height: 610px;
  }
  .tablet\:max_w-610p {
    max-width: 610px;
  }
  .tablet\:max_h-610p {
    max-height: 610px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-620p {
    height: 620px;
  }
  .tablet\:w-620p {
    width: 620px;
  }
  .tablet\:min_w-620p {
    min-width: 620px;
  }
  .tablet\:min_h-620p {
    min-height: 620px;
  }
  .tablet\:max_w-620p {
    max-width: 620px;
  }
  .tablet\:max_h-620p {
    max-height: 620px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-630p {
    height: 630px;
  }
  .tablet\:w-630p {
    width: 630px;
  }
  .tablet\:min_w-630p {
    min-width: 630px;
  }
  .tablet\:min_h-630p {
    min-height: 630px;
  }
  .tablet\:max_w-630p {
    max-width: 630px;
  }
  .tablet\:max_h-630p {
    max-height: 630px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-640p {
    height: 640px;
  }
  .tablet\:w-640p {
    width: 640px;
  }
  .tablet\:min_w-640p {
    min-width: 640px;
  }
  .tablet\:min_h-640p {
    min-height: 640px;
  }
  .tablet\:max_w-640p {
    max-width: 640px;
  }
  .tablet\:max_h-640p {
    max-height: 640px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-650p {
    height: 650px;
  }
  .tablet\:w-650p {
    width: 650px;
  }
  .tablet\:min_w-650p {
    min-width: 650px;
  }
  .tablet\:min_h-650p {
    min-height: 650px;
  }
  .tablet\:max_w-650p {
    max-width: 650px;
  }
  .tablet\:max_h-650p {
    max-height: 650px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-660p {
    height: 660px;
  }
  .tablet\:w-660p {
    width: 660px;
  }
  .tablet\:min_w-660p {
    min-width: 660px;
  }
  .tablet\:min_h-660p {
    min-height: 660px;
  }
  .tablet\:max_w-660p {
    max-width: 660px;
  }
  .tablet\:max_h-660p {
    max-height: 660px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-670p {
    height: 670px;
  }
  .tablet\:w-670p {
    width: 670px;
  }
  .tablet\:min_w-670p {
    min-width: 670px;
  }
  .tablet\:min_h-670p {
    min-height: 670px;
  }
  .tablet\:max_w-670p {
    max-width: 670px;
  }
  .tablet\:max_h-670p {
    max-height: 670px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-680p {
    height: 680px;
  }
  .tablet\:w-680p {
    width: 680px;
  }
  .tablet\:min_w-680p {
    min-width: 680px;
  }
  .tablet\:min_h-680p {
    min-height: 680px;
  }
  .tablet\:max_w-680p {
    max-width: 680px;
  }
  .tablet\:max_h-680p {
    max-height: 680px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-690p {
    height: 690px;
  }
  .tablet\:w-690p {
    width: 690px;
  }
  .tablet\:min_w-690p {
    min-width: 690px;
  }
  .tablet\:min_h-690p {
    min-height: 690px;
  }
  .tablet\:max_w-690p {
    max-width: 690px;
  }
  .tablet\:max_h-690p {
    max-height: 690px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-700p {
    height: 700px;
  }
  .tablet\:w-700p {
    width: 700px;
  }
  .tablet\:min_w-700p {
    min-width: 700px;
  }
  .tablet\:min_h-700p {
    min-height: 700px;
  }
  .tablet\:max_w-700p {
    max-width: 700px;
  }
  .tablet\:max_h-700p {
    max-height: 700px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-710p {
    height: 710px;
  }
  .tablet\:w-710p {
    width: 710px;
  }
  .tablet\:min_w-710p {
    min-width: 710px;
  }
  .tablet\:min_h-710p {
    min-height: 710px;
  }
  .tablet\:max_w-710p {
    max-width: 710px;
  }
  .tablet\:max_h-710p {
    max-height: 710px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-720p {
    height: 720px;
  }
  .tablet\:w-720p {
    width: 720px;
  }
  .tablet\:min_w-720p {
    min-width: 720px;
  }
  .tablet\:min_h-720p {
    min-height: 720px;
  }
  .tablet\:max_w-720p {
    max-width: 720px;
  }
  .tablet\:max_h-720p {
    max-height: 720px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-730p {
    height: 730px;
  }
  .tablet\:w-730p {
    width: 730px;
  }
  .tablet\:min_w-730p {
    min-width: 730px;
  }
  .tablet\:min_h-730p {
    min-height: 730px;
  }
  .tablet\:max_w-730p {
    max-width: 730px;
  }
  .tablet\:max_h-730p {
    max-height: 730px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-740p {
    height: 740px;
  }
  .tablet\:w-740p {
    width: 740px;
  }
  .tablet\:min_w-740p {
    min-width: 740px;
  }
  .tablet\:min_h-740p {
    min-height: 740px;
  }
  .tablet\:max_w-740p {
    max-width: 740px;
  }
  .tablet\:max_h-740p {
    max-height: 740px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-750p {
    height: 750px;
  }
  .tablet\:w-750p {
    width: 750px;
  }
  .tablet\:min_w-750p {
    min-width: 750px;
  }
  .tablet\:min_h-750p {
    min-height: 750px;
  }
  .tablet\:max_w-750p {
    max-width: 750px;
  }
  .tablet\:max_h-750p {
    max-height: 750px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-760p {
    height: 760px;
  }
  .tablet\:w-760p {
    width: 760px;
  }
  .tablet\:min_w-760p {
    min-width: 760px;
  }
  .tablet\:min_h-760p {
    min-height: 760px;
  }
  .tablet\:max_w-760p {
    max-width: 760px;
  }
  .tablet\:max_h-760p {
    max-height: 760px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-770p {
    height: 770px;
  }
  .tablet\:w-770p {
    width: 770px;
  }
  .tablet\:min_w-770p {
    min-width: 770px;
  }
  .tablet\:min_h-770p {
    min-height: 770px;
  }
  .tablet\:max_w-770p {
    max-width: 770px;
  }
  .tablet\:max_h-770p {
    max-height: 770px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-780p {
    height: 780px;
  }
  .tablet\:w-780p {
    width: 780px;
  }
  .tablet\:min_w-780p {
    min-width: 780px;
  }
  .tablet\:min_h-780p {
    min-height: 780px;
  }
  .tablet\:max_w-780p {
    max-width: 780px;
  }
  .tablet\:max_h-780p {
    max-height: 780px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-790p {
    height: 790px;
  }
  .tablet\:w-790p {
    width: 790px;
  }
  .tablet\:min_w-790p {
    min-width: 790px;
  }
  .tablet\:min_h-790p {
    min-height: 790px;
  }
  .tablet\:max_w-790p {
    max-width: 790px;
  }
  .tablet\:max_h-790p {
    max-height: 790px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-800p {
    height: 800px;
  }
  .tablet\:w-800p {
    width: 800px;
  }
  .tablet\:min_w-800p {
    min-width: 800px;
  }
  .tablet\:min_h-800p {
    min-height: 800px;
  }
  .tablet\:max_w-800p {
    max-width: 800px;
  }
  .tablet\:max_h-800p {
    max-height: 800px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-810p {
    height: 810px;
  }
  .tablet\:w-810p {
    width: 810px;
  }
  .tablet\:min_w-810p {
    min-width: 810px;
  }
  .tablet\:min_h-810p {
    min-height: 810px;
  }
  .tablet\:max_w-810p {
    max-width: 810px;
  }
  .tablet\:max_h-810p {
    max-height: 810px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-820p {
    height: 820px;
  }
  .tablet\:w-820p {
    width: 820px;
  }
  .tablet\:min_w-820p {
    min-width: 820px;
  }
  .tablet\:min_h-820p {
    min-height: 820px;
  }
  .tablet\:max_w-820p {
    max-width: 820px;
  }
  .tablet\:max_h-820p {
    max-height: 820px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-830p {
    height: 830px;
  }
  .tablet\:w-830p {
    width: 830px;
  }
  .tablet\:min_w-830p {
    min-width: 830px;
  }
  .tablet\:min_h-830p {
    min-height: 830px;
  }
  .tablet\:max_w-830p {
    max-width: 830px;
  }
  .tablet\:max_h-830p {
    max-height: 830px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-840p {
    height: 840px;
  }
  .tablet\:w-840p {
    width: 840px;
  }
  .tablet\:min_w-840p {
    min-width: 840px;
  }
  .tablet\:min_h-840p {
    min-height: 840px;
  }
  .tablet\:max_w-840p {
    max-width: 840px;
  }
  .tablet\:max_h-840p {
    max-height: 840px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-850p {
    height: 850px;
  }
  .tablet\:w-850p {
    width: 850px;
  }
  .tablet\:min_w-850p {
    min-width: 850px;
  }
  .tablet\:min_h-850p {
    min-height: 850px;
  }
  .tablet\:max_w-850p {
    max-width: 850px;
  }
  .tablet\:max_h-850p {
    max-height: 850px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-860p {
    height: 860px;
  }
  .tablet\:w-860p {
    width: 860px;
  }
  .tablet\:min_w-860p {
    min-width: 860px;
  }
  .tablet\:min_h-860p {
    min-height: 860px;
  }
  .tablet\:max_w-860p {
    max-width: 860px;
  }
  .tablet\:max_h-860p {
    max-height: 860px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-870p {
    height: 870px;
  }
  .tablet\:w-870p {
    width: 870px;
  }
  .tablet\:min_w-870p {
    min-width: 870px;
  }
  .tablet\:min_h-870p {
    min-height: 870px;
  }
  .tablet\:max_w-870p {
    max-width: 870px;
  }
  .tablet\:max_h-870p {
    max-height: 870px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-880p {
    height: 880px;
  }
  .tablet\:w-880p {
    width: 880px;
  }
  .tablet\:min_w-880p {
    min-width: 880px;
  }
  .tablet\:min_h-880p {
    min-height: 880px;
  }
  .tablet\:max_w-880p {
    max-width: 880px;
  }
  .tablet\:max_h-880p {
    max-height: 880px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-890p {
    height: 890px;
  }
  .tablet\:w-890p {
    width: 890px;
  }
  .tablet\:min_w-890p {
    min-width: 890px;
  }
  .tablet\:min_h-890p {
    min-height: 890px;
  }
  .tablet\:max_w-890p {
    max-width: 890px;
  }
  .tablet\:max_h-890p {
    max-height: 890px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-900p {
    height: 900px;
  }
  .tablet\:w-900p {
    width: 900px;
  }
  .tablet\:min_w-900p {
    min-width: 900px;
  }
  .tablet\:min_h-900p {
    min-height: 900px;
  }
  .tablet\:max_w-900p {
    max-width: 900px;
  }
  .tablet\:max_h-900p {
    max-height: 900px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-910p {
    height: 910px;
  }
  .tablet\:w-910p {
    width: 910px;
  }
  .tablet\:min_w-910p {
    min-width: 910px;
  }
  .tablet\:min_h-910p {
    min-height: 910px;
  }
  .tablet\:max_w-910p {
    max-width: 910px;
  }
  .tablet\:max_h-910p {
    max-height: 910px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-920p {
    height: 920px;
  }
  .tablet\:w-920p {
    width: 920px;
  }
  .tablet\:min_w-920p {
    min-width: 920px;
  }
  .tablet\:min_h-920p {
    min-height: 920px;
  }
  .tablet\:max_w-920p {
    max-width: 920px;
  }
  .tablet\:max_h-920p {
    max-height: 920px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-930p {
    height: 930px;
  }
  .tablet\:w-930p {
    width: 930px;
  }
  .tablet\:min_w-930p {
    min-width: 930px;
  }
  .tablet\:min_h-930p {
    min-height: 930px;
  }
  .tablet\:max_w-930p {
    max-width: 930px;
  }
  .tablet\:max_h-930p {
    max-height: 930px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-940p {
    height: 940px;
  }
  .tablet\:w-940p {
    width: 940px;
  }
  .tablet\:min_w-940p {
    min-width: 940px;
  }
  .tablet\:min_h-940p {
    min-height: 940px;
  }
  .tablet\:max_w-940p {
    max-width: 940px;
  }
  .tablet\:max_h-940p {
    max-height: 940px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-950p {
    height: 950px;
  }
  .tablet\:w-950p {
    width: 950px;
  }
  .tablet\:min_w-950p {
    min-width: 950px;
  }
  .tablet\:min_h-950p {
    min-height: 950px;
  }
  .tablet\:max_w-950p {
    max-width: 950px;
  }
  .tablet\:max_h-950p {
    max-height: 950px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-960p {
    height: 960px;
  }
  .tablet\:w-960p {
    width: 960px;
  }
  .tablet\:min_w-960p {
    min-width: 960px;
  }
  .tablet\:min_h-960p {
    min-height: 960px;
  }
  .tablet\:max_w-960p {
    max-width: 960px;
  }
  .tablet\:max_h-960p {
    max-height: 960px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-970p {
    height: 970px;
  }
  .tablet\:w-970p {
    width: 970px;
  }
  .tablet\:min_w-970p {
    min-width: 970px;
  }
  .tablet\:min_h-970p {
    min-height: 970px;
  }
  .tablet\:max_w-970p {
    max-width: 970px;
  }
  .tablet\:max_h-970p {
    max-height: 970px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-980p {
    height: 980px;
  }
  .tablet\:w-980p {
    width: 980px;
  }
  .tablet\:min_w-980p {
    min-width: 980px;
  }
  .tablet\:min_h-980p {
    min-height: 980px;
  }
  .tablet\:max_w-980p {
    max-width: 980px;
  }
  .tablet\:max_h-980p {
    max-height: 980px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-990p {
    height: 990px;
  }
  .tablet\:w-990p {
    width: 990px;
  }
  .tablet\:min_w-990p {
    min-width: 990px;
  }
  .tablet\:min_h-990p {
    min-height: 990px;
  }
  .tablet\:max_w-990p {
    max-width: 990px;
  }
  .tablet\:max_h-990p {
    max-height: 990px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-1000p {
    height: 1000px;
  }
  .tablet\:w-1000p {
    width: 1000px;
  }
  .tablet\:min_w-1000p {
    min-width: 1000px;
  }
  .tablet\:min_h-1000p {
    min-height: 1000px;
  }
  .tablet\:max_w-1000p {
    max-width: 1000px;
  }
  .tablet\:max_h-1000p {
    max-height: 1000px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-1010p {
    height: 1010px;
  }
  .tablet\:w-1010p {
    width: 1010px;
  }
  .tablet\:min_w-1010p {
    min-width: 1010px;
  }
  .tablet\:min_h-1010p {
    min-height: 1010px;
  }
  .tablet\:max_w-1010p {
    max-width: 1010px;
  }
  .tablet\:max_h-1010p {
    max-height: 1010px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-1020p {
    height: 1020px;
  }
  .tablet\:w-1020p {
    width: 1020px;
  }
  .tablet\:min_w-1020p {
    min-width: 1020px;
  }
  .tablet\:min_h-1020p {
    min-height: 1020px;
  }
  .tablet\:max_w-1020p {
    max-width: 1020px;
  }
  .tablet\:max_h-1020p {
    max-height: 1020px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-1030p {
    height: 1030px;
  }
  .tablet\:w-1030p {
    width: 1030px;
  }
  .tablet\:min_w-1030p {
    min-width: 1030px;
  }
  .tablet\:min_h-1030p {
    min-height: 1030px;
  }
  .tablet\:max_w-1030p {
    max-width: 1030px;
  }
  .tablet\:max_h-1030p {
    max-height: 1030px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-1040p {
    height: 1040px;
  }
  .tablet\:w-1040p {
    width: 1040px;
  }
  .tablet\:min_w-1040p {
    min-width: 1040px;
  }
  .tablet\:min_h-1040p {
    min-height: 1040px;
  }
  .tablet\:max_w-1040p {
    max-width: 1040px;
  }
  .tablet\:max_h-1040p {
    max-height: 1040px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-1050p {
    height: 1050px;
  }
  .tablet\:w-1050p {
    width: 1050px;
  }
  .tablet\:min_w-1050p {
    min-width: 1050px;
  }
  .tablet\:min_h-1050p {
    min-height: 1050px;
  }
  .tablet\:max_w-1050p {
    max-width: 1050px;
  }
  .tablet\:max_h-1050p {
    max-height: 1050px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-1060p {
    height: 1060px;
  }
  .tablet\:w-1060p {
    width: 1060px;
  }
  .tablet\:min_w-1060p {
    min-width: 1060px;
  }
  .tablet\:min_h-1060p {
    min-height: 1060px;
  }
  .tablet\:max_w-1060p {
    max-width: 1060px;
  }
  .tablet\:max_h-1060p {
    max-height: 1060px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-1070p {
    height: 1070px;
  }
  .tablet\:w-1070p {
    width: 1070px;
  }
  .tablet\:min_w-1070p {
    min-width: 1070px;
  }
  .tablet\:min_h-1070p {
    min-height: 1070px;
  }
  .tablet\:max_w-1070p {
    max-width: 1070px;
  }
  .tablet\:max_h-1070p {
    max-height: 1070px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-1080p {
    height: 1080px;
  }
  .tablet\:w-1080p {
    width: 1080px;
  }
  .tablet\:min_w-1080p {
    min-width: 1080px;
  }
  .tablet\:min_h-1080p {
    min-height: 1080px;
  }
  .tablet\:max_w-1080p {
    max-width: 1080px;
  }
  .tablet\:max_h-1080p {
    max-height: 1080px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-1090p {
    height: 1090px;
  }
  .tablet\:w-1090p {
    width: 1090px;
  }
  .tablet\:min_w-1090p {
    min-width: 1090px;
  }
  .tablet\:min_h-1090p {
    min-height: 1090px;
  }
  .tablet\:max_w-1090p {
    max-width: 1090px;
  }
  .tablet\:max_h-1090p {
    max-height: 1090px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-1100p {
    height: 1100px;
  }
  .tablet\:w-1100p {
    width: 1100px;
  }
  .tablet\:min_w-1100p {
    min-width: 1100px;
  }
  .tablet\:min_h-1100p {
    min-height: 1100px;
  }
  .tablet\:max_w-1100p {
    max-width: 1100px;
  }
  .tablet\:max_h-1100p {
    max-height: 1100px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-1110p {
    height: 1110px;
  }
  .tablet\:w-1110p {
    width: 1110px;
  }
  .tablet\:min_w-1110p {
    min-width: 1110px;
  }
  .tablet\:min_h-1110p {
    min-height: 1110px;
  }
  .tablet\:max_w-1110p {
    max-width: 1110px;
  }
  .tablet\:max_h-1110p {
    max-height: 1110px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-1120p {
    height: 1120px;
  }
  .tablet\:w-1120p {
    width: 1120px;
  }
  .tablet\:min_w-1120p {
    min-width: 1120px;
  }
  .tablet\:min_h-1120p {
    min-height: 1120px;
  }
  .tablet\:max_w-1120p {
    max-width: 1120px;
  }
  .tablet\:max_h-1120p {
    max-height: 1120px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-1130p {
    height: 1130px;
  }
  .tablet\:w-1130p {
    width: 1130px;
  }
  .tablet\:min_w-1130p {
    min-width: 1130px;
  }
  .tablet\:min_h-1130p {
    min-height: 1130px;
  }
  .tablet\:max_w-1130p {
    max-width: 1130px;
  }
  .tablet\:max_h-1130p {
    max-height: 1130px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-1140p {
    height: 1140px;
  }
  .tablet\:w-1140p {
    width: 1140px;
  }
  .tablet\:min_w-1140p {
    min-width: 1140px;
  }
  .tablet\:min_h-1140p {
    min-height: 1140px;
  }
  .tablet\:max_w-1140p {
    max-width: 1140px;
  }
  .tablet\:max_h-1140p {
    max-height: 1140px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-1150p {
    height: 1150px;
  }
  .tablet\:w-1150p {
    width: 1150px;
  }
  .tablet\:min_w-1150p {
    min-width: 1150px;
  }
  .tablet\:min_h-1150p {
    min-height: 1150px;
  }
  .tablet\:max_w-1150p {
    max-width: 1150px;
  }
  .tablet\:max_h-1150p {
    max-height: 1150px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-1160p {
    height: 1160px;
  }
  .tablet\:w-1160p {
    width: 1160px;
  }
  .tablet\:min_w-1160p {
    min-width: 1160px;
  }
  .tablet\:min_h-1160p {
    min-height: 1160px;
  }
  .tablet\:max_w-1160p {
    max-width: 1160px;
  }
  .tablet\:max_h-1160p {
    max-height: 1160px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-1170p {
    height: 1170px;
  }
  .tablet\:w-1170p {
    width: 1170px;
  }
  .tablet\:min_w-1170p {
    min-width: 1170px;
  }
  .tablet\:min_h-1170p {
    min-height: 1170px;
  }
  .tablet\:max_w-1170p {
    max-width: 1170px;
  }
  .tablet\:max_h-1170p {
    max-height: 1170px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-1180p {
    height: 1180px;
  }
  .tablet\:w-1180p {
    width: 1180px;
  }
  .tablet\:min_w-1180p {
    min-width: 1180px;
  }
  .tablet\:min_h-1180p {
    min-height: 1180px;
  }
  .tablet\:max_w-1180p {
    max-width: 1180px;
  }
  .tablet\:max_h-1180p {
    max-height: 1180px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:h-1190p {
    height: 1190px;
  }
  .tablet\:w-1190p {
    width: 1190px;
  }
  .tablet\:min_w-1190p {
    min-width: 1190px;
  }
  .tablet\:min_h-1190p {
    min-height: 1190px;
  }
  .tablet\:max_w-1190p {
    max-width: 1190px;
  }
  .tablet\:max_h-1190p {
    max-height: 1190px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-10p {
    height: 10px;
  }
  .tablet-m\:w-10p {
    width: 10px;
  }
  .tablet-m\:min_w-10p {
    min-width: 10px;
  }
  .tablet-m\:min_h-10p {
    min-height: 10px;
  }
  .tablet-m\:max_w-10p {
    max-width: 10px;
  }
  .tablet-m\:max_h-10p {
    max-height: 10px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-20p {
    height: 20px;
  }
  .tablet-m\:w-20p {
    width: 20px;
  }
  .tablet-m\:min_w-20p {
    min-width: 20px;
  }
  .tablet-m\:min_h-20p {
    min-height: 20px;
  }
  .tablet-m\:max_w-20p {
    max-width: 20px;
  }
  .tablet-m\:max_h-20p {
    max-height: 20px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-30p {
    height: 30px;
  }
  .tablet-m\:w-30p {
    width: 30px;
  }
  .tablet-m\:min_w-30p {
    min-width: 30px;
  }
  .tablet-m\:min_h-30p {
    min-height: 30px;
  }
  .tablet-m\:max_w-30p {
    max-width: 30px;
  }
  .tablet-m\:max_h-30p {
    max-height: 30px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-40p {
    height: 40px;
  }
  .tablet-m\:w-40p {
    width: 40px;
  }
  .tablet-m\:min_w-40p {
    min-width: 40px;
  }
  .tablet-m\:min_h-40p {
    min-height: 40px;
  }
  .tablet-m\:max_w-40p {
    max-width: 40px;
  }
  .tablet-m\:max_h-40p {
    max-height: 40px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-50p {
    height: 50px;
  }
  .tablet-m\:w-50p {
    width: 50px;
  }
  .tablet-m\:min_w-50p {
    min-width: 50px;
  }
  .tablet-m\:min_h-50p {
    min-height: 50px;
  }
  .tablet-m\:max_w-50p {
    max-width: 50px;
  }
  .tablet-m\:max_h-50p {
    max-height: 50px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-60p {
    height: 60px;
  }
  .tablet-m\:w-60p {
    width: 60px;
  }
  .tablet-m\:min_w-60p {
    min-width: 60px;
  }
  .tablet-m\:min_h-60p {
    min-height: 60px;
  }
  .tablet-m\:max_w-60p {
    max-width: 60px;
  }
  .tablet-m\:max_h-60p {
    max-height: 60px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-70p {
    height: 70px;
  }
  .tablet-m\:w-70p {
    width: 70px;
  }
  .tablet-m\:min_w-70p {
    min-width: 70px;
  }
  .tablet-m\:min_h-70p {
    min-height: 70px;
  }
  .tablet-m\:max_w-70p {
    max-width: 70px;
  }
  .tablet-m\:max_h-70p {
    max-height: 70px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-80p {
    height: 80px;
  }
  .tablet-m\:w-80p {
    width: 80px;
  }
  .tablet-m\:min_w-80p {
    min-width: 80px;
  }
  .tablet-m\:min_h-80p {
    min-height: 80px;
  }
  .tablet-m\:max_w-80p {
    max-width: 80px;
  }
  .tablet-m\:max_h-80p {
    max-height: 80px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-90p {
    height: 90px;
  }
  .tablet-m\:w-90p {
    width: 90px;
  }
  .tablet-m\:min_w-90p {
    min-width: 90px;
  }
  .tablet-m\:min_h-90p {
    min-height: 90px;
  }
  .tablet-m\:max_w-90p {
    max-width: 90px;
  }
  .tablet-m\:max_h-90p {
    max-height: 90px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-100p {
    height: 100px;
  }
  .tablet-m\:w-100p {
    width: 100px;
  }
  .tablet-m\:min_w-100p {
    min-width: 100px;
  }
  .tablet-m\:min_h-100p {
    min-height: 100px;
  }
  .tablet-m\:max_w-100p {
    max-width: 100px;
  }
  .tablet-m\:max_h-100p {
    max-height: 100px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-110p {
    height: 110px;
  }
  .tablet-m\:w-110p {
    width: 110px;
  }
  .tablet-m\:min_w-110p {
    min-width: 110px;
  }
  .tablet-m\:min_h-110p {
    min-height: 110px;
  }
  .tablet-m\:max_w-110p {
    max-width: 110px;
  }
  .tablet-m\:max_h-110p {
    max-height: 110px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-120p {
    height: 120px;
  }
  .tablet-m\:w-120p {
    width: 120px;
  }
  .tablet-m\:min_w-120p {
    min-width: 120px;
  }
  .tablet-m\:min_h-120p {
    min-height: 120px;
  }
  .tablet-m\:max_w-120p {
    max-width: 120px;
  }
  .tablet-m\:max_h-120p {
    max-height: 120px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-130p {
    height: 130px;
  }
  .tablet-m\:w-130p {
    width: 130px;
  }
  .tablet-m\:min_w-130p {
    min-width: 130px;
  }
  .tablet-m\:min_h-130p {
    min-height: 130px;
  }
  .tablet-m\:max_w-130p {
    max-width: 130px;
  }
  .tablet-m\:max_h-130p {
    max-height: 130px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-140p {
    height: 140px;
  }
  .tablet-m\:w-140p {
    width: 140px;
  }
  .tablet-m\:min_w-140p {
    min-width: 140px;
  }
  .tablet-m\:min_h-140p {
    min-height: 140px;
  }
  .tablet-m\:max_w-140p {
    max-width: 140px;
  }
  .tablet-m\:max_h-140p {
    max-height: 140px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-150p {
    height: 150px;
  }
  .tablet-m\:w-150p {
    width: 150px;
  }
  .tablet-m\:min_w-150p {
    min-width: 150px;
  }
  .tablet-m\:min_h-150p {
    min-height: 150px;
  }
  .tablet-m\:max_w-150p {
    max-width: 150px;
  }
  .tablet-m\:max_h-150p {
    max-height: 150px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-160p {
    height: 160px;
  }
  .tablet-m\:w-160p {
    width: 160px;
  }
  .tablet-m\:min_w-160p {
    min-width: 160px;
  }
  .tablet-m\:min_h-160p {
    min-height: 160px;
  }
  .tablet-m\:max_w-160p {
    max-width: 160px;
  }
  .tablet-m\:max_h-160p {
    max-height: 160px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-170p {
    height: 170px;
  }
  .tablet-m\:w-170p {
    width: 170px;
  }
  .tablet-m\:min_w-170p {
    min-width: 170px;
  }
  .tablet-m\:min_h-170p {
    min-height: 170px;
  }
  .tablet-m\:max_w-170p {
    max-width: 170px;
  }
  .tablet-m\:max_h-170p {
    max-height: 170px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-180p {
    height: 180px;
  }
  .tablet-m\:w-180p {
    width: 180px;
  }
  .tablet-m\:min_w-180p {
    min-width: 180px;
  }
  .tablet-m\:min_h-180p {
    min-height: 180px;
  }
  .tablet-m\:max_w-180p {
    max-width: 180px;
  }
  .tablet-m\:max_h-180p {
    max-height: 180px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-190p {
    height: 190px;
  }
  .tablet-m\:w-190p {
    width: 190px;
  }
  .tablet-m\:min_w-190p {
    min-width: 190px;
  }
  .tablet-m\:min_h-190p {
    min-height: 190px;
  }
  .tablet-m\:max_w-190p {
    max-width: 190px;
  }
  .tablet-m\:max_h-190p {
    max-height: 190px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-200p {
    height: 200px;
  }
  .tablet-m\:w-200p {
    width: 200px;
  }
  .tablet-m\:min_w-200p {
    min-width: 200px;
  }
  .tablet-m\:min_h-200p {
    min-height: 200px;
  }
  .tablet-m\:max_w-200p {
    max-width: 200px;
  }
  .tablet-m\:max_h-200p {
    max-height: 200px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-210p {
    height: 210px;
  }
  .tablet-m\:w-210p {
    width: 210px;
  }
  .tablet-m\:min_w-210p {
    min-width: 210px;
  }
  .tablet-m\:min_h-210p {
    min-height: 210px;
  }
  .tablet-m\:max_w-210p {
    max-width: 210px;
  }
  .tablet-m\:max_h-210p {
    max-height: 210px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-220p {
    height: 220px;
  }
  .tablet-m\:w-220p {
    width: 220px;
  }
  .tablet-m\:min_w-220p {
    min-width: 220px;
  }
  .tablet-m\:min_h-220p {
    min-height: 220px;
  }
  .tablet-m\:max_w-220p {
    max-width: 220px;
  }
  .tablet-m\:max_h-220p {
    max-height: 220px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-230p {
    height: 230px;
  }
  .tablet-m\:w-230p {
    width: 230px;
  }
  .tablet-m\:min_w-230p {
    min-width: 230px;
  }
  .tablet-m\:min_h-230p {
    min-height: 230px;
  }
  .tablet-m\:max_w-230p {
    max-width: 230px;
  }
  .tablet-m\:max_h-230p {
    max-height: 230px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-240p {
    height: 240px;
  }
  .tablet-m\:w-240p {
    width: 240px;
  }
  .tablet-m\:min_w-240p {
    min-width: 240px;
  }
  .tablet-m\:min_h-240p {
    min-height: 240px;
  }
  .tablet-m\:max_w-240p {
    max-width: 240px;
  }
  .tablet-m\:max_h-240p {
    max-height: 240px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-250p {
    height: 250px;
  }
  .tablet-m\:w-250p {
    width: 250px;
  }
  .tablet-m\:min_w-250p {
    min-width: 250px;
  }
  .tablet-m\:min_h-250p {
    min-height: 250px;
  }
  .tablet-m\:max_w-250p {
    max-width: 250px;
  }
  .tablet-m\:max_h-250p {
    max-height: 250px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-260p {
    height: 260px;
  }
  .tablet-m\:w-260p {
    width: 260px;
  }
  .tablet-m\:min_w-260p {
    min-width: 260px;
  }
  .tablet-m\:min_h-260p {
    min-height: 260px;
  }
  .tablet-m\:max_w-260p {
    max-width: 260px;
  }
  .tablet-m\:max_h-260p {
    max-height: 260px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-270p {
    height: 270px;
  }
  .tablet-m\:w-270p {
    width: 270px;
  }
  .tablet-m\:min_w-270p {
    min-width: 270px;
  }
  .tablet-m\:min_h-270p {
    min-height: 270px;
  }
  .tablet-m\:max_w-270p {
    max-width: 270px;
  }
  .tablet-m\:max_h-270p {
    max-height: 270px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-280p {
    height: 280px;
  }
  .tablet-m\:w-280p {
    width: 280px;
  }
  .tablet-m\:min_w-280p {
    min-width: 280px;
  }
  .tablet-m\:min_h-280p {
    min-height: 280px;
  }
  .tablet-m\:max_w-280p {
    max-width: 280px;
  }
  .tablet-m\:max_h-280p {
    max-height: 280px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-290p {
    height: 290px;
  }
  .tablet-m\:w-290p {
    width: 290px;
  }
  .tablet-m\:min_w-290p {
    min-width: 290px;
  }
  .tablet-m\:min_h-290p {
    min-height: 290px;
  }
  .tablet-m\:max_w-290p {
    max-width: 290px;
  }
  .tablet-m\:max_h-290p {
    max-height: 290px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-300p {
    height: 300px;
  }
  .tablet-m\:w-300p {
    width: 300px;
  }
  .tablet-m\:min_w-300p {
    min-width: 300px;
  }
  .tablet-m\:min_h-300p {
    min-height: 300px;
  }
  .tablet-m\:max_w-300p {
    max-width: 300px;
  }
  .tablet-m\:max_h-300p {
    max-height: 300px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-310p {
    height: 310px;
  }
  .tablet-m\:w-310p {
    width: 310px;
  }
  .tablet-m\:min_w-310p {
    min-width: 310px;
  }
  .tablet-m\:min_h-310p {
    min-height: 310px;
  }
  .tablet-m\:max_w-310p {
    max-width: 310px;
  }
  .tablet-m\:max_h-310p {
    max-height: 310px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-320p {
    height: 320px;
  }
  .tablet-m\:w-320p {
    width: 320px;
  }
  .tablet-m\:min_w-320p {
    min-width: 320px;
  }
  .tablet-m\:min_h-320p {
    min-height: 320px;
  }
  .tablet-m\:max_w-320p {
    max-width: 320px;
  }
  .tablet-m\:max_h-320p {
    max-height: 320px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-330p {
    height: 330px;
  }
  .tablet-m\:w-330p {
    width: 330px;
  }
  .tablet-m\:min_w-330p {
    min-width: 330px;
  }
  .tablet-m\:min_h-330p {
    min-height: 330px;
  }
  .tablet-m\:max_w-330p {
    max-width: 330px;
  }
  .tablet-m\:max_h-330p {
    max-height: 330px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-340p {
    height: 340px;
  }
  .tablet-m\:w-340p {
    width: 340px;
  }
  .tablet-m\:min_w-340p {
    min-width: 340px;
  }
  .tablet-m\:min_h-340p {
    min-height: 340px;
  }
  .tablet-m\:max_w-340p {
    max-width: 340px;
  }
  .tablet-m\:max_h-340p {
    max-height: 340px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-350p {
    height: 350px;
  }
  .tablet-m\:w-350p {
    width: 350px;
  }
  .tablet-m\:min_w-350p {
    min-width: 350px;
  }
  .tablet-m\:min_h-350p {
    min-height: 350px;
  }
  .tablet-m\:max_w-350p {
    max-width: 350px;
  }
  .tablet-m\:max_h-350p {
    max-height: 350px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-360p {
    height: 360px;
  }
  .tablet-m\:w-360p {
    width: 360px;
  }
  .tablet-m\:min_w-360p {
    min-width: 360px;
  }
  .tablet-m\:min_h-360p {
    min-height: 360px;
  }
  .tablet-m\:max_w-360p {
    max-width: 360px;
  }
  .tablet-m\:max_h-360p {
    max-height: 360px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-370p {
    height: 370px;
  }
  .tablet-m\:w-370p {
    width: 370px;
  }
  .tablet-m\:min_w-370p {
    min-width: 370px;
  }
  .tablet-m\:min_h-370p {
    min-height: 370px;
  }
  .tablet-m\:max_w-370p {
    max-width: 370px;
  }
  .tablet-m\:max_h-370p {
    max-height: 370px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-380p {
    height: 380px;
  }
  .tablet-m\:w-380p {
    width: 380px;
  }
  .tablet-m\:min_w-380p {
    min-width: 380px;
  }
  .tablet-m\:min_h-380p {
    min-height: 380px;
  }
  .tablet-m\:max_w-380p {
    max-width: 380px;
  }
  .tablet-m\:max_h-380p {
    max-height: 380px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-390p {
    height: 390px;
  }
  .tablet-m\:w-390p {
    width: 390px;
  }
  .tablet-m\:min_w-390p {
    min-width: 390px;
  }
  .tablet-m\:min_h-390p {
    min-height: 390px;
  }
  .tablet-m\:max_w-390p {
    max-width: 390px;
  }
  .tablet-m\:max_h-390p {
    max-height: 390px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-400p {
    height: 400px;
  }
  .tablet-m\:w-400p {
    width: 400px;
  }
  .tablet-m\:min_w-400p {
    min-width: 400px;
  }
  .tablet-m\:min_h-400p {
    min-height: 400px;
  }
  .tablet-m\:max_w-400p {
    max-width: 400px;
  }
  .tablet-m\:max_h-400p {
    max-height: 400px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-410p {
    height: 410px;
  }
  .tablet-m\:w-410p {
    width: 410px;
  }
  .tablet-m\:min_w-410p {
    min-width: 410px;
  }
  .tablet-m\:min_h-410p {
    min-height: 410px;
  }
  .tablet-m\:max_w-410p {
    max-width: 410px;
  }
  .tablet-m\:max_h-410p {
    max-height: 410px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-420p {
    height: 420px;
  }
  .tablet-m\:w-420p {
    width: 420px;
  }
  .tablet-m\:min_w-420p {
    min-width: 420px;
  }
  .tablet-m\:min_h-420p {
    min-height: 420px;
  }
  .tablet-m\:max_w-420p {
    max-width: 420px;
  }
  .tablet-m\:max_h-420p {
    max-height: 420px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-430p {
    height: 430px;
  }
  .tablet-m\:w-430p {
    width: 430px;
  }
  .tablet-m\:min_w-430p {
    min-width: 430px;
  }
  .tablet-m\:min_h-430p {
    min-height: 430px;
  }
  .tablet-m\:max_w-430p {
    max-width: 430px;
  }
  .tablet-m\:max_h-430p {
    max-height: 430px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-440p {
    height: 440px;
  }
  .tablet-m\:w-440p {
    width: 440px;
  }
  .tablet-m\:min_w-440p {
    min-width: 440px;
  }
  .tablet-m\:min_h-440p {
    min-height: 440px;
  }
  .tablet-m\:max_w-440p {
    max-width: 440px;
  }
  .tablet-m\:max_h-440p {
    max-height: 440px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-450p {
    height: 450px;
  }
  .tablet-m\:w-450p {
    width: 450px;
  }
  .tablet-m\:min_w-450p {
    min-width: 450px;
  }
  .tablet-m\:min_h-450p {
    min-height: 450px;
  }
  .tablet-m\:max_w-450p {
    max-width: 450px;
  }
  .tablet-m\:max_h-450p {
    max-height: 450px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-460p {
    height: 460px;
  }
  .tablet-m\:w-460p {
    width: 460px;
  }
  .tablet-m\:min_w-460p {
    min-width: 460px;
  }
  .tablet-m\:min_h-460p {
    min-height: 460px;
  }
  .tablet-m\:max_w-460p {
    max-width: 460px;
  }
  .tablet-m\:max_h-460p {
    max-height: 460px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-470p {
    height: 470px;
  }
  .tablet-m\:w-470p {
    width: 470px;
  }
  .tablet-m\:min_w-470p {
    min-width: 470px;
  }
  .tablet-m\:min_h-470p {
    min-height: 470px;
  }
  .tablet-m\:max_w-470p {
    max-width: 470px;
  }
  .tablet-m\:max_h-470p {
    max-height: 470px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-480p {
    height: 480px;
  }
  .tablet-m\:w-480p {
    width: 480px;
  }
  .tablet-m\:min_w-480p {
    min-width: 480px;
  }
  .tablet-m\:min_h-480p {
    min-height: 480px;
  }
  .tablet-m\:max_w-480p {
    max-width: 480px;
  }
  .tablet-m\:max_h-480p {
    max-height: 480px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-490p {
    height: 490px;
  }
  .tablet-m\:w-490p {
    width: 490px;
  }
  .tablet-m\:min_w-490p {
    min-width: 490px;
  }
  .tablet-m\:min_h-490p {
    min-height: 490px;
  }
  .tablet-m\:max_w-490p {
    max-width: 490px;
  }
  .tablet-m\:max_h-490p {
    max-height: 490px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-500p {
    height: 500px;
  }
  .tablet-m\:w-500p {
    width: 500px;
  }
  .tablet-m\:min_w-500p {
    min-width: 500px;
  }
  .tablet-m\:min_h-500p {
    min-height: 500px;
  }
  .tablet-m\:max_w-500p {
    max-width: 500px;
  }
  .tablet-m\:max_h-500p {
    max-height: 500px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-510p {
    height: 510px;
  }
  .tablet-m\:w-510p {
    width: 510px;
  }
  .tablet-m\:min_w-510p {
    min-width: 510px;
  }
  .tablet-m\:min_h-510p {
    min-height: 510px;
  }
  .tablet-m\:max_w-510p {
    max-width: 510px;
  }
  .tablet-m\:max_h-510p {
    max-height: 510px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-520p {
    height: 520px;
  }
  .tablet-m\:w-520p {
    width: 520px;
  }
  .tablet-m\:min_w-520p {
    min-width: 520px;
  }
  .tablet-m\:min_h-520p {
    min-height: 520px;
  }
  .tablet-m\:max_w-520p {
    max-width: 520px;
  }
  .tablet-m\:max_h-520p {
    max-height: 520px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-530p {
    height: 530px;
  }
  .tablet-m\:w-530p {
    width: 530px;
  }
  .tablet-m\:min_w-530p {
    min-width: 530px;
  }
  .tablet-m\:min_h-530p {
    min-height: 530px;
  }
  .tablet-m\:max_w-530p {
    max-width: 530px;
  }
  .tablet-m\:max_h-530p {
    max-height: 530px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-540p {
    height: 540px;
  }
  .tablet-m\:w-540p {
    width: 540px;
  }
  .tablet-m\:min_w-540p {
    min-width: 540px;
  }
  .tablet-m\:min_h-540p {
    min-height: 540px;
  }
  .tablet-m\:max_w-540p {
    max-width: 540px;
  }
  .tablet-m\:max_h-540p {
    max-height: 540px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-550p {
    height: 550px;
  }
  .tablet-m\:w-550p {
    width: 550px;
  }
  .tablet-m\:min_w-550p {
    min-width: 550px;
  }
  .tablet-m\:min_h-550p {
    min-height: 550px;
  }
  .tablet-m\:max_w-550p {
    max-width: 550px;
  }
  .tablet-m\:max_h-550p {
    max-height: 550px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-560p {
    height: 560px;
  }
  .tablet-m\:w-560p {
    width: 560px;
  }
  .tablet-m\:min_w-560p {
    min-width: 560px;
  }
  .tablet-m\:min_h-560p {
    min-height: 560px;
  }
  .tablet-m\:max_w-560p {
    max-width: 560px;
  }
  .tablet-m\:max_h-560p {
    max-height: 560px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-570p {
    height: 570px;
  }
  .tablet-m\:w-570p {
    width: 570px;
  }
  .tablet-m\:min_w-570p {
    min-width: 570px;
  }
  .tablet-m\:min_h-570p {
    min-height: 570px;
  }
  .tablet-m\:max_w-570p {
    max-width: 570px;
  }
  .tablet-m\:max_h-570p {
    max-height: 570px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-580p {
    height: 580px;
  }
  .tablet-m\:w-580p {
    width: 580px;
  }
  .tablet-m\:min_w-580p {
    min-width: 580px;
  }
  .tablet-m\:min_h-580p {
    min-height: 580px;
  }
  .tablet-m\:max_w-580p {
    max-width: 580px;
  }
  .tablet-m\:max_h-580p {
    max-height: 580px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-590p {
    height: 590px;
  }
  .tablet-m\:w-590p {
    width: 590px;
  }
  .tablet-m\:min_w-590p {
    min-width: 590px;
  }
  .tablet-m\:min_h-590p {
    min-height: 590px;
  }
  .tablet-m\:max_w-590p {
    max-width: 590px;
  }
  .tablet-m\:max_h-590p {
    max-height: 590px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-600p {
    height: 600px;
  }
  .tablet-m\:w-600p {
    width: 600px;
  }
  .tablet-m\:min_w-600p {
    min-width: 600px;
  }
  .tablet-m\:min_h-600p {
    min-height: 600px;
  }
  .tablet-m\:max_w-600p {
    max-width: 600px;
  }
  .tablet-m\:max_h-600p {
    max-height: 600px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-610p {
    height: 610px;
  }
  .tablet-m\:w-610p {
    width: 610px;
  }
  .tablet-m\:min_w-610p {
    min-width: 610px;
  }
  .tablet-m\:min_h-610p {
    min-height: 610px;
  }
  .tablet-m\:max_w-610p {
    max-width: 610px;
  }
  .tablet-m\:max_h-610p {
    max-height: 610px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-620p {
    height: 620px;
  }
  .tablet-m\:w-620p {
    width: 620px;
  }
  .tablet-m\:min_w-620p {
    min-width: 620px;
  }
  .tablet-m\:min_h-620p {
    min-height: 620px;
  }
  .tablet-m\:max_w-620p {
    max-width: 620px;
  }
  .tablet-m\:max_h-620p {
    max-height: 620px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-630p {
    height: 630px;
  }
  .tablet-m\:w-630p {
    width: 630px;
  }
  .tablet-m\:min_w-630p {
    min-width: 630px;
  }
  .tablet-m\:min_h-630p {
    min-height: 630px;
  }
  .tablet-m\:max_w-630p {
    max-width: 630px;
  }
  .tablet-m\:max_h-630p {
    max-height: 630px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-640p {
    height: 640px;
  }
  .tablet-m\:w-640p {
    width: 640px;
  }
  .tablet-m\:min_w-640p {
    min-width: 640px;
  }
  .tablet-m\:min_h-640p {
    min-height: 640px;
  }
  .tablet-m\:max_w-640p {
    max-width: 640px;
  }
  .tablet-m\:max_h-640p {
    max-height: 640px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-650p {
    height: 650px;
  }
  .tablet-m\:w-650p {
    width: 650px;
  }
  .tablet-m\:min_w-650p {
    min-width: 650px;
  }
  .tablet-m\:min_h-650p {
    min-height: 650px;
  }
  .tablet-m\:max_w-650p {
    max-width: 650px;
  }
  .tablet-m\:max_h-650p {
    max-height: 650px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-660p {
    height: 660px;
  }
  .tablet-m\:w-660p {
    width: 660px;
  }
  .tablet-m\:min_w-660p {
    min-width: 660px;
  }
  .tablet-m\:min_h-660p {
    min-height: 660px;
  }
  .tablet-m\:max_w-660p {
    max-width: 660px;
  }
  .tablet-m\:max_h-660p {
    max-height: 660px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-670p {
    height: 670px;
  }
  .tablet-m\:w-670p {
    width: 670px;
  }
  .tablet-m\:min_w-670p {
    min-width: 670px;
  }
  .tablet-m\:min_h-670p {
    min-height: 670px;
  }
  .tablet-m\:max_w-670p {
    max-width: 670px;
  }
  .tablet-m\:max_h-670p {
    max-height: 670px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-680p {
    height: 680px;
  }
  .tablet-m\:w-680p {
    width: 680px;
  }
  .tablet-m\:min_w-680p {
    min-width: 680px;
  }
  .tablet-m\:min_h-680p {
    min-height: 680px;
  }
  .tablet-m\:max_w-680p {
    max-width: 680px;
  }
  .tablet-m\:max_h-680p {
    max-height: 680px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-690p {
    height: 690px;
  }
  .tablet-m\:w-690p {
    width: 690px;
  }
  .tablet-m\:min_w-690p {
    min-width: 690px;
  }
  .tablet-m\:min_h-690p {
    min-height: 690px;
  }
  .tablet-m\:max_w-690p {
    max-width: 690px;
  }
  .tablet-m\:max_h-690p {
    max-height: 690px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-700p {
    height: 700px;
  }
  .tablet-m\:w-700p {
    width: 700px;
  }
  .tablet-m\:min_w-700p {
    min-width: 700px;
  }
  .tablet-m\:min_h-700p {
    min-height: 700px;
  }
  .tablet-m\:max_w-700p {
    max-width: 700px;
  }
  .tablet-m\:max_h-700p {
    max-height: 700px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-710p {
    height: 710px;
  }
  .tablet-m\:w-710p {
    width: 710px;
  }
  .tablet-m\:min_w-710p {
    min-width: 710px;
  }
  .tablet-m\:min_h-710p {
    min-height: 710px;
  }
  .tablet-m\:max_w-710p {
    max-width: 710px;
  }
  .tablet-m\:max_h-710p {
    max-height: 710px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-720p {
    height: 720px;
  }
  .tablet-m\:w-720p {
    width: 720px;
  }
  .tablet-m\:min_w-720p {
    min-width: 720px;
  }
  .tablet-m\:min_h-720p {
    min-height: 720px;
  }
  .tablet-m\:max_w-720p {
    max-width: 720px;
  }
  .tablet-m\:max_h-720p {
    max-height: 720px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-730p {
    height: 730px;
  }
  .tablet-m\:w-730p {
    width: 730px;
  }
  .tablet-m\:min_w-730p {
    min-width: 730px;
  }
  .tablet-m\:min_h-730p {
    min-height: 730px;
  }
  .tablet-m\:max_w-730p {
    max-width: 730px;
  }
  .tablet-m\:max_h-730p {
    max-height: 730px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-740p {
    height: 740px;
  }
  .tablet-m\:w-740p {
    width: 740px;
  }
  .tablet-m\:min_w-740p {
    min-width: 740px;
  }
  .tablet-m\:min_h-740p {
    min-height: 740px;
  }
  .tablet-m\:max_w-740p {
    max-width: 740px;
  }
  .tablet-m\:max_h-740p {
    max-height: 740px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-750p {
    height: 750px;
  }
  .tablet-m\:w-750p {
    width: 750px;
  }
  .tablet-m\:min_w-750p {
    min-width: 750px;
  }
  .tablet-m\:min_h-750p {
    min-height: 750px;
  }
  .tablet-m\:max_w-750p {
    max-width: 750px;
  }
  .tablet-m\:max_h-750p {
    max-height: 750px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-760p {
    height: 760px;
  }
  .tablet-m\:w-760p {
    width: 760px;
  }
  .tablet-m\:min_w-760p {
    min-width: 760px;
  }
  .tablet-m\:min_h-760p {
    min-height: 760px;
  }
  .tablet-m\:max_w-760p {
    max-width: 760px;
  }
  .tablet-m\:max_h-760p {
    max-height: 760px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-770p {
    height: 770px;
  }
  .tablet-m\:w-770p {
    width: 770px;
  }
  .tablet-m\:min_w-770p {
    min-width: 770px;
  }
  .tablet-m\:min_h-770p {
    min-height: 770px;
  }
  .tablet-m\:max_w-770p {
    max-width: 770px;
  }
  .tablet-m\:max_h-770p {
    max-height: 770px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-780p {
    height: 780px;
  }
  .tablet-m\:w-780p {
    width: 780px;
  }
  .tablet-m\:min_w-780p {
    min-width: 780px;
  }
  .tablet-m\:min_h-780p {
    min-height: 780px;
  }
  .tablet-m\:max_w-780p {
    max-width: 780px;
  }
  .tablet-m\:max_h-780p {
    max-height: 780px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-790p {
    height: 790px;
  }
  .tablet-m\:w-790p {
    width: 790px;
  }
  .tablet-m\:min_w-790p {
    min-width: 790px;
  }
  .tablet-m\:min_h-790p {
    min-height: 790px;
  }
  .tablet-m\:max_w-790p {
    max-width: 790px;
  }
  .tablet-m\:max_h-790p {
    max-height: 790px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-800p {
    height: 800px;
  }
  .tablet-m\:w-800p {
    width: 800px;
  }
  .tablet-m\:min_w-800p {
    min-width: 800px;
  }
  .tablet-m\:min_h-800p {
    min-height: 800px;
  }
  .tablet-m\:max_w-800p {
    max-width: 800px;
  }
  .tablet-m\:max_h-800p {
    max-height: 800px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-810p {
    height: 810px;
  }
  .tablet-m\:w-810p {
    width: 810px;
  }
  .tablet-m\:min_w-810p {
    min-width: 810px;
  }
  .tablet-m\:min_h-810p {
    min-height: 810px;
  }
  .tablet-m\:max_w-810p {
    max-width: 810px;
  }
  .tablet-m\:max_h-810p {
    max-height: 810px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-820p {
    height: 820px;
  }
  .tablet-m\:w-820p {
    width: 820px;
  }
  .tablet-m\:min_w-820p {
    min-width: 820px;
  }
  .tablet-m\:min_h-820p {
    min-height: 820px;
  }
  .tablet-m\:max_w-820p {
    max-width: 820px;
  }
  .tablet-m\:max_h-820p {
    max-height: 820px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-830p {
    height: 830px;
  }
  .tablet-m\:w-830p {
    width: 830px;
  }
  .tablet-m\:min_w-830p {
    min-width: 830px;
  }
  .tablet-m\:min_h-830p {
    min-height: 830px;
  }
  .tablet-m\:max_w-830p {
    max-width: 830px;
  }
  .tablet-m\:max_h-830p {
    max-height: 830px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-840p {
    height: 840px;
  }
  .tablet-m\:w-840p {
    width: 840px;
  }
  .tablet-m\:min_w-840p {
    min-width: 840px;
  }
  .tablet-m\:min_h-840p {
    min-height: 840px;
  }
  .tablet-m\:max_w-840p {
    max-width: 840px;
  }
  .tablet-m\:max_h-840p {
    max-height: 840px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-850p {
    height: 850px;
  }
  .tablet-m\:w-850p {
    width: 850px;
  }
  .tablet-m\:min_w-850p {
    min-width: 850px;
  }
  .tablet-m\:min_h-850p {
    min-height: 850px;
  }
  .tablet-m\:max_w-850p {
    max-width: 850px;
  }
  .tablet-m\:max_h-850p {
    max-height: 850px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-860p {
    height: 860px;
  }
  .tablet-m\:w-860p {
    width: 860px;
  }
  .tablet-m\:min_w-860p {
    min-width: 860px;
  }
  .tablet-m\:min_h-860p {
    min-height: 860px;
  }
  .tablet-m\:max_w-860p {
    max-width: 860px;
  }
  .tablet-m\:max_h-860p {
    max-height: 860px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-870p {
    height: 870px;
  }
  .tablet-m\:w-870p {
    width: 870px;
  }
  .tablet-m\:min_w-870p {
    min-width: 870px;
  }
  .tablet-m\:min_h-870p {
    min-height: 870px;
  }
  .tablet-m\:max_w-870p {
    max-width: 870px;
  }
  .tablet-m\:max_h-870p {
    max-height: 870px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-880p {
    height: 880px;
  }
  .tablet-m\:w-880p {
    width: 880px;
  }
  .tablet-m\:min_w-880p {
    min-width: 880px;
  }
  .tablet-m\:min_h-880p {
    min-height: 880px;
  }
  .tablet-m\:max_w-880p {
    max-width: 880px;
  }
  .tablet-m\:max_h-880p {
    max-height: 880px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-890p {
    height: 890px;
  }
  .tablet-m\:w-890p {
    width: 890px;
  }
  .tablet-m\:min_w-890p {
    min-width: 890px;
  }
  .tablet-m\:min_h-890p {
    min-height: 890px;
  }
  .tablet-m\:max_w-890p {
    max-width: 890px;
  }
  .tablet-m\:max_h-890p {
    max-height: 890px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-900p {
    height: 900px;
  }
  .tablet-m\:w-900p {
    width: 900px;
  }
  .tablet-m\:min_w-900p {
    min-width: 900px;
  }
  .tablet-m\:min_h-900p {
    min-height: 900px;
  }
  .tablet-m\:max_w-900p {
    max-width: 900px;
  }
  .tablet-m\:max_h-900p {
    max-height: 900px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-910p {
    height: 910px;
  }
  .tablet-m\:w-910p {
    width: 910px;
  }
  .tablet-m\:min_w-910p {
    min-width: 910px;
  }
  .tablet-m\:min_h-910p {
    min-height: 910px;
  }
  .tablet-m\:max_w-910p {
    max-width: 910px;
  }
  .tablet-m\:max_h-910p {
    max-height: 910px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-920p {
    height: 920px;
  }
  .tablet-m\:w-920p {
    width: 920px;
  }
  .tablet-m\:min_w-920p {
    min-width: 920px;
  }
  .tablet-m\:min_h-920p {
    min-height: 920px;
  }
  .tablet-m\:max_w-920p {
    max-width: 920px;
  }
  .tablet-m\:max_h-920p {
    max-height: 920px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-930p {
    height: 930px;
  }
  .tablet-m\:w-930p {
    width: 930px;
  }
  .tablet-m\:min_w-930p {
    min-width: 930px;
  }
  .tablet-m\:min_h-930p {
    min-height: 930px;
  }
  .tablet-m\:max_w-930p {
    max-width: 930px;
  }
  .tablet-m\:max_h-930p {
    max-height: 930px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-940p {
    height: 940px;
  }
  .tablet-m\:w-940p {
    width: 940px;
  }
  .tablet-m\:min_w-940p {
    min-width: 940px;
  }
  .tablet-m\:min_h-940p {
    min-height: 940px;
  }
  .tablet-m\:max_w-940p {
    max-width: 940px;
  }
  .tablet-m\:max_h-940p {
    max-height: 940px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-950p {
    height: 950px;
  }
  .tablet-m\:w-950p {
    width: 950px;
  }
  .tablet-m\:min_w-950p {
    min-width: 950px;
  }
  .tablet-m\:min_h-950p {
    min-height: 950px;
  }
  .tablet-m\:max_w-950p {
    max-width: 950px;
  }
  .tablet-m\:max_h-950p {
    max-height: 950px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-960p {
    height: 960px;
  }
  .tablet-m\:w-960p {
    width: 960px;
  }
  .tablet-m\:min_w-960p {
    min-width: 960px;
  }
  .tablet-m\:min_h-960p {
    min-height: 960px;
  }
  .tablet-m\:max_w-960p {
    max-width: 960px;
  }
  .tablet-m\:max_h-960p {
    max-height: 960px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-970p {
    height: 970px;
  }
  .tablet-m\:w-970p {
    width: 970px;
  }
  .tablet-m\:min_w-970p {
    min-width: 970px;
  }
  .tablet-m\:min_h-970p {
    min-height: 970px;
  }
  .tablet-m\:max_w-970p {
    max-width: 970px;
  }
  .tablet-m\:max_h-970p {
    max-height: 970px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-980p {
    height: 980px;
  }
  .tablet-m\:w-980p {
    width: 980px;
  }
  .tablet-m\:min_w-980p {
    min-width: 980px;
  }
  .tablet-m\:min_h-980p {
    min-height: 980px;
  }
  .tablet-m\:max_w-980p {
    max-width: 980px;
  }
  .tablet-m\:max_h-980p {
    max-height: 980px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-990p {
    height: 990px;
  }
  .tablet-m\:w-990p {
    width: 990px;
  }
  .tablet-m\:min_w-990p {
    min-width: 990px;
  }
  .tablet-m\:min_h-990p {
    min-height: 990px;
  }
  .tablet-m\:max_w-990p {
    max-width: 990px;
  }
  .tablet-m\:max_h-990p {
    max-height: 990px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-1000p {
    height: 1000px;
  }
  .tablet-m\:w-1000p {
    width: 1000px;
  }
  .tablet-m\:min_w-1000p {
    min-width: 1000px;
  }
  .tablet-m\:min_h-1000p {
    min-height: 1000px;
  }
  .tablet-m\:max_w-1000p {
    max-width: 1000px;
  }
  .tablet-m\:max_h-1000p {
    max-height: 1000px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-1010p {
    height: 1010px;
  }
  .tablet-m\:w-1010p {
    width: 1010px;
  }
  .tablet-m\:min_w-1010p {
    min-width: 1010px;
  }
  .tablet-m\:min_h-1010p {
    min-height: 1010px;
  }
  .tablet-m\:max_w-1010p {
    max-width: 1010px;
  }
  .tablet-m\:max_h-1010p {
    max-height: 1010px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-1020p {
    height: 1020px;
  }
  .tablet-m\:w-1020p {
    width: 1020px;
  }
  .tablet-m\:min_w-1020p {
    min-width: 1020px;
  }
  .tablet-m\:min_h-1020p {
    min-height: 1020px;
  }
  .tablet-m\:max_w-1020p {
    max-width: 1020px;
  }
  .tablet-m\:max_h-1020p {
    max-height: 1020px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-1030p {
    height: 1030px;
  }
  .tablet-m\:w-1030p {
    width: 1030px;
  }
  .tablet-m\:min_w-1030p {
    min-width: 1030px;
  }
  .tablet-m\:min_h-1030p {
    min-height: 1030px;
  }
  .tablet-m\:max_w-1030p {
    max-width: 1030px;
  }
  .tablet-m\:max_h-1030p {
    max-height: 1030px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-1040p {
    height: 1040px;
  }
  .tablet-m\:w-1040p {
    width: 1040px;
  }
  .tablet-m\:min_w-1040p {
    min-width: 1040px;
  }
  .tablet-m\:min_h-1040p {
    min-height: 1040px;
  }
  .tablet-m\:max_w-1040p {
    max-width: 1040px;
  }
  .tablet-m\:max_h-1040p {
    max-height: 1040px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-1050p {
    height: 1050px;
  }
  .tablet-m\:w-1050p {
    width: 1050px;
  }
  .tablet-m\:min_w-1050p {
    min-width: 1050px;
  }
  .tablet-m\:min_h-1050p {
    min-height: 1050px;
  }
  .tablet-m\:max_w-1050p {
    max-width: 1050px;
  }
  .tablet-m\:max_h-1050p {
    max-height: 1050px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-1060p {
    height: 1060px;
  }
  .tablet-m\:w-1060p {
    width: 1060px;
  }
  .tablet-m\:min_w-1060p {
    min-width: 1060px;
  }
  .tablet-m\:min_h-1060p {
    min-height: 1060px;
  }
  .tablet-m\:max_w-1060p {
    max-width: 1060px;
  }
  .tablet-m\:max_h-1060p {
    max-height: 1060px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-1070p {
    height: 1070px;
  }
  .tablet-m\:w-1070p {
    width: 1070px;
  }
  .tablet-m\:min_w-1070p {
    min-width: 1070px;
  }
  .tablet-m\:min_h-1070p {
    min-height: 1070px;
  }
  .tablet-m\:max_w-1070p {
    max-width: 1070px;
  }
  .tablet-m\:max_h-1070p {
    max-height: 1070px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-1080p {
    height: 1080px;
  }
  .tablet-m\:w-1080p {
    width: 1080px;
  }
  .tablet-m\:min_w-1080p {
    min-width: 1080px;
  }
  .tablet-m\:min_h-1080p {
    min-height: 1080px;
  }
  .tablet-m\:max_w-1080p {
    max-width: 1080px;
  }
  .tablet-m\:max_h-1080p {
    max-height: 1080px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-1090p {
    height: 1090px;
  }
  .tablet-m\:w-1090p {
    width: 1090px;
  }
  .tablet-m\:min_w-1090p {
    min-width: 1090px;
  }
  .tablet-m\:min_h-1090p {
    min-height: 1090px;
  }
  .tablet-m\:max_w-1090p {
    max-width: 1090px;
  }
  .tablet-m\:max_h-1090p {
    max-height: 1090px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-1100p {
    height: 1100px;
  }
  .tablet-m\:w-1100p {
    width: 1100px;
  }
  .tablet-m\:min_w-1100p {
    min-width: 1100px;
  }
  .tablet-m\:min_h-1100p {
    min-height: 1100px;
  }
  .tablet-m\:max_w-1100p {
    max-width: 1100px;
  }
  .tablet-m\:max_h-1100p {
    max-height: 1100px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-1110p {
    height: 1110px;
  }
  .tablet-m\:w-1110p {
    width: 1110px;
  }
  .tablet-m\:min_w-1110p {
    min-width: 1110px;
  }
  .tablet-m\:min_h-1110p {
    min-height: 1110px;
  }
  .tablet-m\:max_w-1110p {
    max-width: 1110px;
  }
  .tablet-m\:max_h-1110p {
    max-height: 1110px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-1120p {
    height: 1120px;
  }
  .tablet-m\:w-1120p {
    width: 1120px;
  }
  .tablet-m\:min_w-1120p {
    min-width: 1120px;
  }
  .tablet-m\:min_h-1120p {
    min-height: 1120px;
  }
  .tablet-m\:max_w-1120p {
    max-width: 1120px;
  }
  .tablet-m\:max_h-1120p {
    max-height: 1120px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-1130p {
    height: 1130px;
  }
  .tablet-m\:w-1130p {
    width: 1130px;
  }
  .tablet-m\:min_w-1130p {
    min-width: 1130px;
  }
  .tablet-m\:min_h-1130p {
    min-height: 1130px;
  }
  .tablet-m\:max_w-1130p {
    max-width: 1130px;
  }
  .tablet-m\:max_h-1130p {
    max-height: 1130px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-1140p {
    height: 1140px;
  }
  .tablet-m\:w-1140p {
    width: 1140px;
  }
  .tablet-m\:min_w-1140p {
    min-width: 1140px;
  }
  .tablet-m\:min_h-1140p {
    min-height: 1140px;
  }
  .tablet-m\:max_w-1140p {
    max-width: 1140px;
  }
  .tablet-m\:max_h-1140p {
    max-height: 1140px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-1150p {
    height: 1150px;
  }
  .tablet-m\:w-1150p {
    width: 1150px;
  }
  .tablet-m\:min_w-1150p {
    min-width: 1150px;
  }
  .tablet-m\:min_h-1150p {
    min-height: 1150px;
  }
  .tablet-m\:max_w-1150p {
    max-width: 1150px;
  }
  .tablet-m\:max_h-1150p {
    max-height: 1150px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-1160p {
    height: 1160px;
  }
  .tablet-m\:w-1160p {
    width: 1160px;
  }
  .tablet-m\:min_w-1160p {
    min-width: 1160px;
  }
  .tablet-m\:min_h-1160p {
    min-height: 1160px;
  }
  .tablet-m\:max_w-1160p {
    max-width: 1160px;
  }
  .tablet-m\:max_h-1160p {
    max-height: 1160px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-1170p {
    height: 1170px;
  }
  .tablet-m\:w-1170p {
    width: 1170px;
  }
  .tablet-m\:min_w-1170p {
    min-width: 1170px;
  }
  .tablet-m\:min_h-1170p {
    min-height: 1170px;
  }
  .tablet-m\:max_w-1170p {
    max-width: 1170px;
  }
  .tablet-m\:max_h-1170p {
    max-height: 1170px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-1180p {
    height: 1180px;
  }
  .tablet-m\:w-1180p {
    width: 1180px;
  }
  .tablet-m\:min_w-1180p {
    min-width: 1180px;
  }
  .tablet-m\:min_h-1180p {
    min-height: 1180px;
  }
  .tablet-m\:max_w-1180p {
    max-width: 1180px;
  }
  .tablet-m\:max_h-1180p {
    max-height: 1180px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:h-1190p {
    height: 1190px;
  }
  .tablet-m\:w-1190p {
    width: 1190px;
  }
  .tablet-m\:min_w-1190p {
    min-width: 1190px;
  }
  .tablet-m\:min_h-1190p {
    min-height: 1190px;
  }
  .tablet-m\:max_w-1190p {
    max-width: 1190px;
  }
  .tablet-m\:max_h-1190p {
    max-height: 1190px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-10p {
    height: 10px;
  }
  .tablet-l\:w-10p {
    width: 10px;
  }
  .tablet-l\:min_w-10p {
    min-width: 10px;
  }
  .tablet-l\:min_h-10p {
    min-height: 10px;
  }
  .tablet-l\:max_w-10p {
    max-width: 10px;
  }
  .tablet-l\:max_h-10p {
    max-height: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-20p {
    height: 20px;
  }
  .tablet-l\:w-20p {
    width: 20px;
  }
  .tablet-l\:min_w-20p {
    min-width: 20px;
  }
  .tablet-l\:min_h-20p {
    min-height: 20px;
  }
  .tablet-l\:max_w-20p {
    max-width: 20px;
  }
  .tablet-l\:max_h-20p {
    max-height: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-30p {
    height: 30px;
  }
  .tablet-l\:w-30p {
    width: 30px;
  }
  .tablet-l\:min_w-30p {
    min-width: 30px;
  }
  .tablet-l\:min_h-30p {
    min-height: 30px;
  }
  .tablet-l\:max_w-30p {
    max-width: 30px;
  }
  .tablet-l\:max_h-30p {
    max-height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-40p {
    height: 40px;
  }
  .tablet-l\:w-40p {
    width: 40px;
  }
  .tablet-l\:min_w-40p {
    min-width: 40px;
  }
  .tablet-l\:min_h-40p {
    min-height: 40px;
  }
  .tablet-l\:max_w-40p {
    max-width: 40px;
  }
  .tablet-l\:max_h-40p {
    max-height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-50p {
    height: 50px;
  }
  .tablet-l\:w-50p {
    width: 50px;
  }
  .tablet-l\:min_w-50p {
    min-width: 50px;
  }
  .tablet-l\:min_h-50p {
    min-height: 50px;
  }
  .tablet-l\:max_w-50p {
    max-width: 50px;
  }
  .tablet-l\:max_h-50p {
    max-height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-60p {
    height: 60px;
  }
  .tablet-l\:w-60p {
    width: 60px;
  }
  .tablet-l\:min_w-60p {
    min-width: 60px;
  }
  .tablet-l\:min_h-60p {
    min-height: 60px;
  }
  .tablet-l\:max_w-60p {
    max-width: 60px;
  }
  .tablet-l\:max_h-60p {
    max-height: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-70p {
    height: 70px;
  }
  .tablet-l\:w-70p {
    width: 70px;
  }
  .tablet-l\:min_w-70p {
    min-width: 70px;
  }
  .tablet-l\:min_h-70p {
    min-height: 70px;
  }
  .tablet-l\:max_w-70p {
    max-width: 70px;
  }
  .tablet-l\:max_h-70p {
    max-height: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-80p {
    height: 80px;
  }
  .tablet-l\:w-80p {
    width: 80px;
  }
  .tablet-l\:min_w-80p {
    min-width: 80px;
  }
  .tablet-l\:min_h-80p {
    min-height: 80px;
  }
  .tablet-l\:max_w-80p {
    max-width: 80px;
  }
  .tablet-l\:max_h-80p {
    max-height: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-90p {
    height: 90px;
  }
  .tablet-l\:w-90p {
    width: 90px;
  }
  .tablet-l\:min_w-90p {
    min-width: 90px;
  }
  .tablet-l\:min_h-90p {
    min-height: 90px;
  }
  .tablet-l\:max_w-90p {
    max-width: 90px;
  }
  .tablet-l\:max_h-90p {
    max-height: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-100p {
    height: 100px;
  }
  .tablet-l\:w-100p {
    width: 100px;
  }
  .tablet-l\:min_w-100p {
    min-width: 100px;
  }
  .tablet-l\:min_h-100p {
    min-height: 100px;
  }
  .tablet-l\:max_w-100p {
    max-width: 100px;
  }
  .tablet-l\:max_h-100p {
    max-height: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-110p {
    height: 110px;
  }
  .tablet-l\:w-110p {
    width: 110px;
  }
  .tablet-l\:min_w-110p {
    min-width: 110px;
  }
  .tablet-l\:min_h-110p {
    min-height: 110px;
  }
  .tablet-l\:max_w-110p {
    max-width: 110px;
  }
  .tablet-l\:max_h-110p {
    max-height: 110px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-120p {
    height: 120px;
  }
  .tablet-l\:w-120p {
    width: 120px;
  }
  .tablet-l\:min_w-120p {
    min-width: 120px;
  }
  .tablet-l\:min_h-120p {
    min-height: 120px;
  }
  .tablet-l\:max_w-120p {
    max-width: 120px;
  }
  .tablet-l\:max_h-120p {
    max-height: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-130p {
    height: 130px;
  }
  .tablet-l\:w-130p {
    width: 130px;
  }
  .tablet-l\:min_w-130p {
    min-width: 130px;
  }
  .tablet-l\:min_h-130p {
    min-height: 130px;
  }
  .tablet-l\:max_w-130p {
    max-width: 130px;
  }
  .tablet-l\:max_h-130p {
    max-height: 130px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-140p {
    height: 140px;
  }
  .tablet-l\:w-140p {
    width: 140px;
  }
  .tablet-l\:min_w-140p {
    min-width: 140px;
  }
  .tablet-l\:min_h-140p {
    min-height: 140px;
  }
  .tablet-l\:max_w-140p {
    max-width: 140px;
  }
  .tablet-l\:max_h-140p {
    max-height: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-150p {
    height: 150px;
  }
  .tablet-l\:w-150p {
    width: 150px;
  }
  .tablet-l\:min_w-150p {
    min-width: 150px;
  }
  .tablet-l\:min_h-150p {
    min-height: 150px;
  }
  .tablet-l\:max_w-150p {
    max-width: 150px;
  }
  .tablet-l\:max_h-150p {
    max-height: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-160p {
    height: 160px;
  }
  .tablet-l\:w-160p {
    width: 160px;
  }
  .tablet-l\:min_w-160p {
    min-width: 160px;
  }
  .tablet-l\:min_h-160p {
    min-height: 160px;
  }
  .tablet-l\:max_w-160p {
    max-width: 160px;
  }
  .tablet-l\:max_h-160p {
    max-height: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-170p {
    height: 170px;
  }
  .tablet-l\:w-170p {
    width: 170px;
  }
  .tablet-l\:min_w-170p {
    min-width: 170px;
  }
  .tablet-l\:min_h-170p {
    min-height: 170px;
  }
  .tablet-l\:max_w-170p {
    max-width: 170px;
  }
  .tablet-l\:max_h-170p {
    max-height: 170px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-180p {
    height: 180px;
  }
  .tablet-l\:w-180p {
    width: 180px;
  }
  .tablet-l\:min_w-180p {
    min-width: 180px;
  }
  .tablet-l\:min_h-180p {
    min-height: 180px;
  }
  .tablet-l\:max_w-180p {
    max-width: 180px;
  }
  .tablet-l\:max_h-180p {
    max-height: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-190p {
    height: 190px;
  }
  .tablet-l\:w-190p {
    width: 190px;
  }
  .tablet-l\:min_w-190p {
    min-width: 190px;
  }
  .tablet-l\:min_h-190p {
    min-height: 190px;
  }
  .tablet-l\:max_w-190p {
    max-width: 190px;
  }
  .tablet-l\:max_h-190p {
    max-height: 190px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-200p {
    height: 200px;
  }
  .tablet-l\:w-200p {
    width: 200px;
  }
  .tablet-l\:min_w-200p {
    min-width: 200px;
  }
  .tablet-l\:min_h-200p {
    min-height: 200px;
  }
  .tablet-l\:max_w-200p {
    max-width: 200px;
  }
  .tablet-l\:max_h-200p {
    max-height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-210p {
    height: 210px;
  }
  .tablet-l\:w-210p {
    width: 210px;
  }
  .tablet-l\:min_w-210p {
    min-width: 210px;
  }
  .tablet-l\:min_h-210p {
    min-height: 210px;
  }
  .tablet-l\:max_w-210p {
    max-width: 210px;
  }
  .tablet-l\:max_h-210p {
    max-height: 210px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-220p {
    height: 220px;
  }
  .tablet-l\:w-220p {
    width: 220px;
  }
  .tablet-l\:min_w-220p {
    min-width: 220px;
  }
  .tablet-l\:min_h-220p {
    min-height: 220px;
  }
  .tablet-l\:max_w-220p {
    max-width: 220px;
  }
  .tablet-l\:max_h-220p {
    max-height: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-230p {
    height: 230px;
  }
  .tablet-l\:w-230p {
    width: 230px;
  }
  .tablet-l\:min_w-230p {
    min-width: 230px;
  }
  .tablet-l\:min_h-230p {
    min-height: 230px;
  }
  .tablet-l\:max_w-230p {
    max-width: 230px;
  }
  .tablet-l\:max_h-230p {
    max-height: 230px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-240p {
    height: 240px;
  }
  .tablet-l\:w-240p {
    width: 240px;
  }
  .tablet-l\:min_w-240p {
    min-width: 240px;
  }
  .tablet-l\:min_h-240p {
    min-height: 240px;
  }
  .tablet-l\:max_w-240p {
    max-width: 240px;
  }
  .tablet-l\:max_h-240p {
    max-height: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-250p {
    height: 250px;
  }
  .tablet-l\:w-250p {
    width: 250px;
  }
  .tablet-l\:min_w-250p {
    min-width: 250px;
  }
  .tablet-l\:min_h-250p {
    min-height: 250px;
  }
  .tablet-l\:max_w-250p {
    max-width: 250px;
  }
  .tablet-l\:max_h-250p {
    max-height: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-260p {
    height: 260px;
  }
  .tablet-l\:w-260p {
    width: 260px;
  }
  .tablet-l\:min_w-260p {
    min-width: 260px;
  }
  .tablet-l\:min_h-260p {
    min-height: 260px;
  }
  .tablet-l\:max_w-260p {
    max-width: 260px;
  }
  .tablet-l\:max_h-260p {
    max-height: 260px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-270p {
    height: 270px;
  }
  .tablet-l\:w-270p {
    width: 270px;
  }
  .tablet-l\:min_w-270p {
    min-width: 270px;
  }
  .tablet-l\:min_h-270p {
    min-height: 270px;
  }
  .tablet-l\:max_w-270p {
    max-width: 270px;
  }
  .tablet-l\:max_h-270p {
    max-height: 270px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-280p {
    height: 280px;
  }
  .tablet-l\:w-280p {
    width: 280px;
  }
  .tablet-l\:min_w-280p {
    min-width: 280px;
  }
  .tablet-l\:min_h-280p {
    min-height: 280px;
  }
  .tablet-l\:max_w-280p {
    max-width: 280px;
  }
  .tablet-l\:max_h-280p {
    max-height: 280px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-290p {
    height: 290px;
  }
  .tablet-l\:w-290p {
    width: 290px;
  }
  .tablet-l\:min_w-290p {
    min-width: 290px;
  }
  .tablet-l\:min_h-290p {
    min-height: 290px;
  }
  .tablet-l\:max_w-290p {
    max-width: 290px;
  }
  .tablet-l\:max_h-290p {
    max-height: 290px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-300p {
    height: 300px;
  }
  .tablet-l\:w-300p {
    width: 300px;
  }
  .tablet-l\:min_w-300p {
    min-width: 300px;
  }
  .tablet-l\:min_h-300p {
    min-height: 300px;
  }
  .tablet-l\:max_w-300p {
    max-width: 300px;
  }
  .tablet-l\:max_h-300p {
    max-height: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-310p {
    height: 310px;
  }
  .tablet-l\:w-310p {
    width: 310px;
  }
  .tablet-l\:min_w-310p {
    min-width: 310px;
  }
  .tablet-l\:min_h-310p {
    min-height: 310px;
  }
  .tablet-l\:max_w-310p {
    max-width: 310px;
  }
  .tablet-l\:max_h-310p {
    max-height: 310px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-320p {
    height: 320px;
  }
  .tablet-l\:w-320p {
    width: 320px;
  }
  .tablet-l\:min_w-320p {
    min-width: 320px;
  }
  .tablet-l\:min_h-320p {
    min-height: 320px;
  }
  .tablet-l\:max_w-320p {
    max-width: 320px;
  }
  .tablet-l\:max_h-320p {
    max-height: 320px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-330p {
    height: 330px;
  }
  .tablet-l\:w-330p {
    width: 330px;
  }
  .tablet-l\:min_w-330p {
    min-width: 330px;
  }
  .tablet-l\:min_h-330p {
    min-height: 330px;
  }
  .tablet-l\:max_w-330p {
    max-width: 330px;
  }
  .tablet-l\:max_h-330p {
    max-height: 330px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-340p {
    height: 340px;
  }
  .tablet-l\:w-340p {
    width: 340px;
  }
  .tablet-l\:min_w-340p {
    min-width: 340px;
  }
  .tablet-l\:min_h-340p {
    min-height: 340px;
  }
  .tablet-l\:max_w-340p {
    max-width: 340px;
  }
  .tablet-l\:max_h-340p {
    max-height: 340px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-350p {
    height: 350px;
  }
  .tablet-l\:w-350p {
    width: 350px;
  }
  .tablet-l\:min_w-350p {
    min-width: 350px;
  }
  .tablet-l\:min_h-350p {
    min-height: 350px;
  }
  .tablet-l\:max_w-350p {
    max-width: 350px;
  }
  .tablet-l\:max_h-350p {
    max-height: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-360p {
    height: 360px;
  }
  .tablet-l\:w-360p {
    width: 360px;
  }
  .tablet-l\:min_w-360p {
    min-width: 360px;
  }
  .tablet-l\:min_h-360p {
    min-height: 360px;
  }
  .tablet-l\:max_w-360p {
    max-width: 360px;
  }
  .tablet-l\:max_h-360p {
    max-height: 360px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-370p {
    height: 370px;
  }
  .tablet-l\:w-370p {
    width: 370px;
  }
  .tablet-l\:min_w-370p {
    min-width: 370px;
  }
  .tablet-l\:min_h-370p {
    min-height: 370px;
  }
  .tablet-l\:max_w-370p {
    max-width: 370px;
  }
  .tablet-l\:max_h-370p {
    max-height: 370px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-380p {
    height: 380px;
  }
  .tablet-l\:w-380p {
    width: 380px;
  }
  .tablet-l\:min_w-380p {
    min-width: 380px;
  }
  .tablet-l\:min_h-380p {
    min-height: 380px;
  }
  .tablet-l\:max_w-380p {
    max-width: 380px;
  }
  .tablet-l\:max_h-380p {
    max-height: 380px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-390p {
    height: 390px;
  }
  .tablet-l\:w-390p {
    width: 390px;
  }
  .tablet-l\:min_w-390p {
    min-width: 390px;
  }
  .tablet-l\:min_h-390p {
    min-height: 390px;
  }
  .tablet-l\:max_w-390p {
    max-width: 390px;
  }
  .tablet-l\:max_h-390p {
    max-height: 390px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-400p {
    height: 400px;
  }
  .tablet-l\:w-400p {
    width: 400px;
  }
  .tablet-l\:min_w-400p {
    min-width: 400px;
  }
  .tablet-l\:min_h-400p {
    min-height: 400px;
  }
  .tablet-l\:max_w-400p {
    max-width: 400px;
  }
  .tablet-l\:max_h-400p {
    max-height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-410p {
    height: 410px;
  }
  .tablet-l\:w-410p {
    width: 410px;
  }
  .tablet-l\:min_w-410p {
    min-width: 410px;
  }
  .tablet-l\:min_h-410p {
    min-height: 410px;
  }
  .tablet-l\:max_w-410p {
    max-width: 410px;
  }
  .tablet-l\:max_h-410p {
    max-height: 410px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-420p {
    height: 420px;
  }
  .tablet-l\:w-420p {
    width: 420px;
  }
  .tablet-l\:min_w-420p {
    min-width: 420px;
  }
  .tablet-l\:min_h-420p {
    min-height: 420px;
  }
  .tablet-l\:max_w-420p {
    max-width: 420px;
  }
  .tablet-l\:max_h-420p {
    max-height: 420px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-430p {
    height: 430px;
  }
  .tablet-l\:w-430p {
    width: 430px;
  }
  .tablet-l\:min_w-430p {
    min-width: 430px;
  }
  .tablet-l\:min_h-430p {
    min-height: 430px;
  }
  .tablet-l\:max_w-430p {
    max-width: 430px;
  }
  .tablet-l\:max_h-430p {
    max-height: 430px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-440p {
    height: 440px;
  }
  .tablet-l\:w-440p {
    width: 440px;
  }
  .tablet-l\:min_w-440p {
    min-width: 440px;
  }
  .tablet-l\:min_h-440p {
    min-height: 440px;
  }
  .tablet-l\:max_w-440p {
    max-width: 440px;
  }
  .tablet-l\:max_h-440p {
    max-height: 440px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-450p {
    height: 450px;
  }
  .tablet-l\:w-450p {
    width: 450px;
  }
  .tablet-l\:min_w-450p {
    min-width: 450px;
  }
  .tablet-l\:min_h-450p {
    min-height: 450px;
  }
  .tablet-l\:max_w-450p {
    max-width: 450px;
  }
  .tablet-l\:max_h-450p {
    max-height: 450px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-460p {
    height: 460px;
  }
  .tablet-l\:w-460p {
    width: 460px;
  }
  .tablet-l\:min_w-460p {
    min-width: 460px;
  }
  .tablet-l\:min_h-460p {
    min-height: 460px;
  }
  .tablet-l\:max_w-460p {
    max-width: 460px;
  }
  .tablet-l\:max_h-460p {
    max-height: 460px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-470p {
    height: 470px;
  }
  .tablet-l\:w-470p {
    width: 470px;
  }
  .tablet-l\:min_w-470p {
    min-width: 470px;
  }
  .tablet-l\:min_h-470p {
    min-height: 470px;
  }
  .tablet-l\:max_w-470p {
    max-width: 470px;
  }
  .tablet-l\:max_h-470p {
    max-height: 470px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-480p {
    height: 480px;
  }
  .tablet-l\:w-480p {
    width: 480px;
  }
  .tablet-l\:min_w-480p {
    min-width: 480px;
  }
  .tablet-l\:min_h-480p {
    min-height: 480px;
  }
  .tablet-l\:max_w-480p {
    max-width: 480px;
  }
  .tablet-l\:max_h-480p {
    max-height: 480px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-490p {
    height: 490px;
  }
  .tablet-l\:w-490p {
    width: 490px;
  }
  .tablet-l\:min_w-490p {
    min-width: 490px;
  }
  .tablet-l\:min_h-490p {
    min-height: 490px;
  }
  .tablet-l\:max_w-490p {
    max-width: 490px;
  }
  .tablet-l\:max_h-490p {
    max-height: 490px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-500p {
    height: 500px;
  }
  .tablet-l\:w-500p {
    width: 500px;
  }
  .tablet-l\:min_w-500p {
    min-width: 500px;
  }
  .tablet-l\:min_h-500p {
    min-height: 500px;
  }
  .tablet-l\:max_w-500p {
    max-width: 500px;
  }
  .tablet-l\:max_h-500p {
    max-height: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-510p {
    height: 510px;
  }
  .tablet-l\:w-510p {
    width: 510px;
  }
  .tablet-l\:min_w-510p {
    min-width: 510px;
  }
  .tablet-l\:min_h-510p {
    min-height: 510px;
  }
  .tablet-l\:max_w-510p {
    max-width: 510px;
  }
  .tablet-l\:max_h-510p {
    max-height: 510px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-520p {
    height: 520px;
  }
  .tablet-l\:w-520p {
    width: 520px;
  }
  .tablet-l\:min_w-520p {
    min-width: 520px;
  }
  .tablet-l\:min_h-520p {
    min-height: 520px;
  }
  .tablet-l\:max_w-520p {
    max-width: 520px;
  }
  .tablet-l\:max_h-520p {
    max-height: 520px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-530p {
    height: 530px;
  }
  .tablet-l\:w-530p {
    width: 530px;
  }
  .tablet-l\:min_w-530p {
    min-width: 530px;
  }
  .tablet-l\:min_h-530p {
    min-height: 530px;
  }
  .tablet-l\:max_w-530p {
    max-width: 530px;
  }
  .tablet-l\:max_h-530p {
    max-height: 530px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-540p {
    height: 540px;
  }
  .tablet-l\:w-540p {
    width: 540px;
  }
  .tablet-l\:min_w-540p {
    min-width: 540px;
  }
  .tablet-l\:min_h-540p {
    min-height: 540px;
  }
  .tablet-l\:max_w-540p {
    max-width: 540px;
  }
  .tablet-l\:max_h-540p {
    max-height: 540px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-550p {
    height: 550px;
  }
  .tablet-l\:w-550p {
    width: 550px;
  }
  .tablet-l\:min_w-550p {
    min-width: 550px;
  }
  .tablet-l\:min_h-550p {
    min-height: 550px;
  }
  .tablet-l\:max_w-550p {
    max-width: 550px;
  }
  .tablet-l\:max_h-550p {
    max-height: 550px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-560p {
    height: 560px;
  }
  .tablet-l\:w-560p {
    width: 560px;
  }
  .tablet-l\:min_w-560p {
    min-width: 560px;
  }
  .tablet-l\:min_h-560p {
    min-height: 560px;
  }
  .tablet-l\:max_w-560p {
    max-width: 560px;
  }
  .tablet-l\:max_h-560p {
    max-height: 560px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-570p {
    height: 570px;
  }
  .tablet-l\:w-570p {
    width: 570px;
  }
  .tablet-l\:min_w-570p {
    min-width: 570px;
  }
  .tablet-l\:min_h-570p {
    min-height: 570px;
  }
  .tablet-l\:max_w-570p {
    max-width: 570px;
  }
  .tablet-l\:max_h-570p {
    max-height: 570px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-580p {
    height: 580px;
  }
  .tablet-l\:w-580p {
    width: 580px;
  }
  .tablet-l\:min_w-580p {
    min-width: 580px;
  }
  .tablet-l\:min_h-580p {
    min-height: 580px;
  }
  .tablet-l\:max_w-580p {
    max-width: 580px;
  }
  .tablet-l\:max_h-580p {
    max-height: 580px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-590p {
    height: 590px;
  }
  .tablet-l\:w-590p {
    width: 590px;
  }
  .tablet-l\:min_w-590p {
    min-width: 590px;
  }
  .tablet-l\:min_h-590p {
    min-height: 590px;
  }
  .tablet-l\:max_w-590p {
    max-width: 590px;
  }
  .tablet-l\:max_h-590p {
    max-height: 590px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-600p {
    height: 600px;
  }
  .tablet-l\:w-600p {
    width: 600px;
  }
  .tablet-l\:min_w-600p {
    min-width: 600px;
  }
  .tablet-l\:min_h-600p {
    min-height: 600px;
  }
  .tablet-l\:max_w-600p {
    max-width: 600px;
  }
  .tablet-l\:max_h-600p {
    max-height: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-610p {
    height: 610px;
  }
  .tablet-l\:w-610p {
    width: 610px;
  }
  .tablet-l\:min_w-610p {
    min-width: 610px;
  }
  .tablet-l\:min_h-610p {
    min-height: 610px;
  }
  .tablet-l\:max_w-610p {
    max-width: 610px;
  }
  .tablet-l\:max_h-610p {
    max-height: 610px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-620p {
    height: 620px;
  }
  .tablet-l\:w-620p {
    width: 620px;
  }
  .tablet-l\:min_w-620p {
    min-width: 620px;
  }
  .tablet-l\:min_h-620p {
    min-height: 620px;
  }
  .tablet-l\:max_w-620p {
    max-width: 620px;
  }
  .tablet-l\:max_h-620p {
    max-height: 620px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-630p {
    height: 630px;
  }
  .tablet-l\:w-630p {
    width: 630px;
  }
  .tablet-l\:min_w-630p {
    min-width: 630px;
  }
  .tablet-l\:min_h-630p {
    min-height: 630px;
  }
  .tablet-l\:max_w-630p {
    max-width: 630px;
  }
  .tablet-l\:max_h-630p {
    max-height: 630px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-640p {
    height: 640px;
  }
  .tablet-l\:w-640p {
    width: 640px;
  }
  .tablet-l\:min_w-640p {
    min-width: 640px;
  }
  .tablet-l\:min_h-640p {
    min-height: 640px;
  }
  .tablet-l\:max_w-640p {
    max-width: 640px;
  }
  .tablet-l\:max_h-640p {
    max-height: 640px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-650p {
    height: 650px;
  }
  .tablet-l\:w-650p {
    width: 650px;
  }
  .tablet-l\:min_w-650p {
    min-width: 650px;
  }
  .tablet-l\:min_h-650p {
    min-height: 650px;
  }
  .tablet-l\:max_w-650p {
    max-width: 650px;
  }
  .tablet-l\:max_h-650p {
    max-height: 650px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-660p {
    height: 660px;
  }
  .tablet-l\:w-660p {
    width: 660px;
  }
  .tablet-l\:min_w-660p {
    min-width: 660px;
  }
  .tablet-l\:min_h-660p {
    min-height: 660px;
  }
  .tablet-l\:max_w-660p {
    max-width: 660px;
  }
  .tablet-l\:max_h-660p {
    max-height: 660px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-670p {
    height: 670px;
  }
  .tablet-l\:w-670p {
    width: 670px;
  }
  .tablet-l\:min_w-670p {
    min-width: 670px;
  }
  .tablet-l\:min_h-670p {
    min-height: 670px;
  }
  .tablet-l\:max_w-670p {
    max-width: 670px;
  }
  .tablet-l\:max_h-670p {
    max-height: 670px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-680p {
    height: 680px;
  }
  .tablet-l\:w-680p {
    width: 680px;
  }
  .tablet-l\:min_w-680p {
    min-width: 680px;
  }
  .tablet-l\:min_h-680p {
    min-height: 680px;
  }
  .tablet-l\:max_w-680p {
    max-width: 680px;
  }
  .tablet-l\:max_h-680p {
    max-height: 680px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-690p {
    height: 690px;
  }
  .tablet-l\:w-690p {
    width: 690px;
  }
  .tablet-l\:min_w-690p {
    min-width: 690px;
  }
  .tablet-l\:min_h-690p {
    min-height: 690px;
  }
  .tablet-l\:max_w-690p {
    max-width: 690px;
  }
  .tablet-l\:max_h-690p {
    max-height: 690px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-700p {
    height: 700px;
  }
  .tablet-l\:w-700p {
    width: 700px;
  }
  .tablet-l\:min_w-700p {
    min-width: 700px;
  }
  .tablet-l\:min_h-700p {
    min-height: 700px;
  }
  .tablet-l\:max_w-700p {
    max-width: 700px;
  }
  .tablet-l\:max_h-700p {
    max-height: 700px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-710p {
    height: 710px;
  }
  .tablet-l\:w-710p {
    width: 710px;
  }
  .tablet-l\:min_w-710p {
    min-width: 710px;
  }
  .tablet-l\:min_h-710p {
    min-height: 710px;
  }
  .tablet-l\:max_w-710p {
    max-width: 710px;
  }
  .tablet-l\:max_h-710p {
    max-height: 710px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-720p {
    height: 720px;
  }
  .tablet-l\:w-720p {
    width: 720px;
  }
  .tablet-l\:min_w-720p {
    min-width: 720px;
  }
  .tablet-l\:min_h-720p {
    min-height: 720px;
  }
  .tablet-l\:max_w-720p {
    max-width: 720px;
  }
  .tablet-l\:max_h-720p {
    max-height: 720px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-730p {
    height: 730px;
  }
  .tablet-l\:w-730p {
    width: 730px;
  }
  .tablet-l\:min_w-730p {
    min-width: 730px;
  }
  .tablet-l\:min_h-730p {
    min-height: 730px;
  }
  .tablet-l\:max_w-730p {
    max-width: 730px;
  }
  .tablet-l\:max_h-730p {
    max-height: 730px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-740p {
    height: 740px;
  }
  .tablet-l\:w-740p {
    width: 740px;
  }
  .tablet-l\:min_w-740p {
    min-width: 740px;
  }
  .tablet-l\:min_h-740p {
    min-height: 740px;
  }
  .tablet-l\:max_w-740p {
    max-width: 740px;
  }
  .tablet-l\:max_h-740p {
    max-height: 740px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-750p {
    height: 750px;
  }
  .tablet-l\:w-750p {
    width: 750px;
  }
  .tablet-l\:min_w-750p {
    min-width: 750px;
  }
  .tablet-l\:min_h-750p {
    min-height: 750px;
  }
  .tablet-l\:max_w-750p {
    max-width: 750px;
  }
  .tablet-l\:max_h-750p {
    max-height: 750px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-760p {
    height: 760px;
  }
  .tablet-l\:w-760p {
    width: 760px;
  }
  .tablet-l\:min_w-760p {
    min-width: 760px;
  }
  .tablet-l\:min_h-760p {
    min-height: 760px;
  }
  .tablet-l\:max_w-760p {
    max-width: 760px;
  }
  .tablet-l\:max_h-760p {
    max-height: 760px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-770p {
    height: 770px;
  }
  .tablet-l\:w-770p {
    width: 770px;
  }
  .tablet-l\:min_w-770p {
    min-width: 770px;
  }
  .tablet-l\:min_h-770p {
    min-height: 770px;
  }
  .tablet-l\:max_w-770p {
    max-width: 770px;
  }
  .tablet-l\:max_h-770p {
    max-height: 770px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-780p {
    height: 780px;
  }
  .tablet-l\:w-780p {
    width: 780px;
  }
  .tablet-l\:min_w-780p {
    min-width: 780px;
  }
  .tablet-l\:min_h-780p {
    min-height: 780px;
  }
  .tablet-l\:max_w-780p {
    max-width: 780px;
  }
  .tablet-l\:max_h-780p {
    max-height: 780px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-790p {
    height: 790px;
  }
  .tablet-l\:w-790p {
    width: 790px;
  }
  .tablet-l\:min_w-790p {
    min-width: 790px;
  }
  .tablet-l\:min_h-790p {
    min-height: 790px;
  }
  .tablet-l\:max_w-790p {
    max-width: 790px;
  }
  .tablet-l\:max_h-790p {
    max-height: 790px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-800p {
    height: 800px;
  }
  .tablet-l\:w-800p {
    width: 800px;
  }
  .tablet-l\:min_w-800p {
    min-width: 800px;
  }
  .tablet-l\:min_h-800p {
    min-height: 800px;
  }
  .tablet-l\:max_w-800p {
    max-width: 800px;
  }
  .tablet-l\:max_h-800p {
    max-height: 800px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-810p {
    height: 810px;
  }
  .tablet-l\:w-810p {
    width: 810px;
  }
  .tablet-l\:min_w-810p {
    min-width: 810px;
  }
  .tablet-l\:min_h-810p {
    min-height: 810px;
  }
  .tablet-l\:max_w-810p {
    max-width: 810px;
  }
  .tablet-l\:max_h-810p {
    max-height: 810px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-820p {
    height: 820px;
  }
  .tablet-l\:w-820p {
    width: 820px;
  }
  .tablet-l\:min_w-820p {
    min-width: 820px;
  }
  .tablet-l\:min_h-820p {
    min-height: 820px;
  }
  .tablet-l\:max_w-820p {
    max-width: 820px;
  }
  .tablet-l\:max_h-820p {
    max-height: 820px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-830p {
    height: 830px;
  }
  .tablet-l\:w-830p {
    width: 830px;
  }
  .tablet-l\:min_w-830p {
    min-width: 830px;
  }
  .tablet-l\:min_h-830p {
    min-height: 830px;
  }
  .tablet-l\:max_w-830p {
    max-width: 830px;
  }
  .tablet-l\:max_h-830p {
    max-height: 830px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-840p {
    height: 840px;
  }
  .tablet-l\:w-840p {
    width: 840px;
  }
  .tablet-l\:min_w-840p {
    min-width: 840px;
  }
  .tablet-l\:min_h-840p {
    min-height: 840px;
  }
  .tablet-l\:max_w-840p {
    max-width: 840px;
  }
  .tablet-l\:max_h-840p {
    max-height: 840px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-850p {
    height: 850px;
  }
  .tablet-l\:w-850p {
    width: 850px;
  }
  .tablet-l\:min_w-850p {
    min-width: 850px;
  }
  .tablet-l\:min_h-850p {
    min-height: 850px;
  }
  .tablet-l\:max_w-850p {
    max-width: 850px;
  }
  .tablet-l\:max_h-850p {
    max-height: 850px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-860p {
    height: 860px;
  }
  .tablet-l\:w-860p {
    width: 860px;
  }
  .tablet-l\:min_w-860p {
    min-width: 860px;
  }
  .tablet-l\:min_h-860p {
    min-height: 860px;
  }
  .tablet-l\:max_w-860p {
    max-width: 860px;
  }
  .tablet-l\:max_h-860p {
    max-height: 860px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-870p {
    height: 870px;
  }
  .tablet-l\:w-870p {
    width: 870px;
  }
  .tablet-l\:min_w-870p {
    min-width: 870px;
  }
  .tablet-l\:min_h-870p {
    min-height: 870px;
  }
  .tablet-l\:max_w-870p {
    max-width: 870px;
  }
  .tablet-l\:max_h-870p {
    max-height: 870px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-880p {
    height: 880px;
  }
  .tablet-l\:w-880p {
    width: 880px;
  }
  .tablet-l\:min_w-880p {
    min-width: 880px;
  }
  .tablet-l\:min_h-880p {
    min-height: 880px;
  }
  .tablet-l\:max_w-880p {
    max-width: 880px;
  }
  .tablet-l\:max_h-880p {
    max-height: 880px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-890p {
    height: 890px;
  }
  .tablet-l\:w-890p {
    width: 890px;
  }
  .tablet-l\:min_w-890p {
    min-width: 890px;
  }
  .tablet-l\:min_h-890p {
    min-height: 890px;
  }
  .tablet-l\:max_w-890p {
    max-width: 890px;
  }
  .tablet-l\:max_h-890p {
    max-height: 890px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-900p {
    height: 900px;
  }
  .tablet-l\:w-900p {
    width: 900px;
  }
  .tablet-l\:min_w-900p {
    min-width: 900px;
  }
  .tablet-l\:min_h-900p {
    min-height: 900px;
  }
  .tablet-l\:max_w-900p {
    max-width: 900px;
  }
  .tablet-l\:max_h-900p {
    max-height: 900px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-910p {
    height: 910px;
  }
  .tablet-l\:w-910p {
    width: 910px;
  }
  .tablet-l\:min_w-910p {
    min-width: 910px;
  }
  .tablet-l\:min_h-910p {
    min-height: 910px;
  }
  .tablet-l\:max_w-910p {
    max-width: 910px;
  }
  .tablet-l\:max_h-910p {
    max-height: 910px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-920p {
    height: 920px;
  }
  .tablet-l\:w-920p {
    width: 920px;
  }
  .tablet-l\:min_w-920p {
    min-width: 920px;
  }
  .tablet-l\:min_h-920p {
    min-height: 920px;
  }
  .tablet-l\:max_w-920p {
    max-width: 920px;
  }
  .tablet-l\:max_h-920p {
    max-height: 920px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-930p {
    height: 930px;
  }
  .tablet-l\:w-930p {
    width: 930px;
  }
  .tablet-l\:min_w-930p {
    min-width: 930px;
  }
  .tablet-l\:min_h-930p {
    min-height: 930px;
  }
  .tablet-l\:max_w-930p {
    max-width: 930px;
  }
  .tablet-l\:max_h-930p {
    max-height: 930px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-940p {
    height: 940px;
  }
  .tablet-l\:w-940p {
    width: 940px;
  }
  .tablet-l\:min_w-940p {
    min-width: 940px;
  }
  .tablet-l\:min_h-940p {
    min-height: 940px;
  }
  .tablet-l\:max_w-940p {
    max-width: 940px;
  }
  .tablet-l\:max_h-940p {
    max-height: 940px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-950p {
    height: 950px;
  }
  .tablet-l\:w-950p {
    width: 950px;
  }
  .tablet-l\:min_w-950p {
    min-width: 950px;
  }
  .tablet-l\:min_h-950p {
    min-height: 950px;
  }
  .tablet-l\:max_w-950p {
    max-width: 950px;
  }
  .tablet-l\:max_h-950p {
    max-height: 950px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-960p {
    height: 960px;
  }
  .tablet-l\:w-960p {
    width: 960px;
  }
  .tablet-l\:min_w-960p {
    min-width: 960px;
  }
  .tablet-l\:min_h-960p {
    min-height: 960px;
  }
  .tablet-l\:max_w-960p {
    max-width: 960px;
  }
  .tablet-l\:max_h-960p {
    max-height: 960px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-970p {
    height: 970px;
  }
  .tablet-l\:w-970p {
    width: 970px;
  }
  .tablet-l\:min_w-970p {
    min-width: 970px;
  }
  .tablet-l\:min_h-970p {
    min-height: 970px;
  }
  .tablet-l\:max_w-970p {
    max-width: 970px;
  }
  .tablet-l\:max_h-970p {
    max-height: 970px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-980p {
    height: 980px;
  }
  .tablet-l\:w-980p {
    width: 980px;
  }
  .tablet-l\:min_w-980p {
    min-width: 980px;
  }
  .tablet-l\:min_h-980p {
    min-height: 980px;
  }
  .tablet-l\:max_w-980p {
    max-width: 980px;
  }
  .tablet-l\:max_h-980p {
    max-height: 980px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-990p {
    height: 990px;
  }
  .tablet-l\:w-990p {
    width: 990px;
  }
  .tablet-l\:min_w-990p {
    min-width: 990px;
  }
  .tablet-l\:min_h-990p {
    min-height: 990px;
  }
  .tablet-l\:max_w-990p {
    max-width: 990px;
  }
  .tablet-l\:max_h-990p {
    max-height: 990px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-1000p {
    height: 1000px;
  }
  .tablet-l\:w-1000p {
    width: 1000px;
  }
  .tablet-l\:min_w-1000p {
    min-width: 1000px;
  }
  .tablet-l\:min_h-1000p {
    min-height: 1000px;
  }
  .tablet-l\:max_w-1000p {
    max-width: 1000px;
  }
  .tablet-l\:max_h-1000p {
    max-height: 1000px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-1010p {
    height: 1010px;
  }
  .tablet-l\:w-1010p {
    width: 1010px;
  }
  .tablet-l\:min_w-1010p {
    min-width: 1010px;
  }
  .tablet-l\:min_h-1010p {
    min-height: 1010px;
  }
  .tablet-l\:max_w-1010p {
    max-width: 1010px;
  }
  .tablet-l\:max_h-1010p {
    max-height: 1010px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-1020p {
    height: 1020px;
  }
  .tablet-l\:w-1020p {
    width: 1020px;
  }
  .tablet-l\:min_w-1020p {
    min-width: 1020px;
  }
  .tablet-l\:min_h-1020p {
    min-height: 1020px;
  }
  .tablet-l\:max_w-1020p {
    max-width: 1020px;
  }
  .tablet-l\:max_h-1020p {
    max-height: 1020px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-1030p {
    height: 1030px;
  }
  .tablet-l\:w-1030p {
    width: 1030px;
  }
  .tablet-l\:min_w-1030p {
    min-width: 1030px;
  }
  .tablet-l\:min_h-1030p {
    min-height: 1030px;
  }
  .tablet-l\:max_w-1030p {
    max-width: 1030px;
  }
  .tablet-l\:max_h-1030p {
    max-height: 1030px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-1040p {
    height: 1040px;
  }
  .tablet-l\:w-1040p {
    width: 1040px;
  }
  .tablet-l\:min_w-1040p {
    min-width: 1040px;
  }
  .tablet-l\:min_h-1040p {
    min-height: 1040px;
  }
  .tablet-l\:max_w-1040p {
    max-width: 1040px;
  }
  .tablet-l\:max_h-1040p {
    max-height: 1040px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-1050p {
    height: 1050px;
  }
  .tablet-l\:w-1050p {
    width: 1050px;
  }
  .tablet-l\:min_w-1050p {
    min-width: 1050px;
  }
  .tablet-l\:min_h-1050p {
    min-height: 1050px;
  }
  .tablet-l\:max_w-1050p {
    max-width: 1050px;
  }
  .tablet-l\:max_h-1050p {
    max-height: 1050px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-1060p {
    height: 1060px;
  }
  .tablet-l\:w-1060p {
    width: 1060px;
  }
  .tablet-l\:min_w-1060p {
    min-width: 1060px;
  }
  .tablet-l\:min_h-1060p {
    min-height: 1060px;
  }
  .tablet-l\:max_w-1060p {
    max-width: 1060px;
  }
  .tablet-l\:max_h-1060p {
    max-height: 1060px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-1070p {
    height: 1070px;
  }
  .tablet-l\:w-1070p {
    width: 1070px;
  }
  .tablet-l\:min_w-1070p {
    min-width: 1070px;
  }
  .tablet-l\:min_h-1070p {
    min-height: 1070px;
  }
  .tablet-l\:max_w-1070p {
    max-width: 1070px;
  }
  .tablet-l\:max_h-1070p {
    max-height: 1070px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-1080p {
    height: 1080px;
  }
  .tablet-l\:w-1080p {
    width: 1080px;
  }
  .tablet-l\:min_w-1080p {
    min-width: 1080px;
  }
  .tablet-l\:min_h-1080p {
    min-height: 1080px;
  }
  .tablet-l\:max_w-1080p {
    max-width: 1080px;
  }
  .tablet-l\:max_h-1080p {
    max-height: 1080px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-1090p {
    height: 1090px;
  }
  .tablet-l\:w-1090p {
    width: 1090px;
  }
  .tablet-l\:min_w-1090p {
    min-width: 1090px;
  }
  .tablet-l\:min_h-1090p {
    min-height: 1090px;
  }
  .tablet-l\:max_w-1090p {
    max-width: 1090px;
  }
  .tablet-l\:max_h-1090p {
    max-height: 1090px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-1100p {
    height: 1100px;
  }
  .tablet-l\:w-1100p {
    width: 1100px;
  }
  .tablet-l\:min_w-1100p {
    min-width: 1100px;
  }
  .tablet-l\:min_h-1100p {
    min-height: 1100px;
  }
  .tablet-l\:max_w-1100p {
    max-width: 1100px;
  }
  .tablet-l\:max_h-1100p {
    max-height: 1100px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-1110p {
    height: 1110px;
  }
  .tablet-l\:w-1110p {
    width: 1110px;
  }
  .tablet-l\:min_w-1110p {
    min-width: 1110px;
  }
  .tablet-l\:min_h-1110p {
    min-height: 1110px;
  }
  .tablet-l\:max_w-1110p {
    max-width: 1110px;
  }
  .tablet-l\:max_h-1110p {
    max-height: 1110px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-1120p {
    height: 1120px;
  }
  .tablet-l\:w-1120p {
    width: 1120px;
  }
  .tablet-l\:min_w-1120p {
    min-width: 1120px;
  }
  .tablet-l\:min_h-1120p {
    min-height: 1120px;
  }
  .tablet-l\:max_w-1120p {
    max-width: 1120px;
  }
  .tablet-l\:max_h-1120p {
    max-height: 1120px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-1130p {
    height: 1130px;
  }
  .tablet-l\:w-1130p {
    width: 1130px;
  }
  .tablet-l\:min_w-1130p {
    min-width: 1130px;
  }
  .tablet-l\:min_h-1130p {
    min-height: 1130px;
  }
  .tablet-l\:max_w-1130p {
    max-width: 1130px;
  }
  .tablet-l\:max_h-1130p {
    max-height: 1130px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-1140p {
    height: 1140px;
  }
  .tablet-l\:w-1140p {
    width: 1140px;
  }
  .tablet-l\:min_w-1140p {
    min-width: 1140px;
  }
  .tablet-l\:min_h-1140p {
    min-height: 1140px;
  }
  .tablet-l\:max_w-1140p {
    max-width: 1140px;
  }
  .tablet-l\:max_h-1140p {
    max-height: 1140px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-1150p {
    height: 1150px;
  }
  .tablet-l\:w-1150p {
    width: 1150px;
  }
  .tablet-l\:min_w-1150p {
    min-width: 1150px;
  }
  .tablet-l\:min_h-1150p {
    min-height: 1150px;
  }
  .tablet-l\:max_w-1150p {
    max-width: 1150px;
  }
  .tablet-l\:max_h-1150p {
    max-height: 1150px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-1160p {
    height: 1160px;
  }
  .tablet-l\:w-1160p {
    width: 1160px;
  }
  .tablet-l\:min_w-1160p {
    min-width: 1160px;
  }
  .tablet-l\:min_h-1160p {
    min-height: 1160px;
  }
  .tablet-l\:max_w-1160p {
    max-width: 1160px;
  }
  .tablet-l\:max_h-1160p {
    max-height: 1160px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-1170p {
    height: 1170px;
  }
  .tablet-l\:w-1170p {
    width: 1170px;
  }
  .tablet-l\:min_w-1170p {
    min-width: 1170px;
  }
  .tablet-l\:min_h-1170p {
    min-height: 1170px;
  }
  .tablet-l\:max_w-1170p {
    max-width: 1170px;
  }
  .tablet-l\:max_h-1170p {
    max-height: 1170px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-1180p {
    height: 1180px;
  }
  .tablet-l\:w-1180p {
    width: 1180px;
  }
  .tablet-l\:min_w-1180p {
    min-width: 1180px;
  }
  .tablet-l\:min_h-1180p {
    min-height: 1180px;
  }
  .tablet-l\:max_w-1180p {
    max-width: 1180px;
  }
  .tablet-l\:max_h-1180p {
    max-height: 1180px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:h-1190p {
    height: 1190px;
  }
  .tablet-l\:w-1190p {
    width: 1190px;
  }
  .tablet-l\:min_w-1190p {
    min-width: 1190px;
  }
  .tablet-l\:min_h-1190p {
    min-height: 1190px;
  }
  .tablet-l\:max_w-1190p {
    max-width: 1190px;
  }
  .tablet-l\:max_h-1190p {
    max-height: 1190px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-10p {
    height: 10px;
  }
  .laptop\:w-10p {
    width: 10px;
  }
  .laptop\:min_w-10p {
    min-width: 10px;
  }
  .laptop\:min_h-10p {
    min-height: 10px;
  }
  .laptop\:max_w-10p {
    max-width: 10px;
  }
  .laptop\:max_h-10p {
    max-height: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-20p {
    height: 20px;
  }
  .laptop\:w-20p {
    width: 20px;
  }
  .laptop\:min_w-20p {
    min-width: 20px;
  }
  .laptop\:min_h-20p {
    min-height: 20px;
  }
  .laptop\:max_w-20p {
    max-width: 20px;
  }
  .laptop\:max_h-20p {
    max-height: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-30p {
    height: 30px;
  }
  .laptop\:w-30p {
    width: 30px;
  }
  .laptop\:min_w-30p {
    min-width: 30px;
  }
  .laptop\:min_h-30p {
    min-height: 30px;
  }
  .laptop\:max_w-30p {
    max-width: 30px;
  }
  .laptop\:max_h-30p {
    max-height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-40p {
    height: 40px;
  }
  .laptop\:w-40p {
    width: 40px;
  }
  .laptop\:min_w-40p {
    min-width: 40px;
  }
  .laptop\:min_h-40p {
    min-height: 40px;
  }
  .laptop\:max_w-40p {
    max-width: 40px;
  }
  .laptop\:max_h-40p {
    max-height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-50p {
    height: 50px;
  }
  .laptop\:w-50p {
    width: 50px;
  }
  .laptop\:min_w-50p {
    min-width: 50px;
  }
  .laptop\:min_h-50p {
    min-height: 50px;
  }
  .laptop\:max_w-50p {
    max-width: 50px;
  }
  .laptop\:max_h-50p {
    max-height: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-60p {
    height: 60px;
  }
  .laptop\:w-60p {
    width: 60px;
  }
  .laptop\:min_w-60p {
    min-width: 60px;
  }
  .laptop\:min_h-60p {
    min-height: 60px;
  }
  .laptop\:max_w-60p {
    max-width: 60px;
  }
  .laptop\:max_h-60p {
    max-height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-70p {
    height: 70px;
  }
  .laptop\:w-70p {
    width: 70px;
  }
  .laptop\:min_w-70p {
    min-width: 70px;
  }
  .laptop\:min_h-70p {
    min-height: 70px;
  }
  .laptop\:max_w-70p {
    max-width: 70px;
  }
  .laptop\:max_h-70p {
    max-height: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-80p {
    height: 80px;
  }
  .laptop\:w-80p {
    width: 80px;
  }
  .laptop\:min_w-80p {
    min-width: 80px;
  }
  .laptop\:min_h-80p {
    min-height: 80px;
  }
  .laptop\:max_w-80p {
    max-width: 80px;
  }
  .laptop\:max_h-80p {
    max-height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-90p {
    height: 90px;
  }
  .laptop\:w-90p {
    width: 90px;
  }
  .laptop\:min_w-90p {
    min-width: 90px;
  }
  .laptop\:min_h-90p {
    min-height: 90px;
  }
  .laptop\:max_w-90p {
    max-width: 90px;
  }
  .laptop\:max_h-90p {
    max-height: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-100p {
    height: 100px;
  }
  .laptop\:w-100p {
    width: 100px;
  }
  .laptop\:min_w-100p {
    min-width: 100px;
  }
  .laptop\:min_h-100p {
    min-height: 100px;
  }
  .laptop\:max_w-100p {
    max-width: 100px;
  }
  .laptop\:max_h-100p {
    max-height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-110p {
    height: 110px;
  }
  .laptop\:w-110p {
    width: 110px;
  }
  .laptop\:min_w-110p {
    min-width: 110px;
  }
  .laptop\:min_h-110p {
    min-height: 110px;
  }
  .laptop\:max_w-110p {
    max-width: 110px;
  }
  .laptop\:max_h-110p {
    max-height: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-120p {
    height: 120px;
  }
  .laptop\:w-120p {
    width: 120px;
  }
  .laptop\:min_w-120p {
    min-width: 120px;
  }
  .laptop\:min_h-120p {
    min-height: 120px;
  }
  .laptop\:max_w-120p {
    max-width: 120px;
  }
  .laptop\:max_h-120p {
    max-height: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-130p {
    height: 130px;
  }
  .laptop\:w-130p {
    width: 130px;
  }
  .laptop\:min_w-130p {
    min-width: 130px;
  }
  .laptop\:min_h-130p {
    min-height: 130px;
  }
  .laptop\:max_w-130p {
    max-width: 130px;
  }
  .laptop\:max_h-130p {
    max-height: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-140p {
    height: 140px;
  }
  .laptop\:w-140p {
    width: 140px;
  }
  .laptop\:min_w-140p {
    min-width: 140px;
  }
  .laptop\:min_h-140p {
    min-height: 140px;
  }
  .laptop\:max_w-140p {
    max-width: 140px;
  }
  .laptop\:max_h-140p {
    max-height: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-150p {
    height: 150px;
  }
  .laptop\:w-150p {
    width: 150px;
  }
  .laptop\:min_w-150p {
    min-width: 150px;
  }
  .laptop\:min_h-150p {
    min-height: 150px;
  }
  .laptop\:max_w-150p {
    max-width: 150px;
  }
  .laptop\:max_h-150p {
    max-height: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-160p {
    height: 160px;
  }
  .laptop\:w-160p {
    width: 160px;
  }
  .laptop\:min_w-160p {
    min-width: 160px;
  }
  .laptop\:min_h-160p {
    min-height: 160px;
  }
  .laptop\:max_w-160p {
    max-width: 160px;
  }
  .laptop\:max_h-160p {
    max-height: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-170p {
    height: 170px;
  }
  .laptop\:w-170p {
    width: 170px;
  }
  .laptop\:min_w-170p {
    min-width: 170px;
  }
  .laptop\:min_h-170p {
    min-height: 170px;
  }
  .laptop\:max_w-170p {
    max-width: 170px;
  }
  .laptop\:max_h-170p {
    max-height: 170px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-180p {
    height: 180px;
  }
  .laptop\:w-180p {
    width: 180px;
  }
  .laptop\:min_w-180p {
    min-width: 180px;
  }
  .laptop\:min_h-180p {
    min-height: 180px;
  }
  .laptop\:max_w-180p {
    max-width: 180px;
  }
  .laptop\:max_h-180p {
    max-height: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-190p {
    height: 190px;
  }
  .laptop\:w-190p {
    width: 190px;
  }
  .laptop\:min_w-190p {
    min-width: 190px;
  }
  .laptop\:min_h-190p {
    min-height: 190px;
  }
  .laptop\:max_w-190p {
    max-width: 190px;
  }
  .laptop\:max_h-190p {
    max-height: 190px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-200p {
    height: 200px;
  }
  .laptop\:w-200p {
    width: 200px;
  }
  .laptop\:min_w-200p {
    min-width: 200px;
  }
  .laptop\:min_h-200p {
    min-height: 200px;
  }
  .laptop\:max_w-200p {
    max-width: 200px;
  }
  .laptop\:max_h-200p {
    max-height: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-210p {
    height: 210px;
  }
  .laptop\:w-210p {
    width: 210px;
  }
  .laptop\:min_w-210p {
    min-width: 210px;
  }
  .laptop\:min_h-210p {
    min-height: 210px;
  }
  .laptop\:max_w-210p {
    max-width: 210px;
  }
  .laptop\:max_h-210p {
    max-height: 210px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-220p {
    height: 220px;
  }
  .laptop\:w-220p {
    width: 220px;
  }
  .laptop\:min_w-220p {
    min-width: 220px;
  }
  .laptop\:min_h-220p {
    min-height: 220px;
  }
  .laptop\:max_w-220p {
    max-width: 220px;
  }
  .laptop\:max_h-220p {
    max-height: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-230p {
    height: 230px;
  }
  .laptop\:w-230p {
    width: 230px;
  }
  .laptop\:min_w-230p {
    min-width: 230px;
  }
  .laptop\:min_h-230p {
    min-height: 230px;
  }
  .laptop\:max_w-230p {
    max-width: 230px;
  }
  .laptop\:max_h-230p {
    max-height: 230px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-240p {
    height: 240px;
  }
  .laptop\:w-240p {
    width: 240px;
  }
  .laptop\:min_w-240p {
    min-width: 240px;
  }
  .laptop\:min_h-240p {
    min-height: 240px;
  }
  .laptop\:max_w-240p {
    max-width: 240px;
  }
  .laptop\:max_h-240p {
    max-height: 240px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-250p {
    height: 250px;
  }
  .laptop\:w-250p {
    width: 250px;
  }
  .laptop\:min_w-250p {
    min-width: 250px;
  }
  .laptop\:min_h-250p {
    min-height: 250px;
  }
  .laptop\:max_w-250p {
    max-width: 250px;
  }
  .laptop\:max_h-250p {
    max-height: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-260p {
    height: 260px;
  }
  .laptop\:w-260p {
    width: 260px;
  }
  .laptop\:min_w-260p {
    min-width: 260px;
  }
  .laptop\:min_h-260p {
    min-height: 260px;
  }
  .laptop\:max_w-260p {
    max-width: 260px;
  }
  .laptop\:max_h-260p {
    max-height: 260px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-270p {
    height: 270px;
  }
  .laptop\:w-270p {
    width: 270px;
  }
  .laptop\:min_w-270p {
    min-width: 270px;
  }
  .laptop\:min_h-270p {
    min-height: 270px;
  }
  .laptop\:max_w-270p {
    max-width: 270px;
  }
  .laptop\:max_h-270p {
    max-height: 270px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-280p {
    height: 280px;
  }
  .laptop\:w-280p {
    width: 280px;
  }
  .laptop\:min_w-280p {
    min-width: 280px;
  }
  .laptop\:min_h-280p {
    min-height: 280px;
  }
  .laptop\:max_w-280p {
    max-width: 280px;
  }
  .laptop\:max_h-280p {
    max-height: 280px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-290p {
    height: 290px;
  }
  .laptop\:w-290p {
    width: 290px;
  }
  .laptop\:min_w-290p {
    min-width: 290px;
  }
  .laptop\:min_h-290p {
    min-height: 290px;
  }
  .laptop\:max_w-290p {
    max-width: 290px;
  }
  .laptop\:max_h-290p {
    max-height: 290px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-300p {
    height: 300px;
  }
  .laptop\:w-300p {
    width: 300px;
  }
  .laptop\:min_w-300p {
    min-width: 300px;
  }
  .laptop\:min_h-300p {
    min-height: 300px;
  }
  .laptop\:max_w-300p {
    max-width: 300px;
  }
  .laptop\:max_h-300p {
    max-height: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-310p {
    height: 310px;
  }
  .laptop\:w-310p {
    width: 310px;
  }
  .laptop\:min_w-310p {
    min-width: 310px;
  }
  .laptop\:min_h-310p {
    min-height: 310px;
  }
  .laptop\:max_w-310p {
    max-width: 310px;
  }
  .laptop\:max_h-310p {
    max-height: 310px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-320p {
    height: 320px;
  }
  .laptop\:w-320p {
    width: 320px;
  }
  .laptop\:min_w-320p {
    min-width: 320px;
  }
  .laptop\:min_h-320p {
    min-height: 320px;
  }
  .laptop\:max_w-320p {
    max-width: 320px;
  }
  .laptop\:max_h-320p {
    max-height: 320px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-330p {
    height: 330px;
  }
  .laptop\:w-330p {
    width: 330px;
  }
  .laptop\:min_w-330p {
    min-width: 330px;
  }
  .laptop\:min_h-330p {
    min-height: 330px;
  }
  .laptop\:max_w-330p {
    max-width: 330px;
  }
  .laptop\:max_h-330p {
    max-height: 330px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-340p {
    height: 340px;
  }
  .laptop\:w-340p {
    width: 340px;
  }
  .laptop\:min_w-340p {
    min-width: 340px;
  }
  .laptop\:min_h-340p {
    min-height: 340px;
  }
  .laptop\:max_w-340p {
    max-width: 340px;
  }
  .laptop\:max_h-340p {
    max-height: 340px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-350p {
    height: 350px;
  }
  .laptop\:w-350p {
    width: 350px;
  }
  .laptop\:min_w-350p {
    min-width: 350px;
  }
  .laptop\:min_h-350p {
    min-height: 350px;
  }
  .laptop\:max_w-350p {
    max-width: 350px;
  }
  .laptop\:max_h-350p {
    max-height: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-360p {
    height: 360px;
  }
  .laptop\:w-360p {
    width: 360px;
  }
  .laptop\:min_w-360p {
    min-width: 360px;
  }
  .laptop\:min_h-360p {
    min-height: 360px;
  }
  .laptop\:max_w-360p {
    max-width: 360px;
  }
  .laptop\:max_h-360p {
    max-height: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-370p {
    height: 370px;
  }
  .laptop\:w-370p {
    width: 370px;
  }
  .laptop\:min_w-370p {
    min-width: 370px;
  }
  .laptop\:min_h-370p {
    min-height: 370px;
  }
  .laptop\:max_w-370p {
    max-width: 370px;
  }
  .laptop\:max_h-370p {
    max-height: 370px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-380p {
    height: 380px;
  }
  .laptop\:w-380p {
    width: 380px;
  }
  .laptop\:min_w-380p {
    min-width: 380px;
  }
  .laptop\:min_h-380p {
    min-height: 380px;
  }
  .laptop\:max_w-380p {
    max-width: 380px;
  }
  .laptop\:max_h-380p {
    max-height: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-390p {
    height: 390px;
  }
  .laptop\:w-390p {
    width: 390px;
  }
  .laptop\:min_w-390p {
    min-width: 390px;
  }
  .laptop\:min_h-390p {
    min-height: 390px;
  }
  .laptop\:max_w-390p {
    max-width: 390px;
  }
  .laptop\:max_h-390p {
    max-height: 390px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-400p {
    height: 400px;
  }
  .laptop\:w-400p {
    width: 400px;
  }
  .laptop\:min_w-400p {
    min-width: 400px;
  }
  .laptop\:min_h-400p {
    min-height: 400px;
  }
  .laptop\:max_w-400p {
    max-width: 400px;
  }
  .laptop\:max_h-400p {
    max-height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-410p {
    height: 410px;
  }
  .laptop\:w-410p {
    width: 410px;
  }
  .laptop\:min_w-410p {
    min-width: 410px;
  }
  .laptop\:min_h-410p {
    min-height: 410px;
  }
  .laptop\:max_w-410p {
    max-width: 410px;
  }
  .laptop\:max_h-410p {
    max-height: 410px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-420p {
    height: 420px;
  }
  .laptop\:w-420p {
    width: 420px;
  }
  .laptop\:min_w-420p {
    min-width: 420px;
  }
  .laptop\:min_h-420p {
    min-height: 420px;
  }
  .laptop\:max_w-420p {
    max-width: 420px;
  }
  .laptop\:max_h-420p {
    max-height: 420px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-430p {
    height: 430px;
  }
  .laptop\:w-430p {
    width: 430px;
  }
  .laptop\:min_w-430p {
    min-width: 430px;
  }
  .laptop\:min_h-430p {
    min-height: 430px;
  }
  .laptop\:max_w-430p {
    max-width: 430px;
  }
  .laptop\:max_h-430p {
    max-height: 430px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-440p {
    height: 440px;
  }
  .laptop\:w-440p {
    width: 440px;
  }
  .laptop\:min_w-440p {
    min-width: 440px;
  }
  .laptop\:min_h-440p {
    min-height: 440px;
  }
  .laptop\:max_w-440p {
    max-width: 440px;
  }
  .laptop\:max_h-440p {
    max-height: 440px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-450p {
    height: 450px;
  }
  .laptop\:w-450p {
    width: 450px;
  }
  .laptop\:min_w-450p {
    min-width: 450px;
  }
  .laptop\:min_h-450p {
    min-height: 450px;
  }
  .laptop\:max_w-450p {
    max-width: 450px;
  }
  .laptop\:max_h-450p {
    max-height: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-460p {
    height: 460px;
  }
  .laptop\:w-460p {
    width: 460px;
  }
  .laptop\:min_w-460p {
    min-width: 460px;
  }
  .laptop\:min_h-460p {
    min-height: 460px;
  }
  .laptop\:max_w-460p {
    max-width: 460px;
  }
  .laptop\:max_h-460p {
    max-height: 460px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-470p {
    height: 470px;
  }
  .laptop\:w-470p {
    width: 470px;
  }
  .laptop\:min_w-470p {
    min-width: 470px;
  }
  .laptop\:min_h-470p {
    min-height: 470px;
  }
  .laptop\:max_w-470p {
    max-width: 470px;
  }
  .laptop\:max_h-470p {
    max-height: 470px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-480p {
    height: 480px;
  }
  .laptop\:w-480p {
    width: 480px;
  }
  .laptop\:min_w-480p {
    min-width: 480px;
  }
  .laptop\:min_h-480p {
    min-height: 480px;
  }
  .laptop\:max_w-480p {
    max-width: 480px;
  }
  .laptop\:max_h-480p {
    max-height: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-490p {
    height: 490px;
  }
  .laptop\:w-490p {
    width: 490px;
  }
  .laptop\:min_w-490p {
    min-width: 490px;
  }
  .laptop\:min_h-490p {
    min-height: 490px;
  }
  .laptop\:max_w-490p {
    max-width: 490px;
  }
  .laptop\:max_h-490p {
    max-height: 490px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-500p {
    height: 500px;
  }
  .laptop\:w-500p {
    width: 500px;
  }
  .laptop\:min_w-500p {
    min-width: 500px;
  }
  .laptop\:min_h-500p {
    min-height: 500px;
  }
  .laptop\:max_w-500p {
    max-width: 500px;
  }
  .laptop\:max_h-500p {
    max-height: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-510p {
    height: 510px;
  }
  .laptop\:w-510p {
    width: 510px;
  }
  .laptop\:min_w-510p {
    min-width: 510px;
  }
  .laptop\:min_h-510p {
    min-height: 510px;
  }
  .laptop\:max_w-510p {
    max-width: 510px;
  }
  .laptop\:max_h-510p {
    max-height: 510px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-520p {
    height: 520px;
  }
  .laptop\:w-520p {
    width: 520px;
  }
  .laptop\:min_w-520p {
    min-width: 520px;
  }
  .laptop\:min_h-520p {
    min-height: 520px;
  }
  .laptop\:max_w-520p {
    max-width: 520px;
  }
  .laptop\:max_h-520p {
    max-height: 520px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-530p {
    height: 530px;
  }
  .laptop\:w-530p {
    width: 530px;
  }
  .laptop\:min_w-530p {
    min-width: 530px;
  }
  .laptop\:min_h-530p {
    min-height: 530px;
  }
  .laptop\:max_w-530p {
    max-width: 530px;
  }
  .laptop\:max_h-530p {
    max-height: 530px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-540p {
    height: 540px;
  }
  .laptop\:w-540p {
    width: 540px;
  }
  .laptop\:min_w-540p {
    min-width: 540px;
  }
  .laptop\:min_h-540p {
    min-height: 540px;
  }
  .laptop\:max_w-540p {
    max-width: 540px;
  }
  .laptop\:max_h-540p {
    max-height: 540px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-550p {
    height: 550px;
  }
  .laptop\:w-550p {
    width: 550px;
  }
  .laptop\:min_w-550p {
    min-width: 550px;
  }
  .laptop\:min_h-550p {
    min-height: 550px;
  }
  .laptop\:max_w-550p {
    max-width: 550px;
  }
  .laptop\:max_h-550p {
    max-height: 550px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-560p {
    height: 560px;
  }
  .laptop\:w-560p {
    width: 560px;
  }
  .laptop\:min_w-560p {
    min-width: 560px;
  }
  .laptop\:min_h-560p {
    min-height: 560px;
  }
  .laptop\:max_w-560p {
    max-width: 560px;
  }
  .laptop\:max_h-560p {
    max-height: 560px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-570p {
    height: 570px;
  }
  .laptop\:w-570p {
    width: 570px;
  }
  .laptop\:min_w-570p {
    min-width: 570px;
  }
  .laptop\:min_h-570p {
    min-height: 570px;
  }
  .laptop\:max_w-570p {
    max-width: 570px;
  }
  .laptop\:max_h-570p {
    max-height: 570px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-580p {
    height: 580px;
  }
  .laptop\:w-580p {
    width: 580px;
  }
  .laptop\:min_w-580p {
    min-width: 580px;
  }
  .laptop\:min_h-580p {
    min-height: 580px;
  }
  .laptop\:max_w-580p {
    max-width: 580px;
  }
  .laptop\:max_h-580p {
    max-height: 580px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-590p {
    height: 590px;
  }
  .laptop\:w-590p {
    width: 590px;
  }
  .laptop\:min_w-590p {
    min-width: 590px;
  }
  .laptop\:min_h-590p {
    min-height: 590px;
  }
  .laptop\:max_w-590p {
    max-width: 590px;
  }
  .laptop\:max_h-590p {
    max-height: 590px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-600p {
    height: 600px;
  }
  .laptop\:w-600p {
    width: 600px;
  }
  .laptop\:min_w-600p {
    min-width: 600px;
  }
  .laptop\:min_h-600p {
    min-height: 600px;
  }
  .laptop\:max_w-600p {
    max-width: 600px;
  }
  .laptop\:max_h-600p {
    max-height: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-610p {
    height: 610px;
  }
  .laptop\:w-610p {
    width: 610px;
  }
  .laptop\:min_w-610p {
    min-width: 610px;
  }
  .laptop\:min_h-610p {
    min-height: 610px;
  }
  .laptop\:max_w-610p {
    max-width: 610px;
  }
  .laptop\:max_h-610p {
    max-height: 610px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-620p {
    height: 620px;
  }
  .laptop\:w-620p {
    width: 620px;
  }
  .laptop\:min_w-620p {
    min-width: 620px;
  }
  .laptop\:min_h-620p {
    min-height: 620px;
  }
  .laptop\:max_w-620p {
    max-width: 620px;
  }
  .laptop\:max_h-620p {
    max-height: 620px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-630p {
    height: 630px;
  }
  .laptop\:w-630p {
    width: 630px;
  }
  .laptop\:min_w-630p {
    min-width: 630px;
  }
  .laptop\:min_h-630p {
    min-height: 630px;
  }
  .laptop\:max_w-630p {
    max-width: 630px;
  }
  .laptop\:max_h-630p {
    max-height: 630px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-640p {
    height: 640px;
  }
  .laptop\:w-640p {
    width: 640px;
  }
  .laptop\:min_w-640p {
    min-width: 640px;
  }
  .laptop\:min_h-640p {
    min-height: 640px;
  }
  .laptop\:max_w-640p {
    max-width: 640px;
  }
  .laptop\:max_h-640p {
    max-height: 640px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-650p {
    height: 650px;
  }
  .laptop\:w-650p {
    width: 650px;
  }
  .laptop\:min_w-650p {
    min-width: 650px;
  }
  .laptop\:min_h-650p {
    min-height: 650px;
  }
  .laptop\:max_w-650p {
    max-width: 650px;
  }
  .laptop\:max_h-650p {
    max-height: 650px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-660p {
    height: 660px;
  }
  .laptop\:w-660p {
    width: 660px;
  }
  .laptop\:min_w-660p {
    min-width: 660px;
  }
  .laptop\:min_h-660p {
    min-height: 660px;
  }
  .laptop\:max_w-660p {
    max-width: 660px;
  }
  .laptop\:max_h-660p {
    max-height: 660px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-670p {
    height: 670px;
  }
  .laptop\:w-670p {
    width: 670px;
  }
  .laptop\:min_w-670p {
    min-width: 670px;
  }
  .laptop\:min_h-670p {
    min-height: 670px;
  }
  .laptop\:max_w-670p {
    max-width: 670px;
  }
  .laptop\:max_h-670p {
    max-height: 670px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-680p {
    height: 680px;
  }
  .laptop\:w-680p {
    width: 680px;
  }
  .laptop\:min_w-680p {
    min-width: 680px;
  }
  .laptop\:min_h-680p {
    min-height: 680px;
  }
  .laptop\:max_w-680p {
    max-width: 680px;
  }
  .laptop\:max_h-680p {
    max-height: 680px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-690p {
    height: 690px;
  }
  .laptop\:w-690p {
    width: 690px;
  }
  .laptop\:min_w-690p {
    min-width: 690px;
  }
  .laptop\:min_h-690p {
    min-height: 690px;
  }
  .laptop\:max_w-690p {
    max-width: 690px;
  }
  .laptop\:max_h-690p {
    max-height: 690px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-700p {
    height: 700px;
  }
  .laptop\:w-700p {
    width: 700px;
  }
  .laptop\:min_w-700p {
    min-width: 700px;
  }
  .laptop\:min_h-700p {
    min-height: 700px;
  }
  .laptop\:max_w-700p {
    max-width: 700px;
  }
  .laptop\:max_h-700p {
    max-height: 700px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-710p {
    height: 710px;
  }
  .laptop\:w-710p {
    width: 710px;
  }
  .laptop\:min_w-710p {
    min-width: 710px;
  }
  .laptop\:min_h-710p {
    min-height: 710px;
  }
  .laptop\:max_w-710p {
    max-width: 710px;
  }
  .laptop\:max_h-710p {
    max-height: 710px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-720p {
    height: 720px;
  }
  .laptop\:w-720p {
    width: 720px;
  }
  .laptop\:min_w-720p {
    min-width: 720px;
  }
  .laptop\:min_h-720p {
    min-height: 720px;
  }
  .laptop\:max_w-720p {
    max-width: 720px;
  }
  .laptop\:max_h-720p {
    max-height: 720px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-730p {
    height: 730px;
  }
  .laptop\:w-730p {
    width: 730px;
  }
  .laptop\:min_w-730p {
    min-width: 730px;
  }
  .laptop\:min_h-730p {
    min-height: 730px;
  }
  .laptop\:max_w-730p {
    max-width: 730px;
  }
  .laptop\:max_h-730p {
    max-height: 730px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-740p {
    height: 740px;
  }
  .laptop\:w-740p {
    width: 740px;
  }
  .laptop\:min_w-740p {
    min-width: 740px;
  }
  .laptop\:min_h-740p {
    min-height: 740px;
  }
  .laptop\:max_w-740p {
    max-width: 740px;
  }
  .laptop\:max_h-740p {
    max-height: 740px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-750p {
    height: 750px;
  }
  .laptop\:w-750p {
    width: 750px;
  }
  .laptop\:min_w-750p {
    min-width: 750px;
  }
  .laptop\:min_h-750p {
    min-height: 750px;
  }
  .laptop\:max_w-750p {
    max-width: 750px;
  }
  .laptop\:max_h-750p {
    max-height: 750px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-760p {
    height: 760px;
  }
  .laptop\:w-760p {
    width: 760px;
  }
  .laptop\:min_w-760p {
    min-width: 760px;
  }
  .laptop\:min_h-760p {
    min-height: 760px;
  }
  .laptop\:max_w-760p {
    max-width: 760px;
  }
  .laptop\:max_h-760p {
    max-height: 760px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-770p {
    height: 770px;
  }
  .laptop\:w-770p {
    width: 770px;
  }
  .laptop\:min_w-770p {
    min-width: 770px;
  }
  .laptop\:min_h-770p {
    min-height: 770px;
  }
  .laptop\:max_w-770p {
    max-width: 770px;
  }
  .laptop\:max_h-770p {
    max-height: 770px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-780p {
    height: 780px;
  }
  .laptop\:w-780p {
    width: 780px;
  }
  .laptop\:min_w-780p {
    min-width: 780px;
  }
  .laptop\:min_h-780p {
    min-height: 780px;
  }
  .laptop\:max_w-780p {
    max-width: 780px;
  }
  .laptop\:max_h-780p {
    max-height: 780px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-790p {
    height: 790px;
  }
  .laptop\:w-790p {
    width: 790px;
  }
  .laptop\:min_w-790p {
    min-width: 790px;
  }
  .laptop\:min_h-790p {
    min-height: 790px;
  }
  .laptop\:max_w-790p {
    max-width: 790px;
  }
  .laptop\:max_h-790p {
    max-height: 790px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-800p {
    height: 800px;
  }
  .laptop\:w-800p {
    width: 800px;
  }
  .laptop\:min_w-800p {
    min-width: 800px;
  }
  .laptop\:min_h-800p {
    min-height: 800px;
  }
  .laptop\:max_w-800p {
    max-width: 800px;
  }
  .laptop\:max_h-800p {
    max-height: 800px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-810p {
    height: 810px;
  }
  .laptop\:w-810p {
    width: 810px;
  }
  .laptop\:min_w-810p {
    min-width: 810px;
  }
  .laptop\:min_h-810p {
    min-height: 810px;
  }
  .laptop\:max_w-810p {
    max-width: 810px;
  }
  .laptop\:max_h-810p {
    max-height: 810px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-820p {
    height: 820px;
  }
  .laptop\:w-820p {
    width: 820px;
  }
  .laptop\:min_w-820p {
    min-width: 820px;
  }
  .laptop\:min_h-820p {
    min-height: 820px;
  }
  .laptop\:max_w-820p {
    max-width: 820px;
  }
  .laptop\:max_h-820p {
    max-height: 820px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-830p {
    height: 830px;
  }
  .laptop\:w-830p {
    width: 830px;
  }
  .laptop\:min_w-830p {
    min-width: 830px;
  }
  .laptop\:min_h-830p {
    min-height: 830px;
  }
  .laptop\:max_w-830p {
    max-width: 830px;
  }
  .laptop\:max_h-830p {
    max-height: 830px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-840p {
    height: 840px;
  }
  .laptop\:w-840p {
    width: 840px;
  }
  .laptop\:min_w-840p {
    min-width: 840px;
  }
  .laptop\:min_h-840p {
    min-height: 840px;
  }
  .laptop\:max_w-840p {
    max-width: 840px;
  }
  .laptop\:max_h-840p {
    max-height: 840px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-850p {
    height: 850px;
  }
  .laptop\:w-850p {
    width: 850px;
  }
  .laptop\:min_w-850p {
    min-width: 850px;
  }
  .laptop\:min_h-850p {
    min-height: 850px;
  }
  .laptop\:max_w-850p {
    max-width: 850px;
  }
  .laptop\:max_h-850p {
    max-height: 850px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-860p {
    height: 860px;
  }
  .laptop\:w-860p {
    width: 860px;
  }
  .laptop\:min_w-860p {
    min-width: 860px;
  }
  .laptop\:min_h-860p {
    min-height: 860px;
  }
  .laptop\:max_w-860p {
    max-width: 860px;
  }
  .laptop\:max_h-860p {
    max-height: 860px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-870p {
    height: 870px;
  }
  .laptop\:w-870p {
    width: 870px;
  }
  .laptop\:min_w-870p {
    min-width: 870px;
  }
  .laptop\:min_h-870p {
    min-height: 870px;
  }
  .laptop\:max_w-870p {
    max-width: 870px;
  }
  .laptop\:max_h-870p {
    max-height: 870px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-880p {
    height: 880px;
  }
  .laptop\:w-880p {
    width: 880px;
  }
  .laptop\:min_w-880p {
    min-width: 880px;
  }
  .laptop\:min_h-880p {
    min-height: 880px;
  }
  .laptop\:max_w-880p {
    max-width: 880px;
  }
  .laptop\:max_h-880p {
    max-height: 880px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-890p {
    height: 890px;
  }
  .laptop\:w-890p {
    width: 890px;
  }
  .laptop\:min_w-890p {
    min-width: 890px;
  }
  .laptop\:min_h-890p {
    min-height: 890px;
  }
  .laptop\:max_w-890p {
    max-width: 890px;
  }
  .laptop\:max_h-890p {
    max-height: 890px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-900p {
    height: 900px;
  }
  .laptop\:w-900p {
    width: 900px;
  }
  .laptop\:min_w-900p {
    min-width: 900px;
  }
  .laptop\:min_h-900p {
    min-height: 900px;
  }
  .laptop\:max_w-900p {
    max-width: 900px;
  }
  .laptop\:max_h-900p {
    max-height: 900px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-910p {
    height: 910px;
  }
  .laptop\:w-910p {
    width: 910px;
  }
  .laptop\:min_w-910p {
    min-width: 910px;
  }
  .laptop\:min_h-910p {
    min-height: 910px;
  }
  .laptop\:max_w-910p {
    max-width: 910px;
  }
  .laptop\:max_h-910p {
    max-height: 910px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-920p {
    height: 920px;
  }
  .laptop\:w-920p {
    width: 920px;
  }
  .laptop\:min_w-920p {
    min-width: 920px;
  }
  .laptop\:min_h-920p {
    min-height: 920px;
  }
  .laptop\:max_w-920p {
    max-width: 920px;
  }
  .laptop\:max_h-920p {
    max-height: 920px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-930p {
    height: 930px;
  }
  .laptop\:w-930p {
    width: 930px;
  }
  .laptop\:min_w-930p {
    min-width: 930px;
  }
  .laptop\:min_h-930p {
    min-height: 930px;
  }
  .laptop\:max_w-930p {
    max-width: 930px;
  }
  .laptop\:max_h-930p {
    max-height: 930px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-940p {
    height: 940px;
  }
  .laptop\:w-940p {
    width: 940px;
  }
  .laptop\:min_w-940p {
    min-width: 940px;
  }
  .laptop\:min_h-940p {
    min-height: 940px;
  }
  .laptop\:max_w-940p {
    max-width: 940px;
  }
  .laptop\:max_h-940p {
    max-height: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-950p {
    height: 950px;
  }
  .laptop\:w-950p {
    width: 950px;
  }
  .laptop\:min_w-950p {
    min-width: 950px;
  }
  .laptop\:min_h-950p {
    min-height: 950px;
  }
  .laptop\:max_w-950p {
    max-width: 950px;
  }
  .laptop\:max_h-950p {
    max-height: 950px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-960p {
    height: 960px;
  }
  .laptop\:w-960p {
    width: 960px;
  }
  .laptop\:min_w-960p {
    min-width: 960px;
  }
  .laptop\:min_h-960p {
    min-height: 960px;
  }
  .laptop\:max_w-960p {
    max-width: 960px;
  }
  .laptop\:max_h-960p {
    max-height: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-970p {
    height: 970px;
  }
  .laptop\:w-970p {
    width: 970px;
  }
  .laptop\:min_w-970p {
    min-width: 970px;
  }
  .laptop\:min_h-970p {
    min-height: 970px;
  }
  .laptop\:max_w-970p {
    max-width: 970px;
  }
  .laptop\:max_h-970p {
    max-height: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-980p {
    height: 980px;
  }
  .laptop\:w-980p {
    width: 980px;
  }
  .laptop\:min_w-980p {
    min-width: 980px;
  }
  .laptop\:min_h-980p {
    min-height: 980px;
  }
  .laptop\:max_w-980p {
    max-width: 980px;
  }
  .laptop\:max_h-980p {
    max-height: 980px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-990p {
    height: 990px;
  }
  .laptop\:w-990p {
    width: 990px;
  }
  .laptop\:min_w-990p {
    min-width: 990px;
  }
  .laptop\:min_h-990p {
    min-height: 990px;
  }
  .laptop\:max_w-990p {
    max-width: 990px;
  }
  .laptop\:max_h-990p {
    max-height: 990px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-1000p {
    height: 1000px;
  }
  .laptop\:w-1000p {
    width: 1000px;
  }
  .laptop\:min_w-1000p {
    min-width: 1000px;
  }
  .laptop\:min_h-1000p {
    min-height: 1000px;
  }
  .laptop\:max_w-1000p {
    max-width: 1000px;
  }
  .laptop\:max_h-1000p {
    max-height: 1000px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-1010p {
    height: 1010px;
  }
  .laptop\:w-1010p {
    width: 1010px;
  }
  .laptop\:min_w-1010p {
    min-width: 1010px;
  }
  .laptop\:min_h-1010p {
    min-height: 1010px;
  }
  .laptop\:max_w-1010p {
    max-width: 1010px;
  }
  .laptop\:max_h-1010p {
    max-height: 1010px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-1020p {
    height: 1020px;
  }
  .laptop\:w-1020p {
    width: 1020px;
  }
  .laptop\:min_w-1020p {
    min-width: 1020px;
  }
  .laptop\:min_h-1020p {
    min-height: 1020px;
  }
  .laptop\:max_w-1020p {
    max-width: 1020px;
  }
  .laptop\:max_h-1020p {
    max-height: 1020px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-1030p {
    height: 1030px;
  }
  .laptop\:w-1030p {
    width: 1030px;
  }
  .laptop\:min_w-1030p {
    min-width: 1030px;
  }
  .laptop\:min_h-1030p {
    min-height: 1030px;
  }
  .laptop\:max_w-1030p {
    max-width: 1030px;
  }
  .laptop\:max_h-1030p {
    max-height: 1030px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-1040p {
    height: 1040px;
  }
  .laptop\:w-1040p {
    width: 1040px;
  }
  .laptop\:min_w-1040p {
    min-width: 1040px;
  }
  .laptop\:min_h-1040p {
    min-height: 1040px;
  }
  .laptop\:max_w-1040p {
    max-width: 1040px;
  }
  .laptop\:max_h-1040p {
    max-height: 1040px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-1050p {
    height: 1050px;
  }
  .laptop\:w-1050p {
    width: 1050px;
  }
  .laptop\:min_w-1050p {
    min-width: 1050px;
  }
  .laptop\:min_h-1050p {
    min-height: 1050px;
  }
  .laptop\:max_w-1050p {
    max-width: 1050px;
  }
  .laptop\:max_h-1050p {
    max-height: 1050px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-1060p {
    height: 1060px;
  }
  .laptop\:w-1060p {
    width: 1060px;
  }
  .laptop\:min_w-1060p {
    min-width: 1060px;
  }
  .laptop\:min_h-1060p {
    min-height: 1060px;
  }
  .laptop\:max_w-1060p {
    max-width: 1060px;
  }
  .laptop\:max_h-1060p {
    max-height: 1060px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-1070p {
    height: 1070px;
  }
  .laptop\:w-1070p {
    width: 1070px;
  }
  .laptop\:min_w-1070p {
    min-width: 1070px;
  }
  .laptop\:min_h-1070p {
    min-height: 1070px;
  }
  .laptop\:max_w-1070p {
    max-width: 1070px;
  }
  .laptop\:max_h-1070p {
    max-height: 1070px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-1080p {
    height: 1080px;
  }
  .laptop\:w-1080p {
    width: 1080px;
  }
  .laptop\:min_w-1080p {
    min-width: 1080px;
  }
  .laptop\:min_h-1080p {
    min-height: 1080px;
  }
  .laptop\:max_w-1080p {
    max-width: 1080px;
  }
  .laptop\:max_h-1080p {
    max-height: 1080px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-1090p {
    height: 1090px;
  }
  .laptop\:w-1090p {
    width: 1090px;
  }
  .laptop\:min_w-1090p {
    min-width: 1090px;
  }
  .laptop\:min_h-1090p {
    min-height: 1090px;
  }
  .laptop\:max_w-1090p {
    max-width: 1090px;
  }
  .laptop\:max_h-1090p {
    max-height: 1090px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-1100p {
    height: 1100px;
  }
  .laptop\:w-1100p {
    width: 1100px;
  }
  .laptop\:min_w-1100p {
    min-width: 1100px;
  }
  .laptop\:min_h-1100p {
    min-height: 1100px;
  }
  .laptop\:max_w-1100p {
    max-width: 1100px;
  }
  .laptop\:max_h-1100p {
    max-height: 1100px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-1110p {
    height: 1110px;
  }
  .laptop\:w-1110p {
    width: 1110px;
  }
  .laptop\:min_w-1110p {
    min-width: 1110px;
  }
  .laptop\:min_h-1110p {
    min-height: 1110px;
  }
  .laptop\:max_w-1110p {
    max-width: 1110px;
  }
  .laptop\:max_h-1110p {
    max-height: 1110px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-1120p {
    height: 1120px;
  }
  .laptop\:w-1120p {
    width: 1120px;
  }
  .laptop\:min_w-1120p {
    min-width: 1120px;
  }
  .laptop\:min_h-1120p {
    min-height: 1120px;
  }
  .laptop\:max_w-1120p {
    max-width: 1120px;
  }
  .laptop\:max_h-1120p {
    max-height: 1120px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-1130p {
    height: 1130px;
  }
  .laptop\:w-1130p {
    width: 1130px;
  }
  .laptop\:min_w-1130p {
    min-width: 1130px;
  }
  .laptop\:min_h-1130p {
    min-height: 1130px;
  }
  .laptop\:max_w-1130p {
    max-width: 1130px;
  }
  .laptop\:max_h-1130p {
    max-height: 1130px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-1140p {
    height: 1140px;
  }
  .laptop\:w-1140p {
    width: 1140px;
  }
  .laptop\:min_w-1140p {
    min-width: 1140px;
  }
  .laptop\:min_h-1140p {
    min-height: 1140px;
  }
  .laptop\:max_w-1140p {
    max-width: 1140px;
  }
  .laptop\:max_h-1140p {
    max-height: 1140px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-1150p {
    height: 1150px;
  }
  .laptop\:w-1150p {
    width: 1150px;
  }
  .laptop\:min_w-1150p {
    min-width: 1150px;
  }
  .laptop\:min_h-1150p {
    min-height: 1150px;
  }
  .laptop\:max_w-1150p {
    max-width: 1150px;
  }
  .laptop\:max_h-1150p {
    max-height: 1150px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-1160p {
    height: 1160px;
  }
  .laptop\:w-1160p {
    width: 1160px;
  }
  .laptop\:min_w-1160p {
    min-width: 1160px;
  }
  .laptop\:min_h-1160p {
    min-height: 1160px;
  }
  .laptop\:max_w-1160p {
    max-width: 1160px;
  }
  .laptop\:max_h-1160p {
    max-height: 1160px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-1170p {
    height: 1170px;
  }
  .laptop\:w-1170p {
    width: 1170px;
  }
  .laptop\:min_w-1170p {
    min-width: 1170px;
  }
  .laptop\:min_h-1170p {
    min-height: 1170px;
  }
  .laptop\:max_w-1170p {
    max-width: 1170px;
  }
  .laptop\:max_h-1170p {
    max-height: 1170px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-1180p {
    height: 1180px;
  }
  .laptop\:w-1180p {
    width: 1180px;
  }
  .laptop\:min_w-1180p {
    min-width: 1180px;
  }
  .laptop\:min_h-1180p {
    min-height: 1180px;
  }
  .laptop\:max_w-1180p {
    max-width: 1180px;
  }
  .laptop\:max_h-1180p {
    max-height: 1180px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:h-1190p {
    height: 1190px;
  }
  .laptop\:w-1190p {
    width: 1190px;
  }
  .laptop\:min_w-1190p {
    min-width: 1190px;
  }
  .laptop\:min_h-1190p {
    min-height: 1190px;
  }
  .laptop\:max_w-1190p {
    max-width: 1190px;
  }
  .laptop\:max_h-1190p {
    max-height: 1190px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-10p {
    height: 10px;
  }
  .laptop-l\:w-10p {
    width: 10px;
  }
  .laptop-l\:min_w-10p {
    min-width: 10px;
  }
  .laptop-l\:min_h-10p {
    min-height: 10px;
  }
  .laptop-l\:max_w-10p {
    max-width: 10px;
  }
  .laptop-l\:max_h-10p {
    max-height: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-20p {
    height: 20px;
  }
  .laptop-l\:w-20p {
    width: 20px;
  }
  .laptop-l\:min_w-20p {
    min-width: 20px;
  }
  .laptop-l\:min_h-20p {
    min-height: 20px;
  }
  .laptop-l\:max_w-20p {
    max-width: 20px;
  }
  .laptop-l\:max_h-20p {
    max-height: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-30p {
    height: 30px;
  }
  .laptop-l\:w-30p {
    width: 30px;
  }
  .laptop-l\:min_w-30p {
    min-width: 30px;
  }
  .laptop-l\:min_h-30p {
    min-height: 30px;
  }
  .laptop-l\:max_w-30p {
    max-width: 30px;
  }
  .laptop-l\:max_h-30p {
    max-height: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-40p {
    height: 40px;
  }
  .laptop-l\:w-40p {
    width: 40px;
  }
  .laptop-l\:min_w-40p {
    min-width: 40px;
  }
  .laptop-l\:min_h-40p {
    min-height: 40px;
  }
  .laptop-l\:max_w-40p {
    max-width: 40px;
  }
  .laptop-l\:max_h-40p {
    max-height: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-50p {
    height: 50px;
  }
  .laptop-l\:w-50p {
    width: 50px;
  }
  .laptop-l\:min_w-50p {
    min-width: 50px;
  }
  .laptop-l\:min_h-50p {
    min-height: 50px;
  }
  .laptop-l\:max_w-50p {
    max-width: 50px;
  }
  .laptop-l\:max_h-50p {
    max-height: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-60p {
    height: 60px;
  }
  .laptop-l\:w-60p {
    width: 60px;
  }
  .laptop-l\:min_w-60p {
    min-width: 60px;
  }
  .laptop-l\:min_h-60p {
    min-height: 60px;
  }
  .laptop-l\:max_w-60p {
    max-width: 60px;
  }
  .laptop-l\:max_h-60p {
    max-height: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-70p {
    height: 70px;
  }
  .laptop-l\:w-70p {
    width: 70px;
  }
  .laptop-l\:min_w-70p {
    min-width: 70px;
  }
  .laptop-l\:min_h-70p {
    min-height: 70px;
  }
  .laptop-l\:max_w-70p {
    max-width: 70px;
  }
  .laptop-l\:max_h-70p {
    max-height: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-80p {
    height: 80px;
  }
  .laptop-l\:w-80p {
    width: 80px;
  }
  .laptop-l\:min_w-80p {
    min-width: 80px;
  }
  .laptop-l\:min_h-80p {
    min-height: 80px;
  }
  .laptop-l\:max_w-80p {
    max-width: 80px;
  }
  .laptop-l\:max_h-80p {
    max-height: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-90p {
    height: 90px;
  }
  .laptop-l\:w-90p {
    width: 90px;
  }
  .laptop-l\:min_w-90p {
    min-width: 90px;
  }
  .laptop-l\:min_h-90p {
    min-height: 90px;
  }
  .laptop-l\:max_w-90p {
    max-width: 90px;
  }
  .laptop-l\:max_h-90p {
    max-height: 90px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-100p {
    height: 100px;
  }
  .laptop-l\:w-100p {
    width: 100px;
  }
  .laptop-l\:min_w-100p {
    min-width: 100px;
  }
  .laptop-l\:min_h-100p {
    min-height: 100px;
  }
  .laptop-l\:max_w-100p {
    max-width: 100px;
  }
  .laptop-l\:max_h-100p {
    max-height: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-110p {
    height: 110px;
  }
  .laptop-l\:w-110p {
    width: 110px;
  }
  .laptop-l\:min_w-110p {
    min-width: 110px;
  }
  .laptop-l\:min_h-110p {
    min-height: 110px;
  }
  .laptop-l\:max_w-110p {
    max-width: 110px;
  }
  .laptop-l\:max_h-110p {
    max-height: 110px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-120p {
    height: 120px;
  }
  .laptop-l\:w-120p {
    width: 120px;
  }
  .laptop-l\:min_w-120p {
    min-width: 120px;
  }
  .laptop-l\:min_h-120p {
    min-height: 120px;
  }
  .laptop-l\:max_w-120p {
    max-width: 120px;
  }
  .laptop-l\:max_h-120p {
    max-height: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-130p {
    height: 130px;
  }
  .laptop-l\:w-130p {
    width: 130px;
  }
  .laptop-l\:min_w-130p {
    min-width: 130px;
  }
  .laptop-l\:min_h-130p {
    min-height: 130px;
  }
  .laptop-l\:max_w-130p {
    max-width: 130px;
  }
  .laptop-l\:max_h-130p {
    max-height: 130px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-140p {
    height: 140px;
  }
  .laptop-l\:w-140p {
    width: 140px;
  }
  .laptop-l\:min_w-140p {
    min-width: 140px;
  }
  .laptop-l\:min_h-140p {
    min-height: 140px;
  }
  .laptop-l\:max_w-140p {
    max-width: 140px;
  }
  .laptop-l\:max_h-140p {
    max-height: 140px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-150p {
    height: 150px;
  }
  .laptop-l\:w-150p {
    width: 150px;
  }
  .laptop-l\:min_w-150p {
    min-width: 150px;
  }
  .laptop-l\:min_h-150p {
    min-height: 150px;
  }
  .laptop-l\:max_w-150p {
    max-width: 150px;
  }
  .laptop-l\:max_h-150p {
    max-height: 150px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-160p {
    height: 160px;
  }
  .laptop-l\:w-160p {
    width: 160px;
  }
  .laptop-l\:min_w-160p {
    min-width: 160px;
  }
  .laptop-l\:min_h-160p {
    min-height: 160px;
  }
  .laptop-l\:max_w-160p {
    max-width: 160px;
  }
  .laptop-l\:max_h-160p {
    max-height: 160px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-170p {
    height: 170px;
  }
  .laptop-l\:w-170p {
    width: 170px;
  }
  .laptop-l\:min_w-170p {
    min-width: 170px;
  }
  .laptop-l\:min_h-170p {
    min-height: 170px;
  }
  .laptop-l\:max_w-170p {
    max-width: 170px;
  }
  .laptop-l\:max_h-170p {
    max-height: 170px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-180p {
    height: 180px;
  }
  .laptop-l\:w-180p {
    width: 180px;
  }
  .laptop-l\:min_w-180p {
    min-width: 180px;
  }
  .laptop-l\:min_h-180p {
    min-height: 180px;
  }
  .laptop-l\:max_w-180p {
    max-width: 180px;
  }
  .laptop-l\:max_h-180p {
    max-height: 180px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-190p {
    height: 190px;
  }
  .laptop-l\:w-190p {
    width: 190px;
  }
  .laptop-l\:min_w-190p {
    min-width: 190px;
  }
  .laptop-l\:min_h-190p {
    min-height: 190px;
  }
  .laptop-l\:max_w-190p {
    max-width: 190px;
  }
  .laptop-l\:max_h-190p {
    max-height: 190px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-200p {
    height: 200px;
  }
  .laptop-l\:w-200p {
    width: 200px;
  }
  .laptop-l\:min_w-200p {
    min-width: 200px;
  }
  .laptop-l\:min_h-200p {
    min-height: 200px;
  }
  .laptop-l\:max_w-200p {
    max-width: 200px;
  }
  .laptop-l\:max_h-200p {
    max-height: 200px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-210p {
    height: 210px;
  }
  .laptop-l\:w-210p {
    width: 210px;
  }
  .laptop-l\:min_w-210p {
    min-width: 210px;
  }
  .laptop-l\:min_h-210p {
    min-height: 210px;
  }
  .laptop-l\:max_w-210p {
    max-width: 210px;
  }
  .laptop-l\:max_h-210p {
    max-height: 210px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-220p {
    height: 220px;
  }
  .laptop-l\:w-220p {
    width: 220px;
  }
  .laptop-l\:min_w-220p {
    min-width: 220px;
  }
  .laptop-l\:min_h-220p {
    min-height: 220px;
  }
  .laptop-l\:max_w-220p {
    max-width: 220px;
  }
  .laptop-l\:max_h-220p {
    max-height: 220px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-230p {
    height: 230px;
  }
  .laptop-l\:w-230p {
    width: 230px;
  }
  .laptop-l\:min_w-230p {
    min-width: 230px;
  }
  .laptop-l\:min_h-230p {
    min-height: 230px;
  }
  .laptop-l\:max_w-230p {
    max-width: 230px;
  }
  .laptop-l\:max_h-230p {
    max-height: 230px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-240p {
    height: 240px;
  }
  .laptop-l\:w-240p {
    width: 240px;
  }
  .laptop-l\:min_w-240p {
    min-width: 240px;
  }
  .laptop-l\:min_h-240p {
    min-height: 240px;
  }
  .laptop-l\:max_w-240p {
    max-width: 240px;
  }
  .laptop-l\:max_h-240p {
    max-height: 240px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-250p {
    height: 250px;
  }
  .laptop-l\:w-250p {
    width: 250px;
  }
  .laptop-l\:min_w-250p {
    min-width: 250px;
  }
  .laptop-l\:min_h-250p {
    min-height: 250px;
  }
  .laptop-l\:max_w-250p {
    max-width: 250px;
  }
  .laptop-l\:max_h-250p {
    max-height: 250px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-260p {
    height: 260px;
  }
  .laptop-l\:w-260p {
    width: 260px;
  }
  .laptop-l\:min_w-260p {
    min-width: 260px;
  }
  .laptop-l\:min_h-260p {
    min-height: 260px;
  }
  .laptop-l\:max_w-260p {
    max-width: 260px;
  }
  .laptop-l\:max_h-260p {
    max-height: 260px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-270p {
    height: 270px;
  }
  .laptop-l\:w-270p {
    width: 270px;
  }
  .laptop-l\:min_w-270p {
    min-width: 270px;
  }
  .laptop-l\:min_h-270p {
    min-height: 270px;
  }
  .laptop-l\:max_w-270p {
    max-width: 270px;
  }
  .laptop-l\:max_h-270p {
    max-height: 270px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-280p {
    height: 280px;
  }
  .laptop-l\:w-280p {
    width: 280px;
  }
  .laptop-l\:min_w-280p {
    min-width: 280px;
  }
  .laptop-l\:min_h-280p {
    min-height: 280px;
  }
  .laptop-l\:max_w-280p {
    max-width: 280px;
  }
  .laptop-l\:max_h-280p {
    max-height: 280px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-290p {
    height: 290px;
  }
  .laptop-l\:w-290p {
    width: 290px;
  }
  .laptop-l\:min_w-290p {
    min-width: 290px;
  }
  .laptop-l\:min_h-290p {
    min-height: 290px;
  }
  .laptop-l\:max_w-290p {
    max-width: 290px;
  }
  .laptop-l\:max_h-290p {
    max-height: 290px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-300p {
    height: 300px;
  }
  .laptop-l\:w-300p {
    width: 300px;
  }
  .laptop-l\:min_w-300p {
    min-width: 300px;
  }
  .laptop-l\:min_h-300p {
    min-height: 300px;
  }
  .laptop-l\:max_w-300p {
    max-width: 300px;
  }
  .laptop-l\:max_h-300p {
    max-height: 300px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-310p {
    height: 310px;
  }
  .laptop-l\:w-310p {
    width: 310px;
  }
  .laptop-l\:min_w-310p {
    min-width: 310px;
  }
  .laptop-l\:min_h-310p {
    min-height: 310px;
  }
  .laptop-l\:max_w-310p {
    max-width: 310px;
  }
  .laptop-l\:max_h-310p {
    max-height: 310px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-320p {
    height: 320px;
  }
  .laptop-l\:w-320p {
    width: 320px;
  }
  .laptop-l\:min_w-320p {
    min-width: 320px;
  }
  .laptop-l\:min_h-320p {
    min-height: 320px;
  }
  .laptop-l\:max_w-320p {
    max-width: 320px;
  }
  .laptop-l\:max_h-320p {
    max-height: 320px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-330p {
    height: 330px;
  }
  .laptop-l\:w-330p {
    width: 330px;
  }
  .laptop-l\:min_w-330p {
    min-width: 330px;
  }
  .laptop-l\:min_h-330p {
    min-height: 330px;
  }
  .laptop-l\:max_w-330p {
    max-width: 330px;
  }
  .laptop-l\:max_h-330p {
    max-height: 330px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-340p {
    height: 340px;
  }
  .laptop-l\:w-340p {
    width: 340px;
  }
  .laptop-l\:min_w-340p {
    min-width: 340px;
  }
  .laptop-l\:min_h-340p {
    min-height: 340px;
  }
  .laptop-l\:max_w-340p {
    max-width: 340px;
  }
  .laptop-l\:max_h-340p {
    max-height: 340px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-350p {
    height: 350px;
  }
  .laptop-l\:w-350p {
    width: 350px;
  }
  .laptop-l\:min_w-350p {
    min-width: 350px;
  }
  .laptop-l\:min_h-350p {
    min-height: 350px;
  }
  .laptop-l\:max_w-350p {
    max-width: 350px;
  }
  .laptop-l\:max_h-350p {
    max-height: 350px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-360p {
    height: 360px;
  }
  .laptop-l\:w-360p {
    width: 360px;
  }
  .laptop-l\:min_w-360p {
    min-width: 360px;
  }
  .laptop-l\:min_h-360p {
    min-height: 360px;
  }
  .laptop-l\:max_w-360p {
    max-width: 360px;
  }
  .laptop-l\:max_h-360p {
    max-height: 360px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-370p {
    height: 370px;
  }
  .laptop-l\:w-370p {
    width: 370px;
  }
  .laptop-l\:min_w-370p {
    min-width: 370px;
  }
  .laptop-l\:min_h-370p {
    min-height: 370px;
  }
  .laptop-l\:max_w-370p {
    max-width: 370px;
  }
  .laptop-l\:max_h-370p {
    max-height: 370px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-380p {
    height: 380px;
  }
  .laptop-l\:w-380p {
    width: 380px;
  }
  .laptop-l\:min_w-380p {
    min-width: 380px;
  }
  .laptop-l\:min_h-380p {
    min-height: 380px;
  }
  .laptop-l\:max_w-380p {
    max-width: 380px;
  }
  .laptop-l\:max_h-380p {
    max-height: 380px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-390p {
    height: 390px;
  }
  .laptop-l\:w-390p {
    width: 390px;
  }
  .laptop-l\:min_w-390p {
    min-width: 390px;
  }
  .laptop-l\:min_h-390p {
    min-height: 390px;
  }
  .laptop-l\:max_w-390p {
    max-width: 390px;
  }
  .laptop-l\:max_h-390p {
    max-height: 390px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-400p {
    height: 400px;
  }
  .laptop-l\:w-400p {
    width: 400px;
  }
  .laptop-l\:min_w-400p {
    min-width: 400px;
  }
  .laptop-l\:min_h-400p {
    min-height: 400px;
  }
  .laptop-l\:max_w-400p {
    max-width: 400px;
  }
  .laptop-l\:max_h-400p {
    max-height: 400px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-410p {
    height: 410px;
  }
  .laptop-l\:w-410p {
    width: 410px;
  }
  .laptop-l\:min_w-410p {
    min-width: 410px;
  }
  .laptop-l\:min_h-410p {
    min-height: 410px;
  }
  .laptop-l\:max_w-410p {
    max-width: 410px;
  }
  .laptop-l\:max_h-410p {
    max-height: 410px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-420p {
    height: 420px;
  }
  .laptop-l\:w-420p {
    width: 420px;
  }
  .laptop-l\:min_w-420p {
    min-width: 420px;
  }
  .laptop-l\:min_h-420p {
    min-height: 420px;
  }
  .laptop-l\:max_w-420p {
    max-width: 420px;
  }
  .laptop-l\:max_h-420p {
    max-height: 420px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-430p {
    height: 430px;
  }
  .laptop-l\:w-430p {
    width: 430px;
  }
  .laptop-l\:min_w-430p {
    min-width: 430px;
  }
  .laptop-l\:min_h-430p {
    min-height: 430px;
  }
  .laptop-l\:max_w-430p {
    max-width: 430px;
  }
  .laptop-l\:max_h-430p {
    max-height: 430px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-440p {
    height: 440px;
  }
  .laptop-l\:w-440p {
    width: 440px;
  }
  .laptop-l\:min_w-440p {
    min-width: 440px;
  }
  .laptop-l\:min_h-440p {
    min-height: 440px;
  }
  .laptop-l\:max_w-440p {
    max-width: 440px;
  }
  .laptop-l\:max_h-440p {
    max-height: 440px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-450p {
    height: 450px;
  }
  .laptop-l\:w-450p {
    width: 450px;
  }
  .laptop-l\:min_w-450p {
    min-width: 450px;
  }
  .laptop-l\:min_h-450p {
    min-height: 450px;
  }
  .laptop-l\:max_w-450p {
    max-width: 450px;
  }
  .laptop-l\:max_h-450p {
    max-height: 450px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-460p {
    height: 460px;
  }
  .laptop-l\:w-460p {
    width: 460px;
  }
  .laptop-l\:min_w-460p {
    min-width: 460px;
  }
  .laptop-l\:min_h-460p {
    min-height: 460px;
  }
  .laptop-l\:max_w-460p {
    max-width: 460px;
  }
  .laptop-l\:max_h-460p {
    max-height: 460px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-470p {
    height: 470px;
  }
  .laptop-l\:w-470p {
    width: 470px;
  }
  .laptop-l\:min_w-470p {
    min-width: 470px;
  }
  .laptop-l\:min_h-470p {
    min-height: 470px;
  }
  .laptop-l\:max_w-470p {
    max-width: 470px;
  }
  .laptop-l\:max_h-470p {
    max-height: 470px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-480p {
    height: 480px;
  }
  .laptop-l\:w-480p {
    width: 480px;
  }
  .laptop-l\:min_w-480p {
    min-width: 480px;
  }
  .laptop-l\:min_h-480p {
    min-height: 480px;
  }
  .laptop-l\:max_w-480p {
    max-width: 480px;
  }
  .laptop-l\:max_h-480p {
    max-height: 480px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-490p {
    height: 490px;
  }
  .laptop-l\:w-490p {
    width: 490px;
  }
  .laptop-l\:min_w-490p {
    min-width: 490px;
  }
  .laptop-l\:min_h-490p {
    min-height: 490px;
  }
  .laptop-l\:max_w-490p {
    max-width: 490px;
  }
  .laptop-l\:max_h-490p {
    max-height: 490px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-500p {
    height: 500px;
  }
  .laptop-l\:w-500p {
    width: 500px;
  }
  .laptop-l\:min_w-500p {
    min-width: 500px;
  }
  .laptop-l\:min_h-500p {
    min-height: 500px;
  }
  .laptop-l\:max_w-500p {
    max-width: 500px;
  }
  .laptop-l\:max_h-500p {
    max-height: 500px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-510p {
    height: 510px;
  }
  .laptop-l\:w-510p {
    width: 510px;
  }
  .laptop-l\:min_w-510p {
    min-width: 510px;
  }
  .laptop-l\:min_h-510p {
    min-height: 510px;
  }
  .laptop-l\:max_w-510p {
    max-width: 510px;
  }
  .laptop-l\:max_h-510p {
    max-height: 510px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-520p {
    height: 520px;
  }
  .laptop-l\:w-520p {
    width: 520px;
  }
  .laptop-l\:min_w-520p {
    min-width: 520px;
  }
  .laptop-l\:min_h-520p {
    min-height: 520px;
  }
  .laptop-l\:max_w-520p {
    max-width: 520px;
  }
  .laptop-l\:max_h-520p {
    max-height: 520px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-530p {
    height: 530px;
  }
  .laptop-l\:w-530p {
    width: 530px;
  }
  .laptop-l\:min_w-530p {
    min-width: 530px;
  }
  .laptop-l\:min_h-530p {
    min-height: 530px;
  }
  .laptop-l\:max_w-530p {
    max-width: 530px;
  }
  .laptop-l\:max_h-530p {
    max-height: 530px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-540p {
    height: 540px;
  }
  .laptop-l\:w-540p {
    width: 540px;
  }
  .laptop-l\:min_w-540p {
    min-width: 540px;
  }
  .laptop-l\:min_h-540p {
    min-height: 540px;
  }
  .laptop-l\:max_w-540p {
    max-width: 540px;
  }
  .laptop-l\:max_h-540p {
    max-height: 540px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-550p {
    height: 550px;
  }
  .laptop-l\:w-550p {
    width: 550px;
  }
  .laptop-l\:min_w-550p {
    min-width: 550px;
  }
  .laptop-l\:min_h-550p {
    min-height: 550px;
  }
  .laptop-l\:max_w-550p {
    max-width: 550px;
  }
  .laptop-l\:max_h-550p {
    max-height: 550px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-560p {
    height: 560px;
  }
  .laptop-l\:w-560p {
    width: 560px;
  }
  .laptop-l\:min_w-560p {
    min-width: 560px;
  }
  .laptop-l\:min_h-560p {
    min-height: 560px;
  }
  .laptop-l\:max_w-560p {
    max-width: 560px;
  }
  .laptop-l\:max_h-560p {
    max-height: 560px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-570p {
    height: 570px;
  }
  .laptop-l\:w-570p {
    width: 570px;
  }
  .laptop-l\:min_w-570p {
    min-width: 570px;
  }
  .laptop-l\:min_h-570p {
    min-height: 570px;
  }
  .laptop-l\:max_w-570p {
    max-width: 570px;
  }
  .laptop-l\:max_h-570p {
    max-height: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-580p {
    height: 580px;
  }
  .laptop-l\:w-580p {
    width: 580px;
  }
  .laptop-l\:min_w-580p {
    min-width: 580px;
  }
  .laptop-l\:min_h-580p {
    min-height: 580px;
  }
  .laptop-l\:max_w-580p {
    max-width: 580px;
  }
  .laptop-l\:max_h-580p {
    max-height: 580px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-590p {
    height: 590px;
  }
  .laptop-l\:w-590p {
    width: 590px;
  }
  .laptop-l\:min_w-590p {
    min-width: 590px;
  }
  .laptop-l\:min_h-590p {
    min-height: 590px;
  }
  .laptop-l\:max_w-590p {
    max-width: 590px;
  }
  .laptop-l\:max_h-590p {
    max-height: 590px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-600p {
    height: 600px;
  }
  .laptop-l\:w-600p {
    width: 600px;
  }
  .laptop-l\:min_w-600p {
    min-width: 600px;
  }
  .laptop-l\:min_h-600p {
    min-height: 600px;
  }
  .laptop-l\:max_w-600p {
    max-width: 600px;
  }
  .laptop-l\:max_h-600p {
    max-height: 600px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-610p {
    height: 610px;
  }
  .laptop-l\:w-610p {
    width: 610px;
  }
  .laptop-l\:min_w-610p {
    min-width: 610px;
  }
  .laptop-l\:min_h-610p {
    min-height: 610px;
  }
  .laptop-l\:max_w-610p {
    max-width: 610px;
  }
  .laptop-l\:max_h-610p {
    max-height: 610px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-620p {
    height: 620px;
  }
  .laptop-l\:w-620p {
    width: 620px;
  }
  .laptop-l\:min_w-620p {
    min-width: 620px;
  }
  .laptop-l\:min_h-620p {
    min-height: 620px;
  }
  .laptop-l\:max_w-620p {
    max-width: 620px;
  }
  .laptop-l\:max_h-620p {
    max-height: 620px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-630p {
    height: 630px;
  }
  .laptop-l\:w-630p {
    width: 630px;
  }
  .laptop-l\:min_w-630p {
    min-width: 630px;
  }
  .laptop-l\:min_h-630p {
    min-height: 630px;
  }
  .laptop-l\:max_w-630p {
    max-width: 630px;
  }
  .laptop-l\:max_h-630p {
    max-height: 630px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-640p {
    height: 640px;
  }
  .laptop-l\:w-640p {
    width: 640px;
  }
  .laptop-l\:min_w-640p {
    min-width: 640px;
  }
  .laptop-l\:min_h-640p {
    min-height: 640px;
  }
  .laptop-l\:max_w-640p {
    max-width: 640px;
  }
  .laptop-l\:max_h-640p {
    max-height: 640px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-650p {
    height: 650px;
  }
  .laptop-l\:w-650p {
    width: 650px;
  }
  .laptop-l\:min_w-650p {
    min-width: 650px;
  }
  .laptop-l\:min_h-650p {
    min-height: 650px;
  }
  .laptop-l\:max_w-650p {
    max-width: 650px;
  }
  .laptop-l\:max_h-650p {
    max-height: 650px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-660p {
    height: 660px;
  }
  .laptop-l\:w-660p {
    width: 660px;
  }
  .laptop-l\:min_w-660p {
    min-width: 660px;
  }
  .laptop-l\:min_h-660p {
    min-height: 660px;
  }
  .laptop-l\:max_w-660p {
    max-width: 660px;
  }
  .laptop-l\:max_h-660p {
    max-height: 660px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-670p {
    height: 670px;
  }
  .laptop-l\:w-670p {
    width: 670px;
  }
  .laptop-l\:min_w-670p {
    min-width: 670px;
  }
  .laptop-l\:min_h-670p {
    min-height: 670px;
  }
  .laptop-l\:max_w-670p {
    max-width: 670px;
  }
  .laptop-l\:max_h-670p {
    max-height: 670px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-680p {
    height: 680px;
  }
  .laptop-l\:w-680p {
    width: 680px;
  }
  .laptop-l\:min_w-680p {
    min-width: 680px;
  }
  .laptop-l\:min_h-680p {
    min-height: 680px;
  }
  .laptop-l\:max_w-680p {
    max-width: 680px;
  }
  .laptop-l\:max_h-680p {
    max-height: 680px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-690p {
    height: 690px;
  }
  .laptop-l\:w-690p {
    width: 690px;
  }
  .laptop-l\:min_w-690p {
    min-width: 690px;
  }
  .laptop-l\:min_h-690p {
    min-height: 690px;
  }
  .laptop-l\:max_w-690p {
    max-width: 690px;
  }
  .laptop-l\:max_h-690p {
    max-height: 690px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-700p {
    height: 700px;
  }
  .laptop-l\:w-700p {
    width: 700px;
  }
  .laptop-l\:min_w-700p {
    min-width: 700px;
  }
  .laptop-l\:min_h-700p {
    min-height: 700px;
  }
  .laptop-l\:max_w-700p {
    max-width: 700px;
  }
  .laptop-l\:max_h-700p {
    max-height: 700px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-710p {
    height: 710px;
  }
  .laptop-l\:w-710p {
    width: 710px;
  }
  .laptop-l\:min_w-710p {
    min-width: 710px;
  }
  .laptop-l\:min_h-710p {
    min-height: 710px;
  }
  .laptop-l\:max_w-710p {
    max-width: 710px;
  }
  .laptop-l\:max_h-710p {
    max-height: 710px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-720p {
    height: 720px;
  }
  .laptop-l\:w-720p {
    width: 720px;
  }
  .laptop-l\:min_w-720p {
    min-width: 720px;
  }
  .laptop-l\:min_h-720p {
    min-height: 720px;
  }
  .laptop-l\:max_w-720p {
    max-width: 720px;
  }
  .laptop-l\:max_h-720p {
    max-height: 720px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-730p {
    height: 730px;
  }
  .laptop-l\:w-730p {
    width: 730px;
  }
  .laptop-l\:min_w-730p {
    min-width: 730px;
  }
  .laptop-l\:min_h-730p {
    min-height: 730px;
  }
  .laptop-l\:max_w-730p {
    max-width: 730px;
  }
  .laptop-l\:max_h-730p {
    max-height: 730px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-740p {
    height: 740px;
  }
  .laptop-l\:w-740p {
    width: 740px;
  }
  .laptop-l\:min_w-740p {
    min-width: 740px;
  }
  .laptop-l\:min_h-740p {
    min-height: 740px;
  }
  .laptop-l\:max_w-740p {
    max-width: 740px;
  }
  .laptop-l\:max_h-740p {
    max-height: 740px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-750p {
    height: 750px;
  }
  .laptop-l\:w-750p {
    width: 750px;
  }
  .laptop-l\:min_w-750p {
    min-width: 750px;
  }
  .laptop-l\:min_h-750p {
    min-height: 750px;
  }
  .laptop-l\:max_w-750p {
    max-width: 750px;
  }
  .laptop-l\:max_h-750p {
    max-height: 750px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-760p {
    height: 760px;
  }
  .laptop-l\:w-760p {
    width: 760px;
  }
  .laptop-l\:min_w-760p {
    min-width: 760px;
  }
  .laptop-l\:min_h-760p {
    min-height: 760px;
  }
  .laptop-l\:max_w-760p {
    max-width: 760px;
  }
  .laptop-l\:max_h-760p {
    max-height: 760px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-770p {
    height: 770px;
  }
  .laptop-l\:w-770p {
    width: 770px;
  }
  .laptop-l\:min_w-770p {
    min-width: 770px;
  }
  .laptop-l\:min_h-770p {
    min-height: 770px;
  }
  .laptop-l\:max_w-770p {
    max-width: 770px;
  }
  .laptop-l\:max_h-770p {
    max-height: 770px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-780p {
    height: 780px;
  }
  .laptop-l\:w-780p {
    width: 780px;
  }
  .laptop-l\:min_w-780p {
    min-width: 780px;
  }
  .laptop-l\:min_h-780p {
    min-height: 780px;
  }
  .laptop-l\:max_w-780p {
    max-width: 780px;
  }
  .laptop-l\:max_h-780p {
    max-height: 780px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-790p {
    height: 790px;
  }
  .laptop-l\:w-790p {
    width: 790px;
  }
  .laptop-l\:min_w-790p {
    min-width: 790px;
  }
  .laptop-l\:min_h-790p {
    min-height: 790px;
  }
  .laptop-l\:max_w-790p {
    max-width: 790px;
  }
  .laptop-l\:max_h-790p {
    max-height: 790px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-800p {
    height: 800px;
  }
  .laptop-l\:w-800p {
    width: 800px;
  }
  .laptop-l\:min_w-800p {
    min-width: 800px;
  }
  .laptop-l\:min_h-800p {
    min-height: 800px;
  }
  .laptop-l\:max_w-800p {
    max-width: 800px;
  }
  .laptop-l\:max_h-800p {
    max-height: 800px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-810p {
    height: 810px;
  }
  .laptop-l\:w-810p {
    width: 810px;
  }
  .laptop-l\:min_w-810p {
    min-width: 810px;
  }
  .laptop-l\:min_h-810p {
    min-height: 810px;
  }
  .laptop-l\:max_w-810p {
    max-width: 810px;
  }
  .laptop-l\:max_h-810p {
    max-height: 810px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-820p {
    height: 820px;
  }
  .laptop-l\:w-820p {
    width: 820px;
  }
  .laptop-l\:min_w-820p {
    min-width: 820px;
  }
  .laptop-l\:min_h-820p {
    min-height: 820px;
  }
  .laptop-l\:max_w-820p {
    max-width: 820px;
  }
  .laptop-l\:max_h-820p {
    max-height: 820px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-830p {
    height: 830px;
  }
  .laptop-l\:w-830p {
    width: 830px;
  }
  .laptop-l\:min_w-830p {
    min-width: 830px;
  }
  .laptop-l\:min_h-830p {
    min-height: 830px;
  }
  .laptop-l\:max_w-830p {
    max-width: 830px;
  }
  .laptop-l\:max_h-830p {
    max-height: 830px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-840p {
    height: 840px;
  }
  .laptop-l\:w-840p {
    width: 840px;
  }
  .laptop-l\:min_w-840p {
    min-width: 840px;
  }
  .laptop-l\:min_h-840p {
    min-height: 840px;
  }
  .laptop-l\:max_w-840p {
    max-width: 840px;
  }
  .laptop-l\:max_h-840p {
    max-height: 840px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-850p {
    height: 850px;
  }
  .laptop-l\:w-850p {
    width: 850px;
  }
  .laptop-l\:min_w-850p {
    min-width: 850px;
  }
  .laptop-l\:min_h-850p {
    min-height: 850px;
  }
  .laptop-l\:max_w-850p {
    max-width: 850px;
  }
  .laptop-l\:max_h-850p {
    max-height: 850px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-860p {
    height: 860px;
  }
  .laptop-l\:w-860p {
    width: 860px;
  }
  .laptop-l\:min_w-860p {
    min-width: 860px;
  }
  .laptop-l\:min_h-860p {
    min-height: 860px;
  }
  .laptop-l\:max_w-860p {
    max-width: 860px;
  }
  .laptop-l\:max_h-860p {
    max-height: 860px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-870p {
    height: 870px;
  }
  .laptop-l\:w-870p {
    width: 870px;
  }
  .laptop-l\:min_w-870p {
    min-width: 870px;
  }
  .laptop-l\:min_h-870p {
    min-height: 870px;
  }
  .laptop-l\:max_w-870p {
    max-width: 870px;
  }
  .laptop-l\:max_h-870p {
    max-height: 870px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-880p {
    height: 880px;
  }
  .laptop-l\:w-880p {
    width: 880px;
  }
  .laptop-l\:min_w-880p {
    min-width: 880px;
  }
  .laptop-l\:min_h-880p {
    min-height: 880px;
  }
  .laptop-l\:max_w-880p {
    max-width: 880px;
  }
  .laptop-l\:max_h-880p {
    max-height: 880px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-890p {
    height: 890px;
  }
  .laptop-l\:w-890p {
    width: 890px;
  }
  .laptop-l\:min_w-890p {
    min-width: 890px;
  }
  .laptop-l\:min_h-890p {
    min-height: 890px;
  }
  .laptop-l\:max_w-890p {
    max-width: 890px;
  }
  .laptop-l\:max_h-890p {
    max-height: 890px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-900p {
    height: 900px;
  }
  .laptop-l\:w-900p {
    width: 900px;
  }
  .laptop-l\:min_w-900p {
    min-width: 900px;
  }
  .laptop-l\:min_h-900p {
    min-height: 900px;
  }
  .laptop-l\:max_w-900p {
    max-width: 900px;
  }
  .laptop-l\:max_h-900p {
    max-height: 900px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-910p {
    height: 910px;
  }
  .laptop-l\:w-910p {
    width: 910px;
  }
  .laptop-l\:min_w-910p {
    min-width: 910px;
  }
  .laptop-l\:min_h-910p {
    min-height: 910px;
  }
  .laptop-l\:max_w-910p {
    max-width: 910px;
  }
  .laptop-l\:max_h-910p {
    max-height: 910px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-920p {
    height: 920px;
  }
  .laptop-l\:w-920p {
    width: 920px;
  }
  .laptop-l\:min_w-920p {
    min-width: 920px;
  }
  .laptop-l\:min_h-920p {
    min-height: 920px;
  }
  .laptop-l\:max_w-920p {
    max-width: 920px;
  }
  .laptop-l\:max_h-920p {
    max-height: 920px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-930p {
    height: 930px;
  }
  .laptop-l\:w-930p {
    width: 930px;
  }
  .laptop-l\:min_w-930p {
    min-width: 930px;
  }
  .laptop-l\:min_h-930p {
    min-height: 930px;
  }
  .laptop-l\:max_w-930p {
    max-width: 930px;
  }
  .laptop-l\:max_h-930p {
    max-height: 930px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-940p {
    height: 940px;
  }
  .laptop-l\:w-940p {
    width: 940px;
  }
  .laptop-l\:min_w-940p {
    min-width: 940px;
  }
  .laptop-l\:min_h-940p {
    min-height: 940px;
  }
  .laptop-l\:max_w-940p {
    max-width: 940px;
  }
  .laptop-l\:max_h-940p {
    max-height: 940px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-950p {
    height: 950px;
  }
  .laptop-l\:w-950p {
    width: 950px;
  }
  .laptop-l\:min_w-950p {
    min-width: 950px;
  }
  .laptop-l\:min_h-950p {
    min-height: 950px;
  }
  .laptop-l\:max_w-950p {
    max-width: 950px;
  }
  .laptop-l\:max_h-950p {
    max-height: 950px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-960p {
    height: 960px;
  }
  .laptop-l\:w-960p {
    width: 960px;
  }
  .laptop-l\:min_w-960p {
    min-width: 960px;
  }
  .laptop-l\:min_h-960p {
    min-height: 960px;
  }
  .laptop-l\:max_w-960p {
    max-width: 960px;
  }
  .laptop-l\:max_h-960p {
    max-height: 960px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-970p {
    height: 970px;
  }
  .laptop-l\:w-970p {
    width: 970px;
  }
  .laptop-l\:min_w-970p {
    min-width: 970px;
  }
  .laptop-l\:min_h-970p {
    min-height: 970px;
  }
  .laptop-l\:max_w-970p {
    max-width: 970px;
  }
  .laptop-l\:max_h-970p {
    max-height: 970px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-980p {
    height: 980px;
  }
  .laptop-l\:w-980p {
    width: 980px;
  }
  .laptop-l\:min_w-980p {
    min-width: 980px;
  }
  .laptop-l\:min_h-980p {
    min-height: 980px;
  }
  .laptop-l\:max_w-980p {
    max-width: 980px;
  }
  .laptop-l\:max_h-980p {
    max-height: 980px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-990p {
    height: 990px;
  }
  .laptop-l\:w-990p {
    width: 990px;
  }
  .laptop-l\:min_w-990p {
    min-width: 990px;
  }
  .laptop-l\:min_h-990p {
    min-height: 990px;
  }
  .laptop-l\:max_w-990p {
    max-width: 990px;
  }
  .laptop-l\:max_h-990p {
    max-height: 990px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-1000p {
    height: 1000px;
  }
  .laptop-l\:w-1000p {
    width: 1000px;
  }
  .laptop-l\:min_w-1000p {
    min-width: 1000px;
  }
  .laptop-l\:min_h-1000p {
    min-height: 1000px;
  }
  .laptop-l\:max_w-1000p {
    max-width: 1000px;
  }
  .laptop-l\:max_h-1000p {
    max-height: 1000px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-1010p {
    height: 1010px;
  }
  .laptop-l\:w-1010p {
    width: 1010px;
  }
  .laptop-l\:min_w-1010p {
    min-width: 1010px;
  }
  .laptop-l\:min_h-1010p {
    min-height: 1010px;
  }
  .laptop-l\:max_w-1010p {
    max-width: 1010px;
  }
  .laptop-l\:max_h-1010p {
    max-height: 1010px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-1020p {
    height: 1020px;
  }
  .laptop-l\:w-1020p {
    width: 1020px;
  }
  .laptop-l\:min_w-1020p {
    min-width: 1020px;
  }
  .laptop-l\:min_h-1020p {
    min-height: 1020px;
  }
  .laptop-l\:max_w-1020p {
    max-width: 1020px;
  }
  .laptop-l\:max_h-1020p {
    max-height: 1020px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-1030p {
    height: 1030px;
  }
  .laptop-l\:w-1030p {
    width: 1030px;
  }
  .laptop-l\:min_w-1030p {
    min-width: 1030px;
  }
  .laptop-l\:min_h-1030p {
    min-height: 1030px;
  }
  .laptop-l\:max_w-1030p {
    max-width: 1030px;
  }
  .laptop-l\:max_h-1030p {
    max-height: 1030px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-1040p {
    height: 1040px;
  }
  .laptop-l\:w-1040p {
    width: 1040px;
  }
  .laptop-l\:min_w-1040p {
    min-width: 1040px;
  }
  .laptop-l\:min_h-1040p {
    min-height: 1040px;
  }
  .laptop-l\:max_w-1040p {
    max-width: 1040px;
  }
  .laptop-l\:max_h-1040p {
    max-height: 1040px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-1050p {
    height: 1050px;
  }
  .laptop-l\:w-1050p {
    width: 1050px;
  }
  .laptop-l\:min_w-1050p {
    min-width: 1050px;
  }
  .laptop-l\:min_h-1050p {
    min-height: 1050px;
  }
  .laptop-l\:max_w-1050p {
    max-width: 1050px;
  }
  .laptop-l\:max_h-1050p {
    max-height: 1050px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-1060p {
    height: 1060px;
  }
  .laptop-l\:w-1060p {
    width: 1060px;
  }
  .laptop-l\:min_w-1060p {
    min-width: 1060px;
  }
  .laptop-l\:min_h-1060p {
    min-height: 1060px;
  }
  .laptop-l\:max_w-1060p {
    max-width: 1060px;
  }
  .laptop-l\:max_h-1060p {
    max-height: 1060px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-1070p {
    height: 1070px;
  }
  .laptop-l\:w-1070p {
    width: 1070px;
  }
  .laptop-l\:min_w-1070p {
    min-width: 1070px;
  }
  .laptop-l\:min_h-1070p {
    min-height: 1070px;
  }
  .laptop-l\:max_w-1070p {
    max-width: 1070px;
  }
  .laptop-l\:max_h-1070p {
    max-height: 1070px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-1080p {
    height: 1080px;
  }
  .laptop-l\:w-1080p {
    width: 1080px;
  }
  .laptop-l\:min_w-1080p {
    min-width: 1080px;
  }
  .laptop-l\:min_h-1080p {
    min-height: 1080px;
  }
  .laptop-l\:max_w-1080p {
    max-width: 1080px;
  }
  .laptop-l\:max_h-1080p {
    max-height: 1080px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-1090p {
    height: 1090px;
  }
  .laptop-l\:w-1090p {
    width: 1090px;
  }
  .laptop-l\:min_w-1090p {
    min-width: 1090px;
  }
  .laptop-l\:min_h-1090p {
    min-height: 1090px;
  }
  .laptop-l\:max_w-1090p {
    max-width: 1090px;
  }
  .laptop-l\:max_h-1090p {
    max-height: 1090px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-1100p {
    height: 1100px;
  }
  .laptop-l\:w-1100p {
    width: 1100px;
  }
  .laptop-l\:min_w-1100p {
    min-width: 1100px;
  }
  .laptop-l\:min_h-1100p {
    min-height: 1100px;
  }
  .laptop-l\:max_w-1100p {
    max-width: 1100px;
  }
  .laptop-l\:max_h-1100p {
    max-height: 1100px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-1110p {
    height: 1110px;
  }
  .laptop-l\:w-1110p {
    width: 1110px;
  }
  .laptop-l\:min_w-1110p {
    min-width: 1110px;
  }
  .laptop-l\:min_h-1110p {
    min-height: 1110px;
  }
  .laptop-l\:max_w-1110p {
    max-width: 1110px;
  }
  .laptop-l\:max_h-1110p {
    max-height: 1110px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-1120p {
    height: 1120px;
  }
  .laptop-l\:w-1120p {
    width: 1120px;
  }
  .laptop-l\:min_w-1120p {
    min-width: 1120px;
  }
  .laptop-l\:min_h-1120p {
    min-height: 1120px;
  }
  .laptop-l\:max_w-1120p {
    max-width: 1120px;
  }
  .laptop-l\:max_h-1120p {
    max-height: 1120px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-1130p {
    height: 1130px;
  }
  .laptop-l\:w-1130p {
    width: 1130px;
  }
  .laptop-l\:min_w-1130p {
    min-width: 1130px;
  }
  .laptop-l\:min_h-1130p {
    min-height: 1130px;
  }
  .laptop-l\:max_w-1130p {
    max-width: 1130px;
  }
  .laptop-l\:max_h-1130p {
    max-height: 1130px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-1140p {
    height: 1140px;
  }
  .laptop-l\:w-1140p {
    width: 1140px;
  }
  .laptop-l\:min_w-1140p {
    min-width: 1140px;
  }
  .laptop-l\:min_h-1140p {
    min-height: 1140px;
  }
  .laptop-l\:max_w-1140p {
    max-width: 1140px;
  }
  .laptop-l\:max_h-1140p {
    max-height: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-1150p {
    height: 1150px;
  }
  .laptop-l\:w-1150p {
    width: 1150px;
  }
  .laptop-l\:min_w-1150p {
    min-width: 1150px;
  }
  .laptop-l\:min_h-1150p {
    min-height: 1150px;
  }
  .laptop-l\:max_w-1150p {
    max-width: 1150px;
  }
  .laptop-l\:max_h-1150p {
    max-height: 1150px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-1160p {
    height: 1160px;
  }
  .laptop-l\:w-1160p {
    width: 1160px;
  }
  .laptop-l\:min_w-1160p {
    min-width: 1160px;
  }
  .laptop-l\:min_h-1160p {
    min-height: 1160px;
  }
  .laptop-l\:max_w-1160p {
    max-width: 1160px;
  }
  .laptop-l\:max_h-1160p {
    max-height: 1160px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-1170p {
    height: 1170px;
  }
  .laptop-l\:w-1170p {
    width: 1170px;
  }
  .laptop-l\:min_w-1170p {
    min-width: 1170px;
  }
  .laptop-l\:min_h-1170p {
    min-height: 1170px;
  }
  .laptop-l\:max_w-1170p {
    max-width: 1170px;
  }
  .laptop-l\:max_h-1170p {
    max-height: 1170px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-1180p {
    height: 1180px;
  }
  .laptop-l\:w-1180p {
    width: 1180px;
  }
  .laptop-l\:min_w-1180p {
    min-width: 1180px;
  }
  .laptop-l\:min_h-1180p {
    min-height: 1180px;
  }
  .laptop-l\:max_w-1180p {
    max-width: 1180px;
  }
  .laptop-l\:max_h-1180p {
    max-height: 1180px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:h-1190p {
    height: 1190px;
  }
  .laptop-l\:w-1190p {
    width: 1190px;
  }
  .laptop-l\:min_w-1190p {
    min-width: 1190px;
  }
  .laptop-l\:min_h-1190p {
    min-height: 1190px;
  }
  .laptop-l\:max_w-1190p {
    max-width: 1190px;
  }
  .laptop-l\:max_h-1190p {
    max-height: 1190px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-10p {
    height: 10px;
  }
  .laptop-xl\:w-10p {
    width: 10px;
  }
  .laptop-xl\:min_w-10p {
    min-width: 10px;
  }
  .laptop-xl\:min_h-10p {
    min-height: 10px;
  }
  .laptop-xl\:max_w-10p {
    max-width: 10px;
  }
  .laptop-xl\:max_h-10p {
    max-height: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-20p {
    height: 20px;
  }
  .laptop-xl\:w-20p {
    width: 20px;
  }
  .laptop-xl\:min_w-20p {
    min-width: 20px;
  }
  .laptop-xl\:min_h-20p {
    min-height: 20px;
  }
  .laptop-xl\:max_w-20p {
    max-width: 20px;
  }
  .laptop-xl\:max_h-20p {
    max-height: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-30p {
    height: 30px;
  }
  .laptop-xl\:w-30p {
    width: 30px;
  }
  .laptop-xl\:min_w-30p {
    min-width: 30px;
  }
  .laptop-xl\:min_h-30p {
    min-height: 30px;
  }
  .laptop-xl\:max_w-30p {
    max-width: 30px;
  }
  .laptop-xl\:max_h-30p {
    max-height: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-40p {
    height: 40px;
  }
  .laptop-xl\:w-40p {
    width: 40px;
  }
  .laptop-xl\:min_w-40p {
    min-width: 40px;
  }
  .laptop-xl\:min_h-40p {
    min-height: 40px;
  }
  .laptop-xl\:max_w-40p {
    max-width: 40px;
  }
  .laptop-xl\:max_h-40p {
    max-height: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-50p {
    height: 50px;
  }
  .laptop-xl\:w-50p {
    width: 50px;
  }
  .laptop-xl\:min_w-50p {
    min-width: 50px;
  }
  .laptop-xl\:min_h-50p {
    min-height: 50px;
  }
  .laptop-xl\:max_w-50p {
    max-width: 50px;
  }
  .laptop-xl\:max_h-50p {
    max-height: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-60p {
    height: 60px;
  }
  .laptop-xl\:w-60p {
    width: 60px;
  }
  .laptop-xl\:min_w-60p {
    min-width: 60px;
  }
  .laptop-xl\:min_h-60p {
    min-height: 60px;
  }
  .laptop-xl\:max_w-60p {
    max-width: 60px;
  }
  .laptop-xl\:max_h-60p {
    max-height: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-70p {
    height: 70px;
  }
  .laptop-xl\:w-70p {
    width: 70px;
  }
  .laptop-xl\:min_w-70p {
    min-width: 70px;
  }
  .laptop-xl\:min_h-70p {
    min-height: 70px;
  }
  .laptop-xl\:max_w-70p {
    max-width: 70px;
  }
  .laptop-xl\:max_h-70p {
    max-height: 70px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-80p {
    height: 80px;
  }
  .laptop-xl\:w-80p {
    width: 80px;
  }
  .laptop-xl\:min_w-80p {
    min-width: 80px;
  }
  .laptop-xl\:min_h-80p {
    min-height: 80px;
  }
  .laptop-xl\:max_w-80p {
    max-width: 80px;
  }
  .laptop-xl\:max_h-80p {
    max-height: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-90p {
    height: 90px;
  }
  .laptop-xl\:w-90p {
    width: 90px;
  }
  .laptop-xl\:min_w-90p {
    min-width: 90px;
  }
  .laptop-xl\:min_h-90p {
    min-height: 90px;
  }
  .laptop-xl\:max_w-90p {
    max-width: 90px;
  }
  .laptop-xl\:max_h-90p {
    max-height: 90px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-100p {
    height: 100px;
  }
  .laptop-xl\:w-100p {
    width: 100px;
  }
  .laptop-xl\:min_w-100p {
    min-width: 100px;
  }
  .laptop-xl\:min_h-100p {
    min-height: 100px;
  }
  .laptop-xl\:max_w-100p {
    max-width: 100px;
  }
  .laptop-xl\:max_h-100p {
    max-height: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-110p {
    height: 110px;
  }
  .laptop-xl\:w-110p {
    width: 110px;
  }
  .laptop-xl\:min_w-110p {
    min-width: 110px;
  }
  .laptop-xl\:min_h-110p {
    min-height: 110px;
  }
  .laptop-xl\:max_w-110p {
    max-width: 110px;
  }
  .laptop-xl\:max_h-110p {
    max-height: 110px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-120p {
    height: 120px;
  }
  .laptop-xl\:w-120p {
    width: 120px;
  }
  .laptop-xl\:min_w-120p {
    min-width: 120px;
  }
  .laptop-xl\:min_h-120p {
    min-height: 120px;
  }
  .laptop-xl\:max_w-120p {
    max-width: 120px;
  }
  .laptop-xl\:max_h-120p {
    max-height: 120px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-130p {
    height: 130px;
  }
  .laptop-xl\:w-130p {
    width: 130px;
  }
  .laptop-xl\:min_w-130p {
    min-width: 130px;
  }
  .laptop-xl\:min_h-130p {
    min-height: 130px;
  }
  .laptop-xl\:max_w-130p {
    max-width: 130px;
  }
  .laptop-xl\:max_h-130p {
    max-height: 130px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-140p {
    height: 140px;
  }
  .laptop-xl\:w-140p {
    width: 140px;
  }
  .laptop-xl\:min_w-140p {
    min-width: 140px;
  }
  .laptop-xl\:min_h-140p {
    min-height: 140px;
  }
  .laptop-xl\:max_w-140p {
    max-width: 140px;
  }
  .laptop-xl\:max_h-140p {
    max-height: 140px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-150p {
    height: 150px;
  }
  .laptop-xl\:w-150p {
    width: 150px;
  }
  .laptop-xl\:min_w-150p {
    min-width: 150px;
  }
  .laptop-xl\:min_h-150p {
    min-height: 150px;
  }
  .laptop-xl\:max_w-150p {
    max-width: 150px;
  }
  .laptop-xl\:max_h-150p {
    max-height: 150px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-160p {
    height: 160px;
  }
  .laptop-xl\:w-160p {
    width: 160px;
  }
  .laptop-xl\:min_w-160p {
    min-width: 160px;
  }
  .laptop-xl\:min_h-160p {
    min-height: 160px;
  }
  .laptop-xl\:max_w-160p {
    max-width: 160px;
  }
  .laptop-xl\:max_h-160p {
    max-height: 160px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-170p {
    height: 170px;
  }
  .laptop-xl\:w-170p {
    width: 170px;
  }
  .laptop-xl\:min_w-170p {
    min-width: 170px;
  }
  .laptop-xl\:min_h-170p {
    min-height: 170px;
  }
  .laptop-xl\:max_w-170p {
    max-width: 170px;
  }
  .laptop-xl\:max_h-170p {
    max-height: 170px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-180p {
    height: 180px;
  }
  .laptop-xl\:w-180p {
    width: 180px;
  }
  .laptop-xl\:min_w-180p {
    min-width: 180px;
  }
  .laptop-xl\:min_h-180p {
    min-height: 180px;
  }
  .laptop-xl\:max_w-180p {
    max-width: 180px;
  }
  .laptop-xl\:max_h-180p {
    max-height: 180px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-190p {
    height: 190px;
  }
  .laptop-xl\:w-190p {
    width: 190px;
  }
  .laptop-xl\:min_w-190p {
    min-width: 190px;
  }
  .laptop-xl\:min_h-190p {
    min-height: 190px;
  }
  .laptop-xl\:max_w-190p {
    max-width: 190px;
  }
  .laptop-xl\:max_h-190p {
    max-height: 190px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-200p {
    height: 200px;
  }
  .laptop-xl\:w-200p {
    width: 200px;
  }
  .laptop-xl\:min_w-200p {
    min-width: 200px;
  }
  .laptop-xl\:min_h-200p {
    min-height: 200px;
  }
  .laptop-xl\:max_w-200p {
    max-width: 200px;
  }
  .laptop-xl\:max_h-200p {
    max-height: 200px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-210p {
    height: 210px;
  }
  .laptop-xl\:w-210p {
    width: 210px;
  }
  .laptop-xl\:min_w-210p {
    min-width: 210px;
  }
  .laptop-xl\:min_h-210p {
    min-height: 210px;
  }
  .laptop-xl\:max_w-210p {
    max-width: 210px;
  }
  .laptop-xl\:max_h-210p {
    max-height: 210px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-220p {
    height: 220px;
  }
  .laptop-xl\:w-220p {
    width: 220px;
  }
  .laptop-xl\:min_w-220p {
    min-width: 220px;
  }
  .laptop-xl\:min_h-220p {
    min-height: 220px;
  }
  .laptop-xl\:max_w-220p {
    max-width: 220px;
  }
  .laptop-xl\:max_h-220p {
    max-height: 220px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-230p {
    height: 230px;
  }
  .laptop-xl\:w-230p {
    width: 230px;
  }
  .laptop-xl\:min_w-230p {
    min-width: 230px;
  }
  .laptop-xl\:min_h-230p {
    min-height: 230px;
  }
  .laptop-xl\:max_w-230p {
    max-width: 230px;
  }
  .laptop-xl\:max_h-230p {
    max-height: 230px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-240p {
    height: 240px;
  }
  .laptop-xl\:w-240p {
    width: 240px;
  }
  .laptop-xl\:min_w-240p {
    min-width: 240px;
  }
  .laptop-xl\:min_h-240p {
    min-height: 240px;
  }
  .laptop-xl\:max_w-240p {
    max-width: 240px;
  }
  .laptop-xl\:max_h-240p {
    max-height: 240px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-250p {
    height: 250px;
  }
  .laptop-xl\:w-250p {
    width: 250px;
  }
  .laptop-xl\:min_w-250p {
    min-width: 250px;
  }
  .laptop-xl\:min_h-250p {
    min-height: 250px;
  }
  .laptop-xl\:max_w-250p {
    max-width: 250px;
  }
  .laptop-xl\:max_h-250p {
    max-height: 250px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-260p {
    height: 260px;
  }
  .laptop-xl\:w-260p {
    width: 260px;
  }
  .laptop-xl\:min_w-260p {
    min-width: 260px;
  }
  .laptop-xl\:min_h-260p {
    min-height: 260px;
  }
  .laptop-xl\:max_w-260p {
    max-width: 260px;
  }
  .laptop-xl\:max_h-260p {
    max-height: 260px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-270p {
    height: 270px;
  }
  .laptop-xl\:w-270p {
    width: 270px;
  }
  .laptop-xl\:min_w-270p {
    min-width: 270px;
  }
  .laptop-xl\:min_h-270p {
    min-height: 270px;
  }
  .laptop-xl\:max_w-270p {
    max-width: 270px;
  }
  .laptop-xl\:max_h-270p {
    max-height: 270px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-280p {
    height: 280px;
  }
  .laptop-xl\:w-280p {
    width: 280px;
  }
  .laptop-xl\:min_w-280p {
    min-width: 280px;
  }
  .laptop-xl\:min_h-280p {
    min-height: 280px;
  }
  .laptop-xl\:max_w-280p {
    max-width: 280px;
  }
  .laptop-xl\:max_h-280p {
    max-height: 280px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-290p {
    height: 290px;
  }
  .laptop-xl\:w-290p {
    width: 290px;
  }
  .laptop-xl\:min_w-290p {
    min-width: 290px;
  }
  .laptop-xl\:min_h-290p {
    min-height: 290px;
  }
  .laptop-xl\:max_w-290p {
    max-width: 290px;
  }
  .laptop-xl\:max_h-290p {
    max-height: 290px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-300p {
    height: 300px;
  }
  .laptop-xl\:w-300p {
    width: 300px;
  }
  .laptop-xl\:min_w-300p {
    min-width: 300px;
  }
  .laptop-xl\:min_h-300p {
    min-height: 300px;
  }
  .laptop-xl\:max_w-300p {
    max-width: 300px;
  }
  .laptop-xl\:max_h-300p {
    max-height: 300px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-310p {
    height: 310px;
  }
  .laptop-xl\:w-310p {
    width: 310px;
  }
  .laptop-xl\:min_w-310p {
    min-width: 310px;
  }
  .laptop-xl\:min_h-310p {
    min-height: 310px;
  }
  .laptop-xl\:max_w-310p {
    max-width: 310px;
  }
  .laptop-xl\:max_h-310p {
    max-height: 310px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-320p {
    height: 320px;
  }
  .laptop-xl\:w-320p {
    width: 320px;
  }
  .laptop-xl\:min_w-320p {
    min-width: 320px;
  }
  .laptop-xl\:min_h-320p {
    min-height: 320px;
  }
  .laptop-xl\:max_w-320p {
    max-width: 320px;
  }
  .laptop-xl\:max_h-320p {
    max-height: 320px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-330p {
    height: 330px;
  }
  .laptop-xl\:w-330p {
    width: 330px;
  }
  .laptop-xl\:min_w-330p {
    min-width: 330px;
  }
  .laptop-xl\:min_h-330p {
    min-height: 330px;
  }
  .laptop-xl\:max_w-330p {
    max-width: 330px;
  }
  .laptop-xl\:max_h-330p {
    max-height: 330px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-340p {
    height: 340px;
  }
  .laptop-xl\:w-340p {
    width: 340px;
  }
  .laptop-xl\:min_w-340p {
    min-width: 340px;
  }
  .laptop-xl\:min_h-340p {
    min-height: 340px;
  }
  .laptop-xl\:max_w-340p {
    max-width: 340px;
  }
  .laptop-xl\:max_h-340p {
    max-height: 340px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-350p {
    height: 350px;
  }
  .laptop-xl\:w-350p {
    width: 350px;
  }
  .laptop-xl\:min_w-350p {
    min-width: 350px;
  }
  .laptop-xl\:min_h-350p {
    min-height: 350px;
  }
  .laptop-xl\:max_w-350p {
    max-width: 350px;
  }
  .laptop-xl\:max_h-350p {
    max-height: 350px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-360p {
    height: 360px;
  }
  .laptop-xl\:w-360p {
    width: 360px;
  }
  .laptop-xl\:min_w-360p {
    min-width: 360px;
  }
  .laptop-xl\:min_h-360p {
    min-height: 360px;
  }
  .laptop-xl\:max_w-360p {
    max-width: 360px;
  }
  .laptop-xl\:max_h-360p {
    max-height: 360px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-370p {
    height: 370px;
  }
  .laptop-xl\:w-370p {
    width: 370px;
  }
  .laptop-xl\:min_w-370p {
    min-width: 370px;
  }
  .laptop-xl\:min_h-370p {
    min-height: 370px;
  }
  .laptop-xl\:max_w-370p {
    max-width: 370px;
  }
  .laptop-xl\:max_h-370p {
    max-height: 370px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-380p {
    height: 380px;
  }
  .laptop-xl\:w-380p {
    width: 380px;
  }
  .laptop-xl\:min_w-380p {
    min-width: 380px;
  }
  .laptop-xl\:min_h-380p {
    min-height: 380px;
  }
  .laptop-xl\:max_w-380p {
    max-width: 380px;
  }
  .laptop-xl\:max_h-380p {
    max-height: 380px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-390p {
    height: 390px;
  }
  .laptop-xl\:w-390p {
    width: 390px;
  }
  .laptop-xl\:min_w-390p {
    min-width: 390px;
  }
  .laptop-xl\:min_h-390p {
    min-height: 390px;
  }
  .laptop-xl\:max_w-390p {
    max-width: 390px;
  }
  .laptop-xl\:max_h-390p {
    max-height: 390px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-400p {
    height: 400px;
  }
  .laptop-xl\:w-400p {
    width: 400px;
  }
  .laptop-xl\:min_w-400p {
    min-width: 400px;
  }
  .laptop-xl\:min_h-400p {
    min-height: 400px;
  }
  .laptop-xl\:max_w-400p {
    max-width: 400px;
  }
  .laptop-xl\:max_h-400p {
    max-height: 400px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-410p {
    height: 410px;
  }
  .laptop-xl\:w-410p {
    width: 410px;
  }
  .laptop-xl\:min_w-410p {
    min-width: 410px;
  }
  .laptop-xl\:min_h-410p {
    min-height: 410px;
  }
  .laptop-xl\:max_w-410p {
    max-width: 410px;
  }
  .laptop-xl\:max_h-410p {
    max-height: 410px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-420p {
    height: 420px;
  }
  .laptop-xl\:w-420p {
    width: 420px;
  }
  .laptop-xl\:min_w-420p {
    min-width: 420px;
  }
  .laptop-xl\:min_h-420p {
    min-height: 420px;
  }
  .laptop-xl\:max_w-420p {
    max-width: 420px;
  }
  .laptop-xl\:max_h-420p {
    max-height: 420px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-430p {
    height: 430px;
  }
  .laptop-xl\:w-430p {
    width: 430px;
  }
  .laptop-xl\:min_w-430p {
    min-width: 430px;
  }
  .laptop-xl\:min_h-430p {
    min-height: 430px;
  }
  .laptop-xl\:max_w-430p {
    max-width: 430px;
  }
  .laptop-xl\:max_h-430p {
    max-height: 430px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-440p {
    height: 440px;
  }
  .laptop-xl\:w-440p {
    width: 440px;
  }
  .laptop-xl\:min_w-440p {
    min-width: 440px;
  }
  .laptop-xl\:min_h-440p {
    min-height: 440px;
  }
  .laptop-xl\:max_w-440p {
    max-width: 440px;
  }
  .laptop-xl\:max_h-440p {
    max-height: 440px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-450p {
    height: 450px;
  }
  .laptop-xl\:w-450p {
    width: 450px;
  }
  .laptop-xl\:min_w-450p {
    min-width: 450px;
  }
  .laptop-xl\:min_h-450p {
    min-height: 450px;
  }
  .laptop-xl\:max_w-450p {
    max-width: 450px;
  }
  .laptop-xl\:max_h-450p {
    max-height: 450px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-460p {
    height: 460px;
  }
  .laptop-xl\:w-460p {
    width: 460px;
  }
  .laptop-xl\:min_w-460p {
    min-width: 460px;
  }
  .laptop-xl\:min_h-460p {
    min-height: 460px;
  }
  .laptop-xl\:max_w-460p {
    max-width: 460px;
  }
  .laptop-xl\:max_h-460p {
    max-height: 460px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-470p {
    height: 470px;
  }
  .laptop-xl\:w-470p {
    width: 470px;
  }
  .laptop-xl\:min_w-470p {
    min-width: 470px;
  }
  .laptop-xl\:min_h-470p {
    min-height: 470px;
  }
  .laptop-xl\:max_w-470p {
    max-width: 470px;
  }
  .laptop-xl\:max_h-470p {
    max-height: 470px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-480p {
    height: 480px;
  }
  .laptop-xl\:w-480p {
    width: 480px;
  }
  .laptop-xl\:min_w-480p {
    min-width: 480px;
  }
  .laptop-xl\:min_h-480p {
    min-height: 480px;
  }
  .laptop-xl\:max_w-480p {
    max-width: 480px;
  }
  .laptop-xl\:max_h-480p {
    max-height: 480px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-490p {
    height: 490px;
  }
  .laptop-xl\:w-490p {
    width: 490px;
  }
  .laptop-xl\:min_w-490p {
    min-width: 490px;
  }
  .laptop-xl\:min_h-490p {
    min-height: 490px;
  }
  .laptop-xl\:max_w-490p {
    max-width: 490px;
  }
  .laptop-xl\:max_h-490p {
    max-height: 490px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-500p {
    height: 500px;
  }
  .laptop-xl\:w-500p {
    width: 500px;
  }
  .laptop-xl\:min_w-500p {
    min-width: 500px;
  }
  .laptop-xl\:min_h-500p {
    min-height: 500px;
  }
  .laptop-xl\:max_w-500p {
    max-width: 500px;
  }
  .laptop-xl\:max_h-500p {
    max-height: 500px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-510p {
    height: 510px;
  }
  .laptop-xl\:w-510p {
    width: 510px;
  }
  .laptop-xl\:min_w-510p {
    min-width: 510px;
  }
  .laptop-xl\:min_h-510p {
    min-height: 510px;
  }
  .laptop-xl\:max_w-510p {
    max-width: 510px;
  }
  .laptop-xl\:max_h-510p {
    max-height: 510px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-520p {
    height: 520px;
  }
  .laptop-xl\:w-520p {
    width: 520px;
  }
  .laptop-xl\:min_w-520p {
    min-width: 520px;
  }
  .laptop-xl\:min_h-520p {
    min-height: 520px;
  }
  .laptop-xl\:max_w-520p {
    max-width: 520px;
  }
  .laptop-xl\:max_h-520p {
    max-height: 520px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-530p {
    height: 530px;
  }
  .laptop-xl\:w-530p {
    width: 530px;
  }
  .laptop-xl\:min_w-530p {
    min-width: 530px;
  }
  .laptop-xl\:min_h-530p {
    min-height: 530px;
  }
  .laptop-xl\:max_w-530p {
    max-width: 530px;
  }
  .laptop-xl\:max_h-530p {
    max-height: 530px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-540p {
    height: 540px;
  }
  .laptop-xl\:w-540p {
    width: 540px;
  }
  .laptop-xl\:min_w-540p {
    min-width: 540px;
  }
  .laptop-xl\:min_h-540p {
    min-height: 540px;
  }
  .laptop-xl\:max_w-540p {
    max-width: 540px;
  }
  .laptop-xl\:max_h-540p {
    max-height: 540px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-550p {
    height: 550px;
  }
  .laptop-xl\:w-550p {
    width: 550px;
  }
  .laptop-xl\:min_w-550p {
    min-width: 550px;
  }
  .laptop-xl\:min_h-550p {
    min-height: 550px;
  }
  .laptop-xl\:max_w-550p {
    max-width: 550px;
  }
  .laptop-xl\:max_h-550p {
    max-height: 550px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-560p {
    height: 560px;
  }
  .laptop-xl\:w-560p {
    width: 560px;
  }
  .laptop-xl\:min_w-560p {
    min-width: 560px;
  }
  .laptop-xl\:min_h-560p {
    min-height: 560px;
  }
  .laptop-xl\:max_w-560p {
    max-width: 560px;
  }
  .laptop-xl\:max_h-560p {
    max-height: 560px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-570p {
    height: 570px;
  }
  .laptop-xl\:w-570p {
    width: 570px;
  }
  .laptop-xl\:min_w-570p {
    min-width: 570px;
  }
  .laptop-xl\:min_h-570p {
    min-height: 570px;
  }
  .laptop-xl\:max_w-570p {
    max-width: 570px;
  }
  .laptop-xl\:max_h-570p {
    max-height: 570px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-580p {
    height: 580px;
  }
  .laptop-xl\:w-580p {
    width: 580px;
  }
  .laptop-xl\:min_w-580p {
    min-width: 580px;
  }
  .laptop-xl\:min_h-580p {
    min-height: 580px;
  }
  .laptop-xl\:max_w-580p {
    max-width: 580px;
  }
  .laptop-xl\:max_h-580p {
    max-height: 580px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-590p {
    height: 590px;
  }
  .laptop-xl\:w-590p {
    width: 590px;
  }
  .laptop-xl\:min_w-590p {
    min-width: 590px;
  }
  .laptop-xl\:min_h-590p {
    min-height: 590px;
  }
  .laptop-xl\:max_w-590p {
    max-width: 590px;
  }
  .laptop-xl\:max_h-590p {
    max-height: 590px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-600p {
    height: 600px;
  }
  .laptop-xl\:w-600p {
    width: 600px;
  }
  .laptop-xl\:min_w-600p {
    min-width: 600px;
  }
  .laptop-xl\:min_h-600p {
    min-height: 600px;
  }
  .laptop-xl\:max_w-600p {
    max-width: 600px;
  }
  .laptop-xl\:max_h-600p {
    max-height: 600px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-610p {
    height: 610px;
  }
  .laptop-xl\:w-610p {
    width: 610px;
  }
  .laptop-xl\:min_w-610p {
    min-width: 610px;
  }
  .laptop-xl\:min_h-610p {
    min-height: 610px;
  }
  .laptop-xl\:max_w-610p {
    max-width: 610px;
  }
  .laptop-xl\:max_h-610p {
    max-height: 610px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-620p {
    height: 620px;
  }
  .laptop-xl\:w-620p {
    width: 620px;
  }
  .laptop-xl\:min_w-620p {
    min-width: 620px;
  }
  .laptop-xl\:min_h-620p {
    min-height: 620px;
  }
  .laptop-xl\:max_w-620p {
    max-width: 620px;
  }
  .laptop-xl\:max_h-620p {
    max-height: 620px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-630p {
    height: 630px;
  }
  .laptop-xl\:w-630p {
    width: 630px;
  }
  .laptop-xl\:min_w-630p {
    min-width: 630px;
  }
  .laptop-xl\:min_h-630p {
    min-height: 630px;
  }
  .laptop-xl\:max_w-630p {
    max-width: 630px;
  }
  .laptop-xl\:max_h-630p {
    max-height: 630px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-640p {
    height: 640px;
  }
  .laptop-xl\:w-640p {
    width: 640px;
  }
  .laptop-xl\:min_w-640p {
    min-width: 640px;
  }
  .laptop-xl\:min_h-640p {
    min-height: 640px;
  }
  .laptop-xl\:max_w-640p {
    max-width: 640px;
  }
  .laptop-xl\:max_h-640p {
    max-height: 640px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-650p {
    height: 650px;
  }
  .laptop-xl\:w-650p {
    width: 650px;
  }
  .laptop-xl\:min_w-650p {
    min-width: 650px;
  }
  .laptop-xl\:min_h-650p {
    min-height: 650px;
  }
  .laptop-xl\:max_w-650p {
    max-width: 650px;
  }
  .laptop-xl\:max_h-650p {
    max-height: 650px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-660p {
    height: 660px;
  }
  .laptop-xl\:w-660p {
    width: 660px;
  }
  .laptop-xl\:min_w-660p {
    min-width: 660px;
  }
  .laptop-xl\:min_h-660p {
    min-height: 660px;
  }
  .laptop-xl\:max_w-660p {
    max-width: 660px;
  }
  .laptop-xl\:max_h-660p {
    max-height: 660px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-670p {
    height: 670px;
  }
  .laptop-xl\:w-670p {
    width: 670px;
  }
  .laptop-xl\:min_w-670p {
    min-width: 670px;
  }
  .laptop-xl\:min_h-670p {
    min-height: 670px;
  }
  .laptop-xl\:max_w-670p {
    max-width: 670px;
  }
  .laptop-xl\:max_h-670p {
    max-height: 670px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-680p {
    height: 680px;
  }
  .laptop-xl\:w-680p {
    width: 680px;
  }
  .laptop-xl\:min_w-680p {
    min-width: 680px;
  }
  .laptop-xl\:min_h-680p {
    min-height: 680px;
  }
  .laptop-xl\:max_w-680p {
    max-width: 680px;
  }
  .laptop-xl\:max_h-680p {
    max-height: 680px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-690p {
    height: 690px;
  }
  .laptop-xl\:w-690p {
    width: 690px;
  }
  .laptop-xl\:min_w-690p {
    min-width: 690px;
  }
  .laptop-xl\:min_h-690p {
    min-height: 690px;
  }
  .laptop-xl\:max_w-690p {
    max-width: 690px;
  }
  .laptop-xl\:max_h-690p {
    max-height: 690px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-700p {
    height: 700px;
  }
  .laptop-xl\:w-700p {
    width: 700px;
  }
  .laptop-xl\:min_w-700p {
    min-width: 700px;
  }
  .laptop-xl\:min_h-700p {
    min-height: 700px;
  }
  .laptop-xl\:max_w-700p {
    max-width: 700px;
  }
  .laptop-xl\:max_h-700p {
    max-height: 700px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-710p {
    height: 710px;
  }
  .laptop-xl\:w-710p {
    width: 710px;
  }
  .laptop-xl\:min_w-710p {
    min-width: 710px;
  }
  .laptop-xl\:min_h-710p {
    min-height: 710px;
  }
  .laptop-xl\:max_w-710p {
    max-width: 710px;
  }
  .laptop-xl\:max_h-710p {
    max-height: 710px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-720p {
    height: 720px;
  }
  .laptop-xl\:w-720p {
    width: 720px;
  }
  .laptop-xl\:min_w-720p {
    min-width: 720px;
  }
  .laptop-xl\:min_h-720p {
    min-height: 720px;
  }
  .laptop-xl\:max_w-720p {
    max-width: 720px;
  }
  .laptop-xl\:max_h-720p {
    max-height: 720px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-730p {
    height: 730px;
  }
  .laptop-xl\:w-730p {
    width: 730px;
  }
  .laptop-xl\:min_w-730p {
    min-width: 730px;
  }
  .laptop-xl\:min_h-730p {
    min-height: 730px;
  }
  .laptop-xl\:max_w-730p {
    max-width: 730px;
  }
  .laptop-xl\:max_h-730p {
    max-height: 730px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-740p {
    height: 740px;
  }
  .laptop-xl\:w-740p {
    width: 740px;
  }
  .laptop-xl\:min_w-740p {
    min-width: 740px;
  }
  .laptop-xl\:min_h-740p {
    min-height: 740px;
  }
  .laptop-xl\:max_w-740p {
    max-width: 740px;
  }
  .laptop-xl\:max_h-740p {
    max-height: 740px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-750p {
    height: 750px;
  }
  .laptop-xl\:w-750p {
    width: 750px;
  }
  .laptop-xl\:min_w-750p {
    min-width: 750px;
  }
  .laptop-xl\:min_h-750p {
    min-height: 750px;
  }
  .laptop-xl\:max_w-750p {
    max-width: 750px;
  }
  .laptop-xl\:max_h-750p {
    max-height: 750px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-760p {
    height: 760px;
  }
  .laptop-xl\:w-760p {
    width: 760px;
  }
  .laptop-xl\:min_w-760p {
    min-width: 760px;
  }
  .laptop-xl\:min_h-760p {
    min-height: 760px;
  }
  .laptop-xl\:max_w-760p {
    max-width: 760px;
  }
  .laptop-xl\:max_h-760p {
    max-height: 760px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-770p {
    height: 770px;
  }
  .laptop-xl\:w-770p {
    width: 770px;
  }
  .laptop-xl\:min_w-770p {
    min-width: 770px;
  }
  .laptop-xl\:min_h-770p {
    min-height: 770px;
  }
  .laptop-xl\:max_w-770p {
    max-width: 770px;
  }
  .laptop-xl\:max_h-770p {
    max-height: 770px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-780p {
    height: 780px;
  }
  .laptop-xl\:w-780p {
    width: 780px;
  }
  .laptop-xl\:min_w-780p {
    min-width: 780px;
  }
  .laptop-xl\:min_h-780p {
    min-height: 780px;
  }
  .laptop-xl\:max_w-780p {
    max-width: 780px;
  }
  .laptop-xl\:max_h-780p {
    max-height: 780px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-790p {
    height: 790px;
  }
  .laptop-xl\:w-790p {
    width: 790px;
  }
  .laptop-xl\:min_w-790p {
    min-width: 790px;
  }
  .laptop-xl\:min_h-790p {
    min-height: 790px;
  }
  .laptop-xl\:max_w-790p {
    max-width: 790px;
  }
  .laptop-xl\:max_h-790p {
    max-height: 790px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-800p {
    height: 800px;
  }
  .laptop-xl\:w-800p {
    width: 800px;
  }
  .laptop-xl\:min_w-800p {
    min-width: 800px;
  }
  .laptop-xl\:min_h-800p {
    min-height: 800px;
  }
  .laptop-xl\:max_w-800p {
    max-width: 800px;
  }
  .laptop-xl\:max_h-800p {
    max-height: 800px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-810p {
    height: 810px;
  }
  .laptop-xl\:w-810p {
    width: 810px;
  }
  .laptop-xl\:min_w-810p {
    min-width: 810px;
  }
  .laptop-xl\:min_h-810p {
    min-height: 810px;
  }
  .laptop-xl\:max_w-810p {
    max-width: 810px;
  }
  .laptop-xl\:max_h-810p {
    max-height: 810px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-820p {
    height: 820px;
  }
  .laptop-xl\:w-820p {
    width: 820px;
  }
  .laptop-xl\:min_w-820p {
    min-width: 820px;
  }
  .laptop-xl\:min_h-820p {
    min-height: 820px;
  }
  .laptop-xl\:max_w-820p {
    max-width: 820px;
  }
  .laptop-xl\:max_h-820p {
    max-height: 820px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-830p {
    height: 830px;
  }
  .laptop-xl\:w-830p {
    width: 830px;
  }
  .laptop-xl\:min_w-830p {
    min-width: 830px;
  }
  .laptop-xl\:min_h-830p {
    min-height: 830px;
  }
  .laptop-xl\:max_w-830p {
    max-width: 830px;
  }
  .laptop-xl\:max_h-830p {
    max-height: 830px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-840p {
    height: 840px;
  }
  .laptop-xl\:w-840p {
    width: 840px;
  }
  .laptop-xl\:min_w-840p {
    min-width: 840px;
  }
  .laptop-xl\:min_h-840p {
    min-height: 840px;
  }
  .laptop-xl\:max_w-840p {
    max-width: 840px;
  }
  .laptop-xl\:max_h-840p {
    max-height: 840px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-850p {
    height: 850px;
  }
  .laptop-xl\:w-850p {
    width: 850px;
  }
  .laptop-xl\:min_w-850p {
    min-width: 850px;
  }
  .laptop-xl\:min_h-850p {
    min-height: 850px;
  }
  .laptop-xl\:max_w-850p {
    max-width: 850px;
  }
  .laptop-xl\:max_h-850p {
    max-height: 850px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-860p {
    height: 860px;
  }
  .laptop-xl\:w-860p {
    width: 860px;
  }
  .laptop-xl\:min_w-860p {
    min-width: 860px;
  }
  .laptop-xl\:min_h-860p {
    min-height: 860px;
  }
  .laptop-xl\:max_w-860p {
    max-width: 860px;
  }
  .laptop-xl\:max_h-860p {
    max-height: 860px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-870p {
    height: 870px;
  }
  .laptop-xl\:w-870p {
    width: 870px;
  }
  .laptop-xl\:min_w-870p {
    min-width: 870px;
  }
  .laptop-xl\:min_h-870p {
    min-height: 870px;
  }
  .laptop-xl\:max_w-870p {
    max-width: 870px;
  }
  .laptop-xl\:max_h-870p {
    max-height: 870px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-880p {
    height: 880px;
  }
  .laptop-xl\:w-880p {
    width: 880px;
  }
  .laptop-xl\:min_w-880p {
    min-width: 880px;
  }
  .laptop-xl\:min_h-880p {
    min-height: 880px;
  }
  .laptop-xl\:max_w-880p {
    max-width: 880px;
  }
  .laptop-xl\:max_h-880p {
    max-height: 880px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-890p {
    height: 890px;
  }
  .laptop-xl\:w-890p {
    width: 890px;
  }
  .laptop-xl\:min_w-890p {
    min-width: 890px;
  }
  .laptop-xl\:min_h-890p {
    min-height: 890px;
  }
  .laptop-xl\:max_w-890p {
    max-width: 890px;
  }
  .laptop-xl\:max_h-890p {
    max-height: 890px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-900p {
    height: 900px;
  }
  .laptop-xl\:w-900p {
    width: 900px;
  }
  .laptop-xl\:min_w-900p {
    min-width: 900px;
  }
  .laptop-xl\:min_h-900p {
    min-height: 900px;
  }
  .laptop-xl\:max_w-900p {
    max-width: 900px;
  }
  .laptop-xl\:max_h-900p {
    max-height: 900px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-910p {
    height: 910px;
  }
  .laptop-xl\:w-910p {
    width: 910px;
  }
  .laptop-xl\:min_w-910p {
    min-width: 910px;
  }
  .laptop-xl\:min_h-910p {
    min-height: 910px;
  }
  .laptop-xl\:max_w-910p {
    max-width: 910px;
  }
  .laptop-xl\:max_h-910p {
    max-height: 910px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-920p {
    height: 920px;
  }
  .laptop-xl\:w-920p {
    width: 920px;
  }
  .laptop-xl\:min_w-920p {
    min-width: 920px;
  }
  .laptop-xl\:min_h-920p {
    min-height: 920px;
  }
  .laptop-xl\:max_w-920p {
    max-width: 920px;
  }
  .laptop-xl\:max_h-920p {
    max-height: 920px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-930p {
    height: 930px;
  }
  .laptop-xl\:w-930p {
    width: 930px;
  }
  .laptop-xl\:min_w-930p {
    min-width: 930px;
  }
  .laptop-xl\:min_h-930p {
    min-height: 930px;
  }
  .laptop-xl\:max_w-930p {
    max-width: 930px;
  }
  .laptop-xl\:max_h-930p {
    max-height: 930px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-940p {
    height: 940px;
  }
  .laptop-xl\:w-940p {
    width: 940px;
  }
  .laptop-xl\:min_w-940p {
    min-width: 940px;
  }
  .laptop-xl\:min_h-940p {
    min-height: 940px;
  }
  .laptop-xl\:max_w-940p {
    max-width: 940px;
  }
  .laptop-xl\:max_h-940p {
    max-height: 940px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-950p {
    height: 950px;
  }
  .laptop-xl\:w-950p {
    width: 950px;
  }
  .laptop-xl\:min_w-950p {
    min-width: 950px;
  }
  .laptop-xl\:min_h-950p {
    min-height: 950px;
  }
  .laptop-xl\:max_w-950p {
    max-width: 950px;
  }
  .laptop-xl\:max_h-950p {
    max-height: 950px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-960p {
    height: 960px;
  }
  .laptop-xl\:w-960p {
    width: 960px;
  }
  .laptop-xl\:min_w-960p {
    min-width: 960px;
  }
  .laptop-xl\:min_h-960p {
    min-height: 960px;
  }
  .laptop-xl\:max_w-960p {
    max-width: 960px;
  }
  .laptop-xl\:max_h-960p {
    max-height: 960px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-970p {
    height: 970px;
  }
  .laptop-xl\:w-970p {
    width: 970px;
  }
  .laptop-xl\:min_w-970p {
    min-width: 970px;
  }
  .laptop-xl\:min_h-970p {
    min-height: 970px;
  }
  .laptop-xl\:max_w-970p {
    max-width: 970px;
  }
  .laptop-xl\:max_h-970p {
    max-height: 970px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-980p {
    height: 980px;
  }
  .laptop-xl\:w-980p {
    width: 980px;
  }
  .laptop-xl\:min_w-980p {
    min-width: 980px;
  }
  .laptop-xl\:min_h-980p {
    min-height: 980px;
  }
  .laptop-xl\:max_w-980p {
    max-width: 980px;
  }
  .laptop-xl\:max_h-980p {
    max-height: 980px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-990p {
    height: 990px;
  }
  .laptop-xl\:w-990p {
    width: 990px;
  }
  .laptop-xl\:min_w-990p {
    min-width: 990px;
  }
  .laptop-xl\:min_h-990p {
    min-height: 990px;
  }
  .laptop-xl\:max_w-990p {
    max-width: 990px;
  }
  .laptop-xl\:max_h-990p {
    max-height: 990px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-1000p {
    height: 1000px;
  }
  .laptop-xl\:w-1000p {
    width: 1000px;
  }
  .laptop-xl\:min_w-1000p {
    min-width: 1000px;
  }
  .laptop-xl\:min_h-1000p {
    min-height: 1000px;
  }
  .laptop-xl\:max_w-1000p {
    max-width: 1000px;
  }
  .laptop-xl\:max_h-1000p {
    max-height: 1000px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-1010p {
    height: 1010px;
  }
  .laptop-xl\:w-1010p {
    width: 1010px;
  }
  .laptop-xl\:min_w-1010p {
    min-width: 1010px;
  }
  .laptop-xl\:min_h-1010p {
    min-height: 1010px;
  }
  .laptop-xl\:max_w-1010p {
    max-width: 1010px;
  }
  .laptop-xl\:max_h-1010p {
    max-height: 1010px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-1020p {
    height: 1020px;
  }
  .laptop-xl\:w-1020p {
    width: 1020px;
  }
  .laptop-xl\:min_w-1020p {
    min-width: 1020px;
  }
  .laptop-xl\:min_h-1020p {
    min-height: 1020px;
  }
  .laptop-xl\:max_w-1020p {
    max-width: 1020px;
  }
  .laptop-xl\:max_h-1020p {
    max-height: 1020px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-1030p {
    height: 1030px;
  }
  .laptop-xl\:w-1030p {
    width: 1030px;
  }
  .laptop-xl\:min_w-1030p {
    min-width: 1030px;
  }
  .laptop-xl\:min_h-1030p {
    min-height: 1030px;
  }
  .laptop-xl\:max_w-1030p {
    max-width: 1030px;
  }
  .laptop-xl\:max_h-1030p {
    max-height: 1030px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-1040p {
    height: 1040px;
  }
  .laptop-xl\:w-1040p {
    width: 1040px;
  }
  .laptop-xl\:min_w-1040p {
    min-width: 1040px;
  }
  .laptop-xl\:min_h-1040p {
    min-height: 1040px;
  }
  .laptop-xl\:max_w-1040p {
    max-width: 1040px;
  }
  .laptop-xl\:max_h-1040p {
    max-height: 1040px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-1050p {
    height: 1050px;
  }
  .laptop-xl\:w-1050p {
    width: 1050px;
  }
  .laptop-xl\:min_w-1050p {
    min-width: 1050px;
  }
  .laptop-xl\:min_h-1050p {
    min-height: 1050px;
  }
  .laptop-xl\:max_w-1050p {
    max-width: 1050px;
  }
  .laptop-xl\:max_h-1050p {
    max-height: 1050px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-1060p {
    height: 1060px;
  }
  .laptop-xl\:w-1060p {
    width: 1060px;
  }
  .laptop-xl\:min_w-1060p {
    min-width: 1060px;
  }
  .laptop-xl\:min_h-1060p {
    min-height: 1060px;
  }
  .laptop-xl\:max_w-1060p {
    max-width: 1060px;
  }
  .laptop-xl\:max_h-1060p {
    max-height: 1060px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-1070p {
    height: 1070px;
  }
  .laptop-xl\:w-1070p {
    width: 1070px;
  }
  .laptop-xl\:min_w-1070p {
    min-width: 1070px;
  }
  .laptop-xl\:min_h-1070p {
    min-height: 1070px;
  }
  .laptop-xl\:max_w-1070p {
    max-width: 1070px;
  }
  .laptop-xl\:max_h-1070p {
    max-height: 1070px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-1080p {
    height: 1080px;
  }
  .laptop-xl\:w-1080p {
    width: 1080px;
  }
  .laptop-xl\:min_w-1080p {
    min-width: 1080px;
  }
  .laptop-xl\:min_h-1080p {
    min-height: 1080px;
  }
  .laptop-xl\:max_w-1080p {
    max-width: 1080px;
  }
  .laptop-xl\:max_h-1080p {
    max-height: 1080px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-1090p {
    height: 1090px;
  }
  .laptop-xl\:w-1090p {
    width: 1090px;
  }
  .laptop-xl\:min_w-1090p {
    min-width: 1090px;
  }
  .laptop-xl\:min_h-1090p {
    min-height: 1090px;
  }
  .laptop-xl\:max_w-1090p {
    max-width: 1090px;
  }
  .laptop-xl\:max_h-1090p {
    max-height: 1090px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-1100p {
    height: 1100px;
  }
  .laptop-xl\:w-1100p {
    width: 1100px;
  }
  .laptop-xl\:min_w-1100p {
    min-width: 1100px;
  }
  .laptop-xl\:min_h-1100p {
    min-height: 1100px;
  }
  .laptop-xl\:max_w-1100p {
    max-width: 1100px;
  }
  .laptop-xl\:max_h-1100p {
    max-height: 1100px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-1110p {
    height: 1110px;
  }
  .laptop-xl\:w-1110p {
    width: 1110px;
  }
  .laptop-xl\:min_w-1110p {
    min-width: 1110px;
  }
  .laptop-xl\:min_h-1110p {
    min-height: 1110px;
  }
  .laptop-xl\:max_w-1110p {
    max-width: 1110px;
  }
  .laptop-xl\:max_h-1110p {
    max-height: 1110px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-1120p {
    height: 1120px;
  }
  .laptop-xl\:w-1120p {
    width: 1120px;
  }
  .laptop-xl\:min_w-1120p {
    min-width: 1120px;
  }
  .laptop-xl\:min_h-1120p {
    min-height: 1120px;
  }
  .laptop-xl\:max_w-1120p {
    max-width: 1120px;
  }
  .laptop-xl\:max_h-1120p {
    max-height: 1120px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-1130p {
    height: 1130px;
  }
  .laptop-xl\:w-1130p {
    width: 1130px;
  }
  .laptop-xl\:min_w-1130p {
    min-width: 1130px;
  }
  .laptop-xl\:min_h-1130p {
    min-height: 1130px;
  }
  .laptop-xl\:max_w-1130p {
    max-width: 1130px;
  }
  .laptop-xl\:max_h-1130p {
    max-height: 1130px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-1140p {
    height: 1140px;
  }
  .laptop-xl\:w-1140p {
    width: 1140px;
  }
  .laptop-xl\:min_w-1140p {
    min-width: 1140px;
  }
  .laptop-xl\:min_h-1140p {
    min-height: 1140px;
  }
  .laptop-xl\:max_w-1140p {
    max-width: 1140px;
  }
  .laptop-xl\:max_h-1140p {
    max-height: 1140px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-1150p {
    height: 1150px;
  }
  .laptop-xl\:w-1150p {
    width: 1150px;
  }
  .laptop-xl\:min_w-1150p {
    min-width: 1150px;
  }
  .laptop-xl\:min_h-1150p {
    min-height: 1150px;
  }
  .laptop-xl\:max_w-1150p {
    max-width: 1150px;
  }
  .laptop-xl\:max_h-1150p {
    max-height: 1150px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-1160p {
    height: 1160px;
  }
  .laptop-xl\:w-1160p {
    width: 1160px;
  }
  .laptop-xl\:min_w-1160p {
    min-width: 1160px;
  }
  .laptop-xl\:min_h-1160p {
    min-height: 1160px;
  }
  .laptop-xl\:max_w-1160p {
    max-width: 1160px;
  }
  .laptop-xl\:max_h-1160p {
    max-height: 1160px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-1170p {
    height: 1170px;
  }
  .laptop-xl\:w-1170p {
    width: 1170px;
  }
  .laptop-xl\:min_w-1170p {
    min-width: 1170px;
  }
  .laptop-xl\:min_h-1170p {
    min-height: 1170px;
  }
  .laptop-xl\:max_w-1170p {
    max-width: 1170px;
  }
  .laptop-xl\:max_h-1170p {
    max-height: 1170px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-1180p {
    height: 1180px;
  }
  .laptop-xl\:w-1180p {
    width: 1180px;
  }
  .laptop-xl\:min_w-1180p {
    min-width: 1180px;
  }
  .laptop-xl\:min_h-1180p {
    min-height: 1180px;
  }
  .laptop-xl\:max_w-1180p {
    max-width: 1180px;
  }
  .laptop-xl\:max_h-1180p {
    max-height: 1180px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:h-1190p {
    height: 1190px;
  }
  .laptop-xl\:w-1190p {
    width: 1190px;
  }
  .laptop-xl\:min_w-1190p {
    min-width: 1190px;
  }
  .laptop-xl\:min_h-1190p {
    min-height: 1190px;
  }
  .laptop-xl\:max_w-1190p {
    max-width: 1190px;
  }
  .laptop-xl\:max_h-1190p {
    max-height: 1190px;
  }
}
.h-auto {
  height: auto;
}

.w-screen {
  width: 100vw;
}

.min_w-percent, .min_w-100\%, .min_w-100 {
  min-width: 100%;
}

.min_w-screen {
  min-width: 100vw;
}

.h-screen {
  height: 100vw;
}

.min_h-percent, .min_h-100\%, .min_h-100 {
  min-height: 100%;
}

.min_h-screen {
  min-height: 100vh;
}

@media screen and (min-width: 450px) {
  .mobile\:w-screen {
    width: 100vw;
  }
  .mobile\:min_w-percent {
    min-width: 100%;
  }
  .mobile\:min_w-screen {
    min-width: 100vw;
  }
  .mobile\:h-screen {
    height: 100vw;
  }
  .mobile\:min_h-percent {
    min-height: 100%;
  }
  .mobile\:min_h-screen {
    min-height: 100vh;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:w-screen {
    width: 100vw;
  }
  .mobile-l\:min_w-percent {
    min-width: 100%;
  }
  .mobile-l\:min_w-screen {
    min-width: 100vw;
  }
  .mobile-l\:h-screen {
    height: 100vw;
  }
  .mobile-l\:min_h-percent {
    min-height: 100%;
  }
  .mobile-l\:min_h-screen {
    min-height: 100vh;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:w-screen {
    width: 100vw;
  }
  .tablet\:min_w-percent {
    min-width: 100%;
  }
  .tablet\:min_w-screen {
    min-width: 100vw;
  }
  .tablet\:h-screen {
    height: 100vw;
  }
  .tablet\:min_h-percent {
    min-height: 100%;
  }
  .tablet\:min_h-screen {
    min-height: 100vh;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:w-screen {
    width: 100vw;
  }
  .tablet-m\:min_w-percent {
    min-width: 100%;
  }
  .tablet-m\:min_w-screen {
    min-width: 100vw;
  }
  .tablet-m\:h-screen {
    height: 100vw;
  }
  .tablet-m\:min_h-percent {
    min-height: 100%;
  }
  .tablet-m\:min_h-screen {
    min-height: 100vh;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:w-screen {
    width: 100vw;
  }
  .tablet-l\:min_w-percent {
    min-width: 100%;
  }
  .tablet-l\:min_w-screen {
    min-width: 100vw;
  }
  .tablet-l\:h-screen {
    height: 100vw;
  }
  .tablet-l\:min_h-percent {
    min-height: 100%;
  }
  .tablet-l\:min_h-screen {
    min-height: 100vh;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:w-screen {
    width: 100vw;
  }
  .laptop\:min_w-percent {
    min-width: 100%;
  }
  .laptop\:min_w-screen {
    min-width: 100vw;
  }
  .laptop\:h-screen {
    height: 100vw;
  }
  .laptop\:min_h-percent {
    min-height: 100%;
  }
  .laptop\:min_h-screen {
    min-height: 100vh;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:w-screen {
    width: 100vw;
  }
  .laptop-l\:min_w-percent {
    min-width: 100%;
  }
  .laptop-l\:min_w-screen {
    min-width: 100vw;
  }
  .laptop-l\:h-screen {
    height: 100vw;
  }
  .laptop-l\:min_h-percent {
    min-height: 100%;
  }
  .laptop-l\:min_h-screen {
    min-height: 100vh;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:w-screen {
    width: 100vw;
  }
  .laptop-xl\:min_w-percent {
    min-width: 100%;
  }
  .laptop-xl\:min_w-screen {
    min-width: 100vw;
  }
  .laptop-xl\:h-screen {
    height: 100vw;
  }
  .laptop-xl\:min_h-percent {
    min-height: 100%;
  }
  .laptop-xl\:min_h-screen {
    min-height: 100vh;
  }
}
.ji-start {
  justify-items: flex-start;
}

.js-start {
  justify-self: flex-start;
}

.jc-start {
  justify-content: flex-start;
}

.ai-start {
  align-items: flex-start;
}

.as-start {
  align-self: flex-start;
}

.ac-start {
  align-content: flex-start;
}

.pi-start {
  place-items: flex-start;
}

.ps-start {
  place-self: flex-start;
}

.pc-start {
  place-content: flex-start;
}

.ji-end {
  justify-items: flex-end;
}

.js-end {
  justify-self: flex-end;
}

.jc-end {
  justify-content: flex-end;
}

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

.as-end {
  align-self: flex-end;
}

.ac-end {
  align-content: flex-end;
}

.pi-end {
  place-items: flex-end;
}

.ps-end {
  place-self: flex-end;
}

.pc-end {
  place-content: flex-end;
}

.ji-center {
  justify-items: center;
}

.js-center {
  justify-self: center;
}

.jc-center {
  justify-content: center;
}

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

.as-center {
  align-self: center;
}

.ac-center {
  align-content: center;
}

.pi-center {
  place-items: center;
}

.ps-center {
  place-self: center;
}

.pc-center {
  place-content: center;
}

.ji-between {
  justify-items: space-between;
}

.js-between {
  justify-self: space-between;
}

.jc-between {
  justify-content: space-between;
}

.ai-between {
  align-items: space-between;
}

.as-between {
  align-self: space-between;
}

.ac-between {
  align-content: space-between;
}

.pi-between {
  place-items: space-between;
}

.ps-between {
  place-self: space-between;
}

.pc-between {
  place-content: space-between;
}

.ji-around {
  justify-items: space-around;
}

.js-around {
  justify-self: space-around;
}

.jc-around {
  justify-content: space-around;
}

.ai-around {
  align-items: space-around;
}

.as-around {
  align-self: space-around;
}

.ac-around {
  align-content: space-around;
}

.pi-around {
  place-items: space-around;
}

.ps-around {
  place-self: space-around;
}

.pc-around {
  place-content: space-around;
}

.ji-evenly {
  justify-items: space-evenly;
}

.js-evenly {
  justify-self: space-evenly;
}

.jc-evenly {
  justify-content: space-evenly;
}

.ai-evenly {
  align-items: space-evenly;
}

.as-evenly {
  align-self: space-evenly;
}

.ac-evenly {
  align-content: space-evenly;
}

.pi-evenly {
  place-items: space-evenly;
}

.ps-evenly {
  place-self: space-evenly;
}

.pc-evenly {
  place-content: space-evenly;
}

.ji-baseline {
  justify-items: baseline;
}

.js-baseline {
  justify-self: baseline;
}

.jc-baseline {
  justify-content: baseline;
}

.ai-baseline {
  align-items: baseline;
}

.as-baseline {
  align-self: baseline;
}

.ac-baseline {
  align-content: baseline;
}

.pi-baseline {
  place-items: baseline;
}

.ps-baseline {
  place-self: baseline;
}

.pc-baseline {
  place-content: baseline;
}

.ji-stretch {
  justify-items: stretch;
}

.js-stretch {
  justify-self: stretch;
}

.jc-stretch {
  justify-content: stretch;
}

.ai-stretch {
  align-items: stretch;
}

.as-stretch {
  align-self: stretch;
}

.ac-stretch {
  align-content: stretch;
}

.pi-stretch {
  place-items: stretch;
}

.ps-stretch {
  place-self: stretch;
}

.pc-stretch {
  place-content: stretch;
}

@media screen and (min-width: 450px) {
  .mobile\:ji-start {
    justify-items: flex-start;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ji-start {
    justify-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ji-start {
    justify-items: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ji-start {
    justify-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ji-start {
    justify-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ji-start {
    justify-items: flex-start;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ji-start {
    justify-items: flex-start;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ji-start {
    justify-items: flex-start;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:js-start {
    justify-self: flex-start;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:js-start {
    justify-self: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:js-start {
    justify-self: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:js-start {
    justify-self: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:js-start {
    justify-self: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:js-start {
    justify-self: flex-start;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:js-start {
    justify-self: flex-start;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:js-start {
    justify-self: flex-start;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:jc-start {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:jc-start {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:jc-start {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:jc-start {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:jc-start {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:jc-start {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:jc-start {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:jc-start {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ai-start {
    align-items: flex-start;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ai-start {
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ai-start {
    align-items: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ai-start {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ai-start {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ai-start {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ai-start {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ai-start {
    align-items: flex-start;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:as-start {
    align-self: flex-start;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:as-start {
    align-self: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:as-start {
    align-self: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:as-start {
    align-self: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:as-start {
    align-self: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:as-start {
    align-self: flex-start;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:as-start {
    align-self: flex-start;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:as-start {
    align-self: flex-start;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ac-start {
    align-content: flex-start;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ac-start {
    align-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ac-start {
    align-content: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ac-start {
    align-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ac-start {
    align-content: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ac-start {
    align-content: flex-start;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ac-start {
    align-content: flex-start;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ac-start {
    align-content: flex-start;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:pi-start {
    place-items: flex-start;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:pi-start {
    place-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:pi-start {
    place-items: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:pi-start {
    place-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:pi-start {
    place-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:pi-start {
    place-items: flex-start;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:pi-start {
    place-items: flex-start;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:pi-start {
    place-items: flex-start;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ps-start {
    place-self: flex-start;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ps-start {
    place-self: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ps-start {
    place-self: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ps-start {
    place-self: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ps-start {
    place-self: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ps-start {
    place-self: flex-start;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ps-start {
    place-self: flex-start;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ps-start {
    place-self: flex-start;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:pc-start {
    place-content: flex-start;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:pc-start {
    place-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:pc-start {
    place-content: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:pc-start {
    place-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:pc-start {
    place-content: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:pc-start {
    place-content: flex-start;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:pc-start {
    place-content: flex-start;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:pc-start {
    place-content: flex-start;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ji-end {
    justify-items: flex-end;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ji-end {
    justify-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ji-end {
    justify-items: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ji-end {
    justify-items: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ji-end {
    justify-items: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ji-end {
    justify-items: flex-end;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ji-end {
    justify-items: flex-end;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ji-end {
    justify-items: flex-end;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:js-end {
    justify-self: flex-end;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:js-end {
    justify-self: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:js-end {
    justify-self: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:js-end {
    justify-self: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:js-end {
    justify-self: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:js-end {
    justify-self: flex-end;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:js-end {
    justify-self: flex-end;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:js-end {
    justify-self: flex-end;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:jc-end {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:jc-end {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:jc-end {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:jc-end {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:jc-end {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:jc-end {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:jc-end {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:jc-end {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ai-end {
    align-items: flex-end;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ai-end {
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ai-end {
    align-items: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ai-end {
    align-items: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ai-end {
    align-items: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ai-end {
    align-items: flex-end;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ai-end {
    align-items: flex-end;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ai-end {
    align-items: flex-end;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:as-end {
    align-self: flex-end;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:as-end {
    align-self: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:as-end {
    align-self: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:as-end {
    align-self: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:as-end {
    align-self: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:as-end {
    align-self: flex-end;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:as-end {
    align-self: flex-end;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:as-end {
    align-self: flex-end;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ac-end {
    align-content: flex-end;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ac-end {
    align-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ac-end {
    align-content: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ac-end {
    align-content: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ac-end {
    align-content: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ac-end {
    align-content: flex-end;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ac-end {
    align-content: flex-end;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ac-end {
    align-content: flex-end;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:pi-end {
    place-items: flex-end;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:pi-end {
    place-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:pi-end {
    place-items: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:pi-end {
    place-items: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:pi-end {
    place-items: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:pi-end {
    place-items: flex-end;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:pi-end {
    place-items: flex-end;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:pi-end {
    place-items: flex-end;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ps-end {
    place-self: flex-end;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ps-end {
    place-self: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ps-end {
    place-self: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ps-end {
    place-self: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ps-end {
    place-self: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ps-end {
    place-self: flex-end;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ps-end {
    place-self: flex-end;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ps-end {
    place-self: flex-end;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:pc-end {
    place-content: flex-end;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:pc-end {
    place-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:pc-end {
    place-content: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:pc-end {
    place-content: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:pc-end {
    place-content: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:pc-end {
    place-content: flex-end;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:pc-end {
    place-content: flex-end;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:pc-end {
    place-content: flex-end;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ji-center {
    justify-items: center;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ji-center {
    justify-items: center;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ji-center {
    justify-items: center;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ji-center {
    justify-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ji-center {
    justify-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ji-center {
    justify-items: center;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ji-center {
    justify-items: center;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ji-center {
    justify-items: center;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:js-center {
    justify-self: center;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:js-center {
    justify-self: center;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:js-center {
    justify-self: center;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:js-center {
    justify-self: center;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:js-center {
    justify-self: center;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:js-center {
    justify-self: center;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:js-center {
    justify-self: center;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:js-center {
    justify-self: center;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:jc-center {
    justify-content: center;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:jc-center {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:jc-center {
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:jc-center {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:jc-center {
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:jc-center {
    justify-content: center;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:jc-center {
    justify-content: center;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:jc-center {
    justify-content: center;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ai-center {
    align-items: center;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ai-center {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ai-center {
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ai-center {
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ai-center {
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ai-center {
    align-items: center;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ai-center {
    align-items: center;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ai-center {
    align-items: center;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:as-center {
    align-self: center;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:as-center {
    align-self: center;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:as-center {
    align-self: center;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:as-center {
    align-self: center;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:as-center {
    align-self: center;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:as-center {
    align-self: center;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:as-center {
    align-self: center;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:as-center {
    align-self: center;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ac-center {
    align-content: center;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ac-center {
    align-content: center;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ac-center {
    align-content: center;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ac-center {
    align-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ac-center {
    align-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ac-center {
    align-content: center;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ac-center {
    align-content: center;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ac-center {
    align-content: center;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:pi-center {
    place-items: center;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:pi-center {
    place-items: center;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:pi-center {
    place-items: center;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:pi-center {
    place-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:pi-center {
    place-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:pi-center {
    place-items: center;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:pi-center {
    place-items: center;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:pi-center {
    place-items: center;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ps-center {
    place-self: center;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ps-center {
    place-self: center;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ps-center {
    place-self: center;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ps-center {
    place-self: center;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ps-center {
    place-self: center;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ps-center {
    place-self: center;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ps-center {
    place-self: center;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ps-center {
    place-self: center;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:pc-center {
    place-content: center;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:pc-center {
    place-content: center;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:pc-center {
    place-content: center;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:pc-center {
    place-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:pc-center {
    place-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:pc-center {
    place-content: center;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:pc-center {
    place-content: center;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:pc-center {
    place-content: center;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ji-between {
    justify-items: space-between;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ji-between {
    justify-items: space-between;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ji-between {
    justify-items: space-between;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ji-between {
    justify-items: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ji-between {
    justify-items: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ji-between {
    justify-items: space-between;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ji-between {
    justify-items: space-between;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ji-between {
    justify-items: space-between;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:js-between {
    justify-self: space-between;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:js-between {
    justify-self: space-between;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:js-between {
    justify-self: space-between;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:js-between {
    justify-self: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:js-between {
    justify-self: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:js-between {
    justify-self: space-between;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:js-between {
    justify-self: space-between;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:js-between {
    justify-self: space-between;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:jc-between {
    justify-content: space-between;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:jc-between {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:jc-between {
    justify-content: space-between;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:jc-between {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:jc-between {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:jc-between {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:jc-between {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:jc-between {
    justify-content: space-between;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ai-between {
    align-items: space-between;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ai-between {
    align-items: space-between;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ai-between {
    align-items: space-between;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ai-between {
    align-items: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ai-between {
    align-items: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ai-between {
    align-items: space-between;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ai-between {
    align-items: space-between;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ai-between {
    align-items: space-between;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:as-between {
    align-self: space-between;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:as-between {
    align-self: space-between;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:as-between {
    align-self: space-between;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:as-between {
    align-self: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:as-between {
    align-self: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:as-between {
    align-self: space-between;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:as-between {
    align-self: space-between;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:as-between {
    align-self: space-between;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ac-between {
    align-content: space-between;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ac-between {
    align-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ac-between {
    align-content: space-between;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ac-between {
    align-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ac-between {
    align-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ac-between {
    align-content: space-between;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ac-between {
    align-content: space-between;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ac-between {
    align-content: space-between;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:pi-between {
    place-items: space-between;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:pi-between {
    place-items: space-between;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:pi-between {
    place-items: space-between;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:pi-between {
    place-items: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:pi-between {
    place-items: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:pi-between {
    place-items: space-between;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:pi-between {
    place-items: space-between;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:pi-between {
    place-items: space-between;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ps-between {
    place-self: space-between;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ps-between {
    place-self: space-between;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ps-between {
    place-self: space-between;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ps-between {
    place-self: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ps-between {
    place-self: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ps-between {
    place-self: space-between;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ps-between {
    place-self: space-between;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ps-between {
    place-self: space-between;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:pc-between {
    place-content: space-between;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:pc-between {
    place-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:pc-between {
    place-content: space-between;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:pc-between {
    place-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:pc-between {
    place-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:pc-between {
    place-content: space-between;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:pc-between {
    place-content: space-between;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:pc-between {
    place-content: space-between;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ji-around {
    justify-items: space-around;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ji-around {
    justify-items: space-around;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ji-around {
    justify-items: space-around;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ji-around {
    justify-items: space-around;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ji-around {
    justify-items: space-around;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ji-around {
    justify-items: space-around;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ji-around {
    justify-items: space-around;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ji-around {
    justify-items: space-around;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:js-around {
    justify-self: space-around;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:js-around {
    justify-self: space-around;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:js-around {
    justify-self: space-around;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:js-around {
    justify-self: space-around;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:js-around {
    justify-self: space-around;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:js-around {
    justify-self: space-around;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:js-around {
    justify-self: space-around;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:js-around {
    justify-self: space-around;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:jc-around {
    justify-content: space-around;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:jc-around {
    justify-content: space-around;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:jc-around {
    justify-content: space-around;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:jc-around {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:jc-around {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:jc-around {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:jc-around {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:jc-around {
    justify-content: space-around;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ai-around {
    align-items: space-around;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ai-around {
    align-items: space-around;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ai-around {
    align-items: space-around;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ai-around {
    align-items: space-around;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ai-around {
    align-items: space-around;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ai-around {
    align-items: space-around;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ai-around {
    align-items: space-around;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ai-around {
    align-items: space-around;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:as-around {
    align-self: space-around;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:as-around {
    align-self: space-around;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:as-around {
    align-self: space-around;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:as-around {
    align-self: space-around;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:as-around {
    align-self: space-around;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:as-around {
    align-self: space-around;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:as-around {
    align-self: space-around;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:as-around {
    align-self: space-around;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ac-around {
    align-content: space-around;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ac-around {
    align-content: space-around;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ac-around {
    align-content: space-around;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ac-around {
    align-content: space-around;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ac-around {
    align-content: space-around;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ac-around {
    align-content: space-around;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ac-around {
    align-content: space-around;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ac-around {
    align-content: space-around;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:pi-around {
    place-items: space-around;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:pi-around {
    place-items: space-around;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:pi-around {
    place-items: space-around;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:pi-around {
    place-items: space-around;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:pi-around {
    place-items: space-around;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:pi-around {
    place-items: space-around;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:pi-around {
    place-items: space-around;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:pi-around {
    place-items: space-around;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ps-around {
    place-self: space-around;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ps-around {
    place-self: space-around;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ps-around {
    place-self: space-around;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ps-around {
    place-self: space-around;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ps-around {
    place-self: space-around;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ps-around {
    place-self: space-around;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ps-around {
    place-self: space-around;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ps-around {
    place-self: space-around;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:pc-around {
    place-content: space-around;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:pc-around {
    place-content: space-around;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:pc-around {
    place-content: space-around;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:pc-around {
    place-content: space-around;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:pc-around {
    place-content: space-around;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:pc-around {
    place-content: space-around;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:pc-around {
    place-content: space-around;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:pc-around {
    place-content: space-around;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ji-evenly {
    justify-items: space-evenly;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ji-evenly {
    justify-items: space-evenly;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ji-evenly {
    justify-items: space-evenly;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ji-evenly {
    justify-items: space-evenly;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ji-evenly {
    justify-items: space-evenly;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ji-evenly {
    justify-items: space-evenly;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ji-evenly {
    justify-items: space-evenly;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ji-evenly {
    justify-items: space-evenly;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:js-evenly {
    justify-self: space-evenly;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:js-evenly {
    justify-self: space-evenly;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:js-evenly {
    justify-self: space-evenly;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:js-evenly {
    justify-self: space-evenly;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:js-evenly {
    justify-self: space-evenly;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:js-evenly {
    justify-self: space-evenly;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:js-evenly {
    justify-self: space-evenly;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:js-evenly {
    justify-self: space-evenly;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:jc-evenly {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:jc-evenly {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:jc-evenly {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:jc-evenly {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:jc-evenly {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:jc-evenly {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:jc-evenly {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:jc-evenly {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ai-evenly {
    align-items: space-evenly;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ai-evenly {
    align-items: space-evenly;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ai-evenly {
    align-items: space-evenly;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ai-evenly {
    align-items: space-evenly;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ai-evenly {
    align-items: space-evenly;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ai-evenly {
    align-items: space-evenly;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ai-evenly {
    align-items: space-evenly;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ai-evenly {
    align-items: space-evenly;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:as-evenly {
    align-self: space-evenly;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:as-evenly {
    align-self: space-evenly;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:as-evenly {
    align-self: space-evenly;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:as-evenly {
    align-self: space-evenly;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:as-evenly {
    align-self: space-evenly;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:as-evenly {
    align-self: space-evenly;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:as-evenly {
    align-self: space-evenly;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:as-evenly {
    align-self: space-evenly;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ac-evenly {
    align-content: space-evenly;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ac-evenly {
    align-content: space-evenly;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ac-evenly {
    align-content: space-evenly;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ac-evenly {
    align-content: space-evenly;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ac-evenly {
    align-content: space-evenly;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ac-evenly {
    align-content: space-evenly;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ac-evenly {
    align-content: space-evenly;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ac-evenly {
    align-content: space-evenly;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:pi-evenly {
    place-items: space-evenly;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:pi-evenly {
    place-items: space-evenly;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:pi-evenly {
    place-items: space-evenly;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:pi-evenly {
    place-items: space-evenly;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:pi-evenly {
    place-items: space-evenly;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:pi-evenly {
    place-items: space-evenly;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:pi-evenly {
    place-items: space-evenly;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:pi-evenly {
    place-items: space-evenly;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ps-evenly {
    place-self: space-evenly;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ps-evenly {
    place-self: space-evenly;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ps-evenly {
    place-self: space-evenly;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ps-evenly {
    place-self: space-evenly;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ps-evenly {
    place-self: space-evenly;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ps-evenly {
    place-self: space-evenly;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ps-evenly {
    place-self: space-evenly;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ps-evenly {
    place-self: space-evenly;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:pc-evenly {
    place-content: space-evenly;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:pc-evenly {
    place-content: space-evenly;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:pc-evenly {
    place-content: space-evenly;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:pc-evenly {
    place-content: space-evenly;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:pc-evenly {
    place-content: space-evenly;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:pc-evenly {
    place-content: space-evenly;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:pc-evenly {
    place-content: space-evenly;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:pc-evenly {
    place-content: space-evenly;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ji-baseline {
    justify-items: baseline;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ji-baseline {
    justify-items: baseline;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ji-baseline {
    justify-items: baseline;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ji-baseline {
    justify-items: baseline;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ji-baseline {
    justify-items: baseline;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ji-baseline {
    justify-items: baseline;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ji-baseline {
    justify-items: baseline;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ji-baseline {
    justify-items: baseline;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:js-baseline {
    justify-self: baseline;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:js-baseline {
    justify-self: baseline;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:js-baseline {
    justify-self: baseline;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:js-baseline {
    justify-self: baseline;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:js-baseline {
    justify-self: baseline;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:js-baseline {
    justify-self: baseline;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:js-baseline {
    justify-self: baseline;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:js-baseline {
    justify-self: baseline;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:jc-baseline {
    justify-content: baseline;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:jc-baseline {
    justify-content: baseline;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:jc-baseline {
    justify-content: baseline;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:jc-baseline {
    justify-content: baseline;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:jc-baseline {
    justify-content: baseline;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:jc-baseline {
    justify-content: baseline;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:jc-baseline {
    justify-content: baseline;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:jc-baseline {
    justify-content: baseline;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ai-baseline {
    align-items: baseline;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ai-baseline {
    align-items: baseline;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ai-baseline {
    align-items: baseline;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ai-baseline {
    align-items: baseline;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ai-baseline {
    align-items: baseline;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ai-baseline {
    align-items: baseline;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ai-baseline {
    align-items: baseline;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ai-baseline {
    align-items: baseline;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:as-baseline {
    align-self: baseline;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:as-baseline {
    align-self: baseline;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:as-baseline {
    align-self: baseline;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:as-baseline {
    align-self: baseline;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:as-baseline {
    align-self: baseline;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:as-baseline {
    align-self: baseline;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:as-baseline {
    align-self: baseline;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:as-baseline {
    align-self: baseline;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ac-baseline {
    align-content: baseline;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ac-baseline {
    align-content: baseline;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ac-baseline {
    align-content: baseline;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ac-baseline {
    align-content: baseline;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ac-baseline {
    align-content: baseline;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ac-baseline {
    align-content: baseline;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ac-baseline {
    align-content: baseline;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ac-baseline {
    align-content: baseline;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:pi-baseline {
    place-items: baseline;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:pi-baseline {
    place-items: baseline;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:pi-baseline {
    place-items: baseline;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:pi-baseline {
    place-items: baseline;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:pi-baseline {
    place-items: baseline;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:pi-baseline {
    place-items: baseline;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:pi-baseline {
    place-items: baseline;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:pi-baseline {
    place-items: baseline;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ps-baseline {
    place-self: baseline;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ps-baseline {
    place-self: baseline;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ps-baseline {
    place-self: baseline;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ps-baseline {
    place-self: baseline;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ps-baseline {
    place-self: baseline;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ps-baseline {
    place-self: baseline;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ps-baseline {
    place-self: baseline;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ps-baseline {
    place-self: baseline;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:pc-baseline {
    place-content: baseline;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:pc-baseline {
    place-content: baseline;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:pc-baseline {
    place-content: baseline;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:pc-baseline {
    place-content: baseline;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:pc-baseline {
    place-content: baseline;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:pc-baseline {
    place-content: baseline;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:pc-baseline {
    place-content: baseline;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:pc-baseline {
    place-content: baseline;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ji-stretch {
    justify-items: stretch;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ji-stretch {
    justify-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ji-stretch {
    justify-items: stretch;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ji-stretch {
    justify-items: stretch;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ji-stretch {
    justify-items: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ji-stretch {
    justify-items: stretch;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ji-stretch {
    justify-items: stretch;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ji-stretch {
    justify-items: stretch;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:js-stretch {
    justify-self: stretch;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:js-stretch {
    justify-self: stretch;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:js-stretch {
    justify-self: stretch;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:js-stretch {
    justify-self: stretch;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:js-stretch {
    justify-self: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:js-stretch {
    justify-self: stretch;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:js-stretch {
    justify-self: stretch;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:js-stretch {
    justify-self: stretch;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:jc-stretch {
    justify-content: stretch;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:jc-stretch {
    justify-content: stretch;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:jc-stretch {
    justify-content: stretch;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:jc-stretch {
    justify-content: stretch;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:jc-stretch {
    justify-content: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:jc-stretch {
    justify-content: stretch;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:jc-stretch {
    justify-content: stretch;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:jc-stretch {
    justify-content: stretch;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ai-stretch {
    align-items: stretch;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ai-stretch {
    align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ai-stretch {
    align-items: stretch;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ai-stretch {
    align-items: stretch;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ai-stretch {
    align-items: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ai-stretch {
    align-items: stretch;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ai-stretch {
    align-items: stretch;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ai-stretch {
    align-items: stretch;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:as-stretch {
    align-self: stretch;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:as-stretch {
    align-self: stretch;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:as-stretch {
    align-self: stretch;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:as-stretch {
    align-self: stretch;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:as-stretch {
    align-self: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:as-stretch {
    align-self: stretch;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:as-stretch {
    align-self: stretch;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:as-stretch {
    align-self: stretch;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ac-stretch {
    align-content: stretch;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ac-stretch {
    align-content: stretch;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ac-stretch {
    align-content: stretch;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ac-stretch {
    align-content: stretch;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ac-stretch {
    align-content: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ac-stretch {
    align-content: stretch;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ac-stretch {
    align-content: stretch;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ac-stretch {
    align-content: stretch;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:pi-stretch {
    place-items: stretch;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:pi-stretch {
    place-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:pi-stretch {
    place-items: stretch;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:pi-stretch {
    place-items: stretch;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:pi-stretch {
    place-items: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:pi-stretch {
    place-items: stretch;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:pi-stretch {
    place-items: stretch;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:pi-stretch {
    place-items: stretch;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:ps-stretch {
    place-self: stretch;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:ps-stretch {
    place-self: stretch;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:ps-stretch {
    place-self: stretch;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:ps-stretch {
    place-self: stretch;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:ps-stretch {
    place-self: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:ps-stretch {
    place-self: stretch;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:ps-stretch {
    place-self: stretch;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:ps-stretch {
    place-self: stretch;
  }
}
@media screen and (min-width: 450px) {
  .mobile\:pc-stretch {
    place-content: stretch;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:pc-stretch {
    place-content: stretch;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:pc-stretch {
    place-content: stretch;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:pc-stretch {
    place-content: stretch;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:pc-stretch {
    place-content: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:pc-stretch {
    place-content: stretch;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:pc-stretch {
    place-content: stretch;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:pc-stretch {
    place-content: stretch;
  }
}
.gt-col-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-rows-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.col-count-1 {
  -moz-column-count: 1;
       column-count: 1;
}

.gt-col-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.col-count-2 {
  -moz-column-count: 2;
       column-count: 2;
}

.gt-col-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.col-count-3 {
  -moz-column-count: 3;
       column-count: 3;
}

.gt-col-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.col-count-4 {
  -moz-column-count: 4;
       column-count: 4;
}

.gt-col-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.col-count-5 {
  -moz-column-count: 5;
       column-count: 5;
}

.gt-col-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.col-count-6 {
  -moz-column-count: 6;
       column-count: 6;
}

.gt-col-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-rows-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.col-count-7 {
  -moz-column-count: 7;
       column-count: 7;
}

.gt-col-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-rows-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.col-count-8 {
  -moz-column-count: 8;
       column-count: 8;
}

.gt-col-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-rows-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.col-count-9 {
  -moz-column-count: 9;
       column-count: 9;
}

.gt-col-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-rows-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.col-count-10 {
  -moz-column-count: 10;
       column-count: 10;
}

.gt-col-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-rows-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.col-count-11 {
  -moz-column-count: 11;
       column-count: 11;
}

.d_block {
  display: block;
}

.d_grid {
  display: grid;
}

.d_flex {
  display: flex;
}

.d_inline-block {
  display: inline-block;
}

.d_inline-grid {
  display: inline-grid;
}

.d_inline-flex {
  display: inline-flex;
}

.d_table {
  display: table;
}

.d_none {
  display: none;
}

@media screen and (min-width: 450px) {
  .mobile\:d_block {
    display: block;
  }
  .mobile-d_block {
    display: block;
  }
  .mobile\:d_grid {
    display: grid;
  }
  .mobile-d_grid {
    display: grid;
  }
  .mobile\:d_flex {
    display: flex;
  }
  .mobile-d_flex {
    display: flex;
  }
  .mobile\:d_inline-block {
    display: inline-block;
  }
  .mobile-d_inline-block {
    display: inline-block;
  }
  .mobile\:d_inline-grid {
    display: inline-grid;
  }
  .mobile-d_inline-grid {
    display: inline-grid;
  }
  .mobile\:d_inline-flex {
    display: inline-flex;
  }
  .mobile-d_inline-flex {
    display: inline-flex;
  }
  .mobile\:d_table {
    display: table;
  }
  .mobile-d_table {
    display: table;
  }
  .mobile\:d_none {
    display: none;
  }
  .mobile-d_none {
    display: none;
  }
  .mobile\:gt-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .mobile-gt-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .mobile\:col-count-1 {
    -moz-column-count: 1;
         column-count: 1;
  }
  .mobile\:gt-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mobile-gt-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mobile\:col-count-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
  .mobile\:gt-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mobile-gt-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mobile\:col-count-3 {
    -moz-column-count: 3;
         column-count: 3;
  }
  .mobile\:gt-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .mobile-gt-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .mobile\:col-count-4 {
    -moz-column-count: 4;
         column-count: 4;
  }
  .mobile\:gt-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .mobile-gt-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .mobile\:col-count-5 {
    -moz-column-count: 5;
         column-count: 5;
  }
  .mobile\:gt-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .mobile-gt-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .mobile\:col-count-6 {
    -moz-column-count: 6;
         column-count: 6;
  }
  .mobile\:gt-col-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .mobile-gt-col-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .mobile\:col-count-7 {
    -moz-column-count: 7;
         column-count: 7;
  }
  .mobile\:gt-col-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .mobile-gt-col-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .mobile\:col-count-8 {
    -moz-column-count: 8;
         column-count: 8;
  }
  .mobile\:gt-col-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .mobile-gt-col-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .mobile\:col-count-9 {
    -moz-column-count: 9;
         column-count: 9;
  }
  .mobile\:gt-col-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .mobile-gt-col-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .mobile\:col-count-10 {
    -moz-column-count: 10;
         column-count: 10;
  }
  .mobile\:gt-col-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .mobile-gt-col-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .mobile\:col-count-11 {
    -moz-column-count: 11;
         column-count: 11;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:d_block {
    display: block;
  }
  .mobile-l-d_block {
    display: block;
  }
  .mobile-l\:d_grid {
    display: grid;
  }
  .mobile-l-d_grid {
    display: grid;
  }
  .mobile-l\:d_flex {
    display: flex;
  }
  .mobile-l-d_flex {
    display: flex;
  }
  .mobile-l\:d_inline-block {
    display: inline-block;
  }
  .mobile-l-d_inline-block {
    display: inline-block;
  }
  .mobile-l\:d_inline-grid {
    display: inline-grid;
  }
  .mobile-l-d_inline-grid {
    display: inline-grid;
  }
  .mobile-l\:d_inline-flex {
    display: inline-flex;
  }
  .mobile-l-d_inline-flex {
    display: inline-flex;
  }
  .mobile-l\:d_table {
    display: table;
  }
  .mobile-l-d_table {
    display: table;
  }
  .mobile-l\:d_none {
    display: none;
  }
  .mobile-l-d_none {
    display: none;
  }
  .mobile-l\:gt-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .mobile-l-gt-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .mobile-l\:col-count-1 {
    -moz-column-count: 1;
         column-count: 1;
  }
  .mobile-l\:gt-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mobile-l-gt-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mobile-l\:col-count-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
  .mobile-l\:gt-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mobile-l-gt-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mobile-l\:col-count-3 {
    -moz-column-count: 3;
         column-count: 3;
  }
  .mobile-l\:gt-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .mobile-l-gt-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .mobile-l\:col-count-4 {
    -moz-column-count: 4;
         column-count: 4;
  }
  .mobile-l\:gt-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .mobile-l-gt-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .mobile-l\:col-count-5 {
    -moz-column-count: 5;
         column-count: 5;
  }
  .mobile-l\:gt-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .mobile-l-gt-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .mobile-l\:col-count-6 {
    -moz-column-count: 6;
         column-count: 6;
  }
  .mobile-l\:gt-col-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .mobile-l-gt-col-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .mobile-l\:col-count-7 {
    -moz-column-count: 7;
         column-count: 7;
  }
  .mobile-l\:gt-col-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .mobile-l-gt-col-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .mobile-l\:col-count-8 {
    -moz-column-count: 8;
         column-count: 8;
  }
  .mobile-l\:gt-col-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .mobile-l-gt-col-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .mobile-l\:col-count-9 {
    -moz-column-count: 9;
         column-count: 9;
  }
  .mobile-l\:gt-col-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .mobile-l-gt-col-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .mobile-l\:col-count-10 {
    -moz-column-count: 10;
         column-count: 10;
  }
  .mobile-l\:gt-col-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .mobile-l-gt-col-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .mobile-l\:col-count-11 {
    -moz-column-count: 11;
         column-count: 11;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:d_block {
    display: block;
  }
  .tablet-d_block {
    display: block;
  }
  .tablet\:d_grid {
    display: grid;
  }
  .tablet-d_grid {
    display: grid;
  }
  .tablet\:d_flex {
    display: flex;
  }
  .tablet-d_flex {
    display: flex;
  }
  .tablet\:d_inline-block {
    display: inline-block;
  }
  .tablet-d_inline-block {
    display: inline-block;
  }
  .tablet\:d_inline-grid {
    display: inline-grid;
  }
  .tablet-d_inline-grid {
    display: inline-grid;
  }
  .tablet\:d_inline-flex {
    display: inline-flex;
  }
  .tablet-d_inline-flex {
    display: inline-flex;
  }
  .tablet\:d_table {
    display: table;
  }
  .tablet-d_table {
    display: table;
  }
  .tablet\:d_none {
    display: none;
  }
  .tablet-d_none {
    display: none;
  }
  .tablet\:gt-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .tablet-gt-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .tablet\:col-count-1 {
    -moz-column-count: 1;
         column-count: 1;
  }
  .tablet\:gt-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tablet-gt-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tablet\:col-count-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
  .tablet\:gt-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tablet-gt-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tablet\:col-count-3 {
    -moz-column-count: 3;
         column-count: 3;
  }
  .tablet\:gt-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .tablet-gt-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .tablet\:col-count-4 {
    -moz-column-count: 4;
         column-count: 4;
  }
  .tablet\:gt-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .tablet-gt-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .tablet\:col-count-5 {
    -moz-column-count: 5;
         column-count: 5;
  }
  .tablet\:gt-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .tablet-gt-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .tablet\:col-count-6 {
    -moz-column-count: 6;
         column-count: 6;
  }
  .tablet\:gt-col-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .tablet-gt-col-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .tablet\:col-count-7 {
    -moz-column-count: 7;
         column-count: 7;
  }
  .tablet\:gt-col-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .tablet-gt-col-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .tablet\:col-count-8 {
    -moz-column-count: 8;
         column-count: 8;
  }
  .tablet\:gt-col-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .tablet-gt-col-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .tablet\:col-count-9 {
    -moz-column-count: 9;
         column-count: 9;
  }
  .tablet\:gt-col-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .tablet-gt-col-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .tablet\:col-count-10 {
    -moz-column-count: 10;
         column-count: 10;
  }
  .tablet\:gt-col-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .tablet-gt-col-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .tablet\:col-count-11 {
    -moz-column-count: 11;
         column-count: 11;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:d_block {
    display: block;
  }
  .tablet-m-d_block {
    display: block;
  }
  .tablet-m\:d_grid {
    display: grid;
  }
  .tablet-m-d_grid {
    display: grid;
  }
  .tablet-m\:d_flex {
    display: flex;
  }
  .tablet-m-d_flex {
    display: flex;
  }
  .tablet-m\:d_inline-block {
    display: inline-block;
  }
  .tablet-m-d_inline-block {
    display: inline-block;
  }
  .tablet-m\:d_inline-grid {
    display: inline-grid;
  }
  .tablet-m-d_inline-grid {
    display: inline-grid;
  }
  .tablet-m\:d_inline-flex {
    display: inline-flex;
  }
  .tablet-m-d_inline-flex {
    display: inline-flex;
  }
  .tablet-m\:d_table {
    display: table;
  }
  .tablet-m-d_table {
    display: table;
  }
  .tablet-m\:d_none {
    display: none;
  }
  .tablet-m-d_none {
    display: none;
  }
  .tablet-m\:gt-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .tablet-m-gt-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .tablet-m\:col-count-1 {
    -moz-column-count: 1;
         column-count: 1;
  }
  .tablet-m\:gt-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tablet-m-gt-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tablet-m\:col-count-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
  .tablet-m\:gt-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tablet-m-gt-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tablet-m\:col-count-3 {
    -moz-column-count: 3;
         column-count: 3;
  }
  .tablet-m\:gt-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .tablet-m-gt-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .tablet-m\:col-count-4 {
    -moz-column-count: 4;
         column-count: 4;
  }
  .tablet-m\:gt-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .tablet-m-gt-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .tablet-m\:col-count-5 {
    -moz-column-count: 5;
         column-count: 5;
  }
  .tablet-m\:gt-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .tablet-m-gt-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .tablet-m\:col-count-6 {
    -moz-column-count: 6;
         column-count: 6;
  }
  .tablet-m\:gt-col-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .tablet-m-gt-col-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .tablet-m\:col-count-7 {
    -moz-column-count: 7;
         column-count: 7;
  }
  .tablet-m\:gt-col-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .tablet-m-gt-col-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .tablet-m\:col-count-8 {
    -moz-column-count: 8;
         column-count: 8;
  }
  .tablet-m\:gt-col-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .tablet-m-gt-col-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .tablet-m\:col-count-9 {
    -moz-column-count: 9;
         column-count: 9;
  }
  .tablet-m\:gt-col-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .tablet-m-gt-col-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .tablet-m\:col-count-10 {
    -moz-column-count: 10;
         column-count: 10;
  }
  .tablet-m\:gt-col-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .tablet-m-gt-col-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .tablet-m\:col-count-11 {
    -moz-column-count: 11;
         column-count: 11;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:d_block {
    display: block;
  }
  .tablet-l-d_block {
    display: block;
  }
  .tablet-l\:d_grid {
    display: grid;
  }
  .tablet-l-d_grid {
    display: grid;
  }
  .tablet-l\:d_flex {
    display: flex;
  }
  .tablet-l-d_flex {
    display: flex;
  }
  .tablet-l\:d_inline-block {
    display: inline-block;
  }
  .tablet-l-d_inline-block {
    display: inline-block;
  }
  .tablet-l\:d_inline-grid {
    display: inline-grid;
  }
  .tablet-l-d_inline-grid {
    display: inline-grid;
  }
  .tablet-l\:d_inline-flex {
    display: inline-flex;
  }
  .tablet-l-d_inline-flex {
    display: inline-flex;
  }
  .tablet-l\:d_table {
    display: table;
  }
  .tablet-l-d_table {
    display: table;
  }
  .tablet-l\:d_none {
    display: none;
  }
  .tablet-l-d_none {
    display: none;
  }
  .tablet-l\:gt-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .tablet-l-gt-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .tablet-l\:col-count-1 {
    -moz-column-count: 1;
         column-count: 1;
  }
  .tablet-l\:gt-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tablet-l-gt-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tablet-l\:col-count-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
  .tablet-l\:gt-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tablet-l-gt-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tablet-l\:col-count-3 {
    -moz-column-count: 3;
         column-count: 3;
  }
  .tablet-l\:gt-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .tablet-l-gt-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .tablet-l\:col-count-4 {
    -moz-column-count: 4;
         column-count: 4;
  }
  .tablet-l\:gt-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .tablet-l-gt-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .tablet-l\:col-count-5 {
    -moz-column-count: 5;
         column-count: 5;
  }
  .tablet-l\:gt-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .tablet-l-gt-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .tablet-l\:col-count-6 {
    -moz-column-count: 6;
         column-count: 6;
  }
  .tablet-l\:gt-col-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .tablet-l-gt-col-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .tablet-l\:col-count-7 {
    -moz-column-count: 7;
         column-count: 7;
  }
  .tablet-l\:gt-col-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .tablet-l-gt-col-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .tablet-l\:col-count-8 {
    -moz-column-count: 8;
         column-count: 8;
  }
  .tablet-l\:gt-col-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .tablet-l-gt-col-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .tablet-l\:col-count-9 {
    -moz-column-count: 9;
         column-count: 9;
  }
  .tablet-l\:gt-col-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .tablet-l-gt-col-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .tablet-l\:col-count-10 {
    -moz-column-count: 10;
         column-count: 10;
  }
  .tablet-l\:gt-col-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .tablet-l-gt-col-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .tablet-l\:col-count-11 {
    -moz-column-count: 11;
         column-count: 11;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:d_block {
    display: block;
  }
  .laptop-d_block {
    display: block;
  }
  .laptop\:d_grid {
    display: grid;
  }
  .laptop-d_grid {
    display: grid;
  }
  .laptop\:d_flex {
    display: flex;
  }
  .laptop-d_flex {
    display: flex;
  }
  .laptop\:d_inline-block {
    display: inline-block;
  }
  .laptop-d_inline-block {
    display: inline-block;
  }
  .laptop\:d_inline-grid {
    display: inline-grid;
  }
  .laptop-d_inline-grid {
    display: inline-grid;
  }
  .laptop\:d_inline-flex {
    display: inline-flex;
  }
  .laptop-d_inline-flex {
    display: inline-flex;
  }
  .laptop\:d_table {
    display: table;
  }
  .laptop-d_table {
    display: table;
  }
  .laptop\:d_none {
    display: none;
  }
  .laptop-d_none {
    display: none;
  }
  .laptop\:gt-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .laptop-gt-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .laptop\:col-count-1 {
    -moz-column-count: 1;
         column-count: 1;
  }
  .laptop\:gt-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .laptop-gt-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .laptop\:col-count-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
  .laptop\:gt-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .laptop-gt-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .laptop\:col-count-3 {
    -moz-column-count: 3;
         column-count: 3;
  }
  .laptop\:gt-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .laptop-gt-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .laptop\:col-count-4 {
    -moz-column-count: 4;
         column-count: 4;
  }
  .laptop\:gt-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .laptop-gt-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .laptop\:col-count-5 {
    -moz-column-count: 5;
         column-count: 5;
  }
  .laptop\:gt-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .laptop-gt-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .laptop\:col-count-6 {
    -moz-column-count: 6;
         column-count: 6;
  }
  .laptop\:gt-col-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .laptop-gt-col-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .laptop\:col-count-7 {
    -moz-column-count: 7;
         column-count: 7;
  }
  .laptop\:gt-col-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .laptop-gt-col-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .laptop\:col-count-8 {
    -moz-column-count: 8;
         column-count: 8;
  }
  .laptop\:gt-col-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .laptop-gt-col-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .laptop\:col-count-9 {
    -moz-column-count: 9;
         column-count: 9;
  }
  .laptop\:gt-col-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .laptop-gt-col-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .laptop\:col-count-10 {
    -moz-column-count: 10;
         column-count: 10;
  }
  .laptop\:gt-col-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .laptop-gt-col-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .laptop\:col-count-11 {
    -moz-column-count: 11;
         column-count: 11;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:d_block {
    display: block;
  }
  .laptop-l-d_block {
    display: block;
  }
  .laptop-l\:d_grid {
    display: grid;
  }
  .laptop-l-d_grid {
    display: grid;
  }
  .laptop-l\:d_flex {
    display: flex;
  }
  .laptop-l-d_flex {
    display: flex;
  }
  .laptop-l\:d_inline-block {
    display: inline-block;
  }
  .laptop-l-d_inline-block {
    display: inline-block;
  }
  .laptop-l\:d_inline-grid {
    display: inline-grid;
  }
  .laptop-l-d_inline-grid {
    display: inline-grid;
  }
  .laptop-l\:d_inline-flex {
    display: inline-flex;
  }
  .laptop-l-d_inline-flex {
    display: inline-flex;
  }
  .laptop-l\:d_table {
    display: table;
  }
  .laptop-l-d_table {
    display: table;
  }
  .laptop-l\:d_none {
    display: none;
  }
  .laptop-l-d_none {
    display: none;
  }
  .laptop-l\:gt-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .laptop-l-gt-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .laptop-l\:col-count-1 {
    -moz-column-count: 1;
         column-count: 1;
  }
  .laptop-l\:gt-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .laptop-l-gt-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .laptop-l\:col-count-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
  .laptop-l\:gt-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .laptop-l-gt-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .laptop-l\:col-count-3 {
    -moz-column-count: 3;
         column-count: 3;
  }
  .laptop-l\:gt-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .laptop-l-gt-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .laptop-l\:col-count-4 {
    -moz-column-count: 4;
         column-count: 4;
  }
  .laptop-l\:gt-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .laptop-l-gt-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .laptop-l\:col-count-5 {
    -moz-column-count: 5;
         column-count: 5;
  }
  .laptop-l\:gt-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .laptop-l-gt-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .laptop-l\:col-count-6 {
    -moz-column-count: 6;
         column-count: 6;
  }
  .laptop-l\:gt-col-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .laptop-l-gt-col-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .laptop-l\:col-count-7 {
    -moz-column-count: 7;
         column-count: 7;
  }
  .laptop-l\:gt-col-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .laptop-l-gt-col-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .laptop-l\:col-count-8 {
    -moz-column-count: 8;
         column-count: 8;
  }
  .laptop-l\:gt-col-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .laptop-l-gt-col-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .laptop-l\:col-count-9 {
    -moz-column-count: 9;
         column-count: 9;
  }
  .laptop-l\:gt-col-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .laptop-l-gt-col-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .laptop-l\:col-count-10 {
    -moz-column-count: 10;
         column-count: 10;
  }
  .laptop-l\:gt-col-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .laptop-l-gt-col-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .laptop-l\:col-count-11 {
    -moz-column-count: 11;
         column-count: 11;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:d_block {
    display: block;
  }
  .laptop-xl-d_block {
    display: block;
  }
  .laptop-xl\:d_grid {
    display: grid;
  }
  .laptop-xl-d_grid {
    display: grid;
  }
  .laptop-xl\:d_flex {
    display: flex;
  }
  .laptop-xl-d_flex {
    display: flex;
  }
  .laptop-xl\:d_inline-block {
    display: inline-block;
  }
  .laptop-xl-d_inline-block {
    display: inline-block;
  }
  .laptop-xl\:d_inline-grid {
    display: inline-grid;
  }
  .laptop-xl-d_inline-grid {
    display: inline-grid;
  }
  .laptop-xl\:d_inline-flex {
    display: inline-flex;
  }
  .laptop-xl-d_inline-flex {
    display: inline-flex;
  }
  .laptop-xl\:d_table {
    display: table;
  }
  .laptop-xl-d_table {
    display: table;
  }
  .laptop-xl\:d_none {
    display: none;
  }
  .laptop-xl-d_none {
    display: none;
  }
  .laptop-xl\:gt-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .laptop-xl-gt-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .laptop-xl\:col-count-1 {
    -moz-column-count: 1;
         column-count: 1;
  }
  .laptop-xl\:gt-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .laptop-xl-gt-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .laptop-xl\:col-count-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
  .laptop-xl\:gt-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .laptop-xl-gt-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .laptop-xl\:col-count-3 {
    -moz-column-count: 3;
         column-count: 3;
  }
  .laptop-xl\:gt-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .laptop-xl-gt-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .laptop-xl\:col-count-4 {
    -moz-column-count: 4;
         column-count: 4;
  }
  .laptop-xl\:gt-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .laptop-xl-gt-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .laptop-xl\:col-count-5 {
    -moz-column-count: 5;
         column-count: 5;
  }
  .laptop-xl\:gt-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .laptop-xl-gt-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .laptop-xl\:col-count-6 {
    -moz-column-count: 6;
         column-count: 6;
  }
  .laptop-xl\:gt-col-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .laptop-xl-gt-col-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .laptop-xl\:col-count-7 {
    -moz-column-count: 7;
         column-count: 7;
  }
  .laptop-xl\:gt-col-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .laptop-xl-gt-col-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .laptop-xl\:col-count-8 {
    -moz-column-count: 8;
         column-count: 8;
  }
  .laptop-xl\:gt-col-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .laptop-xl-gt-col-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .laptop-xl\:col-count-9 {
    -moz-column-count: 9;
         column-count: 9;
  }
  .laptop-xl\:gt-col-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .laptop-xl-gt-col-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .laptop-xl\:col-count-10 {
    -moz-column-count: 10;
         column-count: 10;
  }
  .laptop-xl\:gt-col-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .laptop-xl-gt-col-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .laptop-xl\:col-count-11 {
    -moz-column-count: 11;
         column-count: 11;
  }
}
.flex_dir-col {
  flex-direction: column;
}

.flex_dir-col-r {
  flex-direction: column-reverse;
}

.flex_dir-row {
  flex-direction: row;
}

.flex_dir-row-r {
  flex-direction: row-reverse;
}

.flex_dir-initial {
  flex-direction: initial;
}

.flex_dir-inherit {
  flex-direction: inherit;
}

.flex_dir-revert {
  flex-direction: revert;
}

.flex_dir-unset {
  flex-direction: unset;
}

@media screen and (min-width: 450px) {
  .mobile\:flex_dir-col {
    flex-direction: column;
  }
  .mobile\:flex_dir-col-r {
    flex-direction: column-reverse;
  }
  .mobile\:flex_dir-row {
    flex-direction: row;
  }
  .mobile\:flex_dir-row-r {
    flex-direction: row-reverse;
  }
  .mobile\:flex_dir-initial {
    flex-direction: initial;
  }
  .mobile\:flex_dir-inherit {
    flex-direction: inherit;
  }
  .mobile\:flex_dir-revert {
    flex-direction: revert;
  }
  .mobile\:flex_dir-unset {
    flex-direction: unset;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:flex_dir-col {
    flex-direction: column;
  }
  .mobile-l\:flex_dir-col-r {
    flex-direction: column-reverse;
  }
  .mobile-l\:flex_dir-row {
    flex-direction: row;
  }
  .mobile-l\:flex_dir-row-r {
    flex-direction: row-reverse;
  }
  .mobile-l\:flex_dir-initial {
    flex-direction: initial;
  }
  .mobile-l\:flex_dir-inherit {
    flex-direction: inherit;
  }
  .mobile-l\:flex_dir-revert {
    flex-direction: revert;
  }
  .mobile-l\:flex_dir-unset {
    flex-direction: unset;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:flex_dir-col {
    flex-direction: column;
  }
  .tablet\:flex_dir-col-r {
    flex-direction: column-reverse;
  }
  .tablet\:flex_dir-row {
    flex-direction: row;
  }
  .tablet\:flex_dir-row-r {
    flex-direction: row-reverse;
  }
  .tablet\:flex_dir-initial {
    flex-direction: initial;
  }
  .tablet\:flex_dir-inherit {
    flex-direction: inherit;
  }
  .tablet\:flex_dir-revert {
    flex-direction: revert;
  }
  .tablet\:flex_dir-unset {
    flex-direction: unset;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:flex_dir-col {
    flex-direction: column;
  }
  .tablet-m\:flex_dir-col-r {
    flex-direction: column-reverse;
  }
  .tablet-m\:flex_dir-row {
    flex-direction: row;
  }
  .tablet-m\:flex_dir-row-r {
    flex-direction: row-reverse;
  }
  .tablet-m\:flex_dir-initial {
    flex-direction: initial;
  }
  .tablet-m\:flex_dir-inherit {
    flex-direction: inherit;
  }
  .tablet-m\:flex_dir-revert {
    flex-direction: revert;
  }
  .tablet-m\:flex_dir-unset {
    flex-direction: unset;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:flex_dir-col {
    flex-direction: column;
  }
  .tablet-l\:flex_dir-col-r {
    flex-direction: column-reverse;
  }
  .tablet-l\:flex_dir-row {
    flex-direction: row;
  }
  .tablet-l\:flex_dir-row-r {
    flex-direction: row-reverse;
  }
  .tablet-l\:flex_dir-initial {
    flex-direction: initial;
  }
  .tablet-l\:flex_dir-inherit {
    flex-direction: inherit;
  }
  .tablet-l\:flex_dir-revert {
    flex-direction: revert;
  }
  .tablet-l\:flex_dir-unset {
    flex-direction: unset;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:flex_dir-col {
    flex-direction: column;
  }
  .laptop\:flex_dir-col-r {
    flex-direction: column-reverse;
  }
  .laptop\:flex_dir-row {
    flex-direction: row;
  }
  .laptop\:flex_dir-row-r {
    flex-direction: row-reverse;
  }
  .laptop\:flex_dir-initial {
    flex-direction: initial;
  }
  .laptop\:flex_dir-inherit {
    flex-direction: inherit;
  }
  .laptop\:flex_dir-revert {
    flex-direction: revert;
  }
  .laptop\:flex_dir-unset {
    flex-direction: unset;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:flex_dir-col {
    flex-direction: column;
  }
  .laptop-l\:flex_dir-col-r {
    flex-direction: column-reverse;
  }
  .laptop-l\:flex_dir-row {
    flex-direction: row;
  }
  .laptop-l\:flex_dir-row-r {
    flex-direction: row-reverse;
  }
  .laptop-l\:flex_dir-initial {
    flex-direction: initial;
  }
  .laptop-l\:flex_dir-inherit {
    flex-direction: inherit;
  }
  .laptop-l\:flex_dir-revert {
    flex-direction: revert;
  }
  .laptop-l\:flex_dir-unset {
    flex-direction: unset;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:flex_dir-col {
    flex-direction: column;
  }
  .laptop-xl\:flex_dir-col-r {
    flex-direction: column-reverse;
  }
  .laptop-xl\:flex_dir-row {
    flex-direction: row;
  }
  .laptop-xl\:flex_dir-row-r {
    flex-direction: row-reverse;
  }
  .laptop-xl\:flex_dir-initial {
    flex-direction: initial;
  }
  .laptop-xl\:flex_dir-inherit {
    flex-direction: inherit;
  }
  .laptop-xl\:flex_dir-revert {
    flex-direction: revert;
  }
  .laptop-xl\:flex_dir-unset {
    flex-direction: unset;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}

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

.col_start-1 {
  grid-column-start: 1;
}

.col_end-1 {
  grid-column-end: 1;
}

.row_start-1 {
  grid-row-start: 1;
}

.row_end-1 {
  grid-row-end: 1;
}

.col_start-2 {
  grid-column-start: 2;
}

.col_end-2 {
  grid-column-end: 2;
}

.row_start-2 {
  grid-row-start: 2;
}

.row_end-2 {
  grid-row-end: 2;
}

.col_start-3 {
  grid-column-start: 3;
}

.col_end-3 {
  grid-column-end: 3;
}

.row_start-3 {
  grid-row-start: 3;
}

.row_end-3 {
  grid-row-end: 3;
}

.col_start-4 {
  grid-column-start: 4;
}

.col_end-4 {
  grid-column-end: 4;
}

.row_start-4 {
  grid-row-start: 4;
}

.row_end-4 {
  grid-row-end: 4;
}

.col_start-5 {
  grid-column-start: 5;
}

.col_end-5 {
  grid-column-end: 5;
}

.row_start-5 {
  grid-row-start: 5;
}

.row_end-5 {
  grid-row-end: 5;
}

.col_start-6 {
  grid-column-start: 6;
}

.col_end-6 {
  grid-column-end: 6;
}

.row_start-6 {
  grid-row-start: 6;
}

.row_end-6 {
  grid-row-end: 6;
}

.col_start-7 {
  grid-column-start: 7;
}

.col_end-7 {
  grid-column-end: 7;
}

.row_start-7 {
  grid-row-start: 7;
}

.row_end-7 {
  grid-row-end: 7;
}

.col_start-8 {
  grid-column-start: 8;
}

.col_end-8 {
  grid-column-end: 8;
}

.row_start-8 {
  grid-row-start: 8;
}

.row_end-8 {
  grid-row-end: 8;
}

.col_start-9 {
  grid-column-start: 9;
}

.col_end-9 {
  grid-column-end: 9;
}

.row_start-9 {
  grid-row-start: 9;
}

.row_end-9 {
  grid-row-end: 9;
}

.col_start-10 {
  grid-column-start: 10;
}

.col_end-10 {
  grid-column-end: 10;
}

.row_start-10 {
  grid-row-start: 10;
}

.row_end-10 {
  grid-row-end: 10;
}

.col_start-11 {
  grid-column-start: 11;
}

.col_end-11 {
  grid-column-end: 11;
}

.row_start-11 {
  grid-row-start: 11;
}

.row_end-11 {
  grid-row-end: 11;
}

.col_start-12 {
  grid-column-start: 12;
}

.col_end-12 {
  grid-column-end: 12;
}

.row_start-12 {
  grid-row-start: 12;
}

.row_end-12 {
  grid-row-end: 12;
}

.col_start-13 {
  grid-column-start: 13;
}

.col_end-13 {
  grid-column-end: 13;
}

.row_start-13 {
  grid-row-start: 13;
}

.row_end-13 {
  grid-row-end: 13;
}

.col_start-14 {
  grid-column-start: 14;
}

.col_end-14 {
  grid-column-end: 14;
}

.row_start-14 {
  grid-row-start: 14;
}

.row_end-14 {
  grid-row-end: 14;
}

.col_start-15 {
  grid-column-start: 15;
}

.col_end-15 {
  grid-column-end: 15;
}

.row_start-15 {
  grid-row-start: 15;
}

.row_end-15 {
  grid-row-end: 15;
}

.col_start-16 {
  grid-column-start: 16;
}

.col_end-16 {
  grid-column-end: 16;
}

.row_start-16 {
  grid-row-start: 16;
}

.row_end-16 {
  grid-row-end: 16;
}

.col_start-17 {
  grid-column-start: 17;
}

.col_end-17 {
  grid-column-end: 17;
}

.row_start-17 {
  grid-row-start: 17;
}

.row_end-17 {
  grid-row-end: 17;
}

.col_start-18 {
  grid-column-start: 18;
}

.col_end-18 {
  grid-column-end: 18;
}

.row_start-18 {
  grid-row-start: 18;
}

.row_end-18 {
  grid-row-end: 18;
}

.col_start-19 {
  grid-column-start: 19;
}

.col_end-19 {
  grid-column-end: 19;
}

.row_start-19 {
  grid-row-start: 19;
}

.row_end-19 {
  grid-row-end: 19;
}

@media screen and (min-width: 450px) {
  .mobile\:col_start-1 {
    grid-column-start: 1;
  }
  .mobile\:col_end-1 {
    grid-column-end: 1;
  }
  .mobile\:row_start-1 {
    grid-row-start: 1;
  }
  .mobile\:row_end-1 {
    grid-row-end: 1;
  }
  .mobile\:col_start-2 {
    grid-column-start: 2;
  }
  .mobile\:col_end-2 {
    grid-column-end: 2;
  }
  .mobile\:row_start-2 {
    grid-row-start: 2;
  }
  .mobile\:row_end-2 {
    grid-row-end: 2;
  }
  .mobile\:col_start-3 {
    grid-column-start: 3;
  }
  .mobile\:col_end-3 {
    grid-column-end: 3;
  }
  .mobile\:row_start-3 {
    grid-row-start: 3;
  }
  .mobile\:row_end-3 {
    grid-row-end: 3;
  }
  .mobile\:col_start-4 {
    grid-column-start: 4;
  }
  .mobile\:col_end-4 {
    grid-column-end: 4;
  }
  .mobile\:row_start-4 {
    grid-row-start: 4;
  }
  .mobile\:row_end-4 {
    grid-row-end: 4;
  }
  .mobile\:col_start-5 {
    grid-column-start: 5;
  }
  .mobile\:col_end-5 {
    grid-column-end: 5;
  }
  .mobile\:row_start-5 {
    grid-row-start: 5;
  }
  .mobile\:row_end-5 {
    grid-row-end: 5;
  }
  .mobile\:col_start-6 {
    grid-column-start: 6;
  }
  .mobile\:col_end-6 {
    grid-column-end: 6;
  }
  .mobile\:row_start-6 {
    grid-row-start: 6;
  }
  .mobile\:row_end-6 {
    grid-row-end: 6;
  }
  .mobile\:col_start-7 {
    grid-column-start: 7;
  }
  .mobile\:col_end-7 {
    grid-column-end: 7;
  }
  .mobile\:row_start-7 {
    grid-row-start: 7;
  }
  .mobile\:row_end-7 {
    grid-row-end: 7;
  }
  .mobile\:col_start-8 {
    grid-column-start: 8;
  }
  .mobile\:col_end-8 {
    grid-column-end: 8;
  }
  .mobile\:row_start-8 {
    grid-row-start: 8;
  }
  .mobile\:row_end-8 {
    grid-row-end: 8;
  }
  .mobile\:col_start-9 {
    grid-column-start: 9;
  }
  .mobile\:col_end-9 {
    grid-column-end: 9;
  }
  .mobile\:row_start-9 {
    grid-row-start: 9;
  }
  .mobile\:row_end-9 {
    grid-row-end: 9;
  }
  .mobile\:col_start-10 {
    grid-column-start: 10;
  }
  .mobile\:col_end-10 {
    grid-column-end: 10;
  }
  .mobile\:row_start-10 {
    grid-row-start: 10;
  }
  .mobile\:row_end-10 {
    grid-row-end: 10;
  }
  .mobile\:col_start-11 {
    grid-column-start: 11;
  }
  .mobile\:col_end-11 {
    grid-column-end: 11;
  }
  .mobile\:row_start-11 {
    grid-row-start: 11;
  }
  .mobile\:row_end-11 {
    grid-row-end: 11;
  }
  .mobile\:col_start-12 {
    grid-column-start: 12;
  }
  .mobile\:col_end-12 {
    grid-column-end: 12;
  }
  .mobile\:row_start-12 {
    grid-row-start: 12;
  }
  .mobile\:row_end-12 {
    grid-row-end: 12;
  }
  .mobile\:col_start-13 {
    grid-column-start: 13;
  }
  .mobile\:col_end-13 {
    grid-column-end: 13;
  }
  .mobile\:row_start-13 {
    grid-row-start: 13;
  }
  .mobile\:row_end-13 {
    grid-row-end: 13;
  }
  .mobile\:col_start-14 {
    grid-column-start: 14;
  }
  .mobile\:col_end-14 {
    grid-column-end: 14;
  }
  .mobile\:row_start-14 {
    grid-row-start: 14;
  }
  .mobile\:row_end-14 {
    grid-row-end: 14;
  }
  .mobile\:col_start-15 {
    grid-column-start: 15;
  }
  .mobile\:col_end-15 {
    grid-column-end: 15;
  }
  .mobile\:row_start-15 {
    grid-row-start: 15;
  }
  .mobile\:row_end-15 {
    grid-row-end: 15;
  }
  .mobile\:col_start-16 {
    grid-column-start: 16;
  }
  .mobile\:col_end-16 {
    grid-column-end: 16;
  }
  .mobile\:row_start-16 {
    grid-row-start: 16;
  }
  .mobile\:row_end-16 {
    grid-row-end: 16;
  }
  .mobile\:col_start-17 {
    grid-column-start: 17;
  }
  .mobile\:col_end-17 {
    grid-column-end: 17;
  }
  .mobile\:row_start-17 {
    grid-row-start: 17;
  }
  .mobile\:row_end-17 {
    grid-row-end: 17;
  }
  .mobile\:col_start-18 {
    grid-column-start: 18;
  }
  .mobile\:col_end-18 {
    grid-column-end: 18;
  }
  .mobile\:row_start-18 {
    grid-row-start: 18;
  }
  .mobile\:row_end-18 {
    grid-row-end: 18;
  }
  .mobile\:col_start-19 {
    grid-column-start: 19;
  }
  .mobile\:col_end-19 {
    grid-column-end: 19;
  }
  .mobile\:row_start-19 {
    grid-row-start: 19;
  }
  .mobile\:row_end-19 {
    grid-row-end: 19;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:col_start-1 {
    grid-column-start: 1;
  }
  .mobile-l\:col_end-1 {
    grid-column-end: 1;
  }
  .mobile-l\:row_start-1 {
    grid-row-start: 1;
  }
  .mobile-l\:row_end-1 {
    grid-row-end: 1;
  }
  .mobile-l\:col_start-2 {
    grid-column-start: 2;
  }
  .mobile-l\:col_end-2 {
    grid-column-end: 2;
  }
  .mobile-l\:row_start-2 {
    grid-row-start: 2;
  }
  .mobile-l\:row_end-2 {
    grid-row-end: 2;
  }
  .mobile-l\:col_start-3 {
    grid-column-start: 3;
  }
  .mobile-l\:col_end-3 {
    grid-column-end: 3;
  }
  .mobile-l\:row_start-3 {
    grid-row-start: 3;
  }
  .mobile-l\:row_end-3 {
    grid-row-end: 3;
  }
  .mobile-l\:col_start-4 {
    grid-column-start: 4;
  }
  .mobile-l\:col_end-4 {
    grid-column-end: 4;
  }
  .mobile-l\:row_start-4 {
    grid-row-start: 4;
  }
  .mobile-l\:row_end-4 {
    grid-row-end: 4;
  }
  .mobile-l\:col_start-5 {
    grid-column-start: 5;
  }
  .mobile-l\:col_end-5 {
    grid-column-end: 5;
  }
  .mobile-l\:row_start-5 {
    grid-row-start: 5;
  }
  .mobile-l\:row_end-5 {
    grid-row-end: 5;
  }
  .mobile-l\:col_start-6 {
    grid-column-start: 6;
  }
  .mobile-l\:col_end-6 {
    grid-column-end: 6;
  }
  .mobile-l\:row_start-6 {
    grid-row-start: 6;
  }
  .mobile-l\:row_end-6 {
    grid-row-end: 6;
  }
  .mobile-l\:col_start-7 {
    grid-column-start: 7;
  }
  .mobile-l\:col_end-7 {
    grid-column-end: 7;
  }
  .mobile-l\:row_start-7 {
    grid-row-start: 7;
  }
  .mobile-l\:row_end-7 {
    grid-row-end: 7;
  }
  .mobile-l\:col_start-8 {
    grid-column-start: 8;
  }
  .mobile-l\:col_end-8 {
    grid-column-end: 8;
  }
  .mobile-l\:row_start-8 {
    grid-row-start: 8;
  }
  .mobile-l\:row_end-8 {
    grid-row-end: 8;
  }
  .mobile-l\:col_start-9 {
    grid-column-start: 9;
  }
  .mobile-l\:col_end-9 {
    grid-column-end: 9;
  }
  .mobile-l\:row_start-9 {
    grid-row-start: 9;
  }
  .mobile-l\:row_end-9 {
    grid-row-end: 9;
  }
  .mobile-l\:col_start-10 {
    grid-column-start: 10;
  }
  .mobile-l\:col_end-10 {
    grid-column-end: 10;
  }
  .mobile-l\:row_start-10 {
    grid-row-start: 10;
  }
  .mobile-l\:row_end-10 {
    grid-row-end: 10;
  }
  .mobile-l\:col_start-11 {
    grid-column-start: 11;
  }
  .mobile-l\:col_end-11 {
    grid-column-end: 11;
  }
  .mobile-l\:row_start-11 {
    grid-row-start: 11;
  }
  .mobile-l\:row_end-11 {
    grid-row-end: 11;
  }
  .mobile-l\:col_start-12 {
    grid-column-start: 12;
  }
  .mobile-l\:col_end-12 {
    grid-column-end: 12;
  }
  .mobile-l\:row_start-12 {
    grid-row-start: 12;
  }
  .mobile-l\:row_end-12 {
    grid-row-end: 12;
  }
  .mobile-l\:col_start-13 {
    grid-column-start: 13;
  }
  .mobile-l\:col_end-13 {
    grid-column-end: 13;
  }
  .mobile-l\:row_start-13 {
    grid-row-start: 13;
  }
  .mobile-l\:row_end-13 {
    grid-row-end: 13;
  }
  .mobile-l\:col_start-14 {
    grid-column-start: 14;
  }
  .mobile-l\:col_end-14 {
    grid-column-end: 14;
  }
  .mobile-l\:row_start-14 {
    grid-row-start: 14;
  }
  .mobile-l\:row_end-14 {
    grid-row-end: 14;
  }
  .mobile-l\:col_start-15 {
    grid-column-start: 15;
  }
  .mobile-l\:col_end-15 {
    grid-column-end: 15;
  }
  .mobile-l\:row_start-15 {
    grid-row-start: 15;
  }
  .mobile-l\:row_end-15 {
    grid-row-end: 15;
  }
  .mobile-l\:col_start-16 {
    grid-column-start: 16;
  }
  .mobile-l\:col_end-16 {
    grid-column-end: 16;
  }
  .mobile-l\:row_start-16 {
    grid-row-start: 16;
  }
  .mobile-l\:row_end-16 {
    grid-row-end: 16;
  }
  .mobile-l\:col_start-17 {
    grid-column-start: 17;
  }
  .mobile-l\:col_end-17 {
    grid-column-end: 17;
  }
  .mobile-l\:row_start-17 {
    grid-row-start: 17;
  }
  .mobile-l\:row_end-17 {
    grid-row-end: 17;
  }
  .mobile-l\:col_start-18 {
    grid-column-start: 18;
  }
  .mobile-l\:col_end-18 {
    grid-column-end: 18;
  }
  .mobile-l\:row_start-18 {
    grid-row-start: 18;
  }
  .mobile-l\:row_end-18 {
    grid-row-end: 18;
  }
  .mobile-l\:col_start-19 {
    grid-column-start: 19;
  }
  .mobile-l\:col_end-19 {
    grid-column-end: 19;
  }
  .mobile-l\:row_start-19 {
    grid-row-start: 19;
  }
  .mobile-l\:row_end-19 {
    grid-row-end: 19;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:col_start-1 {
    grid-column-start: 1;
  }
  .tablet\:col_end-1 {
    grid-column-end: 1;
  }
  .tablet\:row_start-1 {
    grid-row-start: 1;
  }
  .tablet\:row_end-1 {
    grid-row-end: 1;
  }
  .tablet\:col_start-2 {
    grid-column-start: 2;
  }
  .tablet\:col_end-2 {
    grid-column-end: 2;
  }
  .tablet\:row_start-2 {
    grid-row-start: 2;
  }
  .tablet\:row_end-2 {
    grid-row-end: 2;
  }
  .tablet\:col_start-3 {
    grid-column-start: 3;
  }
  .tablet\:col_end-3 {
    grid-column-end: 3;
  }
  .tablet\:row_start-3 {
    grid-row-start: 3;
  }
  .tablet\:row_end-3 {
    grid-row-end: 3;
  }
  .tablet\:col_start-4 {
    grid-column-start: 4;
  }
  .tablet\:col_end-4 {
    grid-column-end: 4;
  }
  .tablet\:row_start-4 {
    grid-row-start: 4;
  }
  .tablet\:row_end-4 {
    grid-row-end: 4;
  }
  .tablet\:col_start-5 {
    grid-column-start: 5;
  }
  .tablet\:col_end-5 {
    grid-column-end: 5;
  }
  .tablet\:row_start-5 {
    grid-row-start: 5;
  }
  .tablet\:row_end-5 {
    grid-row-end: 5;
  }
  .tablet\:col_start-6 {
    grid-column-start: 6;
  }
  .tablet\:col_end-6 {
    grid-column-end: 6;
  }
  .tablet\:row_start-6 {
    grid-row-start: 6;
  }
  .tablet\:row_end-6 {
    grid-row-end: 6;
  }
  .tablet\:col_start-7 {
    grid-column-start: 7;
  }
  .tablet\:col_end-7 {
    grid-column-end: 7;
  }
  .tablet\:row_start-7 {
    grid-row-start: 7;
  }
  .tablet\:row_end-7 {
    grid-row-end: 7;
  }
  .tablet\:col_start-8 {
    grid-column-start: 8;
  }
  .tablet\:col_end-8 {
    grid-column-end: 8;
  }
  .tablet\:row_start-8 {
    grid-row-start: 8;
  }
  .tablet\:row_end-8 {
    grid-row-end: 8;
  }
  .tablet\:col_start-9 {
    grid-column-start: 9;
  }
  .tablet\:col_end-9 {
    grid-column-end: 9;
  }
  .tablet\:row_start-9 {
    grid-row-start: 9;
  }
  .tablet\:row_end-9 {
    grid-row-end: 9;
  }
  .tablet\:col_start-10 {
    grid-column-start: 10;
  }
  .tablet\:col_end-10 {
    grid-column-end: 10;
  }
  .tablet\:row_start-10 {
    grid-row-start: 10;
  }
  .tablet\:row_end-10 {
    grid-row-end: 10;
  }
  .tablet\:col_start-11 {
    grid-column-start: 11;
  }
  .tablet\:col_end-11 {
    grid-column-end: 11;
  }
  .tablet\:row_start-11 {
    grid-row-start: 11;
  }
  .tablet\:row_end-11 {
    grid-row-end: 11;
  }
  .tablet\:col_start-12 {
    grid-column-start: 12;
  }
  .tablet\:col_end-12 {
    grid-column-end: 12;
  }
  .tablet\:row_start-12 {
    grid-row-start: 12;
  }
  .tablet\:row_end-12 {
    grid-row-end: 12;
  }
  .tablet\:col_start-13 {
    grid-column-start: 13;
  }
  .tablet\:col_end-13 {
    grid-column-end: 13;
  }
  .tablet\:row_start-13 {
    grid-row-start: 13;
  }
  .tablet\:row_end-13 {
    grid-row-end: 13;
  }
  .tablet\:col_start-14 {
    grid-column-start: 14;
  }
  .tablet\:col_end-14 {
    grid-column-end: 14;
  }
  .tablet\:row_start-14 {
    grid-row-start: 14;
  }
  .tablet\:row_end-14 {
    grid-row-end: 14;
  }
  .tablet\:col_start-15 {
    grid-column-start: 15;
  }
  .tablet\:col_end-15 {
    grid-column-end: 15;
  }
  .tablet\:row_start-15 {
    grid-row-start: 15;
  }
  .tablet\:row_end-15 {
    grid-row-end: 15;
  }
  .tablet\:col_start-16 {
    grid-column-start: 16;
  }
  .tablet\:col_end-16 {
    grid-column-end: 16;
  }
  .tablet\:row_start-16 {
    grid-row-start: 16;
  }
  .tablet\:row_end-16 {
    grid-row-end: 16;
  }
  .tablet\:col_start-17 {
    grid-column-start: 17;
  }
  .tablet\:col_end-17 {
    grid-column-end: 17;
  }
  .tablet\:row_start-17 {
    grid-row-start: 17;
  }
  .tablet\:row_end-17 {
    grid-row-end: 17;
  }
  .tablet\:col_start-18 {
    grid-column-start: 18;
  }
  .tablet\:col_end-18 {
    grid-column-end: 18;
  }
  .tablet\:row_start-18 {
    grid-row-start: 18;
  }
  .tablet\:row_end-18 {
    grid-row-end: 18;
  }
  .tablet\:col_start-19 {
    grid-column-start: 19;
  }
  .tablet\:col_end-19 {
    grid-column-end: 19;
  }
  .tablet\:row_start-19 {
    grid-row-start: 19;
  }
  .tablet\:row_end-19 {
    grid-row-end: 19;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:col_start-1 {
    grid-column-start: 1;
  }
  .tablet-m\:col_end-1 {
    grid-column-end: 1;
  }
  .tablet-m\:row_start-1 {
    grid-row-start: 1;
  }
  .tablet-m\:row_end-1 {
    grid-row-end: 1;
  }
  .tablet-m\:col_start-2 {
    grid-column-start: 2;
  }
  .tablet-m\:col_end-2 {
    grid-column-end: 2;
  }
  .tablet-m\:row_start-2 {
    grid-row-start: 2;
  }
  .tablet-m\:row_end-2 {
    grid-row-end: 2;
  }
  .tablet-m\:col_start-3 {
    grid-column-start: 3;
  }
  .tablet-m\:col_end-3 {
    grid-column-end: 3;
  }
  .tablet-m\:row_start-3 {
    grid-row-start: 3;
  }
  .tablet-m\:row_end-3 {
    grid-row-end: 3;
  }
  .tablet-m\:col_start-4 {
    grid-column-start: 4;
  }
  .tablet-m\:col_end-4 {
    grid-column-end: 4;
  }
  .tablet-m\:row_start-4 {
    grid-row-start: 4;
  }
  .tablet-m\:row_end-4 {
    grid-row-end: 4;
  }
  .tablet-m\:col_start-5 {
    grid-column-start: 5;
  }
  .tablet-m\:col_end-5 {
    grid-column-end: 5;
  }
  .tablet-m\:row_start-5 {
    grid-row-start: 5;
  }
  .tablet-m\:row_end-5 {
    grid-row-end: 5;
  }
  .tablet-m\:col_start-6 {
    grid-column-start: 6;
  }
  .tablet-m\:col_end-6 {
    grid-column-end: 6;
  }
  .tablet-m\:row_start-6 {
    grid-row-start: 6;
  }
  .tablet-m\:row_end-6 {
    grid-row-end: 6;
  }
  .tablet-m\:col_start-7 {
    grid-column-start: 7;
  }
  .tablet-m\:col_end-7 {
    grid-column-end: 7;
  }
  .tablet-m\:row_start-7 {
    grid-row-start: 7;
  }
  .tablet-m\:row_end-7 {
    grid-row-end: 7;
  }
  .tablet-m\:col_start-8 {
    grid-column-start: 8;
  }
  .tablet-m\:col_end-8 {
    grid-column-end: 8;
  }
  .tablet-m\:row_start-8 {
    grid-row-start: 8;
  }
  .tablet-m\:row_end-8 {
    grid-row-end: 8;
  }
  .tablet-m\:col_start-9 {
    grid-column-start: 9;
  }
  .tablet-m\:col_end-9 {
    grid-column-end: 9;
  }
  .tablet-m\:row_start-9 {
    grid-row-start: 9;
  }
  .tablet-m\:row_end-9 {
    grid-row-end: 9;
  }
  .tablet-m\:col_start-10 {
    grid-column-start: 10;
  }
  .tablet-m\:col_end-10 {
    grid-column-end: 10;
  }
  .tablet-m\:row_start-10 {
    grid-row-start: 10;
  }
  .tablet-m\:row_end-10 {
    grid-row-end: 10;
  }
  .tablet-m\:col_start-11 {
    grid-column-start: 11;
  }
  .tablet-m\:col_end-11 {
    grid-column-end: 11;
  }
  .tablet-m\:row_start-11 {
    grid-row-start: 11;
  }
  .tablet-m\:row_end-11 {
    grid-row-end: 11;
  }
  .tablet-m\:col_start-12 {
    grid-column-start: 12;
  }
  .tablet-m\:col_end-12 {
    grid-column-end: 12;
  }
  .tablet-m\:row_start-12 {
    grid-row-start: 12;
  }
  .tablet-m\:row_end-12 {
    grid-row-end: 12;
  }
  .tablet-m\:col_start-13 {
    grid-column-start: 13;
  }
  .tablet-m\:col_end-13 {
    grid-column-end: 13;
  }
  .tablet-m\:row_start-13 {
    grid-row-start: 13;
  }
  .tablet-m\:row_end-13 {
    grid-row-end: 13;
  }
  .tablet-m\:col_start-14 {
    grid-column-start: 14;
  }
  .tablet-m\:col_end-14 {
    grid-column-end: 14;
  }
  .tablet-m\:row_start-14 {
    grid-row-start: 14;
  }
  .tablet-m\:row_end-14 {
    grid-row-end: 14;
  }
  .tablet-m\:col_start-15 {
    grid-column-start: 15;
  }
  .tablet-m\:col_end-15 {
    grid-column-end: 15;
  }
  .tablet-m\:row_start-15 {
    grid-row-start: 15;
  }
  .tablet-m\:row_end-15 {
    grid-row-end: 15;
  }
  .tablet-m\:col_start-16 {
    grid-column-start: 16;
  }
  .tablet-m\:col_end-16 {
    grid-column-end: 16;
  }
  .tablet-m\:row_start-16 {
    grid-row-start: 16;
  }
  .tablet-m\:row_end-16 {
    grid-row-end: 16;
  }
  .tablet-m\:col_start-17 {
    grid-column-start: 17;
  }
  .tablet-m\:col_end-17 {
    grid-column-end: 17;
  }
  .tablet-m\:row_start-17 {
    grid-row-start: 17;
  }
  .tablet-m\:row_end-17 {
    grid-row-end: 17;
  }
  .tablet-m\:col_start-18 {
    grid-column-start: 18;
  }
  .tablet-m\:col_end-18 {
    grid-column-end: 18;
  }
  .tablet-m\:row_start-18 {
    grid-row-start: 18;
  }
  .tablet-m\:row_end-18 {
    grid-row-end: 18;
  }
  .tablet-m\:col_start-19 {
    grid-column-start: 19;
  }
  .tablet-m\:col_end-19 {
    grid-column-end: 19;
  }
  .tablet-m\:row_start-19 {
    grid-row-start: 19;
  }
  .tablet-m\:row_end-19 {
    grid-row-end: 19;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:col_start-1 {
    grid-column-start: 1;
  }
  .tablet-l\:col_end-1 {
    grid-column-end: 1;
  }
  .tablet-l\:row_start-1 {
    grid-row-start: 1;
  }
  .tablet-l\:row_end-1 {
    grid-row-end: 1;
  }
  .tablet-l\:col_start-2 {
    grid-column-start: 2;
  }
  .tablet-l\:col_end-2 {
    grid-column-end: 2;
  }
  .tablet-l\:row_start-2 {
    grid-row-start: 2;
  }
  .tablet-l\:row_end-2 {
    grid-row-end: 2;
  }
  .tablet-l\:col_start-3 {
    grid-column-start: 3;
  }
  .tablet-l\:col_end-3 {
    grid-column-end: 3;
  }
  .tablet-l\:row_start-3 {
    grid-row-start: 3;
  }
  .tablet-l\:row_end-3 {
    grid-row-end: 3;
  }
  .tablet-l\:col_start-4 {
    grid-column-start: 4;
  }
  .tablet-l\:col_end-4 {
    grid-column-end: 4;
  }
  .tablet-l\:row_start-4 {
    grid-row-start: 4;
  }
  .tablet-l\:row_end-4 {
    grid-row-end: 4;
  }
  .tablet-l\:col_start-5 {
    grid-column-start: 5;
  }
  .tablet-l\:col_end-5 {
    grid-column-end: 5;
  }
  .tablet-l\:row_start-5 {
    grid-row-start: 5;
  }
  .tablet-l\:row_end-5 {
    grid-row-end: 5;
  }
  .tablet-l\:col_start-6 {
    grid-column-start: 6;
  }
  .tablet-l\:col_end-6 {
    grid-column-end: 6;
  }
  .tablet-l\:row_start-6 {
    grid-row-start: 6;
  }
  .tablet-l\:row_end-6 {
    grid-row-end: 6;
  }
  .tablet-l\:col_start-7 {
    grid-column-start: 7;
  }
  .tablet-l\:col_end-7 {
    grid-column-end: 7;
  }
  .tablet-l\:row_start-7 {
    grid-row-start: 7;
  }
  .tablet-l\:row_end-7 {
    grid-row-end: 7;
  }
  .tablet-l\:col_start-8 {
    grid-column-start: 8;
  }
  .tablet-l\:col_end-8 {
    grid-column-end: 8;
  }
  .tablet-l\:row_start-8 {
    grid-row-start: 8;
  }
  .tablet-l\:row_end-8 {
    grid-row-end: 8;
  }
  .tablet-l\:col_start-9 {
    grid-column-start: 9;
  }
  .tablet-l\:col_end-9 {
    grid-column-end: 9;
  }
  .tablet-l\:row_start-9 {
    grid-row-start: 9;
  }
  .tablet-l\:row_end-9 {
    grid-row-end: 9;
  }
  .tablet-l\:col_start-10 {
    grid-column-start: 10;
  }
  .tablet-l\:col_end-10 {
    grid-column-end: 10;
  }
  .tablet-l\:row_start-10 {
    grid-row-start: 10;
  }
  .tablet-l\:row_end-10 {
    grid-row-end: 10;
  }
  .tablet-l\:col_start-11 {
    grid-column-start: 11;
  }
  .tablet-l\:col_end-11 {
    grid-column-end: 11;
  }
  .tablet-l\:row_start-11 {
    grid-row-start: 11;
  }
  .tablet-l\:row_end-11 {
    grid-row-end: 11;
  }
  .tablet-l\:col_start-12 {
    grid-column-start: 12;
  }
  .tablet-l\:col_end-12 {
    grid-column-end: 12;
  }
  .tablet-l\:row_start-12 {
    grid-row-start: 12;
  }
  .tablet-l\:row_end-12 {
    grid-row-end: 12;
  }
  .tablet-l\:col_start-13 {
    grid-column-start: 13;
  }
  .tablet-l\:col_end-13 {
    grid-column-end: 13;
  }
  .tablet-l\:row_start-13 {
    grid-row-start: 13;
  }
  .tablet-l\:row_end-13 {
    grid-row-end: 13;
  }
  .tablet-l\:col_start-14 {
    grid-column-start: 14;
  }
  .tablet-l\:col_end-14 {
    grid-column-end: 14;
  }
  .tablet-l\:row_start-14 {
    grid-row-start: 14;
  }
  .tablet-l\:row_end-14 {
    grid-row-end: 14;
  }
  .tablet-l\:col_start-15 {
    grid-column-start: 15;
  }
  .tablet-l\:col_end-15 {
    grid-column-end: 15;
  }
  .tablet-l\:row_start-15 {
    grid-row-start: 15;
  }
  .tablet-l\:row_end-15 {
    grid-row-end: 15;
  }
  .tablet-l\:col_start-16 {
    grid-column-start: 16;
  }
  .tablet-l\:col_end-16 {
    grid-column-end: 16;
  }
  .tablet-l\:row_start-16 {
    grid-row-start: 16;
  }
  .tablet-l\:row_end-16 {
    grid-row-end: 16;
  }
  .tablet-l\:col_start-17 {
    grid-column-start: 17;
  }
  .tablet-l\:col_end-17 {
    grid-column-end: 17;
  }
  .tablet-l\:row_start-17 {
    grid-row-start: 17;
  }
  .tablet-l\:row_end-17 {
    grid-row-end: 17;
  }
  .tablet-l\:col_start-18 {
    grid-column-start: 18;
  }
  .tablet-l\:col_end-18 {
    grid-column-end: 18;
  }
  .tablet-l\:row_start-18 {
    grid-row-start: 18;
  }
  .tablet-l\:row_end-18 {
    grid-row-end: 18;
  }
  .tablet-l\:col_start-19 {
    grid-column-start: 19;
  }
  .tablet-l\:col_end-19 {
    grid-column-end: 19;
  }
  .tablet-l\:row_start-19 {
    grid-row-start: 19;
  }
  .tablet-l\:row_end-19 {
    grid-row-end: 19;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:col_start-1 {
    grid-column-start: 1;
  }
  .laptop\:col_end-1 {
    grid-column-end: 1;
  }
  .laptop\:row_start-1 {
    grid-row-start: 1;
  }
  .laptop\:row_end-1 {
    grid-row-end: 1;
  }
  .laptop\:col_start-2 {
    grid-column-start: 2;
  }
  .laptop\:col_end-2 {
    grid-column-end: 2;
  }
  .laptop\:row_start-2 {
    grid-row-start: 2;
  }
  .laptop\:row_end-2 {
    grid-row-end: 2;
  }
  .laptop\:col_start-3 {
    grid-column-start: 3;
  }
  .laptop\:col_end-3 {
    grid-column-end: 3;
  }
  .laptop\:row_start-3 {
    grid-row-start: 3;
  }
  .laptop\:row_end-3 {
    grid-row-end: 3;
  }
  .laptop\:col_start-4 {
    grid-column-start: 4;
  }
  .laptop\:col_end-4 {
    grid-column-end: 4;
  }
  .laptop\:row_start-4 {
    grid-row-start: 4;
  }
  .laptop\:row_end-4 {
    grid-row-end: 4;
  }
  .laptop\:col_start-5 {
    grid-column-start: 5;
  }
  .laptop\:col_end-5 {
    grid-column-end: 5;
  }
  .laptop\:row_start-5 {
    grid-row-start: 5;
  }
  .laptop\:row_end-5 {
    grid-row-end: 5;
  }
  .laptop\:col_start-6 {
    grid-column-start: 6;
  }
  .laptop\:col_end-6 {
    grid-column-end: 6;
  }
  .laptop\:row_start-6 {
    grid-row-start: 6;
  }
  .laptop\:row_end-6 {
    grid-row-end: 6;
  }
  .laptop\:col_start-7 {
    grid-column-start: 7;
  }
  .laptop\:col_end-7 {
    grid-column-end: 7;
  }
  .laptop\:row_start-7 {
    grid-row-start: 7;
  }
  .laptop\:row_end-7 {
    grid-row-end: 7;
  }
  .laptop\:col_start-8 {
    grid-column-start: 8;
  }
  .laptop\:col_end-8 {
    grid-column-end: 8;
  }
  .laptop\:row_start-8 {
    grid-row-start: 8;
  }
  .laptop\:row_end-8 {
    grid-row-end: 8;
  }
  .laptop\:col_start-9 {
    grid-column-start: 9;
  }
  .laptop\:col_end-9 {
    grid-column-end: 9;
  }
  .laptop\:row_start-9 {
    grid-row-start: 9;
  }
  .laptop\:row_end-9 {
    grid-row-end: 9;
  }
  .laptop\:col_start-10 {
    grid-column-start: 10;
  }
  .laptop\:col_end-10 {
    grid-column-end: 10;
  }
  .laptop\:row_start-10 {
    grid-row-start: 10;
  }
  .laptop\:row_end-10 {
    grid-row-end: 10;
  }
  .laptop\:col_start-11 {
    grid-column-start: 11;
  }
  .laptop\:col_end-11 {
    grid-column-end: 11;
  }
  .laptop\:row_start-11 {
    grid-row-start: 11;
  }
  .laptop\:row_end-11 {
    grid-row-end: 11;
  }
  .laptop\:col_start-12 {
    grid-column-start: 12;
  }
  .laptop\:col_end-12 {
    grid-column-end: 12;
  }
  .laptop\:row_start-12 {
    grid-row-start: 12;
  }
  .laptop\:row_end-12 {
    grid-row-end: 12;
  }
  .laptop\:col_start-13 {
    grid-column-start: 13;
  }
  .laptop\:col_end-13 {
    grid-column-end: 13;
  }
  .laptop\:row_start-13 {
    grid-row-start: 13;
  }
  .laptop\:row_end-13 {
    grid-row-end: 13;
  }
  .laptop\:col_start-14 {
    grid-column-start: 14;
  }
  .laptop\:col_end-14 {
    grid-column-end: 14;
  }
  .laptop\:row_start-14 {
    grid-row-start: 14;
  }
  .laptop\:row_end-14 {
    grid-row-end: 14;
  }
  .laptop\:col_start-15 {
    grid-column-start: 15;
  }
  .laptop\:col_end-15 {
    grid-column-end: 15;
  }
  .laptop\:row_start-15 {
    grid-row-start: 15;
  }
  .laptop\:row_end-15 {
    grid-row-end: 15;
  }
  .laptop\:col_start-16 {
    grid-column-start: 16;
  }
  .laptop\:col_end-16 {
    grid-column-end: 16;
  }
  .laptop\:row_start-16 {
    grid-row-start: 16;
  }
  .laptop\:row_end-16 {
    grid-row-end: 16;
  }
  .laptop\:col_start-17 {
    grid-column-start: 17;
  }
  .laptop\:col_end-17 {
    grid-column-end: 17;
  }
  .laptop\:row_start-17 {
    grid-row-start: 17;
  }
  .laptop\:row_end-17 {
    grid-row-end: 17;
  }
  .laptop\:col_start-18 {
    grid-column-start: 18;
  }
  .laptop\:col_end-18 {
    grid-column-end: 18;
  }
  .laptop\:row_start-18 {
    grid-row-start: 18;
  }
  .laptop\:row_end-18 {
    grid-row-end: 18;
  }
  .laptop\:col_start-19 {
    grid-column-start: 19;
  }
  .laptop\:col_end-19 {
    grid-column-end: 19;
  }
  .laptop\:row_start-19 {
    grid-row-start: 19;
  }
  .laptop\:row_end-19 {
    grid-row-end: 19;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:col_start-1 {
    grid-column-start: 1;
  }
  .laptop-l\:col_end-1 {
    grid-column-end: 1;
  }
  .laptop-l\:row_start-1 {
    grid-row-start: 1;
  }
  .laptop-l\:row_end-1 {
    grid-row-end: 1;
  }
  .laptop-l\:col_start-2 {
    grid-column-start: 2;
  }
  .laptop-l\:col_end-2 {
    grid-column-end: 2;
  }
  .laptop-l\:row_start-2 {
    grid-row-start: 2;
  }
  .laptop-l\:row_end-2 {
    grid-row-end: 2;
  }
  .laptop-l\:col_start-3 {
    grid-column-start: 3;
  }
  .laptop-l\:col_end-3 {
    grid-column-end: 3;
  }
  .laptop-l\:row_start-3 {
    grid-row-start: 3;
  }
  .laptop-l\:row_end-3 {
    grid-row-end: 3;
  }
  .laptop-l\:col_start-4 {
    grid-column-start: 4;
  }
  .laptop-l\:col_end-4 {
    grid-column-end: 4;
  }
  .laptop-l\:row_start-4 {
    grid-row-start: 4;
  }
  .laptop-l\:row_end-4 {
    grid-row-end: 4;
  }
  .laptop-l\:col_start-5 {
    grid-column-start: 5;
  }
  .laptop-l\:col_end-5 {
    grid-column-end: 5;
  }
  .laptop-l\:row_start-5 {
    grid-row-start: 5;
  }
  .laptop-l\:row_end-5 {
    grid-row-end: 5;
  }
  .laptop-l\:col_start-6 {
    grid-column-start: 6;
  }
  .laptop-l\:col_end-6 {
    grid-column-end: 6;
  }
  .laptop-l\:row_start-6 {
    grid-row-start: 6;
  }
  .laptop-l\:row_end-6 {
    grid-row-end: 6;
  }
  .laptop-l\:col_start-7 {
    grid-column-start: 7;
  }
  .laptop-l\:col_end-7 {
    grid-column-end: 7;
  }
  .laptop-l\:row_start-7 {
    grid-row-start: 7;
  }
  .laptop-l\:row_end-7 {
    grid-row-end: 7;
  }
  .laptop-l\:col_start-8 {
    grid-column-start: 8;
  }
  .laptop-l\:col_end-8 {
    grid-column-end: 8;
  }
  .laptop-l\:row_start-8 {
    grid-row-start: 8;
  }
  .laptop-l\:row_end-8 {
    grid-row-end: 8;
  }
  .laptop-l\:col_start-9 {
    grid-column-start: 9;
  }
  .laptop-l\:col_end-9 {
    grid-column-end: 9;
  }
  .laptop-l\:row_start-9 {
    grid-row-start: 9;
  }
  .laptop-l\:row_end-9 {
    grid-row-end: 9;
  }
  .laptop-l\:col_start-10 {
    grid-column-start: 10;
  }
  .laptop-l\:col_end-10 {
    grid-column-end: 10;
  }
  .laptop-l\:row_start-10 {
    grid-row-start: 10;
  }
  .laptop-l\:row_end-10 {
    grid-row-end: 10;
  }
  .laptop-l\:col_start-11 {
    grid-column-start: 11;
  }
  .laptop-l\:col_end-11 {
    grid-column-end: 11;
  }
  .laptop-l\:row_start-11 {
    grid-row-start: 11;
  }
  .laptop-l\:row_end-11 {
    grid-row-end: 11;
  }
  .laptop-l\:col_start-12 {
    grid-column-start: 12;
  }
  .laptop-l\:col_end-12 {
    grid-column-end: 12;
  }
  .laptop-l\:row_start-12 {
    grid-row-start: 12;
  }
  .laptop-l\:row_end-12 {
    grid-row-end: 12;
  }
  .laptop-l\:col_start-13 {
    grid-column-start: 13;
  }
  .laptop-l\:col_end-13 {
    grid-column-end: 13;
  }
  .laptop-l\:row_start-13 {
    grid-row-start: 13;
  }
  .laptop-l\:row_end-13 {
    grid-row-end: 13;
  }
  .laptop-l\:col_start-14 {
    grid-column-start: 14;
  }
  .laptop-l\:col_end-14 {
    grid-column-end: 14;
  }
  .laptop-l\:row_start-14 {
    grid-row-start: 14;
  }
  .laptop-l\:row_end-14 {
    grid-row-end: 14;
  }
  .laptop-l\:col_start-15 {
    grid-column-start: 15;
  }
  .laptop-l\:col_end-15 {
    grid-column-end: 15;
  }
  .laptop-l\:row_start-15 {
    grid-row-start: 15;
  }
  .laptop-l\:row_end-15 {
    grid-row-end: 15;
  }
  .laptop-l\:col_start-16 {
    grid-column-start: 16;
  }
  .laptop-l\:col_end-16 {
    grid-column-end: 16;
  }
  .laptop-l\:row_start-16 {
    grid-row-start: 16;
  }
  .laptop-l\:row_end-16 {
    grid-row-end: 16;
  }
  .laptop-l\:col_start-17 {
    grid-column-start: 17;
  }
  .laptop-l\:col_end-17 {
    grid-column-end: 17;
  }
  .laptop-l\:row_start-17 {
    grid-row-start: 17;
  }
  .laptop-l\:row_end-17 {
    grid-row-end: 17;
  }
  .laptop-l\:col_start-18 {
    grid-column-start: 18;
  }
  .laptop-l\:col_end-18 {
    grid-column-end: 18;
  }
  .laptop-l\:row_start-18 {
    grid-row-start: 18;
  }
  .laptop-l\:row_end-18 {
    grid-row-end: 18;
  }
  .laptop-l\:col_start-19 {
    grid-column-start: 19;
  }
  .laptop-l\:col_end-19 {
    grid-column-end: 19;
  }
  .laptop-l\:row_start-19 {
    grid-row-start: 19;
  }
  .laptop-l\:row_end-19 {
    grid-row-end: 19;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:col_start-1 {
    grid-column-start: 1;
  }
  .laptop-xl\:col_end-1 {
    grid-column-end: 1;
  }
  .laptop-xl\:row_start-1 {
    grid-row-start: 1;
  }
  .laptop-xl\:row_end-1 {
    grid-row-end: 1;
  }
  .laptop-xl\:col_start-2 {
    grid-column-start: 2;
  }
  .laptop-xl\:col_end-2 {
    grid-column-end: 2;
  }
  .laptop-xl\:row_start-2 {
    grid-row-start: 2;
  }
  .laptop-xl\:row_end-2 {
    grid-row-end: 2;
  }
  .laptop-xl\:col_start-3 {
    grid-column-start: 3;
  }
  .laptop-xl\:col_end-3 {
    grid-column-end: 3;
  }
  .laptop-xl\:row_start-3 {
    grid-row-start: 3;
  }
  .laptop-xl\:row_end-3 {
    grid-row-end: 3;
  }
  .laptop-xl\:col_start-4 {
    grid-column-start: 4;
  }
  .laptop-xl\:col_end-4 {
    grid-column-end: 4;
  }
  .laptop-xl\:row_start-4 {
    grid-row-start: 4;
  }
  .laptop-xl\:row_end-4 {
    grid-row-end: 4;
  }
  .laptop-xl\:col_start-5 {
    grid-column-start: 5;
  }
  .laptop-xl\:col_end-5 {
    grid-column-end: 5;
  }
  .laptop-xl\:row_start-5 {
    grid-row-start: 5;
  }
  .laptop-xl\:row_end-5 {
    grid-row-end: 5;
  }
  .laptop-xl\:col_start-6 {
    grid-column-start: 6;
  }
  .laptop-xl\:col_end-6 {
    grid-column-end: 6;
  }
  .laptop-xl\:row_start-6 {
    grid-row-start: 6;
  }
  .laptop-xl\:row_end-6 {
    grid-row-end: 6;
  }
  .laptop-xl\:col_start-7 {
    grid-column-start: 7;
  }
  .laptop-xl\:col_end-7 {
    grid-column-end: 7;
  }
  .laptop-xl\:row_start-7 {
    grid-row-start: 7;
  }
  .laptop-xl\:row_end-7 {
    grid-row-end: 7;
  }
  .laptop-xl\:col_start-8 {
    grid-column-start: 8;
  }
  .laptop-xl\:col_end-8 {
    grid-column-end: 8;
  }
  .laptop-xl\:row_start-8 {
    grid-row-start: 8;
  }
  .laptop-xl\:row_end-8 {
    grid-row-end: 8;
  }
  .laptop-xl\:col_start-9 {
    grid-column-start: 9;
  }
  .laptop-xl\:col_end-9 {
    grid-column-end: 9;
  }
  .laptop-xl\:row_start-9 {
    grid-row-start: 9;
  }
  .laptop-xl\:row_end-9 {
    grid-row-end: 9;
  }
  .laptop-xl\:col_start-10 {
    grid-column-start: 10;
  }
  .laptop-xl\:col_end-10 {
    grid-column-end: 10;
  }
  .laptop-xl\:row_start-10 {
    grid-row-start: 10;
  }
  .laptop-xl\:row_end-10 {
    grid-row-end: 10;
  }
  .laptop-xl\:col_start-11 {
    grid-column-start: 11;
  }
  .laptop-xl\:col_end-11 {
    grid-column-end: 11;
  }
  .laptop-xl\:row_start-11 {
    grid-row-start: 11;
  }
  .laptop-xl\:row_end-11 {
    grid-row-end: 11;
  }
  .laptop-xl\:col_start-12 {
    grid-column-start: 12;
  }
  .laptop-xl\:col_end-12 {
    grid-column-end: 12;
  }
  .laptop-xl\:row_start-12 {
    grid-row-start: 12;
  }
  .laptop-xl\:row_end-12 {
    grid-row-end: 12;
  }
  .laptop-xl\:col_start-13 {
    grid-column-start: 13;
  }
  .laptop-xl\:col_end-13 {
    grid-column-end: 13;
  }
  .laptop-xl\:row_start-13 {
    grid-row-start: 13;
  }
  .laptop-xl\:row_end-13 {
    grid-row-end: 13;
  }
  .laptop-xl\:col_start-14 {
    grid-column-start: 14;
  }
  .laptop-xl\:col_end-14 {
    grid-column-end: 14;
  }
  .laptop-xl\:row_start-14 {
    grid-row-start: 14;
  }
  .laptop-xl\:row_end-14 {
    grid-row-end: 14;
  }
  .laptop-xl\:col_start-15 {
    grid-column-start: 15;
  }
  .laptop-xl\:col_end-15 {
    grid-column-end: 15;
  }
  .laptop-xl\:row_start-15 {
    grid-row-start: 15;
  }
  .laptop-xl\:row_end-15 {
    grid-row-end: 15;
  }
  .laptop-xl\:col_start-16 {
    grid-column-start: 16;
  }
  .laptop-xl\:col_end-16 {
    grid-column-end: 16;
  }
  .laptop-xl\:row_start-16 {
    grid-row-start: 16;
  }
  .laptop-xl\:row_end-16 {
    grid-row-end: 16;
  }
  .laptop-xl\:col_start-17 {
    grid-column-start: 17;
  }
  .laptop-xl\:col_end-17 {
    grid-column-end: 17;
  }
  .laptop-xl\:row_start-17 {
    grid-row-start: 17;
  }
  .laptop-xl\:row_end-17 {
    grid-row-end: 17;
  }
  .laptop-xl\:col_start-18 {
    grid-column-start: 18;
  }
  .laptop-xl\:col_end-18 {
    grid-column-end: 18;
  }
  .laptop-xl\:row_start-18 {
    grid-row-start: 18;
  }
  .laptop-xl\:row_end-18 {
    grid-row-end: 18;
  }
  .laptop-xl\:col_start-19 {
    grid-column-start: 19;
  }
  .laptop-xl\:col_end-19 {
    grid-column-end: 19;
  }
  .laptop-xl\:row_start-19 {
    grid-row-start: 19;
  }
  .laptop-xl\:row_end-19 {
    grid-row-end: 19;
  }
}
/**
    The Designer
*/
.primary-color {
  color: #1E1E1E;
  fill: #1E1E1E;
}

.stroke-primary-color {
  stroke: #1E1E1E;
}

button.stroke-primary-color svg {
  stroke: #1E1E1E;
}

.primary-darker-color {
  color: black;
  fill: black;
}

.stroke-primary-darker-color {
  stroke: black;
}

button.stroke-primary-darker-color svg {
  stroke: black;
}

.white-color {
  color: white;
  fill: white;
}

.stroke-white-color {
  stroke: white;
}

button.stroke-white-color svg {
  stroke: white;
}

.black-color {
  color: black;
  fill: black;
}

.stroke-black-color {
  stroke: black;
}

button.stroke-black-color svg {
  stroke: black;
}

.secondary-color {
  color: #ABABAB;
  fill: #ABABAB;
}

.stroke-secondary-color {
  stroke: #ABABAB;
}

button.stroke-secondary-color svg {
  stroke: #ABABAB;
}

.third-color {
  color: #FDF6EA;
  fill: #FDF6EA;
}

.stroke-third-color {
  stroke: #FDF6EA;
}

button.stroke-third-color svg {
  stroke: #FDF6EA;
}

.fourth-color {
  color: #707070;
  fill: #707070;
}

.stroke-fourth-color {
  stroke: #707070;
}

button.stroke-fourth-color svg {
  stroke: #707070;
}

.text-color {
  color: #26140F;
  fill: #26140F;
}

.stroke-text-color {
  stroke: #26140F;
}

button.stroke-text-color svg {
  stroke: #26140F;
}

.error-color {
  color: #ff1d25;
  fill: #ff1d25;
}

.stroke-error-color {
  stroke: #ff1d25;
}

button.stroke-error-color svg {
  stroke: #ff1d25;
}

.valid-color {
  color: #82e65a;
  fill: #82e65a;
}

.stroke-valid-color {
  stroke: #82e65a;
}

button.stroke-valid-color svg {
  stroke: #82e65a;
}

.grey-2-color {
  color: #fafafa;
  fill: #fafafa;
}

.stroke-grey-2-color {
  stroke: #fafafa;
}

button.stroke-grey-2-color svg {
  stroke: #fafafa;
}

.grey-3-color {
  color: #f7f7f7;
  fill: #f7f7f7;
}

.stroke-grey-3-color {
  stroke: #f7f7f7;
}

button.stroke-grey-3-color svg {
  stroke: #f7f7f7;
}

.grey-5-color {
  color: #f2f2f2;
  fill: #f2f2f2;
}

.stroke-grey-5-color {
  stroke: #f2f2f2;
}

button.stroke-grey-5-color svg {
  stroke: #f2f2f2;
}

.grey-10-color {
  color: #e6e6e6;
  fill: #e6e6e6;
}

.stroke-grey-10-color {
  stroke: #e6e6e6;
}

button.stroke-grey-10-color svg {
  stroke: #e6e6e6;
}

.grey-20-color {
  color: #cccccc;
  fill: #cccccc;
}

.stroke-grey-20-color {
  stroke: #cccccc;
}

button.stroke-grey-20-color svg {
  stroke: #cccccc;
}

.grey-30-color {
  color: #b3b3b3;
  fill: #b3b3b3;
}

.stroke-grey-30-color {
  stroke: #b3b3b3;
}

button.stroke-grey-30-color svg {
  stroke: #b3b3b3;
}

.grey-40-color {
  color: #999999;
  fill: #999999;
}

.stroke-grey-40-color {
  stroke: #999999;
}

button.stroke-grey-40-color svg {
  stroke: #999999;
}

.grey-50-color {
  color: gray;
  fill: gray;
}

.stroke-grey-50-color {
  stroke: gray;
}

button.stroke-grey-50-color svg {
  stroke: gray;
}

.grey-60-color {
  color: #666666;
  fill: #666666;
}

.stroke-grey-60-color {
  stroke: #666666;
}

button.stroke-grey-60-color svg {
  stroke: #666666;
}

.grey-70-color {
  color: #4d4d4d;
  fill: #4d4d4d;
}

.stroke-grey-70-color {
  stroke: #4d4d4d;
}

button.stroke-grey-70-color svg {
  stroke: #4d4d4d;
}

.grey-80-color {
  color: #333333;
  fill: #333333;
}

.stroke-grey-80-color {
  stroke: #333333;
}

button.stroke-grey-80-color svg {
  stroke: #333333;
}

.grey-90-color {
  color: #1a1a1a;
  fill: #1a1a1a;
}

.stroke-grey-90-color {
  stroke: #1a1a1a;
}

button.stroke-grey-90-color svg {
  stroke: #1a1a1a;
}

.primary-color-color {
  color: #1E1E1E;
  fill: #1E1E1E;
}

.stroke-primary-color-color {
  stroke: #1E1E1E;
}

button.stroke-primary-color-color svg {
  stroke: #1E1E1E;
}

.primary-color-900-color {
  color: #383838;
  fill: #383838;
}

.stroke-primary-color-900-color {
  stroke: #383838;
}

button.stroke-primary-color-900-color svg {
  stroke: #383838;
}

.primary-color-800-color {
  color: #515151;
  fill: #515151;
}

.stroke-primary-color-800-color {
  stroke: #515151;
}

button.stroke-primary-color-800-color svg {
  stroke: #515151;
}

.primary-color-700-color {
  color: #6b6b6b;
  fill: #6b6b6b;
}

.stroke-primary-color-700-color {
  stroke: #6b6b6b;
}

button.stroke-primary-color-700-color svg {
  stroke: #6b6b6b;
}

.primary-color-600-color {
  color: #848484;
  fill: #848484;
}

.stroke-primary-color-600-color {
  stroke: #848484;
}

button.stroke-primary-color-600-color svg {
  stroke: #848484;
}

.primary-color-500-color {
  color: #9e9e9e;
  fill: #9e9e9e;
}

.stroke-primary-color-500-color {
  stroke: #9e9e9e;
}

button.stroke-primary-color-500-color svg {
  stroke: #9e9e9e;
}

.primary-color-400-color {
  color: #b7b7b7;
  fill: #b7b7b7;
}

.stroke-primary-color-400-color {
  stroke: #b7b7b7;
}

button.stroke-primary-color-400-color svg {
  stroke: #b7b7b7;
}

.primary-color-300-color {
  color: #d1d1d1;
  fill: #d1d1d1;
}

.stroke-primary-color-300-color {
  stroke: #d1d1d1;
}

button.stroke-primary-color-300-color svg {
  stroke: #d1d1d1;
}

.primary-color-200-color {
  color: #eaeaea;
  fill: #eaeaea;
}

.stroke-primary-color-200-color {
  stroke: #eaeaea;
}

button.stroke-primary-color-200-color svg {
  stroke: #eaeaea;
}

.primary-color-100-color {
  color: #fcf5e6;
  fill: #fcf5e6;
}

.stroke-primary-color-100-color {
  stroke: #fcf5e6;
}

button.stroke-primary-color-100-color svg {
  stroke: #fcf5e6;
}

.primary-color-darker-color {
  color: black;
  fill: black;
}

.stroke-primary-color-darker-color {
  stroke: black;
}

button.stroke-primary-color-darker-color svg {
  stroke: black;
}

.white-color-color {
  color: white;
  fill: white;
}

.stroke-white-color-color {
  stroke: white;
}

button.stroke-white-color-color svg {
  stroke: white;
}

.black-color-color {
  color: black;
  fill: black;
}

.stroke-black-color-color {
  stroke: black;
}

button.stroke-black-color-color svg {
  stroke: black;
}

.secondary-color-color {
  color: #ABABAB;
  fill: #ABABAB;
}

.stroke-secondary-color-color {
  stroke: #ABABAB;
}

button.stroke-secondary-color-color svg {
  stroke: #ABABAB;
}

.third-color-color {
  color: #FDF6EA;
  fill: #FDF6EA;
}

.stroke-third-color-color {
  stroke: #FDF6EA;
}

button.stroke-third-color-color svg {
  stroke: #FDF6EA;
}

.fourth-color-color {
  color: #707070;
  fill: #707070;
}

.stroke-fourth-color-color {
  stroke: #707070;
}

button.stroke-fourth-color-color svg {
  stroke: #707070;
}

.text-color-color {
  color: #26140F;
  fill: #26140F;
}

.stroke-text-color-color {
  stroke: #26140F;
}

button.stroke-text-color-color svg {
  stroke: #26140F;
}

.error-color-color {
  color: #ff1d25;
  fill: #ff1d25;
}

.stroke-error-color-color {
  stroke: #ff1d25;
}

button.stroke-error-color-color svg {
  stroke: #ff1d25;
}

.valid-color-color {
  color: #82e65a;
  fill: #82e65a;
}

.stroke-valid-color-color {
  stroke: #82e65a;
}

button.stroke-valid-color-color svg {
  stroke: #82e65a;
}

.grey-color-2-color {
  color: #fafafa;
  fill: #fafafa;
}

.stroke-grey-color-2-color {
  stroke: #fafafa;
}

button.stroke-grey-color-2-color svg {
  stroke: #fafafa;
}

.grey-color-3-color {
  color: #f7f7f7;
  fill: #f7f7f7;
}

.stroke-grey-color-3-color {
  stroke: #f7f7f7;
}

button.stroke-grey-color-3-color svg {
  stroke: #f7f7f7;
}

.grey-color-5-color {
  color: #f2f2f2;
  fill: #f2f2f2;
}

.stroke-grey-color-5-color {
  stroke: #f2f2f2;
}

button.stroke-grey-color-5-color svg {
  stroke: #f2f2f2;
}

.grey-color-10-color {
  color: #e6e6e6;
  fill: #e6e6e6;
}

.stroke-grey-color-10-color {
  stroke: #e6e6e6;
}

button.stroke-grey-color-10-color svg {
  stroke: #e6e6e6;
}

.grey-color-20-color {
  color: #cccccc;
  fill: #cccccc;
}

.stroke-grey-color-20-color {
  stroke: #cccccc;
}

button.stroke-grey-color-20-color svg {
  stroke: #cccccc;
}

.grey-color-30-color {
  color: #b3b3b3;
  fill: #b3b3b3;
}

.stroke-grey-color-30-color {
  stroke: #b3b3b3;
}

button.stroke-grey-color-30-color svg {
  stroke: #b3b3b3;
}

.grey-color-40-color {
  color: #999999;
  fill: #999999;
}

.stroke-grey-color-40-color {
  stroke: #999999;
}

button.stroke-grey-color-40-color svg {
  stroke: #999999;
}

.grey-color-50-color {
  color: gray;
  fill: gray;
}

.stroke-grey-color-50-color {
  stroke: gray;
}

button.stroke-grey-color-50-color svg {
  stroke: gray;
}

.grey-color-60-color {
  color: #666666;
  fill: #666666;
}

.stroke-grey-color-60-color {
  stroke: #666666;
}

button.stroke-grey-color-60-color svg {
  stroke: #666666;
}

.grey-color-70-color {
  color: #4d4d4d;
  fill: #4d4d4d;
}

.stroke-grey-color-70-color {
  stroke: #4d4d4d;
}

button.stroke-grey-color-70-color svg {
  stroke: #4d4d4d;
}

.grey-color-80-color {
  color: #333333;
  fill: #333333;
}

.stroke-grey-color-80-color {
  stroke: #333333;
}

button.stroke-grey-color-80-color svg {
  stroke: #333333;
}

.grey-color-90-color {
  color: #1a1a1a;
  fill: #1a1a1a;
}

.stroke-grey-color-90-color {
  stroke: #1a1a1a;
}

button.stroke-grey-color-90-color svg {
  stroke: #1a1a1a;
}

@media screen and (min-width: 450px) {
  .mobile\:primary {
    color: #1E1E1E;
    fill: #1E1E1E;
  }
  .mobile\:stroke-primary-color {
    stroke: #1E1E1E;
  }
  .mobile\:primary-darker {
    color: black;
    fill: black;
  }
  .mobile\:stroke-primary-darker-color {
    stroke: black;
  }
  .mobile\:white {
    color: white;
    fill: white;
  }
  .mobile\:stroke-white-color {
    stroke: white;
  }
  .mobile\:black {
    color: black;
    fill: black;
  }
  .mobile\:stroke-black-color {
    stroke: black;
  }
  .mobile\:secondary {
    color: #ABABAB;
    fill: #ABABAB;
  }
  .mobile\:stroke-secondary-color {
    stroke: #ABABAB;
  }
  .mobile\:third {
    color: #FDF6EA;
    fill: #FDF6EA;
  }
  .mobile\:stroke-third-color {
    stroke: #FDF6EA;
  }
  .mobile\:fourth {
    color: #707070;
    fill: #707070;
  }
  .mobile\:stroke-fourth-color {
    stroke: #707070;
  }
  .mobile\:text {
    color: #26140F;
    fill: #26140F;
  }
  .mobile\:stroke-text-color {
    stroke: #26140F;
  }
  .mobile\:error {
    color: #ff1d25;
    fill: #ff1d25;
  }
  .mobile\:stroke-error-color {
    stroke: #ff1d25;
  }
  .mobile\:valid {
    color: #82e65a;
    fill: #82e65a;
  }
  .mobile\:stroke-valid-color {
    stroke: #82e65a;
  }
  .mobile\:grey-2 {
    color: #fafafa;
    fill: #fafafa;
  }
  .mobile\:stroke-grey-2-color {
    stroke: #fafafa;
  }
  .mobile\:grey-3 {
    color: #f7f7f7;
    fill: #f7f7f7;
  }
  .mobile\:stroke-grey-3-color {
    stroke: #f7f7f7;
  }
  .mobile\:grey-5 {
    color: #f2f2f2;
    fill: #f2f2f2;
  }
  .mobile\:stroke-grey-5-color {
    stroke: #f2f2f2;
  }
  .mobile\:grey-10 {
    color: #e6e6e6;
    fill: #e6e6e6;
  }
  .mobile\:stroke-grey-10-color {
    stroke: #e6e6e6;
  }
  .mobile\:grey-20 {
    color: #cccccc;
    fill: #cccccc;
  }
  .mobile\:stroke-grey-20-color {
    stroke: #cccccc;
  }
  .mobile\:grey-30 {
    color: #b3b3b3;
    fill: #b3b3b3;
  }
  .mobile\:stroke-grey-30-color {
    stroke: #b3b3b3;
  }
  .mobile\:grey-40 {
    color: #999999;
    fill: #999999;
  }
  .mobile\:stroke-grey-40-color {
    stroke: #999999;
  }
  .mobile\:grey-50 {
    color: gray;
    fill: gray;
  }
  .mobile\:stroke-grey-50-color {
    stroke: gray;
  }
  .mobile\:grey-60 {
    color: #666666;
    fill: #666666;
  }
  .mobile\:stroke-grey-60-color {
    stroke: #666666;
  }
  .mobile\:grey-70 {
    color: #4d4d4d;
    fill: #4d4d4d;
  }
  .mobile\:stroke-grey-70-color {
    stroke: #4d4d4d;
  }
  .mobile\:grey-80 {
    color: #333333;
    fill: #333333;
  }
  .mobile\:stroke-grey-80-color {
    stroke: #333333;
  }
  .mobile\:grey-90 {
    color: #1a1a1a;
    fill: #1a1a1a;
  }
  .mobile\:stroke-grey-90-color {
    stroke: #1a1a1a;
  }
  .mobile\:primary-color {
    color: #1E1E1E;
    fill: #1E1E1E;
  }
  .mobile\:stroke-primary-color-color {
    stroke: #1E1E1E;
  }
  .mobile\:primary-color-900 {
    color: #383838;
    fill: #383838;
  }
  .mobile\:stroke-primary-color-900-color {
    stroke: #383838;
  }
  .mobile\:primary-color-800 {
    color: #515151;
    fill: #515151;
  }
  .mobile\:stroke-primary-color-800-color {
    stroke: #515151;
  }
  .mobile\:primary-color-700 {
    color: #6b6b6b;
    fill: #6b6b6b;
  }
  .mobile\:stroke-primary-color-700-color {
    stroke: #6b6b6b;
  }
  .mobile\:primary-color-600 {
    color: #848484;
    fill: #848484;
  }
  .mobile\:stroke-primary-color-600-color {
    stroke: #848484;
  }
  .mobile\:primary-color-500 {
    color: #9e9e9e;
    fill: #9e9e9e;
  }
  .mobile\:stroke-primary-color-500-color {
    stroke: #9e9e9e;
  }
  .mobile\:primary-color-400 {
    color: #b7b7b7;
    fill: #b7b7b7;
  }
  .mobile\:stroke-primary-color-400-color {
    stroke: #b7b7b7;
  }
  .mobile\:primary-color-300 {
    color: #d1d1d1;
    fill: #d1d1d1;
  }
  .mobile\:stroke-primary-color-300-color {
    stroke: #d1d1d1;
  }
  .mobile\:primary-color-200 {
    color: #eaeaea;
    fill: #eaeaea;
  }
  .mobile\:stroke-primary-color-200-color {
    stroke: #eaeaea;
  }
  .mobile\:primary-color-100 {
    color: #fcf5e6;
    fill: #fcf5e6;
  }
  .mobile\:stroke-primary-color-100-color {
    stroke: #fcf5e6;
  }
  .mobile\:primary-color-darker {
    color: black;
    fill: black;
  }
  .mobile\:stroke-primary-color-darker-color {
    stroke: black;
  }
  .mobile\:white-color {
    color: white;
    fill: white;
  }
  .mobile\:stroke-white-color-color {
    stroke: white;
  }
  .mobile\:black-color {
    color: black;
    fill: black;
  }
  .mobile\:stroke-black-color-color {
    stroke: black;
  }
  .mobile\:secondary-color {
    color: #ABABAB;
    fill: #ABABAB;
  }
  .mobile\:stroke-secondary-color-color {
    stroke: #ABABAB;
  }
  .mobile\:third-color {
    color: #FDF6EA;
    fill: #FDF6EA;
  }
  .mobile\:stroke-third-color-color {
    stroke: #FDF6EA;
  }
  .mobile\:fourth-color {
    color: #707070;
    fill: #707070;
  }
  .mobile\:stroke-fourth-color-color {
    stroke: #707070;
  }
  .mobile\:text-color {
    color: #26140F;
    fill: #26140F;
  }
  .mobile\:stroke-text-color-color {
    stroke: #26140F;
  }
  .mobile\:error-color {
    color: #ff1d25;
    fill: #ff1d25;
  }
  .mobile\:stroke-error-color-color {
    stroke: #ff1d25;
  }
  .mobile\:valid-color {
    color: #82e65a;
    fill: #82e65a;
  }
  .mobile\:stroke-valid-color-color {
    stroke: #82e65a;
  }
  .mobile\:grey-color-2 {
    color: #fafafa;
    fill: #fafafa;
  }
  .mobile\:stroke-grey-color-2-color {
    stroke: #fafafa;
  }
  .mobile\:grey-color-3 {
    color: #f7f7f7;
    fill: #f7f7f7;
  }
  .mobile\:stroke-grey-color-3-color {
    stroke: #f7f7f7;
  }
  .mobile\:grey-color-5 {
    color: #f2f2f2;
    fill: #f2f2f2;
  }
  .mobile\:stroke-grey-color-5-color {
    stroke: #f2f2f2;
  }
  .mobile\:grey-color-10 {
    color: #e6e6e6;
    fill: #e6e6e6;
  }
  .mobile\:stroke-grey-color-10-color {
    stroke: #e6e6e6;
  }
  .mobile\:grey-color-20 {
    color: #cccccc;
    fill: #cccccc;
  }
  .mobile\:stroke-grey-color-20-color {
    stroke: #cccccc;
  }
  .mobile\:grey-color-30 {
    color: #b3b3b3;
    fill: #b3b3b3;
  }
  .mobile\:stroke-grey-color-30-color {
    stroke: #b3b3b3;
  }
  .mobile\:grey-color-40 {
    color: #999999;
    fill: #999999;
  }
  .mobile\:stroke-grey-color-40-color {
    stroke: #999999;
  }
  .mobile\:grey-color-50 {
    color: gray;
    fill: gray;
  }
  .mobile\:stroke-grey-color-50-color {
    stroke: gray;
  }
  .mobile\:grey-color-60 {
    color: #666666;
    fill: #666666;
  }
  .mobile\:stroke-grey-color-60-color {
    stroke: #666666;
  }
  .mobile\:grey-color-70 {
    color: #4d4d4d;
    fill: #4d4d4d;
  }
  .mobile\:stroke-grey-color-70-color {
    stroke: #4d4d4d;
  }
  .mobile\:grey-color-80 {
    color: #333333;
    fill: #333333;
  }
  .mobile\:stroke-grey-color-80-color {
    stroke: #333333;
  }
  .mobile\:grey-color-90 {
    color: #1a1a1a;
    fill: #1a1a1a;
  }
  .mobile\:stroke-grey-color-90-color {
    stroke: #1a1a1a;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:primary {
    color: #1E1E1E;
    fill: #1E1E1E;
  }
  .mobile-l\:stroke-primary-color {
    stroke: #1E1E1E;
  }
  .mobile-l\:primary-darker {
    color: black;
    fill: black;
  }
  .mobile-l\:stroke-primary-darker-color {
    stroke: black;
  }
  .mobile-l\:white {
    color: white;
    fill: white;
  }
  .mobile-l\:stroke-white-color {
    stroke: white;
  }
  .mobile-l\:black {
    color: black;
    fill: black;
  }
  .mobile-l\:stroke-black-color {
    stroke: black;
  }
  .mobile-l\:secondary {
    color: #ABABAB;
    fill: #ABABAB;
  }
  .mobile-l\:stroke-secondary-color {
    stroke: #ABABAB;
  }
  .mobile-l\:third {
    color: #FDF6EA;
    fill: #FDF6EA;
  }
  .mobile-l\:stroke-third-color {
    stroke: #FDF6EA;
  }
  .mobile-l\:fourth {
    color: #707070;
    fill: #707070;
  }
  .mobile-l\:stroke-fourth-color {
    stroke: #707070;
  }
  .mobile-l\:text {
    color: #26140F;
    fill: #26140F;
  }
  .mobile-l\:stroke-text-color {
    stroke: #26140F;
  }
  .mobile-l\:error {
    color: #ff1d25;
    fill: #ff1d25;
  }
  .mobile-l\:stroke-error-color {
    stroke: #ff1d25;
  }
  .mobile-l\:valid {
    color: #82e65a;
    fill: #82e65a;
  }
  .mobile-l\:stroke-valid-color {
    stroke: #82e65a;
  }
  .mobile-l\:grey-2 {
    color: #fafafa;
    fill: #fafafa;
  }
  .mobile-l\:stroke-grey-2-color {
    stroke: #fafafa;
  }
  .mobile-l\:grey-3 {
    color: #f7f7f7;
    fill: #f7f7f7;
  }
  .mobile-l\:stroke-grey-3-color {
    stroke: #f7f7f7;
  }
  .mobile-l\:grey-5 {
    color: #f2f2f2;
    fill: #f2f2f2;
  }
  .mobile-l\:stroke-grey-5-color {
    stroke: #f2f2f2;
  }
  .mobile-l\:grey-10 {
    color: #e6e6e6;
    fill: #e6e6e6;
  }
  .mobile-l\:stroke-grey-10-color {
    stroke: #e6e6e6;
  }
  .mobile-l\:grey-20 {
    color: #cccccc;
    fill: #cccccc;
  }
  .mobile-l\:stroke-grey-20-color {
    stroke: #cccccc;
  }
  .mobile-l\:grey-30 {
    color: #b3b3b3;
    fill: #b3b3b3;
  }
  .mobile-l\:stroke-grey-30-color {
    stroke: #b3b3b3;
  }
  .mobile-l\:grey-40 {
    color: #999999;
    fill: #999999;
  }
  .mobile-l\:stroke-grey-40-color {
    stroke: #999999;
  }
  .mobile-l\:grey-50 {
    color: gray;
    fill: gray;
  }
  .mobile-l\:stroke-grey-50-color {
    stroke: gray;
  }
  .mobile-l\:grey-60 {
    color: #666666;
    fill: #666666;
  }
  .mobile-l\:stroke-grey-60-color {
    stroke: #666666;
  }
  .mobile-l\:grey-70 {
    color: #4d4d4d;
    fill: #4d4d4d;
  }
  .mobile-l\:stroke-grey-70-color {
    stroke: #4d4d4d;
  }
  .mobile-l\:grey-80 {
    color: #333333;
    fill: #333333;
  }
  .mobile-l\:stroke-grey-80-color {
    stroke: #333333;
  }
  .mobile-l\:grey-90 {
    color: #1a1a1a;
    fill: #1a1a1a;
  }
  .mobile-l\:stroke-grey-90-color {
    stroke: #1a1a1a;
  }
  .mobile-l\:primary-color {
    color: #1E1E1E;
    fill: #1E1E1E;
  }
  .mobile-l\:stroke-primary-color-color {
    stroke: #1E1E1E;
  }
  .mobile-l\:primary-color-900 {
    color: #383838;
    fill: #383838;
  }
  .mobile-l\:stroke-primary-color-900-color {
    stroke: #383838;
  }
  .mobile-l\:primary-color-800 {
    color: #515151;
    fill: #515151;
  }
  .mobile-l\:stroke-primary-color-800-color {
    stroke: #515151;
  }
  .mobile-l\:primary-color-700 {
    color: #6b6b6b;
    fill: #6b6b6b;
  }
  .mobile-l\:stroke-primary-color-700-color {
    stroke: #6b6b6b;
  }
  .mobile-l\:primary-color-600 {
    color: #848484;
    fill: #848484;
  }
  .mobile-l\:stroke-primary-color-600-color {
    stroke: #848484;
  }
  .mobile-l\:primary-color-500 {
    color: #9e9e9e;
    fill: #9e9e9e;
  }
  .mobile-l\:stroke-primary-color-500-color {
    stroke: #9e9e9e;
  }
  .mobile-l\:primary-color-400 {
    color: #b7b7b7;
    fill: #b7b7b7;
  }
  .mobile-l\:stroke-primary-color-400-color {
    stroke: #b7b7b7;
  }
  .mobile-l\:primary-color-300 {
    color: #d1d1d1;
    fill: #d1d1d1;
  }
  .mobile-l\:stroke-primary-color-300-color {
    stroke: #d1d1d1;
  }
  .mobile-l\:primary-color-200 {
    color: #eaeaea;
    fill: #eaeaea;
  }
  .mobile-l\:stroke-primary-color-200-color {
    stroke: #eaeaea;
  }
  .mobile-l\:primary-color-100 {
    color: #fcf5e6;
    fill: #fcf5e6;
  }
  .mobile-l\:stroke-primary-color-100-color {
    stroke: #fcf5e6;
  }
  .mobile-l\:primary-color-darker {
    color: black;
    fill: black;
  }
  .mobile-l\:stroke-primary-color-darker-color {
    stroke: black;
  }
  .mobile-l\:white-color {
    color: white;
    fill: white;
  }
  .mobile-l\:stroke-white-color-color {
    stroke: white;
  }
  .mobile-l\:black-color {
    color: black;
    fill: black;
  }
  .mobile-l\:stroke-black-color-color {
    stroke: black;
  }
  .mobile-l\:secondary-color {
    color: #ABABAB;
    fill: #ABABAB;
  }
  .mobile-l\:stroke-secondary-color-color {
    stroke: #ABABAB;
  }
  .mobile-l\:third-color {
    color: #FDF6EA;
    fill: #FDF6EA;
  }
  .mobile-l\:stroke-third-color-color {
    stroke: #FDF6EA;
  }
  .mobile-l\:fourth-color {
    color: #707070;
    fill: #707070;
  }
  .mobile-l\:stroke-fourth-color-color {
    stroke: #707070;
  }
  .mobile-l\:text-color {
    color: #26140F;
    fill: #26140F;
  }
  .mobile-l\:stroke-text-color-color {
    stroke: #26140F;
  }
  .mobile-l\:error-color {
    color: #ff1d25;
    fill: #ff1d25;
  }
  .mobile-l\:stroke-error-color-color {
    stroke: #ff1d25;
  }
  .mobile-l\:valid-color {
    color: #82e65a;
    fill: #82e65a;
  }
  .mobile-l\:stroke-valid-color-color {
    stroke: #82e65a;
  }
  .mobile-l\:grey-color-2 {
    color: #fafafa;
    fill: #fafafa;
  }
  .mobile-l\:stroke-grey-color-2-color {
    stroke: #fafafa;
  }
  .mobile-l\:grey-color-3 {
    color: #f7f7f7;
    fill: #f7f7f7;
  }
  .mobile-l\:stroke-grey-color-3-color {
    stroke: #f7f7f7;
  }
  .mobile-l\:grey-color-5 {
    color: #f2f2f2;
    fill: #f2f2f2;
  }
  .mobile-l\:stroke-grey-color-5-color {
    stroke: #f2f2f2;
  }
  .mobile-l\:grey-color-10 {
    color: #e6e6e6;
    fill: #e6e6e6;
  }
  .mobile-l\:stroke-grey-color-10-color {
    stroke: #e6e6e6;
  }
  .mobile-l\:grey-color-20 {
    color: #cccccc;
    fill: #cccccc;
  }
  .mobile-l\:stroke-grey-color-20-color {
    stroke: #cccccc;
  }
  .mobile-l\:grey-color-30 {
    color: #b3b3b3;
    fill: #b3b3b3;
  }
  .mobile-l\:stroke-grey-color-30-color {
    stroke: #b3b3b3;
  }
  .mobile-l\:grey-color-40 {
    color: #999999;
    fill: #999999;
  }
  .mobile-l\:stroke-grey-color-40-color {
    stroke: #999999;
  }
  .mobile-l\:grey-color-50 {
    color: gray;
    fill: gray;
  }
  .mobile-l\:stroke-grey-color-50-color {
    stroke: gray;
  }
  .mobile-l\:grey-color-60 {
    color: #666666;
    fill: #666666;
  }
  .mobile-l\:stroke-grey-color-60-color {
    stroke: #666666;
  }
  .mobile-l\:grey-color-70 {
    color: #4d4d4d;
    fill: #4d4d4d;
  }
  .mobile-l\:stroke-grey-color-70-color {
    stroke: #4d4d4d;
  }
  .mobile-l\:grey-color-80 {
    color: #333333;
    fill: #333333;
  }
  .mobile-l\:stroke-grey-color-80-color {
    stroke: #333333;
  }
  .mobile-l\:grey-color-90 {
    color: #1a1a1a;
    fill: #1a1a1a;
  }
  .mobile-l\:stroke-grey-color-90-color {
    stroke: #1a1a1a;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:primary {
    color: #1E1E1E;
    fill: #1E1E1E;
  }
  .tablet\:stroke-primary-color {
    stroke: #1E1E1E;
  }
  .tablet\:primary-darker {
    color: black;
    fill: black;
  }
  .tablet\:stroke-primary-darker-color {
    stroke: black;
  }
  .tablet\:white {
    color: white;
    fill: white;
  }
  .tablet\:stroke-white-color {
    stroke: white;
  }
  .tablet\:black {
    color: black;
    fill: black;
  }
  .tablet\:stroke-black-color {
    stroke: black;
  }
  .tablet\:secondary {
    color: #ABABAB;
    fill: #ABABAB;
  }
  .tablet\:stroke-secondary-color {
    stroke: #ABABAB;
  }
  .tablet\:third {
    color: #FDF6EA;
    fill: #FDF6EA;
  }
  .tablet\:stroke-third-color {
    stroke: #FDF6EA;
  }
  .tablet\:fourth {
    color: #707070;
    fill: #707070;
  }
  .tablet\:stroke-fourth-color {
    stroke: #707070;
  }
  .tablet\:text {
    color: #26140F;
    fill: #26140F;
  }
  .tablet\:stroke-text-color {
    stroke: #26140F;
  }
  .tablet\:error {
    color: #ff1d25;
    fill: #ff1d25;
  }
  .tablet\:stroke-error-color {
    stroke: #ff1d25;
  }
  .tablet\:valid {
    color: #82e65a;
    fill: #82e65a;
  }
  .tablet\:stroke-valid-color {
    stroke: #82e65a;
  }
  .tablet\:grey-2 {
    color: #fafafa;
    fill: #fafafa;
  }
  .tablet\:stroke-grey-2-color {
    stroke: #fafafa;
  }
  .tablet\:grey-3 {
    color: #f7f7f7;
    fill: #f7f7f7;
  }
  .tablet\:stroke-grey-3-color {
    stroke: #f7f7f7;
  }
  .tablet\:grey-5 {
    color: #f2f2f2;
    fill: #f2f2f2;
  }
  .tablet\:stroke-grey-5-color {
    stroke: #f2f2f2;
  }
  .tablet\:grey-10 {
    color: #e6e6e6;
    fill: #e6e6e6;
  }
  .tablet\:stroke-grey-10-color {
    stroke: #e6e6e6;
  }
  .tablet\:grey-20 {
    color: #cccccc;
    fill: #cccccc;
  }
  .tablet\:stroke-grey-20-color {
    stroke: #cccccc;
  }
  .tablet\:grey-30 {
    color: #b3b3b3;
    fill: #b3b3b3;
  }
  .tablet\:stroke-grey-30-color {
    stroke: #b3b3b3;
  }
  .tablet\:grey-40 {
    color: #999999;
    fill: #999999;
  }
  .tablet\:stroke-grey-40-color {
    stroke: #999999;
  }
  .tablet\:grey-50 {
    color: gray;
    fill: gray;
  }
  .tablet\:stroke-grey-50-color {
    stroke: gray;
  }
  .tablet\:grey-60 {
    color: #666666;
    fill: #666666;
  }
  .tablet\:stroke-grey-60-color {
    stroke: #666666;
  }
  .tablet\:grey-70 {
    color: #4d4d4d;
    fill: #4d4d4d;
  }
  .tablet\:stroke-grey-70-color {
    stroke: #4d4d4d;
  }
  .tablet\:grey-80 {
    color: #333333;
    fill: #333333;
  }
  .tablet\:stroke-grey-80-color {
    stroke: #333333;
  }
  .tablet\:grey-90 {
    color: #1a1a1a;
    fill: #1a1a1a;
  }
  .tablet\:stroke-grey-90-color {
    stroke: #1a1a1a;
  }
  .tablet\:primary-color {
    color: #1E1E1E;
    fill: #1E1E1E;
  }
  .tablet\:stroke-primary-color-color {
    stroke: #1E1E1E;
  }
  .tablet\:primary-color-900 {
    color: #383838;
    fill: #383838;
  }
  .tablet\:stroke-primary-color-900-color {
    stroke: #383838;
  }
  .tablet\:primary-color-800 {
    color: #515151;
    fill: #515151;
  }
  .tablet\:stroke-primary-color-800-color {
    stroke: #515151;
  }
  .tablet\:primary-color-700 {
    color: #6b6b6b;
    fill: #6b6b6b;
  }
  .tablet\:stroke-primary-color-700-color {
    stroke: #6b6b6b;
  }
  .tablet\:primary-color-600 {
    color: #848484;
    fill: #848484;
  }
  .tablet\:stroke-primary-color-600-color {
    stroke: #848484;
  }
  .tablet\:primary-color-500 {
    color: #9e9e9e;
    fill: #9e9e9e;
  }
  .tablet\:stroke-primary-color-500-color {
    stroke: #9e9e9e;
  }
  .tablet\:primary-color-400 {
    color: #b7b7b7;
    fill: #b7b7b7;
  }
  .tablet\:stroke-primary-color-400-color {
    stroke: #b7b7b7;
  }
  .tablet\:primary-color-300 {
    color: #d1d1d1;
    fill: #d1d1d1;
  }
  .tablet\:stroke-primary-color-300-color {
    stroke: #d1d1d1;
  }
  .tablet\:primary-color-200 {
    color: #eaeaea;
    fill: #eaeaea;
  }
  .tablet\:stroke-primary-color-200-color {
    stroke: #eaeaea;
  }
  .tablet\:primary-color-100 {
    color: #fcf5e6;
    fill: #fcf5e6;
  }
  .tablet\:stroke-primary-color-100-color {
    stroke: #fcf5e6;
  }
  .tablet\:primary-color-darker {
    color: black;
    fill: black;
  }
  .tablet\:stroke-primary-color-darker-color {
    stroke: black;
  }
  .tablet\:white-color {
    color: white;
    fill: white;
  }
  .tablet\:stroke-white-color-color {
    stroke: white;
  }
  .tablet\:black-color {
    color: black;
    fill: black;
  }
  .tablet\:stroke-black-color-color {
    stroke: black;
  }
  .tablet\:secondary-color {
    color: #ABABAB;
    fill: #ABABAB;
  }
  .tablet\:stroke-secondary-color-color {
    stroke: #ABABAB;
  }
  .tablet\:third-color {
    color: #FDF6EA;
    fill: #FDF6EA;
  }
  .tablet\:stroke-third-color-color {
    stroke: #FDF6EA;
  }
  .tablet\:fourth-color {
    color: #707070;
    fill: #707070;
  }
  .tablet\:stroke-fourth-color-color {
    stroke: #707070;
  }
  .tablet\:text-color {
    color: #26140F;
    fill: #26140F;
  }
  .tablet\:stroke-text-color-color {
    stroke: #26140F;
  }
  .tablet\:error-color {
    color: #ff1d25;
    fill: #ff1d25;
  }
  .tablet\:stroke-error-color-color {
    stroke: #ff1d25;
  }
  .tablet\:valid-color {
    color: #82e65a;
    fill: #82e65a;
  }
  .tablet\:stroke-valid-color-color {
    stroke: #82e65a;
  }
  .tablet\:grey-color-2 {
    color: #fafafa;
    fill: #fafafa;
  }
  .tablet\:stroke-grey-color-2-color {
    stroke: #fafafa;
  }
  .tablet\:grey-color-3 {
    color: #f7f7f7;
    fill: #f7f7f7;
  }
  .tablet\:stroke-grey-color-3-color {
    stroke: #f7f7f7;
  }
  .tablet\:grey-color-5 {
    color: #f2f2f2;
    fill: #f2f2f2;
  }
  .tablet\:stroke-grey-color-5-color {
    stroke: #f2f2f2;
  }
  .tablet\:grey-color-10 {
    color: #e6e6e6;
    fill: #e6e6e6;
  }
  .tablet\:stroke-grey-color-10-color {
    stroke: #e6e6e6;
  }
  .tablet\:grey-color-20 {
    color: #cccccc;
    fill: #cccccc;
  }
  .tablet\:stroke-grey-color-20-color {
    stroke: #cccccc;
  }
  .tablet\:grey-color-30 {
    color: #b3b3b3;
    fill: #b3b3b3;
  }
  .tablet\:stroke-grey-color-30-color {
    stroke: #b3b3b3;
  }
  .tablet\:grey-color-40 {
    color: #999999;
    fill: #999999;
  }
  .tablet\:stroke-grey-color-40-color {
    stroke: #999999;
  }
  .tablet\:grey-color-50 {
    color: gray;
    fill: gray;
  }
  .tablet\:stroke-grey-color-50-color {
    stroke: gray;
  }
  .tablet\:grey-color-60 {
    color: #666666;
    fill: #666666;
  }
  .tablet\:stroke-grey-color-60-color {
    stroke: #666666;
  }
  .tablet\:grey-color-70 {
    color: #4d4d4d;
    fill: #4d4d4d;
  }
  .tablet\:stroke-grey-color-70-color {
    stroke: #4d4d4d;
  }
  .tablet\:grey-color-80 {
    color: #333333;
    fill: #333333;
  }
  .tablet\:stroke-grey-color-80-color {
    stroke: #333333;
  }
  .tablet\:grey-color-90 {
    color: #1a1a1a;
    fill: #1a1a1a;
  }
  .tablet\:stroke-grey-color-90-color {
    stroke: #1a1a1a;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:primary {
    color: #1E1E1E;
    fill: #1E1E1E;
  }
  .tablet-m\:stroke-primary-color {
    stroke: #1E1E1E;
  }
  .tablet-m\:primary-darker {
    color: black;
    fill: black;
  }
  .tablet-m\:stroke-primary-darker-color {
    stroke: black;
  }
  .tablet-m\:white {
    color: white;
    fill: white;
  }
  .tablet-m\:stroke-white-color {
    stroke: white;
  }
  .tablet-m\:black {
    color: black;
    fill: black;
  }
  .tablet-m\:stroke-black-color {
    stroke: black;
  }
  .tablet-m\:secondary {
    color: #ABABAB;
    fill: #ABABAB;
  }
  .tablet-m\:stroke-secondary-color {
    stroke: #ABABAB;
  }
  .tablet-m\:third {
    color: #FDF6EA;
    fill: #FDF6EA;
  }
  .tablet-m\:stroke-third-color {
    stroke: #FDF6EA;
  }
  .tablet-m\:fourth {
    color: #707070;
    fill: #707070;
  }
  .tablet-m\:stroke-fourth-color {
    stroke: #707070;
  }
  .tablet-m\:text {
    color: #26140F;
    fill: #26140F;
  }
  .tablet-m\:stroke-text-color {
    stroke: #26140F;
  }
  .tablet-m\:error {
    color: #ff1d25;
    fill: #ff1d25;
  }
  .tablet-m\:stroke-error-color {
    stroke: #ff1d25;
  }
  .tablet-m\:valid {
    color: #82e65a;
    fill: #82e65a;
  }
  .tablet-m\:stroke-valid-color {
    stroke: #82e65a;
  }
  .tablet-m\:grey-2 {
    color: #fafafa;
    fill: #fafafa;
  }
  .tablet-m\:stroke-grey-2-color {
    stroke: #fafafa;
  }
  .tablet-m\:grey-3 {
    color: #f7f7f7;
    fill: #f7f7f7;
  }
  .tablet-m\:stroke-grey-3-color {
    stroke: #f7f7f7;
  }
  .tablet-m\:grey-5 {
    color: #f2f2f2;
    fill: #f2f2f2;
  }
  .tablet-m\:stroke-grey-5-color {
    stroke: #f2f2f2;
  }
  .tablet-m\:grey-10 {
    color: #e6e6e6;
    fill: #e6e6e6;
  }
  .tablet-m\:stroke-grey-10-color {
    stroke: #e6e6e6;
  }
  .tablet-m\:grey-20 {
    color: #cccccc;
    fill: #cccccc;
  }
  .tablet-m\:stroke-grey-20-color {
    stroke: #cccccc;
  }
  .tablet-m\:grey-30 {
    color: #b3b3b3;
    fill: #b3b3b3;
  }
  .tablet-m\:stroke-grey-30-color {
    stroke: #b3b3b3;
  }
  .tablet-m\:grey-40 {
    color: #999999;
    fill: #999999;
  }
  .tablet-m\:stroke-grey-40-color {
    stroke: #999999;
  }
  .tablet-m\:grey-50 {
    color: gray;
    fill: gray;
  }
  .tablet-m\:stroke-grey-50-color {
    stroke: gray;
  }
  .tablet-m\:grey-60 {
    color: #666666;
    fill: #666666;
  }
  .tablet-m\:stroke-grey-60-color {
    stroke: #666666;
  }
  .tablet-m\:grey-70 {
    color: #4d4d4d;
    fill: #4d4d4d;
  }
  .tablet-m\:stroke-grey-70-color {
    stroke: #4d4d4d;
  }
  .tablet-m\:grey-80 {
    color: #333333;
    fill: #333333;
  }
  .tablet-m\:stroke-grey-80-color {
    stroke: #333333;
  }
  .tablet-m\:grey-90 {
    color: #1a1a1a;
    fill: #1a1a1a;
  }
  .tablet-m\:stroke-grey-90-color {
    stroke: #1a1a1a;
  }
  .tablet-m\:primary-color {
    color: #1E1E1E;
    fill: #1E1E1E;
  }
  .tablet-m\:stroke-primary-color-color {
    stroke: #1E1E1E;
  }
  .tablet-m\:primary-color-900 {
    color: #383838;
    fill: #383838;
  }
  .tablet-m\:stroke-primary-color-900-color {
    stroke: #383838;
  }
  .tablet-m\:primary-color-800 {
    color: #515151;
    fill: #515151;
  }
  .tablet-m\:stroke-primary-color-800-color {
    stroke: #515151;
  }
  .tablet-m\:primary-color-700 {
    color: #6b6b6b;
    fill: #6b6b6b;
  }
  .tablet-m\:stroke-primary-color-700-color {
    stroke: #6b6b6b;
  }
  .tablet-m\:primary-color-600 {
    color: #848484;
    fill: #848484;
  }
  .tablet-m\:stroke-primary-color-600-color {
    stroke: #848484;
  }
  .tablet-m\:primary-color-500 {
    color: #9e9e9e;
    fill: #9e9e9e;
  }
  .tablet-m\:stroke-primary-color-500-color {
    stroke: #9e9e9e;
  }
  .tablet-m\:primary-color-400 {
    color: #b7b7b7;
    fill: #b7b7b7;
  }
  .tablet-m\:stroke-primary-color-400-color {
    stroke: #b7b7b7;
  }
  .tablet-m\:primary-color-300 {
    color: #d1d1d1;
    fill: #d1d1d1;
  }
  .tablet-m\:stroke-primary-color-300-color {
    stroke: #d1d1d1;
  }
  .tablet-m\:primary-color-200 {
    color: #eaeaea;
    fill: #eaeaea;
  }
  .tablet-m\:stroke-primary-color-200-color {
    stroke: #eaeaea;
  }
  .tablet-m\:primary-color-100 {
    color: #fcf5e6;
    fill: #fcf5e6;
  }
  .tablet-m\:stroke-primary-color-100-color {
    stroke: #fcf5e6;
  }
  .tablet-m\:primary-color-darker {
    color: black;
    fill: black;
  }
  .tablet-m\:stroke-primary-color-darker-color {
    stroke: black;
  }
  .tablet-m\:white-color {
    color: white;
    fill: white;
  }
  .tablet-m\:stroke-white-color-color {
    stroke: white;
  }
  .tablet-m\:black-color {
    color: black;
    fill: black;
  }
  .tablet-m\:stroke-black-color-color {
    stroke: black;
  }
  .tablet-m\:secondary-color {
    color: #ABABAB;
    fill: #ABABAB;
  }
  .tablet-m\:stroke-secondary-color-color {
    stroke: #ABABAB;
  }
  .tablet-m\:third-color {
    color: #FDF6EA;
    fill: #FDF6EA;
  }
  .tablet-m\:stroke-third-color-color {
    stroke: #FDF6EA;
  }
  .tablet-m\:fourth-color {
    color: #707070;
    fill: #707070;
  }
  .tablet-m\:stroke-fourth-color-color {
    stroke: #707070;
  }
  .tablet-m\:text-color {
    color: #26140F;
    fill: #26140F;
  }
  .tablet-m\:stroke-text-color-color {
    stroke: #26140F;
  }
  .tablet-m\:error-color {
    color: #ff1d25;
    fill: #ff1d25;
  }
  .tablet-m\:stroke-error-color-color {
    stroke: #ff1d25;
  }
  .tablet-m\:valid-color {
    color: #82e65a;
    fill: #82e65a;
  }
  .tablet-m\:stroke-valid-color-color {
    stroke: #82e65a;
  }
  .tablet-m\:grey-color-2 {
    color: #fafafa;
    fill: #fafafa;
  }
  .tablet-m\:stroke-grey-color-2-color {
    stroke: #fafafa;
  }
  .tablet-m\:grey-color-3 {
    color: #f7f7f7;
    fill: #f7f7f7;
  }
  .tablet-m\:stroke-grey-color-3-color {
    stroke: #f7f7f7;
  }
  .tablet-m\:grey-color-5 {
    color: #f2f2f2;
    fill: #f2f2f2;
  }
  .tablet-m\:stroke-grey-color-5-color {
    stroke: #f2f2f2;
  }
  .tablet-m\:grey-color-10 {
    color: #e6e6e6;
    fill: #e6e6e6;
  }
  .tablet-m\:stroke-grey-color-10-color {
    stroke: #e6e6e6;
  }
  .tablet-m\:grey-color-20 {
    color: #cccccc;
    fill: #cccccc;
  }
  .tablet-m\:stroke-grey-color-20-color {
    stroke: #cccccc;
  }
  .tablet-m\:grey-color-30 {
    color: #b3b3b3;
    fill: #b3b3b3;
  }
  .tablet-m\:stroke-grey-color-30-color {
    stroke: #b3b3b3;
  }
  .tablet-m\:grey-color-40 {
    color: #999999;
    fill: #999999;
  }
  .tablet-m\:stroke-grey-color-40-color {
    stroke: #999999;
  }
  .tablet-m\:grey-color-50 {
    color: gray;
    fill: gray;
  }
  .tablet-m\:stroke-grey-color-50-color {
    stroke: gray;
  }
  .tablet-m\:grey-color-60 {
    color: #666666;
    fill: #666666;
  }
  .tablet-m\:stroke-grey-color-60-color {
    stroke: #666666;
  }
  .tablet-m\:grey-color-70 {
    color: #4d4d4d;
    fill: #4d4d4d;
  }
  .tablet-m\:stroke-grey-color-70-color {
    stroke: #4d4d4d;
  }
  .tablet-m\:grey-color-80 {
    color: #333333;
    fill: #333333;
  }
  .tablet-m\:stroke-grey-color-80-color {
    stroke: #333333;
  }
  .tablet-m\:grey-color-90 {
    color: #1a1a1a;
    fill: #1a1a1a;
  }
  .tablet-m\:stroke-grey-color-90-color {
    stroke: #1a1a1a;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:primary {
    color: #1E1E1E;
    fill: #1E1E1E;
  }
  .tablet-l\:stroke-primary-color {
    stroke: #1E1E1E;
  }
  .tablet-l\:primary-darker {
    color: black;
    fill: black;
  }
  .tablet-l\:stroke-primary-darker-color {
    stroke: black;
  }
  .tablet-l\:white {
    color: white;
    fill: white;
  }
  .tablet-l\:stroke-white-color {
    stroke: white;
  }
  .tablet-l\:black {
    color: black;
    fill: black;
  }
  .tablet-l\:stroke-black-color {
    stroke: black;
  }
  .tablet-l\:secondary {
    color: #ABABAB;
    fill: #ABABAB;
  }
  .tablet-l\:stroke-secondary-color {
    stroke: #ABABAB;
  }
  .tablet-l\:third {
    color: #FDF6EA;
    fill: #FDF6EA;
  }
  .tablet-l\:stroke-third-color {
    stroke: #FDF6EA;
  }
  .tablet-l\:fourth {
    color: #707070;
    fill: #707070;
  }
  .tablet-l\:stroke-fourth-color {
    stroke: #707070;
  }
  .tablet-l\:text {
    color: #26140F;
    fill: #26140F;
  }
  .tablet-l\:stroke-text-color {
    stroke: #26140F;
  }
  .tablet-l\:error {
    color: #ff1d25;
    fill: #ff1d25;
  }
  .tablet-l\:stroke-error-color {
    stroke: #ff1d25;
  }
  .tablet-l\:valid {
    color: #82e65a;
    fill: #82e65a;
  }
  .tablet-l\:stroke-valid-color {
    stroke: #82e65a;
  }
  .tablet-l\:grey-2 {
    color: #fafafa;
    fill: #fafafa;
  }
  .tablet-l\:stroke-grey-2-color {
    stroke: #fafafa;
  }
  .tablet-l\:grey-3 {
    color: #f7f7f7;
    fill: #f7f7f7;
  }
  .tablet-l\:stroke-grey-3-color {
    stroke: #f7f7f7;
  }
  .tablet-l\:grey-5 {
    color: #f2f2f2;
    fill: #f2f2f2;
  }
  .tablet-l\:stroke-grey-5-color {
    stroke: #f2f2f2;
  }
  .tablet-l\:grey-10 {
    color: #e6e6e6;
    fill: #e6e6e6;
  }
  .tablet-l\:stroke-grey-10-color {
    stroke: #e6e6e6;
  }
  .tablet-l\:grey-20 {
    color: #cccccc;
    fill: #cccccc;
  }
  .tablet-l\:stroke-grey-20-color {
    stroke: #cccccc;
  }
  .tablet-l\:grey-30 {
    color: #b3b3b3;
    fill: #b3b3b3;
  }
  .tablet-l\:stroke-grey-30-color {
    stroke: #b3b3b3;
  }
  .tablet-l\:grey-40 {
    color: #999999;
    fill: #999999;
  }
  .tablet-l\:stroke-grey-40-color {
    stroke: #999999;
  }
  .tablet-l\:grey-50 {
    color: gray;
    fill: gray;
  }
  .tablet-l\:stroke-grey-50-color {
    stroke: gray;
  }
  .tablet-l\:grey-60 {
    color: #666666;
    fill: #666666;
  }
  .tablet-l\:stroke-grey-60-color {
    stroke: #666666;
  }
  .tablet-l\:grey-70 {
    color: #4d4d4d;
    fill: #4d4d4d;
  }
  .tablet-l\:stroke-grey-70-color {
    stroke: #4d4d4d;
  }
  .tablet-l\:grey-80 {
    color: #333333;
    fill: #333333;
  }
  .tablet-l\:stroke-grey-80-color {
    stroke: #333333;
  }
  .tablet-l\:grey-90 {
    color: #1a1a1a;
    fill: #1a1a1a;
  }
  .tablet-l\:stroke-grey-90-color {
    stroke: #1a1a1a;
  }
  .tablet-l\:primary-color {
    color: #1E1E1E;
    fill: #1E1E1E;
  }
  .tablet-l\:stroke-primary-color-color {
    stroke: #1E1E1E;
  }
  .tablet-l\:primary-color-900 {
    color: #383838;
    fill: #383838;
  }
  .tablet-l\:stroke-primary-color-900-color {
    stroke: #383838;
  }
  .tablet-l\:primary-color-800 {
    color: #515151;
    fill: #515151;
  }
  .tablet-l\:stroke-primary-color-800-color {
    stroke: #515151;
  }
  .tablet-l\:primary-color-700 {
    color: #6b6b6b;
    fill: #6b6b6b;
  }
  .tablet-l\:stroke-primary-color-700-color {
    stroke: #6b6b6b;
  }
  .tablet-l\:primary-color-600 {
    color: #848484;
    fill: #848484;
  }
  .tablet-l\:stroke-primary-color-600-color {
    stroke: #848484;
  }
  .tablet-l\:primary-color-500 {
    color: #9e9e9e;
    fill: #9e9e9e;
  }
  .tablet-l\:stroke-primary-color-500-color {
    stroke: #9e9e9e;
  }
  .tablet-l\:primary-color-400 {
    color: #b7b7b7;
    fill: #b7b7b7;
  }
  .tablet-l\:stroke-primary-color-400-color {
    stroke: #b7b7b7;
  }
  .tablet-l\:primary-color-300 {
    color: #d1d1d1;
    fill: #d1d1d1;
  }
  .tablet-l\:stroke-primary-color-300-color {
    stroke: #d1d1d1;
  }
  .tablet-l\:primary-color-200 {
    color: #eaeaea;
    fill: #eaeaea;
  }
  .tablet-l\:stroke-primary-color-200-color {
    stroke: #eaeaea;
  }
  .tablet-l\:primary-color-100 {
    color: #fcf5e6;
    fill: #fcf5e6;
  }
  .tablet-l\:stroke-primary-color-100-color {
    stroke: #fcf5e6;
  }
  .tablet-l\:primary-color-darker {
    color: black;
    fill: black;
  }
  .tablet-l\:stroke-primary-color-darker-color {
    stroke: black;
  }
  .tablet-l\:white-color {
    color: white;
    fill: white;
  }
  .tablet-l\:stroke-white-color-color {
    stroke: white;
  }
  .tablet-l\:black-color {
    color: black;
    fill: black;
  }
  .tablet-l\:stroke-black-color-color {
    stroke: black;
  }
  .tablet-l\:secondary-color {
    color: #ABABAB;
    fill: #ABABAB;
  }
  .tablet-l\:stroke-secondary-color-color {
    stroke: #ABABAB;
  }
  .tablet-l\:third-color {
    color: #FDF6EA;
    fill: #FDF6EA;
  }
  .tablet-l\:stroke-third-color-color {
    stroke: #FDF6EA;
  }
  .tablet-l\:fourth-color {
    color: #707070;
    fill: #707070;
  }
  .tablet-l\:stroke-fourth-color-color {
    stroke: #707070;
  }
  .tablet-l\:text-color {
    color: #26140F;
    fill: #26140F;
  }
  .tablet-l\:stroke-text-color-color {
    stroke: #26140F;
  }
  .tablet-l\:error-color {
    color: #ff1d25;
    fill: #ff1d25;
  }
  .tablet-l\:stroke-error-color-color {
    stroke: #ff1d25;
  }
  .tablet-l\:valid-color {
    color: #82e65a;
    fill: #82e65a;
  }
  .tablet-l\:stroke-valid-color-color {
    stroke: #82e65a;
  }
  .tablet-l\:grey-color-2 {
    color: #fafafa;
    fill: #fafafa;
  }
  .tablet-l\:stroke-grey-color-2-color {
    stroke: #fafafa;
  }
  .tablet-l\:grey-color-3 {
    color: #f7f7f7;
    fill: #f7f7f7;
  }
  .tablet-l\:stroke-grey-color-3-color {
    stroke: #f7f7f7;
  }
  .tablet-l\:grey-color-5 {
    color: #f2f2f2;
    fill: #f2f2f2;
  }
  .tablet-l\:stroke-grey-color-5-color {
    stroke: #f2f2f2;
  }
  .tablet-l\:grey-color-10 {
    color: #e6e6e6;
    fill: #e6e6e6;
  }
  .tablet-l\:stroke-grey-color-10-color {
    stroke: #e6e6e6;
  }
  .tablet-l\:grey-color-20 {
    color: #cccccc;
    fill: #cccccc;
  }
  .tablet-l\:stroke-grey-color-20-color {
    stroke: #cccccc;
  }
  .tablet-l\:grey-color-30 {
    color: #b3b3b3;
    fill: #b3b3b3;
  }
  .tablet-l\:stroke-grey-color-30-color {
    stroke: #b3b3b3;
  }
  .tablet-l\:grey-color-40 {
    color: #999999;
    fill: #999999;
  }
  .tablet-l\:stroke-grey-color-40-color {
    stroke: #999999;
  }
  .tablet-l\:grey-color-50 {
    color: gray;
    fill: gray;
  }
  .tablet-l\:stroke-grey-color-50-color {
    stroke: gray;
  }
  .tablet-l\:grey-color-60 {
    color: #666666;
    fill: #666666;
  }
  .tablet-l\:stroke-grey-color-60-color {
    stroke: #666666;
  }
  .tablet-l\:grey-color-70 {
    color: #4d4d4d;
    fill: #4d4d4d;
  }
  .tablet-l\:stroke-grey-color-70-color {
    stroke: #4d4d4d;
  }
  .tablet-l\:grey-color-80 {
    color: #333333;
    fill: #333333;
  }
  .tablet-l\:stroke-grey-color-80-color {
    stroke: #333333;
  }
  .tablet-l\:grey-color-90 {
    color: #1a1a1a;
    fill: #1a1a1a;
  }
  .tablet-l\:stroke-grey-color-90-color {
    stroke: #1a1a1a;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:primary {
    color: #1E1E1E;
    fill: #1E1E1E;
  }
  .laptop\:stroke-primary-color {
    stroke: #1E1E1E;
  }
  .laptop\:primary-darker {
    color: black;
    fill: black;
  }
  .laptop\:stroke-primary-darker-color {
    stroke: black;
  }
  .laptop\:white {
    color: white;
    fill: white;
  }
  .laptop\:stroke-white-color {
    stroke: white;
  }
  .laptop\:black {
    color: black;
    fill: black;
  }
  .laptop\:stroke-black-color {
    stroke: black;
  }
  .laptop\:secondary {
    color: #ABABAB;
    fill: #ABABAB;
  }
  .laptop\:stroke-secondary-color {
    stroke: #ABABAB;
  }
  .laptop\:third {
    color: #FDF6EA;
    fill: #FDF6EA;
  }
  .laptop\:stroke-third-color {
    stroke: #FDF6EA;
  }
  .laptop\:fourth {
    color: #707070;
    fill: #707070;
  }
  .laptop\:stroke-fourth-color {
    stroke: #707070;
  }
  .laptop\:text {
    color: #26140F;
    fill: #26140F;
  }
  .laptop\:stroke-text-color {
    stroke: #26140F;
  }
  .laptop\:error {
    color: #ff1d25;
    fill: #ff1d25;
  }
  .laptop\:stroke-error-color {
    stroke: #ff1d25;
  }
  .laptop\:valid {
    color: #82e65a;
    fill: #82e65a;
  }
  .laptop\:stroke-valid-color {
    stroke: #82e65a;
  }
  .laptop\:grey-2 {
    color: #fafafa;
    fill: #fafafa;
  }
  .laptop\:stroke-grey-2-color {
    stroke: #fafafa;
  }
  .laptop\:grey-3 {
    color: #f7f7f7;
    fill: #f7f7f7;
  }
  .laptop\:stroke-grey-3-color {
    stroke: #f7f7f7;
  }
  .laptop\:grey-5 {
    color: #f2f2f2;
    fill: #f2f2f2;
  }
  .laptop\:stroke-grey-5-color {
    stroke: #f2f2f2;
  }
  .laptop\:grey-10 {
    color: #e6e6e6;
    fill: #e6e6e6;
  }
  .laptop\:stroke-grey-10-color {
    stroke: #e6e6e6;
  }
  .laptop\:grey-20 {
    color: #cccccc;
    fill: #cccccc;
  }
  .laptop\:stroke-grey-20-color {
    stroke: #cccccc;
  }
  .laptop\:grey-30 {
    color: #b3b3b3;
    fill: #b3b3b3;
  }
  .laptop\:stroke-grey-30-color {
    stroke: #b3b3b3;
  }
  .laptop\:grey-40 {
    color: #999999;
    fill: #999999;
  }
  .laptop\:stroke-grey-40-color {
    stroke: #999999;
  }
  .laptop\:grey-50 {
    color: gray;
    fill: gray;
  }
  .laptop\:stroke-grey-50-color {
    stroke: gray;
  }
  .laptop\:grey-60 {
    color: #666666;
    fill: #666666;
  }
  .laptop\:stroke-grey-60-color {
    stroke: #666666;
  }
  .laptop\:grey-70 {
    color: #4d4d4d;
    fill: #4d4d4d;
  }
  .laptop\:stroke-grey-70-color {
    stroke: #4d4d4d;
  }
  .laptop\:grey-80 {
    color: #333333;
    fill: #333333;
  }
  .laptop\:stroke-grey-80-color {
    stroke: #333333;
  }
  .laptop\:grey-90 {
    color: #1a1a1a;
    fill: #1a1a1a;
  }
  .laptop\:stroke-grey-90-color {
    stroke: #1a1a1a;
  }
  .laptop\:primary-color {
    color: #1E1E1E;
    fill: #1E1E1E;
  }
  .laptop\:stroke-primary-color-color {
    stroke: #1E1E1E;
  }
  .laptop\:primary-color-900 {
    color: #383838;
    fill: #383838;
  }
  .laptop\:stroke-primary-color-900-color {
    stroke: #383838;
  }
  .laptop\:primary-color-800 {
    color: #515151;
    fill: #515151;
  }
  .laptop\:stroke-primary-color-800-color {
    stroke: #515151;
  }
  .laptop\:primary-color-700 {
    color: #6b6b6b;
    fill: #6b6b6b;
  }
  .laptop\:stroke-primary-color-700-color {
    stroke: #6b6b6b;
  }
  .laptop\:primary-color-600 {
    color: #848484;
    fill: #848484;
  }
  .laptop\:stroke-primary-color-600-color {
    stroke: #848484;
  }
  .laptop\:primary-color-500 {
    color: #9e9e9e;
    fill: #9e9e9e;
  }
  .laptop\:stroke-primary-color-500-color {
    stroke: #9e9e9e;
  }
  .laptop\:primary-color-400 {
    color: #b7b7b7;
    fill: #b7b7b7;
  }
  .laptop\:stroke-primary-color-400-color {
    stroke: #b7b7b7;
  }
  .laptop\:primary-color-300 {
    color: #d1d1d1;
    fill: #d1d1d1;
  }
  .laptop\:stroke-primary-color-300-color {
    stroke: #d1d1d1;
  }
  .laptop\:primary-color-200 {
    color: #eaeaea;
    fill: #eaeaea;
  }
  .laptop\:stroke-primary-color-200-color {
    stroke: #eaeaea;
  }
  .laptop\:primary-color-100 {
    color: #fcf5e6;
    fill: #fcf5e6;
  }
  .laptop\:stroke-primary-color-100-color {
    stroke: #fcf5e6;
  }
  .laptop\:primary-color-darker {
    color: black;
    fill: black;
  }
  .laptop\:stroke-primary-color-darker-color {
    stroke: black;
  }
  .laptop\:white-color {
    color: white;
    fill: white;
  }
  .laptop\:stroke-white-color-color {
    stroke: white;
  }
  .laptop\:black-color {
    color: black;
    fill: black;
  }
  .laptop\:stroke-black-color-color {
    stroke: black;
  }
  .laptop\:secondary-color {
    color: #ABABAB;
    fill: #ABABAB;
  }
  .laptop\:stroke-secondary-color-color {
    stroke: #ABABAB;
  }
  .laptop\:third-color {
    color: #FDF6EA;
    fill: #FDF6EA;
  }
  .laptop\:stroke-third-color-color {
    stroke: #FDF6EA;
  }
  .laptop\:fourth-color {
    color: #707070;
    fill: #707070;
  }
  .laptop\:stroke-fourth-color-color {
    stroke: #707070;
  }
  .laptop\:text-color {
    color: #26140F;
    fill: #26140F;
  }
  .laptop\:stroke-text-color-color {
    stroke: #26140F;
  }
  .laptop\:error-color {
    color: #ff1d25;
    fill: #ff1d25;
  }
  .laptop\:stroke-error-color-color {
    stroke: #ff1d25;
  }
  .laptop\:valid-color {
    color: #82e65a;
    fill: #82e65a;
  }
  .laptop\:stroke-valid-color-color {
    stroke: #82e65a;
  }
  .laptop\:grey-color-2 {
    color: #fafafa;
    fill: #fafafa;
  }
  .laptop\:stroke-grey-color-2-color {
    stroke: #fafafa;
  }
  .laptop\:grey-color-3 {
    color: #f7f7f7;
    fill: #f7f7f7;
  }
  .laptop\:stroke-grey-color-3-color {
    stroke: #f7f7f7;
  }
  .laptop\:grey-color-5 {
    color: #f2f2f2;
    fill: #f2f2f2;
  }
  .laptop\:stroke-grey-color-5-color {
    stroke: #f2f2f2;
  }
  .laptop\:grey-color-10 {
    color: #e6e6e6;
    fill: #e6e6e6;
  }
  .laptop\:stroke-grey-color-10-color {
    stroke: #e6e6e6;
  }
  .laptop\:grey-color-20 {
    color: #cccccc;
    fill: #cccccc;
  }
  .laptop\:stroke-grey-color-20-color {
    stroke: #cccccc;
  }
  .laptop\:grey-color-30 {
    color: #b3b3b3;
    fill: #b3b3b3;
  }
  .laptop\:stroke-grey-color-30-color {
    stroke: #b3b3b3;
  }
  .laptop\:grey-color-40 {
    color: #999999;
    fill: #999999;
  }
  .laptop\:stroke-grey-color-40-color {
    stroke: #999999;
  }
  .laptop\:grey-color-50 {
    color: gray;
    fill: gray;
  }
  .laptop\:stroke-grey-color-50-color {
    stroke: gray;
  }
  .laptop\:grey-color-60 {
    color: #666666;
    fill: #666666;
  }
  .laptop\:stroke-grey-color-60-color {
    stroke: #666666;
  }
  .laptop\:grey-color-70 {
    color: #4d4d4d;
    fill: #4d4d4d;
  }
  .laptop\:stroke-grey-color-70-color {
    stroke: #4d4d4d;
  }
  .laptop\:grey-color-80 {
    color: #333333;
    fill: #333333;
  }
  .laptop\:stroke-grey-color-80-color {
    stroke: #333333;
  }
  .laptop\:grey-color-90 {
    color: #1a1a1a;
    fill: #1a1a1a;
  }
  .laptop\:stroke-grey-color-90-color {
    stroke: #1a1a1a;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:primary {
    color: #1E1E1E;
    fill: #1E1E1E;
  }
  .laptop-l\:stroke-primary-color {
    stroke: #1E1E1E;
  }
  .laptop-l\:primary-darker {
    color: black;
    fill: black;
  }
  .laptop-l\:stroke-primary-darker-color {
    stroke: black;
  }
  .laptop-l\:white {
    color: white;
    fill: white;
  }
  .laptop-l\:stroke-white-color {
    stroke: white;
  }
  .laptop-l\:black {
    color: black;
    fill: black;
  }
  .laptop-l\:stroke-black-color {
    stroke: black;
  }
  .laptop-l\:secondary {
    color: #ABABAB;
    fill: #ABABAB;
  }
  .laptop-l\:stroke-secondary-color {
    stroke: #ABABAB;
  }
  .laptop-l\:third {
    color: #FDF6EA;
    fill: #FDF6EA;
  }
  .laptop-l\:stroke-third-color {
    stroke: #FDF6EA;
  }
  .laptop-l\:fourth {
    color: #707070;
    fill: #707070;
  }
  .laptop-l\:stroke-fourth-color {
    stroke: #707070;
  }
  .laptop-l\:text {
    color: #26140F;
    fill: #26140F;
  }
  .laptop-l\:stroke-text-color {
    stroke: #26140F;
  }
  .laptop-l\:error {
    color: #ff1d25;
    fill: #ff1d25;
  }
  .laptop-l\:stroke-error-color {
    stroke: #ff1d25;
  }
  .laptop-l\:valid {
    color: #82e65a;
    fill: #82e65a;
  }
  .laptop-l\:stroke-valid-color {
    stroke: #82e65a;
  }
  .laptop-l\:grey-2 {
    color: #fafafa;
    fill: #fafafa;
  }
  .laptop-l\:stroke-grey-2-color {
    stroke: #fafafa;
  }
  .laptop-l\:grey-3 {
    color: #f7f7f7;
    fill: #f7f7f7;
  }
  .laptop-l\:stroke-grey-3-color {
    stroke: #f7f7f7;
  }
  .laptop-l\:grey-5 {
    color: #f2f2f2;
    fill: #f2f2f2;
  }
  .laptop-l\:stroke-grey-5-color {
    stroke: #f2f2f2;
  }
  .laptop-l\:grey-10 {
    color: #e6e6e6;
    fill: #e6e6e6;
  }
  .laptop-l\:stroke-grey-10-color {
    stroke: #e6e6e6;
  }
  .laptop-l\:grey-20 {
    color: #cccccc;
    fill: #cccccc;
  }
  .laptop-l\:stroke-grey-20-color {
    stroke: #cccccc;
  }
  .laptop-l\:grey-30 {
    color: #b3b3b3;
    fill: #b3b3b3;
  }
  .laptop-l\:stroke-grey-30-color {
    stroke: #b3b3b3;
  }
  .laptop-l\:grey-40 {
    color: #999999;
    fill: #999999;
  }
  .laptop-l\:stroke-grey-40-color {
    stroke: #999999;
  }
  .laptop-l\:grey-50 {
    color: gray;
    fill: gray;
  }
  .laptop-l\:stroke-grey-50-color {
    stroke: gray;
  }
  .laptop-l\:grey-60 {
    color: #666666;
    fill: #666666;
  }
  .laptop-l\:stroke-grey-60-color {
    stroke: #666666;
  }
  .laptop-l\:grey-70 {
    color: #4d4d4d;
    fill: #4d4d4d;
  }
  .laptop-l\:stroke-grey-70-color {
    stroke: #4d4d4d;
  }
  .laptop-l\:grey-80 {
    color: #333333;
    fill: #333333;
  }
  .laptop-l\:stroke-grey-80-color {
    stroke: #333333;
  }
  .laptop-l\:grey-90 {
    color: #1a1a1a;
    fill: #1a1a1a;
  }
  .laptop-l\:stroke-grey-90-color {
    stroke: #1a1a1a;
  }
  .laptop-l\:primary-color {
    color: #1E1E1E;
    fill: #1E1E1E;
  }
  .laptop-l\:stroke-primary-color-color {
    stroke: #1E1E1E;
  }
  .laptop-l\:primary-color-900 {
    color: #383838;
    fill: #383838;
  }
  .laptop-l\:stroke-primary-color-900-color {
    stroke: #383838;
  }
  .laptop-l\:primary-color-800 {
    color: #515151;
    fill: #515151;
  }
  .laptop-l\:stroke-primary-color-800-color {
    stroke: #515151;
  }
  .laptop-l\:primary-color-700 {
    color: #6b6b6b;
    fill: #6b6b6b;
  }
  .laptop-l\:stroke-primary-color-700-color {
    stroke: #6b6b6b;
  }
  .laptop-l\:primary-color-600 {
    color: #848484;
    fill: #848484;
  }
  .laptop-l\:stroke-primary-color-600-color {
    stroke: #848484;
  }
  .laptop-l\:primary-color-500 {
    color: #9e9e9e;
    fill: #9e9e9e;
  }
  .laptop-l\:stroke-primary-color-500-color {
    stroke: #9e9e9e;
  }
  .laptop-l\:primary-color-400 {
    color: #b7b7b7;
    fill: #b7b7b7;
  }
  .laptop-l\:stroke-primary-color-400-color {
    stroke: #b7b7b7;
  }
  .laptop-l\:primary-color-300 {
    color: #d1d1d1;
    fill: #d1d1d1;
  }
  .laptop-l\:stroke-primary-color-300-color {
    stroke: #d1d1d1;
  }
  .laptop-l\:primary-color-200 {
    color: #eaeaea;
    fill: #eaeaea;
  }
  .laptop-l\:stroke-primary-color-200-color {
    stroke: #eaeaea;
  }
  .laptop-l\:primary-color-100 {
    color: #fcf5e6;
    fill: #fcf5e6;
  }
  .laptop-l\:stroke-primary-color-100-color {
    stroke: #fcf5e6;
  }
  .laptop-l\:primary-color-darker {
    color: black;
    fill: black;
  }
  .laptop-l\:stroke-primary-color-darker-color {
    stroke: black;
  }
  .laptop-l\:white-color {
    color: white;
    fill: white;
  }
  .laptop-l\:stroke-white-color-color {
    stroke: white;
  }
  .laptop-l\:black-color {
    color: black;
    fill: black;
  }
  .laptop-l\:stroke-black-color-color {
    stroke: black;
  }
  .laptop-l\:secondary-color {
    color: #ABABAB;
    fill: #ABABAB;
  }
  .laptop-l\:stroke-secondary-color-color {
    stroke: #ABABAB;
  }
  .laptop-l\:third-color {
    color: #FDF6EA;
    fill: #FDF6EA;
  }
  .laptop-l\:stroke-third-color-color {
    stroke: #FDF6EA;
  }
  .laptop-l\:fourth-color {
    color: #707070;
    fill: #707070;
  }
  .laptop-l\:stroke-fourth-color-color {
    stroke: #707070;
  }
  .laptop-l\:text-color {
    color: #26140F;
    fill: #26140F;
  }
  .laptop-l\:stroke-text-color-color {
    stroke: #26140F;
  }
  .laptop-l\:error-color {
    color: #ff1d25;
    fill: #ff1d25;
  }
  .laptop-l\:stroke-error-color-color {
    stroke: #ff1d25;
  }
  .laptop-l\:valid-color {
    color: #82e65a;
    fill: #82e65a;
  }
  .laptop-l\:stroke-valid-color-color {
    stroke: #82e65a;
  }
  .laptop-l\:grey-color-2 {
    color: #fafafa;
    fill: #fafafa;
  }
  .laptop-l\:stroke-grey-color-2-color {
    stroke: #fafafa;
  }
  .laptop-l\:grey-color-3 {
    color: #f7f7f7;
    fill: #f7f7f7;
  }
  .laptop-l\:stroke-grey-color-3-color {
    stroke: #f7f7f7;
  }
  .laptop-l\:grey-color-5 {
    color: #f2f2f2;
    fill: #f2f2f2;
  }
  .laptop-l\:stroke-grey-color-5-color {
    stroke: #f2f2f2;
  }
  .laptop-l\:grey-color-10 {
    color: #e6e6e6;
    fill: #e6e6e6;
  }
  .laptop-l\:stroke-grey-color-10-color {
    stroke: #e6e6e6;
  }
  .laptop-l\:grey-color-20 {
    color: #cccccc;
    fill: #cccccc;
  }
  .laptop-l\:stroke-grey-color-20-color {
    stroke: #cccccc;
  }
  .laptop-l\:grey-color-30 {
    color: #b3b3b3;
    fill: #b3b3b3;
  }
  .laptop-l\:stroke-grey-color-30-color {
    stroke: #b3b3b3;
  }
  .laptop-l\:grey-color-40 {
    color: #999999;
    fill: #999999;
  }
  .laptop-l\:stroke-grey-color-40-color {
    stroke: #999999;
  }
  .laptop-l\:grey-color-50 {
    color: gray;
    fill: gray;
  }
  .laptop-l\:stroke-grey-color-50-color {
    stroke: gray;
  }
  .laptop-l\:grey-color-60 {
    color: #666666;
    fill: #666666;
  }
  .laptop-l\:stroke-grey-color-60-color {
    stroke: #666666;
  }
  .laptop-l\:grey-color-70 {
    color: #4d4d4d;
    fill: #4d4d4d;
  }
  .laptop-l\:stroke-grey-color-70-color {
    stroke: #4d4d4d;
  }
  .laptop-l\:grey-color-80 {
    color: #333333;
    fill: #333333;
  }
  .laptop-l\:stroke-grey-color-80-color {
    stroke: #333333;
  }
  .laptop-l\:grey-color-90 {
    color: #1a1a1a;
    fill: #1a1a1a;
  }
  .laptop-l\:stroke-grey-color-90-color {
    stroke: #1a1a1a;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:primary {
    color: #1E1E1E;
    fill: #1E1E1E;
  }
  .laptop-xl\:stroke-primary-color {
    stroke: #1E1E1E;
  }
  .laptop-xl\:primary-darker {
    color: black;
    fill: black;
  }
  .laptop-xl\:stroke-primary-darker-color {
    stroke: black;
  }
  .laptop-xl\:white {
    color: white;
    fill: white;
  }
  .laptop-xl\:stroke-white-color {
    stroke: white;
  }
  .laptop-xl\:black {
    color: black;
    fill: black;
  }
  .laptop-xl\:stroke-black-color {
    stroke: black;
  }
  .laptop-xl\:secondary {
    color: #ABABAB;
    fill: #ABABAB;
  }
  .laptop-xl\:stroke-secondary-color {
    stroke: #ABABAB;
  }
  .laptop-xl\:third {
    color: #FDF6EA;
    fill: #FDF6EA;
  }
  .laptop-xl\:stroke-third-color {
    stroke: #FDF6EA;
  }
  .laptop-xl\:fourth {
    color: #707070;
    fill: #707070;
  }
  .laptop-xl\:stroke-fourth-color {
    stroke: #707070;
  }
  .laptop-xl\:text {
    color: #26140F;
    fill: #26140F;
  }
  .laptop-xl\:stroke-text-color {
    stroke: #26140F;
  }
  .laptop-xl\:error {
    color: #ff1d25;
    fill: #ff1d25;
  }
  .laptop-xl\:stroke-error-color {
    stroke: #ff1d25;
  }
  .laptop-xl\:valid {
    color: #82e65a;
    fill: #82e65a;
  }
  .laptop-xl\:stroke-valid-color {
    stroke: #82e65a;
  }
  .laptop-xl\:grey-2 {
    color: #fafafa;
    fill: #fafafa;
  }
  .laptop-xl\:stroke-grey-2-color {
    stroke: #fafafa;
  }
  .laptop-xl\:grey-3 {
    color: #f7f7f7;
    fill: #f7f7f7;
  }
  .laptop-xl\:stroke-grey-3-color {
    stroke: #f7f7f7;
  }
  .laptop-xl\:grey-5 {
    color: #f2f2f2;
    fill: #f2f2f2;
  }
  .laptop-xl\:stroke-grey-5-color {
    stroke: #f2f2f2;
  }
  .laptop-xl\:grey-10 {
    color: #e6e6e6;
    fill: #e6e6e6;
  }
  .laptop-xl\:stroke-grey-10-color {
    stroke: #e6e6e6;
  }
  .laptop-xl\:grey-20 {
    color: #cccccc;
    fill: #cccccc;
  }
  .laptop-xl\:stroke-grey-20-color {
    stroke: #cccccc;
  }
  .laptop-xl\:grey-30 {
    color: #b3b3b3;
    fill: #b3b3b3;
  }
  .laptop-xl\:stroke-grey-30-color {
    stroke: #b3b3b3;
  }
  .laptop-xl\:grey-40 {
    color: #999999;
    fill: #999999;
  }
  .laptop-xl\:stroke-grey-40-color {
    stroke: #999999;
  }
  .laptop-xl\:grey-50 {
    color: gray;
    fill: gray;
  }
  .laptop-xl\:stroke-grey-50-color {
    stroke: gray;
  }
  .laptop-xl\:grey-60 {
    color: #666666;
    fill: #666666;
  }
  .laptop-xl\:stroke-grey-60-color {
    stroke: #666666;
  }
  .laptop-xl\:grey-70 {
    color: #4d4d4d;
    fill: #4d4d4d;
  }
  .laptop-xl\:stroke-grey-70-color {
    stroke: #4d4d4d;
  }
  .laptop-xl\:grey-80 {
    color: #333333;
    fill: #333333;
  }
  .laptop-xl\:stroke-grey-80-color {
    stroke: #333333;
  }
  .laptop-xl\:grey-90 {
    color: #1a1a1a;
    fill: #1a1a1a;
  }
  .laptop-xl\:stroke-grey-90-color {
    stroke: #1a1a1a;
  }
  .laptop-xl\:primary-color {
    color: #1E1E1E;
    fill: #1E1E1E;
  }
  .laptop-xl\:stroke-primary-color-color {
    stroke: #1E1E1E;
  }
  .laptop-xl\:primary-color-900 {
    color: #383838;
    fill: #383838;
  }
  .laptop-xl\:stroke-primary-color-900-color {
    stroke: #383838;
  }
  .laptop-xl\:primary-color-800 {
    color: #515151;
    fill: #515151;
  }
  .laptop-xl\:stroke-primary-color-800-color {
    stroke: #515151;
  }
  .laptop-xl\:primary-color-700 {
    color: #6b6b6b;
    fill: #6b6b6b;
  }
  .laptop-xl\:stroke-primary-color-700-color {
    stroke: #6b6b6b;
  }
  .laptop-xl\:primary-color-600 {
    color: #848484;
    fill: #848484;
  }
  .laptop-xl\:stroke-primary-color-600-color {
    stroke: #848484;
  }
  .laptop-xl\:primary-color-500 {
    color: #9e9e9e;
    fill: #9e9e9e;
  }
  .laptop-xl\:stroke-primary-color-500-color {
    stroke: #9e9e9e;
  }
  .laptop-xl\:primary-color-400 {
    color: #b7b7b7;
    fill: #b7b7b7;
  }
  .laptop-xl\:stroke-primary-color-400-color {
    stroke: #b7b7b7;
  }
  .laptop-xl\:primary-color-300 {
    color: #d1d1d1;
    fill: #d1d1d1;
  }
  .laptop-xl\:stroke-primary-color-300-color {
    stroke: #d1d1d1;
  }
  .laptop-xl\:primary-color-200 {
    color: #eaeaea;
    fill: #eaeaea;
  }
  .laptop-xl\:stroke-primary-color-200-color {
    stroke: #eaeaea;
  }
  .laptop-xl\:primary-color-100 {
    color: #fcf5e6;
    fill: #fcf5e6;
  }
  .laptop-xl\:stroke-primary-color-100-color {
    stroke: #fcf5e6;
  }
  .laptop-xl\:primary-color-darker {
    color: black;
    fill: black;
  }
  .laptop-xl\:stroke-primary-color-darker-color {
    stroke: black;
  }
  .laptop-xl\:white-color {
    color: white;
    fill: white;
  }
  .laptop-xl\:stroke-white-color-color {
    stroke: white;
  }
  .laptop-xl\:black-color {
    color: black;
    fill: black;
  }
  .laptop-xl\:stroke-black-color-color {
    stroke: black;
  }
  .laptop-xl\:secondary-color {
    color: #ABABAB;
    fill: #ABABAB;
  }
  .laptop-xl\:stroke-secondary-color-color {
    stroke: #ABABAB;
  }
  .laptop-xl\:third-color {
    color: #FDF6EA;
    fill: #FDF6EA;
  }
  .laptop-xl\:stroke-third-color-color {
    stroke: #FDF6EA;
  }
  .laptop-xl\:fourth-color {
    color: #707070;
    fill: #707070;
  }
  .laptop-xl\:stroke-fourth-color-color {
    stroke: #707070;
  }
  .laptop-xl\:text-color {
    color: #26140F;
    fill: #26140F;
  }
  .laptop-xl\:stroke-text-color-color {
    stroke: #26140F;
  }
  .laptop-xl\:error-color {
    color: #ff1d25;
    fill: #ff1d25;
  }
  .laptop-xl\:stroke-error-color-color {
    stroke: #ff1d25;
  }
  .laptop-xl\:valid-color {
    color: #82e65a;
    fill: #82e65a;
  }
  .laptop-xl\:stroke-valid-color-color {
    stroke: #82e65a;
  }
  .laptop-xl\:grey-color-2 {
    color: #fafafa;
    fill: #fafafa;
  }
  .laptop-xl\:stroke-grey-color-2-color {
    stroke: #fafafa;
  }
  .laptop-xl\:grey-color-3 {
    color: #f7f7f7;
    fill: #f7f7f7;
  }
  .laptop-xl\:stroke-grey-color-3-color {
    stroke: #f7f7f7;
  }
  .laptop-xl\:grey-color-5 {
    color: #f2f2f2;
    fill: #f2f2f2;
  }
  .laptop-xl\:stroke-grey-color-5-color {
    stroke: #f2f2f2;
  }
  .laptop-xl\:grey-color-10 {
    color: #e6e6e6;
    fill: #e6e6e6;
  }
  .laptop-xl\:stroke-grey-color-10-color {
    stroke: #e6e6e6;
  }
  .laptop-xl\:grey-color-20 {
    color: #cccccc;
    fill: #cccccc;
  }
  .laptop-xl\:stroke-grey-color-20-color {
    stroke: #cccccc;
  }
  .laptop-xl\:grey-color-30 {
    color: #b3b3b3;
    fill: #b3b3b3;
  }
  .laptop-xl\:stroke-grey-color-30-color {
    stroke: #b3b3b3;
  }
  .laptop-xl\:grey-color-40 {
    color: #999999;
    fill: #999999;
  }
  .laptop-xl\:stroke-grey-color-40-color {
    stroke: #999999;
  }
  .laptop-xl\:grey-color-50 {
    color: gray;
    fill: gray;
  }
  .laptop-xl\:stroke-grey-color-50-color {
    stroke: gray;
  }
  .laptop-xl\:grey-color-60 {
    color: #666666;
    fill: #666666;
  }
  .laptop-xl\:stroke-grey-color-60-color {
    stroke: #666666;
  }
  .laptop-xl\:grey-color-70 {
    color: #4d4d4d;
    fill: #4d4d4d;
  }
  .laptop-xl\:stroke-grey-color-70-color {
    stroke: #4d4d4d;
  }
  .laptop-xl\:grey-color-80 {
    color: #333333;
    fill: #333333;
  }
  .laptop-xl\:stroke-grey-color-80-color {
    stroke: #333333;
  }
  .laptop-xl\:grey-color-90 {
    color: #1a1a1a;
    fill: #1a1a1a;
  }
  .laptop-xl\:stroke-grey-color-90-color {
    stroke: #1a1a1a;
  }
}
.lh-0\.1 {
  line-height: 0.1;
}

.lh-0\.2 {
  line-height: 0.2;
}

.lh-0\.3 {
  line-height: 0.3;
}

.lh-0\.4 {
  line-height: 0.4;
}

.lh-0\.5 {
  line-height: 0.5;
}

.lh-0\.6 {
  line-height: 0.6;
}

.lh-0\.7 {
  line-height: 0.7;
}

.lh-0\.8 {
  line-height: 0.8;
}

.lh-0\.9 {
  line-height: 0.9;
}

.lh-1 {
  line-height: 1;
}

.lh-1\.1 {
  line-height: 1.1;
}

.lh-1\.2 {
  line-height: 1.2;
}

.lh-1\.3 {
  line-height: 1.3;
}

.lh-1\.4 {
  line-height: 1.4;
}

.lh-1\.5 {
  line-height: 1.5;
}

.lh-1\.6 {
  line-height: 1.6;
}

.lh-1\.7 {
  line-height: 1.7;
}

.lh-1\.8 {
  line-height: 1.8;
}

.lh-1\.9 {
  line-height: 1.9;
}

.lh-2 {
  line-height: 2;
}

.lh-2\.1 {
  line-height: 2.1;
}

.lh-2\.2 {
  line-height: 2.2;
}

.lh-2\.3 {
  line-height: 2.3;
}

.lh-2\.4 {
  line-height: 2.4;
}

.lh-2\.5 {
  line-height: 2.5;
}

.lh-2\.6 {
  line-height: 2.6;
}

.lh-2\.7 {
  line-height: 2.7;
}

.lh-2\.8 {
  line-height: 2.8;
}

.lh-2\.9 {
  line-height: 2.9;
}

.lh-3 {
  line-height: 3;
}

.lh-3\.1 {
  line-height: 3.1;
}

.lh-3\.2 {
  line-height: 3.2;
}

.lh-3\.3 {
  line-height: 3.3;
}

.lh-3\.4 {
  line-height: 3.4;
}

.lh-3\.5 {
  line-height: 3.5;
}

.lh-3\.6 {
  line-height: 3.6;
}

.lh-3\.7 {
  line-height: 3.7;
}

.lh-3\.8 {
  line-height: 3.8;
}

.lh-3\.9 {
  line-height: 3.9;
}

.lh-4 {
  line-height: 4;
}

.lh-4\.1 {
  line-height: 4.1;
}

.lh-4\.2 {
  line-height: 4.2;
}

.lh-4\.3 {
  line-height: 4.3;
}

.lh-4\.4 {
  line-height: 4.4;
}

.lh-4\.5 {
  line-height: 4.5;
}

.lh-4\.6 {
  line-height: 4.6;
}

.lh-4\.7 {
  line-height: 4.7;
}

.lh-4\.8 {
  line-height: 4.8;
}

.lh-4\.9 {
  line-height: 4.9;
}

.lh-5 {
  line-height: 5;
}

.lh-5\.1 {
  line-height: 5.1;
}

.lh-5\.2 {
  line-height: 5.2;
}

.lh-5\.3 {
  line-height: 5.3;
}

.lh-5\.4 {
  line-height: 5.4;
}

.lh-5\.5 {
  line-height: 5.5;
}

.lh-5\.6 {
  line-height: 5.6;
}

.lh-5\.7 {
  line-height: 5.7;
}

.lh-5\.8 {
  line-height: 5.8;
}

.lh-5\.9 {
  line-height: 5.9;
}

.lh-6 {
  line-height: 6;
}

.lh-6\.1 {
  line-height: 6.1;
}

.lh-6\.2 {
  line-height: 6.2;
}

.lh-6\.3 {
  line-height: 6.3;
}

.lh-6\.4 {
  line-height: 6.4;
}

.lh-6\.5 {
  line-height: 6.5;
}

.lh-6\.6 {
  line-height: 6.6;
}

.lh-6\.7 {
  line-height: 6.7;
}

.lh-6\.8 {
  line-height: 6.8;
}

.lh-6\.9 {
  line-height: 6.9;
}

.lh-7 {
  line-height: 7;
}

.lh-7\.1 {
  line-height: 7.1;
}

.lh-7\.2 {
  line-height: 7.2;
}

.lh-7\.3 {
  line-height: 7.3;
}

.lh-7\.4 {
  line-height: 7.4;
}

.lh-7\.5 {
  line-height: 7.5;
}

.lh-7\.6 {
  line-height: 7.6;
}

.lh-7\.7 {
  line-height: 7.7;
}

.lh-7\.8 {
  line-height: 7.8;
}

.lh-7\.9 {
  line-height: 7.9;
}

.lh-8 {
  line-height: 8;
}

.lh-8\.1 {
  line-height: 8.1;
}

.lh-8\.2 {
  line-height: 8.2;
}

.lh-8\.3 {
  line-height: 8.3;
}

.lh-8\.4 {
  line-height: 8.4;
}

.lh-8\.5 {
  line-height: 8.5;
}

.lh-8\.6 {
  line-height: 8.6;
}

.lh-8\.7 {
  line-height: 8.7;
}

.lh-8\.8 {
  line-height: 8.8;
}

.lh-8\.9 {
  line-height: 8.9;
}

.lh-9 {
  line-height: 9;
}

.lh-9\.1 {
  line-height: 9.1;
}

.lh-9\.2 {
  line-height: 9.2;
}

.lh-9\.3 {
  line-height: 9.3;
}

.lh-9\.4 {
  line-height: 9.4;
}

.lh-9\.5 {
  line-height: 9.5;
}

.lh-9\.6 {
  line-height: 9.6;
}

.lh-9\.7 {
  line-height: 9.7;
}

.lh-9\.8 {
  line-height: 9.8;
}

.lh-9\.9 {
  line-height: 9.9;
}

.size-1 {
  font-size: 1px;
}

.size-2 {
  font-size: 2px;
}

.size-3 {
  font-size: 3px;
}

.size-4 {
  font-size: 4px;
}

.size-5 {
  font-size: 5px;
}

.size-6 {
  font-size: 6px;
}

.size-7 {
  font-size: 7px;
}

.size-8 {
  font-size: 8px;
}

.size-9 {
  font-size: 9px;
}

.size-10 {
  font-size: 10px;
}

.size-11 {
  font-size: 11px;
}

.size-12 {
  font-size: 12px;
}

.size-13 {
  font-size: 13px;
}

.size-14 {
  font-size: 14px;
}

.size-15 {
  font-size: 15px;
}

.size-16 {
  font-size: 16px;
}

.size-17 {
  font-size: 17px;
}

.size-18 {
  font-size: 18px;
}

.size-19 {
  font-size: 19px;
}

.size-20 {
  font-size: 20px;
}

.size-21 {
  font-size: 21px;
}

.size-22 {
  font-size: 22px;
}

.size-23 {
  font-size: 23px;
}

.size-24 {
  font-size: 24px;
}

.size-25 {
  font-size: 25px;
}

.size-26 {
  font-size: 26px;
}

.size-27 {
  font-size: 27px;
}

.size-28 {
  font-size: 28px;
}

.size-29 {
  font-size: 29px;
}

.size-30 {
  font-size: 30px;
}

.size-32 {
  font-size: 32px;
}

.size-34 {
  font-size: 34px;
}

.size-36 {
  font-size: 36px;
}

.size-38 {
  font-size: 38px;
}

.size-40 {
  font-size: 40px;
}

.size-42 {
  font-size: 42px;
}

.size-44 {
  font-size: 44px;
}

.size-46 {
  font-size: 46px;
}

.size-48 {
  font-size: 48px;
}

.size-50 {
  font-size: 50px;
}

.size-52 {
  font-size: 52px;
}

.size-54 {
  font-size: 54px;
}

.size-56 {
  font-size: 56px;
}

.size-58 {
  font-size: 58px;
}

.size-60 {
  font-size: 60px;
}

.size-62 {
  font-size: 62px;
}

.size-64 {
  font-size: 64px;
}

.size-66 {
  font-size: 66px;
}

.size-68 {
  font-size: 68px;
}

.size-70 {
  font-size: 70px;
}

.size-72 {
  font-size: 72px;
}

.size-74 {
  font-size: 74px;
}

.size-76 {
  font-size: 76px;
}

.size-78 {
  font-size: 78px;
}

.size-80 {
  font-size: 80px;
}

.size-82 {
  font-size: 82px;
}

.size-84 {
  font-size: 84px;
}

.size-86 {
  font-size: 86px;
}

.size-88 {
  font-size: 88px;
}

.size-90 {
  font-size: 90px;
}

.size-92 {
  font-size: 92px;
}

.size-94 {
  font-size: 94px;
}

.size-96 {
  font-size: 96px;
}

.size-98 {
  font-size: 98px;
}

.size-100 {
  font-size: 100px;
}

.size-110 {
  font-size: 110px;
}

.size-120 {
  font-size: 120px;
}

.size-130 {
  font-size: 130px;
}

.size-140 {
  font-size: 140px;
}

@media screen and (min-width: 450px) {
  .mobile\:size-1 {
    font-size: 1px;
  }
  .mobile\:size-2 {
    font-size: 2px;
  }
  .mobile\:size-3 {
    font-size: 3px;
  }
  .mobile\:size-4 {
    font-size: 4px;
  }
  .mobile\:size-5 {
    font-size: 5px;
  }
  .mobile\:size-6 {
    font-size: 6px;
  }
  .mobile\:size-7 {
    font-size: 7px;
  }
  .mobile\:size-8 {
    font-size: 8px;
  }
  .mobile\:size-9 {
    font-size: 9px;
  }
  .mobile\:size-10 {
    font-size: 10px;
  }
  .mobile\:size-11 {
    font-size: 11px;
  }
  .mobile\:size-12 {
    font-size: 12px;
  }
  .mobile\:size-13 {
    font-size: 13px;
  }
  .mobile\:size-14 {
    font-size: 14px;
  }
  .mobile\:size-15 {
    font-size: 15px;
  }
  .mobile\:size-16 {
    font-size: 16px;
  }
  .mobile\:size-17 {
    font-size: 17px;
  }
  .mobile\:size-18 {
    font-size: 18px;
  }
  .mobile\:size-19 {
    font-size: 19px;
  }
  .mobile\:size-20 {
    font-size: 20px;
  }
  .mobile\:size-21 {
    font-size: 21px;
  }
  .mobile\:size-22 {
    font-size: 22px;
  }
  .mobile\:size-23 {
    font-size: 23px;
  }
  .mobile\:size-24 {
    font-size: 24px;
  }
  .mobile\:size-25 {
    font-size: 25px;
  }
  .mobile\:size-26 {
    font-size: 26px;
  }
  .mobile\:size-27 {
    font-size: 27px;
  }
  .mobile\:size-28 {
    font-size: 28px;
  }
  .mobile\:size-29 {
    font-size: 29px;
  }
  .mobile\:size-30 {
    font-size: 30px;
  }
  .mobile\:size-32 {
    font-size: 32px;
  }
  .mobile\:size-34 {
    font-size: 34px;
  }
  .mobile\:size-36 {
    font-size: 36px;
  }
  .mobile\:size-38 {
    font-size: 38px;
  }
  .mobile\:size-40 {
    font-size: 40px;
  }
  .mobile\:size-42 {
    font-size: 42px;
  }
  .mobile\:size-44 {
    font-size: 44px;
  }
  .mobile\:size-46 {
    font-size: 46px;
  }
  .mobile\:size-48 {
    font-size: 48px;
  }
  .mobile\:size-50 {
    font-size: 50px;
  }
  .mobile\:size-52 {
    font-size: 52px;
  }
  .mobile\:size-54 {
    font-size: 54px;
  }
  .mobile\:size-56 {
    font-size: 56px;
  }
  .mobile\:size-58 {
    font-size: 58px;
  }
  .mobile\:size-60 {
    font-size: 60px;
  }
  .mobile\:size-62 {
    font-size: 62px;
  }
  .mobile\:size-64 {
    font-size: 64px;
  }
  .mobile\:size-66 {
    font-size: 66px;
  }
  .mobile\:size-68 {
    font-size: 68px;
  }
  .mobile\:size-70 {
    font-size: 70px;
  }
  .mobile\:size-72 {
    font-size: 72px;
  }
  .mobile\:size-74 {
    font-size: 74px;
  }
  .mobile\:size-76 {
    font-size: 76px;
  }
  .mobile\:size-78 {
    font-size: 78px;
  }
  .mobile\:size-80 {
    font-size: 80px;
  }
  .mobile\:size-82 {
    font-size: 82px;
  }
  .mobile\:size-84 {
    font-size: 84px;
  }
  .mobile\:size-86 {
    font-size: 86px;
  }
  .mobile\:size-88 {
    font-size: 88px;
  }
  .mobile\:size-90 {
    font-size: 90px;
  }
  .mobile\:size-92 {
    font-size: 92px;
  }
  .mobile\:size-94 {
    font-size: 94px;
  }
  .mobile\:size-96 {
    font-size: 96px;
  }
  .mobile\:size-98 {
    font-size: 98px;
  }
  .mobile\:size-100 {
    font-size: 100px;
  }
  .mobile\:size-110 {
    font-size: 110px;
  }
  .mobile\:size-120 {
    font-size: 120px;
  }
  .mobile\:size-130 {
    font-size: 130px;
  }
  .mobile\:size-140 {
    font-size: 140px;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:size-1 {
    font-size: 1px;
  }
  .mobile-l\:size-2 {
    font-size: 2px;
  }
  .mobile-l\:size-3 {
    font-size: 3px;
  }
  .mobile-l\:size-4 {
    font-size: 4px;
  }
  .mobile-l\:size-5 {
    font-size: 5px;
  }
  .mobile-l\:size-6 {
    font-size: 6px;
  }
  .mobile-l\:size-7 {
    font-size: 7px;
  }
  .mobile-l\:size-8 {
    font-size: 8px;
  }
  .mobile-l\:size-9 {
    font-size: 9px;
  }
  .mobile-l\:size-10 {
    font-size: 10px;
  }
  .mobile-l\:size-11 {
    font-size: 11px;
  }
  .mobile-l\:size-12 {
    font-size: 12px;
  }
  .mobile-l\:size-13 {
    font-size: 13px;
  }
  .mobile-l\:size-14 {
    font-size: 14px;
  }
  .mobile-l\:size-15 {
    font-size: 15px;
  }
  .mobile-l\:size-16 {
    font-size: 16px;
  }
  .mobile-l\:size-17 {
    font-size: 17px;
  }
  .mobile-l\:size-18 {
    font-size: 18px;
  }
  .mobile-l\:size-19 {
    font-size: 19px;
  }
  .mobile-l\:size-20 {
    font-size: 20px;
  }
  .mobile-l\:size-21 {
    font-size: 21px;
  }
  .mobile-l\:size-22 {
    font-size: 22px;
  }
  .mobile-l\:size-23 {
    font-size: 23px;
  }
  .mobile-l\:size-24 {
    font-size: 24px;
  }
  .mobile-l\:size-25 {
    font-size: 25px;
  }
  .mobile-l\:size-26 {
    font-size: 26px;
  }
  .mobile-l\:size-27 {
    font-size: 27px;
  }
  .mobile-l\:size-28 {
    font-size: 28px;
  }
  .mobile-l\:size-29 {
    font-size: 29px;
  }
  .mobile-l\:size-30 {
    font-size: 30px;
  }
  .mobile-l\:size-32 {
    font-size: 32px;
  }
  .mobile-l\:size-34 {
    font-size: 34px;
  }
  .mobile-l\:size-36 {
    font-size: 36px;
  }
  .mobile-l\:size-38 {
    font-size: 38px;
  }
  .mobile-l\:size-40 {
    font-size: 40px;
  }
  .mobile-l\:size-42 {
    font-size: 42px;
  }
  .mobile-l\:size-44 {
    font-size: 44px;
  }
  .mobile-l\:size-46 {
    font-size: 46px;
  }
  .mobile-l\:size-48 {
    font-size: 48px;
  }
  .mobile-l\:size-50 {
    font-size: 50px;
  }
  .mobile-l\:size-52 {
    font-size: 52px;
  }
  .mobile-l\:size-54 {
    font-size: 54px;
  }
  .mobile-l\:size-56 {
    font-size: 56px;
  }
  .mobile-l\:size-58 {
    font-size: 58px;
  }
  .mobile-l\:size-60 {
    font-size: 60px;
  }
  .mobile-l\:size-62 {
    font-size: 62px;
  }
  .mobile-l\:size-64 {
    font-size: 64px;
  }
  .mobile-l\:size-66 {
    font-size: 66px;
  }
  .mobile-l\:size-68 {
    font-size: 68px;
  }
  .mobile-l\:size-70 {
    font-size: 70px;
  }
  .mobile-l\:size-72 {
    font-size: 72px;
  }
  .mobile-l\:size-74 {
    font-size: 74px;
  }
  .mobile-l\:size-76 {
    font-size: 76px;
  }
  .mobile-l\:size-78 {
    font-size: 78px;
  }
  .mobile-l\:size-80 {
    font-size: 80px;
  }
  .mobile-l\:size-82 {
    font-size: 82px;
  }
  .mobile-l\:size-84 {
    font-size: 84px;
  }
  .mobile-l\:size-86 {
    font-size: 86px;
  }
  .mobile-l\:size-88 {
    font-size: 88px;
  }
  .mobile-l\:size-90 {
    font-size: 90px;
  }
  .mobile-l\:size-92 {
    font-size: 92px;
  }
  .mobile-l\:size-94 {
    font-size: 94px;
  }
  .mobile-l\:size-96 {
    font-size: 96px;
  }
  .mobile-l\:size-98 {
    font-size: 98px;
  }
  .mobile-l\:size-100 {
    font-size: 100px;
  }
  .mobile-l\:size-110 {
    font-size: 110px;
  }
  .mobile-l\:size-120 {
    font-size: 120px;
  }
  .mobile-l\:size-130 {
    font-size: 130px;
  }
  .mobile-l\:size-140 {
    font-size: 140px;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:size-1 {
    font-size: 1px;
  }
  .tablet\:size-2 {
    font-size: 2px;
  }
  .tablet\:size-3 {
    font-size: 3px;
  }
  .tablet\:size-4 {
    font-size: 4px;
  }
  .tablet\:size-5 {
    font-size: 5px;
  }
  .tablet\:size-6 {
    font-size: 6px;
  }
  .tablet\:size-7 {
    font-size: 7px;
  }
  .tablet\:size-8 {
    font-size: 8px;
  }
  .tablet\:size-9 {
    font-size: 9px;
  }
  .tablet\:size-10 {
    font-size: 10px;
  }
  .tablet\:size-11 {
    font-size: 11px;
  }
  .tablet\:size-12 {
    font-size: 12px;
  }
  .tablet\:size-13 {
    font-size: 13px;
  }
  .tablet\:size-14 {
    font-size: 14px;
  }
  .tablet\:size-15 {
    font-size: 15px;
  }
  .tablet\:size-16 {
    font-size: 16px;
  }
  .tablet\:size-17 {
    font-size: 17px;
  }
  .tablet\:size-18 {
    font-size: 18px;
  }
  .tablet\:size-19 {
    font-size: 19px;
  }
  .tablet\:size-20 {
    font-size: 20px;
  }
  .tablet\:size-21 {
    font-size: 21px;
  }
  .tablet\:size-22 {
    font-size: 22px;
  }
  .tablet\:size-23 {
    font-size: 23px;
  }
  .tablet\:size-24 {
    font-size: 24px;
  }
  .tablet\:size-25 {
    font-size: 25px;
  }
  .tablet\:size-26 {
    font-size: 26px;
  }
  .tablet\:size-27 {
    font-size: 27px;
  }
  .tablet\:size-28 {
    font-size: 28px;
  }
  .tablet\:size-29 {
    font-size: 29px;
  }
  .tablet\:size-30 {
    font-size: 30px;
  }
  .tablet\:size-32 {
    font-size: 32px;
  }
  .tablet\:size-34 {
    font-size: 34px;
  }
  .tablet\:size-36 {
    font-size: 36px;
  }
  .tablet\:size-38 {
    font-size: 38px;
  }
  .tablet\:size-40 {
    font-size: 40px;
  }
  .tablet\:size-42 {
    font-size: 42px;
  }
  .tablet\:size-44 {
    font-size: 44px;
  }
  .tablet\:size-46 {
    font-size: 46px;
  }
  .tablet\:size-48 {
    font-size: 48px;
  }
  .tablet\:size-50 {
    font-size: 50px;
  }
  .tablet\:size-52 {
    font-size: 52px;
  }
  .tablet\:size-54 {
    font-size: 54px;
  }
  .tablet\:size-56 {
    font-size: 56px;
  }
  .tablet\:size-58 {
    font-size: 58px;
  }
  .tablet\:size-60 {
    font-size: 60px;
  }
  .tablet\:size-62 {
    font-size: 62px;
  }
  .tablet\:size-64 {
    font-size: 64px;
  }
  .tablet\:size-66 {
    font-size: 66px;
  }
  .tablet\:size-68 {
    font-size: 68px;
  }
  .tablet\:size-70 {
    font-size: 70px;
  }
  .tablet\:size-72 {
    font-size: 72px;
  }
  .tablet\:size-74 {
    font-size: 74px;
  }
  .tablet\:size-76 {
    font-size: 76px;
  }
  .tablet\:size-78 {
    font-size: 78px;
  }
  .tablet\:size-80 {
    font-size: 80px;
  }
  .tablet\:size-82 {
    font-size: 82px;
  }
  .tablet\:size-84 {
    font-size: 84px;
  }
  .tablet\:size-86 {
    font-size: 86px;
  }
  .tablet\:size-88 {
    font-size: 88px;
  }
  .tablet\:size-90 {
    font-size: 90px;
  }
  .tablet\:size-92 {
    font-size: 92px;
  }
  .tablet\:size-94 {
    font-size: 94px;
  }
  .tablet\:size-96 {
    font-size: 96px;
  }
  .tablet\:size-98 {
    font-size: 98px;
  }
  .tablet\:size-100 {
    font-size: 100px;
  }
  .tablet\:size-110 {
    font-size: 110px;
  }
  .tablet\:size-120 {
    font-size: 120px;
  }
  .tablet\:size-130 {
    font-size: 130px;
  }
  .tablet\:size-140 {
    font-size: 140px;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:size-1 {
    font-size: 1px;
  }
  .tablet-m\:size-2 {
    font-size: 2px;
  }
  .tablet-m\:size-3 {
    font-size: 3px;
  }
  .tablet-m\:size-4 {
    font-size: 4px;
  }
  .tablet-m\:size-5 {
    font-size: 5px;
  }
  .tablet-m\:size-6 {
    font-size: 6px;
  }
  .tablet-m\:size-7 {
    font-size: 7px;
  }
  .tablet-m\:size-8 {
    font-size: 8px;
  }
  .tablet-m\:size-9 {
    font-size: 9px;
  }
  .tablet-m\:size-10 {
    font-size: 10px;
  }
  .tablet-m\:size-11 {
    font-size: 11px;
  }
  .tablet-m\:size-12 {
    font-size: 12px;
  }
  .tablet-m\:size-13 {
    font-size: 13px;
  }
  .tablet-m\:size-14 {
    font-size: 14px;
  }
  .tablet-m\:size-15 {
    font-size: 15px;
  }
  .tablet-m\:size-16 {
    font-size: 16px;
  }
  .tablet-m\:size-17 {
    font-size: 17px;
  }
  .tablet-m\:size-18 {
    font-size: 18px;
  }
  .tablet-m\:size-19 {
    font-size: 19px;
  }
  .tablet-m\:size-20 {
    font-size: 20px;
  }
  .tablet-m\:size-21 {
    font-size: 21px;
  }
  .tablet-m\:size-22 {
    font-size: 22px;
  }
  .tablet-m\:size-23 {
    font-size: 23px;
  }
  .tablet-m\:size-24 {
    font-size: 24px;
  }
  .tablet-m\:size-25 {
    font-size: 25px;
  }
  .tablet-m\:size-26 {
    font-size: 26px;
  }
  .tablet-m\:size-27 {
    font-size: 27px;
  }
  .tablet-m\:size-28 {
    font-size: 28px;
  }
  .tablet-m\:size-29 {
    font-size: 29px;
  }
  .tablet-m\:size-30 {
    font-size: 30px;
  }
  .tablet-m\:size-32 {
    font-size: 32px;
  }
  .tablet-m\:size-34 {
    font-size: 34px;
  }
  .tablet-m\:size-36 {
    font-size: 36px;
  }
  .tablet-m\:size-38 {
    font-size: 38px;
  }
  .tablet-m\:size-40 {
    font-size: 40px;
  }
  .tablet-m\:size-42 {
    font-size: 42px;
  }
  .tablet-m\:size-44 {
    font-size: 44px;
  }
  .tablet-m\:size-46 {
    font-size: 46px;
  }
  .tablet-m\:size-48 {
    font-size: 48px;
  }
  .tablet-m\:size-50 {
    font-size: 50px;
  }
  .tablet-m\:size-52 {
    font-size: 52px;
  }
  .tablet-m\:size-54 {
    font-size: 54px;
  }
  .tablet-m\:size-56 {
    font-size: 56px;
  }
  .tablet-m\:size-58 {
    font-size: 58px;
  }
  .tablet-m\:size-60 {
    font-size: 60px;
  }
  .tablet-m\:size-62 {
    font-size: 62px;
  }
  .tablet-m\:size-64 {
    font-size: 64px;
  }
  .tablet-m\:size-66 {
    font-size: 66px;
  }
  .tablet-m\:size-68 {
    font-size: 68px;
  }
  .tablet-m\:size-70 {
    font-size: 70px;
  }
  .tablet-m\:size-72 {
    font-size: 72px;
  }
  .tablet-m\:size-74 {
    font-size: 74px;
  }
  .tablet-m\:size-76 {
    font-size: 76px;
  }
  .tablet-m\:size-78 {
    font-size: 78px;
  }
  .tablet-m\:size-80 {
    font-size: 80px;
  }
  .tablet-m\:size-82 {
    font-size: 82px;
  }
  .tablet-m\:size-84 {
    font-size: 84px;
  }
  .tablet-m\:size-86 {
    font-size: 86px;
  }
  .tablet-m\:size-88 {
    font-size: 88px;
  }
  .tablet-m\:size-90 {
    font-size: 90px;
  }
  .tablet-m\:size-92 {
    font-size: 92px;
  }
  .tablet-m\:size-94 {
    font-size: 94px;
  }
  .tablet-m\:size-96 {
    font-size: 96px;
  }
  .tablet-m\:size-98 {
    font-size: 98px;
  }
  .tablet-m\:size-100 {
    font-size: 100px;
  }
  .tablet-m\:size-110 {
    font-size: 110px;
  }
  .tablet-m\:size-120 {
    font-size: 120px;
  }
  .tablet-m\:size-130 {
    font-size: 130px;
  }
  .tablet-m\:size-140 {
    font-size: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:size-1 {
    font-size: 1px;
  }
  .tablet-l\:size-2 {
    font-size: 2px;
  }
  .tablet-l\:size-3 {
    font-size: 3px;
  }
  .tablet-l\:size-4 {
    font-size: 4px;
  }
  .tablet-l\:size-5 {
    font-size: 5px;
  }
  .tablet-l\:size-6 {
    font-size: 6px;
  }
  .tablet-l\:size-7 {
    font-size: 7px;
  }
  .tablet-l\:size-8 {
    font-size: 8px;
  }
  .tablet-l\:size-9 {
    font-size: 9px;
  }
  .tablet-l\:size-10 {
    font-size: 10px;
  }
  .tablet-l\:size-11 {
    font-size: 11px;
  }
  .tablet-l\:size-12 {
    font-size: 12px;
  }
  .tablet-l\:size-13 {
    font-size: 13px;
  }
  .tablet-l\:size-14 {
    font-size: 14px;
  }
  .tablet-l\:size-15 {
    font-size: 15px;
  }
  .tablet-l\:size-16 {
    font-size: 16px;
  }
  .tablet-l\:size-17 {
    font-size: 17px;
  }
  .tablet-l\:size-18 {
    font-size: 18px;
  }
  .tablet-l\:size-19 {
    font-size: 19px;
  }
  .tablet-l\:size-20 {
    font-size: 20px;
  }
  .tablet-l\:size-21 {
    font-size: 21px;
  }
  .tablet-l\:size-22 {
    font-size: 22px;
  }
  .tablet-l\:size-23 {
    font-size: 23px;
  }
  .tablet-l\:size-24 {
    font-size: 24px;
  }
  .tablet-l\:size-25 {
    font-size: 25px;
  }
  .tablet-l\:size-26 {
    font-size: 26px;
  }
  .tablet-l\:size-27 {
    font-size: 27px;
  }
  .tablet-l\:size-28 {
    font-size: 28px;
  }
  .tablet-l\:size-29 {
    font-size: 29px;
  }
  .tablet-l\:size-30 {
    font-size: 30px;
  }
  .tablet-l\:size-32 {
    font-size: 32px;
  }
  .tablet-l\:size-34 {
    font-size: 34px;
  }
  .tablet-l\:size-36 {
    font-size: 36px;
  }
  .tablet-l\:size-38 {
    font-size: 38px;
  }
  .tablet-l\:size-40 {
    font-size: 40px;
  }
  .tablet-l\:size-42 {
    font-size: 42px;
  }
  .tablet-l\:size-44 {
    font-size: 44px;
  }
  .tablet-l\:size-46 {
    font-size: 46px;
  }
  .tablet-l\:size-48 {
    font-size: 48px;
  }
  .tablet-l\:size-50 {
    font-size: 50px;
  }
  .tablet-l\:size-52 {
    font-size: 52px;
  }
  .tablet-l\:size-54 {
    font-size: 54px;
  }
  .tablet-l\:size-56 {
    font-size: 56px;
  }
  .tablet-l\:size-58 {
    font-size: 58px;
  }
  .tablet-l\:size-60 {
    font-size: 60px;
  }
  .tablet-l\:size-62 {
    font-size: 62px;
  }
  .tablet-l\:size-64 {
    font-size: 64px;
  }
  .tablet-l\:size-66 {
    font-size: 66px;
  }
  .tablet-l\:size-68 {
    font-size: 68px;
  }
  .tablet-l\:size-70 {
    font-size: 70px;
  }
  .tablet-l\:size-72 {
    font-size: 72px;
  }
  .tablet-l\:size-74 {
    font-size: 74px;
  }
  .tablet-l\:size-76 {
    font-size: 76px;
  }
  .tablet-l\:size-78 {
    font-size: 78px;
  }
  .tablet-l\:size-80 {
    font-size: 80px;
  }
  .tablet-l\:size-82 {
    font-size: 82px;
  }
  .tablet-l\:size-84 {
    font-size: 84px;
  }
  .tablet-l\:size-86 {
    font-size: 86px;
  }
  .tablet-l\:size-88 {
    font-size: 88px;
  }
  .tablet-l\:size-90 {
    font-size: 90px;
  }
  .tablet-l\:size-92 {
    font-size: 92px;
  }
  .tablet-l\:size-94 {
    font-size: 94px;
  }
  .tablet-l\:size-96 {
    font-size: 96px;
  }
  .tablet-l\:size-98 {
    font-size: 98px;
  }
  .tablet-l\:size-100 {
    font-size: 100px;
  }
  .tablet-l\:size-110 {
    font-size: 110px;
  }
  .tablet-l\:size-120 {
    font-size: 120px;
  }
  .tablet-l\:size-130 {
    font-size: 130px;
  }
  .tablet-l\:size-140 {
    font-size: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:size-1 {
    font-size: 1px;
  }
  .laptop\:size-2 {
    font-size: 2px;
  }
  .laptop\:size-3 {
    font-size: 3px;
  }
  .laptop\:size-4 {
    font-size: 4px;
  }
  .laptop\:size-5 {
    font-size: 5px;
  }
  .laptop\:size-6 {
    font-size: 6px;
  }
  .laptop\:size-7 {
    font-size: 7px;
  }
  .laptop\:size-8 {
    font-size: 8px;
  }
  .laptop\:size-9 {
    font-size: 9px;
  }
  .laptop\:size-10 {
    font-size: 10px;
  }
  .laptop\:size-11 {
    font-size: 11px;
  }
  .laptop\:size-12 {
    font-size: 12px;
  }
  .laptop\:size-13 {
    font-size: 13px;
  }
  .laptop\:size-14 {
    font-size: 14px;
  }
  .laptop\:size-15 {
    font-size: 15px;
  }
  .laptop\:size-16 {
    font-size: 16px;
  }
  .laptop\:size-17 {
    font-size: 17px;
  }
  .laptop\:size-18 {
    font-size: 18px;
  }
  .laptop\:size-19 {
    font-size: 19px;
  }
  .laptop\:size-20 {
    font-size: 20px;
  }
  .laptop\:size-21 {
    font-size: 21px;
  }
  .laptop\:size-22 {
    font-size: 22px;
  }
  .laptop\:size-23 {
    font-size: 23px;
  }
  .laptop\:size-24 {
    font-size: 24px;
  }
  .laptop\:size-25 {
    font-size: 25px;
  }
  .laptop\:size-26 {
    font-size: 26px;
  }
  .laptop\:size-27 {
    font-size: 27px;
  }
  .laptop\:size-28 {
    font-size: 28px;
  }
  .laptop\:size-29 {
    font-size: 29px;
  }
  .laptop\:size-30 {
    font-size: 30px;
  }
  .laptop\:size-32 {
    font-size: 32px;
  }
  .laptop\:size-34 {
    font-size: 34px;
  }
  .laptop\:size-36 {
    font-size: 36px;
  }
  .laptop\:size-38 {
    font-size: 38px;
  }
  .laptop\:size-40 {
    font-size: 40px;
  }
  .laptop\:size-42 {
    font-size: 42px;
  }
  .laptop\:size-44 {
    font-size: 44px;
  }
  .laptop\:size-46 {
    font-size: 46px;
  }
  .laptop\:size-48 {
    font-size: 48px;
  }
  .laptop\:size-50 {
    font-size: 50px;
  }
  .laptop\:size-52 {
    font-size: 52px;
  }
  .laptop\:size-54 {
    font-size: 54px;
  }
  .laptop\:size-56 {
    font-size: 56px;
  }
  .laptop\:size-58 {
    font-size: 58px;
  }
  .laptop\:size-60 {
    font-size: 60px;
  }
  .laptop\:size-62 {
    font-size: 62px;
  }
  .laptop\:size-64 {
    font-size: 64px;
  }
  .laptop\:size-66 {
    font-size: 66px;
  }
  .laptop\:size-68 {
    font-size: 68px;
  }
  .laptop\:size-70 {
    font-size: 70px;
  }
  .laptop\:size-72 {
    font-size: 72px;
  }
  .laptop\:size-74 {
    font-size: 74px;
  }
  .laptop\:size-76 {
    font-size: 76px;
  }
  .laptop\:size-78 {
    font-size: 78px;
  }
  .laptop\:size-80 {
    font-size: 80px;
  }
  .laptop\:size-82 {
    font-size: 82px;
  }
  .laptop\:size-84 {
    font-size: 84px;
  }
  .laptop\:size-86 {
    font-size: 86px;
  }
  .laptop\:size-88 {
    font-size: 88px;
  }
  .laptop\:size-90 {
    font-size: 90px;
  }
  .laptop\:size-92 {
    font-size: 92px;
  }
  .laptop\:size-94 {
    font-size: 94px;
  }
  .laptop\:size-96 {
    font-size: 96px;
  }
  .laptop\:size-98 {
    font-size: 98px;
  }
  .laptop\:size-100 {
    font-size: 100px;
  }
  .laptop\:size-110 {
    font-size: 110px;
  }
  .laptop\:size-120 {
    font-size: 120px;
  }
  .laptop\:size-130 {
    font-size: 130px;
  }
  .laptop\:size-140 {
    font-size: 140px;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:size-1 {
    font-size: 1px;
  }
  .laptop-l\:size-2 {
    font-size: 2px;
  }
  .laptop-l\:size-3 {
    font-size: 3px;
  }
  .laptop-l\:size-4 {
    font-size: 4px;
  }
  .laptop-l\:size-5 {
    font-size: 5px;
  }
  .laptop-l\:size-6 {
    font-size: 6px;
  }
  .laptop-l\:size-7 {
    font-size: 7px;
  }
  .laptop-l\:size-8 {
    font-size: 8px;
  }
  .laptop-l\:size-9 {
    font-size: 9px;
  }
  .laptop-l\:size-10 {
    font-size: 10px;
  }
  .laptop-l\:size-11 {
    font-size: 11px;
  }
  .laptop-l\:size-12 {
    font-size: 12px;
  }
  .laptop-l\:size-13 {
    font-size: 13px;
  }
  .laptop-l\:size-14 {
    font-size: 14px;
  }
  .laptop-l\:size-15 {
    font-size: 15px;
  }
  .laptop-l\:size-16 {
    font-size: 16px;
  }
  .laptop-l\:size-17 {
    font-size: 17px;
  }
  .laptop-l\:size-18 {
    font-size: 18px;
  }
  .laptop-l\:size-19 {
    font-size: 19px;
  }
  .laptop-l\:size-20 {
    font-size: 20px;
  }
  .laptop-l\:size-21 {
    font-size: 21px;
  }
  .laptop-l\:size-22 {
    font-size: 22px;
  }
  .laptop-l\:size-23 {
    font-size: 23px;
  }
  .laptop-l\:size-24 {
    font-size: 24px;
  }
  .laptop-l\:size-25 {
    font-size: 25px;
  }
  .laptop-l\:size-26 {
    font-size: 26px;
  }
  .laptop-l\:size-27 {
    font-size: 27px;
  }
  .laptop-l\:size-28 {
    font-size: 28px;
  }
  .laptop-l\:size-29 {
    font-size: 29px;
  }
  .laptop-l\:size-30 {
    font-size: 30px;
  }
  .laptop-l\:size-32 {
    font-size: 32px;
  }
  .laptop-l\:size-34 {
    font-size: 34px;
  }
  .laptop-l\:size-36 {
    font-size: 36px;
  }
  .laptop-l\:size-38 {
    font-size: 38px;
  }
  .laptop-l\:size-40 {
    font-size: 40px;
  }
  .laptop-l\:size-42 {
    font-size: 42px;
  }
  .laptop-l\:size-44 {
    font-size: 44px;
  }
  .laptop-l\:size-46 {
    font-size: 46px;
  }
  .laptop-l\:size-48 {
    font-size: 48px;
  }
  .laptop-l\:size-50 {
    font-size: 50px;
  }
  .laptop-l\:size-52 {
    font-size: 52px;
  }
  .laptop-l\:size-54 {
    font-size: 54px;
  }
  .laptop-l\:size-56 {
    font-size: 56px;
  }
  .laptop-l\:size-58 {
    font-size: 58px;
  }
  .laptop-l\:size-60 {
    font-size: 60px;
  }
  .laptop-l\:size-62 {
    font-size: 62px;
  }
  .laptop-l\:size-64 {
    font-size: 64px;
  }
  .laptop-l\:size-66 {
    font-size: 66px;
  }
  .laptop-l\:size-68 {
    font-size: 68px;
  }
  .laptop-l\:size-70 {
    font-size: 70px;
  }
  .laptop-l\:size-72 {
    font-size: 72px;
  }
  .laptop-l\:size-74 {
    font-size: 74px;
  }
  .laptop-l\:size-76 {
    font-size: 76px;
  }
  .laptop-l\:size-78 {
    font-size: 78px;
  }
  .laptop-l\:size-80 {
    font-size: 80px;
  }
  .laptop-l\:size-82 {
    font-size: 82px;
  }
  .laptop-l\:size-84 {
    font-size: 84px;
  }
  .laptop-l\:size-86 {
    font-size: 86px;
  }
  .laptop-l\:size-88 {
    font-size: 88px;
  }
  .laptop-l\:size-90 {
    font-size: 90px;
  }
  .laptop-l\:size-92 {
    font-size: 92px;
  }
  .laptop-l\:size-94 {
    font-size: 94px;
  }
  .laptop-l\:size-96 {
    font-size: 96px;
  }
  .laptop-l\:size-98 {
    font-size: 98px;
  }
  .laptop-l\:size-100 {
    font-size: 100px;
  }
  .laptop-l\:size-110 {
    font-size: 110px;
  }
  .laptop-l\:size-120 {
    font-size: 120px;
  }
  .laptop-l\:size-130 {
    font-size: 130px;
  }
  .laptop-l\:size-140 {
    font-size: 140px;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:size-1 {
    font-size: 1px;
  }
  .laptop-xl\:size-2 {
    font-size: 2px;
  }
  .laptop-xl\:size-3 {
    font-size: 3px;
  }
  .laptop-xl\:size-4 {
    font-size: 4px;
  }
  .laptop-xl\:size-5 {
    font-size: 5px;
  }
  .laptop-xl\:size-6 {
    font-size: 6px;
  }
  .laptop-xl\:size-7 {
    font-size: 7px;
  }
  .laptop-xl\:size-8 {
    font-size: 8px;
  }
  .laptop-xl\:size-9 {
    font-size: 9px;
  }
  .laptop-xl\:size-10 {
    font-size: 10px;
  }
  .laptop-xl\:size-11 {
    font-size: 11px;
  }
  .laptop-xl\:size-12 {
    font-size: 12px;
  }
  .laptop-xl\:size-13 {
    font-size: 13px;
  }
  .laptop-xl\:size-14 {
    font-size: 14px;
  }
  .laptop-xl\:size-15 {
    font-size: 15px;
  }
  .laptop-xl\:size-16 {
    font-size: 16px;
  }
  .laptop-xl\:size-17 {
    font-size: 17px;
  }
  .laptop-xl\:size-18 {
    font-size: 18px;
  }
  .laptop-xl\:size-19 {
    font-size: 19px;
  }
  .laptop-xl\:size-20 {
    font-size: 20px;
  }
  .laptop-xl\:size-21 {
    font-size: 21px;
  }
  .laptop-xl\:size-22 {
    font-size: 22px;
  }
  .laptop-xl\:size-23 {
    font-size: 23px;
  }
  .laptop-xl\:size-24 {
    font-size: 24px;
  }
  .laptop-xl\:size-25 {
    font-size: 25px;
  }
  .laptop-xl\:size-26 {
    font-size: 26px;
  }
  .laptop-xl\:size-27 {
    font-size: 27px;
  }
  .laptop-xl\:size-28 {
    font-size: 28px;
  }
  .laptop-xl\:size-29 {
    font-size: 29px;
  }
  .laptop-xl\:size-30 {
    font-size: 30px;
  }
  .laptop-xl\:size-32 {
    font-size: 32px;
  }
  .laptop-xl\:size-34 {
    font-size: 34px;
  }
  .laptop-xl\:size-36 {
    font-size: 36px;
  }
  .laptop-xl\:size-38 {
    font-size: 38px;
  }
  .laptop-xl\:size-40 {
    font-size: 40px;
  }
  .laptop-xl\:size-42 {
    font-size: 42px;
  }
  .laptop-xl\:size-44 {
    font-size: 44px;
  }
  .laptop-xl\:size-46 {
    font-size: 46px;
  }
  .laptop-xl\:size-48 {
    font-size: 48px;
  }
  .laptop-xl\:size-50 {
    font-size: 50px;
  }
  .laptop-xl\:size-52 {
    font-size: 52px;
  }
  .laptop-xl\:size-54 {
    font-size: 54px;
  }
  .laptop-xl\:size-56 {
    font-size: 56px;
  }
  .laptop-xl\:size-58 {
    font-size: 58px;
  }
  .laptop-xl\:size-60 {
    font-size: 60px;
  }
  .laptop-xl\:size-62 {
    font-size: 62px;
  }
  .laptop-xl\:size-64 {
    font-size: 64px;
  }
  .laptop-xl\:size-66 {
    font-size: 66px;
  }
  .laptop-xl\:size-68 {
    font-size: 68px;
  }
  .laptop-xl\:size-70 {
    font-size: 70px;
  }
  .laptop-xl\:size-72 {
    font-size: 72px;
  }
  .laptop-xl\:size-74 {
    font-size: 74px;
  }
  .laptop-xl\:size-76 {
    font-size: 76px;
  }
  .laptop-xl\:size-78 {
    font-size: 78px;
  }
  .laptop-xl\:size-80 {
    font-size: 80px;
  }
  .laptop-xl\:size-82 {
    font-size: 82px;
  }
  .laptop-xl\:size-84 {
    font-size: 84px;
  }
  .laptop-xl\:size-86 {
    font-size: 86px;
  }
  .laptop-xl\:size-88 {
    font-size: 88px;
  }
  .laptop-xl\:size-90 {
    font-size: 90px;
  }
  .laptop-xl\:size-92 {
    font-size: 92px;
  }
  .laptop-xl\:size-94 {
    font-size: 94px;
  }
  .laptop-xl\:size-96 {
    font-size: 96px;
  }
  .laptop-xl\:size-98 {
    font-size: 98px;
  }
  .laptop-xl\:size-100 {
    font-size: 100px;
  }
  .laptop-xl\:size-110 {
    font-size: 110px;
  }
  .laptop-xl\:size-120 {
    font-size: 120px;
  }
  .laptop-xl\:size-130 {
    font-size: 130px;
  }
  .laptop-xl\:size-140 {
    font-size: 140px;
  }
}
.line-clamp-1 {
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
}

.line-clamp-5 {
  -webkit-line-clamp: 5;
}

.line-clamp-6 {
  -webkit-line-clamp: 6;
}

.line-clamp-7 {
  -webkit-line-clamp: 7;
}

.line-clamp-8 {
  -webkit-line-clamp: 8;
}

.line-clamp-9 {
  -webkit-line-clamp: 9;
}

.line-clamp-10 {
  -webkit-line-clamp: 10;
}

.line-clamp-11 {
  -webkit-line-clamp: 11;
}

.line-clamp-12 {
  -webkit-line-clamp: 12;
}

.line-clamp-13 {
  -webkit-line-clamp: 13;
}

.line-clamp-14 {
  -webkit-line-clamp: 14;
}

.line-clamp-15 {
  -webkit-line-clamp: 15;
}

.line-clamp-16 {
  -webkit-line-clamp: 16;
}

.line-clamp-17 {
  -webkit-line-clamp: 17;
}

.line-clamp-18 {
  -webkit-line-clamp: 18;
}

.line-clamp-19 {
  -webkit-line-clamp: 19;
}

.truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.weight-100 {
  font-weight: 100;
}

.weight-200 {
  font-weight: 200;
}

.weight-300 {
  font-weight: 300;
}

.weight-400 {
  font-weight: 400;
}

.weight-500 {
  font-weight: 500;
}

.weight-600 {
  font-weight: 600;
}

.weight-700 {
  font-weight: 700;
}

.weight-800 {
  font-weight: 800;
}

@media screen and (min-width: 450px) {
  .mobile\:weight-100 {
    font-weight: 100;
  }
  .mobile\:weight-200 {
    font-weight: 200;
  }
  .mobile\:weight-300 {
    font-weight: 300;
  }
  .mobile\:weight-400 {
    font-weight: 400;
  }
  .mobile\:weight-500 {
    font-weight: 500;
  }
  .mobile\:weight-600 {
    font-weight: 600;
  }
  .mobile\:weight-700 {
    font-weight: 700;
  }
  .mobile\:weight-800 {
    font-weight: 800;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:weight-100 {
    font-weight: 100;
  }
  .mobile-l\:weight-200 {
    font-weight: 200;
  }
  .mobile-l\:weight-300 {
    font-weight: 300;
  }
  .mobile-l\:weight-400 {
    font-weight: 400;
  }
  .mobile-l\:weight-500 {
    font-weight: 500;
  }
  .mobile-l\:weight-600 {
    font-weight: 600;
  }
  .mobile-l\:weight-700 {
    font-weight: 700;
  }
  .mobile-l\:weight-800 {
    font-weight: 800;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:weight-100 {
    font-weight: 100;
  }
  .tablet\:weight-200 {
    font-weight: 200;
  }
  .tablet\:weight-300 {
    font-weight: 300;
  }
  .tablet\:weight-400 {
    font-weight: 400;
  }
  .tablet\:weight-500 {
    font-weight: 500;
  }
  .tablet\:weight-600 {
    font-weight: 600;
  }
  .tablet\:weight-700 {
    font-weight: 700;
  }
  .tablet\:weight-800 {
    font-weight: 800;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:weight-100 {
    font-weight: 100;
  }
  .tablet-m\:weight-200 {
    font-weight: 200;
  }
  .tablet-m\:weight-300 {
    font-weight: 300;
  }
  .tablet-m\:weight-400 {
    font-weight: 400;
  }
  .tablet-m\:weight-500 {
    font-weight: 500;
  }
  .tablet-m\:weight-600 {
    font-weight: 600;
  }
  .tablet-m\:weight-700 {
    font-weight: 700;
  }
  .tablet-m\:weight-800 {
    font-weight: 800;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:weight-100 {
    font-weight: 100;
  }
  .tablet-l\:weight-200 {
    font-weight: 200;
  }
  .tablet-l\:weight-300 {
    font-weight: 300;
  }
  .tablet-l\:weight-400 {
    font-weight: 400;
  }
  .tablet-l\:weight-500 {
    font-weight: 500;
  }
  .tablet-l\:weight-600 {
    font-weight: 600;
  }
  .tablet-l\:weight-700 {
    font-weight: 700;
  }
  .tablet-l\:weight-800 {
    font-weight: 800;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:weight-100 {
    font-weight: 100;
  }
  .laptop\:weight-200 {
    font-weight: 200;
  }
  .laptop\:weight-300 {
    font-weight: 300;
  }
  .laptop\:weight-400 {
    font-weight: 400;
  }
  .laptop\:weight-500 {
    font-weight: 500;
  }
  .laptop\:weight-600 {
    font-weight: 600;
  }
  .laptop\:weight-700 {
    font-weight: 700;
  }
  .laptop\:weight-800 {
    font-weight: 800;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:weight-100 {
    font-weight: 100;
  }
  .laptop-l\:weight-200 {
    font-weight: 200;
  }
  .laptop-l\:weight-300 {
    font-weight: 300;
  }
  .laptop-l\:weight-400 {
    font-weight: 400;
  }
  .laptop-l\:weight-500 {
    font-weight: 500;
  }
  .laptop-l\:weight-600 {
    font-weight: 600;
  }
  .laptop-l\:weight-700 {
    font-weight: 700;
  }
  .laptop-l\:weight-800 {
    font-weight: 800;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:weight-100 {
    font-weight: 100;
  }
  .laptop-xl\:weight-200 {
    font-weight: 200;
  }
  .laptop-xl\:weight-300 {
    font-weight: 300;
  }
  .laptop-xl\:weight-400 {
    font-weight: 400;
  }
  .laptop-xl\:weight-500 {
    font-weight: 500;
  }
  .laptop-xl\:weight-600 {
    font-weight: 600;
  }
  .laptop-xl\:weight-700 {
    font-weight: 700;
  }
  .laptop-xl\:weight-800 {
    font-weight: 800;
  }
}
.text-center {
  text-align: center;
}

@media screen and (min-width: 450px) {
  .mobile\:text-center {
    text-align: center !important;
  }
  .mobile-text-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:text-center {
    text-align: center !important;
  }
  .mobile-l-text-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:text-center {
    text-align: center !important;
  }
  .tablet-text-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:text-center {
    text-align: center !important;
  }
  .tablet-m-text-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:text-center {
    text-align: center !important;
  }
  .tablet-l-text-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:text-center {
    text-align: center !important;
  }
  .laptop-text-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:text-center {
    text-align: center !important;
  }
  .laptop-l-text-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:text-center {
    text-align: center !important;
  }
  .laptop-xl-text-center {
    text-align: center !important;
  }
}
.text-left {
  text-align: left;
}

@media screen and (min-width: 450px) {
  .mobile\:text-left {
    text-align: left !important;
  }
  .mobile-text-left {
    text-align: left !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:text-left {
    text-align: left !important;
  }
  .mobile-l-text-left {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:text-left {
    text-align: left !important;
  }
  .tablet-text-left {
    text-align: left !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:text-left {
    text-align: left !important;
  }
  .tablet-m-text-left {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:text-left {
    text-align: left !important;
  }
  .tablet-l-text-left {
    text-align: left !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:text-left {
    text-align: left !important;
  }
  .laptop-text-left {
    text-align: left !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:text-left {
    text-align: left !important;
  }
  .laptop-l-text-left {
    text-align: left !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:text-left {
    text-align: left !important;
  }
  .laptop-xl-text-left {
    text-align: left !important;
  }
}
.text-right {
  text-align: right;
}

@media screen and (min-width: 450px) {
  .mobile\:text-right {
    text-align: right !important;
  }
  .mobile-text-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:text-right {
    text-align: right !important;
  }
  .mobile-l-text-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:text-right {
    text-align: right !important;
  }
  .tablet-text-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:text-right {
    text-align: right !important;
  }
  .tablet-m-text-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:text-right {
    text-align: right !important;
  }
  .tablet-l-text-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:text-right {
    text-align: right !important;
  }
  .laptop-text-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:text-right {
    text-align: right !important;
  }
  .laptop-l-text-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:text-right {
    text-align: right !important;
  }
  .laptop-xl-text-right {
    text-align: right !important;
  }
}
.text-justify {
  text-align: justify;
}

@media screen and (min-width: 450px) {
  .mobile\:text-justify {
    text-align: justify !important;
  }
  .mobile-text-justify {
    text-align: justify !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:text-justify {
    text-align: justify !important;
  }
  .mobile-l-text-justify {
    text-align: justify !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:text-justify {
    text-align: justify !important;
  }
  .tablet-text-justify {
    text-align: justify !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:text-justify {
    text-align: justify !important;
  }
  .tablet-m-text-justify {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:text-justify {
    text-align: justify !important;
  }
  .tablet-l-text-justify {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:text-justify {
    text-align: justify !important;
  }
  .laptop-text-justify {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:text-justify {
    text-align: justify !important;
  }
  .laptop-l-text-justify {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:text-justify {
    text-align: justify !important;
  }
  .laptop-xl-text-justify {
    text-align: justify !important;
  }
}
.text-uppercase {
  text-transform: uppercase;
}

@media screen and (min-width: 450px) {
  .mobile\:text-uppercase {
    text-transform: uppercase !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:text-uppercase {
    text-transform: uppercase !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:text-uppercase {
    text-transform: uppercase !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:text-uppercase {
    text-transform: uppercase !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:text-uppercase {
    text-transform: uppercase !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:text-uppercase {
    text-transform: uppercase !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:text-uppercase {
    text-transform: uppercase !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:text-uppercase {
    text-transform: uppercase !important;
  }
}
.text-lowercase {
  text-transform: lowercase;
}

@media screen and (min-width: 450px) {
  .mobile\:text-lowercase {
    text-transform: lowercase !important;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:text-lowercase {
    text-transform: lowercase !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:text-lowercase {
    text-transform: lowercase !important;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:text-lowercase {
    text-transform: lowercase !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:text-lowercase {
    text-transform: lowercase !important;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:text-lowercase {
    text-transform: lowercase !important;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:text-lowercase {
    text-transform: lowercase !important;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:text-lowercase {
    text-transform: lowercase !important;
  }
}
.italic {
  font-style: italic;
}

.line-through {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.no-decoration {
  text-decoration: none;
}

.font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.list-style-disc {
  list-style: disc;
}

.list-style-circle {
  list-style: circle;
}

.list-style-square {
  list-style: square;
}

.list-style-decimal {
  list-style: decimal;
}

.list-style-decimal-leading-zero {
  list-style: decimal-leading-zero;
}

.list-style-lower-roman {
  list-style: lower-roman;
}

.list-style-upper-roman {
  list-style: upper-roman;
}

.list-style-lower-greek {
  list-style: lower-greek;
}

.list-style-lower-latin {
  list-style: lower-latin;
}

.list-style-upper-latin {
  list-style: upper-latin;
}

.list-style-armenian {
  list-style: armenian;
}

.list-style-georgian {
  list-style: georgian;
}

.list-style-lower-alpha {
  list-style: lower-alpha;
}

.list-style-upper-alpha {
  list-style: upper-alpha;
}

.list-style-none {
  list-style: none;
}

@media screen and (min-width: 450px) {
  .mobilelist-style-disc {
    list-style: disc;
  }
  .mobilelist-style-circle {
    list-style: circle;
  }
  .mobilelist-style-square {
    list-style: square;
  }
  .mobilelist-style-decimal {
    list-style: decimal;
  }
  .mobilelist-style-decimal-leading-zero {
    list-style: decimal-leading-zero;
  }
  .mobilelist-style-lower-roman {
    list-style: lower-roman;
  }
  .mobilelist-style-upper-roman {
    list-style: upper-roman;
  }
  .mobilelist-style-lower-greek {
    list-style: lower-greek;
  }
  .mobilelist-style-lower-latin {
    list-style: lower-latin;
  }
  .mobilelist-style-upper-latin {
    list-style: upper-latin;
  }
  .mobilelist-style-armenian {
    list-style: armenian;
  }
  .mobilelist-style-georgian {
    list-style: georgian;
  }
  .mobilelist-style-lower-alpha {
    list-style: lower-alpha;
  }
  .mobilelist-style-upper-alpha {
    list-style: upper-alpha;
  }
  .mobilelist-style-none {
    list-style: none;
  }
}
@media screen and (min-width: 640px) {
  .mobile-llist-style-disc {
    list-style: disc;
  }
  .mobile-llist-style-circle {
    list-style: circle;
  }
  .mobile-llist-style-square {
    list-style: square;
  }
  .mobile-llist-style-decimal {
    list-style: decimal;
  }
  .mobile-llist-style-decimal-leading-zero {
    list-style: decimal-leading-zero;
  }
  .mobile-llist-style-lower-roman {
    list-style: lower-roman;
  }
  .mobile-llist-style-upper-roman {
    list-style: upper-roman;
  }
  .mobile-llist-style-lower-greek {
    list-style: lower-greek;
  }
  .mobile-llist-style-lower-latin {
    list-style: lower-latin;
  }
  .mobile-llist-style-upper-latin {
    list-style: upper-latin;
  }
  .mobile-llist-style-armenian {
    list-style: armenian;
  }
  .mobile-llist-style-georgian {
    list-style: georgian;
  }
  .mobile-llist-style-lower-alpha {
    list-style: lower-alpha;
  }
  .mobile-llist-style-upper-alpha {
    list-style: upper-alpha;
  }
  .mobile-llist-style-none {
    list-style: none;
  }
}
@media screen and (min-width: 768px) {
  .tabletlist-style-disc {
    list-style: disc;
  }
  .tabletlist-style-circle {
    list-style: circle;
  }
  .tabletlist-style-square {
    list-style: square;
  }
  .tabletlist-style-decimal {
    list-style: decimal;
  }
  .tabletlist-style-decimal-leading-zero {
    list-style: decimal-leading-zero;
  }
  .tabletlist-style-lower-roman {
    list-style: lower-roman;
  }
  .tabletlist-style-upper-roman {
    list-style: upper-roman;
  }
  .tabletlist-style-lower-greek {
    list-style: lower-greek;
  }
  .tabletlist-style-lower-latin {
    list-style: lower-latin;
  }
  .tabletlist-style-upper-latin {
    list-style: upper-latin;
  }
  .tabletlist-style-armenian {
    list-style: armenian;
  }
  .tabletlist-style-georgian {
    list-style: georgian;
  }
  .tabletlist-style-lower-alpha {
    list-style: lower-alpha;
  }
  .tabletlist-style-upper-alpha {
    list-style: upper-alpha;
  }
  .tabletlist-style-none {
    list-style: none;
  }
}
@media screen and (min-width: 960px) {
  .tablet-mlist-style-disc {
    list-style: disc;
  }
  .tablet-mlist-style-circle {
    list-style: circle;
  }
  .tablet-mlist-style-square {
    list-style: square;
  }
  .tablet-mlist-style-decimal {
    list-style: decimal;
  }
  .tablet-mlist-style-decimal-leading-zero {
    list-style: decimal-leading-zero;
  }
  .tablet-mlist-style-lower-roman {
    list-style: lower-roman;
  }
  .tablet-mlist-style-upper-roman {
    list-style: upper-roman;
  }
  .tablet-mlist-style-lower-greek {
    list-style: lower-greek;
  }
  .tablet-mlist-style-lower-latin {
    list-style: lower-latin;
  }
  .tablet-mlist-style-upper-latin {
    list-style: upper-latin;
  }
  .tablet-mlist-style-armenian {
    list-style: armenian;
  }
  .tablet-mlist-style-georgian {
    list-style: georgian;
  }
  .tablet-mlist-style-lower-alpha {
    list-style: lower-alpha;
  }
  .tablet-mlist-style-upper-alpha {
    list-style: upper-alpha;
  }
  .tablet-mlist-style-none {
    list-style: none;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-llist-style-disc {
    list-style: disc;
  }
  .tablet-llist-style-circle {
    list-style: circle;
  }
  .tablet-llist-style-square {
    list-style: square;
  }
  .tablet-llist-style-decimal {
    list-style: decimal;
  }
  .tablet-llist-style-decimal-leading-zero {
    list-style: decimal-leading-zero;
  }
  .tablet-llist-style-lower-roman {
    list-style: lower-roman;
  }
  .tablet-llist-style-upper-roman {
    list-style: upper-roman;
  }
  .tablet-llist-style-lower-greek {
    list-style: lower-greek;
  }
  .tablet-llist-style-lower-latin {
    list-style: lower-latin;
  }
  .tablet-llist-style-upper-latin {
    list-style: upper-latin;
  }
  .tablet-llist-style-armenian {
    list-style: armenian;
  }
  .tablet-llist-style-georgian {
    list-style: georgian;
  }
  .tablet-llist-style-lower-alpha {
    list-style: lower-alpha;
  }
  .tablet-llist-style-upper-alpha {
    list-style: upper-alpha;
  }
  .tablet-llist-style-none {
    list-style: none;
  }
}
@media screen and (min-width: 1200px) {
  .laptoplist-style-disc {
    list-style: disc;
  }
  .laptoplist-style-circle {
    list-style: circle;
  }
  .laptoplist-style-square {
    list-style: square;
  }
  .laptoplist-style-decimal {
    list-style: decimal;
  }
  .laptoplist-style-decimal-leading-zero {
    list-style: decimal-leading-zero;
  }
  .laptoplist-style-lower-roman {
    list-style: lower-roman;
  }
  .laptoplist-style-upper-roman {
    list-style: upper-roman;
  }
  .laptoplist-style-lower-greek {
    list-style: lower-greek;
  }
  .laptoplist-style-lower-latin {
    list-style: lower-latin;
  }
  .laptoplist-style-upper-latin {
    list-style: upper-latin;
  }
  .laptoplist-style-armenian {
    list-style: armenian;
  }
  .laptoplist-style-georgian {
    list-style: georgian;
  }
  .laptoplist-style-lower-alpha {
    list-style: lower-alpha;
  }
  .laptoplist-style-upper-alpha {
    list-style: upper-alpha;
  }
  .laptoplist-style-none {
    list-style: none;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-llist-style-disc {
    list-style: disc;
  }
  .laptop-llist-style-circle {
    list-style: circle;
  }
  .laptop-llist-style-square {
    list-style: square;
  }
  .laptop-llist-style-decimal {
    list-style: decimal;
  }
  .laptop-llist-style-decimal-leading-zero {
    list-style: decimal-leading-zero;
  }
  .laptop-llist-style-lower-roman {
    list-style: lower-roman;
  }
  .laptop-llist-style-upper-roman {
    list-style: upper-roman;
  }
  .laptop-llist-style-lower-greek {
    list-style: lower-greek;
  }
  .laptop-llist-style-lower-latin {
    list-style: lower-latin;
  }
  .laptop-llist-style-upper-latin {
    list-style: upper-latin;
  }
  .laptop-llist-style-armenian {
    list-style: armenian;
  }
  .laptop-llist-style-georgian {
    list-style: georgian;
  }
  .laptop-llist-style-lower-alpha {
    list-style: lower-alpha;
  }
  .laptop-llist-style-upper-alpha {
    list-style: upper-alpha;
  }
  .laptop-llist-style-none {
    list-style: none;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xllist-style-disc {
    list-style: disc;
  }
  .laptop-xllist-style-circle {
    list-style: circle;
  }
  .laptop-xllist-style-square {
    list-style: square;
  }
  .laptop-xllist-style-decimal {
    list-style: decimal;
  }
  .laptop-xllist-style-decimal-leading-zero {
    list-style: decimal-leading-zero;
  }
  .laptop-xllist-style-lower-roman {
    list-style: lower-roman;
  }
  .laptop-xllist-style-upper-roman {
    list-style: upper-roman;
  }
  .laptop-xllist-style-lower-greek {
    list-style: lower-greek;
  }
  .laptop-xllist-style-lower-latin {
    list-style: lower-latin;
  }
  .laptop-xllist-style-upper-latin {
    list-style: upper-latin;
  }
  .laptop-xllist-style-armenian {
    list-style: armenian;
  }
  .laptop-xllist-style-georgian {
    list-style: georgian;
  }
  .laptop-xllist-style-lower-alpha {
    list-style: lower-alpha;
  }
  .laptop-xllist-style-upper-alpha {
    list-style: upper-alpha;
  }
  .laptop-xllist-style-none {
    list-style: none;
  }
}
.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-text {
  cursor: text;
}

.cursor-move {
  cursor: move;
}

.cursor-help {
  cursor: help;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.hover\:primary-color:hover {
  color: #1E1E1E;
  fill: #1E1E1E;
}

.hover\:stroke-primary-color:hover {
  stroke: #1E1E1E;
}

button.hover\:stroke-primary-color:hover svg {
  stroke: #1E1E1E;
}

.hover\:bg-primary:hover {
  background-color: #1E1E1E;
}

.hover\:primary-darker-color:hover {
  color: black;
  fill: black;
}

.hover\:stroke-primary-darker-color:hover {
  stroke: black;
}

button.hover\:stroke-primary-darker-color:hover svg {
  stroke: black;
}

.hover\:bg-primary-darker:hover {
  background-color: black;
}

.hover\:white-color:hover {
  color: white;
  fill: white;
}

.hover\:stroke-white-color:hover {
  stroke: white;
}

button.hover\:stroke-white-color:hover svg {
  stroke: white;
}

.hover\:bg-white:hover {
  background-color: white;
}

.hover\:black-color:hover {
  color: black;
  fill: black;
}

.hover\:stroke-black-color:hover {
  stroke: black;
}

button.hover\:stroke-black-color:hover svg {
  stroke: black;
}

.hover\:bg-black:hover {
  background-color: black;
}

.hover\:secondary-color:hover {
  color: #ABABAB;
  fill: #ABABAB;
}

.hover\:stroke-secondary-color:hover {
  stroke: #ABABAB;
}

button.hover\:stroke-secondary-color:hover svg {
  stroke: #ABABAB;
}

.hover\:bg-secondary:hover {
  background-color: #ABABAB;
}

.hover\:third-color:hover {
  color: #FDF6EA;
  fill: #FDF6EA;
}

.hover\:stroke-third-color:hover {
  stroke: #FDF6EA;
}

button.hover\:stroke-third-color:hover svg {
  stroke: #FDF6EA;
}

.hover\:bg-third:hover {
  background-color: #FDF6EA;
}

.hover\:fourth-color:hover {
  color: #707070;
  fill: #707070;
}

.hover\:stroke-fourth-color:hover {
  stroke: #707070;
}

button.hover\:stroke-fourth-color:hover svg {
  stroke: #707070;
}

.hover\:bg-fourth:hover {
  background-color: #707070;
}

.hover\:text-color:hover {
  color: #26140F;
  fill: #26140F;
}

.hover\:stroke-text-color:hover {
  stroke: #26140F;
}

button.hover\:stroke-text-color:hover svg {
  stroke: #26140F;
}

.hover\:bg-text:hover {
  background-color: #26140F;
}

.hover\:error-color:hover {
  color: #ff1d25;
  fill: #ff1d25;
}

.hover\:stroke-error-color:hover {
  stroke: #ff1d25;
}

button.hover\:stroke-error-color:hover svg {
  stroke: #ff1d25;
}

.hover\:bg-error:hover {
  background-color: #ff1d25;
}

.hover\:valid-color:hover {
  color: #82e65a;
  fill: #82e65a;
}

.hover\:stroke-valid-color:hover {
  stroke: #82e65a;
}

button.hover\:stroke-valid-color:hover svg {
  stroke: #82e65a;
}

.hover\:bg-valid:hover {
  background-color: #82e65a;
}

.hover\:grey-2-color:hover {
  color: #fafafa;
  fill: #fafafa;
}

.hover\:stroke-grey-2-color:hover {
  stroke: #fafafa;
}

button.hover\:stroke-grey-2-color:hover svg {
  stroke: #fafafa;
}

.hover\:bg-grey-2:hover {
  background-color: #fafafa;
}

.hover\:grey-3-color:hover {
  color: #f7f7f7;
  fill: #f7f7f7;
}

.hover\:stroke-grey-3-color:hover {
  stroke: #f7f7f7;
}

button.hover\:stroke-grey-3-color:hover svg {
  stroke: #f7f7f7;
}

.hover\:bg-grey-3:hover {
  background-color: #f7f7f7;
}

.hover\:grey-5-color:hover {
  color: #f2f2f2;
  fill: #f2f2f2;
}

.hover\:stroke-grey-5-color:hover {
  stroke: #f2f2f2;
}

button.hover\:stroke-grey-5-color:hover svg {
  stroke: #f2f2f2;
}

.hover\:bg-grey-5:hover {
  background-color: #f2f2f2;
}

.hover\:grey-10-color:hover {
  color: #e6e6e6;
  fill: #e6e6e6;
}

.hover\:stroke-grey-10-color:hover {
  stroke: #e6e6e6;
}

button.hover\:stroke-grey-10-color:hover svg {
  stroke: #e6e6e6;
}

.hover\:bg-grey-10:hover {
  background-color: #e6e6e6;
}

.hover\:grey-20-color:hover {
  color: #cccccc;
  fill: #cccccc;
}

.hover\:stroke-grey-20-color:hover {
  stroke: #cccccc;
}

button.hover\:stroke-grey-20-color:hover svg {
  stroke: #cccccc;
}

.hover\:bg-grey-20:hover {
  background-color: #cccccc;
}

.hover\:grey-30-color:hover {
  color: #b3b3b3;
  fill: #b3b3b3;
}

.hover\:stroke-grey-30-color:hover {
  stroke: #b3b3b3;
}

button.hover\:stroke-grey-30-color:hover svg {
  stroke: #b3b3b3;
}

.hover\:bg-grey-30:hover {
  background-color: #b3b3b3;
}

.hover\:grey-40-color:hover {
  color: #999999;
  fill: #999999;
}

.hover\:stroke-grey-40-color:hover {
  stroke: #999999;
}

button.hover\:stroke-grey-40-color:hover svg {
  stroke: #999999;
}

.hover\:bg-grey-40:hover {
  background-color: #999999;
}

.hover\:grey-50-color:hover {
  color: gray;
  fill: gray;
}

.hover\:stroke-grey-50-color:hover {
  stroke: gray;
}

button.hover\:stroke-grey-50-color:hover svg {
  stroke: gray;
}

.hover\:bg-grey-50:hover {
  background-color: gray;
}

.hover\:grey-60-color:hover {
  color: #666666;
  fill: #666666;
}

.hover\:stroke-grey-60-color:hover {
  stroke: #666666;
}

button.hover\:stroke-grey-60-color:hover svg {
  stroke: #666666;
}

.hover\:bg-grey-60:hover {
  background-color: #666666;
}

.hover\:grey-70-color:hover {
  color: #4d4d4d;
  fill: #4d4d4d;
}

.hover\:stroke-grey-70-color:hover {
  stroke: #4d4d4d;
}

button.hover\:stroke-grey-70-color:hover svg {
  stroke: #4d4d4d;
}

.hover\:bg-grey-70:hover {
  background-color: #4d4d4d;
}

.hover\:grey-80-color:hover {
  color: #333333;
  fill: #333333;
}

.hover\:stroke-grey-80-color:hover {
  stroke: #333333;
}

button.hover\:stroke-grey-80-color:hover svg {
  stroke: #333333;
}

.hover\:bg-grey-80:hover {
  background-color: #333333;
}

.hover\:grey-90-color:hover {
  color: #1a1a1a;
  fill: #1a1a1a;
}

.hover\:stroke-grey-90-color:hover {
  stroke: #1a1a1a;
}

button.hover\:stroke-grey-90-color:hover svg {
  stroke: #1a1a1a;
}

.hover\:bg-grey-90:hover {
  background-color: #1a1a1a;
}

.hover\:primary-color-color:hover {
  color: #1E1E1E;
  fill: #1E1E1E;
}

.hover\:stroke-primary-color-color:hover {
  stroke: #1E1E1E;
}

button.hover\:stroke-primary-color-color:hover svg {
  stroke: #1E1E1E;
}

.hover\:bg-primary-color:hover {
  background-color: #1E1E1E;
}

.hover\:primary-color-900-color:hover {
  color: #383838;
  fill: #383838;
}

.hover\:stroke-primary-color-900-color:hover {
  stroke: #383838;
}

button.hover\:stroke-primary-color-900-color:hover svg {
  stroke: #383838;
}

.hover\:bg-primary-color-900:hover {
  background-color: #383838;
}

.hover\:primary-color-800-color:hover {
  color: #515151;
  fill: #515151;
}

.hover\:stroke-primary-color-800-color:hover {
  stroke: #515151;
}

button.hover\:stroke-primary-color-800-color:hover svg {
  stroke: #515151;
}

.hover\:bg-primary-color-800:hover {
  background-color: #515151;
}

.hover\:primary-color-700-color:hover {
  color: #6b6b6b;
  fill: #6b6b6b;
}

.hover\:stroke-primary-color-700-color:hover {
  stroke: #6b6b6b;
}

button.hover\:stroke-primary-color-700-color:hover svg {
  stroke: #6b6b6b;
}

.hover\:bg-primary-color-700:hover {
  background-color: #6b6b6b;
}

.hover\:primary-color-600-color:hover {
  color: #848484;
  fill: #848484;
}

.hover\:stroke-primary-color-600-color:hover {
  stroke: #848484;
}

button.hover\:stroke-primary-color-600-color:hover svg {
  stroke: #848484;
}

.hover\:bg-primary-color-600:hover {
  background-color: #848484;
}

.hover\:primary-color-500-color:hover {
  color: #9e9e9e;
  fill: #9e9e9e;
}

.hover\:stroke-primary-color-500-color:hover {
  stroke: #9e9e9e;
}

button.hover\:stroke-primary-color-500-color:hover svg {
  stroke: #9e9e9e;
}

.hover\:bg-primary-color-500:hover {
  background-color: #9e9e9e;
}

.hover\:primary-color-400-color:hover {
  color: #b7b7b7;
  fill: #b7b7b7;
}

.hover\:stroke-primary-color-400-color:hover {
  stroke: #b7b7b7;
}

button.hover\:stroke-primary-color-400-color:hover svg {
  stroke: #b7b7b7;
}

.hover\:bg-primary-color-400:hover {
  background-color: #b7b7b7;
}

.hover\:primary-color-300-color:hover {
  color: #d1d1d1;
  fill: #d1d1d1;
}

.hover\:stroke-primary-color-300-color:hover {
  stroke: #d1d1d1;
}

button.hover\:stroke-primary-color-300-color:hover svg {
  stroke: #d1d1d1;
}

.hover\:bg-primary-color-300:hover {
  background-color: #d1d1d1;
}

.hover\:primary-color-200-color:hover {
  color: #eaeaea;
  fill: #eaeaea;
}

.hover\:stroke-primary-color-200-color:hover {
  stroke: #eaeaea;
}

button.hover\:stroke-primary-color-200-color:hover svg {
  stroke: #eaeaea;
}

.hover\:bg-primary-color-200:hover {
  background-color: #eaeaea;
}

.hover\:primary-color-100-color:hover {
  color: #fcf5e6;
  fill: #fcf5e6;
}

.hover\:stroke-primary-color-100-color:hover {
  stroke: #fcf5e6;
}

button.hover\:stroke-primary-color-100-color:hover svg {
  stroke: #fcf5e6;
}

.hover\:bg-primary-color-100:hover {
  background-color: #fcf5e6;
}

.hover\:primary-color-darker-color:hover {
  color: black;
  fill: black;
}

.hover\:stroke-primary-color-darker-color:hover {
  stroke: black;
}

button.hover\:stroke-primary-color-darker-color:hover svg {
  stroke: black;
}

.hover\:bg-primary-color-darker:hover {
  background-color: black;
}

.hover\:white-color-color:hover {
  color: white;
  fill: white;
}

.hover\:stroke-white-color-color:hover {
  stroke: white;
}

button.hover\:stroke-white-color-color:hover svg {
  stroke: white;
}

.hover\:bg-white-color:hover {
  background-color: white;
}

.hover\:black-color-color:hover {
  color: black;
  fill: black;
}

.hover\:stroke-black-color-color:hover {
  stroke: black;
}

button.hover\:stroke-black-color-color:hover svg {
  stroke: black;
}

.hover\:bg-black-color:hover {
  background-color: black;
}

.hover\:secondary-color-color:hover {
  color: #ABABAB;
  fill: #ABABAB;
}

.hover\:stroke-secondary-color-color:hover {
  stroke: #ABABAB;
}

button.hover\:stroke-secondary-color-color:hover svg {
  stroke: #ABABAB;
}

.hover\:bg-secondary-color:hover {
  background-color: #ABABAB;
}

.hover\:third-color-color:hover {
  color: #FDF6EA;
  fill: #FDF6EA;
}

.hover\:stroke-third-color-color:hover {
  stroke: #FDF6EA;
}

button.hover\:stroke-third-color-color:hover svg {
  stroke: #FDF6EA;
}

.hover\:bg-third-color:hover {
  background-color: #FDF6EA;
}

.hover\:fourth-color-color:hover {
  color: #707070;
  fill: #707070;
}

.hover\:stroke-fourth-color-color:hover {
  stroke: #707070;
}

button.hover\:stroke-fourth-color-color:hover svg {
  stroke: #707070;
}

.hover\:bg-fourth-color:hover {
  background-color: #707070;
}

.hover\:text-color-color:hover {
  color: #26140F;
  fill: #26140F;
}

.hover\:stroke-text-color-color:hover {
  stroke: #26140F;
}

button.hover\:stroke-text-color-color:hover svg {
  stroke: #26140F;
}

.hover\:bg-text-color:hover {
  background-color: #26140F;
}

.hover\:error-color-color:hover {
  color: #ff1d25;
  fill: #ff1d25;
}

.hover\:stroke-error-color-color:hover {
  stroke: #ff1d25;
}

button.hover\:stroke-error-color-color:hover svg {
  stroke: #ff1d25;
}

.hover\:bg-error-color:hover {
  background-color: #ff1d25;
}

.hover\:valid-color-color:hover {
  color: #82e65a;
  fill: #82e65a;
}

.hover\:stroke-valid-color-color:hover {
  stroke: #82e65a;
}

button.hover\:stroke-valid-color-color:hover svg {
  stroke: #82e65a;
}

.hover\:bg-valid-color:hover {
  background-color: #82e65a;
}

.hover\:grey-color-2-color:hover {
  color: #fafafa;
  fill: #fafafa;
}

.hover\:stroke-grey-color-2-color:hover {
  stroke: #fafafa;
}

button.hover\:stroke-grey-color-2-color:hover svg {
  stroke: #fafafa;
}

.hover\:bg-grey-color-2:hover {
  background-color: #fafafa;
}

.hover\:grey-color-3-color:hover {
  color: #f7f7f7;
  fill: #f7f7f7;
}

.hover\:stroke-grey-color-3-color:hover {
  stroke: #f7f7f7;
}

button.hover\:stroke-grey-color-3-color:hover svg {
  stroke: #f7f7f7;
}

.hover\:bg-grey-color-3:hover {
  background-color: #f7f7f7;
}

.hover\:grey-color-5-color:hover {
  color: #f2f2f2;
  fill: #f2f2f2;
}

.hover\:stroke-grey-color-5-color:hover {
  stroke: #f2f2f2;
}

button.hover\:stroke-grey-color-5-color:hover svg {
  stroke: #f2f2f2;
}

.hover\:bg-grey-color-5:hover {
  background-color: #f2f2f2;
}

.hover\:grey-color-10-color:hover {
  color: #e6e6e6;
  fill: #e6e6e6;
}

.hover\:stroke-grey-color-10-color:hover {
  stroke: #e6e6e6;
}

button.hover\:stroke-grey-color-10-color:hover svg {
  stroke: #e6e6e6;
}

.hover\:bg-grey-color-10:hover {
  background-color: #e6e6e6;
}

.hover\:grey-color-20-color:hover {
  color: #cccccc;
  fill: #cccccc;
}

.hover\:stroke-grey-color-20-color:hover {
  stroke: #cccccc;
}

button.hover\:stroke-grey-color-20-color:hover svg {
  stroke: #cccccc;
}

.hover\:bg-grey-color-20:hover {
  background-color: #cccccc;
}

.hover\:grey-color-30-color:hover {
  color: #b3b3b3;
  fill: #b3b3b3;
}

.hover\:stroke-grey-color-30-color:hover {
  stroke: #b3b3b3;
}

button.hover\:stroke-grey-color-30-color:hover svg {
  stroke: #b3b3b3;
}

.hover\:bg-grey-color-30:hover {
  background-color: #b3b3b3;
}

.hover\:grey-color-40-color:hover {
  color: #999999;
  fill: #999999;
}

.hover\:stroke-grey-color-40-color:hover {
  stroke: #999999;
}

button.hover\:stroke-grey-color-40-color:hover svg {
  stroke: #999999;
}

.hover\:bg-grey-color-40:hover {
  background-color: #999999;
}

.hover\:grey-color-50-color:hover {
  color: gray;
  fill: gray;
}

.hover\:stroke-grey-color-50-color:hover {
  stroke: gray;
}

button.hover\:stroke-grey-color-50-color:hover svg {
  stroke: gray;
}

.hover\:bg-grey-color-50:hover {
  background-color: gray;
}

.hover\:grey-color-60-color:hover {
  color: #666666;
  fill: #666666;
}

.hover\:stroke-grey-color-60-color:hover {
  stroke: #666666;
}

button.hover\:stroke-grey-color-60-color:hover svg {
  stroke: #666666;
}

.hover\:bg-grey-color-60:hover {
  background-color: #666666;
}

.hover\:grey-color-70-color:hover {
  color: #4d4d4d;
  fill: #4d4d4d;
}

.hover\:stroke-grey-color-70-color:hover {
  stroke: #4d4d4d;
}

button.hover\:stroke-grey-color-70-color:hover svg {
  stroke: #4d4d4d;
}

.hover\:bg-grey-color-70:hover {
  background-color: #4d4d4d;
}

.hover\:grey-color-80-color:hover {
  color: #333333;
  fill: #333333;
}

.hover\:stroke-grey-color-80-color:hover {
  stroke: #333333;
}

button.hover\:stroke-grey-color-80-color:hover svg {
  stroke: #333333;
}

.hover\:bg-grey-color-80:hover {
  background-color: #333333;
}

.hover\:grey-color-90-color:hover {
  color: #1a1a1a;
  fill: #1a1a1a;
}

.hover\:stroke-grey-color-90-color:hover {
  stroke: #1a1a1a;
}

button.hover\:stroke-grey-color-90-color:hover svg {
  stroke: #1a1a1a;
}

.hover\:bg-grey-color-90:hover {
  background-color: #1a1a1a;
}

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

.border-t-1 {
  border-top: 1px;
}

.border-b-1 {
  border-bottom: 1px;
}

.border-l-1 {
  border-left: 1px;
}

.border-r-1 {
  border-right: 1px;
}

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

.border-t-2 {
  border-top: 2px;
}

.border-b-2 {
  border-bottom: 2px;
}

.border-l-2 {
  border-left: 2px;
}

.border-r-2 {
  border-right: 2px;
}

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

.border-t-3 {
  border-top: 3px;
}

.border-b-3 {
  border-bottom: 3px;
}

.border-l-3 {
  border-left: 3px;
}

.border-r-3 {
  border-right: 3px;
}

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

.border-t-4 {
  border-top: 4px;
}

.border-b-4 {
  border-bottom: 4px;
}

.border-l-4 {
  border-left: 4px;
}

.border-r-4 {
  border-right: 4px;
}

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

.border-t-5 {
  border-top: 5px;
}

.border-b-5 {
  border-bottom: 5px;
}

.border-l-5 {
  border-left: 5px;
}

.border-r-5 {
  border-right: 5px;
}

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

.border-t-6 {
  border-top: 6px;
}

.border-b-6 {
  border-bottom: 6px;
}

.border-l-6 {
  border-left: 6px;
}

.border-r-6 {
  border-right: 6px;
}

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

.border-t-7 {
  border-top: 7px;
}

.border-b-7 {
  border-bottom: 7px;
}

.border-l-7 {
  border-left: 7px;
}

.border-r-7 {
  border-right: 7px;
}

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

.border-t-8 {
  border-top: 8px;
}

.border-b-8 {
  border-bottom: 8px;
}

.border-l-8 {
  border-left: 8px;
}

.border-r-8 {
  border-right: 8px;
}

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

.border-t-9 {
  border-top: 9px;
}

.border-b-9 {
  border-bottom: 9px;
}

.border-l-9 {
  border-left: 9px;
}

.border-r-9 {
  border-right: 9px;
}

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

.border-t-10 {
  border-top: 10px;
}

.border-b-10 {
  border-bottom: 10px;
}

.border-l-10 {
  border-left: 10px;
}

.border-r-10 {
  border-right: 10px;
}

.border-primary {
  border-color: #1E1E1E;
}

.hover\:border-primary:hover {
  border-color: #1E1E1E;
}

.border-primary-darker {
  border-color: black;
}

.hover\:border-primary-darker:hover {
  border-color: black;
}

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

.hover\:border-white:hover {
  border-color: white;
}

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

.hover\:border-black:hover {
  border-color: black;
}

.border-secondary {
  border-color: #ABABAB;
}

.hover\:border-secondary:hover {
  border-color: #ABABAB;
}

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

.hover\:border-third:hover {
  border-color: #FDF6EA;
}

.border-fourth {
  border-color: #707070;
}

.hover\:border-fourth:hover {
  border-color: #707070;
}

.border-text {
  border-color: #26140F;
}

.hover\:border-text:hover {
  border-color: #26140F;
}

.border-error {
  border-color: #ff1d25;
}

.hover\:border-error:hover {
  border-color: #ff1d25;
}

.border-valid {
  border-color: #82e65a;
}

.hover\:border-valid:hover {
  border-color: #82e65a;
}

.border-grey-2 {
  border-color: #fafafa;
}

.hover\:border-grey-2:hover {
  border-color: #fafafa;
}

.border-grey-3 {
  border-color: #f7f7f7;
}

.hover\:border-grey-3:hover {
  border-color: #f7f7f7;
}

.border-grey-5 {
  border-color: #f2f2f2;
}

.hover\:border-grey-5:hover {
  border-color: #f2f2f2;
}

.border-grey-10 {
  border-color: #e6e6e6;
}

.hover\:border-grey-10:hover {
  border-color: #e6e6e6;
}

.border-grey-20 {
  border-color: #cccccc;
}

.hover\:border-grey-20:hover {
  border-color: #cccccc;
}

.border-grey-30 {
  border-color: #b3b3b3;
}

.hover\:border-grey-30:hover {
  border-color: #b3b3b3;
}

.border-grey-40 {
  border-color: #999999;
}

.hover\:border-grey-40:hover {
  border-color: #999999;
}

.border-grey-50 {
  border-color: gray;
}

.hover\:border-grey-50:hover {
  border-color: gray;
}

.border-grey-60 {
  border-color: #666666;
}

.hover\:border-grey-60:hover {
  border-color: #666666;
}

.border-grey-70 {
  border-color: #4d4d4d;
}

.hover\:border-grey-70:hover {
  border-color: #4d4d4d;
}

.border-grey-80 {
  border-color: #333333;
}

.hover\:border-grey-80:hover {
  border-color: #333333;
}

.border-grey-90 {
  border-color: #1a1a1a;
}

.hover\:border-grey-90:hover {
  border-color: #1a1a1a;
}

.border-primary-color {
  border-color: #1E1E1E;
}

.hover\:border-primary-color:hover {
  border-color: #1E1E1E;
}

.border-primary-color-900 {
  border-color: #383838;
}

.hover\:border-primary-color-900:hover {
  border-color: #383838;
}

.border-primary-color-800 {
  border-color: #515151;
}

.hover\:border-primary-color-800:hover {
  border-color: #515151;
}

.border-primary-color-700 {
  border-color: #6b6b6b;
}

.hover\:border-primary-color-700:hover {
  border-color: #6b6b6b;
}

.border-primary-color-600 {
  border-color: #848484;
}

.hover\:border-primary-color-600:hover {
  border-color: #848484;
}

.border-primary-color-500 {
  border-color: #9e9e9e;
}

.hover\:border-primary-color-500:hover {
  border-color: #9e9e9e;
}

.border-primary-color-400 {
  border-color: #b7b7b7;
}

.hover\:border-primary-color-400:hover {
  border-color: #b7b7b7;
}

.border-primary-color-300 {
  border-color: #d1d1d1;
}

.hover\:border-primary-color-300:hover {
  border-color: #d1d1d1;
}

.border-primary-color-200 {
  border-color: #eaeaea;
}

.hover\:border-primary-color-200:hover {
  border-color: #eaeaea;
}

.border-primary-color-100 {
  border-color: #fcf5e6;
}

.hover\:border-primary-color-100:hover {
  border-color: #fcf5e6;
}

.border-primary-color-darker {
  border-color: black;
}

.hover\:border-primary-color-darker:hover {
  border-color: black;
}

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

.hover\:border-white-color:hover {
  border-color: white;
}

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

.hover\:border-black-color:hover {
  border-color: black;
}

.border-secondary-color {
  border-color: #ABABAB;
}

.hover\:border-secondary-color:hover {
  border-color: #ABABAB;
}

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

.hover\:border-third-color:hover {
  border-color: #FDF6EA;
}

.border-fourth-color {
  border-color: #707070;
}

.hover\:border-fourth-color:hover {
  border-color: #707070;
}

.border-text-color {
  border-color: #26140F;
}

.hover\:border-text-color:hover {
  border-color: #26140F;
}

.border-error-color {
  border-color: #ff1d25;
}

.hover\:border-error-color:hover {
  border-color: #ff1d25;
}

.border-valid-color {
  border-color: #82e65a;
}

.hover\:border-valid-color:hover {
  border-color: #82e65a;
}

.border-grey-color-2 {
  border-color: #fafafa;
}

.hover\:border-grey-color-2:hover {
  border-color: #fafafa;
}

.border-grey-color-3 {
  border-color: #f7f7f7;
}

.hover\:border-grey-color-3:hover {
  border-color: #f7f7f7;
}

.border-grey-color-5 {
  border-color: #f2f2f2;
}

.hover\:border-grey-color-5:hover {
  border-color: #f2f2f2;
}

.border-grey-color-10 {
  border-color: #e6e6e6;
}

.hover\:border-grey-color-10:hover {
  border-color: #e6e6e6;
}

.border-grey-color-20 {
  border-color: #cccccc;
}

.hover\:border-grey-color-20:hover {
  border-color: #cccccc;
}

.border-grey-color-30 {
  border-color: #b3b3b3;
}

.hover\:border-grey-color-30:hover {
  border-color: #b3b3b3;
}

.border-grey-color-40 {
  border-color: #999999;
}

.hover\:border-grey-color-40:hover {
  border-color: #999999;
}

.border-grey-color-50 {
  border-color: gray;
}

.hover\:border-grey-color-50:hover {
  border-color: gray;
}

.border-grey-color-60 {
  border-color: #666666;
}

.hover\:border-grey-color-60:hover {
  border-color: #666666;
}

.border-grey-color-70 {
  border-color: #4d4d4d;
}

.hover\:border-grey-color-70:hover {
  border-color: #4d4d4d;
}

.border-grey-color-80 {
  border-color: #333333;
}

.hover\:border-grey-color-80:hover {
  border-color: #333333;
}

.border-grey-color-90 {
  border-color: #1a1a1a;
}

.hover\:border-grey-color-90:hover {
  border-color: #1a1a1a;
}

@media screen and (min-width: 450px) {
  .mobile\:border-1 {
    border-width: 1px;
  }
  .mobile\:border-t-1 {
    border-top: 1px;
  }
  .mobile\:border-b-1 {
    border-bottom: 1px;
  }
  .mobile\:border-l-1 {
    border-left: 1px;
  }
  .mobile\:border-r-1 {
    border-right: 1px;
  }
  .mobile\:border-2 {
    border-width: 2px;
  }
  .mobile\:border-t-2 {
    border-top: 2px;
  }
  .mobile\:border-b-2 {
    border-bottom: 2px;
  }
  .mobile\:border-l-2 {
    border-left: 2px;
  }
  .mobile\:border-r-2 {
    border-right: 2px;
  }
  .mobile\:border-3 {
    border-width: 3px;
  }
  .mobile\:border-t-3 {
    border-top: 3px;
  }
  .mobile\:border-b-3 {
    border-bottom: 3px;
  }
  .mobile\:border-l-3 {
    border-left: 3px;
  }
  .mobile\:border-r-3 {
    border-right: 3px;
  }
  .mobile\:border-4 {
    border-width: 4px;
  }
  .mobile\:border-t-4 {
    border-top: 4px;
  }
  .mobile\:border-b-4 {
    border-bottom: 4px;
  }
  .mobile\:border-l-4 {
    border-left: 4px;
  }
  .mobile\:border-r-4 {
    border-right: 4px;
  }
  .mobile\:border-5 {
    border-width: 5px;
  }
  .mobile\:border-t-5 {
    border-top: 5px;
  }
  .mobile\:border-b-5 {
    border-bottom: 5px;
  }
  .mobile\:border-l-5 {
    border-left: 5px;
  }
  .mobile\:border-r-5 {
    border-right: 5px;
  }
  .mobile\:border-6 {
    border-width: 6px;
  }
  .mobile\:border-t-6 {
    border-top: 6px;
  }
  .mobile\:border-b-6 {
    border-bottom: 6px;
  }
  .mobile\:border-l-6 {
    border-left: 6px;
  }
  .mobile\:border-r-6 {
    border-right: 6px;
  }
  .mobile\:border-7 {
    border-width: 7px;
  }
  .mobile\:border-t-7 {
    border-top: 7px;
  }
  .mobile\:border-b-7 {
    border-bottom: 7px;
  }
  .mobile\:border-l-7 {
    border-left: 7px;
  }
  .mobile\:border-r-7 {
    border-right: 7px;
  }
  .mobile\:border-8 {
    border-width: 8px;
  }
  .mobile\:border-t-8 {
    border-top: 8px;
  }
  .mobile\:border-b-8 {
    border-bottom: 8px;
  }
  .mobile\:border-l-8 {
    border-left: 8px;
  }
  .mobile\:border-r-8 {
    border-right: 8px;
  }
  .mobile\:border-9 {
    border-width: 9px;
  }
  .mobile\:border-t-9 {
    border-top: 9px;
  }
  .mobile\:border-b-9 {
    border-bottom: 9px;
  }
  .mobile\:border-l-9 {
    border-left: 9px;
  }
  .mobile\:border-r-9 {
    border-right: 9px;
  }
  .mobile\:border-10 {
    border-width: 10px;
  }
  .mobile\:border-t-10 {
    border-top: 10px;
  }
  .mobile\:border-b-10 {
    border-bottom: 10px;
  }
  .mobile\:border-l-10 {
    border-left: 10px;
  }
  .mobile\:border-r-10 {
    border-right: 10px;
  }
  .mobile\:border-primary {
    border-color: #1E1E1E;
  }
  .mobile\:hover\:border-primary:hover {
    border-color: #1E1E1E;
  }
  .mobile\:border-primary-darker {
    border-color: black;
  }
  .mobile\:hover\:border-primary-darker:hover {
    border-color: black;
  }
  .mobile\:border-white {
    border-color: white;
  }
  .mobile\:hover\:border-white:hover {
    border-color: white;
  }
  .mobile\:border-black {
    border-color: black;
  }
  .mobile\:hover\:border-black:hover {
    border-color: black;
  }
  .mobile\:border-secondary {
    border-color: #ABABAB;
  }
  .mobile\:hover\:border-secondary:hover {
    border-color: #ABABAB;
  }
  .mobile\:border-third {
    border-color: #FDF6EA;
  }
  .mobile\:hover\:border-third:hover {
    border-color: #FDF6EA;
  }
  .mobile\:border-fourth {
    border-color: #707070;
  }
  .mobile\:hover\:border-fourth:hover {
    border-color: #707070;
  }
  .mobile\:border-text {
    border-color: #26140F;
  }
  .mobile\:hover\:border-text:hover {
    border-color: #26140F;
  }
  .mobile\:border-error {
    border-color: #ff1d25;
  }
  .mobile\:hover\:border-error:hover {
    border-color: #ff1d25;
  }
  .mobile\:border-valid {
    border-color: #82e65a;
  }
  .mobile\:hover\:border-valid:hover {
    border-color: #82e65a;
  }
  .mobile\:border-grey-2 {
    border-color: #fafafa;
  }
  .mobile\:hover\:border-grey-2:hover {
    border-color: #fafafa;
  }
  .mobile\:border-grey-3 {
    border-color: #f7f7f7;
  }
  .mobile\:hover\:border-grey-3:hover {
    border-color: #f7f7f7;
  }
  .mobile\:border-grey-5 {
    border-color: #f2f2f2;
  }
  .mobile\:hover\:border-grey-5:hover {
    border-color: #f2f2f2;
  }
  .mobile\:border-grey-10 {
    border-color: #e6e6e6;
  }
  .mobile\:hover\:border-grey-10:hover {
    border-color: #e6e6e6;
  }
  .mobile\:border-grey-20 {
    border-color: #cccccc;
  }
  .mobile\:hover\:border-grey-20:hover {
    border-color: #cccccc;
  }
  .mobile\:border-grey-30 {
    border-color: #b3b3b3;
  }
  .mobile\:hover\:border-grey-30:hover {
    border-color: #b3b3b3;
  }
  .mobile\:border-grey-40 {
    border-color: #999999;
  }
  .mobile\:hover\:border-grey-40:hover {
    border-color: #999999;
  }
  .mobile\:border-grey-50 {
    border-color: gray;
  }
  .mobile\:hover\:border-grey-50:hover {
    border-color: gray;
  }
  .mobile\:border-grey-60 {
    border-color: #666666;
  }
  .mobile\:hover\:border-grey-60:hover {
    border-color: #666666;
  }
  .mobile\:border-grey-70 {
    border-color: #4d4d4d;
  }
  .mobile\:hover\:border-grey-70:hover {
    border-color: #4d4d4d;
  }
  .mobile\:border-grey-80 {
    border-color: #333333;
  }
  .mobile\:hover\:border-grey-80:hover {
    border-color: #333333;
  }
  .mobile\:border-grey-90 {
    border-color: #1a1a1a;
  }
  .mobile\:hover\:border-grey-90:hover {
    border-color: #1a1a1a;
  }
  .mobile\:border-primary-color {
    border-color: #1E1E1E;
  }
  .mobile\:hover\:border-primary-color:hover {
    border-color: #1E1E1E;
  }
  .mobile\:border-primary-color-900 {
    border-color: #383838;
  }
  .mobile\:hover\:border-primary-color-900:hover {
    border-color: #383838;
  }
  .mobile\:border-primary-color-800 {
    border-color: #515151;
  }
  .mobile\:hover\:border-primary-color-800:hover {
    border-color: #515151;
  }
  .mobile\:border-primary-color-700 {
    border-color: #6b6b6b;
  }
  .mobile\:hover\:border-primary-color-700:hover {
    border-color: #6b6b6b;
  }
  .mobile\:border-primary-color-600 {
    border-color: #848484;
  }
  .mobile\:hover\:border-primary-color-600:hover {
    border-color: #848484;
  }
  .mobile\:border-primary-color-500 {
    border-color: #9e9e9e;
  }
  .mobile\:hover\:border-primary-color-500:hover {
    border-color: #9e9e9e;
  }
  .mobile\:border-primary-color-400 {
    border-color: #b7b7b7;
  }
  .mobile\:hover\:border-primary-color-400:hover {
    border-color: #b7b7b7;
  }
  .mobile\:border-primary-color-300 {
    border-color: #d1d1d1;
  }
  .mobile\:hover\:border-primary-color-300:hover {
    border-color: #d1d1d1;
  }
  .mobile\:border-primary-color-200 {
    border-color: #eaeaea;
  }
  .mobile\:hover\:border-primary-color-200:hover {
    border-color: #eaeaea;
  }
  .mobile\:border-primary-color-100 {
    border-color: #fcf5e6;
  }
  .mobile\:hover\:border-primary-color-100:hover {
    border-color: #fcf5e6;
  }
  .mobile\:border-primary-color-darker {
    border-color: black;
  }
  .mobile\:hover\:border-primary-color-darker:hover {
    border-color: black;
  }
  .mobile\:border-white-color {
    border-color: white;
  }
  .mobile\:hover\:border-white-color:hover {
    border-color: white;
  }
  .mobile\:border-black-color {
    border-color: black;
  }
  .mobile\:hover\:border-black-color:hover {
    border-color: black;
  }
  .mobile\:border-secondary-color {
    border-color: #ABABAB;
  }
  .mobile\:hover\:border-secondary-color:hover {
    border-color: #ABABAB;
  }
  .mobile\:border-third-color {
    border-color: #FDF6EA;
  }
  .mobile\:hover\:border-third-color:hover {
    border-color: #FDF6EA;
  }
  .mobile\:border-fourth-color {
    border-color: #707070;
  }
  .mobile\:hover\:border-fourth-color:hover {
    border-color: #707070;
  }
  .mobile\:border-text-color {
    border-color: #26140F;
  }
  .mobile\:hover\:border-text-color:hover {
    border-color: #26140F;
  }
  .mobile\:border-error-color {
    border-color: #ff1d25;
  }
  .mobile\:hover\:border-error-color:hover {
    border-color: #ff1d25;
  }
  .mobile\:border-valid-color {
    border-color: #82e65a;
  }
  .mobile\:hover\:border-valid-color:hover {
    border-color: #82e65a;
  }
  .mobile\:border-grey-color-2 {
    border-color: #fafafa;
  }
  .mobile\:hover\:border-grey-color-2:hover {
    border-color: #fafafa;
  }
  .mobile\:border-grey-color-3 {
    border-color: #f7f7f7;
  }
  .mobile\:hover\:border-grey-color-3:hover {
    border-color: #f7f7f7;
  }
  .mobile\:border-grey-color-5 {
    border-color: #f2f2f2;
  }
  .mobile\:hover\:border-grey-color-5:hover {
    border-color: #f2f2f2;
  }
  .mobile\:border-grey-color-10 {
    border-color: #e6e6e6;
  }
  .mobile\:hover\:border-grey-color-10:hover {
    border-color: #e6e6e6;
  }
  .mobile\:border-grey-color-20 {
    border-color: #cccccc;
  }
  .mobile\:hover\:border-grey-color-20:hover {
    border-color: #cccccc;
  }
  .mobile\:border-grey-color-30 {
    border-color: #b3b3b3;
  }
  .mobile\:hover\:border-grey-color-30:hover {
    border-color: #b3b3b3;
  }
  .mobile\:border-grey-color-40 {
    border-color: #999999;
  }
  .mobile\:hover\:border-grey-color-40:hover {
    border-color: #999999;
  }
  .mobile\:border-grey-color-50 {
    border-color: gray;
  }
  .mobile\:hover\:border-grey-color-50:hover {
    border-color: gray;
  }
  .mobile\:border-grey-color-60 {
    border-color: #666666;
  }
  .mobile\:hover\:border-grey-color-60:hover {
    border-color: #666666;
  }
  .mobile\:border-grey-color-70 {
    border-color: #4d4d4d;
  }
  .mobile\:hover\:border-grey-color-70:hover {
    border-color: #4d4d4d;
  }
  .mobile\:border-grey-color-80 {
    border-color: #333333;
  }
  .mobile\:hover\:border-grey-color-80:hover {
    border-color: #333333;
  }
  .mobile\:border-grey-color-90 {
    border-color: #1a1a1a;
  }
  .mobile\:hover\:border-grey-color-90:hover {
    border-color: #1a1a1a;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:border-1 {
    border-width: 1px;
  }
  .mobile-l\:border-t-1 {
    border-top: 1px;
  }
  .mobile-l\:border-b-1 {
    border-bottom: 1px;
  }
  .mobile-l\:border-l-1 {
    border-left: 1px;
  }
  .mobile-l\:border-r-1 {
    border-right: 1px;
  }
  .mobile-l\:border-2 {
    border-width: 2px;
  }
  .mobile-l\:border-t-2 {
    border-top: 2px;
  }
  .mobile-l\:border-b-2 {
    border-bottom: 2px;
  }
  .mobile-l\:border-l-2 {
    border-left: 2px;
  }
  .mobile-l\:border-r-2 {
    border-right: 2px;
  }
  .mobile-l\:border-3 {
    border-width: 3px;
  }
  .mobile-l\:border-t-3 {
    border-top: 3px;
  }
  .mobile-l\:border-b-3 {
    border-bottom: 3px;
  }
  .mobile-l\:border-l-3 {
    border-left: 3px;
  }
  .mobile-l\:border-r-3 {
    border-right: 3px;
  }
  .mobile-l\:border-4 {
    border-width: 4px;
  }
  .mobile-l\:border-t-4 {
    border-top: 4px;
  }
  .mobile-l\:border-b-4 {
    border-bottom: 4px;
  }
  .mobile-l\:border-l-4 {
    border-left: 4px;
  }
  .mobile-l\:border-r-4 {
    border-right: 4px;
  }
  .mobile-l\:border-5 {
    border-width: 5px;
  }
  .mobile-l\:border-t-5 {
    border-top: 5px;
  }
  .mobile-l\:border-b-5 {
    border-bottom: 5px;
  }
  .mobile-l\:border-l-5 {
    border-left: 5px;
  }
  .mobile-l\:border-r-5 {
    border-right: 5px;
  }
  .mobile-l\:border-6 {
    border-width: 6px;
  }
  .mobile-l\:border-t-6 {
    border-top: 6px;
  }
  .mobile-l\:border-b-6 {
    border-bottom: 6px;
  }
  .mobile-l\:border-l-6 {
    border-left: 6px;
  }
  .mobile-l\:border-r-6 {
    border-right: 6px;
  }
  .mobile-l\:border-7 {
    border-width: 7px;
  }
  .mobile-l\:border-t-7 {
    border-top: 7px;
  }
  .mobile-l\:border-b-7 {
    border-bottom: 7px;
  }
  .mobile-l\:border-l-7 {
    border-left: 7px;
  }
  .mobile-l\:border-r-7 {
    border-right: 7px;
  }
  .mobile-l\:border-8 {
    border-width: 8px;
  }
  .mobile-l\:border-t-8 {
    border-top: 8px;
  }
  .mobile-l\:border-b-8 {
    border-bottom: 8px;
  }
  .mobile-l\:border-l-8 {
    border-left: 8px;
  }
  .mobile-l\:border-r-8 {
    border-right: 8px;
  }
  .mobile-l\:border-9 {
    border-width: 9px;
  }
  .mobile-l\:border-t-9 {
    border-top: 9px;
  }
  .mobile-l\:border-b-9 {
    border-bottom: 9px;
  }
  .mobile-l\:border-l-9 {
    border-left: 9px;
  }
  .mobile-l\:border-r-9 {
    border-right: 9px;
  }
  .mobile-l\:border-10 {
    border-width: 10px;
  }
  .mobile-l\:border-t-10 {
    border-top: 10px;
  }
  .mobile-l\:border-b-10 {
    border-bottom: 10px;
  }
  .mobile-l\:border-l-10 {
    border-left: 10px;
  }
  .mobile-l\:border-r-10 {
    border-right: 10px;
  }
  .mobile-l\:border-primary {
    border-color: #1E1E1E;
  }
  .mobile-l\:hover\:border-primary:hover {
    border-color: #1E1E1E;
  }
  .mobile-l\:border-primary-darker {
    border-color: black;
  }
  .mobile-l\:hover\:border-primary-darker:hover {
    border-color: black;
  }
  .mobile-l\:border-white {
    border-color: white;
  }
  .mobile-l\:hover\:border-white:hover {
    border-color: white;
  }
  .mobile-l\:border-black {
    border-color: black;
  }
  .mobile-l\:hover\:border-black:hover {
    border-color: black;
  }
  .mobile-l\:border-secondary {
    border-color: #ABABAB;
  }
  .mobile-l\:hover\:border-secondary:hover {
    border-color: #ABABAB;
  }
  .mobile-l\:border-third {
    border-color: #FDF6EA;
  }
  .mobile-l\:hover\:border-third:hover {
    border-color: #FDF6EA;
  }
  .mobile-l\:border-fourth {
    border-color: #707070;
  }
  .mobile-l\:hover\:border-fourth:hover {
    border-color: #707070;
  }
  .mobile-l\:border-text {
    border-color: #26140F;
  }
  .mobile-l\:hover\:border-text:hover {
    border-color: #26140F;
  }
  .mobile-l\:border-error {
    border-color: #ff1d25;
  }
  .mobile-l\:hover\:border-error:hover {
    border-color: #ff1d25;
  }
  .mobile-l\:border-valid {
    border-color: #82e65a;
  }
  .mobile-l\:hover\:border-valid:hover {
    border-color: #82e65a;
  }
  .mobile-l\:border-grey-2 {
    border-color: #fafafa;
  }
  .mobile-l\:hover\:border-grey-2:hover {
    border-color: #fafafa;
  }
  .mobile-l\:border-grey-3 {
    border-color: #f7f7f7;
  }
  .mobile-l\:hover\:border-grey-3:hover {
    border-color: #f7f7f7;
  }
  .mobile-l\:border-grey-5 {
    border-color: #f2f2f2;
  }
  .mobile-l\:hover\:border-grey-5:hover {
    border-color: #f2f2f2;
  }
  .mobile-l\:border-grey-10 {
    border-color: #e6e6e6;
  }
  .mobile-l\:hover\:border-grey-10:hover {
    border-color: #e6e6e6;
  }
  .mobile-l\:border-grey-20 {
    border-color: #cccccc;
  }
  .mobile-l\:hover\:border-grey-20:hover {
    border-color: #cccccc;
  }
  .mobile-l\:border-grey-30 {
    border-color: #b3b3b3;
  }
  .mobile-l\:hover\:border-grey-30:hover {
    border-color: #b3b3b3;
  }
  .mobile-l\:border-grey-40 {
    border-color: #999999;
  }
  .mobile-l\:hover\:border-grey-40:hover {
    border-color: #999999;
  }
  .mobile-l\:border-grey-50 {
    border-color: gray;
  }
  .mobile-l\:hover\:border-grey-50:hover {
    border-color: gray;
  }
  .mobile-l\:border-grey-60 {
    border-color: #666666;
  }
  .mobile-l\:hover\:border-grey-60:hover {
    border-color: #666666;
  }
  .mobile-l\:border-grey-70 {
    border-color: #4d4d4d;
  }
  .mobile-l\:hover\:border-grey-70:hover {
    border-color: #4d4d4d;
  }
  .mobile-l\:border-grey-80 {
    border-color: #333333;
  }
  .mobile-l\:hover\:border-grey-80:hover {
    border-color: #333333;
  }
  .mobile-l\:border-grey-90 {
    border-color: #1a1a1a;
  }
  .mobile-l\:hover\:border-grey-90:hover {
    border-color: #1a1a1a;
  }
  .mobile-l\:border-primary-color {
    border-color: #1E1E1E;
  }
  .mobile-l\:hover\:border-primary-color:hover {
    border-color: #1E1E1E;
  }
  .mobile-l\:border-primary-color-900 {
    border-color: #383838;
  }
  .mobile-l\:hover\:border-primary-color-900:hover {
    border-color: #383838;
  }
  .mobile-l\:border-primary-color-800 {
    border-color: #515151;
  }
  .mobile-l\:hover\:border-primary-color-800:hover {
    border-color: #515151;
  }
  .mobile-l\:border-primary-color-700 {
    border-color: #6b6b6b;
  }
  .mobile-l\:hover\:border-primary-color-700:hover {
    border-color: #6b6b6b;
  }
  .mobile-l\:border-primary-color-600 {
    border-color: #848484;
  }
  .mobile-l\:hover\:border-primary-color-600:hover {
    border-color: #848484;
  }
  .mobile-l\:border-primary-color-500 {
    border-color: #9e9e9e;
  }
  .mobile-l\:hover\:border-primary-color-500:hover {
    border-color: #9e9e9e;
  }
  .mobile-l\:border-primary-color-400 {
    border-color: #b7b7b7;
  }
  .mobile-l\:hover\:border-primary-color-400:hover {
    border-color: #b7b7b7;
  }
  .mobile-l\:border-primary-color-300 {
    border-color: #d1d1d1;
  }
  .mobile-l\:hover\:border-primary-color-300:hover {
    border-color: #d1d1d1;
  }
  .mobile-l\:border-primary-color-200 {
    border-color: #eaeaea;
  }
  .mobile-l\:hover\:border-primary-color-200:hover {
    border-color: #eaeaea;
  }
  .mobile-l\:border-primary-color-100 {
    border-color: #fcf5e6;
  }
  .mobile-l\:hover\:border-primary-color-100:hover {
    border-color: #fcf5e6;
  }
  .mobile-l\:border-primary-color-darker {
    border-color: black;
  }
  .mobile-l\:hover\:border-primary-color-darker:hover {
    border-color: black;
  }
  .mobile-l\:border-white-color {
    border-color: white;
  }
  .mobile-l\:hover\:border-white-color:hover {
    border-color: white;
  }
  .mobile-l\:border-black-color {
    border-color: black;
  }
  .mobile-l\:hover\:border-black-color:hover {
    border-color: black;
  }
  .mobile-l\:border-secondary-color {
    border-color: #ABABAB;
  }
  .mobile-l\:hover\:border-secondary-color:hover {
    border-color: #ABABAB;
  }
  .mobile-l\:border-third-color {
    border-color: #FDF6EA;
  }
  .mobile-l\:hover\:border-third-color:hover {
    border-color: #FDF6EA;
  }
  .mobile-l\:border-fourth-color {
    border-color: #707070;
  }
  .mobile-l\:hover\:border-fourth-color:hover {
    border-color: #707070;
  }
  .mobile-l\:border-text-color {
    border-color: #26140F;
  }
  .mobile-l\:hover\:border-text-color:hover {
    border-color: #26140F;
  }
  .mobile-l\:border-error-color {
    border-color: #ff1d25;
  }
  .mobile-l\:hover\:border-error-color:hover {
    border-color: #ff1d25;
  }
  .mobile-l\:border-valid-color {
    border-color: #82e65a;
  }
  .mobile-l\:hover\:border-valid-color:hover {
    border-color: #82e65a;
  }
  .mobile-l\:border-grey-color-2 {
    border-color: #fafafa;
  }
  .mobile-l\:hover\:border-grey-color-2:hover {
    border-color: #fafafa;
  }
  .mobile-l\:border-grey-color-3 {
    border-color: #f7f7f7;
  }
  .mobile-l\:hover\:border-grey-color-3:hover {
    border-color: #f7f7f7;
  }
  .mobile-l\:border-grey-color-5 {
    border-color: #f2f2f2;
  }
  .mobile-l\:hover\:border-grey-color-5:hover {
    border-color: #f2f2f2;
  }
  .mobile-l\:border-grey-color-10 {
    border-color: #e6e6e6;
  }
  .mobile-l\:hover\:border-grey-color-10:hover {
    border-color: #e6e6e6;
  }
  .mobile-l\:border-grey-color-20 {
    border-color: #cccccc;
  }
  .mobile-l\:hover\:border-grey-color-20:hover {
    border-color: #cccccc;
  }
  .mobile-l\:border-grey-color-30 {
    border-color: #b3b3b3;
  }
  .mobile-l\:hover\:border-grey-color-30:hover {
    border-color: #b3b3b3;
  }
  .mobile-l\:border-grey-color-40 {
    border-color: #999999;
  }
  .mobile-l\:hover\:border-grey-color-40:hover {
    border-color: #999999;
  }
  .mobile-l\:border-grey-color-50 {
    border-color: gray;
  }
  .mobile-l\:hover\:border-grey-color-50:hover {
    border-color: gray;
  }
  .mobile-l\:border-grey-color-60 {
    border-color: #666666;
  }
  .mobile-l\:hover\:border-grey-color-60:hover {
    border-color: #666666;
  }
  .mobile-l\:border-grey-color-70 {
    border-color: #4d4d4d;
  }
  .mobile-l\:hover\:border-grey-color-70:hover {
    border-color: #4d4d4d;
  }
  .mobile-l\:border-grey-color-80 {
    border-color: #333333;
  }
  .mobile-l\:hover\:border-grey-color-80:hover {
    border-color: #333333;
  }
  .mobile-l\:border-grey-color-90 {
    border-color: #1a1a1a;
  }
  .mobile-l\:hover\:border-grey-color-90:hover {
    border-color: #1a1a1a;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:border-1 {
    border-width: 1px;
  }
  .tablet\:border-t-1 {
    border-top: 1px;
  }
  .tablet\:border-b-1 {
    border-bottom: 1px;
  }
  .tablet\:border-l-1 {
    border-left: 1px;
  }
  .tablet\:border-r-1 {
    border-right: 1px;
  }
  .tablet\:border-2 {
    border-width: 2px;
  }
  .tablet\:border-t-2 {
    border-top: 2px;
  }
  .tablet\:border-b-2 {
    border-bottom: 2px;
  }
  .tablet\:border-l-2 {
    border-left: 2px;
  }
  .tablet\:border-r-2 {
    border-right: 2px;
  }
  .tablet\:border-3 {
    border-width: 3px;
  }
  .tablet\:border-t-3 {
    border-top: 3px;
  }
  .tablet\:border-b-3 {
    border-bottom: 3px;
  }
  .tablet\:border-l-3 {
    border-left: 3px;
  }
  .tablet\:border-r-3 {
    border-right: 3px;
  }
  .tablet\:border-4 {
    border-width: 4px;
  }
  .tablet\:border-t-4 {
    border-top: 4px;
  }
  .tablet\:border-b-4 {
    border-bottom: 4px;
  }
  .tablet\:border-l-4 {
    border-left: 4px;
  }
  .tablet\:border-r-4 {
    border-right: 4px;
  }
  .tablet\:border-5 {
    border-width: 5px;
  }
  .tablet\:border-t-5 {
    border-top: 5px;
  }
  .tablet\:border-b-5 {
    border-bottom: 5px;
  }
  .tablet\:border-l-5 {
    border-left: 5px;
  }
  .tablet\:border-r-5 {
    border-right: 5px;
  }
  .tablet\:border-6 {
    border-width: 6px;
  }
  .tablet\:border-t-6 {
    border-top: 6px;
  }
  .tablet\:border-b-6 {
    border-bottom: 6px;
  }
  .tablet\:border-l-6 {
    border-left: 6px;
  }
  .tablet\:border-r-6 {
    border-right: 6px;
  }
  .tablet\:border-7 {
    border-width: 7px;
  }
  .tablet\:border-t-7 {
    border-top: 7px;
  }
  .tablet\:border-b-7 {
    border-bottom: 7px;
  }
  .tablet\:border-l-7 {
    border-left: 7px;
  }
  .tablet\:border-r-7 {
    border-right: 7px;
  }
  .tablet\:border-8 {
    border-width: 8px;
  }
  .tablet\:border-t-8 {
    border-top: 8px;
  }
  .tablet\:border-b-8 {
    border-bottom: 8px;
  }
  .tablet\:border-l-8 {
    border-left: 8px;
  }
  .tablet\:border-r-8 {
    border-right: 8px;
  }
  .tablet\:border-9 {
    border-width: 9px;
  }
  .tablet\:border-t-9 {
    border-top: 9px;
  }
  .tablet\:border-b-9 {
    border-bottom: 9px;
  }
  .tablet\:border-l-9 {
    border-left: 9px;
  }
  .tablet\:border-r-9 {
    border-right: 9px;
  }
  .tablet\:border-10 {
    border-width: 10px;
  }
  .tablet\:border-t-10 {
    border-top: 10px;
  }
  .tablet\:border-b-10 {
    border-bottom: 10px;
  }
  .tablet\:border-l-10 {
    border-left: 10px;
  }
  .tablet\:border-r-10 {
    border-right: 10px;
  }
  .tablet\:border-primary {
    border-color: #1E1E1E;
  }
  .tablet\:hover\:border-primary:hover {
    border-color: #1E1E1E;
  }
  .tablet\:border-primary-darker {
    border-color: black;
  }
  .tablet\:hover\:border-primary-darker:hover {
    border-color: black;
  }
  .tablet\:border-white {
    border-color: white;
  }
  .tablet\:hover\:border-white:hover {
    border-color: white;
  }
  .tablet\:border-black {
    border-color: black;
  }
  .tablet\:hover\:border-black:hover {
    border-color: black;
  }
  .tablet\:border-secondary {
    border-color: #ABABAB;
  }
  .tablet\:hover\:border-secondary:hover {
    border-color: #ABABAB;
  }
  .tablet\:border-third {
    border-color: #FDF6EA;
  }
  .tablet\:hover\:border-third:hover {
    border-color: #FDF6EA;
  }
  .tablet\:border-fourth {
    border-color: #707070;
  }
  .tablet\:hover\:border-fourth:hover {
    border-color: #707070;
  }
  .tablet\:border-text {
    border-color: #26140F;
  }
  .tablet\:hover\:border-text:hover {
    border-color: #26140F;
  }
  .tablet\:border-error {
    border-color: #ff1d25;
  }
  .tablet\:hover\:border-error:hover {
    border-color: #ff1d25;
  }
  .tablet\:border-valid {
    border-color: #82e65a;
  }
  .tablet\:hover\:border-valid:hover {
    border-color: #82e65a;
  }
  .tablet\:border-grey-2 {
    border-color: #fafafa;
  }
  .tablet\:hover\:border-grey-2:hover {
    border-color: #fafafa;
  }
  .tablet\:border-grey-3 {
    border-color: #f7f7f7;
  }
  .tablet\:hover\:border-grey-3:hover {
    border-color: #f7f7f7;
  }
  .tablet\:border-grey-5 {
    border-color: #f2f2f2;
  }
  .tablet\:hover\:border-grey-5:hover {
    border-color: #f2f2f2;
  }
  .tablet\:border-grey-10 {
    border-color: #e6e6e6;
  }
  .tablet\:hover\:border-grey-10:hover {
    border-color: #e6e6e6;
  }
  .tablet\:border-grey-20 {
    border-color: #cccccc;
  }
  .tablet\:hover\:border-grey-20:hover {
    border-color: #cccccc;
  }
  .tablet\:border-grey-30 {
    border-color: #b3b3b3;
  }
  .tablet\:hover\:border-grey-30:hover {
    border-color: #b3b3b3;
  }
  .tablet\:border-grey-40 {
    border-color: #999999;
  }
  .tablet\:hover\:border-grey-40:hover {
    border-color: #999999;
  }
  .tablet\:border-grey-50 {
    border-color: gray;
  }
  .tablet\:hover\:border-grey-50:hover {
    border-color: gray;
  }
  .tablet\:border-grey-60 {
    border-color: #666666;
  }
  .tablet\:hover\:border-grey-60:hover {
    border-color: #666666;
  }
  .tablet\:border-grey-70 {
    border-color: #4d4d4d;
  }
  .tablet\:hover\:border-grey-70:hover {
    border-color: #4d4d4d;
  }
  .tablet\:border-grey-80 {
    border-color: #333333;
  }
  .tablet\:hover\:border-grey-80:hover {
    border-color: #333333;
  }
  .tablet\:border-grey-90 {
    border-color: #1a1a1a;
  }
  .tablet\:hover\:border-grey-90:hover {
    border-color: #1a1a1a;
  }
  .tablet\:border-primary-color {
    border-color: #1E1E1E;
  }
  .tablet\:hover\:border-primary-color:hover {
    border-color: #1E1E1E;
  }
  .tablet\:border-primary-color-900 {
    border-color: #383838;
  }
  .tablet\:hover\:border-primary-color-900:hover {
    border-color: #383838;
  }
  .tablet\:border-primary-color-800 {
    border-color: #515151;
  }
  .tablet\:hover\:border-primary-color-800:hover {
    border-color: #515151;
  }
  .tablet\:border-primary-color-700 {
    border-color: #6b6b6b;
  }
  .tablet\:hover\:border-primary-color-700:hover {
    border-color: #6b6b6b;
  }
  .tablet\:border-primary-color-600 {
    border-color: #848484;
  }
  .tablet\:hover\:border-primary-color-600:hover {
    border-color: #848484;
  }
  .tablet\:border-primary-color-500 {
    border-color: #9e9e9e;
  }
  .tablet\:hover\:border-primary-color-500:hover {
    border-color: #9e9e9e;
  }
  .tablet\:border-primary-color-400 {
    border-color: #b7b7b7;
  }
  .tablet\:hover\:border-primary-color-400:hover {
    border-color: #b7b7b7;
  }
  .tablet\:border-primary-color-300 {
    border-color: #d1d1d1;
  }
  .tablet\:hover\:border-primary-color-300:hover {
    border-color: #d1d1d1;
  }
  .tablet\:border-primary-color-200 {
    border-color: #eaeaea;
  }
  .tablet\:hover\:border-primary-color-200:hover {
    border-color: #eaeaea;
  }
  .tablet\:border-primary-color-100 {
    border-color: #fcf5e6;
  }
  .tablet\:hover\:border-primary-color-100:hover {
    border-color: #fcf5e6;
  }
  .tablet\:border-primary-color-darker {
    border-color: black;
  }
  .tablet\:hover\:border-primary-color-darker:hover {
    border-color: black;
  }
  .tablet\:border-white-color {
    border-color: white;
  }
  .tablet\:hover\:border-white-color:hover {
    border-color: white;
  }
  .tablet\:border-black-color {
    border-color: black;
  }
  .tablet\:hover\:border-black-color:hover {
    border-color: black;
  }
  .tablet\:border-secondary-color {
    border-color: #ABABAB;
  }
  .tablet\:hover\:border-secondary-color:hover {
    border-color: #ABABAB;
  }
  .tablet\:border-third-color {
    border-color: #FDF6EA;
  }
  .tablet\:hover\:border-third-color:hover {
    border-color: #FDF6EA;
  }
  .tablet\:border-fourth-color {
    border-color: #707070;
  }
  .tablet\:hover\:border-fourth-color:hover {
    border-color: #707070;
  }
  .tablet\:border-text-color {
    border-color: #26140F;
  }
  .tablet\:hover\:border-text-color:hover {
    border-color: #26140F;
  }
  .tablet\:border-error-color {
    border-color: #ff1d25;
  }
  .tablet\:hover\:border-error-color:hover {
    border-color: #ff1d25;
  }
  .tablet\:border-valid-color {
    border-color: #82e65a;
  }
  .tablet\:hover\:border-valid-color:hover {
    border-color: #82e65a;
  }
  .tablet\:border-grey-color-2 {
    border-color: #fafafa;
  }
  .tablet\:hover\:border-grey-color-2:hover {
    border-color: #fafafa;
  }
  .tablet\:border-grey-color-3 {
    border-color: #f7f7f7;
  }
  .tablet\:hover\:border-grey-color-3:hover {
    border-color: #f7f7f7;
  }
  .tablet\:border-grey-color-5 {
    border-color: #f2f2f2;
  }
  .tablet\:hover\:border-grey-color-5:hover {
    border-color: #f2f2f2;
  }
  .tablet\:border-grey-color-10 {
    border-color: #e6e6e6;
  }
  .tablet\:hover\:border-grey-color-10:hover {
    border-color: #e6e6e6;
  }
  .tablet\:border-grey-color-20 {
    border-color: #cccccc;
  }
  .tablet\:hover\:border-grey-color-20:hover {
    border-color: #cccccc;
  }
  .tablet\:border-grey-color-30 {
    border-color: #b3b3b3;
  }
  .tablet\:hover\:border-grey-color-30:hover {
    border-color: #b3b3b3;
  }
  .tablet\:border-grey-color-40 {
    border-color: #999999;
  }
  .tablet\:hover\:border-grey-color-40:hover {
    border-color: #999999;
  }
  .tablet\:border-grey-color-50 {
    border-color: gray;
  }
  .tablet\:hover\:border-grey-color-50:hover {
    border-color: gray;
  }
  .tablet\:border-grey-color-60 {
    border-color: #666666;
  }
  .tablet\:hover\:border-grey-color-60:hover {
    border-color: #666666;
  }
  .tablet\:border-grey-color-70 {
    border-color: #4d4d4d;
  }
  .tablet\:hover\:border-grey-color-70:hover {
    border-color: #4d4d4d;
  }
  .tablet\:border-grey-color-80 {
    border-color: #333333;
  }
  .tablet\:hover\:border-grey-color-80:hover {
    border-color: #333333;
  }
  .tablet\:border-grey-color-90 {
    border-color: #1a1a1a;
  }
  .tablet\:hover\:border-grey-color-90:hover {
    border-color: #1a1a1a;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:border-1 {
    border-width: 1px;
  }
  .tablet-m\:border-t-1 {
    border-top: 1px;
  }
  .tablet-m\:border-b-1 {
    border-bottom: 1px;
  }
  .tablet-m\:border-l-1 {
    border-left: 1px;
  }
  .tablet-m\:border-r-1 {
    border-right: 1px;
  }
  .tablet-m\:border-2 {
    border-width: 2px;
  }
  .tablet-m\:border-t-2 {
    border-top: 2px;
  }
  .tablet-m\:border-b-2 {
    border-bottom: 2px;
  }
  .tablet-m\:border-l-2 {
    border-left: 2px;
  }
  .tablet-m\:border-r-2 {
    border-right: 2px;
  }
  .tablet-m\:border-3 {
    border-width: 3px;
  }
  .tablet-m\:border-t-3 {
    border-top: 3px;
  }
  .tablet-m\:border-b-3 {
    border-bottom: 3px;
  }
  .tablet-m\:border-l-3 {
    border-left: 3px;
  }
  .tablet-m\:border-r-3 {
    border-right: 3px;
  }
  .tablet-m\:border-4 {
    border-width: 4px;
  }
  .tablet-m\:border-t-4 {
    border-top: 4px;
  }
  .tablet-m\:border-b-4 {
    border-bottom: 4px;
  }
  .tablet-m\:border-l-4 {
    border-left: 4px;
  }
  .tablet-m\:border-r-4 {
    border-right: 4px;
  }
  .tablet-m\:border-5 {
    border-width: 5px;
  }
  .tablet-m\:border-t-5 {
    border-top: 5px;
  }
  .tablet-m\:border-b-5 {
    border-bottom: 5px;
  }
  .tablet-m\:border-l-5 {
    border-left: 5px;
  }
  .tablet-m\:border-r-5 {
    border-right: 5px;
  }
  .tablet-m\:border-6 {
    border-width: 6px;
  }
  .tablet-m\:border-t-6 {
    border-top: 6px;
  }
  .tablet-m\:border-b-6 {
    border-bottom: 6px;
  }
  .tablet-m\:border-l-6 {
    border-left: 6px;
  }
  .tablet-m\:border-r-6 {
    border-right: 6px;
  }
  .tablet-m\:border-7 {
    border-width: 7px;
  }
  .tablet-m\:border-t-7 {
    border-top: 7px;
  }
  .tablet-m\:border-b-7 {
    border-bottom: 7px;
  }
  .tablet-m\:border-l-7 {
    border-left: 7px;
  }
  .tablet-m\:border-r-7 {
    border-right: 7px;
  }
  .tablet-m\:border-8 {
    border-width: 8px;
  }
  .tablet-m\:border-t-8 {
    border-top: 8px;
  }
  .tablet-m\:border-b-8 {
    border-bottom: 8px;
  }
  .tablet-m\:border-l-8 {
    border-left: 8px;
  }
  .tablet-m\:border-r-8 {
    border-right: 8px;
  }
  .tablet-m\:border-9 {
    border-width: 9px;
  }
  .tablet-m\:border-t-9 {
    border-top: 9px;
  }
  .tablet-m\:border-b-9 {
    border-bottom: 9px;
  }
  .tablet-m\:border-l-9 {
    border-left: 9px;
  }
  .tablet-m\:border-r-9 {
    border-right: 9px;
  }
  .tablet-m\:border-10 {
    border-width: 10px;
  }
  .tablet-m\:border-t-10 {
    border-top: 10px;
  }
  .tablet-m\:border-b-10 {
    border-bottom: 10px;
  }
  .tablet-m\:border-l-10 {
    border-left: 10px;
  }
  .tablet-m\:border-r-10 {
    border-right: 10px;
  }
  .tablet-m\:border-primary {
    border-color: #1E1E1E;
  }
  .tablet-m\:hover\:border-primary:hover {
    border-color: #1E1E1E;
  }
  .tablet-m\:border-primary-darker {
    border-color: black;
  }
  .tablet-m\:hover\:border-primary-darker:hover {
    border-color: black;
  }
  .tablet-m\:border-white {
    border-color: white;
  }
  .tablet-m\:hover\:border-white:hover {
    border-color: white;
  }
  .tablet-m\:border-black {
    border-color: black;
  }
  .tablet-m\:hover\:border-black:hover {
    border-color: black;
  }
  .tablet-m\:border-secondary {
    border-color: #ABABAB;
  }
  .tablet-m\:hover\:border-secondary:hover {
    border-color: #ABABAB;
  }
  .tablet-m\:border-third {
    border-color: #FDF6EA;
  }
  .tablet-m\:hover\:border-third:hover {
    border-color: #FDF6EA;
  }
  .tablet-m\:border-fourth {
    border-color: #707070;
  }
  .tablet-m\:hover\:border-fourth:hover {
    border-color: #707070;
  }
  .tablet-m\:border-text {
    border-color: #26140F;
  }
  .tablet-m\:hover\:border-text:hover {
    border-color: #26140F;
  }
  .tablet-m\:border-error {
    border-color: #ff1d25;
  }
  .tablet-m\:hover\:border-error:hover {
    border-color: #ff1d25;
  }
  .tablet-m\:border-valid {
    border-color: #82e65a;
  }
  .tablet-m\:hover\:border-valid:hover {
    border-color: #82e65a;
  }
  .tablet-m\:border-grey-2 {
    border-color: #fafafa;
  }
  .tablet-m\:hover\:border-grey-2:hover {
    border-color: #fafafa;
  }
  .tablet-m\:border-grey-3 {
    border-color: #f7f7f7;
  }
  .tablet-m\:hover\:border-grey-3:hover {
    border-color: #f7f7f7;
  }
  .tablet-m\:border-grey-5 {
    border-color: #f2f2f2;
  }
  .tablet-m\:hover\:border-grey-5:hover {
    border-color: #f2f2f2;
  }
  .tablet-m\:border-grey-10 {
    border-color: #e6e6e6;
  }
  .tablet-m\:hover\:border-grey-10:hover {
    border-color: #e6e6e6;
  }
  .tablet-m\:border-grey-20 {
    border-color: #cccccc;
  }
  .tablet-m\:hover\:border-grey-20:hover {
    border-color: #cccccc;
  }
  .tablet-m\:border-grey-30 {
    border-color: #b3b3b3;
  }
  .tablet-m\:hover\:border-grey-30:hover {
    border-color: #b3b3b3;
  }
  .tablet-m\:border-grey-40 {
    border-color: #999999;
  }
  .tablet-m\:hover\:border-grey-40:hover {
    border-color: #999999;
  }
  .tablet-m\:border-grey-50 {
    border-color: gray;
  }
  .tablet-m\:hover\:border-grey-50:hover {
    border-color: gray;
  }
  .tablet-m\:border-grey-60 {
    border-color: #666666;
  }
  .tablet-m\:hover\:border-grey-60:hover {
    border-color: #666666;
  }
  .tablet-m\:border-grey-70 {
    border-color: #4d4d4d;
  }
  .tablet-m\:hover\:border-grey-70:hover {
    border-color: #4d4d4d;
  }
  .tablet-m\:border-grey-80 {
    border-color: #333333;
  }
  .tablet-m\:hover\:border-grey-80:hover {
    border-color: #333333;
  }
  .tablet-m\:border-grey-90 {
    border-color: #1a1a1a;
  }
  .tablet-m\:hover\:border-grey-90:hover {
    border-color: #1a1a1a;
  }
  .tablet-m\:border-primary-color {
    border-color: #1E1E1E;
  }
  .tablet-m\:hover\:border-primary-color:hover {
    border-color: #1E1E1E;
  }
  .tablet-m\:border-primary-color-900 {
    border-color: #383838;
  }
  .tablet-m\:hover\:border-primary-color-900:hover {
    border-color: #383838;
  }
  .tablet-m\:border-primary-color-800 {
    border-color: #515151;
  }
  .tablet-m\:hover\:border-primary-color-800:hover {
    border-color: #515151;
  }
  .tablet-m\:border-primary-color-700 {
    border-color: #6b6b6b;
  }
  .tablet-m\:hover\:border-primary-color-700:hover {
    border-color: #6b6b6b;
  }
  .tablet-m\:border-primary-color-600 {
    border-color: #848484;
  }
  .tablet-m\:hover\:border-primary-color-600:hover {
    border-color: #848484;
  }
  .tablet-m\:border-primary-color-500 {
    border-color: #9e9e9e;
  }
  .tablet-m\:hover\:border-primary-color-500:hover {
    border-color: #9e9e9e;
  }
  .tablet-m\:border-primary-color-400 {
    border-color: #b7b7b7;
  }
  .tablet-m\:hover\:border-primary-color-400:hover {
    border-color: #b7b7b7;
  }
  .tablet-m\:border-primary-color-300 {
    border-color: #d1d1d1;
  }
  .tablet-m\:hover\:border-primary-color-300:hover {
    border-color: #d1d1d1;
  }
  .tablet-m\:border-primary-color-200 {
    border-color: #eaeaea;
  }
  .tablet-m\:hover\:border-primary-color-200:hover {
    border-color: #eaeaea;
  }
  .tablet-m\:border-primary-color-100 {
    border-color: #fcf5e6;
  }
  .tablet-m\:hover\:border-primary-color-100:hover {
    border-color: #fcf5e6;
  }
  .tablet-m\:border-primary-color-darker {
    border-color: black;
  }
  .tablet-m\:hover\:border-primary-color-darker:hover {
    border-color: black;
  }
  .tablet-m\:border-white-color {
    border-color: white;
  }
  .tablet-m\:hover\:border-white-color:hover {
    border-color: white;
  }
  .tablet-m\:border-black-color {
    border-color: black;
  }
  .tablet-m\:hover\:border-black-color:hover {
    border-color: black;
  }
  .tablet-m\:border-secondary-color {
    border-color: #ABABAB;
  }
  .tablet-m\:hover\:border-secondary-color:hover {
    border-color: #ABABAB;
  }
  .tablet-m\:border-third-color {
    border-color: #FDF6EA;
  }
  .tablet-m\:hover\:border-third-color:hover {
    border-color: #FDF6EA;
  }
  .tablet-m\:border-fourth-color {
    border-color: #707070;
  }
  .tablet-m\:hover\:border-fourth-color:hover {
    border-color: #707070;
  }
  .tablet-m\:border-text-color {
    border-color: #26140F;
  }
  .tablet-m\:hover\:border-text-color:hover {
    border-color: #26140F;
  }
  .tablet-m\:border-error-color {
    border-color: #ff1d25;
  }
  .tablet-m\:hover\:border-error-color:hover {
    border-color: #ff1d25;
  }
  .tablet-m\:border-valid-color {
    border-color: #82e65a;
  }
  .tablet-m\:hover\:border-valid-color:hover {
    border-color: #82e65a;
  }
  .tablet-m\:border-grey-color-2 {
    border-color: #fafafa;
  }
  .tablet-m\:hover\:border-grey-color-2:hover {
    border-color: #fafafa;
  }
  .tablet-m\:border-grey-color-3 {
    border-color: #f7f7f7;
  }
  .tablet-m\:hover\:border-grey-color-3:hover {
    border-color: #f7f7f7;
  }
  .tablet-m\:border-grey-color-5 {
    border-color: #f2f2f2;
  }
  .tablet-m\:hover\:border-grey-color-5:hover {
    border-color: #f2f2f2;
  }
  .tablet-m\:border-grey-color-10 {
    border-color: #e6e6e6;
  }
  .tablet-m\:hover\:border-grey-color-10:hover {
    border-color: #e6e6e6;
  }
  .tablet-m\:border-grey-color-20 {
    border-color: #cccccc;
  }
  .tablet-m\:hover\:border-grey-color-20:hover {
    border-color: #cccccc;
  }
  .tablet-m\:border-grey-color-30 {
    border-color: #b3b3b3;
  }
  .tablet-m\:hover\:border-grey-color-30:hover {
    border-color: #b3b3b3;
  }
  .tablet-m\:border-grey-color-40 {
    border-color: #999999;
  }
  .tablet-m\:hover\:border-grey-color-40:hover {
    border-color: #999999;
  }
  .tablet-m\:border-grey-color-50 {
    border-color: gray;
  }
  .tablet-m\:hover\:border-grey-color-50:hover {
    border-color: gray;
  }
  .tablet-m\:border-grey-color-60 {
    border-color: #666666;
  }
  .tablet-m\:hover\:border-grey-color-60:hover {
    border-color: #666666;
  }
  .tablet-m\:border-grey-color-70 {
    border-color: #4d4d4d;
  }
  .tablet-m\:hover\:border-grey-color-70:hover {
    border-color: #4d4d4d;
  }
  .tablet-m\:border-grey-color-80 {
    border-color: #333333;
  }
  .tablet-m\:hover\:border-grey-color-80:hover {
    border-color: #333333;
  }
  .tablet-m\:border-grey-color-90 {
    border-color: #1a1a1a;
  }
  .tablet-m\:hover\:border-grey-color-90:hover {
    border-color: #1a1a1a;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:border-1 {
    border-width: 1px;
  }
  .tablet-l\:border-t-1 {
    border-top: 1px;
  }
  .tablet-l\:border-b-1 {
    border-bottom: 1px;
  }
  .tablet-l\:border-l-1 {
    border-left: 1px;
  }
  .tablet-l\:border-r-1 {
    border-right: 1px;
  }
  .tablet-l\:border-2 {
    border-width: 2px;
  }
  .tablet-l\:border-t-2 {
    border-top: 2px;
  }
  .tablet-l\:border-b-2 {
    border-bottom: 2px;
  }
  .tablet-l\:border-l-2 {
    border-left: 2px;
  }
  .tablet-l\:border-r-2 {
    border-right: 2px;
  }
  .tablet-l\:border-3 {
    border-width: 3px;
  }
  .tablet-l\:border-t-3 {
    border-top: 3px;
  }
  .tablet-l\:border-b-3 {
    border-bottom: 3px;
  }
  .tablet-l\:border-l-3 {
    border-left: 3px;
  }
  .tablet-l\:border-r-3 {
    border-right: 3px;
  }
  .tablet-l\:border-4 {
    border-width: 4px;
  }
  .tablet-l\:border-t-4 {
    border-top: 4px;
  }
  .tablet-l\:border-b-4 {
    border-bottom: 4px;
  }
  .tablet-l\:border-l-4 {
    border-left: 4px;
  }
  .tablet-l\:border-r-4 {
    border-right: 4px;
  }
  .tablet-l\:border-5 {
    border-width: 5px;
  }
  .tablet-l\:border-t-5 {
    border-top: 5px;
  }
  .tablet-l\:border-b-5 {
    border-bottom: 5px;
  }
  .tablet-l\:border-l-5 {
    border-left: 5px;
  }
  .tablet-l\:border-r-5 {
    border-right: 5px;
  }
  .tablet-l\:border-6 {
    border-width: 6px;
  }
  .tablet-l\:border-t-6 {
    border-top: 6px;
  }
  .tablet-l\:border-b-6 {
    border-bottom: 6px;
  }
  .tablet-l\:border-l-6 {
    border-left: 6px;
  }
  .tablet-l\:border-r-6 {
    border-right: 6px;
  }
  .tablet-l\:border-7 {
    border-width: 7px;
  }
  .tablet-l\:border-t-7 {
    border-top: 7px;
  }
  .tablet-l\:border-b-7 {
    border-bottom: 7px;
  }
  .tablet-l\:border-l-7 {
    border-left: 7px;
  }
  .tablet-l\:border-r-7 {
    border-right: 7px;
  }
  .tablet-l\:border-8 {
    border-width: 8px;
  }
  .tablet-l\:border-t-8 {
    border-top: 8px;
  }
  .tablet-l\:border-b-8 {
    border-bottom: 8px;
  }
  .tablet-l\:border-l-8 {
    border-left: 8px;
  }
  .tablet-l\:border-r-8 {
    border-right: 8px;
  }
  .tablet-l\:border-9 {
    border-width: 9px;
  }
  .tablet-l\:border-t-9 {
    border-top: 9px;
  }
  .tablet-l\:border-b-9 {
    border-bottom: 9px;
  }
  .tablet-l\:border-l-9 {
    border-left: 9px;
  }
  .tablet-l\:border-r-9 {
    border-right: 9px;
  }
  .tablet-l\:border-10 {
    border-width: 10px;
  }
  .tablet-l\:border-t-10 {
    border-top: 10px;
  }
  .tablet-l\:border-b-10 {
    border-bottom: 10px;
  }
  .tablet-l\:border-l-10 {
    border-left: 10px;
  }
  .tablet-l\:border-r-10 {
    border-right: 10px;
  }
  .tablet-l\:border-primary {
    border-color: #1E1E1E;
  }
  .tablet-l\:hover\:border-primary:hover {
    border-color: #1E1E1E;
  }
  .tablet-l\:border-primary-darker {
    border-color: black;
  }
  .tablet-l\:hover\:border-primary-darker:hover {
    border-color: black;
  }
  .tablet-l\:border-white {
    border-color: white;
  }
  .tablet-l\:hover\:border-white:hover {
    border-color: white;
  }
  .tablet-l\:border-black {
    border-color: black;
  }
  .tablet-l\:hover\:border-black:hover {
    border-color: black;
  }
  .tablet-l\:border-secondary {
    border-color: #ABABAB;
  }
  .tablet-l\:hover\:border-secondary:hover {
    border-color: #ABABAB;
  }
  .tablet-l\:border-third {
    border-color: #FDF6EA;
  }
  .tablet-l\:hover\:border-third:hover {
    border-color: #FDF6EA;
  }
  .tablet-l\:border-fourth {
    border-color: #707070;
  }
  .tablet-l\:hover\:border-fourth:hover {
    border-color: #707070;
  }
  .tablet-l\:border-text {
    border-color: #26140F;
  }
  .tablet-l\:hover\:border-text:hover {
    border-color: #26140F;
  }
  .tablet-l\:border-error {
    border-color: #ff1d25;
  }
  .tablet-l\:hover\:border-error:hover {
    border-color: #ff1d25;
  }
  .tablet-l\:border-valid {
    border-color: #82e65a;
  }
  .tablet-l\:hover\:border-valid:hover {
    border-color: #82e65a;
  }
  .tablet-l\:border-grey-2 {
    border-color: #fafafa;
  }
  .tablet-l\:hover\:border-grey-2:hover {
    border-color: #fafafa;
  }
  .tablet-l\:border-grey-3 {
    border-color: #f7f7f7;
  }
  .tablet-l\:hover\:border-grey-3:hover {
    border-color: #f7f7f7;
  }
  .tablet-l\:border-grey-5 {
    border-color: #f2f2f2;
  }
  .tablet-l\:hover\:border-grey-5:hover {
    border-color: #f2f2f2;
  }
  .tablet-l\:border-grey-10 {
    border-color: #e6e6e6;
  }
  .tablet-l\:hover\:border-grey-10:hover {
    border-color: #e6e6e6;
  }
  .tablet-l\:border-grey-20 {
    border-color: #cccccc;
  }
  .tablet-l\:hover\:border-grey-20:hover {
    border-color: #cccccc;
  }
  .tablet-l\:border-grey-30 {
    border-color: #b3b3b3;
  }
  .tablet-l\:hover\:border-grey-30:hover {
    border-color: #b3b3b3;
  }
  .tablet-l\:border-grey-40 {
    border-color: #999999;
  }
  .tablet-l\:hover\:border-grey-40:hover {
    border-color: #999999;
  }
  .tablet-l\:border-grey-50 {
    border-color: gray;
  }
  .tablet-l\:hover\:border-grey-50:hover {
    border-color: gray;
  }
  .tablet-l\:border-grey-60 {
    border-color: #666666;
  }
  .tablet-l\:hover\:border-grey-60:hover {
    border-color: #666666;
  }
  .tablet-l\:border-grey-70 {
    border-color: #4d4d4d;
  }
  .tablet-l\:hover\:border-grey-70:hover {
    border-color: #4d4d4d;
  }
  .tablet-l\:border-grey-80 {
    border-color: #333333;
  }
  .tablet-l\:hover\:border-grey-80:hover {
    border-color: #333333;
  }
  .tablet-l\:border-grey-90 {
    border-color: #1a1a1a;
  }
  .tablet-l\:hover\:border-grey-90:hover {
    border-color: #1a1a1a;
  }
  .tablet-l\:border-primary-color {
    border-color: #1E1E1E;
  }
  .tablet-l\:hover\:border-primary-color:hover {
    border-color: #1E1E1E;
  }
  .tablet-l\:border-primary-color-900 {
    border-color: #383838;
  }
  .tablet-l\:hover\:border-primary-color-900:hover {
    border-color: #383838;
  }
  .tablet-l\:border-primary-color-800 {
    border-color: #515151;
  }
  .tablet-l\:hover\:border-primary-color-800:hover {
    border-color: #515151;
  }
  .tablet-l\:border-primary-color-700 {
    border-color: #6b6b6b;
  }
  .tablet-l\:hover\:border-primary-color-700:hover {
    border-color: #6b6b6b;
  }
  .tablet-l\:border-primary-color-600 {
    border-color: #848484;
  }
  .tablet-l\:hover\:border-primary-color-600:hover {
    border-color: #848484;
  }
  .tablet-l\:border-primary-color-500 {
    border-color: #9e9e9e;
  }
  .tablet-l\:hover\:border-primary-color-500:hover {
    border-color: #9e9e9e;
  }
  .tablet-l\:border-primary-color-400 {
    border-color: #b7b7b7;
  }
  .tablet-l\:hover\:border-primary-color-400:hover {
    border-color: #b7b7b7;
  }
  .tablet-l\:border-primary-color-300 {
    border-color: #d1d1d1;
  }
  .tablet-l\:hover\:border-primary-color-300:hover {
    border-color: #d1d1d1;
  }
  .tablet-l\:border-primary-color-200 {
    border-color: #eaeaea;
  }
  .tablet-l\:hover\:border-primary-color-200:hover {
    border-color: #eaeaea;
  }
  .tablet-l\:border-primary-color-100 {
    border-color: #fcf5e6;
  }
  .tablet-l\:hover\:border-primary-color-100:hover {
    border-color: #fcf5e6;
  }
  .tablet-l\:border-primary-color-darker {
    border-color: black;
  }
  .tablet-l\:hover\:border-primary-color-darker:hover {
    border-color: black;
  }
  .tablet-l\:border-white-color {
    border-color: white;
  }
  .tablet-l\:hover\:border-white-color:hover {
    border-color: white;
  }
  .tablet-l\:border-black-color {
    border-color: black;
  }
  .tablet-l\:hover\:border-black-color:hover {
    border-color: black;
  }
  .tablet-l\:border-secondary-color {
    border-color: #ABABAB;
  }
  .tablet-l\:hover\:border-secondary-color:hover {
    border-color: #ABABAB;
  }
  .tablet-l\:border-third-color {
    border-color: #FDF6EA;
  }
  .tablet-l\:hover\:border-third-color:hover {
    border-color: #FDF6EA;
  }
  .tablet-l\:border-fourth-color {
    border-color: #707070;
  }
  .tablet-l\:hover\:border-fourth-color:hover {
    border-color: #707070;
  }
  .tablet-l\:border-text-color {
    border-color: #26140F;
  }
  .tablet-l\:hover\:border-text-color:hover {
    border-color: #26140F;
  }
  .tablet-l\:border-error-color {
    border-color: #ff1d25;
  }
  .tablet-l\:hover\:border-error-color:hover {
    border-color: #ff1d25;
  }
  .tablet-l\:border-valid-color {
    border-color: #82e65a;
  }
  .tablet-l\:hover\:border-valid-color:hover {
    border-color: #82e65a;
  }
  .tablet-l\:border-grey-color-2 {
    border-color: #fafafa;
  }
  .tablet-l\:hover\:border-grey-color-2:hover {
    border-color: #fafafa;
  }
  .tablet-l\:border-grey-color-3 {
    border-color: #f7f7f7;
  }
  .tablet-l\:hover\:border-grey-color-3:hover {
    border-color: #f7f7f7;
  }
  .tablet-l\:border-grey-color-5 {
    border-color: #f2f2f2;
  }
  .tablet-l\:hover\:border-grey-color-5:hover {
    border-color: #f2f2f2;
  }
  .tablet-l\:border-grey-color-10 {
    border-color: #e6e6e6;
  }
  .tablet-l\:hover\:border-grey-color-10:hover {
    border-color: #e6e6e6;
  }
  .tablet-l\:border-grey-color-20 {
    border-color: #cccccc;
  }
  .tablet-l\:hover\:border-grey-color-20:hover {
    border-color: #cccccc;
  }
  .tablet-l\:border-grey-color-30 {
    border-color: #b3b3b3;
  }
  .tablet-l\:hover\:border-grey-color-30:hover {
    border-color: #b3b3b3;
  }
  .tablet-l\:border-grey-color-40 {
    border-color: #999999;
  }
  .tablet-l\:hover\:border-grey-color-40:hover {
    border-color: #999999;
  }
  .tablet-l\:border-grey-color-50 {
    border-color: gray;
  }
  .tablet-l\:hover\:border-grey-color-50:hover {
    border-color: gray;
  }
  .tablet-l\:border-grey-color-60 {
    border-color: #666666;
  }
  .tablet-l\:hover\:border-grey-color-60:hover {
    border-color: #666666;
  }
  .tablet-l\:border-grey-color-70 {
    border-color: #4d4d4d;
  }
  .tablet-l\:hover\:border-grey-color-70:hover {
    border-color: #4d4d4d;
  }
  .tablet-l\:border-grey-color-80 {
    border-color: #333333;
  }
  .tablet-l\:hover\:border-grey-color-80:hover {
    border-color: #333333;
  }
  .tablet-l\:border-grey-color-90 {
    border-color: #1a1a1a;
  }
  .tablet-l\:hover\:border-grey-color-90:hover {
    border-color: #1a1a1a;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:border-1 {
    border-width: 1px;
  }
  .laptop\:border-t-1 {
    border-top: 1px;
  }
  .laptop\:border-b-1 {
    border-bottom: 1px;
  }
  .laptop\:border-l-1 {
    border-left: 1px;
  }
  .laptop\:border-r-1 {
    border-right: 1px;
  }
  .laptop\:border-2 {
    border-width: 2px;
  }
  .laptop\:border-t-2 {
    border-top: 2px;
  }
  .laptop\:border-b-2 {
    border-bottom: 2px;
  }
  .laptop\:border-l-2 {
    border-left: 2px;
  }
  .laptop\:border-r-2 {
    border-right: 2px;
  }
  .laptop\:border-3 {
    border-width: 3px;
  }
  .laptop\:border-t-3 {
    border-top: 3px;
  }
  .laptop\:border-b-3 {
    border-bottom: 3px;
  }
  .laptop\:border-l-3 {
    border-left: 3px;
  }
  .laptop\:border-r-3 {
    border-right: 3px;
  }
  .laptop\:border-4 {
    border-width: 4px;
  }
  .laptop\:border-t-4 {
    border-top: 4px;
  }
  .laptop\:border-b-4 {
    border-bottom: 4px;
  }
  .laptop\:border-l-4 {
    border-left: 4px;
  }
  .laptop\:border-r-4 {
    border-right: 4px;
  }
  .laptop\:border-5 {
    border-width: 5px;
  }
  .laptop\:border-t-5 {
    border-top: 5px;
  }
  .laptop\:border-b-5 {
    border-bottom: 5px;
  }
  .laptop\:border-l-5 {
    border-left: 5px;
  }
  .laptop\:border-r-5 {
    border-right: 5px;
  }
  .laptop\:border-6 {
    border-width: 6px;
  }
  .laptop\:border-t-6 {
    border-top: 6px;
  }
  .laptop\:border-b-6 {
    border-bottom: 6px;
  }
  .laptop\:border-l-6 {
    border-left: 6px;
  }
  .laptop\:border-r-6 {
    border-right: 6px;
  }
  .laptop\:border-7 {
    border-width: 7px;
  }
  .laptop\:border-t-7 {
    border-top: 7px;
  }
  .laptop\:border-b-7 {
    border-bottom: 7px;
  }
  .laptop\:border-l-7 {
    border-left: 7px;
  }
  .laptop\:border-r-7 {
    border-right: 7px;
  }
  .laptop\:border-8 {
    border-width: 8px;
  }
  .laptop\:border-t-8 {
    border-top: 8px;
  }
  .laptop\:border-b-8 {
    border-bottom: 8px;
  }
  .laptop\:border-l-8 {
    border-left: 8px;
  }
  .laptop\:border-r-8 {
    border-right: 8px;
  }
  .laptop\:border-9 {
    border-width: 9px;
  }
  .laptop\:border-t-9 {
    border-top: 9px;
  }
  .laptop\:border-b-9 {
    border-bottom: 9px;
  }
  .laptop\:border-l-9 {
    border-left: 9px;
  }
  .laptop\:border-r-9 {
    border-right: 9px;
  }
  .laptop\:border-10 {
    border-width: 10px;
  }
  .laptop\:border-t-10 {
    border-top: 10px;
  }
  .laptop\:border-b-10 {
    border-bottom: 10px;
  }
  .laptop\:border-l-10 {
    border-left: 10px;
  }
  .laptop\:border-r-10 {
    border-right: 10px;
  }
  .laptop\:border-primary {
    border-color: #1E1E1E;
  }
  .laptop\:hover\:border-primary:hover {
    border-color: #1E1E1E;
  }
  .laptop\:border-primary-darker {
    border-color: black;
  }
  .laptop\:hover\:border-primary-darker:hover {
    border-color: black;
  }
  .laptop\:border-white {
    border-color: white;
  }
  .laptop\:hover\:border-white:hover {
    border-color: white;
  }
  .laptop\:border-black {
    border-color: black;
  }
  .laptop\:hover\:border-black:hover {
    border-color: black;
  }
  .laptop\:border-secondary {
    border-color: #ABABAB;
  }
  .laptop\:hover\:border-secondary:hover {
    border-color: #ABABAB;
  }
  .laptop\:border-third {
    border-color: #FDF6EA;
  }
  .laptop\:hover\:border-third:hover {
    border-color: #FDF6EA;
  }
  .laptop\:border-fourth {
    border-color: #707070;
  }
  .laptop\:hover\:border-fourth:hover {
    border-color: #707070;
  }
  .laptop\:border-text {
    border-color: #26140F;
  }
  .laptop\:hover\:border-text:hover {
    border-color: #26140F;
  }
  .laptop\:border-error {
    border-color: #ff1d25;
  }
  .laptop\:hover\:border-error:hover {
    border-color: #ff1d25;
  }
  .laptop\:border-valid {
    border-color: #82e65a;
  }
  .laptop\:hover\:border-valid:hover {
    border-color: #82e65a;
  }
  .laptop\:border-grey-2 {
    border-color: #fafafa;
  }
  .laptop\:hover\:border-grey-2:hover {
    border-color: #fafafa;
  }
  .laptop\:border-grey-3 {
    border-color: #f7f7f7;
  }
  .laptop\:hover\:border-grey-3:hover {
    border-color: #f7f7f7;
  }
  .laptop\:border-grey-5 {
    border-color: #f2f2f2;
  }
  .laptop\:hover\:border-grey-5:hover {
    border-color: #f2f2f2;
  }
  .laptop\:border-grey-10 {
    border-color: #e6e6e6;
  }
  .laptop\:hover\:border-grey-10:hover {
    border-color: #e6e6e6;
  }
  .laptop\:border-grey-20 {
    border-color: #cccccc;
  }
  .laptop\:hover\:border-grey-20:hover {
    border-color: #cccccc;
  }
  .laptop\:border-grey-30 {
    border-color: #b3b3b3;
  }
  .laptop\:hover\:border-grey-30:hover {
    border-color: #b3b3b3;
  }
  .laptop\:border-grey-40 {
    border-color: #999999;
  }
  .laptop\:hover\:border-grey-40:hover {
    border-color: #999999;
  }
  .laptop\:border-grey-50 {
    border-color: gray;
  }
  .laptop\:hover\:border-grey-50:hover {
    border-color: gray;
  }
  .laptop\:border-grey-60 {
    border-color: #666666;
  }
  .laptop\:hover\:border-grey-60:hover {
    border-color: #666666;
  }
  .laptop\:border-grey-70 {
    border-color: #4d4d4d;
  }
  .laptop\:hover\:border-grey-70:hover {
    border-color: #4d4d4d;
  }
  .laptop\:border-grey-80 {
    border-color: #333333;
  }
  .laptop\:hover\:border-grey-80:hover {
    border-color: #333333;
  }
  .laptop\:border-grey-90 {
    border-color: #1a1a1a;
  }
  .laptop\:hover\:border-grey-90:hover {
    border-color: #1a1a1a;
  }
  .laptop\:border-primary-color {
    border-color: #1E1E1E;
  }
  .laptop\:hover\:border-primary-color:hover {
    border-color: #1E1E1E;
  }
  .laptop\:border-primary-color-900 {
    border-color: #383838;
  }
  .laptop\:hover\:border-primary-color-900:hover {
    border-color: #383838;
  }
  .laptop\:border-primary-color-800 {
    border-color: #515151;
  }
  .laptop\:hover\:border-primary-color-800:hover {
    border-color: #515151;
  }
  .laptop\:border-primary-color-700 {
    border-color: #6b6b6b;
  }
  .laptop\:hover\:border-primary-color-700:hover {
    border-color: #6b6b6b;
  }
  .laptop\:border-primary-color-600 {
    border-color: #848484;
  }
  .laptop\:hover\:border-primary-color-600:hover {
    border-color: #848484;
  }
  .laptop\:border-primary-color-500 {
    border-color: #9e9e9e;
  }
  .laptop\:hover\:border-primary-color-500:hover {
    border-color: #9e9e9e;
  }
  .laptop\:border-primary-color-400 {
    border-color: #b7b7b7;
  }
  .laptop\:hover\:border-primary-color-400:hover {
    border-color: #b7b7b7;
  }
  .laptop\:border-primary-color-300 {
    border-color: #d1d1d1;
  }
  .laptop\:hover\:border-primary-color-300:hover {
    border-color: #d1d1d1;
  }
  .laptop\:border-primary-color-200 {
    border-color: #eaeaea;
  }
  .laptop\:hover\:border-primary-color-200:hover {
    border-color: #eaeaea;
  }
  .laptop\:border-primary-color-100 {
    border-color: #fcf5e6;
  }
  .laptop\:hover\:border-primary-color-100:hover {
    border-color: #fcf5e6;
  }
  .laptop\:border-primary-color-darker {
    border-color: black;
  }
  .laptop\:hover\:border-primary-color-darker:hover {
    border-color: black;
  }
  .laptop\:border-white-color {
    border-color: white;
  }
  .laptop\:hover\:border-white-color:hover {
    border-color: white;
  }
  .laptop\:border-black-color {
    border-color: black;
  }
  .laptop\:hover\:border-black-color:hover {
    border-color: black;
  }
  .laptop\:border-secondary-color {
    border-color: #ABABAB;
  }
  .laptop\:hover\:border-secondary-color:hover {
    border-color: #ABABAB;
  }
  .laptop\:border-third-color {
    border-color: #FDF6EA;
  }
  .laptop\:hover\:border-third-color:hover {
    border-color: #FDF6EA;
  }
  .laptop\:border-fourth-color {
    border-color: #707070;
  }
  .laptop\:hover\:border-fourth-color:hover {
    border-color: #707070;
  }
  .laptop\:border-text-color {
    border-color: #26140F;
  }
  .laptop\:hover\:border-text-color:hover {
    border-color: #26140F;
  }
  .laptop\:border-error-color {
    border-color: #ff1d25;
  }
  .laptop\:hover\:border-error-color:hover {
    border-color: #ff1d25;
  }
  .laptop\:border-valid-color {
    border-color: #82e65a;
  }
  .laptop\:hover\:border-valid-color:hover {
    border-color: #82e65a;
  }
  .laptop\:border-grey-color-2 {
    border-color: #fafafa;
  }
  .laptop\:hover\:border-grey-color-2:hover {
    border-color: #fafafa;
  }
  .laptop\:border-grey-color-3 {
    border-color: #f7f7f7;
  }
  .laptop\:hover\:border-grey-color-3:hover {
    border-color: #f7f7f7;
  }
  .laptop\:border-grey-color-5 {
    border-color: #f2f2f2;
  }
  .laptop\:hover\:border-grey-color-5:hover {
    border-color: #f2f2f2;
  }
  .laptop\:border-grey-color-10 {
    border-color: #e6e6e6;
  }
  .laptop\:hover\:border-grey-color-10:hover {
    border-color: #e6e6e6;
  }
  .laptop\:border-grey-color-20 {
    border-color: #cccccc;
  }
  .laptop\:hover\:border-grey-color-20:hover {
    border-color: #cccccc;
  }
  .laptop\:border-grey-color-30 {
    border-color: #b3b3b3;
  }
  .laptop\:hover\:border-grey-color-30:hover {
    border-color: #b3b3b3;
  }
  .laptop\:border-grey-color-40 {
    border-color: #999999;
  }
  .laptop\:hover\:border-grey-color-40:hover {
    border-color: #999999;
  }
  .laptop\:border-grey-color-50 {
    border-color: gray;
  }
  .laptop\:hover\:border-grey-color-50:hover {
    border-color: gray;
  }
  .laptop\:border-grey-color-60 {
    border-color: #666666;
  }
  .laptop\:hover\:border-grey-color-60:hover {
    border-color: #666666;
  }
  .laptop\:border-grey-color-70 {
    border-color: #4d4d4d;
  }
  .laptop\:hover\:border-grey-color-70:hover {
    border-color: #4d4d4d;
  }
  .laptop\:border-grey-color-80 {
    border-color: #333333;
  }
  .laptop\:hover\:border-grey-color-80:hover {
    border-color: #333333;
  }
  .laptop\:border-grey-color-90 {
    border-color: #1a1a1a;
  }
  .laptop\:hover\:border-grey-color-90:hover {
    border-color: #1a1a1a;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:border-1 {
    border-width: 1px;
  }
  .laptop-l\:border-t-1 {
    border-top: 1px;
  }
  .laptop-l\:border-b-1 {
    border-bottom: 1px;
  }
  .laptop-l\:border-l-1 {
    border-left: 1px;
  }
  .laptop-l\:border-r-1 {
    border-right: 1px;
  }
  .laptop-l\:border-2 {
    border-width: 2px;
  }
  .laptop-l\:border-t-2 {
    border-top: 2px;
  }
  .laptop-l\:border-b-2 {
    border-bottom: 2px;
  }
  .laptop-l\:border-l-2 {
    border-left: 2px;
  }
  .laptop-l\:border-r-2 {
    border-right: 2px;
  }
  .laptop-l\:border-3 {
    border-width: 3px;
  }
  .laptop-l\:border-t-3 {
    border-top: 3px;
  }
  .laptop-l\:border-b-3 {
    border-bottom: 3px;
  }
  .laptop-l\:border-l-3 {
    border-left: 3px;
  }
  .laptop-l\:border-r-3 {
    border-right: 3px;
  }
  .laptop-l\:border-4 {
    border-width: 4px;
  }
  .laptop-l\:border-t-4 {
    border-top: 4px;
  }
  .laptop-l\:border-b-4 {
    border-bottom: 4px;
  }
  .laptop-l\:border-l-4 {
    border-left: 4px;
  }
  .laptop-l\:border-r-4 {
    border-right: 4px;
  }
  .laptop-l\:border-5 {
    border-width: 5px;
  }
  .laptop-l\:border-t-5 {
    border-top: 5px;
  }
  .laptop-l\:border-b-5 {
    border-bottom: 5px;
  }
  .laptop-l\:border-l-5 {
    border-left: 5px;
  }
  .laptop-l\:border-r-5 {
    border-right: 5px;
  }
  .laptop-l\:border-6 {
    border-width: 6px;
  }
  .laptop-l\:border-t-6 {
    border-top: 6px;
  }
  .laptop-l\:border-b-6 {
    border-bottom: 6px;
  }
  .laptop-l\:border-l-6 {
    border-left: 6px;
  }
  .laptop-l\:border-r-6 {
    border-right: 6px;
  }
  .laptop-l\:border-7 {
    border-width: 7px;
  }
  .laptop-l\:border-t-7 {
    border-top: 7px;
  }
  .laptop-l\:border-b-7 {
    border-bottom: 7px;
  }
  .laptop-l\:border-l-7 {
    border-left: 7px;
  }
  .laptop-l\:border-r-7 {
    border-right: 7px;
  }
  .laptop-l\:border-8 {
    border-width: 8px;
  }
  .laptop-l\:border-t-8 {
    border-top: 8px;
  }
  .laptop-l\:border-b-8 {
    border-bottom: 8px;
  }
  .laptop-l\:border-l-8 {
    border-left: 8px;
  }
  .laptop-l\:border-r-8 {
    border-right: 8px;
  }
  .laptop-l\:border-9 {
    border-width: 9px;
  }
  .laptop-l\:border-t-9 {
    border-top: 9px;
  }
  .laptop-l\:border-b-9 {
    border-bottom: 9px;
  }
  .laptop-l\:border-l-9 {
    border-left: 9px;
  }
  .laptop-l\:border-r-9 {
    border-right: 9px;
  }
  .laptop-l\:border-10 {
    border-width: 10px;
  }
  .laptop-l\:border-t-10 {
    border-top: 10px;
  }
  .laptop-l\:border-b-10 {
    border-bottom: 10px;
  }
  .laptop-l\:border-l-10 {
    border-left: 10px;
  }
  .laptop-l\:border-r-10 {
    border-right: 10px;
  }
  .laptop-l\:border-primary {
    border-color: #1E1E1E;
  }
  .laptop-l\:hover\:border-primary:hover {
    border-color: #1E1E1E;
  }
  .laptop-l\:border-primary-darker {
    border-color: black;
  }
  .laptop-l\:hover\:border-primary-darker:hover {
    border-color: black;
  }
  .laptop-l\:border-white {
    border-color: white;
  }
  .laptop-l\:hover\:border-white:hover {
    border-color: white;
  }
  .laptop-l\:border-black {
    border-color: black;
  }
  .laptop-l\:hover\:border-black:hover {
    border-color: black;
  }
  .laptop-l\:border-secondary {
    border-color: #ABABAB;
  }
  .laptop-l\:hover\:border-secondary:hover {
    border-color: #ABABAB;
  }
  .laptop-l\:border-third {
    border-color: #FDF6EA;
  }
  .laptop-l\:hover\:border-third:hover {
    border-color: #FDF6EA;
  }
  .laptop-l\:border-fourth {
    border-color: #707070;
  }
  .laptop-l\:hover\:border-fourth:hover {
    border-color: #707070;
  }
  .laptop-l\:border-text {
    border-color: #26140F;
  }
  .laptop-l\:hover\:border-text:hover {
    border-color: #26140F;
  }
  .laptop-l\:border-error {
    border-color: #ff1d25;
  }
  .laptop-l\:hover\:border-error:hover {
    border-color: #ff1d25;
  }
  .laptop-l\:border-valid {
    border-color: #82e65a;
  }
  .laptop-l\:hover\:border-valid:hover {
    border-color: #82e65a;
  }
  .laptop-l\:border-grey-2 {
    border-color: #fafafa;
  }
  .laptop-l\:hover\:border-grey-2:hover {
    border-color: #fafafa;
  }
  .laptop-l\:border-grey-3 {
    border-color: #f7f7f7;
  }
  .laptop-l\:hover\:border-grey-3:hover {
    border-color: #f7f7f7;
  }
  .laptop-l\:border-grey-5 {
    border-color: #f2f2f2;
  }
  .laptop-l\:hover\:border-grey-5:hover {
    border-color: #f2f2f2;
  }
  .laptop-l\:border-grey-10 {
    border-color: #e6e6e6;
  }
  .laptop-l\:hover\:border-grey-10:hover {
    border-color: #e6e6e6;
  }
  .laptop-l\:border-grey-20 {
    border-color: #cccccc;
  }
  .laptop-l\:hover\:border-grey-20:hover {
    border-color: #cccccc;
  }
  .laptop-l\:border-grey-30 {
    border-color: #b3b3b3;
  }
  .laptop-l\:hover\:border-grey-30:hover {
    border-color: #b3b3b3;
  }
  .laptop-l\:border-grey-40 {
    border-color: #999999;
  }
  .laptop-l\:hover\:border-grey-40:hover {
    border-color: #999999;
  }
  .laptop-l\:border-grey-50 {
    border-color: gray;
  }
  .laptop-l\:hover\:border-grey-50:hover {
    border-color: gray;
  }
  .laptop-l\:border-grey-60 {
    border-color: #666666;
  }
  .laptop-l\:hover\:border-grey-60:hover {
    border-color: #666666;
  }
  .laptop-l\:border-grey-70 {
    border-color: #4d4d4d;
  }
  .laptop-l\:hover\:border-grey-70:hover {
    border-color: #4d4d4d;
  }
  .laptop-l\:border-grey-80 {
    border-color: #333333;
  }
  .laptop-l\:hover\:border-grey-80:hover {
    border-color: #333333;
  }
  .laptop-l\:border-grey-90 {
    border-color: #1a1a1a;
  }
  .laptop-l\:hover\:border-grey-90:hover {
    border-color: #1a1a1a;
  }
  .laptop-l\:border-primary-color {
    border-color: #1E1E1E;
  }
  .laptop-l\:hover\:border-primary-color:hover {
    border-color: #1E1E1E;
  }
  .laptop-l\:border-primary-color-900 {
    border-color: #383838;
  }
  .laptop-l\:hover\:border-primary-color-900:hover {
    border-color: #383838;
  }
  .laptop-l\:border-primary-color-800 {
    border-color: #515151;
  }
  .laptop-l\:hover\:border-primary-color-800:hover {
    border-color: #515151;
  }
  .laptop-l\:border-primary-color-700 {
    border-color: #6b6b6b;
  }
  .laptop-l\:hover\:border-primary-color-700:hover {
    border-color: #6b6b6b;
  }
  .laptop-l\:border-primary-color-600 {
    border-color: #848484;
  }
  .laptop-l\:hover\:border-primary-color-600:hover {
    border-color: #848484;
  }
  .laptop-l\:border-primary-color-500 {
    border-color: #9e9e9e;
  }
  .laptop-l\:hover\:border-primary-color-500:hover {
    border-color: #9e9e9e;
  }
  .laptop-l\:border-primary-color-400 {
    border-color: #b7b7b7;
  }
  .laptop-l\:hover\:border-primary-color-400:hover {
    border-color: #b7b7b7;
  }
  .laptop-l\:border-primary-color-300 {
    border-color: #d1d1d1;
  }
  .laptop-l\:hover\:border-primary-color-300:hover {
    border-color: #d1d1d1;
  }
  .laptop-l\:border-primary-color-200 {
    border-color: #eaeaea;
  }
  .laptop-l\:hover\:border-primary-color-200:hover {
    border-color: #eaeaea;
  }
  .laptop-l\:border-primary-color-100 {
    border-color: #fcf5e6;
  }
  .laptop-l\:hover\:border-primary-color-100:hover {
    border-color: #fcf5e6;
  }
  .laptop-l\:border-primary-color-darker {
    border-color: black;
  }
  .laptop-l\:hover\:border-primary-color-darker:hover {
    border-color: black;
  }
  .laptop-l\:border-white-color {
    border-color: white;
  }
  .laptop-l\:hover\:border-white-color:hover {
    border-color: white;
  }
  .laptop-l\:border-black-color {
    border-color: black;
  }
  .laptop-l\:hover\:border-black-color:hover {
    border-color: black;
  }
  .laptop-l\:border-secondary-color {
    border-color: #ABABAB;
  }
  .laptop-l\:hover\:border-secondary-color:hover {
    border-color: #ABABAB;
  }
  .laptop-l\:border-third-color {
    border-color: #FDF6EA;
  }
  .laptop-l\:hover\:border-third-color:hover {
    border-color: #FDF6EA;
  }
  .laptop-l\:border-fourth-color {
    border-color: #707070;
  }
  .laptop-l\:hover\:border-fourth-color:hover {
    border-color: #707070;
  }
  .laptop-l\:border-text-color {
    border-color: #26140F;
  }
  .laptop-l\:hover\:border-text-color:hover {
    border-color: #26140F;
  }
  .laptop-l\:border-error-color {
    border-color: #ff1d25;
  }
  .laptop-l\:hover\:border-error-color:hover {
    border-color: #ff1d25;
  }
  .laptop-l\:border-valid-color {
    border-color: #82e65a;
  }
  .laptop-l\:hover\:border-valid-color:hover {
    border-color: #82e65a;
  }
  .laptop-l\:border-grey-color-2 {
    border-color: #fafafa;
  }
  .laptop-l\:hover\:border-grey-color-2:hover {
    border-color: #fafafa;
  }
  .laptop-l\:border-grey-color-3 {
    border-color: #f7f7f7;
  }
  .laptop-l\:hover\:border-grey-color-3:hover {
    border-color: #f7f7f7;
  }
  .laptop-l\:border-grey-color-5 {
    border-color: #f2f2f2;
  }
  .laptop-l\:hover\:border-grey-color-5:hover {
    border-color: #f2f2f2;
  }
  .laptop-l\:border-grey-color-10 {
    border-color: #e6e6e6;
  }
  .laptop-l\:hover\:border-grey-color-10:hover {
    border-color: #e6e6e6;
  }
  .laptop-l\:border-grey-color-20 {
    border-color: #cccccc;
  }
  .laptop-l\:hover\:border-grey-color-20:hover {
    border-color: #cccccc;
  }
  .laptop-l\:border-grey-color-30 {
    border-color: #b3b3b3;
  }
  .laptop-l\:hover\:border-grey-color-30:hover {
    border-color: #b3b3b3;
  }
  .laptop-l\:border-grey-color-40 {
    border-color: #999999;
  }
  .laptop-l\:hover\:border-grey-color-40:hover {
    border-color: #999999;
  }
  .laptop-l\:border-grey-color-50 {
    border-color: gray;
  }
  .laptop-l\:hover\:border-grey-color-50:hover {
    border-color: gray;
  }
  .laptop-l\:border-grey-color-60 {
    border-color: #666666;
  }
  .laptop-l\:hover\:border-grey-color-60:hover {
    border-color: #666666;
  }
  .laptop-l\:border-grey-color-70 {
    border-color: #4d4d4d;
  }
  .laptop-l\:hover\:border-grey-color-70:hover {
    border-color: #4d4d4d;
  }
  .laptop-l\:border-grey-color-80 {
    border-color: #333333;
  }
  .laptop-l\:hover\:border-grey-color-80:hover {
    border-color: #333333;
  }
  .laptop-l\:border-grey-color-90 {
    border-color: #1a1a1a;
  }
  .laptop-l\:hover\:border-grey-color-90:hover {
    border-color: #1a1a1a;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:border-1 {
    border-width: 1px;
  }
  .laptop-xl\:border-t-1 {
    border-top: 1px;
  }
  .laptop-xl\:border-b-1 {
    border-bottom: 1px;
  }
  .laptop-xl\:border-l-1 {
    border-left: 1px;
  }
  .laptop-xl\:border-r-1 {
    border-right: 1px;
  }
  .laptop-xl\:border-2 {
    border-width: 2px;
  }
  .laptop-xl\:border-t-2 {
    border-top: 2px;
  }
  .laptop-xl\:border-b-2 {
    border-bottom: 2px;
  }
  .laptop-xl\:border-l-2 {
    border-left: 2px;
  }
  .laptop-xl\:border-r-2 {
    border-right: 2px;
  }
  .laptop-xl\:border-3 {
    border-width: 3px;
  }
  .laptop-xl\:border-t-3 {
    border-top: 3px;
  }
  .laptop-xl\:border-b-3 {
    border-bottom: 3px;
  }
  .laptop-xl\:border-l-3 {
    border-left: 3px;
  }
  .laptop-xl\:border-r-3 {
    border-right: 3px;
  }
  .laptop-xl\:border-4 {
    border-width: 4px;
  }
  .laptop-xl\:border-t-4 {
    border-top: 4px;
  }
  .laptop-xl\:border-b-4 {
    border-bottom: 4px;
  }
  .laptop-xl\:border-l-4 {
    border-left: 4px;
  }
  .laptop-xl\:border-r-4 {
    border-right: 4px;
  }
  .laptop-xl\:border-5 {
    border-width: 5px;
  }
  .laptop-xl\:border-t-5 {
    border-top: 5px;
  }
  .laptop-xl\:border-b-5 {
    border-bottom: 5px;
  }
  .laptop-xl\:border-l-5 {
    border-left: 5px;
  }
  .laptop-xl\:border-r-5 {
    border-right: 5px;
  }
  .laptop-xl\:border-6 {
    border-width: 6px;
  }
  .laptop-xl\:border-t-6 {
    border-top: 6px;
  }
  .laptop-xl\:border-b-6 {
    border-bottom: 6px;
  }
  .laptop-xl\:border-l-6 {
    border-left: 6px;
  }
  .laptop-xl\:border-r-6 {
    border-right: 6px;
  }
  .laptop-xl\:border-7 {
    border-width: 7px;
  }
  .laptop-xl\:border-t-7 {
    border-top: 7px;
  }
  .laptop-xl\:border-b-7 {
    border-bottom: 7px;
  }
  .laptop-xl\:border-l-7 {
    border-left: 7px;
  }
  .laptop-xl\:border-r-7 {
    border-right: 7px;
  }
  .laptop-xl\:border-8 {
    border-width: 8px;
  }
  .laptop-xl\:border-t-8 {
    border-top: 8px;
  }
  .laptop-xl\:border-b-8 {
    border-bottom: 8px;
  }
  .laptop-xl\:border-l-8 {
    border-left: 8px;
  }
  .laptop-xl\:border-r-8 {
    border-right: 8px;
  }
  .laptop-xl\:border-9 {
    border-width: 9px;
  }
  .laptop-xl\:border-t-9 {
    border-top: 9px;
  }
  .laptop-xl\:border-b-9 {
    border-bottom: 9px;
  }
  .laptop-xl\:border-l-9 {
    border-left: 9px;
  }
  .laptop-xl\:border-r-9 {
    border-right: 9px;
  }
  .laptop-xl\:border-10 {
    border-width: 10px;
  }
  .laptop-xl\:border-t-10 {
    border-top: 10px;
  }
  .laptop-xl\:border-b-10 {
    border-bottom: 10px;
  }
  .laptop-xl\:border-l-10 {
    border-left: 10px;
  }
  .laptop-xl\:border-r-10 {
    border-right: 10px;
  }
  .laptop-xl\:border-primary {
    border-color: #1E1E1E;
  }
  .laptop-xl\:hover\:border-primary:hover {
    border-color: #1E1E1E;
  }
  .laptop-xl\:border-primary-darker {
    border-color: black;
  }
  .laptop-xl\:hover\:border-primary-darker:hover {
    border-color: black;
  }
  .laptop-xl\:border-white {
    border-color: white;
  }
  .laptop-xl\:hover\:border-white:hover {
    border-color: white;
  }
  .laptop-xl\:border-black {
    border-color: black;
  }
  .laptop-xl\:hover\:border-black:hover {
    border-color: black;
  }
  .laptop-xl\:border-secondary {
    border-color: #ABABAB;
  }
  .laptop-xl\:hover\:border-secondary:hover {
    border-color: #ABABAB;
  }
  .laptop-xl\:border-third {
    border-color: #FDF6EA;
  }
  .laptop-xl\:hover\:border-third:hover {
    border-color: #FDF6EA;
  }
  .laptop-xl\:border-fourth {
    border-color: #707070;
  }
  .laptop-xl\:hover\:border-fourth:hover {
    border-color: #707070;
  }
  .laptop-xl\:border-text {
    border-color: #26140F;
  }
  .laptop-xl\:hover\:border-text:hover {
    border-color: #26140F;
  }
  .laptop-xl\:border-error {
    border-color: #ff1d25;
  }
  .laptop-xl\:hover\:border-error:hover {
    border-color: #ff1d25;
  }
  .laptop-xl\:border-valid {
    border-color: #82e65a;
  }
  .laptop-xl\:hover\:border-valid:hover {
    border-color: #82e65a;
  }
  .laptop-xl\:border-grey-2 {
    border-color: #fafafa;
  }
  .laptop-xl\:hover\:border-grey-2:hover {
    border-color: #fafafa;
  }
  .laptop-xl\:border-grey-3 {
    border-color: #f7f7f7;
  }
  .laptop-xl\:hover\:border-grey-3:hover {
    border-color: #f7f7f7;
  }
  .laptop-xl\:border-grey-5 {
    border-color: #f2f2f2;
  }
  .laptop-xl\:hover\:border-grey-5:hover {
    border-color: #f2f2f2;
  }
  .laptop-xl\:border-grey-10 {
    border-color: #e6e6e6;
  }
  .laptop-xl\:hover\:border-grey-10:hover {
    border-color: #e6e6e6;
  }
  .laptop-xl\:border-grey-20 {
    border-color: #cccccc;
  }
  .laptop-xl\:hover\:border-grey-20:hover {
    border-color: #cccccc;
  }
  .laptop-xl\:border-grey-30 {
    border-color: #b3b3b3;
  }
  .laptop-xl\:hover\:border-grey-30:hover {
    border-color: #b3b3b3;
  }
  .laptop-xl\:border-grey-40 {
    border-color: #999999;
  }
  .laptop-xl\:hover\:border-grey-40:hover {
    border-color: #999999;
  }
  .laptop-xl\:border-grey-50 {
    border-color: gray;
  }
  .laptop-xl\:hover\:border-grey-50:hover {
    border-color: gray;
  }
  .laptop-xl\:border-grey-60 {
    border-color: #666666;
  }
  .laptop-xl\:hover\:border-grey-60:hover {
    border-color: #666666;
  }
  .laptop-xl\:border-grey-70 {
    border-color: #4d4d4d;
  }
  .laptop-xl\:hover\:border-grey-70:hover {
    border-color: #4d4d4d;
  }
  .laptop-xl\:border-grey-80 {
    border-color: #333333;
  }
  .laptop-xl\:hover\:border-grey-80:hover {
    border-color: #333333;
  }
  .laptop-xl\:border-grey-90 {
    border-color: #1a1a1a;
  }
  .laptop-xl\:hover\:border-grey-90:hover {
    border-color: #1a1a1a;
  }
  .laptop-xl\:border-primary-color {
    border-color: #1E1E1E;
  }
  .laptop-xl\:hover\:border-primary-color:hover {
    border-color: #1E1E1E;
  }
  .laptop-xl\:border-primary-color-900 {
    border-color: #383838;
  }
  .laptop-xl\:hover\:border-primary-color-900:hover {
    border-color: #383838;
  }
  .laptop-xl\:border-primary-color-800 {
    border-color: #515151;
  }
  .laptop-xl\:hover\:border-primary-color-800:hover {
    border-color: #515151;
  }
  .laptop-xl\:border-primary-color-700 {
    border-color: #6b6b6b;
  }
  .laptop-xl\:hover\:border-primary-color-700:hover {
    border-color: #6b6b6b;
  }
  .laptop-xl\:border-primary-color-600 {
    border-color: #848484;
  }
  .laptop-xl\:hover\:border-primary-color-600:hover {
    border-color: #848484;
  }
  .laptop-xl\:border-primary-color-500 {
    border-color: #9e9e9e;
  }
  .laptop-xl\:hover\:border-primary-color-500:hover {
    border-color: #9e9e9e;
  }
  .laptop-xl\:border-primary-color-400 {
    border-color: #b7b7b7;
  }
  .laptop-xl\:hover\:border-primary-color-400:hover {
    border-color: #b7b7b7;
  }
  .laptop-xl\:border-primary-color-300 {
    border-color: #d1d1d1;
  }
  .laptop-xl\:hover\:border-primary-color-300:hover {
    border-color: #d1d1d1;
  }
  .laptop-xl\:border-primary-color-200 {
    border-color: #eaeaea;
  }
  .laptop-xl\:hover\:border-primary-color-200:hover {
    border-color: #eaeaea;
  }
  .laptop-xl\:border-primary-color-100 {
    border-color: #fcf5e6;
  }
  .laptop-xl\:hover\:border-primary-color-100:hover {
    border-color: #fcf5e6;
  }
  .laptop-xl\:border-primary-color-darker {
    border-color: black;
  }
  .laptop-xl\:hover\:border-primary-color-darker:hover {
    border-color: black;
  }
  .laptop-xl\:border-white-color {
    border-color: white;
  }
  .laptop-xl\:hover\:border-white-color:hover {
    border-color: white;
  }
  .laptop-xl\:border-black-color {
    border-color: black;
  }
  .laptop-xl\:hover\:border-black-color:hover {
    border-color: black;
  }
  .laptop-xl\:border-secondary-color {
    border-color: #ABABAB;
  }
  .laptop-xl\:hover\:border-secondary-color:hover {
    border-color: #ABABAB;
  }
  .laptop-xl\:border-third-color {
    border-color: #FDF6EA;
  }
  .laptop-xl\:hover\:border-third-color:hover {
    border-color: #FDF6EA;
  }
  .laptop-xl\:border-fourth-color {
    border-color: #707070;
  }
  .laptop-xl\:hover\:border-fourth-color:hover {
    border-color: #707070;
  }
  .laptop-xl\:border-text-color {
    border-color: #26140F;
  }
  .laptop-xl\:hover\:border-text-color:hover {
    border-color: #26140F;
  }
  .laptop-xl\:border-error-color {
    border-color: #ff1d25;
  }
  .laptop-xl\:hover\:border-error-color:hover {
    border-color: #ff1d25;
  }
  .laptop-xl\:border-valid-color {
    border-color: #82e65a;
  }
  .laptop-xl\:hover\:border-valid-color:hover {
    border-color: #82e65a;
  }
  .laptop-xl\:border-grey-color-2 {
    border-color: #fafafa;
  }
  .laptop-xl\:hover\:border-grey-color-2:hover {
    border-color: #fafafa;
  }
  .laptop-xl\:border-grey-color-3 {
    border-color: #f7f7f7;
  }
  .laptop-xl\:hover\:border-grey-color-3:hover {
    border-color: #f7f7f7;
  }
  .laptop-xl\:border-grey-color-5 {
    border-color: #f2f2f2;
  }
  .laptop-xl\:hover\:border-grey-color-5:hover {
    border-color: #f2f2f2;
  }
  .laptop-xl\:border-grey-color-10 {
    border-color: #e6e6e6;
  }
  .laptop-xl\:hover\:border-grey-color-10:hover {
    border-color: #e6e6e6;
  }
  .laptop-xl\:border-grey-color-20 {
    border-color: #cccccc;
  }
  .laptop-xl\:hover\:border-grey-color-20:hover {
    border-color: #cccccc;
  }
  .laptop-xl\:border-grey-color-30 {
    border-color: #b3b3b3;
  }
  .laptop-xl\:hover\:border-grey-color-30:hover {
    border-color: #b3b3b3;
  }
  .laptop-xl\:border-grey-color-40 {
    border-color: #999999;
  }
  .laptop-xl\:hover\:border-grey-color-40:hover {
    border-color: #999999;
  }
  .laptop-xl\:border-grey-color-50 {
    border-color: gray;
  }
  .laptop-xl\:hover\:border-grey-color-50:hover {
    border-color: gray;
  }
  .laptop-xl\:border-grey-color-60 {
    border-color: #666666;
  }
  .laptop-xl\:hover\:border-grey-color-60:hover {
    border-color: #666666;
  }
  .laptop-xl\:border-grey-color-70 {
    border-color: #4d4d4d;
  }
  .laptop-xl\:hover\:border-grey-color-70:hover {
    border-color: #4d4d4d;
  }
  .laptop-xl\:border-grey-color-80 {
    border-color: #333333;
  }
  .laptop-xl\:hover\:border-grey-color-80:hover {
    border-color: #333333;
  }
  .laptop-xl\:border-grey-color-90 {
    border-color: #1a1a1a;
  }
  .laptop-xl\:hover\:border-grey-color-90:hover {
    border-color: #1a1a1a;
  }
}
.radius-0 {
  border-radius: 0px;
}

.radius-tl-0 {
  border-top-left-radius: 0px;
}

.radius-tr-0 {
  border-top-right-radius: 0px;
}

.radius-bl-0 {
  border-bottom-left-radius: 0px;
}

.radius-br-0 {
  border-bottom-right-radius: 0px;
}

.radius-1 {
  border-radius: 1px;
}

.radius-tl-1 {
  border-top-left-radius: 1px;
}

.radius-tr-1 {
  border-top-right-radius: 1px;
}

.radius-bl-1 {
  border-bottom-left-radius: 1px;
}

.radius-br-1 {
  border-bottom-right-radius: 1px;
}

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

.radius-tl-2 {
  border-top-left-radius: 2px;
}

.radius-tr-2 {
  border-top-right-radius: 2px;
}

.radius-bl-2 {
  border-bottom-left-radius: 2px;
}

.radius-br-2 {
  border-bottom-right-radius: 2px;
}

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

.radius-tl-3 {
  border-top-left-radius: 3px;
}

.radius-tr-3 {
  border-top-right-radius: 3px;
}

.radius-bl-3 {
  border-bottom-left-radius: 3px;
}

.radius-br-3 {
  border-bottom-right-radius: 3px;
}

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

.radius-tl-4 {
  border-top-left-radius: 4px;
}

.radius-tr-4 {
  border-top-right-radius: 4px;
}

.radius-bl-4 {
  border-bottom-left-radius: 4px;
}

.radius-br-4 {
  border-bottom-right-radius: 4px;
}

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

.radius-tl-5 {
  border-top-left-radius: 5px;
}

.radius-tr-5 {
  border-top-right-radius: 5px;
}

.radius-bl-5 {
  border-bottom-left-radius: 5px;
}

.radius-br-5 {
  border-bottom-right-radius: 5px;
}

.radius-6 {
  border-radius: 6px;
}

.radius-tl-6 {
  border-top-left-radius: 6px;
}

.radius-tr-6 {
  border-top-right-radius: 6px;
}

.radius-bl-6 {
  border-bottom-left-radius: 6px;
}

.radius-br-6 {
  border-bottom-right-radius: 6px;
}

.radius-7 {
  border-radius: 7px;
}

.radius-tl-7 {
  border-top-left-radius: 7px;
}

.radius-tr-7 {
  border-top-right-radius: 7px;
}

.radius-bl-7 {
  border-bottom-left-radius: 7px;
}

.radius-br-7 {
  border-bottom-right-radius: 7px;
}

.radius-8 {
  border-radius: 8px;
}

.radius-tl-8 {
  border-top-left-radius: 8px;
}

.radius-tr-8 {
  border-top-right-radius: 8px;
}

.radius-bl-8 {
  border-bottom-left-radius: 8px;
}

.radius-br-8 {
  border-bottom-right-radius: 8px;
}

.radius-9 {
  border-radius: 9px;
}

.radius-tl-9 {
  border-top-left-radius: 9px;
}

.radius-tr-9 {
  border-top-right-radius: 9px;
}

.radius-bl-9 {
  border-bottom-left-radius: 9px;
}

.radius-br-9 {
  border-bottom-right-radius: 9px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-tl-10 {
  border-top-left-radius: 10px;
}

.radius-tr-10 {
  border-top-right-radius: 10px;
}

.radius-bl-10 {
  border-bottom-left-radius: 10px;
}

.radius-br-10 {
  border-bottom-right-radius: 10px;
}

.radius-11 {
  border-radius: 11px;
}

.radius-tl-11 {
  border-top-left-radius: 11px;
}

.radius-tr-11 {
  border-top-right-radius: 11px;
}

.radius-bl-11 {
  border-bottom-left-radius: 11px;
}

.radius-br-11 {
  border-bottom-right-radius: 11px;
}

.radius-12 {
  border-radius: 12px;
}

.radius-tl-12 {
  border-top-left-radius: 12px;
}

.radius-tr-12 {
  border-top-right-radius: 12px;
}

.radius-bl-12 {
  border-bottom-left-radius: 12px;
}

.radius-br-12 {
  border-bottom-right-radius: 12px;
}

.radius-13 {
  border-radius: 13px;
}

.radius-tl-13 {
  border-top-left-radius: 13px;
}

.radius-tr-13 {
  border-top-right-radius: 13px;
}

.radius-bl-13 {
  border-bottom-left-radius: 13px;
}

.radius-br-13 {
  border-bottom-right-radius: 13px;
}

.radius-14 {
  border-radius: 14px;
}

.radius-tl-14 {
  border-top-left-radius: 14px;
}

.radius-tr-14 {
  border-top-right-radius: 14px;
}

.radius-bl-14 {
  border-bottom-left-radius: 14px;
}

.radius-br-14 {
  border-bottom-right-radius: 14px;
}

.radius-15 {
  border-radius: 15px;
}

.radius-tl-15 {
  border-top-left-radius: 15px;
}

.radius-tr-15 {
  border-top-right-radius: 15px;
}

.radius-bl-15 {
  border-bottom-left-radius: 15px;
}

.radius-br-15 {
  border-bottom-right-radius: 15px;
}

.radius-16 {
  border-radius: 16px;
}

.radius-tl-16 {
  border-top-left-radius: 16px;
}

.radius-tr-16 {
  border-top-right-radius: 16px;
}

.radius-bl-16 {
  border-bottom-left-radius: 16px;
}

.radius-br-16 {
  border-bottom-right-radius: 16px;
}

.radius-17 {
  border-radius: 17px;
}

.radius-tl-17 {
  border-top-left-radius: 17px;
}

.radius-tr-17 {
  border-top-right-radius: 17px;
}

.radius-bl-17 {
  border-bottom-left-radius: 17px;
}

.radius-br-17 {
  border-bottom-right-radius: 17px;
}

.radius-18 {
  border-radius: 18px;
}

.radius-tl-18 {
  border-top-left-radius: 18px;
}

.radius-tr-18 {
  border-top-right-radius: 18px;
}

.radius-bl-18 {
  border-bottom-left-radius: 18px;
}

.radius-br-18 {
  border-bottom-right-radius: 18px;
}

.radius-19 {
  border-radius: 19px;
}

.radius-tl-19 {
  border-top-left-radius: 19px;
}

.radius-tr-19 {
  border-top-right-radius: 19px;
}

.radius-bl-19 {
  border-bottom-left-radius: 19px;
}

.radius-br-19 {
  border-bottom-right-radius: 19px;
}

.radius-20 {
  border-radius: 20px;
}

.radius-tl-20 {
  border-top-left-radius: 20px;
}

.radius-tr-20 {
  border-top-right-radius: 20px;
}

.radius-bl-20 {
  border-bottom-left-radius: 20px;
}

.radius-br-20 {
  border-bottom-right-radius: 20px;
}

.radius-21 {
  border-radius: 21px;
}

.radius-tl-21 {
  border-top-left-radius: 21px;
}

.radius-tr-21 {
  border-top-right-radius: 21px;
}

.radius-bl-21 {
  border-bottom-left-radius: 21px;
}

.radius-br-21 {
  border-bottom-right-radius: 21px;
}

.radius-22 {
  border-radius: 22px;
}

.radius-tl-22 {
  border-top-left-radius: 22px;
}

.radius-tr-22 {
  border-top-right-radius: 22px;
}

.radius-bl-22 {
  border-bottom-left-radius: 22px;
}

.radius-br-22 {
  border-bottom-right-radius: 22px;
}

.radius-23 {
  border-radius: 23px;
}

.radius-tl-23 {
  border-top-left-radius: 23px;
}

.radius-tr-23 {
  border-top-right-radius: 23px;
}

.radius-bl-23 {
  border-bottom-left-radius: 23px;
}

.radius-br-23 {
  border-bottom-right-radius: 23px;
}

.radius-24 {
  border-radius: 24px;
}

.radius-tl-24 {
  border-top-left-radius: 24px;
}

.radius-tr-24 {
  border-top-right-radius: 24px;
}

.radius-bl-24 {
  border-bottom-left-radius: 24px;
}

.radius-br-24 {
  border-bottom-right-radius: 24px;
}

.radius-25 {
  border-radius: 25px;
}

.radius-tl-25 {
  border-top-left-radius: 25px;
}

.radius-tr-25 {
  border-top-right-radius: 25px;
}

.radius-bl-25 {
  border-bottom-left-radius: 25px;
}

.radius-br-25 {
  border-bottom-right-radius: 25px;
}

.radius-26 {
  border-radius: 26px;
}

.radius-tl-26 {
  border-top-left-radius: 26px;
}

.radius-tr-26 {
  border-top-right-radius: 26px;
}

.radius-bl-26 {
  border-bottom-left-radius: 26px;
}

.radius-br-26 {
  border-bottom-right-radius: 26px;
}

.radius-27 {
  border-radius: 27px;
}

.radius-tl-27 {
  border-top-left-radius: 27px;
}

.radius-tr-27 {
  border-top-right-radius: 27px;
}

.radius-bl-27 {
  border-bottom-left-radius: 27px;
}

.radius-br-27 {
  border-bottom-right-radius: 27px;
}

.radius-28 {
  border-radius: 28px;
}

.radius-tl-28 {
  border-top-left-radius: 28px;
}

.radius-tr-28 {
  border-top-right-radius: 28px;
}

.radius-bl-28 {
  border-bottom-left-radius: 28px;
}

.radius-br-28 {
  border-bottom-right-radius: 28px;
}

.radius-29 {
  border-radius: 29px;
}

.radius-tl-29 {
  border-top-left-radius: 29px;
}

.radius-tr-29 {
  border-top-right-radius: 29px;
}

.radius-bl-29 {
  border-bottom-left-radius: 29px;
}

.radius-br-29 {
  border-bottom-right-radius: 29px;
}

.radius-30 {
  border-radius: 30px;
}

.radius-tl-30 {
  border-top-left-radius: 30px;
}

.radius-tr-30 {
  border-top-right-radius: 30px;
}

.radius-bl-30 {
  border-bottom-left-radius: 30px;
}

.radius-br-30 {
  border-bottom-right-radius: 30px;
}

.radius-31 {
  border-radius: 31px;
}

.radius-tl-31 {
  border-top-left-radius: 31px;
}

.radius-tr-31 {
  border-top-right-radius: 31px;
}

.radius-bl-31 {
  border-bottom-left-radius: 31px;
}

.radius-br-31 {
  border-bottom-right-radius: 31px;
}

.radius-32 {
  border-radius: 32px;
}

.radius-tl-32 {
  border-top-left-radius: 32px;
}

.radius-tr-32 {
  border-top-right-radius: 32px;
}

.radius-bl-32 {
  border-bottom-left-radius: 32px;
}

.radius-br-32 {
  border-bottom-right-radius: 32px;
}

.radius-33 {
  border-radius: 33px;
}

.radius-tl-33 {
  border-top-left-radius: 33px;
}

.radius-tr-33 {
  border-top-right-radius: 33px;
}

.radius-bl-33 {
  border-bottom-left-radius: 33px;
}

.radius-br-33 {
  border-bottom-right-radius: 33px;
}

.radius-34 {
  border-radius: 34px;
}

.radius-tl-34 {
  border-top-left-radius: 34px;
}

.radius-tr-34 {
  border-top-right-radius: 34px;
}

.radius-bl-34 {
  border-bottom-left-radius: 34px;
}

.radius-br-34 {
  border-bottom-right-radius: 34px;
}

.radius-35 {
  border-radius: 35px;
}

.radius-tl-35 {
  border-top-left-radius: 35px;
}

.radius-tr-35 {
  border-top-right-radius: 35px;
}

.radius-bl-35 {
  border-bottom-left-radius: 35px;
}

.radius-br-35 {
  border-bottom-right-radius: 35px;
}

.radius-36 {
  border-radius: 36px;
}

.radius-tl-36 {
  border-top-left-radius: 36px;
}

.radius-tr-36 {
  border-top-right-radius: 36px;
}

.radius-bl-36 {
  border-bottom-left-radius: 36px;
}

.radius-br-36 {
  border-bottom-right-radius: 36px;
}

.radius-37 {
  border-radius: 37px;
}

.radius-tl-37 {
  border-top-left-radius: 37px;
}

.radius-tr-37 {
  border-top-right-radius: 37px;
}

.radius-bl-37 {
  border-bottom-left-radius: 37px;
}

.radius-br-37 {
  border-bottom-right-radius: 37px;
}

.radius-38 {
  border-radius: 38px;
}

.radius-tl-38 {
  border-top-left-radius: 38px;
}

.radius-tr-38 {
  border-top-right-radius: 38px;
}

.radius-bl-38 {
  border-bottom-left-radius: 38px;
}

.radius-br-38 {
  border-bottom-right-radius: 38px;
}

.radius-39 {
  border-radius: 39px;
}

.radius-tl-39 {
  border-top-left-radius: 39px;
}

.radius-tr-39 {
  border-top-right-radius: 39px;
}

.radius-bl-39 {
  border-bottom-left-radius: 39px;
}

.radius-br-39 {
  border-bottom-right-radius: 39px;
}

.radius-40 {
  border-radius: 40px;
}

.radius-tl-40 {
  border-top-left-radius: 40px;
}

.radius-tr-40 {
  border-top-right-radius: 40px;
}

.radius-bl-40 {
  border-bottom-left-radius: 40px;
}

.radius-br-40 {
  border-bottom-right-radius: 40px;
}

.radius-41 {
  border-radius: 41px;
}

.radius-tl-41 {
  border-top-left-radius: 41px;
}

.radius-tr-41 {
  border-top-right-radius: 41px;
}

.radius-bl-41 {
  border-bottom-left-radius: 41px;
}

.radius-br-41 {
  border-bottom-right-radius: 41px;
}

.radius-42 {
  border-radius: 42px;
}

.radius-tl-42 {
  border-top-left-radius: 42px;
}

.radius-tr-42 {
  border-top-right-radius: 42px;
}

.radius-bl-42 {
  border-bottom-left-radius: 42px;
}

.radius-br-42 {
  border-bottom-right-radius: 42px;
}

.radius-43 {
  border-radius: 43px;
}

.radius-tl-43 {
  border-top-left-radius: 43px;
}

.radius-tr-43 {
  border-top-right-radius: 43px;
}

.radius-bl-43 {
  border-bottom-left-radius: 43px;
}

.radius-br-43 {
  border-bottom-right-radius: 43px;
}

.radius-44 {
  border-radius: 44px;
}

.radius-tl-44 {
  border-top-left-radius: 44px;
}

.radius-tr-44 {
  border-top-right-radius: 44px;
}

.radius-bl-44 {
  border-bottom-left-radius: 44px;
}

.radius-br-44 {
  border-bottom-right-radius: 44px;
}

.radius-45 {
  border-radius: 45px;
}

.radius-tl-45 {
  border-top-left-radius: 45px;
}

.radius-tr-45 {
  border-top-right-radius: 45px;
}

.radius-bl-45 {
  border-bottom-left-radius: 45px;
}

.radius-br-45 {
  border-bottom-right-radius: 45px;
}

.radius-46 {
  border-radius: 46px;
}

.radius-tl-46 {
  border-top-left-radius: 46px;
}

.radius-tr-46 {
  border-top-right-radius: 46px;
}

.radius-bl-46 {
  border-bottom-left-radius: 46px;
}

.radius-br-46 {
  border-bottom-right-radius: 46px;
}

.radius-47 {
  border-radius: 47px;
}

.radius-tl-47 {
  border-top-left-radius: 47px;
}

.radius-tr-47 {
  border-top-right-radius: 47px;
}

.radius-bl-47 {
  border-bottom-left-radius: 47px;
}

.radius-br-47 {
  border-bottom-right-radius: 47px;
}

.radius-48 {
  border-radius: 48px;
}

.radius-tl-48 {
  border-top-left-radius: 48px;
}

.radius-tr-48 {
  border-top-right-radius: 48px;
}

.radius-bl-48 {
  border-bottom-left-radius: 48px;
}

.radius-br-48 {
  border-bottom-right-radius: 48px;
}

.radius-49 {
  border-radius: 49px;
}

.radius-tl-49 {
  border-top-left-radius: 49px;
}

.radius-tr-49 {
  border-top-right-radius: 49px;
}

.radius-bl-49 {
  border-bottom-left-radius: 49px;
}

.radius-br-49 {
  border-bottom-right-radius: 49px;
}

.radius-50 {
  border-radius: 50px;
}

.radius-tl-50 {
  border-top-left-radius: 50px;
}

.radius-tr-50 {
  border-top-right-radius: 50px;
}

.radius-bl-50 {
  border-bottom-left-radius: 50px;
}

.radius-br-50 {
  border-bottom-right-radius: 50px;
}

.radius-full {
  border-radius: 9999px;
}

.radius-tl-full {
  border-top-left-radius: 9999px;
}

.radius-tr-full {
  border-top-right-radius: 9999px;
}

.radius-bl-full {
  border-bottom-left-radius: 9999px;
}

.radius-br-full {
  border-bottom-right-radius: 9999px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-double {
  border-style: double;
}

.border-none {
  border-style: none;
}

@media screen and (min-width: 450px) {
  .mobile\:border-solid {
    border-style: solid;
  }
  .mobile\:border-dashed {
    border-style: dashed;
  }
  .mobile\:border-dotted {
    border-style: dotted;
  }
  .mobile\:border-double {
    border-style: double;
  }
  .mobile\:border-none {
    border-style: none;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:border-solid {
    border-style: solid;
  }
  .mobile-l\:border-dashed {
    border-style: dashed;
  }
  .mobile-l\:border-dotted {
    border-style: dotted;
  }
  .mobile-l\:border-double {
    border-style: double;
  }
  .mobile-l\:border-none {
    border-style: none;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:border-solid {
    border-style: solid;
  }
  .tablet\:border-dashed {
    border-style: dashed;
  }
  .tablet\:border-dotted {
    border-style: dotted;
  }
  .tablet\:border-double {
    border-style: double;
  }
  .tablet\:border-none {
    border-style: none;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:border-solid {
    border-style: solid;
  }
  .tablet-m\:border-dashed {
    border-style: dashed;
  }
  .tablet-m\:border-dotted {
    border-style: dotted;
  }
  .tablet-m\:border-double {
    border-style: double;
  }
  .tablet-m\:border-none {
    border-style: none;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:border-solid {
    border-style: solid;
  }
  .tablet-l\:border-dashed {
    border-style: dashed;
  }
  .tablet-l\:border-dotted {
    border-style: dotted;
  }
  .tablet-l\:border-double {
    border-style: double;
  }
  .tablet-l\:border-none {
    border-style: none;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:border-solid {
    border-style: solid;
  }
  .laptop\:border-dashed {
    border-style: dashed;
  }
  .laptop\:border-dotted {
    border-style: dotted;
  }
  .laptop\:border-double {
    border-style: double;
  }
  .laptop\:border-none {
    border-style: none;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:border-solid {
    border-style: solid;
  }
  .laptop-l\:border-dashed {
    border-style: dashed;
  }
  .laptop-l\:border-dotted {
    border-style: dotted;
  }
  .laptop-l\:border-double {
    border-style: double;
  }
  .laptop-l\:border-none {
    border-style: none;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:border-solid {
    border-style: solid;
  }
  .laptop-xl\:border-dashed {
    border-style: dashed;
  }
  .laptop-xl\:border-dotted {
    border-style: dotted;
  }
  .laptop-xl\:border-double {
    border-style: double;
  }
  .laptop-xl\:border-none {
    border-style: none;
  }
}
.border-none {
  border: none;
}

.border-collapse {
  border-collapse: collapse;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.bg-primary {
  background-color: #1E1E1E;
}

.bg-primary-darker {
  background-color: black;
}

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

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

.bg-secondary {
  background-color: #ABABAB;
}

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

.bg-fourth {
  background-color: #707070;
}

.bg-text {
  background-color: #26140F;
}

.bg-error {
  background-color: #ff1d25;
}

.bg-valid {
  background-color: #82e65a;
}

.bg-grey-2 {
  background-color: #fafafa;
}

.bg-grey-3 {
  background-color: #f7f7f7;
}

.bg-grey-5 {
  background-color: #f2f2f2;
}

.bg-grey-10 {
  background-color: #e6e6e6;
}

.bg-grey-20 {
  background-color: #cccccc;
}

.bg-grey-30 {
  background-color: #b3b3b3;
}

.bg-grey-40 {
  background-color: #999999;
}

.bg-grey-50 {
  background-color: gray;
}

.bg-grey-60 {
  background-color: #666666;
}

.bg-grey-70 {
  background-color: #4d4d4d;
}

.bg-grey-80 {
  background-color: #333333;
}

.bg-grey-90 {
  background-color: #1a1a1a;
}

.bg-primary-color {
  background-color: #1E1E1E;
}

.bg-primary-color-900 {
  background-color: #383838;
}

.bg-primary-color-800 {
  background-color: #515151;
}

.bg-primary-color-700 {
  background-color: #6b6b6b;
}

.bg-primary-color-600 {
  background-color: #848484;
}

.bg-primary-color-500 {
  background-color: #9e9e9e;
}

.bg-primary-color-400 {
  background-color: #b7b7b7;
}

.bg-primary-color-300 {
  background-color: #d1d1d1;
}

.bg-primary-color-200 {
  background-color: #eaeaea;
}

.bg-primary-color-100 {
  background-color: #fcf5e6;
}

.bg-primary-color-darker {
  background-color: black;
}

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

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

.bg-secondary-color {
  background-color: #ABABAB;
}

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

.bg-fourth-color {
  background-color: #707070;
}

.bg-text-color {
  background-color: #26140F;
}

.bg-error-color {
  background-color: #ff1d25;
}

.bg-valid-color {
  background-color: #82e65a;
}

.bg-grey-color-2 {
  background-color: #fafafa;
}

.bg-grey-color-3 {
  background-color: #f7f7f7;
}

.bg-grey-color-5 {
  background-color: #f2f2f2;
}

.bg-grey-color-10 {
  background-color: #e6e6e6;
}

.bg-grey-color-20 {
  background-color: #cccccc;
}

.bg-grey-color-30 {
  background-color: #b3b3b3;
}

.bg-grey-color-40 {
  background-color: #999999;
}

.bg-grey-color-50 {
  background-color: gray;
}

.bg-grey-color-60 {
  background-color: #666666;
}

.bg-grey-color-70 {
  background-color: #4d4d4d;
}

.bg-grey-color-80 {
  background-color: #333333;
}

.bg-grey-color-90 {
  background-color: #1a1a1a;
}

.bg-none {
  background: none;
}

.hover\:bg-none:hover {
  background: none;
}

@media screen and (min-width: 450px) {
  .mobile\:bg-none {
    background: none;
  }
  .mobile\:bg-primary {
    background-color: #1E1E1E;
  }
  .mobile\:bg-primary-darker {
    background-color: black;
  }
  .mobile\:bg-white {
    background-color: white;
  }
  .mobile\:bg-black {
    background-color: black;
  }
  .mobile\:bg-secondary {
    background-color: #ABABAB;
  }
  .mobile\:bg-third {
    background-color: #FDF6EA;
  }
  .mobile\:bg-fourth {
    background-color: #707070;
  }
  .mobile\:bg-text {
    background-color: #26140F;
  }
  .mobile\:bg-error {
    background-color: #ff1d25;
  }
  .mobile\:bg-valid {
    background-color: #82e65a;
  }
  .mobile\:bg-grey-2 {
    background-color: #fafafa;
  }
  .mobile\:bg-grey-3 {
    background-color: #f7f7f7;
  }
  .mobile\:bg-grey-5 {
    background-color: #f2f2f2;
  }
  .mobile\:bg-grey-10 {
    background-color: #e6e6e6;
  }
  .mobile\:bg-grey-20 {
    background-color: #cccccc;
  }
  .mobile\:bg-grey-30 {
    background-color: #b3b3b3;
  }
  .mobile\:bg-grey-40 {
    background-color: #999999;
  }
  .mobile\:bg-grey-50 {
    background-color: gray;
  }
  .mobile\:bg-grey-60 {
    background-color: #666666;
  }
  .mobile\:bg-grey-70 {
    background-color: #4d4d4d;
  }
  .mobile\:bg-grey-80 {
    background-color: #333333;
  }
  .mobile\:bg-grey-90 {
    background-color: #1a1a1a;
  }
  .mobile\:bg-primary-color {
    background-color: #1E1E1E;
  }
  .mobile\:bg-primary-color-900 {
    background-color: #383838;
  }
  .mobile\:bg-primary-color-800 {
    background-color: #515151;
  }
  .mobile\:bg-primary-color-700 {
    background-color: #6b6b6b;
  }
  .mobile\:bg-primary-color-600 {
    background-color: #848484;
  }
  .mobile\:bg-primary-color-500 {
    background-color: #9e9e9e;
  }
  .mobile\:bg-primary-color-400 {
    background-color: #b7b7b7;
  }
  .mobile\:bg-primary-color-300 {
    background-color: #d1d1d1;
  }
  .mobile\:bg-primary-color-200 {
    background-color: #eaeaea;
  }
  .mobile\:bg-primary-color-100 {
    background-color: #fcf5e6;
  }
  .mobile\:bg-primary-color-darker {
    background-color: black;
  }
  .mobile\:bg-white-color {
    background-color: white;
  }
  .mobile\:bg-black-color {
    background-color: black;
  }
  .mobile\:bg-secondary-color {
    background-color: #ABABAB;
  }
  .mobile\:bg-third-color {
    background-color: #FDF6EA;
  }
  .mobile\:bg-fourth-color {
    background-color: #707070;
  }
  .mobile\:bg-text-color {
    background-color: #26140F;
  }
  .mobile\:bg-error-color {
    background-color: #ff1d25;
  }
  .mobile\:bg-valid-color {
    background-color: #82e65a;
  }
  .mobile\:bg-grey-color-2 {
    background-color: #fafafa;
  }
  .mobile\:bg-grey-color-3 {
    background-color: #f7f7f7;
  }
  .mobile\:bg-grey-color-5 {
    background-color: #f2f2f2;
  }
  .mobile\:bg-grey-color-10 {
    background-color: #e6e6e6;
  }
  .mobile\:bg-grey-color-20 {
    background-color: #cccccc;
  }
  .mobile\:bg-grey-color-30 {
    background-color: #b3b3b3;
  }
  .mobile\:bg-grey-color-40 {
    background-color: #999999;
  }
  .mobile\:bg-grey-color-50 {
    background-color: gray;
  }
  .mobile\:bg-grey-color-60 {
    background-color: #666666;
  }
  .mobile\:bg-grey-color-70 {
    background-color: #4d4d4d;
  }
  .mobile\:bg-grey-color-80 {
    background-color: #333333;
  }
  .mobile\:bg-grey-color-90 {
    background-color: #1a1a1a;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:bg-none {
    background: none;
  }
  .mobile-l\:bg-primary {
    background-color: #1E1E1E;
  }
  .mobile-l\:bg-primary-darker {
    background-color: black;
  }
  .mobile-l\:bg-white {
    background-color: white;
  }
  .mobile-l\:bg-black {
    background-color: black;
  }
  .mobile-l\:bg-secondary {
    background-color: #ABABAB;
  }
  .mobile-l\:bg-third {
    background-color: #FDF6EA;
  }
  .mobile-l\:bg-fourth {
    background-color: #707070;
  }
  .mobile-l\:bg-text {
    background-color: #26140F;
  }
  .mobile-l\:bg-error {
    background-color: #ff1d25;
  }
  .mobile-l\:bg-valid {
    background-color: #82e65a;
  }
  .mobile-l\:bg-grey-2 {
    background-color: #fafafa;
  }
  .mobile-l\:bg-grey-3 {
    background-color: #f7f7f7;
  }
  .mobile-l\:bg-grey-5 {
    background-color: #f2f2f2;
  }
  .mobile-l\:bg-grey-10 {
    background-color: #e6e6e6;
  }
  .mobile-l\:bg-grey-20 {
    background-color: #cccccc;
  }
  .mobile-l\:bg-grey-30 {
    background-color: #b3b3b3;
  }
  .mobile-l\:bg-grey-40 {
    background-color: #999999;
  }
  .mobile-l\:bg-grey-50 {
    background-color: gray;
  }
  .mobile-l\:bg-grey-60 {
    background-color: #666666;
  }
  .mobile-l\:bg-grey-70 {
    background-color: #4d4d4d;
  }
  .mobile-l\:bg-grey-80 {
    background-color: #333333;
  }
  .mobile-l\:bg-grey-90 {
    background-color: #1a1a1a;
  }
  .mobile-l\:bg-primary-color {
    background-color: #1E1E1E;
  }
  .mobile-l\:bg-primary-color-900 {
    background-color: #383838;
  }
  .mobile-l\:bg-primary-color-800 {
    background-color: #515151;
  }
  .mobile-l\:bg-primary-color-700 {
    background-color: #6b6b6b;
  }
  .mobile-l\:bg-primary-color-600 {
    background-color: #848484;
  }
  .mobile-l\:bg-primary-color-500 {
    background-color: #9e9e9e;
  }
  .mobile-l\:bg-primary-color-400 {
    background-color: #b7b7b7;
  }
  .mobile-l\:bg-primary-color-300 {
    background-color: #d1d1d1;
  }
  .mobile-l\:bg-primary-color-200 {
    background-color: #eaeaea;
  }
  .mobile-l\:bg-primary-color-100 {
    background-color: #fcf5e6;
  }
  .mobile-l\:bg-primary-color-darker {
    background-color: black;
  }
  .mobile-l\:bg-white-color {
    background-color: white;
  }
  .mobile-l\:bg-black-color {
    background-color: black;
  }
  .mobile-l\:bg-secondary-color {
    background-color: #ABABAB;
  }
  .mobile-l\:bg-third-color {
    background-color: #FDF6EA;
  }
  .mobile-l\:bg-fourth-color {
    background-color: #707070;
  }
  .mobile-l\:bg-text-color {
    background-color: #26140F;
  }
  .mobile-l\:bg-error-color {
    background-color: #ff1d25;
  }
  .mobile-l\:bg-valid-color {
    background-color: #82e65a;
  }
  .mobile-l\:bg-grey-color-2 {
    background-color: #fafafa;
  }
  .mobile-l\:bg-grey-color-3 {
    background-color: #f7f7f7;
  }
  .mobile-l\:bg-grey-color-5 {
    background-color: #f2f2f2;
  }
  .mobile-l\:bg-grey-color-10 {
    background-color: #e6e6e6;
  }
  .mobile-l\:bg-grey-color-20 {
    background-color: #cccccc;
  }
  .mobile-l\:bg-grey-color-30 {
    background-color: #b3b3b3;
  }
  .mobile-l\:bg-grey-color-40 {
    background-color: #999999;
  }
  .mobile-l\:bg-grey-color-50 {
    background-color: gray;
  }
  .mobile-l\:bg-grey-color-60 {
    background-color: #666666;
  }
  .mobile-l\:bg-grey-color-70 {
    background-color: #4d4d4d;
  }
  .mobile-l\:bg-grey-color-80 {
    background-color: #333333;
  }
  .mobile-l\:bg-grey-color-90 {
    background-color: #1a1a1a;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:bg-none {
    background: none;
  }
  .tablet\:bg-primary {
    background-color: #1E1E1E;
  }
  .tablet\:bg-primary-darker {
    background-color: black;
  }
  .tablet\:bg-white {
    background-color: white;
  }
  .tablet\:bg-black {
    background-color: black;
  }
  .tablet\:bg-secondary {
    background-color: #ABABAB;
  }
  .tablet\:bg-third {
    background-color: #FDF6EA;
  }
  .tablet\:bg-fourth {
    background-color: #707070;
  }
  .tablet\:bg-text {
    background-color: #26140F;
  }
  .tablet\:bg-error {
    background-color: #ff1d25;
  }
  .tablet\:bg-valid {
    background-color: #82e65a;
  }
  .tablet\:bg-grey-2 {
    background-color: #fafafa;
  }
  .tablet\:bg-grey-3 {
    background-color: #f7f7f7;
  }
  .tablet\:bg-grey-5 {
    background-color: #f2f2f2;
  }
  .tablet\:bg-grey-10 {
    background-color: #e6e6e6;
  }
  .tablet\:bg-grey-20 {
    background-color: #cccccc;
  }
  .tablet\:bg-grey-30 {
    background-color: #b3b3b3;
  }
  .tablet\:bg-grey-40 {
    background-color: #999999;
  }
  .tablet\:bg-grey-50 {
    background-color: gray;
  }
  .tablet\:bg-grey-60 {
    background-color: #666666;
  }
  .tablet\:bg-grey-70 {
    background-color: #4d4d4d;
  }
  .tablet\:bg-grey-80 {
    background-color: #333333;
  }
  .tablet\:bg-grey-90 {
    background-color: #1a1a1a;
  }
  .tablet\:bg-primary-color {
    background-color: #1E1E1E;
  }
  .tablet\:bg-primary-color-900 {
    background-color: #383838;
  }
  .tablet\:bg-primary-color-800 {
    background-color: #515151;
  }
  .tablet\:bg-primary-color-700 {
    background-color: #6b6b6b;
  }
  .tablet\:bg-primary-color-600 {
    background-color: #848484;
  }
  .tablet\:bg-primary-color-500 {
    background-color: #9e9e9e;
  }
  .tablet\:bg-primary-color-400 {
    background-color: #b7b7b7;
  }
  .tablet\:bg-primary-color-300 {
    background-color: #d1d1d1;
  }
  .tablet\:bg-primary-color-200 {
    background-color: #eaeaea;
  }
  .tablet\:bg-primary-color-100 {
    background-color: #fcf5e6;
  }
  .tablet\:bg-primary-color-darker {
    background-color: black;
  }
  .tablet\:bg-white-color {
    background-color: white;
  }
  .tablet\:bg-black-color {
    background-color: black;
  }
  .tablet\:bg-secondary-color {
    background-color: #ABABAB;
  }
  .tablet\:bg-third-color {
    background-color: #FDF6EA;
  }
  .tablet\:bg-fourth-color {
    background-color: #707070;
  }
  .tablet\:bg-text-color {
    background-color: #26140F;
  }
  .tablet\:bg-error-color {
    background-color: #ff1d25;
  }
  .tablet\:bg-valid-color {
    background-color: #82e65a;
  }
  .tablet\:bg-grey-color-2 {
    background-color: #fafafa;
  }
  .tablet\:bg-grey-color-3 {
    background-color: #f7f7f7;
  }
  .tablet\:bg-grey-color-5 {
    background-color: #f2f2f2;
  }
  .tablet\:bg-grey-color-10 {
    background-color: #e6e6e6;
  }
  .tablet\:bg-grey-color-20 {
    background-color: #cccccc;
  }
  .tablet\:bg-grey-color-30 {
    background-color: #b3b3b3;
  }
  .tablet\:bg-grey-color-40 {
    background-color: #999999;
  }
  .tablet\:bg-grey-color-50 {
    background-color: gray;
  }
  .tablet\:bg-grey-color-60 {
    background-color: #666666;
  }
  .tablet\:bg-grey-color-70 {
    background-color: #4d4d4d;
  }
  .tablet\:bg-grey-color-80 {
    background-color: #333333;
  }
  .tablet\:bg-grey-color-90 {
    background-color: #1a1a1a;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:bg-none {
    background: none;
  }
  .tablet-m\:bg-primary {
    background-color: #1E1E1E;
  }
  .tablet-m\:bg-primary-darker {
    background-color: black;
  }
  .tablet-m\:bg-white {
    background-color: white;
  }
  .tablet-m\:bg-black {
    background-color: black;
  }
  .tablet-m\:bg-secondary {
    background-color: #ABABAB;
  }
  .tablet-m\:bg-third {
    background-color: #FDF6EA;
  }
  .tablet-m\:bg-fourth {
    background-color: #707070;
  }
  .tablet-m\:bg-text {
    background-color: #26140F;
  }
  .tablet-m\:bg-error {
    background-color: #ff1d25;
  }
  .tablet-m\:bg-valid {
    background-color: #82e65a;
  }
  .tablet-m\:bg-grey-2 {
    background-color: #fafafa;
  }
  .tablet-m\:bg-grey-3 {
    background-color: #f7f7f7;
  }
  .tablet-m\:bg-grey-5 {
    background-color: #f2f2f2;
  }
  .tablet-m\:bg-grey-10 {
    background-color: #e6e6e6;
  }
  .tablet-m\:bg-grey-20 {
    background-color: #cccccc;
  }
  .tablet-m\:bg-grey-30 {
    background-color: #b3b3b3;
  }
  .tablet-m\:bg-grey-40 {
    background-color: #999999;
  }
  .tablet-m\:bg-grey-50 {
    background-color: gray;
  }
  .tablet-m\:bg-grey-60 {
    background-color: #666666;
  }
  .tablet-m\:bg-grey-70 {
    background-color: #4d4d4d;
  }
  .tablet-m\:bg-grey-80 {
    background-color: #333333;
  }
  .tablet-m\:bg-grey-90 {
    background-color: #1a1a1a;
  }
  .tablet-m\:bg-primary-color {
    background-color: #1E1E1E;
  }
  .tablet-m\:bg-primary-color-900 {
    background-color: #383838;
  }
  .tablet-m\:bg-primary-color-800 {
    background-color: #515151;
  }
  .tablet-m\:bg-primary-color-700 {
    background-color: #6b6b6b;
  }
  .tablet-m\:bg-primary-color-600 {
    background-color: #848484;
  }
  .tablet-m\:bg-primary-color-500 {
    background-color: #9e9e9e;
  }
  .tablet-m\:bg-primary-color-400 {
    background-color: #b7b7b7;
  }
  .tablet-m\:bg-primary-color-300 {
    background-color: #d1d1d1;
  }
  .tablet-m\:bg-primary-color-200 {
    background-color: #eaeaea;
  }
  .tablet-m\:bg-primary-color-100 {
    background-color: #fcf5e6;
  }
  .tablet-m\:bg-primary-color-darker {
    background-color: black;
  }
  .tablet-m\:bg-white-color {
    background-color: white;
  }
  .tablet-m\:bg-black-color {
    background-color: black;
  }
  .tablet-m\:bg-secondary-color {
    background-color: #ABABAB;
  }
  .tablet-m\:bg-third-color {
    background-color: #FDF6EA;
  }
  .tablet-m\:bg-fourth-color {
    background-color: #707070;
  }
  .tablet-m\:bg-text-color {
    background-color: #26140F;
  }
  .tablet-m\:bg-error-color {
    background-color: #ff1d25;
  }
  .tablet-m\:bg-valid-color {
    background-color: #82e65a;
  }
  .tablet-m\:bg-grey-color-2 {
    background-color: #fafafa;
  }
  .tablet-m\:bg-grey-color-3 {
    background-color: #f7f7f7;
  }
  .tablet-m\:bg-grey-color-5 {
    background-color: #f2f2f2;
  }
  .tablet-m\:bg-grey-color-10 {
    background-color: #e6e6e6;
  }
  .tablet-m\:bg-grey-color-20 {
    background-color: #cccccc;
  }
  .tablet-m\:bg-grey-color-30 {
    background-color: #b3b3b3;
  }
  .tablet-m\:bg-grey-color-40 {
    background-color: #999999;
  }
  .tablet-m\:bg-grey-color-50 {
    background-color: gray;
  }
  .tablet-m\:bg-grey-color-60 {
    background-color: #666666;
  }
  .tablet-m\:bg-grey-color-70 {
    background-color: #4d4d4d;
  }
  .tablet-m\:bg-grey-color-80 {
    background-color: #333333;
  }
  .tablet-m\:bg-grey-color-90 {
    background-color: #1a1a1a;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:bg-none {
    background: none;
  }
  .tablet-l\:bg-primary {
    background-color: #1E1E1E;
  }
  .tablet-l\:bg-primary-darker {
    background-color: black;
  }
  .tablet-l\:bg-white {
    background-color: white;
  }
  .tablet-l\:bg-black {
    background-color: black;
  }
  .tablet-l\:bg-secondary {
    background-color: #ABABAB;
  }
  .tablet-l\:bg-third {
    background-color: #FDF6EA;
  }
  .tablet-l\:bg-fourth {
    background-color: #707070;
  }
  .tablet-l\:bg-text {
    background-color: #26140F;
  }
  .tablet-l\:bg-error {
    background-color: #ff1d25;
  }
  .tablet-l\:bg-valid {
    background-color: #82e65a;
  }
  .tablet-l\:bg-grey-2 {
    background-color: #fafafa;
  }
  .tablet-l\:bg-grey-3 {
    background-color: #f7f7f7;
  }
  .tablet-l\:bg-grey-5 {
    background-color: #f2f2f2;
  }
  .tablet-l\:bg-grey-10 {
    background-color: #e6e6e6;
  }
  .tablet-l\:bg-grey-20 {
    background-color: #cccccc;
  }
  .tablet-l\:bg-grey-30 {
    background-color: #b3b3b3;
  }
  .tablet-l\:bg-grey-40 {
    background-color: #999999;
  }
  .tablet-l\:bg-grey-50 {
    background-color: gray;
  }
  .tablet-l\:bg-grey-60 {
    background-color: #666666;
  }
  .tablet-l\:bg-grey-70 {
    background-color: #4d4d4d;
  }
  .tablet-l\:bg-grey-80 {
    background-color: #333333;
  }
  .tablet-l\:bg-grey-90 {
    background-color: #1a1a1a;
  }
  .tablet-l\:bg-primary-color {
    background-color: #1E1E1E;
  }
  .tablet-l\:bg-primary-color-900 {
    background-color: #383838;
  }
  .tablet-l\:bg-primary-color-800 {
    background-color: #515151;
  }
  .tablet-l\:bg-primary-color-700 {
    background-color: #6b6b6b;
  }
  .tablet-l\:bg-primary-color-600 {
    background-color: #848484;
  }
  .tablet-l\:bg-primary-color-500 {
    background-color: #9e9e9e;
  }
  .tablet-l\:bg-primary-color-400 {
    background-color: #b7b7b7;
  }
  .tablet-l\:bg-primary-color-300 {
    background-color: #d1d1d1;
  }
  .tablet-l\:bg-primary-color-200 {
    background-color: #eaeaea;
  }
  .tablet-l\:bg-primary-color-100 {
    background-color: #fcf5e6;
  }
  .tablet-l\:bg-primary-color-darker {
    background-color: black;
  }
  .tablet-l\:bg-white-color {
    background-color: white;
  }
  .tablet-l\:bg-black-color {
    background-color: black;
  }
  .tablet-l\:bg-secondary-color {
    background-color: #ABABAB;
  }
  .tablet-l\:bg-third-color {
    background-color: #FDF6EA;
  }
  .tablet-l\:bg-fourth-color {
    background-color: #707070;
  }
  .tablet-l\:bg-text-color {
    background-color: #26140F;
  }
  .tablet-l\:bg-error-color {
    background-color: #ff1d25;
  }
  .tablet-l\:bg-valid-color {
    background-color: #82e65a;
  }
  .tablet-l\:bg-grey-color-2 {
    background-color: #fafafa;
  }
  .tablet-l\:bg-grey-color-3 {
    background-color: #f7f7f7;
  }
  .tablet-l\:bg-grey-color-5 {
    background-color: #f2f2f2;
  }
  .tablet-l\:bg-grey-color-10 {
    background-color: #e6e6e6;
  }
  .tablet-l\:bg-grey-color-20 {
    background-color: #cccccc;
  }
  .tablet-l\:bg-grey-color-30 {
    background-color: #b3b3b3;
  }
  .tablet-l\:bg-grey-color-40 {
    background-color: #999999;
  }
  .tablet-l\:bg-grey-color-50 {
    background-color: gray;
  }
  .tablet-l\:bg-grey-color-60 {
    background-color: #666666;
  }
  .tablet-l\:bg-grey-color-70 {
    background-color: #4d4d4d;
  }
  .tablet-l\:bg-grey-color-80 {
    background-color: #333333;
  }
  .tablet-l\:bg-grey-color-90 {
    background-color: #1a1a1a;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:bg-none {
    background: none;
  }
  .laptop\:bg-primary {
    background-color: #1E1E1E;
  }
  .laptop\:bg-primary-darker {
    background-color: black;
  }
  .laptop\:bg-white {
    background-color: white;
  }
  .laptop\:bg-black {
    background-color: black;
  }
  .laptop\:bg-secondary {
    background-color: #ABABAB;
  }
  .laptop\:bg-third {
    background-color: #FDF6EA;
  }
  .laptop\:bg-fourth {
    background-color: #707070;
  }
  .laptop\:bg-text {
    background-color: #26140F;
  }
  .laptop\:bg-error {
    background-color: #ff1d25;
  }
  .laptop\:bg-valid {
    background-color: #82e65a;
  }
  .laptop\:bg-grey-2 {
    background-color: #fafafa;
  }
  .laptop\:bg-grey-3 {
    background-color: #f7f7f7;
  }
  .laptop\:bg-grey-5 {
    background-color: #f2f2f2;
  }
  .laptop\:bg-grey-10 {
    background-color: #e6e6e6;
  }
  .laptop\:bg-grey-20 {
    background-color: #cccccc;
  }
  .laptop\:bg-grey-30 {
    background-color: #b3b3b3;
  }
  .laptop\:bg-grey-40 {
    background-color: #999999;
  }
  .laptop\:bg-grey-50 {
    background-color: gray;
  }
  .laptop\:bg-grey-60 {
    background-color: #666666;
  }
  .laptop\:bg-grey-70 {
    background-color: #4d4d4d;
  }
  .laptop\:bg-grey-80 {
    background-color: #333333;
  }
  .laptop\:bg-grey-90 {
    background-color: #1a1a1a;
  }
  .laptop\:bg-primary-color {
    background-color: #1E1E1E;
  }
  .laptop\:bg-primary-color-900 {
    background-color: #383838;
  }
  .laptop\:bg-primary-color-800 {
    background-color: #515151;
  }
  .laptop\:bg-primary-color-700 {
    background-color: #6b6b6b;
  }
  .laptop\:bg-primary-color-600 {
    background-color: #848484;
  }
  .laptop\:bg-primary-color-500 {
    background-color: #9e9e9e;
  }
  .laptop\:bg-primary-color-400 {
    background-color: #b7b7b7;
  }
  .laptop\:bg-primary-color-300 {
    background-color: #d1d1d1;
  }
  .laptop\:bg-primary-color-200 {
    background-color: #eaeaea;
  }
  .laptop\:bg-primary-color-100 {
    background-color: #fcf5e6;
  }
  .laptop\:bg-primary-color-darker {
    background-color: black;
  }
  .laptop\:bg-white-color {
    background-color: white;
  }
  .laptop\:bg-black-color {
    background-color: black;
  }
  .laptop\:bg-secondary-color {
    background-color: #ABABAB;
  }
  .laptop\:bg-third-color {
    background-color: #FDF6EA;
  }
  .laptop\:bg-fourth-color {
    background-color: #707070;
  }
  .laptop\:bg-text-color {
    background-color: #26140F;
  }
  .laptop\:bg-error-color {
    background-color: #ff1d25;
  }
  .laptop\:bg-valid-color {
    background-color: #82e65a;
  }
  .laptop\:bg-grey-color-2 {
    background-color: #fafafa;
  }
  .laptop\:bg-grey-color-3 {
    background-color: #f7f7f7;
  }
  .laptop\:bg-grey-color-5 {
    background-color: #f2f2f2;
  }
  .laptop\:bg-grey-color-10 {
    background-color: #e6e6e6;
  }
  .laptop\:bg-grey-color-20 {
    background-color: #cccccc;
  }
  .laptop\:bg-grey-color-30 {
    background-color: #b3b3b3;
  }
  .laptop\:bg-grey-color-40 {
    background-color: #999999;
  }
  .laptop\:bg-grey-color-50 {
    background-color: gray;
  }
  .laptop\:bg-grey-color-60 {
    background-color: #666666;
  }
  .laptop\:bg-grey-color-70 {
    background-color: #4d4d4d;
  }
  .laptop\:bg-grey-color-80 {
    background-color: #333333;
  }
  .laptop\:bg-grey-color-90 {
    background-color: #1a1a1a;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:bg-none {
    background: none;
  }
  .laptop-l\:bg-primary {
    background-color: #1E1E1E;
  }
  .laptop-l\:bg-primary-darker {
    background-color: black;
  }
  .laptop-l\:bg-white {
    background-color: white;
  }
  .laptop-l\:bg-black {
    background-color: black;
  }
  .laptop-l\:bg-secondary {
    background-color: #ABABAB;
  }
  .laptop-l\:bg-third {
    background-color: #FDF6EA;
  }
  .laptop-l\:bg-fourth {
    background-color: #707070;
  }
  .laptop-l\:bg-text {
    background-color: #26140F;
  }
  .laptop-l\:bg-error {
    background-color: #ff1d25;
  }
  .laptop-l\:bg-valid {
    background-color: #82e65a;
  }
  .laptop-l\:bg-grey-2 {
    background-color: #fafafa;
  }
  .laptop-l\:bg-grey-3 {
    background-color: #f7f7f7;
  }
  .laptop-l\:bg-grey-5 {
    background-color: #f2f2f2;
  }
  .laptop-l\:bg-grey-10 {
    background-color: #e6e6e6;
  }
  .laptop-l\:bg-grey-20 {
    background-color: #cccccc;
  }
  .laptop-l\:bg-grey-30 {
    background-color: #b3b3b3;
  }
  .laptop-l\:bg-grey-40 {
    background-color: #999999;
  }
  .laptop-l\:bg-grey-50 {
    background-color: gray;
  }
  .laptop-l\:bg-grey-60 {
    background-color: #666666;
  }
  .laptop-l\:bg-grey-70 {
    background-color: #4d4d4d;
  }
  .laptop-l\:bg-grey-80 {
    background-color: #333333;
  }
  .laptop-l\:bg-grey-90 {
    background-color: #1a1a1a;
  }
  .laptop-l\:bg-primary-color {
    background-color: #1E1E1E;
  }
  .laptop-l\:bg-primary-color-900 {
    background-color: #383838;
  }
  .laptop-l\:bg-primary-color-800 {
    background-color: #515151;
  }
  .laptop-l\:bg-primary-color-700 {
    background-color: #6b6b6b;
  }
  .laptop-l\:bg-primary-color-600 {
    background-color: #848484;
  }
  .laptop-l\:bg-primary-color-500 {
    background-color: #9e9e9e;
  }
  .laptop-l\:bg-primary-color-400 {
    background-color: #b7b7b7;
  }
  .laptop-l\:bg-primary-color-300 {
    background-color: #d1d1d1;
  }
  .laptop-l\:bg-primary-color-200 {
    background-color: #eaeaea;
  }
  .laptop-l\:bg-primary-color-100 {
    background-color: #fcf5e6;
  }
  .laptop-l\:bg-primary-color-darker {
    background-color: black;
  }
  .laptop-l\:bg-white-color {
    background-color: white;
  }
  .laptop-l\:bg-black-color {
    background-color: black;
  }
  .laptop-l\:bg-secondary-color {
    background-color: #ABABAB;
  }
  .laptop-l\:bg-third-color {
    background-color: #FDF6EA;
  }
  .laptop-l\:bg-fourth-color {
    background-color: #707070;
  }
  .laptop-l\:bg-text-color {
    background-color: #26140F;
  }
  .laptop-l\:bg-error-color {
    background-color: #ff1d25;
  }
  .laptop-l\:bg-valid-color {
    background-color: #82e65a;
  }
  .laptop-l\:bg-grey-color-2 {
    background-color: #fafafa;
  }
  .laptop-l\:bg-grey-color-3 {
    background-color: #f7f7f7;
  }
  .laptop-l\:bg-grey-color-5 {
    background-color: #f2f2f2;
  }
  .laptop-l\:bg-grey-color-10 {
    background-color: #e6e6e6;
  }
  .laptop-l\:bg-grey-color-20 {
    background-color: #cccccc;
  }
  .laptop-l\:bg-grey-color-30 {
    background-color: #b3b3b3;
  }
  .laptop-l\:bg-grey-color-40 {
    background-color: #999999;
  }
  .laptop-l\:bg-grey-color-50 {
    background-color: gray;
  }
  .laptop-l\:bg-grey-color-60 {
    background-color: #666666;
  }
  .laptop-l\:bg-grey-color-70 {
    background-color: #4d4d4d;
  }
  .laptop-l\:bg-grey-color-80 {
    background-color: #333333;
  }
  .laptop-l\:bg-grey-color-90 {
    background-color: #1a1a1a;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:bg-none {
    background: none;
  }
  .laptop-xl\:bg-primary {
    background-color: #1E1E1E;
  }
  .laptop-xl\:bg-primary-darker {
    background-color: black;
  }
  .laptop-xl\:bg-white {
    background-color: white;
  }
  .laptop-xl\:bg-black {
    background-color: black;
  }
  .laptop-xl\:bg-secondary {
    background-color: #ABABAB;
  }
  .laptop-xl\:bg-third {
    background-color: #FDF6EA;
  }
  .laptop-xl\:bg-fourth {
    background-color: #707070;
  }
  .laptop-xl\:bg-text {
    background-color: #26140F;
  }
  .laptop-xl\:bg-error {
    background-color: #ff1d25;
  }
  .laptop-xl\:bg-valid {
    background-color: #82e65a;
  }
  .laptop-xl\:bg-grey-2 {
    background-color: #fafafa;
  }
  .laptop-xl\:bg-grey-3 {
    background-color: #f7f7f7;
  }
  .laptop-xl\:bg-grey-5 {
    background-color: #f2f2f2;
  }
  .laptop-xl\:bg-grey-10 {
    background-color: #e6e6e6;
  }
  .laptop-xl\:bg-grey-20 {
    background-color: #cccccc;
  }
  .laptop-xl\:bg-grey-30 {
    background-color: #b3b3b3;
  }
  .laptop-xl\:bg-grey-40 {
    background-color: #999999;
  }
  .laptop-xl\:bg-grey-50 {
    background-color: gray;
  }
  .laptop-xl\:bg-grey-60 {
    background-color: #666666;
  }
  .laptop-xl\:bg-grey-70 {
    background-color: #4d4d4d;
  }
  .laptop-xl\:bg-grey-80 {
    background-color: #333333;
  }
  .laptop-xl\:bg-grey-90 {
    background-color: #1a1a1a;
  }
  .laptop-xl\:bg-primary-color {
    background-color: #1E1E1E;
  }
  .laptop-xl\:bg-primary-color-900 {
    background-color: #383838;
  }
  .laptop-xl\:bg-primary-color-800 {
    background-color: #515151;
  }
  .laptop-xl\:bg-primary-color-700 {
    background-color: #6b6b6b;
  }
  .laptop-xl\:bg-primary-color-600 {
    background-color: #848484;
  }
  .laptop-xl\:bg-primary-color-500 {
    background-color: #9e9e9e;
  }
  .laptop-xl\:bg-primary-color-400 {
    background-color: #b7b7b7;
  }
  .laptop-xl\:bg-primary-color-300 {
    background-color: #d1d1d1;
  }
  .laptop-xl\:bg-primary-color-200 {
    background-color: #eaeaea;
  }
  .laptop-xl\:bg-primary-color-100 {
    background-color: #fcf5e6;
  }
  .laptop-xl\:bg-primary-color-darker {
    background-color: black;
  }
  .laptop-xl\:bg-white-color {
    background-color: white;
  }
  .laptop-xl\:bg-black-color {
    background-color: black;
  }
  .laptop-xl\:bg-secondary-color {
    background-color: #ABABAB;
  }
  .laptop-xl\:bg-third-color {
    background-color: #FDF6EA;
  }
  .laptop-xl\:bg-fourth-color {
    background-color: #707070;
  }
  .laptop-xl\:bg-text-color {
    background-color: #26140F;
  }
  .laptop-xl\:bg-error-color {
    background-color: #ff1d25;
  }
  .laptop-xl\:bg-valid-color {
    background-color: #82e65a;
  }
  .laptop-xl\:bg-grey-color-2 {
    background-color: #fafafa;
  }
  .laptop-xl\:bg-grey-color-3 {
    background-color: #f7f7f7;
  }
  .laptop-xl\:bg-grey-color-5 {
    background-color: #f2f2f2;
  }
  .laptop-xl\:bg-grey-color-10 {
    background-color: #e6e6e6;
  }
  .laptop-xl\:bg-grey-color-20 {
    background-color: #cccccc;
  }
  .laptop-xl\:bg-grey-color-30 {
    background-color: #b3b3b3;
  }
  .laptop-xl\:bg-grey-color-40 {
    background-color: #999999;
  }
  .laptop-xl\:bg-grey-color-50 {
    background-color: gray;
  }
  .laptop-xl\:bg-grey-color-60 {
    background-color: #666666;
  }
  .laptop-xl\:bg-grey-color-70 {
    background-color: #4d4d4d;
  }
  .laptop-xl\:bg-grey-color-80 {
    background-color: #333333;
  }
  .laptop-xl\:bg-grey-color-90 {
    background-color: #1a1a1a;
  }
}
.alpha-0 {
  opacity: 0;
}

.alpha-0\.05 {
  opacity: 0.05;
}

.alpha-0\.1 {
  opacity: 0.1;
}

.alpha-0\.15 {
  opacity: 0.15;
}

.alpha-0\.2 {
  opacity: 0.2;
}

.alpha-0\.25 {
  opacity: 0.25;
}

.alpha-0\.3 {
  opacity: 0.3;
}

.alpha-0\.35 {
  opacity: 0.35;
}

.alpha-0\.4 {
  opacity: 0.4;
}

.alpha-0\.45 {
  opacity: 0.45;
}

.alpha-0\.5 {
  opacity: 0.5;
}

.alpha-0\.55 {
  opacity: 0.55;
}

.alpha-0\.6 {
  opacity: 0.6;
}

.alpha-0\.65 {
  opacity: 0.65;
}

.alpha-0\.7 {
  opacity: 0.7;
}

.alpha-0\.75 {
  opacity: 0.75;
}

.alpha-0\.8 {
  opacity: 0.8;
}

.alpha-0\.85 {
  opacity: 0.85;
}

.alpha-0\.9 {
  opacity: 0.9;
}

.alpha-0\.95 {
  opacity: 0.95;
}

.alpha-1 {
  opacity: 1;
}

.bg-bottom {
  background-position: bottom;
}

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

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

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

.bg-no-repeat {
  background-repeat: no-repeat;
}

.btn {
  box-sizing: border-box;
}

.btn-primary {
  background-color: #1E1E1E;
}

.btn-primary-darker {
  background-color: black;
}

.btn-white {
  background-color: white;
}

.btn-black {
  background-color: black;
}

.btn-secondary {
  background-color: #ABABAB;
}

.btn-third {
  background-color: #FDF6EA;
}

.btn-fourth {
  background-color: #707070;
}

.btn-text {
  background-color: #26140F;
}

.btn-error {
  background-color: #ff1d25;
}

.btn-valid {
  background-color: #82e65a;
}

.btn-grey-2 {
  background-color: #fafafa;
}

.btn-grey-3 {
  background-color: #f7f7f7;
}

.btn-grey-5 {
  background-color: #f2f2f2;
}

.btn-grey-10 {
  background-color: #e6e6e6;
}

.btn-grey-20 {
  background-color: #cccccc;
}

.btn-grey-30 {
  background-color: #b3b3b3;
}

.btn-grey-40 {
  background-color: #999999;
}

.btn-grey-50 {
  background-color: gray;
}

.btn-grey-60 {
  background-color: #666666;
}

.btn-grey-70 {
  background-color: #4d4d4d;
}

.btn-grey-80 {
  background-color: #333333;
}

.btn-grey-90 {
  background-color: #1a1a1a;
}

.btn-primary-color {
  background-color: #1E1E1E;
}

.btn-primary-color-900 {
  background-color: #383838;
}

.btn-primary-color-800 {
  background-color: #515151;
}

.btn-primary-color-700 {
  background-color: #6b6b6b;
}

.btn-primary-color-600 {
  background-color: #848484;
}

.btn-primary-color-500 {
  background-color: #9e9e9e;
}

.btn-primary-color-400 {
  background-color: #b7b7b7;
}

.btn-primary-color-300 {
  background-color: #d1d1d1;
}

.btn-primary-color-200 {
  background-color: #eaeaea;
}

.btn-primary-color-100 {
  background-color: #fcf5e6;
}

.btn-primary-color-darker {
  background-color: black;
}

.btn-white-color {
  background-color: white;
}

.btn-black-color {
  background-color: black;
}

.btn-secondary-color {
  background-color: #ABABAB;
}

.btn-third-color {
  background-color: #FDF6EA;
}

.btn-fourth-color {
  background-color: #707070;
}

.btn-text-color {
  background-color: #26140F;
}

.btn-error-color {
  background-color: #ff1d25;
}

.btn-valid-color {
  background-color: #82e65a;
}

.btn-grey-color-2 {
  background-color: #fafafa;
}

.btn-grey-color-3 {
  background-color: #f7f7f7;
}

.btn-grey-color-5 {
  background-color: #f2f2f2;
}

.btn-grey-color-10 {
  background-color: #e6e6e6;
}

.btn-grey-color-20 {
  background-color: #cccccc;
}

.btn-grey-color-30 {
  background-color: #b3b3b3;
}

.btn-grey-color-40 {
  background-color: #999999;
}

.btn-grey-color-50 {
  background-color: gray;
}

.btn-grey-color-60 {
  background-color: #666666;
}

.btn-grey-color-70 {
  background-color: #4d4d4d;
}

.btn-grey-color-80 {
  background-color: #333333;
}

.btn-grey-color-90 {
  background-color: #1a1a1a;
}

.events-auto {
  pointer-events: auto;
}

.events-initial {
  pointer-events: initial;
}

.events-none {
  pointer-events: none;
}

.events-visiblepainted {
  pointer-events: visiblepainted;
}

.events-visiblefill {
  pointer-events: visiblefill;
}

.events-visiblestroke {
  pointer-events: visiblestroke;
}

.events-visible {
  pointer-events: visible;
}

.events-painted {
  pointer-events: painted;
}

.events-fill {
  pointer-events: fill;
}

.events-stroke {
  pointer-events: stroke;
}

.events-all {
  pointer-events: all;
}

@media screen and (min-width: 450px) {
  .mobile\:events-auto {
    pointer-events: auto;
  }
  .mobile\:events-initial {
    pointer-events: initial;
  }
  .mobile\:events-none {
    pointer-events: none;
  }
  .mobile\:events-visiblepainted {
    pointer-events: visiblepainted;
  }
  .mobile\:events-visiblefill {
    pointer-events: visiblefill;
  }
  .mobile\:events-visiblestroke {
    pointer-events: visiblestroke;
  }
  .mobile\:events-visible {
    pointer-events: visible;
  }
  .mobile\:events-painted {
    pointer-events: painted;
  }
  .mobile\:events-fill {
    pointer-events: fill;
  }
  .mobile\:events-stroke {
    pointer-events: stroke;
  }
  .mobile\:events-all {
    pointer-events: all;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:events-auto {
    pointer-events: auto;
  }
  .mobile-l\:events-initial {
    pointer-events: initial;
  }
  .mobile-l\:events-none {
    pointer-events: none;
  }
  .mobile-l\:events-visiblepainted {
    pointer-events: visiblepainted;
  }
  .mobile-l\:events-visiblefill {
    pointer-events: visiblefill;
  }
  .mobile-l\:events-visiblestroke {
    pointer-events: visiblestroke;
  }
  .mobile-l\:events-visible {
    pointer-events: visible;
  }
  .mobile-l\:events-painted {
    pointer-events: painted;
  }
  .mobile-l\:events-fill {
    pointer-events: fill;
  }
  .mobile-l\:events-stroke {
    pointer-events: stroke;
  }
  .mobile-l\:events-all {
    pointer-events: all;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:events-auto {
    pointer-events: auto;
  }
  .tablet\:events-initial {
    pointer-events: initial;
  }
  .tablet\:events-none {
    pointer-events: none;
  }
  .tablet\:events-visiblepainted {
    pointer-events: visiblepainted;
  }
  .tablet\:events-visiblefill {
    pointer-events: visiblefill;
  }
  .tablet\:events-visiblestroke {
    pointer-events: visiblestroke;
  }
  .tablet\:events-visible {
    pointer-events: visible;
  }
  .tablet\:events-painted {
    pointer-events: painted;
  }
  .tablet\:events-fill {
    pointer-events: fill;
  }
  .tablet\:events-stroke {
    pointer-events: stroke;
  }
  .tablet\:events-all {
    pointer-events: all;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:events-auto {
    pointer-events: auto;
  }
  .tablet-m\:events-initial {
    pointer-events: initial;
  }
  .tablet-m\:events-none {
    pointer-events: none;
  }
  .tablet-m\:events-visiblepainted {
    pointer-events: visiblepainted;
  }
  .tablet-m\:events-visiblefill {
    pointer-events: visiblefill;
  }
  .tablet-m\:events-visiblestroke {
    pointer-events: visiblestroke;
  }
  .tablet-m\:events-visible {
    pointer-events: visible;
  }
  .tablet-m\:events-painted {
    pointer-events: painted;
  }
  .tablet-m\:events-fill {
    pointer-events: fill;
  }
  .tablet-m\:events-stroke {
    pointer-events: stroke;
  }
  .tablet-m\:events-all {
    pointer-events: all;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:events-auto {
    pointer-events: auto;
  }
  .tablet-l\:events-initial {
    pointer-events: initial;
  }
  .tablet-l\:events-none {
    pointer-events: none;
  }
  .tablet-l\:events-visiblepainted {
    pointer-events: visiblepainted;
  }
  .tablet-l\:events-visiblefill {
    pointer-events: visiblefill;
  }
  .tablet-l\:events-visiblestroke {
    pointer-events: visiblestroke;
  }
  .tablet-l\:events-visible {
    pointer-events: visible;
  }
  .tablet-l\:events-painted {
    pointer-events: painted;
  }
  .tablet-l\:events-fill {
    pointer-events: fill;
  }
  .tablet-l\:events-stroke {
    pointer-events: stroke;
  }
  .tablet-l\:events-all {
    pointer-events: all;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:events-auto {
    pointer-events: auto;
  }
  .laptop\:events-initial {
    pointer-events: initial;
  }
  .laptop\:events-none {
    pointer-events: none;
  }
  .laptop\:events-visiblepainted {
    pointer-events: visiblepainted;
  }
  .laptop\:events-visiblefill {
    pointer-events: visiblefill;
  }
  .laptop\:events-visiblestroke {
    pointer-events: visiblestroke;
  }
  .laptop\:events-visible {
    pointer-events: visible;
  }
  .laptop\:events-painted {
    pointer-events: painted;
  }
  .laptop\:events-fill {
    pointer-events: fill;
  }
  .laptop\:events-stroke {
    pointer-events: stroke;
  }
  .laptop\:events-all {
    pointer-events: all;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:events-auto {
    pointer-events: auto;
  }
  .laptop-l\:events-initial {
    pointer-events: initial;
  }
  .laptop-l\:events-none {
    pointer-events: none;
  }
  .laptop-l\:events-visiblepainted {
    pointer-events: visiblepainted;
  }
  .laptop-l\:events-visiblefill {
    pointer-events: visiblefill;
  }
  .laptop-l\:events-visiblestroke {
    pointer-events: visiblestroke;
  }
  .laptop-l\:events-visible {
    pointer-events: visible;
  }
  .laptop-l\:events-painted {
    pointer-events: painted;
  }
  .laptop-l\:events-fill {
    pointer-events: fill;
  }
  .laptop-l\:events-stroke {
    pointer-events: stroke;
  }
  .laptop-l\:events-all {
    pointer-events: all;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:events-auto {
    pointer-events: auto;
  }
  .laptop-xl\:events-initial {
    pointer-events: initial;
  }
  .laptop-xl\:events-none {
    pointer-events: none;
  }
  .laptop-xl\:events-visiblepainted {
    pointer-events: visiblepainted;
  }
  .laptop-xl\:events-visiblefill {
    pointer-events: visiblefill;
  }
  .laptop-xl\:events-visiblestroke {
    pointer-events: visiblestroke;
  }
  .laptop-xl\:events-visible {
    pointer-events: visible;
  }
  .laptop-xl\:events-painted {
    pointer-events: painted;
  }
  .laptop-xl\:events-fill {
    pointer-events: fill;
  }
  .laptop-xl\:events-stroke {
    pointer-events: stroke;
  }
  .laptop-xl\:events-all {
    pointer-events: all;
  }
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.container, .weaver-container {
  box-sizing: border-box;
  width: 100%;
  padding-left: calc(50% - 1200px / 2);
  padding-right: calc(50% - 1200px / 2);
}
@media screen and (max-width: 1200px) {
  .container:not(.no-resp), .weaver-container:not(.no-resp) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .container:not(.no-resp), .weaver-container:not(.no-resp) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-right {
  padding-right: calc(100% - 1200px / 2);
}

.container-left {
  padding-left: calc(100% - 1200px / 2);
}

.container-extend {
  box-sizing: border-box;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (min-width: 450px) {
  .mobile\:container-right {
    padding-right: calc(100% - 1200px / 2);
  }
  .mobile\:container-left {
    padding-left: calc(100% - 1200px / 2);
  }
  .mobile\:container {
    box-sizing: border-box;
    width: 100%;
    padding-left: calc(50% - 1200px / 2);
    padding-right: calc(50% - 1200px / 2);
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:container-right {
    padding-right: calc(100% - 1200px / 2);
  }
  .mobile-l\:container-left {
    padding-left: calc(100% - 1200px / 2);
  }
  .mobile-l\:container {
    box-sizing: border-box;
    width: 100%;
    padding-left: calc(50% - 1200px / 2);
    padding-right: calc(50% - 1200px / 2);
  }
}
@media screen and (min-width: 768px) {
  .tablet\:container-right {
    padding-right: calc(100% - 1200px / 2);
  }
  .tablet\:container-left {
    padding-left: calc(100% - 1200px / 2);
  }
  .tablet\:container {
    box-sizing: border-box;
    width: 100%;
    padding-left: calc(50% - 1200px / 2);
    padding-right: calc(50% - 1200px / 2);
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:container-right {
    padding-right: calc(100% - 1200px / 2);
  }
  .tablet-m\:container-left {
    padding-left: calc(100% - 1200px / 2);
  }
  .tablet-m\:container {
    box-sizing: border-box;
    width: 100%;
    padding-left: calc(50% - 1200px / 2);
    padding-right: calc(50% - 1200px / 2);
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:container-right {
    padding-right: calc(100% - 1200px / 2);
  }
  .tablet-l\:container-left {
    padding-left: calc(100% - 1200px / 2);
  }
  .tablet-l\:container {
    box-sizing: border-box;
    width: 100%;
    padding-left: calc(50% - 1200px / 2);
    padding-right: calc(50% - 1200px / 2);
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:container-right {
    padding-right: calc(100% - 1200px / 2);
  }
  .laptop\:container-left {
    padding-left: calc(100% - 1200px / 2);
  }
  .laptop\:container {
    box-sizing: border-box;
    width: 100%;
    padding-left: calc(50% - 1200px / 2);
    padding-right: calc(50% - 1200px / 2);
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:container-right {
    padding-right: calc(100% - 1200px / 2);
  }
  .laptop-l\:container-left {
    padding-left: calc(100% - 1200px / 2);
  }
  .laptop-l\:container {
    box-sizing: border-box;
    width: 100%;
    padding-left: calc(50% - 1200px / 2);
    padding-right: calc(50% - 1200px / 2);
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:container-right {
    padding-right: calc(100% - 1200px / 2);
  }
  .laptop-xl\:container-left {
    padding-left: calc(100% - 1200px / 2);
  }
  .laptop-xl\:container {
    box-sizing: border-box;
    width: 100%;
    padding-left: calc(50% - 1200px / 2);
    padding-right: calc(50% - 1200px / 2);
  }
}
.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.z-index-20 {
  z-index: 20;
}

.z-index-30 {
  z-index: 30;
}

.z-index-40 {
  z-index: 40;
}

.z-index-50 {
  z-index: 50;
}

.z-index-60 {
  z-index: 60;
}

.z-index-70 {
  z-index: 70;
}

.z-index-80 {
  z-index: 80;
}

.z-index-90 {
  z-index: 90;
}

.z-index-100 {
  z-index: 100;
}

.z-index-110 {
  z-index: 110;
}

.z-index-120 {
  z-index: 120;
}

.z-index-130 {
  z-index: 130;
}

.z-index-140 {
  z-index: 140;
}

.z-index-150 {
  z-index: 150;
}

.z-index-160 {
  z-index: 160;
}

.z-index-170 {
  z-index: 170;
}

.z-index-180 {
  z-index: 180;
}

.z-index-190 {
  z-index: 190;
}

.z-index-200 {
  z-index: 200;
}

.z-index-210 {
  z-index: 210;
}

.z-index-220 {
  z-index: 220;
}

.z-index-230 {
  z-index: 230;
}

.z-index-240 {
  z-index: 240;
}

.z-index-250 {
  z-index: 250;
}

.z-index-260 {
  z-index: 260;
}

.z-index-270 {
  z-index: 270;
}

.z-index-280 {
  z-index: 280;
}

.z-index-290 {
  z-index: 290;
}

.z-index-300 {
  z-index: 300;
}

.z-index-310 {
  z-index: 310;
}

.z-index-320 {
  z-index: 320;
}

.z-index-330 {
  z-index: 330;
}

.z-index-340 {
  z-index: 340;
}

.z-index-350 {
  z-index: 350;
}

.z-index-360 {
  z-index: 360;
}

.z-index-370 {
  z-index: 370;
}

.z-index-380 {
  z-index: 380;
}

.z-index-390 {
  z-index: 390;
}

.z-index-400 {
  z-index: 400;
}

.z-index-410 {
  z-index: 410;
}

.z-index-420 {
  z-index: 420;
}

.z-index-430 {
  z-index: 430;
}

.z-index-440 {
  z-index: 440;
}

.z-index-450 {
  z-index: 450;
}

.z-index-460 {
  z-index: 460;
}

.z-index-470 {
  z-index: 470;
}

.z-index-480 {
  z-index: 480;
}

.z-index-490 {
  z-index: 490;
}

.z-index-500 {
  z-index: 500;
}

.z-index-510 {
  z-index: 510;
}

.z-index-520 {
  z-index: 520;
}

.z-index-530 {
  z-index: 530;
}

.z-index-540 {
  z-index: 540;
}

.z-index-550 {
  z-index: 550;
}

.z-index-560 {
  z-index: 560;
}

.z-index-570 {
  z-index: 570;
}

.z-index-580 {
  z-index: 580;
}

.z-index-590 {
  z-index: 590;
}

.z-index-600 {
  z-index: 600;
}

.z-index-610 {
  z-index: 610;
}

.z-index-620 {
  z-index: 620;
}

.z-index-630 {
  z-index: 630;
}

.z-index-640 {
  z-index: 640;
}

.z-index-650 {
  z-index: 650;
}

.z-index-660 {
  z-index: 660;
}

.z-index-670 {
  z-index: 670;
}

.z-index-680 {
  z-index: 680;
}

.z-index-690 {
  z-index: 690;
}

.z-index-700 {
  z-index: 700;
}

.z-index-710 {
  z-index: 710;
}

.z-index-720 {
  z-index: 720;
}

.z-index-730 {
  z-index: 730;
}

.z-index-740 {
  z-index: 740;
}

.z-index-750 {
  z-index: 750;
}

.z-index-760 {
  z-index: 760;
}

.z-index-770 {
  z-index: 770;
}

.z-index-780 {
  z-index: 780;
}

.z-index-790 {
  z-index: 790;
}

.z-index-800 {
  z-index: 800;
}

.z-index-810 {
  z-index: 810;
}

.z-index-820 {
  z-index: 820;
}

.z-index-830 {
  z-index: 830;
}

.z-index-840 {
  z-index: 840;
}

.z-index-850 {
  z-index: 850;
}

.z-index-860 {
  z-index: 860;
}

.z-index-870 {
  z-index: 870;
}

.z-index-880 {
  z-index: 880;
}

.z-index-890 {
  z-index: 890;
}

.z-index-900 {
  z-index: 900;
}

.z-index-910 {
  z-index: 910;
}

.z-index-920 {
  z-index: 920;
}

.z-index-930 {
  z-index: 930;
}

.z-index-940 {
  z-index: 940;
}

.z-index-950 {
  z-index: 950;
}

.z-index-960 {
  z-index: 960;
}

.z-index-970 {
  z-index: 970;
}

.z-index-980 {
  z-index: 980;
}

.z-index-990 {
  z-index: 990;
}

@media screen and (min-width: 450px) {
  .mobile\:z-index-1 {
    z-index: 1;
  }
  .mobile\:z-index-2 {
    z-index: 2;
  }
  .mobile\:z-index-3 {
    z-index: 3;
  }
  .mobile\:z-index-4 {
    z-index: 4;
  }
  .mobile\:z-index-5 {
    z-index: 5;
  }
  .mobile\:z-index-6 {
    z-index: 6;
  }
  .mobile\:z-index-7 {
    z-index: 7;
  }
  .mobile\:z-index-8 {
    z-index: 8;
  }
  .mobile\:z-index-9 {
    z-index: 9;
  }
  .mobile\:z-index-10 {
    z-index: 10;
  }
  .mobile\:z-index-20 {
    z-index: 20;
  }
  .mobile\:z-index-30 {
    z-index: 30;
  }
  .mobile\:z-index-40 {
    z-index: 40;
  }
  .mobile\:z-index-50 {
    z-index: 50;
  }
  .mobile\:z-index-60 {
    z-index: 60;
  }
  .mobile\:z-index-70 {
    z-index: 70;
  }
  .mobile\:z-index-80 {
    z-index: 80;
  }
  .mobile\:z-index-90 {
    z-index: 90;
  }
  .mobile\:z-index-100 {
    z-index: 100;
  }
  .mobile\:z-index-110 {
    z-index: 110;
  }
  .mobile\:z-index-120 {
    z-index: 120;
  }
  .mobile\:z-index-130 {
    z-index: 130;
  }
  .mobile\:z-index-140 {
    z-index: 140;
  }
  .mobile\:z-index-150 {
    z-index: 150;
  }
  .mobile\:z-index-160 {
    z-index: 160;
  }
  .mobile\:z-index-170 {
    z-index: 170;
  }
  .mobile\:z-index-180 {
    z-index: 180;
  }
  .mobile\:z-index-190 {
    z-index: 190;
  }
  .mobile\:z-index-200 {
    z-index: 200;
  }
  .mobile\:z-index-210 {
    z-index: 210;
  }
  .mobile\:z-index-220 {
    z-index: 220;
  }
  .mobile\:z-index-230 {
    z-index: 230;
  }
  .mobile\:z-index-240 {
    z-index: 240;
  }
  .mobile\:z-index-250 {
    z-index: 250;
  }
  .mobile\:z-index-260 {
    z-index: 260;
  }
  .mobile\:z-index-270 {
    z-index: 270;
  }
  .mobile\:z-index-280 {
    z-index: 280;
  }
  .mobile\:z-index-290 {
    z-index: 290;
  }
  .mobile\:z-index-300 {
    z-index: 300;
  }
  .mobile\:z-index-310 {
    z-index: 310;
  }
  .mobile\:z-index-320 {
    z-index: 320;
  }
  .mobile\:z-index-330 {
    z-index: 330;
  }
  .mobile\:z-index-340 {
    z-index: 340;
  }
  .mobile\:z-index-350 {
    z-index: 350;
  }
  .mobile\:z-index-360 {
    z-index: 360;
  }
  .mobile\:z-index-370 {
    z-index: 370;
  }
  .mobile\:z-index-380 {
    z-index: 380;
  }
  .mobile\:z-index-390 {
    z-index: 390;
  }
  .mobile\:z-index-400 {
    z-index: 400;
  }
  .mobile\:z-index-410 {
    z-index: 410;
  }
  .mobile\:z-index-420 {
    z-index: 420;
  }
  .mobile\:z-index-430 {
    z-index: 430;
  }
  .mobile\:z-index-440 {
    z-index: 440;
  }
  .mobile\:z-index-450 {
    z-index: 450;
  }
  .mobile\:z-index-460 {
    z-index: 460;
  }
  .mobile\:z-index-470 {
    z-index: 470;
  }
  .mobile\:z-index-480 {
    z-index: 480;
  }
  .mobile\:z-index-490 {
    z-index: 490;
  }
  .mobile\:z-index-500 {
    z-index: 500;
  }
  .mobile\:z-index-510 {
    z-index: 510;
  }
  .mobile\:z-index-520 {
    z-index: 520;
  }
  .mobile\:z-index-530 {
    z-index: 530;
  }
  .mobile\:z-index-540 {
    z-index: 540;
  }
  .mobile\:z-index-550 {
    z-index: 550;
  }
  .mobile\:z-index-560 {
    z-index: 560;
  }
  .mobile\:z-index-570 {
    z-index: 570;
  }
  .mobile\:z-index-580 {
    z-index: 580;
  }
  .mobile\:z-index-590 {
    z-index: 590;
  }
  .mobile\:z-index-600 {
    z-index: 600;
  }
  .mobile\:z-index-610 {
    z-index: 610;
  }
  .mobile\:z-index-620 {
    z-index: 620;
  }
  .mobile\:z-index-630 {
    z-index: 630;
  }
  .mobile\:z-index-640 {
    z-index: 640;
  }
  .mobile\:z-index-650 {
    z-index: 650;
  }
  .mobile\:z-index-660 {
    z-index: 660;
  }
  .mobile\:z-index-670 {
    z-index: 670;
  }
  .mobile\:z-index-680 {
    z-index: 680;
  }
  .mobile\:z-index-690 {
    z-index: 690;
  }
  .mobile\:z-index-700 {
    z-index: 700;
  }
  .mobile\:z-index-710 {
    z-index: 710;
  }
  .mobile\:z-index-720 {
    z-index: 720;
  }
  .mobile\:z-index-730 {
    z-index: 730;
  }
  .mobile\:z-index-740 {
    z-index: 740;
  }
  .mobile\:z-index-750 {
    z-index: 750;
  }
  .mobile\:z-index-760 {
    z-index: 760;
  }
  .mobile\:z-index-770 {
    z-index: 770;
  }
  .mobile\:z-index-780 {
    z-index: 780;
  }
  .mobile\:z-index-790 {
    z-index: 790;
  }
  .mobile\:z-index-800 {
    z-index: 800;
  }
  .mobile\:z-index-810 {
    z-index: 810;
  }
  .mobile\:z-index-820 {
    z-index: 820;
  }
  .mobile\:z-index-830 {
    z-index: 830;
  }
  .mobile\:z-index-840 {
    z-index: 840;
  }
  .mobile\:z-index-850 {
    z-index: 850;
  }
  .mobile\:z-index-860 {
    z-index: 860;
  }
  .mobile\:z-index-870 {
    z-index: 870;
  }
  .mobile\:z-index-880 {
    z-index: 880;
  }
  .mobile\:z-index-890 {
    z-index: 890;
  }
  .mobile\:z-index-900 {
    z-index: 900;
  }
  .mobile\:z-index-910 {
    z-index: 910;
  }
  .mobile\:z-index-920 {
    z-index: 920;
  }
  .mobile\:z-index-930 {
    z-index: 930;
  }
  .mobile\:z-index-940 {
    z-index: 940;
  }
  .mobile\:z-index-950 {
    z-index: 950;
  }
  .mobile\:z-index-960 {
    z-index: 960;
  }
  .mobile\:z-index-970 {
    z-index: 970;
  }
  .mobile\:z-index-980 {
    z-index: 980;
  }
  .mobile\:z-index-990 {
    z-index: 990;
  }
}
@media screen and (min-width: 640px) {
  .mobile-l\:z-index-1 {
    z-index: 1;
  }
  .mobile-l\:z-index-2 {
    z-index: 2;
  }
  .mobile-l\:z-index-3 {
    z-index: 3;
  }
  .mobile-l\:z-index-4 {
    z-index: 4;
  }
  .mobile-l\:z-index-5 {
    z-index: 5;
  }
  .mobile-l\:z-index-6 {
    z-index: 6;
  }
  .mobile-l\:z-index-7 {
    z-index: 7;
  }
  .mobile-l\:z-index-8 {
    z-index: 8;
  }
  .mobile-l\:z-index-9 {
    z-index: 9;
  }
  .mobile-l\:z-index-10 {
    z-index: 10;
  }
  .mobile-l\:z-index-20 {
    z-index: 20;
  }
  .mobile-l\:z-index-30 {
    z-index: 30;
  }
  .mobile-l\:z-index-40 {
    z-index: 40;
  }
  .mobile-l\:z-index-50 {
    z-index: 50;
  }
  .mobile-l\:z-index-60 {
    z-index: 60;
  }
  .mobile-l\:z-index-70 {
    z-index: 70;
  }
  .mobile-l\:z-index-80 {
    z-index: 80;
  }
  .mobile-l\:z-index-90 {
    z-index: 90;
  }
  .mobile-l\:z-index-100 {
    z-index: 100;
  }
  .mobile-l\:z-index-110 {
    z-index: 110;
  }
  .mobile-l\:z-index-120 {
    z-index: 120;
  }
  .mobile-l\:z-index-130 {
    z-index: 130;
  }
  .mobile-l\:z-index-140 {
    z-index: 140;
  }
  .mobile-l\:z-index-150 {
    z-index: 150;
  }
  .mobile-l\:z-index-160 {
    z-index: 160;
  }
  .mobile-l\:z-index-170 {
    z-index: 170;
  }
  .mobile-l\:z-index-180 {
    z-index: 180;
  }
  .mobile-l\:z-index-190 {
    z-index: 190;
  }
  .mobile-l\:z-index-200 {
    z-index: 200;
  }
  .mobile-l\:z-index-210 {
    z-index: 210;
  }
  .mobile-l\:z-index-220 {
    z-index: 220;
  }
  .mobile-l\:z-index-230 {
    z-index: 230;
  }
  .mobile-l\:z-index-240 {
    z-index: 240;
  }
  .mobile-l\:z-index-250 {
    z-index: 250;
  }
  .mobile-l\:z-index-260 {
    z-index: 260;
  }
  .mobile-l\:z-index-270 {
    z-index: 270;
  }
  .mobile-l\:z-index-280 {
    z-index: 280;
  }
  .mobile-l\:z-index-290 {
    z-index: 290;
  }
  .mobile-l\:z-index-300 {
    z-index: 300;
  }
  .mobile-l\:z-index-310 {
    z-index: 310;
  }
  .mobile-l\:z-index-320 {
    z-index: 320;
  }
  .mobile-l\:z-index-330 {
    z-index: 330;
  }
  .mobile-l\:z-index-340 {
    z-index: 340;
  }
  .mobile-l\:z-index-350 {
    z-index: 350;
  }
  .mobile-l\:z-index-360 {
    z-index: 360;
  }
  .mobile-l\:z-index-370 {
    z-index: 370;
  }
  .mobile-l\:z-index-380 {
    z-index: 380;
  }
  .mobile-l\:z-index-390 {
    z-index: 390;
  }
  .mobile-l\:z-index-400 {
    z-index: 400;
  }
  .mobile-l\:z-index-410 {
    z-index: 410;
  }
  .mobile-l\:z-index-420 {
    z-index: 420;
  }
  .mobile-l\:z-index-430 {
    z-index: 430;
  }
  .mobile-l\:z-index-440 {
    z-index: 440;
  }
  .mobile-l\:z-index-450 {
    z-index: 450;
  }
  .mobile-l\:z-index-460 {
    z-index: 460;
  }
  .mobile-l\:z-index-470 {
    z-index: 470;
  }
  .mobile-l\:z-index-480 {
    z-index: 480;
  }
  .mobile-l\:z-index-490 {
    z-index: 490;
  }
  .mobile-l\:z-index-500 {
    z-index: 500;
  }
  .mobile-l\:z-index-510 {
    z-index: 510;
  }
  .mobile-l\:z-index-520 {
    z-index: 520;
  }
  .mobile-l\:z-index-530 {
    z-index: 530;
  }
  .mobile-l\:z-index-540 {
    z-index: 540;
  }
  .mobile-l\:z-index-550 {
    z-index: 550;
  }
  .mobile-l\:z-index-560 {
    z-index: 560;
  }
  .mobile-l\:z-index-570 {
    z-index: 570;
  }
  .mobile-l\:z-index-580 {
    z-index: 580;
  }
  .mobile-l\:z-index-590 {
    z-index: 590;
  }
  .mobile-l\:z-index-600 {
    z-index: 600;
  }
  .mobile-l\:z-index-610 {
    z-index: 610;
  }
  .mobile-l\:z-index-620 {
    z-index: 620;
  }
  .mobile-l\:z-index-630 {
    z-index: 630;
  }
  .mobile-l\:z-index-640 {
    z-index: 640;
  }
  .mobile-l\:z-index-650 {
    z-index: 650;
  }
  .mobile-l\:z-index-660 {
    z-index: 660;
  }
  .mobile-l\:z-index-670 {
    z-index: 670;
  }
  .mobile-l\:z-index-680 {
    z-index: 680;
  }
  .mobile-l\:z-index-690 {
    z-index: 690;
  }
  .mobile-l\:z-index-700 {
    z-index: 700;
  }
  .mobile-l\:z-index-710 {
    z-index: 710;
  }
  .mobile-l\:z-index-720 {
    z-index: 720;
  }
  .mobile-l\:z-index-730 {
    z-index: 730;
  }
  .mobile-l\:z-index-740 {
    z-index: 740;
  }
  .mobile-l\:z-index-750 {
    z-index: 750;
  }
  .mobile-l\:z-index-760 {
    z-index: 760;
  }
  .mobile-l\:z-index-770 {
    z-index: 770;
  }
  .mobile-l\:z-index-780 {
    z-index: 780;
  }
  .mobile-l\:z-index-790 {
    z-index: 790;
  }
  .mobile-l\:z-index-800 {
    z-index: 800;
  }
  .mobile-l\:z-index-810 {
    z-index: 810;
  }
  .mobile-l\:z-index-820 {
    z-index: 820;
  }
  .mobile-l\:z-index-830 {
    z-index: 830;
  }
  .mobile-l\:z-index-840 {
    z-index: 840;
  }
  .mobile-l\:z-index-850 {
    z-index: 850;
  }
  .mobile-l\:z-index-860 {
    z-index: 860;
  }
  .mobile-l\:z-index-870 {
    z-index: 870;
  }
  .mobile-l\:z-index-880 {
    z-index: 880;
  }
  .mobile-l\:z-index-890 {
    z-index: 890;
  }
  .mobile-l\:z-index-900 {
    z-index: 900;
  }
  .mobile-l\:z-index-910 {
    z-index: 910;
  }
  .mobile-l\:z-index-920 {
    z-index: 920;
  }
  .mobile-l\:z-index-930 {
    z-index: 930;
  }
  .mobile-l\:z-index-940 {
    z-index: 940;
  }
  .mobile-l\:z-index-950 {
    z-index: 950;
  }
  .mobile-l\:z-index-960 {
    z-index: 960;
  }
  .mobile-l\:z-index-970 {
    z-index: 970;
  }
  .mobile-l\:z-index-980 {
    z-index: 980;
  }
  .mobile-l\:z-index-990 {
    z-index: 990;
  }
}
@media screen and (min-width: 768px) {
  .tablet\:z-index-1 {
    z-index: 1;
  }
  .tablet\:z-index-2 {
    z-index: 2;
  }
  .tablet\:z-index-3 {
    z-index: 3;
  }
  .tablet\:z-index-4 {
    z-index: 4;
  }
  .tablet\:z-index-5 {
    z-index: 5;
  }
  .tablet\:z-index-6 {
    z-index: 6;
  }
  .tablet\:z-index-7 {
    z-index: 7;
  }
  .tablet\:z-index-8 {
    z-index: 8;
  }
  .tablet\:z-index-9 {
    z-index: 9;
  }
  .tablet\:z-index-10 {
    z-index: 10;
  }
  .tablet\:z-index-20 {
    z-index: 20;
  }
  .tablet\:z-index-30 {
    z-index: 30;
  }
  .tablet\:z-index-40 {
    z-index: 40;
  }
  .tablet\:z-index-50 {
    z-index: 50;
  }
  .tablet\:z-index-60 {
    z-index: 60;
  }
  .tablet\:z-index-70 {
    z-index: 70;
  }
  .tablet\:z-index-80 {
    z-index: 80;
  }
  .tablet\:z-index-90 {
    z-index: 90;
  }
  .tablet\:z-index-100 {
    z-index: 100;
  }
  .tablet\:z-index-110 {
    z-index: 110;
  }
  .tablet\:z-index-120 {
    z-index: 120;
  }
  .tablet\:z-index-130 {
    z-index: 130;
  }
  .tablet\:z-index-140 {
    z-index: 140;
  }
  .tablet\:z-index-150 {
    z-index: 150;
  }
  .tablet\:z-index-160 {
    z-index: 160;
  }
  .tablet\:z-index-170 {
    z-index: 170;
  }
  .tablet\:z-index-180 {
    z-index: 180;
  }
  .tablet\:z-index-190 {
    z-index: 190;
  }
  .tablet\:z-index-200 {
    z-index: 200;
  }
  .tablet\:z-index-210 {
    z-index: 210;
  }
  .tablet\:z-index-220 {
    z-index: 220;
  }
  .tablet\:z-index-230 {
    z-index: 230;
  }
  .tablet\:z-index-240 {
    z-index: 240;
  }
  .tablet\:z-index-250 {
    z-index: 250;
  }
  .tablet\:z-index-260 {
    z-index: 260;
  }
  .tablet\:z-index-270 {
    z-index: 270;
  }
  .tablet\:z-index-280 {
    z-index: 280;
  }
  .tablet\:z-index-290 {
    z-index: 290;
  }
  .tablet\:z-index-300 {
    z-index: 300;
  }
  .tablet\:z-index-310 {
    z-index: 310;
  }
  .tablet\:z-index-320 {
    z-index: 320;
  }
  .tablet\:z-index-330 {
    z-index: 330;
  }
  .tablet\:z-index-340 {
    z-index: 340;
  }
  .tablet\:z-index-350 {
    z-index: 350;
  }
  .tablet\:z-index-360 {
    z-index: 360;
  }
  .tablet\:z-index-370 {
    z-index: 370;
  }
  .tablet\:z-index-380 {
    z-index: 380;
  }
  .tablet\:z-index-390 {
    z-index: 390;
  }
  .tablet\:z-index-400 {
    z-index: 400;
  }
  .tablet\:z-index-410 {
    z-index: 410;
  }
  .tablet\:z-index-420 {
    z-index: 420;
  }
  .tablet\:z-index-430 {
    z-index: 430;
  }
  .tablet\:z-index-440 {
    z-index: 440;
  }
  .tablet\:z-index-450 {
    z-index: 450;
  }
  .tablet\:z-index-460 {
    z-index: 460;
  }
  .tablet\:z-index-470 {
    z-index: 470;
  }
  .tablet\:z-index-480 {
    z-index: 480;
  }
  .tablet\:z-index-490 {
    z-index: 490;
  }
  .tablet\:z-index-500 {
    z-index: 500;
  }
  .tablet\:z-index-510 {
    z-index: 510;
  }
  .tablet\:z-index-520 {
    z-index: 520;
  }
  .tablet\:z-index-530 {
    z-index: 530;
  }
  .tablet\:z-index-540 {
    z-index: 540;
  }
  .tablet\:z-index-550 {
    z-index: 550;
  }
  .tablet\:z-index-560 {
    z-index: 560;
  }
  .tablet\:z-index-570 {
    z-index: 570;
  }
  .tablet\:z-index-580 {
    z-index: 580;
  }
  .tablet\:z-index-590 {
    z-index: 590;
  }
  .tablet\:z-index-600 {
    z-index: 600;
  }
  .tablet\:z-index-610 {
    z-index: 610;
  }
  .tablet\:z-index-620 {
    z-index: 620;
  }
  .tablet\:z-index-630 {
    z-index: 630;
  }
  .tablet\:z-index-640 {
    z-index: 640;
  }
  .tablet\:z-index-650 {
    z-index: 650;
  }
  .tablet\:z-index-660 {
    z-index: 660;
  }
  .tablet\:z-index-670 {
    z-index: 670;
  }
  .tablet\:z-index-680 {
    z-index: 680;
  }
  .tablet\:z-index-690 {
    z-index: 690;
  }
  .tablet\:z-index-700 {
    z-index: 700;
  }
  .tablet\:z-index-710 {
    z-index: 710;
  }
  .tablet\:z-index-720 {
    z-index: 720;
  }
  .tablet\:z-index-730 {
    z-index: 730;
  }
  .tablet\:z-index-740 {
    z-index: 740;
  }
  .tablet\:z-index-750 {
    z-index: 750;
  }
  .tablet\:z-index-760 {
    z-index: 760;
  }
  .tablet\:z-index-770 {
    z-index: 770;
  }
  .tablet\:z-index-780 {
    z-index: 780;
  }
  .tablet\:z-index-790 {
    z-index: 790;
  }
  .tablet\:z-index-800 {
    z-index: 800;
  }
  .tablet\:z-index-810 {
    z-index: 810;
  }
  .tablet\:z-index-820 {
    z-index: 820;
  }
  .tablet\:z-index-830 {
    z-index: 830;
  }
  .tablet\:z-index-840 {
    z-index: 840;
  }
  .tablet\:z-index-850 {
    z-index: 850;
  }
  .tablet\:z-index-860 {
    z-index: 860;
  }
  .tablet\:z-index-870 {
    z-index: 870;
  }
  .tablet\:z-index-880 {
    z-index: 880;
  }
  .tablet\:z-index-890 {
    z-index: 890;
  }
  .tablet\:z-index-900 {
    z-index: 900;
  }
  .tablet\:z-index-910 {
    z-index: 910;
  }
  .tablet\:z-index-920 {
    z-index: 920;
  }
  .tablet\:z-index-930 {
    z-index: 930;
  }
  .tablet\:z-index-940 {
    z-index: 940;
  }
  .tablet\:z-index-950 {
    z-index: 950;
  }
  .tablet\:z-index-960 {
    z-index: 960;
  }
  .tablet\:z-index-970 {
    z-index: 970;
  }
  .tablet\:z-index-980 {
    z-index: 980;
  }
  .tablet\:z-index-990 {
    z-index: 990;
  }
}
@media screen and (min-width: 960px) {
  .tablet-m\:z-index-1 {
    z-index: 1;
  }
  .tablet-m\:z-index-2 {
    z-index: 2;
  }
  .tablet-m\:z-index-3 {
    z-index: 3;
  }
  .tablet-m\:z-index-4 {
    z-index: 4;
  }
  .tablet-m\:z-index-5 {
    z-index: 5;
  }
  .tablet-m\:z-index-6 {
    z-index: 6;
  }
  .tablet-m\:z-index-7 {
    z-index: 7;
  }
  .tablet-m\:z-index-8 {
    z-index: 8;
  }
  .tablet-m\:z-index-9 {
    z-index: 9;
  }
  .tablet-m\:z-index-10 {
    z-index: 10;
  }
  .tablet-m\:z-index-20 {
    z-index: 20;
  }
  .tablet-m\:z-index-30 {
    z-index: 30;
  }
  .tablet-m\:z-index-40 {
    z-index: 40;
  }
  .tablet-m\:z-index-50 {
    z-index: 50;
  }
  .tablet-m\:z-index-60 {
    z-index: 60;
  }
  .tablet-m\:z-index-70 {
    z-index: 70;
  }
  .tablet-m\:z-index-80 {
    z-index: 80;
  }
  .tablet-m\:z-index-90 {
    z-index: 90;
  }
  .tablet-m\:z-index-100 {
    z-index: 100;
  }
  .tablet-m\:z-index-110 {
    z-index: 110;
  }
  .tablet-m\:z-index-120 {
    z-index: 120;
  }
  .tablet-m\:z-index-130 {
    z-index: 130;
  }
  .tablet-m\:z-index-140 {
    z-index: 140;
  }
  .tablet-m\:z-index-150 {
    z-index: 150;
  }
  .tablet-m\:z-index-160 {
    z-index: 160;
  }
  .tablet-m\:z-index-170 {
    z-index: 170;
  }
  .tablet-m\:z-index-180 {
    z-index: 180;
  }
  .tablet-m\:z-index-190 {
    z-index: 190;
  }
  .tablet-m\:z-index-200 {
    z-index: 200;
  }
  .tablet-m\:z-index-210 {
    z-index: 210;
  }
  .tablet-m\:z-index-220 {
    z-index: 220;
  }
  .tablet-m\:z-index-230 {
    z-index: 230;
  }
  .tablet-m\:z-index-240 {
    z-index: 240;
  }
  .tablet-m\:z-index-250 {
    z-index: 250;
  }
  .tablet-m\:z-index-260 {
    z-index: 260;
  }
  .tablet-m\:z-index-270 {
    z-index: 270;
  }
  .tablet-m\:z-index-280 {
    z-index: 280;
  }
  .tablet-m\:z-index-290 {
    z-index: 290;
  }
  .tablet-m\:z-index-300 {
    z-index: 300;
  }
  .tablet-m\:z-index-310 {
    z-index: 310;
  }
  .tablet-m\:z-index-320 {
    z-index: 320;
  }
  .tablet-m\:z-index-330 {
    z-index: 330;
  }
  .tablet-m\:z-index-340 {
    z-index: 340;
  }
  .tablet-m\:z-index-350 {
    z-index: 350;
  }
  .tablet-m\:z-index-360 {
    z-index: 360;
  }
  .tablet-m\:z-index-370 {
    z-index: 370;
  }
  .tablet-m\:z-index-380 {
    z-index: 380;
  }
  .tablet-m\:z-index-390 {
    z-index: 390;
  }
  .tablet-m\:z-index-400 {
    z-index: 400;
  }
  .tablet-m\:z-index-410 {
    z-index: 410;
  }
  .tablet-m\:z-index-420 {
    z-index: 420;
  }
  .tablet-m\:z-index-430 {
    z-index: 430;
  }
  .tablet-m\:z-index-440 {
    z-index: 440;
  }
  .tablet-m\:z-index-450 {
    z-index: 450;
  }
  .tablet-m\:z-index-460 {
    z-index: 460;
  }
  .tablet-m\:z-index-470 {
    z-index: 470;
  }
  .tablet-m\:z-index-480 {
    z-index: 480;
  }
  .tablet-m\:z-index-490 {
    z-index: 490;
  }
  .tablet-m\:z-index-500 {
    z-index: 500;
  }
  .tablet-m\:z-index-510 {
    z-index: 510;
  }
  .tablet-m\:z-index-520 {
    z-index: 520;
  }
  .tablet-m\:z-index-530 {
    z-index: 530;
  }
  .tablet-m\:z-index-540 {
    z-index: 540;
  }
  .tablet-m\:z-index-550 {
    z-index: 550;
  }
  .tablet-m\:z-index-560 {
    z-index: 560;
  }
  .tablet-m\:z-index-570 {
    z-index: 570;
  }
  .tablet-m\:z-index-580 {
    z-index: 580;
  }
  .tablet-m\:z-index-590 {
    z-index: 590;
  }
  .tablet-m\:z-index-600 {
    z-index: 600;
  }
  .tablet-m\:z-index-610 {
    z-index: 610;
  }
  .tablet-m\:z-index-620 {
    z-index: 620;
  }
  .tablet-m\:z-index-630 {
    z-index: 630;
  }
  .tablet-m\:z-index-640 {
    z-index: 640;
  }
  .tablet-m\:z-index-650 {
    z-index: 650;
  }
  .tablet-m\:z-index-660 {
    z-index: 660;
  }
  .tablet-m\:z-index-670 {
    z-index: 670;
  }
  .tablet-m\:z-index-680 {
    z-index: 680;
  }
  .tablet-m\:z-index-690 {
    z-index: 690;
  }
  .tablet-m\:z-index-700 {
    z-index: 700;
  }
  .tablet-m\:z-index-710 {
    z-index: 710;
  }
  .tablet-m\:z-index-720 {
    z-index: 720;
  }
  .tablet-m\:z-index-730 {
    z-index: 730;
  }
  .tablet-m\:z-index-740 {
    z-index: 740;
  }
  .tablet-m\:z-index-750 {
    z-index: 750;
  }
  .tablet-m\:z-index-760 {
    z-index: 760;
  }
  .tablet-m\:z-index-770 {
    z-index: 770;
  }
  .tablet-m\:z-index-780 {
    z-index: 780;
  }
  .tablet-m\:z-index-790 {
    z-index: 790;
  }
  .tablet-m\:z-index-800 {
    z-index: 800;
  }
  .tablet-m\:z-index-810 {
    z-index: 810;
  }
  .tablet-m\:z-index-820 {
    z-index: 820;
  }
  .tablet-m\:z-index-830 {
    z-index: 830;
  }
  .tablet-m\:z-index-840 {
    z-index: 840;
  }
  .tablet-m\:z-index-850 {
    z-index: 850;
  }
  .tablet-m\:z-index-860 {
    z-index: 860;
  }
  .tablet-m\:z-index-870 {
    z-index: 870;
  }
  .tablet-m\:z-index-880 {
    z-index: 880;
  }
  .tablet-m\:z-index-890 {
    z-index: 890;
  }
  .tablet-m\:z-index-900 {
    z-index: 900;
  }
  .tablet-m\:z-index-910 {
    z-index: 910;
  }
  .tablet-m\:z-index-920 {
    z-index: 920;
  }
  .tablet-m\:z-index-930 {
    z-index: 930;
  }
  .tablet-m\:z-index-940 {
    z-index: 940;
  }
  .tablet-m\:z-index-950 {
    z-index: 950;
  }
  .tablet-m\:z-index-960 {
    z-index: 960;
  }
  .tablet-m\:z-index-970 {
    z-index: 970;
  }
  .tablet-m\:z-index-980 {
    z-index: 980;
  }
  .tablet-m\:z-index-990 {
    z-index: 990;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-l\:z-index-1 {
    z-index: 1;
  }
  .tablet-l\:z-index-2 {
    z-index: 2;
  }
  .tablet-l\:z-index-3 {
    z-index: 3;
  }
  .tablet-l\:z-index-4 {
    z-index: 4;
  }
  .tablet-l\:z-index-5 {
    z-index: 5;
  }
  .tablet-l\:z-index-6 {
    z-index: 6;
  }
  .tablet-l\:z-index-7 {
    z-index: 7;
  }
  .tablet-l\:z-index-8 {
    z-index: 8;
  }
  .tablet-l\:z-index-9 {
    z-index: 9;
  }
  .tablet-l\:z-index-10 {
    z-index: 10;
  }
  .tablet-l\:z-index-20 {
    z-index: 20;
  }
  .tablet-l\:z-index-30 {
    z-index: 30;
  }
  .tablet-l\:z-index-40 {
    z-index: 40;
  }
  .tablet-l\:z-index-50 {
    z-index: 50;
  }
  .tablet-l\:z-index-60 {
    z-index: 60;
  }
  .tablet-l\:z-index-70 {
    z-index: 70;
  }
  .tablet-l\:z-index-80 {
    z-index: 80;
  }
  .tablet-l\:z-index-90 {
    z-index: 90;
  }
  .tablet-l\:z-index-100 {
    z-index: 100;
  }
  .tablet-l\:z-index-110 {
    z-index: 110;
  }
  .tablet-l\:z-index-120 {
    z-index: 120;
  }
  .tablet-l\:z-index-130 {
    z-index: 130;
  }
  .tablet-l\:z-index-140 {
    z-index: 140;
  }
  .tablet-l\:z-index-150 {
    z-index: 150;
  }
  .tablet-l\:z-index-160 {
    z-index: 160;
  }
  .tablet-l\:z-index-170 {
    z-index: 170;
  }
  .tablet-l\:z-index-180 {
    z-index: 180;
  }
  .tablet-l\:z-index-190 {
    z-index: 190;
  }
  .tablet-l\:z-index-200 {
    z-index: 200;
  }
  .tablet-l\:z-index-210 {
    z-index: 210;
  }
  .tablet-l\:z-index-220 {
    z-index: 220;
  }
  .tablet-l\:z-index-230 {
    z-index: 230;
  }
  .tablet-l\:z-index-240 {
    z-index: 240;
  }
  .tablet-l\:z-index-250 {
    z-index: 250;
  }
  .tablet-l\:z-index-260 {
    z-index: 260;
  }
  .tablet-l\:z-index-270 {
    z-index: 270;
  }
  .tablet-l\:z-index-280 {
    z-index: 280;
  }
  .tablet-l\:z-index-290 {
    z-index: 290;
  }
  .tablet-l\:z-index-300 {
    z-index: 300;
  }
  .tablet-l\:z-index-310 {
    z-index: 310;
  }
  .tablet-l\:z-index-320 {
    z-index: 320;
  }
  .tablet-l\:z-index-330 {
    z-index: 330;
  }
  .tablet-l\:z-index-340 {
    z-index: 340;
  }
  .tablet-l\:z-index-350 {
    z-index: 350;
  }
  .tablet-l\:z-index-360 {
    z-index: 360;
  }
  .tablet-l\:z-index-370 {
    z-index: 370;
  }
  .tablet-l\:z-index-380 {
    z-index: 380;
  }
  .tablet-l\:z-index-390 {
    z-index: 390;
  }
  .tablet-l\:z-index-400 {
    z-index: 400;
  }
  .tablet-l\:z-index-410 {
    z-index: 410;
  }
  .tablet-l\:z-index-420 {
    z-index: 420;
  }
  .tablet-l\:z-index-430 {
    z-index: 430;
  }
  .tablet-l\:z-index-440 {
    z-index: 440;
  }
  .tablet-l\:z-index-450 {
    z-index: 450;
  }
  .tablet-l\:z-index-460 {
    z-index: 460;
  }
  .tablet-l\:z-index-470 {
    z-index: 470;
  }
  .tablet-l\:z-index-480 {
    z-index: 480;
  }
  .tablet-l\:z-index-490 {
    z-index: 490;
  }
  .tablet-l\:z-index-500 {
    z-index: 500;
  }
  .tablet-l\:z-index-510 {
    z-index: 510;
  }
  .tablet-l\:z-index-520 {
    z-index: 520;
  }
  .tablet-l\:z-index-530 {
    z-index: 530;
  }
  .tablet-l\:z-index-540 {
    z-index: 540;
  }
  .tablet-l\:z-index-550 {
    z-index: 550;
  }
  .tablet-l\:z-index-560 {
    z-index: 560;
  }
  .tablet-l\:z-index-570 {
    z-index: 570;
  }
  .tablet-l\:z-index-580 {
    z-index: 580;
  }
  .tablet-l\:z-index-590 {
    z-index: 590;
  }
  .tablet-l\:z-index-600 {
    z-index: 600;
  }
  .tablet-l\:z-index-610 {
    z-index: 610;
  }
  .tablet-l\:z-index-620 {
    z-index: 620;
  }
  .tablet-l\:z-index-630 {
    z-index: 630;
  }
  .tablet-l\:z-index-640 {
    z-index: 640;
  }
  .tablet-l\:z-index-650 {
    z-index: 650;
  }
  .tablet-l\:z-index-660 {
    z-index: 660;
  }
  .tablet-l\:z-index-670 {
    z-index: 670;
  }
  .tablet-l\:z-index-680 {
    z-index: 680;
  }
  .tablet-l\:z-index-690 {
    z-index: 690;
  }
  .tablet-l\:z-index-700 {
    z-index: 700;
  }
  .tablet-l\:z-index-710 {
    z-index: 710;
  }
  .tablet-l\:z-index-720 {
    z-index: 720;
  }
  .tablet-l\:z-index-730 {
    z-index: 730;
  }
  .tablet-l\:z-index-740 {
    z-index: 740;
  }
  .tablet-l\:z-index-750 {
    z-index: 750;
  }
  .tablet-l\:z-index-760 {
    z-index: 760;
  }
  .tablet-l\:z-index-770 {
    z-index: 770;
  }
  .tablet-l\:z-index-780 {
    z-index: 780;
  }
  .tablet-l\:z-index-790 {
    z-index: 790;
  }
  .tablet-l\:z-index-800 {
    z-index: 800;
  }
  .tablet-l\:z-index-810 {
    z-index: 810;
  }
  .tablet-l\:z-index-820 {
    z-index: 820;
  }
  .tablet-l\:z-index-830 {
    z-index: 830;
  }
  .tablet-l\:z-index-840 {
    z-index: 840;
  }
  .tablet-l\:z-index-850 {
    z-index: 850;
  }
  .tablet-l\:z-index-860 {
    z-index: 860;
  }
  .tablet-l\:z-index-870 {
    z-index: 870;
  }
  .tablet-l\:z-index-880 {
    z-index: 880;
  }
  .tablet-l\:z-index-890 {
    z-index: 890;
  }
  .tablet-l\:z-index-900 {
    z-index: 900;
  }
  .tablet-l\:z-index-910 {
    z-index: 910;
  }
  .tablet-l\:z-index-920 {
    z-index: 920;
  }
  .tablet-l\:z-index-930 {
    z-index: 930;
  }
  .tablet-l\:z-index-940 {
    z-index: 940;
  }
  .tablet-l\:z-index-950 {
    z-index: 950;
  }
  .tablet-l\:z-index-960 {
    z-index: 960;
  }
  .tablet-l\:z-index-970 {
    z-index: 970;
  }
  .tablet-l\:z-index-980 {
    z-index: 980;
  }
  .tablet-l\:z-index-990 {
    z-index: 990;
  }
}
@media screen and (min-width: 1200px) {
  .laptop\:z-index-1 {
    z-index: 1;
  }
  .laptop\:z-index-2 {
    z-index: 2;
  }
  .laptop\:z-index-3 {
    z-index: 3;
  }
  .laptop\:z-index-4 {
    z-index: 4;
  }
  .laptop\:z-index-5 {
    z-index: 5;
  }
  .laptop\:z-index-6 {
    z-index: 6;
  }
  .laptop\:z-index-7 {
    z-index: 7;
  }
  .laptop\:z-index-8 {
    z-index: 8;
  }
  .laptop\:z-index-9 {
    z-index: 9;
  }
  .laptop\:z-index-10 {
    z-index: 10;
  }
  .laptop\:z-index-20 {
    z-index: 20;
  }
  .laptop\:z-index-30 {
    z-index: 30;
  }
  .laptop\:z-index-40 {
    z-index: 40;
  }
  .laptop\:z-index-50 {
    z-index: 50;
  }
  .laptop\:z-index-60 {
    z-index: 60;
  }
  .laptop\:z-index-70 {
    z-index: 70;
  }
  .laptop\:z-index-80 {
    z-index: 80;
  }
  .laptop\:z-index-90 {
    z-index: 90;
  }
  .laptop\:z-index-100 {
    z-index: 100;
  }
  .laptop\:z-index-110 {
    z-index: 110;
  }
  .laptop\:z-index-120 {
    z-index: 120;
  }
  .laptop\:z-index-130 {
    z-index: 130;
  }
  .laptop\:z-index-140 {
    z-index: 140;
  }
  .laptop\:z-index-150 {
    z-index: 150;
  }
  .laptop\:z-index-160 {
    z-index: 160;
  }
  .laptop\:z-index-170 {
    z-index: 170;
  }
  .laptop\:z-index-180 {
    z-index: 180;
  }
  .laptop\:z-index-190 {
    z-index: 190;
  }
  .laptop\:z-index-200 {
    z-index: 200;
  }
  .laptop\:z-index-210 {
    z-index: 210;
  }
  .laptop\:z-index-220 {
    z-index: 220;
  }
  .laptop\:z-index-230 {
    z-index: 230;
  }
  .laptop\:z-index-240 {
    z-index: 240;
  }
  .laptop\:z-index-250 {
    z-index: 250;
  }
  .laptop\:z-index-260 {
    z-index: 260;
  }
  .laptop\:z-index-270 {
    z-index: 270;
  }
  .laptop\:z-index-280 {
    z-index: 280;
  }
  .laptop\:z-index-290 {
    z-index: 290;
  }
  .laptop\:z-index-300 {
    z-index: 300;
  }
  .laptop\:z-index-310 {
    z-index: 310;
  }
  .laptop\:z-index-320 {
    z-index: 320;
  }
  .laptop\:z-index-330 {
    z-index: 330;
  }
  .laptop\:z-index-340 {
    z-index: 340;
  }
  .laptop\:z-index-350 {
    z-index: 350;
  }
  .laptop\:z-index-360 {
    z-index: 360;
  }
  .laptop\:z-index-370 {
    z-index: 370;
  }
  .laptop\:z-index-380 {
    z-index: 380;
  }
  .laptop\:z-index-390 {
    z-index: 390;
  }
  .laptop\:z-index-400 {
    z-index: 400;
  }
  .laptop\:z-index-410 {
    z-index: 410;
  }
  .laptop\:z-index-420 {
    z-index: 420;
  }
  .laptop\:z-index-430 {
    z-index: 430;
  }
  .laptop\:z-index-440 {
    z-index: 440;
  }
  .laptop\:z-index-450 {
    z-index: 450;
  }
  .laptop\:z-index-460 {
    z-index: 460;
  }
  .laptop\:z-index-470 {
    z-index: 470;
  }
  .laptop\:z-index-480 {
    z-index: 480;
  }
  .laptop\:z-index-490 {
    z-index: 490;
  }
  .laptop\:z-index-500 {
    z-index: 500;
  }
  .laptop\:z-index-510 {
    z-index: 510;
  }
  .laptop\:z-index-520 {
    z-index: 520;
  }
  .laptop\:z-index-530 {
    z-index: 530;
  }
  .laptop\:z-index-540 {
    z-index: 540;
  }
  .laptop\:z-index-550 {
    z-index: 550;
  }
  .laptop\:z-index-560 {
    z-index: 560;
  }
  .laptop\:z-index-570 {
    z-index: 570;
  }
  .laptop\:z-index-580 {
    z-index: 580;
  }
  .laptop\:z-index-590 {
    z-index: 590;
  }
  .laptop\:z-index-600 {
    z-index: 600;
  }
  .laptop\:z-index-610 {
    z-index: 610;
  }
  .laptop\:z-index-620 {
    z-index: 620;
  }
  .laptop\:z-index-630 {
    z-index: 630;
  }
  .laptop\:z-index-640 {
    z-index: 640;
  }
  .laptop\:z-index-650 {
    z-index: 650;
  }
  .laptop\:z-index-660 {
    z-index: 660;
  }
  .laptop\:z-index-670 {
    z-index: 670;
  }
  .laptop\:z-index-680 {
    z-index: 680;
  }
  .laptop\:z-index-690 {
    z-index: 690;
  }
  .laptop\:z-index-700 {
    z-index: 700;
  }
  .laptop\:z-index-710 {
    z-index: 710;
  }
  .laptop\:z-index-720 {
    z-index: 720;
  }
  .laptop\:z-index-730 {
    z-index: 730;
  }
  .laptop\:z-index-740 {
    z-index: 740;
  }
  .laptop\:z-index-750 {
    z-index: 750;
  }
  .laptop\:z-index-760 {
    z-index: 760;
  }
  .laptop\:z-index-770 {
    z-index: 770;
  }
  .laptop\:z-index-780 {
    z-index: 780;
  }
  .laptop\:z-index-790 {
    z-index: 790;
  }
  .laptop\:z-index-800 {
    z-index: 800;
  }
  .laptop\:z-index-810 {
    z-index: 810;
  }
  .laptop\:z-index-820 {
    z-index: 820;
  }
  .laptop\:z-index-830 {
    z-index: 830;
  }
  .laptop\:z-index-840 {
    z-index: 840;
  }
  .laptop\:z-index-850 {
    z-index: 850;
  }
  .laptop\:z-index-860 {
    z-index: 860;
  }
  .laptop\:z-index-870 {
    z-index: 870;
  }
  .laptop\:z-index-880 {
    z-index: 880;
  }
  .laptop\:z-index-890 {
    z-index: 890;
  }
  .laptop\:z-index-900 {
    z-index: 900;
  }
  .laptop\:z-index-910 {
    z-index: 910;
  }
  .laptop\:z-index-920 {
    z-index: 920;
  }
  .laptop\:z-index-930 {
    z-index: 930;
  }
  .laptop\:z-index-940 {
    z-index: 940;
  }
  .laptop\:z-index-950 {
    z-index: 950;
  }
  .laptop\:z-index-960 {
    z-index: 960;
  }
  .laptop\:z-index-970 {
    z-index: 970;
  }
  .laptop\:z-index-980 {
    z-index: 980;
  }
  .laptop\:z-index-990 {
    z-index: 990;
  }
}
@media screen and (min-width: 1400px) {
  .laptop-l\:z-index-1 {
    z-index: 1;
  }
  .laptop-l\:z-index-2 {
    z-index: 2;
  }
  .laptop-l\:z-index-3 {
    z-index: 3;
  }
  .laptop-l\:z-index-4 {
    z-index: 4;
  }
  .laptop-l\:z-index-5 {
    z-index: 5;
  }
  .laptop-l\:z-index-6 {
    z-index: 6;
  }
  .laptop-l\:z-index-7 {
    z-index: 7;
  }
  .laptop-l\:z-index-8 {
    z-index: 8;
  }
  .laptop-l\:z-index-9 {
    z-index: 9;
  }
  .laptop-l\:z-index-10 {
    z-index: 10;
  }
  .laptop-l\:z-index-20 {
    z-index: 20;
  }
  .laptop-l\:z-index-30 {
    z-index: 30;
  }
  .laptop-l\:z-index-40 {
    z-index: 40;
  }
  .laptop-l\:z-index-50 {
    z-index: 50;
  }
  .laptop-l\:z-index-60 {
    z-index: 60;
  }
  .laptop-l\:z-index-70 {
    z-index: 70;
  }
  .laptop-l\:z-index-80 {
    z-index: 80;
  }
  .laptop-l\:z-index-90 {
    z-index: 90;
  }
  .laptop-l\:z-index-100 {
    z-index: 100;
  }
  .laptop-l\:z-index-110 {
    z-index: 110;
  }
  .laptop-l\:z-index-120 {
    z-index: 120;
  }
  .laptop-l\:z-index-130 {
    z-index: 130;
  }
  .laptop-l\:z-index-140 {
    z-index: 140;
  }
  .laptop-l\:z-index-150 {
    z-index: 150;
  }
  .laptop-l\:z-index-160 {
    z-index: 160;
  }
  .laptop-l\:z-index-170 {
    z-index: 170;
  }
  .laptop-l\:z-index-180 {
    z-index: 180;
  }
  .laptop-l\:z-index-190 {
    z-index: 190;
  }
  .laptop-l\:z-index-200 {
    z-index: 200;
  }
  .laptop-l\:z-index-210 {
    z-index: 210;
  }
  .laptop-l\:z-index-220 {
    z-index: 220;
  }
  .laptop-l\:z-index-230 {
    z-index: 230;
  }
  .laptop-l\:z-index-240 {
    z-index: 240;
  }
  .laptop-l\:z-index-250 {
    z-index: 250;
  }
  .laptop-l\:z-index-260 {
    z-index: 260;
  }
  .laptop-l\:z-index-270 {
    z-index: 270;
  }
  .laptop-l\:z-index-280 {
    z-index: 280;
  }
  .laptop-l\:z-index-290 {
    z-index: 290;
  }
  .laptop-l\:z-index-300 {
    z-index: 300;
  }
  .laptop-l\:z-index-310 {
    z-index: 310;
  }
  .laptop-l\:z-index-320 {
    z-index: 320;
  }
  .laptop-l\:z-index-330 {
    z-index: 330;
  }
  .laptop-l\:z-index-340 {
    z-index: 340;
  }
  .laptop-l\:z-index-350 {
    z-index: 350;
  }
  .laptop-l\:z-index-360 {
    z-index: 360;
  }
  .laptop-l\:z-index-370 {
    z-index: 370;
  }
  .laptop-l\:z-index-380 {
    z-index: 380;
  }
  .laptop-l\:z-index-390 {
    z-index: 390;
  }
  .laptop-l\:z-index-400 {
    z-index: 400;
  }
  .laptop-l\:z-index-410 {
    z-index: 410;
  }
  .laptop-l\:z-index-420 {
    z-index: 420;
  }
  .laptop-l\:z-index-430 {
    z-index: 430;
  }
  .laptop-l\:z-index-440 {
    z-index: 440;
  }
  .laptop-l\:z-index-450 {
    z-index: 450;
  }
  .laptop-l\:z-index-460 {
    z-index: 460;
  }
  .laptop-l\:z-index-470 {
    z-index: 470;
  }
  .laptop-l\:z-index-480 {
    z-index: 480;
  }
  .laptop-l\:z-index-490 {
    z-index: 490;
  }
  .laptop-l\:z-index-500 {
    z-index: 500;
  }
  .laptop-l\:z-index-510 {
    z-index: 510;
  }
  .laptop-l\:z-index-520 {
    z-index: 520;
  }
  .laptop-l\:z-index-530 {
    z-index: 530;
  }
  .laptop-l\:z-index-540 {
    z-index: 540;
  }
  .laptop-l\:z-index-550 {
    z-index: 550;
  }
  .laptop-l\:z-index-560 {
    z-index: 560;
  }
  .laptop-l\:z-index-570 {
    z-index: 570;
  }
  .laptop-l\:z-index-580 {
    z-index: 580;
  }
  .laptop-l\:z-index-590 {
    z-index: 590;
  }
  .laptop-l\:z-index-600 {
    z-index: 600;
  }
  .laptop-l\:z-index-610 {
    z-index: 610;
  }
  .laptop-l\:z-index-620 {
    z-index: 620;
  }
  .laptop-l\:z-index-630 {
    z-index: 630;
  }
  .laptop-l\:z-index-640 {
    z-index: 640;
  }
  .laptop-l\:z-index-650 {
    z-index: 650;
  }
  .laptop-l\:z-index-660 {
    z-index: 660;
  }
  .laptop-l\:z-index-670 {
    z-index: 670;
  }
  .laptop-l\:z-index-680 {
    z-index: 680;
  }
  .laptop-l\:z-index-690 {
    z-index: 690;
  }
  .laptop-l\:z-index-700 {
    z-index: 700;
  }
  .laptop-l\:z-index-710 {
    z-index: 710;
  }
  .laptop-l\:z-index-720 {
    z-index: 720;
  }
  .laptop-l\:z-index-730 {
    z-index: 730;
  }
  .laptop-l\:z-index-740 {
    z-index: 740;
  }
  .laptop-l\:z-index-750 {
    z-index: 750;
  }
  .laptop-l\:z-index-760 {
    z-index: 760;
  }
  .laptop-l\:z-index-770 {
    z-index: 770;
  }
  .laptop-l\:z-index-780 {
    z-index: 780;
  }
  .laptop-l\:z-index-790 {
    z-index: 790;
  }
  .laptop-l\:z-index-800 {
    z-index: 800;
  }
  .laptop-l\:z-index-810 {
    z-index: 810;
  }
  .laptop-l\:z-index-820 {
    z-index: 820;
  }
  .laptop-l\:z-index-830 {
    z-index: 830;
  }
  .laptop-l\:z-index-840 {
    z-index: 840;
  }
  .laptop-l\:z-index-850 {
    z-index: 850;
  }
  .laptop-l\:z-index-860 {
    z-index: 860;
  }
  .laptop-l\:z-index-870 {
    z-index: 870;
  }
  .laptop-l\:z-index-880 {
    z-index: 880;
  }
  .laptop-l\:z-index-890 {
    z-index: 890;
  }
  .laptop-l\:z-index-900 {
    z-index: 900;
  }
  .laptop-l\:z-index-910 {
    z-index: 910;
  }
  .laptop-l\:z-index-920 {
    z-index: 920;
  }
  .laptop-l\:z-index-930 {
    z-index: 930;
  }
  .laptop-l\:z-index-940 {
    z-index: 940;
  }
  .laptop-l\:z-index-950 {
    z-index: 950;
  }
  .laptop-l\:z-index-960 {
    z-index: 960;
  }
  .laptop-l\:z-index-970 {
    z-index: 970;
  }
  .laptop-l\:z-index-980 {
    z-index: 980;
  }
  .laptop-l\:z-index-990 {
    z-index: 990;
  }
}
@media screen and (min-width: 1600px) {
  .laptop-xl\:z-index-1 {
    z-index: 1;
  }
  .laptop-xl\:z-index-2 {
    z-index: 2;
  }
  .laptop-xl\:z-index-3 {
    z-index: 3;
  }
  .laptop-xl\:z-index-4 {
    z-index: 4;
  }
  .laptop-xl\:z-index-5 {
    z-index: 5;
  }
  .laptop-xl\:z-index-6 {
    z-index: 6;
  }
  .laptop-xl\:z-index-7 {
    z-index: 7;
  }
  .laptop-xl\:z-index-8 {
    z-index: 8;
  }
  .laptop-xl\:z-index-9 {
    z-index: 9;
  }
  .laptop-xl\:z-index-10 {
    z-index: 10;
  }
  .laptop-xl\:z-index-20 {
    z-index: 20;
  }
  .laptop-xl\:z-index-30 {
    z-index: 30;
  }
  .laptop-xl\:z-index-40 {
    z-index: 40;
  }
  .laptop-xl\:z-index-50 {
    z-index: 50;
  }
  .laptop-xl\:z-index-60 {
    z-index: 60;
  }
  .laptop-xl\:z-index-70 {
    z-index: 70;
  }
  .laptop-xl\:z-index-80 {
    z-index: 80;
  }
  .laptop-xl\:z-index-90 {
    z-index: 90;
  }
  .laptop-xl\:z-index-100 {
    z-index: 100;
  }
  .laptop-xl\:z-index-110 {
    z-index: 110;
  }
  .laptop-xl\:z-index-120 {
    z-index: 120;
  }
  .laptop-xl\:z-index-130 {
    z-index: 130;
  }
  .laptop-xl\:z-index-140 {
    z-index: 140;
  }
  .laptop-xl\:z-index-150 {
    z-index: 150;
  }
  .laptop-xl\:z-index-160 {
    z-index: 160;
  }
  .laptop-xl\:z-index-170 {
    z-index: 170;
  }
  .laptop-xl\:z-index-180 {
    z-index: 180;
  }
  .laptop-xl\:z-index-190 {
    z-index: 190;
  }
  .laptop-xl\:z-index-200 {
    z-index: 200;
  }
  .laptop-xl\:z-index-210 {
    z-index: 210;
  }
  .laptop-xl\:z-index-220 {
    z-index: 220;
  }
  .laptop-xl\:z-index-230 {
    z-index: 230;
  }
  .laptop-xl\:z-index-240 {
    z-index: 240;
  }
  .laptop-xl\:z-index-250 {
    z-index: 250;
  }
  .laptop-xl\:z-index-260 {
    z-index: 260;
  }
  .laptop-xl\:z-index-270 {
    z-index: 270;
  }
  .laptop-xl\:z-index-280 {
    z-index: 280;
  }
  .laptop-xl\:z-index-290 {
    z-index: 290;
  }
  .laptop-xl\:z-index-300 {
    z-index: 300;
  }
  .laptop-xl\:z-index-310 {
    z-index: 310;
  }
  .laptop-xl\:z-index-320 {
    z-index: 320;
  }
  .laptop-xl\:z-index-330 {
    z-index: 330;
  }
  .laptop-xl\:z-index-340 {
    z-index: 340;
  }
  .laptop-xl\:z-index-350 {
    z-index: 350;
  }
  .laptop-xl\:z-index-360 {
    z-index: 360;
  }
  .laptop-xl\:z-index-370 {
    z-index: 370;
  }
  .laptop-xl\:z-index-380 {
    z-index: 380;
  }
  .laptop-xl\:z-index-390 {
    z-index: 390;
  }
  .laptop-xl\:z-index-400 {
    z-index: 400;
  }
  .laptop-xl\:z-index-410 {
    z-index: 410;
  }
  .laptop-xl\:z-index-420 {
    z-index: 420;
  }
  .laptop-xl\:z-index-430 {
    z-index: 430;
  }
  .laptop-xl\:z-index-440 {
    z-index: 440;
  }
  .laptop-xl\:z-index-450 {
    z-index: 450;
  }
  .laptop-xl\:z-index-460 {
    z-index: 460;
  }
  .laptop-xl\:z-index-470 {
    z-index: 470;
  }
  .laptop-xl\:z-index-480 {
    z-index: 480;
  }
  .laptop-xl\:z-index-490 {
    z-index: 490;
  }
  .laptop-xl\:z-index-500 {
    z-index: 500;
  }
  .laptop-xl\:z-index-510 {
    z-index: 510;
  }
  .laptop-xl\:z-index-520 {
    z-index: 520;
  }
  .laptop-xl\:z-index-530 {
    z-index: 530;
  }
  .laptop-xl\:z-index-540 {
    z-index: 540;
  }
  .laptop-xl\:z-index-550 {
    z-index: 550;
  }
  .laptop-xl\:z-index-560 {
    z-index: 560;
  }
  .laptop-xl\:z-index-570 {
    z-index: 570;
  }
  .laptop-xl\:z-index-580 {
    z-index: 580;
  }
  .laptop-xl\:z-index-590 {
    z-index: 590;
  }
  .laptop-xl\:z-index-600 {
    z-index: 600;
  }
  .laptop-xl\:z-index-610 {
    z-index: 610;
  }
  .laptop-xl\:z-index-620 {
    z-index: 620;
  }
  .laptop-xl\:z-index-630 {
    z-index: 630;
  }
  .laptop-xl\:z-index-640 {
    z-index: 640;
  }
  .laptop-xl\:z-index-650 {
    z-index: 650;
  }
  .laptop-xl\:z-index-660 {
    z-index: 660;
  }
  .laptop-xl\:z-index-670 {
    z-index: 670;
  }
  .laptop-xl\:z-index-680 {
    z-index: 680;
  }
  .laptop-xl\:z-index-690 {
    z-index: 690;
  }
  .laptop-xl\:z-index-700 {
    z-index: 700;
  }
  .laptop-xl\:z-index-710 {
    z-index: 710;
  }
  .laptop-xl\:z-index-720 {
    z-index: 720;
  }
  .laptop-xl\:z-index-730 {
    z-index: 730;
  }
  .laptop-xl\:z-index-740 {
    z-index: 740;
  }
  .laptop-xl\:z-index-750 {
    z-index: 750;
  }
  .laptop-xl\:z-index-760 {
    z-index: 760;
  }
  .laptop-xl\:z-index-770 {
    z-index: 770;
  }
  .laptop-xl\:z-index-780 {
    z-index: 780;
  }
  .laptop-xl\:z-index-790 {
    z-index: 790;
  }
  .laptop-xl\:z-index-800 {
    z-index: 800;
  }
  .laptop-xl\:z-index-810 {
    z-index: 810;
  }
  .laptop-xl\:z-index-820 {
    z-index: 820;
  }
  .laptop-xl\:z-index-830 {
    z-index: 830;
  }
  .laptop-xl\:z-index-840 {
    z-index: 840;
  }
  .laptop-xl\:z-index-850 {
    z-index: 850;
  }
  .laptop-xl\:z-index-860 {
    z-index: 860;
  }
  .laptop-xl\:z-index-870 {
    z-index: 870;
  }
  .laptop-xl\:z-index-880 {
    z-index: 880;
  }
  .laptop-xl\:z-index-890 {
    z-index: 890;
  }
  .laptop-xl\:z-index-900 {
    z-index: 900;
  }
  .laptop-xl\:z-index-910 {
    z-index: 910;
  }
  .laptop-xl\:z-index-920 {
    z-index: 920;
  }
  .laptop-xl\:z-index-930 {
    z-index: 930;
  }
  .laptop-xl\:z-index-940 {
    z-index: 940;
  }
  .laptop-xl\:z-index-950 {
    z-index: 950;
  }
  .laptop-xl\:z-index-960 {
    z-index: 960;
  }
  .laptop-xl\:z-index-970 {
    z-index: 970;
  }
  .laptop-xl\:z-index-980 {
    z-index: 980;
  }
  .laptop-xl\:z-index-990 {
    z-index: 990;
  }
}
@font-face {
  font-family: "Poppins-medium";
  src: url("/fonts/Poppins-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Poppins-bold";
  src: url("/fonts/Poppins-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
body {
  color: #1E1E1E;
}

h1, h2, h3 {
  font-family: "Poppins-medium";
  color: #1E1E1E;
}

h1, h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

body {
  font-family: "Poppins-medium";
  font-size: 16px;
}

.big-title {
  font-size: 32px;
  font-family: "Poppins-medium";
  text-transform: uppercase;
  line-height: 36px;
}
@media (min-width: 767px) {
  .big-title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (min-width: 991px) {
  .big-title {
    font-size: 70px;
    line-height: 60px;
  }
}
@media (min-width: 1200px) {
  .big-title {
    font-size: 80px;
    line-height: 75px;
  }
}

.medium-title {
  font-size: 14px;
  font-family: "Poppins-medium";
  line-height: 35px;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .medium-title {
    font-size: 24px;
  }
}

.font-title, .font-text {
  font-family: "Poppins-medium";
}

.font-bold {
  font-family: "Poppins-bold";
}

.slash::before {
  content: "/";
  margin-right: 2px;
}

input[type=text]:not(.el-input__inner):not(#newsletter):not(#search),
input[type=password]:not(.el-input__inner):not(#newsletter):not(#search),
input[type=url]:not(.el-input__inner):not(#newsletter):not(#search),
input[type=tel]:not(.el-input__inner):not(#newsletter):not(#search),
input[type=search]:not(.el-input__inner):not(#newsletter):not(#search),
input[type=number]:not(.el-input__inner):not(#newsletter):not(#search),
input[type*=date]:not(.el-input__inner):not(#newsletter):not(#search),
input[type=email]:not(.el-input__inner):not(#newsletter):not(#search),
select:not(.el-input__inner):not(#newsletter):not(#search) {
  border-radius: 3px !important;
  height: 40px !important;
  font-family: "Poppins-medium" !important;
  font-size: 16px !important;
}
input[type=text]:not(.el-input__inner):not(#newsletter):not(#search):not(.vj-coupon),
input[type=password]:not(.el-input__inner):not(#newsletter):not(#search):not(.vj-coupon),
input[type=url]:not(.el-input__inner):not(#newsletter):not(#search):not(.vj-coupon),
input[type=tel]:not(.el-input__inner):not(#newsletter):not(#search):not(.vj-coupon),
input[type=search]:not(.el-input__inner):not(#newsletter):not(#search):not(.vj-coupon),
input[type=number]:not(.el-input__inner):not(#newsletter):not(#search):not(.vj-coupon),
input[type*=date]:not(.el-input__inner):not(#newsletter):not(#search):not(.vj-coupon),
input[type=email]:not(.el-input__inner):not(#newsletter):not(#search):not(.vj-coupon),
select:not(.el-input__inner):not(#newsletter):not(#search):not(.vj-coupon) {
  border: 2px solid #4b5563 !important;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type*=date]:focus,
input[type=email]:focus,
select:focus {
  box-shadow: none !important;
}

input[type=radio]:checked {
  accent-color: #1E1E1E;
}

textarea {
  border: 2px solid #4b5563 !important;
}

.el-input__wrapper {
  border: 1px solid black !important;
  box-shadow: none !important;
}
.el-input__wrapper input.el-input__inner {
  border: none !important;
  background: none !important;
}

.header-fixed {
  width: 100%;
}
@media (max-width: 767px) {
  .header-fixed #pre-header {
    cursor: pointer;
  }
  .header-fixed #pre-header > div {
    display: inline-block;
    white-space: nowrap;
    animation: slide-rtl 10s infinite linear;
    padding: 0px 2em 0px 100%;
    line-height: 12px;
  }
  .header-fixed #pre-header > div > p {
    white-space: nowrap;
    overflow: hidden;
  }
  .header-fixed #pre-header:hover > div {
    animation-play-state: paused;
  }
  @keyframes slide-rtl {
    0% {
      transform: translate(0);
    }
    100% {
      transform: translate(-100%);
    }
  }
}
.header-fixed.product-view #pre-header {
  display: none !important;
}
.header-fixed.product-view.scrolled header {
  background: transparent;
}
@media (max-width: 767px) {
  .header-fixed.product-view .store-logo {
    display: none;
  }
}
.header-fixed.index-view.scrolled header {
  background: transparent;
}
@media (max-width: 767px) {
  .header-fixed.filters-open {
    z-index: 8;
  }
}
@media (max-width: 767px) {
  .header-fixed {
    position: fixed;
    top: 0;
    z-index: 30;
    background: white;
    float: left;
    height: auto;
  }
}
@media (max-width: 767px) {
  .header-fixed header .store-logo .black {
    filter: brightness(0);
  }
}
.header-fixed header .store-logo img {
  width: 150px;
}
@media (min-width: 767px) {
  .header-fixed header .store-logo img {
    width: 200px;
  }
}
@media (min-width: 767px) {
  .header-fixed header .functionalities .search:hover, .header-fixed header .functionalities .account:hover, .header-fixed header .functionalities .minicart:hover {
    color: #707070;
    transition: 0.3s;
    transform: translateX(12px);
  }
}
.header-fixed header .functionalities .minicart-wrapper::before {
  content: none !important;
}
.header-fixed header .functionalities .minicart-wrapper a.action.showcart {
  display: flex;
}
.header-fixed header .functionalities .minicart-wrapper a.action.showcart::before {
  content: none !important;
}
.header-fixed header .functionalities .minicart-wrapper a.action.showcart .qty.empty .closure {
  display: none;
}
.header-fixed header #aside-search {
  z-index: 25 !important;
  margin-top: 0;
  transform: translateX(100%);
  transition-duration: 1s;
  transition-property: transform;
}
.header-fixed header #aside-search.open {
  display: block;
  transform: translateX(0);
}
.header-fixed header #aside-search .close-modal {
  right: 30px;
  top: 30px;
}
.header-fixed header #aside-search .close-modal svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 767px) {
  .header-fixed header #aside-search .close-modal svg {
    width: 50px;
    height: 50px;
  }
}
.header-fixed header #aside-search .minisearch {
  width: 100%;
  max-width: 350px;
}
.header-fixed header #aside-search .minisearch #search {
  font-family: "Poppins-medium" !important;
  height: 56px !important;
  width: 100%;
  font-size: 20px;
  background: none;
  text-transform: uppercase;
  border: none;
  padding-right: 60px;
  border-bottom: 2px solid white !important;
  left: unset;
  margin: 0;
  position: relative;
}
.header-fixed header #aside-search .minisearch #search::-moz-placeholder {
  font-size: 26px;
}
.header-fixed header #aside-search .minisearch #search::placeholder {
  font-size: 26px;
}
.header-fixed header #aside-search .minisearch #search:focus {
  box-shadow: none !important;
}
@media (min-width: 767px) {
  .header-fixed header #aside-search .minisearch #search {
    font-size: 26px;
  }
}
.header-fixed header #aside-search .minisearch .search-btn {
  background: none;
  border: none;
  padding: 10px;
}
.header-fixed header #aside-menu {
  transform: translateY(-130vh);
  transition-duration: 1s;
  transition-property: transform;
}
.header-fixed header #aside-menu.open {
  display: flex;
  transform: translateY(0);
}
.header-fixed header #aside-menu .logo-menu {
  left: 25px;
  top: 25px;
}
@media (max-width: 767px) {
  .header-fixed header #aside-menu .logo-menu svg {
    width: 150px;
  }
}
.header-fixed header #aside-menu .close-menu {
  position: fixed;
  right: 25px;
  top: 25px;
  transition-duration: 1.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: transparent;
}
.header-fixed header #aside-menu .close-menu svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 767px) {
  .header-fixed header #aside-menu .close-menu svg {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 767px) {
  .header-fixed header #aside-menu .logo-menu {
    left: 79px;
    top: 90px;
  }
  .header-fixed header #aside-menu .close-menu {
    right: 55px;
    top: 55px;
  }
}
.header-fixed header #aside-menu .list li {
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
}
@media (min-width: 767px) {
  .header-fixed header #aside-menu .list li {
    margin-bottom: 10px !important;
  }
}
.header-fixed header #aside-menu .list li:hover {
  transform: translateY(-6px);
  animation-name: hover;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.header-fixed header #aside-menu .list li a {
  letter-spacing: 6px;
  line-height: 48px;
}

footer .newsletter-container {
  max-width: 400px;
}
footer .newsletter-container .label {
  color: #ABABAB;
}
footer .newsletter-container input {
  font-family: "Poppins-medium" !important;
  height: 56px;
  width: 100%;
  font-size: 16px;
  background: none;
  text-transform: uppercase;
  border: none;
  padding-right: 60px;
  border-bottom: 2px solid white !important;
}
footer .newsletter-container input::-moz-placeholder {
  font-size: 22px;
  color: white;
}
footer .newsletter-container input::placeholder {
  font-size: 22px;
  color: white;
}
@media (min-width: 767px) {
  footer .newsletter-container input::-moz-placeholder {
    font-size: 26px;
  }
  footer .newsletter-container input::placeholder {
    font-size: 26px;
  }
}
footer .newsletter-container input:focus {
  box-shadow: none !important;
}
footer .newsletter-container button {
  background: none !important;
  border: none !important;
}
footer .newsletter-container button:hover {
  background: none !important;
  border: none !important;
}
footer .content a, footer .content p {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 1.8px;
}
@media (min-width: 747px) {
  footer .content a, footer .content p {
    margin-bottom: 17px;
    font-size: 18px;
    line-height: 28px;
  }
}
footer .content > div {
  margin-bottom: 75px;
}
footer .content > div:last-child {
  margin-bottom: 30px;
}
footer .content .links ul li:last-child {
  margin-top: 10px;
}
footer .content .links ul li:last-child a .optional-gray {
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #707070;
  top: -7px;
  position: relative;
}

* {
  scrollbar-color: black white;
  scrollbar-width: thin;
}

.action.primary {
  margin: 0;
  border: solid 2px #1E1E1E !important;
  text-align: center;
  color: white !important;
  background-color: #1E1E1E !important;
  font-size: 18px !important;
  padding: 10px 20px !important;
  font-family: "Poppins-medium";
  border-radius: 0;
  letter-spacing: 1.8px;
  height: 52px;
}
.action.primary:hover {
  background: #1E1E1E !important;
  color: white !important;
}

.action.secondary {
  margin: 0;
  border: solid 2px #1E1E1E !important;
  text-align: center;
  color: #1E1E1E !important;
  background-color: white !important;
  font-size: 22px !important;
  padding: 10px 20px !important;
  font-family: "Poppins-medium";
  border-radius: 0;
  letter-spacing: 1.8px;
  height: 52px;
}
.action.secondary:hover {
  background: #1E1E1E !important;
  color: white !important;
}

.btn-primary {
  margin: 0;
  border: solid 2px #1E1E1E !important;
  text-align: center;
  color: white !important;
  background-color: #1E1E1E !important;
  font-size: 18px !important;
  padding: 10px 20px !important;
  font-family: "Poppins-medium";
  border-radius: 0;
  letter-spacing: 1.8px;
  height: 52px;
}
.btn-primary:hover {
  background: #1E1E1E !important;
  color: white !important;
}

.btn-secondary {
  margin: 0;
  border: solid 2px #1E1E1E !important;
  text-align: center;
  color: #1E1E1E !important;
  background-color: white !important;
  font-size: 22px !important;
  padding: 10px 20px !important;
  font-family: "Poppins-medium";
  border-radius: 0;
  letter-spacing: 1.8px;
  height: 52px;
}
.btn-secondary:hover {
  background: #1E1E1E !important;
  color: white !important;
}

a, a:visited, a:active, a:hover {
  color: inherit;
}

a:hover {
  text-decoration: none !important;
}

.primary-color {
  color: #1E1E1E !important;
}

.fifth-color {
  color: #CCCCCC !important;
}

.container-right {
  padding-right: calc(50% - 500px) !important;
}
@media screen and (max-width: 1000px) {
  .container-right {
    padding-right: 20px !important;
  }
}

.white-color.hover\:white-color {
  color: white !important;
}
.white-color.hover\:white-color:hover {
  color: white !important;
}

li {
  margin-bottom: 0 !important;
}

#block-defiant-text .text-rtl {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
#block-defiant-text .text-rtl > div {
  display: inline-block;
  white-space: nowrap;
  animation: slide-rtl 30s infinite linear;
  cursor: pointer;
  padding: 0px 2em 0px 100%;
}
#block-defiant-text .text-rtl > div:hover {
  animation-play-state: paused;
}
#block-defiant-text .text-rtl > div p {
  padding: 0;
  font-family: "Poppins-medium";
  font-size: 50px;
  letter-spacing: 1.8px;
  color: #FFF;
  text-transform: uppercase;
  line-height: normal;
}
@media (min-width: 767px) {
  #block-defiant-text .text-rtl > div p {
    font-size: 85px;
    padding: 10px 0px;
  }
}
@keyframes slide-rtl {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}

#hp-brands, #category-brands {
  overflow: hidden;
}
#hp-brands .list, #category-brands .list {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media (max-width: 767px) {
  #hp-brands .list, #category-brands .list {
    width: 100%;
  }
}
#hp-brands .list a:not(:last-child) li::before, #category-brands .list a:not(:last-child) li::before {
  content: "" !important;
  height: 2px;
  position: absolute;
  bottom: 0;
  background: #2B2B2B;
  display: block;
  left: -1700px;
  width: 4000px;
}
#hp-brands .list a li, #category-brands .list a li {
  padding: 30px 0 40px 0;
}
@media (min-width: 767px) {
  #hp-brands .list a li, #category-brands .list a li {
    padding: 22px 25px;
    width: 100%;
    position: relative;
  }
  #hp-brands .list a li:hover .text, #category-brands .list a li:hover .text {
    transform: translateX(-30px);
    filter: brightness(0.9);
  }
}
#hp-brands .list a li .number, #category-brands .list a li .number {
  letter-spacing: 1.8px;
}
#hp-brands .list a li .brand, #category-brands .list a li .brand {
  line-height: 1.1;
}
#hp-brands .list a li .text, #category-brands .list a li .text {
  transition-duration: 0.5s;
  transition-property: transform;
  -webkit-tap-highlight-color: transparent;
  transform: translateX(0px);
  position: relative;
  display: block;
}

#hp-newests .content .slider .dots, .product-related .content .slider .dots {
  bottom: inherit;
  top: 0;
  margin-top: 0px;
  top: -72px;
  right: 0;
}
#hp-newests .content .slider .dots .dot, .product-related .content .slider .dots .dot {
  color: #CCCCCC;
  font-size: 16px;
}
#hp-newests .content .slider .dots .dot.active, .product-related .content .slider .dots .dot.active {
  font-size: 20px;
  top: 2px;
  color: #707070;
}
#hp-newests .content .slider .list, .product-related .content .slider .list {
  display: flex;
  margin: auto;
}
#hp-newests .content .slider .list .product-card, .product-related .content .slider .list .product-card {
  scroll-snap-align: start;
  margin: 0px 15px;
}
@media (max-width: 767px) {
  #hp-newests .content .slider .list, .product-related .content .slider .list {
    max-width: 345px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }
  #hp-newests .content .slider .list::-webkit-scrollbar, .product-related .content .slider .list::-webkit-scrollbar {
    display: none;
  }
  #hp-newests .content .slider .list .product-card, .product-related .content .slider .list .product-card {
    flex: 1 0 345px;
    max-width: 100%;
  }
}
@media (min-width: 767px) {
  #hp-newests .content .slider .list, .product-related .content .slider .list {
    max-width: 100%;
    transform: none !important;
    transition: none !important;
  }
  #hp-newests .content .slider .list .product-card, .product-related .content .slider .list .product-card {
    flex: 1 0 1;
  }
}
@media (min-width: 1024px) {
  #hp-newests .content .slider .list .product-card, .product-related .content .slider .list .product-card {
    margin: 0 30px;
  }
}

.breadcrumbs {
  padding: 0;
  margin-top: 70px;
}
.breadcrumbs .items {
  font-family: "Poppins-medium";
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
.breadcrumbs .items .item:not(.first) a:hover {
  text-decoration: none;
}
.breadcrumbs .items .item:last-of-type span {
  color: #CCCCCC;
}
.breadcrumbs .item:not(:last-child):after {
  content: "/" !important;
  color: #1E1E1E;
}

.customer-account-login .page-title-wrapper,
.customer-account-create .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper,
.checkout-index-index .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper,
.checkout-cart-index .page-title-wrapper,
.customer-account-logoutsuccess .page-title-wrapper,
.contact-index-index .page-title-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 150px;
}
@media (min-width: 767px) {
  .customer-account-login .page-title-wrapper,
  .customer-account-create .page-title-wrapper,
  .customer-account-forgotpassword .page-title-wrapper,
  .checkout-index-index .page-title-wrapper,
  .checkout-onepage-success .page-title-wrapper,
  .checkout-cart-index .page-title-wrapper,
  .customer-account-logoutsuccess .page-title-wrapper,
  .contact-index-index .page-title-wrapper {
    margin-top: 150px;
  }
}
.customer-account-login .page-wrapper,
.customer-account-create .page-wrapper,
.customer-account-forgotpassword .page-wrapper,
.checkout-index-index .page-wrapper,
.checkout-onepage-success .page-wrapper,
.checkout-cart-index .page-wrapper,
.customer-account-logoutsuccess .page-wrapper,
.contact-index-index .page-wrapper {
  min-height: unset;
}
.customer-account-login .page-wrapper .columns,
.customer-account-create .page-wrapper .columns,
.customer-account-forgotpassword .page-wrapper .columns,
.checkout-index-index .page-wrapper .columns,
.checkout-onepage-success .page-wrapper .columns,
.checkout-cart-index .page-wrapper .columns,
.customer-account-logoutsuccess .page-wrapper .columns,
.contact-index-index .page-wrapper .columns {
  margin-top: 40px;
  margin-bottom: 50px;
}
@media (min-width: 767px) {
  .customer-account-login .page-wrapper .columns,
  .customer-account-create .page-wrapper .columns,
  .customer-account-forgotpassword .page-wrapper .columns,
  .checkout-index-index .page-wrapper .columns,
  .checkout-onepage-success .page-wrapper .columns,
  .checkout-cart-index .page-wrapper .columns,
  .customer-account-logoutsuccess .page-wrapper .columns,
  .contact-index-index .page-wrapper .columns {
    margin-bottom: 100px;
  }
}

.customer-account-index #maincontent {
  padding: 30px 20px;
}
.customer-account-index #maincontent .page-title-wrapper {
  margin-bottom: 20px;
}

body.account main#maincontent {
  max-width: 1200px;
  padding-top: 50px;
}
body.account main#maincontent .columns {
  margin-top: 100px;
  margin-bottom: 50px;
}
@media (min-width: 767px) {
  body.account main#maincontent .columns {
    margin-top: 150px;
    margin-bottom: 100px;
  }
}
body.account main#maincontent .columns .column.main {
  order: 2;
}
body.account main#maincontent .columns .sidebar-main .block-collapsible-nav {
  position: relative !important;
  top: 0 !important;
}
body.account .block-collapsible-nav .item.current a, body.account .block-collapsible-nav .item.current > strong {
  border-color: #1E1E1E;
}

/* Product card */
.product-card .product-content .color-label .color-option, .product-full-card .product-content .color-label .color-option {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.product-card {
  list-style: none;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .product-card:hover {
    cursor: pointer;
  }
}
.product-card .product-content .image .options .list .option {
  float: left;
}
.product-card.open .product-content .image {
  border: 1px solid black;
  transition: border 0.5s ease-in;
}
.product-card.open .product-content .image .options {
  max-height: 1000px;
  transition: max-height 0.5s ease-in;
}
.product-card .product-content .image img {
  margin: auto;
  max-width: 100%;
  width: 100%;
}
.product-card .product-content .image img.b-lazy {
  transition: opacity 400ms ease-in-out;
  max-width: 100%;
  opacity: 0;
}
.product-card .product-content .image img.b-lazy.b-loaded {
  opacity: 1;
}
.product-card .product-content .options {
  max-height: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.product-card .product-content .infos .product-price .price-box {
  align-items: baseline !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: center !important;
}
.product-card .product-content .infos .product-price .price-box .price-label {
  display: none;
}
.product-card .product-content .infos .product-price .price-box .price {
  font-size: 16px;
}
.product-card .product-content .infos .product-price .price-box .old-price {
  text-decoration: none;
  display: block !important;
}
.product-card .product-content .infos .product-price .price-box .old-price .price {
  font-size: 14px;
  color: #707070;
  text-decoration: line-through;
  color: #ABABAB;
}
.product-card .product-content .infos .product-price .price-box .normal-price .price {
  color: #1E1E1E;
}
.product-card .product-content .infos .product-price span {
  line-height: 21px;
}
.product-card .product-content .infos .product-cta {
  margin: 25px auto 0 auto;
}

/* Product cta button */
.product-cta {
  line-height: normal;
  letter-spacing: normal;
  clear: both;
  display: table;
  transition: 0.3s;
  padding-bottom: 6px;
  margin: auto;
}
.product-cta::after {
  content: "";
  height: 3px;
  width: 0%;
  background: #ABABAB;
  transition: 0.3s;
  opacity: 0;
  display: block;
  top: 3px;
  position: relative;
}
.product-cta:hover {
  color: #ABABAB;
}
.product-cta:hover::after {
  opacity: 1;
  width: 100%;
}
.product-cta:hover .label::after {
  content: " !";
}
@media (min-width: 767px) {
  .product-cta {
    letter-spacing: 1.8px;
  }
}

.specs .spec {
  opacity: 0;
  transform: translate(0, 50%);
  transition: all 0.7s linear;
}
.specs .spec.active {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
  z-index: 1;
}
.specs .spec:nth-of-type(2) {
  transform: translate(0, 70%);
  transition: all 0.7s linear;
}
.specs .spec:nth-of-type(3) {
  transform: translate(0, 70%);
  transition: all 0.7s linear;
}
.specs .spec h4, .specs .spec .number {
  letter-spacing: 1.8px;
}
.specs .spec .parent-segment .segment {
  border: 2px solid #fff;
  width: 33.3333333333%;
  height: 16px;
  margin-bottom: 50px;
  background-color: #CCCCCC;
}
.specs .spec .parent-segment .segment.active {
  background-color: #1E1E1E;
}
.specs .spec .parent-segment .segment span {
  left: 0;
  right: 0;
  bottom: -25px;
  letter-spacing: 1.4px;
}

.amcard-field-block .amcard-button {
  margin: 0;
  border: solid 2px #1E1E1E !important;
  text-align: center;
  color: white !important;
  background-color: #1E1E1E !important;
  font-size: 12px !important;
  padding: 10px !important;
  font-family: "Poppins-medium";
  border-radius: 0;
  letter-spacing: 1.8px;
}
